@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
:root{--dt-row-selected: 2, 117, 216;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-html-background: white}:root.dark{--dt-html-background: rgb(33, 37, 41)}table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{display:inline-block;color:rgba(0, 0, 0, 0.5);content:"▶"}table.dataTable tr.dt-hasChild td.dt-control:before{content:"▼"}html.dark table.dataTable td.dt-control:before,:root[data-bs-theme=dark] table.dataTable td.dt-control:before{color:rgba(255, 255, 255, 0.5)}html.dark table.dataTable tr.dt-hasChild td.dt-control:before,:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before{color:rgba(255, 255, 255, 0.5)}table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled{cursor:pointer;position:relative;padding-right:26px}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after{position:absolute;display:block;opacity:.125;right:10px;line-height:9px;font-size:.8em}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before{bottom:50%;content:"▲";content:"▲"/""}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after{top:50%;content:"▼";content:"▼"/""}table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dataTables_scrollBody>table.dataTable>thead>tr>th:before,div.dataTables_scrollBody>table.dataTable>thead>tr>th:after,div.dataTables_scrollBody>table.dataTable>thead>tr>td:before,div.dataTables_scrollBody>table.dataTable>thead>tr>td:after{display:none}div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:2px;z-index:10}div.dataTables_processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dataTables_processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgb(2, 117, 216);background:rgb(var(--dt-row-selected));animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dataTables_processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important;border-spacing:0}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1){background-color:transparent}table.dataTable>tbody>tr{background-color:transparent}table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px rgb(2, 117, 216);box-shadow:inset 0 0 0 9999px rgb(var(--dt-row-selected));color:rgb(255, 255, 255);color:rgb(var(--dt-row-selected-text))}table.dataTable>tbody>tr.selected a{color:rgb(9, 10, 11);color:rgb(var(--dt-row-selected-link))}table.dataTable.table-striped>tbody>tr.odd>*{box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05)}table.dataTable.table-striped>tbody>tr.odd.selected>*{box-shadow:inset 0 0 0 9999px rgba(2, 117, 216, 0.95);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95)}table.dataTable.table-hover>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075)}table.dataTable.table-hover>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(2, 117, 216, 0.975);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975)}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:auto;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:.85em}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:flex-end}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:before,div.dataTables_scrollBody>table>thead .sorting_asc:before,div.dataTables_scrollBody>table>thead .sorting_desc:before,div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody tr:first-child th,div.dataTables_scrollBody>table>tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:center !important}}table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled){padding-right:20px}table.table-bordered.dataTable{border-right-width:0}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:1px}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{padding-right:0}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{margin-right:.5em;display:inline-block;color:rgba(0, 0, 0, 0.5);content:"►"}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control.arrow-right::before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control.arrow-right::before{content:"◄"}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{content:"▼"}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control{padding-left:.333em}table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.dtr-control,table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{display:inline-block;color:rgba(0, 0, 0, 0.5);content:"►"}table.dataTable.dtr-column>tbody>tr>td.dtr-control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>th.dtr-control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>td.control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>th.control.arrow-right::before{content:"◄"}table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:"▼"}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{padding-bottom:0;border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:fit-content;max-height:75%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:.5em;box-shadow:0 12px 30px rgba(0, 0, 0, 0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:2.5em}div.dtr-modal div.dtr-modal-content h2{margin-top:0}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0, 0, 0, 0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}html.dark table.dataTable>tbody>tr>td.dtr-control:before{color:rgba(255, 255, 255, 0.5) !important}html.dark table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom-color:#404346}html.dark div.dtr-modal div.dtr-modal-display{background-color:#212529;border:1px solid rgba(255, 255, 255, 0.15)}div.dtr-bs-modal table.table tr:first-child td{border-top:none}
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0, 0, 0, 0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:.3em 0 .5em;font-size:.9em}div.dt-button-collection-title:empty{display:none}div.dt-button-collection{position:absolute;z-index:2001}div.dt-button-collection div.dropdown-menu{display:block;z-index:2002;min-width:100%}div.dt-button-collection div.dt-button-collection-title{background-color:white;border:1px solid rgba(0, 0, 0, 0.15)}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-200px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>:last-child{display:block !important;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection>:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:400px}div.dt-button-collection.two-column>:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-collection.fixed{max-width:none}div.dt-button-collection.fixed:before,div.dt-button-collection.fixed:after{display:none}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}@media screen and (max-width: 767px){div.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:.5em}div.dt-buttons a.btn{float:none}}div.dt-buttons button.btn.processing,div.dt-buttons div.btn.processing,div.dt-buttons a.btn.processing{color:rgba(0, 0, 0, 0.2)}div.dt-buttons button.btn.processing:after,div.dt-buttons div.btn.processing:after,div.dt-buttons a.btn.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:" ";border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}
table.dataTable>tbody>tr>.selected{background-color:rgba(13, 110, 253, 0.9);color:white}table.dataTable>tbody>tr>td.select-checkbox,table.dataTable>tbody>tr>th.select-checkbox{position:relative}table.dataTable>tbody>tr>td.select-checkbox:before,table.dataTable>tbody>tr>td.select-checkbox:after,table.dataTable>tbody>tr>th.select-checkbox:before,table.dataTable>tbody>tr>th.select-checkbox:after{display:block;position:absolute;top:50%;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable>tbody>tr>td.select-checkbox:before,table.dataTable>tbody>tr>th.select-checkbox:before{content:" ";margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable>tbody>tr.selected>td.select-checkbox:before,table.dataTable>tbody>tr.selected>th.select-checkbox:before{border:1px solid white}table.dataTable>tbody>tr.selected>td.select-checkbox:after,table.dataTable>tbody>tr.selected>th.select-checkbox:after{content:"✓";font-size:20px;margin-top:-12px;margin-left:-6px;text-align:center}table.dataTable.compact>tbody>tr>td.select-checkbox:before,table.dataTable.compact>tbody>tr>th.select-checkbox:before{margin-top:-12px}table.dataTable.compact>tbody>tr.selected>td.select-checkbox:after,table.dataTable.compact>tbody>tr.selected>th.select-checkbox:after{margin-top:-16px}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:.5em}html.dark table.dataTable>tbody>tr>td.select-checkbox:before,html.dark table.dataTable>tbody>tr>th.select-checkbox:before,html[data-bs-theme=dark] table.dataTable>tbody>tr>td.select-checkbox:before,html[data-bs-theme=dark] table.dataTable>tbody>tr>th.select-checkbox:before{border:1px solid rgba(255, 255, 255, 0.6)}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}
@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0, 0, 0, 0.3);background:white;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:white}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0, 0, 0, 0.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200, 200, 200, 0.8);background-color:rgba(255, 255, 255, 0.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255, 255, 255, 0.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity .4s ease-in;-moz-transition:opacity .4s ease-in;-ms-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255, 255, 255, 0.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:.5em 1.2em;color:white}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:250px;pointer-events:none !important;letter-spacing:normal;z-index:9000 !important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:40px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:12px;font-family:arial,sans-serif;line-height:17px;position:relative;pointer-events:all !important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:arial,sans-serif;font-size:14px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc !important;line-height:17px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:14px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#fcf8e3;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#dff0d8;background-color:#3c763d;border-color:#d6e9c6}
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}select.bs-select-hidden,.bootstrap-select>select.bs-select-hidden,select.selectpicker{display:none !important}.bootstrap-select{width:220px \0 ;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:active{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active{color:rgba(255, 255, 255, 0.5)}.bootstrap-select>select{position:absolute !important;bottom:0;left:50%;display:block !important;width:.5px !important;height:100% !important;padding:0 !important;opacity:0 !important;border:none;z-index:0 !important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block !important;width:100% !important;z-index:2 !important}.has-error .bootstrap-select .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.bootstrap-select.is-invalid .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto !important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333 !important;outline:5px auto -webkit-focus-ring-color !important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-inline .bootstrap-select,.form-horizontal .bootstrap-select,.form-group .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle,.bootstrap-select.form-control-lg .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:none !important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0 !important;padding:0 !important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0 !important;float:left;opacity:0 !important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:none !important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255, 255, 255, 0.5) !important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:300ms linear 750ms forwards bs-notify-fadeOut;-o-animation:300ms linear 750ms forwards bs-notify-fadeOut;animation:300ms linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:" "}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:"";display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204, 204, 204, 0.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204, 204, 204, 0.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid white;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after{display:block}.bs-searchbox,.bs-actionsbox,.bs-donebutton{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:"";display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0, 0, 0, 0.2);position:absolute}.datepicker-dropdown:after{content:"";display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day:hover,.datepicker table tr td.day.focused{background:#eee;cursor:pointer}.datepicker table tr td.old,.datepicker table tr td.new{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:none;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-ms-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));background-image:-webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:-o-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image:linear-gradient(to bottom, #fdd49a, #fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active{background-color:#fbf069 \9 }.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-ms-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));background-image:-webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:-o-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image:linear-gradient(to bottom, #f3c17a, #f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled:hover[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active{background-color:#efe24b \9 }.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom, #b3b3b3, #808080);background-image:-ms-linear-gradient(to bottom, #b3b3b3, #808080);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));background-image:-webkit-linear-gradient(to bottom, #b3b3b3, #808080);background-image:-o-linear-gradient(to bottom, #b3b3b3, #808080);background-image:linear-gradient(to bottom, #b3b3b3, #808080);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);border-color:gray gray #595959;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25)}.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled:hover[disabled]{background-color:gray}.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active{background-color:#666 \9 }.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom, #08c, #0044cc);background-image:-ms-linear-gradient(to bottom, #08c, #0044cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));background-image:-webkit-linear-gradient(to bottom, #08c, #0044cc);background-image:-o-linear-gradient(to bottom, #08c, #0044cc);background-image:linear-gradient(to bottom, #08c, #0044cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25)}.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled]{background-color:#04c}.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active{background-color:#039 \9 }.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span:hover,.datepicker table tr td span.focused{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:none;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom, #08c, #0044cc);background-image:-ms-linear-gradient(to bottom, #08c, #0044cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));background-image:-webkit-linear-gradient(to bottom, #08c, #0044cc);background-image:-o-linear-gradient(to bottom, #08c, #0044cc);background-image:linear-gradient(to bottom, #08c, #0044cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25)}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled]{background-color:#04c}.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active{background-color:#039 \9 }.datepicker table tr td span.old,.datepicker table tr td span.new{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .prev,.datepicker .next,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .prev:hover,.datepicker .next:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .prev.disabled,.datepicker .next.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:normal;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
@font-face{font-family:"remixicon";src:url(/assets/5ddcd2c120d358ee10d7-421d3dd776c852cce9ced27ba1f7b4899cd4b9f918cf225aa49ba5dbe6da97ed.eot?t=1587359857360);src:url(/assets/5ddcd2c120d358ee10d7-421d3dd776c852cce9ced27ba1f7b4899cd4b9f918cf225aa49ba5dbe6da97ed.eot?t=1587359857360#iefix) format("embedded-opentype"),url(/assets/f45d28a142788d05eb6a-9d41011997dbb07124add2b422d150f84c2493ebfd8edd3d70dfb27bd0832b35.woff2?t=1587359857360) format("woff2"),url(/assets/d72ac20cd8317e025202-0feb6c031452ac9c84bd0376e96af0ec477566b7c3abc6f26a815f30ca477135.woff?t=1587359857360) format("woff"),url(/assets/b5e55622baba6dd1a060-8496464cd9b8a67ce7287e79f534b4e0fd2363f1574a7929af62eabf192fc4d6.ttf?t=1587359857360) format("truetype"),url(/assets/26db1a6a38136cc0581d-68a8d1ac9ff8b3614c33354806e1efa0cc1ce1c34d4180d3af2644b32e06340f.svg?t=1587359857360#remixicon) format("svg");font-display:swap}[class^=ri-],[class*=" ri-"]{font-family:"remixicon" !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ri-lg{font-size:1.3333em;line-height:.75em;vertical-align:-0.0667em}.ri-xl{font-size:1.5em;line-height:.6666em;vertical-align:-0.075em}.ri-xxs{font-size:.5em}.ri-xs{font-size:.75em}.ri-sm{font-size:.875em}.ri-1x{font-size:1em}.ri-2x{font-size:2em}.ri-3x{font-size:3em}.ri-4x{font-size:4em}.ri-5x{font-size:5em}.ri-6x{font-size:6em}.ri-7x{font-size:7em}.ri-8x{font-size:8em}.ri-9x{font-size:9em}.ri-10x{font-size:10em}.ri-fw{text-align:center;width:1.25em}.ri-4k-fill:before{content:""}.ri-4k-line:before{content:""}.ri-a-b:before{content:""}.ri-account-box-fill:before{content:""}.ri-account-box-line:before{content:""}.ri-account-circle-fill:before{content:""}.ri-account-circle-line:before{content:""}.ri-account-pin-box-fill:before{content:""}.ri-account-pin-box-line:before{content:""}.ri-account-pin-circle-fill:before{content:""}.ri-account-pin-circle-line:before{content:""}.ri-add-box-fill:before{content:""}.ri-add-box-line:before{content:""}.ri-add-circle-fill:before{content:""}.ri-add-circle-line:before{content:""}.ri-add-fill:before{content:""}.ri-add-line:before{content:""}.ri-admin-fill:before{content:""}.ri-admin-line:before{content:""}.ri-advertisement-fill:before{content:""}.ri-advertisement-line:before{content:""}.ri-airplay-fill:before{content:""}.ri-airplay-line:before{content:""}.ri-alarm-fill:before{content:""}.ri-alarm-line:before{content:""}.ri-alarm-warning-fill:before{content:""}.ri-alarm-warning-line:before{content:""}.ri-album-fill:before{content:""}.ri-album-line:before{content:""}.ri-alert-fill:before{content:""}.ri-alert-line:before{content:""}.ri-aliens-fill:before{content:""}.ri-aliens-line:before{content:""}.ri-align-bottom:before{content:""}.ri-align-center:before{content:""}.ri-align-justify:before{content:""}.ri-align-left:before{content:""}.ri-align-right:before{content:""}.ri-align-top:before{content:""}.ri-align-vertically:before{content:""}.ri-alipay-fill:before{content:""}.ri-alipay-line:before{content:""}.ri-amazon-fill:before{content:""}.ri-amazon-line:before{content:""}.ri-anchor-fill:before{content:""}.ri-anchor-line:before{content:""}.ri-ancient-gate-fill:before{content:""}.ri-ancient-gate-line:before{content:""}.ri-ancient-pavilion-fill:before{content:""}.ri-ancient-pavilion-line:before{content:""}.ri-android-fill:before{content:""}.ri-android-line:before{content:""}.ri-angularjs-fill:before{content:""}.ri-angularjs-line:before{content:""}.ri-anticlockwise-2-fill:before{content:""}.ri-anticlockwise-2-line:before{content:""}.ri-anticlockwise-fill:before{content:""}.ri-anticlockwise-line:before{content:""}.ri-app-store-fill:before{content:""}.ri-app-store-line:before{content:""}.ri-apple-fill:before{content:""}.ri-apple-line:before{content:""}.ri-apps-2-fill:before{content:""}.ri-apps-2-line:before{content:""}.ri-apps-fill:before{content:""}.ri-apps-line:before{content:""}.ri-archive-drawer-fill:before{content:""}.ri-archive-drawer-line:before{content:""}.ri-archive-fill:before{content:""}.ri-archive-line:before{content:""}.ri-arrow-down-circle-fill:before{content:""}.ri-arrow-down-circle-line:before{content:""}.ri-arrow-down-fill:before{content:""}.ri-arrow-down-line:before{content:""}.ri-arrow-down-s-fill:before{content:""}.ri-arrow-down-s-line:before{content:""}.ri-arrow-drop-down-fill:before{content:""}.ri-arrow-drop-down-line:before{content:""}.ri-arrow-drop-left-fill:before{content:""}.ri-arrow-drop-left-line:before{content:""}.ri-arrow-drop-right-fill:before{content:""}.ri-arrow-drop-right-line:before{content:""}.ri-arrow-drop-up-fill:before{content:""}.ri-arrow-drop-up-line:before{content:""}.ri-arrow-go-back-fill:before{content:""}.ri-arrow-go-back-line:before{content:""}.ri-arrow-go-forward-fill:before{content:""}.ri-arrow-go-forward-line:before{content:""}.ri-arrow-left-circle-fill:before{content:""}.ri-arrow-left-circle-line:before{content:""}.ri-arrow-left-down-fill:before{content:""}.ri-arrow-left-down-line:before{content:""}.ri-arrow-left-fill:before{content:""}.ri-arrow-left-line:before{content:""}.ri-arrow-left-right-fill:before{content:""}.ri-arrow-left-right-line:before{content:""}.ri-arrow-left-s-fill:before{content:""}.ri-arrow-left-s-line:before{content:""}.ri-arrow-left-up-fill:before{content:""}.ri-arrow-left-up-line:before{content:""}.ri-arrow-right-circle-fill:before{content:""}.ri-arrow-right-circle-line:before{content:""}.ri-arrow-right-down-fill:before{content:""}.ri-arrow-right-down-line:before{content:""}.ri-arrow-right-fill:before{content:""}.ri-arrow-right-line:before{content:""}.ri-arrow-right-s-fill:before{content:""}.ri-arrow-right-s-line:before{content:""}.ri-arrow-right-up-fill:before{content:""}.ri-arrow-right-up-line:before{content:""}.ri-arrow-up-circle-fill:before{content:""}.ri-arrow-up-circle-line:before{content:""}.ri-arrow-up-down-fill:before{content:""}.ri-arrow-up-down-line:before{content:""}.ri-arrow-up-fill:before{content:""}.ri-arrow-up-line:before{content:""}.ri-arrow-up-s-fill:before{content:""}.ri-arrow-up-s-line:before{content:""}.ri-artboard-2-fill:before{content:""}.ri-artboard-2-line:before{content:""}.ri-artboard-fill:before{content:""}.ri-artboard-line:before{content:""}.ri-article-fill:before{content:""}.ri-article-line:before{content:""}.ri-aspect-ratio-fill:before{content:""}.ri-aspect-ratio-line:before{content:""}.ri-asterisk:before{content:""}.ri-at-fill:before{content:""}.ri-at-line:before{content:""}.ri-attachment-2:before{content:""}.ri-attachment-fill:before{content:""}.ri-attachment-line:before{content:""}.ri-auction-fill:before{content:""}.ri-auction-line:before{content:""}.ri-award-fill:before{content:""}.ri-award-line:before{content:""}.ri-baidu-fill:before{content:""}.ri-baidu-line:before{content:""}.ri-ball-pen-fill:before{content:""}.ri-ball-pen-line:before{content:""}.ri-bank-card-2-fill:before{content:""}.ri-bank-card-2-line:before{content:""}.ri-bank-card-fill:before{content:""}.ri-bank-card-line:before{content:""}.ri-bank-fill:before{content:""}.ri-bank-line:before{content:""}.ri-bar-chart-2-fill:before{content:""}.ri-bar-chart-2-line:before{content:""}.ri-bar-chart-box-fill:before{content:""}.ri-bar-chart-box-line:before{content:""}.ri-bar-chart-fill:before{content:""}.ri-bar-chart-grouped-fill:before{content:""}.ri-bar-chart-grouped-line:before{content:""}.ri-bar-chart-horizontal-fill:before{content:""}.ri-bar-chart-horizontal-line:before{content:""}.ri-bar-chart-line:before{content:""}.ri-barcode-box-fill:before{content:""}.ri-barcode-box-line:before{content:""}.ri-barcode-fill:before{content:""}.ri-barcode-line:before{content:""}.ri-barricade-fill:before{content:""}.ri-barricade-line:before{content:""}.ri-base-station-fill:before{content:""}.ri-base-station-line:before{content:""}.ri-basketball-fill:before{content:""}.ri-basketball-line:before{content:""}.ri-battery-2-charge-fill:before{content:""}.ri-battery-2-charge-line:before{content:""}.ri-battery-2-fill:before{content:""}.ri-battery-2-line:before{content:""}.ri-battery-charge-fill:before{content:""}.ri-battery-charge-line:before{content:""}.ri-battery-fill:before{content:""}.ri-battery-line:before{content:""}.ri-battery-low-fill:before{content:""}.ri-battery-low-line:before{content:""}.ri-battery-saver-fill:before{content:""}.ri-battery-saver-line:before{content:""}.ri-battery-share-fill:before{content:""}.ri-battery-share-line:before{content:""}.ri-bear-smile-fill:before{content:""}.ri-bear-smile-line:before{content:""}.ri-behance-fill:before{content:""}.ri-behance-line:before{content:""}.ri-bell-fill:before{content:""}.ri-bell-line:before{content:""}.ri-bike-fill:before{content:""}.ri-bike-line:before{content:""}.ri-bilibili-fill:before{content:""}.ri-bilibili-line:before{content:""}.ri-bill-fill:before{content:""}.ri-bill-line:before{content:""}.ri-billiards-fill:before{content:""}.ri-billiards-line:before{content:""}.ri-bit-coin-fill:before{content:""}.ri-bit-coin-line:before{content:""}.ri-blaze-fill:before{content:""}.ri-blaze-line:before{content:""}.ri-bluetooth-connect-fill:before{content:""}.ri-bluetooth-connect-line:before{content:""}.ri-bluetooth-fill:before{content:""}.ri-bluetooth-line:before{content:""}.ri-blur-off-fill:before{content:""}.ri-blur-off-line:before{content:""}.ri-body-scan-fill:before{content:""}.ri-body-scan-line:before{content:""}.ri-bold:before{content:""}.ri-book-2-fill:before{content:""}.ri-book-2-line:before{content:""}.ri-book-3-fill:before{content:""}.ri-book-3-line:before{content:""}.ri-book-fill:before{content:""}.ri-book-line:before{content:""}.ri-book-mark-fill:before{content:""}.ri-book-mark-line:before{content:""}.ri-book-open-fill:before{content:""}.ri-book-open-line:before{content:""}.ri-book-read-fill:before{content:""}.ri-book-read-line:before{content:""}.ri-booklet-fill:before{content:""}.ri-booklet-line:before{content:""}.ri-bookmark-2-fill:before{content:""}.ri-bookmark-2-line:before{content:""}.ri-bookmark-3-fill:before{content:""}.ri-bookmark-3-line:before{content:""}.ri-bookmark-fill:before{content:""}.ri-bookmark-line:before{content:""}.ri-boxing-fill:before{content:""}.ri-boxing-line:before{content:""}.ri-braces-fill:before{content:""}.ri-braces-line:before{content:""}.ri-brackets-fill:before{content:""}.ri-brackets-line:before{content:""}.ri-briefcase-2-fill:before{content:""}.ri-briefcase-2-line:before{content:""}.ri-briefcase-3-fill:before{content:""}.ri-briefcase-3-line:before{content:""}.ri-briefcase-4-fill:before{content:""}.ri-briefcase-4-line:before{content:""}.ri-briefcase-5-fill:before{content:""}.ri-briefcase-5-line:before{content:""}.ri-briefcase-fill:before{content:""}.ri-briefcase-line:before{content:""}.ri-bring-forward:before{content:""}.ri-bring-to-front:before{content:""}.ri-broadcast-fill:before{content:""}.ri-broadcast-line:before{content:""}.ri-brush-2-fill:before{content:""}.ri-brush-2-line:before{content:""}.ri-brush-3-fill:before{content:""}.ri-brush-3-line:before{content:""}.ri-brush-4-fill:before{content:""}.ri-brush-4-line:before{content:""}.ri-brush-fill:before{content:""}.ri-brush-line:before{content:""}.ri-bubble-chart-fill:before{content:""}.ri-bubble-chart-line:before{content:""}.ri-bug-2-fill:before{content:""}.ri-bug-2-line:before{content:""}.ri-bug-fill:before{content:""}.ri-bug-line:before{content:""}.ri-building-2-fill:before{content:""}.ri-building-2-line:before{content:""}.ri-building-3-fill:before{content:""}.ri-building-3-line:before{content:""}.ri-building-4-fill:before{content:""}.ri-building-4-line:before{content:""}.ri-building-fill:before{content:""}.ri-building-line:before{content:""}.ri-bus-2-fill:before{content:""}.ri-bus-2-line:before{content:""}.ri-bus-fill:before{content:""}.ri-bus-line:before{content:""}.ri-bus-wifi-fill:before{content:""}.ri-bus-wifi-line:before{content:""}.ri-cake-2-fill:before{content:""}.ri-cake-2-line:before{content:""}.ri-cake-3-fill:before{content:""}.ri-cake-3-line:before{content:""}.ri-cake-fill:before{content:""}.ri-cake-line:before{content:""}.ri-calculator-fill:before{content:""}.ri-calculator-line:before{content:""}.ri-calendar-2-fill:before{content:""}.ri-calendar-2-line:before{content:""}.ri-calendar-check-fill:before{content:""}.ri-calendar-check-line:before{content:""}.ri-calendar-event-fill:before{content:""}.ri-calendar-event-line:before{content:""}.ri-calendar-fill:before{content:""}.ri-calendar-line:before{content:""}.ri-calendar-todo-fill:before{content:""}.ri-calendar-todo-line:before{content:""}.ri-camera-2-fill:before{content:""}.ri-camera-2-line:before{content:""}.ri-camera-3-fill:before{content:""}.ri-camera-3-line:before{content:""}.ri-camera-fill:before{content:""}.ri-camera-lens-fill:before{content:""}.ri-camera-lens-line:before{content:""}.ri-camera-line:before{content:""}.ri-camera-off-fill:before{content:""}.ri-camera-off-line:before{content:""}.ri-camera-switch-fill:before{content:""}.ri-camera-switch-line:before{content:""}.ri-car-fill:before{content:""}.ri-car-line:before{content:""}.ri-car-washing-fill:before{content:""}.ri-car-washing-line:before{content:""}.ri-caravan-fill:before{content:""}.ri-caravan-line:before{content:""}.ri-cast-fill:before{content:""}.ri-cast-line:before{content:""}.ri-cellphone-fill:before{content:""}.ri-cellphone-line:before{content:""}.ri-celsius-fill:before{content:""}.ri-celsius-line:before{content:""}.ri-centos-fill:before{content:""}.ri-centos-line:before{content:""}.ri-character-recognition-fill:before{content:""}.ri-character-recognition-line:before{content:""}.ri-charging-pile-2-fill:before{content:""}.ri-charging-pile-2-line:before{content:""}.ri-charging-pile-fill:before{content:""}.ri-charging-pile-line:before{content:""}.ri-chat-1-fill:before{content:""}.ri-chat-1-line:before{content:""}.ri-chat-2-fill:before{content:""}.ri-chat-2-line:before{content:""}.ri-chat-3-fill:before{content:""}.ri-chat-3-line:before{content:""}.ri-chat-4-fill:before{content:""}.ri-chat-4-line:before{content:""}.ri-chat-check-fill:before{content:""}.ri-chat-check-line:before{content:""}.ri-chat-delete-fill:before{content:""}.ri-chat-delete-line:before{content:""}.ri-chat-download-fill:before{content:""}.ri-chat-download-line:before{content:""}.ri-chat-follow-up-fill:before{content:""}.ri-chat-follow-up-line:before{content:""}.ri-chat-forward-fill:before{content:""}.ri-chat-forward-line:before{content:""}.ri-chat-heart-fill:before{content:""}.ri-chat-heart-line:before{content:""}.ri-chat-history-fill:before{content:""}.ri-chat-history-line:before{content:""}.ri-chat-new-fill:before{content:""}.ri-chat-new-line:before{content:""}.ri-chat-off-fill:before{content:""}.ri-chat-off-line:before{content:""}.ri-chat-poll-fill:before{content:""}.ri-chat-poll-line:before{content:""}.ri-chat-private-fill:before{content:""}.ri-chat-private-line:before{content:""}.ri-chat-quote-fill:before{content:""}.ri-chat-quote-line:before{content:""}.ri-chat-settings-fill:before{content:""}.ri-chat-settings-line:before{content:""}.ri-chat-smile-2-fill:before{content:""}.ri-chat-smile-2-line:before{content:""}.ri-chat-smile-3-fill:before{content:""}.ri-chat-smile-3-line:before{content:""}.ri-chat-smile-fill:before{content:""}.ri-chat-smile-line:before{content:""}.ri-chat-upload-fill:before{content:""}.ri-chat-upload-line:before{content:""}.ri-chat-voice-fill:before{content:""}.ri-chat-voice-line:before{content:""}.ri-check-double-fill:before{content:""}.ri-check-double-line:before{content:""}.ri-check-fill:before{content:""}.ri-check-line:before{content:""}.ri-checkbox-blank-circle-fill:before{content:""}.ri-checkbox-blank-circle-line:before{content:""}.ri-checkbox-blank-fill:before{content:""}.ri-checkbox-blank-line:before{content:""}.ri-checkbox-circle-fill:before{content:""}.ri-checkbox-circle-line:before{content:""}.ri-checkbox-fill:before{content:""}.ri-checkbox-indeterminate-fill:before{content:""}.ri-checkbox-indeterminate-line:before{content:""}.ri-checkbox-line:before{content:""}.ri-checkbox-multiple-blank-fill:before{content:""}.ri-checkbox-multiple-blank-line:before{content:""}.ri-checkbox-multiple-fill:before{content:""}.ri-checkbox-multiple-line:before{content:""}.ri-china-railway-fill:before{content:""}.ri-china-railway-line:before{content:""}.ri-chrome-fill:before{content:""}.ri-chrome-line:before{content:""}.ri-clapperboard-fill:before{content:""}.ri-clapperboard-line:before{content:""}.ri-clipboard-fill:before{content:""}.ri-clipboard-line:before{content:""}.ri-clockwise-2-fill:before{content:""}.ri-clockwise-2-line:before{content:""}.ri-clockwise-fill:before{content:""}.ri-clockwise-line:before{content:""}.ri-close-circle-fill:before{content:""}.ri-close-circle-line:before{content:""}.ri-close-fill:before{content:""}.ri-close-line:before{content:""}.ri-cloud-fill:before{content:""}.ri-cloud-line:before{content:""}.ri-cloud-off-fill:before{content:""}.ri-cloud-off-line:before{content:""}.ri-cloud-windy-fill:before{content:""}.ri-cloud-windy-line:before{content:""}.ri-cloudy-2-fill:before{content:""}.ri-cloudy-2-line:before{content:""}.ri-cloudy-fill:before{content:""}.ri-cloudy-line:before{content:""}.ri-code-box-fill:before{content:""}.ri-code-box-line:before{content:""}.ri-code-fill:before{content:""}.ri-code-line:before{content:""}.ri-code-s-fill:before{content:""}.ri-code-s-line:before{content:""}.ri-code-s-slash-fill:before{content:""}.ri-code-s-slash-line:before{content:""}.ri-code-view:before{content:""}.ri-codepen-fill:before{content:""}.ri-codepen-line:before{content:""}.ri-coin-fill:before{content:""}.ri-coin-line:before{content:""}.ri-coins-fill:before{content:""}.ri-coins-line:before{content:""}.ri-command-fill:before{content:""}.ri-command-line:before{content:""}.ri-community-fill:before{content:""}.ri-community-line:before{content:""}.ri-compass-2-fill:before{content:""}.ri-compass-2-line:before{content:""}.ri-compass-3-fill:before{content:""}.ri-compass-3-line:before{content:""}.ri-compass-4-fill:before{content:""}.ri-compass-4-line:before{content:""}.ri-compass-discover-fill:before{content:""}.ri-compass-discover-line:before{content:""}.ri-compass-fill:before{content:""}.ri-compass-line:before{content:""}.ri-compasses-2-fill:before{content:""}.ri-compasses-2-line:before{content:""}.ri-compasses-fill:before{content:""}.ri-compasses-line:before{content:""}.ri-computer-fill:before{content:""}.ri-computer-line:before{content:""}.ri-contacts-book-2-fill:before{content:""}.ri-contacts-book-2-line:before{content:""}.ri-contacts-book-fill:before{content:""}.ri-contacts-book-line:before{content:""}.ri-contacts-book-upload-fill:before{content:""}.ri-contacts-book-upload-line:before{content:""}.ri-contacts-fill:before{content:""}.ri-contacts-line:before{content:""}.ri-contrast-2-fill:before{content:""}.ri-contrast-2-line:before{content:""}.ri-contrast-drop-2-fill:before{content:""}.ri-contrast-drop-2-line:before{content:""}.ri-contrast-drop-fill:before{content:""}.ri-contrast-drop-line:before{content:""}.ri-contrast-fill:before{content:""}.ri-contrast-line:before{content:""}.ri-copper-coin-fill:before{content:""}.ri-copper-coin-line:before{content:""}.ri-copper-diamond-fill:before{content:""}.ri-copper-diamond-line:before{content:""}.ri-copyright-fill:before{content:""}.ri-copyright-line:before{content:""}.ri-coreos-fill:before{content:""}.ri-coreos-line:before{content:""}.ri-coupon-2-fill:before{content:""}.ri-coupon-2-line:before{content:""}.ri-coupon-3-fill:before{content:""}.ri-coupon-3-line:before{content:""}.ri-coupon-4-fill:before{content:""}.ri-coupon-4-line:before{content:""}.ri-coupon-5-fill:before{content:""}.ri-coupon-5-line:before{content:""}.ri-coupon-fill:before{content:""}.ri-coupon-line:before{content:""}.ri-cpu-fill:before{content:""}.ri-cpu-line:before{content:""}.ri-creative-commons-by-fill:before{content:""}.ri-creative-commons-by-line:before{content:""}.ri-creative-commons-fill:before{content:""}.ri-creative-commons-line:before{content:""}.ri-creative-commons-nc-fill:before{content:""}.ri-creative-commons-nc-line:before{content:""}.ri-creative-commons-nd-fill:before{content:""}.ri-creative-commons-nd-line:before{content:""}.ri-creative-commons-sa-fill:before{content:""}.ri-creative-commons-sa-line:before{content:""}.ri-creative-commons-zero-fill:before{content:""}.ri-creative-commons-zero-line:before{content:""}.ri-criminal-fill:before{content:""}.ri-criminal-line:before{content:""}.ri-crop-2-fill:before{content:""}.ri-crop-2-line:before{content:""}.ri-crop-fill:before{content:""}.ri-crop-line:before{content:""}.ri-css3-fill:before{content:""}.ri-css3-line:before{content:""}.ri-cup-fill:before{content:""}.ri-cup-line:before{content:""}.ri-currency-fill:before{content:""}.ri-currency-line:before{content:""}.ri-cursor-fill:before{content:""}.ri-cursor-line:before{content:""}.ri-customer-service-2-fill:before{content:""}.ri-customer-service-2-line:before{content:""}.ri-customer-service-fill:before{content:""}.ri-customer-service-line:before{content:""}.ri-dashboard-fill:before{content:""}.ri-dashboard-line:before{content:""}.ri-database-2-fill:before{content:""}.ri-database-2-line:before{content:""}.ri-database-fill:before{content:""}.ri-database-line:before{content:""}.ri-delete-back-2-fill:before{content:""}.ri-delete-back-2-line:before{content:""}.ri-delete-back-fill:before{content:""}.ri-delete-back-line:before{content:""}.ri-delete-bin-2-fill:before{content:""}.ri-delete-bin-2-line:before{content:""}.ri-delete-bin-3-fill:before{content:""}.ri-delete-bin-3-line:before{content:""}.ri-delete-bin-4-fill:before{content:""}.ri-delete-bin-4-line:before{content:""}.ri-delete-bin-5-fill:before{content:""}.ri-delete-bin-5-line:before{content:""}.ri-delete-bin-6-fill:before{content:""}.ri-delete-bin-6-line:before{content:""}.ri-delete-bin-7-fill:before{content:""}.ri-delete-bin-7-line:before{content:""}.ri-delete-bin-fill:before{content:""}.ri-delete-bin-line:before{content:""}.ri-device-fill:before{content:""}.ri-device-line:before{content:""}.ri-device-recover-fill:before{content:""}.ri-device-recover-line:before{content:""}.ri-dingding-fill:before{content:""}.ri-dingding-line:before{content:""}.ri-direction-fill:before{content:""}.ri-direction-line:before{content:""}.ri-disc-fill:before{content:""}.ri-disc-line:before{content:""}.ri-discord-fill:before{content:""}.ri-discord-line:before{content:""}.ri-discuss-fill:before{content:""}.ri-discuss-line:before{content:""}.ri-disqus-fill:before{content:""}.ri-disqus-line:before{content:""}.ri-divide-fill:before{content:""}.ri-divide-line:before{content:""}.ri-donut-chart-fill:before{content:""}.ri-donut-chart-line:before{content:""}.ri-door-lock-box-fill:before{content:""}.ri-door-lock-box-line:before{content:""}.ri-door-lock-fill:before{content:""}.ri-door-lock-line:before{content:""}.ri-douban-fill:before{content:""}.ri-douban-line:before{content:""}.ri-double-quotes-l:before{content:""}.ri-double-quotes-r:before{content:""}.ri-download-2-fill:before{content:""}.ri-download-2-line:before{content:""}.ri-download-cloud-2-fill:before{content:""}.ri-download-cloud-2-line:before{content:""}.ri-download-cloud-fill:before{content:""}.ri-download-cloud-line:before{content:""}.ri-download-fill:before{content:""}.ri-download-line:before{content:""}.ri-drag-drop-fill:before{content:""}.ri-drag-drop-line:before{content:""}.ri-drag-move-2-fill:before{content:""}.ri-drag-move-2-line:before{content:""}.ri-drag-move-fill:before{content:""}.ri-drag-move-line:before{content:""}.ri-dribbble-fill:before{content:""}.ri-dribbble-line:before{content:""}.ri-drive-fill:before{content:""}.ri-drive-line:before{content:""}.ri-drizzle-fill:before{content:""}.ri-drizzle-line:before{content:""}.ri-drop-fill:before{content:""}.ri-drop-line:before{content:""}.ri-dropbox-fill:before{content:""}.ri-dropbox-line:before{content:""}.ri-dual-sim-1-fill:before{content:""}.ri-dual-sim-1-line:before{content:""}.ri-dual-sim-2-fill:before{content:""}.ri-dual-sim-2-line:before{content:""}.ri-dv-fill:before{content:""}.ri-dv-line:before{content:""}.ri-dvd-fill:before{content:""}.ri-dvd-line:before{content:""}.ri-e-bike-2-fill:before{content:""}.ri-e-bike-2-line:before{content:""}.ri-e-bike-fill:before{content:""}.ri-e-bike-line:before{content:""}.ri-earth-fill:before{content:""}.ri-earth-line:before{content:""}.ri-earthquake-fill:before{content:""}.ri-earthquake-line:before{content:""}.ri-edge-fill:before{content:""}.ri-edge-line:before{content:""}.ri-edit-2-fill:before{content:""}.ri-edit-2-line:before{content:""}.ri-edit-box-fill:before{content:""}.ri-edit-box-line:before{content:""}.ri-edit-circle-fill:before{content:""}.ri-edit-circle-line:before{content:""}.ri-edit-fill:before{content:""}.ri-edit-line:before{content:""}.ri-eject-fill:before{content:""}.ri-eject-line:before{content:""}.ri-emotion-2-fill:before{content:""}.ri-emotion-2-line:before{content:""}.ri-emotion-fill:before{content:""}.ri-emotion-happy-fill:before{content:""}.ri-emotion-happy-line:before{content:""}.ri-emotion-laugh-fill:before{content:""}.ri-emotion-laugh-line:before{content:""}.ri-emotion-line:before{content:""}.ri-emotion-normal-fill:before{content:""}.ri-emotion-normal-line:before{content:""}.ri-emotion-sad-fill:before{content:""}.ri-emotion-sad-line:before{content:""}.ri-emotion-unhappy-fill:before{content:""}.ri-emotion-unhappy-line:before{content:""}.ri-emphasis-cn:before{content:""}.ri-emphasis:before{content:""}.ri-english-input:before{content:""}.ri-equalizer-fill:before{content:""}.ri-equalizer-line:before{content:""}.ri-eraser-fill:before{content:""}.ri-eraser-line:before{content:""}.ri-error-warning-fill:before{content:""}.ri-error-warning-line:before{content:""}.ri-evernote-fill:before{content:""}.ri-evernote-line:before{content:""}.ri-exchange-box-fill:before{content:""}.ri-exchange-box-line:before{content:""}.ri-exchange-cny-fill:before{content:""}.ri-exchange-cny-line:before{content:""}.ri-exchange-dollar-fill:before{content:""}.ri-exchange-dollar-line:before{content:""}.ri-exchange-fill:before{content:""}.ri-exchange-funds-fill:before{content:""}.ri-exchange-funds-line:before{content:""}.ri-exchange-line:before{content:""}.ri-external-link-fill:before{content:""}.ri-external-link-line:before{content:""}.ri-eye-2-fill:before{content:""}.ri-eye-2-line:before{content:""}.ri-eye-close-fill:before{content:""}.ri-eye-close-line:before{content:""}.ri-eye-fill:before{content:""}.ri-eye-line:before{content:""}.ri-eye-off-fill:before{content:""}.ri-eye-off-line:before{content:""}.ri-facebook-box-fill:before{content:""}.ri-facebook-box-line:before{content:""}.ri-facebook-circle-fill:before{content:""}.ri-facebook-circle-line:before{content:""}.ri-facebook-fill:before{content:""}.ri-facebook-line:before{content:""}.ri-fahrenheit-fill:before{content:""}.ri-fahrenheit-line:before{content:""}.ri-feedback-fill:before{content:""}.ri-feedback-line:before{content:""}.ri-file-2-fill:before{content:""}.ri-file-2-line:before{content:""}.ri-file-3-fill:before{content:""}.ri-file-3-line:before{content:""}.ri-file-4-fill:before{content:""}.ri-file-4-line:before{content:""}.ri-file-add-fill:before{content:""}.ri-file-add-line:before{content:""}.ri-file-chart-2-fill:before{content:""}.ri-file-chart-2-line:before{content:""}.ri-file-chart-fill:before{content:""}.ri-file-chart-line:before{content:""}.ri-file-cloud-fill:before{content:""}.ri-file-cloud-line:before{content:""}.ri-file-code-fill:before{content:""}.ri-file-code-line:before{content:""}.ri-file-copy-2-fill:before{content:""}.ri-file-copy-2-line:before{content:""}.ri-file-copy-fill:before{content:""}.ri-file-copy-line:before{content:""}.ri-file-damage-fill:before{content:""}.ri-file-damage-line:before{content:""}.ri-file-download-fill:before{content:""}.ri-file-download-line:before{content:""}.ri-file-edit-fill:before{content:""}.ri-file-edit-line:before{content:""}.ri-file-excel-2-fill:before{content:""}.ri-file-excel-2-line:before{content:""}.ri-file-excel-fill:before{content:""}.ri-file-excel-line:before{content:""}.ri-file-fill:before{content:""}.ri-file-forbid-fill:before{content:""}.ri-file-forbid-line:before{content:""}.ri-file-gif-fill:before{content:""}.ri-file-gif-line:before{content:""}.ri-file-history-fill:before{content:""}.ri-file-history-line:before{content:""}.ri-file-hwp-fill:before{content:""}.ri-file-hwp-line:before{content:""}.ri-file-info-fill:before{content:""}.ri-file-info-line:before{content:""}.ri-file-line:before{content:""}.ri-file-list-2-fill:before{content:""}.ri-file-list-2-line:before{content:""}.ri-file-list-3-fill:before{content:""}.ri-file-list-3-line:before{content:""}.ri-file-list-fill:before{content:""}.ri-file-list-line:before{content:""}.ri-file-lock-fill:before{content:""}.ri-file-lock-line:before{content:""}.ri-file-mark-fill:before{content:""}.ri-file-mark-line:before{content:""}.ri-file-music-fill:before{content:""}.ri-file-music-line:before{content:""}.ri-file-paper-2-fill:before{content:""}.ri-file-paper-2-line:before{content:""}.ri-file-paper-fill:before{content:""}.ri-file-paper-line:before{content:""}.ri-file-pdf-fill:before{content:""}.ri-file-pdf-line:before{content:""}.ri-file-ppt-2-fill:before{content:""}.ri-file-ppt-2-line:before{content:""}.ri-file-ppt-fill:before{content:""}.ri-file-ppt-line:before{content:""}.ri-file-reduce-fill:before{content:""}.ri-file-reduce-line:before{content:""}.ri-file-search-fill:before{content:""}.ri-file-search-line:before{content:""}.ri-file-settings-fill:before{content:""}.ri-file-settings-line:before{content:""}.ri-file-shield-2-fill:before{content:""}.ri-file-shield-2-line:before{content:""}.ri-file-shield-fill:before{content:""}.ri-file-shield-line:before{content:""}.ri-file-shred-fill:before{content:""}.ri-file-shred-line:before{content:""}.ri-file-text-fill:before{content:""}.ri-file-text-line:before{content:""}.ri-file-transfer-fill:before{content:""}.ri-file-transfer-line:before{content:""}.ri-file-unknow-fill:before{content:""}.ri-file-unknow-line:before{content:""}.ri-file-upload-fill:before{content:""}.ri-file-upload-line:before{content:""}.ri-file-user-fill:before{content:""}.ri-file-user-line:before{content:""}.ri-file-warning-fill:before{content:""}.ri-file-warning-line:before{content:""}.ri-file-word-2-fill:before{content:""}.ri-file-word-2-line:before{content:""}.ri-file-word-fill:before{content:""}.ri-file-word-line:before{content:""}.ri-file-zip-fill:before{content:""}.ri-file-zip-line:before{content:""}.ri-film-fill:before{content:""}.ri-film-line:before{content:""}.ri-filter-2-fill:before{content:""}.ri-filter-2-line:before{content:""}.ri-filter-3-fill:before{content:""}.ri-filter-3-line:before{content:""}.ri-filter-fill:before{content:""}.ri-filter-line:before{content:""}.ri-find-replace-fill:before{content:""}.ri-find-replace-line:before{content:""}.ri-fingerprint-2-fill:before{content:""}.ri-fingerprint-2-line:before{content:""}.ri-fingerprint-fill:before{content:""}.ri-fingerprint-line:before{content:""}.ri-fire-fill:before{content:""}.ri-fire-line:before{content:""}.ri-firefox-fill:before{content:""}.ri-firefox-line:before{content:""}.ri-flag-2-fill:before{content:""}.ri-flag-2-line:before{content:""}.ri-flag-fill:before{content:""}.ri-flag-line:before{content:""}.ri-flashlight-fill:before{content:""}.ri-flashlight-line:before{content:""}.ri-flask-fill:before{content:""}.ri-flask-line:before{content:""}.ri-flight-land-fill:before{content:""}.ri-flight-land-line:before{content:""}.ri-flight-takeoff-fill:before{content:""}.ri-flight-takeoff-line:before{content:""}.ri-flood-fill:before{content:""}.ri-flood-line:before{content:""}.ri-flutter-fill:before{content:""}.ri-flutter-line:before{content:""}.ri-focus-2-fill:before{content:""}.ri-focus-2-line:before{content:""}.ri-focus-3-fill:before{content:""}.ri-focus-3-line:before{content:""}.ri-focus-fill:before{content:""}.ri-focus-line:before{content:""}.ri-foggy-fill:before{content:""}.ri-foggy-line:before{content:""}.ri-folder-2-fill:before{content:""}.ri-folder-2-line:before{content:""}.ri-folder-3-fill:before{content:""}.ri-folder-3-line:before{content:""}.ri-folder-4-fill:before{content:""}.ri-folder-4-line:before{content:""}.ri-folder-5-fill:before{content:""}.ri-folder-5-line:before{content:""}.ri-folder-add-fill:before{content:""}.ri-folder-add-line:before{content:""}.ri-folder-chart-2-fill:before{content:""}.ri-folder-chart-2-line:before{content:""}.ri-folder-chart-fill:before{content:""}.ri-folder-chart-line:before{content:""}.ri-folder-download-fill:before{content:""}.ri-folder-download-line:before{content:""}.ri-folder-fill:before{content:""}.ri-folder-forbid-fill:before{content:""}.ri-folder-forbid-line:before{content:""}.ri-folder-history-fill:before{content:""}.ri-folder-history-line:before{content:""}.ri-folder-info-fill:before{content:""}.ri-folder-info-line:before{content:""}.ri-folder-keyhole-fill:before{content:""}.ri-folder-keyhole-line:before{content:""}.ri-folder-line:before{content:""}.ri-folder-lock-fill:before{content:""}.ri-folder-lock-line:before{content:""}.ri-folder-music-fill:before{content:""}.ri-folder-music-line:before{content:""}.ri-folder-open-fill:before{content:""}.ri-folder-open-line:before{content:""}.ri-folder-received-fill:before{content:""}.ri-folder-received-line:before{content:""}.ri-folder-reduce-fill:before{content:""}.ri-folder-reduce-line:before{content:""}.ri-folder-settings-fill:before{content:""}.ri-folder-settings-line:before{content:""}.ri-folder-shared-fill:before{content:""}.ri-folder-shared-line:before{content:""}.ri-folder-shield-2-fill:before{content:""}.ri-folder-shield-2-line:before{content:""}.ri-folder-shield-fill:before{content:""}.ri-folder-shield-line:before{content:""}.ri-folder-transfer-fill:before{content:""}.ri-folder-transfer-line:before{content:""}.ri-folder-unknow-fill:before{content:""}.ri-folder-unknow-line:before{content:""}.ri-folder-upload-fill:before{content:""}.ri-folder-upload-line:before{content:""}.ri-folder-user-fill:before{content:""}.ri-folder-user-line:before{content:""}.ri-folder-warning-fill:before{content:""}.ri-folder-warning-line:before{content:""}.ri-folder-zip-fill:before{content:""}.ri-folder-zip-line:before{content:""}.ri-folders-fill:before{content:""}.ri-folders-line:before{content:""}.ri-font-color:before{content:""}.ri-font-size-2:before{content:""}.ri-font-size:before{content:""}.ri-football-fill:before{content:""}.ri-football-line:before{content:""}.ri-footprint-fill:before{content:""}.ri-footprint-line:before{content:""}.ri-forbid-2-fill:before{content:""}.ri-forbid-2-line:before{content:""}.ri-forbid-fill:before{content:""}.ri-forbid-line:before{content:""}.ri-format-clear:before{content:""}.ri-fridge-fill:before{content:""}.ri-fridge-line:before{content:""}.ri-fullscreen-exit-fill:before{content:""}.ri-fullscreen-exit-line:before{content:""}.ri-fullscreen-fill:before{content:""}.ri-fullscreen-line:before{content:""}.ri-function-fill:before{content:""}.ri-function-line:before{content:""}.ri-functions:before{content:""}.ri-funds-box-fill:before{content:""}.ri-funds-box-line:before{content:""}.ri-funds-fill:before{content:""}.ri-funds-line:before{content:""}.ri-gallery-fill:before{content:""}.ri-gallery-line:before{content:""}.ri-gallery-upload-fill:before{content:""}.ri-gallery-upload-line:before{content:""}.ri-game-fill:before{content:""}.ri-game-line:before{content:""}.ri-gamepad-fill:before{content:""}.ri-gamepad-line:before{content:""}.ri-gas-station-fill:before{content:""}.ri-gas-station-line:before{content:""}.ri-gatsby-fill:before{content:""}.ri-gatsby-line:before{content:""}.ri-genderless-fill:before{content:""}.ri-genderless-line:before{content:""}.ri-ghost-2-fill:before{content:""}.ri-ghost-2-line:before{content:""}.ri-ghost-fill:before{content:""}.ri-ghost-line:before{content:""}.ri-ghost-smile-fill:before{content:""}.ri-ghost-smile-line:before{content:""}.ri-gift-2-fill:before{content:""}.ri-gift-2-line:before{content:""}.ri-gift-fill:before{content:""}.ri-gift-line:before{content:""}.ri-git-branch-fill:before{content:""}.ri-git-branch-line:before{content:""}.ri-git-commit-fill:before{content:""}.ri-git-commit-line:before{content:""}.ri-git-merge-fill:before{content:""}.ri-git-merge-line:before{content:""}.ri-git-pull-request-fill:before{content:""}.ri-git-pull-request-line:before{content:""}.ri-git-repository-commits-fill:before{content:""}.ri-git-repository-commits-line:before{content:""}.ri-git-repository-fill:before{content:""}.ri-git-repository-line:before{content:""}.ri-git-repository-private-fill:before{content:""}.ri-git-repository-private-line:before{content:""}.ri-github-fill:before{content:""}.ri-github-line:before{content:""}.ri-gitlab-fill:before{content:""}.ri-gitlab-line:before{content:""}.ri-global-fill:before{content:""}.ri-global-line:before{content:""}.ri-globe-fill:before{content:""}.ri-globe-line:before{content:""}.ri-goblet-fill:before{content:""}.ri-goblet-line:before{content:""}.ri-google-fill:before{content:""}.ri-google-line:before{content:""}.ri-google-play-fill:before{content:""}.ri-google-play-line:before{content:""}.ri-government-fill:before{content:""}.ri-government-line:before{content:""}.ri-gps-fill:before{content:""}.ri-gps-line:before{content:""}.ri-gradienter-fill:before{content:""}.ri-gradienter-line:before{content:""}.ri-grid-fill:before{content:""}.ri-grid-line:before{content:""}.ri-group-2-fill:before{content:""}.ri-group-2-line:before{content:""}.ri-group-fill:before{content:""}.ri-group-line:before{content:""}.ri-guide-fill:before{content:""}.ri-guide-line:before{content:""}.ri-hail-fill:before{content:""}.ri-hail-line:before{content:""}.ri-hammer-fill:before{content:""}.ri-hammer-line:before{content:""}.ri-hand-coin-fill:before{content:""}.ri-hand-coin-line:before{content:""}.ri-hand-heart-fill:before{content:""}.ri-hand-heart-line:before{content:""}.ri-handbag-fill:before{content:""}.ri-handbag-line:before{content:""}.ri-hard-drive-2-fill:before{content:""}.ri-hard-drive-2-line:before{content:""}.ri-hard-drive-fill:before{content:""}.ri-hard-drive-line:before{content:""}.ri-hashtag:before{content:""}.ri-haze-2-fill:before{content:""}.ri-haze-2-line:before{content:""}.ri-haze-fill:before{content:""}.ri-haze-line:before{content:""}.ri-hd-fill:before{content:""}.ri-hd-line:before{content:""}.ri-heading:before{content:""}.ri-headphone-fill:before{content:""}.ri-headphone-line:before{content:""}.ri-heart-2-fill:before{content:""}.ri-heart-2-line:before{content:""}.ri-heart-add-fill:before{content:""}.ri-heart-add-line:before{content:""}.ri-heart-fill:before{content:""}.ri-heart-line:before{content:""}.ri-hearts-fill:before{content:""}.ri-hearts-line:before{content:""}.ri-heavy-showers-fill:before{content:""}.ri-heavy-showers-line:before{content:""}.ri-history-fill:before{content:""}.ri-history-line:before{content:""}.ri-home-2-fill:before{content:""}.ri-home-2-line:before{content:""}.ri-home-3-fill:before{content:""}.ri-home-3-line:before{content:""}.ri-home-4-fill:before{content:""}.ri-home-4-line:before{content:""}.ri-home-5-fill:before{content:""}.ri-home-5-line:before{content:""}.ri-home-6-fill:before{content:""}.ri-home-6-line:before{content:""}.ri-home-7-fill:before{content:""}.ri-home-7-line:before{content:""}.ri-home-8-fill:before{content:""}.ri-home-8-line:before{content:""}.ri-home-fill:before{content:""}.ri-home-gear-fill:before{content:""}.ri-home-gear-line:before{content:""}.ri-home-heart-fill:before{content:""}.ri-home-heart-line:before{content:""}.ri-home-line:before{content:""}.ri-home-smile-2-fill:before{content:""}.ri-home-smile-2-line:before{content:""}.ri-home-smile-fill:before{content:""}.ri-home-smile-line:before{content:""}.ri-home-wifi-fill:before{content:""}.ri-home-wifi-line:before{content:""}.ri-honor-of-kings-fill:before{content:""}.ri-honor-of-kings-line:before{content:""}.ri-honour-fill:before{content:""}.ri-honour-line:before{content:""}.ri-hospital-fill:before{content:""}.ri-hospital-line:before{content:""}.ri-hotel-bed-fill:before{content:""}.ri-hotel-bed-line:before{content:""}.ri-hotel-fill:before{content:""}.ri-hotel-line:before{content:""}.ri-hotspot-fill:before{content:""}.ri-hotspot-line:before{content:""}.ri-hq-fill:before{content:""}.ri-hq-line:before{content:""}.ri-html5-fill:before{content:""}.ri-html5-line:before{content:""}.ri-ie-fill:before{content:""}.ri-ie-line:before{content:""}.ri-image-2-fill:before{content:""}.ri-image-2-line:before{content:""}.ri-image-add-fill:before{content:""}.ri-image-add-line:before{content:""}.ri-image-fill:before{content:""}.ri-image-line:before{content:""}.ri-inbox-archive-fill:before{content:""}.ri-inbox-archive-line:before{content:""}.ri-inbox-fill:before{content:""}.ri-inbox-line:before{content:""}.ri-inbox-unarchive-fill:before{content:""}.ri-inbox-unarchive-line:before{content:""}.ri-increase-decrease-fill:before{content:""}.ri-increase-decrease-line:before{content:""}.ri-indent-decrease:before{content:""}.ri-indent-increase:before{content:""}.ri-indeterminate-circle-fill:before{content:""}.ri-indeterminate-circle-line:before{content:""}.ri-information-fill:before{content:""}.ri-information-line:before{content:""}.ri-input-cursor-move:before{content:""}.ri-input-method-fill:before{content:""}.ri-input-method-line:before{content:""}.ri-instagram-fill:before{content:""}.ri-instagram-line:before{content:""}.ri-install-fill:before{content:""}.ri-install-line:before{content:""}.ri-invision-fill:before{content:""}.ri-invision-line:before{content:""}.ri-italic:before{content:""}.ri-kakao-talk-fill:before{content:""}.ri-kakao-talk-line:before{content:""}.ri-key-2-fill:before{content:""}.ri-key-2-line:before{content:""}.ri-key-fill:before{content:""}.ri-key-line:before{content:""}.ri-keyboard-box-fill:before{content:""}.ri-keyboard-box-line:before{content:""}.ri-keyboard-fill:before{content:""}.ri-keyboard-line:before{content:""}.ri-keynote-fill:before{content:""}.ri-keynote-line:before{content:""}.ri-knife-blood-fill:before{content:""}.ri-knife-blood-line:before{content:""}.ri-knife-fill:before{content:""}.ri-knife-line:before{content:""}.ri-landscape-fill:before{content:""}.ri-landscape-line:before{content:""}.ri-layout-2-fill:before{content:""}.ri-layout-2-line:before{content:""}.ri-layout-3-fill:before{content:""}.ri-layout-3-line:before{content:""}.ri-layout-4-fill:before{content:""}.ri-layout-4-line:before{content:""}.ri-layout-5-fill:before{content:""}.ri-layout-5-line:before{content:""}.ri-layout-6-fill:before{content:""}.ri-layout-6-line:before{content:""}.ri-layout-bottom-2-fill:before{content:""}.ri-layout-bottom-2-line:before{content:""}.ri-layout-bottom-fill:before{content:""}.ri-layout-bottom-line:before{content:""}.ri-layout-column-fill:before{content:""}.ri-layout-column-line:before{content:""}.ri-layout-fill:before{content:""}.ri-layout-grid-fill:before{content:""}.ri-layout-grid-line:before{content:""}.ri-layout-left-2-fill:before{content:""}.ri-layout-left-2-line:before{content:""}.ri-layout-left-fill:before{content:""}.ri-layout-left-line:before{content:""}.ri-layout-line:before{content:""}.ri-layout-masonry-fill:before{content:""}.ri-layout-masonry-line:before{content:""}.ri-layout-right-2-fill:before{content:""}.ri-layout-right-2-line:before{content:""}.ri-layout-right-fill:before{content:""}.ri-layout-right-line:before{content:""}.ri-layout-row-fill:before{content:""}.ri-layout-row-line:before{content:""}.ri-layout-top-2-fill:before{content:""}.ri-layout-top-2-line:before{content:""}.ri-layout-top-fill:before{content:""}.ri-layout-top-line:before{content:""}.ri-leaf-fill:before{content:""}.ri-leaf-line:before{content:""}.ri-lifebuoy-fill:before{content:""}.ri-lifebuoy-line:before{content:""}.ri-lightbulb-fill:before{content:""}.ri-lightbulb-flash-fill:before{content:""}.ri-lightbulb-flash-line:before{content:""}.ri-lightbulb-line:before{content:""}.ri-line-chart-fill:before{content:""}.ri-line-chart-line:before{content:""}.ri-line-fill:before{content:""}.ri-line-height:before{content:""}.ri-line-line:before{content:""}.ri-link-m:before{content:""}.ri-link-unlink-m:before{content:""}.ri-link-unlink:before{content:""}.ri-link:before{content:""}.ri-linkedin-box-fill:before{content:""}.ri-linkedin-box-line:before{content:""}.ri-linkedin-fill:before{content:""}.ri-linkedin-line:before{content:""}.ri-links-fill:before{content:""}.ri-links-line:before{content:""}.ri-list-check-2:before{content:""}.ri-list-check:before{content:""}.ri-list-ordered:before{content:""}.ri-list-settings-fill:before{content:""}.ri-list-settings-line:before{content:""}.ri-list-unordered:before{content:""}.ri-live-fill:before{content:""}.ri-live-line:before{content:""}.ri-loader-2-fill:before{content:""}.ri-loader-2-line:before{content:""}.ri-loader-3-fill:before{content:""}.ri-loader-3-line:before{content:""}.ri-loader-4-fill:before{content:""}.ri-loader-4-line:before{content:""}.ri-loader-5-fill:before{content:""}.ri-loader-5-line:before{content:""}.ri-loader-fill:before{content:""}.ri-loader-line:before{content:""}.ri-lock-2-fill:before{content:""}.ri-lock-2-line:before{content:""}.ri-lock-fill:before{content:""}.ri-lock-line:before{content:""}.ri-lock-password-fill:before{content:""}.ri-lock-password-line:before{content:""}.ri-lock-unlock-fill:before{content:""}.ri-lock-unlock-line:before{content:""}.ri-login-box-fill:before{content:""}.ri-login-box-line:before{content:""}.ri-login-circle-fill:before{content:""}.ri-login-circle-line:before{content:""}.ri-logout-box-fill:before{content:""}.ri-logout-box-line:before{content:""}.ri-logout-box-r-fill:before{content:""}.ri-logout-box-r-line:before{content:""}.ri-logout-circle-fill:before{content:""}.ri-logout-circle-line:before{content:""}.ri-logout-circle-r-fill:before{content:""}.ri-logout-circle-r-line:before{content:""}.ri-luggage-cart-fill:before{content:""}.ri-luggage-cart-line:before{content:""}.ri-luggage-deposit-fill:before{content:""}.ri-luggage-deposit-line:before{content:""}.ri-mac-fill:before{content:""}.ri-mac-line:before{content:""}.ri-macbook-fill:before{content:""}.ri-macbook-line:before{content:""}.ri-magic-fill:before{content:""}.ri-magic-line:before{content:""}.ri-mail-add-fill:before{content:""}.ri-mail-add-line:before{content:""}.ri-mail-check-fill:before{content:""}.ri-mail-check-line:before{content:""}.ri-mail-close-fill:before{content:""}.ri-mail-close-line:before{content:""}.ri-mail-download-fill:before{content:""}.ri-mail-download-line:before{content:""}.ri-mail-fill:before{content:""}.ri-mail-forbid-fill:before{content:""}.ri-mail-forbid-line:before{content:""}.ri-mail-line:before{content:""}.ri-mail-lock-fill:before{content:""}.ri-mail-lock-line:before{content:""}.ri-mail-open-fill:before{content:""}.ri-mail-open-line:before{content:""}.ri-mail-send-fill:before{content:""}.ri-mail-send-line:before{content:""}.ri-mail-settings-fill:before{content:""}.ri-mail-settings-line:before{content:""}.ri-mail-star-fill:before{content:""}.ri-mail-star-line:before{content:""}.ri-mail-unread-fill:before{content:""}.ri-mail-unread-line:before{content:""}.ri-mail-volume-fill:before{content:""}.ri-mail-volume-line:before{content:""}.ri-map-2-fill:before{content:""}.ri-map-2-line:before{content:""}.ri-map-fill:before{content:""}.ri-map-line:before{content:""}.ri-map-pin-2-fill:before{content:""}.ri-map-pin-2-line:before{content:""}.ri-map-pin-3-fill:before{content:""}.ri-map-pin-3-line:before{content:""}.ri-map-pin-4-fill:before{content:""}.ri-map-pin-4-line:before{content:""}.ri-map-pin-5-fill:before{content:""}.ri-map-pin-5-line:before{content:""}.ri-map-pin-add-fill:before{content:""}.ri-map-pin-add-line:before{content:""}.ri-map-pin-fill:before{content:""}.ri-map-pin-line:before{content:""}.ri-map-pin-range-fill:before{content:""}.ri-map-pin-range-line:before{content:""}.ri-map-pin-time-fill:before{content:""}.ri-map-pin-time-line:before{content:""}.ri-map-pin-user-fill:before{content:""}.ri-map-pin-user-line:before{content:""}.ri-mark-pen-fill:before{content:""}.ri-mark-pen-line:before{content:""}.ri-markdown-fill:before{content:""}.ri-markdown-line:before{content:""}.ri-markup-fill:before{content:""}.ri-markup-line:before{content:""}.ri-mastercard-fill:before{content:""}.ri-mastercard-line:before{content:""}.ri-mastodon-fill:before{content:""}.ri-mastodon-line:before{content:""}.ri-medal-2-fill:before{content:""}.ri-medal-2-line:before{content:""}.ri-medal-fill:before{content:""}.ri-medal-line:before{content:""}.ri-medium-fill:before{content:""}.ri-medium-line:before{content:""}.ri-men-fill:before{content:""}.ri-men-line:before{content:""}.ri-menu-2-fill:before{content:""}.ri-menu-2-line:before{content:""}.ri-menu-3-fill:before{content:""}.ri-menu-3-line:before{content:""}.ri-menu-4-fill:before{content:""}.ri-menu-4-line:before{content:""}.ri-menu-5-fill:before{content:""}.ri-menu-5-line:before{content:""}.ri-menu-add-fill:before{content:""}.ri-menu-add-line:before{content:""}.ri-menu-fill:before{content:""}.ri-menu-line:before{content:""}.ri-message-2-fill:before{content:""}.ri-message-2-line:before{content:""}.ri-message-3-fill:before{content:""}.ri-message-3-line:before{content:""}.ri-message-fill:before{content:""}.ri-message-line:before{content:""}.ri-messenger-fill:before{content:""}.ri-messenger-line:before{content:""}.ri-meteor-fill:before{content:""}.ri-meteor-line:before{content:""}.ri-mic-2-fill:before{content:""}.ri-mic-2-line:before{content:""}.ri-mic-fill:before{content:""}.ri-mic-line:before{content:""}.ri-mic-off-fill:before{content:""}.ri-mic-off-line:before{content:""}.ri-mickey-fill:before{content:""}.ri-mickey-line:before{content:""}.ri-mini-program-fill:before{content:""}.ri-mini-program-line:before{content:""}.ri-mist-fill:before{content:""}.ri-mist-line:before{content:""}.ri-money-cny-box-fill:before{content:""}.ri-money-cny-box-line:before{content:""}.ri-money-cny-circle-fill:before{content:""}.ri-money-cny-circle-line:before{content:""}.ri-money-dollar-box-fill:before{content:""}.ri-money-dollar-box-line:before{content:""}.ri-money-dollar-circle-fill:before{content:""}.ri-money-dollar-circle-line:before{content:""}.ri-money-euro-box-fill:before{content:""}.ri-money-euro-box-line:before{content:""}.ri-money-euro-circle-fill:before{content:""}.ri-money-euro-circle-line:before{content:""}.ri-money-pound-box-fill:before{content:""}.ri-money-pound-box-line:before{content:""}.ri-money-pound-circle-fill:before{content:""}.ri-money-pound-circle-line:before{content:""}.ri-moon-clear-fill:before{content:""}.ri-moon-clear-line:before{content:""}.ri-moon-cloudy-fill:before{content:""}.ri-moon-cloudy-line:before{content:""}.ri-moon-fill:before{content:""}.ri-moon-foggy-fill:before{content:""}.ri-moon-foggy-line:before{content:""}.ri-moon-line:before{content:""}.ri-more-2-fill:before{content:""}.ri-more-2-line:before{content:""}.ri-more-fill:before{content:""}.ri-more-line:before{content:""}.ri-motorbike-fill:before{content:""}.ri-motorbike-line:before{content:""}.ri-mouse-fill:before{content:""}.ri-mouse-line:before{content:""}.ri-movie-2-fill:before{content:""}.ri-movie-2-line:before{content:""}.ri-movie-fill:before{content:""}.ri-movie-line:before{content:""}.ri-music-2-fill:before{content:""}.ri-music-2-line:before{content:""}.ri-music-fill:before{content:""}.ri-music-line:before{content:""}.ri-mv-fill:before{content:""}.ri-mv-line:before{content:""}.ri-navigation-fill:before{content:""}.ri-navigation-line:before{content:""}.ri-netease-cloud-music-fill:before{content:""}.ri-netease-cloud-music-line:before{content:""}.ri-netflix-fill:before{content:""}.ri-netflix-line:before{content:""}.ri-newspaper-fill:before{content:""}.ri-newspaper-line:before{content:""}.ri-notification-2-fill:before{content:""}.ri-notification-2-line:before{content:""}.ri-notification-3-fill:before{content:""}.ri-notification-3-line:before{content:""}.ri-notification-4-fill:before{content:""}.ri-notification-4-line:before{content:""}.ri-notification-badge-fill:before{content:""}.ri-notification-badge-line:before{content:""}.ri-notification-fill:before{content:""}.ri-notification-line:before{content:""}.ri-notification-off-fill:before{content:""}.ri-notification-off-line:before{content:""}.ri-npmjs-fill:before{content:""}.ri-npmjs-line:before{content:""}.ri-number-0:before{content:""}.ri-number-1:before{content:""}.ri-number-2:before{content:""}.ri-number-3:before{content:""}.ri-number-4:before{content:""}.ri-number-5:before{content:""}.ri-number-6:before{content:""}.ri-number-7:before{content:""}.ri-number-8:before{content:""}.ri-number-9:before{content:""}.ri-numbers-fill:before{content:""}.ri-numbers-line:before{content:""}.ri-oil-fill:before{content:""}.ri-oil-line:before{content:""}.ri-omega:before{content:""}.ri-open-arm-fill:before{content:""}.ri-open-arm-line:before{content:""}.ri-open-source-fill:before{content:""}.ri-open-source-line:before{content:""}.ri-opera-fill:before{content:""}.ri-opera-line:before{content:""}.ri-order-play-fill:before{content:""}.ri-order-play-line:before{content:""}.ri-outlet-2-fill:before{content:""}.ri-outlet-2-line:before{content:""}.ri-outlet-fill:before{content:""}.ri-outlet-line:before{content:""}.ri-page-separator:before{content:""}.ri-pages-fill:before{content:""}.ri-pages-line:before{content:""}.ri-paint-brush-fill:before{content:""}.ri-paint-brush-line:before{content:""}.ri-paint-fill:before{content:""}.ri-paint-line:before{content:""}.ri-palette-fill:before{content:""}.ri-palette-line:before{content:""}.ri-pantone-fill:before{content:""}.ri-pantone-line:before{content:""}.ri-paragraph:before{content:""}.ri-parent-fill:before{content:""}.ri-parent-line:before{content:""}.ri-parentheses-fill:before{content:""}.ri-parentheses-line:before{content:""}.ri-parking-box-fill:before{content:""}.ri-parking-box-line:before{content:""}.ri-parking-fill:before{content:""}.ri-parking-line:before{content:""}.ri-passport-fill:before{content:""}.ri-passport-line:before{content:""}.ri-patreon-fill:before{content:""}.ri-patreon-line:before{content:""}.ri-pause-circle-fill:before{content:""}.ri-pause-circle-line:before{content:""}.ri-pause-fill:before{content:""}.ri-pause-line:before{content:""}.ri-pause-mini-fill:before{content:""}.ri-pause-mini-line:before{content:""}.ri-paypal-fill:before{content:""}.ri-paypal-line:before{content:""}.ri-pen-nib-fill:before{content:""}.ri-pen-nib-line:before{content:""}.ri-pencil-fill:before{content:""}.ri-pencil-line:before{content:""}.ri-pencil-ruler-2-fill:before{content:""}.ri-pencil-ruler-2-line:before{content:""}.ri-pencil-ruler-fill:before{content:""}.ri-pencil-ruler-line:before{content:""}.ri-percent-fill:before{content:""}.ri-percent-line:before{content:""}.ri-phone-camera-fill:before{content:""}.ri-phone-camera-line:before{content:""}.ri-phone-fill:before{content:""}.ri-phone-find-fill:before{content:""}.ri-phone-find-line:before{content:""}.ri-phone-line:before{content:""}.ri-phone-lock-fill:before{content:""}.ri-phone-lock-line:before{content:""}.ri-picture-in-picture-2-fill:before{content:""}.ri-picture-in-picture-2-line:before{content:""}.ri-picture-in-picture-exit-fill:before{content:""}.ri-picture-in-picture-exit-line:before{content:""}.ri-picture-in-picture-fill:before{content:""}.ri-picture-in-picture-line:before{content:""}.ri-pie-chart-2-fill:before{content:""}.ri-pie-chart-2-line:before{content:""}.ri-pie-chart-box-fill:before{content:""}.ri-pie-chart-box-line:before{content:""}.ri-pie-chart-fill:before{content:""}.ri-pie-chart-line:before{content:""}.ri-pin-distance-fill:before{content:""}.ri-pin-distance-line:before{content:""}.ri-ping-pong-fill:before{content:""}.ri-ping-pong-line:before{content:""}.ri-pinterest-fill:before{content:""}.ri-pinterest-line:before{content:""}.ri-pinyin-input:before{content:""}.ri-pixelfed-fill:before{content:""}.ri-pixelfed-line:before{content:""}.ri-plane-fill:before{content:""}.ri-plane-line:before{content:""}.ri-plant-fill:before{content:""}.ri-plant-line:before{content:""}.ri-play-circle-fill:before{content:""}.ri-play-circle-line:before{content:""}.ri-play-fill:before{content:""}.ri-play-line:before{content:""}.ri-play-list-add-fill:before{content:""}.ri-play-list-add-line:before{content:""}.ri-play-list-fill:before{content:""}.ri-play-list-line:before{content:""}.ri-play-mini-fill:before{content:""}.ri-play-mini-line:before{content:""}.ri-playstation-fill:before{content:""}.ri-playstation-line:before{content:""}.ri-plug-2-fill:before{content:""}.ri-plug-2-line:before{content:""}.ri-plug-fill:before{content:""}.ri-plug-line:before{content:""}.ri-polaroid-2-fill:before{content:""}.ri-polaroid-2-line:before{content:""}.ri-polaroid-fill:before{content:""}.ri-polaroid-line:before{content:""}.ri-police-car-fill:before{content:""}.ri-police-car-line:before{content:""}.ri-price-tag-2-fill:before{content:""}.ri-price-tag-2-line:before{content:""}.ri-price-tag-3-fill:before{content:""}.ri-price-tag-3-line:before{content:""}.ri-price-tag-fill:before{content:""}.ri-price-tag-line:before{content:""}.ri-printer-cloud-fill:before{content:""}.ri-printer-cloud-line:before{content:""}.ri-printer-fill:before{content:""}.ri-printer-line:before{content:""}.ri-product-hunt-fill:before{content:""}.ri-product-hunt-line:before{content:""}.ri-profile-fill:before{content:""}.ri-profile-line:before{content:""}.ri-projector-2-fill:before{content:""}.ri-projector-2-line:before{content:""}.ri-projector-fill:before{content:""}.ri-projector-line:before{content:""}.ri-pushpin-2-fill:before{content:""}.ri-pushpin-2-line:before{content:""}.ri-pushpin-fill:before{content:""}.ri-pushpin-line:before{content:""}.ri-qq-fill:before{content:""}.ri-qq-line:before{content:""}.ri-qr-code-fill:before{content:""}.ri-qr-code-line:before{content:""}.ri-qr-scan-2-fill:before{content:""}.ri-qr-scan-2-line:before{content:""}.ri-qr-scan-fill:before{content:""}.ri-qr-scan-line:before{content:""}.ri-question-answer-fill:before{content:""}.ri-question-answer-line:before{content:""}.ri-question-fill:before{content:""}.ri-question-line:before{content:""}.ri-questionnaire-fill:before{content:""}.ri-questionnaire-line:before{content:""}.ri-quill-pen-fill:before{content:""}.ri-quill-pen-line:before{content:""}.ri-radar-fill:before{content:""}.ri-radar-line:before{content:""}.ri-radio-2-fill:before{content:""}.ri-radio-2-line:before{content:""}.ri-radio-button-fill:before{content:""}.ri-radio-button-line:before{content:""}.ri-radio-fill:before{content:""}.ri-radio-line:before{content:""}.ri-rainbow-fill:before{content:""}.ri-rainbow-line:before{content:""}.ri-rainy-fill:before{content:""}.ri-rainy-line:before{content:""}.ri-reactjs-fill:before{content:""}.ri-reactjs-line:before{content:""}.ri-record-circle-fill:before{content:""}.ri-record-circle-line:before{content:""}.ri-record-mail-fill:before{content:""}.ri-record-mail-line:before{content:""}.ri-recycle-fill:before{content:""}.ri-recycle-line:before{content:""}.ri-red-packet-fill:before{content:""}.ri-red-packet-line:before{content:""}.ri-reddit-fill:before{content:""}.ri-reddit-line:before{content:""}.ri-refresh-fill:before{content:""}.ri-refresh-line:before{content:""}.ri-refund-2-fill:before{content:""}.ri-refund-2-line:before{content:""}.ri-refund-fill:before{content:""}.ri-refund-line:before{content:""}.ri-registered-fill:before{content:""}.ri-registered-line:before{content:""}.ri-remixicon-fill:before{content:""}.ri-remixicon-line:before{content:""}.ri-remote-control-2-fill:before{content:""}.ri-remote-control-2-line:before{content:""}.ri-remote-control-fill:before{content:""}.ri-remote-control-line:before{content:""}.ri-repeat-2-fill:before{content:""}.ri-repeat-2-line:before{content:""}.ri-repeat-fill:before{content:""}.ri-repeat-line:before{content:""}.ri-repeat-one-fill:before{content:""}.ri-repeat-one-line:before{content:""}.ri-reply-fill:before{content:""}.ri-reply-line:before{content:""}.ri-reserved-fill:before{content:""}.ri-reserved-line:before{content:""}.ri-restart-fill:before{content:""}.ri-restart-line:before{content:""}.ri-restaurant-2-fill:before{content:""}.ri-restaurant-2-line:before{content:""}.ri-restaurant-fill:before{content:""}.ri-restaurant-line:before{content:""}.ri-rewind-fill:before{content:""}.ri-rewind-line:before{content:""}.ri-rewind-mini-fill:before{content:""}.ri-rewind-mini-line:before{content:""}.ri-rhythm-fill:before{content:""}.ri-rhythm-line:before{content:""}.ri-riding-fill:before{content:""}.ri-riding-line:before{content:""}.ri-road-map-fill:before{content:""}.ri-road-map-line:before{content:""}.ri-roadster-fill:before{content:""}.ri-roadster-line:before{content:""}.ri-robot-fill:before{content:""}.ri-robot-line:before{content:""}.ri-rocket-2-fill:before{content:""}.ri-rocket-2-line:before{content:""}.ri-rocket-fill:before{content:""}.ri-rocket-line:before{content:""}.ri-rotate-lock-fill:before{content:""}.ri-rotate-lock-line:before{content:""}.ri-route-fill:before{content:""}.ri-route-line:before{content:""}.ri-router-fill:before{content:""}.ri-router-line:before{content:""}.ri-rss-fill:before{content:""}.ri-rss-line:before{content:""}.ri-ruler-2-fill:before{content:""}.ri-ruler-2-line:before{content:""}.ri-ruler-fill:before{content:""}.ri-ruler-line:before{content:""}.ri-run-fill:before{content:""}.ri-run-line:before{content:""}.ri-safari-fill:before{content:""}.ri-safari-line:before{content:""}.ri-safe-2-fill:before{content:""}.ri-safe-2-line:before{content:""}.ri-safe-fill:before{content:""}.ri-safe-line:before{content:""}.ri-sailboat-fill:before{content:""}.ri-sailboat-line:before{content:""}.ri-save-2-fill:before{content:""}.ri-save-2-line:before{content:""}.ri-save-3-fill:before{content:""}.ri-save-3-line:before{content:""}.ri-save-fill:before{content:""}.ri-save-line:before{content:""}.ri-scales-2-fill:before{content:""}.ri-scales-2-line:before{content:""}.ri-scales-fill:before{content:""}.ri-scales-line:before{content:""}.ri-scan-2-fill:before{content:""}.ri-scan-2-line:before{content:""}.ri-scan-fill:before{content:""}.ri-scan-line:before{content:""}.ri-scissors-2-fill:before{content:""}.ri-scissors-2-line:before{content:""}.ri-scissors-cut-fill:before{content:""}.ri-scissors-cut-line:before{content:""}.ri-scissors-fill:before{content:""}.ri-scissors-line:before{content:""}.ri-screenshot-2-fill:before{content:""}.ri-screenshot-2-line:before{content:""}.ri-screenshot-fill:before{content:""}.ri-screenshot-line:before{content:""}.ri-sd-card-fill:before{content:""}.ri-sd-card-line:before{content:""}.ri-sd-card-mini-fill:before{content:""}.ri-sd-card-mini-line:before{content:""}.ri-search-2-fill:before{content:""}.ri-search-2-line:before{content:""}.ri-search-eye-fill:before{content:""}.ri-search-eye-line:before{content:""}.ri-search-fill:before{content:""}.ri-search-line:before{content:""}.ri-secure-payment-fill:before{content:""}.ri-secure-payment-line:before{content:""}.ri-send-backward:before{content:""}.ri-send-plane-2-fill:before{content:""}.ri-send-plane-2-line:before{content:""}.ri-send-plane-fill:before{content:""}.ri-send-plane-line:before{content:""}.ri-send-to-back:before{content:""}.ri-sensor-fill:before{content:""}.ri-sensor-line:before{content:""}.ri-separator:before{content:""}.ri-server-fill:before{content:""}.ri-server-line:before{content:""}.ri-service-fill:before{content:""}.ri-service-line:before{content:""}.ri-settings-2-fill:before{content:""}.ri-settings-2-line:before{content:""}.ri-settings-3-fill:before{content:""}.ri-settings-3-line:before{content:""}.ri-settings-4-fill:before{content:""}.ri-settings-4-line:before{content:""}.ri-settings-5-fill:before{content:""}.ri-settings-5-line:before{content:""}.ri-settings-6-fill:before{content:""}.ri-settings-6-line:before{content:""}.ri-settings-fill:before{content:""}.ri-settings-line:before{content:""}.ri-shape-2-fill:before{content:""}.ri-shape-2-line:before{content:""}.ri-shape-fill:before{content:""}.ri-shape-line:before{content:""}.ri-share-box-fill:before{content:""}.ri-share-box-line:before{content:""}.ri-share-circle-fill:before{content:""}.ri-share-circle-line:before{content:""}.ri-share-fill:before{content:""}.ri-share-forward-2-fill:before{content:""}.ri-share-forward-2-line:before{content:""}.ri-share-forward-box-fill:before{content:""}.ri-share-forward-box-line:before{content:""}.ri-share-forward-fill:before{content:""}.ri-share-forward-line:before{content:""}.ri-share-line:before{content:""}.ri-shield-cross-fill:before{content:""}.ri-shield-cross-line:before{content:""}.ri-shield-fill:before{content:""}.ri-shield-flash-fill:before{content:""}.ri-shield-flash-line:before{content:""}.ri-shield-keyhole-fill:before{content:""}.ri-shield-keyhole-line:before{content:""}.ri-shield-line:before{content:""}.ri-shield-star-fill:before{content:""}.ri-shield-star-line:before{content:""}.ri-shield-user-fill:before{content:""}.ri-shield-user-line:before{content:""}.ri-ship-2-fill:before{content:""}.ri-ship-2-line:before{content:""}.ri-ship-fill:before{content:""}.ri-ship-line:before{content:""}.ri-shirt-fill:before{content:""}.ri-shirt-line:before{content:""}.ri-shopping-bag-2-fill:before{content:""}.ri-shopping-bag-2-line:before{content:""}.ri-shopping-bag-3-fill:before{content:""}.ri-shopping-bag-3-line:before{content:""}.ri-shopping-bag-fill:before{content:""}.ri-shopping-bag-line:before{content:""}.ri-shopping-basket-2-fill:before{content:""}.ri-shopping-basket-2-line:before{content:""}.ri-shopping-basket-fill:before{content:""}.ri-shopping-basket-line:before{content:""}.ri-shopping-cart-2-fill:before{content:""}.ri-shopping-cart-2-line:before{content:""}.ri-shopping-cart-fill:before{content:""}.ri-shopping-cart-line:before{content:""}.ri-showers-fill:before{content:""}.ri-showers-line:before{content:""}.ri-shuffle-fill:before{content:""}.ri-shuffle-line:before{content:""}.ri-shut-down-fill:before{content:""}.ri-shut-down-line:before{content:""}.ri-side-bar-fill:before{content:""}.ri-side-bar-line:before{content:""}.ri-signal-tower-fill:before{content:""}.ri-signal-tower-line:before{content:""}.ri-signal-wifi-1-fill:before{content:""}.ri-signal-wifi-1-line:before{content:""}.ri-signal-wifi-2-fill:before{content:""}.ri-signal-wifi-2-line:before{content:""}.ri-signal-wifi-3-fill:before{content:""}.ri-signal-wifi-3-line:before{content:""}.ri-signal-wifi-error-fill:before{content:""}.ri-signal-wifi-error-line:before{content:""}.ri-signal-wifi-fill:before{content:""}.ri-signal-wifi-line:before{content:""}.ri-signal-wifi-off-fill:before{content:""}.ri-signal-wifi-off-line:before{content:""}.ri-sim-card-2-fill:before{content:""}.ri-sim-card-2-line:before{content:""}.ri-sim-card-fill:before{content:""}.ri-sim-card-line:before{content:""}.ri-single-quotes-l:before{content:""}.ri-single-quotes-r:before{content:""}.ri-sip-fill:before{content:""}.ri-sip-line:before{content:""}.ri-skip-back-fill:before{content:""}.ri-skip-back-line:before{content:""}.ri-skip-back-mini-fill:before{content:""}.ri-skip-back-mini-line:before{content:""}.ri-skip-forward-fill:before{content:""}.ri-skip-forward-line:before{content:""}.ri-skip-forward-mini-fill:before{content:""}.ri-skip-forward-mini-line:before{content:""}.ri-skull-2-fill:before{content:""}.ri-skull-2-line:before{content:""}.ri-skull-fill:before{content:""}.ri-skull-line:before{content:""}.ri-skype-fill:before{content:""}.ri-skype-line:before{content:""}.ri-slack-fill:before{content:""}.ri-slack-line:before{content:""}.ri-slice-fill:before{content:""}.ri-slice-line:before{content:""}.ri-slideshow-2-fill:before{content:""}.ri-slideshow-2-line:before{content:""}.ri-slideshow-3-fill:before{content:""}.ri-slideshow-3-line:before{content:""}.ri-slideshow-4-fill:before{content:""}.ri-slideshow-4-line:before{content:""}.ri-slideshow-fill:before{content:""}.ri-slideshow-line:before{content:""}.ri-smartphone-fill:before{content:""}.ri-smartphone-line:before{content:""}.ri-snapchat-fill:before{content:""}.ri-snapchat-line:before{content:""}.ri-snowy-fill:before{content:""}.ri-snowy-line:before{content:""}.ri-sort-asc:before{content:""}.ri-sort-desc:before{content:""}.ri-sound-module-fill:before{content:""}.ri-sound-module-line:before{content:""}.ri-soundcloud-fill:before{content:""}.ri-soundcloud-line:before{content:""}.ri-space-ship-fill:before{content:""}.ri-space-ship-line:before{content:""}.ri-space:before{content:""}.ri-spam-2-fill:before{content:""}.ri-spam-2-line:before{content:""}.ri-spam-3-fill:before{content:""}.ri-spam-3-line:before{content:""}.ri-spam-fill:before{content:""}.ri-spam-line:before{content:""}.ri-speaker-2-fill:before{content:""}.ri-speaker-2-line:before{content:""}.ri-speaker-3-fill:before{content:""}.ri-speaker-3-line:before{content:""}.ri-speaker-fill:before{content:""}.ri-speaker-line:before{content:""}.ri-spectrum-fill:before{content:""}.ri-spectrum-line:before{content:""}.ri-speed-fill:before{content:""}.ri-speed-line:before{content:""}.ri-speed-mini-fill:before{content:""}.ri-speed-mini-line:before{content:""}.ri-spotify-fill:before{content:""}.ri-spotify-line:before{content:""}.ri-spy-fill:before{content:""}.ri-spy-line:before{content:""}.ri-stack-fill:before{content:""}.ri-stack-line:before{content:""}.ri-stack-overflow-fill:before{content:""}.ri-stack-overflow-line:before{content:""}.ri-stackshare-fill:before{content:""}.ri-stackshare-line:before{content:""}.ri-star-fill:before{content:""}.ri-star-half-fill:before{content:""}.ri-star-half-line:before{content:""}.ri-star-half-s-fill:before{content:""}.ri-star-half-s-line:before{content:""}.ri-star-line:before{content:""}.ri-star-s-fill:before{content:""}.ri-star-s-line:before{content:""}.ri-star-smile-fill:before{content:""}.ri-star-smile-line:before{content:""}.ri-steam-fill:before{content:""}.ri-steam-line:before{content:""}.ri-steering-2-fill:before{content:""}.ri-steering-2-line:before{content:""}.ri-steering-fill:before{content:""}.ri-steering-line:before{content:""}.ri-sticky-note-2-fill:before{content:""}.ri-sticky-note-2-line:before{content:""}.ri-sticky-note-fill:before{content:""}.ri-sticky-note-line:before{content:""}.ri-stock-fill:before{content:""}.ri-stock-line:before{content:""}.ri-stop-circle-fill:before{content:""}.ri-stop-circle-line:before{content:""}.ri-stop-fill:before{content:""}.ri-stop-line:before{content:""}.ri-stop-mini-fill:before{content:""}.ri-stop-mini-line:before{content:""}.ri-store-2-fill:before{content:""}.ri-store-2-line:before{content:""}.ri-store-3-fill:before{content:""}.ri-store-3-line:before{content:""}.ri-store-fill:before{content:""}.ri-store-line:before{content:""}.ri-strikethrough-2:before{content:""}.ri-strikethrough:before{content:""}.ri-subscript-2:before{content:""}.ri-subscript:before{content:""}.ri-subtract-fill:before{content:""}.ri-subtract-line:before{content:""}.ri-subway-fill:before{content:""}.ri-subway-line:before{content:""}.ri-subway-wifi-fill:before{content:""}.ri-subway-wifi-line:before{content:""}.ri-suitcase-2-fill:before{content:""}.ri-suitcase-2-line:before{content:""}.ri-suitcase-3-fill:before{content:""}.ri-suitcase-3-line:before{content:""}.ri-suitcase-fill:before{content:""}.ri-suitcase-line:before{content:""}.ri-sun-cloudy-fill:before{content:""}.ri-sun-cloudy-line:before{content:""}.ri-sun-fill:before{content:""}.ri-sun-foggy-fill:before{content:""}.ri-sun-foggy-line:before{content:""}.ri-sun-line:before{content:""}.ri-superscript-2:before{content:""}.ri-superscript:before{content:""}.ri-surround-sound-fill:before{content:""}.ri-surround-sound-line:before{content:""}.ri-survey-fill:before{content:""}.ri-survey-line:before{content:""}.ri-swap-box-fill:before{content:""}.ri-swap-box-line:before{content:""}.ri-swap-fill:before{content:""}.ri-swap-line:before{content:""}.ri-switch-fill:before{content:""}.ri-switch-line:before{content:""}.ri-sword-fill:before{content:""}.ri-sword-line:before{content:""}.ri-t-box-fill:before{content:""}.ri-t-box-line:before{content:""}.ri-t-shirt-2-fill:before{content:""}.ri-t-shirt-2-line:before{content:""}.ri-t-shirt-air-fill:before{content:""}.ri-t-shirt-air-line:before{content:""}.ri-t-shirt-fill:before{content:""}.ri-t-shirt-line:before{content:""}.ri-table-2:before{content:""}.ri-table-alt-fill:before{content:""}.ri-table-alt-line:before{content:""}.ri-table-fill:before{content:""}.ri-table-line:before{content:""}.ri-tablet-fill:before{content:""}.ri-tablet-line:before{content:""}.ri-takeaway-fill:before{content:""}.ri-takeaway-line:before{content:""}.ri-taobao-fill:before{content:""}.ri-taobao-line:before{content:""}.ri-tape-fill:before{content:""}.ri-tape-line:before{content:""}.ri-task-fill:before{content:""}.ri-task-line:before{content:""}.ri-taxi-fill:before{content:""}.ri-taxi-line:before{content:""}.ri-taxi-wifi-fill:before{content:""}.ri-taxi-wifi-line:before{content:""}.ri-team-fill:before{content:""}.ri-team-line:before{content:""}.ri-telegram-fill:before{content:""}.ri-telegram-line:before{content:""}.ri-temp-cold-fill:before{content:""}.ri-temp-cold-line:before{content:""}.ri-temp-hot-fill:before{content:""}.ri-temp-hot-line:before{content:""}.ri-terminal-box-fill:before{content:""}.ri-terminal-box-line:before{content:""}.ri-terminal-fill:before{content:""}.ri-terminal-line:before{content:""}.ri-terminal-window-fill:before{content:""}.ri-terminal-window-line:before{content:""}.ri-text-direction-l:before{content:""}.ri-text-direction-r:before{content:""}.ri-text-spacing:before{content:""}.ri-text-wrap:before{content:""}.ri-text:before{content:""}.ri-thumb-down-fill:before{content:""}.ri-thumb-down-line:before{content:""}.ri-thumb-up-fill:before{content:""}.ri-thumb-up-line:before{content:""}.ri-thunderstorms-fill:before{content:""}.ri-thunderstorms-line:before{content:""}.ri-ticket-2-fill:before{content:""}.ri-ticket-2-line:before{content:""}.ri-ticket-fill:before{content:""}.ri-ticket-line:before{content:""}.ri-time-fill:before{content:""}.ri-time-line:before{content:""}.ri-timer-2-fill:before{content:""}.ri-timer-2-line:before{content:""}.ri-timer-fill:before{content:""}.ri-timer-flash-fill:before{content:""}.ri-timer-flash-line:before{content:""}.ri-timer-line:before{content:""}.ri-todo-fill:before{content:""}.ri-todo-line:before{content:""}.ri-toggle-fill:before{content:""}.ri-toggle-line:before{content:""}.ri-tools-fill:before{content:""}.ri-tools-line:before{content:""}.ri-tornado-fill:before{content:""}.ri-tornado-line:before{content:""}.ri-trademark-fill:before{content:""}.ri-trademark-line:before{content:""}.ri-traffic-light-fill:before{content:""}.ri-traffic-light-line:before{content:""}.ri-train-fill:before{content:""}.ri-train-line:before{content:""}.ri-train-wifi-fill:before{content:""}.ri-train-wifi-line:before{content:""}.ri-translate-2:before{content:""}.ri-translate:before{content:""}.ri-travesti-fill:before{content:""}.ri-travesti-line:before{content:""}.ri-treasure-map-fill:before{content:""}.ri-treasure-map-line:before{content:""}.ri-trello-fill:before{content:""}.ri-trello-line:before{content:""}.ri-trophy-fill:before{content:""}.ri-trophy-line:before{content:""}.ri-truck-fill:before{content:""}.ri-truck-line:before{content:""}.ri-tumblr-fill:before{content:""}.ri-tumblr-line:before{content:""}.ri-tv-2-fill:before{content:""}.ri-tv-2-line:before{content:""}.ri-tv-fill:before{content:""}.ri-tv-line:before{content:""}.ri-twitch-fill:before{content:""}.ri-twitch-line:before{content:""}.ri-twitter-fill:before{content:""}.ri-twitter-line:before{content:""}.ri-typhoon-fill:before{content:""}.ri-typhoon-line:before{content:""}.ri-u-disk-fill:before{content:""}.ri-u-disk-line:before{content:""}.ri-ubuntu-fill:before{content:""}.ri-ubuntu-line:before{content:""}.ri-umbrella-fill:before{content:""}.ri-umbrella-line:before{content:""}.ri-underline:before{content:""}.ri-uninstall-fill:before{content:""}.ri-uninstall-line:before{content:""}.ri-unsplash-fill:before{content:""}.ri-unsplash-line:before{content:""}.ri-upload-2-fill:before{content:""}.ri-upload-2-line:before{content:""}.ri-upload-cloud-2-fill:before{content:""}.ri-upload-cloud-2-line:before{content:""}.ri-upload-cloud-fill:before{content:""}.ri-upload-cloud-line:before{content:""}.ri-upload-fill:before{content:""}.ri-upload-line:before{content:""}.ri-user-2-fill:before{content:""}.ri-user-2-line:before{content:""}.ri-user-3-fill:before{content:""}.ri-user-3-line:before{content:""}.ri-user-4-fill:before{content:""}.ri-user-4-line:before{content:""}.ri-user-5-fill:before{content:""}.ri-user-5-line:before{content:""}.ri-user-6-fill:before{content:""}.ri-user-6-line:before{content:""}.ri-user-add-fill:before{content:""}.ri-user-add-line:before{content:""}.ri-user-fill:before{content:""}.ri-user-follow-fill:before{content:""}.ri-user-follow-line:before{content:""}.ri-user-heart-fill:before{content:""}.ri-user-heart-line:before{content:""}.ri-user-line:before{content:""}.ri-user-location-fill:before{content:""}.ri-user-location-line:before{content:""}.ri-user-received-2-fill:before{content:""}.ri-user-received-2-line:before{content:""}.ri-user-received-fill:before{content:""}.ri-user-received-line:before{content:""}.ri-user-search-fill:before{content:""}.ri-user-search-line:before{content:""}.ri-user-settings-fill:before{content:""}.ri-user-settings-line:before{content:""}.ri-user-shared-2-fill:before{content:""}.ri-user-shared-2-line:before{content:""}.ri-user-shared-fill:before{content:""}.ri-user-shared-line:before{content:""}.ri-user-smile-fill:before{content:""}.ri-user-smile-line:before{content:""}.ri-user-star-fill:before{content:""}.ri-user-star-line:before{content:""}.ri-user-unfollow-fill:before{content:""}.ri-user-unfollow-line:before{content:""}.ri-user-voice-fill:before{content:""}.ri-user-voice-line:before{content:""}.ri-video-add-fill:before{content:""}.ri-video-add-line:before{content:""}.ri-video-chat-fill:before{content:""}.ri-video-chat-line:before{content:""}.ri-video-download-fill:before{content:""}.ri-video-download-line:before{content:""}.ri-video-fill:before{content:""}.ri-video-line:before{content:""}.ri-video-upload-fill:before{content:""}.ri-video-upload-line:before{content:""}.ri-vidicon-2-fill:before{content:""}.ri-vidicon-2-line:before{content:""}.ri-vidicon-fill:before{content:""}.ri-vidicon-line:before{content:""}.ri-vip-crown-2-fill:before{content:""}.ri-vip-crown-2-line:before{content:""}.ri-vip-crown-fill:before{content:""}.ri-vip-crown-line:before{content:""}.ri-vip-diamond-fill:before{content:""}.ri-vip-diamond-line:before{content:""}.ri-vip-fill:before{content:""}.ri-vip-line:before{content:""}.ri-visa-fill:before{content:""}.ri-visa-line:before{content:""}.ri-voice-recognition-fill:before{content:""}.ri-voice-recognition-line:before{content:""}.ri-voiceprint-fill:before{content:""}.ri-voiceprint-line:before{content:""}.ri-volume-down-fill:before{content:""}.ri-volume-down-line:before{content:""}.ri-volume-mute-fill:before{content:""}.ri-volume-mute-line:before{content:""}.ri-volume-off-vibrate-fill:before{content:""}.ri-volume-off-vibrate-line:before{content:""}.ri-volume-up-fill:before{content:""}.ri-volume-up-line:before{content:""}.ri-volume-vibrate-fill:before{content:""}.ri-volume-vibrate-line:before{content:""}.ri-vuejs-fill:before{content:""}.ri-vuejs-line:before{content:""}.ri-walk-fill:before{content:""}.ri-walk-line:before{content:""}.ri-wallet-2-fill:before{content:""}.ri-wallet-2-line:before{content:""}.ri-wallet-3-fill:before{content:""}.ri-wallet-3-line:before{content:""}.ri-wallet-fill:before{content:""}.ri-wallet-line:before{content:""}.ri-water-flash-fill:before{content:""}.ri-water-flash-line:before{content:""}.ri-webcam-fill:before{content:""}.ri-webcam-line:before{content:""}.ri-wechat-2-fill:before{content:""}.ri-wechat-2-line:before{content:""}.ri-wechat-fill:before{content:""}.ri-wechat-line:before{content:""}.ri-wechat-pay-fill:before{content:""}.ri-wechat-pay-line:before{content:""}.ri-weibo-fill:before{content:""}.ri-weibo-line:before{content:""}.ri-whatsapp-fill:before{content:""}.ri-whatsapp-line:before{content:""}.ri-wheelchair-fill:before{content:""}.ri-wheelchair-line:before{content:""}.ri-wifi-fill:before{content:""}.ri-wifi-line:before{content:""}.ri-wifi-off-fill:before{content:""}.ri-wifi-off-line:before{content:""}.ri-window-2-fill:before{content:""}.ri-window-2-line:before{content:""}.ri-window-fill:before{content:""}.ri-window-line:before{content:""}.ri-windows-fill:before{content:""}.ri-windows-line:before{content:""}.ri-windy-fill:before{content:""}.ri-windy-line:before{content:""}.ri-wireless-charging-fill:before{content:""}.ri-wireless-charging-line:before{content:""}.ri-women-fill:before{content:""}.ri-women-line:before{content:""}.ri-wubi-input:before{content:""}.ri-xbox-fill:before{content:""}.ri-xbox-line:before{content:""}.ri-xing-fill:before{content:""}.ri-xing-line:before{content:""}.ri-youtube-fill:before{content:""}.ri-youtube-line:before{content:""}.ri-zcool-fill:before{content:""}.ri-zcool-line:before{content:""}.ri-zhihu-fill:before{content:""}.ri-zhihu-line:before{content:""}.ri-zoom-in-fill:before{content:""}.ri-zoom-in-line:before{content:""}.ri-zoom-out-fill:before{content:""}.ri-zoom-out-line:before{content:""}@font-face{font-family:"Material Design Icons";src:url(/assets/ac209be0c79e5dc10480-1a28239703a3087c979cc2e0ca8a05491c56dae3e455d1d27bf9870cabd28254.eot?v=7.0.96);src:url(/assets/ac209be0c79e5dc10480-1a28239703a3087c979cc2e0ca8a05491c56dae3e455d1d27bf9870cabd28254.eot?#iefix&v=7.0.96) format("embedded-opentype"),url(/assets/626f06dbe2e83a32e735-be38778405138076e1ddef7fc8f9b32193da5d766de7589fdfbc8e600ad603de.woff2?v=7.0.96) format("woff2"),url(/assets/e3dde18cd4c463d07847-f9fee0ffcf7d5e3f2da3495e49d25a10b5711abb545cd7ca2bb3309c11559f4c.woff?v=7.0.96) format("woff"),url(/assets/28ce6d308b0d52285317-cf245d7b862b105aa9b11e96c3c2ba3bc53aa1fcea5995b1b75e7cd0a20e1e43.ttf?v=7.0.96) format("truetype");font-weight:normal;font-style:normal}.mdi:before,.mdi-set{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing::before{content:"󰇉"}.mdi-abacus::before{content:"󱛠"}.mdi-abjad-arabic::before{content:"󱌨"}.mdi-abjad-hebrew::before{content:"󱌩"}.mdi-abugida-devanagari::before{content:"󱌪"}.mdi-abugida-thai::before{content:"󱌫"}.mdi-access-point::before{content:"󰀃"}.mdi-access-point-check::before{content:"󱔸"}.mdi-access-point-minus::before{content:"󱔹"}.mdi-access-point-network::before{content:"󰀂"}.mdi-access-point-network-off::before{content:"󰯡"}.mdi-access-point-off::before{content:"󱔑"}.mdi-access-point-plus::before{content:"󱔺"}.mdi-access-point-remove::before{content:"󱔻"}.mdi-account::before{content:"󰀄"}.mdi-account-alert::before{content:"󰀅"}.mdi-account-alert-outline::before{content:"󰭐"}.mdi-account-arrow-down::before{content:"󱡨"}.mdi-account-arrow-down-outline::before{content:"󱡩"}.mdi-account-arrow-left::before{content:"󰭑"}.mdi-account-arrow-left-outline::before{content:"󰭒"}.mdi-account-arrow-right::before{content:"󰭓"}.mdi-account-arrow-right-outline::before{content:"󰭔"}.mdi-account-arrow-up::before{content:"󱡧"}.mdi-account-arrow-up-outline::before{content:"󱡪"}.mdi-account-badge::before{content:"󱬊"}.mdi-account-badge-outline::before{content:"󱬋"}.mdi-account-box::before{content:"󰀆"}.mdi-account-box-multiple::before{content:"󰤴"}.mdi-account-box-multiple-outline::before{content:"󱀊"}.mdi-account-box-outline::before{content:"󰀇"}.mdi-account-cancel::before{content:"󱋟"}.mdi-account-cancel-outline::before{content:"󱋠"}.mdi-account-card::before{content:"󱮤"}.mdi-account-card-outline::before{content:"󱮥"}.mdi-account-cash::before{content:"󱂗"}.mdi-account-cash-outline::before{content:"󱂘"}.mdi-account-check::before{content:"󰀈"}.mdi-account-check-outline::before{content:"󰯢"}.mdi-account-child::before{content:"󰪉"}.mdi-account-child-circle::before{content:"󰪊"}.mdi-account-child-outline::before{content:"󱃈"}.mdi-account-circle::before{content:"󰀉"}.mdi-account-circle-outline::before{content:"󰭕"}.mdi-account-clock::before{content:"󰭖"}.mdi-account-clock-outline::before{content:"󰭗"}.mdi-account-cog::before{content:"󱍰"}.mdi-account-cog-outline::before{content:"󱍱"}.mdi-account-convert::before{content:"󰀊"}.mdi-account-convert-outline::before{content:"󱌁"}.mdi-account-cowboy-hat::before{content:"󰺛"}.mdi-account-cowboy-hat-outline::before{content:"󱟳"}.mdi-account-credit-card::before{content:"󱮦"}.mdi-account-credit-card-outline::before{content:"󱮧"}.mdi-account-details::before{content:"󰘱"}.mdi-account-details-outline::before{content:"󱍲"}.mdi-account-edit::before{content:"󰚼"}.mdi-account-edit-outline::before{content:"󰿻"}.mdi-account-eye::before{content:"󰐠"}.mdi-account-eye-outline::before{content:"󱉻"}.mdi-account-filter::before{content:"󰤶"}.mdi-account-filter-outline::before{content:"󰾝"}.mdi-account-group::before{content:"󰡉"}.mdi-account-group-outline::before{content:"󰭘"}.mdi-account-hard-hat::before{content:"󰖵"}.mdi-account-hard-hat-outline::before{content:"󱨟"}.mdi-account-heart::before{content:"󰢙"}.mdi-account-heart-outline::before{content:"󰯣"}.mdi-account-injury::before{content:"󱠕"}.mdi-account-injury-outline::before{content:"󱠖"}.mdi-account-key::before{content:"󰀋"}.mdi-account-key-outline::before{content:"󰯤"}.mdi-account-lock::before{content:"󱅞"}.mdi-account-lock-open::before{content:"󱥠"}.mdi-account-lock-open-outline::before{content:"󱥡"}.mdi-account-lock-outline::before{content:"󱅟"}.mdi-account-minus::before{content:"󰀍"}.mdi-account-minus-outline::before{content:"󰫬"}.mdi-account-multiple::before{content:"󰀎"}.mdi-account-multiple-check::before{content:"󰣅"}.mdi-account-multiple-check-outline::before{content:"󱇾"}.mdi-account-multiple-minus::before{content:"󰗓"}.mdi-account-multiple-minus-outline::before{content:"󰯥"}.mdi-account-multiple-outline::before{content:"󰀏"}.mdi-account-multiple-plus::before{content:"󰀐"}.mdi-account-multiple-plus-outline::before{content:"󰠀"}.mdi-account-multiple-remove::before{content:"󱈊"}.mdi-account-multiple-remove-outline::before{content:"󱈋"}.mdi-account-music::before{content:"󰠃"}.mdi-account-music-outline::before{content:"󰳩"}.mdi-account-network::before{content:"󰀑"}.mdi-account-network-off::before{content:"󱫱"}.mdi-account-network-off-outline::before{content:"󱫲"}.mdi-account-network-outline::before{content:"󰯦"}.mdi-account-off::before{content:"󰀒"}.mdi-account-off-outline::before{content:"󰯧"}.mdi-account-outline::before{content:"󰀓"}.mdi-account-plus::before{content:"󰀔"}.mdi-account-plus-outline::before{content:"󰠁"}.mdi-account-question::before{content:"󰭙"}.mdi-account-question-outline::before{content:"󰭚"}.mdi-account-reactivate::before{content:"󱔫"}.mdi-account-reactivate-outline::before{content:"󱔬"}.mdi-account-remove::before{content:"󰀕"}.mdi-account-remove-outline::before{content:"󰫭"}.mdi-account-school::before{content:"󱨠"}.mdi-account-school-outline::before{content:"󱨡"}.mdi-account-search::before{content:"󰀖"}.mdi-account-search-outline::before{content:"󰤵"}.mdi-account-settings::before{content:"󰘰"}.mdi-account-settings-outline::before{content:"󱃉"}.mdi-account-star::before{content:"󰀗"}.mdi-account-star-outline::before{content:"󰯨"}.mdi-account-supervisor::before{content:"󰪋"}.mdi-account-supervisor-circle::before{content:"󰪌"}.mdi-account-supervisor-circle-outline::before{content:"󱓬"}.mdi-account-supervisor-outline::before{content:"󱄭"}.mdi-account-switch::before{content:"󰀙"}.mdi-account-switch-outline::before{content:"󰓋"}.mdi-account-sync::before{content:"󱤛"}.mdi-account-sync-outline::before{content:"󱤜"}.mdi-account-tie::before{content:"󰳣"}.mdi-account-tie-hat::before{content:"󱢘"}.mdi-account-tie-hat-outline::before{content:"󱢙"}.mdi-account-tie-outline::before{content:"󱃊"}.mdi-account-tie-voice::before{content:"󱌈"}.mdi-account-tie-voice-off::before{content:"󱌊"}.mdi-account-tie-voice-off-outline::before{content:"󱌋"}.mdi-account-tie-voice-outline::before{content:"󱌉"}.mdi-account-tie-woman::before{content:"󱪌"}.mdi-account-voice::before{content:"󰗋"}.mdi-account-voice-off::before{content:"󰻔"}.mdi-account-wrench::before{content:"󱢚"}.mdi-account-wrench-outline::before{content:"󱢛"}.mdi-adjust::before{content:"󰀚"}.mdi-advertisements::before{content:"󱤪"}.mdi-advertisements-off::before{content:"󱤫"}.mdi-air-conditioner::before{content:"󰀛"}.mdi-air-filter::before{content:"󰵃"}.mdi-air-horn::before{content:"󰶬"}.mdi-air-humidifier::before{content:"󱂙"}.mdi-air-humidifier-off::before{content:"󱑦"}.mdi-air-purifier::before{content:"󰵄"}.mdi-air-purifier-off::before{content:"󱭗"}.mdi-airbag::before{content:"󰯩"}.mdi-airballoon::before{content:"󰀜"}.mdi-airballoon-outline::before{content:"󱀋"}.mdi-airplane::before{content:"󰀝"}.mdi-airplane-alert::before{content:"󱡺"}.mdi-airplane-check::before{content:"󱡻"}.mdi-airplane-clock::before{content:"󱡼"}.mdi-airplane-cog::before{content:"󱡽"}.mdi-airplane-edit::before{content:"󱡾"}.mdi-airplane-landing::before{content:"󰗔"}.mdi-airplane-marker::before{content:"󱡿"}.mdi-airplane-minus::before{content:"󱢀"}.mdi-airplane-off::before{content:"󰀞"}.mdi-airplane-plus::before{content:"󱢁"}.mdi-airplane-remove::before{content:"󱢂"}.mdi-airplane-search::before{content:"󱢃"}.mdi-airplane-settings::before{content:"󱢄"}.mdi-airplane-takeoff::before{content:"󰗕"}.mdi-airport::before{content:"󰡋"}.mdi-alarm::before{content:"󰀠"}.mdi-alarm-bell::before{content:"󰞎"}.mdi-alarm-check::before{content:"󰀡"}.mdi-alarm-light::before{content:"󰞏"}.mdi-alarm-light-off::before{content:"󱜞"}.mdi-alarm-light-off-outline::before{content:"󱜟"}.mdi-alarm-light-outline::before{content:"󰯪"}.mdi-alarm-multiple::before{content:"󰀢"}.mdi-alarm-note::before{content:"󰹱"}.mdi-alarm-note-off::before{content:"󰹲"}.mdi-alarm-off::before{content:"󰀣"}.mdi-alarm-panel::before{content:"󱗄"}.mdi-alarm-panel-outline::before{content:"󱗅"}.mdi-alarm-plus::before{content:"󰀤"}.mdi-alarm-snooze::before{content:"󰚎"}.mdi-album::before{content:"󰀥"}.mdi-alert::before{content:"󰀦"}.mdi-alert-box::before{content:"󰀧"}.mdi-alert-box-outline::before{content:"󰳤"}.mdi-alert-circle::before{content:"󰀨"}.mdi-alert-circle-check::before{content:"󱇭"}.mdi-alert-circle-check-outline::before{content:"󱇮"}.mdi-alert-circle-outline::before{content:"󰗖"}.mdi-alert-decagram::before{content:"󰚽"}.mdi-alert-decagram-outline::before{content:"󰳥"}.mdi-alert-minus::before{content:"󱒻"}.mdi-alert-minus-outline::before{content:"󱒾"}.mdi-alert-octagon::before{content:"󰀩"}.mdi-alert-octagon-outline::before{content:"󰳦"}.mdi-alert-octagram::before{content:"󰝧"}.mdi-alert-octagram-outline::before{content:"󰳧"}.mdi-alert-outline::before{content:"󰀪"}.mdi-alert-plus::before{content:"󱒺"}.mdi-alert-plus-outline::before{content:"󱒽"}.mdi-alert-remove::before{content:"󱒼"}.mdi-alert-remove-outline::before{content:"󱒿"}.mdi-alert-rhombus::before{content:"󱇎"}.mdi-alert-rhombus-outline::before{content:"󱇏"}.mdi-alien::before{content:"󰢚"}.mdi-alien-outline::before{content:"󱃋"}.mdi-align-horizontal-center::before{content:"󱇃"}.mdi-align-horizontal-distribute::before{content:"󱥢"}.mdi-align-horizontal-left::before{content:"󱇂"}.mdi-align-horizontal-right::before{content:"󱇄"}.mdi-align-vertical-bottom::before{content:"󱇅"}.mdi-align-vertical-center::before{content:"󱇆"}.mdi-align-vertical-distribute::before{content:"󱥣"}.mdi-align-vertical-top::before{content:"󱇇"}.mdi-all-inclusive::before{content:"󰚾"}.mdi-all-inclusive-box::before{content:"󱢍"}.mdi-all-inclusive-box-outline::before{content:"󱢎"}.mdi-allergy::before{content:"󱉘"}.mdi-alpha::before{content:"󰀫"}.mdi-alpha-a::before{content:"󰫮"}.mdi-alpha-a-box::before{content:"󰬈"}.mdi-alpha-a-box-outline::before{content:"󰯫"}.mdi-alpha-a-circle::before{content:"󰯬"}.mdi-alpha-a-circle-outline::before{content:"󰯭"}.mdi-alpha-b::before{content:"󰫯"}.mdi-alpha-b-box::before{content:"󰬉"}.mdi-alpha-b-box-outline::before{content:"󰯮"}.mdi-alpha-b-circle::before{content:"󰯯"}.mdi-alpha-b-circle-outline::before{content:"󰯰"}.mdi-alpha-c::before{content:"󰫰"}.mdi-alpha-c-box::before{content:"󰬊"}.mdi-alpha-c-box-outline::before{content:"󰯱"}.mdi-alpha-c-circle::before{content:"󰯲"}.mdi-alpha-c-circle-outline::before{content:"󰯳"}.mdi-alpha-d::before{content:"󰫱"}.mdi-alpha-d-box::before{content:"󰬋"}.mdi-alpha-d-box-outline::before{content:"󰯴"}.mdi-alpha-d-circle::before{content:"󰯵"}.mdi-alpha-d-circle-outline::before{content:"󰯶"}.mdi-alpha-e::before{content:"󰫲"}.mdi-alpha-e-box::before{content:"󰬌"}.mdi-alpha-e-box-outline::before{content:"󰯷"}.mdi-alpha-e-circle::before{content:"󰯸"}.mdi-alpha-e-circle-outline::before{content:"󰯹"}.mdi-alpha-f::before{content:"󰫳"}.mdi-alpha-f-box::before{content:"󰬍"}.mdi-alpha-f-box-outline::before{content:"󰯺"}.mdi-alpha-f-circle::before{content:"󰯻"}.mdi-alpha-f-circle-outline::before{content:"󰯼"}.mdi-alpha-g::before{content:"󰫴"}.mdi-alpha-g-box::before{content:"󰬎"}.mdi-alpha-g-box-outline::before{content:"󰯽"}.mdi-alpha-g-circle::before{content:"󰯾"}.mdi-alpha-g-circle-outline::before{content:"󰯿"}.mdi-alpha-h::before{content:"󰫵"}.mdi-alpha-h-box::before{content:"󰬏"}.mdi-alpha-h-box-outline::before{content:"󰰀"}.mdi-alpha-h-circle::before{content:"󰰁"}.mdi-alpha-h-circle-outline::before{content:"󰰂"}.mdi-alpha-i::before{content:"󰫶"}.mdi-alpha-i-box::before{content:"󰬐"}.mdi-alpha-i-box-outline::before{content:"󰰃"}.mdi-alpha-i-circle::before{content:"󰰄"}.mdi-alpha-i-circle-outline::before{content:"󰰅"}.mdi-alpha-j::before{content:"󰫷"}.mdi-alpha-j-box::before{content:"󰬑"}.mdi-alpha-j-box-outline::before{content:"󰰆"}.mdi-alpha-j-circle::before{content:"󰰇"}.mdi-alpha-j-circle-outline::before{content:"󰰈"}.mdi-alpha-k::before{content:"󰫸"}.mdi-alpha-k-box::before{content:"󰬒"}.mdi-alpha-k-box-outline::before{content:"󰰉"}.mdi-alpha-k-circle::before{content:"󰰊"}.mdi-alpha-k-circle-outline::before{content:"󰰋"}.mdi-alpha-l::before{content:"󰫹"}.mdi-alpha-l-box::before{content:"󰬓"}.mdi-alpha-l-box-outline::before{content:"󰰌"}.mdi-alpha-l-circle::before{content:"󰰍"}.mdi-alpha-l-circle-outline::before{content:"󰰎"}.mdi-alpha-m::before{content:"󰫺"}.mdi-alpha-m-box::before{content:"󰬔"}.mdi-alpha-m-box-outline::before{content:"󰰏"}.mdi-alpha-m-circle::before{content:"󰰐"}.mdi-alpha-m-circle-outline::before{content:"󰰑"}.mdi-alpha-n::before{content:"󰫻"}.mdi-alpha-n-box::before{content:"󰬕"}.mdi-alpha-n-box-outline::before{content:"󰰒"}.mdi-alpha-n-circle::before{content:"󰰓"}.mdi-alpha-n-circle-outline::before{content:"󰰔"}.mdi-alpha-o::before{content:"󰫼"}.mdi-alpha-o-box::before{content:"󰬖"}.mdi-alpha-o-box-outline::before{content:"󰰕"}.mdi-alpha-o-circle::before{content:"󰰖"}.mdi-alpha-o-circle-outline::before{content:"󰰗"}.mdi-alpha-p::before{content:"󰫽"}.mdi-alpha-p-box::before{content:"󰬗"}.mdi-alpha-p-box-outline::before{content:"󰰘"}.mdi-alpha-p-circle::before{content:"󰰙"}.mdi-alpha-p-circle-outline::before{content:"󰰚"}.mdi-alpha-q::before{content:"󰫾"}.mdi-alpha-q-box::before{content:"󰬘"}.mdi-alpha-q-box-outline::before{content:"󰰛"}.mdi-alpha-q-circle::before{content:"󰰜"}.mdi-alpha-q-circle-outline::before{content:"󰰝"}.mdi-alpha-r::before{content:"󰫿"}.mdi-alpha-r-box::before{content:"󰬙"}.mdi-alpha-r-box-outline::before{content:"󰰞"}.mdi-alpha-r-circle::before{content:"󰰟"}.mdi-alpha-r-circle-outline::before{content:"󰰠"}.mdi-alpha-s::before{content:"󰬀"}.mdi-alpha-s-box::before{content:"󰬚"}.mdi-alpha-s-box-outline::before{content:"󰰡"}.mdi-alpha-s-circle::before{content:"󰰢"}.mdi-alpha-s-circle-outline::before{content:"󰰣"}.mdi-alpha-t::before{content:"󰬁"}.mdi-alpha-t-box::before{content:"󰬛"}.mdi-alpha-t-box-outline::before{content:"󰰤"}.mdi-alpha-t-circle::before{content:"󰰥"}.mdi-alpha-t-circle-outline::before{content:"󰰦"}.mdi-alpha-u::before{content:"󰬂"}.mdi-alpha-u-box::before{content:"󰬜"}.mdi-alpha-u-box-outline::before{content:"󰰧"}.mdi-alpha-u-circle::before{content:"󰰨"}.mdi-alpha-u-circle-outline::before{content:"󰰩"}.mdi-alpha-v::before{content:"󰬃"}.mdi-alpha-v-box::before{content:"󰬝"}.mdi-alpha-v-box-outline::before{content:"󰰪"}.mdi-alpha-v-circle::before{content:"󰰫"}.mdi-alpha-v-circle-outline::before{content:"󰰬"}.mdi-alpha-w::before{content:"󰬄"}.mdi-alpha-w-box::before{content:"󰬞"}.mdi-alpha-w-box-outline::before{content:"󰰭"}.mdi-alpha-w-circle::before{content:"󰰮"}.mdi-alpha-w-circle-outline::before{content:"󰰯"}.mdi-alpha-x::before{content:"󰬅"}.mdi-alpha-x-box::before{content:"󰬟"}.mdi-alpha-x-box-outline::before{content:"󰰰"}.mdi-alpha-x-circle::before{content:"󰰱"}.mdi-alpha-x-circle-outline::before{content:"󰰲"}.mdi-alpha-y::before{content:"󰬆"}.mdi-alpha-y-box::before{content:"󰬠"}.mdi-alpha-y-box-outline::before{content:"󰰳"}.mdi-alpha-y-circle::before{content:"󰰴"}.mdi-alpha-y-circle-outline::before{content:"󰰵"}.mdi-alpha-z::before{content:"󰬇"}.mdi-alpha-z-box::before{content:"󰬡"}.mdi-alpha-z-box-outline::before{content:"󰰶"}.mdi-alpha-z-circle::before{content:"󰰷"}.mdi-alpha-z-circle-outline::before{content:"󰰸"}.mdi-alphabet-aurebesh::before{content:"󱌬"}.mdi-alphabet-cyrillic::before{content:"󱌭"}.mdi-alphabet-greek::before{content:"󱌮"}.mdi-alphabet-latin::before{content:"󱌯"}.mdi-alphabet-piqad::before{content:"󱌰"}.mdi-alphabet-tengwar::before{content:"󱌷"}.mdi-alphabetical::before{content:"󰀬"}.mdi-alphabetical-off::before{content:"󱀌"}.mdi-alphabetical-variant::before{content:"󱀍"}.mdi-alphabetical-variant-off::before{content:"󱀎"}.mdi-altimeter::before{content:"󰗗"}.mdi-ambulance::before{content:"󰀯"}.mdi-ammunition::before{content:"󰳨"}.mdi-ampersand::before{content:"󰪍"}.mdi-amplifier::before{content:"󰀰"}.mdi-amplifier-off::before{content:"󱆵"}.mdi-anchor::before{content:"󰀱"}.mdi-android::before{content:"󰀲"}.mdi-android-studio::before{content:"󰀴"}.mdi-angle-acute::before{content:"󰤷"}.mdi-angle-obtuse::before{content:"󰤸"}.mdi-angle-right::before{content:"󰤹"}.mdi-angular::before{content:"󰚲"}.mdi-angularjs::before{content:"󰚿"}.mdi-animation::before{content:"󰗘"}.mdi-animation-outline::before{content:"󰪏"}.mdi-animation-play::before{content:"󰤺"}.mdi-animation-play-outline::before{content:"󰪐"}.mdi-ansible::before{content:"󱂚"}.mdi-antenna::before{content:"󱄙"}.mdi-anvil::before{content:"󰢛"}.mdi-apache-kafka::before{content:"󱀏"}.mdi-api::before{content:"󱂛"}.mdi-api-off::before{content:"󱉗"}.mdi-apple::before{content:"󰀵"}.mdi-apple-finder::before{content:"󰀶"}.mdi-apple-icloud::before{content:"󰀸"}.mdi-apple-ios::before{content:"󰀷"}.mdi-apple-keyboard-caps::before{content:"󰘲"}.mdi-apple-keyboard-command::before{content:"󰘳"}.mdi-apple-keyboard-control::before{content:"󰘴"}.mdi-apple-keyboard-option::before{content:"󰘵"}.mdi-apple-keyboard-shift::before{content:"󰘶"}.mdi-apple-safari::before{content:"󰀹"}.mdi-application::before{content:"󰣆"}.mdi-application-array::before{content:"󱃵"}.mdi-application-array-outline::before{content:"󱃶"}.mdi-application-braces::before{content:"󱃷"}.mdi-application-braces-outline::before{content:"󱃸"}.mdi-application-brackets::before{content:"󰲋"}.mdi-application-brackets-outline::before{content:"󰲌"}.mdi-application-cog::before{content:"󰙵"}.mdi-application-cog-outline::before{content:"󱕷"}.mdi-application-edit::before{content:"󰂮"}.mdi-application-edit-outline::before{content:"󰘙"}.mdi-application-export::before{content:"󰶭"}.mdi-application-import::before{content:"󰶮"}.mdi-application-outline::before{content:"󰘔"}.mdi-application-parentheses::before{content:"󱃹"}.mdi-application-parentheses-outline::before{content:"󱃺"}.mdi-application-settings::before{content:"󰭠"}.mdi-application-settings-outline::before{content:"󱕕"}.mdi-application-variable::before{content:"󱃻"}.mdi-application-variable-outline::before{content:"󱃼"}.mdi-approximately-equal::before{content:"󰾞"}.mdi-approximately-equal-box::before{content:"󰾟"}.mdi-apps::before{content:"󰀻"}.mdi-apps-box::before{content:"󰵆"}.mdi-arch::before{content:"󰣇"}.mdi-archive::before{content:"󰀼"}.mdi-archive-alert::before{content:"󱓽"}.mdi-archive-alert-outline::before{content:"󱓾"}.mdi-archive-arrow-down::before{content:"󱉙"}.mdi-archive-arrow-down-outline::before{content:"󱉚"}.mdi-archive-arrow-up::before{content:"󱉛"}.mdi-archive-arrow-up-outline::before{content:"󱉜"}.mdi-archive-cancel::before{content:"󱝋"}.mdi-archive-cancel-outline::before{content:"󱝌"}.mdi-archive-check::before{content:"󱝍"}.mdi-archive-check-outline::before{content:"󱝎"}.mdi-archive-clock::before{content:"󱝏"}.mdi-archive-clock-outline::before{content:"󱝐"}.mdi-archive-cog::before{content:"󱝑"}.mdi-archive-cog-outline::before{content:"󱝒"}.mdi-archive-edit::before{content:"󱝓"}.mdi-archive-edit-outline::before{content:"󱝔"}.mdi-archive-eye::before{content:"󱝕"}.mdi-archive-eye-outline::before{content:"󱝖"}.mdi-archive-lock::before{content:"󱝗"}.mdi-archive-lock-open::before{content:"󱝘"}.mdi-archive-lock-open-outline::before{content:"󱝙"}.mdi-archive-lock-outline::before{content:"󱝚"}.mdi-archive-marker::before{content:"󱝛"}.mdi-archive-marker-outline::before{content:"󱝜"}.mdi-archive-minus::before{content:"󱝝"}.mdi-archive-minus-outline::before{content:"󱝞"}.mdi-archive-music::before{content:"󱝟"}.mdi-archive-music-outline::before{content:"󱝠"}.mdi-archive-off::before{content:"󱝡"}.mdi-archive-off-outline::before{content:"󱝢"}.mdi-archive-outline::before{content:"󱈎"}.mdi-archive-plus::before{content:"󱝣"}.mdi-archive-plus-outline::before{content:"󱝤"}.mdi-archive-refresh::before{content:"󱝥"}.mdi-archive-refresh-outline::before{content:"󱝦"}.mdi-archive-remove::before{content:"󱝧"}.mdi-archive-remove-outline::before{content:"󱝨"}.mdi-archive-search::before{content:"󱝩"}.mdi-archive-search-outline::before{content:"󱝪"}.mdi-archive-settings::before{content:"󱝫"}.mdi-archive-settings-outline::before{content:"󱝬"}.mdi-archive-star::before{content:"󱝭"}.mdi-archive-star-outline::before{content:"󱝮"}.mdi-archive-sync::before{content:"󱝯"}.mdi-archive-sync-outline::before{content:"󱝰"}.mdi-arm-flex::before{content:"󰿗"}.mdi-arm-flex-outline::before{content:"󰿖"}.mdi-arrange-bring-forward::before{content:"󰀽"}.mdi-arrange-bring-to-front::before{content:"󰀾"}.mdi-arrange-send-backward::before{content:"󰀿"}.mdi-arrange-send-to-back::before{content:"󰁀"}.mdi-arrow-all::before{content:"󰁁"}.mdi-arrow-bottom-left::before{content:"󰁂"}.mdi-arrow-bottom-left-bold-box::before{content:"󱥤"}.mdi-arrow-bottom-left-bold-box-outline::before{content:"󱥥"}.mdi-arrow-bottom-left-bold-outline::before{content:"󰦷"}.mdi-arrow-bottom-left-thick::before{content:"󰦸"}.mdi-arrow-bottom-left-thin::before{content:"󱦶"}.mdi-arrow-bottom-left-thin-circle-outline::before{content:"󱖖"}.mdi-arrow-bottom-right::before{content:"󰁃"}.mdi-arrow-bottom-right-bold-box::before{content:"󱥦"}.mdi-arrow-bottom-right-bold-box-outline::before{content:"󱥧"}.mdi-arrow-bottom-right-bold-outline::before{content:"󰦹"}.mdi-arrow-bottom-right-thick::before{content:"󰦺"}.mdi-arrow-bottom-right-thin::before{content:"󱦷"}.mdi-arrow-bottom-right-thin-circle-outline::before{content:"󱖕"}.mdi-arrow-collapse::before{content:"󰘕"}.mdi-arrow-collapse-all::before{content:"󰁄"}.mdi-arrow-collapse-down::before{content:"󰞒"}.mdi-arrow-collapse-horizontal::before{content:"󰡌"}.mdi-arrow-collapse-left::before{content:"󰞓"}.mdi-arrow-collapse-right::before{content:"󰞔"}.mdi-arrow-collapse-up::before{content:"󰞕"}.mdi-arrow-collapse-vertical::before{content:"󰡍"}.mdi-arrow-decision::before{content:"󰦻"}.mdi-arrow-decision-auto::before{content:"󰦼"}.mdi-arrow-decision-auto-outline::before{content:"󰦽"}.mdi-arrow-decision-outline::before{content:"󰦾"}.mdi-arrow-down::before{content:"󰁅"}.mdi-arrow-down-bold::before{content:"󰜮"}.mdi-arrow-down-bold-box::before{content:"󰜯"}.mdi-arrow-down-bold-box-outline::before{content:"󰜰"}.mdi-arrow-down-bold-circle::before{content:"󰁇"}.mdi-arrow-down-bold-circle-outline::before{content:"󰁈"}.mdi-arrow-down-bold-hexagon-outline::before{content:"󰁉"}.mdi-arrow-down-bold-outline::before{content:"󰦿"}.mdi-arrow-down-box::before{content:"󰛀"}.mdi-arrow-down-circle::before{content:"󰳛"}.mdi-arrow-down-circle-outline::before{content:"󰳜"}.mdi-arrow-down-drop-circle::before{content:"󰁊"}.mdi-arrow-down-drop-circle-outline::before{content:"󰁋"}.mdi-arrow-down-left::before{content:"󱞡"}.mdi-arrow-down-left-bold::before{content:"󱞢"}.mdi-arrow-down-right::before{content:"󱞣"}.mdi-arrow-down-right-bold::before{content:"󱞤"}.mdi-arrow-down-thick::before{content:"󰁆"}.mdi-arrow-down-thin::before{content:"󱦳"}.mdi-arrow-down-thin-circle-outline::before{content:"󱖙"}.mdi-arrow-expand::before{content:"󰘖"}.mdi-arrow-expand-all::before{content:"󰁌"}.mdi-arrow-expand-down::before{content:"󰞖"}.mdi-arrow-expand-horizontal::before{content:"󰡎"}.mdi-arrow-expand-left::before{content:"󰞗"}.mdi-arrow-expand-right::before{content:"󰞘"}.mdi-arrow-expand-up::before{content:"󰞙"}.mdi-arrow-expand-vertical::before{content:"󰡏"}.mdi-arrow-horizontal-lock::before{content:"󱅛"}.mdi-arrow-left::before{content:"󰁍"}.mdi-arrow-left-bold::before{content:"󰜱"}.mdi-arrow-left-bold-box::before{content:"󰜲"}.mdi-arrow-left-bold-box-outline::before{content:"󰜳"}.mdi-arrow-left-bold-circle::before{content:"󰁏"}.mdi-arrow-left-bold-circle-outline::before{content:"󰁐"}.mdi-arrow-left-bold-hexagon-outline::before{content:"󰁑"}.mdi-arrow-left-bold-outline::before{content:"󰧀"}.mdi-arrow-left-bottom::before{content:"󱞥"}.mdi-arrow-left-bottom-bold::before{content:"󱞦"}.mdi-arrow-left-box::before{content:"󰛁"}.mdi-arrow-left-circle::before{content:"󰳝"}.mdi-arrow-left-circle-outline::before{content:"󰳞"}.mdi-arrow-left-drop-circle::before{content:"󰁒"}.mdi-arrow-left-drop-circle-outline::before{content:"󰁓"}.mdi-arrow-left-right::before{content:"󰹳"}.mdi-arrow-left-right-bold::before{content:"󰹴"}.mdi-arrow-left-right-bold-outline::before{content:"󰧁"}.mdi-arrow-left-thick::before{content:"󰁎"}.mdi-arrow-left-thin::before{content:"󱦱"}.mdi-arrow-left-thin-circle-outline::before{content:"󱖚"}.mdi-arrow-left-top::before{content:"󱞧"}.mdi-arrow-left-top-bold::before{content:"󱞨"}.mdi-arrow-projectile::before{content:"󱡀"}.mdi-arrow-projectile-multiple::before{content:"󱠿"}.mdi-arrow-right::before{content:"󰁔"}.mdi-arrow-right-bold::before{content:"󰜴"}.mdi-arrow-right-bold-box::before{content:"󰜵"}.mdi-arrow-right-bold-box-outline::before{content:"󰜶"}.mdi-arrow-right-bold-circle::before{content:"󰁖"}.mdi-arrow-right-bold-circle-outline::before{content:"󰁗"}.mdi-arrow-right-bold-hexagon-outline::before{content:"󰁘"}.mdi-arrow-right-bold-outline::before{content:"󰧂"}.mdi-arrow-right-bottom::before{content:"󱞩"}.mdi-arrow-right-bottom-bold::before{content:"󱞪"}.mdi-arrow-right-box::before{content:"󰛂"}.mdi-arrow-right-circle::before{content:"󰳟"}.mdi-arrow-right-circle-outline::before{content:"󰳠"}.mdi-arrow-right-drop-circle::before{content:"󰁙"}.mdi-arrow-right-drop-circle-outline::before{content:"󰁚"}.mdi-arrow-right-thick::before{content:"󰁕"}.mdi-arrow-right-thin::before{content:"󱦰"}.mdi-arrow-right-thin-circle-outline::before{content:"󱖘"}.mdi-arrow-right-top::before{content:"󱞫"}.mdi-arrow-right-top-bold::before{content:"󱞬"}.mdi-arrow-split-horizontal::before{content:"󰤻"}.mdi-arrow-split-vertical::before{content:"󰤼"}.mdi-arrow-top-left::before{content:"󰁛"}.mdi-arrow-top-left-bold-box::before{content:"󱥨"}.mdi-arrow-top-left-bold-box-outline::before{content:"󱥩"}.mdi-arrow-top-left-bold-outline::before{content:"󰧃"}.mdi-arrow-top-left-bottom-right::before{content:"󰹵"}.mdi-arrow-top-left-bottom-right-bold::before{content:"󰹶"}.mdi-arrow-top-left-thick::before{content:"󰧄"}.mdi-arrow-top-left-thin::before{content:"󱦵"}.mdi-arrow-top-left-thin-circle-outline::before{content:"󱖓"}.mdi-arrow-top-right::before{content:"󰁜"}.mdi-arrow-top-right-bold-box::before{content:"󱥪"}.mdi-arrow-top-right-bold-box-outline::before{content:"󱥫"}.mdi-arrow-top-right-bold-outline::before{content:"󰧅"}.mdi-arrow-top-right-bottom-left::before{content:"󰹷"}.mdi-arrow-top-right-bottom-left-bold::before{content:"󰹸"}.mdi-arrow-top-right-thick::before{content:"󰧆"}.mdi-arrow-top-right-thin::before{content:"󱦴"}.mdi-arrow-top-right-thin-circle-outline::before{content:"󱖔"}.mdi-arrow-u-down-left::before{content:"󱞭"}.mdi-arrow-u-down-left-bold::before{content:"󱞮"}.mdi-arrow-u-down-right::before{content:"󱞯"}.mdi-arrow-u-down-right-bold::before{content:"󱞰"}.mdi-arrow-u-left-bottom::before{content:"󱞱"}.mdi-arrow-u-left-bottom-bold::before{content:"󱞲"}.mdi-arrow-u-left-top::before{content:"󱞳"}.mdi-arrow-u-left-top-bold::before{content:"󱞴"}.mdi-arrow-u-right-bottom::before{content:"󱞵"}.mdi-arrow-u-right-bottom-bold::before{content:"󱞶"}.mdi-arrow-u-right-top::before{content:"󱞷"}.mdi-arrow-u-right-top-bold::before{content:"󱞸"}.mdi-arrow-u-up-left::before{content:"󱞹"}.mdi-arrow-u-up-left-bold::before{content:"󱞺"}.mdi-arrow-u-up-right::before{content:"󱞻"}.mdi-arrow-u-up-right-bold::before{content:"󱞼"}.mdi-arrow-up::before{content:"󰁝"}.mdi-arrow-up-bold::before{content:"󰜷"}.mdi-arrow-up-bold-box::before{content:"󰜸"}.mdi-arrow-up-bold-box-outline::before{content:"󰜹"}.mdi-arrow-up-bold-circle::before{content:"󰁟"}.mdi-arrow-up-bold-circle-outline::before{content:"󰁠"}.mdi-arrow-up-bold-hexagon-outline::before{content:"󰁡"}.mdi-arrow-up-bold-outline::before{content:"󰧇"}.mdi-arrow-up-box::before{content:"󰛃"}.mdi-arrow-up-circle::before{content:"󰳡"}.mdi-arrow-up-circle-outline::before{content:"󰳢"}.mdi-arrow-up-down::before{content:"󰹹"}.mdi-arrow-up-down-bold::before{content:"󰹺"}.mdi-arrow-up-down-bold-outline::before{content:"󰧈"}.mdi-arrow-up-drop-circle::before{content:"󰁢"}.mdi-arrow-up-drop-circle-outline::before{content:"󰁣"}.mdi-arrow-up-left::before{content:"󱞽"}.mdi-arrow-up-left-bold::before{content:"󱞾"}.mdi-arrow-up-right::before{content:"󱞿"}.mdi-arrow-up-right-bold::before{content:"󱟀"}.mdi-arrow-up-thick::before{content:"󰁞"}.mdi-arrow-up-thin::before{content:"󱦲"}.mdi-arrow-up-thin-circle-outline::before{content:"󱖗"}.mdi-arrow-vertical-lock::before{content:"󱅜"}.mdi-artboard::before{content:"󱮚"}.mdi-artstation::before{content:"󰭛"}.mdi-aspect-ratio::before{content:"󰨤"}.mdi-assistant::before{content:"󰁤"}.mdi-asterisk::before{content:"󰛄"}.mdi-asterisk-circle-outline::before{content:"󱨧"}.mdi-at::before{content:"󰁥"}.mdi-atlassian::before{content:"󰠄"}.mdi-atm::before{content:"󰵇"}.mdi-atom::before{content:"󰝨"}.mdi-atom-variant::before{content:"󰹻"}.mdi-attachment::before{content:"󰁦"}.mdi-attachment-check::before{content:"󱫁"}.mdi-attachment-lock::before{content:"󱧄"}.mdi-attachment-minus::before{content:"󱫂"}.mdi-attachment-off::before{content:"󱫃"}.mdi-attachment-plus::before{content:"󱫄"}.mdi-attachment-remove::before{content:"󱫅"}.mdi-atv::before{content:"󱭰"}.mdi-audio-input-rca::before{content:"󱡫"}.mdi-audio-input-stereo-minijack::before{content:"󱡬"}.mdi-audio-input-xlr::before{content:"󱡭"}.mdi-audio-video::before{content:"󰤽"}.mdi-audio-video-off::before{content:"󱆶"}.mdi-augmented-reality::before{content:"󰡐"}.mdi-auto-download::before{content:"󱍾"}.mdi-auto-fix::before{content:"󰁨"}.mdi-auto-upload::before{content:"󰁩"}.mdi-autorenew::before{content:"󰁪"}.mdi-autorenew-off::before{content:"󱧧"}.mdi-av-timer::before{content:"󰁫"}.mdi-awning::before{content:"󱮇"}.mdi-awning-outline::before{content:"󱮈"}.mdi-aws::before{content:"󰸏"}.mdi-axe::before{content:"󰣈"}.mdi-axe-battle::before{content:"󱡂"}.mdi-axis::before{content:"󰵈"}.mdi-axis-arrow::before{content:"󰵉"}.mdi-axis-arrow-info::before{content:"󱐎"}.mdi-axis-arrow-lock::before{content:"󰵊"}.mdi-axis-lock::before{content:"󰵋"}.mdi-axis-x-arrow::before{content:"󰵌"}.mdi-axis-x-arrow-lock::before{content:"󰵍"}.mdi-axis-x-rotate-clockwise::before{content:"󰵎"}.mdi-axis-x-rotate-counterclockwise::before{content:"󰵏"}.mdi-axis-x-y-arrow-lock::before{content:"󰵐"}.mdi-axis-y-arrow::before{content:"󰵑"}.mdi-axis-y-arrow-lock::before{content:"󰵒"}.mdi-axis-y-rotate-clockwise::before{content:"󰵓"}.mdi-axis-y-rotate-counterclockwise::before{content:"󰵔"}.mdi-axis-z-arrow::before{content:"󰵕"}.mdi-axis-z-arrow-lock::before{content:"󰵖"}.mdi-axis-z-rotate-clockwise::before{content:"󰵗"}.mdi-axis-z-rotate-counterclockwise::before{content:"󰵘"}.mdi-babel::before{content:"󰨥"}.mdi-baby::before{content:"󰁬"}.mdi-baby-bottle::before{content:"󰼹"}.mdi-baby-bottle-outline::before{content:"󰼺"}.mdi-baby-buggy::before{content:"󱏠"}.mdi-baby-buggy-off::before{content:"󱫳"}.mdi-baby-carriage::before{content:"󰚏"}.mdi-baby-carriage-off::before{content:"󰾠"}.mdi-baby-face::before{content:"󰹼"}.mdi-baby-face-outline::before{content:"󰹽"}.mdi-backburger::before{content:"󰁭"}.mdi-backspace::before{content:"󰁮"}.mdi-backspace-outline::before{content:"󰭜"}.mdi-backspace-reverse::before{content:"󰹾"}.mdi-backspace-reverse-outline::before{content:"󰹿"}.mdi-backup-restore::before{content:"󰁯"}.mdi-bacteria::before{content:"󰻕"}.mdi-bacteria-outline::before{content:"󰻖"}.mdi-badge-account::before{content:"󰶧"}.mdi-badge-account-alert::before{content:"󰶨"}.mdi-badge-account-alert-outline::before{content:"󰶩"}.mdi-badge-account-horizontal::before{content:"󰸍"}.mdi-badge-account-horizontal-outline::before{content:"󰸎"}.mdi-badge-account-outline::before{content:"󰶪"}.mdi-badminton::before{content:"󰡑"}.mdi-bag-carry-on::before{content:"󰼻"}.mdi-bag-carry-on-check::before{content:"󰵥"}.mdi-bag-carry-on-off::before{content:"󰼼"}.mdi-bag-checked::before{content:"󰼽"}.mdi-bag-personal::before{content:"󰸐"}.mdi-bag-personal-off::before{content:"󰸑"}.mdi-bag-personal-off-outline::before{content:"󰸒"}.mdi-bag-personal-outline::before{content:"󰸓"}.mdi-bag-personal-tag::before{content:"󱬌"}.mdi-bag-personal-tag-outline::before{content:"󱬍"}.mdi-bag-suitcase::before{content:"󱖋"}.mdi-bag-suitcase-off::before{content:"󱖍"}.mdi-bag-suitcase-off-outline::before{content:"󱖎"}.mdi-bag-suitcase-outline::before{content:"󱖌"}.mdi-baguette::before{content:"󰼾"}.mdi-balcony::before{content:"󱠗"}.mdi-balloon::before{content:"󰨦"}.mdi-ballot::before{content:"󰧉"}.mdi-ballot-outline::before{content:"󰧊"}.mdi-ballot-recount::before{content:"󰰹"}.mdi-ballot-recount-outline::before{content:"󰰺"}.mdi-bandage::before{content:"󰶯"}.mdi-bank::before{content:"󰁰"}.mdi-bank-check::before{content:"󱙕"}.mdi-bank-minus::before{content:"󰶰"}.mdi-bank-off::before{content:"󱙖"}.mdi-bank-off-outline::before{content:"󱙗"}.mdi-bank-outline::before{content:"󰺀"}.mdi-bank-plus::before{content:"󰶱"}.mdi-bank-remove::before{content:"󰶲"}.mdi-bank-transfer::before{content:"󰨧"}.mdi-bank-transfer-in::before{content:"󰨨"}.mdi-bank-transfer-out::before{content:"󰨩"}.mdi-barcode::before{content:"󰁱"}.mdi-barcode-off::before{content:"󱈶"}.mdi-barcode-scan::before{content:"󰁲"}.mdi-barley::before{content:"󰁳"}.mdi-barley-off::before{content:"󰭝"}.mdi-barn::before{content:"󰭞"}.mdi-barrel::before{content:"󰁴"}.mdi-barrel-outline::before{content:"󱨨"}.mdi-baseball::before{content:"󰡒"}.mdi-baseball-bat::before{content:"󰡓"}.mdi-baseball-diamond::before{content:"󱗬"}.mdi-baseball-diamond-outline::before{content:"󱗭"}.mdi-bash::before{content:"󱆃"}.mdi-basket::before{content:"󰁶"}.mdi-basket-check::before{content:"󱣥"}.mdi-basket-check-outline::before{content:"󱣦"}.mdi-basket-fill::before{content:"󰁷"}.mdi-basket-minus::before{content:"󱔣"}.mdi-basket-minus-outline::before{content:"󱔤"}.mdi-basket-off::before{content:"󱔥"}.mdi-basket-off-outline::before{content:"󱔦"}.mdi-basket-outline::before{content:"󱆁"}.mdi-basket-plus::before{content:"󱔧"}.mdi-basket-plus-outline::before{content:"󱔨"}.mdi-basket-remove::before{content:"󱔩"}.mdi-basket-remove-outline::before{content:"󱔪"}.mdi-basket-unfill::before{content:"󰁸"}.mdi-basketball::before{content:"󰠆"}.mdi-basketball-hoop::before{content:"󰰻"}.mdi-basketball-hoop-outline::before{content:"󰰼"}.mdi-bat::before{content:"󰭟"}.mdi-bathtub::before{content:"󱠘"}.mdi-bathtub-outline::before{content:"󱠙"}.mdi-battery::before{content:"󰁹"}.mdi-battery-10::before{content:"󰁺"}.mdi-battery-10-bluetooth::before{content:"󰤾"}.mdi-battery-20::before{content:"󰁻"}.mdi-battery-20-bluetooth::before{content:"󰤿"}.mdi-battery-30::before{content:"󰁼"}.mdi-battery-30-bluetooth::before{content:"󰥀"}.mdi-battery-40::before{content:"󰁽"}.mdi-battery-40-bluetooth::before{content:"󰥁"}.mdi-battery-50::before{content:"󰁾"}.mdi-battery-50-bluetooth::before{content:"󰥂"}.mdi-battery-60::before{content:"󰁿"}.mdi-battery-60-bluetooth::before{content:"󰥃"}.mdi-battery-70::before{content:"󰂀"}.mdi-battery-70-bluetooth::before{content:"󰥄"}.mdi-battery-80::before{content:"󰂁"}.mdi-battery-80-bluetooth::before{content:"󰥅"}.mdi-battery-90::before{content:"󰂂"}.mdi-battery-90-bluetooth::before{content:"󰥆"}.mdi-battery-alert::before{content:"󰂃"}.mdi-battery-alert-bluetooth::before{content:"󰥇"}.mdi-battery-alert-variant::before{content:"󱃌"}.mdi-battery-alert-variant-outline::before{content:"󱃍"}.mdi-battery-arrow-down::before{content:"󱟞"}.mdi-battery-arrow-down-outline::before{content:"󱟟"}.mdi-battery-arrow-up::before{content:"󱟠"}.mdi-battery-arrow-up-outline::before{content:"󱟡"}.mdi-battery-bluetooth::before{content:"󰥈"}.mdi-battery-bluetooth-variant::before{content:"󰥉"}.mdi-battery-charging::before{content:"󰂄"}.mdi-battery-charging-10::before{content:"󰢜"}.mdi-battery-charging-100::before{content:"󰂅"}.mdi-battery-charging-20::before{content:"󰂆"}.mdi-battery-charging-30::before{content:"󰂇"}.mdi-battery-charging-40::before{content:"󰂈"}.mdi-battery-charging-50::before{content:"󰢝"}.mdi-battery-charging-60::before{content:"󰂉"}.mdi-battery-charging-70::before{content:"󰢞"}.mdi-battery-charging-80::before{content:"󰂊"}.mdi-battery-charging-90::before{content:"󰂋"}.mdi-battery-charging-high::before{content:"󱊦"}.mdi-battery-charging-low::before{content:"󱊤"}.mdi-battery-charging-medium::before{content:"󱊥"}.mdi-battery-charging-outline::before{content:"󰢟"}.mdi-battery-charging-wireless::before{content:"󰠇"}.mdi-battery-charging-wireless-10::before{content:"󰠈"}.mdi-battery-charging-wireless-20::before{content:"󰠉"}.mdi-battery-charging-wireless-30::before{content:"󰠊"}.mdi-battery-charging-wireless-40::before{content:"󰠋"}.mdi-battery-charging-wireless-50::before{content:"󰠌"}.mdi-battery-charging-wireless-60::before{content:"󰠍"}.mdi-battery-charging-wireless-70::before{content:"󰠎"}.mdi-battery-charging-wireless-80::before{content:"󰠏"}.mdi-battery-charging-wireless-90::before{content:"󰠐"}.mdi-battery-charging-wireless-alert::before{content:"󰠑"}.mdi-battery-charging-wireless-outline::before{content:"󰠒"}.mdi-battery-check::before{content:"󱟢"}.mdi-battery-check-outline::before{content:"󱟣"}.mdi-battery-clock::before{content:"󱧥"}.mdi-battery-clock-outline::before{content:"󱧦"}.mdi-battery-heart::before{content:"󱈏"}.mdi-battery-heart-outline::before{content:"󱈐"}.mdi-battery-heart-variant::before{content:"󱈑"}.mdi-battery-high::before{content:"󱊣"}.mdi-battery-lock::before{content:"󱞜"}.mdi-battery-lock-open::before{content:"󱞝"}.mdi-battery-low::before{content:"󱊡"}.mdi-battery-medium::before{content:"󱊢"}.mdi-battery-minus::before{content:"󱟤"}.mdi-battery-minus-outline::before{content:"󱟥"}.mdi-battery-minus-variant::before{content:"󰂌"}.mdi-battery-negative::before{content:"󰂍"}.mdi-battery-off::before{content:"󱉝"}.mdi-battery-off-outline::before{content:"󱉞"}.mdi-battery-outline::before{content:"󰂎"}.mdi-battery-plus::before{content:"󱟦"}.mdi-battery-plus-outline::before{content:"󱟧"}.mdi-battery-plus-variant::before{content:"󰂏"}.mdi-battery-positive::before{content:"󰂐"}.mdi-battery-remove::before{content:"󱟨"}.mdi-battery-remove-outline::before{content:"󱟩"}.mdi-battery-sync::before{content:"󱠴"}.mdi-battery-sync-outline::before{content:"󱠵"}.mdi-battery-unknown::before{content:"󰂑"}.mdi-battery-unknown-bluetooth::before{content:"󰥊"}.mdi-beach::before{content:"󰂒"}.mdi-beaker::before{content:"󰳪"}.mdi-beaker-alert::before{content:"󱈩"}.mdi-beaker-alert-outline::before{content:"󱈪"}.mdi-beaker-check::before{content:"󱈫"}.mdi-beaker-check-outline::before{content:"󱈬"}.mdi-beaker-minus::before{content:"󱈭"}.mdi-beaker-minus-outline::before{content:"󱈮"}.mdi-beaker-outline::before{content:"󰚐"}.mdi-beaker-plus::before{content:"󱈯"}.mdi-beaker-plus-outline::before{content:"󱈰"}.mdi-beaker-question::before{content:"󱈱"}.mdi-beaker-question-outline::before{content:"󱈲"}.mdi-beaker-remove::before{content:"󱈳"}.mdi-beaker-remove-outline::before{content:"󱈴"}.mdi-bed::before{content:"󰋣"}.mdi-bed-clock::before{content:"󱮔"}.mdi-bed-double::before{content:"󰿔"}.mdi-bed-double-outline::before{content:"󰿓"}.mdi-bed-empty::before{content:"󰢠"}.mdi-bed-king::before{content:"󰿒"}.mdi-bed-king-outline::before{content:"󰿑"}.mdi-bed-outline::before{content:"󰂙"}.mdi-bed-queen::before{content:"󰿐"}.mdi-bed-queen-outline::before{content:"󰿛"}.mdi-bed-single::before{content:"󱁭"}.mdi-bed-single-outline::before{content:"󱁮"}.mdi-bee::before{content:"󰾡"}.mdi-bee-flower::before{content:"󰾢"}.mdi-beehive-off-outline::before{content:"󱏭"}.mdi-beehive-outline::before{content:"󱃎"}.mdi-beekeeper::before{content:"󱓢"}.mdi-beer::before{content:"󰂘"}.mdi-beer-outline::before{content:"󱌌"}.mdi-bell::before{content:"󰂚"}.mdi-bell-alert::before{content:"󰵙"}.mdi-bell-alert-outline::before{content:"󰺁"}.mdi-bell-badge::before{content:"󱅫"}.mdi-bell-badge-outline::before{content:"󰅸"}.mdi-bell-cancel::before{content:"󱏧"}.mdi-bell-cancel-outline::before{content:"󱏨"}.mdi-bell-check::before{content:"󱇥"}.mdi-bell-check-outline::before{content:"󱇦"}.mdi-bell-circle::before{content:"󰵚"}.mdi-bell-circle-outline::before{content:"󰵛"}.mdi-bell-cog::before{content:"󱨩"}.mdi-bell-cog-outline::before{content:"󱨪"}.mdi-bell-minus::before{content:"󱏩"}.mdi-bell-minus-outline::before{content:"󱏪"}.mdi-bell-off::before{content:"󰂛"}.mdi-bell-off-outline::before{content:"󰪑"}.mdi-bell-outline::before{content:"󰂜"}.mdi-bell-plus::before{content:"󰂝"}.mdi-bell-plus-outline::before{content:"󰪒"}.mdi-bell-remove::before{content:"󱏫"}.mdi-bell-remove-outline::before{content:"󱏬"}.mdi-bell-ring::before{content:"󰂞"}.mdi-bell-ring-outline::before{content:"󰂟"}.mdi-bell-sleep::before{content:"󰂠"}.mdi-bell-sleep-outline::before{content:"󰪓"}.mdi-beta::before{content:"󰂡"}.mdi-betamax::before{content:"󰧋"}.mdi-biathlon::before{content:"󰸔"}.mdi-bicycle::before{content:"󱂜"}.mdi-bicycle-basket::before{content:"󱈵"}.mdi-bicycle-cargo::before{content:"󱢜"}.mdi-bicycle-electric::before{content:"󱖴"}.mdi-bicycle-penny-farthing::before{content:"󱗩"}.mdi-bike::before{content:"󰂣"}.mdi-bike-fast::before{content:"󱄟"}.mdi-billboard::before{content:"󱀐"}.mdi-billiards::before{content:"󰭡"}.mdi-billiards-rack::before{content:"󰭢"}.mdi-binoculars::before{content:"󰂥"}.mdi-bio::before{content:"󰂦"}.mdi-biohazard::before{content:"󰂧"}.mdi-bird::before{content:"󱗆"}.mdi-bitbucket::before{content:"󰂨"}.mdi-bitcoin::before{content:"󰠓"}.mdi-black-mesa::before{content:"󰂩"}.mdi-blender::before{content:"󰳫"}.mdi-blender-outline::before{content:"󱠚"}.mdi-blender-software::before{content:"󰂫"}.mdi-blinds::before{content:"󰂬"}.mdi-blinds-horizontal::before{content:"󱨫"}.mdi-blinds-horizontal-closed::before{content:"󱨬"}.mdi-blinds-open::before{content:"󱀑"}.mdi-blinds-vertical::before{content:"󱨭"}.mdi-blinds-vertical-closed::before{content:"󱨮"}.mdi-block-helper::before{content:"󰂭"}.mdi-blood-bag::before{content:"󰳬"}.mdi-bluetooth::before{content:"󰂯"}.mdi-bluetooth-audio::before{content:"󰂰"}.mdi-bluetooth-connect::before{content:"󰂱"}.mdi-bluetooth-off::before{content:"󰂲"}.mdi-bluetooth-settings::before{content:"󰂳"}.mdi-bluetooth-transfer::before{content:"󰂴"}.mdi-blur::before{content:"󰂵"}.mdi-blur-linear::before{content:"󰂶"}.mdi-blur-off::before{content:"󰂷"}.mdi-blur-radial::before{content:"󰂸"}.mdi-bolt::before{content:"󰶳"}.mdi-bomb::before{content:"󰚑"}.mdi-bomb-off::before{content:"󰛅"}.mdi-bone::before{content:"󰂹"}.mdi-bone-off::before{content:"󱧠"}.mdi-book::before{content:"󰂺"}.mdi-book-account::before{content:"󱎭"}.mdi-book-account-outline::before{content:"󱎮"}.mdi-book-alert::before{content:"󱙼"}.mdi-book-alert-outline::before{content:"󱙽"}.mdi-book-alphabet::before{content:"󰘝"}.mdi-book-arrow-down::before{content:"󱙾"}.mdi-book-arrow-down-outline::before{content:"󱙿"}.mdi-book-arrow-left::before{content:"󱚀"}.mdi-book-arrow-left-outline::before{content:"󱚁"}.mdi-book-arrow-right::before{content:"󱚂"}.mdi-book-arrow-right-outline::before{content:"󱚃"}.mdi-book-arrow-up::before{content:"󱚄"}.mdi-book-arrow-up-outline::before{content:"󱚅"}.mdi-book-cancel::before{content:"󱚆"}.mdi-book-cancel-outline::before{content:"󱚇"}.mdi-book-check::before{content:"󱓳"}.mdi-book-check-outline::before{content:"󱓴"}.mdi-book-clock::before{content:"󱚈"}.mdi-book-clock-outline::before{content:"󱚉"}.mdi-book-cog::before{content:"󱚊"}.mdi-book-cog-outline::before{content:"󱚋"}.mdi-book-cross::before{content:"󰂢"}.mdi-book-edit::before{content:"󱚌"}.mdi-book-edit-outline::before{content:"󱚍"}.mdi-book-education::before{content:"󱛉"}.mdi-book-education-outline::before{content:"󱛊"}.mdi-book-heart::before{content:"󱨝"}.mdi-book-heart-outline::before{content:"󱨞"}.mdi-book-information-variant::before{content:"󱁯"}.mdi-book-lock::before{content:"󰞚"}.mdi-book-lock-open::before{content:"󰞛"}.mdi-book-lock-open-outline::before{content:"󱚎"}.mdi-book-lock-outline::before{content:"󱚏"}.mdi-book-marker::before{content:"󱚐"}.mdi-book-marker-outline::before{content:"󱚑"}.mdi-book-minus::before{content:"󰗙"}.mdi-book-minus-multiple::before{content:"󰪔"}.mdi-book-minus-multiple-outline::before{content:"󰤋"}.mdi-book-minus-outline::before{content:"󱚒"}.mdi-book-multiple::before{content:"󰂻"}.mdi-book-multiple-outline::before{content:"󰐶"}.mdi-book-music::before{content:"󰁧"}.mdi-book-music-outline::before{content:"󱚓"}.mdi-book-off::before{content:"󱚔"}.mdi-book-off-outline::before{content:"󱚕"}.mdi-book-open::before{content:"󰂽"}.mdi-book-open-blank-variant::before{content:"󰂾"}.mdi-book-open-outline::before{content:"󰭣"}.mdi-book-open-page-variant::before{content:"󰗚"}.mdi-book-open-page-variant-outline::before{content:"󱗖"}.mdi-book-open-variant::before{content:"󱓷"}.mdi-book-outline::before{content:"󰭤"}.mdi-book-play::before{content:"󰺂"}.mdi-book-play-outline::before{content:"󰺃"}.mdi-book-plus::before{content:"󰗛"}.mdi-book-plus-multiple::before{content:"󰪕"}.mdi-book-plus-multiple-outline::before{content:"󰫞"}.mdi-book-plus-outline::before{content:"󱚖"}.mdi-book-refresh::before{content:"󱚗"}.mdi-book-refresh-outline::before{content:"󱚘"}.mdi-book-remove::before{content:"󰪗"}.mdi-book-remove-multiple::before{content:"󰪖"}.mdi-book-remove-multiple-outline::before{content:"󰓊"}.mdi-book-remove-outline::before{content:"󱚙"}.mdi-book-search::before{content:"󰺄"}.mdi-book-search-outline::before{content:"󰺅"}.mdi-book-settings::before{content:"󱚚"}.mdi-book-settings-outline::before{content:"󱚛"}.mdi-book-sync::before{content:"󱚜"}.mdi-book-sync-outline::before{content:"󱛈"}.mdi-book-variant::before{content:"󰂿"}.mdi-bookmark::before{content:"󰃀"}.mdi-bookmark-box::before{content:"󱭵"}.mdi-bookmark-box-multiple::before{content:"󱥬"}.mdi-bookmark-box-multiple-outline::before{content:"󱥭"}.mdi-bookmark-box-outline::before{content:"󱭶"}.mdi-bookmark-check::before{content:"󰃁"}.mdi-bookmark-check-outline::before{content:"󱍻"}.mdi-bookmark-minus::before{content:"󰧌"}.mdi-bookmark-minus-outline::before{content:"󰧍"}.mdi-bookmark-multiple::before{content:"󰸕"}.mdi-bookmark-multiple-outline::before{content:"󰸖"}.mdi-bookmark-music::before{content:"󰃂"}.mdi-bookmark-music-outline::before{content:"󱍹"}.mdi-bookmark-off::before{content:"󰧎"}.mdi-bookmark-off-outline::before{content:"󰧏"}.mdi-bookmark-outline::before{content:"󰃃"}.mdi-bookmark-plus::before{content:"󰃅"}.mdi-bookmark-plus-outline::before{content:"󰃄"}.mdi-bookmark-remove::before{content:"󰃆"}.mdi-bookmark-remove-outline::before{content:"󱍺"}.mdi-bookshelf::before{content:"󱉟"}.mdi-boom-gate::before{content:"󰺆"}.mdi-boom-gate-alert::before{content:"󰺇"}.mdi-boom-gate-alert-outline::before{content:"󰺈"}.mdi-boom-gate-arrow-down::before{content:"󰺉"}.mdi-boom-gate-arrow-down-outline::before{content:"󰺊"}.mdi-boom-gate-arrow-up::before{content:"󰺌"}.mdi-boom-gate-arrow-up-outline::before{content:"󰺍"}.mdi-boom-gate-outline::before{content:"󰺋"}.mdi-boom-gate-up::before{content:"󱟹"}.mdi-boom-gate-up-outline::before{content:"󱟺"}.mdi-boombox::before{content:"󰗜"}.mdi-boomerang::before{content:"󱃏"}.mdi-bootstrap::before{content:"󰛆"}.mdi-border-all::before{content:"󰃇"}.mdi-border-all-variant::before{content:"󰢡"}.mdi-border-bottom::before{content:"󰃈"}.mdi-border-bottom-variant::before{content:"󰢢"}.mdi-border-color::before{content:"󰃉"}.mdi-border-horizontal::before{content:"󰃊"}.mdi-border-inside::before{content:"󰃋"}.mdi-border-left::before{content:"󰃌"}.mdi-border-left-variant::before{content:"󰢣"}.mdi-border-none::before{content:"󰃍"}.mdi-border-none-variant::before{content:"󰢤"}.mdi-border-outside::before{content:"󰃎"}.mdi-border-radius::before{content:"󱫴"}.mdi-border-right::before{content:"󰃏"}.mdi-border-right-variant::before{content:"󰢥"}.mdi-border-style::before{content:"󰃐"}.mdi-border-top::before{content:"󰃑"}.mdi-border-top-variant::before{content:"󰢦"}.mdi-border-vertical::before{content:"󰃒"}.mdi-bottle-soda::before{content:"󱁰"}.mdi-bottle-soda-classic::before{content:"󱁱"}.mdi-bottle-soda-classic-outline::before{content:"󱍣"}.mdi-bottle-soda-outline::before{content:"󱁲"}.mdi-bottle-tonic::before{content:"󱄮"}.mdi-bottle-tonic-outline::before{content:"󱄯"}.mdi-bottle-tonic-plus::before{content:"󱄰"}.mdi-bottle-tonic-plus-outline::before{content:"󱄱"}.mdi-bottle-tonic-skull::before{content:"󱄲"}.mdi-bottle-tonic-skull-outline::before{content:"󱄳"}.mdi-bottle-wine::before{content:"󰡔"}.mdi-bottle-wine-outline::before{content:"󱌐"}.mdi-bow-arrow::before{content:"󱡁"}.mdi-bow-tie::before{content:"󰙸"}.mdi-bowl::before{content:"󰊎"}.mdi-bowl-mix::before{content:"󰘗"}.mdi-bowl-mix-outline::before{content:"󰋤"}.mdi-bowl-outline::before{content:"󰊩"}.mdi-bowling::before{content:"󰃓"}.mdi-box::before{content:"󰃔"}.mdi-box-cutter::before{content:"󰃕"}.mdi-box-cutter-off::before{content:"󰭊"}.mdi-box-shadow::before{content:"󰘷"}.mdi-boxing-glove::before{content:"󰭥"}.mdi-braille::before{content:"󰧐"}.mdi-brain::before{content:"󰧑"}.mdi-bread-slice::before{content:"󰳮"}.mdi-bread-slice-outline::before{content:"󰳯"}.mdi-bridge::before{content:"󰘘"}.mdi-briefcase::before{content:"󰃖"}.mdi-briefcase-account::before{content:"󰳰"}.mdi-briefcase-account-outline::before{content:"󰳱"}.mdi-briefcase-arrow-left-right::before{content:"󱪍"}.mdi-briefcase-arrow-left-right-outline::before{content:"󱪎"}.mdi-briefcase-arrow-up-down::before{content:"󱪏"}.mdi-briefcase-arrow-up-down-outline::before{content:"󱪐"}.mdi-briefcase-check::before{content:"󰃗"}.mdi-briefcase-check-outline::before{content:"󱌞"}.mdi-briefcase-clock::before{content:"󱃐"}.mdi-briefcase-clock-outline::before{content:"󱃑"}.mdi-briefcase-download::before{content:"󰃘"}.mdi-briefcase-download-outline::before{content:"󰰽"}.mdi-briefcase-edit::before{content:"󰪘"}.mdi-briefcase-edit-outline::before{content:"󰰾"}.mdi-briefcase-eye::before{content:"󱟙"}.mdi-briefcase-eye-outline::before{content:"󱟚"}.mdi-briefcase-minus::before{content:"󰨪"}.mdi-briefcase-minus-outline::before{content:"󰰿"}.mdi-briefcase-off::before{content:"󱙘"}.mdi-briefcase-off-outline::before{content:"󱙙"}.mdi-briefcase-outline::before{content:"󰠔"}.mdi-briefcase-plus::before{content:"󰨫"}.mdi-briefcase-plus-outline::before{content:"󰱀"}.mdi-briefcase-remove::before{content:"󰨬"}.mdi-briefcase-remove-outline::before{content:"󰱁"}.mdi-briefcase-search::before{content:"󰨭"}.mdi-briefcase-search-outline::before{content:"󰱂"}.mdi-briefcase-upload::before{content:"󰃙"}.mdi-briefcase-upload-outline::before{content:"󰱃"}.mdi-briefcase-variant::before{content:"󱒔"}.mdi-briefcase-variant-off::before{content:"󱙚"}.mdi-briefcase-variant-off-outline::before{content:"󱙛"}.mdi-briefcase-variant-outline::before{content:"󱒕"}.mdi-brightness-1::before{content:"󰃚"}.mdi-brightness-2::before{content:"󰃛"}.mdi-brightness-3::before{content:"󰃜"}.mdi-brightness-4::before{content:"󰃝"}.mdi-brightness-5::before{content:"󰃞"}.mdi-brightness-6::before{content:"󰃟"}.mdi-brightness-7::before{content:"󰃠"}.mdi-brightness-auto::before{content:"󰃡"}.mdi-brightness-percent::before{content:"󰳲"}.mdi-broadcast::before{content:"󱜠"}.mdi-broadcast-off::before{content:"󱜡"}.mdi-broom::before{content:"󰃢"}.mdi-brush::before{content:"󰃣"}.mdi-brush-off::before{content:"󱝱"}.mdi-brush-outline::before{content:"󱨍"}.mdi-brush-variant::before{content:"󱠓"}.mdi-bucket::before{content:"󱐕"}.mdi-bucket-outline::before{content:"󱐖"}.mdi-buffet::before{content:"󰕸"}.mdi-bug::before{content:"󰃤"}.mdi-bug-check::before{content:"󰨮"}.mdi-bug-check-outline::before{content:"󰨯"}.mdi-bug-outline::before{content:"󰨰"}.mdi-bug-pause::before{content:"󱫵"}.mdi-bug-pause-outline::before{content:"󱫶"}.mdi-bug-play::before{content:"󱫷"}.mdi-bug-play-outline::before{content:"󱫸"}.mdi-bug-stop::before{content:"󱫹"}.mdi-bug-stop-outline::before{content:"󱫺"}.mdi-bugle::before{content:"󰶴"}.mdi-bulkhead-light::before{content:"󱨯"}.mdi-bulldozer::before{content:"󰬢"}.mdi-bullet::before{content:"󰳳"}.mdi-bulletin-board::before{content:"󰃥"}.mdi-bullhorn::before{content:"󰃦"}.mdi-bullhorn-outline::before{content:"󰬣"}.mdi-bullhorn-variant::before{content:"󱥮"}.mdi-bullhorn-variant-outline::before{content:"󱥯"}.mdi-bullseye::before{content:"󰗝"}.mdi-bullseye-arrow::before{content:"󰣉"}.mdi-bulma::before{content:"󱋧"}.mdi-bunk-bed::before{content:"󱌂"}.mdi-bunk-bed-outline::before{content:"󰂗"}.mdi-bus::before{content:"󰃧"}.mdi-bus-alert::before{content:"󰪙"}.mdi-bus-articulated-end::before{content:"󰞜"}.mdi-bus-articulated-front::before{content:"󰞝"}.mdi-bus-clock::before{content:"󰣊"}.mdi-bus-double-decker::before{content:"󰞞"}.mdi-bus-electric::before{content:"󱤝"}.mdi-bus-marker::before{content:"󱈒"}.mdi-bus-multiple::before{content:"󰼿"}.mdi-bus-school::before{content:"󰞟"}.mdi-bus-side::before{content:"󰞠"}.mdi-bus-stop::before{content:"󱀒"}.mdi-bus-stop-covered::before{content:"󱀓"}.mdi-bus-stop-uncovered::before{content:"󱀔"}.mdi-butterfly::before{content:"󱖉"}.mdi-butterfly-outline::before{content:"󱖊"}.mdi-button-cursor::before{content:"󱭏"}.mdi-button-pointer::before{content:"󱭐"}.mdi-cabin-a-frame::before{content:"󱢌"}.mdi-cable-data::before{content:"󱎔"}.mdi-cached::before{content:"󰃨"}.mdi-cactus::before{content:"󰶵"}.mdi-cake::before{content:"󰃩"}.mdi-cake-layered::before{content:"󰃪"}.mdi-cake-variant::before{content:"󰃫"}.mdi-cake-variant-outline::before{content:"󱟰"}.mdi-calculator::before{content:"󰃬"}.mdi-calculator-variant::before{content:"󰪚"}.mdi-calculator-variant-outline::before{content:"󱖦"}.mdi-calendar::before{content:"󰃭"}.mdi-calendar-account::before{content:"󰻗"}.mdi-calendar-account-outline::before{content:"󰻘"}.mdi-calendar-alert::before{content:"󰨱"}.mdi-calendar-alert-outline::before{content:"󱭢"}.mdi-calendar-arrow-left::before{content:"󱄴"}.mdi-calendar-arrow-right::before{content:"󱄵"}.mdi-calendar-badge::before{content:"󱮝"}.mdi-calendar-badge-outline::before{content:"󱮞"}.mdi-calendar-blank::before{content:"󰃮"}.mdi-calendar-blank-multiple::before{content:"󱁳"}.mdi-calendar-blank-outline::before{content:"󰭦"}.mdi-calendar-check::before{content:"󰃯"}.mdi-calendar-check-outline::before{content:"󰱄"}.mdi-calendar-clock::before{content:"󰃰"}.mdi-calendar-clock-outline::before{content:"󱛡"}.mdi-calendar-collapse-horizontal::before{content:"󱢝"}.mdi-calendar-collapse-horizontal-outline::before{content:"󱭣"}.mdi-calendar-cursor::before{content:"󱕻"}.mdi-calendar-cursor-outline::before{content:"󱭤"}.mdi-calendar-edit::before{content:"󰢧"}.mdi-calendar-edit-outline::before{content:"󱭥"}.mdi-calendar-end::before{content:"󱙬"}.mdi-calendar-end-outline::before{content:"󱭦"}.mdi-calendar-expand-horizontal::before{content:"󱢞"}.mdi-calendar-expand-horizontal-outline::before{content:"󱭧"}.mdi-calendar-export::before{content:"󰬤"}.mdi-calendar-export-outline::before{content:"󱭨"}.mdi-calendar-filter::before{content:"󱨲"}.mdi-calendar-filter-outline::before{content:"󱨳"}.mdi-calendar-heart::before{content:"󰧒"}.mdi-calendar-heart-outline::before{content:"󱭩"}.mdi-calendar-import::before{content:"󰬥"}.mdi-calendar-import-outline::before{content:"󱭪"}.mdi-calendar-lock::before{content:"󱙁"}.mdi-calendar-lock-open::before{content:"󱭛"}.mdi-calendar-lock-open-outline::before{content:"󱭜"}.mdi-calendar-lock-outline::before{content:"󱙂"}.mdi-calendar-minus::before{content:"󰵜"}.mdi-calendar-minus-outline::before{content:"󱭫"}.mdi-calendar-month::before{content:"󰸗"}.mdi-calendar-month-outline::before{content:"󰸘"}.mdi-calendar-multiple::before{content:"󰃱"}.mdi-calendar-multiple-check::before{content:"󰃲"}.mdi-calendar-multiselect::before{content:"󰨲"}.mdi-calendar-multiselect-outline::before{content:"󱭕"}.mdi-calendar-outline::before{content:"󰭧"}.mdi-calendar-plus::before{content:"󰃳"}.mdi-calendar-plus-outline::before{content:"󱭬"}.mdi-calendar-question::before{content:"󰚒"}.mdi-calendar-question-outline::before{content:"󱭭"}.mdi-calendar-range::before{content:"󰙹"}.mdi-calendar-range-outline::before{content:"󰭨"}.mdi-calendar-refresh::before{content:"󰇡"}.mdi-calendar-refresh-outline::before{content:"󰈃"}.mdi-calendar-remove::before{content:"󰃴"}.mdi-calendar-remove-outline::before{content:"󰱅"}.mdi-calendar-search::before{content:"󰥌"}.mdi-calendar-search-outline::before{content:"󱭮"}.mdi-calendar-star::before{content:"󰧓"}.mdi-calendar-star-outline::before{content:"󱭓"}.mdi-calendar-start::before{content:"󱙭"}.mdi-calendar-start-outline::before{content:"󱭯"}.mdi-calendar-sync::before{content:"󰺎"}.mdi-calendar-sync-outline::before{content:"󰺏"}.mdi-calendar-text::before{content:"󰃵"}.mdi-calendar-text-outline::before{content:"󰱆"}.mdi-calendar-today::before{content:"󰃶"}.mdi-calendar-today-outline::before{content:"󱨰"}.mdi-calendar-week::before{content:"󰨳"}.mdi-calendar-week-begin::before{content:"󰨴"}.mdi-calendar-week-begin-outline::before{content:"󱨱"}.mdi-calendar-week-outline::before{content:"󱨴"}.mdi-calendar-weekend::before{content:"󰻙"}.mdi-calendar-weekend-outline::before{content:"󰻚"}.mdi-call-made::before{content:"󰃷"}.mdi-call-merge::before{content:"󰃸"}.mdi-call-missed::before{content:"󰃹"}.mdi-call-received::before{content:"󰃺"}.mdi-call-split::before{content:"󰃻"}.mdi-camcorder::before{content:"󰃼"}.mdi-camcorder-off::before{content:"󰃿"}.mdi-camera::before{content:"󰄀"}.mdi-camera-account::before{content:"󰣋"}.mdi-camera-burst::before{content:"󰚓"}.mdi-camera-control::before{content:"󰭩"}.mdi-camera-document::before{content:"󱡱"}.mdi-camera-document-off::before{content:"󱡲"}.mdi-camera-enhance::before{content:"󰄁"}.mdi-camera-enhance-outline::before{content:"󰭪"}.mdi-camera-flip::before{content:"󱗙"}.mdi-camera-flip-outline::before{content:"󱗚"}.mdi-camera-front::before{content:"󰄂"}.mdi-camera-front-variant::before{content:"󰄃"}.mdi-camera-gopro::before{content:"󰞡"}.mdi-camera-image::before{content:"󰣌"}.mdi-camera-iris::before{content:"󰄄"}.mdi-camera-lock::before{content:"󱨔"}.mdi-camera-lock-outline::before{content:"󱨕"}.mdi-camera-marker::before{content:"󱦧"}.mdi-camera-marker-outline::before{content:"󱦨"}.mdi-camera-metering-center::before{content:"󰞢"}.mdi-camera-metering-matrix::before{content:"󰞣"}.mdi-camera-metering-partial::before{content:"󰞤"}.mdi-camera-metering-spot::before{content:"󰞥"}.mdi-camera-off::before{content:"󰗟"}.mdi-camera-off-outline::before{content:"󱦿"}.mdi-camera-outline::before{content:"󰵝"}.mdi-camera-party-mode::before{content:"󰄅"}.mdi-camera-plus::before{content:"󰻛"}.mdi-camera-plus-outline::before{content:"󰻜"}.mdi-camera-rear::before{content:"󰄆"}.mdi-camera-rear-variant::before{content:"󰄇"}.mdi-camera-retake::before{content:"󰸙"}.mdi-camera-retake-outline::before{content:"󰸚"}.mdi-camera-switch::before{content:"󰄈"}.mdi-camera-switch-outline::before{content:"󰡊"}.mdi-camera-timer::before{content:"󰄉"}.mdi-camera-wireless::before{content:"󰶶"}.mdi-camera-wireless-outline::before{content:"󰶷"}.mdi-campfire::before{content:"󰻝"}.mdi-cancel::before{content:"󰜺"}.mdi-candelabra::before{content:"󱟒"}.mdi-candelabra-fire::before{content:"󱟓"}.mdi-candle::before{content:"󰗢"}.mdi-candy::before{content:"󱥰"}.mdi-candy-off::before{content:"󱥱"}.mdi-candy-off-outline::before{content:"󱥲"}.mdi-candy-outline::before{content:"󱥳"}.mdi-candycane::before{content:"󰄊"}.mdi-cannabis::before{content:"󰞦"}.mdi-cannabis-off::before{content:"󱙮"}.mdi-caps-lock::before{content:"󰪛"}.mdi-car::before{content:"󰄋"}.mdi-car-2-plus::before{content:"󱀕"}.mdi-car-3-plus::before{content:"󱀖"}.mdi-car-arrow-left::before{content:"󱎲"}.mdi-car-arrow-right::before{content:"󱎳"}.mdi-car-back::before{content:"󰸛"}.mdi-car-battery::before{content:"󰄌"}.mdi-car-brake-abs::before{content:"󰱇"}.mdi-car-brake-alert::before{content:"󰱈"}.mdi-car-brake-fluid-level::before{content:"󱤉"}.mdi-car-brake-hold::before{content:"󰵞"}.mdi-car-brake-low-pressure::before{content:"󱤊"}.mdi-car-brake-parking::before{content:"󰵟"}.mdi-car-brake-retarder::before{content:"󱀗"}.mdi-car-brake-temperature::before{content:"󱤋"}.mdi-car-brake-worn-linings::before{content:"󱤌"}.mdi-car-child-seat::before{content:"󰾣"}.mdi-car-clock::before{content:"󱥴"}.mdi-car-clutch::before{content:"󱀘"}.mdi-car-cog::before{content:"󱏌"}.mdi-car-connected::before{content:"󰄍"}.mdi-car-convertible::before{content:"󰞧"}.mdi-car-coolant-level::before{content:"󱀙"}.mdi-car-cruise-control::before{content:"󰵠"}.mdi-car-defrost-front::before{content:"󰵡"}.mdi-car-defrost-rear::before{content:"󰵢"}.mdi-car-door::before{content:"󰭫"}.mdi-car-door-lock::before{content:"󱂝"}.mdi-car-electric::before{content:"󰭬"}.mdi-car-electric-outline::before{content:"󱖵"}.mdi-car-emergency::before{content:"󱘏"}.mdi-car-esp::before{content:"󰱉"}.mdi-car-estate::before{content:"󰞨"}.mdi-car-hatchback::before{content:"󰞩"}.mdi-car-info::before{content:"󱆾"}.mdi-car-key::before{content:"󰭭"}.mdi-car-lifted-pickup::before{content:"󱔭"}.mdi-car-light-alert::before{content:"󱤍"}.mdi-car-light-dimmed::before{content:"󰱊"}.mdi-car-light-fog::before{content:"󰱋"}.mdi-car-light-high::before{content:"󰱌"}.mdi-car-limousine::before{content:"󰣍"}.mdi-car-multiple::before{content:"󰭮"}.mdi-car-off::before{content:"󰸜"}.mdi-car-outline::before{content:"󱓭"}.mdi-car-parking-lights::before{content:"󰵣"}.mdi-car-pickup::before{content:"󰞪"}.mdi-car-search::before{content:"󱮍"}.mdi-car-search-outline::before{content:"󱮎"}.mdi-car-seat::before{content:"󰾤"}.mdi-car-seat-cooler::before{content:"󰾥"}.mdi-car-seat-heater::before{content:"󰾦"}.mdi-car-select::before{content:"󱡹"}.mdi-car-settings::before{content:"󱏍"}.mdi-car-shift-pattern::before{content:"󰽀"}.mdi-car-side::before{content:"󰞫"}.mdi-car-speed-limiter::before{content:"󱤎"}.mdi-car-sports::before{content:"󰞬"}.mdi-car-tire-alert::before{content:"󰱍"}.mdi-car-traction-control::before{content:"󰵤"}.mdi-car-turbocharger::before{content:"󱀚"}.mdi-car-wash::before{content:"󰄎"}.mdi-car-windshield::before{content:"󱀛"}.mdi-car-windshield-outline::before{content:"󱀜"}.mdi-car-wireless::before{content:"󱡸"}.mdi-car-wrench::before{content:"󱠔"}.mdi-carabiner::before{content:"󱓀"}.mdi-caravan::before{content:"󰞭"}.mdi-card::before{content:"󰭯"}.mdi-card-account-details::before{content:"󰗒"}.mdi-card-account-details-outline::before{content:"󰶫"}.mdi-card-account-details-star::before{content:"󰊣"}.mdi-card-account-details-star-outline::before{content:"󰛛"}.mdi-card-account-mail::before{content:"󰆎"}.mdi-card-account-mail-outline::before{content:"󰺘"}.mdi-card-account-phone::before{content:"󰺙"}.mdi-card-account-phone-outline::before{content:"󰺚"}.mdi-card-bulleted::before{content:"󰭰"}.mdi-card-bulleted-off::before{content:"󰭱"}.mdi-card-bulleted-off-outline::before{content:"󰭲"}.mdi-card-bulleted-outline::before{content:"󰭳"}.mdi-card-bulleted-settings::before{content:"󰭴"}.mdi-card-bulleted-settings-outline::before{content:"󰭵"}.mdi-card-minus::before{content:"󱘀"}.mdi-card-minus-outline::before{content:"󱘁"}.mdi-card-multiple::before{content:"󱟱"}.mdi-card-multiple-outline::before{content:"󱟲"}.mdi-card-off::before{content:"󱘂"}.mdi-card-off-outline::before{content:"󱘃"}.mdi-card-outline::before{content:"󰭶"}.mdi-card-plus::before{content:"󱇿"}.mdi-card-plus-outline::before{content:"󱈀"}.mdi-card-remove::before{content:"󱘄"}.mdi-card-remove-outline::before{content:"󱘅"}.mdi-card-search::before{content:"󱁴"}.mdi-card-search-outline::before{content:"󱁵"}.mdi-card-text::before{content:"󰭷"}.mdi-card-text-outline::before{content:"󰭸"}.mdi-cards::before{content:"󰘸"}.mdi-cards-club::before{content:"󰣎"}.mdi-cards-club-outline::before{content:"󱢟"}.mdi-cards-diamond::before{content:"󰣏"}.mdi-cards-diamond-outline::before{content:"󱀝"}.mdi-cards-heart::before{content:"󰣐"}.mdi-cards-heart-outline::before{content:"󱢠"}.mdi-cards-outline::before{content:"󰘹"}.mdi-cards-playing::before{content:"󱢡"}.mdi-cards-playing-club::before{content:"󱢢"}.mdi-cards-playing-club-multiple::before{content:"󱢣"}.mdi-cards-playing-club-multiple-outline::before{content:"󱢤"}.mdi-cards-playing-club-outline::before{content:"󱢥"}.mdi-cards-playing-diamond::before{content:"󱢦"}.mdi-cards-playing-diamond-multiple::before{content:"󱢧"}.mdi-cards-playing-diamond-multiple-outline::before{content:"󱢨"}.mdi-cards-playing-diamond-outline::before{content:"󱢩"}.mdi-cards-playing-heart::before{content:"󱢪"}.mdi-cards-playing-heart-multiple::before{content:"󱢫"}.mdi-cards-playing-heart-multiple-outline::before{content:"󱢬"}.mdi-cards-playing-heart-outline::before{content:"󱢭"}.mdi-cards-playing-outline::before{content:"󰘺"}.mdi-cards-playing-spade::before{content:"󱢮"}.mdi-cards-playing-spade-multiple::before{content:"󱢯"}.mdi-cards-playing-spade-multiple-outline::before{content:"󱢰"}.mdi-cards-playing-spade-outline::before{content:"󱢱"}.mdi-cards-spade::before{content:"󰣑"}.mdi-cards-spade-outline::before{content:"󱢲"}.mdi-cards-variant::before{content:"󰛇"}.mdi-carrot::before{content:"󰄏"}.mdi-cart::before{content:"󰄐"}.mdi-cart-arrow-down::before{content:"󰵦"}.mdi-cart-arrow-right::before{content:"󰱎"}.mdi-cart-arrow-up::before{content:"󰵧"}.mdi-cart-check::before{content:"󱗪"}.mdi-cart-heart::before{content:"󱣠"}.mdi-cart-minus::before{content:"󰵨"}.mdi-cart-off::before{content:"󰙫"}.mdi-cart-outline::before{content:"󰄑"}.mdi-cart-percent::before{content:"󱮮"}.mdi-cart-plus::before{content:"󰄒"}.mdi-cart-remove::before{content:"󰵩"}.mdi-cart-variant::before{content:"󱗫"}.mdi-case-sensitive-alt::before{content:"󰄓"}.mdi-cash::before{content:"󰄔"}.mdi-cash-100::before{content:"󰄕"}.mdi-cash-check::before{content:"󱓮"}.mdi-cash-clock::before{content:"󱪑"}.mdi-cash-fast::before{content:"󱡜"}.mdi-cash-lock::before{content:"󱓪"}.mdi-cash-lock-open::before{content:"󱓫"}.mdi-cash-marker::before{content:"󰶸"}.mdi-cash-minus::before{content:"󱉠"}.mdi-cash-multiple::before{content:"󰄖"}.mdi-cash-plus::before{content:"󱉡"}.mdi-cash-refund::before{content:"󰪜"}.mdi-cash-register::before{content:"󰳴"}.mdi-cash-remove::before{content:"󱉢"}.mdi-cash-sync::before{content:"󱪒"}.mdi-cassette::before{content:"󰧔"}.mdi-cast::before{content:"󰄘"}.mdi-cast-audio::before{content:"󱀞"}.mdi-cast-audio-variant::before{content:"󱝉"}.mdi-cast-connected::before{content:"󰄙"}.mdi-cast-education::before{content:"󰸝"}.mdi-cast-off::before{content:"󰞊"}.mdi-cast-variant::before{content:"󰀟"}.mdi-castle::before{content:"󰄚"}.mdi-cat::before{content:"󰄛"}.mdi-cctv::before{content:"󰞮"}.mdi-cctv-off::before{content:"󱡟"}.mdi-ceiling-fan::before{content:"󱞗"}.mdi-ceiling-fan-light::before{content:"󱞘"}.mdi-ceiling-light::before{content:"󰝩"}.mdi-ceiling-light-multiple::before{content:"󱣝"}.mdi-ceiling-light-multiple-outline::before{content:"󱣞"}.mdi-ceiling-light-outline::before{content:"󱟇"}.mdi-cellphone::before{content:"󰄜"}.mdi-cellphone-arrow-down::before{content:"󰧕"}.mdi-cellphone-arrow-down-variant::before{content:"󱧅"}.mdi-cellphone-basic::before{content:"󰄞"}.mdi-cellphone-charging::before{content:"󱎗"}.mdi-cellphone-check::before{content:"󱟽"}.mdi-cellphone-cog::before{content:"󰥑"}.mdi-cellphone-dock::before{content:"󰄟"}.mdi-cellphone-information::before{content:"󰽁"}.mdi-cellphone-key::before{content:"󰥎"}.mdi-cellphone-link::before{content:"󰄡"}.mdi-cellphone-link-off::before{content:"󰄢"}.mdi-cellphone-lock::before{content:"󰥏"}.mdi-cellphone-marker::before{content:"󱠺"}.mdi-cellphone-message::before{content:"󰣓"}.mdi-cellphone-message-off::before{content:"󱃒"}.mdi-cellphone-nfc::before{content:"󰺐"}.mdi-cellphone-nfc-off::before{content:"󱋘"}.mdi-cellphone-off::before{content:"󰥐"}.mdi-cellphone-play::before{content:"󱀟"}.mdi-cellphone-remove::before{content:"󰥍"}.mdi-cellphone-screenshot::before{content:"󰨵"}.mdi-cellphone-settings::before{content:"󰄣"}.mdi-cellphone-sound::before{content:"󰥒"}.mdi-cellphone-text::before{content:"󰣒"}.mdi-cellphone-wireless::before{content:"󰠕"}.mdi-centos::before{content:"󱄚"}.mdi-certificate::before{content:"󰄤"}.mdi-certificate-outline::before{content:"󱆈"}.mdi-chair-rolling::before{content:"󰽈"}.mdi-chair-school::before{content:"󰄥"}.mdi-chandelier::before{content:"󱞓"}.mdi-charity::before{content:"󰱏"}.mdi-chart-arc::before{content:"󰄦"}.mdi-chart-areaspline::before{content:"󰄧"}.mdi-chart-areaspline-variant::before{content:"󰺑"}.mdi-chart-bar::before{content:"󰄨"}.mdi-chart-bar-stacked::before{content:"󰝪"}.mdi-chart-bell-curve::before{content:"󰱐"}.mdi-chart-bell-curve-cumulative::before{content:"󰾧"}.mdi-chart-box::before{content:"󱕍"}.mdi-chart-box-outline::before{content:"󱕎"}.mdi-chart-box-plus-outline::before{content:"󱕏"}.mdi-chart-bubble::before{content:"󰗣"}.mdi-chart-donut::before{content:"󰞯"}.mdi-chart-donut-variant::before{content:"󰞰"}.mdi-chart-gantt::before{content:"󰙬"}.mdi-chart-histogram::before{content:"󰄩"}.mdi-chart-line::before{content:"󰄪"}.mdi-chart-line-stacked::before{content:"󰝫"}.mdi-chart-line-variant::before{content:"󰞱"}.mdi-chart-multiline::before{content:"󰣔"}.mdi-chart-multiple::before{content:"󱈓"}.mdi-chart-pie::before{content:"󰄫"}.mdi-chart-ppf::before{content:"󱎀"}.mdi-chart-sankey::before{content:"󱇟"}.mdi-chart-sankey-variant::before{content:"󱇠"}.mdi-chart-scatter-plot::before{content:"󰺒"}.mdi-chart-scatter-plot-hexbin::before{content:"󰙭"}.mdi-chart-timeline::before{content:"󰙮"}.mdi-chart-timeline-variant::before{content:"󰺓"}.mdi-chart-timeline-variant-shimmer::before{content:"󱖶"}.mdi-chart-tree::before{content:"󰺔"}.mdi-chart-waterfall::before{content:"󱤘"}.mdi-chat::before{content:"󰭹"}.mdi-chat-alert::before{content:"󰭺"}.mdi-chat-alert-outline::before{content:"󱋉"}.mdi-chat-minus::before{content:"󱐐"}.mdi-chat-minus-outline::before{content:"󱐓"}.mdi-chat-outline::before{content:"󰻞"}.mdi-chat-plus::before{content:"󱐏"}.mdi-chat-plus-outline::before{content:"󱐒"}.mdi-chat-processing::before{content:"󰭻"}.mdi-chat-processing-outline::before{content:"󱋊"}.mdi-chat-question::before{content:"󱜸"}.mdi-chat-question-outline::before{content:"󱜹"}.mdi-chat-remove::before{content:"󱐑"}.mdi-chat-remove-outline::before{content:"󱐔"}.mdi-chat-sleep::before{content:"󱋑"}.mdi-chat-sleep-outline::before{content:"󱋒"}.mdi-check::before{content:"󰄬"}.mdi-check-all::before{content:"󰄭"}.mdi-check-bold::before{content:"󰸞"}.mdi-check-circle::before{content:"󰗠"}.mdi-check-circle-outline::before{content:"󰗡"}.mdi-check-decagram::before{content:"󰞑"}.mdi-check-decagram-outline::before{content:"󱝀"}.mdi-check-network::before{content:"󰱓"}.mdi-check-network-outline::before{content:"󰱔"}.mdi-check-outline::before{content:"󰡕"}.mdi-check-underline::before{content:"󰸟"}.mdi-check-underline-circle::before{content:"󰸠"}.mdi-check-underline-circle-outline::before{content:"󰸡"}.mdi-checkbook::before{content:"󰪝"}.mdi-checkbox-blank::before{content:"󰄮"}.mdi-checkbox-blank-badge::before{content:"󱅶"}.mdi-checkbox-blank-badge-outline::before{content:"󰄗"}.mdi-checkbox-blank-circle::before{content:"󰄯"}.mdi-checkbox-blank-circle-outline::before{content:"󰄰"}.mdi-checkbox-blank-off::before{content:"󱋬"}.mdi-checkbox-blank-off-outline::before{content:"󱋭"}.mdi-checkbox-blank-outline::before{content:"󰄱"}.mdi-checkbox-intermediate::before{content:"󰡖"}.mdi-checkbox-intermediate-variant::before{content:"󱭔"}.mdi-checkbox-marked::before{content:"󰄲"}.mdi-checkbox-marked-circle::before{content:"󰄳"}.mdi-checkbox-marked-circle-outline::before{content:"󰄴"}.mdi-checkbox-marked-circle-plus-outline::before{content:"󱤧"}.mdi-checkbox-marked-outline::before{content:"󰄵"}.mdi-checkbox-multiple-blank::before{content:"󰄶"}.mdi-checkbox-multiple-blank-circle::before{content:"󰘻"}.mdi-checkbox-multiple-blank-circle-outline::before{content:"󰘼"}.mdi-checkbox-multiple-blank-outline::before{content:"󰄷"}.mdi-checkbox-multiple-marked::before{content:"󰄸"}.mdi-checkbox-multiple-marked-circle::before{content:"󰘽"}.mdi-checkbox-multiple-marked-circle-outline::before{content:"󰘾"}.mdi-checkbox-multiple-marked-outline::before{content:"󰄹"}.mdi-checkbox-multiple-outline::before{content:"󰱑"}.mdi-checkbox-outline::before{content:"󰱒"}.mdi-checkerboard::before{content:"󰄺"}.mdi-checkerboard-minus::before{content:"󱈂"}.mdi-checkerboard-plus::before{content:"󱈁"}.mdi-checkerboard-remove::before{content:"󱈃"}.mdi-cheese::before{content:"󱊹"}.mdi-cheese-off::before{content:"󱏮"}.mdi-chef-hat::before{content:"󰭼"}.mdi-chemical-weapon::before{content:"󰄻"}.mdi-chess-bishop::before{content:"󰡜"}.mdi-chess-king::before{content:"󰡗"}.mdi-chess-knight::before{content:"󰡘"}.mdi-chess-pawn::before{content:"󰡙"}.mdi-chess-queen::before{content:"󰡚"}.mdi-chess-rook::before{content:"󰡛"}.mdi-chevron-double-down::before{content:"󰄼"}.mdi-chevron-double-left::before{content:"󰄽"}.mdi-chevron-double-right::before{content:"󰄾"}.mdi-chevron-double-up::before{content:"󰄿"}.mdi-chevron-down::before{content:"󰅀"}.mdi-chevron-down-box::before{content:"󰧖"}.mdi-chevron-down-box-outline::before{content:"󰧗"}.mdi-chevron-down-circle::before{content:"󰬦"}.mdi-chevron-down-circle-outline::before{content:"󰬧"}.mdi-chevron-left::before{content:"󰅁"}.mdi-chevron-left-box::before{content:"󰧘"}.mdi-chevron-left-box-outline::before{content:"󰧙"}.mdi-chevron-left-circle::before{content:"󰬨"}.mdi-chevron-left-circle-outline::before{content:"󰬩"}.mdi-chevron-right::before{content:"󰅂"}.mdi-chevron-right-box::before{content:"󰧚"}.mdi-chevron-right-box-outline::before{content:"󰧛"}.mdi-chevron-right-circle::before{content:"󰬪"}.mdi-chevron-right-circle-outline::before{content:"󰬫"}.mdi-chevron-triple-down::before{content:"󰶹"}.mdi-chevron-triple-left::before{content:"󰶺"}.mdi-chevron-triple-right::before{content:"󰶻"}.mdi-chevron-triple-up::before{content:"󰶼"}.mdi-chevron-up::before{content:"󰅃"}.mdi-chevron-up-box::before{content:"󰧜"}.mdi-chevron-up-box-outline::before{content:"󰧝"}.mdi-chevron-up-circle::before{content:"󰬬"}.mdi-chevron-up-circle-outline::before{content:"󰬭"}.mdi-chili-alert::before{content:"󱟪"}.mdi-chili-alert-outline::before{content:"󱟫"}.mdi-chili-hot::before{content:"󰞲"}.mdi-chili-hot-outline::before{content:"󱟬"}.mdi-chili-medium::before{content:"󰞳"}.mdi-chili-medium-outline::before{content:"󱟭"}.mdi-chili-mild::before{content:"󰞴"}.mdi-chili-mild-outline::before{content:"󱟮"}.mdi-chili-off::before{content:"󱑧"}.mdi-chili-off-outline::before{content:"󱟯"}.mdi-chip::before{content:"󰘚"}.mdi-church::before{content:"󰅄"}.mdi-church-outline::before{content:"󱬂"}.mdi-cigar::before{content:"󱆉"}.mdi-cigar-off::before{content:"󱐛"}.mdi-circle::before{content:"󰝥"}.mdi-circle-box::before{content:"󱗜"}.mdi-circle-box-outline::before{content:"󱗝"}.mdi-circle-double::before{content:"󰺕"}.mdi-circle-edit-outline::before{content:"󰣕"}.mdi-circle-expand::before{content:"󰺖"}.mdi-circle-half::before{content:"󱎕"}.mdi-circle-half-full::before{content:"󱎖"}.mdi-circle-medium::before{content:"󰧞"}.mdi-circle-multiple::before{content:"󰬸"}.mdi-circle-multiple-outline::before{content:"󰚕"}.mdi-circle-off-outline::before{content:"󱃓"}.mdi-circle-opacity::before{content:"󱡓"}.mdi-circle-outline::before{content:"󰝦"}.mdi-circle-slice-1::before{content:"󰪞"}.mdi-circle-slice-2::before{content:"󰪟"}.mdi-circle-slice-3::before{content:"󰪠"}.mdi-circle-slice-4::before{content:"󰪡"}.mdi-circle-slice-5::before{content:"󰪢"}.mdi-circle-slice-6::before{content:"󰪣"}.mdi-circle-slice-7::before{content:"󰪤"}.mdi-circle-slice-8::before{content:"󰪥"}.mdi-circle-small::before{content:"󰧟"}.mdi-circular-saw::before{content:"󰸢"}.mdi-city::before{content:"󰅆"}.mdi-city-variant::before{content:"󰨶"}.mdi-city-variant-outline::before{content:"󰨷"}.mdi-clipboard::before{content:"󰅇"}.mdi-clipboard-account::before{content:"󰅈"}.mdi-clipboard-account-outline::before{content:"󰱕"}.mdi-clipboard-alert::before{content:"󰅉"}.mdi-clipboard-alert-outline::before{content:"󰳷"}.mdi-clipboard-arrow-down::before{content:"󰅊"}.mdi-clipboard-arrow-down-outline::before{content:"󰱖"}.mdi-clipboard-arrow-left::before{content:"󰅋"}.mdi-clipboard-arrow-left-outline::before{content:"󰳸"}.mdi-clipboard-arrow-right::before{content:"󰳹"}.mdi-clipboard-arrow-right-outline::before{content:"󰳺"}.mdi-clipboard-arrow-up::before{content:"󰱗"}.mdi-clipboard-arrow-up-outline::before{content:"󰱘"}.mdi-clipboard-check::before{content:"󰅎"}.mdi-clipboard-check-multiple::before{content:"󱉣"}.mdi-clipboard-check-multiple-outline::before{content:"󱉤"}.mdi-clipboard-check-outline::before{content:"󰢨"}.mdi-clipboard-clock::before{content:"󱛢"}.mdi-clipboard-clock-outline::before{content:"󱛣"}.mdi-clipboard-edit::before{content:"󱓥"}.mdi-clipboard-edit-outline::before{content:"󱓦"}.mdi-clipboard-file::before{content:"󱉥"}.mdi-clipboard-file-outline::before{content:"󱉦"}.mdi-clipboard-flow::before{content:"󰛈"}.mdi-clipboard-flow-outline::before{content:"󱄗"}.mdi-clipboard-list::before{content:"󱃔"}.mdi-clipboard-list-outline::before{content:"󱃕"}.mdi-clipboard-minus::before{content:"󱘘"}.mdi-clipboard-minus-outline::before{content:"󱘙"}.mdi-clipboard-multiple::before{content:"󱉧"}.mdi-clipboard-multiple-outline::before{content:"󱉨"}.mdi-clipboard-off::before{content:"󱘚"}.mdi-clipboard-off-outline::before{content:"󱘛"}.mdi-clipboard-outline::before{content:"󰅌"}.mdi-clipboard-play::before{content:"󰱙"}.mdi-clipboard-play-multiple::before{content:"󱉩"}.mdi-clipboard-play-multiple-outline::before{content:"󱉪"}.mdi-clipboard-play-outline::before{content:"󰱚"}.mdi-clipboard-plus::before{content:"󰝑"}.mdi-clipboard-plus-outline::before{content:"󱌟"}.mdi-clipboard-pulse::before{content:"󰡝"}.mdi-clipboard-pulse-outline::before{content:"󰡞"}.mdi-clipboard-remove::before{content:"󱘜"}.mdi-clipboard-remove-outline::before{content:"󱘝"}.mdi-clipboard-search::before{content:"󱘞"}.mdi-clipboard-search-outline::before{content:"󱘟"}.mdi-clipboard-text::before{content:"󰅍"}.mdi-clipboard-text-clock::before{content:"󱣹"}.mdi-clipboard-text-clock-outline::before{content:"󱣺"}.mdi-clipboard-text-multiple::before{content:"󱉫"}.mdi-clipboard-text-multiple-outline::before{content:"󱉬"}.mdi-clipboard-text-off::before{content:"󱘠"}.mdi-clipboard-text-off-outline::before{content:"󱘡"}.mdi-clipboard-text-outline::before{content:"󰨸"}.mdi-clipboard-text-play::before{content:"󰱛"}.mdi-clipboard-text-play-outline::before{content:"󰱜"}.mdi-clipboard-text-search::before{content:"󱘢"}.mdi-clipboard-text-search-outline::before{content:"󱘣"}.mdi-clippy::before{content:"󰅏"}.mdi-clock::before{content:"󰥔"}.mdi-clock-alert::before{content:"󰥕"}.mdi-clock-alert-outline::before{content:"󰗎"}.mdi-clock-check::before{content:"󰾨"}.mdi-clock-check-outline::before{content:"󰾩"}.mdi-clock-digital::before{content:"󰺗"}.mdi-clock-edit::before{content:"󱦺"}.mdi-clock-edit-outline::before{content:"󱦻"}.mdi-clock-end::before{content:"󰅑"}.mdi-clock-fast::before{content:"󰅒"}.mdi-clock-in::before{content:"󰅓"}.mdi-clock-minus::before{content:"󱡣"}.mdi-clock-minus-outline::before{content:"󱡤"}.mdi-clock-out::before{content:"󰅔"}.mdi-clock-outline::before{content:"󰅐"}.mdi-clock-plus::before{content:"󱡡"}.mdi-clock-plus-outline::before{content:"󱡢"}.mdi-clock-remove::before{content:"󱡥"}.mdi-clock-remove-outline::before{content:"󱡦"}.mdi-clock-start::before{content:"󰅕"}.mdi-clock-time-eight::before{content:"󱑆"}.mdi-clock-time-eight-outline::before{content:"󱑒"}.mdi-clock-time-eleven::before{content:"󱑉"}.mdi-clock-time-eleven-outline::before{content:"󱑕"}.mdi-clock-time-five::before{content:"󱑃"}.mdi-clock-time-five-outline::before{content:"󱑏"}.mdi-clock-time-four::before{content:"󱑂"}.mdi-clock-time-four-outline::before{content:"󱑎"}.mdi-clock-time-nine::before{content:"󱑇"}.mdi-clock-time-nine-outline::before{content:"󱑓"}.mdi-clock-time-one::before{content:"󱐿"}.mdi-clock-time-one-outline::before{content:"󱑋"}.mdi-clock-time-seven::before{content:"󱑅"}.mdi-clock-time-seven-outline::before{content:"󱑑"}.mdi-clock-time-six::before{content:"󱑄"}.mdi-clock-time-six-outline::before{content:"󱑐"}.mdi-clock-time-ten::before{content:"󱑈"}.mdi-clock-time-ten-outline::before{content:"󱑔"}.mdi-clock-time-three::before{content:"󱑁"}.mdi-clock-time-three-outline::before{content:"󱑍"}.mdi-clock-time-twelve::before{content:"󱑊"}.mdi-clock-time-twelve-outline::before{content:"󱑖"}.mdi-clock-time-two::before{content:"󱑀"}.mdi-clock-time-two-outline::before{content:"󱑌"}.mdi-close::before{content:"󰅖"}.mdi-close-box::before{content:"󰅗"}.mdi-close-box-multiple::before{content:"󰱝"}.mdi-close-box-multiple-outline::before{content:"󰱞"}.mdi-close-box-outline::before{content:"󰅘"}.mdi-close-circle::before{content:"󰅙"}.mdi-close-circle-multiple::before{content:"󰘪"}.mdi-close-circle-multiple-outline::before{content:"󰢃"}.mdi-close-circle-outline::before{content:"󰅚"}.mdi-close-network::before{content:"󰅛"}.mdi-close-network-outline::before{content:"󰱟"}.mdi-close-octagon::before{content:"󰅜"}.mdi-close-octagon-outline::before{content:"󰅝"}.mdi-close-outline::before{content:"󰛉"}.mdi-close-thick::before{content:"󱎘"}.mdi-closed-caption::before{content:"󰅞"}.mdi-closed-caption-outline::before{content:"󰶽"}.mdi-cloud::before{content:"󰅟"}.mdi-cloud-alert::before{content:"󰧠"}.mdi-cloud-braces::before{content:"󰞵"}.mdi-cloud-check::before{content:"󰅠"}.mdi-cloud-check-outline::before{content:"󱋌"}.mdi-cloud-circle::before{content:"󰅡"}.mdi-cloud-download::before{content:"󰅢"}.mdi-cloud-download-outline::before{content:"󰭽"}.mdi-cloud-lock::before{content:"󱇱"}.mdi-cloud-lock-outline::before{content:"󱇲"}.mdi-cloud-off-outline::before{content:"󰅤"}.mdi-cloud-outline::before{content:"󰅣"}.mdi-cloud-percent::before{content:"󱨵"}.mdi-cloud-percent-outline::before{content:"󱨶"}.mdi-cloud-print::before{content:"󰅥"}.mdi-cloud-print-outline::before{content:"󰅦"}.mdi-cloud-question::before{content:"󰨹"}.mdi-cloud-refresh::before{content:"󰔪"}.mdi-cloud-search::before{content:"󰥖"}.mdi-cloud-search-outline::before{content:"󰥗"}.mdi-cloud-sync::before{content:"󰘿"}.mdi-cloud-sync-outline::before{content:"󱋖"}.mdi-cloud-tags::before{content:"󰞶"}.mdi-cloud-upload::before{content:"󰅧"}.mdi-cloud-upload-outline::before{content:"󰭾"}.mdi-clouds::before{content:"󱮕"}.mdi-clover::before{content:"󰠖"}.mdi-coach-lamp::before{content:"󱀠"}.mdi-coach-lamp-variant::before{content:"󱨷"}.mdi-coat-rack::before{content:"󱂞"}.mdi-code-array::before{content:"󰅨"}.mdi-code-braces::before{content:"󰅩"}.mdi-code-braces-box::before{content:"󱃖"}.mdi-code-brackets::before{content:"󰅪"}.mdi-code-equal::before{content:"󰅫"}.mdi-code-greater-than::before{content:"󰅬"}.mdi-code-greater-than-or-equal::before{content:"󰅭"}.mdi-code-json::before{content:"󰘦"}.mdi-code-less-than::before{content:"󰅮"}.mdi-code-less-than-or-equal::before{content:"󰅯"}.mdi-code-not-equal::before{content:"󰅰"}.mdi-code-not-equal-variant::before{content:"󰅱"}.mdi-code-parentheses::before{content:"󰅲"}.mdi-code-parentheses-box::before{content:"󱃗"}.mdi-code-string::before{content:"󰅳"}.mdi-code-tags::before{content:"󰅴"}.mdi-code-tags-check::before{content:"󰚔"}.mdi-codepen::before{content:"󰅵"}.mdi-coffee::before{content:"󰅶"}.mdi-coffee-maker::before{content:"󱂟"}.mdi-coffee-maker-check::before{content:"󱤱"}.mdi-coffee-maker-check-outline::before{content:"󱤲"}.mdi-coffee-maker-outline::before{content:"󱠛"}.mdi-coffee-off::before{content:"󰾪"}.mdi-coffee-off-outline::before{content:"󰾫"}.mdi-coffee-outline::before{content:"󰛊"}.mdi-coffee-to-go::before{content:"󰅷"}.mdi-coffee-to-go-outline::before{content:"󱌎"}.mdi-coffin::before{content:"󰭿"}.mdi-cog::before{content:"󰒓"}.mdi-cog-box::before{content:"󰒔"}.mdi-cog-clockwise::before{content:"󱇝"}.mdi-cog-counterclockwise::before{content:"󱇞"}.mdi-cog-off::before{content:"󱏎"}.mdi-cog-off-outline::before{content:"󱏏"}.mdi-cog-outline::before{content:"󰢻"}.mdi-cog-pause::before{content:"󱤳"}.mdi-cog-pause-outline::before{content:"󱤴"}.mdi-cog-play::before{content:"󱤵"}.mdi-cog-play-outline::before{content:"󱤶"}.mdi-cog-refresh::before{content:"󱑞"}.mdi-cog-refresh-outline::before{content:"󱑟"}.mdi-cog-stop::before{content:"󱤷"}.mdi-cog-stop-outline::before{content:"󱤸"}.mdi-cog-sync::before{content:"󱑠"}.mdi-cog-sync-outline::before{content:"󱑡"}.mdi-cog-transfer::before{content:"󱁛"}.mdi-cog-transfer-outline::before{content:"󱁜"}.mdi-cogs::before{content:"󰣖"}.mdi-collage::before{content:"󰙀"}.mdi-collapse-all::before{content:"󰪦"}.mdi-collapse-all-outline::before{content:"󰪧"}.mdi-color-helper::before{content:"󰅹"}.mdi-comma::before{content:"󰸣"}.mdi-comma-box::before{content:"󰸫"}.mdi-comma-box-outline::before{content:"󰸤"}.mdi-comma-circle::before{content:"󰸥"}.mdi-comma-circle-outline::before{content:"󰸦"}.mdi-comment::before{content:"󰅺"}.mdi-comment-account::before{content:"󰅻"}.mdi-comment-account-outline::before{content:"󰅼"}.mdi-comment-alert::before{content:"󰅽"}.mdi-comment-alert-outline::before{content:"󰅾"}.mdi-comment-arrow-left::before{content:"󰧡"}.mdi-comment-arrow-left-outline::before{content:"󰧢"}.mdi-comment-arrow-right::before{content:"󰧣"}.mdi-comment-arrow-right-outline::before{content:"󰧤"}.mdi-comment-bookmark::before{content:"󱖮"}.mdi-comment-bookmark-outline::before{content:"󱖯"}.mdi-comment-check::before{content:"󰅿"}.mdi-comment-check-outline::before{content:"󰆀"}.mdi-comment-edit::before{content:"󱆿"}.mdi-comment-edit-outline::before{content:"󱋄"}.mdi-comment-eye::before{content:"󰨺"}.mdi-comment-eye-outline::before{content:"󰨻"}.mdi-comment-flash::before{content:"󱖰"}.mdi-comment-flash-outline::before{content:"󱖱"}.mdi-comment-minus::before{content:"󱗟"}.mdi-comment-minus-outline::before{content:"󱗠"}.mdi-comment-multiple::before{content:"󰡟"}.mdi-comment-multiple-outline::before{content:"󰆁"}.mdi-comment-off::before{content:"󱗡"}.mdi-comment-off-outline::before{content:"󱗢"}.mdi-comment-outline::before{content:"󰆂"}.mdi-comment-plus::before{content:"󰧥"}.mdi-comment-plus-outline::before{content:"󰆃"}.mdi-comment-processing::before{content:"󰆄"}.mdi-comment-processing-outline::before{content:"󰆅"}.mdi-comment-question::before{content:"󰠗"}.mdi-comment-question-outline::before{content:"󰆆"}.mdi-comment-quote::before{content:"󱀡"}.mdi-comment-quote-outline::before{content:"󱀢"}.mdi-comment-remove::before{content:"󰗞"}.mdi-comment-remove-outline::before{content:"󰆇"}.mdi-comment-search::before{content:"󰨼"}.mdi-comment-search-outline::before{content:"󰨽"}.mdi-comment-text::before{content:"󰆈"}.mdi-comment-text-multiple::before{content:"󰡠"}.mdi-comment-text-multiple-outline::before{content:"󰡡"}.mdi-comment-text-outline::before{content:"󰆉"}.mdi-compare::before{content:"󰆊"}.mdi-compare-horizontal::before{content:"󱒒"}.mdi-compare-remove::before{content:"󱢳"}.mdi-compare-vertical::before{content:"󱒓"}.mdi-compass::before{content:"󰆋"}.mdi-compass-off::before{content:"󰮀"}.mdi-compass-off-outline::before{content:"󰮁"}.mdi-compass-outline::before{content:"󰆌"}.mdi-compass-rose::before{content:"󱎂"}.mdi-compost::before{content:"󱨸"}.mdi-cone::before{content:"󱥌"}.mdi-cone-off::before{content:"󱥍"}.mdi-connection::before{content:"󱘖"}.mdi-console::before{content:"󰆍"}.mdi-console-line::before{content:"󰞷"}.mdi-console-network::before{content:"󰢩"}.mdi-console-network-outline::before{content:"󰱠"}.mdi-consolidate::before{content:"󱃘"}.mdi-contactless-payment::before{content:"󰵪"}.mdi-contactless-payment-circle::before{content:"󰌡"}.mdi-contactless-payment-circle-outline::before{content:"󰐈"}.mdi-contacts::before{content:"󰛋"}.mdi-contacts-outline::before{content:"󰖸"}.mdi-contain::before{content:"󰨾"}.mdi-contain-end::before{content:"󰨿"}.mdi-contain-start::before{content:"󰩀"}.mdi-content-copy::before{content:"󰆏"}.mdi-content-cut::before{content:"󰆐"}.mdi-content-duplicate::before{content:"󰆑"}.mdi-content-paste::before{content:"󰆒"}.mdi-content-save::before{content:"󰆓"}.mdi-content-save-alert::before{content:"󰽂"}.mdi-content-save-alert-outline::before{content:"󰽃"}.mdi-content-save-all::before{content:"󰆔"}.mdi-content-save-all-outline::before{content:"󰽄"}.mdi-content-save-check::before{content:"󱣪"}.mdi-content-save-check-outline::before{content:"󱣫"}.mdi-content-save-cog::before{content:"󱑛"}.mdi-content-save-cog-outline::before{content:"󱑜"}.mdi-content-save-edit::before{content:"󰳻"}.mdi-content-save-edit-outline::before{content:"󰳼"}.mdi-content-save-minus::before{content:"󱭃"}.mdi-content-save-minus-outline::before{content:"󱭄"}.mdi-content-save-move::before{content:"󰸧"}.mdi-content-save-move-outline::before{content:"󰸨"}.mdi-content-save-off::before{content:"󱙃"}.mdi-content-save-off-outline::before{content:"󱙄"}.mdi-content-save-outline::before{content:"󰠘"}.mdi-content-save-plus::before{content:"󱭁"}.mdi-content-save-plus-outline::before{content:"󱭂"}.mdi-content-save-settings::before{content:"󰘛"}.mdi-content-save-settings-outline::before{content:"󰬮"}.mdi-contrast::before{content:"󰆕"}.mdi-contrast-box::before{content:"󰆖"}.mdi-contrast-circle::before{content:"󰆗"}.mdi-controller::before{content:"󰊴"}.mdi-controller-classic::before{content:"󰮂"}.mdi-controller-classic-outline::before{content:"󰮃"}.mdi-controller-off::before{content:"󰊵"}.mdi-cookie::before{content:"󰆘"}.mdi-cookie-alert::before{content:"󱛐"}.mdi-cookie-alert-outline::before{content:"󱛑"}.mdi-cookie-check::before{content:"󱛒"}.mdi-cookie-check-outline::before{content:"󱛓"}.mdi-cookie-clock::before{content:"󱛤"}.mdi-cookie-clock-outline::before{content:"󱛥"}.mdi-cookie-cog::before{content:"󱛔"}.mdi-cookie-cog-outline::before{content:"󱛕"}.mdi-cookie-edit::before{content:"󱛦"}.mdi-cookie-edit-outline::before{content:"󱛧"}.mdi-cookie-lock::before{content:"󱛨"}.mdi-cookie-lock-outline::before{content:"󱛩"}.mdi-cookie-minus::before{content:"󱛚"}.mdi-cookie-minus-outline::before{content:"󱛛"}.mdi-cookie-off::before{content:"󱛪"}.mdi-cookie-off-outline::before{content:"󱛫"}.mdi-cookie-outline::before{content:"󱛞"}.mdi-cookie-plus::before{content:"󱛖"}.mdi-cookie-plus-outline::before{content:"󱛗"}.mdi-cookie-refresh::before{content:"󱛬"}.mdi-cookie-refresh-outline::before{content:"󱛭"}.mdi-cookie-remove::before{content:"󱛘"}.mdi-cookie-remove-outline::before{content:"󱛙"}.mdi-cookie-settings::before{content:"󱛜"}.mdi-cookie-settings-outline::before{content:"󱛝"}.mdi-coolant-temperature::before{content:"󰏈"}.mdi-copyleft::before{content:"󱤹"}.mdi-copyright::before{content:"󰗦"}.mdi-cordova::before{content:"󰥘"}.mdi-corn::before{content:"󰞸"}.mdi-corn-off::before{content:"󱏯"}.mdi-cosine-wave::before{content:"󱑹"}.mdi-counter::before{content:"󰆙"}.mdi-countertop::before{content:"󱠜"}.mdi-countertop-outline::before{content:"󱠝"}.mdi-cow::before{content:"󰆚"}.mdi-cow-off::before{content:"󱣼"}.mdi-cpu-32-bit::before{content:"󰻟"}.mdi-cpu-64-bit::before{content:"󰻠"}.mdi-cradle::before{content:"󱦋"}.mdi-cradle-outline::before{content:"󱦑"}.mdi-crane::before{content:"󰡢"}.mdi-creation::before{content:"󰙴"}.mdi-creative-commons::before{content:"󰵫"}.mdi-credit-card::before{content:"󰿯"}.mdi-credit-card-check::before{content:"󱏐"}.mdi-credit-card-check-outline::before{content:"󱏑"}.mdi-credit-card-chip::before{content:"󱤏"}.mdi-credit-card-chip-outline::before{content:"󱤐"}.mdi-credit-card-clock::before{content:"󰻡"}.mdi-credit-card-clock-outline::before{content:"󰻢"}.mdi-credit-card-edit::before{content:"󱟗"}.mdi-credit-card-edit-outline::before{content:"󱟘"}.mdi-credit-card-fast::before{content:"󱤑"}.mdi-credit-card-fast-outline::before{content:"󱤒"}.mdi-credit-card-lock::before{content:"󱣧"}.mdi-credit-card-lock-outline::before{content:"󱣨"}.mdi-credit-card-marker::before{content:"󰚨"}.mdi-credit-card-marker-outline::before{content:"󰶾"}.mdi-credit-card-minus::before{content:"󰾬"}.mdi-credit-card-minus-outline::before{content:"󰾭"}.mdi-credit-card-multiple::before{content:"󰿰"}.mdi-credit-card-multiple-outline::before{content:"󰆜"}.mdi-credit-card-off::before{content:"󰿱"}.mdi-credit-card-off-outline::before{content:"󰗤"}.mdi-credit-card-outline::before{content:"󰆛"}.mdi-credit-card-plus::before{content:"󰿲"}.mdi-credit-card-plus-outline::before{content:"󰙶"}.mdi-credit-card-refresh::before{content:"󱙅"}.mdi-credit-card-refresh-outline::before{content:"󱙆"}.mdi-credit-card-refund::before{content:"󰿳"}.mdi-credit-card-refund-outline::before{content:"󰪨"}.mdi-credit-card-remove::before{content:"󰾮"}.mdi-credit-card-remove-outline::before{content:"󰾯"}.mdi-credit-card-scan::before{content:"󰿴"}.mdi-credit-card-scan-outline::before{content:"󰆝"}.mdi-credit-card-search::before{content:"󱙇"}.mdi-credit-card-search-outline::before{content:"󱙈"}.mdi-credit-card-settings::before{content:"󰿵"}.mdi-credit-card-settings-outline::before{content:"󰣗"}.mdi-credit-card-sync::before{content:"󱙉"}.mdi-credit-card-sync-outline::before{content:"󱙊"}.mdi-credit-card-wireless::before{content:"󰠂"}.mdi-credit-card-wireless-off::before{content:"󰕺"}.mdi-credit-card-wireless-off-outline::before{content:"󰕻"}.mdi-credit-card-wireless-outline::before{content:"󰵬"}.mdi-cricket::before{content:"󰵭"}.mdi-crop::before{content:"󰆞"}.mdi-crop-free::before{content:"󰆟"}.mdi-crop-landscape::before{content:"󰆠"}.mdi-crop-portrait::before{content:"󰆡"}.mdi-crop-rotate::before{content:"󰚖"}.mdi-crop-square::before{content:"󰆢"}.mdi-cross::before{content:"󰥓"}.mdi-cross-bolnisi::before{content:"󰳭"}.mdi-cross-celtic::before{content:"󰳵"}.mdi-cross-outline::before{content:"󰳶"}.mdi-crosshairs::before{content:"󰆣"}.mdi-crosshairs-gps::before{content:"󰆤"}.mdi-crosshairs-off::before{content:"󰽅"}.mdi-crosshairs-question::before{content:"󱄶"}.mdi-crowd::before{content:"󱥵"}.mdi-crown::before{content:"󰆥"}.mdi-crown-circle::before{content:"󱟜"}.mdi-crown-circle-outline::before{content:"󱟝"}.mdi-crown-outline::before{content:"󱇐"}.mdi-cryengine::before{content:"󰥙"}.mdi-crystal-ball::before{content:"󰬯"}.mdi-cube::before{content:"󰆦"}.mdi-cube-off::before{content:"󱐜"}.mdi-cube-off-outline::before{content:"󱐝"}.mdi-cube-outline::before{content:"󰆧"}.mdi-cube-scan::before{content:"󰮄"}.mdi-cube-send::before{content:"󰆨"}.mdi-cube-unfolded::before{content:"󰆩"}.mdi-cup::before{content:"󰆪"}.mdi-cup-off::before{content:"󰗥"}.mdi-cup-off-outline::before{content:"󱍽"}.mdi-cup-outline::before{content:"󱌏"}.mdi-cup-water::before{content:"󰆫"}.mdi-cupboard::before{content:"󰽆"}.mdi-cupboard-outline::before{content:"󰽇"}.mdi-cupcake::before{content:"󰥚"}.mdi-curling::before{content:"󰡣"}.mdi-currency-bdt::before{content:"󰡤"}.mdi-currency-brl::before{content:"󰮅"}.mdi-currency-btc::before{content:"󰆬"}.mdi-currency-cny::before{content:"󰞺"}.mdi-currency-eth::before{content:"󰞻"}.mdi-currency-eur::before{content:"󰆭"}.mdi-currency-eur-off::before{content:"󱌕"}.mdi-currency-fra::before{content:"󱨹"}.mdi-currency-gbp::before{content:"󰆮"}.mdi-currency-ils::before{content:"󰱡"}.mdi-currency-inr::before{content:"󰆯"}.mdi-currency-jpy::before{content:"󰞼"}.mdi-currency-krw::before{content:"󰞽"}.mdi-currency-kzt::before{content:"󰡥"}.mdi-currency-mnt::before{content:"󱔒"}.mdi-currency-ngn::before{content:"󰆰"}.mdi-currency-php::before{content:"󰧦"}.mdi-currency-rial::before{content:"󰺜"}.mdi-currency-rub::before{content:"󰆱"}.mdi-currency-rupee::before{content:"󱥶"}.mdi-currency-sign::before{content:"󰞾"}.mdi-currency-try::before{content:"󰆲"}.mdi-currency-twd::before{content:"󰞿"}.mdi-currency-uah::before{content:"󱮛"}.mdi-currency-usd::before{content:"󰇁"}.mdi-currency-usd-off::before{content:"󰙺"}.mdi-current-ac::before{content:"󱒀"}.mdi-current-dc::before{content:"󰥜"}.mdi-cursor-default::before{content:"󰇀"}.mdi-cursor-default-click::before{content:"󰳽"}.mdi-cursor-default-click-outline::before{content:"󰳾"}.mdi-cursor-default-gesture::before{content:"󱄧"}.mdi-cursor-default-gesture-outline::before{content:"󱄨"}.mdi-cursor-default-outline::before{content:"󰆿"}.mdi-cursor-move::before{content:"󰆾"}.mdi-cursor-pointer::before{content:"󰆽"}.mdi-cursor-text::before{content:"󰗧"}.mdi-curtains::before{content:"󱡆"}.mdi-curtains-closed::before{content:"󱡇"}.mdi-cylinder::before{content:"󱥎"}.mdi-cylinder-off::before{content:"󱥏"}.mdi-dance-ballroom::before{content:"󱗻"}.mdi-dance-pole::before{content:"󱕸"}.mdi-data-matrix::before{content:"󱔼"}.mdi-data-matrix-edit::before{content:"󱔽"}.mdi-data-matrix-minus::before{content:"󱔾"}.mdi-data-matrix-plus::before{content:"󱔿"}.mdi-data-matrix-remove::before{content:"󱕀"}.mdi-data-matrix-scan::before{content:"󱕁"}.mdi-database::before{content:"󰆼"}.mdi-database-alert::before{content:"󱘺"}.mdi-database-alert-outline::before{content:"󱘤"}.mdi-database-arrow-down::before{content:"󱘻"}.mdi-database-arrow-down-outline::before{content:"󱘥"}.mdi-database-arrow-left::before{content:"󱘼"}.mdi-database-arrow-left-outline::before{content:"󱘦"}.mdi-database-arrow-right::before{content:"󱘽"}.mdi-database-arrow-right-outline::before{content:"󱘧"}.mdi-database-arrow-up::before{content:"󱘾"}.mdi-database-arrow-up-outline::before{content:"󱘨"}.mdi-database-check::before{content:"󰪩"}.mdi-database-check-outline::before{content:"󱘩"}.mdi-database-clock::before{content:"󱘿"}.mdi-database-clock-outline::before{content:"󱘪"}.mdi-database-cog::before{content:"󱙋"}.mdi-database-cog-outline::before{content:"󱙌"}.mdi-database-edit::before{content:"󰮆"}.mdi-database-edit-outline::before{content:"󱘫"}.mdi-database-export::before{content:"󰥞"}.mdi-database-export-outline::before{content:"󱘬"}.mdi-database-eye::before{content:"󱤟"}.mdi-database-eye-off::before{content:"󱤠"}.mdi-database-eye-off-outline::before{content:"󱤡"}.mdi-database-eye-outline::before{content:"󱤢"}.mdi-database-import::before{content:"󰥝"}.mdi-database-import-outline::before{content:"󱘭"}.mdi-database-lock::before{content:"󰪪"}.mdi-database-lock-outline::before{content:"󱘮"}.mdi-database-marker::before{content:"󱋶"}.mdi-database-marker-outline::before{content:"󱘯"}.mdi-database-minus::before{content:"󰆻"}.mdi-database-minus-outline::before{content:"󱘰"}.mdi-database-off::before{content:"󱙀"}.mdi-database-off-outline::before{content:"󱘱"}.mdi-database-outline::before{content:"󱘲"}.mdi-database-plus::before{content:"󰆺"}.mdi-database-plus-outline::before{content:"󱘳"}.mdi-database-refresh::before{content:"󰗂"}.mdi-database-refresh-outline::before{content:"󱘴"}.mdi-database-remove::before{content:"󰴀"}.mdi-database-remove-outline::before{content:"󱘵"}.mdi-database-search::before{content:"󰡦"}.mdi-database-search-outline::before{content:"󱘶"}.mdi-database-settings::before{content:"󰴁"}.mdi-database-settings-outline::before{content:"󱘷"}.mdi-database-sync::before{content:"󰳿"}.mdi-database-sync-outline::before{content:"󱘸"}.mdi-death-star::before{content:"󰣘"}.mdi-death-star-variant::before{content:"󰣙"}.mdi-deathly-hallows::before{content:"󰮇"}.mdi-debian::before{content:"󰣚"}.mdi-debug-step-into::before{content:"󰆹"}.mdi-debug-step-out::before{content:"󰆸"}.mdi-debug-step-over::before{content:"󰆷"}.mdi-decagram::before{content:"󰝬"}.mdi-decagram-outline::before{content:"󰝭"}.mdi-decimal::before{content:"󱂡"}.mdi-decimal-comma::before{content:"󱂢"}.mdi-decimal-comma-decrease::before{content:"󱂣"}.mdi-decimal-comma-increase::before{content:"󱂤"}.mdi-decimal-decrease::before{content:"󰆶"}.mdi-decimal-increase::before{content:"󰆵"}.mdi-delete::before{content:"󰆴"}.mdi-delete-alert::before{content:"󱂥"}.mdi-delete-alert-outline::before{content:"󱂦"}.mdi-delete-circle::before{content:"󰚃"}.mdi-delete-circle-outline::before{content:"󰮈"}.mdi-delete-clock::before{content:"󱕖"}.mdi-delete-clock-outline::before{content:"󱕗"}.mdi-delete-empty::before{content:"󰛌"}.mdi-delete-empty-outline::before{content:"󰺝"}.mdi-delete-forever::before{content:"󰗨"}.mdi-delete-forever-outline::before{content:"󰮉"}.mdi-delete-off::before{content:"󱂧"}.mdi-delete-off-outline::before{content:"󱂨"}.mdi-delete-outline::before{content:"󰧧"}.mdi-delete-restore::before{content:"󰠙"}.mdi-delete-sweep::before{content:"󰗩"}.mdi-delete-sweep-outline::before{content:"󰱢"}.mdi-delete-variant::before{content:"󰆳"}.mdi-delta::before{content:"󰇂"}.mdi-desk::before{content:"󱈹"}.mdi-desk-lamp::before{content:"󰥟"}.mdi-desk-lamp-off::before{content:"󱬟"}.mdi-desk-lamp-on::before{content:"󱬠"}.mdi-deskphone::before{content:"󰇃"}.mdi-desktop-classic::before{content:"󰟀"}.mdi-desktop-tower::before{content:"󰇅"}.mdi-desktop-tower-monitor::before{content:"󰪫"}.mdi-details::before{content:"󰇆"}.mdi-dev-to::before{content:"󰵮"}.mdi-developer-board::before{content:"󰚗"}.mdi-deviantart::before{content:"󰇇"}.mdi-devices::before{content:"󰾰"}.mdi-dharmachakra::before{content:"󰥋"}.mdi-diabetes::before{content:"󱄦"}.mdi-dialpad::before{content:"󰘜"}.mdi-diameter::before{content:"󰱣"}.mdi-diameter-outline::before{content:"󰱤"}.mdi-diameter-variant::before{content:"󰱥"}.mdi-diamond::before{content:"󰮊"}.mdi-diamond-outline::before{content:"󰮋"}.mdi-diamond-stone::before{content:"󰇈"}.mdi-dice-1::before{content:"󰇊"}.mdi-dice-1-outline::before{content:"󱅊"}.mdi-dice-2::before{content:"󰇋"}.mdi-dice-2-outline::before{content:"󱅋"}.mdi-dice-3::before{content:"󰇌"}.mdi-dice-3-outline::before{content:"󱅌"}.mdi-dice-4::before{content:"󰇍"}.mdi-dice-4-outline::before{content:"󱅍"}.mdi-dice-5::before{content:"󰇎"}.mdi-dice-5-outline::before{content:"󱅎"}.mdi-dice-6::before{content:"󰇏"}.mdi-dice-6-outline::before{content:"󱅏"}.mdi-dice-d10::before{content:"󱅓"}.mdi-dice-d10-outline::before{content:"󰝯"}.mdi-dice-d12::before{content:"󱅔"}.mdi-dice-d12-outline::before{content:"󰡧"}.mdi-dice-d20::before{content:"󱅕"}.mdi-dice-d20-outline::before{content:"󰗪"}.mdi-dice-d4::before{content:"󱅐"}.mdi-dice-d4-outline::before{content:"󰗫"}.mdi-dice-d6::before{content:"󱅑"}.mdi-dice-d6-outline::before{content:"󰗭"}.mdi-dice-d8::before{content:"󱅒"}.mdi-dice-d8-outline::before{content:"󰗬"}.mdi-dice-multiple::before{content:"󰝮"}.mdi-dice-multiple-outline::before{content:"󱅖"}.mdi-digital-ocean::before{content:"󱈷"}.mdi-dip-switch::before{content:"󰟁"}.mdi-directions::before{content:"󰇐"}.mdi-directions-fork::before{content:"󰙁"}.mdi-disc::before{content:"󰗮"}.mdi-disc-alert::before{content:"󰇑"}.mdi-disc-player::before{content:"󰥠"}.mdi-dishwasher::before{content:"󰪬"}.mdi-dishwasher-alert::before{content:"󱆸"}.mdi-dishwasher-off::before{content:"󱆹"}.mdi-disqus::before{content:"󰇒"}.mdi-distribute-horizontal-center::before{content:"󱇉"}.mdi-distribute-horizontal-left::before{content:"󱇈"}.mdi-distribute-horizontal-right::before{content:"󱇊"}.mdi-distribute-vertical-bottom::before{content:"󱇋"}.mdi-distribute-vertical-center::before{content:"󱇌"}.mdi-distribute-vertical-top::before{content:"󱇍"}.mdi-diversify::before{content:"󱡷"}.mdi-diving::before{content:"󱥷"}.mdi-diving-flippers::before{content:"󰶿"}.mdi-diving-helmet::before{content:"󰷀"}.mdi-diving-scuba::before{content:"󱭷"}.mdi-diving-scuba-flag::before{content:"󰷂"}.mdi-diving-scuba-mask::before{content:"󰷁"}.mdi-diving-scuba-tank::before{content:"󰷃"}.mdi-diving-scuba-tank-multiple::before{content:"󰷄"}.mdi-diving-snorkel::before{content:"󰷅"}.mdi-division::before{content:"󰇔"}.mdi-division-box::before{content:"󰇕"}.mdi-dlna::before{content:"󰩁"}.mdi-dna::before{content:"󰚄"}.mdi-dns::before{content:"󰇖"}.mdi-dns-outline::before{content:"󰮌"}.mdi-dock-bottom::before{content:"󱂩"}.mdi-dock-left::before{content:"󱂪"}.mdi-dock-right::before{content:"󱂫"}.mdi-dock-top::before{content:"󱔓"}.mdi-dock-window::before{content:"󱂬"}.mdi-docker::before{content:"󰡨"}.mdi-doctor::before{content:"󰩂"}.mdi-dog::before{content:"󰩃"}.mdi-dog-service::before{content:"󰪭"}.mdi-dog-side::before{content:"󰩄"}.mdi-dog-side-off::before{content:"󱛮"}.mdi-dolby::before{content:"󰚳"}.mdi-dolly::before{content:"󰺞"}.mdi-dolphin::before{content:"󱢴"}.mdi-domain::before{content:"󰇗"}.mdi-domain-off::before{content:"󰵯"}.mdi-domain-plus::before{content:"󱂭"}.mdi-domain-remove::before{content:"󱂮"}.mdi-dome-light::before{content:"󱐞"}.mdi-domino-mask::before{content:"󱀣"}.mdi-donkey::before{content:"󰟂"}.mdi-door::before{content:"󰠚"}.mdi-door-closed::before{content:"󰠛"}.mdi-door-closed-lock::before{content:"󱂯"}.mdi-door-open::before{content:"󰠜"}.mdi-door-sliding::before{content:"󱠞"}.mdi-door-sliding-lock::before{content:"󱠟"}.mdi-door-sliding-open::before{content:"󱠠"}.mdi-doorbell::before{content:"󱋦"}.mdi-doorbell-video::before{content:"󰡩"}.mdi-dot-net::before{content:"󰪮"}.mdi-dots-circle::before{content:"󱥸"}.mdi-dots-grid::before{content:"󱗼"}.mdi-dots-hexagon::before{content:"󱗿"}.mdi-dots-horizontal::before{content:"󰇘"}.mdi-dots-horizontal-circle::before{content:"󰟃"}.mdi-dots-horizontal-circle-outline::before{content:"󰮍"}.mdi-dots-square::before{content:"󱗽"}.mdi-dots-triangle::before{content:"󱗾"}.mdi-dots-vertical::before{content:"󰇙"}.mdi-dots-vertical-circle::before{content:"󰟄"}.mdi-dots-vertical-circle-outline::before{content:"󰮎"}.mdi-download::before{content:"󰇚"}.mdi-download-box::before{content:"󱑢"}.mdi-download-box-outline::before{content:"󱑣"}.mdi-download-circle::before{content:"󱑤"}.mdi-download-circle-outline::before{content:"󱑥"}.mdi-download-lock::before{content:"󱌠"}.mdi-download-lock-outline::before{content:"󱌡"}.mdi-download-multiple::before{content:"󰧩"}.mdi-download-network::before{content:"󰛴"}.mdi-download-network-outline::before{content:"󰱦"}.mdi-download-off::before{content:"󱂰"}.mdi-download-off-outline::before{content:"󱂱"}.mdi-download-outline::before{content:"󰮏"}.mdi-drag::before{content:"󰇛"}.mdi-drag-horizontal::before{content:"󰇜"}.mdi-drag-horizontal-variant::before{content:"󱋰"}.mdi-drag-variant::before{content:"󰮐"}.mdi-drag-vertical::before{content:"󰇝"}.mdi-drag-vertical-variant::before{content:"󱋱"}.mdi-drama-masks::before{content:"󰴂"}.mdi-draw::before{content:"󰽉"}.mdi-draw-pen::before{content:"󱦹"}.mdi-drawing::before{content:"󰇞"}.mdi-drawing-box::before{content:"󰇟"}.mdi-dresser::before{content:"󰽊"}.mdi-dresser-outline::before{content:"󰽋"}.mdi-drone::before{content:"󰇢"}.mdi-dropbox::before{content:"󰇣"}.mdi-drupal::before{content:"󰇤"}.mdi-duck::before{content:"󰇥"}.mdi-dumbbell::before{content:"󰇦"}.mdi-dump-truck::before{content:"󰱧"}.mdi-ear-hearing::before{content:"󰟅"}.mdi-ear-hearing-loop::before{content:"󱫮"}.mdi-ear-hearing-off::before{content:"󰩅"}.mdi-earbuds::before{content:"󱡏"}.mdi-earbuds-off::before{content:"󱡐"}.mdi-earbuds-off-outline::before{content:"󱡑"}.mdi-earbuds-outline::before{content:"󱡒"}.mdi-earth::before{content:"󰇧"}.mdi-earth-arrow-right::before{content:"󱌑"}.mdi-earth-box::before{content:"󰛍"}.mdi-earth-box-minus::before{content:"󱐇"}.mdi-earth-box-off::before{content:"󰛎"}.mdi-earth-box-plus::before{content:"󱐆"}.mdi-earth-box-remove::before{content:"󱐈"}.mdi-earth-minus::before{content:"󱐄"}.mdi-earth-off::before{content:"󰇨"}.mdi-earth-plus::before{content:"󱐃"}.mdi-earth-remove::before{content:"󱐅"}.mdi-egg::before{content:"󰪯"}.mdi-egg-easter::before{content:"󰪰"}.mdi-egg-fried::before{content:"󱡊"}.mdi-egg-off::before{content:"󱏰"}.mdi-egg-off-outline::before{content:"󱏱"}.mdi-egg-outline::before{content:"󱏲"}.mdi-eiffel-tower::before{content:"󱕫"}.mdi-eight-track::before{content:"󰧪"}.mdi-eject::before{content:"󰇪"}.mdi-eject-circle::before{content:"󱬣"}.mdi-eject-circle-outline::before{content:"󱬤"}.mdi-eject-outline::before{content:"󰮑"}.mdi-electric-switch::before{content:"󰺟"}.mdi-electric-switch-closed::before{content:"󱃙"}.mdi-electron-framework::before{content:"󱀤"}.mdi-elephant::before{content:"󰟆"}.mdi-elevation-decline::before{content:"󰇫"}.mdi-elevation-rise::before{content:"󰇬"}.mdi-elevator::before{content:"󰇭"}.mdi-elevator-down::before{content:"󱋂"}.mdi-elevator-passenger::before{content:"󱎁"}.mdi-elevator-passenger-off::before{content:"󱥹"}.mdi-elevator-passenger-off-outline::before{content:"󱥺"}.mdi-elevator-passenger-outline::before{content:"󱥻"}.mdi-elevator-up::before{content:"󱋁"}.mdi-ellipse::before{content:"󰺠"}.mdi-ellipse-outline::before{content:"󰺡"}.mdi-email::before{content:"󰇮"}.mdi-email-alert::before{content:"󰛏"}.mdi-email-alert-outline::before{content:"󰵂"}.mdi-email-arrow-left::before{content:"󱃚"}.mdi-email-arrow-left-outline::before{content:"󱃛"}.mdi-email-arrow-right::before{content:"󱃜"}.mdi-email-arrow-right-outline::before{content:"󱃝"}.mdi-email-box::before{content:"󰴃"}.mdi-email-check::before{content:"󰪱"}.mdi-email-check-outline::before{content:"󰪲"}.mdi-email-edit::before{content:"󰻣"}.mdi-email-edit-outline::before{content:"󰻤"}.mdi-email-fast::before{content:"󱡯"}.mdi-email-fast-outline::before{content:"󱡰"}.mdi-email-lock::before{content:"󰇱"}.mdi-email-lock-outline::before{content:"󱭡"}.mdi-email-mark-as-unread::before{content:"󰮒"}.mdi-email-minus::before{content:"󰻥"}.mdi-email-minus-outline::before{content:"󰻦"}.mdi-email-multiple::before{content:"󰻧"}.mdi-email-multiple-outline::before{content:"󰻨"}.mdi-email-newsletter::before{content:"󰾱"}.mdi-email-off::before{content:"󱏣"}.mdi-email-off-outline::before{content:"󱏤"}.mdi-email-open::before{content:"󰇯"}.mdi-email-open-multiple::before{content:"󰻩"}.mdi-email-open-multiple-outline::before{content:"󰻪"}.mdi-email-open-outline::before{content:"󰗯"}.mdi-email-outline::before{content:"󰇰"}.mdi-email-plus::before{content:"󰧫"}.mdi-email-plus-outline::before{content:"󰧬"}.mdi-email-remove::before{content:"󱙡"}.mdi-email-remove-outline::before{content:"󱙢"}.mdi-email-seal::before{content:"󱥛"}.mdi-email-seal-outline::before{content:"󱥜"}.mdi-email-search::before{content:"󰥡"}.mdi-email-search-outline::before{content:"󰥢"}.mdi-email-sync::before{content:"󱋇"}.mdi-email-sync-outline::before{content:"󱋈"}.mdi-email-variant::before{content:"󰗰"}.mdi-ember::before{content:"󰬰"}.mdi-emby::before{content:"󰚴"}.mdi-emoticon::before{content:"󰱨"}.mdi-emoticon-angry::before{content:"󰱩"}.mdi-emoticon-angry-outline::before{content:"󰱪"}.mdi-emoticon-confused::before{content:"󱃞"}.mdi-emoticon-confused-outline::before{content:"󱃟"}.mdi-emoticon-cool::before{content:"󰱫"}.mdi-emoticon-cool-outline::before{content:"󰇳"}.mdi-emoticon-cry::before{content:"󰱬"}.mdi-emoticon-cry-outline::before{content:"󰱭"}.mdi-emoticon-dead::before{content:"󰱮"}.mdi-emoticon-dead-outline::before{content:"󰚛"}.mdi-emoticon-devil::before{content:"󰱯"}.mdi-emoticon-devil-outline::before{content:"󰇴"}.mdi-emoticon-excited::before{content:"󰱰"}.mdi-emoticon-excited-outline::before{content:"󰚜"}.mdi-emoticon-frown::before{content:"󰽌"}.mdi-emoticon-frown-outline::before{content:"󰽍"}.mdi-emoticon-happy::before{content:"󰱱"}.mdi-emoticon-happy-outline::before{content:"󰇵"}.mdi-emoticon-kiss::before{content:"󰱲"}.mdi-emoticon-kiss-outline::before{content:"󰱳"}.mdi-emoticon-lol::before{content:"󱈔"}.mdi-emoticon-lol-outline::before{content:"󱈕"}.mdi-emoticon-neutral::before{content:"󰱴"}.mdi-emoticon-neutral-outline::before{content:"󰇶"}.mdi-emoticon-outline::before{content:"󰇲"}.mdi-emoticon-poop::before{content:"󰇷"}.mdi-emoticon-poop-outline::before{content:"󰱵"}.mdi-emoticon-sad::before{content:"󰱶"}.mdi-emoticon-sad-outline::before{content:"󰇸"}.mdi-emoticon-sick::before{content:"󱕼"}.mdi-emoticon-sick-outline::before{content:"󱕽"}.mdi-emoticon-tongue::before{content:"󰇹"}.mdi-emoticon-tongue-outline::before{content:"󰱷"}.mdi-emoticon-wink::before{content:"󰱸"}.mdi-emoticon-wink-outline::before{content:"󰱹"}.mdi-engine::before{content:"󰇺"}.mdi-engine-off::before{content:"󰩆"}.mdi-engine-off-outline::before{content:"󰩇"}.mdi-engine-outline::before{content:"󰇻"}.mdi-epsilon::before{content:"󱃠"}.mdi-equal::before{content:"󰇼"}.mdi-equal-box::before{content:"󰇽"}.mdi-equalizer::before{content:"󰺢"}.mdi-equalizer-outline::before{content:"󰺣"}.mdi-eraser::before{content:"󰇾"}.mdi-eraser-variant::before{content:"󰙂"}.mdi-escalator::before{content:"󰇿"}.mdi-escalator-box::before{content:"󱎙"}.mdi-escalator-down::before{content:"󱋀"}.mdi-escalator-up::before{content:"󱊿"}.mdi-eslint::before{content:"󰱺"}.mdi-et::before{content:"󰪳"}.mdi-ethereum::before{content:"󰡪"}.mdi-ethernet::before{content:"󰈀"}.mdi-ethernet-cable::before{content:"󰈁"}.mdi-ethernet-cable-off::before{content:"󰈂"}.mdi-ev-plug-ccs1::before{content:"󱔙"}.mdi-ev-plug-ccs2::before{content:"󱔚"}.mdi-ev-plug-chademo::before{content:"󱔛"}.mdi-ev-plug-tesla::before{content:"󱔜"}.mdi-ev-plug-type1::before{content:"󱔝"}.mdi-ev-plug-type2::before{content:"󱔞"}.mdi-ev-station::before{content:"󰗱"}.mdi-evernote::before{content:"󰈄"}.mdi-excavator::before{content:"󱀥"}.mdi-exclamation::before{content:"󰈅"}.mdi-exclamation-thick::before{content:"󱈸"}.mdi-exit-run::before{content:"󰩈"}.mdi-exit-to-app::before{content:"󰈆"}.mdi-expand-all::before{content:"󰪴"}.mdi-expand-all-outline::before{content:"󰪵"}.mdi-expansion-card::before{content:"󰢮"}.mdi-expansion-card-variant::before{content:"󰾲"}.mdi-exponent::before{content:"󰥣"}.mdi-exponent-box::before{content:"󰥤"}.mdi-export::before{content:"󰈇"}.mdi-export-variant::before{content:"󰮓"}.mdi-eye::before{content:"󰈈"}.mdi-eye-arrow-left::before{content:"󱣽"}.mdi-eye-arrow-left-outline::before{content:"󱣾"}.mdi-eye-arrow-right::before{content:"󱣿"}.mdi-eye-arrow-right-outline::before{content:"󱤀"}.mdi-eye-check::before{content:"󰴄"}.mdi-eye-check-outline::before{content:"󰴅"}.mdi-eye-circle::before{content:"󰮔"}.mdi-eye-circle-outline::before{content:"󰮕"}.mdi-eye-minus::before{content:"󱀦"}.mdi-eye-minus-outline::before{content:"󱀧"}.mdi-eye-off::before{content:"󰈉"}.mdi-eye-off-outline::before{content:"󰛑"}.mdi-eye-outline::before{content:"󰛐"}.mdi-eye-plus::before{content:"󰡫"}.mdi-eye-plus-outline::before{content:"󰡬"}.mdi-eye-refresh::before{content:"󱥼"}.mdi-eye-refresh-outline::before{content:"󱥽"}.mdi-eye-remove::before{content:"󱗣"}.mdi-eye-remove-outline::before{content:"󱗤"}.mdi-eye-settings::before{content:"󰡭"}.mdi-eye-settings-outline::before{content:"󰡮"}.mdi-eyedropper::before{content:"󰈊"}.mdi-eyedropper-minus::before{content:"󱏝"}.mdi-eyedropper-off::before{content:"󱏟"}.mdi-eyedropper-plus::before{content:"󱏜"}.mdi-eyedropper-remove::before{content:"󱏞"}.mdi-eyedropper-variant::before{content:"󰈋"}.mdi-face-agent::before{content:"󰵰"}.mdi-face-man::before{content:"󰙃"}.mdi-face-man-outline::before{content:"󰮖"}.mdi-face-man-profile::before{content:"󰙄"}.mdi-face-man-shimmer::before{content:"󱗌"}.mdi-face-man-shimmer-outline::before{content:"󱗍"}.mdi-face-mask::before{content:"󱖆"}.mdi-face-mask-outline::before{content:"󱖇"}.mdi-face-recognition::before{content:"󰱻"}.mdi-face-woman::before{content:"󱁷"}.mdi-face-woman-outline::before{content:"󱁸"}.mdi-face-woman-profile::before{content:"󱁶"}.mdi-face-woman-shimmer::before{content:"󱗎"}.mdi-face-woman-shimmer-outline::before{content:"󱗏"}.mdi-facebook::before{content:"󰈌"}.mdi-facebook-gaming::before{content:"󰟝"}.mdi-facebook-messenger::before{content:"󰈎"}.mdi-facebook-workplace::before{content:"󰬱"}.mdi-factory::before{content:"󰈏"}.mdi-family-tree::before{content:"󱘎"}.mdi-fan::before{content:"󰈐"}.mdi-fan-alert::before{content:"󱑬"}.mdi-fan-auto::before{content:"󱜝"}.mdi-fan-chevron-down::before{content:"󱑭"}.mdi-fan-chevron-up::before{content:"󱑮"}.mdi-fan-clock::before{content:"󱨺"}.mdi-fan-minus::before{content:"󱑰"}.mdi-fan-off::before{content:"󰠝"}.mdi-fan-plus::before{content:"󱑯"}.mdi-fan-remove::before{content:"󱑱"}.mdi-fan-speed-1::before{content:"󱑲"}.mdi-fan-speed-2::before{content:"󱑳"}.mdi-fan-speed-3::before{content:"󱑴"}.mdi-fast-forward::before{content:"󰈑"}.mdi-fast-forward-10::before{content:"󰵱"}.mdi-fast-forward-15::before{content:"󱤺"}.mdi-fast-forward-30::before{content:"󰴆"}.mdi-fast-forward-45::before{content:"󱬒"}.mdi-fast-forward-5::before{content:"󱇸"}.mdi-fast-forward-60::before{content:"󱘋"}.mdi-fast-forward-outline::before{content:"󰛒"}.mdi-faucet::before{content:"󱬩"}.mdi-faucet-variant::before{content:"󱬪"}.mdi-fax::before{content:"󰈒"}.mdi-feather::before{content:"󰛓"}.mdi-feature-search::before{content:"󰩉"}.mdi-feature-search-outline::before{content:"󰩊"}.mdi-fedora::before{content:"󰣛"}.mdi-fence::before{content:"󱞚"}.mdi-fence-electric::before{content:"󱟶"}.mdi-fencing::before{content:"󱓁"}.mdi-ferris-wheel::before{content:"󰺤"}.mdi-ferry::before{content:"󰈓"}.mdi-file::before{content:"󰈔"}.mdi-file-account::before{content:"󰜻"}.mdi-file-account-outline::before{content:"󱀨"}.mdi-file-alert::before{content:"󰩋"}.mdi-file-alert-outline::before{content:"󰩌"}.mdi-file-arrow-left-right::before{content:"󱪓"}.mdi-file-arrow-left-right-outline::before{content:"󱪔"}.mdi-file-arrow-up-down::before{content:"󱪕"}.mdi-file-arrow-up-down-outline::before{content:"󱪖"}.mdi-file-cabinet::before{content:"󰪶"}.mdi-file-cad::before{content:"󰻫"}.mdi-file-cad-box::before{content:"󰻬"}.mdi-file-cancel::before{content:"󰷆"}.mdi-file-cancel-outline::before{content:"󰷇"}.mdi-file-certificate::before{content:"󱆆"}.mdi-file-certificate-outline::before{content:"󱆇"}.mdi-file-chart::before{content:"󰈕"}.mdi-file-chart-check::before{content:"󱧆"}.mdi-file-chart-check-outline::before{content:"󱧇"}.mdi-file-chart-outline::before{content:"󱀩"}.mdi-file-check::before{content:"󰈖"}.mdi-file-check-outline::before{content:"󰸩"}.mdi-file-clock::before{content:"󱋡"}.mdi-file-clock-outline::before{content:"󱋢"}.mdi-file-cloud::before{content:"󰈗"}.mdi-file-cloud-outline::before{content:"󱀪"}.mdi-file-code::before{content:"󰈮"}.mdi-file-code-outline::before{content:"󱀫"}.mdi-file-cog::before{content:"󱁻"}.mdi-file-cog-outline::before{content:"󱁼"}.mdi-file-compare::before{content:"󰢪"}.mdi-file-delimited::before{content:"󰈘"}.mdi-file-delimited-outline::before{content:"󰺥"}.mdi-file-document::before{content:"󰈙"}.mdi-file-document-alert::before{content:"󱪗"}.mdi-file-document-alert-outline::before{content:"󱪘"}.mdi-file-document-check::before{content:"󱪙"}.mdi-file-document-check-outline::before{content:"󱪚"}.mdi-file-document-edit::before{content:"󰷈"}.mdi-file-document-edit-outline::before{content:"󰷉"}.mdi-file-document-minus::before{content:"󱪛"}.mdi-file-document-minus-outline::before{content:"󱪜"}.mdi-file-document-multiple::before{content:"󱔗"}.mdi-file-document-multiple-outline::before{content:"󱔘"}.mdi-file-document-outline::before{content:"󰧮"}.mdi-file-document-plus::before{content:"󱪝"}.mdi-file-document-plus-outline::before{content:"󱪞"}.mdi-file-document-remove::before{content:"󱪟"}.mdi-file-document-remove-outline::before{content:"󱪠"}.mdi-file-download::before{content:"󰥥"}.mdi-file-download-outline::before{content:"󰥦"}.mdi-file-edit::before{content:"󱇧"}.mdi-file-edit-outline::before{content:"󱇨"}.mdi-file-excel::before{content:"󰈛"}.mdi-file-excel-box::before{content:"󰈜"}.mdi-file-excel-box-outline::before{content:"󱀬"}.mdi-file-excel-outline::before{content:"󱀭"}.mdi-file-export::before{content:"󰈝"}.mdi-file-export-outline::before{content:"󱀮"}.mdi-file-eye::before{content:"󰷊"}.mdi-file-eye-outline::before{content:"󰷋"}.mdi-file-find::before{content:"󰈞"}.mdi-file-find-outline::before{content:"󰮗"}.mdi-file-gif-box::before{content:"󰵸"}.mdi-file-hidden::before{content:"󰘓"}.mdi-file-image::before{content:"󰈟"}.mdi-file-image-marker::before{content:"󱝲"}.mdi-file-image-marker-outline::before{content:"󱝳"}.mdi-file-image-minus::before{content:"󱤻"}.mdi-file-image-minus-outline::before{content:"󱤼"}.mdi-file-image-outline::before{content:"󰺰"}.mdi-file-image-plus::before{content:"󱤽"}.mdi-file-image-plus-outline::before{content:"󱤾"}.mdi-file-image-remove::before{content:"󱤿"}.mdi-file-image-remove-outline::before{content:"󱥀"}.mdi-file-import::before{content:"󰈠"}.mdi-file-import-outline::before{content:"󱀯"}.mdi-file-jpg-box::before{content:"󰈥"}.mdi-file-key::before{content:"󱆄"}.mdi-file-key-outline::before{content:"󱆅"}.mdi-file-link::before{content:"󱅷"}.mdi-file-link-outline::before{content:"󱅸"}.mdi-file-lock::before{content:"󰈡"}.mdi-file-lock-open::before{content:"󱧈"}.mdi-file-lock-open-outline::before{content:"󱧉"}.mdi-file-lock-outline::before{content:"󱀰"}.mdi-file-marker::before{content:"󱝴"}.mdi-file-marker-outline::before{content:"󱝵"}.mdi-file-minus::before{content:"󱪡"}.mdi-file-minus-outline::before{content:"󱪢"}.mdi-file-move::before{content:"󰪹"}.mdi-file-move-outline::before{content:"󱀱"}.mdi-file-multiple::before{content:"󰈢"}.mdi-file-multiple-outline::before{content:"󱀲"}.mdi-file-music::before{content:"󰈣"}.mdi-file-music-outline::before{content:"󰸪"}.mdi-file-outline::before{content:"󰈤"}.mdi-file-pdf-box::before{content:"󰈦"}.mdi-file-percent::before{content:"󰠞"}.mdi-file-percent-outline::before{content:"󱀳"}.mdi-file-phone::before{content:"󱅹"}.mdi-file-phone-outline::before{content:"󱅺"}.mdi-file-plus::before{content:"󰝒"}.mdi-file-plus-outline::before{content:"󰻭"}.mdi-file-png-box::before{content:"󰸭"}.mdi-file-powerpoint::before{content:"󰈧"}.mdi-file-powerpoint-box::before{content:"󰈨"}.mdi-file-powerpoint-box-outline::before{content:"󱀴"}.mdi-file-powerpoint-outline::before{content:"󱀵"}.mdi-file-presentation-box::before{content:"󰈩"}.mdi-file-question::before{content:"󰡯"}.mdi-file-question-outline::before{content:"󱀶"}.mdi-file-refresh::before{content:"󰤘"}.mdi-file-refresh-outline::before{content:"󰕁"}.mdi-file-remove::before{content:"󰮘"}.mdi-file-remove-outline::before{content:"󱀷"}.mdi-file-replace::before{content:"󰬲"}.mdi-file-replace-outline::before{content:"󰬳"}.mdi-file-restore::before{content:"󰙰"}.mdi-file-restore-outline::before{content:"󱀸"}.mdi-file-rotate-left::before{content:"󱨻"}.mdi-file-rotate-left-outline::before{content:"󱨼"}.mdi-file-rotate-right::before{content:"󱨽"}.mdi-file-rotate-right-outline::before{content:"󱨾"}.mdi-file-search::before{content:"󰱼"}.mdi-file-search-outline::before{content:"󰱽"}.mdi-file-send::before{content:"󰈪"}.mdi-file-send-outline::before{content:"󱀹"}.mdi-file-settings::before{content:"󱁹"}.mdi-file-settings-outline::before{content:"󱁺"}.mdi-file-sign::before{content:"󱧃"}.mdi-file-star::before{content:"󱀺"}.mdi-file-star-outline::before{content:"󱀻"}.mdi-file-swap::before{content:"󰾴"}.mdi-file-swap-outline::before{content:"󰾵"}.mdi-file-sync::before{content:"󱈖"}.mdi-file-sync-outline::before{content:"󱈗"}.mdi-file-table::before{content:"󰱾"}.mdi-file-table-box::before{content:"󱃡"}.mdi-file-table-box-multiple::before{content:"󱃢"}.mdi-file-table-box-multiple-outline::before{content:"󱃣"}.mdi-file-table-box-outline::before{content:"󱃤"}.mdi-file-table-outline::before{content:"󰱿"}.mdi-file-tree::before{content:"󰙅"}.mdi-file-tree-outline::before{content:"󱏒"}.mdi-file-undo::before{content:"󰣜"}.mdi-file-undo-outline::before{content:"󱀼"}.mdi-file-upload::before{content:"󰩍"}.mdi-file-upload-outline::before{content:"󰩎"}.mdi-file-video::before{content:"󰈫"}.mdi-file-video-outline::before{content:"󰸬"}.mdi-file-word::before{content:"󰈬"}.mdi-file-word-box::before{content:"󰈭"}.mdi-file-word-box-outline::before{content:"󱀽"}.mdi-file-word-outline::before{content:"󱀾"}.mdi-file-xml-box::before{content:"󱭋"}.mdi-film::before{content:"󰈯"}.mdi-filmstrip::before{content:"󰈰"}.mdi-filmstrip-box::before{content:"󰌲"}.mdi-filmstrip-box-multiple::before{content:"󰴘"}.mdi-filmstrip-off::before{content:"󰈱"}.mdi-filter::before{content:"󰈲"}.mdi-filter-check::before{content:"󱣬"}.mdi-filter-check-outline::before{content:"󱣭"}.mdi-filter-cog::before{content:"󱪣"}.mdi-filter-cog-outline::before{content:"󱪤"}.mdi-filter-menu::before{content:"󱃥"}.mdi-filter-menu-outline::before{content:"󱃦"}.mdi-filter-minus::before{content:"󰻮"}.mdi-filter-minus-outline::before{content:"󰻯"}.mdi-filter-multiple::before{content:"󱨿"}.mdi-filter-multiple-outline::before{content:"󱩀"}.mdi-filter-off::before{content:"󱓯"}.mdi-filter-off-outline::before{content:"󱓰"}.mdi-filter-outline::before{content:"󰈳"}.mdi-filter-plus::before{content:"󰻰"}.mdi-filter-plus-outline::before{content:"󰻱"}.mdi-filter-remove::before{content:"󰈴"}.mdi-filter-remove-outline::before{content:"󰈵"}.mdi-filter-settings::before{content:"󱪥"}.mdi-filter-settings-outline::before{content:"󱪦"}.mdi-filter-variant::before{content:"󰈶"}.mdi-filter-variant-minus::before{content:"󱄒"}.mdi-filter-variant-plus::before{content:"󱄓"}.mdi-filter-variant-remove::before{content:"󱀿"}.mdi-finance::before{content:"󰠟"}.mdi-find-replace::before{content:"󰛔"}.mdi-fingerprint::before{content:"󰈷"}.mdi-fingerprint-off::before{content:"󰺱"}.mdi-fire::before{content:"󰈸"}.mdi-fire-alert::before{content:"󱗗"}.mdi-fire-circle::before{content:"󱠇"}.mdi-fire-extinguisher::before{content:"󰻲"}.mdi-fire-hydrant::before{content:"󱄷"}.mdi-fire-hydrant-alert::before{content:"󱄸"}.mdi-fire-hydrant-off::before{content:"󱄹"}.mdi-fire-off::before{content:"󱜢"}.mdi-fire-truck::before{content:"󰢫"}.mdi-firebase::before{content:"󰥧"}.mdi-firefox::before{content:"󰈹"}.mdi-fireplace::before{content:"󰸮"}.mdi-fireplace-off::before{content:"󰸯"}.mdi-firewire::before{content:"󰖾"}.mdi-firework::before{content:"󰸰"}.mdi-firework-off::before{content:"󱜣"}.mdi-fish::before{content:"󰈺"}.mdi-fish-off::before{content:"󱏳"}.mdi-fishbowl::before{content:"󰻳"}.mdi-fishbowl-outline::before{content:"󰻴"}.mdi-fit-to-page::before{content:"󰻵"}.mdi-fit-to-page-outline::before{content:"󰻶"}.mdi-fit-to-screen::before{content:"󱣴"}.mdi-fit-to-screen-outline::before{content:"󱣵"}.mdi-flag::before{content:"󰈻"}.mdi-flag-checkered::before{content:"󰈼"}.mdi-flag-minus::before{content:"󰮙"}.mdi-flag-minus-outline::before{content:"󱂲"}.mdi-flag-off::before{content:"󱣮"}.mdi-flag-off-outline::before{content:"󱣯"}.mdi-flag-outline::before{content:"󰈽"}.mdi-flag-plus::before{content:"󰮚"}.mdi-flag-plus-outline::before{content:"󱂳"}.mdi-flag-remove::before{content:"󰮛"}.mdi-flag-remove-outline::before{content:"󱂴"}.mdi-flag-triangle::before{content:"󰈿"}.mdi-flag-variant::before{content:"󰉀"}.mdi-flag-variant-minus::before{content:"󱮴"}.mdi-flag-variant-minus-outline::before{content:"󱮵"}.mdi-flag-variant-off::before{content:"󱮰"}.mdi-flag-variant-off-outline::before{content:"󱮱"}.mdi-flag-variant-outline::before{content:"󰈾"}.mdi-flag-variant-plus::before{content:"󱮲"}.mdi-flag-variant-plus-outline::before{content:"󱮳"}.mdi-flag-variant-remove::before{content:"󱮶"}.mdi-flag-variant-remove-outline::before{content:"󱮷"}.mdi-flare::before{content:"󰵲"}.mdi-flash::before{content:"󰉁"}.mdi-flash-alert::before{content:"󰻷"}.mdi-flash-alert-outline::before{content:"󰻸"}.mdi-flash-auto::before{content:"󰉂"}.mdi-flash-off::before{content:"󰉃"}.mdi-flash-off-outline::before{content:"󱭅"}.mdi-flash-outline::before{content:"󰛕"}.mdi-flash-red-eye::before{content:"󰙻"}.mdi-flash-triangle::before{content:"󱬝"}.mdi-flash-triangle-outline::before{content:"󱬞"}.mdi-flashlight::before{content:"󰉄"}.mdi-flashlight-off::before{content:"󰉅"}.mdi-flask::before{content:"󰂓"}.mdi-flask-empty::before{content:"󰂔"}.mdi-flask-empty-minus::before{content:"󱈺"}.mdi-flask-empty-minus-outline::before{content:"󱈻"}.mdi-flask-empty-off::before{content:"󱏴"}.mdi-flask-empty-off-outline::before{content:"󱏵"}.mdi-flask-empty-outline::before{content:"󰂕"}.mdi-flask-empty-plus::before{content:"󱈼"}.mdi-flask-empty-plus-outline::before{content:"󱈽"}.mdi-flask-empty-remove::before{content:"󱈾"}.mdi-flask-empty-remove-outline::before{content:"󱈿"}.mdi-flask-minus::before{content:"󱉀"}.mdi-flask-minus-outline::before{content:"󱉁"}.mdi-flask-off::before{content:"󱏶"}.mdi-flask-off-outline::before{content:"󱏷"}.mdi-flask-outline::before{content:"󰂖"}.mdi-flask-plus::before{content:"󱉂"}.mdi-flask-plus-outline::before{content:"󱉃"}.mdi-flask-remove::before{content:"󱉄"}.mdi-flask-remove-outline::before{content:"󱉅"}.mdi-flask-round-bottom::before{content:"󱉋"}.mdi-flask-round-bottom-empty::before{content:"󱉌"}.mdi-flask-round-bottom-empty-outline::before{content:"󱉍"}.mdi-flask-round-bottom-outline::before{content:"󱉎"}.mdi-fleur-de-lis::before{content:"󱌃"}.mdi-flip-horizontal::before{content:"󱃧"}.mdi-flip-to-back::before{content:"󰉇"}.mdi-flip-to-front::before{content:"󰉈"}.mdi-flip-vertical::before{content:"󱃨"}.mdi-floor-lamp::before{content:"󰣝"}.mdi-floor-lamp-dual::before{content:"󱁀"}.mdi-floor-lamp-dual-outline::before{content:"󱟎"}.mdi-floor-lamp-outline::before{content:"󱟈"}.mdi-floor-lamp-torchiere::before{content:"󱝇"}.mdi-floor-lamp-torchiere-outline::before{content:"󱟖"}.mdi-floor-lamp-torchiere-variant::before{content:"󱁁"}.mdi-floor-lamp-torchiere-variant-outline::before{content:"󱟏"}.mdi-floor-plan::before{content:"󰠡"}.mdi-floppy::before{content:"󰉉"}.mdi-floppy-variant::before{content:"󰧯"}.mdi-flower::before{content:"󰉊"}.mdi-flower-outline::before{content:"󰧰"}.mdi-flower-pollen::before{content:"󱢅"}.mdi-flower-pollen-outline::before{content:"󱢆"}.mdi-flower-poppy::before{content:"󰴈"}.mdi-flower-tulip::before{content:"󰧱"}.mdi-flower-tulip-outline::before{content:"󰧲"}.mdi-focus-auto::before{content:"󰽎"}.mdi-focus-field::before{content:"󰽏"}.mdi-focus-field-horizontal::before{content:"󰽐"}.mdi-focus-field-vertical::before{content:"󰽑"}.mdi-folder::before{content:"󰉋"}.mdi-folder-account::before{content:"󰉌"}.mdi-folder-account-outline::before{content:"󰮜"}.mdi-folder-alert::before{content:"󰷌"}.mdi-folder-alert-outline::before{content:"󰷍"}.mdi-folder-arrow-down::before{content:"󱧨"}.mdi-folder-arrow-down-outline::before{content:"󱧩"}.mdi-folder-arrow-left::before{content:"󱧪"}.mdi-folder-arrow-left-outline::before{content:"󱧫"}.mdi-folder-arrow-left-right::before{content:"󱧬"}.mdi-folder-arrow-left-right-outline::before{content:"󱧭"}.mdi-folder-arrow-right::before{content:"󱧮"}.mdi-folder-arrow-right-outline::before{content:"󱧯"}.mdi-folder-arrow-up::before{content:"󱧰"}.mdi-folder-arrow-up-down::before{content:"󱧱"}.mdi-folder-arrow-up-down-outline::before{content:"󱧲"}.mdi-folder-arrow-up-outline::before{content:"󱧳"}.mdi-folder-cancel::before{content:"󱧴"}.mdi-folder-cancel-outline::before{content:"󱧵"}.mdi-folder-check::before{content:"󱥾"}.mdi-folder-check-outline::before{content:"󱥿"}.mdi-folder-clock::before{content:"󰪺"}.mdi-folder-clock-outline::before{content:"󰪻"}.mdi-folder-cog::before{content:"󱁿"}.mdi-folder-cog-outline::before{content:"󱂀"}.mdi-folder-download::before{content:"󰉍"}.mdi-folder-download-outline::before{content:"󱃩"}.mdi-folder-edit::before{content:"󰣞"}.mdi-folder-edit-outline::before{content:"󰷎"}.mdi-folder-eye::before{content:"󱞊"}.mdi-folder-eye-outline::before{content:"󱞋"}.mdi-folder-file::before{content:"󱧶"}.mdi-folder-file-outline::before{content:"󱧷"}.mdi-folder-google-drive::before{content:"󰉎"}.mdi-folder-heart::before{content:"󱃪"}.mdi-folder-heart-outline::before{content:"󱃫"}.mdi-folder-hidden::before{content:"󱞞"}.mdi-folder-home::before{content:"󱂵"}.mdi-folder-home-outline::before{content:"󱂶"}.mdi-folder-image::before{content:"󰉏"}.mdi-folder-information::before{content:"󱂷"}.mdi-folder-information-outline::before{content:"󱂸"}.mdi-folder-key::before{content:"󰢬"}.mdi-folder-key-network::before{content:"󰢭"}.mdi-folder-key-network-outline::before{content:"󰲀"}.mdi-folder-key-outline::before{content:"󱃬"}.mdi-folder-lock::before{content:"󰉐"}.mdi-folder-lock-open::before{content:"󰉑"}.mdi-folder-lock-open-outline::before{content:"󱪧"}.mdi-folder-lock-outline::before{content:"󱪨"}.mdi-folder-marker::before{content:"󱉭"}.mdi-folder-marker-outline::before{content:"󱉮"}.mdi-folder-minus::before{content:"󱭉"}.mdi-folder-minus-outline::before{content:"󱭊"}.mdi-folder-move::before{content:"󰉒"}.mdi-folder-move-outline::before{content:"󱉆"}.mdi-folder-multiple::before{content:"󰉓"}.mdi-folder-multiple-image::before{content:"󰉔"}.mdi-folder-multiple-outline::before{content:"󰉕"}.mdi-folder-multiple-plus::before{content:"󱑾"}.mdi-folder-multiple-plus-outline::before{content:"󱑿"}.mdi-folder-music::before{content:"󱍙"}.mdi-folder-music-outline::before{content:"󱍚"}.mdi-folder-network::before{content:"󰡰"}.mdi-folder-network-outline::before{content:"󰲁"}.mdi-folder-off::before{content:"󱧸"}.mdi-folder-off-outline::before{content:"󱧹"}.mdi-folder-open::before{content:"󰝰"}.mdi-folder-open-outline::before{content:"󰷏"}.mdi-folder-outline::before{content:"󰉖"}.mdi-folder-play::before{content:"󱧺"}.mdi-folder-play-outline::before{content:"󱧻"}.mdi-folder-plus::before{content:"󰉗"}.mdi-folder-plus-outline::before{content:"󰮝"}.mdi-folder-pound::before{content:"󰴉"}.mdi-folder-pound-outline::before{content:"󰴊"}.mdi-folder-question::before{content:"󱧊"}.mdi-folder-question-outline::before{content:"󱧋"}.mdi-folder-refresh::before{content:"󰝉"}.mdi-folder-refresh-outline::before{content:"󰕂"}.mdi-folder-remove::before{content:"󰉘"}.mdi-folder-remove-outline::before{content:"󰮞"}.mdi-folder-search::before{content:"󰥨"}.mdi-folder-search-outline::before{content:"󰥩"}.mdi-folder-settings::before{content:"󱁽"}.mdi-folder-settings-outline::before{content:"󱁾"}.mdi-folder-star::before{content:"󰚝"}.mdi-folder-star-multiple::before{content:"󱏓"}.mdi-folder-star-multiple-outline::before{content:"󱏔"}.mdi-folder-star-outline::before{content:"󰮟"}.mdi-folder-swap::before{content:"󰾶"}.mdi-folder-swap-outline::before{content:"󰾷"}.mdi-folder-sync::before{content:"󰴋"}.mdi-folder-sync-outline::before{content:"󰴌"}.mdi-folder-table::before{content:"󱋣"}.mdi-folder-table-outline::before{content:"󱋤"}.mdi-folder-text::before{content:"󰲂"}.mdi-folder-text-outline::before{content:"󰲃"}.mdi-folder-upload::before{content:"󰉙"}.mdi-folder-upload-outline::before{content:"󱃭"}.mdi-folder-wrench::before{content:"󱧼"}.mdi-folder-wrench-outline::before{content:"󱧽"}.mdi-folder-zip::before{content:"󰛫"}.mdi-folder-zip-outline::before{content:"󰞹"}.mdi-font-awesome::before{content:"󰀺"}.mdi-food::before{content:"󰉚"}.mdi-food-apple::before{content:"󰉛"}.mdi-food-apple-outline::before{content:"󰲄"}.mdi-food-croissant::before{content:"󰟈"}.mdi-food-drumstick::before{content:"󱐟"}.mdi-food-drumstick-off::before{content:"󱑨"}.mdi-food-drumstick-off-outline::before{content:"󱑩"}.mdi-food-drumstick-outline::before{content:"󱐠"}.mdi-food-fork-drink::before{content:"󰗲"}.mdi-food-halal::before{content:"󱕲"}.mdi-food-hot-dog::before{content:"󱡋"}.mdi-food-kosher::before{content:"󱕳"}.mdi-food-off::before{content:"󰗳"}.mdi-food-off-outline::before{content:"󱤕"}.mdi-food-outline::before{content:"󱤖"}.mdi-food-steak::before{content:"󱑪"}.mdi-food-steak-off::before{content:"󱑫"}.mdi-food-takeout-box::before{content:"󱠶"}.mdi-food-takeout-box-outline::before{content:"󱠷"}.mdi-food-turkey::before{content:"󱜜"}.mdi-food-variant::before{content:"󰉜"}.mdi-food-variant-off::before{content:"󱏥"}.mdi-foot-print::before{content:"󰽒"}.mdi-football::before{content:"󰉝"}.mdi-football-australian::before{content:"󰉞"}.mdi-football-helmet::before{content:"󰉟"}.mdi-forest::before{content:"󱢗"}.mdi-forklift::before{content:"󰟉"}.mdi-form-dropdown::before{content:"󱐀"}.mdi-form-select::before{content:"󱐁"}.mdi-form-textarea::before{content:"󱂕"}.mdi-form-textbox::before{content:"󰘎"}.mdi-form-textbox-lock::before{content:"󱍝"}.mdi-form-textbox-password::before{content:"󰟵"}.mdi-format-align-bottom::before{content:"󰝓"}.mdi-format-align-center::before{content:"󰉠"}.mdi-format-align-justify::before{content:"󰉡"}.mdi-format-align-left::before{content:"󰉢"}.mdi-format-align-middle::before{content:"󰝔"}.mdi-format-align-right::before{content:"󰉣"}.mdi-format-align-top::before{content:"󰝕"}.mdi-format-annotation-minus::before{content:"󰪼"}.mdi-format-annotation-plus::before{content:"󰙆"}.mdi-format-bold::before{content:"󰉤"}.mdi-format-clear::before{content:"󰉥"}.mdi-format-color-fill::before{content:"󰉦"}.mdi-format-color-highlight::before{content:"󰸱"}.mdi-format-color-marker-cancel::before{content:"󱌓"}.mdi-format-color-text::before{content:"󰚞"}.mdi-format-columns::before{content:"󰣟"}.mdi-format-float-center::before{content:"󰉧"}.mdi-format-float-left::before{content:"󰉨"}.mdi-format-float-none::before{content:"󰉩"}.mdi-format-float-right::before{content:"󰉪"}.mdi-format-font::before{content:"󰛖"}.mdi-format-font-size-decrease::before{content:"󰧳"}.mdi-format-font-size-increase::before{content:"󰧴"}.mdi-format-header-1::before{content:"󰉫"}.mdi-format-header-2::before{content:"󰉬"}.mdi-format-header-3::before{content:"󰉭"}.mdi-format-header-4::before{content:"󰉮"}.mdi-format-header-5::before{content:"󰉯"}.mdi-format-header-6::before{content:"󰉰"}.mdi-format-header-decrease::before{content:"󰉱"}.mdi-format-header-equal::before{content:"󰉲"}.mdi-format-header-increase::before{content:"󰉳"}.mdi-format-header-pound::before{content:"󰉴"}.mdi-format-horizontal-align-center::before{content:"󰘞"}.mdi-format-horizontal-align-left::before{content:"󰘟"}.mdi-format-horizontal-align-right::before{content:"󰘠"}.mdi-format-indent-decrease::before{content:"󰉵"}.mdi-format-indent-increase::before{content:"󰉶"}.mdi-format-italic::before{content:"󰉷"}.mdi-format-letter-case::before{content:"󰬴"}.mdi-format-letter-case-lower::before{content:"󰬵"}.mdi-format-letter-case-upper::before{content:"󰬶"}.mdi-format-letter-ends-with::before{content:"󰾸"}.mdi-format-letter-matches::before{content:"󰾹"}.mdi-format-letter-spacing::before{content:"󱥖"}.mdi-format-letter-spacing-variant::before{content:"󱫻"}.mdi-format-letter-starts-with::before{content:"󰾺"}.mdi-format-line-height::before{content:"󱫼"}.mdi-format-line-spacing::before{content:"󰉸"}.mdi-format-line-style::before{content:"󰗈"}.mdi-format-line-weight::before{content:"󰗉"}.mdi-format-list-bulleted::before{content:"󰉹"}.mdi-format-list-bulleted-square::before{content:"󰷐"}.mdi-format-list-bulleted-triangle::before{content:"󰺲"}.mdi-format-list-bulleted-type::before{content:"󰉺"}.mdi-format-list-checkbox::before{content:"󰥪"}.mdi-format-list-checks::before{content:"󰝖"}.mdi-format-list-group::before{content:"󱡠"}.mdi-format-list-group-plus::before{content:"󱭖"}.mdi-format-list-numbered::before{content:"󰉻"}.mdi-format-list-numbered-rtl::before{content:"󰴍"}.mdi-format-list-text::before{content:"󱉯"}.mdi-format-overline::before{content:"󰺳"}.mdi-format-page-break::before{content:"󰛗"}.mdi-format-page-split::before{content:"󱤗"}.mdi-format-paint::before{content:"󰉼"}.mdi-format-paragraph::before{content:"󰉽"}.mdi-format-paragraph-spacing::before{content:"󱫽"}.mdi-format-pilcrow::before{content:"󰛘"}.mdi-format-pilcrow-arrow-left::before{content:"󰊆"}.mdi-format-pilcrow-arrow-right::before{content:"󰊅"}.mdi-format-quote-close::before{content:"󰉾"}.mdi-format-quote-close-outline::before{content:"󱆨"}.mdi-format-quote-open::before{content:"󰝗"}.mdi-format-quote-open-outline::before{content:"󱆧"}.mdi-format-rotate-90::before{content:"󰚪"}.mdi-format-section::before{content:"󰚟"}.mdi-format-size::before{content:"󰉿"}.mdi-format-strikethrough::before{content:"󰊀"}.mdi-format-strikethrough-variant::before{content:"󰊁"}.mdi-format-subscript::before{content:"󰊂"}.mdi-format-superscript::before{content:"󰊃"}.mdi-format-text::before{content:"󰊄"}.mdi-format-text-rotation-angle-down::before{content:"󰾻"}.mdi-format-text-rotation-angle-up::before{content:"󰾼"}.mdi-format-text-rotation-down::before{content:"󰵳"}.mdi-format-text-rotation-down-vertical::before{content:"󰾽"}.mdi-format-text-rotation-none::before{content:"󰵴"}.mdi-format-text-rotation-up::before{content:"󰾾"}.mdi-format-text-rotation-vertical::before{content:"󰾿"}.mdi-format-text-variant::before{content:"󰸲"}.mdi-format-text-variant-outline::before{content:"󱔏"}.mdi-format-text-wrapping-clip::before{content:"󰴎"}.mdi-format-text-wrapping-overflow::before{content:"󰴏"}.mdi-format-text-wrapping-wrap::before{content:"󰴐"}.mdi-format-textbox::before{content:"󰴑"}.mdi-format-title::before{content:"󰗴"}.mdi-format-underline::before{content:"󰊇"}.mdi-format-underline-wavy::before{content:"󱣩"}.mdi-format-vertical-align-bottom::before{content:"󰘡"}.mdi-format-vertical-align-center::before{content:"󰘢"}.mdi-format-vertical-align-top::before{content:"󰘣"}.mdi-format-wrap-inline::before{content:"󰊈"}.mdi-format-wrap-square::before{content:"󰊉"}.mdi-format-wrap-tight::before{content:"󰊊"}.mdi-format-wrap-top-bottom::before{content:"󰊋"}.mdi-forum::before{content:"󰊌"}.mdi-forum-minus::before{content:"󱪩"}.mdi-forum-minus-outline::before{content:"󱪪"}.mdi-forum-outline::before{content:"󰠢"}.mdi-forum-plus::before{content:"󱪫"}.mdi-forum-plus-outline::before{content:"󱪬"}.mdi-forum-remove::before{content:"󱪭"}.mdi-forum-remove-outline::before{content:"󱪮"}.mdi-forward::before{content:"󰊍"}.mdi-forwardburger::before{content:"󰵵"}.mdi-fountain::before{content:"󰥫"}.mdi-fountain-pen::before{content:"󰴒"}.mdi-fountain-pen-tip::before{content:"󰴓"}.mdi-fraction-one-half::before{content:"󱦒"}.mdi-freebsd::before{content:"󰣠"}.mdi-french-fries::before{content:"󱥗"}.mdi-frequently-asked-questions::before{content:"󰺴"}.mdi-fridge::before{content:"󰊐"}.mdi-fridge-alert::before{content:"󱆱"}.mdi-fridge-alert-outline::before{content:"󱆲"}.mdi-fridge-bottom::before{content:"󰊒"}.mdi-fridge-industrial::before{content:"󱗮"}.mdi-fridge-industrial-alert::before{content:"󱗯"}.mdi-fridge-industrial-alert-outline::before{content:"󱗰"}.mdi-fridge-industrial-off::before{content:"󱗱"}.mdi-fridge-industrial-off-outline::before{content:"󱗲"}.mdi-fridge-industrial-outline::before{content:"󱗳"}.mdi-fridge-off::before{content:"󱆯"}.mdi-fridge-off-outline::before{content:"󱆰"}.mdi-fridge-outline::before{content:"󰊏"}.mdi-fridge-top::before{content:"󰊑"}.mdi-fridge-variant::before{content:"󱗴"}.mdi-fridge-variant-alert::before{content:"󱗵"}.mdi-fridge-variant-alert-outline::before{content:"󱗶"}.mdi-fridge-variant-off::before{content:"󱗷"}.mdi-fridge-variant-off-outline::before{content:"󱗸"}.mdi-fridge-variant-outline::before{content:"󱗹"}.mdi-fruit-cherries::before{content:"󱁂"}.mdi-fruit-cherries-off::before{content:"󱏸"}.mdi-fruit-citrus::before{content:"󱁃"}.mdi-fruit-citrus-off::before{content:"󱏹"}.mdi-fruit-grapes::before{content:"󱁄"}.mdi-fruit-grapes-outline::before{content:"󱁅"}.mdi-fruit-pear::before{content:"󱨎"}.mdi-fruit-pineapple::before{content:"󱁆"}.mdi-fruit-watermelon::before{content:"󱁇"}.mdi-fuel::before{content:"󰟊"}.mdi-fuel-cell::before{content:"󱢵"}.mdi-fullscreen::before{content:"󰊓"}.mdi-fullscreen-exit::before{content:"󰊔"}.mdi-function::before{content:"󰊕"}.mdi-function-variant::before{content:"󰡱"}.mdi-furigana-horizontal::before{content:"󱂁"}.mdi-furigana-vertical::before{content:"󱂂"}.mdi-fuse::before{content:"󰲅"}.mdi-fuse-alert::before{content:"󱐭"}.mdi-fuse-blade::before{content:"󰲆"}.mdi-fuse-off::before{content:"󱐬"}.mdi-gamepad::before{content:"󰊖"}.mdi-gamepad-circle::before{content:"󰸳"}.mdi-gamepad-circle-down::before{content:"󰸴"}.mdi-gamepad-circle-left::before{content:"󰸵"}.mdi-gamepad-circle-outline::before{content:"󰸶"}.mdi-gamepad-circle-right::before{content:"󰸷"}.mdi-gamepad-circle-up::before{content:"󰸸"}.mdi-gamepad-down::before{content:"󰸹"}.mdi-gamepad-left::before{content:"󰸺"}.mdi-gamepad-outline::before{content:"󱤙"}.mdi-gamepad-right::before{content:"󰸻"}.mdi-gamepad-round::before{content:"󰸼"}.mdi-gamepad-round-down::before{content:"󰸽"}.mdi-gamepad-round-left::before{content:"󰸾"}.mdi-gamepad-round-outline::before{content:"󰸿"}.mdi-gamepad-round-right::before{content:"󰹀"}.mdi-gamepad-round-up::before{content:"󰹁"}.mdi-gamepad-square::before{content:"󰺵"}.mdi-gamepad-square-outline::before{content:"󰺶"}.mdi-gamepad-up::before{content:"󰹂"}.mdi-gamepad-variant::before{content:"󰊗"}.mdi-gamepad-variant-outline::before{content:"󰺷"}.mdi-gamma::before{content:"󱃮"}.mdi-gantry-crane::before{content:"󰷑"}.mdi-garage::before{content:"󰛙"}.mdi-garage-alert::before{content:"󰡲"}.mdi-garage-alert-variant::before{content:"󱋕"}.mdi-garage-lock::before{content:"󱟻"}.mdi-garage-open::before{content:"󰛚"}.mdi-garage-open-variant::before{content:"󱋔"}.mdi-garage-variant::before{content:"󱋓"}.mdi-garage-variant-lock::before{content:"󱟼"}.mdi-gas-burner::before{content:"󱨛"}.mdi-gas-cylinder::before{content:"󰙇"}.mdi-gas-station::before{content:"󰊘"}.mdi-gas-station-off::before{content:"󱐉"}.mdi-gas-station-off-outline::before{content:"󱐊"}.mdi-gas-station-outline::before{content:"󰺸"}.mdi-gate::before{content:"󰊙"}.mdi-gate-alert::before{content:"󱟸"}.mdi-gate-and::before{content:"󰣡"}.mdi-gate-arrow-left::before{content:"󱟷"}.mdi-gate-arrow-right::before{content:"󱅩"}.mdi-gate-buffer::before{content:"󱫾"}.mdi-gate-nand::before{content:"󰣢"}.mdi-gate-nor::before{content:"󰣣"}.mdi-gate-not::before{content:"󰣤"}.mdi-gate-open::before{content:"󱅪"}.mdi-gate-or::before{content:"󰣥"}.mdi-gate-xnor::before{content:"󰣦"}.mdi-gate-xor::before{content:"󰣧"}.mdi-gatsby::before{content:"󰹃"}.mdi-gauge::before{content:"󰊚"}.mdi-gauge-empty::before{content:"󰡳"}.mdi-gauge-full::before{content:"󰡴"}.mdi-gauge-low::before{content:"󰡵"}.mdi-gavel::before{content:"󰊛"}.mdi-gender-female::before{content:"󰊜"}.mdi-gender-male::before{content:"󰊝"}.mdi-gender-male-female::before{content:"󰊞"}.mdi-gender-male-female-variant::before{content:"󱄿"}.mdi-gender-non-binary::before{content:"󱅀"}.mdi-gender-transgender::before{content:"󰊟"}.mdi-gentoo::before{content:"󰣨"}.mdi-gesture::before{content:"󰟋"}.mdi-gesture-double-tap::before{content:"󰜼"}.mdi-gesture-pinch::before{content:"󰪽"}.mdi-gesture-spread::before{content:"󰪾"}.mdi-gesture-swipe::before{content:"󰵶"}.mdi-gesture-swipe-down::before{content:"󰜽"}.mdi-gesture-swipe-horizontal::before{content:"󰪿"}.mdi-gesture-swipe-left::before{content:"󰜾"}.mdi-gesture-swipe-right::before{content:"󰜿"}.mdi-gesture-swipe-up::before{content:"󰝀"}.mdi-gesture-swipe-vertical::before{content:"󰫀"}.mdi-gesture-tap::before{content:"󰝁"}.mdi-gesture-tap-box::before{content:"󱊩"}.mdi-gesture-tap-button::before{content:"󱊨"}.mdi-gesture-tap-hold::before{content:"󰵷"}.mdi-gesture-two-double-tap::before{content:"󰝂"}.mdi-gesture-two-tap::before{content:"󰝃"}.mdi-ghost::before{content:"󰊠"}.mdi-ghost-off::before{content:"󰧵"}.mdi-ghost-off-outline::before{content:"󱙜"}.mdi-ghost-outline::before{content:"󱙝"}.mdi-gift::before{content:"󰹄"}.mdi-gift-off::before{content:"󱛯"}.mdi-gift-off-outline::before{content:"󱛰"}.mdi-gift-open::before{content:"󱛱"}.mdi-gift-open-outline::before{content:"󱛲"}.mdi-gift-outline::before{content:"󰊡"}.mdi-git::before{content:"󰊢"}.mdi-github::before{content:"󰊤"}.mdi-gitlab::before{content:"󰮠"}.mdi-glass-cocktail::before{content:"󰍖"}.mdi-glass-cocktail-off::before{content:"󱗦"}.mdi-glass-flute::before{content:"󰊥"}.mdi-glass-fragile::before{content:"󱡳"}.mdi-glass-mug::before{content:"󰊦"}.mdi-glass-mug-off::before{content:"󱗧"}.mdi-glass-mug-variant::before{content:"󱄖"}.mdi-glass-mug-variant-off::before{content:"󱗨"}.mdi-glass-pint-outline::before{content:"󱌍"}.mdi-glass-stange::before{content:"󰊧"}.mdi-glass-tulip::before{content:"󰊨"}.mdi-glass-wine::before{content:"󰡶"}.mdi-glasses::before{content:"󰊪"}.mdi-globe-light::before{content:"󰙯"}.mdi-globe-light-outline::before{content:"󱋗"}.mdi-globe-model::before{content:"󰣩"}.mdi-gmail::before{content:"󰊫"}.mdi-gnome::before{content:"󰊬"}.mdi-go-kart::before{content:"󰵹"}.mdi-go-kart-track::before{content:"󰵺"}.mdi-gog::before{content:"󰮡"}.mdi-gold::before{content:"󱉏"}.mdi-golf::before{content:"󰠣"}.mdi-golf-cart::before{content:"󱆤"}.mdi-golf-tee::before{content:"󱂃"}.mdi-gondola::before{content:"󰚆"}.mdi-goodreads::before{content:"󰵻"}.mdi-google::before{content:"󰊭"}.mdi-google-ads::before{content:"󰲇"}.mdi-google-analytics::before{content:"󰟌"}.mdi-google-assistant::before{content:"󰟍"}.mdi-google-cardboard::before{content:"󰊮"}.mdi-google-chrome::before{content:"󰊯"}.mdi-google-circles::before{content:"󰊰"}.mdi-google-circles-communities::before{content:"󰊱"}.mdi-google-circles-extended::before{content:"󰊲"}.mdi-google-circles-group::before{content:"󰊳"}.mdi-google-classroom::before{content:"󰋀"}.mdi-google-cloud::before{content:"󱇶"}.mdi-google-downasaur::before{content:"󱍢"}.mdi-google-drive::before{content:"󰊶"}.mdi-google-earth::before{content:"󰊷"}.mdi-google-fit::before{content:"󰥬"}.mdi-google-glass::before{content:"󰊸"}.mdi-google-hangouts::before{content:"󰋉"}.mdi-google-keep::before{content:"󰛜"}.mdi-google-lens::before{content:"󰧶"}.mdi-google-maps::before{content:"󰗵"}.mdi-google-my-business::before{content:"󱁈"}.mdi-google-nearby::before{content:"󰊹"}.mdi-google-play::before{content:"󰊼"}.mdi-google-plus::before{content:"󰊽"}.mdi-google-podcast::before{content:"󰺹"}.mdi-google-spreadsheet::before{content:"󰧷"}.mdi-google-street-view::before{content:"󰲈"}.mdi-google-translate::before{content:"󰊿"}.mdi-gradient-horizontal::before{content:"󱝊"}.mdi-gradient-vertical::before{content:"󰚠"}.mdi-grain::before{content:"󰵼"}.mdi-graph::before{content:"󱁉"}.mdi-graph-outline::before{content:"󱁊"}.mdi-graphql::before{content:"󰡷"}.mdi-grass::before{content:"󱔐"}.mdi-grave-stone::before{content:"󰮢"}.mdi-grease-pencil::before{content:"󰙈"}.mdi-greater-than::before{content:"󰥭"}.mdi-greater-than-or-equal::before{content:"󰥮"}.mdi-greenhouse::before{content:"󰀭"}.mdi-grid::before{content:"󰋁"}.mdi-grid-large::before{content:"󰝘"}.mdi-grid-off::before{content:"󰋂"}.mdi-grill::before{content:"󰹅"}.mdi-grill-outline::before{content:"󱆊"}.mdi-group::before{content:"󰋃"}.mdi-guitar-acoustic::before{content:"󰝱"}.mdi-guitar-electric::before{content:"󰋄"}.mdi-guitar-pick::before{content:"󰋅"}.mdi-guitar-pick-outline::before{content:"󰋆"}.mdi-guy-fawkes-mask::before{content:"󰠥"}.mdi-gymnastics::before{content:"󱩁"}.mdi-hail::before{content:"󰫁"}.mdi-hair-dryer::before{content:"󱃯"}.mdi-hair-dryer-outline::before{content:"󱃰"}.mdi-halloween::before{content:"󰮣"}.mdi-hamburger::before{content:"󰚅"}.mdi-hamburger-check::before{content:"󱝶"}.mdi-hamburger-minus::before{content:"󱝷"}.mdi-hamburger-off::before{content:"󱝸"}.mdi-hamburger-plus::before{content:"󱝹"}.mdi-hamburger-remove::before{content:"󱝺"}.mdi-hammer::before{content:"󰣪"}.mdi-hammer-screwdriver::before{content:"󱌢"}.mdi-hammer-sickle::before{content:"󱢇"}.mdi-hammer-wrench::before{content:"󱌣"}.mdi-hand-back-left::before{content:"󰹆"}.mdi-hand-back-left-off::before{content:"󱠰"}.mdi-hand-back-left-off-outline::before{content:"󱠲"}.mdi-hand-back-left-outline::before{content:"󱠬"}.mdi-hand-back-right::before{content:"󰹇"}.mdi-hand-back-right-off::before{content:"󱠱"}.mdi-hand-back-right-off-outline::before{content:"󱠳"}.mdi-hand-back-right-outline::before{content:"󱠭"}.mdi-hand-clap::before{content:"󱥋"}.mdi-hand-clap-off::before{content:"󱩂"}.mdi-hand-coin::before{content:"󱢏"}.mdi-hand-coin-outline::before{content:"󱢐"}.mdi-hand-cycle::before{content:"󱮜"}.mdi-hand-extended::before{content:"󱢶"}.mdi-hand-extended-outline::before{content:"󱢷"}.mdi-hand-front-left::before{content:"󱠫"}.mdi-hand-front-left-outline::before{content:"󱠮"}.mdi-hand-front-right::before{content:"󰩏"}.mdi-hand-front-right-outline::before{content:"󱠯"}.mdi-hand-heart::before{content:"󱃱"}.mdi-hand-heart-outline::before{content:"󱕾"}.mdi-hand-okay::before{content:"󰩐"}.mdi-hand-peace::before{content:"󰩑"}.mdi-hand-peace-variant::before{content:"󰩒"}.mdi-hand-pointing-down::before{content:"󰩓"}.mdi-hand-pointing-left::before{content:"󰩔"}.mdi-hand-pointing-right::before{content:"󰋇"}.mdi-hand-pointing-up::before{content:"󰩕"}.mdi-hand-saw::before{content:"󰹈"}.mdi-hand-wash::before{content:"󱕿"}.mdi-hand-wash-outline::before{content:"󱖀"}.mdi-hand-water::before{content:"󱎟"}.mdi-hand-wave::before{content:"󱠡"}.mdi-hand-wave-outline::before{content:"󱠢"}.mdi-handball::before{content:"󰽓"}.mdi-handcuffs::before{content:"󱄾"}.mdi-hands-pray::before{content:"󰕹"}.mdi-handshake::before{content:"󱈘"}.mdi-handshake-outline::before{content:"󱖡"}.mdi-hanger::before{content:"󰋈"}.mdi-hard-hat::before{content:"󰥯"}.mdi-harddisk::before{content:"󰋊"}.mdi-harddisk-plus::before{content:"󱁋"}.mdi-harddisk-remove::before{content:"󱁌"}.mdi-hat-fedora::before{content:"󰮤"}.mdi-hazard-lights::before{content:"󰲉"}.mdi-hdmi-port::before{content:"󱮸"}.mdi-hdr::before{content:"󰵽"}.mdi-hdr-off::before{content:"󰵾"}.mdi-head::before{content:"󱍞"}.mdi-head-alert::before{content:"󱌸"}.mdi-head-alert-outline::before{content:"󱌹"}.mdi-head-check::before{content:"󱌺"}.mdi-head-check-outline::before{content:"󱌻"}.mdi-head-cog::before{content:"󱌼"}.mdi-head-cog-outline::before{content:"󱌽"}.mdi-head-dots-horizontal::before{content:"󱌾"}.mdi-head-dots-horizontal-outline::before{content:"󱌿"}.mdi-head-flash::before{content:"󱍀"}.mdi-head-flash-outline::before{content:"󱍁"}.mdi-head-heart::before{content:"󱍂"}.mdi-head-heart-outline::before{content:"󱍃"}.mdi-head-lightbulb::before{content:"󱍄"}.mdi-head-lightbulb-outline::before{content:"󱍅"}.mdi-head-minus::before{content:"󱍆"}.mdi-head-minus-outline::before{content:"󱍇"}.mdi-head-outline::before{content:"󱍟"}.mdi-head-plus::before{content:"󱍈"}.mdi-head-plus-outline::before{content:"󱍉"}.mdi-head-question::before{content:"󱍊"}.mdi-head-question-outline::before{content:"󱍋"}.mdi-head-remove::before{content:"󱍌"}.mdi-head-remove-outline::before{content:"󱍍"}.mdi-head-snowflake::before{content:"󱍎"}.mdi-head-snowflake-outline::before{content:"󱍏"}.mdi-head-sync::before{content:"󱍐"}.mdi-head-sync-outline::before{content:"󱍑"}.mdi-headphones::before{content:"󰋋"}.mdi-headphones-bluetooth::before{content:"󰥰"}.mdi-headphones-box::before{content:"󰋌"}.mdi-headphones-off::before{content:"󰟎"}.mdi-headphones-settings::before{content:"󰋍"}.mdi-headset::before{content:"󰋎"}.mdi-headset-dock::before{content:"󰋏"}.mdi-headset-off::before{content:"󰋐"}.mdi-heart::before{content:"󰋑"}.mdi-heart-box::before{content:"󰋒"}.mdi-heart-box-outline::before{content:"󰋓"}.mdi-heart-broken::before{content:"󰋔"}.mdi-heart-broken-outline::before{content:"󰴔"}.mdi-heart-circle::before{content:"󰥱"}.mdi-heart-circle-outline::before{content:"󰥲"}.mdi-heart-cog::before{content:"󱙣"}.mdi-heart-cog-outline::before{content:"󱙤"}.mdi-heart-flash::before{content:"󰻹"}.mdi-heart-half::before{content:"󰛟"}.mdi-heart-half-full::before{content:"󰛞"}.mdi-heart-half-outline::before{content:"󰛠"}.mdi-heart-minus::before{content:"󱐯"}.mdi-heart-minus-outline::before{content:"󱐲"}.mdi-heart-multiple::before{content:"󰩖"}.mdi-heart-multiple-outline::before{content:"󰩗"}.mdi-heart-off::before{content:"󰝙"}.mdi-heart-off-outline::before{content:"󱐴"}.mdi-heart-outline::before{content:"󰋕"}.mdi-heart-plus::before{content:"󱐮"}.mdi-heart-plus-outline::before{content:"󱐱"}.mdi-heart-pulse::before{content:"󰗶"}.mdi-heart-remove::before{content:"󱐰"}.mdi-heart-remove-outline::before{content:"󱐳"}.mdi-heart-settings::before{content:"󱙥"}.mdi-heart-settings-outline::before{content:"󱙦"}.mdi-heat-pump::before{content:"󱩃"}.mdi-heat-pump-outline::before{content:"󱩄"}.mdi-heat-wave::before{content:"󱩅"}.mdi-heating-coil::before{content:"󱪯"}.mdi-helicopter::before{content:"󰫂"}.mdi-help::before{content:"󰋖"}.mdi-help-box::before{content:"󰞋"}.mdi-help-circle::before{content:"󰋗"}.mdi-help-circle-outline::before{content:"󰘥"}.mdi-help-network::before{content:"󰛵"}.mdi-help-network-outline::before{content:"󰲊"}.mdi-help-rhombus::before{content:"󰮥"}.mdi-help-rhombus-outline::before{content:"󰮦"}.mdi-hexadecimal::before{content:"󱊧"}.mdi-hexagon::before{content:"󰋘"}.mdi-hexagon-multiple::before{content:"󰛡"}.mdi-hexagon-multiple-outline::before{content:"󱃲"}.mdi-hexagon-outline::before{content:"󰋙"}.mdi-hexagon-slice-1::before{content:"󰫃"}.mdi-hexagon-slice-2::before{content:"󰫄"}.mdi-hexagon-slice-3::before{content:"󰫅"}.mdi-hexagon-slice-4::before{content:"󰫆"}.mdi-hexagon-slice-5::before{content:"󰫇"}.mdi-hexagon-slice-6::before{content:"󰫈"}.mdi-hexagram::before{content:"󰫉"}.mdi-hexagram-outline::before{content:"󰫊"}.mdi-high-definition::before{content:"󰟏"}.mdi-high-definition-box::before{content:"󰡸"}.mdi-highway::before{content:"󰗷"}.mdi-hiking::before{content:"󰵿"}.mdi-history::before{content:"󰋚"}.mdi-hockey-puck::before{content:"󰡹"}.mdi-hockey-sticks::before{content:"󰡺"}.mdi-hololens::before{content:"󰋛"}.mdi-home::before{content:"󰋜"}.mdi-home-account::before{content:"󰠦"}.mdi-home-alert::before{content:"󰡻"}.mdi-home-alert-outline::before{content:"󱗐"}.mdi-home-analytics::before{content:"󰺺"}.mdi-home-assistant::before{content:"󰟐"}.mdi-home-automation::before{content:"󰟑"}.mdi-home-battery::before{content:"󱤁"}.mdi-home-battery-outline::before{content:"󱤂"}.mdi-home-circle::before{content:"󰟒"}.mdi-home-circle-outline::before{content:"󱁍"}.mdi-home-city::before{content:"󰴕"}.mdi-home-city-outline::before{content:"󰴖"}.mdi-home-clock::before{content:"󱨒"}.mdi-home-clock-outline::before{content:"󱨓"}.mdi-home-edit::before{content:"󱅙"}.mdi-home-edit-outline::before{content:"󱅚"}.mdi-home-export-outline::before{content:"󰾛"}.mdi-home-flood::before{content:"󰻺"}.mdi-home-floor-0::before{content:"󰷒"}.mdi-home-floor-1::before{content:"󰶀"}.mdi-home-floor-2::before{content:"󰶁"}.mdi-home-floor-3::before{content:"󰶂"}.mdi-home-floor-a::before{content:"󰶃"}.mdi-home-floor-b::before{content:"󰶄"}.mdi-home-floor-g::before{content:"󰶅"}.mdi-home-floor-l::before{content:"󰶆"}.mdi-home-floor-negative-1::before{content:"󰷓"}.mdi-home-group::before{content:"󰷔"}.mdi-home-group-minus::before{content:"󱧁"}.mdi-home-group-plus::before{content:"󱧀"}.mdi-home-group-remove::before{content:"󱧂"}.mdi-home-heart::before{content:"󰠧"}.mdi-home-import-outline::before{content:"󰾜"}.mdi-home-lightbulb::before{content:"󱉑"}.mdi-home-lightbulb-outline::before{content:"󱉒"}.mdi-home-lightning-bolt::before{content:"󱤃"}.mdi-home-lightning-bolt-outline::before{content:"󱤄"}.mdi-home-lock::before{content:"󰣫"}.mdi-home-lock-open::before{content:"󰣬"}.mdi-home-map-marker::before{content:"󰗸"}.mdi-home-minus::before{content:"󰥴"}.mdi-home-minus-outline::before{content:"󱏕"}.mdi-home-modern::before{content:"󰋝"}.mdi-home-off::before{content:"󱩆"}.mdi-home-off-outline::before{content:"󱩇"}.mdi-home-outline::before{content:"󰚡"}.mdi-home-plus::before{content:"󰥵"}.mdi-home-plus-outline::before{content:"󱏖"}.mdi-home-remove::before{content:"󱉇"}.mdi-home-remove-outline::before{content:"󱏗"}.mdi-home-roof::before{content:"󱄫"}.mdi-home-search::before{content:"󱎰"}.mdi-home-search-outline::before{content:"󱎱"}.mdi-home-silo::before{content:"󱮠"}.mdi-home-silo-outline::before{content:"󱮡"}.mdi-home-switch::before{content:"󱞔"}.mdi-home-switch-outline::before{content:"󱞕"}.mdi-home-thermometer::before{content:"󰽔"}.mdi-home-thermometer-outline::before{content:"󰽕"}.mdi-home-variant::before{content:"󰋞"}.mdi-home-variant-outline::before{content:"󰮧"}.mdi-hook::before{content:"󰛢"}.mdi-hook-off::before{content:"󰛣"}.mdi-hoop-house::before{content:"󰹖"}.mdi-hops::before{content:"󰋟"}.mdi-horizontal-rotate-clockwise::before{content:"󱃳"}.mdi-horizontal-rotate-counterclockwise::before{content:"󱃴"}.mdi-horse::before{content:"󱖿"}.mdi-horse-human::before{content:"󱗀"}.mdi-horse-variant::before{content:"󱗁"}.mdi-horse-variant-fast::before{content:"󱡮"}.mdi-horseshoe::before{content:"󰩘"}.mdi-hospital::before{content:"󰿶"}.mdi-hospital-box::before{content:"󰋠"}.mdi-hospital-box-outline::before{content:"󰿷"}.mdi-hospital-building::before{content:"󰋡"}.mdi-hospital-marker::before{content:"󰋢"}.mdi-hot-tub::before{content:"󰠨"}.mdi-hours-24::before{content:"󱑸"}.mdi-hubspot::before{content:"󰴗"}.mdi-hulu::before{content:"󰠩"}.mdi-human::before{content:"󰋦"}.mdi-human-baby-changing-table::before{content:"󱎋"}.mdi-human-cane::before{content:"󱖁"}.mdi-human-capacity-decrease::before{content:"󱖛"}.mdi-human-capacity-increase::before{content:"󱖜"}.mdi-human-child::before{content:"󰋧"}.mdi-human-dolly::before{content:"󱦀"}.mdi-human-edit::before{content:"󱓨"}.mdi-human-female::before{content:"󰙉"}.mdi-human-female-boy::before{content:"󰩙"}.mdi-human-female-dance::before{content:"󱗉"}.mdi-human-female-female::before{content:"󰩚"}.mdi-human-female-girl::before{content:"󰩛"}.mdi-human-greeting::before{content:"󱟄"}.mdi-human-greeting-proximity::before{content:"󱖝"}.mdi-human-greeting-variant::before{content:"󰙊"}.mdi-human-handsdown::before{content:"󰙋"}.mdi-human-handsup::before{content:"󰙌"}.mdi-human-male::before{content:"󰙍"}.mdi-human-male-board::before{content:"󰢐"}.mdi-human-male-board-poll::before{content:"󰡆"}.mdi-human-male-boy::before{content:"󰩜"}.mdi-human-male-child::before{content:"󱎌"}.mdi-human-male-female::before{content:"󰋨"}.mdi-human-male-female-child::before{content:"󱠣"}.mdi-human-male-girl::before{content:"󰩝"}.mdi-human-male-height::before{content:"󰻻"}.mdi-human-male-height-variant::before{content:"󰻼"}.mdi-human-male-male::before{content:"󰩞"}.mdi-human-non-binary::before{content:"󱡈"}.mdi-human-pregnant::before{content:"󰗏"}.mdi-human-queue::before{content:"󱕱"}.mdi-human-scooter::before{content:"󱇩"}.mdi-human-walker::before{content:"󱭱"}.mdi-human-wheelchair::before{content:"󱎍"}.mdi-human-white-cane::before{content:"󱦁"}.mdi-humble-bundle::before{content:"󰝄"}.mdi-hvac::before{content:"󱍒"}.mdi-hvac-off::before{content:"󱖞"}.mdi-hydraulic-oil-level::before{content:"󱌤"}.mdi-hydraulic-oil-temperature::before{content:"󱌥"}.mdi-hydro-power::before{content:"󱋥"}.mdi-hydrogen-station::before{content:"󱢔"}.mdi-ice-cream::before{content:"󰠪"}.mdi-ice-cream-off::before{content:"󰹒"}.mdi-ice-pop::before{content:"󰻽"}.mdi-id-card::before{content:"󰿀"}.mdi-identifier::before{content:"󰻾"}.mdi-ideogram-cjk::before{content:"󱌱"}.mdi-ideogram-cjk-variant::before{content:"󱌲"}.mdi-image::before{content:"󰋩"}.mdi-image-album::before{content:"󰋪"}.mdi-image-area::before{content:"󰋫"}.mdi-image-area-close::before{content:"󰋬"}.mdi-image-auto-adjust::before{content:"󰿁"}.mdi-image-broken::before{content:"󰋭"}.mdi-image-broken-variant::before{content:"󰋮"}.mdi-image-check::before{content:"󱬥"}.mdi-image-check-outline::before{content:"󱬦"}.mdi-image-edit::before{content:"󱇣"}.mdi-image-edit-outline::before{content:"󱇤"}.mdi-image-filter-black-white::before{content:"󰋰"}.mdi-image-filter-center-focus::before{content:"󰋱"}.mdi-image-filter-center-focus-strong::before{content:"󰻿"}.mdi-image-filter-center-focus-strong-outline::before{content:"󰼀"}.mdi-image-filter-center-focus-weak::before{content:"󰋲"}.mdi-image-filter-drama::before{content:"󰋳"}.mdi-image-filter-frames::before{content:"󰋴"}.mdi-image-filter-hdr::before{content:"󰋵"}.mdi-image-filter-none::before{content:"󰋶"}.mdi-image-filter-tilt-shift::before{content:"󰋷"}.mdi-image-filter-vintage::before{content:"󰋸"}.mdi-image-frame::before{content:"󰹉"}.mdi-image-lock::before{content:"󱪰"}.mdi-image-lock-outline::before{content:"󱪱"}.mdi-image-marker::before{content:"󱝻"}.mdi-image-marker-outline::before{content:"󱝼"}.mdi-image-minus::before{content:"󱐙"}.mdi-image-minus-outline::before{content:"󱭇"}.mdi-image-move::before{content:"󰧸"}.mdi-image-multiple::before{content:"󰋹"}.mdi-image-multiple-outline::before{content:"󰋯"}.mdi-image-off::before{content:"󰠫"}.mdi-image-off-outline::before{content:"󱇑"}.mdi-image-outline::before{content:"󰥶"}.mdi-image-plus::before{content:"󰡼"}.mdi-image-plus-outline::before{content:"󱭆"}.mdi-image-refresh::before{content:"󱧾"}.mdi-image-refresh-outline::before{content:"󱧿"}.mdi-image-remove::before{content:"󱐘"}.mdi-image-remove-outline::before{content:"󱭈"}.mdi-image-search::before{content:"󰥷"}.mdi-image-search-outline::before{content:"󰥸"}.mdi-image-size-select-actual::before{content:"󰲍"}.mdi-image-size-select-large::before{content:"󰲎"}.mdi-image-size-select-small::before{content:"󰲏"}.mdi-image-sync::before{content:"󱨀"}.mdi-image-sync-outline::before{content:"󱨁"}.mdi-image-text::before{content:"󱘍"}.mdi-import::before{content:"󰋺"}.mdi-inbox::before{content:"󰚇"}.mdi-inbox-arrow-down::before{content:"󰋻"}.mdi-inbox-arrow-down-outline::before{content:"󱉰"}.mdi-inbox-arrow-up::before{content:"󰏑"}.mdi-inbox-arrow-up-outline::before{content:"󱉱"}.mdi-inbox-full::before{content:"󱉲"}.mdi-inbox-full-outline::before{content:"󱉳"}.mdi-inbox-multiple::before{content:"󰢰"}.mdi-inbox-multiple-outline::before{content:"󰮨"}.mdi-inbox-outline::before{content:"󱉴"}.mdi-inbox-remove::before{content:"󱖟"}.mdi-inbox-remove-outline::before{content:"󱖠"}.mdi-incognito::before{content:"󰗹"}.mdi-incognito-circle::before{content:"󱐡"}.mdi-incognito-circle-off::before{content:"󱐢"}.mdi-incognito-off::before{content:"󰁵"}.mdi-induction::before{content:"󱡌"}.mdi-infinity::before{content:"󰛤"}.mdi-information::before{content:"󰋼"}.mdi-information-off::before{content:"󱞌"}.mdi-information-off-outline::before{content:"󱞍"}.mdi-information-outline::before{content:"󰋽"}.mdi-information-variant::before{content:"󰙎"}.mdi-instagram::before{content:"󰋾"}.mdi-instrument-triangle::before{content:"󱁎"}.mdi-integrated-circuit-chip::before{content:"󱤓"}.mdi-invert-colors::before{content:"󰌁"}.mdi-invert-colors-off::before{content:"󰹊"}.mdi-iobroker::before{content:"󱋨"}.mdi-ip::before{content:"󰩟"}.mdi-ip-network::before{content:"󰩠"}.mdi-ip-network-outline::before{content:"󰲐"}.mdi-ip-outline::before{content:"󱦂"}.mdi-ipod::before{content:"󰲑"}.mdi-iron::before{content:"󱠤"}.mdi-iron-board::before{content:"󱠸"}.mdi-iron-outline::before{content:"󱠥"}.mdi-island::before{content:"󱁏"}.mdi-iv-bag::before{content:"󱂹"}.mdi-jabber::before{content:"󰷕"}.mdi-jeepney::before{content:"󰌂"}.mdi-jellyfish::before{content:"󰼁"}.mdi-jellyfish-outline::before{content:"󰼂"}.mdi-jira::before{content:"󰌃"}.mdi-jquery::before{content:"󰡽"}.mdi-jsfiddle::before{content:"󰌄"}.mdi-jump-rope::before{content:"󱋿"}.mdi-kabaddi::before{content:"󰶇"}.mdi-kangaroo::before{content:"󱕘"}.mdi-karate::before{content:"󰠬"}.mdi-kayaking::before{content:"󰢯"}.mdi-keg::before{content:"󰌅"}.mdi-kettle::before{content:"󰗺"}.mdi-kettle-alert::before{content:"󱌗"}.mdi-kettle-alert-outline::before{content:"󱌘"}.mdi-kettle-off::before{content:"󱌛"}.mdi-kettle-off-outline::before{content:"󱌜"}.mdi-kettle-outline::before{content:"󰽖"}.mdi-kettle-pour-over::before{content:"󱜼"}.mdi-kettle-steam::before{content:"󱌙"}.mdi-kettle-steam-outline::before{content:"󱌚"}.mdi-kettlebell::before{content:"󱌀"}.mdi-key::before{content:"󰌆"}.mdi-key-alert::before{content:"󱦃"}.mdi-key-alert-outline::before{content:"󱦄"}.mdi-key-arrow-right::before{content:"󱌒"}.mdi-key-chain::before{content:"󱕴"}.mdi-key-chain-variant::before{content:"󱕵"}.mdi-key-change::before{content:"󰌇"}.mdi-key-link::before{content:"󱆟"}.mdi-key-minus::before{content:"󰌈"}.mdi-key-outline::before{content:"󰷖"}.mdi-key-plus::before{content:"󰌉"}.mdi-key-remove::before{content:"󰌊"}.mdi-key-star::before{content:"󱆞"}.mdi-key-variant::before{content:"󰌋"}.mdi-key-wireless::before{content:"󰿂"}.mdi-keyboard::before{content:"󰌌"}.mdi-keyboard-backspace::before{content:"󰌍"}.mdi-keyboard-caps::before{content:"󰌎"}.mdi-keyboard-close::before{content:"󰌏"}.mdi-keyboard-esc::before{content:"󱊷"}.mdi-keyboard-f1::before{content:"󱊫"}.mdi-keyboard-f10::before{content:"󱊴"}.mdi-keyboard-f11::before{content:"󱊵"}.mdi-keyboard-f12::before{content:"󱊶"}.mdi-keyboard-f2::before{content:"󱊬"}.mdi-keyboard-f3::before{content:"󱊭"}.mdi-keyboard-f4::before{content:"󱊮"}.mdi-keyboard-f5::before{content:"󱊯"}.mdi-keyboard-f6::before{content:"󱊰"}.mdi-keyboard-f7::before{content:"󱊱"}.mdi-keyboard-f8::before{content:"󱊲"}.mdi-keyboard-f9::before{content:"󱊳"}.mdi-keyboard-off::before{content:"󰌐"}.mdi-keyboard-off-outline::before{content:"󰹋"}.mdi-keyboard-outline::before{content:"󰥻"}.mdi-keyboard-return::before{content:"󰌑"}.mdi-keyboard-settings::before{content:"󰧹"}.mdi-keyboard-settings-outline::before{content:"󰧺"}.mdi-keyboard-space::before{content:"󱁐"}.mdi-keyboard-tab::before{content:"󰌒"}.mdi-keyboard-tab-reverse::before{content:"󰌥"}.mdi-keyboard-variant::before{content:"󰌓"}.mdi-khanda::before{content:"󱃽"}.mdi-kickstarter::before{content:"󰝅"}.mdi-kite::before{content:"󱦅"}.mdi-kite-outline::before{content:"󱦆"}.mdi-kitesurfing::before{content:"󱝄"}.mdi-klingon::before{content:"󱍛"}.mdi-knife::before{content:"󰧻"}.mdi-knife-military::before{content:"󰧼"}.mdi-knob::before{content:"󱮖"}.mdi-koala::before{content:"󱜿"}.mdi-kodi::before{content:"󰌔"}.mdi-kubernetes::before{content:"󱃾"}.mdi-label::before{content:"󰌕"}.mdi-label-multiple::before{content:"󱍵"}.mdi-label-multiple-outline::before{content:"󱍶"}.mdi-label-off::before{content:"󰫋"}.mdi-label-off-outline::before{content:"󰫌"}.mdi-label-outline::before{content:"󰌖"}.mdi-label-percent::before{content:"󱋪"}.mdi-label-percent-outline::before{content:"󱋫"}.mdi-label-variant::before{content:"󰫍"}.mdi-label-variant-outline::before{content:"󰫎"}.mdi-ladder::before{content:"󱖢"}.mdi-ladybug::before{content:"󰠭"}.mdi-lambda::before{content:"󰘧"}.mdi-lamp::before{content:"󰚵"}.mdi-lamp-outline::before{content:"󱟐"}.mdi-lamps::before{content:"󱕶"}.mdi-lamps-outline::before{content:"󱟑"}.mdi-lan::before{content:"󰌗"}.mdi-lan-check::before{content:"󱊪"}.mdi-lan-connect::before{content:"󰌘"}.mdi-lan-disconnect::before{content:"󰌙"}.mdi-lan-pending::before{content:"󰌚"}.mdi-land-fields::before{content:"󱪲"}.mdi-land-plots::before{content:"󱪳"}.mdi-land-plots-circle::before{content:"󱪴"}.mdi-land-plots-circle-variant::before{content:"󱪵"}.mdi-land-rows-horizontal::before{content:"󱪶"}.mdi-land-rows-vertical::before{content:"󱪷"}.mdi-landslide::before{content:"󱩈"}.mdi-landslide-outline::before{content:"󱩉"}.mdi-language-c::before{content:"󰙱"}.mdi-language-cpp::before{content:"󰙲"}.mdi-language-csharp::before{content:"󰌛"}.mdi-language-css3::before{content:"󰌜"}.mdi-language-fortran::before{content:"󱈚"}.mdi-language-go::before{content:"󰟓"}.mdi-language-haskell::before{content:"󰲒"}.mdi-language-html5::before{content:"󰌝"}.mdi-language-java::before{content:"󰬷"}.mdi-language-javascript::before{content:"󰌞"}.mdi-language-kotlin::before{content:"󱈙"}.mdi-language-lua::before{content:"󰢱"}.mdi-language-markdown::before{content:"󰍔"}.mdi-language-markdown-outline::before{content:"󰽛"}.mdi-language-php::before{content:"󰌟"}.mdi-language-python::before{content:"󰌠"}.mdi-language-r::before{content:"󰟔"}.mdi-language-ruby::before{content:"󰴭"}.mdi-language-ruby-on-rails::before{content:"󰫏"}.mdi-language-rust::before{content:"󱘗"}.mdi-language-swift::before{content:"󰛥"}.mdi-language-typescript::before{content:"󰛦"}.mdi-language-xaml::before{content:"󰙳"}.mdi-laptop::before{content:"󰌢"}.mdi-laptop-account::before{content:"󱩊"}.mdi-laptop-off::before{content:"󰛧"}.mdi-laravel::before{content:"󰫐"}.mdi-laser-pointer::before{content:"󱒄"}.mdi-lasso::before{content:"󰼃"}.mdi-lastpass::before{content:"󰑆"}.mdi-latitude::before{content:"󰽗"}.mdi-launch::before{content:"󰌧"}.mdi-lava-lamp::before{content:"󰟕"}.mdi-layers::before{content:"󰌨"}.mdi-layers-edit::before{content:"󱢒"}.mdi-layers-minus::before{content:"󰹌"}.mdi-layers-off::before{content:"󰌩"}.mdi-layers-off-outline::before{content:"󰧽"}.mdi-layers-outline::before{content:"󰧾"}.mdi-layers-plus::before{content:"󰹍"}.mdi-layers-remove::before{content:"󰹎"}.mdi-layers-search::before{content:"󱈆"}.mdi-layers-search-outline::before{content:"󱈇"}.mdi-layers-triple::before{content:"󰽘"}.mdi-layers-triple-outline::before{content:"󰽙"}.mdi-lead-pencil::before{content:"󰙏"}.mdi-leaf::before{content:"󰌪"}.mdi-leaf-circle::before{content:"󱤅"}.mdi-leaf-circle-outline::before{content:"󱤆"}.mdi-leaf-maple::before{content:"󰲓"}.mdi-leaf-maple-off::before{content:"󱋚"}.mdi-leaf-off::before{content:"󱋙"}.mdi-leak::before{content:"󰷗"}.mdi-leak-off::before{content:"󰷘"}.mdi-lectern::before{content:"󱫰"}.mdi-led-off::before{content:"󰌫"}.mdi-led-on::before{content:"󰌬"}.mdi-led-outline::before{content:"󰌭"}.mdi-led-strip::before{content:"󰟖"}.mdi-led-strip-variant::before{content:"󱁑"}.mdi-led-strip-variant-off::before{content:"󱩋"}.mdi-led-variant-off::before{content:"󰌮"}.mdi-led-variant-on::before{content:"󰌯"}.mdi-led-variant-outline::before{content:"󰌰"}.mdi-leek::before{content:"󱅽"}.mdi-less-than::before{content:"󰥼"}.mdi-less-than-or-equal::before{content:"󰥽"}.mdi-library::before{content:"󰌱"}.mdi-library-outline::before{content:"󱨢"}.mdi-library-shelves::before{content:"󰮩"}.mdi-license::before{content:"󰿃"}.mdi-lifebuoy::before{content:"󰡾"}.mdi-light-flood-down::before{content:"󱦇"}.mdi-light-flood-up::before{content:"󱦈"}.mdi-light-recessed::before{content:"󱞛"}.mdi-light-switch::before{content:"󰥾"}.mdi-light-switch-off::before{content:"󱨤"}.mdi-lightbulb::before{content:"󰌵"}.mdi-lightbulb-alert::before{content:"󱧡"}.mdi-lightbulb-alert-outline::before{content:"󱧢"}.mdi-lightbulb-auto::before{content:"󱠀"}.mdi-lightbulb-auto-outline::before{content:"󱠁"}.mdi-lightbulb-cfl::before{content:"󱈈"}.mdi-lightbulb-cfl-off::before{content:"󱈉"}.mdi-lightbulb-cfl-spiral::before{content:"󱉵"}.mdi-lightbulb-cfl-spiral-off::before{content:"󱋃"}.mdi-lightbulb-fluorescent-tube::before{content:"󱠄"}.mdi-lightbulb-fluorescent-tube-outline::before{content:"󱠅"}.mdi-lightbulb-group::before{content:"󱉓"}.mdi-lightbulb-group-off::before{content:"󱋍"}.mdi-lightbulb-group-off-outline::before{content:"󱋎"}.mdi-lightbulb-group-outline::before{content:"󱉔"}.mdi-lightbulb-multiple::before{content:"󱉕"}.mdi-lightbulb-multiple-off::before{content:"󱋏"}.mdi-lightbulb-multiple-off-outline::before{content:"󱋐"}.mdi-lightbulb-multiple-outline::before{content:"󱉖"}.mdi-lightbulb-night::before{content:"󱩌"}.mdi-lightbulb-night-outline::before{content:"󱩍"}.mdi-lightbulb-off::before{content:"󰹏"}.mdi-lightbulb-off-outline::before{content:"󰹐"}.mdi-lightbulb-on::before{content:"󰛨"}.mdi-lightbulb-on-10::before{content:"󱩎"}.mdi-lightbulb-on-20::before{content:"󱩏"}.mdi-lightbulb-on-30::before{content:"󱩐"}.mdi-lightbulb-on-40::before{content:"󱩑"}.mdi-lightbulb-on-50::before{content:"󱩒"}.mdi-lightbulb-on-60::before{content:"󱩓"}.mdi-lightbulb-on-70::before{content:"󱩔"}.mdi-lightbulb-on-80::before{content:"󱩕"}.mdi-lightbulb-on-90::before{content:"󱩖"}.mdi-lightbulb-on-outline::before{content:"󰛩"}.mdi-lightbulb-outline::before{content:"󰌶"}.mdi-lightbulb-question::before{content:"󱧣"}.mdi-lightbulb-question-outline::before{content:"󱧤"}.mdi-lightbulb-spot::before{content:"󱟴"}.mdi-lightbulb-spot-off::before{content:"󱟵"}.mdi-lightbulb-variant::before{content:"󱠂"}.mdi-lightbulb-variant-outline::before{content:"󱠃"}.mdi-lighthouse::before{content:"󰧿"}.mdi-lighthouse-on::before{content:"󰨀"}.mdi-lightning-bolt::before{content:"󱐋"}.mdi-lightning-bolt-circle::before{content:"󰠠"}.mdi-lightning-bolt-outline::before{content:"󱐌"}.mdi-line-scan::before{content:"󰘤"}.mdi-lingerie::before{content:"󱑶"}.mdi-link::before{content:"󰌷"}.mdi-link-box::before{content:"󰴚"}.mdi-link-box-outline::before{content:"󰴛"}.mdi-link-box-variant::before{content:"󰴜"}.mdi-link-box-variant-outline::before{content:"󰴝"}.mdi-link-lock::before{content:"󱂺"}.mdi-link-off::before{content:"󰌸"}.mdi-link-plus::before{content:"󰲔"}.mdi-link-variant::before{content:"󰌹"}.mdi-link-variant-minus::before{content:"󱃿"}.mdi-link-variant-off::before{content:"󰌺"}.mdi-link-variant-plus::before{content:"󱄀"}.mdi-link-variant-remove::before{content:"󱄁"}.mdi-linkedin::before{content:"󰌻"}.mdi-linux::before{content:"󰌽"}.mdi-linux-mint::before{content:"󰣭"}.mdi-lipstick::before{content:"󱎵"}.mdi-liquid-spot::before{content:"󱠦"}.mdi-liquor::before{content:"󱤞"}.mdi-list-box::before{content:"󱭻"}.mdi-list-box-outline::before{content:"󱭼"}.mdi-list-status::before{content:"󱖫"}.mdi-litecoin::before{content:"󰩡"}.mdi-loading::before{content:"󰝲"}.mdi-location-enter::before{content:"󰿄"}.mdi-location-exit::before{content:"󰿅"}.mdi-lock::before{content:"󰌾"}.mdi-lock-alert::before{content:"󰣮"}.mdi-lock-alert-outline::before{content:"󱗑"}.mdi-lock-check::before{content:"󱎚"}.mdi-lock-check-outline::before{content:"󱚨"}.mdi-lock-clock::before{content:"󰥿"}.mdi-lock-minus::before{content:"󱚩"}.mdi-lock-minus-outline::before{content:"󱚪"}.mdi-lock-off::before{content:"󱙱"}.mdi-lock-off-outline::before{content:"󱙲"}.mdi-lock-open::before{content:"󰌿"}.mdi-lock-open-alert::before{content:"󱎛"}.mdi-lock-open-alert-outline::before{content:"󱗒"}.mdi-lock-open-check::before{content:"󱎜"}.mdi-lock-open-check-outline::before{content:"󱚫"}.mdi-lock-open-minus::before{content:"󱚬"}.mdi-lock-open-minus-outline::before{content:"󱚭"}.mdi-lock-open-outline::before{content:"󰍀"}.mdi-lock-open-plus::before{content:"󱚮"}.mdi-lock-open-plus-outline::before{content:"󱚯"}.mdi-lock-open-remove::before{content:"󱚰"}.mdi-lock-open-remove-outline::before{content:"󱚱"}.mdi-lock-open-variant::before{content:"󰿆"}.mdi-lock-open-variant-outline::before{content:"󰿇"}.mdi-lock-outline::before{content:"󰍁"}.mdi-lock-pattern::before{content:"󰛪"}.mdi-lock-plus::before{content:"󰗻"}.mdi-lock-plus-outline::before{content:"󱚲"}.mdi-lock-question::before{content:"󰣯"}.mdi-lock-remove::before{content:"󱚳"}.mdi-lock-remove-outline::before{content:"󱚴"}.mdi-lock-reset::before{content:"󰝳"}.mdi-lock-smart::before{content:"󰢲"}.mdi-locker::before{content:"󰟗"}.mdi-locker-multiple::before{content:"󰟘"}.mdi-login::before{content:"󰍂"}.mdi-login-variant::before{content:"󰗼"}.mdi-logout::before{content:"󰍃"}.mdi-logout-variant::before{content:"󰗽"}.mdi-longitude::before{content:"󰽚"}.mdi-looks::before{content:"󰍄"}.mdi-lotion::before{content:"󱖂"}.mdi-lotion-outline::before{content:"󱖃"}.mdi-lotion-plus::before{content:"󱖄"}.mdi-lotion-plus-outline::before{content:"󱖅"}.mdi-loupe::before{content:"󰍅"}.mdi-lumx::before{content:"󰍆"}.mdi-lungs::before{content:"󱂄"}.mdi-mace::before{content:"󱡃"}.mdi-magazine-pistol::before{content:"󰌤"}.mdi-magazine-rifle::before{content:"󰌣"}.mdi-magic-staff::before{content:"󱡄"}.mdi-magnet::before{content:"󰍇"}.mdi-magnet-on::before{content:"󰍈"}.mdi-magnify::before{content:"󰍉"}.mdi-magnify-close::before{content:"󰦀"}.mdi-magnify-expand::before{content:"󱡴"}.mdi-magnify-minus::before{content:"󰍊"}.mdi-magnify-minus-cursor::before{content:"󰩢"}.mdi-magnify-minus-outline::before{content:"󰛬"}.mdi-magnify-plus::before{content:"󰍋"}.mdi-magnify-plus-cursor::before{content:"󰩣"}.mdi-magnify-plus-outline::before{content:"󰛭"}.mdi-magnify-remove-cursor::before{content:"󱈌"}.mdi-magnify-remove-outline::before{content:"󱈍"}.mdi-magnify-scan::before{content:"󱉶"}.mdi-mail::before{content:"󰺻"}.mdi-mailbox::before{content:"󰛮"}.mdi-mailbox-open::before{content:"󰶈"}.mdi-mailbox-open-outline::before{content:"󰶉"}.mdi-mailbox-open-up::before{content:"󰶊"}.mdi-mailbox-open-up-outline::before{content:"󰶋"}.mdi-mailbox-outline::before{content:"󰶌"}.mdi-mailbox-up::before{content:"󰶍"}.mdi-mailbox-up-outline::before{content:"󰶎"}.mdi-manjaro::before{content:"󱘊"}.mdi-map::before{content:"󰍍"}.mdi-map-check::before{content:"󰺼"}.mdi-map-check-outline::before{content:"󰺽"}.mdi-map-clock::before{content:"󰴞"}.mdi-map-clock-outline::before{content:"󰴟"}.mdi-map-legend::before{content:"󰨁"}.mdi-map-marker::before{content:"󰍎"}.mdi-map-marker-account::before{content:"󱣣"}.mdi-map-marker-account-outline::before{content:"󱣤"}.mdi-map-marker-alert::before{content:"󰼅"}.mdi-map-marker-alert-outline::before{content:"󰼆"}.mdi-map-marker-check::before{content:"󰲕"}.mdi-map-marker-check-outline::before{content:"󱋻"}.mdi-map-marker-circle::before{content:"󰍏"}.mdi-map-marker-distance::before{content:"󰣰"}.mdi-map-marker-down::before{content:"󱄂"}.mdi-map-marker-left::before{content:"󱋛"}.mdi-map-marker-left-outline::before{content:"󱋝"}.mdi-map-marker-minus::before{content:"󰙐"}.mdi-map-marker-minus-outline::before{content:"󱋹"}.mdi-map-marker-multiple::before{content:"󰍐"}.mdi-map-marker-multiple-outline::before{content:"󱉷"}.mdi-map-marker-off::before{content:"󰍑"}.mdi-map-marker-off-outline::before{content:"󱋽"}.mdi-map-marker-outline::before{content:"󰟙"}.mdi-map-marker-path::before{content:"󰴠"}.mdi-map-marker-plus::before{content:"󰙑"}.mdi-map-marker-plus-outline::before{content:"󱋸"}.mdi-map-marker-question::before{content:"󰼇"}.mdi-map-marker-question-outline::before{content:"󰼈"}.mdi-map-marker-radius::before{content:"󰍒"}.mdi-map-marker-radius-outline::before{content:"󱋼"}.mdi-map-marker-remove::before{content:"󰼉"}.mdi-map-marker-remove-outline::before{content:"󱋺"}.mdi-map-marker-remove-variant::before{content:"󰼊"}.mdi-map-marker-right::before{content:"󱋜"}.mdi-map-marker-right-outline::before{content:"󱋞"}.mdi-map-marker-star::before{content:"󱘈"}.mdi-map-marker-star-outline::before{content:"󱘉"}.mdi-map-marker-up::before{content:"󱄃"}.mdi-map-minus::before{content:"󰦁"}.mdi-map-outline::before{content:"󰦂"}.mdi-map-plus::before{content:"󰦃"}.mdi-map-search::before{content:"󰦄"}.mdi-map-search-outline::before{content:"󰦅"}.mdi-mapbox::before{content:"󰮪"}.mdi-margin::before{content:"󰍓"}.mdi-marker::before{content:"󰙒"}.mdi-marker-cancel::before{content:"󰷙"}.mdi-marker-check::before{content:"󰍕"}.mdi-mastodon::before{content:"󰫑"}.mdi-material-design::before{content:"󰦆"}.mdi-material-ui::before{content:"󰍗"}.mdi-math-compass::before{content:"󰍘"}.mdi-math-cos::before{content:"󰲖"}.mdi-math-integral::before{content:"󰿈"}.mdi-math-integral-box::before{content:"󰿉"}.mdi-math-log::before{content:"󱂅"}.mdi-math-norm::before{content:"󰿊"}.mdi-math-norm-box::before{content:"󰿋"}.mdi-math-sin::before{content:"󰲗"}.mdi-math-tan::before{content:"󰲘"}.mdi-matrix::before{content:"󰘨"}.mdi-medal::before{content:"󰦇"}.mdi-medal-outline::before{content:"󱌦"}.mdi-medical-bag::before{content:"󰛯"}.mdi-medical-cotton-swab::before{content:"󱪸"}.mdi-medication::before{content:"󱬔"}.mdi-medication-outline::before{content:"󱬕"}.mdi-meditation::before{content:"󱅻"}.mdi-memory::before{content:"󰍛"}.mdi-menorah::before{content:"󱟔"}.mdi-menorah-fire::before{content:"󱟕"}.mdi-menu::before{content:"󰍜"}.mdi-menu-down::before{content:"󰍝"}.mdi-menu-down-outline::before{content:"󰚶"}.mdi-menu-left::before{content:"󰍞"}.mdi-menu-left-outline::before{content:"󰨂"}.mdi-menu-open::before{content:"󰮫"}.mdi-menu-right::before{content:"󰍟"}.mdi-menu-right-outline::before{content:"󰨃"}.mdi-menu-swap::before{content:"󰩤"}.mdi-menu-swap-outline::before{content:"󰩥"}.mdi-menu-up::before{content:"󰍠"}.mdi-menu-up-outline::before{content:"󰚷"}.mdi-merge::before{content:"󰽜"}.mdi-message::before{content:"󰍡"}.mdi-message-alert::before{content:"󰍢"}.mdi-message-alert-outline::before{content:"󰨄"}.mdi-message-arrow-left::before{content:"󱋲"}.mdi-message-arrow-left-outline::before{content:"󱋳"}.mdi-message-arrow-right::before{content:"󱋴"}.mdi-message-arrow-right-outline::before{content:"󱋵"}.mdi-message-badge::before{content:"󱥁"}.mdi-message-badge-outline::before{content:"󱥂"}.mdi-message-bookmark::before{content:"󱖬"}.mdi-message-bookmark-outline::before{content:"󱖭"}.mdi-message-bulleted::before{content:"󰚢"}.mdi-message-bulleted-off::before{content:"󰚣"}.mdi-message-check::before{content:"󱮊"}.mdi-message-check-outline::before{content:"󱮋"}.mdi-message-cog::before{content:"󰛱"}.mdi-message-cog-outline::before{content:"󱅲"}.mdi-message-draw::before{content:"󰍣"}.mdi-message-fast::before{content:"󱧌"}.mdi-message-fast-outline::before{content:"󱧍"}.mdi-message-flash::before{content:"󱖩"}.mdi-message-flash-outline::before{content:"󱖪"}.mdi-message-image::before{content:"󰍤"}.mdi-message-image-outline::before{content:"󱅬"}.mdi-message-lock::before{content:"󰿌"}.mdi-message-lock-outline::before{content:"󱅭"}.mdi-message-minus::before{content:"󱅮"}.mdi-message-minus-outline::before{content:"󱅯"}.mdi-message-off::before{content:"󱙍"}.mdi-message-off-outline::before{content:"󱙎"}.mdi-message-outline::before{content:"󰍥"}.mdi-message-plus::before{content:"󰙓"}.mdi-message-plus-outline::before{content:"󱂻"}.mdi-message-processing::before{content:"󰍦"}.mdi-message-processing-outline::before{content:"󱅰"}.mdi-message-question::before{content:"󱜺"}.mdi-message-question-outline::before{content:"󱜻"}.mdi-message-reply::before{content:"󰍧"}.mdi-message-reply-outline::before{content:"󱜽"}.mdi-message-reply-text::before{content:"󰍨"}.mdi-message-reply-text-outline::before{content:"󱜾"}.mdi-message-settings::before{content:"󰛰"}.mdi-message-settings-outline::before{content:"󱅱"}.mdi-message-star::before{content:"󰚚"}.mdi-message-star-outline::before{content:"󱉐"}.mdi-message-text::before{content:"󰍩"}.mdi-message-text-clock::before{content:"󱅳"}.mdi-message-text-clock-outline::before{content:"󱅴"}.mdi-message-text-fast::before{content:"󱧎"}.mdi-message-text-fast-outline::before{content:"󱧏"}.mdi-message-text-lock::before{content:"󰿍"}.mdi-message-text-lock-outline::before{content:"󱅵"}.mdi-message-text-outline::before{content:"󰍪"}.mdi-message-video::before{content:"󰍫"}.mdi-meteor::before{content:"󰘩"}.mdi-meter-electric::before{content:"󱩗"}.mdi-meter-electric-outline::before{content:"󱩘"}.mdi-meter-gas::before{content:"󱩙"}.mdi-meter-gas-outline::before{content:"󱩚"}.mdi-metronome::before{content:"󰟚"}.mdi-metronome-tick::before{content:"󰟛"}.mdi-micro-sd::before{content:"󰟜"}.mdi-microphone::before{content:"󰍬"}.mdi-microphone-message::before{content:"󰔊"}.mdi-microphone-message-off::before{content:"󰔋"}.mdi-microphone-minus::before{content:"󰢳"}.mdi-microphone-off::before{content:"󰍭"}.mdi-microphone-outline::before{content:"󰍮"}.mdi-microphone-plus::before{content:"󰢴"}.mdi-microphone-question::before{content:"󱦉"}.mdi-microphone-question-outline::before{content:"󱦊"}.mdi-microphone-settings::before{content:"󰍯"}.mdi-microphone-variant::before{content:"󰍰"}.mdi-microphone-variant-off::before{content:"󰍱"}.mdi-microscope::before{content:"󰙔"}.mdi-microsoft::before{content:"󰍲"}.mdi-microsoft-access::before{content:"󱎎"}.mdi-microsoft-azure::before{content:"󰠅"}.mdi-microsoft-azure-devops::before{content:"󰿕"}.mdi-microsoft-bing::before{content:"󰂤"}.mdi-microsoft-dynamics-365::before{content:"󰦈"}.mdi-microsoft-edge::before{content:"󰇩"}.mdi-microsoft-excel::before{content:"󱎏"}.mdi-microsoft-internet-explorer::before{content:"󰌀"}.mdi-microsoft-office::before{content:"󰏆"}.mdi-microsoft-onedrive::before{content:"󰏊"}.mdi-microsoft-onenote::before{content:"󰝇"}.mdi-microsoft-outlook::before{content:"󰴢"}.mdi-microsoft-powerpoint::before{content:"󱎐"}.mdi-microsoft-sharepoint::before{content:"󱎑"}.mdi-microsoft-teams::before{content:"󰊻"}.mdi-microsoft-visual-studio::before{content:"󰘐"}.mdi-microsoft-visual-studio-code::before{content:"󰨞"}.mdi-microsoft-windows::before{content:"󰖳"}.mdi-microsoft-windows-classic::before{content:"󰨡"}.mdi-microsoft-word::before{content:"󱎒"}.mdi-microsoft-xbox::before{content:"󰖹"}.mdi-microsoft-xbox-controller::before{content:"󰖺"}.mdi-microsoft-xbox-controller-battery-alert::before{content:"󰝋"}.mdi-microsoft-xbox-controller-battery-charging::before{content:"󰨢"}.mdi-microsoft-xbox-controller-battery-empty::before{content:"󰝌"}.mdi-microsoft-xbox-controller-battery-full::before{content:"󰝍"}.mdi-microsoft-xbox-controller-battery-low::before{content:"󰝎"}.mdi-microsoft-xbox-controller-battery-medium::before{content:"󰝏"}.mdi-microsoft-xbox-controller-battery-unknown::before{content:"󰝐"}.mdi-microsoft-xbox-controller-menu::before{content:"󰹯"}.mdi-microsoft-xbox-controller-off::before{content:"󰖻"}.mdi-microsoft-xbox-controller-view::before{content:"󰹰"}.mdi-microwave::before{content:"󰲙"}.mdi-microwave-off::before{content:"󱐣"}.mdi-middleware::before{content:"󰽝"}.mdi-middleware-outline::before{content:"󰽞"}.mdi-midi::before{content:"󰣱"}.mdi-midi-port::before{content:"󰣲"}.mdi-mine::before{content:"󰷚"}.mdi-minecraft::before{content:"󰍳"}.mdi-mini-sd::before{content:"󰨅"}.mdi-minidisc::before{content:"󰨆"}.mdi-minus::before{content:"󰍴"}.mdi-minus-box::before{content:"󰍵"}.mdi-minus-box-multiple::before{content:"󱅁"}.mdi-minus-box-multiple-outline::before{content:"󱅂"}.mdi-minus-box-outline::before{content:"󰛲"}.mdi-minus-circle::before{content:"󰍶"}.mdi-minus-circle-multiple::before{content:"󰍚"}.mdi-minus-circle-multiple-outline::before{content:"󰫓"}.mdi-minus-circle-off::before{content:"󱑙"}.mdi-minus-circle-off-outline::before{content:"󱑚"}.mdi-minus-circle-outline::before{content:"󰍷"}.mdi-minus-network::before{content:"󰍸"}.mdi-minus-network-outline::before{content:"󰲚"}.mdi-minus-thick::before{content:"󱘹"}.mdi-mirror::before{content:"󱇽"}.mdi-mirror-rectangle::before{content:"󱞟"}.mdi-mirror-variant::before{content:"󱞠"}.mdi-mixed-martial-arts::before{content:"󰶏"}.mdi-mixed-reality::before{content:"󰡿"}.mdi-molecule::before{content:"󰮬"}.mdi-molecule-co::before{content:"󱋾"}.mdi-molecule-co2::before{content:"󰟤"}.mdi-monitor::before{content:"󰍹"}.mdi-monitor-account::before{content:"󱩛"}.mdi-monitor-arrow-down::before{content:"󱧐"}.mdi-monitor-arrow-down-variant::before{content:"󱧑"}.mdi-monitor-cellphone::before{content:"󰦉"}.mdi-monitor-cellphone-star::before{content:"󰦊"}.mdi-monitor-dashboard::before{content:"󰨇"}.mdi-monitor-edit::before{content:"󱋆"}.mdi-monitor-eye::before{content:"󱎴"}.mdi-monitor-lock::before{content:"󰷛"}.mdi-monitor-multiple::before{content:"󰍺"}.mdi-monitor-off::before{content:"󰶐"}.mdi-monitor-screenshot::before{content:"󰹑"}.mdi-monitor-share::before{content:"󱒃"}.mdi-monitor-shimmer::before{content:"󱄄"}.mdi-monitor-small::before{content:"󱡶"}.mdi-monitor-speaker::before{content:"󰽟"}.mdi-monitor-speaker-off::before{content:"󰽠"}.mdi-monitor-star::before{content:"󰷜"}.mdi-moon-first-quarter::before{content:"󰽡"}.mdi-moon-full::before{content:"󰽢"}.mdi-moon-last-quarter::before{content:"󰽣"}.mdi-moon-new::before{content:"󰽤"}.mdi-moon-waning-crescent::before{content:"󰽥"}.mdi-moon-waning-gibbous::before{content:"󰽦"}.mdi-moon-waxing-crescent::before{content:"󰽧"}.mdi-moon-waxing-gibbous::before{content:"󰽨"}.mdi-moped::before{content:"󱂆"}.mdi-moped-electric::before{content:"󱖷"}.mdi-moped-electric-outline::before{content:"󱖸"}.mdi-moped-outline::before{content:"󱖹"}.mdi-more::before{content:"󰍻"}.mdi-mortar-pestle::before{content:"󱝈"}.mdi-mortar-pestle-plus::before{content:"󰏱"}.mdi-mosque::before{content:"󰵅"}.mdi-mosque-outline::before{content:"󱠧"}.mdi-mother-heart::before{content:"󱌔"}.mdi-mother-nurse::before{content:"󰴡"}.mdi-motion::before{content:"󱖲"}.mdi-motion-outline::before{content:"󱖳"}.mdi-motion-pause::before{content:"󱖐"}.mdi-motion-pause-outline::before{content:"󱖒"}.mdi-motion-play::before{content:"󱖏"}.mdi-motion-play-outline::before{content:"󱖑"}.mdi-motion-sensor::before{content:"󰶑"}.mdi-motion-sensor-off::before{content:"󱐵"}.mdi-motorbike::before{content:"󰍼"}.mdi-motorbike-electric::before{content:"󱖺"}.mdi-motorbike-off::before{content:"󱬖"}.mdi-mouse::before{content:"󰍽"}.mdi-mouse-bluetooth::before{content:"󰦋"}.mdi-mouse-move-down::before{content:"󱕐"}.mdi-mouse-move-up::before{content:"󱕑"}.mdi-mouse-move-vertical::before{content:"󱕒"}.mdi-mouse-off::before{content:"󰍾"}.mdi-mouse-variant::before{content:"󰍿"}.mdi-mouse-variant-off::before{content:"󰎀"}.mdi-move-resize::before{content:"󰙕"}.mdi-move-resize-variant::before{content:"󰙖"}.mdi-movie::before{content:"󰎁"}.mdi-movie-check::before{content:"󱛳"}.mdi-movie-check-outline::before{content:"󱛴"}.mdi-movie-cog::before{content:"󱛵"}.mdi-movie-cog-outline::before{content:"󱛶"}.mdi-movie-edit::before{content:"󱄢"}.mdi-movie-edit-outline::before{content:"󱄣"}.mdi-movie-filter::before{content:"󱄤"}.mdi-movie-filter-outline::before{content:"󱄥"}.mdi-movie-minus::before{content:"󱛷"}.mdi-movie-minus-outline::before{content:"󱛸"}.mdi-movie-off::before{content:"󱛹"}.mdi-movie-off-outline::before{content:"󱛺"}.mdi-movie-open::before{content:"󰿎"}.mdi-movie-open-check::before{content:"󱛻"}.mdi-movie-open-check-outline::before{content:"󱛼"}.mdi-movie-open-cog::before{content:"󱛽"}.mdi-movie-open-cog-outline::before{content:"󱛾"}.mdi-movie-open-edit::before{content:"󱛿"}.mdi-movie-open-edit-outline::before{content:"󱜀"}.mdi-movie-open-minus::before{content:"󱜁"}.mdi-movie-open-minus-outline::before{content:"󱜂"}.mdi-movie-open-off::before{content:"󱜃"}.mdi-movie-open-off-outline::before{content:"󱜄"}.mdi-movie-open-outline::before{content:"󰿏"}.mdi-movie-open-play::before{content:"󱜅"}.mdi-movie-open-play-outline::before{content:"󱜆"}.mdi-movie-open-plus::before{content:"󱜇"}.mdi-movie-open-plus-outline::before{content:"󱜈"}.mdi-movie-open-remove::before{content:"󱜉"}.mdi-movie-open-remove-outline::before{content:"󱜊"}.mdi-movie-open-settings::before{content:"󱜋"}.mdi-movie-open-settings-outline::before{content:"󱜌"}.mdi-movie-open-star::before{content:"󱜍"}.mdi-movie-open-star-outline::before{content:"󱜎"}.mdi-movie-outline::before{content:"󰷝"}.mdi-movie-play::before{content:"󱜏"}.mdi-movie-play-outline::before{content:"󱜐"}.mdi-movie-plus::before{content:"󱜑"}.mdi-movie-plus-outline::before{content:"󱜒"}.mdi-movie-remove::before{content:"󱜓"}.mdi-movie-remove-outline::before{content:"󱜔"}.mdi-movie-roll::before{content:"󰟞"}.mdi-movie-search::before{content:"󱇒"}.mdi-movie-search-outline::before{content:"󱇓"}.mdi-movie-settings::before{content:"󱜕"}.mdi-movie-settings-outline::before{content:"󱜖"}.mdi-movie-star::before{content:"󱜗"}.mdi-movie-star-outline::before{content:"󱜘"}.mdi-mower::before{content:"󱙯"}.mdi-mower-bag::before{content:"󱙰"}.mdi-mower-bag-on::before{content:"󱭠"}.mdi-mower-on::before{content:"󱭟"}.mdi-muffin::before{content:"󰦌"}.mdi-multicast::before{content:"󱢓"}.mdi-multimedia::before{content:"󱮗"}.mdi-multiplication::before{content:"󰎂"}.mdi-multiplication-box::before{content:"󰎃"}.mdi-mushroom::before{content:"󰟟"}.mdi-mushroom-off::before{content:"󱏺"}.mdi-mushroom-off-outline::before{content:"󱏻"}.mdi-mushroom-outline::before{content:"󰟠"}.mdi-music::before{content:"󰝚"}.mdi-music-accidental-double-flat::before{content:"󰽩"}.mdi-music-accidental-double-sharp::before{content:"󰽪"}.mdi-music-accidental-flat::before{content:"󰽫"}.mdi-music-accidental-natural::before{content:"󰽬"}.mdi-music-accidental-sharp::before{content:"󰽭"}.mdi-music-box::before{content:"󰎄"}.mdi-music-box-multiple::before{content:"󰌳"}.mdi-music-box-multiple-outline::before{content:"󰼄"}.mdi-music-box-outline::before{content:"󰎅"}.mdi-music-circle::before{content:"󰎆"}.mdi-music-circle-outline::before{content:"󰫔"}.mdi-music-clef-alto::before{content:"󰽮"}.mdi-music-clef-bass::before{content:"󰽯"}.mdi-music-clef-treble::before{content:"󰽰"}.mdi-music-note::before{content:"󰎇"}.mdi-music-note-bluetooth::before{content:"󰗾"}.mdi-music-note-bluetooth-off::before{content:"󰗿"}.mdi-music-note-eighth::before{content:"󰎈"}.mdi-music-note-eighth-dotted::before{content:"󰽱"}.mdi-music-note-half::before{content:"󰎉"}.mdi-music-note-half-dotted::before{content:"󰽲"}.mdi-music-note-minus::before{content:"󱮉"}.mdi-music-note-off::before{content:"󰎊"}.mdi-music-note-off-outline::before{content:"󰽳"}.mdi-music-note-outline::before{content:"󰽴"}.mdi-music-note-plus::before{content:"󰷞"}.mdi-music-note-quarter::before{content:"󰎋"}.mdi-music-note-quarter-dotted::before{content:"󰽵"}.mdi-music-note-sixteenth::before{content:"󰎌"}.mdi-music-note-sixteenth-dotted::before{content:"󰽶"}.mdi-music-note-whole::before{content:"󰎍"}.mdi-music-note-whole-dotted::before{content:"󰽷"}.mdi-music-off::before{content:"󰝛"}.mdi-music-rest-eighth::before{content:"󰽸"}.mdi-music-rest-half::before{content:"󰽹"}.mdi-music-rest-quarter::before{content:"󰽺"}.mdi-music-rest-sixteenth::before{content:"󰽻"}.mdi-music-rest-whole::before{content:"󰽼"}.mdi-mustache::before{content:"󱗞"}.mdi-nail::before{content:"󰷟"}.mdi-nas::before{content:"󰣳"}.mdi-nativescript::before{content:"󰢀"}.mdi-nature::before{content:"󰎎"}.mdi-nature-people::before{content:"󰎏"}.mdi-navigation::before{content:"󰎐"}.mdi-navigation-outline::before{content:"󱘇"}.mdi-navigation-variant::before{content:"󱣰"}.mdi-navigation-variant-outline::before{content:"󱣱"}.mdi-near-me::before{content:"󰗍"}.mdi-necklace::before{content:"󰼋"}.mdi-needle::before{content:"󰎑"}.mdi-needle-off::before{content:"󱧒"}.mdi-netflix::before{content:"󰝆"}.mdi-network::before{content:"󰛳"}.mdi-network-off::before{content:"󰲛"}.mdi-network-off-outline::before{content:"󰲜"}.mdi-network-outline::before{content:"󰲝"}.mdi-network-pos::before{content:"󱫋"}.mdi-network-strength-1::before{content:"󰣴"}.mdi-network-strength-1-alert::before{content:"󰣵"}.mdi-network-strength-2::before{content:"󰣶"}.mdi-network-strength-2-alert::before{content:"󰣷"}.mdi-network-strength-3::before{content:"󰣸"}.mdi-network-strength-3-alert::before{content:"󰣹"}.mdi-network-strength-4::before{content:"󰣺"}.mdi-network-strength-4-alert::before{content:"󰣻"}.mdi-network-strength-4-cog::before{content:"󱤚"}.mdi-network-strength-off::before{content:"󰣼"}.mdi-network-strength-off-outline::before{content:"󰣽"}.mdi-network-strength-outline::before{content:"󰣾"}.mdi-new-box::before{content:"󰎔"}.mdi-newspaper::before{content:"󰎕"}.mdi-newspaper-check::before{content:"󱥃"}.mdi-newspaper-minus::before{content:"󰼌"}.mdi-newspaper-plus::before{content:"󰼍"}.mdi-newspaper-remove::before{content:"󱥄"}.mdi-newspaper-variant::before{content:"󱀁"}.mdi-newspaper-variant-multiple::before{content:"󱀂"}.mdi-newspaper-variant-multiple-outline::before{content:"󱀃"}.mdi-newspaper-variant-outline::before{content:"󱀄"}.mdi-nfc::before{content:"󰎖"}.mdi-nfc-search-variant::before{content:"󰹓"}.mdi-nfc-tap::before{content:"󰎗"}.mdi-nfc-variant::before{content:"󰎘"}.mdi-nfc-variant-off::before{content:"󰹔"}.mdi-ninja::before{content:"󰝴"}.mdi-nintendo-game-boy::before{content:"󱎓"}.mdi-nintendo-switch::before{content:"󰟡"}.mdi-nintendo-wii::before{content:"󰖫"}.mdi-nintendo-wiiu::before{content:"󰜭"}.mdi-nix::before{content:"󱄅"}.mdi-nodejs::before{content:"󰎙"}.mdi-noodles::before{content:"󱅾"}.mdi-not-equal::before{content:"󰦍"}.mdi-not-equal-variant::before{content:"󰦎"}.mdi-note::before{content:"󰎚"}.mdi-note-alert::before{content:"󱝽"}.mdi-note-alert-outline::before{content:"󱝾"}.mdi-note-check::before{content:"󱝿"}.mdi-note-check-outline::before{content:"󱞀"}.mdi-note-edit::before{content:"󱞁"}.mdi-note-edit-outline::before{content:"󱞂"}.mdi-note-minus::before{content:"󱙏"}.mdi-note-minus-outline::before{content:"󱙐"}.mdi-note-multiple::before{content:"󰚸"}.mdi-note-multiple-outline::before{content:"󰚹"}.mdi-note-off::before{content:"󱞃"}.mdi-note-off-outline::before{content:"󱞄"}.mdi-note-outline::before{content:"󰎛"}.mdi-note-plus::before{content:"󰎜"}.mdi-note-plus-outline::before{content:"󰎝"}.mdi-note-remove::before{content:"󱙑"}.mdi-note-remove-outline::before{content:"󱙒"}.mdi-note-search::before{content:"󱙓"}.mdi-note-search-outline::before{content:"󱙔"}.mdi-note-text::before{content:"󰎞"}.mdi-note-text-outline::before{content:"󱇗"}.mdi-notebook::before{content:"󰠮"}.mdi-notebook-check::before{content:"󱓵"}.mdi-notebook-check-outline::before{content:"󱓶"}.mdi-notebook-edit::before{content:"󱓧"}.mdi-notebook-edit-outline::before{content:"󱓩"}.mdi-notebook-heart::before{content:"󱨋"}.mdi-notebook-heart-outline::before{content:"󱨌"}.mdi-notebook-minus::before{content:"󱘐"}.mdi-notebook-minus-outline::before{content:"󱘑"}.mdi-notebook-multiple::before{content:"󰹕"}.mdi-notebook-outline::before{content:"󰺿"}.mdi-notebook-plus::before{content:"󱘒"}.mdi-notebook-plus-outline::before{content:"󱘓"}.mdi-notebook-remove::before{content:"󱘔"}.mdi-notebook-remove-outline::before{content:"󱘕"}.mdi-notification-clear-all::before{content:"󰎟"}.mdi-npm::before{content:"󰛷"}.mdi-nuke::before{content:"󰚤"}.mdi-null::before{content:"󰟢"}.mdi-numeric::before{content:"󰎠"}.mdi-numeric-0::before{content:"󰬹"}.mdi-numeric-0-box::before{content:"󰎡"}.mdi-numeric-0-box-multiple::before{content:"󰼎"}.mdi-numeric-0-box-multiple-outline::before{content:"󰎢"}.mdi-numeric-0-box-outline::before{content:"󰎣"}.mdi-numeric-0-circle::before{content:"󰲞"}.mdi-numeric-0-circle-outline::before{content:"󰲟"}.mdi-numeric-1::before{content:"󰬺"}.mdi-numeric-1-box::before{content:"󰎤"}.mdi-numeric-1-box-multiple::before{content:"󰼏"}.mdi-numeric-1-box-multiple-outline::before{content:"󰎥"}.mdi-numeric-1-box-outline::before{content:"󰎦"}.mdi-numeric-1-circle::before{content:"󰲠"}.mdi-numeric-1-circle-outline::before{content:"󰲡"}.mdi-numeric-10::before{content:"󰿩"}.mdi-numeric-10-box::before{content:"󰽽"}.mdi-numeric-10-box-multiple::before{content:"󰿪"}.mdi-numeric-10-box-multiple-outline::before{content:"󰿫"}.mdi-numeric-10-box-outline::before{content:"󰽾"}.mdi-numeric-10-circle::before{content:"󰿬"}.mdi-numeric-10-circle-outline::before{content:"󰿭"}.mdi-numeric-2::before{content:"󰬻"}.mdi-numeric-2-box::before{content:"󰎧"}.mdi-numeric-2-box-multiple::before{content:"󰼐"}.mdi-numeric-2-box-multiple-outline::before{content:"󰎨"}.mdi-numeric-2-box-outline::before{content:"󰎩"}.mdi-numeric-2-circle::before{content:"󰲢"}.mdi-numeric-2-circle-outline::before{content:"󰲣"}.mdi-numeric-3::before{content:"󰬼"}.mdi-numeric-3-box::before{content:"󰎪"}.mdi-numeric-3-box-multiple::before{content:"󰼑"}.mdi-numeric-3-box-multiple-outline::before{content:"󰎫"}.mdi-numeric-3-box-outline::before{content:"󰎬"}.mdi-numeric-3-circle::before{content:"󰲤"}.mdi-numeric-3-circle-outline::before{content:"󰲥"}.mdi-numeric-4::before{content:"󰬽"}.mdi-numeric-4-box::before{content:"󰎭"}.mdi-numeric-4-box-multiple::before{content:"󰼒"}.mdi-numeric-4-box-multiple-outline::before{content:"󰎲"}.mdi-numeric-4-box-outline::before{content:"󰎮"}.mdi-numeric-4-circle::before{content:"󰲦"}.mdi-numeric-4-circle-outline::before{content:"󰲧"}.mdi-numeric-5::before{content:"󰬾"}.mdi-numeric-5-box::before{content:"󰎱"}.mdi-numeric-5-box-multiple::before{content:"󰼓"}.mdi-numeric-5-box-multiple-outline::before{content:"󰎯"}.mdi-numeric-5-box-outline::before{content:"󰎰"}.mdi-numeric-5-circle::before{content:"󰲨"}.mdi-numeric-5-circle-outline::before{content:"󰲩"}.mdi-numeric-6::before{content:"󰬿"}.mdi-numeric-6-box::before{content:"󰎳"}.mdi-numeric-6-box-multiple::before{content:"󰼔"}.mdi-numeric-6-box-multiple-outline::before{content:"󰎴"}.mdi-numeric-6-box-outline::before{content:"󰎵"}.mdi-numeric-6-circle::before{content:"󰲪"}.mdi-numeric-6-circle-outline::before{content:"󰲫"}.mdi-numeric-7::before{content:"󰭀"}.mdi-numeric-7-box::before{content:"󰎶"}.mdi-numeric-7-box-multiple::before{content:"󰼕"}.mdi-numeric-7-box-multiple-outline::before{content:"󰎷"}.mdi-numeric-7-box-outline::before{content:"󰎸"}.mdi-numeric-7-circle::before{content:"󰲬"}.mdi-numeric-7-circle-outline::before{content:"󰲭"}.mdi-numeric-8::before{content:"󰭁"}.mdi-numeric-8-box::before{content:"󰎹"}.mdi-numeric-8-box-multiple::before{content:"󰼖"}.mdi-numeric-8-box-multiple-outline::before{content:"󰎺"}.mdi-numeric-8-box-outline::before{content:"󰎻"}.mdi-numeric-8-circle::before{content:"󰲮"}.mdi-numeric-8-circle-outline::before{content:"󰲯"}.mdi-numeric-9::before{content:"󰭂"}.mdi-numeric-9-box::before{content:"󰎼"}.mdi-numeric-9-box-multiple::before{content:"󰼗"}.mdi-numeric-9-box-multiple-outline::before{content:"󰎽"}.mdi-numeric-9-box-outline::before{content:"󰎾"}.mdi-numeric-9-circle::before{content:"󰲰"}.mdi-numeric-9-circle-outline::before{content:"󰲱"}.mdi-numeric-9-plus::before{content:"󰿮"}.mdi-numeric-9-plus-box::before{content:"󰎿"}.mdi-numeric-9-plus-box-multiple::before{content:"󰼘"}.mdi-numeric-9-plus-box-multiple-outline::before{content:"󰏀"}.mdi-numeric-9-plus-box-outline::before{content:"󰏁"}.mdi-numeric-9-plus-circle::before{content:"󰲲"}.mdi-numeric-9-plus-circle-outline::before{content:"󰲳"}.mdi-numeric-negative-1::before{content:"󱁒"}.mdi-numeric-off::before{content:"󱧓"}.mdi-numeric-positive-1::before{content:"󱗋"}.mdi-nut::before{content:"󰛸"}.mdi-nutrition::before{content:"󰏂"}.mdi-nuxt::before{content:"󱄆"}.mdi-oar::before{content:"󰙼"}.mdi-ocarina::before{content:"󰷠"}.mdi-oci::before{content:"󱋩"}.mdi-ocr::before{content:"󱄺"}.mdi-octagon::before{content:"󰏃"}.mdi-octagon-outline::before{content:"󰏄"}.mdi-octagram::before{content:"󰛹"}.mdi-octagram-outline::before{content:"󰝵"}.mdi-octahedron::before{content:"󱥐"}.mdi-octahedron-off::before{content:"󱥑"}.mdi-odnoklassniki::before{content:"󰏅"}.mdi-offer::before{content:"󱈛"}.mdi-office-building::before{content:"󰦑"}.mdi-office-building-cog::before{content:"󱥉"}.mdi-office-building-cog-outline::before{content:"󱥊"}.mdi-office-building-marker::before{content:"󱔠"}.mdi-office-building-marker-outline::before{content:"󱔡"}.mdi-office-building-minus::before{content:"󱮪"}.mdi-office-building-minus-outline::before{content:"󱮫"}.mdi-office-building-outline::before{content:"󱔟"}.mdi-office-building-plus::before{content:"󱮨"}.mdi-office-building-plus-outline::before{content:"󱮩"}.mdi-office-building-remove::before{content:"󱮬"}.mdi-office-building-remove-outline::before{content:"󱮭"}.mdi-oil::before{content:"󰏇"}.mdi-oil-lamp::before{content:"󰼙"}.mdi-oil-level::before{content:"󱁓"}.mdi-oil-temperature::before{content:"󰿸"}.mdi-om::before{content:"󰥳"}.mdi-omega::before{content:"󰏉"}.mdi-one-up::before{content:"󰮭"}.mdi-onepassword::before{content:"󰢁"}.mdi-opacity::before{content:"󰗌"}.mdi-open-in-app::before{content:"󰏋"}.mdi-open-in-new::before{content:"󰏌"}.mdi-open-source-initiative::before{content:"󰮮"}.mdi-openid::before{content:"󰏍"}.mdi-opera::before{content:"󰏎"}.mdi-orbit::before{content:"󰀘"}.mdi-orbit-variant::before{content:"󱗛"}.mdi-order-alphabetical-ascending::before{content:"󰈍"}.mdi-order-alphabetical-descending::before{content:"󰴇"}.mdi-order-bool-ascending::before{content:"󰊾"}.mdi-order-bool-ascending-variant::before{content:"󰦏"}.mdi-order-bool-descending::before{content:"󱎄"}.mdi-order-bool-descending-variant::before{content:"󰦐"}.mdi-order-numeric-ascending::before{content:"󰕅"}.mdi-order-numeric-descending::before{content:"󰕆"}.mdi-origin::before{content:"󰭃"}.mdi-ornament::before{content:"󰏏"}.mdi-ornament-variant::before{content:"󰏐"}.mdi-outdoor-lamp::before{content:"󱁔"}.mdi-overscan::before{content:"󱀅"}.mdi-owl::before{content:"󰏒"}.mdi-pac-man::before{content:"󰮯"}.mdi-package::before{content:"󰏓"}.mdi-package-check::before{content:"󱭑"}.mdi-package-down::before{content:"󰏔"}.mdi-package-up::before{content:"󰏕"}.mdi-package-variant::before{content:"󰏖"}.mdi-package-variant-closed::before{content:"󰏗"}.mdi-package-variant-closed-check::before{content:"󱭒"}.mdi-package-variant-closed-minus::before{content:"󱧔"}.mdi-package-variant-closed-plus::before{content:"󱧕"}.mdi-package-variant-closed-remove::before{content:"󱧖"}.mdi-package-variant-minus::before{content:"󱧗"}.mdi-package-variant-plus::before{content:"󱧘"}.mdi-package-variant-remove::before{content:"󱧙"}.mdi-page-first::before{content:"󰘀"}.mdi-page-last::before{content:"󰘁"}.mdi-page-layout-body::before{content:"󰛺"}.mdi-page-layout-footer::before{content:"󰛻"}.mdi-page-layout-header::before{content:"󰛼"}.mdi-page-layout-header-footer::before{content:"󰽿"}.mdi-page-layout-sidebar-left::before{content:"󰛽"}.mdi-page-layout-sidebar-right::before{content:"󰛾"}.mdi-page-next::before{content:"󰮰"}.mdi-page-next-outline::before{content:"󰮱"}.mdi-page-previous::before{content:"󰮲"}.mdi-page-previous-outline::before{content:"󰮳"}.mdi-pail::before{content:"󱐗"}.mdi-pail-minus::before{content:"󱐷"}.mdi-pail-minus-outline::before{content:"󱐼"}.mdi-pail-off::before{content:"󱐹"}.mdi-pail-off-outline::before{content:"󱐾"}.mdi-pail-outline::before{content:"󱐺"}.mdi-pail-plus::before{content:"󱐶"}.mdi-pail-plus-outline::before{content:"󱐻"}.mdi-pail-remove::before{content:"󱐸"}.mdi-pail-remove-outline::before{content:"󱐽"}.mdi-palette::before{content:"󰏘"}.mdi-palette-advanced::before{content:"󰏙"}.mdi-palette-outline::before{content:"󰸌"}.mdi-palette-swatch::before{content:"󰢵"}.mdi-palette-swatch-outline::before{content:"󱍜"}.mdi-palette-swatch-variant::before{content:"󱥚"}.mdi-palm-tree::before{content:"󱁕"}.mdi-pan::before{content:"󰮴"}.mdi-pan-bottom-left::before{content:"󰮵"}.mdi-pan-bottom-right::before{content:"󰮶"}.mdi-pan-down::before{content:"󰮷"}.mdi-pan-horizontal::before{content:"󰮸"}.mdi-pan-left::before{content:"󰮹"}.mdi-pan-right::before{content:"󰮺"}.mdi-pan-top-left::before{content:"󰮻"}.mdi-pan-top-right::before{content:"󰮼"}.mdi-pan-up::before{content:"󰮽"}.mdi-pan-vertical::before{content:"󰮾"}.mdi-panda::before{content:"󰏚"}.mdi-pandora::before{content:"󰏛"}.mdi-panorama::before{content:"󰏜"}.mdi-panorama-fisheye::before{content:"󰏝"}.mdi-panorama-horizontal::before{content:"󱤨"}.mdi-panorama-horizontal-outline::before{content:"󰏞"}.mdi-panorama-outline::before{content:"󱦌"}.mdi-panorama-sphere::before{content:"󱦍"}.mdi-panorama-sphere-outline::before{content:"󱦎"}.mdi-panorama-variant::before{content:"󱦏"}.mdi-panorama-variant-outline::before{content:"󱦐"}.mdi-panorama-vertical::before{content:"󱤩"}.mdi-panorama-vertical-outline::before{content:"󰏟"}.mdi-panorama-wide-angle::before{content:"󱥟"}.mdi-panorama-wide-angle-outline::before{content:"󰏠"}.mdi-paper-cut-vertical::before{content:"󰏡"}.mdi-paper-roll::before{content:"󱅗"}.mdi-paper-roll-outline::before{content:"󱅘"}.mdi-paperclip::before{content:"󰏢"}.mdi-paperclip-check::before{content:"󱫆"}.mdi-paperclip-lock::before{content:"󱧚"}.mdi-paperclip-minus::before{content:"󱫇"}.mdi-paperclip-off::before{content:"󱫈"}.mdi-paperclip-plus::before{content:"󱫉"}.mdi-paperclip-remove::before{content:"󱫊"}.mdi-parachute::before{content:"󰲴"}.mdi-parachute-outline::before{content:"󰲵"}.mdi-paragliding::before{content:"󱝅"}.mdi-parking::before{content:"󰏣"}.mdi-party-popper::before{content:"󱁖"}.mdi-passport::before{content:"󰟣"}.mdi-passport-biometric::before{content:"󰷡"}.mdi-pasta::before{content:"󱅠"}.mdi-patio-heater::before{content:"󰾀"}.mdi-patreon::before{content:"󰢂"}.mdi-pause::before{content:"󰏤"}.mdi-pause-box::before{content:"󰂼"}.mdi-pause-box-outline::before{content:"󱭺"}.mdi-pause-circle::before{content:"󰏥"}.mdi-pause-circle-outline::before{content:"󰏦"}.mdi-pause-octagon::before{content:"󰏧"}.mdi-pause-octagon-outline::before{content:"󰏨"}.mdi-paw::before{content:"󰏩"}.mdi-paw-off::before{content:"󰙗"}.mdi-paw-off-outline::before{content:"󱙶"}.mdi-paw-outline::before{content:"󱙵"}.mdi-peace::before{content:"󰢄"}.mdi-peanut::before{content:"󰿼"}.mdi-peanut-off::before{content:"󰿽"}.mdi-peanut-off-outline::before{content:"󰿿"}.mdi-peanut-outline::before{content:"󰿾"}.mdi-pen::before{content:"󰏪"}.mdi-pen-lock::before{content:"󰷢"}.mdi-pen-minus::before{content:"󰷣"}.mdi-pen-off::before{content:"󰷤"}.mdi-pen-plus::before{content:"󰷥"}.mdi-pen-remove::before{content:"󰷦"}.mdi-pencil::before{content:"󰏫"}.mdi-pencil-box::before{content:"󰏬"}.mdi-pencil-box-multiple::before{content:"󱅄"}.mdi-pencil-box-multiple-outline::before{content:"󱅅"}.mdi-pencil-box-outline::before{content:"󰏭"}.mdi-pencil-circle::before{content:"󰛿"}.mdi-pencil-circle-outline::before{content:"󰝶"}.mdi-pencil-lock::before{content:"󰏮"}.mdi-pencil-lock-outline::before{content:"󰷧"}.mdi-pencil-minus::before{content:"󰷨"}.mdi-pencil-minus-outline::before{content:"󰷩"}.mdi-pencil-off::before{content:"󰏯"}.mdi-pencil-off-outline::before{content:"󰷪"}.mdi-pencil-outline::before{content:"󰲶"}.mdi-pencil-plus::before{content:"󰷫"}.mdi-pencil-plus-outline::before{content:"󰷬"}.mdi-pencil-remove::before{content:"󰷭"}.mdi-pencil-remove-outline::before{content:"󰷮"}.mdi-pencil-ruler::before{content:"󱍓"}.mdi-penguin::before{content:"󰻀"}.mdi-pentagon::before{content:"󰜁"}.mdi-pentagon-outline::before{content:"󰜀"}.mdi-pentagram::before{content:"󱙧"}.mdi-percent::before{content:"󰏰"}.mdi-percent-box::before{content:"󱨂"}.mdi-percent-box-outline::before{content:"󱨃"}.mdi-percent-circle::before{content:"󱨄"}.mdi-percent-circle-outline::before{content:"󱨅"}.mdi-percent-outline::before{content:"󱉸"}.mdi-periodic-table::before{content:"󰢶"}.mdi-perspective-less::before{content:"󰴣"}.mdi-perspective-more::before{content:"󰴤"}.mdi-ph::before{content:"󱟅"}.mdi-phone::before{content:"󰏲"}.mdi-phone-alert::before{content:"󰼚"}.mdi-phone-alert-outline::before{content:"󱆎"}.mdi-phone-bluetooth::before{content:"󰏳"}.mdi-phone-bluetooth-outline::before{content:"󱆏"}.mdi-phone-cancel::before{content:"󱂼"}.mdi-phone-cancel-outline::before{content:"󱆐"}.mdi-phone-check::before{content:"󱆩"}.mdi-phone-check-outline::before{content:"󱆪"}.mdi-phone-classic::before{content:"󰘂"}.mdi-phone-classic-off::before{content:"󱉹"}.mdi-phone-clock::before{content:"󱧛"}.mdi-phone-dial::before{content:"󱕙"}.mdi-phone-dial-outline::before{content:"󱕚"}.mdi-phone-forward::before{content:"󰏴"}.mdi-phone-forward-outline::before{content:"󱆑"}.mdi-phone-hangup::before{content:"󰏵"}.mdi-phone-hangup-outline::before{content:"󱆒"}.mdi-phone-in-talk::before{content:"󰏶"}.mdi-phone-in-talk-outline::before{content:"󱆂"}.mdi-phone-incoming::before{content:"󰏷"}.mdi-phone-incoming-outgoing::before{content:"󱬿"}.mdi-phone-incoming-outgoing-outline::before{content:"󱭀"}.mdi-phone-incoming-outline::before{content:"󱆓"}.mdi-phone-lock::before{content:"󰏸"}.mdi-phone-lock-outline::before{content:"󱆔"}.mdi-phone-log::before{content:"󰏹"}.mdi-phone-log-outline::before{content:"󱆕"}.mdi-phone-message::before{content:"󱆖"}.mdi-phone-message-outline::before{content:"󱆗"}.mdi-phone-minus::before{content:"󰙘"}.mdi-phone-minus-outline::before{content:"󱆘"}.mdi-phone-missed::before{content:"󰏺"}.mdi-phone-missed-outline::before{content:"󱆥"}.mdi-phone-off::before{content:"󰷯"}.mdi-phone-off-outline::before{content:"󱆦"}.mdi-phone-outgoing::before{content:"󰏻"}.mdi-phone-outgoing-outline::before{content:"󱆙"}.mdi-phone-outline::before{content:"󰷰"}.mdi-phone-paused::before{content:"󰏼"}.mdi-phone-paused-outline::before{content:"󱆚"}.mdi-phone-plus::before{content:"󰙙"}.mdi-phone-plus-outline::before{content:"󱆛"}.mdi-phone-refresh::before{content:"󱦓"}.mdi-phone-refresh-outline::before{content:"󱦔"}.mdi-phone-remove::before{content:"󱔯"}.mdi-phone-remove-outline::before{content:"󱔰"}.mdi-phone-return::before{content:"󰠯"}.mdi-phone-return-outline::before{content:"󱆜"}.mdi-phone-ring::before{content:"󱆫"}.mdi-phone-ring-outline::before{content:"󱆬"}.mdi-phone-rotate-landscape::before{content:"󰢅"}.mdi-phone-rotate-portrait::before{content:"󰢆"}.mdi-phone-settings::before{content:"󰏽"}.mdi-phone-settings-outline::before{content:"󱆝"}.mdi-phone-sync::before{content:"󱦕"}.mdi-phone-sync-outline::before{content:"󱦖"}.mdi-phone-voip::before{content:"󰏾"}.mdi-pi::before{content:"󰏿"}.mdi-pi-box::before{content:"󰐀"}.mdi-pi-hole::before{content:"󰷱"}.mdi-piano::before{content:"󰙽"}.mdi-piano-off::before{content:"󰚘"}.mdi-pickaxe::before{content:"󰢷"}.mdi-picture-in-picture-bottom-right::before{content:"󰹗"}.mdi-picture-in-picture-bottom-right-outline::before{content:"󰹘"}.mdi-picture-in-picture-top-right::before{content:"󰹙"}.mdi-picture-in-picture-top-right-outline::before{content:"󰹚"}.mdi-pier::before{content:"󰢇"}.mdi-pier-crane::before{content:"󰢈"}.mdi-pig::before{content:"󰐁"}.mdi-pig-variant::before{content:"󱀆"}.mdi-pig-variant-outline::before{content:"󱙸"}.mdi-piggy-bank::before{content:"󱀇"}.mdi-piggy-bank-outline::before{content:"󱙹"}.mdi-pill::before{content:"󰐂"}.mdi-pill-multiple::before{content:"󱭌"}.mdi-pill-off::before{content:"󱩜"}.mdi-pillar::before{content:"󰜂"}.mdi-pin::before{content:"󰐃"}.mdi-pin-off::before{content:"󰐄"}.mdi-pin-off-outline::before{content:"󰤰"}.mdi-pin-outline::before{content:"󰤱"}.mdi-pine-tree::before{content:"󰐅"}.mdi-pine-tree-box::before{content:"󰐆"}.mdi-pine-tree-fire::before{content:"󱐚"}.mdi-pinterest::before{content:"󰐇"}.mdi-pinwheel::before{content:"󰫕"}.mdi-pinwheel-outline::before{content:"󰫖"}.mdi-pipe::before{content:"󰟥"}.mdi-pipe-disconnected::before{content:"󰟦"}.mdi-pipe-leak::before{content:"󰢉"}.mdi-pipe-valve::before{content:"󱡍"}.mdi-pipe-wrench::before{content:"󱍔"}.mdi-pirate::before{content:"󰨈"}.mdi-pistol::before{content:"󰜃"}.mdi-piston::before{content:"󰢊"}.mdi-pitchfork::before{content:"󱕓"}.mdi-pizza::before{content:"󰐉"}.mdi-plane-car::before{content:"󱫿"}.mdi-plane-train::before{content:"󱬀"}.mdi-play::before{content:"󰐊"}.mdi-play-box::before{content:"󱉺"}.mdi-play-box-lock::before{content:"󱨖"}.mdi-play-box-lock-open::before{content:"󱨗"}.mdi-play-box-lock-open-outline::before{content:"󱨘"}.mdi-play-box-lock-outline::before{content:"󱨙"}.mdi-play-box-multiple::before{content:"󰴙"}.mdi-play-box-multiple-outline::before{content:"󱏦"}.mdi-play-box-outline::before{content:"󰐋"}.mdi-play-circle::before{content:"󰐌"}.mdi-play-circle-outline::before{content:"󰐍"}.mdi-play-network::before{content:"󰢋"}.mdi-play-network-outline::before{content:"󰲷"}.mdi-play-outline::before{content:"󰼛"}.mdi-play-pause::before{content:"󰐎"}.mdi-play-protected-content::before{content:"󰐏"}.mdi-play-speed::before{content:"󰣿"}.mdi-playlist-check::before{content:"󰗇"}.mdi-playlist-edit::before{content:"󰤀"}.mdi-playlist-minus::before{content:"󰐐"}.mdi-playlist-music::before{content:"󰲸"}.mdi-playlist-music-outline::before{content:"󰲹"}.mdi-playlist-play::before{content:"󰐑"}.mdi-playlist-plus::before{content:"󰐒"}.mdi-playlist-remove::before{content:"󰐓"}.mdi-playlist-star::before{content:"󰷲"}.mdi-plex::before{content:"󰚺"}.mdi-pliers::before{content:"󱦤"}.mdi-plus::before{content:"󰐕"}.mdi-plus-box::before{content:"󰐖"}.mdi-plus-box-multiple::before{content:"󰌴"}.mdi-plus-box-multiple-outline::before{content:"󱅃"}.mdi-plus-box-outline::before{content:"󰜄"}.mdi-plus-circle::before{content:"󰐗"}.mdi-plus-circle-multiple::before{content:"󰍌"}.mdi-plus-circle-multiple-outline::before{content:"󰐘"}.mdi-plus-circle-outline::before{content:"󰐙"}.mdi-plus-lock::before{content:"󱩝"}.mdi-plus-lock-open::before{content:"󱩞"}.mdi-plus-minus::before{content:"󰦒"}.mdi-plus-minus-box::before{content:"󰦓"}.mdi-plus-minus-variant::before{content:"󱓉"}.mdi-plus-network::before{content:"󰐚"}.mdi-plus-network-outline::before{content:"󰲺"}.mdi-plus-outline::before{content:"󰜅"}.mdi-plus-thick::before{content:"󱇬"}.mdi-podcast::before{content:"󰦔"}.mdi-podium::before{content:"󰴥"}.mdi-podium-bronze::before{content:"󰴦"}.mdi-podium-gold::before{content:"󰴧"}.mdi-podium-silver::before{content:"󰴨"}.mdi-point-of-sale::before{content:"󰶒"}.mdi-pokeball::before{content:"󰐝"}.mdi-pokemon-go::before{content:"󰨉"}.mdi-poker-chip::before{content:"󰠰"}.mdi-polaroid::before{content:"󰐞"}.mdi-police-badge::before{content:"󱅧"}.mdi-police-badge-outline::before{content:"󱅨"}.mdi-police-station::before{content:"󱠹"}.mdi-poll::before{content:"󰐟"}.mdi-polo::before{content:"󱓃"}.mdi-polymer::before{content:"󰐡"}.mdi-pool::before{content:"󰘆"}.mdi-pool-thermometer::before{content:"󱩟"}.mdi-popcorn::before{content:"󰐢"}.mdi-post::before{content:"󱀈"}.mdi-post-lamp::before{content:"󱩠"}.mdi-post-outline::before{content:"󱀉"}.mdi-postage-stamp::before{content:"󰲻"}.mdi-pot::before{content:"󰋥"}.mdi-pot-mix::before{content:"󰙛"}.mdi-pot-mix-outline::before{content:"󰙷"}.mdi-pot-outline::before{content:"󰋿"}.mdi-pot-steam::before{content:"󰙚"}.mdi-pot-steam-outline::before{content:"󰌦"}.mdi-pound::before{content:"󰐣"}.mdi-pound-box::before{content:"󰐤"}.mdi-pound-box-outline::before{content:"󱅿"}.mdi-power::before{content:"󰐥"}.mdi-power-cycle::before{content:"󰤁"}.mdi-power-off::before{content:"󰤂"}.mdi-power-on::before{content:"󰤃"}.mdi-power-plug::before{content:"󰚥"}.mdi-power-plug-off::before{content:"󰚦"}.mdi-power-plug-off-outline::before{content:"󱐤"}.mdi-power-plug-outline::before{content:"󱐥"}.mdi-power-settings::before{content:"󰐦"}.mdi-power-sleep::before{content:"󰤄"}.mdi-power-socket::before{content:"󰐧"}.mdi-power-socket-au::before{content:"󰤅"}.mdi-power-socket-ch::before{content:"󰾳"}.mdi-power-socket-de::before{content:"󱄇"}.mdi-power-socket-eu::before{content:"󰟧"}.mdi-power-socket-fr::before{content:"󱄈"}.mdi-power-socket-it::before{content:"󱓿"}.mdi-power-socket-jp::before{content:"󱄉"}.mdi-power-socket-uk::before{content:"󰟨"}.mdi-power-socket-us::before{content:"󰟩"}.mdi-power-standby::before{content:"󰤆"}.mdi-powershell::before{content:"󰨊"}.mdi-prescription::before{content:"󰜆"}.mdi-presentation::before{content:"󰐨"}.mdi-presentation-play::before{content:"󰐩"}.mdi-pretzel::before{content:"󱕢"}.mdi-printer::before{content:"󰐪"}.mdi-printer-3d::before{content:"󰐫"}.mdi-printer-3d-nozzle::before{content:"󰹛"}.mdi-printer-3d-nozzle-alert::before{content:"󱇀"}.mdi-printer-3d-nozzle-alert-outline::before{content:"󱇁"}.mdi-printer-3d-nozzle-heat::before{content:"󱢸"}.mdi-printer-3d-nozzle-heat-outline::before{content:"󱢹"}.mdi-printer-3d-nozzle-off::before{content:"󱬙"}.mdi-printer-3d-nozzle-off-outline::before{content:"󱬚"}.mdi-printer-3d-nozzle-outline::before{content:"󰹜"}.mdi-printer-3d-off::before{content:"󱬎"}.mdi-printer-alert::before{content:"󰐬"}.mdi-printer-check::before{content:"󱅆"}.mdi-printer-eye::before{content:"󱑘"}.mdi-printer-off::before{content:"󰹝"}.mdi-printer-off-outline::before{content:"󱞅"}.mdi-printer-outline::before{content:"󱞆"}.mdi-printer-pos::before{content:"󱁗"}.mdi-printer-search::before{content:"󱑗"}.mdi-printer-settings::before{content:"󰜇"}.mdi-printer-wireless::before{content:"󰨋"}.mdi-priority-high::before{content:"󰘃"}.mdi-priority-low::before{content:"󰘄"}.mdi-professional-hexagon::before{content:"󰐭"}.mdi-progress-alert::before{content:"󰲼"}.mdi-progress-check::before{content:"󰦕"}.mdi-progress-clock::before{content:"󰦖"}.mdi-progress-close::before{content:"󱄊"}.mdi-progress-download::before{content:"󰦗"}.mdi-progress-helper::before{content:"󱮢"}.mdi-progress-pencil::before{content:"󱞇"}.mdi-progress-question::before{content:"󱔢"}.mdi-progress-star::before{content:"󱞈"}.mdi-progress-upload::before{content:"󰦘"}.mdi-progress-wrench::before{content:"󰲽"}.mdi-projector::before{content:"󰐮"}.mdi-projector-off::before{content:"󱨣"}.mdi-projector-screen::before{content:"󰐯"}.mdi-projector-screen-off::before{content:"󱠍"}.mdi-projector-screen-off-outline::before{content:"󱠎"}.mdi-projector-screen-outline::before{content:"󱜤"}.mdi-projector-screen-variant::before{content:"󱠏"}.mdi-projector-screen-variant-off::before{content:"󱠐"}.mdi-projector-screen-variant-off-outline::before{content:"󱠑"}.mdi-projector-screen-variant-outline::before{content:"󱠒"}.mdi-propane-tank::before{content:"󱍗"}.mdi-propane-tank-outline::before{content:"󱍘"}.mdi-protocol::before{content:"󰿘"}.mdi-publish::before{content:"󰚧"}.mdi-publish-off::before{content:"󱥅"}.mdi-pulse::before{content:"󰐰"}.mdi-pump::before{content:"󱐂"}.mdi-pump-off::before{content:"󱬢"}.mdi-pumpkin::before{content:"󰮿"}.mdi-purse::before{content:"󰼜"}.mdi-purse-outline::before{content:"󰼝"}.mdi-puzzle::before{content:"󰐱"}.mdi-puzzle-check::before{content:"󱐦"}.mdi-puzzle-check-outline::before{content:"󱐧"}.mdi-puzzle-edit::before{content:"󱓓"}.mdi-puzzle-edit-outline::before{content:"󱓙"}.mdi-puzzle-heart::before{content:"󱓔"}.mdi-puzzle-heart-outline::before{content:"󱓚"}.mdi-puzzle-minus::before{content:"󱓑"}.mdi-puzzle-minus-outline::before{content:"󱓗"}.mdi-puzzle-outline::before{content:"󰩦"}.mdi-puzzle-plus::before{content:"󱓐"}.mdi-puzzle-plus-outline::before{content:"󱓖"}.mdi-puzzle-remove::before{content:"󱓒"}.mdi-puzzle-remove-outline::before{content:"󱓘"}.mdi-puzzle-star::before{content:"󱓕"}.mdi-puzzle-star-outline::before{content:"󱓛"}.mdi-pyramid::before{content:"󱥒"}.mdi-pyramid-off::before{content:"󱥓"}.mdi-qi::before{content:"󰦙"}.mdi-qqchat::before{content:"󰘅"}.mdi-qrcode::before{content:"󰐲"}.mdi-qrcode-edit::before{content:"󰢸"}.mdi-qrcode-minus::before{content:"󱆌"}.mdi-qrcode-plus::before{content:"󱆋"}.mdi-qrcode-remove::before{content:"󱆍"}.mdi-qrcode-scan::before{content:"󰐳"}.mdi-quadcopter::before{content:"󰐴"}.mdi-quality-high::before{content:"󰐵"}.mdi-quality-low::before{content:"󰨌"}.mdi-quality-medium::before{content:"󰨍"}.mdi-quora::before{content:"󰴩"}.mdi-rabbit::before{content:"󰤇"}.mdi-rabbit-variant::before{content:"󱩡"}.mdi-rabbit-variant-outline::before{content:"󱩢"}.mdi-racing-helmet::before{content:"󰶓"}.mdi-racquetball::before{content:"󰶔"}.mdi-radar::before{content:"󰐷"}.mdi-radiator::before{content:"󰐸"}.mdi-radiator-disabled::before{content:"󰫗"}.mdi-radiator-off::before{content:"󰫘"}.mdi-radio::before{content:"󰐹"}.mdi-radio-am::before{content:"󰲾"}.mdi-radio-fm::before{content:"󰲿"}.mdi-radio-handheld::before{content:"󰐺"}.mdi-radio-off::before{content:"󱈜"}.mdi-radio-tower::before{content:"󰐻"}.mdi-radioactive::before{content:"󰐼"}.mdi-radioactive-circle::before{content:"󱡝"}.mdi-radioactive-circle-outline::before{content:"󱡞"}.mdi-radioactive-off::before{content:"󰻁"}.mdi-radiobox-blank::before{content:"󰐽"}.mdi-radiobox-marked::before{content:"󰐾"}.mdi-radiology-box::before{content:"󱓅"}.mdi-radiology-box-outline::before{content:"󱓆"}.mdi-radius::before{content:"󰳀"}.mdi-radius-outline::before{content:"󰳁"}.mdi-railroad-light::before{content:"󰼞"}.mdi-rake::before{content:"󱕄"}.mdi-raspberry-pi::before{content:"󰐿"}.mdi-raw::before{content:"󱨏"}.mdi-raw-off::before{content:"󱨐"}.mdi-ray-end::before{content:"󰑀"}.mdi-ray-end-arrow::before{content:"󰑁"}.mdi-ray-start::before{content:"󰑂"}.mdi-ray-start-arrow::before{content:"󰑃"}.mdi-ray-start-end::before{content:"󰑄"}.mdi-ray-start-vertex-end::before{content:"󱗘"}.mdi-ray-vertex::before{content:"󰑅"}.mdi-razor-double-edge::before{content:"󱦗"}.mdi-razor-single-edge::before{content:"󱦘"}.mdi-react::before{content:"󰜈"}.mdi-read::before{content:"󰑇"}.mdi-receipt::before{content:"󰠤"}.mdi-receipt-outline::before{content:"󰓷"}.mdi-receipt-text::before{content:"󰑉"}.mdi-receipt-text-check::before{content:"󱩣"}.mdi-receipt-text-check-outline::before{content:"󱩤"}.mdi-receipt-text-minus::before{content:"󱩥"}.mdi-receipt-text-minus-outline::before{content:"󱩦"}.mdi-receipt-text-outline::before{content:"󱧜"}.mdi-receipt-text-plus::before{content:"󱩧"}.mdi-receipt-text-plus-outline::before{content:"󱩨"}.mdi-receipt-text-remove::before{content:"󱩩"}.mdi-receipt-text-remove-outline::before{content:"󱩪"}.mdi-record::before{content:"󰑊"}.mdi-record-circle::before{content:"󰻂"}.mdi-record-circle-outline::before{content:"󰻃"}.mdi-record-player::before{content:"󰦚"}.mdi-record-rec::before{content:"󰑋"}.mdi-rectangle::before{content:"󰹞"}.mdi-rectangle-outline::before{content:"󰹟"}.mdi-recycle::before{content:"󰑌"}.mdi-recycle-variant::before{content:"󱎝"}.mdi-reddit::before{content:"󰑍"}.mdi-redhat::before{content:"󱄛"}.mdi-redo::before{content:"󰑎"}.mdi-redo-variant::before{content:"󰑏"}.mdi-reflect-horizontal::before{content:"󰨎"}.mdi-reflect-vertical::before{content:"󰨏"}.mdi-refresh::before{content:"󰑐"}.mdi-refresh-auto::before{content:"󱣲"}.mdi-refresh-circle::before{content:"󱍷"}.mdi-regex::before{content:"󰑑"}.mdi-registered-trademark::before{content:"󰩧"}.mdi-reiterate::before{content:"󱖈"}.mdi-relation-many-to-many::before{content:"󱒖"}.mdi-relation-many-to-one::before{content:"󱒗"}.mdi-relation-many-to-one-or-many::before{content:"󱒘"}.mdi-relation-many-to-only-one::before{content:"󱒙"}.mdi-relation-many-to-zero-or-many::before{content:"󱒚"}.mdi-relation-many-to-zero-or-one::before{content:"󱒛"}.mdi-relation-one-or-many-to-many::before{content:"󱒜"}.mdi-relation-one-or-many-to-one::before{content:"󱒝"}.mdi-relation-one-or-many-to-one-or-many::before{content:"󱒞"}.mdi-relation-one-or-many-to-only-one::before{content:"󱒟"}.mdi-relation-one-or-many-to-zero-or-many::before{content:"󱒠"}.mdi-relation-one-or-many-to-zero-or-one::before{content:"󱒡"}.mdi-relation-one-to-many::before{content:"󱒢"}.mdi-relation-one-to-one::before{content:"󱒣"}.mdi-relation-one-to-one-or-many::before{content:"󱒤"}.mdi-relation-one-to-only-one::before{content:"󱒥"}.mdi-relation-one-to-zero-or-many::before{content:"󱒦"}.mdi-relation-one-to-zero-or-one::before{content:"󱒧"}.mdi-relation-only-one-to-many::before{content:"󱒨"}.mdi-relation-only-one-to-one::before{content:"󱒩"}.mdi-relation-only-one-to-one-or-many::before{content:"󱒪"}.mdi-relation-only-one-to-only-one::before{content:"󱒫"}.mdi-relation-only-one-to-zero-or-many::before{content:"󱒬"}.mdi-relation-only-one-to-zero-or-one::before{content:"󱒭"}.mdi-relation-zero-or-many-to-many::before{content:"󱒮"}.mdi-relation-zero-or-many-to-one::before{content:"󱒯"}.mdi-relation-zero-or-many-to-one-or-many::before{content:"󱒰"}.mdi-relation-zero-or-many-to-only-one::before{content:"󱒱"}.mdi-relation-zero-or-many-to-zero-or-many::before{content:"󱒲"}.mdi-relation-zero-or-many-to-zero-or-one::before{content:"󱒳"}.mdi-relation-zero-or-one-to-many::before{content:"󱒴"}.mdi-relation-zero-or-one-to-one::before{content:"󱒵"}.mdi-relation-zero-or-one-to-one-or-many::before{content:"󱒶"}.mdi-relation-zero-or-one-to-only-one::before{content:"󱒷"}.mdi-relation-zero-or-one-to-zero-or-many::before{content:"󱒸"}.mdi-relation-zero-or-one-to-zero-or-one::before{content:"󱒹"}.mdi-relative-scale::before{content:"󰑒"}.mdi-reload::before{content:"󰑓"}.mdi-reload-alert::before{content:"󱄋"}.mdi-reminder::before{content:"󰢌"}.mdi-remote::before{content:"󰑔"}.mdi-remote-desktop::before{content:"󰢹"}.mdi-remote-off::before{content:"󰻄"}.mdi-remote-tv::before{content:"󰻅"}.mdi-remote-tv-off::before{content:"󰻆"}.mdi-rename-box::before{content:"󰑕"}.mdi-reorder-horizontal::before{content:"󰚈"}.mdi-reorder-vertical::before{content:"󰚉"}.mdi-repeat::before{content:"󰑖"}.mdi-repeat-off::before{content:"󰑗"}.mdi-repeat-once::before{content:"󰑘"}.mdi-repeat-variant::before{content:"󰕇"}.mdi-replay::before{content:"󰑙"}.mdi-reply::before{content:"󰑚"}.mdi-reply-all::before{content:"󰑛"}.mdi-reply-all-outline::before{content:"󰼟"}.mdi-reply-circle::before{content:"󱆮"}.mdi-reply-outline::before{content:"󰼠"}.mdi-reproduction::before{content:"󰑜"}.mdi-resistor::before{content:"󰭄"}.mdi-resistor-nodes::before{content:"󰭅"}.mdi-resize::before{content:"󰩨"}.mdi-resize-bottom-right::before{content:"󰑝"}.mdi-responsive::before{content:"󰑞"}.mdi-restart::before{content:"󰜉"}.mdi-restart-alert::before{content:"󱄌"}.mdi-restart-off::before{content:"󰶕"}.mdi-restore::before{content:"󰦛"}.mdi-restore-alert::before{content:"󱄍"}.mdi-rewind::before{content:"󰑟"}.mdi-rewind-10::before{content:"󰴪"}.mdi-rewind-15::before{content:"󱥆"}.mdi-rewind-30::before{content:"󰶖"}.mdi-rewind-45::before{content:"󱬓"}.mdi-rewind-5::before{content:"󱇹"}.mdi-rewind-60::before{content:"󱘌"}.mdi-rewind-outline::before{content:"󰜊"}.mdi-rhombus::before{content:"󰜋"}.mdi-rhombus-medium::before{content:"󰨐"}.mdi-rhombus-medium-outline::before{content:"󱓜"}.mdi-rhombus-outline::before{content:"󰜌"}.mdi-rhombus-split::before{content:"󰨑"}.mdi-rhombus-split-outline::before{content:"󱓝"}.mdi-ribbon::before{content:"󰑠"}.mdi-rice::before{content:"󰟪"}.mdi-rickshaw::before{content:"󱖻"}.mdi-rickshaw-electric::before{content:"󱖼"}.mdi-ring::before{content:"󰟫"}.mdi-rivet::before{content:"󰹠"}.mdi-road::before{content:"󰑡"}.mdi-road-variant::before{content:"󰑢"}.mdi-robber::before{content:"󱁘"}.mdi-robot::before{content:"󰚩"}.mdi-robot-angry::before{content:"󱚝"}.mdi-robot-angry-outline::before{content:"󱚞"}.mdi-robot-confused::before{content:"󱚟"}.mdi-robot-confused-outline::before{content:"󱚠"}.mdi-robot-dead::before{content:"󱚡"}.mdi-robot-dead-outline::before{content:"󱚢"}.mdi-robot-excited::before{content:"󱚣"}.mdi-robot-excited-outline::before{content:"󱚤"}.mdi-robot-happy::before{content:"󱜙"}.mdi-robot-happy-outline::before{content:"󱜚"}.mdi-robot-industrial::before{content:"󰭆"}.mdi-robot-industrial-outline::before{content:"󱨚"}.mdi-robot-love::before{content:"󱚥"}.mdi-robot-love-outline::before{content:"󱚦"}.mdi-robot-mower::before{content:"󱇷"}.mdi-robot-mower-outline::before{content:"󱇳"}.mdi-robot-off::before{content:"󱚧"}.mdi-robot-off-outline::before{content:"󱙻"}.mdi-robot-outline::before{content:"󱙺"}.mdi-robot-vacuum::before{content:"󰜍"}.mdi-robot-vacuum-alert::before{content:"󱭝"}.mdi-robot-vacuum-variant::before{content:"󰤈"}.mdi-robot-vacuum-variant-alert::before{content:"󱭞"}.mdi-rocket::before{content:"󰑣"}.mdi-rocket-launch::before{content:"󱓞"}.mdi-rocket-launch-outline::before{content:"󱓟"}.mdi-rocket-outline::before{content:"󱎯"}.mdi-rodent::before{content:"󱌧"}.mdi-roller-shade::before{content:"󱩫"}.mdi-roller-shade-closed::before{content:"󱩬"}.mdi-roller-skate::before{content:"󰴫"}.mdi-roller-skate-off::before{content:"󰅅"}.mdi-rollerblade::before{content:"󰴬"}.mdi-rollerblade-off::before{content:"󰀮"}.mdi-rollupjs::before{content:"󰯀"}.mdi-rolodex::before{content:"󱪹"}.mdi-rolodex-outline::before{content:"󱪺"}.mdi-roman-numeral-1::before{content:"󱂈"}.mdi-roman-numeral-10::before{content:"󱂑"}.mdi-roman-numeral-2::before{content:"󱂉"}.mdi-roman-numeral-3::before{content:"󱂊"}.mdi-roman-numeral-4::before{content:"󱂋"}.mdi-roman-numeral-5::before{content:"󱂌"}.mdi-roman-numeral-6::before{content:"󱂍"}.mdi-roman-numeral-7::before{content:"󱂎"}.mdi-roman-numeral-8::before{content:"󱂏"}.mdi-roman-numeral-9::before{content:"󱂐"}.mdi-room-service::before{content:"󰢍"}.mdi-room-service-outline::before{content:"󰶗"}.mdi-rotate-360::before{content:"󱦙"}.mdi-rotate-3d::before{content:"󰻇"}.mdi-rotate-3d-variant::before{content:"󰑤"}.mdi-rotate-left::before{content:"󰑥"}.mdi-rotate-left-variant::before{content:"󰑦"}.mdi-rotate-orbit::before{content:"󰶘"}.mdi-rotate-right::before{content:"󰑧"}.mdi-rotate-right-variant::before{content:"󰑨"}.mdi-rounded-corner::before{content:"󰘇"}.mdi-router::before{content:"󱇢"}.mdi-router-network::before{content:"󱂇"}.mdi-router-wireless::before{content:"󰑩"}.mdi-router-wireless-off::before{content:"󱖣"}.mdi-router-wireless-settings::before{content:"󰩩"}.mdi-routes::before{content:"󰑪"}.mdi-routes-clock::before{content:"󱁙"}.mdi-rowing::before{content:"󰘈"}.mdi-rss::before{content:"󰑫"}.mdi-rss-box::before{content:"󰑬"}.mdi-rss-off::before{content:"󰼡"}.mdi-rug::before{content:"󱑵"}.mdi-rugby::before{content:"󰶙"}.mdi-ruler::before{content:"󰑭"}.mdi-ruler-square::before{content:"󰳂"}.mdi-ruler-square-compass::before{content:"󰺾"}.mdi-run::before{content:"󰜎"}.mdi-run-fast::before{content:"󰑮"}.mdi-rv-truck::before{content:"󱇔"}.mdi-sack::before{content:"󰴮"}.mdi-sack-percent::before{content:"󰴯"}.mdi-safe::before{content:"󰩪"}.mdi-safe-square::before{content:"󱉼"}.mdi-safe-square-outline::before{content:"󱉽"}.mdi-safety-goggles::before{content:"󰴰"}.mdi-sail-boat::before{content:"󰻈"}.mdi-sail-boat-sink::before{content:"󱫯"}.mdi-sale::before{content:"󰑯"}.mdi-sale-outline::before{content:"󱨆"}.mdi-salesforce::before{content:"󰢎"}.mdi-sass::before{content:"󰟬"}.mdi-satellite::before{content:"󰑰"}.mdi-satellite-uplink::before{content:"󰤉"}.mdi-satellite-variant::before{content:"󰑱"}.mdi-sausage::before{content:"󰢺"}.mdi-sausage-off::before{content:"󱞉"}.mdi-saw-blade::before{content:"󰹡"}.mdi-sawtooth-wave::before{content:"󱑺"}.mdi-saxophone::before{content:"󰘉"}.mdi-scale::before{content:"󰑲"}.mdi-scale-balance::before{content:"󰗑"}.mdi-scale-bathroom::before{content:"󰑳"}.mdi-scale-off::before{content:"󱁚"}.mdi-scale-unbalanced::before{content:"󱦸"}.mdi-scan-helper::before{content:"󱏘"}.mdi-scanner::before{content:"󰚫"}.mdi-scanner-off::before{content:"󰤊"}.mdi-scatter-plot::before{content:"󰻉"}.mdi-scatter-plot-outline::before{content:"󰻊"}.mdi-scent::before{content:"󱥘"}.mdi-scent-off::before{content:"󱥙"}.mdi-school::before{content:"󰑴"}.mdi-school-outline::before{content:"󱆀"}.mdi-scissors-cutting::before{content:"󰩫"}.mdi-scooter::before{content:"󱖽"}.mdi-scooter-electric::before{content:"󱖾"}.mdi-scoreboard::before{content:"󱉾"}.mdi-scoreboard-outline::before{content:"󱉿"}.mdi-screen-rotation::before{content:"󰑵"}.mdi-screen-rotation-lock::before{content:"󰑸"}.mdi-screw-flat-top::before{content:"󰷳"}.mdi-screw-lag::before{content:"󰷴"}.mdi-screw-machine-flat-top::before{content:"󰷵"}.mdi-screw-machine-round-top::before{content:"󰷶"}.mdi-screw-round-top::before{content:"󰷷"}.mdi-screwdriver::before{content:"󰑶"}.mdi-script::before{content:"󰯁"}.mdi-script-outline::before{content:"󰑷"}.mdi-script-text::before{content:"󰯂"}.mdi-script-text-key::before{content:"󱜥"}.mdi-script-text-key-outline::before{content:"󱜦"}.mdi-script-text-outline::before{content:"󰯃"}.mdi-script-text-play::before{content:"󱜧"}.mdi-script-text-play-outline::before{content:"󱜨"}.mdi-sd::before{content:"󰑹"}.mdi-seal::before{content:"󰑺"}.mdi-seal-variant::before{content:"󰿙"}.mdi-search-web::before{content:"󰜏"}.mdi-seat::before{content:"󰳃"}.mdi-seat-flat::before{content:"󰑻"}.mdi-seat-flat-angled::before{content:"󰑼"}.mdi-seat-individual-suite::before{content:"󰑽"}.mdi-seat-legroom-extra::before{content:"󰑾"}.mdi-seat-legroom-normal::before{content:"󰑿"}.mdi-seat-legroom-reduced::before{content:"󰒀"}.mdi-seat-outline::before{content:"󰳄"}.mdi-seat-passenger::before{content:"󱉉"}.mdi-seat-recline-extra::before{content:"󰒁"}.mdi-seat-recline-normal::before{content:"󰒂"}.mdi-seatbelt::before{content:"󰳅"}.mdi-security::before{content:"󰒃"}.mdi-security-network::before{content:"󰒄"}.mdi-seed::before{content:"󰹢"}.mdi-seed-off::before{content:"󱏽"}.mdi-seed-off-outline::before{content:"󱏾"}.mdi-seed-outline::before{content:"󰹣"}.mdi-seed-plus::before{content:"󱩭"}.mdi-seed-plus-outline::before{content:"󱩮"}.mdi-seesaw::before{content:"󱖤"}.mdi-segment::before{content:"󰻋"}.mdi-select::before{content:"󰒅"}.mdi-select-all::before{content:"󰒆"}.mdi-select-arrow-down::before{content:"󱭙"}.mdi-select-arrow-up::before{content:"󱭘"}.mdi-select-color::before{content:"󰴱"}.mdi-select-compare::before{content:"󰫙"}.mdi-select-drag::before{content:"󰩬"}.mdi-select-group::before{content:"󰾂"}.mdi-select-inverse::before{content:"󰒇"}.mdi-select-marker::before{content:"󱊀"}.mdi-select-multiple::before{content:"󱊁"}.mdi-select-multiple-marker::before{content:"󱊂"}.mdi-select-off::before{content:"󰒈"}.mdi-select-place::before{content:"󰿚"}.mdi-select-remove::before{content:"󱟁"}.mdi-select-search::before{content:"󱈄"}.mdi-selection::before{content:"󰒉"}.mdi-selection-drag::before{content:"󰩭"}.mdi-selection-ellipse::before{content:"󰴲"}.mdi-selection-ellipse-arrow-inside::before{content:"󰼢"}.mdi-selection-ellipse-remove::before{content:"󱟂"}.mdi-selection-marker::before{content:"󱊃"}.mdi-selection-multiple::before{content:"󱊅"}.mdi-selection-multiple-marker::before{content:"󱊄"}.mdi-selection-off::before{content:"󰝷"}.mdi-selection-remove::before{content:"󱟃"}.mdi-selection-search::before{content:"󱈅"}.mdi-semantic-web::before{content:"󱌖"}.mdi-send::before{content:"󰒊"}.mdi-send-check::before{content:"󱅡"}.mdi-send-check-outline::before{content:"󱅢"}.mdi-send-circle::before{content:"󰷸"}.mdi-send-circle-outline::before{content:"󰷹"}.mdi-send-clock::before{content:"󱅣"}.mdi-send-clock-outline::before{content:"󱅤"}.mdi-send-lock::before{content:"󰟭"}.mdi-send-lock-outline::before{content:"󱅦"}.mdi-send-outline::before{content:"󱅥"}.mdi-serial-port::before{content:"󰙜"}.mdi-server::before{content:"󰒋"}.mdi-server-minus::before{content:"󰒌"}.mdi-server-network::before{content:"󰒍"}.mdi-server-network-off::before{content:"󰒎"}.mdi-server-off::before{content:"󰒏"}.mdi-server-plus::before{content:"󰒐"}.mdi-server-remove::before{content:"󰒑"}.mdi-server-security::before{content:"󰒒"}.mdi-set-all::before{content:"󰝸"}.mdi-set-center::before{content:"󰝹"}.mdi-set-center-right::before{content:"󰝺"}.mdi-set-left::before{content:"󰝻"}.mdi-set-left-center::before{content:"󰝼"}.mdi-set-left-right::before{content:"󰝽"}.mdi-set-merge::before{content:"󱓠"}.mdi-set-none::before{content:"󰝾"}.mdi-set-right::before{content:"󰝿"}.mdi-set-split::before{content:"󱓡"}.mdi-set-square::before{content:"󱑝"}.mdi-set-top-box::before{content:"󰦟"}.mdi-settings-helper::before{content:"󰩮"}.mdi-shaker::before{content:"󱄎"}.mdi-shaker-outline::before{content:"󱄏"}.mdi-shape::before{content:"󰠱"}.mdi-shape-circle-plus::before{content:"󰙝"}.mdi-shape-outline::before{content:"󰠲"}.mdi-shape-oval-plus::before{content:"󱇺"}.mdi-shape-plus::before{content:"󰒕"}.mdi-shape-polygon-plus::before{content:"󰙞"}.mdi-shape-rectangle-plus::before{content:"󰙟"}.mdi-shape-square-plus::before{content:"󰙠"}.mdi-shape-square-rounded-plus::before{content:"󱓺"}.mdi-share::before{content:"󰒖"}.mdi-share-all::before{content:"󱇴"}.mdi-share-all-outline::before{content:"󱇵"}.mdi-share-circle::before{content:"󱆭"}.mdi-share-off::before{content:"󰼣"}.mdi-share-off-outline::before{content:"󰼤"}.mdi-share-outline::before{content:"󰤲"}.mdi-share-variant::before{content:"󰒗"}.mdi-share-variant-outline::before{content:"󱔔"}.mdi-shark::before{content:"󱢺"}.mdi-shark-fin::before{content:"󱙳"}.mdi-shark-fin-outline::before{content:"󱙴"}.mdi-shark-off::before{content:"󱢻"}.mdi-sheep::before{content:"󰳆"}.mdi-shield::before{content:"󰒘"}.mdi-shield-account::before{content:"󰢏"}.mdi-shield-account-outline::before{content:"󰨒"}.mdi-shield-account-variant::before{content:"󱖧"}.mdi-shield-account-variant-outline::before{content:"󱖨"}.mdi-shield-airplane::before{content:"󰚻"}.mdi-shield-airplane-outline::before{content:"󰳇"}.mdi-shield-alert::before{content:"󰻌"}.mdi-shield-alert-outline::before{content:"󰻍"}.mdi-shield-bug::before{content:"󱏚"}.mdi-shield-bug-outline::before{content:"󱏛"}.mdi-shield-car::before{content:"󰾃"}.mdi-shield-check::before{content:"󰕥"}.mdi-shield-check-outline::before{content:"󰳈"}.mdi-shield-cross::before{content:"󰳉"}.mdi-shield-cross-outline::before{content:"󰳊"}.mdi-shield-crown::before{content:"󱢼"}.mdi-shield-crown-outline::before{content:"󱢽"}.mdi-shield-edit::before{content:"󱆠"}.mdi-shield-edit-outline::before{content:"󱆡"}.mdi-shield-half::before{content:"󱍠"}.mdi-shield-half-full::before{content:"󰞀"}.mdi-shield-home::before{content:"󰚊"}.mdi-shield-home-outline::before{content:"󰳋"}.mdi-shield-key::before{content:"󰯄"}.mdi-shield-key-outline::before{content:"󰯅"}.mdi-shield-link-variant::before{content:"󰴳"}.mdi-shield-link-variant-outline::before{content:"󰴴"}.mdi-shield-lock::before{content:"󰦝"}.mdi-shield-lock-open::before{content:"󱦚"}.mdi-shield-lock-open-outline::before{content:"󱦛"}.mdi-shield-lock-outline::before{content:"󰳌"}.mdi-shield-moon::before{content:"󱠨"}.mdi-shield-moon-outline::before{content:"󱠩"}.mdi-shield-off::before{content:"󰦞"}.mdi-shield-off-outline::before{content:"󰦜"}.mdi-shield-outline::before{content:"󰒙"}.mdi-shield-plus::before{content:"󰫚"}.mdi-shield-plus-outline::before{content:"󰫛"}.mdi-shield-refresh::before{content:"󰂪"}.mdi-shield-refresh-outline::before{content:"󰇠"}.mdi-shield-remove::before{content:"󰫜"}.mdi-shield-remove-outline::before{content:"󰫝"}.mdi-shield-search::before{content:"󰶚"}.mdi-shield-star::before{content:"󱄻"}.mdi-shield-star-outline::before{content:"󱄼"}.mdi-shield-sun::before{content:"󱁝"}.mdi-shield-sun-outline::before{content:"󱁞"}.mdi-shield-sword::before{content:"󱢾"}.mdi-shield-sword-outline::before{content:"󱢿"}.mdi-shield-sync::before{content:"󱆢"}.mdi-shield-sync-outline::before{content:"󱆣"}.mdi-shimmer::before{content:"󱕅"}.mdi-ship-wheel::before{content:"󰠳"}.mdi-shipping-pallet::before{content:"󱡎"}.mdi-shoe-ballet::before{content:"󱗊"}.mdi-shoe-cleat::before{content:"󱗇"}.mdi-shoe-formal::before{content:"󰭇"}.mdi-shoe-heel::before{content:"󰭈"}.mdi-shoe-print::before{content:"󰷺"}.mdi-shoe-sneaker::before{content:"󱗈"}.mdi-shopping::before{content:"󰒚"}.mdi-shopping-music::before{content:"󰒛"}.mdi-shopping-outline::before{content:"󱇕"}.mdi-shopping-search::before{content:"󰾄"}.mdi-shopping-search-outline::before{content:"󱩯"}.mdi-shore::before{content:"󱓹"}.mdi-shovel::before{content:"󰜐"}.mdi-shovel-off::before{content:"󰜑"}.mdi-shower::before{content:"󰦠"}.mdi-shower-head::before{content:"󰦡"}.mdi-shredder::before{content:"󰒜"}.mdi-shuffle::before{content:"󰒝"}.mdi-shuffle-disabled::before{content:"󰒞"}.mdi-shuffle-variant::before{content:"󰒟"}.mdi-shuriken::before{content:"󱍿"}.mdi-sickle::before{content:"󱣀"}.mdi-sigma::before{content:"󰒠"}.mdi-sigma-lower::before{content:"󰘫"}.mdi-sign-caution::before{content:"󰒡"}.mdi-sign-direction::before{content:"󰞁"}.mdi-sign-direction-minus::before{content:"󱀀"}.mdi-sign-direction-plus::before{content:"󰿜"}.mdi-sign-direction-remove::before{content:"󰿝"}.mdi-sign-language::before{content:"󱭍"}.mdi-sign-language-outline::before{content:"󱭎"}.mdi-sign-pole::before{content:"󱓸"}.mdi-sign-real-estate::before{content:"󱄘"}.mdi-sign-text::before{content:"󰞂"}.mdi-sign-yield::before{content:"󱮯"}.mdi-signal::before{content:"󰒢"}.mdi-signal-2g::before{content:"󰜒"}.mdi-signal-3g::before{content:"󰜓"}.mdi-signal-4g::before{content:"󰜔"}.mdi-signal-5g::before{content:"󰩯"}.mdi-signal-cellular-1::before{content:"󰢼"}.mdi-signal-cellular-2::before{content:"󰢽"}.mdi-signal-cellular-3::before{content:"󰢾"}.mdi-signal-cellular-outline::before{content:"󰢿"}.mdi-signal-distance-variant::before{content:"󰹤"}.mdi-signal-hspa::before{content:"󰜕"}.mdi-signal-hspa-plus::before{content:"󰜖"}.mdi-signal-off::before{content:"󰞃"}.mdi-signal-variant::before{content:"󰘊"}.mdi-signature::before{content:"󰷻"}.mdi-signature-freehand::before{content:"󰷼"}.mdi-signature-image::before{content:"󰷽"}.mdi-signature-text::before{content:"󰷾"}.mdi-silo::before{content:"󱮟"}.mdi-silo-outline::before{content:"󰭉"}.mdi-silverware::before{content:"󰒣"}.mdi-silverware-clean::before{content:"󰿞"}.mdi-silverware-fork::before{content:"󰒤"}.mdi-silverware-fork-knife::before{content:"󰩰"}.mdi-silverware-spoon::before{content:"󰒥"}.mdi-silverware-variant::before{content:"󰒦"}.mdi-sim::before{content:"󰒧"}.mdi-sim-alert::before{content:"󰒨"}.mdi-sim-alert-outline::before{content:"󱗓"}.mdi-sim-off::before{content:"󰒩"}.mdi-sim-off-outline::before{content:"󱗔"}.mdi-sim-outline::before{content:"󱗕"}.mdi-simple-icons::before{content:"󱌝"}.mdi-sina-weibo::before{content:"󰫟"}.mdi-sine-wave::before{content:"󰥛"}.mdi-sitemap::before{content:"󰒪"}.mdi-sitemap-outline::before{content:"󱦜"}.mdi-size-l::before{content:"󱎦"}.mdi-size-m::before{content:"󱎥"}.mdi-size-s::before{content:"󱎤"}.mdi-size-xl::before{content:"󱎧"}.mdi-size-xs::before{content:"󱎣"}.mdi-size-xxl::before{content:"󱎨"}.mdi-size-xxs::before{content:"󱎢"}.mdi-size-xxxl::before{content:"󱎩"}.mdi-skate::before{content:"󰴵"}.mdi-skate-off::before{content:"󰚙"}.mdi-skateboard::before{content:"󱓂"}.mdi-skateboarding::before{content:"󰔁"}.mdi-skew-less::before{content:"󰴶"}.mdi-skew-more::before{content:"󰴷"}.mdi-ski::before{content:"󱌄"}.mdi-ski-cross-country::before{content:"󱌅"}.mdi-ski-water::before{content:"󱌆"}.mdi-skip-backward::before{content:"󰒫"}.mdi-skip-backward-outline::before{content:"󰼥"}.mdi-skip-forward::before{content:"󰒬"}.mdi-skip-forward-outline::before{content:"󰼦"}.mdi-skip-next::before{content:"󰒭"}.mdi-skip-next-circle::before{content:"󰙡"}.mdi-skip-next-circle-outline::before{content:"󰙢"}.mdi-skip-next-outline::before{content:"󰼧"}.mdi-skip-previous::before{content:"󰒮"}.mdi-skip-previous-circle::before{content:"󰙣"}.mdi-skip-previous-circle-outline::before{content:"󰙤"}.mdi-skip-previous-outline::before{content:"󰼨"}.mdi-skull::before{content:"󰚌"}.mdi-skull-crossbones::before{content:"󰯆"}.mdi-skull-crossbones-outline::before{content:"󰯇"}.mdi-skull-outline::before{content:"󰯈"}.mdi-skull-scan::before{content:"󱓇"}.mdi-skull-scan-outline::before{content:"󱓈"}.mdi-skype::before{content:"󰒯"}.mdi-skype-business::before{content:"󰒰"}.mdi-slack::before{content:"󰒱"}.mdi-slash-forward::before{content:"󰿟"}.mdi-slash-forward-box::before{content:"󰿠"}.mdi-sledding::before{content:"󰐛"}.mdi-sleep::before{content:"󰒲"}.mdi-sleep-off::before{content:"󰒳"}.mdi-slide::before{content:"󱖥"}.mdi-slope-downhill::before{content:"󰷿"}.mdi-slope-uphill::before{content:"󰸀"}.mdi-slot-machine::before{content:"󱄔"}.mdi-slot-machine-outline::before{content:"󱄕"}.mdi-smart-card::before{content:"󱂽"}.mdi-smart-card-off::before{content:"󱣷"}.mdi-smart-card-off-outline::before{content:"󱣸"}.mdi-smart-card-outline::before{content:"󱂾"}.mdi-smart-card-reader::before{content:"󱂿"}.mdi-smart-card-reader-outline::before{content:"󱃀"}.mdi-smog::before{content:"󰩱"}.mdi-smoke::before{content:"󱞙"}.mdi-smoke-detector::before{content:"󰎒"}.mdi-smoke-detector-alert::before{content:"󱤮"}.mdi-smoke-detector-alert-outline::before{content:"󱤯"}.mdi-smoke-detector-off::before{content:"󱠉"}.mdi-smoke-detector-off-outline::before{content:"󱠊"}.mdi-smoke-detector-outline::before{content:"󱠈"}.mdi-smoke-detector-variant::before{content:"󱠋"}.mdi-smoke-detector-variant-alert::before{content:"󱤰"}.mdi-smoke-detector-variant-off::before{content:"󱠌"}.mdi-smoking::before{content:"󰒴"}.mdi-smoking-off::before{content:"󰒵"}.mdi-smoking-pipe::before{content:"󱐍"}.mdi-smoking-pipe-off::before{content:"󱐨"}.mdi-snail::before{content:"󱙷"}.mdi-snake::before{content:"󱔎"}.mdi-snapchat::before{content:"󰒶"}.mdi-snowboard::before{content:"󱌇"}.mdi-snowflake::before{content:"󰜗"}.mdi-snowflake-alert::before{content:"󰼩"}.mdi-snowflake-check::before{content:"󱩰"}.mdi-snowflake-melt::before{content:"󱋋"}.mdi-snowflake-off::before{content:"󱓣"}.mdi-snowflake-thermometer::before{content:"󱩱"}.mdi-snowflake-variant::before{content:"󰼪"}.mdi-snowman::before{content:"󰒷"}.mdi-snowmobile::before{content:"󰛝"}.mdi-snowshoeing::before{content:"󱩲"}.mdi-soccer::before{content:"󰒸"}.mdi-soccer-field::before{content:"󰠴"}.mdi-social-distance-2-meters::before{content:"󱕹"}.mdi-social-distance-6-feet::before{content:"󱕺"}.mdi-sofa::before{content:"󰒹"}.mdi-sofa-outline::before{content:"󱕭"}.mdi-sofa-single::before{content:"󱕮"}.mdi-sofa-single-outline::before{content:"󱕯"}.mdi-solar-panel::before{content:"󰶛"}.mdi-solar-panel-large::before{content:"󰶜"}.mdi-solar-power::before{content:"󰩲"}.mdi-solar-power-variant::before{content:"󱩳"}.mdi-solar-power-variant-outline::before{content:"󱩴"}.mdi-soldering-iron::before{content:"󱂒"}.mdi-solid::before{content:"󰚍"}.mdi-sony-playstation::before{content:"󰐔"}.mdi-sort::before{content:"󰒺"}.mdi-sort-alphabetical-ascending::before{content:"󰖽"}.mdi-sort-alphabetical-ascending-variant::before{content:"󱅈"}.mdi-sort-alphabetical-descending::before{content:"󰖿"}.mdi-sort-alphabetical-descending-variant::before{content:"󱅉"}.mdi-sort-alphabetical-variant::before{content:"󰒻"}.mdi-sort-ascending::before{content:"󰒼"}.mdi-sort-bool-ascending::before{content:"󱎅"}.mdi-sort-bool-ascending-variant::before{content:"󱎆"}.mdi-sort-bool-descending::before{content:"󱎇"}.mdi-sort-bool-descending-variant::before{content:"󱎈"}.mdi-sort-calendar-ascending::before{content:"󱕇"}.mdi-sort-calendar-descending::before{content:"󱕈"}.mdi-sort-clock-ascending::before{content:"󱕉"}.mdi-sort-clock-ascending-outline::before{content:"󱕊"}.mdi-sort-clock-descending::before{content:"󱕋"}.mdi-sort-clock-descending-outline::before{content:"󱕌"}.mdi-sort-descending::before{content:"󰒽"}.mdi-sort-numeric-ascending::before{content:"󱎉"}.mdi-sort-numeric-ascending-variant::before{content:"󰤍"}.mdi-sort-numeric-descending::before{content:"󱎊"}.mdi-sort-numeric-descending-variant::before{content:"󰫒"}.mdi-sort-numeric-variant::before{content:"󰒾"}.mdi-sort-reverse-variant::before{content:"󰌼"}.mdi-sort-variant::before{content:"󰒿"}.mdi-sort-variant-lock::before{content:"󰳍"}.mdi-sort-variant-lock-open::before{content:"󰳎"}.mdi-sort-variant-off::before{content:"󱪻"}.mdi-sort-variant-remove::before{content:"󱅇"}.mdi-soundbar::before{content:"󱟛"}.mdi-soundcloud::before{content:"󰓀"}.mdi-source-branch::before{content:"󰘬"}.mdi-source-branch-check::before{content:"󱓏"}.mdi-source-branch-minus::before{content:"󱓋"}.mdi-source-branch-plus::before{content:"󱓊"}.mdi-source-branch-refresh::before{content:"󱓍"}.mdi-source-branch-remove::before{content:"󱓌"}.mdi-source-branch-sync::before{content:"󱓎"}.mdi-source-commit::before{content:"󰜘"}.mdi-source-commit-end::before{content:"󰜙"}.mdi-source-commit-end-local::before{content:"󰜚"}.mdi-source-commit-local::before{content:"󰜛"}.mdi-source-commit-next-local::before{content:"󰜜"}.mdi-source-commit-start::before{content:"󰜝"}.mdi-source-commit-start-next-local::before{content:"󰜞"}.mdi-source-fork::before{content:"󰓁"}.mdi-source-merge::before{content:"󰘭"}.mdi-source-pull::before{content:"󰓂"}.mdi-source-repository::before{content:"󰳏"}.mdi-source-repository-multiple::before{content:"󰳐"}.mdi-soy-sauce::before{content:"󰟮"}.mdi-soy-sauce-off::before{content:"󱏼"}.mdi-spa::before{content:"󰳑"}.mdi-spa-outline::before{content:"󰳒"}.mdi-space-invaders::before{content:"󰯉"}.mdi-space-station::before{content:"󱎃"}.mdi-spade::before{content:"󰹥"}.mdi-speaker::before{content:"󰓃"}.mdi-speaker-bluetooth::before{content:"󰦢"}.mdi-speaker-message::before{content:"󱬑"}.mdi-speaker-multiple::before{content:"󰴸"}.mdi-speaker-off::before{content:"󰓄"}.mdi-speaker-pause::before{content:"󱭳"}.mdi-speaker-play::before{content:"󱭲"}.mdi-speaker-stop::before{content:"󱭴"}.mdi-speaker-wireless::before{content:"󰜟"}.mdi-spear::before{content:"󱡅"}.mdi-speedometer::before{content:"󰓅"}.mdi-speedometer-medium::before{content:"󰾅"}.mdi-speedometer-slow::before{content:"󰾆"}.mdi-spellcheck::before{content:"󰓆"}.mdi-sphere::before{content:"󱥔"}.mdi-sphere-off::before{content:"󱥕"}.mdi-spider::before{content:"󱇪"}.mdi-spider-thread::before{content:"󱇫"}.mdi-spider-web::before{content:"󰯊"}.mdi-spirit-level::before{content:"󱓱"}.mdi-spoon-sugar::before{content:"󱐩"}.mdi-spotify::before{content:"󰓇"}.mdi-spotlight::before{content:"󰓈"}.mdi-spotlight-beam::before{content:"󰓉"}.mdi-spray::before{content:"󰙥"}.mdi-spray-bottle::before{content:"󰫠"}.mdi-sprinkler::before{content:"󱁟"}.mdi-sprinkler-fire::before{content:"󱦝"}.mdi-sprinkler-variant::before{content:"󱁠"}.mdi-sprout::before{content:"󰹦"}.mdi-sprout-outline::before{content:"󰹧"}.mdi-square::before{content:"󰝤"}.mdi-square-circle::before{content:"󱔀"}.mdi-square-edit-outline::before{content:"󰤌"}.mdi-square-medium::before{content:"󰨓"}.mdi-square-medium-outline::before{content:"󰨔"}.mdi-square-off::before{content:"󱋮"}.mdi-square-off-outline::before{content:"󱋯"}.mdi-square-opacity::before{content:"󱡔"}.mdi-square-outline::before{content:"󰝣"}.mdi-square-root::before{content:"󰞄"}.mdi-square-root-box::before{content:"󰦣"}.mdi-square-rounded::before{content:"󱓻"}.mdi-square-rounded-badge::before{content:"󱨇"}.mdi-square-rounded-badge-outline::before{content:"󱨈"}.mdi-square-rounded-outline::before{content:"󱓼"}.mdi-square-small::before{content:"󰨕"}.mdi-square-wave::before{content:"󱑻"}.mdi-squeegee::before{content:"󰫡"}.mdi-ssh::before{content:"󰣀"}.mdi-stack-exchange::before{content:"󰘋"}.mdi-stack-overflow::before{content:"󰓌"}.mdi-stackpath::before{content:"󰍙"}.mdi-stadium::before{content:"󰿹"}.mdi-stadium-outline::before{content:"󱬃"}.mdi-stadium-variant::before{content:"󰜠"}.mdi-stairs::before{content:"󰓍"}.mdi-stairs-box::before{content:"󱎞"}.mdi-stairs-down::before{content:"󱊾"}.mdi-stairs-up::before{content:"󱊽"}.mdi-stamper::before{content:"󰴹"}.mdi-standard-definition::before{content:"󰟯"}.mdi-star::before{content:"󰓎"}.mdi-star-box::before{content:"󰩳"}.mdi-star-box-multiple::before{content:"󱊆"}.mdi-star-box-multiple-outline::before{content:"󱊇"}.mdi-star-box-outline::before{content:"󰩴"}.mdi-star-check::before{content:"󱕦"}.mdi-star-check-outline::before{content:"󱕪"}.mdi-star-circle::before{content:"󰓏"}.mdi-star-circle-outline::before{content:"󰦤"}.mdi-star-cog::before{content:"󱙨"}.mdi-star-cog-outline::before{content:"󱙩"}.mdi-star-crescent::before{content:"󰥹"}.mdi-star-david::before{content:"󰥺"}.mdi-star-face::before{content:"󰦥"}.mdi-star-four-points::before{content:"󰫢"}.mdi-star-four-points-outline::before{content:"󰫣"}.mdi-star-half::before{content:"󰉆"}.mdi-star-half-full::before{content:"󰓐"}.mdi-star-minus::before{content:"󱕤"}.mdi-star-minus-outline::before{content:"󱕨"}.mdi-star-off::before{content:"󰓑"}.mdi-star-off-outline::before{content:"󱕛"}.mdi-star-outline::before{content:"󰓒"}.mdi-star-plus::before{content:"󱕣"}.mdi-star-plus-outline::before{content:"󱕧"}.mdi-star-remove::before{content:"󱕥"}.mdi-star-remove-outline::before{content:"󱕩"}.mdi-star-settings::before{content:"󱙪"}.mdi-star-settings-outline::before{content:"󱙫"}.mdi-star-shooting::before{content:"󱝁"}.mdi-star-shooting-outline::before{content:"󱝂"}.mdi-star-three-points::before{content:"󰫤"}.mdi-star-three-points-outline::before{content:"󰫥"}.mdi-state-machine::before{content:"󱇯"}.mdi-steam::before{content:"󰓓"}.mdi-steering::before{content:"󰓔"}.mdi-steering-off::before{content:"󰤎"}.mdi-step-backward::before{content:"󰓕"}.mdi-step-backward-2::before{content:"󰓖"}.mdi-step-forward::before{content:"󰓗"}.mdi-step-forward-2::before{content:"󰓘"}.mdi-stethoscope::before{content:"󰓙"}.mdi-sticker::before{content:"󱍤"}.mdi-sticker-alert::before{content:"󱍥"}.mdi-sticker-alert-outline::before{content:"󱍦"}.mdi-sticker-check::before{content:"󱍧"}.mdi-sticker-check-outline::before{content:"󱍨"}.mdi-sticker-circle-outline::before{content:"󰗐"}.mdi-sticker-emoji::before{content:"󰞅"}.mdi-sticker-minus::before{content:"󱍩"}.mdi-sticker-minus-outline::before{content:"󱍪"}.mdi-sticker-outline::before{content:"󱍫"}.mdi-sticker-plus::before{content:"󱍬"}.mdi-sticker-plus-outline::before{content:"󱍭"}.mdi-sticker-remove::before{content:"󱍮"}.mdi-sticker-remove-outline::before{content:"󱍯"}.mdi-sticker-text::before{content:"󱞎"}.mdi-sticker-text-outline::before{content:"󱞏"}.mdi-stocking::before{content:"󰓚"}.mdi-stomach::before{content:"󱂓"}.mdi-stool::before{content:"󱥝"}.mdi-stool-outline::before{content:"󱥞"}.mdi-stop::before{content:"󰓛"}.mdi-stop-circle::before{content:"󰙦"}.mdi-stop-circle-outline::before{content:"󰙧"}.mdi-storage-tank::before{content:"󱩵"}.mdi-storage-tank-outline::before{content:"󱩶"}.mdi-store::before{content:"󰓜"}.mdi-store-24-hour::before{content:"󰓝"}.mdi-store-alert::before{content:"󱣁"}.mdi-store-alert-outline::before{content:"󱣂"}.mdi-store-check::before{content:"󱣃"}.mdi-store-check-outline::before{content:"󱣄"}.mdi-store-clock::before{content:"󱣅"}.mdi-store-clock-outline::before{content:"󱣆"}.mdi-store-cog::before{content:"󱣇"}.mdi-store-cog-outline::before{content:"󱣈"}.mdi-store-edit::before{content:"󱣉"}.mdi-store-edit-outline::before{content:"󱣊"}.mdi-store-marker::before{content:"󱣋"}.mdi-store-marker-outline::before{content:"󱣌"}.mdi-store-minus::before{content:"󱙞"}.mdi-store-minus-outline::before{content:"󱣍"}.mdi-store-off::before{content:"󱣎"}.mdi-store-off-outline::before{content:"󱣏"}.mdi-store-outline::before{content:"󱍡"}.mdi-store-plus::before{content:"󱙟"}.mdi-store-plus-outline::before{content:"󱣐"}.mdi-store-remove::before{content:"󱙠"}.mdi-store-remove-outline::before{content:"󱣑"}.mdi-store-search::before{content:"󱣒"}.mdi-store-search-outline::before{content:"󱣓"}.mdi-store-settings::before{content:"󱣔"}.mdi-store-settings-outline::before{content:"󱣕"}.mdi-storefront::before{content:"󰟇"}.mdi-storefront-check::before{content:"󱭽"}.mdi-storefront-check-outline::before{content:"󱭾"}.mdi-storefront-edit::before{content:"󱭿"}.mdi-storefront-edit-outline::before{content:"󱮀"}.mdi-storefront-minus::before{content:"󱮃"}.mdi-storefront-minus-outline::before{content:"󱮄"}.mdi-storefront-outline::before{content:"󱃁"}.mdi-storefront-plus::before{content:"󱮁"}.mdi-storefront-plus-outline::before{content:"󱮂"}.mdi-storefront-remove::before{content:"󱮅"}.mdi-storefront-remove-outline::before{content:"󱮆"}.mdi-stove::before{content:"󰓞"}.mdi-strategy::before{content:"󱇖"}.mdi-stretch-to-page::before{content:"󰼫"}.mdi-stretch-to-page-outline::before{content:"󰼬"}.mdi-string-lights::before{content:"󱊺"}.mdi-string-lights-off::before{content:"󱊻"}.mdi-subdirectory-arrow-left::before{content:"󰘌"}.mdi-subdirectory-arrow-right::before{content:"󰘍"}.mdi-submarine::before{content:"󱕬"}.mdi-subtitles::before{content:"󰨖"}.mdi-subtitles-outline::before{content:"󰨗"}.mdi-subway::before{content:"󰚬"}.mdi-subway-alert-variant::before{content:"󰶝"}.mdi-subway-variant::before{content:"󰓟"}.mdi-summit::before{content:"󰞆"}.mdi-sun-angle::before{content:"󱬧"}.mdi-sun-angle-outline::before{content:"󱬨"}.mdi-sun-clock::before{content:"󱩷"}.mdi-sun-clock-outline::before{content:"󱩸"}.mdi-sun-compass::before{content:"󱦥"}.mdi-sun-snowflake::before{content:"󱞖"}.mdi-sun-snowflake-variant::before{content:"󱩹"}.mdi-sun-thermometer::before{content:"󱣖"}.mdi-sun-thermometer-outline::before{content:"󱣗"}.mdi-sun-wireless::before{content:"󱟾"}.mdi-sun-wireless-outline::before{content:"󱟿"}.mdi-sunglasses::before{content:"󰓠"}.mdi-surfing::before{content:"󱝆"}.mdi-surround-sound::before{content:"󰗅"}.mdi-surround-sound-2-0::before{content:"󰟰"}.mdi-surround-sound-2-1::before{content:"󱜩"}.mdi-surround-sound-3-1::before{content:"󰟱"}.mdi-surround-sound-5-1::before{content:"󰟲"}.mdi-surround-sound-5-1-2::before{content:"󱜪"}.mdi-surround-sound-7-1::before{content:"󰟳"}.mdi-svg::before{content:"󰜡"}.mdi-swap-horizontal::before{content:"󰓡"}.mdi-swap-horizontal-bold::before{content:"󰯍"}.mdi-swap-horizontal-circle::before{content:"󰿡"}.mdi-swap-horizontal-circle-outline::before{content:"󰿢"}.mdi-swap-horizontal-variant::before{content:"󰣁"}.mdi-swap-vertical::before{content:"󰓢"}.mdi-swap-vertical-bold::before{content:"󰯎"}.mdi-swap-vertical-circle::before{content:"󰿣"}.mdi-swap-vertical-circle-outline::before{content:"󰿤"}.mdi-swap-vertical-variant::before{content:"󰣂"}.mdi-swim::before{content:"󰓣"}.mdi-switch::before{content:"󰓤"}.mdi-sword::before{content:"󰓥"}.mdi-sword-cross::before{content:"󰞇"}.mdi-syllabary-hangul::before{content:"󱌳"}.mdi-syllabary-hiragana::before{content:"󱌴"}.mdi-syllabary-katakana::before{content:"󱌵"}.mdi-syllabary-katakana-halfwidth::before{content:"󱌶"}.mdi-symbol::before{content:"󱔁"}.mdi-symfony::before{content:"󰫦"}.mdi-synagogue::before{content:"󱬄"}.mdi-synagogue-outline::before{content:"󱬅"}.mdi-sync::before{content:"󰓦"}.mdi-sync-alert::before{content:"󰓧"}.mdi-sync-circle::before{content:"󱍸"}.mdi-sync-off::before{content:"󰓨"}.mdi-tab::before{content:"󰓩"}.mdi-tab-minus::before{content:"󰭋"}.mdi-tab-plus::before{content:"󰝜"}.mdi-tab-remove::before{content:"󰭌"}.mdi-tab-search::before{content:"󱦞"}.mdi-tab-unselected::before{content:"󰓪"}.mdi-table::before{content:"󰓫"}.mdi-table-account::before{content:"󱎹"}.mdi-table-alert::before{content:"󱎺"}.mdi-table-arrow-down::before{content:"󱎻"}.mdi-table-arrow-left::before{content:"󱎼"}.mdi-table-arrow-right::before{content:"󱎽"}.mdi-table-arrow-up::before{content:"󱎾"}.mdi-table-border::before{content:"󰨘"}.mdi-table-cancel::before{content:"󱎿"}.mdi-table-chair::before{content:"󱁡"}.mdi-table-check::before{content:"󱏀"}.mdi-table-clock::before{content:"󱏁"}.mdi-table-cog::before{content:"󱏂"}.mdi-table-column::before{content:"󰠵"}.mdi-table-column-plus-after::before{content:"󰓬"}.mdi-table-column-plus-before::before{content:"󰓭"}.mdi-table-column-remove::before{content:"󰓮"}.mdi-table-column-width::before{content:"󰓯"}.mdi-table-edit::before{content:"󰓰"}.mdi-table-eye::before{content:"󱂔"}.mdi-table-eye-off::before{content:"󱏃"}.mdi-table-filter::before{content:"󱮌"}.mdi-table-furniture::before{content:"󰖼"}.mdi-table-headers-eye::before{content:"󱈝"}.mdi-table-headers-eye-off::before{content:"󱈞"}.mdi-table-heart::before{content:"󱏄"}.mdi-table-key::before{content:"󱏅"}.mdi-table-large::before{content:"󰓱"}.mdi-table-large-plus::before{content:"󰾇"}.mdi-table-large-remove::before{content:"󰾈"}.mdi-table-lock::before{content:"󱏆"}.mdi-table-merge-cells::before{content:"󰦦"}.mdi-table-minus::before{content:"󱏇"}.mdi-table-multiple::before{content:"󱏈"}.mdi-table-network::before{content:"󱏉"}.mdi-table-of-contents::before{content:"󰠶"}.mdi-table-off::before{content:"󱏊"}.mdi-table-picnic::before{content:"󱝃"}.mdi-table-pivot::before{content:"󱠼"}.mdi-table-plus::before{content:"󰩵"}.mdi-table-question::before{content:"󱬡"}.mdi-table-refresh::before{content:"󱎠"}.mdi-table-remove::before{content:"󰩶"}.mdi-table-row::before{content:"󰠷"}.mdi-table-row-height::before{content:"󰓲"}.mdi-table-row-plus-after::before{content:"󰓳"}.mdi-table-row-plus-before::before{content:"󰓴"}.mdi-table-row-remove::before{content:"󰓵"}.mdi-table-search::before{content:"󰤏"}.mdi-table-settings::before{content:"󰠸"}.mdi-table-split-cell::before{content:"󱐪"}.mdi-table-star::before{content:"󱏋"}.mdi-table-sync::before{content:"󱎡"}.mdi-table-tennis::before{content:"󰹨"}.mdi-tablet::before{content:"󰓶"}.mdi-tablet-cellphone::before{content:"󰦧"}.mdi-tablet-dashboard::before{content:"󰻎"}.mdi-taco::before{content:"󰝢"}.mdi-tag::before{content:"󰓹"}.mdi-tag-arrow-down::before{content:"󱜫"}.mdi-tag-arrow-down-outline::before{content:"󱜬"}.mdi-tag-arrow-left::before{content:"󱜭"}.mdi-tag-arrow-left-outline::before{content:"󱜮"}.mdi-tag-arrow-right::before{content:"󱜯"}.mdi-tag-arrow-right-outline::before{content:"󱜰"}.mdi-tag-arrow-up::before{content:"󱜱"}.mdi-tag-arrow-up-outline::before{content:"󱜲"}.mdi-tag-check::before{content:"󱩺"}.mdi-tag-check-outline::before{content:"󱩻"}.mdi-tag-faces::before{content:"󰓺"}.mdi-tag-heart::before{content:"󰚋"}.mdi-tag-heart-outline::before{content:"󰯏"}.mdi-tag-minus::before{content:"󰤐"}.mdi-tag-minus-outline::before{content:"󱈟"}.mdi-tag-multiple::before{content:"󰓻"}.mdi-tag-multiple-outline::before{content:"󱋷"}.mdi-tag-off::before{content:"󱈠"}.mdi-tag-off-outline::before{content:"󱈡"}.mdi-tag-outline::before{content:"󰓼"}.mdi-tag-plus::before{content:"󰜢"}.mdi-tag-plus-outline::before{content:"󱈢"}.mdi-tag-remove::before{content:"󰜣"}.mdi-tag-remove-outline::before{content:"󱈣"}.mdi-tag-search::before{content:"󱤇"}.mdi-tag-search-outline::before{content:"󱤈"}.mdi-tag-text::before{content:"󱈤"}.mdi-tag-text-outline::before{content:"󰓽"}.mdi-tailwind::before{content:"󱏿"}.mdi-tally-mark-1::before{content:"󱪼"}.mdi-tally-mark-2::before{content:"󱪽"}.mdi-tally-mark-3::before{content:"󱪾"}.mdi-tally-mark-4::before{content:"󱪿"}.mdi-tally-mark-5::before{content:"󱫀"}.mdi-tangram::before{content:"󰓸"}.mdi-tank::before{content:"󰴺"}.mdi-tanker-truck::before{content:"󰿥"}.mdi-tape-drive::before{content:"󱛟"}.mdi-tape-measure::before{content:"󰭍"}.mdi-target::before{content:"󰓾"}.mdi-target-account::before{content:"󰯐"}.mdi-target-variant::before{content:"󰩷"}.mdi-taxi::before{content:"󰓿"}.mdi-tea::before{content:"󰶞"}.mdi-tea-outline::before{content:"󰶟"}.mdi-teamviewer::before{content:"󰔀"}.mdi-teddy-bear::before{content:"󱣻"}.mdi-telescope::before{content:"󰭎"}.mdi-television::before{content:"󰔂"}.mdi-television-ambient-light::before{content:"󱍖"}.mdi-television-box::before{content:"󰠹"}.mdi-television-classic::before{content:"󰟴"}.mdi-television-classic-off::before{content:"󰠺"}.mdi-television-guide::before{content:"󰔃"}.mdi-television-off::before{content:"󰠻"}.mdi-television-pause::before{content:"󰾉"}.mdi-television-play::before{content:"󰻏"}.mdi-television-shimmer::before{content:"󱄐"}.mdi-television-speaker::before{content:"󱬛"}.mdi-television-speaker-off::before{content:"󱬜"}.mdi-television-stop::before{content:"󰾊"}.mdi-temperature-celsius::before{content:"󰔄"}.mdi-temperature-fahrenheit::before{content:"󰔅"}.mdi-temperature-kelvin::before{content:"󰔆"}.mdi-temple-buddhist::before{content:"󱬆"}.mdi-temple-buddhist-outline::before{content:"󱬇"}.mdi-temple-hindu::before{content:"󱬈"}.mdi-temple-hindu-outline::before{content:"󱬉"}.mdi-tennis::before{content:"󰶠"}.mdi-tennis-ball::before{content:"󰔇"}.mdi-tent::before{content:"󰔈"}.mdi-terraform::before{content:"󱁢"}.mdi-terrain::before{content:"󰔉"}.mdi-test-tube::before{content:"󰙨"}.mdi-test-tube-empty::before{content:"󰤑"}.mdi-test-tube-off::before{content:"󰤒"}.mdi-text::before{content:"󰦨"}.mdi-text-account::before{content:"󱕰"}.mdi-text-box::before{content:"󰈚"}.mdi-text-box-check::before{content:"󰺦"}.mdi-text-box-check-outline::before{content:"󰺧"}.mdi-text-box-edit::before{content:"󱩼"}.mdi-text-box-edit-outline::before{content:"󱩽"}.mdi-text-box-minus::before{content:"󰺨"}.mdi-text-box-minus-outline::before{content:"󰺩"}.mdi-text-box-multiple::before{content:"󰪷"}.mdi-text-box-multiple-outline::before{content:"󰪸"}.mdi-text-box-outline::before{content:"󰧭"}.mdi-text-box-plus::before{content:"󰺪"}.mdi-text-box-plus-outline::before{content:"󰺫"}.mdi-text-box-remove::before{content:"󰺬"}.mdi-text-box-remove-outline::before{content:"󰺭"}.mdi-text-box-search::before{content:"󰺮"}.mdi-text-box-search-outline::before{content:"󰺯"}.mdi-text-long::before{content:"󰦪"}.mdi-text-recognition::before{content:"󱄽"}.mdi-text-search::before{content:"󱎸"}.mdi-text-search-variant::before{content:"󱩾"}.mdi-text-shadow::before{content:"󰙩"}.mdi-text-short::before{content:"󰦩"}.mdi-texture::before{content:"󰔌"}.mdi-texture-box::before{content:"󰿦"}.mdi-theater::before{content:"󰔍"}.mdi-theme-light-dark::before{content:"󰔎"}.mdi-thermometer::before{content:"󰔏"}.mdi-thermometer-alert::before{content:"󰸁"}.mdi-thermometer-auto::before{content:"󱬏"}.mdi-thermometer-bluetooth::before{content:"󱢕"}.mdi-thermometer-check::before{content:"󱩿"}.mdi-thermometer-chevron-down::before{content:"󰸂"}.mdi-thermometer-chevron-up::before{content:"󰸃"}.mdi-thermometer-high::before{content:"󱃂"}.mdi-thermometer-lines::before{content:"󰔐"}.mdi-thermometer-low::before{content:"󱃃"}.mdi-thermometer-minus::before{content:"󰸄"}.mdi-thermometer-off::before{content:"󱔱"}.mdi-thermometer-plus::before{content:"󰸅"}.mdi-thermometer-probe::before{content:"󱬫"}.mdi-thermometer-probe-off::before{content:"󱬬"}.mdi-thermometer-water::before{content:"󱪀"}.mdi-thermostat::before{content:"󰎓"}.mdi-thermostat-auto::before{content:"󱬗"}.mdi-thermostat-box::before{content:"󰢑"}.mdi-thermostat-box-auto::before{content:"󱬘"}.mdi-thought-bubble::before{content:"󰟶"}.mdi-thought-bubble-outline::before{content:"󰟷"}.mdi-thumb-down::before{content:"󰔑"}.mdi-thumb-down-outline::before{content:"󰔒"}.mdi-thumb-up::before{content:"󰔓"}.mdi-thumb-up-outline::before{content:"󰔔"}.mdi-thumbs-up-down::before{content:"󰔕"}.mdi-thumbs-up-down-outline::before{content:"󱤔"}.mdi-ticket::before{content:"󰔖"}.mdi-ticket-account::before{content:"󰔗"}.mdi-ticket-confirmation::before{content:"󰔘"}.mdi-ticket-confirmation-outline::before{content:"󱎪"}.mdi-ticket-outline::before{content:"󰤓"}.mdi-ticket-percent::before{content:"󰜤"}.mdi-ticket-percent-outline::before{content:"󱐫"}.mdi-tie::before{content:"󰔙"}.mdi-tilde::before{content:"󰜥"}.mdi-tilde-off::before{content:"󱣳"}.mdi-timelapse::before{content:"󰔚"}.mdi-timeline::before{content:"󰯑"}.mdi-timeline-alert::before{content:"󰾕"}.mdi-timeline-alert-outline::before{content:"󰾘"}.mdi-timeline-check::before{content:"󱔲"}.mdi-timeline-check-outline::before{content:"󱔳"}.mdi-timeline-clock::before{content:"󱇻"}.mdi-timeline-clock-outline::before{content:"󱇼"}.mdi-timeline-minus::before{content:"󱔴"}.mdi-timeline-minus-outline::before{content:"󱔵"}.mdi-timeline-outline::before{content:"󰯒"}.mdi-timeline-plus::before{content:"󰾖"}.mdi-timeline-plus-outline::before{content:"󰾗"}.mdi-timeline-question::before{content:"󰾙"}.mdi-timeline-question-outline::before{content:"󰾚"}.mdi-timeline-remove::before{content:"󱔶"}.mdi-timeline-remove-outline::before{content:"󱔷"}.mdi-timeline-text::before{content:"󰯓"}.mdi-timeline-text-outline::before{content:"󰯔"}.mdi-timer::before{content:"󱎫"}.mdi-timer-10::before{content:"󰔜"}.mdi-timer-3::before{content:"󰔝"}.mdi-timer-alert::before{content:"󱫌"}.mdi-timer-alert-outline::before{content:"󱫍"}.mdi-timer-cancel::before{content:"󱫎"}.mdi-timer-cancel-outline::before{content:"󱫏"}.mdi-timer-check::before{content:"󱫐"}.mdi-timer-check-outline::before{content:"󱫑"}.mdi-timer-cog::before{content:"󱤥"}.mdi-timer-cog-outline::before{content:"󱤦"}.mdi-timer-edit::before{content:"󱫒"}.mdi-timer-edit-outline::before{content:"󱫓"}.mdi-timer-lock::before{content:"󱫔"}.mdi-timer-lock-open::before{content:"󱫕"}.mdi-timer-lock-open-outline::before{content:"󱫖"}.mdi-timer-lock-outline::before{content:"󱫗"}.mdi-timer-marker::before{content:"󱫘"}.mdi-timer-marker-outline::before{content:"󱫙"}.mdi-timer-minus::before{content:"󱫚"}.mdi-timer-minus-outline::before{content:"󱫛"}.mdi-timer-music::before{content:"󱫜"}.mdi-timer-music-outline::before{content:"󱫝"}.mdi-timer-off::before{content:"󱎬"}.mdi-timer-off-outline::before{content:"󰔞"}.mdi-timer-outline::before{content:"󰔛"}.mdi-timer-pause::before{content:"󱫞"}.mdi-timer-pause-outline::before{content:"󱫟"}.mdi-timer-play::before{content:"󱫠"}.mdi-timer-play-outline::before{content:"󱫡"}.mdi-timer-plus::before{content:"󱫢"}.mdi-timer-plus-outline::before{content:"󱫣"}.mdi-timer-refresh::before{content:"󱫤"}.mdi-timer-refresh-outline::before{content:"󱫥"}.mdi-timer-remove::before{content:"󱫦"}.mdi-timer-remove-outline::before{content:"󱫧"}.mdi-timer-sand::before{content:"󰔟"}.mdi-timer-sand-complete::before{content:"󱦟"}.mdi-timer-sand-empty::before{content:"󰚭"}.mdi-timer-sand-full::before{content:"󰞌"}.mdi-timer-sand-paused::before{content:"󱦠"}.mdi-timer-settings::before{content:"󱤣"}.mdi-timer-settings-outline::before{content:"󱤤"}.mdi-timer-star::before{content:"󱫨"}.mdi-timer-star-outline::before{content:"󱫩"}.mdi-timer-stop::before{content:"󱫪"}.mdi-timer-stop-outline::before{content:"󱫫"}.mdi-timer-sync::before{content:"󱫬"}.mdi-timer-sync-outline::before{content:"󱫭"}.mdi-timetable::before{content:"󰔠"}.mdi-tire::before{content:"󱢖"}.mdi-toaster::before{content:"󱁣"}.mdi-toaster-off::before{content:"󱆷"}.mdi-toaster-oven::before{content:"󰳓"}.mdi-toggle-switch::before{content:"󰔡"}.mdi-toggle-switch-off::before{content:"󰔢"}.mdi-toggle-switch-off-outline::before{content:"󰨙"}.mdi-toggle-switch-outline::before{content:"󰨚"}.mdi-toggle-switch-variant::before{content:"󱨥"}.mdi-toggle-switch-variant-off::before{content:"󱨦"}.mdi-toilet::before{content:"󰦫"}.mdi-toolbox::before{content:"󰦬"}.mdi-toolbox-outline::before{content:"󰦭"}.mdi-tools::before{content:"󱁤"}.mdi-tooltip::before{content:"󰔣"}.mdi-tooltip-account::before{content:"󰀌"}.mdi-tooltip-cellphone::before{content:"󱠻"}.mdi-tooltip-check::before{content:"󱕜"}.mdi-tooltip-check-outline::before{content:"󱕝"}.mdi-tooltip-edit::before{content:"󰔤"}.mdi-tooltip-edit-outline::before{content:"󱋅"}.mdi-tooltip-image::before{content:"󰔥"}.mdi-tooltip-image-outline::before{content:"󰯕"}.mdi-tooltip-minus::before{content:"󱕞"}.mdi-tooltip-minus-outline::before{content:"󱕟"}.mdi-tooltip-outline::before{content:"󰔦"}.mdi-tooltip-plus::before{content:"󰯖"}.mdi-tooltip-plus-outline::before{content:"󰔧"}.mdi-tooltip-remove::before{content:"󱕠"}.mdi-tooltip-remove-outline::before{content:"󱕡"}.mdi-tooltip-text::before{content:"󰔨"}.mdi-tooltip-text-outline::before{content:"󰯗"}.mdi-tooth::before{content:"󰣃"}.mdi-tooth-outline::before{content:"󰔩"}.mdi-toothbrush::before{content:"󱄩"}.mdi-toothbrush-electric::before{content:"󱄬"}.mdi-toothbrush-paste::before{content:"󱄪"}.mdi-torch::before{content:"󱘆"}.mdi-tortoise::before{content:"󰴻"}.mdi-toslink::before{content:"󱊸"}.mdi-tournament::before{content:"󰦮"}.mdi-tow-truck::before{content:"󰠼"}.mdi-tower-beach::before{content:"󰚁"}.mdi-tower-fire::before{content:"󰚂"}.mdi-town-hall::before{content:"󱡵"}.mdi-toy-brick::before{content:"󱊈"}.mdi-toy-brick-marker::before{content:"󱊉"}.mdi-toy-brick-marker-outline::before{content:"󱊊"}.mdi-toy-brick-minus::before{content:"󱊋"}.mdi-toy-brick-minus-outline::before{content:"󱊌"}.mdi-toy-brick-outline::before{content:"󱊍"}.mdi-toy-brick-plus::before{content:"󱊎"}.mdi-toy-brick-plus-outline::before{content:"󱊏"}.mdi-toy-brick-remove::before{content:"󱊐"}.mdi-toy-brick-remove-outline::before{content:"󱊑"}.mdi-toy-brick-search::before{content:"󱊒"}.mdi-toy-brick-search-outline::before{content:"󱊓"}.mdi-track-light::before{content:"󰤔"}.mdi-track-light-off::before{content:"󱬁"}.mdi-trackpad::before{content:"󰟸"}.mdi-trackpad-lock::before{content:"󰤳"}.mdi-tractor::before{content:"󰢒"}.mdi-tractor-variant::before{content:"󱓄"}.mdi-trademark::before{content:"󰩸"}.mdi-traffic-cone::before{content:"󱍼"}.mdi-traffic-light::before{content:"󰔫"}.mdi-traffic-light-outline::before{content:"󱠪"}.mdi-train::before{content:"󰔬"}.mdi-train-car::before{content:"󰯘"}.mdi-train-car-autorack::before{content:"󱬭"}.mdi-train-car-box::before{content:"󱬮"}.mdi-train-car-box-full::before{content:"󱬯"}.mdi-train-car-box-open::before{content:"󱬰"}.mdi-train-car-caboose::before{content:"󱬱"}.mdi-train-car-centerbeam::before{content:"󱬲"}.mdi-train-car-centerbeam-full::before{content:"󱬳"}.mdi-train-car-container::before{content:"󱬴"}.mdi-train-car-flatbed::before{content:"󱬵"}.mdi-train-car-flatbed-car::before{content:"󱬶"}.mdi-train-car-flatbed-tank::before{content:"󱬷"}.mdi-train-car-gondola::before{content:"󱬸"}.mdi-train-car-gondola-full::before{content:"󱬹"}.mdi-train-car-hopper::before{content:"󱬺"}.mdi-train-car-hopper-covered::before{content:"󱬻"}.mdi-train-car-hopper-full::before{content:"󱬼"}.mdi-train-car-intermodal::before{content:"󱬽"}.mdi-train-car-passenger::before{content:"󱜳"}.mdi-train-car-passenger-door::before{content:"󱜴"}.mdi-train-car-passenger-door-open::before{content:"󱜵"}.mdi-train-car-passenger-variant::before{content:"󱜶"}.mdi-train-car-tank::before{content:"󱬾"}.mdi-train-variant::before{content:"󰣄"}.mdi-tram::before{content:"󰔭"}.mdi-tram-side::before{content:"󰿧"}.mdi-transcribe::before{content:"󰔮"}.mdi-transcribe-close::before{content:"󰔯"}.mdi-transfer::before{content:"󱁥"}.mdi-transfer-down::before{content:"󰶡"}.mdi-transfer-left::before{content:"󰶢"}.mdi-transfer-right::before{content:"󰔰"}.mdi-transfer-up::before{content:"󰶣"}.mdi-transit-connection::before{content:"󰴼"}.mdi-transit-connection-horizontal::before{content:"󱕆"}.mdi-transit-connection-variant::before{content:"󰴽"}.mdi-transit-detour::before{content:"󰾋"}.mdi-transit-skip::before{content:"󱔕"}.mdi-transit-transfer::before{content:"󰚮"}.mdi-transition::before{content:"󰤕"}.mdi-transition-masked::before{content:"󰤖"}.mdi-translate::before{content:"󰗊"}.mdi-translate-off::before{content:"󰸆"}.mdi-translate-variant::before{content:"󱮙"}.mdi-transmission-tower::before{content:"󰴾"}.mdi-transmission-tower-export::before{content:"󱤬"}.mdi-transmission-tower-import::before{content:"󱤭"}.mdi-transmission-tower-off::before{content:"󱧝"}.mdi-trash-can::before{content:"󰩹"}.mdi-trash-can-outline::before{content:"󰩺"}.mdi-tray::before{content:"󱊔"}.mdi-tray-alert::before{content:"󱊕"}.mdi-tray-arrow-down::before{content:"󰄠"}.mdi-tray-arrow-up::before{content:"󰄝"}.mdi-tray-full::before{content:"󱊖"}.mdi-tray-minus::before{content:"󱊗"}.mdi-tray-plus::before{content:"󱊘"}.mdi-tray-remove::before{content:"󱊙"}.mdi-treasure-chest::before{content:"󰜦"}.mdi-tree::before{content:"󰔱"}.mdi-tree-outline::before{content:"󰹩"}.mdi-trello::before{content:"󰔲"}.mdi-trending-down::before{content:"󰔳"}.mdi-trending-neutral::before{content:"󰔴"}.mdi-trending-up::before{content:"󰔵"}.mdi-triangle::before{content:"󰔶"}.mdi-triangle-outline::before{content:"󰔷"}.mdi-triangle-small-down::before{content:"󱨉"}.mdi-triangle-small-up::before{content:"󱨊"}.mdi-triangle-wave::before{content:"󱑼"}.mdi-triforce::before{content:"󰯙"}.mdi-trophy::before{content:"󰔸"}.mdi-trophy-award::before{content:"󰔹"}.mdi-trophy-broken::before{content:"󰶤"}.mdi-trophy-outline::before{content:"󰔺"}.mdi-trophy-variant::before{content:"󰔻"}.mdi-trophy-variant-outline::before{content:"󰔼"}.mdi-truck::before{content:"󰔽"}.mdi-truck-alert::before{content:"󱧞"}.mdi-truck-alert-outline::before{content:"󱧟"}.mdi-truck-cargo-container::before{content:"󱣘"}.mdi-truck-check::before{content:"󰳔"}.mdi-truck-check-outline::before{content:"󱊚"}.mdi-truck-delivery::before{content:"󰔾"}.mdi-truck-delivery-outline::before{content:"󱊛"}.mdi-truck-fast::before{content:"󰞈"}.mdi-truck-fast-outline::before{content:"󱊜"}.mdi-truck-flatbed::before{content:"󱢑"}.mdi-truck-minus::before{content:"󱦮"}.mdi-truck-minus-outline::before{content:"󱦽"}.mdi-truck-outline::before{content:"󱊝"}.mdi-truck-plus::before{content:"󱦭"}.mdi-truck-plus-outline::before{content:"󱦼"}.mdi-truck-remove::before{content:"󱦯"}.mdi-truck-remove-outline::before{content:"󱦾"}.mdi-truck-snowflake::before{content:"󱦦"}.mdi-truck-trailer::before{content:"󰜧"}.mdi-trumpet::before{content:"󱂖"}.mdi-tshirt-crew::before{content:"󰩻"}.mdi-tshirt-crew-outline::before{content:"󰔿"}.mdi-tshirt-v::before{content:"󰩼"}.mdi-tshirt-v-outline::before{content:"󰕀"}.mdi-tsunami::before{content:"󱪁"}.mdi-tumble-dryer::before{content:"󰤗"}.mdi-tumble-dryer-alert::before{content:"󱆺"}.mdi-tumble-dryer-off::before{content:"󱆻"}.mdi-tune::before{content:"󰘮"}.mdi-tune-variant::before{content:"󱕂"}.mdi-tune-vertical::before{content:"󰙪"}.mdi-tune-vertical-variant::before{content:"󱕃"}.mdi-tunnel::before{content:"󱠽"}.mdi-tunnel-outline::before{content:"󱠾"}.mdi-turbine::before{content:"󱪂"}.mdi-turkey::before{content:"󱜛"}.mdi-turnstile::before{content:"󰳕"}.mdi-turnstile-outline::before{content:"󰳖"}.mdi-turtle::before{content:"󰳗"}.mdi-twitch::before{content:"󰕃"}.mdi-twitter::before{content:"󰕄"}.mdi-two-factor-authentication::before{content:"󰦯"}.mdi-typewriter::before{content:"󰼭"}.mdi-ubisoft::before{content:"󰯚"}.mdi-ubuntu::before{content:"󰕈"}.mdi-ufo::before{content:"󱃄"}.mdi-ufo-outline::before{content:"󱃅"}.mdi-ultra-high-definition::before{content:"󰟹"}.mdi-umbraco::before{content:"󰕉"}.mdi-umbrella::before{content:"󰕊"}.mdi-umbrella-beach::before{content:"󱢊"}.mdi-umbrella-beach-outline::before{content:"󱢋"}.mdi-umbrella-closed::before{content:"󰦰"}.mdi-umbrella-closed-outline::before{content:"󱏢"}.mdi-umbrella-closed-variant::before{content:"󱏡"}.mdi-umbrella-outline::before{content:"󰕋"}.mdi-undo::before{content:"󰕌"}.mdi-undo-variant::before{content:"󰕍"}.mdi-unfold-less-horizontal::before{content:"󰕎"}.mdi-unfold-less-vertical::before{content:"󰝠"}.mdi-unfold-more-horizontal::before{content:"󰕏"}.mdi-unfold-more-vertical::before{content:"󰝡"}.mdi-ungroup::before{content:"󰕐"}.mdi-unicode::before{content:"󰻐"}.mdi-unicorn::before{content:"󱗂"}.mdi-unicorn-variant::before{content:"󱗃"}.mdi-unicycle::before{content:"󱗥"}.mdi-unity::before{content:"󰚯"}.mdi-unreal::before{content:"󰦱"}.mdi-update::before{content:"󰚰"}.mdi-upload::before{content:"󰕒"}.mdi-upload-lock::before{content:"󱍳"}.mdi-upload-lock-outline::before{content:"󱍴"}.mdi-upload-multiple::before{content:"󰠽"}.mdi-upload-network::before{content:"󰛶"}.mdi-upload-network-outline::before{content:"󰳘"}.mdi-upload-off::before{content:"󱃆"}.mdi-upload-off-outline::before{content:"󱃇"}.mdi-upload-outline::before{content:"󰸇"}.mdi-usb::before{content:"󰕓"}.mdi-usb-flash-drive::before{content:"󱊞"}.mdi-usb-flash-drive-outline::before{content:"󱊟"}.mdi-usb-port::before{content:"󱇰"}.mdi-vacuum::before{content:"󱦡"}.mdi-vacuum-outline::before{content:"󱦢"}.mdi-valve::before{content:"󱁦"}.mdi-valve-closed::before{content:"󱁧"}.mdi-valve-open::before{content:"󱁨"}.mdi-van-passenger::before{content:"󰟺"}.mdi-van-utility::before{content:"󰟻"}.mdi-vanish::before{content:"󰟼"}.mdi-vanish-quarter::before{content:"󱕔"}.mdi-vanity-light::before{content:"󱇡"}.mdi-variable::before{content:"󰫧"}.mdi-variable-box::before{content:"󱄑"}.mdi-vector-arrange-above::before{content:"󰕔"}.mdi-vector-arrange-below::before{content:"󰕕"}.mdi-vector-bezier::before{content:"󰫨"}.mdi-vector-circle::before{content:"󰕖"}.mdi-vector-circle-variant::before{content:"󰕗"}.mdi-vector-combine::before{content:"󰕘"}.mdi-vector-curve::before{content:"󰕙"}.mdi-vector-difference::before{content:"󰕚"}.mdi-vector-difference-ab::before{content:"󰕛"}.mdi-vector-difference-ba::before{content:"󰕜"}.mdi-vector-ellipse::before{content:"󰢓"}.mdi-vector-intersection::before{content:"󰕝"}.mdi-vector-line::before{content:"󰕞"}.mdi-vector-link::before{content:"󰿨"}.mdi-vector-point::before{content:"󰇄"}.mdi-vector-point-edit::before{content:"󰧨"}.mdi-vector-point-minus::before{content:"󱭸"}.mdi-vector-point-plus::before{content:"󱭹"}.mdi-vector-point-select::before{content:"󰕟"}.mdi-vector-polygon::before{content:"󰕠"}.mdi-vector-polygon-variant::before{content:"󱡖"}.mdi-vector-polyline::before{content:"󰕡"}.mdi-vector-polyline-edit::before{content:"󱈥"}.mdi-vector-polyline-minus::before{content:"󱈦"}.mdi-vector-polyline-plus::before{content:"󱈧"}.mdi-vector-polyline-remove::before{content:"󱈨"}.mdi-vector-radius::before{content:"󰝊"}.mdi-vector-rectangle::before{content:"󰗆"}.mdi-vector-selection::before{content:"󰕢"}.mdi-vector-square::before{content:"󰀁"}.mdi-vector-square-close::before{content:"󱡗"}.mdi-vector-square-edit::before{content:"󱣙"}.mdi-vector-square-minus::before{content:"󱣚"}.mdi-vector-square-open::before{content:"󱡘"}.mdi-vector-square-plus::before{content:"󱣛"}.mdi-vector-square-remove::before{content:"󱣜"}.mdi-vector-triangle::before{content:"󰕣"}.mdi-vector-union::before{content:"󰕤"}.mdi-vhs::before{content:"󰨛"}.mdi-vibrate::before{content:"󰕦"}.mdi-vibrate-off::before{content:"󰳙"}.mdi-video::before{content:"󰕧"}.mdi-video-2d::before{content:"󱨜"}.mdi-video-3d::before{content:"󰟽"}.mdi-video-3d-off::before{content:"󱏙"}.mdi-video-3d-variant::before{content:"󰻑"}.mdi-video-4k-box::before{content:"󰠾"}.mdi-video-account::before{content:"󰤙"}.mdi-video-box::before{content:"󰃽"}.mdi-video-box-off::before{content:"󰃾"}.mdi-video-check::before{content:"󱁩"}.mdi-video-check-outline::before{content:"󱁪"}.mdi-video-high-definition::before{content:"󱔮"}.mdi-video-image::before{content:"󰤚"}.mdi-video-input-antenna::before{content:"󰠿"}.mdi-video-input-component::before{content:"󰡀"}.mdi-video-input-hdmi::before{content:"󰡁"}.mdi-video-input-scart::before{content:"󰾌"}.mdi-video-input-svideo::before{content:"󰡂"}.mdi-video-marker::before{content:"󱦩"}.mdi-video-marker-outline::before{content:"󱦪"}.mdi-video-minus::before{content:"󰦲"}.mdi-video-minus-outline::before{content:"󰊺"}.mdi-video-off::before{content:"󰕨"}.mdi-video-off-outline::before{content:"󰯛"}.mdi-video-outline::before{content:"󰯜"}.mdi-video-plus::before{content:"󰦳"}.mdi-video-plus-outline::before{content:"󰇓"}.mdi-video-stabilization::before{content:"󰤛"}.mdi-video-switch::before{content:"󰕩"}.mdi-video-switch-outline::before{content:"󰞐"}.mdi-video-vintage::before{content:"󰨜"}.mdi-video-wireless::before{content:"󰻒"}.mdi-video-wireless-outline::before{content:"󰻓"}.mdi-view-agenda::before{content:"󰕪"}.mdi-view-agenda-outline::before{content:"󱇘"}.mdi-view-array::before{content:"󰕫"}.mdi-view-array-outline::before{content:"󱒅"}.mdi-view-carousel::before{content:"󰕬"}.mdi-view-carousel-outline::before{content:"󱒆"}.mdi-view-column::before{content:"󰕭"}.mdi-view-column-outline::before{content:"󱒇"}.mdi-view-comfy::before{content:"󰹪"}.mdi-view-comfy-outline::before{content:"󱒈"}.mdi-view-compact::before{content:"󰹫"}.mdi-view-compact-outline::before{content:"󰹬"}.mdi-view-dashboard::before{content:"󰕮"}.mdi-view-dashboard-edit::before{content:"󱥇"}.mdi-view-dashboard-edit-outline::before{content:"󱥈"}.mdi-view-dashboard-outline::before{content:"󰨝"}.mdi-view-dashboard-variant::before{content:"󰡃"}.mdi-view-dashboard-variant-outline::before{content:"󱒉"}.mdi-view-day::before{content:"󰕯"}.mdi-view-day-outline::before{content:"󱒊"}.mdi-view-gallery::before{content:"󱢈"}.mdi-view-gallery-outline::before{content:"󱢉"}.mdi-view-grid::before{content:"󰕰"}.mdi-view-grid-outline::before{content:"󱇙"}.mdi-view-grid-plus::before{content:"󰾍"}.mdi-view-grid-plus-outline::before{content:"󱇚"}.mdi-view-headline::before{content:"󰕱"}.mdi-view-list::before{content:"󰕲"}.mdi-view-list-outline::before{content:"󱒋"}.mdi-view-module::before{content:"󰕳"}.mdi-view-module-outline::before{content:"󱒌"}.mdi-view-parallel::before{content:"󰜨"}.mdi-view-parallel-outline::before{content:"󱒍"}.mdi-view-quilt::before{content:"󰕴"}.mdi-view-quilt-outline::before{content:"󱒎"}.mdi-view-sequential::before{content:"󰜩"}.mdi-view-sequential-outline::before{content:"󱒏"}.mdi-view-split-horizontal::before{content:"󰯋"}.mdi-view-split-vertical::before{content:"󰯌"}.mdi-view-stream::before{content:"󰕵"}.mdi-view-stream-outline::before{content:"󱒐"}.mdi-view-week::before{content:"󰕶"}.mdi-view-week-outline::before{content:"󱒑"}.mdi-vimeo::before{content:"󰕷"}.mdi-violin::before{content:"󰘏"}.mdi-virtual-reality::before{content:"󰢔"}.mdi-virus::before{content:"󱎶"}.mdi-virus-off::before{content:"󱣡"}.mdi-virus-off-outline::before{content:"󱣢"}.mdi-virus-outline::before{content:"󱎷"}.mdi-vlc::before{content:"󰕼"}.mdi-voicemail::before{content:"󰕽"}.mdi-volcano::before{content:"󱪃"}.mdi-volcano-outline::before{content:"󱪄"}.mdi-volleyball::before{content:"󰦴"}.mdi-volume-equal::before{content:"󱬐"}.mdi-volume-high::before{content:"󰕾"}.mdi-volume-low::before{content:"󰕿"}.mdi-volume-medium::before{content:"󰖀"}.mdi-volume-minus::before{content:"󰝞"}.mdi-volume-mute::before{content:"󰝟"}.mdi-volume-off::before{content:"󰖁"}.mdi-volume-plus::before{content:"󰝝"}.mdi-volume-source::before{content:"󱄠"}.mdi-volume-variant-off::before{content:"󰸈"}.mdi-volume-vibrate::before{content:"󱄡"}.mdi-vote::before{content:"󰨟"}.mdi-vote-outline::before{content:"󰨠"}.mdi-vpn::before{content:"󰖂"}.mdi-vuejs::before{content:"󰡄"}.mdi-vuetify::before{content:"󰹭"}.mdi-walk::before{content:"󰖃"}.mdi-wall::before{content:"󰟾"}.mdi-wall-fire::before{content:"󱨑"}.mdi-wall-sconce::before{content:"󰤜"}.mdi-wall-sconce-flat::before{content:"󰤝"}.mdi-wall-sconce-flat-outline::before{content:"󱟉"}.mdi-wall-sconce-flat-variant::before{content:"󰐜"}.mdi-wall-sconce-flat-variant-outline::before{content:"󱟊"}.mdi-wall-sconce-outline::before{content:"󱟋"}.mdi-wall-sconce-round::before{content:"󰝈"}.mdi-wall-sconce-round-outline::before{content:"󱟌"}.mdi-wall-sconce-round-variant::before{content:"󰤞"}.mdi-wall-sconce-round-variant-outline::before{content:"󱟍"}.mdi-wallet::before{content:"󰖄"}.mdi-wallet-giftcard::before{content:"󰖅"}.mdi-wallet-membership::before{content:"󰖆"}.mdi-wallet-outline::before{content:"󰯝"}.mdi-wallet-plus::before{content:"󰾎"}.mdi-wallet-plus-outline::before{content:"󰾏"}.mdi-wallet-travel::before{content:"󰖇"}.mdi-wallpaper::before{content:"󰸉"}.mdi-wan::before{content:"󰖈"}.mdi-wardrobe::before{content:"󰾐"}.mdi-wardrobe-outline::before{content:"󰾑"}.mdi-warehouse::before{content:"󰾁"}.mdi-washing-machine::before{content:"󰜪"}.mdi-washing-machine-alert::before{content:"󱆼"}.mdi-washing-machine-off::before{content:"󱆽"}.mdi-watch::before{content:"󰖉"}.mdi-watch-export::before{content:"󰖊"}.mdi-watch-export-variant::before{content:"󰢕"}.mdi-watch-import::before{content:"󰖋"}.mdi-watch-import-variant::before{content:"󰢖"}.mdi-watch-variant::before{content:"󰢗"}.mdi-watch-vibrate::before{content:"󰚱"}.mdi-watch-vibrate-off::before{content:"󰳚"}.mdi-water::before{content:"󰖌"}.mdi-water-alert::before{content:"󱔂"}.mdi-water-alert-outline::before{content:"󱔃"}.mdi-water-boiler::before{content:"󰾒"}.mdi-water-boiler-alert::before{content:"󱆳"}.mdi-water-boiler-auto::before{content:"󱮘"}.mdi-water-boiler-off::before{content:"󱆴"}.mdi-water-check::before{content:"󱔄"}.mdi-water-check-outline::before{content:"󱔅"}.mdi-water-circle::before{content:"󱠆"}.mdi-water-minus::before{content:"󱔆"}.mdi-water-minus-outline::before{content:"󱔇"}.mdi-water-off::before{content:"󰖍"}.mdi-water-off-outline::before{content:"󱔈"}.mdi-water-opacity::before{content:"󱡕"}.mdi-water-outline::before{content:"󰸊"}.mdi-water-percent::before{content:"󰖎"}.mdi-water-percent-alert::before{content:"󱔉"}.mdi-water-plus::before{content:"󱔊"}.mdi-water-plus-outline::before{content:"󱔋"}.mdi-water-polo::before{content:"󱊠"}.mdi-water-pump::before{content:"󰖏"}.mdi-water-pump-off::before{content:"󰾓"}.mdi-water-remove::before{content:"󱔌"}.mdi-water-remove-outline::before{content:"󱔍"}.mdi-water-sync::before{content:"󱟆"}.mdi-water-thermometer::before{content:"󱪅"}.mdi-water-thermometer-outline::before{content:"󱪆"}.mdi-water-well::before{content:"󱁫"}.mdi-water-well-outline::before{content:"󱁬"}.mdi-waterfall::before{content:"󱡉"}.mdi-watering-can::before{content:"󱒁"}.mdi-watering-can-outline::before{content:"󱒂"}.mdi-watermark::before{content:"󰘒"}.mdi-wave::before{content:"󰼮"}.mdi-waveform::before{content:"󱑽"}.mdi-waves::before{content:"󰞍"}.mdi-waves-arrow-left::before{content:"󱡙"}.mdi-waves-arrow-right::before{content:"󱡚"}.mdi-waves-arrow-up::before{content:"󱡛"}.mdi-waze::before{content:"󰯞"}.mdi-weather-cloudy::before{content:"󰖐"}.mdi-weather-cloudy-alert::before{content:"󰼯"}.mdi-weather-cloudy-arrow-right::before{content:"󰹮"}.mdi-weather-cloudy-clock::before{content:"󱣶"}.mdi-weather-dust::before{content:"󱭚"}.mdi-weather-fog::before{content:"󰖑"}.mdi-weather-hail::before{content:"󰖒"}.mdi-weather-hazy::before{content:"󰼰"}.mdi-weather-hurricane::before{content:"󰢘"}.mdi-weather-lightning::before{content:"󰖓"}.mdi-weather-lightning-rainy::before{content:"󰙾"}.mdi-weather-night::before{content:"󰖔"}.mdi-weather-night-partly-cloudy::before{content:"󰼱"}.mdi-weather-partly-cloudy::before{content:"󰖕"}.mdi-weather-partly-lightning::before{content:"󰼲"}.mdi-weather-partly-rainy::before{content:"󰼳"}.mdi-weather-partly-snowy::before{content:"󰼴"}.mdi-weather-partly-snowy-rainy::before{content:"󰼵"}.mdi-weather-pouring::before{content:"󰖖"}.mdi-weather-rainy::before{content:"󰖗"}.mdi-weather-snowy::before{content:"󰖘"}.mdi-weather-snowy-heavy::before{content:"󰼶"}.mdi-weather-snowy-rainy::before{content:"󰙿"}.mdi-weather-sunny::before{content:"󰖙"}.mdi-weather-sunny-alert::before{content:"󰼷"}.mdi-weather-sunny-off::before{content:"󱓤"}.mdi-weather-sunset::before{content:"󰖚"}.mdi-weather-sunset-down::before{content:"󰖛"}.mdi-weather-sunset-up::before{content:"󰖜"}.mdi-weather-tornado::before{content:"󰼸"}.mdi-weather-windy::before{content:"󰖝"}.mdi-weather-windy-variant::before{content:"󰖞"}.mdi-web::before{content:"󰖟"}.mdi-web-box::before{content:"󰾔"}.mdi-web-cancel::before{content:"󱞐"}.mdi-web-check::before{content:"󰞉"}.mdi-web-clock::before{content:"󱉊"}.mdi-web-minus::before{content:"󱂠"}.mdi-web-off::before{content:"󰪎"}.mdi-web-plus::before{content:"󰀳"}.mdi-web-refresh::before{content:"󱞑"}.mdi-web-remove::before{content:"󰕑"}.mdi-web-sync::before{content:"󱞒"}.mdi-webcam::before{content:"󰖠"}.mdi-webcam-off::before{content:"󱜷"}.mdi-webhook::before{content:"󰘯"}.mdi-webpack::before{content:"󰜫"}.mdi-webrtc::before{content:"󱉈"}.mdi-wechat::before{content:"󰘑"}.mdi-weight::before{content:"󰖡"}.mdi-weight-gram::before{content:"󰴿"}.mdi-weight-kilogram::before{content:"󰖢"}.mdi-weight-lifter::before{content:"󱅝"}.mdi-weight-pound::before{content:"󰦵"}.mdi-whatsapp::before{content:"󰖣"}.mdi-wheel-barrow::before{content:"󱓲"}.mdi-wheelchair::before{content:"󱪇"}.mdi-wheelchair-accessibility::before{content:"󰖤"}.mdi-whistle::before{content:"󰦶"}.mdi-whistle-outline::before{content:"󱊼"}.mdi-white-balance-auto::before{content:"󰖥"}.mdi-white-balance-incandescent::before{content:"󰖦"}.mdi-white-balance-iridescent::before{content:"󰖧"}.mdi-white-balance-sunny::before{content:"󰖨"}.mdi-widgets::before{content:"󰜬"}.mdi-widgets-outline::before{content:"󱍕"}.mdi-wifi::before{content:"󰖩"}.mdi-wifi-alert::before{content:"󱚵"}.mdi-wifi-arrow-down::before{content:"󱚶"}.mdi-wifi-arrow-left::before{content:"󱚷"}.mdi-wifi-arrow-left-right::before{content:"󱚸"}.mdi-wifi-arrow-right::before{content:"󱚹"}.mdi-wifi-arrow-up::before{content:"󱚺"}.mdi-wifi-arrow-up-down::before{content:"󱚻"}.mdi-wifi-cancel::before{content:"󱚼"}.mdi-wifi-check::before{content:"󱚽"}.mdi-wifi-cog::before{content:"󱚾"}.mdi-wifi-lock::before{content:"󱚿"}.mdi-wifi-lock-open::before{content:"󱛀"}.mdi-wifi-marker::before{content:"󱛁"}.mdi-wifi-minus::before{content:"󱛂"}.mdi-wifi-off::before{content:"󰖪"}.mdi-wifi-plus::before{content:"󱛃"}.mdi-wifi-refresh::before{content:"󱛄"}.mdi-wifi-remove::before{content:"󱛅"}.mdi-wifi-settings::before{content:"󱛆"}.mdi-wifi-star::before{content:"󰸋"}.mdi-wifi-strength-1::before{content:"󰤟"}.mdi-wifi-strength-1-alert::before{content:"󰤠"}.mdi-wifi-strength-1-lock::before{content:"󰤡"}.mdi-wifi-strength-1-lock-open::before{content:"󱛋"}.mdi-wifi-strength-2::before{content:"󰤢"}.mdi-wifi-strength-2-alert::before{content:"󰤣"}.mdi-wifi-strength-2-lock::before{content:"󰤤"}.mdi-wifi-strength-2-lock-open::before{content:"󱛌"}.mdi-wifi-strength-3::before{content:"󰤥"}.mdi-wifi-strength-3-alert::before{content:"󰤦"}.mdi-wifi-strength-3-lock::before{content:"󰤧"}.mdi-wifi-strength-3-lock-open::before{content:"󱛍"}.mdi-wifi-strength-4::before{content:"󰤨"}.mdi-wifi-strength-4-alert::before{content:"󰤩"}.mdi-wifi-strength-4-lock::before{content:"󰤪"}.mdi-wifi-strength-4-lock-open::before{content:"󱛎"}.mdi-wifi-strength-alert-outline::before{content:"󰤫"}.mdi-wifi-strength-lock-open-outline::before{content:"󱛏"}.mdi-wifi-strength-lock-outline::before{content:"󰤬"}.mdi-wifi-strength-off::before{content:"󰤭"}.mdi-wifi-strength-off-outline::before{content:"󰤮"}.mdi-wifi-strength-outline::before{content:"󰤯"}.mdi-wifi-sync::before{content:"󱛇"}.mdi-wikipedia::before{content:"󰖬"}.mdi-wind-power::before{content:"󱪈"}.mdi-wind-power-outline::before{content:"󱪉"}.mdi-wind-turbine::before{content:"󰶥"}.mdi-wind-turbine-alert::before{content:"󱦫"}.mdi-wind-turbine-check::before{content:"󱦬"}.mdi-window-close::before{content:"󰖭"}.mdi-window-closed::before{content:"󰖮"}.mdi-window-closed-variant::before{content:"󱇛"}.mdi-window-maximize::before{content:"󰖯"}.mdi-window-minimize::before{content:"󰖰"}.mdi-window-open::before{content:"󰖱"}.mdi-window-open-variant::before{content:"󱇜"}.mdi-window-restore::before{content:"󰖲"}.mdi-window-shutter::before{content:"󱄜"}.mdi-window-shutter-alert::before{content:"󱄝"}.mdi-window-shutter-auto::before{content:"󱮣"}.mdi-window-shutter-cog::before{content:"󱪊"}.mdi-window-shutter-open::before{content:"󱄞"}.mdi-window-shutter-settings::before{content:"󱪋"}.mdi-windsock::before{content:"󱗺"}.mdi-wiper::before{content:"󰫩"}.mdi-wiper-wash::before{content:"󰶦"}.mdi-wiper-wash-alert::before{content:"󱣟"}.mdi-wizard-hat::before{content:"󱑷"}.mdi-wordpress::before{content:"󰖴"}.mdi-wrap::before{content:"󰖶"}.mdi-wrap-disabled::before{content:"󰯟"}.mdi-wrench::before{content:"󰖷"}.mdi-wrench-check::before{content:"󱮏"}.mdi-wrench-check-outline::before{content:"󱮐"}.mdi-wrench-clock::before{content:"󱦣"}.mdi-wrench-clock-outline::before{content:"󱮓"}.mdi-wrench-cog::before{content:"󱮑"}.mdi-wrench-cog-outline::before{content:"󱮒"}.mdi-wrench-outline::before{content:"󰯠"}.mdi-xamarin::before{content:"󰡅"}.mdi-xml::before{content:"󰗀"}.mdi-xmpp::before{content:"󰟿"}.mdi-yahoo::before{content:"󰭏"}.mdi-yeast::before{content:"󰗁"}.mdi-yin-yang::before{content:"󰚀"}.mdi-yoga::before{content:"󱅼"}.mdi-youtube::before{content:"󰗃"}.mdi-youtube-gaming::before{content:"󰡈"}.mdi-youtube-studio::before{content:"󰡇"}.mdi-youtube-subscription::before{content:"󰵀"}.mdi-youtube-tv::before{content:"󰑈"}.mdi-yurt::before{content:"󱔖"}.mdi-z-wave::before{content:"󰫪"}.mdi-zend::before{content:"󰫫"}.mdi-zigbee::before{content:"󰵁"}.mdi-zip-box::before{content:"󰗄"}.mdi-zip-box-outline::before{content:"󰿺"}.mdi-zip-disk::before{content:"󰨣"}.mdi-zodiac-aquarius::before{content:"󰩽"}.mdi-zodiac-aries::before{content:"󰩾"}.mdi-zodiac-cancer::before{content:"󰩿"}.mdi-zodiac-capricorn::before{content:"󰪀"}.mdi-zodiac-gemini::before{content:"󰪁"}.mdi-zodiac-leo::before{content:"󰪂"}.mdi-zodiac-libra::before{content:"󰪃"}.mdi-zodiac-pisces::before{content:"󰪄"}.mdi-zodiac-sagittarius::before{content:"󰪅"}.mdi-zodiac-scorpio::before{content:"󰪆"}.mdi-zodiac-taurus::before{content:"󰪇"}.mdi-zodiac-virgo::before{content:"󰪈"}.mdi-blank::before{content:"";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,.26)}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:hsla(0,0%,100%,.3)}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.mdi-flip-h:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:"feather";src:url(/assets/ba142c9a3d0f5747c347-cf2020460ecdf7d6456de9fca4ef152a0cf73c62c79e76c3d32f7c1e2e3f0923.eot?t=1525787366991);src:url(/assets/ba142c9a3d0f5747c347-cf2020460ecdf7d6456de9fca4ef152a0cf73c62c79e76c3d32f7c1e2e3f0923.eot?t=1525787366991#iefix) format("embedded-opentype"),url(/assets/3fa166a56aa3839c5d12-672d04ef17491fa19469d455fa02e1760a3ed3db10f7c7b5a52aad5386253e93.woff?t=1525787366991) format("woff"),url(/assets/aaacbaee6c14b4207d39-7be6b48381ab71cd5ad7e28de07d008b37c2b06187bb4deb45a3c5b0faf357a2.ttf?t=1525787366991) format("truetype"),url(/assets/68000ec2e5401dd81479-95fcd9212cff25a148b9300e080b6f52a7aec25293a0dc30bed31af8f358d91c.svg?t=1525787366991#feather) format("svg")}[class^=fe-]{font-family:"feather" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fe-alert-octagon:before{content:""}.fe-alert-circle:before{content:""}.fe-activity:before{content:""}.fe-alert-triangle:before{content:""}.fe-align-center:before{content:""}.fe-airplay:before{content:""}.fe-align-justify:before{content:""}.fe-align-left:before{content:""}.fe-align-right:before{content:""}.fe-arrow-down-left:before{content:""}.fe-arrow-down-right:before{content:""}.fe-anchor:before{content:""}.fe-aperture:before{content:""}.fe-arrow-left:before{content:""}.fe-arrow-right:before{content:""}.fe-arrow-down:before{content:""}.fe-arrow-up-left:before{content:""}.fe-arrow-up-right:before{content:""}.fe-arrow-up:before{content:""}.fe-award:before{content:""}.fe-bar-chart:before{content:""}.fe-at-sign:before{content:""}.fe-bar-chart-2:before{content:""}.fe-battery-charging:before{content:""}.fe-bell-off:before{content:""}.fe-battery:before{content:""}.fe-bluetooth:before{content:""}.fe-bell:before{content:""}.fe-book:before{content:""}.fe-briefcase:before{content:""}.fe-camera-off:before{content:""}.fe-calendar:before{content:""}.fe-bookmark:before{content:""}.fe-box:before{content:""}.fe-camera:before{content:""}.fe-check-circle:before{content:""}.fe-check:before{content:""}.fe-check-square:before{content:""}.fe-cast:before{content:""}.fe-chevron-down:before{content:""}.fe-chevron-left:before{content:""}.fe-chevron-right:before{content:""}.fe-chevron-up:before{content:""}.fe-chevrons-down:before{content:""}.fe-chevrons-right:before{content:""}.fe-chevrons-up:before{content:""}.fe-chevrons-left:before{content:""}.fe-circle:before{content:""}.fe-clipboard:before{content:""}.fe-chrome:before{content:""}.fe-clock:before{content:""}.fe-cloud-lightning:before{content:""}.fe-cloud-drizzle:before{content:""}.fe-cloud-rain:before{content:""}.fe-cloud-off:before{content:""}.fe-codepen:before{content:""}.fe-cloud-snow:before{content:""}.fe-compass:before{content:""}.fe-copy:before{content:""}.fe-corner-down-right:before{content:""}.fe-corner-down-left:before{content:""}.fe-corner-left-down:before{content:""}.fe-corner-left-up:before{content:""}.fe-corner-up-left:before{content:""}.fe-corner-up-right:before{content:""}.fe-corner-right-down:before{content:""}.fe-corner-right-up:before{content:""}.fe-cpu:before{content:""}.fe-credit-card:before{content:""}.fe-crosshair:before{content:""}.fe-disc:before{content:""}.fe-delete:before{content:""}.fe-download-cloud:before{content:""}.fe-download:before{content:""}.fe-droplet:before{content:""}.fe-edit-2:before{content:""}.fe-edit:before{content:""}.fe-edit-1:before{content:""}.fe-external-link:before{content:""}.fe-eye:before{content:""}.fe-feather:before{content:""}.fe-facebook:before{content:""}.fe-file-minus:before{content:""}.fe-eye-off:before{content:""}.fe-fast-forward:before{content:""}.fe-file-text:before{content:""}.fe-film:before{content:""}.fe-file:before{content:""}.fe-file-plus:before{content:""}.fe-folder:before{content:""}.fe-filter:before{content:""}.fe-flag:before{content:""}.fe-globe:before{content:""}.fe-grid:before{content:""}.fe-heart:before{content:""}.fe-home:before{content:""}.fe-github:before{content:""}.fe-image:before{content:""}.fe-inbox:before{content:""}.fe-layers:before{content:""}.fe-info:before{content:""}.fe-instagram:before{content:""}.fe-layout:before{content:""}.fe-link-2:before{content:""}.fe-life-buoy:before{content:""}.fe-link:before{content:""}.fe-log-in:before{content:""}.fe-list:before{content:""}.fe-lock:before{content:""}.fe-log-out:before{content:""}.fe-loader:before{content:""}.fe-mail:before{content:""}.fe-maximize-2:before{content:""}.fe-map:before{content:""}.fe-map-pin:before{content:""}.fe-menu:before{content:""}.fe-message-circle:before{content:""}.fe-message-square:before{content:""}.fe-minimize-2:before{content:""}.fe-mic-off:before{content:""}.fe-minus-circle:before{content:""}.fe-mic:before{content:""}.fe-minus-square:before{content:""}.fe-minus:before{content:""}.fe-moon:before{content:""}.fe-monitor:before{content:""}.fe-more-vertical:before{content:""}.fe-more-horizontal:before{content:""}.fe-move:before{content:""}.fe-music:before{content:""}.fe-navigation-2:before{content:""}.fe-navigation:before{content:""}.fe-octagon:before{content:""}.fe-package:before{content:""}.fe-pause-circle:before{content:""}.fe-pause:before{content:""}.fe-percent:before{content:""}.fe-phone-call:before{content:""}.fe-phone-forwarded:before{content:""}.fe-phone-missed:before{content:""}.fe-phone-off:before{content:""}.fe-phone-incoming:before{content:""}.fe-phone:before{content:""}.fe-phone-outgoing:before{content:""}.fe-pie-chart:before{content:""}.fe-play-circle:before{content:""}.fe-play:before{content:""}.fe-plus-square:before{content:""}.fe-plus-circle:before{content:""}.fe-plus:before{content:""}.fe-pocket:before{content:""}.fe-printer:before{content:""}.fe-power:before{content:""}.fe-radio:before{content:""}.fe-repeat:before{content:""}.fe-refresh-ccw:before{content:""}.fe-rewind:before{content:""}.fe-rotate-ccw:before{content:""}.fe-refresh-cw:before{content:""}.fe-rotate-cw:before{content:""}.fe-save:before{content:""}.fe-search:before{content:""}.fe-server:before{content:""}.fe-scissors:before{content:""}.fe-share-2:before{content:""}.fe-share:before{content:""}.fe-shield:before{content:""}.fe-settings:before{content:""}.fe-skip-back:before{content:""}.fe-shuffle:before{content:""}.fe-sidebar:before{content:""}.fe-skip-forward:before{content:""}.fe-slack:before{content:""}.fe-slash:before{content:""}.fe-smartphone:before{content:""}.fe-square:before{content:""}.fe-speaker:before{content:""}.fe-star:before{content:""}.fe-stop-circle:before{content:""}.fe-sun:before{content:""}.fe-sunrise:before{content:""}.fe-tablet:before{content:""}.fe-tag:before{content:""}.fe-sunset:before{content:""}.fe-target:before{content:""}.fe-thermometer:before{content:""}.fe-thumbs-up:before{content:""}.fe-thumbs-down:before{content:""}.fe-toggle-left:before{content:""}.fe-toggle-right:before{content:""}.fe-trash-2:before{content:""}.fe-trash:before{content:""}.fe-trending-up:before{content:""}.fe-trending-down:before{content:""}.fe-triangle:before{content:""}.fe-type:before{content:""}.fe-twitter:before{content:""}.fe-upload:before{content:""}.fe-umbrella:before{content:""}.fe-upload-cloud:before{content:""}.fe-unlock:before{content:""}.fe-user-check:before{content:""}.fe-user-minus:before{content:""}.fe-user-plus:before{content:""}.fe-user-x:before{content:""}.fe-user:before{content:""}.fe-users:before{content:""}.fe-video-off:before{content:""}.fe-video:before{content:""}.fe-voicemail:before{content:""}.fe-volume-x:before{content:""}.fe-volume-2:before{content:""}.fe-volume-1:before{content:""}.fe-volume:before{content:""}.fe-watch:before{content:""}.fe-wifi:before{content:""}.fe-x-square:before{content:""}.fe-wind:before{content:""}.fe-x:before{content:""}.fe-x-circle:before{content:""}.fe-zap:before{content:""}.fe-zoom-in:before{content:""}.fe-zoom-out:before{content:""}.fe-command:before{content:""}.fe-cloud:before{content:""}.fe-hash:before{content:""}.fe-headphones:before{content:""}.fe-underline:before{content:""}.fe-italic:before{content:""}.fe-bold:before{content:""}.fe-crop:before{content:""}.fe-help-circle:before{content:""}.fe-paperclip:before{content:""}.fe-shopping-cart:before{content:""}.fe-tv:before{content:""}.fe-wifi-off:before{content:""}.fe-minimize:before{content:""}.fe-maximize:before{content:""}.fe-gitlab:before{content:""}.fe-sliders:before{content:""}.fe-star-on:before{content:""}.fe-heart-on:before{content:""}.fe-archive:before{content:""}.fe-arrow-down-circle:before{content:""}.fe-arrow-up-circle:before{content:""}.fe-arrow-left-circle:before{content:""}.fe-arrow-right-circle:before{content:""}.fe-bar-chart-line-:before{content:""}.fe-bar-chart-line:before{content:""}.fe-book-open:before{content:""}.fe-code:before{content:""}.fe-database:before{content:""}.fe-dollar-sign:before{content:""}.fe-folder-plus:before{content:""}.fe-gift:before{content:""}.fe-folder-minus:before{content:""}.fe-git-commit:before{content:""}.fe-git-branch:before{content:""}.fe-git-pull-request:before{content:""}.fe-git-merge:before{content:""}.fe-linkedin:before{content:""}.fe-hard-drive:before{content:""}.fe-more-vertical-:before{content:""}.fe-more-horizontal-:before{content:""}.fe-rss:before{content:""}.fe-send:before{content:""}.fe-shield-off:before{content:""}.fe-shopping-bag:before{content:""}.fe-terminal:before{content:""}.fe-truck:before{content:""}.fe-zap-off:before{content:""}.fe-youtube:before{content:""}/*!
 * Font Awesome Free 5.13.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)
 */.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-0.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.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-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1, -1);transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:"拏"}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:"勒"}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:"串"}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:"龜"}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:"樂"}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:"諾"}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:"丹"}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:"寧"}.fa-handshake-slash:before{content:"怒"}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:"率"}.fa-head-side-cough-slash:before{content:"異"}.fa-head-side-mask:before{content:"北"}.fa-head-side-virus:before{content:"磻"}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:"便"}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:"邏"}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:"凌"}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:"復"}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:"不"}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:"駱"}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:"稜"}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:"泌"}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:"爛"}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:"數"}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:"索"}.fa-pump-soap:before{content:"參"}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:"塞"}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:"綾"}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:"葉"}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:"說"}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:"殺"}.fa-store-slash:before{content:"辰"}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:"沈"}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:"論"}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:"雷"}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:"若"}.fa-virus-slash:before{content:"掠"}.fa-viruses:before{content:"略"}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/607a77859353c0cc1882-c7bb2b5eb0a3d70f8cae2e7c911c998f25c44edf802c42d07280f12535928d93.eot);src:url(/assets/607a77859353c0cc1882-c7bb2b5eb0a3d70f8cae2e7c911c998f25c44edf802c42d07280f12535928d93.eot?#iefix) format("embedded-opentype"),url(/assets/31015e861aeb30ff8355-72bee120684b8ed53b9010f36ee025e0342b95149c15ca8f5f58b94e2519d20e.woff2) format("woff2"),url(/assets/ee26f57bc9e3619b022b-7128310d2a1108f27977e17afb15f98ca801e1a1b6dbdeff9e54e98c8174680f.woff) format("woff"),url(/assets/5818bbd07dfd7095920a-83a7ed1e0101c6ad43b92b11a7d40b8ee3340b9067bd6dda6f4945e4a222e525.ttf) format("truetype"),url(/assets/3c45c98f6f6c1b009c08-5c6bfccd45ecb5926eb5a767f2cb7843b7df9c0dc9f1d6f4c706a0b452a9c9aa.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/0747be4cba2f8600544f-044ec7e8c278316fb4733fd045a24750b1efb2840bfeeb04339cbb8880a2bd29.eot);src:url(/assets/0747be4cba2f8600544f-044ec7e8c278316fb4733fd045a24750b1efb2840bfeeb04339cbb8880a2bd29.eot?#iefix) format("embedded-opentype"),url(/assets/c52405129ae48097815d-95d99bc7759d6a77d81373510604b63c0ad9295fdbb1f6c9da0c923f4e221178.woff2) format("woff2"),url(/assets/8b892b7904a39e37c53d-24780b83ab131e05f767ca0758d9dee738a2c10f3cd17329a3f5bafd59dde1ba.woff) format("woff"),url(/assets/c3146b3524e97475c094-0d79d110605b201387bc02ab87f8c4a90214e7c8c051a36fc07841b101d89b8b.ttf) format("truetype"),url(/assets/ab47faeab8ddc5f809ec-80980990a4a1c9f37d1c8049f1124dae455adf1952a1febeaa9e75dea67f6f2c.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/7eefe04dc985dd4ad38b-70f7add4456e350cd00006faed301edc96d849a348d60e2b8b2b17f154a03699.eot);src:url(/assets/7eefe04dc985dd4ad38b-70f7add4456e350cd00006faed301edc96d849a348d60e2b8b2b17f154a03699.eot?#iefix) format("embedded-opentype"),url(/assets/9451d5fee89b51a20f8a-eb9871633db8a4d7b8d66ceb6ef158e2f970bf4d2df6e2ee3122db7c19b285bc.woff2) format("woff2"),url(/assets/a940d584750708f5435c-fcaef3c02b9c52f7008cea5aaebf2c55a9b4a3740ef894986a66dcd4684984da.woff) format("woff"),url(/assets/32267f3b4db33a7c85ee-f18f81ea97211566a85df22d1a5ead1629af06a7dae24295ae9397305dc5ac1e.ttf) format("truetype"),url(/assets/18df003f90a7f1313b98-1a8cd60f1e07ec25f1d89d37fbee0504b3403451cac293266abbc5edcdc22f84.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}@font-face{font-family:"boxicons";font-weight:normal;font-style:normal;src:url(/assets/6829ebb16362074c0c30-b159eee39e5b5d31dd399f4846edc9f3bf4fac4b4bcd0ee8c30707afd00b8d2d.eot);src:url(/assets/6829ebb16362074c0c30-b159eee39e5b5d31dd399f4846edc9f3bf4fac4b4bcd0ee8c30707afd00b8d2d.eot) format("embedded-opentype"),url(/assets/c6d7d0356c53c17d21be-e0d6f7df06203b00ec884c210ea2419d4d07a9ca15be31e0309005a974e9d6ee.woff2) format("woff2"),url(/assets/dcaf6a260cca4a061aff-ce5b310c0206c14941576cda3e9386f2e4f636241b641015d229604a9f327c0f.woff) format("woff"),url(/assets/e2ffa5b9254ec286b380-874ace05ae8cb8098bf7eeaf17b2964bf87c059b31da1ef97dfa3d1bef78eefd.ttf) format("truetype"),url(/assets/5e81160c5f41fcc12b38-41550b3b10c3e03122280f0a8e614487bcdad227417b2d1368dc3dd5069b915c.svg?#boxicons) format("svg")}.bx{font-family:"boxicons" !important;font-weight:normal;font-style:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);transform:scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);transform:scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg)}40%,60%,80%{-webkit-transform:scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);transform:scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);transform:scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);transform:scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg)}40%,60%,80%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.bx-spin{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem !important}.bx-sm{font-size:1.55rem !important}.bx-md{font-size:2.25rem !important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-0.2em !important;vertical-align:middle}.bx-lg{font-size:3rem !important}.bx-pull-left{float:left;margin-right:.3em !important}.bx-pull-right{float:right;margin-left:.3em !important}.bx-rotate-90{transform:rotate(90deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.bx-rotate-180{transform:rotate(180deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"}.bx-rotate-270{transform:rotate(270deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"}.bx-flip-horizontal{transform:scaleX(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"}.bx-flip-vertical{transform:scaleY(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxl-adobe:before{content:""}.bxl-algolia:before{content:""}.bxl-audible:before{content:""}.bxl-figma:before{content:""}.bxl-redbubble:before{content:""}.bxl-etsy:before{content:""}.bxl-gitlab:before{content:""}.bxl-patreon:before{content:""}.bxl-facebook-circle:before{content:""}.bxl-imdb:before{content:""}.bxl-jquery:before{content:""}.bxl-pinterest-alt:before{content:""}.bxl-500px:before{content:""}.bxl-airbnb:before{content:""}.bxl-amazon:before{content:""}.bxl-android:before{content:""}.bxl-angular:before{content:""}.bxl-apple:before{content:""}.bxl-baidu:before{content:""}.bxl-behance:before{content:""}.bxl-bing:before{content:""}.bxl-bitcoin:before{content:""}.bxl-blogger:before{content:""}.bxl-bootstrap:before{content:""}.bxl-chrome:before{content:""}.bxl-codepen:before{content:""}.bxl-creative-commons:before{content:""}.bxl-css3:before{content:""}.bxl-dailymotion:before{content:""}.bxl-deviantart:before{content:""}.bxl-digg:before{content:""}.bxl-digitalocean:before{content:""}.bxl-discord:before{content:""}.bxl-discourse:before{content:""}.bxl-dribbble:before{content:""}.bxl-dropbox:before{content:""}.bxl-drupal:before{content:""}.bxl-ebay:before{content:""}.bxl-edge:before{content:""}.bxl-facebook:before{content:""}.bxl-facebook-square:before{content:""}.bxl-firefox:before{content:""}.bxl-flickr:before{content:""}.bxl-flickr-square:before{content:""}.bxl-foursquare:before{content:""}.bxl-git:before{content:""}.bxl-github:before{content:""}.bxl-google:before{content:""}.bxl-google-plus:before{content:""}.bxl-google-plus-circle:before{content:""}.bxl-html5:before{content:""}.bxl-instagram:before{content:""}.bxl-instagram-alt:before{content:""}.bxl-internet-explorer:before{content:""}.bxl-invision:before{content:""}.bxl-javascript:before{content:""}.bxl-joomla:before{content:""}.bxl-jsfiddle:before{content:""}.bxl-kickstarter:before{content:""}.bxl-less:before{content:""}.bxl-linkedin:before{content:""}.bxl-linkedin-square:before{content:""}.bxl-magento:before{content:""}.bxl-mailchimp:before{content:""}.bxl-mastercard:before{content:""}.bxl-medium:before{content:""}.bxl-medium-old:before{content:""}.bxl-medium-square:before{content:""}.bxl-messenger:before{content:""}.bxl-microsoft:before{content:""}.bxl-nodejs:before{content:""}.bxl-opera:before{content:""}.bxl-paypal:before{content:""}.bxl-periscope:before{content:""}.bxl-pinterest:before{content:""}.bxl-play-store:before{content:""}.bxl-pocket:before{content:""}.bxl-product-hunt:before{content:""}.bxl-quora:before{content:""}.bxl-react:before{content:""}.bxl-reddit:before{content:""}.bxl-redux:before{content:""}.bxl-sass:before{content:""}.bxl-shopify:before{content:""}.bxl-skype:before{content:""}.bxl-slack:before{content:""}.bxl-slack-old:before{content:""}.bxl-snapchat:before{content:""}.bxl-soundcloud:before{content:""}.bxl-spotify:before{content:""}.bxl-squarespace:before{content:""}.bxl-stack-overflow:before{content:""}.bxl-stripe:before{content:""}.bxl-telegram:before{content:""}.bxl-trello:before{content:""}.bxl-tumblr:before{content:""}.bxl-twitch:before{content:""}.bxl-twitter:before{content:""}.bxl-unsplash:before{content:""}.bxl-vimeo:before{content:""}.bxl-visa:before{content:""}.bxl-vk:before{content:""}.bxl-vuejs:before{content:""}.bxl-whatsapp:before{content:""}.bxl-whatsapp-square:before{content:""}.bxl-wikipedia:before{content:""}.bxl-windows:before{content:""}.bxl-wix:before{content:""}.bxl-wordpress:before{content:""}.bxl-yahoo:before{content:""}.bxl-yelp:before{content:""}.bxl-youtube:before{content:""}.bx-accessibility:before{content:""}.bx-add-to-queue:before{content:""}.bx-adjust:before{content:""}.bx-alarm:before{content:""}.bx-alarm-add:before{content:""}.bx-alarm-off:before{content:""}.bx-album:before{content:""}.bx-align-justify:before{content:""}.bx-align-left:before{content:""}.bx-align-middle:before{content:""}.bx-align-right:before{content:""}.bx-analyse:before{content:""}.bx-anchor:before{content:""}.bx-angry:before{content:""}.bx-aperture:before{content:""}.bx-archive:before{content:""}.bx-archive-in:before{content:""}.bx-archive-out:before{content:""}.bx-area:before{content:""}.bx-arrow-back:before{content:""}.bx-at:before{content:""}.bx-award:before{content:""}.bx-badge:before{content:""}.bx-badge-check:before{content:""}.bx-ball:before{content:""}.bx-band-aid:before{content:""}.bx-bar-chart:before{content:""}.bx-bar-chart-alt:before{content:""}.bx-bar-chart-alt-2:before{content:""}.bx-bar-chart-square:before{content:""}.bx-barcode:before{content:""}.bx-basket:before{content:""}.bx-basketball:before{content:""}.bx-bath:before{content:""}.bx-battery:before{content:""}.bx-bed:before{content:""}.bx-bell:before{content:""}.bx-bell-minus:before{content:""}.bx-bell-off:before{content:""}.bx-bell-plus:before{content:""}.bx-bitcoin:before{content:""}.bx-block:before{content:""}.bx-bluetooth:before{content:""}.bx-body:before{content:""}.bx-bold:before{content:""}.bx-bolt-circle:before{content:""}.bx-book:before{content:""}.bx-book-bookmark:before{content:""}.bx-book-content:before{content:""}.bx-bookmark:before{content:""}.bx-bookmark-minus:before{content:""}.bx-bookmark-plus:before{content:""}.bx-bookmarks:before{content:""}.bx-book-open:before{content:""}.bx-border-all:before{content:""}.bx-border-bottom:before{content:""}.bx-border-left:before{content:""}.bx-border-radius:before{content:""}.bx-border-right:before{content:""}.bx-border-top:before{content:""}.bx-bot:before{content:""}.bx-bowling-ball:before{content:""}.bx-box:before{content:""}.bx-briefcase:before{content:""}.bx-briefcase-alt:before{content:""}.bx-briefcase-alt-2:before{content:""}.bx-brightness:before{content:""}.bx-brightness-half:before{content:""}.bx-broadcast:before{content:""}.bx-brush:before{content:""}.bx-brush-alt:before{content:""}.bx-bug:before{content:""}.bx-bug-alt:before{content:""}.bx-building:before{content:""}.bx-building-house:before{content:""}.bx-buildings:before{content:""}.bx-bulb:before{content:""}.bx-bullseye:before{content:""}.bx-buoy:before{content:""}.bx-bus:before{content:""}.bx-cake:before{content:""}.bx-calculator:before{content:""}.bx-calendar:before{content:""}.bx-calendar-alt:before{content:""}.bx-calendar-check:before{content:""}.bx-calendar-event:before{content:""}.bx-calendar-minus:before{content:""}.bx-calendar-plus:before{content:""}.bx-calendar-x:before{content:""}.bx-camera:before{content:""}.bx-camera-off:before{content:""}.bx-captions:before{content:""}.bx-car:before{content:""}.bx-card:before{content:""}.bx-caret-down:before{content:""}.bx-caret-left:before{content:""}.bx-caret-right:before{content:""}.bx-caret-up:before{content:""}.bx-carousel:before{content:""}.bx-cart:before{content:""}.bx-cart-alt:before{content:""}.bx-cast:before{content:""}.bx-certification:before{content:""}.bx-chalkboard:before{content:""}.bx-chart:before{content:""}.bx-chat:before{content:""}.bx-check:before{content:""}.bx-checkbox:before{content:""}.bx-checkbox-checked:before{content:""}.bx-checkbox-square:before{content:""}.bx-check-circle:before{content:""}.bx-check-double:before{content:""}.bx-check-shield:before{content:""}.bx-check-square:before{content:""}.bx-chevron-down:before{content:""}.bx-chevron-left:before{content:""}.bx-chevron-right:before{content:""}.bx-chevrons-down:before{content:""}.bx-chevrons-left:before{content:""}.bx-chevrons-right:before{content:""}.bx-chevrons-up:before{content:""}.bx-chevron-up:before{content:""}.bx-chip:before{content:""}.bx-circle:before{content:""}.bx-clinic:before{content:""}.bx-clipboard:before{content:""}.bx-closet:before{content:""}.bx-cloud:before{content:""}.bx-cloud-download:before{content:""}.bx-cloud-drizzle:before{content:""}.bx-cloud-lightning:before{content:""}.bx-cloud-light-rain:before{content:""}.bx-cloud-rain:before{content:""}.bx-cloud-snow:before{content:""}.bx-cloud-upload:before{content:""}.bx-code:before{content:""}.bx-code-alt:before{content:""}.bx-code-block:before{content:""}.bx-code-curly:before{content:""}.bx-coffee:before{content:""}.bx-cog:before{content:""}.bx-collapse:before{content:""}.bx-collection:before{content:""}.bx-columns:before{content:""}.bx-command:before{content:""}.bx-comment:before{content:""}.bx-comment-dots:before{content:""}.bx-compass:before{content:""}.bx-confused:before{content:""}.bx-conversation:before{content:""}.bx-cool:before{content:""}.bx-copy:before{content:""}.bx-copy-alt:before{content:""}.bx-copyright:before{content:""}.bx-credit-card:before{content:""}.bx-credit-card-alt:before{content:""}.bx-crop:before{content:""}.bx-crosshair:before{content:""}.bx-crown:before{content:""}.bx-cube:before{content:""}.bx-cube-alt:before{content:""}.bx-cuboid:before{content:""}.bx-customize:before{content:""}.bx-cut:before{content:""}.bx-cycling:before{content:""}.bx-cylinder:before{content:""}.bx-data:before{content:""}.bx-desktop:before{content:""}.bx-detail:before{content:""}.bx-devices:before{content:""}.bx-dialpad:before{content:""}.bx-dialpad-alt:before{content:""}.bx-diamond:before{content:""}.bx-directions:before{content:""}.bx-disc:before{content:""}.bx-dish:before{content:""}.bx-dislike:before{content:""}.bx-dizzy:before{content:""}.bx-dna:before{content:""}.bx-dock-bottom:before{content:""}.bx-dock-left:before{content:""}.bx-dock-right:before{content:""}.bx-dock-top:before{content:""}.bx-dollar:before{content:""}.bx-dollar-circle:before{content:""}.bx-dots-horizontal:before{content:""}.bx-dots-horizontal-rounded:before{content:""}.bx-dots-vertical:before{content:""}.bx-dots-vertical-rounded:before{content:""}.bx-doughnut-chart:before{content:""}.bx-down-arrow:before{content:""}.bx-down-arrow-alt:before{content:""}.bx-down-arrow-circle:before{content:""}.bx-download:before{content:""}.bx-downvote:before{content:""}.bx-droplet:before{content:""}.bx-dumbbell:before{content:""}.bx-duplicate:before{content:""}.bx-edit:before{content:""}.bx-edit-alt:before{content:""}.bx-envelope:before{content:""}.bx-equalizer:before{content:""}.bx-error:before{content:""}.bx-error-alt:before{content:""}.bx-error-circle:before{content:""}.bx-euro:before{content:""}.bx-exit:before{content:""}.bx-exit-fullscreen:before{content:""}.bx-expand:before{content:""}.bx-export:before{content:""}.bx-extension:before{content:""}.bx-face:before{content:""}.bx-fast-forward:before{content:""}.bx-fast-forward-circle:before{content:""}.bx-female:before{content:""}.bx-female-sign:before{content:""}.bx-file:before{content:""}.bx-file-blank:before{content:""}.bx-file-find:before{content:""}.bx-film:before{content:""}.bx-filter:before{content:""}.bx-filter-alt:before{content:""}.bx-fingerprint:before{content:""}.bx-first-aid:before{content:""}.bx-first-page:before{content:""}.bx-flag:before{content:""}.bx-folder:before{content:""}.bx-folder-minus:before{content:""}.bx-folder-open:before{content:""}.bx-folder-plus:before{content:""}.bx-font:before{content:""}.bx-font-color:before{content:""}.bx-font-family:before{content:""}.bx-font-size:before{content:""}.bx-food-menu:before{content:""}.bx-food-tag:before{content:""}.bx-football:before{content:""}.bx-fridge:before{content:""}.bx-fullscreen:before{content:""}.bx-gas-pump:before{content:""}.bx-ghost:before{content:""}.bx-gift:before{content:""}.bx-git-branch:before{content:""}.bx-git-commit:before{content:""}.bx-git-compare:before{content:""}.bx-git-merge:before{content:""}.bx-git-pull-request:before{content:""}.bx-git-repo-forked:before{content:""}.bx-globe:before{content:""}.bx-globe-alt:before{content:""}.bx-grid:before{content:""}.bx-grid-alt:before{content:""}.bx-grid-horizontal:before{content:""}.bx-grid-small:before{content:""}.bx-grid-vertical:before{content:""}.bx-group:before{content:""}.bx-handicap:before{content:""}.bx-happy:before{content:""}.bx-happy-alt:before{content:""}.bx-happy-beaming:before{content:""}.bx-happy-heart-eyes:before{content:""}.bx-hash:before{content:""}.bx-hdd:before{content:""}.bx-heading:before{content:""}.bx-headphone:before{content:""}.bx-health:before{content:""}.bx-heart:before{content:""}.bx-help-circle:before{content:""}.bx-hide:before{content:""}.bx-highlight:before{content:""}.bx-history:before{content:""}.bx-hive:before{content:""}.bx-home:before{content:""}.bx-home-alt:before{content:""}.bx-home-circle:before{content:""}.bx-horizontal-center:before{content:""}.bx-hotel:before{content:""}.bx-hourglass:before{content:""}.bx-id-card:before{content:""}.bx-image:before{content:""}.bx-image-add:before{content:""}.bx-image-alt:before{content:""}.bx-images:before{content:""}.bx-import:before{content:""}.bx-infinite:before{content:""}.bx-info-circle:before{content:""}.bx-italic:before{content:""}.bx-joystick:before{content:""}.bx-joystick-alt:before{content:""}.bx-joystick-button:before{content:""}.bx-key:before{content:""}.bx-label:before{content:""}.bx-landscape:before{content:""}.bx-laptop:before{content:""}.bx-last-page:before{content:""}.bx-laugh:before{content:""}.bx-layer:before{content:""}.bx-layout:before{content:""}.bx-left-arrow:before{content:""}.bx-left-arrow-alt:before{content:""}.bx-left-arrow-circle:before{content:""}.bx-left-down-arrow-circle:before{content:""}.bx-left-indent:before{content:""}.bx-left-top-arrow-circle:before{content:""}.bx-like:before{content:""}.bx-line-chart:before{content:""}.bx-link:before{content:""}.bx-link-alt:before{content:""}.bx-link-external:before{content:""}.bx-lira:before{content:""}.bx-list-check:before{content:""}.bx-list-minus:before{content:""}.bx-list-ol:before{content:""}.bx-list-plus:before{content:""}.bx-list-ul:before{content:""}.bx-loader:before{content:""}.bx-loader-alt:before{content:""}.bx-loader-circle:before{content:""}.bx-lock:before{content:""}.bx-lock-alt:before{content:""}.bx-lock-open:before{content:""}.bx-lock-open-alt:before{content:""}.bx-log-in:before{content:""}.bx-log-in-circle:before{content:""}.bx-log-out:before{content:""}.bx-log-out-circle:before{content:""}.bx-magnet:before{content:""}.bx-mail-send:before{content:""}.bx-male:before{content:""}.bx-male-sign:before{content:""}.bx-map:before{content:""}.bx-map-alt:before{content:""}.bx-map-pin:before{content:""}.bx-meh:before{content:""}.bx-meh-alt:before{content:""}.bx-meh-blank:before{content:""}.bx-memory-card:before{content:""}.bx-menu:before{content:""}.bx-menu-alt-left:before{content:""}.bx-menu-alt-right:before{content:""}.bx-message:before{content:""}.bx-message-alt:before{content:""}.bx-message-alt-dots:before{content:""}.bx-message-dots:before{content:""}.bx-message-rounded:before{content:""}.bx-message-rounded-dots:before{content:""}.bx-message-square:before{content:""}.bx-message-square-dots:before{content:""}.bx-microphone:before{content:""}.bx-microphone-off:before{content:""}.bx-minus:before{content:""}.bx-minus-circle:before{content:""}.bx-mobile:before{content:""}.bx-mobile-alt:before{content:""}.bx-mobile-landscape:before{content:""}.bx-mobile-vibration:before{content:""}.bx-money:before{content:""}.bx-moon:before{content:""}.bx-mouse:before{content:""}.bx-mouse-alt:before{content:""}.bx-move:before{content:""}.bx-move-horizontal:before{content:""}.bx-move-vertical:before{content:""}.bx-movie:before{content:""}.bx-music:before{content:""}.bx-navigation:before{content:""}.bx-news:before{content:""}.bx-no-entry:before{content:""}.bx-note:before{content:""}.bx-notepad:before{content:""}.bx-notification:before{content:""}.bx-notification-off:before{content:""}.bx-package:before{content:""}.bx-paint:before{content:""}.bx-paint-roll:before{content:""}.bx-palette:before{content:""}.bx-paperclip:before{content:""}.bx-paper-plane:before{content:""}.bx-paragraph:before{content:""}.bx-paste:before{content:""}.bx-pause:before{content:""}.bx-pause-circle:before{content:""}.bx-pen:before{content:""}.bx-pencil:before{content:""}.bx-phone:before{content:""}.bx-phone-call:before{content:""}.bx-phone-incoming:before{content:""}.bx-phone-outgoing:before{content:""}.bx-photo-album:before{content:""}.bx-pie-chart:before{content:""}.bx-pie-chart-alt:before{content:""}.bx-pie-chart-alt-2:before{content:""}.bx-pin:before{content:""}.bx-planet:before{content:""}.bx-play:before{content:""}.bx-play-circle:before{content:""}.bx-plug:before{content:""}.bx-plus:before{content:""}.bx-plus-circle:before{content:""}.bx-plus-medical:before{content:""}.bx-poll:before{content:""}.bx-polygon:before{content:""}.bx-pound:before{content:""}.bx-power-off:before{content:""}.bx-printer:before{content:""}.bx-pulse:before{content:""}.bx-purchase-tag:before{content:""}.bx-purchase-tag-alt:before{content:""}.bx-pyramid:before{content:""}.bx-question-mark:before{content:""}.bx-radar:before{content:""}.bx-radio:before{content:""}.bx-radio-circle:before{content:""}.bx-radio-circle-marked:before{content:""}.bx-receipt:before{content:""}.bx-rectangle:before{content:""}.bx-redo:before{content:""}.bx-rename:before{content:""}.bx-repeat:before{content:""}.bx-reply:before{content:""}.bx-reply-all:before{content:""}.bx-repost:before{content:""}.bx-reset:before{content:""}.bx-restaurant:before{content:""}.bx-revision:before{content:""}.bx-rewind:before{content:""}.bx-rewind-circle:before{content:""}.bx-right-arrow:before{content:""}.bx-right-arrow-alt:before{content:""}.bx-right-arrow-circle:before{content:""}.bx-right-down-arrow-circle:before{content:""}.bx-right-indent:before{content:""}.bx-right-top-arrow-circle:before{content:""}.bx-rocket:before{content:""}.bx-rotate-left:before{content:""}.bx-rotate-right:before{content:""}.bx-rss:before{content:""}.bx-ruble:before{content:""}.bx-ruler:before{content:""}.bx-run:before{content:""}.bx-rupee:before{content:""}.bx-sad:before{content:""}.bx-save:before{content:""}.bx-screenshot:before{content:""}.bx-search:before{content:""}.bx-search-alt:before{content:""}.bx-search-alt-2:before{content:""}.bx-selection:before{content:""}.bx-select-multiple:before{content:""}.bx-send:before{content:""}.bx-server:before{content:""}.bx-shape-circle:before{content:""}.bx-shape-square:before{content:""}.bx-shape-triangle:before{content:""}.bx-share:before{content:""}.bx-share-alt:before{content:""}.bx-shekel:before{content:""}.bx-shield:before{content:""}.bx-shield-alt:before{content:""}.bx-shield-alt-2:before{content:""}.bx-shield-quarter:before{content:""}.bx-shocked:before{content:""}.bx-shopping-bag:before{content:""}.bx-show:before{content:""}.bx-show-alt:before{content:""}.bx-shuffle:before{content:""}.bx-sidebar:before{content:""}.bx-sitemap:before{content:""}.bx-skip-next:before{content:""}.bx-skip-next-circle:before{content:""}.bx-skip-previous:before{content:""}.bx-skip-previous-circle:before{content:""}.bx-sleepy:before{content:""}.bx-slider:before{content:""}.bx-slider-alt:before{content:""}.bx-slideshow:before{content:""}.bx-smile:before{content:""}.bx-sort:before{content:""}.bx-sort-a-z:before{content:""}.bx-sort-down:before{content:""}.bx-sort-up:before{content:""}.bx-sort-z-a:before{content:""}.bx-spa:before{content:""}.bx-space-bar:before{content:""}.bx-spreadsheet:before{content:""}.bx-square:before{content:""}.bx-square-rounded:before{content:""}.bx-star:before{content:""}.bx-station:before{content:""}.bx-stats:before{content:""}.bx-sticker:before{content:""}.bx-stop:before{content:""}.bx-stop-circle:before{content:""}.bx-stopwatch:before{content:""}.bx-store:before{content:""}.bx-store-alt:before{content:""}.bx-street-view:before{content:""}.bx-strikethrough:before{content:""}.bx-subdirectory-left:before{content:""}.bx-subdirectory-right:before{content:""}.bx-sun:before{content:""}.bx-support:before{content:""}.bx-swim:before{content:""}.bx-sync:before{content:""}.bx-tab:before{content:""}.bx-table:before{content:""}.bx-tag:before{content:""}.bx-target-lock:before{content:""}.bx-task:before{content:""}.bx-taxi:before{content:""}.bx-tennis-ball:before{content:""}.bx-terminal:before{content:""}.bx-test-tube:before{content:""}.bx-text:before{content:""}.bx-time:before{content:""}.bx-time-five:before{content:""}.bx-timer:before{content:""}.bx-tired:before{content:""}.bx-toggle-left:before{content:""}.bx-toggle-right:before{content:""}.bx-tone:before{content:""}.bx-train:before{content:""}.bx-transfer:before{content:""}.bx-transfer-alt:before{content:""}.bx-trash:before{content:""}.bx-trash-alt:before{content:""}.bx-trending-down:before{content:""}.bx-trending-up:before{content:""}.bx-trophy:before{content:""}.bx-tv:before{content:""}.bx-underline:before{content:""}.bx-undo:before{content:""}.bx-unlink:before{content:""}.bx-up-arrow:before{content:""}.bx-up-arrow-alt:before{content:""}.bx-up-arrow-circle:before{content:""}.bx-upload:before{content:""}.bx-upside-down:before{content:""}.bx-upvote:before{content:""}.bx-usb:before{content:""}.bx-user:before{content:""}.bx-user-check:before{content:""}.bx-user-circle:before{content:""}.bx-user-minus:before{content:""}.bx-user-pin:before{content:""}.bx-user-plus:before{content:""}.bx-user-voice:before{content:""}.bx-user-x:before{content:""}.bx-vertical-center:before{content:""}.bx-video:before{content:""}.bx-video-off:before{content:""}.bx-video-plus:before{content:""}.bx-video-recording:before{content:""}.bx-voicemail:before{content:""}.bx-volume:before{content:""}.bx-volume-full:before{content:""}.bx-volume-low:before{content:""}.bx-volume-mute:before{content:""}.bx-walk:before{content:""}.bx-wallet:before{content:""}.bx-wallet-alt:before{content:""}.bx-water:before{content:""}.bx-wifi:before{content:""}.bx-wifi-off:before{content:""}.bx-wind:before{content:""}.bx-window:before{content:""}.bx-window-close:before{content:""}.bx-window-open:before{content:""}.bx-windows:before{content:""}.bx-wink-smile:before{content:""}.bx-wink-tongue:before{content:""}.bx-won:before{content:""}.bx-world:before{content:""}.bx-wrench:before{content:""}.bx-x:before{content:""}.bx-x-circle:before{content:""}.bx-yen:before{content:""}.bx-zoom-in:before{content:""}.bx-zoom-out:before{content:""}.bxs-add-to-queue:before{content:""}.bxs-adjust:before{content:""}.bxs-adjust-alt:before{content:""}.bxs-alarm:before{content:""}.bxs-alarm-add:before{content:""}.bxs-alarm-off:before{content:""}.bxs-album:before{content:""}.bxs-ambulance:before{content:""}.bxs-analyse:before{content:""}.bxs-angry:before{content:""}.bxs-archive:before{content:""}.bxs-archive-in:before{content:""}.bxs-archive-out:before{content:""}.bxs-area:before{content:""}.bxs-award:before{content:""}.bxs-baby-carriage:before{content:""}.bxs-badge:before{content:""}.bxs-badge-check:before{content:""}.bxs-ball:before{content:""}.bxs-band-aid:before{content:""}.bxs-bank:before{content:""}.bxs-bar-chart-alt-2:before{content:""}.bxs-bar-chart-square:before{content:""}.bxs-barcode:before{content:""}.bxs-basket:before{content:""}.bxs-bath:before{content:""}.bxs-battery:before{content:""}.bxs-battery-charging:before{content:""}.bxs-battery-full:before{content:""}.bxs-battery-low:before{content:""}.bxs-bed:before{content:""}.bxs-bell:before{content:""}.bxs-bell-minus:before{content:""}.bxs-bell-off:before{content:""}.bxs-bell-plus:before{content:""}.bxs-bell-ring:before{content:""}.bxs-bolt:before{content:""}.bxs-bolt-circle:before{content:""}.bxs-book:before{content:""}.bxs-book-bookmark:before{content:""}.bxs-book-content:before{content:""}.bxs-bookmark:before{content:""}.bxs-bookmark-minus:before{content:""}.bxs-bookmark-plus:before{content:""}.bxs-bookmarks:before{content:""}.bxs-bookmark-star:before{content:""}.bxs-book-open:before{content:""}.bxs-bot:before{content:""}.bxs-bowling-ball:before{content:""}.bxs-box:before{content:""}.bxs-briefcase:before{content:""}.bxs-briefcase-alt:before{content:""}.bxs-briefcase-alt-2:before{content:""}.bxs-brightness:before{content:""}.bxs-brightness-half:before{content:""}.bxs-brush:before{content:""}.bxs-brush-alt:before{content:""}.bxs-bug:before{content:""}.bxs-bug-alt:before{content:""}.bxs-building:before{content:""}.bxs-building-house:before{content:""}.bxs-buildings:before{content:""}.bxs-bulb:before{content:""}.bxs-buoy:before{content:""}.bxs-bus:before{content:""}.bxs-business:before{content:""}.bxs-cake:before{content:""}.bxs-calculator:before{content:""}.bxs-calendar:before{content:""}.bxs-calendar-alt:before{content:""}.bxs-calendar-check:before{content:""}.bxs-calendar-event:before{content:""}.bxs-calendar-minus:before{content:""}.bxs-calendar-plus:before{content:""}.bxs-calendar-x:before{content:""}.bxs-camera:before{content:""}.bxs-camera-off:before{content:""}.bxs-camera-plus:before{content:""}.bxs-capsule:before{content:""}.bxs-captions:before{content:""}.bxs-car:before{content:""}.bxs-card:before{content:""}.bxs-caret-down-circle:before{content:""}.bxs-caret-left-circle:before{content:""}.bxs-caret-right-circle:before{content:""}.bxs-caret-up-circle:before{content:""}.bxs-carousel:before{content:""}.bxs-cart:before{content:""}.bxs-cart-alt:before{content:""}.bxs-certification:before{content:""}.bxs-chalkboard:before{content:""}.bxs-chart:before{content:""}.bxs-chat:before{content:""}.bxs-checkbox:before{content:""}.bxs-checkbox-checked:before{content:""}.bxs-check-circle:before{content:""}.bxs-check-shield:before{content:""}.bxs-check-square:before{content:""}.bxs-chip:before{content:""}.bxs-circle:before{content:""}.bxs-city:before{content:""}.bxs-clinic:before{content:""}.bxs-cloud:before{content:""}.bxs-cloud-download:before{content:""}.bxs-cloud-lightning:before{content:""}.bxs-cloud-rain:before{content:""}.bxs-cloud-upload:before{content:""}.bxs-coffee:before{content:""}.bxs-coffee-alt:before{content:""}.bxs-cog:before{content:""}.bxs-collection:before{content:""}.bxs-color-fill:before{content:""}.bxs-comment:before{content:""}.bxs-comment-add:before{content:""}.bxs-comment-detail:before{content:""}.bxs-comment-dots:before{content:""}.bxs-comment-error:before{content:""}.bxs-compass:before{content:""}.bxs-component:before{content:""}.bxs-confused:before{content:""}.bxs-contact:before{content:""}.bxs-conversation:before{content:""}.bxs-cool:before{content:""}.bxs-copy:before{content:""}.bxs-copy-alt:before{content:""}.bxs-coupon:before{content:""}.bxs-credit-card:before{content:""}.bxs-credit-card-alt:before{content:""}.bxs-crown:before{content:""}.bxs-cube:before{content:""}.bxs-cube-alt:before{content:""}.bxs-cuboid:before{content:""}.bxs-customize:before{content:""}.bxs-cylinder:before{content:""}.bxs-dashboard:before{content:""}.bxs-data:before{content:""}.bxs-detail:before{content:""}.bxs-devices:before{content:""}.bxs-direction-left:before{content:""}.bxs-direction-right:before{content:""}.bxs-directions:before{content:""}.bxs-disc:before{content:""}.bxs-discount:before{content:""}.bxs-dish:before{content:""}.bxs-dislike:before{content:""}.bxs-dizzy:before{content:""}.bxs-dock-bottom:before{content:""}.bxs-dock-left:before{content:""}.bxs-dock-right:before{content:""}.bxs-dock-top:before{content:""}.bxs-dollar-circle:before{content:""}.bxs-doughnut-chart:before{content:""}.bxs-down-arrow:before{content:""}.bxs-down-arrow-circle:before{content:""}.bxs-down-arrow-square:before{content:""}.bxs-download:before{content:""}.bxs-downvote:before{content:""}.bxs-drink:before{content:""}.bxs-droplet:before{content:""}.bxs-droplet-half:before{content:""}.bxs-duplicate:before{content:""}.bxs-edit:before{content:""}.bxs-edit-alt:before{content:""}.bxs-eject:before{content:""}.bxs-envelope:before{content:""}.bxs-eraser:before{content:""}.bxs-error:before{content:""}.bxs-error-alt:before{content:""}.bxs-error-circle:before{content:""}.bxs-exit:before{content:""}.bxs-extension:before{content:""}.bxs-eyedropper:before{content:""}.bxs-face:before{content:""}.bxs-factory:before{content:""}.bxs-fast-forward-circle:before{content:""}.bxs-file:before{content:""}.bxs-file-blank:before{content:""}.bxs-file-css:before{content:""}.bxs-file-doc:before{content:""}.bxs-file-find:before{content:""}.bxs-file-gif:before{content:""}.bxs-file-html:before{content:""}.bxs-file-image:before{content:""}.bxs-file-jpg:before{content:""}.bxs-file-js:before{content:""}.bxs-file-json:before{content:""}.bxs-file-md:before{content:""}.bxs-file-pdf:before{content:""}.bxs-file-plus:before{content:""}.bxs-file-png:before{content:""}.bxs-file-txt:before{content:""}.bxs-film:before{content:""}.bxs-filter-alt:before{content:""}.bxs-first-aid:before{content:""}.bxs-flag:before{content:""}.bxs-flag-alt:before{content:""}.bxs-flame:before{content:""}.bxs-flask:before{content:""}.bxs-folder:before{content:""}.bxs-folder-minus:before{content:""}.bxs-folder-open:before{content:""}.bxs-folder-plus:before{content:""}.bxs-food-menu:before{content:""}.bxs-fridge:before{content:""}.bxs-gas-pump:before{content:""}.bxs-ghost:before{content:""}.bxs-gift:before{content:""}.bxs-graduation:before{content:""}.bxs-grid:before{content:""}.bxs-grid-alt:before{content:""}.bxs-group:before{content:""}.bxs-hand-down:before{content:""}.bxs-hand-left:before{content:""}.bxs-hand-right:before{content:""}.bxs-hand-up:before{content:""}.bxs-happy:before{content:""}.bxs-happy-alt:before{content:""}.bxs-happy-beaming:before{content:""}.bxs-happy-heart-eyes:before{content:""}.bxs-hdd:before{content:""}.bxs-heart:before{content:""}.bxs-help-circle:before{content:""}.bxs-hide:before{content:""}.bxs-home:before{content:""}.bxs-home-circle:before{content:""}.bxs-hot:before{content:""}.bxs-hotel:before{content:""}.bxs-hourglass:before{content:""}.bxs-hourglass-bottom:before{content:""}.bxs-hourglass-top:before{content:""}.bxs-id-card:before{content:""}.bxs-image:before{content:""}.bxs-image-add:before{content:""}.bxs-image-alt:before{content:""}.bxs-inbox:before{content:""}.bxs-info-circle:before{content:""}.bxs-institution:before{content:""}.bxs-joystick:before{content:""}.bxs-joystick-alt:before{content:""}.bxs-joystick-button:before{content:""}.bxs-key:before{content:""}.bxs-keyboard:before{content:""}.bxs-label:before{content:""}.bxs-landmark:before{content:""}.bxs-landscape:before{content:""}.bxs-laugh:before{content:""}.bxs-layer:before{content:""}.bxs-layout:before{content:""}.bxs-left-arrow:before{content:""}.bxs-left-arrow-circle:before{content:""}.bxs-left-arrow-square:before{content:""}.bxs-left-down-arrow-circle:before{content:""}.bxs-left-top-arrow-circle:before{content:""}.bxs-like:before{content:""}.bxs-lock:before{content:""}.bxs-lock-alt:before{content:""}.bxs-lock-open:before{content:""}.bxs-lock-open-alt:before{content:""}.bxs-log-in:before{content:""}.bxs-log-in-circle:before{content:""}.bxs-log-out:before{content:""}.bxs-log-out-circle:before{content:""}.bxs-magic-wand:before{content:""}.bxs-magnet:before{content:""}.bxs-map:before{content:""}.bxs-map-alt:before{content:""}.bxs-map-pin:before{content:""}.bxs-megaphone:before{content:""}.bxs-meh:before{content:""}.bxs-meh-alt:before{content:""}.bxs-meh-blank:before{content:""}.bxs-memory-card:before{content:""}.bxs-message:before{content:""}.bxs-message-alt:before{content:""}.bxs-message-alt-dots:before{content:""}.bxs-message-dots:before{content:""}.bxs-message-rounded:before{content:""}.bxs-message-rounded-dots:before{content:""}.bxs-message-square:before{content:""}.bxs-message-square-dots:before{content:""}.bxs-microphone:before{content:""}.bxs-microphone-alt:before{content:""}.bxs-microphone-off:before{content:""}.bxs-minus-circle:before{content:""}.bxs-minus-square:before{content:""}.bxs-mobile:before{content:""}.bxs-mobile-vibration:before{content:""}.bxs-moon:before{content:""}.bxs-mouse:before{content:""}.bxs-mouse-alt:before{content:""}.bxs-movie:before{content:""}.bxs-music:before{content:""}.bxs-navigation:before{content:""}.bxs-news:before{content:""}.bxs-no-entry:before{content:""}.bxs-note:before{content:""}.bxs-notepad:before{content:""}.bxs-notification:before{content:""}.bxs-notification-off:before{content:""}.bxs-offer:before{content:""}.bxs-package:before{content:""}.bxs-paint:before{content:""}.bxs-paint-roll:before{content:""}.bxs-palette:before{content:""}.bxs-paper-plane:before{content:""}.bxs-parking:before{content:""}.bxs-paste:before{content:""}.bxs-pen:before{content:""}.bxs-pencil:before{content:""}.bxs-phone:before{content:""}.bxs-phone-call:before{content:""}.bxs-phone-incoming:before{content:""}.bxs-phone-outgoing:before{content:""}.bxs-photo-album:before{content:""}.bxs-pie-chart:before{content:""}.bxs-pie-chart-alt:before{content:""}.bxs-pie-chart-alt-2:before{content:""}.bxs-pin:before{content:""}.bxs-plane:before{content:""}.bxs-plane-alt:before{content:""}.bxs-plane-land:before{content:""}.bxs-planet:before{content:""}.bxs-plane-take-off:before{content:""}.bxs-playlist:before{content:""}.bxs-plug:before{content:""}.bxs-plus-circle:before{content:""}.bxs-plus-square:before{content:""}.bxs-polygon:before{content:""}.bxs-printer:before{content:""}.bxs-purchase-tag:before{content:""}.bxs-purchase-tag-alt:before{content:""}.bxs-pyramid:before{content:""}.bxs-quote-alt-left:before{content:""}.bxs-quote-alt-right:before{content:""}.bxs-quote-left:before{content:""}.bxs-quote-right:before{content:""}.bxs-quote-single-left:before{content:""}.bxs-quote-single-right:before{content:""}.bxs-radio:before{content:""}.bxs-receipt:before{content:""}.bxs-rectangle:before{content:""}.bxs-rename:before{content:""}.bxs-report:before{content:""}.bxs-rewind-circle:before{content:""}.bxs-right-arrow:before{content:""}.bxs-right-arrow-circle:before{content:""}.bxs-right-arrow-square:before{content:""}.bxs-right-down-arrow-circle:before{content:""}.bxs-right-top-arrow-circle:before{content:""}.bxs-rocket:before{content:""}.bxs-ruler:before{content:""}.bxs-sad:before{content:""}.bxs-save:before{content:""}.bxs-school:before{content:""}.bxs-search:before{content:""}.bxs-search-alt-2:before{content:""}.bxs-select-multiple:before{content:""}.bxs-send:before{content:""}.bxs-server:before{content:""}.bxs-share:before{content:""}.bxs-share-alt:before{content:""}.bxs-shield:before{content:""}.bxs-shield-alt-2:before{content:""}.bxs-ship:before{content:""}.bxs-shocked:before{content:""}.bxs-shopping-bag:before{content:""}.bxs-shopping-bag-alt:before{content:""}.bxs-show:before{content:""}.bxs-skip-next-circle:before{content:""}.bxs-skip-previous-circle:before{content:""}.bxs-skull:before{content:""}.bxs-sleepy:before{content:""}.bxs-slideshow:before{content:""}.bxs-smile:before{content:""}.bxs-sort-alt:before{content:""}.bxs-spa:before{content:""}.bxs-spreadsheet:before{content:""}.bxs-square:before{content:""}.bxs-square-rounded:before{content:""}.bxs-star:before{content:""}.bxs-star-half:before{content:""}.bxs-stopwatch:before{content:""}.bxs-store:before{content:""}.bxs-store-alt:before{content:""}.bxs-sun:before{content:""}.bxs-tag:before{content:""}.bxs-tag-x:before{content:""}.bxs-taxi:before{content:""}.bxs-tennis-ball:before{content:""}.bxs-terminal:before{content:""}.bxs-time:before{content:""}.bxs-time-five:before{content:""}.bxs-timer:before{content:""}.bxs-tired:before{content:""}.bxs-toggle-left:before{content:""}.bxs-toggle-right:before{content:""}.bxs-tone:before{content:""}.bxs-torch:before{content:""}.bxs-to-top:before{content:""}.bxs-traffic:before{content:""}.bxs-traffic-barrier:before{content:""}.bxs-train:before{content:""}.bxs-trash:before{content:""}.bxs-trash-alt:before{content:""}.bxs-tree:before{content:""}.bxs-trophy:before{content:""}.bxs-truck:before{content:""}.bxs-t-shirt:before{content:""}.bxs-up-arrow:before{content:""}.bxs-up-arrow-circle:before{content:""}.bxs-up-arrow-square:before{content:""}.bxs-upside-down:before{content:""}.bxs-upvote:before{content:""}.bxs-user:before{content:""}.bxs-user-badge:before{content:""}.bxs-user-check:before{content:""}.bxs-user-circle:before{content:""}.bxs-user-detail:before{content:""}.bxs-user-minus:before{content:""}.bxs-user-pin:before{content:""}.bxs-user-plus:before{content:""}.bxs-user-rectangle:before{content:""}.bxs-user-voice:before{content:""}.bxs-user-x:before{content:""}.bxs-vial:before{content:""}.bxs-video:before{content:""}.bxs-video-off:before{content:""}.bxs-video-plus:before{content:""}.bxs-video-recording:before{content:""}.bxs-videos:before{content:""}.bxs-volume:before{content:""}.bxs-volume-full:before{content:""}.bxs-volume-low:before{content:""}.bxs-volume-mute:before{content:""}.bxs-wallet:before{content:""}.bxs-wallet-alt:before{content:""}.bxs-watch:before{content:""}.bxs-watch-alt:before{content:""}.bxs-widget:before{content:""}.bxs-wine:before{content:""}.bxs-wink-smile:before{content:""}.bxs-wink-tongue:before{content:""}.bxs-wrench:before{content:""}.bxs-x-circle:before{content:""}.bxs-x-square:before{content:""}.bxs-yin-yang:before{content:""}.bxs-zap:before{content:""}.bxs-zoom-in:before{content:""}.bxs-zoom-out:before{content:""}/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue: #3245B2;--indigo: #675aa9;--purple: #6559cc;--pink: #f672a7;--red: #f1556c;--orange: #fd7e14;--yellow: #f7b84b;--green: #1abc9c;--teal: #02a8b5;--cyan: #37cde6;--white: #fff;--gray: #98a6ad;--gray-dark: #343a40;--primary: #3245B2;--secondary: #6c757d;--success: #1abc9c;--info: #37cde6;--warning: #f7b84b;--danger: #f1556c;--light: #f1f5f7;--dark: #323a46;--pink: #f672a7;--purple: #6559cc;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1367px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:0.9rem;font-weight:400;line-height:1.5;color:#6c757d;text-align:left;background-color:#f5f6f8}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#3245b2;text-decoration:none;background-color:rgba(0,0,0,0)}a:hover{color:hsl(231.09375,56.1403508772%,29.7058823529%);text-decoration:none}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.85rem;padding-bottom:.85rem;color:#98a6ad;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:1.5rem;font-weight:500;line-height:1.1}h1,.h1{font-size:2.25rem}h2,.h2{font-size:1.875rem}h3,.h3{font-size:1.5rem}h4,.h4{font-size:1.125rem}h5,.h5{font-size:0.9375rem}h6,.h6{font-size:0.75rem}.lead{font-size:1.125rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.1}.display-2{font-size:5.5rem;font-weight:300;line-height:1.1}.display-3{font-size:4.5rem;font-weight:300;line-height:1.1}.display-4{font-size:3.5rem;font-weight:300;line-height:1.1}hr{margin-top:1.5rem;margin-bottom:1.5rem;border:0;border-top:1px solid hsl(210,13.7931034483%,91.1274509804%)}small,.small{font-size:0.75rem;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:6px}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1.5rem;font-size:1.125rem}.blockquote-footer{display:block;font-size:0.75rem;color:#98a6ad}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#f5f6f8;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.75rem;line-height:1}.figure-caption{font-size:90%;color:#98a6ad}code{font-size:87.5%;color:#f672a7;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#323a46;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#323a46}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1367px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:12px;padding-left:12px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1367px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1.5rem;color:#6c757d}.table th,.table td{padding:.85rem;vertical-align:top;border-top:1px solid hsl(210,13.7931034483%,93.6274509804%)}.table thead th{vertical-align:bottom;border-bottom:2px solid hsl(210,13.7931034483%,93.6274509804%)}.table tbody+tbody{border-top:2px solid hsl(210,13.7931034483%,93.6274509804%)}.table-sm th,.table-sm td{padding:.5rem}.table-bordered{border:1px solid hsl(210,13.7931034483%,93.6274509804%)}.table-bordered th,.table-bordered td{border:1px solid hsl(210,13.7931034483%,93.6274509804%)}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#f1f5f7}.table-hover tbody tr:hover{color:#6c757d;background-color:hsl(200,27.2727272727%,97.1862745098%)}.table-primary,.table-primary>th,.table-primary>td{background-color:rgb(197.6,202.92,233.44)}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:rgb(148.4,158.28,214.96)}.table-hover .table-primary:hover{background-color:hsl(231.09375,45.390070922%,79.5176470588%)}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:hsl(231.09375,45.390070922%,79.5176470588%)}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:rgb(213.84,216.36,218.6)}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:rgb(178.56,183.24,187.4)}.table-hover .table-secondary:hover{background-color:hsl(208.2352941176,6.1371841155%,79.7921568627%)}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:hsl(208.2352941176,6.1371841155%,79.7921568627%)}.table-success,.table-success>th,.table-success>td{background-color:rgb(190.88,236.24,227.28)}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:rgb(135.92,220.16,203.52)}.table-hover .table-success:hover{background-color:rgb(171.1519594595,230.4680405405,218.7512837838)}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:rgb(171.1519594595,230.4680405405,218.7512837838)}.table-info,.table-info>th,.table-info>td{background-color:#c7f1f8}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#97e5f2}.table-hover .table-info:hover{background-color:rgb(176.3333333333,235.3333333333,245.1666666667)}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:rgb(176.3333333333,235.3333333333,245.1666666667)}.table-warning,.table-warning>th,.table-warning>td{background-color:rgb(252.76,235.12,204.6)}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:rgb(250.84,218.08,161.4)}.table-hover .table-warning:hover{background-color:rgb(251.674893617,225.4896808511,180.185106383)}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:rgb(251.674893617,225.4896808511,180.185106383)}.table-danger,.table-danger>th,.table-danger>td{background-color:rgb(251.08,207.4,213.84)}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:rgb(247.72,166.6,178.56)}.table-hover .table-danger:hover{background-color:rgb(249.1397826087,183.8402173913,193.4677173913)}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:rgb(249.1397826087,183.8402173913,193.4677173913)}.table-light,.table-light>th,.table-light>td{background-color:rgb(251.08,252.2,252.76)}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:rgb(247.72,249.8,250.84)}.table-hover .table-light:hover{background-color:hsl(200,27.2727272727%,93.7921568627%)}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:hsl(200,27.2727272727%,93.7921568627%)}.table-dark,.table-dark>th,.table-dark>td{background-color:rgb(197.6,199.84,203.2)}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:rgb(148.4,152.56,158.8)}.table-hover .table-dark:hover{background-color:hsl(216,5.1282051282%,73.5882352941%)}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:hsl(216,5.1282051282%,73.5882352941%)}.table-pink,.table-pink>th,.table-pink>td{background-color:rgb(252.48,215.52,230.36)}.table-pink th,.table-pink td,.table-pink thead th,.table-pink tbody+tbody{border-color:rgb(250.32,181.68,209.24)}.table-hover .table-pink:hover{background-color:rgb(250.95,191.55,215.4)}.table-hover .table-pink:hover>td,.table-hover .table-pink:hover>th{background-color:rgb(250.95,191.55,215.4)}.table-purple,.table-purple>th,.table-purple>td{background-color:rgb(211.88,208.52,240.72)}.table-purple th,.table-purple td,.table-purple thead th,.table-purple tbody+tbody{border-color:rgb(174.92,168.68,228.48)}.table-hover .table-purple:hover{background-color:rgb(193.7832258065,189.0130875576,234.7269124424)}.table-hover .table-purple:hover>td,.table-hover .table-purple:hover>th{background-color:rgb(193.7832258065,189.0130875576,234.7269124424)}.table-active,.table-active>th,.table-active>td{background-color:hsl(200,27.2727272727%,97.1862745098%)}.table-hover .table-active:hover{background-color:hsl(200,27.2727272727%,92.1862745098%)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:hsl(200,27.2727272727%,92.1862745098%)}.table .thead-dark th{color:#98a6ad;background-color:#323a46;border-color:rgb(65.9375,76.4875,92.3125)}.table .thead-light th{color:#6c757d;background-color:#f1f5f7;border-color:hsl(210,13.7931034483%,93.6274509804%)}.table-dark{color:#98a6ad;background-color:#323a46}.table-dark th,.table-dark td,.table-dark thead th{border-color:rgb(65.9375,76.4875,92.3125)}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#98a6ad;background-color:hsla(0,0%,100%,.075)}@media(max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width: 1366.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + 0.9rem + 2px);padding:.45rem .9rem;font-size:0.9rem;font-weight:400;line-height:1.5;color:#6c757d;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.2rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control:focus{color:#6c757d;background-color:#fff;border-color:hsl(210,13.9534883721%,73.137254902%);outline:0;box-shadow:none}.form-control::placeholder{color:#adb5bd;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f1f5f7;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{appearance:none}select.form-control:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #6c757d}select.form-control:focus::-ms-value{color:#6c757d;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.45rem + 1px);padding-bottom:calc(0.45rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.125rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.28rem + 1px);padding-bottom:calc(0.28rem + 1px);font-size:0.81rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.45rem 0;margin-bottom:0;font-size:0.9rem;line-height:1.5;color:#6c757d;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.56rem + 2px);padding:.28rem .8rem;font-size:0.81rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#98a6ad}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.75rem;color:#1abc9c}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.4rem .8rem;margin-top:.1rem;font-size:0.9rem;line-height:1.5;color:#fff;background-color:rgba(26,188,156,.9);border-radius:.2rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#1abc9c;padding-right:calc(1.5em + 0.9rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%231abc9c%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.225rem) center;background-size:calc(0.75em + 0.45rem) calc(0.75em + 0.45rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#1abc9c;box-shadow:0 0 0 .15rem rgba(26,188,156,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3.6rem !important;background-position:right 1.8rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.9rem);background-position:top calc(0.375em + 0.225rem) right calc(0.375em + 0.225rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#1abc9c;padding-right:calc(0.75em + 2.575rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .9rem center/8px 10px,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%231abc9c%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.9rem/calc(0.75em + 0.45rem) calc(0.75em + 0.45rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#1abc9c;box-shadow:0 0 0 .15rem rgba(26,188,156,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#1abc9c}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#1abc9c}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#1abc9c}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:rgb(39.7663551402,225.2336448598,188.5981308411);background-color:rgb(39.7663551402,225.2336448598,188.5981308411)}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .15rem rgba(26,188,156,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#1abc9c}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#1abc9c}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#1abc9c;box-shadow:0 0 0 .15rem rgba(26,188,156,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.75rem;color:#f1556c}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.4rem .8rem;margin-top:.1rem;font-size:0.9rem;line-height:1.5;color:#fff;background-color:rgba(241,85,108,.9);border-radius:.2rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#f1556c;padding-right:calc(1.5em + 0.9rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23f1556c%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23f1556c%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.225rem) center;background-size:calc(0.75em + 0.45rem) calc(0.75em + 0.45rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#f1556c;box-shadow:0 0 0 .15rem rgba(241,85,108,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3.6rem !important;background-position:right 1.8rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.9rem);background-position:top calc(0.375em + 0.225rem) right calc(0.375em + 0.225rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#f1556c;padding-right:calc(0.75em + 2.575rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .9rem center/8px 10px,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23f1556c%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23f1556c%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.9rem/calc(0.75em + 0.45rem) calc(0.75em + 0.45rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#f1556c;box-shadow:0 0 0 .15rem rgba(241,85,108,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#f1556c}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#f1556c}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#f1556c}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:rgb(244.8804347826,132.1195652174,148.7445652174);background-color:rgb(244.8804347826,132.1195652174,148.7445652174)}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .15rem rgba(241,85,108,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#f1556c}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#f1556c}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#f1556c;box-shadow:0 0 0 .15rem rgba(241,85,108,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#6c757d;text-align:center;vertical-align:middle;user-select:none;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:.45rem .9rem;font-size:0.9rem;line-height:1.5;border-radius:.15rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#6c757d;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .15rem rgba(50,69,178,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#3245b2;border-color:#3245b2}.btn-primary:hover{color:#fff;background-color:hsl(231.09375,56.1403508772%,37.2058823529%);border-color:hsl(231.09375,56.1403508772%,34.7058823529%)}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:hsl(231.09375,56.1403508772%,37.2058823529%);border-color:hsl(231.09375,56.1403508772%,34.7058823529%);box-shadow:0 0 0 .15rem rgba(80.75,96.9,189.55,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#3245b2;border-color:#3245b2}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:hsl(231.09375,56.1403508772%,34.7058823529%);border-color:hsl(231.09375,56.1403508772%,32.2058823529%)}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(80.75,96.9,189.55,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:rgb(90.2703862661,97.7929184549,104.4796137339);border-color:rgb(84.3605150215,91.3905579399,97.6394849785)}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:rgb(90.2703862661,97.7929184549,104.4796137339);border-color:rgb(84.3605150215,91.3905579399,97.6394849785);box-shadow:0 0 0 .15rem rgba(130.05,137.7,144.5,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:rgb(84.3605150215,91.3905579399,97.6394849785);border-color:rgb(78.4506437768,84.9881974249,90.7993562232)}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(130.05,137.7,144.5,.5)}.btn-success{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-success:hover{color:#fff;background-color:rgb(21.3528037383,154.3971962617,128.1168224299);border-color:rgb(19.8037383178,143.1962616822,118.8224299065)}.btn-success:focus,.btn-success.focus{color:#fff;background-color:rgb(21.3528037383,154.3971962617,128.1168224299);border-color:rgb(19.8037383178,143.1962616822,118.8224299065);box-shadow:0 0 0 .15rem rgba(60.35,198.05,170.85,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:rgb(19.8037383178,143.1962616822,118.8224299065);border-color:rgb(18.2546728972,131.9953271028,109.5280373832)}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(60.35,198.05,170.85,.5)}.btn-info{color:#fff;background-color:#37cde6;border-color:#37cde6}.btn-info:hover{color:#fff;background-color:rgb(27.4166666667,191.9166666667,219.3333333333);border-color:#1ab6d0}.btn-info:focus,.btn-info.focus{color:#fff;background-color:rgb(27.4166666667,191.9166666667,219.3333333333);border-color:#1ab6d0;box-shadow:0 0 0 .15rem rgba(85,212.5,233.75,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#37cde6;border-color:#37cde6}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#1ab6d0;border-color:rgb(24.5833333333,172.0833333333,196.6666666667)}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(85,212.5,233.75,.5)}.btn-warning{color:#fff;background-color:#f7b84b;border-color:#f7b84b}.btn-warning:hover{color:#fff;background-color:hsl(38.023255814,91.4893617021%,55.637254902%);border-color:rgb(244.829787234,164.7393617021,26.170212766)}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:hsl(38.023255814,91.4893617021%,55.637254902%);border-color:rgb(244.829787234,164.7393617021,26.170212766);box-shadow:0 0 0 .15rem rgba(248.2,194.65,102,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#f7b84b;border-color:#f7b84b}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:rgb(244.829787234,164.7393617021,26.170212766);border-color:hsl(38.023255814,91.4893617021%,50.637254902%)}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(248.2,194.65,102,.5)}.btn-danger{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-danger:hover{color:#fff;background-color:rgb(238.089673913,49.660326087,77.441576087);border-color:rgb(237.1195652174,37.8804347826,67.2554347826)}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:rgb(238.089673913,49.660326087,77.441576087);border-color:rgb(237.1195652174,37.8804347826,67.2554347826);box-shadow:0 0 0 .15rem rgba(243.1,110.5,130.05,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:rgb(237.1195652174,37.8804347826,67.2554347826);border-color:rgb(236.1494565217,26.1005434783,57.0692934783)}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(243.1,110.5,130.05,.5)}.btn-light{color:#343a40;background-color:#f1f5f7;border-color:#f1f5f7}.btn-light:hover{color:#343a40;background-color:hsl(200,27.2727272727%,88.1862745098%);border-color:hsl(200,27.2727272727%,85.6862745098%)}.btn-light:focus,.btn-light.focus{color:#343a40;background-color:hsl(200,27.2727272727%,88.1862745098%);border-color:hsl(200,27.2727272727%,85.6862745098%);box-shadow:0 0 0 .15rem rgba(212.65,216.95,219.55,.5)}.btn-light.disabled,.btn-light:disabled{color:#343a40;background-color:#f1f5f7;border-color:#f1f5f7}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#343a40;background-color:hsl(200,27.2727272727%,85.6862745098%);border-color:hsl(200,27.2727272727%,83.1862745098%)}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(212.65,216.95,219.55,.5)}.btn-dark{color:#fff;background-color:#323a46;border-color:#323a46}.btn-dark:hover{color:#fff;background-color:rgb(34.0625,39.5125,47.6875);border-color:rgb(28.75,33.35,40.25)}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:rgb(34.0625,39.5125,47.6875);border-color:rgb(28.75,33.35,40.25);box-shadow:0 0 0 .15rem rgba(80.75,87.55,97.75,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#323a46;border-color:#323a46}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:rgb(28.75,33.35,40.25);border-color:rgb(23.4375,27.1875,32.8125)}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(80.75,87.55,97.75,.5)}.btn-pink{color:#fff;background-color:#f672a7;border-color:#f672a7}.btn-pink:hover{color:#fff;background-color:rgb(243.705,78.045,144.56);border-color:rgb(242.94,66.06,137.08)}.btn-pink:focus,.btn-pink.focus{color:#fff;background-color:rgb(243.705,78.045,144.56);border-color:rgb(242.94,66.06,137.08);box-shadow:0 0 0 .15rem rgba(247.35,135.15,180.2,.5)}.btn-pink.disabled,.btn-pink:disabled{color:#fff;background-color:#f672a7;border-color:#f672a7}.btn-pink:not(:disabled):not(.disabled):active,.btn-pink:not(:disabled):not(.disabled).active,.show>.btn-pink.dropdown-toggle{color:#fff;background-color:rgb(242.94,66.06,137.08);border-color:rgb(242.175,54.075,129.6)}.btn-pink:not(:disabled):not(.disabled):active:focus,.btn-pink:not(:disabled):not(.disabled).active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(247.35,135.15,180.2,.5)}.btn-purple{color:#fff;background-color:#6559cc;border-color:#6559cc}.btn-purple:hover{color:#fff;background-color:rgb(73.9596774194,59.8721198157,194.8778801843);border-color:rgb(70.2580645161,56.8755760369,185.1244239631)}.btn-purple:focus,.btn-purple.focus{color:#fff;background-color:rgb(73.9596774194,59.8721198157,194.8778801843);border-color:rgb(70.2580645161,56.8755760369,185.1244239631);box-shadow:0 0 0 .15rem rgba(124.1,113.9,211.65,.5)}.btn-purple.disabled,.btn-purple:disabled{color:#fff;background-color:#6559cc;border-color:#6559cc}.btn-purple:not(:disabled):not(.disabled):active,.btn-purple:not(:disabled):not(.disabled).active,.show>.btn-purple.dropdown-toggle{color:#fff;background-color:rgb(70.2580645161,56.8755760369,185.1244239631);border-color:rgb(66.5564516129,53.8790322581,175.3709677419)}.btn-purple:not(:disabled):not(.disabled):active:focus,.btn-purple:not(:disabled):not(.disabled).active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(124.1,113.9,211.65,.5)}.btn-outline-primary{color:#3245b2;border-color:#3245b2}.btn-outline-primary:hover{color:#fff;background-color:#3245b2;border-color:#3245b2}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .15rem rgba(50,69,178,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#3245b2;background-color:rgba(0,0,0,0)}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#3245b2;border-color:#3245b2}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(50,69,178,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .15rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:rgba(0,0,0,0)}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(108,117,125,.5)}.btn-outline-success{color:#1abc9c;border-color:#1abc9c}.btn-outline-success:hover{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#1abc9c;background-color:rgba(0,0,0,0)}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.5)}.btn-outline-info{color:#37cde6;border-color:#37cde6}.btn-outline-info:hover{color:#fff;background-color:#37cde6;border-color:#37cde6}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .15rem rgba(55,205,230,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#37cde6;background-color:rgba(0,0,0,0)}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#37cde6;border-color:#37cde6}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(55,205,230,.5)}.btn-outline-warning{color:#f7b84b;border-color:#f7b84b}.btn-outline-warning:hover{color:#fff;background-color:#f7b84b;border-color:#f7b84b}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f7b84b;background-color:rgba(0,0,0,0)}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f7b84b;border-color:#f7b84b}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.5)}.btn-outline-danger{color:#f1556c;border-color:#f1556c}.btn-outline-danger:hover{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#f1556c;background-color:rgba(0,0,0,0)}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.5)}.btn-outline-light{color:#f1f5f7;border-color:#f1f5f7}.btn-outline-light:hover{color:#343a40;background-color:#f1f5f7;border-color:#f1f5f7}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .15rem rgba(241,245,247,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f1f5f7;background-color:rgba(0,0,0,0)}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#343a40;background-color:#f1f5f7;border-color:#f1f5f7}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(241,245,247,.5)}.btn-outline-dark{color:#323a46;border-color:#323a46}.btn-outline-dark:hover{color:#fff;background-color:#323a46;border-color:#323a46}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .15rem rgba(50,58,70,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#323a46;background-color:rgba(0,0,0,0)}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#323a46;border-color:#323a46}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(50,58,70,.5)}.btn-outline-pink{color:#f672a7;border-color:#f672a7}.btn-outline-pink:hover{color:#fff;background-color:#f672a7;border-color:#f672a7}.btn-outline-pink:focus,.btn-outline-pink.focus{box-shadow:0 0 0 .15rem rgba(246,114,167,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{color:#f672a7;background-color:rgba(0,0,0,0)}.btn-outline-pink:not(:disabled):not(.disabled):active,.btn-outline-pink:not(:disabled):not(.disabled).active,.show>.btn-outline-pink.dropdown-toggle{color:#fff;background-color:#f672a7;border-color:#f672a7}.btn-outline-pink:not(:disabled):not(.disabled):active:focus,.btn-outline-pink:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(246,114,167,.5)}.btn-outline-purple{color:#6559cc;border-color:#6559cc}.btn-outline-purple:hover{color:#fff;background-color:#6559cc;border-color:#6559cc}.btn-outline-purple:focus,.btn-outline-purple.focus{box-shadow:0 0 0 .15rem rgba(101,89,204,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{color:#6559cc;background-color:rgba(0,0,0,0)}.btn-outline-purple:not(:disabled):not(.disabled):active,.btn-outline-purple:not(:disabled):not(.disabled).active,.show>.btn-outline-purple.dropdown-toggle{color:#fff;background-color:#6559cc;border-color:#6559cc}.btn-outline-purple:not(:disabled):not(.disabled):active:focus,.btn-outline-purple:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(101,89,204,.5)}.btn-link{font-weight:400;color:#3245b2;text-decoration:none}.btn-link:hover{color:hsl(231.09375,56.1403508772%,29.7058823529%);text-decoration:none}.btn-link:focus,.btn-link.focus{text-decoration:none}.btn-link:disabled,.btn-link.disabled{color:#98a6ad;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.28rem .8rem;font-size:0.81rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.width{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.25rem 0;margin:.125rem 0 0;font-size:0.9rem;color:#6c757d;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:0 solid hsl(200,27.2727272727%,92.6862745098%);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width: 1367px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #f7f7f7}.dropdown-item{display:block;width:100%;padding:.375rem 1.2rem;clear:both;font-weight:400;color:#6c757d;text-align:inherit;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:hover,.dropdown-item:focus{color:rgb(39.375,45.675,55.125);text-decoration:none;background-color:#f1f5f7}.dropdown-item.active,.dropdown-item:active{color:#323a46;text-decoration:none;background-color:#f1f5f7}.dropdown-item.disabled,.dropdown-item:disabled{color:#98a6ad;pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:0.81rem;color:inherit;white-space:nowrap}.dropdown-item-text{display:block;padding:.375rem 1.2rem;color:#6c757d}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.675rem;padding-left:.675rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.6rem;padding-left:.6rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.45rem .9rem;margin-bottom:0;font-size:0.9rem;font-weight:400;line-height:1.5;color:#6c757d;text-align:center;white-space:nowrap;background-color:#f7f7f7;border:1px solid #ced4da;border-radius:.2rem}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + 0.56rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.28rem .8rem;font-size:0.81rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.9rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.35rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.175rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#3245b2;background-color:#3245b2}.custom-control-input:focus~.custom-control-label::before{box-shadow:none}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:hsl(210,13.9534883721%,73.137254902%)}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:hsl(231.09375,56.1403508772%,79.7058823529%);border-color:hsl(231.09375,56.1403508772%,79.7058823529%)}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#98a6ad}.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{background-color:#f1f5f7}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.175rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label::after{position:absolute;top:.175rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#3245b2;background-color:#3245b2}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(50,69,178,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(50,69,178,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(50,69,178,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(0.175rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(0.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(50,69,178,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + 0.9rem + 2px);padding:.45rem 1.9rem .45rem .9rem;font-size:0.9rem;font-weight:400;line-height:1.5;color:#6c757d;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .9rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:hsl(210,13.9534883721%,73.137254902%);outline:0;box-shadow:none}.custom-select:focus::-ms-value{color:#6c757d;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.9rem;background-image:none}.custom-select:disabled{color:#98a6ad;background-color:#f7f7f7}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #6c757d}.custom-select-sm{height:calc(1.5em + 0.56rem + 2px);padding-top:.28rem;padding-bottom:.28rem;padding-left:.8rem;font-size:0.81rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.125rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + 0.9rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + 0.9rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:hsl(210,13.9534883721%,73.137254902%);box-shadow:none}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#f1f5f7}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + 0.9rem + 2px);padding:.45rem .9rem;overflow:hidden;font-weight:400;line-height:1.5;color:#6c757d;background-color:#fff;border:1px solid #ced4da;border-radius:.2rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 0.9rem);padding:.45rem .9rem;line-height:1.5;color:#6c757d;content:"Browse";background-color:#f7f7f7;border-left:inherit;border-radius:0 .2rem .2rem 0}.custom-range{width:100%;height:1.3rem;padding:0;background-color:rgba(0,0,0,0);appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f5f6f8,none}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f5f6f8,none}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #f5f6f8,none}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#3245b2;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:hsl(231.09375,56.1403508772%,79.7058823529%)}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#3245b2;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:hsl(231.09375,56.1403508772%,79.7058823529%)}.custom-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.15rem;margin-left:.15rem;background-color:#3245b2;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:hsl(231.09375,56.1403508772%,79.7058823529%)}.custom-range::-ms-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#98a6ad;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#f7f7f7 #f7f7f7 #dee2e6}.nav-tabs .nav-link.disabled{color:#98a6ad;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#6c757d;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#3245b2}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.75rem 1.5rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.33125rem;padding-bottom:.33125rem;margin-right:1.5rem;font-size:1.125rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.125rem;line-height:1;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:.15rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width: 1366.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 1367px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid hsl(210,13.7931034483%,91.6274509804%);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.5rem}.card-title{margin-bottom:1rem}.card-subtitle{margin-top:-0.5rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.5rem}.card-header{padding:1rem 1.5rem;margin-bottom:0;background-color:hsl(210,13.7931034483%,93.6274509804%);border-bottom:1px solid hsl(210,13.7931034483%,91.6274509804%)}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-footer{padding:1rem 1.5rem;background-color:hsl(210,13.7931034483%,93.6274509804%);border-top:1px solid hsl(210,13.7931034483%,91.6274509804%)}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-0.75rem;margin-bottom:-1rem;margin-left:-0.75rem;border-bottom:0}.card-header-pills{margin-right:-0.75rem;margin-left:-0.75rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(0.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-deck .card{margin-bottom:12px}@media(min-width: 576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-12px;margin-left:-12px}.card-deck .card{flex:1 0 0%;margin-right:12px;margin-bottom:0;margin-left:12px}}.card-group>.card{margin-bottom:12px}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:1.25rem}@media(min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:1rem 0;margin-bottom:1rem;list-style:none;background-color:rgba(0,0,0,0);border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#ced4da;content:"󰅂"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#adb5bd}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#323a46;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#323a46;text-decoration:none;background-color:#f7f7f7;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .15rem rgba(50,69,178,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#3245b2;border-color:#3245b2}.page-item.disabled .page-link{color:#98a6ad;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:0.81rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#3245b2}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:hsl(231.09375,56.1403508772%,34.7058823529%)}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .15rem rgba(50,69,178,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:rgb(84.3605150215,91.3905579399,97.6394849785)}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .15rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#1abc9c}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:rgb(19.8037383178,143.1962616822,118.8224299065)}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .15rem rgba(26,188,156,.5)}.badge-info{color:#fff;background-color:#37cde6}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#1ab6d0}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .15rem rgba(55,205,230,.5)}.badge-warning{color:#fff;background-color:#f7b84b}a.badge-warning:hover,a.badge-warning:focus{color:#fff;background-color:rgb(244.829787234,164.7393617021,26.170212766)}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .15rem rgba(247,184,75,.5)}.badge-danger{color:#fff;background-color:#f1556c}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:rgb(237.1195652174,37.8804347826,67.2554347826)}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .15rem rgba(241,85,108,.5)}.badge-light{color:#343a40;background-color:#f1f5f7}a.badge-light:hover,a.badge-light:focus{color:#343a40;background-color:hsl(200,27.2727272727%,85.6862745098%)}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .15rem rgba(241,245,247,.5)}.badge-dark{color:#fff;background-color:#323a46}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:rgb(28.75,33.35,40.25)}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .15rem rgba(50,58,70,.5)}.badge-pink{color:#fff;background-color:#f672a7}a.badge-pink:hover,a.badge-pink:focus{color:#fff;background-color:rgb(242.94,66.06,137.08)}a.badge-pink:focus,a.badge-pink.focus{outline:0;box-shadow:0 0 0 .15rem rgba(246,114,167,.5)}.badge-purple{color:#fff;background-color:#6559cc}a.badge-purple:hover,a.badge-purple:focus{color:#fff;background-color:rgb(70.2580645161,56.8755760369,185.1244239631)}a.badge-purple:focus,a.badge-purple.focus{outline:0;box-shadow:0 0 0 .15rem rgba(101,89,204,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:hsl(210,13.7931034483%,93.6274509804%);border-radius:.3rem}@media(min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3.7rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:rgb(26,35.88,92.56);background-color:rgb(214,217.8,239.6);border-color:rgb(197.6,202.92,233.44)}.alert-primary hr{border-top-color:hsl(231.09375,45.390070922%,79.5176470588%)}.alert-primary .alert-link{color:hsl(231.09375,56.1403508772%,13.2470588235%)}.alert-secondary{color:rgb(56.16,60.84,65);background-color:rgb(225.6,227.4,229);border-color:rgb(213.84,216.36,218.6)}.alert-secondary hr{border-top-color:hsl(208.2352941176,6.1371841155%,79.7921568627%)}.alert-secondary .alert-link{color:rgb(32.5205150215,35.2305579399,37.6394849785)}.alert-success{color:rgb(13.52,97.76,81.12);background-color:rgb(209.2,241.6,235.2);border-color:rgb(190.88,236.24,227.28)}.alert-success hr{border-top-color:rgb(171.1519594595,230.4680405405,218.7512837838)}.alert-success .alert-link{color:rgb(7.3237383178,52.9562616822,43.9424299065)}.alert-info{color:rgb(28.6,106.6,119.6);background-color:#d7f5fa;border-color:#c7f1f8}.alert-info hr{border-top-color:rgb(176.3333333333,235.3333333333,245.1666666667)}.alert-info .alert-link{color:rgb(18.7578947368,69.9157894737,78.4421052632)}.alert-warning{color:rgb(128.44,95.68,39);background-color:rgb(253.4,240.8,219);border-color:rgb(252.76,235.12,204.6)}.alert-warning hr{border-top-color:rgb(251.674893617,225.4896808511,180.185106383)}.alert-warning .alert-link{color:rgb(89.3188819876,66.5371428571,27.1211180124)}.alert-danger{color:rgb(125.32,44.2,56.16);background-color:rgb(252.2,221,225.6);border-color:rgb(251.08,207.4,213.84)}.alert-danger hr{border-top-color:rgb(249.1397826087,183.8402173913,193.4677173913)}.alert-danger .alert-link{color:rgb(87.6175460123,30.9024539877,39.2642944785)}.alert-light{color:rgb(125.32,127.4,128.44);background-color:rgb(252.2,253,253.4);border-color:rgb(251.08,252.2,252.76)}.alert-light hr{border-top-color:hsl(200,27.2727272727%,93.7921568627%)}.alert-light .alert-link{color:hsl(200,1.2295081967%,39.7568627451%)}.alert-dark{color:rgb(26,30.16,36.4);background-color:rgb(214,215.6,218);border-color:rgb(197.6,199.84,203.2)}.alert-dark hr{border-top-color:hsl(216,5.1282051282%,73.5882352941%)}.alert-dark .alert-link{color:rgb(4.75,5.51,6.65)}.alert-pink{color:rgb(127.92,59.28,86.84);background-color:rgb(253.2,226.8,237.4);border-color:rgb(252.48,215.52,230.36)}.alert-pink hr{border-top-color:rgb(250.95,191.55,215.4)}.alert-pink .alert-link{color:rgb(93.07,43.13,63.1816666667)}.alert-purple{color:rgb(52.52,46.28,106.08);background-color:rgb(224.2,221.8,244.8);border-color:rgb(211.88,208.52,240.72)}.alert-purple hr{border-top-color:rgb(193.7832258065,189.0130875576,234.7269124424)}.alert-purple .alert-link{color:rgb(34.9397952218,30.7885324232,70.5714675768)}@keyframes progress-bar-stripes{from{background-position:.75rem 0}to{background-position:0 0}}.progress{display:flex;height:.75rem;overflow:hidden;line-height:0;font-size:0.675rem;background-color:hsl(210,13.7931034483%,94.1274509804%);border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#3245b2;transition:width .6s ease}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:.75rem .75rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#6c757d;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#6c757d;text-decoration:none;background-color:#f1f5f7}.list-group-item-action:active{color:#6c757d;background-color:#f7f7f7}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#98a6ad;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#3245b2;border-color:#3245b2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1367px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:rgb(26,35.88,92.56);background-color:rgb(197.6,202.92,233.44)}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:rgb(26,35.88,92.56);background-color:hsl(231.09375,45.390070922%,79.5176470588%)}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:rgb(26,35.88,92.56);border-color:rgb(26,35.88,92.56)}.list-group-item-secondary{color:rgb(56.16,60.84,65);background-color:rgb(213.84,216.36,218.6)}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:rgb(56.16,60.84,65);background-color:hsl(208.2352941176,6.1371841155%,79.7921568627%)}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:rgb(56.16,60.84,65);border-color:rgb(56.16,60.84,65)}.list-group-item-success{color:rgb(13.52,97.76,81.12);background-color:rgb(190.88,236.24,227.28)}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:rgb(13.52,97.76,81.12);background-color:rgb(171.1519594595,230.4680405405,218.7512837838)}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:rgb(13.52,97.76,81.12);border-color:rgb(13.52,97.76,81.12)}.list-group-item-info{color:rgb(28.6,106.6,119.6);background-color:#c7f1f8}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:rgb(28.6,106.6,119.6);background-color:rgb(176.3333333333,235.3333333333,245.1666666667)}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:rgb(28.6,106.6,119.6);border-color:rgb(28.6,106.6,119.6)}.list-group-item-warning{color:rgb(128.44,95.68,39);background-color:rgb(252.76,235.12,204.6)}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:rgb(128.44,95.68,39);background-color:rgb(251.674893617,225.4896808511,180.185106383)}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:rgb(128.44,95.68,39);border-color:rgb(128.44,95.68,39)}.list-group-item-danger{color:rgb(125.32,44.2,56.16);background-color:rgb(251.08,207.4,213.84)}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:rgb(125.32,44.2,56.16);background-color:rgb(249.1397826087,183.8402173913,193.4677173913)}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:rgb(125.32,44.2,56.16);border-color:rgb(125.32,44.2,56.16)}.list-group-item-light{color:rgb(125.32,127.4,128.44);background-color:rgb(251.08,252.2,252.76)}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:rgb(125.32,127.4,128.44);background-color:hsl(200,27.2727272727%,93.7921568627%)}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:rgb(125.32,127.4,128.44);border-color:rgb(125.32,127.4,128.44)}.list-group-item-dark{color:rgb(26,30.16,36.4);background-color:rgb(197.6,199.84,203.2)}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:rgb(26,30.16,36.4);background-color:hsl(216,5.1282051282%,73.5882352941%)}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:rgb(26,30.16,36.4);border-color:rgb(26,30.16,36.4)}.list-group-item-pink{color:rgb(127.92,59.28,86.84);background-color:rgb(252.48,215.52,230.36)}.list-group-item-pink.list-group-item-action:hover,.list-group-item-pink.list-group-item-action:focus{color:rgb(127.92,59.28,86.84);background-color:rgb(250.95,191.55,215.4)}.list-group-item-pink.list-group-item-action.active{color:#fff;background-color:rgb(127.92,59.28,86.84);border-color:rgb(127.92,59.28,86.84)}.list-group-item-purple{color:rgb(52.52,46.28,106.08);background-color:rgb(211.88,208.52,240.72)}.list-group-item-purple.list-group-item-action:hover,.list-group-item-purple.list-group-item-action:focus{color:rgb(52.52,46.28,106.08);background-color:rgb(193.7832258065,189.0130875576,234.7269124424)}.list-group-item-purple.list-group-item-action.active{color:#fff;background-color:rgb(52.52,46.28,106.08);border-color:rgb(52.52,46.28,106.08)}.close{float:right;font-size:1.2rem;font-weight:700;line-height:1;color:#000;text-shadow:none;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:rgba(0,0,0,0);border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:0.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,0);border-radius:.2rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#323a46}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid hsl(210,13.7931034483%,91.1274509804%);border-top-left-radius:.2rem;border-top-right-radius:.2rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid hsl(210,13.7931034483%,91.1274509804%);border-bottom-right-radius:.2rem;border-bottom-left-radius:.2rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1367px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:0.9rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.4rem .8rem;color:#fff;text-align:center;background-color:#000;border-radius:.2rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:0.81rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #dee2e6;border-radius:.25rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .25rem}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^=top]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#dee2e6}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=top]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.25rem 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^=right]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#dee2e6}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^=right]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^=bottom]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#dee2e6}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f1f5f7}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.25rem 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^=left]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#dee2e6}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^=left]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.7rem .8rem;margin-bottom:0;font-size:0.9rem;background-color:#f1f5f7;border-bottom:1px solid hsl(200,27.2727272727%,90.6862745098%);border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.7rem .8rem;color:#6c757d}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:.25em solid currentcolor;border-right-color:rgba(0,0,0,0);border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#3245b2 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:hsl(231.09375,56.1403508772%,34.7058823529%) !important}.bg-secondary{background-color:#6c757d !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:rgb(84.3605150215,91.3905579399,97.6394849785) !important}.bg-success{background-color:#1abc9c !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:rgb(19.8037383178,143.1962616822,118.8224299065) !important}.bg-info{background-color:#37cde6 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#1ab6d0 !important}.bg-warning{background-color:#f7b84b !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:rgb(244.829787234,164.7393617021,26.170212766) !important}.bg-danger{background-color:#f1556c !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:rgb(237.1195652174,37.8804347826,67.2554347826) !important}.bg-light{background-color:#f1f5f7 !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:hsl(200,27.2727272727%,85.6862745098%) !important}.bg-dark{background-color:#323a46 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:rgb(28.75,33.35,40.25) !important}.bg-pink{background-color:#f672a7 !important}a.bg-pink:hover,a.bg-pink:focus,button.bg-pink:hover,button.bg-pink:focus{background-color:rgb(242.94,66.06,137.08) !important}.bg-purple{background-color:#6559cc !important}a.bg-purple:hover,a.bg-purple:focus,button.bg-purple:hover,button.bg-purple:focus{background-color:rgb(70.2580645161,56.8755760369,185.1244239631) !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:rgba(0,0,0,0) !important}.border{border:1px solid hsl(210,13.7931034483%,91.1274509804%) !important}.border-top{border-top:1px solid hsl(210,13.7931034483%,91.1274509804%) !important}.border-right{border-right:1px solid hsl(210,13.7931034483%,91.1274509804%) !important}.border-bottom{border-bottom:1px solid hsl(210,13.7931034483%,91.1274509804%) !important}.border-left{border-left:1px solid hsl(210,13.7931034483%,91.1274509804%) !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#3245b2 !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#1abc9c !important}.border-info{border-color:#37cde6 !important}.border-warning{border-color:#f7b84b !important}.border-danger{border-color:#f1556c !important}.border-light{border-color:#f1f5f7 !important}.border-dark{border-color:#323a46 !important}.border-pink{border-color:#f672a7 !important}.border-purple{border-color:#6559cc !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1367px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1367px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width: 1367px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .75rem 6rem rgba(56,65,74,.03) !important}.shadow{box-shadow:0 0 8px 0 rgba(154,161,171,.3) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.375rem !important}.mt-1,.my-1{margin-top:.375rem !important}.mr-1,.mx-1{margin-right:.375rem !important}.mb-1,.my-1{margin-bottom:.375rem !important}.ml-1,.mx-1{margin-left:.375rem !important}.m-2{margin:.75rem !important}.mt-2,.my-2{margin-top:.75rem !important}.mr-2,.mx-2{margin-right:.75rem !important}.mb-2,.my-2{margin-bottom:.75rem !important}.ml-2,.mx-2{margin-left:.75rem !important}.m-3{margin:1.5rem !important}.mt-3,.my-3{margin-top:1.5rem !important}.mr-3,.mx-3{margin-right:1.5rem !important}.mb-3,.my-3{margin-bottom:1.5rem !important}.ml-3,.mx-3{margin-left:1.5rem !important}.m-4{margin:2.25rem !important}.mt-4,.my-4{margin-top:2.25rem !important}.mr-4,.mx-4{margin-right:2.25rem !important}.mb-4,.my-4{margin-bottom:2.25rem !important}.ml-4,.mx-4{margin-left:2.25rem !important}.m-5{margin:4.5rem !important}.mt-5,.my-5{margin-top:4.5rem !important}.mr-5,.mx-5{margin-right:4.5rem !important}.mb-5,.my-5{margin-bottom:4.5rem !important}.ml-5,.mx-5{margin-left:4.5rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.375rem !important}.pt-1,.py-1{padding-top:.375rem !important}.pr-1,.px-1{padding-right:.375rem !important}.pb-1,.py-1{padding-bottom:.375rem !important}.pl-1,.px-1{padding-left:.375rem !important}.p-2{padding:.75rem !important}.pt-2,.py-2{padding-top:.75rem !important}.pr-2,.px-2{padding-right:.75rem !important}.pb-2,.py-2{padding-bottom:.75rem !important}.pl-2,.px-2{padding-left:.75rem !important}.p-3{padding:1.5rem !important}.pt-3,.py-3{padding-top:1.5rem !important}.pr-3,.px-3{padding-right:1.5rem !important}.pb-3,.py-3{padding-bottom:1.5rem !important}.pl-3,.px-3{padding-left:1.5rem !important}.p-4{padding:2.25rem !important}.pt-4,.py-4{padding-top:2.25rem !important}.pr-4,.px-4{padding-right:2.25rem !important}.pb-4,.py-4{padding-bottom:2.25rem !important}.pl-4,.px-4{padding-left:2.25rem !important}.p-5{padding:4.5rem !important}.pt-5,.py-5{padding-top:4.5rem !important}.pr-5,.px-5{padding-right:4.5rem !important}.pb-5,.py-5{padding-bottom:4.5rem !important}.pl-5,.px-5{padding-left:4.5rem !important}.m-n1{margin:-0.375rem !important}.mt-n1,.my-n1{margin-top:-0.375rem !important}.mr-n1,.mx-n1{margin-right:-0.375rem !important}.mb-n1,.my-n1{margin-bottom:-0.375rem !important}.ml-n1,.mx-n1{margin-left:-0.375rem !important}.m-n2{margin:-0.75rem !important}.mt-n2,.my-n2{margin-top:-0.75rem !important}.mr-n2,.mx-n2{margin-right:-0.75rem !important}.mb-n2,.my-n2{margin-bottom:-0.75rem !important}.ml-n2,.mx-n2{margin-left:-0.75rem !important}.m-n3{margin:-1.5rem !important}.mt-n3,.my-n3{margin-top:-1.5rem !important}.mr-n3,.mx-n3{margin-right:-1.5rem !important}.mb-n3,.my-n3{margin-bottom:-1.5rem !important}.ml-n3,.mx-n3{margin-left:-1.5rem !important}.m-n4{margin:-2.25rem !important}.mt-n4,.my-n4{margin-top:-2.25rem !important}.mr-n4,.mx-n4{margin-right:-2.25rem !important}.mb-n4,.my-n4{margin-bottom:-2.25rem !important}.ml-n4,.mx-n4{margin-left:-2.25rem !important}.m-n5{margin:-4.5rem !important}.mt-n5,.my-n5{margin-top:-4.5rem !important}.mr-n5,.mx-n5{margin-right:-4.5rem !important}.mb-n5,.my-n5{margin-bottom:-4.5rem !important}.ml-n5,.mx-n5{margin-left:-4.5rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.375rem !important}.mt-sm-1,.my-sm-1{margin-top:.375rem !important}.mr-sm-1,.mx-sm-1{margin-right:.375rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.375rem !important}.ml-sm-1,.mx-sm-1{margin-left:.375rem !important}.m-sm-2{margin:.75rem !important}.mt-sm-2,.my-sm-2{margin-top:.75rem !important}.mr-sm-2,.mx-sm-2{margin-right:.75rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.75rem !important}.ml-sm-2,.mx-sm-2{margin-left:.75rem !important}.m-sm-3{margin:1.5rem !important}.mt-sm-3,.my-sm-3{margin-top:1.5rem !important}.mr-sm-3,.mx-sm-3{margin-right:1.5rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1.5rem !important}.ml-sm-3,.mx-sm-3{margin-left:1.5rem !important}.m-sm-4{margin:2.25rem !important}.mt-sm-4,.my-sm-4{margin-top:2.25rem !important}.mr-sm-4,.mx-sm-4{margin-right:2.25rem !important}.mb-sm-4,.my-sm-4{margin-bottom:2.25rem !important}.ml-sm-4,.mx-sm-4{margin-left:2.25rem !important}.m-sm-5{margin:4.5rem !important}.mt-sm-5,.my-sm-5{margin-top:4.5rem !important}.mr-sm-5,.mx-sm-5{margin-right:4.5rem !important}.mb-sm-5,.my-sm-5{margin-bottom:4.5rem !important}.ml-sm-5,.mx-sm-5{margin-left:4.5rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.375rem !important}.pt-sm-1,.py-sm-1{padding-top:.375rem !important}.pr-sm-1,.px-sm-1{padding-right:.375rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.375rem !important}.pl-sm-1,.px-sm-1{padding-left:.375rem !important}.p-sm-2{padding:.75rem !important}.pt-sm-2,.py-sm-2{padding-top:.75rem !important}.pr-sm-2,.px-sm-2{padding-right:.75rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.75rem !important}.pl-sm-2,.px-sm-2{padding-left:.75rem !important}.p-sm-3{padding:1.5rem !important}.pt-sm-3,.py-sm-3{padding-top:1.5rem !important}.pr-sm-3,.px-sm-3{padding-right:1.5rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1.5rem !important}.pl-sm-3,.px-sm-3{padding-left:1.5rem !important}.p-sm-4{padding:2.25rem !important}.pt-sm-4,.py-sm-4{padding-top:2.25rem !important}.pr-sm-4,.px-sm-4{padding-right:2.25rem !important}.pb-sm-4,.py-sm-4{padding-bottom:2.25rem !important}.pl-sm-4,.px-sm-4{padding-left:2.25rem !important}.p-sm-5{padding:4.5rem !important}.pt-sm-5,.py-sm-5{padding-top:4.5rem !important}.pr-sm-5,.px-sm-5{padding-right:4.5rem !important}.pb-sm-5,.py-sm-5{padding-bottom:4.5rem !important}.pl-sm-5,.px-sm-5{padding-left:4.5rem !important}.m-sm-n1{margin:-0.375rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.375rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.375rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.375rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.375rem !important}.m-sm-n2{margin:-0.75rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.75rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.75rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.75rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.75rem !important}.m-sm-n3{margin:-1.5rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1.5rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1.5rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1.5rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1.5rem !important}.m-sm-n4{margin:-2.25rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-2.25rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-2.25rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-2.25rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-2.25rem !important}.m-sm-n5{margin:-4.5rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-4.5rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-4.5rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-4.5rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-4.5rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.375rem !important}.mt-md-1,.my-md-1{margin-top:.375rem !important}.mr-md-1,.mx-md-1{margin-right:.375rem !important}.mb-md-1,.my-md-1{margin-bottom:.375rem !important}.ml-md-1,.mx-md-1{margin-left:.375rem !important}.m-md-2{margin:.75rem !important}.mt-md-2,.my-md-2{margin-top:.75rem !important}.mr-md-2,.mx-md-2{margin-right:.75rem !important}.mb-md-2,.my-md-2{margin-bottom:.75rem !important}.ml-md-2,.mx-md-2{margin-left:.75rem !important}.m-md-3{margin:1.5rem !important}.mt-md-3,.my-md-3{margin-top:1.5rem !important}.mr-md-3,.mx-md-3{margin-right:1.5rem !important}.mb-md-3,.my-md-3{margin-bottom:1.5rem !important}.ml-md-3,.mx-md-3{margin-left:1.5rem !important}.m-md-4{margin:2.25rem !important}.mt-md-4,.my-md-4{margin-top:2.25rem !important}.mr-md-4,.mx-md-4{margin-right:2.25rem !important}.mb-md-4,.my-md-4{margin-bottom:2.25rem !important}.ml-md-4,.mx-md-4{margin-left:2.25rem !important}.m-md-5{margin:4.5rem !important}.mt-md-5,.my-md-5{margin-top:4.5rem !important}.mr-md-5,.mx-md-5{margin-right:4.5rem !important}.mb-md-5,.my-md-5{margin-bottom:4.5rem !important}.ml-md-5,.mx-md-5{margin-left:4.5rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.375rem !important}.pt-md-1,.py-md-1{padding-top:.375rem !important}.pr-md-1,.px-md-1{padding-right:.375rem !important}.pb-md-1,.py-md-1{padding-bottom:.375rem !important}.pl-md-1,.px-md-1{padding-left:.375rem !important}.p-md-2{padding:.75rem !important}.pt-md-2,.py-md-2{padding-top:.75rem !important}.pr-md-2,.px-md-2{padding-right:.75rem !important}.pb-md-2,.py-md-2{padding-bottom:.75rem !important}.pl-md-2,.px-md-2{padding-left:.75rem !important}.p-md-3{padding:1.5rem !important}.pt-md-3,.py-md-3{padding-top:1.5rem !important}.pr-md-3,.px-md-3{padding-right:1.5rem !important}.pb-md-3,.py-md-3{padding-bottom:1.5rem !important}.pl-md-3,.px-md-3{padding-left:1.5rem !important}.p-md-4{padding:2.25rem !important}.pt-md-4,.py-md-4{padding-top:2.25rem !important}.pr-md-4,.px-md-4{padding-right:2.25rem !important}.pb-md-4,.py-md-4{padding-bottom:2.25rem !important}.pl-md-4,.px-md-4{padding-left:2.25rem !important}.p-md-5{padding:4.5rem !important}.pt-md-5,.py-md-5{padding-top:4.5rem !important}.pr-md-5,.px-md-5{padding-right:4.5rem !important}.pb-md-5,.py-md-5{padding-bottom:4.5rem !important}.pl-md-5,.px-md-5{padding-left:4.5rem !important}.m-md-n1{margin:-0.375rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.375rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.375rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.375rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.375rem !important}.m-md-n2{margin:-0.75rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.75rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.75rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.75rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.75rem !important}.m-md-n3{margin:-1.5rem !important}.mt-md-n3,.my-md-n3{margin-top:-1.5rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1.5rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1.5rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1.5rem !important}.m-md-n4{margin:-2.25rem !important}.mt-md-n4,.my-md-n4{margin-top:-2.25rem !important}.mr-md-n4,.mx-md-n4{margin-right:-2.25rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-2.25rem !important}.ml-md-n4,.mx-md-n4{margin-left:-2.25rem !important}.m-md-n5{margin:-4.5rem !important}.mt-md-n5,.my-md-n5{margin-top:-4.5rem !important}.mr-md-n5,.mx-md-n5{margin-right:-4.5rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-4.5rem !important}.ml-md-n5,.mx-md-n5{margin-left:-4.5rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.375rem !important}.mt-lg-1,.my-lg-1{margin-top:.375rem !important}.mr-lg-1,.mx-lg-1{margin-right:.375rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.375rem !important}.ml-lg-1,.mx-lg-1{margin-left:.375rem !important}.m-lg-2{margin:.75rem !important}.mt-lg-2,.my-lg-2{margin-top:.75rem !important}.mr-lg-2,.mx-lg-2{margin-right:.75rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.75rem !important}.ml-lg-2,.mx-lg-2{margin-left:.75rem !important}.m-lg-3{margin:1.5rem !important}.mt-lg-3,.my-lg-3{margin-top:1.5rem !important}.mr-lg-3,.mx-lg-3{margin-right:1.5rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1.5rem !important}.ml-lg-3,.mx-lg-3{margin-left:1.5rem !important}.m-lg-4{margin:2.25rem !important}.mt-lg-4,.my-lg-4{margin-top:2.25rem !important}.mr-lg-4,.mx-lg-4{margin-right:2.25rem !important}.mb-lg-4,.my-lg-4{margin-bottom:2.25rem !important}.ml-lg-4,.mx-lg-4{margin-left:2.25rem !important}.m-lg-5{margin:4.5rem !important}.mt-lg-5,.my-lg-5{margin-top:4.5rem !important}.mr-lg-5,.mx-lg-5{margin-right:4.5rem !important}.mb-lg-5,.my-lg-5{margin-bottom:4.5rem !important}.ml-lg-5,.mx-lg-5{margin-left:4.5rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.375rem !important}.pt-lg-1,.py-lg-1{padding-top:.375rem !important}.pr-lg-1,.px-lg-1{padding-right:.375rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.375rem !important}.pl-lg-1,.px-lg-1{padding-left:.375rem !important}.p-lg-2{padding:.75rem !important}.pt-lg-2,.py-lg-2{padding-top:.75rem !important}.pr-lg-2,.px-lg-2{padding-right:.75rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.75rem !important}.pl-lg-2,.px-lg-2{padding-left:.75rem !important}.p-lg-3{padding:1.5rem !important}.pt-lg-3,.py-lg-3{padding-top:1.5rem !important}.pr-lg-3,.px-lg-3{padding-right:1.5rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1.5rem !important}.pl-lg-3,.px-lg-3{padding-left:1.5rem !important}.p-lg-4{padding:2.25rem !important}.pt-lg-4,.py-lg-4{padding-top:2.25rem !important}.pr-lg-4,.px-lg-4{padding-right:2.25rem !important}.pb-lg-4,.py-lg-4{padding-bottom:2.25rem !important}.pl-lg-4,.px-lg-4{padding-left:2.25rem !important}.p-lg-5{padding:4.5rem !important}.pt-lg-5,.py-lg-5{padding-top:4.5rem !important}.pr-lg-5,.px-lg-5{padding-right:4.5rem !important}.pb-lg-5,.py-lg-5{padding-bottom:4.5rem !important}.pl-lg-5,.px-lg-5{padding-left:4.5rem !important}.m-lg-n1{margin:-0.375rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.375rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.375rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.375rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.375rem !important}.m-lg-n2{margin:-0.75rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.75rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.75rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.75rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.75rem !important}.m-lg-n3{margin:-1.5rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1.5rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1.5rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1.5rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1.5rem !important}.m-lg-n4{margin:-2.25rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-2.25rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-2.25rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-2.25rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-2.25rem !important}.m-lg-n5{margin:-4.5rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-4.5rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-4.5rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-4.5rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-4.5rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1367px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.375rem !important}.mt-xl-1,.my-xl-1{margin-top:.375rem !important}.mr-xl-1,.mx-xl-1{margin-right:.375rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.375rem !important}.ml-xl-1,.mx-xl-1{margin-left:.375rem !important}.m-xl-2{margin:.75rem !important}.mt-xl-2,.my-xl-2{margin-top:.75rem !important}.mr-xl-2,.mx-xl-2{margin-right:.75rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.75rem !important}.ml-xl-2,.mx-xl-2{margin-left:.75rem !important}.m-xl-3{margin:1.5rem !important}.mt-xl-3,.my-xl-3{margin-top:1.5rem !important}.mr-xl-3,.mx-xl-3{margin-right:1.5rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1.5rem !important}.ml-xl-3,.mx-xl-3{margin-left:1.5rem !important}.m-xl-4{margin:2.25rem !important}.mt-xl-4,.my-xl-4{margin-top:2.25rem !important}.mr-xl-4,.mx-xl-4{margin-right:2.25rem !important}.mb-xl-4,.my-xl-4{margin-bottom:2.25rem !important}.ml-xl-4,.mx-xl-4{margin-left:2.25rem !important}.m-xl-5{margin:4.5rem !important}.mt-xl-5,.my-xl-5{margin-top:4.5rem !important}.mr-xl-5,.mx-xl-5{margin-right:4.5rem !important}.mb-xl-5,.my-xl-5{margin-bottom:4.5rem !important}.ml-xl-5,.mx-xl-5{margin-left:4.5rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.375rem !important}.pt-xl-1,.py-xl-1{padding-top:.375rem !important}.pr-xl-1,.px-xl-1{padding-right:.375rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.375rem !important}.pl-xl-1,.px-xl-1{padding-left:.375rem !important}.p-xl-2{padding:.75rem !important}.pt-xl-2,.py-xl-2{padding-top:.75rem !important}.pr-xl-2,.px-xl-2{padding-right:.75rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.75rem !important}.pl-xl-2,.px-xl-2{padding-left:.75rem !important}.p-xl-3{padding:1.5rem !important}.pt-xl-3,.py-xl-3{padding-top:1.5rem !important}.pr-xl-3,.px-xl-3{padding-right:1.5rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1.5rem !important}.pl-xl-3,.px-xl-3{padding-left:1.5rem !important}.p-xl-4{padding:2.25rem !important}.pt-xl-4,.py-xl-4{padding-top:2.25rem !important}.pr-xl-4,.px-xl-4{padding-right:2.25rem !important}.pb-xl-4,.py-xl-4{padding-bottom:2.25rem !important}.pl-xl-4,.px-xl-4{padding-left:2.25rem !important}.p-xl-5{padding:4.5rem !important}.pt-xl-5,.py-xl-5{padding-top:4.5rem !important}.pr-xl-5,.px-xl-5{padding-right:4.5rem !important}.pb-xl-5,.py-xl-5{padding-bottom:4.5rem !important}.pl-xl-5,.px-xl-5{padding-left:4.5rem !important}.m-xl-n1{margin:-0.375rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.375rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.375rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.375rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.375rem !important}.m-xl-n2{margin:-0.75rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.75rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.75rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.75rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.75rem !important}.m-xl-n3{margin:-1.5rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1.5rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1.5rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1.5rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1.5rem !important}.m-xl-n4{margin:-2.25rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-2.25rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-2.25rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-2.25rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-2.25rem !important}.m-xl-n5{margin:-4.5rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-4.5rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-4.5rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-4.5rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-4.5rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1367px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#3245b2 !important}a.text-primary:hover,a.text-primary:focus{color:hsl(231.09375,56.1403508772%,29.7058823529%) !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:rgb(72.5407725322,78.5858369099,83.9592274678) !important}.text-success{color:#1abc9c !important}a.text-success:hover,a.text-success:focus{color:rgb(16.7056074766,120.7943925234,100.2336448598) !important}.text-info{color:#37cde6 !important}a.text-info:hover,a.text-info:focus{color:rgb(23.1666666667,162.1666666667,185.3333333333) !important}.text-warning{color:#f7b84b !important}a.text-warning:hover,a.text-warning:focus{color:hsl(38.023255814,91.4893617021%,48.137254902%) !important}.text-danger{color:#f1556c !important}a.text-danger:hover,a.text-danger:focus{color:rgb(230.5163043478,18.9836956522,50.1711956522) !important}.text-light{color:#f1f5f7 !important}a.text-light:hover,a.text-light:focus{color:hsl(200,27.2727272727%,80.6862745098%) !important}.text-dark{color:#323a46 !important}a.text-dark:hover,a.text-dark:focus{color:rgb(18.125,21.025,25.375) !important}.text-pink{color:#f672a7 !important}a.text-pink:hover,a.text-pink:focus{color:rgb(241.41,42.09,122.12) !important}.text-purple{color:#6559cc !important}a.text-purple:hover,a.text-purple:focus{color:rgb(62.8548387097,50.8824884793,165.6175115207) !important}.text-body{color:#6c757d !important}.text-muted{color:#98a6ad !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-white-50{color:hsla(0,0%,100%,.5) !important}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:hsl(210,13.7931034483%,93.6274509804%)}.table .thead-dark th{color:inherit;border-color:hsl(210,13.7931034483%,93.6274509804%)}}.custom-accordion .accordion-arrow{font-size:1.2rem;position:absolute;right:0}.custom-accordion a.collapsed i.accordion-arrow:before{content:"󰅂"}.badge{box-shadow:none}.badge-soft-primary{color:#3245b2;background-color:rgba(50,69,178,.18);box-shadow:none}.badge-soft-primary[href]:hover,.badge-soft-primary[href]:focus{color:#3245b2;text-decoration:none;background-color:rgba(50,69,178,.4)}.badge-soft-secondary{color:#6c757d;background-color:rgba(108,117,125,.18);box-shadow:none}.badge-soft-secondary[href]:hover,.badge-soft-secondary[href]:focus{color:#6c757d;text-decoration:none;background-color:rgba(108,117,125,.4)}.badge-soft-success{color:#1abc9c;background-color:rgba(26,188,156,.18);box-shadow:none}.badge-soft-success[href]:hover,.badge-soft-success[href]:focus{color:#1abc9c;text-decoration:none;background-color:rgba(26,188,156,.4)}.badge-soft-info{color:#37cde6;background-color:rgba(55,205,230,.18);box-shadow:none}.badge-soft-info[href]:hover,.badge-soft-info[href]:focus{color:#37cde6;text-decoration:none;background-color:rgba(55,205,230,.4)}.badge-soft-warning{color:#f7b84b;background-color:rgba(247,184,75,.18);box-shadow:none}.badge-soft-warning[href]:hover,.badge-soft-warning[href]:focus{color:#f7b84b;text-decoration:none;background-color:rgba(247,184,75,.4)}.badge-soft-danger{color:#f1556c;background-color:rgba(241,85,108,.18);box-shadow:none}.badge-soft-danger[href]:hover,.badge-soft-danger[href]:focus{color:#f1556c;text-decoration:none;background-color:rgba(241,85,108,.4)}.badge-soft-light{color:#f1f5f7;background-color:rgba(241,245,247,.18);box-shadow:none}.badge-soft-light[href]:hover,.badge-soft-light[href]:focus{color:#f1f5f7;text-decoration:none;background-color:rgba(241,245,247,.4)}.badge-soft-dark{color:#323a46;background-color:rgba(50,58,70,.18);box-shadow:none}.badge-soft-dark[href]:hover,.badge-soft-dark[href]:focus{color:#323a46;text-decoration:none;background-color:rgba(50,58,70,.4)}.badge-soft-pink{color:#f672a7;background-color:rgba(246,114,167,.18);box-shadow:none}.badge-soft-pink[href]:hover,.badge-soft-pink[href]:focus{color:#f672a7;text-decoration:none;background-color:rgba(246,114,167,.4)}.badge-soft-purple{color:#6559cc;background-color:rgba(101,89,204,.18);box-shadow:none}.badge-soft-purple[href]:hover,.badge-soft-purple[href]:focus{color:#6559cc;text-decoration:none;background-color:rgba(101,89,204,.4)}.badge-outline-primary{color:#3245b2;border:1px solid #3245b2;background-color:rgba(0,0,0,0);box-shadow:none}.badge-outline-primary[href]:hover,.badge-outline-primary[href]:focus{color:#3245b2;text-decoration:none;background-color:rgba(50,69,178,.2)}.badge-outline-secondary{color:#6c757d;border:1px solid #6c757d;background-color:rgba(0,0,0,0);box-shadow:none}.badge-outline-secondary[href]:hover,.badge-outline-secondary[href]:focus{color:#6c757d;text-decoration:none;background-color:rgba(108,117,125,.2)}.badge-outline-success{color:#1abc9c;border:1px solid #1abc9c;background-color:rgba(0,0,0,0);box-shadow:none}.badge-outline-success[href]:hover,.badge-outline-success[href]:focus{color:#1abc9c;text-decoration:none;background-color:rgba(26,188,156,.2)}.badge-outline-info{color:#37cde6;border:1px solid #37cde6;background-color:rgba(0,0,0,0);box-shadow:none}.badge-outline-info[href]:hover,.badge-outline-info[href]:focus{color:#37cde6;text-decoration:none;background-color:rgba(55,205,230,.2)}.badge-outline-warning{color:#f7b84b;border:1px solid #f7b84b;background-color:rgba(0,0,0,0);box-shadow:none}.badge-outline-warning[href]:hover,.badge-outline-warning[href]:focus{color:#f7b84b;text-decoration:none;background-color:rgba(247,184,75,.2)}.badge-outline-danger{color:#f1556c;border:1px solid #f1556c;background-color:rgba(0,0,0,0);box-shadow:none}.badge-outline-danger[href]:hover,.badge-outline-danger[href]:focus{color:#f1556c;text-decoration:none;background-color:rgba(241,85,108,.2)}.badge-outline-light{color:#f1f5f7;border:1px solid #f1f5f7;background-color:rgba(0,0,0,0);box-shadow:none}.badge-outline-light[href]:hover,.badge-outline-light[href]:focus{color:#f1f5f7;text-decoration:none;background-color:rgba(241,245,247,.2)}.badge-outline-dark{color:#323a46;border:1px solid #323a46;background-color:rgba(0,0,0,0);box-shadow:none}.badge-outline-dark[href]:hover,.badge-outline-dark[href]:focus{color:#323a46;text-decoration:none;background-color:rgba(50,58,70,.2)}.badge-outline-pink{color:#f672a7;border:1px solid #f672a7;background-color:rgba(0,0,0,0);box-shadow:none}.badge-outline-pink[href]:hover,.badge-outline-pink[href]:focus{color:#f672a7;text-decoration:none;background-color:rgba(246,114,167,.2)}.badge-outline-purple{color:#6559cc;border:1px solid #6559cc;background-color:rgba(0,0,0,0);box-shadow:none}.badge-outline-purple[href]:hover,.badge-outline-purple[href]:focus{color:#6559cc;text-decoration:none;background-color:rgba(101,89,204,.2)}.bg-soft-primary{background-color:rgba(50,69,178,.25) !important}.bg-soft-secondary{background-color:rgba(108,117,125,.25) !important}.bg-soft-success{background-color:rgba(26,188,156,.25) !important}.bg-soft-info{background-color:rgba(55,205,230,.25) !important}.bg-soft-warning{background-color:rgba(247,184,75,.25) !important}.bg-soft-danger{background-color:rgba(241,85,108,.25) !important}.bg-soft-light{background-color:rgba(241,245,247,.25) !important}.bg-soft-dark{background-color:rgba(50,58,70,.25) !important}.bg-soft-pink{background-color:rgba(246,114,167,.25) !important}.bg-soft-purple{background-color:rgba(101,89,204,.25) !important}.bg-ghost{opacity:.4}.breadcrumb-item>a{color:#6c757d}.breadcrumb-item+.breadcrumb-item::before{font-family:"Material Design Icons"}.btn-primary{box-shadow:0 0 0 rgba(50,69,178,.5)}.btn-secondary{box-shadow:0 0 0 rgba(108,117,125,.5)}.btn-success{box-shadow:0 0 0 rgba(26,188,156,.5)}.btn-info{box-shadow:0 0 0 rgba(55,205,230,.5)}.btn-warning{box-shadow:0 0 0 rgba(247,184,75,.5)}.btn-danger{box-shadow:0 0 0 rgba(241,85,108,.5)}.btn-light{box-shadow:0 0 0 rgba(241,245,247,.5)}.btn-dark{box-shadow:0 0 0 rgba(50,58,70,.5)}.btn-pink{box-shadow:0 0 0 rgba(246,114,167,.5)}.btn-purple{box-shadow:0 0 0 rgba(101,89,204,.5)}.btn .mdi:before{margin-top:-1px}.btn i{display:inline-block}.btn-rounded{border-radius:2em}.btn-light,.btn-white{color:#323a46}.btn-white{border-color:#dee2e6}.btn-white:hover,.btn-white:focus{background-color:#f1f5f7;border-color:#f1f5f7}.btn-white:focus,.btn-white.focus{box-shadow:0 0 0 .15rem rgba(222,226,230,.3)}.btn-link{font-weight:400;color:#3245b2;background-color:rgba(0,0,0,0)}.btn-link:hover{color:hsl(231.09375,56.1403508772%,29.7058823529%);text-decoration:none;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn-link:focus,.btn-link.focus{text-decoration:none;border-color:rgba(0,0,0,0);box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#98a6ad;pointer-events:none}.btn-outline-primary{color:#3245b2;border-color:#3245b2}.btn-outline-primary:hover{color:#fff;background-color:#3245b2;border-color:#3245b2}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .15rem rgba(50,69,178,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#3245b2;background-color:rgba(0,0,0,0)}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#3245b2;border-color:#3245b2}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(50,69,178,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .15rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:rgba(0,0,0,0)}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(108,117,125,.5)}.btn-outline-success{color:#1abc9c;border-color:#1abc9c}.btn-outline-success:hover{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#1abc9c;background-color:rgba(0,0,0,0)}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#1abc9c;border-color:#1abc9c}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.5)}.btn-outline-info{color:#37cde6;border-color:#37cde6}.btn-outline-info:hover{color:#fff;background-color:#37cde6;border-color:#37cde6}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .15rem rgba(55,205,230,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#37cde6;background-color:rgba(0,0,0,0)}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#37cde6;border-color:#37cde6}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(55,205,230,.5)}.btn-outline-warning{color:#f7b84b;border-color:#f7b84b}.btn-outline-warning:hover{color:#fff;background-color:#f7b84b;border-color:#f7b84b}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f7b84b;background-color:rgba(0,0,0,0)}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f7b84b;border-color:#f7b84b}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.5)}.btn-outline-danger{color:#f1556c;border-color:#f1556c}.btn-outline-danger:hover{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#f1556c;background-color:rgba(0,0,0,0)}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#f1556c;border-color:#f1556c}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.5)}.btn-outline-light{color:#f1f5f7;border-color:#f1f5f7}.btn-outline-light:hover{color:#343a40;background-color:#f1f5f7;border-color:#f1f5f7}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .15rem rgba(241,245,247,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f1f5f7;background-color:rgba(0,0,0,0)}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#343a40;background-color:#f1f5f7;border-color:#f1f5f7}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(241,245,247,.5)}.btn-outline-dark{color:#323a46;border-color:#323a46}.btn-outline-dark:hover{color:#fff;background-color:#323a46;border-color:#323a46}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .15rem rgba(50,58,70,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#323a46;background-color:rgba(0,0,0,0)}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#323a46;border-color:#323a46}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(50,58,70,.5)}.btn-outline-pink{color:#f672a7;border-color:#f672a7}.btn-outline-pink:hover{color:#fff;background-color:#f672a7;border-color:#f672a7}.btn-outline-pink:focus,.btn-outline-pink.focus{box-shadow:0 0 0 .15rem rgba(246,114,167,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{color:#f672a7;background-color:rgba(0,0,0,0)}.btn-outline-pink:not(:disabled):not(.disabled):active,.btn-outline-pink:not(:disabled):not(.disabled).active,.show>.btn-outline-pink.dropdown-toggle{color:#fff;background-color:#f672a7;border-color:#f672a7}.btn-outline-pink:not(:disabled):not(.disabled):active:focus,.btn-outline-pink:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(246,114,167,.5)}.btn-outline-purple{color:#6559cc;border-color:#6559cc}.btn-outline-purple:hover{color:#fff;background-color:#6559cc;border-color:#6559cc}.btn-outline-purple:focus,.btn-outline-purple.focus{box-shadow:0 0 0 .15rem rgba(101,89,204,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{color:#6559cc;background-color:rgba(0,0,0,0)}.btn-outline-purple:not(:disabled):not(.disabled):active,.btn-outline-purple:not(:disabled):not(.disabled).active,.show>.btn-outline-purple.dropdown-toggle{color:#fff;background-color:#6559cc;border-color:#6559cc}.btn-outline-purple:not(:disabled):not(.disabled):active:focus,.btn-outline-purple:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(101,89,204,.5)}.btn-label{margin:-0.55rem .9rem -0.55rem -0.9rem;padding:.6rem .9rem;background-color:rgba(50,58,70,.1)}.btn-label-right{margin:-0.45rem -0.9rem -0.45rem .9rem;padding:.45rem .9rem;background-color:rgba(50,58,70,.1);display:inline-block}.btn-xs{padding:.2rem .6rem;font-size:.75rem;border-radius:.15rem}.btn-soft-primary{color:#3245b2;background-color:rgba(50,69,178,.18);border-color:rgba(50,69,178,.12)}.btn-soft-primary:hover{color:#fff;background-color:#3245b2}.btn-soft-primary:focus,.btn-soft-primary.focus{box-shadow:0 0 0 .15rem rgba(50,69,178,.3)}.btn-soft-secondary{color:#6c757d;background-color:rgba(108,117,125,.18);border-color:rgba(108,117,125,.12)}.btn-soft-secondary:hover{color:#fff;background-color:#6c757d}.btn-soft-secondary:focus,.btn-soft-secondary.focus{box-shadow:0 0 0 .15rem rgba(108,117,125,.3)}.btn-soft-success{color:#1abc9c;background-color:rgba(26,188,156,.18);border-color:rgba(26,188,156,.12)}.btn-soft-success:hover{color:#fff;background-color:#1abc9c}.btn-soft-success:focus,.btn-soft-success.focus{box-shadow:0 0 0 .15rem rgba(26,188,156,.3)}.btn-soft-info{color:#37cde6;background-color:rgba(55,205,230,.18);border-color:rgba(55,205,230,.12)}.btn-soft-info:hover{color:#fff;background-color:#37cde6}.btn-soft-info:focus,.btn-soft-info.focus{box-shadow:0 0 0 .15rem rgba(55,205,230,.3)}.btn-soft-warning{color:#f7b84b;background-color:rgba(247,184,75,.18);border-color:rgba(247,184,75,.12)}.btn-soft-warning:hover{color:#fff;background-color:#f7b84b}.btn-soft-warning:focus,.btn-soft-warning.focus{box-shadow:0 0 0 .15rem rgba(247,184,75,.3)}.btn-soft-danger{color:#f1556c;background-color:rgba(241,85,108,.18);border-color:rgba(241,85,108,.12)}.btn-soft-danger:hover{color:#fff;background-color:#f1556c}.btn-soft-danger:focus,.btn-soft-danger.focus{box-shadow:0 0 0 .15rem rgba(241,85,108,.3)}.btn-soft-light{color:#f1f5f7;background-color:rgba(241,245,247,.18);border-color:rgba(241,245,247,.12)}.btn-soft-light:hover{color:#fff;background-color:#f1f5f7}.btn-soft-light:focus,.btn-soft-light.focus{box-shadow:0 0 0 .15rem rgba(241,245,247,.3)}.btn-soft-dark{color:#323a46;background-color:rgba(50,58,70,.18);border-color:rgba(50,58,70,.12)}.btn-soft-dark:hover{color:#fff;background-color:#323a46}.btn-soft-dark:focus,.btn-soft-dark.focus{box-shadow:0 0 0 .15rem rgba(50,58,70,.3)}.btn-soft-pink{color:#f672a7;background-color:rgba(246,114,167,.18);border-color:rgba(246,114,167,.12)}.btn-soft-pink:hover{color:#fff;background-color:#f672a7}.btn-soft-pink:focus,.btn-soft-pink.focus{box-shadow:0 0 0 .15rem rgba(246,114,167,.3)}.btn-soft-purple{color:#6559cc;background-color:rgba(101,89,204,.18);border-color:rgba(101,89,204,.12)}.btn-soft-purple:hover{color:#fff;background-color:#6559cc}.btn-soft-purple:focus,.btn-soft-purple.focus{box-shadow:0 0 0 .15rem rgba(101,89,204,.3)}.btn-bordered-primary{background-color:#3245b2;color:#fff !important;border-bottom:2px solid hsl(231.09375,56.1403508772%,34.7058823529%)}.btn-bordered-primary:focus,.btn-bordered-primary.focus{box-shadow:0 0 0,0 0 0 .15rem rgba(50,69,178,.5)}.btn-bordered-secondary{background-color:#6c757d;color:#fff !important;border-bottom:2px solid rgb(84.3605150215,91.3905579399,97.6394849785)}.btn-bordered-secondary:focus,.btn-bordered-secondary.focus{box-shadow:0 0 0,0 0 0 .15rem rgba(108,117,125,.5)}.btn-bordered-success{background-color:#1abc9c;color:#fff !important;border-bottom:2px solid rgb(19.8037383178,143.1962616822,118.8224299065)}.btn-bordered-success:focus,.btn-bordered-success.focus{box-shadow:0 0 0,0 0 0 .15rem rgba(26,188,156,.5)}.btn-bordered-info{background-color:#37cde6;color:#fff !important;border-bottom:2px solid #1ab6d0}.btn-bordered-info:focus,.btn-bordered-info.focus{box-shadow:0 0 0,0 0 0 .15rem rgba(55,205,230,.5)}.btn-bordered-warning{background-color:#f7b84b;color:#fff !important;border-bottom:2px solid rgb(244.829787234,164.7393617021,26.170212766)}.btn-bordered-warning:focus,.btn-bordered-warning.focus{box-shadow:0 0 0,0 0 0 .15rem rgba(247,184,75,.5)}.btn-bordered-danger{background-color:#f1556c;color:#fff !important;border-bottom:2px solid rgb(237.1195652174,37.8804347826,67.2554347826)}.btn-bordered-danger:focus,.btn-bordered-danger.focus{box-shadow:0 0 0,0 0 0 .15rem rgba(241,85,108,.5)}.btn-bordered-light{background-color:#f1f5f7;color:#fff !important;border-bottom:2px solid hsl(200,27.2727272727%,85.6862745098%)}.btn-bordered-light:focus,.btn-bordered-light.focus{box-shadow:0 0 0,0 0 0 .15rem rgba(241,245,247,.5)}.btn-bordered-dark{background-color:#323a46;color:#fff !important;border-bottom:2px solid rgb(28.75,33.35,40.25)}.btn-bordered-dark:focus,.btn-bordered-dark.focus{box-shadow:0 0 0,0 0 0 .15rem rgba(50,58,70,.5)}.btn-bordered-pink{background-color:#f672a7;color:#fff !important;border-bottom:2px solid rgb(242.94,66.06,137.08)}.btn-bordered-pink:focus,.btn-bordered-pink.focus{box-shadow:0 0 0,0 0 0 .15rem rgba(246,114,167,.5)}.btn-bordered-purple{background-color:#6559cc;color:#fff !important;border-bottom:2px solid rgb(70.2580645161,56.8755760369,185.1244239631)}.btn-bordered-purple:focus,.btn-bordered-purple.focus{box-shadow:0 0 0,0 0 0 .15rem rgba(101,89,204,.5)}.fileupload{overflow:hidden;position:relative}.fileupload input.upload{cursor:pointer;filter:alpha(opacity=0);font-size:20px;margin:0;opacity:0;padding:0;position:absolute;right:0;top:0}.card{margin-bottom:24px;box-shadow:0 .75rem 6rem rgba(56,65,74,.03)}.card-drop{font-size:20px;line-height:0;color:inherit}.card-widgets{float:right;height:16px}.card-widgets>a{color:inherit;font-size:18px;display:inline-block;line-height:1}.card-widgets>a.collapsed i:before{content:"󰐕"}.card-title,.card-header{margin-top:0}.card-disabled{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:.25rem;background:hsla(0,0%,100%,.8);cursor:progress}.card-disabled .card-portlets-loader{position:absolute;left:calc(50% - 1rem);top:calc(50% - 1rem);margin-left:-12px;margin-top:-12px}.header-title{font-size:1rem;margin:0 0 7px 0}.sub-header{font-size:.875rem;margin-bottom:24px;color:#98a6ad}.dropdown-menu{box-shadow:0 0 8px 0 rgba(154,161,171,.3);animation-name:DropDownSlide;animation-duration:.3s;animation-fill-mode:both;margin:0;position:absolute;z-index:1000}.dropdown-menu.show{top:100% !important}.dropdown-menu i{display:inline-block}.dropdown-menu-right{right:0 !important;left:auto !important}.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=left]{top:auto !important;animation:none !important}@keyframes DropDownSlide{100%{transform:translateY(0)}0%{transform:translateY(10px)}}@media(min-width: 600px){.dropdown-lg{width:320px}}.dropdown-mega{position:static !important}.dropdown-megamenu{padding:20px;left:20px !important;right:20px !important;background-image:none;background-position:right bottom;background-repeat:no-repeat}.megamenu-list li{padding:5px 20px 5px 15px;position:relative}.megamenu-list li a{color:#6c757d}.megamenu-list li a:hover{color:#3245b2}.megamenu-list li:before{content:"󰄰";position:absolute;left:0;font-family:"Material Design Icons";font-size:9px;line-height:22px}.dropdown-icon-item{display:block;border-radius:3px;line-height:34px;text-align:center;padding:15px 0 9px;display:block;border:1px solid rgba(0,0,0,0);color:#6c757d}.dropdown-icon-item img{height:24px}.dropdown-icon-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-icon-item:hover{background-color:#f1f5f7;color:rgb(39.375,45.675,55.125)}@media(min-width: 992px){.dropdown-mega-menu-xl{width:40rem}.dropdown-mega-menu-lg{width:26rem}}.form-control,.custom-select{box-shadow:none}.form-control-light{background-color:#f3f7f9 !important;border-color:#f3f7f9 !important}input.form-control[type=color],input.form-control[type=range]{min-height:39px}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.custom-select:invalid:focus,.form-control:invalid:focus,.custom-select.is-valid:focus,.form-control.is-valid:focus,.custom-select:valid:focus,.form-control:valid:focus{box-shadow:none !important}.custom-control-label{cursor:pointer}.comment-area-box .form-control{border-color:#dee2e6;border-radius:.2rem .2rem 0 0}.comment-area-box .comment-area-btn{background-color:#f1f5f7;padding:10px;border:1px solid #dee2e6;border-top:none;border-radius:0 0 .2rem .2rem}.search-bar .form-control{padding-left:40px;padding-right:20px;border-radius:30px}.search-bar span{position:absolute;z-index:10;font-size:16px;line-height:calc(1.5em + 0.9rem + 2px);left:13px;top:0;color:#98a6ad}.password-eye:before{font-family:feather !important;content:"";font-style:normal;font-weight:400;font-variant:normal;line-height:1.2;font-size:16px}.show-password .password-eye:before{content:""}select[multiple] option+option,select[size] option+option{margin-top:1px}select[multiple] option,select[size] option{padding:6px 12px;border-radius:2px}.modal-title{margin-top:0}.modal-full-width{width:95%;max-width:none}.modal-top{margin:0 auto}.modal-right{position:absolute;right:0;display:flex;flex-flow:column nowrap;justify-content:center;height:100%;margin:0;background-color:#fff;align-content:center;transform:translate(25%, 0) !important}.modal-right button.close{position:fixed;top:20px;right:20px;z-index:1}.modal.show .modal-right{transform:translate(0, 0) !important}.modal-bottom{display:flex;flex-flow:column nowrap;-ms-flex-pack:end;justify-content:flex-end;height:100%;margin:0 auto;align-content:center}.modal-colored-header{color:#fff;border-radius:0}.modal-colored-header .close{color:#fff !important}.modal-demo{background-color:#fff;width:600px !important;border-radius:4px;display:none;position:relative;overflow:hidden}.modal-demo .close{position:absolute;top:15px;right:25px;color:#f1f5f7}@media(max-width: 768px){.modal-demo{width:96% !important}}.custom-modal-title{padding:15px 25px 15px 25px;line-height:22px;font-size:18px;background-color:#3245b2;color:#fff;text-align:left;margin:0}.custom-modal-text{padding:20px}.custombox-modal-wrapper{text-align:left}.custombox-modal-flash .close,.custombox-modal-rotatedown .close{top:20px;z-index:9999}.nav-tabs>li>a,.nav-pills>li>a{color:#6c757d;font-weight:600}.nav-pills>a{color:#6c757d;font-weight:600}.navtab-bg .nav-link{background-color:hsl(210,13.7931034483%,93.6274509804%);margin:0 5px}.nav-bordered{border-bottom:2px solid rgba(152,166,173,.2) !important}.nav-bordered .nav-item{margin-bottom:-2px}.nav-bordered li a{border:0 !important;padding:10px 20px}.nav-bordered a.active{border-bottom:2px solid #3245b2 !important}.tab-content{padding:20px 0 0 0}.pagination-rounded .page-link{border-radius:30px !important;margin:0 3px;border:none}.popover-header{margin-top:0}.progress-sm{height:5px}.progress-md{height:8px}.progress-lg{height:12px}.progress-xl{height:15px}.progress-vertical{min-height:250px;height:250px;width:10px;position:relative;display:inline-block;margin-bottom:0;margin-right:20px}.progress-vertical .progress-bar{width:100%}.progress-vertical.progress-xl{width:15px}.progress-vertical.progress-lg{width:12px}.progress-vertical.progress-md{width:8px}.progress-vertical.progress-sm{width:5px}.progress-vertical-bottom{min-height:250px;height:250px;position:relative;width:10px;display:inline-block;margin-bottom:0;margin-right:20px}.progress-vertical-bottom .progress-bar{width:100%;bottom:0;position:absolute}.progress-vertical-bottom.progress-xl{width:15px}.progress-vertical-bottom.progress-lg{width:12px}.progress-vertical-bottom.progress-md{width:8px}.progress-vertical-bottom.progress-sm{width:5px}body.loading{visibility:hidden;opacity:0}label{font-weight:600}button:focus{outline:none}b,strong{font-weight:500}.blockquote{padding:10px 20px;margin-bottom:20px;border-left:4px solid #dee2e6;font-size:16px}.blockquote.blockquote-reverse{border-left:0;border-right:4px solid #dee2e6;text-align:right}th{font-weight:600}.table-centered td,.table-centered th{vertical-align:middle !important}.table-nowrap th,.table-nowrap td{white-space:nowrap}.table .table-user img{height:30px;width:30px}.action-icon{color:#98a6ad;font-size:1.2rem;display:inline-block;padding:0 3px}.action-icon:hover{color:#6c757d}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:"Roboto",sans-serif;color:#343a40}.font-10{font-size:10px !important}.font-11{font-size:11px !important}.font-12{font-size:12px !important}.font-13{font-size:13px !important}.font-14{font-size:14px !important}.font-15{font-size:15px !important}.font-16{font-size:16px !important}.font-17{font-size:17px !important}.font-18{font-size:18px !important}.font-19{font-size:19px !important}.font-20{font-size:20px !important}.font-22{font-size:22px !important}.font-24{font-size:24px !important}.font-26{font-size:26px !important}.font-28{font-size:28px !important}.font-weight-medium{font-weight:500}.font-weight-semibold{font-weight:600}.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{position:relative}.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-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.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[aria-selected]{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}.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}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline{float:right}.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__remove{margin-left:2px;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[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.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--highlighted[aria-selected]{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%, #eeeeee 100%);background-image:-o-linear-gradient(top, white 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, white 50%, #eeeeee 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;margin-right:10px}.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, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 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%, #eeeeee 50%);background-image:-o-linear-gradient(top, white 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, white 0%, #eeeeee 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, #eeeeee 50%, white 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, white 100%);background-image:linear-gradient(to bottom, #eeeeee 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}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.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;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.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[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{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}html{position:relative;min-height:100%}body{overflow-x:hidden}#wrapper{height:100%;overflow:hidden;width:100%}.content-page{margin-left:240px;overflow:hidden;padding:70px 15px 65px 15px;min-height:80vh}.left-side-menu{width:240px;background:#fff;bottom:0;padding:20px 0;position:fixed;transition:all .1s ease-out;top:0;padding-top:calc(70px + 20px);box-shadow:0 0 35px 0 rgba(154,161,171,.15);z-index:1}.logo-box{height:70px;width:240px;transition:all .1s ease-out;background-color:#3245b2;position:fixed;top:0;z-index:1}.logo-box .logo{line-height:70px}.logo{display:block}.logo span.logo-lg{display:block}.logo span.logo-sm{display:none}.logo .logo-lg-text-dark{color:#323a46;font-weight:700;font-size:22px;text-transform:uppercase}.logo .logo-lg-text-light{color:#fff;font-weight:700;font-size:22px;text-transform:uppercase}.logo-light{display:block}.logo-dark{display:none}#sidebar-menu>ul{list-style:none;padding:0}#sidebar-menu>ul>li>a{color:#6e768e;display:block;padding:12px 20px;position:relative;transition:all .4s;font-family:"Roboto",sans-serif;font-size:.95rem}#sidebar-menu>ul>li>a:hover,#sidebar-menu>ul>li>a:focus,#sidebar-menu>ul>li>a:active{color:#3245b2;text-decoration:none}#sidebar-menu>ul>li>a>span{vertical-align:middle}#sidebar-menu>ul>li>a i{display:inline-block;line-height:1.0625rem;margin:0 10px 0 3px;text-align:center;vertical-align:middle;width:16px;font-size:16px}#sidebar-menu>ul>li>a svg{width:16px;height:16px;margin-left:3px;margin-right:10px}#sidebar-menu>ul>li>a .drop-arrow{float:right}#sidebar-menu>ul>li>a .drop-arrow i{margin-right:0}#sidebar-menu>ul>li>a.mm-active{color:#3245b2}#sidebar-menu>ul>li ul{padding-left:34px;list-style:none}#sidebar-menu>ul>li ul ul{padding-left:20px}#sidebar-menu .badge{margin-top:4px}#sidebar-menu .menu-title{padding:10px 20px;letter-spacing:.05em;pointer-events:none;cursor:default;font-size:.6875rem;text-transform:uppercase;color:#6e768e;font-weight:600}#sidebar-menu .menuitem-active>a{color:#3245b2}#sidebar-menu .menuitem-active .active{color:#3245b2}.nav-second-level li a{padding:8px 20px;color:#6e768e;display:block;position:relative;transition:all .4s;font-size:.9rem}.nav-second-level li a:focus,.nav-second-level li a:hover{color:#3245b2}.nav-second-level li.active>a{color:#3245b2}.menu-arrow{transition:transform .15s;position:absolute;right:20px;display:inline-block;font-family:"Material Design Icons";text-rendering:auto;line-height:1.5rem;font-size:1.1rem;transform:translate(0, 0)}.menu-arrow:before{content:"󰅂"}li>a[aria-expanded=true]>span.menu-arrow{transform:rotate(90deg)}li.menuitem-active>a:not(.collapsed)>span.menu-arrow{transform:rotate(90deg)}body[data-sidebar-size=condensed] .logo-box{width:70px !important}body[data-sidebar-size=condensed] .logo span.logo-lg{display:none}body[data-sidebar-size=condensed] .logo span.logo-sm{display:block}body[data-sidebar-size=condensed] .left-side-menu{position:absolute;padding-top:70px;width:70px !important;z-index:5}body[data-sidebar-size=condensed] .left-side-menu .simplebar-mask,body[data-sidebar-size=condensed] .left-side-menu .simplebar-content-wrapper{overflow:visible !important}body[data-sidebar-size=condensed] .left-side-menu .simplebar-scrollbar{display:none !important}body[data-sidebar-size=condensed] .left-side-menu .simplebar-offset{bottom:0 !important}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .menu-title,body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .menu-arrow,body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .label,body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .badge,body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .collapse.in{display:none !important}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .nav.collapse{height:inherit !important}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li{position:relative;white-space:nowrap}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a{padding:15px 20px;min-height:54px;transition:none}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:hover,body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:active,body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:focus{color:#3245b2}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a i{font-size:1.2rem;margin-right:20px;margin-left:5px}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a svg{width:18px;height:18px;margin-left:6px}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a span{display:none;padding-left:25px}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a{position:relative;width:calc(190px + 70px);color:#3245b2;background-color:#f1f5f7;box-shadow:inset 0 1px 7px 0 rgba(154,161,171,.2)}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a span{display:inline}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover a.open :after,body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover a.active :after{display:none}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse{display:block !important;height:auto !important;transition:none !important}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul{display:block !important;left:70px;position:absolute;width:190px;box-shadow:0 1px 7px 0 rgba(154,161,171,.2)}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul ul{box-shadow:0 1px 7px 0 rgba(154,161,171,.2)}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a{box-shadow:none;padding:8px 20px;position:relative;width:190px;z-index:6}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a:hover{color:#3245b2}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul .collapsing{display:block !important;height:auto !important;transition:none !important}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul ul{padding:5px 0;z-index:9999;display:none;background-color:#fff}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapse{display:block !important;height:auto !important;transition:none !important}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapse>ul{display:block;left:190px;margin-top:-36px;position:absolute;width:190px}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul ul li>a span.pull-right{position:absolute;right:20px;top:12px;transform:rotate(270deg)}body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul ul li.active a{color:#3245b2}body[data-sidebar-size=condensed] .content-page{margin-left:70px !important}@media(min-width: 992px){body[data-sidebar-size=condensed] .footer{left:70px !important}}body[data-sidebar-size=condensed] .user-box{display:none !important}@media(min-width: 768px){body[data-sidebar-size=condensed]:not([data-layout=compact]):not(.auth-fluid-pages){min-height:1550px}}@media(max-width: 767.98px){.pro-user-name{display:none}}@media(max-width: 991.98px){body{overflow-x:hidden;padding-bottom:80px}.left-side-menu{display:none;z-index:100 !important}.sidebar-enable .left-side-menu{display:block}.content-page,body[data-sidebar-size=condensed] .content-page{margin-left:0 !important}.footer{left:0 !important}}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .logo-box{width:160px !important}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu{width:160px !important;text-align:center}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu #sidebar-menu>ul>li>a>i{display:block;font-size:18px;line-height:24px;width:100%;margin:0}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu #sidebar-menu>ul>li>a svg{display:block;margin:0 auto 5px auto}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu #sidebar-menu>ul ul{padding-left:0}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu #sidebar-menu>ul ul a{padding:10px 20px}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu .menu-arrow,body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu .badge{display:none !important}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu+.content-page{margin-left:160px}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu+.content-page .footer{left:160px}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu .menu-title{background-color:#f1f5f7}body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .navbar-custom{left:160px}body[data-sidebar-color=dark]:not([data-layout-mode=detached]) .logo-box{background-color:#38414a}body[data-sidebar-color=dark]:not([data-layout-mode=detached]) .logo-box .logo-dark{display:none}body[data-sidebar-color=dark]:not([data-layout-mode=detached]) .logo-box .logo-light{display:block}body[data-sidebar-color=dark] .left-side-menu{background-color:#38414a;box-shadow:none}body[data-sidebar-color=dark] .left-side-menu #sidebar-menu>ul>li>a{color:#9097a7}body[data-sidebar-color=dark] .left-side-menu #sidebar-menu>ul>li>a:hover,body[data-sidebar-color=dark] .left-side-menu #sidebar-menu>ul>li>a:focus,body[data-sidebar-color=dark] .left-side-menu #sidebar-menu>ul>li>a:active{color:#c8cddc}body[data-sidebar-color=dark] .left-side-menu #sidebar-menu>ul>li>a.mm-active{color:#fff;background-color:hsl(210,13.8461538462%,27.9901960784%)}body[data-sidebar-color=dark] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a:hover{color:#c8cddc}body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menu-title{color:#adb5bd}body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menuitem-active>a{color:#fff !important}body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menuitem-active .active{color:#fff !important}body[data-sidebar-color=dark] .left-side-menu .nav-second-level li a,body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li a{color:#9097a7}body[data-sidebar-color=dark] .left-side-menu .nav-second-level li a:focus,body[data-sidebar-color=dark] .left-side-menu .nav-second-level li a:hover,body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li a:focus,body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li a:hover{background-color:rgba(0,0,0,0);color:#c8cddc}body[data-sidebar-color=dark] .left-side-menu .nav-second-level li.active>a,body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li.active>a{color:#fff}body[data-sidebar-color=dark] .left-side-menu .user-box .dropdown>a{color:#fff !important}body[data-sidebar-color=dark] .left-side-menu .user-box .dropdown+p{color:hsla(0,0%,100%,.7) !important}body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul ul{background-color:#38414a}body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul ul>a:hover,body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul ul>a:active,body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul ul>a:focus{color:#c8cddc !important}body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul ul:hover>a{color:#fff !important}body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul ul:hover>.collapse>ul a:hover{color:#c8cddc}body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a{background-color:#38414a;box-shadow:none}body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active{color:#3245b2}body[data-sidebar-color=dark][data-sidebar-size=compact] #wrapper .left-side-menu .menu-title{background-color:hsla(0,0%,100%,.03)}body[data-sidebar-color=brand]:not([data-layout-mode=detached]) .logo-box,body[data-sidebar-color=gradient]:not([data-layout-mode=detached]) .logo-box{background-color:#3245b2}body[data-sidebar-color=brand]:not([data-layout-mode=detached]) .logo-box .logo-dark,body[data-sidebar-color=gradient]:not([data-layout-mode=detached]) .logo-box .logo-dark{display:none}body[data-sidebar-color=brand]:not([data-layout-mode=detached]) .logo-box .logo-light,body[data-sidebar-color=gradient]:not([data-layout-mode=detached]) .logo-box .logo-light{display:block}body[data-sidebar-color=brand] .menuitem-active>a,body[data-sidebar-color=gradient] .menuitem-active>a{color:#fff !important}body[data-sidebar-color=brand] .left-side-menu,body[data-sidebar-color=gradient] .left-side-menu{background-color:#3245b2;box-shadow:none}body[data-sidebar-color=brand] .left-side-menu #sidebar-menu>ul>li>a,body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a{color:hsla(0,0%,100%,.7)}body[data-sidebar-color=brand] .left-side-menu #sidebar-menu>ul>li>a:hover,body[data-sidebar-color=brand] .left-side-menu #sidebar-menu>ul>li>a:focus,body[data-sidebar-color=brand] .left-side-menu #sidebar-menu>ul>li>a:active,body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a:hover,body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a:focus,body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a:active{color:hsla(0,0%,100%,.9)}body[data-sidebar-color=brand] .left-side-menu #sidebar-menu>ul>li>a.mm-active,body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a.mm-active{color:#fff;background-color:hsla(0,0%,100%,.07)}body[data-sidebar-color=brand] .left-side-menu #sidebar-menu .menu-title,body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu .menu-title{color:hsla(0,0%,100%,.6)}body[data-sidebar-color=brand] .left-side-menu #sidebar-menu .mm-active .active,body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu .mm-active .active{color:#fff}body[data-sidebar-color=brand] .left-side-menu .nav-second-level li a,body[data-sidebar-color=brand] .left-side-menu .nav-thrid-level li a,body[data-sidebar-color=gradient] .left-side-menu .nav-second-level li a,body[data-sidebar-color=gradient] .left-side-menu .nav-thrid-level li a{color:hsla(0,0%,100%,.7)}body[data-sidebar-color=brand] .left-side-menu .nav-second-level li a:focus,body[data-sidebar-color=brand] .left-side-menu .nav-second-level li a:hover,body[data-sidebar-color=brand] .left-side-menu .nav-thrid-level li a:focus,body[data-sidebar-color=brand] .left-side-menu .nav-thrid-level li a:hover,body[data-sidebar-color=gradient] .left-side-menu .nav-second-level li a:focus,body[data-sidebar-color=gradient] .left-side-menu .nav-second-level li a:hover,body[data-sidebar-color=gradient] .left-side-menu .nav-thrid-level li a:focus,body[data-sidebar-color=gradient] .left-side-menu .nav-thrid-level li a:hover{background-color:rgba(0,0,0,0);color:#fff}body[data-sidebar-color=brand] .left-side-menu .nav-second-level li.active>a,body[data-sidebar-color=brand] .left-side-menu .nav-thrid-level li.active>a,body[data-sidebar-color=gradient] .left-side-menu .nav-second-level li.active>a,body[data-sidebar-color=gradient] .left-side-menu .nav-thrid-level li.active>a{color:#fff}body[data-sidebar-color=brand] .left-side-menu .user-box .dropdown>a,body[data-sidebar-color=gradient] .left-side-menu .user-box .dropdown>a{color:#fff !important}body[data-sidebar-color=brand] .left-side-menu .user-box .dropdown+p,body[data-sidebar-color=gradient] .left-side-menu .user-box .dropdown+p{color:hsla(0,0%,100%,.7) !important}body[data-sidebar-color=brand][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a,body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a{background-color:#3245b2;box-shadow:none;color:#fff}body[data-sidebar-color=brand][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active,body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active{color:#3245b2}body[data-sidebar-color=brand][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,body[data-sidebar-color=brand][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a,body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a{color:#6e768e}body[data-sidebar-color=brand][data-sidebar-size=compact] #wrapper .left-side-menu .menu-title,body[data-sidebar-color=gradient][data-sidebar-size=compact] #wrapper .left-side-menu .menu-title{background-color:hsla(0,0%,100%,.05)}body[data-sidebar-color=gradient] .logo-box,body[data-sidebar-color=gradient] .left-side-menu{background:#242540 !important;background-image:linear-gradient(270deg, rgba(64, 149, 216, 0.15), transparent) !important}body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a{background:#242540}body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active{color:#3245b2}body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a{color:#6e768e}.user-box{display:none}.user-pro-dropdown{width:90%;min-width:1px;margin-left:5%;margin-top:10px}body[data-layout-mode=detached] .left-side-menu{top:70px;padding-top:0}body[data-layout-mode=detached] .left-side-menu .logo-box{display:none}@media(min-width: 992px){body[data-layout-mode=detached] .navbar-custom{left:0 !important}body[data-layout-mode=detached] .navbar-custom .container-fluid,body[data-layout-mode=detached] .navbar-custom .container-sm,body[data-layout-mode=detached] .navbar-custom .container-md,body[data-layout-mode=detached] .navbar-custom .container-lg,body[data-layout-mode=detached] .navbar-custom .container-xl{max-width:95%}body[data-layout-mode=detached] #wrapper{max-width:95%;margin:0 auto}body[data-layout-mode=detached] .left-side-menu{margin-top:30px;margin-bottom:30px;border-radius:5px}body[data-layout-mode=detached] .content-page{padding-bottom:30px}body[data-layout-mode=detached] .logo-box{background-color:rgba(0,0,0,0) !important;background-image:none !important}}body[data-layout-mode=detached]:not([data-sidebar-size=condensed]) .left-side-menu{padding-top:30px}body[data-sidebar-showuser=true] .user-box{display:block}body[data-sidebar-icon=twotones] #sidebar-menu>ul>li>a i{color:#3245b2}body[data-sidebar-icon=twotones] #sidebar-menu>ul>li>a svg{width:18px;height:18px;margin-left:3px;margin-right:10px;color:#3245b2;fill:rgba(50,69,178,.2)}.navbar-custom{background-color:#3245b2;box-shadow:0 0 35px 0 rgba(154,161,171,.15);padding:0 10px 0 0;position:fixed;left:240px;right:0;top:0;height:70px;transition:all .1s ease-out;z-index:1001}.navbar-custom .logo-box{display:none}.navbar-custom .topnav-menu>li{float:left}.navbar-custom .topnav-menu .nav-link{padding:0 15px;color:hsla(0,0%,100%,.75);min-width:32px;display:block;line-height:70px;text-align:center;max-height:70px}.navbar-custom .dropdown.show .nav-link{background-color:hsla(0,0%,100%,.1)}.navbar-custom .container-fluid,.navbar-custom .container-sm,.navbar-custom .container-md,.navbar-custom .container-lg,.navbar-custom .container-xl{padding:0}.navbar-custom .app-search{height:70px;display:table;max-width:180px;margin-right:20px}.navbar-custom .app-search .app-search-box{display:table-cell;vertical-align:middle;position:relative}.navbar-custom .app-search .app-search-box input::placeholder{font-size:.8125rem;color:hsla(0,0%,100%,.6)}.navbar-custom .app-search .form-control{border:none;height:38px;padding-left:20px;padding-right:0;color:#fff;background-color:hsla(0,0%,100%,.12);box-shadow:none;border-radius:30px 0 0 30px}.navbar-custom .app-search .input-group-append{margin-left:0;z-index:4}.navbar-custom .app-search .btn{background-color:hsla(0,0%,100%,.12);border-color:rgba(0,0,0,0);color:hsla(0,0%,100%,.5);border-radius:0 30px 30px 0;box-shadow:none !important}.navbar-custom .button-menu-mobile{border:none;color:#fff;display:inline-block;height:70px;line-height:70px;width:60px;background-color:rgba(0,0,0,0);font-size:24px;cursor:pointer}.navbar-custom .button-menu-mobile.disable-btn{display:none}.noti-scroll{max-height:230px}.notification-list{margin-left:0}.notification-list .noti-title{background-color:rgba(0,0,0,0);padding:15px 20px}.notification-list .noti-icon-badge{display:inline-block;position:absolute;top:16px;right:10px}.notification-list .notify-item{padding:12px 20px}.notification-list .notify-item .notify-icon{float:left;height:36px;width:36px;font-size:18px;line-height:38px;text-align:center;margin-right:10px;border-radius:50%;color:#fff}.notification-list .notify-item .badge{margin-top:5px}.notification-list .notify-item .notify-details{margin-bottom:5px;overflow:hidden;margin-left:45px;text-overflow:ellipsis;white-space:nowrap;color:#343a40}.notification-list .notify-item .notify-details b{font-weight:500}.notification-list .notify-item .notify-details small{display:block}.notification-list .notify-item .notify-details span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.notification-list .notify-item .user-msg{margin-left:45px;white-space:normal;line-height:16px}.notification-list .profile-dropdown .notify-item{padding:7px 20px}.noti-icon{font-size:21px;vertical-align:middle}.profile-dropdown{min-width:170px}.profile-dropdown i{vertical-align:middle;margin-right:5px;font-size:16px}.nav-user{padding:0 12px !important}.nav-user img{height:32px;width:32px}.fullscreen-enable [data-toggle=fullscreen] .fe-maximize::before{content:""}@media(max-width: 991.98px){.logo-box{width:70px !important;padding-right:0 !important}.logo-box .logo-lg{display:none !important}.logo-box .logo-sm{display:block !important}.navbar-custom{left:0 !important}}@media(max-width: 600px){.navbar-custom .dropdown{position:static}.navbar-custom .dropdown .dropdown-menu{left:10px !important;right:10px !important}}body[data-sidebar-size=condensed] .navbar-custom{left:70px}body[data-topbar-color=light] .navbar-custom{background-color:#fff !important;box-shadow:0 1px 1px rgba(50,58,70,.1)}body[data-topbar-color=light] .navbar-custom .topnav-menu .nav-link{color:#6c757d}body[data-topbar-color=light] .navbar-custom .dropdown.show .nav-link{background-color:rgba(50,58,70,.03)}body[data-topbar-color=light] .navbar-custom .button-menu-mobile{color:#323a46}body[data-topbar-color=light] .navbar-custom .app-search input::placeholder{color:#adb5bd !important}body[data-topbar-color=light] .navbar-custom .app-search .form-control{color:#323a46;background-color:#f1f5f7;border-color:#f1f5f7}body[data-topbar-color=light] .navbar-custom .app-search .btn{background-color:#f1f5f7;color:#ced4da}body[data-topbar-color=light] .logo-dark{display:block}body[data-topbar-color=light] .logo-light{display:none}body[data-topbar-color=light][data-sidebar-color=light] .logo-box{background-color:#fff}@media(max-width: 1366.98px){body[data-layout-mode=horizontal] .navbar-custom,body[data-layout-mode=detached] .navbar-custom{padding:0 !important}}@media(max-width: 991.98px){body[data-layout-mode=horizontal] .navbar-custom{padding:0 calc(12px) !important}body[data-layout-mode=horizontal] .navbar-toggle{border:0;position:relative;padding:0;margin:0;cursor:pointer}body[data-layout-mode=horizontal] .navbar-toggle .lines{width:25px;display:block;position:relative;height:16px;transition:all .5s ease;margin-top:calc(54px/2)}body[data-layout-mode=horizontal] .navbar-toggle span{height:2px;width:100%;background-color:#fff;display:block;margin-bottom:5px;transition:transform .5s ease}body[data-layout-mode=horizontal] .navbar-toggle span:first-child{width:75%}body[data-layout-mode=horizontal] .navbar-toggle span:last-child{width:50%}body[data-layout-mode=horizontal] .navbar-toggle.open span{position:absolute}body[data-layout-mode=horizontal] .navbar-toggle.open span:first-child{top:7px;transform:rotate(45deg);width:100%}body[data-layout-mode=horizontal] .navbar-toggle.open span:nth-child(2){visibility:hidden}body[data-layout-mode=horizontal] .navbar-toggle.open span:last-child{width:100%;top:7px;transform:rotate(-45deg)}body[data-layout-mode=horizontal] .logo-box{width:45px !important}body[data-topbar-color=light] .navbar-toggle span{background-color:#6c757d}}body[data-layout-mode=horizontal][data-layout-width=boxed] .navbar-custom{max-width:1300px !important}body[data-layout-mode=horizontal] .button-menu-mobile{display:none}body[data-layout-mode=horizontal] .logo-box{width:auto;padding-right:50px;float:left;position:relative;background-color:rgba(0,0,0,0)}@media(min-width: 992px)and (max-width: 1366px){body[data-layout-mode=horizontal] .logo-box{padding-left:20px}}@media(max-width: 360px){.navbar-custom .topnav-menu .nav-link{padding:0 12px}.navbar-custom .button-menu-mobile{width:45px}}body[data-layout-mode=detached] .logo-box{float:left;position:relative}body[data-layout-mode=detached] .navbar-custom{left:0;right:0}body[data-layout-mode=detached] .navbar-custom .logo-box{display:block}.page-title-box{background-color:#fff;align-items:center;justify-content:space-between;display:flex;margin:0 -27px 30px;padding:15px 27px;box-shadow:0 1px 1px rgba(50,58,70,.1)}.page-title-box .page-title{font-size:1.1rem;margin:0;color:#323a46}.page-title-box .breadcrumb{padding:0}.page-title-box-alt{background-color:rgba(0,0,0,0);padding:24px 27px;box-shadow:none;margin-bottom:0}@media(max-width: 639px){.page-title-box{display:block}.page-title-box .page-title{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page-title-box .page-title-right{display:block;padding-top:5px}}.footer{bottom:0;padding:19px 15px 20px;position:absolute;right:0;color:#98a6ad;left:240px;background-color:rgb(237.5,239.25,242.75)}.footer .footer-links a{color:#98a6ad;margin-left:1.5rem;transition:all .4s}.footer .footer-links a:hover{color:#323a46}.footer .footer-links a:first-of-type{margin-left:0}.footer-alt{left:0 !important;text-align:center;background-color:rgba(0,0,0,0)}@media(max-width: 767.98px){.footer{left:0 !important;text-align:center}}body[data-layout-mode=horizontal] .footer{left:0 !important}body[data-layout-mode=horizontal][data-layout-width=boxed] .footer{max-width:1300px !important}@media(min-width: 992px){body[data-layout-mode=detached] .footer{position:inherit;margin:0 10px}}.right-bar{background-color:#fff;box-shadow:0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);display:block;position:fixed;transition:all 200ms ease-out;width:270px;z-index:9999;float:right !important;right:-280px;top:0;bottom:0}.right-bar .rightbar-title{background-color:#3245b2;padding:27px 25px;color:#fff}.right-bar .right-bar-toggle{background-color:rgb(64.875,75.255,90.825);height:24px;width:24px;line-height:27px;color:#fff;text-align:center;border-radius:50%;margin-top:-4px}.right-bar .right-bar-toggle:hover{background-color:rgb(71.25,82.65,99.75)}.right-bar .user-box{padding:25px;text-align:center}.right-bar .user-box .user-img{position:relative;height:64px;width:64px;margin:0 auto 15px auto}.right-bar .user-box .user-img .user-edit{position:absolute;right:-5px;bottom:0px;height:24px;width:24px;background-color:#fff;line-height:24px;border-radius:50%;box-shadow:0 0 45px 0 rgba(0,0,0,.12)}.right-bar .user-box h5{margin-bottom:2px}.right-bar .user-box h5 a{color:#323a46}.right-bar .notification-item .media{padding:.75rem 1rem}.right-bar .notification-item .media:hover{background-color:#f1f5f7}.rightbar-overlay{background-color:rgba(50,58,70,.2);position:absolute;left:0;right:0;top:0;bottom:0;display:none;z-index:9998;transition:all .2s ease-out}.right-bar-enabled .right-bar{right:0}.right-bar-enabled .rightbar-overlay{display:block}@media(max-width: 767.98px){.right-bar{overflow:auto}.right-bar .slimscroll-menu{height:auto !important}}body[data-layout-width=boxed] #wrapper{max-width:1300px;margin:0 auto;box-shadow:0 0 45px 0 rgba(0,0,0,.12)}body[data-layout-width=boxed] .navbar-custom{max-width:calc(1300px - 240px);margin:0 auto}body[data-layout-width=boxed] .footer{margin:0 auto;max-width:calc(1300px - 240px)}body[data-layout-width=boxed][data-sidebar-size=condensed] .navbar-custom,body[data-layout-width=boxed][data-sidebar-size=condensed] .footer{max-width:calc(1300px - 70px)}body[data-layout-width=boxed][data-sidebar-size=compact] .footer{max-width:calc(1300px - 160px)}@media(min-width: 768px){body[data-layout-width=boxed][data-sidebar-size=condensed]:not([data-layout-mode=horizontal]) .content-page{min-height:calc(1550px - 60px)}}@media(min-width: 1367px){body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]){padding-bottom:0}body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) #wrapper{display:flex}body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .navbar-custom,body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .topnav{position:absolute}body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .left-side-menu{position:relative;min-width:240px;max-width:240px;padding:0;transition:none}body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .left-side-menu .logo-box{position:relative;transition:none;margin-bottom:20px}body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .content-page{margin-left:0;width:100%;padding-bottom:60px}}@media(min-width: 1367px){body[data-layout-mode=horizontal] .container-fluid,body[data-layout-mode=horizontal] .container-sm,body[data-layout-mode=horizontal] .container-md,body[data-layout-mode=horizontal] .container-lg,body[data-layout-mode=horizontal] .container-xl{max-width:90%}}body[data-layout-mode=horizontal] .navbar-custom{padding:0 24px;left:0;right:0}body[data-layout-mode=horizontal] .navbar-custom .logo-box{display:block;background-color:rgba(0,0,0,0)}body[data-layout-mode=horizontal] .content-page{margin-left:0 !important}.topnav{background:#fff;box-shadow:0 0 8px 0 rgba(154,161,171,.3);margin-top:70px;padding:0 calc(24px/2);position:fixed;left:0;right:0;z-index:100}.topnav .topnav-menu{margin:0;padding:0}.topnav .navbar-nav .nav-link{font-size:.95rem;position:relative;line-height:22px;padding:calc(33px/2) 1.1rem;color:#6e7488;font-family:"Roboto",sans-serif}.topnav .navbar-nav .nav-link i{font-size:15px;display:inline-block;vertical-align:middle}.topnav .navbar-nav .nav-link:focus,.topnav .navbar-nav .nav-link:hover{color:#3245b2;background-color:rgba(0,0,0,0)}.topnav .navbar-nav .nav-item .dropdown.active>a.dropdown-toggle{color:#3245b2}@media(min-width: 992px){.topnav{height:55px}.topnav .navbar-nav .nav-item:first-of-type .nav-link{padding-left:0}.topnav .dropdown-item{padding:.5rem 1.25rem;min-width:180px;margin:0 .3rem;width:auto}.topnav .dropdown-item.active{background-color:rgba(0,0,0,0);color:#3245b2}.topnav .dropdown.mega-dropdown .mega-dropdown-menu{left:0px;right:auto}.topnav .dropdown .dropdown-menu{padding:.3rem 0;margin-top:0;border-radius:0 0 .25rem .25rem}.topnav .dropdown .dropdown-menu .arrow-down::after{right:20px;transform:rotate(-135deg) translateY(-50%);position:absolute}.topnav .dropdown .dropdown-menu .dropdown .dropdown-menu{position:absolute;top:0 !important;left:100%;display:none}.topnav .dropdown:hover>.nav-link{color:#3245b2}.topnav .dropdown:hover>.dropdown-menu{display:block}.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-item{color:#3245b2}.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu{display:block}.navbar-toggle{display:none}body[data-layout-mode=horizontal] .content-page{padding:calc(70px + 55px) 12px 65px 12px}}.arrow-down{display:inline-block}.arrow-down:after{border-color:initial;border-style:solid;border-width:0 0 1px 1px;content:"";height:.4em;display:inline-block;right:5px;top:50%;margin-left:10px;transform:rotate(-45deg) translateY(-50%);transform-origin:top;transition:all .3s ease-out;width:.4em}@media(max-width: 1366.98px){.topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu{right:100%;left:auto}}@media(max-width: 991.98px){.topnav{max-height:360px;overflow-y:auto;padding:0}.topnav .navbar-nav .nav-link{padding:.75rem 1.1rem}.topnav .dropdown .dropdown-menu{background-color:rgba(0,0,0,0);border:none;box-shadow:none;padding-left:15px}.topnav .dropdown .dropdown-item{position:relative;background-color:rgba(0,0,0,0)}.topnav .dropdown .dropdown-item.active,.topnav .dropdown .dropdown-item:active{color:#3245b2}.topnav .arrow-down::after{right:15px;position:absolute}}@media(min-width: 992px){body[data-layout-mode=horizontal][data-topbar-color=light] .topnav{background-color:#3245b2}body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link{color:hsla(0,0%,100%,.7)}body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link:focus,body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.9)}body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link.active{color:#fff}body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-item:hover .nav-link{color:#fff}body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav>.dropdown.active>a{color:hsla(0,0%,100%,.9) !important}}body[data-layout-mode=horizontal][data-layout-width=boxed] .topnav{max-width:1300px;margin:70px auto 0}body[data-layout-mode=two-column] .left-side-menu{width:calc(70px + 220px);background-color:rgba(0,0,0,0);box-shadow:none}body[data-layout-mode=two-column] .sidebar-icon-menu{position:fixed;width:70px;z-index:500;top:0;bottom:0;padding-bottom:20px;background-color:#3245b2}body[data-layout-mode=two-column] .sidebar-icon-menu .logo{display:block;width:70px;height:70px;line-height:70px;text-align:center}body[data-layout-mode=two-column] .sidebar-icon-menu .nav{background-color:rgba(0,0,0,0);margin:15px auto}body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link{text-align:center;width:40px;height:40px;line-height:40px;margin:10px auto;padding:0px;border-radius:4px}body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link.active{background-color:hsla(0,0%,100%,.12);box-shadow:0 1px 1px rgba(50,58,70,.1)}body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link svg{color:#fff;fill:hsla(0,0%,100%,.12);height:22px;width:22px}body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link i{color:#fff;font-size:22px}body[data-layout-mode=two-column] .sidebar-main-menu{display:block;position:fixed;width:220px;background-color:#fff;top:70px;bottom:0;left:70px;padding:30px 5px;box-shadow:0 0 35px 0 rgba(154,161,171,.15);transition:all .1s ease-out}body[data-layout-mode=two-column] .sidebar-main-menu .sidebar-menu-body{padding:20px}body[data-layout-mode=two-column] .sidebar-main-menu .menu-title{color:#adb5bd !important;margin:0;padding:10px 20px;letter-spacing:.05em;font-size:.7rem;text-transform:uppercase;font-weight:600}body[data-layout-mode=two-column] .sidebar-main-menu .nav>.nav-item>.nav-link{color:#6e768e;font-size:.95rem;font-family:"Roboto",sans-serif}body[data-layout-mode=two-column] .sidebar-main-menu .nav>.nav-item .menu-arrow{right:10px}body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link{position:relative;color:#6e768e;padding:6px 15px;border-radius:3px;margin:3px 5px}body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link:hover,body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link:focus,body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link.active{color:#3245b2}body[data-layout-mode=two-column] .sidebar-main-menu .nav .menuitem-active>a.nav-link{color:#3245b2;background-color:rgba(50,69,178,.07)}body[data-layout-mode=two-column] .sidebar-main-menu .nav .menuitem-active a.active{color:#3245b2}body[data-layout-mode=two-column] .sidebar-main-menu #sidebar-menu .menu-arrow{top:7px}body[data-layout-mode=two-column] .sidebar-main-menu .nav-second-level{padding-left:15px;list-style:none}@media(min-width: 992px){body[data-layout-mode=two-column] .navbar-custom{left:70px !important;padding-left:0px}body[data-layout-mode=two-column] .navbar-custom .logo-box{width:220px;display:block;position:relative;float:left}body[data-layout-mode=two-column] .navbar-custom .logo-box .logo-sm{display:none}body[data-layout-mode=two-column][data-sidebar-size=condensed] .logo-box{width:0 !important}}body[data-layout-mode=two-column][data-sidebar-color=light] .logo-box{background-color:#fff}body[data-layout-mode=two-column][data-topbar-color=dark] .logo-box{background-color:#3245b2}@media(min-width: 992px){body[data-layout-mode=two-column] .content-page{margin-left:calc(70px + 220px)}body[data-layout-mode=two-column] .footer{left:calc(70px + 220px)}body[data-layout-mode=two-column][data-sidebar-size=condensed] .sidebar-main-menu{display:none}}body[data-layout-mode=two-column] .twocolumn-menu-item{display:none}body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu{background-color:#38414a}body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav>.nav-item>.nav-link{color:#9097a7}body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav .nav-link:hover,body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav .nav-link:focus,body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav .nav-link.active{color:#c8cddc}body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav .menuitem-active>a.nav-link{color:#3245b2;background-color:rgba(50,69,178,.07)}body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav .menuitem-active a.active{color:#3245b2}body[data-layout-mode=two-column][data-sidebar-color=brand] .sidebar-main-menu .nav>.nav-item>.nav-link,body[data-layout-mode=two-column][data-sidebar-color=gradient] .sidebar-main-menu .nav>.nav-item>.nav-link{color:hsla(0,0%,100%,.7)}body[data-layout-mode=two-column][data-sidebar-color=brand] .sidebar-main-menu .nav .nav-link:hover,body[data-layout-mode=two-column][data-sidebar-color=brand] .sidebar-main-menu .nav .nav-link:focus,body[data-layout-mode=two-column][data-sidebar-color=brand] .sidebar-main-menu .nav .nav-link.active,body[data-layout-mode=two-column][data-sidebar-color=gradient] .sidebar-main-menu .nav .nav-link:hover,body[data-layout-mode=two-column][data-sidebar-color=gradient] .sidebar-main-menu .nav .nav-link:focus,body[data-layout-mode=two-column][data-sidebar-color=gradient] .sidebar-main-menu .nav .nav-link.active{color:hsla(0,0%,100%,.9)}body[data-layout-mode=two-column][data-sidebar-color=brand] .sidebar-main-menu{background-color:#3245b2}body[data-layout-mode=two-column][data-sidebar-color=gradient] .sidebar-main-menu{background:#242540;background-image:linear-gradient(270deg, rgba(64, 149, 216, 0.15), transparent)}body[data-layout-mode=two-column][data-layout-width=boxed] .navbar-custom{max-width:calc(1300px - 70px)}body[data-layout-mode=two-column][data-layout-width=boxed] .sidebar-main-menu{position:absolute;top:0}body[data-layout-mode=two-column][data-layout-width=boxed]:not([data-sidebar-size=condensed]) .footer{max-width:calc(1300px - calc(70px + 220px))}.avatar-xs{height:1.5rem;width:1.5rem;object-fit:cover}.avatar-sm{height:2.25rem;width:2.25rem;object-fit:cover}.avatar-md{height:3.5rem;width:3.5rem;object-fit:cover}.avatar-lg{height:4.5rem;width:4.5rem;object-fit:cover}.avatar-xl{height:6rem;width:6rem;object-fit:cover}.avatar-xxl{height:7.5rem;width:7.5rem;object-fit:cover}.avatar-title{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;width:100%}.avatar-group{padding-left:12px}.avatar-group .avatar-group-item{margin:0 0 10px -12px;display:inline-block;border:2px solid #fff;border-radius:50%}.width-xs{min-width:80px}.width-sm{min-width:100px}.width-md{min-width:120px}.width-lg{min-width:140px}.width-xl{min-width:160px}.font-family-primary{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.font-family-secondary{font-family:"Roboto",sans-serif}.sp-line-1,.sp-line-2,.sp-line-3,.sp-line-4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.sp-line-1{-webkit-line-clamp:1}.sp-line-2{-webkit-line-clamp:2}.sp-line-3{-webkit-line-clamp:3}.sp-line-4{-webkit-line-clamp:4}.icon-dual{color:#98a6ad;fill:rgba(152,166,173,.12)}.icon-dual-primary{color:#3245b2;fill:rgba(50,69,178,.16)}.icon-dual-secondary{color:#6c757d;fill:rgba(108,117,125,.16)}.icon-dual-success{color:#1abc9c;fill:rgba(26,188,156,.16)}.icon-dual-info{color:#37cde6;fill:rgba(55,205,230,.16)}.icon-dual-warning{color:#f7b84b;fill:rgba(247,184,75,.16)}.icon-dual-danger{color:#f1556c;fill:rgba(241,85,108,.16)}.icon-dual-light{color:#f1f5f7;fill:rgba(241,245,247,.16)}.icon-dual-dark{color:#323a46;fill:rgba(50,58,70,.16)}.icon-dual-pink{color:#f672a7;fill:rgba(246,114,167,.16)}.icon-dual-purple{color:#6559cc;fill:rgba(101,89,204,.16)}.icons-xs{height:16px;width:16px}.icons-sm{height:24px;width:24px}.icons-md{height:32px;width:32px}.icons-lg{height:40px;width:40px}.icons-xl{height:48px;width:48px}.icons-xxl{height:60px;width:60px}.item-hovered:hover{background-color:#f1f5f7}.social-list-item{height:2rem;width:2rem;line-height:calc(2rem - 4px);display:block;border:2px solid #adb5bd;border-radius:50%;color:#adb5bd}.bg-icon-primary{border:6px solid rgba(50,69,178,.3) !important;background-color:rgba(50,69,178,.75) !important}.bg-icon-secondary{border:6px solid rgba(108,117,125,.3) !important;background-color:rgba(108,117,125,.75) !important}.bg-icon-success{border:6px solid rgba(26,188,156,.3) !important;background-color:rgba(26,188,156,.75) !important}.bg-icon-info{border:6px solid rgba(55,205,230,.3) !important;background-color:rgba(55,205,230,.75) !important}.bg-icon-warning{border:6px solid rgba(247,184,75,.3) !important;background-color:rgba(247,184,75,.75) !important}.bg-icon-danger{border:6px solid rgba(241,85,108,.3) !important;background-color:rgba(241,85,108,.75) !important}.bg-icon-light{border:6px solid rgba(241,245,247,.3) !important;background-color:rgba(241,245,247,.75) !important}.bg-icon-dark{border:6px solid rgba(50,58,70,.3) !important;background-color:rgba(50,58,70,.75) !important}.bg-icon-pink{border:6px solid rgba(246,114,167,.3) !important;background-color:rgba(246,114,167,.75) !important}.bg-icon-purple{border:6px solid rgba(101,89,204,.3) !important;background-color:rgba(101,89,204,.75) !important}.widget-flat{position:relative;overflow:hidden}.widget-flat i.widget-icon{font-size:36px}.inbox-widget .inbox-item{border-bottom:1px solid hsla(210,13.7931034483%,91.1274509804%,.5);overflow:hidden;padding:.625rem 0;position:relative}.inbox-widget .inbox-item:last-of-type{border-bottom:none}.inbox-widget .inbox-item .inbox-item-img{display:block;float:left;margin-right:15px;width:40px}.inbox-widget .inbox-item .inbox-item-img img{width:40px}.inbox-widget .inbox-item .inbox-item-author{color:#343a40;display:block;margin-bottom:3px;font-weight:600}.inbox-widget .inbox-item .inbox-item-text{color:#98a6ad;display:block;font-size:.8125rem;margin:0;overflow:hidden}.inbox-widget .inbox-item .inbox-item-date{color:#98a6ad;font-size:.6875rem;position:absolute;right:5px;top:10px}.conversation-list{list-style:none;padding:0 15px}.conversation-list li{margin-bottom:20px}.conversation-list li .conversation-actions{float:right;display:none}.conversation-list li:hover .conversation-actions{display:block}.conversation-list li .conversation-lists{display:inline-block;position:relative}.conversation-list .chat-avatar{float:left;text-align:center;width:42px}.conversation-list .chat-avatar img{border-radius:100%;width:100%}.conversation-list .chat-avatar i{font-size:12px;font-style:normal}.conversation-list .ctext-wrap{background:#d5eef7;border-radius:3px;display:inline-block;padding:12px;position:relative}.conversation-list .ctext-wrap i{display:block;font-size:12px;font-style:normal;font-weight:600;position:relative}.conversation-list .ctext-wrap p{margin:0;padding-top:3px}.conversation-list .ctext-wrap:after{left:-10px;top:0;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none;border-top-color:#d5eef7;border-width:6px;margin-right:-1px;border-right-color:#d5eef7}.conversation-list .conversation-text{float:left;font-size:12px;margin-left:12px;width:70%}.conversation-list .odd .chat-avatar{float:right !important}.conversation-list .odd .conversation-text{float:right !important;margin-right:12px;text-align:right;width:70% !important}.conversation-list .odd .ctext-wrap{background-color:#f1f5f7}.conversation-list .odd .ctext-wrap:after{border-color:rgba(0,0,0,0);border-left-color:#f1f5f7;border-top-color:#f1f5f7;right:-10px !important;left:auto}.conversation-list .odd .conversation-actions{float:left}.todo-list li .custom-control-label{font-weight:500}.knob-chart>div{display:inherit !important}.knob-chart input{outline:none !important}[data-plugin=knob]{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important}.checkbox label{display:inline-block;padding-left:8px;position:relative;font-weight:600;margin-bottom:0}.checkbox label::before{background-color:rgba(0,0,0,0);border-radius:3px;border:2px solid #98a6ad;content:"";display:inline-block;height:18px;left:0;margin-left:-18px;position:absolute;transition:.3s ease-in-out;width:18px;outline:none !important;top:2px}.checkbox label::after{color:#6c757d;display:inline-block;font-size:11px;height:18px;left:0;margin-left:-18px;padding-left:3px;padding-top:2px;position:absolute;top:0;width:18px}.checkbox input[type=checkbox]{cursor:pointer;opacity:0;z-index:1;outline:none !important}.checkbox input[type=checkbox]:disabled+label{opacity:.65}.checkbox input[type=checkbox]:focus+label::before{outline-offset:-2px;outline:none}.checkbox input[type=checkbox]:checked+label::after{content:"";position:absolute;top:6px;left:7px;display:table;width:4px;height:8px;border:2px solid #6c757d;border-top-width:0;border-left-width:0;transform:rotate(45deg)}.checkbox input[type=checkbox]:disabled+label::before{background-color:#f1f5f7;cursor:not-allowed}.checkbox.checkbox-circle label::before{border-radius:50%}.checkbox.checkbox-inline{margin-top:0}.checkbox.checkbox-single input{height:18px;width:18px;position:absolute}.checkbox.checkbox-single label{height:18px;width:18px}.checkbox.checkbox-single label:before{margin-left:0}.checkbox.checkbox-single label:after{margin-left:0}.checkbox-primary input[type=checkbox]:checked+label::before{background-color:#3245b2;border-color:#3245b2}.checkbox-primary input[type=checkbox]:checked+label::after{border-color:#fff}.checkbox-secondary input[type=checkbox]:checked+label::before{background-color:#6c757d;border-color:#6c757d}.checkbox-secondary input[type=checkbox]:checked+label::after{border-color:#fff}.checkbox-success input[type=checkbox]:checked+label::before{background-color:#1abc9c;border-color:#1abc9c}.checkbox-success input[type=checkbox]:checked+label::after{border-color:#fff}.checkbox-info input[type=checkbox]:checked+label::before{background-color:#37cde6;border-color:#37cde6}.checkbox-info input[type=checkbox]:checked+label::after{border-color:#fff}.checkbox-warning input[type=checkbox]:checked+label::before{background-color:#f7b84b;border-color:#f7b84b}.checkbox-warning input[type=checkbox]:checked+label::after{border-color:#fff}.checkbox-danger input[type=checkbox]:checked+label::before{background-color:#f1556c;border-color:#f1556c}.checkbox-danger input[type=checkbox]:checked+label::after{border-color:#fff}.checkbox-light input[type=checkbox]:checked+label::before{background-color:#f1f5f7;border-color:#f1f5f7}.checkbox-light input[type=checkbox]:checked+label::after{border-color:#fff}.checkbox-dark input[type=checkbox]:checked+label::before{background-color:#323a46;border-color:#323a46}.checkbox-dark input[type=checkbox]:checked+label::after{border-color:#fff}.checkbox-pink input[type=checkbox]:checked+label::before{background-color:#f672a7;border-color:#f672a7}.checkbox-pink input[type=checkbox]:checked+label::after{border-color:#fff}.checkbox-purple input[type=checkbox]:checked+label::before{background-color:#6559cc;border-color:#6559cc}.checkbox-purple input[type=checkbox]:checked+label::after{border-color:#fff}.radio label{display:inline-block;padding-left:8px;position:relative;font-weight:600;margin-bottom:0}.radio label::before{background-color:rgba(0,0,0,0);border-radius:50%;border:2px solid #98a6ad;content:"";display:inline-block;height:18px;left:0;margin-left:-18px;position:absolute;transition:border .5s ease-in-out;width:18px;outline:none !important}.radio label::after{background-color:#6c757d;border-radius:50%;content:" ";display:inline-block;height:10px;left:6px;margin-left:-20px;position:absolute;top:4px;transform:scale(0, 0);transition:transform .1s cubic-bezier(0.8, -0.33, 0.2, 1.33);width:10px}.radio input[type=radio]{cursor:pointer;opacity:0;z-index:1;outline:none !important}.radio input[type=radio]:disabled+label{opacity:.65}.radio input[type=radio]:focus+label::before{outline-offset:-2px;outline:5px auto -webkit-focus-ring-color;outline:thin dotted}.radio input[type=radio]:checked+label::after{transform:scale(1, 1)}.radio input[type=radio]:disabled+label::before{cursor:not-allowed}.radio.radio-inline{margin-top:0}.radio.radio-single label{height:17px}.radio-primary input[type=radio]+label::after{background-color:#3245b2}.radio-primary input[type=radio]:checked+label::before{border-color:#3245b2}.radio-primary input[type=radio]:checked+label::after{background-color:#3245b2}.radio-secondary input[type=radio]+label::after{background-color:#6c757d}.radio-secondary input[type=radio]:checked+label::before{border-color:#6c757d}.radio-secondary input[type=radio]:checked+label::after{background-color:#6c757d}.radio-success input[type=radio]+label::after{background-color:#1abc9c}.radio-success input[type=radio]:checked+label::before{border-color:#1abc9c}.radio-success input[type=radio]:checked+label::after{background-color:#1abc9c}.radio-info input[type=radio]+label::after{background-color:#37cde6}.radio-info input[type=radio]:checked+label::before{border-color:#37cde6}.radio-info input[type=radio]:checked+label::after{background-color:#37cde6}.radio-warning input[type=radio]+label::after{background-color:#f7b84b}.radio-warning input[type=radio]:checked+label::before{border-color:#f7b84b}.radio-warning input[type=radio]:checked+label::after{background-color:#f7b84b}.radio-danger input[type=radio]+label::after{background-color:#f1556c}.radio-danger input[type=radio]:checked+label::before{border-color:#f1556c}.radio-danger input[type=radio]:checked+label::after{background-color:#f1556c}.radio-light input[type=radio]+label::after{background-color:#f1f5f7}.radio-light input[type=radio]:checked+label::before{border-color:#f1f5f7}.radio-light input[type=radio]:checked+label::after{background-color:#f1f5f7}.radio-dark input[type=radio]+label::after{background-color:#323a46}.radio-dark input[type=radio]:checked+label::before{border-color:#323a46}.radio-dark input[type=radio]:checked+label::after{background-color:#323a46}.radio-pink input[type=radio]+label::after{background-color:#f672a7}.radio-pink input[type=radio]:checked+label::before{border-color:#f672a7}.radio-pink input[type=radio]:checked+label::after{background-color:#f672a7}.radio-purple input[type=radio]+label::after{background-color:#6559cc}.radio-purple input[type=radio]:checked+label::before{border-color:#6559cc}.radio-purple input[type=radio]:checked+label::after{background-color:#6559cc}.ribbon-box{position:relative}.ribbon-box .ribbon{position:relative;clear:both;padding:5px 12px;margin-bottom:15px;box-shadow:2px 5px 10px rgba(50,58,70,.15);color:#fff;font-size:13px;font-weight:600}.ribbon-box .ribbon:before{content:" ";border-style:solid;border-width:10px;display:block;position:absolute;bottom:-10px;left:0;margin-bottom:-10px;z-index:-1}.ribbon-box .ribbon.float-left{margin-left:-30px;border-radius:0 3px 3px 0}.ribbon-box .ribbon.float-right{margin-right:-30px;border-radius:3px 0 0 3px}.ribbon-box .ribbon.float-right:before{right:0}.ribbon-box .ribbon.float-right.ribbon-shape{clip-path:polygon(0% 0, 100% 0%, 100% 100%, 0 100%, 15% 50%);padding-left:25px;padding-right:12px;margin-left:0px;margin-right:-24px}.ribbon-box .ribbon.ribbon-shape{clip-path:polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);padding-right:25px;margin-left:-24px;width:100px;text-align:center}.ribbon-box .ribbon.float-center span{margin:0 auto 20px auto}.ribbon-box .ribbon-content{clear:both}.ribbon-box .ribbon-primary{background:#3245b2}.ribbon-box .ribbon-primary:before{border-color:hsl(231.09375,56.1403508772%,34.7058823529%) rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-box .ribbon-secondary{background:#6c757d}.ribbon-box .ribbon-secondary:before{border-color:rgb(84.3605150215,91.3905579399,97.6394849785) rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-box .ribbon-success{background:#1abc9c}.ribbon-box .ribbon-success:before{border-color:rgb(19.8037383178,143.1962616822,118.8224299065) rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-box .ribbon-info{background:#37cde6}.ribbon-box .ribbon-info:before{border-color:#1ab6d0 rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-box .ribbon-warning{background:#f7b84b}.ribbon-box .ribbon-warning:before{border-color:rgb(244.829787234,164.7393617021,26.170212766) rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-box .ribbon-danger{background:#f1556c}.ribbon-box .ribbon-danger:before{border-color:rgb(237.1195652174,37.8804347826,67.2554347826) rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-box .ribbon-light{background:#f1f5f7}.ribbon-box .ribbon-light:before{border-color:hsl(200,27.2727272727%,85.6862745098%) rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-box .ribbon-dark{background:#323a46}.ribbon-box .ribbon-dark:before{border-color:rgb(28.75,33.35,40.25) rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-box .ribbon-pink{background:#f672a7}.ribbon-box .ribbon-pink:before{border-color:rgb(242.94,66.06,137.08) rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-box .ribbon-purple{background:#6559cc}.ribbon-box .ribbon-purple:before{border-color:rgb(70.2580645161,56.8755760369,185.1244239631) rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-box .ribbon-two{position:absolute;left:-5px;top:-5px;z-index:1;overflow:hidden;width:75px;height:75px;text-align:right}.ribbon-box .ribbon-two span{font-size:13px;color:#fff;text-align:center;line-height:20px;transform:rotate(-45deg);width:100px;display:block;box-shadow:0 0 8px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);position:absolute;top:19px;left:-21px;font-weight:600}.ribbon-box .ribbon-two span:before{content:"";position:absolute;left:0;top:100%;z-index:-1;border-right:3px solid rgba(0,0,0,0);border-bottom:3px solid rgba(0,0,0,0)}.ribbon-box .ribbon-two span:after{content:"";position:absolute;right:0;top:100%;z-index:-1;border-left:3px solid rgba(0,0,0,0);border-bottom:3px solid rgba(0,0,0,0)}.ribbon-box .ribbon-two-primary span{background:#3245b2}.ribbon-box .ribbon-two-primary span:before{border-left:3px solid hsl(231.09375,56.1403508772%,29.7058823529%);border-top:3px solid hsl(231.09375,56.1403508772%,29.7058823529%)}.ribbon-box .ribbon-two-primary span:after{border-right:3px solid hsl(231.09375,56.1403508772%,29.7058823529%);border-top:3px solid hsl(231.09375,56.1403508772%,29.7058823529%)}.ribbon-box .ribbon-two-secondary span{background:#6c757d}.ribbon-box .ribbon-two-secondary span:before{border-left:3px solid rgb(72.5407725322,78.5858369099,83.9592274678);border-top:3px solid rgb(72.5407725322,78.5858369099,83.9592274678)}.ribbon-box .ribbon-two-secondary span:after{border-right:3px solid rgb(72.5407725322,78.5858369099,83.9592274678);border-top:3px solid rgb(72.5407725322,78.5858369099,83.9592274678)}.ribbon-box .ribbon-two-success span{background:#1abc9c}.ribbon-box .ribbon-two-success span:before{border-left:3px solid rgb(16.7056074766,120.7943925234,100.2336448598);border-top:3px solid rgb(16.7056074766,120.7943925234,100.2336448598)}.ribbon-box .ribbon-two-success span:after{border-right:3px solid rgb(16.7056074766,120.7943925234,100.2336448598);border-top:3px solid rgb(16.7056074766,120.7943925234,100.2336448598)}.ribbon-box .ribbon-two-info span{background:#37cde6}.ribbon-box .ribbon-two-info span:before{border-left:3px solid rgb(23.1666666667,162.1666666667,185.3333333333);border-top:3px solid rgb(23.1666666667,162.1666666667,185.3333333333)}.ribbon-box .ribbon-two-info span:after{border-right:3px solid rgb(23.1666666667,162.1666666667,185.3333333333);border-top:3px solid rgb(23.1666666667,162.1666666667,185.3333333333)}.ribbon-box .ribbon-two-warning span{background:#f7b84b}.ribbon-box .ribbon-two-warning span:before{border-left:3px solid hsl(38.023255814,91.4893617021%,48.137254902%);border-top:3px solid hsl(38.023255814,91.4893617021%,48.137254902%)}.ribbon-box .ribbon-two-warning span:after{border-right:3px solid hsl(38.023255814,91.4893617021%,48.137254902%);border-top:3px solid hsl(38.023255814,91.4893617021%,48.137254902%)}.ribbon-box .ribbon-two-danger span{background:#f1556c}.ribbon-box .ribbon-two-danger span:before{border-left:3px solid rgb(230.5163043478,18.9836956522,50.1711956522);border-top:3px solid rgb(230.5163043478,18.9836956522,50.1711956522)}.ribbon-box .ribbon-two-danger span:after{border-right:3px solid rgb(230.5163043478,18.9836956522,50.1711956522);border-top:3px solid rgb(230.5163043478,18.9836956522,50.1711956522)}.ribbon-box .ribbon-two-light span{background:#f1f5f7}.ribbon-box .ribbon-two-light span:before{border-left:3px solid hsl(200,27.2727272727%,80.6862745098%);border-top:3px solid hsl(200,27.2727272727%,80.6862745098%)}.ribbon-box .ribbon-two-light span:after{border-right:3px solid hsl(200,27.2727272727%,80.6862745098%);border-top:3px solid hsl(200,27.2727272727%,80.6862745098%)}.ribbon-box .ribbon-two-dark span{background:#323a46}.ribbon-box .ribbon-two-dark span:before{border-left:3px solid rgb(18.125,21.025,25.375);border-top:3px solid rgb(18.125,21.025,25.375)}.ribbon-box .ribbon-two-dark span:after{border-right:3px solid rgb(18.125,21.025,25.375);border-top:3px solid rgb(18.125,21.025,25.375)}.ribbon-box .ribbon-two-pink span{background:#f672a7}.ribbon-box .ribbon-two-pink span:before{border-left:3px solid rgb(241.41,42.09,122.12);border-top:3px solid rgb(241.41,42.09,122.12)}.ribbon-box .ribbon-two-pink span:after{border-right:3px solid rgb(241.41,42.09,122.12);border-top:3px solid rgb(241.41,42.09,122.12)}.ribbon-box .ribbon-two-purple span{background:#6559cc}.ribbon-box .ribbon-two-purple span:before{border-left:3px solid rgb(62.8548387097,50.8824884793,165.6175115207);border-top:3px solid rgb(62.8548387097,50.8824884793,165.6175115207)}.ribbon-box .ribbon-two-purple span:after{border-right:3px solid rgb(62.8548387097,50.8824884793,165.6175115207);border-top:3px solid rgb(62.8548387097,50.8824884793,165.6175115207)}@media print{.left-side-menu,.right-bar,.page-title-box,.navbar-custom,.footer{display:none}.card-body,.content-page,.right-bar,.content,body{padding:0;margin:0}.card{border-color:rgba(0,0,0,0)}}#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:9999}#status{width:40px;height:40px;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px}.spinner{margin:0 auto;font-size:10px;position:relative;text-indent:-9999em;border-top:5px solid #dee2e6;border-right:5px solid #dee2e6;border-bottom:5px solid #dee2e6;border-left:5px solid #3245b2;transform:translateZ(0);animation:SpinnerAnimation 1.1s infinite linear}.spinner,.spinner:after{border-radius:50%;width:40px;height:40px}@keyframes SpinnerAnimation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,.2);background:radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);transition:all .5s ease-out;transition-property:transform,opacity;transform:scale(0) translate(0, 0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background:hsla(0,0%,100%,.4);background:radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%)}.waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,.2)}.waves-effect.waves-classic.waves-light .waves-ripple{background:hsla(0,0%,100%,.4)}.waves-notransition{transition:none !important}.waves-button,.waves-circle{transform:translateZ(0);mask-image:radial-gradient(circle, white 100%, black 100%)}.waves-button,.waves-button:hover,.waves-button:visited,.waves-button-input{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:none;color:inherit;background-color:rgba(0,0,0,0);font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.waves-button{padding:.85em 1.1em;border-radius:.2em}.waves-button-input{margin:0;padding:.85em 1.1em}.waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.waves-input-wrapper.waves-button{padding:0}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.waves-float{mask-image:none;box-shadow:0px 1px 1.5px 1px rgba(0,0,0,.12);transition:all 300ms}.waves-float:active{box-shadow:0px 8px 20px 1px rgba(0,0,0,.3)}.waves-block{display:block}.irs{position:relative;display:block;-webkit-touch-callout:none;-ms-user-select:none;user-select:none;font-size:12px}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#6c757d}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#6c757d}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#6c757d;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:rgba(0,0,0,0) !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:hsl(210,13.7931034483%,94.1274509804%);border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#3245b2}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:hsl(210,13.7931034483%,94.1274509804%)}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:rgba(0,0,0,0)}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:hsl(231.09375,56.1403508772%,37.7058823529%)}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#6c757d;font-size:10px;line-height:1.333;text-shadow:none;background-color:hsl(210,13.7931034483%,94.1274509804%);border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#3245b2;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid rgba(0,0,0,0);border-top-color:#3245b2}.irs--flat .irs-grid-pol{background-color:hsl(210,13.7931034483%,94.1274509804%)}.irs--flat .irs-grid-text{color:#6c757d}.irs--modern .irs-line{border:none;background:hsl(210,13.7931034483%,94.1274509804%)}.irs--modern .irs-bar{background:#3245b2;background:linear-gradient(to bottom, #3245B2 0%, rgb(38.8157894737, 53.5657894737, 138.1842105263) 100%)}.irs--modern .irs-min,.irs--modern .irs-max{top:0;padding:1px 3px;color:#6c757d;font-size:10px;line-height:1.333;text-shadow:none;background-color:hsl(210,13.7931034483%,94.1274509804%);border-radius:4px}.irs--modern .irs-handle>i:nth-child(1){width:8px;height:8px}.irs--modern .irs-single{background-color:#3245b2}.irs--modern .irs-single:before{border-top-color:#3245b2}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single,.irs--sharp .irs-min,.irs--sharp .irs-max,.irs--sharp .irs-handle,.irs--sharp .irs-bar{background-color:#3245b2}.irs--sharp .irs-line{background:hsl(210,13.7931034483%,94.1274509804%)}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before,.irs--sharp .irs-handle>i:first-child{border-top-color:#3245b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:hsl(231.09375,56.1403508772%,29.7058823529%)}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:hsl(231.09375,56.1403508772%,29.7058823529%)}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single,.irs--round .irs-bar{background-color:#3245b2}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before,.irs--round .irs-bar:before{border-top-color:#3245b2}.irs--round .irs-handle{background-color:hsl(210,13.7931034483%,94.1274509804%);border:4px solid #3245b2;box-shadow:0 1px 3px rgba(50,69,178,.3)}.irs--round .irs-min,.irs--round .irs-max{color:#6c757d;background-color:#dee2e6}.irs--round .irs-line{background:hsl(210,13.7931034483%,94.1274509804%)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single,.irs--square .irs-bar{background-color:hsl(210,13.7931034483%,94.1274509804%)}.irs--square .irs-handle{border:3px solid #3245b2;background-color:hsl(210,13.7931034483%,94.1274509804%)}.irs--square .irs-line{background:hsl(210,13.7931034483%,94.1274509804%)}.irs--square .irs-min,.irs--square .irs-max{top:0;padding:1px 3px;color:#6c757d;font-size:10px;line-height:1.333;text-shadow:none;background-color:hsl(210,13.7931034483%,94.1274509804%);border-radius:4px}.irs--square .irs-single{color:#323a46}.calendar{float:left;margin-bottom:0}.fc-view{margin-top:30px}.none-border .modal-footer{border-top:none}.fc-toolbar{margin:10px 0 5px 0}.fc-toolbar h2{font-size:1.25rem;line-height:1.875rem;text-transform:uppercase}.fc-day-grid-event .fc-time{font-weight:500}th.fc-day-header{padding:.5rem 0}.fc-day{background:rgba(0,0,0,0)}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active,.fc-toolbar button:focus,.fc-toolbar button:hover,.fc-toolbar .ui-state-hover{z-index:0}.fc th.fc-widget-header{background:#dee2e6;font-size:13px;line-height:20px;padding:10px 0;text-transform:uppercase;font-weight:500}.fc-unthemed th,.fc-unthemed td,.fc-unthemed thead,.fc-unthemed tbody,.fc-unthemed .fc-divider,.fc-unthemed .fc-row,.fc-unthemed .fc-popover{border-color:#dee2e6}.fc-unthemed td.fc-today,.fc-unthemed .fc-divider{background:#dee2e6}.fc-button{background:#dee2e6;border:none;color:#6c757d;text-transform:capitalize;box-shadow:none;border-radius:3px;margin:0 3px;padding:6px 12px;height:auto}.fc-text-arrow{font-family:inherit;font-size:1rem}.fc-state-hover,.fc-state-highlight,.fc-cell-overlay{background:#dee2e6}.fc-state-down,.fc-state-active,.fc-state-disabled{background-color:#3245b2;color:#fff;text-shadow:none}.fc-unthemed .fc-today{background:#fff}.fc-event{border-radius:2px;border:none;cursor:move;font-size:.8125rem;margin:5px 7px;padding:5px 5px;text-align:center}.external-event{cursor:move;margin:10px 0;padding:8px 10px;color:#fff;border-radius:4px}.fc-basic-view td.fc-week-number span{padding-right:8px}.fc-basic-view td.fc-day-number{padding-right:8px}.fc-basic-view .fc-content{color:#fff}.fc-time-grid-event .fc-content{color:#fff}.fc-content-skeleton .fc-day-top .fc-day-number{float:right;height:20px;width:20px;text-align:center;line-height:20px;background-color:#f1f5f7;border-radius:50%;margin:5px;font-size:11px}@media(max-width: 767.98px){.fc-toolbar{display:block}.fc-toolbar .fc-left,.fc-toolbar .fc-right,.fc-toolbar .fc-center{float:none;display:block;clear:both;margin:10px 0}.fc .fc-toolbar>*>*{float:none}.fc-today-button{display:none}}.fc-toolbar .btn{padding:.28rem .8rem;font-size:0.81rem;line-height:1.5;border-radius:.2rem}.fc-list-item-title,.fc-list-item-time{color:#fff}.colorpicker{background:#fff;box-shadow:0 0 35px 0 rgba(154,161,171,.15);border:1px solid hsl(200,27.2727272727%,92.6862745098%)}.jqstooltip{box-sizing:content-box;width:auto !important;height:auto !important;background-color:#fff !important;box-shadow:0 0 45px 0 rgba(0,0,0,.12);padding:5px 10px !important;border-radius:3px;border-color:#fff !important}.jqsfield{color:#000 !important;font-size:12px !important;line-height:18px !important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;font-weight:600 !important}.dataTables_wrapper.container-fluid,.dataTables_wrapper.container-sm,.dataTables_wrapper.container-md,.dataTables_wrapper.container-lg,.dataTables_wrapper.container-xl{padding:0}table.dataTable{border-collapse:collapse !important;margin-bottom:15px !important}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:.5rem;content:"󰍠";font-family:"Material Design Icons";font-size:1.3rem;top:6px}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:.4em;content:"󰍝";font-family:"Material Design Icons";top:13px;font-size:1.3rem}table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#3245b2}table.dataTable tbody>tr.selected td,table.dataTable tbody>tr>.selected td{border-color:#3245b2}table.dataTable tbody td:focus{outline:none !important}table.dataTable tbody th.focus,table.dataTable tbody td.focus{outline:2px solid #3245b2 !important;outline-offset:-1px;background-color:rgba(50,69,178,.15)}.dataTables_info{font-weight:600}table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before{box-shadow:0 0 45px 0 rgba(0,0,0,.12);background-color:#1abc9c;top:auto;bottom:auto}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{background-color:#f1556c}div.dt-button-info{background-color:#3245b2;border:none;color:#fff;box-shadow:none;border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{border-bottom:none;background-color:hsla(0,0%,100%,.2);color:#fff}@media(max-width: 767.98px){li.paginate_button.previous,li.paginate_button.next{display:inline-block;font-size:1.5rem}li.paginate_button{display:none}.dataTables_paginate ul{text-align:center;display:block;margin:1.5rem 0 0 !important}div.dt-buttons{display:inline-table;margin-bottom:1.5rem}}.activate-select .sorting_1{background-color:#f1f5f7}.daterangepicker{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;border:0 solid hsl(200,27.2727272727%,92.6862745098%);box-shadow:0 0 35px 0 rgba(154,161,171,.15);background-color:#fff}.daterangepicker .calendar-table{border:1px solid #fff;background-color:#fff}.daterangepicker .calendar-table td,.daterangepicker .calendar-table th{color:#98a6ad}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{border-color:#adb5bd}.daterangepicker .calendar-table select{color:#6c757d !important;background-color:#fff !important;border:1px solid #ced4da !important}.daterangepicker .ranges li:hover{background-color:#f1f5f7}.daterangepicker .ranges li.active{background-color:#3245b2}.daterangepicker td.in-range{background-color:hsl(210,13.7931034483%,93.6274509804%);color:#6c757d}.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date{background-color:#fff;color:#6c757d;opacity:.5}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#3245b2;color:#fff}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#3245b2;color:#fff}.daterangepicker:after{border-bottom:6px solid #fff}.daterangepicker:before{border-bottom:7px solid hsl(200,27.2727272727%,92.6862745098%)}.daterangepicker .drp-buttons{border-top:1px solid hsl(200,27.2727272727%,92.6862745098%)}.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect{background:#fff;border:1px solid #fff;color:#6c757d}.daterangepicker.show-ranges .drp-calendar.left{border-left:1px solid hsl(200,27.2727272727%,92.6862745098%) !important}.form-wizard-header .nav-item{margin:0 .5em;text-align:left}.form-wizard-header .nav-item:first-child{margin-left:0}.form-wizard-header .nav-item:last-child{margin-right:0}.form-wizard-header .nav-item .nav-link{border-radius:4px;background-color:rgba(50,69,178,.2);border:1px solid rgba(50,69,178,.2)}@media(max-width: 575.98px){.form-wizard-header .nav-item .nav-link{text-align:center}}.form-wizard-header .nav-item .nav-link .number{display:inline-block;line-height:30px;margin-right:10px;width:30px;border-radius:50%;color:#3245b2;background-color:rgba(50,69,178,.2);text-align:center}@media(max-width: 575.98px){.form-wizard-header .nav-item .nav-link .number{margin:0}}.form-wizard-header .nav-item .nav-link.active{background-color:#3245b2}.form-wizard-header .nav-item .nav-link.active .number{color:#fff;background-color:hsla(0,0%,100%,.2)}.select2-container{width:100% !important}.select2-container .select2-selection--single{border:1px solid #ced4da;height:calc(1.5em + 0.9rem + 2px);background-color:#fff;box-shadow:none;outline:none}.select2-container .select2-selection--single .select2-selection__rendered{line-height:36px;padding-left:12px;color:#6c757d}.select2-container .select2-selection--single .select2-selection__arrow{height:34px;width:34px;right:3px}.select2-container .select2-selection--single .select2-selection__arrow b{border-color:#adb5bd rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:6px 6px 0 6px}.select2-container input::placeholder{color:#adb5bd}.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #adb5bd rgba(0,0,0,0) !important;border-width:0 6px 6px 6px !important}.select2-results__option{padding:6px 12px}.select2-dropdown{border:0 solid hsl(200,27.2727272727%,92.6862745098%);box-shadow:0 0 8px 0 rgba(154,161,171,.3);background-color:#fff}.select2-container--default .select2-search--dropdown{padding:10px;background-color:#fff}.select2-container--default .select2-search--dropdown .select2-search__field{outline:none;border:1px solid #ced4da;background-color:#fff;color:#6c757d}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#3245b2}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#fff;color:#323a46}.select2-container--default .select2-results__option[aria-selected=true]:hover{background-color:#3245b2;color:#fff}.select2-container .select2-selection--multiple{min-height:calc(1.5em + 0.9rem + 2px);border:1px solid #ced4da !important;background-color:#fff;box-shadow:none}.select2-container .select2-selection--multiple .select2-selection__rendered{padding:1px 10px}.select2-container .select2-selection--multiple .select2-search__field{border:0;color:#6c757d}.select2-container .select2-selection--multiple .select2-selection__choice{background-color:#3245b2;border:none;color:#fff;border-radius:3px;padding:0 7px;margin-top:6px}.select2-container .select2-selection--multiple .select2-selection__choice__remove{color:#fff;margin-right:5px}.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff}.select2-container .select2-search--inline .select2-search__field{margin-top:7px}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0}.simplebar-offset{direction:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;visibility:visible;overflow:auto;max-width:100%;max-height:100%;scrollbar-width:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none}.simplebar-content:before,.simplebar-content:after{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit !important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;right:2px;width:5px;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#a2adb7;border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none}.custom-scroll{height:100%}.jq-toast-single{padding:15px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:#3245b2;font-size:13px;line-height:22px}.jq-toast-single h2{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.jq-toast-single a{font-size:.9rem}.jq-toast-single a:hover{color:#fff}.jq-has-icon{padding:10px 10px 10px 50px}.close-jq-toast-single{position:absolute;top:-12px;right:-12px;font-size:20px;cursor:pointer;height:32px;width:32px;background-color:#323a46;border-radius:50%;text-align:center;line-height:28px;color:#fff}.jq-toast-loader{height:3px;top:0;border-radius:0}.jq-icon-primary{background-color:#3245B2;color:#fff;border-color:#3245B2}.jq-icon-secondary{background-color:#6c757d;color:#fff;border-color:#6c757d}.jq-icon-success{background-color:#1abc9c;color:#fff;border-color:#1abc9c}.jq-icon-info{background-color:#37cde6;color:#fff;border-color:#37cde6}.jq-icon-warning{background-color:#f7b84b;color:#fff;border-color:#f7b84b}.jq-icon-danger{background-color:#f1556c;color:#fff;border-color:#f1556c}.jq-icon-light{background-color:#f1f5f7;color:#fff;border-color:#f1f5f7}.jq-icon-dark{background-color:#323a46;color:#fff;border-color:#323a46}.jq-icon-pink{background-color:#f672a7;color:#fff;border-color:#f672a7}.jq-icon-purple{background-color:#6559cc;color:#fff;border-color:#6559cc}.jq-icon-error{background-color:#f1556c;color:#fff;border-color:#f1556c}.swal2-modal{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;box-shadow:0 10px 33px rgba(0,0,0,.1)}.swal2-modal .swal2-title{font-size:24px;font-weight:500}.swal2-modal .swal2-content{font-size:16px}.swal2-modal .swal2-spacer{margin:10px 0}.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-textarea{border:2px solid #dee2e6;font-size:16px;box-shadow:none}.swal2-modal .swal2-confirm.btn-confirm{background-color:#3245b2 !important;font-size:.9rem}.swal2-modal .swal2-cancel.btn-cancel{background-color:#f1556c !important;font-size:.9rem}.swal2-modal .swal2-styled:focus{box-shadow:none !important}.swal2-modal .swal2-file:focus,.swal2-modal .swal2-input:focus,.swal2-modal .swal2-textarea:focus{outline:0;border:2px solid #3245b2}.swal2-icon.swal2-question{color:#3245b2;border-color:#3245b2}.swal2-icon.swal2-success{border-color:#1abc9c}.swal2-icon.swal2-success .line,.swal2-icon.swal2-success [class^=swal2-success-line][class$=long],.swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#1abc9c}.swal2-icon.swal2-success .placeholder,.swal2-icon.swal2-success .swal2-success-ring{border-color:#1abc9c}.swal2-icon.swal2-warning{color:#f7b84b;border-color:#f7b84b}.swal2-icon.swal2-error{border-color:#f1556c}.swal2-icon.swal2-error .line{background-color:#f1556c}.swal2-icon.swal2-info{border-color:#37cde6;color:#37cde6}.swal2-container.swal2-shown{background-color:rgba(50,58,70,.5)}.selectize-input{height:calc(1.5em + 0.9rem + 2px);padding:.45rem .9rem;font-size:0.9rem;font-weight:400;line-height:1.5;color:#6c757d;background-color:#fff !important;border:1px solid #ced4da;box-shadow:none}.selectize-input>input{color:#6c757d}.selectize-input>input::placeholder{color:#adb5bd}.selectize-input.focus{color:#6c757d;background-color:#fff;border-color:hsl(210,13.9534883721%,73.137254902%);outline:0;box-shadow:none !important}.selectize-control.multi .selectize-input>div{padding:1px 8px;background:hsl(210,13.7931034483%,93.6274509804%);color:#343a40}.selectize-control.multi .selectize-input>div>a{color:#343a40}.selectize-control.multi .selectize-input>div.active{background:#3245b2}.selectize-control.multi .selectize-input>div.active>a{color:#fff}.selectize-control.single .selectize-input:after{border-style:solid;border-width:0 2px 2px 0;border-color:rgba(0,0,0,0) #adb5bd #adb5bd rgba(0,0,0,0);content:"";display:block;height:7px;margin-top:-5px;pointer-events:none;position:absolute;right:15px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:7px}.selectize-control.single .selectize-input.dropdown-active:after{border-width:0 2px 2px 0;margin-top:-5px;border-color:rgba(0,0,0,0) #adb5bd #adb5bd rgba(0,0,0,0);transform:rotate(-135deg)}.selectize-dropdown{padding:.3rem;color:#6c757d;box-shadow:0 0 8px 0 rgba(154,161,171,.3);background-color:#fff;background-clip:padding-box;border:0 solid hsl(200,27.2727272727%,92.6862745098%);border-radius:.25rem;animation-name:DropDownSlide;animation-duration:.3s;animation-fill-mode:both;margin:0;font-size:.875rem;position:absolute;z-index:1000}.selectize-dropdown.show{top:100% !important}.selectize-dropdown.active{background-color:#f1f5f7}.selectize-dropdown .scientific{color:#98a6ad}.selectize-dropdown .option,.selectize-dropdown .optgroup-header{display:block;width:100%;padding:.375rem 1.2rem;clear:both;cursor:pointer;font-weight:400;color:#6c757d;text-align:inherit;white-space:nowrap;background-color:rgba(0,0,0,0)}.selectize-dropdown .option:hover,.selectize-dropdown .option:focus,.selectize-dropdown .optgroup-header:hover,.selectize-dropdown .optgroup-header:focus{text-decoration:none;background-color:#f1f5f7 !important}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right-color:hsl(210,13.7931034483%,91.1274509804%)}.selectize-dropdown .optgroup:before{background-color:hsl(210,13.7931034483%,91.1274509804%)}.selectize-dropdown-header{border-bottom:1px solid rgba(0,0,0,0);color:#323a46;background-color:#f1f5f7;text-decoration:none}.selectize-dropdown-content>div{background-color:rgba(0,0,0,0) !important;color:#6c757d !important}.tippy-tooltip .light-theme[data-animatefill]{background-color:rgba(0,0,0,0)}.light-theme{color:#343a40;box-shadow:0 0 45px 0 rgba(0,0,0,.12);background-color:#fff}.light-theme .tippy-backdrop{background-color:#fff}.light-theme .tippy-roundarrow{fill:#fff}.gradient-theme .tippy-backdrop{background:#3245b2;background:linear-gradient(to left, #f1556c, #3245B2)}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow{border-top:7px solid #fff;border-right:7px solid rgba(0,0,0,0);border-left:7px solid rgba(0,0,0,0)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow{border-bottom:7px solid #fff;border-right:7px solid rgba(0,0,0,0);border-left:7px solid rgba(0,0,0,0)}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow{border-left:7px solid #fff;border-top:7px solid rgba(0,0,0,0);border-bottom:7px solid rgba(0,0,0,0)}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow{border-right:7px solid #fff;border-top:7px solid rgba(0,0,0,0);border-bottom:7px solid rgba(0,0,0,0)}.dd-list .dd-item .dd-handle{border:none;padding:8px 16px;height:auto;font-weight:600;border-radius:3px;background:#f1f5f7;color:#6c757d}.dd-list .dd-item .dd-handle:hover{color:#3245b2}.dd-list .dd-item button{height:36px;font-size:17px;margin:0;color:#98a6ad;width:36px}.dd-list .dd3-item{margin:5px 0}.dd-list .dd3-item .dd-item button{width:36px;height:36px}.dd-list .dd3-handle{margin:0;height:36px !important;float:left}.dd-list .dd3-content{height:auto;border:none;padding:8px 16px 8px 46px;background:#f1f5f7;color:#6c757d;font-weight:600}.dd-list .dd3-content:hover{color:#3245b2}.dd-list .dd3-handle:before{content:"󰍜";font-family:"Material Design Icons";color:#adb5bd}.dd-empty,.dd-placeholder{background:rgba(206,212,218,.2)}.dd-dragel .dd-handle,.dd-dragel .dd3-content{box-shadow:0 0 35px 0 rgba(154,161,171,.15)}.flotTip{padding:8px 12px;background-color:#323a46;z-index:100;color:#fff;opacity:1;border-radius:3px}.legend{font-size:14px}.legend tr{height:30px;font-family:"Roboto",sans-serif}.legend>div{background-color:rgba(0,0,0,0) !important}.legendLabel{padding-left:5px !important;line-height:10px;padding-right:10px;font-size:13px;font-weight:500;color:#98a6ad;text-transform:uppercase}.legendColorBox div div{border-radius:50%}.flot-text{color:#98a6ad !important}.flot-svg text{fill:#98a6ad !important}@media(max-width: 767.98px){.legendLabel{display:none}}.legendIcon{width:1.5em;height:1.5em}.morris-chart text{font-family:"Roboto",sans-serif !important;fill:#6c757d}.morris-hover{position:absolute;z-index:10}.morris-hover.morris-default-style{font-size:12px;text-align:center;border-radius:5px;padding:10px 12px;background:#323a46;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:.25em 0;font-family:"Roboto",sans-serif}.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:.1em 0;color:#fff}.c3-tooltip{box-shadow:0 0 45px 0 rgba(0,0,0,.12);opacity:1}.c3-tooltip td{border-left:none;font-family:"Roboto",sans-serif}.c3-tooltip td>span{background:#323a46}.c3-tooltip tr{border:none !important}.c3-tooltip th{background-color:#323a46;color:#fff}.c3-chart-arcs-title{font-size:18px;font-weight:600}.c3 text{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;fill:#6c757d}.c3-legend-item{font-family:"Roboto",sans-serif;font-size:14px}.c3 line,.c3 path{stroke:#ced4da}.c3-chart-arc.c3-target g path{stroke:#fff}.responsive-table-plugin .dropdown-menu li.checkbox-row{padding:7px 15px;color:#6c757d}.responsive-table-plugin .table-responsive{border:none;margin-bottom:0}.responsive-table-plugin .btn-toolbar{display:block}.responsive-table-plugin tbody th{font-size:14px;font-weight:normal}.responsive-table-plugin .checkbox-row{padding-left:40px}.responsive-table-plugin .checkbox-row label{display:inline-block;padding-left:5px;position:relative;margin-bottom:0}.responsive-table-plugin .checkbox-row label::before{background-color:rgba(0,0,0,0);border-radius:3px;border:1px solid #ced4da;content:"";display:inline-block;height:17px;left:0;margin-left:-20px;position:absolute;transition:.3s ease-in-out;width:17px;outline:none}.responsive-table-plugin .checkbox-row label::after{color:#ced4da;display:inline-block;font-size:9px;height:16px;left:0;margin-left:-19px;padding-left:3px;padding-top:1px;position:absolute;top:-2px;width:16px}.responsive-table-plugin .checkbox-row input[type=checkbox]{cursor:pointer;opacity:0;z-index:1;outline:none}.responsive-table-plugin .checkbox-row input[type=checkbox]:disabled+label{opacity:.65}.responsive-table-plugin .checkbox-row input[type=checkbox]:focus+label::before{outline-offset:-2px;outline:none}.responsive-table-plugin .checkbox-row input[type=checkbox]:checked+label::after{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.responsive-table-plugin .checkbox-row input[type=checkbox]:disabled+label::before{background-color:#dee2e6;cursor:not-allowed}.responsive-table-plugin .checkbox-row input[type=checkbox]:checked+label::before{background-color:rgba(0,0,0,0);border-color:#3245b2}.responsive-table-plugin .checkbox-row input[type=checkbox]:checked+label::after{color:#3245b2}.responsive-table-plugin table.focus-on tbody tr.focused th,.responsive-table-plugin table.focus-on tbody tr.focused td,.responsive-table-plugin .sticky-table-header{background:#3245b2;border-color:#3245b2;color:#fff}.responsive-table-plugin table.focus-on tbody tr.focused th table,.responsive-table-plugin table.focus-on tbody tr.focused td table,.responsive-table-plugin .sticky-table-header table{color:#fff}.responsive-table-plugin .fixed-solution .sticky-table-header{top:70px !important}.responsive-table-plugin .btn-default{background-color:#f1f5f7;color:#343a40;border:1px solid rgba(50,58,70,.3)}.responsive-table-plugin .btn-default.btn-primary{background-color:#3245b2;border-color:#3245b2;color:#fff;box-shadow:0 0 0 2px rgba(50,69,178,.5)}.responsive-table-plugin .btn-group.pull-right{float:right}.responsive-table-plugin .btn-group.pull-right .dropdown-menu{left:auto;right:0}.no-touch .dropdown-menu>.checkbox-row:hover,.no-touch .dropdown-menu>.checkbox-row:active{color:#323a46;background-color:#f1f5f7}.bootstrap-table .table:not(.table-sm)>tbody>tr>td,.bootstrap-table .table:not(.table-sm)>tbody>tr>th,.bootstrap-table .table:not(.table-sm)>tfoot>tr>td,.bootstrap-table .table:not(.table-sm)>tfoot>tr>th,.bootstrap-table .table:not(.table-sm)>thead>tr>td{padding:.85rem}.bootstrap-table .table{border-bottom:none}.bootstrap-table .table>thead>tr>th{border-bottom:2px solid rgba(0,0,0,0)}.table-borderless.table-bordered{border:none !important}table[data-toggle=table]{display:none}.fixed-table-pagination .pagination-detail,.fixed-table-pagination div.pagination{margin-top:20px;margin-bottom:0}.fixed-table-pagination .pagination .page-link{border-radius:30px !important;margin:0 3px;border:none}.fixed-table-container{border:none}.fixed-table-container tbody td{border-left:none}.fixed-table-container thead th .th-inner{padding:.85rem}.fixed-table-toolbar .fa{font-family:"Font Awesome 5 Free";font-weight:400}.fixed-table-toolbar .fa.fa-sync{font-weight:900}.fixed-table-toolbar .fa-toggle-down:before{content:""}.fixed-table-toolbar .fa-toggle-up:before{content:""}.fixed-table-toolbar .fa-refresh:before{content:"";font-weight:900}.fixed-table-toolbar .fa-th-list:before{content:"";font-weight:900}.tablesaw thead{background:#f1f5f7;background-image:none;border:none}.tablesaw thead th{text-shadow:none}.tablesaw thead tr:first-child th{border:none;font-weight:500;font-family:"Roboto",sans-serif}.tablesaw td{border-top:1px solid #f1f5f7 !important}.tablesaw td,.tablesaw tbody th{font-size:inherit;line-height:inherit;padding:10px !important}.tablesaw-stack tbody tr,.tablesaw tbody tr{border-bottom:none}.tablesaw-bar .btn-select.btn-small:after,.tablesaw-bar .btn-select.btn-micro:after{font-size:8px;padding-right:10px}.tablesaw-swipe .tablesaw-cell-persist{box-shadow:none;border-color:#f1f5f7}.tablesaw-enhanced .tablesaw-bar .btn{text-shadow:none;background-image:none;text-transform:none;border:1px solid #dee2e6;padding:3px 10px;color:#323a46}.tablesaw-enhanced .tablesaw-bar .btn:after{display:none}.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover{background:#fff}.tablesaw-enhanced .tablesaw-bar .btn:hover,.tablesaw-enhanced .tablesaw-bar .btn:focus,.tablesaw-enhanced .tablesaw-bar .btn:active{color:#3245b2 !important;background-color:hsl(200,27.2727272727%,97.1862745098%);outline:none !important;box-shadow:none !important;background-image:none}.tablesaw-columntoggle-popup .btn-group{display:block}.tablesaw-swipe .tablesaw-swipe-cellpersist{border-right:2px solid #f1f5f7}.tablesaw-sortable-btn{cursor:pointer}.tablesaw-swipe-cellpersist{width:auto !important}.tablesaw-bar-section label{color:inherit}.ms-container{background:rgba(0,0,0,0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0ODg5M0RFNUJDOTExRTU5MTI5QzBGNDZBQjRFQkQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0ODg5M0RGNUJDOTExRTU5MTI5QzBGNDZBQjRFQkQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDQ4ODkzREM1QkM5MTFFNTkxMjlDMEY0NkFCNEVCRDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDQ4ODkzREQ1QkM5MTFFNTkxMjlDMEY0NkFCNEVCRDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7d+QD7AAAA5ElEQVR42mL8//8/A7UBEwMNwNAxlAVdwN4ziBT9FkD8CojvwQQObl9HsUsVgbgNiJXwuhQIdEkwVByIuaEGV8FcjM3QNjJcDDO4FYgvY/P+VzKD4h4+l0aQYFAkEEcB8V4gngAXBeUoGEYGdh6B3IRMBKqJBOICJD7YHCYcikGxOZcIl+49tGP9BHRBRmQXMjIywgwEBTo3UIMvKYEKMwvFUGDCByWnamhsgsBlEszcC0z4e7FFVAqSgaSm2Su4En8VWg5ZToKhJ/DGPihGgXgzqQkVbg6eJJVCrqGMI7vkBwgwANW/Y65BaR/9AAAAAElFTkSuQmCC) no-repeat 50% 50%;width:auto;max-width:370px}.ms-container .ms-list{box-shadow:none;border:1px solid #ced4da;box-shadow:none}.ms-container .ms-list.ms-focus{box-shadow:none;border:1px solid hsl(210,13.9534883721%,73.137254902%)}.ms-container .ms-selectable li.ms-elem-selectable{border:none;padding:5px 10px;color:#6c757d}.ms-container .ms-selectable li.ms-hover{background-color:#3245b2;color:#fff}.ms-container .ms-selection li.ms-elem-selection{border:none;padding:5px 10px;color:#6c757d}.ms-container .ms-selection li.ms-hover{background-color:#3245b2;color:#fff}.ms-container .search-input{margin-bottom:10px}.ms-selectable{box-shadow:none;outline:none !important}.ms-optgroup-label{font-weight:500;font-family:"Roboto",sans-serif;color:#323a46 !important;font-size:13px}.ms-container .ms-selectable,.ms-container .ms-selection{background-color:#fff}.autocomplete-suggestions{border:0 solid hsl(200,27.2727272727%,92.6862745098%);background-color:#fff;cursor:default;overflow:auto;max-height:200px !important;box-shadow:0 0 35px 0 rgba(154,161,171,.15)}.autocomplete-suggestion{padding:5px 10px;white-space:nowrap;overflow:hidden}.autocomplete-no-suggestion{padding:5px}.autocomplete-selected{background:#f7f7f7;cursor:pointer}.autocomplete-suggestions strong{font-weight:bold;color:#323a46}.autocomplete-group{padding:5px;font-weight:500;font-family:"Roboto",sans-serif}.autocomplete-group strong{font-weight:bold;font-size:16px;color:#323a46;display:block}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:100% !important}.bootstrap-select .dropdown-toggle:after{content:"󰅀";display:inline-block;font-family:"Material Design Icons";padding-left:10px}.bootstrap-select .dropdown-toggle:focus{outline:none !important;outline-offset:0}.bootstrap-select a{outline:none !important}.bootstrap-select .inner{overflow-y:inherit !important}.bootstrap-select>.dropdown-toggle .bs-placeholder{color:#adb5bd}.bootstrap-select>.dropdown-toggle .bs-placeholder:active,.bootstrap-select>.dropdown-toggle .bs-placeholder:focus,.bootstrap-select>.dropdown-toggle .bs-placeholder:hover{color:#adb5bd}.bootstrap-touchspin .btn .input-group-text{padding:0;border:none;background-color:rgba(0,0,0,0);color:inherit}.parsley-errors-list{margin:0;padding:0}.parsley-errors-list>li{list-style:none;color:#f1556c;margin-top:5px;padding-left:20px;position:relative}.parsley-errors-list>li:before{content:"󰅙";font-family:"Material Design Icons";position:absolute;left:2px;top:-1px}.parsley-error{border-color:#f1556c}.parsley-success{border-color:#1abc9c}.dropzone{border:2px dashed #ced4da;background:#fff;border-radius:6px;cursor:pointer;min-height:150px;padding:20px;box-shadow:none}.dropzone .dz-message{text-align:center;margin:2rem 0}.dropzone.dz-started .dz-message{display:none}@font-face{font-family:"dropify";src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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#iefix) format("embedded-opentype"),url(data:font/woff;base64,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) format("woff"),url(data:font/ttf;base64,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KwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKxAAAqsQAFQrEACCqxAAVCsQAIKrEABUK5AAAACSqxAAVCuQAAAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbEADCq4Af+FsASNsQIARAA=) format("truetype"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTUgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZHJvcGlmeSIgaG9yaXotYWR2LXg9IjEwMDAiID4KPGZvbnQtZmFjZSBmb250LWZhbWlseT0iZHJvcGlmeSIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1zdHJldGNoPSJub3JtYWwiIHVuaXRzLXBlci1lbT0iMTAwMCIgYXNjZW50PSI4NTAiIGRlc2NlbnQ9Ii0xNTAiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDAwIiAvPgo8Z2x5cGggZ2x5cGgtbmFtZT0idXBsb2FkIiB1bmljb2RlPSImI3hlODAwOyIgZD0ibTY1NCAxODljMy0zIDgtNCAxMi00IDQgMCA4IDEgMTEgNCA2IDcgNiAxNyAwIDIzbC0xNjcgMTY2YzAgMCAwIDAgMCAwbC0xMSAxMi0xMS0xMmMwIDAgMCAwIDAgMGwtMTY3LTE2NmMtNi02LTYtMTYgMC0yMyA3LTYgMTctNiAyMyAwbDEzOSAxNDB2LTI4MWMwLTkgNy0xNiAxNi0xNnMxNiA3IDE2IDE2djI4MWwxMzktMTQweiBtMTU4IDI5MmMtMzkgMTEwLTE0MyAxODQtMjYxIDE4NC0xMTEgMC0yMTEtNjctMjU0LTE2OS0yMSAxMC00MyAxNS02NSAxNS04NiAwLTE1Ni03MC0xNTYtMTU2LTQ1LTM0LTcxLTg3LTcxLTE0MyAwLTk5IDgxLTE4MCAxODMtMTgwIDEgMCAzIDAgNCAwIDEgMCAyIDAgMiAwaDE2OGM5IDAgMTYgNyAxNiAxNiAwIDktNyAxNi0xNiAxNmgtMTY4Yy0yIDAtNCAwLTUgMGwtMyAwYy04MiAwLTE0OSA2Ni0xNDkgMTQ4IDAgNDkgMjQgOTUgNjQgMTIybDggOC0xIDEzYzAgNjggNTUgMTI0IDEyNCAxMjQgMjMgMCA0NS03IDY1LTE5bDE3LTEwIDYgMTljMzQgOTggMTI3IDE2NCAyMzEgMTY0IDEwNyAwIDIwMS02OSAyMzQtMTcxbDMtOSA5LTJjOTUtMTUgMTY0LTk2IDE2NC0xOTIgMC0xMDgtODctMTk1LTE5NS0xOTVoLTEzMGMtOSAwLTE2LTgtMTYtMTYgMC05IDctMTYgMTYtMTZoMTMwYzEyNSAwIDIyNyAxMDEgMjI3IDIyNyAwIDEwOC03NSAyMDAtMTgxIDIyMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgo8Z2x5cGggZ2x5cGgtbmFtZT0iZmlsZSIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Im04NTMgNTA3YzAgMyAwIDYtMSA4LTEgMTQtMyAxNi00IDE4LTIgNC0yNCAyNy02NSA2OGwtMTY3IDE2NmMtNDEgNDEtNjQgNjMtNjggNjYtNCAyLTggNS0xMDMgNWgtMTY1Yy0yNiAwLTg4IDAtOTMtMS04LTEtMjEtOS0yNi0xNC00LTQtMTAtMTItMTItMTgtMi01LTItMzktMi0xMDB2LTcxMGMwLTMgMC04NiAxLTkzIDEtOCA4LTIwIDEzLTI1IDQtNCAxMi0xMCAxOS0xMyA2LTIgNTgtMiAxMDAtMmg0NDBjNCAwIDg3IDAgOTMgMSA5IDEgMjEgOSAyNiAxNCA0IDQgMTAgMTIgMTIgMTggMiA1IDIgMzkgMiAxMDB2NDM1YzAgMzQgMCA1Ny0xIDcyIDEgMSAxIDMgMSA1eiBtLTMxMyAyODdjMTEtMTAgMjktMjggNTItNTFsMTY2LTE2N2MyNC0yMyA0MS00MSA1Mi01MmgtMjAyYy0zOCAwLTY4IDMxLTY4IDY5djIwMWwwIDB6IG0yNzktNzk5YzAtNTAtMS04NyAwLTg5LTEtMS0yLTMtNC01LTEtMS02LTQtNS00LTQgMC0zOC0xLTkwLTFoLTQ0MGMtNDMgMC03NiAxLTg2IDEtMiAwLTMgMC0zIDAtMSAwLTQgMi02IDQtMSAxLTMgNS0zIDVoLTFjMCA0IDAgMzcgMCA4OXY3MTBjMCA1MiAxIDg3IDAgODkgMSAxIDMgNCA0IDUgMSAxIDYgNCA2IDQgNCAxIDM5IDEgODkgMWgxNjVjMjQgMCA0NSAwIDYxLTF2LTIxMGMwLTU3IDQ2LTEwMyAxMDItMTAzaDIxMWMwLTE1IDAtMzYgMC02MGwwLTQzNSAwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KPC9mb250Pgo8L2RlZnM+Cjwvc3ZnPg==#dropify) format("svg");font-weight:normal;font-style:normal}.dropify-wrapper{border:2px dashed #ced4da;background:#fff;border-radius:6px;color:#6c757d}.dropify-wrapper:hover{background-image:linear-gradient(-45deg, rgb(236.5086206897, 238.75, 240.9913793103) 25%, transparent 25%, transparent 50%, rgb(236.5086206897, 238.75, 240.9913793103) 50%, rgb(236.5086206897, 238.75, 240.9913793103) 75%, transparent 75%, transparent)}.dropify-wrapper .dropify-preview{background-color:#fff}.image-crop-preview .img-preview{float:left;margin-bottom:.5rem;margin-right:.5rem;overflow:hidden;background-color:#f1f5f7;text-align:center;width:100%}.image-crop-preview .img-preview>img{max-width:100%}.image-crop-preview .preview-lg{height:9rem;width:16rem}.image-crop-preview .preview-md{height:4.5rem;width:8rem}.image-crop-preview .preview-sm{height:2.25rem;width:4rem}.image-crop-preview .preview-xs{height:1.125rem;margin-right:0;width:2rem}.img-crop-preview-btns>.btn,.img-crop-preview-btns>.btn-group{margin-bottom:8px;margin-right:8px}.docs-cropped .modal-body>img,.docs-cropped .modal-body>canvas{max-width:100%}.docs-drop-options{max-height:400px;overflow-y:auto}.datepicker{padding:10px !important;animation:none}.datepicker td,.datepicker th{width:30px;height:30px}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td .active.disabled:hover[disabled],.datepicker table tr td .active.disabled[disabled],.datepicker table tr td .active:active,.datepicker table tr td .active:hover,.datepicker table tr td .active:hover.active,.datepicker table tr td .active:hover.disabled,.datepicker table tr td .active:hover:active,.datepicker table tr td .active:hover:hover,.datepicker table tr td .active:hover[disabled],.datepicker table tr td .active[disabled],.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled],.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#3245b2 !important;background-image:none !important;color:#fff}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover,.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#f7f7f7}.datepicker table tr td.new,.datepicker table tr td.old,.datepicker table tr td span.new,.datepicker table tr td span.old{color:#6c757d;opacity:.4}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#f7f7f7}.datepicker .datepicker-switch:hover{background:none}.datepicker-dropdown:after{border-bottom:6px solid #fff}.datepicker-dropdown:before{border-bottom-color:hsl(200,27.2727272727%,92.6862745098%)}.datepicker-dropdown.datepicker-orient-top:before{border-top:7px solid hsl(200,27.2727272727%,92.6862745098%)}.datepicker-dropdown.datepicker-orient-top:after{border-top:6px solid #fff}.timeline{margin-bottom:50px;position:relative}.timeline:before{background-color:#dee2e6;bottom:0;content:"";left:50%;position:absolute;top:30px;width:2px;z-index:0}.timeline .time-show{margin-bottom:30px;margin-top:30px;position:relative}.timeline .timeline-box{background:#fff;display:block;margin:15px 0;position:relative;padding:20px;border-radius:.25rem;box-shadow:none}.timeline .timeline-album{margin-top:12px}.timeline .timeline-album a{display:inline-block;margin-right:5px}.timeline .timeline-album img{height:36px;width:auto;border-radius:3px}@media(min-width: 768px){.timeline .time-show{margin-left:-69px;text-align:right}.timeline .timeline-box{margin-left:45px}.timeline .timeline-icon{background:#dee2e6;border-radius:50%;display:block;height:20px;left:-54px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:20px}.timeline .timeline-icon i{color:#98a6ad;font-size:13px;position:absolute;left:4px}.timeline .timeline-desk{display:table-cell;vertical-align:top;width:50%}.timeline-item{display:flex}.timeline-item:before{content:"";display:block;width:50%}.timeline-item .timeline-desk .arrow{border-bottom:12px solid rgba(0,0,0,0);border-right:12px solid #fff !important;border-top:12px solid rgba(0,0,0,0);display:block;height:0;left:-12px;margin-top:-12px;position:absolute;top:50%;width:0}.timeline-item.timeline-item-left:after{content:"";display:block;width:50%}.timeline-item.timeline-item-left .timeline-desk .arrow-alt{border-bottom:12px solid rgba(0,0,0,0);border-left:12px solid #fff !important;border-top:12px solid rgba(0,0,0,0);display:block;height:0;left:auto;margin-top:-12px;position:absolute;right:-12px;top:50%;width:0}.timeline-item.timeline-item-left .timeline-desk .album{float:right;margin-top:20px}.timeline-item.timeline-item-left .timeline-desk .album a{float:right;margin-left:5px}.timeline-item.timeline-item-left .timeline-icon{left:auto;right:-56px}.timeline-item.timeline-item-left:before{display:none}.timeline-item.timeline-item-left .timeline-box{margin-right:45px;margin-left:0;text-align:right}}@media(max-width: 767.98px){.timeline .time-show{text-align:center;position:relative}.timeline .timeline-icon{display:none}}.timeline-sm{padding-left:110px}.timeline-sm .timeline-sm-item{position:relative;padding-bottom:20px;padding-left:40px;border-left:2px solid #dee2e6}.timeline-sm .timeline-sm-item:after{content:"";display:block;position:absolute;top:3px;left:-7px;width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid #3245b2}.timeline-sm .timeline-sm-item .timeline-sm-date{position:absolute;left:-104px}@media(max-width: 420px){.timeline-sm{padding-left:0px}.timeline-sm .timeline-sm-date{position:relative !important;display:block;left:0px !important;margin-bottom:10px}}.accordion .card.lesson-accordion-item{padding:0;margin-bottom:24px;border-radius:8px;overflow:hidden}.accordion .card.lesson-accordion-item .lesson-accordion-button{width:100%;text-decoration:none;color:#333;text-align:left;position:relative;padding-right:40px;border:none;border-radius:8px;background-color:#fff;margin:0}.accordion .card.lesson-accordion-item .lesson-accordion-button:focus{box-shadow:none;text-decoration:none;outline:none}.accordion .card.lesson-accordion-item .lesson-accordion-button.collapsed .lesson-time{color:#999}.accordion .card.lesson-accordion-item .lesson-accordion-button:not(.collapsed){background-color:#3f51b5;color:#fff;border-radius:8px 8px 0 0}.accordion .card.lesson-accordion-item .lesson-accordion-button:not(.collapsed) .lesson-time{color:#fff}.accordion .card.lesson-accordion-item .lesson-accordion-button::after{position:absolute;right:15px;top:50%;transform:translateY(-50%);display:block;content:"";width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23999999%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1rem;transition:transform .35s ease}.accordion .card.lesson-accordion-item .lesson-accordion-button:not(.collapsed)::after{transform:translateY(-50%) rotate(180deg);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23FFFFFF%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e")}.accordion .card.lesson-accordion-item .lesson-name{font-size:16px;font-weight:500;line-height:normal}.accordion .card.lesson-accordion-item .lesson-time{font-size:16px;font-weight:400;line-height:24px}.accordion .card.lesson-accordion-item .cumulated-time,.accordion .card.lesson-accordion-item .driving-instructor-name{font-size:14px}.accordion .card.lesson-accordion-item .cumulated-time b{font-weight:500}.booklet-skills h4.title{font-size:24px;font-style:normal;font-weight:500;line-height:normal}.booklet-skills p{align-self:stretch;margin-bottom:0px}.booklet-skills .badge-main-skill{display:inline-flex;height:28px;padding:6px 8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:4px;color:#323a46;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px}.booklet-skills .badge-main-skill-C1{background:#e2e7ff}.booklet-skills .badge-main-skill-C2{background:#f7cfd3}.booklet-skills .badge-main-skill-C3{background:#ffc8a3}.booklet-skills .badge-main-skill-C4{background:#ccefcb}.booklet-skills .badge-practice-exam{display:inline-flex;height:28px;padding:6px 8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:4px;color:#323a46;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px;background:var(--Toutes-les-variables-All-Jaune-Clair, #FEFBAB);color:var(--Text-Text-Noir, #1A1A1A)}.booklet-skills .badge-calendar-entry{display:inline-flex;height:28px;padding:6px 8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:4px;color:#323a46;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px;background:#e2e7ff;color:var(--Text-Text-Noir, #1A1A1A)}.booklet-skills .badge-supervised-driving{display:inline-flex;height:28px;padding:6px 8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:4px;color:#323a46;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px;background:#e2e7ff;color:var(--Text-Text-Noir, #1A1A1A)}.booklet-skills .session-progress-bar{background:linear-gradient(270deg, #BDF19B 0%, #FFFB7C 100%);border-radius:8px}.booklet-skills .circular-progress{position:relative;width:64px;height:64px;margin:0 auto}@media(min-width: 768px){.booklet-skills .circular-progress{width:100px;height:100px;margin-bottom:16px}}.booklet-skills .circular-progress .progress-circle{width:100%;height:100%;transform:rotate(-90deg)}.booklet-skills .circular-progress .circle-bg{fill:none;stroke:#eee;stroke-width:4}.booklet-skills .circular-progress .circle{fill:none;stroke:url(#gradient);stroke-width:4;stroke-linecap:round;transition:stroke-dasharray .3s}.booklet-skills .circular-progress .progress-value{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:14px;font-weight:bold}.booklet-skills .comment-card img.driving-instructor-picture{display:flex;width:40px;height:40px;justify-content:center;align-items:center;gap:8px;border-radius:88px}.booklet-skills .comment-card .driving-instructor-name{display:flex;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.booklet-skills .comment-card .created-at{color:#999}.booklet-skills .comment-card hr{margin-top:16px;margin-bottom:16px;border-top:1px solid #ccc}.booklet-skills .comment-card h6{font-size:14px;font-style:normal;font-weight:500;line-height:16px}.comment-image-container{position:relative}.comment-image-container .comment-image{width:32px;height:32px;object-fit:cover;padding:0;border-radius:4px}.comment-image-container .remove-image-btn{position:absolute;top:-6px;right:-6px;width:16px;height:16px;background-color:#dc3545;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.2);text-decoration:none}.comment-image-container .remove-image-btn i{font-size:10px;color:#fff;line-height:1}.affi-history-card img.driving-instructor-picture,.affi-history-card img.lanavette-picture{display:flex;width:40px;height:40px;justify-content:center;align-items:center;gap:8px;border-radius:88px}.affi-history-card .badge-affi{display:inline-flex;height:28px;padding:6px 8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;color:#fff;font-size:12px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px;border-radius:32px}.affi-history-card .badge-affi-waiting-validation{background:#999}.affi-history-card .badge-affi-approved{background:#25c87a}.affi-history-card .badge-affi-rejected,.affi-history-card .badge-affi-refused{background:#ea5b3a}.affi-history-card .badge-affi-scheduled{background:#5367dc}.practice-exam-card{margin-bottom:24px}.practice-exam-card .title{display:flex;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.practice-exam-card .title .note{display:inline-flex;margin-left:4px;color:#3245b2;font-weight:500}.practice-exam-card hr{margin-top:16px;margin-bottom:16px;border-top:1px solid #ccc}.lessons-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:8px;border-color:#3f51b5;background-color:#3f51b5}.lessons-table thead tr{color:#fff;border-top-left-radius:8px;border-top-right-radius:8px;border-width:1px;text-align:left;height:70px}.lessons-table thead th{padding:10px}.lessons-table thead th.header-date,.lessons-table thead th.header-time,.lessons-table thead th.header-duration,.lessons-table thead th.header-cumulative,.lessons-table thead th.header-instructor,.lessons-table thead th.header-license,.lessons-table thead th.header-comment{font-family:"Satoshi",sans-serif;font-size:14px;font-weight:400;letter-spacing:.05em;padding:16px 0px 16px 16px}.lessons-table thead th.header-cumulative{font-weight:700}.lessons-table tbody{background-color:#fff}.lessons-table tbody tr{text-align:left}.lessons-table tbody tr td{font-size:14px;padding:16px 0px 16px 16px;border-bottom:1px solid #ddd}.lessons-table tbody tr td:first-child{border-left:1px solid #ccc}.lessons-table tbody tr td:last-child{border-right:1px solid #ccc}.lessons-table tbody tr td a.simple-link.add-comment-btn,.lessons-table tbody tr td a.simple-link.edit-comment-btn{justify-content:left}.lessons-table tbody tr td .simple-link.edit-comment-btn .icon-wrapper .eye-icon{width:10px;height:10px;display:flex;background-size:contain}.lessons-table tbody tr td.cumulative{font-size:14px;font-style:normal;font-weight:500;line-height:normal}.lessons-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.lessons-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.card-displayable-booklet{border-radius:8px;border:1px solid #3245b2;background:#e2e7ff}.card-displayable-booklet .personal-info-container{width:112px;height:133px;padding:8px;gap:8px;border-radius:4px;background:#fff}.card-displayable-booklet .personal-info-container img{width:96px;height:117px;object-fit:cover}.card-displayable-booklet h4.title{color:#1a1a1a;font-size:24px;font-weight:500;line-height:24px}.card-displayable-booklet .button-driving-type{display:flex;height:42px;padding:8px;flex-direction:column;justify-content:center;align-items:center;border-radius:4px;border:1px solid #e2e7ff;background:#fff;color:#1a1a1a;text-align:center}.card-displayable-booklet .button-driving-type.active{border:1px solid #3245b2;background:#d6e4ff}.card-displayable-booklet input[type=checkbox]:disabled:checked{opacity:1;cursor:not-allowed;background-color:#3245b2}.card-displayable-booklet .form-check-input[disabled]~.form-check-label,.card-displayable-booklet .form-check-input:disabled~.form-check-label{opacity:1;cursor:not-allowed}#card-signature h4.title{color:#1a1a1a;font-size:24px;font-weight:500;line-height:normal}.profile-image-icon{width:24px;height:24px;border-radius:50%;background-color:#fff;border:1px solid #000;display:flex;align-items:center;justify-content:center}.practice-exam-skill-item{display:flex;flex-direction:column;width:100%;margin-left:16px;margin-right:16px}.practice-exam-skill-item h6{font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding-left:0px}.practice-exam-skill-item h6 span{font-size:16px;font-style:normal;font-weight:500;line-height:normal}.practice-exam-skill-item .practice-exam-skill-note-buttons{display:flex;flex-direction:row;margin-top:24px;margin-bottom:32px;flex-basis:20%}.practice-exam-skill-item .practice-exam-skill-note-buttons .col-20p{box-sizing:border-box;flex:0 0 calc(20% - 16px);margin:0 8px;width:calc(20% - 16px)}.practice-exam-skill-item .practice-exam-skill-note-buttons .col-20p:first-child{margin-left:0;flex:0 0 calc(20% - 16px);width:calc(20% - 16px)}.practice-exam-skill-item .practice-exam-skill-note-buttons .col-20p:last-child{margin-right:0;flex:0 0 calc(20% - 16px);width:calc(20% - 16px)}.practice-exam-skill-item .practice-exam-skill-note-buttons .col-bonus{box-sizing:border-box;flex:0 0 calc(20% - 16px);margin:0 8px;width:calc(20% - 16px)}@media screen and (max-width: 767px){.practice-exam-skill-item .practice-exam-skill-note-buttons .col-bonus{flex:0 0 calc(50% - 16px);margin:0 8px;width:calc(50% - 16px)}}.practice-exam-skill-item .practice-exam-skill-note-buttons .practice-exam-skill-note-button{text-align:center;border:1px solid #e2e7ff;padding:16px;font-size:14px;border-radius:4px;background:var(--Background-Bg-Blanc, #FFF)}.practice-exam-skill-item .practice-exam-skill-note-buttons .practice-exam-skill-note-button .icon{width:auto;height:auto;margin-top:8px;padding:8px;background:var(--Background-Bg-Gris-Extra-Clair, #F7F7F7);border-radius:4px}.practice-exam-skill-item .practice-exam-skill-note-buttons .eliminatory.selected{border-radius:4px;background:#ff3b3b;border:1px solid #ff3b3b}.practice-exam-skill-item .practice-exam-skill-note-buttons .zero-point.selected{border-radius:4px;background:#fd6907;border:1px solid #fd6907}.practice-exam-skill-item .practice-exam-skill-note-buttons .one-point.selected{border-radius:4px;background:#ff8b3e;border:1px solid #ff8b3e}.practice-exam-skill-item .practice-exam-skill-note-buttons .two-points.selected,.practice-exam-skill-item .practice-exam-skill-note-buttons .half-point.selected{border-radius:4px;background:#fef979;border:1px solid #fef979}.practice-exam-skill-item .practice-exam-skill-note-buttons .full-points.selected,.practice-exam-skill-item .practice-exam-skill-note-buttons .bonus-point.selected{border-radius:4px;background:#ccefcb;border:1px solid #ccefcb}.practice-exam-skill-item .practice-exam-skill-note-buttons .disabled{cursor:not-allowed;border-radius:4px;border:1px solid var(--Background-Bg-Gris, #999);background:var(--Background-Bg-Gris, #999)}@media screen and (min-width: 768px){.practice-exam-skill-item .practice-exam-skill-note-buttons .practice-exam-skill-note-button{font-size:16px}}.final-note-wrapper{display:flex;padding:32px 8px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border-radius:4px;flex-direction:column}.final-note-wrapper .note{color:#1a1a1a;text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.final-note-wrapper.unfinished{background:#e2e7ff}.final-note-wrapper.passed{background:#d3f4e4}.final-note-wrapper.failed,.final-note-wrapper.failed_eliminatory{background:rgba(234,91,58,.3)}.no-exam{display:inline-flex;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background:#f7f7f7;height:35px;font-size:14px}.no-exam .no-exam-info{display:inline-flex;width:14px;height:14px;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2715%27 viewBox=%270 0 14 15%27 fill=%27none%27%3e%3cpath d=%27M7.00016 12.1666C9.57749 12.1666 11.6668 10.0773 11.6668 7.49998C11.6668 4.92265 9.57749 2.83331 7.00016 2.83331C4.42283 2.83331 2.3335 4.92265 2.3335 7.49998C2.3335 10.0773 4.42283 12.1666 7.00016 12.1666Z%27 stroke=%27%231A1A1A%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M7 9.83333V7.5%27 stroke=%27%231A1A1A%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M7 5.75H7.00778%27 stroke=%27%231A1A1A%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/svg%3e") no-repeat center}.badge-exam-info{height:28px;padding:6px 8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:4px;color:#323a46;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px;background:#e2e7ff}.badge-student-status{display:flex;padding:6px 16px;line-height:28px;justify-content:center;align-items:center;gap:8px;border-radius:32px;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.bg-ongoing-student{background-color:#5367dc;color:#fff}.bg-result-passed{background-color:#25c87a;color:#fff}.bg-result-failed{background-color:#ea5b3a;color:#fff}.fs-8{font-size:8px}.fs-9{font-size:9px}.fs-10{font-size:10px}.fs-11{font-size:11px}.fs-12{font-size:12px}.fs-13{font-size:13px}.fs-14{font-size:14px}.fs-15{font-size:15px}.fs-16{font-size:16px}.fs-17{font-size:17px}.fs-18{font-size:18px}.fs-19{font-size:19px}.fs-20{font-size:20px}.fs-21{font-size:21px}.fs-22{font-size:22px}.fs-23{font-size:23px}.fs-24{font-size:24px}.fs-25{font-size:25px}.fs-26{font-size:26px}.fs-27{font-size:27px}.fs-28{font-size:28px}.fs-29{font-size:29px}.fs-30{font-size:30px}.fs-31{font-size:31px}.fs-32{font-size:32px}.fs-33{font-size:33px}.fs-34{font-size:34px}.fs-35{font-size:35px}.fs-36{font-size:36px}.fs-37{font-size:37px}.fs-38{font-size:38px}.fs-39{font-size:39px}.fs-40{font-size:40px}.fs-41{font-size:41px}.fs-42{font-size:42px}.fs-43{font-size:43px}.fs-44{font-size:44px}.fs-45{font-size:45px}.fs-46{font-size:46px}.fs-47{font-size:47px}.fs-48{font-size:48px}.fs-49{font-size:49px}.fs-50{font-size:50px}.fw-100{font-weight:100}.gap-1{gap:0.25rem !important}.fw-200{font-weight:200}.gap-2{gap:0.5rem !important}.fw-300{font-weight:300}.gap-3{gap:0.75rem !important}.fw-400{font-weight:400}.gap-4{gap:1rem !important}.fw-500{font-weight:500}.gap-5{gap:1.25rem !important}.fw-600{font-weight:600}.gap-6{gap:1.5rem !important}.fw-700{font-weight:700}.gap-7{gap:1.75rem !important}.fw-800{font-weight:800}.gap-8{gap:2rem !important}.fw-900{font-weight:900}.gap-9{gap:2.25rem !important}body{font-family:"Roboto"}.d-grid{display:grid !important}.driving-course-week-header{display:block;background-color:#d7eef6;color:#43b8df;font-weight:bold}.hidden{display:none !important;visibility:hidden !important}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.dropify-h-121 .dropify-wrapper{height:121px !important}.error{color:#f1556c}input.error{border-color:#f1556c}.vertical_align_td td{vertical-align:middle}.dropdown.bootstrap-select.form-control{position:relative}.accordion>.card{overflow:inherit}.fc-timegrid-slot{height:2.5em !important;border-bottom:0 !important}.fc-event-main{font-size:.9em}.fc-event.fc-timegrid-event{padding-top:0;padding-bottom:0;margin-bottom:0px;margin-top:0px;margin-right:-5px;margin-left:5px;border:none}.fc-direction-ltr .fc-timegrid-col-events{margin:0}.fc-timegrid-event .fc-event-main{padding:0 !important}.fc-event .fc-event-main{padding:0}.fc-cancel_manual_session-button.btn.btn-primary{color:#fff;background-color:#f1556c;border-color:#f1556c}.fc-validate_manual_session-button.btn.btn-primary{color:#fff;background-color:#1abc9c;border-color:#1abc9c;animation-name:flash_btn_validation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}fc-validate_manual_session-button:disabled{animation-name:none}.select2-results__option[aria-selected=true]{display:none}.select2-container.show-selected .select2-results__option[aria-selected=true]{position:relative;display:block;padding-right:30px}.select2-container.show-selected .select2-results__option[aria-selected=true]:after{display:inline-block;position:absolute;content:"✅";right:8px;top:50%;transform:translateY(-50%)}#candidate_result_table_form{max-height:300px;overflow:scroll}.fc-day-today{background:#dff2ff !important}.fc-non-business{background:#bbd2e1 !important}.chevron-collapse i{transition:transform .2s;-ms-transition:-ms-transform .2s}.chevron-collapse.collapsed i{transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.fc-col-header-cell.fc-clickable{cursor:pointer}.fc-col-header-cell.fc-clickable :hover{color:#3245b2;text-decoration:underline}.js-position{display:none}.show_position .js-position{display:table-cell}.bg-striped-cancelled{background:linear-gradient(45deg, white 25%, rgba(237, 239, 241, 0.5) 25%, rgba(237, 239, 241, 0.5) 50%, white 50%, white 75%, rgba(237, 239, 241, 0.5) 75%);background-size:50px 50px}#calendar_card{overflow-y:scroll}.disabled-session-card{pointer-events:none;opacity:.4}.event_1hour.disabled,.event_2hour.disabled,.event_3hour.disabled{pointer-events:none;opacity:.4}h4.session1{color:#6ec269}h4.session2{color:#379bd9}.fc-h-event.fc-session-other{border:1px solid #8b9db0;background-color:#8b9db0}.card-common{border-width:2px}.card-session1{animation-name:flash_border_session1;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;border-width:2px}.card-session1 .fc-h-event.fc-session1{border:1px solid #6ec269;background-color:#6ec269;animation-name:flash_btn_session1;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.card-session1.disabled-session-card{border:1px solid #e7eaed;animation-name:none;border-width:1px}.card-session1.disabled-session-card .fc-h-event.fc-session1{animation-name:none;border:1px solid #6ec269;background-color:#6ec269}.card-session2{animation-name:flash_border_session2;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;border-width:2px}.card-session2 .fc-h-event.fc-session2{animation-name:none;border:1px solid #379bd9;background-color:#379bd9;animation-name:flash_btn_session2;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.card-session2.disabled-session-card{border:1px solid #e7eaed;animation-name:none;border-width:1px}.card-session2.disabled-session-card .fc-h-event.fc-session2{animation-name:none;border:1px solid #379bd9;background-color:#379bd9}.card-session-common{animation-name:flash_border_session_common;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;border-width:2px}.card-session-common .fc-h-event.fc-session-common{border:1px solid #eca935;background-color:#eca935;animation-name:flash_btn_session_common;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.card-session-common.disabled-session-card{border:1px solid #e7eaed;animation-name:none;border-width:1px}.card-session-common.disabled-session-card .fc-h-event.fc-session-common{animation-name:none;border:1px solid #eca935;background-color:#eca935}@keyframes flash_border_session1{0%{border-color:#e7eaed}50%{border-color:#6ec269}100%{border-color:#e7eaed}}@keyframes flash_border_session2{0%{border-color:#e7eaed}50%{border-color:#379bd9}100%{border-color:#e7eaed}}@keyframes flash_border_session_common{0%{border-color:#e7eaed}50%{border-color:#eca935}100%{border-color:#e7eaed}}@keyframes flash_btn_session1{0%{border-color:#e7eaed}50%{border-color:#6ec269}100%{border-color:#e7eaed}}@keyframes flash_btn_session2{0%{border-color:#e7eaed}50%{border-color:#379bd9}100%{border-color:#e7eaed}}@keyframes flash_btn_session_common{0%{border-color:#e7eaed}50%{border-color:#eca935}100%{border-color:#e7eaed}}@keyframes flash_btn_validation{0%{border-color:#e7eaed}50%{border-color:#1abc9c}100%{border-color:#e7eaed}}.open-rdvpermis-comment-modal,.open-rdvpermis-update-optimal-week-modal,.motivation-level-badge{cursor:pointer}@keyframes motivationlevelUnknownAnimation{100%{background-color:#f1f5f7}50%{background-color:rgba(241,245,247,.8)}}@keyframes motivationlevelNeedCallbackAnimation{100%{color:#fff;background-color:#323a46}50%{color:#fff;background-color:rgba(50,58,70,.1803921569)}}@keyframes motivationlevelMVAnimation{100%{background-color:#f7b84b}50%{background-color:rgba(247,184,75,.8)}}@keyframes motivationlevelLowAnimation{100%{background-color:#f672a7}50%{background-color:rgba(246,114,167,.8)}}@keyframes motivationlevelMidAnimation{100%{background-color:#f7b84b}50%{background-color:rgba(247,184,75,.8)}}@keyframes motivationlevelHighAnimation{100%{background-color:#1abc9c}50%{background-color:rgba(26,188,156,.8)}}.text-motivation-level-need-callback{color:#323a46}.text-motivation-level-mv{color:#f7b84b}.text-motivation-level-low{color:#f672a7}.text-motivation-level-mid{color:#f7b84b}.text-motivation-level-high{color:#1abc9c}.bg-motivation-level-low{background-color:#f672a7}.bg-motivation-level-mid{background-color:#f7b84b}.bg-motivation-level-high{background-color:#1abc9c}.bg-motivation-level-unknown.btn-motivation-selected{animation:motivationlevelUnknownAnimation .5s step-start infinite}.bg-motivation-level-need-callback.btn-motivation-selected{animation:motivationlevelNeedCallbackAnimation .5s step-start infinite}.bg-motivation-level-mv.btn-motivation-selected{animation:motivationlevelMVAnimation .5s step-start infinite}.bg-motivation-level-low.btn-motivation-selected{animation:motivationlevelLowAnimation .5s step-start infinite}.bg-motivation-level-mid.btn-motivation-selected{animation:motivationlevelMidAnimation .5s step-start infinite}.bg-motivation-level-high.btn-motivation-selected{animation:motivationlevelHighAnimation .5s step-start infinite}.satisfaction-level-badge{cursor:pointer}.bg-satisfaction-level-mv{background-color:#dcdcdc;border-color:#dcdcdc}.bg-satisfaction-level-mv2{background-color:silver;border-color:silver}.bg-satisfaction-level-low{background-color:#f672a7}.bg-satisfaction-level-mid{background-color:#f7b84b}.bg-satisfaction-level-high{background-color:#1abc9c}@keyframes satisfactionlevelUnknownAnimation{100%{background-color:#f1f5f7}50%{background-color:rgba(241,245,247,.8)}}@keyframes satisfactionlevelMVAnimation{100%{background-color:#dcdcdc}50%{background-color:rgba(220,220,220,.8)}}@keyframes satisfactionlevelMV2Animation{100%{background-color:silver}50%{background-color:rgba(192,192,192,.8)}}@keyframes satisfactionlevelLowAnimation{100%{background-color:#f672a7}50%{background-color:rgba(246,114,167,.8)}}@keyframes satisfactionlevelMidAnimation{100%{background-color:#f7b84b}50%{background-color:rgba(247,184,75,.8)}}@keyframes satisfactionlevelHighAnimation{100%{background-color:#1abc9c}50%{background-color:rgba(26,188,156,.8)}}.bg-satisfaction-level-unknown.btn-satisfaction-selected{animation:satisfactionlevelUnknownAnimation .5s step-start infinite}.bg-satisfaction-level-mv.btn-satisfaction-selected{animation:satisfactionlevelMVAnimation .5s step-start infinite}.bg-satisfaction-level-mv2.btn-satisfaction-selected{animation:satisfactionlevelMV2Animation .5s step-start infinite}.bg-satisfaction-level-low.btn-satisfaction-selected{animation:satisfactionlevelLowAnimation .5s step-start infinite}.bg-satisfaction-level-mid.btn-satisfaction-selected{animation:satisfactionlevelMidAnimation .5s step-start infinite}.bg-satisfaction-level-high.btn-satisfaction-selected{animation:satisfactionlevelHighAnimation .5s step-start infinite}.leaflet-div-icon{background:rgba(0,0,0,0) !important;border:none !important}.leaflet-marker-icon .number{position:relative;top:-36px;font-size:12px;width:24px;text-align:center}#timeline-lesson-bloc .lesson-timeline{padding:0 15px;border-radius:.25rem;background:#dee2e6;height:400px;overflow:scroll}.border-1{border-width:1px}.border-2{border-width:2px}.border-3{border-width:3px}.border-4{border-width:4px}.border-5{border-width:5px}.interval-filters .custom-period,.interval-filters .idf-department{display:none}.interval-filters:has(select#interval_type>option[value=custom]:checked) .custom-period{display:block}.interval-filters:has(select#city_id>option[value="1"]:checked) .idf-department{display:block}.cursor-pointer{cursor:pointer}table .handle-draggable{cursor:pointer}table .handle-draggable:before{content:"";font-weight:900;font-family:"Font Awesome 5 Free",sans-serif;margin-right:20px}td[role=button]:hover{background-color:#f1f5f7}.psh-info-part{background-color:#e2e7ff}#errorSessionsChevron{transition:transform .3s ease}#errorSessionsChevron.collapsed{transform:rotate(-90deg)}#candidate_search_table tbody tr.table-hover-row{background-color:#f8f9fa !important;transition:background-color .15s ease-in-out}#candidate_search_table tbody tr{cursor:pointer}#candidate_search_table tbody tr td:first-child{cursor:default}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before{background-color:rgba(0,0,0,0)}.session-with-customer{background-color:#f7f7f7 !important}.session-with-late-test,.calendar-entry-late-test{background:repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(254, 251, 171, 0.4) 10px, rgba(254, 251, 171, 0.4) 15px)}.form-switch{display:flex;align-items:center}.form-switch .form-check-input{width:2.5em;height:1.25em;border-radius:.625em;background-color:#dee2e6;border:none;background-image:none;position:relative;cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;flex-shrink:0}.form-switch .form-check-input:focus{border-color:rgba(0,0,0,0);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-switch .form-check-input:before{content:"";position:absolute;top:.125em;left:.125em;width:1em;height:1em;border-radius:50%;background-color:#fff;transition:transform .15s ease-in-out;box-shadow:0 1px 3px rgba(0,0,0,.2)}.form-switch .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-switch .form-check-input:checked:before{transform:translateX(1.25em)}.form-switch .form-check-input:hover:not(:checked){background-color:#c6c7c8}.form-switch .form-check-label{margin-left:.5rem;cursor:pointer}.bg-late-driving-test{background:#fefbab}.tab-navigation-link{min-width:1em;text-align:center}.driving-test-calculation{display:flex;height:100%;align-items:center;justify-content:center;flex-direction:column}
.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.fc{display:flex;flex-direction:column;font-size:1em}.fc,.fc *,.fc *:before,.fc *:after{box-sizing:border-box}.fc table{border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc th,.fc td{vertical-align:top;padding:0}.fc a[data-navlink]{cursor:pointer}.fc a[data-navlink]:hover{text-decoration:underline}.fc-direction-ltr{direction:ltr;text-align:left}.fc-direction-rtl{direction:rtl;text-align:right}.fc-theme-standard td,.fc-theme-standard th{border:1px solid #ddd;border:1px solid var(--fc-border-color, #ddd)}.fc-liquid-hack td,.fc-liquid-hack th{position:relative}@font-face{font-family:"fcicons";src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");font-weight:normal;font-style:normal}.fc-icon{display:inline-block;width:1em;height:1em;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:"fcicons" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fc-icon-chevron-left:before{content:""}.fc-icon-chevron-right:before{content:""}.fc-icon-chevrons-left:before{content:""}.fc-icon-chevrons-right:before{content:""}.fc-icon-minus-square:before{content:""}.fc-icon-plus-square:before{content:""}.fc-icon-x:before{content:""}.fc .fc-button{border-radius:0;overflow:visible;text-transform:none;margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.fc .fc-button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.fc .fc-button{-webkit-appearance:button}.fc .fc-button:not(:disabled){cursor:pointer}.fc .fc-button::-moz-focus-inner{padding:0;border-style:none}.fc .fc-button{display:inline-block;font-weight:400;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.4em .65em;font-size:1em;line-height:1.5;border-radius:.25em}.fc .fc-button:hover{text-decoration:none}.fc .fc-button:focus{outline:0;box-shadow:0 0 0 .2rem rgba(44, 62, 80, 0.25)}.fc .fc-button:disabled{opacity:.65}.fc .fc-button-primary{color:#fff;color:var(--fc-button-text-color, #fff);background-color:#2c3e50;background-color:var(--fc-button-bg-color, #2C3E50);border-color:#2c3e50;border-color:var(--fc-button-border-color, #2C3E50)}.fc .fc-button-primary:hover{color:#fff;color:var(--fc-button-text-color, #fff);background-color:#1e2b37;background-color:var(--fc-button-hover-bg-color, #1e2b37);border-color:#1a252f;border-color:var(--fc-button-hover-border-color, #1a252f)}.fc .fc-button-primary:disabled{color:#fff;color:var(--fc-button-text-color, #fff);background-color:#2c3e50;background-color:var(--fc-button-bg-color, #2C3E50);border-color:#2c3e50;border-color:var(--fc-button-border-color, #2C3E50)}.fc .fc-button-primary:focus{box-shadow:0 0 0 .2rem rgba(76, 91, 106, 0.5)}.fc .fc-button-primary:not(:disabled):active,.fc .fc-button-primary:not(:disabled).fc-button-active{color:#fff;color:var(--fc-button-text-color, #fff);background-color:#1a252f;background-color:var(--fc-button-active-bg-color, #1a252f);border-color:#151e27;border-color:var(--fc-button-active-border-color, #151e27)}.fc .fc-button-primary:not(:disabled):active:focus,.fc .fc-button-primary:not(:disabled).fc-button-active:focus{box-shadow:0 0 0 .2rem rgba(76, 91, 106, 0.5)}.fc .fc-button .fc-icon{vertical-align:middle;font-size:1.5em}.fc .fc-button-group{position:relative;display:inline-flex;vertical-align:middle}.fc .fc-button-group>.fc-button{position:relative;flex:1 1 auto}.fc .fc-button-group>.fc-button:hover{z-index:1}.fc .fc-button-group>.fc-button:focus,.fc .fc-button-group>.fc-button:active,.fc .fc-button-group>.fc-button.fc-button-active{z-index:1}.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child){margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.fc .fc-toolbar{display:flex;justify-content:space-between;align-items:center}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc .fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc .fc-toolbar-title{font-size:1.75em;margin:0}.fc-direction-ltr .fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-direction-rtl .fc-toolbar>*>:not(:first-child){margin-right:.75em}.fc-direction-rtl .fc-toolbar-ltr{flex-direction:row-reverse}.fc .fc-scroller{-webkit-overflow-scrolling:touch;position:relative}.fc .fc-scroller-liquid{height:100%}.fc .fc-scroller-liquid-absolute{position:absolute;top:0;right:0;left:0;bottom:0}.fc .fc-scroller-harness{position:relative;overflow:hidden;direction:ltr}.fc .fc-scroller-harness-liquid{height:100%}.fc-direction-rtl .fc-scroller-harness>.fc-scroller{direction:rtl}.fc-theme-standard .fc-scrollgrid{border:1px solid #ddd;border:1px solid var(--fc-border-color, #ddd)}.fc .fc-scrollgrid,.fc .fc-scrollgrid table{width:100%;table-layout:fixed}.fc .fc-scrollgrid table{border-top-style:hidden;border-left-style:hidden;border-right-style:hidden}.fc .fc-scrollgrid{border-collapse:separate;border-right-width:0;border-bottom-width:0}.fc .fc-scrollgrid-liquid{height:100%}.fc .fc-scrollgrid-section{height:1px}.fc .fc-scrollgrid-section>td{height:1px}.fc .fc-scrollgrid-section table{height:1px}.fc .fc-scrollgrid-section-liquid{height:auto}.fc .fc-scrollgrid-section-liquid>td{height:100%}.fc .fc-scrollgrid-section>*{border-top-width:0;border-left-width:0}.fc .fc-scrollgrid-section-header>*,.fc .fc-scrollgrid-section-footer>*{border-bottom-width:0}.fc .fc-scrollgrid-section-body table,.fc .fc-scrollgrid-section-footer table{border-bottom-style:hidden}.fc .fc-scrollgrid-section-sticky>*{background:#fff;background:var(--fc-page-bg-color, #fff);position:-webkit-sticky;position:sticky;z-index:2}.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>*{top:0}.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>*{bottom:0}.fc .fc-scrollgrid-sticky-shim{height:1px;margin-bottom:-1px}.fc-sticky{position:-webkit-sticky;position:sticky}.fc .fc-view-harness{flex-grow:1;position:relative}.fc .fc-view-harness-active>.fc-view{position:absolute;top:0;right:0;bottom:0;left:0}.fc .fc-col-header-cell-cushion{display:inline-block;padding:2px 4px}.fc .fc-bg-event,.fc .fc-non-business,.fc .fc-highlight{position:absolute;top:0;left:0;right:0;bottom:0}.fc .fc-non-business{background:rgba(215, 215, 215, 0.3);background:var(--fc-non-business-color, rgba(215, 215, 215, 0.3))}.fc .fc-bg-event{background:rgb(143, 223, 130);background:var(--fc-bg-event-color, rgb(143, 223, 130));opacity:.3;opacity:var(--fc-bg-event-opacity, 0.3)}.fc .fc-bg-event .fc-event-title{margin:.5em;font-size:.85em;font-size:var(--fc-small-font-size, 0.85em);font-style:italic}.fc .fc-highlight{background:rgba(188, 232, 241, 0.3);background:var(--fc-highlight-color, rgba(188, 232, 241, 0.3))}.fc .fc-cell-shaded,.fc .fc-day-disabled{background:rgba(208, 208, 208, 0.3);background:var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3))}a.fc-event,a.fc-event:hover{text-decoration:none}.fc-event[href],.fc-event.fc-event-draggable{cursor:pointer}.fc-event .fc-event-main{position:relative;z-index:2}.fc-event-dragging:not(.fc-event-selected){opacity:.75}.fc-event-dragging.fc-event-selected{box-shadow:0 2px 7px rgba(0, 0, 0, 0.3)}.fc-event .fc-event-resizer{display:none;position:absolute;z-index:4}.fc-event:hover .fc-event-resizer,.fc-event-selected .fc-event-resizer{display:block}.fc-event-selected .fc-event-resizer{border-radius:4px;border-radius:calc(var(--fc-event-resizer-dot-total-width, 8px)/2);border-width:1px;border-width:var(--fc-event-resizer-dot-border-width, 1px);width:8px;width:var(--fc-event-resizer-dot-total-width, 8px);height:8px;height:var(--fc-event-resizer-dot-total-width, 8px);border-style:solid;border-color:inherit;background:#fff;background:var(--fc-page-bg-color, #fff)}.fc-event-selected .fc-event-resizer:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px}.fc-event-selected{box-shadow:0 2px 5px rgba(0, 0, 0, 0.2)}.fc-event-selected:before{content:"";position:absolute;z-index:3;top:0;left:0;right:0;bottom:0}.fc-event-selected:after{content:"";background:rgba(0, 0, 0, 0.25);background:var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));position:absolute;z-index:1;top:-1px;left:-1px;right:-1px;bottom:-1px}.fc-h-event{display:block;border:1px solid #3788d8;border:1px solid var(--fc-event-border-color, #3788d8);background-color:#3788d8;background-color:var(--fc-event-bg-color, #3788d8)}.fc-h-event .fc-event-main{color:#fff;color:var(--fc-event-text-color, #fff)}.fc-h-event .fc-event-main-frame{display:flex}.fc-h-event .fc-event-time{max-width:100%;overflow:hidden}.fc-h-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-width:0}.fc-h-event .fc-event-title{display:inline-block;vertical-align:top;left:0;right:0;max-width:100%;overflow:hidden}.fc-h-event.fc-event-selected:before{top:-10px;bottom:-10px}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end){border-top-left-radius:0;border-bottom-left-radius:0;border-left-width:0}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start){border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0}.fc-h-event:not(.fc-event-selected) .fc-event-resizer{top:0;bottom:0;width:8px;width:var(--fc-event-resizer-thickness, 8px)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end{cursor:w-resize;left:-4px;left:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start{cursor:e-resize;right:-4px;right:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-h-event.fc-event-selected .fc-event-resizer{top:50%;margin-top:-4px;margin-top:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end{left:-4px;left:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start{right:-4px;right:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}
.fc-theme-bootstrap a:not([href]){color:inherit}
:root{--fc-daygrid-event-dot-width: 8px}.fc .fc-popover{position:fixed;top:0;box-shadow:0 2px 6px rgba(0, 0, 0, 0.15)}.fc .fc-popover-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:3px 4px}.fc .fc-popover-title{margin:0 2px}.fc .fc-popover-close{cursor:pointer;opacity:.65;font-size:1.1em}.fc-theme-standard .fc-popover{border:1px solid #ddd;border:1px solid var(--fc-border-color, #ddd);background:#fff;background:var(--fc-page-bg-color, #fff)}.fc-theme-standard .fc-popover-header{background:rgba(208, 208, 208, 0.3);background:var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3))}.fc-daygrid-day-frame:before,.fc-daygrid-day-events:before,.fc-daygrid-event-harness:before{content:"";clear:both;display:table}.fc-daygrid-day-frame:after,.fc-daygrid-day-events:after,.fc-daygrid-event-harness:after{content:"";clear:both;display:table}.fc .fc-daygrid-body{position:relative;z-index:1}.fc .fc-daygrid-day.fc-day-today{background-color:rgba(255, 220, 40, 0.15);background-color:var(--fc-today-bg-color, rgba(255, 220, 40, 0.15))}.fc .fc-daygrid-day-frame{position:relative;min-height:100%}.fc .fc-daygrid-day-top{display:flex;flex-direction:row-reverse}.fc .fc-day-other .fc-daygrid-day-top{opacity:.3}.fc .fc-daygrid-day-number{position:relative;z-index:4;padding:4px}.fc .fc-daygrid-day-events{margin-top:1px}.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{position:absolute;left:0;right:0}.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{position:relative;min-height:2em}.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom:1em}.fc .fc-daygrid-event-harness{position:relative}.fc .fc-daygrid-event-harness-abs{position:absolute;top:0;left:0;right:0}.fc .fc-daygrid-bg-harness{position:absolute;top:0;bottom:0}.fc .fc-daygrid-day-bg .fc-non-business{z-index:1}.fc .fc-daygrid-day-bg .fc-bg-event{z-index:2}.fc .fc-daygrid-day-bg .fc-highlight{z-index:3}.fc .fc-daygrid-event{z-index:6;margin-top:1px}.fc .fc-daygrid-event.fc-event-mirror{z-index:7}.fc .fc-daygrid-day-bottom{font-size:.85em;margin:2px 3px 0}.fc .fc-daygrid-more-link{position:relative;z-index:4;cursor:pointer}.fc .fc-daygrid-week-number{position:absolute;z-index:5;top:0;padding:2px;min-width:1.5em;text-align:center;background-color:rgba(208, 208, 208, 0.3);background-color:var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));color:gray;color:var(--fc-neutral-text-color, #808080)}.fc .fc-more-popover{z-index:8}.fc .fc-more-popover .fc-popover-body{min-width:220px;padding:10px}.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end{margin-left:2px}.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start{margin-right:2px}.fc-direction-ltr .fc-daygrid-week-number{left:0;border-radius:0 0 3px 0}.fc-direction-rtl .fc-daygrid-week-number{right:0;border-radius:0 0 0 3px}.fc-liquid-hack .fc-daygrid-day-frame{position:static}.fc-daygrid-event{position:relative;white-space:nowrap;border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size, 0.85em)}.fc-daygrid-block-event .fc-event-time{font-weight:bold}.fc-daygrid-block-event .fc-event-time,.fc-daygrid-block-event .fc-event-title{padding:1px}.fc-daygrid-dot-event{display:flex;align-items:center;padding:2px 0}.fc-daygrid-dot-event .fc-event-title{flex-grow:1;flex-shrink:1;min-width:0;overflow:hidden;font-weight:bold}.fc-daygrid-dot-event:hover,.fc-daygrid-dot-event.fc-event-mirror{background:rgba(0, 0, 0, 0.1)}.fc-daygrid-dot-event.fc-event-selected:before{top:-10px;bottom:-10px}.fc-daygrid-event-dot{margin:0 4px;box-sizing:content-box;width:0;height:0;border:4px solid #3788d8;border:calc(var(--fc-daygrid-event-dot-width, 8px)/2) solid var(--fc-event-border-color, #3788d8);border-radius:4px;border-radius:calc(var(--fc-daygrid-event-dot-width, 8px)/2)}.fc-direction-ltr .fc-daygrid-event .fc-event-time{margin-right:3px}.fc-direction-rtl .fc-daygrid-event .fc-event-time{margin-left:3px}
.fc-v-event{display:block;border:1px solid #3788d8;border:1px solid var(--fc-event-border-color, #3788d8);background-color:#3788d8;background-color:var(--fc-event-bg-color, #3788d8)}.fc-v-event .fc-event-main{color:#fff;color:var(--fc-event-text-color, #fff);height:100%}.fc-v-event .fc-event-main-frame{height:100%;display:flex;flex-direction:column}.fc-v-event .fc-event-time{flex-grow:0;flex-shrink:0;max-height:100%;overflow:hidden}.fc-v-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-height:0}.fc-v-event .fc-event-title{top:0;bottom:0;max-height:100%;overflow:hidden}.fc-v-event:not(.fc-event-start){border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event:not(.fc-event-end){border-bottom-width:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-v-event.fc-event-selected:before{left:-10px;right:-10px}.fc-v-event .fc-event-resizer-start{cursor:n-resize}.fc-v-event .fc-event-resizer-end{cursor:s-resize}.fc-v-event:not(.fc-event-selected) .fc-event-resizer{height:8px;height:var(--fc-event-resizer-thickness, 8px);left:0;right:0}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer{left:50%;margin-left:-4px;margin-left:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc .fc-timegrid .fc-daygrid-body{z-index:2}.fc .fc-timegrid-divider{padding:0 0 2px}.fc .fc-timegrid-body{position:relative;z-index:1;min-height:100%}.fc .fc-timegrid-axis-chunk{position:relative}.fc .fc-timegrid-axis-chunk>table{position:relative;z-index:1}.fc .fc-timegrid-slots{position:relative;z-index:1}.fc .fc-timegrid-slot{height:1.5em;border-bottom:0}.fc .fc-timegrid-slot:empty:before{content:" "}.fc .fc-timegrid-slot-minor{border-top-style:dotted}.fc .fc-timegrid-slot-label-cushion{display:inline-block;white-space:nowrap}.fc .fc-timegrid-slot-label{vertical-align:middle}.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{padding:0 4px}.fc .fc-timegrid-axis-frame-liquid{height:100%}.fc .fc-timegrid-axis-frame{overflow:hidden;display:flex;align-items:center;justify-content:flex-end}.fc .fc-timegrid-axis-cushion{max-width:60px;flex-shrink:0}.fc-direction-ltr .fc-timegrid-slot-label-frame{text-align:right}.fc-direction-rtl .fc-timegrid-slot-label-frame{text-align:left}.fc-liquid-hack .fc-timegrid-axis-frame-liquid{height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.fc .fc-timegrid-col.fc-day-today{background-color:rgba(255, 220, 40, 0.15);background-color:var(--fc-today-bg-color, rgba(255, 220, 40, 0.15))}.fc .fc-timegrid-col-frame{min-height:100%;position:relative}.fc-liquid-hack .fc-timegrid-col-frame{height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.fc-media-screen .fc-timegrid-cols{position:absolute;top:0;left:0;right:0;bottom:0}.fc-media-screen .fc-timegrid-cols>table{height:100%}.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container{position:absolute;top:0;left:0;right:0}.fc-media-screen .fc-timegrid-event-harness{position:absolute}.fc .fc-timegrid-col-bg{z-index:2}.fc .fc-timegrid-col-bg .fc-non-business{z-index:1}.fc .fc-timegrid-col-bg .fc-bg-event{z-index:2}.fc .fc-timegrid-col-bg .fc-highlight{z-index:3}.fc .fc-timegrid-bg-harness{position:absolute;left:0;right:0}.fc .fc-timegrid-col-events{z-index:3}.fc .fc-timegrid-now-indicator-container{bottom:0;overflow:hidden}.fc-direction-ltr .fc-timegrid-col-events{margin:0 2.5% 0 2px}.fc-direction-rtl .fc-timegrid-col-events{margin:0 2px 0 2.5%}.fc-timegrid-event-harness-inset .fc-timegrid-event,.fc-timegrid-event.fc-event-mirror{box-shadow:0px 0px 0px 1px #fff;box-shadow:0px 0px 0px 1px var(--fc-page-bg-color, #fff)}.fc-timegrid-event{font-size:.85em;font-size:var(--fc-small-font-size, 0.85em);border-radius:3px}.fc-timegrid-event .fc-event-main{padding:1px 1px 0}.fc-timegrid-event .fc-event-time{white-space:nowrap;font-size:.85em;font-size:var(--fc-small-font-size, 0.85em);margin-bottom:1px}.fc-timegrid-event-condensed .fc-event-main-frame{flex-direction:row;overflow:hidden}.fc-timegrid-event-condensed .fc-event-time:after{content:" - "}.fc-timegrid-event-condensed .fc-event-title{font-size:.85em;font-size:var(--fc-small-font-size, 0.85em)}.fc-media-screen .fc-timegrid-event{position:absolute;top:0;bottom:1px;left:0;right:0}.fc .fc-timegrid-now-indicator-line{position:absolute;z-index:4;left:0;right:0;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color, red);border-width:1px 0 0}.fc .fc-timegrid-now-indicator-arrow{position:absolute;z-index:4;margin-top:-5px;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color, red)}.fc-direction-ltr .fc-timegrid-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-direction-rtl .fc-timegrid-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}
:root{--fc-list-event-dot-width: 10px;--fc-list-event-hover-bg-color: #f5f5f5}.fc-theme-standard .fc-list{border:1px solid #ddd;border:1px solid var(--fc-border-color, #ddd)}.fc .fc-list-empty{background-color:rgba(208, 208, 208, 0.3);background-color:var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));height:100%;display:flex;justify-content:center;align-items:center}.fc .fc-list-empty-cushion{margin:5em 0}.fc .fc-list-table{width:100%;border-style:hidden}.fc .fc-list-table tr>*{border-left:0;border-right:0}.fc .fc-list-sticky .fc-list-day>*{position:-webkit-sticky;position:sticky;top:0;background:#fff;background:var(--fc-page-bg-color, #fff)}.fc .fc-list-table th{padding:0}.fc .fc-list-table td,.fc .fc-list-day-cushion{padding:8px 14px}.fc .fc-list-day-cushion:after{content:"";clear:both;display:table}.fc-theme-standard .fc-list-day-cushion{background-color:rgba(208, 208, 208, 0.3);background-color:var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3))}.fc-direction-ltr .fc-list-day-text,.fc-direction-rtl .fc-list-day-side-text{float:left}.fc-direction-ltr .fc-list-day-side-text,.fc-direction-rtl .fc-list-day-text{float:right}.fc-direction-ltr .fc-list-table .fc-list-event-graphic{padding-right:0}.fc-direction-rtl .fc-list-table .fc-list-event-graphic{padding-left:0}.fc .fc-list-event.fc-event-forced-url{cursor:pointer}.fc .fc-list-event:hover td{background-color:#f5f5f5;background-color:var(--fc-list-event-hover-bg-color, #f5f5f5)}.fc .fc-list-event-graphic,.fc .fc-list-event-time{white-space:nowrap;width:1px}.fc .fc-list-event-dot{display:inline-block;box-sizing:content-box;width:0;height:0;border:5px solid #3788d8;border:calc(var(--fc-list-event-dot-width, 10px)/2) solid var(--fc-event-border-color, #3788d8);border-radius:5px;border-radius:calc(var(--fc-list-event-dot-width, 10px)/2)}.fc .fc-list-event-title a{color:inherit;text-decoration:none}.fc .fc-list-event.fc-event-forced-url:hover a{text-decoration:underline}
.fc .fc-resource-timeline-divider{width:3px;cursor:col-resize}.fc .fc-resource-timeline .fc-resource-group:not([rowspan]){background:rgba(208, 208, 208, 0.3);background:var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3))}.fc .fc-timeline-lane-frame{position:relative}.fc .fc-timeline-overlap-enabled .fc-timeline-lane-frame .fc-timeline-events{box-sizing:content-box;padding-bottom:10px}.fc-timeline-body-expandrows td.fc-timeline-lane{position:relative}.fc-timeline-body-expandrows .fc-timeline-lane-frame{position:static}.fc-datagrid-cell-frame-liquid{height:100%}.fc-liquid-hack .fc-datagrid-cell-frame-liquid{height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.fc .fc-datagrid-header .fc-datagrid-cell-frame{position:relative;display:flex;justify-content:flex-start;align-items:center}.fc .fc-datagrid-cell-resizer{position:absolute;z-index:1;top:0;bottom:0;width:5px;cursor:col-resize}.fc .fc-datagrid-cell-cushion{padding:8px;white-space:nowrap;overflow:hidden}.fc .fc-datagrid-expander{cursor:pointer;opacity:.65}.fc .fc-datagrid-expander .fc-icon{display:inline-block;width:1em}.fc .fc-datagrid-expander-placeholder{cursor:auto}.fc .fc-resource-timeline-flat .fc-datagrid-expander-placeholder{display:none}.fc-direction-ltr .fc-datagrid-cell-resizer{right:-3px}.fc-direction-rtl .fc-datagrid-cell-resizer{left:-3px}.fc-direction-ltr .fc-datagrid-expander{margin-right:3px}.fc-direction-rtl .fc-datagrid-expander{margin-left:3px}
.fc .fc-timeline-body{min-height:100%;position:relative;z-index:1}.fc .fc-timeline-slots{position:absolute;z-index:1;top:0;bottom:0}.fc .fc-timeline-slots>table{height:100%}.fc .fc-timeline-slot-minor{border-style:dotted}.fc .fc-timeline-slot-frame{display:flex;align-items:center;justify-content:center}.fc .fc-timeline-header-row-chrono .fc-timeline-slot-frame{justify-content:flex-start}.fc .fc-timeline-slot-cushion{padding:4px 5px;white-space:nowrap}.fc-direction-ltr .fc-timeline-slot{border-right:0 !important}.fc-direction-rtl .fc-timeline-slot{border-left:0 !important}.fc .fc-timeline-now-indicator-container{position:absolute;z-index:4;top:0;bottom:0;left:0;right:0;width:0}.fc .fc-timeline-now-indicator-arrow,.fc .fc-timeline-now-indicator-line{position:absolute;top:0;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color, red)}.fc .fc-timeline-now-indicator-arrow{margin:0 -6px;border-width:6px 5px 0 5px;border-left-color:transparent;border-right-color:transparent}.fc .fc-timeline-now-indicator-line{margin:0 -1px;bottom:0;border-width:0 0 0 1px}.fc .fc-timeline-events{position:relative;z-index:3;width:0}.fc .fc-timeline-event-harness{position:absolute;top:0}.fc-timeline-event{z-index:1}.fc-timeline-event.fc-event-mirror{z-index:2}.fc-timeline-event{position:relative;display:flex;align-items:center;border-radius:0;padding:2px 1px;margin-bottom:1px;font-size:.85em;font-size:var(--fc-small-font-size, 0.85em)}.fc-timeline-event .fc-event-main{flex-grow:1;flex-shrink:1;min-width:0}.fc-timeline-event .fc-event-time{font-weight:bold}.fc-timeline-event .fc-event-time,.fc-timeline-event .fc-event-title{white-space:nowrap;padding:0 2px}.fc-direction-ltr .fc-timeline-event.fc-event-end{margin-right:1px}.fc-direction-rtl .fc-timeline-event.fc-event-end{margin-left:1px}.fc-timeline-overlap-disabled .fc-timeline-event{padding-top:5px;padding-bottom:5px;margin-bottom:0}.fc-timeline-event:not(.fc-event-start):before,.fc-timeline-event:not(.fc-event-end):after{content:"";flex-grow:0;flex-shrink:0;opacity:.5;width:0;height:0;margin:0 1px;border:5px solid #000;border-top-color:transparent;border-bottom-color:transparent}.fc-direction-ltr .fc-timeline-event:not(.fc-event-start):before,.fc-direction-rtl .fc-timeline-event:not(.fc-event-end):after{border-left:0}.fc-direction-ltr .fc-timeline-event:not(.fc-event-end):after,.fc-direction-rtl .fc-timeline-event:not(.fc-event-start):before{border-right:0}.fc .fc-timeline-bg{position:absolute;z-index:2;top:0;bottom:0;width:0;left:0;right:0}.fc .fc-timeline-bg .fc-non-business{z-index:1}.fc .fc-timeline-bg .fc-bg-event{z-index:2}.fc .fc-timeline-bg .fc-highlight{z-index:3}.fc .fc-timeline-bg-harness{position:absolute;top:0;bottom:0}
.tox{box-shadow:none;box-sizing:content-box;color:#222f3e;cursor:auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;-webkit-tap-highlight-color:transparent;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:initial;white-space:normal}.tox :not(svg):not(rect){box-sizing:inherit;color:inherit;cursor:inherit;direction:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;-webkit-tap-highlight-color:inherit;text-align:inherit;text-decoration:inherit;text-shadow:inherit;text-transform:inherit;vertical-align:inherit;white-space:inherit}.tox :not(svg):not(rect){background:0 0;border:0;box-shadow:none;float:none;height:auto;margin:0;max-width:none;outline:0;padding:0;position:static;width:auto}.tox:not([dir=rtl]){direction:ltr;text-align:left}.tox[dir=rtl]{direction:rtl;text-align:right}.tox-tinymce{border:2px solid #eee;border-radius:10px;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;overflow:hidden;position:relative;visibility:inherit !important}.tox.tox-tinymce-inline{border:none;box-shadow:none;overflow:initial}.tox.tox-tinymce-inline .tox-editor-container{overflow:initial}.tox.tox-tinymce-inline .tox-editor-header{background-color:#fff;border:2px solid #eee;border-radius:10px;box-shadow:none;overflow:hidden}.tox-tinymce-aux{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;z-index:1300}.tox-tinymce :focus,.tox-tinymce-aux :focus{outline:0}button::-moz-focus-inner{border:0}.tox[dir=rtl] .tox-icon--flip svg{transform:rotateY(180deg)}.tox .accessibility-issue__header{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description{align-items:stretch;border-radius:6px;display:flex;justify-content:space-between}.tox .accessibility-issue__description>div{padding-bottom:4px}.tox .accessibility-issue__description>div>div{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description>div>div .tox-icon svg{display:block}.tox .accessibility-issue__repair{margin-top:16px}.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description{background-color:rgba(0, 101, 216, 0.1);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2{color:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg{fill:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon{background-color:#006ce7;color:#fff}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover{background-color:#0060ce}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active{background-color:#0054b4}.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description{background-color:rgba(255, 165, 0, 0.08);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2{color:#8f5d00}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg{fill:#8f5d00}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon{background-color:#ffe89d;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover{background-color:#f2d574;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active{background-color:#e8c657;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description{background-color:rgba(204, 0, 0, 0.1);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2{color:#c00}.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg{fill:#c00}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon{background-color:#f2bfbf;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover{background-color:#e9a4a4;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active{background-color:#ee9494;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description{background-color:rgba(120, 171, 70, 0.1);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description>:last-child{display:none}.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2{color:#527530}.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg{fill:#527530}.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2{font-size:14px;margin-top:0}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-left:4px}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-left:auto}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description{padding:4px 4px 4px 8px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-right:4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-right:auto}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description{padding:4px 8px 4px 4px}.tox .tox-advtemplate .tox-form__grid{flex:1}.tox .tox-advtemplate .tox-form__grid>div:first-child{display:flex;flex-direction:column;width:30%}.tox .tox-advtemplate .tox-form__grid>div:first-child>div:nth-child(2){flex-basis:0;flex-grow:1;overflow:auto}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid>div:first-child{width:100%}}.tox .tox-advtemplate iframe{border-color:#eee;border-radius:10px;border-style:solid;border-width:1px;margin:0 10px}.tox .tox-anchorbar{display:flex;flex:0 0 auto}.tox .tox-bottom-anchorbar{display:flex;flex:0 0 auto}.tox .tox-bar{display:flex;flex:0 0 auto}.tox .tox-button{background-color:#006ce7;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#006ce7;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;line-height:24px;margin:0;outline:0;padding:4px 16px;position:relative;text-align:center;text-decoration:none;text-transform:none;white-space:nowrap}.tox .tox-button::before{border-radius:6px;bottom:-1px;box-shadow:inset 0 0 0 2px #fff,0 0 0 1px #006ce7,0 0 0 3px rgba(0, 108, 231, 0.25);content:"";left:-1px;opacity:0;pointer-events:none;position:absolute;right:-1px;top:-1px}.tox .tox-button[disabled]{background-color:#006ce7;background-image:none;border-color:#006ce7;box-shadow:none;color:rgba(255, 255, 255, 0.5);cursor:not-allowed}.tox .tox-button:focus:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;box-shadow:none;color:#fff}.tox .tox-button:focus-visible:not(:disabled)::before{opacity:1}.tox .tox-button:hover:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;box-shadow:none;color:#fff}.tox .tox-button:active:not(:disabled){background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled{background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled[disabled]{background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:rgba(255, 255, 255, 0.5);cursor:not-allowed}.tox .tox-button.tox-button--enabled:focus:not(:disabled){background-color:#00489b;background-image:none;border-color:#00489b;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled:hover:not(:disabled){background-color:#00489b;background-image:none;border-color:#00489b;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled:active:not(:disabled){background-color:#003c81;background-image:none;border-color:#003c81;box-shadow:none;color:#fff}.tox .tox-button--icon-and-text,.tox .tox-button.tox-button--icon-and-text,.tox .tox-button.tox-button--secondary.tox-button--icon-and-text{display:flex;padding:5px 4px}.tox .tox-button--icon-and-text .tox-icon svg,.tox .tox-button.tox-button--icon-and-text .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg{display:block;fill:currentColor}.tox .tox-button--secondary{background-color:#f0f0f0;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#f0f0f0;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;color:#222f3e;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;outline:0;padding:4px 16px;text-decoration:none;text-transform:none}.tox .tox-button--secondary[disabled]{background-color:#f0f0f0;background-image:none;border-color:#f0f0f0;box-shadow:none;color:rgba(34, 47, 62, 0.5)}.tox .tox-button--secondary:focus:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:hover:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:active:not(:disabled){background-color:#d6d6d6;background-image:none;border-color:#d6d6d6;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled{background-color:#a8c8ed;background-image:none;border-color:#a8c8ed;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled[disabled]{background-color:#a8c8ed;background-image:none;border-color:#a8c8ed;box-shadow:none;color:rgba(34, 47, 62, 0.5)}.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled){background-color:#93bbe9;background-image:none;border-color:#93bbe9;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled){background-color:#93bbe9;background-image:none;border-color:#93bbe9;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled){background-color:#7daee4;background-image:none;border-color:#7daee4;box-shadow:none;color:#222f3e}.tox .tox-button--icon,.tox .tox-button.tox-button--icon,.tox .tox-button.tox-button--secondary.tox-button--icon{padding:4px}.tox .tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg{display:block;fill:currentColor}.tox .tox-button-link{background:0;border:none;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0;white-space:nowrap}.tox .tox-button-link--sm{font-size:14px}.tox .tox-button--naked{background-color:transparent;border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked[disabled]{background-color:rgba(34, 47, 62, 0.12);border-color:transparent;box-shadow:unset;color:rgba(34, 47, 62, 0.5)}.tox .tox-button--naked:hover:not(:disabled){background-color:rgba(34, 47, 62, 0.12);border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked:focus:not(:disabled){background-color:rgba(34, 47, 62, 0.12);border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked:active:not(:disabled){background-color:rgba(34, 47, 62, 0.18);border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked .tox-icon svg{fill:currentColor}.tox .tox-button--naked.tox-button--icon:hover:not(:disabled){color:#222f3e}.tox .tox-checkbox{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:36px;min-width:36px}.tox .tox-checkbox__input{height:1px;overflow:hidden;position:absolute;top:auto;width:1px}.tox .tox-checkbox__icons{align-items:center;border-radius:6px;box-shadow:0 0 0 2px transparent;box-sizing:content-box;display:flex;height:24px;justify-content:center;padding:3px;width:24px}.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:block;fill:rgba(34, 47, 62, 0.3)}.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:none;fill:#006ce7}.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg{display:none;fill:#006ce7}.tox .tox-checkbox--disabled{color:rgba(34, 47, 62, 0.5);cursor:not-allowed}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg{fill:rgba(34, 47, 62, 0.5)}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:rgba(34, 47, 62, 0.5)}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{fill:rgba(34, 47, 62, 0.5)}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__checked svg{display:block}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:block}.tox input.tox-checkbox__input:focus+.tox-checkbox__icons{border-radius:6px;box-shadow:inset 0 0 0 1px #006ce7;padding:3px}.tox:not([dir=rtl]) .tox-checkbox__label{margin-left:4px}.tox:not([dir=rtl]) .tox-checkbox__input{left:-10000px}.tox:not([dir=rtl]) .tox-bar .tox-checkbox{margin-left:4px}.tox[dir=rtl] .tox-checkbox__label{margin-right:4px}.tox[dir=rtl] .tox-checkbox__input{right:-10000px}.tox[dir=rtl] .tox-bar .tox-checkbox{margin-right:4px}.tox .tox-collection--toolbar .tox-collection__group{display:flex;padding:0}.tox .tox-collection--grid .tox-collection__group{display:flex;flex-wrap:wrap;max-height:208px;overflow-x:hidden;overflow-y:auto;padding:0}.tox .tox-collection--list .tox-collection__group{border-bottom-width:0;border-color:#e3e3e3;border-left-width:0;border-right-width:0;border-style:solid;border-top-width:1px;padding:4px 0}.tox .tox-collection--list .tox-collection__group:first-child{border-top-width:0}.tox .tox-collection__group-heading{background-color:#fcfcfc;color:rgba(34, 47, 62, 0.7);cursor:default;font-size:12px;font-style:normal;font-weight:400;margin-bottom:4px;margin-top:-4px;padding:4px 8px;text-transform:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tox .tox-collection__item{align-items:center;border-radius:3px;color:#222f3e;display:flex;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tox .tox-collection--list .tox-collection__item{padding:4px 8px}.tox .tox-collection--toolbar .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--grid .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--list .tox-collection__item--enabled{background-color:#fff;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active{background-color:#cce2fa}.tox .tox-collection--toolbar .tox-collection__item--enabled{background-color:#a6ccf7;color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active{background-color:#cce2fa}.tox .tox-collection--grid .tox-collection__item--enabled{background-color:#a6ccf7;color:#222f3e}.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#cce2fa;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection__item-checkmark,.tox .tox-collection__item-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.tox .tox-collection__item-checkmark svg,.tox .tox-collection__item-icon svg{fill:currentColor}.tox .tox-collection--toolbar-lg .tox-collection__item-icon{height:48px;width:48px}.tox .tox-collection__item-label{color:currentColor;display:inline-block;flex:1;font-size:14px;font-style:normal;font-weight:400;line-height:24px;max-width:100%;text-transform:none;word-break:break-all}.tox .tox-collection__item-accessory{color:rgba(34, 47, 62, 0.7);display:inline-block;font-size:14px;height:24px;line-height:24px;text-transform:none}.tox .tox-collection__item-caret{align-items:center;display:flex;min-height:24px}.tox .tox-collection__item-caret::after{content:"";font-size:0;min-height:inherit}.tox .tox-collection__item-caret svg{fill:#222f3e}.tox .tox-collection__item--state-disabled{background-color:transparent;color:rgba(34, 47, 62, 0.5);cursor:not-allowed}.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg{fill:rgba(34, 47, 62, 0.5)}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg{display:none}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory+.tox-collection__item-checkmark{display:none}.tox .tox-collection--horizontal{background-color:#fff;border:1px solid #e3e3e3;border-radius:6px;box-shadow:0 0 2px 0 rgba(34, 47, 62, 0.2),0 4px 8px 0 rgba(34, 47, 62, 0.15);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:nowrap;margin-bottom:0;overflow-x:auto;padding:0}.tox .tox-collection--horizontal .tox-collection__group{align-items:center;display:flex;flex-wrap:nowrap;margin:0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item{height:28px;margin:6px 1px 5px 0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item-label{white-space:nowrap}.tox .tox-collection--horizontal .tox-collection__item-caret{margin-left:4px}.tox .tox-collection__item-container{display:flex}.tox .tox-collection__item-container--row{align-items:center;flex:1 1 auto;flex-direction:row}.tox .tox-collection__item-container--row.tox-collection__item-container--align-left{margin-right:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--align-right{justify-content:flex-end;margin-left:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top{align-items:flex-start;margin-bottom:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle{align-items:center}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom{align-items:flex-end;margin-top:auto}.tox .tox-collection__item-container--column{align-self:center;flex:1 1 auto;flex-direction:column}.tox .tox-collection__item-container--column.tox-collection__item-container--align-left{align-items:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--align-right{align-items:flex-end}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top{align-self:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle{align-self:center}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom{align-self:flex-end}.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-right:1px solid transparent}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>:not(:first-child){margin-left:8px}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-left:4px}.tox:not([dir=rtl]) .tox-collection__item-accessory{margin-left:16px;text-align:right}.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret{margin-left:16px}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-left:1px solid transparent}.tox[dir=rtl] .tox-collection--list .tox-collection__item>:not(:first-child){margin-right:8px}.tox[dir=rtl] .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-right:4px}.tox[dir=rtl] .tox-collection__item-accessory{margin-right:16px;text-align:left}.tox[dir=rtl] .tox-collection .tox-collection__item-caret{margin-right:16px;transform:rotateY(180deg)}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret{margin-right:4px}.tox .tox-color-picker-container{display:flex;flex-direction:row;height:225px;margin:0}.tox .tox-sv-palette{box-sizing:border-box;display:flex;height:100%}.tox .tox-sv-palette-spectrum{height:100%}.tox .tox-sv-palette,.tox .tox-sv-palette-spectrum{width:225px}.tox .tox-sv-palette-thumb{background:0 0;border:1px solid #000;border-radius:50%;box-sizing:content-box;height:12px;position:absolute;width:12px}.tox .tox-sv-palette-inner-thumb{border:1px solid #fff;border-radius:50%;height:10px;position:absolute;width:10px}.tox .tox-hue-slider{box-sizing:border-box;height:100%;width:25px}.tox .tox-hue-slider-spectrum{background:linear-gradient(to bottom, red, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, red);height:100%;width:100%}.tox .tox-hue-slider,.tox .tox-hue-slider-spectrum{width:20px}.tox .tox-hue-slider-spectrum:focus,.tox .tox-sv-palette-spectrum:focus{outline:#08f solid}.tox .tox-hue-slider-thumb{background:#fff;border:1px solid #000;box-sizing:content-box;height:4px;width:100%}.tox .tox-rgb-form{display:flex;flex-direction:column;justify-content:space-between}.tox .tox-rgb-form div{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;width:inherit}.tox .tox-rgb-form input{width:6em}.tox .tox-rgb-form input.tox-invalid{border:1px solid red !important}.tox .tox-rgb-form .tox-rgba-preview{border:1px solid #000;flex-grow:2;margin-bottom:0}.tox:not([dir=rtl]) .tox-sv-palette{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider-thumb{margin-left:-1px}.tox:not([dir=rtl]) .tox-rgb-form label{margin-right:.5em}.tox[dir=rtl] .tox-sv-palette{margin-left:15px}.tox[dir=rtl] .tox-hue-slider{margin-left:15px}.tox[dir=rtl] .tox-hue-slider-thumb{margin-right:-1px}.tox[dir=rtl] .tox-rgb-form label{margin-left:.5em}.tox .tox-toolbar .tox-swatches,.tox .tox-toolbar__overflow .tox-swatches,.tox .tox-toolbar__primary .tox-swatches{margin:5px 0 6px 11px}.tox .tox-collection--list .tox-collection__group .tox-swatches-menu{border:0;margin:-4px -4px}.tox .tox-swatches__row{display:flex}.tox .tox-swatch{height:30px;transition:transform .15s,box-shadow .15s;width:30px}.tox .tox-swatch:focus,.tox .tox-swatch:hover{box-shadow:0 0 0 1px rgba(127, 127, 127, 0.3) inset;transform:scale(0.8)}.tox .tox-swatch--remove{align-items:center;display:flex;justify-content:center}.tox .tox-swatch--remove svg path{stroke:#e74c3c}.tox .tox-swatches__picker-btn{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:30px;justify-content:center;outline:0;padding:0;width:30px}.tox .tox-swatches__picker-btn svg{fill:#222f3e;height:24px;width:24px}.tox .tox-swatches__picker-btn:hover{background:#cce2fa}.tox div.tox-swatch:not(.tox-swatch--remove) svg{display:none;fill:#222f3e;height:24px;margin:3px 3px;width:24px}.tox div.tox-swatch:not(.tox-swatch--remove) svg path{fill:#fff;paint-order:stroke;stroke:#222f3e;stroke-width:2px}.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg{display:block}.tox:not([dir=rtl]) .tox-swatches__picker-btn{margin-left:auto}.tox[dir=rtl] .tox-swatches__picker-btn{margin-right:auto}.tox .tox-comment-thread{background:#fff;position:relative}.tox .tox-comment-thread>:not(:first-child){margin-top:8px}.tox .tox-comment{background:#fff;border:1px solid #eee;border-radius:6px;box-shadow:0 4px 8px 0 rgba(34, 47, 62, 0.1);padding:8px 8px 16px 8px;position:relative}.tox .tox-comment__header{align-items:center;color:#222f3e;display:flex;justify-content:space-between}.tox .tox-comment__date{color:#222f3e;font-size:12px;line-height:18px}.tox .tox-comment__body{color:#222f3e;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;margin-top:8px;position:relative;text-transform:initial}.tox .tox-comment__body textarea{resize:none;white-space:normal;width:100%}.tox .tox-comment__expander{padding-top:8px}.tox .tox-comment__expander p{color:rgba(34, 47, 62, 0.7);font-size:14px;font-style:normal}.tox .tox-comment__body p{margin:0}.tox .tox-comment__buttonspacing{padding-top:16px;text-align:center}.tox .tox-comment-thread__overlay::after{background:#fff;bottom:0;content:"";display:flex;left:0;opacity:.9;position:absolute;right:0;top:0;z-index:5}.tox .tox-comment__reply{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.tox .tox-comment__reply>:first-child{margin-bottom:8px;width:100%}.tox .tox-comment__edit{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:16px}.tox .tox-comment__gradient::after{background:linear-gradient(rgba(255, 255, 255, 0), #fff);bottom:0;content:"";display:block;height:5em;margin-top:-40px;position:absolute;width:100%}.tox .tox-comment__overlay{background:#fff;bottom:0;display:flex;flex-direction:column;flex-grow:1;left:0;opacity:.9;position:absolute;right:0;text-align:center;top:0;z-index:5}.tox .tox-comment__loading-text{align-items:center;color:#222f3e;display:flex;flex-direction:column;position:relative}.tox .tox-comment__loading-text>div{padding-bottom:16px}.tox .tox-comment__overlaytext{bottom:0;flex-direction:column;font-size:14px;left:0;padding:1em;position:absolute;right:0;top:0;z-index:10}.tox .tox-comment__overlaytext p{background-color:#fff;box-shadow:0 0 8px 8px #fff;color:#222f3e;text-align:center}.tox .tox-comment__overlaytext div:nth-of-type(2){font-size:.8em}.tox .tox-comment__busy-spinner{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}.tox .tox-comment__scroll{display:flex;flex-direction:column;flex-shrink:1;overflow:auto}.tox .tox-conversations{margin:8px}.tox:not([dir=rtl]) .tox-comment__edit{margin-left:8px}.tox:not([dir=rtl]) .tox-comment__buttonspacing>:last-child,.tox:not([dir=rtl]) .tox-comment__edit>:last-child,.tox:not([dir=rtl]) .tox-comment__reply>:last-child{margin-left:8px}.tox[dir=rtl] .tox-comment__edit{margin-right:8px}.tox[dir=rtl] .tox-comment__buttonspacing>:last-child,.tox[dir=rtl] .tox-comment__edit>:last-child,.tox[dir=rtl] .tox-comment__reply>:last-child{margin-right:8px}.tox .tox-user{align-items:center;display:flex}.tox .tox-user__avatar svg{fill:rgba(34, 47, 62, 0.7)}.tox .tox-user__avatar img{border-radius:50%;height:36px;object-fit:cover;vertical-align:middle;width:36px}.tox .tox-user__name{color:#222f3e;font-size:14px;font-style:normal;font-weight:700;line-height:18px;text-transform:none}.tox:not([dir=rtl]) .tox-user__avatar img,.tox:not([dir=rtl]) .tox-user__avatar svg{margin-right:8px}.tox:not([dir=rtl]) .tox-user__avatar+.tox-user__name{margin-left:8px}.tox[dir=rtl] .tox-user__avatar img,.tox[dir=rtl] .tox-user__avatar svg{margin-left:8px}.tox[dir=rtl] .tox-user__avatar+.tox-user__name{margin-right:8px}.tox .tox-dialog-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.tox .tox-dialog-wrap__backdrop{background-color:rgba(255, 255, 255, 0.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.tox .tox-dialog-wrap__backdrop--opaque{background-color:#fff}.tox .tox-dialog{background-color:#fff;border-color:#eee;border-radius:10px;border-style:solid;border-width:0;box-shadow:0 16px 16px -10px rgba(34, 47, 62, 0.15),0 0 40px 1px rgba(34, 47, 62, 0.15);display:flex;flex-direction:column;max-height:100%;max-width:480px;overflow:hidden;position:relative;width:95vw;z-index:2}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox .tox-dialog{align-self:flex-start;margin:8px auto;max-height:calc(100vh - 16px);width:calc(100vw - 16px)}}.tox .tox-dialog-inline{z-index:1100}.tox .tox-dialog__header{align-items:center;background-color:#fff;border-bottom:none;color:#222f3e;display:flex;font-size:16px;justify-content:space-between;padding:8px 16px 0 16px;position:relative}.tox .tox-dialog__header .tox-button{z-index:1}.tox .tox-dialog__draghandle{cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%}.tox .tox-dialog__draghandle:active{cursor:grabbing}.tox .tox-dialog__dismiss{margin-left:auto}.tox .tox-dialog__title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1.3;margin:0;text-transform:none}.tox .tox-dialog__body{color:#222f3e;display:flex;flex:1;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;min-width:0;text-align:left;text-transform:none}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox .tox-dialog__body{flex-direction:column}}.tox .tox-dialog__body-nav{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;padding:16px 16px}@media only screen and (min-width: 768px){.tox .tox-dialog__body-nav{max-width:11em}}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox .tox-dialog__body-nav{flex-direction:row;-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:0}}.tox .tox-dialog__body-nav-item{border-bottom:2px solid transparent;color:rgba(34, 47, 62, 0.7);display:inline-block;flex-shrink:0;font-size:14px;line-height:1.3;margin-bottom:8px;max-width:13em;text-decoration:none}.tox .tox-dialog__body-nav-item:focus{background-color:rgba(0, 108, 231, 0.1)}.tox .tox-dialog__body-nav-item--active{border-bottom:2px solid #006ce7;color:#006ce7}.tox .tox-dialog__body-content{box-sizing:border-box;display:flex;flex:1;flex-direction:column;max-height:min(650px,100vh - 110px);overflow:auto;-webkit-overflow-scrolling:touch;padding:16px 16px}.tox .tox-dialog__body-content>*{margin-bottom:0;margin-top:16px}.tox .tox-dialog__body-content>:first-child{margin-top:0}.tox .tox-dialog__body-content>:last-child{margin-bottom:0}.tox .tox-dialog__body-content>:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content a{color:#006ce7;cursor:pointer;text-decoration:underline}.tox .tox-dialog__body-content a:focus,.tox .tox-dialog__body-content a:hover{color:#003c81;text-decoration:underline}.tox .tox-dialog__body-content a:focus-visible{border-radius:1px;outline:2px solid #006ce7;outline-offset:2px}.tox .tox-dialog__body-content a:active{color:#00244e;text-decoration:underline}.tox .tox-dialog__body-content svg{fill:#222f3e}.tox .tox-dialog__body-content strong{font-weight:700}.tox .tox-dialog__body-content ul{list-style-type:disc}.tox .tox-dialog__body-content dd,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{padding-inline-start:2.5rem}.tox .tox-dialog__body-content dl,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{margin-bottom:16px}.tox .tox-dialog__body-content dd,.tox .tox-dialog__body-content dl,.tox .tox-dialog__body-content dt,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{display:block;margin-inline-end:0;margin-inline-start:0}.tox .tox-dialog__body-content .tox-form__group h1{color:#222f3e;font-size:20px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group h2{color:#222f3e;font-size:16px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group p{margin-bottom:16px}.tox .tox-dialog__body-content .tox-form__group h1:first-child,.tox .tox-dialog__body-content .tox-form__group h2:first-child,.tox .tox-dialog__body-content .tox-form__group p:first-child{margin-top:0}.tox .tox-dialog__body-content .tox-form__group h1:last-child,.tox .tox-dialog__body-content .tox-form__group h2:last-child,.tox .tox-dialog__body-content .tox-form__group p:last-child{margin-bottom:0}.tox .tox-dialog__body-content .tox-form__group h1:only-child,.tox .tox-dialog__body-content .tox-form__group h2:only-child,.tox .tox-dialog__body-content .tox-form__group p:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center{text-align:center}.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end{text-align:end}.tox .tox-dialog--width-lg{height:650px;max-width:1200px}.tox .tox-dialog--fullscreen{height:100%;max-width:100%}.tox .tox-dialog--fullscreen .tox-dialog__body-content{max-height:100%}.tox .tox-dialog--width-md{max-width:800px}.tox .tox-dialog--width-md .tox-dialog__body-content{overflow:auto}.tox .tox-dialog__body-content--centered{text-align:center}.tox .tox-dialog__footer{align-items:center;background-color:#fff;border-top:none;display:flex;justify-content:space-between;padding:8px 16px}.tox .tox-dialog__footer-end,.tox .tox-dialog__footer-start{display:flex}.tox .tox-dialog__busy-spinner{align-items:center;background-color:rgba(255, 255, 255, 0.75);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.tox .tox-dialog__table{border-collapse:collapse;width:100%}.tox .tox-dialog__table thead th{font-weight:700;padding-bottom:8px}.tox .tox-dialog__table thead th:first-child{padding-right:8px}.tox .tox-dialog__table tbody tr{border-bottom:1px solid #626262}.tox .tox-dialog__table tbody tr:last-child{border-bottom:none}.tox .tox-dialog__table td{padding-bottom:8px;padding-top:8px}.tox .tox-dialog__table td:first-child{padding-right:8px}.tox .tox-dialog__iframe{min-height:200px}.tox .tox-dialog__iframe.tox-dialog__iframe--opaque{background:#fff}.tox .tox-navobj-bordered{position:relative}.tox .tox-navobj-bordered::before{border:1px solid #eee;border-radius:6px;content:"";inset:0;opacity:1;pointer-events:none;position:absolute;z-index:1}.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before{border-color:#006ce7;box-shadow:0 0 0 2px rgba(0, 108, 231, 0.25);outline:0}.tox .tox-dialog__popups{position:absolute;width:100%;z-index:1100}.tox .tox-dialog__body-iframe{display:flex;flex:1;flex-direction:column}.tox .tox-dialog__body-iframe .tox-navobj{display:flex;flex:1}.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2){flex:1;height:100%}.tox .tox-dialog-dock-fadeout{opacity:0;visibility:hidden}.tox .tox-dialog-dock-fadein{opacity:1;visibility:visible}.tox .tox-dialog-dock-transition{transition:visibility 0s linear .3s,opacity .3s ease}.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein{transition-delay:0s}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav{margin-right:0}}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child){margin-left:8px}}.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*,.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>*{margin-left:8px}.tox[dir=rtl] .tox-dialog__body{text-align:right}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav{margin-left:0}}@media only screen and (max-width: 767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child){margin-right:8px}}.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end>*,.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start>*{margin-right:8px}body.tox-dialog__disable-scroll{overflow:hidden}.tox .tox-dropzone-container{display:flex;flex:1}.tox .tox-dropzone{align-items:center;background:#fff;border:2px dashed #eee;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:100px;padding:10px}.tox .tox-dropzone p{color:rgba(34, 47, 62, 0.7);margin:0 0 16px 0}.tox .tox-edit-area{display:flex;flex:1;overflow:hidden;position:relative}.tox .tox-edit-area::before{border:2px solid #2d6adf;border-radius:4px;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .15s;z-index:1}.tox .tox-edit-area__iframe{background-color:#fff;border:0;box-sizing:border-box;flex:1;height:100%;position:absolute;width:100%}.tox.tox-edit-focus .tox-edit-area::before{opacity:1}.tox.tox-inline-edit-area{border:1px dotted #eee}.tox .tox-editor-container{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.tox .tox-editor-header{display:grid;grid-template-columns:1fr min-content;z-index:2}.tox:not(.tox-tinymce-inline) .tox-editor-header{background-color:#fff;border-bottom:none;box-shadow:0 2px 2px -2px rgba(34, 47, 62, 0.1),0 8px 8px -4px rgba(34, 47, 62, 0.07);padding:4px 0}.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition){transition:box-shadow .5s}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header{border-top:1px solid #e3e3e3;box-shadow:none}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header{background-color:#fff;box-shadow:0 2px 2px -2px rgba(34, 47, 62, 0.2),0 8px 8px -4px rgba(34, 47, 62, 0.15);padding:4px 0}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header{box-shadow:0 2px 2px -2px rgba(34, 47, 62, 0.2),0 8px 8px -4px rgba(34, 47, 62, 0.15)}.tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty{background:0 0;border:none;box-shadow:none;padding:0}.tox-editor-dock-fadeout{opacity:0;visibility:hidden}.tox-editor-dock-fadein{opacity:1;visibility:visible}.tox-editor-dock-transition{transition:visibility 0s linear .25s,opacity .25s ease}.tox-editor-dock-transition.tox-editor-dock-fadein{transition-delay:0s}.tox .tox-control-wrap{flex:1;position:relative}.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid{display:none}.tox .tox-control-wrap svg{display:block}.tox .tox-control-wrap__status-icon-wrap{position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-control-wrap__status-icon-invalid svg{fill:#c00}.tox .tox-control-wrap__status-icon-unknown svg{fill:orange}.tox .tox-control-wrap__status-icon-valid svg{fill:green}.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield{padding-right:32px}.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap{right:4px}.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield{padding-left:32px}.tox[dir=rtl] .tox-control-wrap__status-icon-wrap{left:4px}.tox .tox-autocompleter{max-width:25em}.tox .tox-autocompleter .tox-menu{box-sizing:border-box;max-width:25em}.tox .tox-autocompleter .tox-autocompleter-highlight{font-weight:700}.tox .tox-color-input{display:flex;position:relative;z-index:1}.tox .tox-color-input .tox-textfield{z-index:-1}.tox .tox-color-input span{border-color:rgba(34, 47, 62, 0.2);border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;height:24px;position:absolute;top:6px;width:24px}.tox .tox-color-input span:focus:not([aria-disabled=true]),.tox .tox-color-input span:hover:not([aria-disabled=true]){border-color:#006ce7;cursor:pointer}.tox .tox-color-input span::before{background-image:linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%),linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%),linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%),linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border:1px solid #fff;border-radius:6px;box-sizing:border-box;content:"";height:24px;left:-1px;position:absolute;top:-1px;width:24px;z-index:-1}.tox .tox-color-input span[aria-disabled=true]{cursor:not-allowed}.tox:not([dir=rtl]) .tox-color-input .tox-textfield{padding-left:36px}.tox:not([dir=rtl]) .tox-color-input span{left:6px}.tox[dir=rtl] .tox-color-input .tox-textfield{padding-right:36px}.tox[dir=rtl] .tox-color-input span{right:6px}.tox .tox-label,.tox .tox-toolbar-label{color:rgba(34, 47, 62, 0.7);display:block;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;padding:0 8px 0 0;text-transform:none;white-space:nowrap}.tox .tox-toolbar-label{padding:0 8px}.tox[dir=rtl] .tox-label{padding:0 0 0 8px}.tox .tox-form{display:flex;flex:1;flex-direction:column}.tox .tox-form__group{box-sizing:border-box;margin-bottom:4px}.tox .tox-form-group--maximize{flex:1}.tox .tox-form__group--error{color:#c00}.tox .tox-form__group--collection{display:flex}.tox .tox-form__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.tox .tox-form__grid--2col>.tox-form__group{width:calc(50% - 4px)}.tox .tox-form__grid--3col>.tox-form__group{width:calc(33.3333333333% - 4px)}.tox .tox-form__grid--4col>.tox-form__group{width:calc(25% - 4px)}.tox .tox-form__controls-h-stack{align-items:center;display:flex}.tox .tox-form__group--inline{align-items:center;display:flex}.tox .tox-form__group--stretched{display:flex;flex:1;flex-direction:column}.tox .tox-form__group--stretched .tox-textarea{flex:1}.tox .tox-form__group--stretched .tox-navobj{display:flex;flex:1}.tox .tox-form__group--stretched .tox-navobj :nth-child(2){flex:1;height:100%}.tox:not([dir=rtl]) .tox-form__controls-h-stack>:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-form__controls-h-stack>:not(:first-child){margin-right:4px}.tox .tox-lock.tox-locked .tox-lock-icon__unlock,.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock{display:none}.tox .tox-listboxfield .tox-listbox--select,.tox .tox-textarea,.tox .tox-textarea-wrap .tox-textarea:focus,.tox .tox-textfield,.tox .tox-toolbar-textfield{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 5.5px;resize:none;width:100%}.tox .tox-textarea[disabled],.tox .tox-textfield[disabled]{background-color:#f2f2f2;color:rgba(34, 47, 62, 0.85);cursor:not-allowed}.tox .tox-custom-editor:focus-within,.tox .tox-listboxfield .tox-listbox--select:focus,.tox .tox-textarea-wrap:focus-within,.tox .tox-textarea:focus,.tox .tox-textfield:focus{background-color:#fff;border-color:#006ce7;box-shadow:0 0 0 2px rgba(0, 108, 231, 0.25);outline:0}.tox .tox-toolbar-textfield{border-width:0;margin-bottom:3px;margin-top:2px;max-width:250px}.tox .tox-naked-btn{background-color:transparent;border:0;border-color:transparent;box-shadow:unset;color:#006ce7;cursor:pointer;display:block;margin:0;padding:0}.tox .tox-naked-btn svg{display:block;fill:#222f3e}.tox:not([dir=rtl]) .tox-toolbar-textfield+*{margin-left:4px}.tox[dir=rtl] .tox-toolbar-textfield+*{margin-right:4px}.tox .tox-listboxfield{cursor:pointer;position:relative}.tox .tox-listboxfield .tox-listbox--select[disabled]{background-color:#f2f2f2;color:rgba(34, 47, 62, 0.85);cursor:not-allowed}.tox .tox-listbox__select-label{cursor:default;flex:1;margin:0 4px}.tox .tox-listbox__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-listbox__select-chevron svg{fill:#222f3e}.tox .tox-listboxfield .tox-listbox--select{align-items:center;display:flex}.tox:not([dir=rtl]) .tox-listboxfield svg{right:8px}.tox[dir=rtl] .tox-listboxfield svg{left:8px}.tox .tox-selectfield{cursor:pointer;position:relative}.tox .tox-selectfield select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 5.5px;resize:none;width:100%}.tox .tox-selectfield select[disabled]{background-color:#f2f2f2;color:rgba(34, 47, 62, 0.85);cursor:not-allowed}.tox .tox-selectfield select::-ms-expand{display:none}.tox .tox-selectfield select:focus{background-color:#fff;border-color:#006ce7;box-shadow:0 0 0 2px rgba(0, 108, 231, 0.25);outline:0}.tox .tox-selectfield svg{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.tox:not([dir=rtl]) .tox-selectfield select[size="0"],.tox:not([dir=rtl]) .tox-selectfield select[size="1"]{padding-right:24px}.tox:not([dir=rtl]) .tox-selectfield svg{right:8px}.tox[dir=rtl] .tox-selectfield select[size="0"],.tox[dir=rtl] .tox-selectfield select[size="1"]{padding-left:24px}.tox[dir=rtl] .tox-selectfield svg{left:8px}.tox .tox-textarea-wrap{border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;display:flex;flex:1;overflow:hidden}.tox .tox-textarea{-webkit-appearance:textarea;-moz-appearance:textarea;appearance:textarea;white-space:pre-wrap}.tox .tox-textarea-wrap .tox-textarea{border:none}.tox .tox-textarea-wrap .tox-textarea:focus{border:none}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}.tox .tox-help__more-link{list-style:none;margin-top:1em}.tox .tox-imagepreview{background-color:#666;height:380px;overflow:hidden;position:relative;width:100%}.tox .tox-imagepreview.tox-imagepreview__loaded{overflow:auto}.tox .tox-imagepreview__container{display:flex;left:100vw;position:absolute;top:100vw}.tox .tox-imagepreview__image{background:url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==)}.tox .tox-image-tools .tox-spacer{flex:1}.tox .tox-image-tools .tox-bar{align-items:center;display:flex;height:60px;justify-content:center}.tox .tox-image-tools .tox-imagepreview,.tox .tox-image-tools .tox-imagepreview+.tox-bar{margin-top:8px}.tox .tox-image-tools .tox-croprect-block{background:#000;opacity:.5;position:absolute;zoom:1}.tox .tox-image-tools .tox-croprect-handle{border:2px solid #fff;height:20px;left:0;position:absolute;top:0;width:20px}.tox .tox-image-tools .tox-croprect-handle-move{border:0;cursor:move;position:absolute}.tox .tox-image-tools .tox-croprect-handle-nw{border-width:2px 0 0 2px;cursor:nw-resize;left:100px;margin:-2px 0 0 -2px;top:100px}.tox .tox-image-tools .tox-croprect-handle-ne{border-width:2px 2px 0 0;cursor:ne-resize;left:200px;margin:-2px 0 0 -20px;top:100px}.tox .tox-image-tools .tox-croprect-handle-sw{border-width:0 0 2px 2px;cursor:sw-resize;left:100px;margin:-20px 2px 0 -2px;top:200px}.tox .tox-image-tools .tox-croprect-handle-se{border-width:0 2px 2px 0;cursor:se-resize;left:200px;margin:-20px 0 0 -20px;top:200px}.tox .tox-insert-table-picker{display:flex;flex-wrap:wrap;width:170px}.tox .tox-insert-table-picker>div{border-color:#eee;border-style:solid;border-width:0 1px 1px 0;box-sizing:border-box;height:17px;width:17px}.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker{margin:-4px -4px}.tox .tox-insert-table-picker .tox-insert-table-picker__selected{background-color:rgba(0, 108, 231, 0.5);border-color:rgba(0, 108, 231, 0.5)}.tox .tox-insert-table-picker__label{color:rgba(34, 47, 62, 0.7);display:block;font-size:14px;padding:4px;text-align:center;width:100%}.tox:not([dir=rtl]) .tox-insert-table-picker>div:nth-child(10n){border-right:0}.tox[dir=rtl] .tox-insert-table-picker>div:nth-child(10n+1){border-right:0}.tox .tox-menu{background-color:#fff;border:1px solid transparent;border-radius:6px;box-shadow:0 0 2px 0 rgba(34, 47, 62, 0.2),0 4px 8px 0 rgba(34, 47, 62, 0.15);display:inline-block;overflow:hidden;vertical-align:top;z-index:1150}.tox .tox-menu.tox-collection.tox-collection--list{padding:0 4px}.tox .tox-menu.tox-collection.tox-collection--toolbar{padding:8px}.tox .tox-menu.tox-collection.tox-collection--grid{padding:8px}@media only screen and (min-width: 768px){.tox .tox-menu .tox-collection__item-label{overflow-wrap:break-word;word-break:normal}.tox .tox-dialog__popups .tox-menu .tox-collection__item-label{word-break:break-all}}.tox .tox-menu__label blockquote,.tox .tox-menu__label code,.tox .tox-menu__label h1,.tox .tox-menu__label h2,.tox .tox-menu__label h3,.tox .tox-menu__label h4,.tox .tox-menu__label h5,.tox .tox-menu__label h6,.tox .tox-menu__label p{margin:0}.tox .tox-menubar{background:repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#fff;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;grid-column:1/-1;grid-row:1;padding:0 11px 0 12px}.tox .tox-promotion+.tox-menubar{grid-column:1}.tox .tox-promotion{background:repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#fff;grid-column:2;grid-row:1;padding-inline-end:8px;padding-inline-start:4px;padding-top:5px}.tox .tox-promotion-link{align-items:unsafe center;background-color:#e8f1f8;border-radius:5px;color:#086be6;cursor:pointer;display:flex;font-size:14px;height:26.6px;padding:4px 8px;white-space:nowrap}.tox .tox-promotion-link:hover{background-color:#b4d7ff}.tox .tox-promotion-link:focus{background-color:#d9edf7}.tox .tox-mbtn{align-items:center;background:0 0;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:5px 1px 6px 0;outline:0;overflow:hidden;padding:0 4px;text-transform:none;width:auto}.tox .tox-mbtn[disabled]{background-color:transparent;border:0;box-shadow:none;color:rgba(34, 47, 62, 0.5);cursor:not-allowed}.tox .tox-mbtn:focus:not(:disabled){background:#cce2fa;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn--active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active){background:#cce2fa;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn__select-label{cursor:default;font-weight:400;margin:0 4px}.tox .tox-mbtn[disabled] .tox-mbtn__select-label{cursor:not-allowed}.tox .tox-mbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px;display:none}.tox .tox-notification{border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;display:grid;font-size:14px;font-weight:400;grid-template-columns:minmax(40px, 1fr) auto minmax(40px, 1fr);margin-top:4px;opacity:0;padding:4px;transition:transform .1s ease-in,opacity 150ms ease-in}.tox .tox-notification p{font-size:14px;font-weight:400}.tox .tox-notification a{cursor:pointer;text-decoration:underline}.tox .tox-notification--in{opacity:1}.tox .tox-notification--success{background-color:#e4eeda;border-color:#d7e6c8;color:#222f3e}.tox .tox-notification--success p{color:#222f3e}.tox .tox-notification--success a{color:#517342}.tox .tox-notification--success svg{fill:#222f3e}.tox .tox-notification--error{background-color:#f5cccc;border-color:#f0b3b3;color:#222f3e}.tox .tox-notification--error p{color:#222f3e}.tox .tox-notification--error a{color:#77181f}.tox .tox-notification--error svg{fill:#222f3e}.tox .tox-notification--warn,.tox .tox-notification--warning{background-color:#fff5cc;border-color:#fff0b3;color:#222f3e}.tox .tox-notification--warn p,.tox .tox-notification--warning p{color:#222f3e}.tox .tox-notification--warn a,.tox .tox-notification--warning a{color:#7a6e25}.tox .tox-notification--warn svg,.tox .tox-notification--warning svg{fill:#222f3e}.tox .tox-notification--info{background-color:#d6e7fb;border-color:#c1dbf9;color:#222f3e}.tox .tox-notification--info p{color:#222f3e}.tox .tox-notification--info a{color:#2a64a6}.tox .tox-notification--info svg{fill:#222f3e}.tox .tox-notification__body{align-self:center;color:#222f3e;font-size:14px;grid-column-end:3;grid-column-start:2;grid-row-end:2;grid-row-start:1;text-align:center;white-space:normal;word-break:break-all;word-break:break-word}.tox .tox-notification__body>*{margin:0}.tox .tox-notification__body>*+*{margin-top:1rem}.tox .tox-notification__icon{align-self:center;grid-column-end:2;grid-column-start:1;grid-row-end:2;grid-row-start:1;justify-self:end}.tox .tox-notification__icon svg{display:block}.tox .tox-notification__dismiss{align-self:start;grid-column-end:4;grid-column-start:3;grid-row-end:2;grid-row-start:1;justify-self:end}.tox .tox-notification .tox-progress-bar{grid-column-end:4;grid-column-start:1;grid-row-end:3;grid-row-start:2;justify-self:center}.tox .tox-pop{display:inline-block;position:relative}.tox .tox-pop--resizing{transition:width .1s ease}.tox .tox-pop--resizing .tox-toolbar,.tox .tox-pop--resizing .tox-toolbar__group{flex-wrap:nowrap}.tox .tox-pop--transition{transition:.15s ease;transition-property:left,right,top,bottom}.tox .tox-pop--transition::after,.tox .tox-pop--transition::before{transition:all .15s,visibility 0s,opacity 75ms ease 75ms}.tox .tox-pop__dialog{background-color:#fff;border:1px solid #eee;border-radius:6px;box-shadow:0 0 2px 0 rgba(34, 47, 62, 0.2),0 4px 8px 0 rgba(34, 47, 62, 0.15);min-width:0;overflow:hidden}.tox .tox-pop__dialog>:not(.tox-toolbar){margin:4px 4px 4px 8px}.tox .tox-pop__dialog .tox-toolbar{background-color:transparent;margin-bottom:-1px}.tox .tox-pop::after,.tox .tox-pop::before{border-style:solid;content:"";display:block;height:0;opacity:1;position:absolute;width:0}.tox .tox-pop.tox-pop--inset::after,.tox .tox-pop.tox-pop--inset::before{opacity:0;transition:all 0s .15s,visibility 0s,opacity 75ms ease}.tox .tox-pop.tox-pop--bottom::after,.tox .tox-pop.tox-pop--bottom::before{left:50%;top:100%}.tox .tox-pop.tox-pop--bottom::after{border-color:#fff transparent transparent transparent;border-width:8px;margin-left:-8px;margin-top:-1px}.tox .tox-pop.tox-pop--bottom::before{border-color:#eee transparent transparent transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--top::after,.tox .tox-pop.tox-pop--top::before{left:50%;top:0;transform:translateY(-100%)}.tox .tox-pop.tox-pop--top::after{border-color:transparent transparent #fff transparent;border-width:8px;margin-left:-8px;margin-top:1px}.tox .tox-pop.tox-pop--top::before{border-color:transparent transparent #eee transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--left::after,.tox .tox-pop.tox-pop--left::before{left:0;top:calc(50% - 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--left::after{border-color:transparent #fff transparent transparent;border-width:8px;margin-left:-15px}.tox .tox-pop.tox-pop--left::before{border-color:transparent #eee transparent transparent;border-width:10px;margin-left:-19px}.tox .tox-pop.tox-pop--right::after,.tox .tox-pop.tox-pop--right::before{left:100%;top:calc(50% + 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--right::after{border-color:transparent transparent transparent #fff;border-width:8px;margin-left:-1px}.tox .tox-pop.tox-pop--right::before{border-color:transparent transparent transparent #eee;border-width:10px;margin-left:-1px}.tox .tox-pop.tox-pop--align-left::after,.tox .tox-pop.tox-pop--align-left::before{left:20px}.tox .tox-pop.tox-pop--align-right::after,.tox .tox-pop.tox-pop--align-right::before{left:calc(100% - 20px)}.tox .tox-sidebar-wrap{display:flex;flex-direction:row;flex-grow:1;min-height:0}.tox .tox-sidebar{background-color:#fff;display:flex;flex-direction:row;justify-content:flex-end}.tox .tox-sidebar__slider{display:flex;overflow:hidden}.tox .tox-sidebar__pane-container{display:flex}.tox .tox-sidebar__pane{display:flex}.tox .tox-sidebar--sliding-closed{opacity:0}.tox .tox-sidebar--sliding-open{opacity:1}.tox .tox-sidebar--sliding-growing,.tox .tox-sidebar--sliding-shrinking{transition:width .5s ease,opacity .5s ease}.tox .tox-selector{background-color:#4099ff;border-color:#4099ff;border-style:solid;border-width:1px;box-sizing:border-box;display:inline-block;height:10px;position:absolute;width:10px}.tox.tox-platform-touch .tox-selector{height:12px;width:12px}.tox .tox-slider{align-items:center;display:flex;flex:1;height:24px;justify-content:center;position:relative}.tox .tox-slider__rail{background-color:transparent;border:1px solid #eee;border-radius:6px;height:10px;min-width:120px;width:100%}.tox .tox-slider__handle{background-color:#006ce7;border:2px solid #0054b4;border-radius:6px;box-shadow:none;height:24px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:14px}.tox .tox-form__controls-h-stack>.tox-slider:not(:first-of-type){margin-inline-start:8px}.tox .tox-form__controls-h-stack>.tox-form__group+.tox-slider{margin-inline-start:32px}.tox .tox-form__controls-h-stack>.tox-slider+.tox-form__group{margin-inline-start:32px}.tox .tox-source-code{overflow:auto}.tox .tox-spinner{display:flex}.tox .tox-spinner>div{animation:tam-bouncing-dots 1.5s ease-in-out 0s infinite both;background-color:rgba(34, 47, 62, 0.7);border-radius:100%;height:8px;width:8px}.tox .tox-spinner>div:nth-child(1){animation-delay:-0.32s}.tox .tox-spinner>div:nth-child(2){animation-delay:-0.16s}@keyframes tam-bouncing-dots{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tox:not([dir=rtl]) .tox-spinner>div:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-spinner>div:not(:first-child){margin-right:4px}.tox .tox-statusbar{align-items:center;background-color:#fff;border-top:1px solid #e3e3e3;color:rgba(34, 47, 62, 0.7);display:flex;flex:0 0 auto;font-size:14px;font-weight:400;height:25px;overflow:hidden;padding:0 8px;position:relative;text-transform:none}.tox .tox-statusbar__path{display:flex;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-statusbar__right-container{display:flex;justify-content:flex-end;white-space:nowrap}.tox .tox-statusbar__help-text{text-align:center}.tox .tox-statusbar__text-container{display:flex;flex:1 1 auto;justify-content:space-between;overflow:hidden}@media only screen and (min-width: 768px){.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__help-text,.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__path,.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__right-container{flex:0 0 33.3333333333%}}.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end{justify-content:flex-end}.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start{justify-content:flex-start}.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around{justify-content:space-around}.tox .tox-statusbar__path>*{display:inline;white-space:nowrap}.tox .tox-statusbar__wordcount{flex:0 0 auto;margin-left:1ch}@media only screen and (max-width: 767px){.tox .tox-statusbar__text-container .tox-statusbar__help-text{display:none}.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child{display:block}}.tox .tox-statusbar a,.tox .tox-statusbar__path-item,.tox .tox-statusbar__wordcount{color:rgba(34, 47, 62, 0.7);text-decoration:none}.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]){color:#222f3e;cursor:pointer}.tox .tox-statusbar__branding svg{fill:rgba(34, 47, 62, 0.8);height:1.14em;vertical-align:-0.28em;width:3.6em}.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg,.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg{fill:#222f3e}.tox .tox-statusbar__resize-handle{align-items:flex-end;align-self:stretch;cursor:nwse-resize;display:flex;flex:0 0 auto;justify-content:flex-end;margin-left:auto;margin-right:-8px;padding-bottom:3px;padding-left:1ch;padding-right:3px}.tox .tox-statusbar__resize-handle svg{display:block;fill:rgba(34, 47, 62, 0.5)}.tox .tox-statusbar__resize-handle:focus svg{background-color:#dee0e2;border-radius:1px 1px 5px 1px;box-shadow:0 0 0 2px #dee0e2}.tox:not([dir=rtl]) .tox-statusbar__path>*{margin-right:4px}.tox:not([dir=rtl]) .tox-statusbar__branding{margin-left:2ch}.tox[dir=rtl] .tox-statusbar{flex-direction:row-reverse}.tox[dir=rtl] .tox-statusbar__path>*{margin-left:4px}.tox .tox-throbber{z-index:1299}.tox .tox-throbber__busy-spinner{align-items:center;background-color:rgba(255, 255, 255, 0.6);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.tox .tox-tbtn{align-items:center;background:0 0;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:6px 1px 5px 0;outline:0;overflow:hidden;padding:0;text-transform:none;width:34px}.tox .tox-tbtn svg{display:block;fill:#222f3e}.tox .tox-tbtn.tox-tbtn-more{padding-left:5px;padding-right:5px;width:inherit}.tox .tox-tbtn:focus{background:#cce2fa;border:0;box-shadow:none}.tox .tox-tbtn:hover{background:#cce2fa;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:hover svg{fill:#222f3e}.tox .tox-tbtn:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:active svg{fill:#222f3e}.tox .tox-tbtn--disabled .tox-tbtn--enabled svg{fill:rgba(34, 47, 62, 0.5)}.tox .tox-tbtn--disabled,.tox .tox-tbtn--disabled:hover,.tox .tox-tbtn:disabled,.tox .tox-tbtn:disabled:hover{background:0 0;border:0;box-shadow:none;color:rgba(34, 47, 62, 0.5);cursor:not-allowed}.tox .tox-tbtn--disabled svg,.tox .tox-tbtn--disabled:hover svg,.tox .tox-tbtn:disabled svg,.tox .tox-tbtn:disabled:hover svg{fill:rgba(34, 47, 62, 0.5)}.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:hover{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn--enabled:hover>*,.tox .tox-tbtn--enabled>*{transform:none}.tox .tox-tbtn--enabled svg,.tox .tox-tbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg{fill:rgba(34, 47, 62, 0.5)}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled){color:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:#222f3e}.tox .tox-tbtn:active>*{transform:none}.tox .tox-tbtn--md{height:42px;width:51px}.tox .tox-tbtn--lg{flex-direction:column;height:56px;width:68px}.tox .tox-tbtn--return{align-self:stretch;height:unset;width:16px}.tox .tox-tbtn--labeled{padding:0 4px;width:unset}.tox .tox-tbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-0.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-number-input{border-radius:3px;display:flex;margin:6px 1px 5px 0;padding:0 4px;width:auto}.tox .tox-number-input .tox-input-wrapper{background:#f7f7f7;display:flex;pointer-events:none;text-align:center}.tox .tox-number-input .tox-input-wrapper:focus{background:#cce2fa}.tox .tox-number-input input{border-radius:3px;color:#222f3e;font-size:14px;margin:2px 0;pointer-events:all;width:60px}.tox .tox-number-input input:hover{background:#cce2fa;color:#222f3e}.tox .tox-number-input input:focus{background:#fff;color:#222f3e}.tox .tox-number-input input:disabled{background:0 0;border:0;box-shadow:none;color:rgba(34, 47, 62, 0.5);cursor:not-allowed}.tox .tox-number-input button{background:#f7f7f7;color:#222f3e;height:28px;text-align:center;width:24px}.tox .tox-number-input button svg{display:block;fill:#222f3e;margin:0 auto;transform:scale(0.67)}.tox .tox-number-input button:focus{background:#cce2fa}.tox .tox-number-input button:hover{background:#cce2fa;border:0;box-shadow:none;color:#222f3e}.tox .tox-number-input button:hover svg{fill:#222f3e}.tox .tox-number-input button:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-number-input button:active svg{fill:#222f3e}.tox .tox-number-input button:disabled{background:0 0;border:0;box-shadow:none;color:rgba(34, 47, 62, 0.5);cursor:not-allowed}.tox .tox-number-input button:disabled svg{fill:rgba(34, 47, 62, 0.5)}.tox .tox-number-input button.minus{border-radius:3px 0 0 3px}.tox .tox-number-input button.plus{border-radius:0 3px 3px 0}.tox .tox-number-input:focus:not(:active)>.tox-input-wrapper,.tox .tox-number-input:focus:not(:active)>button{background:#cce2fa}.tox .tox-tbtn--select{margin:6px 1px 5px 0;padding:0 4px;width:auto}.tox .tox-tbtn__select-label{cursor:default;font-weight:400;height:initial;margin:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-tbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-tbtn__select-chevron svg{fill:rgba(34, 47, 62, 0.5)}.tox .tox-tbtn--bespoke{background:#f7f7f7}.tox .tox-tbtn--bespoke+.tox-tbtn--bespoke{margin-inline-start:4px}.tox .tox-tbtn--bespoke .tox-tbtn__select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:7em}.tox .tox-tbtn--disabled .tox-tbtn__select-label,.tox .tox-tbtn--select:disabled .tox-tbtn__select-label{cursor:not-allowed}.tox .tox-split-button{border:0;border-radius:3px;box-sizing:border-box;display:flex;margin:6px 1px 5px 0;overflow:hidden}.tox .tox-split-button:hover{box-shadow:0 0 0 1px #cce2fa inset}.tox .tox-split-button:focus{background:#cce2fa;box-shadow:none;color:#222f3e}.tox .tox-split-button>*{border-radius:0}.tox .tox-split-button__chevron{width:16px}.tox .tox-split-button__chevron svg{fill:rgba(34, 47, 62, 0.5)}.tox .tox-split-button .tox-tbtn{margin:0}.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus,.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,.tox .tox-split-button.tox-tbtn--disabled:focus,.tox .tox-split-button.tox-tbtn--disabled:hover{background:0 0;box-shadow:none;color:rgba(34, 47, 62, 0.5)}.tox.tox-platform-touch .tox-split-button .tox-tbtn--select{padding:0 0}.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child{width:30px}.tox.tox-platform-touch .tox-split-button__chevron{width:20px}.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color,.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color{opacity:.6}.tox .tox-toolbar-overlord{background-color:#fff}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary{background-attachment:local;background-color:#fff;background-image:repeating-linear-gradient(#e3e3e3 0 1px, transparent 1px 39px);background-position:center top 40px;background-repeat:no-repeat;background-size:calc(100% - 22px) calc(100% - 41px);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;padding:0 0;transform:perspective(1px)}.tox .tox-toolbar-overlord>.tox-toolbar,.tox .tox-toolbar-overlord>.tox-toolbar__overflow,.tox .tox-toolbar-overlord>.tox-toolbar__primary{background-position:center top 0;background-size:calc(100% - 22px) calc(100% - 0px)}.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed{height:0;opacity:0;padding-bottom:0;padding-top:0;visibility:hidden}.tox .tox-toolbar__overflow--growing{transition:height .3s ease,opacity .2s linear .1s}.tox .tox-toolbar__overflow--shrinking{transition:opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s}.tox .tox-anchorbar,.tox .tox-toolbar-overlord{grid-column:1/-1}.tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord{border-top:1px solid transparent;margin-top:-1px;padding-bottom:1px;padding-top:1px}.tox .tox-toolbar--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-pop .tox-toolbar{border-width:0}.tox .tox-toolbar--no-divider{background-image:none}.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,.tox .tox-toolbar-overlord .tox-toolbar__primary{background-position:center top 39px}.tox .tox-editor-header>.tox-toolbar--scrolling,.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child{background-image:none}.tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:#fff;background-position:center top 43px;background-size:calc(100% - 16px) calc(100% - 51px);border:none;border-radius:6px;box-shadow:0 0 2px 0 rgba(34, 47, 62, 0.2),0 4px 8px 0 rgba(34, 47, 62, 0.15);overscroll-behavior:none;padding:4px 0}.tox-pop .tox-pop__dialog .tox-toolbar{background-position:center top 43px;background-size:calc(100% - 22px) calc(100% - 51px);padding:4px 0}.tox .tox-toolbar__group{align-items:center;display:flex;flex-wrap:wrap;margin:0 0;padding:0 11px 0 12px}.tox .tox-toolbar__group--pull-right{margin-left:auto}.tox .tox-toolbar--scrolling .tox-toolbar__group{flex-shrink:0;flex-wrap:nowrap}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid transparent}.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type){border-left:1px solid transparent}.tox .tox-tooltip{display:inline-block;padding:8px;position:relative}.tox .tox-tooltip__body{background-color:#222f3e;border-radius:6px;box-shadow:0 2px 4px rgba(34, 47, 62, 0.3);color:rgba(255, 255, 255, 0.75);font-size:14px;font-style:normal;font-weight:400;padding:4px 8px;text-transform:none}.tox .tox-tooltip__arrow{position:absolute}.tox .tox-tooltip--down .tox-tooltip__arrow{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #222f3e;bottom:0;left:50%;position:absolute;transform:translateX(-50%)}.tox .tox-tooltip--up .tox-tooltip__arrow{border-bottom:8px solid #222f3e;border-left:8px solid transparent;border-right:8px solid transparent;left:50%;position:absolute;top:0;transform:translateX(-50%)}.tox .tox-tooltip--right .tox-tooltip__arrow{border-bottom:8px solid transparent;border-left:8px solid #222f3e;border-top:8px solid transparent;position:absolute;right:0;top:50%;transform:translateY(-50%)}.tox .tox-tooltip--left .tox-tooltip__arrow{border-bottom:8px solid transparent;border-right:8px solid #222f3e;border-top:8px solid transparent;left:0;position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-tree{display:flex;flex-direction:column}.tox .tox-tree .tox-trbtn{align-items:center;background:0 0;border:0;border-radius:4px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;margin-bottom:4px;margin-top:4px;outline:0;overflow:hidden;padding:0;padding-left:8px;text-transform:none}.tox .tox-tree .tox-trbtn .tox-tree__label{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-tree .tox-trbtn svg{display:block;fill:#222f3e}.tox .tox-tree .tox-trbtn:focus{background:#cce2fa;border:0;box-shadow:none}.tox .tox-tree .tox-trbtn:hover{background:#cce2fa;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn:hover svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn:active svg{fill:#222f3e}.tox .tox-tree .tox-trbtn--disabled,.tox .tox-tree .tox-trbtn--disabled:hover,.tox .tox-tree .tox-trbtn:disabled,.tox .tox-tree .tox-trbtn:disabled:hover{background:0 0;border:0;box-shadow:none;color:rgba(34, 47, 62, 0.5);cursor:not-allowed}.tox .tox-tree .tox-trbtn--disabled svg,.tox .tox-tree .tox-trbtn--disabled:hover svg,.tox .tox-tree .tox-trbtn:disabled svg,.tox .tox-tree .tox-trbtn:disabled:hover svg{fill:rgba(34, 47, 62, 0.5)}.tox .tox-tree .tox-trbtn--enabled,.tox .tox-tree .tox-trbtn--enabled:hover{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn--enabled:hover>*,.tox .tox-tree .tox-trbtn--enabled>*{transform:none}.tox .tox-tree .tox-trbtn--enabled svg,.tox .tox-tree .tox-trbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled){color:#222f3e}.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:active>*{transform:none}.tox .tox-tree .tox-trbtn--return{align-self:stretch;height:unset;width:16px}.tox .tox-tree .tox-trbtn--labeled{padding:0 4px;width:unset}.tox .tox-tree .tox-trbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-0.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-tree .tox-tree--directory{display:flex;flex-direction:column}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label{font-weight:700}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn{margin-left:auto}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg{fill:transparent}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover){background-color:transparent;color:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron{margin-right:6px}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--growing) .tox-chevron,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--shrinking) .tox-chevron{transition:transform .5s ease-in-out}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--growing) .tox-chevron,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--open) .tox-chevron{transform:rotate(90deg)}.tox .tox-tree .tox-tree--leaf__label{font-weight:400}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn{margin-left:auto}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg{fill:transparent}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg{fill:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg{fill:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover){background-color:transparent;color:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory__children{overflow:hidden;padding-left:16px}.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking{transition:height .5s ease-in-out}.tox .tox-tree .tox-trbtn.tox-tree--leaf__label{display:flex;justify-content:space-between}.tox .tox-view-wrap,.tox .tox-view-wrap__slot-container{background-color:#fff;display:flex;flex:1;flex-direction:column}.tox .tox-view{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.tox .tox-view__header{align-items:center;display:flex;font-size:16px;justify-content:space-between;padding:8px 8px 0 8px;position:relative}.tox .tox-view--mobile.tox-view__header,.tox .tox-view--mobile.tox-view__toolbar{padding:8px}.tox .tox-view--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-view__toolbar{display:flex;flex-direction:row;gap:8px;justify-content:space-between;padding:8px 8px 0 8px}.tox .tox-view__toolbar__group{display:flex;flex-direction:row;gap:12px}.tox .tox-view__header-end,.tox .tox-view__header-start{display:flex}.tox .tox-view__pane{height:100%;padding:8px;width:100%}.tox .tox-view__pane_panel{border:1px solid #eee;border-radius:6px}.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end>*,.tox:not([dir=rtl]) .tox-view__header .tox-view__header-start>*{margin-left:8px}.tox[dir=rtl] .tox-view__header .tox-view__header-end>*,.tox[dir=rtl] .tox-view__header .tox-view__header-start>*{margin-right:8px}.tox .tox-well{border:1px solid #eee;border-radius:6px;padding:8px;width:100%}.tox .tox-well>:first-child{margin-top:0}.tox .tox-well>:last-child{margin-bottom:0}.tox .tox-well>:only-child{margin:0}.tox .tox-custom-editor{border:1px solid #eee;border-radius:6px;display:flex;flex:1;overflow:hidden;position:relative}.tox .tox-dialog-loading::before{background-color:rgba(0, 0, 0, 0.5);content:"";height:100%;position:absolute;width:100%;z-index:1000}.tox .tox-tab{cursor:pointer}.tox .tox-dialog__content-js{display:flex;flex:1}.tox .tox-dialog__body-content .tox-collection{display:flex;flex:1}
/*!
* =============================================================
* dropify v0.2.1 - Override your input files with style.
* https://github.com/JeremyFagis/dropify
*
* (c) 2016 - Jeremy FAGIS <jeremy@fagis.fr> (http://fagis.fr)
* =============================================================
*/@font-face{font-family:dropify;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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#iefix) format("embedded-opentype"),url(data:font/woff;base64,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) format("woff"),url(data:font/ttf;base64,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KwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKxAAAqsQAFQrEACCqxAAVCsQAIKrEABUK5AAAACSqxAAVCuQAAAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbEADCq4Af+FsASNsQIARAA=) format("truetype"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTUgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZHJvcGlmeSIgaG9yaXotYWR2LXg9IjEwMDAiID4KPGZvbnQtZmFjZSBmb250LWZhbWlseT0iZHJvcGlmeSIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1zdHJldGNoPSJub3JtYWwiIHVuaXRzLXBlci1lbT0iMTAwMCIgYXNjZW50PSI4NTAiIGRlc2NlbnQ9Ii0xNTAiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDAwIiAvPgo8Z2x5cGggZ2x5cGgtbmFtZT0idXBsb2FkIiB1bmljb2RlPSImI3hlODAwOyIgZD0ibTY1NCAxODljMy0zIDgtNCAxMi00IDQgMCA4IDEgMTEgNCA2IDcgNiAxNyAwIDIzbC0xNjcgMTY2YzAgMCAwIDAgMCAwbC0xMSAxMi0xMS0xMmMwIDAgMCAwIDAgMGwtMTY3LTE2NmMtNi02LTYtMTYgMC0yMyA3LTYgMTctNiAyMyAwbDEzOSAxNDB2LTI4MWMwLTkgNy0xNiAxNi0xNnMxNiA3IDE2IDE2djI4MWwxMzktMTQweiBtMTU4IDI5MmMtMzkgMTEwLTE0MyAxODQtMjYxIDE4NC0xMTEgMC0yMTEtNjctMjU0LTE2OS0yMSAxMC00MyAxNS02NSAxNS04NiAwLTE1Ni03MC0xNTYtMTU2LTQ1LTM0LTcxLTg3LTcxLTE0MyAwLTk5IDgxLTE4MCAxODMtMTgwIDEgMCAzIDAgNCAwIDEgMCAyIDAgMiAwaDE2OGM5IDAgMTYgNyAxNiAxNiAwIDktNyAxNi0xNiAxNmgtMTY4Yy0yIDAtNCAwLTUgMGwtMyAwYy04MiAwLTE0OSA2Ni0xNDkgMTQ4IDAgNDkgMjQgOTUgNjQgMTIybDggOC0xIDEzYzAgNjggNTUgMTI0IDEyNCAxMjQgMjMgMCA0NS03IDY1LTE5bDE3LTEwIDYgMTljMzQgOTggMTI3IDE2NCAyMzEgMTY0IDEwNyAwIDIwMS02OSAyMzQtMTcxbDMtOSA5LTJjOTUtMTUgMTY0LTk2IDE2NC0xOTIgMC0xMDgtODctMTk1LTE5NS0xOTVoLTEzMGMtOSAwLTE2LTgtMTYtMTYgMC05IDctMTYgMTYtMTZoMTMwYzEyNSAwIDIyNyAxMDEgMjI3IDIyNyAwIDEwOC03NSAyMDAtMTgxIDIyMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgo8Z2x5cGggZ2x5cGgtbmFtZT0iZmlsZSIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Im04NTMgNTA3YzAgMyAwIDYtMSA4LTEgMTQtMyAxNi00IDE4LTIgNC0yNCAyNy02NSA2OGwtMTY3IDE2NmMtNDEgNDEtNjQgNjMtNjggNjYtNCAyLTggNS0xMDMgNWgtMTY1Yy0yNiAwLTg4IDAtOTMtMS04LTEtMjEtOS0yNi0xNC00LTQtMTAtMTItMTItMTgtMi01LTItMzktMi0xMDB2LTcxMGMwLTMgMC04NiAxLTkzIDEtOCA4LTIwIDEzLTI1IDQtNCAxMi0xMCAxOS0xMyA2LTIgNTgtMiAxMDAtMmg0NDBjNCAwIDg3IDAgOTMgMSA5IDEgMjEgOSAyNiAxNCA0IDQgMTAgMTIgMTIgMTggMiA1IDIgMzkgMiAxMDB2NDM1YzAgMzQgMCA1Ny0xIDcyIDEgMSAxIDMgMSA1eiBtLTMxMyAyODdjMTEtMTAgMjktMjggNTItNTFsMTY2LTE2N2MyNC0yMyA0MS00MSA1Mi01MmgtMjAyYy0zOCAwLTY4IDMxLTY4IDY5djIwMWwwIDB6IG0yNzktNzk5YzAtNTAtMS04NyAwLTg5LTEtMS0yLTMtNC01LTEtMS02LTQtNS00LTQgMC0zOC0xLTkwLTFoLTQ0MGMtNDMgMC03NiAxLTg2IDEtMiAwLTMgMC0zIDAtMSAwLTQgMi02IDQtMSAxLTMgNS0zIDVoLTFjMCA0IDAgMzcgMCA4OXY3MTBjMCA1MiAxIDg3IDAgODkgMSAxIDMgNCA0IDUgMSAxIDYgNCA2IDQgNCAxIDM5IDEgODkgMWgxNjVjMjQgMCA0NSAwIDYxLTF2LTIxMGMwLTU3IDQ2LTEwMyAxMDItMTAzaDIxMWMwLTE1IDAtMzYgMC02MGwwLTQzNSAwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KPC9mb250Pgo8L2RlZnM+Cjwvc3ZnPg==#dropify) format("svg");font-weight:400;font-style:normal}.dropify-font:before,.dropify-wrapper .dropify-message span.file-icon:before,.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon:before,[class*=" dropify-font-"]:before,[class^=dropify-font-]:before{font-family:dropify;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em}.dropify-wrapper,.dropify-wrapper .dropify-clear{font-family:Roboto,"Helvetica Neue",Helvetica,Arial}.dropify-wrapper.has-error .dropify-message .dropify-error,.dropify-wrapper.has-preview .dropify-clear{display:block}.dropify-font-upload:before,.dropify-wrapper .dropify-message span.file-icon:before{content:""}.dropify-font-file:before{content:""}.dropify-wrapper{display:block;position:relative;cursor:pointer;overflow:hidden;width:100%;max-width:100%;height:200px;padding:5px 10px;font-size:14px;line-height:22px;color:#777;background-color:#fff;background-image:none;text-align:center;border:2px solid #e5e5e5;-webkit-transition:border-color .15s linear;transition:border-color .15s linear}.dropify-wrapper:hover{background-size:30px 30px;background-image:-webkit-linear-gradient(135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);-webkit-animation:stripes 2s linear infinite;animation:stripes 2s linear infinite}.dropify-wrapper.has-error{border-color:#f34141}.dropify-wrapper.has-error:hover .dropify-errors-container{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s}.dropify-wrapper.disabled input{cursor:not-allowed}.dropify-wrapper.disabled:hover{background-image:none;-webkit-animation:none;animation:none}.dropify-wrapper.disabled .dropify-message{opacity:.5;text-decoration:line-through}.dropify-wrapper.disabled .dropify-infos-message{display:none}.dropify-wrapper input{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;opacity:0;cursor:pointer;z-index:5}.dropify-wrapper .dropify-message{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dropify-wrapper .dropify-message span.file-icon{font-size:50px;color:#ccc}.dropify-wrapper .dropify-message p{margin:5px 0 0}.dropify-wrapper .dropify-message p.dropify-error{color:#f34141;font-weight:700;display:none}.dropify-wrapper .dropify-clear{display:none;position:absolute;opacity:0;z-index:7;top:10px;right:10px;background:0 0;border:2px solid #fff;text-transform:uppercase;font-size:11px;padding:4px 8px;font-weight:700;color:#fff;-webkit-transition:all .15s linear;transition:all .15s linear}.dropify-wrapper .dropify-clear:hover{background:rgba(255, 255, 255, 0.2)}.dropify-wrapper .dropify-preview{display:none;position:absolute;z-index:1;background-color:#fff;padding:5px;width:100%;height:100%;top:0;right:0;bottom:0;left:0;overflow:hidden;text-align:center}.dropify-wrapper .dropify-preview .dropify-render img{top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);position:relative;max-width:100%;max-height:100%;background-color:#fff;-webkit-transition:border-color .15s linear;transition:border-color .15s linear}.dropify-wrapper .dropify-preview .dropify-render i{font-size:70px;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;color:#777}.dropify-wrapper .dropify-preview .dropify-render .dropify-extension{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-top:10px;text-transform:uppercase;font-weight:900;letter-spacing:-0.03em;font-size:13px;width:42px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropify-wrapper .dropify-preview .dropify-infos{position:absolute;left:0;top:0;right:0;bottom:0;z-index:3;background:rgba(0, 0, 0, 0.7);opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner{position:absolute;top:50%;-webkit-transform:translate(0, -40%);transform:translate(0, -40%);-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;padding:0 20px;-webkit-transition:all .2s ease;transition:all .2s ease}.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p{padding:0;margin:0;position:relative;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;text-align:center;line-height:25px;font-weight:700}.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon{margin-right:2px}.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message{margin-top:15px;padding-top:15px;font-size:12px;position:relative;opacity:.5}.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before{content:"";position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);background:#fff;width:30px;height:2px}.dropify-wrapper:hover .dropify-clear,.dropify-wrapper:hover .dropify-preview .dropify-infos{opacity:1}.dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner{margin-top:-5px}.dropify-wrapper.touch-fallback{height:auto !important}.dropify-wrapper.touch-fallback:hover{background-image:none;-webkit-animation:none;animation:none}.dropify-wrapper.touch-fallback .dropify-preview{position:relative;padding:0}.dropify-wrapper.touch-fallback .dropify-preview .dropify-render{display:block;position:relative}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before,.dropify-wrapper.touch-fallback.has-preview .dropify-message{display:none}.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file{position:relative;-webkit-transform:translate(0, 0);transform:translate(0, 0);top:0;left:0}.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before{margin-top:30px;margin-bottom:30px}.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img{position:relative;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos{position:relative;opacity:1;background:0 0}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner{position:relative;top:0;-webkit-transform:translate(0, 0);transform:translate(0, 0);padding:5px 90px 5px 0}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p{padding:0;margin:0;position:relative;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#777;text-align:left;line-height:25px}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename{font-weight:700}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message{margin-top:0;padding-top:0;font-size:11px;position:relative;opacity:1}.dropify-wrapper.touch-fallback .dropify-message{-webkit-transform:translate(0, 0);transform:translate(0, 0);padding:40px 0}.dropify-wrapper.touch-fallback .dropify-clear{top:auto;bottom:23px;opacity:1;border-color:rgba(119, 119, 119, 0.7);color:#777}.dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner{margin-top:0}.dropify-wrapper .dropify-loader{position:absolute;top:15px;right:15px;display:none;z-index:9}.dropify-wrapper .dropify-loader::after{display:block;position:relative;width:20px;height:20px;-webkit-animation:rotate .6s linear infinite;animation:rotate .6s linear infinite;border-radius:100%;border-top:1px solid #ccc;border-bottom:1px solid #777;border-left:1px solid #ccc;border-right:1px solid #777;content:""}.dropify-wrapper .dropify-errors-container{position:absolute;left:0;top:0;right:0;bottom:0;z-index:3;background:rgba(243, 65, 65, 0.8);text-align:left;visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear .15s,opacity .15s linear;transition:visibility 0s linear .15s,opacity .15s linear}.dropify-wrapper .dropify-errors-container ul{padding:10px 20px;margin:0;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dropify-wrapper .dropify-errors-container ul li{margin-left:20px;color:#fff;font-weight:700}.dropify-wrapper .dropify-errors-container.visible{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s}.dropify-wrapper~.dropify-errors-container ul{padding:0;margin:15px 0}.dropify-wrapper~.dropify-errors-container ul li{margin-left:20px;color:#f34141;font-weight:700}@-webkit-keyframes stripes{from{background-position:0 0}to{background-position:60px 30px}}@keyframes stripes{from{background-position:0 0}to{background-position:60px 30px}}@-webkit-keyframes rotate{0%{-webkit-transform:rotateZ(-360deg);transform:rotateZ(-360deg)}100%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}}@keyframes rotate{0%{-webkit-transform:rotateZ(-360deg);transform:rotateZ(-360deg)}100%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51, 181, 229, 0.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0, 0, 0.25, 1);-moz-transition:-moz-transform .25s cubic-bezier(0, 0, 0.25, 1);transition:transform .25s cubic-bezier(0, 0, 0.25, 1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255, 255, 255, 0.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0, 0, 0, 0.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px "Lucida Console",Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255, 255, 255, 0.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255, 255, 255, 0.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0, 0, 0, 0.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0, 0, 0, 0.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0, 0, 0, 0.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
.leaflet-default-icon-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAC91BMVEVMaXEzeak2f7I4g7g3g7cua5gzeKg8hJo3grY4g7c3grU0gLI2frE0daAubJc2gbQwd6QzeKk2gLMtd5sxdKIua5g1frA2f7IydaM0e6w2fq41fK01eqo3grgubJgta5cxdKI1f7AydaQydaMxc6EubJgvbJkwcZ4ubZkwcJwubZgubJcydqUydKIxapgubJctbJcubZcubJcvbJYubJcvbZkubJctbJctbZcubJg2f7AubJcrbZcubJcubJcua5g3grY0fq8ubJcubJdEkdEwhsw6i88vhswuhcsuhMtBjMgthMsrg8srgss6is8qgcs8i9A9iMYtg8spgcoogMo7hcMngMonf8olfso4gr8kfck5iM8jfMk4iM8he8k1fro7itAgesk2hs8eecgzfLcofssdeMg0hc4cd8g2hcsxeLQbdsgZdcgxeLImfcszhM0vda4xgckzhM4xg84wf8Yxgs4udKsvfcQucqhUndROmdM1fK0wcZ8vb5w0eqpQm9MzeKhXoNVcpdYydKNWn9VZotVKltJFjsIwcJ1Rms9OlslLmtH///8+kc9epdYzd6dbo9VHkMM2f7FHmNBClM8ydqVcpNY9hro3gLM9hLczealQmcw3fa46f7A8gLMxc6I3eagyc6FIldJMl9JSnNRSntNNl9JPnNJFi75UnM9ZodVKksg8kM45jc09e6ZHltFBk883gbRBh7pDk9EwcaBzn784g7dKkcY2i81Om9M7j85Llc81is09g7Q4grY/j9A0eqxKmdFFltBEjcXf6fFImdBCiLxJl9FGlNFBi78yiMxVndEvbpo6js74+vx+psPP3+o/ks5HkcpGmNCjwdZCkNDM3ehYoNJEls+lxNkxh8xHks0+jdC1zd5Lg6r+/v/H2ufz9/o3jM3t8/edvdM/k89Th61OiLBSjbZklbaTt9BfptdjmL1AicBHj8hGk9FAgK1dkLNTjLRekrdClc/k7fM0icy0y9tgp9c4jc2NtM9Dlc8zicxeXZn3AAAAQ3RSTlMAHDdTb4yPA+LtnEQmC4L2EmHqB7XA0d0sr478x4/Yd5i1zOfyPkf1sLVq4Nh3FvjxopQ2/STNuFzUwFIwxKaejILpIBEV9wAABhVJREFUeF6s1NdyFEcY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);cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAC91BMVEVMaXEzeak2f7I4g7g3g7cua5gzeKg8hJo3grY4g7c3grU0gLI2frE0daAubJc2gbQwd6QzeKk2gLMtd5sxdKIua5g1frA2f7IydaM0e6w2fq41fK01eqo3grgubJgta5cxdKI1f7AydaQydaMxc6EubJgvbJkwcZ4ubZkwcJwubZgubJcydqUydKIxapgubJctbJcubZcubJcvbJYubJcvbZkubJctbJctbZcubJg2f7AubJcrbZcubJcubJcua5g3grY0fq8ubJcubJdEkdEwhsw6i88vhswuhcsuhMtBjMgthMsrg8srgss6is8qgcs8i9A9iMYtg8spgcoogMo7hcMngMonf8olfso4gr8kfck5iM8jfMk4iM8he8k1fro7itAgesk2hs8eecgzfLcofssdeMg0hc4cd8g2hcsxeLQbdsgZdcgxeLImfcszhM0vda4xgckzhM4xg84wf8Yxgs4udKsvfcQucqhUndROmdM1fK0wcZ8vb5w0eqpQm9MzeKhXoNVcpdYydKNWn9VZotVKltJFjsIwcJ1Rms9OlslLmtH///8+kc9epdYzd6dbo9VHkMM2f7FHmNBClM8ydqVcpNY9hro3gLM9hLczealQmcw3fa46f7A8gLMxc6I3eagyc6FIldJMl9JSnNRSntNNl9JPnNJFi75UnM9ZodVKksg8kM45jc09e6ZHltFBk883gbRBh7pDk9EwcaBzn784g7dKkcY2i81Om9M7j85Llc81is09g7Q4grY/j9A0eqxKmdFFltBEjcXf6fFImdBCiLxJl9FGlNFBi78yiMxVndEvbpo6js74+vx+psPP3+o/ks5HkcpGmNCjwdZCkNDM3ehYoNJEls+lxNkxh8xHks0+jdC1zd5Lg6r+/v/H2ufz9/o3jM3t8/edvdM/k89Th61OiLBSjbZklbaTt9BfptdjmL1AicBHj8hGk9FAgK1dkLNTjLRekrdClc/k7fM0icy0y9tgp9c4jc2NtM9Dlc8zicxeXZn3AAAAQ3RSTlMAHDdTb4yPA+LtnEQmC4L2EmHqB7XA0d0sr478x4/Yd5i1zOfyPkf1sLVq4Nh3FvjxopQ2/STNuFzUwFIwxKaejILpIBEV9wAABhVJREFUeF6s1NdyFEcY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),auto;width:25px;height:41px;margin:-41px -12px}.leaflet-default-icon-shadow{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC);cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC),auto;width:41px;height:41px;margin:-41px -12px}.leaflet-default-icon-popup{margin:-34px 1px}.leaflet-default-icon-tooltip{margin:-28px 16px}
.daterangepicker{position:absolute;color:inherit;background-color:#fff;border-radius:4px;border:1px solid #ddd;width:278px;max-width:none;padding:0;margin-top:7px;top:100px;left:20px;z-index:3001;display:none;font-family:arial;font-size:15px;line-height:1em}.daterangepicker:before,.daterangepicker:after{position:absolute;display:inline-block;border-bottom-color:rgba(0, 0, 0, 0.2);content:""}.daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}.daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.daterangepicker.opensleft:before{right:9px}.daterangepicker.opensleft:after{right:10px}.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.openscenter:after{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.opensright:before{left:9px}.daterangepicker.opensright:after{left:10px}.daterangepicker.drop-up{margin-top:-7px}.daterangepicker.drop-up:before{top:initial;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}.daterangepicker.drop-up:after{top:initial;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar{float:none}.daterangepicker.single .drp-selected{display:none}.daterangepicker.show-calendar .drp-calendar{display:block}.daterangepicker.show-calendar .drp-buttons{display:block}.daterangepicker.auto-apply .drp-buttons{display:none}.daterangepicker .drp-calendar{display:none;max-width:270px}.daterangepicker .drp-calendar.left{padding:8px 0 8px 8px}.daterangepicker .drp-calendar.right{padding:8px}.daterangepicker .drp-calendar.single .calendar-table{border:none}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{color:#fff;border:solid black;border-width:0 2px 2px 0;border-radius:0;display:inline-block;padding:3px}.daterangepicker .calendar-table .next span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.daterangepicker .calendar-table .prev span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.daterangepicker .calendar-table th,.daterangepicker .calendar-table td{white-space:nowrap;text-align:center;vertical-align:middle;min-width:32px;width:32px;height:24px;line-height:24px;font-size:12px;border-radius:4px;border:1px solid transparent;white-space:nowrap;cursor:pointer}.daterangepicker .calendar-table{border:1px solid #fff;border-radius:4px;background-color:#fff}.daterangepicker .calendar-table table{width:100%;margin:0;border-spacing:0;border-collapse:collapse}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{background-color:#fff;border-color:transparent;color:#999}.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}.daterangepicker td.start-date{border-radius:4px 0 0 4px}.daterangepicker td.end-date{border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent;color:#fff}.daterangepicker th.month{width:auto}.daterangepicker td.disabled,.daterangepicker option.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}.daterangepicker select.monthselect{margin-right:2%;width:56%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect{width:50px;margin:0 auto;background:#eee;border:1px solid #eee;padding:2px;outline:0;font-size:12px}.daterangepicker .calendar-time{text-align:center;margin:4px auto 0 auto;line-height:30px;position:relative}.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}.daterangepicker .drp-buttons{clear:both;text-align:right;padding:8px;border-top:1px solid #ddd;display:none;line-height:12px;vertical-align:middle}.daterangepicker .drp-selected{display:inline-block;font-size:12px;padding-right:8px}.daterangepicker .drp-buttons .btn{margin-left:8px;font-size:12px;font-weight:bold;padding:4px 8px}.daterangepicker.show-ranges.single.rtl .drp-calendar.left{border-right:1px solid #ddd}.daterangepicker.show-ranges.single.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker.show-ranges.rtl .drp-calendar.right{border-right:1px solid #ddd}.daterangepicker.show-ranges.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker .ranges{float:none;text-align:left;margin:0}.daterangepicker.show-calendar .ranges{margin-top:8px}.daterangepicker .ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}.daterangepicker .ranges li{font-size:12px;padding:8px 12px;cursor:pointer}.daterangepicker .ranges li:hover{background-color:#eee}.daterangepicker .ranges li.active{background-color:#08c;color:#fff}@media(min-width: 564px){.daterangepicker{width:auto}.daterangepicker .ranges ul{width:140px}.daterangepicker.single .ranges ul{width:100%}.daterangepicker.single .drp-calendar.left{clear:none}.daterangepicker.single .ranges,.daterangepicker.single .drp-calendar{float:left}.daterangepicker{direction:ltr;text-align:left}.daterangepicker .drp-calendar.left{clear:left;margin-right:0}.daterangepicker .drp-calendar.left .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker .drp-calendar.right{margin-left:0}.daterangepicker .drp-calendar.right .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker .drp-calendar.left .calendar-table{padding-right:8px}.daterangepicker .ranges,.daterangepicker .drp-calendar{float:left}}@media(min-width: 730px){.daterangepicker .ranges{width:auto}.daterangepicker .ranges{float:left}.daterangepicker.rtl .ranges{float:right}.daterangepicker .drp-calendar.left{clear:none !important}}
/*!
 * Bootstrap Colorpicker - Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4.
 * @package bootstrap-colorpicker
 * @version v3.4.0
 * @license MIT
 * @link https://itsjavi.com/bootstrap-colorpicker/
 * @link https://github.com/itsjavi/bootstrap-colorpicker.git
 */.colorpicker{position:relative;display:none;font-size:inherit;color:inherit;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.2);padding:.75rem .75rem;width:148px;border-radius:4px;-webkit-box-sizing:content-box;box-sizing:content-box}.colorpicker.colorpicker-disabled,.colorpicker.colorpicker-disabled *{cursor:default !important}.colorpicker div{position:relative}.colorpicker-popup{position:absolute;top:100%;left:0;float:left;margin-top:1px;z-index:1060}.colorpicker-popup.colorpicker-bs-popover-content{position:relative;top:auto;left:auto;float:none;margin:0;z-index:initial;border:none;padding:.25rem 0;border-radius:0;background:none;-webkit-box-shadow:none;box-shadow:none}.colorpicker:before,.colorpicker:after{content:"";display:table;clear:both;line-height:0}.colorpicker-clear{clear:both;display:block}.colorpicker:before{content:"";display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0, 0, 0, 0.2);position:absolute;top:-7px;left:auto;right:6px}.colorpicker:after{content:"";display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:auto;right:7px}.colorpicker.colorpicker-with-alpha{width:170px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-saturation{position:relative;width:126px;height:126px;background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(black)),-webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));background:linear-gradient(to bottom, transparent 0%, black 100%),linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);cursor:crosshair;float:left;-webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);margin-bottom:6px}.colorpicker-saturation .colorpicker-guide{display:block;height:6px;width:6px;border-radius:6px;border:1px solid #000;-webkit-box-shadow:0 0 0 1px rgba(255, 255, 255, 0.8);box-shadow:0 0 0 1px rgba(255, 255, 255, 0.8);position:absolute;top:0;left:0;margin:-3px 0 0 -3px}.colorpicker-hue,.colorpicker-alpha{position:relative;width:16px;height:126px;float:left;cursor:row-resize;margin-left:6px;margin-bottom:6px}.colorpicker-alpha-color{position:absolute;top:0;left:0;width:100%;height:100%}.colorpicker-hue,.colorpicker-alpha-color{-webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2)}.colorpicker-hue .colorpicker-guide,.colorpicker-alpha .colorpicker-guide{display:block;height:4px;background:rgba(255, 255, 255, 0.8);border:1px solid rgba(0, 0, 0, 0.4);position:absolute;top:0;left:0;margin-left:-2px;margin-top:-2px;right:-2px;z-index:1}.colorpicker-hue{background:-webkit-gradient(linear, left bottom, left top, from(red), color-stop(8%, #ff8000), color-stop(17%, yellow), color-stop(25%, #80ff00), color-stop(33%, lime), color-stop(42%, #00ff80), color-stop(50%, cyan), color-stop(58%, #0080ff), color-stop(67%, blue), color-stop(75%, #8000ff), color-stop(83%, magenta), color-stop(92%, #ff0080), to(red));background:linear-gradient(to top, red 0%, #ff8000 8%, yellow 17%, #80ff00 25%, lime 33%, #00ff80 42%, cyan 50%, #0080ff 58%, blue 67%, #8000ff 75%, magenta 83%, #ff0080 92%, red 100%)}.colorpicker-alpha{background:linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),white;background-size:10px 10px;background-position:0 0,5px 5px;display:none}.colorpicker-bar{min-height:16px;margin:6px 0 0 0;clear:both;text-align:center;font-size:10px;line-height:normal;max-width:100%;-webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2)}.colorpicker-bar:before{content:"";display:table;clear:both}.colorpicker-bar.colorpicker-bar-horizontal{height:126px;width:16px;margin:0 0 6px 0;float:left}.colorpicker-input-addon{position:relative}.colorpicker-input-addon i{display:inline-block;cursor:pointer;vertical-align:text-top;height:16px;width:16px;position:relative}.colorpicker-input-addon:before{content:"";position:absolute;width:16px;height:16px;display:inline-block;vertical-align:text-top;background:linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),white;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker.colorpicker-inline{position:relative;display:inline-block;float:none;z-index:auto;vertical-align:text-bottom}.colorpicker.colorpicker-horizontal{width:126px;height:auto}.colorpicker.colorpicker-horizontal .colorpicker-bar{width:126px}.colorpicker.colorpicker-horizontal .colorpicker-saturation{float:none;margin-bottom:0}.colorpicker.colorpicker-horizontal .colorpicker-hue,.colorpicker.colorpicker-horizontal .colorpicker-alpha{float:none;width:126px;height:16px;cursor:col-resize;margin-left:0;margin-top:6px;margin-bottom:0}.colorpicker.colorpicker-horizontal .colorpicker-hue .colorpicker-guide,.colorpicker.colorpicker-horizontal .colorpicker-alpha .colorpicker-guide{position:absolute;display:block;bottom:-2px;left:0;right:auto;height:auto;width:4px}.colorpicker.colorpicker-horizontal .colorpicker-hue{background:-webkit-gradient(linear, right top, left top, from(red), color-stop(8%, #ff8000), color-stop(17%, yellow), color-stop(25%, #80ff00), color-stop(33%, lime), color-stop(42%, #00ff80), color-stop(50%, cyan), color-stop(58%, #0080ff), color-stop(67%, blue), color-stop(75%, #8000ff), color-stop(83%, magenta), color-stop(92%, #ff0080), to(red));background:linear-gradient(to left, red 0%, #ff8000 8%, yellow 17%, #80ff00 25%, lime 33%, #00ff80 42%, cyan 50%, #0080ff 58%, blue 67%, #8000ff 75%, magenta 83%, #ff0080 92%, red 100%)}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background:linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),white;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-inline:before,.colorpicker-no-arrow:before,.colorpicker-popup.colorpicker-bs-popover-content:before{content:none;display:none}.colorpicker-inline:after,.colorpicker-no-arrow:after,.colorpicker-popup.colorpicker-bs-popover-content:after{content:none;display:none}.colorpicker-alpha,.colorpicker-saturation,.colorpicker-hue{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.colorpicker.colorpicker-visible,.colorpicker-alpha.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-bar.colorpicker-visible{display:block}.colorpicker.colorpicker-hidden,.colorpicker-alpha.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-bar.colorpicker-hidden{display:none}.colorpicker-inline.colorpicker-visible{display:inline-block}.colorpicker.colorpicker-disabled:after{border:none;content:"";display:block;width:100%;height:100%;background:rgba(233, 236, 239, 0.33);top:0;left:0;right:auto;z-index:2;position:absolute}.colorpicker.colorpicker-disabled .colorpicker-guide{display:none}.colorpicker-preview{background:linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),white;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-preview>div{position:absolute;left:0;top:0;width:100%;height:100%}.colorpicker-bar.colorpicker-swatches{-webkit-box-shadow:none;box-shadow:none;height:auto}.colorpicker-swatches--inner{clear:both;margin-top:-6px}.colorpicker-swatch{position:relative;cursor:pointer;float:left;height:16px;width:16px;margin-right:6px;margin-top:6px;margin-left:0;display:block;-webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);background:linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),white;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-swatch--inner{position:absolute;top:0;left:0;width:100%;height:100%}.colorpicker-swatch:nth-of-type(7n+0){margin-right:0}.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(7n+0){margin-right:6px}.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(8n+0){margin-right:0}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(6n+0){margin-right:0}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(7n+0){margin-right:6px}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(8n+0){margin-right:6px}.colorpicker-swatch:last-of-type:after{content:"";display:table;clear:both}*[dir=rtl] .colorpicker-element input,.colorpicker-element[dir=rtl] input,.colorpicker-element input[dir=rtl]{direction:ltr;text-align:right}
/*!
 * ClockPicker v0.0.7 for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */.clockpicker .input-group-addon{cursor:pointer}.clockpicker-moving{cursor:move}.clockpicker-align-left.popover>.arrow{left:25px}.clockpicker-align-top.popover>.arrow{top:17px}.clockpicker-align-right.popover>.arrow{left:auto;right:25px}.clockpicker-align-bottom.popover>.arrow{top:auto;bottom:6px}.clockpicker-popover .popover-title{background-color:#fff;color:#999;font-size:24px;font-weight:bold;line-height:30px;text-align:center}.clockpicker-popover .popover-title span{cursor:pointer}.clockpicker-popover .popover-content{background-color:#f8f8f8;padding:12px}.popover-content:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.clockpicker-plate{background-color:#fff;border:1px solid #ccc;border-radius:50%;width:200px;height:200px;overflow:visible;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.clockpicker-canvas,.clockpicker-dial{width:200px;height:200px;position:absolute;left:-1px;top:-1px}.clockpicker-minutes{visibility:hidden}.clockpicker-tick{border-radius:50%;color:#666;line-height:26px;text-align:center;width:26px;height:26px;position:absolute;cursor:pointer}.clockpicker-tick.active,.clockpicker-tick:hover{background-color:rgb(192, 229, 247);background-color:rgba(0, 149, 221, 0.25)}.clockpicker-button{background-image:none;background-color:#fff;border-width:1px 0 0;border-top-left-radius:0;border-top-right-radius:0;margin:0;padding:10px 0}.clockpicker-button:hover{background-image:none;background-color:#ebebeb}.clockpicker-button:focus{outline:none !important}.clockpicker-dial{-webkit-transition:-webkit-transform 350ms,opacity 350ms;-moz-transition:-moz-transform 350ms,opacity 350ms;-ms-transition:-ms-transform 350ms,opacity 350ms;-o-transition:-o-transform 350ms,opacity 350ms;transition:transform 350ms,opacity 350ms}.clockpicker-dial-out{opacity:0}.clockpicker-hours.clockpicker-dial-out{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2)}.clockpicker-minutes.clockpicker-dial-out{-webkit-transform:scale(0.8, 0.8);-moz-transform:scale(0.8, 0.8);-ms-transform:scale(0.8, 0.8);-o-transform:scale(0.8, 0.8);transform:scale(0.8, 0.8)}.clockpicker-canvas{-webkit-transition:opacity 175ms;-moz-transition:opacity 175ms;-ms-transition:opacity 175ms;-o-transition:opacity 175ms;transition:opacity 175ms}.clockpicker-canvas-out{opacity:.25}.clockpicker-canvas-bearing,.clockpicker-canvas-fg{stroke:none;fill:rgb(0, 149, 221)}.clockpicker-canvas-bg{stroke:none;fill:rgb(192, 229, 247)}.clockpicker-canvas-bg-trans{fill:rgba(0, 149, 221, 0.25)}.clockpicker-canvas line{stroke:rgb(0, 149, 221);stroke-width:1;stroke-linecap:round}.clockpicker-button.am-button{margin:1px;padding:5px;border:1px solid rgba(0, 0, 0, 0.2);border-radius:4px}.clockpicker-button.pm-button{margin:1px 1px 1px 136px;padding:5px;border:1px solid rgba(0, 0, 0, 0.2);border-radius:4px}
