@charset "UTF-8";/*!* Project:SafetyMails * File:jsoneditor.scss * Developed By:Diego Oliveira * Copyright(c) 2021. All rights reserved. * * --------------------------------------------------------------------------- * ESTILO DO json-editor * * A biblioteca so traz o tema "html" empacotado(conferido no bundle:nenhum * bootstrap/tailwind/spectre registrado),e esse tema emite marcacao crua — * <input>,<select>,<button>,<label>sem nenhuma classe do ktui. Por isso o * visual dele nao chega de graca:tem que ser escrito aqui. * * A versao anterior deste arquivo escrevia COR FIXA em tudo:* * background:#e4e4e4 borda:#ccc campo:#fff * texto:#181C32 rotulo:#5d5d5d botao:#009EF7 * * Nenhuma delas reage ao tema. No modo claro passava;no escuro o editor virava * uma placa cinza-clara dentro do card escuro,com texto quase preto por cima — * era o "fora do padrao" reportado. * * Agora tudo sai dos tokens do tema(--card,--muted,--input,--foreground,* --primary...). Como o tema ja redefine esses tokens no escuro,NAO existe * bloco html.dark aqui:um conjunto de regras serve aos dois modos. A unica * excecao esta comentada la embaixo,e e uma imagem,nao uma cor. * * Especificidade:este arquivo NAO esta em cascade layer e o tema esta *(@layer components). Regra sem camada vence regra em camada,entao seletor * de elemento cru aqui(input,select,button) tem forca de sobra — por isso * quase nenhum!important e necessario,e todos ficam escopados sob .jsonEditor. * --------------------------------------------------------------------------- */ .jsonEditor{background:var(--muted);padding:20px;border-radius:var(--radius);border:1px solid var(--border);color:var(--foreground)}.jsonEditor label.je-form-input-label{font-weight:normal!important;font-size:15px;color:var(--foreground)}.jsonEditor p.je-form-input-label{font-weight:normal!important;font-size:12px;color:var(--muted-foreground)}.jsonEditor .je-desc,.jsonEditor .je-form-input-description{color:var(--muted-foreground);font-size:12px}.jsonEditor .je-header,.jsonEditor .je-object__title{color:var(--foreground)}.jsonEditor .je-indented-panel{margin-top:20px!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;padding:15px!important;background:var(--card)}.jsonEditor .je-panel,.jsonEditor .je-child-editor-holder{background:transparent;border-color:var(--border)}.jsonEditor button{margin-right:5px}.jsonEditor button:last-child{margin-right:0}.jsonEditor select{margin:0!important;display:block;padding:.55rem 2.3rem .55rem 1rem;font-size:.9rem;font-weight:500;line-height:1.2;color:var(--foreground);background-color:var(--background);border:1px solid var(--input);border-radius:calc(var(--radius) - 2px);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.jsonEditor select:focus,.jsonEditor select:active,.jsonEditor select:focus-visible{outline:none;border-color:var(--ring)}.jsonEditor select.je-switcher{margin-bottom:10px!important}.jsonEditor input[type='text'],.jsonEditor input[type='number'],.jsonEditor input[type='url'],.jsonEditor input[type='email'],.jsonEditor textarea{display:block;width:100%;padding:.55rem 1rem;font-size:.9rem;font-weight:500;line-height:1.5;color:var(--foreground);background-color:var(--background);background-clip:padding-box;border:1px solid var(--input);appearance:none;border-radius:calc(var(--radius) - 2px);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.jsonEditor input[type='text']::placeholder,.jsonEditor input[type='number']::placeholder,.jsonEditor input[type='url']::placeholder,.jsonEditor input[type='email']::placeholder,.jsonEditor textarea::placeholder{color:var(--muted-foreground)}.jsonEditor input[type='text']:focus,.jsonEditor input[type='text']:active,.jsonEditor input[type='text']:focus-visible,.jsonEditor input[type='number']:focus,.jsonEditor input[type='number']:active,.jsonEditor input[type='number']:focus-visible,.jsonEditor input[type='url']:focus,.jsonEditor input[type='url']:active,.jsonEditor input[type='url']:focus-visible,.jsonEditor input[type='email']:focus,.jsonEditor input[type='email']:active,.jsonEditor input[type='email']:focus-visible,.jsonEditor textarea:focus,.jsonEditor textarea:active,.jsonEditor textarea:focus-visible{outline:none;border-color:var(--ring)}.jsonEditor input[type='checkbox'],.jsonEditor input[type='radio']{accent-color:var(--primary);cursor:pointer}.jsonEditor .form-control{padding:0!important;background:transparent;margin-bottom:20px!important;padding-bottom:20px!important}.jsonEditor .form-control p.je-form-input-label{margin-bottom:0}.jsonEditor .form-control:first-child{margin-top:15px}.jsonEditor .form-control:last-child{border-bottom:0!important;padding-bottom:20px!important;margin:0!important}.jsonEditor button{display:inline-block;font-weight:500;line-height:1.5;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;padding:4px 12px;font-size:.85rem;border-radius:calc(var(--radius) - 2px);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;border:1px solid var(--primary);color:var(--primary-foreground);background-color:var(--primary)}.jsonEditor button i{color:inherit}.jsonEditor button:hover{opacity:.9}.jsonEditor button.json-editor-btntype-add,.jsonEditor button.json-editor-btntype-cancel,.jsonEditor button.json-editor-btntype-copy,.jsonEditor button.json-editor-btntype-delete,.jsonEditor button.json-editor-btntype-deleteall,.jsonEditor button.json-editor-btntype-deletelast,.jsonEditor button.json-editor-btntype-editjson,.jsonEditor button.json-editor-btntype-move,.jsonEditor button.json-editor-btntype-properties,.jsonEditor button.json-editor-btntype-toggle,.jsonEditor button.json-editor-btn-collapse{background-color:var(--background);border-color:var(--input);color:var(--foreground)}.jsonEditor button.json-editor-btntype-add:hover,.jsonEditor button.json-editor-btntype-cancel:hover,.jsonEditor button.json-editor-btntype-copy:hover,.jsonEditor button.json-editor-btntype-delete:hover,.jsonEditor button.json-editor-btntype-deleteall:hover,.jsonEditor button.json-editor-btntype-deletelast:hover,.jsonEditor button.json-editor-btntype-editjson:hover,.jsonEditor button.json-editor-btntype-move:hover,.jsonEditor button.json-editor-btntype-properties:hover,.jsonEditor button.json-editor-btntype-toggle:hover,.jsonEditor button.json-editor-btn-collapse:hover{background-color:var(--accent);border-color:var(--border);opacity:1}.jsonEditor button.json-editor-btn-collapse{text-align:center;align-items:center;align-content:center}.jsonEditor .je-object__controls button{margin-right:5px}.jsonEditor .je-table,.jsonEditor table{color:var(--foreground)}.jsonEditor .je-table th,.jsonEditor .je-table td,.jsonEditor table th,.jsonEditor table td{border-color:var(--border)}.jsonEditor .je-table.je-table-zebra tbody tr:nth-child(odd),.jsonEditor table.je-table-zebra tbody tr:nth-child(odd){background-color:var(--muted)}.jsonEditor .je-table-border,.jsonEditor .je-border{border-color:var(--border)}.jsonEditor .je-tab,.jsonEditor .je-tab--top{background:var(--background);border-color:var(--border);color:var(--muted-foreground)}.jsonEditor .je-tab.active,.jsonEditor .je-tab--top.active{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.je-modal{background:var(--popover)!important;color:var(--popover-foreground);border:1px solid var(--border)!important;box-shadow:0 10px 30px rgba(0,0,0,0.25)!important;padding:10px!important;border-radius:var(--radius)!important}.je-modal textarea{width:100%;padding:8px;color:var(--foreground);background:var(--background);border:1px solid var(--input);border-radius:calc(var(--radius) - 2px);margin-bottom:10px}.je-modal textarea:focus,.je-modal textarea:focus-visible{outline:none;border-color:var(--ring)}.je-modal .form-control label{margin-bottom:0;color:var(--foreground)}.je-modal .form-control input[type='checkbox']{accent-color:var(--primary);cursor:pointer}.je-modal .property-selector-input{margin-bottom:10px}html.dark .jsonEditor select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239aa2c4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.my-editable-popover{--my-editable-arrow-x:16px;--my-editable-arrow-y:16px;position:absolute;z-index:10000;min-width:240px;max-width:360px;padding:14px;background:#fff;color:#1a1a1a;border:1px solid #e2e2e2;border-radius:10px;box-shadow:0 16px 30px rgba(0,0,0,0.12);opacity:0;transform:translateY(-4px) scale(0.98);transition:opacity .16s ease,transform .16s ease}.my-editable-popover.show{opacity:1;transform:translateY(0) scale(1)}.my-editable-arrow{position:absolute;width:10px;height:10px;background:#fff;border-left:1px solid #e2e2e2;border-top:1px solid #e2e2e2;transform:rotate(45deg)}.my-editable-popover[data-placement="top"] .my-editable-arrow{bottom:-6px;left:var(--my-editable-arrow-x)}.my-editable-popover[data-placement="bottom"] .my-editable-arrow{top:-6px;left:var(--my-editable-arrow-x)}.my-editable-popover[data-placement="left"] .my-editable-arrow{right:-6px;top:var(--my-editable-arrow-y)}.my-editable-popover[data-placement="right"] .my-editable-arrow{left:-6px;top:var(--my-editable-arrow-y)}.my-editable-dismiss{position:absolute;top:8px;right:8px;width:24px;height:24px;border:0;border-radius:6px;background:transparent;color:#666;cursor:pointer;line-height:15px}.my-editable-dismiss:hover{background:rgba(0,0,0,0.05);color:#000}.my-editable-header{margin-bottom:12px;padding-right:28px;font-weight:600}.my-editable-body{display:block}.my-editable__loading{font-size:13px;color:#666}.my-editable__field{display:flex;flex-direction:column;gap:6px}.my-editable__label{font-size:13px;font-weight:600;color:#333}.my-editable__input{padding:8px 10px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;font-family:inherit;outline:none}.my-editable__input:focus{border-color:#1f7ae0;box-shadow:0 0 0 2px rgba(31,122,224,0.15)}.my-editable__textarea{resize:vertical}.my-editable__actions{display:flex;gap:8px;margin-top:12px}.my-editable__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border-radius:8px;border:1px solid transparent;font-size:13px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.my-editable__btn:disabled{cursor:not-allowed;opacity:.7}.my-editable__btn--primary{background:#1f7ae0;color:#fff}.my-editable__btn--primary:hover{box-shadow:0 6px 12px rgba(31,122,224,0.2);transform:translateY(-1px)}.my-editable__btn--ghost{background:#f3f4f6;color:#333}.my-editable__btn--ghost:hover{box-shadow:0 6px 12px rgba(0,0,0,0.08);transform:translateY(-1px)}.my-editable__btn .indicator-progress{display:none;width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:my-editable-spin .8s linear infinite}.my-editable__btn.is-loading .indicator-label{opacity:.4}.my-editable__btn.is-loading .indicator-progress{display:inline-block}@keyframes my-editable-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.my-editable-toast-container{position:fixed;top:16px;right:16px;z-index:10010;display:flex;flex-direction:column;gap:10px;pointer-events:none}.my-editable-toast{min-width:220px;max-width:360px;padding:10px 14px;border-radius:10px;color:#fff;font-size:13px;box-shadow:0 12px 24px rgba(0,0,0,0.16);opacity:0;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease}.my-editable-toast.show{opacity:1;transform:translateY(0)}.my-editable-toast--success{background:#1f7a3b}.my-editable-toast--error{background:#b3261e}.my-editable-toast--info{background:#1f7ae0}@charset "UTF-8";.kt-menu-search{display:flex;gap:8px;align-items:center;padding:8px 10px}.kt-menu-item.is-filtered-out{display:none!important}.kt-menu-link.is-match{outline:2px solid rgba(59,130,246,0.55);outline-offset:2px;border-radius:10px;background:rgba(59,130,246,0.08)}.kt-menu-title mark.kt-menu-mark{background:rgba(250,204,21,0.45);color:inherit;padding:0 2px;border-radius:4px}.kt-menu-link{transition:background-color 120ms ease,outline-color 120ms ease}.dd-trigger{position:relative;padding:12px 10px}.dd-trigger .dd-trigger__icon{font-size:18px;padding:12px 4px!important}.dd-portal{position:fixed;z-index:99999;min-width:220px;max-width:320px;background:#fff;border:1px solid rgba(0,0,0,0.12);border-radius:10px;box-shadow:0 14px 40px rgba(0,0,0,0.18);padding:6px;transform-origin:top right}.dd-portal[hidden]{display:none!important}.dd-item-menu,.dd-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 10px;border-radius:8px;text-decoration:none;color:inherit;background:transparent;border:0;cursor:pointer;font-size:14px;line-height:1.2}.dd-item-menu:hover,.dd-item:hover{background:rgba(0,0,0,0.05)}.dd-item-menu.dd-danger,.dd-item.dd-danger{color:#b42318}.dd-sep{height:1px;background:rgba(0,0,0,0.08);margin:6px 0}.dark .dd-portal{background-color:#202020;border:1px solid #27272a;color:#e1dede}.dark .dd-item-menu:hover,.dark .dd-item:hover{background:#242424}.my-modal-overlay{position:fixed;inset:0;z-index:1060;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,0.55);overflow-x:hidden;overflow-y:auto}.my-modal-overlay.active{display:flex}.my-modal-overlay>.my-modal{display:none}.my-modal-overlay>.my-modal.fade-in,.my-modal-overlay>.my-modal.fade-out{display:flex}.my-modal{position:relative;width:100%;max-width:640px;max-height:calc(100vh -(24px * 2));margin:auto;display:none;flex-direction:column;background:#fff;color:#1f2937;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,0.22);overflow:hidden;transform:translateY(10px) scale(0.985);opacity:0}.my-modal:focus{outline:none}.my-modal.fade-in{animation:myModalIn .2s ease forwards}.my-modal.fade-out{animation:myModalOut .2s ease forwards}.my-modal.my-modal-md{max-width:640px}.my-modal.my-modal-lg{max-width:920px}.my-modal.my-modal-xl{max-width:1140px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto;min-height:64px;padding:18px 20px;border-bottom:1px solid #e5e7eb;background:#fff}.modal-header.my-modal-header-no-padding{padding:0 10px}.modal-title{margin:0;padding:0;min-width:0;font-size:1.125rem;font-weight:700;line-height:1.35;color:#1f2937;word-break:break-word}.modal-close{flex:0 0 auto;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:10px;background:transparent;color:#6b7280;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease}.modal-close:hover{background:#f3f4f6;color:#111827}.modal-close:active{transform:scale(0.96)}.modal-close:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.modal-close svg{width:20px;height:20px;display:block;pointer-events:none}.my-modal-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.modal-body{flex:1 1 auto;min-height:0;padding:20px;overflow-x:auto;overflow-y:auto;background:#fff}.modal-body>*:first-child{margin-top:0}.modal-body>*:last-child{margin-bottom:0}.modal-body pre{max-width:100%;white-space:pre-wrap;word-break:break-word}.modal-body iframe{display:block;width:100%;max-width:100%;border:0}.modal-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid #e5e7eb;background:#fff}.modal-scroll-area{flex:1 1 auto;min-height:0;min-width:0}.loading{min-height:140px;display:flex;align-items:center;justify-content:center;text-align:center}.spinner-border{width:1.1rem;height:1.1rem;display:inline-block;border:2px solid rgba(0,0,0,0.15);border-right-color:rgba(0,0,0,0.75);border-radius:50%;animation:myModalSpinner .75s linear infinite}.my-modal,.my-modal *{box-sizing:border-box}.my-modal img,.my-modal video,.my-modal table{max-width:100%}.my-modal table{width:100%}.dark .modal-header{background-color:#0f0f10;color:#fff;border-bottom:1px solid #2b2b2b}@media(max-width:991.98px){.my-modal-overlay{padding:18px}.my-modal{max-width:100%}.my-modal.my-modal-md,.my-modal.my-modal-lg,.my-modal.my-modal-xl{max-width:100%}}@media(max-width:767.98px){.my-modal-overlay{align-items:flex-end;padding:0}.my-modal{width:100%;max-width:100%;max-height:92vh;border-radius:16px 16px 0 0}.modal-header{min-height:58px;padding:16px}.modal-body{padding:16px}.modal-footer{padding:14px 16px 16px}}@media(max-height:700px){.my-modal-overlay{align-items:flex-start}.my-modal{margin-top:20px;margin-bottom:20px}}@keyframes myModalIn{from{opacity:0;transform:translateY(12px) scale(0.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes myModalOut{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(0.985)}}@keyframes myModalSpinner{to{transform:rotate(360deg)}}.mfv-row.error .kt-input,.mfv-row.error textarea{border:1px solid #f00!important}.mfv-row.error .select2-container .selection .select2-selection{border:1px solid #f00!important}.mfv-error-message{color:#f00;font-size:12px;margin-top:4px;animation:fadeIn .2s ease}.myphone{width:100%}.myphone__wrapper{display:flex;align-items:center;border:1px solid #e4e4e4;border-radius:8px;background:#fff;overflow:visible;position:relative}.myphone__ddi{position:relative;display:flex;align-items:center;border-right:1px solid #ddd}.myphone__ddi-btn{display:flex;align-items:center;gap:6px;padding:0 10px;height:100%;background:transparent;border:none;cursor:pointer;min-width:70px}.myphone__dropdown{position:absolute;top:calc(100%+5px);left:0;width:260px;max-height:250px;overflow-y:auto;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 5px 15px rgba(0,0,0,0.1);display:none;z-index:9999}.myphone__dropdown.open{display:block}.myphone__dropdown li{padding:8px 10px;cursor:pointer}.myphone__dropdown li:hover{background:#f2f2f2}.myphone__dropdown li span{display:flex;align-items:center;gap:8px}.myphone__input{flex:1;border:none;padding:5px 10px;font-size:14px;border:0!important}.myphone__input:focus{outline:none}.myphone__input.error{border-left:2px solid red}.dark .myphone__wrapper{background:var(--field-surface);border-color:var(--input)}.dark .myphone__ddi{border-right:1px solid var(--input)}.dark .myphone__ddi-btn{background:transparent;color:var(--foreground)}.dark .myphone__input{background:transparent;color:var(--foreground);border:0!important;overflow:hidden!important}.dark .myphone__input::placeholder{color:var(--muted-foreground)}.dark .myphone__dropdown{background:var(--popover);border-color:var(--border)}.dark .myphone__dropdown li{color:var(--popover-foreground)}.dark .myphone__dropdown li:hover{background:var(--accent)}.flag{width:20px;height:15px;background-repeat:no-repeat;display:inline-block}.flag.flag-be{width:18px}.flag.flag-ch{width:15px}.flag.flag-mc{width:19px}.flag.flag-ne{width:18px}.flag.flag-np{width:13px}.flag.flag-va{width:15px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.flag{background-size:5652px 15px}}.flag.flag-ac{height:10px;background-position:0 0}.flag.flag-ad{height:14px;background-position:-22px 0}.flag.flag-ae{height:10px;background-position:-44px 0}.flag.flag-af{height:14px;background-position:-66px 0}.flag.flag-ag{height:14px;background-position:-88px 0}.flag.flag-ai{height:10px;background-position:-110px 0}.flag.flag-al{height:15px;background-position:-132px 0}.flag.flag-am{height:10px;background-position:-154px 0}.flag.flag-ao{height:14px;background-position:-176px 0}.flag.flag-aq{height:14px;background-position:-198px 0}.flag.flag-ar{height:13px;background-position:-220px 0}.flag.flag-as{height:10px;background-position:-242px 0}.flag.flag-at{height:14px;background-position:-264px 0}.flag.flag-au{height:10px;background-position:-286px 0}.flag.flag-aw{height:14px;background-position:-308px 0}.flag.flag-ax{height:13px;background-position:-330px 0}.flag.flag-az{height:10px;background-position:-352px 0}.flag.flag-ba{height:10px;background-position:-374px 0}.flag.flag-bb{height:14px;background-position:-396px 0}.flag.flag-bd{height:12px;background-position:-418px 0}.flag.flag-be{height:15px;background-position:-440px 0}.flag.flag-bf{height:14px;background-position:-460px 0}.flag.flag-bg{height:12px;background-position:-482px 0}.flag.flag-bh{height:12px;background-position:-504px 0}.flag.flag-bi{height:12px;background-position:-526px 0}.flag.flag-bj{height:14px;background-position:-548px 0}.flag.flag-bl{height:14px;background-position:-570px 0}.flag.flag-bm{height:10px;background-position:-592px 0}.flag.flag-bn{height:10px;background-position:-614px 0}.flag.flag-bo{height:14px;background-position:-636px 0}.flag.flag-bq{height:14px;background-position:-658px 0}.flag.flag-br{height:14px;background-position:-680px 0}.flag.flag-bs{height:10px;background-position:-702px 0}.flag.flag-bt{height:14px;background-position:-724px 0}.flag.flag-bv{height:15px;background-position:-746px 0}.flag.flag-bw{height:14px;background-position:-768px 0}.flag.flag-by{height:10px;background-position:-790px 0}.flag.flag-bz{height:14px;background-position:-812px 0}.flag.flag-ca{height:10px;background-position:-834px 0}.flag.flag-cc{height:10px;background-position:-856px 0}.flag.flag-cd{height:15px;background-position:-878px 0}.flag.flag-cf{height:14px;background-position:-900px 0}.flag.flag-cg{height:14px;background-position:-922px 0}.flag.flag-ch{height:15px;background-position:-944px 0}.flag.flag-ci{height:14px;background-position:-961px 0}.flag.flag-ck{height:10px;background-position:-983px 0}.flag.flag-cl{height:14px;background-position:-1005px 0}.flag.flag-cm{height:14px;background-position:-1027px 0}.flag.flag-cn{height:14px;background-position:-1049px 0}.flag.flag-co{height:14px;background-position:-1071px 0}.flag.flag-cp{height:14px;background-position:-1093px 0}.flag.flag-cr{height:12px;background-position:-1115px 0}.flag.flag-cu{height:10px;background-position:-1137px 0}.flag.flag-cv{height:12px;background-position:-1159px 0}.flag.flag-cw{height:14px;background-position:-1181px 0}.flag.flag-cx{height:10px;background-position:-1203px 0}.flag.flag-cy{height:14px;background-position:-1225px 0}.flag.flag-cz{height:14px;background-position:-1247px 0}.flag.flag-de{height:12px;background-position:-1269px 0}.flag.flag-dg{height:10px;background-position:-1291px 0}.flag.flag-dj{height:14px;background-position:-1313px 0}.flag.flag-dk{height:15px;background-position:-1335px 0}.flag.flag-dm{height:10px;background-position:-1357px 0}.flag.flag-do{height:14px;background-position:-1379px 0}.flag.flag-dz{height:14px;background-position:-1401px 0}.flag.flag-ea{height:14px;background-position:-1423px 0}.flag.flag-ec{height:14px;background-position:-1445px 0}.flag.flag-ee{height:13px;background-position:-1467px 0}.flag.flag-eg{height:14px;background-position:-1489px 0}.flag.flag-eh{height:10px;background-position:-1511px 0}.flag.flag-er{height:10px;background-position:-1533px 0}.flag.flag-es{height:14px;background-position:-1555px 0}.flag.flag-et{height:10px;background-position:-1577px 0}.flag.flag-eu{height:14px;background-position:-1599px 0}.flag.flag-fi{height:12px;background-position:-1621px 0}.flag.flag-fj{height:10px;background-position:-1643px 0}.flag.flag-fk{height:10px;background-position:-1665px 0}.flag.flag-fm{height:11px;background-position:-1687px 0}.flag.flag-fo{height:15px;background-position:-1709px 0}.flag.flag-fr{height:14px;background-position:-1731px 0}.flag.flag-ga{height:15px;background-position:-1753px 0}.flag.flag-gb{height:10px;background-position:-1775px 0}.flag.flag-gd{height:12px;background-position:-1797px 0}.flag.flag-ge{height:14px;background-position:-1819px 0}.flag.flag-gf{height:14px;background-position:-1841px 0}.flag.flag-gg{height:14px;background-position:-1863px 0}.flag.flag-gh{height:14px;background-position:-1885px 0}.flag.flag-gi{height:10px;background-position:-1907px 0}.flag.flag-gl{height:14px;background-position:-1929px 0}.flag.flag-gm{height:14px;background-position:-1951px 0}.flag.flag-gn{height:14px;background-position:-1973px 0}.flag.flag-gp{height:14px;background-position:-1995px 0}.flag.flag-gq{height:14px;background-position:-2017px 0}.flag.flag-gr{height:14px;background-position:-2039px 0}.flag.flag-gs{height:10px;background-position:-2061px 0}.flag.flag-gt{height:13px;background-position:-2083px 0}.flag.flag-gu{height:11px;background-position:-2105px 0}.flag.flag-gw{height:10px;background-position:-2127px 0}.flag.flag-gy{height:12px;background-position:-2149px 0}.flag.flag-hk{height:14px;background-position:-2171px 0}.flag.flag-hm{height:10px;background-position:-2193px 0}.flag.flag-hn{height:10px;background-position:-2215px 0}.flag.flag-hr{height:10px;background-position:-2237px 0}.flag.flag-ht{height:12px;background-position:-2259px 0}.flag.flag-hu{height:10px;background-position:-2281px 0}.flag.flag-ic{height:14px;background-position:-2303px 0}.flag.flag-id{height:14px;background-position:-2325px 0}.flag.flag-ie{height:10px;background-position:-2347px 0}.flag.flag-il{height:15px;background-position:-2369px 0}.flag.flag-im{height:10px;background-position:-2391px 0}.flag.flag-in{height:14px;background-position:-2413px 0}.flag.flag-io{height:10px;background-position:-2435px 0}.flag.flag-iq{height:14px;background-position:-2457px 0}.flag.flag-ir{height:12px;background-position:-2479px 0}.flag.flag-is{height:15px;background-position:-2501px 0}.flag.flag-it{height:14px;background-position:-2523px 0}.flag.flag-je{height:12px;background-position:-2545px 0}.flag.flag-jm{height:10px;background-position:-2567px 0}.flag.flag-jo{height:10px;background-position:-2589px 0}.flag.flag-jp{height:14px;background-position:-2611px 0}.flag.flag-ke{height:14px;background-position:-2633px 0}.flag.flag-kg{height:12px;background-position:-2655px 0}.flag.flag-kh{height:13px;background-position:-2677px 0}.flag.flag-ki{height:10px;background-position:-2699px 0}.flag.flag-km{height:12px;background-position:-2721px 0}.flag.flag-kn{height:14px;background-position:-2743px 0}.flag.flag-kp{height:10px;background-position:-2765px 0}.flag.flag-kr{height:14px;background-position:-2787px 0}.flag.flag-kw{height:10px;background-position:-2809px 0}.flag.flag-ky{height:10px;background-position:-2831px 0}.flag.flag-kz{height:10px;background-position:-2853px 0}.flag.flag-la{height:14px;background-position:-2875px 0}.flag.flag-lb{height:14px;background-position:-2897px 0}.flag.flag-lc{height:10px;background-position:-2919px 0}.flag.flag-li{height:12px;background-position:-2941px 0}.flag.flag-lk{height:10px;background-position:-2963px 0}.flag.flag-lr{height:11px;background-position:-2985px 0}.flag.flag-ls{height:14px;background-position:-3007px 0}.flag.flag-lt{height:12px;background-position:-3029px 0}.flag.flag-lu{height:12px;background-position:-3051px 0}.flag.flag-lv{height:10px;background-position:-3073px 0}.flag.flag-ly{height:10px;background-position:-3095px 0}.flag.flag-ma{height:14px;background-position:-3117px 0}.flag.flag-mc{height:15px;background-position:-3139px 0}.flag.flag-md{height:10px;background-position:-3160px 0}.flag.flag-me{height:10px;background-position:-3182px 0}.flag.flag-mf{height:14px;background-position:-3204px 0}.flag.flag-mg{height:14px;background-position:-3226px 0}.flag.flag-mh{height:11px;background-position:-3248px 0}.flag.flag-mk{height:10px;background-position:-3270px 0}.flag.flag-ml{height:14px;background-position:-3292px 0}.flag.flag-mm{height:14px;background-position:-3314px 0}.flag.flag-mn{height:10px;background-position:-3336px 0}.flag.flag-mo{height:14px;background-position:-3358px 0}.flag.flag-mp{height:10px;background-position:-3380px 0}.flag.flag-mq{height:14px;background-position:-3402px 0}.flag.flag-mr{height:14px;background-position:-3424px 0}.flag.flag-ms{height:10px;background-position:-3446px 0}.flag.flag-mt{height:14px;background-position:-3468px 0}.flag.flag-mu{height:14px;background-position:-3490px 0}.flag.flag-mv{height:14px;background-position:-3512px 0}.flag.flag-mw{height:14px;background-position:-3534px 0}.flag.flag-mx{height:12px;background-position:-3556px 0}.flag.flag-my{height:10px;background-position:-3578px 0}.flag.flag-mz{height:14px;background-position:-3600px 0}.flag.flag-na{height:14px;background-position:-3622px 0}.flag.flag-nc{height:10px;background-position:-3644px 0}.flag.flag-ne{height:15px;background-position:-3666px 0}.flag.flag-nf{height:10px;background-position:-3686px 0}.flag.flag-ng{height:10px;background-position:-3708px 0}.flag.flag-ni{height:12px;background-position:-3730px 0}.flag.flag-nl{height:14px;background-position:-3752px 0}.flag.flag-no{height:15px;background-position:-3774px 0}.flag.flag-np{height:15px;background-position:-3796px 0}.flag.flag-nr{height:10px;background-position:-3811px 0}.flag.flag-nu{height:10px;background-position:-3833px 0}.flag.flag-nz{height:10px;background-position:-3855px 0}.flag.flag-om{height:10px;background-position:-3877px 0}.flag.flag-pa{height:14px;background-position:-3899px 0}.flag.flag-pe{height:14px;background-position:-3921px 0}.flag.flag-pf{height:14px;background-position:-3943px 0}.flag.flag-pg{height:15px;background-position:-3965px 0}.flag.flag-ph{height:10px;background-position:-3987px 0}.flag.flag-pk{height:14px;background-position:-4009px 0}.flag.flag-pl{height:13px;background-position:-4031px 0}.flag.flag-pm{height:14px;background-position:-4053px 0}.flag.flag-pn{height:10px;background-position:-4075px 0}.flag.flag-pr{height:14px;background-position:-4097px 0}.flag.flag-ps{height:10px;background-position:-4119px 0}.flag.flag-pt{height:14px;background-position:-4141px 0}.flag.flag-pw{height:13px;background-position:-4163px 0}.flag.flag-py{height:11px;background-position:-4185px 0}.flag.flag-qa{height:8px;background-position:-4207px 0}.flag.flag-re{height:14px;background-position:-4229px 0}.flag.flag-ro{height:14px;background-position:-4251px 0}.flag.flag-rs{height:14px;background-position:-4273px 0}.flag.flag-ru{height:14px;background-position:-4295px 0}.flag.flag-rw{height:14px;background-position:-4317px 0}.flag.flag-sa{height:14px;background-position:-4339px 0}.flag.flag-sb{height:10px;background-position:-4361px 0}.flag.flag-sc{height:10px;background-position:-4383px 0}.flag.flag-sd{height:10px;background-position:-4405px 0}.flag.flag-se{height:13px;background-position:-4427px 0}.flag.flag-sg{height:14px;background-position:-4449px 0}.flag.flag-sh{height:10px;background-position:-4471px 0}.flag.flag-si{height:10px;background-position:-4493px 0}.flag.flag-sj{height:15px;background-position:-4515px 0}.flag.flag-sk{height:14px;background-position:-4537px 0}.flag.flag-sl{height:14px;background-position:-4559px 0}.flag.flag-sm{height:15px;background-position:-4581px 0}.flag.flag-sn{height:14px;background-position:-4603px 0}.flag.flag-so{height:14px;background-position:-4625px 0}.flag.flag-sr{height:14px;background-position:-4647px 0}.flag.flag-ss{height:10px;background-position:-4669px 0}.flag.flag-st{height:10px;background-position:-4691px 0}.flag.flag-sv{height:12px;background-position:-4713px 0}.flag.flag-sx{height:14px;background-position:-4735px 0}.flag.flag-sy{height:14px;background-position:-4757px 0}.flag.flag-sz{height:14px;background-position:-4779px 0}.flag.flag-ta{height:10px;background-position:-4801px 0}.flag.flag-tc{height:10px;background-position:-4823px 0}.flag.flag-td{height:14px;background-position:-4845px 0}.flag.flag-tf{height:14px;background-position:-4867px 0}.flag.flag-tg{height:13px;background-position:-4889px 0}.flag.flag-th{height:14px;background-position:-4911px 0}.flag.flag-tj{height:10px;background-position:-4933px 0}.flag.flag-tk{height:10px;background-position:-4955px 0}.flag.flag-tl{height:10px;background-position:-4977px 0}.flag.flag-tm{height:14px;background-position:-4999px 0}.flag.flag-tn{height:14px;background-position:-5021px 0}.flag.flag-to{height:10px;background-position:-5043px 0}.flag.flag-tr{height:14px;background-position:-5065px 0}.flag.flag-tt{height:12px;background-position:-5087px 0}.flag.flag-tv{height:10px;background-position:-5109px 0}.flag.flag-tw{height:14px;background-position:-5131px 0}.flag.flag-tz{height:14px;background-position:-5153px 0}.flag.flag-ua{height:14px;background-position:-5175px 0}.flag.flag-ug{height:14px;background-position:-5197px 0}.flag.flag-um{height:11px;background-position:-5219px 0}.flag.flag-un{height:14px;background-position:-5241px 0}.flag.flag-us{height:11px;background-position:-5263px 0}.flag.flag-uy{height:14px;background-position:-5285px 0}.flag.flag-uz{height:10px;background-position:-5307px 0}.flag.flag-va{height:15px;background-position:-5329px 0}.flag.flag-vc{height:14px;background-position:-5346px 0}.flag.flag-ve{height:14px;background-position:-5368px 0}.flag.flag-vg{height:10px;background-position:-5390px 0}.flag.flag-vi{height:14px;background-position:-5412px 0}.flag.flag-vn{height:14px;background-position:-5434px 0}.flag.flag-vu{height:12px;background-position:-5456px 0}.flag.flag-wf{height:14px;background-position:-5478px 0}.flag.flag-ws{height:10px;background-position:-5500px 0}.flag.flag-xk{height:15px;background-position:-5522px 0}.flag.flag-ye{height:14px;background-position:-5544px 0}.flag.flag-yt{height:14px;background-position:-5566px 0}.flag.flag-za{height:14px;background-position:-5588px 0}.flag.flag-zm{height:14px;background-position:-5610px 0}.flag.flag-zw{height:10px;background-position:-5632px 0}.flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url("/assets/media/plugins/inttellinput/flags.png");background-repeat:no-repeat;background-color:#DBDBDB;background-position:20px 0}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.flag{background-image:url("/assets/media/plugins/inttellinput/flags@2x.png")}}.flag.flag-np{background-color:transparent}/*!* email-header-highlight.css — minimal theme * Only the header name(before ":") is styled;everything else is plain. */ .ehh-root{font-family:"JetBrains Mono","Fira Code",ui-monospace,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;background:#fff;color:#000;padding:20px 22px;border-radius:10px;overflow-x:auto;white-space:pre;tab-size:2}.ehh-line{white-space:pre-wrap;word-break:break-all}.ehh-header-name{color:#1a56db;font-weight:700}.wc{width:100%;font-family:inherit}.wc__nav{display:flex;justify-content:space-between;margin-bottom:16px}.wc__nav-btn{background:none;border:none;color:var(--primary);font-weight:500;cursor:pointer}.wc__nav-btn:disabled{color:var(--muted-foreground);cursor:not-allowed}.wc__week{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-bottom:20px}.wc__day{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:8px;padding:10px;text-align:center;cursor:pointer;transition:border-color .15s,background-color .15s;display:flex;flex-direction:column;gap:4px}.wc__day:hover{border-color:var(--primary)}.wc__day-week{font-size:12px;color:var(--secondary-foreground)}.wc__day-number{font-size:20px;font-weight:bold}.wc__day-month{font-size:11px;color:var(--muted-foreground)}.wc__day--selected{background:var(--accent);border-color:var(--primary)}.wc__day--disabled{opacity:.35;cursor:not-allowed}.wc__day--disabled:hover{border-color:var(--border)}.wc__hours-list{display:flex;flex-wrap:wrap;gap:10px}.wc__hour{padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--foreground);cursor:pointer;font-size:13px;transition:border-color .15s,background-color .15s}.wc__hour:hover{border-color:var(--primary)}.wc__hour--selected{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.wc__footer{margin-top:20px;text-align:center;font-size:12px;color:var(--muted-foreground)}html.dark{}html.dark .wc__day{background:var(--accent)}html.dark .wc__day--selected{background:var(--primary);border-color:var(--primary)}html.dark .wc__day--selected .wc__day-week,html.dark .wc__day--selected .wc__day-number,html.dark .wc__day--selected .wc__day-month{color:var(--primary-foreground)}html.dark .wc__hour{background:var(--accent)}html.dark .wc__hour--selected{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.easy-autocomplete{position:relative}.easy-autocomplete input{float:none}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #fff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}:root{--swal2-outline:0 0 0 3px rgba(100,150,200,0.5);--swal2-container-padding:.625em;--swal2-backdrop:rgba(0,0,0,0.4);--swal2-backdrop-transition:background-color .15s;--swal2-width:32em;--swal2-padding:0 0 1.25em;--swal2-border:none;--swal2-border-radius:.3125rem;--swal2-background:white;--swal2-color:#545454;--swal2-show-animation:swal2-show .3s;--swal2-hide-animation:swal2-hide .15s forwards;--swal2-icon-zoom:1;--swal2-icon-animations:true;--swal2-title-padding:.8em 1em 0;--swal2-html-container-padding:1em 1.6em .3em;--swal2-input-border:1px solid #d9d9d9;--swal2-input-border-radius:.1875em;--swal2-input-box-shadow:inset 0 1px 1px rgba(0,0,0,0.06),0 0 0 3px transparent;--swal2-input-background:transparent;--swal2-input-transition:border-color .2s,box-shadow .2s;--swal2-input-hover-box-shadow:inset 0 1px 1px rgba(0,0,0,0.06),0 0 0 3px transparent;--swal2-input-focus-border:1px solid #b4dbed;--swal2-input-focus-box-shadow:inset 0 1px 1px rgba(0,0,0,0.06),0 0 0 3px rgba(100,150,200,0.5);--swal2-progress-step-background:#add8e6;--swal2-validation-message-background:#f0f0f0;--swal2-validation-message-color:#666;--swal2-footer-border-color:#eee;--swal2-footer-background:transparent;--swal2-footer-color:inherit;--swal2-timer-progress-bar-background:rgba(0,0,0,0.3);--swal2-close-button-position:initial;--swal2-close-button-inset:auto;--swal2-close-button-font-size:2.5em;--swal2-close-button-color:#ccc;--swal2-close-button-transition:color .2s,box-shadow .2s;--swal2-close-button-outline:initial;--swal2-close-button-box-shadow:inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow:inset var(--swal2-outline);--swal2-close-button-hover-transform:none;--swal2-actions-justify-content:center;--swal2-actions-width:auto;--swal2-actions-margin:1.25em auto 0;--swal2-actions-padding:0;--swal2-actions-border-radius:0;--swal2-actions-background:transparent;--swal2-action-button-transition:background-color .2s,box-shadow .2s;--swal2-action-button-hover:black 10%;--swal2-action-button-active:black 10%;--swal2-confirm-button-box-shadow:none;--swal2-confirm-button-border-radius:.25em;--swal2-confirm-button-background-color:#7066e0;--swal2-confirm-button-color:#fff;--swal2-deny-button-box-shadow:none;--swal2-deny-button-border-radius:.25em;--swal2-deny-button-background-color:#dc3741;--swal2-deny-button-color:#fff;--swal2-cancel-button-box-shadow:none;--swal2-cancel-button-border-radius:.25em;--swal2-cancel-button-background-color:#6e7881;--swal2-cancel-button-color:#fff;--swal2-toast-show-animation:swal2-toast-show .5s;--swal2-toast-hide-animation:swal2-toast-hide .1s forwards;--swal2-toast-border:none;--swal2-toast-box-shadow:0 0 1px hsl(0deg 0 0 / .075),0 1px 2px hsl(0deg 0 0 / .075),1px 2px 4px hsl(0deg 0 0 / .075),1px 3px 8px hsl(0deg 0 0 / .075),2px 4px 16px hsl(0deg 0 0 / .075)}[data-swal2-theme=dark]{--swal2-dark-theme-black:#19191a;--swal2-dark-theme-white:#e1e1e1;--swal2-background:var(--swal2-dark-theme-black);--swal2-color:var(--swal2-dark-theme-white);--swal2-footer-border-color:#555;--swal2-input-background:color-mix(in srgb,var(--swal2-dark-theme-black),var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background:color-mix(in srgb,var(--swal2-dark-theme-black),var(--swal2-dark-theme-white) 10%);--swal2-validation-message-color:var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background:rgba(255,255,255,0.7)}@media(prefers-color-scheme:dark){[data-swal2-theme=auto]{--swal2-dark-theme-black:#19191a;--swal2-dark-theme-white:#e1e1e1;--swal2-background:var(--swal2-dark-theme-black);--swal2-color:var(--swal2-dark-theme-white);--swal2-footer-border-color:#555;--swal2-input-background:color-mix(in srgb,var(--swal2-dark-theme-black),var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background:color-mix(in srgb,var(--swal2-dark-theme-black),var(--swal2-dark-theme-white) 10%);--swal2-validation-message-color:var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background:rgba(255,255,255,0.7)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0)!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static!important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:rgba(0,0,0,0)!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;overflow-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:var(--swal2-timer-progress-bar-background)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:rgba(0,0,0,0);color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:rgba(0,0,0,0);color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;overflow-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message)::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:translate3d(0,-50px,0) scale(0.9);opacity:0}100%{transform:translate3d(0,0,0) scale(1);opacity:1}}@keyframes swal2-hide{0%{transform:translate3d(0,0,0) scale(1);opacity:1}100%{transform:translate3d(0,-50px,0) scale(0.9);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}.jsontree_bg{background:#FFF}.jsontree_tree{margin-left:30px;font-size:14px;list-style:none}.jsontree_child-nodes{display:none;margin-left:35px;margin-bottom:5px;line-height:2;list-style:none}.jsontree_node_expanded>.jsontree_value-wrapper>.jsontree_value>.jsontree_child-nodes{display:block}.jsontree_label-wrapper{float:left;margin-right:8px}.jsontree_label{font-weight:normal;vertical-align:top;color:#000;position:relative;padding:1px;border-radius:4px;cursor:default}.jsontree_node_marked>.jsontree_label-wrapper>.jsontree_label{background:#fff2aa}.jsontree_value-wrapper{display:block;overflow:hidden}.jsontree_node_complex>.jsontree_value-wrapper{overflow:inherit}.jsontree_value{vertical-align:top;display:inline}.jsontree_value_null{color:#777;font-weight:bold}.jsontree_value_string{color:#025900;font-weight:bold}.jsontree_value_number{color:#000E59;font-weight:bold}.jsontree_value_boolean{color:#600100;font-weight:bold}.jsontree_expand-button{position:absolute;top:3px;left:-15px;display:block;width:11px;height:11px;background-image:url('icons.svg')}.jsontree_node_expanded>.jsontree_label-wrapper>.jsontree_label>.jsontree_expand-button{background-position:0 -11px}.jsontree_show-more{cursor:pointer}.jsontree_node_expanded>.jsontree_value-wrapper>.jsontree_value>.jsontree_show-more{display:none}.jsontree_node_empty>.jsontree_label-wrapper>.jsontree_label>.jsontree_expand-button,.jsontree_node_empty>.jsontree_value-wrapper>.jsontree_value>.jsontree_show-more{display:none!important}.jsontree_node_complex>.jsontree_label-wrapper>.jsontree_label{cursor:pointer}.jsontree_node_empty>.jsontree_label-wrapper>.jsontree_label{cursor:default!important}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,white 50%,#eee 100%);background-image:-o-linear-gradient(top,white 50%,#eee 100%);background-image:linear-gradient(to bottom,white 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,white 0,#eee 50%);background-image:-o-linear-gradient(top,white 0,#eee 50%);background-image:linear-gradient(to bottom,white 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,white 100%);background-image:-o-linear-gradient(top,#eee 50%,white 100%);background-image:linear-gradient(to bottom,#eee 50%,white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:white}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0;-webkit-transform-origin:0;-webkit-transform-style:preserve-3d;transform-origin:0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:before,.noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}/*!* Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free(Icons:CC BY 4.0,Fonts:SIL OFL 1.1,Code:MIT License) * Copyright 2025 Fonticons,Inc. */ :root,:host{--fa-family-classic:"Font Awesome 7 Free";--fa-font-regular:normal 400 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-regular-400.woff2")}.far{--fa-family:var(--fa-family-classic);--fa-style:400}.fa-classic{--fa-family:var(--fa-family-classic)}.fa-regular{--fa-style:400}/*!* Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free(Icons:CC BY 4.0,Fonts:SIL OFL 1.1,Code:MIT License) * Copyright 2025 Fonticons,Inc. */ :root,:host{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url("../webfonts/fa-solid-900.woff2")}.fas{--fa-family:var(--fa-family-classic);--fa-style:900}.fa-classic{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}/*!* Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free(Icons:CC BY 4.0,Fonts:SIL OFL 1.1,Code:MIT License) * Copyright 2025 Fonticons,Inc. */ .fa-solid,.fa-regular,.fa-brands,.fa-classic,.fas,.far,.fab,.fa{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa)::before{content:var(--fa)/""}@supports not(content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa)::before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:calc(10 / 16 * 1em);line-height:calc(1 / 10 * 1em);vertical-align:calc((6 / 10 - .375) * 1em)}.fa-xs{font-size:calc(12 / 16 * 1em);line-height:calc(1 / 12 * 1em);vertical-align:calc((6 / 12 - .375) * 1em)}.fa-sm{font-size:calc(14 / 16 * 1em);line-height:calc(1 / 14 * 1em);vertical-align:calc((6 / 14 - .375) * 1em)}.fa-lg{font-size:calc(20 / 16 * 1em);line-height:calc(1 / 20 * 1em);vertical-align:calc((6 / 20 - .375) * 1em)}.fa-xl{font-size:calc(24 / 16 * 1em);line-height:calc(1 / 24 * 1em);vertical-align:calc((6 / 24 - .375) * 1em)}.fa-2xl{font-size:calc(32 / 16 * 1em);line-height:calc(1 / 32 * 1em);vertical-align:calc((6 / 32 - .375) * 1em)}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(-1 * var(--fa-li-width,2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,0.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,0.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,0.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,0.3em)}.fa-pull-right,.fa-pull-end{float:inline-end;margin-inline-start:var(--fa-pull-margin,0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.28,0.84,0.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-hashtag{--fa:"\#"}.fa-dollar-sign{--fa:"\$"}.fa-dollar{--fa:"\$"}.fa-usd{--fa:"\$"}.fa-percent{--fa:"\%"}.fa-percentage{--fa:"\%"}.fa-asterisk{--fa:"\*"}.fa-plus{--fa:"\+"}.fa-add{--fa:"\+"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-signal{--fa:"\e012"}.fa-temperature-arrow-down{--fa:"\e03f"}.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up{--fa:"\e040"}.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles{--fa:"\e05e"}.fa-hands-wash{--fa:"\e05e"}.fa-handshake-slash{--fa:"\e060"}.fa-handshake-alt-slash{--fa:"\e060"}.fa-handshake-simple-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop{--fa:"\e066"}.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows{--fa:"\e068"}.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash{--fa:"\e070"}.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-austral-sign{--fa:"\e0a9"}.fa-baht-sign{--fa:"\e0ac"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-book-bookmark{--fa:"\e0bb"}.fa-camera-rotate{--fa:"\e0d8"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-clapperboard{--fa:"\e131"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-colon-sign{--fa:"\e140"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-display{--fa:"\e163"}.fa-dong-sign{--fa:"\e169"}.fa-elevator{--fa:"\e16d"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-franc-sign{--fa:"\e18f"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-hands-clapping{--fa:"\e1a8"}.fa-house-user{--fa:"\e1b0"}.fa-home-user{--fa:"\e1b0"}.fa-indian-rupee-sign{--fa:"\e1bc"}.fa-indian-rupee{--fa:"\e1bc"}.fa-inr{--fa:"\e1bc"}.fa-kip-sign{--fa:"\e1c4"}.fa-lari-sign{--fa:"\e1c8"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-manat-sign{--fa:"\e1d5"}.fa-mask-face{--fa:"\e1d7"}.fa-mill-sign{--fa:"\e1ed"}.fa-money-bills{--fa:"\e1f3"}.fa-naira-sign{--fa:"\e1f6"}.fa-notdef{--fa:"\e1fe"}.fa-panorama{--fa:"\e209"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-plane-up{--fa:"\e22d"}.fa-rupiah-sign{--fa:"\e23d"}.fa-stairs{--fa:"\e289"}.fa-timeline{--fa:"\e29c"}.fa-truck-front{--fa:"\e2b7"}.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-try{--fa:"\e2bb"}.fa-turkish-lira{--fa:"\e2bb"}.fa-vault{--fa:"\e2c5"}.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-magic-wand-sparkles{--fa:"\e2ca"}.fa-wheat-awn{--fa:"\e2cd"}.fa-wheat-alt{--fa:"\e2cd"}.fa-wheelchair-move{--fa:"\e2ce"}.fa-wheelchair-alt{--fa:"\e2ce"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bowl-rice{--fa:"\e2eb"}.fa-person-pregnant{--fa:"\e31e"}.fa-house-chimney{--fa:"\e3af"}.fa-home-lg{--fa:"\e3af"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-cent-sign{--fa:"\e3f5"}.fa-plus-minus{--fa:"\e43c"}.fa-sailboat{--fa:"\e445"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-chart-simple{--fa:"\e473"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania{--fa:"\e47b"}.fa-globe-oceania{--fa:"\e47b"}.fa-bug-slash{--fa:"\e490"}.fa-file-circle-plus{--fa:"\e494"}.fa-shop-lock{--fa:"\e4a5"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-child-combatant{--fa:"\e4e0"}.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-staff-snake{--fa:"\e579"}.fa-rod-asclepius{--fa:"\e579"}.fa-rod-snake{--fa:"\e579"}.fa-staff-aesculapius{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-stapler{--fa:"\e5af"}.fa-train-tram{--fa:"\e5b4"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-web-awesome{--fa:"\e682"}.fa-thumbtack-slash{--fa:"\e68f"}.fa-thumb-tack-slash{--fa:"\e68f"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-pentagon{--fa:"\e790"}.fa-non-binary{--fa:"\e807"}.fa-spiral{--fa:"\e80a"}.fa-mobile-vibrate{--fa:"\e816"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-septagon{--fa:"\e820"}.fa-heptagon{--fa:"\e820"}.fa-martini-glass-empty{--fa:"\f000"}.fa-glass-martini{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass{--fa:"\f002"}.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user{--fa:"\f007"}.fa-user-alt{--fa:"\f007"}.fa-user-large{--fa:"\f007"}.fa-film{--fa:"\f008"}.fa-film-alt{--fa:"\f008"}.fa-film-simple{--fa:"\f008"}.fa-table-cells-large{--fa:"\f009"}.fa-th-large{--fa:"\f009"}.fa-table-cells{--fa:"\f00a"}.fa-th{--fa:"\f00a"}.fa-table-list{--fa:"\f00b"}.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-xmark{--fa:"\f00d"}.fa-close{--fa:"\f00d"}.fa-multiply{--fa:"\f00d"}.fa-remove{--fa:"\f00d"}.fa-times{--fa:"\f00d"}.fa-magnifying-glass-plus{--fa:"\f00e"}.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus{--fa:"\f010"}.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal{--fa:"\f012"}.fa-signal-5{--fa:"\f012"}.fa-signal-perfect{--fa:"\f012"}.fa-gear{--fa:"\f013"}.fa-cog{--fa:"\f013"}.fa-house{--fa:"\f015"}.fa-home{--fa:"\f015"}.fa-home-alt{--fa:"\f015"}.fa-home-lg-alt{--fa:"\f015"}.fa-clock{--fa:"\f017"}.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-rotate-right{--fa:"\f01e"}.fa-arrow-right-rotate{--fa:"\f01e"}.fa-arrow-rotate-forward{--fa:"\f01e"}.fa-redo{--fa:"\f01e"}.fa-arrows-rotate{--fa:"\f021"}.fa-refresh{--fa:"\f021"}.fa-sync{--fa:"\f021"}.fa-rectangle-list{--fa:"\f022"}.fa-list-alt{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones{--fa:"\f025"}.fa-headphones-alt{--fa:"\f025"}.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-low{--fa:"\f027"}.fa-volume-down{--fa:"\f027"}.fa-volume-high{--fa:"\f028"}.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera{--fa:"\f030"}.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list{--fa:"\f03a"}.fa-list-squares{--fa:"\f03a"}.fa-outdent{--fa:"\f03b"}.fa-dedent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video{--fa:"\f03d"}.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin{--fa:"\f041"}.fa-map-marker{--fa:"\f041"}.fa-circle-half-stroke{--fa:"\f042"}.fa-adjust{--fa:"\f042"}.fa-droplet{--fa:"\f043"}.fa-tint{--fa:"\f043"}.fa-pen-to-square{--fa:"\f044"}.fa-edit{--fa:"\f044"}.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-arrows{--fa:"\f047"}.fa-backward-step{--fa:"\f048"}.fa-step-backward{--fa:"\f048"}.fa-backward-fast{--fa:"\f049"}.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-forward-fast{--fa:"\f050"}.fa-fast-forward{--fa:"\f050"}.fa-forward-step{--fa:"\f051"}.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus{--fa:"\f055"}.fa-plus-circle{--fa:"\f055"}.fa-circle-minus{--fa:"\f056"}.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark{--fa:"\f057"}.fa-times-circle{--fa:"\f057"}.fa-xmark-circle{--fa:"\f057"}.fa-circle-check{--fa:"\f058"}.fa-check-circle{--fa:"\f058"}.fa-circle-question{--fa:"\f059"}.fa-question-circle{--fa:"\f059"}.fa-circle-info{--fa:"\f05a"}.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban{--fa:"\f05e"}.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-share{--fa:"\f064"}.fa-mail-forward{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus{--fa:"\f068"}.fa-subtract{--fa:"\f068"}.fa-circle-exclamation{--fa:"\f06a"}.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-triangle-exclamation{--fa:"\f071"}.fa-exclamation-triangle{--fa:"\f071"}.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-days{--fa:"\f073"}.fa-calendar-alt{--fa:"\f073"}.fa-shuffle{--fa:"\f074"}.fa-random{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping{--fa:"\f07a"}.fa-shopping-cart{--fa:"\f07a"}.fa-folder{--fa:"\f07b"}.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down{--fa:"\f07d"}.fa-arrows-v{--fa:"\f07d"}.fa-arrows-left-right{--fa:"\f07e"}.fa-arrows-h{--fa:"\f07e"}.fa-chart-bar{--fa:"\f080"}.fa-bar-chart{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-gears{--fa:"\f085"}.fa-cogs{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket{--fa:"\f08b"}.fa-sign-out{--fa:"\f08b"}.fa-thumbtack{--fa:"\f08d"}.fa-thumb-tack{--fa:"\f08d"}.fa-arrow-up-right-from-square{--fa:"\f08e"}.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket{--fa:"\f090"}.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-square-phone{--fa:"\f098"}.fa-phone-square{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card{--fa:"\f09d"}.fa-credit-card-alt{--fa:"\f09d"}.fa-rss{--fa:"\f09e"}.fa-feed{--fa:"\f09e"}.fa-hard-drive{--fa:"\f0a0"}.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-left{--fa:"\f0a8"}.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-right{--fa:"\f0a9"}.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-up{--fa:"\f0aa"}.fa-circle-arrow-down{--fa:"\f0ab"}.fa-arrow-circle-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check{--fa:"\f0ae"}.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-up-down-left-right{--fa:"\f0b2"}.fa-arrows-alt{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-link{--fa:"\f0c1"}.fa-chain{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-scissors{--fa:"\f0c4"}.fa-cut{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk{--fa:"\f0c7"}.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars{--fa:"\f0c9"}.fa-navicon{--fa:"\f0c9"}.fa-list-ul{--fa:"\f0ca"}.fa-list-dots{--fa:"\f0ca"}.fa-list-ol{--fa:"\f0cb"}.fa-list-1-2{--fa:"\f0cb"}.fa-list-numeric{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-wand-magic{--fa:"\f0d0"}.fa-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-table-columns{--fa:"\f0db"}.fa-columns{--fa:"\f0db"}.fa-sort{--fa:"\f0dc"}.fa-unsorted{--fa:"\f0dc"}.fa-sort-down{--fa:"\f0dd"}.fa-sort-desc{--fa:"\f0dd"}.fa-sort-up{--fa:"\f0de"}.fa-sort-asc{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-rotate-left{--fa:"\f0e2"}.fa-arrow-left-rotate{--fa:"\f0e2"}.fa-arrow-rotate-back{--fa:"\f0e2"}.fa-arrow-rotate-backward{--fa:"\f0e2"}.fa-undo{--fa:"\f0e2"}.fa-gavel{--fa:"\f0e3"}.fa-legal{--fa:"\f0e3"}.fa-bolt{--fa:"\f0e7"}.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-paste{--fa:"\f0ea"}.fa-file-clipboard{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left{--fa:"\f0ec"}.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down{--fa:"\f0ed"}.fa-cloud-download{--fa:"\f0ed"}.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up{--fa:"\f0ee"}.fa-cloud-upload{--fa:"\f0ee"}.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor{--fa:"\f0f0"}.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-mug-saucer{--fa:"\f0f4"}.fa-coffee{--fa:"\f0f4"}.fa-hospital{--fa:"\f0f8"}.fa-hospital-alt{--fa:"\f0f8"}.fa-hospital-wide{--fa:"\f0f8"}.fa-truck-medical{--fa:"\f0f9"}.fa-ambulance{--fa:"\f0f9"}.fa-suitcase-medical{--fa:"\f0fa"}.fa-medkit{--fa:"\f0fa"}.fa-jet-fighter{--fa:"\f0fb"}.fa-fighter-jet{--fa:"\f0fb"}.fa-beer-mug-empty{--fa:"\f0fc"}.fa-beer{--fa:"\f0fc"}.fa-square-h{--fa:"\f0fd"}.fa-h-square{--fa:"\f0fd"}.fa-square-plus{--fa:"\f0fe"}.fa-plus-square{--fa:"\f0fe"}.fa-angles-left{--fa:"\f100"}.fa-angle-double-left{--fa:"\f100"}.fa-angles-right{--fa:"\f101"}.fa-angle-double-right{--fa:"\f101"}.fa-angles-up{--fa:"\f102"}.fa-angle-double-up{--fa:"\f102"}.fa-angles-down{--fa:"\f103"}.fa-angle-double-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left{--fa:"\f10d"}.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right{--fa:"\f10e"}.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile{--fa:"\f118"}.fa-smile{--fa:"\f118"}.fa-face-frown{--fa:"\f119"}.fa-frown{--fa:"\f119"}.fa-face-meh{--fa:"\f11a"}.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-reply-all{--fa:"\f122"}.fa-mail-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-link-slash{--fa:"\f127"}.fa-chain-broken{--fa:"\f127"}.fa-chain-slash{--fa:"\f127"}.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield{--fa:"\f132"}.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-left{--fa:"\f137"}.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-right{--fa:"\f138"}.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-up{--fa:"\f139"}.fa-circle-chevron-down{--fa:"\f13a"}.fa-chevron-circle-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-keyhole{--fa:"\f13e"}.fa-unlock-alt{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis{--fa:"\f141"}.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-vertical{--fa:"\f142"}.fa-ellipsis-v{--fa:"\f142"}.fa-square-rss{--fa:"\f143"}.fa-rss-square{--fa:"\f143"}.fa-circle-play{--fa:"\f144"}.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-square-minus{--fa:"\f146"}.fa-minus-square{--fa:"\f146"}.fa-arrow-turn-up{--fa:"\f148"}.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down{--fa:"\f149"}.fa-level-down{--fa:"\f149"}.fa-square-check{--fa:"\f14a"}.fa-check-square{--fa:"\f14a"}.fa-square-pen{--fa:"\f14b"}.fa-pen-square{--fa:"\f14b"}.fa-pencil-square{--fa:"\f14b"}.fa-square-arrow-up-right{--fa:"\f14c"}.fa-external-link-square{--fa:"\f14c"}.fa-share-from-square{--fa:"\f14d"}.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-down{--fa:"\f150"}.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-up{--fa:"\f151"}.fa-square-caret-right{--fa:"\f152"}.fa-caret-square-right{--fa:"\f152"}.fa-euro-sign{--fa:"\f153"}.fa-eur{--fa:"\f153"}.fa-euro{--fa:"\f153"}.fa-sterling-sign{--fa:"\f154"}.fa-gbp{--fa:"\f154"}.fa-pound-sign{--fa:"\f154"}.fa-rupee-sign{--fa:"\f156"}.fa-rupee{--fa:"\f156"}.fa-yen-sign{--fa:"\f157"}.fa-cny{--fa:"\f157"}.fa-jpy{--fa:"\f157"}.fa-rmb{--fa:"\f157"}.fa-yen{--fa:"\f157"}.fa-ruble-sign{--fa:"\f158"}.fa-rouble{--fa:"\f158"}.fa-rub{--fa:"\f158"}.fa-ruble{--fa:"\f158"}.fa-won-sign{--fa:"\f159"}.fa-krw{--fa:"\f159"}.fa-won{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-lines{--fa:"\f15c"}.fa-file-alt{--fa:"\f15c"}.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z{--fa:"\f15d"}.fa-sort-alpha-asc{--fa:"\f15d"}.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z{--fa:"\f15e"}.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short{--fa:"\f160"}.fa-sort-amount-asc{--fa:"\f160"}.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short{--fa:"\f161"}.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9{--fa:"\f162"}.fa-sort-numeric-asc{--fa:"\f162"}.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9{--fa:"\f163"}.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long{--fa:"\f175"}.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long{--fa:"\f176"}.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long{--fa:"\f177"}.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long{--fa:"\f178"}.fa-long-arrow-right{--fa:"\f178"}.fa-person-dress{--fa:"\f182"}.fa-female{--fa:"\f182"}.fa-person{--fa:"\f183"}.fa-male{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-box-archive{--fa:"\f187"}.fa-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-square-caret-left{--fa:"\f191"}.fa-caret-square-left{--fa:"\f191"}.fa-circle-dot{--fa:"\f192"}.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space{--fa:"\f197"}.fa-space-shuttle{--fa:"\f197"}.fa-square-envelope{--fa:"\f199"}.fa-envelope-square{--fa:"\f199"}.fa-building-columns{--fa:"\f19c"}.fa-bank{--fa:"\f19c"}.fa-institution{--fa:"\f19c"}.fa-museum{--fa:"\f19c"}.fa-university{--fa:"\f19c"}.fa-graduation-cap{--fa:"\f19d"}.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-car{--fa:"\f1b9"}.fa-automobile{--fa:"\f1b9"}.fa-taxi{--fa:"\f1ba"}.fa-cab{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-zipper{--fa:"\f1c6"}.fa-file-archive{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left{--fa:"\f1da"}.fa-history{--fa:"\f1da"}.fa-heading{--fa:"\f1dc"}.fa-header{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders{--fa:"\f1de"}.fa-sliders-h{--fa:"\f1de"}.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt{--fa:"\f1e0"}.fa-square-share-nodes{--fa:"\f1e1"}.fa-share-alt-square{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol{--fa:"\f1e3"}.fa-futbol-ball{--fa:"\f1e3"}.fa-soccer-ball{--fa:"\f1e3"}.fa-tty{--fa:"\f1e4"}.fa-teletype{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi{--fa:"\f1eb"}.fa-wifi-3{--fa:"\f1eb"}.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper{--fa:"\f1fb"}.fa-eye-dropper-empty{--fa:"\f1fb"}.fa-eyedropper{--fa:"\f1fb"}.fa-paintbrush{--fa:"\f1fc"}.fa-paint-brush{--fa:"\f1fc"}.fa-cake-candles{--fa:"\f1fd"}.fa-birthday-cake{--fa:"\f1fd"}.fa-cake{--fa:"\f1fd"}.fa-chart-area{--fa:"\f1fe"}.fa-area-chart{--fa:"\f1fe"}.fa-chart-pie{--fa:"\f200"}.fa-pie-chart{--fa:"\f200"}.fa-chart-line{--fa:"\f201"}.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-shekel-sign{--fa:"\f20b"}.fa-ils{--fa:"\f20b"}.fa-shekel{--fa:"\f20b"}.fa-sheqel{--fa:"\f20b"}.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse{--fa:"\f21e"}.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender{--fa:"\f225"}.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up{--fa:"\f22a"}.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-right{--fa:"\f22b"}.fa-mars-stroke-h{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-xmark{--fa:"\f235"}.fa-user-times{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-train-subway{--fa:"\f239"}.fa-subway{--fa:"\f239"}.fa-battery-full{--fa:"\f240"}.fa-battery{--fa:"\f240"}.fa-battery-5{--fa:"\f240"}.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-4{--fa:"\f241"}.fa-battery-half{--fa:"\f242"}.fa-battery-3{--fa:"\f242"}.fa-battery-quarter{--fa:"\f243"}.fa-battery-2{--fa:"\f243"}.fa-battery-empty{--fa:"\f244"}.fa-battery-0{--fa:"\f244"}.fa-arrow-pointer{--fa:"\f245"}.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky{--fa:"\f249"}.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-scale-balanced{--fa:"\f24e"}.fa-balance-scale{--fa:"\f24e"}.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-1{--fa:"\f251"}.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-2{--fa:"\f252"}.fa-hourglass-end{--fa:"\f253"}.fa-hourglass-3{--fa:"\f253"}.fa-hourglass{--fa:"\f254"}.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist{--fa:"\f255"}.fa-hand-rock{--fa:"\f255"}.fa-hand{--fa:"\f256"}.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-tv{--fa:"\f26c"}.fa-television{--fa:"\f26c"}.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-times{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-signs-post{--fa:"\f277"}.fa-map-signs{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-message{--fa:"\f27a"}.fa-comment-alt{--fa:"\f27a"}.fa-circle-pause{--fa:"\f28b"}.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop{--fa:"\f28d"}.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping{--fa:"\f290"}.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping{--fa:"\f291"}.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-person-walking-with-cane{--fa:"\f29d"}.fa-blind{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume{--fa:"\f2a0"}.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-ear-listen{--fa:"\f2a2"}.fa-assistive-listening-systems{--fa:"\f2a2"}.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-american-sign-language-interpreting{--fa:"\f2a3"}.fa-asl-interpreting{--fa:"\f2a3"}.fa-hands-american-sign-language-interpreting{--fa:"\f2a3"}.fa-ear-deaf{--fa:"\f2a4"}.fa-deaf{--fa:"\f2a4"}.fa-deafness{--fa:"\f2a4"}.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands{--fa:"\f2a7"}.fa-sign-language{--fa:"\f2a7"}.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision{--fa:"\f2a8"}.fa-low-vision{--fa:"\f2a8"}.fa-font-awesome{--fa:"\f2b4"}.fa-font-awesome-flag{--fa:"\f2b4"}.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-handshake{--fa:"\f2b5"}.fa-handshake-alt{--fa:"\f2b5"}.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book{--fa:"\f2b9"}.fa-contact-book{--fa:"\f2b9"}.fa-address-card{--fa:"\f2bb"}.fa-contact-card{--fa:"\f2bb"}.fa-vcard{--fa:"\f2bb"}.fa-circle-user{--fa:"\f2bd"}.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-id-card{--fa:"\f2c2"}.fa-drivers-license{--fa:"\f2c2"}.fa-temperature-full{--fa:"\f2c7"}.fa-temperature-4{--fa:"\f2c7"}.fa-thermometer-4{--fa:"\f2c7"}.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-three-quarters{--fa:"\f2c8"}.fa-temperature-3{--fa:"\f2c8"}.fa-thermometer-3{--fa:"\f2c8"}.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-half{--fa:"\f2c9"}.fa-temperature-2{--fa:"\f2c9"}.fa-thermometer-2{--fa:"\f2c9"}.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-quarter{--fa:"\f2ca"}.fa-temperature-1{--fa:"\f2ca"}.fa-thermometer-1{--fa:"\f2ca"}.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-empty{--fa:"\f2cb"}.fa-temperature-0{--fa:"\f2cb"}.fa-thermometer-0{--fa:"\f2cb"}.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath{--fa:"\f2cd"}.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark{--fa:"\f2d3"}.fa-times-square{--fa:"\f2d3"}.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-spoon{--fa:"\f2e5"}.fa-utensil-spoon{--fa:"\f2e5"}.fa-utensils{--fa:"\f2e7"}.fa-cutlery{--fa:"\f2e7"}.fa-rotate-left{--fa:"\f2ea"}.fa-rotate-back{--fa:"\f2ea"}.fa-rotate-backward{--fa:"\f2ea"}.fa-undo-alt{--fa:"\f2ea"}.fa-trash-can{--fa:"\f2ed"}.fa-trash-alt{--fa:"\f2ed"}.fa-rotate{--fa:"\f2f1"}.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-right-from-bracket{--fa:"\f2f5"}.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket{--fa:"\f2f6"}.fa-sign-in-alt{--fa:"\f2f6"}.fa-rotate-right{--fa:"\f2f9"}.fa-redo-alt{--fa:"\f2f9"}.fa-rotate-forward{--fa:"\f2f9"}.fa-poo{--fa:"\f2fe"}.fa-images{--fa:"\f302"}.fa-pencil{--fa:"\f303"}.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-clip{--fa:"\f305"}.fa-pen-alt{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-down-long{--fa:"\f309"}.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long{--fa:"\f30a"}.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-right{--fa:"\f30b"}.fa-up-long{--fa:"\f30c"}.fa-long-arrow-alt-up{--fa:"\f30c"}.fa-hexagon{--fa:"\f312"}.fa-file-pen{--fa:"\f31c"}.fa-file-edit{--fa:"\f31c"}.fa-maximize{--fa:"\f31e"}.fa-expand-arrows-alt{--fa:"\f31e"}.fa-clipboard{--fa:"\f328"}.fa-left-right{--fa:"\f337"}.fa-arrows-alt-h{--fa:"\f337"}.fa-up-down{--fa:"\f338"}.fa-arrows-alt-v{--fa:"\f338"}.fa-alarm-clock{--fa:"\f34e"}.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-down{--fa:"\f358"}.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-left{--fa:"\f359"}.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-right{--fa:"\f35a"}.fa-circle-up{--fa:"\f35b"}.fa-arrow-alt-circle-up{--fa:"\f35b"}.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-alt{--fa:"\f35d"}.fa-square-up-right{--fa:"\f360"}.fa-external-link-square-alt{--fa:"\f360"}.fa-right-left{--fa:"\f362"}.fa-exchange-alt{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-desktop{--fa:"\f390"}.fa-desktop-alt{--fa:"\f390"}.fa-gem{--fa:"\f3a5"}.fa-turn-down{--fa:"\f3be"}.fa-level-down-alt{--fa:"\f3be"}.fa-turn-up{--fa:"\f3bf"}.fa-level-up-alt{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-location-dot{--fa:"\f3c5"}.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-lines{--fa:"\f3c9"}.fa-microphone-alt{--fa:"\f3c9"}.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile-alt{--fa:"\f3cd"}.fa-mobile{--fa:"\f3ce"}.fa-mobile-android{--fa:"\f3ce"}.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-screen{--fa:"\f3cf"}.fa-mobile-android-alt{--fa:"\f3cf"}.fa-money-bill-1{--fa:"\f3d1"}.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-image-portrait{--fa:"\f3e0"}.fa-portrait{--fa:"\f3e0"}.fa-reply{--fa:"\f3e5"}.fa-mail-reply{--fa:"\f3e5"}.fa-shield-halved{--fa:"\f3ed"}.fa-shield-alt{--fa:"\f3ed"}.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet-alt{--fa:"\f3fa"}.fa-tablet{--fa:"\f3fb"}.fa-tablet-android{--fa:"\f3fb"}.fa-ticket-simple{--fa:"\f3ff"}.fa-ticket-alt{--fa:"\f3ff"}.fa-rectangle-xmark{--fa:"\f410"}.fa-rectangle-times{--fa:"\f410"}.fa-times-rectangle{--fa:"\f410"}.fa-window-close{--fa:"\f410"}.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-compress-alt{--fa:"\f422"}.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-expand-alt{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball{--fa:"\f433"}.fa-baseball-ball{--fa:"\f433"}.fa-basketball{--fa:"\f434"}.fa-basketball-ball{--fa:"\f434"}.fa-bowling-ball{--fa:"\f436"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-board{--fa:"\f43c"}.fa-chess-king{--fa:"\f43f"}.fa-chess-knight{--fa:"\f441"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-queen{--fa:"\f445"}.fa-chess-rook{--fa:"\f447"}.fa-dumbbell{--fa:"\f44b"}.fa-football{--fa:"\f44e"}.fa-football-ball{--fa:"\f44e"}.fa-golf-ball-tee{--fa:"\f450"}.fa-golf-ball{--fa:"\f450"}.fa-hockey-puck{--fa:"\f453"}.fa-broom-ball{--fa:"\f458"}.fa-quidditch{--fa:"\f458"}.fa-quidditch-broom-ball{--fa:"\f458"}.fa-square-full{--fa:"\f45c"}.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-ping-pong-paddle-ball{--fa:"\f45d"}.fa-table-tennis{--fa:"\f45d"}.fa-volleyball{--fa:"\f45f"}.fa-volleyball-ball{--fa:"\f45f"}.fa-hand-dots{--fa:"\f461"}.fa-allergies{--fa:"\f461"}.fa-bandage{--fa:"\f462"}.fa-band-aid{--fa:"\f462"}.fa-box{--fa:"\f466"}.fa-boxes-stacked{--fa:"\f468"}.fa-boxes{--fa:"\f468"}.fa-boxes-alt{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-fire-flame-simple{--fa:"\f46a"}.fa-burn{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-person-dots-from-line{--fa:"\f470"}.fa-diagnoses{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly{--fa:"\f472"}.fa-dolly-box{--fa:"\f472"}.fa-cart-flatbed{--fa:"\f474"}.fa-dolly-flatbed{--fa:"\f474"}.fa-file-medical{--fa:"\f477"}.fa-file-waveform{--fa:"\f478"}.fa-file-medical-alt{--fa:"\f478"}.fa-kit-medical{--fa:"\f479"}.fa-first-aid{--fa:"\f479"}.fa-circle-h{--fa:"\f47e"}.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-clip{--fa:"\f47f"}.fa-id-card-alt{--fa:"\f47f"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-medical{--fa:"\f486"}.fa-prescription-bottle-alt{--fa:"\f486"}.fa-bed-pulse{--fa:"\f487"}.fa-procedures{--fa:"\f487"}.fa-truck-fast{--fa:"\f48b"}.fa-shipping-fast{--fa:"\f48b"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-weight-scale{--fa:"\f496"}.fa-weight{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-box-open{--fa:"\f49e"}.fa-comment-dots{--fa:"\f4ad"}.fa-commenting{--fa:"\f4ad"}.fa-comment-slash{--fa:"\f4b3"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot{--fa:"\f4b9"}.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-dollar{--fa:"\f4c0"}.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet{--fa:"\f4c1"}.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-handshake-angle{--fa:"\f4c4"}.fa-hands-helping{--fa:"\f4c4"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry-box{--fa:"\f4ce"}.fa-people-carry{--fa:"\f4ce"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling{--fa:"\f4d8"}.fa-sprout{--fa:"\f4d8"}.fa-sign-hanging{--fa:"\f4d9"}.fa-sign{--fa:"\f4d9"}.fa-face-smile-wink{--fa:"\f4da"}.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-loading{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-gear{--fa:"\f4fe"}.fa-user-cog{--fa:"\f4fe"}.fa-user-pen{--fa:"\f4ff"}.fa-user-edit{--fa:"\f4ff"}.fa-user-group{--fa:"\f500"}.fa-user-friends{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-slash{--fa:"\f506"}.fa-user-alt-slash{--fa:"\f506"}.fa-user-large-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-gear{--fa:"\f509"}.fa-users-cog{--fa:"\f509"}.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-left{--fa:"\f515"}.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-balance-scale-right{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-tower-broadcast{--fa:"\f519"}.fa-broadcast-tower{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-chalkboard{--fa:"\f51b"}.fa-blackboard{--fa:"\f51b"}.fa-chalkboard-user{--fa:"\f51c"}.fa-chalkboard-teacher{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-lines-slash{--fa:"\f539"}.fa-microphone-alt-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave{--fa:"\f53b"}.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-dollar{--fa:"\f53d"}.fa-money-check-alt{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-square-parking{--fa:"\f540"}.fa-parking{--fa:"\f540"}.fa-diagram-project{--fa:"\f542"}.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking{--fa:"\f54d"}.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop{--fa:"\f54f"}.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered{--fa:"\f550"}.fa-reorder{--fa:"\f550"}.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt{--fa:"\f553"}.fa-t-shirt{--fa:"\f553"}.fa-tshirt{--fa:"\f553"}.fa-person-walking{--fa:"\f554"}.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-face-angry{--fa:"\f556"}.fa-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-book-atlas{--fa:"\f558"}.fa-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-delete-left{--fa:"\f55a"}.fa-backspace{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-simple{--fa:"\f55e"}.fa-bus-alt{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-martini-glass-citrus{--fa:"\f561"}.fa-cocktail{--fa:"\f561"}.fa-bell-concierge{--fa:"\f562"}.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-simple{--fa:"\f565"}.fa-crop-alt{--fa:"\f565"}.fa-tachograph-digital{--fa:"\f566"}.fa-digital-tachograph{--fa:"\f566"}.fa-face-dizzy{--fa:"\f567"}.fa-dizzy{--fa:"\f567"}.fa-compass-drafting{--fa:"\f568"}.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-pointed{--fa:"\f56b"}.fa-feather-alt{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down{--fa:"\f56d"}.fa-file-download{--fa:"\f56d"}.fa-file-export{--fa:"\f56e"}.fa-arrow-right-from-file{--fa:"\f56e"}.fa-file-import{--fa:"\f56f"}.fa-arrow-right-to-file{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up{--fa:"\f574"}.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed{--fa:"\f579"}.fa-flushed{--fa:"\f579"}.fa-face-frown-open{--fa:"\f57a"}.fa-frown-open{--fa:"\f57a"}.fa-martini-glass{--fa:"\f57b"}.fa-glass-martini-alt{--fa:"\f57b"}.fa-earth-africa{--fa:"\f57c"}.fa-globe-africa{--fa:"\f57c"}.fa-earth-americas{--fa:"\f57d"}.fa-earth{--fa:"\f57d"}.fa-earth-america{--fa:"\f57d"}.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia{--fa:"\f57e"}.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace{--fa:"\f57f"}.fa-grimace{--fa:"\f57f"}.fa-face-grin{--fa:"\f580"}.fa-grin{--fa:"\f580"}.fa-face-grin-wide{--fa:"\f581"}.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam{--fa:"\f582"}.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat{--fa:"\f583"}.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts{--fa:"\f584"}.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint{--fa:"\f585"}.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears{--fa:"\f586"}.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars{--fa:"\f587"}.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears{--fa:"\f588"}.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue{--fa:"\f589"}.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint{--fa:"\f58a"}.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink{--fa:"\f58b"}.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink{--fa:"\f58c"}.fa-grin-wink{--fa:"\f58c"}.fa-grip{--fa:"\f58d"}.fa-grid-horizontal{--fa:"\f58d"}.fa-grip-horizontal{--fa:"\f58d"}.fa-grip-vertical{--fa:"\f58e"}.fa-grid-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub-person{--fa:"\f593"}.fa-hot-tub{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss{--fa:"\f596"}.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam{--fa:"\f597"}.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart{--fa:"\f598"}.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh{--fa:"\f599"}.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam{--fa:"\f59a"}.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint{--fa:"\f59b"}.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink{--fa:"\f59c"}.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase{--fa:"\f59d"}.fa-luggage-cart{--fa:"\f59d"}.fa-map-location{--fa:"\f59f"}.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot{--fa:"\f5a0"}.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank{--fa:"\f5a4"}.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes{--fa:"\f5a5"}.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler{--fa:"\f5ae"}.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry{--fa:"\f5b3"}.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear{--fa:"\f5b4"}.fa-sad-tear{--fa:"\f5b4"}.fa-van-shuttle{--fa:"\f5b6"}.fa-shuttle-van{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam{--fa:"\f5b8"}.fa-smile-beam{--fa:"\f5b8"}.fa-solar-panel{--fa:"\f5ba"}.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-stroke{--fa:"\f5c0"}.fa-star-half-alt{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise{--fa:"\f5c2"}.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming{--fa:"\f5c4"}.fa-swimmer{--fa:"\f5c4"}.fa-water-ladder{--fa:"\f5c5"}.fa-ladder-water{--fa:"\f5c5"}.fa-swimming-pool{--fa:"\f5c5"}.fa-droplet-slash{--fa:"\f5c7"}.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired{--fa:"\f5c8"}.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-empty{--fa:"\f5ce"}.fa-wine-glass-alt{--fa:"\f5ce"}.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-air-freshener{--fa:"\f5d0"}.fa-apple-whole{--fa:"\f5d1"}.fa-apple-alt{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-bone{--fa:"\f5d7"}.fa-book-open-reader{--fa:"\f5da"}.fa-book-reader{--fa:"\f5da"}.fa-brain{--fa:"\f5dc"}.fa-car-rear{--fa:"\f5de"}.fa-car-alt{--fa:"\f5de"}.fa-car-battery{--fa:"\f5df"}.fa-battery-car{--fa:"\f5df"}.fa-car-burst{--fa:"\f5e1"}.fa-car-crash{--fa:"\f5e1"}.fa-car-side{--fa:"\f5e4"}.fa-charging-station{--fa:"\f5e7"}.fa-diamond-turn-right{--fa:"\f5eb"}.fa-directions{--fa:"\f5eb"}.fa-draw-polygon{--fa:"\f5ee"}.fa-vector-polygon{--fa:"\f5ee"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-location-crosshairs{--fa:"\f601"}.fa-location{--fa:"\f601"}.fa-lungs{--fa:"\f604"}.fa-microscope{--fa:"\f610"}.fa-oil-can{--fa:"\f613"}.fa-poop{--fa:"\f619"}.fa-shapes{--fa:"\f61f"}.fa-triangle-circle-square{--fa:"\f61f"}.fa-star-of-life{--fa:"\f621"}.fa-gauge{--fa:"\f624"}.fa-dashboard{--fa:"\f624"}.fa-gauge-med{--fa:"\f624"}.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high{--fa:"\f625"}.fa-tachometer-alt{--fa:"\f625"}.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-simple{--fa:"\f629"}.fa-gauge-simple-med{--fa:"\f629"}.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high{--fa:"\f62a"}.fa-tachometer{--fa:"\f62a"}.fa-tachometer-fast{--fa:"\f62a"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater{--fa:"\f630"}.fa-theater-masks{--fa:"\f630"}.fa-traffic-light{--fa:"\f637"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-rectangle-ad{--fa:"\f641"}.fa-ad{--fa:"\f641"}.fa-ankh{--fa:"\f644"}.fa-book-bible{--fa:"\f647"}.fa-bible{--fa:"\f647"}.fa-business-time{--fa:"\f64a"}.fa-briefcase-clock{--fa:"\f64a"}.fa-city{--fa:"\f64f"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-envelope-open-text{--fa:"\f658"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-filter-circle-dollar{--fa:"\f662"}.fa-funnel-dollar{--fa:"\f662"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai{--fa:"\f666"}.fa-haykal{--fa:"\f666"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills{--fa:"\f66a"}.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-khanda{--fa:"\f66d"}.fa-landmark{--fa:"\f66f"}.fa-envelopes-bulk{--fa:"\f674"}.fa-mail-bulk{--fa:"\f674"}.fa-menorah{--fa:"\f676"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-pastafarianism{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-place-of-worship{--fa:"\f67f"}.fa-square-poll-vertical{--fa:"\f681"}.fa-poll{--fa:"\f681"}.fa-square-poll-horizontal{--fa:"\f682"}.fa-poll-h{--fa:"\f682"}.fa-person-praying{--fa:"\f683"}.fa-pray{--fa:"\f683"}.fa-hands-praying{--fa:"\f684"}.fa-praying-hands{--fa:"\f684"}.fa-book-quran{--fa:"\f687"}.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar{--fa:"\f688"}.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location{--fa:"\f689"}.fa-search-location{--fa:"\f689"}.fa-socks{--fa:"\f696"}.fa-square-root-variable{--fa:"\f698"}.fa-square-root-alt{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-scroll-torah{--fa:"\f6a0"}.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-vihara{--fa:"\f6a7"}.fa-volume-xmark{--fa:"\f6a9"}.fa-volume-mute{--fa:"\f6a9"}.fa-volume-times{--fa:"\f6a9"}.fa-yin-yang{--fa:"\f6ad"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-skull{--fa:"\f6b7"}.fa-book-dead{--fa:"\f6b7"}.fa-campground{--fa:"\f6bb"}.fa-cat{--fa:"\f6be"}.fa-chair{--fa:"\f6c0"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-cow{--fa:"\f6c8"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d6{--fa:"\f6d1"}.fa-dog{--fa:"\f6d3"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-dungeon{--fa:"\f6d9"}.fa-file-csv{--fa:"\f6dd"}.fa-hand-fist{--fa:"\f6de"}.fa-fist-raised{--fa:"\f6de"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-wizard{--fa:"\f6e8"}.fa-person-hiking{--fa:"\f6ec"}.fa-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack{--fa:"\f6f1"}.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia-sign{--fa:"\f6f2"}.fa-hryvnia{--fa:"\f6f2"}.fa-mask{--fa:"\f6fa"}.fa-mountain{--fa:"\f6fc"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-ring{--fa:"\f70b"}.fa-person-running{--fa:"\f70c"}.fa-running{--fa:"\f70c"}.fa-scroll{--fa:"\f70e"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-spider{--fa:"\f717"}.fa-toilet-paper{--fa:"\f71e"}.fa-toilet-paper-alt{--fa:"\f71e"}.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tractor{--fa:"\f722"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand-sparkles{--fa:"\f72b"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-democrat{--fa:"\f747"}.fa-flag-usa{--fa:"\f74d"}.fa-hurricane{--fa:"\f751"}.fa-landmark-dome{--fa:"\f752"}.fa-landmark-alt{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-person-booth{--fa:"\f756"}.fa-poo-storm{--fa:"\f75a"}.fa-poo-bolt{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt{--fa:"\f76c"}.fa-thunderstorm{--fa:"\f76c"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-check-to-slot{--fa:"\f772"}.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage{--fa:"\f77d"}.fa-carriage-baby{--fa:"\f77d"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-minimize{--fa:"\f78c"}.fa-compress-arrows-alt{--fa:"\f78c"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ethernet{--fa:"\f796"}.fa-gifts{--fa:"\f79c"}.fa-champagne-glasses{--fa:"\f79f"}.fa-glass-cheers{--fa:"\f79f"}.fa-whiskey-glass{--fa:"\f7a0"}.fa-glass-whiskey{--fa:"\f7a0"}.fa-earth-europe{--fa:"\f7a2"}.fa-globe-europe{--fa:"\f7a2"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-heart-crack{--fa:"\f7a9"}.fa-heart-broken{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation{--fa:"\f7ba"}.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-sd-card{--fa:"\f7c2"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating{--fa:"\f7c5"}.fa-skating{--fa:"\f7c5"}.fa-person-skiing{--fa:"\f7c9"}.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic{--fa:"\f7ca"}.fa-skiing-nordic{--fa:"\f7ca"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms{--fa:"\f7cd"}.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding{--fa:"\f7ce"}.fa-snowboarding{--fa:"\f7ce"}.fa-snowman{--fa:"\f7d0"}.fa-snowplow{--fa:"\f7d2"}.fa-tenge-sign{--fa:"\f7d7"}.fa-tenge{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench{--fa:"\f7d9"}.fa-tools{--fa:"\f7d9"}.fa-cable-car{--fa:"\f7da"}.fa-tram{--fa:"\f7da"}.fa-fire-flame-curved{--fa:"\f7e4"}.fa-fire-alt{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-bread-slice{--fa:"\f7ec"}.fa-cheese{--fa:"\f7ef"}.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clinic-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-medical{--fa:"\f7f5"}.fa-crutch{--fa:"\f7f7"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-folder-tree{--fa:"\f802"}.fa-burger{--fa:"\f805"}.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-helmet-safety{--fa:"\f807"}.fa-hard-hat{--fa:"\f807"}.fa-hat-hard{--fa:"\f807"}.fa-hospital-user{--fa:"\f80d"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-laptop-medical{--fa:"\f812"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza-slice{--fa:"\f818"}.fa-sack-dollar{--fa:"\f81d"}.fa-book-tanakh{--fa:"\f827"}.fa-tanakh{--fa:"\f827"}.fa-bars-progress{--fa:"\f828"}.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up{--fa:"\f829"}.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up{--fa:"\f82a"}.fa-trash-restore-alt{--fa:"\f82a"}.fa-user-nurse{--fa:"\f82f"}.fa-wave-square{--fa:"\f83e"}.fa-person-biking{--fa:"\f84a"}.fa-biking{--fa:"\f84a"}.fa-border-all{--fa:"\f84c"}.fa-border-none{--fa:"\f850"}.fa-border-top-left{--fa:"\f853"}.fa-border-style{--fa:"\f853"}.fa-person-digging{--fa:"\f85e"}.fa-digging{--fa:"\f85e"}.fa-fan{--fa:"\f863"}.fa-icons{--fa:"\f86d"}.fa-heart-music-camera-bolt{--fa:"\f86d"}.fa-phone-flip{--fa:"\f879"}.fa-phone-alt{--fa:"\f879"}.fa-square-phone-flip{--fa:"\f87b"}.fa-phone-square-alt{--fa:"\f87b"}.fa-photo-film{--fa:"\f87c"}.fa-photo-video{--fa:"\f87c"}.fa-text-slash{--fa:"\f87d"}.fa-remove-format{--fa:"\f87d"}.fa-arrow-down-z-a{--fa:"\f881"}.fa-sort-alpha-desc{--fa:"\f881"}.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a{--fa:"\f882"}.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-short-wide{--fa:"\f884"}.fa-sort-amount-desc{--fa:"\f884"}.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide{--fa:"\f885"}.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1{--fa:"\f886"}.fa-sort-numeric-desc{--fa:"\f886"}.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1{--fa:"\f887"}.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-spell-check{--fa:"\f891"}.fa-voicemail{--fa:"\f897"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-computer-mouse{--fa:"\f8cc"}.fa-mouse{--fa:"\f8cc"}.fa-radio{--fa:"\f8d7"}.fa-record-vinyl{--fa:"\f8d9"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-caravan{--fa:"\f8ff"}code[class*=language-],pre[class*=language-]{color:#000;background:0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{position:relative;margin:.5em 0;overflow:visible;padding:1px}pre[class*=language-]>code{position:relative;z-index:1;border-left:10px solid #358ccb;box-shadow:-1px 0 0 0 #358ccb,0 0 0 1px #dfdfdf;background-color:#fdfdfd;background-image:linear-gradient(transparent 50%,rgba(69,142,209,.04) 50%);background-size:3em 3em;background-origin:content-box;background-attachment:local}code[class*=language-]{max-height:inherit;height:inherit;padding:0 1em;display:block;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background-color:#fdfdfd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:1em}:not(pre)>code[class*=language-]{position:relative;padding:.2em;border-radius:.3em;color:#c92c2c;border:1px solid rgba(0,0,0,.1);display:inline;white-space:normal}pre[class*=language-]:after,pre[class*=language-]:before{content:'';display:block;position:absolute;bottom:.75em;left:.18em;width:40%;height:20%;max-height:13em;box-shadow:0 13px 8px #979797;-webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg);-ms-transform:rotate(-2deg);-o-transform:rotate(-2deg);transform:rotate(-2deg)}pre[class*=language-]:after{right:.75em;left:auto;-webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);-ms-transform:rotate(2deg);-o-transform:rotate(2deg);transform:rotate(2deg)}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#7d8b99}.token.punctuation{color:#5f6364}.token.boolean,.token.constant,.token.deleted,.token.function-name,.token.number,.token.property,.token.symbol,.token.tag{color:#c92c2c}.token.attr-name,.token.builtin,.token.char,.token.function,.token.inserted,.token.selector,.token.string{color:#2f9c0a}.token.entity,.token.operator,.token.url,.token.variable{color:#a67f59;background:rgba(255,255,255,.5)}.token.atrule,.token.attr-value,.token.class-name,.token.keyword{color:#1990b8}.token.important,.token.regex{color:#e90}.language-css .token.string,.style .token.string{color:#a67f59;background:rgba(255,255,255,.5)}.token.important{font-weight:400}.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.namespace{opacity:.7}@media screen and (max-width:767px){pre[class*=language-]:after,pre[class*=language-]:before{bottom:14px;box-shadow:none}}pre[class*=language-].line-numbers.line-numbers{padding-left:0}pre[class*=language-].line-numbers.line-numbers code{padding-left:3.8em}pre[class*=language-].line-numbers.line-numbers .line-numbers-rows{left:0}pre[class*=language-][data-line]{padding-top:0;padding-bottom:0;padding-left:0}pre[data-line] code{position:relative;padding-left:4em}pre .line-highlight{margin-top:0}