@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined";.page-container-wrapper[data-v-cba6cff2]{width:100%;display:flex;flex-direction:column;align-items:center}.page-container[data-v-cba6cff2]{padding:clamp(6px,2vw,32px);max-width:var(--app-container-max-width);width:100%}.page-container.padding-top[data-v-cba6cff2]{padding-top:clamp(34px,5vh,180px)}.page-container.interface-table[data-v-cba6cff2]{display:grid;height:calc(100vh - var(--app-breadcrumb-height));max-height:100%;grid-template-rows:auto 1fr}.page-container.interface-table[data-v-cba6cff2]>*:nth-child(2){min-height:0;display:flex;flex-direction:column;overflow:hidden}.page-container.interface-table[data-v-cba6cff2]>*:nth-child(2)>*{flex:1;min-height:0;display:flex;flex-direction:column}.page-container.interface-table[data-v-cba6cff2]>*:nth-child(2) .app-table{flex:0 0 auto;align-self:start;height:fit-content;max-height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.page-container.interface-table[data-v-cba6cff2]>*:nth-child(2) .app-table .app-data-table{flex:1 1 auto;min-height:0}.app-loading-circle[data-v-61cb810e]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.app-loading-circle__svg[data-v-61cb810e]{display:block;animation:app-loading-circle-spin-61cb810e .8s linear infinite}.app-loading-circle__stroke[data-v-61cb810e]{stroke:var(--loading-circle-color);stroke-dasharray:58 30;stroke-dashoffset:0}.app-loading-circle--size-sm[data-v-61cb810e],.app-loading-circle--size-sm .app-loading-circle__svg[data-v-61cb810e]{width:1.25rem;height:1.25rem}.app-loading-circle--size-md[data-v-61cb810e],.app-loading-circle--size-md .app-loading-circle__svg[data-v-61cb810e]{width:1.5rem;height:1.5rem}.app-loading-circle--size-lg[data-v-61cb810e],.app-loading-circle--size-lg .app-loading-circle__svg[data-v-61cb810e]{width:2rem;height:2rem}.app-loading-circle--size-custom .app-loading-circle__svg[data-v-61cb810e]{width:100%;height:100%}@keyframes app-loading-circle-spin-61cb810e{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-badge[data-v-fbcc9229]{display:inline-flex;align-items:center;gap:.35rem;font-weight:500;line-height:1.6;white-space:nowrap;vertical-align:middle;--badge-color: var(--77d56832);--badge-color-rgb: var(--2b69933b)}.app-badge--size-sm[data-v-fbcc9229]{font-size:.7rem;padding:.1rem .45rem}.app-badge--size-md[data-v-fbcc9229]{font-size:var(--app-default-font-size-small);padding:.1rem .5rem}.app-badge--size-lg[data-v-fbcc9229]{font-size:var(--app-default-font-size);padding:.15rem .6rem}.app-badge--soft[data-v-fbcc9229]{border-radius:100px;background:rgba(var(--badge-color-rgb),.12);color:var(--badge-color)}.app-badge--text[data-v-fbcc9229]{padding-inline:0;color:var(--badge-color)}.app-badge--icon-only[data-v-fbcc9229]{justify-content:center;padding:.3em;line-height:1}.app-badge__icon[data-v-fbcc9229]{font-size:.85em;line-height:1;position:relative;top:.5px}.app-badge__loading[data-v-fbcc9229]{color:var(--badge-color)}.app-loading-dots[data-v-3953f80b]{display:inline-flex;align-items:center;justify-content:center;gap:.25em;font-size:1rem}.app-loading-dots__dot[data-v-3953f80b]{border-radius:50%;background:var(--loading-dots-color);animation:app-loading-dots-pulse-3953f80b 1.4s ease-in-out infinite both}.app-loading-dots__dot--1[data-v-3953f80b]{animation-delay:0s}.app-loading-dots__dot--2[data-v-3953f80b]{animation-delay:.2s}.app-loading-dots__dot--3[data-v-3953f80b]{animation-delay:.4s}.app-loading-dots--size-sm[data-v-3953f80b]{font-size:.75rem}.app-loading-dots--size-sm .app-loading-dots__dot[data-v-3953f80b]{width:.4em;height:.4em}.app-loading-dots[style*=--loading-dots-size] .app-loading-dots__dot[data-v-3953f80b]{width:var(--loading-dots-size);height:var(--loading-dots-size)}.app-loading-dots--size-md .app-loading-dots__dot[data-v-3953f80b]{width:.4em;height:.4em}.app-loading-dots--size-lg[data-v-3953f80b]{font-size:1.25rem}.app-loading-dots--size-lg .app-loading-dots__dot[data-v-3953f80b]{width:.4em;height:.4em}@keyframes app-loading-dots-pulse-3953f80b{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}.app-button[data-v-d99c3096]{display:inline-flex;align-items:center;justify-content:center;gap:.4em;font-weight:500;text-decoration:none;border:none;cursor:pointer;border-radius:var(--app-border-radius-sm);transition:background .2s ease,color .2s ease,box-shadow .2s ease;font-family:inherit;line-height:1;--btn-color: var(--a305f314);--btn-color-rgb: var(--67541e77)}.app-button__inner[data-v-d99c3096]{position:relative;display:inline-flex;align-items:center;justify-content:center}.app-button__content[data-v-d99c3096]{display:inline-flex;align-items:center;gap:.4em}.app-button__content--hidden[data-v-d99c3096]{visibility:hidden}.app-button__loader[data-v-d99c3096]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.app-button__label[data-v-d99c3096]{display:inline-flex;align-items:center;line-height:1}.app-button--disabled[data-v-d99c3096],.app-button--loading[data-v-d99c3096]{cursor:not-allowed;pointer-events:none}.app-button--disabled.app-button--variant-text[data-v-d99c3096],.app-button--disabled.app-button--variant-text[data-v-d99c3096]:hover{background:transparent;color:var(--color-gray)}.app-button--disabled.app-button--variant-normal[data-v-d99c3096],.app-button--disabled.app-button--variant-normal[data-v-d99c3096]:hover{background:var(--color-gray);color:#fff}.app-button--disabled.app-button--variant-opaq[data-v-d99c3096],.app-button--disabled.app-button--variant-opaq[data-v-d99c3096]:hover{background:rgba(var(--color-gray-rgb),.08);color:var(--color-gray)}.app-button--disabled.app-button--variant-raised[data-v-d99c3096]{background:#fff;color:var(--color-gray);box-shadow:0 0 2px #0000001f}.app-button--disabled.app-button--variant-raised[data-v-d99c3096]:hover{background:#fff;color:var(--color-gray);box-shadow:0 1px 2px -1px #0000000d}.app-button[data-v-d99c3096]:focus-visible{outline:2px solid var(--app-text-color);outline-offset:2px}.app-button--size-sm[data-v-d99c3096]{height:2rem;padding:0 .75rem;font-size:var(--app-default-font-size-small)}.app-button--size-md[data-v-d99c3096]{height:2.5rem;padding:0 1rem;font-size:var(--app-default-font-size)}.app-button--size-lg[data-v-d99c3096]{height:3rem;padding:0 1.25rem;font-size:var(--app-default-font-size-large)}.app-button--icon-only[data-v-d99c3096]{gap:0;aspect-ratio:1;padding:0}.app-button__icon[data-v-d99c3096]{display:inline-flex;align-items:center;justify-content:center;font-size:.8em;line-height:1;flex-shrink:0}.app-button__icon i[data-v-d99c3096]{display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle}.app-button__icon--prefix[data-v-d99c3096]{margin-inline-end:.35em}.app-button--icon-only .app-button__icon--prefix[data-v-d99c3096]{margin-inline-end:0}.app-button__icon--suffix[data-v-d99c3096]{margin-inline-start:.35em}.app-button--icon-only .app-button__icon--suffix[data-v-d99c3096]{margin-inline-start:0}.app-button--variant-text[data-v-d99c3096]{background:transparent;color:var(--btn-color)}.app-button--variant-text[data-v-d99c3096]:hover{background:rgba(var(--btn-color-rgb),.08);color:var(--btn-color)}.app-button--variant-normal[data-v-d99c3096]{background:rgba(var(--btn-color-rgb),1);color:#fff}.app-button--variant-normal[data-v-d99c3096]:hover{background:rgba(var(--btn-color-rgb),.88);color:#fff}.app-button--variant-opaq[data-v-d99c3096]{background:rgba(var(--btn-color-rgb),.1);color:var(--btn-color)}.app-button--variant-opaq[data-v-d99c3096]:hover{background:rgba(var(--btn-color-rgb),.15);color:var(--btn-color)}.app-button--variant-raised[data-v-d99c3096]{background:#fff;color:var(--btn-color);box-shadow:0 2px 4px -1px #00000014}.app-button--variant-raised[data-v-d99c3096]:hover{background:#fff;color:var(--btn-color);box-shadow:0 3px 9px -2px #0000001f}.app-card[data-v-d1ba3671]{position:relative;display:flex;flex-direction:column;overflow:hidden;--card-padding: var(--app-content-inner-padding)}.app-card--elevated[data-v-d1ba3671]{background:rgba(var(--app-theme-rgb),1);border-radius:var(--app-border-radius-lg);box-shadow:var(--app-shadow-sm);border:1px solid var(--app-border-color)}.app-card--flat[data-v-d1ba3671]{background:transparent;border-radius:0;box-shadow:none}.app-card__header[data-v-d1ba3671]{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:var(--card-padding);padding-bottom:calc(var(--card-padding) * .5)}.app-card--header-bordered .app-card__header[data-v-d1ba3671]{border-bottom:1px solid rgba(0,0,0,.08)}.app-card__header-content[data-v-d1ba3671]{flex:1;min-width:0}.app-card__header-actions[data-v-d1ba3671]{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.app-card__body[data-v-d1ba3671]{flex:1;min-width:0;padding:var(--card-padding);display:flex;flex-direction:column}.app-card__body--scrollable[data-v-d1ba3671]{overflow-y:auto;min-height:0}.app-card--footer-bordered .app-card__footer[data-v-d1ba3671]{border-top:1px solid rgba(0,0,0,.08)}.app-card__footer[data-v-d1ba3671]{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:var(--card-padding);padding-top:calc(var(--card-padding) * .5)}.app-dialog[data-v-ae785f3f]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--app-overlay-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overflow-y:auto}.app-dialog__content[data-v-ae785f3f]{transition:transform .2s ease}.app-dialog[data-v-ae785f3f]:focus{outline:none}.app-dialog-enter-active[data-v-ae785f3f],.app-dialog-leave-active[data-v-ae785f3f]{transition:opacity .2s ease,backdrop-filter .2s ease}.app-dialog-enter-active .app-dialog__content[data-v-ae785f3f],.app-dialog-leave-active .app-dialog__content[data-v-ae785f3f]{transition:transform .2s ease}.app-dialog-enter-from[data-v-ae785f3f],.app-dialog-leave-to[data-v-ae785f3f]{opacity:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}.app-dialog-enter-from .app-dialog__content[data-v-ae785f3f],.app-dialog-leave-to .app-dialog__content[data-v-ae785f3f]{transform:translateY(100%)}.app-dialog-card[data-v-c75f6d14]{position:relative;max-height:70vh;display:flex;flex-direction:column;background:#fff;border-radius:var(--app-border-radius-lg);box-shadow:var(--app-shadow-md);overflow:hidden;margin:auto;transition:width .2s ease,height .2s ease,max-height .2s ease,margin .2s ease,border-radius .2s ease}.app-dialog-card[data-v-c75f6d14]:focus{outline:none}.app-dialog-card--size-sm[data-v-c75f6d14]{width:360px}.app-dialog-card--size-md[data-v-c75f6d14]{width:580px}.app-dialog-card--size-lg[data-v-c75f6d14]{width:720px}.app-dialog-card[data-v-c75f6d14] .app-dialog-card__card{flex:1;min-height:0}.app-dialog-card--expanded[data-v-c75f6d14]{max-height:100vh;width:calc(100vw - 2rem);height:calc(100vh - 2rem)}.app-confirm-dialog__message[data-v-f2a29e04]{margin:0;font-size:.9375rem;line-height:1.5;color:var(--app-text-color)}.app-data-table__columns-register[data-v-22400fd3]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.app-data-table[data-v-22400fd3]{--app-data-table-padding-x: var(--fd32dac8);position:relative;background:#fff;overflow:hidden;display:flex;flex-direction:column;min-height:0;flex:1}.app-data-table__header[data-v-22400fd3]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1rem var(--app-data-table-padding-x);border-bottom:1px solid rgba(0,0,0,.08)}.app-data-table__header-left[data-v-22400fd3]{display:flex;align-items:center;gap:.5rem}.app-data-table__header-left h3[data-v-22400fd3]{margin:0}.app-data-table__search[data-v-22400fd3]{display:flex;align-items:center;gap:.5rem;min-width:200px;max-width:320px;padding:0rem 0;border-bottom:1px solid transparent}.app-data-table__search[data-v-22400fd3]:focus-within{border-bottom:1px solid var(--color-primary)}.app-data-table__search-icon[data-v-22400fd3]{color:var(--app-text-color-muted);font-size:.75rem;flex-shrink:0;position:relative;top:.05rem}.app-data-table__search-input[data-v-22400fd3]{flex:1;border:none;background:none;font-size:var(--app-default-font-size);color:var(--app-text-color);min-width:0;height:2.5rem}.app-data-table__search-input[data-v-22400fd3]::placeholder{color:var(--app-text-color-muted)}.app-data-table__search-input[data-v-22400fd3]:focus{outline:none}.app-data-table__search-clear[data-v-22400fd3]{flex-shrink:0;width:2.5rem;display:flex;align-items:center;justify-content:flex-end}.app-data-table__wrapper[data-v-22400fd3]{flex:1;min-height:0;overflow-x:auto;overflow-y:auto}.app-data-table__table[data-v-22400fd3]{width:100%;min-width:600px;border-collapse:collapse;table-layout:fixed}.app-data-table__thead th[data-v-22400fd3]{position:sticky;top:0;z-index:1;background:#fff;border-bottom:1px solid var(--app-border-color)}.app-data-table__th[data-v-22400fd3]{text-align:left;padding:.75rem var(--app-data-table-padding-x);font-size:var(--app-default-font-size-small);font-weight:600;color:var(--app-text-color-muted);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid rgba(0,0,0,.08)}.app-data-table__th--sortable[data-v-22400fd3]{cursor:pointer}.app-data-table__th--sortable[data-v-22400fd3]:hover{color:var(--app-text-color)}.app-data-table__sort-icon[data-v-22400fd3]{margin-left:.25rem;font-size:.75rem}.app-data-table__tr[data-v-22400fd3]{border-bottom:1px solid rgba(0,0,0,.06)}.app-data-table__tr--clickable[data-v-22400fd3]{cursor:pointer}.app-data-table__tr--clickable:hover .app-data-table__td[data-v-22400fd3]{background:rgba(var(--color-primary-rgb),.03)}.app-data-table__td[data-v-22400fd3]{padding:.75rem var(--app-data-table-padding-x);font-size:var(--app-default-font-size);color:var(--app-text-color)}.app-data-table__empty[data-v-22400fd3]{padding:var(--app-data-table-padding-x);color:var(--app-text-color-muted);width:100%}.app-data-table__empty-text[data-v-22400fd3]{margin:0;text-align:center}.app-donut-chart[data-v-dc2ccf4f]{display:block}.app-grade[data-v-3177a0cc]{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.app-grade--text-inside[data-v-3177a0cc]{gap:0;position:relative}.app-grade--text-inside .app-grade__chart[data-v-3177a0cc]{position:relative}.app-grade__value[data-v-3177a0cc]{font-size:.875rem;font-weight:600}.app-grade__value--inside[data-v-3177a0cc]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;font-size:var(--app-default-font-size-small)}.app-grade__chart[data-v-3177a0cc]{width:100%;height:100%;position:relative}.app-graphic-dots[data-v-6c2b56ff]{display:grid;grid-template-columns:repeat(var(--graphic-dots-columns),minmax(0,auto));column-gap:var(--graphic-dots-spacing);row-gap:var(--graphic-dots-spacing)}.app-graphic-dots__dot[data-v-6c2b56ff]{width:var(--graphic-dots-size);height:var(--graphic-dots-size);border-radius:9999px;background-color:var(--graphic-dots-color)}.app-lottie-img[data-v-10ae6a8b]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.app-lottie-img[data-v-10ae6a8b] svg{max-width:100%;max-height:100%}.app-menu[data-v-412b7614]{min-width:160px;padding:.25rem;background:#fff;border-radius:var(--app-border-radius-sm);box-shadow:var(--app-shadow-md);border:1px solid rgba(0,0,0,.04)}.app-menu--inline[data-v-412b7614]{position:relative}.app-menu__list[data-v-412b7614]{list-style:none;margin:0;padding:.2rem 0}.app-menu__item[data-v-412b7614]{margin:0}.app-menu__button[data-v-412b7614]{display:flex;align-items:center;width:100%;padding:.55rem .7rem;border-radius:calc(var(--app-border-radius-sm) - 2px);border:none;background:transparent;color:var(--app-text-color);font-size:var(--app-default-font-size);text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.app-menu__button[data-v-412b7614]:hover:not(:disabled){background:rgba(var(--color-primary-rgb),.08)}.app-menu__button--disabled[data-v-412b7614],.app-menu__button[data-v-412b7614]:disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.app-menu__icon[data-v-412b7614]{display:inline-flex;align-items:center;justify-content:center;margin-right:.55rem;font-size:.9em;position:relative;top:1px}.app-menu__label[data-v-412b7614]{flex:1;white-space:nowrap}.app-menu__separator[data-v-412b7614]{height:1px;margin:.35rem .5rem;background:#0000000f}.app-menu-fade-enter-active[data-v-412b7614],.app-menu-fade-leave-active[data-v-412b7614]{transition:opacity .1s ease-out,transform .1s ease-out}.app-menu-fade-enter-from[data-v-412b7614],.app-menu-fade-leave-to[data-v-412b7614]{opacity:0;transform:translateY(-2px) scale(.98)}.app-toast-item[data-v-2847484b]{min-width:320px;max-width:420px;background:#fff;width:30vw;border-radius:var(--app-border-radius-md);box-shadow:var(--app-shadow-sm);overflow:hidden;border:1px solid var(--app-border-color)}.app-toast-item__timer[data-v-2847484b]{height:4px;background:var(--toast-color);transition:width 50ms linear}.app-toast-item__content[data-v-2847484b]{position:relative;padding:1rem 1.25rem 1rem 1rem}.app-toast-item__close[data-v-2847484b]{position:relative;top:-.5rem;right:-.5rem}.app-toast-item__body[data-v-2847484b]{display:flex;gap:.875rem}.app-toast-item__actions[data-v-2847484b]{display:flex;justify-content:flex-end;gap:.5rem}.app-toast-item__icon[data-v-2847484b]{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.app-toast-item__icon>i[data-v-2847484b]{margin:0;line-height:1}.app-toast-item__grade[data-v-2847484b]{padding-right:.5rem}.app-toast-item__text[data-v-2847484b]{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.app-toast-item__description[data-v-2847484b]{color:var(--app-text-color-muted);line-height:1.2;font-size:var(--app-default-font-size-small)!important}.app-toast-item__action[data-v-2847484b]{margin-top:1rem;align-self:flex-end}.app-toast[data-v-27c7b2a2]{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1100}.app-toast__list[data-v-27c7b2a2]{position:relative;display:flex;flex-direction:column;gap:.75rem}.app-toast-enter-active[data-v-27c7b2a2],.app-toast-leave-active[data-v-27c7b2a2]{transition:all .25s ease-out}.app-toast-enter-from[data-v-27c7b2a2],.app-toast-leave-to[data-v-27c7b2a2]{opacity:0;transform:translate(100%)}.app-toast-move[data-v-27c7b2a2]{transition:transform .25s ease-out}.page-header[data-v-9dae6e31]{width:100%;display:grid;grid-template-columns:1fr auto;align-items:start;gap:clamp(6px,4vw,32px);padding:0 var(--app-content-inner-padding)}.page-header.no-margin[data-v-9dae6e31]{margin-bottom:0}.page-header .page-header-content[data-v-9dae6e31]{display:flex;flex-direction:column}.page-header .page-header-title[data-v-9dae6e31]{display:flex;align-items:center;gap:.75rem}.page-header .page-header-description[data-v-9dae6e31]{line-clamp:3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.page-header .page-header-tags[data-v-9dae6e31]{display:flex;flex-wrap:wrap;margin-top:.75rem;margin-bottom:.75rem;gap:.5rem}.page-header .page-header-tags .page-header-tag[data-v-9dae6e31]{display:inline-flex;align-items:center;gap:.375rem;background-color:rgba(var(--color-black-rgb),.05);padding:.25rem .75rem;border-radius:var(--app-border-radius-sm);font-size:var(--app-default-font-size-small);font-weight:400}.page-header .page-header-tags .page-header-tag .page-header-tag-value[data-v-9dae6e31]{font-weight:600}.page-header .page-header-tags .page-header-tag .page-header-tag-icon[data-v-9dae6e31]{font-size:calc(var(--app-default-font-size-small) * .8);position:relative;top:1px;opacity:.5}.delete-option[data-v-5f4fa25b]{display:flex;align-items:center;gap:.5rem}.lottie-container[data-v-b467cbe2]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lottie-container[data-v-b467cbe2] svg{max-width:100%;max-height:100%}.add-first-record-to-table[data-v-7aa1e86e]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:calc(var(--app-content-inner-padding) * 2.5) var(--app-content-inner-padding)}.add-first-record-to-table .lottie[data-v-7aa1e86e]{width:120px}.add-first-record-to-table .header[data-v-7aa1e86e],.add-first-record-to-table .description[data-v-7aa1e86e]{text-align:center}.add-first-record-to-table .content[data-v-7aa1e86e]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.add-first-record-to-table .content>*[data-v-7aa1e86e]{max-width:600px}.add-first-record-to-table .content .spinner[data-v-7aa1e86e]{margin-top:.5rem}.add-first-record-to-table .button-container[data-v-7aa1e86e]{display:flex;gap:.75rem}.no-search[data-v-ffd153b1]{width:100%;display:flex;align-items:center;justify-content:center;padding:1.25rem 0}.no-search .no-search-content[data-v-ffd153b1]{display:flex;gap:1rem;align-items:center;justify-items:center}.no-search p[data-v-ffd153b1]{color:var(--app-text-color);word-break:break-all}.no-search p .color[data-v-ffd153b1]{color:var(--color-primary)!important}.mode-tabs{display:flex;gap:.25rem;margin-bottom:1.25rem}.file-input-hidden{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.file-drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:140px;padding:2rem 1.5rem;border:2px dashed var(--app-border-color);border-radius:var(--app-border-radius-md);background:var(--app-background);cursor:pointer;transition:border-color .2s,background .2s}.file-drop-zone:hover:not(.disabled),.file-drop-zone.drag-over:not(.disabled){border-color:var(--color-primary);background:rgba(var(--color-primary-rgb),.04)}.file-drop-zone.disabled{opacity:.6;cursor:not-allowed}.file-drop-zone span{font-size:var(--app-default-font-size);color:var(--app-text-color-muted)}.file-drop-zone__hint{font-size:var(--app-default-font-size-small)!important;opacity:.7}.file-drop-zone__icon{font-size:2rem;color:var(--app-text-color-muted);opacity:.5}.pending-list{display:flex;flex-direction:column;gap:.375rem;border:2px dashed transparent;border-radius:var(--app-border-radius-md);padding:.125rem;transition:border-color .2s,background .2s}.pending-list.drag-over{border-color:var(--color-primary);background:rgba(var(--color-primary-rgb),.04)}.pending-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-sm);background:#fff;box-shadow:var(--app-shadow-sm)}.pending-item.has-warning{border-color:rgba(var(--color-orange-rgb),.4);background:rgba(var(--color-orange-rgb),.06)}.pending-item-icon{font-size:1rem;color:var(--color-primary);flex-shrink:0}.pending-item.has-warning .pending-item-icon{color:var(--color-orange)}.pending-item-preview{width:32px;height:32px;border-radius:var(--app-border-radius-sm);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--app-background-muted)}.pending-item-preview img{width:100%;height:100%;object-fit:cover}.pending-item-info{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;flex-wrap:wrap}.pending-item-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--app-text-color)}.pending-item-count{font-size:var(--app-default-font-size-small);color:var(--app-text-color-muted);white-space:nowrap}.pending-item-warning{display:flex;align-items:center;gap:.3rem;font-size:var(--app-default-font-size-small);color:var(--color-orange)}.existing-images-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--app-border-color)}.existing-images-label,.add-images-label{font-weight:600;font-size:var(--app-default-font-size);margin-bottom:.5rem}.existing-images-grid{display:grid;grid-template-columns:repeat(auto-fill,70px);gap:.5rem}.existing-image-thumb{width:70px;height:100px;overflow:hidden;border-radius:var(--app-border-radius-sm);border:1px solid var(--app-border-color);flex-shrink:0;position:relative}.existing-image-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.existing-image-page-label{position:absolute;bottom:3px;left:3px;font-size:.65rem;font-weight:600;color:var(--app-text-color-muted);background:#ffffffd9;padding:0 .3rem;border-radius:4px;pointer-events:none}.existing-image-delete{position:absolute;top:3px;right:3px;opacity:0;transition:opacity .15s}.existing-image-thumb:hover .existing-image-delete{opacity:1}.bulk-pdf-pages-row{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem}.bulk-pdf-pages-label{font-size:var(--app-default-font-size);color:var(--app-text-color-muted);white-space:nowrap}.bulk-pdf-pages-input{width:5rem;border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-sm);padding:.3rem .5rem;font-size:var(--app-default-font-size);background:var(--app-background);text-align:center}.class-card[data-v-0600acad]{text-align:left}.class-card-header[data-v-0600acad]{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;margin-bottom:.35rem}.class-card-name[data-v-0600acad]{margin:0}.class-card-codename[data-v-0600acad]{color:var(--app-text-color-muted);display:flex;align-items:center}.class-card-info[data-v-0600acad]{display:flex;flex-wrap:wrap;gap:1rem;padding-top:.5rem}.class-card-count[data-v-0600acad]{display:inline-flex;align-items:center;gap:.35rem;font-size:var(--app-default-font-size-small);color:var(--app-text-color-muted)}.class-card-count i[data-v-0600acad]{font-size:.9em}.class-card-link[data-v-0600acad]{margin-top:1rem;display:flex;justify-content:flex-end}.classes-grid[data-v-7db8b48a]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.grid-empty[data-v-7db8b48a]{padding:1rem 0}.grid-empty-hint[data-v-7db8b48a]{text-align:center;color:var(--app-text-color-muted)}.callout-box[data-v-fa1049a3]{padding:var(--app-content-inner-padding);border-radius:var(--app-border-radius-md);display:grid;grid-template-columns:auto 1fr;gap:1rem;z-index:1;border:1px solid rgba(var(--7d51dfd0),.15);margin-bottom:var(--app-content-inner-padding);position:relative;overflow:hidden}.callout-box>*[data-v-fa1049a3]{position:relative;z-index:1}.callout-box[data-v-fa1049a3]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:#fff}.callout-box[data-v-fa1049a3]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:rgba(var(--7d51dfd0),.075)}.callout-box.has-action[data-v-fa1049a3]{grid-template-columns:auto 1fr auto}.callout-box.disabled[data-v-fa1049a3]{background-color:var(--app-color-disabled)}.callout-box.disabled .callout-box-text[data-v-fa1049a3]{opacity:.7}.callout-box.disabled .callout-box-lottie[data-v-fa1049a3],.callout-box.loading .callout-box-progress[data-v-fa1049a3]{opacity:.4}.callout-box .callout-box-progress[data-v-fa1049a3]{position:absolute;bottom:0;left:0;width:100%;height:4px;opacity:0;transition:all .2s}.callout-box .callout-box-text[data-v-fa1049a3]{display:flex;flex-direction:column;justify-content:center}.callout-box .callout-box-text p[data-v-fa1049a3]{margin-top:.2rem}.callout-box .callout-box-lottie[data-v-fa1049a3]{width:100px;height:100px;padding:12px}.callout-box .callout-box-button[data-v-fa1049a3]{display:flex;justify-content:center;align-items:center;width:150px}.callout-box .callout-box-button>*[data-v-fa1049a3]{width:100%}.insight-details[data-v-8755bb5c]{display:flex;flex-direction:column;gap:20px}.insight-card[data-v-8755bb5c]{padding:var(--app-content-inner-padding);border-radius:var(--app-border-radius-md);border:1px solid transparent;background:#fff}.insight-card--orange[data-v-8755bb5c]{border-color:rgba(var(--color-orange-rgb),.2);background:rgba(var(--color-orange-rgb),.04)}.insight-card--orange .insight-card__icon[data-v-8755bb5c]{color:var(--color-orange)}.insight-card--orange .insight-list__dot[data-v-8755bb5c]{background:var(--color-orange)}.insight-card--blue[data-v-8755bb5c]{border-color:rgba(var(--color-blue-rgb),.2);background:rgba(var(--color-blue-rgb),.04)}.insight-card--blue .insight-card__icon[data-v-8755bb5c]{color:var(--color-blue)}.insight-card--blue .insight-list__dot[data-v-8755bb5c]{background:var(--color-blue)}.insight-card--purple[data-v-8755bb5c]{border-color:rgba(var(--color-purple-rgb),.2);background:rgba(var(--color-purple-rgb),.04)}.insight-card--purple .insight-card__icon[data-v-8755bb5c]{color:var(--color-purple)}.insight-card--purple .insight-list__dot[data-v-8755bb5c]{background:var(--color-purple)}.insight-card--green[data-v-8755bb5c]{border-color:rgba(var(--color-green-rgb),.2);background:rgba(var(--color-green-rgb),.04)}.insight-card--green .insight-card__icon[data-v-8755bb5c]{color:var(--color-green)}.insight-card--green .insight-list__dot[data-v-8755bb5c]{background:var(--color-green)}.insight-card__header[data-v-8755bb5c]{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.insight-card__header h4[data-v-8755bb5c]{margin:0;font-size:var(--app-default-font-size);font-weight:600}.insight-card__icon[data-v-8755bb5c]{font-size:1rem;flex-shrink:0}.insight-list[data-v-8755bb5c]{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.insight-list__item[data-v-8755bb5c]{display:flex;align-items:flex-start;gap:.6rem;font-size:var(--app-default-font-size);line-height:1.5;color:var(--app-text-color)}.insight-list__item--hoverable[data-v-8755bb5c]{cursor:default;border-radius:var(--app-border-radius-xs);padding:.15rem .35rem .15rem 0;margin-left:-.35rem;transition:background .15s}.insight-list__item--hoverable[data-v-8755bb5c]:hover{background:#0000000a}.insight-list__dot[data-v-8755bb5c]{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:.45rem;opacity:.7}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex-display{margin:0rem!important}.questions-card[data-v-cbbdbaba]{padding:var(--app-content-inner-padding);border-radius:var(--app-border-radius-md);border:1px solid rgba(var(--color-primary-rgb),.15);background:#fff;margin-top:20px}.questions-card h4[data-v-cbbdbaba]{margin:0 0 .75rem;font-size:var(--app-default-font-size);font-weight:600}.questions-table-wrap[data-v-cbbdbaba]{overflow-x:auto}.questions-table[data-v-cbbdbaba]{width:100%;border-collapse:collapse;min-width:500px}.questions-table thead th[data-v-cbbdbaba]{text-align:left;font-size:var(--app-default-font-size-small);font-weight:600;color:var(--app-text-color-muted);text-transform:uppercase;letter-spacing:.03em;padding:.5rem .75rem;border-bottom:1px solid rgba(0,0,0,.08)}.questions-table tbody tr[data-v-cbbdbaba]{border-bottom:1px solid rgba(0,0,0,.05);transition:background .1s}.questions-table tbody tr[data-v-cbbdbaba]:last-child{border-bottom:none}.questions-table tbody tr[data-v-cbbdbaba]:hover{background:rgba(var(--color-primary-rgb),.03)}.questions-table tbody td[data-v-cbbdbaba]{padding:.65rem .75rem;font-size:var(--app-default-font-size);color:var(--app-text-color);vertical-align:middle}.col-num[data-v-cbbdbaba]{width:36px;text-align:center!important}.col-question[data-v-cbbdbaba]{min-width:180px}.col-stat[data-v-cbbdbaba]{width:90px;text-align:center}.col-wide[data-v-cbbdbaba]{width:100px;text-align:center}.col-stat--header[data-v-cbbdbaba],.col-wide--header[data-v-cbbdbaba]{text-align:center!important}.cell-num[data-v-cbbdbaba]{color:var(--app-text-color-muted);font-size:var(--app-default-font-size-small);font-weight:600}.cell-stat[data-v-cbbdbaba]{font-variant-numeric:tabular-nums}.question-text[data-v-cbbdbaba]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-clamp:2;line-height:1.45}.median-badge[data-v-cbbdbaba]{font-weight:600}.avg-grade-placeholder[data-v-cbbdbaba]{font-size:var(--app-default-font-size-small);color:var(--app-text-color-muted)}.avg-pill-wrap[data-v-cbbdbaba]{display:flex;justify-content:center}.avg-pill[data-v-cbbdbaba]{position:relative;width:68px;height:24px;border-radius:6px;overflow:hidden;background:#0000000d;display:inline-flex;align-items:center;justify-content:center}.avg-pill__fill[data-v-cbbdbaba]{position:absolute;left:0;top:0;height:100%;transition:width .4s ease}.avg-pill__label[data-v-cbbdbaba]{position:relative;z-index:1;font-size:11px;font-weight:700;letter-spacing:.02em}.avg-pill--green .avg-pill__fill[data-v-cbbdbaba]{background:var(--color-green);opacity:.18}.avg-pill--green .avg-pill__label[data-v-cbbdbaba]{color:var(--color-green)}.avg-pill--teal .avg-pill__fill[data-v-cbbdbaba]{background:var(--color-turquoise, #00b8a9);opacity:.2}.avg-pill--teal .avg-pill__label[data-v-cbbdbaba]{color:var(--color-turquoise, #00a896)}.avg-pill--yellow .avg-pill__fill[data-v-cbbdbaba]{background:var(--color-yellow);opacity:.22}.avg-pill--yellow .avg-pill__label[data-v-cbbdbaba]{color:color-mix(in srgb,var(--color-yellow) 80%,#000)}.avg-pill--orange .avg-pill__fill[data-v-cbbdbaba]{background:var(--color-orange);opacity:.2}.avg-pill--orange .avg-pill__label[data-v-cbbdbaba]{color:var(--color-orange)}.avg-pill--red .avg-pill__fill[data-v-cbbdbaba]{background:var(--color-red);opacity:.18}.avg-pill--red .avg-pill__label[data-v-cbbdbaba]{color:var(--color-red)}.chart-card[data-v-f9c9e8e8]{padding:var(--app-content-inner-padding);border-radius:var(--app-border-radius-md);border:1px solid rgba(var(--color-primary-rgb),.15);background:rgba(var(--color-primary-rgb),.04)}.chart-card h4[data-v-f9c9e8e8]{margin-bottom:.75rem;font-size:1rem;font-weight:600}.chart-inner[data-v-f9c9e8e8]{height:280px}.question-dialog-generating-banner[data-v-c5d4a10e]{display:flex;align-items:center;gap:.65rem;padding:.7rem 1rem;background:rgba(var(--color-blue-rgb),.07);border:1px solid rgba(var(--color-blue-rgb),.18);border-radius:var(--app-border-radius-sm);color:var(--color-blue);font-size:var(--app-default-font-size-small);font-weight:500;margin-bottom:1rem}.question-dialog-footer[data-v-c5d4a10e]{display:flex;align-items:center;justify-content:space-between;width:100%}.question-dialog-footer-actions[data-v-c5d4a10e]{display:flex;gap:.5rem}.question-dialog-type-row[data-v-c5d4a10e]{display:flex;align-items:flex-end;gap:1.5rem;flex-wrap:wrap}.question-dialog-type-select[data-v-c5d4a10e]{min-width:200px}.question-dialog-special-check[data-v-c5d4a10e]{display:flex;align-items:center;gap:.5rem;padding-bottom:.35rem}.question-dialog-label[data-v-c5d4a10e]{font-size:var(--app-default-font-size-small);font-weight:500;color:var(--app-text-color-muted)}.question-dialog-test-answers[data-v-c5d4a10e]{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.question-dialog-test-answer[data-v-c5d4a10e]{display:flex;align-items:center;gap:.5rem}.question-dialog-test-answer-label[data-v-c5d4a10e]{font-weight:600;min-width:1.5rem;font-size:var(--app-default-font-size-small)}.question-dialog-test-answer-input[data-v-c5d4a10e]{flex:1;padding:.4rem .75rem;border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-sm);font-size:var(--app-default-font-size);background:var(--app-background);color:var(--app-text-color);outline:none}.question-dialog-test-answer-input[data-v-c5d4a10e]:focus{border-color:var(--color-primary)}.question-dialog-test-answer-correct[data-v-c5d4a10e]{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.question-card[data-v-cda26083]{cursor:pointer;transition:all .2s ease-in-out;height:100%}.question-card .question-card-top[data-v-cda26083]{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.question-card .question-tag[data-v-cda26083]{display:flex;align-items:center;gap:.5rem}.question-card .question-card-points[data-v-cda26083]{font-size:var(--app-default-font-size-small);font-weight:500;color:var(--app-text-color-muted);opacity:.5;white-space:nowrap}.question-card .question-card-title[data-v-cda26083]{line-clamp:3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.question-card .question-card-footer[data-v-cda26083]{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.question-card .question-card-badges[data-v-cda26083]{display:flex;gap:.25rem;flex-wrap:wrap}.question-card .question-card-actions[data-v-cda26083]{display:flex;justify-content:flex-end;gap:.5rem}.text-muted[data-v-a12ff662]{color:var(--color-text-secondary);font-style:italic}.question-grid[data-v-a12ff662]{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1rem}.response-sheet-card[data-v-59823874]{overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between}.response-sheet-card .response-sheet-image-container[data-v-59823874]{display:flex;flex-wrap:wrap;gap:calc(var(--app-content-inner-padding) / 2);--size: 20%;--aspect-ratio: 1 / 1.5;cursor:pointer}.response-sheet-card .response-sheet-image-container .response-sheet-image[data-v-59823874]{width:var(--size);aspect-ratio:var(--aspect-ratio);overflow:hidden;border-radius:var(--app-border-radius-sm);border:1px solid var(--app-border-color)}.response-sheet-card .response-sheet-image-container .response-sheet-image[data-v-59823874] img{width:100%;height:100%;object-fit:cover;object-position:center}.response-sheet-card .response-sheet-image-container .response-sheet-image-add-more[data-v-59823874]{width:var(--size);aspect-ratio:var(--aspect-ratio);border-radius:var(--app-border-radius-sm);background-color:var(--app-background-muted);display:flex;align-items:center;justify-content:center;transition:.2s all ease-in-out;cursor:pointer;--p-ripple-background: var(--app-color-active)}.response-sheet-card .response-sheet-image-container .response-sheet-image-add-more.disabled[data-v-59823874]{opacity:.5;cursor:not-allowed}.response-sheet-card .response-sheet-image-container .response-sheet-image-add-more i[data-v-59823874]{color:var(--app-text-color-muted);font-size:1rem}.response-sheet-card .response-sheet-image-container .response-sheet-image-add-more:hover:not(.disabled)[data-v-59823874]{background-color:var(--app-color-hover)}.response-sheet-card .response-sheet-image-container .response-sheet-image-add-more:hover:not(.disabled) i[data-v-59823874]{color:var(--color-primary)}.response-sheet-card .student-details[data-v-59823874]{display:grid;grid-template-columns:1fr auto;gap:3px}.response-sheet-card .student-details .skeleton-name[data-v-59823874],.response-sheet-card .student-details .skeleton-date[data-v-59823874]{display:block;border-radius:3px;max-width:clamp(120px,100%,80%);height:calc(var(--h5-font-size) * 1.2)!important;margin-top:.1rem;margin-bottom:.3rem}.response-sheet-card .student-details .to-analyze[data-v-59823874]{color:var(--app-text-color-muted);font-weight:400;font-style:italic}.response-sheet-card .student-details .skeleton-date[data-v-59823874]{height:calc(var(--app-default-font-size-small) * 1.2)!important;max-width:clamp(70px,100%,40%)}.response-sheet-card .skeleton-button[data-v-59823874]{width:120px!important;height:24px!important;border-radius:3px}.response-sheet-card .skeleton-button[data-v-59823874]:first-child{width:60px!important}.response-sheets-container[data-v-4b4133f5]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.response-sheet-list[data-v-30d65a41]{margin-bottom:var(--app-content-inner-padding)}.report-section__header[data-v-1148ef9f]{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 var(--app-content-inner-padding)}.report-section__toggle[data-v-1148ef9f]{display:flex;align-items:center;gap:.4rem;flex:1;justify-content:flex-start;background:none;border:none;cursor:pointer;text-align:left;border-radius:var(--app-border-radius-sm);transition:background .15s;gap:.5rem}.report-section__toggle h3[data-v-1148ef9f]{margin:0}.report-section__toggle[data-v-1148ef9f]:hover{background:#00000008}.report-section__toggle-actions[data-v-1148ef9f]{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.report-section__chevron[data-v-1148ef9f]{font-size:.75rem;color:var(--app-text-color-muted);transition:transform .25s ease;margin-top:2px}.report-section__chevron--collapsed[data-v-1148ef9f]{transform:rotate(-90deg)}.report-collapse-enter-active[data-v-1148ef9f],.report-collapse-leave-active[data-v-1148ef9f]{transition:opacity .25s ease,transform .25s ease;transform-origin:top}.report-collapse-enter-from[data-v-1148ef9f],.report-collapse-leave-to[data-v-1148ef9f]{opacity:0;transform:scaleY(.97)}.name-cell[data-v-c54a4e92]{font-weight:500}.description-cell[data-v-c54a4e92]{overflow:hidden;text-overflow:ellipsis;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--app-text-color-muted)}.date-cell[data-v-c54a4e92],.class-cell[data-v-c54a4e92],.sheets-cell[data-v-c54a4e92]{color:var(--app-text-color-muted)}.section-card[data-v-c234736a]{width:100%;cursor:pointer;transition:all .2s;--card-padding: calc(var(--app-content-inner-padding) * .5);--p-ripple-background: var(--app-color-active)}.section-card:hover[data-v-c234736a]{box-shadow:var(--app-shadow-md)}.section-card:hover .section-card-icon-lottie[data-v-c234736a]{transform:scale(1.2)}.section-card .section-card-grid[data-v-c234736a]{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:stretch;height:100%}.section-card .section-card-icon[data-v-c234736a]{display:flex;align-items:center;justify-content:center;background-color:var(--app-color-active);padding:16px;width:90px;border-radius:var(--app-border-radius-sm)}.section-card .section-card-icon .section-card-icon-lottie[data-v-c234736a]{transition:all .2s;width:100%}.section-card .section-card-content-text[data-v-c234736a]{padding:var(--card-padding);display:flex;flex-direction:column;gap:.15rem;justify-content:center}.cards-container[data-v-088c300d]{display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:clamp(1rem,2vw,2rem);margin-bottom:1rem}.latest-exams-section[data-v-088c300d]{padding:var(--app-content-inner-padding)}.latest-exams-section .latest-exams-title[data-v-088c300d]{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.latest-exams-section .latest-exams-list[data-v-088c300d]{--p-ripple-background: var(--app-color-hover);list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.latest-exams-section .latest-exam-item[data-v-088c300d]{margin:0}.latest-exams-section .latest-exam-item .latest-exam-link[data-v-088c300d]{width:calc(100% + 2 * var(--app-content-inner-padding));margin-left:calc(-1 * var(--app-content-inner-padding));display:grid;align-items:center;grid-template-columns:auto 1fr auto;gap:.5rem;padding:.25rem 0;text-decoration:none;color:var(--app-text-color-muted);transition:all .2s ease;cursor:pointer;padding:4px var(--app-content-inner-padding);border-radius:2px}.latest-exams-section .latest-exam-item .latest-exam-link:hover[data-v-088c300d]{background-color:var(--app-color-active)}.latest-exams-section .latest-exam-item .latest-exam-link:hover .latest-exam-name[data-v-088c300d],.latest-exams-section .latest-exam-item .latest-exam-link:hover i[data-v-088c300d],.latest-exams-section .latest-exam-item .latest-exam-link:hover .latest-exam-date[data-v-088c300d]{color:var(--color-primary)!important;transform:translateY(-1px)}.latest-exams-section .latest-exam-item .latest-exam-link .latest-exam-name[data-v-088c300d]{font-weight:500;transition:all .2s ease;line-height:1;line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0}.latest-exams-section .latest-exam-item .latest-exam-link i[data-v-088c300d]{font-size:var(--app-default-font-size);transition:all .2s ease}.latest-exams-section .latest-exam-item .latest-exam-link .latest-exam-date[data-v-088c300d]{font-size:.875rem;margin-left:1rem;transition:all .2s ease}.region-crop[data-v-8c79633c]{display:inline-block;cursor:pointer;border-radius:var(--app-border-radius-sm);overflow:hidden;border:1px solid var(--app-border-color);background:var(--app-background-muted);min-width:60px;min-height:40px;position:relative}.region-crop__highlight[data-v-8c79633c]{position:absolute;background:rgba(var(--color-blue-rgb),.25);border:2px solid rgba(var(--color-blue-rgb),.6);border-radius:2px;pointer-events:none;transition:opacity .2s ease,background-color .2s ease}.region-crop__img[data-v-8c79633c]{display:block;max-width:100%;height:auto}.region-crop__skeleton[data-v-8c79633c]{width:120px;height:80px;background:linear-gradient(90deg,var(--app-background-muted) 25%,var(--app-color-hover) 50%,var(--app-background-muted) 75%);background-size:200% 100%;animation:skeleton-shimmer-8c79633c 1.2s infinite}.region-crop__error[data-v-8c79633c]{width:60px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--app-text-color-muted)}@keyframes skeleton-shimmer-8c79633c{0%{background-position:200% 0}to{background-position:-200% 0}}.region-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000d9;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.region-fullscreen__img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:var(--app-border-radius-sm);box-shadow:0 8px 32px #00000080}.answer-content[data-v-716b77fc]{display:flex;flex-direction:column;gap:.25rem;word-break:break-word;padding:.5rem;border:1px dashed var(--app-border-color);border-radius:var(--app-border-radius-sm);background-color:rgba(var(--color-blue-rgb),.02)}.answer-content__block[data-v-716b77fc]{cursor:default;border-radius:var(--app-border-radius-sm);transition:background-color .15s ease;padding:.5rem;overflow:hidden}.answer-content__block[data-v-716b77fc]:hover{background-color:rgba(var(--color-blue-rgb),.08)}.answer-content__text[data-v-716b77fc]{margin:0;white-space:pre-wrap;font-size:var(--app-default-font-size);font-weight:500;color:var(--app-text-color)}.answer-content__latex[data-v-716b77fc]{overflow-x:auto}.answer-content__image[data-v-716b77fc]{margin:0;line-height:0;float:left}.answer-content__empty[data-v-716b77fc]{margin:0;color:var(--app-text-color);font-style:italic}.answer-content__error[data-v-716b77fc]{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:var(--app-border-radius-sm);background-color:rgba(var(--color-red-rgb),.08);border:1px solid rgba(var(--color-red-rgb),.2);font-size:var(--app-default-font-size)}.answer-content__error-icon[data-v-716b77fc]{color:var(--color-red);flex-shrink:0}.answer-content__error-message[data-v-716b77fc]{flex:1;color:var(--color-red);font-weight:500}.answer-content__error-retry[data-v-716b77fc]{flex-shrink:0;padding:.25rem .75rem;border:1px solid var(--color-red);border-radius:var(--app-border-radius-sm);background:transparent;color:var(--color-red);font-size:var(--app-default-font-size-small);font-weight:600;cursor:pointer;transition:background-color .15s ease}.answer-content__error-retry[data-v-716b77fc]:hover{background-color:rgba(var(--color-red-rgb),.1)}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.answer-content__latex .katex-display>.katex{text-align:left!important;margin:0}.answer-content__latex .katex{line-height:2.4}.points[data-v-4bd45141]{display:flex;align-items:center;gap:4px}.point[data-v-4bd45141]{width:10px;height:10px;border-radius:50%;flex-shrink:0;background-color:var(--color-gray);opacity:.3}.point.gained[data-v-4bd45141]{background-color:var(--points-gained-color);opacity:1}.test-answer-options[data-v-aa287c6c]{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.test-answer-options__item[data-v-aa287c6c]{display:inline-flex;align-items:center;gap:.4rem;font-size:var(--app-default-font-size-small);color:var(--app-text-color-muted);padding:.2rem .5rem;border-radius:var(--app-border-radius-sm)}.test-answer-options__item--editable[data-v-aa287c6c]{cursor:pointer;-webkit-user-select:none;user-select:none;padding:.2rem .2rem .2rem .25rem;transition:background-color .15s,color .15s,box-shadow .15s}.test-answer-options__item--editable[data-v-aa287c6c]:hover{background:var(--app-color-hover)}.test-answer-options__item--correct[data-v-aa287c6c]{color:var(--color-green);background:rgba(var(--color-green-rgb),.08);font-weight:500}.test-answer-options__item--editable.test-answer-options__item--correct[data-v-aa287c6c]:hover{background:rgba(var(--color-green-rgb),.15)}.test-answer-options__item--drag-over[data-v-aa287c6c]{box-shadow:-3px 0 0 0 var(--color-primary)}.test-answer-options__grip[data-v-aa287c6c]{font-size:.6rem;color:var(--app-text-color-muted);opacity:.4;cursor:grab}.test-answer-options__item--editable:hover .test-answer-options__grip[data-v-aa287c6c]{opacity:.8}.test-answer-options__label[data-v-aa287c6c]{font-weight:600;min-width:1.2rem}.test-answer-options__icon[data-v-aa287c6c]{font-size:.75rem}.test-answer-options__delete[data-v-aa287c6c]{margin-left:.1rem;flex-shrink:0}.test-answer-options__add-form[data-v-aa287c6c]{display:inline-flex;align-items:center;gap:.25rem}.test-answer-options__add-input[data-v-aa287c6c]{width:10rem}.test-answer-options__add-input--label[data-v-aa287c6c]{width:5rem}.region-crop-selector[data-v-80c2fd50]{position:relative;display:inline-block;-webkit-user-select:none;user-select:none;max-width:100%;border-radius:var(--app-border-radius-sm);overflow:hidden;background:var(--app-background-muted)}.region-crop-selector__img[data-v-80c2fd50]{display:block;max-width:100%;height:auto}.region-crop-selector__overlay[data-v-80c2fd50]{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.region-crop-selector__mask[data-v-80c2fd50]{position:absolute;background:#00000073;pointer-events:auto}.region-crop-selector__selection[data-v-80c2fd50]{position:absolute;border:2px solid rgba(var(--color-blue-rgb),.85);cursor:move;pointer-events:auto;box-shadow:0 0 0 1px #fff6}.region-crop-selector__handle[data-v-80c2fd50]{position:absolute;width:12px;height:12px;background:#fff;border:2px solid rgba(var(--color-blue-rgb),.85);border-radius:2px;pointer-events:auto;transform:translate(-50%,-50%)}.region-crop-selector__handle--nw[data-v-80c2fd50]{top:0;left:0}.region-crop-selector__handle--n[data-v-80c2fd50]{top:0;left:50%}.region-crop-selector__handle--ne[data-v-80c2fd50]{top:0;left:100%}.region-crop-selector__handle--e[data-v-80c2fd50]{top:50%;left:100%}.region-crop-selector__handle--se[data-v-80c2fd50]{top:100%;left:100%}.region-crop-selector__handle--s[data-v-80c2fd50]{top:100%;left:50%}.region-crop-selector__handle--sw[data-v-80c2fd50]{top:100%;left:0}.region-crop-selector__handle--w[data-v-80c2fd50]{top:50%;left:0}.region-crop-selector__loading[data-v-80c2fd50],.region-crop-selector__error[data-v-80c2fd50]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:var(--app-text-color-muted);min-width:200px;min-height:120px}.region-crop-selector__skeleton[data-v-80c2fd50]{width:300px;height:180px;background:linear-gradient(90deg,var(--app-background-muted) 25%,var(--app-color-hover) 50%,var(--app-background-muted) 75%);background-size:200% 100%;animation:rcs-shimmer-80c2fd50 1.2s infinite;border-radius:var(--app-border-radius-sm)}@keyframes rcs-shimmer-80c2fd50{0%{background-position:200% 0}to{background-position:-200% 0}}.crop-selector-dialog__body[data-v-021d9e97]{display:flex;flex-direction:column;gap:.75rem;padding:.25rem 0}.crop-selector-dialog__page-tabs[data-v-021d9e97]{display:flex;gap:.35rem;flex-wrap:wrap}.crop-selector-dialog__bbox-strip[data-v-021d9e97]{display:flex;gap:.5rem;align-items:flex-end;flex-wrap:wrap;padding:.5rem 0;border-bottom:1px solid var(--app-border-color)}.crop-selector-dialog__bbox-thumb[data-v-021d9e97]{position:relative;cursor:pointer;border:2px solid transparent;border-radius:var(--app-border-radius-sm);overflow:hidden;transition:border-color .15s ease}.crop-selector-dialog__bbox-thumb--active[data-v-021d9e97]{border-color:rgba(var(--color-blue-rgb),.7);box-shadow:0 0 0 2px rgba(var(--color-blue-rgb),.15)}.crop-selector-dialog__bbox-thumb[data-v-021d9e97] .region-crop{max-width:100px;max-height:65px}.crop-selector-dialog__bbox-thumb[data-v-021d9e97] .region-crop__img{max-width:100px;max-height:65px;object-fit:contain}.crop-selector-dialog__bbox-delete[data-v-021d9e97]{position:absolute;top:0;right:0;opacity:0;transition:opacity .15s ease;background:#ffffffd9;border-radius:0 0 0 var(--app-border-radius-sm)}.crop-selector-dialog__bbox-thumb:hover .crop-selector-dialog__bbox-delete[data-v-021d9e97]{opacity:1}.crop-selector-dialog__bbox-placeholder[data-v-021d9e97]{display:flex;align-items:center;justify-content:center;width:80px;height:50px;background:var(--app-background-muted);color:var(--app-text-color-muted);font-size:var(--app-default-font-size-small)}.crop-selector-dialog__empty[data-v-021d9e97]{padding:2rem;text-align:center;color:var(--app-text-color-muted);font-style:italic}.crop-selector-dialog__footer[data-v-021d9e97]{display:flex;justify-content:flex-end;gap:.5rem}.content-blocks-editor[data-v-8c4a7b90]{display:flex;padding:.55rem;flex-direction:column;gap:.75rem;margin:1rem 0;border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-sm);background-color:#00000005}.content-blocks-editor__title-row[data-v-8c4a7b90]{display:flex;align-items:center;justify-content:space-between}.content-blocks-editor__label[data-v-8c4a7b90]{font-size:var(--app-default-font-size-small);font-weight:600;color:var(--app-text-color)}.content-blocks-editor__empty[data-v-8c4a7b90]{padding:1rem;text-align:center;color:var(--app-text-color-muted);font-style:italic;border:1px dashed var(--app-border-color);border-radius:var(--app-border-radius-sm)}.content-blocks-editor__list[data-v-8c4a7b90]{display:flex;flex-direction:column;gap:.55rem;position:relative}.content-blocks-editor__block[data-v-8c4a7b90]{overflow:hidden;container-type:inline-size;padding:.55rem;border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-sm);background-color:#fff}.content-blocks-editor__block-header[data-v-8c4a7b90]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.content-blocks-editor__block-actions[data-v-8c4a7b90]{display:flex;align-items:center;gap:.15rem}.content-blocks-editor__block-body--latex[data-v-8c4a7b90]{display:flex;flex-direction:column;gap:.55rem}@container (min-width: 650px){.content-blocks-editor__block-body--latex[data-v-8c4a7b90]{flex-direction:row}.content-blocks-editor__block-body--latex .content-blocks-editor__input[data-v-8c4a7b90]{flex:1;min-width:0}.content-blocks-editor__block-body--latex .content-blocks-editor__latex-preview[data-v-8c4a7b90]{flex:1;min-width:0;margin-top:0}}.content-blocks-editor__input[data-v-8c4a7b90]{width:100%;padding:0}.content-blocks-editor__input--latex[data-v-8c4a7b90] .app-input__control,.content-blocks-editor__input--latex[data-v-8c4a7b90] textarea{font-family:Courier New,Courier,monospace;min-height:100%!important}.content-blocks-editor__input[data-v-8c4a7b90] textarea{border-color:var(--app-border-color)}.content-blocks-editor__latex-preview[data-v-8c4a7b90]{padding:1.2rem .5rem;border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-sm);background-color:#fff;overflow-x:auto;font-size:var(--app-default-font-size)}.content-blocks-editor__bboxes-bar[data-v-8c4a7b90]{margin-top:.35rem}.content-blocks-editor__image-block[data-v-8c4a7b90]{display:flex;align-items:center;gap:.5rem}.content-blocks-editor__image-placeholder[data-v-8c4a7b90]{display:flex;align-items:center;gap:.35rem;color:var(--app-text-color-muted);font-style:italic;font-size:var(--app-default-font-size-small)}.content-blocks-editor__add-actions[data-v-8c4a7b90]{display:flex;gap:.25rem}.block-list-enter-active[data-v-8c4a7b90],.block-list-leave-active[data-v-8c4a7b90]{transition:all .2s ease}.block-list-enter-from[data-v-8c4a7b90]{opacity:0;transform:translateY(-8px)}.block-list-leave-to[data-v-8c4a7b90]{opacity:0;transform:translateY(8px)}.block-list-move[data-v-8c4a7b90]{transition:transform .2s ease}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.45"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.content-blocks-editor__latex-preview .katex-display>.katex{text-align:left!important;margin:0}.content-blocks-editor__latex-preview .katex{line-height:2.4}.answer-card[data-v-b196879d]{transition:border-color .2s,box-shadow .2s;cursor:default}.answer-card[data-v-b196879d]:hover{box-shadow:0 0 1px 4px rgba(var(--color-primary-rgb),.12)}.answer-card__header[data-v-b196879d]{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.answer-card__question-number[data-v-b196879d]{font-size:1rem;font-weight:600;color:var(--app-text-color);flex-shrink:0;line-height:1.3;background:#00000006;border:1px solid var(--app-border-color);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.answer-card__question-text[data-v-b196879d]{flex:1;margin:0}.answer-card__badges[data-v-b196879d]{display:flex;gap:.25rem;flex-shrink:0}.answer-card__body[data-v-b196879d]{display:flex;flex-direction:column;gap:.5rem}.answer-card__criteria[data-v-b196879d]{padding:.5rem .75rem;font-size:var(--app-default-font-size-small);color:var(--app-text-color-muted)}.answer-card__explanation[data-v-b196879d]{padding:.5rem .75rem;color:var(--app-text-color-muted);font-size:var(--app-default-font-size)}.answer-card__explanation .subtitle[data-v-b196879d]{font-weight:600;margin-right:.25rem}.answer-card__essay-analysis[data-v-b196879d]{padding:.5rem .75rem;display:flex;flex-direction:column;gap:.5rem}.answer-card__essay-analysis-title[data-v-b196879d]{font-size:var(--app-default-font-size-small);font-weight:600;color:var(--app-text-color-muted);text-transform:uppercase;letter-spacing:.04em}.answer-card__essay-analysis-grid[data-v-b196879d]{display:flex;flex-direction:column;gap:.25rem}.answer-card__essay-criterion[data-v-b196879d]{display:grid;grid-template-columns:10rem 1fr;gap:.5rem;font-size:var(--app-default-font-size-small);align-items:baseline}.answer-card__essay-criterion-label[data-v-b196879d]{font-weight:600;color:var(--app-text-color-muted);flex-shrink:0}.answer-card__essay-criterion-value[data-v-b196879d]{color:var(--default-text-color)}.answer-card__essay-criterion-value--count[data-v-b196879d]{font-weight:600;font-variant-numeric:tabular-nums}.answer-card__footer[data-v-b196879d]{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--app-border-color);font-size:var(--app-default-font-size-small);color:var(--app-text-color-muted)}.answer-card--loading[data-v-b196879d]{position:relative;pointer-events:none;opacity:.6}.answer-card__loading-overlay[data-v-b196879d]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffff80;border-radius:inherit;z-index:1}.answer-card__loading-spinner[data-v-b196879d]{width:1.5rem;height:1.5rem;border:2px solid var(--color-primary, #4f46e5);border-top-color:transparent;border-radius:50%;animation:answer-card-spin-b196879d .7s linear infinite}@keyframes answer-card-spin-b196879d{to{transform:rotate(360deg)}}.shc[data-v-4ae9e199]{margin-bottom:1.5rem}.shc__top[data-v-4ae9e199]{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.shc__name-row[data-v-4ae9e199]{display:flex;align-items:center;gap:.5rem}.shc__name[data-v-4ae9e199]{font-size:1.25rem;font-weight:700}.shc__tags[data-v-4ae9e199]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.shc__tag[data-v-4ae9e199]{display:inline-flex;align-items:center;gap:.375rem;background-color:rgba(var(--color-black-rgb),.05);padding:.25rem .75rem;border-radius:var(--app-border-radius-sm);font-size:var(--app-default-font-size-small)}.shc__tag i[data-v-4ae9e199]{font-size:calc(var(--app-default-font-size-small) * .8);position:relative;top:1px;opacity:.5}.shc__tag-value[data-v-4ae9e199]{font-weight:600}.shc__actions[data-v-4ae9e199]{display:flex;align-items:center;gap:.25rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--app-border-color)}.sheet-summary__body[data-v-82be7e8e]{display:flex;flex-direction:column}.sheet-summary__cards[data-v-82be7e8e]{--sheet-summary-col-gap: .75rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.sheet-summary__cards[data-v-82be7e8e]>:nth-child(odd){padding-right:calc(var(--sheet-summary-col-gap) / 2)}.sheet-summary__cards[data-v-82be7e8e]>:nth-child(2n){padding-left:calc(var(--sheet-summary-col-gap) / 2)}.general-comment__text[data-v-82be7e8e]{margin:0;font-size:var(--app-default-font-size);line-height:1.6;color:var(--app-text-color)}.insight-card--orange .insight-card__icon[data-v-82be7e8e]{color:var(--color-orange)}.insight-card--orange .insight-list__dot[data-v-82be7e8e]{background:var(--color-orange)}.insight-card--blue .insight-card__icon[data-v-82be7e8e]{color:var(--color-blue)}.insight-card--blue .insight-list__dot[data-v-82be7e8e]{background:var(--color-blue)}.insight-card--purple .insight-card__icon[data-v-82be7e8e]{color:var(--color-purple)}.insight-card--purple .insight-list__dot[data-v-82be7e8e]{background:var(--color-purple)}.insight-card--green .insight-card__icon[data-v-82be7e8e]{color:var(--color-green)}.insight-card--green .insight-list__dot[data-v-82be7e8e]{background:var(--color-green)}.insight-card__icon--primary[data-v-82be7e8e]{color:var(--color-primary)}.insight-card__header[data-v-82be7e8e]{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.insight-card__header h4[data-v-82be7e8e]{margin:0;font-size:var(--app-default-font-size);font-weight:600}.insight-card__icon[data-v-82be7e8e]{font-size:1rem;flex-shrink:0}.insight-list[data-v-82be7e8e]{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.insight-list__item[data-v-82be7e8e]{display:flex;align-items:flex-start;gap:.6rem;font-size:var(--app-default-font-size);line-height:1.5;color:var(--app-text-color)}.insight-list__dot[data-v-82be7e8e]{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:.45rem;opacity:.7}.sheet-viewer__answers-list[data-v-ac1bb89d]{display:flex;flex-direction:column;gap:1.5rem}.sheet-viewer__columns[data-v-ac1bb89d]{display:flex;align-items:flex-start;position:relative}.sheet-viewer__columns[data-v-ac1bb89d]:after{content:"";display:block;width:100%;height:1.5rem;background:linear-gradient(to top,var(--app-background),transparent);position:absolute;bottom:0}.sheet-viewer__images-panel[data-v-ac1bb89d]{position:sticky;top:var(--app-breadcrumb-height);flex:1;height:calc(100vh - var(--app-breadcrumb-height));overflow-y:auto;scrollbar-width:none;padding:var(--app-content-inner-padding)}.sheet-viewer__page[data-v-ac1bb89d]{position:relative;border-radius:var(--app-border-radius-md);overflow:hidden;border:1px solid var(--app-border-color);flex-shrink:0;box-shadow:var(--app-shadow-sm)}.sheet-viewer__images-panel-content[data-v-ac1bb89d]{display:flex;flex-direction:column;gap:calc(2vw + 1vh)}.sheet-viewer__page-label[data-v-ac1bb89d]{position:absolute;bottom:.5rem;left:.5rem;z-index:1;font-size:.8rem;color:var(--app-text-color-muted);font-weight:400;background:#00000006;padding:.15rem .5rem;border-radius:8px;pointer-events:none}.sheet-viewer__page-img[data-v-ac1bb89d]{display:block;width:100%;height:auto}.sheet-viewer__page-delete[data-v-ac1bb89d]{position:absolute;top:.5rem;right:.5rem;z-index:2;opacity:0;transition:opacity .2s}.sheet-viewer__page:hover .sheet-viewer__page-delete[data-v-ac1bb89d]{opacity:1}.sheet-viewer__highlight[data-v-ac1bb89d]{position:absolute;transform:scale(1.05);border-radius:10px;border:1px dashed rgba(var(--color-blue-rgb),.5);pointer-events:none;animation:sheet-viewer-pulse-ac1bb89d 1.5s ease-in-out infinite}@keyframes sheet-viewer-pulse-ac1bb89d{0%,to{background:rgba(var(--color-blue-rgb),.075);border:1px dashed rgba(var(--color-blue-rgb),.3)}50%{background:rgba(var(--color-blue-rgb),.15);border:1px dashed rgba(var(--color-blue-rgb),.75)}}.sheet-viewer__no-images[data-v-ac1bb89d]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:var(--app-text-color-muted)}.sheet-viewer__no-images i[data-v-ac1bb89d]{font-size:2rem}.sheet-viewer__arrow-svg[data-v-ac1bb89d]{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:100;opacity:0;transition:opacity .2s ease}.sheet-viewer__arrow-svg--visible[data-v-ac1bb89d]{opacity:1}.sheet-viewer__answers-panel[data-v-ac1bb89d]{flex:1;padding:var(--app-content-inner-padding);padding-left:0;display:flex;flex-direction:column;min-height:calc(100vh - var(--app-breadcrumb-height))}.sheet-viewer__report-section[data-v-ac1bb89d]{width:100%;padding:var(--app-content-inner-padding)}.sheet-viewer__analyzing-card[data-v-ac1bb89d]{flex:1}.sheet-viewer__analyzing-content[data-v-ac1bb89d]{flex:1;display:flex;flex-direction:column;justify-content:center}.sheet-viewer__arrow-svg path{fill:none;stroke:rgba(var(--color-blue-rgb),.35);stroke-width:1.5;stroke-dasharray:6 4;animation:sheet-viewer-arrow-flow .8s linear infinite}.sheet-viewer__arrow-svg polygon{fill:rgba(var(--color-blue-rgb),.5)}@keyframes sheet-viewer-arrow-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-10}}.ssv__images-panel[data-v-b4b4ed60]{width:50vw;position:fixed;overflow-y:auto;scrollbar-width:none;height:100vh;top:0;left:0;padding:var(--app-content-inner-padding)}.ssv__images-panel-content[data-v-b4b4ed60]{display:flex;flex-direction:column;gap:calc(2vw + 1vh)}.ssv__page[data-v-b4b4ed60]{position:relative;border-radius:var(--app-border-radius-md);overflow:hidden;border:1px solid var(--app-border-color);flex-shrink:0;box-shadow:var(--app-shadow-sm)}.ssv__page-label[data-v-b4b4ed60]{position:absolute;bottom:.5rem;left:.5rem;z-index:1;font-size:.8rem;color:var(--app-text-color-muted);font-weight:400;background:#00000006;padding:.15rem .5rem;border-radius:8px;pointer-events:none}.ssv__page-img[data-v-b4b4ed60]{display:block;width:100%;height:auto}.ssv__highlight[data-v-b4b4ed60]{position:absolute;transform:scale(1.05);border-radius:10px;border:1px dashed rgba(var(--color-blue-rgb),.5);pointer-events:none;animation:ssv-pulse-b4b4ed60 1.5s ease-in-out infinite}@keyframes ssv-pulse-b4b4ed60{0%,to{background:rgba(var(--color-blue-rgb),.075);border:1px dashed rgba(var(--color-blue-rgb),.3)}50%{background:rgba(var(--color-blue-rgb),.15);border:1px dashed rgba(var(--color-blue-rgb),.75)}}.ssv__no-images[data-v-b4b4ed60]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:var(--app-text-color-muted)}.ssv__no-images i[data-v-b4b4ed60]{font-size:2rem}.ssv__answers-panel[data-v-b4b4ed60]{padding:var(--app-content-inner-padding);padding-left:0;margin-left:50vw;display:flex;flex-direction:column;min-height:100vh}.ssv__header-card[data-v-b4b4ed60]{margin-bottom:1.5rem}.ssv__back-link[data-v-b4b4ed60]{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--app-text-color-muted);text-decoration:none;margin-bottom:.75rem;width:fit-content}.ssv__back-link[data-v-b4b4ed60]:hover{color:var(--app-text-color)}.ssv__answers-list[data-v-b4b4ed60]{display:flex;flex-direction:column;gap:1.5rem}.ssv__student-info[data-v-b4b4ed60]{display:flex;flex-direction:column;gap:.5rem}.ssv__student-name[data-v-b4b4ed60]{font-size:1.25rem;font-weight:700}.ssv__student-tags[data-v-b4b4ed60]{display:flex;flex-wrap:wrap;gap:.5rem}.ssv__student-tag[data-v-b4b4ed60]{display:inline-flex;align-items:center;gap:.375rem;background-color:rgba(var(--color-black-rgb),.05);padding:.25rem .75rem;border-radius:var(--app-border-radius-sm);font-size:var(--app-default-font-size-small)}.ssv__student-tag i[data-v-b4b4ed60]{font-size:calc(var(--app-default-font-size-small) * .8);position:relative;top:1px;opacity:.5}.ssv__student-tag-value[data-v-b4b4ed60]{font-weight:600}.ssv__arrow-svg[data-v-b4b4ed60]{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:100;opacity:0;transition:opacity .2s ease}.ssv__arrow-svg--visible[data-v-b4b4ed60]{opacity:1}.ssv__arrow-svg path{fill:none;stroke:rgba(var(--color-blue-rgb),.35);stroke-width:1.5;stroke-dasharray:6 4;animation:ssv-arrow-flow .8s linear infinite}.ssv__arrow-svg polygon{fill:rgba(var(--color-blue-rgb),.5)}@keyframes ssv-arrow-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-10}}.shared-result-page[data-v-8d932e49]{max-width:600px;margin:4rem auto;padding:0 1rem}.loading-state[data-v-8d932e49],.error-state[data-v-8d932e49]{text-align:center;padding:2rem}.loading-icon[data-v-8d932e49]{font-size:2rem;margin-bottom:1rem;display:block}.error-icon[data-v-8d932e49]{font-size:2rem;color:var(--p-danger-color);margin-bottom:1rem;display:block}.error-state h3[data-v-8d932e49]{margin:0 0 .5rem}.error-state p[data-v-8d932e49]{margin:0;color:var(--p-text-muted-color)}.sign-in-page-wrapper[data-v-377af79b]{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background:var(--app-background);padding:var(--app-content-inner-padding)}.sign-in-page-wrapper .sign-in-card[data-v-377af79b]{width:100%;max-width:420px}.sign-in-page-wrapper .sign-in-card .sign-in-card-content[data-v-377af79b]{width:100%;display:flex;flex-direction:column;gap:var(--app-content-inner-padding)}.sign-in-page-wrapper .sign-in-card .sign-in-icon[data-v-377af79b]{height:calc(var(--app-default-font-size) * 9)}.sign-in-page-wrapper .sign-in-card .sign-in-card-content-text[data-v-377af79b]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:calc(var(--app-content-inner-padding) * .5) var(--app-content-inner-padding)}.sign-in-page-wrapper .sign-in-card .sign-in-button[data-v-377af79b]{width:100%}.grade-placeholder[data-v-06851b76]{color:var(--p-text-muted-color)}.grade-container[data-v-06851b76]{display:flex;align-items:center;justify-content:flex-end}.qdm-field[data-v-3925ecca]{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.qdm-field-row[data-v-3925ecca]{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.qdm-label[data-v-3925ecca]{font-size:var(--app-default-font-size-small);font-weight:500;color:var(--app-text-color-muted)}.qdm-value[data-v-3925ecca]{font-size:var(--app-default-font-size);color:var(--app-text-color)}.qdm-value--multiline[data-v-3925ecca]{white-space:pre-wrap;word-break:break-word}.qdm-answers[data-v-3925ecca]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.qdm-answer[data-v-3925ecca]{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-sm);background:var(--app-background)}.qdm-answer--plain[data-v-3925ecca]{display:block}.qdm-answer-label[data-v-3925ecca]{font-weight:600;min-width:1.5rem}.qdm-answer-text[data-v-3925ecca]{flex:1}.qdm-answer-correct[data-v-3925ecca]{font-size:var(--app-default-font-size-small);font-weight:600;color:var(--color-green, #22a06b)}.qdm-footer[data-v-3925ecca]{display:flex;justify-content:flex-end;width:100%}.section-title[data-v-9ee0d925]{margin-bottom:1rem}.group-title[data-v-9ee0d925]{margin-top:1.5rem;margin-bottom:.75rem;color:var(--p-text-muted-color)}.questions-grid[data-v-9ee0d925]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.sheets-table[data-v-9ee0d925]{width:100%;border-collapse:collapse;font-size:.875rem}.sheets-table th[data-v-9ee0d925],.sheets-table td[data-v-9ee0d925]{padding:.625rem .875rem;text-align:left;border-bottom:1px solid var(--p-surface-border)}.sheets-table th[data-v-9ee0d925]{font-weight:600;color:var(--p-text-muted-color)}.sheets-table a[data-v-9ee0d925]{color:var(--p-primary-color);text-decoration:none;font-family:monospace;font-size:.8rem}.sheets-table a[data-v-9ee0d925]:hover{text-decoration:underline}.empty-state[data-v-9ee0d925]{color:var(--p-text-muted-color);font-size:.875rem;padding:1rem 0}.status-state[data-v-9ee0d925]{display:flex;align-items:center;justify-content:center;padding:3rem 0}.status-text[data-v-9ee0d925]{color:var(--p-text-muted-color)}.error-text[data-v-9ee0d925]{color:red}.admin-response-sheet-page[data-v-7f737bc0]{max-width:600px;margin:4rem auto;padding:0 1rem}.loading-state[data-v-7f737bc0],.error-state[data-v-7f737bc0]{text-align:center;padding:2rem}.loading-icon[data-v-7f737bc0]{font-size:2rem;margin-bottom:1rem;display:block}.error-icon[data-v-7f737bc0]{font-size:2rem;color:var(--p-danger-color);margin-bottom:1rem;display:block}.error-state h3[data-v-7f737bc0]{margin:0 0 .5rem}.error-state p[data-v-7f737bc0]{margin:0;color:var(--p-text-muted-color)}.admin-sheet-container[data-v-7f737bc0] .ssv__images-panel{top:var(--app-breadcrumb-height);height:calc(100vh - var(--app-breadcrumb-height));left:var(--app-navigation-width);width:calc(50vw - var(--app-navigation-width))}.admin-sheet-container[data-v-7f737bc0] .ssv__answers-panel{margin-left:calc(50vw - var(--app-navigation-width))}.app-breadcrumbs[data-v-6d4653a5]{--top-offset: 200px;align-items:center;border-bottom:1px solid var(--app-border-color);display:flex;height:calc(var(--app-breadcrumb-height) + var(--top-offset));padding-top:var(--top-offset);padding-left:var(--app-content-inner-padding);width:100%;position:sticky;top:0;transform:translateY(calc(-1 * var(--top-offset)));z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:calc(-1 * var(--top-offset))}.breadcrumb-nav[data-v-6d4653a5]{align-items:center;display:flex;flex-wrap:wrap;font-size:var(--app-default-font-size-medium);gap:.5rem}.breadcrumb-link[data-v-6d4653a5]{color:var(--app-text-color-muted);text-decoration:none;line-height:1}.breadcrumb-link[data-v-6d4653a5]:hover{color:var(--app-text-color)}.breadcrumb-current[data-v-6d4653a5]{color:var(--app-text-color);font-weight:500}.breadcrumb-sep[data-v-6d4653a5]{color:var(--app-text-color-muted);-webkit-user-select:none;user-select:none}.user-menu[data-v-f3c50688]{display:flex;align-items:center}.dev-lotties[data-v-503062aa]{display:flex;flex-direction:column;gap:1.5rem}.dev-lotties-controls[data-v-503062aa]{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.control-group[data-v-503062aa]{display:flex;flex-direction:column;gap:.25rem}.dev-lotties-grid[data-v-503062aa]{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.dev-lotties-card[data-v-503062aa]{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-radius:var(--app-border-radius-md);background:#00000008;border:1px solid var(--app-border-color)}.dev-lotties-preview[data-v-503062aa]{width:80px;height:80px}.dev-lotties-name[data-v-503062aa]{font-size:.75rem;color:var(--app-text-color-muted);text-align:center;word-break:break-all}.dev-tools-content[data-v-d3c0b14f]{display:flex;flex-direction:column;gap:0}.dev-tools-summary[data-v-d3c0b14f]{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.dev-tools-section[data-v-d3c0b14f]{border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-md);margin-bottom:.75rem;overflow:hidden}.dev-tools-section-header[data-v-d3c0b14f]{padding:.75rem 1rem;font-weight:600;font-size:1rem;color:var(--app-text-color);background:#00000005;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.dev-tools-section-header[data-v-d3c0b14f]::-webkit-details-marker{display:none}.dev-tools-section-header[data-v-d3c0b14f]:before{content:"▾";margin-right:.5rem;display:inline-block;transition:transform .2s}.dev-tools-section:not([open]) .dev-tools-section-header[data-v-d3c0b14f]:before{transform:rotate(-90deg)}.dev-tools-section-body[data-v-d3c0b14f]{padding:1rem;border-top:1px solid var(--app-border-color)}.dev-tools-process[data-v-d3c0b14f]{display:flex;flex-direction:column;gap:.25rem;padding:1rem 0}.dev-tools-process[data-v-d3c0b14f]:not(:last-child){border-bottom:1px solid var(--app-border-color)}.dev-tools-stats-block[data-v-d3c0b14f]{display:flex;flex-direction:column;gap:.25rem;padding:1rem 0}.dev-tools-stats-block[data-v-d3c0b14f]:not(:last-child){border-bottom:1px solid var(--app-border-color)}.font-bold[data-v-d3c0b14f]{font-weight:600}.mt-2[data-v-d3c0b14f]{margin-top:.5rem}.m-0[data-v-d3c0b14f]{margin:0}.app-navigation-item[data-v-7d90ee4f]{--p-ripple-background: rgba(var(--color-primary-rgb), .1);width:100%;aspect-ratio:1/1;border-radius:var(--app-border-radius-sm);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12%;border:1px solid transparent}.app-navigation-item.active[data-v-7d90ee4f]{background-color:var(--app-color-active);border:1px solid rgba(var(--color-primary-rgb),1)}.app-navigation-item.active>*[data-v-7d90ee4f]{opacity:1!important}.app-navigation-item>.lottie[data-v-7d90ee4f]{opacity:.5;transition:all .2s;pointer-events:none}.app-navigation-item:hover[data-v-7d90ee4f]{background-color:var(--app-color-hover)}.app-navigation-item:hover>.lottie[data-v-7d90ee4f]{opacity:1;transform:scale(1.15)}#app-navigation[data-v-33838e4c]{width:var(--app-navigation-width);height:100%;position:fixed;top:0;left:0;z-index:11}#app-navigation #app-navigation-content[data-v-33838e4c]{background-color:rgba(var(--app-theme-rgb),.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid var(--app-border-color);height:100%;padding:var(--app-interface-padding);overflow:clip;display:flex;flex-direction:column;justify-content:space-between;gap:12px}#app-navigation #app-navigation-content .app-navigation-items[data-v-33838e4c]{display:flex;flex-direction:column;gap:6px}#app-navigation #app-navigation-content .app-navigation-item[data-v-33838e4c]{width:100%;aspect-ratio:1/1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:18%}.survey-banner[data-v-38fb4ae8]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.625rem var(--app-content-inner-padding);background:rgba(var(--app-theme-rgb),.45);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,128,255,.15);box-shadow:0 1px #0080ff14}.survey-banner__content[data-v-38fb4ae8]{display:flex;align-items:center;gap:.625rem}.survey-banner__icon[data-v-38fb4ae8]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#0080ff1a;border:1px solid rgba(0,128,255,.2);flex-shrink:0}.survey-banner__text[data-v-38fb4ae8]{display:flex;flex-direction:column;gap:1px}.survey-banner__title[data-v-38fb4ae8]{font-size:var(--app-default-font-size-medium);font-weight:500;color:var(--app-text-color)}.survey-banner__subtitle[data-v-38fb4ae8]{font-size:11px;color:#008c5f}.survey-banner__btn[data-v-38fb4ae8]{font-size:var(--app-default-font-size-medium);font-weight:500;color:#0064c8;background:#0080ff14;border:1px solid rgba(0,128,255,.2);border-radius:8px;padding:.375rem .75rem;cursor:pointer;white-space:nowrap;transition:background .15s ease}.survey-banner__btn[data-v-38fb4ae8]:hover{background:#0080ff24}.shared-result-layout{min-height:100vh;width:100%;background:var(--app-background)}#app-container{height:100%;min-height:100vh;width:100%;background:var(--app-background)}#app-content{width:100%;height:100%;padding-left:var(--app-navigation-width)}:root{--app-content-inner-padding: clamp(12px, 1.5vw, 24px);--app-interface-padding: 6px;--app-border-radius-xs: 6px;--app-border-radius-sm: 8px;--app-border-radius-md: 12px;--app-border-radius-lg: 16px;--app-border-radius-xl: 24px;--app-shadow-sm: 0 0 10px -2px rgba(0, 0, 0, .05);--app-shadow-md: 0 0 28px -4px rgba(0, 0, 0, .1);--app-overlay-bg: rgba(0, 0, 0, .5);--app-text-color: rgba(0, 0, 0, .9);--app-text-color-muted: rgba(0, 0, 0, .6);--app-border-color: rgba(0, 0, 0, .08);--app-default-font-size: clamp(.9rem, 1.5vw , 1.1rem);--app-default-font-size-small: calc(var(--app-default-font-size) * .8);--app-default-font-size-large: calc(var(--app-default-font-size) * 1.15);--h1-font-size: calc(var(--app-default-font-size) * 2.2);--h2-font-size: calc(var(--app-default-font-size) * 1.7);--h3-font-size: calc(var(--app-default-font-size) * 1.45);--h4-font-size: calc(var(--app-default-font-size) * 1.2);--h5-font-size: calc(var(--app-default-font-size) * 1.05);--app-theme-rgb: 255, 255, 255;--color-purple-rgb: 148, 40, 255;--color-blue-rgb: 0, 128, 255;--color-green-rgb: 0, 192, 125;--color-turquoise-rgb: 0, 213, 181;--color-yellow-rgb: 254, 197, 106;--color-orange-rgb: 254, 132, 99;--color-red-rgb: 255, 107, 132;--color-pink-rgb: 255, 119, 194;--color-black-rgb: 15, 15, 15;--color-gray-rgb: 120, 120, 120;--color-purple: rgba(var(--color-purple-rgb), 1);--color-blue: rgba(var(--color-blue-rgb), 1);--color-green: rgba(var(--color-green-rgb), 1);--color-turquoise: rgba(var(--color-turquoise-rgb), 1);--color-yellow: rgba(var(--color-yellow-rgb), 1);--color-orange: rgba(var(--color-orange-rgb), 1);--color-red: rgba(var(--color-red-rgb), 1);--color-pink: rgba(var(--color-pink-rgb), 1);--color-black: rgba(var(--color-black-rgb), 1);--color-gray: rgba(var(--color-gray-rgb), 1);--color-primary-rgb: var(--color-blue-rgb);--color-primary: var(--color-blue)}body{font-family:Inter,sans-serif}h1{margin:0;font-size:var(--h1-font-size);font-weight:700;color:var(--app-text-color)}h2{margin:0;font-size:var(--h2-font-size);font-weight:600;color:var(--app-text-color);line-height:1.2}h3{margin:0;font-size:var(--h3-font-size);font-weight:600;color:var(--app-text-color)}h4{margin:0;font-size:var(--h4-font-size);font-weight:600;color:var(--app-text-color)}h5{margin:0;font-size:var(--h5-font-size);font-weight:600;color:var(--app-text-color)}p{margin:0;font-size:var(--app-default-font-size)!important;max-width:600px;color:var(--app-text-color-muted)}p.small{font-size:var(--app-default-font-size-small)!important}.app-tooltip{z-index:1100;padding:.35rem .6rem;border-radius:var(--app-border-radius-xs);background:#000000d9;color:#fff;font-size:var(--app-default-font-size-small);line-height:1.4;max-width:240px;box-shadow:var(--app-shadow-sm);pointer-events:none;white-space:normal;word-wrap:break-word;opacity:0;transform:translateZ(0) scale(.98);transform-origin:center;transition:opacity .12s ease-out,transform .12s ease-out;position:fixed}.app-tooltip--visible{opacity:1;transform:translateZ(0) scale(1)}.app-tooltip:after{content:"";position:absolute;width:0;height:0;border-style:solid}.app-tooltip[data-placement=top]:after{top:100%;left:50%;transform:translate(-50%);border-width:6px 6px 0 6px;border-color:rgba(0,0,0,.85) transparent transparent transparent}.app-tooltip[data-placement=bottom]:after{bottom:100%;left:50%;transform:translate(-50%);border-width:0 6px 6px 6px;border-color:transparent transparent rgba(0,0,0,.85) transparent}.app-tooltip[data-placement=left]:after{left:100%;top:50%;transform:translateY(-50%);border-width:6px 0 6px 6px;border-color:transparent transparent transparent rgba(0,0,0,.85)}.app-tooltip[data-placement=right]:after{right:100%;top:50%;transform:translateY(-50%);border-width:6px 6px 6px 0;border-color:transparent rgba(0,0,0,.85) transparent transparent}.app-form{display:flex;flex-direction:column;gap:1.5rem}.app-input{display:flex;flex-direction:column;gap:.35rem;font-size:var(--app-default-font-size);--padding-x: .7rem;--padding-y: .65rem}.app-input__label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-inline:var(--padding-x)}.app-input__label{display:inline-flex;align-items:center;gap:.25rem;font-weight:500;color:var(--app-text-color);font-size:var(--app-default-font-size-small)}.app-input__hint-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.1em;height:1.1em;color:var(--app-text-color-muted);cursor:help;border-radius:50%}.app-input__hint-icon:hover{color:var(--color-primary)}.app-input__required{color:var(--color-red);font-size:var(--app-default-font-size-small)}.app-input__control{position:relative;width:100%}.app-input__native{width:100%;box-sizing:border-box;border-radius:var(--app-border-radius-sm);border:1px solid rgba(0,0,0,.14);padding:var(--padding-y) var(--padding-x);font:inherit;color:var(--app-text-color);background-color:#fff;outline:none;transition:border-color .12s ease-out,box-shadow .12s ease-out,background-color .12s ease-out}textarea.app-input__native{resize:vertical}.app-input__native::placeholder{color:var(--app-text-color-muted)}.app-input__native:focus-visible{border-color:var(--color-primary)}.app-input__error{margin:0;font-size:var(--app-default-font-size-small)!important;color:var(--color-red);padding:0 var(--padding-x)}.app-input--error .app-input__native{border-color:var(--color-red);color:var(--color-red);background-color:rgba(var(--color-red-rgb),.02)}.app-input--error .app-input__native::placeholder{color:var(--color-red)!important}.app-input--disabled .app-input__native{background-color:#00000005;color:var(--app-text-color-muted);cursor:not-allowed}.app-input--select .app-input__control{cursor:pointer}.app-input__native--select{display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer;padding-right:.9rem}.app-input__value{flex:1;min-width:0;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-input__icon{flex-shrink:0;font-size:.9em;color:var(--app-text-color-muted);transition:transform .12s ease-out}.app-input__control--open .app-input__icon{transform:rotate(180deg)}.app-input__dropdown{position:fixed;z-index:1000;margin-top:0;width:auto;max-height:220px;overflow:auto;border-radius:var(--app-border-radius-sm);border:1px solid rgba(0,0,0,.14);background:#fff;box-shadow:var(--app-shadow-sm);padding:.25rem;display:flex;flex-direction:column;gap:.25rem}.app-input__option{padding:.45rem .7rem;font-size:var(--app-default-font-size);color:var(--app-text-color);cursor:pointer;display:flex;align-items:center;gap:.4rem;border-radius:var(--app-border-radius-sm);transition:background-color .12s ease-out}.app-input__option:hover,.app-input__option--highlighted{background-color:rgba(var(--color-primary-rgb),.12)}.app-input__option--selected{background-color:rgba(var(--color-primary-rgb),.06);font-weight:500}.app-input--disabled .app-input__dropdown{display:none}.app-input__native--multiselect{height:auto;min-height:calc(2 * var(--padding-y) + 1lh);align-items:flex-start;padding-top:calc(var(--padding-y) - .15rem);padding-bottom:calc(var(--padding-y) - .15rem)}.app-input__multiselect-content{flex:1;min-width:0;display:flex;align-items:center;flex-wrap:wrap}.app-input__chips{display:flex;flex-wrap:wrap;gap:.3rem}.app-input__chip{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:999px;background:rgba(var(--color-primary-rgb),.1);color:var(--color-primary);font-size:var(--app-default-font-size-small);font-weight:500;cursor:pointer;transition:background-color .12s ease-out;-webkit-user-select:none;user-select:none}.app-input__chip:hover{background:rgba(var(--color-primary-rgb),.18)}.app-input__chip-remove{font-size:1.1em;line-height:1;opacity:.6}.app-input__chip-remove:hover{opacity:1}.app-input__option-checkbox{flex-shrink:0;width:1em;height:1em;border-radius:3px;border:1.5px solid rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;transition:background-color .12s ease-out,border-color .12s ease-out}.app-input__option-checkbox--checked{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.app-input__option-checkbox svg{width:.7em;height:.7em}.app-input__option--empty{color:var(--app-text-color-muted);cursor:default;font-style:italic}.app-input__option--empty:hover{background:transparent}.app-input-switch__row{display:flex;align-items:center;gap:.6rem;padding-inline:var(--padding-x)}.app-input-switch__track{position:relative;flex-shrink:0;width:2.6em;height:1.5em;border-radius:999px;border:1px solid rgba(0,0,0,.14);background-color:#00000014;cursor:pointer;padding:0;transition:background-color .18s ease-out,border-color .18s ease-out}.app-input-switch__track:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.app-input-switch__thumb{position:absolute;top:50%;left:3px;width:1.05em;height:1.05em;border-radius:50%;background-color:#fff;box-shadow:0 1px 3px #0000002e;transform:translateY(-50%);transition:left .18s ease-out;pointer-events:none}.app-input-switch__track--on{background-color:var(--color-primary);border-color:var(--color-primary)}.app-input-switch__track--on .app-input-switch__thumb{left:calc(100% - 1.05em - 3px)}.app-input-switch__label{font-weight:500;color:var(--app-text-color);font-size:var(--app-default-font-size-small);cursor:pointer;-webkit-user-select:none;user-select:none}.app-input--disabled .app-input-switch__track,.app-input--disabled .app-input-switch__label{opacity:.5;cursor:not-allowed}.app-input--error .app-input-switch__track{border-color:var(--color-red)}.app-input--error .app-input-switch__track--on{background-color:var(--color-red)}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media(prefers-reduced-motion:reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}@font-face{font-family:uicons-bold-rounded;src:url(/assets/uicons-bold-rounded-MQNABNC6-BFPrIFeu.woff2) format("woff2"),url(/assets/uicons-bold-rounded-UTQQXXF3-DiPEwy3H.woff) format("woff"),url(/assets/uicons-bold-rounded-CPL6VNRV-C7vERUOv.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-br-]:before,i[class*=" fi-br-"]:before,span[class^=fi-br-]:before,span[class*=fi-br-]:before{font-family:uicons-bold-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:"︀"}.variable-selector-01:before{content:"︁"}.variable-selector-02:before{content:"︂"}.variable-selector-03:before{content:"︃"}.variable-selector-04:before{content:"︄"}.variable-selector-05:before{content:"︅"}.variable-selector-06:before{content:"︆"}.variable-selector-07:before{content:"︇"}.variable-selector-08:before{content:"︈"}.variable-selector-09:before{content:"︉"}.variable-selector-0a:before{content:"︊"}.variable-selector-0b:before{content:"︋"}.variable-selector-0c:before{content:"︌"}.variable-selector-0d:before{content:"︍"}.variable-selector-0e:before{content:"︎"}.variable-selector-0f:before{content:"️"}.combining-half-marks-00:before{content:"︠"}.combining-half-marks-01:before{content:"︡"}.combining-half-marks-02:before{content:"︢"}.combining-half-marks-03:before{content:"︣"}.combining-half-marks-04:before{content:"︤"}.combining-half-marks-05:before{content:"︥"}.combining-half-marks-06:before{content:"︦"}.combining-half-marks-07:before{content:"︧"}.combining-half-marks-08:before{content:"︨"}.combining-half-marks-09:before{content:"︩"}.combining-half-marks-0a:before{content:"︪"}.combining-half-marks-0b:before{content:"︫"}.combining-half-marks-0c:before{content:"︬"}.combining-half-marks-0d:before{content:"︭"}.combining-half-marks-0e:before{content:"︮"}.combining-half-marks-0f:before{content:"︯"}.zero-width-no-break-space-0f:before{content:"\feff"}.fi-br-0:before{content:""}.fi-br-00s-music-disc:before{content:""}.fi-br-1:before{content:""}.fi-br-2:before{content:""}.fi-br-3:before{content:""}.fi-br-360-degrees:before{content:""}.fi-br-4:before{content:""}.fi-br-404:before{content:""}.fi-br-5:before{content:""}.fi-br-6:before{content:""}.fi-br-60s-music-disc:before{content:""}.fi-br-7:before{content:""}.fi-br-70s-music-disc:before{content:""}.fi-br-8:before{content:""}.fi-br-80s-music-disc:before{content:""}.fi-br-9:before{content:""}.fi-br-90s-music-disc:before{content:""}.fi-br-a:before{content:""}.fi-br-accident:before{content:""}.fi-br-acorn:before{content:""}.fi-br-ad-paid:before{content:""}.fi-br-ad:before{content:""}.fi-br-add-document:before{content:""}.fi-br-add-folder:before{content:""}.fi-br-add-image:before{content:""}.fi-br-add:before{content:""}.fi-br-address-book:before{content:""}.fi-br-address-card:before{content:""}.fi-br-admin-alt:before{content:""}.fi-br-admin:before{content:""}.fi-br-age-alt:before{content:""}.fi-br-age-restriction-eighteen:before{content:""}.fi-br-age-restriction-seven:before{content:""}.fi-br-age-restriction-six:before{content:""}.fi-br-age-restriction-sixteen:before{content:""}.fi-br-age-restriction-thirteen:before{content:""}.fi-br-age-restriction-three:before{content:""}.fi-br-age-restriction-twelve:before{content:""}.fi-br-age-restriction-twenty-one:before{content:""}.fi-br-age-restriction-zero:before{content:""}.fi-br-age:before{content:""}.fi-br-air-conditioner:before{content:""}.fi-br-air-freshener:before{content:""}.fi-br-air-pollution:before{content:""}.fi-br-airplane-journey:before{content:""}.fi-br-airplane-window-open:before{content:""}.fi-br-airplay:before{content:""}.fi-br-alarm-clock:before{content:""}.fi-br-alarm-exclamation:before{content:""}.fi-br-alarm-plus:before{content:""}.fi-br-alarm-snooze:before{content:""}.fi-br-album-circle-plus:before{content:""}.fi-br-album-circle-user:before{content:""}.fi-br-album-collection:before{content:""}.fi-br-album:before{content:""}.fi-br-algorithm:before{content:""}.fi-br-alicorn:before{content:""}.fi-br-alien:before{content:""}.fi-br-align-center:before{content:""}.fi-br-align-justify:before{content:""}.fi-br-align-left:before{content:""}.fi-br-align-slash:before{content:""}.fi-br-ambulance:before{content:""}.fi-br-analyse-alt:before{content:""}.fi-br-analyse:before{content:""}.fi-br-anatomical-heart:before{content:""}.fi-br-anchor:before{content:""}.fi-br-angel:before{content:""}.fi-br-angle-90:before{content:""}.fi-br-angle-circle-down:before{content:""}.fi-br-angle-circle-left:before{content:""}.fi-br-angle-circle-right:before{content:""}.fi-br-angle-circle-up:before{content:""}.fi-br-angle-double-left:before{content:""}.fi-br-angle-double-right:before{content:""}.fi-br-angle-double-small-down:before{content:""}.fi-br-angle-double-small-left:before{content:""}.fi-br-angle-double-small-right:before{content:""}.fi-br-angle-double-small-up:before{content:""}.fi-br-angle-down:before{content:""}.fi-br-angle-left:before{content:""}.fi-br-angle-right:before{content:""}.fi-br-angle-small-down:before{content:""}.fi-br-angle-small-left:before{content:""}.fi-br-angle-small-right:before{content:""}.fi-br-angle-small-up:before{content:""}.fi-br-angle-square-down:before{content:""}.fi-br-angle-square-left:before{content:""}.fi-br-angle-square-right:before{content:""}.fi-br-angle-square-up:before{content:""}.fi-br-angle-up:before{content:""}.fi-br-angle:before{content:""}.fi-br-angles-up-down:before{content:""}.fi-br-angry:before{content:""}.fi-br-animated-icon:before{content:""}.fi-br-ankh:before{content:""}.fi-br-answer-alt:before{content:""}.fi-br-answer:before{content:""}.fi-br-apartment:before{content:""}.fi-br-aperture:before{content:""}.fi-br-api:before{content:""}.fi-br-apple-core:before{content:""}.fi-br-apple-crate:before{content:""}.fi-br-apple-whole:before{content:""}.fi-br-apps-add:before{content:""}.fi-br-apps-delete:before{content:""}.fi-br-apps-sort:before{content:""}.fi-br-apps:before{content:""}.fi-br-archive:before{content:""}.fi-br-archway:before{content:""}.fi-br-arrow-alt-circle-down:before{content:""}.fi-br-arrow-alt-circle-left:before{content:""}.fi-br-arrow-alt-circle-right:before{content:""}.fi-br-arrow-alt-circle-up:before{content:""}.fi-br-arrow-alt-down:before{content:""}.fi-br-arrow-alt-from-bottom:before{content:""}.fi-br-arrow-alt-from-left:before{content:""}.fi-br-arrow-alt-from-right:before{content:""}.fi-br-arrow-alt-from-top:before{content:""}.fi-br-arrow-alt-left:before{content:""}.fi-br-arrow-alt-right:before{content:""}.fi-br-arrow-alt-square-down:before{content:""}.fi-br-arrow-alt-square-left:before{content:""}.fi-br-arrow-alt-square-right:before{content:""}.fi-br-arrow-alt-square-up:before{content:""}.fi-br-arrow-alt-to-bottom:before{content:""}.fi-br-arrow-alt-to-left:before{content:""}.fi-br-arrow-alt-to-right:before{content:""}.fi-br-arrow-alt-to-top:before{content:""}.fi-br-arrow-alt-up:before{content:""}.fi-br-arrow-circle-down:before{content:""}.fi-br-arrow-circle-left:before{content:""}.fi-br-arrow-circle-right:before{content:""}.fi-br-arrow-circle-up:before{content:""}.fi-br-arrow-comparison:before{content:""}.fi-br-arrow-down-from-arc:before{content:""}.fi-br-arrow-down-from-dotted-line:before{content:""}.fi-br-arrow-down-left:before{content:""}.fi-br-arrow-down-small-big:before{content:""}.fi-br-arrow-down-to-dotted-line:before{content:""}.fi-br-arrow-down-to-square:before{content:""}.fi-br-arrow-down-triangle-square:before{content:""}.fi-br-arrow-down:before{content:""}.fi-br-arrow-from-bottom:before{content:""}.fi-br-arrow-from-left:before{content:""}.fi-br-arrow-from-right:before{content:""}.fi-br-arrow-from-top:before{content:""}.fi-br-arrow-left-from-arc:before{content:""}.fi-br-arrow-left-from-line:before{content:""}.fi-br-arrow-left-to-arc:before{content:""}.fi-br-arrow-left:before{content:""}.fi-br-arrow-progress-alt:before{content:""}.fi-br-arrow-progress:before{content:""}.fi-br-arrow-right-to-bracket:before{content:""}.fi-br-arrow-right:before{content:""}.fi-br-arrow-small-down:before{content:""}.fi-br-arrow-small-left:before{content:""}.fi-br-arrow-small-right:before{content:""}.fi-br-arrow-small-up:before{content:""}.fi-br-arrow-square-down:before{content:""}.fi-br-arrow-square-left:before{content:""}.fi-br-arrow-square-right:before{content:""}.fi-br-arrow-square-up:before{content:""}.fi-br-arrow-to-bottom:before{content:""}.fi-br-arrow-to-left:before{content:""}.fi-br-arrow-to-right:before{content:""}.fi-br-arrow-to-top:before{content:""}.fi-br-arrow-trend-down:before{content:""}.fi-br-arrow-trend-up:before{content:""}.fi-br-arrow-turn-down-left:before{content:""}.fi-br-arrow-turn-down-right:before{content:""}.fi-br-arrow-turn-left-up:before{content:""}.fi-br-arrow-up-from-dotted-line:before{content:""}.fi-br-arrow-up-from-ground-water:before{content:""}.fi-br-arrow-up-from-square:before{content:""}.fi-br-arrow-up-left-from-circle:before{content:""}.fi-br-arrow-up-left:before{content:""}.fi-br-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-br-arrow-up-right-from-square:before{content:""}.fi-br-arrow-up-right:before{content:""}.fi-br-arrow-up-small-big:before{content:""}.fi-br-arrow-up-square-triangle:before{content:""}.fi-br-arrow-up-to-arc:before{content:""}.fi-br-arrow-up-to-dotted-line:before{content:""}.fi-br-arrow-up:before{content:""}.fi-br-arrow-upward-growth-crypto:before{content:""}.fi-br-arrows-alt-h:before{content:""}.fi-br-arrows-alt-v:before{content:""}.fi-br-arrows-alt:before{content:""}.fi-br-arrows-cross:before{content:""}.fi-br-arrows-from-dotted-line:before{content:""}.fi-br-arrows-from-line:before{content:""}.fi-br-arrows-h-copy:before{content:""}.fi-br-arrows-h:before{content:""}.fi-br-arrows-repeat-1:before{content:""}.fi-br-arrows-repeat:before{content:""}.fi-br-arrows-retweet:before{content:""}.fi-br-arrows-split-right-and-left:before{content:""}.fi-br-arrows-split-up-and-left:before{content:""}.fi-br-arrows-to-circle:before{content:""}.fi-br-arrows-to-dotted-line:before{content:""}.fi-br-arrows-to-eye:before{content:""}.fi-br-arrows-to-line:before{content:""}.fi-br-arrows:before{content:""}.fi-br-artificial-intelligence:before{content:""}.fi-br-assept-document:before{content:""}.fi-br-assessment-alt:before{content:""}.fi-br-assessment:before{content:""}.fi-br-assign:before{content:""}.fi-br-assistive-listening-systems:before{content:""}.fi-br-asterik:before{content:""}.fi-br-astonished-face:before{content:""}.fi-br-at:before{content:""}.fi-br-attribution-pen:before{content:""}.fi-br-attribution-pencil:before{content:""}.fi-br-aubergine:before{content:""}.fi-br-auction:before{content:""}.fi-br-audience-megaphone:before{content:""}.fi-br-audio-description-slash:before{content:""}.fi-br-audit-alt:before{content:""}.fi-br-audit:before{content:""}.fi-br-austral-sign:before{content:""}.fi-br-avocado:before{content:""}.fi-br-award:before{content:""}.fi-br-axe-battle:before{content:""}.fi-br-axe:before{content:""}.fi-br-b:before{content:""}.fi-br-baby-carriage:before{content:""}.fi-br-baby:before{content:""}.fi-br-back-up:before{content:""}.fi-br-background:before{content:""}.fi-br-backpack:before{content:""}.fi-br-bacon:before{content:""}.fi-br-bacteria:before{content:""}.fi-br-bacterium:before{content:""}.fi-br-badge-check:before{content:""}.fi-br-badge-dollar:before{content:""}.fi-br-badge-leaf:before{content:""}.fi-br-badge-percent:before{content:""}.fi-br-badge-sheriff:before{content:""}.fi-br-badge:before{content:""}.fi-br-badger-honey:before{content:""}.fi-br-badget-check-alt:before{content:""}.fi-br-badminton:before{content:""}.fi-br-bag-map-pin:before{content:""}.fi-br-bag-seedling:before{content:""}.fi-br-bag-shopping-minus:before{content:""}.fi-br-bags-shopping:before{content:""}.fi-br-baguette:before{content:""}.fi-br-bahai:before{content:""}.fi-br-baht-sign:before{content:""}.fi-br-balance-scale-left:before{content:""}.fi-br-balance-scale-right:before{content:""}.fi-br-ball-pile:before{content:""}.fi-br-ballet-dance:before{content:""}.fi-br-balloon:before{content:""}.fi-br-balloons:before{content:""}.fi-br-ballot-check:before{content:""}.fi-br-ballot:before{content:""}.fi-br-ban-bug:before{content:""}.fi-br-ban:before{content:""}.fi-br-banana:before{content:""}.fi-br-band-aid:before{content:""}.fi-br-bangladeshi-taka-sign:before{content:""}.fi-br-banjo:before{content:""}.fi-br-bank:before{content:""}.fi-br-banner-2:before{content:""}.fi-br-banner-3:before{content:""}.fi-br-banner-4:before{content:""}.fi-br-banner-5:before{content:""}.fi-br-banner:before{content:""}.fi-br-barber-pole:before{content:""}.fi-br-barber-shop:before{content:""}.fi-br-barcode-read:before{content:""}.fi-br-barcode-scan:before{content:""}.fi-br-barcode:before{content:""}.fi-br-bars-filter:before{content:""}.fi-br-bars-progress:before{content:""}.fi-br-bars-sort:before{content:""}.fi-br-bars-staggered:before{content:""}.fi-br-baseball-alt:before{content:""}.fi-br-baseball:before{content:""}.fi-br-basket-shopping-minus:before{content:""}.fi-br-basket-shopping-plus:before{content:""}.fi-br-basket-shopping-simple:before{content:""}.fi-br-basketball-hoop:before{content:""}.fi-br-basketball:before{content:""}.fi-br-bat:before{content:""}.fi-br-bath:before{content:""}.fi-br-battery-bolt:before{content:""}.fi-br-battery-empty:before{content:""}.fi-br-battery-exclamation:before{content:""}.fi-br-battery-full:before{content:""}.fi-br-battery-half:before{content:""}.fi-br-battery-quarter:before{content:""}.fi-br-battery-slash:before{content:""}.fi-br-battery-three-quarters:before{content:""}.fi-br-beacon:before{content:""}.fi-br-bed-alt:before{content:""}.fi-br-bed-bunk:before{content:""}.fi-br-bed-empty:before{content:""}.fi-br-bed:before{content:""}.fi-br-bee:before{content:""}.fi-br-beer-mug-empty:before{content:""}.fi-br-beer:before{content:""}.fi-br-bell-concierge:before{content:""}.fi-br-bell-notification-call:before{content:""}.fi-br-bell-notification-social-media:before{content:""}.fi-br-bell-ring:before{content:""}.fi-br-bell-school-slash:before{content:""}.fi-br-bell-school:before{content:""}.fi-br-bell-slash:before{content:""}.fi-br-bell:before{content:""}.fi-br-bells:before{content:""}.fi-br-bench-tree:before{content:""}.fi-br-benefit-diamond-alt:before{content:""}.fi-br-benefit-diamond:before{content:""}.fi-br-benefit-hand:before{content:""}.fi-br-benefit-increase:before{content:""}.fi-br-benefit-porcent:before{content:""}.fi-br-benefit:before{content:""}.fi-br-betamax:before{content:""}.fi-br-bible:before{content:""}.fi-br-bicycle-journey:before{content:""}.fi-br-bike:before{content:""}.fi-br-biking-mountain:before{content:""}.fi-br-biking:before{content:""}.fi-br-bill-arrow:before{content:""}.fi-br-billiard:before{content:""}.fi-br-bin-bottles:before{content:""}.fi-br-binary-circle-check:before{content:""}.fi-br-binary-lock:before{content:""}.fi-br-binary-slash:before{content:""}.fi-br-binary:before{content:""}.fi-br-binoculars:before{content:""}.fi-br-bio-leaves:before{content:""}.fi-br-bio:before{content:""}.fi-br-biohazard:before{content:""}.fi-br-bird:before{content:""}.fi-br-bitcoin-sign:before{content:""}.fi-br-blanket:before{content:""}.fi-br-blender-phone:before{content:""}.fi-br-blender:before{content:""}.fi-br-blinds-open:before{content:""}.fi-br-blinds-raised:before{content:""}.fi-br-blinds:before{content:""}.fi-br-block-brick:before{content:""}.fi-br-block-microphone:before{content:""}.fi-br-block-question:before{content:""}.fi-br-block-quote:before{content:""}.fi-br-block:before{content:""}.fi-br-blockchain-3:before{content:""}.fi-br-blog-pencil:before{content:""}.fi-br-blog-text:before{content:""}.fi-br-blood-dropper:before{content:""}.fi-br-blood-test-tube-alt:before{content:""}.fi-br-blood-test-tube:before{content:""}.fi-br-blood:before{content:""}.fi-br-blueberries:before{content:""}.fi-br-blueprint:before{content:""}.fi-br-bold:before{content:""}.fi-br-bolt-auto:before{content:""}.fi-br-bolt-slash:before{content:""}.fi-br-bolt:before{content:""}.fi-br-bomb:before{content:""}.fi-br-bone-break:before{content:""}.fi-br-bone:before{content:""}.fi-br-bong:before{content:""}.fi-br-bonus-alt:before{content:""}.fi-br-bonus-star:before{content:""}.fi-br-bonus:before{content:""}.fi-br-book-alt:before{content:""}.fi-br-book-arrow-right:before{content:""}.fi-br-book-arrow-up:before{content:""}.fi-br-book-atlas:before{content:""}.fi-br-book-bookmark:before{content:""}.fi-br-book-circle-arrow-right:before{content:""}.fi-br-book-circle-arrow-up:before{content:""}.fi-br-book-copy:before{content:""}.fi-br-book-dead:before{content:""}.fi-br-book-font:before{content:""}.fi-br-book-heart:before{content:""}.fi-br-book-medical:before{content:""}.fi-br-book-open-cover:before{content:""}.fi-br-book-open-reader:before{content:""}.fi-br-book-plus:before{content:""}.fi-br-book-quran:before{content:""}.fi-br-book-section:before{content:""}.fi-br-book-spells:before{content:""}.fi-br-book-tanakh:before{content:""}.fi-br-book-user:before{content:""}.fi-br-book:before{content:""}.fi-br-Booking:before{content:""}.fi-br-bookmark-slash:before{content:""}.fi-br-bookmark:before{content:""}.fi-br-books-medical:before{content:""}.fi-br-books:before{content:""}.fi-br-boot-heeled:before{content:""}.fi-br-boot:before{content:""}.fi-br-booth-curtain:before{content:""}.fi-br-border-all:before{content:""}.fi-br-border-bottom:before{content:""}.fi-br-border-center-h:before{content:""}.fi-br-border-center-v:before{content:""}.fi-br-border-inner:before{content:""}.fi-br-border-left:before{content:""}.fi-br-border-none:before{content:""}.fi-br-border-outer:before{content:""}.fi-br-border-right:before{content:""}.fi-br-border-style-alt:before{content:""}.fi-br-border-style:before{content:""}.fi-br-border-top:before{content:""}.fi-br-boss:before{content:""}.fi-br-bottle-droplet:before{content:""}.fi-br-bottle:before{content:""}.fi-br-bow-arrow:before{content:""}.fi-br-bowl-chopsticks-noodles:before{content:""}.fi-br-bowl-chopsticks:before{content:""}.fi-br-bowl-rice:before{content:""}.fi-br-bowl-scoop:before{content:""}.fi-br-bowl-scoops:before{content:""}.fi-br-bowl-soft-serve:before{content:""}.fi-br-bowl-spoon:before{content:""}.fi-br-bowling-ball:before{content:""}.fi-br-bowling-pins:before{content:""}.fi-br-bowling:before{content:""}.fi-br-box-alt:before{content:""}.fi-br-box-ballot:before{content:""}.fi-br-box-check:before{content:""}.fi-br-box-circle-check:before{content:""}.fi-br-box-dollar:before{content:""}.fi-br-box-fragile:before{content:""}.fi-br-box-heart:before{content:""}.fi-br-box-open-full:before{content:""}.fi-br-box-open:before{content:""}.fi-br-box-tissue:before{content:""}.fi-br-box-up:before{content:""}.fi-br-box:before{content:""}.fi-br-boxes:before{content:""}.fi-br-boxing-glove:before{content:""}.fi-br-bracket-curly-right:before{content:""}.fi-br-bracket-curly:before{content:""}.fi-br-bracket-round-right:before{content:""}.fi-br-bracket-round:before{content:""}.fi-br-bracket-square-right:before{content:""}.fi-br-bracket-square:before{content:""}.fi-br-brackets-curly:before{content:""}.fi-br-brackets-round:before{content:""}.fi-br-brackets-square:before{content:""}.fi-br-braille-a:before{content:""}.fi-br-braille-b:before{content:""}.fi-br-braille-c:before{content:""}.fi-br-braille-d:before{content:""}.fi-br-braille-e:before{content:""}.fi-br-braille-g:before{content:""}.fi-br-braille-h:before{content:""}.fi-br-braille-i:before{content:""}.fi-br-braille-j:before{content:""}.fi-br-braille-k:before{content:""}.fi-br-braille-l:before{content:""}.fi-br-braille-m:before{content:""}.fi-br-braille-n-alt:before{content:""}.fi-br-braille-n:before{content:""}.fi-br-braille-o:before{content:""}.fi-br-braille-p:before{content:""}.fi-br-braille-q:before{content:""}.fi-br-braille-r:before{content:""}.fi-br-braille-s:before{content:""}.fi-br-braille-t:before{content:""}.fi-br-braille-u:before{content:""}.fi-br-braille-v:before{content:""}.fi-br-braille-w:before{content:""}.fi-br-braille-x:before{content:""}.fi-br-braille-y:before{content:""}.fi-br-braille-z:before{content:""}.fi-br-braille:before{content:""}.fi-br-brain-circuit:before{content:""}.fi-br-brain:before{content:""}.fi-br-brake-warning:before{content:""}.fi-br-branching:before{content:""}.fi-br-brand:before{content:""}.fi-br-branding:before{content:""}.fi-br-bread-loaf:before{content:""}.fi-br-bread-slice-butter:before{content:""}.fi-br-bread-slice:before{content:""}.fi-br-bread:before{content:""}.fi-br-briefcase-arrow-right:before{content:""}.fi-br-briefcase-blank:before{content:""}.fi-br-briefcase:before{content:""}.fi-br-brightness-low:before{content:""}.fi-br-brightness:before{content:""}.fi-br-bring-forward:before{content:""}.fi-br-bring-front:before{content:""}.fi-br-broadcast-tower:before{content:""}.fi-br-broccoli:before{content:""}.fi-br-broken-chain-link-wrong:before{content:""}.fi-br-broken-image:before{content:""}.fi-br-broom-ball:before{content:""}.fi-br-broom:before{content:""}.fi-br-browser-ui:before{content:""}.fi-br-browser:before{content:""}.fi-br-browsers:before{content:""}.fi-br-brush:before{content:""}.fi-br-bucket:before{content:""}.fi-br-budget-alt:before{content:""}.fi-br-budget:before{content:""}.fi-br-bug-slash:before{content:""}.fi-br-bug:before{content:""}.fi-br-bugs:before{content:""}.fi-br-build-alt:before{content:""}.fi-br-build:before{content:""}.fi-br-builder:before{content:""}.fi-br-building-circle-arrow-right:before{content:""}.fi-br-building-ngo:before{content:""}.fi-br-building:before{content:""}.fi-br-bulb:before{content:""}.fi-br-bullet:before{content:""}.fi-br-bullhorn:before{content:""}.fi-br-bullseye-arrow:before{content:""}.fi-br-bullseye-pointer:before{content:""}.fi-br-bullseye:before{content:""}.fi-br-burger-alt:before{content:""}.fi-br-burger-fries:before{content:""}.fi-br-burger-glass:before{content:""}.fi-br-burrito:before{content:""}.fi-br-burst:before{content:""}.fi-br-bus-alt:before{content:""}.fi-br-bus:before{content:""}.fi-br-business-time:before{content:""}.fi-br-Butter:before{content:""}.fi-br-butterfly:before{content:""}.fi-br-c:before{content:""}.fi-br-cabin:before{content:""}.fi-br-cactus:before{content:""}.fi-br-cage-empty:before{content:""}.fi-br-cake-birthday:before{content:""}.fi-br-cake-slice:before{content:""}.fi-br-cake-wedding:before{content:""}.fi-br-calculator-bill:before{content:""}.fi-br-calculator-math-tax:before{content:""}.fi-br-calculator-money:before{content:""}.fi-br-calculator-simple:before{content:""}.fi-br-calculator:before{content:""}.fi-br-calendar-arrow-down:before{content:""}.fi-br-calendar-arrow-up:before{content:""}.fi-br-calendar-birhtday-cake:before{content:""}.fi-br-calendar-call:before{content:""}.fi-br-calendar-check:before{content:""}.fi-br-calendar-clock:before{content:""}.fi-br-calendar-day:before{content:""}.fi-br-calendar-days:before{content:""}.fi-br-calendar-event-tax:before{content:""}.fi-br-calendar-exclamation:before{content:""}.fi-br-calendar-gavel-legal:before{content:""}.fi-br-calendar-heart:before{content:""}.fi-br-calendar-image:before{content:""}.fi-br-calendar-lines-pen:before{content:""}.fi-br-calendar-lines:before{content:""}.fi-br-calendar-minus:before{content:""}.fi-br-calendar-payment-loan:before{content:""}.fi-br-calendar-pen:before{content:""}.fi-br-calendar-plus:before{content:""}.fi-br-calendar-salary:before{content:""}.fi-br-calendar-shift-swap:before{content:""}.fi-br-calendar-star:before{content:""}.fi-br-calendar-swap:before{content:""}.fi-br-calendar-week:before{content:""}.fi-br-calendar-xmark:before{content:""}.fi-br-calendar:before{content:""}.fi-br-calendars:before{content:""}.fi-br-call-duration:before{content:""}.fi-br-call-history:before{content:""}.fi-br-call-incoming:before{content:""}.fi-br-call-missed:before{content:""}.fi-br-call-outgoing:before{content:""}.fi-br-camcorder:before{content:""}.fi-br-camera-cctv:before{content:""}.fi-br-camera-movie:before{content:""}.fi-br-camera-retro:before{content:""}.fi-br-camera-rotate:before{content:""}.fi-br-camera-security:before{content:""}.fi-br-camera-slash:before{content:""}.fi-br-camera-viewfinder:before{content:""}.fi-br-camera:before{content:""}.fi-br-campfire:before{content:""}.fi-br-camping:before{content:""}.fi-br-can-food:before{content:""}.fi-br-candle-holder:before{content:""}.fi-br-candle-lotus-yoga:before{content:""}.fi-br-candle-pose-yoga:before{content:""}.fi-br-candy-alt:before{content:""}.fi-br-candy-bar:before{content:""}.fi-br-candy-cane:before{content:""}.fi-br-candy-corn:before{content:""}.fi-br-candy-sweet:before{content:""}.fi-br-candy:before{content:""}.fi-br-Cannabis:before{content:""}.fi-br-canned-food:before{content:""}.fi-br-capsules:before{content:""}.fi-br-car-alt:before{content:""}.fi-br-car-battery:before{content:""}.fi-br-car-bolt:before{content:""}.fi-br-car-building:before{content:""}.fi-br-car-bump:before{content:""}.fi-br-car-bus:before{content:""}.fi-br-car-circle-bolt:before{content:""}.fi-br-car-crash:before{content:""}.fi-br-car-garage:before{content:""}.fi-br-car-journey:before{content:""}.fi-br-car-mechanic:before{content:""}.fi-br-car-rear:before{content:""}.fi-br-car-side-bolt:before{content:""}.fi-br-car-side:before{content:""}.fi-br-car-tilt:before{content:""}.fi-br-car-tunnel:before{content:""}.fi-br-car-wash:before{content:""}.fi-br-car:before{content:""}.fi-br-caravan-alt:before{content:""}.fi-br-caravan:before{content:""}.fi-br-card-club:before{content:""}.fi-br-card-diamond:before{content:""}.fi-br-card-heart:before{content:""}.fi-br-card-spade:before{content:""}.fi-br-cardinal-compass:before{content:""}.fi-br-care:before{content:""}.fi-br-career-growth:before{content:""}.fi-br-career-path:before{content:""}.fi-br-caret-circle-down:before{content:""}.fi-br-caret-circle-right:before{content:""}.fi-br-caret-circle-up:before{content:""}.fi-br-caret-down:before{content:""}.fi-br-caret-left:before{content:""}.fi-br-caret-quare-up:before{content:""}.fi-br-caret-right:before{content:""}.fi-br-caret-square-down:before{content:""}.fi-br-caret-square-left_1:before{content:""}.fi-br-caret-square-left:before{content:""}.fi-br-caret-square-right:before{content:""}.fi-br-caret-up:before{content:""}.fi-br-carrot:before{content:""}.fi-br-cars-crash:before{content:""}.fi-br-cars:before{content:""}.fi-br-cart-arrow-down:before{content:""}.fi-br-cart-minus:before{content:""}.fi-br-cart-shopping-fast:before{content:""}.fi-br-cash-register:before{content:""}.fi-br-cassette-tape:before{content:""}.fi-br-cassette-vhs:before{content:""}.fi-br-castle:before{content:""}.fi-br-cat-head:before{content:""}.fi-br-cat-space:before{content:""}.fi-br-cat:before{content:""}.fi-br-catalog-alt:before{content:""}.fi-br-catalog-magazine:before{content:""}.fi-br-catalog:before{content:""}.fi-br-category-alt:before{content:""}.fi-br-category:before{content:""}.fi-br-cauldron:before{content:""}.fi-br-cedi-sign:before{content:""}.fi-br-cello:before{content:""}.fi-br-cent-sign:before{content:""}.fi-br-chair-office:before{content:""}.fi-br-chair:before{content:""}.fi-br-chalkboard-user:before{content:""}.fi-br-chalkboard:before{content:""}.fi-br-challenge-alt:before{content:""}.fi-br-challenge:before{content:""}.fi-br-channel:before{content:""}.fi-br-charging-station:before{content:""}.fi-br-chart-area:before{content:""}.fi-br-chart-bullet:before{content:""}.fi-br-chart-candlestick:before{content:""}.fi-br-chart-connected:before{content:""}.fi-br-chart-gantt:before{content:""}.fi-br-chart-histogram:before{content:""}.fi-br-chart-kanban:before{content:""}.fi-br-chart-line-up-down:before{content:""}.fi-br-chart-line-up:before{content:""}.fi-br-chart-mixed-up-circle-currency:before{content:""}.fi-br-chart-mixed-up-circle-dollar:before{content:""}.fi-br-chart-mixed:before{content:""}.fi-br-chart-network:before{content:""}.fi-br-chart-pie-alt:before{content:""}.fi-br-chart-pie-simple-circle-currency:before{content:""}.fi-br-chart-pie-simple-circle-dollar:before{content:""}.fi-br-chart-pie:before{content:""}.fi-br-chart-pyramid:before{content:""}.fi-br-chart-radar:before{content:""}.fi-br-chart-scatter-3d:before{content:""}.fi-br-chart-scatter-bubble:before{content:""}.fi-br-chart-scatter:before{content:""}.fi-br-chart-set-theory:before{content:""}.fi-br-chart-simple-horizontal:before{content:""}.fi-br-chart-simple:before{content:""}.fi-br-chart-tree-map:before{content:""}.fi-br-chart-tree:before{content:""}.fi-br-chart-user:before{content:""}.fi-br-chart-waterfall:before{content:""}.fi-br-chat-arrow-down:before{content:""}.fi-br-chat-arrow-grow:before{content:""}.fi-br-chat-bubble-call:before{content:""}.fi-br-chatbot-speech-bubble:before{content:""}.fi-br-chatbot:before{content:""}.fi-br-cheap-bill:before{content:""}.fi-br-cheap-dollar:before{content:""}.fi-br-cheap-stack-dollar:before{content:""}.fi-br-cheap-stack:before{content:""}.fi-br-cheap:before{content:""}.fi-br-check-circle:before{content:""}.fi-br-check-double:before{content:""}.fi-br-check-in-calendar:before{content:""}.fi-br-check-out-calendar:before{content:""}.fi-br-check:before{content:""}.fi-br-checkbox:before{content:""}.fi-br-checklist-task-budget:before{content:""}.fi-br-cheese-alt:before{content:""}.fi-br-cheese:before{content:""}.fi-br-cheeseburger:before{content:""}.fi-br-cherry:before{content:""}.fi-br-chess-bishop:before{content:""}.fi-br-chess-board:before{content:""}.fi-br-chess-clock-alt:before{content:""}.fi-br-chess-clock:before{content:""}.fi-br-chess-king-alt:before{content:""}.fi-br-chess-king:before{content:""}.fi-br-chess-knight-alt:before{content:""}.fi-br-chess-knight:before{content:""}.fi-br-chess-pawn-alt:before{content:""}.fi-br-chess-pawn:before{content:""}.fi-br-chess-piece:before{content:""}.fi-br-chess-queen-alt:before{content:""}.fi-br-chess-queen:before{content:""}.fi-br-chess-rook-alt:before{content:""}.fi-br-chess-rook:before{content:""}.fi-br-chess:before{content:""}.fi-br-chevron-double-down:before{content:""}.fi-br-chevron-double-up:before{content:""}.fi-br-child-head:before{content:""}.fi-br-child:before{content:""}.fi-br-chimney:before{content:""}.fi-br-chip:before{content:""}.fi-br-chocolate:before{content:""}.fi-br-choir-singing:before{content:""}.fi-br-choose-alt:before{content:""}.fi-br-choose:before{content:""}.fi-br-church:before{content:""}.fi-br-circle-0:before{content:""}.fi-br-circle-1:before{content:""}.fi-br-circle-2:before{content:""}.fi-br-circle-3:before{content:""}.fi-br-circle-4:before{content:""}.fi-br-circle-5:before{content:""}.fi-br-circle-6:before{content:""}.fi-br-circle-7:before{content:""}.fi-br-circle-8:before{content:""}.fi-br-circle-9:before{content:""}.fi-br-circle-a:before{content:""}.fi-br-circle-b:before{content:""}.fi-br-circle-bolt:before{content:""}.fi-br-circle-book-open:before{content:""}.fi-br-circle-bookmark:before{content:""}.fi-br-circle-c:before{content:""}.fi-br-circle-calendar:before{content:""}.fi-br-circle-camera:before{content:""}.fi-br-circle-d:before{content:""}.fi-br-circle-dashed:before{content:""}.fi-br-circle-divide:before{content:""}.fi-br-circle-e:before{content:""}.fi-br-circle-ellipsis-vertical:before{content:""}.fi-br-circle-ellipsis:before{content:""}.fi-br-circle-envelope:before{content:""}.fi-br-circle-exclamation-check:before{content:""}.fi-br-circle-f:before{content:""}.fi-br-circle-g:before{content:""}.fi-br-circle-h:before{content:""}.fi-br-circle-half-stroke:before{content:""}.fi-br-circle-half:before{content:""}.fi-br-circle-heart:before{content:""}.fi-br-circle-i:before{content:""}.fi-br-circle-j:before{content:""}.fi-br-circle-k:before{content:""}.fi-br-circle-l:before{content:""}.fi-br-circle-m:before{content:""}.fi-br-circle-microphone-lines:before{content:""}.fi-br-circle-microphone:before{content:""}.fi-br-circle-n:before{content:""}.fi-br-circle-nodes:before{content:""}.fi-br-circle-o:before{content:""}.fi-br-circle-overlap:before{content:""}.fi-br-circle-p:before{content:""}.fi-br-circle-phone-flip:before{content:""}.fi-br-circle-phone-hangup:before{content:""}.fi-br-circle-phone:before{content:""}.fi-br-circle-q:before{content:""}.fi-br-circle-quarter:before{content:""}.fi-br-circle-quarters-alt:before{content:""}.fi-br-circle-r:before{content:""}.fi-br-circle-s:before{content:""}.fi-br-circle-small:before{content:""}.fi-br-circle-star:before{content:""}.fi-br-circle-t:before{content:""}.fi-br-circle-three-quarters:before{content:""}.fi-br-circle-trash:before{content:""}.fi-br-circle-u:before{content:""}.fi-br-circle-user:before{content:""}.fi-br-circle-v:before{content:""}.fi-br-circle-video:before{content:""}.fi-br-circle-w:before{content:""}.fi-br-circle-waveform-lines:before{content:""}.fi-br-circle-x:before{content:""}.fi-br-circle-xmark:before{content:""}.fi-br-circle-y:before{content:""}.fi-br-circle-z:before{content:""}.fi-br-circle:before{content:""}.fi-br-citrus-slice:before{content:""}.fi-br-citrus:before{content:""}.fi-br-city:before{content:""}.fi-br-clapperboard-play:before{content:""}.fi-br-clapperboard:before{content:""}.fi-br-clarinet:before{content:""}.fi-br-claw-marks:before{content:""}.fi-br-clear-alt:before{content:""}.fi-br-clip-file:before{content:""}.fi-br-clip-mail:before{content:""}.fi-br-clip:before{content:""}.fi-br-clipboard-check:before{content:""}.fi-br-clipboard-exclamation:before{content:""}.fi-br-clipboard-list-check:before{content:""}.fi-br-clipboard-list:before{content:""}.fi-br-clipboard-prescription:before{content:""}.fi-br-clipboard-question:before{content:""}.fi-br-clipboard-user:before{content:""}.fi-br-clipboard:before{content:""}.fi-br-clipoard-wrong:before{content:""}.fi-br-clock-desk:before{content:""}.fi-br-clock-eight-thirty:before{content:""}.fi-br-clock-eleven-thirty:before{content:""}.fi-br-clock-eleven:before{content:""}.fi-br-clock-five-thirty:before{content:""}.fi-br-clock-five:before{content:""}.fi-br-clock-four-thirty:before{content:""}.fi-br-clock-nine-thirty:before{content:""}.fi-br-clock-nine:before{content:""}.fi-br-clock-one-thirty:before{content:""}.fi-br-clock-one:before{content:""}.fi-br-clock-seven-thirty:before{content:""}.fi-br-clock-seven:before{content:""}.fi-br-clock-six-thirty:before{content:""}.fi-br-clock-six:before{content:""}.fi-br-clock-ten-thirty:before{content:""}.fi-br-clock-ten:before{content:""}.fi-br-clock-three-thirty:before{content:""}.fi-br-clock-three:before{content:""}.fi-br-clock-time-tracking:before{content:""}.fi-br-clock-twelve-thirty:before{content:""}.fi-br-clock-twelve:before{content:""}.fi-br-clock-two-thirty:before{content:""}.fi-br-clock-two:before{content:""}.fi-br-clock-up-arrow:before{content:""}.fi-br-clock:before{content:""}.fi-br-clone:before{content:""}.fi-br-closed-captioning-slash:before{content:""}.fi-br-clothes-hanger:before{content:""}.fi-br-cloud-back-up-alt:before{content:""}.fi-br-cloud-back-up:before{content:""}.fi-br-cloud-check:before{content:""}.fi-br-cloud-code:before{content:""}.fi-br-cloud-disabled:before{content:""}.fi-br-cloud-download-alt:before{content:""}.fi-br-cloud-download:before{content:""}.fi-br-cloud-drizzle:before{content:""}.fi-br-cloud-exclamation:before{content:""}.fi-br-cloud-gear-automation:before{content:""}.fi-br-cloud-hail-mixed:before{content:""}.fi-br-cloud-hail:before{content:""}.fi-br-cloud-meatball:before{content:""}.fi-br-cloud-moon-rain:before{content:""}.fi-br-cloud-moon:before{content:""}.fi-br-cloud-question:before{content:""}.fi-br-cloud-rain:before{content:""}.fi-br-cloud-rainbow:before{content:""}.fi-br-cloud-share:before{content:""}.fi-br-cloud-showers-heavy:before{content:""}.fi-br-cloud-showers:before{content:""}.fi-br-cloud-sleet:before{content:""}.fi-br-cloud-snow:before{content:""}.fi-br-cloud-sun-rain:before{content:""}.fi-br-cloud-sun:before{content:""}.fi-br-cloud-upload-alt:before{content:""}.fi-br-cloud-upload:before{content:""}.fi-br-cloud:before{content:""}.fi-br-clouds-moon:before{content:""}.fi-br-clouds-sun:before{content:""}.fi-br-clouds:before{content:""}.fi-br-clover-alt:before{content:""}.fi-br-club:before{content:""}.fi-br-cocktail-alt:before{content:""}.fi-br-cocktail:before{content:""}.fi-br-coconut:before{content:""}.fi-br-code-branch:before{content:""}.fi-br-code-commit:before{content:""}.fi-br-code-compare:before{content:""}.fi-br-code-fork:before{content:""}.fi-br-code-merge:before{content:""}.fi-br-code-pull-request-closed:before{content:""}.fi-br-code-pull-request-draft:before{content:""}.fi-br-code-pull-request:before{content:""}.fi-br-code-simple:before{content:""}.fi-br-coffee-bean:before{content:""}.fi-br-coffee-beans:before{content:""}.fi-br-coffee-heart:before{content:""}.fi-br-coffee-pot:before{content:""}.fi-br-coffee:before{content:""}.fi-br-coffin-cross:before{content:""}.fi-br-coffin:before{content:""}.fi-br-coin-up-arrow:before{content:""}.fi-br-coin:before{content:""}.fi-br-coins:before{content:""}.fi-br-colon-sign:before{content:""}.fi-br-columns-3:before{content:""}.fi-br-comet:before{content:""}.fi-br-command:before{content:""}.fi-br-comment-alt-check:before{content:""}.fi-br-comment-alt-dots:before{content:""}.fi-br-comment-alt-edit:before{content:""}.fi-br-comment-alt-medical:before{content:""}.fi-br-comment-alt-middle-top:before{content:""}.fi-br-comment-alt-middle:before{content:""}.fi-br-comment-alt-minus:before{content:""}.fi-br-comment-alt-music:before{content:""}.fi-br-comment-alt:before{content:""}.fi-br-comment-arrow-down:before{content:""}.fi-br-comment-arrow-up-right:before{content:""}.fi-br-comment-arrow-up:before{content:""}.fi-br-comment-check:before{content:""}.fi-br-comment-code:before{content:""}.fi-br-comment-dollar:before{content:""}.fi-br-comment-dots:before{content:""}.fi-br-comment-exclamation:before{content:""}.fi-br-comment-heart:before{content:""}.fi-br-comment-image:before{content:""}.fi-br-comment-info:before{content:""}.fi-br-comment-medical:before{content:""}.fi-br-comment-minus:before{content:""}.fi-br-comment-pen:before{content:""}.fi-br-comment-question:before{content:""}.fi-br-comment-quote:before{content:""}.fi-br-comment-slash:before{content:""}.fi-br-comment-smile:before{content:""}.fi-br-comment-sms:before{content:""}.fi-br-comment-text:before{content:""}.fi-br-comment-user:before{content:""}.fi-br-comment-xmark:before{content:""}.fi-br-comment:before{content:""}.fi-br-comments-dollar:before{content:""}.fi-br-comments-question-check:before{content:""}.fi-br-comments-question:before{content:""}.fi-br-comments:before{content:""}.fi-br-compass-alt:before{content:""}.fi-br-compass-east:before{content:""}.fi-br-compass-north:before{content:""}.fi-br-compass-slash:before{content:""}.fi-br-compass-south:before{content:""}.fi-br-compass-west:before{content:""}.fi-br-completed:before{content:""}.fi-br-compliance-clipboard:before{content:""}.fi-br-compliance-document:before{content:""}.fi-br-compliance:before{content:""}.fi-br-compress-alt:before{content:""}.fi-br-compress:before{content:""}.fi-br-computer-classic:before{content:""}.fi-br-computer-mouse:before{content:""}.fi-br-computer-speaker:before{content:""}.fi-br-computer:before{content:""}.fi-br-concierge-bell:before{content:""}.fi-br-condition-alt:before{content:""}.fi-br-condition:before{content:""}.fi-br-confetti:before{content:""}.fi-br-constellation:before{content:""}.fi-br-container-storage:before{content:""}.fi-br-convert-document:before{content:""}.fi-br-convert-shapes:before{content:""}.fi-br-conveyor-belt-alt:before{content:""}.fi-br-conveyor-belt-arm:before{content:""}.fi-br-conveyor-belt-empty:before{content:""}.fi-br-conveyor-belt:before{content:""}.fi-br-cookie-alt:before{content:""}.fi-br-cookie:before{content:""}.fi-br-copy-alt:before{content:""}.fi-br-copy-image:before{content:""}.fi-br-copy:before{content:""}.fi-br-copyright:before{content:""}.fi-br-corn:before{content:""}.fi-br-corporate-alt:before{content:""}.fi-br-corporate:before{content:""}.fi-br-couch:before{content:""}.fi-br-couple:before{content:""}.fi-br-court-sport:before{content:""}.fi-br-cow-alt:before{content:""}.fi-br-cow:before{content:""}.fi-br-cowbell-circle-plus:before{content:""}.fi-br-cowbell-more:before{content:""}.fi-br-cowbell:before{content:""}.fi-br-crab:before{content:""}.fi-br-crate-empty:before{content:""}.fi-br-cream:before{content:""}.fi-br-credit-card-buyer:before{content:""}.fi-br-credit-card-eye:before{content:""}.fi-br-credit-card:before{content:""}.fi-br-cricket:before{content:""}.fi-br-crm-alt:before{content:""}.fi-br-crm-computer:before{content:""}.fi-br-CRM:before{content:""}.fi-br-croissant:before{content:""}.fi-br-cross-circle:before{content:""}.fi-br-cross-religion:before{content:""}.fi-br-cross-small:before{content:""}.fi-br-cross:before{content:""}.fi-br-crow:before{content:""}.fi-br-crown:before{content:""}.fi-br-crutch:before{content:""}.fi-br-crutches:before{content:""}.fi-br-cruzeiro-sign:before{content:""}.fi-br-crypto-calendar:before{content:""}.fi-br-cryptocurrency:before{content:""}.fi-br-crystal-ball:before{content:""}.fi-br-cube:before{content:""}.fi-br-cubes-stacked:before{content:""}.fi-br-cubes:before{content:""}.fi-br-cucumber:before{content:""}.fi-br-cup-straw-swoosh:before{content:""}.fi-br-cup-straw:before{content:""}.fi-br-cup-togo:before{content:""}.fi-br-cupcake-alt:before{content:""}.fi-br-cupcake:before{content:""}.fi-br-curling:before{content:""}.fi-br-cursor-finger:before{content:""}.fi-br-cursor-plus:before{content:""}.fi-br-cursor-text-alt:before{content:""}.fi-br-cursor-text:before{content:""}.fi-br-cursor:before{content:""}.fi-br-curve-alt:before{content:""}.fi-br-curve-arrow:before{content:""}.fi-br-curve:before{content:""}.fi-br-custard:before{content:""}.fi-br-customer-care:before{content:""}.fi-br-customer-service:before{content:""}.fi-br-customization-cogwheel:before{content:""}.fi-br-customization:before{content:""}.fi-br-customize-computer:before{content:""}.fi-br-customize-edit:before{content:""}.fi-br-customize:before{content:""}.fi-br-CV:before{content:""}.fi-br-cvv-card:before{content:""}.fi-br-d:before{content:""}.fi-br-dagger:before{content:""}.fi-br-daily-calendar:before{content:""}.fi-br-damage:before{content:""}.fi-br-dart:before{content:""}.fi-br-dashboard-monitor:before{content:""}.fi-br-dashboard-panel:before{content:""}.fi-br-dashboard:before{content:""}.fi-br-data-transfer:before{content:""}.fi-br-database:before{content:""}.fi-br-debt:before{content:""}.fi-br-deer-rudolph:before{content:""}.fi-br-deer:before{content:""}.fi-br-delete-document:before{content:""}.fi-br-delete-right:before{content:""}.fi-br-delete-user:before{content:""}.fi-br-delete:before{content:""}.fi-br-democrat:before{content:""}.fi-br-department-structure:before{content:""}.fi-br-department:before{content:""}.fi-br-deposit-alt:before{content:""}.fi-br-deposit:before{content:""}.fi-br-description-alt:before{content:""}.fi-br-description:before{content:""}.fi-br-desk:before{content:""}.fi-br-desktop-arrow-down:before{content:""}.fi-br-desktop-wallpaper:before{content:""}.fi-br-devices:before{content:""}.fi-br-dewpoint:before{content:""}.fi-br-dharmachakra:before{content:""}.fi-br-diagram-cells:before{content:""}.fi-br-diagram-lean-canvas:before{content:""}.fi-br-diagram-nested:before{content:""}.fi-br-diagram-next:before{content:""}.fi-br-diagram-predecessor:before{content:""}.fi-br-diagram-previous:before{content:""}.fi-br-diagram-project:before{content:""}.fi-br-diagram-sankey:before{content:""}.fi-br-diagram-subtask:before{content:""}.fi-br-diagram-successor:before{content:""}.fi-br-diagram-venn:before{content:""}.fi-br-dial-high:before{content:""}.fi-br-dial-low:before{content:""}.fi-br-dial-max:before{content:""}.fi-br-dial-med-low:before{content:""}.fi-br-dial-med:before{content:""}.fi-br-dial-min:before{content:""}.fi-br-dial-off:before{content:""}.fi-br-dial:before{content:""}.fi-br-diamond-exclamation:before{content:""}.fi-br-diamond-turn-right:before{content:""}.fi-br-diamond:before{content:""}.fi-br-diary-bookmark-down:before{content:""}.fi-br-diary-bookmarks:before{content:""}.fi-br-diary-clasp:before{content:""}.fi-br-dice-alt:before{content:""}.fi-br-dice-d10:before{content:""}.fi-br-dice-d12:before{content:""}.fi-br-dice-d20:before{content:""}.fi-br-dice-d4:before{content:""}.fi-br-dice-d6:before{content:""}.fi-br-dice-d8:before{content:""}.fi-br-dice-four:before{content:""}.fi-br-dice-one:before{content:""}.fi-br-dice-six:before{content:""}.fi-br-dice-three:before{content:""}.fi-br-dice-two:before{content:""}.fi-br-dice:before{content:""}.fi-br-digging:before{content:""}.fi-br-digital-tachograph:before{content:""}.fi-br-dinner:before{content:""}.fi-br-diploma:before{content:""}.fi-br-direction-signal-arrow:before{content:""}.fi-br-direction-signal:before{content:""}.fi-br-disc-drive:before{content:""}.fi-br-disco-ball:before{content:""}.fi-br-discover:before{content:""}.fi-br-disease:before{content:""}.fi-br-disk:before{content:""}.fi-br-display-arrow-down:before{content:""}.fi-br-display-chart-up:before{content:""}.fi-br-display-code:before{content:""}.fi-br-display-medical:before{content:""}.fi-br-display-slash:before{content:""}.fi-br-distribute-spacing-horizontal:before{content:""}.fi-br-distribute-spacing-vertical:before{content:""}.fi-br-divide:before{content:""}.fi-br-dizzy:before{content:""}.fi-br-dna:before{content:""}.fi-br-do-not-enter:before{content:""}.fi-br-doctor:before{content:""}.fi-br-document-circle-wrong:before{content:""}.fi-br-document-paid:before{content:""}.fi-br-document-signed:before{content:""}.fi-br-document:before{content:""}.fi-br-dog-leashed:before{content:""}.fi-br-dog:before{content:""}.fi-br-dollar:before{content:""}.fi-br-dolly-flatbed-alt:before{content:""}.fi-br-dolly-flatbed-empty:before{content:""}.fi-br-dolly-flatbed:before{content:""}.fi-br-dolphin:before{content:""}.fi-br-domino-effect:before{content:""}.fi-br-donate:before{content:""}.fi-br-dong-sign:before{content:""}.fi-br-donut:before{content:""}.fi-br-door-closed:before{content:""}.fi-br-door-open:before{content:""}.fi-br-dot-circle:before{content:""}.fi-br-dot-pending:before{content:""}.fi-br-dove:before{content:""}.fi-br-down-from-bracket:before{content:""}.fi-br-down-left-and-up-right-to-center:before{content:""}.fi-br-down-left:before{content:""}.fi-br-down-right:before{content:""}.fi-br-down-to-line:before{content:""}.fi-br-down:before{content:""}.fi-br-download:before{content:""}.fi-br-drafting-compass:before{content:""}.fi-br-dragon:before{content:""}.fi-br-draw-polygon:before{content:""}.fi-br-draw-square:before{content:""}.fi-br-drawer-alt:before{content:""}.fi-br-drawer-empty:before{content:""}.fi-br-drawer:before{content:""}.fi-br-dreidel:before{content:""}.fi-br-drink-alt:before{content:""}.fi-br-driver-man:before{content:""}.fi-br-driver-woman:before{content:""}.fi-br-drone-alt:before{content:""}.fi-br-drone-front:before{content:""}.fi-br-drone:before{content:""}.fi-br-drop-down:before{content:""}.fi-br-dropdown-select:before{content:""}.fi-br-dropdown:before{content:""}.fi-br-drum-steelpan:before{content:""}.fi-br-drum:before{content:""}.fi-br-drumstick-bite:before{content:""}.fi-br-drumstick:before{content:""}.fi-br-dryer-alt:before{content:""}.fi-br-dryer:before{content:""}.fi-br-duck:before{content:""}.fi-br-dumbbell-fitness:before{content:""}.fi-br-dumbbell-horizontal:before{content:""}.fi-br-dumbbell-ray:before{content:""}.fi-br-dumbbell-weightlifting:before{content:""}.fi-br-dumpster-fire:before{content:""}.fi-br-dumpster:before{content:""}.fi-br-dungeon:before{content:""}.fi-br-duplicate:before{content:""}.fi-br-duration-alt:before{content:""}.fi-br-duration:before{content:""}.fi-br-e-learning:before{content:""}.fi-br-e:before{content:""}.fi-br-ear-deaf:before{content:""}.fi-br-ear-muffs:before{content:""}.fi-br-ear:before{content:""}.fi-br-earnings:before{content:""}.fi-br-earth-africa:before{content:""}.fi-br-earth-americas:before{content:""}.fi-br-earth-asia:before{content:""}.fi-br-earth-europa:before{content:""}.fi-br-eclipse-alt:before{content:""}.fi-br-eclipse:before{content:""}.fi-br-edit-alt:before{content:""}.fi-br-edit:before{content:""}.fi-br-effect:before{content:""}.fi-br-egg-fried:before{content:""}.fi-br-egg:before{content:""}.fi-br-eject:before{content:""}.fi-br-elephant:before{content:""}.fi-br-elevator:before{content:""}.fi-br-email-pending:before{content:""}.fi-br-employee-alt:before{content:""}.fi-br-employee-handbook:before{content:""}.fi-br-employee-man-alt:before{content:""}.fi-br-employee-man:before{content:""}.fi-br-employees-woman-man:before{content:""}.fi-br-employees:before{content:""}.fi-br-empty-set:before{content:""}.fi-br-endless-loop:before{content:""}.fi-br-engine-warning:before{content:""}.fi-br-engine:before{content:""}.fi-br-enter:before{content:""}.fi-br-envelope-ban:before{content:""}.fi-br-envelope-bulk:before{content:""}.fi-br-envelope-dot:before{content:""}.fi-br-envelope-download:before{content:""}.fi-br-envelope-heart:before{content:""}.fi-br-envelope-marker:before{content:""}.fi-br-envelope-open-dollar:before{content:""}.fi-br-envelope-open-text:before{content:""}.fi-br-envelope-open:before{content:""}.fi-br-envelope-plus:before{content:""}.fi-br-envelope:before{content:""}.fi-br-envelopes:before{content:""}.fi-br-equality:before{content:""}.fi-br-equals:before{content:""}.fi-br-eraser:before{content:""}.fi-br-error-camera:before{content:""}.fi-br-escalator:before{content:""}.fi-br-ethernet:before{content:""}.fi-br-euro:before{content:""}.fi-br-excavator:before{content:""}.fi-br-exchange-alt:before{content:""}.fi-br-exchange-cryptocurrency:before{content:""}.fi-br-exchange:before{content:""}.fi-br-exclamation:before{content:""}.fi-br-exit-alt:before{content:""}.fi-br-exit:before{content:""}.fi-br-expand-arrows-alt:before{content:""}.fi-br-expand-arrows:before{content:""}.fi-br-expand:before{content:""}.fi-br-expense-bill:before{content:""}.fi-br-expense:before{content:""}.fi-br-external-hard-drive:before{content:""}.fi-br-external-world:before{content:""}.fi-br-eye-crossed:before{content:""}.fi-br-eye-dropper-half:before{content:""}.fi-br-eye-dropper:before{content:""}.fi-br-eye:before{content:""}.fi-br-eyes:before{content:""}.fi-br-f:before{content:""}.fi-br-fabric:before{content:""}.fi-br-face-angry-horns:before{content:""}.fi-br-face-anguished:before{content:""}.fi-br-face-anxious-sweat:before{content:""}.fi-br-face-astonished:before{content:""}.fi-br-face-awesome:before{content:""}.fi-br-face-beam-hand-over-mouth:before{content:""}.fi-br-face-confounded:before{content:""}.fi-br-face-confused:before{content:""}.fi-br-face-cowboy-hat:before{content:""}.fi-br-face-disappointed:before{content:""}.fi-br-face-disguise:before{content:""}.fi-br-face-downcast-sweat:before{content:""}.fi-br-face-drooling:before{content:""}.fi-br-face-explode:before{content:""}.fi-br-face-expressionless:before{content:""}.fi-br-face-eyes-xmarks:before{content:""}.fi-br-face-fearful:before{content:""}.fi-br-face-glasses:before{content:""}.fi-br-face-grin-tongue-wink:before{content:""}.fi-br-face-hand-yawn:before{content:""}.fi-br-face-head-bandage:before{content:""}.fi-br-face-hushed:before{content:""}.fi-br-face-icicles:before{content:""}.fi-br-face-lying:before{content:""}.fi-br-face-mask:before{content:""}.fi-br-face-monocle:before{content:""}.fi-br-face-nauseated:before{content:""}.fi-br-face-nose-steam:before{content:""}.fi-br-face-party:before{content:""}.fi-br-face-pensive:before{content:""}.fi-br-face-persevering:before{content:""}.fi-br-face-pleading:before{content:""}.fi-br-face-raised-eyebrow:before{content:""}.fi-br-face-relieved:before{content:""}.fi-br-face-sad-sweat:before{content:""}.fi-br-face-scream:before{content:""}.fi-br-face-shush:before{content:""}.fi-br-face-sleeping:before{content:""}.fi-br-face-sleepy:before{content:""}.fi-br-face-smile-halo:before{content:""}.fi-br-face-smile-hearts:before{content:""}.fi-br-face-smile-horns:before{content:""}.fi-br-face-smile-tear:before{content:""}.fi-br-face-smile-tongue:before{content:""}.fi-br-face-smile-upside-down:before{content:""}.fi-br-face-smiling-hands:before{content:""}.fi-br-face-smirking:before{content:""}.fi-br-face-sunglasses-alt:before{content:""}.fi-br-face-sunglasses:before{content:""}.fi-br-face-swear:before{content:""}.fi-br-face-thermometer:before{content:""}.fi-br-face-thinking:before{content:""}.fi-br-face-tissue:before{content:""}.fi-br-face-tongue-money:before{content:""}.fi-br-face-tongue-sweat:before{content:""}.fi-br-face-unamused:before{content:""}.fi-br-face-viewfinder:before{content:""}.fi-br-face-vomit:before{content:""}.fi-br-face-weary:before{content:""}.fi-br-face-woozy:before{content:""}.fi-br-face-worried:before{content:""}.fi-br-face-zany:before{content:""}.fi-br-face-zipper:before{content:""}.fi-br-fail:before{content:""}.fi-br-falafel:before{content:""}.fi-br-family-dress:before{content:""}.fi-br-family-pants:before{content:""}.fi-br-family:before{content:""}.fi-br-fan-table:before{content:""}.fi-br-fan:before{content:""}.fi-br-farm:before{content:""}.fi-br-faucet-drip:before{content:""}.fi-br-faucet:before{content:""}.fi-br-fax:before{content:""}.fi-br-feather-pointed:before{content:""}.fi-br-feather:before{content:""}.fi-br-features-alt:before{content:""}.fi-br-features:before{content:""}.fi-br-fee-receipt:before{content:""}.fi-br-fee:before{content:""}.fi-br-feedback-alt:before{content:""}.fi-br-feedback-cycle-loop:before{content:""}.fi-br-feedback-hand:before{content:""}.fi-br-feedback-review:before{content:""}.fi-br-feedback:before{content:""}.fi-br-female-couple:before{content:""}.fi-br-female:before{content:""}.fi-br-fence:before{content:""}.fi-br-ferris-wheel:before{content:""}.fi-br-field-hockey:before{content:""}.fi-br-fighter-jet:before{content:""}.fi-br-file-ai:before{content:""}.fi-br-file-audio:before{content:""}.fi-br-file-binary:before{content:""}.fi-br-file-chart-line:before{content:""}.fi-br-file-chart-pie:before{content:""}.fi-br-file-circle-info:before{content:""}.fi-br-file-cloud:before{content:""}.fi-br-file-code:before{content:""}.fi-br-file-csv:before{content:""}.fi-br-file-download:before{content:""}.fi-br-file-edit:before{content:""}.fi-br-file-eps:before{content:""}.fi-br-file-excel:before{content:""}.fi-br-file-exclamation:before{content:""}.fi-br-file-export:before{content:""}.fi-br-file-image:before{content:""}.fi-br-file-import:before{content:""}.fi-br-file-invoice-dollar:before{content:""}.fi-br-file-invoice:before{content:""}.fi-br-file-medical-alt:before{content:""}.fi-br-file-medical:before{content:""}.fi-br-file-minus:before{content:""}.fi-br-file-pdf:before{content:""}.fi-br-file-powerpoint:before{content:""}.fi-br-file-prescription:before{content:""}.fi-br-file-psd:before{content:""}.fi-br-file-signature:before{content:""}.fi-br-file-spreadsheet:before{content:""}.fi-br-file-upload:before{content:""}.fi-br-file-user:before{content:""}.fi-br-file-video:before{content:""}.fi-br-file-word:before{content:""}.fi-br-file-zipper:before{content:""}.fi-br-file:before{content:""}.fi-br-files-medical:before{content:""}.fi-br-fill:before{content:""}.fi-br-film-canister:before{content:""}.fi-br-film-slash:before{content:""}.fi-br-film:before{content:""}.fi-br-films:before{content:""}.fi-br-filter-list:before{content:""}.fi-br-filter-slash:before{content:""}.fi-br-filter:before{content:""}.fi-br-filters:before{content:""}.fi-br-fingerprint-security-risk:before{content:""}.fi-br-fingerprint:before{content:""}.fi-br-fire-burner:before{content:""}.fi-br-fire-extinguisher:before{content:""}.fi-br-fire-flame-curved:before{content:""}.fi-br-fire-flame-simple:before{content:""}.fi-br-fire-hydrant:before{content:""}.fi-br-fire-smoke:before{content:""}.fi-br-fireplace:before{content:""}.fi-br-first-award:before{content:""}.fi-br-first-laurel:before{content:""}.fi-br-first-medal:before{content:""}.fi-br-first:before{content:""}.fi-br-fish-bones:before{content:""}.fi-br-fish-cooked:before{content:""}.fi-br-fish:before{content:""}.fi-br-fishing-rod:before{content:""}.fi-br-fist-move:before{content:""}.fi-br-flag-alt:before{content:""}.fi-br-flag-checkered:before{content:""}.fi-br-flag-usa:before{content:""}.fi-br-flag:before{content:""}.fi-br-flame:before{content:""}.fi-br-flashlight:before{content:""}.fi-br-flask-gear:before{content:""}.fi-br-flask-poison:before{content:""}.fi-br-flask-potion:before{content:""}.fi-br-flask:before{content:""}.fi-br-flatbread-stuffed:before{content:""}.fi-br-flatbread:before{content:""}.fi-br-flip-horizontal:before{content:""}.fi-br-floor-alt:before{content:""}.fi-br-floor-layer:before{content:""}.fi-br-floor:before{content:""}.fi-br-floppy-disk-circle-arrow-right:before{content:""}.fi-br-floppy-disk-circle-xmark:before{content:""}.fi-br-floppy-disk-pen:before{content:""}.fi-br-floppy-disks:before{content:""}.fi-br-florin-sign:before{content:""}.fi-br-flower-bouquet:before{content:""}.fi-br-flower-butterfly:before{content:""}.fi-br-flower-daffodil:before{content:""}.fi-br-flower-tulip:before{content:""}.fi-br-flower:before{content:""}.fi-br-flushed-face:before{content:""}.fi-br-flushed:before{content:""}.fi-br-flute:before{content:""}.fi-br-flux-capacitor:before{content:""}.fi-br-fly-insect:before{content:""}.fi-br-flying-disc:before{content:""}.fi-br-fog:before{content:""}.fi-br-folder-download:before{content:""}.fi-br-folder-fire:before{content:""}.fi-br-folder-minus:before{content:""}.fi-br-folder-open:before{content:""}.fi-br-folder-times:before{content:""}.fi-br-folder-tree:before{content:""}.fi-br-folder-upload:before{content:""}.fi-br-folder-xmark:before{content:""}.fi-br-folder:before{content:""}.fi-br-folders:before{content:""}.fi-br-follow-folder:before{content:""}.fi-br-followcollection:before{content:""}.fi-br-following:before{content:""}.fi-br-fondue-pot:before{content:""}.fi-br-football:before{content:""}.fi-br-foreign-language-audio:before{content:""}.fi-br-fork:before{content:""}.fi-br-forklift:before{content:""}.fi-br-form:before{content:""}.fi-br-fort:before{content:""}.fi-br-forward-fast:before{content:""}.fi-br-forward:before{content:""}.fi-br-fox:before{content:""}.fi-br-frame:before{content:""}.fi-br-franc-sign:before{content:""}.fi-br-free-delivery:before{content:""}.fi-br-free:before{content:""}.fi-br-french-fries:before{content:""}.fi-br-friday:before{content:""}.fi-br-frog:before{content:""}.fi-br-ftp:before{content:""}.fi-br-fuel-gauge:before{content:""}.fi-br-function-process:before{content:""}.fi-br-function-square:before{content:""}.fi-br-function:before{content:""}.fi-br-funnel-dollar:before{content:""}.fi-br-g:before{content:""}.fi-br-galaxy-alt:before{content:""}.fi-br-galaxy-planet:before{content:""}.fi-br-galaxy-star:before{content:""}.fi-br-galaxy:before{content:""}.fi-br-gallery-thumbnails:before{content:""}.fi-br-gallery:before{content:""}.fi-br-game-board-alt:before{content:""}.fi-br-gamepad:before{content:""}.fi-br-garage-car:before{content:""}.fi-br-garage-open:before{content:""}.fi-br-garage:before{content:""}.fi-br-garlic-alt:before{content:""}.fi-br-garlic:before{content:""}.fi-br-gas-pump-alt:before{content:""}.fi-br-gas-pump-slash:before{content:""}.fi-br-gas-pump:before{content:""}.fi-br-gauge-circle-bolt:before{content:""}.fi-br-gauge-circle-minus:before{content:""}.fi-br-gauge-circle-plus:before{content:""}.fi-br-gavel:before{content:""}.fi-br-gay-couple:before{content:""}.fi-br-gears:before{content:""}.fi-br-gem:before{content:""}.fi-br-general:before{content:""}.fi-br-ghost:before{content:""}.fi-br-gif-square:before{content:""}.fi-br-gif:before{content:""}.fi-br-gift-box-benefits:before{content:""}.fi-br-gift-card:before{content:""}.fi-br-gift:before{content:""}.fi-br-gifts:before{content:""}.fi-br-gingerbread-man:before{content:""}.fi-br-glass-champagne:before{content:""}.fi-br-glass-cheers:before{content:""}.fi-br-glass-citrus:before{content:""}.fi-br-glass-empty:before{content:""}.fi-br-glass-half:before{content:""}.fi-br-glass-water-droplet:before{content:""}.fi-br-glass-whiskey-rocks:before{content:""}.fi-br-glass-whiskey:before{content:""}.fi-br-glass:before{content:""}.fi-br-glasses:before{content:""}.fi-br-globe-alt:before{content:""}.fi-br-globe-pointer:before{content:""}.fi-br-globe-snow:before{content:""}.fi-br-globe:before{content:""}.fi-br-goal-net:before{content:""}.fi-br-golf-ball:before{content:""}.fi-br-golf-club:before{content:""}.fi-br-golf-hole:before{content:""}.fi-br-golf:before{content:""}.fi-br-gopuram:before{content:""}.fi-br-government-budget:before{content:""}.fi-br-government-flag:before{content:""}.fi-br-government-user:before{content:""}.fi-br-gps-navigation:before{content:""}.fi-br-graduation-cap:before{content:""}.fi-br-gramophone:before{content:""}.fi-br-grape:before{content:""}.fi-br-graph-curve:before{content:""}.fi-br-graphic-style:before{content:""}.fi-br-graphic-tablet:before{content:""}.fi-br-grate-droplet:before{content:""}.fi-br-grate:before{content:""}.fi-br-greater-than-equal:before{content:""}.fi-br-greater-than:before{content:""}.fi-br-greek-helmet:before{content:""}.fi-br-grid-alt:before{content:""}.fi-br-grid-dividers:before{content:""}.fi-br-grid:before{content:""}.fi-br-grill-hot-alt:before{content:""}.fi-br-grill:before{content:""}.fi-br-grimace:before{content:""}.fi-br-grin-alt:before{content:""}.fi-br-grin-beam-sweat:before{content:""}.fi-br-grin-beam:before{content:""}.fi-br-grin-hearts:before{content:""}.fi-br-grin-squint-tears:before{content:""}.fi-br-grin-squint:before{content:""}.fi-br-grin-stars:before{content:""}.fi-br-grin-tears:before{content:""}.fi-br-grin-tongue-squint:before{content:""}.fi-br-grin-tongue-wink:before{content:""}.fi-br-grin-tongue:before{content:""}.fi-br-grin-wink:before{content:""}.fi-br-grin:before{content:""}.fi-br-grip-dots-vertical:before{content:""}.fi-br-grip-dots:before{content:""}.fi-br-grip-horizontal:before{content:""}.fi-br-grip-lines-vertical:before{content:""}.fi-br-grip-lines:before{content:""}.fi-br-grip-vertical:before{content:""}.fi-br-grocery-bag:before{content:""}.fi-br-grocery-basket:before{content:""}.fi-br-group-arrows-rotate:before{content:""}.fi-br-group-call:before{content:""}.fi-br-group-community-social-media:before{content:""}.fi-br-growth-chart-invest:before{content:""}.fi-br-guarani-sign:before{content:""}.fi-br-guide-alt:before{content:""}.fi-br-guide:before{content:""}.fi-br-guitar-electric:before{content:""}.fi-br-guitar:before{content:""}.fi-br-guitars:before{content:""}.fi-br-gun-squirt:before{content:""}.fi-br-gym:before{content:""}.fi-br-h-square:before{content:""}.fi-br-h:before{content:""}.fi-br-h1:before{content:""}.fi-br-h2:before{content:""}.fi-br-h3:before{content:""}.fi-br-h4:before{content:""}.fi-br-hair-clipper:before{content:""}.fi-br-hamburger-soda:before{content:""}.fi-br-hamburger:before{content:""}.fi-br-hammer-crash:before{content:""}.fi-br-hammer-war:before{content:""}.fi-br-hammer:before{content:""}.fi-br-hamsa:before{content:""}.fi-br-hand-back-fist:before{content:""}.fi-br-hand-back-point-down:before{content:""}.fi-br-hand-back-point-left:before{content:""}.fi-br-hand-back-point-ribbon:before{content:""}.fi-br-hand-back-point-right:before{content:""}.fi-br-hand-bill:before{content:""}.fi-br-hand-dots:before{content:""}.fi-br-hand-fingers-crossed:before{content:""}.fi-br-hand-fist:before{content:""}.fi-br-hand-heart:before{content:""}.fi-br-hand-holding-box:before{content:""}.fi-br-hand-holding-droplet:before{content:""}.fi-br-hand-holding-magic:before{content:""}.fi-br-hand-holding-medical:before{content:""}.fi-br-hand-holding-seeding:before{content:""}.fi-br-hand-holding-skull:before{content:""}.fi-br-hand-holding-usd:before{content:""}.fi-br-hand-holding-water:before{content:""}.fi-br-hand-horns:before{content:""}.fi-br-hand-lizard:before{content:""}.fi-br-hand-love:before{content:""}.fi-br-hand-middle-finger:before{content:""}.fi-br-hand-paper:before{content:""}.fi-br-hand-peace:before{content:""}.fi-br-hand-point-ribbon:before{content:""}.fi-br-hand-scissors:before{content:""}.fi-br-hand-sparkles:before{content:""}.fi-br-hand-spock:before{content:""}.fi-br-hand-wave:before{content:""}.fi-br-hand:before{content:""}.fi-br-handmade:before{content:""}.fi-br-hands-bubbles:before{content:""}.fi-br-hands-clapping:before{content:""}.fi-br-hands-heart:before{content:""}.fi-br-hands-holding-diamond:before{content:""}.fi-br-hands-holding:before{content:""}.fi-br-hands-usd:before{content:""}.fi-br-handshake-angle:before{content:""}.fi-br-handshake-deal-loan:before{content:""}.fi-br-handshake-house:before{content:""}.fi-br-handshake-simple-slash:before{content:""}.fi-br-handshake-trust:before{content:""}.fi-br-handshake:before{content:""}.fi-br-happy:before{content:""}.fi-br-hard-hat:before{content:""}.fi-br-hashtag-lock:before{content:""}.fi-br-hastag:before{content:""}.fi-br-hat-beach:before{content:""}.fi-br-hat-birthday:before{content:""}.fi-br-hat-chef:before{content:""}.fi-br-hat-cowboy-side:before{content:""}.fi-br-hat-cowboy:before{content:""}.fi-br-hat-santa:before{content:""}.fi-br-hat-winter:before{content:""}.fi-br-hat-witch:before{content:""}.fi-br-hat-wizard:before{content:""}.fi-br-hdd:before{content:""}.fi-br-head-side-brain:before{content:""}.fi-br-head-side-cough-slash:before{content:""}.fi-br-head-side-cough:before{content:""}.fi-br-head-side-headphones:before{content:""}.fi-br-head-side-heart:before{content:""}.fi-br-head-side-mask:before{content:""}.fi-br-head-side-medical:before{content:""}.fi-br-head-side-thinking:before{content:""}.fi-br-head-side-virus:before{content:""}.fi-br-head-side:before{content:""}.fi-br-head-vr:before{content:""}.fi-br-heading:before{content:""}.fi-br-headphones:before{content:""}.fi-br-headset:before{content:""}.fi-br-heart-arrow:before{content:""}.fi-br-heart-brain:before{content:""}.fi-br-heart-crack:before{content:""}.fi-br-heart-half-stroke:before{content:""}.fi-br-heart-half:before{content:""}.fi-br-heart-health-muscle:before{content:""}.fi-br-heart-lock:before{content:""}.fi-br-heart-partner-handshake:before{content:""}.fi-br-heart-rate:before{content:""}.fi-br-heart-slash:before{content:""}.fi-br-heart-upside-down:before{content:""}.fi-br-heart:before{content:""}.fi-br-heat:before{content:""}.fi-br-helicopter-side:before{content:""}.fi-br-helmet-battle:before{content:""}.fi-br-hexagon-check:before{content:""}.fi-br-hexagon-divide:before{content:""}.fi-br-hexagon-exclamation:before{content:""}.fi-br-hexagon:before{content:""}.fi-br-high-definition:before{content:""}.fi-br-high-five-celebration-yes:before{content:""}.fi-br-high-five:before{content:""}.fi-br-highlighter-line:before{content:""}.fi-br-highlighter:before{content:""}.fi-br-hiking:before{content:""}.fi-br-hippo:before{content:""}.fi-br-hockey-mask:before{content:""}.fi-br-hockey-puck:before{content:""}.fi-br-hockey-stick-puck:before{content:""}.fi-br-hockey-sticks:before{content:""}.fi-br-holding-hand-gear:before{content:""}.fi-br-holding-hand-revenue:before{content:""}.fi-br-holly-berry:before{content:""}.fi-br-home-heart:before{content:""}.fi-br-home-location-alt:before{content:""}.fi-br-home-location:before{content:""}.fi-br-home:before{content:""}.fi-br-honey-pot:before{content:""}.fi-br-hood-cloak:before{content:""}.fi-br-horizontal-rule:before{content:""}.fi-br-horse-head:before{content:""}.fi-br-horse-saddle:before{content:""}.fi-br-horse:before{content:""}.fi-br-horseshoe-broken:before{content:""}.fi-br-horseshoe:before{content:""}.fi-br-hose-reel:before{content:""}.fi-br-hose:before{content:""}.fi-br-hospital-symbol:before{content:""}.fi-br-hospital-user:before{content:""}.fi-br-hospital:before{content:""}.fi-br-hospitals:before{content:""}.fi-br-hot-tub:before{content:""}.fi-br-hotdog:before{content:""}.fi-br-hotel:before{content:""}.fi-br-hourglass-end:before{content:""}.fi-br-hourglass-start:before{content:""}.fi-br-hourglass:before{content:""}.fi-br-house-blank:before{content:""}.fi-br-house-building:before{content:""}.fi-br-house-chimney-blank:before{content:""}.fi-br-house-chimney-crack:before{content:""}.fi-br-house-chimney-heart:before{content:""}.fi-br-house-chimney-medical:before{content:""}.fi-br-house-chimney-user:before{content:""}.fi-br-house-chimney-window:before{content:""}.fi-br-house-chimney:before{content:""}.fi-br-house-circle-check:before{content:""}.fi-br-house-circle-exclamation:before{content:""}.fi-br-house-circle-xmark:before{content:""}.fi-br-house-crack-alt:before{content:""}.fi-br-house-crack:before{content:""}.fi-br-house-day:before{content:""}.fi-br-house-fire:before{content:""}.fi-br-house-flag:before{content:""}.fi-br-house-flood:before{content:""}.fi-br-house-laptop:before{content:""}.fi-br-house-leave:before{content:""}.fi-br-house-lock:before{content:""}.fi-br-house-medical:before{content:""}.fi-br-house-night:before{content:""}.fi-br-house-return:before{content:""}.fi-br-house-signal:before{content:""}.fi-br-house-tree:before{content:""}.fi-br-house-tsunami:before{content:""}.fi-br-house-turret:before{content:""}.fi-br-house-user:before{content:""}.fi-br-house-window:before{content:""}.fi-br-hr-group:before{content:""}.fi-br-hr-person:before{content:""}.fi-br-hr:before{content:""}.fi-br-hryvnia:before{content:""}.fi-br-humidity:before{content:""}.fi-br-hundred-points:before{content:""}.fi-br-hurricane:before{content:""}.fi-br-i:before{content:""}.fi-br-ice-cream:before{content:""}.fi-br-ice-skate:before{content:""}.fi-br-icicles:before{content:""}.fi-br-icon-star:before{content:""}.fi-br-id-badge:before{content:""}.fi-br-id-card-clip-alt:before{content:""}.fi-br-igloo:before{content:""}.fi-br-image-slash:before{content:""}.fi-br-images-user:before{content:""}.fi-br-images:before{content:""}.fi-br-improve-user:before{content:""}.fi-br-inbox-full:before{content:""}.fi-br-inbox-in:before{content:""}.fi-br-inbox-out:before{content:""}.fi-br-inbox:before{content:""}.fi-br-inboxes:before{content:""}.fi-br-incense-sticks-yoga:before{content:""}.fi-br-incognito:before{content:""}.fi-br-indent:before{content:""}.fi-br-indian-rupee-sign:before{content:""}.fi-br-industry-alt:before{content:""}.fi-br-industry-windows:before{content:""}.fi-br-infinity:before{content:""}.fi-br-info-guide:before{content:""}.fi-br-info:before{content:""}.fi-br-information:before{content:""}.fi-br-inhaler:before{content:""}.fi-br-input-numeric:before{content:""}.fi-br-input-pipe:before{content:""}.fi-br-input-text:before{content:""}.fi-br-insert-alt:before{content:""}.fi-br-insert-arrows:before{content:""}.fi-br-insert-button-circle:before{content:""}.fi-br-insert-credit-card:before{content:""}.fi-br-insert-square:before{content:""}.fi-br-insert:before{content:""}.fi-br-insight-alt:before{content:""}.fi-br-insight-head:before{content:""}.fi-br-insight:before{content:""}.fi-br-integral:before{content:""}.fi-br-interactive:before{content:""}.fi-br-interlining:before{content:""}.fi-br-internet-speed-wifi:before{content:""}.fi-br-interrogation:before{content:""}.fi-br-intersection:before{content:""}.fi-br-introduction-handshake:before{content:""}.fi-br-introduction:before{content:""}.fi-br-inventory-alt:before{content:""}.fi-br-invest:before{content:""}.fi-br-investment:before{content:""}.fi-br-invite-alt:before{content:""}.fi-br-invite:before{content:""}.fi-br-iot-alt:before{content:""}.fi-br-iot:before{content:""}.fi-br-ip-address:before{content:""}.fi-br-island-tropical:before{content:""}.fi-br-issue-loupe:before{content:""}.fi-br-it-alt:before{content:""}.fi-br-it-computer:before{content:""}.fi-br-it:before{content:""}.fi-br-italian-lira-sign:before{content:""}.fi-br-italic:before{content:""}.fi-br-j:before{content:""}.fi-br-jam:before{content:""}.fi-br-jar-alt:before{content:""}.fi-br-jar-wheat:before{content:""}.fi-br-javascript:before{content:""}.fi-br-joint:before{content:""}.fi-br-joker:before{content:""}.fi-br-journal-alt:before{content:""}.fi-br-journal:before{content:""}.fi-br-journey:before{content:""}.fi-br-joystick:before{content:""}.fi-br-jpg:before{content:""}.fi-br-jug-alt:before{content:""}.fi-br-jug-bottle:before{content:""}.fi-br-jug:before{content:""}.fi-br-jumping-rope:before{content:""}.fi-br-k:before{content:""}.fi-br-kaaba:before{content:""}.fi-br-kazoo:before{content:""}.fi-br-kerning:before{content:""}.fi-br-key-lock-crypto:before{content:""}.fi-br-key-skeleton-left-right:before{content:""}.fi-br-key:before{content:""}.fi-br-keyboard-brightness-low:before{content:""}.fi-br-keyboard-brightness:before{content:""}.fi-br-keyboard-down:before{content:""}.fi-br-keyboard-left:before{content:""}.fi-br-keyboard:before{content:""}.fi-br-keynote:before{content:""}.fi-br-kidneys:before{content:""}.fi-br-kip-sign:before{content:""}.fi-br-kiss-beam:before{content:""}.fi-br-kiss-wink-heart:before{content:""}.fi-br-kiss:before{content:""}.fi-br-kite:before{content:""}.fi-br-kiwi-bird:before{content:""}.fi-br-kiwi-fruit:before{content:""}.fi-br-knife-kitchen:before{content:""}.fi-br-knife:before{content:""}.fi-br-knitting:before{content:""}.fi-br-kpi-evaluation:before{content:""}.fi-br-kpi:before{content:""}.fi-br-l:before{content:""}.fi-br-label:before{content:""}.fi-br-lacrosse-stick-ball:before{content:""}.fi-br-lacrosse-stick:before{content:""}.fi-br-lambda:before{content:""}.fi-br-lamp-desk:before{content:""}.fi-br-lamp-floor:before{content:""}.fi-br-lamp-street:before{content:""}.fi-br-lamp:before{content:""}.fi-br-land-layer-location:before{content:""}.fi-br-land-layers:before{content:""}.fi-br-land-location:before{content:""}.fi-br-landmark-alt:before{content:""}.fi-br-language:before{content:""}.fi-br-laptop-arrow-down:before{content:""}.fi-br-laptop-binary:before{content:""}.fi-br-laptop-code:before{content:""}.fi-br-laptop-medical:before{content:""}.fi-br-laptop-mobile:before{content:""}.fi-br-laptop-slash:before{content:""}.fi-br-laptop:before{content:""}.fi-br-lari-sign:before{content:""}.fi-br-lasso-sparkles:before{content:""}.fi-br-lasso:before{content:""}.fi-br-last-square:before{content:""}.fi-br-laugh-beam:before{content:""}.fi-br-laugh-squint:before{content:""}.fi-br-laugh-wink:before{content:""}.fi-br-laugh:before{content:""}.fi-br-lawyer-man:before{content:""}.fi-br-lawyer-woman:before{content:""}.fi-br-layer-minus:before{content:""}.fi-br-layer-plus:before{content:""}.fi-br-layers:before{content:""}.fi-br-layout-fluid:before{content:""}.fi-br-lead-funnel:before{content:""}.fi-br-lead-management:before{content:""}.fi-br-lead:before{content:""}.fi-br-leader-alt:before{content:""}.fi-br-leader-speech:before{content:""}.fi-br-leader:before{content:""}.fi-br-leaderboard-alt:before{content:""}.fi-br-leaderboard-trophy:before{content:""}.fi-br-leaderboard:before{content:""}.fi-br-leadership-alt:before{content:""}.fi-br-leadership:before{content:""}.fi-br-leaf-heart:before{content:""}.fi-br-leaf-maple:before{content:""}.fi-br-leaf-oak:before{content:""}.fi-br-leaf:before{content:""}.fi-br-leafy-green:before{content:""}.fi-br-leave:before{content:""}.fi-br-left-from-bracket:before{content:""}.fi-br-left:before{content:""}.fi-br-legal:before{content:""}.fi-br-lemon:before{content:""}.fi-br-lesbian-couple:before{content:""}.fi-br-less-than-equal:before{content:""}.fi-br-less-than:before{content:""}.fi-br-lesson-class:before{content:""}.fi-br-lesson:before{content:""}.fi-br-letter-case:before{content:""}.fi-br-lettuce:before{content:""}.fi-br-level-down-alt:before{content:""}.fi-br-level-down:before{content:""}.fi-br-level-up-alt:before{content:""}.fi-br-level-up:before{content:""}.fi-br-license:before{content:""}.fi-br-life-ring:before{content:""}.fi-br-life:before{content:""}.fi-br-light-ceiling:before{content:""}.fi-br-light-emergency-on:before{content:""}.fi-br-light-emergency:before{content:""}.fi-br-light-switch-off:before{content:""}.fi-br-light-switch-on:before{content:""}.fi-br-light-switch:before{content:""}.fi-br-lightbulb-cfl-on:before{content:""}.fi-br-lightbulb-cfl:before{content:""}.fi-br-lightbulb-dollar:before{content:""}.fi-br-lightbulb-exclamation:before{content:""}.fi-br-lightbulb-head:before{content:""}.fi-br-lightbulb-on:before{content:""}.fi-br-lightbulb-question:before{content:""}.fi-br-lightbulb-setting:before{content:""}.fi-br-lightbulb-slash:before{content:""}.fi-br-lighthouse:before{content:""}.fi-br-lights-holiday:before{content:""}.fi-br-limit-hand:before{content:""}.fi-br-limit-speedometer:before{content:""}.fi-br-line-width:before{content:""}.fi-br-link-alt:before{content:""}.fi-br-link-horizontal-slash:before{content:""}.fi-br-link-horizontal:before{content:""}.fi-br-link-slash-alt:before{content:""}.fi-br-link-slash:before{content:""}.fi-br-link:before{content:""}.fi-br-lion-head:before{content:""}.fi-br-lion:before{content:""}.fi-br-lips:before{content:""}.fi-br-lipstick:before{content:""}.fi-br-lira-sign:before{content:""}.fi-br-list-check:before{content:""}.fi-br-list-dropdown:before{content:""}.fi-br-list-music:before{content:""}.fi-br-list-timeline:before{content:""}.fi-br-list:before{content:""}.fi-br-litecoin-sign:before{content:""}.fi-br-live-alt:before{content:""}.fi-br-live:before{content:""}.fi-br-loading:before{content:""}.fi-br-loan:before{content:""}.fi-br-lobster:before{content:""}.fi-br-location-alt:before{content:""}.fi-br-location-arrow:before{content:""}.fi-br-location-crosshairs-slash:before{content:""}.fi-br-location-crosshairs:before{content:""}.fi-br-location-dot-slash:before{content:""}.fi-br-location-exclamation:before{content:""}.fi-br-location-pin-call:before{content:""}.fi-br-lock-alt:before{content:""}.fi-br-lock-hashtag:before{content:""}.fi-br-lock-open-alt:before{content:""}.fi-br-lock:before{content:""}.fi-br-locust:before{content:""}.fi-br-loop-square:before{content:""}.fi-br-loveseat:before{content:""}.fi-br-low-vision:before{content:""}.fi-br-luchador:before{content:""}.fi-br-luggage-cart:before{content:""}.fi-br-luggage-rolling:before{content:""}.fi-br-lungs-virus:before{content:""}.fi-br-lungs:before{content:""}.fi-br-m:before{content:""}.fi-br-mace:before{content:""}.fi-br-magic-wand:before{content:""}.fi-br-magnet-user:before{content:""}.fi-br-magnet:before{content:""}.fi-br-mailbox-envelope:before{content:""}.fi-br-mailbox-flag-up:before{content:""}.fi-br-mailbox:before{content:""}.fi-br-makeup-brush:before{content:""}.fi-br-male-couple:before{content:""}.fi-br-male:before{content:""}.fi-br-man-head:before{content:""}.fi-br-man-scientist:before{content:""}.fi-br-manat-sign:before{content:""}.fi-br-mandolin:before{content:""}.fi-br-mango:before{content:""}.fi-br-manhole:before{content:""}.fi-br-map-location-track:before{content:""}.fi-br-map-marker-check:before{content:""}.fi-br-map-marker-cross:before{content:""}.fi-br-map-marker-edit:before{content:""}.fi-br-map-marker-home:before{content:""}.fi-br-map-marker-minus:before{content:""}.fi-br-map-marker-plus:before{content:""}.fi-br-map-marker-question:before{content:""}.fi-br-map-marker-slash:before{content:"豈"}.fi-br-map-marker-smile:before{content:"更"}.fi-br-map-marker:before{content:"車"}.fi-br-map-pin:before{content:"賈"}.fi-br-map-point:before{content:"滑"}.fi-br-map:before{content:"串"}.fi-br-marker-time:before{content:"句"}.fi-br-marker:before{content:"龜"}.fi-br-marketplace-alt:before{content:"龜"}.fi-br-marketplace-store:before{content:"契"}.fi-br-marketplace:before{content:"金"}.fi-br-mars-stroke-right:before{content:"喇"}.fi-br-mars-stroke-up:before{content:"奈"}.fi-br-martini-glass-citrus:before{content:"懶"}.fi-br-martini-glass-empty:before{content:"癩"}.fi-br-mask-carnival:before{content:"羅"}.fi-br-mask-face:before{content:"蘿"}.fi-br-mask-snorkel:before{content:"螺"}.fi-br-massage:before{content:"裸"}.fi-br-match-fire:before{content:"邏"}.fi-br-mattress-pillow:before{content:"樂"}.fi-br-measuring-tape:before{content:"洛"}.fi-br-meat:before{content:"烙"}.fi-br-medal:before{content:"珞"}.fi-br-medical-star:before{content:"落"}.fi-br-medicine:before{content:"酪"}.fi-br-meditation:before{content:"駱"}.fi-br-meeting-alt:before{content:"亂"}.fi-br-meeting:before{content:"卵"}.fi-br-megaphone-announcement-leader:before{content:"欄"}.fi-br-megaphone:before{content:"爛"}.fi-br-meh-blank:before{content:"蘭"}.fi-br-meh-rolling-eyes:before{content:"鸞"}.fi-br-melon-alt:before{content:"嵐"}.fi-br-melon:before{content:"濫"}.fi-br-member-list:before{content:"藍"}.fi-br-member-search:before{content:"襤"}.fi-br-membership-vip:before{content:"拉"}.fi-br-membership:before{content:"臘"}.fi-br-memo-circle-check:before{content:"蠟"}.fi-br-memo-pad:before{content:"廊"}.fi-br-memo:before{content:"朗"}.fi-br-memory:before{content:"浪"}.fi-br-menu-burger:before{content:"狼"}.fi-br-menu-dots-vertical:before{content:"郎"}.fi-br-menu-dots:before{content:"來"}.fi-br-mercury:before{content:"冷"}.fi-br-message-arrow-down:before{content:"勞"}.fi-br-message-arrow-up-right:before{content:"擄"}.fi-br-message-arrow-up:before{content:"櫓"}.fi-br-message-bot:before{content:"爐"}.fi-br-message-code:before{content:"盧"}.fi-br-message-dollar:before{content:"老"}.fi-br-message-heart:before{content:"蘆"}.fi-br-message-image:before{content:"虜"}.fi-br-message-question:before{content:"路"}.fi-br-message-quote:before{content:"露"}.fi-br-message-slash:before{content:"魯"}.fi-br-message-sms:before{content:"鷺"}.fi-br-message-text:before{content:"碌"}.fi-br-message-xmark:before{content:"祿"}.fi-br-messages-dollar:before{content:"綠"}.fi-br-messages-question:before{content:"菉"}.fi-br-messages:before{content:"錄"}.fi-br-meteor:before{content:"鹿"}.fi-br-meter-bolt:before{content:"論"}.fi-br-meter-droplet:before{content:"壟"}.fi-br-meter-fire:before{content:"弄"}.fi-br-meter:before{content:"籠"}.fi-br-method:before{content:"聾"}.fi-br-microchip-ai:before{content:"牢"}.fi-br-microchip:before{content:"磊"}.fi-br-microphone-alt:before{content:"賂"}.fi-br-microphone-slash:before{content:"雷"}.fi-br-microphone:before{content:"壘"}.fi-br-microscope:before{content:"屢"}.fi-br-microwave:before{content:"樓"}.fi-br-milk-alt:before{content:"淚"}.fi-br-milk:before{content:"漏"}.fi-br-mill-sign:before{content:"累"}.fi-br-mind-share:before{content:"縷"}.fi-br-minus-circle:before{content:"陋"}.fi-br-minus-hexagon:before{content:"勒"}.fi-br-minus-small:before{content:"肋"}.fi-br-minus:before{content:"凜"}.fi-br-mistletoe:before{content:"凌"}.fi-br-mix:before{content:"稜"}.fi-br-mobile-button:before{content:"綾"}.fi-br-mobile-notch:before{content:"菱"}.fi-br-mobile:before{content:"陵"}.fi-br-mockup:before{content:"讀"}.fi-br-mode-alt:before{content:"拏"}.fi-br-mode-landscape:before{content:"樂"}.fi-br-mode-portrait:before{content:"諾"}.fi-br-mode:before{content:"丹"}.fi-br-model-cube-arrows:before{content:"寧"}.fi-br-model-cube-space:before{content:"怒"}.fi-br-model-cube:before{content:"率"}.fi-br-module:before{content:"異"}.fi-br-monday:before{content:"北"}.fi-br-money-bill-simple:before{content:"磻"}.fi-br-money-bill-transfer:before{content:"便"}.fi-br-money-bill-wave-alt:before{content:"復"}.fi-br-money-bill-wave:before{content:"不"}.fi-br-money-bills-simple:before{content:"泌"}.fi-br-money-bills:before{content:"數"}.fi-br-money-check-edit-alt:before{content:"索"}.fi-br-money-check-edit:before{content:"參"}.fi-br-money-check:before{content:"塞"}.fi-br-money-coin-transfer:before{content:"省"}.fi-br-money-from-bracket:before{content:"葉"}.fi-br-money-simple-from-bracket:before{content:"說"}.fi-br-money-transfer-alt:before{content:"殺"}.fi-br-money-transfer-coin-arrow:before{content:"辰"}.fi-br-money-transfer-smartphone:before{content:"沈"}.fi-br-money-wings:before{content:"拾"}.fi-br-money:before{content:"若"}.fi-br-monkey:before{content:"掠"}.fi-br-monument:before{content:"略"}.fi-br-moon-stars:before{content:"亮"}.fi-br-moon:before{content:"兩"}.fi-br-moped:before{content:"凉"}.fi-br-mortar-pestle:before{content:"梁"}.fi-br-mortgage:before{content:"糧"}.fi-br-mosque-alt:before{content:"良"}.fi-br-mosque-moon:before{content:"諒"}.fi-br-mosque:before{content:"量"}.fi-br-mosquito-net:before{content:"勵"}.fi-br-mosquito:before{content:"呂"}.fi-br-motorcycle:before{content:"女"}.fi-br-mound:before{content:"廬"}.fi-br-mountain-city:before{content:"旅"}.fi-br-mountain:before{content:"濾"}.fi-br-mountains:before{content:"礪"}.fi-br-mouse-field:before{content:"閭"}.fi-br-mouse:before{content:"驪"}.fi-br-mov-file:before{content:"麗"}.fi-br-move-to-folder-2:before{content:"黎"}.fi-br-move-to-folder:before{content:"力"}.fi-br-mp3-file:before{content:"曆"}.fi-br-mp3-player:before{content:"歷"}.fi-br-mp4-file:before{content:"轢"}.fi-br-mug-alt:before{content:"年"}.fi-br-mug-hot-alt:before{content:"憐"}.fi-br-mug-hot:before{content:"戀"}.fi-br-mug-marshmallows:before{content:"撚"}.fi-br-mug-tea-saucer:before{content:"漣"}.fi-br-mug-tea:before{content:"煉"}.fi-br-mug:before{content:"璉"}.fi-br-multiple-alt:before{content:"秊"}.fi-br-multiple:before{content:"練"}.fi-br-muscle:before{content:"聯"}.fi-br-mushroom-alt:before{content:"輦"}.fi-br-mushroom:before{content:"蓮"}.fi-br-music-alt:before{content:"連"}.fi-br-music-file:before{content:"鍊"}.fi-br-music-note-slash:before{content:"列"}.fi-br-music-note:before{content:"劣"}.fi-br-music-slash:before{content:"咽"}.fi-br-music:before{content:"烈"}.fi-br-n:before{content:"裂"}.fi-br-naira-sign:before{content:"說"}.fi-br-narwhal:before{content:"廉"}.fi-br-navigation:before{content:"念"}.fi-br-nesting-dolls:before{content:"捻"}.fi-br-network-analytic:before{content:"殮"}.fi-br-network-cloud:before{content:"簾"}.fi-br-network:before{content:"獵"}.fi-br-neuter:before{content:"令"}.fi-br-newsletter-subscribe:before{content:"囹"}.fi-br-newspaper-open:before{content:"寧"}.fi-br-newspaper:before{content:"嶺"}.fi-br-nfc-lock:before{content:"怜"}.fi-br-nfc-magnifying-glass:before{content:"玲"}.fi-br-nfc-pen:before{content:"瑩"}.fi-br-nfc-slash:before{content:"羚"}.fi-br-nfc-trash:before{content:"聆"}.fi-br-nfc:before{content:"鈴"}.fi-br-night-day:before{content:"零"}.fi-br-no-fee:before{content:"靈"}.fi-br-no-people:before{content:"領"}.fi-br-noodles:before{content:"例"}.fi-br-nose:before{content:"禮"}.fi-br-not-equal:before{content:"醴"}.fi-br-not-found-alt:before{content:"隸"}.fi-br-not-found-magnifying-glass:before{content:"惡"}.fi-br-not-found:before{content:"了"}.fi-br-notdef:before{content:"僚"}.fi-br-note-medical:before{content:"寮"}.fi-br-note-sticky:before{content:"尿"}.fi-br-note:before{content:"料"}.fi-br-notebook-alt:before{content:"樂"}.fi-br-notebook:before{content:"燎"}.fi-br-notes-medical:before{content:"療"}.fi-br-notes:before{content:"蓼"}.fi-br-o:before{content:"遼"}.fi-br-object-exclude:before{content:"龍"}.fi-br-object-group:before{content:"暈"}.fi-br-object-intersect:before{content:"阮"}.fi-br-object-subtract:before{content:"劉"}.fi-br-object-ungroup:before{content:"杻"}.fi-br-object-union:before{content:"柳"}.fi-br-objects-column:before{content:"流"}.fi-br-octagon-check:before{content:"溜"}.fi-br-octagon-divide:before{content:"琉"}.fi-br-octagon-exclamation:before{content:"留"}.fi-br-octagon-minus:before{content:"硫"}.fi-br-octagon-plus:before{content:"紐"}.fi-br-octagon-xmark:before{content:"類"}.fi-br-octagon:before{content:"六"}.fi-br-oil-can:before{content:"戮"}.fi-br-oil-temp:before{content:"陸"}.fi-br-olive-oil:before{content:"倫"}.fi-br-olive:before{content:"崙"}.fi-br-olives:before{content:"淪"}.fi-br-om:before{content:"輪"}.fi-br-omega:before{content:"律"}.fi-br-onboarding:before{content:"慄"}.fi-br-onion:before{content:"栗"}.fi-br-opacity:before{content:"率"}.fi-br-open-mail-clip:before{content:"隆"}.fi-br-operating-system-upgrade:before{content:"利"}.fi-br-operation:before{content:"吏"}.fi-br-order-history:before{content:"履"}.fi-br-organization-chart:before{content:"易"}.fi-br-ornament:before{content:"李"}.fi-br-otp:before{content:"梨"}.fi-br-otter:before{content:"泥"}.fi-br-outdent:before{content:"理"}.fi-br-oval-alt:before{content:"痢"}.fi-br-oval:before{content:"罹"}.fi-br-oven:before{content:"裏"}.fi-br-overline:before{content:"裡"}.fi-br-overview:before{content:"里"}.fi-br-p:before{content:"離"}.fi-br-package:before{content:"匿"}.fi-br-padlock-check:before{content:"溺"}.fi-br-page-break:before{content:"吝"}.fi-br-pager:before{content:"燐"}.fi-br-paid:before{content:"璘"}.fi-br-paint-brush:before{content:"藺"}.fi-br-paint-roller:before{content:"隣"}.fi-br-paintbrush-pencil:before{content:"鱗"}.fi-br-palette:before{content:"麟"}.fi-br-pallet-alt:before{content:"林"}.fi-br-pallet:before{content:"淋"}.fi-br-pan-food:before{content:"臨"}.fi-br-pan-frying:before{content:"立"}.fi-br-pan:before{content:"笠"}.fi-br-pancakes:before{content:"粒"}.fi-br-panorama:before{content:"狀"}.fi-br-paper-plane-launch:before{content:"炙"}.fi-br-paper-plane-top:before{content:"識"}.fi-br-paper-plane:before{content:"什"}.fi-br-paperclip-vertical:before{content:"茶"}.fi-br-parachute-box:before{content:"刺"}.fi-br-paragraph-left:before{content:"切"}.fi-br-paragraph:before{content:"度"}.fi-br-parking-circle-slash:before{content:"拓"}.fi-br-parking-circle:before{content:"糖"}.fi-br-parking-slash:before{content:"宅"}.fi-br-parking:before{content:"洞"}.fi-br-party-bell:before{content:"暴"}.fi-br-party-horn:before{content:"輻"}.fi-br-passport:before{content:"行"}.fi-br-password-alt:before{content:"降"}.fi-br-password-computer:before{content:"見"}.fi-br-password-email:before{content:"廓"}.fi-br-password-smartphone:before{content:"兀"}.fi-br-password:before{content:"嗀"}.fi-br-paste:before{content:"﨎"}.fi-br-pattern:before{content:"﨏"}.fi-br-pause-circle:before{content:"塚"}.fi-br-pause-square:before{content:"﨑"}.fi-br-pause:before{content:"晴"}.fi-br-paw-claws:before{content:"﨓"}.fi-br-paw-heart:before{content:"﨔"}.fi-br-paw:before{content:"凞"}.fi-br-payment-pos:before{content:"猪"}.fi-br-payroll-calendar:before{content:"益"}.fi-br-payroll-check:before{content:"礼"}.fi-br-payroll:before{content:"神"}.fi-br-peace:before{content:"祥"}.fi-br-peach:before{content:"福"}.fi-br-peanut:before{content:"靖"}.fi-br-peanuts:before{content:"精"}.fi-br-peapod:before{content:"羽"}.fi-br-pear:before{content:"﨟"}.fi-br-pedestal:before{content:"蘒"}.fi-br-pen-circle:before{content:"﨡"}.fi-br-pen-clip-slash:before{content:"諸"}.fi-br-pen-clip:before{content:"﨣"}.fi-br-pen-fancy-slash:before{content:"﨤"}.fi-br-pen-fancy:before{content:"逸"}.fi-br-pen-field:before{content:"都"}.fi-br-pen-nib-slash:before{content:"﨧"}.fi-br-pen-nib:before{content:"﨨"}.fi-br-pen-slash:before{content:"﨩"}.fi-br-pen-square:before{content:"飯"}.fi-br-pen-swirl:before{content:"飼"}.fi-br-pencil-paintbrush:before{content:"館"}.fi-br-pencil-ruler:before{content:"鶴"}.fi-br-pencil-slash:before{content:"郞"}.fi-br-pencil:before{content:"隷"}.fi-br-pending:before{content:"侮"}.fi-br-pennant:before{content:"僧"}.fi-br-people-arrows-left-right:before{content:"免"}.fi-br-people-carry-box:before{content:"勉"}.fi-br-people-dress:before{content:"勤"}.fi-br-people-network-partner:before{content:"卑"}.fi-br-people-pants:before{content:"喝"}.fi-br-people-poll:before{content:"嘆"}.fi-br-people-pulling:before{content:"器"}.fi-br-people-roof:before{content:"塀"}.fi-br-people:before{content:"墨"}.fi-br-pepper-alt:before{content:"層"}.fi-br-pepper-hot:before{content:"屮"}.fi-br-pepper:before{content:"悔"}.fi-br-percent-10:before{content:"慨"}.fi-br-percent-100:before{content:"憎"}.fi-br-percent-20:before{content:"懲"}.fi-br-percent-25:before{content:"敏"}.fi-br-percent-30:before{content:"既"}.fi-br-percent-40:before{content:"暑"}.fi-br-percent-50:before{content:"梅"}.fi-br-percent-60:before{content:"海"}.fi-br-percent-70:before{content:"渚"}.fi-br-percent-75:before{content:"漢"}.fi-br-percent-80:before{content:"煮"}.fi-br-percent-90:before{content:"爫"}.fi-br-percentage:before{content:"琢"}.fi-br-person-burst:before{content:"碑"}.fi-br-person-carry-box:before{content:"社"}.fi-br-person-circle-check:before{content:"祉"}.fi-br-person-circle-exclamation:before{content:"祈"}.fi-br-person-circle-minus:before{content:"祐"}.fi-br-person-circle-plus:before{content:"祖"}.fi-br-person-circle-question:before{content:"祝"}.fi-br-person-circle-xmark:before{content:"禍"}.fi-br-person-cv:before{content:"禎"}.fi-br-person-dolly-empty:before{content:"穀"}.fi-br-person-dolly:before{content:"突"}.fi-br-person-dress-simple:before{content:"節"}.fi-br-person-dress:before{content:"練"}.fi-br-person-luggage:before{content:"縉"}.fi-br-person-lunge:before{content:"繁"}.fi-br-person-pilates:before{content:"署"}.fi-br-person-praying:before{content:"者"}.fi-br-person-pregnant:before{content:"臭"}.fi-br-person-seat-reclined:before{content:"艹"}.fi-br-person-seat:before{content:"艹"}.fi-br-person-shelter:before{content:"著"}.fi-br-person-sign:before{content:"褐"}.fi-br-person-simple:before{content:"視"}.fi-br-person-walking-with-cane:before{content:"謁"}.fi-br-peseta-sign:before{content:"謹"}.fi-br-peso-sign:before{content:"賓"}.fi-br-pets:before{content:"贈"}.fi-br-pharmacy:before{content:"辶"}.fi-br-phone-call:before{content:"逸"}.fi-br-phone-cross:before{content:"難"}.fi-br-phone-flip:before{content:"響"}.fi-br-phone-guide:before{content:"頻"}.fi-br-phone-heart-message:before{content:"恵"}.fi-br-phone-office:before{content:"𤋮"}.fi-br-phone-pause:before{content:"舘"}.fi-br-phone-plus:before{content:"﩮"}.fi-br-phone-rotary:before{content:"﩯"}.fi-br-phone-slash:before{content:"並"}.fi-br-photo-capture:before{content:"况"}.fi-br-photo-film-music:before{content:"全"}.fi-br-photo-video:before{content:"侀"}.fi-br-physics:before{content:"充"}.fi-br-Pi:before{content:"冀"}.fi-br-piano-keyboard:before{content:"勇"}.fi-br-piano:before{content:"勺"}.fi-br-pickaxe:before{content:"喝"}.fi-br-picking-box:before{content:"啕"}.fi-br-picking:before{content:"喙"}.fi-br-picnic:before{content:"嗢"}.fi-br-picpeople-filled:before{content:"塚"}.fi-br-picpeople:before{content:"墳"}.fi-br-picture:before{content:"奄"}.fi-br-pie:before{content:"奔"}.fi-br-pig-bank-bulb:before{content:"婢"}.fi-br-pig-face:before{content:"嬨"}.fi-br-pig:before{content:"廒"}.fi-br-piggy-bank-budget:before{content:"廙"}.fi-br-piggy-bank:before{content:"彩"}.fi-br-pills:before{content:"徭"}.fi-br-pinata:before{content:"惘"}.fi-br-pineapple-alt:before{content:"慎"}.fi-br-pineapple:before{content:"愈"}.fi-br-ping-pong:before{content:"憎"}.fi-br-pipe-smoking:before{content:"慠"}.fi-br-pizza-slice:before{content:"懲"}.fi-br-place-of-worship:before{content:"戴"}.fi-br-plan-strategy:before{content:"揄"}.fi-br-plan:before{content:"搜"}.fi-br-plane-alt:before{content:"摒"}.fi-br-plane-arrival:before{content:"敖"}.fi-br-plane-departure:before{content:"晴"}.fi-br-plane-prop:before{content:"朗"}.fi-br-plane-slash:before{content:"望"}.fi-br-plane-tail:before{content:"杖"}.fi-br-plane:before{content:"歹"}.fi-br-planet-moon:before{content:"殺"}.fi-br-planet-ringed:before{content:"流"}.fi-br-plant-care:before{content:"滛"}.fi-br-plant-growth:before{content:"滋"}.fi-br-plant-seed-invest:before{content:"漢"}.fi-br-plant-wilt:before{content:"瀞"}.fi-br-plate-utensils:before{content:"煮"}.fi-br-plate-wheat:before{content:"瞧"}.fi-br-plate:before{content:"爵"}.fi-br-play-alt:before{content:"犯"}.fi-br-play-circle:before{content:"猪"}.fi-br-play-microphone:before{content:"瑱"}.fi-br-play-pause:before{content:"甆"}.fi-br-play:before{content:"画"}.fi-br-playing-cards:before{content:"瘝"}.fi-br-plug-alt:before{content:"瘟"}.fi-br-plug-cable:before{content:"益"}.fi-br-plug-circle-bolt:before{content:"盛"}.fi-br-plug-circle-check:before{content:"直"}.fi-br-plug-circle-exclamation:before{content:"睊"}.fi-br-plug-circle-minus:before{content:"着"}.fi-br-plug-circle-plus:before{content:"磌"}.fi-br-plug-connection:before{content:"窱"}.fi-br-plug:before{content:"節"}.fi-br-plus-hexagon:before{content:"类"}.fi-br-plus-minus:before{content:"絛"}.fi-br-plus-small:before{content:"練"}.fi-br-plus:before{content:"缾"}.fi-br-png-file:before{content:"者"}.fi-br-podcast:before{content:"荒"}.fi-br-podium-star:before{content:"華"}.fi-br-podium-victory-leader:before{content:"蝹"}.fi-br-podium:before{content:"襁"}.fi-br-point-of-sale-bill:before{content:"覆"}.fi-br-point-of-sale-signal:before{content:"視"}.fi-br-point-of-sale:before{content:"調"}.fi-br-pointer-loading:before{content:"諸"}.fi-br-pointer-text:before{content:"請"}.fi-br-poker-chip:before{content:"謁"}.fi-br-police-box:before{content:"諾"}.fi-br-poll-h:before{content:"諭"}.fi-br-pollution:before{content:"謹"}.fi-br-pompebled:before{content:"變"}.fi-br-poo-bolt:before{content:"贈"}.fi-br-poo:before{content:"輸"}.fi-br-pool-8-ball:before{content:"遲"}.fi-br-poop:before{content:"醙"}.fi-br-popcorn:before{content:"鉶"}.fi-br-popsicle:before{content:"陼"}.fi-br-portal-enter:before{content:"難"}.fi-br-portal-exit:before{content:"靖"}.fi-br-portrait:before{content:"韛"}.fi-br-postal-address:before{content:"響"}.fi-br-pot:before{content:"頋"}.fi-br-potato:before{content:"頻"}.fi-br-pound:before{content:"鬒"}.fi-br-power:before{content:"龜"}.fi-br-ppt-file:before{content:"𢡊"}.fi-br-practice:before{content:"𢡄"}.fi-br-praying-hands:before{content:"𣏕"}.fi-br-prescription-bottle-alt:before{content:"㮝"}.fi-br-prescription-bottle-pill:before{content:"䀘"}.fi-br-prescription-bottle:before{content:"䀹"}.fi-br-prescription:before{content:"𥉉"}.fi-br-presentation:before{content:"𥳐"}.fi-br-preview:before{content:"𧻓"}.fi-br-previous-square:before{content:"齃"}.fi-br-print-magnifying-glass:before{content:"龎"}.fi-br-print-slash:before{content:"﫚"}.fi-br-print:before{content:"﫛"}.fi-br-priority-arrow:before{content:"﫜"}.fi-br-priority-arrows:before{content:"﫝"}.fi-br-priority-importance:before{content:"﫞"}.fi-br-problem-solving:before{content:"﫟"}.fi-br-procedures:before{content:"﫠"}.fi-br-process:before{content:"﫡"}.fi-br-productivity:before{content:"﫢"}.fi-br-progress-complete:before{content:"﫣"}.fi-br-progress-download:before{content:"﫤"}.fi-br-progress-upload:before{content:"﫥"}.fi-br-projector:before{content:"﫦"}.fi-br-protractor:before{content:"﫧"}.fi-br-pulse:before{content:"﫨"}.fi-br-pump-medical:before{content:"﫩"}.fi-br-pump:before{content:"﫪"}.fi-br-pumpkin-alt-2:before{content:"﫫"}.fi-br-pumpkin-alt:before{content:"﫬"}.fi-br-pumpkin:before{content:"﫭"}.fi-br-puzzle-alt:before{content:"﫮"}.fi-br-puzzle-piece-integration:before{content:"﫯"}.fi-br-puzzle-piece:before{content:"﫰"}.fi-br-puzzle-pieces:before{content:"﫱"}.fi-br-pyramid:before{content:"﫲"}.fi-br-q:before{content:"﫳"}.fi-br-qr-scan:before{content:"﫴"}.fi-br-QR:before{content:"﫵"}.fi-br-qrcode:before{content:"﫶"}.fi-br-question-square:before{content:"﫷"}.fi-br-question:before{content:"﫸"}.fi-br-queue-alt:before{content:"﫹"}.fi-br-queue-line:before{content:"﫺"}.fi-br-queue-signal:before{content:"﫻"}.fi-br-queue:before{content:"﫼"}.fi-br-quill-pen-story:before{content:"﫽"}.fi-br-quiz-alt:before{content:"﫾"}.fi-br-quiz:before{content:"﫿"}.fi-br-quote-right:before{content:"ﬀ"}.fi-br-r:before{content:"ﬁ"}.fi-br-rabbit-fast:before{content:"ﬂ"}.fi-br-rabbit:before{content:"ﬃ"}.fi-br-raccoon:before{content:"ﬄ"}.fi-br-racquet:before{content:"ﬅ"}.fi-br-radar-monitoring-track:before{content:"ﬆ"}.fi-br-radar:before{content:"﬇"}.fi-br-radiation-alt:before{content:"﬈"}.fi-br-radiation:before{content:"﬉"}.fi-br-radio-alt:before{content:"﬊"}.fi-br-radio-button:before{content:"﬋"}.fi-br-radio:before{content:"﬌"}.fi-br-radish:before{content:"﬍"}.fi-br-rainbow:before{content:"﬎"}.fi-br-raindrops:before{content:"﬏"}.fi-br-ram:before{content:"﬐"}.fi-br-ramp-loading:before{content:"﬑"}.fi-br-rank:before{content:"﬒"}.fi-br-ranking-podium-empty:before{content:"ﬓ"}.fi-br-ranking-podium:before{content:"ﬔ"}.fi-br-ranking-star:before{content:"ﬕ"}.fi-br-ranking-stars:before{content:"ﬖ"}.fi-br-raygun:before{content:"ﬗ"}.fi-br-razor-barber:before{content:"﬘"}.fi-br-react:before{content:"﬙"}.fi-br-rec:before{content:"﬚"}.fi-br-receipt:before{content:"﬛"}.fi-br-recipe-book:before{content:"﬜"}.fi-br-recipe:before{content:"יִ"}.fi-br-record-vinyl:before{content:"ﬞ"}.fi-br-rectabgle-vertical:before{content:"ײַ"}.fi-br-rectangle-barcode:before{content:"ﬠ"}.fi-br-rectangle-code:before{content:"ﬡ"}.fi-br-rectangle-history-circle-plus:before{content:"ﬢ"}.fi-br-rectangle-horizontal:before{content:"ﬣ"}.fi-br-rectangle-list:before{content:"ﬤ"}.fi-br-rectangle-panoramic:before{content:"ﬥ"}.fi-br-rectangle-pro:before{content:"ﬦ"}.fi-br-rectangle-vertical-history:before{content:"ﬧ"}.fi-br-rectangle-vertical:before{content:"ﬨ"}.fi-br-rectangle-xmark:before{content:"﬩"}.fi-br-rectangles-mixed:before{content:"שׁ"}.fi-br-recycle-bin:before{content:"שׂ"}.fi-br-recycle:before{content:"שּׁ"}.fi-br-redo-alt:before{content:"שּׂ"}.fi-br-redo:before{content:"אַ"}.fi-br-reel:before{content:"אָ"}.fi-br-refer-arrow:before{content:"אּ"}.fi-br-refer:before{content:"בּ"}.fi-br-referral-alt:before{content:"גּ"}.fi-br-referral-user:before{content:"דּ"}.fi-br-referral:before{content:"הּ"}.fi-br-reflect-horizontal-alt:before{content:"וּ"}.fi-br-reflect-horizontal:before{content:"זּ"}.fi-br-reflect-vertical:before{content:"﬷"}.fi-br-reflect:before{content:"טּ"}.fi-br-refresh:before{content:"יּ"}.fi-br-refrigerator:before{content:"ךּ"}.fi-br-refund-alt:before{content:"כּ"}.fi-br-refund:before{content:"לּ"}.fi-br-region-pin-alt:before{content:"﬽"}.fi-br-region-pin:before{content:"מּ"}.fi-br-registered:before{content:"﬿"}.fi-br-registration-paper:before{content:"נּ"}.fi-br-remove-folder:before{content:"סּ"}.fi-br-remove-user:before{content:"﭂"}.fi-br-rent-signal:before{content:"ףּ"}.fi-br-rent:before{content:"פּ"}.fi-br-replace:before{content:"﭅"}.fi-br-replay-10:before{content:"צּ"}.fi-br-replay-30:before{content:"קּ"}.fi-br-replay-5:before{content:"רּ"}.fi-br-reply-all:before{content:"שּ"}.fi-br-republican:before{content:"תּ"}.fi-br-reservation-smartphone:before{content:"וֹ"}.fi-br-reservation-table:before{content:"בֿ"}.fi-br-resistance-band:before{content:"כֿ"}.fi-br-resize:before{content:"פֿ"}.fi-br-resources:before{content:"ﭏ"}.fi-br-restaurant:before{content:"ﭐ"}.fi-br-restock:before{content:"ﭑ"}.fi-br-restroom-simple:before{content:"ﭒ"}.fi-br-resume:before{content:"ﭓ"}.fi-br-revenue-alt:before{content:"ﭔ"}.fi-br-revenue-euro:before{content:"ﭕ"}.fi-br-Revenue:before{content:"ﭖ"}.fi-br-review:before{content:"ﭗ"}.fi-br-rewind-button-circle:before{content:"ﭘ"}.fi-br-rewind:before{content:"ﭙ"}.fi-br-rhombus:before{content:"ﭚ"}.fi-br-ribbon:before{content:"ﭛ"}.fi-br-right-from-bracket:before{content:"ﭜ"}.fi-br-right:before{content:"ﭝ"}.fi-br-ring-diamond:before{content:"ﭞ"}.fi-br-ring:before{content:"ﭟ"}.fi-br-rings-wedding:before{content:"ﭠ"}.fi-br-risk-alt:before{content:"ﭡ"}.fi-br-risk:before{content:"ﭢ"}.fi-br-road-barrier:before{content:"ﭣ"}.fi-br-road-sign-left:before{content:"ﭤ"}.fi-br-road:before{content:"ﭥ"}.fi-br-robot:before{content:"ﭦ"}.fi-br-robotic-arm:before{content:"ﭧ"}.fi-br-rocket-lunch:before{content:"ﭨ"}.fi-br-rocket:before{content:"ﭩ"}.fi-br-roller-coaster:before{content:"ﭪ"}.fi-br-room-service:before{content:"ﭫ"}.fi-br-rotate-exclamation:before{content:"ﭬ"}.fi-br-rotate-left:before{content:"ﭭ"}.fi-br-rotate-reverse:before{content:"ﭮ"}.fi-br-rotate-right:before{content:"ﭯ"}.fi-br-rotate-square:before{content:"ﭰ"}.fi-br-roulette:before{content:"ﭱ"}.fi-br-route-highway:before{content:"ﭲ"}.fi-br-route-interstate:before{content:"ﭳ"}.fi-br-route:before{content:"ﭴ"}.fi-br-router:before{content:"ﭵ"}.fi-br-rss-alt:before{content:"ﭶ"}.fi-br-rss:before{content:"ﭷ"}.fi-br-ruble-sign:before{content:"ﭸ"}.fi-br-rugby-helmet:before{content:"ﭹ"}.fi-br-rugby:before{content:"ﭺ"}.fi-br-ruler-combined:before{content:"ﭻ"}.fi-br-ruler-horizontal:before{content:"ﭼ"}.fi-br-ruler-triangle:before{content:"ﭽ"}.fi-br-ruler-vertical:before{content:"ﭾ"}.fi-br-rules-alt:before{content:"ﭿ"}.fi-br-rules:before{content:"ﮀ"}.fi-br-running-track:before{content:"ﮁ"}.fi-br-running:before{content:"ﮂ"}.fi-br-rupee-sign:before{content:"ﮃ"}.fi-br-rupiah-sign:before{content:"ﮄ"}.fi-br-rv:before{content:"ﮅ"}.fi-br-s:before{content:"ﮆ"}.fi-br-sack-dollar:before{content:"ﮇ"}.fi-br-sack:before{content:"ﮈ"}.fi-br-sad-cry:before{content:"ﮉ"}.fi-br-sad-tear:before{content:"ﮊ"}.fi-br-sad:before{content:"ﮋ"}.fi-br-safe-box:before{content:"ﮌ"}.fi-br-sailboat:before{content:"ﮍ"}.fi-br-salad:before{content:"ﮎ"}.fi-br-salary-alt:before{content:"ﮏ"}.fi-br-salt-pepper:before{content:"ﮐ"}.fi-br-salt-shaker:before{content:"ﮑ"}.fi-br-sandwich-alt:before{content:"ﮒ"}.fi-br-sandwich:before{content:"ﮓ"}.fi-br-satellite-dish:before{content:"ﮔ"}.fi-br-satellite:before{content:"ﮕ"}.fi-br-saturday:before{content:"ﮖ"}.fi-br-sauce:before{content:"ﮗ"}.fi-br-sausage:before{content:"ﮘ"}.fi-br-sax-hot:before{content:"ﮙ"}.fi-br-saxophone:before{content:"ﮚ"}.fi-br-scale-comparison-alt:before{content:"ﮛ"}.fi-br-scale-comparison:before{content:"ﮜ"}.fi-br-scale:before{content:"ﮝ"}.fi-br-scalpel-path:before{content:"ﮞ"}.fi-br-scalpel:before{content:"ﮟ"}.fi-br-scanner-gun:before{content:"ﮠ"}.fi-br-scanner-image:before{content:"ﮡ"}.fi-br-scanner-keyboard:before{content:"ﮢ"}.fi-br-scanner-touchscreen:before{content:"ﮣ"}.fi-br-scarecrow:before{content:"ﮤ"}.fi-br-scarf:before{content:"ﮥ"}.fi-br-school-bus:before{content:"ﮦ"}.fi-br-school:before{content:"ﮧ"}.fi-br-scissors:before{content:"ﮨ"}.fi-br-scooter:before{content:"ﮩ"}.fi-br-screen:before{content:"ﮪ"}.fi-br-screencast:before{content:"ﮫ"}.fi-br-screw-alt:before{content:"ﮬ"}.fi-br-screw:before{content:"ﮭ"}.fi-br-screwdriver:before{content:"ﮮ"}.fi-br-scribble:before{content:"ﮯ"}.fi-br-script:before{content:"ﮰ"}.fi-br-scroll-document-story:before{content:"ﮱ"}.fi-br-scroll-old:before{content:"﮲"}.fi-br-scroll-torah:before{content:"﮳"}.fi-br-scroll:before{content:"﮴"}.fi-br-scrubber:before{content:"﮵"}.fi-br-scythe:before{content:"﮶"}.fi-br-sd-card:before{content:"﮷"}.fi-br-sd-cards:before{content:"﮸"}.fi-br-seal-exclamation:before{content:"﮹"}.fi-br-seal-question:before{content:"﮺"}.fi-br-seal:before{content:"﮻"}.fi-br-search-alt:before{content:"﮼"}.fi-br-search-dollar:before{content:"﮽"}.fi-br-search-heart:before{content:"﮾"}.fi-br-search-location:before{content:"﮿"}.fi-br-search:before{content:"﯀"}.fi-br-seat-airline:before{content:"﯁"}.fi-br-seatbelt-safety-driver:before{content:"﯂"}.fi-br-second-award:before{content:"﯃"}.fi-br-second-laurel:before{content:"﯄"}.fi-br-second-medal:before{content:"﯅"}.fi-br-second:before{content:"﯆"}.fi-br-seedling:before{content:"﯇"}.fi-br-selection:before{content:"﯈"}.fi-br-sell:before{content:"﯉"}.fi-br-seller-store:before{content:"﯊"}.fi-br-seller:before{content:"﯋"}.fi-br-selling:before{content:"﯌"}.fi-br-send-back:before{content:"﯍"}.fi-br-send-backward:before{content:"﯎"}.fi-br-send-money-smartphone:before{content:"﯏"}.fi-br-send-money:before{content:"﯐"}.fi-br-sensor-alert:before{content:"﯑"}.fi-br-sensor-fire:before{content:"﯒"}.fi-br-sensor-on:before{content:"ﯓ"}.fi-br-sensor-smoke:before{content:"ﯔ"}.fi-br-sensor:before{content:"ﯕ"}.fi-br-settings-sliders:before{content:"ﯖ"}.fi-br-settings:before{content:"ﯗ"}.fi-br-share-alt-square:before{content:"ﯘ"}.fi-br-share-square:before{content:"ﯙ"}.fi-br-share:before{content:"ﯚ"}.fi-br-sheep:before{content:"ﯛ"}.fi-br-shekel-sign:before{content:"ﯜ"}.fi-br-shelves:before{content:"ﯝ"}.fi-br-shield-alt:before{content:"ﯞ"}.fi-br-shield-cat:before{content:"ﯟ"}.fi-br-shield-check:before{content:"ﯠ"}.fi-br-shield-cross:before{content:"ﯡ"}.fi-br-shield-dog:before{content:"ﯢ"}.fi-br-shield-exclamation:before{content:"ﯣ"}.fi-br-shield-interrogation:before{content:"ﯤ"}.fi-br-shield-keyhole:before{content:"ﯥ"}.fi-br-shield-minus:before{content:"ﯦ"}.fi-br-shield-plus:before{content:"ﯧ"}.fi-br-shield-security-risk:before{content:"ﯨ"}.fi-br-shield-slash:before{content:"ﯩ"}.fi-br-shield-trust:before{content:"ﯪ"}.fi-br-shield-virus:before{content:"ﯫ"}.fi-br-shield-xmark:before{content:"ﯬ"}.fi-br-shield:before{content:"ﯭ"}.fi-br-ship-side:before{content:"ﯮ"}.fi-br-ship:before{content:"ﯯ"}.fi-br-shipping-fast:before{content:"ﯰ"}.fi-br-shipping-timed:before{content:"ﯱ"}.fi-br-shirt-long-sleeve:before{content:"ﯲ"}.fi-br-shirt-running:before{content:"ﯳ"}.fi-br-shirt-tank-top:before{content:"ﯴ"}.fi-br-shirt:before{content:"ﯵ"}.fi-br-shish-kebab:before{content:"ﯶ"}.fi-br-shoe-prints:before{content:"ﯷ"}.fi-br-shop-lock:before{content:"ﯸ"}.fi-br-shop-slash:before{content:"ﯹ"}.fi-br-shop:before{content:"ﯺ"}.fi-br-shopping-bag-add:before{content:"ﯻ"}.fi-br-shopping-bag:before{content:"ﯼ"}.fi-br-shopping-basket:before{content:"ﯽ"}.fi-br-shopping-cart-add:before{content:"ﯾ"}.fi-br-shopping-cart-buyer:before{content:"ﯿ"}.fi-br-shopping-cart-check:before{content:"ﰀ"}.fi-br-shopping-cart:before{content:"ﰁ"}.fi-br-shovel-snow:before{content:"ﰂ"}.fi-br-shovel:before{content:"ﰃ"}.fi-br-shower-down:before{content:"ﰄ"}.fi-br-shower:before{content:"ﰅ"}.fi-br-shredder:before{content:"ﰆ"}.fi-br-shrimp:before{content:"ﰇ"}.fi-br-shuffle:before{content:"ﰈ"}.fi-br-shuttle-van:before{content:"ﰉ"}.fi-br-shuttlecock:before{content:"ﰊ"}.fi-br-Sickle:before{content:"ﰋ"}.fi-br-sidebar-flip:before{content:"ﰌ"}.fi-br-sidebar:before{content:"ﰍ"}.fi-br-sigma:before{content:"ﰎ"}.fi-br-sign-hanging:before{content:"ﰏ"}.fi-br-sign-in-alt:before{content:"ﰐ"}.fi-br-sign-out-alt:before{content:"ﰑ"}.fi-br-sign-posts-wrench:before{content:"ﰒ"}.fi-br-sign-posts:before{content:"ﰓ"}.fi-br-sign-up:before{content:"ﰔ"}.fi-br-signal-alt-1:before{content:"ﰕ"}.fi-br-signal-alt-2:before{content:"ﰖ"}.fi-br-signal-alt-slash:before{content:"ﰗ"}.fi-br-signal-alt:before{content:"ﰘ"}.fi-br-signal-bars-fair:before{content:"ﰙ"}.fi-br-signal-bars-good:before{content:"ﰚ"}.fi-br-signal-bars-weak:before{content:"ﰛ"}.fi-br-signal-stream-slash:before{content:"ﰜ"}.fi-br-signal-stream:before{content:"ﰝ"}.fi-br-signature-lock:before{content:"ﰞ"}.fi-br-signature-slash:before{content:"ﰟ"}.fi-br-signature:before{content:"ﰠ"}.fi-br-sim-card:before{content:"ﰡ"}.fi-br-sim-cards:before{content:"ﰢ"}.fi-br-sink:before{content:"ﰣ"}.fi-br-siren-on:before{content:"ﰤ"}.fi-br-Siren:before{content:"ﰥ"}.fi-br-site-alt:before{content:"ﰦ"}.fi-br-site-browser:before{content:"ﰧ"}.fi-br-site:before{content:"ﰨ"}.fi-br-sitemap:before{content:"ﰩ"}.fi-br-skateboard:before{content:"ﰪ"}.fi-br-skating:before{content:"ﰫ"}.fi-br-skeleton-ribs:before{content:"ﰬ"}.fi-br-skeleton:before{content:"ﰭ"}.fi-br-skewer:before{content:"ﰮ"}.fi-br-ski-boot-ski:before{content:"ﰯ"}.fi-br-ski-jump:before{content:"ﰰ"}.fi-br-ski-lift:before{content:"ﰱ"}.fi-br-skiing-nordic:before{content:"ﰲ"}.fi-br-skiing:before{content:"ﰳ"}.fi-br-skill-alt:before{content:"ﰴ"}.fi-br-skill-user:before{content:"ﰵ"}.fi-br-skill:before{content:"ﰶ"}.fi-br-skin-arrow:before{content:"ﰷ"}.fi-br-skin-drop:before{content:"ﰸ"}.fi-br-skin-hair:before{content:"ﰹ"}.fi-br-skin:before{content:"ﰺ"}.fi-br-skip-15-seconds:before{content:"ﰻ"}.fi-br-skull-cow:before{content:"ﰼ"}.fi-br-skull-crossbones:before{content:"ﰽ"}.fi-br-skull:before{content:"ﰾ"}.fi-br-slash:before{content:"ﰿ"}.fi-br-sledding:before{content:"ﱀ"}.fi-br-sleeping-bag:before{content:"ﱁ"}.fi-br-sleigh:before{content:"ﱂ"}.fi-br-sliders-h-square:before{content:"ﱃ"}.fi-br-sliders-v-square:before{content:"ﱄ"}.fi-br-sliders-v:before{content:"ﱅ"}.fi-br-slot-machine:before{content:"ﱆ"}.fi-br-smart-home-alt:before{content:"ﱇ"}.fi-br-smart-home:before{content:"ﱈ"}.fi-br-smartphone:before{content:"ﱉ"}.fi-br-smile-beam:before{content:"ﱊ"}.fi-br-smile-plus:before{content:"ﱋ"}.fi-br-smiley-comment-alt:before{content:"ﱌ"}.fi-br-smog:before{content:"ﱍ"}.fi-br-smoke:before{content:"ﱎ"}.fi-br-smoking-ban:before{content:"ﱏ"}.fi-br-smoking:before{content:"ﱐ"}.fi-br-snake:before{content:"ﱑ"}.fi-br-snap:before{content:"ﱒ"}.fi-br-snooze:before{content:"ﱓ"}.fi-br-snow-blowing:before{content:"ﱔ"}.fi-br-snowboarding:before{content:"ﱕ"}.fi-br-snowflake-droplets:before{content:"ﱖ"}.fi-br-snowflake:before{content:"ﱗ"}.fi-br-snowflakes:before{content:"ﱘ"}.fi-br-snowman-alt:before{content:"ﱙ"}.fi-br-snowman-head:before{content:"ﱚ"}.fi-br-snowmobile:before{content:"ﱛ"}.fi-br-snowplow:before{content:"ﱜ"}.fi-br-soap-alt:before{content:"ﱝ"}.fi-br-soap:before{content:"ﱞ"}.fi-br-social-network:before{content:"ﱟ"}.fi-br-socks:before{content:"ﱠ"}.fi-br-sofa-size:before{content:"ﱡ"}.fi-br-sofa:before{content:"ﱢ"}.fi-br-solar-panel-sun:before{content:"ﱣ"}.fi-br-solar-panel:before{content:"ﱤ"}.fi-br-solar-system:before{content:"ﱥ"}.fi-br-sold-house:before{content:"ﱦ"}.fi-br-sold-signal:before{content:"ﱧ"}.fi-br-sort-alpha-down-alt:before{content:"ﱨ"}.fi-br-sort-alpha-down:before{content:"ﱩ"}.fi-br-sort-alpha-up-alt:before{content:"ﱪ"}.fi-br-sort-alpha-up:before{content:"ﱫ"}.fi-br-sort-alt:before{content:"ﱬ"}.fi-br-sort-amount-down-alt:before{content:"ﱭ"}.fi-br-sort-amount-down:before{content:"ﱮ"}.fi-br-sort-amount-up-alt:before{content:"ﱯ"}.fi-br-sort-amount-up:before{content:"ﱰ"}.fi-br-sort-circle-down:before{content:"ﱱ"}.fi-br-sort-circle-up:before{content:"ﱲ"}.fi-br-sort-circle:before{content:"ﱳ"}.fi-br-sort-down:before{content:"ﱴ"}.fi-br-sort-numeric-down-alt:before{content:"ﱵ"}.fi-br-sort-numeric-down:before{content:"ﱶ"}.fi-br-sort-shapes-down:before{content:"ﱷ"}.fi-br-sort-shapes-up:before{content:"ﱸ"}.fi-br-sort-size-down:before{content:"ﱹ"}.fi-br-sort-size-up:before{content:"ﱺ"}.fi-br-sort:before{content:"ﱻ"}.fi-br-soup:before{content:"ﱼ"}.fi-br-source-data:before{content:"ﱽ"}.fi-br-source-document-alt:before{content:"ﱾ"}.fi-br-source-document:before{content:"ﱿ"}.fi-br-spa:before{content:"ﲀ"}.fi-br-space-shuttle:before{content:"ﲁ"}.fi-br-space-station-moon-alt:before{content:"ﲂ"}.fi-br-space-station-moon:before{content:"ﲃ"}.fi-br-spade:before{content:"ﲄ"}.fi-br-spaghetti-monster-flying:before{content:"ﲅ"}.fi-br-spain-map:before{content:"ﲆ"}.fi-br-sparkles:before{content:"ﲇ"}.fi-br-spartan-helmet:before{content:"ﲈ"}.fi-br-speaker:before{content:"ﲉ"}.fi-br-speakers:before{content:"ﲊ"}.fi-br-speech-bubble-story:before{content:"ﲋ"}.fi-br-speedometer-arrow:before{content:"ﲌ"}.fi-br-speedometer-kpi:before{content:"ﲍ"}.fi-br-sphere:before{content:"ﲎ"}.fi-br-spider-black-widow:before{content:"ﲏ"}.fi-br-spider-web:before{content:"ﲐ"}.fi-br-spider:before{content:"ﲑ"}.fi-br-spinner:before{content:"ﲒ"}.fi-br-split-up-relation:before{content:"ﲓ"}.fi-br-split:before{content:"ﲔ"}.fi-br-splotch:before{content:"ﲕ"}.fi-br-spoon:before{content:"ﲖ"}.fi-br-spray-can-sparkles:before{content:"ﲗ"}.fi-br-spray-can:before{content:"ﲘ"}.fi-br-spring-calendar:before{content:"ﲙ"}.fi-br-sprinkler:before{content:"ﲚ"}.fi-br-spy:before{content:"ﲛ"}.fi-br-square-0:before{content:"ﲜ"}.fi-br-square-1:before{content:"ﲝ"}.fi-br-square-2:before{content:"ﲞ"}.fi-br-square-3:before{content:"ﲟ"}.fi-br-square-4:before{content:"ﲠ"}.fi-br-square-5:before{content:"ﲡ"}.fi-br-square-6:before{content:"ﲢ"}.fi-br-square-7:before{content:"ﲣ"}.fi-br-square-8:before{content:"ﲤ"}.fi-br-square-9:before{content:"ﲥ"}.fi-br-square-a:before{content:"ﲦ"}.fi-br-square-b:before{content:"ﲧ"}.fi-br-square-bolt:before{content:"ﲨ"}.fi-br-square-c:before{content:"ﲩ"}.fi-br-square-code:before{content:"ﲪ"}.fi-br-square-d:before{content:"ﲫ"}.fi-br-square-dashed-circle-plus:before{content:"ﲬ"}.fi-br-square-dashed:before{content:"ﲭ"}.fi-br-square-divide:before{content:"ﲮ"}.fi-br-square-e:before{content:"ﲯ"}.fi-br-square-ellipsis-vertical:before{content:"ﲰ"}.fi-br-square-ellipsis:before{content:"ﲱ"}.fi-br-square-exclamation:before{content:"ﲲ"}.fi-br-square-f:before{content:"ﲳ"}.fi-br-square-g:before{content:"ﲴ"}.fi-br-square-h:before{content:"ﲵ"}.fi-br-square-heart:before{content:"ﲶ"}.fi-br-square-i:before{content:"ﲷ"}.fi-br-square-info:before{content:"ﲸ"}.fi-br-square-j:before{content:"ﲹ"}.fi-br-square-k:before{content:"ﲺ"}.fi-br-square-kanban:before{content:"ﲻ"}.fi-br-square-l:before{content:"ﲼ"}.fi-br-square-m:before{content:"ﲽ"}.fi-br-square-minus:before{content:"ﲾ"}.fi-br-square-n:before{content:"ﲿ"}.fi-br-square-o:before{content:"ﳀ"}.fi-br-square-p:before{content:"ﳁ"}.fi-br-square-phone-hangup:before{content:"ﳂ"}.fi-br-square-plus:before{content:"ﳃ"}.fi-br-square-poll-horizontal:before{content:"ﳄ"}.fi-br-square-poll-vertical:before{content:"ﳅ"}.fi-br-square-q:before{content:"ﳆ"}.fi-br-square-quote:before{content:"ﳇ"}.fi-br-square-r:before{content:"ﳈ"}.fi-br-square-root:before{content:"ﳉ"}.fi-br-square-s:before{content:"ﳊ"}.fi-br-square-small:before{content:"ﳋ"}.fi-br-square-star:before{content:"ﳌ"}.fi-br-square-t:before{content:"ﳍ"}.fi-br-square-terminal:before{content:"ﳎ"}.fi-br-square-u:before{content:"ﳏ"}.fi-br-square-up-right:before{content:"ﳐ"}.fi-br-square-v:before{content:"ﳑ"}.fi-br-square-w:before{content:"ﳒ"}.fi-br-square-x:before{content:"ﳓ"}.fi-br-square-y:before{content:"ﳔ"}.fi-br-square-z:before{content:"ﳕ"}.fi-br-square:before{content:"ﳖ"}.fi-br-squid:before{content:"ﳗ"}.fi-br-squircle:before{content:"ﳘ"}.fi-br-squirrel:before{content:"ﳙ"}.fi-br-staff:before{content:"ﳚ"}.fi-br-stage-concert:before{content:"ﳛ"}.fi-br-stage-theatre:before{content:"ﳜ"}.fi-br-stage:before{content:"ﳝ"}.fi-br-stairs:before{content:"ﳞ"}.fi-br-stamp:before{content:"ﳟ"}.fi-br-standard-definition:before{content:"ﳠ"}.fi-br-star-and-crescent:before{content:"ﳡ"}.fi-br-star-christmas:before{content:"ﳢ"}.fi-br-star-comment-alt:before{content:"ﳣ"}.fi-br-star-exclamation:before{content:"ﳤ"}.fi-br-star-octogram:before{content:"ﳥ"}.fi-br-star-of-david:before{content:"ﳦ"}.fi-br-star-rating-call:before{content:"ﳧ"}.fi-br-star-sharp-half-stroke:before{content:"ﳨ"}.fi-br-star-sharp-half:before{content:"ﳩ"}.fi-br-star-shooting:before{content:"ﳪ"}.fi-br-star:before{content:"ﳫ"}.fi-br-starfighter:before{content:"ﳬ"}.fi-br-stars:before{content:"ﳭ"}.fi-br-state-country:before{content:"ﳮ"}.fi-br-stationary-bike:before{content:"ﳯ"}.fi-br-stats:before{content:"ﳰ"}.fi-br-steak:before{content:"ﳱ"}.fi-br-steering-wheel:before{content:"ﳲ"}.fi-br-step-backward:before{content:"ﳳ"}.fi-br-step-forward:before{content:"ﳴ"}.fi-br-sterling-sign:before{content:"ﳵ"}.fi-br-stethoscope:before{content:"ﳶ"}.fi-br-sticker:before{content:"ﳷ"}.fi-br-stocking:before{content:"ﳸ"}.fi-br-stomach:before{content:"ﳹ"}.fi-br-stop-circle:before{content:"ﳺ"}.fi-br-stop-square:before{content:"ﳻ"}.fi-br-stop:before{content:"ﳼ"}.fi-br-stopwatch:before{content:"ﳽ"}.fi-br-store-alt:before{content:"ﳾ"}.fi-br-store-buyer:before{content:"ﳿ"}.fi-br-store-lock:before{content:"ﴀ"}.fi-br-store-slash:before{content:"ﴁ"}.fi-br-story-book:before{content:"ﴂ"}.fi-br-story-fairy-tale:before{content:"ﴃ"}.fi-br-story-fantasy:before{content:"ﴄ"}.fi-br-strategy-chess-risk:before{content:"ﴅ"}.fi-br-strawberry:before{content:"ﴆ"}.fi-br-street-view:before{content:"ﴇ"}.fi-br-stretcher:before{content:"ﴈ"}.fi-br-strikethrough:before{content:"ﴉ"}.fi-br-stroopwafel:before{content:"ﴊ"}.fi-br-student-alt:before{content:"ﴋ"}.fi-br-student:before{content:"ﴌ"}.fi-br-subscript:before{content:"ﴍ"}.fi-br-subscription-alt:before{content:"ﴎ"}.fi-br-subscription:before{content:"ﴏ"}.fi-br-subtitles-slash:before{content:"ﴐ"}.fi-br-subtitles:before{content:"ﴑ"}.fi-br-subway:before{content:"ﴒ"}.fi-br-suitcase-alt:before{content:"ﴓ"}.fi-br-summary-check:before{content:"ﴔ"}.fi-br-summer:before{content:"ﴕ"}.fi-br-sun-dust:before{content:"ﴖ"}.fi-br-sun-plant-wilt:before{content:"ﴗ"}.fi-br-sun-salutation-yoga:before{content:"ﴘ"}.fi-br-sun:before{content:"ﴙ"}.fi-br-sunday:before{content:"ﴚ"}.fi-br-sunglasses-alt:before{content:"ﴛ"}.fi-br-sunglasses:before{content:"ﴜ"}.fi-br-sunrise-alt:before{content:"ﴝ"}.fi-br-sunrise:before{content:"ﴞ"}.fi-br-sunset:before{content:"ﴟ"}.fi-br-superscript:before{content:"ﴠ"}.fi-br-supplier-alt:before{content:"ﴡ"}.fi-br-supplier:before{content:"ﴢ"}.fi-br-surfing:before{content:"ﴣ"}.fi-br-surprise:before{content:"ﴤ"}.fi-br-surveillance-camera:before{content:"ﴥ"}.fi-br-survey-xmark:before{content:"ﴦ"}.fi-br-sushi-alt:before{content:"ﴧ"}.fi-br-sushi-roll:before{content:"ﴨ"}.fi-br-sushi:before{content:"ﴩ"}.fi-br-svg:before{content:"ﴪ"}.fi-br-swap:before{content:"ﴫ"}.fi-br-swatchbook:before{content:"ﴬ"}.fi-br-swimmer:before{content:"ﴭ"}.fi-br-swimming-pool:before{content:"ﴮ"}.fi-br-swing:before{content:"ﴯ"}.fi-br-swipe-down:before{content:"ﴰ"}.fi-br-swipe-left:before{content:"ﴱ"}.fi-br-swipe-right:before{content:"ﴲ"}.fi-br-swipe-up:before{content:"ﴳ"}.fi-br-sword:before{content:"ﴴ"}.fi-br-symbol:before{content:"ﴵ"}.fi-br-symbols:before{content:"ﴶ"}.fi-br-synagogue:before{content:"ﴷ"}.fi-br-syringe:before{content:"ﴸ"}.fi-br-system-cloud:before{content:"ﴹ"}.fi-br-t:before{content:"ﴺ"}.fi-br-tab-folder:before{content:"ﴻ"}.fi-br-table-columns:before{content:"ﴼ"}.fi-br-table-layout:before{content:"ﴽ"}.fi-br-table-list:before{content:"﴾"}.fi-br-table-picnic:before{content:"﴿"}.fi-br-table-pivot:before{content:"﵀"}.fi-br-table-rows:before{content:"﵁"}.fi-br-table-tree:before{content:"﵂"}.fi-br-table:before{content:"﵃"}.fi-br-tablet-android-alt:before{content:"﵄"}.fi-br-tablet-android:before{content:"﵅"}.fi-br-tablet-rugged:before{content:"﵆"}.fi-br-tablet:before{content:"﵇"}.fi-br-tachometer-alt-average:before{content:"﵈"}.fi-br-tachometer-alt-fastest:before{content:"﵉"}.fi-br-tachometer-alt-slow:before{content:"﵊"}.fi-br-tachometer-alt-slowest:before{content:"﵋"}.fi-br-tachometer-average:before{content:"﵌"}.fi-br-tachometer-fast:before{content:"﵍"}.fi-br-tachometer-fastest:before{content:"﵎"}.fi-br-tachometer-slow:before{content:"﵏"}.fi-br-tachometer-slowest:before{content:"ﵐ"}.fi-br-tachometer:before{content:"ﵑ"}.fi-br-taco:before{content:"ﵒ"}.fi-br-tags:before{content:"ﵓ"}.fi-br-talent-alt:before{content:"ﵔ"}.fi-br-talent-hand:before{content:"ﵕ"}.fi-br-talent:before{content:"ﵖ"}.fi-br-tally-1:before{content:"ﵗ"}.fi-br-tally-2:before{content:"ﵘ"}.fi-br-tally-3:before{content:"ﵙ"}.fi-br-tally-4:before{content:"ﵚ"}.fi-br-tally:before{content:"ﵛ"}.fi-br-tamale:before{content:"ﵜ"}.fi-br-tank-water:before{content:"ﵝ"}.fi-br-tap:before{content:"ﵞ"}.fi-br-tape:before{content:"ﵟ"}.fi-br-target-audience:before{content:"ﵠ"}.fi-br-target:before{content:"ﵡ"}.fi-br-tax-alt:before{content:"ﵢ"}.fi-br-tax:before{content:"ﵣ"}.fi-br-taxi-bus:before{content:"ﵤ"}.fi-br-taxi:before{content:"ﵥ"}.fi-br-team-check-alt:before{content:"ﵦ"}.fi-br-team-check:before{content:"ﵧ"}.fi-br-teddy-bear:before{content:"ﵨ"}.fi-br-teeth-open:before{content:"ﵩ"}.fi-br-telescope:before{content:"ﵪ"}.fi-br-temperature-down:before{content:"ﵫ"}.fi-br-temperature-frigid:before{content:"ﵬ"}.fi-br-temperature-high:before{content:"ﵭ"}.fi-br-temperature-list:before{content:"ﵮ"}.fi-br-temperature-low:before{content:"ﵯ"}.fi-br-temperature-up:before{content:"ﵰ"}.fi-br-template-alt:before{content:"ﵱ"}.fi-br-template:before{content:"ﵲ"}.fi-br-tenge:before{content:"ﵳ"}.fi-br-tennis:before{content:"ﵴ"}.fi-br-tent-arrow-down-to-line:before{content:"ﵵ"}.fi-br-tent-arrow-left-right:before{content:"ﵶ"}.fi-br-tent-arrow-turn-left:before{content:"ﵷ"}.fi-br-tent-arrows-down:before{content:"ﵸ"}.fi-br-tents:before{content:"ﵹ"}.fi-br-terminal:before{content:"ﵺ"}.fi-br-terrace:before{content:"ﵻ"}.fi-br-test-tube:before{content:"ﵼ"}.fi-br-test:before{content:"ﵽ"}.fi-br-text-box-dots:before{content:"ﵾ"}.fi-br-text-box-edit:before{content:"ﵿ"}.fi-br-text-box:before{content:"ﶀ"}.fi-br-text-check:before{content:"ﶁ"}.fi-br-text-height:before{content:"ﶂ"}.fi-br-text-shadow:before{content:"ﶃ"}.fi-br-text-size:before{content:"ﶄ"}.fi-br-text-slash:before{content:"ﶅ"}.fi-br-text-width:before{content:"ﶆ"}.fi-br-text:before{content:"ﶇ"}.fi-br-theater-masks:before{content:"ﶈ"}.fi-br-thermometer-alt:before{content:"ﶉ"}.fi-br-thermometer-empty:before{content:"ﶊ"}.fi-br-thermometer-full:before{content:"ﶋ"}.fi-br-thermometer-half:before{content:"ﶌ"}.fi-br-thermometer-quarter:before{content:"ﶍ"}.fi-br-thermometer-three-quarters:before{content:"ﶎ"}.fi-br-theta:before{content:"ﶏ"}.fi-br-third-award:before{content:"﶐"}.fi-br-third-laurel:before{content:"﶑"}.fi-br-third-medal:before{content:"ﶒ"}.fi-br-third:before{content:"ﶓ"}.fi-br-thought-bubble:before{content:"ﶔ"}.fi-br-three-leaf-clover:before{content:"ﶕ"}.fi-br-thumbs-up-trust:before{content:"ﶖ"}.fi-br-thumbtack:before{content:"ﶗ"}.fi-br-thunderstorm-moon:before{content:"ﶘ"}.fi-br-thunderstorm-risk:before{content:"ﶙ"}.fi-br-thunderstorm-sun:before{content:"ﶚ"}.fi-br-thunderstorm:before{content:"ﶛ"}.fi-br-thursday:before{content:"ﶜ"}.fi-br-ticket-airline:before{content:"ﶝ"}.fi-br-ticket-alt:before{content:"ﶞ"}.fi-br-ticket:before{content:"ﶟ"}.fi-br-tickets-airline:before{content:"ﶠ"}.fi-br-tie:before{content:"ﶡ"}.fi-br-tilde:before{content:"ﶢ"}.fi-br-time-add:before{content:"ﶣ"}.fi-br-time-check:before{content:"ﶤ"}.fi-br-time-delete:before{content:"ﶥ"}.fi-br-time-fast:before{content:"ﶦ"}.fi-br-time-forward-sixty:before{content:"ﶧ"}.fi-br-time-forward-ten:before{content:"ﶨ"}.fi-br-time-forward:before{content:"ﶩ"}.fi-br-time-half-past:before{content:"ﶪ"}.fi-br-time-oclock:before{content:"ﶫ"}.fi-br-time-past:before{content:"ﶬ"}.fi-br-time-quarter-past:before{content:"ﶭ"}.fi-br-time-quarter-to:before{content:"ﶮ"}.fi-br-time-twenty-four:before{content:"ﶯ"}.fi-br-time-watch-calendar:before{content:"ﶰ"}.fi-br-timer-clock-call:before{content:"ﶱ"}.fi-br-times-hexagon:before{content:"ﶲ"}.fi-br-tint-slash:before{content:"ﶳ"}.fi-br-tip-coin:before{content:"ﶴ"}.fi-br-tire-flat:before{content:"ﶵ"}.fi-br-tire-pressure-warning:before{content:"ﶶ"}.fi-br-tire-rugged:before{content:"ﶷ"}.fi-br-tire:before{content:"ﶸ"}.fi-br-tired:before{content:"ﶹ"}.fi-br-to-do-alt:before{content:"ﶺ"}.fi-br-to-do:before{content:"ﶻ"}.fi-br-together-people:before{content:"ﶼ"}.fi-br-toggle-off:before{content:"ﶽ"}.fi-br-toggle-on:before{content:"ﶾ"}.fi-br-toilet-paper-blank-under:before{content:"ﶿ"}.fi-br-toilet-paper-blank:before{content:"ﷀ"}.fi-br-toilet-paper-slash:before{content:"ﷁ"}.fi-br-toilet-paper-under-slash:before{content:"ﷂ"}.fi-br-toilet-paper-under:before{content:"ﷃ"}.fi-br-toilet:before{content:"ﷄ"}.fi-br-toilets-portable:before{content:"ﷅ"}.fi-br-token:before{content:"ﷆ"}.fi-br-tomato:before{content:"ﷇ"}.fi-br-tombstone-alt:before{content:"﷈"}.fi-br-tombstone:before{content:"﷉"}.fi-br-tool-box:before{content:"﷊"}.fi-br-tool-crop:before{content:"﷋"}.fi-br-tool-marquee:before{content:"﷌"}.fi-br-tools:before{content:"﷍"}.fi-br-tooth:before{content:"﷎"}.fi-br-toothbrush:before{content:"﷏"}.fi-br-torch-inspiration-leader:before{content:"﷐"}.fi-br-torii-gate:before{content:"﷑"}.fi-br-tornado:before{content:"﷒"}.fi-br-total:before{content:"﷓"}.fi-br-tour-guide-people:before{content:"﷔"}.fi-br-tour-virtual:before{content:"﷕"}.fi-br-tower-control:before{content:"﷖"}.fi-br-track:before{content:"﷗"}.fi-br-tractor:before{content:"﷘"}.fi-br-trademark:before{content:"﷙"}.fi-br-traffic-cone:before{content:"﷚"}.fi-br-traffic-light-go:before{content:"﷛"}.fi-br-traffic-light-slow:before{content:"﷜"}.fi-br-traffic-light-stop:before{content:"﷝"}.fi-br-traffic-light:before{content:"﷞"}.fi-br-trailer:before{content:"﷟"}.fi-br-train-journey:before{content:"﷠"}.fi-br-train-side:before{content:"﷡"}.fi-br-train-station-building:before{content:"﷢"}.fi-br-train-station:before{content:"﷣"}.fi-br-train-subway-tunnel:before{content:"﷤"}.fi-br-train-track:before{content:"﷥"}.fi-br-train-tram:before{content:"﷦"}.fi-br-train:before{content:"﷧"}.fi-br-tram:before{content:"﷨"}.fi-br-transform:before{content:"﷩"}.fi-br-transformation-block:before{content:"﷪"}.fi-br-transformation-circle:before{content:"﷫"}.fi-br-transformation-design:before{content:"﷬"}.fi-br-transformation-shapes:before{content:"﷭"}.fi-br-transformer-bolt:before{content:"﷮"}.fi-br-transgender:before{content:"﷯"}.fi-br-transporter-1:before{content:"ﷰ"}.fi-br-transporter-2:before{content:"ﷱ"}.fi-br-transporter-3:before{content:"ﷲ"}.fi-br-transporter-4:before{content:"ﷳ"}.fi-br-transporter-5:before{content:"ﷴ"}.fi-br-transporter-6:before{content:"ﷵ"}.fi-br-transporter-7:before{content:"ﷶ"}.fi-br-transporter-empty:before{content:"ﷷ"}.fi-br-transporter:before{content:"ﷸ"}.fi-br-trash-can-check:before{content:"ﷹ"}.fi-br-trash-can-clock:before{content:"ﷺ"}.fi-br-trash-can-list:before{content:"ﷻ"}.fi-br-trash-can-plus:before{content:"﷼"}.fi-br-trash-can-slash:before{content:"﷽"}.fi-br-trash-check:before{content:"﷾"}.fi-br-trash-clock:before{content:"﷿"}.fi-br-trash-empty:before{content:"︐"}.fi-br-trash-list:before{content:"︑"}.fi-br-trash-plus:before{content:"︒"}.fi-br-trash-restore-alt:before{content:"︓"}.fi-br-trash-restore:before{content:"︔"}.fi-br-trash-slash:before{content:"︕"}.fi-br-trash-undo-alt:before{content:"︖"}.fi-br-trash-undo:before{content:"︗"}.fi-br-trash-xmark:before{content:"︘"}.fi-br-trash:before{content:"︙"}.fi-br-treadmill:before{content:"︚"}.fi-br-treasure-chest:before{content:"︛"}.fi-br-treatment:before{content:"︜"}.fi-br-tree-alt:before{content:"︝"}.fi-br-tree-christmas:before{content:"︞"}.fi-br-tree-deciduous:before{content:"︟"}.fi-br-tree:before{content:"︰"}.fi-br-trees-alt:before{content:"︱"}.fi-br-trees:before{content:"︲"}.fi-br-triangle-music:before{content:"︳"}.fi-br-triangle-person-digging:before{content:"︴"}.fi-br-triangle-warning:before{content:"︵"}.fi-br-triangle:before{content:"︶"}.fi-br-tricycle:before{content:"︷"}.fi-br-trillium:before{content:"︸"}.fi-br-trophy-achievement-skill:before{content:"︹"}.fi-br-trophy-star:before{content:"︺"}.fi-br-trophy:before{content:"︻"}.fi-br-truck-arrow-left:before{content:"︼"}.fi-br-truck-arrow-right:before{content:"︽"}.fi-br-truck-bolt:before{content:"︾"}.fi-br-truck-box:before{content:"︿"}.fi-br-truck-check:before{content:"﹀"}.fi-br-truck-container-empty:before{content:"﹁"}.fi-br-truck-container:before{content:"﹂"}.fi-br-truck-couch:before{content:"﹃"}.fi-br-truck-fire:before{content:"﹄"}.fi-br-truck-flatbed:before{content:"﹅"}.fi-br-truck-front:before{content:"﹆"}.fi-br-truck-ladder:before{content:"﹇"}.fi-br-truck-loading:before{content:"﹈"}.fi-br-truck-medical:before{content:"﹉"}.fi-br-truck-monster:before{content:"﹊"}.fi-br-truck-moving:before{content:"﹋"}.fi-br-truck-pickup:before{content:"﹌"}.fi-br-truck-plow:before{content:"﹍"}.fi-br-truck-ramp:before{content:"﹎"}.fi-br-truck-side:before{content:"﹏"}.fi-br-truck-tow:before{content:"﹐"}.fi-br-truck-utensils:before{content:"﹑"}.fi-br-trumpet:before{content:"﹒"}.fi-br-trust-alt:before{content:"﹓"}.fi-br-trust:before{content:"﹔"}.fi-br-tshirt:before{content:"﹕"}.fi-br-tty-answer:before{content:"﹖"}.fi-br-tty:before{content:"﹗"}.fi-br-tubes:before{content:"﹘"}.fi-br-tuesday:before{content:"﹙"}.fi-br-tugrik-sign:before{content:"﹚"}.fi-br-turkey:before{content:"﹛"}.fi-br-turn-left-down:before{content:"﹜"}.fi-br-turn-left:before{content:"﹝"}.fi-br-turn-right:before{content:"﹞"}.fi-br-turntable:before{content:"﹟"}.fi-br-turtle:before{content:"﹠"}.fi-br-tv-music:before{content:"﹡"}.fi-br-tv-retro:before{content:"﹢"}.fi-br-typewriter:before{content:"﹣"}.fi-br-u:before{content:"﹤"}.fi-br-ufo-beam:before{content:"﹥"}.fi-br-ufo:before{content:"﹦"}.fi-br-ui-ux:before{content:"﹧"}.fi-br-umbrella-beach:before{content:"﹨"}.fi-br-umbrella:before{content:"﹩"}.fi-br-under-construction:before{content:"﹪"}.fi-br-underline:before{content:"﹫"}.fi-br-undo-alt:before{content:"﹬"}.fi-br-undo:before{content:"﹭"}.fi-br-unicorn:before{content:"﹮"}.fi-br-uniform-martial-arts:before{content:"﹯"}.fi-br-universal-access:before{content:"ﹰ"}.fi-br-unlock:before{content:"ﹱ"}.fi-br-up-from-bracket:before{content:"ﹲ"}.fi-br-up-left:before{content:"ﹳ"}.fi-br-up-right-from-square:before{content:"ﹴ"}.fi-br-up-right:before{content:"﹵"}.fi-br-up:before{content:"ﹶ"}.fi-br-upload:before{content:"ﹷ"}.fi-br-url:before{content:"ﹸ"}.fi-br-usb-pendrive:before{content:"ﹹ"}.fi-br-usd-circle:before{content:"ﹺ"}.fi-br-usd-square:before{content:"ﹻ"}.fi-br-user-add:before{content:"ﹼ"}.fi-br-user-alien:before{content:"ﹽ"}.fi-br-user-astronaut:before{content:"ﹾ"}.fi-br-user-check:before{content:"ﹿ"}.fi-br-user-chef:before{content:"ﺀ"}.fi-br-user-coach:before{content:"ﺁ"}.fi-br-user-cowboy:before{content:"ﺂ"}.fi-br-user-crown:before{content:"ﺃ"}.fi-br-user-gear:before{content:"ﺄ"}.fi-br-user-graduate:before{content:"ﺅ"}.fi-br-user-headset:before{content:"ﺆ"}.fi-br-user-helmet-safety:before{content:"ﺇ"}.fi-br-user-injured:before{content:"ﺈ"}.fi-br-user-interface-ui:before{content:"ﺉ"}.fi-br-user-key:before{content:"ﺊ"}.fi-br-user-lock:before{content:"ﺋ"}.fi-br-user-md-chat:before{content:"ﺌ"}.fi-br-user-md:before{content:"ﺍ"}.fi-br-user-minus:before{content:"ﺎ"}.fi-br-user-music:before{content:"ﺏ"}.fi-br-user-ninja:before{content:"ﺐ"}.fi-br-user-nurse:before{content:"ﺑ"}.fi-br-user-pen:before{content:"ﺒ"}.fi-br-user-pilot-tie:before{content:"ﺓ"}.fi-br-user-pilot:before{content:"ﺔ"}.fi-br-user-police:before{content:"ﺕ"}.fi-br-user-robot-xmarks:before{content:"ﺖ"}.fi-br-user-robot:before{content:"ﺗ"}.fi-br-user-salary:before{content:"ﺘ"}.fi-br-user-shield:before{content:"ﺙ"}.fi-br-user-skill-gear:before{content:"ﺚ"}.fi-br-user-slash:before{content:"ﺛ"}.fi-br-user-tag:before{content:"ﺜ"}.fi-br-user-time:before{content:"ﺝ"}.fi-br-user-trust:before{content:"ﺞ"}.fi-br-user-unlock:before{content:"ﺟ"}.fi-br-user-visor:before{content:"ﺠ"}.fi-br-user-xmark:before{content:"ﺡ"}.fi-br-user:before{content:"ﺢ"}.fi-br-users-alt:before{content:"ﺣ"}.fi-br-users-class:before{content:"ﺤ"}.fi-br-users-gear:before{content:"ﺥ"}.fi-br-users-medical:before{content:"ﺦ"}.fi-br-users-slash:before{content:"ﺧ"}.fi-br-users:before{content:"ﺨ"}.fi-br-utensils-slash:before{content:"ﺩ"}.fi-br-utensils:before{content:"ﺪ"}.fi-br-utility-pole-double:before{content:"ﺫ"}.fi-br-utility-pole:before{content:"ﺬ"}.fi-br-ux-browser:before{content:"ﺭ"}.fi-br-ux:before{content:"ﺮ"}.fi-br-v:before{content:"ﺯ"}.fi-br-vacuum-robot:before{content:"ﺰ"}.fi-br-vacuum:before{content:"ﺱ"}.fi-br-value-absolute:before{content:"ﺲ"}.fi-br-vault:before{content:"ﺳ"}.fi-br-vector-alt:before{content:"ﺴ"}.fi-br-vector-circle:before{content:"ﺵ"}.fi-br-vector-polygon:before{content:"ﺶ"}.fi-br-vector:before{content:"ﺷ"}.fi-br-vest-patches:before{content:"ﺸ"}.fi-br-vest:before{content:"ﺹ"}.fi-br-video-arrow-down-left:before{content:"ﺺ"}.fi-br-video-arrow-up-right:before{content:"ﺻ"}.fi-br-video-camera-alt:before{content:"ﺼ"}.fi-br-video-camera:before{content:"ﺽ"}.fi-br-video-duration:before{content:"ﺾ"}.fi-br-video-plus:before{content:"ﺿ"}.fi-br-video-slash:before{content:"ﻀ"}.fi-br-videoconference:before{content:"ﻁ"}.fi-br-vihara:before{content:"ﻂ"}.fi-br-violin:before{content:"ﻃ"}.fi-br-virus-slash:before{content:"ﻄ"}.fi-br-virus:before{content:"ﻅ"}.fi-br-viruses:before{content:"ﻆ"}.fi-br-visit:before{content:"ﻇ"}.fi-br-voicemail:before{content:"ﻈ"}.fi-br-volcano:before{content:"ﻉ"}.fi-br-volleyball:before{content:"ﻊ"}.fi-br-volume-down:before{content:"ﻋ"}.fi-br-volume-mute:before{content:"ﻌ"}.fi-br-volume-off:before{content:"ﻍ"}.fi-br-volume-slash:before{content:"ﻎ"}.fi-br-volume:before{content:"ﻏ"}.fi-br-vote-nay:before{content:"ﻐ"}.fi-br-vote-yea:before{content:"ﻑ"}.fi-br-vr-cardboard:before{content:"ﻒ"}.fi-br-w:before{content:"ﻓ"}.fi-br-waffle:before{content:"ﻔ"}.fi-br-wagon-covered:before{content:"ﻕ"}.fi-br-walker:before{content:"ﻖ"}.fi-br-walkie-talkie:before{content:"ﻗ"}.fi-br-walking:before{content:"ﻘ"}.fi-br-wallet-arrow:before{content:"ﻙ"}.fi-br-wallet-buyer:before{content:"ﻚ"}.fi-br-wallet:before{content:"ﻛ"}.fi-br-warehouse-alt:before{content:"ﻜ"}.fi-br-warranty:before{content:"ﻝ"}.fi-br-washer:before{content:"ﻞ"}.fi-br-waste-pollution:before{content:"ﻟ"}.fi-br-waste:before{content:"ﻠ"}.fi-br-watch-calculator:before{content:"ﻡ"}.fi-br-watch-fitness:before{content:"ﻢ"}.fi-br-watch-smart:before{content:"ﻣ"}.fi-br-watch:before{content:"ﻤ"}.fi-br-water-bottle:before{content:"ﻥ"}.fi-br-water-ladder:before{content:"ﻦ"}.fi-br-water-lower:before{content:"ﻧ"}.fi-br-water-rise:before{content:"ﻨ"}.fi-br-water:before{content:"ﻩ"}.fi-br-watermelon:before{content:"ﻪ"}.fi-br-wave-sine:before{content:"ﻫ"}.fi-br-wave-square:before{content:"ﻬ"}.fi-br-wave-triangle:before{content:"ﻭ"}.fi-br-wave:before{content:"ﻮ"}.fi-br-waveform-path:before{content:"ﻯ"}.fi-br-waveform:before{content:"ﻰ"}.fi-br-web-design:before{content:"ﻱ"}.fi-br-webcam-slash:before{content:"ﻲ"}.fi-br-webcam:before{content:"ﻳ"}.fi-br-webhook:before{content:"ﻴ"}.fi-br-wednesday:before{content:"ﻵ"}.fi-br-whale:before{content:"ﻶ"}.fi-br-wheat-awn-circle-exclamation:before{content:"ﻷ"}.fi-br-wheat-awn-slash:before{content:"ﻸ"}.fi-br-wheat-awn:before{content:"ﻹ"}.fi-br-wheat-slash:before{content:"ﻺ"}.fi-br-wheat:before{content:"ﻻ"}.fi-br-wheelchair-move:before{content:"ﻼ"}.fi-br-wheelchair-sleeping:before{content:"﻽"}.fi-br-wheelchair:before{content:"﻾"}.fi-br-whistle:before{content:"＀"}.fi-br-white-space:before{content:"！"}.fi-br-wifi-1:before{content:"＂"}.fi-br-wifi-2:before{content:"＃"}.fi-br-wifi-alt:before{content:"＄"}.fi-br-wifi-exclamation:before{content:"％"}.fi-br-wifi-slash:before{content:"＆"}.fi-br-wifi:before{content:"＇"}.fi-br-wind-turbine:before{content:"（"}.fi-br-wind-warning:before{content:"）"}.fi-br-wind:before{content:"＊"}.fi-br-window-alt:before{content:"＋"}.fi-br-window-frame-open:before{content:"，"}.fi-br-window-frame:before{content:"－"}.fi-br-window-maximize:before{content:"．"}.fi-br-window-minimize:before{content:"／"}.fi-br-window-restore:before{content:"０"}.fi-br-windsock:before{content:"１"}.fi-br-wine-bottle:before{content:"２"}.fi-br-wine-glass-crack:before{content:"３"}.fi-br-wine-glass-empty:before{content:"４"}.fi-br-wink:before{content:"５"}.fi-br-wishlist-heart:before{content:"６"}.fi-br-wishlist-star:before{content:"７"}.fi-br-woman-head:before{content:"８"}.fi-br-woman-scientist:before{content:"９"}.fi-br-won-sign:before{content:"："}.fi-br-work-in-progress:before{content:"；"}.fi-br-workflow-alt:before{content:"＜"}.fi-br-workflow-setting-alt:before{content:"＝"}.fi-br-workflow-setting:before{content:"＞"}.fi-br-workflow:before{content:"？"}.fi-br-workshop:before{content:"＠"}.fi-br-world:before{content:"Ａ"}.fi-br-worm:before{content:"Ｂ"}.fi-br-wreath:before{content:"Ｃ"}.fi-br-wrench-alt:before{content:"Ｄ"}.fi-br-wrench-simple:before{content:"Ｅ"}.fi-br-x-ray:before{content:"Ｆ"}.fi-br-x:before{content:"Ｇ"}.fi-br-y:before{content:"Ｈ"}.fi-br-yen:before{content:"Ｉ"}.fi-br-yin-yang:before{content:"Ｊ"}.fi-br-z:before{content:"Ｋ"}.fi-br-zip-file:before{content:"Ｌ"}.fi-br-zoom-in:before{content:"Ｍ"}.fi-br-zoom-out:before{content:"Ｎ"}/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/:root{--app-navigation-width: 58px;--app-breadcrumb-height: 44px;--app-container-max-width: 1048px;--app-background: #fafafa;--app-theme-rgb: 255, 255, 255;--app-background-muted: rgba(0, 0, 0, .03);--app-color-hover: rgba(var(--color-primary-rgb), .1);--app-color-active: rgba(var(--color-primary-rgb), .05);--app-color-disabled: rgba(0, 0, 0, .03);--app-border-color: rgba(0, 0, 0, .05);--p-primary-color: var(--color-primary);--p-danger-color: var(--color-red);--p-warn-color: var(--color-orange);color:var(--app-text-color);font-family:Inter,sans-serif;font-size:14px}.app-table{border:1px solid var(--app-border-color);border-radius:var(--app-border-radius-md);overflow:hidden;background:#fff;box-shadow:var(--app-shadow-sm);width:100%;max-height:100%}.inner-content{padding:0 var(--app-content-inner-padding)}.inner-content.padding-top{padding-top:var(--app-content-inner-padding)}.inner-content.padding-bottom{padding-bottom:var(--app-content-inner-padding)}.space-top{margin-top:.75rem}.space-top-2{margin-top:1.5rem}.space-top-3{margin-top:2.5rem}.space-bottom{margin-bottom:.75rem}.flex-line{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.flex-line.center{justify-content:center}.flex-line.end{justify-content:flex-end}.flex-line.space-between{justify-content:space-between}.edit-answer-dialog-block{display:flex;flex-direction:column;gap:.5rem}.edit-answer-dialog-header{padding:.55rem}.edit-answer-dialog-task-info{margin-bottom:.5rem}.edit-answer-dialog-badges{display:flex;gap:.25rem;margin-bottom:.45rem;margin-left:-.35rem}.edit-answer-dialog-question{font-weight:600;margin-bottom:.25rem;color:var(--app-text-color)}.edit-answer-dialog-evaluation{font-style:italic}.edit-answer-dialog-block{margin-bottom:1.5rem}.edit-answer-dialog-block:last-child{margin-bottom:0}.p-fileupload-content{min-height:160px}/*! tailwindcss v4.2.2 | 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)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking: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-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-500:oklch(63.7% .237 25.331);--color-gray-500:oklch(55.1% .027 264.364);--color-black:#000;--color-white:#fff;--spacing:.25rem;--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: 1.5 ;--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-widest:.1em;--leading-relaxed:1.625;--radius-md:.375rem;--radius-xl:.75rem;--ease-in-out:cubic-bezier(.4, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-primary:var(--p-primary-color)}}@layer base{*,:after,:before,::backdrop{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}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;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,samp,pre{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}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\@container{container-type:inline-size}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.end{inset-inline-end:var(--spacing)}.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)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline{display:inline}.inline-flex{display:inline-flex}.h-1{height:calc(var(--spacing) * 1)}.h-12{height:calc(var(--spacing) * 12)}.h-14{height:calc(var(--spacing) * 14)}.h-screen{height:100vh}.w-14{width:calc(var(--spacing) * 14)}.w-fit{width:fit-content}.w-full{width:100%}.flex-1{flex:1}.flex-shrink,.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.scale-\[1\.06\]{scale:1.06}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.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-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.rounded-full{border-radius:3.40282e38px}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[rgb\(0\,100\,220\)\]{border-color:#0064dc}.border-\[rgba\(0\,128\,255\,0\.12\)\]{border-color:#0080ff1f}.border-\[rgba\(0\,128\,255\,0\.18\)\]{border-color:#0080ff2e}.border-\[rgba\(0\,128\,255\,0\.25\)\]{border-color:#0080ff40}.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)}}.bg-\[\#f5f7fa\]{background-color:#f5f7fa}.bg-\[rgb\(0\,128\,255\)\]{background-color:#0080ff}.bg-\[rgba\(0\,128\,255\,0\.1\)\]{background-color:#0080ff1a}.bg-\[rgba\(0\,128\,255\,0\.05\)\]{background-color:#0080ff0d}.bg-\[rgba\(0\,128\,255\,0\.07\)\]{background-color:#0080ff12}.bg-\[rgba\(0\,128\,255\,0\.08\)\]{background-color:#0080ff14}.bg-black\/10{background-color:#0000001a}@supports (color:color-mix(in lab,red,red)){.bg-black\/10{background-color:color-mix(in oklab,var(--color-black) 10%,transparent)}}.p-3{padding:calc(var(--spacing) * 3)}.px-0\.5{padding-inline:calc(var(--spacing) * .5)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-3{padding-block:calc(var(--spacing) * 3)}.pt-8{padding-top:calc(var(--spacing) * 8)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--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-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[15px\]{font-size:15px}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.whitespace-nowrap{white-space:nowrap}.text-\[rgb\(0\,100\,200\)\]{color:#0064c8}.text-\[rgb\(0\,128\,255\)\]{color:#0080ff}.text-\[rgb\(0\,140\,95\)\]{color:#008c5f}.text-black\/35{color:#00000059}@supports (color:color-mix(in lab,red,red)){.text-black\/35{color:color-mix(in oklab,var(--color-black) 35%,transparent)}}.text-black\/40{color:#0006}@supports (color:color-mix(in lab,red,red)){.text-black\/40{color:color-mix(in oklab,var(--color-black) 40%,transparent)}}.text-black\/45{color:#00000073}@supports (color:color-mix(in lab,red,red)){.text-black\/45{color:color-mix(in oklab,var(--color-black) 45%,transparent)}}.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-black\/65{color:#000000a6}@supports (color:color-mix(in lab,red,red)){.text-black\/65{color:color-mix(in oklab,var(--color-black) 65%,transparent)}}.text-black\/80{color:#000c}@supports (color:color-mix(in lab,red,red)){.text-black\/80{color:color-mix(in oklab,var(--color-black) 80%,transparent)}}.text-black\/88{color:#000000e0}@supports (color:color-mix(in lab,red,red)){.text-black\/88{color:color-mix(in oklab,var(--color-black) 88%,transparent)}}.text-gray-500{color:var(--color-gray-500)}.text-red-500{color:var(--color-red-500)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);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_2px_8px_rgba\(0\,128\,255\,0\.3\)\]{--tw-shadow:0 2px 8px var(--tw-shadow-color,#0080ff4d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.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-filter{-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,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))}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media(hover:hover){.hover\:border-\[rgb\(0\,128\,255\)\]:hover{border-color:#0080ff}.hover\:bg-\[rgba\(0\,128\,255\,0\.04\)\]:hover{background-color:#0080ff0a}.hover\:text-\[rgb\(0\,128\,255\)\]:hover{color:#0080ff}}.focus\:border-\[rgb\(0\,128\,255\)\]:focus{border-color:#0080ff}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}}@layer keyframes{@keyframes enter{0%{opacity:var(--p-enter-opacity,1);transform:translate3d(var(--p-enter-translate-x,0),var(--p-enter-translate-y,0),0) scale3d(var(--p-enter-scale,1),var(--p-enter-scale,1),var(--p-enter-scale,1)) rotate(var(--p-enter-rotate,0))}}@keyframes leave{to{opacity:var(--p-leave-opacity,1);transform:translate3d(var(--p-leave-translate-x,0),var(--p-leave-translate-y,0),0) scale3d(var(--p-leave-scale,1),var(--p-leave-scale,1),var(--p-leave-scale,1)) rotate(var(--p-leave-rotate,0))}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes infinite-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scalein{0%{opacity:0;transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);transform:scaleY(.8)}to{opacity:1;transform:scaleY(1)}}@keyframes slidedown{0%{max-height:0}to{max-height:auto}}@keyframes slideup{0%{max-height:1000px}to{max-height:0}}@keyframes fadeinleft{0%{opacity:0;transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeoutleft{0%{opacity:1;transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes fadeinright{0%{opacity:0;transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeoutright{0%{opacity:1;transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes fadeinup{0%{opacity:0;transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeoutup{0%{opacity:1;transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes fadeindown{0%{opacity:0;transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeoutdown{0%{opacity:1;transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes width{0%{width:0}to{width:100%}}@keyframes flip{0%{transform:perspective(2000px)rotateX(-100deg)}to{transform:perspective(2000px)rotateX(0)}}@keyframes flipleft{0%{opacity:0;transform:perspective(2000px)rotateY(-100deg)}to{opacity:1;transform:perspective(2000px)rotateY(0)}}@keyframes flipright{0%{opacity:0;transform:perspective(2000px)rotateY(100deg)}to{opacity:1;transform:perspective(2000px)rotateY(0)}}@keyframes flipup{0%{opacity:0;transform:perspective(2000px)rotateX(-100deg)}to{opacity:1;transform:perspective(2000px)rotateX(0)}}@keyframes zoomin{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomindown{0%{opacity:0;transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;transform:scale3d(.475,.475,.475)translateY(60px)}}@keyframes zoominleft{0%{opacity:0;transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;transform:scale3d(.475,.475,.475)translate(10px)}}}@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-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{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-ease{syntax:"*";inherits:false}
