From ebde2658b6045ad1a1df052016ca0b70a6d3cee4 Mon Sep 17 00:00:00 2001 From: utksi Date: Fri, 17 Jan 2025 23:05:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20utksi/ut?= =?UTF-8?q?ksi.github.io@955cc9278107ee0c6ad10d8e9c6adc1c8788c14a=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 450 ++++++++++++++++----------------- assets/css/main.css.map | 2 +- assets/jupyter/blog.ipynb.html | 2 +- blog/2024/gnn_kan/index.html | 218 +++++++++++++++- blog/index.html | 2 +- feed.xml | 219 +++++++++++++++- projects/1_project/index.html | 22 +- projects/2_project/index.html | 22 +- projects/3_project/index.html | 22 +- projects/4_project/index.html | 22 +- projects/5_project/index.html | 22 +- projects/6_project/index.html | 22 +- projects/7_project/index.html | 22 +- projects/8_project/index.html | 22 +- projects/9_project/index.html | 22 +- sitemap.xml | 2 +- 16 files changed, 832 insertions(+), 261 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 5603a9d9..9afb6ad4 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,67 +1,67 @@ :root{--global-bg-color:#fff;--global-code-bg-color:rgba(181,9,172,0.05);--global-text-color:#000;--global-text-color-light:#828282;--global-theme-color:#b509ac;--global-hover-color:#b509ac;--global-hover-text-color:#fff;--global-footer-bg-color:#1c1c1d;--global-footer-text-color:#e8e8e8;--global-footer-link-color:#fff;--global-distill-app-color:#828282;--global-divider-color:rgba(0,0,0,0.1);--global-card-bg-color:#fff;--global-highlight-color:#b71c1c;--global-back-to-top-bg-color:rgba(0,0,0,0.4);--global-back-to-top-text-color:#fff;--global-newsletter-bg-color:#fff;--global-newsletter-text-color:#000;--global-tip-block:#42b983;--global-tip-block-bg:#e2f5ec;--global-tip-block-text:#215d42;--global-tip-block-title:#359469;--global-warning-block:#e7c000;--global-warning-block-bg:#fff8d8;--global-warning-block-text:#6b5900;--global-warning-block-title:#b29400;--global-danger-block:#c00;--global-danger-block-bg:#ffe0e0;--global-danger-block-text:#600;--global-danger-block-title:#c00}:root #light-toggle-system{padding-left:10px;padding-top:12px;display:block}:root #light-toggle-dark{display:none}:root #light-toggle-light{display:none}:root .only-light{display:block}:root .only-dark{display:none}:root #back-to-top{color:var(--global-back-to-top-text-color);background:var(--global-back-to-top-bg-color);bottom:30px;right:30px;height:40px;width:40px;z-index:10}html[data-theme=dark]{--global-bg-color:#1c1c1d;--global-code-bg-color:#2c3237;--global-text-color:#e8e8e8;--global-text-color-light:#828282;--global-theme-color:#2698ba;--global-hover-color:#2698ba;--global-hover-text-color:#fff;--global-footer-bg-color:#e8e8e8;--global-footer-text-color:#1c1c1d;--global-footer-link-color:#000;--global-distill-app-color:#e8e8e8;--global-divider-color:#424246;--global-card-bg-color:#212529;--global-back-to-top-bg-color:rgba(255,255,255,0.5);--global-back-to-top-text-color:#000;--global-newsletter-bg-color:#e8e8e8;--global-newsletter-text-color:#1c1c1d;--global-tip-block:#42b983;--global-tip-block-bg:#e2f5ec;--global-tip-block-text:#215d42;--global-tip-block-title:#359469;--global-warning-block:#e7c000;--global-warning-block-bg:#fff8d8;--global-warning-block-text:#6b5900;--global-warning-block-title:#b29400;--global-danger-block:#c00;--global-danger-block-bg:#ffe0e0;--global-danger-block-text:#600;--global-danger-block-title:#c00}html[data-theme=dark] .only-light{display:none}html[data-theme=dark] .only-dark{display:block}html[data-theme-setting=dark] #light-toggle-system{display:none}html[data-theme-setting=dark] #light-toggle-dark{padding-left:10px;padding-top:12px;display:block}html[data-theme-setting=dark] #light-toggle-light{display:none}html[data-theme-setting=dark] #back-to-top{color:var(--global-back-to-top-text-color);background:var(--global-back-to-top-bg-color)}html[data-theme-setting=light] #light-toggle-system{display:none}html[data-theme-setting=light] #light-toggle-dark{display:none}html[data-theme-setting=light] #light-toggle-light{padding-left:10px;padding-top:12px;display:block}body{padding-bottom:70px;color:var(--global-text-color);background-color:var(--global-bg-color)}body h1,body h2,body h3,body h4,body h5,body h6{scroll-margin-top:66px}body.fixed-top-nav{padding-top:56px}body.sticky-bottom-footer{padding-bottom:0}.container{max-width:930px}.profile img{width:100%}p,h1,h2,h3,h4,h5,h6,em,div,li,span,strong{color:var(--global-text-color)}hr{border-top:1px solid var(--global-divider-color)}table td,table th{font-size:1rem;padding:1px 1rem 1px 0}table th{font-weight:bold}a,table.table a{color:var(--global-theme-color)}a:hover,table.table a:hover{color:var(--global-theme-color);text-decoration:underline}a:hover:after :not(.nav-item.dropdown),table.table a:hover:after :not(.nav-item.dropdown){width:100%}.table-dark{background-color:rgba(0,0,0,0)}.table-dark.table-bordered{border:1px solid var(--global-divider-color)!important}blockquote{background:var(--global-bg-color);border-left:5px solid var(--global-theme-color);margin:1.5em 0;padding:1em;font-size:1.2rem}blockquote p{margin-bottom:1rem}blockquote p:last-child{margin-bottom:0}blockquote.block-tip{border-color:var(--global-tip-block);background-color:var(--global-tip-block-bg)}blockquote.block-tip em,blockquote.block-tip li,blockquote.block-tip p,blockquote.block-tip strong{color:var(--global-tip-block-text);margin-bottom:1rem}blockquote.block-tip em:last-child,blockquote.block-tip li:last-child,blockquote.block-tip p:last-child,blockquote.block-tip strong:last-child{margin-bottom:0}blockquote.block-tip h1,blockquote.block-tip h2,blockquote.block-tip h3,blockquote.block-tip h4,blockquote.block-tip h5,blockquote.block-tip h6{color:var(--global-tip-block-title)}blockquote.block-warning{border-color:var(--global-warning-block);background-color:var(--global-warning-block-bg)}blockquote.block-warning em,blockquote.block-warning li,blockquote.block-warning p,blockquote.block-warning strong{color:var(--global-warning-block-text);margin-bottom:1rem}blockquote.block-warning em:last-child,blockquote.block-warning li:last-child,blockquote.block-warning p:last-child,blockquote.block-warning strong:last-child{margin-bottom:0} blockquote.block-warning h1,blockquote.block-warning h2,blockquote.block-warning h3,blockquote.block-warning h4,blockquote.block-warning h5,blockquote.block-warning h6{color:var(--global-warning-block-title)}blockquote.block-danger{border-color:var(--global-danger-block);background-color:var(--global-danger-block-bg)}blockquote.block-danger em,blockquote.block-danger li,blockquote.block-danger p,blockquote.block-danger strong{color:var(--global-danger-block-text);margin-bottom:1rem}blockquote.block-danger em:last-child,blockquote.block-danger li:last-child,blockquote.block-danger p:last-child,blockquote.block-danger strong:last-child{margin-bottom:0}blockquote.block-danger h1,blockquote.block-danger h2,blockquote.block-danger h3,blockquote.block-danger h4,blockquote.block-danger h5,blockquote.block-danger h6{color:var(--global-danger-block-title)}ul.task-list{list-style-type:none}ul.task-list>li ul{padding-inline-start:1.5rem}ul.task-list input[type=checkbox]{margin:.275rem .5rem .5rem -1rem;vertical-align:middle}.equation{margin-bottom:1rem;text-align:center}.caption{font-size:.875rem;margin-top:.75rem;margin-bottom:1.5rem;text-align:center}.card{background-color:var(--global-card-bg-color)}.card .card-img{width:100%;padding-top:1.25rem}.card .card-title{color:var(--global-text-color)}.card .card-body{padding:1.25rem 1.25rem 1.25rem 1.25rem}.citation,.citation-number{color:var(--global-theme-color)}.profile{width:100%}.profile .more-info{margin-bottom:5px;margin-top:5px;font-family:monospace}.profile .more-info p{display:inline-block;margin:0}.profile.float-right{margin-left:1rem}.profile.float-left{margin-right:1rem}@media(min-width:576px){.profile{width:30%}.profile .address p{display:block}}.post-description{margin-bottom:2rem;font-size:.875rem}.post-description a{color:inherit}.post-description a:hover{color:var(--global-theme-color);text-decoration:none}.navbar{box-shadow:none;border-bottom:1px solid var(--global-divider-color);background-color:var(--global-bg-color);opacity:.95}.navbar .dropdown-menu{background-color:var(--global-bg-color);border:1px solid var(--global-divider-color)}.navbar .dropdown-menu a:not(.active){color:var(--global-text-color)}.navbar .dropdown-menu a:hover{color:var(--global-hover-color)}.navbar .dropdown-menu .dropdown-divider{border-top:1px solid var(--global-divider-color)!important}.dropdown-item{color:var(--global-text-color)}.dropdown-item:hover{color:var(--global-hover-color);background-color:var(--global-bg-color)}.navbar.navbar-light a:hover{text-decoration:none}.navbar.navbar-light .navbar-brand{color:var(--global-text-color)}.navbar.navbar-light .navbar-nav .nav-item .nav-link{color:var(--global-text-color)}.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover{color:var(--global-hover-color)}.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link{background-color:inherit;font-weight:bolder;color:var(--global-theme-color)}.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link:hover{color:var(--global-hover-color)}.navbar.navbar-light .navbar-brand.social{padding-bottom:0;padding-top:0;font-size:1.7rem}.navbar.navbar-light .navbar-brand.social a img{width:1.7rem;height:1.7rem;margin-bottom:.5rem}.navbar.navbar-light .navbar-brand.social a svg{width:1.7rem;height:1.7rem;margin-bottom:.5rem}.navbar.navbar-light .navbar-brand.social a svg image{width:1.7rem;height:1.7rem}.navbar.navbar-light .navbar-brand.social a i::before{color:var(--global-text-color);transition-property:all .2s ease-in-out}.navbar.navbar-light .navbar-brand.social a:hover i::before{color:var(--global-theme-color)}.navbar-toggler .icon-bar{display:block;width:22px;height:2px;background-color:var(--global-text-color);border-radius:1px;margin-bottom:4px;transition:all .2s}.navbar-toggler .top-bar{transform:rotate(45deg);transform-origin:10% 10%}.navbar-toggler .middle-bar{opacity:0}.navbar-toggler .bottom-bar{transform:rotate(-45deg);transform-origin:10% 90%}.navbar-toggler.collapsed .top-bar{transform:rotate(0)}.navbar-toggler.collapsed .middle-bar{opacity:1}.navbar-toggler.collapsed .bottom-bar{transform:rotate(0)}#light-toggle,#search-toggle{padding:0;border:0;background-color:inherit;color:var(--global-text-color)}#light-toggle:hover,#search-toggle:hover{color:var(--global-hover-color)}.social{text-align:center}.social .contact-icons{font-size:4rem}.social .contact-icons a img{width:3.2rem;height:3.2rem;margin-bottom:1rem}.social .contact-icons a svg{width:3.5rem;height:4rem;margin-bottom:.5rem}.social .contact-icons a svg image{width:3.5rem;height:3.5rem}.social .contact-icons a i::before{color:var(--global-text-color);transition-property:all .2s ease-in-out}.social .contact-icons a:hover{text-decoration:none}.social .contact-icons a:hover i::before{color:var(--global-theme-color)}.social .contact-note{font-size:.8rem}.wechat-modal{display:none;position:fixed;z-index:1;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.8)} .wechat-modal>img{display:block;position:relative;top:50%;left:50%;width:33%;max-width:400px;transform:translate(-50%,-50%)}@media only screen and (max-width:400px){.wechat-modal>img{width:100%}}footer.fixed-bottom{background-color:var(--global-footer-bg-color);font-size:.75rem}footer.fixed-bottom .container{color:var(--global-footer-text-color);padding-top:9px;padding-bottom:8px;text-align:center}footer.fixed-bottom a{color:var(--global-footer-link-color)}footer.fixed-bottom a:hover{color:var(--global-theme-color);text-decoration:none}footer.sticky-bottom{border-top:1px solid var(--global-divider-color);padding-top:40px;padding-bottom:40px;font-size:.9rem}footer.sticky-bottom .container{text-align:center}.cv{margin-bottom:40px}.cv .card{background-color:var(--global-card-bg-color);border:1px solid var(--global-divider-color)}.cv .card .list-group-item{background-color:inherit;border-color:var(--global-divider-color)}.cv .card .list-group-item .badge{color:var(--global-card-bg-color)!important;background-color:var(--global-theme-color)!important}.table-cv-map{background-color:rgba(0,0,0,0);border:0;color:var(--global-text-color)}.date-column{width:75px;transform:translateX(-15px) translateY(-5px)}@media(min-width:768px){.repo{max-width:50%}}.header-bar{border-bottom:1px solid var(--global-divider-color);text-align:center;padding-top:2rem;padding-bottom:3rem}.header-bar h1{color:var(--global-theme-color);font-size:5rem}.tag-category-list{border-bottom:1px solid var(--global-divider-color);text-align:center;padding-top:1rem}.tag-category-list ul{justify-content:center;display:flow-root}.tag-category-list ul p,.tag-category-list ul li{list-style:none;display:inline-block;padding:1rem .5rem;color:var(--global-text-color-light)}.post-title mjx-container[jax=CHTML][display=true]{display:unset}.post-list{margin:0;margin-bottom:40px;padding:0}.post-list li{border-bottom:1px solid var(--global-divider-color);list-style:none;padding-top:2rem;padding-bottom:2rem}.post-list li .post-meta{color:var(--global-text-color-light);font-size:.875rem;margin-bottom:0}.post-list li .post-tags{color:var(--global-text-color-light);font-size:.875rem;padding-top:.25rem;padding-bottom:0}.post-list li a{color:var(--global-text-color);text-decoration:none}.post-list li a:hover{color:var(--global-theme-color)}.post-list li mjx-container[jax=CHTML][display=true]{display:unset}.pagination .page-item .page-link{color:var(--global-text-color);padding:.75rem 1.15rem}.pagination .page-item .page-link:hover{color:#000}.pagination .page-item.active .page-link{color:#fff;background-color:var(--global-theme-color)}.pagination .page-item.active .page-link:hover{background-color:var(--global-theme-color)}.distill a:hover{border-bottom-color:var(--global-theme-color);text-decoration:none}.projects a{text-decoration:none}.projects a:hover .card-title{color:var(--global-theme-color)}.projects .card img{width:100%}.projects .col{padding-bottom:1rem}.projects .grid-sizer,.projects .grid-item{width:250px;margin-bottom:10px}.projects h2.category{color:var(--global-divider-color);border-bottom:1px solid var(--global-divider-color);padding-top:.5rem;margin-top:2rem;margin-bottom:1rem;text-align:right}.publications{margin-top:2rem}.publications h1{color:var(--global-theme-color);font-size:2rem;text-align:center;margin-top:1em;margin-bottom:1em}.publications h2{margin-bottom:1rem}.publications h2 span{font-size:1.5rem}.publications h2.bibliography{color:var(--global-divider-color);border-top:1px solid var(--global-divider-color);padding-top:1rem;margin-top:2rem;text-align:right}.publications ol.bibliography{list-style:none;padding:0;margin-top:0}.publications ol.bibliography li{margin-bottom:1rem}.publications ol.bibliography li .abbr{margin-bottom:.5rem}.publications ol.bibliography li .abbr abbr{display:inline-block;background-color:var(--global-theme-color);margin-bottom:.5rem}.publications ol.bibliography li .abbr abbr a{color:#fff}.publications ol.bibliography li .abbr abbr a:hover{text-decoration:none}.publications ol.bibliography li .abbr .award{color:var(--global-theme-color)!important;border:1px solid var(--global-theme-color)}.publications ol.bibliography li .title{font-weight:bolder}.publications ol.bibliography li .author a{border-bottom:1px dashed var(--global-theme-color)}.publications ol.bibliography li .author a:hover{border-bottom-style:solid;text-decoration:none}.publications ol.bibliography li .author>em{border-bottom:1px solid;font-style:normal}.publications ol.bibliography li .author>span.more-authors{color:var(--global-text-color-light);border-bottom:1px dashed var(--global-text-color-light);cursor:pointer}.publications ol.bibliography li .author>span.more-authors:hover{color:var(--global-text-color);border-bottom:1px dashed var(--global-text-color)}.publications ol.bibliography li .links a.btn{color:var(--global-text-color);border:1px solid var(--global-text-color);padding-left:1rem;padding-right:1rem;padding-top:.25rem;padding-bottom:.25rem;margin-left:0} -.publications ol.bibliography li .links a.btn:hover{color:var(--global-theme-color);border-color:var(--global-theme-color)}.publications ol.bibliography li .links a.award.btn{border-color:var(--global-highlight-color)}.publications ol.bibliography li .badges{padding-bottom:.5rem}.publications ol.bibliography li .badges span{display:inline-block;color:#000;height:100%;padding-right:.5rem;vertical-align:middle}.publications ol.bibliography li .badges span:hover{text-decoration:underline}.publications ol.bibliography li .hidden{font-size:.875rem;max-height:0;overflow:hidden;text-align:justify;transition-property:.15s ease;-moz-transition:.15s ease;-ms-transition:.15s ease;-o-transition:.15s ease;transition:all .15s ease}.publications ol.bibliography li .hidden p{line-height:1.4em;margin:10px}.publications ol.bibliography li .hidden pre{font-size:1em;line-height:1.4em;padding:10px}.publications ol.bibliography li .hidden.open{max-height:100em;transition-property:.15s ease;-moz-transition:.15s ease;-ms-transition:.15s ease;-o-transition:.15s ease;transition:all .15s ease}.publications ol.bibliography li div.abstract.hidden{border:dashed 1px var(--global-bg-color)}.publications ol.bibliography li div.abstract.hidden.open{border-color:var(--global-text-color)}.publications ol.bibliography div.award.hidden{border:dashed 1px var(--global-bg-color)}.publications ol.bibliography div.award.hidden.open{border-color:var(--global-highlight-color)}figure.highlight{margin:0 0 1rem;width:100%;max-width:100%;border-radius:6px;overflow:hidden;background:var(--global-code-bg-color)}figure.highlight table{margin:0;padding:0;border:0;width:100%;border-spacing:0;border-collapse:collapse}figure.highlight table td{padding:0;border:0;vertical-align:top}figure.highlight table td.gutter{width:50px;min-width:50px;max-width:50px;background:rgba(0,0,0,.04);border-right:.5px solid rgba(0,0,0,.15)}figure.highlight table td.gutter pre{margin:0;padding:1rem;text-align:right;color:rgba(0,0,0,.4);user-select:none;white-space:pre;overflow:hidden}figure.highlight table td.code{width:auto}figure.highlight table td.code pre{margin:0;padding:1rem;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;overflow:visible}.highlight pre{margin:0;padding:10px;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}html.transition,html.transition *,html.transition *:before,html.transition *:after{transition:all 750ms!important;transition-delay:0!important}.post .post-meta{color:var(--global-text-color-light);font-size:.875rem;margin-bottom:0}.post .post-tags{color:var(--global-text-color-light);font-size:.875rem;padding-top:.25rem;padding-bottom:1rem}.post .post-tags a{color:var(--global-text-color-light);text-decoration:none}.post .post-tags a:hover{color:var(--global-theme-color)}progress{position:fixed;left:0;top:56px;z-index:10;width:100%;height:1px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:rgba(0,0,0,0);color:var(--global-theme-color)}progress::-webkit-progress-bar{background-color:rgba(0,0,0,0)}progress::-webkit-progress-value{background-color:var(--global-theme-color)}progress::-moz-progress-bar{background-color:var(--global-theme-color)}.progress-container{width:100%;background-color:rgba(0,0,0,0);position:fixed;top:56px;left:0;height:5px;display:block}.progress-bar{background-color:var(--global-theme-color);width:0;display:block;height:inherit}.code-display-wrapper{position:relative}.code-display-wrapper .copy{background:var(--global-card-bg-color);border-color:var(--global-bg-color);border-radius:.3rem;border-style:none;color:var(--global-text-color);font-size:medium;opacity:0;position:absolute;right:.2rem;top:.2rem}.code-display-wrapper:active .copy,.code-display-wrapper:focus .copy,.code-display-wrapper:hover .copy{color:var(--global-hover-color);opacity:1}.btn-group.dropdown .btn{box-shadow:none;-webkit-box-shadow:none}.btn-group.dropdown .btn-secondary.dropdown-toggle{border:1px solid var(--global-divider-color)}.btn-group.dropdown .btn-secondary.dropdown-toggle .page-size{color:inherit}.btn-group.dropdown .btn-secondary.dropdown-toggle:not(.active){background-color:var(--global-bg-color)!important;color:var(--global-text-color)}.btn-group.dropdown .btn-secondary.dropdown-toggle:hover{background-color:var(--global-hover-color)!important;color:var(--global-hover-text-color)!important}.btn-group.dropdown .dropdown-menu{background-color:var(--global-bg-color)}.btn-group.dropdown .dropdown-item{background-color:var(--global-bg-color);color:var(--global-text-color)}.btn-group.dropdown .dropdown-item:hover{color:var(--global-hover-color)}.btn-group.dropdown .dropdown-item.active,.btn-group.dropdown .dropdown-item:active{background-color:var(--global-hover-color);color:var(--global-hover-text-color)!important}.btn-group.dropdown .dropdown-item.active:hover,.btn-group.dropdown .dropdown-item:active:hover{color:var(--global-hover-text-color)}nav[data-toggle=toc]{top:5rem}nav[data-toggle=toc] .nav .nav>li>a{font-size:.75rem} -nav[data-toggle=toc] .nav>li>a{color:var(--global-text-color);font-size:.75rem}nav[data-toggle=toc] .nav>li>a:hover{color:var(--global-hover-color);border-left-color:var(--global-hover-color)}nav[data-toggle=toc] .nav-link.active{color:var(--global-theme-color);border-left-color:var(--global-theme-color);font-size:.75rem}nav[data-toggle=toc] .nav-link.active:hover{color:var(--global-hover-color);border-left-color:var(--global-hover-color)}@media(max-width:576px){nav[data-toggle=toc]{visibility:hidden;height:0;top:0}}.featured-posts a{color:var(--global-text-color-light);text-decoration:none}.featured-posts a .card-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-posts a:hover{color:var(--global-theme-color)}.featured-posts a:hover .card-title{color:var(--global-theme-color)}.featured-posts .post-meta{color:var(--global-text-color-light);font-size:.875rem;margin-bottom:0;padding-top:.5rem}.unloaded{display:none!important}.medium-zoom-overlay,.medium-zoom-image--opened{z-index:999}#toc-sidebar{z-index:1}.echarts{height:400px;width:100%}.map{height:400px;width:100%}swiper-container{--swiper-navigation-color:var(--global-theme-color);--swiper-pagination-color:var(--global-theme-color);--swiper-pagination-bullet-inactive-color:var(--global-text-color)}.ps-root .ps-algorithm{margin:.8em 0;border-top:3px solid var(--global-text-color);border-bottom:2px solid var(--global-text-color)}.ps-root .ps-algorithm.with-caption>.ps-line:first-child{border-bottom:2px solid var(--global-text-color)}ninja-keys{--ninja-accent-color:var(--global-theme-color);--ninja-icon-size:0;--ninja-modal-background:var(--global-bg-color);--ninja-z-index:1031}ninja-keys::part(ninja-input){color:var(--ninja-selected-text-color)}ninja-keys::part(ninja-input-wrapper){background:var(--global-bg-color)}.newsletter-form-container{margin-bottom:20px}.newsletter-form{display:flex;flex-direction:row;align-items:center;width:100%}.newsletter-form-input,.bibsearch-form-input{color:var(--global-newsletter-text-color);background:var(--global-newsletter-bg-color);border:1px solid var(--global-newsletter-text-color);outline:0;margin:0 10px 0 0;width:100%;max-width:350px;min-width:100px;box-sizing:border-box;box-shadow:rgba(0,0,0,.05) 0px 1px 2px;border-radius:6px;padding:8px 12px}.newsletter-form-input:focus{border-color:var(--global-theme-color)!important}.newsletter-form-button{background:var(--global-theme-color);color:var(--global-bg-color);display:flex;width:min-content;max-width:200px;white-space:nowrap;height:38px;align-items:center;flex-direction:row;padding:9px 17px;box-shadow:rgba(0,0,0,.05) 0px 1px 2px;border-radius:6px;text-align:center;font-style:normal;font-weight:500;line-height:20px;border:0;cursor:pointer}.newsletter-loading-button{background:var(--global-theme-color);color:var(--global-bg-color);display:none;width:min-content;max-width:300px;white-space:nowrap;height:38px;align-items:center;flex-direction:row;padding:9px 17px;box-shadow:rgba(0,0,0,.05) 0px 1px 2px;border-radius:6px;text-align:center;font-style:normal;font-weight:500;line-height:20px;border:0;cursor:pointer;margin-right:20px}.newsletter-success{color:var(--global-text-color);display:none;align-items:center;width:100%}.newsletter-error{color:var(--global-theme-color);display:none;align-items:center;width:100%}.newsletter-back-button{color:var(--global-theme-color);margin:10px auto;text-align:center;display:none;background:rgba(0,0,0,0);border:0;cursor:pointer}@media(max-width:575px){.newsletter-form-input,.newsletter-form-button,.newsletter-loading-button,.newsletter-success,.newsletter-error{font-size:16px!important}.newsletter-form-container{margin-right:20px;margin-left:20px}}.popover{background-color:var(--global-bg-color);border-color:var(--global-divider-color)}.popover .popover-header{color:var(--global-text-color);border-bottom:1px solid var(--global-divider-color)}.popover .popover-body{color:var(--global-text-color)}.bs-popover-top .arrow::after{border-top-color:var(--global-bg-color)}.bs-popover-top .arrow:before{border-top-color:var(--global-divider-color)}.bs-popover-bottom .arrow::after{border-bottom-color:var(--global-bg-color)}.bs-popover-bottom .arrow:before{border-bottom-color:var(--global-divider-color)}::highlight(search){background-color:var(--global-theme-color);color:var(--global-text-color)}d-byline{border-top-color:var(--global-divider-color)!important}d-byline h3{color:var(--global-text-color)!important}d-byline a,d-article d-byline a{color:var(--global-text-color)!important}d-byline a:hover,d-article d-byline a:hover{color:var(--global-hover-color)!important}d-article{border-top-color:var(--global-divider-color)!important}d-article p,d-article h1,d-article h2,d-article h3,d-article h4,d-article h5,d-article h6,d-article li,d-article table{color:var(--global-text-color)!important}d-article h1,d-article h2,d-article hr,d-article table,d-article table th,d-article table td{border-bottom-color:var(--global-divider-color)!important} -d-article a{color:var(--global-theme-color)!important}d-article a:hover{color:var(--global-theme-color)!important}d-article b i{display:inline}d-article blockquote{border-left:2px solid var(--global-theme-color)!important}d-article details{color:var(--global-text-color);background-color:var(--global-code-bg-color);margin-top:0;padding:8px 12px;position:relative;border-radius:6px;display:block;margin-bottom:20px;grid-column:text;overflow:auto;max-width:100%}d-article details summary{color:var(--global-theme-color)}d-article details p{margin-top:.5rem;margin-bottom:.5rem}d-article d-contents{align-self:start;grid-column:1/4;grid-row:auto/span 4;justify-self:end;margin-top:0;padding-left:2em;padding-right:3em;border-right:1px solid var(--global-divider-color);width:max(70%,300px);margin-right:0;margin-top:0;display:grid;grid-template-columns:minmax(8px,1fr) [toc] auto minmax(8px,1fr) [toc-line] 1px minmax(32px,2fr)}d-article d-contents nav{grid-column:toc}d-article d-contents nav a{border-bottom:none!important}d-article d-contents nav a:hover{border-bottom:1px solid var(--global-text-color)!important}d-article d-contents nav h3{margin-top:0;margin-bottom:1em}d-article d-contents nav div{display:block;outline:0;margin-bottom:.8em;color:rgba(0,0,0,.8);font-weight:bold}d-article d-contents nav ul{padding-left:1em;margin-top:0;margin-bottom:6px;list-style-type:none}d-article d-contents nav ul li{margin-bottom:.25em}d-article d-contents .figcaption{line-height:1.4em}d-article d-contents toc-line{border-right:1px solid var(--global-divider-color);grid-column:toc-line}d-article d-footnote{scroll-margin-top:66px}d-appendix{border-top-color:var(--global-divider-color)!important;color:var(--global-distill-app-color)!important}d-appendix h3,d-appendix li,d-appendix span{color:var(--global-distill-app-color)!important}d-appendix a,d-appendix a.footnote-backlink{color:var(--global-distill-app-color)!important}d-appendix a:hover,d-appendix a.footnote-backlink:hover{color:var(--global-hover-color)!important}@media(max-width:1024px){d-article d-contents{display:block;grid-column-start:2;grid-column-end:-2;padding-bottom:.5em;margin-bottom:1em;padding-top:.5em;width:100%;border:1px solid var(--global-divider-color)}d-article d-contents nav{grid-column:none}}div.container-link-button{margin-right:.5rem}table.table-cv{background-color:rgba(0,0,0,0)!important}table.table-cv td,table.table-cv th{padding:1px}a.btncv{color:var(--global-text-color)!important;border:1px solid var(--global-text-color)!important;border-radius:.125rem;padding-left:1rem;padding-right:1rem;padding-top:.25rem;padding-bottom:.25rem;text-decoration:none;font-weight:400;font-size:.7rem;text-align:center;vertical-align:middle;text-transform:uppercase;white-space:nowrap}a.btncv:hover{color:var(--global-theme-color)!important;border-color:var(--global-theme-color)!important;text-decoration:none!important}p.location{font-size:.7rem;white-space:nowrap}i.iconlocation{color:var(--global-theme-color);font-size:.8rem}i.iconinstitution{color:var(--global-theme-color);font-size:.95rem;margin-right:.3rem}i.icondepartment{color:var(--global-theme-color);font-size:.8rem;margin-right:.3rem}table.institution{margin-bottom:1rem}td.department{font-size:.8rem}div.container-links{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin-top:1rem;margin-bottom:.5rem}div.container-pdf{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start}div.list-groups{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row;align-content:center}div.list-group{display:flex;flex-wrap:wrap;flex-direction:column;align-items:flex-start;margin-bottom:2rem}td.list-group-category{color:var(--global-theme-color);margin-bottom:.5rem}td.list-group-category-icon{font-size:.8rem;color:var(--global-theme-color);width:1.4rem;padding-right:.4rem}td.list-group-name{font-size:.8rem}td.list-group-level{font-size:.8rem;padding-left:.5rem}td.list-group-school{font-size:.7rem;padding-left:.5rem;text-align:center}p.list-group-time{font-size:.7rem;padding-left:.5rem}td.list-group-link{padding-left:.5rem}a.anchor{display:block;position:relative;top:-50px;visibility:hidden}ul.timeline{margin-top:2rem;margin-bottom:2rem}ul.timeline li{position:relative;min-height:2.2rem;color:var(--global-text-color);list-style-position:inside}span.badge-toc{color:var(--global-bg-color);background-color:var(--global-theme-color);border-radius:.125rem;padding:.125rem .5rem .125rem .5rem;font-weight:700!important;display:inline-block;inline-size:fit-content}ul.timeline li::before{content:"";min-height:2.5rem;width:1px;background:var(--global-text-color);margin:0;padding:0;position:absolute;left:2px;top:-0.5rem}.tab{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none;position:relative}.tab>*{flex:none;padding-left:20px;position:relative}.tab>*>a{display:block;text-align:center;padding:9px 20px;color:var(--global-text-color-light);border-bottom:2px solid rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);font-size:12px;text-transform:uppercase;transition:color .1s ease-in-out;line-height:20px} -.tab>.active>a{color:var(--global-text-color);border-color:var(--global-theme-color)}.tab>li>a{text-decoration:none;cursor:pointer}.tab-content{padding:0}.tab-content>li{display:none}.tab-content>li.active{display:block}.typogram .diagram{display:block}.typogram .diagram line,.typogram .diagram circle,.typogram .diagram rect{stroke:var(--global-text-color)}.typogram .diagram line{stroke-width:2}.typogram .diagram circle{r:3.5}.typogram .diagram rect{width:6px;height:6px}.typogram .diagram text,.typogram .glyph,.typogram .debug text{font-family:Iosevka Fixed,monospace;font-size:3em;text-anchor:middle;alignment-baseline:central;white-space:pre;fill:var(--global-text-color)}.typogram .reserved{fill:rgba(0,0,0,0);white-space:pre}.typogram .debug[debug=true] .reserved{fill:var(--global-text-color);opacity:.5}.typogram .debug[debug=true] line.grid{stroke:var(--global-text-color);stroke-width:.2;stroke-linecap:butt;fill:var(--global-text-color);opacity:1%}.typogram polygon{stroke-width:0}.typogram .debug[debug=true] polygon.inner{fill:var(--global-text-color);stroke:var(--global-text-color);opacity:5%}.typogram polygon{stroke:var(--global-text-color);stroke-linecap:butt;fill:var(--global-text-color)}.typogram .debug[debug=true] polygon,.typogram .debug[debug=true] line.grid{opacity:10%}.typogram .debug[debug=true] polygon,.typogram .debug[debug=true] path,.typogram .debug[debug=true] circle{opacity:50%}.typogram .debug[debug=true] polygon{fill:red;stroke:red}.typogram .debug[debug=true] circle,.typogram .debug[debug=true] path{opacity:50%;fill:red}.typogram .debug[debug=true] circle{stroke:red}.typogram .debug[debug=true] .inner{stroke-width:.2}.typogram line.part{stroke-width:6;stroke-linecap:butt;stroke:var(--global-text-color)}.typogram .debug[debug=true] line.part{opacity:50%;stroke:red}.typogram .debug[debug=true] line.center{stroke-width:3;stroke-linecap:butt;opacity:10%;stroke:var(--global-text-color)}.typogram text::selection{fill:HighlightText;background-color:Highlight}/*! +.publications ol.bibliography li .links a.btn:hover{color:var(--global-theme-color);border-color:var(--global-theme-color)}.publications ol.bibliography li .links a.award.btn{border-color:var(--global-highlight-color)}.publications ol.bibliography li .badges{padding-bottom:.5rem}.publications ol.bibliography li .badges span{display:inline-block;color:#000;height:100%;padding-right:.5rem;vertical-align:middle}.publications ol.bibliography li .badges span:hover{text-decoration:underline}.publications ol.bibliography li .hidden{font-size:.875rem;max-height:0;overflow:hidden;text-align:justify;transition-property:.15s ease;-moz-transition:.15s ease;-ms-transition:.15s ease;-o-transition:.15s ease;transition:all .15s ease}.publications ol.bibliography li .hidden p{line-height:1.4em;margin:10px}.publications ol.bibliography li .hidden pre{font-size:1em;line-height:1.4em;padding:10px}.publications ol.bibliography li .hidden.open{max-height:100em;transition-property:.15s ease;-moz-transition:.15s ease;-ms-transition:.15s ease;-o-transition:.15s ease;transition:all .15s ease}.publications ol.bibliography li div.abstract.hidden{border:dashed 1px var(--global-bg-color)}.publications ol.bibliography li div.abstract.hidden.open{border-color:var(--global-text-color)}.publications ol.bibliography div.award.hidden{border:dashed 1px var(--global-bg-color)}.publications ol.bibliography div.award.hidden.open{border-color:var(--global-highlight-color)}figure.highlight{margin:0 0 1rem}pre{color:var(--global-theme-color);background-color:var(--global-code-bg-color);border-radius:6px;padding:6px 12px}pre pre,pre code{background-color:rgba(0,0,0,0);border-radius:0;margin-bottom:0;padding:0}code{color:var(--global-theme-color);background-color:var(--global-code-bg-color);border-radius:3px;padding:3px 3px}html.transition,html.transition *,html.transition *:before,html.transition *:after{transition:all 750ms!important;transition-delay:0!important}.post .post-meta{color:var(--global-text-color-light);font-size:.875rem;margin-bottom:0}.post .post-tags{color:var(--global-text-color-light);font-size:.875rem;padding-top:.25rem;padding-bottom:1rem}.post .post-tags a{color:var(--global-text-color-light);text-decoration:none}.post .post-tags a:hover{color:var(--global-theme-color)}progress{position:fixed;left:0;top:56px;z-index:10;width:100%;height:1px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:rgba(0,0,0,0);color:var(--global-theme-color)}progress::-webkit-progress-bar{background-color:rgba(0,0,0,0)}progress::-webkit-progress-value{background-color:var(--global-theme-color)}progress::-moz-progress-bar{background-color:var(--global-theme-color)}.progress-container{width:100%;background-color:rgba(0,0,0,0);position:fixed;top:56px;left:0;height:5px;display:block}.progress-bar{background-color:var(--global-theme-color);width:0;display:block;height:inherit}.code-display-wrapper{position:relative}.code-display-wrapper .copy{background:var(--global-card-bg-color);border-color:var(--global-bg-color);border-radius:.3rem;border-style:none;color:var(--global-text-color);font-size:medium;opacity:0;position:absolute;right:.2rem;top:.2rem}.code-display-wrapper:active .copy,.code-display-wrapper:focus .copy,.code-display-wrapper:hover .copy{color:var(--global-hover-color);opacity:1}.btn-group.dropdown .btn{box-shadow:none;-webkit-box-shadow:none}.btn-group.dropdown .btn-secondary.dropdown-toggle{border:1px solid var(--global-divider-color)}.btn-group.dropdown .btn-secondary.dropdown-toggle .page-size{color:inherit}.btn-group.dropdown .btn-secondary.dropdown-toggle:not(.active){background-color:var(--global-bg-color)!important;color:var(--global-text-color)}.btn-group.dropdown .btn-secondary.dropdown-toggle:hover{background-color:var(--global-hover-color)!important;color:var(--global-hover-text-color)!important}.btn-group.dropdown .dropdown-menu{background-color:var(--global-bg-color)}.btn-group.dropdown .dropdown-item{background-color:var(--global-bg-color);color:var(--global-text-color)}.btn-group.dropdown .dropdown-item:hover{color:var(--global-hover-color)}.btn-group.dropdown .dropdown-item.active,.btn-group.dropdown .dropdown-item:active{background-color:var(--global-hover-color);color:var(--global-hover-text-color)!important}.btn-group.dropdown .dropdown-item.active:hover,.btn-group.dropdown .dropdown-item:active:hover{color:var(--global-hover-text-color)}nav[data-toggle=toc]{top:5rem}nav[data-toggle=toc] .nav .nav>li>a{font-size:.75rem}nav[data-toggle=toc] .nav>li>a{color:var(--global-text-color);font-size:.75rem}nav[data-toggle=toc] .nav>li>a:hover{color:var(--global-hover-color);border-left-color:var(--global-hover-color)}nav[data-toggle=toc] .nav-link.active{color:var(--global-theme-color);border-left-color:var(--global-theme-color);font-size:.75rem}nav[data-toggle=toc] .nav-link.active:hover{color:var(--global-hover-color);border-left-color:var(--global-hover-color)}@media(max-width:576px){nav[data-toggle=toc]{visibility:hidden;height:0;top:0} +}.featured-posts a{color:var(--global-text-color-light);text-decoration:none}.featured-posts a .card-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-posts a:hover{color:var(--global-theme-color)}.featured-posts a:hover .card-title{color:var(--global-theme-color)}.featured-posts .post-meta{color:var(--global-text-color-light);font-size:.875rem;margin-bottom:0;padding-top:.5rem}.unloaded{display:none!important}.medium-zoom-overlay,.medium-zoom-image--opened{z-index:999}#toc-sidebar{z-index:1}.echarts{height:400px;width:100%}.map{height:400px;width:100%}swiper-container{--swiper-navigation-color:var(--global-theme-color);--swiper-pagination-color:var(--global-theme-color);--swiper-pagination-bullet-inactive-color:var(--global-text-color)}.ps-root .ps-algorithm{margin:.8em 0;border-top:3px solid var(--global-text-color);border-bottom:2px solid var(--global-text-color)}.ps-root .ps-algorithm.with-caption>.ps-line:first-child{border-bottom:2px solid var(--global-text-color)}ninja-keys{--ninja-accent-color:var(--global-theme-color);--ninja-icon-size:0;--ninja-modal-background:var(--global-bg-color);--ninja-z-index:1031}ninja-keys::part(ninja-input){color:var(--ninja-selected-text-color)}ninja-keys::part(ninja-input-wrapper){background:var(--global-bg-color)}.newsletter-form-container{margin-bottom:20px}.newsletter-form{display:flex;flex-direction:row;align-items:center;width:100%}.newsletter-form-input,.bibsearch-form-input{color:var(--global-newsletter-text-color);background:var(--global-newsletter-bg-color);border:1px solid var(--global-newsletter-text-color);outline:0;margin:0 10px 0 0;width:100%;max-width:350px;min-width:100px;box-sizing:border-box;box-shadow:rgba(0,0,0,.05) 0px 1px 2px;border-radius:6px;padding:8px 12px}.newsletter-form-input:focus{border-color:var(--global-theme-color)!important}.newsletter-form-button{background:var(--global-theme-color);color:var(--global-bg-color);display:flex;width:min-content;max-width:200px;white-space:nowrap;height:38px;align-items:center;flex-direction:row;padding:9px 17px;box-shadow:rgba(0,0,0,.05) 0px 1px 2px;border-radius:6px;text-align:center;font-style:normal;font-weight:500;line-height:20px;border:0;cursor:pointer}.newsletter-loading-button{background:var(--global-theme-color);color:var(--global-bg-color);display:none;width:min-content;max-width:300px;white-space:nowrap;height:38px;align-items:center;flex-direction:row;padding:9px 17px;box-shadow:rgba(0,0,0,.05) 0px 1px 2px;border-radius:6px;text-align:center;font-style:normal;font-weight:500;line-height:20px;border:0;cursor:pointer;margin-right:20px}.newsletter-success{color:var(--global-text-color);display:none;align-items:center;width:100%}.newsletter-error{color:var(--global-theme-color);display:none;align-items:center;width:100%}.newsletter-back-button{color:var(--global-theme-color);margin:10px auto;text-align:center;display:none;background:rgba(0,0,0,0);border:0;cursor:pointer}@media(max-width:575px){.newsletter-form-input,.newsletter-form-button,.newsletter-loading-button,.newsletter-success,.newsletter-error{font-size:16px!important}.newsletter-form-container{margin-right:20px;margin-left:20px}}.popover{background-color:var(--global-bg-color);border-color:var(--global-divider-color)}.popover .popover-header{color:var(--global-text-color);border-bottom:1px solid var(--global-divider-color)}.popover .popover-body{color:var(--global-text-color)}.bs-popover-top .arrow::after{border-top-color:var(--global-bg-color)}.bs-popover-top .arrow:before{border-top-color:var(--global-divider-color)}.bs-popover-bottom .arrow::after{border-bottom-color:var(--global-bg-color)}.bs-popover-bottom .arrow:before{border-bottom-color:var(--global-divider-color)}::highlight(search){background-color:var(--global-theme-color);color:var(--global-text-color)}d-byline{border-top-color:var(--global-divider-color)!important}d-byline h3{color:var(--global-text-color)!important}d-byline a,d-article d-byline a{color:var(--global-text-color)!important}d-byline a:hover,d-article d-byline a:hover{color:var(--global-hover-color)!important}d-article{border-top-color:var(--global-divider-color)!important}d-article p,d-article h1,d-article h2,d-article h3,d-article h4,d-article h5,d-article h6,d-article li,d-article table{color:var(--global-text-color)!important}d-article h1,d-article h2,d-article hr,d-article table,d-article table th,d-article table td{border-bottom-color:var(--global-divider-color)!important}d-article a{color:var(--global-theme-color)!important}d-article a:hover{color:var(--global-theme-color)!important}d-article b i{display:inline}d-article blockquote{border-left:2px solid var(--global-theme-color)!important}d-article details{color:var(--global-text-color);background-color:var(--global-code-bg-color);margin-top:0;padding:8px 12px;position:relative;border-radius:6px;display:block;margin-bottom:20px;grid-column:text;overflow:auto;max-width:100%}d-article details summary{color:var(--global-theme-color)} +d-article details p{margin-top:.5rem;margin-bottom:.5rem}d-article d-contents{align-self:start;grid-column:1/4;grid-row:auto/span 4;justify-self:end;margin-top:0;padding-left:2em;padding-right:3em;border-right:1px solid var(--global-divider-color);width:max(70%,300px);margin-right:0;margin-top:0;display:grid;grid-template-columns:minmax(8px,1fr) [toc] auto minmax(8px,1fr) [toc-line] 1px minmax(32px,2fr)}d-article d-contents nav{grid-column:toc}d-article d-contents nav a{border-bottom:none!important}d-article d-contents nav a:hover{border-bottom:1px solid var(--global-text-color)!important}d-article d-contents nav h3{margin-top:0;margin-bottom:1em}d-article d-contents nav div{display:block;outline:0;margin-bottom:.8em;color:rgba(0,0,0,.8);font-weight:bold}d-article d-contents nav ul{padding-left:1em;margin-top:0;margin-bottom:6px;list-style-type:none}d-article d-contents nav ul li{margin-bottom:.25em}d-article d-contents .figcaption{line-height:1.4em}d-article d-contents toc-line{border-right:1px solid var(--global-divider-color);grid-column:toc-line}d-article d-footnote{scroll-margin-top:66px}d-appendix{border-top-color:var(--global-divider-color)!important;color:var(--global-distill-app-color)!important}d-appendix h3,d-appendix li,d-appendix span{color:var(--global-distill-app-color)!important}d-appendix a,d-appendix a.footnote-backlink{color:var(--global-distill-app-color)!important}d-appendix a:hover,d-appendix a.footnote-backlink:hover{color:var(--global-hover-color)!important}@media(max-width:1024px){d-article d-contents{display:block;grid-column-start:2;grid-column-end:-2;padding-bottom:.5em;margin-bottom:1em;padding-top:.5em;width:100%;border:1px solid var(--global-divider-color)}d-article d-contents nav{grid-column:none}}div.container-link-button{margin-right:.5rem}table.table-cv{background-color:rgba(0,0,0,0)!important}table.table-cv td,table.table-cv th{padding:1px}a.btncv{color:var(--global-text-color)!important;border:1px solid var(--global-text-color)!important;border-radius:.125rem;padding-left:1rem;padding-right:1rem;padding-top:.25rem;padding-bottom:.25rem;text-decoration:none;font-weight:400;font-size:.7rem;text-align:center;vertical-align:middle;text-transform:uppercase;white-space:nowrap}a.btncv:hover{color:var(--global-theme-color)!important;border-color:var(--global-theme-color)!important;text-decoration:none!important}p.location{font-size:.7rem;white-space:nowrap}i.iconlocation{color:var(--global-theme-color);font-size:.8rem}i.iconinstitution{color:var(--global-theme-color);font-size:.95rem;margin-right:.3rem}i.icondepartment{color:var(--global-theme-color);font-size:.8rem;margin-right:.3rem}table.institution{margin-bottom:1rem}td.department{font-size:.8rem}div.container-links{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin-top:1rem;margin-bottom:.5rem}div.container-pdf{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start}div.list-groups{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row;align-content:center}div.list-group{display:flex;flex-wrap:wrap;flex-direction:column;align-items:flex-start;margin-bottom:2rem}td.list-group-category{color:var(--global-theme-color);margin-bottom:.5rem}td.list-group-category-icon{font-size:.8rem;color:var(--global-theme-color);width:1.4rem;padding-right:.4rem}td.list-group-name{font-size:.8rem}td.list-group-level{font-size:.8rem;padding-left:.5rem}td.list-group-school{font-size:.7rem;padding-left:.5rem;text-align:center}p.list-group-time{font-size:.7rem;padding-left:.5rem}td.list-group-link{padding-left:.5rem}a.anchor{display:block;position:relative;top:-50px;visibility:hidden}ul.timeline{margin-top:2rem;margin-bottom:2rem}ul.timeline li{position:relative;min-height:2.2rem;color:var(--global-text-color);list-style-position:inside}span.badge-toc{color:var(--global-bg-color);background-color:var(--global-theme-color);border-radius:.125rem;padding:.125rem .5rem .125rem .5rem;font-weight:700!important;display:inline-block;inline-size:fit-content}ul.timeline li::before{content:"";min-height:2.5rem;width:1px;background:var(--global-text-color);margin:0;padding:0;position:absolute;left:2px;top:-0.5rem}.tab{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none;position:relative}.tab>*{flex:none;padding-left:20px;position:relative}.tab>*>a{display:block;text-align:center;padding:9px 20px;color:var(--global-text-color-light);border-bottom:2px solid rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);font-size:12px;text-transform:uppercase;transition:color .1s ease-in-out;line-height:20px}.tab>.active>a{color:var(--global-text-color);border-color:var(--global-theme-color)}.tab>li>a{text-decoration:none;cursor:pointer}.tab-content{padding:0}.tab-content>li{display:none}.tab-content>li.active{display:block}.typogram .diagram{display:block}.typogram .diagram line,.typogram .diagram circle,.typogram .diagram rect{stroke:var(--global-text-color)} +.typogram .diagram line{stroke-width:2}.typogram .diagram circle{r:3.5}.typogram .diagram rect{width:6px;height:6px}.typogram .diagram text,.typogram .glyph,.typogram .debug text{font-family:Iosevka Fixed,monospace;font-size:3em;text-anchor:middle;alignment-baseline:central;white-space:pre;fill:var(--global-text-color)}.typogram .reserved{fill:rgba(0,0,0,0);white-space:pre}.typogram .debug[debug=true] .reserved{fill:var(--global-text-color);opacity:.5}.typogram .debug[debug=true] line.grid{stroke:var(--global-text-color);stroke-width:.2;stroke-linecap:butt;fill:var(--global-text-color);opacity:1%}.typogram polygon{stroke-width:0}.typogram .debug[debug=true] polygon.inner{fill:var(--global-text-color);stroke:var(--global-text-color);opacity:5%}.typogram polygon{stroke:var(--global-text-color);stroke-linecap:butt;fill:var(--global-text-color)}.typogram .debug[debug=true] polygon,.typogram .debug[debug=true] line.grid{opacity:10%}.typogram .debug[debug=true] polygon,.typogram .debug[debug=true] path,.typogram .debug[debug=true] circle{opacity:50%}.typogram .debug[debug=true] polygon{fill:red;stroke:red}.typogram .debug[debug=true] circle,.typogram .debug[debug=true] path{opacity:50%;fill:red}.typogram .debug[debug=true] circle{stroke:red}.typogram .debug[debug=true] .inner{stroke-width:.2}.typogram line.part{stroke-width:6;stroke-linecap:butt;stroke:var(--global-text-color)}.typogram .debug[debug=true] line.part{opacity:50%;stroke:red}.typogram .debug[debug=true] line.center{stroke-width:3;stroke-linecap:butt;opacity:10%;stroke:var(--global-text-color)}.typogram text::selection{fill:HighlightText;background-color:Highlight}/*! * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. - */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas::before,.far::before,.fab::before,.fa-solid::before,.fa-regular::before,.fa-brands::before,.fa::before{content:var(--fa)}.fa-classic,.fas,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width,2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,0.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,0.08em);padding:var(--fa-border-padding,0.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.28,0.84,0.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1))} -.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0;transition-duration:0}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30 ";--fa--fa:"\30 \30 "}.fa-1{--fa:"\31 ";--fa--fa:"\31 \31 "}.fa-2{--fa:"\32 ";--fa--fa:"\32 \32 "}.fa-3{--fa:"\33 ";--fa--fa:"\33 \33 "}.fa-4{--fa:"\34 ";--fa--fa:"\34 \34 "}.fa-5{--fa:"\35 ";--fa--fa:"\35 \35 "}.fa-6{--fa:"\36 ";--fa--fa:"\36 \36 "}.fa-7{--fa:"\37 ";--fa--fa:"\37 \37 "}.fa-8{--fa:"\38 ";--fa--fa:"\38 \38 "}.fa-9{--fa:"\39 ";--fa--fa:"\39 \39 "}.fa-fill-drip{--fa:"";--fa--fa:""}.fa-arrows-to-circle{--fa:"";--fa--fa:""}.fa-circle-chevron-right{--fa:"";--fa--fa:""}.fa-chevron-circle-right{--fa:"";--fa--fa:""}.fa-at{--fa:"\@";--fa--fa:"\@\@"} -.fa-trash-can{--fa:"";--fa--fa:""}.fa-trash-alt{--fa:"";--fa--fa:""}.fa-text-height{--fa:"";--fa--fa:""}.fa-user-xmark{--fa:"";--fa--fa:""}.fa-user-times{--fa:"";--fa--fa:""}.fa-stethoscope{--fa:"";--fa--fa:""}.fa-message{--fa:"";--fa--fa:""}.fa-comment-alt{--fa:"";--fa--fa:""}.fa-info{--fa:"";--fa--fa:""}.fa-down-left-and-up-right-to-center{--fa:"";--fa--fa:""}.fa-compress-alt{--fa:"";--fa--fa:""}.fa-explosion{--fa:"";--fa--fa:""}.fa-file-lines{--fa:"";--fa--fa:""}.fa-file-alt{--fa:"";--fa--fa:""}.fa-file-text{--fa:"";--fa--fa:""}.fa-wave-square{--fa:"";--fa--fa:""}.fa-ring{--fa:"";--fa--fa:""}.fa-building-un{--fa:"";--fa--fa:""}.fa-dice-three{--fa:"";--fa--fa:""}.fa-calendar-days{--fa:"";--fa--fa:""}.fa-calendar-alt{--fa:"";--fa--fa:""}.fa-anchor-circle-check{--fa:"";--fa--fa:""}.fa-building-circle-arrow-right{--fa:"";--fa--fa:""}.fa-volleyball{--fa:"";--fa--fa:""}.fa-volleyball-ball{--fa:"";--fa--fa:""}.fa-arrows-up-to-line{--fa:"";--fa--fa:""}.fa-sort-down{--fa:"";--fa--fa:""}.fa-sort-desc{--fa:"";--fa--fa:""}.fa-circle-minus{--fa:"";--fa--fa:""}.fa-minus-circle{--fa:"";--fa--fa:""}.fa-door-open{--fa:"";--fa--fa:""}.fa-right-from-bracket{--fa:"";--fa--fa:""}.fa-sign-out-alt{--fa:"";--fa--fa:""}.fa-atom{--fa:"";--fa--fa:""}.fa-soap{--fa:"";--fa--fa:""}.fa-icons{--fa:"";--fa--fa:""}.fa-heart-music-camera-bolt{--fa:"";--fa--fa:""}.fa-microphone-lines-slash{--fa:"";--fa--fa:""}.fa-microphone-alt-slash{--fa:"";--fa--fa:""}.fa-bridge-circle-check{--fa:"";--fa--fa:""}.fa-pump-medical{--fa:"";--fa--fa:""}.fa-fingerprint{--fa:"";--fa--fa:""}.fa-hand-point-right{--fa:"";--fa--fa:""}.fa-magnifying-glass-location{--fa:"";--fa--fa:""}.fa-search-location{--fa:"";--fa--fa:""}.fa-forward-step{--fa:"";--fa--fa:""}.fa-step-forward{--fa:"";--fa--fa:""}.fa-face-smile-beam{--fa:"";--fa--fa:""} -.fa-smile-beam{--fa:"";--fa--fa:""}.fa-flag-checkered{--fa:"";--fa--fa:""}.fa-football{--fa:"";--fa--fa:""}.fa-football-ball{--fa:"";--fa--fa:""}.fa-school-circle-exclamation{--fa:"";--fa--fa:""}.fa-crop{--fa:"";--fa--fa:""}.fa-angles-down{--fa:"";--fa--fa:""}.fa-angle-double-down{--fa:"";--fa--fa:""}.fa-users-rectangle{--fa:"";--fa--fa:""}.fa-people-roof{--fa:"";--fa--fa:""}.fa-people-line{--fa:"";--fa--fa:""}.fa-beer-mug-empty{--fa:"";--fa--fa:""}.fa-beer{--fa:"";--fa--fa:""}.fa-diagram-predecessor{--fa:"";--fa--fa:""}.fa-arrow-up-long{--fa:"";--fa--fa:""}.fa-long-arrow-up{--fa:"";--fa--fa:""}.fa-fire-flame-simple{--fa:"";--fa--fa:""}.fa-burn{--fa:"";--fa--fa:""}.fa-person{--fa:"";--fa--fa:""}.fa-male{--fa:"";--fa--fa:""}.fa-laptop{--fa:"";--fa--fa:""}.fa-file-csv{--fa:"";--fa--fa:""}.fa-menorah{--fa:"";--fa--fa:""}.fa-truck-plane{--fa:"";--fa--fa:""}.fa-record-vinyl{--fa:"";--fa--fa:""}.fa-face-grin-stars{--fa:"";--fa--fa:""}.fa-grin-stars{--fa:"";--fa--fa:""}.fa-bong{--fa:"";--fa--fa:""}.fa-spaghetti-monster-flying{--fa:"";--fa--fa:""}.fa-pastafarianism{--fa:"";--fa--fa:""}.fa-arrow-down-up-across-line{--fa:"";--fa--fa:""}.fa-spoon{--fa:"";--fa--fa:""}.fa-utensil-spoon{--fa:"";--fa--fa:""}.fa-jar-wheat{--fa:"";--fa--fa:""}.fa-envelopes-bulk{--fa:"";--fa--fa:""}.fa-mail-bulk{--fa:"";--fa--fa:""}.fa-file-circle-exclamation{--fa:"";--fa--fa:""}.fa-circle-h{--fa:"";--fa--fa:""}.fa-hospital-symbol{--fa:"";--fa--fa:""}.fa-pager{--fa:"";--fa--fa:""}.fa-address-book{--fa:"";--fa--fa:""}.fa-contact-book{--fa:"";--fa--fa:""}.fa-strikethrough{--fa:"";--fa--fa:""}.fa-k{--fa:"K";--fa--fa:"KK"}.fa-landmark-flag{--fa:"";--fa--fa:""}.fa-pencil{--fa:"";--fa--fa:""}.fa-pencil-alt{--fa:"";--fa--fa:""} -.fa-backward{--fa:"";--fa--fa:""}.fa-caret-right{--fa:"";--fa--fa:""}.fa-comments{--fa:"";--fa--fa:""}.fa-paste{--fa:"";--fa--fa:""}.fa-file-clipboard{--fa:"";--fa--fa:""}.fa-code-pull-request{--fa:"";--fa--fa:""}.fa-clipboard-list{--fa:"";--fa--fa:""}.fa-truck-ramp-box{--fa:"";--fa--fa:""}.fa-truck-loading{--fa:"";--fa--fa:""}.fa-user-check{--fa:"";--fa--fa:""}.fa-vial-virus{--fa:"";--fa--fa:""}.fa-sheet-plastic{--fa:"";--fa--fa:""}.fa-blog{--fa:"";--fa--fa:""}.fa-user-ninja{--fa:"";--fa--fa:""}.fa-person-arrow-up-from-line{--fa:"";--fa--fa:""}.fa-scroll-torah{--fa:"";--fa--fa:""}.fa-torah{--fa:"";--fa--fa:""}.fa-broom-ball{--fa:"";--fa--fa:""}.fa-quidditch{--fa:"";--fa--fa:""}.fa-quidditch-broom-ball{--fa:"";--fa--fa:""}.fa-toggle-off{--fa:"";--fa--fa:""}.fa-box-archive{--fa:"";--fa--fa:""}.fa-archive{--fa:"";--fa--fa:""}.fa-person-drowning{--fa:"";--fa--fa:""}.fa-arrow-down-9-1{--fa:"";--fa--fa:""}.fa-sort-numeric-desc{--fa:"";--fa--fa:""}.fa-sort-numeric-down-alt{--fa:"";--fa--fa:""}.fa-face-grin-tongue-squint{--fa:"";--fa--fa:""}.fa-grin-tongue-squint{--fa:"";--fa--fa:""}.fa-spray-can{--fa:"";--fa--fa:""}.fa-truck-monster{--fa:"";--fa--fa:""}.fa-w{--fa:"W";--fa--fa:"WW"}.fa-earth-africa{--fa:"";--fa--fa:""}.fa-globe-africa{--fa:"";--fa--fa:""}.fa-rainbow{--fa:"";--fa--fa:""}.fa-circle-notch{--fa:"";--fa--fa:""}.fa-tablet-screen-button{--fa:"";--fa--fa:""}.fa-tablet-alt{--fa:"";--fa--fa:""}.fa-paw{--fa:"";--fa--fa:""}.fa-cloud{--fa:"";--fa--fa:""}.fa-trowel-bricks{--fa:"";--fa--fa:""}.fa-face-flushed{--fa:"";--fa--fa:""}.fa-flushed{--fa:"";--fa--fa:""}.fa-hospital-user{--fa:"";--fa--fa:""}.fa-tent-arrow-left-right{--fa:"";--fa--fa:""}.fa-gavel{--fa:"";--fa--fa:""}.fa-legal{--fa:"";--fa--fa:""} -.fa-binoculars{--fa:"";--fa--fa:""}.fa-microphone-slash{--fa:"";--fa--fa:""}.fa-box-tissue{--fa:"";--fa--fa:""}.fa-motorcycle{--fa:"";--fa--fa:""}.fa-bell-concierge{--fa:"";--fa--fa:""}.fa-concierge-bell{--fa:"";--fa--fa:""}.fa-pen-ruler{--fa:"";--fa--fa:""}.fa-pencil-ruler{--fa:"";--fa--fa:""}.fa-people-arrows{--fa:"";--fa--fa:""}.fa-people-arrows-left-right{--fa:"";--fa--fa:""}.fa-mars-and-venus-burst{--fa:"";--fa--fa:""}.fa-square-caret-right{--fa:"";--fa--fa:""}.fa-caret-square-right{--fa:"";--fa--fa:""}.fa-scissors{--fa:"";--fa--fa:""}.fa-cut{--fa:"";--fa--fa:""}.fa-sun-plant-wilt{--fa:"";--fa--fa:""}.fa-toilets-portable{--fa:"";--fa--fa:""}.fa-hockey-puck{--fa:"";--fa--fa:""}.fa-table{--fa:"";--fa--fa:""}.fa-magnifying-glass-arrow-right{--fa:"";--fa--fa:""}.fa-tachograph-digital{--fa:"";--fa--fa:""}.fa-digital-tachograph{--fa:"";--fa--fa:""}.fa-users-slash{--fa:"";--fa--fa:""}.fa-clover{--fa:"";--fa--fa:""}.fa-reply{--fa:"";--fa--fa:""}.fa-mail-reply{--fa:"";--fa--fa:""}.fa-star-and-crescent{--fa:"";--fa--fa:""}.fa-house-fire{--fa:"";--fa--fa:""}.fa-square-minus{--fa:"";--fa--fa:""}.fa-minus-square{--fa:"";--fa--fa:""}.fa-helicopter{--fa:"";--fa--fa:""}.fa-compass{--fa:"";--fa--fa:""}.fa-square-caret-down{--fa:"";--fa--fa:""}.fa-caret-square-down{--fa:"";--fa--fa:""}.fa-file-circle-question{--fa:"";--fa--fa:""}.fa-laptop-code{--fa:"";--fa--fa:""}.fa-swatchbook{--fa:"";--fa--fa:""}.fa-prescription-bottle{--fa:"";--fa--fa:""}.fa-bars{--fa:"";--fa--fa:""}.fa-navicon{--fa:"";--fa--fa:""}.fa-people-group{--fa:"";--fa--fa:""}.fa-hourglass-end{--fa:"";--fa--fa:""}.fa-hourglass-3{--fa:"";--fa--fa:""}.fa-heart-crack{--fa:"";--fa--fa:""}.fa-heart-broken{--fa:"";--fa--fa:""}.fa-square-up-right{--fa:"";--fa--fa:""}.fa-external-link-square-alt{--fa:"";--fa--fa:""} -.fa-face-kiss-beam{--fa:"";--fa--fa:""}.fa-kiss-beam{--fa:"";--fa--fa:""}.fa-film{--fa:"";--fa--fa:""}.fa-ruler-horizontal{--fa:"";--fa--fa:""}.fa-people-robbery{--fa:"";--fa--fa:""}.fa-lightbulb{--fa:"";--fa--fa:""}.fa-caret-left{--fa:"";--fa--fa:""}.fa-circle-exclamation{--fa:"";--fa--fa:""}.fa-exclamation-circle{--fa:"";--fa--fa:""}.fa-school-circle-xmark{--fa:"";--fa--fa:""}.fa-arrow-right-from-bracket{--fa:"";--fa--fa:""}.fa-sign-out{--fa:"";--fa--fa:""}.fa-circle-chevron-down{--fa:"";--fa--fa:""}.fa-chevron-circle-down{--fa:"";--fa--fa:""}.fa-unlock-keyhole{--fa:"";--fa--fa:""}.fa-unlock-alt{--fa:"";--fa--fa:""}.fa-cloud-showers-heavy{--fa:"";--fa--fa:""}.fa-headphones-simple{--fa:"";--fa--fa:""}.fa-headphones-alt{--fa:"";--fa--fa:""}.fa-sitemap{--fa:"";--fa--fa:""}.fa-circle-dollar-to-slot{--fa:"";--fa--fa:""}.fa-donate{--fa:"";--fa--fa:""}.fa-memory{--fa:"";--fa--fa:""}.fa-road-spikes{--fa:"";--fa--fa:""}.fa-fire-burner{--fa:"";--fa--fa:""}.fa-flag{--fa:"";--fa--fa:""}.fa-hanukiah{--fa:"";--fa--fa:""}.fa-feather{--fa:"";--fa--fa:""}.fa-volume-low{--fa:"";--fa--fa:""}.fa-volume-down{--fa:"";--fa--fa:""}.fa-comment-slash{--fa:"";--fa--fa:""}.fa-cloud-sun-rain{--fa:"";--fa--fa:""}.fa-compress{--fa:"";--fa--fa:""}.fa-wheat-awn{--fa:"";--fa--fa:""}.fa-wheat-alt{--fa:"";--fa--fa:""}.fa-ankh{--fa:"";--fa--fa:""}.fa-hands-holding-child{--fa:"";--fa--fa:""}.fa-asterisk{--fa:"\*";--fa--fa:"\*\*"}.fa-square-check{--fa:"";--fa--fa:""}.fa-check-square{--fa:"";--fa--fa:""}.fa-peseta-sign{--fa:"";--fa--fa:""}.fa-heading{--fa:"";--fa--fa:""}.fa-header{--fa:"";--fa--fa:""}.fa-ghost{--fa:"";--fa--fa:""}.fa-list{--fa:"";--fa--fa:""}.fa-list-squares{--fa:"";--fa--fa:""}.fa-square-phone-flip{--fa:"";--fa--fa:""} -.fa-phone-square-alt{--fa:"";--fa--fa:""}.fa-cart-plus{--fa:"";--fa--fa:""}.fa-gamepad{--fa:"";--fa--fa:""}.fa-circle-dot{--fa:"";--fa--fa:""}.fa-dot-circle{--fa:"";--fa--fa:""}.fa-face-dizzy{--fa:"";--fa--fa:""}.fa-dizzy{--fa:"";--fa--fa:""}.fa-egg{--fa:"";--fa--fa:""}.fa-house-medical-circle-xmark{--fa:"";--fa--fa:""}.fa-campground{--fa:"";--fa--fa:""}.fa-folder-plus{--fa:"";--fa--fa:""}.fa-futbol{--fa:"";--fa--fa:""}.fa-futbol-ball{--fa:"";--fa--fa:""}.fa-soccer-ball{--fa:"";--fa--fa:""}.fa-paintbrush{--fa:"";--fa--fa:""}.fa-paint-brush{--fa:"";--fa--fa:""}.fa-lock{--fa:"";--fa--fa:""}.fa-gas-pump{--fa:"";--fa--fa:""}.fa-hot-tub-person{--fa:"";--fa--fa:""}.fa-hot-tub{--fa:"";--fa--fa:""}.fa-map-location{--fa:"";--fa--fa:""}.fa-map-marked{--fa:"";--fa--fa:""}.fa-house-flood-water{--fa:"";--fa--fa:""}.fa-tree{--fa:"";--fa--fa:""}.fa-bridge-lock{--fa:"";--fa--fa:""}.fa-sack-dollar{--fa:"";--fa--fa:""}.fa-pen-to-square{--fa:"";--fa--fa:""}.fa-edit{--fa:"";--fa--fa:""}.fa-car-side{--fa:"";--fa--fa:""}.fa-share-nodes{--fa:"";--fa--fa:""}.fa-share-alt{--fa:"";--fa--fa:""}.fa-heart-circle-minus{--fa:"";--fa--fa:""}.fa-hourglass-half{--fa:"";--fa--fa:""}.fa-hourglass-2{--fa:"";--fa--fa:""}.fa-microscope{--fa:"";--fa--fa:""}.fa-sink{--fa:"";--fa--fa:""}.fa-bag-shopping{--fa:"";--fa--fa:""}.fa-shopping-bag{--fa:"";--fa--fa:""}.fa-arrow-down-z-a{--fa:"";--fa--fa:""}.fa-sort-alpha-desc{--fa:"";--fa--fa:""}.fa-sort-alpha-down-alt{--fa:"";--fa--fa:""}.fa-mitten{--fa:"";--fa--fa:""}.fa-person-rays{--fa:"";--fa--fa:""}.fa-users{--fa:"";--fa--fa:""}.fa-eye-slash{--fa:"";--fa--fa:""}.fa-flask-vial{--fa:"";--fa--fa:""}.fa-hand{--fa:"";--fa--fa:""}.fa-hand-paper{--fa:"";--fa--fa:""} -.fa-om{--fa:"";--fa--fa:""}.fa-worm{--fa:"";--fa--fa:""}.fa-house-circle-xmark{--fa:"";--fa--fa:""}.fa-plug{--fa:"";--fa--fa:""}.fa-chevron-up{--fa:"";--fa--fa:""}.fa-hand-spock{--fa:"";--fa--fa:""}.fa-stopwatch{--fa:"";--fa--fa:""}.fa-face-kiss{--fa:"";--fa--fa:""}.fa-kiss{--fa:"";--fa--fa:""}.fa-bridge-circle-xmark{--fa:"";--fa--fa:""}.fa-face-grin-tongue{--fa:"";--fa--fa:""}.fa-grin-tongue{--fa:"";--fa--fa:""}.fa-chess-bishop{--fa:"";--fa--fa:""}.fa-face-grin-wink{--fa:"";--fa--fa:""}.fa-grin-wink{--fa:"";--fa--fa:""}.fa-ear-deaf{--fa:"";--fa--fa:""}.fa-deaf{--fa:"";--fa--fa:""}.fa-deafness{--fa:"";--fa--fa:""}.fa-hard-of-hearing{--fa:"";--fa--fa:""}.fa-road-circle-check{--fa:"";--fa--fa:""}.fa-dice-five{--fa:"";--fa--fa:""}.fa-square-rss{--fa:"";--fa--fa:""}.fa-rss-square{--fa:"";--fa--fa:""}.fa-land-mine-on{--fa:"";--fa--fa:""}.fa-i-cursor{--fa:"";--fa--fa:""}.fa-stamp{--fa:"";--fa--fa:""}.fa-stairs{--fa:"";--fa--fa:""}.fa-i{--fa:"I";--fa--fa:"II"}.fa-hryvnia-sign{--fa:"";--fa--fa:""}.fa-hryvnia{--fa:"";--fa--fa:""}.fa-pills{--fa:"";--fa--fa:""}.fa-face-grin-wide{--fa:"";--fa--fa:""}.fa-grin-alt{--fa:"";--fa--fa:""}.fa-tooth{--fa:"";--fa--fa:""}.fa-v{--fa:"V";--fa--fa:"VV"}.fa-bangladeshi-taka-sign{--fa:"";--fa--fa:""}.fa-bicycle{--fa:"";--fa--fa:""}.fa-staff-snake{--fa:"";--fa--fa:""}.fa-rod-asclepius{--fa:"";--fa--fa:""}.fa-rod-snake{--fa:"";--fa--fa:""}.fa-staff-aesculapius{--fa:"";--fa--fa:""}.fa-head-side-cough-slash{--fa:"";--fa--fa:""}.fa-truck-medical{--fa:"";--fa--fa:""}.fa-ambulance{--fa:"";--fa--fa:""}.fa-wheat-awn-circle-exclamation{--fa:"";--fa--fa:""}.fa-snowman{--fa:"";--fa--fa:""}.fa-mortar-pestle{--fa:"";--fa--fa:""}.fa-road-barrier{--fa:"";--fa--fa:""} -.fa-school{--fa:"";--fa--fa:""}.fa-igloo{--fa:"";--fa--fa:""}.fa-joint{--fa:"";--fa--fa:""}.fa-angle-right{--fa:"";--fa--fa:""}.fa-horse{--fa:"";--fa--fa:""}.fa-q{--fa:"Q";--fa--fa:"QQ"}.fa-g{--fa:"G";--fa--fa:"GG"}.fa-notes-medical{--fa:"";--fa--fa:""}.fa-temperature-half{--fa:"";--fa--fa:""}.fa-temperature-2{--fa:"";--fa--fa:""}.fa-thermometer-2{--fa:"";--fa--fa:""}.fa-thermometer-half{--fa:"";--fa--fa:""}.fa-dong-sign{--fa:"";--fa--fa:""}.fa-capsules{--fa:"";--fa--fa:""}.fa-poo-storm{--fa:"";--fa--fa:""}.fa-poo-bolt{--fa:"";--fa--fa:""}.fa-face-frown-open{--fa:"";--fa--fa:""}.fa-frown-open{--fa:"";--fa--fa:""}.fa-hand-point-up{--fa:"";--fa--fa:""}.fa-money-bill{--fa:"";--fa--fa:""}.fa-bookmark{--fa:"";--fa--fa:""}.fa-align-justify{--fa:"";--fa--fa:""}.fa-umbrella-beach{--fa:"";--fa--fa:""}.fa-helmet-un{--fa:"";--fa--fa:""}.fa-bullseye{--fa:"";--fa--fa:""}.fa-bacon{--fa:"";--fa--fa:""}.fa-hand-point-down{--fa:"";--fa--fa:""}.fa-arrow-up-from-bracket{--fa:"";--fa--fa:""}.fa-folder{--fa:"";--fa--fa:""}.fa-folder-blank{--fa:"";--fa--fa:""}.fa-file-waveform{--fa:"";--fa--fa:""}.fa-file-medical-alt{--fa:"";--fa--fa:""}.fa-radiation{--fa:"";--fa--fa:""}.fa-chart-simple{--fa:"";--fa--fa:""}.fa-mars-stroke{--fa:"";--fa--fa:""}.fa-vial{--fa:"";--fa--fa:""}.fa-gauge{--fa:"";--fa--fa:""}.fa-dashboard{--fa:"";--fa--fa:""}.fa-gauge-med{--fa:"";--fa--fa:""}.fa-tachometer-alt-average{--fa:"";--fa--fa:""}.fa-wand-magic-sparkles{--fa:"";--fa--fa:""}.fa-magic-wand-sparkles{--fa:"";--fa--fa:""}.fa-e{--fa:"E";--fa--fa:"EE"}.fa-pen-clip{--fa:"";--fa--fa:""}.fa-pen-alt{--fa:"";--fa--fa:""}.fa-bridge-circle-exclamation{--fa:"";--fa--fa:""}.fa-user{--fa:"";--fa--fa:""}.fa-school-circle-check{--fa:"";--fa--fa:""} -.fa-dumpster{--fa:"";--fa--fa:""}.fa-van-shuttle{--fa:"";--fa--fa:""}.fa-shuttle-van{--fa:"";--fa--fa:""}.fa-building-user{--fa:"";--fa--fa:""}.fa-square-caret-left{--fa:"";--fa--fa:""}.fa-caret-square-left{--fa:"";--fa--fa:""}.fa-highlighter{--fa:"";--fa--fa:""}.fa-key{--fa:"";--fa--fa:""}.fa-bullhorn{--fa:"";--fa--fa:""}.fa-globe{--fa:"";--fa--fa:""}.fa-synagogue{--fa:"";--fa--fa:""}.fa-person-half-dress{--fa:"";--fa--fa:""}.fa-road-bridge{--fa:"";--fa--fa:""}.fa-location-arrow{--fa:"";--fa--fa:""}.fa-c{--fa:"C";--fa--fa:"CC"}.fa-tablet-button{--fa:"";--fa--fa:""}.fa-building-lock{--fa:"";--fa--fa:""}.fa-pizza-slice{--fa:"";--fa--fa:""}.fa-money-bill-wave{--fa:"";--fa--fa:""}.fa-chart-area{--fa:"";--fa--fa:""}.fa-area-chart{--fa:"";--fa--fa:""}.fa-house-flag{--fa:"";--fa--fa:""}.fa-person-circle-minus{--fa:"";--fa--fa:""}.fa-ban{--fa:"";--fa--fa:""}.fa-cancel{--fa:"";--fa--fa:""}.fa-camera-rotate{--fa:"";--fa--fa:""}.fa-spray-can-sparkles{--fa:"";--fa--fa:""}.fa-air-freshener{--fa:"";--fa--fa:""}.fa-star{--fa:"";--fa--fa:""}.fa-repeat{--fa:"";--fa--fa:""}.fa-cross{--fa:"";--fa--fa:""}.fa-box{--fa:"";--fa--fa:""}.fa-venus-mars{--fa:"";--fa--fa:""}.fa-arrow-pointer{--fa:"";--fa--fa:""}.fa-mouse-pointer{--fa:"";--fa--fa:""}.fa-maximize{--fa:"";--fa--fa:""}.fa-expand-arrows-alt{--fa:"";--fa--fa:""}.fa-charging-station{--fa:"";--fa--fa:""}.fa-shapes{--fa:"";--fa--fa:""}.fa-triangle-circle-square{--fa:"";--fa--fa:""}.fa-shuffle{--fa:"";--fa--fa:""}.fa-random{--fa:"";--fa--fa:""}.fa-person-running{--fa:"";--fa--fa:""}.fa-running{--fa:"";--fa--fa:""}.fa-mobile-retro{--fa:"";--fa--fa:""}.fa-grip-lines-vertical{--fa:"";--fa--fa:""}.fa-spider{--fa:"";--fa--fa:""}.fa-hands-bound{--fa:"";--fa--fa:""} -.fa-file-invoice-dollar{--fa:"";--fa--fa:""}.fa-plane-circle-exclamation{--fa:"";--fa--fa:""}.fa-x-ray{--fa:"";--fa--fa:""}.fa-spell-check{--fa:"";--fa--fa:""}.fa-slash{--fa:"";--fa--fa:""}.fa-computer-mouse{--fa:"";--fa--fa:""}.fa-mouse{--fa:"";--fa--fa:""}.fa-arrow-right-to-bracket{--fa:"";--fa--fa:""}.fa-sign-in{--fa:"";--fa--fa:""}.fa-shop-slash{--fa:"";--fa--fa:""}.fa-store-alt-slash{--fa:"";--fa--fa:""}.fa-server{--fa:"";--fa--fa:""}.fa-virus-covid-slash{--fa:"";--fa--fa:""}.fa-shop-lock{--fa:"";--fa--fa:""}.fa-hourglass-start{--fa:"";--fa--fa:""}.fa-hourglass-1{--fa:"";--fa--fa:""}.fa-blender-phone{--fa:"";--fa--fa:""}.fa-building-wheat{--fa:"";--fa--fa:""}.fa-person-breastfeeding{--fa:"";--fa--fa:""}.fa-right-to-bracket{--fa:"";--fa--fa:""}.fa-sign-in-alt{--fa:"";--fa--fa:""}.fa-venus{--fa:"";--fa--fa:""}.fa-passport{--fa:"";--fa--fa:""}.fa-thumbtack-slash{--fa:"";--fa--fa:""}.fa-thumb-tack-slash{--fa:"";--fa--fa:""}.fa-heart-pulse{--fa:"";--fa--fa:""}.fa-heartbeat{--fa:"";--fa--fa:""}.fa-people-carry-box{--fa:"";--fa--fa:""}.fa-people-carry{--fa:"";--fa--fa:""}.fa-temperature-high{--fa:"";--fa--fa:""}.fa-microchip{--fa:"";--fa--fa:""}.fa-crown{--fa:"";--fa--fa:""}.fa-weight-hanging{--fa:"";--fa--fa:""}.fa-xmarks-lines{--fa:"";--fa--fa:""}.fa-file-prescription{--fa:"";--fa--fa:""}.fa-weight-scale{--fa:"";--fa--fa:""}.fa-weight{--fa:"";--fa--fa:""}.fa-user-group{--fa:"";--fa--fa:""}.fa-user-friends{--fa:"";--fa--fa:""}.fa-arrow-up-a-z{--fa:"";--fa--fa:""}.fa-sort-alpha-up{--fa:"";--fa--fa:""}.fa-chess-knight{--fa:"";--fa--fa:""}.fa-face-laugh-squint{--fa:"";--fa--fa:""}.fa-laugh-squint{--fa:"";--fa--fa:""}.fa-wheelchair{--fa:"";--fa--fa:""}.fa-circle-arrow-up{--fa:"";--fa--fa:""}.fa-arrow-circle-up{--fa:"";--fa--fa:""} -.fa-toggle-on{--fa:"";--fa--fa:""}.fa-person-walking{--fa:"";--fa--fa:""}.fa-walking{--fa:"";--fa--fa:""}.fa-l{--fa:"L";--fa--fa:"LL"}.fa-fire{--fa:"";--fa--fa:""}.fa-bed-pulse{--fa:"";--fa--fa:""}.fa-procedures{--fa:"";--fa--fa:""}.fa-shuttle-space{--fa:"";--fa--fa:""}.fa-space-shuttle{--fa:"";--fa--fa:""}.fa-face-laugh{--fa:"";--fa--fa:""}.fa-laugh{--fa:"";--fa--fa:""}.fa-folder-open{--fa:"";--fa--fa:""}.fa-heart-circle-plus{--fa:"";--fa--fa:""}.fa-code-fork{--fa:"";--fa--fa:""}.fa-city{--fa:"";--fa--fa:""}.fa-microphone-lines{--fa:"";--fa--fa:""}.fa-microphone-alt{--fa:"";--fa--fa:""}.fa-pepper-hot{--fa:"";--fa--fa:""}.fa-unlock{--fa:"";--fa--fa:""}.fa-colon-sign{--fa:"";--fa--fa:""}.fa-headset{--fa:"";--fa--fa:""}.fa-store-slash{--fa:"";--fa--fa:""}.fa-road-circle-xmark{--fa:"";--fa--fa:""}.fa-user-minus{--fa:"";--fa--fa:""}.fa-mars-stroke-up{--fa:"";--fa--fa:""}.fa-mars-stroke-v{--fa:"";--fa--fa:""}.fa-champagne-glasses{--fa:"";--fa--fa:""}.fa-glass-cheers{--fa:"";--fa--fa:""}.fa-clipboard{--fa:"";--fa--fa:""}.fa-house-circle-exclamation{--fa:"";--fa--fa:""}.fa-file-arrow-up{--fa:"";--fa--fa:""}.fa-file-upload{--fa:"";--fa--fa:""}.fa-wifi{--fa:"";--fa--fa:""}.fa-wifi-3{--fa:"";--fa--fa:""}.fa-wifi-strong{--fa:"";--fa--fa:""}.fa-bath{--fa:"";--fa--fa:""}.fa-bathtub{--fa:"";--fa--fa:""}.fa-underline{--fa:"";--fa--fa:""}.fa-user-pen{--fa:"";--fa--fa:""}.fa-user-edit{--fa:"";--fa--fa:""}.fa-signature{--fa:"";--fa--fa:""}.fa-stroopwafel{--fa:"";--fa--fa:""}.fa-bold{--fa:"";--fa--fa:""}.fa-anchor-lock{--fa:"";--fa--fa:""}.fa-building-ngo{--fa:"";--fa--fa:""}.fa-manat-sign{--fa:"";--fa--fa:""}.fa-not-equal{--fa:"";--fa--fa:""} -.fa-border-top-left{--fa:"";--fa--fa:""}.fa-border-style{--fa:"";--fa--fa:""}.fa-map-location-dot{--fa:"";--fa--fa:""}.fa-map-marked-alt{--fa:"";--fa--fa:""}.fa-jedi{--fa:"";--fa--fa:""}.fa-square-poll-vertical{--fa:"";--fa--fa:""}.fa-poll{--fa:"";--fa--fa:""}.fa-mug-hot{--fa:"";--fa--fa:""}.fa-car-battery{--fa:"";--fa--fa:""}.fa-battery-car{--fa:"";--fa--fa:""}.fa-gift{--fa:"";--fa--fa:""}.fa-dice-two{--fa:"";--fa--fa:""}.fa-chess-queen{--fa:"";--fa--fa:""}.fa-glasses{--fa:"";--fa--fa:""}.fa-chess-board{--fa:"";--fa--fa:""}.fa-building-circle-check{--fa:"";--fa--fa:""}.fa-person-chalkboard{--fa:"";--fa--fa:""}.fa-mars-stroke-right{--fa:"";--fa--fa:""}.fa-mars-stroke-h{--fa:"";--fa--fa:""}.fa-hand-back-fist{--fa:"";--fa--fa:""}.fa-hand-rock{--fa:"";--fa--fa:""}.fa-square-caret-up{--fa:"";--fa--fa:""}.fa-caret-square-up{--fa:"";--fa--fa:""}.fa-cloud-showers-water{--fa:"";--fa--fa:""}.fa-chart-bar{--fa:"";--fa--fa:""}.fa-bar-chart{--fa:"";--fa--fa:""}.fa-hands-bubbles{--fa:"";--fa--fa:""}.fa-hands-wash{--fa:"";--fa--fa:""}.fa-less-than-equal{--fa:"";--fa--fa:""}.fa-train{--fa:"";--fa--fa:""}.fa-eye-low-vision{--fa:"";--fa--fa:""}.fa-low-vision{--fa:"";--fa--fa:""}.fa-crow{--fa:"";--fa--fa:""}.fa-sailboat{--fa:"";--fa--fa:""}.fa-window-restore{--fa:"";--fa--fa:""}.fa-square-plus{--fa:"";--fa--fa:""}.fa-plus-square{--fa:"";--fa--fa:""}.fa-torii-gate{--fa:"";--fa--fa:""}.fa-frog{--fa:"";--fa--fa:""}.fa-bucket{--fa:"";--fa--fa:""}.fa-image{--fa:"";--fa--fa:""}.fa-microphone{--fa:"";--fa--fa:""}.fa-cow{--fa:"";--fa--fa:""}.fa-caret-up{--fa:"";--fa--fa:""}.fa-screwdriver{--fa:"";--fa--fa:""}.fa-folder-closed{--fa:"";--fa--fa:""}.fa-house-tsunami{--fa:"";--fa--fa:""} -.fa-square-nfi{--fa:"";--fa--fa:""}.fa-arrow-up-from-ground-water{--fa:"";--fa--fa:""}.fa-martini-glass{--fa:"";--fa--fa:""}.fa-glass-martini-alt{--fa:"";--fa--fa:""}.fa-square-binary{--fa:"";--fa--fa:""}.fa-rotate-left{--fa:"";--fa--fa:""}.fa-rotate-back{--fa:"";--fa--fa:""}.fa-rotate-backward{--fa:"";--fa--fa:""}.fa-undo-alt{--fa:"";--fa--fa:""}.fa-table-columns{--fa:"";--fa--fa:""}.fa-columns{--fa:"";--fa--fa:""}.fa-lemon{--fa:"";--fa--fa:""}.fa-head-side-mask{--fa:"";--fa--fa:""}.fa-handshake{--fa:"";--fa--fa:""}.fa-gem{--fa:"";--fa--fa:""}.fa-dolly{--fa:"";--fa--fa:""}.fa-dolly-box{--fa:"";--fa--fa:""}.fa-smoking{--fa:"";--fa--fa:""}.fa-minimize{--fa:"";--fa--fa:""}.fa-compress-arrows-alt{--fa:"";--fa--fa:""}.fa-monument{--fa:"";--fa--fa:""}.fa-snowplow{--fa:"";--fa--fa:""}.fa-angles-right{--fa:"";--fa--fa:""}.fa-angle-double-right{--fa:"";--fa--fa:""}.fa-cannabis{--fa:"";--fa--fa:""}.fa-circle-play{--fa:"";--fa--fa:""}.fa-play-circle{--fa:"";--fa--fa:""}.fa-tablets{--fa:"";--fa--fa:""}.fa-ethernet{--fa:"";--fa--fa:""}.fa-euro-sign{--fa:"";--fa--fa:""}.fa-eur{--fa:"";--fa--fa:""}.fa-euro{--fa:"";--fa--fa:""}.fa-chair{--fa:"";--fa--fa:""}.fa-circle-check{--fa:"";--fa--fa:""}.fa-check-circle{--fa:"";--fa--fa:""}.fa-circle-stop{--fa:"";--fa--fa:""}.fa-stop-circle{--fa:"";--fa--fa:""}.fa-compass-drafting{--fa:"";--fa--fa:""}.fa-drafting-compass{--fa:"";--fa--fa:""}.fa-plate-wheat{--fa:"";--fa--fa:""}.fa-icicles{--fa:"";--fa--fa:""}.fa-person-shelter{--fa:"";--fa--fa:""}.fa-neuter{--fa:"";--fa--fa:""}.fa-id-badge{--fa:"";--fa--fa:""}.fa-marker{--fa:"";--fa--fa:""}.fa-face-laugh-beam{--fa:"";--fa--fa:""}.fa-laugh-beam{--fa:"";--fa--fa:""} -.fa-helicopter-symbol{--fa:"";--fa--fa:""}.fa-universal-access{--fa:"";--fa--fa:""}.fa-circle-chevron-up{--fa:"";--fa--fa:""}.fa-chevron-circle-up{--fa:"";--fa--fa:""}.fa-lari-sign{--fa:"";--fa--fa:""}.fa-volcano{--fa:"";--fa--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:"";--fa--fa:""}.fa-sterling-sign{--fa:"";--fa--fa:""}.fa-gbp{--fa:"";--fa--fa:""}.fa-pound-sign{--fa:"";--fa--fa:""}.fa-viruses{--fa:"";--fa--fa:""}.fa-square-person-confined{--fa:"";--fa--fa:""}.fa-user-tie{--fa:"";--fa--fa:""}.fa-arrow-down-long{--fa:"";--fa--fa:""}.fa-long-arrow-down{--fa:"";--fa--fa:""}.fa-tent-arrow-down-to-line{--fa:"";--fa--fa:""}.fa-certificate{--fa:"";--fa--fa:""}.fa-reply-all{--fa:"";--fa--fa:""}.fa-mail-reply-all{--fa:"";--fa--fa:""}.fa-suitcase{--fa:"";--fa--fa:""}.fa-person-skating{--fa:"";--fa--fa:""}.fa-skating{--fa:"";--fa--fa:""}.fa-filter-circle-dollar{--fa:"";--fa--fa:""}.fa-funnel-dollar{--fa:"";--fa--fa:""}.fa-camera-retro{--fa:"";--fa--fa:""}.fa-circle-arrow-down{--fa:"";--fa--fa:""}.fa-arrow-circle-down{--fa:"";--fa--fa:""}.fa-file-import{--fa:"";--fa--fa:""}.fa-arrow-right-to-file{--fa:"";--fa--fa:""}.fa-square-arrow-up-right{--fa:"";--fa--fa:""}.fa-external-link-square{--fa:"";--fa--fa:""}.fa-box-open{--fa:"";--fa--fa:""}.fa-scroll{--fa:"";--fa--fa:""}.fa-spa{--fa:"";--fa--fa:""}.fa-location-pin-lock{--fa:"";--fa--fa:""}.fa-pause{--fa:"";--fa--fa:""}.fa-hill-avalanche{--fa:"";--fa--fa:""}.fa-temperature-empty{--fa:"";--fa--fa:""}.fa-temperature-0{--fa:"";--fa--fa:""}.fa-thermometer-0{--fa:"";--fa--fa:""}.fa-thermometer-empty{--fa:"";--fa--fa:""}.fa-bomb{--fa:"";--fa--fa:""}.fa-registered{--fa:"";--fa--fa:""}.fa-address-card{--fa:"";--fa--fa:""}.fa-contact-card{--fa:"";--fa--fa:""}.fa-vcard{--fa:"";--fa--fa:""} -.fa-scale-unbalanced-flip{--fa:"";--fa--fa:""}.fa-balance-scale-right{--fa:"";--fa--fa:""}.fa-subscript{--fa:"";--fa--fa:""}.fa-diamond-turn-right{--fa:"";--fa--fa:""}.fa-directions{--fa:"";--fa--fa:""}.fa-burst{--fa:"";--fa--fa:""}.fa-house-laptop{--fa:"";--fa--fa:""}.fa-laptop-house{--fa:"";--fa--fa:""}.fa-face-tired{--fa:"";--fa--fa:""}.fa-tired{--fa:"";--fa--fa:""}.fa-money-bills{--fa:"";--fa--fa:""}.fa-smog{--fa:"";--fa--fa:""}.fa-crutch{--fa:"";--fa--fa:""}.fa-cloud-arrow-up{--fa:"";--fa--fa:""}.fa-cloud-upload{--fa:"";--fa--fa:""}.fa-cloud-upload-alt{--fa:"";--fa--fa:""}.fa-palette{--fa:"";--fa--fa:""}.fa-arrows-turn-right{--fa:"";--fa--fa:""}.fa-vest{--fa:"";--fa--fa:""}.fa-ferry{--fa:"";--fa--fa:""}.fa-arrows-down-to-people{--fa:"";--fa--fa:""}.fa-seedling{--fa:"";--fa--fa:""}.fa-sprout{--fa:"";--fa--fa:""}.fa-left-right{--fa:"";--fa--fa:""}.fa-arrows-alt-h{--fa:"";--fa--fa:""}.fa-boxes-packing{--fa:"";--fa--fa:""}.fa-circle-arrow-left{--fa:"";--fa--fa:""}.fa-arrow-circle-left{--fa:"";--fa--fa:""}.fa-group-arrows-rotate{--fa:"";--fa--fa:""}.fa-bowl-food{--fa:"";--fa--fa:""}.fa-candy-cane{--fa:"";--fa--fa:""}.fa-arrow-down-wide-short{--fa:"";--fa--fa:""}.fa-sort-amount-asc{--fa:"";--fa--fa:""}.fa-sort-amount-down{--fa:"";--fa--fa:""}.fa-cloud-bolt{--fa:"";--fa--fa:""}.fa-thunderstorm{--fa:"";--fa--fa:""}.fa-text-slash{--fa:"";--fa--fa:""}.fa-remove-format{--fa:"";--fa--fa:""}.fa-face-smile-wink{--fa:"";--fa--fa:""}.fa-smile-wink{--fa:"";--fa--fa:""}.fa-file-word{--fa:"";--fa--fa:""}.fa-file-powerpoint{--fa:"";--fa--fa:""}.fa-arrows-left-right{--fa:"";--fa--fa:""}.fa-arrows-h{--fa:"";--fa--fa:""}.fa-house-lock{--fa:"";--fa--fa:""}.fa-cloud-arrow-down{--fa:"";--fa--fa:""} -.fa-cloud-download{--fa:"";--fa--fa:""}.fa-cloud-download-alt{--fa:"";--fa--fa:""}.fa-children{--fa:"";--fa--fa:""}.fa-chalkboard{--fa:"";--fa--fa:""}.fa-blackboard{--fa:"";--fa--fa:""}.fa-user-large-slash{--fa:"";--fa--fa:""}.fa-user-alt-slash{--fa:"";--fa--fa:""}.fa-envelope-open{--fa:"";--fa--fa:""}.fa-handshake-simple-slash{--fa:"";--fa--fa:""}.fa-handshake-alt-slash{--fa:"";--fa--fa:""}.fa-mattress-pillow{--fa:"";--fa--fa:""}.fa-guarani-sign{--fa:"";--fa--fa:""}.fa-arrows-rotate{--fa:"";--fa--fa:""}.fa-refresh{--fa:"";--fa--fa:""}.fa-sync{--fa:"";--fa--fa:""}.fa-fire-extinguisher{--fa:"";--fa--fa:""}.fa-cruzeiro-sign{--fa:"";--fa--fa:""}.fa-greater-than-equal{--fa:"";--fa--fa:""}.fa-shield-halved{--fa:"";--fa--fa:""}.fa-shield-alt{--fa:"";--fa--fa:""}.fa-book-atlas{--fa:"";--fa--fa:""}.fa-atlas{--fa:"";--fa--fa:""}.fa-virus{--fa:"";--fa--fa:""}.fa-envelope-circle-check{--fa:"";--fa--fa:""}.fa-layer-group{--fa:"";--fa--fa:""}.fa-arrows-to-dot{--fa:"";--fa--fa:""}.fa-archway{--fa:"";--fa--fa:""}.fa-heart-circle-check{--fa:"";--fa--fa:""}.fa-house-chimney-crack{--fa:"";--fa--fa:""}.fa-house-damage{--fa:"";--fa--fa:""}.fa-file-zipper{--fa:"";--fa--fa:""}.fa-file-archive{--fa:"";--fa--fa:""}.fa-square{--fa:"";--fa--fa:""}.fa-martini-glass-empty{--fa:"";--fa--fa:""}.fa-glass-martini{--fa:"";--fa--fa:""}.fa-couch{--fa:"";--fa--fa:""}.fa-cedi-sign{--fa:"";--fa--fa:""}.fa-italic{--fa:"";--fa--fa:""}.fa-table-cells-column-lock{--fa:"";--fa--fa:""}.fa-church{--fa:"";--fa--fa:""}.fa-comments-dollar{--fa:"";--fa--fa:""}.fa-democrat{--fa:"";--fa--fa:""}.fa-z{--fa:"Z";--fa--fa:"ZZ"}.fa-person-skiing{--fa:"";--fa--fa:""}.fa-skiing{--fa:"";--fa--fa:""}.fa-road-lock{--fa:"";--fa--fa:""} -.fa-a{--fa:"A";--fa--fa:"AA"}.fa-temperature-arrow-down{--fa:"";--fa--fa:""}.fa-temperature-down{--fa:"";--fa--fa:""}.fa-feather-pointed{--fa:"";--fa--fa:""}.fa-feather-alt{--fa:"";--fa--fa:""}.fa-p{--fa:"P";--fa--fa:"PP"}.fa-snowflake{--fa:"";--fa--fa:""}.fa-newspaper{--fa:"";--fa--fa:""}.fa-rectangle-ad{--fa:"";--fa--fa:""}.fa-ad{--fa:"";--fa--fa:""}.fa-circle-arrow-right{--fa:"";--fa--fa:""}.fa-arrow-circle-right{--fa:"";--fa--fa:""}.fa-filter-circle-xmark{--fa:"";--fa--fa:""}.fa-locust{--fa:"";--fa--fa:""}.fa-sort{--fa:"";--fa--fa:""}.fa-unsorted{--fa:"";--fa--fa:""}.fa-list-ol{--fa:"";--fa--fa:""}.fa-list-1-2{--fa:"";--fa--fa:""}.fa-list-numeric{--fa:"";--fa--fa:""}.fa-person-dress-burst{--fa:"";--fa--fa:""}.fa-money-check-dollar{--fa:"";--fa--fa:""}.fa-money-check-alt{--fa:"";--fa--fa:""}.fa-vector-square{--fa:"";--fa--fa:""}.fa-bread-slice{--fa:"";--fa--fa:""}.fa-language{--fa:"";--fa--fa:""}.fa-face-kiss-wink-heart{--fa:"";--fa--fa:""}.fa-kiss-wink-heart{--fa:"";--fa--fa:""}.fa-filter{--fa:"";--fa--fa:""}.fa-question{--fa:"\?";--fa--fa:"\?\?"}.fa-file-signature{--fa:"";--fa--fa:""}.fa-up-down-left-right{--fa:"";--fa--fa:""}.fa-arrows-alt{--fa:"";--fa--fa:""}.fa-house-chimney-user{--fa:"";--fa--fa:""}.fa-hand-holding-heart{--fa:"";--fa--fa:""}.fa-puzzle-piece{--fa:"";--fa--fa:""}.fa-money-check{--fa:"";--fa--fa:""}.fa-star-half-stroke{--fa:"";--fa--fa:""}.fa-star-half-alt{--fa:"";--fa--fa:""}.fa-code{--fa:"";--fa--fa:""}.fa-whiskey-glass{--fa:"";--fa--fa:""}.fa-glass-whiskey{--fa:"";--fa--fa:""}.fa-building-circle-exclamation{--fa:"";--fa--fa:""}.fa-magnifying-glass-chart{--fa:"";--fa--fa:""}.fa-arrow-up-right-from-square{--fa:"";--fa--fa:""}.fa-external-link{--fa:"";--fa--fa:""}.fa-cubes-stacked{--fa:"";--fa--fa:""} -.fa-won-sign{--fa:"";--fa--fa:""}.fa-krw{--fa:"";--fa--fa:""}.fa-won{--fa:"";--fa--fa:""}.fa-virus-covid{--fa:"";--fa--fa:""}.fa-austral-sign{--fa:"";--fa--fa:""}.fa-f{--fa:"F";--fa--fa:"FF"}.fa-leaf{--fa:"";--fa--fa:""}.fa-road{--fa:"";--fa--fa:""}.fa-taxi{--fa:"";--fa--fa:""}.fa-cab{--fa:"";--fa--fa:""}.fa-person-circle-plus{--fa:"";--fa--fa:""}.fa-chart-pie{--fa:"";--fa--fa:""}.fa-pie-chart{--fa:"";--fa--fa:""}.fa-bolt-lightning{--fa:"";--fa--fa:""}.fa-sack-xmark{--fa:"";--fa--fa:""}.fa-file-excel{--fa:"";--fa--fa:""}.fa-file-contract{--fa:"";--fa--fa:""}.fa-fish-fins{--fa:"";--fa--fa:""}.fa-building-flag{--fa:"";--fa--fa:""}.fa-face-grin-beam{--fa:"";--fa--fa:""}.fa-grin-beam{--fa:"";--fa--fa:""}.fa-object-ungroup{--fa:"";--fa--fa:""}.fa-poop{--fa:"";--fa--fa:""}.fa-location-pin{--fa:"";--fa--fa:""}.fa-map-marker{--fa:"";--fa--fa:""}.fa-kaaba{--fa:"";--fa--fa:""}.fa-toilet-paper{--fa:"";--fa--fa:""}.fa-helmet-safety{--fa:"";--fa--fa:""}.fa-hard-hat{--fa:"";--fa--fa:""}.fa-hat-hard{--fa:"";--fa--fa:""}.fa-eject{--fa:"";--fa--fa:""}.fa-circle-right{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-right{--fa:"";--fa--fa:""}.fa-plane-circle-check{--fa:"";--fa--fa:""}.fa-face-rolling-eyes{--fa:"";--fa--fa:""}.fa-meh-rolling-eyes{--fa:"";--fa--fa:""}.fa-object-group{--fa:"";--fa--fa:""}.fa-chart-line{--fa:"";--fa--fa:""}.fa-line-chart{--fa:"";--fa--fa:""}.fa-mask-ventilator{--fa:"";--fa--fa:""}.fa-arrow-right{--fa:"";--fa--fa:""}.fa-signs-post{--fa:"";--fa--fa:""}.fa-map-signs{--fa:"";--fa--fa:""}.fa-cash-register{--fa:"";--fa--fa:""}.fa-person-circle-question{--fa:"";--fa--fa:""}.fa-h{--fa:"H";--fa--fa:"HH"}.fa-tarp{--fa:"";--fa--fa:""} -.fa-screwdriver-wrench{--fa:"";--fa--fa:""}.fa-tools{--fa:"";--fa--fa:""}.fa-arrows-to-eye{--fa:"";--fa--fa:""}.fa-plug-circle-bolt{--fa:"";--fa--fa:""}.fa-heart{--fa:"";--fa--fa:""}.fa-mars-and-venus{--fa:"";--fa--fa:""}.fa-house-user{--fa:"";--fa--fa:""}.fa-home-user{--fa:"";--fa--fa:""}.fa-dumpster-fire{--fa:"";--fa--fa:""}.fa-house-crack{--fa:"";--fa--fa:""}.fa-martini-glass-citrus{--fa:"";--fa--fa:""}.fa-cocktail{--fa:"";--fa--fa:""}.fa-face-surprise{--fa:"";--fa--fa:""}.fa-surprise{--fa:"";--fa--fa:""}.fa-bottle-water{--fa:"";--fa--fa:""}.fa-circle-pause{--fa:"";--fa--fa:""}.fa-pause-circle{--fa:"";--fa--fa:""}.fa-toilet-paper-slash{--fa:"";--fa--fa:""}.fa-apple-whole{--fa:"";--fa--fa:""}.fa-apple-alt{--fa:"";--fa--fa:""}.fa-kitchen-set{--fa:"";--fa--fa:""}.fa-r{--fa:"R";--fa--fa:"RR"}.fa-temperature-quarter{--fa:"";--fa--fa:""}.fa-temperature-1{--fa:"";--fa--fa:""}.fa-thermometer-1{--fa:"";--fa--fa:""}.fa-thermometer-quarter{--fa:"";--fa--fa:""}.fa-cube{--fa:"";--fa--fa:""}.fa-bitcoin-sign{--fa:"";--fa--fa:""}.fa-shield-dog{--fa:"";--fa--fa:""}.fa-solar-panel{--fa:"";--fa--fa:""}.fa-lock-open{--fa:"";--fa--fa:""}.fa-elevator{--fa:"";--fa--fa:""}.fa-money-bill-transfer{--fa:"";--fa--fa:""}.fa-money-bill-trend-up{--fa:"";--fa--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:"";--fa--fa:""}.fa-square-poll-horizontal{--fa:"";--fa--fa:""}.fa-poll-h{--fa:"";--fa--fa:""}.fa-circle{--fa:"";--fa--fa:""}.fa-backward-fast{--fa:"";--fa--fa:""}.fa-fast-backward{--fa:"";--fa--fa:""}.fa-recycle{--fa:"";--fa--fa:""}.fa-user-astronaut{--fa:"";--fa--fa:""}.fa-plane-slash{--fa:"";--fa--fa:""}.fa-trademark{--fa:"";--fa--fa:""}.fa-basketball{--fa:"";--fa--fa:""}.fa-basketball-ball{--fa:"";--fa--fa:""} -.fa-satellite-dish{--fa:"";--fa--fa:""}.fa-circle-up{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-up{--fa:"";--fa--fa:""}.fa-mobile-screen-button{--fa:"";--fa--fa:""}.fa-mobile-alt{--fa:"";--fa--fa:""}.fa-volume-high{--fa:"";--fa--fa:""}.fa-volume-up{--fa:"";--fa--fa:""}.fa-users-rays{--fa:"";--fa--fa:""}.fa-wallet{--fa:"";--fa--fa:""}.fa-clipboard-check{--fa:"";--fa--fa:""}.fa-file-audio{--fa:"";--fa--fa:""}.fa-burger{--fa:"";--fa--fa:""}.fa-hamburger{--fa:"";--fa--fa:""}.fa-wrench{--fa:"";--fa--fa:""}.fa-bugs{--fa:"";--fa--fa:""}.fa-rupee-sign{--fa:"";--fa--fa:""}.fa-rupee{--fa:"";--fa--fa:""}.fa-file-image{--fa:"";--fa--fa:""}.fa-circle-question{--fa:"";--fa--fa:""}.fa-question-circle{--fa:"";--fa--fa:""}.fa-plane-departure{--fa:"";--fa--fa:""}.fa-handshake-slash{--fa:"";--fa--fa:""}.fa-book-bookmark{--fa:"";--fa--fa:""}.fa-code-branch{--fa:"";--fa--fa:""}.fa-hat-cowboy{--fa:"";--fa--fa:""}.fa-bridge{--fa:"";--fa--fa:""}.fa-phone-flip{--fa:"";--fa--fa:""}.fa-phone-alt{--fa:"";--fa--fa:""}.fa-truck-front{--fa:"";--fa--fa:""}.fa-cat{--fa:"";--fa--fa:""}.fa-anchor-circle-exclamation{--fa:"";--fa--fa:""}.fa-truck-field{--fa:"";--fa--fa:""}.fa-route{--fa:"";--fa--fa:""}.fa-clipboard-question{--fa:"";--fa--fa:""}.fa-panorama{--fa:"";--fa--fa:""}.fa-comment-medical{--fa:"";--fa--fa:""}.fa-teeth-open{--fa:"";--fa--fa:""}.fa-file-circle-minus{--fa:"";--fa--fa:""}.fa-tags{--fa:"";--fa--fa:""}.fa-wine-glass{--fa:"";--fa--fa:""}.fa-forward-fast{--fa:"";--fa--fa:""}.fa-fast-forward{--fa:"";--fa--fa:""}.fa-face-meh-blank{--fa:"";--fa--fa:""}.fa-meh-blank{--fa:"";--fa--fa:""}.fa-square-parking{--fa:"";--fa--fa:""}.fa-parking{--fa:"";--fa--fa:""}.fa-house-signal{--fa:"";--fa--fa:""} -.fa-bars-progress{--fa:"";--fa--fa:""}.fa-tasks-alt{--fa:"";--fa--fa:""}.fa-faucet-drip{--fa:"";--fa--fa:""}.fa-cart-flatbed{--fa:"";--fa--fa:""}.fa-dolly-flatbed{--fa:"";--fa--fa:""}.fa-ban-smoking{--fa:"";--fa--fa:""}.fa-smoking-ban{--fa:"";--fa--fa:""}.fa-terminal{--fa:"";--fa--fa:""}.fa-mobile-button{--fa:"";--fa--fa:""}.fa-house-medical-flag{--fa:"";--fa--fa:""}.fa-basket-shopping{--fa:"";--fa--fa:""}.fa-shopping-basket{--fa:"";--fa--fa:""}.fa-tape{--fa:"";--fa--fa:""}.fa-bus-simple{--fa:"";--fa--fa:""}.fa-bus-alt{--fa:"";--fa--fa:""}.fa-eye{--fa:"";--fa--fa:""}.fa-face-sad-cry{--fa:"";--fa--fa:""}.fa-sad-cry{--fa:"";--fa--fa:""}.fa-audio-description{--fa:"";--fa--fa:""}.fa-person-military-to-person{--fa:"";--fa--fa:""}.fa-file-shield{--fa:"";--fa--fa:""}.fa-user-slash{--fa:"";--fa--fa:""}.fa-pen{--fa:"";--fa--fa:""}.fa-tower-observation{--fa:"";--fa--fa:""}.fa-file-code{--fa:"";--fa--fa:""}.fa-signal{--fa:"";--fa--fa:""}.fa-signal-5{--fa:"";--fa--fa:""}.fa-signal-perfect{--fa:"";--fa--fa:""}.fa-bus{--fa:"";--fa--fa:""}.fa-heart-circle-xmark{--fa:"";--fa--fa:""}.fa-house-chimney{--fa:"";--fa--fa:""}.fa-home-lg{--fa:"";--fa--fa:""}.fa-window-maximize{--fa:"";--fa--fa:""}.fa-face-frown{--fa:"";--fa--fa:""}.fa-frown{--fa:"";--fa--fa:""}.fa-prescription{--fa:"";--fa--fa:""}.fa-shop{--fa:"";--fa--fa:""}.fa-store-alt{--fa:"";--fa--fa:""}.fa-floppy-disk{--fa:"";--fa--fa:""}.fa-save{--fa:"";--fa--fa:""}.fa-vihara{--fa:"";--fa--fa:""}.fa-scale-unbalanced{--fa:"";--fa--fa:""}.fa-balance-scale-left{--fa:"";--fa--fa:""}.fa-sort-up{--fa:"";--fa--fa:""}.fa-sort-asc{--fa:"";--fa--fa:""}.fa-comment-dots{--fa:"";--fa--fa:""}.fa-commenting{--fa:"";--fa--fa:""} -.fa-plant-wilt{--fa:"";--fa--fa:""}.fa-diamond{--fa:"";--fa--fa:""}.fa-face-grin-squint{--fa:"";--fa--fa:""}.fa-grin-squint{--fa:"";--fa--fa:""}.fa-hand-holding-dollar{--fa:"";--fa--fa:""}.fa-hand-holding-usd{--fa:"";--fa--fa:""}.fa-chart-diagram{--fa:"";--fa--fa:""}.fa-bacterium{--fa:"";--fa--fa:""}.fa-hand-pointer{--fa:"";--fa--fa:""}.fa-drum-steelpan{--fa:"";--fa--fa:""}.fa-hand-scissors{--fa:"";--fa--fa:""}.fa-hands-praying{--fa:"";--fa--fa:""}.fa-praying-hands{--fa:"";--fa--fa:""}.fa-arrow-rotate-right{--fa:"";--fa--fa:""}.fa-arrow-right-rotate{--fa:"";--fa--fa:""}.fa-arrow-rotate-forward{--fa:"";--fa--fa:""}.fa-redo{--fa:"";--fa--fa:""}.fa-biohazard{--fa:"";--fa--fa:""}.fa-location-crosshairs{--fa:"";--fa--fa:""}.fa-location{--fa:"";--fa--fa:""}.fa-mars-double{--fa:"";--fa--fa:""}.fa-child-dress{--fa:"";--fa--fa:""}.fa-users-between-lines{--fa:"";--fa--fa:""}.fa-lungs-virus{--fa:"";--fa--fa:""}.fa-face-grin-tears{--fa:"";--fa--fa:""}.fa-grin-tears{--fa:"";--fa--fa:""}.fa-phone{--fa:"";--fa--fa:""}.fa-calendar-xmark{--fa:"";--fa--fa:""}.fa-calendar-times{--fa:"";--fa--fa:""}.fa-child-reaching{--fa:"";--fa--fa:""}.fa-head-side-virus{--fa:"";--fa--fa:""}.fa-user-gear{--fa:"";--fa--fa:""}.fa-user-cog{--fa:"";--fa--fa:""}.fa-arrow-up-1-9{--fa:"";--fa--fa:""}.fa-sort-numeric-up{--fa:"";--fa--fa:""}.fa-door-closed{--fa:"";--fa--fa:""}.fa-shield-virus{--fa:"";--fa--fa:""}.fa-dice-six{--fa:"";--fa--fa:""}.fa-mosquito-net{--fa:"";--fa--fa:""}.fa-file-fragment{--fa:"";--fa--fa:""}.fa-bridge-water{--fa:"";--fa--fa:""}.fa-person-booth{--fa:"";--fa--fa:""}.fa-text-width{--fa:"";--fa--fa:""}.fa-hat-wizard{--fa:"";--fa--fa:""}.fa-pen-fancy{--fa:"";--fa--fa:""}.fa-person-digging{--fa:"";--fa--fa:""} -.fa-digging{--fa:"";--fa--fa:""}.fa-trash{--fa:"";--fa--fa:""}.fa-gauge-simple{--fa:"";--fa--fa:""}.fa-gauge-simple-med{--fa:"";--fa--fa:""}.fa-tachometer-average{--fa:"";--fa--fa:""}.fa-book-medical{--fa:"";--fa--fa:""}.fa-poo{--fa:"";--fa--fa:""}.fa-quote-right{--fa:"";--fa--fa:""}.fa-quote-right-alt{--fa:"";--fa--fa:""}.fa-shirt{--fa:"";--fa--fa:""}.fa-t-shirt{--fa:"";--fa--fa:""}.fa-tshirt{--fa:"";--fa--fa:""}.fa-cubes{--fa:"";--fa--fa:""}.fa-divide{--fa:"";--fa--fa:""}.fa-tenge-sign{--fa:"";--fa--fa:""}.fa-tenge{--fa:"";--fa--fa:""}.fa-headphones{--fa:"";--fa--fa:""}.fa-hands-holding{--fa:"";--fa--fa:""}.fa-hands-clapping{--fa:"";--fa--fa:""}.fa-republican{--fa:"";--fa--fa:""}.fa-arrow-left{--fa:"";--fa--fa:""}.fa-person-circle-xmark{--fa:"";--fa--fa:""}.fa-ruler{--fa:"";--fa--fa:""}.fa-align-left{--fa:"";--fa--fa:""}.fa-dice-d6{--fa:"";--fa--fa:""}.fa-restroom{--fa:"";--fa--fa:""}.fa-j{--fa:"J";--fa--fa:"JJ"}.fa-users-viewfinder{--fa:"";--fa--fa:""}.fa-file-video{--fa:"";--fa--fa:""}.fa-up-right-from-square{--fa:"";--fa--fa:""}.fa-external-link-alt{--fa:"";--fa--fa:""}.fa-table-cells{--fa:"";--fa--fa:""}.fa-th{--fa:"";--fa--fa:""}.fa-file-pdf{--fa:"";--fa--fa:""}.fa-book-bible{--fa:"";--fa--fa:""}.fa-bible{--fa:"";--fa--fa:""}.fa-o{--fa:"O";--fa--fa:"OO"}.fa-suitcase-medical{--fa:"";--fa--fa:""}.fa-medkit{--fa:"";--fa--fa:""}.fa-user-secret{--fa:"";--fa--fa:""}.fa-otter{--fa:"";--fa--fa:""}.fa-person-dress{--fa:"";--fa--fa:""}.fa-female{--fa:"";--fa--fa:""}.fa-comment-dollar{--fa:"";--fa--fa:""}.fa-business-time{--fa:"";--fa--fa:""}.fa-briefcase-clock{--fa:"";--fa--fa:""}.fa-table-cells-large{--fa:"";--fa--fa:""} -.fa-th-large{--fa:"";--fa--fa:""}.fa-book-tanakh{--fa:"";--fa--fa:""}.fa-tanakh{--fa:"";--fa--fa:""}.fa-phone-volume{--fa:"";--fa--fa:""}.fa-volume-control-phone{--fa:"";--fa--fa:""}.fa-hat-cowboy-side{--fa:"";--fa--fa:""}.fa-clipboard-user{--fa:"";--fa--fa:""}.fa-child{--fa:"";--fa--fa:""}.fa-lira-sign{--fa:"";--fa--fa:""}.fa-satellite{--fa:"";--fa--fa:""}.fa-plane-lock{--fa:"";--fa--fa:""}.fa-tag{--fa:"";--fa--fa:""}.fa-comment{--fa:"";--fa--fa:""}.fa-cake-candles{--fa:"";--fa--fa:""}.fa-birthday-cake{--fa:"";--fa--fa:""}.fa-cake{--fa:"";--fa--fa:""}.fa-envelope{--fa:"";--fa--fa:""}.fa-angles-up{--fa:"";--fa--fa:""}.fa-angle-double-up{--fa:"";--fa--fa:""}.fa-paperclip{--fa:"";--fa--fa:""}.fa-arrow-right-to-city{--fa:"";--fa--fa:""}.fa-ribbon{--fa:"";--fa--fa:""}.fa-lungs{--fa:"";--fa--fa:""}.fa-arrow-up-9-1{--fa:"";--fa--fa:""}.fa-sort-numeric-up-alt{--fa:"";--fa--fa:""}.fa-litecoin-sign{--fa:"";--fa--fa:""}.fa-border-none{--fa:"";--fa--fa:""}.fa-circle-nodes{--fa:"";--fa--fa:""}.fa-parachute-box{--fa:"";--fa--fa:""}.fa-indent{--fa:"";--fa--fa:""}.fa-truck-field-un{--fa:"";--fa--fa:""}.fa-hourglass{--fa:"";--fa--fa:""}.fa-hourglass-empty{--fa:"";--fa--fa:""}.fa-mountain{--fa:"";--fa--fa:""}.fa-user-doctor{--fa:"";--fa--fa:""}.fa-user-md{--fa:"";--fa--fa:""}.fa-circle-info{--fa:"";--fa--fa:""}.fa-info-circle{--fa:"";--fa--fa:""}.fa-cloud-meatball{--fa:"";--fa--fa:""}.fa-camera{--fa:"";--fa--fa:""}.fa-camera-alt{--fa:"";--fa--fa:""}.fa-square-virus{--fa:"";--fa--fa:""}.fa-meteor{--fa:"";--fa--fa:""}.fa-car-on{--fa:"";--fa--fa:""}.fa-sleigh{--fa:"";--fa--fa:""}.fa-arrow-down-1-9{--fa:"";--fa--fa:""}.fa-sort-numeric-asc{--fa:"";--fa--fa:""} -.fa-sort-numeric-down{--fa:"";--fa--fa:""}.fa-hand-holding-droplet{--fa:"";--fa--fa:""}.fa-hand-holding-water{--fa:"";--fa--fa:""}.fa-water{--fa:"";--fa--fa:""}.fa-calendar-check{--fa:"";--fa--fa:""}.fa-braille{--fa:"";--fa--fa:""}.fa-prescription-bottle-medical{--fa:"";--fa--fa:""}.fa-prescription-bottle-alt{--fa:"";--fa--fa:""}.fa-landmark{--fa:"";--fa--fa:""}.fa-truck{--fa:"";--fa--fa:""}.fa-crosshairs{--fa:"";--fa--fa:""}.fa-person-cane{--fa:"";--fa--fa:""}.fa-tent{--fa:"";--fa--fa:""}.fa-vest-patches{--fa:"";--fa--fa:""}.fa-check-double{--fa:"";--fa--fa:""}.fa-arrow-down-a-z{--fa:"";--fa--fa:""}.fa-sort-alpha-asc{--fa:"";--fa--fa:""}.fa-sort-alpha-down{--fa:"";--fa--fa:""}.fa-money-bill-wheat{--fa:"";--fa--fa:""}.fa-cookie{--fa:"";--fa--fa:""}.fa-arrow-rotate-left{--fa:"";--fa--fa:""}.fa-arrow-left-rotate{--fa:"";--fa--fa:""}.fa-arrow-rotate-back{--fa:"";--fa--fa:""}.fa-arrow-rotate-backward{--fa:"";--fa--fa:""}.fa-undo{--fa:"";--fa--fa:""}.fa-hard-drive{--fa:"";--fa--fa:""}.fa-hdd{--fa:"";--fa--fa:""}.fa-face-grin-squint-tears{--fa:"";--fa--fa:""}.fa-grin-squint-tears{--fa:"";--fa--fa:""}.fa-dumbbell{--fa:"";--fa--fa:""}.fa-rectangle-list{--fa:"";--fa--fa:""}.fa-list-alt{--fa:"";--fa--fa:""}.fa-tarp-droplet{--fa:"";--fa--fa:""}.fa-house-medical-circle-check{--fa:"";--fa--fa:""}.fa-person-skiing-nordic{--fa:"";--fa--fa:""}.fa-skiing-nordic{--fa:"";--fa--fa:""}.fa-calendar-plus{--fa:"";--fa--fa:""}.fa-plane-arrival{--fa:"";--fa--fa:""}.fa-circle-left{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-left{--fa:"";--fa--fa:""}.fa-train-subway{--fa:"";--fa--fa:""}.fa-subway{--fa:"";--fa--fa:""}.fa-chart-gantt{--fa:"";--fa--fa:""}.fa-indian-rupee-sign{--fa:"";--fa--fa:""}.fa-indian-rupee{--fa:"";--fa--fa:""}.fa-inr{--fa:"";--fa--fa:""} -.fa-crop-simple{--fa:"";--fa--fa:""}.fa-crop-alt{--fa:"";--fa--fa:""}.fa-money-bill-1{--fa:"";--fa--fa:""}.fa-money-bill-alt{--fa:"";--fa--fa:""}.fa-left-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-left{--fa:"";--fa--fa:""}.fa-dna{--fa:"";--fa--fa:""}.fa-virus-slash{--fa:"";--fa--fa:""}.fa-minus{--fa:"";--fa--fa:""}.fa-subtract{--fa:"";--fa--fa:""}.fa-chess{--fa:"";--fa--fa:""}.fa-arrow-left-long{--fa:"";--fa--fa:""}.fa-long-arrow-left{--fa:"";--fa--fa:""}.fa-plug-circle-check{--fa:"";--fa--fa:""}.fa-street-view{--fa:"";--fa--fa:""}.fa-franc-sign{--fa:"";--fa--fa:""}.fa-volume-off{--fa:"";--fa--fa:""}.fa-hands-asl-interpreting{--fa:"";--fa--fa:""}.fa-american-sign-language-interpreting{--fa:"";--fa--fa:""}.fa-asl-interpreting{--fa:"";--fa--fa:""}.fa-hands-american-sign-language-interpreting{--fa:"";--fa--fa:""}.fa-gear{--fa:"";--fa--fa:""}.fa-cog{--fa:"";--fa--fa:""}.fa-droplet-slash{--fa:"";--fa--fa:""}.fa-tint-slash{--fa:"";--fa--fa:""}.fa-mosque{--fa:"";--fa--fa:""}.fa-mosquito{--fa:"";--fa--fa:""}.fa-star-of-david{--fa:"";--fa--fa:""}.fa-person-military-rifle{--fa:"";--fa--fa:""}.fa-cart-shopping{--fa:"";--fa--fa:""}.fa-shopping-cart{--fa:"";--fa--fa:""}.fa-vials{--fa:"";--fa--fa:""}.fa-plug-circle-plus{--fa:"";--fa--fa:""}.fa-place-of-worship{--fa:"";--fa--fa:""}.fa-grip-vertical{--fa:"";--fa--fa:""}.fa-hexagon-nodes{--fa:"";--fa--fa:""}.fa-arrow-turn-up{--fa:"";--fa--fa:""}.fa-level-up{--fa:"";--fa--fa:""}.fa-u{--fa:"U";--fa--fa:"UU"}.fa-square-root-variable{--fa:"";--fa--fa:""}.fa-square-root-alt{--fa:"";--fa--fa:""}.fa-clock{--fa:"";--fa--fa:""}.fa-clock-four{--fa:"";--fa--fa:""}.fa-backward-step{--fa:"";--fa--fa:""}.fa-step-backward{--fa:"";--fa--fa:""}.fa-pallet{--fa:"";--fa--fa:""} -.fa-faucet{--fa:"";--fa--fa:""}.fa-baseball-bat-ball{--fa:"";--fa--fa:""}.fa-s{--fa:"S";--fa--fa:"SS"}.fa-timeline{--fa:"";--fa--fa:""}.fa-keyboard{--fa:"";--fa--fa:""}.fa-caret-down{--fa:"";--fa--fa:""}.fa-house-chimney-medical{--fa:"";--fa--fa:""}.fa-clinic-medical{--fa:"";--fa--fa:""}.fa-temperature-three-quarters{--fa:"";--fa--fa:""}.fa-temperature-3{--fa:"";--fa--fa:""}.fa-thermometer-3{--fa:"";--fa--fa:""}.fa-thermometer-three-quarters{--fa:"";--fa--fa:""}.fa-mobile-screen{--fa:"";--fa--fa:""}.fa-mobile-android-alt{--fa:"";--fa--fa:""}.fa-plane-up{--fa:"";--fa--fa:""}.fa-piggy-bank{--fa:"";--fa--fa:""}.fa-battery-half{--fa:"";--fa--fa:""}.fa-battery-3{--fa:"";--fa--fa:""}.fa-mountain-city{--fa:"";--fa--fa:""}.fa-coins{--fa:"";--fa--fa:""}.fa-khanda{--fa:"";--fa--fa:""}.fa-sliders{--fa:"";--fa--fa:""}.fa-sliders-h{--fa:"";--fa--fa:""}.fa-folder-tree{--fa:"";--fa--fa:""}.fa-network-wired{--fa:"";--fa--fa:""}.fa-map-pin{--fa:"";--fa--fa:""}.fa-hamsa{--fa:"";--fa--fa:""}.fa-cent-sign{--fa:"";--fa--fa:""}.fa-flask{--fa:"";--fa--fa:""}.fa-person-pregnant{--fa:"";--fa--fa:""}.fa-wand-sparkles{--fa:"";--fa--fa:""}.fa-ellipsis-vertical{--fa:"";--fa--fa:""}.fa-ellipsis-v{--fa:"";--fa--fa:""}.fa-ticket{--fa:"";--fa--fa:""}.fa-power-off{--fa:"";--fa--fa:""}.fa-right-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-right{--fa:"";--fa--fa:""}.fa-flag-usa{--fa:"";--fa--fa:""}.fa-laptop-file{--fa:"";--fa--fa:""}.fa-tty{--fa:"";--fa--fa:""}.fa-teletype{--fa:"";--fa--fa:""}.fa-diagram-next{--fa:"";--fa--fa:""}.fa-person-rifle{--fa:"";--fa--fa:""}.fa-house-medical-circle-exclamation{--fa:"";--fa--fa:""}.fa-closed-captioning{--fa:"";--fa--fa:""}.fa-person-hiking{--fa:"";--fa--fa:""} -.fa-hiking{--fa:"";--fa--fa:""}.fa-venus-double{--fa:"";--fa--fa:""}.fa-images{--fa:"";--fa--fa:""}.fa-calculator{--fa:"";--fa--fa:""}.fa-people-pulling{--fa:"";--fa--fa:""}.fa-n{--fa:"N";--fa--fa:"NN"}.fa-cable-car{--fa:"";--fa--fa:""}.fa-tram{--fa:"";--fa--fa:""}.fa-cloud-rain{--fa:"";--fa--fa:""}.fa-building-circle-xmark{--fa:"";--fa--fa:""}.fa-ship{--fa:"";--fa--fa:""}.fa-arrows-down-to-line{--fa:"";--fa--fa:""}.fa-download{--fa:"";--fa--fa:""}.fa-face-grin{--fa:"";--fa--fa:""}.fa-grin{--fa:"";--fa--fa:""}.fa-delete-left{--fa:"";--fa--fa:""}.fa-backspace{--fa:"";--fa--fa:""}.fa-eye-dropper{--fa:"";--fa--fa:""}.fa-eye-dropper-empty{--fa:"";--fa--fa:""}.fa-eyedropper{--fa:"";--fa--fa:""}.fa-file-circle-check{--fa:"";--fa--fa:""}.fa-forward{--fa:"";--fa--fa:""}.fa-mobile{--fa:"";--fa--fa:""}.fa-mobile-android{--fa:"";--fa--fa:""}.fa-mobile-phone{--fa:"";--fa--fa:""}.fa-face-meh{--fa:"";--fa--fa:""}.fa-meh{--fa:"";--fa--fa:""}.fa-align-center{--fa:"";--fa--fa:""}.fa-book-skull{--fa:"";--fa--fa:""}.fa-book-dead{--fa:"";--fa--fa:""}.fa-id-card{--fa:"";--fa--fa:""}.fa-drivers-license{--fa:"";--fa--fa:""}.fa-outdent{--fa:"";--fa--fa:""}.fa-dedent{--fa:"";--fa--fa:""}.fa-heart-circle-exclamation{--fa:"";--fa--fa:""}.fa-house{--fa:"";--fa--fa:""}.fa-home{--fa:"";--fa--fa:""}.fa-home-alt{--fa:"";--fa--fa:""}.fa-home-lg-alt{--fa:"";--fa--fa:""}.fa-calendar-week{--fa:"";--fa--fa:""}.fa-laptop-medical{--fa:"";--fa--fa:""}.fa-b{--fa:"B";--fa--fa:"BB"}.fa-file-medical{--fa:"";--fa--fa:""}.fa-dice-one{--fa:"";--fa--fa:""}.fa-kiwi-bird{--fa:"";--fa--fa:""}.fa-arrow-right-arrow-left{--fa:"";--fa--fa:""}.fa-exchange{--fa:"";--fa--fa:""} -.fa-rotate-right{--fa:"";--fa--fa:""}.fa-redo-alt{--fa:"";--fa--fa:""}.fa-rotate-forward{--fa:"";--fa--fa:""}.fa-utensils{--fa:"";--fa--fa:""}.fa-cutlery{--fa:"";--fa--fa:""}.fa-arrow-up-wide-short{--fa:"";--fa--fa:""}.fa-sort-amount-up{--fa:"";--fa--fa:""}.fa-mill-sign{--fa:"";--fa--fa:""}.fa-bowl-rice{--fa:"";--fa--fa:""}.fa-skull{--fa:"";--fa--fa:""}.fa-tower-broadcast{--fa:"";--fa--fa:""}.fa-broadcast-tower{--fa:"";--fa--fa:""}.fa-truck-pickup{--fa:"";--fa--fa:""}.fa-up-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-up{--fa:"";--fa--fa:""}.fa-stop{--fa:"";--fa--fa:""}.fa-code-merge{--fa:"";--fa--fa:""}.fa-upload{--fa:"";--fa--fa:""}.fa-hurricane{--fa:"";--fa--fa:""}.fa-mound{--fa:"";--fa--fa:""}.fa-toilet-portable{--fa:"";--fa--fa:""}.fa-compact-disc{--fa:"";--fa--fa:""}.fa-file-arrow-down{--fa:"";--fa--fa:""}.fa-file-download{--fa:"";--fa--fa:""}.fa-caravan{--fa:"";--fa--fa:""}.fa-shield-cat{--fa:"";--fa--fa:""}.fa-bolt{--fa:"";--fa--fa:""}.fa-zap{--fa:"";--fa--fa:""}.fa-glass-water{--fa:"";--fa--fa:""}.fa-oil-well{--fa:"";--fa--fa:""}.fa-vault{--fa:"";--fa--fa:""}.fa-mars{--fa:"";--fa--fa:""}.fa-toilet{--fa:"";--fa--fa:""}.fa-plane-circle-xmark{--fa:"";--fa--fa:""}.fa-yen-sign{--fa:"";--fa--fa:""}.fa-cny{--fa:"";--fa--fa:""}.fa-jpy{--fa:"";--fa--fa:""}.fa-rmb{--fa:"";--fa--fa:""}.fa-yen{--fa:"";--fa--fa:""}.fa-ruble-sign{--fa:"";--fa--fa:""}.fa-rouble{--fa:"";--fa--fa:""}.fa-rub{--fa:"";--fa--fa:""}.fa-ruble{--fa:"";--fa--fa:""}.fa-sun{--fa:"";--fa--fa:""}.fa-guitar{--fa:"";--fa--fa:""}.fa-face-laugh-wink{--fa:"";--fa--fa:""}.fa-laugh-wink{--fa:"";--fa--fa:""}.fa-horse-head{--fa:"";--fa--fa:""} -.fa-bore-hole{--fa:"";--fa--fa:""}.fa-industry{--fa:"";--fa--fa:""}.fa-circle-down{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-down{--fa:"";--fa--fa:""}.fa-arrows-turn-to-dots{--fa:"";--fa--fa:""}.fa-florin-sign{--fa:"";--fa--fa:""}.fa-arrow-down-short-wide{--fa:"";--fa--fa:""}.fa-sort-amount-desc{--fa:"";--fa--fa:""}.fa-sort-amount-down-alt{--fa:"";--fa--fa:""}.fa-less-than{--fa:"\<";--fa--fa:"\<\<"}.fa-angle-down{--fa:"";--fa--fa:""}.fa-car-tunnel{--fa:"";--fa--fa:""}.fa-head-side-cough{--fa:"";--fa--fa:""}.fa-grip-lines{--fa:"";--fa--fa:""}.fa-thumbs-down{--fa:"";--fa--fa:""}.fa-user-lock{--fa:"";--fa--fa:""}.fa-arrow-right-long{--fa:"";--fa--fa:""}.fa-long-arrow-right{--fa:"";--fa--fa:""}.fa-anchor-circle-xmark{--fa:"";--fa--fa:""}.fa-ellipsis{--fa:"";--fa--fa:""}.fa-ellipsis-h{--fa:"";--fa--fa:""}.fa-chess-pawn{--fa:"";--fa--fa:""}.fa-kit-medical{--fa:"";--fa--fa:""}.fa-first-aid{--fa:"";--fa--fa:""}.fa-person-through-window{--fa:"";--fa--fa:""}.fa-toolbox{--fa:"";--fa--fa:""}.fa-hands-holding-circle{--fa:"";--fa--fa:""}.fa-bug{--fa:"";--fa--fa:""}.fa-credit-card{--fa:"";--fa--fa:""}.fa-credit-card-alt{--fa:"";--fa--fa:""}.fa-car{--fa:"";--fa--fa:""}.fa-automobile{--fa:"";--fa--fa:""}.fa-hand-holding-hand{--fa:"";--fa--fa:""}.fa-book-open-reader{--fa:"";--fa--fa:""}.fa-book-reader{--fa:"";--fa--fa:""}.fa-mountain-sun{--fa:"";--fa--fa:""}.fa-arrows-left-right-to-line{--fa:"";--fa--fa:""}.fa-dice-d20{--fa:"";--fa--fa:""}.fa-truck-droplet{--fa:"";--fa--fa:""}.fa-file-circle-xmark{--fa:"";--fa--fa:""}.fa-temperature-arrow-up{--fa:"";--fa--fa:""}.fa-temperature-up{--fa:"";--fa--fa:""}.fa-medal{--fa:"";--fa--fa:""}.fa-bed{--fa:"";--fa--fa:""}.fa-square-h{--fa:"";--fa--fa:""}.fa-h-square{--fa:"";--fa--fa:""} -.fa-podcast{--fa:"";--fa--fa:""}.fa-temperature-full{--fa:"";--fa--fa:""}.fa-temperature-4{--fa:"";--fa--fa:""}.fa-thermometer-4{--fa:"";--fa--fa:""}.fa-thermometer-full{--fa:"";--fa--fa:""}.fa-bell{--fa:"";--fa--fa:""}.fa-superscript{--fa:"";--fa--fa:""}.fa-plug-circle-xmark{--fa:"";--fa--fa:""}.fa-star-of-life{--fa:"";--fa--fa:""}.fa-phone-slash{--fa:"";--fa--fa:""}.fa-paint-roller{--fa:"";--fa--fa:""}.fa-handshake-angle{--fa:"";--fa--fa:""}.fa-hands-helping{--fa:"";--fa--fa:""}.fa-location-dot{--fa:"";--fa--fa:""}.fa-map-marker-alt{--fa:"";--fa--fa:""}.fa-file{--fa:"";--fa--fa:""}.fa-greater-than{--fa:"\>";--fa--fa:"\>\>"}.fa-person-swimming{--fa:"";--fa--fa:""}.fa-swimmer{--fa:"";--fa--fa:""}.fa-arrow-down{--fa:"";--fa--fa:""}.fa-droplet{--fa:"";--fa--fa:""}.fa-tint{--fa:"";--fa--fa:""}.fa-eraser{--fa:"";--fa--fa:""}.fa-earth-americas{--fa:"";--fa--fa:""}.fa-earth{--fa:"";--fa--fa:""}.fa-earth-america{--fa:"";--fa--fa:""}.fa-globe-americas{--fa:"";--fa--fa:""}.fa-person-burst{--fa:"";--fa--fa:""}.fa-dove{--fa:"";--fa--fa:""}.fa-battery-empty{--fa:"";--fa--fa:""}.fa-battery-0{--fa:"";--fa--fa:""}.fa-socks{--fa:"";--fa--fa:""}.fa-inbox{--fa:"";--fa--fa:""}.fa-section{--fa:"";--fa--fa:""}.fa-gauge-high{--fa:"";--fa--fa:""}.fa-tachometer-alt{--fa:"";--fa--fa:""}.fa-tachometer-alt-fast{--fa:"";--fa--fa:""}.fa-envelope-open-text{--fa:"";--fa--fa:""}.fa-hospital{--fa:"";--fa--fa:""}.fa-hospital-alt{--fa:"";--fa--fa:""}.fa-hospital-wide{--fa:"";--fa--fa:""}.fa-wine-bottle{--fa:"";--fa--fa:""}.fa-chess-rook{--fa:"";--fa--fa:""}.fa-bars-staggered{--fa:"";--fa--fa:""}.fa-reorder{--fa:"";--fa--fa:""}.fa-stream{--fa:"";--fa--fa:""}.fa-dharmachakra{--fa:"";--fa--fa:""} -.fa-hotdog{--fa:"";--fa--fa:""}.fa-person-walking-with-cane{--fa:"";--fa--fa:""}.fa-blind{--fa:"";--fa--fa:""}.fa-drum{--fa:"";--fa--fa:""}.fa-ice-cream{--fa:"";--fa--fa:""}.fa-heart-circle-bolt{--fa:"";--fa--fa:""}.fa-fax{--fa:"";--fa--fa:""}.fa-paragraph{--fa:"";--fa--fa:""}.fa-check-to-slot{--fa:"";--fa--fa:""}.fa-vote-yea{--fa:"";--fa--fa:""}.fa-star-half{--fa:"";--fa--fa:""}.fa-boxes-stacked{--fa:"";--fa--fa:""}.fa-boxes{--fa:"";--fa--fa:""}.fa-boxes-alt{--fa:"";--fa--fa:""}.fa-link{--fa:"";--fa--fa:""}.fa-chain{--fa:"";--fa--fa:""}.fa-ear-listen{--fa:"";--fa--fa:""}.fa-assistive-listening-systems{--fa:"";--fa--fa:""}.fa-tree-city{--fa:"";--fa--fa:""}.fa-play{--fa:"";--fa--fa:""}.fa-font{--fa:"";--fa--fa:""}.fa-table-cells-row-lock{--fa:"";--fa--fa:""}.fa-rupiah-sign{--fa:"";--fa--fa:""}.fa-magnifying-glass{--fa:"";--fa--fa:""}.fa-search{--fa:"";--fa--fa:""}.fa-table-tennis-paddle-ball{--fa:"";--fa--fa:""}.fa-ping-pong-paddle-ball{--fa:"";--fa--fa:""}.fa-table-tennis{--fa:"";--fa--fa:""}.fa-person-dots-from-line{--fa:"";--fa--fa:""}.fa-diagnoses{--fa:"";--fa--fa:""}.fa-trash-can-arrow-up{--fa:"";--fa--fa:""}.fa-trash-restore-alt{--fa:"";--fa--fa:""}.fa-naira-sign{--fa:"";--fa--fa:""}.fa-cart-arrow-down{--fa:"";--fa--fa:""}.fa-walkie-talkie{--fa:"";--fa--fa:""}.fa-file-pen{--fa:"";--fa--fa:""}.fa-file-edit{--fa:"";--fa--fa:""}.fa-receipt{--fa:"";--fa--fa:""}.fa-square-pen{--fa:"";--fa--fa:""}.fa-pen-square{--fa:"";--fa--fa:""}.fa-pencil-square{--fa:"";--fa--fa:""}.fa-suitcase-rolling{--fa:"";--fa--fa:""}.fa-person-circle-exclamation{--fa:"";--fa--fa:""}.fa-chevron-down{--fa:"";--fa--fa:""}.fa-battery-full{--fa:"";--fa--fa:""}.fa-battery{--fa:"";--fa--fa:""} -.fa-battery-5{--fa:"";--fa--fa:""}.fa-skull-crossbones{--fa:"";--fa--fa:""}.fa-code-compare{--fa:"";--fa--fa:""}.fa-list-ul{--fa:"";--fa--fa:""}.fa-list-dots{--fa:"";--fa--fa:""}.fa-school-lock{--fa:"";--fa--fa:""}.fa-tower-cell{--fa:"";--fa--fa:""}.fa-down-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-down{--fa:"";--fa--fa:""}.fa-ranking-star{--fa:"";--fa--fa:""}.fa-chess-king{--fa:"";--fa--fa:""}.fa-person-harassing{--fa:"";--fa--fa:""}.fa-brazilian-real-sign{--fa:"";--fa--fa:""}.fa-landmark-dome{--fa:"";--fa--fa:""}.fa-landmark-alt{--fa:"";--fa--fa:""}.fa-arrow-up{--fa:"";--fa--fa:""}.fa-tv{--fa:"";--fa--fa:""}.fa-television{--fa:"";--fa--fa:""}.fa-tv-alt{--fa:"";--fa--fa:""}.fa-shrimp{--fa:"";--fa--fa:""}.fa-list-check{--fa:"";--fa--fa:""}.fa-tasks{--fa:"";--fa--fa:""}.fa-jug-detergent{--fa:"";--fa--fa:""}.fa-circle-user{--fa:"";--fa--fa:""}.fa-user-circle{--fa:"";--fa--fa:""}.fa-user-shield{--fa:"";--fa--fa:""}.fa-wind{--fa:"";--fa--fa:""}.fa-car-burst{--fa:"";--fa--fa:""}.fa-car-crash{--fa:"";--fa--fa:""}.fa-y{--fa:"Y";--fa--fa:"YY"}.fa-person-snowboarding{--fa:"";--fa--fa:""}.fa-snowboarding{--fa:"";--fa--fa:""}.fa-truck-fast{--fa:"";--fa--fa:""}.fa-shipping-fast{--fa:"";--fa--fa:""}.fa-fish{--fa:"";--fa--fa:""}.fa-user-graduate{--fa:"";--fa--fa:""}.fa-circle-half-stroke{--fa:"";--fa--fa:""}.fa-adjust{--fa:"";--fa--fa:""}.fa-clapperboard{--fa:"";--fa--fa:""}.fa-circle-radiation{--fa:"";--fa--fa:""}.fa-radiation-alt{--fa:"";--fa--fa:""}.fa-baseball{--fa:"";--fa--fa:""}.fa-baseball-ball{--fa:"";--fa--fa:""}.fa-jet-fighter-up{--fa:"";--fa--fa:""}.fa-diagram-project{--fa:"";--fa--fa:""}.fa-project-diagram{--fa:"";--fa--fa:""}.fa-copy{--fa:"";--fa--fa:""} -.fa-volume-xmark{--fa:"";--fa--fa:""}.fa-volume-mute{--fa:"";--fa--fa:""}.fa-volume-times{--fa:"";--fa--fa:""}.fa-hand-sparkles{--fa:"";--fa--fa:""}.fa-grip{--fa:"";--fa--fa:""}.fa-grip-horizontal{--fa:"";--fa--fa:""}.fa-share-from-square{--fa:"";--fa--fa:""}.fa-share-square{--fa:"";--fa--fa:""}.fa-child-combatant{--fa:"";--fa--fa:""}.fa-child-rifle{--fa:"";--fa--fa:""}.fa-gun{--fa:"";--fa--fa:""}.fa-square-phone{--fa:"";--fa--fa:""}.fa-phone-square{--fa:"";--fa--fa:""}.fa-plus{--fa:"\+";--fa--fa:"\+\+"}.fa-add{--fa:"\+";--fa--fa:"\+\+"}.fa-expand{--fa:"";--fa--fa:""}.fa-computer{--fa:"";--fa--fa:""}.fa-xmark{--fa:"";--fa--fa:""}.fa-close{--fa:"";--fa--fa:""}.fa-multiply{--fa:"";--fa--fa:""}.fa-remove{--fa:"";--fa--fa:""}.fa-times{--fa:"";--fa--fa:""}.fa-arrows-up-down-left-right{--fa:"";--fa--fa:""}.fa-arrows{--fa:"";--fa--fa:""}.fa-chalkboard-user{--fa:"";--fa--fa:""}.fa-chalkboard-teacher{--fa:"";--fa--fa:""}.fa-peso-sign{--fa:"";--fa--fa:""}.fa-building-shield{--fa:"";--fa--fa:""}.fa-baby{--fa:"";--fa--fa:""}.fa-users-line{--fa:"";--fa--fa:""}.fa-quote-left{--fa:"";--fa--fa:""}.fa-quote-left-alt{--fa:"";--fa--fa:""}.fa-tractor{--fa:"";--fa--fa:""}.fa-trash-arrow-up{--fa:"";--fa--fa:""}.fa-trash-restore{--fa:"";--fa--fa:""}.fa-arrow-down-up-lock{--fa:"";--fa--fa:""}.fa-lines-leaning{--fa:"";--fa--fa:""}.fa-ruler-combined{--fa:"";--fa--fa:""}.fa-copyright{--fa:"";--fa--fa:""}.fa-equals{--fa:"\=";--fa--fa:"\=\="}.fa-blender{--fa:"";--fa--fa:""}.fa-teeth{--fa:"";--fa--fa:""}.fa-shekel-sign{--fa:"";--fa--fa:""}.fa-ils{--fa:"";--fa--fa:""}.fa-shekel{--fa:"";--fa--fa:""}.fa-sheqel{--fa:"";--fa--fa:""}.fa-sheqel-sign{--fa:"";--fa--fa:""} -.fa-map{--fa:"";--fa--fa:""}.fa-rocket{--fa:"";--fa--fa:""}.fa-photo-film{--fa:"";--fa--fa:""}.fa-photo-video{--fa:"";--fa--fa:""}.fa-folder-minus{--fa:"";--fa--fa:""}.fa-hexagon-nodes-bolt{--fa:"";--fa--fa:""}.fa-store{--fa:"";--fa--fa:""}.fa-arrow-trend-up{--fa:"";--fa--fa:""}.fa-plug-circle-minus{--fa:"";--fa--fa:""}.fa-sign-hanging{--fa:"";--fa--fa:""}.fa-sign{--fa:"";--fa--fa:""}.fa-bezier-curve{--fa:"";--fa--fa:""}.fa-bell-slash{--fa:"";--fa--fa:""}.fa-tablet{--fa:"";--fa--fa:""}.fa-tablet-android{--fa:"";--fa--fa:""}.fa-school-flag{--fa:"";--fa--fa:""}.fa-fill{--fa:"";--fa--fa:""}.fa-angle-up{--fa:"";--fa--fa:""}.fa-drumstick-bite{--fa:"";--fa--fa:""}.fa-holly-berry{--fa:"";--fa--fa:""}.fa-chevron-left{--fa:"";--fa--fa:""}.fa-bacteria{--fa:"";--fa--fa:""}.fa-hand-lizard{--fa:"";--fa--fa:""}.fa-notdef{--fa:"";--fa--fa:""}.fa-disease{--fa:"";--fa--fa:""}.fa-briefcase-medical{--fa:"";--fa--fa:""}.fa-genderless{--fa:"";--fa--fa:""}.fa-chevron-right{--fa:"";--fa--fa:""}.fa-retweet{--fa:"";--fa--fa:""}.fa-car-rear{--fa:"";--fa--fa:""}.fa-car-alt{--fa:"";--fa--fa:""}.fa-pump-soap{--fa:"";--fa--fa:""}.fa-video-slash{--fa:"";--fa--fa:""}.fa-battery-quarter{--fa:"";--fa--fa:""}.fa-battery-2{--fa:"";--fa--fa:""}.fa-radio{--fa:"";--fa--fa:""}.fa-baby-carriage{--fa:"";--fa--fa:""}.fa-carriage-baby{--fa:"";--fa--fa:""}.fa-traffic-light{--fa:"";--fa--fa:""}.fa-thermometer{--fa:"";--fa--fa:""}.fa-vr-cardboard{--fa:"";--fa--fa:""}.fa-hand-middle-finger{--fa:"";--fa--fa:""}.fa-percent{--fa:"\%";--fa--fa:"\%\%"}.fa-percentage{--fa:"\%";--fa--fa:"\%\%"}.fa-truck-moving{--fa:"";--fa--fa:""}.fa-glass-water-droplet{--fa:"";--fa--fa:""}.fa-display{--fa:"";--fa--fa:""} -.fa-face-smile{--fa:"";--fa--fa:""}.fa-smile{--fa:"";--fa--fa:""}.fa-thumbtack{--fa:"";--fa--fa:""}.fa-thumb-tack{--fa:"";--fa--fa:""}.fa-trophy{--fa:"";--fa--fa:""}.fa-person-praying{--fa:"";--fa--fa:""}.fa-pray{--fa:"";--fa--fa:""}.fa-hammer{--fa:"";--fa--fa:""}.fa-hand-peace{--fa:"";--fa--fa:""}.fa-rotate{--fa:"";--fa--fa:""}.fa-sync-alt{--fa:"";--fa--fa:""}.fa-spinner{--fa:"";--fa--fa:""}.fa-robot{--fa:"";--fa--fa:""}.fa-peace{--fa:"";--fa--fa:""}.fa-gears{--fa:"";--fa--fa:""}.fa-cogs{--fa:"";--fa--fa:""}.fa-warehouse{--fa:"";--fa--fa:""}.fa-arrow-up-right-dots{--fa:"";--fa--fa:""}.fa-splotch{--fa:"";--fa--fa:""}.fa-face-grin-hearts{--fa:"";--fa--fa:""}.fa-grin-hearts{--fa:"";--fa--fa:""}.fa-dice-four{--fa:"";--fa--fa:""}.fa-sim-card{--fa:"";--fa--fa:""}.fa-transgender{--fa:"";--fa--fa:""}.fa-transgender-alt{--fa:"";--fa--fa:""}.fa-mercury{--fa:"";--fa--fa:""}.fa-arrow-turn-down{--fa:"";--fa--fa:""}.fa-level-down{--fa:"";--fa--fa:""}.fa-person-falling-burst{--fa:"";--fa--fa:""}.fa-award{--fa:"";--fa--fa:""}.fa-ticket-simple{--fa:"";--fa--fa:""}.fa-ticket-alt{--fa:"";--fa--fa:""}.fa-building{--fa:"";--fa--fa:""}.fa-angles-left{--fa:"";--fa--fa:""}.fa-angle-double-left{--fa:"";--fa--fa:""}.fa-qrcode{--fa:"";--fa--fa:""}.fa-clock-rotate-left{--fa:"";--fa--fa:""}.fa-history{--fa:"";--fa--fa:""}.fa-face-grin-beam-sweat{--fa:"";--fa--fa:""}.fa-grin-beam-sweat{--fa:"";--fa--fa:""}.fa-file-export{--fa:"";--fa--fa:""}.fa-arrow-right-from-file{--fa:"";--fa--fa:""}.fa-shield{--fa:"";--fa--fa:""}.fa-shield-blank{--fa:"";--fa--fa:""}.fa-arrow-up-short-wide{--fa:"";--fa--fa:""}.fa-sort-amount-up-alt{--fa:"";--fa--fa:""}.fa-comment-nodes{--fa:"";--fa--fa:""} -.fa-house-medical{--fa:"";--fa--fa:""}.fa-golf-ball-tee{--fa:"";--fa--fa:""}.fa-golf-ball{--fa:"";--fa--fa:""}.fa-circle-chevron-left{--fa:"";--fa--fa:""}.fa-chevron-circle-left{--fa:"";--fa--fa:""}.fa-house-chimney-window{--fa:"";--fa--fa:""}.fa-pen-nib{--fa:"";--fa--fa:""}.fa-tent-arrow-turn-left{--fa:"";--fa--fa:""}.fa-tents{--fa:"";--fa--fa:""}.fa-wand-magic{--fa:"";--fa--fa:""}.fa-magic{--fa:"";--fa--fa:""}.fa-dog{--fa:"";--fa--fa:""}.fa-carrot{--fa:"";--fa--fa:""}.fa-moon{--fa:"";--fa--fa:""}.fa-wine-glass-empty{--fa:"";--fa--fa:""}.fa-wine-glass-alt{--fa:"";--fa--fa:""}.fa-cheese{--fa:"";--fa--fa:""}.fa-yin-yang{--fa:"";--fa--fa:""}.fa-music{--fa:"";--fa--fa:""}.fa-code-commit{--fa:"";--fa--fa:""}.fa-temperature-low{--fa:"";--fa--fa:""}.fa-person-biking{--fa:"";--fa--fa:""}.fa-biking{--fa:"";--fa--fa:""}.fa-broom{--fa:"";--fa--fa:""}.fa-shield-heart{--fa:"";--fa--fa:""}.fa-gopuram{--fa:"";--fa--fa:""}.fa-earth-oceania{--fa:"";--fa--fa:""}.fa-globe-oceania{--fa:"";--fa--fa:""}.fa-square-xmark{--fa:"";--fa--fa:""}.fa-times-square{--fa:"";--fa--fa:""}.fa-xmark-square{--fa:"";--fa--fa:""}.fa-hashtag{--fa:"\#";--fa--fa:"\#\#"}.fa-up-right-and-down-left-from-center{--fa:"";--fa--fa:""}.fa-expand-alt{--fa:"";--fa--fa:""}.fa-oil-can{--fa:"";--fa--fa:""}.fa-t{--fa:"T";--fa--fa:"TT"}.fa-hippo{--fa:"";--fa--fa:""}.fa-chart-column{--fa:"";--fa--fa:""}.fa-infinity{--fa:"";--fa--fa:""}.fa-vial-circle-check{--fa:"";--fa--fa:""}.fa-person-arrow-down-to-line{--fa:"";--fa--fa:""}.fa-voicemail{--fa:"";--fa--fa:""}.fa-fan{--fa:"";--fa--fa:""}.fa-person-walking-luggage{--fa:"";--fa--fa:""}.fa-up-down{--fa:"";--fa--fa:""}.fa-arrows-alt-v{--fa:"";--fa--fa:""}.fa-cloud-moon-rain{--fa:"";--fa--fa:""} -.fa-calendar{--fa:"";--fa--fa:""}.fa-trailer{--fa:"";--fa--fa:""}.fa-bahai{--fa:"";--fa--fa:""}.fa-haykal{--fa:"";--fa--fa:""}.fa-sd-card{--fa:"";--fa--fa:""}.fa-dragon{--fa:"";--fa--fa:""}.fa-shoe-prints{--fa:"";--fa--fa:""}.fa-circle-plus{--fa:"";--fa--fa:""}.fa-plus-circle{--fa:"";--fa--fa:""}.fa-face-grin-tongue-wink{--fa:"";--fa--fa:""}.fa-grin-tongue-wink{--fa:"";--fa--fa:""}.fa-hand-holding{--fa:"";--fa--fa:""}.fa-plug-circle-exclamation{--fa:"";--fa--fa:""}.fa-link-slash{--fa:"";--fa--fa:""}.fa-chain-broken{--fa:"";--fa--fa:""}.fa-chain-slash{--fa:"";--fa--fa:""}.fa-unlink{--fa:"";--fa--fa:""}.fa-clone{--fa:"";--fa--fa:""}.fa-person-walking-arrow-loop-left{--fa:"";--fa--fa:""}.fa-arrow-up-z-a{--fa:"";--fa--fa:""}.fa-sort-alpha-up-alt{--fa:"";--fa--fa:""}.fa-fire-flame-curved{--fa:"";--fa--fa:""}.fa-fire-alt{--fa:"";--fa--fa:""}.fa-tornado{--fa:"";--fa--fa:""}.fa-file-circle-plus{--fa:"";--fa--fa:""}.fa-book-quran{--fa:"";--fa--fa:""}.fa-quran{--fa:"";--fa--fa:""}.fa-anchor{--fa:"";--fa--fa:""}.fa-border-all{--fa:"";--fa--fa:""}.fa-face-angry{--fa:"";--fa--fa:""}.fa-angry{--fa:"";--fa--fa:""}.fa-cookie-bite{--fa:"";--fa--fa:""}.fa-arrow-trend-down{--fa:"";--fa--fa:""}.fa-rss{--fa:"";--fa--fa:""}.fa-feed{--fa:"";--fa--fa:""}.fa-draw-polygon{--fa:"";--fa--fa:""}.fa-scale-balanced{--fa:"";--fa--fa:""}.fa-balance-scale{--fa:"";--fa--fa:""}.fa-gauge-simple-high{--fa:"";--fa--fa:""}.fa-tachometer{--fa:"";--fa--fa:""}.fa-tachometer-fast{--fa:"";--fa--fa:""}.fa-shower{--fa:"";--fa--fa:""}.fa-desktop{--fa:"";--fa--fa:""}.fa-desktop-alt{--fa:"";--fa--fa:""}.fa-m{--fa:"M";--fa--fa:"MM"}.fa-table-list{--fa:"";--fa--fa:""}.fa-th-list{--fa:"";--fa--fa:""} -.fa-comment-sms{--fa:"";--fa--fa:""}.fa-sms{--fa:"";--fa--fa:""}.fa-book{--fa:"";--fa--fa:""}.fa-user-plus{--fa:"";--fa--fa:""}.fa-check{--fa:"";--fa--fa:""}.fa-battery-three-quarters{--fa:"";--fa--fa:""}.fa-battery-4{--fa:"";--fa--fa:""}.fa-house-circle-check{--fa:"";--fa--fa:""}.fa-angle-left{--fa:"";--fa--fa:""}.fa-diagram-successor{--fa:"";--fa--fa:""}.fa-truck-arrow-right{--fa:"";--fa--fa:""}.fa-arrows-split-up-and-left{--fa:"";--fa--fa:""}.fa-hand-fist{--fa:"";--fa--fa:""}.fa-fist-raised{--fa:"";--fa--fa:""}.fa-cloud-moon{--fa:"";--fa--fa:""}.fa-briefcase{--fa:"";--fa--fa:""}.fa-person-falling{--fa:"";--fa--fa:""}.fa-image-portrait{--fa:"";--fa--fa:""}.fa-portrait{--fa:"";--fa--fa:""}.fa-user-tag{--fa:"";--fa--fa:""}.fa-rug{--fa:"";--fa--fa:""}.fa-earth-europe{--fa:"";--fa--fa:""}.fa-globe-europe{--fa:"";--fa--fa:""}.fa-cart-flatbed-suitcase{--fa:"";--fa--fa:""}.fa-luggage-cart{--fa:"";--fa--fa:""}.fa-rectangle-xmark{--fa:"";--fa--fa:""}.fa-rectangle-times{--fa:"";--fa--fa:""}.fa-times-rectangle{--fa:"";--fa--fa:""}.fa-window-close{--fa:"";--fa--fa:""}.fa-baht-sign{--fa:"";--fa--fa:""}.fa-book-open{--fa:"";--fa--fa:""}.fa-book-journal-whills{--fa:"";--fa--fa:""}.fa-journal-whills{--fa:"";--fa--fa:""}.fa-handcuffs{--fa:"";--fa--fa:""}.fa-triangle-exclamation{--fa:"";--fa--fa:""}.fa-exclamation-triangle{--fa:"";--fa--fa:""}.fa-warning{--fa:"";--fa--fa:""}.fa-database{--fa:"";--fa--fa:""}.fa-share{--fa:"";--fa--fa:""}.fa-mail-forward{--fa:"";--fa--fa:""}.fa-bottle-droplet{--fa:"";--fa--fa:""}.fa-mask-face{--fa:"";--fa--fa:""}.fa-hill-rockslide{--fa:"";--fa--fa:""}.fa-right-left{--fa:"";--fa--fa:""}.fa-exchange-alt{--fa:"";--fa--fa:""}.fa-paper-plane{--fa:"";--fa--fa:""} -.fa-road-circle-exclamation{--fa:"";--fa--fa:""}.fa-dungeon{--fa:"";--fa--fa:""}.fa-align-right{--fa:"";--fa--fa:""}.fa-money-bill-1-wave{--fa:"";--fa--fa:""}.fa-money-bill-wave-alt{--fa:"";--fa--fa:""}.fa-life-ring{--fa:"";--fa--fa:""}.fa-hands{--fa:"";--fa--fa:""}.fa-sign-language{--fa:"";--fa--fa:""}.fa-signing{--fa:"";--fa--fa:""}.fa-calendar-day{--fa:"";--fa--fa:""}.fa-water-ladder{--fa:"";--fa--fa:""}.fa-ladder-water{--fa:"";--fa--fa:""}.fa-swimming-pool{--fa:"";--fa--fa:""}.fa-arrows-up-down{--fa:"";--fa--fa:""}.fa-arrows-v{--fa:"";--fa--fa:""}.fa-face-grimace{--fa:"";--fa--fa:""}.fa-grimace{--fa:"";--fa--fa:""}.fa-wheelchair-move{--fa:"";--fa--fa:""}.fa-wheelchair-alt{--fa:"";--fa--fa:""}.fa-turn-down{--fa:"";--fa--fa:""}.fa-level-down-alt{--fa:"";--fa--fa:""}.fa-person-walking-arrow-right{--fa:"";--fa--fa:""}.fa-square-envelope{--fa:"";--fa--fa:""}.fa-envelope-square{--fa:"";--fa--fa:""}.fa-dice{--fa:"";--fa--fa:""}.fa-bowling-ball{--fa:"";--fa--fa:""}.fa-brain{--fa:"";--fa--fa:""}.fa-bandage{--fa:"";--fa--fa:""}.fa-band-aid{--fa:"";--fa--fa:""}.fa-calendar-minus{--fa:"";--fa--fa:""}.fa-circle-xmark{--fa:"";--fa--fa:""}.fa-times-circle{--fa:"";--fa--fa:""}.fa-xmark-circle{--fa:"";--fa--fa:""}.fa-gifts{--fa:"";--fa--fa:""}.fa-hotel{--fa:"";--fa--fa:""}.fa-earth-asia{--fa:"";--fa--fa:""}.fa-globe-asia{--fa:"";--fa--fa:""}.fa-id-card-clip{--fa:"";--fa--fa:""}.fa-id-card-alt{--fa:"";--fa--fa:""}.fa-magnifying-glass-plus{--fa:"";--fa--fa:""}.fa-search-plus{--fa:"";--fa--fa:""}.fa-thumbs-up{--fa:"";--fa--fa:""}.fa-user-clock{--fa:"";--fa--fa:""}.fa-hand-dots{--fa:"";--fa--fa:""}.fa-allergies{--fa:"";--fa--fa:""}.fa-file-invoice{--fa:"";--fa--fa:""}.fa-window-minimize{--fa:"";--fa--fa:""} -.fa-mug-saucer{--fa:"";--fa--fa:""}.fa-coffee{--fa:"";--fa--fa:""}.fa-brush{--fa:"";--fa--fa:""}.fa-file-half-dashed{--fa:"";--fa--fa:""}.fa-mask{--fa:"";--fa--fa:""}.fa-magnifying-glass-minus{--fa:"";--fa--fa:""}.fa-search-minus{--fa:"";--fa--fa:""}.fa-ruler-vertical{--fa:"";--fa--fa:""}.fa-user-large{--fa:"";--fa--fa:""}.fa-user-alt{--fa:"";--fa--fa:""}.fa-train-tram{--fa:"";--fa--fa:""}.fa-user-nurse{--fa:"";--fa--fa:""}.fa-syringe{--fa:"";--fa--fa:""}.fa-cloud-sun{--fa:"";--fa--fa:""}.fa-stopwatch-20{--fa:"";--fa--fa:""}.fa-square-full{--fa:"";--fa--fa:""}.fa-magnet{--fa:"";--fa--fa:""}.fa-jar{--fa:"";--fa--fa:""}.fa-note-sticky{--fa:"";--fa--fa:""}.fa-sticky-note{--fa:"";--fa--fa:""}.fa-bug-slash{--fa:"";--fa--fa:""}.fa-arrow-up-from-water-pump{--fa:"";--fa--fa:""}.fa-bone{--fa:"";--fa--fa:""}.fa-table-cells-row-unlock{--fa:"";--fa--fa:""}.fa-user-injured{--fa:"";--fa--fa:""}.fa-face-sad-tear{--fa:"";--fa--fa:""}.fa-sad-tear{--fa:"";--fa--fa:""}.fa-plane{--fa:"";--fa--fa:""}.fa-tent-arrows-down{--fa:"";--fa--fa:""}.fa-exclamation{--fa:"\!";--fa--fa:"\!\!"}.fa-arrows-spin{--fa:"";--fa--fa:""}.fa-print{--fa:"";--fa--fa:""}.fa-turkish-lira-sign{--fa:"";--fa--fa:""}.fa-try{--fa:"";--fa--fa:""}.fa-turkish-lira{--fa:"";--fa--fa:""}.fa-dollar-sign{--fa:"\$";--fa--fa:"\$\$"}.fa-dollar{--fa:"\$";--fa--fa:"\$\$"}.fa-usd{--fa:"\$";--fa--fa:"\$\$"}.fa-x{--fa:"X";--fa--fa:"XX"}.fa-magnifying-glass-dollar{--fa:"";--fa--fa:""}.fa-search-dollar{--fa:"";--fa--fa:""}.fa-users-gear{--fa:"";--fa--fa:""}.fa-users-cog{--fa:"";--fa--fa:""}.fa-person-military-pointing{--fa:"";--fa--fa:""}.fa-building-columns{--fa:"";--fa--fa:""}.fa-bank{--fa:"";--fa--fa:""}.fa-institution{--fa:"";--fa--fa:""} -.fa-museum{--fa:"";--fa--fa:""}.fa-university{--fa:"";--fa--fa:""}.fa-umbrella{--fa:"";--fa--fa:""}.fa-trowel{--fa:"";--fa--fa:""}.fa-d{--fa:"D";--fa--fa:"DD"}.fa-stapler{--fa:"";--fa--fa:""}.fa-masks-theater{--fa:"";--fa--fa:""}.fa-theater-masks{--fa:"";--fa--fa:""}.fa-kip-sign{--fa:"";--fa--fa:""}.fa-hand-point-left{--fa:"";--fa--fa:""}.fa-handshake-simple{--fa:"";--fa--fa:""}.fa-handshake-alt{--fa:"";--fa--fa:""}.fa-jet-fighter{--fa:"";--fa--fa:""}.fa-fighter-jet{--fa:"";--fa--fa:""}.fa-square-share-nodes{--fa:"";--fa--fa:""}.fa-share-alt-square{--fa:"";--fa--fa:""}.fa-barcode{--fa:"";--fa--fa:""}.fa-plus-minus{--fa:"";--fa--fa:""}.fa-video{--fa:"";--fa--fa:""}.fa-video-camera{--fa:"";--fa--fa:""}.fa-graduation-cap{--fa:"";--fa--fa:""}.fa-mortar-board{--fa:"";--fa--fa:""}.fa-hand-holding-medical{--fa:"";--fa--fa:""}.fa-person-circle-check{--fa:"";--fa--fa:""}.fa-turn-up{--fa:"";--fa--fa:""}.fa-level-up-alt{--fa:"";--fa--fa:""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}/*! + */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas::before,.far::before,.fab::before,.fa-solid::before,.fa-regular::before,.fa-brands::before,.fa::before{content:var(--fa)}.fa-classic,.fas,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width,2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,0.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,0.08em);padding:var(--fa-border-padding,0.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.28,0.84,0.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)} +.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0;transition-duration:0}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30 ";--fa--fa:"\30 \30 "}.fa-1{--fa:"\31 ";--fa--fa:"\31 \31 "}.fa-2{--fa:"\32 ";--fa--fa:"\32 \32 "}.fa-3{--fa:"\33 ";--fa--fa:"\33 \33 "}.fa-4{--fa:"\34 ";--fa--fa:"\34 \34 "}.fa-5{--fa:"\35 ";--fa--fa:"\35 \35 "}.fa-6{--fa:"\36 ";--fa--fa:"\36 \36 "}.fa-7{--fa:"\37 ";--fa--fa:"\37 \37 "}.fa-8{--fa:"\38 ";--fa--fa:"\38 \38 "}.fa-9{--fa:"\39 ";--fa--fa:"\39 \39 "}.fa-fill-drip{--fa:"";--fa--fa:""}.fa-arrows-to-circle{--fa:"";--fa--fa:""}.fa-circle-chevron-right{--fa:"";--fa--fa:""}.fa-chevron-circle-right{--fa:"";--fa--fa:""}.fa-at{--fa:"\@";--fa--fa:"\@\@"}.fa-trash-can{--fa:"";--fa--fa:""}.fa-trash-alt{--fa:"";--fa--fa:""}.fa-text-height{--fa:"";--fa--fa:""}.fa-user-xmark{--fa:"";--fa--fa:""} +.fa-user-times{--fa:"";--fa--fa:""}.fa-stethoscope{--fa:"";--fa--fa:""}.fa-message{--fa:"";--fa--fa:""}.fa-comment-alt{--fa:"";--fa--fa:""}.fa-info{--fa:"";--fa--fa:""}.fa-down-left-and-up-right-to-center{--fa:"";--fa--fa:""}.fa-compress-alt{--fa:"";--fa--fa:""}.fa-explosion{--fa:"";--fa--fa:""}.fa-file-lines{--fa:"";--fa--fa:""}.fa-file-alt{--fa:"";--fa--fa:""}.fa-file-text{--fa:"";--fa--fa:""}.fa-wave-square{--fa:"";--fa--fa:""}.fa-ring{--fa:"";--fa--fa:""}.fa-building-un{--fa:"";--fa--fa:""}.fa-dice-three{--fa:"";--fa--fa:""}.fa-calendar-days{--fa:"";--fa--fa:""}.fa-calendar-alt{--fa:"";--fa--fa:""}.fa-anchor-circle-check{--fa:"";--fa--fa:""}.fa-building-circle-arrow-right{--fa:"";--fa--fa:""}.fa-volleyball{--fa:"";--fa--fa:""}.fa-volleyball-ball{--fa:"";--fa--fa:""}.fa-arrows-up-to-line{--fa:"";--fa--fa:""}.fa-sort-down{--fa:"";--fa--fa:""}.fa-sort-desc{--fa:"";--fa--fa:""}.fa-circle-minus{--fa:"";--fa--fa:""}.fa-minus-circle{--fa:"";--fa--fa:""}.fa-door-open{--fa:"";--fa--fa:""}.fa-right-from-bracket{--fa:"";--fa--fa:""}.fa-sign-out-alt{--fa:"";--fa--fa:""}.fa-atom{--fa:"";--fa--fa:""}.fa-soap{--fa:"";--fa--fa:""}.fa-icons{--fa:"";--fa--fa:""}.fa-heart-music-camera-bolt{--fa:"";--fa--fa:""}.fa-microphone-lines-slash{--fa:"";--fa--fa:""}.fa-microphone-alt-slash{--fa:"";--fa--fa:""}.fa-bridge-circle-check{--fa:"";--fa--fa:""}.fa-pump-medical{--fa:"";--fa--fa:""}.fa-fingerprint{--fa:"";--fa--fa:""}.fa-hand-point-right{--fa:"";--fa--fa:""}.fa-magnifying-glass-location{--fa:"";--fa--fa:""}.fa-search-location{--fa:"";--fa--fa:""}.fa-forward-step{--fa:"";--fa--fa:""}.fa-step-forward{--fa:"";--fa--fa:""}.fa-face-smile-beam{--fa:"";--fa--fa:""}.fa-smile-beam{--fa:"";--fa--fa:""}.fa-flag-checkered{--fa:"";--fa--fa:""}.fa-football{--fa:"";--fa--fa:""} +.fa-football-ball{--fa:"";--fa--fa:""}.fa-school-circle-exclamation{--fa:"";--fa--fa:""}.fa-crop{--fa:"";--fa--fa:""}.fa-angles-down{--fa:"";--fa--fa:""}.fa-angle-double-down{--fa:"";--fa--fa:""}.fa-users-rectangle{--fa:"";--fa--fa:""}.fa-people-roof{--fa:"";--fa--fa:""}.fa-people-line{--fa:"";--fa--fa:""}.fa-beer-mug-empty{--fa:"";--fa--fa:""}.fa-beer{--fa:"";--fa--fa:""}.fa-diagram-predecessor{--fa:"";--fa--fa:""}.fa-arrow-up-long{--fa:"";--fa--fa:""}.fa-long-arrow-up{--fa:"";--fa--fa:""}.fa-fire-flame-simple{--fa:"";--fa--fa:""}.fa-burn{--fa:"";--fa--fa:""}.fa-person{--fa:"";--fa--fa:""}.fa-male{--fa:"";--fa--fa:""}.fa-laptop{--fa:"";--fa--fa:""}.fa-file-csv{--fa:"";--fa--fa:""}.fa-menorah{--fa:"";--fa--fa:""}.fa-truck-plane{--fa:"";--fa--fa:""}.fa-record-vinyl{--fa:"";--fa--fa:""}.fa-face-grin-stars{--fa:"";--fa--fa:""}.fa-grin-stars{--fa:"";--fa--fa:""}.fa-bong{--fa:"";--fa--fa:""}.fa-spaghetti-monster-flying{--fa:"";--fa--fa:""}.fa-pastafarianism{--fa:"";--fa--fa:""}.fa-arrow-down-up-across-line{--fa:"";--fa--fa:""}.fa-spoon{--fa:"";--fa--fa:""}.fa-utensil-spoon{--fa:"";--fa--fa:""}.fa-jar-wheat{--fa:"";--fa--fa:""}.fa-envelopes-bulk{--fa:"";--fa--fa:""}.fa-mail-bulk{--fa:"";--fa--fa:""}.fa-file-circle-exclamation{--fa:"";--fa--fa:""}.fa-circle-h{--fa:"";--fa--fa:""}.fa-hospital-symbol{--fa:"";--fa--fa:""}.fa-pager{--fa:"";--fa--fa:""}.fa-address-book{--fa:"";--fa--fa:""}.fa-contact-book{--fa:"";--fa--fa:""}.fa-strikethrough{--fa:"";--fa--fa:""}.fa-k{--fa:"K";--fa--fa:"KK"}.fa-landmark-flag{--fa:"";--fa--fa:""}.fa-pencil{--fa:"";--fa--fa:""}.fa-pencil-alt{--fa:"";--fa--fa:""}.fa-backward{--fa:"";--fa--fa:""}.fa-caret-right{--fa:"";--fa--fa:""}.fa-comments{--fa:"";--fa--fa:""}.fa-paste{--fa:"";--fa--fa:""} +.fa-file-clipboard{--fa:"";--fa--fa:""}.fa-code-pull-request{--fa:"";--fa--fa:""}.fa-clipboard-list{--fa:"";--fa--fa:""}.fa-truck-ramp-box{--fa:"";--fa--fa:""}.fa-truck-loading{--fa:"";--fa--fa:""}.fa-user-check{--fa:"";--fa--fa:""}.fa-vial-virus{--fa:"";--fa--fa:""}.fa-sheet-plastic{--fa:"";--fa--fa:""}.fa-blog{--fa:"";--fa--fa:""}.fa-user-ninja{--fa:"";--fa--fa:""}.fa-person-arrow-up-from-line{--fa:"";--fa--fa:""}.fa-scroll-torah{--fa:"";--fa--fa:""}.fa-torah{--fa:"";--fa--fa:""}.fa-broom-ball{--fa:"";--fa--fa:""}.fa-quidditch{--fa:"";--fa--fa:""}.fa-quidditch-broom-ball{--fa:"";--fa--fa:""}.fa-toggle-off{--fa:"";--fa--fa:""}.fa-box-archive{--fa:"";--fa--fa:""}.fa-archive{--fa:"";--fa--fa:""}.fa-person-drowning{--fa:"";--fa--fa:""}.fa-arrow-down-9-1{--fa:"";--fa--fa:""}.fa-sort-numeric-desc{--fa:"";--fa--fa:""}.fa-sort-numeric-down-alt{--fa:"";--fa--fa:""}.fa-face-grin-tongue-squint{--fa:"";--fa--fa:""}.fa-grin-tongue-squint{--fa:"";--fa--fa:""}.fa-spray-can{--fa:"";--fa--fa:""}.fa-truck-monster{--fa:"";--fa--fa:""}.fa-w{--fa:"W";--fa--fa:"WW"}.fa-earth-africa{--fa:"";--fa--fa:""}.fa-globe-africa{--fa:"";--fa--fa:""}.fa-rainbow{--fa:"";--fa--fa:""}.fa-circle-notch{--fa:"";--fa--fa:""}.fa-tablet-screen-button{--fa:"";--fa--fa:""}.fa-tablet-alt{--fa:"";--fa--fa:""}.fa-paw{--fa:"";--fa--fa:""}.fa-cloud{--fa:"";--fa--fa:""}.fa-trowel-bricks{--fa:"";--fa--fa:""}.fa-face-flushed{--fa:"";--fa--fa:""}.fa-flushed{--fa:"";--fa--fa:""}.fa-hospital-user{--fa:"";--fa--fa:""}.fa-tent-arrow-left-right{--fa:"";--fa--fa:""}.fa-gavel{--fa:"";--fa--fa:""}.fa-legal{--fa:"";--fa--fa:""}.fa-binoculars{--fa:"";--fa--fa:""}.fa-microphone-slash{--fa:"";--fa--fa:""}.fa-box-tissue{--fa:"";--fa--fa:""}.fa-motorcycle{--fa:"";--fa--fa:""} +.fa-bell-concierge{--fa:"";--fa--fa:""}.fa-concierge-bell{--fa:"";--fa--fa:""}.fa-pen-ruler{--fa:"";--fa--fa:""}.fa-pencil-ruler{--fa:"";--fa--fa:""}.fa-people-arrows{--fa:"";--fa--fa:""}.fa-people-arrows-left-right{--fa:"";--fa--fa:""}.fa-mars-and-venus-burst{--fa:"";--fa--fa:""}.fa-square-caret-right{--fa:"";--fa--fa:""}.fa-caret-square-right{--fa:"";--fa--fa:""}.fa-scissors{--fa:"";--fa--fa:""}.fa-cut{--fa:"";--fa--fa:""}.fa-sun-plant-wilt{--fa:"";--fa--fa:""}.fa-toilets-portable{--fa:"";--fa--fa:""}.fa-hockey-puck{--fa:"";--fa--fa:""}.fa-table{--fa:"";--fa--fa:""}.fa-magnifying-glass-arrow-right{--fa:"";--fa--fa:""}.fa-tachograph-digital{--fa:"";--fa--fa:""}.fa-digital-tachograph{--fa:"";--fa--fa:""}.fa-users-slash{--fa:"";--fa--fa:""}.fa-clover{--fa:"";--fa--fa:""}.fa-reply{--fa:"";--fa--fa:""}.fa-mail-reply{--fa:"";--fa--fa:""}.fa-star-and-crescent{--fa:"";--fa--fa:""}.fa-house-fire{--fa:"";--fa--fa:""}.fa-square-minus{--fa:"";--fa--fa:""}.fa-minus-square{--fa:"";--fa--fa:""}.fa-helicopter{--fa:"";--fa--fa:""}.fa-compass{--fa:"";--fa--fa:""}.fa-square-caret-down{--fa:"";--fa--fa:""}.fa-caret-square-down{--fa:"";--fa--fa:""}.fa-file-circle-question{--fa:"";--fa--fa:""}.fa-laptop-code{--fa:"";--fa--fa:""}.fa-swatchbook{--fa:"";--fa--fa:""}.fa-prescription-bottle{--fa:"";--fa--fa:""}.fa-bars{--fa:"";--fa--fa:""}.fa-navicon{--fa:"";--fa--fa:""}.fa-people-group{--fa:"";--fa--fa:""}.fa-hourglass-end{--fa:"";--fa--fa:""}.fa-hourglass-3{--fa:"";--fa--fa:""}.fa-heart-crack{--fa:"";--fa--fa:""}.fa-heart-broken{--fa:"";--fa--fa:""}.fa-square-up-right{--fa:"";--fa--fa:""}.fa-external-link-square-alt{--fa:"";--fa--fa:""}.fa-face-kiss-beam{--fa:"";--fa--fa:""}.fa-kiss-beam{--fa:"";--fa--fa:""}.fa-film{--fa:"";--fa--fa:""}.fa-ruler-horizontal{--fa:"";--fa--fa:""} +.fa-people-robbery{--fa:"";--fa--fa:""}.fa-lightbulb{--fa:"";--fa--fa:""}.fa-caret-left{--fa:"";--fa--fa:""}.fa-circle-exclamation{--fa:"";--fa--fa:""}.fa-exclamation-circle{--fa:"";--fa--fa:""}.fa-school-circle-xmark{--fa:"";--fa--fa:""}.fa-arrow-right-from-bracket{--fa:"";--fa--fa:""}.fa-sign-out{--fa:"";--fa--fa:""}.fa-circle-chevron-down{--fa:"";--fa--fa:""}.fa-chevron-circle-down{--fa:"";--fa--fa:""}.fa-unlock-keyhole{--fa:"";--fa--fa:""}.fa-unlock-alt{--fa:"";--fa--fa:""}.fa-cloud-showers-heavy{--fa:"";--fa--fa:""}.fa-headphones-simple{--fa:"";--fa--fa:""}.fa-headphones-alt{--fa:"";--fa--fa:""}.fa-sitemap{--fa:"";--fa--fa:""}.fa-circle-dollar-to-slot{--fa:"";--fa--fa:""}.fa-donate{--fa:"";--fa--fa:""}.fa-memory{--fa:"";--fa--fa:""}.fa-road-spikes{--fa:"";--fa--fa:""}.fa-fire-burner{--fa:"";--fa--fa:""}.fa-flag{--fa:"";--fa--fa:""}.fa-hanukiah{--fa:"";--fa--fa:""}.fa-feather{--fa:"";--fa--fa:""}.fa-volume-low{--fa:"";--fa--fa:""}.fa-volume-down{--fa:"";--fa--fa:""}.fa-comment-slash{--fa:"";--fa--fa:""}.fa-cloud-sun-rain{--fa:"";--fa--fa:""}.fa-compress{--fa:"";--fa--fa:""}.fa-wheat-awn{--fa:"";--fa--fa:""}.fa-wheat-alt{--fa:"";--fa--fa:""}.fa-ankh{--fa:"";--fa--fa:""}.fa-hands-holding-child{--fa:"";--fa--fa:""}.fa-asterisk{--fa:"\*";--fa--fa:"\*\*"}.fa-square-check{--fa:"";--fa--fa:""}.fa-check-square{--fa:"";--fa--fa:""}.fa-peseta-sign{--fa:"";--fa--fa:""}.fa-heading{--fa:"";--fa--fa:""}.fa-header{--fa:"";--fa--fa:""}.fa-ghost{--fa:"";--fa--fa:""}.fa-list{--fa:"";--fa--fa:""}.fa-list-squares{--fa:"";--fa--fa:""}.fa-square-phone-flip{--fa:"";--fa--fa:""}.fa-phone-square-alt{--fa:"";--fa--fa:""}.fa-cart-plus{--fa:"";--fa--fa:""}.fa-gamepad{--fa:"";--fa--fa:""}.fa-circle-dot{--fa:"";--fa--fa:""} +.fa-dot-circle{--fa:"";--fa--fa:""}.fa-face-dizzy{--fa:"";--fa--fa:""}.fa-dizzy{--fa:"";--fa--fa:""}.fa-egg{--fa:"";--fa--fa:""}.fa-house-medical-circle-xmark{--fa:"";--fa--fa:""}.fa-campground{--fa:"";--fa--fa:""}.fa-folder-plus{--fa:"";--fa--fa:""}.fa-futbol{--fa:"";--fa--fa:""}.fa-futbol-ball{--fa:"";--fa--fa:""}.fa-soccer-ball{--fa:"";--fa--fa:""}.fa-paintbrush{--fa:"";--fa--fa:""}.fa-paint-brush{--fa:"";--fa--fa:""}.fa-lock{--fa:"";--fa--fa:""}.fa-gas-pump{--fa:"";--fa--fa:""}.fa-hot-tub-person{--fa:"";--fa--fa:""}.fa-hot-tub{--fa:"";--fa--fa:""}.fa-map-location{--fa:"";--fa--fa:""}.fa-map-marked{--fa:"";--fa--fa:""}.fa-house-flood-water{--fa:"";--fa--fa:""}.fa-tree{--fa:"";--fa--fa:""}.fa-bridge-lock{--fa:"";--fa--fa:""}.fa-sack-dollar{--fa:"";--fa--fa:""}.fa-pen-to-square{--fa:"";--fa--fa:""}.fa-edit{--fa:"";--fa--fa:""}.fa-car-side{--fa:"";--fa--fa:""}.fa-share-nodes{--fa:"";--fa--fa:""}.fa-share-alt{--fa:"";--fa--fa:""}.fa-heart-circle-minus{--fa:"";--fa--fa:""}.fa-hourglass-half{--fa:"";--fa--fa:""}.fa-hourglass-2{--fa:"";--fa--fa:""}.fa-microscope{--fa:"";--fa--fa:""}.fa-sink{--fa:"";--fa--fa:""}.fa-bag-shopping{--fa:"";--fa--fa:""}.fa-shopping-bag{--fa:"";--fa--fa:""}.fa-arrow-down-z-a{--fa:"";--fa--fa:""}.fa-sort-alpha-desc{--fa:"";--fa--fa:""}.fa-sort-alpha-down-alt{--fa:"";--fa--fa:""}.fa-mitten{--fa:"";--fa--fa:""}.fa-person-rays{--fa:"";--fa--fa:""}.fa-users{--fa:"";--fa--fa:""}.fa-eye-slash{--fa:"";--fa--fa:""}.fa-flask-vial{--fa:"";--fa--fa:""}.fa-hand{--fa:"";--fa--fa:""}.fa-hand-paper{--fa:"";--fa--fa:""}.fa-om{--fa:"";--fa--fa:""}.fa-worm{--fa:"";--fa--fa:""}.fa-house-circle-xmark{--fa:"";--fa--fa:""}.fa-plug{--fa:"";--fa--fa:""} +.fa-chevron-up{--fa:"";--fa--fa:""}.fa-hand-spock{--fa:"";--fa--fa:""}.fa-stopwatch{--fa:"";--fa--fa:""}.fa-face-kiss{--fa:"";--fa--fa:""}.fa-kiss{--fa:"";--fa--fa:""}.fa-bridge-circle-xmark{--fa:"";--fa--fa:""}.fa-face-grin-tongue{--fa:"";--fa--fa:""}.fa-grin-tongue{--fa:"";--fa--fa:""}.fa-chess-bishop{--fa:"";--fa--fa:""}.fa-face-grin-wink{--fa:"";--fa--fa:""}.fa-grin-wink{--fa:"";--fa--fa:""}.fa-ear-deaf{--fa:"";--fa--fa:""}.fa-deaf{--fa:"";--fa--fa:""}.fa-deafness{--fa:"";--fa--fa:""}.fa-hard-of-hearing{--fa:"";--fa--fa:""}.fa-road-circle-check{--fa:"";--fa--fa:""}.fa-dice-five{--fa:"";--fa--fa:""}.fa-square-rss{--fa:"";--fa--fa:""}.fa-rss-square{--fa:"";--fa--fa:""}.fa-land-mine-on{--fa:"";--fa--fa:""}.fa-i-cursor{--fa:"";--fa--fa:""}.fa-stamp{--fa:"";--fa--fa:""}.fa-stairs{--fa:"";--fa--fa:""}.fa-i{--fa:"I";--fa--fa:"II"}.fa-hryvnia-sign{--fa:"";--fa--fa:""}.fa-hryvnia{--fa:"";--fa--fa:""}.fa-pills{--fa:"";--fa--fa:""}.fa-face-grin-wide{--fa:"";--fa--fa:""}.fa-grin-alt{--fa:"";--fa--fa:""}.fa-tooth{--fa:"";--fa--fa:""}.fa-v{--fa:"V";--fa--fa:"VV"}.fa-bangladeshi-taka-sign{--fa:"";--fa--fa:""}.fa-bicycle{--fa:"";--fa--fa:""}.fa-staff-snake{--fa:"";--fa--fa:""}.fa-rod-asclepius{--fa:"";--fa--fa:""}.fa-rod-snake{--fa:"";--fa--fa:""}.fa-staff-aesculapius{--fa:"";--fa--fa:""}.fa-head-side-cough-slash{--fa:"";--fa--fa:""}.fa-truck-medical{--fa:"";--fa--fa:""}.fa-ambulance{--fa:"";--fa--fa:""}.fa-wheat-awn-circle-exclamation{--fa:"";--fa--fa:""}.fa-snowman{--fa:"";--fa--fa:""}.fa-mortar-pestle{--fa:"";--fa--fa:""}.fa-road-barrier{--fa:"";--fa--fa:""}.fa-school{--fa:"";--fa--fa:""}.fa-igloo{--fa:"";--fa--fa:""}.fa-joint{--fa:"";--fa--fa:""}.fa-angle-right{--fa:"";--fa--fa:""} +.fa-horse{--fa:"";--fa--fa:""}.fa-q{--fa:"Q";--fa--fa:"QQ"}.fa-g{--fa:"G";--fa--fa:"GG"}.fa-notes-medical{--fa:"";--fa--fa:""}.fa-temperature-half{--fa:"";--fa--fa:""}.fa-temperature-2{--fa:"";--fa--fa:""}.fa-thermometer-2{--fa:"";--fa--fa:""}.fa-thermometer-half{--fa:"";--fa--fa:""}.fa-dong-sign{--fa:"";--fa--fa:""}.fa-capsules{--fa:"";--fa--fa:""}.fa-poo-storm{--fa:"";--fa--fa:""}.fa-poo-bolt{--fa:"";--fa--fa:""}.fa-face-frown-open{--fa:"";--fa--fa:""}.fa-frown-open{--fa:"";--fa--fa:""}.fa-hand-point-up{--fa:"";--fa--fa:""}.fa-money-bill{--fa:"";--fa--fa:""}.fa-bookmark{--fa:"";--fa--fa:""}.fa-align-justify{--fa:"";--fa--fa:""}.fa-umbrella-beach{--fa:"";--fa--fa:""}.fa-helmet-un{--fa:"";--fa--fa:""}.fa-bullseye{--fa:"";--fa--fa:""}.fa-bacon{--fa:"";--fa--fa:""}.fa-hand-point-down{--fa:"";--fa--fa:""}.fa-arrow-up-from-bracket{--fa:"";--fa--fa:""}.fa-folder{--fa:"";--fa--fa:""}.fa-folder-blank{--fa:"";--fa--fa:""}.fa-file-waveform{--fa:"";--fa--fa:""}.fa-file-medical-alt{--fa:"";--fa--fa:""}.fa-radiation{--fa:"";--fa--fa:""}.fa-chart-simple{--fa:"";--fa--fa:""}.fa-mars-stroke{--fa:"";--fa--fa:""}.fa-vial{--fa:"";--fa--fa:""}.fa-gauge{--fa:"";--fa--fa:""}.fa-dashboard{--fa:"";--fa--fa:""}.fa-gauge-med{--fa:"";--fa--fa:""}.fa-tachometer-alt-average{--fa:"";--fa--fa:""}.fa-wand-magic-sparkles{--fa:"";--fa--fa:""}.fa-magic-wand-sparkles{--fa:"";--fa--fa:""}.fa-e{--fa:"E";--fa--fa:"EE"}.fa-pen-clip{--fa:"";--fa--fa:""}.fa-pen-alt{--fa:"";--fa--fa:""}.fa-bridge-circle-exclamation{--fa:"";--fa--fa:""}.fa-user{--fa:"";--fa--fa:""}.fa-school-circle-check{--fa:"";--fa--fa:""}.fa-dumpster{--fa:"";--fa--fa:""}.fa-van-shuttle{--fa:"";--fa--fa:""}.fa-shuttle-van{--fa:"";--fa--fa:""}.fa-building-user{--fa:"";--fa--fa:""} +.fa-square-caret-left{--fa:"";--fa--fa:""}.fa-caret-square-left{--fa:"";--fa--fa:""}.fa-highlighter{--fa:"";--fa--fa:""}.fa-key{--fa:"";--fa--fa:""}.fa-bullhorn{--fa:"";--fa--fa:""}.fa-globe{--fa:"";--fa--fa:""}.fa-synagogue{--fa:"";--fa--fa:""}.fa-person-half-dress{--fa:"";--fa--fa:""}.fa-road-bridge{--fa:"";--fa--fa:""}.fa-location-arrow{--fa:"";--fa--fa:""}.fa-c{--fa:"C";--fa--fa:"CC"}.fa-tablet-button{--fa:"";--fa--fa:""}.fa-building-lock{--fa:"";--fa--fa:""}.fa-pizza-slice{--fa:"";--fa--fa:""}.fa-money-bill-wave{--fa:"";--fa--fa:""}.fa-chart-area{--fa:"";--fa--fa:""}.fa-area-chart{--fa:"";--fa--fa:""}.fa-house-flag{--fa:"";--fa--fa:""}.fa-person-circle-minus{--fa:"";--fa--fa:""}.fa-ban{--fa:"";--fa--fa:""}.fa-cancel{--fa:"";--fa--fa:""}.fa-camera-rotate{--fa:"";--fa--fa:""}.fa-spray-can-sparkles{--fa:"";--fa--fa:""}.fa-air-freshener{--fa:"";--fa--fa:""}.fa-star{--fa:"";--fa--fa:""}.fa-repeat{--fa:"";--fa--fa:""}.fa-cross{--fa:"";--fa--fa:""}.fa-box{--fa:"";--fa--fa:""}.fa-venus-mars{--fa:"";--fa--fa:""}.fa-arrow-pointer{--fa:"";--fa--fa:""}.fa-mouse-pointer{--fa:"";--fa--fa:""}.fa-maximize{--fa:"";--fa--fa:""}.fa-expand-arrows-alt{--fa:"";--fa--fa:""}.fa-charging-station{--fa:"";--fa--fa:""}.fa-shapes{--fa:"";--fa--fa:""}.fa-triangle-circle-square{--fa:"";--fa--fa:""}.fa-shuffle{--fa:"";--fa--fa:""}.fa-random{--fa:"";--fa--fa:""}.fa-person-running{--fa:"";--fa--fa:""}.fa-running{--fa:"";--fa--fa:""}.fa-mobile-retro{--fa:"";--fa--fa:""}.fa-grip-lines-vertical{--fa:"";--fa--fa:""}.fa-spider{--fa:"";--fa--fa:""}.fa-hands-bound{--fa:"";--fa--fa:""}.fa-file-invoice-dollar{--fa:"";--fa--fa:""}.fa-plane-circle-exclamation{--fa:"";--fa--fa:""}.fa-x-ray{--fa:"";--fa--fa:""}.fa-spell-check{--fa:"";--fa--fa:""} +.fa-slash{--fa:"";--fa--fa:""}.fa-computer-mouse{--fa:"";--fa--fa:""}.fa-mouse{--fa:"";--fa--fa:""}.fa-arrow-right-to-bracket{--fa:"";--fa--fa:""}.fa-sign-in{--fa:"";--fa--fa:""}.fa-shop-slash{--fa:"";--fa--fa:""}.fa-store-alt-slash{--fa:"";--fa--fa:""}.fa-server{--fa:"";--fa--fa:""}.fa-virus-covid-slash{--fa:"";--fa--fa:""}.fa-shop-lock{--fa:"";--fa--fa:""}.fa-hourglass-start{--fa:"";--fa--fa:""}.fa-hourglass-1{--fa:"";--fa--fa:""}.fa-blender-phone{--fa:"";--fa--fa:""}.fa-building-wheat{--fa:"";--fa--fa:""}.fa-person-breastfeeding{--fa:"";--fa--fa:""}.fa-right-to-bracket{--fa:"";--fa--fa:""}.fa-sign-in-alt{--fa:"";--fa--fa:""}.fa-venus{--fa:"";--fa--fa:""}.fa-passport{--fa:"";--fa--fa:""}.fa-thumbtack-slash{--fa:"";--fa--fa:""}.fa-thumb-tack-slash{--fa:"";--fa--fa:""}.fa-heart-pulse{--fa:"";--fa--fa:""}.fa-heartbeat{--fa:"";--fa--fa:""}.fa-people-carry-box{--fa:"";--fa--fa:""}.fa-people-carry{--fa:"";--fa--fa:""}.fa-temperature-high{--fa:"";--fa--fa:""}.fa-microchip{--fa:"";--fa--fa:""}.fa-crown{--fa:"";--fa--fa:""}.fa-weight-hanging{--fa:"";--fa--fa:""}.fa-xmarks-lines{--fa:"";--fa--fa:""}.fa-file-prescription{--fa:"";--fa--fa:""}.fa-weight-scale{--fa:"";--fa--fa:""}.fa-weight{--fa:"";--fa--fa:""}.fa-user-group{--fa:"";--fa--fa:""}.fa-user-friends{--fa:"";--fa--fa:""}.fa-arrow-up-a-z{--fa:"";--fa--fa:""}.fa-sort-alpha-up{--fa:"";--fa--fa:""}.fa-chess-knight{--fa:"";--fa--fa:""}.fa-face-laugh-squint{--fa:"";--fa--fa:""}.fa-laugh-squint{--fa:"";--fa--fa:""}.fa-wheelchair{--fa:"";--fa--fa:""}.fa-circle-arrow-up{--fa:"";--fa--fa:""}.fa-arrow-circle-up{--fa:"";--fa--fa:""}.fa-toggle-on{--fa:"";--fa--fa:""}.fa-person-walking{--fa:"";--fa--fa:""}.fa-walking{--fa:"";--fa--fa:""}.fa-l{--fa:"L";--fa--fa:"LL"} +.fa-fire{--fa:"";--fa--fa:""}.fa-bed-pulse{--fa:"";--fa--fa:""}.fa-procedures{--fa:"";--fa--fa:""}.fa-shuttle-space{--fa:"";--fa--fa:""}.fa-space-shuttle{--fa:"";--fa--fa:""}.fa-face-laugh{--fa:"";--fa--fa:""}.fa-laugh{--fa:"";--fa--fa:""}.fa-folder-open{--fa:"";--fa--fa:""}.fa-heart-circle-plus{--fa:"";--fa--fa:""}.fa-code-fork{--fa:"";--fa--fa:""}.fa-city{--fa:"";--fa--fa:""}.fa-microphone-lines{--fa:"";--fa--fa:""}.fa-microphone-alt{--fa:"";--fa--fa:""}.fa-pepper-hot{--fa:"";--fa--fa:""}.fa-unlock{--fa:"";--fa--fa:""}.fa-colon-sign{--fa:"";--fa--fa:""}.fa-headset{--fa:"";--fa--fa:""}.fa-store-slash{--fa:"";--fa--fa:""}.fa-road-circle-xmark{--fa:"";--fa--fa:""}.fa-user-minus{--fa:"";--fa--fa:""}.fa-mars-stroke-up{--fa:"";--fa--fa:""}.fa-mars-stroke-v{--fa:"";--fa--fa:""}.fa-champagne-glasses{--fa:"";--fa--fa:""}.fa-glass-cheers{--fa:"";--fa--fa:""}.fa-clipboard{--fa:"";--fa--fa:""}.fa-house-circle-exclamation{--fa:"";--fa--fa:""}.fa-file-arrow-up{--fa:"";--fa--fa:""}.fa-file-upload{--fa:"";--fa--fa:""}.fa-wifi{--fa:"";--fa--fa:""}.fa-wifi-3{--fa:"";--fa--fa:""}.fa-wifi-strong{--fa:"";--fa--fa:""}.fa-bath{--fa:"";--fa--fa:""}.fa-bathtub{--fa:"";--fa--fa:""}.fa-underline{--fa:"";--fa--fa:""}.fa-user-pen{--fa:"";--fa--fa:""}.fa-user-edit{--fa:"";--fa--fa:""}.fa-signature{--fa:"";--fa--fa:""}.fa-stroopwafel{--fa:"";--fa--fa:""}.fa-bold{--fa:"";--fa--fa:""}.fa-anchor-lock{--fa:"";--fa--fa:""}.fa-building-ngo{--fa:"";--fa--fa:""}.fa-manat-sign{--fa:"";--fa--fa:""}.fa-not-equal{--fa:"";--fa--fa:""}.fa-border-top-left{--fa:"";--fa--fa:""}.fa-border-style{--fa:"";--fa--fa:""}.fa-map-location-dot{--fa:"";--fa--fa:""}.fa-map-marked-alt{--fa:"";--fa--fa:""} +.fa-jedi{--fa:"";--fa--fa:""}.fa-square-poll-vertical{--fa:"";--fa--fa:""}.fa-poll{--fa:"";--fa--fa:""}.fa-mug-hot{--fa:"";--fa--fa:""}.fa-car-battery{--fa:"";--fa--fa:""}.fa-battery-car{--fa:"";--fa--fa:""}.fa-gift{--fa:"";--fa--fa:""}.fa-dice-two{--fa:"";--fa--fa:""}.fa-chess-queen{--fa:"";--fa--fa:""}.fa-glasses{--fa:"";--fa--fa:""}.fa-chess-board{--fa:"";--fa--fa:""}.fa-building-circle-check{--fa:"";--fa--fa:""}.fa-person-chalkboard{--fa:"";--fa--fa:""}.fa-mars-stroke-right{--fa:"";--fa--fa:""}.fa-mars-stroke-h{--fa:"";--fa--fa:""}.fa-hand-back-fist{--fa:"";--fa--fa:""}.fa-hand-rock{--fa:"";--fa--fa:""}.fa-square-caret-up{--fa:"";--fa--fa:""}.fa-caret-square-up{--fa:"";--fa--fa:""}.fa-cloud-showers-water{--fa:"";--fa--fa:""}.fa-chart-bar{--fa:"";--fa--fa:""}.fa-bar-chart{--fa:"";--fa--fa:""}.fa-hands-bubbles{--fa:"";--fa--fa:""}.fa-hands-wash{--fa:"";--fa--fa:""}.fa-less-than-equal{--fa:"";--fa--fa:""}.fa-train{--fa:"";--fa--fa:""}.fa-eye-low-vision{--fa:"";--fa--fa:""}.fa-low-vision{--fa:"";--fa--fa:""}.fa-crow{--fa:"";--fa--fa:""}.fa-sailboat{--fa:"";--fa--fa:""}.fa-window-restore{--fa:"";--fa--fa:""}.fa-square-plus{--fa:"";--fa--fa:""}.fa-plus-square{--fa:"";--fa--fa:""}.fa-torii-gate{--fa:"";--fa--fa:""}.fa-frog{--fa:"";--fa--fa:""}.fa-bucket{--fa:"";--fa--fa:""}.fa-image{--fa:"";--fa--fa:""}.fa-microphone{--fa:"";--fa--fa:""}.fa-cow{--fa:"";--fa--fa:""}.fa-caret-up{--fa:"";--fa--fa:""}.fa-screwdriver{--fa:"";--fa--fa:""}.fa-folder-closed{--fa:"";--fa--fa:""}.fa-house-tsunami{--fa:"";--fa--fa:""}.fa-square-nfi{--fa:"";--fa--fa:""}.fa-arrow-up-from-ground-water{--fa:"";--fa--fa:""}.fa-martini-glass{--fa:"";--fa--fa:""}.fa-glass-martini-alt{--fa:"";--fa--fa:""} +.fa-square-binary{--fa:"";--fa--fa:""}.fa-rotate-left{--fa:"";--fa--fa:""}.fa-rotate-back{--fa:"";--fa--fa:""}.fa-rotate-backward{--fa:"";--fa--fa:""}.fa-undo-alt{--fa:"";--fa--fa:""}.fa-table-columns{--fa:"";--fa--fa:""}.fa-columns{--fa:"";--fa--fa:""}.fa-lemon{--fa:"";--fa--fa:""}.fa-head-side-mask{--fa:"";--fa--fa:""}.fa-handshake{--fa:"";--fa--fa:""}.fa-gem{--fa:"";--fa--fa:""}.fa-dolly{--fa:"";--fa--fa:""}.fa-dolly-box{--fa:"";--fa--fa:""}.fa-smoking{--fa:"";--fa--fa:""}.fa-minimize{--fa:"";--fa--fa:""}.fa-compress-arrows-alt{--fa:"";--fa--fa:""}.fa-monument{--fa:"";--fa--fa:""}.fa-snowplow{--fa:"";--fa--fa:""}.fa-angles-right{--fa:"";--fa--fa:""}.fa-angle-double-right{--fa:"";--fa--fa:""}.fa-cannabis{--fa:"";--fa--fa:""}.fa-circle-play{--fa:"";--fa--fa:""}.fa-play-circle{--fa:"";--fa--fa:""}.fa-tablets{--fa:"";--fa--fa:""}.fa-ethernet{--fa:"";--fa--fa:""}.fa-euro-sign{--fa:"";--fa--fa:""}.fa-eur{--fa:"";--fa--fa:""}.fa-euro{--fa:"";--fa--fa:""}.fa-chair{--fa:"";--fa--fa:""}.fa-circle-check{--fa:"";--fa--fa:""}.fa-check-circle{--fa:"";--fa--fa:""}.fa-circle-stop{--fa:"";--fa--fa:""}.fa-stop-circle{--fa:"";--fa--fa:""}.fa-compass-drafting{--fa:"";--fa--fa:""}.fa-drafting-compass{--fa:"";--fa--fa:""}.fa-plate-wheat{--fa:"";--fa--fa:""}.fa-icicles{--fa:"";--fa--fa:""}.fa-person-shelter{--fa:"";--fa--fa:""}.fa-neuter{--fa:"";--fa--fa:""}.fa-id-badge{--fa:"";--fa--fa:""}.fa-marker{--fa:"";--fa--fa:""}.fa-face-laugh-beam{--fa:"";--fa--fa:""}.fa-laugh-beam{--fa:"";--fa--fa:""}.fa-helicopter-symbol{--fa:"";--fa--fa:""}.fa-universal-access{--fa:"";--fa--fa:""}.fa-circle-chevron-up{--fa:"";--fa--fa:""}.fa-chevron-circle-up{--fa:"";--fa--fa:""} +.fa-lari-sign{--fa:"";--fa--fa:""}.fa-volcano{--fa:"";--fa--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:"";--fa--fa:""}.fa-sterling-sign{--fa:"";--fa--fa:""}.fa-gbp{--fa:"";--fa--fa:""}.fa-pound-sign{--fa:"";--fa--fa:""}.fa-viruses{--fa:"";--fa--fa:""}.fa-square-person-confined{--fa:"";--fa--fa:""}.fa-user-tie{--fa:"";--fa--fa:""}.fa-arrow-down-long{--fa:"";--fa--fa:""}.fa-long-arrow-down{--fa:"";--fa--fa:""}.fa-tent-arrow-down-to-line{--fa:"";--fa--fa:""}.fa-certificate{--fa:"";--fa--fa:""}.fa-reply-all{--fa:"";--fa--fa:""}.fa-mail-reply-all{--fa:"";--fa--fa:""}.fa-suitcase{--fa:"";--fa--fa:""}.fa-person-skating{--fa:"";--fa--fa:""}.fa-skating{--fa:"";--fa--fa:""}.fa-filter-circle-dollar{--fa:"";--fa--fa:""}.fa-funnel-dollar{--fa:"";--fa--fa:""}.fa-camera-retro{--fa:"";--fa--fa:""}.fa-circle-arrow-down{--fa:"";--fa--fa:""}.fa-arrow-circle-down{--fa:"";--fa--fa:""}.fa-file-import{--fa:"";--fa--fa:""}.fa-arrow-right-to-file{--fa:"";--fa--fa:""}.fa-square-arrow-up-right{--fa:"";--fa--fa:""}.fa-external-link-square{--fa:"";--fa--fa:""}.fa-box-open{--fa:"";--fa--fa:""}.fa-scroll{--fa:"";--fa--fa:""}.fa-spa{--fa:"";--fa--fa:""}.fa-location-pin-lock{--fa:"";--fa--fa:""}.fa-pause{--fa:"";--fa--fa:""}.fa-hill-avalanche{--fa:"";--fa--fa:""}.fa-temperature-empty{--fa:"";--fa--fa:""}.fa-temperature-0{--fa:"";--fa--fa:""}.fa-thermometer-0{--fa:"";--fa--fa:""}.fa-thermometer-empty{--fa:"";--fa--fa:""}.fa-bomb{--fa:"";--fa--fa:""}.fa-registered{--fa:"";--fa--fa:""}.fa-address-card{--fa:"";--fa--fa:""}.fa-contact-card{--fa:"";--fa--fa:""}.fa-vcard{--fa:"";--fa--fa:""}.fa-scale-unbalanced-flip{--fa:"";--fa--fa:""}.fa-balance-scale-right{--fa:"";--fa--fa:""}.fa-subscript{--fa:"";--fa--fa:""}.fa-diamond-turn-right{--fa:"";--fa--fa:""} +.fa-directions{--fa:"";--fa--fa:""}.fa-burst{--fa:"";--fa--fa:""}.fa-house-laptop{--fa:"";--fa--fa:""}.fa-laptop-house{--fa:"";--fa--fa:""}.fa-face-tired{--fa:"";--fa--fa:""}.fa-tired{--fa:"";--fa--fa:""}.fa-money-bills{--fa:"";--fa--fa:""}.fa-smog{--fa:"";--fa--fa:""}.fa-crutch{--fa:"";--fa--fa:""}.fa-cloud-arrow-up{--fa:"";--fa--fa:""}.fa-cloud-upload{--fa:"";--fa--fa:""}.fa-cloud-upload-alt{--fa:"";--fa--fa:""}.fa-palette{--fa:"";--fa--fa:""}.fa-arrows-turn-right{--fa:"";--fa--fa:""}.fa-vest{--fa:"";--fa--fa:""}.fa-ferry{--fa:"";--fa--fa:""}.fa-arrows-down-to-people{--fa:"";--fa--fa:""}.fa-seedling{--fa:"";--fa--fa:""}.fa-sprout{--fa:"";--fa--fa:""}.fa-left-right{--fa:"";--fa--fa:""}.fa-arrows-alt-h{--fa:"";--fa--fa:""}.fa-boxes-packing{--fa:"";--fa--fa:""}.fa-circle-arrow-left{--fa:"";--fa--fa:""}.fa-arrow-circle-left{--fa:"";--fa--fa:""}.fa-group-arrows-rotate{--fa:"";--fa--fa:""}.fa-bowl-food{--fa:"";--fa--fa:""}.fa-candy-cane{--fa:"";--fa--fa:""}.fa-arrow-down-wide-short{--fa:"";--fa--fa:""}.fa-sort-amount-asc{--fa:"";--fa--fa:""}.fa-sort-amount-down{--fa:"";--fa--fa:""}.fa-cloud-bolt{--fa:"";--fa--fa:""}.fa-thunderstorm{--fa:"";--fa--fa:""}.fa-text-slash{--fa:"";--fa--fa:""}.fa-remove-format{--fa:"";--fa--fa:""}.fa-face-smile-wink{--fa:"";--fa--fa:""}.fa-smile-wink{--fa:"";--fa--fa:""}.fa-file-word{--fa:"";--fa--fa:""}.fa-file-powerpoint{--fa:"";--fa--fa:""}.fa-arrows-left-right{--fa:"";--fa--fa:""}.fa-arrows-h{--fa:"";--fa--fa:""}.fa-house-lock{--fa:"";--fa--fa:""}.fa-cloud-arrow-down{--fa:"";--fa--fa:""}.fa-cloud-download{--fa:"";--fa--fa:""}.fa-cloud-download-alt{--fa:"";--fa--fa:""}.fa-children{--fa:"";--fa--fa:""}.fa-chalkboard{--fa:"";--fa--fa:""} +.fa-blackboard{--fa:"";--fa--fa:""}.fa-user-large-slash{--fa:"";--fa--fa:""}.fa-user-alt-slash{--fa:"";--fa--fa:""}.fa-envelope-open{--fa:"";--fa--fa:""}.fa-handshake-simple-slash{--fa:"";--fa--fa:""}.fa-handshake-alt-slash{--fa:"";--fa--fa:""}.fa-mattress-pillow{--fa:"";--fa--fa:""}.fa-guarani-sign{--fa:"";--fa--fa:""}.fa-arrows-rotate{--fa:"";--fa--fa:""}.fa-refresh{--fa:"";--fa--fa:""}.fa-sync{--fa:"";--fa--fa:""}.fa-fire-extinguisher{--fa:"";--fa--fa:""}.fa-cruzeiro-sign{--fa:"";--fa--fa:""}.fa-greater-than-equal{--fa:"";--fa--fa:""}.fa-shield-halved{--fa:"";--fa--fa:""}.fa-shield-alt{--fa:"";--fa--fa:""}.fa-book-atlas{--fa:"";--fa--fa:""}.fa-atlas{--fa:"";--fa--fa:""}.fa-virus{--fa:"";--fa--fa:""}.fa-envelope-circle-check{--fa:"";--fa--fa:""}.fa-layer-group{--fa:"";--fa--fa:""}.fa-arrows-to-dot{--fa:"";--fa--fa:""}.fa-archway{--fa:"";--fa--fa:""}.fa-heart-circle-check{--fa:"";--fa--fa:""}.fa-house-chimney-crack{--fa:"";--fa--fa:""}.fa-house-damage{--fa:"";--fa--fa:""}.fa-file-zipper{--fa:"";--fa--fa:""}.fa-file-archive{--fa:"";--fa--fa:""}.fa-square{--fa:"";--fa--fa:""}.fa-martini-glass-empty{--fa:"";--fa--fa:""}.fa-glass-martini{--fa:"";--fa--fa:""}.fa-couch{--fa:"";--fa--fa:""}.fa-cedi-sign{--fa:"";--fa--fa:""}.fa-italic{--fa:"";--fa--fa:""}.fa-table-cells-column-lock{--fa:"";--fa--fa:""}.fa-church{--fa:"";--fa--fa:""}.fa-comments-dollar{--fa:"";--fa--fa:""}.fa-democrat{--fa:"";--fa--fa:""}.fa-z{--fa:"Z";--fa--fa:"ZZ"}.fa-person-skiing{--fa:"";--fa--fa:""}.fa-skiing{--fa:"";--fa--fa:""}.fa-road-lock{--fa:"";--fa--fa:""}.fa-a{--fa:"A";--fa--fa:"AA"}.fa-temperature-arrow-down{--fa:"";--fa--fa:""}.fa-temperature-down{--fa:"";--fa--fa:""}.fa-feather-pointed{--fa:"";--fa--fa:""} +.fa-feather-alt{--fa:"";--fa--fa:""}.fa-p{--fa:"P";--fa--fa:"PP"}.fa-snowflake{--fa:"";--fa--fa:""}.fa-newspaper{--fa:"";--fa--fa:""}.fa-rectangle-ad{--fa:"";--fa--fa:""}.fa-ad{--fa:"";--fa--fa:""}.fa-circle-arrow-right{--fa:"";--fa--fa:""}.fa-arrow-circle-right{--fa:"";--fa--fa:""}.fa-filter-circle-xmark{--fa:"";--fa--fa:""}.fa-locust{--fa:"";--fa--fa:""}.fa-sort{--fa:"";--fa--fa:""}.fa-unsorted{--fa:"";--fa--fa:""}.fa-list-ol{--fa:"";--fa--fa:""}.fa-list-1-2{--fa:"";--fa--fa:""}.fa-list-numeric{--fa:"";--fa--fa:""}.fa-person-dress-burst{--fa:"";--fa--fa:""}.fa-money-check-dollar{--fa:"";--fa--fa:""}.fa-money-check-alt{--fa:"";--fa--fa:""}.fa-vector-square{--fa:"";--fa--fa:""}.fa-bread-slice{--fa:"";--fa--fa:""}.fa-language{--fa:"";--fa--fa:""}.fa-face-kiss-wink-heart{--fa:"";--fa--fa:""}.fa-kiss-wink-heart{--fa:"";--fa--fa:""}.fa-filter{--fa:"";--fa--fa:""}.fa-question{--fa:"\?";--fa--fa:"\?\?"}.fa-file-signature{--fa:"";--fa--fa:""}.fa-up-down-left-right{--fa:"";--fa--fa:""}.fa-arrows-alt{--fa:"";--fa--fa:""}.fa-house-chimney-user{--fa:"";--fa--fa:""}.fa-hand-holding-heart{--fa:"";--fa--fa:""}.fa-puzzle-piece{--fa:"";--fa--fa:""}.fa-money-check{--fa:"";--fa--fa:""}.fa-star-half-stroke{--fa:"";--fa--fa:""}.fa-star-half-alt{--fa:"";--fa--fa:""}.fa-code{--fa:"";--fa--fa:""}.fa-whiskey-glass{--fa:"";--fa--fa:""}.fa-glass-whiskey{--fa:"";--fa--fa:""}.fa-building-circle-exclamation{--fa:"";--fa--fa:""}.fa-magnifying-glass-chart{--fa:"";--fa--fa:""}.fa-arrow-up-right-from-square{--fa:"";--fa--fa:""}.fa-external-link{--fa:"";--fa--fa:""}.fa-cubes-stacked{--fa:"";--fa--fa:""}.fa-won-sign{--fa:"";--fa--fa:""}.fa-krw{--fa:"";--fa--fa:""}.fa-won{--fa:"";--fa--fa:""}.fa-virus-covid{--fa:"";--fa--fa:""} +.fa-austral-sign{--fa:"";--fa--fa:""}.fa-f{--fa:"F";--fa--fa:"FF"}.fa-leaf{--fa:"";--fa--fa:""}.fa-road{--fa:"";--fa--fa:""}.fa-taxi{--fa:"";--fa--fa:""}.fa-cab{--fa:"";--fa--fa:""}.fa-person-circle-plus{--fa:"";--fa--fa:""}.fa-chart-pie{--fa:"";--fa--fa:""}.fa-pie-chart{--fa:"";--fa--fa:""}.fa-bolt-lightning{--fa:"";--fa--fa:""}.fa-sack-xmark{--fa:"";--fa--fa:""}.fa-file-excel{--fa:"";--fa--fa:""}.fa-file-contract{--fa:"";--fa--fa:""}.fa-fish-fins{--fa:"";--fa--fa:""}.fa-building-flag{--fa:"";--fa--fa:""}.fa-face-grin-beam{--fa:"";--fa--fa:""}.fa-grin-beam{--fa:"";--fa--fa:""}.fa-object-ungroup{--fa:"";--fa--fa:""}.fa-poop{--fa:"";--fa--fa:""}.fa-location-pin{--fa:"";--fa--fa:""}.fa-map-marker{--fa:"";--fa--fa:""}.fa-kaaba{--fa:"";--fa--fa:""}.fa-toilet-paper{--fa:"";--fa--fa:""}.fa-helmet-safety{--fa:"";--fa--fa:""}.fa-hard-hat{--fa:"";--fa--fa:""}.fa-hat-hard{--fa:"";--fa--fa:""}.fa-eject{--fa:"";--fa--fa:""}.fa-circle-right{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-right{--fa:"";--fa--fa:""}.fa-plane-circle-check{--fa:"";--fa--fa:""}.fa-face-rolling-eyes{--fa:"";--fa--fa:""}.fa-meh-rolling-eyes{--fa:"";--fa--fa:""}.fa-object-group{--fa:"";--fa--fa:""}.fa-chart-line{--fa:"";--fa--fa:""}.fa-line-chart{--fa:"";--fa--fa:""}.fa-mask-ventilator{--fa:"";--fa--fa:""}.fa-arrow-right{--fa:"";--fa--fa:""}.fa-signs-post{--fa:"";--fa--fa:""}.fa-map-signs{--fa:"";--fa--fa:""}.fa-cash-register{--fa:"";--fa--fa:""}.fa-person-circle-question{--fa:"";--fa--fa:""}.fa-h{--fa:"H";--fa--fa:"HH"}.fa-tarp{--fa:"";--fa--fa:""}.fa-screwdriver-wrench{--fa:"";--fa--fa:""}.fa-tools{--fa:"";--fa--fa:""}.fa-arrows-to-eye{--fa:"";--fa--fa:""}.fa-plug-circle-bolt{--fa:"";--fa--fa:""} +.fa-heart{--fa:"";--fa--fa:""}.fa-mars-and-venus{--fa:"";--fa--fa:""}.fa-house-user{--fa:"";--fa--fa:""}.fa-home-user{--fa:"";--fa--fa:""}.fa-dumpster-fire{--fa:"";--fa--fa:""}.fa-house-crack{--fa:"";--fa--fa:""}.fa-martini-glass-citrus{--fa:"";--fa--fa:""}.fa-cocktail{--fa:"";--fa--fa:""}.fa-face-surprise{--fa:"";--fa--fa:""}.fa-surprise{--fa:"";--fa--fa:""}.fa-bottle-water{--fa:"";--fa--fa:""}.fa-circle-pause{--fa:"";--fa--fa:""}.fa-pause-circle{--fa:"";--fa--fa:""}.fa-toilet-paper-slash{--fa:"";--fa--fa:""}.fa-apple-whole{--fa:"";--fa--fa:""}.fa-apple-alt{--fa:"";--fa--fa:""}.fa-kitchen-set{--fa:"";--fa--fa:""}.fa-r{--fa:"R";--fa--fa:"RR"}.fa-temperature-quarter{--fa:"";--fa--fa:""}.fa-temperature-1{--fa:"";--fa--fa:""}.fa-thermometer-1{--fa:"";--fa--fa:""}.fa-thermometer-quarter{--fa:"";--fa--fa:""}.fa-cube{--fa:"";--fa--fa:""}.fa-bitcoin-sign{--fa:"";--fa--fa:""}.fa-shield-dog{--fa:"";--fa--fa:""}.fa-solar-panel{--fa:"";--fa--fa:""}.fa-lock-open{--fa:"";--fa--fa:""}.fa-elevator{--fa:"";--fa--fa:""}.fa-money-bill-transfer{--fa:"";--fa--fa:""}.fa-money-bill-trend-up{--fa:"";--fa--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:"";--fa--fa:""}.fa-square-poll-horizontal{--fa:"";--fa--fa:""}.fa-poll-h{--fa:"";--fa--fa:""}.fa-circle{--fa:"";--fa--fa:""}.fa-backward-fast{--fa:"";--fa--fa:""}.fa-fast-backward{--fa:"";--fa--fa:""}.fa-recycle{--fa:"";--fa--fa:""}.fa-user-astronaut{--fa:"";--fa--fa:""}.fa-plane-slash{--fa:"";--fa--fa:""}.fa-trademark{--fa:"";--fa--fa:""}.fa-basketball{--fa:"";--fa--fa:""}.fa-basketball-ball{--fa:"";--fa--fa:""}.fa-satellite-dish{--fa:"";--fa--fa:""}.fa-circle-up{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-up{--fa:"";--fa--fa:""}.fa-mobile-screen-button{--fa:"";--fa--fa:""} +.fa-mobile-alt{--fa:"";--fa--fa:""}.fa-volume-high{--fa:"";--fa--fa:""}.fa-volume-up{--fa:"";--fa--fa:""}.fa-users-rays{--fa:"";--fa--fa:""}.fa-wallet{--fa:"";--fa--fa:""}.fa-clipboard-check{--fa:"";--fa--fa:""}.fa-file-audio{--fa:"";--fa--fa:""}.fa-burger{--fa:"";--fa--fa:""}.fa-hamburger{--fa:"";--fa--fa:""}.fa-wrench{--fa:"";--fa--fa:""}.fa-bugs{--fa:"";--fa--fa:""}.fa-rupee-sign{--fa:"";--fa--fa:""}.fa-rupee{--fa:"";--fa--fa:""}.fa-file-image{--fa:"";--fa--fa:""}.fa-circle-question{--fa:"";--fa--fa:""}.fa-question-circle{--fa:"";--fa--fa:""}.fa-plane-departure{--fa:"";--fa--fa:""}.fa-handshake-slash{--fa:"";--fa--fa:""}.fa-book-bookmark{--fa:"";--fa--fa:""}.fa-code-branch{--fa:"";--fa--fa:""}.fa-hat-cowboy{--fa:"";--fa--fa:""}.fa-bridge{--fa:"";--fa--fa:""}.fa-phone-flip{--fa:"";--fa--fa:""}.fa-phone-alt{--fa:"";--fa--fa:""}.fa-truck-front{--fa:"";--fa--fa:""}.fa-cat{--fa:"";--fa--fa:""}.fa-anchor-circle-exclamation{--fa:"";--fa--fa:""}.fa-truck-field{--fa:"";--fa--fa:""}.fa-route{--fa:"";--fa--fa:""}.fa-clipboard-question{--fa:"";--fa--fa:""}.fa-panorama{--fa:"";--fa--fa:""}.fa-comment-medical{--fa:"";--fa--fa:""}.fa-teeth-open{--fa:"";--fa--fa:""}.fa-file-circle-minus{--fa:"";--fa--fa:""}.fa-tags{--fa:"";--fa--fa:""}.fa-wine-glass{--fa:"";--fa--fa:""}.fa-forward-fast{--fa:"";--fa--fa:""}.fa-fast-forward{--fa:"";--fa--fa:""}.fa-face-meh-blank{--fa:"";--fa--fa:""}.fa-meh-blank{--fa:"";--fa--fa:""}.fa-square-parking{--fa:"";--fa--fa:""}.fa-parking{--fa:"";--fa--fa:""}.fa-house-signal{--fa:"";--fa--fa:""}.fa-bars-progress{--fa:"";--fa--fa:""}.fa-tasks-alt{--fa:"";--fa--fa:""}.fa-faucet-drip{--fa:"";--fa--fa:""}.fa-cart-flatbed{--fa:"";--fa--fa:""} +.fa-dolly-flatbed{--fa:"";--fa--fa:""}.fa-ban-smoking{--fa:"";--fa--fa:""}.fa-smoking-ban{--fa:"";--fa--fa:""}.fa-terminal{--fa:"";--fa--fa:""}.fa-mobile-button{--fa:"";--fa--fa:""}.fa-house-medical-flag{--fa:"";--fa--fa:""}.fa-basket-shopping{--fa:"";--fa--fa:""}.fa-shopping-basket{--fa:"";--fa--fa:""}.fa-tape{--fa:"";--fa--fa:""}.fa-bus-simple{--fa:"";--fa--fa:""}.fa-bus-alt{--fa:"";--fa--fa:""}.fa-eye{--fa:"";--fa--fa:""}.fa-face-sad-cry{--fa:"";--fa--fa:""}.fa-sad-cry{--fa:"";--fa--fa:""}.fa-audio-description{--fa:"";--fa--fa:""}.fa-person-military-to-person{--fa:"";--fa--fa:""}.fa-file-shield{--fa:"";--fa--fa:""}.fa-user-slash{--fa:"";--fa--fa:""}.fa-pen{--fa:"";--fa--fa:""}.fa-tower-observation{--fa:"";--fa--fa:""}.fa-file-code{--fa:"";--fa--fa:""}.fa-signal{--fa:"";--fa--fa:""}.fa-signal-5{--fa:"";--fa--fa:""}.fa-signal-perfect{--fa:"";--fa--fa:""}.fa-bus{--fa:"";--fa--fa:""}.fa-heart-circle-xmark{--fa:"";--fa--fa:""}.fa-house-chimney{--fa:"";--fa--fa:""}.fa-home-lg{--fa:"";--fa--fa:""}.fa-window-maximize{--fa:"";--fa--fa:""}.fa-face-frown{--fa:"";--fa--fa:""}.fa-frown{--fa:"";--fa--fa:""}.fa-prescription{--fa:"";--fa--fa:""}.fa-shop{--fa:"";--fa--fa:""}.fa-store-alt{--fa:"";--fa--fa:""}.fa-floppy-disk{--fa:"";--fa--fa:""}.fa-save{--fa:"";--fa--fa:""}.fa-vihara{--fa:"";--fa--fa:""}.fa-scale-unbalanced{--fa:"";--fa--fa:""}.fa-balance-scale-left{--fa:"";--fa--fa:""}.fa-sort-up{--fa:"";--fa--fa:""}.fa-sort-asc{--fa:"";--fa--fa:""}.fa-comment-dots{--fa:"";--fa--fa:""}.fa-commenting{--fa:"";--fa--fa:""}.fa-plant-wilt{--fa:"";--fa--fa:""}.fa-diamond{--fa:"";--fa--fa:""}.fa-face-grin-squint{--fa:"";--fa--fa:""}.fa-grin-squint{--fa:"";--fa--fa:""} +.fa-hand-holding-dollar{--fa:"";--fa--fa:""}.fa-hand-holding-usd{--fa:"";--fa--fa:""}.fa-chart-diagram{--fa:"";--fa--fa:""}.fa-bacterium{--fa:"";--fa--fa:""}.fa-hand-pointer{--fa:"";--fa--fa:""}.fa-drum-steelpan{--fa:"";--fa--fa:""}.fa-hand-scissors{--fa:"";--fa--fa:""}.fa-hands-praying{--fa:"";--fa--fa:""}.fa-praying-hands{--fa:"";--fa--fa:""}.fa-arrow-rotate-right{--fa:"";--fa--fa:""}.fa-arrow-right-rotate{--fa:"";--fa--fa:""}.fa-arrow-rotate-forward{--fa:"";--fa--fa:""}.fa-redo{--fa:"";--fa--fa:""}.fa-biohazard{--fa:"";--fa--fa:""}.fa-location-crosshairs{--fa:"";--fa--fa:""}.fa-location{--fa:"";--fa--fa:""}.fa-mars-double{--fa:"";--fa--fa:""}.fa-child-dress{--fa:"";--fa--fa:""}.fa-users-between-lines{--fa:"";--fa--fa:""}.fa-lungs-virus{--fa:"";--fa--fa:""}.fa-face-grin-tears{--fa:"";--fa--fa:""}.fa-grin-tears{--fa:"";--fa--fa:""}.fa-phone{--fa:"";--fa--fa:""}.fa-calendar-xmark{--fa:"";--fa--fa:""}.fa-calendar-times{--fa:"";--fa--fa:""}.fa-child-reaching{--fa:"";--fa--fa:""}.fa-head-side-virus{--fa:"";--fa--fa:""}.fa-user-gear{--fa:"";--fa--fa:""}.fa-user-cog{--fa:"";--fa--fa:""}.fa-arrow-up-1-9{--fa:"";--fa--fa:""}.fa-sort-numeric-up{--fa:"";--fa--fa:""}.fa-door-closed{--fa:"";--fa--fa:""}.fa-shield-virus{--fa:"";--fa--fa:""}.fa-dice-six{--fa:"";--fa--fa:""}.fa-mosquito-net{--fa:"";--fa--fa:""}.fa-file-fragment{--fa:"";--fa--fa:""}.fa-bridge-water{--fa:"";--fa--fa:""}.fa-person-booth{--fa:"";--fa--fa:""}.fa-text-width{--fa:"";--fa--fa:""}.fa-hat-wizard{--fa:"";--fa--fa:""}.fa-pen-fancy{--fa:"";--fa--fa:""}.fa-person-digging{--fa:"";--fa--fa:""}.fa-digging{--fa:"";--fa--fa:""}.fa-trash{--fa:"";--fa--fa:""}.fa-gauge-simple{--fa:"";--fa--fa:""}.fa-gauge-simple-med{--fa:"";--fa--fa:""} +.fa-tachometer-average{--fa:"";--fa--fa:""}.fa-book-medical{--fa:"";--fa--fa:""}.fa-poo{--fa:"";--fa--fa:""}.fa-quote-right{--fa:"";--fa--fa:""}.fa-quote-right-alt{--fa:"";--fa--fa:""}.fa-shirt{--fa:"";--fa--fa:""}.fa-t-shirt{--fa:"";--fa--fa:""}.fa-tshirt{--fa:"";--fa--fa:""}.fa-cubes{--fa:"";--fa--fa:""}.fa-divide{--fa:"";--fa--fa:""}.fa-tenge-sign{--fa:"";--fa--fa:""}.fa-tenge{--fa:"";--fa--fa:""}.fa-headphones{--fa:"";--fa--fa:""}.fa-hands-holding{--fa:"";--fa--fa:""}.fa-hands-clapping{--fa:"";--fa--fa:""}.fa-republican{--fa:"";--fa--fa:""}.fa-arrow-left{--fa:"";--fa--fa:""}.fa-person-circle-xmark{--fa:"";--fa--fa:""}.fa-ruler{--fa:"";--fa--fa:""}.fa-align-left{--fa:"";--fa--fa:""}.fa-dice-d6{--fa:"";--fa--fa:""}.fa-restroom{--fa:"";--fa--fa:""}.fa-j{--fa:"J";--fa--fa:"JJ"}.fa-users-viewfinder{--fa:"";--fa--fa:""}.fa-file-video{--fa:"";--fa--fa:""}.fa-up-right-from-square{--fa:"";--fa--fa:""}.fa-external-link-alt{--fa:"";--fa--fa:""}.fa-table-cells{--fa:"";--fa--fa:""}.fa-th{--fa:"";--fa--fa:""}.fa-file-pdf{--fa:"";--fa--fa:""}.fa-book-bible{--fa:"";--fa--fa:""}.fa-bible{--fa:"";--fa--fa:""}.fa-o{--fa:"O";--fa--fa:"OO"}.fa-suitcase-medical{--fa:"";--fa--fa:""}.fa-medkit{--fa:"";--fa--fa:""}.fa-user-secret{--fa:"";--fa--fa:""}.fa-otter{--fa:"";--fa--fa:""}.fa-person-dress{--fa:"";--fa--fa:""}.fa-female{--fa:"";--fa--fa:""}.fa-comment-dollar{--fa:"";--fa--fa:""}.fa-business-time{--fa:"";--fa--fa:""}.fa-briefcase-clock{--fa:"";--fa--fa:""}.fa-table-cells-large{--fa:"";--fa--fa:""}.fa-th-large{--fa:"";--fa--fa:""}.fa-book-tanakh{--fa:"";--fa--fa:""}.fa-tanakh{--fa:"";--fa--fa:""}.fa-phone-volume{--fa:"";--fa--fa:""} +.fa-volume-control-phone{--fa:"";--fa--fa:""}.fa-hat-cowboy-side{--fa:"";--fa--fa:""}.fa-clipboard-user{--fa:"";--fa--fa:""}.fa-child{--fa:"";--fa--fa:""}.fa-lira-sign{--fa:"";--fa--fa:""}.fa-satellite{--fa:"";--fa--fa:""}.fa-plane-lock{--fa:"";--fa--fa:""}.fa-tag{--fa:"";--fa--fa:""}.fa-comment{--fa:"";--fa--fa:""}.fa-cake-candles{--fa:"";--fa--fa:""}.fa-birthday-cake{--fa:"";--fa--fa:""}.fa-cake{--fa:"";--fa--fa:""}.fa-envelope{--fa:"";--fa--fa:""}.fa-angles-up{--fa:"";--fa--fa:""}.fa-angle-double-up{--fa:"";--fa--fa:""}.fa-paperclip{--fa:"";--fa--fa:""}.fa-arrow-right-to-city{--fa:"";--fa--fa:""}.fa-ribbon{--fa:"";--fa--fa:""}.fa-lungs{--fa:"";--fa--fa:""}.fa-arrow-up-9-1{--fa:"";--fa--fa:""}.fa-sort-numeric-up-alt{--fa:"";--fa--fa:""}.fa-litecoin-sign{--fa:"";--fa--fa:""}.fa-border-none{--fa:"";--fa--fa:""}.fa-circle-nodes{--fa:"";--fa--fa:""}.fa-parachute-box{--fa:"";--fa--fa:""}.fa-indent{--fa:"";--fa--fa:""}.fa-truck-field-un{--fa:"";--fa--fa:""}.fa-hourglass{--fa:"";--fa--fa:""}.fa-hourglass-empty{--fa:"";--fa--fa:""}.fa-mountain{--fa:"";--fa--fa:""}.fa-user-doctor{--fa:"";--fa--fa:""}.fa-user-md{--fa:"";--fa--fa:""}.fa-circle-info{--fa:"";--fa--fa:""}.fa-info-circle{--fa:"";--fa--fa:""}.fa-cloud-meatball{--fa:"";--fa--fa:""}.fa-camera{--fa:"";--fa--fa:""}.fa-camera-alt{--fa:"";--fa--fa:""}.fa-square-virus{--fa:"";--fa--fa:""}.fa-meteor{--fa:"";--fa--fa:""}.fa-car-on{--fa:"";--fa--fa:""}.fa-sleigh{--fa:"";--fa--fa:""}.fa-arrow-down-1-9{--fa:"";--fa--fa:""}.fa-sort-numeric-asc{--fa:"";--fa--fa:""}.fa-sort-numeric-down{--fa:"";--fa--fa:""}.fa-hand-holding-droplet{--fa:"";--fa--fa:""}.fa-hand-holding-water{--fa:"";--fa--fa:""}.fa-water{--fa:"";--fa--fa:""} +.fa-calendar-check{--fa:"";--fa--fa:""}.fa-braille{--fa:"";--fa--fa:""}.fa-prescription-bottle-medical{--fa:"";--fa--fa:""}.fa-prescription-bottle-alt{--fa:"";--fa--fa:""}.fa-landmark{--fa:"";--fa--fa:""}.fa-truck{--fa:"";--fa--fa:""}.fa-crosshairs{--fa:"";--fa--fa:""}.fa-person-cane{--fa:"";--fa--fa:""}.fa-tent{--fa:"";--fa--fa:""}.fa-vest-patches{--fa:"";--fa--fa:""}.fa-check-double{--fa:"";--fa--fa:""}.fa-arrow-down-a-z{--fa:"";--fa--fa:""}.fa-sort-alpha-asc{--fa:"";--fa--fa:""}.fa-sort-alpha-down{--fa:"";--fa--fa:""}.fa-money-bill-wheat{--fa:"";--fa--fa:""}.fa-cookie{--fa:"";--fa--fa:""}.fa-arrow-rotate-left{--fa:"";--fa--fa:""}.fa-arrow-left-rotate{--fa:"";--fa--fa:""}.fa-arrow-rotate-back{--fa:"";--fa--fa:""}.fa-arrow-rotate-backward{--fa:"";--fa--fa:""}.fa-undo{--fa:"";--fa--fa:""}.fa-hard-drive{--fa:"";--fa--fa:""}.fa-hdd{--fa:"";--fa--fa:""}.fa-face-grin-squint-tears{--fa:"";--fa--fa:""}.fa-grin-squint-tears{--fa:"";--fa--fa:""}.fa-dumbbell{--fa:"";--fa--fa:""}.fa-rectangle-list{--fa:"";--fa--fa:""}.fa-list-alt{--fa:"";--fa--fa:""}.fa-tarp-droplet{--fa:"";--fa--fa:""}.fa-house-medical-circle-check{--fa:"";--fa--fa:""}.fa-person-skiing-nordic{--fa:"";--fa--fa:""}.fa-skiing-nordic{--fa:"";--fa--fa:""}.fa-calendar-plus{--fa:"";--fa--fa:""}.fa-plane-arrival{--fa:"";--fa--fa:""}.fa-circle-left{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-left{--fa:"";--fa--fa:""}.fa-train-subway{--fa:"";--fa--fa:""}.fa-subway{--fa:"";--fa--fa:""}.fa-chart-gantt{--fa:"";--fa--fa:""}.fa-indian-rupee-sign{--fa:"";--fa--fa:""}.fa-indian-rupee{--fa:"";--fa--fa:""}.fa-inr{--fa:"";--fa--fa:""}.fa-crop-simple{--fa:"";--fa--fa:""}.fa-crop-alt{--fa:"";--fa--fa:""}.fa-money-bill-1{--fa:"";--fa--fa:""}.fa-money-bill-alt{--fa:"";--fa--fa:""} +.fa-left-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-left{--fa:"";--fa--fa:""}.fa-dna{--fa:"";--fa--fa:""}.fa-virus-slash{--fa:"";--fa--fa:""}.fa-minus{--fa:"";--fa--fa:""}.fa-subtract{--fa:"";--fa--fa:""}.fa-chess{--fa:"";--fa--fa:""}.fa-arrow-left-long{--fa:"";--fa--fa:""}.fa-long-arrow-left{--fa:"";--fa--fa:""}.fa-plug-circle-check{--fa:"";--fa--fa:""}.fa-street-view{--fa:"";--fa--fa:""}.fa-franc-sign{--fa:"";--fa--fa:""}.fa-volume-off{--fa:"";--fa--fa:""}.fa-hands-asl-interpreting{--fa:"";--fa--fa:""}.fa-american-sign-language-interpreting{--fa:"";--fa--fa:""}.fa-asl-interpreting{--fa:"";--fa--fa:""}.fa-hands-american-sign-language-interpreting{--fa:"";--fa--fa:""}.fa-gear{--fa:"";--fa--fa:""}.fa-cog{--fa:"";--fa--fa:""}.fa-droplet-slash{--fa:"";--fa--fa:""}.fa-tint-slash{--fa:"";--fa--fa:""}.fa-mosque{--fa:"";--fa--fa:""}.fa-mosquito{--fa:"";--fa--fa:""}.fa-star-of-david{--fa:"";--fa--fa:""}.fa-person-military-rifle{--fa:"";--fa--fa:""}.fa-cart-shopping{--fa:"";--fa--fa:""}.fa-shopping-cart{--fa:"";--fa--fa:""}.fa-vials{--fa:"";--fa--fa:""}.fa-plug-circle-plus{--fa:"";--fa--fa:""}.fa-place-of-worship{--fa:"";--fa--fa:""}.fa-grip-vertical{--fa:"";--fa--fa:""}.fa-hexagon-nodes{--fa:"";--fa--fa:""}.fa-arrow-turn-up{--fa:"";--fa--fa:""}.fa-level-up{--fa:"";--fa--fa:""}.fa-u{--fa:"U";--fa--fa:"UU"}.fa-square-root-variable{--fa:"";--fa--fa:""}.fa-square-root-alt{--fa:"";--fa--fa:""}.fa-clock{--fa:"";--fa--fa:""}.fa-clock-four{--fa:"";--fa--fa:""}.fa-backward-step{--fa:"";--fa--fa:""}.fa-step-backward{--fa:"";--fa--fa:""}.fa-pallet{--fa:"";--fa--fa:""}.fa-faucet{--fa:"";--fa--fa:""}.fa-baseball-bat-ball{--fa:"";--fa--fa:""}.fa-s{--fa:"S";--fa--fa:"SS"}.fa-timeline{--fa:"";--fa--fa:""} +.fa-keyboard{--fa:"";--fa--fa:""}.fa-caret-down{--fa:"";--fa--fa:""}.fa-house-chimney-medical{--fa:"";--fa--fa:""}.fa-clinic-medical{--fa:"";--fa--fa:""}.fa-temperature-three-quarters{--fa:"";--fa--fa:""}.fa-temperature-3{--fa:"";--fa--fa:""}.fa-thermometer-3{--fa:"";--fa--fa:""}.fa-thermometer-three-quarters{--fa:"";--fa--fa:""}.fa-mobile-screen{--fa:"";--fa--fa:""}.fa-mobile-android-alt{--fa:"";--fa--fa:""}.fa-plane-up{--fa:"";--fa--fa:""}.fa-piggy-bank{--fa:"";--fa--fa:""}.fa-battery-half{--fa:"";--fa--fa:""}.fa-battery-3{--fa:"";--fa--fa:""}.fa-mountain-city{--fa:"";--fa--fa:""}.fa-coins{--fa:"";--fa--fa:""}.fa-khanda{--fa:"";--fa--fa:""}.fa-sliders{--fa:"";--fa--fa:""}.fa-sliders-h{--fa:"";--fa--fa:""}.fa-folder-tree{--fa:"";--fa--fa:""}.fa-network-wired{--fa:"";--fa--fa:""}.fa-map-pin{--fa:"";--fa--fa:""}.fa-hamsa{--fa:"";--fa--fa:""}.fa-cent-sign{--fa:"";--fa--fa:""}.fa-flask{--fa:"";--fa--fa:""}.fa-person-pregnant{--fa:"";--fa--fa:""}.fa-wand-sparkles{--fa:"";--fa--fa:""}.fa-ellipsis-vertical{--fa:"";--fa--fa:""}.fa-ellipsis-v{--fa:"";--fa--fa:""}.fa-ticket{--fa:"";--fa--fa:""}.fa-power-off{--fa:"";--fa--fa:""}.fa-right-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-right{--fa:"";--fa--fa:""}.fa-flag-usa{--fa:"";--fa--fa:""}.fa-laptop-file{--fa:"";--fa--fa:""}.fa-tty{--fa:"";--fa--fa:""}.fa-teletype{--fa:"";--fa--fa:""}.fa-diagram-next{--fa:"";--fa--fa:""}.fa-person-rifle{--fa:"";--fa--fa:""}.fa-house-medical-circle-exclamation{--fa:"";--fa--fa:""}.fa-closed-captioning{--fa:"";--fa--fa:""}.fa-person-hiking{--fa:"";--fa--fa:""}.fa-hiking{--fa:"";--fa--fa:""}.fa-venus-double{--fa:"";--fa--fa:""}.fa-images{--fa:"";--fa--fa:""}.fa-calculator{--fa:"";--fa--fa:""} +.fa-people-pulling{--fa:"";--fa--fa:""}.fa-n{--fa:"N";--fa--fa:"NN"}.fa-cable-car{--fa:"";--fa--fa:""}.fa-tram{--fa:"";--fa--fa:""}.fa-cloud-rain{--fa:"";--fa--fa:""}.fa-building-circle-xmark{--fa:"";--fa--fa:""}.fa-ship{--fa:"";--fa--fa:""}.fa-arrows-down-to-line{--fa:"";--fa--fa:""}.fa-download{--fa:"";--fa--fa:""}.fa-face-grin{--fa:"";--fa--fa:""}.fa-grin{--fa:"";--fa--fa:""}.fa-delete-left{--fa:"";--fa--fa:""}.fa-backspace{--fa:"";--fa--fa:""}.fa-eye-dropper{--fa:"";--fa--fa:""}.fa-eye-dropper-empty{--fa:"";--fa--fa:""}.fa-eyedropper{--fa:"";--fa--fa:""}.fa-file-circle-check{--fa:"";--fa--fa:""}.fa-forward{--fa:"";--fa--fa:""}.fa-mobile{--fa:"";--fa--fa:""}.fa-mobile-android{--fa:"";--fa--fa:""}.fa-mobile-phone{--fa:"";--fa--fa:""}.fa-face-meh{--fa:"";--fa--fa:""}.fa-meh{--fa:"";--fa--fa:""}.fa-align-center{--fa:"";--fa--fa:""}.fa-book-skull{--fa:"";--fa--fa:""}.fa-book-dead{--fa:"";--fa--fa:""}.fa-id-card{--fa:"";--fa--fa:""}.fa-drivers-license{--fa:"";--fa--fa:""}.fa-outdent{--fa:"";--fa--fa:""}.fa-dedent{--fa:"";--fa--fa:""}.fa-heart-circle-exclamation{--fa:"";--fa--fa:""}.fa-house{--fa:"";--fa--fa:""}.fa-home{--fa:"";--fa--fa:""}.fa-home-alt{--fa:"";--fa--fa:""}.fa-home-lg-alt{--fa:"";--fa--fa:""}.fa-calendar-week{--fa:"";--fa--fa:""}.fa-laptop-medical{--fa:"";--fa--fa:""}.fa-b{--fa:"B";--fa--fa:"BB"}.fa-file-medical{--fa:"";--fa--fa:""}.fa-dice-one{--fa:"";--fa--fa:""}.fa-kiwi-bird{--fa:"";--fa--fa:""}.fa-arrow-right-arrow-left{--fa:"";--fa--fa:""}.fa-exchange{--fa:"";--fa--fa:""}.fa-rotate-right{--fa:"";--fa--fa:""}.fa-redo-alt{--fa:"";--fa--fa:""}.fa-rotate-forward{--fa:"";--fa--fa:""}.fa-utensils{--fa:"";--fa--fa:""} +.fa-cutlery{--fa:"";--fa--fa:""}.fa-arrow-up-wide-short{--fa:"";--fa--fa:""}.fa-sort-amount-up{--fa:"";--fa--fa:""}.fa-mill-sign{--fa:"";--fa--fa:""}.fa-bowl-rice{--fa:"";--fa--fa:""}.fa-skull{--fa:"";--fa--fa:""}.fa-tower-broadcast{--fa:"";--fa--fa:""}.fa-broadcast-tower{--fa:"";--fa--fa:""}.fa-truck-pickup{--fa:"";--fa--fa:""}.fa-up-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-up{--fa:"";--fa--fa:""}.fa-stop{--fa:"";--fa--fa:""}.fa-code-merge{--fa:"";--fa--fa:""}.fa-upload{--fa:"";--fa--fa:""}.fa-hurricane{--fa:"";--fa--fa:""}.fa-mound{--fa:"";--fa--fa:""}.fa-toilet-portable{--fa:"";--fa--fa:""}.fa-compact-disc{--fa:"";--fa--fa:""}.fa-file-arrow-down{--fa:"";--fa--fa:""}.fa-file-download{--fa:"";--fa--fa:""}.fa-caravan{--fa:"";--fa--fa:""}.fa-shield-cat{--fa:"";--fa--fa:""}.fa-bolt{--fa:"";--fa--fa:""}.fa-zap{--fa:"";--fa--fa:""}.fa-glass-water{--fa:"";--fa--fa:""}.fa-oil-well{--fa:"";--fa--fa:""}.fa-vault{--fa:"";--fa--fa:""}.fa-mars{--fa:"";--fa--fa:""}.fa-toilet{--fa:"";--fa--fa:""}.fa-plane-circle-xmark{--fa:"";--fa--fa:""}.fa-yen-sign{--fa:"";--fa--fa:""}.fa-cny{--fa:"";--fa--fa:""}.fa-jpy{--fa:"";--fa--fa:""}.fa-rmb{--fa:"";--fa--fa:""}.fa-yen{--fa:"";--fa--fa:""}.fa-ruble-sign{--fa:"";--fa--fa:""}.fa-rouble{--fa:"";--fa--fa:""}.fa-rub{--fa:"";--fa--fa:""}.fa-ruble{--fa:"";--fa--fa:""}.fa-sun{--fa:"";--fa--fa:""}.fa-guitar{--fa:"";--fa--fa:""}.fa-face-laugh-wink{--fa:"";--fa--fa:""}.fa-laugh-wink{--fa:"";--fa--fa:""}.fa-horse-head{--fa:"";--fa--fa:""}.fa-bore-hole{--fa:"";--fa--fa:""}.fa-industry{--fa:"";--fa--fa:""}.fa-circle-down{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-down{--fa:"";--fa--fa:""} +.fa-arrows-turn-to-dots{--fa:"";--fa--fa:""}.fa-florin-sign{--fa:"";--fa--fa:""}.fa-arrow-down-short-wide{--fa:"";--fa--fa:""}.fa-sort-amount-desc{--fa:"";--fa--fa:""}.fa-sort-amount-down-alt{--fa:"";--fa--fa:""}.fa-less-than{--fa:"\<";--fa--fa:"\<\<"}.fa-angle-down{--fa:"";--fa--fa:""}.fa-car-tunnel{--fa:"";--fa--fa:""}.fa-head-side-cough{--fa:"";--fa--fa:""}.fa-grip-lines{--fa:"";--fa--fa:""}.fa-thumbs-down{--fa:"";--fa--fa:""}.fa-user-lock{--fa:"";--fa--fa:""}.fa-arrow-right-long{--fa:"";--fa--fa:""}.fa-long-arrow-right{--fa:"";--fa--fa:""}.fa-anchor-circle-xmark{--fa:"";--fa--fa:""}.fa-ellipsis{--fa:"";--fa--fa:""}.fa-ellipsis-h{--fa:"";--fa--fa:""}.fa-chess-pawn{--fa:"";--fa--fa:""}.fa-kit-medical{--fa:"";--fa--fa:""}.fa-first-aid{--fa:"";--fa--fa:""}.fa-person-through-window{--fa:"";--fa--fa:""}.fa-toolbox{--fa:"";--fa--fa:""}.fa-hands-holding-circle{--fa:"";--fa--fa:""}.fa-bug{--fa:"";--fa--fa:""}.fa-credit-card{--fa:"";--fa--fa:""}.fa-credit-card-alt{--fa:"";--fa--fa:""}.fa-car{--fa:"";--fa--fa:""}.fa-automobile{--fa:"";--fa--fa:""}.fa-hand-holding-hand{--fa:"";--fa--fa:""}.fa-book-open-reader{--fa:"";--fa--fa:""}.fa-book-reader{--fa:"";--fa--fa:""}.fa-mountain-sun{--fa:"";--fa--fa:""}.fa-arrows-left-right-to-line{--fa:"";--fa--fa:""}.fa-dice-d20{--fa:"";--fa--fa:""}.fa-truck-droplet{--fa:"";--fa--fa:""}.fa-file-circle-xmark{--fa:"";--fa--fa:""}.fa-temperature-arrow-up{--fa:"";--fa--fa:""}.fa-temperature-up{--fa:"";--fa--fa:""}.fa-medal{--fa:"";--fa--fa:""}.fa-bed{--fa:"";--fa--fa:""}.fa-square-h{--fa:"";--fa--fa:""}.fa-h-square{--fa:"";--fa--fa:""}.fa-podcast{--fa:"";--fa--fa:""}.fa-temperature-full{--fa:"";--fa--fa:""}.fa-temperature-4{--fa:"";--fa--fa:""}.fa-thermometer-4{--fa:"";--fa--fa:""} +.fa-thermometer-full{--fa:"";--fa--fa:""}.fa-bell{--fa:"";--fa--fa:""}.fa-superscript{--fa:"";--fa--fa:""}.fa-plug-circle-xmark{--fa:"";--fa--fa:""}.fa-star-of-life{--fa:"";--fa--fa:""}.fa-phone-slash{--fa:"";--fa--fa:""}.fa-paint-roller{--fa:"";--fa--fa:""}.fa-handshake-angle{--fa:"";--fa--fa:""}.fa-hands-helping{--fa:"";--fa--fa:""}.fa-location-dot{--fa:"";--fa--fa:""}.fa-map-marker-alt{--fa:"";--fa--fa:""}.fa-file{--fa:"";--fa--fa:""}.fa-greater-than{--fa:"\>";--fa--fa:"\>\>"}.fa-person-swimming{--fa:"";--fa--fa:""}.fa-swimmer{--fa:"";--fa--fa:""}.fa-arrow-down{--fa:"";--fa--fa:""}.fa-droplet{--fa:"";--fa--fa:""}.fa-tint{--fa:"";--fa--fa:""}.fa-eraser{--fa:"";--fa--fa:""}.fa-earth-americas{--fa:"";--fa--fa:""}.fa-earth{--fa:"";--fa--fa:""}.fa-earth-america{--fa:"";--fa--fa:""}.fa-globe-americas{--fa:"";--fa--fa:""}.fa-person-burst{--fa:"";--fa--fa:""}.fa-dove{--fa:"";--fa--fa:""}.fa-battery-empty{--fa:"";--fa--fa:""}.fa-battery-0{--fa:"";--fa--fa:""}.fa-socks{--fa:"";--fa--fa:""}.fa-inbox{--fa:"";--fa--fa:""}.fa-section{--fa:"";--fa--fa:""}.fa-gauge-high{--fa:"";--fa--fa:""}.fa-tachometer-alt{--fa:"";--fa--fa:""}.fa-tachometer-alt-fast{--fa:"";--fa--fa:""}.fa-envelope-open-text{--fa:"";--fa--fa:""}.fa-hospital{--fa:"";--fa--fa:""}.fa-hospital-alt{--fa:"";--fa--fa:""}.fa-hospital-wide{--fa:"";--fa--fa:""}.fa-wine-bottle{--fa:"";--fa--fa:""}.fa-chess-rook{--fa:"";--fa--fa:""}.fa-bars-staggered{--fa:"";--fa--fa:""}.fa-reorder{--fa:"";--fa--fa:""}.fa-stream{--fa:"";--fa--fa:""}.fa-dharmachakra{--fa:"";--fa--fa:""}.fa-hotdog{--fa:"";--fa--fa:""}.fa-person-walking-with-cane{--fa:"";--fa--fa:""}.fa-blind{--fa:"";--fa--fa:""}.fa-drum{--fa:"";--fa--fa:""} +.fa-ice-cream{--fa:"";--fa--fa:""}.fa-heart-circle-bolt{--fa:"";--fa--fa:""}.fa-fax{--fa:"";--fa--fa:""}.fa-paragraph{--fa:"";--fa--fa:""}.fa-check-to-slot{--fa:"";--fa--fa:""}.fa-vote-yea{--fa:"";--fa--fa:""}.fa-star-half{--fa:"";--fa--fa:""}.fa-boxes-stacked{--fa:"";--fa--fa:""}.fa-boxes{--fa:"";--fa--fa:""}.fa-boxes-alt{--fa:"";--fa--fa:""}.fa-link{--fa:"";--fa--fa:""}.fa-chain{--fa:"";--fa--fa:""}.fa-ear-listen{--fa:"";--fa--fa:""}.fa-assistive-listening-systems{--fa:"";--fa--fa:""}.fa-tree-city{--fa:"";--fa--fa:""}.fa-play{--fa:"";--fa--fa:""}.fa-font{--fa:"";--fa--fa:""}.fa-table-cells-row-lock{--fa:"";--fa--fa:""}.fa-rupiah-sign{--fa:"";--fa--fa:""}.fa-magnifying-glass{--fa:"";--fa--fa:""}.fa-search{--fa:"";--fa--fa:""}.fa-table-tennis-paddle-ball{--fa:"";--fa--fa:""}.fa-ping-pong-paddle-ball{--fa:"";--fa--fa:""}.fa-table-tennis{--fa:"";--fa--fa:""}.fa-person-dots-from-line{--fa:"";--fa--fa:""}.fa-diagnoses{--fa:"";--fa--fa:""}.fa-trash-can-arrow-up{--fa:"";--fa--fa:""}.fa-trash-restore-alt{--fa:"";--fa--fa:""}.fa-naira-sign{--fa:"";--fa--fa:""}.fa-cart-arrow-down{--fa:"";--fa--fa:""}.fa-walkie-talkie{--fa:"";--fa--fa:""}.fa-file-pen{--fa:"";--fa--fa:""}.fa-file-edit{--fa:"";--fa--fa:""}.fa-receipt{--fa:"";--fa--fa:""}.fa-square-pen{--fa:"";--fa--fa:""}.fa-pen-square{--fa:"";--fa--fa:""}.fa-pencil-square{--fa:"";--fa--fa:""}.fa-suitcase-rolling{--fa:"";--fa--fa:""}.fa-person-circle-exclamation{--fa:"";--fa--fa:""}.fa-chevron-down{--fa:"";--fa--fa:""}.fa-battery-full{--fa:"";--fa--fa:""}.fa-battery{--fa:"";--fa--fa:""}.fa-battery-5{--fa:"";--fa--fa:""}.fa-skull-crossbones{--fa:"";--fa--fa:""}.fa-code-compare{--fa:"";--fa--fa:""}.fa-list-ul{--fa:"";--fa--fa:""} +.fa-list-dots{--fa:"";--fa--fa:""}.fa-school-lock{--fa:"";--fa--fa:""}.fa-tower-cell{--fa:"";--fa--fa:""}.fa-down-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-down{--fa:"";--fa--fa:""}.fa-ranking-star{--fa:"";--fa--fa:""}.fa-chess-king{--fa:"";--fa--fa:""}.fa-person-harassing{--fa:"";--fa--fa:""}.fa-brazilian-real-sign{--fa:"";--fa--fa:""}.fa-landmark-dome{--fa:"";--fa--fa:""}.fa-landmark-alt{--fa:"";--fa--fa:""}.fa-arrow-up{--fa:"";--fa--fa:""}.fa-tv{--fa:"";--fa--fa:""}.fa-television{--fa:"";--fa--fa:""}.fa-tv-alt{--fa:"";--fa--fa:""}.fa-shrimp{--fa:"";--fa--fa:""}.fa-list-check{--fa:"";--fa--fa:""}.fa-tasks{--fa:"";--fa--fa:""}.fa-jug-detergent{--fa:"";--fa--fa:""}.fa-circle-user{--fa:"";--fa--fa:""}.fa-user-circle{--fa:"";--fa--fa:""}.fa-user-shield{--fa:"";--fa--fa:""}.fa-wind{--fa:"";--fa--fa:""}.fa-car-burst{--fa:"";--fa--fa:""}.fa-car-crash{--fa:"";--fa--fa:""}.fa-y{--fa:"Y";--fa--fa:"YY"}.fa-person-snowboarding{--fa:"";--fa--fa:""}.fa-snowboarding{--fa:"";--fa--fa:""}.fa-truck-fast{--fa:"";--fa--fa:""}.fa-shipping-fast{--fa:"";--fa--fa:""}.fa-fish{--fa:"";--fa--fa:""}.fa-user-graduate{--fa:"";--fa--fa:""}.fa-circle-half-stroke{--fa:"";--fa--fa:""}.fa-adjust{--fa:"";--fa--fa:""}.fa-clapperboard{--fa:"";--fa--fa:""}.fa-circle-radiation{--fa:"";--fa--fa:""}.fa-radiation-alt{--fa:"";--fa--fa:""}.fa-baseball{--fa:"";--fa--fa:""}.fa-baseball-ball{--fa:"";--fa--fa:""}.fa-jet-fighter-up{--fa:"";--fa--fa:""}.fa-diagram-project{--fa:"";--fa--fa:""}.fa-project-diagram{--fa:"";--fa--fa:""}.fa-copy{--fa:"";--fa--fa:""}.fa-volume-xmark{--fa:"";--fa--fa:""}.fa-volume-mute{--fa:"";--fa--fa:""}.fa-volume-times{--fa:"";--fa--fa:""}.fa-hand-sparkles{--fa:"";--fa--fa:""} +.fa-grip{--fa:"";--fa--fa:""}.fa-grip-horizontal{--fa:"";--fa--fa:""}.fa-share-from-square{--fa:"";--fa--fa:""}.fa-share-square{--fa:"";--fa--fa:""}.fa-child-combatant{--fa:"";--fa--fa:""}.fa-child-rifle{--fa:"";--fa--fa:""}.fa-gun{--fa:"";--fa--fa:""}.fa-square-phone{--fa:"";--fa--fa:""}.fa-phone-square{--fa:"";--fa--fa:""}.fa-plus{--fa:"\+";--fa--fa:"\+\+"}.fa-add{--fa:"\+";--fa--fa:"\+\+"}.fa-expand{--fa:"";--fa--fa:""}.fa-computer{--fa:"";--fa--fa:""}.fa-xmark{--fa:"";--fa--fa:""}.fa-close{--fa:"";--fa--fa:""}.fa-multiply{--fa:"";--fa--fa:""}.fa-remove{--fa:"";--fa--fa:""}.fa-times{--fa:"";--fa--fa:""}.fa-arrows-up-down-left-right{--fa:"";--fa--fa:""}.fa-arrows{--fa:"";--fa--fa:""}.fa-chalkboard-user{--fa:"";--fa--fa:""}.fa-chalkboard-teacher{--fa:"";--fa--fa:""}.fa-peso-sign{--fa:"";--fa--fa:""}.fa-building-shield{--fa:"";--fa--fa:""}.fa-baby{--fa:"";--fa--fa:""}.fa-users-line{--fa:"";--fa--fa:""}.fa-quote-left{--fa:"";--fa--fa:""}.fa-quote-left-alt{--fa:"";--fa--fa:""}.fa-tractor{--fa:"";--fa--fa:""}.fa-trash-arrow-up{--fa:"";--fa--fa:""}.fa-trash-restore{--fa:"";--fa--fa:""}.fa-arrow-down-up-lock{--fa:"";--fa--fa:""}.fa-lines-leaning{--fa:"";--fa--fa:""}.fa-ruler-combined{--fa:"";--fa--fa:""}.fa-copyright{--fa:"";--fa--fa:""}.fa-equals{--fa:"\=";--fa--fa:"\=\="}.fa-blender{--fa:"";--fa--fa:""}.fa-teeth{--fa:"";--fa--fa:""}.fa-shekel-sign{--fa:"";--fa--fa:""}.fa-ils{--fa:"";--fa--fa:""}.fa-shekel{--fa:"";--fa--fa:""}.fa-sheqel{--fa:"";--fa--fa:""}.fa-sheqel-sign{--fa:"";--fa--fa:""}.fa-map{--fa:"";--fa--fa:""}.fa-rocket{--fa:"";--fa--fa:""}.fa-photo-film{--fa:"";--fa--fa:""}.fa-photo-video{--fa:"";--fa--fa:""} +.fa-folder-minus{--fa:"";--fa--fa:""}.fa-hexagon-nodes-bolt{--fa:"";--fa--fa:""}.fa-store{--fa:"";--fa--fa:""}.fa-arrow-trend-up{--fa:"";--fa--fa:""}.fa-plug-circle-minus{--fa:"";--fa--fa:""}.fa-sign-hanging{--fa:"";--fa--fa:""}.fa-sign{--fa:"";--fa--fa:""}.fa-bezier-curve{--fa:"";--fa--fa:""}.fa-bell-slash{--fa:"";--fa--fa:""}.fa-tablet{--fa:"";--fa--fa:""}.fa-tablet-android{--fa:"";--fa--fa:""}.fa-school-flag{--fa:"";--fa--fa:""}.fa-fill{--fa:"";--fa--fa:""}.fa-angle-up{--fa:"";--fa--fa:""}.fa-drumstick-bite{--fa:"";--fa--fa:""}.fa-holly-berry{--fa:"";--fa--fa:""}.fa-chevron-left{--fa:"";--fa--fa:""}.fa-bacteria{--fa:"";--fa--fa:""}.fa-hand-lizard{--fa:"";--fa--fa:""}.fa-notdef{--fa:"";--fa--fa:""}.fa-disease{--fa:"";--fa--fa:""}.fa-briefcase-medical{--fa:"";--fa--fa:""}.fa-genderless{--fa:"";--fa--fa:""}.fa-chevron-right{--fa:"";--fa--fa:""}.fa-retweet{--fa:"";--fa--fa:""}.fa-car-rear{--fa:"";--fa--fa:""}.fa-car-alt{--fa:"";--fa--fa:""}.fa-pump-soap{--fa:"";--fa--fa:""}.fa-video-slash{--fa:"";--fa--fa:""}.fa-battery-quarter{--fa:"";--fa--fa:""}.fa-battery-2{--fa:"";--fa--fa:""}.fa-radio{--fa:"";--fa--fa:""}.fa-baby-carriage{--fa:"";--fa--fa:""}.fa-carriage-baby{--fa:"";--fa--fa:""}.fa-traffic-light{--fa:"";--fa--fa:""}.fa-thermometer{--fa:"";--fa--fa:""}.fa-vr-cardboard{--fa:"";--fa--fa:""}.fa-hand-middle-finger{--fa:"";--fa--fa:""}.fa-percent{--fa:"\%";--fa--fa:"\%\%"}.fa-percentage{--fa:"\%";--fa--fa:"\%\%"}.fa-truck-moving{--fa:"";--fa--fa:""}.fa-glass-water-droplet{--fa:"";--fa--fa:""}.fa-display{--fa:"";--fa--fa:""}.fa-face-smile{--fa:"";--fa--fa:""}.fa-smile{--fa:"";--fa--fa:""}.fa-thumbtack{--fa:"";--fa--fa:""}.fa-thumb-tack{--fa:"";--fa--fa:""} +.fa-trophy{--fa:"";--fa--fa:""}.fa-person-praying{--fa:"";--fa--fa:""}.fa-pray{--fa:"";--fa--fa:""}.fa-hammer{--fa:"";--fa--fa:""}.fa-hand-peace{--fa:"";--fa--fa:""}.fa-rotate{--fa:"";--fa--fa:""}.fa-sync-alt{--fa:"";--fa--fa:""}.fa-spinner{--fa:"";--fa--fa:""}.fa-robot{--fa:"";--fa--fa:""}.fa-peace{--fa:"";--fa--fa:""}.fa-gears{--fa:"";--fa--fa:""}.fa-cogs{--fa:"";--fa--fa:""}.fa-warehouse{--fa:"";--fa--fa:""}.fa-arrow-up-right-dots{--fa:"";--fa--fa:""}.fa-splotch{--fa:"";--fa--fa:""}.fa-face-grin-hearts{--fa:"";--fa--fa:""}.fa-grin-hearts{--fa:"";--fa--fa:""}.fa-dice-four{--fa:"";--fa--fa:""}.fa-sim-card{--fa:"";--fa--fa:""}.fa-transgender{--fa:"";--fa--fa:""}.fa-transgender-alt{--fa:"";--fa--fa:""}.fa-mercury{--fa:"";--fa--fa:""}.fa-arrow-turn-down{--fa:"";--fa--fa:""}.fa-level-down{--fa:"";--fa--fa:""}.fa-person-falling-burst{--fa:"";--fa--fa:""}.fa-award{--fa:"";--fa--fa:""}.fa-ticket-simple{--fa:"";--fa--fa:""}.fa-ticket-alt{--fa:"";--fa--fa:""}.fa-building{--fa:"";--fa--fa:""}.fa-angles-left{--fa:"";--fa--fa:""}.fa-angle-double-left{--fa:"";--fa--fa:""}.fa-qrcode{--fa:"";--fa--fa:""}.fa-clock-rotate-left{--fa:"";--fa--fa:""}.fa-history{--fa:"";--fa--fa:""}.fa-face-grin-beam-sweat{--fa:"";--fa--fa:""}.fa-grin-beam-sweat{--fa:"";--fa--fa:""}.fa-file-export{--fa:"";--fa--fa:""}.fa-arrow-right-from-file{--fa:"";--fa--fa:""}.fa-shield{--fa:"";--fa--fa:""}.fa-shield-blank{--fa:"";--fa--fa:""}.fa-arrow-up-short-wide{--fa:"";--fa--fa:""}.fa-sort-amount-up-alt{--fa:"";--fa--fa:""}.fa-comment-nodes{--fa:"";--fa--fa:""}.fa-house-medical{--fa:"";--fa--fa:""}.fa-golf-ball-tee{--fa:"";--fa--fa:""}.fa-golf-ball{--fa:"";--fa--fa:""}.fa-circle-chevron-left{--fa:"";--fa--fa:""} +.fa-chevron-circle-left{--fa:"";--fa--fa:""}.fa-house-chimney-window{--fa:"";--fa--fa:""}.fa-pen-nib{--fa:"";--fa--fa:""}.fa-tent-arrow-turn-left{--fa:"";--fa--fa:""}.fa-tents{--fa:"";--fa--fa:""}.fa-wand-magic{--fa:"";--fa--fa:""}.fa-magic{--fa:"";--fa--fa:""}.fa-dog{--fa:"";--fa--fa:""}.fa-carrot{--fa:"";--fa--fa:""}.fa-moon{--fa:"";--fa--fa:""}.fa-wine-glass-empty{--fa:"";--fa--fa:""}.fa-wine-glass-alt{--fa:"";--fa--fa:""}.fa-cheese{--fa:"";--fa--fa:""}.fa-yin-yang{--fa:"";--fa--fa:""}.fa-music{--fa:"";--fa--fa:""}.fa-code-commit{--fa:"";--fa--fa:""}.fa-temperature-low{--fa:"";--fa--fa:""}.fa-person-biking{--fa:"";--fa--fa:""}.fa-biking{--fa:"";--fa--fa:""}.fa-broom{--fa:"";--fa--fa:""}.fa-shield-heart{--fa:"";--fa--fa:""}.fa-gopuram{--fa:"";--fa--fa:""}.fa-earth-oceania{--fa:"";--fa--fa:""}.fa-globe-oceania{--fa:"";--fa--fa:""}.fa-square-xmark{--fa:"";--fa--fa:""}.fa-times-square{--fa:"";--fa--fa:""}.fa-xmark-square{--fa:"";--fa--fa:""}.fa-hashtag{--fa:"\#";--fa--fa:"\#\#"}.fa-up-right-and-down-left-from-center{--fa:"";--fa--fa:""}.fa-expand-alt{--fa:"";--fa--fa:""}.fa-oil-can{--fa:"";--fa--fa:""}.fa-t{--fa:"T";--fa--fa:"TT"}.fa-hippo{--fa:"";--fa--fa:""}.fa-chart-column{--fa:"";--fa--fa:""}.fa-infinity{--fa:"";--fa--fa:""}.fa-vial-circle-check{--fa:"";--fa--fa:""}.fa-person-arrow-down-to-line{--fa:"";--fa--fa:""}.fa-voicemail{--fa:"";--fa--fa:""}.fa-fan{--fa:"";--fa--fa:""}.fa-person-walking-luggage{--fa:"";--fa--fa:""}.fa-up-down{--fa:"";--fa--fa:""}.fa-arrows-alt-v{--fa:"";--fa--fa:""}.fa-cloud-moon-rain{--fa:"";--fa--fa:""}.fa-calendar{--fa:"";--fa--fa:""}.fa-trailer{--fa:"";--fa--fa:""}.fa-bahai{--fa:"";--fa--fa:""}.fa-haykal{--fa:"";--fa--fa:""} +.fa-sd-card{--fa:"";--fa--fa:""}.fa-dragon{--fa:"";--fa--fa:""}.fa-shoe-prints{--fa:"";--fa--fa:""}.fa-circle-plus{--fa:"";--fa--fa:""}.fa-plus-circle{--fa:"";--fa--fa:""}.fa-face-grin-tongue-wink{--fa:"";--fa--fa:""}.fa-grin-tongue-wink{--fa:"";--fa--fa:""}.fa-hand-holding{--fa:"";--fa--fa:""}.fa-plug-circle-exclamation{--fa:"";--fa--fa:""}.fa-link-slash{--fa:"";--fa--fa:""}.fa-chain-broken{--fa:"";--fa--fa:""}.fa-chain-slash{--fa:"";--fa--fa:""}.fa-unlink{--fa:"";--fa--fa:""}.fa-clone{--fa:"";--fa--fa:""}.fa-person-walking-arrow-loop-left{--fa:"";--fa--fa:""}.fa-arrow-up-z-a{--fa:"";--fa--fa:""}.fa-sort-alpha-up-alt{--fa:"";--fa--fa:""}.fa-fire-flame-curved{--fa:"";--fa--fa:""}.fa-fire-alt{--fa:"";--fa--fa:""}.fa-tornado{--fa:"";--fa--fa:""}.fa-file-circle-plus{--fa:"";--fa--fa:""}.fa-book-quran{--fa:"";--fa--fa:""}.fa-quran{--fa:"";--fa--fa:""}.fa-anchor{--fa:"";--fa--fa:""}.fa-border-all{--fa:"";--fa--fa:""}.fa-face-angry{--fa:"";--fa--fa:""}.fa-angry{--fa:"";--fa--fa:""}.fa-cookie-bite{--fa:"";--fa--fa:""}.fa-arrow-trend-down{--fa:"";--fa--fa:""}.fa-rss{--fa:"";--fa--fa:""}.fa-feed{--fa:"";--fa--fa:""}.fa-draw-polygon{--fa:"";--fa--fa:""}.fa-scale-balanced{--fa:"";--fa--fa:""}.fa-balance-scale{--fa:"";--fa--fa:""}.fa-gauge-simple-high{--fa:"";--fa--fa:""}.fa-tachometer{--fa:"";--fa--fa:""}.fa-tachometer-fast{--fa:"";--fa--fa:""}.fa-shower{--fa:"";--fa--fa:""}.fa-desktop{--fa:"";--fa--fa:""}.fa-desktop-alt{--fa:"";--fa--fa:""}.fa-m{--fa:"M";--fa--fa:"MM"}.fa-table-list{--fa:"";--fa--fa:""}.fa-th-list{--fa:"";--fa--fa:""}.fa-comment-sms{--fa:"";--fa--fa:""}.fa-sms{--fa:"";--fa--fa:""}.fa-book{--fa:"";--fa--fa:""}.fa-user-plus{--fa:"";--fa--fa:""} +.fa-check{--fa:"";--fa--fa:""}.fa-battery-three-quarters{--fa:"";--fa--fa:""}.fa-battery-4{--fa:"";--fa--fa:""}.fa-house-circle-check{--fa:"";--fa--fa:""}.fa-angle-left{--fa:"";--fa--fa:""}.fa-diagram-successor{--fa:"";--fa--fa:""}.fa-truck-arrow-right{--fa:"";--fa--fa:""}.fa-arrows-split-up-and-left{--fa:"";--fa--fa:""}.fa-hand-fist{--fa:"";--fa--fa:""}.fa-fist-raised{--fa:"";--fa--fa:""}.fa-cloud-moon{--fa:"";--fa--fa:""}.fa-briefcase{--fa:"";--fa--fa:""}.fa-person-falling{--fa:"";--fa--fa:""}.fa-image-portrait{--fa:"";--fa--fa:""}.fa-portrait{--fa:"";--fa--fa:""}.fa-user-tag{--fa:"";--fa--fa:""}.fa-rug{--fa:"";--fa--fa:""}.fa-earth-europe{--fa:"";--fa--fa:""}.fa-globe-europe{--fa:"";--fa--fa:""}.fa-cart-flatbed-suitcase{--fa:"";--fa--fa:""}.fa-luggage-cart{--fa:"";--fa--fa:""}.fa-rectangle-xmark{--fa:"";--fa--fa:""}.fa-rectangle-times{--fa:"";--fa--fa:""}.fa-times-rectangle{--fa:"";--fa--fa:""}.fa-window-close{--fa:"";--fa--fa:""}.fa-baht-sign{--fa:"";--fa--fa:""}.fa-book-open{--fa:"";--fa--fa:""}.fa-book-journal-whills{--fa:"";--fa--fa:""}.fa-journal-whills{--fa:"";--fa--fa:""}.fa-handcuffs{--fa:"";--fa--fa:""}.fa-triangle-exclamation{--fa:"";--fa--fa:""}.fa-exclamation-triangle{--fa:"";--fa--fa:""}.fa-warning{--fa:"";--fa--fa:""}.fa-database{--fa:"";--fa--fa:""}.fa-share{--fa:"";--fa--fa:""}.fa-mail-forward{--fa:"";--fa--fa:""}.fa-bottle-droplet{--fa:"";--fa--fa:""}.fa-mask-face{--fa:"";--fa--fa:""}.fa-hill-rockslide{--fa:"";--fa--fa:""}.fa-right-left{--fa:"";--fa--fa:""}.fa-exchange-alt{--fa:"";--fa--fa:""}.fa-paper-plane{--fa:"";--fa--fa:""}.fa-road-circle-exclamation{--fa:"";--fa--fa:""}.fa-dungeon{--fa:"";--fa--fa:""}.fa-align-right{--fa:"";--fa--fa:""}.fa-money-bill-1-wave{--fa:"";--fa--fa:""} +.fa-money-bill-wave-alt{--fa:"";--fa--fa:""}.fa-life-ring{--fa:"";--fa--fa:""}.fa-hands{--fa:"";--fa--fa:""}.fa-sign-language{--fa:"";--fa--fa:""}.fa-signing{--fa:"";--fa--fa:""}.fa-calendar-day{--fa:"";--fa--fa:""}.fa-water-ladder{--fa:"";--fa--fa:""}.fa-ladder-water{--fa:"";--fa--fa:""}.fa-swimming-pool{--fa:"";--fa--fa:""}.fa-arrows-up-down{--fa:"";--fa--fa:""}.fa-arrows-v{--fa:"";--fa--fa:""}.fa-face-grimace{--fa:"";--fa--fa:""}.fa-grimace{--fa:"";--fa--fa:""}.fa-wheelchair-move{--fa:"";--fa--fa:""}.fa-wheelchair-alt{--fa:"";--fa--fa:""}.fa-turn-down{--fa:"";--fa--fa:""}.fa-level-down-alt{--fa:"";--fa--fa:""}.fa-person-walking-arrow-right{--fa:"";--fa--fa:""}.fa-square-envelope{--fa:"";--fa--fa:""}.fa-envelope-square{--fa:"";--fa--fa:""}.fa-dice{--fa:"";--fa--fa:""}.fa-bowling-ball{--fa:"";--fa--fa:""}.fa-brain{--fa:"";--fa--fa:""}.fa-bandage{--fa:"";--fa--fa:""}.fa-band-aid{--fa:"";--fa--fa:""}.fa-calendar-minus{--fa:"";--fa--fa:""}.fa-circle-xmark{--fa:"";--fa--fa:""}.fa-times-circle{--fa:"";--fa--fa:""}.fa-xmark-circle{--fa:"";--fa--fa:""}.fa-gifts{--fa:"";--fa--fa:""}.fa-hotel{--fa:"";--fa--fa:""}.fa-earth-asia{--fa:"";--fa--fa:""}.fa-globe-asia{--fa:"";--fa--fa:""}.fa-id-card-clip{--fa:"";--fa--fa:""}.fa-id-card-alt{--fa:"";--fa--fa:""}.fa-magnifying-glass-plus{--fa:"";--fa--fa:""}.fa-search-plus{--fa:"";--fa--fa:""}.fa-thumbs-up{--fa:"";--fa--fa:""}.fa-user-clock{--fa:"";--fa--fa:""}.fa-hand-dots{--fa:"";--fa--fa:""}.fa-allergies{--fa:"";--fa--fa:""}.fa-file-invoice{--fa:"";--fa--fa:""}.fa-window-minimize{--fa:"";--fa--fa:""}.fa-mug-saucer{--fa:"";--fa--fa:""}.fa-coffee{--fa:"";--fa--fa:""}.fa-brush{--fa:"";--fa--fa:""}.fa-file-half-dashed{--fa:"";--fa--fa:""} +.fa-mask{--fa:"";--fa--fa:""}.fa-magnifying-glass-minus{--fa:"";--fa--fa:""}.fa-search-minus{--fa:"";--fa--fa:""}.fa-ruler-vertical{--fa:"";--fa--fa:""}.fa-user-large{--fa:"";--fa--fa:""}.fa-user-alt{--fa:"";--fa--fa:""}.fa-train-tram{--fa:"";--fa--fa:""}.fa-user-nurse{--fa:"";--fa--fa:""}.fa-syringe{--fa:"";--fa--fa:""}.fa-cloud-sun{--fa:"";--fa--fa:""}.fa-stopwatch-20{--fa:"";--fa--fa:""}.fa-square-full{--fa:"";--fa--fa:""}.fa-magnet{--fa:"";--fa--fa:""}.fa-jar{--fa:"";--fa--fa:""}.fa-note-sticky{--fa:"";--fa--fa:""}.fa-sticky-note{--fa:"";--fa--fa:""}.fa-bug-slash{--fa:"";--fa--fa:""}.fa-arrow-up-from-water-pump{--fa:"";--fa--fa:""}.fa-bone{--fa:"";--fa--fa:""}.fa-table-cells-row-unlock{--fa:"";--fa--fa:""}.fa-user-injured{--fa:"";--fa--fa:""}.fa-face-sad-tear{--fa:"";--fa--fa:""}.fa-sad-tear{--fa:"";--fa--fa:""}.fa-plane{--fa:"";--fa--fa:""}.fa-tent-arrows-down{--fa:"";--fa--fa:""}.fa-exclamation{--fa:"\!";--fa--fa:"\!\!"}.fa-arrows-spin{--fa:"";--fa--fa:""}.fa-print{--fa:"";--fa--fa:""}.fa-turkish-lira-sign{--fa:"";--fa--fa:""}.fa-try{--fa:"";--fa--fa:""}.fa-turkish-lira{--fa:"";--fa--fa:""}.fa-dollar-sign{--fa:"\$";--fa--fa:"\$\$"}.fa-dollar{--fa:"\$";--fa--fa:"\$\$"}.fa-usd{--fa:"\$";--fa--fa:"\$\$"}.fa-x{--fa:"X";--fa--fa:"XX"}.fa-magnifying-glass-dollar{--fa:"";--fa--fa:""}.fa-search-dollar{--fa:"";--fa--fa:""}.fa-users-gear{--fa:"";--fa--fa:""}.fa-users-cog{--fa:"";--fa--fa:""}.fa-person-military-pointing{--fa:"";--fa--fa:""}.fa-building-columns{--fa:"";--fa--fa:""}.fa-bank{--fa:"";--fa--fa:""}.fa-institution{--fa:"";--fa--fa:""}.fa-museum{--fa:"";--fa--fa:""}.fa-university{--fa:"";--fa--fa:""}.fa-umbrella{--fa:"";--fa--fa:""}.fa-trowel{--fa:"";--fa--fa:""} +.fa-d{--fa:"D";--fa--fa:"DD"}.fa-stapler{--fa:"";--fa--fa:""}.fa-masks-theater{--fa:"";--fa--fa:""}.fa-theater-masks{--fa:"";--fa--fa:""}.fa-kip-sign{--fa:"";--fa--fa:""}.fa-hand-point-left{--fa:"";--fa--fa:""}.fa-handshake-simple{--fa:"";--fa--fa:""}.fa-handshake-alt{--fa:"";--fa--fa:""}.fa-jet-fighter{--fa:"";--fa--fa:""}.fa-fighter-jet{--fa:"";--fa--fa:""}.fa-square-share-nodes{--fa:"";--fa--fa:""}.fa-share-alt-square{--fa:"";--fa--fa:""}.fa-barcode{--fa:"";--fa--fa:""}.fa-plus-minus{--fa:"";--fa--fa:""}.fa-video{--fa:"";--fa--fa:""}.fa-video-camera{--fa:"";--fa--fa:""}.fa-graduation-cap{--fa:"";--fa--fa:""}.fa-mortar-board{--fa:"";--fa--fa:""}.fa-hand-holding-medical{--fa:"";--fa--fa:""}.fa-person-circle-check{--fa:"";--fa--fa:""}.fa-turn-up{--fa:"";--fa--fa:""}.fa-level-up-alt{--fa:"";--fa--fa:""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}/*! * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. - */:root,:host{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-brands-400.woff2") format("woff2"),url("../webfonts/fa-brands-400.ttf") format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-square-js{--fa:""}.fa-js-square{--fa:""} -.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""}.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-square-reddit{--fa:""}.fa-reddit-square{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-square-instagram{--fa:""}.fa-instagram-square{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-square-hacker-news{--fa:""}.fa-hacker-news-square{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-square-snapchat{--fa:""}.fa-snapchat-square{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-square-font-awesome-stroke{--fa:""}.fa-font-awesome-alt{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo{--fa:""}.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""} -.fa-square-dribbble{--fa:""}.fa-dribbble-square{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter{--fa:""}.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter{--fa:""}.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube{--fa:""}.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-wpressr{--fa:""}.fa-rendact{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam{--fa:""}.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo{--fa:""}.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome{--fa:""}.fa-font-awesome-flag{--fa:""}.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""} -.fa-amazon-pay{--fa:""}.fa-square-github{--fa:""}.fa-github-square{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""}.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-square-gitlab{--fa:""}.fa-gitlab-square{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-square-odnoklassniki{--fa:""}.fa-odnoklassniki-square{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-square-pinterest{--fa:""}.fa-pinterest-square{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""} -.fa-square-google-plus{--fa:""}.fa-google-plus-square{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing{--fa:""}.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group{--fa:""}.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-square-pied-piper{--fa:""}.fa-pied-piper-square{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-square-facebook{--fa:""}.fa-facebook-square{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-square-lastfm{--fa:""}.fa-lastfm-square{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""} -.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""}.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk{--fa:""}.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat{--fa:""}.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-square-behance{--fa:""}.fa-behance-square{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-square-git{--fa:""}.fa-git-square{--fa:""}.fa-square-tumblr{--fa:""}.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""} -.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""}.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram{--fa:""}.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp{--fa:""}.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack{--fa:""}.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium{--fa:""}.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""}/*! + */:root,:host{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-brands-400.woff2") format("woff2"),url("../webfonts/fa-brands-400.ttf") format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-square-js{--fa:""}.fa-js-square{--fa:""}.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""} +.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-square-reddit{--fa:""}.fa-reddit-square{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-square-instagram{--fa:""}.fa-instagram-square{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-square-hacker-news{--fa:""}.fa-hacker-news-square{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-square-snapchat{--fa:""}.fa-snapchat-square{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-square-font-awesome-stroke{--fa:""}.fa-font-awesome-alt{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo{--fa:""}.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-square-dribbble{--fa:""}.fa-dribbble-square{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""} +.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter{--fa:""}.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter{--fa:""}.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube{--fa:""}.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-wpressr{--fa:""}.fa-rendact{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam{--fa:""}.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo{--fa:""}.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome{--fa:""}.fa-font-awesome-flag{--fa:""}.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""}.fa-amazon-pay{--fa:""}.fa-square-github{--fa:""}.fa-github-square{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""} +.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-square-gitlab{--fa:""}.fa-gitlab-square{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-square-odnoklassniki{--fa:""}.fa-odnoklassniki-square{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-square-pinterest{--fa:""}.fa-pinterest-square{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""}.fa-square-google-plus{--fa:""}.fa-google-plus-square{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""} +.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing{--fa:""}.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group{--fa:""}.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-square-pied-piper{--fa:""}.fa-pied-piper-square{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-square-facebook{--fa:""}.fa-facebook-square{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-square-lastfm{--fa:""}.fa-lastfm-square{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""}.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""} +.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk{--fa:""}.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat{--fa:""}.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-square-behance{--fa:""}.fa-behance-square{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-square-git{--fa:""}.fa-git-square{--fa:""}.fa-square-tumblr{--fa:""}.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""}.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""} +.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram{--fa:""}.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp{--fa:""}.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack{--fa:""}.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium{--fa:""}.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""}/*! * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. @@ -69,179 +69,179 @@ d-article a{color:var(--global-theme-color)!important}d-article a:hover{color:va * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. - */:root,:host{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"} -@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-regular-400.woff2") format("woff2"),url("../webfonts/fa-regular-400.ttf") format("truetype")}.far,.fa-regular{font-weight:400}/*! + */:root,:host{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-regular-400.woff2") format("woff2"),url("../webfonts/fa-regular-400.ttf") format("truetype")}.far,.fa-regular{font-weight:400} +/*! * Tabler Icons 3.20.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */@font-face{font-family:"tabler-icons";font-style:normal;font-weight:400;src:url("../fonts/tabler-icons.woff2?v3.20.0") format("woff2"),url("../fonts/tabler-icons.woff?") format("woff"),url("../fonts/tabler-icons.ttf?v3.20.0") format("truetype")}.ti{font-family:"tabler-icons"!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}.ti-a-b:before{content:"\ec36"}.ti-a-b-2:before{content:"\f25f"}.ti-a-b-off:before{content:"\f0a6"}.ti-abacus:before{content:"\f05c"}.ti-abacus-off:before{content:"\f3b6"}.ti-abc:before{content:"\f567"}.ti-access-point:before{content:"\ed1b"}.ti-access-point-off:before{content:"\ed1a"}.ti-accessible:before{content:"\eba9"}.ti-accessible-filled:before{content:"\f6ea"}.ti-accessible-off:before{content:"\f0a7"}.ti-activity:before{content:"\ed23"}.ti-activity-heartbeat:before{content:"\f0db"}.ti-ad:before{content:"\ea02"}.ti-ad-2:before{content:"\ef1f"}.ti-ad-circle:before{content:"\f79e"}.ti-ad-circle-filled:before{content:"\f7d3"}.ti-ad-circle-off:before{content:"\f79d"}.ti-ad-filled:before{content:"\f6eb"}.ti-ad-off:before{content:"\f3b7"}.ti-address-book:before{content:"\f021"}.ti-address-book-off:before{content:"\f3b8"}.ti-adjustments:before{content:"\ea03"}.ti-adjustments-alt:before{content:"\ec37"}.ti-adjustments-bolt:before{content:"\f7fb"}.ti-adjustments-cancel:before{content:"\f7fc"}.ti-adjustments-check:before{content:"\f7fd"}.ti-adjustments-code:before{content:"\f7fe"}.ti-adjustments-cog:before{content:"\f7ff"}.ti-adjustments-dollar:before{content:"\f800"}.ti-adjustments-down:before{content:"\f801"}.ti-adjustments-exclamation:before{content:"\f802"}.ti-adjustments-filled:before{content:"\f6ec"}.ti-adjustments-heart:before{content:"\f803"}.ti-adjustments-horizontal:before{content:"\ec38"}.ti-adjustments-minus:before{content:"\f804"}.ti-adjustments-off:before{content:"\f0a8"}.ti-adjustments-pause:before{content:"\f805"}.ti-adjustments-pin:before{content:"\f806"}.ti-adjustments-plus:before{content:"\f807"}.ti-adjustments-question:before{content:"\f808"}.ti-adjustments-search:before{content:"\f809"}.ti-adjustments-share:before{content:"\f80a"}.ti-adjustments-spark:before{content:"\ffbe"}.ti-adjustments-star:before{content:"\f80b"}.ti-adjustments-up:before{content:"\f80c"}.ti-adjustments-x:before{content:"\f80d"}.ti-aerial-lift:before{content:"\edfe"}.ti-affiliate:before{content:"\edff"}.ti-affiliate-filled:before{content:"\f6ed"}.ti-ai:before{content:"\fee7"}.ti-air-balloon:before{content:"\f4a6"}.ti-air-conditioning:before{content:"\f3a2"}.ti-air-conditioning-disabled:before{content:"\f542"}.ti-air-traffic-control:before{content:"\fb01"}.ti-alarm:before{content:"\ea04"} -.ti-alarm-average:before{content:"\fc9e"}.ti-alarm-filled:before{content:"\f709"}.ti-alarm-minus:before{content:"\f630"}.ti-alarm-minus-filled:before{content:"\f70a"}.ti-alarm-off:before{content:"\f0a9"}.ti-alarm-plus:before{content:"\f631"}.ti-alarm-plus-filled:before{content:"\f70b"}.ti-alarm-snooze:before{content:"\f632"}.ti-alarm-snooze-filled:before{content:"\f70c"}.ti-album:before{content:"\f022"}.ti-album-off:before{content:"\f3b9"}.ti-alert-circle:before{content:"\ea05"}.ti-alert-circle-filled:before{content:"\f6ee"}.ti-alert-circle-off:before{content:"\fc65"}.ti-alert-hexagon:before{content:"\f80e"}.ti-alert-hexagon-filled:before{content:"\fa34"}.ti-alert-hexagon-off:before{content:"\fc66"}.ti-alert-octagon:before{content:"\ecc6"}.ti-alert-octagon-filled:before{content:"\f6ef"}.ti-alert-small:before{content:"\f80f"}.ti-alert-small-off:before{content:"\fc67"}.ti-alert-square:before{content:"\f811"}.ti-alert-square-filled:before{content:"\fa35"}.ti-alert-square-rounded:before{content:"\f810"}.ti-alert-square-rounded-filled:before{content:"\fa36"}.ti-alert-square-rounded-off:before{content:"\fc68"}.ti-alert-triangle:before{content:"\ea06"}.ti-alert-triangle-filled:before{content:"\f6f0"}.ti-alert-triangle-off:before{content:"\fc69"}.ti-alien:before{content:"\ebde"}.ti-alien-filled:before{content:"\f70d"}.ti-align-box-bottom-center:before{content:"\f530"}.ti-align-box-bottom-center-filled:before{content:"\f70e"}.ti-align-box-bottom-left:before{content:"\f531"}.ti-align-box-bottom-left-filled:before{content:"\f70f"}.ti-align-box-bottom-right:before{content:"\f532"}.ti-align-box-bottom-right-filled:before{content:"\f710"}.ti-align-box-center-bottom:before{content:"\facb"}.ti-align-box-center-middle:before{content:"\f79f"}.ti-align-box-center-middle-filled:before{content:"\f7d4"}.ti-align-box-center-stretch:before{content:"\facc"}.ti-align-box-center-top:before{content:"\facd"}.ti-align-box-left-bottom:before{content:"\f533"}.ti-align-box-left-bottom-filled:before{content:"\f711"}.ti-align-box-left-middle:before{content:"\f534"}.ti-align-box-left-middle-filled:before{content:"\f712"}.ti-align-box-left-stretch:before{content:"\face"}.ti-align-box-left-top:before{content:"\f535"}.ti-align-box-left-top-filled:before{content:"\f713"}.ti-align-box-right-bottom:before{content:"\f536"}.ti-align-box-right-bottom-filled:before{content:"\f714"}.ti-align-box-right-middle:before{content:"\f537"}.ti-align-box-right-middle-filled:before{content:"\f7d5"}.ti-align-box-right-stretch:before{content:"\facf"}.ti-align-box-right-top:before{content:"\f538"}.ti-align-box-right-top-filled:before{content:"\f715"}.ti-align-box-top-center:before{content:"\f539"}.ti-align-box-top-center-filled:before{content:"\f716"}.ti-align-box-top-left:before{content:"\f53a"}.ti-align-box-top-left-filled:before{content:"\f717"}.ti-align-box-top-right:before{content:"\f53b"}.ti-align-box-top-right-filled:before{content:"\f718"}.ti-align-center:before{content:"\ea07"}.ti-align-justified:before{content:"\ea08"} -.ti-align-left:before{content:"\ea09"}.ti-align-left-2:before{content:"\ff00"}.ti-align-right:before{content:"\ea0a"}.ti-align-right-2:before{content:"\feff"}.ti-alpha:before{content:"\f543"}.ti-alphabet-arabic:before{content:"\ff2f"}.ti-alphabet-bangla:before{content:"\ff2e"}.ti-alphabet-cyrillic:before{content:"\f1df"}.ti-alphabet-greek:before{content:"\f1e0"}.ti-alphabet-hebrew:before{content:"\ff2d"}.ti-alphabet-korean:before{content:"\ff2c"}.ti-alphabet-latin:before{content:"\f1e1"}.ti-alphabet-thai:before{content:"\ff2b"}.ti-alt:before{content:"\fc54"}.ti-ambulance:before{content:"\ebf5"}.ti-ampersand:before{content:"\f229"}.ti-analyze:before{content:"\f3a3"}.ti-analyze-filled:before{content:"\f719"}.ti-analyze-off:before{content:"\f3ba"}.ti-anchor:before{content:"\eb76"}.ti-anchor-off:before{content:"\f0f7"}.ti-angle:before{content:"\ef20"}.ti-ankh:before{content:"\f1cd"}.ti-antenna:before{content:"\f094"}.ti-antenna-bars-1:before{content:"\ecc7"}.ti-antenna-bars-2:before{content:"\ecc8"}.ti-antenna-bars-3:before{content:"\ecc9"}.ti-antenna-bars-4:before{content:"\ecca"}.ti-antenna-bars-5:before{content:"\eccb"}.ti-antenna-bars-off:before{content:"\f0aa"}.ti-antenna-off:before{content:"\f3bb"}.ti-aperture:before{content:"\eb58"}.ti-aperture-off:before{content:"\f3bc"}.ti-api:before{content:"\effd"}.ti-api-app:before{content:"\effc"}.ti-api-app-off:before{content:"\f0ab"}.ti-api-off:before{content:"\f0f8"}.ti-app-window:before{content:"\efe6"}.ti-app-window-filled:before{content:"\f71a"}.ti-apple:before{content:"\ef21"}.ti-apple-filled:before{content:"\10017"}.ti-apps:before{content:"\ebb6"}.ti-apps-filled:before{content:"\f6f1"}.ti-apps-off:before{content:"\f0ac"}.ti-archery-arrow:before{content:"\fc55"}.ti-archive:before{content:"\ea0b"}.ti-archive-filled:before{content:"\fa82"}.ti-archive-off:before{content:"\f0ad"}.ti-armchair:before{content:"\ef9e"}.ti-armchair-2:before{content:"\efe7"}.ti-armchair-2-off:before{content:"\f3bd"}.ti-armchair-off:before{content:"\f3be"}.ti-arrow-autofit-content:before{content:"\ef31"}.ti-arrow-autofit-content-filled:before{content:"\f6f2"}.ti-arrow-autofit-down:before{content:"\ef32"}.ti-arrow-autofit-height:before{content:"\ef33"}.ti-arrow-autofit-left:before{content:"\ef34"}.ti-arrow-autofit-right:before{content:"\ef35"}.ti-arrow-autofit-up:before{content:"\ef36"}.ti-arrow-autofit-width:before{content:"\ef37"}.ti-arrow-back:before{content:"\ea0c"}.ti-arrow-back-up:before{content:"\eb77"}.ti-arrow-back-up-double:before{content:"\f9ec"}.ti-arrow-badge-down:before{content:"\f60b"}.ti-arrow-badge-down-filled:before{content:"\f7d6"}.ti-arrow-badge-left:before{content:"\f60c"}.ti-arrow-badge-left-filled:before{content:"\f7d7"}.ti-arrow-badge-right:before{content:"\f60d"}.ti-arrow-badge-right-filled:before{content:"\f7d8"}.ti-arrow-badge-up:before{content:"\f60e"} -.ti-arrow-badge-up-filled:before{content:"\f7d9"}.ti-arrow-bar-both:before{content:"\fadd"}.ti-arrow-bar-down:before{content:"\ea0d"}.ti-arrow-bar-left:before{content:"\ea0e"}.ti-arrow-bar-right:before{content:"\ea0f"}.ti-arrow-bar-to-down:before{content:"\ec88"}.ti-arrow-bar-to-left:before{content:"\ec89"}.ti-arrow-bar-to-right:before{content:"\ec8a"}.ti-arrow-bar-to-up:before{content:"\ec8b"}.ti-arrow-bar-up:before{content:"\ea10"}.ti-arrow-bear-left:before{content:"\f045"}.ti-arrow-bear-left-2:before{content:"\f044"}.ti-arrow-bear-right:before{content:"\f047"}.ti-arrow-bear-right-2:before{content:"\f046"}.ti-arrow-big-down:before{content:"\edda"}.ti-arrow-big-down-filled:before{content:"\f6c6"}.ti-arrow-big-down-line:before{content:"\efe8"}.ti-arrow-big-down-line-filled:before{content:"\f6c7"}.ti-arrow-big-down-lines:before{content:"\efe9"}.ti-arrow-big-down-lines-filled:before{content:"\f6c8"}.ti-arrow-big-left:before{content:"\eddb"}.ti-arrow-big-left-filled:before{content:"\f6c9"}.ti-arrow-big-left-line:before{content:"\efea"}.ti-arrow-big-left-line-filled:before{content:"\f6ca"}.ti-arrow-big-left-lines:before{content:"\efeb"}.ti-arrow-big-left-lines-filled:before{content:"\f6cb"}.ti-arrow-big-right:before{content:"\eddc"}.ti-arrow-big-right-filled:before{content:"\f6cc"}.ti-arrow-big-right-line:before{content:"\efec"}.ti-arrow-big-right-line-filled:before{content:"\f6cd"}.ti-arrow-big-right-lines:before{content:"\efed"}.ti-arrow-big-right-lines-filled:before{content:"\f6ce"}.ti-arrow-big-up:before{content:"\eddd"}.ti-arrow-big-up-filled:before{content:"\f6cf"}.ti-arrow-big-up-line:before{content:"\efee"}.ti-arrow-big-up-line-filled:before{content:"\f6d0"}.ti-arrow-big-up-lines:before{content:"\efef"}.ti-arrow-big-up-lines-filled:before{content:"\f6d1"}.ti-arrow-bounce:before{content:"\f3a4"}.ti-arrow-capsule:before{content:"\fade"}.ti-arrow-curve-left:before{content:"\f048"}.ti-arrow-curve-right:before{content:"\f049"}.ti-arrow-down:before{content:"\ea16"}.ti-arrow-down-bar:before{content:"\ed98"}.ti-arrow-down-circle:before{content:"\ea11"}.ti-arrow-down-circle-filled:before{content:"\1003b"}.ti-arrow-down-dashed:before{content:"\1006a"}.ti-arrow-down-from-arc:before{content:"\fd86"}.ti-arrow-down-left:before{content:"\ea13"}.ti-arrow-down-left-circle:before{content:"\ea12"}.ti-arrow-down-rhombus:before{content:"\f61d"}.ti-arrow-down-rhombus-filled:before{content:"\1003a"}.ti-arrow-down-right:before{content:"\ea15"}.ti-arrow-down-right-circle:before{content:"\ea14"}.ti-arrow-down-square:before{content:"\ed9a"}.ti-arrow-down-square-filled:before{content:"\10039"}.ti-arrow-down-tail:before{content:"\ed9b"}.ti-arrow-down-to-arc:before{content:"\fd87"}.ti-arrow-elbow-left:before{content:"\f9ed"}.ti-arrow-elbow-right:before{content:"\f9ee"}.ti-arrow-fork:before{content:"\f04a"}.ti-arrow-forward:before{content:"\ea17"}.ti-arrow-forward-up:before{content:"\eb78"}.ti-arrow-forward-up-double:before{content:"\f9ef"}.ti-arrow-guide:before{content:"\f22a"} -.ti-arrow-guide-filled:before{content:"\10038"}.ti-arrow-iteration:before{content:"\f578"}.ti-arrow-left:before{content:"\ea19"}.ti-arrow-left-bar:before{content:"\ed9c"}.ti-arrow-left-circle:before{content:"\ea18"}.ti-arrow-left-circle-filled:before{content:"\10037"}.ti-arrow-left-dashed:before{content:"\10069"}.ti-arrow-left-from-arc:before{content:"\fd88"}.ti-arrow-left-rhombus:before{content:"\f61e"}.ti-arrow-left-rhombus-filled:before{content:"\10036"}.ti-arrow-left-right:before{content:"\f04b"}.ti-arrow-left-square:before{content:"\ed9d"}.ti-arrow-left-square-filled:before{content:"\10035"}.ti-arrow-left-tail:before{content:"\ed9e"}.ti-arrow-left-to-arc:before{content:"\fd89"}.ti-arrow-loop-left:before{content:"\ed9f"}.ti-arrow-loop-left-2:before{content:"\f04c"}.ti-arrow-loop-right:before{content:"\eda0"}.ti-arrow-loop-right-2:before{content:"\f04d"}.ti-arrow-merge:before{content:"\f04e"}.ti-arrow-merge-alt-left:before{content:"\fc9f"}.ti-arrow-merge-alt-right:before{content:"\fca0"}.ti-arrow-merge-both:before{content:"\f23b"}.ti-arrow-merge-left:before{content:"\f23c"}.ti-arrow-merge-right:before{content:"\f23d"}.ti-arrow-move-down:before{content:"\f2ba"}.ti-arrow-move-down-filled:before{content:"\10034"}.ti-arrow-move-left:before{content:"\f2bb"}.ti-arrow-move-left-filled:before{content:"\10033"}.ti-arrow-move-right:before{content:"\f2bc"}.ti-arrow-move-right-filled:before{content:"\10032"}.ti-arrow-move-up:before{content:"\f2bd"}.ti-arrow-move-up-filled:before{content:"\10031"}.ti-arrow-narrow-down:before{content:"\ea1a"}.ti-arrow-narrow-down-dashed:before{content:"\10068"}.ti-arrow-narrow-left:before{content:"\ea1b"}.ti-arrow-narrow-left-dashed:before{content:"\10067"}.ti-arrow-narrow-right:before{content:"\ea1c"}.ti-arrow-narrow-right-dashed:before{content:"\10066"}.ti-arrow-narrow-up:before{content:"\ea1d"}.ti-arrow-narrow-up-dashed:before{content:"\10065"}.ti-arrow-ramp-left:before{content:"\ed3c"}.ti-arrow-ramp-left-2:before{content:"\f04f"}.ti-arrow-ramp-left-3:before{content:"\f050"}.ti-arrow-ramp-right:before{content:"\ed3d"}.ti-arrow-ramp-right-2:before{content:"\f051"}.ti-arrow-ramp-right-3:before{content:"\f052"}.ti-arrow-right:before{content:"\ea1f"}.ti-arrow-right-bar:before{content:"\eda1"}.ti-arrow-right-circle:before{content:"\ea1e"}.ti-arrow-right-circle-filled:before{content:"\10030"}.ti-arrow-right-dashed:before{content:"\10064"}.ti-arrow-right-from-arc:before{content:"\fd8a"}.ti-arrow-right-rhombus:before{content:"\f61f"}.ti-arrow-right-rhombus-filled:before{content:"\1002f"}.ti-arrow-right-square:before{content:"\eda2"}.ti-arrow-right-square-filled:before{content:"\1002e"}.ti-arrow-right-tail:before{content:"\eda3"}.ti-arrow-right-to-arc:before{content:"\fd8b"}.ti-arrow-rotary-first-left:before{content:"\f053"}.ti-arrow-rotary-first-right:before{content:"\f054"}.ti-arrow-rotary-last-left:before{content:"\f055"}.ti-arrow-rotary-last-right:before{content:"\f056"}.ti-arrow-rotary-left:before{content:"\f057"}.ti-arrow-rotary-right:before{content:"\f058"} -.ti-arrow-rotary-straight:before{content:"\f059"}.ti-arrow-roundabout-left:before{content:"\f22b"}.ti-arrow-roundabout-right:before{content:"\f22c"}.ti-arrow-sharp-turn-left:before{content:"\f05a"}.ti-arrow-sharp-turn-right:before{content:"\f05b"}.ti-arrow-up:before{content:"\ea25"}.ti-arrow-up-bar:before{content:"\eda4"}.ti-arrow-up-circle:before{content:"\ea20"}.ti-arrow-up-circle-filled:before{content:"\1002d"}.ti-arrow-up-dashed:before{content:"\10063"}.ti-arrow-up-from-arc:before{content:"\fd8c"}.ti-arrow-up-left:before{content:"\ea22"}.ti-arrow-up-left-circle:before{content:"\ea21"}.ti-arrow-up-rhombus:before{content:"\f620"}.ti-arrow-up-rhombus-filled:before{content:"\1002c"}.ti-arrow-up-right:before{content:"\ea24"}.ti-arrow-up-right-circle:before{content:"\ea23"}.ti-arrow-up-square:before{content:"\eda6"}.ti-arrow-up-square-filled:before{content:"\1002b"}.ti-arrow-up-tail:before{content:"\eda7"}.ti-arrow-up-to-arc:before{content:"\fd8d"}.ti-arrow-wave-left-down:before{content:"\eda8"}.ti-arrow-wave-left-up:before{content:"\eda9"}.ti-arrow-wave-right-down:before{content:"\edaa"}.ti-arrow-wave-right-up:before{content:"\edab"}.ti-arrow-zig-zag:before{content:"\f4a7"}.ti-arrows-cross:before{content:"\effe"}.ti-arrows-diagonal:before{content:"\ea27"}.ti-arrows-diagonal-2:before{content:"\ea26"}.ti-arrows-diagonal-minimize:before{content:"\ef39"}.ti-arrows-diagonal-minimize-2:before{content:"\ef38"}.ti-arrows-diff:before{content:"\f296"}.ti-arrows-double-ne-sw:before{content:"\edde"}.ti-arrows-double-nw-se:before{content:"\eddf"}.ti-arrows-double-se-nw:before{content:"\ede0"}.ti-arrows-double-sw-ne:before{content:"\ede1"}.ti-arrows-down:before{content:"\edad"}.ti-arrows-down-up:before{content:"\edac"}.ti-arrows-exchange:before{content:"\f1f4"}.ti-arrows-exchange-2:before{content:"\f1f3"}.ti-arrows-horizontal:before{content:"\eb59"}.ti-arrows-join:before{content:"\edaf"}.ti-arrows-join-2:before{content:"\edae"}.ti-arrows-left:before{content:"\edb1"}.ti-arrows-left-down:before{content:"\ee00"}.ti-arrows-left-right:before{content:"\edb0"}.ti-arrows-maximize:before{content:"\ea28"}.ti-arrows-minimize:before{content:"\ea29"}.ti-arrows-move:before{content:"\f22f"}.ti-arrows-move-horizontal:before{content:"\f22d"}.ti-arrows-move-vertical:before{content:"\f22e"}.ti-arrows-random:before{content:"\f095"}.ti-arrows-right:before{content:"\edb3"}.ti-arrows-right-down:before{content:"\ee01"}.ti-arrows-right-left:before{content:"\edb2"}.ti-arrows-shuffle:before{content:"\f000"}.ti-arrows-shuffle-2:before{content:"\efff"}.ti-arrows-sort:before{content:"\eb5a"}.ti-arrows-split:before{content:"\edb5"}.ti-arrows-split-2:before{content:"\edb4"}.ti-arrows-transfer-down:before{content:"\f2cc"}.ti-arrows-transfer-up:before{content:"\f2cd"}.ti-arrows-transfer-up-down:before{content:"\ffac"}.ti-arrows-up:before{content:"\edb7"}.ti-arrows-up-down:before{content:"\edb6"}.ti-arrows-up-left:before{content:"\ee02"}.ti-arrows-up-right:before{content:"\ee03"} -.ti-arrows-vertical:before{content:"\eb5b"}.ti-artboard:before{content:"\ea2a"}.ti-artboard-filled:before{content:"\fa83"}.ti-artboard-off:before{content:"\f0ae"}.ti-article:before{content:"\f1e2"}.ti-article-filled:before{content:"\f7da"}.ti-article-off:before{content:"\f3bf"}.ti-aspect-ratio:before{content:"\ed30"}.ti-aspect-ratio-filled:before{content:"\f7db"}.ti-aspect-ratio-off:before{content:"\f0af"}.ti-assembly:before{content:"\f24d"}.ti-assembly-filled:before{content:"\fe9e"}.ti-assembly-off:before{content:"\f3c0"}.ti-asset:before{content:"\f1ce"}.ti-asset-filled:before{content:"\fe9d"}.ti-asterisk:before{content:"\efd5"}.ti-asterisk-simple:before{content:"\efd4"}.ti-at:before{content:"\ea2b"}.ti-at-off:before{content:"\f0b0"}.ti-atom:before{content:"\eb79"}.ti-atom-2:before{content:"\ebdf"}.ti-atom-2-filled:before{content:"\f71b"}.ti-atom-off:before{content:"\f0f9"}.ti-augmented-reality:before{content:"\f023"}.ti-augmented-reality-2:before{content:"\f37e"}.ti-augmented-reality-off:before{content:"\f3c1"}.ti-auth-2fa:before{content:"\eca0"}.ti-automatic-gearbox:before{content:"\fc89"}.ti-automatic-gearbox-filled:before{content:"\1002a"}.ti-automation:before{content:"\fef8"}.ti-avocado:before{content:"\fd8e"}.ti-award:before{content:"\ea2c"}.ti-award-filled:before{content:"\f71c"}.ti-award-off:before{content:"\f0fa"}.ti-axe:before{content:"\ef9f"}.ti-axis-x:before{content:"\ef45"}.ti-axis-y:before{content:"\ef46"}.ti-baby-bottle:before{content:"\f5d2"}.ti-baby-carriage:before{content:"\f05d"}.ti-baby-carriage-filled:before{content:"\fe9c"}.ti-background:before{content:"\fd2c"}.ti-backhoe:before{content:"\ed86"}.ti-backpack:before{content:"\ef47"}.ti-backpack-off:before{content:"\f3c2"}.ti-backslash:before{content:"\fab9"}.ti-backspace:before{content:"\ea2d"}.ti-backspace-filled:before{content:"\f7dc"}.ti-badge:before{content:"\efc2"}.ti-badge-3d:before{content:"\f555"}.ti-badge-3d-filled:before{content:"\fe9b"}.ti-badge-4k:before{content:"\f556"}.ti-badge-4k-filled:before{content:"\fe9a"}.ti-badge-8k:before{content:"\f557"}.ti-badge-8k-filled:before{content:"\fe99"}.ti-badge-ad:before{content:"\f558"}.ti-badge-ad-filled:before{content:"\fe98"}.ti-badge-ad-off:before{content:"\fd8f"}.ti-badge-ar:before{content:"\f559"}.ti-badge-ar-filled:before{content:"\fe97"}.ti-badge-cc:before{content:"\f55a"}.ti-badge-cc-filled:before{content:"\fe96"}.ti-badge-filled:before{content:"\f667"}.ti-badge-hd:before{content:"\f55b"}.ti-badge-hd-filled:before{content:"\fe95"}.ti-badge-off:before{content:"\f0fb"}.ti-badge-sd:before{content:"\f55c"}.ti-badge-sd-filled:before{content:"\fe94"}.ti-badge-tm:before{content:"\f55d"}.ti-badge-tm-filled:before{content:"\fe93"}.ti-badge-vo:before{content:"\f55e"}.ti-badge-vo-filled:before{content:"\fe92"}.ti-badge-vr:before{content:"\f55f"} -.ti-badge-vr-filled:before{content:"\fe91"}.ti-badge-wc:before{content:"\f560"}.ti-badge-wc-filled:before{content:"\fe90"}.ti-badges:before{content:"\efc3"}.ti-badges-filled:before{content:"\f7dd"}.ti-badges-off:before{content:"\f0fc"}.ti-baguette:before{content:"\f3a5"}.ti-ball-american-football:before{content:"\ee04"}.ti-ball-american-football-off:before{content:"\f3c3"}.ti-ball-baseball:before{content:"\efa0"}.ti-ball-basketball:before{content:"\ec28"}.ti-ball-bowling:before{content:"\ec29"}.ti-ball-football:before{content:"\ee06"}.ti-ball-football-off:before{content:"\ee05"}.ti-ball-tennis:before{content:"\ec2a"}.ti-ball-volleyball:before{content:"\ec2b"}.ti-balloon:before{content:"\ef3a"}.ti-balloon-filled:before{content:"\fa84"}.ti-balloon-off:before{content:"\f0fd"}.ti-ballpen:before{content:"\f06e"}.ti-ballpen-filled:before{content:"\fa85"}.ti-ballpen-off:before{content:"\f0b1"}.ti-ban:before{content:"\ea2e"}.ti-bandage:before{content:"\eb7a"}.ti-bandage-filled:before{content:"\f7de"}.ti-bandage-off:before{content:"\f3c4"}.ti-barbell:before{content:"\eff0"}.ti-barbell-filled:before{content:"\fe8f"}.ti-barbell-off:before{content:"\f0b2"}.ti-barcode:before{content:"\ebc6"}.ti-barcode-off:before{content:"\f0b3"}.ti-barrel:before{content:"\f0b4"}.ti-barrel-off:before{content:"\f0fe"}.ti-barrier-block:before{content:"\f00e"}.ti-barrier-block-filled:before{content:"\fe8e"}.ti-barrier-block-off:before{content:"\f0b5"}.ti-baseline:before{content:"\f024"}.ti-baseline-density-large:before{content:"\f9f0"}.ti-baseline-density-medium:before{content:"\f9f1"}.ti-baseline-density-small:before{content:"\f9f2"}.ti-basket:before{content:"\ebe1"}.ti-basket-bolt:before{content:"\fb43"}.ti-basket-cancel:before{content:"\fb44"}.ti-basket-check:before{content:"\fb45"}.ti-basket-code:before{content:"\fb46"}.ti-basket-cog:before{content:"\fb47"}.ti-basket-discount:before{content:"\fb48"}.ti-basket-dollar:before{content:"\fb49"}.ti-basket-down:before{content:"\fb4a"}.ti-basket-exclamation:before{content:"\fb4b"}.ti-basket-filled:before{content:"\f7df"}.ti-basket-heart:before{content:"\fb4c"}.ti-basket-minus:before{content:"\fb4d"}.ti-basket-off:before{content:"\f0b6"}.ti-basket-pause:before{content:"\fb4e"}.ti-basket-pin:before{content:"\fb4f"}.ti-basket-plus:before{content:"\fb50"}.ti-basket-question:before{content:"\fb51"}.ti-basket-search:before{content:"\fb52"}.ti-basket-share:before{content:"\fb53"}.ti-basket-star:before{content:"\fb54"}.ti-basket-up:before{content:"\fb55"}.ti-basket-x:before{content:"\fb56"}.ti-bat:before{content:"\f284"}.ti-bath:before{content:"\ef48"}.ti-bath-filled:before{content:"\f71d"}.ti-bath-off:before{content:"\f0ff"}.ti-battery:before{content:"\ea34"}.ti-battery-1:before{content:"\ea2f"}.ti-battery-1-filled:before{content:"\f71e"}.ti-battery-2:before{content:"\ea30"} -.ti-battery-2-filled:before{content:"\f71f"}.ti-battery-3:before{content:"\ea31"}.ti-battery-3-filled:before{content:"\f720"}.ti-battery-4:before{content:"\ea32"}.ti-battery-4-filled:before{content:"\f721"}.ti-battery-automotive:before{content:"\ee07"}.ti-battery-automotive-filled:before{content:"\10029"}.ti-battery-charging:before{content:"\ea33"}.ti-battery-charging-2:before{content:"\ef3b"}.ti-battery-eco:before{content:"\ef3c"}.ti-battery-exclamation:before{content:"\ff1d"}.ti-battery-filled:before{content:"\f668"}.ti-battery-off:before{content:"\ed1c"}.ti-battery-spark:before{content:"\ffbd"}.ti-battery-vertical:before{content:"\ff13"}.ti-battery-vertical-1:before{content:"\ff1c"}.ti-battery-vertical-1-filled:before{content:"\10028"}.ti-battery-vertical-2:before{content:"\ff1b"}.ti-battery-vertical-2-filled:before{content:"\10027"}.ti-battery-vertical-3:before{content:"\ff1a"}.ti-battery-vertical-3-filled:before{content:"\10026"}.ti-battery-vertical-4:before{content:"\ff19"}.ti-battery-vertical-4-filled:before{content:"\10025"}.ti-battery-vertical-charging:before{content:"\ff17"}.ti-battery-vertical-charging-2:before{content:"\ff18"}.ti-battery-vertical-eco:before{content:"\ff16"}.ti-battery-vertical-exclamation:before{content:"\ff15"}.ti-battery-vertical-filled:before{content:"\10024"}.ti-battery-vertical-off:before{content:"\ff14"}.ti-beach:before{content:"\ef3d"}.ti-beach-off:before{content:"\f0b7"}.ti-bed:before{content:"\eb5c"}.ti-bed-filled:before{content:"\f7e0"}.ti-bed-flat:before{content:"\fca1"}.ti-bed-flat-filled:before{content:"\fe8d"}.ti-bed-off:before{content:"\f100"}.ti-beer:before{content:"\efa1"}.ti-beer-filled:before{content:"\f7e1"}.ti-beer-off:before{content:"\f101"}.ti-bell:before{content:"\ea35"}.ti-bell-bolt:before{content:"\f812"}.ti-bell-cancel:before{content:"\f813"}.ti-bell-check:before{content:"\f814"}.ti-bell-code:before{content:"\f815"}.ti-bell-cog:before{content:"\f816"}.ti-bell-dollar:before{content:"\f817"}.ti-bell-down:before{content:"\f818"}.ti-bell-exclamation:before{content:"\f819"}.ti-bell-filled:before{content:"\f669"}.ti-bell-heart:before{content:"\f81a"}.ti-bell-minus:before{content:"\ede2"}.ti-bell-minus-filled:before{content:"\f722"}.ti-bell-off:before{content:"\ece9"}.ti-bell-pause:before{content:"\f81b"}.ti-bell-pin:before{content:"\f81c"}.ti-bell-plus:before{content:"\ede3"}.ti-bell-plus-filled:before{content:"\f723"}.ti-bell-question:before{content:"\f81d"}.ti-bell-ringing:before{content:"\ed07"}.ti-bell-ringing-2:before{content:"\ede4"}.ti-bell-ringing-2-filled:before{content:"\f724"}.ti-bell-ringing-filled:before{content:"\f725"}.ti-bell-school:before{content:"\f05e"}.ti-bell-search:before{content:"\f81e"}.ti-bell-share:before{content:"\f81f"}.ti-bell-star:before{content:"\f820"}.ti-bell-up:before{content:"\f821"}.ti-bell-x:before{content:"\ede5"}.ti-bell-x-filled:before{content:"\f726"} -.ti-bell-z:before{content:"\eff1"}.ti-bell-z-filled:before{content:"\f727"}.ti-beta:before{content:"\f544"}.ti-bible:before{content:"\efc4"}.ti-bike:before{content:"\ea36"}.ti-bike-filled:before{content:"\10023"}.ti-bike-off:before{content:"\f0b8"}.ti-binary:before{content:"\ee08"}.ti-binary-off:before{content:"\f3c5"}.ti-binary-tree:before{content:"\f5d4"}.ti-binary-tree-2:before{content:"\f5d3"}.ti-binary-tree-2-filled:before{content:"\ff65"}.ti-binary-tree-filled:before{content:"\ff64"}.ti-binoculars:before{content:"\fefe"}.ti-binoculars-filled:before{content:"\ff0b"}.ti-biohazard:before{content:"\ecb8"}.ti-biohazard-filled:before{content:"\fe8c"}.ti-biohazard-off:before{content:"\f0b9"}.ti-blade:before{content:"\f4bd"}.ti-blade-filled:before{content:"\f7e2"}.ti-bleach:before{content:"\f2f3"}.ti-bleach-chlorine:before{content:"\f2f0"}.ti-bleach-no-chlorine:before{content:"\f2f1"}.ti-bleach-off:before{content:"\f2f2"}.ti-blend-mode:before{content:"\feb0"}.ti-blender:before{content:"\fca2"}.ti-blender-filled:before{content:"\10022"}.ti-blob:before{content:"\feaf"}.ti-blob-filled:before{content:"\feb1"}.ti-blockquote:before{content:"\ee09"}.ti-bluetooth:before{content:"\ea37"}.ti-bluetooth-connected:before{content:"\ecea"}.ti-bluetooth-off:before{content:"\eceb"}.ti-bluetooth-x:before{content:"\f081"}.ti-blur:before{content:"\ef8c"}.ti-blur-off:before{content:"\f3c6"}.ti-bmp:before{content:"\f3a6"}.ti-body-scan:before{content:"\fca3"}.ti-bold:before{content:"\eb7b"}.ti-bold-off:before{content:"\f0ba"}.ti-bolt:before{content:"\ea38"}.ti-bolt-filled:before{content:"\10021"}.ti-bolt-off:before{content:"\ecec"}.ti-bomb:before{content:"\f59c"}.ti-bomb-filled:before{content:"\fa86"}.ti-bone:before{content:"\edb8"}.ti-bone-filled:before{content:"\fe8b"}.ti-bone-off:before{content:"\f0bb"}.ti-bong:before{content:"\f3a7"}.ti-bong-filled:before{content:"\10020"}.ti-bong-off:before{content:"\f3c7"}.ti-book:before{content:"\ea39"}.ti-book-2:before{content:"\efc5"}.ti-book-download:before{content:"\f070"}.ti-book-filled:before{content:"\fa87"}.ti-book-off:before{content:"\f0bc"}.ti-book-upload:before{content:"\f071"}.ti-bookmark:before{content:"\ea3a"}.ti-bookmark-ai:before{content:"\fc8a"}.ti-bookmark-edit:before{content:"\fa5e"}.ti-bookmark-filled:before{content:"\fa88"}.ti-bookmark-minus:before{content:"\fa5f"}.ti-bookmark-off:before{content:"\eced"}.ti-bookmark-plus:before{content:"\fa60"}.ti-bookmark-question:before{content:"\fa61"}.ti-bookmarks:before{content:"\ed08"}.ti-bookmarks-filled:before{content:"\fb1f"}.ti-bookmarks-off:before{content:"\f0bd"}.ti-books:before{content:"\eff2"}.ti-books-off:before{content:"\f0be"}.ti-boom:before{content:"\fdbe"}.ti-boom-filled:before{content:"\fe8a"}.ti-border-all:before{content:"\ea3b"} -.ti-border-bottom:before{content:"\ea3c"}.ti-border-bottom-plus:before{content:"\fdbd"}.ti-border-corner-ios:before{content:"\fd98"}.ti-border-corner-pill:before{content:"\fd62"}.ti-border-corner-rounded:before{content:"\fd63"}.ti-border-corner-square:before{content:"\fd64"}.ti-border-corners:before{content:"\f7a0"}.ti-border-horizontal:before{content:"\ea3d"}.ti-border-inner:before{content:"\ea3e"}.ti-border-left:before{content:"\ea3f"}.ti-border-left-plus:before{content:"\fdbc"}.ti-border-none:before{content:"\ea40"}.ti-border-outer:before{content:"\ea41"}.ti-border-radius:before{content:"\eb7c"}.ti-border-right:before{content:"\ea42"}.ti-border-right-plus:before{content:"\fdbb"}.ti-border-sides:before{content:"\f7a1"}.ti-border-style:before{content:"\ee0a"}.ti-border-style-2:before{content:"\ef22"}.ti-border-top:before{content:"\ea43"}.ti-border-top-plus:before{content:"\fdba"}.ti-border-vertical:before{content:"\ea44"}.ti-bottle:before{content:"\ef0b"}.ti-bottle-filled:before{content:"\fa89"}.ti-bottle-off:before{content:"\f3c8"}.ti-bounce-left:before{content:"\f59d"}.ti-bounce-left-filled:before{content:"\fb20"}.ti-bounce-right:before{content:"\f59e"}.ti-bounce-right-filled:before{content:"\fb21"}.ti-bow:before{content:"\f096"}.ti-bow-filled:before{content:"\fe89"}.ti-bowl:before{content:"\f4fa"}.ti-bowl-chopsticks:before{content:"\fd90"}.ti-bowl-chopsticks-filled:before{content:"\fe88"}.ti-bowl-filled:before{content:"\fb22"}.ti-bowl-spoon:before{content:"\fd91"}.ti-bowl-spoon-filled:before{content:"\fe87"}.ti-box:before{content:"\ea45"}.ti-box-align-bottom:before{content:"\f2a8"}.ti-box-align-bottom-filled:before{content:"\fa8a"}.ti-box-align-bottom-left:before{content:"\f2ce"}.ti-box-align-bottom-left-filled:before{content:"\fa8b"}.ti-box-align-bottom-right:before{content:"\f2cf"}.ti-box-align-bottom-right-filled:before{content:"\fa8c"}.ti-box-align-left:before{content:"\f2a9"}.ti-box-align-left-filled:before{content:"\fa8d"}.ti-box-align-right:before{content:"\f2aa"}.ti-box-align-right-filled:before{content:"\fa8e"}.ti-box-align-top:before{content:"\f2ab"}.ti-box-align-top-filled:before{content:"\fa8f"}.ti-box-align-top-left:before{content:"\f2d0"}.ti-box-align-top-left-filled:before{content:"\fa90"}.ti-box-align-top-right:before{content:"\f2d1"}.ti-box-align-top-right-filled:before{content:"\fa91"}.ti-box-margin:before{content:"\ee0b"}.ti-box-model:before{content:"\ee0c"}.ti-box-model-2:before{content:"\ef23"}.ti-box-model-2-off:before{content:"\f3c9"}.ti-box-model-off:before{content:"\f3ca"}.ti-box-multiple:before{content:"\ee17"}.ti-box-multiple-0:before{content:"\ee0d"}.ti-box-multiple-1:before{content:"\ee0e"}.ti-box-multiple-2:before{content:"\ee0f"}.ti-box-multiple-3:before{content:"\ee10"}.ti-box-multiple-4:before{content:"\ee11"}.ti-box-multiple-5:before{content:"\ee12"}.ti-box-multiple-6:before{content:"\ee13"}.ti-box-multiple-7:before{content:"\ee14"} -.ti-box-multiple-8:before{content:"\ee15"}.ti-box-multiple-9:before{content:"\ee16"}.ti-box-multiple-filled:before{content:"\1001f"}.ti-box-off:before{content:"\f102"}.ti-box-padding:before{content:"\ee18"}.ti-braces:before{content:"\ebcc"}.ti-braces-off:before{content:"\f0bf"}.ti-brackets:before{content:"\ebcd"}.ti-brackets-angle:before{content:"\fcb2"}.ti-brackets-angle-off:before{content:"\fcb1"}.ti-brackets-contain:before{content:"\f1e5"}.ti-brackets-contain-end:before{content:"\f1e3"}.ti-brackets-contain-start:before{content:"\f1e4"}.ti-brackets-off:before{content:"\f0c0"}.ti-braille:before{content:"\f545"}.ti-brain:before{content:"\f59f"}.ti-brand-4chan:before{content:"\f494"}.ti-brand-abstract:before{content:"\f495"}.ti-brand-adobe:before{content:"\f0dc"}.ti-brand-adobe-after-effect:before{content:"\ff2a"}.ti-brand-adobe-illustrator:before{content:"\ff29"}.ti-brand-adobe-indesign:before{content:"\ff28"}.ti-brand-adobe-photoshop:before{content:"\ff27"}.ti-brand-adobe-premier:before{content:"\ff26"}.ti-brand-adobe-xd:before{content:"\ff25"}.ti-brand-adonis-js:before{content:"\f496"}.ti-brand-airbnb:before{content:"\ed68"}.ti-brand-airtable:before{content:"\ef6a"}.ti-brand-algolia:before{content:"\f390"}.ti-brand-alipay:before{content:"\f7a2"}.ti-brand-alpine-js:before{content:"\f324"}.ti-brand-amazon:before{content:"\f230"}.ti-brand-amd:before{content:"\f653"}.ti-brand-amie:before{content:"\ffab"}.ti-brand-amigo:before{content:"\f5f9"}.ti-brand-among-us:before{content:"\f205"}.ti-brand-android:before{content:"\ec16"}.ti-brand-angular:before{content:"\ef6b"}.ti-brand-ansible:before{content:"\fa70"}.ti-brand-ao3:before{content:"\f5e8"}.ti-brand-appgallery:before{content:"\f231"}.ti-brand-apple:before{content:"\ec17"}.ti-brand-apple-arcade:before{content:"\ed69"}.ti-brand-apple-filled:before{content:"\fd74"}.ti-brand-apple-news:before{content:"\ff24"}.ti-brand-apple-podcast:before{content:"\f1e6"}.ti-brand-appstore:before{content:"\ed24"}.ti-brand-arc:before{content:"\feae"}.ti-brand-asana:before{content:"\edc5"}.ti-brand-astro:before{content:"\fdb9"}.ti-brand-auth0:before{content:"\fcb3"}.ti-brand-aws:before{content:"\fa4c"}.ti-brand-azure:before{content:"\fa4d"}.ti-brand-backbone:before{content:"\f325"}.ti-brand-badoo:before{content:"\f206"}.ti-brand-baidu:before{content:"\f5e9"}.ti-brand-bandcamp:before{content:"\f207"}.ti-brand-bandlab:before{content:"\f5fa"}.ti-brand-beats:before{content:"\f208"}.ti-brand-bebo:before{content:"\ffaa"}.ti-brand-behance:before{content:"\ec6e"}.ti-brand-bilibili:before{content:"\f6d2"}.ti-brand-binance:before{content:"\f5a0"}.ti-brand-bing:before{content:"\edc6"}.ti-brand-bitbucket:before{content:"\edc7"}.ti-brand-blackberry:before{content:"\f568"}.ti-brand-blender:before{content:"\f326"}.ti-brand-blogger:before{content:"\f35a"}.ti-brand-bluesky:before{content:"\fd75"}.ti-brand-booking:before{content:"\edc8"} -.ti-brand-bootstrap:before{content:"\ef3e"}.ti-brand-bulma:before{content:"\f327"}.ti-brand-bumble:before{content:"\f5fb"}.ti-brand-bunpo:before{content:"\f4cf"}.ti-brand-c-sharp:before{content:"\f003"}.ti-brand-cake:before{content:"\f7a3"}.ti-brand-cakephp:before{content:"\f7af"}.ti-brand-campaignmonitor:before{content:"\f328"}.ti-brand-carbon:before{content:"\f348"}.ti-brand-cashapp:before{content:"\f391"}.ti-brand-chrome:before{content:"\ec18"}.ti-brand-cinema-4d:before{content:"\fa71"}.ti-brand-citymapper:before{content:"\f5fc"}.ti-brand-cloudflare:before{content:"\fa4e"}.ti-brand-codecov:before{content:"\f329"}.ti-brand-codepen:before{content:"\ec6f"}.ti-brand-codesandbox:before{content:"\ed6a"}.ti-brand-cohost:before{content:"\f5d5"}.ti-brand-coinbase:before{content:"\f209"}.ti-brand-comedy-central:before{content:"\f217"}.ti-brand-coreos:before{content:"\f5fd"}.ti-brand-couchdb:before{content:"\f60f"}.ti-brand-couchsurfing:before{content:"\f392"}.ti-brand-cpp:before{content:"\f5fe"}.ti-brand-craft:before{content:"\fa72"}.ti-brand-crunchbase:before{content:"\f7e3"}.ti-brand-css3:before{content:"\ed6b"}.ti-brand-ctemplar:before{content:"\f4d0"}.ti-brand-cucumber:before{content:"\ef6c"}.ti-brand-cupra:before{content:"\f4d1"}.ti-brand-cypress:before{content:"\f333"}.ti-brand-d3:before{content:"\f24e"}.ti-brand-databricks:before{content:"\fc41"}.ti-brand-days-counter:before{content:"\f4d2"}.ti-brand-dcos:before{content:"\f32a"}.ti-brand-debian:before{content:"\ef57"}.ti-brand-deezer:before{content:"\f78b"}.ti-brand-deliveroo:before{content:"\f4d3"}.ti-brand-deno:before{content:"\f24f"}.ti-brand-denodo:before{content:"\f610"}.ti-brand-deviantart:before{content:"\ecfb"}.ti-brand-digg:before{content:"\fa73"}.ti-brand-dingtalk:before{content:"\f5ea"}.ti-brand-discord:before{content:"\ece3"}.ti-brand-discord-filled:before{content:"\f7e4"}.ti-brand-disney:before{content:"\f20a"}.ti-brand-disqus:before{content:"\edc9"}.ti-brand-django:before{content:"\f349"}.ti-brand-docker:before{content:"\edca"}.ti-brand-doctrine:before{content:"\ef6d"}.ti-brand-dolby-digital:before{content:"\f4d4"}.ti-brand-douban:before{content:"\f5ff"}.ti-brand-dribbble:before{content:"\ec19"}.ti-brand-dribbble-filled:before{content:"\f7e5"}.ti-brand-drops:before{content:"\f4d5"}.ti-brand-drupal:before{content:"\f393"}.ti-brand-edge:before{content:"\ecfc"}.ti-brand-elastic:before{content:"\f611"}.ti-brand-electronic-arts:before{content:"\fa74"}.ti-brand-ember:before{content:"\f497"}.ti-brand-envato:before{content:"\f394"}.ti-brand-etsy:before{content:"\f654"}.ti-brand-evernote:before{content:"\f600"}.ti-brand-facebook:before{content:"\ec1a"}.ti-brand-facebook-filled:before{content:"\f7e6"}.ti-brand-feedly:before{content:"\fa75"}.ti-brand-figma:before{content:"\ec93"}.ti-brand-filezilla:before{content:"\fa76"}.ti-brand-finder:before{content:"\f218"} -.ti-brand-firebase:before{content:"\ef6e"}.ti-brand-firefox:before{content:"\ecfd"}.ti-brand-fiverr:before{content:"\f7a4"}.ti-brand-flickr:before{content:"\ecfe"}.ti-brand-flightradar24:before{content:"\f4d6"}.ti-brand-flipboard:before{content:"\f20b"}.ti-brand-flutter:before{content:"\f395"}.ti-brand-fortnite:before{content:"\f260"}.ti-brand-foursquare:before{content:"\ecff"}.ti-brand-framer:before{content:"\ec1b"}.ti-brand-framer-motion:before{content:"\f78c"}.ti-brand-funimation:before{content:"\f655"}.ti-brand-gatsby:before{content:"\f396"}.ti-brand-git:before{content:"\ef6f"}.ti-brand-github:before{content:"\ec1c"}.ti-brand-github-copilot:before{content:"\f4a8"}.ti-brand-github-filled:before{content:"\f7e7"}.ti-brand-gitlab:before{content:"\ec1d"}.ti-brand-gmail:before{content:"\efa2"}.ti-brand-golang:before{content:"\f78d"}.ti-brand-google:before{content:"\ec1f"}.ti-brand-google-analytics:before{content:"\edcb"}.ti-brand-google-big-query:before{content:"\f612"}.ti-brand-google-drive:before{content:"\ec1e"}.ti-brand-google-filled:before{content:"\fd1a"}.ti-brand-google-fit:before{content:"\f297"}.ti-brand-google-home:before{content:"\f601"}.ti-brand-google-maps:before{content:"\fa4f"}.ti-brand-google-one:before{content:"\f232"}.ti-brand-google-photos:before{content:"\f20c"}.ti-brand-google-play:before{content:"\ed25"}.ti-brand-google-podcasts:before{content:"\f656"}.ti-brand-grammarly:before{content:"\f32b"}.ti-brand-graphql:before{content:"\f32c"}.ti-brand-gravatar:before{content:"\edcc"}.ti-brand-grindr:before{content:"\f20d"}.ti-brand-guardian:before{content:"\f4fb"}.ti-brand-gumroad:before{content:"\f5d6"}.ti-brand-hackerrank:before{content:"\ff23"}.ti-brand-hbo:before{content:"\f657"}.ti-brand-headlessui:before{content:"\f32d"}.ti-brand-hexo:before{content:"\fa50"}.ti-brand-hipchat:before{content:"\edcd"}.ti-brand-html5:before{content:"\ed6c"}.ti-brand-inertia:before{content:"\f34a"}.ti-brand-instagram:before{content:"\ec20"}.ti-brand-intercom:before{content:"\f1cf"}.ti-brand-itch:before{content:"\fa22"}.ti-brand-javascript:before{content:"\ef0c"}.ti-brand-juejin:before{content:"\f7b0"}.ti-brand-kako-talk:before{content:"\fd2d"}.ti-brand-kbin:before{content:"\fad0"}.ti-brand-kick:before{content:"\fa23"}.ti-brand-kickstarter:before{content:"\edce"}.ti-brand-kotlin:before{content:"\ed6d"}.ti-brand-laravel:before{content:"\f34b"}.ti-brand-lastfm:before{content:"\f001"}.ti-brand-leetcode:before{content:"\fa51"}.ti-brand-letterboxd:before{content:"\fa24"}.ti-brand-line:before{content:"\f7e8"}.ti-brand-linkedin:before{content:"\ec8c"}.ti-brand-linktree:before{content:"\f1e7"}.ti-brand-linqpad:before{content:"\f562"}.ti-brand-livewire:before{content:"\fd76"}.ti-brand-loom:before{content:"\ef70"}.ti-brand-mailgun:before{content:"\f32e"}.ti-brand-mantine:before{content:"\f32f"}.ti-brand-mastercard:before{content:"\ef49"}.ti-brand-mastodon:before{content:"\f250"} -.ti-brand-matrix:before{content:"\f5eb"}.ti-brand-mcdonalds:before{content:"\f251"}.ti-brand-medium:before{content:"\ec70"}.ti-brand-meetup:before{content:"\fc6a"}.ti-brand-mercedes:before{content:"\f072"}.ti-brand-messenger:before{content:"\ec71"}.ti-brand-meta:before{content:"\efb0"}.ti-brand-metabrainz:before{content:"\ff12"}.ti-brand-minecraft:before{content:"\faef"}.ti-brand-miniprogram:before{content:"\f602"}.ti-brand-mixpanel:before{content:"\f397"}.ti-brand-monday:before{content:"\f219"}.ti-brand-mongodb:before{content:"\f613"}.ti-brand-my-oppo:before{content:"\f4d7"}.ti-brand-mysql:before{content:"\f614"}.ti-brand-national-geographic:before{content:"\f603"}.ti-brand-nem:before{content:"\f5a1"}.ti-brand-netbeans:before{content:"\ef71"}.ti-brand-netease-music:before{content:"\f604"}.ti-brand-netflix:before{content:"\edcf"}.ti-brand-nexo:before{content:"\f5a2"}.ti-brand-nextcloud:before{content:"\f4d8"}.ti-brand-nextjs:before{content:"\f0dd"}.ti-brand-nodejs:before{content:"\fae0"}.ti-brand-nord-vpn:before{content:"\f37f"}.ti-brand-notion:before{content:"\ef7b"}.ti-brand-npm:before{content:"\f569"}.ti-brand-nuxt:before{content:"\f0de"}.ti-brand-nytimes:before{content:"\ef8d"}.ti-brand-oauth:before{content:"\fa52"}.ti-brand-office:before{content:"\f398"}.ti-brand-ok-ru:before{content:"\f399"}.ti-brand-onedrive:before{content:"\f5d7"}.ti-brand-onlyfans:before{content:"\f605"}.ti-brand-open-source:before{content:"\edd0"}.ti-brand-openai:before{content:"\f78e"}.ti-brand-openvpn:before{content:"\f39a"}.ti-brand-opera:before{content:"\ec21"}.ti-brand-pagekit:before{content:"\edd1"}.ti-brand-parsinta:before{content:"\fc42"}.ti-brand-patreon:before{content:"\edd2"}.ti-brand-patreon-filled:before{content:"\fcff"}.ti-brand-paypal:before{content:"\ec22"}.ti-brand-paypal-filled:before{content:"\f7e9"}.ti-brand-paypay:before{content:"\f5ec"}.ti-brand-peanut:before{content:"\f39b"}.ti-brand-pepsi:before{content:"\f261"}.ti-brand-php:before{content:"\ef72"}.ti-brand-picsart:before{content:"\f4d9"}.ti-brand-pinterest:before{content:"\ec8d"}.ti-brand-planetscale:before{content:"\f78f"}.ti-brand-pnpm:before{content:"\fd77"}.ti-brand-pocket:before{content:"\ed00"}.ti-brand-polymer:before{content:"\f498"}.ti-brand-powershell:before{content:"\f5ed"}.ti-brand-printables:before{content:"\fd1b"}.ti-brand-prisma:before{content:"\f499"}.ti-brand-producthunt:before{content:"\edd3"}.ti-brand-pushbullet:before{content:"\f330"}.ti-brand-pushover:before{content:"\f20e"}.ti-brand-python:before{content:"\ed01"}.ti-brand-qq:before{content:"\f606"}.ti-brand-radix-ui:before{content:"\f790"}.ti-brand-react:before{content:"\f34c"}.ti-brand-react-native:before{content:"\ef73"}.ti-brand-reason:before{content:"\f49a"}.ti-brand-reddit:before{content:"\ec8e"}.ti-brand-redhat:before{content:"\f331"}.ti-brand-redux:before{content:"\f3a8"}.ti-brand-revolut:before{content:"\f4da"} -.ti-brand-rumble:before{content:"\fad1"}.ti-brand-rust:before{content:"\fa53"}.ti-brand-safari:before{content:"\ec23"}.ti-brand-samsungpass:before{content:"\f4db"}.ti-brand-sass:before{content:"\edd4"}.ti-brand-sentry:before{content:"\edd5"}.ti-brand-sharik:before{content:"\f4dc"}.ti-brand-shazam:before{content:"\edd6"}.ti-brand-shopee:before{content:"\f252"}.ti-brand-sketch:before{content:"\ec24"}.ti-brand-skype:before{content:"\ed02"}.ti-brand-slack:before{content:"\ec72"}.ti-brand-snapchat:before{content:"\ec25"}.ti-brand-snapseed:before{content:"\f253"}.ti-brand-snowflake:before{content:"\f615"}.ti-brand-socket-io:before{content:"\f49b"}.ti-brand-solidjs:before{content:"\f5ee"}.ti-brand-soundcloud:before{content:"\ed6e"}.ti-brand-spacehey:before{content:"\f4fc"}.ti-brand-speedtest:before{content:"\fa77"}.ti-brand-spotify:before{content:"\ed03"}.ti-brand-spotify-filled:before{content:"\fe86"}.ti-brand-stackoverflow:before{content:"\ef58"}.ti-brand-stackshare:before{content:"\f607"}.ti-brand-steam:before{content:"\ed6f"}.ti-brand-stocktwits:before{content:"\fd78"}.ti-brand-storj:before{content:"\fa54"}.ti-brand-storybook:before{content:"\f332"}.ti-brand-storytel:before{content:"\f608"}.ti-brand-strava:before{content:"\f254"}.ti-brand-stripe:before{content:"\edd7"}.ti-brand-sublime-text:before{content:"\ef74"}.ti-brand-sugarizer:before{content:"\f7a5"}.ti-brand-supabase:before{content:"\f6d3"}.ti-brand-superhuman:before{content:"\f50c"}.ti-brand-supernova:before{content:"\f49c"}.ti-brand-surfshark:before{content:"\f255"}.ti-brand-svelte:before{content:"\f0df"}.ti-brand-swift:before{content:"\fa55"}.ti-brand-symfony:before{content:"\f616"}.ti-brand-tabler:before{content:"\ec8f"}.ti-brand-tailwind:before{content:"\eca1"}.ti-brand-taobao:before{content:"\f5ef"}.ti-brand-teams:before{content:"\fadf"}.ti-brand-ted:before{content:"\f658"}.ti-brand-telegram:before{content:"\ec26"}.ti-brand-terraform:before{content:"\fa56"}.ti-brand-tether:before{content:"\f5a3"}.ti-brand-thingiverse:before{content:"\fd1c"}.ti-brand-threads:before{content:"\fb02"}.ti-brand-threejs:before{content:"\f5f0"}.ti-brand-tidal:before{content:"\ed70"}.ti-brand-tiktok:before{content:"\ec73"}.ti-brand-tiktok-filled:before{content:"\f7ea"}.ti-brand-tinder:before{content:"\ed71"}.ti-brand-topbuzz:before{content:"\f50d"}.ti-brand-torchain:before{content:"\f5a4"}.ti-brand-toyota:before{content:"\f262"}.ti-brand-trello:before{content:"\f39d"}.ti-brand-tripadvisor:before{content:"\f002"}.ti-brand-tumblr:before{content:"\ed04"}.ti-brand-twilio:before{content:"\f617"}.ti-brand-twitch:before{content:"\ed05"}.ti-brand-twitter:before{content:"\ec27"}.ti-brand-twitter-filled:before{content:"\f7eb"}.ti-brand-typescript:before{content:"\f5f1"}.ti-brand-uber:before{content:"\ef75"}.ti-brand-ubuntu:before{content:"\ef59"}.ti-brand-unity:before{content:"\f49d"} -.ti-brand-unsplash:before{content:"\edd8"}.ti-brand-upwork:before{content:"\f39e"}.ti-brand-valorant:before{content:"\f39f"}.ti-brand-vercel:before{content:"\ef24"}.ti-brand-vimeo:before{content:"\ed06"}.ti-brand-vinted:before{content:"\f20f"}.ti-brand-visa:before{content:"\f380"}.ti-brand-visual-studio:before{content:"\ef76"}.ti-brand-vite:before{content:"\f5f2"}.ti-brand-vivaldi:before{content:"\f210"}.ti-brand-vk:before{content:"\ed72"}.ti-brand-vlc:before{content:"\fa78"}.ti-brand-volkswagen:before{content:"\f50e"}.ti-brand-vsco:before{content:"\f334"}.ti-brand-vscode:before{content:"\f3a0"}.ti-brand-vue:before{content:"\f0e0"}.ti-brand-walmart:before{content:"\f211"}.ti-brand-waze:before{content:"\f5d8"}.ti-brand-webflow:before{content:"\f2d2"}.ti-brand-wechat:before{content:"\f5f3"}.ti-brand-weibo:before{content:"\f609"}.ti-brand-whatsapp:before{content:"\ec74"}.ti-brand-wikipedia:before{content:"\fa79"}.ti-brand-windows:before{content:"\ecd8"}.ti-brand-windy:before{content:"\f4dd"}.ti-brand-wish:before{content:"\f212"}.ti-brand-wix:before{content:"\f3a1"}.ti-brand-wordpress:before{content:"\f2d3"}.ti-brand-x:before{content:"\fc0f"}.ti-brand-x-filled:before{content:"\fc21"}.ti-brand-xamarin:before{content:"\fa7a"}.ti-brand-xbox:before{content:"\f298"}.ti-brand-xdeep:before{content:"\fc10"}.ti-brand-xing:before{content:"\f21a"}.ti-brand-yahoo:before{content:"\ed73"}.ti-brand-yandex:before{content:"\fae1"}.ti-brand-yarn:before{content:"\fd79"}.ti-brand-yatse:before{content:"\f213"}.ti-brand-ycombinator:before{content:"\edd9"}.ti-brand-youtube:before{content:"\ec90"}.ti-brand-youtube-filled:before{content:"\fc22"}.ti-brand-youtube-kids:before{content:"\f214"}.ti-brand-zalando:before{content:"\f49e"}.ti-brand-zapier:before{content:"\f49f"}.ti-brand-zeit:before{content:"\f335"}.ti-brand-zhihu:before{content:"\f60a"}.ti-brand-zoom:before{content:"\f215"}.ti-brand-zulip:before{content:"\f4de"}.ti-brand-zwift:before{content:"\f216"}.ti-bread:before{content:"\efa3"}.ti-bread-filled:before{content:"\fe85"}.ti-bread-off:before{content:"\f3cb"}.ti-briefcase:before{content:"\ea46"}.ti-briefcase-2:before{content:"\fb03"}.ti-briefcase-2-filled:before{content:"\fe84"}.ti-briefcase-filled:before{content:"\fd00"}.ti-briefcase-off:before{content:"\f3cc"}.ti-brightness:before{content:"\eb7f"}.ti-brightness-2:before{content:"\ee19"}.ti-brightness-auto:before{content:"\fd99"}.ti-brightness-auto-filled:before{content:"\fe83"}.ti-brightness-down:before{content:"\eb7d"}.ti-brightness-down-filled:before{content:"\fb23"}.ti-brightness-filled:before{content:"\fe82"}.ti-brightness-half:before{content:"\ee1a"}.ti-brightness-off:before{content:"\f3cd"}.ti-brightness-up:before{content:"\eb7e"}.ti-brightness-up-filled:before{content:"\fb24"}.ti-broadcast:before{content:"\f1e9"}.ti-broadcast-off:before{content:"\f1e8"} -.ti-browser:before{content:"\ebb7"}.ti-browser-check:before{content:"\efd6"}.ti-browser-off:before{content:"\f0c1"}.ti-browser-plus:before{content:"\efd7"}.ti-browser-x:before{content:"\efd8"}.ti-brush:before{content:"\ebb8"}.ti-brush-off:before{content:"\f0c2"}.ti-bubble:before{content:"\feba"}.ti-bubble-filled:before{content:"\fec3"}.ti-bubble-minus:before{content:"\febe"}.ti-bubble-plus:before{content:"\febd"}.ti-bubble-tea:before{content:"\ff51"}.ti-bubble-tea-2:before{content:"\ff52"}.ti-bubble-text:before{content:"\febc"}.ti-bubble-x:before{content:"\febb"}.ti-bucket:before{content:"\ea47"}.ti-bucket-droplet:before{content:"\f56a"}.ti-bucket-off:before{content:"\f103"}.ti-bug:before{content:"\ea48"}.ti-bug-filled:before{content:"\fd01"}.ti-bug-off:before{content:"\f0c3"}.ti-building:before{content:"\ea4f"}.ti-building-airport:before{content:"\ffa9"}.ti-building-arch:before{content:"\ea49"}.ti-building-bank:before{content:"\ebe2"}.ti-building-bridge:before{content:"\ea4b"}.ti-building-bridge-2:before{content:"\ea4a"}.ti-building-broadcast-tower:before{content:"\f4be"}.ti-building-broadcast-tower-filled:before{content:"\fe81"}.ti-building-burj-al-arab:before{content:"\ff50"}.ti-building-carousel:before{content:"\ed87"}.ti-building-castle:before{content:"\ed88"}.ti-building-church:before{content:"\ea4c"}.ti-building-circus:before{content:"\f4bf"}.ti-building-cog:before{content:"\10062"}.ti-building-community:before{content:"\ebf6"}.ti-building-cottage:before{content:"\ee1b"}.ti-building-estate:before{content:"\f5a5"}.ti-building-factory:before{content:"\ee1c"}.ti-building-factory-2:before{content:"\f082"}.ti-building-fortress:before{content:"\ed89"}.ti-building-hospital:before{content:"\ea4d"}.ti-building-lighthouse:before{content:"\ed8a"}.ti-building-minus:before{content:"\10061"}.ti-building-monument:before{content:"\ed26"}.ti-building-mosque:before{content:"\fa57"}.ti-building-off:before{content:"\fefd"}.ti-building-pavilion:before{content:"\ebf7"}.ti-building-plus:before{content:"\10060"}.ti-building-skyscraper:before{content:"\ec39"}.ti-building-stadium:before{content:"\f641"}.ti-building-store:before{content:"\ea4e"}.ti-building-tunnel:before{content:"\f5a6"}.ti-building-warehouse:before{content:"\ebe3"}.ti-building-wind-turbine:before{content:"\f4c0"}.ti-buildings:before{content:"\ff40"}.ti-bulb:before{content:"\ea51"}.ti-bulb-filled:before{content:"\f66a"}.ti-bulb-off:before{content:"\ea50"}.ti-bulldozer:before{content:"\ee1d"}.ti-burger:before{content:"\fcb4"}.ti-bus:before{content:"\ebe4"}.ti-bus-off:before{content:"\f3ce"}.ti-bus-stop:before{content:"\f2d4"}.ti-businessplan:before{content:"\ee1e"}.ti-butterfly:before{content:"\efd9"}.ti-butterfly-filled:before{content:"\10016"}.ti-cactus:before{content:"\f21b"}.ti-cactus-filled:before{content:"\fb25"}.ti-cactus-off:before{content:"\f3cf"} -.ti-cake:before{content:"\f00f"}.ti-cake-off:before{content:"\f104"}.ti-calculator:before{content:"\eb80"}.ti-calculator-filled:before{content:"\fb26"}.ti-calculator-off:before{content:"\f0c4"}.ti-calendar:before{content:"\ea53"}.ti-calendar-bolt:before{content:"\f822"}.ti-calendar-cancel:before{content:"\f823"}.ti-calendar-check:before{content:"\f824"}.ti-calendar-clock:before{content:"\fd2e"}.ti-calendar-code:before{content:"\f825"}.ti-calendar-cog:before{content:"\f826"}.ti-calendar-dollar:before{content:"\f827"}.ti-calendar-dot:before{content:"\fd3e"}.ti-calendar-down:before{content:"\f828"}.ti-calendar-due:before{content:"\f621"}.ti-calendar-event:before{content:"\ea52"}.ti-calendar-exclamation:before{content:"\f829"}.ti-calendar-filled:before{content:"\fb27"}.ti-calendar-heart:before{content:"\f82a"}.ti-calendar-minus:before{content:"\ebb9"}.ti-calendar-month:before{content:"\fd2f"}.ti-calendar-off:before{content:"\ee1f"}.ti-calendar-pause:before{content:"\f82b"}.ti-calendar-pin:before{content:"\f82c"}.ti-calendar-plus:before{content:"\ebba"}.ti-calendar-question:before{content:"\f82d"}.ti-calendar-repeat:before{content:"\fad2"}.ti-calendar-sad:before{content:"\fd1d"}.ti-calendar-search:before{content:"\f82e"}.ti-calendar-share:before{content:"\f82f"}.ti-calendar-smile:before{content:"\fd1e"}.ti-calendar-star:before{content:"\f830"}.ti-calendar-stats:before{content:"\ee20"}.ti-calendar-time:before{content:"\ee21"}.ti-calendar-up:before{content:"\f831"}.ti-calendar-user:before{content:"\fd1f"}.ti-calendar-week:before{content:"\fd30"}.ti-calendar-x:before{content:"\f832"}.ti-camera:before{content:"\ea54"}.ti-camera-ai:before{content:"\ffa8"}.ti-camera-bitcoin:before{content:"\ffa7"}.ti-camera-bolt:before{content:"\f833"}.ti-camera-cancel:before{content:"\f834"}.ti-camera-check:before{content:"\f835"}.ti-camera-code:before{content:"\f836"}.ti-camera-cog:before{content:"\f837"}.ti-camera-dollar:before{content:"\f838"}.ti-camera-down:before{content:"\f839"}.ti-camera-exclamation:before{content:"\f83a"}.ti-camera-filled:before{content:"\fa37"}.ti-camera-heart:before{content:"\f83b"}.ti-camera-minus:before{content:"\ec3a"}.ti-camera-moon:before{content:"\ffa6"}.ti-camera-off:before{content:"\ecee"}.ti-camera-pause:before{content:"\f83c"}.ti-camera-pin:before{content:"\f83d"}.ti-camera-plus:before{content:"\ec3b"}.ti-camera-question:before{content:"\f83e"}.ti-camera-rotate:before{content:"\ee22"}.ti-camera-search:before{content:"\f83f"}.ti-camera-selfie:before{content:"\ee23"}.ti-camera-share:before{content:"\f840"}.ti-camera-spark:before{content:"\ffbc"}.ti-camera-star:before{content:"\f841"}.ti-camera-up:before{content:"\f842"}.ti-camera-x:before{content:"\f843"}.ti-camper:before{content:"\fa25"}.ti-campfire:before{content:"\f5a7"}.ti-campfire-filled:before{content:"\fb28"}.ti-cancel:before{content:"\ff11"} -.ti-candle:before{content:"\efc6"}.ti-candle-filled:before{content:"\fc23"}.ti-candy:before{content:"\ef0d"}.ti-candy-off:before{content:"\f0c5"}.ti-cane:before{content:"\f50f"}.ti-cannabis:before{content:"\f4c1"}.ti-cannabis-filled:before{content:"\10015"}.ti-cap-projecting:before{content:"\ff22"}.ti-cap-rounded:before{content:"\ff21"}.ti-cap-straight:before{content:"\ff20"}.ti-capsule:before{content:"\fae3"}.ti-capsule-filled:before{content:"\fc24"}.ti-capsule-horizontal:before{content:"\fae2"}.ti-capsule-horizontal-filled:before{content:"\fc25"}.ti-capture:before{content:"\ec3c"}.ti-capture-filled:before{content:"\fb29"}.ti-capture-off:before{content:"\f0c6"}.ti-car:before{content:"\ebbb"}.ti-car-4wd:before{content:"\fdb8"}.ti-car-4wd-filled:before{content:"\1001e"}.ti-car-crane:before{content:"\ef25"}.ti-car-crash:before{content:"\efa4"}.ti-car-fan:before{content:"\fdb3"}.ti-car-fan-1:before{content:"\fdb7"}.ti-car-fan-2:before{content:"\fdb6"}.ti-car-fan-3:before{content:"\fdb5"}.ti-car-fan-auto:before{content:"\fdb4"}.ti-car-fan-filled:before{content:"\1001d"}.ti-car-filled:before{content:"\1004c"}.ti-car-garage:before{content:"\fc77"}.ti-car-off:before{content:"\f0c7"}.ti-car-suv:before{content:"\fc8b"}.ti-car-suv-filled:before{content:"\1004d"}.ti-car-turbine:before{content:"\f4fd"}.ti-carambola:before{content:"\feb9"}.ti-carambola-filled:before{content:"\10014"}.ti-caravan:before{content:"\ec7c"}.ti-cardboards:before{content:"\ed74"}.ti-cardboards-filled:before{content:"\1001c"}.ti-cardboards-off:before{content:"\f0c8"}.ti-cards:before{content:"\f510"}.ti-cards-filled:before{content:"\fc26"}.ti-caret-down:before{content:"\eb5d"}.ti-caret-down-filled:before{content:"\fb2a"}.ti-caret-left:before{content:"\eb5e"}.ti-caret-left-filled:before{content:"\fb2b"}.ti-caret-left-right:before{content:"\fc43"}.ti-caret-left-right-filled:before{content:"\fd02"}.ti-caret-right:before{content:"\eb5f"}.ti-caret-right-filled:before{content:"\fb2c"}.ti-caret-up:before{content:"\eb60"}.ti-caret-up-down:before{content:"\fc44"}.ti-caret-up-down-filled:before{content:"\fd03"}.ti-caret-up-filled:before{content:"\fb2d"}.ti-carousel-horizontal:before{content:"\f659"}.ti-carousel-horizontal-filled:before{content:"\fa92"}.ti-carousel-vertical:before{content:"\f65a"}.ti-carousel-vertical-filled:before{content:"\fa93"}.ti-carrot:before{content:"\f21c"}.ti-carrot-off:before{content:"\f3d0"}.ti-cash:before{content:"\ea55"}.ti-cash-banknote:before{content:"\ee25"}.ti-cash-banknote-filled:before{content:"\fe80"}.ti-cash-banknote-off:before{content:"\ee24"}.ti-cash-off:before{content:"\f105"}.ti-cash-register:before{content:"\fee6"}.ti-cast:before{content:"\ea56"}.ti-cast-off:before{content:"\f0c9"}.ti-cat:before{content:"\f65b"}.ti-category:before{content:"\f1f6"}.ti-category-2:before{content:"\f1f5"} -.ti-category-filled:before{content:"\fb2e"}.ti-category-minus:before{content:"\fd20"}.ti-category-plus:before{content:"\fd21"}.ti-ce:before{content:"\ed75"}.ti-ce-off:before{content:"\f0ca"}.ti-cell:before{content:"\f05f"}.ti-cell-signal-1:before{content:"\f083"}.ti-cell-signal-2:before{content:"\f084"}.ti-cell-signal-3:before{content:"\f085"}.ti-cell-signal-4:before{content:"\f086"}.ti-cell-signal-5:before{content:"\f087"}.ti-cell-signal-off:before{content:"\f088"}.ti-certificate:before{content:"\ed76"}.ti-certificate-2:before{content:"\f073"}.ti-certificate-2-off:before{content:"\f0cb"}.ti-certificate-off:before{content:"\f0cc"}.ti-chair-director:before{content:"\f2d5"}.ti-chalkboard:before{content:"\f34d"}.ti-chalkboard-off:before{content:"\f3d1"}.ti-charging-pile:before{content:"\ee26"}.ti-charging-pile-filled:before{content:"\1001b"}.ti-chart-arcs:before{content:"\ee28"}.ti-chart-arcs-3:before{content:"\ee27"}.ti-chart-area:before{content:"\ea58"}.ti-chart-area-filled:before{content:"\f66b"}.ti-chart-area-line:before{content:"\ea57"}.ti-chart-area-line-filled:before{content:"\f66c"}.ti-chart-arrows:before{content:"\ee2a"}.ti-chart-arrows-vertical:before{content:"\ee29"}.ti-chart-bar:before{content:"\ea59"}.ti-chart-bar-off:before{content:"\f3d2"}.ti-chart-bar-popular:before{content:"\fef7"}.ti-chart-bubble:before{content:"\ec75"}.ti-chart-bubble-filled:before{content:"\f66d"}.ti-chart-candle:before{content:"\ea5a"}.ti-chart-candle-filled:before{content:"\f66e"}.ti-chart-circles:before{content:"\ee2b"}.ti-chart-cohort:before{content:"\fef6"}.ti-chart-column:before{content:"\ffa5"}.ti-chart-covariate:before{content:"\ffa4"}.ti-chart-donut:before{content:"\ea5b"}.ti-chart-donut-2:before{content:"\ee2c"}.ti-chart-donut-3:before{content:"\ee2d"}.ti-chart-donut-4:before{content:"\ee2e"}.ti-chart-donut-filled:before{content:"\f66f"}.ti-chart-dots:before{content:"\ee2f"}.ti-chart-dots-2:before{content:"\f097"}.ti-chart-dots-3:before{content:"\f098"}.ti-chart-dots-filled:before{content:"\fd04"}.ti-chart-funnel:before{content:"\fef5"}.ti-chart-grid-dots:before{content:"\f4c2"}.ti-chart-grid-dots-filled:before{content:"\fd05"}.ti-chart-histogram:before{content:"\f65c"}.ti-chart-infographic:before{content:"\ee30"}.ti-chart-line:before{content:"\ea5c"}.ti-chart-pie:before{content:"\ea5d"}.ti-chart-pie-2:before{content:"\ee31"}.ti-chart-pie-3:before{content:"\ee32"}.ti-chart-pie-4:before{content:"\ee33"}.ti-chart-pie-filled:before{content:"\f670"}.ti-chart-pie-off:before{content:"\f3d3"}.ti-chart-ppf:before{content:"\f618"}.ti-chart-radar:before{content:"\ed77"}.ti-chart-sankey:before{content:"\f619"}.ti-chart-scatter:before{content:"\fd93"}.ti-chart-scatter-3d:before{content:"\fd92"}.ti-chart-treemap:before{content:"\f381"}.ti-check:before{content:"\ea5e"}.ti-checkbox:before{content:"\eba6"}.ti-checklist:before{content:"\f074"} -.ti-checks:before{content:"\ebaa"}.ti-checkup-list:before{content:"\ef5a"}.ti-cheese:before{content:"\ef26"}.ti-chef-hat:before{content:"\f21d"}.ti-chef-hat-off:before{content:"\f3d4"}.ti-cherry:before{content:"\f511"}.ti-cherry-filled:before{content:"\f728"}.ti-chess:before{content:"\f382"}.ti-chess-bishop:before{content:"\f56b"}.ti-chess-bishop-filled:before{content:"\f729"}.ti-chess-filled:before{content:"\f72a"}.ti-chess-king:before{content:"\f56c"}.ti-chess-king-filled:before{content:"\f72b"}.ti-chess-knight:before{content:"\f56d"}.ti-chess-knight-filled:before{content:"\f72c"}.ti-chess-queen:before{content:"\f56e"}.ti-chess-queen-filled:before{content:"\f72d"}.ti-chess-rook:before{content:"\f56f"}.ti-chess-rook-filled:before{content:"\f72e"}.ti-chevron-compact-down:before{content:"\faf0"}.ti-chevron-compact-left:before{content:"\faf1"}.ti-chevron-compact-right:before{content:"\faf2"}.ti-chevron-compact-up:before{content:"\faf3"}.ti-chevron-down:before{content:"\ea5f"}.ti-chevron-down-left:before{content:"\ed09"}.ti-chevron-down-right:before{content:"\ed0a"}.ti-chevron-left:before{content:"\ea60"}.ti-chevron-left-pipe:before{content:"\fae4"}.ti-chevron-right:before{content:"\ea61"}.ti-chevron-right-pipe:before{content:"\fae5"}.ti-chevron-up:before{content:"\ea62"}.ti-chevron-up-left:before{content:"\ed0b"}.ti-chevron-up-right:before{content:"\ed0c"}.ti-chevrons-down:before{content:"\ea63"}.ti-chevrons-down-left:before{content:"\ed0d"}.ti-chevrons-down-right:before{content:"\ed0e"}.ti-chevrons-left:before{content:"\ea64"}.ti-chevrons-right:before{content:"\ea65"}.ti-chevrons-up:before{content:"\ea66"}.ti-chevrons-up-left:before{content:"\ed0f"}.ti-chevrons-up-right:before{content:"\ed10"}.ti-chisel:before{content:"\f383"}.ti-christmas-ball:before{content:"\fd31"}.ti-christmas-tree:before{content:"\ed78"}.ti-christmas-tree-filled:before{content:"\1001a"}.ti-christmas-tree-off:before{content:"\f3d5"}.ti-circle:before{content:"\ea6b"}.ti-circle-arrow-down:before{content:"\f6f9"}.ti-circle-arrow-down-filled:before{content:"\f6f4"}.ti-circle-arrow-down-left:before{content:"\f6f6"}.ti-circle-arrow-down-left-filled:before{content:"\f6f5"}.ti-circle-arrow-down-right:before{content:"\f6f8"}.ti-circle-arrow-down-right-filled:before{content:"\f6f7"}.ti-circle-arrow-left:before{content:"\f6fb"}.ti-circle-arrow-left-filled:before{content:"\f6fa"}.ti-circle-arrow-right:before{content:"\f6fd"}.ti-circle-arrow-right-filled:before{content:"\f6fc"}.ti-circle-arrow-up:before{content:"\f703"}.ti-circle-arrow-up-filled:before{content:"\f6fe"}.ti-circle-arrow-up-left:before{content:"\f700"}.ti-circle-arrow-up-left-filled:before{content:"\f6ff"}.ti-circle-arrow-up-right:before{content:"\f702"}.ti-circle-arrow-up-right-filled:before{content:"\f701"}.ti-circle-caret-down:before{content:"\f4a9"}.ti-circle-caret-left:before{content:"\f4aa"}.ti-circle-caret-right:before{content:"\f4ab"}.ti-circle-caret-up:before{content:"\f4ac"} -.ti-circle-check:before{content:"\ea67"}.ti-circle-check-filled:before{content:"\f704"}.ti-circle-chevron-down:before{content:"\f622"}.ti-circle-chevron-left:before{content:"\f623"}.ti-circle-chevron-right:before{content:"\f624"}.ti-circle-chevron-up:before{content:"\f625"}.ti-circle-chevrons-down:before{content:"\f642"}.ti-circle-chevrons-left:before{content:"\f643"}.ti-circle-chevrons-right:before{content:"\f644"}.ti-circle-chevrons-up:before{content:"\f645"}.ti-circle-dashed:before{content:"\ed27"}.ti-circle-dashed-check:before{content:"\feb8"}.ti-circle-dashed-letter-a:before{content:"\ff9a"}.ti-circle-dashed-letter-b:before{content:"\ff99"}.ti-circle-dashed-letter-c:before{content:"\ff98"}.ti-circle-dashed-letter-d:before{content:"\ff97"}.ti-circle-dashed-letter-e:before{content:"\ff96"}.ti-circle-dashed-letter-f:before{content:"\ff95"}.ti-circle-dashed-letter-g:before{content:"\ff94"}.ti-circle-dashed-letter-h:before{content:"\ff93"}.ti-circle-dashed-letter-i:before{content:"\ff92"}.ti-circle-dashed-letter-j:before{content:"\ff91"}.ti-circle-dashed-letter-k:before{content:"\ff90"}.ti-circle-dashed-letter-l:before{content:"\ff8f"}.ti-circle-dashed-letter-letter-v:before{content:"\ff8e"}.ti-circle-dashed-letter-m:before{content:"\ff8d"}.ti-circle-dashed-letter-n:before{content:"\ff8c"}.ti-circle-dashed-letter-o:before{content:"\ff8b"}.ti-circle-dashed-letter-p:before{content:"\ff8a"}.ti-circle-dashed-letter-q:before{content:"\ff89"}.ti-circle-dashed-letter-r:before{content:"\ff88"}.ti-circle-dashed-letter-s:before{content:"\ff87"}.ti-circle-dashed-letter-t:before{content:"\ff86"}.ti-circle-dashed-letter-u:before{content:"\ff85"}.ti-circle-dashed-letter-v:before{content:"\ff84"}.ti-circle-dashed-letter-w:before{content:"\ff83"}.ti-circle-dashed-letter-x:before{content:"\ff82"}.ti-circle-dashed-letter-y:before{content:"\ff81"}.ti-circle-dashed-letter-z:before{content:"\ff80"}.ti-circle-dashed-minus:before{content:"\feb7"}.ti-circle-dashed-number-0:before{content:"\fc6b"}.ti-circle-dashed-number-1:before{content:"\fc6c"}.ti-circle-dashed-number-2:before{content:"\fc6d"}.ti-circle-dashed-number-3:before{content:"\fc6e"}.ti-circle-dashed-number-4:before{content:"\fc6f"}.ti-circle-dashed-number-5:before{content:"\fc70"}.ti-circle-dashed-number-6:before{content:"\fc71"}.ti-circle-dashed-number-7:before{content:"\fc72"}.ti-circle-dashed-number-8:before{content:"\fc73"}.ti-circle-dashed-number-9:before{content:"\fc74"}.ti-circle-dashed-percentage:before{content:"\fd7a"}.ti-circle-dashed-plus:before{content:"\feb6"}.ti-circle-dashed-x:before{content:"\fc75"}.ti-circle-dot:before{content:"\efb1"}.ti-circle-dot-filled:before{content:"\f705"}.ti-circle-dotted:before{content:"\ed28"}.ti-circle-dotted-letter-a:before{content:"\ff7f"}.ti-circle-dotted-letter-b:before{content:"\ff7e"}.ti-circle-dotted-letter-c:before{content:"\ff7d"}.ti-circle-dotted-letter-d:before{content:"\ff7c"}.ti-circle-dotted-letter-e:before{content:"\ff7b"}.ti-circle-dotted-letter-f:before{content:"\ff7a"}.ti-circle-dotted-letter-g:before{content:"\ff79"} -.ti-circle-dotted-letter-h:before{content:"\ff78"}.ti-circle-dotted-letter-i:before{content:"\ff77"}.ti-circle-dotted-letter-j:before{content:"\ff76"}.ti-circle-dotted-letter-k:before{content:"\ff75"}.ti-circle-dotted-letter-l:before{content:"\ff74"}.ti-circle-dotted-letter-m:before{content:"\ff73"}.ti-circle-dotted-letter-n:before{content:"\ff72"}.ti-circle-dotted-letter-o:before{content:"\ff71"}.ti-circle-dotted-letter-p:before{content:"\ff70"}.ti-circle-dotted-letter-q:before{content:"\ff6f"}.ti-circle-dotted-letter-r:before{content:"\ff6e"}.ti-circle-dotted-letter-s:before{content:"\ff6d"}.ti-circle-dotted-letter-t:before{content:"\ff6c"}.ti-circle-dotted-letter-u:before{content:"\ff6b"}.ti-circle-dotted-letter-v:before{content:"\ff6a"}.ti-circle-dotted-letter-w:before{content:"\ff69"}.ti-circle-dotted-letter-x:before{content:"\ff68"}.ti-circle-dotted-letter-y:before{content:"\ff67"}.ti-circle-dotted-letter-z:before{content:"\ff66"}.ti-circle-filled:before{content:"\f671"}.ti-circle-half:before{content:"\ee3f"}.ti-circle-half-2:before{content:"\eff3"}.ti-circle-half-vertical:before{content:"\ee3e"}.ti-circle-key:before{content:"\f633"}.ti-circle-key-filled:before{content:"\f706"}.ti-circle-letter-a:before{content:"\f441"}.ti-circle-letter-a-filled:before{content:"\fe7f"}.ti-circle-letter-b:before{content:"\f442"}.ti-circle-letter-b-filled:before{content:"\fe7e"}.ti-circle-letter-c:before{content:"\f443"}.ti-circle-letter-c-filled:before{content:"\fe7d"}.ti-circle-letter-d:before{content:"\f444"}.ti-circle-letter-d-filled:before{content:"\fe7c"}.ti-circle-letter-e:before{content:"\f445"}.ti-circle-letter-e-filled:before{content:"\fe7b"}.ti-circle-letter-f:before{content:"\f446"}.ti-circle-letter-f-filled:before{content:"\fe7a"}.ti-circle-letter-g:before{content:"\f447"}.ti-circle-letter-g-filled:before{content:"\fe79"}.ti-circle-letter-h:before{content:"\f448"}.ti-circle-letter-h-filled:before{content:"\fe78"}.ti-circle-letter-i:before{content:"\f449"}.ti-circle-letter-i-filled:before{content:"\fe77"}.ti-circle-letter-j:before{content:"\f44a"}.ti-circle-letter-j-filled:before{content:"\fe76"}.ti-circle-letter-k:before{content:"\f44b"}.ti-circle-letter-k-filled:before{content:"\fe75"}.ti-circle-letter-l:before{content:"\f44c"}.ti-circle-letter-l-filled:before{content:"\fe74"}.ti-circle-letter-m:before{content:"\f44d"}.ti-circle-letter-m-filled:before{content:"\fe73"}.ti-circle-letter-n:before{content:"\f44e"}.ti-circle-letter-n-filled:before{content:"\fe72"}.ti-circle-letter-o:before{content:"\f44f"}.ti-circle-letter-o-filled:before{content:"\fe71"}.ti-circle-letter-p:before{content:"\f450"}.ti-circle-letter-p-filled:before{content:"\fe70"}.ti-circle-letter-q:before{content:"\f451"}.ti-circle-letter-q-filled:before{content:"\fe6f"}.ti-circle-letter-r:before{content:"\f452"}.ti-circle-letter-r-filled:before{content:"\fe6e"}.ti-circle-letter-s:before{content:"\f453"}.ti-circle-letter-s-filled:before{content:"\fe6d"}.ti-circle-letter-t:before{content:"\f454"}.ti-circle-letter-t-filled:before{content:"\fe6c"} -.ti-circle-letter-u:before{content:"\f455"}.ti-circle-letter-u-filled:before{content:"\fe6b"}.ti-circle-letter-v:before{content:"\f4ad"}.ti-circle-letter-v-filled:before{content:"\fe6a"}.ti-circle-letter-w:before{content:"\f456"}.ti-circle-letter-w-filled:before{content:"\fe69"}.ti-circle-letter-x:before{content:"\f4ae"}.ti-circle-letter-x-filled:before{content:"\fe68"}.ti-circle-letter-y:before{content:"\f457"}.ti-circle-letter-y-filled:before{content:"\fe67"}.ti-circle-letter-z:before{content:"\f458"}.ti-circle-letter-z-filled:before{content:"\fe66"}.ti-circle-minus:before{content:"\ea68"}.ti-circle-minus-2:before{content:"\fc8c"}.ti-circle-number-0:before{content:"\ee34"}.ti-circle-number-0-filled:before{content:"\f72f"}.ti-circle-number-1:before{content:"\ee35"}.ti-circle-number-1-filled:before{content:"\f730"}.ti-circle-number-2:before{content:"\ee36"}.ti-circle-number-2-filled:before{content:"\f731"}.ti-circle-number-3:before{content:"\ee37"}.ti-circle-number-3-filled:before{content:"\f732"}.ti-circle-number-4:before{content:"\ee38"}.ti-circle-number-4-filled:before{content:"\f733"}.ti-circle-number-5:before{content:"\ee39"}.ti-circle-number-5-filled:before{content:"\f734"}.ti-circle-number-6:before{content:"\ee3a"}.ti-circle-number-6-filled:before{content:"\f735"}.ti-circle-number-7:before{content:"\ee3b"}.ti-circle-number-7-filled:before{content:"\f736"}.ti-circle-number-8:before{content:"\ee3c"}.ti-circle-number-8-filled:before{content:"\f737"}.ti-circle-number-9:before{content:"\ee3d"}.ti-circle-number-9-filled:before{content:"\f738"}.ti-circle-off:before{content:"\ee40"}.ti-circle-percentage:before{content:"\fd7b"}.ti-circle-percentage-filled:before{content:"\fed5"}.ti-circle-plus:before{content:"\ea69"}.ti-circle-plus-2:before{content:"\fc8d"}.ti-circle-plus-filled:before{content:"\fef9"}.ti-circle-rectangle:before{content:"\f010"}.ti-circle-rectangle-filled:before{content:"\ff63"}.ti-circle-rectangle-off:before{content:"\f0cd"}.ti-circle-square:before{content:"\ece4"}.ti-circle-triangle:before{content:"\f011"}.ti-circle-x:before{content:"\ea6a"}.ti-circle-x-filled:before{content:"\f739"}.ti-circles:before{content:"\ece5"}.ti-circles-filled:before{content:"\f672"}.ti-circles-relation:before{content:"\f4c3"}.ti-circuit-ammeter:before{content:"\f271"}.ti-circuit-battery:before{content:"\f272"}.ti-circuit-bulb:before{content:"\f273"}.ti-circuit-capacitor:before{content:"\f275"}.ti-circuit-capacitor-polarized:before{content:"\f274"}.ti-circuit-cell:before{content:"\f277"}.ti-circuit-cell-plus:before{content:"\f276"}.ti-circuit-changeover:before{content:"\f278"}.ti-circuit-diode:before{content:"\f27a"}.ti-circuit-diode-zener:before{content:"\f279"}.ti-circuit-ground:before{content:"\f27c"}.ti-circuit-ground-digital:before{content:"\f27b"}.ti-circuit-inductor:before{content:"\f27d"}.ti-circuit-motor:before{content:"\f27e"}.ti-circuit-pushbutton:before{content:"\f27f"}.ti-circuit-resistor:before{content:"\f280"} -.ti-circuit-switch-closed:before{content:"\f281"}.ti-circuit-switch-open:before{content:"\f282"}.ti-circuit-voltmeter:before{content:"\f283"}.ti-clear-all:before{content:"\ee41"}.ti-clear-formatting:before{content:"\ebe5"}.ti-click:before{content:"\ebbc"}.ti-cliff-jumping:before{content:"\fefc"}.ti-clipboard:before{content:"\ea6f"}.ti-clipboard-check:before{content:"\ea6c"}.ti-clipboard-copy:before{content:"\f299"}.ti-clipboard-data:before{content:"\f563"}.ti-clipboard-heart:before{content:"\f34e"}.ti-clipboard-list:before{content:"\ea6d"}.ti-clipboard-off:before{content:"\f0ce"}.ti-clipboard-plus:before{content:"\efb2"}.ti-clipboard-smile:before{content:"\fd9a"}.ti-clipboard-text:before{content:"\f089"}.ti-clipboard-typography:before{content:"\f34f"}.ti-clipboard-x:before{content:"\ea6e"}.ti-clock:before{content:"\ea70"}.ti-clock-12:before{content:"\fc56"}.ti-clock-2:before{content:"\f099"}.ti-clock-24:before{content:"\fc57"}.ti-clock-bitcoin:before{content:"\ff3f"}.ti-clock-bolt:before{content:"\f844"}.ti-clock-cancel:before{content:"\f546"}.ti-clock-check:before{content:"\f7c1"}.ti-clock-code:before{content:"\f845"}.ti-clock-cog:before{content:"\f7c2"}.ti-clock-dollar:before{content:"\f846"}.ti-clock-down:before{content:"\f7c3"}.ti-clock-edit:before{content:"\f547"}.ti-clock-exclamation:before{content:"\f847"}.ti-clock-filled:before{content:"\f73a"}.ti-clock-heart:before{content:"\f7c4"}.ti-clock-hour-1:before{content:"\f313"}.ti-clock-hour-1-filled:before{content:"\fe65"}.ti-clock-hour-10:before{content:"\f314"}.ti-clock-hour-10-filled:before{content:"\fe64"}.ti-clock-hour-11:before{content:"\f315"}.ti-clock-hour-11-filled:before{content:"\fe63"}.ti-clock-hour-12:before{content:"\f316"}.ti-clock-hour-12-filled:before{content:"\fe62"}.ti-clock-hour-2:before{content:"\f317"}.ti-clock-hour-2-filled:before{content:"\fe61"}.ti-clock-hour-3:before{content:"\f318"}.ti-clock-hour-3-filled:before{content:"\fe60"}.ti-clock-hour-4:before{content:"\f319"}.ti-clock-hour-4-filled:before{content:"\fe5f"}.ti-clock-hour-5:before{content:"\f31a"}.ti-clock-hour-5-filled:before{content:"\fe5e"}.ti-clock-hour-6:before{content:"\f31b"}.ti-clock-hour-6-filled:before{content:"\fe5d"}.ti-clock-hour-7:before{content:"\f31c"}.ti-clock-hour-7-filled:before{content:"\fe5c"}.ti-clock-hour-8:before{content:"\f31d"}.ti-clock-hour-8-filled:before{content:"\fe5b"}.ti-clock-hour-9:before{content:"\f31e"}.ti-clock-hour-9-filled:before{content:"\fe5a"}.ti-clock-minus:before{content:"\f848"}.ti-clock-off:before{content:"\f0cf"}.ti-clock-pause:before{content:"\f548"}.ti-clock-pin:before{content:"\f849"}.ti-clock-play:before{content:"\f549"}.ti-clock-plus:before{content:"\f7c5"}.ti-clock-question:before{content:"\f7c6"}.ti-clock-record:before{content:"\f54a"}.ti-clock-search:before{content:"\f7c7"}.ti-clock-share:before{content:"\f84a"}.ti-clock-shield:before{content:"\f7c8"} -.ti-clock-star:before{content:"\f7c9"}.ti-clock-stop:before{content:"\f54b"}.ti-clock-up:before{content:"\f7ca"}.ti-clock-x:before{content:"\f7cb"}.ti-clothes-rack:before{content:"\f285"}.ti-clothes-rack-off:before{content:"\f3d6"}.ti-cloud:before{content:"\ea76"}.ti-cloud-bitcoin:before{content:"\ff3e"}.ti-cloud-bolt:before{content:"\f84b"}.ti-cloud-cancel:before{content:"\f84c"}.ti-cloud-check:before{content:"\f84d"}.ti-cloud-code:before{content:"\f84e"}.ti-cloud-cog:before{content:"\f84f"}.ti-cloud-computing:before{content:"\f1d0"}.ti-cloud-data-connection:before{content:"\f1d1"}.ti-cloud-dollar:before{content:"\f850"}.ti-cloud-down:before{content:"\f851"}.ti-cloud-download:before{content:"\ea71"}.ti-cloud-exclamation:before{content:"\f852"}.ti-cloud-filled:before{content:"\f673"}.ti-cloud-fog:before{content:"\ecd9"}.ti-cloud-heart:before{content:"\f853"}.ti-cloud-lock:before{content:"\efdb"}.ti-cloud-lock-open:before{content:"\efda"}.ti-cloud-minus:before{content:"\f854"}.ti-cloud-network:before{content:"\fc78"}.ti-cloud-off:before{content:"\ed3e"}.ti-cloud-pause:before{content:"\f855"}.ti-cloud-pin:before{content:"\f856"}.ti-cloud-plus:before{content:"\f857"}.ti-cloud-question:before{content:"\f858"}.ti-cloud-rain:before{content:"\ea72"}.ti-cloud-search:before{content:"\f859"}.ti-cloud-share:before{content:"\f85a"}.ti-cloud-snow:before{content:"\ea73"}.ti-cloud-star:before{content:"\f85b"}.ti-cloud-storm:before{content:"\ea74"}.ti-cloud-up:before{content:"\f85c"}.ti-cloud-upload:before{content:"\ea75"}.ti-cloud-x:before{content:"\f85d"}.ti-clover:before{content:"\f1ea"}.ti-clover-2:before{content:"\f21e"}.ti-clover-filled:before{content:"\10013"}.ti-clubs:before{content:"\eff4"}.ti-clubs-filled:before{content:"\f674"}.ti-code:before{content:"\ea77"}.ti-code-asterisk:before{content:"\f312"}.ti-code-circle:before{content:"\f4ff"}.ti-code-circle-2:before{content:"\f4fe"}.ti-code-circle-2-filled:before{content:"\fed4"}.ti-code-circle-filled:before{content:"\fed3"}.ti-code-dots:before{content:"\f61a"}.ti-code-minus:before{content:"\ee42"}.ti-code-off:before{content:"\f0d0"}.ti-code-plus:before{content:"\ee43"}.ti-coffee:before{content:"\ef0e"}.ti-coffee-off:before{content:"\f106"}.ti-coffin:before{content:"\f579"}.ti-coin:before{content:"\eb82"}.ti-coin-bitcoin:before{content:"\f2be"}.ti-coin-bitcoin-filled:before{content:"\fd06"}.ti-coin-euro:before{content:"\f2bf"}.ti-coin-euro-filled:before{content:"\fd07"}.ti-coin-filled:before{content:"\fd08"}.ti-coin-monero:before{content:"\f4a0"}.ti-coin-monero-filled:before{content:"\fd09"}.ti-coin-off:before{content:"\f0d1"}.ti-coin-pound:before{content:"\f2c0"}.ti-coin-pound-filled:before{content:"\fd0a"}.ti-coin-rupee:before{content:"\f2c1"}.ti-coin-rupee-filled:before{content:"\fd0b"}.ti-coin-taka:before{content:"\fd0d"} -.ti-coin-taka-filled:before{content:"\fd0c"}.ti-coin-yen:before{content:"\f2c2"}.ti-coin-yen-filled:before{content:"\fd0e"}.ti-coin-yuan:before{content:"\f2c3"}.ti-coin-yuan-filled:before{content:"\fd0f"}.ti-coins:before{content:"\f65d"}.ti-color-filter:before{content:"\f5a8"}.ti-color-picker:before{content:"\ebe6"}.ti-color-picker-off:before{content:"\f0d2"}.ti-color-swatch:before{content:"\eb61"}.ti-color-swatch-off:before{content:"\f0d3"}.ti-column-insert-left:before{content:"\ee44"}.ti-column-insert-right:before{content:"\ee45"}.ti-column-remove:before{content:"\faf4"}.ti-columns:before{content:"\eb83"}.ti-columns-1:before{content:"\f6d4"}.ti-columns-2:before{content:"\f6d5"}.ti-columns-3:before{content:"\f6d6"}.ti-columns-off:before{content:"\f0d4"}.ti-comet:before{content:"\ec76"}.ti-command:before{content:"\ea78"}.ti-command-off:before{content:"\f3d7"}.ti-compass:before{content:"\ea79"}.ti-compass-filled:before{content:"\fd10"}.ti-compass-off:before{content:"\f0d5"}.ti-components:before{content:"\efa5"}.ti-components-off:before{content:"\f0d6"}.ti-cone:before{content:"\efdd"}.ti-cone-2:before{content:"\efdc"}.ti-cone-2-filled:before{content:"\fe59"}.ti-cone-filled:before{content:"\fe58"}.ti-cone-off:before{content:"\f3d8"}.ti-cone-plus:before{content:"\fa94"}.ti-confetti:before{content:"\ee46"}.ti-confetti-off:before{content:"\f3d9"}.ti-confucius:before{content:"\f58a"}.ti-congruent-to:before{content:"\ffa3"}.ti-container:before{content:"\ee47"}.ti-container-off:before{content:"\f107"}.ti-contract:before{content:"\fefb"}.ti-contrast:before{content:"\ec4e"}.ti-contrast-2:before{content:"\efc7"}.ti-contrast-2-filled:before{content:"\fe57"}.ti-contrast-2-off:before{content:"\f3da"}.ti-contrast-filled:before{content:"\fe56"}.ti-contrast-off:before{content:"\f3db"}.ti-cooker:before{content:"\f57a"}.ti-cookie:before{content:"\fdb1"}.ti-cookie-filled:before{content:"\fe54"}.ti-cookie-man:before{content:"\fdb2"}.ti-cookie-man-filled:before{content:"\fe55"}.ti-cookie-off:before{content:"\f0d7"}.ti-copy:before{content:"\ea7a"}.ti-copy-check:before{content:"\fdb0"}.ti-copy-check-filled:before{content:"\fe53"}.ti-copy-minus:before{content:"\fdaf"}.ti-copy-minus-filled:before{content:"\fe52"}.ti-copy-off:before{content:"\f0d8"}.ti-copy-plus:before{content:"\fdae"}.ti-copy-plus-filled:before{content:"\fe51"}.ti-copy-x:before{content:"\fdad"}.ti-copy-x-filled:before{content:"\fe50"}.ti-copyleft:before{content:"\ec3d"}.ti-copyleft-filled:before{content:"\f73b"}.ti-copyleft-off:before{content:"\f0d9"}.ti-copyright:before{content:"\ea7b"}.ti-copyright-filled:before{content:"\f73c"}.ti-copyright-off:before{content:"\f0da"}.ti-corner-down-left:before{content:"\ea7c"}.ti-corner-down-left-double:before{content:"\ee48"}.ti-corner-down-right:before{content:"\ea7d"}.ti-corner-down-right-double:before{content:"\ee49"} -.ti-corner-left-down:before{content:"\ea7e"}.ti-corner-left-down-double:before{content:"\ee4a"}.ti-corner-left-up:before{content:"\ea7f"}.ti-corner-left-up-double:before{content:"\ee4b"}.ti-corner-right-down:before{content:"\ea80"}.ti-corner-right-down-double:before{content:"\ee4c"}.ti-corner-right-up:before{content:"\ea81"}.ti-corner-right-up-double:before{content:"\ee4d"}.ti-corner-up-left:before{content:"\ea82"}.ti-corner-up-left-double:before{content:"\ee4e"}.ti-corner-up-right:before{content:"\ea83"}.ti-corner-up-right-double:before{content:"\ee4f"}.ti-cpu:before{content:"\ef8e"}.ti-cpu-2:before{content:"\f075"}.ti-cpu-off:before{content:"\f108"}.ti-crane:before{content:"\ef27"}.ti-crane-off:before{content:"\f109"}.ti-creative-commons:before{content:"\efb3"}.ti-creative-commons-by:before{content:"\f21f"}.ti-creative-commons-nc:before{content:"\f220"}.ti-creative-commons-nd:before{content:"\f221"}.ti-creative-commons-off:before{content:"\f10a"}.ti-creative-commons-sa:before{content:"\f222"}.ti-creative-commons-zero:before{content:"\f223"}.ti-credit-card:before{content:"\ea84"}.ti-credit-card-filled:before{content:"\fd11"}.ti-credit-card-off:before{content:"\ed11"}.ti-credit-card-pay:before{content:"\fd32"}.ti-credit-card-refund:before{content:"\fd33"}.ti-cricket:before{content:"\f09a"}.ti-crop:before{content:"\ea85"}.ti-crop-1-1:before{content:"\fd50"}.ti-crop-1-1-filled:before{content:"\fe4f"}.ti-crop-16-9:before{content:"\fd51"}.ti-crop-16-9-filled:before{content:"\fe4e"}.ti-crop-3-2:before{content:"\fd52"}.ti-crop-3-2-filled:before{content:"\fe4d"}.ti-crop-5-4:before{content:"\fd53"}.ti-crop-5-4-filled:before{content:"\fe4c"}.ti-crop-7-5:before{content:"\fd54"}.ti-crop-7-5-filled:before{content:"\fe4b"}.ti-crop-landscape:before{content:"\fd55"}.ti-crop-landscape-filled:before{content:"\fe4a"}.ti-crop-portrait:before{content:"\fd56"}.ti-crop-portrait-filled:before{content:"\fe49"}.ti-cross:before{content:"\ef8f"}.ti-cross-filled:before{content:"\f675"}.ti-cross-off:before{content:"\f10b"}.ti-crosshair:before{content:"\ec3e"}.ti-crown:before{content:"\ed12"}.ti-crown-off:before{content:"\ee50"}.ti-crutches:before{content:"\ef5b"}.ti-crutches-off:before{content:"\f10c"}.ti-crystal-ball:before{content:"\f57b"}.ti-csv:before{content:"\f791"}.ti-cube:before{content:"\fa97"}.ti-cube-3d-sphere:before{content:"\ecd7"}.ti-cube-3d-sphere-off:before{content:"\f3b5"}.ti-cube-off:before{content:"\fa95"}.ti-cube-plus:before{content:"\fa96"}.ti-cube-send:before{content:"\f61b"}.ti-cube-spark:before{content:"\ffbb"}.ti-cube-unfolded:before{content:"\f61c"}.ti-cup:before{content:"\ef28"}.ti-cup-off:before{content:"\f10d"}.ti-curling:before{content:"\efc8"}.ti-curly-loop:before{content:"\ecda"}.ti-currency:before{content:"\efa6"}.ti-currency-afghani:before{content:"\f65e"}.ti-currency-bahraini:before{content:"\ee51"} -.ti-currency-baht:before{content:"\f08a"}.ti-currency-bitcoin:before{content:"\ebab"}.ti-currency-cent:before{content:"\ee53"}.ti-currency-dinar:before{content:"\ee54"}.ti-currency-dirham:before{content:"\ee55"}.ti-currency-dogecoin:before{content:"\ef4b"}.ti-currency-dollar:before{content:"\eb84"}.ti-currency-dollar-australian:before{content:"\ee56"}.ti-currency-dollar-brunei:before{content:"\f36c"}.ti-currency-dollar-canadian:before{content:"\ee57"}.ti-currency-dollar-guyanese:before{content:"\f36d"}.ti-currency-dollar-off:before{content:"\f3dc"}.ti-currency-dollar-singapore:before{content:"\ee58"}.ti-currency-dollar-zimbabwean:before{content:"\f36e"}.ti-currency-dong:before{content:"\f36f"}.ti-currency-dram:before{content:"\f370"}.ti-currency-ethereum:before{content:"\ee59"}.ti-currency-euro:before{content:"\eb85"}.ti-currency-euro-off:before{content:"\f3dd"}.ti-currency-florin:before{content:"\faf5"}.ti-currency-forint:before{content:"\ee5a"}.ti-currency-frank:before{content:"\ee5b"}.ti-currency-guarani:before{content:"\f371"}.ti-currency-hryvnia:before{content:"\f372"}.ti-currency-iranian-rial:before{content:"\fa58"}.ti-currency-kip:before{content:"\f373"}.ti-currency-krone-czech:before{content:"\ee5c"}.ti-currency-krone-danish:before{content:"\ee5d"}.ti-currency-krone-swedish:before{content:"\ee5e"}.ti-currency-lari:before{content:"\f374"}.ti-currency-leu:before{content:"\ee5f"}.ti-currency-lira:before{content:"\ee60"}.ti-currency-litecoin:before{content:"\ee61"}.ti-currency-lyd:before{content:"\f375"}.ti-currency-manat:before{content:"\f376"}.ti-currency-monero:before{content:"\f377"}.ti-currency-naira:before{content:"\ee62"}.ti-currency-nano:before{content:"\f7a6"}.ti-currency-off:before{content:"\f3de"}.ti-currency-paanga:before{content:"\f378"}.ti-currency-peso:before{content:"\f65f"}.ti-currency-pound:before{content:"\ebac"}.ti-currency-pound-off:before{content:"\f3df"}.ti-currency-quetzal:before{content:"\f379"}.ti-currency-real:before{content:"\ee63"}.ti-currency-renminbi:before{content:"\ee64"}.ti-currency-ripple:before{content:"\ee65"}.ti-currency-riyal:before{content:"\ee66"}.ti-currency-rubel:before{content:"\ee67"}.ti-currency-rufiyaa:before{content:"\f37a"}.ti-currency-rupee:before{content:"\ebad"}.ti-currency-rupee-nepalese:before{content:"\f37b"}.ti-currency-shekel:before{content:"\ee68"}.ti-currency-solana:before{content:"\f4a1"}.ti-currency-som:before{content:"\f37c"}.ti-currency-taka:before{content:"\ee69"}.ti-currency-tenge:before{content:"\f37d"}.ti-currency-tugrik:before{content:"\ee6a"}.ti-currency-won:before{content:"\ee6b"}.ti-currency-xrp:before{content:"\fd34"}.ti-currency-yen:before{content:"\ebae"}.ti-currency-yen-off:before{content:"\f3e0"}.ti-currency-yuan:before{content:"\f29a"}.ti-currency-zloty:before{content:"\ee6c"}.ti-current-location:before{content:"\ecef"}.ti-current-location-off:before{content:"\f10e"}.ti-cursor-off:before{content:"\f10f"} -.ti-cursor-text:before{content:"\ee6d"}.ti-cut:before{content:"\ea86"}.ti-cylinder:before{content:"\f54c"}.ti-cylinder-off:before{content:"\fa98"}.ti-cylinder-plus:before{content:"\fa99"}.ti-dashboard:before{content:"\ea87"}.ti-dashboard-filled:before{content:"\10019"}.ti-dashboard-off:before{content:"\f3e1"}.ti-database:before{content:"\ea88"}.ti-database-cog:before{content:"\fa10"}.ti-database-dollar:before{content:"\fa11"}.ti-database-edit:before{content:"\fa12"}.ti-database-exclamation:before{content:"\fa13"}.ti-database-export:before{content:"\ee6e"}.ti-database-heart:before{content:"\fa14"}.ti-database-import:before{content:"\ee6f"}.ti-database-leak:before{content:"\fa15"}.ti-database-minus:before{content:"\fa16"}.ti-database-off:before{content:"\ee70"}.ti-database-plus:before{content:"\fa17"}.ti-database-search:before{content:"\fa18"}.ti-database-share:before{content:"\fa19"}.ti-database-smile:before{content:"\fd9b"}.ti-database-star:before{content:"\fa1a"}.ti-database-x:before{content:"\fa1b"}.ti-decimal:before{content:"\fa26"}.ti-deer:before{content:"\f4c5"}.ti-delta:before{content:"\f53c"}.ti-dental:before{content:"\f025"}.ti-dental-broken:before{content:"\f286"}.ti-dental-off:before{content:"\f110"}.ti-deselect:before{content:"\f9f3"}.ti-desk:before{content:"\fd35"}.ti-details:before{content:"\ee71"}.ti-details-off:before{content:"\f3e2"}.ti-device-airpods:before{content:"\f5a9"}.ti-device-airpods-case:before{content:"\f646"}.ti-device-airtag:before{content:"\fae6"}.ti-device-analytics:before{content:"\ee72"}.ti-device-audio-tape:before{content:"\ee73"}.ti-device-camera-phone:before{content:"\f233"}.ti-device-cctv:before{content:"\ee74"}.ti-device-cctv-filled:before{content:"\1004b"}.ti-device-cctv-off:before{content:"\f3e3"}.ti-device-computer-camera:before{content:"\ee76"}.ti-device-computer-camera-off:before{content:"\ee75"}.ti-device-desktop:before{content:"\ea89"}.ti-device-desktop-analytics:before{content:"\ee77"}.ti-device-desktop-bolt:before{content:"\f85e"}.ti-device-desktop-cancel:before{content:"\f85f"}.ti-device-desktop-check:before{content:"\f860"}.ti-device-desktop-code:before{content:"\f861"}.ti-device-desktop-cog:before{content:"\f862"}.ti-device-desktop-dollar:before{content:"\f863"}.ti-device-desktop-down:before{content:"\f864"}.ti-device-desktop-exclamation:before{content:"\f865"}.ti-device-desktop-filled:before{content:"\1004a"}.ti-device-desktop-heart:before{content:"\f866"}.ti-device-desktop-minus:before{content:"\f867"}.ti-device-desktop-off:before{content:"\ee78"}.ti-device-desktop-pause:before{content:"\f868"}.ti-device-desktop-pin:before{content:"\f869"}.ti-device-desktop-plus:before{content:"\f86a"}.ti-device-desktop-question:before{content:"\f86b"}.ti-device-desktop-search:before{content:"\f86c"}.ti-device-desktop-share:before{content:"\f86d"}.ti-device-desktop-star:before{content:"\f86e"}.ti-device-desktop-up:before{content:"\f86f"} -.ti-device-desktop-x:before{content:"\f870"}.ti-device-floppy:before{content:"\eb62"}.ti-device-gamepad:before{content:"\eb63"}.ti-device-gamepad-2:before{content:"\f1d2"}.ti-device-gamepad-3:before{content:"\fc58"}.ti-device-gamepad-3-filled:before{content:"\10049"}.ti-device-heart-monitor:before{content:"\f060"}.ti-device-heart-monitor-filled:before{content:"\fa38"}.ti-device-imac:before{content:"\f7a7"}.ti-device-imac-bolt:before{content:"\f871"}.ti-device-imac-cancel:before{content:"\f872"}.ti-device-imac-check:before{content:"\f873"}.ti-device-imac-code:before{content:"\f874"}.ti-device-imac-cog:before{content:"\f875"}.ti-device-imac-dollar:before{content:"\f876"}.ti-device-imac-down:before{content:"\f877"}.ti-device-imac-exclamation:before{content:"\f878"}.ti-device-imac-filled:before{content:"\10048"}.ti-device-imac-heart:before{content:"\f879"}.ti-device-imac-minus:before{content:"\f87a"}.ti-device-imac-off:before{content:"\f87b"}.ti-device-imac-pause:before{content:"\f87c"}.ti-device-imac-pin:before{content:"\f87d"}.ti-device-imac-plus:before{content:"\f87e"}.ti-device-imac-question:before{content:"\f87f"}.ti-device-imac-search:before{content:"\f880"}.ti-device-imac-share:before{content:"\f881"}.ti-device-imac-star:before{content:"\f882"}.ti-device-imac-up:before{content:"\f883"}.ti-device-imac-x:before{content:"\f884"}.ti-device-ipad:before{content:"\f648"}.ti-device-ipad-bolt:before{content:"\f885"}.ti-device-ipad-cancel:before{content:"\f886"}.ti-device-ipad-check:before{content:"\f887"}.ti-device-ipad-code:before{content:"\f888"}.ti-device-ipad-cog:before{content:"\f889"}.ti-device-ipad-dollar:before{content:"\f88a"}.ti-device-ipad-down:before{content:"\f88b"}.ti-device-ipad-exclamation:before{content:"\f88c"}.ti-device-ipad-filled:before{content:"\10047"}.ti-device-ipad-heart:before{content:"\f88d"}.ti-device-ipad-horizontal:before{content:"\f647"}.ti-device-ipad-horizontal-bolt:before{content:"\f88e"}.ti-device-ipad-horizontal-cancel:before{content:"\f88f"}.ti-device-ipad-horizontal-check:before{content:"\f890"}.ti-device-ipad-horizontal-code:before{content:"\f891"}.ti-device-ipad-horizontal-cog:before{content:"\f892"}.ti-device-ipad-horizontal-dollar:before{content:"\f893"}.ti-device-ipad-horizontal-down:before{content:"\f894"}.ti-device-ipad-horizontal-exclamation:before{content:"\f895"}.ti-device-ipad-horizontal-heart:before{content:"\f896"}.ti-device-ipad-horizontal-minus:before{content:"\f897"}.ti-device-ipad-horizontal-off:before{content:"\f898"}.ti-device-ipad-horizontal-pause:before{content:"\f899"}.ti-device-ipad-horizontal-pin:before{content:"\f89a"}.ti-device-ipad-horizontal-plus:before{content:"\f89b"}.ti-device-ipad-horizontal-question:before{content:"\f89c"}.ti-device-ipad-horizontal-search:before{content:"\f89d"}.ti-device-ipad-horizontal-share:before{content:"\f89e"}.ti-device-ipad-horizontal-star:before{content:"\f89f"}.ti-device-ipad-horizontal-up:before{content:"\f8a0"}.ti-device-ipad-horizontal-x:before{content:"\f8a1"}.ti-device-ipad-minus:before{content:"\f8a2"} -.ti-device-ipad-off:before{content:"\f8a3"}.ti-device-ipad-pause:before{content:"\f8a4"}.ti-device-ipad-pin:before{content:"\f8a5"}.ti-device-ipad-plus:before{content:"\f8a6"}.ti-device-ipad-question:before{content:"\f8a7"}.ti-device-ipad-search:before{content:"\f8a8"}.ti-device-ipad-share:before{content:"\f8a9"}.ti-device-ipad-star:before{content:"\f8aa"}.ti-device-ipad-up:before{content:"\f8ab"}.ti-device-ipad-x:before{content:"\f8ac"}.ti-device-landline-phone:before{content:"\f649"}.ti-device-laptop:before{content:"\eb64"}.ti-device-laptop-off:before{content:"\f061"}.ti-device-mobile:before{content:"\ea8a"}.ti-device-mobile-bolt:before{content:"\f8ad"}.ti-device-mobile-cancel:before{content:"\f8ae"}.ti-device-mobile-charging:before{content:"\f224"}.ti-device-mobile-check:before{content:"\f8af"}.ti-device-mobile-code:before{content:"\f8b0"}.ti-device-mobile-cog:before{content:"\f8b1"}.ti-device-mobile-dollar:before{content:"\f8b2"}.ti-device-mobile-down:before{content:"\f8b3"}.ti-device-mobile-exclamation:before{content:"\f8b4"}.ti-device-mobile-filled:before{content:"\fa39"}.ti-device-mobile-heart:before{content:"\f8b5"}.ti-device-mobile-message:before{content:"\ee79"}.ti-device-mobile-minus:before{content:"\f8b6"}.ti-device-mobile-off:before{content:"\f062"}.ti-device-mobile-pause:before{content:"\f8b7"}.ti-device-mobile-pin:before{content:"\f8b8"}.ti-device-mobile-plus:before{content:"\f8b9"}.ti-device-mobile-question:before{content:"\f8ba"}.ti-device-mobile-rotated:before{content:"\ecdb"}.ti-device-mobile-search:before{content:"\f8bb"}.ti-device-mobile-share:before{content:"\f8bc"}.ti-device-mobile-star:before{content:"\f8bd"}.ti-device-mobile-up:before{content:"\f8be"}.ti-device-mobile-vibration:before{content:"\eb86"}.ti-device-mobile-x:before{content:"\f8bf"}.ti-device-nintendo:before{content:"\f026"}.ti-device-nintendo-off:before{content:"\f111"}.ti-device-projector:before{content:"\fc11"}.ti-device-remote:before{content:"\f792"}.ti-device-remote-filled:before{content:"\10046"}.ti-device-sd-card:before{content:"\f384"}.ti-device-sim:before{content:"\f4b2"}.ti-device-sim-1:before{content:"\f4af"}.ti-device-sim-2:before{content:"\f4b0"}.ti-device-sim-3:before{content:"\f4b1"}.ti-device-speaker:before{content:"\ea8b"}.ti-device-speaker-filled:before{content:"\10045"}.ti-device-speaker-off:before{content:"\f112"}.ti-device-tablet:before{content:"\ea8c"}.ti-device-tablet-bolt:before{content:"\f8c0"}.ti-device-tablet-cancel:before{content:"\f8c1"}.ti-device-tablet-check:before{content:"\f8c2"}.ti-device-tablet-code:before{content:"\f8c3"}.ti-device-tablet-cog:before{content:"\f8c4"}.ti-device-tablet-dollar:before{content:"\f8c5"}.ti-device-tablet-down:before{content:"\f8c6"}.ti-device-tablet-exclamation:before{content:"\f8c7"}.ti-device-tablet-filled:before{content:"\fa3a"}.ti-device-tablet-heart:before{content:"\f8c8"}.ti-device-tablet-minus:before{content:"\f8c9"}.ti-device-tablet-off:before{content:"\f063"}.ti-device-tablet-pause:before{content:"\f8ca"} -.ti-device-tablet-pin:before{content:"\f8cb"}.ti-device-tablet-plus:before{content:"\f8cc"}.ti-device-tablet-question:before{content:"\f8cd"}.ti-device-tablet-search:before{content:"\f8ce"}.ti-device-tablet-share:before{content:"\f8cf"}.ti-device-tablet-star:before{content:"\f8d0"}.ti-device-tablet-up:before{content:"\f8d1"}.ti-device-tablet-x:before{content:"\f8d2"}.ti-device-tv:before{content:"\ea8d"}.ti-device-tv-filled:before{content:"\10043"}.ti-device-tv-off:before{content:"\f064"}.ti-device-tv-old:before{content:"\f1d3"}.ti-device-tv-old-filled:before{content:"\10044"}.ti-device-unknown:before{content:"\fef4"}.ti-device-unknown-filled:before{content:"\10018"}.ti-device-usb:before{content:"\fc59"}.ti-device-usb-filled:before{content:"\10042"}.ti-device-vision-pro:before{content:"\fae7"}.ti-device-vision-pro-filled:before{content:"\10041"}.ti-device-watch:before{content:"\ebf9"}.ti-device-watch-bolt:before{content:"\f8d3"}.ti-device-watch-cancel:before{content:"\f8d4"}.ti-device-watch-check:before{content:"\f8d5"}.ti-device-watch-code:before{content:"\f8d6"}.ti-device-watch-cog:before{content:"\f8d7"}.ti-device-watch-dollar:before{content:"\f8d8"}.ti-device-watch-down:before{content:"\f8d9"}.ti-device-watch-exclamation:before{content:"\f8da"}.ti-device-watch-filled:before{content:"\10040"}.ti-device-watch-heart:before{content:"\f8db"}.ti-device-watch-minus:before{content:"\f8dc"}.ti-device-watch-off:before{content:"\f065"}.ti-device-watch-pause:before{content:"\f8dd"}.ti-device-watch-pin:before{content:"\f8de"}.ti-device-watch-plus:before{content:"\f8df"}.ti-device-watch-question:before{content:"\f8e0"}.ti-device-watch-search:before{content:"\f8e1"}.ti-device-watch-share:before{content:"\f8e2"}.ti-device-watch-star:before{content:"\f8e3"}.ti-device-watch-stats:before{content:"\ef7d"}.ti-device-watch-stats-2:before{content:"\ef7c"}.ti-device-watch-up:before{content:"\f8e4"}.ti-device-watch-x:before{content:"\f8e5"}.ti-devices:before{content:"\eb87"}.ti-devices-2:before{content:"\ed29"}.ti-devices-bolt:before{content:"\f8e6"}.ti-devices-cancel:before{content:"\f8e7"}.ti-devices-check:before{content:"\f8e8"}.ti-devices-code:before{content:"\f8e9"}.ti-devices-cog:before{content:"\f8ea"}.ti-devices-dollar:before{content:"\f8eb"}.ti-devices-down:before{content:"\f8ec"}.ti-devices-exclamation:before{content:"\f8ed"}.ti-devices-heart:before{content:"\f8ee"}.ti-devices-minus:before{content:"\f8ef"}.ti-devices-off:before{content:"\f3e4"}.ti-devices-pause:before{content:"\f8f0"}.ti-devices-pc:before{content:"\ee7a"}.ti-devices-pc-off:before{content:"\f113"}.ti-devices-pin:before{content:"\f8f1"}.ti-devices-plus:before{content:"\f8f2"}.ti-devices-question:before{content:"\f8f3"}.ti-devices-search:before{content:"\f8f4"}.ti-devices-share:before{content:"\f8f5"}.ti-devices-star:before{content:"\f8f6"}.ti-devices-up:before{content:"\f8f7"}.ti-devices-x:before{content:"\f8f8"}.ti-diabolo:before{content:"\fa9c"} -.ti-diabolo-off:before{content:"\fa9a"}.ti-diabolo-plus:before{content:"\fa9b"}.ti-dialpad:before{content:"\f067"}.ti-dialpad-filled:before{content:"\fa3b"}.ti-dialpad-off:before{content:"\f114"}.ti-diamond:before{content:"\eb65"}.ti-diamond-filled:before{content:"\f73d"}.ti-diamond-off:before{content:"\f115"}.ti-diamonds:before{content:"\eff5"}.ti-diamonds-filled:before{content:"\f676"}.ti-diaper:before{content:"\ffa2"}.ti-dice:before{content:"\eb66"}.ti-dice-1:before{content:"\f08b"}.ti-dice-1-filled:before{content:"\f73e"}.ti-dice-2:before{content:"\f08c"}.ti-dice-2-filled:before{content:"\f73f"}.ti-dice-3:before{content:"\f08d"}.ti-dice-3-filled:before{content:"\f740"}.ti-dice-4:before{content:"\f08e"}.ti-dice-4-filled:before{content:"\f741"}.ti-dice-5:before{content:"\f08f"}.ti-dice-5-filled:before{content:"\f742"}.ti-dice-6:before{content:"\f090"}.ti-dice-6-filled:before{content:"\f743"}.ti-dice-filled:before{content:"\f744"}.ti-dimensions:before{content:"\ee7b"}.ti-direction:before{content:"\ebfb"}.ti-direction-arrows:before{content:"\fd36"}.ti-direction-horizontal:before{content:"\ebfa"}.ti-direction-sign:before{content:"\f1f7"}.ti-direction-sign-filled:before{content:"\f745"}.ti-direction-sign-off:before{content:"\f3e5"}.ti-directions:before{content:"\ea8e"}.ti-directions-filled:before{content:"\1003f"}.ti-directions-off:before{content:"\f116"}.ti-disabled:before{content:"\ea8f"}.ti-disabled-2:before{content:"\ebaf"}.ti-disabled-off:before{content:"\f117"}.ti-disc:before{content:"\ea90"}.ti-disc-filled:before{content:"\1003e"}.ti-disc-golf:before{content:"\f385"}.ti-disc-off:before{content:"\f118"}.ti-discount:before{content:"\ebbd"}.ti-discount-filled:before{content:"\1003d"}.ti-discount-off:before{content:"\f3e7"}.ti-divide:before{content:"\ed5c"}.ti-dna:before{content:"\ee7d"}.ti-dna-2:before{content:"\ef5c"}.ti-dna-2-off:before{content:"\f119"}.ti-dna-off:before{content:"\f11a"}.ti-dog:before{content:"\f660"}.ti-dog-bowl:before{content:"\ef29"}.ti-door:before{content:"\ef4e"}.ti-door-enter:before{content:"\ef4c"}.ti-door-exit:before{content:"\ef4d"}.ti-door-off:before{content:"\f11b"}.ti-dots:before{content:"\ea95"}.ti-dots-circle-horizontal:before{content:"\ea91"}.ti-dots-diagonal:before{content:"\ea93"}.ti-dots-diagonal-2:before{content:"\ea92"}.ti-dots-vertical:before{content:"\ea94"}.ti-download:before{content:"\ea96"}.ti-download-off:before{content:"\f11c"}.ti-drag-drop:before{content:"\eb89"}.ti-drag-drop-2:before{content:"\eb88"}.ti-drone:before{content:"\ed79"}.ti-drone-off:before{content:"\ee7e"}.ti-drop-circle:before{content:"\efde"}.ti-droplet:before{content:"\ea97"}.ti-droplet-bolt:before{content:"\f8f9"}.ti-droplet-cancel:before{content:"\f8fa"}.ti-droplet-check:before{content:"\f8fb"}.ti-droplet-code:before{content:"\f8fc"} -.ti-droplet-cog:before{content:"\f8fd"}.ti-droplet-dollar:before{content:"\f8fe"}.ti-droplet-down:before{content:"\f8ff"}.ti-droplet-exclamation:before{content:"\f900"}.ti-droplet-filled:before{content:"\ee80"}.ti-droplet-half:before{content:"\ee82"}.ti-droplet-half-2:before{content:"\ee81"}.ti-droplet-half-2-filled:before{content:"\fb6c"}.ti-droplet-half-filled:before{content:"\f6c5"}.ti-droplet-heart:before{content:"\f901"}.ti-droplet-minus:before{content:"\f902"}.ti-droplet-off:before{content:"\ee83"}.ti-droplet-pause:before{content:"\f903"}.ti-droplet-pin:before{content:"\f904"}.ti-droplet-plus:before{content:"\f905"}.ti-droplet-question:before{content:"\f906"}.ti-droplet-search:before{content:"\f907"}.ti-droplet-share:before{content:"\f908"}.ti-droplet-star:before{content:"\f909"}.ti-droplet-up:before{content:"\f90a"}.ti-droplet-x:before{content:"\f90b"}.ti-droplets:before{content:"\fc12"}.ti-dual-screen:before{content:"\fa59"}.ti-dumpling:before{content:"\feb5"}.ti-e-passport:before{content:"\f4df"}.ti-ear:before{content:"\ebce"}.ti-ear-off:before{content:"\ee84"}.ti-ear-scan:before{content:"\fd57"}.ti-ease-in:before{content:"\f573"}.ti-ease-in-control-point:before{content:"\f570"}.ti-ease-in-out:before{content:"\f572"}.ti-ease-in-out-control-points:before{content:"\f571"}.ti-ease-out:before{content:"\f575"}.ti-ease-out-control-point:before{content:"\f574"}.ti-edit:before{content:"\ea98"}.ti-edit-circle:before{content:"\ee85"}.ti-edit-circle-off:before{content:"\f11d"}.ti-edit-off:before{content:"\f11e"}.ti-egg:before{content:"\eb8a"}.ti-egg-cracked:before{content:"\f2d6"}.ti-egg-cracked-filled:before{content:"\10012"}.ti-egg-filled:before{content:"\f678"}.ti-egg-fried:before{content:"\f386"}.ti-egg-off:before{content:"\f11f"}.ti-eggs:before{content:"\f500"}.ti-elevator:before{content:"\efdf"}.ti-elevator-filled:before{content:"\1003c"}.ti-elevator-off:before{content:"\f3e8"}.ti-emergency-bed:before{content:"\ef5d"}.ti-empathize:before{content:"\f29b"}.ti-empathize-off:before{content:"\f3e9"}.ti-emphasis:before{content:"\ebcf"}.ti-engine:before{content:"\ef7e"}.ti-engine-off:before{content:"\f120"}.ti-equal:before{content:"\ee87"}.ti-equal-double:before{content:"\f4e1"}.ti-equal-not:before{content:"\ee86"}.ti-eraser:before{content:"\eb8b"}.ti-eraser-off:before{content:"\f121"}.ti-error-404:before{content:"\f027"}.ti-error-404-off:before{content:"\f122"}.ti-escalator:before{content:"\fb06"}.ti-escalator-down:before{content:"\fb04"}.ti-escalator-up:before{content:"\fb05"}.ti-exchange:before{content:"\ebe7"}.ti-exchange-off:before{content:"\f123"}.ti-exclamation-circle:before{content:"\f634"}.ti-exclamation-circle-filled:before{content:"\ff62"}.ti-exclamation-mark:before{content:"\efb4"}.ti-exclamation-mark-off:before{content:"\f124"}.ti-explicit:before{content:"\f256"} -.ti-explicit-off:before{content:"\f3ea"}.ti-exposure:before{content:"\eb8c"}.ti-exposure-0:before{content:"\f29c"}.ti-exposure-minus-1:before{content:"\f29d"}.ti-exposure-minus-2:before{content:"\f29e"}.ti-exposure-off:before{content:"\f3eb"}.ti-exposure-plus-1:before{content:"\f29f"}.ti-exposure-plus-2:before{content:"\f2a0"}.ti-external-link:before{content:"\ea99"}.ti-external-link-off:before{content:"\f125"}.ti-eye:before{content:"\ea9a"}.ti-eye-bitcoin:before{content:"\ff3d"}.ti-eye-bolt:before{content:"\fb6d"}.ti-eye-cancel:before{content:"\fb6e"}.ti-eye-check:before{content:"\ee88"}.ti-eye-closed:before{content:"\f7ec"}.ti-eye-code:before{content:"\fb6f"}.ti-eye-cog:before{content:"\f7ed"}.ti-eye-discount:before{content:"\fb70"}.ti-eye-dollar:before{content:"\fb71"}.ti-eye-dotted:before{content:"\fead"}.ti-eye-down:before{content:"\fb72"}.ti-eye-edit:before{content:"\f7ee"}.ti-eye-exclamation:before{content:"\f7ef"}.ti-eye-filled:before{content:"\f679"}.ti-eye-heart:before{content:"\f7f0"}.ti-eye-minus:before{content:"\fb73"}.ti-eye-off:before{content:"\ecf0"}.ti-eye-pause:before{content:"\fb74"}.ti-eye-pin:before{content:"\fb75"}.ti-eye-plus:before{content:"\fb76"}.ti-eye-question:before{content:"\fb77"}.ti-eye-search:before{content:"\fb78"}.ti-eye-share:before{content:"\fb79"}.ti-eye-spark:before{content:"\ffba"}.ti-eye-star:before{content:"\fb7a"}.ti-eye-table:before{content:"\ef5e"}.ti-eye-up:before{content:"\fb7b"}.ti-eye-x:before{content:"\f7f1"}.ti-eyeglass:before{content:"\ee8a"}.ti-eyeglass-2:before{content:"\ee89"}.ti-eyeglass-off:before{content:"\f126"}.ti-face-id:before{content:"\ea9b"}.ti-face-id-error:before{content:"\efa7"}.ti-face-mask:before{content:"\efb5"}.ti-face-mask-off:before{content:"\f127"}.ti-fall:before{content:"\ecb9"}.ti-favicon:before{content:"\fd65"}.ti-favicon-filled:before{content:"\10071"}.ti-feather:before{content:"\ee8b"}.ti-feather-filled:before{content:"\10011"}.ti-feather-off:before{content:"\f128"}.ti-fence:before{content:"\ef2a"}.ti-fence-off:before{content:"\f129"}.ti-ferry:before{content:"\10074"}.ti-fidget-spinner:before{content:"\f068"}.ti-file:before{content:"\eaa4"}.ti-file-3d:before{content:"\f032"}.ti-file-ai:before{content:"\ffa1"}.ti-file-alert:before{content:"\ede6"}.ti-file-analytics:before{content:"\ede7"}.ti-file-arrow-left:before{content:"\f033"}.ti-file-arrow-right:before{content:"\f034"}.ti-file-barcode:before{content:"\f035"}.ti-file-bitcoin:before{content:"\ffa0"}.ti-file-broken:before{content:"\f501"}.ti-file-certificate:before{content:"\ed4d"}.ti-file-chart:before{content:"\f036"}.ti-file-check:before{content:"\ea9c"}.ti-file-code:before{content:"\ebd0"}.ti-file-code-2:before{content:"\ede8"}.ti-file-cv:before{content:"\fa5a"}.ti-file-database:before{content:"\f037"} -.ti-file-delta:before{content:"\f53d"}.ti-file-description:before{content:"\f028"}.ti-file-diff:before{content:"\ecf1"}.ti-file-digit:before{content:"\efa8"}.ti-file-dislike:before{content:"\ed2a"}.ti-file-dollar:before{content:"\efe0"}.ti-file-dots:before{content:"\f038"}.ti-file-download:before{content:"\ea9d"}.ti-file-euro:before{content:"\efe1"}.ti-file-excel:before{content:"\fef3"}.ti-file-export:before{content:"\ede9"}.ti-file-filled:before{content:"\f747"}.ti-file-function:before{content:"\f53e"}.ti-file-horizontal:before{content:"\ebb0"}.ti-file-import:before{content:"\edea"}.ti-file-infinity:before{content:"\f502"}.ti-file-info:before{content:"\edec"}.ti-file-invoice:before{content:"\eb67"}.ti-file-isr:before{content:"\feac"}.ti-file-lambda:before{content:"\f53f"}.ti-file-like:before{content:"\ed2b"}.ti-file-minus:before{content:"\ea9e"}.ti-file-music:before{content:"\ea9f"}.ti-file-neutral:before{content:"\fd22"}.ti-file-off:before{content:"\ecf2"}.ti-file-orientation:before{content:"\f2a1"}.ti-file-pencil:before{content:"\f039"}.ti-file-percent:before{content:"\f540"}.ti-file-phone:before{content:"\ecdc"}.ti-file-plus:before{content:"\eaa0"}.ti-file-power:before{content:"\f03a"}.ti-file-report:before{content:"\eded"}.ti-file-rss:before{content:"\f03b"}.ti-file-sad:before{content:"\fd23"}.ti-file-scissors:before{content:"\f03c"}.ti-file-search:before{content:"\ed5d"}.ti-file-settings:before{content:"\f029"}.ti-file-shredder:before{content:"\eaa1"}.ti-file-signal:before{content:"\f03d"}.ti-file-smile:before{content:"\fd24"}.ti-file-spark:before{content:"\ffb9"}.ti-file-spreadsheet:before{content:"\f03e"}.ti-file-stack:before{content:"\f503"}.ti-file-star:before{content:"\f03f"}.ti-file-symlink:before{content:"\ed53"}.ti-file-text:before{content:"\eaa2"}.ti-file-text-ai:before{content:"\fa27"}.ti-file-text-spark:before{content:"\ffb8"}.ti-file-time:before{content:"\f040"}.ti-file-type-bmp:before{content:"\fb07"}.ti-file-type-css:before{content:"\fb08"}.ti-file-type-csv:before{content:"\fb09"}.ti-file-type-doc:before{content:"\fb0a"}.ti-file-type-docx:before{content:"\fb0b"}.ti-file-type-html:before{content:"\fb0c"}.ti-file-type-jpg:before{content:"\fb0d"}.ti-file-type-js:before{content:"\fb0e"}.ti-file-type-jsx:before{content:"\fb0f"}.ti-file-type-pdf:before{content:"\fb10"}.ti-file-type-php:before{content:"\fb11"}.ti-file-type-png:before{content:"\fb12"}.ti-file-type-ppt:before{content:"\fb13"}.ti-file-type-rs:before{content:"\fb14"}.ti-file-type-sql:before{content:"\fb15"}.ti-file-type-svg:before{content:"\fb16"}.ti-file-type-ts:before{content:"\fb17"}.ti-file-type-tsx:before{content:"\fb18"}.ti-file-type-txt:before{content:"\fb19"}.ti-file-type-vue:before{content:"\fb1a"}.ti-file-type-xls:before{content:"\fb1b"}.ti-file-type-xml:before{content:"\fb1c"} -.ti-file-type-zip:before{content:"\fb1d"}.ti-file-typography:before{content:"\f041"}.ti-file-unknown:before{content:"\f042"}.ti-file-upload:before{content:"\ec91"}.ti-file-vector:before{content:"\f043"}.ti-file-word:before{content:"\fef2"}.ti-file-x:before{content:"\eaa3"}.ti-file-x-filled:before{content:"\f748"}.ti-file-zip:before{content:"\ed4e"}.ti-files:before{content:"\edef"}.ti-files-off:before{content:"\edee"}.ti-filter:before{content:"\eaa5"}.ti-filter-bolt:before{content:"\fb7c"}.ti-filter-cancel:before{content:"\fb7d"}.ti-filter-check:before{content:"\fb7e"}.ti-filter-code:before{content:"\fb7f"}.ti-filter-cog:before{content:"\f9fe"}.ti-filter-discount:before{content:"\fb80"}.ti-filter-dollar:before{content:"\f9ff"}.ti-filter-down:before{content:"\fb81"}.ti-filter-edit:before{content:"\fa00"}.ti-filter-exclamation:before{content:"\fb82"}.ti-filter-filled:before{content:"\fc27"}.ti-filter-heart:before{content:"\fb83"}.ti-filter-minus:before{content:"\fa01"}.ti-filter-off:before{content:"\ed2c"}.ti-filter-pause:before{content:"\fb84"}.ti-filter-pin:before{content:"\fb85"}.ti-filter-plus:before{content:"\fa02"}.ti-filter-question:before{content:"\fb86"}.ti-filter-search:before{content:"\fb87"}.ti-filter-share:before{content:"\fb88"}.ti-filter-star:before{content:"\fa03"}.ti-filter-up:before{content:"\fb89"}.ti-filter-x:before{content:"\fa04"}.ti-filters:before{content:"\f793"}.ti-fingerprint:before{content:"\ebd1"}.ti-fingerprint-off:before{content:"\f12a"}.ti-fingerprint-scan:before{content:"\fcb5"}.ti-fire-extinguisher:before{content:"\faf6"}.ti-fire-hydrant:before{content:"\f3a9"}.ti-fire-hydrant-off:before{content:"\f3ec"}.ti-firetruck:before{content:"\ebe8"}.ti-first-aid-kit:before{content:"\ef5f"}.ti-first-aid-kit-off:before{content:"\f3ed"}.ti-fish:before{content:"\ef2b"}.ti-fish-bone:before{content:"\f287"}.ti-fish-christianity:before{content:"\f58b"}.ti-fish-hook:before{content:"\f1f9"}.ti-fish-hook-off:before{content:"\f3ee"}.ti-fish-off:before{content:"\f12b"}.ti-flag:before{content:"\eaa6"}.ti-flag-2:before{content:"\ee8c"}.ti-flag-2-filled:before{content:"\f707"}.ti-flag-2-off:before{content:"\f12c"}.ti-flag-3:before{content:"\ee8d"}.ti-flag-3-filled:before{content:"\f708"}.ti-flag-bitcoin:before{content:"\ff3c"}.ti-flag-bolt:before{content:"\fb8a"}.ti-flag-cancel:before{content:"\fb8b"}.ti-flag-check:before{content:"\fb8c"}.ti-flag-code:before{content:"\fb8d"}.ti-flag-cog:before{content:"\fb8e"}.ti-flag-discount:before{content:"\fb8f"}.ti-flag-dollar:before{content:"\fb90"}.ti-flag-down:before{content:"\fb91"}.ti-flag-exclamation:before{content:"\fb92"}.ti-flag-filled:before{content:"\f67a"}.ti-flag-heart:before{content:"\fb93"}.ti-flag-minus:before{content:"\fb94"}.ti-flag-off:before{content:"\f12d"}.ti-flag-pause:before{content:"\fb95"} -.ti-flag-pin:before{content:"\fb96"}.ti-flag-plus:before{content:"\fb97"}.ti-flag-question:before{content:"\fb98"}.ti-flag-search:before{content:"\fb99"}.ti-flag-share:before{content:"\fb9a"}.ti-flag-spark:before{content:"\ffb7"}.ti-flag-star:before{content:"\fb9b"}.ti-flag-up:before{content:"\fb9c"}.ti-flag-x:before{content:"\fb9d"}.ti-flame:before{content:"\ec2c"}.ti-flame-off:before{content:"\f12e"}.ti-flare:before{content:"\ee8e"}.ti-flask:before{content:"\ebd2"}.ti-flask-2:before{content:"\ef60"}.ti-flask-2-filled:before{content:"\fd12"}.ti-flask-2-off:before{content:"\f12f"}.ti-flask-filled:before{content:"\fd13"}.ti-flask-off:before{content:"\f130"}.ti-flip-flops:before{content:"\f564"}.ti-flip-horizontal:before{content:"\eaa7"}.ti-flip-vertical:before{content:"\eaa8"}.ti-float-center:before{content:"\ebb1"}.ti-float-left:before{content:"\ebb2"}.ti-float-none:before{content:"\ed13"}.ti-float-right:before{content:"\ebb3"}.ti-flower:before{content:"\eff6"}.ti-flower-filled:before{content:"\10010"}.ti-flower-off:before{content:"\f131"}.ti-focus:before{content:"\eb8d"}.ti-focus-2:before{content:"\ebd3"}.ti-focus-auto:before{content:"\fa62"}.ti-focus-centered:before{content:"\f02a"}.ti-fold:before{content:"\ed56"}.ti-fold-down:before{content:"\ed54"}.ti-fold-up:before{content:"\ed55"}.ti-folder:before{content:"\eaad"}.ti-folder-bolt:before{content:"\f90c"}.ti-folder-cancel:before{content:"\f90d"}.ti-folder-check:before{content:"\f90e"}.ti-folder-code:before{content:"\f90f"}.ti-folder-cog:before{content:"\f910"}.ti-folder-dollar:before{content:"\f911"}.ti-folder-down:before{content:"\f912"}.ti-folder-exclamation:before{content:"\f913"}.ti-folder-filled:before{content:"\f749"}.ti-folder-heart:before{content:"\f914"}.ti-folder-minus:before{content:"\eaaa"}.ti-folder-off:before{content:"\ed14"}.ti-folder-open:before{content:"\faf7"}.ti-folder-pause:before{content:"\f915"}.ti-folder-pin:before{content:"\f916"}.ti-folder-plus:before{content:"\eaab"}.ti-folder-question:before{content:"\f917"}.ti-folder-root:before{content:"\fd43"}.ti-folder-search:before{content:"\f918"}.ti-folder-share:before{content:"\f919"}.ti-folder-star:before{content:"\f91a"}.ti-folder-symlink:before{content:"\f91b"}.ti-folder-up:before{content:"\f91c"}.ti-folder-x:before{content:"\eaac"}.ti-folders:before{content:"\eaae"}.ti-folders-off:before{content:"\f133"}.ti-forbid:before{content:"\ebd5"}.ti-forbid-2:before{content:"\ebd4"}.ti-forbid-2-filled:before{content:"\fc28"}.ti-forbid-filled:before{content:"\fc29"}.ti-forklift:before{content:"\ebe9"}.ti-forms:before{content:"\ee8f"}.ti-fountain:before{content:"\f09b"}.ti-fountain-filled:before{content:"\fc2a"}.ti-fountain-off:before{content:"\f134"}.ti-frame:before{content:"\eaaf"}.ti-frame-off:before{content:"\f135"} -.ti-free-rights:before{content:"\efb6"}.ti-freeze-column:before{content:"\fa63"}.ti-freeze-row:before{content:"\fa65"}.ti-freeze-row-column:before{content:"\fa64"}.ti-fridge:before{content:"\f1fa"}.ti-fridge-off:before{content:"\f3ef"}.ti-friends:before{content:"\eab0"}.ti-friends-off:before{content:"\f136"}.ti-frustum:before{content:"\fa9f"}.ti-frustum-off:before{content:"\fa9d"}.ti-frustum-plus:before{content:"\fa9e"}.ti-function:before{content:"\f225"}.ti-function-filled:before{content:"\fc2b"}.ti-function-off:before{content:"\f3f0"}.ti-galaxy:before{content:"\fcb6"}.ti-garden-cart:before{content:"\f23e"}.ti-garden-cart-off:before{content:"\f3f1"}.ti-gas-station:before{content:"\ec7d"}.ti-gas-station-off:before{content:"\f137"}.ti-gauge:before{content:"\eab1"}.ti-gauge-filled:before{content:"\fc2c"}.ti-gauge-off:before{content:"\f138"}.ti-gavel:before{content:"\ef90"}.ti-gender-agender:before{content:"\f0e1"}.ti-gender-androgyne:before{content:"\f0e2"}.ti-gender-bigender:before{content:"\f0e3"}.ti-gender-demiboy:before{content:"\f0e4"}.ti-gender-demigirl:before{content:"\f0e5"}.ti-gender-epicene:before{content:"\f0e6"}.ti-gender-female:before{content:"\f0e7"}.ti-gender-femme:before{content:"\f0e8"}.ti-gender-genderfluid:before{content:"\f0e9"}.ti-gender-genderless:before{content:"\f0ea"}.ti-gender-genderqueer:before{content:"\f0eb"}.ti-gender-hermaphrodite:before{content:"\f0ec"}.ti-gender-intergender:before{content:"\f0ed"}.ti-gender-male:before{content:"\f0ee"}.ti-gender-neutrois:before{content:"\f0ef"}.ti-gender-third:before{content:"\f0f0"}.ti-gender-transgender:before{content:"\f0f1"}.ti-gender-trasvesti:before{content:"\f0f2"}.ti-geometry:before{content:"\ee90"}.ti-ghost:before{content:"\eb8e"}.ti-ghost-2:before{content:"\f57c"}.ti-ghost-2-filled:before{content:"\f74a"}.ti-ghost-3:before{content:"\fc13"}.ti-ghost-filled:before{content:"\f74b"}.ti-ghost-off:before{content:"\f3f2"}.ti-gif:before{content:"\f257"}.ti-gift:before{content:"\eb68"}.ti-gift-card:before{content:"\f3aa"}.ti-gift-card-filled:before{content:"\fc2d"}.ti-gift-filled:before{content:"\fd14"}.ti-gift-off:before{content:"\f3f3"}.ti-git-branch:before{content:"\eab2"}.ti-git-branch-deleted:before{content:"\f57d"}.ti-git-cherry-pick:before{content:"\f57e"}.ti-git-commit:before{content:"\eab3"}.ti-git-compare:before{content:"\eab4"}.ti-git-fork:before{content:"\eb8f"}.ti-git-merge:before{content:"\eab5"}.ti-git-pull-request:before{content:"\eab6"}.ti-git-pull-request-closed:before{content:"\ef7f"}.ti-git-pull-request-draft:before{content:"\efb7"}.ti-gizmo:before{content:"\f02b"}.ti-glass:before{content:"\eab8"}.ti-glass-champagne:before{content:"\fd9c"}.ti-glass-cocktail:before{content:"\fd9d"}.ti-glass-filled:before{content:"\1000f"}.ti-glass-full:before{content:"\eab7"}.ti-glass-full-filled:before{content:"\fc2e"} -.ti-glass-gin:before{content:"\fd9e"}.ti-glass-off:before{content:"\ee91"}.ti-globe:before{content:"\eab9"}.ti-globe-filled:before{content:"\fc2f"}.ti-globe-off:before{content:"\f139"}.ti-go-game:before{content:"\f512"}.ti-golf:before{content:"\ed8c"}.ti-golf-off:before{content:"\f13a"}.ti-gps:before{content:"\ed7a"}.ti-gps-filled:before{content:"\fe48"}.ti-gradienter:before{content:"\f3ab"}.ti-grain:before{content:"\ee92"}.ti-graph:before{content:"\f288"}.ti-graph-filled:before{content:"\fd15"}.ti-graph-off:before{content:"\f3f4"}.ti-grave:before{content:"\f580"}.ti-grave-2:before{content:"\f57f"}.ti-grid-3x3:before{content:"\fca4"}.ti-grid-4x4:before{content:"\fca5"}.ti-grid-dots:before{content:"\eaba"}.ti-grid-goldenratio:before{content:"\fca6"}.ti-grid-pattern:before{content:"\efc9"}.ti-grid-scan:before{content:"\fca7"}.ti-grill:before{content:"\efa9"}.ti-grill-fork:before{content:"\f35b"}.ti-grill-off:before{content:"\f3f5"}.ti-grill-spatula:before{content:"\f35c"}.ti-grip-horizontal:before{content:"\ec00"}.ti-grip-vertical:before{content:"\ec01"}.ti-growth:before{content:"\ee93"}.ti-guitar-pick:before{content:"\f4c6"}.ti-guitar-pick-filled:before{content:"\f67b"}.ti-gymnastics:before{content:"\fd44"}.ti-h-1:before{content:"\ec94"}.ti-h-2:before{content:"\ec95"}.ti-h-3:before{content:"\ec96"}.ti-h-4:before{content:"\ec97"}.ti-h-5:before{content:"\ec98"}.ti-h-6:before{content:"\ec99"}.ti-hammer:before{content:"\ef91"}.ti-hammer-off:before{content:"\f13c"}.ti-hand-click:before{content:"\ef4f"}.ti-hand-finger:before{content:"\ee94"}.ti-hand-finger-down:before{content:"\ff4f"}.ti-hand-finger-left:before{content:"\ff4e"}.ti-hand-finger-off:before{content:"\f13d"}.ti-hand-finger-right:before{content:"\ff4d"}.ti-hand-grab:before{content:"\f091"}.ti-hand-little-finger:before{content:"\ee95"}.ti-hand-love-you:before{content:"\ee97"}.ti-hand-middle-finger:before{content:"\ec2d"}.ti-hand-move:before{content:"\ef50"}.ti-hand-off:before{content:"\ed15"}.ti-hand-ring-finger:before{content:"\ee96"}.ti-hand-sanitizer:before{content:"\f5f4"}.ti-hand-stop:before{content:"\ec2e"}.ti-hand-three-fingers:before{content:"\ee98"}.ti-hand-two-fingers:before{content:"\ee99"}.ti-hanger:before{content:"\ee9a"}.ti-hanger-2:before{content:"\f09c"}.ti-hanger-2-filled:before{content:"\ff61"}.ti-hanger-off:before{content:"\f13e"}.ti-hash:before{content:"\eabc"}.ti-haze:before{content:"\efaa"}.ti-haze-moon:before{content:"\faf8"}.ti-hdr:before{content:"\fa7b"}.ti-heading:before{content:"\ee9b"}.ti-heading-off:before{content:"\f13f"}.ti-headphones:before{content:"\eabd"}.ti-headphones-filled:before{content:"\fa3c"}.ti-headphones-off:before{content:"\ed1d"}.ti-headset:before{content:"\eb90"}.ti-headset-off:before{content:"\f3f6"} -.ti-health-recognition:before{content:"\f1fb"}.ti-heart:before{content:"\eabe"}.ti-heart-bitcoin:before{content:"\ff3b"}.ti-heart-bolt:before{content:"\fb9e"}.ti-heart-broken:before{content:"\ecba"}.ti-heart-cancel:before{content:"\fb9f"}.ti-heart-check:before{content:"\fba0"}.ti-heart-code:before{content:"\fba1"}.ti-heart-cog:before{content:"\fba2"}.ti-heart-discount:before{content:"\fba3"}.ti-heart-dollar:before{content:"\fba4"}.ti-heart-down:before{content:"\fba5"}.ti-heart-exclamation:before{content:"\fba6"}.ti-heart-filled:before{content:"\f67c"}.ti-heart-handshake:before{content:"\f0f3"}.ti-heart-minus:before{content:"\f140"}.ti-heart-off:before{content:"\f141"}.ti-heart-pause:before{content:"\fba7"}.ti-heart-pin:before{content:"\fba8"}.ti-heart-plus:before{content:"\f142"}.ti-heart-question:before{content:"\fba9"}.ti-heart-rate-monitor:before{content:"\ef61"}.ti-heart-search:before{content:"\fbaa"}.ti-heart-share:before{content:"\fbab"}.ti-heart-spark:before{content:"\ffb6"}.ti-heart-star:before{content:"\fbac"}.ti-heart-up:before{content:"\fbad"}.ti-heart-x:before{content:"\fbae"}.ti-heartbeat:before{content:"\ef92"}.ti-hearts:before{content:"\f387"}.ti-hearts-off:before{content:"\f3f7"}.ti-helicopter:before{content:"\ed8e"}.ti-helicopter-landing:before{content:"\ed8d"}.ti-helmet:before{content:"\efca"}.ti-helmet-off:before{content:"\f143"}.ti-help:before{content:"\eabf"}.ti-help-circle:before{content:"\f91d"}.ti-help-circle-filled:before{content:"\fa3d"}.ti-help-hexagon:before{content:"\f7a8"}.ti-help-hexagon-filled:before{content:"\fa3e"}.ti-help-octagon:before{content:"\f7a9"}.ti-help-octagon-filled:before{content:"\fa3f"}.ti-help-off:before{content:"\f3f8"}.ti-help-small:before{content:"\f91e"}.ti-help-square:before{content:"\f920"}.ti-help-square-filled:before{content:"\fa40"}.ti-help-square-rounded:before{content:"\f91f"}.ti-help-square-rounded-filled:before{content:"\fa41"}.ti-help-triangle:before{content:"\f921"}.ti-help-triangle-filled:before{content:"\fa42"}.ti-hemisphere:before{content:"\faa2"}.ti-hemisphere-off:before{content:"\faa0"}.ti-hemisphere-plus:before{content:"\faa1"}.ti-hexagon:before{content:"\ec02"}.ti-hexagon-3d:before{content:"\f4c7"}.ti-hexagon-filled:before{content:"\f67d"}.ti-hexagon-letter-a:before{content:"\f463"}.ti-hexagon-letter-a-filled:before{content:"\fe47"}.ti-hexagon-letter-b:before{content:"\f464"}.ti-hexagon-letter-b-filled:before{content:"\fe46"}.ti-hexagon-letter-c:before{content:"\f465"}.ti-hexagon-letter-c-filled:before{content:"\fe45"}.ti-hexagon-letter-d:before{content:"\f466"}.ti-hexagon-letter-d-filled:before{content:"\fe44"}.ti-hexagon-letter-e:before{content:"\f467"}.ti-hexagon-letter-e-filled:before{content:"\fe43"}.ti-hexagon-letter-f:before{content:"\f468"}.ti-hexagon-letter-f-filled:before{content:"\fe42"}.ti-hexagon-letter-g:before{content:"\f469"} -.ti-hexagon-letter-g-filled:before{content:"\fe41"}.ti-hexagon-letter-h:before{content:"\f46a"}.ti-hexagon-letter-h-filled:before{content:"\fe40"}.ti-hexagon-letter-i:before{content:"\f46b"}.ti-hexagon-letter-i-filled:before{content:"\fe3f"}.ti-hexagon-letter-j:before{content:"\f46c"}.ti-hexagon-letter-j-filled:before{content:"\fe3e"}.ti-hexagon-letter-k:before{content:"\f46d"}.ti-hexagon-letter-k-filled:before{content:"\fe3d"}.ti-hexagon-letter-l:before{content:"\f46e"}.ti-hexagon-letter-l-filled:before{content:"\fe3c"}.ti-hexagon-letter-m:before{content:"\f46f"}.ti-hexagon-letter-m-filled:before{content:"\fe3b"}.ti-hexagon-letter-n:before{content:"\f470"}.ti-hexagon-letter-n-filled:before{content:"\fe3a"}.ti-hexagon-letter-o:before{content:"\f471"}.ti-hexagon-letter-o-filled:before{content:"\fe39"}.ti-hexagon-letter-p:before{content:"\f472"}.ti-hexagon-letter-p-filled:before{content:"\fe38"}.ti-hexagon-letter-q:before{content:"\f473"}.ti-hexagon-letter-q-filled:before{content:"\fe37"}.ti-hexagon-letter-r:before{content:"\f474"}.ti-hexagon-letter-r-filled:before{content:"\fe36"}.ti-hexagon-letter-s:before{content:"\f475"}.ti-hexagon-letter-s-filled:before{content:"\fe35"}.ti-hexagon-letter-t:before{content:"\f476"}.ti-hexagon-letter-t-filled:before{content:"\fe34"}.ti-hexagon-letter-u:before{content:"\f477"}.ti-hexagon-letter-u-filled:before{content:"\fe33"}.ti-hexagon-letter-v:before{content:"\f4b3"}.ti-hexagon-letter-v-filled:before{content:"\fe32"}.ti-hexagon-letter-w:before{content:"\f478"}.ti-hexagon-letter-w-filled:before{content:"\fe31"}.ti-hexagon-letter-x:before{content:"\f479"}.ti-hexagon-letter-x-filled:before{content:"\fe30"}.ti-hexagon-letter-y:before{content:"\f47a"}.ti-hexagon-letter-y-filled:before{content:"\fe2f"}.ti-hexagon-letter-z:before{content:"\f47b"}.ti-hexagon-letter-z-filled:before{content:"\fe2e"}.ti-hexagon-minus:before{content:"\fc8f"}.ti-hexagon-minus-2:before{content:"\fc8e"}.ti-hexagon-minus-filled:before{content:"\fe2d"}.ti-hexagon-number-0:before{content:"\f459"}.ti-hexagon-number-0-filled:before{content:"\f74c"}.ti-hexagon-number-1:before{content:"\f45a"}.ti-hexagon-number-1-filled:before{content:"\f74d"}.ti-hexagon-number-2:before{content:"\f45b"}.ti-hexagon-number-2-filled:before{content:"\f74e"}.ti-hexagon-number-3:before{content:"\f45c"}.ti-hexagon-number-3-filled:before{content:"\f74f"}.ti-hexagon-number-4:before{content:"\f45d"}.ti-hexagon-number-4-filled:before{content:"\f750"}.ti-hexagon-number-5:before{content:"\f45e"}.ti-hexagon-number-5-filled:before{content:"\f751"}.ti-hexagon-number-6:before{content:"\f45f"}.ti-hexagon-number-6-filled:before{content:"\f752"}.ti-hexagon-number-7:before{content:"\f460"}.ti-hexagon-number-7-filled:before{content:"\f753"}.ti-hexagon-number-8:before{content:"\f461"}.ti-hexagon-number-8-filled:before{content:"\f754"}.ti-hexagon-number-9:before{content:"\f462"}.ti-hexagon-number-9-filled:before{content:"\f755"}.ti-hexagon-off:before{content:"\ee9c"}.ti-hexagon-plus:before{content:"\fc45"} -.ti-hexagon-plus-2:before{content:"\fc90"}.ti-hexagon-plus-filled:before{content:"\fe2c"}.ti-hexagonal-prism:before{content:"\faa5"}.ti-hexagonal-prism-off:before{content:"\faa3"}.ti-hexagonal-prism-plus:before{content:"\faa4"}.ti-hexagonal-pyramid:before{content:"\faa8"}.ti-hexagonal-pyramid-off:before{content:"\faa6"}.ti-hexagonal-pyramid-plus:before{content:"\faa7"}.ti-hexagons:before{content:"\f09d"}.ti-hexagons-off:before{content:"\f3f9"}.ti-hierarchy:before{content:"\ee9e"}.ti-hierarchy-2:before{content:"\ee9d"}.ti-hierarchy-3:before{content:"\f289"}.ti-hierarchy-off:before{content:"\f3fa"}.ti-highlight:before{content:"\ef3f"}.ti-highlight-off:before{content:"\f144"}.ti-history:before{content:"\ebea"}.ti-history-off:before{content:"\f3fb"}.ti-history-toggle:before{content:"\f1fc"}.ti-home:before{content:"\eac1"}.ti-home-2:before{content:"\eac0"}.ti-home-bitcoin:before{content:"\ff3a"}.ti-home-bolt:before{content:"\f336"}.ti-home-cancel:before{content:"\f350"}.ti-home-check:before{content:"\f337"}.ti-home-cog:before{content:"\f338"}.ti-home-dollar:before{content:"\f339"}.ti-home-dot:before{content:"\f33a"}.ti-home-down:before{content:"\f33b"}.ti-home-eco:before{content:"\f351"}.ti-home-edit:before{content:"\f352"}.ti-home-exclamation:before{content:"\f33c"}.ti-home-filled:before{content:"\fe2b"}.ti-home-hand:before{content:"\f504"}.ti-home-heart:before{content:"\f353"}.ti-home-infinity:before{content:"\f505"}.ti-home-link:before{content:"\f354"}.ti-home-minus:before{content:"\f33d"}.ti-home-move:before{content:"\f33e"}.ti-home-off:before{content:"\f145"}.ti-home-plus:before{content:"\f33f"}.ti-home-question:before{content:"\f340"}.ti-home-ribbon:before{content:"\f355"}.ti-home-search:before{content:"\f341"}.ti-home-share:before{content:"\f342"}.ti-home-shield:before{content:"\f343"}.ti-home-signal:before{content:"\f356"}.ti-home-spark:before{content:"\ffb5"}.ti-home-star:before{content:"\f344"}.ti-home-stats:before{content:"\f345"}.ti-home-up:before{content:"\f346"}.ti-home-x:before{content:"\f347"}.ti-horse:before{content:"\fc46"}.ti-horse-toy:before{content:"\f28a"}.ti-horseshoe:before{content:"\fcb7"}.ti-hospital:before{content:"\fd59"}.ti-hospital-circle:before{content:"\fd58"}.ti-hospital-circle-filled:before{content:"\fed2"}.ti-hotel-service:before{content:"\ef80"}.ti-hourglass:before{content:"\ef93"}.ti-hourglass-empty:before{content:"\f146"}.ti-hourglass-filled:before{content:"\f756"}.ti-hourglass-high:before{content:"\f092"}.ti-hourglass-low:before{content:"\f093"}.ti-hourglass-off:before{content:"\f147"}.ti-hours-12:before{content:"\fc53"}.ti-hours-24:before{content:"\f5e7"}.ti-html:before{content:"\f7b1"}.ti-http-connect:before{content:"\fa28"}.ti-http-delete:before{content:"\fa29"}.ti-http-get:before{content:"\fa2a"}.ti-http-head:before{content:"\fa2b"} -.ti-http-options:before{content:"\fa2c"}.ti-http-patch:before{content:"\fa2d"}.ti-http-post:before{content:"\fa2e"}.ti-http-put:before{content:"\fa2f"}.ti-http-que:before{content:"\fa5b"}.ti-http-trace:before{content:"\fa30"}.ti-ice-cream:before{content:"\eac2"}.ti-ice-cream-2:before{content:"\ee9f"}.ti-ice-cream-off:before{content:"\f148"}.ti-ice-skating:before{content:"\efcb"}.ti-icons:before{content:"\f1d4"}.ti-icons-filled:before{content:"\10070"}.ti-icons-off:before{content:"\f3fc"}.ti-id:before{content:"\eac3"}.ti-id-badge:before{content:"\eff7"}.ti-id-badge-2:before{content:"\f076"}.ti-id-badge-off:before{content:"\f3fd"}.ti-id-off:before{content:"\f149"}.ti-ikosaedr:before{content:"\fec6"}.ti-image-in-picture:before{content:"\fd9f"}.ti-inbox:before{content:"\eac4"}.ti-inbox-off:before{content:"\f14a"}.ti-indent-decrease:before{content:"\eb91"}.ti-indent-increase:before{content:"\eb92"}.ti-infinity:before{content:"\eb69"}.ti-infinity-off:before{content:"\f3fe"}.ti-info-circle:before{content:"\eac5"}.ti-info-circle-filled:before{content:"\f6d8"}.ti-info-hexagon:before{content:"\f7aa"}.ti-info-hexagon-filled:before{content:"\fa43"}.ti-info-octagon:before{content:"\f7ab"}.ti-info-octagon-filled:before{content:"\fa44"}.ti-info-small:before{content:"\f922"}.ti-info-square:before{content:"\eac6"}.ti-info-square-filled:before{content:"\fa45"}.ti-info-square-rounded:before{content:"\f635"}.ti-info-square-rounded-filled:before{content:"\f6d9"}.ti-info-triangle:before{content:"\f923"}.ti-info-triangle-filled:before{content:"\fa46"}.ti-inner-shadow-bottom:before{content:"\f520"}.ti-inner-shadow-bottom-filled:before{content:"\f757"}.ti-inner-shadow-bottom-left:before{content:"\f51e"}.ti-inner-shadow-bottom-left-filled:before{content:"\f758"}.ti-inner-shadow-bottom-right:before{content:"\f51f"}.ti-inner-shadow-bottom-right-filled:before{content:"\f759"}.ti-inner-shadow-left:before{content:"\f521"}.ti-inner-shadow-left-filled:before{content:"\f75a"}.ti-inner-shadow-right:before{content:"\f522"}.ti-inner-shadow-right-filled:before{content:"\f75b"}.ti-inner-shadow-top:before{content:"\f525"}.ti-inner-shadow-top-filled:before{content:"\f75c"}.ti-inner-shadow-top-left:before{content:"\f523"}.ti-inner-shadow-top-left-filled:before{content:"\f75d"}.ti-inner-shadow-top-right:before{content:"\f524"}.ti-inner-shadow-top-right-filled:before{content:"\f75e"}.ti-input-ai:before{content:"\fc5a"}.ti-input-check:before{content:"\fc5b"}.ti-input-search:before{content:"\f2a2"}.ti-input-spark:before{content:"\ffb4"}.ti-input-x:before{content:"\fc5c"}.ti-invoice:before{content:"\feab"}.ti-ironing:before{content:"\fa7c"}.ti-ironing-1:before{content:"\f2f4"}.ti-ironing-1-filled:before{content:"\1006f"}.ti-ironing-2:before{content:"\f2f5"}.ti-ironing-2-filled:before{content:"\1006e"}.ti-ironing-3:before{content:"\f2f6"}.ti-ironing-3-filled:before{content:"\1006d"}.ti-ironing-filled:before{content:"\fe2a"} -.ti-ironing-off:before{content:"\f2f7"}.ti-ironing-steam:before{content:"\f2f9"}.ti-ironing-steam-filled:before{content:"\1006c"}.ti-ironing-steam-off:before{content:"\f2f8"}.ti-irregular-polyhedron:before{content:"\faab"}.ti-irregular-polyhedron-off:before{content:"\faa9"}.ti-irregular-polyhedron-plus:before{content:"\faaa"}.ti-italic:before{content:"\eb93"}.ti-jacket:before{content:"\f661"}.ti-jetpack:before{content:"\f581"}.ti-jetpack-filled:before{content:"\fe29"}.ti-jewish-star:before{content:"\f3ff"}.ti-jewish-star-filled:before{content:"\f67e"}.ti-join-bevel:before{content:"\ff4c"}.ti-join-round:before{content:"\ff4b"}.ti-join-straight:before{content:"\ff4a"}.ti-joker:before{content:"\1005f"}.ti-jpg:before{content:"\f3ac"}.ti-json:before{content:"\f7b2"}.ti-jump-rope:before{content:"\ed8f"}.ti-karate:before{content:"\ed32"}.ti-kayak:before{content:"\f1d6"}.ti-kerning:before{content:"\efb8"}.ti-key:before{content:"\eac7"}.ti-key-filled:before{content:"\fe28"}.ti-key-off:before{content:"\f14b"}.ti-keyboard:before{content:"\ebd6"}.ti-keyboard-hide:before{content:"\ec7e"}.ti-keyboard-off:before{content:"\eea0"}.ti-keyboard-show:before{content:"\ec7f"}.ti-keyframe:before{content:"\f576"}.ti-keyframe-align-center:before{content:"\f582"}.ti-keyframe-align-center-filled:before{content:"\fc30"}.ti-keyframe-align-horizontal:before{content:"\f583"}.ti-keyframe-align-horizontal-filled:before{content:"\fc31"}.ti-keyframe-align-vertical:before{content:"\f584"}.ti-keyframe-align-vertical-filled:before{content:"\fc32"}.ti-keyframe-filled:before{content:"\fc33"}.ti-keyframes:before{content:"\f585"}.ti-keyframes-filled:before{content:"\fc34"}.ti-label:before{content:"\ff38"}.ti-label-filled:before{content:"\ff41"}.ti-label-important:before{content:"\ff49"}.ti-label-important-filled:before{content:"\ff60"}.ti-label-off:before{content:"\ff39"}.ti-ladder:before{content:"\efe2"}.ti-ladder-off:before{content:"\f14c"}.ti-ladle:before{content:"\fc14"}.ti-lambda:before{content:"\f541"}.ti-lamp:before{content:"\efab"}.ti-lamp-2:before{content:"\f09e"}.ti-lamp-off:before{content:"\f14d"}.ti-lane:before{content:"\faf9"}.ti-language:before{content:"\ebbe"}.ti-language-hiragana:before{content:"\ef77"}.ti-language-katakana:before{content:"\ef78"}.ti-language-off:before{content:"\f14e"}.ti-lasso:before{content:"\efac"}.ti-lasso-off:before{content:"\f14f"}.ti-lasso-polygon:before{content:"\f388"}.ti-lasso-polygon-filled:before{content:"\ff5f"}.ti-laurel-wreath:before{content:"\ff45"}.ti-laurel-wreath-1:before{content:"\ff48"}.ti-laurel-wreath-2:before{content:"\ff47"}.ti-laurel-wreath-3:before{content:"\ff46"}.ti-layers-difference:before{content:"\eac8"}.ti-layers-intersect:before{content:"\eac9"}.ti-layers-intersect-2:before{content:"\eff8"}.ti-layers-linked:before{content:"\eea1"}.ti-layers-off:before{content:"\f150"} -.ti-layers-selected:before{content:"\fea9"}.ti-layers-selected-bottom:before{content:"\feaa"}.ti-layers-subtract:before{content:"\eaca"}.ti-layers-union:before{content:"\eacb"}.ti-layout:before{content:"\eadb"}.ti-layout-2:before{content:"\eacc"}.ti-layout-2-filled:before{content:"\fe27"}.ti-layout-align-bottom:before{content:"\eacd"}.ti-layout-align-bottom-filled:before{content:"\fe26"}.ti-layout-align-center:before{content:"\eace"}.ti-layout-align-center-filled:before{content:"\fe25"}.ti-layout-align-left:before{content:"\eacf"}.ti-layout-align-left-filled:before{content:"\fe24"}.ti-layout-align-middle:before{content:"\ead0"}.ti-layout-align-middle-filled:before{content:"\fe23"}.ti-layout-align-right:before{content:"\ead1"}.ti-layout-align-right-filled:before{content:"\fe22"}.ti-layout-align-top:before{content:"\ead2"}.ti-layout-align-top-filled:before{content:"\fe21"}.ti-layout-board:before{content:"\ef95"}.ti-layout-board-split:before{content:"\ef94"}.ti-layout-bottombar:before{content:"\ead3"}.ti-layout-bottombar-collapse:before{content:"\f28b"}.ti-layout-bottombar-collapse-filled:before{content:"\fc35"}.ti-layout-bottombar-expand:before{content:"\f28c"}.ti-layout-bottombar-expand-filled:before{content:"\fc36"}.ti-layout-bottombar-filled:before{content:"\fc37"}.ti-layout-bottombar-inactive:before{content:"\fd45"}.ti-layout-cards:before{content:"\ec13"}.ti-layout-cards-filled:before{content:"\fe20"}.ti-layout-collage:before{content:"\f389"}.ti-layout-columns:before{content:"\ead4"}.ti-layout-dashboard:before{content:"\f02c"}.ti-layout-dashboard-filled:before{content:"\fe1f"}.ti-layout-distribute-horizontal:before{content:"\ead5"}.ti-layout-distribute-horizontal-filled:before{content:"\fe1e"}.ti-layout-distribute-vertical:before{content:"\ead6"}.ti-layout-distribute-vertical-filled:before{content:"\fe1d"}.ti-layout-filled:before{content:"\fe17"}.ti-layout-grid:before{content:"\edba"}.ti-layout-grid-add:before{content:"\edb9"}.ti-layout-grid-filled:before{content:"\fe1c"}.ti-layout-grid-remove:before{content:"\fa7d"}.ti-layout-kanban:before{content:"\ec3f"}.ti-layout-kanban-filled:before{content:"\fe1b"}.ti-layout-list:before{content:"\ec14"}.ti-layout-list-filled:before{content:"\fe1a"}.ti-layout-navbar:before{content:"\ead7"}.ti-layout-navbar-collapse:before{content:"\f28d"}.ti-layout-navbar-collapse-filled:before{content:"\fc38"}.ti-layout-navbar-expand:before{content:"\f28e"}.ti-layout-navbar-expand-filled:before{content:"\fc39"}.ti-layout-navbar-filled:before{content:"\fc3a"}.ti-layout-navbar-inactive:before{content:"\fd46"}.ti-layout-off:before{content:"\f151"}.ti-layout-rows:before{content:"\ead8"}.ti-layout-sidebar:before{content:"\eada"}.ti-layout-sidebar-filled:before{content:"\fe18"}.ti-layout-sidebar-inactive:before{content:"\fd47"}.ti-layout-sidebar-left-collapse:before{content:"\f004"}.ti-layout-sidebar-left-collapse-filled:before{content:"\fc3b"}.ti-layout-sidebar-left-expand:before{content:"\f005"}.ti-layout-sidebar-left-expand-filled:before{content:"\fc3c"}.ti-layout-sidebar-right:before{content:"\ead9"} -.ti-layout-sidebar-right-collapse:before{content:"\f006"}.ti-layout-sidebar-right-collapse-filled:before{content:"\fc3d"}.ti-layout-sidebar-right-expand:before{content:"\f007"}.ti-layout-sidebar-right-expand-filled:before{content:"\fc3e"}.ti-layout-sidebar-right-filled:before{content:"\fe19"}.ti-layout-sidebar-right-inactive:before{content:"\fd48"}.ti-leaf:before{content:"\ed4f"}.ti-leaf-2:before{content:"\ff44"}.ti-leaf-off:before{content:"\f400"}.ti-lego:before{content:"\eadc"}.ti-lego-filled:before{content:"\fe16"}.ti-lego-off:before{content:"\f401"}.ti-lemon:before{content:"\ef10"}.ti-lemon-2:before{content:"\ef81"}.ti-letter-a:before{content:"\ec50"}.ti-letter-a-small:before{content:"\fcc7"}.ti-letter-b:before{content:"\ec51"}.ti-letter-b-small:before{content:"\fcc8"}.ti-letter-c:before{content:"\ec52"}.ti-letter-c-small:before{content:"\fcc9"}.ti-letter-case:before{content:"\eea5"}.ti-letter-case-lower:before{content:"\eea2"}.ti-letter-case-toggle:before{content:"\eea3"}.ti-letter-case-upper:before{content:"\eea4"}.ti-letter-d:before{content:"\ec53"}.ti-letter-d-small:before{content:"\fcca"}.ti-letter-e:before{content:"\ec54"}.ti-letter-e-small:before{content:"\fccb"}.ti-letter-f:before{content:"\ec55"}.ti-letter-f-small:before{content:"\fccc"}.ti-letter-g:before{content:"\ec56"}.ti-letter-g-small:before{content:"\fccd"}.ti-letter-h:before{content:"\ec57"}.ti-letter-h-small:before{content:"\fcce"}.ti-letter-i:before{content:"\ec58"}.ti-letter-i-small:before{content:"\fccf"}.ti-letter-j:before{content:"\ec59"}.ti-letter-j-small:before{content:"\fcd0"}.ti-letter-k:before{content:"\ec5a"}.ti-letter-k-small:before{content:"\fcd1"}.ti-letter-l:before{content:"\ec5b"}.ti-letter-l-small:before{content:"\fcd2"}.ti-letter-m:before{content:"\ec5c"}.ti-letter-m-small:before{content:"\fcd3"}.ti-letter-n:before{content:"\ec5d"}.ti-letter-n-small:before{content:"\fcd4"}.ti-letter-o:before{content:"\ec5e"}.ti-letter-o-small:before{content:"\fcd5"}.ti-letter-p:before{content:"\ec5f"}.ti-letter-p-small:before{content:"\fcd6"}.ti-letter-q:before{content:"\ec60"}.ti-letter-q-small:before{content:"\fcd7"}.ti-letter-r:before{content:"\ec61"}.ti-letter-r-small:before{content:"\fcd8"}.ti-letter-s:before{content:"\ec62"}.ti-letter-s-small:before{content:"\fcd9"}.ti-letter-spacing:before{content:"\eea6"}.ti-letter-t:before{content:"\ec63"}.ti-letter-t-small:before{content:"\fcda"}.ti-letter-u:before{content:"\ec64"}.ti-letter-u-small:before{content:"\fcdb"}.ti-letter-v:before{content:"\ec65"}.ti-letter-v-small:before{content:"\fcdc"}.ti-letter-w:before{content:"\ec66"}.ti-letter-w-small:before{content:"\fcdd"}.ti-letter-x:before{content:"\ec67"}.ti-letter-x-small:before{content:"\fcde"}.ti-letter-y:before{content:"\ec68"}.ti-letter-y-small:before{content:"\fcdf"}.ti-letter-z:before{content:"\ec69"} -.ti-letter-z-small:before{content:"\fce0"}.ti-library:before{content:"\fd4c"}.ti-library-minus:before{content:"\fd49"}.ti-library-photo:before{content:"\fd4a"}.ti-library-plus:before{content:"\fd4b"}.ti-license:before{content:"\ebc0"}.ti-license-off:before{content:"\f153"}.ti-lifebuoy:before{content:"\eadd"}.ti-lifebuoy-off:before{content:"\f154"}.ti-lighter:before{content:"\f794"}.ti-line:before{content:"\ec40"}.ti-line-dashed:before{content:"\eea7"}.ti-line-dotted:before{content:"\eea8"}.ti-line-height:before{content:"\eb94"}.ti-line-scan:before{content:"\fcb8"}.ti-link:before{content:"\eade"}.ti-link-minus:before{content:"\fd16"}.ti-link-off:before{content:"\f402"}.ti-link-plus:before{content:"\fd17"}.ti-list:before{content:"\eb6b"}.ti-list-check:before{content:"\eb6a"}.ti-list-details:before{content:"\ef40"}.ti-list-letters:before{content:"\fc47"}.ti-list-numbers:before{content:"\ef11"}.ti-list-search:before{content:"\eea9"}.ti-list-tree:before{content:"\fafa"}.ti-live-photo:before{content:"\eadf"}.ti-live-photo-filled:before{content:"\fed1"}.ti-live-photo-off:before{content:"\f403"}.ti-live-view:before{content:"\ec6b"}.ti-load-balancer:before{content:"\fa5c"}.ti-loader:before{content:"\eca3"}.ti-loader-2:before{content:"\f226"}.ti-loader-3:before{content:"\f513"}.ti-loader-quarter:before{content:"\eca2"}.ti-location:before{content:"\eae0"}.ti-location-bolt:before{content:"\fbaf"}.ti-location-broken:before{content:"\f2c4"}.ti-location-cancel:before{content:"\fbb0"}.ti-location-check:before{content:"\fbb1"}.ti-location-code:before{content:"\fbb2"}.ti-location-cog:before{content:"\fbb3"}.ti-location-discount:before{content:"\fbb4"}.ti-location-dollar:before{content:"\fbb5"}.ti-location-down:before{content:"\fbb6"}.ti-location-exclamation:before{content:"\fbb7"}.ti-location-filled:before{content:"\f67f"}.ti-location-heart:before{content:"\fbb8"}.ti-location-minus:before{content:"\fbb9"}.ti-location-off:before{content:"\f155"}.ti-location-pause:before{content:"\fbba"}.ti-location-pin:before{content:"\fbbb"}.ti-location-plus:before{content:"\fbbc"}.ti-location-question:before{content:"\fbbd"}.ti-location-search:before{content:"\fbbe"}.ti-location-share:before{content:"\fbbf"}.ti-location-star:before{content:"\fbc0"}.ti-location-up:before{content:"\fbc1"}.ti-location-x:before{content:"\fbc2"}.ti-lock:before{content:"\eae2"}.ti-lock-access:before{content:"\eeaa"}.ti-lock-access-off:before{content:"\f404"}.ti-lock-bitcoin:before{content:"\ff37"}.ti-lock-bolt:before{content:"\f924"}.ti-lock-cancel:before{content:"\f925"}.ti-lock-check:before{content:"\f926"}.ti-lock-code:before{content:"\f927"}.ti-lock-cog:before{content:"\f928"}.ti-lock-dollar:before{content:"\f929"}.ti-lock-down:before{content:"\f92a"}.ti-lock-exclamation:before{content:"\f92b"}.ti-lock-filled:before{content:"\fe15"} -.ti-lock-heart:before{content:"\f92c"}.ti-lock-minus:before{content:"\f92d"}.ti-lock-off:before{content:"\ed1e"}.ti-lock-open:before{content:"\eae1"}.ti-lock-open-2:before{content:"\fea8"}.ti-lock-open-off:before{content:"\f156"}.ti-lock-password:before{content:"\ff9f"}.ti-lock-pause:before{content:"\f92e"}.ti-lock-pin:before{content:"\f92f"}.ti-lock-plus:before{content:"\f930"}.ti-lock-question:before{content:"\f931"}.ti-lock-search:before{content:"\f932"}.ti-lock-share:before{content:"\f933"}.ti-lock-square:before{content:"\ef51"}.ti-lock-square-rounded:before{content:"\f636"}.ti-lock-square-rounded-filled:before{content:"\f6da"}.ti-lock-star:before{content:"\f934"}.ti-lock-up:before{content:"\f935"}.ti-lock-x:before{content:"\f936"}.ti-logic-and:before{content:"\f240"}.ti-logic-buffer:before{content:"\f241"}.ti-logic-nand:before{content:"\f242"}.ti-logic-nor:before{content:"\f243"}.ti-logic-not:before{content:"\f244"}.ti-logic-or:before{content:"\f245"}.ti-logic-xnor:before{content:"\f246"}.ti-logic-xor:before{content:"\f247"}.ti-login:before{content:"\eba7"}.ti-login-2:before{content:"\fc76"}.ti-logout:before{content:"\eba8"}.ti-logout-2:before{content:"\fa7e"}.ti-logs:before{content:"\fea7"}.ti-lollipop:before{content:"\efcc"}.ti-lollipop-off:before{content:"\f157"}.ti-luggage:before{content:"\efad"}.ti-luggage-off:before{content:"\f158"}.ti-lungs:before{content:"\ef62"}.ti-lungs-filled:before{content:"\fe14"}.ti-lungs-off:before{content:"\f405"}.ti-macro:before{content:"\eeab"}.ti-macro-filled:before{content:"\fe13"}.ti-macro-off:before{content:"\f406"}.ti-magnet:before{content:"\eae3"}.ti-magnet-filled:before{content:"\fe12"}.ti-magnet-off:before{content:"\f159"}.ti-magnetic:before{content:"\fcb9"}.ti-mail:before{content:"\eae5"}.ti-mail-ai:before{content:"\fa31"}.ti-mail-bitcoin:before{content:"\ff36"}.ti-mail-bolt:before{content:"\f937"}.ti-mail-cancel:before{content:"\f938"}.ti-mail-check:before{content:"\f939"}.ti-mail-code:before{content:"\f93a"}.ti-mail-cog:before{content:"\f93b"}.ti-mail-dollar:before{content:"\f93c"}.ti-mail-down:before{content:"\f93d"}.ti-mail-exclamation:before{content:"\f93e"}.ti-mail-fast:before{content:"\f069"}.ti-mail-filled:before{content:"\fa47"}.ti-mail-forward:before{content:"\eeac"}.ti-mail-heart:before{content:"\f93f"}.ti-mail-minus:before{content:"\f940"}.ti-mail-off:before{content:"\f15a"}.ti-mail-opened:before{content:"\eae4"}.ti-mail-opened-filled:before{content:"\fa48"}.ti-mail-pause:before{content:"\f941"}.ti-mail-pin:before{content:"\f942"}.ti-mail-plus:before{content:"\f943"}.ti-mail-question:before{content:"\f944"}.ti-mail-search:before{content:"\f945"}.ti-mail-share:before{content:"\f946"}.ti-mail-spark:before{content:"\ffb3"}.ti-mail-star:before{content:"\f947"} -.ti-mail-up:before{content:"\f948"}.ti-mail-x:before{content:"\f949"}.ti-mailbox:before{content:"\eead"}.ti-mailbox-off:before{content:"\f15b"}.ti-man:before{content:"\eae6"}.ti-man-filled:before{content:"\fe11"}.ti-manual-gearbox:before{content:"\ed7b"}.ti-manual-gearbox-filled:before{content:"\fe10"}.ti-map:before{content:"\eae9"}.ti-map-2:before{content:"\eae7"}.ti-map-bolt:before{content:"\fbc3"}.ti-map-cancel:before{content:"\fbc4"}.ti-map-check:before{content:"\fbc5"}.ti-map-code:before{content:"\fbc6"}.ti-map-cog:before{content:"\fbc7"}.ti-map-discount:before{content:"\fbc8"}.ti-map-dollar:before{content:"\fbc9"}.ti-map-down:before{content:"\fbca"}.ti-map-east:before{content:"\fc5d"}.ti-map-exclamation:before{content:"\fbcb"}.ti-map-heart:before{content:"\fbcc"}.ti-map-minus:before{content:"\fbcd"}.ti-map-north:before{content:"\fc5e"}.ti-map-off:before{content:"\f15c"}.ti-map-pause:before{content:"\fbce"}.ti-map-pin:before{content:"\eae8"}.ti-map-pin-2:before{content:"\fc48"}.ti-map-pin-bolt:before{content:"\f94a"}.ti-map-pin-cancel:before{content:"\f94b"}.ti-map-pin-check:before{content:"\f94c"}.ti-map-pin-code:before{content:"\f94d"}.ti-map-pin-cog:before{content:"\f94e"}.ti-map-pin-dollar:before{content:"\f94f"}.ti-map-pin-down:before{content:"\f950"}.ti-map-pin-exclamation:before{content:"\f951"}.ti-map-pin-filled:before{content:"\f680"}.ti-map-pin-heart:before{content:"\f952"}.ti-map-pin-minus:before{content:"\f953"}.ti-map-pin-off:before{content:"\ecf3"}.ti-map-pin-pause:before{content:"\f954"}.ti-map-pin-pin:before{content:"\f955"}.ti-map-pin-plus:before{content:"\f956"}.ti-map-pin-question:before{content:"\f957"}.ti-map-pin-search:before{content:"\f958"}.ti-map-pin-share:before{content:"\f795"}.ti-map-pin-star:before{content:"\f959"}.ti-map-pin-up:before{content:"\f95a"}.ti-map-pin-x:before{content:"\f95b"}.ti-map-pins:before{content:"\ed5e"}.ti-map-plus:before{content:"\fbcf"}.ti-map-question:before{content:"\fbd0"}.ti-map-route:before{content:"\fc79"}.ti-map-search:before{content:"\ef82"}.ti-map-share:before{content:"\fbd1"}.ti-map-south:before{content:"\fc5f"}.ti-map-star:before{content:"\fbd2"}.ti-map-up:before{content:"\fbd3"}.ti-map-west:before{content:"\fc60"}.ti-map-x:before{content:"\fbd4"}.ti-markdown:before{content:"\ec41"}.ti-markdown-off:before{content:"\f407"}.ti-marquee:before{content:"\ec77"}.ti-marquee-2:before{content:"\eeae"}.ti-marquee-off:before{content:"\f15d"}.ti-mars:before{content:"\ec80"}.ti-mask:before{content:"\eeb0"}.ti-mask-off:before{content:"\eeaf"}.ti-masks-theater:before{content:"\f263"}.ti-masks-theater-off:before{content:"\f408"}.ti-massage:before{content:"\eeb1"}.ti-matchstick:before{content:"\f577"}.ti-math:before{content:"\ebeb"}.ti-math-1-divide-2:before{content:"\f4e2"} -.ti-math-1-divide-3:before{content:"\f4e3"}.ti-math-avg:before{content:"\f0f4"}.ti-math-cos:before{content:"\ff1f"}.ti-math-ctg:before{content:"\ff35"}.ti-math-equal-greater:before{content:"\f4e4"}.ti-math-equal-lower:before{content:"\f4e5"}.ti-math-function:before{content:"\eeb2"}.ti-math-function-off:before{content:"\f15e"}.ti-math-function-y:before{content:"\f4e6"}.ti-math-greater:before{content:"\f4e7"}.ti-math-integral:before{content:"\f4e9"}.ti-math-integral-x:before{content:"\f4e8"}.ti-math-integrals:before{content:"\f4ea"}.ti-math-lower:before{content:"\f4eb"}.ti-math-max:before{content:"\f0f5"}.ti-math-max-min:before{content:"\fda0"}.ti-math-min:before{content:"\f0f6"}.ti-math-not:before{content:"\f4ec"}.ti-math-off:before{content:"\f409"}.ti-math-pi:before{content:"\f4ee"}.ti-math-pi-divide-2:before{content:"\f4ed"}.ti-math-sec:before{content:"\ff34"}.ti-math-sin:before{content:"\ff1e"}.ti-math-symbols:before{content:"\eeb3"}.ti-math-tg:before{content:"\ff33"}.ti-math-x-divide-2:before{content:"\f4ef"}.ti-math-x-divide-y:before{content:"\f4f1"}.ti-math-x-divide-y-2:before{content:"\f4f0"}.ti-math-x-floor-divide-y:before{content:"\10073"}.ti-math-x-minus-x:before{content:"\f4f2"}.ti-math-x-minus-y:before{content:"\f4f3"}.ti-math-x-plus-x:before{content:"\f4f4"}.ti-math-x-plus-y:before{content:"\f4f5"}.ti-math-xy:before{content:"\f4f6"}.ti-math-y-minus-y:before{content:"\f4f7"}.ti-math-y-plus-y:before{content:"\f4f8"}.ti-maximize:before{content:"\eaea"}.ti-maximize-off:before{content:"\f15f"}.ti-meat:before{content:"\ef12"}.ti-meat-off:before{content:"\f40a"}.ti-medal:before{content:"\ec78"}.ti-medal-2:before{content:"\efcd"}.ti-medical-cross:before{content:"\ec2f"}.ti-medical-cross-circle:before{content:"\fae8"}.ti-medical-cross-filled:before{content:"\f681"}.ti-medical-cross-off:before{content:"\f160"}.ti-medicine-syrup:before{content:"\ef63"}.ti-meeple:before{content:"\f514"}.ti-melon:before{content:"\fc7a"}.ti-melon-filled:before{content:"\1000e"}.ti-menorah:before{content:"\f58c"}.ti-menu:before{content:"\eaeb"}.ti-menu-2:before{content:"\ec42"}.ti-menu-3:before{content:"\ff43"}.ti-menu-4:before{content:"\ff42"}.ti-menu-deep:before{content:"\fafb"}.ti-menu-order:before{content:"\f5f5"}.ti-message:before{content:"\eaef"}.ti-message-2:before{content:"\eaec"}.ti-message-2-bolt:before{content:"\f95c"}.ti-message-2-cancel:before{content:"\f95d"}.ti-message-2-check:before{content:"\f95e"}.ti-message-2-code:before{content:"\f012"}.ti-message-2-cog:before{content:"\f95f"}.ti-message-2-dollar:before{content:"\f960"}.ti-message-2-down:before{content:"\f961"}.ti-message-2-exclamation:before{content:"\f962"}.ti-message-2-heart:before{content:"\f963"}.ti-message-2-minus:before{content:"\f964"}.ti-message-2-off:before{content:"\f40b"}.ti-message-2-pause:before{content:"\f965"} -.ti-message-2-pin:before{content:"\f966"}.ti-message-2-plus:before{content:"\f967"}.ti-message-2-question:before{content:"\f968"}.ti-message-2-search:before{content:"\f969"}.ti-message-2-share:before{content:"\f077"}.ti-message-2-star:before{content:"\f96a"}.ti-message-2-up:before{content:"\f96b"}.ti-message-2-x:before{content:"\f96c"}.ti-message-bolt:before{content:"\f96d"}.ti-message-cancel:before{content:"\f96e"}.ti-message-chatbot:before{content:"\f38a"}.ti-message-chatbot-filled:before{content:"\fed0"}.ti-message-check:before{content:"\f96f"}.ti-message-circle:before{content:"\eaed"}.ti-message-circle-bolt:before{content:"\f970"}.ti-message-circle-cancel:before{content:"\f971"}.ti-message-circle-check:before{content:"\f972"}.ti-message-circle-code:before{content:"\f973"}.ti-message-circle-cog:before{content:"\f974"}.ti-message-circle-dollar:before{content:"\f975"}.ti-message-circle-down:before{content:"\f976"}.ti-message-circle-exclamation:before{content:"\f977"}.ti-message-circle-filled:before{content:"\fecf"}.ti-message-circle-heart:before{content:"\f978"}.ti-message-circle-minus:before{content:"\f979"}.ti-message-circle-off:before{content:"\ed40"}.ti-message-circle-pause:before{content:"\f97a"}.ti-message-circle-pin:before{content:"\f97b"}.ti-message-circle-plus:before{content:"\f97c"}.ti-message-circle-question:before{content:"\f97d"}.ti-message-circle-search:before{content:"\f97e"}.ti-message-circle-share:before{content:"\f97f"}.ti-message-circle-star:before{content:"\f980"}.ti-message-circle-up:before{content:"\f981"}.ti-message-circle-user:before{content:"\fec5"}.ti-message-circle-x:before{content:"\f982"}.ti-message-code:before{content:"\f013"}.ti-message-cog:before{content:"\f983"}.ti-message-dollar:before{content:"\f984"}.ti-message-dots:before{content:"\eaee"}.ti-message-down:before{content:"\f985"}.ti-message-exclamation:before{content:"\f986"}.ti-message-filled:before{content:"\fecd"}.ti-message-forward:before{content:"\f28f"}.ti-message-heart:before{content:"\f987"}.ti-message-language:before{content:"\efae"}.ti-message-minus:before{content:"\f988"}.ti-message-off:before{content:"\ed41"}.ti-message-pause:before{content:"\f989"}.ti-message-pin:before{content:"\f98a"}.ti-message-plus:before{content:"\ec9a"}.ti-message-question:before{content:"\f98b"}.ti-message-reply:before{content:"\fd4d"}.ti-message-report:before{content:"\ec9b"}.ti-message-report-filled:before{content:"\fece"}.ti-message-search:before{content:"\f98c"}.ti-message-share:before{content:"\f078"}.ti-message-star:before{content:"\f98d"}.ti-message-up:before{content:"\f98e"}.ti-message-user:before{content:"\fec4"}.ti-message-x:before{content:"\f98f"}.ti-messages:before{content:"\eb6c"}.ti-messages-off:before{content:"\ed42"}.ti-meteor:before{content:"\f1fd"}.ti-meteor-filled:before{content:"\1000d"}.ti-meteor-off:before{content:"\f40c"}.ti-meter-cube:before{content:"\fd7c"}.ti-meter-square:before{content:"\fd7d"} -.ti-metronome:before{content:"\fd25"}.ti-michelin-bib-gourmand:before{content:"\fae9"}.ti-michelin-star:before{content:"\faeb"}.ti-michelin-star-filled:before{content:"\1000c"}.ti-michelin-star-green:before{content:"\faea"}.ti-mickey:before{content:"\f2a3"}.ti-mickey-filled:before{content:"\f683"}.ti-microphone:before{content:"\eaf0"}.ti-microphone-2:before{content:"\ef2c"}.ti-microphone-2-off:before{content:"\f40d"}.ti-microphone-filled:before{content:"\fe0f"}.ti-microphone-off:before{content:"\ed16"}.ti-microscope:before{content:"\ef64"}.ti-microscope-off:before{content:"\f40e"}.ti-microwave:before{content:"\f248"}.ti-microwave-filled:before{content:"\fe0e"}.ti-microwave-off:before{content:"\f264"}.ti-military-award:before{content:"\f079"}.ti-military-rank:before{content:"\efcf"}.ti-military-rank-filled:before{content:"\ff5e"}.ti-milk:before{content:"\ef13"}.ti-milk-filled:before{content:"\1000b"}.ti-milk-off:before{content:"\f40f"}.ti-milkshake:before{content:"\f4c8"}.ti-minimize:before{content:"\eaf1"}.ti-minus:before{content:"\eaf2"}.ti-minus-vertical:before{content:"\eeb4"}.ti-mist:before{content:"\ec30"}.ti-mist-off:before{content:"\f410"}.ti-mobiledata:before{content:"\f9f5"}.ti-mobiledata-off:before{content:"\f9f4"}.ti-moneybag:before{content:"\f506"}.ti-monkeybar:before{content:"\feb4"}.ti-mood-angry:before{content:"\f2de"}.ti-mood-angry-filled:before{content:"\ff0a"}.ti-mood-annoyed:before{content:"\f2e0"}.ti-mood-annoyed-2:before{content:"\f2df"}.ti-mood-bitcoin:before{content:"\ff32"}.ti-mood-boy:before{content:"\ed2d"}.ti-mood-check:before{content:"\f7b3"}.ti-mood-cog:before{content:"\f7b4"}.ti-mood-confuzed:before{content:"\eaf3"}.ti-mood-confuzed-filled:before{content:"\f7f2"}.ti-mood-crazy-happy:before{content:"\ed90"}.ti-mood-crazy-happy-filled:before{content:"\ff09"}.ti-mood-cry:before{content:"\ecbb"}.ti-mood-dollar:before{content:"\f7b5"}.ti-mood-edit:before{content:"\fa05"}.ti-mood-empty:before{content:"\eeb5"}.ti-mood-empty-filled:before{content:"\f7f3"}.ti-mood-happy:before{content:"\eaf4"}.ti-mood-happy-filled:before{content:"\f7f4"}.ti-mood-heart:before{content:"\f7b6"}.ti-mood-kid:before{content:"\ec03"}.ti-mood-kid-filled:before{content:"\f7f5"}.ti-mood-look-down:before{content:"\fd37"}.ti-mood-look-left:before{content:"\f2c5"}.ti-mood-look-right:before{content:"\f2c6"}.ti-mood-look-up:before{content:"\fd38"}.ti-mood-minus:before{content:"\f7b7"}.ti-mood-nerd:before{content:"\f2e1"}.ti-mood-nervous:before{content:"\ef96"}.ti-mood-neutral:before{content:"\eaf5"}.ti-mood-neutral-filled:before{content:"\f7f6"}.ti-mood-off:before{content:"\f161"}.ti-mood-pin:before{content:"\f7b8"}.ti-mood-plus:before{content:"\f7b9"}.ti-mood-puzzled:before{content:"\fd39"}.ti-mood-sad:before{content:"\eaf6"}.ti-mood-sad-2:before{content:"\f2e2"}.ti-mood-sad-dizzy:before{content:"\f2e3"} -.ti-mood-sad-filled:before{content:"\f7f7"}.ti-mood-sad-squint:before{content:"\f2e4"}.ti-mood-search:before{content:"\f7ba"}.ti-mood-share:before{content:"\fa06"}.ti-mood-sick:before{content:"\f2e5"}.ti-mood-silence:before{content:"\f2e6"}.ti-mood-sing:before{content:"\f2c7"}.ti-mood-smile:before{content:"\eaf7"}.ti-mood-smile-beam:before{content:"\f2e7"}.ti-mood-smile-dizzy:before{content:"\f2e8"}.ti-mood-smile-filled:before{content:"\f7f8"}.ti-mood-spark:before{content:"\ffb2"}.ti-mood-surprised:before{content:"\ec04"}.ti-mood-tongue:before{content:"\eb95"}.ti-mood-tongue-wink:before{content:"\f2ea"}.ti-mood-tongue-wink-2:before{content:"\f2e9"}.ti-mood-unamused:before{content:"\f2eb"}.ti-mood-up:before{content:"\f7bb"}.ti-mood-wink:before{content:"\f2ed"}.ti-mood-wink-2:before{content:"\f2ec"}.ti-mood-wrrr:before{content:"\f2ee"}.ti-mood-wrrr-filled:before{content:"\ff08"}.ti-mood-x:before{content:"\f7bc"}.ti-mood-xd:before{content:"\f2ef"}.ti-moon:before{content:"\eaf8"}.ti-moon-2:before{content:"\ece6"}.ti-moon-filled:before{content:"\f684"}.ti-moon-off:before{content:"\f162"}.ti-moon-stars:before{content:"\ece7"}.ti-moped:before{content:"\ecbc"}.ti-motorbike:before{content:"\eeb6"}.ti-mountain:before{content:"\ef97"}.ti-mountain-filled:before{content:"\1000a"}.ti-mountain-off:before{content:"\f411"}.ti-mouse:before{content:"\eaf9"}.ti-mouse-2:before{content:"\f1d7"}.ti-mouse-filled:before{content:"\fb2f"}.ti-mouse-off:before{content:"\f163"}.ti-moustache:before{content:"\f4c9"}.ti-movie:before{content:"\eafa"}.ti-movie-off:before{content:"\f164"}.ti-mug:before{content:"\eafb"}.ti-mug-filled:before{content:"\10009"}.ti-mug-off:before{content:"\f165"}.ti-multiplier-0-5x:before{content:"\ef41"}.ti-multiplier-1-5x:before{content:"\ef42"}.ti-multiplier-1x:before{content:"\ef43"}.ti-multiplier-2x:before{content:"\ef44"}.ti-mushroom:before{content:"\ef14"}.ti-mushroom-filled:before{content:"\f7f9"}.ti-mushroom-off:before{content:"\f412"}.ti-music:before{content:"\eafc"}.ti-music-bolt:before{content:"\fbd5"}.ti-music-cancel:before{content:"\fbd6"}.ti-music-check:before{content:"\fbd7"}.ti-music-code:before{content:"\fbd8"}.ti-music-cog:before{content:"\fbd9"}.ti-music-discount:before{content:"\fbda"}.ti-music-dollar:before{content:"\fbdb"}.ti-music-down:before{content:"\fbdc"}.ti-music-exclamation:before{content:"\fbdd"}.ti-music-heart:before{content:"\fbde"}.ti-music-minus:before{content:"\fbdf"}.ti-music-off:before{content:"\f166"}.ti-music-pause:before{content:"\fbe0"}.ti-music-pin:before{content:"\fbe1"}.ti-music-plus:before{content:"\fbe2"}.ti-music-question:before{content:"\fbe3"}.ti-music-search:before{content:"\fbe4"}.ti-music-share:before{content:"\fbe5"}.ti-music-star:before{content:"\fbe6"}.ti-music-up:before{content:"\fbe7"} -.ti-music-x:before{content:"\fbe8"}.ti-navigation:before{content:"\f2c8"}.ti-navigation-bolt:before{content:"\fbe9"}.ti-navigation-cancel:before{content:"\fbea"}.ti-navigation-check:before{content:"\fbeb"}.ti-navigation-code:before{content:"\fbec"}.ti-navigation-cog:before{content:"\fbed"}.ti-navigation-discount:before{content:"\fbee"}.ti-navigation-dollar:before{content:"\fbef"}.ti-navigation-down:before{content:"\fbf0"}.ti-navigation-east:before{content:"\fcba"}.ti-navigation-exclamation:before{content:"\fbf1"}.ti-navigation-filled:before{content:"\f685"}.ti-navigation-heart:before{content:"\fbf2"}.ti-navigation-minus:before{content:"\fbf3"}.ti-navigation-north:before{content:"\fcbb"}.ti-navigation-off:before{content:"\f413"}.ti-navigation-pause:before{content:"\fbf4"}.ti-navigation-pin:before{content:"\fbf5"}.ti-navigation-plus:before{content:"\fbf6"}.ti-navigation-question:before{content:"\fbf7"}.ti-navigation-search:before{content:"\fbf8"}.ti-navigation-share:before{content:"\fbf9"}.ti-navigation-south:before{content:"\fcbc"}.ti-navigation-star:before{content:"\fbfa"}.ti-navigation-top:before{content:"\faec"}.ti-navigation-up:before{content:"\fbfb"}.ti-navigation-west:before{content:"\fcbd"}.ti-navigation-x:before{content:"\fbfc"}.ti-needle:before{content:"\f508"}.ti-needle-thread:before{content:"\f507"}.ti-network:before{content:"\f09f"}.ti-network-off:before{content:"\f414"}.ti-new-section:before{content:"\ebc1"}.ti-news:before{content:"\eafd"}.ti-news-off:before{content:"\f167"}.ti-nfc:before{content:"\eeb7"}.ti-nfc-off:before{content:"\f168"}.ti-no-copyright:before{content:"\efb9"}.ti-no-creative-commons:before{content:"\efba"}.ti-no-derivatives:before{content:"\efbb"}.ti-north-star:before{content:"\f014"}.ti-note:before{content:"\eb6d"}.ti-note-off:before{content:"\f169"}.ti-notebook:before{content:"\eb96"}.ti-notebook-off:before{content:"\f415"}.ti-notes:before{content:"\eb6e"}.ti-notes-off:before{content:"\f16a"}.ti-notification:before{content:"\eafe"}.ti-notification-off:before{content:"\f16b"}.ti-number:before{content:"\f1fe"}.ti-number-0:before{content:"\edf0"}.ti-number-0-small:before{content:"\fce1"}.ti-number-1:before{content:"\edf1"}.ti-number-1-small:before{content:"\fce2"}.ti-number-10:before{content:"\1005e"}.ti-number-10-small:before{content:"\fce3"}.ti-number-100-small:before{content:"\10005"}.ti-number-11:before{content:"\1005d"}.ti-number-11-small:before{content:"\fce4"}.ti-number-12-small:before{content:"\fce5"}.ti-number-123:before{content:"\f554"}.ti-number-13-small:before{content:"\fce6"}.ti-number-14-small:before{content:"\fce7"}.ti-number-15-small:before{content:"\fce8"}.ti-number-16-small:before{content:"\fce9"}.ti-number-17-small:before{content:"\fcea"}.ti-number-18-small:before{content:"\fceb"}.ti-number-19-small:before{content:"\fcec"}.ti-number-2:before{content:"\edf2"} -.ti-number-2-small:before{content:"\fced"}.ti-number-20-small:before{content:"\fcee"}.ti-number-21-small:before{content:"\fcef"}.ti-number-22-small:before{content:"\fcf0"}.ti-number-23-small:before{content:"\fcf1"}.ti-number-24-small:before{content:"\fcf2"}.ti-number-25-small:before{content:"\fcf3"}.ti-number-26-small:before{content:"\fcf4"}.ti-number-27-small:before{content:"\fcf5"}.ti-number-28-small:before{content:"\fcf6"}.ti-number-29-small:before{content:"\fcf7"}.ti-number-3:before{content:"\edf3"}.ti-number-3-small:before{content:"\fcf8"}.ti-number-30-small:before{content:"\10004"}.ti-number-31-small:before{content:"\10003"}.ti-number-32-small:before{content:"\10002"}.ti-number-33-small:before{content:"\10001"}.ti-number-34-small:before{content:"\10000"}.ti-number-35-small:before{content:"\ffff"}.ti-number-36-small:before{content:"\fffe"}.ti-number-37-small:before{content:"\fffd"}.ti-number-38-small:before{content:"\fffc"}.ti-number-39-small:before{content:"\fffb"}.ti-number-4:before{content:"\edf4"}.ti-number-4-small:before{content:"\fcf9"}.ti-number-40-small:before{content:"\fffa"}.ti-number-41-small:before{content:"\fff9"}.ti-number-42-small:before{content:"\fff8"}.ti-number-43-small:before{content:"\fff7"}.ti-number-44-small:before{content:"\fff6"}.ti-number-45-small:before{content:"\fff5"}.ti-number-46-small:before{content:"\fff4"}.ti-number-47-small:before{content:"\fff3"}.ti-number-48-small:before{content:"\fff2"}.ti-number-49-small:before{content:"\fff1"}.ti-number-5:before{content:"\edf5"}.ti-number-5-small:before{content:"\fcfa"}.ti-number-50-small:before{content:"\fff0"}.ti-number-51-small:before{content:"\ffef"}.ti-number-52-small:before{content:"\ffee"}.ti-number-53-small:before{content:"\ffed"}.ti-number-54-small:before{content:"\ffec"}.ti-number-55-small:before{content:"\ffeb"}.ti-number-56-small:before{content:"\ffea"}.ti-number-57-small:before{content:"\ffe9"}.ti-number-58-small:before{content:"\ffe8"}.ti-number-59-small:before{content:"\ffe7"}.ti-number-6:before{content:"\edf6"}.ti-number-6-small:before{content:"\fcfb"}.ti-number-60-small:before{content:"\ffe6"}.ti-number-61-small:before{content:"\ffe5"}.ti-number-62-small:before{content:"\ffe4"}.ti-number-63-small:before{content:"\ffe3"}.ti-number-64-small:before{content:"\ffe2"}.ti-number-65-small:before{content:"\ffe1"}.ti-number-66-small:before{content:"\ffe0"}.ti-number-67-small:before{content:"\ffdf"}.ti-number-68-small:before{content:"\ffde"}.ti-number-69-small:before{content:"\ffdd"}.ti-number-7:before{content:"\edf7"}.ti-number-7-small:before{content:"\fcfc"}.ti-number-70-small:before{content:"\ffdc"}.ti-number-71-small:before{content:"\ffdb"}.ti-number-72-small:before{content:"\ffda"}.ti-number-73-small:before{content:"\ffd9"}.ti-number-74-small:before{content:"\ffd8"}.ti-number-75-small:before{content:"\ffd7"}.ti-number-76-small:before{content:"\ffd6"}.ti-number-77-small:before{content:"\ffd5"} -.ti-number-78-small:before{content:"\ffd4"}.ti-number-79-small:before{content:"\ffd3"}.ti-number-8:before{content:"\edf8"}.ti-number-8-small:before{content:"\fcfd"}.ti-number-80-small:before{content:"\ffd2"}.ti-number-81-small:before{content:"\ffd1"}.ti-number-82-small:before{content:"\ffd0"}.ti-number-83-small:before{content:"\ffcf"}.ti-number-84-small:before{content:"\ffce"}.ti-number-85-small:before{content:"\ffcd"}.ti-number-86-small:before{content:"\ffcc"}.ti-number-87-small:before{content:"\ffcb"}.ti-number-88-small:before{content:"\ffca"}.ti-number-89-small:before{content:"\ffc9"}.ti-number-9:before{content:"\edf9"}.ti-number-9-small:before{content:"\fcfe"}.ti-number-90-small:before{content:"\ffc8"}.ti-number-91-small:before{content:"\ffc7"}.ti-number-92-small:before{content:"\ffc6"}.ti-number-93-small:before{content:"\ffc5"}.ti-number-94-small:before{content:"\ffc4"}.ti-number-95-small:before{content:"\ffc3"}.ti-number-96-small:before{content:"\ffc2"}.ti-number-97-small:before{content:"\ffc1"}.ti-number-98-small:before{content:"\ffc0"}.ti-number-99-small:before{content:"\ffbf"}.ti-numbers:before{content:"\f015"}.ti-nurse:before{content:"\ef65"}.ti-nut:before{content:"\fc61"}.ti-object-scan:before{content:"\fef1"}.ti-octagon:before{content:"\ecbd"}.ti-octagon-filled:before{content:"\f686"}.ti-octagon-minus:before{content:"\fc92"}.ti-octagon-minus-2:before{content:"\fc91"}.ti-octagon-off:before{content:"\eeb8"}.ti-octagon-plus:before{content:"\fc94"}.ti-octagon-plus-2:before{content:"\fc93"}.ti-octahedron:before{content:"\faae"}.ti-octahedron-off:before{content:"\faac"}.ti-octahedron-plus:before{content:"\faad"}.ti-old:before{content:"\eeb9"}.ti-olympics:before{content:"\eeba"}.ti-olympics-off:before{content:"\f416"}.ti-om:before{content:"\f58d"}.ti-omega:before{content:"\eb97"}.ti-outbound:before{content:"\f249"}.ti-outlet:before{content:"\ebd7"}.ti-oval:before{content:"\f02e"}.ti-oval-filled:before{content:"\f687"}.ti-oval-vertical:before{content:"\f02d"}.ti-oval-vertical-filled:before{content:"\f688"}.ti-overline:before{content:"\eebb"}.ti-package:before{content:"\eaff"}.ti-package-export:before{content:"\f07a"}.ti-package-import:before{content:"\f07b"}.ti-package-off:before{content:"\f16c"}.ti-packages:before{content:"\f2c9"}.ti-pacman:before{content:"\eebc"}.ti-page-break:before{content:"\ec81"}.ti-paint:before{content:"\eb00"}.ti-paint-filled:before{content:"\f75f"}.ti-paint-off:before{content:"\f16d"}.ti-palette:before{content:"\eb01"}.ti-palette-off:before{content:"\f16e"}.ti-panorama-horizontal:before{content:"\ed33"}.ti-panorama-horizontal-filled:before{content:"\fecc"}.ti-panorama-horizontal-off:before{content:"\f417"}.ti-panorama-vertical:before{content:"\ed34"}.ti-panorama-vertical-filled:before{content:"\fecb"}.ti-panorama-vertical-off:before{content:"\f418"}.ti-paper-bag:before{content:"\f02f"} -.ti-paper-bag-off:before{content:"\f16f"}.ti-paperclip:before{content:"\eb02"}.ti-parachute:before{content:"\ed7c"}.ti-parachute-off:before{content:"\f170"}.ti-parentheses:before{content:"\ebd8"}.ti-parentheses-off:before{content:"\f171"}.ti-parking:before{content:"\eb03"}.ti-parking-circle:before{content:"\fd5a"}.ti-parking-circle-filled:before{content:"\feca"}.ti-parking-off:before{content:"\f172"}.ti-password:before{content:"\f4ca"}.ti-password-fingerprint:before{content:"\fc7b"}.ti-password-mobile-phone:before{content:"\fc7c"}.ti-password-user:before{content:"\fc7d"}.ti-paw:before{content:"\eff9"}.ti-paw-filled:before{content:"\f689"}.ti-paw-off:before{content:"\f419"}.ti-paywall:before{content:"\fd7e"}.ti-pdf:before{content:"\f7ac"}.ti-peace:before{content:"\ecbe"}.ti-pencil:before{content:"\eb04"}.ti-pencil-bolt:before{content:"\fbfd"}.ti-pencil-cancel:before{content:"\fbfe"}.ti-pencil-check:before{content:"\fbff"}.ti-pencil-code:before{content:"\fc00"}.ti-pencil-cog:before{content:"\fc01"}.ti-pencil-discount:before{content:"\fc02"}.ti-pencil-dollar:before{content:"\fc03"}.ti-pencil-down:before{content:"\fc04"}.ti-pencil-exclamation:before{content:"\fc05"}.ti-pencil-heart:before{content:"\fc06"}.ti-pencil-minus:before{content:"\f1eb"}.ti-pencil-off:before{content:"\f173"}.ti-pencil-pause:before{content:"\fc07"}.ti-pencil-pin:before{content:"\fc08"}.ti-pencil-plus:before{content:"\f1ec"}.ti-pencil-question:before{content:"\fc09"}.ti-pencil-search:before{content:"\fc0a"}.ti-pencil-share:before{content:"\fc0b"}.ti-pencil-star:before{content:"\fc0c"}.ti-pencil-up:before{content:"\fc0d"}.ti-pencil-x:before{content:"\fc0e"}.ti-pennant:before{content:"\ed7d"}.ti-pennant-2:before{content:"\f06a"}.ti-pennant-2-filled:before{content:"\f68a"}.ti-pennant-filled:before{content:"\f68b"}.ti-pennant-off:before{content:"\f174"}.ti-pentagon:before{content:"\efe3"}.ti-pentagon-filled:before{content:"\f68c"}.ti-pentagon-minus:before{content:"\feb3"}.ti-pentagon-number-0:before{content:"\fc7e"}.ti-pentagon-number-1:before{content:"\fc7f"}.ti-pentagon-number-2:before{content:"\fc80"}.ti-pentagon-number-3:before{content:"\fc81"}.ti-pentagon-number-4:before{content:"\fc82"}.ti-pentagon-number-5:before{content:"\fc83"}.ti-pentagon-number-6:before{content:"\fc84"}.ti-pentagon-number-7:before{content:"\fc85"}.ti-pentagon-number-8:before{content:"\fc86"}.ti-pentagon-number-9:before{content:"\fc87"}.ti-pentagon-off:before{content:"\f41a"}.ti-pentagon-plus:before{content:"\fc49"}.ti-pentagon-x:before{content:"\fc88"}.ti-pentagram:before{content:"\f586"}.ti-pepper:before{content:"\ef15"}.ti-pepper-off:before{content:"\f175"}.ti-percentage:before{content:"\ecf4"}.ti-percentage-0:before{content:"\fee5"}.ti-percentage-10:before{content:"\fee4"}.ti-percentage-100:before{content:"\fee3"}.ti-percentage-20:before{content:"\fee2"} -.ti-percentage-25:before{content:"\fee1"}.ti-percentage-30:before{content:"\fee0"}.ti-percentage-33:before{content:"\fedf"}.ti-percentage-40:before{content:"\fede"}.ti-percentage-50:before{content:"\fedd"}.ti-percentage-60:before{content:"\fedc"}.ti-percentage-66:before{content:"\fedb"}.ti-percentage-70:before{content:"\feda"}.ti-percentage-75:before{content:"\fed9"}.ti-percentage-80:before{content:"\fed8"}.ti-percentage-90:before{content:"\fed7"}.ti-perfume:before{content:"\f509"}.ti-perspective:before{content:"\eebd"}.ti-perspective-off:before{content:"\f176"}.ti-phone:before{content:"\eb09"}.ti-phone-call:before{content:"\eb05"}.ti-phone-calling:before{content:"\ec43"}.ti-phone-check:before{content:"\ec05"}.ti-phone-done:before{content:"\ff9e"}.ti-phone-end:before{content:"\ff9d"}.ti-phone-filled:before{content:"\fa49"}.ti-phone-incoming:before{content:"\eb06"}.ti-phone-off:before{content:"\ecf5"}.ti-phone-outgoing:before{content:"\eb07"}.ti-phone-pause:before{content:"\eb08"}.ti-phone-plus:before{content:"\ec06"}.ti-phone-ringing:before{content:"\ff9c"}.ti-phone-spark:before{content:"\ffb1"}.ti-phone-x:before{content:"\ec07"}.ti-photo:before{content:"\eb0a"}.ti-photo-ai:before{content:"\fa32"}.ti-photo-bitcoin:before{content:"\ff31"}.ti-photo-bolt:before{content:"\f990"}.ti-photo-cancel:before{content:"\f35d"}.ti-photo-check:before{content:"\f35e"}.ti-photo-circle:before{content:"\fc4a"}.ti-photo-circle-minus:before{content:"\fc62"}.ti-photo-circle-plus:before{content:"\fc63"}.ti-photo-code:before{content:"\f991"}.ti-photo-cog:before{content:"\f992"}.ti-photo-dollar:before{content:"\f993"}.ti-photo-down:before{content:"\f35f"}.ti-photo-edit:before{content:"\f360"}.ti-photo-exclamation:before{content:"\f994"}.ti-photo-filled:before{content:"\fa4a"}.ti-photo-heart:before{content:"\f361"}.ti-photo-hexagon:before{content:"\fc4b"}.ti-photo-minus:before{content:"\f362"}.ti-photo-off:before{content:"\ecf6"}.ti-photo-pause:before{content:"\f995"}.ti-photo-pentagon:before{content:"\fc4c"}.ti-photo-pin:before{content:"\f996"}.ti-photo-plus:before{content:"\f363"}.ti-photo-question:before{content:"\f997"}.ti-photo-scan:before{content:"\fca8"}.ti-photo-search:before{content:"\f364"}.ti-photo-sensor:before{content:"\f798"}.ti-photo-sensor-2:before{content:"\f796"}.ti-photo-sensor-3:before{content:"\f797"}.ti-photo-share:before{content:"\f998"}.ti-photo-shield:before{content:"\f365"}.ti-photo-spark:before{content:"\ffb0"}.ti-photo-square-rounded:before{content:"\fc4d"}.ti-photo-star:before{content:"\f366"}.ti-photo-up:before{content:"\f38b"}.ti-photo-video:before{content:"\fc95"}.ti-photo-x:before{content:"\f367"}.ti-physotherapist:before{content:"\eebe"}.ti-piano:before{content:"\fad3"}.ti-pick:before{content:"\fafc"}.ti-picnic-table:before{content:"\fed6"}.ti-picture-in-picture:before{content:"\ed35"} -.ti-picture-in-picture-filled:before{content:"\fec1"}.ti-picture-in-picture-off:before{content:"\ed43"}.ti-picture-in-picture-on:before{content:"\ed44"}.ti-picture-in-picture-top:before{content:"\efe4"}.ti-picture-in-picture-top-filled:before{content:"\fec2"}.ti-pig:before{content:"\ef52"}.ti-pig-money:before{content:"\f38c"}.ti-pig-off:before{content:"\f177"}.ti-pilcrow:before{content:"\f5f6"}.ti-pilcrow-left:before{content:"\fd7f"}.ti-pilcrow-right:before{content:"\fd80"}.ti-pill:before{content:"\ec44"}.ti-pill-filled:before{content:"\ff07"}.ti-pill-off:before{content:"\f178"}.ti-pills:before{content:"\ef66"}.ti-pin:before{content:"\ec9c"}.ti-pin-end:before{content:"\fd5b"}.ti-pin-filled:before{content:"\f68d"}.ti-pin-invoke:before{content:"\fd5c"}.ti-ping-pong:before{content:"\f38d"}.ti-pinned:before{content:"\ed60"}.ti-pinned-filled:before{content:"\f68e"}.ti-pinned-off:before{content:"\ed5f"}.ti-pizza:before{content:"\edbb"}.ti-pizza-filled:before{content:"\10008"}.ti-pizza-off:before{content:"\f179"}.ti-placeholder:before{content:"\f626"}.ti-plane:before{content:"\eb6f"}.ti-plane-arrival:before{content:"\eb99"}.ti-plane-departure:before{content:"\eb9a"}.ti-plane-inflight:before{content:"\ef98"}.ti-plane-off:before{content:"\f17a"}.ti-plane-tilt:before{content:"\f1ed"}.ti-planet:before{content:"\ec08"}.ti-planet-off:before{content:"\f17b"}.ti-plant:before{content:"\ed50"}.ti-plant-2:before{content:"\ed7e"}.ti-plant-2-off:before{content:"\f17c"}.ti-plant-off:before{content:"\f17d"}.ti-play-basketball:before{content:"\fa66"}.ti-play-card:before{content:"\eebf"}.ti-play-card-1:before{content:"\1005c"}.ti-play-card-1-filled:before{content:"\10083"}.ti-play-card-10:before{content:"\1005b"}.ti-play-card-10-filled:before{content:"\10082"}.ti-play-card-2:before{content:"\1005a"}.ti-play-card-2-filled:before{content:"\10081"}.ti-play-card-3:before{content:"\10059"}.ti-play-card-3-filled:before{content:"\10080"}.ti-play-card-4:before{content:"\10058"}.ti-play-card-4-filled:before{content:"\1007f"}.ti-play-card-5:before{content:"\10057"}.ti-play-card-5-filled:before{content:"\1007e"}.ti-play-card-6:before{content:"\10056"}.ti-play-card-6-filled:before{content:"\1007d"}.ti-play-card-7:before{content:"\10055"}.ti-play-card-7-filled:before{content:"\1007c"}.ti-play-card-8:before{content:"\10054"}.ti-play-card-8-filled:before{content:"\1007b"}.ti-play-card-9:before{content:"\10053"}.ti-play-card-9-filled:before{content:"\1007a"}.ti-play-card-a:before{content:"\10052"}.ti-play-card-a-filled:before{content:"\10079"}.ti-play-card-j:before{content:"\10051"}.ti-play-card-j-filled:before{content:"\10078"}.ti-play-card-k:before{content:"\10050"}.ti-play-card-k-filled:before{content:"\10077"}.ti-play-card-off:before{content:"\f17e"}.ti-play-card-q:before{content:"\1004f"}.ti-play-card-q-filled:before{content:"\10076"}.ti-play-card-star:before{content:"\1004e"} -.ti-play-card-star-filled:before{content:"\10075"}.ti-play-football:before{content:"\fa67"}.ti-play-handball:before{content:"\fa68"}.ti-play-volleyball:before{content:"\fa69"}.ti-player-eject:before{content:"\efbc"}.ti-player-eject-filled:before{content:"\f68f"}.ti-player-pause:before{content:"\ed45"}.ti-player-pause-filled:before{content:"\f690"}.ti-player-play:before{content:"\ed46"}.ti-player-play-filled:before{content:"\f691"}.ti-player-record:before{content:"\ed47"}.ti-player-record-filled:before{content:"\f692"}.ti-player-skip-back:before{content:"\ed48"}.ti-player-skip-back-filled:before{content:"\f693"}.ti-player-skip-forward:before{content:"\ed49"}.ti-player-skip-forward-filled:before{content:"\f694"}.ti-player-stop:before{content:"\ed4a"}.ti-player-stop-filled:before{content:"\f695"}.ti-player-track-next:before{content:"\ed4b"}.ti-player-track-next-filled:before{content:"\f696"}.ti-player-track-prev:before{content:"\ed4c"}.ti-player-track-prev-filled:before{content:"\f697"}.ti-playlist:before{content:"\eec0"}.ti-playlist-add:before{content:"\f008"}.ti-playlist-off:before{content:"\f17f"}.ti-playlist-x:before{content:"\f009"}.ti-playstation-circle:before{content:"\f2ad"}.ti-playstation-square:before{content:"\f2ae"}.ti-playstation-triangle:before{content:"\f2af"}.ti-playstation-x:before{content:"\f2b0"}.ti-plug:before{content:"\ebd9"}.ti-plug-connected:before{content:"\f00a"}.ti-plug-connected-x:before{content:"\f0a0"}.ti-plug-off:before{content:"\f180"}.ti-plug-x:before{content:"\f0a1"}.ti-plus:before{content:"\eb0b"}.ti-plus-equal:before{content:"\f7ad"}.ti-plus-minus:before{content:"\f7ae"}.ti-png:before{content:"\f3ad"}.ti-podium:before{content:"\f1d8"}.ti-podium-off:before{content:"\f41b"}.ti-point:before{content:"\eb0c"}.ti-point-filled:before{content:"\f698"}.ti-point-off:before{content:"\f181"}.ti-pointer:before{content:"\f265"}.ti-pointer-bolt:before{content:"\f999"}.ti-pointer-cancel:before{content:"\f99a"}.ti-pointer-check:before{content:"\f99b"}.ti-pointer-code:before{content:"\f99c"}.ti-pointer-cog:before{content:"\f99d"}.ti-pointer-dollar:before{content:"\f99e"}.ti-pointer-down:before{content:"\f99f"}.ti-pointer-exclamation:before{content:"\f9a0"}.ti-pointer-filled:before{content:"\fb30"}.ti-pointer-heart:before{content:"\f9a1"}.ti-pointer-minus:before{content:"\f9a2"}.ti-pointer-off:before{content:"\f9a3"}.ti-pointer-pause:before{content:"\f9a4"}.ti-pointer-pin:before{content:"\f9a5"}.ti-pointer-plus:before{content:"\f9a6"}.ti-pointer-question:before{content:"\f9a7"}.ti-pointer-search:before{content:"\f9a8"}.ti-pointer-share:before{content:"\f9a9"}.ti-pointer-star:before{content:"\f9aa"}.ti-pointer-up:before{content:"\f9ab"}.ti-pointer-x:before{content:"\f9ac"}.ti-pokeball:before{content:"\eec1"}.ti-pokeball-off:before{content:"\f41c"}.ti-poker-chip:before{content:"\f515"}.ti-polaroid:before{content:"\eec2"} -.ti-polaroid-filled:before{content:"\fa4b"}.ti-polygon:before{content:"\efd0"}.ti-polygon-off:before{content:"\f182"}.ti-poo:before{content:"\f258"}.ti-poo-filled:before{content:"\fec9"}.ti-pool:before{content:"\ed91"}.ti-pool-off:before{content:"\f41d"}.ti-power:before{content:"\eb0d"}.ti-pray:before{content:"\ecbf"}.ti-premium-rights:before{content:"\efbd"}.ti-prescription:before{content:"\ef99"}.ti-presentation:before{content:"\eb70"}.ti-presentation-analytics:before{content:"\eec3"}.ti-presentation-analytics-filled:before{content:"\ff5d"}.ti-presentation-filled:before{content:"\ff5c"}.ti-presentation-off:before{content:"\f183"}.ti-printer:before{content:"\eb0e"}.ti-printer-off:before{content:"\f184"}.ti-prism:before{content:"\fab1"}.ti-prism-light:before{content:"\fea6"}.ti-prism-off:before{content:"\faaf"}.ti-prism-plus:before{content:"\fab0"}.ti-prison:before{content:"\ef79"}.ti-progress:before{content:"\fa0d"}.ti-progress-alert:before{content:"\fa07"}.ti-progress-bolt:before{content:"\fa08"}.ti-progress-check:before{content:"\fa09"}.ti-progress-down:before{content:"\fa0a"}.ti-progress-help:before{content:"\fa0b"}.ti-progress-x:before{content:"\fa0c"}.ti-prompt:before{content:"\eb0f"}.ti-prong:before{content:"\fda1"}.ti-propeller:before{content:"\eec4"}.ti-propeller-off:before{content:"\f185"}.ti-protocol:before{content:"\fd81"}.ti-pumpkin-scary:before{content:"\f587"}.ti-puzzle:before{content:"\eb10"}.ti-puzzle-2:before{content:"\ef83"}.ti-puzzle-filled:before{content:"\f699"}.ti-puzzle-off:before{content:"\f186"}.ti-pyramid:before{content:"\eec5"}.ti-pyramid-off:before{content:"\f187"}.ti-pyramid-plus:before{content:"\fab2"}.ti-qrcode:before{content:"\eb11"}.ti-qrcode-off:before{content:"\f41e"}.ti-question-mark:before{content:"\ec9d"}.ti-quote:before{content:"\efbe"}.ti-quote-off:before{content:"\f188"}.ti-quotes:before{content:"\fb1e"}.ti-radar:before{content:"\f017"}.ti-radar-2:before{content:"\f016"}.ti-radar-filled:before{content:"\fe0d"}.ti-radar-off:before{content:"\f41f"}.ti-radio:before{content:"\ef2d"}.ti-radio-off:before{content:"\f420"}.ti-radioactive:before{content:"\ecc0"}.ti-radioactive-filled:before{content:"\f760"}.ti-radioactive-off:before{content:"\f189"}.ti-radius-bottom-left:before{content:"\eec6"}.ti-radius-bottom-right:before{content:"\eec7"}.ti-radius-top-left:before{content:"\eec8"}.ti-radius-top-right:before{content:"\eec9"}.ti-rainbow:before{content:"\edbc"}.ti-rainbow-off:before{content:"\f18a"}.ti-rating-12-plus:before{content:"\f266"}.ti-rating-14-plus:before{content:"\f267"}.ti-rating-16-plus:before{content:"\f268"}.ti-rating-18-plus:before{content:"\f269"}.ti-rating-21-plus:before{content:"\f26a"}.ti-razor:before{content:"\f4b5"}.ti-razor-electric:before{content:"\f4b4"}.ti-receipt:before{content:"\edfd"} -.ti-receipt-2:before{content:"\edfa"}.ti-receipt-bitcoin:before{content:"\fd66"}.ti-receipt-dollar:before{content:"\fd67"}.ti-receipt-euro:before{content:"\fd68"}.ti-receipt-filled:before{content:"\ff06"}.ti-receipt-off:before{content:"\edfb"}.ti-receipt-pound:before{content:"\fd69"}.ti-receipt-refund:before{content:"\edfc"}.ti-receipt-rupee:before{content:"\fd82"}.ti-receipt-tax:before{content:"\edbd"}.ti-receipt-yen:before{content:"\fd6a"}.ti-receipt-yuan:before{content:"\fd6b"}.ti-recharging:before{content:"\eeca"}.ti-record-mail:before{content:"\eb12"}.ti-record-mail-off:before{content:"\f18b"}.ti-rectangle:before{content:"\ed37"}.ti-rectangle-filled:before{content:"\f69a"}.ti-rectangle-rounded-bottom:before{content:"\faed"}.ti-rectangle-rounded-top:before{content:"\faee"}.ti-rectangle-vertical:before{content:"\ed36"}.ti-rectangle-vertical-filled:before{content:"\f69b"}.ti-rectangular-prism:before{content:"\fab5"}.ti-rectangular-prism-off:before{content:"\fab3"}.ti-rectangular-prism-plus:before{content:"\fab4"}.ti-recycle:before{content:"\eb9b"}.ti-recycle-off:before{content:"\f18c"}.ti-refresh:before{content:"\eb13"}.ti-refresh-alert:before{content:"\ed57"}.ti-refresh-dot:before{content:"\efbf"}.ti-refresh-off:before{content:"\f18d"}.ti-regex:before{content:"\f31f"}.ti-regex-off:before{content:"\f421"}.ti-registered:before{content:"\eb14"}.ti-relation-many-to-many:before{content:"\ed7f"}.ti-relation-many-to-many-filled:before{content:"\fe0c"}.ti-relation-one-to-many:before{content:"\ed80"}.ti-relation-one-to-many-filled:before{content:"\fe0b"}.ti-relation-one-to-one:before{content:"\ed81"}.ti-relation-one-to-one-filled:before{content:"\fe0a"}.ti-reload:before{content:"\f3ae"}.ti-reorder:before{content:"\fc15"}.ti-repeat:before{content:"\eb72"}.ti-repeat-off:before{content:"\f18e"}.ti-repeat-once:before{content:"\eb71"}.ti-replace:before{content:"\ebc7"}.ti-replace-filled:before{content:"\f69c"}.ti-replace-off:before{content:"\f422"}.ti-report:before{content:"\eece"}.ti-report-analytics:before{content:"\eecb"}.ti-report-medical:before{content:"\eecc"}.ti-report-money:before{content:"\eecd"}.ti-report-off:before{content:"\f18f"}.ti-report-search:before{content:"\ef84"}.ti-reserved-line:before{content:"\f9f6"}.ti-resize:before{content:"\eecf"}.ti-restore:before{content:"\fafd"}.ti-rewind-backward-10:before{content:"\faba"}.ti-rewind-backward-15:before{content:"\fabb"}.ti-rewind-backward-20:before{content:"\fabc"}.ti-rewind-backward-30:before{content:"\fabd"}.ti-rewind-backward-40:before{content:"\fabe"}.ti-rewind-backward-5:before{content:"\fabf"}.ti-rewind-backward-50:before{content:"\fac0"}.ti-rewind-backward-60:before{content:"\fac1"}.ti-rewind-forward-10:before{content:"\fac2"}.ti-rewind-forward-15:before{content:"\fac3"}.ti-rewind-forward-20:before{content:"\fac4"}.ti-rewind-forward-30:before{content:"\fac5"}.ti-rewind-forward-40:before{content:"\fac6"} -.ti-rewind-forward-5:before{content:"\fac7"}.ti-rewind-forward-50:before{content:"\fac8"}.ti-rewind-forward-60:before{content:"\fac9"}.ti-ribbon-health:before{content:"\f58e"}.ti-rings:before{content:"\fa6a"}.ti-ripple:before{content:"\ed82"}.ti-ripple-off:before{content:"\f190"}.ti-road:before{content:"\f018"}.ti-road-off:before{content:"\f191"}.ti-road-sign:before{content:"\ecdd"}.ti-robot:before{content:"\f00b"}.ti-robot-face:before{content:"\fcbe"}.ti-robot-off:before{content:"\f192"}.ti-rocket:before{content:"\ec45"}.ti-rocket-off:before{content:"\f193"}.ti-roller-skating:before{content:"\efd1"}.ti-rollercoaster:before{content:"\f0a2"}.ti-rollercoaster-off:before{content:"\f423"}.ti-rosette:before{content:"\f599"}.ti-rosette-discount:before{content:"\ee7c"}.ti-rosette-discount-check:before{content:"\f1f8"}.ti-rosette-discount-check-filled:before{content:"\f746"}.ti-rosette-discount-check-off:before{content:"\ff10"}.ti-rosette-discount-filled:before{content:"\ff05"}.ti-rosette-discount-off:before{content:"\f3e6"}.ti-rosette-filled:before{content:"\f69d"}.ti-rosette-number-0:before{content:"\f58f"}.ti-rosette-number-1:before{content:"\f590"}.ti-rosette-number-2:before{content:"\f591"}.ti-rosette-number-3:before{content:"\f592"}.ti-rosette-number-4:before{content:"\f593"}.ti-rosette-number-5:before{content:"\f594"}.ti-rosette-number-6:before{content:"\f595"}.ti-rosette-number-7:before{content:"\f596"}.ti-rosette-number-8:before{content:"\f597"}.ti-rosette-number-9:before{content:"\f598"}.ti-rotate:before{content:"\eb16"}.ti-rotate-2:before{content:"\ebb4"}.ti-rotate-360:before{content:"\ef85"}.ti-rotate-3d:before{content:"\f020"}.ti-rotate-clockwise:before{content:"\eb15"}.ti-rotate-clockwise-2:before{content:"\ebb5"}.ti-rotate-dot:before{content:"\efe5"}.ti-rotate-rectangle:before{content:"\ec15"}.ti-route:before{content:"\eb17"}.ti-route-2:before{content:"\f4b6"}.ti-route-alt-left:before{content:"\fca9"}.ti-route-alt-right:before{content:"\fcaa"}.ti-route-off:before{content:"\f194"}.ti-route-scan:before{content:"\fcbf"}.ti-route-square:before{content:"\fcac"}.ti-route-square-2:before{content:"\fcab"}.ti-route-x:before{content:"\fcae"}.ti-route-x-2:before{content:"\fcad"}.ti-router:before{content:"\eb18"}.ti-router-off:before{content:"\f424"}.ti-row-insert-bottom:before{content:"\eed0"}.ti-row-insert-top:before{content:"\eed1"}.ti-row-remove:before{content:"\fafe"}.ti-rss:before{content:"\eb19"}.ti-rubber-stamp:before{content:"\f5ab"}.ti-rubber-stamp-off:before{content:"\f5aa"}.ti-ruler:before{content:"\eb1a"}.ti-ruler-2:before{content:"\eed2"}.ti-ruler-2-off:before{content:"\f195"}.ti-ruler-3:before{content:"\f290"}.ti-ruler-measure:before{content:"\f291"}.ti-ruler-measure-2:before{content:"\ff0f"}.ti-ruler-off:before{content:"\f196"}.ti-run:before{content:"\ec82"}.ti-rv-truck:before{content:"\fcc0"} -.ti-s-turn-down:before{content:"\f516"}.ti-s-turn-left:before{content:"\f517"}.ti-s-turn-right:before{content:"\f518"}.ti-s-turn-up:before{content:"\f519"}.ti-sailboat:before{content:"\ec83"}.ti-sailboat-2:before{content:"\f5f7"}.ti-sailboat-off:before{content:"\f425"}.ti-salad:before{content:"\f50a"}.ti-salad-filled:before{content:"\10007"}.ti-salt:before{content:"\ef16"}.ti-sandbox:before{content:"\fd6c"}.ti-satellite:before{content:"\eed3"}.ti-satellite-off:before{content:"\f197"}.ti-sausage:before{content:"\ef17"}.ti-scale:before{content:"\ebc2"}.ti-scale-off:before{content:"\f198"}.ti-scale-outline:before{content:"\ef53"}.ti-scale-outline-off:before{content:"\f199"}.ti-scan:before{content:"\ebc8"}.ti-scan-eye:before{content:"\f1ff"}.ti-scan-position:before{content:"\fdac"}.ti-schema:before{content:"\f200"}.ti-schema-off:before{content:"\f426"}.ti-school:before{content:"\ecf7"}.ti-school-bell:before{content:"\f64a"}.ti-school-off:before{content:"\f19a"}.ti-scissors:before{content:"\eb1b"}.ti-scissors-off:before{content:"\f19b"}.ti-scooter:before{content:"\ec6c"}.ti-scooter-electric:before{content:"\ecc1"}.ti-scoreboard:before{content:"\fa6b"}.ti-screen-share:before{content:"\ed18"}.ti-screen-share-off:before{content:"\ed17"}.ti-screenshot:before{content:"\f201"}.ti-scribble:before{content:"\f0a3"}.ti-scribble-off:before{content:"\f427"}.ti-script:before{content:"\f2da"}.ti-script-minus:before{content:"\f2d7"}.ti-script-plus:before{content:"\f2d8"}.ti-script-x:before{content:"\f2d9"}.ti-scuba-diving:before{content:"\fd4e"}.ti-scuba-diving-tank:before{content:"\fefa"}.ti-scuba-diving-tank-filled:before{content:"\ff04"}.ti-scuba-mask:before{content:"\eed4"}.ti-scuba-mask-off:before{content:"\f428"}.ti-sdk:before{content:"\f3af"}.ti-search:before{content:"\eb1c"}.ti-search-off:before{content:"\f19c"}.ti-section:before{content:"\eed5"}.ti-section-filled:before{content:"\fe09"}.ti-section-sign:before{content:"\f019"}.ti-seeding:before{content:"\ed51"}.ti-seeding-filled:before{content:"\10006"}.ti-seeding-off:before{content:"\f19d"}.ti-select:before{content:"\ec9e"}.ti-select-all:before{content:"\f9f7"}.ti-selector:before{content:"\eb1d"}.ti-send:before{content:"\eb1e"}.ti-send-2:before{content:"\fd5d"}.ti-send-off:before{content:"\f429"}.ti-seo:before{content:"\f26b"}.ti-separator:before{content:"\ebda"}.ti-separator-horizontal:before{content:"\ec79"}.ti-separator-vertical:before{content:"\ec7a"}.ti-server:before{content:"\eb1f"}.ti-server-2:before{content:"\f07c"}.ti-server-bolt:before{content:"\f320"}.ti-server-cog:before{content:"\f321"}.ti-server-off:before{content:"\f19e"}.ti-server-spark:before{content:"\ffaf"}.ti-servicemark:before{content:"\ec09"}.ti-settings:before{content:"\eb20"}.ti-settings-2:before{content:"\f5ac"} -.ti-settings-automation:before{content:"\eed6"}.ti-settings-bolt:before{content:"\f9ad"}.ti-settings-cancel:before{content:"\f9ae"}.ti-settings-check:before{content:"\f9af"}.ti-settings-code:before{content:"\f9b0"}.ti-settings-cog:before{content:"\f9b1"}.ti-settings-dollar:before{content:"\f9b2"}.ti-settings-down:before{content:"\f9b3"}.ti-settings-exclamation:before{content:"\f9b4"}.ti-settings-filled:before{content:"\f69e"}.ti-settings-heart:before{content:"\f9b5"}.ti-settings-minus:before{content:"\f9b6"}.ti-settings-off:before{content:"\f19f"}.ti-settings-pause:before{content:"\f9b7"}.ti-settings-pin:before{content:"\f9b8"}.ti-settings-plus:before{content:"\f9b9"}.ti-settings-question:before{content:"\f9ba"}.ti-settings-search:before{content:"\f9bb"}.ti-settings-share:before{content:"\f9bc"}.ti-settings-spark:before{content:"\ffae"}.ti-settings-star:before{content:"\f9bd"}.ti-settings-up:before{content:"\f9be"}.ti-settings-x:before{content:"\f9bf"}.ti-shadow:before{content:"\eed8"}.ti-shadow-off:before{content:"\eed7"}.ti-shape:before{content:"\eb9c"}.ti-shape-2:before{content:"\eed9"}.ti-shape-3:before{content:"\eeda"}.ti-shape-off:before{content:"\f1a0"}.ti-share:before{content:"\eb21"}.ti-share-2:before{content:"\f799"}.ti-share-3:before{content:"\f7bd"}.ti-share-off:before{content:"\f1a1"}.ti-shareplay:before{content:"\fea5"}.ti-shield:before{content:"\eb24"}.ti-shield-bolt:before{content:"\f9c0"}.ti-shield-cancel:before{content:"\f9c1"}.ti-shield-check:before{content:"\eb22"}.ti-shield-check-filled:before{content:"\f761"}.ti-shield-checkered:before{content:"\ef9a"}.ti-shield-checkered-filled:before{content:"\f762"}.ti-shield-chevron:before{content:"\ef9b"}.ti-shield-code:before{content:"\f9c2"}.ti-shield-cog:before{content:"\f9c3"}.ti-shield-dollar:before{content:"\f9c4"}.ti-shield-down:before{content:"\f9c5"}.ti-shield-exclamation:before{content:"\f9c6"}.ti-shield-filled:before{content:"\f69f"}.ti-shield-half:before{content:"\f358"}.ti-shield-half-filled:before{content:"\f357"}.ti-shield-heart:before{content:"\f9c7"}.ti-shield-lock:before{content:"\ed58"}.ti-shield-lock-filled:before{content:"\f763"}.ti-shield-minus:before{content:"\f9c8"}.ti-shield-off:before{content:"\ecf8"}.ti-shield-pause:before{content:"\f9c9"}.ti-shield-pin:before{content:"\f9ca"}.ti-shield-plus:before{content:"\f9cb"}.ti-shield-question:before{content:"\f9cc"}.ti-shield-search:before{content:"\f9cd"}.ti-shield-share:before{content:"\f9ce"}.ti-shield-star:before{content:"\f9cf"}.ti-shield-up:before{content:"\f9d0"}.ti-shield-x:before{content:"\eb23"}.ti-ship:before{content:"\ec84"}.ti-ship-off:before{content:"\f42a"}.ti-shirt:before{content:"\ec0a"}.ti-shirt-filled:before{content:"\f6a0"}.ti-shirt-off:before{content:"\f1a2"}.ti-shirt-sport:before{content:"\f26c"}.ti-shoe:before{content:"\efd2"} -.ti-shoe-off:before{content:"\f1a4"}.ti-shopping-bag:before{content:"\f5f8"}.ti-shopping-bag-check:before{content:"\fc16"}.ti-shopping-bag-discount:before{content:"\fc17"}.ti-shopping-bag-edit:before{content:"\fc18"}.ti-shopping-bag-exclamation:before{content:"\fc19"}.ti-shopping-bag-heart:before{content:"\fda2"}.ti-shopping-bag-minus:before{content:"\fc1a"}.ti-shopping-bag-plus:before{content:"\fc1b"}.ti-shopping-bag-search:before{content:"\fc1c"}.ti-shopping-bag-x:before{content:"\fc1d"}.ti-shopping-cart:before{content:"\eb25"}.ti-shopping-cart-bolt:before{content:"\fb57"}.ti-shopping-cart-cancel:before{content:"\fb58"}.ti-shopping-cart-check:before{content:"\fb59"}.ti-shopping-cart-code:before{content:"\fb5a"}.ti-shopping-cart-cog:before{content:"\fb5b"}.ti-shopping-cart-copy:before{content:"\fb5c"}.ti-shopping-cart-discount:before{content:"\fb5d"}.ti-shopping-cart-dollar:before{content:"\fb5e"}.ti-shopping-cart-down:before{content:"\fb5f"}.ti-shopping-cart-exclamation:before{content:"\fb60"}.ti-shopping-cart-filled:before{content:"\fc3f"}.ti-shopping-cart-heart:before{content:"\fb61"}.ti-shopping-cart-minus:before{content:"\fb62"}.ti-shopping-cart-off:before{content:"\eedc"}.ti-shopping-cart-pause:before{content:"\fb63"}.ti-shopping-cart-pin:before{content:"\fb64"}.ti-shopping-cart-plus:before{content:"\fb65"}.ti-shopping-cart-question:before{content:"\fb66"}.ti-shopping-cart-search:before{content:"\fb67"}.ti-shopping-cart-share:before{content:"\fb68"}.ti-shopping-cart-star:before{content:"\fb69"}.ti-shopping-cart-up:before{content:"\fb6a"}.ti-shopping-cart-x:before{content:"\fb6b"}.ti-shovel:before{content:"\f1d9"}.ti-shovel-pitchforks:before{content:"\fd3a"}.ti-shredder:before{content:"\eedf"}.ti-sign-left:before{content:"\f06b"}.ti-sign-left-filled:before{content:"\f6a1"}.ti-sign-right:before{content:"\f06c"}.ti-sign-right-filled:before{content:"\f6a2"}.ti-signal-2g:before{content:"\f79a"}.ti-signal-3g:before{content:"\f1ee"}.ti-signal-4g:before{content:"\f1ef"}.ti-signal-4g-plus:before{content:"\f259"}.ti-signal-5g:before{content:"\f1f0"}.ti-signal-6g:before{content:"\f9f8"}.ti-signal-e:before{content:"\f9f9"}.ti-signal-g:before{content:"\f9fa"}.ti-signal-h:before{content:"\f9fc"}.ti-signal-h-plus:before{content:"\f9fb"}.ti-signal-lte:before{content:"\f9fd"}.ti-signature:before{content:"\eee0"}.ti-signature-off:before{content:"\f1a5"}.ti-sitemap:before{content:"\eb9d"}.ti-sitemap-filled:before{content:"\1006b"}.ti-sitemap-off:before{content:"\f1a6"}.ti-skateboard:before{content:"\ecc2"}.ti-skateboard-off:before{content:"\f42b"}.ti-skateboarding:before{content:"\faca"}.ti-skew-x:before{content:"\fd3b"}.ti-skew-y:before{content:"\fd3c"}.ti-ski-jumping:before{content:"\fa6c"}.ti-skull:before{content:"\f292"}.ti-slash:before{content:"\f4f9"}.ti-slashes:before{content:"\f588"}.ti-sleigh:before{content:"\ef9c"}.ti-slice:before{content:"\ebdb"} -.ti-slideshow:before{content:"\ebc9"}.ti-smart-home:before{content:"\ecde"}.ti-smart-home-off:before{content:"\f1a7"}.ti-smoking:before{content:"\ecc4"}.ti-smoking-no:before{content:"\ecc3"}.ti-snowboarding:before{content:"\fd4f"}.ti-snowflake:before{content:"\ec0b"}.ti-snowflake-off:before{content:"\f1a8"}.ti-snowman:before{content:"\f26d"}.ti-soccer-field:before{content:"\ed92"}.ti-social:before{content:"\ebec"}.ti-social-off:before{content:"\f1a9"}.ti-sock:before{content:"\eee1"}.ti-sofa:before{content:"\efaf"}.ti-sofa-off:before{content:"\f42c"}.ti-solar-electricity:before{content:"\fcc1"}.ti-solar-panel:before{content:"\f7bf"}.ti-solar-panel-2:before{content:"\f7be"}.ti-sort-0-9:before{content:"\f54d"}.ti-sort-9-0:before{content:"\f54e"}.ti-sort-a-z:before{content:"\f54f"}.ti-sort-ascending:before{content:"\eb26"}.ti-sort-ascending-2:before{content:"\eee2"}.ti-sort-ascending-2-filled:before{content:"\ff5b"}.ti-sort-ascending-letters:before{content:"\ef18"}.ti-sort-ascending-numbers:before{content:"\ef19"}.ti-sort-ascending-shapes:before{content:"\fd94"}.ti-sort-ascending-shapes-filled:before{content:"\ff5a"}.ti-sort-ascending-small-big:before{content:"\fd95"}.ti-sort-descending:before{content:"\eb27"}.ti-sort-descending-2:before{content:"\eee3"}.ti-sort-descending-2-filled:before{content:"\ff59"}.ti-sort-descending-letters:before{content:"\ef1a"}.ti-sort-descending-numbers:before{content:"\ef1b"}.ti-sort-descending-shapes:before{content:"\fd97"}.ti-sort-descending-shapes-filled:before{content:"\ff58"}.ti-sort-descending-small-big:before{content:"\fd96"}.ti-sort-z-a:before{content:"\f550"}.ti-sos:before{content:"\f24a"}.ti-soup:before{content:"\ef2e"}.ti-soup-filled:before{content:"\fe08"}.ti-soup-off:before{content:"\f42d"}.ti-source-code:before{content:"\f4a2"}.ti-space:before{content:"\ec0c"}.ti-space-off:before{content:"\f1aa"}.ti-spaces:before{content:"\fea4"}.ti-spacing-horizontal:before{content:"\ef54"}.ti-spacing-vertical:before{content:"\ef55"}.ti-spade:before{content:"\effa"}.ti-spade-filled:before{content:"\f6a3"}.ti-sparkles:before{content:"\f6d7"}.ti-speakerphone:before{content:"\ed61"}.ti-speedboat:before{content:"\ed93"}.ti-sphere:before{content:"\fab8"}.ti-sphere-off:before{content:"\fab6"}.ti-sphere-plus:before{content:"\fab7"}.ti-spider:before{content:"\f293"}.ti-spiral:before{content:"\f294"}.ti-spiral-off:before{content:"\f42e"}.ti-sport-billard:before{content:"\eee4"}.ti-spray:before{content:"\f50b"}.ti-spy:before{content:"\f227"}.ti-spy-off:before{content:"\f42f"}.ti-sql:before{content:"\f7c0"}.ti-square:before{content:"\eb2c"}.ti-square-arrow-down:before{content:"\f4b7"}.ti-square-arrow-down-filled:before{content:"\fb31"}.ti-square-arrow-left:before{content:"\f4b8"}.ti-square-arrow-left-filled:before{content:"\fb32"}.ti-square-arrow-right:before{content:"\f4b9"} -.ti-square-arrow-right-filled:before{content:"\fb33"}.ti-square-arrow-up:before{content:"\f4ba"}.ti-square-arrow-up-filled:before{content:"\fb34"}.ti-square-asterisk:before{content:"\f01a"}.ti-square-asterisk-filled:before{content:"\fb35"}.ti-square-check:before{content:"\eb28"}.ti-square-check-filled:before{content:"\f76d"}.ti-square-chevron-down:before{content:"\f627"}.ti-square-chevron-down-filled:before{content:"\fb36"}.ti-square-chevron-left:before{content:"\f628"}.ti-square-chevron-left-filled:before{content:"\fb37"}.ti-square-chevron-right:before{content:"\f629"}.ti-square-chevron-right-filled:before{content:"\fb38"}.ti-square-chevron-up:before{content:"\f62a"}.ti-square-chevron-up-filled:before{content:"\fb39"}.ti-square-chevrons-down:before{content:"\f64b"}.ti-square-chevrons-down-filled:before{content:"\fb3a"}.ti-square-chevrons-left:before{content:"\f64c"}.ti-square-chevrons-left-filled:before{content:"\fb3b"}.ti-square-chevrons-right:before{content:"\f64d"}.ti-square-chevrons-right-filled:before{content:"\fb3c"}.ti-square-chevrons-up:before{content:"\f64e"}.ti-square-chevrons-up-filled:before{content:"\fb3d"}.ti-square-dot:before{content:"\ed59"}.ti-square-dot-filled:before{content:"\fb3e"}.ti-square-f0:before{content:"\f526"}.ti-square-f0-filled:before{content:"\f76e"}.ti-square-f1:before{content:"\f527"}.ti-square-f1-filled:before{content:"\f76f"}.ti-square-f2:before{content:"\f528"}.ti-square-f2-filled:before{content:"\f770"}.ti-square-f3:before{content:"\f529"}.ti-square-f3-filled:before{content:"\f771"}.ti-square-f4:before{content:"\f52a"}.ti-square-f4-filled:before{content:"\f772"}.ti-square-f5:before{content:"\f52b"}.ti-square-f5-filled:before{content:"\f773"}.ti-square-f6:before{content:"\f52c"}.ti-square-f6-filled:before{content:"\f774"}.ti-square-f7:before{content:"\f52d"}.ti-square-f7-filled:before{content:"\f775"}.ti-square-f8:before{content:"\f52e"}.ti-square-f8-filled:before{content:"\f776"}.ti-square-f9:before{content:"\f52f"}.ti-square-f9-filled:before{content:"\f777"}.ti-square-filled:before{content:"\fc40"}.ti-square-forbid:before{content:"\ed5b"}.ti-square-forbid-2:before{content:"\ed5a"}.ti-square-half:before{content:"\effb"}.ti-square-key:before{content:"\f638"}.ti-square-letter-a:before{content:"\f47c"}.ti-square-letter-a-filled:before{content:"\fe07"}.ti-square-letter-b:before{content:"\f47d"}.ti-square-letter-b-filled:before{content:"\fe06"}.ti-square-letter-c:before{content:"\f47e"}.ti-square-letter-c-filled:before{content:"\fe05"}.ti-square-letter-d:before{content:"\f47f"}.ti-square-letter-d-filled:before{content:"\fe04"}.ti-square-letter-e:before{content:"\f480"}.ti-square-letter-e-filled:before{content:"\fe03"}.ti-square-letter-f:before{content:"\f481"}.ti-square-letter-f-filled:before{content:"\fe02"}.ti-square-letter-g:before{content:"\f482"}.ti-square-letter-g-filled:before{content:"\fe01"}.ti-square-letter-h:before{content:"\f483"}.ti-square-letter-h-filled:before{content:"\fe00"} -.ti-square-letter-i:before{content:"\f484"}.ti-square-letter-i-filled:before{content:"\fdff"}.ti-square-letter-j:before{content:"\f485"}.ti-square-letter-j-filled:before{content:"\fdfe"}.ti-square-letter-k:before{content:"\f486"}.ti-square-letter-k-filled:before{content:"\fdfd"}.ti-square-letter-l:before{content:"\f487"}.ti-square-letter-l-filled:before{content:"\fdfc"}.ti-square-letter-m:before{content:"\f488"}.ti-square-letter-m-filled:before{content:"\fdfb"}.ti-square-letter-n:before{content:"\f489"}.ti-square-letter-n-filled:before{content:"\fdfa"}.ti-square-letter-o:before{content:"\f48a"}.ti-square-letter-o-filled:before{content:"\fdf9"}.ti-square-letter-p:before{content:"\f48b"}.ti-square-letter-p-filled:before{content:"\fdf8"}.ti-square-letter-q:before{content:"\f48c"}.ti-square-letter-q-filled:before{content:"\fdf7"}.ti-square-letter-r:before{content:"\f48d"}.ti-square-letter-r-filled:before{content:"\fdf6"}.ti-square-letter-s:before{content:"\f48e"}.ti-square-letter-s-filled:before{content:"\fdf5"}.ti-square-letter-t:before{content:"\f48f"}.ti-square-letter-t-filled:before{content:"\fdf4"}.ti-square-letter-u:before{content:"\f490"}.ti-square-letter-u-filled:before{content:"\fdf3"}.ti-square-letter-v:before{content:"\f4bb"}.ti-square-letter-v-filled:before{content:"\fdf2"}.ti-square-letter-w:before{content:"\f491"}.ti-square-letter-w-filled:before{content:"\fdf1"}.ti-square-letter-x:before{content:"\f4bc"}.ti-square-letter-x-filled:before{content:"\fdf0"}.ti-square-letter-y:before{content:"\f492"}.ti-square-letter-y-filled:before{content:"\fdef"}.ti-square-letter-z:before{content:"\f493"}.ti-square-letter-z-filled:before{content:"\fdee"}.ti-square-minus:before{content:"\eb29"}.ti-square-minus-filled:before{content:"\fb3f"}.ti-square-number-0:before{content:"\eee5"}.ti-square-number-0-filled:before{content:"\f764"}.ti-square-number-1:before{content:"\eee6"}.ti-square-number-1-filled:before{content:"\f765"}.ti-square-number-2:before{content:"\eee7"}.ti-square-number-2-filled:before{content:"\f7fa"}.ti-square-number-3:before{content:"\eee8"}.ti-square-number-3-filled:before{content:"\f766"}.ti-square-number-4:before{content:"\eee9"}.ti-square-number-4-filled:before{content:"\f767"}.ti-square-number-5:before{content:"\eeea"}.ti-square-number-5-filled:before{content:"\f768"}.ti-square-number-6:before{content:"\eeeb"}.ti-square-number-6-filled:before{content:"\f769"}.ti-square-number-7:before{content:"\eeec"}.ti-square-number-7-filled:before{content:"\f76a"}.ti-square-number-8:before{content:"\eeed"}.ti-square-number-8-filled:before{content:"\f76b"}.ti-square-number-9:before{content:"\eeee"}.ti-square-number-9-filled:before{content:"\f76c"}.ti-square-off:before{content:"\eeef"}.ti-square-percentage:before{content:"\fd83"}.ti-square-plus:before{content:"\eb2a"}.ti-square-plus-2:before{content:"\fc96"}.ti-square-root:before{content:"\eef1"}.ti-square-root-2:before{content:"\eef0"}.ti-square-rotated:before{content:"\ecdf"}.ti-square-rotated-filled:before{content:"\f6a4"} -.ti-square-rotated-forbid:before{content:"\f01c"}.ti-square-rotated-forbid-2:before{content:"\f01b"}.ti-square-rotated-off:before{content:"\eef2"}.ti-square-rounded:before{content:"\f59a"}.ti-square-rounded-arrow-down:before{content:"\f639"}.ti-square-rounded-arrow-down-filled:before{content:"\f6db"}.ti-square-rounded-arrow-left:before{content:"\f63a"}.ti-square-rounded-arrow-left-filled:before{content:"\f6dc"}.ti-square-rounded-arrow-right:before{content:"\f63b"}.ti-square-rounded-arrow-right-filled:before{content:"\f6dd"}.ti-square-rounded-arrow-up:before{content:"\f63c"}.ti-square-rounded-arrow-up-filled:before{content:"\f6de"}.ti-square-rounded-check:before{content:"\f63d"}.ti-square-rounded-check-filled:before{content:"\f6df"}.ti-square-rounded-chevron-down:before{content:"\f62b"}.ti-square-rounded-chevron-down-filled:before{content:"\f6e0"}.ti-square-rounded-chevron-left:before{content:"\f62c"}.ti-square-rounded-chevron-left-filled:before{content:"\f6e1"}.ti-square-rounded-chevron-right:before{content:"\f62d"}.ti-square-rounded-chevron-right-filled:before{content:"\f6e2"}.ti-square-rounded-chevron-up:before{content:"\f62e"}.ti-square-rounded-chevron-up-filled:before{content:"\f6e3"}.ti-square-rounded-chevrons-down:before{content:"\f64f"}.ti-square-rounded-chevrons-down-filled:before{content:"\f6e4"}.ti-square-rounded-chevrons-left:before{content:"\f650"}.ti-square-rounded-chevrons-left-filled:before{content:"\f6e5"}.ti-square-rounded-chevrons-right:before{content:"\f651"}.ti-square-rounded-chevrons-right-filled:before{content:"\f6e6"}.ti-square-rounded-chevrons-up:before{content:"\f652"}.ti-square-rounded-chevrons-up-filled:before{content:"\f6e7"}.ti-square-rounded-filled:before{content:"\f6a5"}.ti-square-rounded-letter-a:before{content:"\f5ae"}.ti-square-rounded-letter-a-filled:before{content:"\fded"}.ti-square-rounded-letter-b:before{content:"\f5af"}.ti-square-rounded-letter-b-filled:before{content:"\fdec"}.ti-square-rounded-letter-c:before{content:"\f5b0"}.ti-square-rounded-letter-c-filled:before{content:"\fdeb"}.ti-square-rounded-letter-d:before{content:"\f5b1"}.ti-square-rounded-letter-d-filled:before{content:"\fdea"}.ti-square-rounded-letter-e:before{content:"\f5b2"}.ti-square-rounded-letter-e-filled:before{content:"\fde9"}.ti-square-rounded-letter-f:before{content:"\f5b3"}.ti-square-rounded-letter-f-filled:before{content:"\fde8"}.ti-square-rounded-letter-g:before{content:"\f5b4"}.ti-square-rounded-letter-g-filled:before{content:"\fde7"}.ti-square-rounded-letter-h:before{content:"\f5b5"}.ti-square-rounded-letter-h-filled:before{content:"\fde6"}.ti-square-rounded-letter-i:before{content:"\f5b6"}.ti-square-rounded-letter-i-filled:before{content:"\fde5"}.ti-square-rounded-letter-j:before{content:"\f5b7"}.ti-square-rounded-letter-j-filled:before{content:"\fde4"}.ti-square-rounded-letter-k:before{content:"\f5b8"}.ti-square-rounded-letter-k-filled:before{content:"\fde3"}.ti-square-rounded-letter-l:before{content:"\f5b9"}.ti-square-rounded-letter-l-filled:before{content:"\fde2"}.ti-square-rounded-letter-m:before{content:"\f5ba"}.ti-square-rounded-letter-m-filled:before{content:"\fde1"}.ti-square-rounded-letter-n:before{content:"\f5bb"}.ti-square-rounded-letter-n-filled:before{content:"\fde0"} -.ti-square-rounded-letter-o:before{content:"\f5bc"}.ti-square-rounded-letter-o-filled:before{content:"\fddf"}.ti-square-rounded-letter-p:before{content:"\f5bd"}.ti-square-rounded-letter-p-filled:before{content:"\fdde"}.ti-square-rounded-letter-q:before{content:"\f5be"}.ti-square-rounded-letter-q-filled:before{content:"\fddd"}.ti-square-rounded-letter-r:before{content:"\f5bf"}.ti-square-rounded-letter-r-filled:before{content:"\fddc"}.ti-square-rounded-letter-s:before{content:"\f5c0"}.ti-square-rounded-letter-s-filled:before{content:"\fddb"}.ti-square-rounded-letter-t:before{content:"\f5c1"}.ti-square-rounded-letter-t-filled:before{content:"\fdda"}.ti-square-rounded-letter-u:before{content:"\f5c2"}.ti-square-rounded-letter-u-filled:before{content:"\fdd9"}.ti-square-rounded-letter-v:before{content:"\f5c3"}.ti-square-rounded-letter-v-filled:before{content:"\fdd8"}.ti-square-rounded-letter-w:before{content:"\f5c4"}.ti-square-rounded-letter-w-filled:before{content:"\fdd7"}.ti-square-rounded-letter-x:before{content:"\f5c5"}.ti-square-rounded-letter-x-filled:before{content:"\fdd6"}.ti-square-rounded-letter-y:before{content:"\f5c6"}.ti-square-rounded-letter-y-filled:before{content:"\fdd5"}.ti-square-rounded-letter-z:before{content:"\f5c7"}.ti-square-rounded-letter-z-filled:before{content:"\fdd4"}.ti-square-rounded-minus:before{content:"\f63e"}.ti-square-rounded-minus-2:before{content:"\fc97"}.ti-square-rounded-minus-filled:before{content:"\fb40"}.ti-square-rounded-number-0:before{content:"\f5c8"}.ti-square-rounded-number-0-filled:before{content:"\f778"}.ti-square-rounded-number-1:before{content:"\f5c9"}.ti-square-rounded-number-1-filled:before{content:"\f779"}.ti-square-rounded-number-2:before{content:"\f5ca"}.ti-square-rounded-number-2-filled:before{content:"\f77a"}.ti-square-rounded-number-3:before{content:"\f5cb"}.ti-square-rounded-number-3-filled:before{content:"\f77b"}.ti-square-rounded-number-4:before{content:"\f5cc"}.ti-square-rounded-number-4-filled:before{content:"\f77c"}.ti-square-rounded-number-5:before{content:"\f5cd"}.ti-square-rounded-number-5-filled:before{content:"\f77d"}.ti-square-rounded-number-6:before{content:"\f5ce"}.ti-square-rounded-number-6-filled:before{content:"\f77e"}.ti-square-rounded-number-7:before{content:"\f5cf"}.ti-square-rounded-number-7-filled:before{content:"\f77f"}.ti-square-rounded-number-8:before{content:"\f5d0"}.ti-square-rounded-number-8-filled:before{content:"\f780"}.ti-square-rounded-number-9:before{content:"\f5d1"}.ti-square-rounded-number-9-filled:before{content:"\f781"}.ti-square-rounded-percentage:before{content:"\fd84"}.ti-square-rounded-plus:before{content:"\f63f"}.ti-square-rounded-plus-2:before{content:"\fc98"}.ti-square-rounded-plus-filled:before{content:"\f6e8"}.ti-square-rounded-x:before{content:"\f640"}.ti-square-rounded-x-filled:before{content:"\f6e9"}.ti-square-toggle:before{content:"\eef4"}.ti-square-toggle-horizontal:before{content:"\eef3"}.ti-square-x:before{content:"\eb2b"}.ti-square-x-filled:before{content:"\fb41"}.ti-squares:before{content:"\eef6"}.ti-squares-diagonal:before{content:"\eef5"}.ti-squares-filled:before{content:"\fe9f"} -.ti-squares-selected:before{content:"\fea3"}.ti-stack:before{content:"\eb2d"}.ti-stack-2:before{content:"\eef7"}.ti-stack-2-filled:before{content:"\fdd3"}.ti-stack-3:before{content:"\ef9d"}.ti-stack-3-filled:before{content:"\fdd2"}.ti-stack-back:before{content:"\fd26"}.ti-stack-backward:before{content:"\fd27"}.ti-stack-filled:before{content:"\fdd1"}.ti-stack-forward:before{content:"\fd28"}.ti-stack-front:before{content:"\fd29"}.ti-stack-middle:before{content:"\fd2a"}.ti-stack-pop:before{content:"\f234"}.ti-stack-push:before{content:"\f235"}.ti-stairs:before{content:"\eca6"}.ti-stairs-down:before{content:"\eca4"}.ti-stairs-up:before{content:"\eca5"}.ti-star:before{content:"\eb2e"}.ti-star-filled:before{content:"\f6a6"}.ti-star-half:before{content:"\ed19"}.ti-star-half-filled:before{content:"\f6a7"}.ti-star-off:before{content:"\ed62"}.ti-stars:before{content:"\ed38"}.ti-stars-filled:before{content:"\f6a8"}.ti-stars-off:before{content:"\f430"}.ti-status-change:before{content:"\f3b0"}.ti-steam:before{content:"\f24b"}.ti-steering-wheel:before{content:"\ec7b"}.ti-steering-wheel-filled:before{content:"\ff03"}.ti-steering-wheel-off:before{content:"\f431"}.ti-step-into:before{content:"\ece0"}.ti-step-out:before{content:"\ece1"}.ti-stereo-glasses:before{content:"\f4cb"}.ti-stethoscope:before{content:"\edbe"}.ti-stethoscope-off:before{content:"\f432"}.ti-sticker:before{content:"\eb2f"}.ti-sticker-2:before{content:"\fd3d"}.ti-stopwatch:before{content:"\ff9b"}.ti-storm:before{content:"\f24c"}.ti-storm-off:before{content:"\f433"}.ti-stretching:before{content:"\f2db"}.ti-stretching-2:before{content:"\fa6d"}.ti-strikethrough:before{content:"\eb9e"}.ti-submarine:before{content:"\ed94"}.ti-subscript:before{content:"\eb9f"}.ti-subtask:before{content:"\ec9f"}.ti-sum:before{content:"\eb73"}.ti-sum-off:before{content:"\f1ab"}.ti-sun:before{content:"\eb30"}.ti-sun-electricity:before{content:"\fcc2"}.ti-sun-filled:before{content:"\f6a9"}.ti-sun-high:before{content:"\f236"}.ti-sun-low:before{content:"\f237"}.ti-sun-moon:before{content:"\f4a3"}.ti-sun-off:before{content:"\ed63"}.ti-sun-wind:before{content:"\f238"}.ti-sunglasses:before{content:"\f239"}.ti-sunglasses-filled:before{content:"\fec8"}.ti-sunrise:before{content:"\ef1c"}.ti-sunset:before{content:"\ec31"}.ti-sunset-2:before{content:"\f23a"}.ti-superscript:before{content:"\eba0"}.ti-svg:before{content:"\f25a"}.ti-swimming:before{content:"\ec92"}.ti-swipe:before{content:"\f551"}.ti-swipe-down:before{content:"\fd5e"}.ti-swipe-down-filled:before{content:"\ff57"}.ti-swipe-left:before{content:"\fd5f"}.ti-swipe-left-filled:before{content:"\ff56"}.ti-swipe-right:before{content:"\fd60"}.ti-swipe-right-filled:before{content:"\ff55"}.ti-swipe-up:before{content:"\fd61"}.ti-swipe-up-filled:before{content:"\ff54"} -.ti-switch:before{content:"\eb33"}.ti-switch-2:before{content:"\edbf"}.ti-switch-3:before{content:"\edc0"}.ti-switch-horizontal:before{content:"\eb31"}.ti-switch-vertical:before{content:"\eb32"}.ti-sword:before{content:"\f030"}.ti-sword-off:before{content:"\f434"}.ti-swords:before{content:"\f132"}.ti-table:before{content:"\eba1"}.ti-table-alias:before{content:"\f25b"}.ti-table-column:before{content:"\faff"}.ti-table-down:before{content:"\fa1c"}.ti-table-export:before{content:"\eef8"}.ti-table-filled:before{content:"\f782"}.ti-table-heart:before{content:"\fa1d"}.ti-table-import:before{content:"\eef9"}.ti-table-minus:before{content:"\fa1e"}.ti-table-off:before{content:"\eefa"}.ti-table-options:before{content:"\f25c"}.ti-table-plus:before{content:"\fa1f"}.ti-table-row:before{content:"\fb00"}.ti-table-share:before{content:"\fa20"}.ti-table-shortcut:before{content:"\f25d"}.ti-table-spark:before{content:"\ffad"}.ti-tag:before{content:"\eb34"}.ti-tag-filled:before{content:"\ff02"}.ti-tag-off:before{content:"\efc0"}.ti-tag-starred:before{content:"\fc99"}.ti-tags:before{content:"\ef86"}.ti-tags-filled:before{content:"\ff01"}.ti-tags-off:before{content:"\efc1"}.ti-tallymark-1:before{content:"\ec46"}.ti-tallymark-2:before{content:"\ec47"}.ti-tallymark-3:before{content:"\ec48"}.ti-tallymark-4:before{content:"\ec49"}.ti-tallymarks:before{content:"\ec4a"}.ti-tank:before{content:"\ed95"}.ti-target:before{content:"\eb35"}.ti-target-arrow:before{content:"\f51a"}.ti-target-off:before{content:"\f1ad"}.ti-tax:before{content:"\feee"}.ti-tax-euro:before{content:"\fef0"}.ti-tax-pound:before{content:"\feef"}.ti-teapot:before{content:"\f552"}.ti-telescope:before{content:"\f07d"}.ti-telescope-off:before{content:"\f1ae"}.ti-temperature:before{content:"\eb38"}.ti-temperature-celsius:before{content:"\eb36"}.ti-temperature-fahrenheit:before{content:"\eb37"}.ti-temperature-minus:before{content:"\ebed"}.ti-temperature-off:before{content:"\f1af"}.ti-temperature-plus:before{content:"\ebee"}.ti-temperature-snow:before{content:"\fda3"}.ti-temperature-sun:before{content:"\fda4"}.ti-template:before{content:"\eb39"}.ti-template-off:before{content:"\f1b0"}.ti-tent:before{content:"\eefb"}.ti-tent-off:before{content:"\f435"}.ti-terminal:before{content:"\ebdc"}.ti-terminal-2:before{content:"\ebef"}.ti-test-pipe:before{content:"\eb3a"}.ti-test-pipe-2:before{content:"\f0a4"}.ti-test-pipe-2-filled:before{content:"\ff53"}.ti-test-pipe-off:before{content:"\f1b1"}.ti-tex:before{content:"\f4e0"}.ti-text-caption:before{content:"\f4a4"}.ti-text-color:before{content:"\f2dc"}.ti-text-decrease:before{content:"\f202"}.ti-text-direction-ltr:before{content:"\eefc"}.ti-text-direction-rtl:before{content:"\eefd"}.ti-text-grammar:before{content:"\fd6d"}.ti-text-increase:before{content:"\f203"} -.ti-text-orientation:before{content:"\f2a4"}.ti-text-plus:before{content:"\f2a5"}.ti-text-recognition:before{content:"\f204"}.ti-text-resize:before{content:"\ef87"}.ti-text-scan-2:before{content:"\fcc3"}.ti-text-size:before{content:"\f2b1"}.ti-text-spellcheck:before{content:"\f2a6"}.ti-text-wrap:before{content:"\ebdd"}.ti-text-wrap-column:before{content:"\feb2"}.ti-text-wrap-disabled:before{content:"\eca7"}.ti-texture:before{content:"\f51b"}.ti-theater:before{content:"\f79b"}.ti-thermometer:before{content:"\ef67"}.ti-thumb-down:before{content:"\eb3b"}.ti-thumb-down-filled:before{content:"\f6aa"}.ti-thumb-down-off:before{content:"\f436"}.ti-thumb-up:before{content:"\eb3c"}.ti-thumb-up-filled:before{content:"\f6ab"}.ti-thumb-up-off:before{content:"\f437"}.ti-tic-tac:before{content:"\f51c"}.ti-ticket:before{content:"\eb3d"}.ti-ticket-off:before{content:"\f1b2"}.ti-tie:before{content:"\f07e"}.ti-tilde:before{content:"\f4a5"}.ti-tilt-shift:before{content:"\eefe"}.ti-tilt-shift-filled:before{content:"\fec7"}.ti-tilt-shift-off:before{content:"\f1b3"}.ti-time-duration-0:before{content:"\fad4"}.ti-time-duration-10:before{content:"\fad5"}.ti-time-duration-15:before{content:"\fad6"}.ti-time-duration-30:before{content:"\fad7"}.ti-time-duration-45:before{content:"\fad8"}.ti-time-duration-5:before{content:"\fad9"}.ti-time-duration-60:before{content:"\fada"}.ti-time-duration-90:before{content:"\fadb"}.ti-time-duration-off:before{content:"\fadc"}.ti-timeline:before{content:"\f031"}.ti-timeline-event:before{content:"\f553"}.ti-timeline-event-exclamation:before{content:"\f662"}.ti-timeline-event-filled:before{content:"\fd18"}.ti-timeline-event-minus:before{content:"\f663"}.ti-timeline-event-plus:before{content:"\f664"}.ti-timeline-event-text:before{content:"\f665"}.ti-timeline-event-x:before{content:"\f666"}.ti-timezone:before{content:"\feed"}.ti-tip-jar:before{content:"\feea"}.ti-tip-jar-euro:before{content:"\feec"}.ti-tip-jar-pound:before{content:"\feeb"}.ti-tir:before{content:"\ebf0"}.ti-toggle-left:before{content:"\eb3e"}.ti-toggle-left-filled:before{content:"\fec0"}.ti-toggle-right:before{content:"\eb3f"}.ti-toggle-right-filled:before{content:"\febf"}.ti-toilet-paper:before{content:"\efd3"}.ti-toilet-paper-off:before{content:"\f1b4"}.ti-toml:before{content:"\fa5d"}.ti-tool:before{content:"\eb40"}.ti-tools:before{content:"\ebca"}.ti-tools-kitchen:before{content:"\ed64"}.ti-tools-kitchen-2:before{content:"\eeff"}.ti-tools-kitchen-2-off:before{content:"\f1b5"}.ti-tools-kitchen-3:before{content:"\fd2b"}.ti-tools-kitchen-off:before{content:"\f1b6"}.ti-tools-off:before{content:"\f1b7"}.ti-tooltip:before{content:"\f2dd"}.ti-topology-bus:before{content:"\f5d9"}.ti-topology-complex:before{content:"\f5da"}.ti-topology-full:before{content:"\f5dc"}.ti-topology-full-hierarchy:before{content:"\f5db"}.ti-topology-ring:before{content:"\f5df"} -.ti-topology-ring-2:before{content:"\f5dd"}.ti-topology-ring-3:before{content:"\f5de"}.ti-topology-star:before{content:"\f5e5"}.ti-topology-star-2:before{content:"\f5e0"}.ti-topology-star-3:before{content:"\f5e1"}.ti-topology-star-ring:before{content:"\f5e4"}.ti-topology-star-ring-2:before{content:"\f5e2"}.ti-topology-star-ring-3:before{content:"\f5e3"}.ti-torii:before{content:"\f59b"}.ti-tornado:before{content:"\ece2"}.ti-tournament:before{content:"\ecd0"}.ti-tower:before{content:"\f2cb"}.ti-tower-off:before{content:"\f2ca"}.ti-track:before{content:"\ef00"}.ti-tractor:before{content:"\ec0d"}.ti-trademark:before{content:"\ec0e"}.ti-traffic-cone:before{content:"\ec0f"}.ti-traffic-cone-off:before{content:"\f1b8"}.ti-traffic-lights:before{content:"\ed39"}.ti-traffic-lights-off:before{content:"\f1b9"}.ti-train:before{content:"\ed96"}.ti-transaction-bitcoin:before{content:"\fd6e"}.ti-transaction-dollar:before{content:"\fd6f"}.ti-transaction-euro:before{content:"\fd70"}.ti-transaction-pound:before{content:"\fd71"}.ti-transaction-rupee:before{content:"\fd85"}.ti-transaction-yen:before{content:"\fd72"}.ti-transaction-yuan:before{content:"\fd73"}.ti-transfer:before{content:"\fc1f"}.ti-transfer-in:before{content:"\ef2f"}.ti-transfer-out:before{content:"\ef30"}.ti-transfer-vertical:before{content:"\fc1e"}.ti-transform:before{content:"\f38e"}.ti-transform-filled:before{content:"\f6ac"}.ti-transform-point:before{content:"\fda9"}.ti-transform-point-bottom-left:before{content:"\fda5"}.ti-transform-point-bottom-right:before{content:"\fda6"}.ti-transform-point-top-left:before{content:"\fda7"}.ti-transform-point-top-right:before{content:"\fda8"}.ti-transition-bottom:before{content:"\f2b2"}.ti-transition-bottom-filled:before{content:"\fdd0"}.ti-transition-left:before{content:"\f2b3"}.ti-transition-left-filled:before{content:"\fdcf"}.ti-transition-right:before{content:"\f2b4"}.ti-transition-right-filled:before{content:"\fdce"}.ti-transition-top:before{content:"\f2b5"}.ti-transition-top-filled:before{content:"\fdcd"}.ti-trash:before{content:"\eb41"}.ti-trash-filled:before{content:"\f783"}.ti-trash-off:before{content:"\ed65"}.ti-trash-x:before{content:"\ef88"}.ti-trash-x-filled:before{content:"\f784"}.ti-treadmill:before{content:"\fa6e"}.ti-tree:before{content:"\ef01"}.ti-trees:before{content:"\ec10"}.ti-trekking:before{content:"\f5ad"}.ti-trending-down:before{content:"\eb42"}.ti-trending-down-2:before{content:"\edc1"}.ti-trending-down-3:before{content:"\edc2"}.ti-trending-up:before{content:"\eb43"}.ti-trending-up-2:before{content:"\edc3"}.ti-trending-up-3:before{content:"\edc4"}.ti-triangle:before{content:"\eb44"}.ti-triangle-filled:before{content:"\f6ad"}.ti-triangle-inverted:before{content:"\f01d"}.ti-triangle-inverted-filled:before{content:"\f6ae"}.ti-triangle-minus:before{content:"\fc9b"}.ti-triangle-minus-2:before{content:"\fc9a"}.ti-triangle-off:before{content:"\ef02"} -.ti-triangle-plus:before{content:"\fc9d"}.ti-triangle-plus-2:before{content:"\fc9c"}.ti-triangle-square-circle:before{content:"\ece8"}.ti-triangle-square-circle-filled:before{content:"\fb42"}.ti-triangles:before{content:"\f0a5"}.ti-trident:before{content:"\ecc5"}.ti-trolley:before{content:"\f4cc"}.ti-trophy:before{content:"\eb45"}.ti-trophy-filled:before{content:"\f6af"}.ti-trophy-off:before{content:"\f438"}.ti-trowel:before{content:"\f368"}.ti-truck:before{content:"\ebc4"}.ti-truck-delivery:before{content:"\ec4b"}.ti-truck-loading:before{content:"\f1da"}.ti-truck-off:before{content:"\ef03"}.ti-truck-return:before{content:"\ec4c"}.ti-txt:before{content:"\f3b1"}.ti-typeface:before{content:"\fdab"}.ti-typography:before{content:"\ebc5"}.ti-typography-off:before{content:"\f1ba"}.ti-u-turn-left:before{content:"\fea2"}.ti-u-turn-right:before{content:"\fea1"}.ti-ufo:before{content:"\f26f"}.ti-ufo-off:before{content:"\f26e"}.ti-umbrella:before{content:"\ebf1"}.ti-umbrella-2:before{content:"\ff0e"}.ti-umbrella-closed:before{content:"\ff0c"}.ti-umbrella-closed-2:before{content:"\ff0d"}.ti-umbrella-filled:before{content:"\f6b0"}.ti-umbrella-off:before{content:"\f1bb"}.ti-underline:before{content:"\eba2"}.ti-universe:before{content:"\fcc4"}.ti-unlink:before{content:"\eb46"}.ti-upload:before{content:"\eb47"}.ti-urgent:before{content:"\eb48"}.ti-usb:before{content:"\f00c"}.ti-user:before{content:"\eb4d"}.ti-user-bitcoin:before{content:"\ff30"}.ti-user-bolt:before{content:"\f9d1"}.ti-user-cancel:before{content:"\f9d2"}.ti-user-check:before{content:"\eb49"}.ti-user-circle:before{content:"\ef68"}.ti-user-code:before{content:"\f9d3"}.ti-user-cog:before{content:"\f9d4"}.ti-user-dollar:before{content:"\f9d5"}.ti-user-down:before{content:"\f9d6"}.ti-user-edit:before{content:"\f7cc"}.ti-user-exclamation:before{content:"\ec12"}.ti-user-filled:before{content:"\fd19"}.ti-user-heart:before{content:"\f7cd"}.ti-user-hexagon:before{content:"\fc4e"}.ti-user-minus:before{content:"\eb4a"}.ti-user-off:before{content:"\ecf9"}.ti-user-pause:before{content:"\f9d7"}.ti-user-pentagon:before{content:"\fc4f"}.ti-user-pin:before{content:"\f7ce"}.ti-user-plus:before{content:"\eb4b"}.ti-user-question:before{content:"\f7cf"}.ti-user-scan:before{content:"\fcaf"}.ti-user-screen:before{content:"\fea0"}.ti-user-search:before{content:"\ef89"}.ti-user-share:before{content:"\f9d8"}.ti-user-shield:before{content:"\f7d0"}.ti-user-square:before{content:"\fc51"}.ti-user-square-rounded:before{content:"\fc50"}.ti-user-star:before{content:"\f7d1"}.ti-user-up:before{content:"\f7d2"}.ti-user-x:before{content:"\eb4c"}.ti-users:before{content:"\ebf2"}.ti-users-group:before{content:"\fa21"}.ti-users-minus:before{content:"\fa0e"}.ti-users-plus:before{content:"\fa0f"}.ti-uv-index:before{content:"\f3b2"} -.ti-ux-circle:before{content:"\f369"}.ti-vaccine:before{content:"\ef04"}.ti-vaccine-bottle:before{content:"\ef69"}.ti-vaccine-bottle-off:before{content:"\f439"}.ti-vaccine-off:before{content:"\f1bc"}.ti-vacuum-cleaner:before{content:"\f5e6"}.ti-variable:before{content:"\ef05"}.ti-variable-minus:before{content:"\f36a"}.ti-variable-off:before{content:"\f1bd"}.ti-variable-plus:before{content:"\f36b"}.ti-vector:before{content:"\eca9"}.ti-vector-bezier:before{content:"\ef1d"}.ti-vector-bezier-2:before{content:"\f1a3"}.ti-vector-bezier-arc:before{content:"\f4cd"}.ti-vector-bezier-circle:before{content:"\f4ce"}.ti-vector-off:before{content:"\f1be"}.ti-vector-spline:before{content:"\f565"}.ti-vector-triangle:before{content:"\eca8"}.ti-vector-triangle-off:before{content:"\f1bf"}.ti-venus:before{content:"\ec86"}.ti-versions:before{content:"\ed52"}.ti-versions-filled:before{content:"\f6b1"}.ti-versions-off:before{content:"\f1c0"}.ti-video:before{content:"\ed22"}.ti-video-minus:before{content:"\ed1f"}.ti-video-off:before{content:"\ed20"}.ti-video-plus:before{content:"\ed21"}.ti-view-360:before{content:"\ed84"}.ti-view-360-arrow:before{content:"\f62f"}.ti-view-360-number:before{content:"\f566"}.ti-view-360-off:before{content:"\f1c1"}.ti-viewfinder:before{content:"\eb4e"}.ti-viewfinder-off:before{content:"\f1c2"}.ti-viewport-narrow:before{content:"\ebf3"}.ti-viewport-short:before{content:"\fee9"}.ti-viewport-tall:before{content:"\fee8"}.ti-viewport-wide:before{content:"\ebf4"}.ti-vinyl:before{content:"\f00d"}.ti-vip:before{content:"\f3b3"}.ti-vip-off:before{content:"\f43a"}.ti-virus:before{content:"\eb74"}.ti-virus-off:before{content:"\ed66"}.ti-virus-search:before{content:"\ed67"}.ti-vocabulary:before{content:"\ef1e"}.ti-vocabulary-off:before{content:"\f43b"}.ti-volcano:before{content:"\f79c"}.ti-volume:before{content:"\eb51"}.ti-volume-2:before{content:"\eb4f"}.ti-volume-3:before{content:"\eb50"}.ti-volume-off:before{content:"\f1c3"}.ti-vs:before{content:"\fc52"}.ti-walk:before{content:"\ec87"}.ti-wall:before{content:"\ef7a"}.ti-wall-off:before{content:"\f43c"}.ti-wallet:before{content:"\eb75"}.ti-wallet-off:before{content:"\f1c4"}.ti-wallpaper:before{content:"\ef56"}.ti-wallpaper-off:before{content:"\f1c5"}.ti-wand:before{content:"\ebcb"}.ti-wand-off:before{content:"\f1c6"}.ti-wash:before{content:"\f311"}.ti-wash-dry:before{content:"\f304"}.ti-wash-dry-1:before{content:"\f2fa"}.ti-wash-dry-2:before{content:"\f2fb"}.ti-wash-dry-3:before{content:"\f2fc"}.ti-wash-dry-a:before{content:"\f2fd"}.ti-wash-dry-dip:before{content:"\f2fe"}.ti-wash-dry-f:before{content:"\f2ff"}.ti-wash-dry-flat:before{content:"\fa7f"}.ti-wash-dry-hang:before{content:"\f300"}.ti-wash-dry-off:before{content:"\f301"}.ti-wash-dry-p:before{content:"\f302"} -.ti-wash-dry-shade:before{content:"\f303"}.ti-wash-dry-w:before{content:"\f322"}.ti-wash-dryclean:before{content:"\f305"}.ti-wash-dryclean-off:before{content:"\f323"}.ti-wash-eco:before{content:"\fa80"}.ti-wash-gentle:before{content:"\f306"}.ti-wash-hand:before{content:"\fa81"}.ti-wash-machine:before{content:"\f25e"}.ti-wash-off:before{content:"\f307"}.ti-wash-press:before{content:"\f308"}.ti-wash-temperature-1:before{content:"\f309"}.ti-wash-temperature-2:before{content:"\f30a"}.ti-wash-temperature-3:before{content:"\f30b"}.ti-wash-temperature-4:before{content:"\f30c"}.ti-wash-temperature-5:before{content:"\f30d"}.ti-wash-temperature-6:before{content:"\f30e"}.ti-wash-tumble-dry:before{content:"\f30f"}.ti-wash-tumble-off:before{content:"\f310"}.ti-waterpolo:before{content:"\fa6f"}.ti-wave-saw-tool:before{content:"\ecd3"}.ti-wave-sine:before{content:"\ecd4"}.ti-wave-square:before{content:"\ecd5"}.ti-waves-electricity:before{content:"\fcc5"}.ti-webhook:before{content:"\f01e"}.ti-webhook-off:before{content:"\f43d"}.ti-weight:before{content:"\f589"}.ti-wheel:before{content:"\fc64"}.ti-wheelchair:before{content:"\f1db"}.ti-wheelchair-off:before{content:"\f43e"}.ti-whirl:before{content:"\f51d"}.ti-wifi:before{content:"\eb52"}.ti-wifi-0:before{content:"\eba3"}.ti-wifi-1:before{content:"\eba4"}.ti-wifi-2:before{content:"\eba5"}.ti-wifi-off:before{content:"\ecfa"}.ti-wind:before{content:"\ec34"}.ti-wind-electricity:before{content:"\fcc6"}.ti-wind-off:before{content:"\f1c7"}.ti-windmill:before{content:"\ed85"}.ti-windmill-filled:before{content:"\f6b2"}.ti-windmill-off:before{content:"\f1c8"}.ti-window:before{content:"\ef06"}.ti-window-maximize:before{content:"\f1f1"}.ti-window-minimize:before{content:"\f1f2"}.ti-window-off:before{content:"\f1c9"}.ti-windsock:before{content:"\f06d"}.ti-wiper:before{content:"\ecab"}.ti-wiper-wash:before{content:"\ecaa"}.ti-woman:before{content:"\eb53"}.ti-woman-filled:before{content:"\fdcc"}.ti-wood:before{content:"\f359"}.ti-world:before{content:"\eb54"}.ti-world-bolt:before{content:"\f9d9"}.ti-world-cancel:before{content:"\f9da"}.ti-world-check:before{content:"\f9db"}.ti-world-code:before{content:"\f9dc"}.ti-world-cog:before{content:"\f9dd"}.ti-world-dollar:before{content:"\f9de"}.ti-world-down:before{content:"\f9df"}.ti-world-download:before{content:"\ef8a"}.ti-world-exclamation:before{content:"\f9e0"}.ti-world-heart:before{content:"\f9e1"}.ti-world-latitude:before{content:"\ed2e"}.ti-world-longitude:before{content:"\ed2f"}.ti-world-minus:before{content:"\f9e2"}.ti-world-off:before{content:"\f1ca"}.ti-world-pause:before{content:"\f9e3"}.ti-world-pin:before{content:"\f9e4"}.ti-world-plus:before{content:"\f9e5"}.ti-world-question:before{content:"\f9e6"}.ti-world-search:before{content:"\f9e7"} -.ti-world-share:before{content:"\f9e8"}.ti-world-star:before{content:"\f9e9"}.ti-world-up:before{content:"\f9ea"}.ti-world-upload:before{content:"\ef8b"}.ti-world-www:before{content:"\f38f"}.ti-world-x:before{content:"\f9eb"}.ti-wrecking-ball:before{content:"\ed97"}.ti-writing:before{content:"\ef08"}.ti-writing-off:before{content:"\f1cb"}.ti-writing-sign:before{content:"\ef07"}.ti-writing-sign-off:before{content:"\f1cc"}.ti-x:before{content:"\eb55"}.ti-x-power-y:before{content:"\10072"}.ti-xbox-a:before{content:"\f2b6"}.ti-xbox-a-filled:before{content:"\fdcb"}.ti-xbox-b:before{content:"\f2b7"}.ti-xbox-b-filled:before{content:"\fdca"}.ti-xbox-x:before{content:"\f2b8"}.ti-xbox-x-filled:before{content:"\fdc9"}.ti-xbox-y:before{content:"\f2b9"}.ti-xbox-y-filled:before{content:"\fdc8"}.ti-xd:before{content:"\fa33"}.ti-xxx:before{content:"\fc20"}.ti-yin-yang:before{content:"\ec35"}.ti-yin-yang-filled:before{content:"\f785"}.ti-yoga:before{content:"\f01f"}.ti-zeppelin:before{content:"\f270"}.ti-zeppelin-filled:before{content:"\fdc7"}.ti-zeppelin-off:before{content:"\f43f"}.ti-zip:before{content:"\f3b4"}.ti-zodiac-aquarius:before{content:"\ecac"}.ti-zodiac-aries:before{content:"\ecad"}.ti-zodiac-cancer:before{content:"\ecae"}.ti-zodiac-capricorn:before{content:"\ecaf"}.ti-zodiac-gemini:before{content:"\ecb0"}.ti-zodiac-leo:before{content:"\ecb1"}.ti-zodiac-libra:before{content:"\ecb2"}.ti-zodiac-pisces:before{content:"\ecb3"}.ti-zodiac-sagittarius:before{content:"\ecb4"}.ti-zodiac-scorpio:before{content:"\ecb5"}.ti-zodiac-taurus:before{content:"\ecb6"}.ti-zodiac-virgo:before{content:"\ecb7"}.ti-zoom:before{content:"\fdaa"}.ti-zoom-cancel:before{content:"\ec4d"}.ti-zoom-cancel-filled:before{content:"\fdc6"}.ti-zoom-check:before{content:"\ef09"}.ti-zoom-check-filled:before{content:"\f786"}.ti-zoom-code:before{content:"\f07f"}.ti-zoom-code-filled:before{content:"\fdc5"}.ti-zoom-exclamation:before{content:"\f080"}.ti-zoom-exclamation-filled:before{content:"\fdc4"}.ti-zoom-filled:before{content:"\f787"}.ti-zoom-in:before{content:"\eb56"}.ti-zoom-in-area:before{content:"\f1dc"}.ti-zoom-in-area-filled:before{content:"\f788"}.ti-zoom-in-filled:before{content:"\f789"}.ti-zoom-money:before{content:"\ef0a"}.ti-zoom-money-filled:before{content:"\fdc3"}.ti-zoom-out:before{content:"\eb57"}.ti-zoom-out-area:before{content:"\f1dd"}.ti-zoom-out-area-filled:before{content:"\fdc2"}.ti-zoom-out-filled:before{content:"\f78a"}.ti-zoom-pan:before{content:"\f1de"}.ti-zoom-pan-filled:before{content:"\fdc1"}.ti-zoom-question:before{content:"\edeb"}.ti-zoom-question-filled:before{content:"\fdc0"}.ti-zoom-replace:before{content:"\f2a7"}.ti-zoom-reset:before{content:"\f295"}.ti-zoom-scan:before{content:"\fcb0"}.ti-zoom-scan-filled:before{content:"\fdbf"} -.ti-zzz:before{content:"\f228"}.ti-zzz-off:before{content:"\f440"}.ti-123:before{content:"\f554"}.ti-360:before{content:"\f62f"}.ti-code-asterix:before{content:"\f312"}.ti-discount-2:before{content:"\ee7c"}.ti-discount-2-off:before{content:"\f3e6"}.ti-discount-check:before{content:"\f1f8"}.ti-hand-rock:before{content:"\ee97"}.ti-sort-deacending-small-big:before{content:"\fd96"}.ti-shi-jumping:before{content:"\fa6c"}.ti-box-seam:before{content:"\eaff"}.ti-kering:before{content:"\efb8"}.ti-2fa:before{content:"\eca0"}.ti-3d-cube-sphere:before{content:"\ecd7"}.ti-3d-cube-sphere-off:before{content:"\f3b5"}.ti-3d-rotate:before{content:"\f020"}.ti-12-hours:before{content:"\fc53"}.ti-24-hours:before{content:"\f5e7"}.ti-360-view:before{content:"\f566"}.ti-circle-0:before{content:"\ee34"}.ti-circle-1:before{content:"\ee35"}.ti-circle-2:before{content:"\ee36"}.ti-circle-3:before{content:"\ee37"}.ti-circle-4:before{content:"\ee38"}.ti-circle-5:before{content:"\ee39"}.ti-circle-6:before{content:"\ee3a"}.ti-circle-7:before{content:"\ee3b"}.ti-circle-8:before{content:"\ee3c"}.ti-circle-9:before{content:"\ee3d"}.ti-hexagon-0:before{content:"\f459"}.ti-hexagon-1:before{content:"\f45a"}.ti-hexagon-2:before{content:"\f45b"}.ti-hexagon-3:before{content:"\f45c"}.ti-hexagon-4:before{content:"\f45d"}.ti-hexagon-5:before{content:"\f45e"}.ti-hexagon-6:before{content:"\f45f"}.ti-hexagon-7:before{content:"\f460"}.ti-hexagon-8:before{content:"\f461"}.ti-hexagon-9:before{content:"\f462"}.ti-square-0:before{content:"\eee5"}.ti-square-1:before{content:"\eee6"}.ti-square-2:before{content:"\eee7"}.ti-square-3:before{content:"\eee8"}.ti-square-4:before{content:"\eee9"}.ti-square-5:before{content:"\eeea"}.ti-square-6:before{content:"\eeeb"}.ti-square-7:before{content:"\eeec"}.ti-square-8:before{content:"\eeed"}.ti-square-9:before{content:"\eeee"}.ti-message-circle-2:before{content:"\eaed"}.ti-mood-suprised:before{content:"\ec04"}.ti-circle-dashed-letter-letter-v:before{content:"\ff84"}.ti-discount-check-filled:before{content:"\f746"}.ti-message-circle-2-filled:before{content:"\fecf"}/*! + */@font-face{font-family:"tabler-icons";font-style:normal;font-weight:400;src:url("../fonts/tabler-icons.woff2?v3.20.0") format("woff2"),url("../fonts/tabler-icons.woff?") format("woff"),url("../fonts/tabler-icons.ttf?v3.20.0") format("truetype")}.ti{font-family:"tabler-icons"!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}.ti-a-b:before{content:"\ec36"}.ti-a-b-2:before{content:"\f25f"}.ti-a-b-off:before{content:"\f0a6"}.ti-abacus:before{content:"\f05c"}.ti-abacus-off:before{content:"\f3b6"}.ti-abc:before{content:"\f567"}.ti-access-point:before{content:"\ed1b"}.ti-access-point-off:before{content:"\ed1a"}.ti-accessible:before{content:"\eba9"}.ti-accessible-filled:before{content:"\f6ea"}.ti-accessible-off:before{content:"\f0a7"}.ti-activity:before{content:"\ed23"}.ti-activity-heartbeat:before{content:"\f0db"}.ti-ad:before{content:"\ea02"}.ti-ad-2:before{content:"\ef1f"}.ti-ad-circle:before{content:"\f79e"}.ti-ad-circle-filled:before{content:"\f7d3"}.ti-ad-circle-off:before{content:"\f79d"}.ti-ad-filled:before{content:"\f6eb"}.ti-ad-off:before{content:"\f3b7"}.ti-address-book:before{content:"\f021"}.ti-address-book-off:before{content:"\f3b8"}.ti-adjustments:before{content:"\ea03"}.ti-adjustments-alt:before{content:"\ec37"}.ti-adjustments-bolt:before{content:"\f7fb"}.ti-adjustments-cancel:before{content:"\f7fc"}.ti-adjustments-check:before{content:"\f7fd"}.ti-adjustments-code:before{content:"\f7fe"}.ti-adjustments-cog:before{content:"\f7ff"}.ti-adjustments-dollar:before{content:"\f800"}.ti-adjustments-down:before{content:"\f801"}.ti-adjustments-exclamation:before{content:"\f802"}.ti-adjustments-filled:before{content:"\f6ec"}.ti-adjustments-heart:before{content:"\f803"}.ti-adjustments-horizontal:before{content:"\ec38"}.ti-adjustments-minus:before{content:"\f804"}.ti-adjustments-off:before{content:"\f0a8"}.ti-adjustments-pause:before{content:"\f805"}.ti-adjustments-pin:before{content:"\f806"}.ti-adjustments-plus:before{content:"\f807"}.ti-adjustments-question:before{content:"\f808"}.ti-adjustments-search:before{content:"\f809"}.ti-adjustments-share:before{content:"\f80a"}.ti-adjustments-spark:before{content:"\ffbe"}.ti-adjustments-star:before{content:"\f80b"}.ti-adjustments-up:before{content:"\f80c"}.ti-adjustments-x:before{content:"\f80d"}.ti-aerial-lift:before{content:"\edfe"}.ti-affiliate:before{content:"\edff"}.ti-affiliate-filled:before{content:"\f6ed"}.ti-ai:before{content:"\fee7"}.ti-air-balloon:before{content:"\f4a6"}.ti-air-conditioning:before{content:"\f3a2"}.ti-air-conditioning-disabled:before{content:"\f542"}.ti-air-traffic-control:before{content:"\fb01"}.ti-alarm:before{content:"\ea04"}.ti-alarm-average:before{content:"\fc9e"}.ti-alarm-filled:before{content:"\f709"}.ti-alarm-minus:before{content:"\f630"}.ti-alarm-minus-filled:before{content:"\f70a"}.ti-alarm-off:before{content:"\f0a9"} +.ti-alarm-plus:before{content:"\f631"}.ti-alarm-plus-filled:before{content:"\f70b"}.ti-alarm-snooze:before{content:"\f632"}.ti-alarm-snooze-filled:before{content:"\f70c"}.ti-album:before{content:"\f022"}.ti-album-off:before{content:"\f3b9"}.ti-alert-circle:before{content:"\ea05"}.ti-alert-circle-filled:before{content:"\f6ee"}.ti-alert-circle-off:before{content:"\fc65"}.ti-alert-hexagon:before{content:"\f80e"}.ti-alert-hexagon-filled:before{content:"\fa34"}.ti-alert-hexagon-off:before{content:"\fc66"}.ti-alert-octagon:before{content:"\ecc6"}.ti-alert-octagon-filled:before{content:"\f6ef"}.ti-alert-small:before{content:"\f80f"}.ti-alert-small-off:before{content:"\fc67"}.ti-alert-square:before{content:"\f811"}.ti-alert-square-filled:before{content:"\fa35"}.ti-alert-square-rounded:before{content:"\f810"}.ti-alert-square-rounded-filled:before{content:"\fa36"}.ti-alert-square-rounded-off:before{content:"\fc68"}.ti-alert-triangle:before{content:"\ea06"}.ti-alert-triangle-filled:before{content:"\f6f0"}.ti-alert-triangle-off:before{content:"\fc69"}.ti-alien:before{content:"\ebde"}.ti-alien-filled:before{content:"\f70d"}.ti-align-box-bottom-center:before{content:"\f530"}.ti-align-box-bottom-center-filled:before{content:"\f70e"}.ti-align-box-bottom-left:before{content:"\f531"}.ti-align-box-bottom-left-filled:before{content:"\f70f"}.ti-align-box-bottom-right:before{content:"\f532"}.ti-align-box-bottom-right-filled:before{content:"\f710"}.ti-align-box-center-bottom:before{content:"\facb"}.ti-align-box-center-middle:before{content:"\f79f"}.ti-align-box-center-middle-filled:before{content:"\f7d4"}.ti-align-box-center-stretch:before{content:"\facc"}.ti-align-box-center-top:before{content:"\facd"}.ti-align-box-left-bottom:before{content:"\f533"}.ti-align-box-left-bottom-filled:before{content:"\f711"}.ti-align-box-left-middle:before{content:"\f534"}.ti-align-box-left-middle-filled:before{content:"\f712"}.ti-align-box-left-stretch:before{content:"\face"}.ti-align-box-left-top:before{content:"\f535"}.ti-align-box-left-top-filled:before{content:"\f713"}.ti-align-box-right-bottom:before{content:"\f536"}.ti-align-box-right-bottom-filled:before{content:"\f714"}.ti-align-box-right-middle:before{content:"\f537"}.ti-align-box-right-middle-filled:before{content:"\f7d5"}.ti-align-box-right-stretch:before{content:"\facf"}.ti-align-box-right-top:before{content:"\f538"}.ti-align-box-right-top-filled:before{content:"\f715"}.ti-align-box-top-center:before{content:"\f539"}.ti-align-box-top-center-filled:before{content:"\f716"}.ti-align-box-top-left:before{content:"\f53a"}.ti-align-box-top-left-filled:before{content:"\f717"}.ti-align-box-top-right:before{content:"\f53b"}.ti-align-box-top-right-filled:before{content:"\f718"}.ti-align-center:before{content:"\ea07"}.ti-align-justified:before{content:"\ea08"}.ti-align-left:before{content:"\ea09"}.ti-align-left-2:before{content:"\ff00"}.ti-align-right:before{content:"\ea0a"}.ti-align-right-2:before{content:"\feff"}.ti-alpha:before{content:"\f543"}.ti-alphabet-arabic:before{content:"\ff2f"} +.ti-alphabet-bangla:before{content:"\ff2e"}.ti-alphabet-cyrillic:before{content:"\f1df"}.ti-alphabet-greek:before{content:"\f1e0"}.ti-alphabet-hebrew:before{content:"\ff2d"}.ti-alphabet-korean:before{content:"\ff2c"}.ti-alphabet-latin:before{content:"\f1e1"}.ti-alphabet-thai:before{content:"\ff2b"}.ti-alt:before{content:"\fc54"}.ti-ambulance:before{content:"\ebf5"}.ti-ampersand:before{content:"\f229"}.ti-analyze:before{content:"\f3a3"}.ti-analyze-filled:before{content:"\f719"}.ti-analyze-off:before{content:"\f3ba"}.ti-anchor:before{content:"\eb76"}.ti-anchor-off:before{content:"\f0f7"}.ti-angle:before{content:"\ef20"}.ti-ankh:before{content:"\f1cd"}.ti-antenna:before{content:"\f094"}.ti-antenna-bars-1:before{content:"\ecc7"}.ti-antenna-bars-2:before{content:"\ecc8"}.ti-antenna-bars-3:before{content:"\ecc9"}.ti-antenna-bars-4:before{content:"\ecca"}.ti-antenna-bars-5:before{content:"\eccb"}.ti-antenna-bars-off:before{content:"\f0aa"}.ti-antenna-off:before{content:"\f3bb"}.ti-aperture:before{content:"\eb58"}.ti-aperture-off:before{content:"\f3bc"}.ti-api:before{content:"\effd"}.ti-api-app:before{content:"\effc"}.ti-api-app-off:before{content:"\f0ab"}.ti-api-off:before{content:"\f0f8"}.ti-app-window:before{content:"\efe6"}.ti-app-window-filled:before{content:"\f71a"}.ti-apple:before{content:"\ef21"}.ti-apple-filled:before{content:"\10017"}.ti-apps:before{content:"\ebb6"}.ti-apps-filled:before{content:"\f6f1"}.ti-apps-off:before{content:"\f0ac"}.ti-archery-arrow:before{content:"\fc55"}.ti-archive:before{content:"\ea0b"}.ti-archive-filled:before{content:"\fa82"}.ti-archive-off:before{content:"\f0ad"}.ti-armchair:before{content:"\ef9e"}.ti-armchair-2:before{content:"\efe7"}.ti-armchair-2-off:before{content:"\f3bd"}.ti-armchair-off:before{content:"\f3be"}.ti-arrow-autofit-content:before{content:"\ef31"}.ti-arrow-autofit-content-filled:before{content:"\f6f2"}.ti-arrow-autofit-down:before{content:"\ef32"}.ti-arrow-autofit-height:before{content:"\ef33"}.ti-arrow-autofit-left:before{content:"\ef34"}.ti-arrow-autofit-right:before{content:"\ef35"}.ti-arrow-autofit-up:before{content:"\ef36"}.ti-arrow-autofit-width:before{content:"\ef37"}.ti-arrow-back:before{content:"\ea0c"}.ti-arrow-back-up:before{content:"\eb77"}.ti-arrow-back-up-double:before{content:"\f9ec"}.ti-arrow-badge-down:before{content:"\f60b"}.ti-arrow-badge-down-filled:before{content:"\f7d6"}.ti-arrow-badge-left:before{content:"\f60c"}.ti-arrow-badge-left-filled:before{content:"\f7d7"}.ti-arrow-badge-right:before{content:"\f60d"}.ti-arrow-badge-right-filled:before{content:"\f7d8"}.ti-arrow-badge-up:before{content:"\f60e"}.ti-arrow-badge-up-filled:before{content:"\f7d9"}.ti-arrow-bar-both:before{content:"\fadd"}.ti-arrow-bar-down:before{content:"\ea0d"}.ti-arrow-bar-left:before{content:"\ea0e"}.ti-arrow-bar-right:before{content:"\ea0f"}.ti-arrow-bar-to-down:before{content:"\ec88"} +.ti-arrow-bar-to-left:before{content:"\ec89"}.ti-arrow-bar-to-right:before{content:"\ec8a"}.ti-arrow-bar-to-up:before{content:"\ec8b"}.ti-arrow-bar-up:before{content:"\ea10"}.ti-arrow-bear-left:before{content:"\f045"}.ti-arrow-bear-left-2:before{content:"\f044"}.ti-arrow-bear-right:before{content:"\f047"}.ti-arrow-bear-right-2:before{content:"\f046"}.ti-arrow-big-down:before{content:"\edda"}.ti-arrow-big-down-filled:before{content:"\f6c6"}.ti-arrow-big-down-line:before{content:"\efe8"}.ti-arrow-big-down-line-filled:before{content:"\f6c7"}.ti-arrow-big-down-lines:before{content:"\efe9"}.ti-arrow-big-down-lines-filled:before{content:"\f6c8"}.ti-arrow-big-left:before{content:"\eddb"}.ti-arrow-big-left-filled:before{content:"\f6c9"}.ti-arrow-big-left-line:before{content:"\efea"}.ti-arrow-big-left-line-filled:before{content:"\f6ca"}.ti-arrow-big-left-lines:before{content:"\efeb"}.ti-arrow-big-left-lines-filled:before{content:"\f6cb"}.ti-arrow-big-right:before{content:"\eddc"}.ti-arrow-big-right-filled:before{content:"\f6cc"}.ti-arrow-big-right-line:before{content:"\efec"}.ti-arrow-big-right-line-filled:before{content:"\f6cd"}.ti-arrow-big-right-lines:before{content:"\efed"}.ti-arrow-big-right-lines-filled:before{content:"\f6ce"}.ti-arrow-big-up:before{content:"\eddd"}.ti-arrow-big-up-filled:before{content:"\f6cf"}.ti-arrow-big-up-line:before{content:"\efee"}.ti-arrow-big-up-line-filled:before{content:"\f6d0"}.ti-arrow-big-up-lines:before{content:"\efef"}.ti-arrow-big-up-lines-filled:before{content:"\f6d1"}.ti-arrow-bounce:before{content:"\f3a4"}.ti-arrow-capsule:before{content:"\fade"}.ti-arrow-curve-left:before{content:"\f048"}.ti-arrow-curve-right:before{content:"\f049"}.ti-arrow-down:before{content:"\ea16"}.ti-arrow-down-bar:before{content:"\ed98"}.ti-arrow-down-circle:before{content:"\ea11"}.ti-arrow-down-circle-filled:before{content:"\1003b"}.ti-arrow-down-dashed:before{content:"\1006a"}.ti-arrow-down-from-arc:before{content:"\fd86"}.ti-arrow-down-left:before{content:"\ea13"}.ti-arrow-down-left-circle:before{content:"\ea12"}.ti-arrow-down-rhombus:before{content:"\f61d"}.ti-arrow-down-rhombus-filled:before{content:"\1003a"}.ti-arrow-down-right:before{content:"\ea15"}.ti-arrow-down-right-circle:before{content:"\ea14"}.ti-arrow-down-square:before{content:"\ed9a"}.ti-arrow-down-square-filled:before{content:"\10039"}.ti-arrow-down-tail:before{content:"\ed9b"}.ti-arrow-down-to-arc:before{content:"\fd87"}.ti-arrow-elbow-left:before{content:"\f9ed"}.ti-arrow-elbow-right:before{content:"\f9ee"}.ti-arrow-fork:before{content:"\f04a"}.ti-arrow-forward:before{content:"\ea17"}.ti-arrow-forward-up:before{content:"\eb78"}.ti-arrow-forward-up-double:before{content:"\f9ef"}.ti-arrow-guide:before{content:"\f22a"}.ti-arrow-guide-filled:before{content:"\10038"}.ti-arrow-iteration:before{content:"\f578"}.ti-arrow-left:before{content:"\ea19"}.ti-arrow-left-bar:before{content:"\ed9c"}.ti-arrow-left-circle:before{content:"\ea18"}.ti-arrow-left-circle-filled:before{content:"\10037"} +.ti-arrow-left-dashed:before{content:"\10069"}.ti-arrow-left-from-arc:before{content:"\fd88"}.ti-arrow-left-rhombus:before{content:"\f61e"}.ti-arrow-left-rhombus-filled:before{content:"\10036"}.ti-arrow-left-right:before{content:"\f04b"}.ti-arrow-left-square:before{content:"\ed9d"}.ti-arrow-left-square-filled:before{content:"\10035"}.ti-arrow-left-tail:before{content:"\ed9e"}.ti-arrow-left-to-arc:before{content:"\fd89"}.ti-arrow-loop-left:before{content:"\ed9f"}.ti-arrow-loop-left-2:before{content:"\f04c"}.ti-arrow-loop-right:before{content:"\eda0"}.ti-arrow-loop-right-2:before{content:"\f04d"}.ti-arrow-merge:before{content:"\f04e"}.ti-arrow-merge-alt-left:before{content:"\fc9f"}.ti-arrow-merge-alt-right:before{content:"\fca0"}.ti-arrow-merge-both:before{content:"\f23b"}.ti-arrow-merge-left:before{content:"\f23c"}.ti-arrow-merge-right:before{content:"\f23d"}.ti-arrow-move-down:before{content:"\f2ba"}.ti-arrow-move-down-filled:before{content:"\10034"}.ti-arrow-move-left:before{content:"\f2bb"}.ti-arrow-move-left-filled:before{content:"\10033"}.ti-arrow-move-right:before{content:"\f2bc"}.ti-arrow-move-right-filled:before{content:"\10032"}.ti-arrow-move-up:before{content:"\f2bd"}.ti-arrow-move-up-filled:before{content:"\10031"}.ti-arrow-narrow-down:before{content:"\ea1a"}.ti-arrow-narrow-down-dashed:before{content:"\10068"}.ti-arrow-narrow-left:before{content:"\ea1b"}.ti-arrow-narrow-left-dashed:before{content:"\10067"}.ti-arrow-narrow-right:before{content:"\ea1c"}.ti-arrow-narrow-right-dashed:before{content:"\10066"}.ti-arrow-narrow-up:before{content:"\ea1d"}.ti-arrow-narrow-up-dashed:before{content:"\10065"}.ti-arrow-ramp-left:before{content:"\ed3c"}.ti-arrow-ramp-left-2:before{content:"\f04f"}.ti-arrow-ramp-left-3:before{content:"\f050"}.ti-arrow-ramp-right:before{content:"\ed3d"}.ti-arrow-ramp-right-2:before{content:"\f051"}.ti-arrow-ramp-right-3:before{content:"\f052"}.ti-arrow-right:before{content:"\ea1f"}.ti-arrow-right-bar:before{content:"\eda1"}.ti-arrow-right-circle:before{content:"\ea1e"}.ti-arrow-right-circle-filled:before{content:"\10030"}.ti-arrow-right-dashed:before{content:"\10064"}.ti-arrow-right-from-arc:before{content:"\fd8a"}.ti-arrow-right-rhombus:before{content:"\f61f"}.ti-arrow-right-rhombus-filled:before{content:"\1002f"}.ti-arrow-right-square:before{content:"\eda2"}.ti-arrow-right-square-filled:before{content:"\1002e"}.ti-arrow-right-tail:before{content:"\eda3"}.ti-arrow-right-to-arc:before{content:"\fd8b"}.ti-arrow-rotary-first-left:before{content:"\f053"}.ti-arrow-rotary-first-right:before{content:"\f054"}.ti-arrow-rotary-last-left:before{content:"\f055"}.ti-arrow-rotary-last-right:before{content:"\f056"}.ti-arrow-rotary-left:before{content:"\f057"}.ti-arrow-rotary-right:before{content:"\f058"}.ti-arrow-rotary-straight:before{content:"\f059"}.ti-arrow-roundabout-left:before{content:"\f22b"}.ti-arrow-roundabout-right:before{content:"\f22c"}.ti-arrow-sharp-turn-left:before{content:"\f05a"}.ti-arrow-sharp-turn-right:before{content:"\f05b"}.ti-arrow-up:before{content:"\ea25"} +.ti-arrow-up-bar:before{content:"\eda4"}.ti-arrow-up-circle:before{content:"\ea20"}.ti-arrow-up-circle-filled:before{content:"\1002d"}.ti-arrow-up-dashed:before{content:"\10063"}.ti-arrow-up-from-arc:before{content:"\fd8c"}.ti-arrow-up-left:before{content:"\ea22"}.ti-arrow-up-left-circle:before{content:"\ea21"}.ti-arrow-up-rhombus:before{content:"\f620"}.ti-arrow-up-rhombus-filled:before{content:"\1002c"}.ti-arrow-up-right:before{content:"\ea24"}.ti-arrow-up-right-circle:before{content:"\ea23"}.ti-arrow-up-square:before{content:"\eda6"}.ti-arrow-up-square-filled:before{content:"\1002b"}.ti-arrow-up-tail:before{content:"\eda7"}.ti-arrow-up-to-arc:before{content:"\fd8d"}.ti-arrow-wave-left-down:before{content:"\eda8"}.ti-arrow-wave-left-up:before{content:"\eda9"}.ti-arrow-wave-right-down:before{content:"\edaa"}.ti-arrow-wave-right-up:before{content:"\edab"}.ti-arrow-zig-zag:before{content:"\f4a7"}.ti-arrows-cross:before{content:"\effe"}.ti-arrows-diagonal:before{content:"\ea27"}.ti-arrows-diagonal-2:before{content:"\ea26"}.ti-arrows-diagonal-minimize:before{content:"\ef39"}.ti-arrows-diagonal-minimize-2:before{content:"\ef38"}.ti-arrows-diff:before{content:"\f296"}.ti-arrows-double-ne-sw:before{content:"\edde"}.ti-arrows-double-nw-se:before{content:"\eddf"}.ti-arrows-double-se-nw:before{content:"\ede0"}.ti-arrows-double-sw-ne:before{content:"\ede1"}.ti-arrows-down:before{content:"\edad"}.ti-arrows-down-up:before{content:"\edac"}.ti-arrows-exchange:before{content:"\f1f4"}.ti-arrows-exchange-2:before{content:"\f1f3"}.ti-arrows-horizontal:before{content:"\eb59"}.ti-arrows-join:before{content:"\edaf"}.ti-arrows-join-2:before{content:"\edae"}.ti-arrows-left:before{content:"\edb1"}.ti-arrows-left-down:before{content:"\ee00"}.ti-arrows-left-right:before{content:"\edb0"}.ti-arrows-maximize:before{content:"\ea28"}.ti-arrows-minimize:before{content:"\ea29"}.ti-arrows-move:before{content:"\f22f"}.ti-arrows-move-horizontal:before{content:"\f22d"}.ti-arrows-move-vertical:before{content:"\f22e"}.ti-arrows-random:before{content:"\f095"}.ti-arrows-right:before{content:"\edb3"}.ti-arrows-right-down:before{content:"\ee01"}.ti-arrows-right-left:before{content:"\edb2"}.ti-arrows-shuffle:before{content:"\f000"}.ti-arrows-shuffle-2:before{content:"\efff"}.ti-arrows-sort:before{content:"\eb5a"}.ti-arrows-split:before{content:"\edb5"}.ti-arrows-split-2:before{content:"\edb4"}.ti-arrows-transfer-down:before{content:"\f2cc"}.ti-arrows-transfer-up:before{content:"\f2cd"}.ti-arrows-transfer-up-down:before{content:"\ffac"}.ti-arrows-up:before{content:"\edb7"}.ti-arrows-up-down:before{content:"\edb6"}.ti-arrows-up-left:before{content:"\ee02"}.ti-arrows-up-right:before{content:"\ee03"}.ti-arrows-vertical:before{content:"\eb5b"}.ti-artboard:before{content:"\ea2a"}.ti-artboard-filled:before{content:"\fa83"}.ti-artboard-off:before{content:"\f0ae"}.ti-article:before{content:"\f1e2"}.ti-article-filled:before{content:"\f7da"} +.ti-article-off:before{content:"\f3bf"}.ti-aspect-ratio:before{content:"\ed30"}.ti-aspect-ratio-filled:before{content:"\f7db"}.ti-aspect-ratio-off:before{content:"\f0af"}.ti-assembly:before{content:"\f24d"}.ti-assembly-filled:before{content:"\fe9e"}.ti-assembly-off:before{content:"\f3c0"}.ti-asset:before{content:"\f1ce"}.ti-asset-filled:before{content:"\fe9d"}.ti-asterisk:before{content:"\efd5"}.ti-asterisk-simple:before{content:"\efd4"}.ti-at:before{content:"\ea2b"}.ti-at-off:before{content:"\f0b0"}.ti-atom:before{content:"\eb79"}.ti-atom-2:before{content:"\ebdf"}.ti-atom-2-filled:before{content:"\f71b"}.ti-atom-off:before{content:"\f0f9"}.ti-augmented-reality:before{content:"\f023"}.ti-augmented-reality-2:before{content:"\f37e"}.ti-augmented-reality-off:before{content:"\f3c1"}.ti-auth-2fa:before{content:"\eca0"}.ti-automatic-gearbox:before{content:"\fc89"}.ti-automatic-gearbox-filled:before{content:"\1002a"}.ti-automation:before{content:"\fef8"}.ti-avocado:before{content:"\fd8e"}.ti-award:before{content:"\ea2c"}.ti-award-filled:before{content:"\f71c"}.ti-award-off:before{content:"\f0fa"}.ti-axe:before{content:"\ef9f"}.ti-axis-x:before{content:"\ef45"}.ti-axis-y:before{content:"\ef46"}.ti-baby-bottle:before{content:"\f5d2"}.ti-baby-carriage:before{content:"\f05d"}.ti-baby-carriage-filled:before{content:"\fe9c"}.ti-background:before{content:"\fd2c"}.ti-backhoe:before{content:"\ed86"}.ti-backpack:before{content:"\ef47"}.ti-backpack-off:before{content:"\f3c2"}.ti-backslash:before{content:"\fab9"}.ti-backspace:before{content:"\ea2d"}.ti-backspace-filled:before{content:"\f7dc"}.ti-badge:before{content:"\efc2"}.ti-badge-3d:before{content:"\f555"}.ti-badge-3d-filled:before{content:"\fe9b"}.ti-badge-4k:before{content:"\f556"}.ti-badge-4k-filled:before{content:"\fe9a"}.ti-badge-8k:before{content:"\f557"}.ti-badge-8k-filled:before{content:"\fe99"}.ti-badge-ad:before{content:"\f558"}.ti-badge-ad-filled:before{content:"\fe98"}.ti-badge-ad-off:before{content:"\fd8f"}.ti-badge-ar:before{content:"\f559"}.ti-badge-ar-filled:before{content:"\fe97"}.ti-badge-cc:before{content:"\f55a"}.ti-badge-cc-filled:before{content:"\fe96"}.ti-badge-filled:before{content:"\f667"}.ti-badge-hd:before{content:"\f55b"}.ti-badge-hd-filled:before{content:"\fe95"}.ti-badge-off:before{content:"\f0fb"}.ti-badge-sd:before{content:"\f55c"}.ti-badge-sd-filled:before{content:"\fe94"}.ti-badge-tm:before{content:"\f55d"}.ti-badge-tm-filled:before{content:"\fe93"}.ti-badge-vo:before{content:"\f55e"}.ti-badge-vo-filled:before{content:"\fe92"}.ti-badge-vr:before{content:"\f55f"}.ti-badge-vr-filled:before{content:"\fe91"}.ti-badge-wc:before{content:"\f560"}.ti-badge-wc-filled:before{content:"\fe90"}.ti-badges:before{content:"\efc3"}.ti-badges-filled:before{content:"\f7dd"}.ti-badges-off:before{content:"\f0fc"} +.ti-baguette:before{content:"\f3a5"}.ti-ball-american-football:before{content:"\ee04"}.ti-ball-american-football-off:before{content:"\f3c3"}.ti-ball-baseball:before{content:"\efa0"}.ti-ball-basketball:before{content:"\ec28"}.ti-ball-bowling:before{content:"\ec29"}.ti-ball-football:before{content:"\ee06"}.ti-ball-football-off:before{content:"\ee05"}.ti-ball-tennis:before{content:"\ec2a"}.ti-ball-volleyball:before{content:"\ec2b"}.ti-balloon:before{content:"\ef3a"}.ti-balloon-filled:before{content:"\fa84"}.ti-balloon-off:before{content:"\f0fd"}.ti-ballpen:before{content:"\f06e"}.ti-ballpen-filled:before{content:"\fa85"}.ti-ballpen-off:before{content:"\f0b1"}.ti-ban:before{content:"\ea2e"}.ti-bandage:before{content:"\eb7a"}.ti-bandage-filled:before{content:"\f7de"}.ti-bandage-off:before{content:"\f3c4"}.ti-barbell:before{content:"\eff0"}.ti-barbell-filled:before{content:"\fe8f"}.ti-barbell-off:before{content:"\f0b2"}.ti-barcode:before{content:"\ebc6"}.ti-barcode-off:before{content:"\f0b3"}.ti-barrel:before{content:"\f0b4"}.ti-barrel-off:before{content:"\f0fe"}.ti-barrier-block:before{content:"\f00e"}.ti-barrier-block-filled:before{content:"\fe8e"}.ti-barrier-block-off:before{content:"\f0b5"}.ti-baseline:before{content:"\f024"}.ti-baseline-density-large:before{content:"\f9f0"}.ti-baseline-density-medium:before{content:"\f9f1"}.ti-baseline-density-small:before{content:"\f9f2"}.ti-basket:before{content:"\ebe1"}.ti-basket-bolt:before{content:"\fb43"}.ti-basket-cancel:before{content:"\fb44"}.ti-basket-check:before{content:"\fb45"}.ti-basket-code:before{content:"\fb46"}.ti-basket-cog:before{content:"\fb47"}.ti-basket-discount:before{content:"\fb48"}.ti-basket-dollar:before{content:"\fb49"}.ti-basket-down:before{content:"\fb4a"}.ti-basket-exclamation:before{content:"\fb4b"}.ti-basket-filled:before{content:"\f7df"}.ti-basket-heart:before{content:"\fb4c"}.ti-basket-minus:before{content:"\fb4d"}.ti-basket-off:before{content:"\f0b6"}.ti-basket-pause:before{content:"\fb4e"}.ti-basket-pin:before{content:"\fb4f"}.ti-basket-plus:before{content:"\fb50"}.ti-basket-question:before{content:"\fb51"}.ti-basket-search:before{content:"\fb52"}.ti-basket-share:before{content:"\fb53"}.ti-basket-star:before{content:"\fb54"}.ti-basket-up:before{content:"\fb55"}.ti-basket-x:before{content:"\fb56"}.ti-bat:before{content:"\f284"}.ti-bath:before{content:"\ef48"}.ti-bath-filled:before{content:"\f71d"}.ti-bath-off:before{content:"\f0ff"}.ti-battery:before{content:"\ea34"}.ti-battery-1:before{content:"\ea2f"}.ti-battery-1-filled:before{content:"\f71e"}.ti-battery-2:before{content:"\ea30"}.ti-battery-2-filled:before{content:"\f71f"}.ti-battery-3:before{content:"\ea31"}.ti-battery-3-filled:before{content:"\f720"}.ti-battery-4:before{content:"\ea32"}.ti-battery-4-filled:before{content:"\f721"}.ti-battery-automotive:before{content:"\ee07"} +.ti-battery-automotive-filled:before{content:"\10029"}.ti-battery-charging:before{content:"\ea33"}.ti-battery-charging-2:before{content:"\ef3b"}.ti-battery-eco:before{content:"\ef3c"}.ti-battery-exclamation:before{content:"\ff1d"}.ti-battery-filled:before{content:"\f668"}.ti-battery-off:before{content:"\ed1c"}.ti-battery-spark:before{content:"\ffbd"}.ti-battery-vertical:before{content:"\ff13"}.ti-battery-vertical-1:before{content:"\ff1c"}.ti-battery-vertical-1-filled:before{content:"\10028"}.ti-battery-vertical-2:before{content:"\ff1b"}.ti-battery-vertical-2-filled:before{content:"\10027"}.ti-battery-vertical-3:before{content:"\ff1a"}.ti-battery-vertical-3-filled:before{content:"\10026"}.ti-battery-vertical-4:before{content:"\ff19"}.ti-battery-vertical-4-filled:before{content:"\10025"}.ti-battery-vertical-charging:before{content:"\ff17"}.ti-battery-vertical-charging-2:before{content:"\ff18"}.ti-battery-vertical-eco:before{content:"\ff16"}.ti-battery-vertical-exclamation:before{content:"\ff15"}.ti-battery-vertical-filled:before{content:"\10024"}.ti-battery-vertical-off:before{content:"\ff14"}.ti-beach:before{content:"\ef3d"}.ti-beach-off:before{content:"\f0b7"}.ti-bed:before{content:"\eb5c"}.ti-bed-filled:before{content:"\f7e0"}.ti-bed-flat:before{content:"\fca1"}.ti-bed-flat-filled:before{content:"\fe8d"}.ti-bed-off:before{content:"\f100"}.ti-beer:before{content:"\efa1"}.ti-beer-filled:before{content:"\f7e1"}.ti-beer-off:before{content:"\f101"}.ti-bell:before{content:"\ea35"}.ti-bell-bolt:before{content:"\f812"}.ti-bell-cancel:before{content:"\f813"}.ti-bell-check:before{content:"\f814"}.ti-bell-code:before{content:"\f815"}.ti-bell-cog:before{content:"\f816"}.ti-bell-dollar:before{content:"\f817"}.ti-bell-down:before{content:"\f818"}.ti-bell-exclamation:before{content:"\f819"}.ti-bell-filled:before{content:"\f669"}.ti-bell-heart:before{content:"\f81a"}.ti-bell-minus:before{content:"\ede2"}.ti-bell-minus-filled:before{content:"\f722"}.ti-bell-off:before{content:"\ece9"}.ti-bell-pause:before{content:"\f81b"}.ti-bell-pin:before{content:"\f81c"}.ti-bell-plus:before{content:"\ede3"}.ti-bell-plus-filled:before{content:"\f723"}.ti-bell-question:before{content:"\f81d"}.ti-bell-ringing:before{content:"\ed07"}.ti-bell-ringing-2:before{content:"\ede4"}.ti-bell-ringing-2-filled:before{content:"\f724"}.ti-bell-ringing-filled:before{content:"\f725"}.ti-bell-school:before{content:"\f05e"}.ti-bell-search:before{content:"\f81e"}.ti-bell-share:before{content:"\f81f"}.ti-bell-star:before{content:"\f820"}.ti-bell-up:before{content:"\f821"}.ti-bell-x:before{content:"\ede5"}.ti-bell-x-filled:before{content:"\f726"}.ti-bell-z:before{content:"\eff1"}.ti-bell-z-filled:before{content:"\f727"}.ti-beta:before{content:"\f544"}.ti-bible:before{content:"\efc4"}.ti-bike:before{content:"\ea36"}.ti-bike-filled:before{content:"\10023"}.ti-bike-off:before{content:"\f0b8"} +.ti-binary:before{content:"\ee08"}.ti-binary-off:before{content:"\f3c5"}.ti-binary-tree:before{content:"\f5d4"}.ti-binary-tree-2:before{content:"\f5d3"}.ti-binary-tree-2-filled:before{content:"\ff65"}.ti-binary-tree-filled:before{content:"\ff64"}.ti-binoculars:before{content:"\fefe"}.ti-binoculars-filled:before{content:"\ff0b"}.ti-biohazard:before{content:"\ecb8"}.ti-biohazard-filled:before{content:"\fe8c"}.ti-biohazard-off:before{content:"\f0b9"}.ti-blade:before{content:"\f4bd"}.ti-blade-filled:before{content:"\f7e2"}.ti-bleach:before{content:"\f2f3"}.ti-bleach-chlorine:before{content:"\f2f0"}.ti-bleach-no-chlorine:before{content:"\f2f1"}.ti-bleach-off:before{content:"\f2f2"}.ti-blend-mode:before{content:"\feb0"}.ti-blender:before{content:"\fca2"}.ti-blender-filled:before{content:"\10022"}.ti-blob:before{content:"\feaf"}.ti-blob-filled:before{content:"\feb1"}.ti-blockquote:before{content:"\ee09"}.ti-bluetooth:before{content:"\ea37"}.ti-bluetooth-connected:before{content:"\ecea"}.ti-bluetooth-off:before{content:"\eceb"}.ti-bluetooth-x:before{content:"\f081"}.ti-blur:before{content:"\ef8c"}.ti-blur-off:before{content:"\f3c6"}.ti-bmp:before{content:"\f3a6"}.ti-body-scan:before{content:"\fca3"}.ti-bold:before{content:"\eb7b"}.ti-bold-off:before{content:"\f0ba"}.ti-bolt:before{content:"\ea38"}.ti-bolt-filled:before{content:"\10021"}.ti-bolt-off:before{content:"\ecec"}.ti-bomb:before{content:"\f59c"}.ti-bomb-filled:before{content:"\fa86"}.ti-bone:before{content:"\edb8"}.ti-bone-filled:before{content:"\fe8b"}.ti-bone-off:before{content:"\f0bb"}.ti-bong:before{content:"\f3a7"}.ti-bong-filled:before{content:"\10020"}.ti-bong-off:before{content:"\f3c7"}.ti-book:before{content:"\ea39"}.ti-book-2:before{content:"\efc5"}.ti-book-download:before{content:"\f070"}.ti-book-filled:before{content:"\fa87"}.ti-book-off:before{content:"\f0bc"}.ti-book-upload:before{content:"\f071"}.ti-bookmark:before{content:"\ea3a"}.ti-bookmark-ai:before{content:"\fc8a"}.ti-bookmark-edit:before{content:"\fa5e"}.ti-bookmark-filled:before{content:"\fa88"}.ti-bookmark-minus:before{content:"\fa5f"}.ti-bookmark-off:before{content:"\eced"}.ti-bookmark-plus:before{content:"\fa60"}.ti-bookmark-question:before{content:"\fa61"}.ti-bookmarks:before{content:"\ed08"}.ti-bookmarks-filled:before{content:"\fb1f"}.ti-bookmarks-off:before{content:"\f0bd"}.ti-books:before{content:"\eff2"}.ti-books-off:before{content:"\f0be"}.ti-boom:before{content:"\fdbe"}.ti-boom-filled:before{content:"\fe8a"}.ti-border-all:before{content:"\ea3b"}.ti-border-bottom:before{content:"\ea3c"}.ti-border-bottom-plus:before{content:"\fdbd"}.ti-border-corner-ios:before{content:"\fd98"}.ti-border-corner-pill:before{content:"\fd62"}.ti-border-corner-rounded:before{content:"\fd63"}.ti-border-corner-square:before{content:"\fd64"} +.ti-border-corners:before{content:"\f7a0"}.ti-border-horizontal:before{content:"\ea3d"}.ti-border-inner:before{content:"\ea3e"}.ti-border-left:before{content:"\ea3f"}.ti-border-left-plus:before{content:"\fdbc"}.ti-border-none:before{content:"\ea40"}.ti-border-outer:before{content:"\ea41"}.ti-border-radius:before{content:"\eb7c"}.ti-border-right:before{content:"\ea42"}.ti-border-right-plus:before{content:"\fdbb"}.ti-border-sides:before{content:"\f7a1"}.ti-border-style:before{content:"\ee0a"}.ti-border-style-2:before{content:"\ef22"}.ti-border-top:before{content:"\ea43"}.ti-border-top-plus:before{content:"\fdba"}.ti-border-vertical:before{content:"\ea44"}.ti-bottle:before{content:"\ef0b"}.ti-bottle-filled:before{content:"\fa89"}.ti-bottle-off:before{content:"\f3c8"}.ti-bounce-left:before{content:"\f59d"}.ti-bounce-left-filled:before{content:"\fb20"}.ti-bounce-right:before{content:"\f59e"}.ti-bounce-right-filled:before{content:"\fb21"}.ti-bow:before{content:"\f096"}.ti-bow-filled:before{content:"\fe89"}.ti-bowl:before{content:"\f4fa"}.ti-bowl-chopsticks:before{content:"\fd90"}.ti-bowl-chopsticks-filled:before{content:"\fe88"}.ti-bowl-filled:before{content:"\fb22"}.ti-bowl-spoon:before{content:"\fd91"}.ti-bowl-spoon-filled:before{content:"\fe87"}.ti-box:before{content:"\ea45"}.ti-box-align-bottom:before{content:"\f2a8"}.ti-box-align-bottom-filled:before{content:"\fa8a"}.ti-box-align-bottom-left:before{content:"\f2ce"}.ti-box-align-bottom-left-filled:before{content:"\fa8b"}.ti-box-align-bottom-right:before{content:"\f2cf"}.ti-box-align-bottom-right-filled:before{content:"\fa8c"}.ti-box-align-left:before{content:"\f2a9"}.ti-box-align-left-filled:before{content:"\fa8d"}.ti-box-align-right:before{content:"\f2aa"}.ti-box-align-right-filled:before{content:"\fa8e"}.ti-box-align-top:before{content:"\f2ab"}.ti-box-align-top-filled:before{content:"\fa8f"}.ti-box-align-top-left:before{content:"\f2d0"}.ti-box-align-top-left-filled:before{content:"\fa90"}.ti-box-align-top-right:before{content:"\f2d1"}.ti-box-align-top-right-filled:before{content:"\fa91"}.ti-box-margin:before{content:"\ee0b"}.ti-box-model:before{content:"\ee0c"}.ti-box-model-2:before{content:"\ef23"}.ti-box-model-2-off:before{content:"\f3c9"}.ti-box-model-off:before{content:"\f3ca"}.ti-box-multiple:before{content:"\ee17"}.ti-box-multiple-0:before{content:"\ee0d"}.ti-box-multiple-1:before{content:"\ee0e"}.ti-box-multiple-2:before{content:"\ee0f"}.ti-box-multiple-3:before{content:"\ee10"}.ti-box-multiple-4:before{content:"\ee11"}.ti-box-multiple-5:before{content:"\ee12"}.ti-box-multiple-6:before{content:"\ee13"}.ti-box-multiple-7:before{content:"\ee14"}.ti-box-multiple-8:before{content:"\ee15"}.ti-box-multiple-9:before{content:"\ee16"}.ti-box-multiple-filled:before{content:"\1001f"}.ti-box-off:before{content:"\f102"}.ti-box-padding:before{content:"\ee18"}.ti-braces:before{content:"\ebcc"}.ti-braces-off:before{content:"\f0bf"} +.ti-brackets:before{content:"\ebcd"}.ti-brackets-angle:before{content:"\fcb2"}.ti-brackets-angle-off:before{content:"\fcb1"}.ti-brackets-contain:before{content:"\f1e5"}.ti-brackets-contain-end:before{content:"\f1e3"}.ti-brackets-contain-start:before{content:"\f1e4"}.ti-brackets-off:before{content:"\f0c0"}.ti-braille:before{content:"\f545"}.ti-brain:before{content:"\f59f"}.ti-brand-4chan:before{content:"\f494"}.ti-brand-abstract:before{content:"\f495"}.ti-brand-adobe:before{content:"\f0dc"}.ti-brand-adobe-after-effect:before{content:"\ff2a"}.ti-brand-adobe-illustrator:before{content:"\ff29"}.ti-brand-adobe-indesign:before{content:"\ff28"}.ti-brand-adobe-photoshop:before{content:"\ff27"}.ti-brand-adobe-premier:before{content:"\ff26"}.ti-brand-adobe-xd:before{content:"\ff25"}.ti-brand-adonis-js:before{content:"\f496"}.ti-brand-airbnb:before{content:"\ed68"}.ti-brand-airtable:before{content:"\ef6a"}.ti-brand-algolia:before{content:"\f390"}.ti-brand-alipay:before{content:"\f7a2"}.ti-brand-alpine-js:before{content:"\f324"}.ti-brand-amazon:before{content:"\f230"}.ti-brand-amd:before{content:"\f653"}.ti-brand-amie:before{content:"\ffab"}.ti-brand-amigo:before{content:"\f5f9"}.ti-brand-among-us:before{content:"\f205"}.ti-brand-android:before{content:"\ec16"}.ti-brand-angular:before{content:"\ef6b"}.ti-brand-ansible:before{content:"\fa70"}.ti-brand-ao3:before{content:"\f5e8"}.ti-brand-appgallery:before{content:"\f231"}.ti-brand-apple:before{content:"\ec17"}.ti-brand-apple-arcade:before{content:"\ed69"}.ti-brand-apple-filled:before{content:"\fd74"}.ti-brand-apple-news:before{content:"\ff24"}.ti-brand-apple-podcast:before{content:"\f1e6"}.ti-brand-appstore:before{content:"\ed24"}.ti-brand-arc:before{content:"\feae"}.ti-brand-asana:before{content:"\edc5"}.ti-brand-astro:before{content:"\fdb9"}.ti-brand-auth0:before{content:"\fcb3"}.ti-brand-aws:before{content:"\fa4c"}.ti-brand-azure:before{content:"\fa4d"}.ti-brand-backbone:before{content:"\f325"}.ti-brand-badoo:before{content:"\f206"}.ti-brand-baidu:before{content:"\f5e9"}.ti-brand-bandcamp:before{content:"\f207"}.ti-brand-bandlab:before{content:"\f5fa"}.ti-brand-beats:before{content:"\f208"}.ti-brand-bebo:before{content:"\ffaa"}.ti-brand-behance:before{content:"\ec6e"}.ti-brand-bilibili:before{content:"\f6d2"}.ti-brand-binance:before{content:"\f5a0"}.ti-brand-bing:before{content:"\edc6"}.ti-brand-bitbucket:before{content:"\edc7"}.ti-brand-blackberry:before{content:"\f568"}.ti-brand-blender:before{content:"\f326"}.ti-brand-blogger:before{content:"\f35a"}.ti-brand-bluesky:before{content:"\fd75"}.ti-brand-booking:before{content:"\edc8"}.ti-brand-bootstrap:before{content:"\ef3e"}.ti-brand-bulma:before{content:"\f327"}.ti-brand-bumble:before{content:"\f5fb"}.ti-brand-bunpo:before{content:"\f4cf"}.ti-brand-c-sharp:before{content:"\f003"}.ti-brand-cake:before{content:"\f7a3"}.ti-brand-cakephp:before{content:"\f7af"} +.ti-brand-campaignmonitor:before{content:"\f328"}.ti-brand-carbon:before{content:"\f348"}.ti-brand-cashapp:before{content:"\f391"}.ti-brand-chrome:before{content:"\ec18"}.ti-brand-cinema-4d:before{content:"\fa71"}.ti-brand-citymapper:before{content:"\f5fc"}.ti-brand-cloudflare:before{content:"\fa4e"}.ti-brand-codecov:before{content:"\f329"}.ti-brand-codepen:before{content:"\ec6f"}.ti-brand-codesandbox:before{content:"\ed6a"}.ti-brand-cohost:before{content:"\f5d5"}.ti-brand-coinbase:before{content:"\f209"}.ti-brand-comedy-central:before{content:"\f217"}.ti-brand-coreos:before{content:"\f5fd"}.ti-brand-couchdb:before{content:"\f60f"}.ti-brand-couchsurfing:before{content:"\f392"}.ti-brand-cpp:before{content:"\f5fe"}.ti-brand-craft:before{content:"\fa72"}.ti-brand-crunchbase:before{content:"\f7e3"}.ti-brand-css3:before{content:"\ed6b"}.ti-brand-ctemplar:before{content:"\f4d0"}.ti-brand-cucumber:before{content:"\ef6c"}.ti-brand-cupra:before{content:"\f4d1"}.ti-brand-cypress:before{content:"\f333"}.ti-brand-d3:before{content:"\f24e"}.ti-brand-databricks:before{content:"\fc41"}.ti-brand-days-counter:before{content:"\f4d2"}.ti-brand-dcos:before{content:"\f32a"}.ti-brand-debian:before{content:"\ef57"}.ti-brand-deezer:before{content:"\f78b"}.ti-brand-deliveroo:before{content:"\f4d3"}.ti-brand-deno:before{content:"\f24f"}.ti-brand-denodo:before{content:"\f610"}.ti-brand-deviantart:before{content:"\ecfb"}.ti-brand-digg:before{content:"\fa73"}.ti-brand-dingtalk:before{content:"\f5ea"}.ti-brand-discord:before{content:"\ece3"}.ti-brand-discord-filled:before{content:"\f7e4"}.ti-brand-disney:before{content:"\f20a"}.ti-brand-disqus:before{content:"\edc9"}.ti-brand-django:before{content:"\f349"}.ti-brand-docker:before{content:"\edca"}.ti-brand-doctrine:before{content:"\ef6d"}.ti-brand-dolby-digital:before{content:"\f4d4"}.ti-brand-douban:before{content:"\f5ff"}.ti-brand-dribbble:before{content:"\ec19"}.ti-brand-dribbble-filled:before{content:"\f7e5"}.ti-brand-drops:before{content:"\f4d5"}.ti-brand-drupal:before{content:"\f393"}.ti-brand-edge:before{content:"\ecfc"}.ti-brand-elastic:before{content:"\f611"}.ti-brand-electronic-arts:before{content:"\fa74"}.ti-brand-ember:before{content:"\f497"}.ti-brand-envato:before{content:"\f394"}.ti-brand-etsy:before{content:"\f654"}.ti-brand-evernote:before{content:"\f600"}.ti-brand-facebook:before{content:"\ec1a"}.ti-brand-facebook-filled:before{content:"\f7e6"}.ti-brand-feedly:before{content:"\fa75"}.ti-brand-figma:before{content:"\ec93"}.ti-brand-filezilla:before{content:"\fa76"}.ti-brand-finder:before{content:"\f218"}.ti-brand-firebase:before{content:"\ef6e"}.ti-brand-firefox:before{content:"\ecfd"}.ti-brand-fiverr:before{content:"\f7a4"}.ti-brand-flickr:before{content:"\ecfe"}.ti-brand-flightradar24:before{content:"\f4d6"}.ti-brand-flipboard:before{content:"\f20b"}.ti-brand-flutter:before{content:"\f395"} +.ti-brand-fortnite:before{content:"\f260"}.ti-brand-foursquare:before{content:"\ecff"}.ti-brand-framer:before{content:"\ec1b"}.ti-brand-framer-motion:before{content:"\f78c"}.ti-brand-funimation:before{content:"\f655"}.ti-brand-gatsby:before{content:"\f396"}.ti-brand-git:before{content:"\ef6f"}.ti-brand-github:before{content:"\ec1c"}.ti-brand-github-copilot:before{content:"\f4a8"}.ti-brand-github-filled:before{content:"\f7e7"}.ti-brand-gitlab:before{content:"\ec1d"}.ti-brand-gmail:before{content:"\efa2"}.ti-brand-golang:before{content:"\f78d"}.ti-brand-google:before{content:"\ec1f"}.ti-brand-google-analytics:before{content:"\edcb"}.ti-brand-google-big-query:before{content:"\f612"}.ti-brand-google-drive:before{content:"\ec1e"}.ti-brand-google-filled:before{content:"\fd1a"}.ti-brand-google-fit:before{content:"\f297"}.ti-brand-google-home:before{content:"\f601"}.ti-brand-google-maps:before{content:"\fa4f"}.ti-brand-google-one:before{content:"\f232"}.ti-brand-google-photos:before{content:"\f20c"}.ti-brand-google-play:before{content:"\ed25"}.ti-brand-google-podcasts:before{content:"\f656"}.ti-brand-grammarly:before{content:"\f32b"}.ti-brand-graphql:before{content:"\f32c"}.ti-brand-gravatar:before{content:"\edcc"}.ti-brand-grindr:before{content:"\f20d"}.ti-brand-guardian:before{content:"\f4fb"}.ti-brand-gumroad:before{content:"\f5d6"}.ti-brand-hackerrank:before{content:"\ff23"}.ti-brand-hbo:before{content:"\f657"}.ti-brand-headlessui:before{content:"\f32d"}.ti-brand-hexo:before{content:"\fa50"}.ti-brand-hipchat:before{content:"\edcd"}.ti-brand-html5:before{content:"\ed6c"}.ti-brand-inertia:before{content:"\f34a"}.ti-brand-instagram:before{content:"\ec20"}.ti-brand-intercom:before{content:"\f1cf"}.ti-brand-itch:before{content:"\fa22"}.ti-brand-javascript:before{content:"\ef0c"}.ti-brand-juejin:before{content:"\f7b0"}.ti-brand-kako-talk:before{content:"\fd2d"}.ti-brand-kbin:before{content:"\fad0"}.ti-brand-kick:before{content:"\fa23"}.ti-brand-kickstarter:before{content:"\edce"}.ti-brand-kotlin:before{content:"\ed6d"}.ti-brand-laravel:before{content:"\f34b"}.ti-brand-lastfm:before{content:"\f001"}.ti-brand-leetcode:before{content:"\fa51"}.ti-brand-letterboxd:before{content:"\fa24"}.ti-brand-line:before{content:"\f7e8"}.ti-brand-linkedin:before{content:"\ec8c"}.ti-brand-linktree:before{content:"\f1e7"}.ti-brand-linqpad:before{content:"\f562"}.ti-brand-livewire:before{content:"\fd76"}.ti-brand-loom:before{content:"\ef70"}.ti-brand-mailgun:before{content:"\f32e"}.ti-brand-mantine:before{content:"\f32f"}.ti-brand-mastercard:before{content:"\ef49"}.ti-brand-mastodon:before{content:"\f250"}.ti-brand-matrix:before{content:"\f5eb"}.ti-brand-mcdonalds:before{content:"\f251"}.ti-brand-medium:before{content:"\ec70"}.ti-brand-meetup:before{content:"\fc6a"}.ti-brand-mercedes:before{content:"\f072"}.ti-brand-messenger:before{content:"\ec71"}.ti-brand-meta:before{content:"\efb0"} +.ti-brand-metabrainz:before{content:"\ff12"}.ti-brand-minecraft:before{content:"\faef"}.ti-brand-miniprogram:before{content:"\f602"}.ti-brand-mixpanel:before{content:"\f397"}.ti-brand-monday:before{content:"\f219"}.ti-brand-mongodb:before{content:"\f613"}.ti-brand-my-oppo:before{content:"\f4d7"}.ti-brand-mysql:before{content:"\f614"}.ti-brand-national-geographic:before{content:"\f603"}.ti-brand-nem:before{content:"\f5a1"}.ti-brand-netbeans:before{content:"\ef71"}.ti-brand-netease-music:before{content:"\f604"}.ti-brand-netflix:before{content:"\edcf"}.ti-brand-nexo:before{content:"\f5a2"}.ti-brand-nextcloud:before{content:"\f4d8"}.ti-brand-nextjs:before{content:"\f0dd"}.ti-brand-nodejs:before{content:"\fae0"}.ti-brand-nord-vpn:before{content:"\f37f"}.ti-brand-notion:before{content:"\ef7b"}.ti-brand-npm:before{content:"\f569"}.ti-brand-nuxt:before{content:"\f0de"}.ti-brand-nytimes:before{content:"\ef8d"}.ti-brand-oauth:before{content:"\fa52"}.ti-brand-office:before{content:"\f398"}.ti-brand-ok-ru:before{content:"\f399"}.ti-brand-onedrive:before{content:"\f5d7"}.ti-brand-onlyfans:before{content:"\f605"}.ti-brand-open-source:before{content:"\edd0"}.ti-brand-openai:before{content:"\f78e"}.ti-brand-openvpn:before{content:"\f39a"}.ti-brand-opera:before{content:"\ec21"}.ti-brand-pagekit:before{content:"\edd1"}.ti-brand-parsinta:before{content:"\fc42"}.ti-brand-patreon:before{content:"\edd2"}.ti-brand-patreon-filled:before{content:"\fcff"}.ti-brand-paypal:before{content:"\ec22"}.ti-brand-paypal-filled:before{content:"\f7e9"}.ti-brand-paypay:before{content:"\f5ec"}.ti-brand-peanut:before{content:"\f39b"}.ti-brand-pepsi:before{content:"\f261"}.ti-brand-php:before{content:"\ef72"}.ti-brand-picsart:before{content:"\f4d9"}.ti-brand-pinterest:before{content:"\ec8d"}.ti-brand-planetscale:before{content:"\f78f"}.ti-brand-pnpm:before{content:"\fd77"}.ti-brand-pocket:before{content:"\ed00"}.ti-brand-polymer:before{content:"\f498"}.ti-brand-powershell:before{content:"\f5ed"}.ti-brand-printables:before{content:"\fd1b"}.ti-brand-prisma:before{content:"\f499"}.ti-brand-producthunt:before{content:"\edd3"}.ti-brand-pushbullet:before{content:"\f330"}.ti-brand-pushover:before{content:"\f20e"}.ti-brand-python:before{content:"\ed01"}.ti-brand-qq:before{content:"\f606"}.ti-brand-radix-ui:before{content:"\f790"}.ti-brand-react:before{content:"\f34c"}.ti-brand-react-native:before{content:"\ef73"}.ti-brand-reason:before{content:"\f49a"}.ti-brand-reddit:before{content:"\ec8e"}.ti-brand-redhat:before{content:"\f331"}.ti-brand-redux:before{content:"\f3a8"}.ti-brand-revolut:before{content:"\f4da"}.ti-brand-rumble:before{content:"\fad1"}.ti-brand-rust:before{content:"\fa53"}.ti-brand-safari:before{content:"\ec23"}.ti-brand-samsungpass:before{content:"\f4db"}.ti-brand-sass:before{content:"\edd4"}.ti-brand-sentry:before{content:"\edd5"}.ti-brand-sharik:before{content:"\f4dc"} +.ti-brand-shazam:before{content:"\edd6"}.ti-brand-shopee:before{content:"\f252"}.ti-brand-sketch:before{content:"\ec24"}.ti-brand-skype:before{content:"\ed02"}.ti-brand-slack:before{content:"\ec72"}.ti-brand-snapchat:before{content:"\ec25"}.ti-brand-snapseed:before{content:"\f253"}.ti-brand-snowflake:before{content:"\f615"}.ti-brand-socket-io:before{content:"\f49b"}.ti-brand-solidjs:before{content:"\f5ee"}.ti-brand-soundcloud:before{content:"\ed6e"}.ti-brand-spacehey:before{content:"\f4fc"}.ti-brand-speedtest:before{content:"\fa77"}.ti-brand-spotify:before{content:"\ed03"}.ti-brand-spotify-filled:before{content:"\fe86"}.ti-brand-stackoverflow:before{content:"\ef58"}.ti-brand-stackshare:before{content:"\f607"}.ti-brand-steam:before{content:"\ed6f"}.ti-brand-stocktwits:before{content:"\fd78"}.ti-brand-storj:before{content:"\fa54"}.ti-brand-storybook:before{content:"\f332"}.ti-brand-storytel:before{content:"\f608"}.ti-brand-strava:before{content:"\f254"}.ti-brand-stripe:before{content:"\edd7"}.ti-brand-sublime-text:before{content:"\ef74"}.ti-brand-sugarizer:before{content:"\f7a5"}.ti-brand-supabase:before{content:"\f6d3"}.ti-brand-superhuman:before{content:"\f50c"}.ti-brand-supernova:before{content:"\f49c"}.ti-brand-surfshark:before{content:"\f255"}.ti-brand-svelte:before{content:"\f0df"}.ti-brand-swift:before{content:"\fa55"}.ti-brand-symfony:before{content:"\f616"}.ti-brand-tabler:before{content:"\ec8f"}.ti-brand-tailwind:before{content:"\eca1"}.ti-brand-taobao:before{content:"\f5ef"}.ti-brand-teams:before{content:"\fadf"}.ti-brand-ted:before{content:"\f658"}.ti-brand-telegram:before{content:"\ec26"}.ti-brand-terraform:before{content:"\fa56"}.ti-brand-tether:before{content:"\f5a3"}.ti-brand-thingiverse:before{content:"\fd1c"}.ti-brand-threads:before{content:"\fb02"}.ti-brand-threejs:before{content:"\f5f0"}.ti-brand-tidal:before{content:"\ed70"}.ti-brand-tiktok:before{content:"\ec73"}.ti-brand-tiktok-filled:before{content:"\f7ea"}.ti-brand-tinder:before{content:"\ed71"}.ti-brand-topbuzz:before{content:"\f50d"}.ti-brand-torchain:before{content:"\f5a4"}.ti-brand-toyota:before{content:"\f262"}.ti-brand-trello:before{content:"\f39d"}.ti-brand-tripadvisor:before{content:"\f002"}.ti-brand-tumblr:before{content:"\ed04"}.ti-brand-twilio:before{content:"\f617"}.ti-brand-twitch:before{content:"\ed05"}.ti-brand-twitter:before{content:"\ec27"}.ti-brand-twitter-filled:before{content:"\f7eb"}.ti-brand-typescript:before{content:"\f5f1"}.ti-brand-uber:before{content:"\ef75"}.ti-brand-ubuntu:before{content:"\ef59"}.ti-brand-unity:before{content:"\f49d"}.ti-brand-unsplash:before{content:"\edd8"}.ti-brand-upwork:before{content:"\f39e"}.ti-brand-valorant:before{content:"\f39f"}.ti-brand-vercel:before{content:"\ef24"}.ti-brand-vimeo:before{content:"\ed06"}.ti-brand-vinted:before{content:"\f20f"}.ti-brand-visa:before{content:"\f380"} +.ti-brand-visual-studio:before{content:"\ef76"}.ti-brand-vite:before{content:"\f5f2"}.ti-brand-vivaldi:before{content:"\f210"}.ti-brand-vk:before{content:"\ed72"}.ti-brand-vlc:before{content:"\fa78"}.ti-brand-volkswagen:before{content:"\f50e"}.ti-brand-vsco:before{content:"\f334"}.ti-brand-vscode:before{content:"\f3a0"}.ti-brand-vue:before{content:"\f0e0"}.ti-brand-walmart:before{content:"\f211"}.ti-brand-waze:before{content:"\f5d8"}.ti-brand-webflow:before{content:"\f2d2"}.ti-brand-wechat:before{content:"\f5f3"}.ti-brand-weibo:before{content:"\f609"}.ti-brand-whatsapp:before{content:"\ec74"}.ti-brand-wikipedia:before{content:"\fa79"}.ti-brand-windows:before{content:"\ecd8"}.ti-brand-windy:before{content:"\f4dd"}.ti-brand-wish:before{content:"\f212"}.ti-brand-wix:before{content:"\f3a1"}.ti-brand-wordpress:before{content:"\f2d3"}.ti-brand-x:before{content:"\fc0f"}.ti-brand-x-filled:before{content:"\fc21"}.ti-brand-xamarin:before{content:"\fa7a"}.ti-brand-xbox:before{content:"\f298"}.ti-brand-xdeep:before{content:"\fc10"}.ti-brand-xing:before{content:"\f21a"}.ti-brand-yahoo:before{content:"\ed73"}.ti-brand-yandex:before{content:"\fae1"}.ti-brand-yarn:before{content:"\fd79"}.ti-brand-yatse:before{content:"\f213"}.ti-brand-ycombinator:before{content:"\edd9"}.ti-brand-youtube:before{content:"\ec90"}.ti-brand-youtube-filled:before{content:"\fc22"}.ti-brand-youtube-kids:before{content:"\f214"}.ti-brand-zalando:before{content:"\f49e"}.ti-brand-zapier:before{content:"\f49f"}.ti-brand-zeit:before{content:"\f335"}.ti-brand-zhihu:before{content:"\f60a"}.ti-brand-zoom:before{content:"\f215"}.ti-brand-zulip:before{content:"\f4de"}.ti-brand-zwift:before{content:"\f216"}.ti-bread:before{content:"\efa3"}.ti-bread-filled:before{content:"\fe85"}.ti-bread-off:before{content:"\f3cb"}.ti-briefcase:before{content:"\ea46"}.ti-briefcase-2:before{content:"\fb03"}.ti-briefcase-2-filled:before{content:"\fe84"}.ti-briefcase-filled:before{content:"\fd00"}.ti-briefcase-off:before{content:"\f3cc"}.ti-brightness:before{content:"\eb7f"}.ti-brightness-2:before{content:"\ee19"}.ti-brightness-auto:before{content:"\fd99"}.ti-brightness-auto-filled:before{content:"\fe83"}.ti-brightness-down:before{content:"\eb7d"}.ti-brightness-down-filled:before{content:"\fb23"}.ti-brightness-filled:before{content:"\fe82"}.ti-brightness-half:before{content:"\ee1a"}.ti-brightness-off:before{content:"\f3cd"}.ti-brightness-up:before{content:"\eb7e"}.ti-brightness-up-filled:before{content:"\fb24"}.ti-broadcast:before{content:"\f1e9"}.ti-broadcast-off:before{content:"\f1e8"}.ti-browser:before{content:"\ebb7"}.ti-browser-check:before{content:"\efd6"}.ti-browser-off:before{content:"\f0c1"}.ti-browser-plus:before{content:"\efd7"}.ti-browser-x:before{content:"\efd8"}.ti-brush:before{content:"\ebb8"}.ti-brush-off:before{content:"\f0c2"}.ti-bubble:before{content:"\feba"} +.ti-bubble-filled:before{content:"\fec3"}.ti-bubble-minus:before{content:"\febe"}.ti-bubble-plus:before{content:"\febd"}.ti-bubble-tea:before{content:"\ff51"}.ti-bubble-tea-2:before{content:"\ff52"}.ti-bubble-text:before{content:"\febc"}.ti-bubble-x:before{content:"\febb"}.ti-bucket:before{content:"\ea47"}.ti-bucket-droplet:before{content:"\f56a"}.ti-bucket-off:before{content:"\f103"}.ti-bug:before{content:"\ea48"}.ti-bug-filled:before{content:"\fd01"}.ti-bug-off:before{content:"\f0c3"}.ti-building:before{content:"\ea4f"}.ti-building-airport:before{content:"\ffa9"}.ti-building-arch:before{content:"\ea49"}.ti-building-bank:before{content:"\ebe2"}.ti-building-bridge:before{content:"\ea4b"}.ti-building-bridge-2:before{content:"\ea4a"}.ti-building-broadcast-tower:before{content:"\f4be"}.ti-building-broadcast-tower-filled:before{content:"\fe81"}.ti-building-burj-al-arab:before{content:"\ff50"}.ti-building-carousel:before{content:"\ed87"}.ti-building-castle:before{content:"\ed88"}.ti-building-church:before{content:"\ea4c"}.ti-building-circus:before{content:"\f4bf"}.ti-building-cog:before{content:"\10062"}.ti-building-community:before{content:"\ebf6"}.ti-building-cottage:before{content:"\ee1b"}.ti-building-estate:before{content:"\f5a5"}.ti-building-factory:before{content:"\ee1c"}.ti-building-factory-2:before{content:"\f082"}.ti-building-fortress:before{content:"\ed89"}.ti-building-hospital:before{content:"\ea4d"}.ti-building-lighthouse:before{content:"\ed8a"}.ti-building-minus:before{content:"\10061"}.ti-building-monument:before{content:"\ed26"}.ti-building-mosque:before{content:"\fa57"}.ti-building-off:before{content:"\fefd"}.ti-building-pavilion:before{content:"\ebf7"}.ti-building-plus:before{content:"\10060"}.ti-building-skyscraper:before{content:"\ec39"}.ti-building-stadium:before{content:"\f641"}.ti-building-store:before{content:"\ea4e"}.ti-building-tunnel:before{content:"\f5a6"}.ti-building-warehouse:before{content:"\ebe3"}.ti-building-wind-turbine:before{content:"\f4c0"}.ti-buildings:before{content:"\ff40"}.ti-bulb:before{content:"\ea51"}.ti-bulb-filled:before{content:"\f66a"}.ti-bulb-off:before{content:"\ea50"}.ti-bulldozer:before{content:"\ee1d"}.ti-burger:before{content:"\fcb4"}.ti-bus:before{content:"\ebe4"}.ti-bus-off:before{content:"\f3ce"}.ti-bus-stop:before{content:"\f2d4"}.ti-businessplan:before{content:"\ee1e"}.ti-butterfly:before{content:"\efd9"}.ti-butterfly-filled:before{content:"\10016"}.ti-cactus:before{content:"\f21b"}.ti-cactus-filled:before{content:"\fb25"}.ti-cactus-off:before{content:"\f3cf"}.ti-cake:before{content:"\f00f"}.ti-cake-off:before{content:"\f104"}.ti-calculator:before{content:"\eb80"}.ti-calculator-filled:before{content:"\fb26"}.ti-calculator-off:before{content:"\f0c4"}.ti-calendar:before{content:"\ea53"}.ti-calendar-bolt:before{content:"\f822"}.ti-calendar-cancel:before{content:"\f823"} +.ti-calendar-check:before{content:"\f824"}.ti-calendar-clock:before{content:"\fd2e"}.ti-calendar-code:before{content:"\f825"}.ti-calendar-cog:before{content:"\f826"}.ti-calendar-dollar:before{content:"\f827"}.ti-calendar-dot:before{content:"\fd3e"}.ti-calendar-down:before{content:"\f828"}.ti-calendar-due:before{content:"\f621"}.ti-calendar-event:before{content:"\ea52"}.ti-calendar-exclamation:before{content:"\f829"}.ti-calendar-filled:before{content:"\fb27"}.ti-calendar-heart:before{content:"\f82a"}.ti-calendar-minus:before{content:"\ebb9"}.ti-calendar-month:before{content:"\fd2f"}.ti-calendar-off:before{content:"\ee1f"}.ti-calendar-pause:before{content:"\f82b"}.ti-calendar-pin:before{content:"\f82c"}.ti-calendar-plus:before{content:"\ebba"}.ti-calendar-question:before{content:"\f82d"}.ti-calendar-repeat:before{content:"\fad2"}.ti-calendar-sad:before{content:"\fd1d"}.ti-calendar-search:before{content:"\f82e"}.ti-calendar-share:before{content:"\f82f"}.ti-calendar-smile:before{content:"\fd1e"}.ti-calendar-star:before{content:"\f830"}.ti-calendar-stats:before{content:"\ee20"}.ti-calendar-time:before{content:"\ee21"}.ti-calendar-up:before{content:"\f831"}.ti-calendar-user:before{content:"\fd1f"}.ti-calendar-week:before{content:"\fd30"}.ti-calendar-x:before{content:"\f832"}.ti-camera:before{content:"\ea54"}.ti-camera-ai:before{content:"\ffa8"}.ti-camera-bitcoin:before{content:"\ffa7"}.ti-camera-bolt:before{content:"\f833"}.ti-camera-cancel:before{content:"\f834"}.ti-camera-check:before{content:"\f835"}.ti-camera-code:before{content:"\f836"}.ti-camera-cog:before{content:"\f837"}.ti-camera-dollar:before{content:"\f838"}.ti-camera-down:before{content:"\f839"}.ti-camera-exclamation:before{content:"\f83a"}.ti-camera-filled:before{content:"\fa37"}.ti-camera-heart:before{content:"\f83b"}.ti-camera-minus:before{content:"\ec3a"}.ti-camera-moon:before{content:"\ffa6"}.ti-camera-off:before{content:"\ecee"}.ti-camera-pause:before{content:"\f83c"}.ti-camera-pin:before{content:"\f83d"}.ti-camera-plus:before{content:"\ec3b"}.ti-camera-question:before{content:"\f83e"}.ti-camera-rotate:before{content:"\ee22"}.ti-camera-search:before{content:"\f83f"}.ti-camera-selfie:before{content:"\ee23"}.ti-camera-share:before{content:"\f840"}.ti-camera-spark:before{content:"\ffbc"}.ti-camera-star:before{content:"\f841"}.ti-camera-up:before{content:"\f842"}.ti-camera-x:before{content:"\f843"}.ti-camper:before{content:"\fa25"}.ti-campfire:before{content:"\f5a7"}.ti-campfire-filled:before{content:"\fb28"}.ti-cancel:before{content:"\ff11"}.ti-candle:before{content:"\efc6"}.ti-candle-filled:before{content:"\fc23"}.ti-candy:before{content:"\ef0d"}.ti-candy-off:before{content:"\f0c5"}.ti-cane:before{content:"\f50f"}.ti-cannabis:before{content:"\f4c1"}.ti-cannabis-filled:before{content:"\10015"}.ti-cap-projecting:before{content:"\ff22"} +.ti-cap-rounded:before{content:"\ff21"}.ti-cap-straight:before{content:"\ff20"}.ti-capsule:before{content:"\fae3"}.ti-capsule-filled:before{content:"\fc24"}.ti-capsule-horizontal:before{content:"\fae2"}.ti-capsule-horizontal-filled:before{content:"\fc25"}.ti-capture:before{content:"\ec3c"}.ti-capture-filled:before{content:"\fb29"}.ti-capture-off:before{content:"\f0c6"}.ti-car:before{content:"\ebbb"}.ti-car-4wd:before{content:"\fdb8"}.ti-car-4wd-filled:before{content:"\1001e"}.ti-car-crane:before{content:"\ef25"}.ti-car-crash:before{content:"\efa4"}.ti-car-fan:before{content:"\fdb3"}.ti-car-fan-1:before{content:"\fdb7"}.ti-car-fan-2:before{content:"\fdb6"}.ti-car-fan-3:before{content:"\fdb5"}.ti-car-fan-auto:before{content:"\fdb4"}.ti-car-fan-filled:before{content:"\1001d"}.ti-car-filled:before{content:"\1004c"}.ti-car-garage:before{content:"\fc77"}.ti-car-off:before{content:"\f0c7"}.ti-car-suv:before{content:"\fc8b"}.ti-car-suv-filled:before{content:"\1004d"}.ti-car-turbine:before{content:"\f4fd"}.ti-carambola:before{content:"\feb9"}.ti-carambola-filled:before{content:"\10014"}.ti-caravan:before{content:"\ec7c"}.ti-cardboards:before{content:"\ed74"}.ti-cardboards-filled:before{content:"\1001c"}.ti-cardboards-off:before{content:"\f0c8"}.ti-cards:before{content:"\f510"}.ti-cards-filled:before{content:"\fc26"}.ti-caret-down:before{content:"\eb5d"}.ti-caret-down-filled:before{content:"\fb2a"}.ti-caret-left:before{content:"\eb5e"}.ti-caret-left-filled:before{content:"\fb2b"}.ti-caret-left-right:before{content:"\fc43"}.ti-caret-left-right-filled:before{content:"\fd02"}.ti-caret-right:before{content:"\eb5f"}.ti-caret-right-filled:before{content:"\fb2c"}.ti-caret-up:before{content:"\eb60"}.ti-caret-up-down:before{content:"\fc44"}.ti-caret-up-down-filled:before{content:"\fd03"}.ti-caret-up-filled:before{content:"\fb2d"}.ti-carousel-horizontal:before{content:"\f659"}.ti-carousel-horizontal-filled:before{content:"\fa92"}.ti-carousel-vertical:before{content:"\f65a"}.ti-carousel-vertical-filled:before{content:"\fa93"}.ti-carrot:before{content:"\f21c"}.ti-carrot-off:before{content:"\f3d0"}.ti-cash:before{content:"\ea55"}.ti-cash-banknote:before{content:"\ee25"}.ti-cash-banknote-filled:before{content:"\fe80"}.ti-cash-banknote-off:before{content:"\ee24"}.ti-cash-off:before{content:"\f105"}.ti-cash-register:before{content:"\fee6"}.ti-cast:before{content:"\ea56"}.ti-cast-off:before{content:"\f0c9"}.ti-cat:before{content:"\f65b"}.ti-category:before{content:"\f1f6"}.ti-category-2:before{content:"\f1f5"}.ti-category-filled:before{content:"\fb2e"}.ti-category-minus:before{content:"\fd20"}.ti-category-plus:before{content:"\fd21"}.ti-ce:before{content:"\ed75"}.ti-ce-off:before{content:"\f0ca"}.ti-cell:before{content:"\f05f"}.ti-cell-signal-1:before{content:"\f083"}.ti-cell-signal-2:before{content:"\f084"} +.ti-cell-signal-3:before{content:"\f085"}.ti-cell-signal-4:before{content:"\f086"}.ti-cell-signal-5:before{content:"\f087"}.ti-cell-signal-off:before{content:"\f088"}.ti-certificate:before{content:"\ed76"}.ti-certificate-2:before{content:"\f073"}.ti-certificate-2-off:before{content:"\f0cb"}.ti-certificate-off:before{content:"\f0cc"}.ti-chair-director:before{content:"\f2d5"}.ti-chalkboard:before{content:"\f34d"}.ti-chalkboard-off:before{content:"\f3d1"}.ti-charging-pile:before{content:"\ee26"}.ti-charging-pile-filled:before{content:"\1001b"}.ti-chart-arcs:before{content:"\ee28"}.ti-chart-arcs-3:before{content:"\ee27"}.ti-chart-area:before{content:"\ea58"}.ti-chart-area-filled:before{content:"\f66b"}.ti-chart-area-line:before{content:"\ea57"}.ti-chart-area-line-filled:before{content:"\f66c"}.ti-chart-arrows:before{content:"\ee2a"}.ti-chart-arrows-vertical:before{content:"\ee29"}.ti-chart-bar:before{content:"\ea59"}.ti-chart-bar-off:before{content:"\f3d2"}.ti-chart-bar-popular:before{content:"\fef7"}.ti-chart-bubble:before{content:"\ec75"}.ti-chart-bubble-filled:before{content:"\f66d"}.ti-chart-candle:before{content:"\ea5a"}.ti-chart-candle-filled:before{content:"\f66e"}.ti-chart-circles:before{content:"\ee2b"}.ti-chart-cohort:before{content:"\fef6"}.ti-chart-column:before{content:"\ffa5"}.ti-chart-covariate:before{content:"\ffa4"}.ti-chart-donut:before{content:"\ea5b"}.ti-chart-donut-2:before{content:"\ee2c"}.ti-chart-donut-3:before{content:"\ee2d"}.ti-chart-donut-4:before{content:"\ee2e"}.ti-chart-donut-filled:before{content:"\f66f"}.ti-chart-dots:before{content:"\ee2f"}.ti-chart-dots-2:before{content:"\f097"}.ti-chart-dots-3:before{content:"\f098"}.ti-chart-dots-filled:before{content:"\fd04"}.ti-chart-funnel:before{content:"\fef5"}.ti-chart-grid-dots:before{content:"\f4c2"}.ti-chart-grid-dots-filled:before{content:"\fd05"}.ti-chart-histogram:before{content:"\f65c"}.ti-chart-infographic:before{content:"\ee30"}.ti-chart-line:before{content:"\ea5c"}.ti-chart-pie:before{content:"\ea5d"}.ti-chart-pie-2:before{content:"\ee31"}.ti-chart-pie-3:before{content:"\ee32"}.ti-chart-pie-4:before{content:"\ee33"}.ti-chart-pie-filled:before{content:"\f670"}.ti-chart-pie-off:before{content:"\f3d3"}.ti-chart-ppf:before{content:"\f618"}.ti-chart-radar:before{content:"\ed77"}.ti-chart-sankey:before{content:"\f619"}.ti-chart-scatter:before{content:"\fd93"}.ti-chart-scatter-3d:before{content:"\fd92"}.ti-chart-treemap:before{content:"\f381"}.ti-check:before{content:"\ea5e"}.ti-checkbox:before{content:"\eba6"}.ti-checklist:before{content:"\f074"}.ti-checks:before{content:"\ebaa"}.ti-checkup-list:before{content:"\ef5a"}.ti-cheese:before{content:"\ef26"}.ti-chef-hat:before{content:"\f21d"}.ti-chef-hat-off:before{content:"\f3d4"}.ti-cherry:before{content:"\f511"}.ti-cherry-filled:before{content:"\f728"}.ti-chess:before{content:"\f382"} +.ti-chess-bishop:before{content:"\f56b"}.ti-chess-bishop-filled:before{content:"\f729"}.ti-chess-filled:before{content:"\f72a"}.ti-chess-king:before{content:"\f56c"}.ti-chess-king-filled:before{content:"\f72b"}.ti-chess-knight:before{content:"\f56d"}.ti-chess-knight-filled:before{content:"\f72c"}.ti-chess-queen:before{content:"\f56e"}.ti-chess-queen-filled:before{content:"\f72d"}.ti-chess-rook:before{content:"\f56f"}.ti-chess-rook-filled:before{content:"\f72e"}.ti-chevron-compact-down:before{content:"\faf0"}.ti-chevron-compact-left:before{content:"\faf1"}.ti-chevron-compact-right:before{content:"\faf2"}.ti-chevron-compact-up:before{content:"\faf3"}.ti-chevron-down:before{content:"\ea5f"}.ti-chevron-down-left:before{content:"\ed09"}.ti-chevron-down-right:before{content:"\ed0a"}.ti-chevron-left:before{content:"\ea60"}.ti-chevron-left-pipe:before{content:"\fae4"}.ti-chevron-right:before{content:"\ea61"}.ti-chevron-right-pipe:before{content:"\fae5"}.ti-chevron-up:before{content:"\ea62"}.ti-chevron-up-left:before{content:"\ed0b"}.ti-chevron-up-right:before{content:"\ed0c"}.ti-chevrons-down:before{content:"\ea63"}.ti-chevrons-down-left:before{content:"\ed0d"}.ti-chevrons-down-right:before{content:"\ed0e"}.ti-chevrons-left:before{content:"\ea64"}.ti-chevrons-right:before{content:"\ea65"}.ti-chevrons-up:before{content:"\ea66"}.ti-chevrons-up-left:before{content:"\ed0f"}.ti-chevrons-up-right:before{content:"\ed10"}.ti-chisel:before{content:"\f383"}.ti-christmas-ball:before{content:"\fd31"}.ti-christmas-tree:before{content:"\ed78"}.ti-christmas-tree-filled:before{content:"\1001a"}.ti-christmas-tree-off:before{content:"\f3d5"}.ti-circle:before{content:"\ea6b"}.ti-circle-arrow-down:before{content:"\f6f9"}.ti-circle-arrow-down-filled:before{content:"\f6f4"}.ti-circle-arrow-down-left:before{content:"\f6f6"}.ti-circle-arrow-down-left-filled:before{content:"\f6f5"}.ti-circle-arrow-down-right:before{content:"\f6f8"}.ti-circle-arrow-down-right-filled:before{content:"\f6f7"}.ti-circle-arrow-left:before{content:"\f6fb"}.ti-circle-arrow-left-filled:before{content:"\f6fa"}.ti-circle-arrow-right:before{content:"\f6fd"}.ti-circle-arrow-right-filled:before{content:"\f6fc"}.ti-circle-arrow-up:before{content:"\f703"}.ti-circle-arrow-up-filled:before{content:"\f6fe"}.ti-circle-arrow-up-left:before{content:"\f700"}.ti-circle-arrow-up-left-filled:before{content:"\f6ff"}.ti-circle-arrow-up-right:before{content:"\f702"}.ti-circle-arrow-up-right-filled:before{content:"\f701"}.ti-circle-caret-down:before{content:"\f4a9"}.ti-circle-caret-left:before{content:"\f4aa"}.ti-circle-caret-right:before{content:"\f4ab"}.ti-circle-caret-up:before{content:"\f4ac"}.ti-circle-check:before{content:"\ea67"}.ti-circle-check-filled:before{content:"\f704"}.ti-circle-chevron-down:before{content:"\f622"}.ti-circle-chevron-left:before{content:"\f623"}.ti-circle-chevron-right:before{content:"\f624"}.ti-circle-chevron-up:before{content:"\f625"}.ti-circle-chevrons-down:before{content:"\f642"} +.ti-circle-chevrons-left:before{content:"\f643"}.ti-circle-chevrons-right:before{content:"\f644"}.ti-circle-chevrons-up:before{content:"\f645"}.ti-circle-dashed:before{content:"\ed27"}.ti-circle-dashed-check:before{content:"\feb8"}.ti-circle-dashed-letter-a:before{content:"\ff9a"}.ti-circle-dashed-letter-b:before{content:"\ff99"}.ti-circle-dashed-letter-c:before{content:"\ff98"}.ti-circle-dashed-letter-d:before{content:"\ff97"}.ti-circle-dashed-letter-e:before{content:"\ff96"}.ti-circle-dashed-letter-f:before{content:"\ff95"}.ti-circle-dashed-letter-g:before{content:"\ff94"}.ti-circle-dashed-letter-h:before{content:"\ff93"}.ti-circle-dashed-letter-i:before{content:"\ff92"}.ti-circle-dashed-letter-j:before{content:"\ff91"}.ti-circle-dashed-letter-k:before{content:"\ff90"}.ti-circle-dashed-letter-l:before{content:"\ff8f"}.ti-circle-dashed-letter-letter-v:before{content:"\ff8e"}.ti-circle-dashed-letter-m:before{content:"\ff8d"}.ti-circle-dashed-letter-n:before{content:"\ff8c"}.ti-circle-dashed-letter-o:before{content:"\ff8b"}.ti-circle-dashed-letter-p:before{content:"\ff8a"}.ti-circle-dashed-letter-q:before{content:"\ff89"}.ti-circle-dashed-letter-r:before{content:"\ff88"}.ti-circle-dashed-letter-s:before{content:"\ff87"}.ti-circle-dashed-letter-t:before{content:"\ff86"}.ti-circle-dashed-letter-u:before{content:"\ff85"}.ti-circle-dashed-letter-v:before{content:"\ff84"}.ti-circle-dashed-letter-w:before{content:"\ff83"}.ti-circle-dashed-letter-x:before{content:"\ff82"}.ti-circle-dashed-letter-y:before{content:"\ff81"}.ti-circle-dashed-letter-z:before{content:"\ff80"}.ti-circle-dashed-minus:before{content:"\feb7"}.ti-circle-dashed-number-0:before{content:"\fc6b"}.ti-circle-dashed-number-1:before{content:"\fc6c"}.ti-circle-dashed-number-2:before{content:"\fc6d"}.ti-circle-dashed-number-3:before{content:"\fc6e"}.ti-circle-dashed-number-4:before{content:"\fc6f"}.ti-circle-dashed-number-5:before{content:"\fc70"}.ti-circle-dashed-number-6:before{content:"\fc71"}.ti-circle-dashed-number-7:before{content:"\fc72"}.ti-circle-dashed-number-8:before{content:"\fc73"}.ti-circle-dashed-number-9:before{content:"\fc74"}.ti-circle-dashed-percentage:before{content:"\fd7a"}.ti-circle-dashed-plus:before{content:"\feb6"}.ti-circle-dashed-x:before{content:"\fc75"}.ti-circle-dot:before{content:"\efb1"}.ti-circle-dot-filled:before{content:"\f705"}.ti-circle-dotted:before{content:"\ed28"}.ti-circle-dotted-letter-a:before{content:"\ff7f"}.ti-circle-dotted-letter-b:before{content:"\ff7e"}.ti-circle-dotted-letter-c:before{content:"\ff7d"}.ti-circle-dotted-letter-d:before{content:"\ff7c"}.ti-circle-dotted-letter-e:before{content:"\ff7b"}.ti-circle-dotted-letter-f:before{content:"\ff7a"}.ti-circle-dotted-letter-g:before{content:"\ff79"}.ti-circle-dotted-letter-h:before{content:"\ff78"}.ti-circle-dotted-letter-i:before{content:"\ff77"}.ti-circle-dotted-letter-j:before{content:"\ff76"}.ti-circle-dotted-letter-k:before{content:"\ff75"}.ti-circle-dotted-letter-l:before{content:"\ff74"}.ti-circle-dotted-letter-m:before{content:"\ff73"}.ti-circle-dotted-letter-n:before{content:"\ff72"} +.ti-circle-dotted-letter-o:before{content:"\ff71"}.ti-circle-dotted-letter-p:before{content:"\ff70"}.ti-circle-dotted-letter-q:before{content:"\ff6f"}.ti-circle-dotted-letter-r:before{content:"\ff6e"}.ti-circle-dotted-letter-s:before{content:"\ff6d"}.ti-circle-dotted-letter-t:before{content:"\ff6c"}.ti-circle-dotted-letter-u:before{content:"\ff6b"}.ti-circle-dotted-letter-v:before{content:"\ff6a"}.ti-circle-dotted-letter-w:before{content:"\ff69"}.ti-circle-dotted-letter-x:before{content:"\ff68"}.ti-circle-dotted-letter-y:before{content:"\ff67"}.ti-circle-dotted-letter-z:before{content:"\ff66"}.ti-circle-filled:before{content:"\f671"}.ti-circle-half:before{content:"\ee3f"}.ti-circle-half-2:before{content:"\eff3"}.ti-circle-half-vertical:before{content:"\ee3e"}.ti-circle-key:before{content:"\f633"}.ti-circle-key-filled:before{content:"\f706"}.ti-circle-letter-a:before{content:"\f441"}.ti-circle-letter-a-filled:before{content:"\fe7f"}.ti-circle-letter-b:before{content:"\f442"}.ti-circle-letter-b-filled:before{content:"\fe7e"}.ti-circle-letter-c:before{content:"\f443"}.ti-circle-letter-c-filled:before{content:"\fe7d"}.ti-circle-letter-d:before{content:"\f444"}.ti-circle-letter-d-filled:before{content:"\fe7c"}.ti-circle-letter-e:before{content:"\f445"}.ti-circle-letter-e-filled:before{content:"\fe7b"}.ti-circle-letter-f:before{content:"\f446"}.ti-circle-letter-f-filled:before{content:"\fe7a"}.ti-circle-letter-g:before{content:"\f447"}.ti-circle-letter-g-filled:before{content:"\fe79"}.ti-circle-letter-h:before{content:"\f448"}.ti-circle-letter-h-filled:before{content:"\fe78"}.ti-circle-letter-i:before{content:"\f449"}.ti-circle-letter-i-filled:before{content:"\fe77"}.ti-circle-letter-j:before{content:"\f44a"}.ti-circle-letter-j-filled:before{content:"\fe76"}.ti-circle-letter-k:before{content:"\f44b"}.ti-circle-letter-k-filled:before{content:"\fe75"}.ti-circle-letter-l:before{content:"\f44c"}.ti-circle-letter-l-filled:before{content:"\fe74"}.ti-circle-letter-m:before{content:"\f44d"}.ti-circle-letter-m-filled:before{content:"\fe73"}.ti-circle-letter-n:before{content:"\f44e"}.ti-circle-letter-n-filled:before{content:"\fe72"}.ti-circle-letter-o:before{content:"\f44f"}.ti-circle-letter-o-filled:before{content:"\fe71"}.ti-circle-letter-p:before{content:"\f450"}.ti-circle-letter-p-filled:before{content:"\fe70"}.ti-circle-letter-q:before{content:"\f451"}.ti-circle-letter-q-filled:before{content:"\fe6f"}.ti-circle-letter-r:before{content:"\f452"}.ti-circle-letter-r-filled:before{content:"\fe6e"}.ti-circle-letter-s:before{content:"\f453"}.ti-circle-letter-s-filled:before{content:"\fe6d"}.ti-circle-letter-t:before{content:"\f454"}.ti-circle-letter-t-filled:before{content:"\fe6c"}.ti-circle-letter-u:before{content:"\f455"}.ti-circle-letter-u-filled:before{content:"\fe6b"}.ti-circle-letter-v:before{content:"\f4ad"}.ti-circle-letter-v-filled:before{content:"\fe6a"}.ti-circle-letter-w:before{content:"\f456"}.ti-circle-letter-w-filled:before{content:"\fe69"}.ti-circle-letter-x:before{content:"\f4ae"} +.ti-circle-letter-x-filled:before{content:"\fe68"}.ti-circle-letter-y:before{content:"\f457"}.ti-circle-letter-y-filled:before{content:"\fe67"}.ti-circle-letter-z:before{content:"\f458"}.ti-circle-letter-z-filled:before{content:"\fe66"}.ti-circle-minus:before{content:"\ea68"}.ti-circle-minus-2:before{content:"\fc8c"}.ti-circle-number-0:before{content:"\ee34"}.ti-circle-number-0-filled:before{content:"\f72f"}.ti-circle-number-1:before{content:"\ee35"}.ti-circle-number-1-filled:before{content:"\f730"}.ti-circle-number-2:before{content:"\ee36"}.ti-circle-number-2-filled:before{content:"\f731"}.ti-circle-number-3:before{content:"\ee37"}.ti-circle-number-3-filled:before{content:"\f732"}.ti-circle-number-4:before{content:"\ee38"}.ti-circle-number-4-filled:before{content:"\f733"}.ti-circle-number-5:before{content:"\ee39"}.ti-circle-number-5-filled:before{content:"\f734"}.ti-circle-number-6:before{content:"\ee3a"}.ti-circle-number-6-filled:before{content:"\f735"}.ti-circle-number-7:before{content:"\ee3b"}.ti-circle-number-7-filled:before{content:"\f736"}.ti-circle-number-8:before{content:"\ee3c"}.ti-circle-number-8-filled:before{content:"\f737"}.ti-circle-number-9:before{content:"\ee3d"}.ti-circle-number-9-filled:before{content:"\f738"}.ti-circle-off:before{content:"\ee40"}.ti-circle-percentage:before{content:"\fd7b"}.ti-circle-percentage-filled:before{content:"\fed5"}.ti-circle-plus:before{content:"\ea69"}.ti-circle-plus-2:before{content:"\fc8d"}.ti-circle-plus-filled:before{content:"\fef9"}.ti-circle-rectangle:before{content:"\f010"}.ti-circle-rectangle-filled:before{content:"\ff63"}.ti-circle-rectangle-off:before{content:"\f0cd"}.ti-circle-square:before{content:"\ece4"}.ti-circle-triangle:before{content:"\f011"}.ti-circle-x:before{content:"\ea6a"}.ti-circle-x-filled:before{content:"\f739"}.ti-circles:before{content:"\ece5"}.ti-circles-filled:before{content:"\f672"}.ti-circles-relation:before{content:"\f4c3"}.ti-circuit-ammeter:before{content:"\f271"}.ti-circuit-battery:before{content:"\f272"}.ti-circuit-bulb:before{content:"\f273"}.ti-circuit-capacitor:before{content:"\f275"}.ti-circuit-capacitor-polarized:before{content:"\f274"}.ti-circuit-cell:before{content:"\f277"}.ti-circuit-cell-plus:before{content:"\f276"}.ti-circuit-changeover:before{content:"\f278"}.ti-circuit-diode:before{content:"\f27a"}.ti-circuit-diode-zener:before{content:"\f279"}.ti-circuit-ground:before{content:"\f27c"}.ti-circuit-ground-digital:before{content:"\f27b"}.ti-circuit-inductor:before{content:"\f27d"}.ti-circuit-motor:before{content:"\f27e"}.ti-circuit-pushbutton:before{content:"\f27f"}.ti-circuit-resistor:before{content:"\f280"}.ti-circuit-switch-closed:before{content:"\f281"}.ti-circuit-switch-open:before{content:"\f282"}.ti-circuit-voltmeter:before{content:"\f283"}.ti-clear-all:before{content:"\ee41"}.ti-clear-formatting:before{content:"\ebe5"}.ti-click:before{content:"\ebbc"}.ti-cliff-jumping:before{content:"\fefc"}.ti-clipboard:before{content:"\ea6f"} +.ti-clipboard-check:before{content:"\ea6c"}.ti-clipboard-copy:before{content:"\f299"}.ti-clipboard-data:before{content:"\f563"}.ti-clipboard-heart:before{content:"\f34e"}.ti-clipboard-list:before{content:"\ea6d"}.ti-clipboard-off:before{content:"\f0ce"}.ti-clipboard-plus:before{content:"\efb2"}.ti-clipboard-smile:before{content:"\fd9a"}.ti-clipboard-text:before{content:"\f089"}.ti-clipboard-typography:before{content:"\f34f"}.ti-clipboard-x:before{content:"\ea6e"}.ti-clock:before{content:"\ea70"}.ti-clock-12:before{content:"\fc56"}.ti-clock-2:before{content:"\f099"}.ti-clock-24:before{content:"\fc57"}.ti-clock-bitcoin:before{content:"\ff3f"}.ti-clock-bolt:before{content:"\f844"}.ti-clock-cancel:before{content:"\f546"}.ti-clock-check:before{content:"\f7c1"}.ti-clock-code:before{content:"\f845"}.ti-clock-cog:before{content:"\f7c2"}.ti-clock-dollar:before{content:"\f846"}.ti-clock-down:before{content:"\f7c3"}.ti-clock-edit:before{content:"\f547"}.ti-clock-exclamation:before{content:"\f847"}.ti-clock-filled:before{content:"\f73a"}.ti-clock-heart:before{content:"\f7c4"}.ti-clock-hour-1:before{content:"\f313"}.ti-clock-hour-1-filled:before{content:"\fe65"}.ti-clock-hour-10:before{content:"\f314"}.ti-clock-hour-10-filled:before{content:"\fe64"}.ti-clock-hour-11:before{content:"\f315"}.ti-clock-hour-11-filled:before{content:"\fe63"}.ti-clock-hour-12:before{content:"\f316"}.ti-clock-hour-12-filled:before{content:"\fe62"}.ti-clock-hour-2:before{content:"\f317"}.ti-clock-hour-2-filled:before{content:"\fe61"}.ti-clock-hour-3:before{content:"\f318"}.ti-clock-hour-3-filled:before{content:"\fe60"}.ti-clock-hour-4:before{content:"\f319"}.ti-clock-hour-4-filled:before{content:"\fe5f"}.ti-clock-hour-5:before{content:"\f31a"}.ti-clock-hour-5-filled:before{content:"\fe5e"}.ti-clock-hour-6:before{content:"\f31b"}.ti-clock-hour-6-filled:before{content:"\fe5d"}.ti-clock-hour-7:before{content:"\f31c"}.ti-clock-hour-7-filled:before{content:"\fe5c"}.ti-clock-hour-8:before{content:"\f31d"}.ti-clock-hour-8-filled:before{content:"\fe5b"}.ti-clock-hour-9:before{content:"\f31e"}.ti-clock-hour-9-filled:before{content:"\fe5a"}.ti-clock-minus:before{content:"\f848"}.ti-clock-off:before{content:"\f0cf"}.ti-clock-pause:before{content:"\f548"}.ti-clock-pin:before{content:"\f849"}.ti-clock-play:before{content:"\f549"}.ti-clock-plus:before{content:"\f7c5"}.ti-clock-question:before{content:"\f7c6"}.ti-clock-record:before{content:"\f54a"}.ti-clock-search:before{content:"\f7c7"}.ti-clock-share:before{content:"\f84a"}.ti-clock-shield:before{content:"\f7c8"}.ti-clock-star:before{content:"\f7c9"}.ti-clock-stop:before{content:"\f54b"}.ti-clock-up:before{content:"\f7ca"}.ti-clock-x:before{content:"\f7cb"}.ti-clothes-rack:before{content:"\f285"}.ti-clothes-rack-off:before{content:"\f3d6"}.ti-cloud:before{content:"\ea76"}.ti-cloud-bitcoin:before{content:"\ff3e"} +.ti-cloud-bolt:before{content:"\f84b"}.ti-cloud-cancel:before{content:"\f84c"}.ti-cloud-check:before{content:"\f84d"}.ti-cloud-code:before{content:"\f84e"}.ti-cloud-cog:before{content:"\f84f"}.ti-cloud-computing:before{content:"\f1d0"}.ti-cloud-data-connection:before{content:"\f1d1"}.ti-cloud-dollar:before{content:"\f850"}.ti-cloud-down:before{content:"\f851"}.ti-cloud-download:before{content:"\ea71"}.ti-cloud-exclamation:before{content:"\f852"}.ti-cloud-filled:before{content:"\f673"}.ti-cloud-fog:before{content:"\ecd9"}.ti-cloud-heart:before{content:"\f853"}.ti-cloud-lock:before{content:"\efdb"}.ti-cloud-lock-open:before{content:"\efda"}.ti-cloud-minus:before{content:"\f854"}.ti-cloud-network:before{content:"\fc78"}.ti-cloud-off:before{content:"\ed3e"}.ti-cloud-pause:before{content:"\f855"}.ti-cloud-pin:before{content:"\f856"}.ti-cloud-plus:before{content:"\f857"}.ti-cloud-question:before{content:"\f858"}.ti-cloud-rain:before{content:"\ea72"}.ti-cloud-search:before{content:"\f859"}.ti-cloud-share:before{content:"\f85a"}.ti-cloud-snow:before{content:"\ea73"}.ti-cloud-star:before{content:"\f85b"}.ti-cloud-storm:before{content:"\ea74"}.ti-cloud-up:before{content:"\f85c"}.ti-cloud-upload:before{content:"\ea75"}.ti-cloud-x:before{content:"\f85d"}.ti-clover:before{content:"\f1ea"}.ti-clover-2:before{content:"\f21e"}.ti-clover-filled:before{content:"\10013"}.ti-clubs:before{content:"\eff4"}.ti-clubs-filled:before{content:"\f674"}.ti-code:before{content:"\ea77"}.ti-code-asterisk:before{content:"\f312"}.ti-code-circle:before{content:"\f4ff"}.ti-code-circle-2:before{content:"\f4fe"}.ti-code-circle-2-filled:before{content:"\fed4"}.ti-code-circle-filled:before{content:"\fed3"}.ti-code-dots:before{content:"\f61a"}.ti-code-minus:before{content:"\ee42"}.ti-code-off:before{content:"\f0d0"}.ti-code-plus:before{content:"\ee43"}.ti-coffee:before{content:"\ef0e"}.ti-coffee-off:before{content:"\f106"}.ti-coffin:before{content:"\f579"}.ti-coin:before{content:"\eb82"}.ti-coin-bitcoin:before{content:"\f2be"}.ti-coin-bitcoin-filled:before{content:"\fd06"}.ti-coin-euro:before{content:"\f2bf"}.ti-coin-euro-filled:before{content:"\fd07"}.ti-coin-filled:before{content:"\fd08"}.ti-coin-monero:before{content:"\f4a0"}.ti-coin-monero-filled:before{content:"\fd09"}.ti-coin-off:before{content:"\f0d1"}.ti-coin-pound:before{content:"\f2c0"}.ti-coin-pound-filled:before{content:"\fd0a"}.ti-coin-rupee:before{content:"\f2c1"}.ti-coin-rupee-filled:before{content:"\fd0b"}.ti-coin-taka:before{content:"\fd0d"}.ti-coin-taka-filled:before{content:"\fd0c"}.ti-coin-yen:before{content:"\f2c2"}.ti-coin-yen-filled:before{content:"\fd0e"}.ti-coin-yuan:before{content:"\f2c3"}.ti-coin-yuan-filled:before{content:"\fd0f"}.ti-coins:before{content:"\f65d"}.ti-color-filter:before{content:"\f5a8"}.ti-color-picker:before{content:"\ebe6"} +.ti-color-picker-off:before{content:"\f0d2"}.ti-color-swatch:before{content:"\eb61"}.ti-color-swatch-off:before{content:"\f0d3"}.ti-column-insert-left:before{content:"\ee44"}.ti-column-insert-right:before{content:"\ee45"}.ti-column-remove:before{content:"\faf4"}.ti-columns:before{content:"\eb83"}.ti-columns-1:before{content:"\f6d4"}.ti-columns-2:before{content:"\f6d5"}.ti-columns-3:before{content:"\f6d6"}.ti-columns-off:before{content:"\f0d4"}.ti-comet:before{content:"\ec76"}.ti-command:before{content:"\ea78"}.ti-command-off:before{content:"\f3d7"}.ti-compass:before{content:"\ea79"}.ti-compass-filled:before{content:"\fd10"}.ti-compass-off:before{content:"\f0d5"}.ti-components:before{content:"\efa5"}.ti-components-off:before{content:"\f0d6"}.ti-cone:before{content:"\efdd"}.ti-cone-2:before{content:"\efdc"}.ti-cone-2-filled:before{content:"\fe59"}.ti-cone-filled:before{content:"\fe58"}.ti-cone-off:before{content:"\f3d8"}.ti-cone-plus:before{content:"\fa94"}.ti-confetti:before{content:"\ee46"}.ti-confetti-off:before{content:"\f3d9"}.ti-confucius:before{content:"\f58a"}.ti-congruent-to:before{content:"\ffa3"}.ti-container:before{content:"\ee47"}.ti-container-off:before{content:"\f107"}.ti-contract:before{content:"\fefb"}.ti-contrast:before{content:"\ec4e"}.ti-contrast-2:before{content:"\efc7"}.ti-contrast-2-filled:before{content:"\fe57"}.ti-contrast-2-off:before{content:"\f3da"}.ti-contrast-filled:before{content:"\fe56"}.ti-contrast-off:before{content:"\f3db"}.ti-cooker:before{content:"\f57a"}.ti-cookie:before{content:"\fdb1"}.ti-cookie-filled:before{content:"\fe54"}.ti-cookie-man:before{content:"\fdb2"}.ti-cookie-man-filled:before{content:"\fe55"}.ti-cookie-off:before{content:"\f0d7"}.ti-copy:before{content:"\ea7a"}.ti-copy-check:before{content:"\fdb0"}.ti-copy-check-filled:before{content:"\fe53"}.ti-copy-minus:before{content:"\fdaf"}.ti-copy-minus-filled:before{content:"\fe52"}.ti-copy-off:before{content:"\f0d8"}.ti-copy-plus:before{content:"\fdae"}.ti-copy-plus-filled:before{content:"\fe51"}.ti-copy-x:before{content:"\fdad"}.ti-copy-x-filled:before{content:"\fe50"}.ti-copyleft:before{content:"\ec3d"}.ti-copyleft-filled:before{content:"\f73b"}.ti-copyleft-off:before{content:"\f0d9"}.ti-copyright:before{content:"\ea7b"}.ti-copyright-filled:before{content:"\f73c"}.ti-copyright-off:before{content:"\f0da"}.ti-corner-down-left:before{content:"\ea7c"}.ti-corner-down-left-double:before{content:"\ee48"}.ti-corner-down-right:before{content:"\ea7d"}.ti-corner-down-right-double:before{content:"\ee49"}.ti-corner-left-down:before{content:"\ea7e"}.ti-corner-left-down-double:before{content:"\ee4a"}.ti-corner-left-up:before{content:"\ea7f"}.ti-corner-left-up-double:before{content:"\ee4b"}.ti-corner-right-down:before{content:"\ea80"}.ti-corner-right-down-double:before{content:"\ee4c"}.ti-corner-right-up:before{content:"\ea81"} +.ti-corner-right-up-double:before{content:"\ee4d"}.ti-corner-up-left:before{content:"\ea82"}.ti-corner-up-left-double:before{content:"\ee4e"}.ti-corner-up-right:before{content:"\ea83"}.ti-corner-up-right-double:before{content:"\ee4f"}.ti-cpu:before{content:"\ef8e"}.ti-cpu-2:before{content:"\f075"}.ti-cpu-off:before{content:"\f108"}.ti-crane:before{content:"\ef27"}.ti-crane-off:before{content:"\f109"}.ti-creative-commons:before{content:"\efb3"}.ti-creative-commons-by:before{content:"\f21f"}.ti-creative-commons-nc:before{content:"\f220"}.ti-creative-commons-nd:before{content:"\f221"}.ti-creative-commons-off:before{content:"\f10a"}.ti-creative-commons-sa:before{content:"\f222"}.ti-creative-commons-zero:before{content:"\f223"}.ti-credit-card:before{content:"\ea84"}.ti-credit-card-filled:before{content:"\fd11"}.ti-credit-card-off:before{content:"\ed11"}.ti-credit-card-pay:before{content:"\fd32"}.ti-credit-card-refund:before{content:"\fd33"}.ti-cricket:before{content:"\f09a"}.ti-crop:before{content:"\ea85"}.ti-crop-1-1:before{content:"\fd50"}.ti-crop-1-1-filled:before{content:"\fe4f"}.ti-crop-16-9:before{content:"\fd51"}.ti-crop-16-9-filled:before{content:"\fe4e"}.ti-crop-3-2:before{content:"\fd52"}.ti-crop-3-2-filled:before{content:"\fe4d"}.ti-crop-5-4:before{content:"\fd53"}.ti-crop-5-4-filled:before{content:"\fe4c"}.ti-crop-7-5:before{content:"\fd54"}.ti-crop-7-5-filled:before{content:"\fe4b"}.ti-crop-landscape:before{content:"\fd55"}.ti-crop-landscape-filled:before{content:"\fe4a"}.ti-crop-portrait:before{content:"\fd56"}.ti-crop-portrait-filled:before{content:"\fe49"}.ti-cross:before{content:"\ef8f"}.ti-cross-filled:before{content:"\f675"}.ti-cross-off:before{content:"\f10b"}.ti-crosshair:before{content:"\ec3e"}.ti-crown:before{content:"\ed12"}.ti-crown-off:before{content:"\ee50"}.ti-crutches:before{content:"\ef5b"}.ti-crutches-off:before{content:"\f10c"}.ti-crystal-ball:before{content:"\f57b"}.ti-csv:before{content:"\f791"}.ti-cube:before{content:"\fa97"}.ti-cube-3d-sphere:before{content:"\ecd7"}.ti-cube-3d-sphere-off:before{content:"\f3b5"}.ti-cube-off:before{content:"\fa95"}.ti-cube-plus:before{content:"\fa96"}.ti-cube-send:before{content:"\f61b"}.ti-cube-spark:before{content:"\ffbb"}.ti-cube-unfolded:before{content:"\f61c"}.ti-cup:before{content:"\ef28"}.ti-cup-off:before{content:"\f10d"}.ti-curling:before{content:"\efc8"}.ti-curly-loop:before{content:"\ecda"}.ti-currency:before{content:"\efa6"}.ti-currency-afghani:before{content:"\f65e"}.ti-currency-bahraini:before{content:"\ee51"}.ti-currency-baht:before{content:"\f08a"}.ti-currency-bitcoin:before{content:"\ebab"}.ti-currency-cent:before{content:"\ee53"}.ti-currency-dinar:before{content:"\ee54"}.ti-currency-dirham:before{content:"\ee55"}.ti-currency-dogecoin:before{content:"\ef4b"}.ti-currency-dollar:before{content:"\eb84"}.ti-currency-dollar-australian:before{content:"\ee56"} +.ti-currency-dollar-brunei:before{content:"\f36c"}.ti-currency-dollar-canadian:before{content:"\ee57"}.ti-currency-dollar-guyanese:before{content:"\f36d"}.ti-currency-dollar-off:before{content:"\f3dc"}.ti-currency-dollar-singapore:before{content:"\ee58"}.ti-currency-dollar-zimbabwean:before{content:"\f36e"}.ti-currency-dong:before{content:"\f36f"}.ti-currency-dram:before{content:"\f370"}.ti-currency-ethereum:before{content:"\ee59"}.ti-currency-euro:before{content:"\eb85"}.ti-currency-euro-off:before{content:"\f3dd"}.ti-currency-florin:before{content:"\faf5"}.ti-currency-forint:before{content:"\ee5a"}.ti-currency-frank:before{content:"\ee5b"}.ti-currency-guarani:before{content:"\f371"}.ti-currency-hryvnia:before{content:"\f372"}.ti-currency-iranian-rial:before{content:"\fa58"}.ti-currency-kip:before{content:"\f373"}.ti-currency-krone-czech:before{content:"\ee5c"}.ti-currency-krone-danish:before{content:"\ee5d"}.ti-currency-krone-swedish:before{content:"\ee5e"}.ti-currency-lari:before{content:"\f374"}.ti-currency-leu:before{content:"\ee5f"}.ti-currency-lira:before{content:"\ee60"}.ti-currency-litecoin:before{content:"\ee61"}.ti-currency-lyd:before{content:"\f375"}.ti-currency-manat:before{content:"\f376"}.ti-currency-monero:before{content:"\f377"}.ti-currency-naira:before{content:"\ee62"}.ti-currency-nano:before{content:"\f7a6"}.ti-currency-off:before{content:"\f3de"}.ti-currency-paanga:before{content:"\f378"}.ti-currency-peso:before{content:"\f65f"}.ti-currency-pound:before{content:"\ebac"}.ti-currency-pound-off:before{content:"\f3df"}.ti-currency-quetzal:before{content:"\f379"}.ti-currency-real:before{content:"\ee63"}.ti-currency-renminbi:before{content:"\ee64"}.ti-currency-ripple:before{content:"\ee65"}.ti-currency-riyal:before{content:"\ee66"}.ti-currency-rubel:before{content:"\ee67"}.ti-currency-rufiyaa:before{content:"\f37a"}.ti-currency-rupee:before{content:"\ebad"}.ti-currency-rupee-nepalese:before{content:"\f37b"}.ti-currency-shekel:before{content:"\ee68"}.ti-currency-solana:before{content:"\f4a1"}.ti-currency-som:before{content:"\f37c"}.ti-currency-taka:before{content:"\ee69"}.ti-currency-tenge:before{content:"\f37d"}.ti-currency-tugrik:before{content:"\ee6a"}.ti-currency-won:before{content:"\ee6b"}.ti-currency-xrp:before{content:"\fd34"}.ti-currency-yen:before{content:"\ebae"}.ti-currency-yen-off:before{content:"\f3e0"}.ti-currency-yuan:before{content:"\f29a"}.ti-currency-zloty:before{content:"\ee6c"}.ti-current-location:before{content:"\ecef"}.ti-current-location-off:before{content:"\f10e"}.ti-cursor-off:before{content:"\f10f"}.ti-cursor-text:before{content:"\ee6d"}.ti-cut:before{content:"\ea86"}.ti-cylinder:before{content:"\f54c"}.ti-cylinder-off:before{content:"\fa98"}.ti-cylinder-plus:before{content:"\fa99"}.ti-dashboard:before{content:"\ea87"}.ti-dashboard-filled:before{content:"\10019"}.ti-dashboard-off:before{content:"\f3e1"}.ti-database:before{content:"\ea88"} +.ti-database-cog:before{content:"\fa10"}.ti-database-dollar:before{content:"\fa11"}.ti-database-edit:before{content:"\fa12"}.ti-database-exclamation:before{content:"\fa13"}.ti-database-export:before{content:"\ee6e"}.ti-database-heart:before{content:"\fa14"}.ti-database-import:before{content:"\ee6f"}.ti-database-leak:before{content:"\fa15"}.ti-database-minus:before{content:"\fa16"}.ti-database-off:before{content:"\ee70"}.ti-database-plus:before{content:"\fa17"}.ti-database-search:before{content:"\fa18"}.ti-database-share:before{content:"\fa19"}.ti-database-smile:before{content:"\fd9b"}.ti-database-star:before{content:"\fa1a"}.ti-database-x:before{content:"\fa1b"}.ti-decimal:before{content:"\fa26"}.ti-deer:before{content:"\f4c5"}.ti-delta:before{content:"\f53c"}.ti-dental:before{content:"\f025"}.ti-dental-broken:before{content:"\f286"}.ti-dental-off:before{content:"\f110"}.ti-deselect:before{content:"\f9f3"}.ti-desk:before{content:"\fd35"}.ti-details:before{content:"\ee71"}.ti-details-off:before{content:"\f3e2"}.ti-device-airpods:before{content:"\f5a9"}.ti-device-airpods-case:before{content:"\f646"}.ti-device-airtag:before{content:"\fae6"}.ti-device-analytics:before{content:"\ee72"}.ti-device-audio-tape:before{content:"\ee73"}.ti-device-camera-phone:before{content:"\f233"}.ti-device-cctv:before{content:"\ee74"}.ti-device-cctv-filled:before{content:"\1004b"}.ti-device-cctv-off:before{content:"\f3e3"}.ti-device-computer-camera:before{content:"\ee76"}.ti-device-computer-camera-off:before{content:"\ee75"}.ti-device-desktop:before{content:"\ea89"}.ti-device-desktop-analytics:before{content:"\ee77"}.ti-device-desktop-bolt:before{content:"\f85e"}.ti-device-desktop-cancel:before{content:"\f85f"}.ti-device-desktop-check:before{content:"\f860"}.ti-device-desktop-code:before{content:"\f861"}.ti-device-desktop-cog:before{content:"\f862"}.ti-device-desktop-dollar:before{content:"\f863"}.ti-device-desktop-down:before{content:"\f864"}.ti-device-desktop-exclamation:before{content:"\f865"}.ti-device-desktop-filled:before{content:"\1004a"}.ti-device-desktop-heart:before{content:"\f866"}.ti-device-desktop-minus:before{content:"\f867"}.ti-device-desktop-off:before{content:"\ee78"}.ti-device-desktop-pause:before{content:"\f868"}.ti-device-desktop-pin:before{content:"\f869"}.ti-device-desktop-plus:before{content:"\f86a"}.ti-device-desktop-question:before{content:"\f86b"}.ti-device-desktop-search:before{content:"\f86c"}.ti-device-desktop-share:before{content:"\f86d"}.ti-device-desktop-star:before{content:"\f86e"}.ti-device-desktop-up:before{content:"\f86f"}.ti-device-desktop-x:before{content:"\f870"}.ti-device-floppy:before{content:"\eb62"}.ti-device-gamepad:before{content:"\eb63"}.ti-device-gamepad-2:before{content:"\f1d2"}.ti-device-gamepad-3:before{content:"\fc58"}.ti-device-gamepad-3-filled:before{content:"\10049"}.ti-device-heart-monitor:before{content:"\f060"}.ti-device-heart-monitor-filled:before{content:"\fa38"} +.ti-device-imac:before{content:"\f7a7"}.ti-device-imac-bolt:before{content:"\f871"}.ti-device-imac-cancel:before{content:"\f872"}.ti-device-imac-check:before{content:"\f873"}.ti-device-imac-code:before{content:"\f874"}.ti-device-imac-cog:before{content:"\f875"}.ti-device-imac-dollar:before{content:"\f876"}.ti-device-imac-down:before{content:"\f877"}.ti-device-imac-exclamation:before{content:"\f878"}.ti-device-imac-filled:before{content:"\10048"}.ti-device-imac-heart:before{content:"\f879"}.ti-device-imac-minus:before{content:"\f87a"}.ti-device-imac-off:before{content:"\f87b"}.ti-device-imac-pause:before{content:"\f87c"}.ti-device-imac-pin:before{content:"\f87d"}.ti-device-imac-plus:before{content:"\f87e"}.ti-device-imac-question:before{content:"\f87f"}.ti-device-imac-search:before{content:"\f880"}.ti-device-imac-share:before{content:"\f881"}.ti-device-imac-star:before{content:"\f882"}.ti-device-imac-up:before{content:"\f883"}.ti-device-imac-x:before{content:"\f884"}.ti-device-ipad:before{content:"\f648"}.ti-device-ipad-bolt:before{content:"\f885"}.ti-device-ipad-cancel:before{content:"\f886"}.ti-device-ipad-check:before{content:"\f887"}.ti-device-ipad-code:before{content:"\f888"}.ti-device-ipad-cog:before{content:"\f889"}.ti-device-ipad-dollar:before{content:"\f88a"}.ti-device-ipad-down:before{content:"\f88b"}.ti-device-ipad-exclamation:before{content:"\f88c"}.ti-device-ipad-filled:before{content:"\10047"}.ti-device-ipad-heart:before{content:"\f88d"}.ti-device-ipad-horizontal:before{content:"\f647"}.ti-device-ipad-horizontal-bolt:before{content:"\f88e"}.ti-device-ipad-horizontal-cancel:before{content:"\f88f"}.ti-device-ipad-horizontal-check:before{content:"\f890"}.ti-device-ipad-horizontal-code:before{content:"\f891"}.ti-device-ipad-horizontal-cog:before{content:"\f892"}.ti-device-ipad-horizontal-dollar:before{content:"\f893"}.ti-device-ipad-horizontal-down:before{content:"\f894"}.ti-device-ipad-horizontal-exclamation:before{content:"\f895"}.ti-device-ipad-horizontal-heart:before{content:"\f896"}.ti-device-ipad-horizontal-minus:before{content:"\f897"}.ti-device-ipad-horizontal-off:before{content:"\f898"}.ti-device-ipad-horizontal-pause:before{content:"\f899"}.ti-device-ipad-horizontal-pin:before{content:"\f89a"}.ti-device-ipad-horizontal-plus:before{content:"\f89b"}.ti-device-ipad-horizontal-question:before{content:"\f89c"}.ti-device-ipad-horizontal-search:before{content:"\f89d"}.ti-device-ipad-horizontal-share:before{content:"\f89e"}.ti-device-ipad-horizontal-star:before{content:"\f89f"}.ti-device-ipad-horizontal-up:before{content:"\f8a0"}.ti-device-ipad-horizontal-x:before{content:"\f8a1"}.ti-device-ipad-minus:before{content:"\f8a2"}.ti-device-ipad-off:before{content:"\f8a3"}.ti-device-ipad-pause:before{content:"\f8a4"}.ti-device-ipad-pin:before{content:"\f8a5"}.ti-device-ipad-plus:before{content:"\f8a6"}.ti-device-ipad-question:before{content:"\f8a7"}.ti-device-ipad-search:before{content:"\f8a8"}.ti-device-ipad-share:before{content:"\f8a9"}.ti-device-ipad-star:before{content:"\f8aa"}.ti-device-ipad-up:before{content:"\f8ab"} +.ti-device-ipad-x:before{content:"\f8ac"}.ti-device-landline-phone:before{content:"\f649"}.ti-device-laptop:before{content:"\eb64"}.ti-device-laptop-off:before{content:"\f061"}.ti-device-mobile:before{content:"\ea8a"}.ti-device-mobile-bolt:before{content:"\f8ad"}.ti-device-mobile-cancel:before{content:"\f8ae"}.ti-device-mobile-charging:before{content:"\f224"}.ti-device-mobile-check:before{content:"\f8af"}.ti-device-mobile-code:before{content:"\f8b0"}.ti-device-mobile-cog:before{content:"\f8b1"}.ti-device-mobile-dollar:before{content:"\f8b2"}.ti-device-mobile-down:before{content:"\f8b3"}.ti-device-mobile-exclamation:before{content:"\f8b4"}.ti-device-mobile-filled:before{content:"\fa39"}.ti-device-mobile-heart:before{content:"\f8b5"}.ti-device-mobile-message:before{content:"\ee79"}.ti-device-mobile-minus:before{content:"\f8b6"}.ti-device-mobile-off:before{content:"\f062"}.ti-device-mobile-pause:before{content:"\f8b7"}.ti-device-mobile-pin:before{content:"\f8b8"}.ti-device-mobile-plus:before{content:"\f8b9"}.ti-device-mobile-question:before{content:"\f8ba"}.ti-device-mobile-rotated:before{content:"\ecdb"}.ti-device-mobile-search:before{content:"\f8bb"}.ti-device-mobile-share:before{content:"\f8bc"}.ti-device-mobile-star:before{content:"\f8bd"}.ti-device-mobile-up:before{content:"\f8be"}.ti-device-mobile-vibration:before{content:"\eb86"}.ti-device-mobile-x:before{content:"\f8bf"}.ti-device-nintendo:before{content:"\f026"}.ti-device-nintendo-off:before{content:"\f111"}.ti-device-projector:before{content:"\fc11"}.ti-device-remote:before{content:"\f792"}.ti-device-remote-filled:before{content:"\10046"}.ti-device-sd-card:before{content:"\f384"}.ti-device-sim:before{content:"\f4b2"}.ti-device-sim-1:before{content:"\f4af"}.ti-device-sim-2:before{content:"\f4b0"}.ti-device-sim-3:before{content:"\f4b1"}.ti-device-speaker:before{content:"\ea8b"}.ti-device-speaker-filled:before{content:"\10045"}.ti-device-speaker-off:before{content:"\f112"}.ti-device-tablet:before{content:"\ea8c"}.ti-device-tablet-bolt:before{content:"\f8c0"}.ti-device-tablet-cancel:before{content:"\f8c1"}.ti-device-tablet-check:before{content:"\f8c2"}.ti-device-tablet-code:before{content:"\f8c3"}.ti-device-tablet-cog:before{content:"\f8c4"}.ti-device-tablet-dollar:before{content:"\f8c5"}.ti-device-tablet-down:before{content:"\f8c6"}.ti-device-tablet-exclamation:before{content:"\f8c7"}.ti-device-tablet-filled:before{content:"\fa3a"}.ti-device-tablet-heart:before{content:"\f8c8"}.ti-device-tablet-minus:before{content:"\f8c9"}.ti-device-tablet-off:before{content:"\f063"}.ti-device-tablet-pause:before{content:"\f8ca"}.ti-device-tablet-pin:before{content:"\f8cb"}.ti-device-tablet-plus:before{content:"\f8cc"}.ti-device-tablet-question:before{content:"\f8cd"}.ti-device-tablet-search:before{content:"\f8ce"}.ti-device-tablet-share:before{content:"\f8cf"}.ti-device-tablet-star:before{content:"\f8d0"}.ti-device-tablet-up:before{content:"\f8d1"}.ti-device-tablet-x:before{content:"\f8d2"}.ti-device-tv:before{content:"\ea8d"} +.ti-device-tv-filled:before{content:"\10043"}.ti-device-tv-off:before{content:"\f064"}.ti-device-tv-old:before{content:"\f1d3"}.ti-device-tv-old-filled:before{content:"\10044"}.ti-device-unknown:before{content:"\fef4"}.ti-device-unknown-filled:before{content:"\10018"}.ti-device-usb:before{content:"\fc59"}.ti-device-usb-filled:before{content:"\10042"}.ti-device-vision-pro:before{content:"\fae7"}.ti-device-vision-pro-filled:before{content:"\10041"}.ti-device-watch:before{content:"\ebf9"}.ti-device-watch-bolt:before{content:"\f8d3"}.ti-device-watch-cancel:before{content:"\f8d4"}.ti-device-watch-check:before{content:"\f8d5"}.ti-device-watch-code:before{content:"\f8d6"}.ti-device-watch-cog:before{content:"\f8d7"}.ti-device-watch-dollar:before{content:"\f8d8"}.ti-device-watch-down:before{content:"\f8d9"}.ti-device-watch-exclamation:before{content:"\f8da"}.ti-device-watch-filled:before{content:"\10040"}.ti-device-watch-heart:before{content:"\f8db"}.ti-device-watch-minus:before{content:"\f8dc"}.ti-device-watch-off:before{content:"\f065"}.ti-device-watch-pause:before{content:"\f8dd"}.ti-device-watch-pin:before{content:"\f8de"}.ti-device-watch-plus:before{content:"\f8df"}.ti-device-watch-question:before{content:"\f8e0"}.ti-device-watch-search:before{content:"\f8e1"}.ti-device-watch-share:before{content:"\f8e2"}.ti-device-watch-star:before{content:"\f8e3"}.ti-device-watch-stats:before{content:"\ef7d"}.ti-device-watch-stats-2:before{content:"\ef7c"}.ti-device-watch-up:before{content:"\f8e4"}.ti-device-watch-x:before{content:"\f8e5"}.ti-devices:before{content:"\eb87"}.ti-devices-2:before{content:"\ed29"}.ti-devices-bolt:before{content:"\f8e6"}.ti-devices-cancel:before{content:"\f8e7"}.ti-devices-check:before{content:"\f8e8"}.ti-devices-code:before{content:"\f8e9"}.ti-devices-cog:before{content:"\f8ea"}.ti-devices-dollar:before{content:"\f8eb"}.ti-devices-down:before{content:"\f8ec"}.ti-devices-exclamation:before{content:"\f8ed"}.ti-devices-heart:before{content:"\f8ee"}.ti-devices-minus:before{content:"\f8ef"}.ti-devices-off:before{content:"\f3e4"}.ti-devices-pause:before{content:"\f8f0"}.ti-devices-pc:before{content:"\ee7a"}.ti-devices-pc-off:before{content:"\f113"}.ti-devices-pin:before{content:"\f8f1"}.ti-devices-plus:before{content:"\f8f2"}.ti-devices-question:before{content:"\f8f3"}.ti-devices-search:before{content:"\f8f4"}.ti-devices-share:before{content:"\f8f5"}.ti-devices-star:before{content:"\f8f6"}.ti-devices-up:before{content:"\f8f7"}.ti-devices-x:before{content:"\f8f8"}.ti-diabolo:before{content:"\fa9c"}.ti-diabolo-off:before{content:"\fa9a"}.ti-diabolo-plus:before{content:"\fa9b"}.ti-dialpad:before{content:"\f067"}.ti-dialpad-filled:before{content:"\fa3b"}.ti-dialpad-off:before{content:"\f114"}.ti-diamond:before{content:"\eb65"}.ti-diamond-filled:before{content:"\f73d"}.ti-diamond-off:before{content:"\f115"}.ti-diamonds:before{content:"\eff5"}.ti-diamonds-filled:before{content:"\f676"} +.ti-diaper:before{content:"\ffa2"}.ti-dice:before{content:"\eb66"}.ti-dice-1:before{content:"\f08b"}.ti-dice-1-filled:before{content:"\f73e"}.ti-dice-2:before{content:"\f08c"}.ti-dice-2-filled:before{content:"\f73f"}.ti-dice-3:before{content:"\f08d"}.ti-dice-3-filled:before{content:"\f740"}.ti-dice-4:before{content:"\f08e"}.ti-dice-4-filled:before{content:"\f741"}.ti-dice-5:before{content:"\f08f"}.ti-dice-5-filled:before{content:"\f742"}.ti-dice-6:before{content:"\f090"}.ti-dice-6-filled:before{content:"\f743"}.ti-dice-filled:before{content:"\f744"}.ti-dimensions:before{content:"\ee7b"}.ti-direction:before{content:"\ebfb"}.ti-direction-arrows:before{content:"\fd36"}.ti-direction-horizontal:before{content:"\ebfa"}.ti-direction-sign:before{content:"\f1f7"}.ti-direction-sign-filled:before{content:"\f745"}.ti-direction-sign-off:before{content:"\f3e5"}.ti-directions:before{content:"\ea8e"}.ti-directions-filled:before{content:"\1003f"}.ti-directions-off:before{content:"\f116"}.ti-disabled:before{content:"\ea8f"}.ti-disabled-2:before{content:"\ebaf"}.ti-disabled-off:before{content:"\f117"}.ti-disc:before{content:"\ea90"}.ti-disc-filled:before{content:"\1003e"}.ti-disc-golf:before{content:"\f385"}.ti-disc-off:before{content:"\f118"}.ti-discount:before{content:"\ebbd"}.ti-discount-filled:before{content:"\1003d"}.ti-discount-off:before{content:"\f3e7"}.ti-divide:before{content:"\ed5c"}.ti-dna:before{content:"\ee7d"}.ti-dna-2:before{content:"\ef5c"}.ti-dna-2-off:before{content:"\f119"}.ti-dna-off:before{content:"\f11a"}.ti-dog:before{content:"\f660"}.ti-dog-bowl:before{content:"\ef29"}.ti-door:before{content:"\ef4e"}.ti-door-enter:before{content:"\ef4c"}.ti-door-exit:before{content:"\ef4d"}.ti-door-off:before{content:"\f11b"}.ti-dots:before{content:"\ea95"}.ti-dots-circle-horizontal:before{content:"\ea91"}.ti-dots-diagonal:before{content:"\ea93"}.ti-dots-diagonal-2:before{content:"\ea92"}.ti-dots-vertical:before{content:"\ea94"}.ti-download:before{content:"\ea96"}.ti-download-off:before{content:"\f11c"}.ti-drag-drop:before{content:"\eb89"}.ti-drag-drop-2:before{content:"\eb88"}.ti-drone:before{content:"\ed79"}.ti-drone-off:before{content:"\ee7e"}.ti-drop-circle:before{content:"\efde"}.ti-droplet:before{content:"\ea97"}.ti-droplet-bolt:before{content:"\f8f9"}.ti-droplet-cancel:before{content:"\f8fa"}.ti-droplet-check:before{content:"\f8fb"}.ti-droplet-code:before{content:"\f8fc"}.ti-droplet-cog:before{content:"\f8fd"}.ti-droplet-dollar:before{content:"\f8fe"}.ti-droplet-down:before{content:"\f8ff"}.ti-droplet-exclamation:before{content:"\f900"}.ti-droplet-filled:before{content:"\ee80"}.ti-droplet-half:before{content:"\ee82"}.ti-droplet-half-2:before{content:"\ee81"}.ti-droplet-half-2-filled:before{content:"\fb6c"}.ti-droplet-half-filled:before{content:"\f6c5"} +.ti-droplet-heart:before{content:"\f901"}.ti-droplet-minus:before{content:"\f902"}.ti-droplet-off:before{content:"\ee83"}.ti-droplet-pause:before{content:"\f903"}.ti-droplet-pin:before{content:"\f904"}.ti-droplet-plus:before{content:"\f905"}.ti-droplet-question:before{content:"\f906"}.ti-droplet-search:before{content:"\f907"}.ti-droplet-share:before{content:"\f908"}.ti-droplet-star:before{content:"\f909"}.ti-droplet-up:before{content:"\f90a"}.ti-droplet-x:before{content:"\f90b"}.ti-droplets:before{content:"\fc12"}.ti-dual-screen:before{content:"\fa59"}.ti-dumpling:before{content:"\feb5"}.ti-e-passport:before{content:"\f4df"}.ti-ear:before{content:"\ebce"}.ti-ear-off:before{content:"\ee84"}.ti-ear-scan:before{content:"\fd57"}.ti-ease-in:before{content:"\f573"}.ti-ease-in-control-point:before{content:"\f570"}.ti-ease-in-out:before{content:"\f572"}.ti-ease-in-out-control-points:before{content:"\f571"}.ti-ease-out:before{content:"\f575"}.ti-ease-out-control-point:before{content:"\f574"}.ti-edit:before{content:"\ea98"}.ti-edit-circle:before{content:"\ee85"}.ti-edit-circle-off:before{content:"\f11d"}.ti-edit-off:before{content:"\f11e"}.ti-egg:before{content:"\eb8a"}.ti-egg-cracked:before{content:"\f2d6"}.ti-egg-cracked-filled:before{content:"\10012"}.ti-egg-filled:before{content:"\f678"}.ti-egg-fried:before{content:"\f386"}.ti-egg-off:before{content:"\f11f"}.ti-eggs:before{content:"\f500"}.ti-elevator:before{content:"\efdf"}.ti-elevator-filled:before{content:"\1003c"}.ti-elevator-off:before{content:"\f3e8"}.ti-emergency-bed:before{content:"\ef5d"}.ti-empathize:before{content:"\f29b"}.ti-empathize-off:before{content:"\f3e9"}.ti-emphasis:before{content:"\ebcf"}.ti-engine:before{content:"\ef7e"}.ti-engine-off:before{content:"\f120"}.ti-equal:before{content:"\ee87"}.ti-equal-double:before{content:"\f4e1"}.ti-equal-not:before{content:"\ee86"}.ti-eraser:before{content:"\eb8b"}.ti-eraser-off:before{content:"\f121"}.ti-error-404:before{content:"\f027"}.ti-error-404-off:before{content:"\f122"}.ti-escalator:before{content:"\fb06"}.ti-escalator-down:before{content:"\fb04"}.ti-escalator-up:before{content:"\fb05"}.ti-exchange:before{content:"\ebe7"}.ti-exchange-off:before{content:"\f123"}.ti-exclamation-circle:before{content:"\f634"}.ti-exclamation-circle-filled:before{content:"\ff62"}.ti-exclamation-mark:before{content:"\efb4"}.ti-exclamation-mark-off:before{content:"\f124"}.ti-explicit:before{content:"\f256"}.ti-explicit-off:before{content:"\f3ea"}.ti-exposure:before{content:"\eb8c"}.ti-exposure-0:before{content:"\f29c"}.ti-exposure-minus-1:before{content:"\f29d"}.ti-exposure-minus-2:before{content:"\f29e"}.ti-exposure-off:before{content:"\f3eb"}.ti-exposure-plus-1:before{content:"\f29f"}.ti-exposure-plus-2:before{content:"\f2a0"}.ti-external-link:before{content:"\ea99"} +.ti-external-link-off:before{content:"\f125"}.ti-eye:before{content:"\ea9a"}.ti-eye-bitcoin:before{content:"\ff3d"}.ti-eye-bolt:before{content:"\fb6d"}.ti-eye-cancel:before{content:"\fb6e"}.ti-eye-check:before{content:"\ee88"}.ti-eye-closed:before{content:"\f7ec"}.ti-eye-code:before{content:"\fb6f"}.ti-eye-cog:before{content:"\f7ed"}.ti-eye-discount:before{content:"\fb70"}.ti-eye-dollar:before{content:"\fb71"}.ti-eye-dotted:before{content:"\fead"}.ti-eye-down:before{content:"\fb72"}.ti-eye-edit:before{content:"\f7ee"}.ti-eye-exclamation:before{content:"\f7ef"}.ti-eye-filled:before{content:"\f679"}.ti-eye-heart:before{content:"\f7f0"}.ti-eye-minus:before{content:"\fb73"}.ti-eye-off:before{content:"\ecf0"}.ti-eye-pause:before{content:"\fb74"}.ti-eye-pin:before{content:"\fb75"}.ti-eye-plus:before{content:"\fb76"}.ti-eye-question:before{content:"\fb77"}.ti-eye-search:before{content:"\fb78"}.ti-eye-share:before{content:"\fb79"}.ti-eye-spark:before{content:"\ffba"}.ti-eye-star:before{content:"\fb7a"}.ti-eye-table:before{content:"\ef5e"}.ti-eye-up:before{content:"\fb7b"}.ti-eye-x:before{content:"\f7f1"}.ti-eyeglass:before{content:"\ee8a"}.ti-eyeglass-2:before{content:"\ee89"}.ti-eyeglass-off:before{content:"\f126"}.ti-face-id:before{content:"\ea9b"}.ti-face-id-error:before{content:"\efa7"}.ti-face-mask:before{content:"\efb5"}.ti-face-mask-off:before{content:"\f127"}.ti-fall:before{content:"\ecb9"}.ti-favicon:before{content:"\fd65"}.ti-favicon-filled:before{content:"\10071"}.ti-feather:before{content:"\ee8b"}.ti-feather-filled:before{content:"\10011"}.ti-feather-off:before{content:"\f128"}.ti-fence:before{content:"\ef2a"}.ti-fence-off:before{content:"\f129"}.ti-ferry:before{content:"\10074"}.ti-fidget-spinner:before{content:"\f068"}.ti-file:before{content:"\eaa4"}.ti-file-3d:before{content:"\f032"}.ti-file-ai:before{content:"\ffa1"}.ti-file-alert:before{content:"\ede6"}.ti-file-analytics:before{content:"\ede7"}.ti-file-arrow-left:before{content:"\f033"}.ti-file-arrow-right:before{content:"\f034"}.ti-file-barcode:before{content:"\f035"}.ti-file-bitcoin:before{content:"\ffa0"}.ti-file-broken:before{content:"\f501"}.ti-file-certificate:before{content:"\ed4d"}.ti-file-chart:before{content:"\f036"}.ti-file-check:before{content:"\ea9c"}.ti-file-code:before{content:"\ebd0"}.ti-file-code-2:before{content:"\ede8"}.ti-file-cv:before{content:"\fa5a"}.ti-file-database:before{content:"\f037"}.ti-file-delta:before{content:"\f53d"}.ti-file-description:before{content:"\f028"}.ti-file-diff:before{content:"\ecf1"}.ti-file-digit:before{content:"\efa8"}.ti-file-dislike:before{content:"\ed2a"}.ti-file-dollar:before{content:"\efe0"}.ti-file-dots:before{content:"\f038"}.ti-file-download:before{content:"\ea9d"}.ti-file-euro:before{content:"\efe1"} +.ti-file-excel:before{content:"\fef3"}.ti-file-export:before{content:"\ede9"}.ti-file-filled:before{content:"\f747"}.ti-file-function:before{content:"\f53e"}.ti-file-horizontal:before{content:"\ebb0"}.ti-file-import:before{content:"\edea"}.ti-file-infinity:before{content:"\f502"}.ti-file-info:before{content:"\edec"}.ti-file-invoice:before{content:"\eb67"}.ti-file-isr:before{content:"\feac"}.ti-file-lambda:before{content:"\f53f"}.ti-file-like:before{content:"\ed2b"}.ti-file-minus:before{content:"\ea9e"}.ti-file-music:before{content:"\ea9f"}.ti-file-neutral:before{content:"\fd22"}.ti-file-off:before{content:"\ecf2"}.ti-file-orientation:before{content:"\f2a1"}.ti-file-pencil:before{content:"\f039"}.ti-file-percent:before{content:"\f540"}.ti-file-phone:before{content:"\ecdc"}.ti-file-plus:before{content:"\eaa0"}.ti-file-power:before{content:"\f03a"}.ti-file-report:before{content:"\eded"}.ti-file-rss:before{content:"\f03b"}.ti-file-sad:before{content:"\fd23"}.ti-file-scissors:before{content:"\f03c"}.ti-file-search:before{content:"\ed5d"}.ti-file-settings:before{content:"\f029"}.ti-file-shredder:before{content:"\eaa1"}.ti-file-signal:before{content:"\f03d"}.ti-file-smile:before{content:"\fd24"}.ti-file-spark:before{content:"\ffb9"}.ti-file-spreadsheet:before{content:"\f03e"}.ti-file-stack:before{content:"\f503"}.ti-file-star:before{content:"\f03f"}.ti-file-symlink:before{content:"\ed53"}.ti-file-text:before{content:"\eaa2"}.ti-file-text-ai:before{content:"\fa27"}.ti-file-text-spark:before{content:"\ffb8"}.ti-file-time:before{content:"\f040"}.ti-file-type-bmp:before{content:"\fb07"}.ti-file-type-css:before{content:"\fb08"}.ti-file-type-csv:before{content:"\fb09"}.ti-file-type-doc:before{content:"\fb0a"}.ti-file-type-docx:before{content:"\fb0b"}.ti-file-type-html:before{content:"\fb0c"}.ti-file-type-jpg:before{content:"\fb0d"}.ti-file-type-js:before{content:"\fb0e"}.ti-file-type-jsx:before{content:"\fb0f"}.ti-file-type-pdf:before{content:"\fb10"}.ti-file-type-php:before{content:"\fb11"}.ti-file-type-png:before{content:"\fb12"}.ti-file-type-ppt:before{content:"\fb13"}.ti-file-type-rs:before{content:"\fb14"}.ti-file-type-sql:before{content:"\fb15"}.ti-file-type-svg:before{content:"\fb16"}.ti-file-type-ts:before{content:"\fb17"}.ti-file-type-tsx:before{content:"\fb18"}.ti-file-type-txt:before{content:"\fb19"}.ti-file-type-vue:before{content:"\fb1a"}.ti-file-type-xls:before{content:"\fb1b"}.ti-file-type-xml:before{content:"\fb1c"}.ti-file-type-zip:before{content:"\fb1d"}.ti-file-typography:before{content:"\f041"}.ti-file-unknown:before{content:"\f042"}.ti-file-upload:before{content:"\ec91"}.ti-file-vector:before{content:"\f043"}.ti-file-word:before{content:"\fef2"}.ti-file-x:before{content:"\eaa3"}.ti-file-x-filled:before{content:"\f748"}.ti-file-zip:before{content:"\ed4e"} +.ti-files:before{content:"\edef"}.ti-files-off:before{content:"\edee"}.ti-filter:before{content:"\eaa5"}.ti-filter-bolt:before{content:"\fb7c"}.ti-filter-cancel:before{content:"\fb7d"}.ti-filter-check:before{content:"\fb7e"}.ti-filter-code:before{content:"\fb7f"}.ti-filter-cog:before{content:"\f9fe"}.ti-filter-discount:before{content:"\fb80"}.ti-filter-dollar:before{content:"\f9ff"}.ti-filter-down:before{content:"\fb81"}.ti-filter-edit:before{content:"\fa00"}.ti-filter-exclamation:before{content:"\fb82"}.ti-filter-filled:before{content:"\fc27"}.ti-filter-heart:before{content:"\fb83"}.ti-filter-minus:before{content:"\fa01"}.ti-filter-off:before{content:"\ed2c"}.ti-filter-pause:before{content:"\fb84"}.ti-filter-pin:before{content:"\fb85"}.ti-filter-plus:before{content:"\fa02"}.ti-filter-question:before{content:"\fb86"}.ti-filter-search:before{content:"\fb87"}.ti-filter-share:before{content:"\fb88"}.ti-filter-star:before{content:"\fa03"}.ti-filter-up:before{content:"\fb89"}.ti-filter-x:before{content:"\fa04"}.ti-filters:before{content:"\f793"}.ti-fingerprint:before{content:"\ebd1"}.ti-fingerprint-off:before{content:"\f12a"}.ti-fingerprint-scan:before{content:"\fcb5"}.ti-fire-extinguisher:before{content:"\faf6"}.ti-fire-hydrant:before{content:"\f3a9"}.ti-fire-hydrant-off:before{content:"\f3ec"}.ti-firetruck:before{content:"\ebe8"}.ti-first-aid-kit:before{content:"\ef5f"}.ti-first-aid-kit-off:before{content:"\f3ed"}.ti-fish:before{content:"\ef2b"}.ti-fish-bone:before{content:"\f287"}.ti-fish-christianity:before{content:"\f58b"}.ti-fish-hook:before{content:"\f1f9"}.ti-fish-hook-off:before{content:"\f3ee"}.ti-fish-off:before{content:"\f12b"}.ti-flag:before{content:"\eaa6"}.ti-flag-2:before{content:"\ee8c"}.ti-flag-2-filled:before{content:"\f707"}.ti-flag-2-off:before{content:"\f12c"}.ti-flag-3:before{content:"\ee8d"}.ti-flag-3-filled:before{content:"\f708"}.ti-flag-bitcoin:before{content:"\ff3c"}.ti-flag-bolt:before{content:"\fb8a"}.ti-flag-cancel:before{content:"\fb8b"}.ti-flag-check:before{content:"\fb8c"}.ti-flag-code:before{content:"\fb8d"}.ti-flag-cog:before{content:"\fb8e"}.ti-flag-discount:before{content:"\fb8f"}.ti-flag-dollar:before{content:"\fb90"}.ti-flag-down:before{content:"\fb91"}.ti-flag-exclamation:before{content:"\fb92"}.ti-flag-filled:before{content:"\f67a"}.ti-flag-heart:before{content:"\fb93"}.ti-flag-minus:before{content:"\fb94"}.ti-flag-off:before{content:"\f12d"}.ti-flag-pause:before{content:"\fb95"}.ti-flag-pin:before{content:"\fb96"}.ti-flag-plus:before{content:"\fb97"}.ti-flag-question:before{content:"\fb98"}.ti-flag-search:before{content:"\fb99"}.ti-flag-share:before{content:"\fb9a"}.ti-flag-spark:before{content:"\ffb7"}.ti-flag-star:before{content:"\fb9b"}.ti-flag-up:before{content:"\fb9c"}.ti-flag-x:before{content:"\fb9d"} +.ti-flame:before{content:"\ec2c"}.ti-flame-off:before{content:"\f12e"}.ti-flare:before{content:"\ee8e"}.ti-flask:before{content:"\ebd2"}.ti-flask-2:before{content:"\ef60"}.ti-flask-2-filled:before{content:"\fd12"}.ti-flask-2-off:before{content:"\f12f"}.ti-flask-filled:before{content:"\fd13"}.ti-flask-off:before{content:"\f130"}.ti-flip-flops:before{content:"\f564"}.ti-flip-horizontal:before{content:"\eaa7"}.ti-flip-vertical:before{content:"\eaa8"}.ti-float-center:before{content:"\ebb1"}.ti-float-left:before{content:"\ebb2"}.ti-float-none:before{content:"\ed13"}.ti-float-right:before{content:"\ebb3"}.ti-flower:before{content:"\eff6"}.ti-flower-filled:before{content:"\10010"}.ti-flower-off:before{content:"\f131"}.ti-focus:before{content:"\eb8d"}.ti-focus-2:before{content:"\ebd3"}.ti-focus-auto:before{content:"\fa62"}.ti-focus-centered:before{content:"\f02a"}.ti-fold:before{content:"\ed56"}.ti-fold-down:before{content:"\ed54"}.ti-fold-up:before{content:"\ed55"}.ti-folder:before{content:"\eaad"}.ti-folder-bolt:before{content:"\f90c"}.ti-folder-cancel:before{content:"\f90d"}.ti-folder-check:before{content:"\f90e"}.ti-folder-code:before{content:"\f90f"}.ti-folder-cog:before{content:"\f910"}.ti-folder-dollar:before{content:"\f911"}.ti-folder-down:before{content:"\f912"}.ti-folder-exclamation:before{content:"\f913"}.ti-folder-filled:before{content:"\f749"}.ti-folder-heart:before{content:"\f914"}.ti-folder-minus:before{content:"\eaaa"}.ti-folder-off:before{content:"\ed14"}.ti-folder-open:before{content:"\faf7"}.ti-folder-pause:before{content:"\f915"}.ti-folder-pin:before{content:"\f916"}.ti-folder-plus:before{content:"\eaab"}.ti-folder-question:before{content:"\f917"}.ti-folder-root:before{content:"\fd43"}.ti-folder-search:before{content:"\f918"}.ti-folder-share:before{content:"\f919"}.ti-folder-star:before{content:"\f91a"}.ti-folder-symlink:before{content:"\f91b"}.ti-folder-up:before{content:"\f91c"}.ti-folder-x:before{content:"\eaac"}.ti-folders:before{content:"\eaae"}.ti-folders-off:before{content:"\f133"}.ti-forbid:before{content:"\ebd5"}.ti-forbid-2:before{content:"\ebd4"}.ti-forbid-2-filled:before{content:"\fc28"}.ti-forbid-filled:before{content:"\fc29"}.ti-forklift:before{content:"\ebe9"}.ti-forms:before{content:"\ee8f"}.ti-fountain:before{content:"\f09b"}.ti-fountain-filled:before{content:"\fc2a"}.ti-fountain-off:before{content:"\f134"}.ti-frame:before{content:"\eaaf"}.ti-frame-off:before{content:"\f135"}.ti-free-rights:before{content:"\efb6"}.ti-freeze-column:before{content:"\fa63"}.ti-freeze-row:before{content:"\fa65"}.ti-freeze-row-column:before{content:"\fa64"}.ti-fridge:before{content:"\f1fa"}.ti-fridge-off:before{content:"\f3ef"}.ti-friends:before{content:"\eab0"}.ti-friends-off:before{content:"\f136"}.ti-frustum:before{content:"\fa9f"} +.ti-frustum-off:before{content:"\fa9d"}.ti-frustum-plus:before{content:"\fa9e"}.ti-function:before{content:"\f225"}.ti-function-filled:before{content:"\fc2b"}.ti-function-off:before{content:"\f3f0"}.ti-galaxy:before{content:"\fcb6"}.ti-garden-cart:before{content:"\f23e"}.ti-garden-cart-off:before{content:"\f3f1"}.ti-gas-station:before{content:"\ec7d"}.ti-gas-station-off:before{content:"\f137"}.ti-gauge:before{content:"\eab1"}.ti-gauge-filled:before{content:"\fc2c"}.ti-gauge-off:before{content:"\f138"}.ti-gavel:before{content:"\ef90"}.ti-gender-agender:before{content:"\f0e1"}.ti-gender-androgyne:before{content:"\f0e2"}.ti-gender-bigender:before{content:"\f0e3"}.ti-gender-demiboy:before{content:"\f0e4"}.ti-gender-demigirl:before{content:"\f0e5"}.ti-gender-epicene:before{content:"\f0e6"}.ti-gender-female:before{content:"\f0e7"}.ti-gender-femme:before{content:"\f0e8"}.ti-gender-genderfluid:before{content:"\f0e9"}.ti-gender-genderless:before{content:"\f0ea"}.ti-gender-genderqueer:before{content:"\f0eb"}.ti-gender-hermaphrodite:before{content:"\f0ec"}.ti-gender-intergender:before{content:"\f0ed"}.ti-gender-male:before{content:"\f0ee"}.ti-gender-neutrois:before{content:"\f0ef"}.ti-gender-third:before{content:"\f0f0"}.ti-gender-transgender:before{content:"\f0f1"}.ti-gender-trasvesti:before{content:"\f0f2"}.ti-geometry:before{content:"\ee90"}.ti-ghost:before{content:"\eb8e"}.ti-ghost-2:before{content:"\f57c"}.ti-ghost-2-filled:before{content:"\f74a"}.ti-ghost-3:before{content:"\fc13"}.ti-ghost-filled:before{content:"\f74b"}.ti-ghost-off:before{content:"\f3f2"}.ti-gif:before{content:"\f257"}.ti-gift:before{content:"\eb68"}.ti-gift-card:before{content:"\f3aa"}.ti-gift-card-filled:before{content:"\fc2d"}.ti-gift-filled:before{content:"\fd14"}.ti-gift-off:before{content:"\f3f3"}.ti-git-branch:before{content:"\eab2"}.ti-git-branch-deleted:before{content:"\f57d"}.ti-git-cherry-pick:before{content:"\f57e"}.ti-git-commit:before{content:"\eab3"}.ti-git-compare:before{content:"\eab4"}.ti-git-fork:before{content:"\eb8f"}.ti-git-merge:before{content:"\eab5"}.ti-git-pull-request:before{content:"\eab6"}.ti-git-pull-request-closed:before{content:"\ef7f"}.ti-git-pull-request-draft:before{content:"\efb7"}.ti-gizmo:before{content:"\f02b"}.ti-glass:before{content:"\eab8"}.ti-glass-champagne:before{content:"\fd9c"}.ti-glass-cocktail:before{content:"\fd9d"}.ti-glass-filled:before{content:"\1000f"}.ti-glass-full:before{content:"\eab7"}.ti-glass-full-filled:before{content:"\fc2e"}.ti-glass-gin:before{content:"\fd9e"}.ti-glass-off:before{content:"\ee91"}.ti-globe:before{content:"\eab9"}.ti-globe-filled:before{content:"\fc2f"}.ti-globe-off:before{content:"\f139"}.ti-go-game:before{content:"\f512"}.ti-golf:before{content:"\ed8c"}.ti-golf-off:before{content:"\f13a"}.ti-gps:before{content:"\ed7a"} +.ti-gps-filled:before{content:"\fe48"}.ti-gradienter:before{content:"\f3ab"}.ti-grain:before{content:"\ee92"}.ti-graph:before{content:"\f288"}.ti-graph-filled:before{content:"\fd15"}.ti-graph-off:before{content:"\f3f4"}.ti-grave:before{content:"\f580"}.ti-grave-2:before{content:"\f57f"}.ti-grid-3x3:before{content:"\fca4"}.ti-grid-4x4:before{content:"\fca5"}.ti-grid-dots:before{content:"\eaba"}.ti-grid-goldenratio:before{content:"\fca6"}.ti-grid-pattern:before{content:"\efc9"}.ti-grid-scan:before{content:"\fca7"}.ti-grill:before{content:"\efa9"}.ti-grill-fork:before{content:"\f35b"}.ti-grill-off:before{content:"\f3f5"}.ti-grill-spatula:before{content:"\f35c"}.ti-grip-horizontal:before{content:"\ec00"}.ti-grip-vertical:before{content:"\ec01"}.ti-growth:before{content:"\ee93"}.ti-guitar-pick:before{content:"\f4c6"}.ti-guitar-pick-filled:before{content:"\f67b"}.ti-gymnastics:before{content:"\fd44"}.ti-h-1:before{content:"\ec94"}.ti-h-2:before{content:"\ec95"}.ti-h-3:before{content:"\ec96"}.ti-h-4:before{content:"\ec97"}.ti-h-5:before{content:"\ec98"}.ti-h-6:before{content:"\ec99"}.ti-hammer:before{content:"\ef91"}.ti-hammer-off:before{content:"\f13c"}.ti-hand-click:before{content:"\ef4f"}.ti-hand-finger:before{content:"\ee94"}.ti-hand-finger-down:before{content:"\ff4f"}.ti-hand-finger-left:before{content:"\ff4e"}.ti-hand-finger-off:before{content:"\f13d"}.ti-hand-finger-right:before{content:"\ff4d"}.ti-hand-grab:before{content:"\f091"}.ti-hand-little-finger:before{content:"\ee95"}.ti-hand-love-you:before{content:"\ee97"}.ti-hand-middle-finger:before{content:"\ec2d"}.ti-hand-move:before{content:"\ef50"}.ti-hand-off:before{content:"\ed15"}.ti-hand-ring-finger:before{content:"\ee96"}.ti-hand-sanitizer:before{content:"\f5f4"}.ti-hand-stop:before{content:"\ec2e"}.ti-hand-three-fingers:before{content:"\ee98"}.ti-hand-two-fingers:before{content:"\ee99"}.ti-hanger:before{content:"\ee9a"}.ti-hanger-2:before{content:"\f09c"}.ti-hanger-2-filled:before{content:"\ff61"}.ti-hanger-off:before{content:"\f13e"}.ti-hash:before{content:"\eabc"}.ti-haze:before{content:"\efaa"}.ti-haze-moon:before{content:"\faf8"}.ti-hdr:before{content:"\fa7b"}.ti-heading:before{content:"\ee9b"}.ti-heading-off:before{content:"\f13f"}.ti-headphones:before{content:"\eabd"}.ti-headphones-filled:before{content:"\fa3c"}.ti-headphones-off:before{content:"\ed1d"}.ti-headset:before{content:"\eb90"}.ti-headset-off:before{content:"\f3f6"}.ti-health-recognition:before{content:"\f1fb"}.ti-heart:before{content:"\eabe"}.ti-heart-bitcoin:before{content:"\ff3b"}.ti-heart-bolt:before{content:"\fb9e"}.ti-heart-broken:before{content:"\ecba"}.ti-heart-cancel:before{content:"\fb9f"}.ti-heart-check:before{content:"\fba0"}.ti-heart-code:before{content:"\fba1"}.ti-heart-cog:before{content:"\fba2"} +.ti-heart-discount:before{content:"\fba3"}.ti-heart-dollar:before{content:"\fba4"}.ti-heart-down:before{content:"\fba5"}.ti-heart-exclamation:before{content:"\fba6"}.ti-heart-filled:before{content:"\f67c"}.ti-heart-handshake:before{content:"\f0f3"}.ti-heart-minus:before{content:"\f140"}.ti-heart-off:before{content:"\f141"}.ti-heart-pause:before{content:"\fba7"}.ti-heart-pin:before{content:"\fba8"}.ti-heart-plus:before{content:"\f142"}.ti-heart-question:before{content:"\fba9"}.ti-heart-rate-monitor:before{content:"\ef61"}.ti-heart-search:before{content:"\fbaa"}.ti-heart-share:before{content:"\fbab"}.ti-heart-spark:before{content:"\ffb6"}.ti-heart-star:before{content:"\fbac"}.ti-heart-up:before{content:"\fbad"}.ti-heart-x:before{content:"\fbae"}.ti-heartbeat:before{content:"\ef92"}.ti-hearts:before{content:"\f387"}.ti-hearts-off:before{content:"\f3f7"}.ti-helicopter:before{content:"\ed8e"}.ti-helicopter-landing:before{content:"\ed8d"}.ti-helmet:before{content:"\efca"}.ti-helmet-off:before{content:"\f143"}.ti-help:before{content:"\eabf"}.ti-help-circle:before{content:"\f91d"}.ti-help-circle-filled:before{content:"\fa3d"}.ti-help-hexagon:before{content:"\f7a8"}.ti-help-hexagon-filled:before{content:"\fa3e"}.ti-help-octagon:before{content:"\f7a9"}.ti-help-octagon-filled:before{content:"\fa3f"}.ti-help-off:before{content:"\f3f8"}.ti-help-small:before{content:"\f91e"}.ti-help-square:before{content:"\f920"}.ti-help-square-filled:before{content:"\fa40"}.ti-help-square-rounded:before{content:"\f91f"}.ti-help-square-rounded-filled:before{content:"\fa41"}.ti-help-triangle:before{content:"\f921"}.ti-help-triangle-filled:before{content:"\fa42"}.ti-hemisphere:before{content:"\faa2"}.ti-hemisphere-off:before{content:"\faa0"}.ti-hemisphere-plus:before{content:"\faa1"}.ti-hexagon:before{content:"\ec02"}.ti-hexagon-3d:before{content:"\f4c7"}.ti-hexagon-filled:before{content:"\f67d"}.ti-hexagon-letter-a:before{content:"\f463"}.ti-hexagon-letter-a-filled:before{content:"\fe47"}.ti-hexagon-letter-b:before{content:"\f464"}.ti-hexagon-letter-b-filled:before{content:"\fe46"}.ti-hexagon-letter-c:before{content:"\f465"}.ti-hexagon-letter-c-filled:before{content:"\fe45"}.ti-hexagon-letter-d:before{content:"\f466"}.ti-hexagon-letter-d-filled:before{content:"\fe44"}.ti-hexagon-letter-e:before{content:"\f467"}.ti-hexagon-letter-e-filled:before{content:"\fe43"}.ti-hexagon-letter-f:before{content:"\f468"}.ti-hexagon-letter-f-filled:before{content:"\fe42"}.ti-hexagon-letter-g:before{content:"\f469"}.ti-hexagon-letter-g-filled:before{content:"\fe41"}.ti-hexagon-letter-h:before{content:"\f46a"}.ti-hexagon-letter-h-filled:before{content:"\fe40"}.ti-hexagon-letter-i:before{content:"\f46b"}.ti-hexagon-letter-i-filled:before{content:"\fe3f"}.ti-hexagon-letter-j:before{content:"\f46c"}.ti-hexagon-letter-j-filled:before{content:"\fe3e"}.ti-hexagon-letter-k:before{content:"\f46d"}.ti-hexagon-letter-k-filled:before{content:"\fe3d"} +.ti-hexagon-letter-l:before{content:"\f46e"}.ti-hexagon-letter-l-filled:before{content:"\fe3c"}.ti-hexagon-letter-m:before{content:"\f46f"}.ti-hexagon-letter-m-filled:before{content:"\fe3b"}.ti-hexagon-letter-n:before{content:"\f470"}.ti-hexagon-letter-n-filled:before{content:"\fe3a"}.ti-hexagon-letter-o:before{content:"\f471"}.ti-hexagon-letter-o-filled:before{content:"\fe39"}.ti-hexagon-letter-p:before{content:"\f472"}.ti-hexagon-letter-p-filled:before{content:"\fe38"}.ti-hexagon-letter-q:before{content:"\f473"}.ti-hexagon-letter-q-filled:before{content:"\fe37"}.ti-hexagon-letter-r:before{content:"\f474"}.ti-hexagon-letter-r-filled:before{content:"\fe36"}.ti-hexagon-letter-s:before{content:"\f475"}.ti-hexagon-letter-s-filled:before{content:"\fe35"}.ti-hexagon-letter-t:before{content:"\f476"}.ti-hexagon-letter-t-filled:before{content:"\fe34"}.ti-hexagon-letter-u:before{content:"\f477"}.ti-hexagon-letter-u-filled:before{content:"\fe33"}.ti-hexagon-letter-v:before{content:"\f4b3"}.ti-hexagon-letter-v-filled:before{content:"\fe32"}.ti-hexagon-letter-w:before{content:"\f478"}.ti-hexagon-letter-w-filled:before{content:"\fe31"}.ti-hexagon-letter-x:before{content:"\f479"}.ti-hexagon-letter-x-filled:before{content:"\fe30"}.ti-hexagon-letter-y:before{content:"\f47a"}.ti-hexagon-letter-y-filled:before{content:"\fe2f"}.ti-hexagon-letter-z:before{content:"\f47b"}.ti-hexagon-letter-z-filled:before{content:"\fe2e"}.ti-hexagon-minus:before{content:"\fc8f"}.ti-hexagon-minus-2:before{content:"\fc8e"}.ti-hexagon-minus-filled:before{content:"\fe2d"}.ti-hexagon-number-0:before{content:"\f459"}.ti-hexagon-number-0-filled:before{content:"\f74c"}.ti-hexagon-number-1:before{content:"\f45a"}.ti-hexagon-number-1-filled:before{content:"\f74d"}.ti-hexagon-number-2:before{content:"\f45b"}.ti-hexagon-number-2-filled:before{content:"\f74e"}.ti-hexagon-number-3:before{content:"\f45c"}.ti-hexagon-number-3-filled:before{content:"\f74f"}.ti-hexagon-number-4:before{content:"\f45d"}.ti-hexagon-number-4-filled:before{content:"\f750"}.ti-hexagon-number-5:before{content:"\f45e"}.ti-hexagon-number-5-filled:before{content:"\f751"}.ti-hexagon-number-6:before{content:"\f45f"}.ti-hexagon-number-6-filled:before{content:"\f752"}.ti-hexagon-number-7:before{content:"\f460"}.ti-hexagon-number-7-filled:before{content:"\f753"}.ti-hexagon-number-8:before{content:"\f461"}.ti-hexagon-number-8-filled:before{content:"\f754"}.ti-hexagon-number-9:before{content:"\f462"}.ti-hexagon-number-9-filled:before{content:"\f755"}.ti-hexagon-off:before{content:"\ee9c"}.ti-hexagon-plus:before{content:"\fc45"}.ti-hexagon-plus-2:before{content:"\fc90"}.ti-hexagon-plus-filled:before{content:"\fe2c"}.ti-hexagonal-prism:before{content:"\faa5"}.ti-hexagonal-prism-off:before{content:"\faa3"}.ti-hexagonal-prism-plus:before{content:"\faa4"}.ti-hexagonal-pyramid:before{content:"\faa8"}.ti-hexagonal-pyramid-off:before{content:"\faa6"}.ti-hexagonal-pyramid-plus:before{content:"\faa7"}.ti-hexagons:before{content:"\f09d"}.ti-hexagons-off:before{content:"\f3f9"} +.ti-hierarchy:before{content:"\ee9e"}.ti-hierarchy-2:before{content:"\ee9d"}.ti-hierarchy-3:before{content:"\f289"}.ti-hierarchy-off:before{content:"\f3fa"}.ti-highlight:before{content:"\ef3f"}.ti-highlight-off:before{content:"\f144"}.ti-history:before{content:"\ebea"}.ti-history-off:before{content:"\f3fb"}.ti-history-toggle:before{content:"\f1fc"}.ti-home:before{content:"\eac1"}.ti-home-2:before{content:"\eac0"}.ti-home-bitcoin:before{content:"\ff3a"}.ti-home-bolt:before{content:"\f336"}.ti-home-cancel:before{content:"\f350"}.ti-home-check:before{content:"\f337"}.ti-home-cog:before{content:"\f338"}.ti-home-dollar:before{content:"\f339"}.ti-home-dot:before{content:"\f33a"}.ti-home-down:before{content:"\f33b"}.ti-home-eco:before{content:"\f351"}.ti-home-edit:before{content:"\f352"}.ti-home-exclamation:before{content:"\f33c"}.ti-home-filled:before{content:"\fe2b"}.ti-home-hand:before{content:"\f504"}.ti-home-heart:before{content:"\f353"}.ti-home-infinity:before{content:"\f505"}.ti-home-link:before{content:"\f354"}.ti-home-minus:before{content:"\f33d"}.ti-home-move:before{content:"\f33e"}.ti-home-off:before{content:"\f145"}.ti-home-plus:before{content:"\f33f"}.ti-home-question:before{content:"\f340"}.ti-home-ribbon:before{content:"\f355"}.ti-home-search:before{content:"\f341"}.ti-home-share:before{content:"\f342"}.ti-home-shield:before{content:"\f343"}.ti-home-signal:before{content:"\f356"}.ti-home-spark:before{content:"\ffb5"}.ti-home-star:before{content:"\f344"}.ti-home-stats:before{content:"\f345"}.ti-home-up:before{content:"\f346"}.ti-home-x:before{content:"\f347"}.ti-horse:before{content:"\fc46"}.ti-horse-toy:before{content:"\f28a"}.ti-horseshoe:before{content:"\fcb7"}.ti-hospital:before{content:"\fd59"}.ti-hospital-circle:before{content:"\fd58"}.ti-hospital-circle-filled:before{content:"\fed2"}.ti-hotel-service:before{content:"\ef80"}.ti-hourglass:before{content:"\ef93"}.ti-hourglass-empty:before{content:"\f146"}.ti-hourglass-filled:before{content:"\f756"}.ti-hourglass-high:before{content:"\f092"}.ti-hourglass-low:before{content:"\f093"}.ti-hourglass-off:before{content:"\f147"}.ti-hours-12:before{content:"\fc53"}.ti-hours-24:before{content:"\f5e7"}.ti-html:before{content:"\f7b1"}.ti-http-connect:before{content:"\fa28"}.ti-http-delete:before{content:"\fa29"}.ti-http-get:before{content:"\fa2a"}.ti-http-head:before{content:"\fa2b"}.ti-http-options:before{content:"\fa2c"}.ti-http-patch:before{content:"\fa2d"}.ti-http-post:before{content:"\fa2e"}.ti-http-put:before{content:"\fa2f"}.ti-http-que:before{content:"\fa5b"}.ti-http-trace:before{content:"\fa30"}.ti-ice-cream:before{content:"\eac2"}.ti-ice-cream-2:before{content:"\ee9f"}.ti-ice-cream-off:before{content:"\f148"}.ti-ice-skating:before{content:"\efcb"}.ti-icons:before{content:"\f1d4"} +.ti-icons-filled:before{content:"\10070"}.ti-icons-off:before{content:"\f3fc"}.ti-id:before{content:"\eac3"}.ti-id-badge:before{content:"\eff7"}.ti-id-badge-2:before{content:"\f076"}.ti-id-badge-off:before{content:"\f3fd"}.ti-id-off:before{content:"\f149"}.ti-ikosaedr:before{content:"\fec6"}.ti-image-in-picture:before{content:"\fd9f"}.ti-inbox:before{content:"\eac4"}.ti-inbox-off:before{content:"\f14a"}.ti-indent-decrease:before{content:"\eb91"}.ti-indent-increase:before{content:"\eb92"}.ti-infinity:before{content:"\eb69"}.ti-infinity-off:before{content:"\f3fe"}.ti-info-circle:before{content:"\eac5"}.ti-info-circle-filled:before{content:"\f6d8"}.ti-info-hexagon:before{content:"\f7aa"}.ti-info-hexagon-filled:before{content:"\fa43"}.ti-info-octagon:before{content:"\f7ab"}.ti-info-octagon-filled:before{content:"\fa44"}.ti-info-small:before{content:"\f922"}.ti-info-square:before{content:"\eac6"}.ti-info-square-filled:before{content:"\fa45"}.ti-info-square-rounded:before{content:"\f635"}.ti-info-square-rounded-filled:before{content:"\f6d9"}.ti-info-triangle:before{content:"\f923"}.ti-info-triangle-filled:before{content:"\fa46"}.ti-inner-shadow-bottom:before{content:"\f520"}.ti-inner-shadow-bottom-filled:before{content:"\f757"}.ti-inner-shadow-bottom-left:before{content:"\f51e"}.ti-inner-shadow-bottom-left-filled:before{content:"\f758"}.ti-inner-shadow-bottom-right:before{content:"\f51f"}.ti-inner-shadow-bottom-right-filled:before{content:"\f759"}.ti-inner-shadow-left:before{content:"\f521"}.ti-inner-shadow-left-filled:before{content:"\f75a"}.ti-inner-shadow-right:before{content:"\f522"}.ti-inner-shadow-right-filled:before{content:"\f75b"}.ti-inner-shadow-top:before{content:"\f525"}.ti-inner-shadow-top-filled:before{content:"\f75c"}.ti-inner-shadow-top-left:before{content:"\f523"}.ti-inner-shadow-top-left-filled:before{content:"\f75d"}.ti-inner-shadow-top-right:before{content:"\f524"}.ti-inner-shadow-top-right-filled:before{content:"\f75e"}.ti-input-ai:before{content:"\fc5a"}.ti-input-check:before{content:"\fc5b"}.ti-input-search:before{content:"\f2a2"}.ti-input-spark:before{content:"\ffb4"}.ti-input-x:before{content:"\fc5c"}.ti-invoice:before{content:"\feab"}.ti-ironing:before{content:"\fa7c"}.ti-ironing-1:before{content:"\f2f4"}.ti-ironing-1-filled:before{content:"\1006f"}.ti-ironing-2:before{content:"\f2f5"}.ti-ironing-2-filled:before{content:"\1006e"}.ti-ironing-3:before{content:"\f2f6"}.ti-ironing-3-filled:before{content:"\1006d"}.ti-ironing-filled:before{content:"\fe2a"}.ti-ironing-off:before{content:"\f2f7"}.ti-ironing-steam:before{content:"\f2f9"}.ti-ironing-steam-filled:before{content:"\1006c"}.ti-ironing-steam-off:before{content:"\f2f8"}.ti-irregular-polyhedron:before{content:"\faab"}.ti-irregular-polyhedron-off:before{content:"\faa9"}.ti-irregular-polyhedron-plus:before{content:"\faaa"}.ti-italic:before{content:"\eb93"}.ti-jacket:before{content:"\f661"}.ti-jetpack:before{content:"\f581"} +.ti-jetpack-filled:before{content:"\fe29"}.ti-jewish-star:before{content:"\f3ff"}.ti-jewish-star-filled:before{content:"\f67e"}.ti-join-bevel:before{content:"\ff4c"}.ti-join-round:before{content:"\ff4b"}.ti-join-straight:before{content:"\ff4a"}.ti-joker:before{content:"\1005f"}.ti-jpg:before{content:"\f3ac"}.ti-json:before{content:"\f7b2"}.ti-jump-rope:before{content:"\ed8f"}.ti-karate:before{content:"\ed32"}.ti-kayak:before{content:"\f1d6"}.ti-kerning:before{content:"\efb8"}.ti-key:before{content:"\eac7"}.ti-key-filled:before{content:"\fe28"}.ti-key-off:before{content:"\f14b"}.ti-keyboard:before{content:"\ebd6"}.ti-keyboard-hide:before{content:"\ec7e"}.ti-keyboard-off:before{content:"\eea0"}.ti-keyboard-show:before{content:"\ec7f"}.ti-keyframe:before{content:"\f576"}.ti-keyframe-align-center:before{content:"\f582"}.ti-keyframe-align-center-filled:before{content:"\fc30"}.ti-keyframe-align-horizontal:before{content:"\f583"}.ti-keyframe-align-horizontal-filled:before{content:"\fc31"}.ti-keyframe-align-vertical:before{content:"\f584"}.ti-keyframe-align-vertical-filled:before{content:"\fc32"}.ti-keyframe-filled:before{content:"\fc33"}.ti-keyframes:before{content:"\f585"}.ti-keyframes-filled:before{content:"\fc34"}.ti-label:before{content:"\ff38"}.ti-label-filled:before{content:"\ff41"}.ti-label-important:before{content:"\ff49"}.ti-label-important-filled:before{content:"\ff60"}.ti-label-off:before{content:"\ff39"}.ti-ladder:before{content:"\efe2"}.ti-ladder-off:before{content:"\f14c"}.ti-ladle:before{content:"\fc14"}.ti-lambda:before{content:"\f541"}.ti-lamp:before{content:"\efab"}.ti-lamp-2:before{content:"\f09e"}.ti-lamp-off:before{content:"\f14d"}.ti-lane:before{content:"\faf9"}.ti-language:before{content:"\ebbe"}.ti-language-hiragana:before{content:"\ef77"}.ti-language-katakana:before{content:"\ef78"}.ti-language-off:before{content:"\f14e"}.ti-lasso:before{content:"\efac"}.ti-lasso-off:before{content:"\f14f"}.ti-lasso-polygon:before{content:"\f388"}.ti-lasso-polygon-filled:before{content:"\ff5f"}.ti-laurel-wreath:before{content:"\ff45"}.ti-laurel-wreath-1:before{content:"\ff48"}.ti-laurel-wreath-2:before{content:"\ff47"}.ti-laurel-wreath-3:before{content:"\ff46"}.ti-layers-difference:before{content:"\eac8"}.ti-layers-intersect:before{content:"\eac9"}.ti-layers-intersect-2:before{content:"\eff8"}.ti-layers-linked:before{content:"\eea1"}.ti-layers-off:before{content:"\f150"}.ti-layers-selected:before{content:"\fea9"}.ti-layers-selected-bottom:before{content:"\feaa"}.ti-layers-subtract:before{content:"\eaca"}.ti-layers-union:before{content:"\eacb"}.ti-layout:before{content:"\eadb"}.ti-layout-2:before{content:"\eacc"}.ti-layout-2-filled:before{content:"\fe27"}.ti-layout-align-bottom:before{content:"\eacd"}.ti-layout-align-bottom-filled:before{content:"\fe26"}.ti-layout-align-center:before{content:"\eace"} +.ti-layout-align-center-filled:before{content:"\fe25"}.ti-layout-align-left:before{content:"\eacf"}.ti-layout-align-left-filled:before{content:"\fe24"}.ti-layout-align-middle:before{content:"\ead0"}.ti-layout-align-middle-filled:before{content:"\fe23"}.ti-layout-align-right:before{content:"\ead1"}.ti-layout-align-right-filled:before{content:"\fe22"}.ti-layout-align-top:before{content:"\ead2"}.ti-layout-align-top-filled:before{content:"\fe21"}.ti-layout-board:before{content:"\ef95"}.ti-layout-board-split:before{content:"\ef94"}.ti-layout-bottombar:before{content:"\ead3"}.ti-layout-bottombar-collapse:before{content:"\f28b"}.ti-layout-bottombar-collapse-filled:before{content:"\fc35"}.ti-layout-bottombar-expand:before{content:"\f28c"}.ti-layout-bottombar-expand-filled:before{content:"\fc36"}.ti-layout-bottombar-filled:before{content:"\fc37"}.ti-layout-bottombar-inactive:before{content:"\fd45"}.ti-layout-cards:before{content:"\ec13"}.ti-layout-cards-filled:before{content:"\fe20"}.ti-layout-collage:before{content:"\f389"}.ti-layout-columns:before{content:"\ead4"}.ti-layout-dashboard:before{content:"\f02c"}.ti-layout-dashboard-filled:before{content:"\fe1f"}.ti-layout-distribute-horizontal:before{content:"\ead5"}.ti-layout-distribute-horizontal-filled:before{content:"\fe1e"}.ti-layout-distribute-vertical:before{content:"\ead6"}.ti-layout-distribute-vertical-filled:before{content:"\fe1d"}.ti-layout-filled:before{content:"\fe17"}.ti-layout-grid:before{content:"\edba"}.ti-layout-grid-add:before{content:"\edb9"}.ti-layout-grid-filled:before{content:"\fe1c"}.ti-layout-grid-remove:before{content:"\fa7d"}.ti-layout-kanban:before{content:"\ec3f"}.ti-layout-kanban-filled:before{content:"\fe1b"}.ti-layout-list:before{content:"\ec14"}.ti-layout-list-filled:before{content:"\fe1a"}.ti-layout-navbar:before{content:"\ead7"}.ti-layout-navbar-collapse:before{content:"\f28d"}.ti-layout-navbar-collapse-filled:before{content:"\fc38"}.ti-layout-navbar-expand:before{content:"\f28e"}.ti-layout-navbar-expand-filled:before{content:"\fc39"}.ti-layout-navbar-filled:before{content:"\fc3a"}.ti-layout-navbar-inactive:before{content:"\fd46"}.ti-layout-off:before{content:"\f151"}.ti-layout-rows:before{content:"\ead8"}.ti-layout-sidebar:before{content:"\eada"}.ti-layout-sidebar-filled:before{content:"\fe18"}.ti-layout-sidebar-inactive:before{content:"\fd47"}.ti-layout-sidebar-left-collapse:before{content:"\f004"}.ti-layout-sidebar-left-collapse-filled:before{content:"\fc3b"}.ti-layout-sidebar-left-expand:before{content:"\f005"}.ti-layout-sidebar-left-expand-filled:before{content:"\fc3c"}.ti-layout-sidebar-right:before{content:"\ead9"}.ti-layout-sidebar-right-collapse:before{content:"\f006"}.ti-layout-sidebar-right-collapse-filled:before{content:"\fc3d"}.ti-layout-sidebar-right-expand:before{content:"\f007"}.ti-layout-sidebar-right-expand-filled:before{content:"\fc3e"}.ti-layout-sidebar-right-filled:before{content:"\fe19"}.ti-layout-sidebar-right-inactive:before{content:"\fd48"}.ti-leaf:before{content:"\ed4f"}.ti-leaf-2:before{content:"\ff44"}.ti-leaf-off:before{content:"\f400"} +.ti-lego:before{content:"\eadc"}.ti-lego-filled:before{content:"\fe16"}.ti-lego-off:before{content:"\f401"}.ti-lemon:before{content:"\ef10"}.ti-lemon-2:before{content:"\ef81"}.ti-letter-a:before{content:"\ec50"}.ti-letter-a-small:before{content:"\fcc7"}.ti-letter-b:before{content:"\ec51"}.ti-letter-b-small:before{content:"\fcc8"}.ti-letter-c:before{content:"\ec52"}.ti-letter-c-small:before{content:"\fcc9"}.ti-letter-case:before{content:"\eea5"}.ti-letter-case-lower:before{content:"\eea2"}.ti-letter-case-toggle:before{content:"\eea3"}.ti-letter-case-upper:before{content:"\eea4"}.ti-letter-d:before{content:"\ec53"}.ti-letter-d-small:before{content:"\fcca"}.ti-letter-e:before{content:"\ec54"}.ti-letter-e-small:before{content:"\fccb"}.ti-letter-f:before{content:"\ec55"}.ti-letter-f-small:before{content:"\fccc"}.ti-letter-g:before{content:"\ec56"}.ti-letter-g-small:before{content:"\fccd"}.ti-letter-h:before{content:"\ec57"}.ti-letter-h-small:before{content:"\fcce"}.ti-letter-i:before{content:"\ec58"}.ti-letter-i-small:before{content:"\fccf"}.ti-letter-j:before{content:"\ec59"}.ti-letter-j-small:before{content:"\fcd0"}.ti-letter-k:before{content:"\ec5a"}.ti-letter-k-small:before{content:"\fcd1"}.ti-letter-l:before{content:"\ec5b"}.ti-letter-l-small:before{content:"\fcd2"}.ti-letter-m:before{content:"\ec5c"}.ti-letter-m-small:before{content:"\fcd3"}.ti-letter-n:before{content:"\ec5d"}.ti-letter-n-small:before{content:"\fcd4"}.ti-letter-o:before{content:"\ec5e"}.ti-letter-o-small:before{content:"\fcd5"}.ti-letter-p:before{content:"\ec5f"}.ti-letter-p-small:before{content:"\fcd6"}.ti-letter-q:before{content:"\ec60"}.ti-letter-q-small:before{content:"\fcd7"}.ti-letter-r:before{content:"\ec61"}.ti-letter-r-small:before{content:"\fcd8"}.ti-letter-s:before{content:"\ec62"}.ti-letter-s-small:before{content:"\fcd9"}.ti-letter-spacing:before{content:"\eea6"}.ti-letter-t:before{content:"\ec63"}.ti-letter-t-small:before{content:"\fcda"}.ti-letter-u:before{content:"\ec64"}.ti-letter-u-small:before{content:"\fcdb"}.ti-letter-v:before{content:"\ec65"}.ti-letter-v-small:before{content:"\fcdc"}.ti-letter-w:before{content:"\ec66"}.ti-letter-w-small:before{content:"\fcdd"}.ti-letter-x:before{content:"\ec67"}.ti-letter-x-small:before{content:"\fcde"}.ti-letter-y:before{content:"\ec68"}.ti-letter-y-small:before{content:"\fcdf"}.ti-letter-z:before{content:"\ec69"}.ti-letter-z-small:before{content:"\fce0"}.ti-library:before{content:"\fd4c"}.ti-library-minus:before{content:"\fd49"}.ti-library-photo:before{content:"\fd4a"}.ti-library-plus:before{content:"\fd4b"}.ti-license:before{content:"\ebc0"}.ti-license-off:before{content:"\f153"}.ti-lifebuoy:before{content:"\eadd"}.ti-lifebuoy-off:before{content:"\f154"}.ti-lighter:before{content:"\f794"}.ti-line:before{content:"\ec40"} +.ti-line-dashed:before{content:"\eea7"}.ti-line-dotted:before{content:"\eea8"}.ti-line-height:before{content:"\eb94"}.ti-line-scan:before{content:"\fcb8"}.ti-link:before{content:"\eade"}.ti-link-minus:before{content:"\fd16"}.ti-link-off:before{content:"\f402"}.ti-link-plus:before{content:"\fd17"}.ti-list:before{content:"\eb6b"}.ti-list-check:before{content:"\eb6a"}.ti-list-details:before{content:"\ef40"}.ti-list-letters:before{content:"\fc47"}.ti-list-numbers:before{content:"\ef11"}.ti-list-search:before{content:"\eea9"}.ti-list-tree:before{content:"\fafa"}.ti-live-photo:before{content:"\eadf"}.ti-live-photo-filled:before{content:"\fed1"}.ti-live-photo-off:before{content:"\f403"}.ti-live-view:before{content:"\ec6b"}.ti-load-balancer:before{content:"\fa5c"}.ti-loader:before{content:"\eca3"}.ti-loader-2:before{content:"\f226"}.ti-loader-3:before{content:"\f513"}.ti-loader-quarter:before{content:"\eca2"}.ti-location:before{content:"\eae0"}.ti-location-bolt:before{content:"\fbaf"}.ti-location-broken:before{content:"\f2c4"}.ti-location-cancel:before{content:"\fbb0"}.ti-location-check:before{content:"\fbb1"}.ti-location-code:before{content:"\fbb2"}.ti-location-cog:before{content:"\fbb3"}.ti-location-discount:before{content:"\fbb4"}.ti-location-dollar:before{content:"\fbb5"}.ti-location-down:before{content:"\fbb6"}.ti-location-exclamation:before{content:"\fbb7"}.ti-location-filled:before{content:"\f67f"}.ti-location-heart:before{content:"\fbb8"}.ti-location-minus:before{content:"\fbb9"}.ti-location-off:before{content:"\f155"}.ti-location-pause:before{content:"\fbba"}.ti-location-pin:before{content:"\fbbb"}.ti-location-plus:before{content:"\fbbc"}.ti-location-question:before{content:"\fbbd"}.ti-location-search:before{content:"\fbbe"}.ti-location-share:before{content:"\fbbf"}.ti-location-star:before{content:"\fbc0"}.ti-location-up:before{content:"\fbc1"}.ti-location-x:before{content:"\fbc2"}.ti-lock:before{content:"\eae2"}.ti-lock-access:before{content:"\eeaa"}.ti-lock-access-off:before{content:"\f404"}.ti-lock-bitcoin:before{content:"\ff37"}.ti-lock-bolt:before{content:"\f924"}.ti-lock-cancel:before{content:"\f925"}.ti-lock-check:before{content:"\f926"}.ti-lock-code:before{content:"\f927"}.ti-lock-cog:before{content:"\f928"}.ti-lock-dollar:before{content:"\f929"}.ti-lock-down:before{content:"\f92a"}.ti-lock-exclamation:before{content:"\f92b"}.ti-lock-filled:before{content:"\fe15"}.ti-lock-heart:before{content:"\f92c"}.ti-lock-minus:before{content:"\f92d"}.ti-lock-off:before{content:"\ed1e"}.ti-lock-open:before{content:"\eae1"}.ti-lock-open-2:before{content:"\fea8"}.ti-lock-open-off:before{content:"\f156"}.ti-lock-password:before{content:"\ff9f"}.ti-lock-pause:before{content:"\f92e"}.ti-lock-pin:before{content:"\f92f"}.ti-lock-plus:before{content:"\f930"}.ti-lock-question:before{content:"\f931"} +.ti-lock-search:before{content:"\f932"}.ti-lock-share:before{content:"\f933"}.ti-lock-square:before{content:"\ef51"}.ti-lock-square-rounded:before{content:"\f636"}.ti-lock-square-rounded-filled:before{content:"\f6da"}.ti-lock-star:before{content:"\f934"}.ti-lock-up:before{content:"\f935"}.ti-lock-x:before{content:"\f936"}.ti-logic-and:before{content:"\f240"}.ti-logic-buffer:before{content:"\f241"}.ti-logic-nand:before{content:"\f242"}.ti-logic-nor:before{content:"\f243"}.ti-logic-not:before{content:"\f244"}.ti-logic-or:before{content:"\f245"}.ti-logic-xnor:before{content:"\f246"}.ti-logic-xor:before{content:"\f247"}.ti-login:before{content:"\eba7"}.ti-login-2:before{content:"\fc76"}.ti-logout:before{content:"\eba8"}.ti-logout-2:before{content:"\fa7e"}.ti-logs:before{content:"\fea7"}.ti-lollipop:before{content:"\efcc"}.ti-lollipop-off:before{content:"\f157"}.ti-luggage:before{content:"\efad"}.ti-luggage-off:before{content:"\f158"}.ti-lungs:before{content:"\ef62"}.ti-lungs-filled:before{content:"\fe14"}.ti-lungs-off:before{content:"\f405"}.ti-macro:before{content:"\eeab"}.ti-macro-filled:before{content:"\fe13"}.ti-macro-off:before{content:"\f406"}.ti-magnet:before{content:"\eae3"}.ti-magnet-filled:before{content:"\fe12"}.ti-magnet-off:before{content:"\f159"}.ti-magnetic:before{content:"\fcb9"}.ti-mail:before{content:"\eae5"}.ti-mail-ai:before{content:"\fa31"}.ti-mail-bitcoin:before{content:"\ff36"}.ti-mail-bolt:before{content:"\f937"}.ti-mail-cancel:before{content:"\f938"}.ti-mail-check:before{content:"\f939"}.ti-mail-code:before{content:"\f93a"}.ti-mail-cog:before{content:"\f93b"}.ti-mail-dollar:before{content:"\f93c"}.ti-mail-down:before{content:"\f93d"}.ti-mail-exclamation:before{content:"\f93e"}.ti-mail-fast:before{content:"\f069"}.ti-mail-filled:before{content:"\fa47"}.ti-mail-forward:before{content:"\eeac"}.ti-mail-heart:before{content:"\f93f"}.ti-mail-minus:before{content:"\f940"}.ti-mail-off:before{content:"\f15a"}.ti-mail-opened:before{content:"\eae4"}.ti-mail-opened-filled:before{content:"\fa48"}.ti-mail-pause:before{content:"\f941"}.ti-mail-pin:before{content:"\f942"}.ti-mail-plus:before{content:"\f943"}.ti-mail-question:before{content:"\f944"}.ti-mail-search:before{content:"\f945"}.ti-mail-share:before{content:"\f946"}.ti-mail-spark:before{content:"\ffb3"}.ti-mail-star:before{content:"\f947"}.ti-mail-up:before{content:"\f948"}.ti-mail-x:before{content:"\f949"}.ti-mailbox:before{content:"\eead"}.ti-mailbox-off:before{content:"\f15b"}.ti-man:before{content:"\eae6"}.ti-man-filled:before{content:"\fe11"}.ti-manual-gearbox:before{content:"\ed7b"}.ti-manual-gearbox-filled:before{content:"\fe10"}.ti-map:before{content:"\eae9"}.ti-map-2:before{content:"\eae7"}.ti-map-bolt:before{content:"\fbc3"} +.ti-map-cancel:before{content:"\fbc4"}.ti-map-check:before{content:"\fbc5"}.ti-map-code:before{content:"\fbc6"}.ti-map-cog:before{content:"\fbc7"}.ti-map-discount:before{content:"\fbc8"}.ti-map-dollar:before{content:"\fbc9"}.ti-map-down:before{content:"\fbca"}.ti-map-east:before{content:"\fc5d"}.ti-map-exclamation:before{content:"\fbcb"}.ti-map-heart:before{content:"\fbcc"}.ti-map-minus:before{content:"\fbcd"}.ti-map-north:before{content:"\fc5e"}.ti-map-off:before{content:"\f15c"}.ti-map-pause:before{content:"\fbce"}.ti-map-pin:before{content:"\eae8"}.ti-map-pin-2:before{content:"\fc48"}.ti-map-pin-bolt:before{content:"\f94a"}.ti-map-pin-cancel:before{content:"\f94b"}.ti-map-pin-check:before{content:"\f94c"}.ti-map-pin-code:before{content:"\f94d"}.ti-map-pin-cog:before{content:"\f94e"}.ti-map-pin-dollar:before{content:"\f94f"}.ti-map-pin-down:before{content:"\f950"}.ti-map-pin-exclamation:before{content:"\f951"}.ti-map-pin-filled:before{content:"\f680"}.ti-map-pin-heart:before{content:"\f952"}.ti-map-pin-minus:before{content:"\f953"}.ti-map-pin-off:before{content:"\ecf3"}.ti-map-pin-pause:before{content:"\f954"}.ti-map-pin-pin:before{content:"\f955"}.ti-map-pin-plus:before{content:"\f956"}.ti-map-pin-question:before{content:"\f957"}.ti-map-pin-search:before{content:"\f958"}.ti-map-pin-share:before{content:"\f795"}.ti-map-pin-star:before{content:"\f959"}.ti-map-pin-up:before{content:"\f95a"}.ti-map-pin-x:before{content:"\f95b"}.ti-map-pins:before{content:"\ed5e"}.ti-map-plus:before{content:"\fbcf"}.ti-map-question:before{content:"\fbd0"}.ti-map-route:before{content:"\fc79"}.ti-map-search:before{content:"\ef82"}.ti-map-share:before{content:"\fbd1"}.ti-map-south:before{content:"\fc5f"}.ti-map-star:before{content:"\fbd2"}.ti-map-up:before{content:"\fbd3"}.ti-map-west:before{content:"\fc60"}.ti-map-x:before{content:"\fbd4"}.ti-markdown:before{content:"\ec41"}.ti-markdown-off:before{content:"\f407"}.ti-marquee:before{content:"\ec77"}.ti-marquee-2:before{content:"\eeae"}.ti-marquee-off:before{content:"\f15d"}.ti-mars:before{content:"\ec80"}.ti-mask:before{content:"\eeb0"}.ti-mask-off:before{content:"\eeaf"}.ti-masks-theater:before{content:"\f263"}.ti-masks-theater-off:before{content:"\f408"}.ti-massage:before{content:"\eeb1"}.ti-matchstick:before{content:"\f577"}.ti-math:before{content:"\ebeb"}.ti-math-1-divide-2:before{content:"\f4e2"}.ti-math-1-divide-3:before{content:"\f4e3"}.ti-math-avg:before{content:"\f0f4"}.ti-math-cos:before{content:"\ff1f"}.ti-math-ctg:before{content:"\ff35"}.ti-math-equal-greater:before{content:"\f4e4"}.ti-math-equal-lower:before{content:"\f4e5"}.ti-math-function:before{content:"\eeb2"}.ti-math-function-off:before{content:"\f15e"}.ti-math-function-y:before{content:"\f4e6"}.ti-math-greater:before{content:"\f4e7"} +.ti-math-integral:before{content:"\f4e9"}.ti-math-integral-x:before{content:"\f4e8"}.ti-math-integrals:before{content:"\f4ea"}.ti-math-lower:before{content:"\f4eb"}.ti-math-max:before{content:"\f0f5"}.ti-math-max-min:before{content:"\fda0"}.ti-math-min:before{content:"\f0f6"}.ti-math-not:before{content:"\f4ec"}.ti-math-off:before{content:"\f409"}.ti-math-pi:before{content:"\f4ee"}.ti-math-pi-divide-2:before{content:"\f4ed"}.ti-math-sec:before{content:"\ff34"}.ti-math-sin:before{content:"\ff1e"}.ti-math-symbols:before{content:"\eeb3"}.ti-math-tg:before{content:"\ff33"}.ti-math-x-divide-2:before{content:"\f4ef"}.ti-math-x-divide-y:before{content:"\f4f1"}.ti-math-x-divide-y-2:before{content:"\f4f0"}.ti-math-x-floor-divide-y:before{content:"\10073"}.ti-math-x-minus-x:before{content:"\f4f2"}.ti-math-x-minus-y:before{content:"\f4f3"}.ti-math-x-plus-x:before{content:"\f4f4"}.ti-math-x-plus-y:before{content:"\f4f5"}.ti-math-xy:before{content:"\f4f6"}.ti-math-y-minus-y:before{content:"\f4f7"}.ti-math-y-plus-y:before{content:"\f4f8"}.ti-maximize:before{content:"\eaea"}.ti-maximize-off:before{content:"\f15f"}.ti-meat:before{content:"\ef12"}.ti-meat-off:before{content:"\f40a"}.ti-medal:before{content:"\ec78"}.ti-medal-2:before{content:"\efcd"}.ti-medical-cross:before{content:"\ec2f"}.ti-medical-cross-circle:before{content:"\fae8"}.ti-medical-cross-filled:before{content:"\f681"}.ti-medical-cross-off:before{content:"\f160"}.ti-medicine-syrup:before{content:"\ef63"}.ti-meeple:before{content:"\f514"}.ti-melon:before{content:"\fc7a"}.ti-melon-filled:before{content:"\1000e"}.ti-menorah:before{content:"\f58c"}.ti-menu:before{content:"\eaeb"}.ti-menu-2:before{content:"\ec42"}.ti-menu-3:before{content:"\ff43"}.ti-menu-4:before{content:"\ff42"}.ti-menu-deep:before{content:"\fafb"}.ti-menu-order:before{content:"\f5f5"}.ti-message:before{content:"\eaef"}.ti-message-2:before{content:"\eaec"}.ti-message-2-bolt:before{content:"\f95c"}.ti-message-2-cancel:before{content:"\f95d"}.ti-message-2-check:before{content:"\f95e"}.ti-message-2-code:before{content:"\f012"}.ti-message-2-cog:before{content:"\f95f"}.ti-message-2-dollar:before{content:"\f960"}.ti-message-2-down:before{content:"\f961"}.ti-message-2-exclamation:before{content:"\f962"}.ti-message-2-heart:before{content:"\f963"}.ti-message-2-minus:before{content:"\f964"}.ti-message-2-off:before{content:"\f40b"}.ti-message-2-pause:before{content:"\f965"}.ti-message-2-pin:before{content:"\f966"}.ti-message-2-plus:before{content:"\f967"}.ti-message-2-question:before{content:"\f968"}.ti-message-2-search:before{content:"\f969"}.ti-message-2-share:before{content:"\f077"}.ti-message-2-star:before{content:"\f96a"}.ti-message-2-up:before{content:"\f96b"}.ti-message-2-x:before{content:"\f96c"}.ti-message-bolt:before{content:"\f96d"}.ti-message-cancel:before{content:"\f96e"} +.ti-message-chatbot:before{content:"\f38a"}.ti-message-chatbot-filled:before{content:"\fed0"}.ti-message-check:before{content:"\f96f"}.ti-message-circle:before{content:"\eaed"}.ti-message-circle-bolt:before{content:"\f970"}.ti-message-circle-cancel:before{content:"\f971"}.ti-message-circle-check:before{content:"\f972"}.ti-message-circle-code:before{content:"\f973"}.ti-message-circle-cog:before{content:"\f974"}.ti-message-circle-dollar:before{content:"\f975"}.ti-message-circle-down:before{content:"\f976"}.ti-message-circle-exclamation:before{content:"\f977"}.ti-message-circle-filled:before{content:"\fecf"}.ti-message-circle-heart:before{content:"\f978"}.ti-message-circle-minus:before{content:"\f979"}.ti-message-circle-off:before{content:"\ed40"}.ti-message-circle-pause:before{content:"\f97a"}.ti-message-circle-pin:before{content:"\f97b"}.ti-message-circle-plus:before{content:"\f97c"}.ti-message-circle-question:before{content:"\f97d"}.ti-message-circle-search:before{content:"\f97e"}.ti-message-circle-share:before{content:"\f97f"}.ti-message-circle-star:before{content:"\f980"}.ti-message-circle-up:before{content:"\f981"}.ti-message-circle-user:before{content:"\fec5"}.ti-message-circle-x:before{content:"\f982"}.ti-message-code:before{content:"\f013"}.ti-message-cog:before{content:"\f983"}.ti-message-dollar:before{content:"\f984"}.ti-message-dots:before{content:"\eaee"}.ti-message-down:before{content:"\f985"}.ti-message-exclamation:before{content:"\f986"}.ti-message-filled:before{content:"\fecd"}.ti-message-forward:before{content:"\f28f"}.ti-message-heart:before{content:"\f987"}.ti-message-language:before{content:"\efae"}.ti-message-minus:before{content:"\f988"}.ti-message-off:before{content:"\ed41"}.ti-message-pause:before{content:"\f989"}.ti-message-pin:before{content:"\f98a"}.ti-message-plus:before{content:"\ec9a"}.ti-message-question:before{content:"\f98b"}.ti-message-reply:before{content:"\fd4d"}.ti-message-report:before{content:"\ec9b"}.ti-message-report-filled:before{content:"\fece"}.ti-message-search:before{content:"\f98c"}.ti-message-share:before{content:"\f078"}.ti-message-star:before{content:"\f98d"}.ti-message-up:before{content:"\f98e"}.ti-message-user:before{content:"\fec4"}.ti-message-x:before{content:"\f98f"}.ti-messages:before{content:"\eb6c"}.ti-messages-off:before{content:"\ed42"}.ti-meteor:before{content:"\f1fd"}.ti-meteor-filled:before{content:"\1000d"}.ti-meteor-off:before{content:"\f40c"}.ti-meter-cube:before{content:"\fd7c"}.ti-meter-square:before{content:"\fd7d"}.ti-metronome:before{content:"\fd25"}.ti-michelin-bib-gourmand:before{content:"\fae9"}.ti-michelin-star:before{content:"\faeb"}.ti-michelin-star-filled:before{content:"\1000c"}.ti-michelin-star-green:before{content:"\faea"}.ti-mickey:before{content:"\f2a3"}.ti-mickey-filled:before{content:"\f683"}.ti-microphone:before{content:"\eaf0"}.ti-microphone-2:before{content:"\ef2c"}.ti-microphone-2-off:before{content:"\f40d"} +.ti-microphone-filled:before{content:"\fe0f"}.ti-microphone-off:before{content:"\ed16"}.ti-microscope:before{content:"\ef64"}.ti-microscope-off:before{content:"\f40e"}.ti-microwave:before{content:"\f248"}.ti-microwave-filled:before{content:"\fe0e"}.ti-microwave-off:before{content:"\f264"}.ti-military-award:before{content:"\f079"}.ti-military-rank:before{content:"\efcf"}.ti-military-rank-filled:before{content:"\ff5e"}.ti-milk:before{content:"\ef13"}.ti-milk-filled:before{content:"\1000b"}.ti-milk-off:before{content:"\f40f"}.ti-milkshake:before{content:"\f4c8"}.ti-minimize:before{content:"\eaf1"}.ti-minus:before{content:"\eaf2"}.ti-minus-vertical:before{content:"\eeb4"}.ti-mist:before{content:"\ec30"}.ti-mist-off:before{content:"\f410"}.ti-mobiledata:before{content:"\f9f5"}.ti-mobiledata-off:before{content:"\f9f4"}.ti-moneybag:before{content:"\f506"}.ti-monkeybar:before{content:"\feb4"}.ti-mood-angry:before{content:"\f2de"}.ti-mood-angry-filled:before{content:"\ff0a"}.ti-mood-annoyed:before{content:"\f2e0"}.ti-mood-annoyed-2:before{content:"\f2df"}.ti-mood-bitcoin:before{content:"\ff32"}.ti-mood-boy:before{content:"\ed2d"}.ti-mood-check:before{content:"\f7b3"}.ti-mood-cog:before{content:"\f7b4"}.ti-mood-confuzed:before{content:"\eaf3"}.ti-mood-confuzed-filled:before{content:"\f7f2"}.ti-mood-crazy-happy:before{content:"\ed90"}.ti-mood-crazy-happy-filled:before{content:"\ff09"}.ti-mood-cry:before{content:"\ecbb"}.ti-mood-dollar:before{content:"\f7b5"}.ti-mood-edit:before{content:"\fa05"}.ti-mood-empty:before{content:"\eeb5"}.ti-mood-empty-filled:before{content:"\f7f3"}.ti-mood-happy:before{content:"\eaf4"}.ti-mood-happy-filled:before{content:"\f7f4"}.ti-mood-heart:before{content:"\f7b6"}.ti-mood-kid:before{content:"\ec03"}.ti-mood-kid-filled:before{content:"\f7f5"}.ti-mood-look-down:before{content:"\fd37"}.ti-mood-look-left:before{content:"\f2c5"}.ti-mood-look-right:before{content:"\f2c6"}.ti-mood-look-up:before{content:"\fd38"}.ti-mood-minus:before{content:"\f7b7"}.ti-mood-nerd:before{content:"\f2e1"}.ti-mood-nervous:before{content:"\ef96"}.ti-mood-neutral:before{content:"\eaf5"}.ti-mood-neutral-filled:before{content:"\f7f6"}.ti-mood-off:before{content:"\f161"}.ti-mood-pin:before{content:"\f7b8"}.ti-mood-plus:before{content:"\f7b9"}.ti-mood-puzzled:before{content:"\fd39"}.ti-mood-sad:before{content:"\eaf6"}.ti-mood-sad-2:before{content:"\f2e2"}.ti-mood-sad-dizzy:before{content:"\f2e3"}.ti-mood-sad-filled:before{content:"\f7f7"}.ti-mood-sad-squint:before{content:"\f2e4"}.ti-mood-search:before{content:"\f7ba"}.ti-mood-share:before{content:"\fa06"}.ti-mood-sick:before{content:"\f2e5"}.ti-mood-silence:before{content:"\f2e6"}.ti-mood-sing:before{content:"\f2c7"}.ti-mood-smile:before{content:"\eaf7"}.ti-mood-smile-beam:before{content:"\f2e7"}.ti-mood-smile-dizzy:before{content:"\f2e8"} +.ti-mood-smile-filled:before{content:"\f7f8"}.ti-mood-spark:before{content:"\ffb2"}.ti-mood-surprised:before{content:"\ec04"}.ti-mood-tongue:before{content:"\eb95"}.ti-mood-tongue-wink:before{content:"\f2ea"}.ti-mood-tongue-wink-2:before{content:"\f2e9"}.ti-mood-unamused:before{content:"\f2eb"}.ti-mood-up:before{content:"\f7bb"}.ti-mood-wink:before{content:"\f2ed"}.ti-mood-wink-2:before{content:"\f2ec"}.ti-mood-wrrr:before{content:"\f2ee"}.ti-mood-wrrr-filled:before{content:"\ff08"}.ti-mood-x:before{content:"\f7bc"}.ti-mood-xd:before{content:"\f2ef"}.ti-moon:before{content:"\eaf8"}.ti-moon-2:before{content:"\ece6"}.ti-moon-filled:before{content:"\f684"}.ti-moon-off:before{content:"\f162"}.ti-moon-stars:before{content:"\ece7"}.ti-moped:before{content:"\ecbc"}.ti-motorbike:before{content:"\eeb6"}.ti-mountain:before{content:"\ef97"}.ti-mountain-filled:before{content:"\1000a"}.ti-mountain-off:before{content:"\f411"}.ti-mouse:before{content:"\eaf9"}.ti-mouse-2:before{content:"\f1d7"}.ti-mouse-filled:before{content:"\fb2f"}.ti-mouse-off:before{content:"\f163"}.ti-moustache:before{content:"\f4c9"}.ti-movie:before{content:"\eafa"}.ti-movie-off:before{content:"\f164"}.ti-mug:before{content:"\eafb"}.ti-mug-filled:before{content:"\10009"}.ti-mug-off:before{content:"\f165"}.ti-multiplier-0-5x:before{content:"\ef41"}.ti-multiplier-1-5x:before{content:"\ef42"}.ti-multiplier-1x:before{content:"\ef43"}.ti-multiplier-2x:before{content:"\ef44"}.ti-mushroom:before{content:"\ef14"}.ti-mushroom-filled:before{content:"\f7f9"}.ti-mushroom-off:before{content:"\f412"}.ti-music:before{content:"\eafc"}.ti-music-bolt:before{content:"\fbd5"}.ti-music-cancel:before{content:"\fbd6"}.ti-music-check:before{content:"\fbd7"}.ti-music-code:before{content:"\fbd8"}.ti-music-cog:before{content:"\fbd9"}.ti-music-discount:before{content:"\fbda"}.ti-music-dollar:before{content:"\fbdb"}.ti-music-down:before{content:"\fbdc"}.ti-music-exclamation:before{content:"\fbdd"}.ti-music-heart:before{content:"\fbde"}.ti-music-minus:before{content:"\fbdf"}.ti-music-off:before{content:"\f166"}.ti-music-pause:before{content:"\fbe0"}.ti-music-pin:before{content:"\fbe1"}.ti-music-plus:before{content:"\fbe2"}.ti-music-question:before{content:"\fbe3"}.ti-music-search:before{content:"\fbe4"}.ti-music-share:before{content:"\fbe5"}.ti-music-star:before{content:"\fbe6"}.ti-music-up:before{content:"\fbe7"}.ti-music-x:before{content:"\fbe8"}.ti-navigation:before{content:"\f2c8"}.ti-navigation-bolt:before{content:"\fbe9"}.ti-navigation-cancel:before{content:"\fbea"}.ti-navigation-check:before{content:"\fbeb"}.ti-navigation-code:before{content:"\fbec"}.ti-navigation-cog:before{content:"\fbed"}.ti-navigation-discount:before{content:"\fbee"}.ti-navigation-dollar:before{content:"\fbef"}.ti-navigation-down:before{content:"\fbf0"} +.ti-navigation-east:before{content:"\fcba"}.ti-navigation-exclamation:before{content:"\fbf1"}.ti-navigation-filled:before{content:"\f685"}.ti-navigation-heart:before{content:"\fbf2"}.ti-navigation-minus:before{content:"\fbf3"}.ti-navigation-north:before{content:"\fcbb"}.ti-navigation-off:before{content:"\f413"}.ti-navigation-pause:before{content:"\fbf4"}.ti-navigation-pin:before{content:"\fbf5"}.ti-navigation-plus:before{content:"\fbf6"}.ti-navigation-question:before{content:"\fbf7"}.ti-navigation-search:before{content:"\fbf8"}.ti-navigation-share:before{content:"\fbf9"}.ti-navigation-south:before{content:"\fcbc"}.ti-navigation-star:before{content:"\fbfa"}.ti-navigation-top:before{content:"\faec"}.ti-navigation-up:before{content:"\fbfb"}.ti-navigation-west:before{content:"\fcbd"}.ti-navigation-x:before{content:"\fbfc"}.ti-needle:before{content:"\f508"}.ti-needle-thread:before{content:"\f507"}.ti-network:before{content:"\f09f"}.ti-network-off:before{content:"\f414"}.ti-new-section:before{content:"\ebc1"}.ti-news:before{content:"\eafd"}.ti-news-off:before{content:"\f167"}.ti-nfc:before{content:"\eeb7"}.ti-nfc-off:before{content:"\f168"}.ti-no-copyright:before{content:"\efb9"}.ti-no-creative-commons:before{content:"\efba"}.ti-no-derivatives:before{content:"\efbb"}.ti-north-star:before{content:"\f014"}.ti-note:before{content:"\eb6d"}.ti-note-off:before{content:"\f169"}.ti-notebook:before{content:"\eb96"}.ti-notebook-off:before{content:"\f415"}.ti-notes:before{content:"\eb6e"}.ti-notes-off:before{content:"\f16a"}.ti-notification:before{content:"\eafe"}.ti-notification-off:before{content:"\f16b"}.ti-number:before{content:"\f1fe"}.ti-number-0:before{content:"\edf0"}.ti-number-0-small:before{content:"\fce1"}.ti-number-1:before{content:"\edf1"}.ti-number-1-small:before{content:"\fce2"}.ti-number-10:before{content:"\1005e"}.ti-number-10-small:before{content:"\fce3"}.ti-number-100-small:before{content:"\10005"}.ti-number-11:before{content:"\1005d"}.ti-number-11-small:before{content:"\fce4"}.ti-number-12-small:before{content:"\fce5"}.ti-number-123:before{content:"\f554"}.ti-number-13-small:before{content:"\fce6"}.ti-number-14-small:before{content:"\fce7"}.ti-number-15-small:before{content:"\fce8"}.ti-number-16-small:before{content:"\fce9"}.ti-number-17-small:before{content:"\fcea"}.ti-number-18-small:before{content:"\fceb"}.ti-number-19-small:before{content:"\fcec"}.ti-number-2:before{content:"\edf2"}.ti-number-2-small:before{content:"\fced"}.ti-number-20-small:before{content:"\fcee"}.ti-number-21-small:before{content:"\fcef"}.ti-number-22-small:before{content:"\fcf0"}.ti-number-23-small:before{content:"\fcf1"}.ti-number-24-small:before{content:"\fcf2"}.ti-number-25-small:before{content:"\fcf3"}.ti-number-26-small:before{content:"\fcf4"}.ti-number-27-small:before{content:"\fcf5"}.ti-number-28-small:before{content:"\fcf6"} +.ti-number-29-small:before{content:"\fcf7"}.ti-number-3:before{content:"\edf3"}.ti-number-3-small:before{content:"\fcf8"}.ti-number-30-small:before{content:"\10004"}.ti-number-31-small:before{content:"\10003"}.ti-number-32-small:before{content:"\10002"}.ti-number-33-small:before{content:"\10001"}.ti-number-34-small:before{content:"\10000"}.ti-number-35-small:before{content:"\ffff"}.ti-number-36-small:before{content:"\fffe"}.ti-number-37-small:before{content:"\fffd"}.ti-number-38-small:before{content:"\fffc"}.ti-number-39-small:before{content:"\fffb"}.ti-number-4:before{content:"\edf4"}.ti-number-4-small:before{content:"\fcf9"}.ti-number-40-small:before{content:"\fffa"}.ti-number-41-small:before{content:"\fff9"}.ti-number-42-small:before{content:"\fff8"}.ti-number-43-small:before{content:"\fff7"}.ti-number-44-small:before{content:"\fff6"}.ti-number-45-small:before{content:"\fff5"}.ti-number-46-small:before{content:"\fff4"}.ti-number-47-small:before{content:"\fff3"}.ti-number-48-small:before{content:"\fff2"}.ti-number-49-small:before{content:"\fff1"}.ti-number-5:before{content:"\edf5"}.ti-number-5-small:before{content:"\fcfa"}.ti-number-50-small:before{content:"\fff0"}.ti-number-51-small:before{content:"\ffef"}.ti-number-52-small:before{content:"\ffee"}.ti-number-53-small:before{content:"\ffed"}.ti-number-54-small:before{content:"\ffec"}.ti-number-55-small:before{content:"\ffeb"}.ti-number-56-small:before{content:"\ffea"}.ti-number-57-small:before{content:"\ffe9"}.ti-number-58-small:before{content:"\ffe8"}.ti-number-59-small:before{content:"\ffe7"}.ti-number-6:before{content:"\edf6"}.ti-number-6-small:before{content:"\fcfb"}.ti-number-60-small:before{content:"\ffe6"}.ti-number-61-small:before{content:"\ffe5"}.ti-number-62-small:before{content:"\ffe4"}.ti-number-63-small:before{content:"\ffe3"}.ti-number-64-small:before{content:"\ffe2"}.ti-number-65-small:before{content:"\ffe1"}.ti-number-66-small:before{content:"\ffe0"}.ti-number-67-small:before{content:"\ffdf"}.ti-number-68-small:before{content:"\ffde"}.ti-number-69-small:before{content:"\ffdd"}.ti-number-7:before{content:"\edf7"}.ti-number-7-small:before{content:"\fcfc"}.ti-number-70-small:before{content:"\ffdc"}.ti-number-71-small:before{content:"\ffdb"}.ti-number-72-small:before{content:"\ffda"}.ti-number-73-small:before{content:"\ffd9"}.ti-number-74-small:before{content:"\ffd8"}.ti-number-75-small:before{content:"\ffd7"}.ti-number-76-small:before{content:"\ffd6"}.ti-number-77-small:before{content:"\ffd5"}.ti-number-78-small:before{content:"\ffd4"}.ti-number-79-small:before{content:"\ffd3"}.ti-number-8:before{content:"\edf8"}.ti-number-8-small:before{content:"\fcfd"}.ti-number-80-small:before{content:"\ffd2"}.ti-number-81-small:before{content:"\ffd1"}.ti-number-82-small:before{content:"\ffd0"}.ti-number-83-small:before{content:"\ffcf"}.ti-number-84-small:before{content:"\ffce"}.ti-number-85-small:before{content:"\ffcd"} +.ti-number-86-small:before{content:"\ffcc"}.ti-number-87-small:before{content:"\ffcb"}.ti-number-88-small:before{content:"\ffca"}.ti-number-89-small:before{content:"\ffc9"}.ti-number-9:before{content:"\edf9"}.ti-number-9-small:before{content:"\fcfe"}.ti-number-90-small:before{content:"\ffc8"}.ti-number-91-small:before{content:"\ffc7"}.ti-number-92-small:before{content:"\ffc6"}.ti-number-93-small:before{content:"\ffc5"}.ti-number-94-small:before{content:"\ffc4"}.ti-number-95-small:before{content:"\ffc3"}.ti-number-96-small:before{content:"\ffc2"}.ti-number-97-small:before{content:"\ffc1"}.ti-number-98-small:before{content:"\ffc0"}.ti-number-99-small:before{content:"\ffbf"}.ti-numbers:before{content:"\f015"}.ti-nurse:before{content:"\ef65"}.ti-nut:before{content:"\fc61"}.ti-object-scan:before{content:"\fef1"}.ti-octagon:before{content:"\ecbd"}.ti-octagon-filled:before{content:"\f686"}.ti-octagon-minus:before{content:"\fc92"}.ti-octagon-minus-2:before{content:"\fc91"}.ti-octagon-off:before{content:"\eeb8"}.ti-octagon-plus:before{content:"\fc94"}.ti-octagon-plus-2:before{content:"\fc93"}.ti-octahedron:before{content:"\faae"}.ti-octahedron-off:before{content:"\faac"}.ti-octahedron-plus:before{content:"\faad"}.ti-old:before{content:"\eeb9"}.ti-olympics:before{content:"\eeba"}.ti-olympics-off:before{content:"\f416"}.ti-om:before{content:"\f58d"}.ti-omega:before{content:"\eb97"}.ti-outbound:before{content:"\f249"}.ti-outlet:before{content:"\ebd7"}.ti-oval:before{content:"\f02e"}.ti-oval-filled:before{content:"\f687"}.ti-oval-vertical:before{content:"\f02d"}.ti-oval-vertical-filled:before{content:"\f688"}.ti-overline:before{content:"\eebb"}.ti-package:before{content:"\eaff"}.ti-package-export:before{content:"\f07a"}.ti-package-import:before{content:"\f07b"}.ti-package-off:before{content:"\f16c"}.ti-packages:before{content:"\f2c9"}.ti-pacman:before{content:"\eebc"}.ti-page-break:before{content:"\ec81"}.ti-paint:before{content:"\eb00"}.ti-paint-filled:before{content:"\f75f"}.ti-paint-off:before{content:"\f16d"}.ti-palette:before{content:"\eb01"}.ti-palette-off:before{content:"\f16e"}.ti-panorama-horizontal:before{content:"\ed33"}.ti-panorama-horizontal-filled:before{content:"\fecc"}.ti-panorama-horizontal-off:before{content:"\f417"}.ti-panorama-vertical:before{content:"\ed34"}.ti-panorama-vertical-filled:before{content:"\fecb"}.ti-panorama-vertical-off:before{content:"\f418"}.ti-paper-bag:before{content:"\f02f"}.ti-paper-bag-off:before{content:"\f16f"}.ti-paperclip:before{content:"\eb02"}.ti-parachute:before{content:"\ed7c"}.ti-parachute-off:before{content:"\f170"}.ti-parentheses:before{content:"\ebd8"}.ti-parentheses-off:before{content:"\f171"}.ti-parking:before{content:"\eb03"}.ti-parking-circle:before{content:"\fd5a"}.ti-parking-circle-filled:before{content:"\feca"}.ti-parking-off:before{content:"\f172"} +.ti-password:before{content:"\f4ca"}.ti-password-fingerprint:before{content:"\fc7b"}.ti-password-mobile-phone:before{content:"\fc7c"}.ti-password-user:before{content:"\fc7d"}.ti-paw:before{content:"\eff9"}.ti-paw-filled:before{content:"\f689"}.ti-paw-off:before{content:"\f419"}.ti-paywall:before{content:"\fd7e"}.ti-pdf:before{content:"\f7ac"}.ti-peace:before{content:"\ecbe"}.ti-pencil:before{content:"\eb04"}.ti-pencil-bolt:before{content:"\fbfd"}.ti-pencil-cancel:before{content:"\fbfe"}.ti-pencil-check:before{content:"\fbff"}.ti-pencil-code:before{content:"\fc00"}.ti-pencil-cog:before{content:"\fc01"}.ti-pencil-discount:before{content:"\fc02"}.ti-pencil-dollar:before{content:"\fc03"}.ti-pencil-down:before{content:"\fc04"}.ti-pencil-exclamation:before{content:"\fc05"}.ti-pencil-heart:before{content:"\fc06"}.ti-pencil-minus:before{content:"\f1eb"}.ti-pencil-off:before{content:"\f173"}.ti-pencil-pause:before{content:"\fc07"}.ti-pencil-pin:before{content:"\fc08"}.ti-pencil-plus:before{content:"\f1ec"}.ti-pencil-question:before{content:"\fc09"}.ti-pencil-search:before{content:"\fc0a"}.ti-pencil-share:before{content:"\fc0b"}.ti-pencil-star:before{content:"\fc0c"}.ti-pencil-up:before{content:"\fc0d"}.ti-pencil-x:before{content:"\fc0e"}.ti-pennant:before{content:"\ed7d"}.ti-pennant-2:before{content:"\f06a"}.ti-pennant-2-filled:before{content:"\f68a"}.ti-pennant-filled:before{content:"\f68b"}.ti-pennant-off:before{content:"\f174"}.ti-pentagon:before{content:"\efe3"}.ti-pentagon-filled:before{content:"\f68c"}.ti-pentagon-minus:before{content:"\feb3"}.ti-pentagon-number-0:before{content:"\fc7e"}.ti-pentagon-number-1:before{content:"\fc7f"}.ti-pentagon-number-2:before{content:"\fc80"}.ti-pentagon-number-3:before{content:"\fc81"}.ti-pentagon-number-4:before{content:"\fc82"}.ti-pentagon-number-5:before{content:"\fc83"}.ti-pentagon-number-6:before{content:"\fc84"}.ti-pentagon-number-7:before{content:"\fc85"}.ti-pentagon-number-8:before{content:"\fc86"}.ti-pentagon-number-9:before{content:"\fc87"}.ti-pentagon-off:before{content:"\f41a"}.ti-pentagon-plus:before{content:"\fc49"}.ti-pentagon-x:before{content:"\fc88"}.ti-pentagram:before{content:"\f586"}.ti-pepper:before{content:"\ef15"}.ti-pepper-off:before{content:"\f175"}.ti-percentage:before{content:"\ecf4"}.ti-percentage-0:before{content:"\fee5"}.ti-percentage-10:before{content:"\fee4"}.ti-percentage-100:before{content:"\fee3"}.ti-percentage-20:before{content:"\fee2"}.ti-percentage-25:before{content:"\fee1"}.ti-percentage-30:before{content:"\fee0"}.ti-percentage-33:before{content:"\fedf"}.ti-percentage-40:before{content:"\fede"}.ti-percentage-50:before{content:"\fedd"}.ti-percentage-60:before{content:"\fedc"}.ti-percentage-66:before{content:"\fedb"}.ti-percentage-70:before{content:"\feda"}.ti-percentage-75:before{content:"\fed9"}.ti-percentage-80:before{content:"\fed8"} +.ti-percentage-90:before{content:"\fed7"}.ti-perfume:before{content:"\f509"}.ti-perspective:before{content:"\eebd"}.ti-perspective-off:before{content:"\f176"}.ti-phone:before{content:"\eb09"}.ti-phone-call:before{content:"\eb05"}.ti-phone-calling:before{content:"\ec43"}.ti-phone-check:before{content:"\ec05"}.ti-phone-done:before{content:"\ff9e"}.ti-phone-end:before{content:"\ff9d"}.ti-phone-filled:before{content:"\fa49"}.ti-phone-incoming:before{content:"\eb06"}.ti-phone-off:before{content:"\ecf5"}.ti-phone-outgoing:before{content:"\eb07"}.ti-phone-pause:before{content:"\eb08"}.ti-phone-plus:before{content:"\ec06"}.ti-phone-ringing:before{content:"\ff9c"}.ti-phone-spark:before{content:"\ffb1"}.ti-phone-x:before{content:"\ec07"}.ti-photo:before{content:"\eb0a"}.ti-photo-ai:before{content:"\fa32"}.ti-photo-bitcoin:before{content:"\ff31"}.ti-photo-bolt:before{content:"\f990"}.ti-photo-cancel:before{content:"\f35d"}.ti-photo-check:before{content:"\f35e"}.ti-photo-circle:before{content:"\fc4a"}.ti-photo-circle-minus:before{content:"\fc62"}.ti-photo-circle-plus:before{content:"\fc63"}.ti-photo-code:before{content:"\f991"}.ti-photo-cog:before{content:"\f992"}.ti-photo-dollar:before{content:"\f993"}.ti-photo-down:before{content:"\f35f"}.ti-photo-edit:before{content:"\f360"}.ti-photo-exclamation:before{content:"\f994"}.ti-photo-filled:before{content:"\fa4a"}.ti-photo-heart:before{content:"\f361"}.ti-photo-hexagon:before{content:"\fc4b"}.ti-photo-minus:before{content:"\f362"}.ti-photo-off:before{content:"\ecf6"}.ti-photo-pause:before{content:"\f995"}.ti-photo-pentagon:before{content:"\fc4c"}.ti-photo-pin:before{content:"\f996"}.ti-photo-plus:before{content:"\f363"}.ti-photo-question:before{content:"\f997"}.ti-photo-scan:before{content:"\fca8"}.ti-photo-search:before{content:"\f364"}.ti-photo-sensor:before{content:"\f798"}.ti-photo-sensor-2:before{content:"\f796"}.ti-photo-sensor-3:before{content:"\f797"}.ti-photo-share:before{content:"\f998"}.ti-photo-shield:before{content:"\f365"}.ti-photo-spark:before{content:"\ffb0"}.ti-photo-square-rounded:before{content:"\fc4d"}.ti-photo-star:before{content:"\f366"}.ti-photo-up:before{content:"\f38b"}.ti-photo-video:before{content:"\fc95"}.ti-photo-x:before{content:"\f367"}.ti-physotherapist:before{content:"\eebe"}.ti-piano:before{content:"\fad3"}.ti-pick:before{content:"\fafc"}.ti-picnic-table:before{content:"\fed6"}.ti-picture-in-picture:before{content:"\ed35"}.ti-picture-in-picture-filled:before{content:"\fec1"}.ti-picture-in-picture-off:before{content:"\ed43"}.ti-picture-in-picture-on:before{content:"\ed44"}.ti-picture-in-picture-top:before{content:"\efe4"}.ti-picture-in-picture-top-filled:before{content:"\fec2"}.ti-pig:before{content:"\ef52"}.ti-pig-money:before{content:"\f38c"}.ti-pig-off:before{content:"\f177"}.ti-pilcrow:before{content:"\f5f6"} +.ti-pilcrow-left:before{content:"\fd7f"}.ti-pilcrow-right:before{content:"\fd80"}.ti-pill:before{content:"\ec44"}.ti-pill-filled:before{content:"\ff07"}.ti-pill-off:before{content:"\f178"}.ti-pills:before{content:"\ef66"}.ti-pin:before{content:"\ec9c"}.ti-pin-end:before{content:"\fd5b"}.ti-pin-filled:before{content:"\f68d"}.ti-pin-invoke:before{content:"\fd5c"}.ti-ping-pong:before{content:"\f38d"}.ti-pinned:before{content:"\ed60"}.ti-pinned-filled:before{content:"\f68e"}.ti-pinned-off:before{content:"\ed5f"}.ti-pizza:before{content:"\edbb"}.ti-pizza-filled:before{content:"\10008"}.ti-pizza-off:before{content:"\f179"}.ti-placeholder:before{content:"\f626"}.ti-plane:before{content:"\eb6f"}.ti-plane-arrival:before{content:"\eb99"}.ti-plane-departure:before{content:"\eb9a"}.ti-plane-inflight:before{content:"\ef98"}.ti-plane-off:before{content:"\f17a"}.ti-plane-tilt:before{content:"\f1ed"}.ti-planet:before{content:"\ec08"}.ti-planet-off:before{content:"\f17b"}.ti-plant:before{content:"\ed50"}.ti-plant-2:before{content:"\ed7e"}.ti-plant-2-off:before{content:"\f17c"}.ti-plant-off:before{content:"\f17d"}.ti-play-basketball:before{content:"\fa66"}.ti-play-card:before{content:"\eebf"}.ti-play-card-1:before{content:"\1005c"}.ti-play-card-1-filled:before{content:"\10083"}.ti-play-card-10:before{content:"\1005b"}.ti-play-card-10-filled:before{content:"\10082"}.ti-play-card-2:before{content:"\1005a"}.ti-play-card-2-filled:before{content:"\10081"}.ti-play-card-3:before{content:"\10059"}.ti-play-card-3-filled:before{content:"\10080"}.ti-play-card-4:before{content:"\10058"}.ti-play-card-4-filled:before{content:"\1007f"}.ti-play-card-5:before{content:"\10057"}.ti-play-card-5-filled:before{content:"\1007e"}.ti-play-card-6:before{content:"\10056"}.ti-play-card-6-filled:before{content:"\1007d"}.ti-play-card-7:before{content:"\10055"}.ti-play-card-7-filled:before{content:"\1007c"}.ti-play-card-8:before{content:"\10054"}.ti-play-card-8-filled:before{content:"\1007b"}.ti-play-card-9:before{content:"\10053"}.ti-play-card-9-filled:before{content:"\1007a"}.ti-play-card-a:before{content:"\10052"}.ti-play-card-a-filled:before{content:"\10079"}.ti-play-card-j:before{content:"\10051"}.ti-play-card-j-filled:before{content:"\10078"}.ti-play-card-k:before{content:"\10050"}.ti-play-card-k-filled:before{content:"\10077"}.ti-play-card-off:before{content:"\f17e"}.ti-play-card-q:before{content:"\1004f"}.ti-play-card-q-filled:before{content:"\10076"}.ti-play-card-star:before{content:"\1004e"}.ti-play-card-star-filled:before{content:"\10075"}.ti-play-football:before{content:"\fa67"}.ti-play-handball:before{content:"\fa68"}.ti-play-volleyball:before{content:"\fa69"}.ti-player-eject:before{content:"\efbc"}.ti-player-eject-filled:before{content:"\f68f"}.ti-player-pause:before{content:"\ed45"}.ti-player-pause-filled:before{content:"\f690"}.ti-player-play:before{content:"\ed46"} +.ti-player-play-filled:before{content:"\f691"}.ti-player-record:before{content:"\ed47"}.ti-player-record-filled:before{content:"\f692"}.ti-player-skip-back:before{content:"\ed48"}.ti-player-skip-back-filled:before{content:"\f693"}.ti-player-skip-forward:before{content:"\ed49"}.ti-player-skip-forward-filled:before{content:"\f694"}.ti-player-stop:before{content:"\ed4a"}.ti-player-stop-filled:before{content:"\f695"}.ti-player-track-next:before{content:"\ed4b"}.ti-player-track-next-filled:before{content:"\f696"}.ti-player-track-prev:before{content:"\ed4c"}.ti-player-track-prev-filled:before{content:"\f697"}.ti-playlist:before{content:"\eec0"}.ti-playlist-add:before{content:"\f008"}.ti-playlist-off:before{content:"\f17f"}.ti-playlist-x:before{content:"\f009"}.ti-playstation-circle:before{content:"\f2ad"}.ti-playstation-square:before{content:"\f2ae"}.ti-playstation-triangle:before{content:"\f2af"}.ti-playstation-x:before{content:"\f2b0"}.ti-plug:before{content:"\ebd9"}.ti-plug-connected:before{content:"\f00a"}.ti-plug-connected-x:before{content:"\f0a0"}.ti-plug-off:before{content:"\f180"}.ti-plug-x:before{content:"\f0a1"}.ti-plus:before{content:"\eb0b"}.ti-plus-equal:before{content:"\f7ad"}.ti-plus-minus:before{content:"\f7ae"}.ti-png:before{content:"\f3ad"}.ti-podium:before{content:"\f1d8"}.ti-podium-off:before{content:"\f41b"}.ti-point:before{content:"\eb0c"}.ti-point-filled:before{content:"\f698"}.ti-point-off:before{content:"\f181"}.ti-pointer:before{content:"\f265"}.ti-pointer-bolt:before{content:"\f999"}.ti-pointer-cancel:before{content:"\f99a"}.ti-pointer-check:before{content:"\f99b"}.ti-pointer-code:before{content:"\f99c"}.ti-pointer-cog:before{content:"\f99d"}.ti-pointer-dollar:before{content:"\f99e"}.ti-pointer-down:before{content:"\f99f"}.ti-pointer-exclamation:before{content:"\f9a0"}.ti-pointer-filled:before{content:"\fb30"}.ti-pointer-heart:before{content:"\f9a1"}.ti-pointer-minus:before{content:"\f9a2"}.ti-pointer-off:before{content:"\f9a3"}.ti-pointer-pause:before{content:"\f9a4"}.ti-pointer-pin:before{content:"\f9a5"}.ti-pointer-plus:before{content:"\f9a6"}.ti-pointer-question:before{content:"\f9a7"}.ti-pointer-search:before{content:"\f9a8"}.ti-pointer-share:before{content:"\f9a9"}.ti-pointer-star:before{content:"\f9aa"}.ti-pointer-up:before{content:"\f9ab"}.ti-pointer-x:before{content:"\f9ac"}.ti-pokeball:before{content:"\eec1"}.ti-pokeball-off:before{content:"\f41c"}.ti-poker-chip:before{content:"\f515"}.ti-polaroid:before{content:"\eec2"}.ti-polaroid-filled:before{content:"\fa4b"}.ti-polygon:before{content:"\efd0"}.ti-polygon-off:before{content:"\f182"}.ti-poo:before{content:"\f258"}.ti-poo-filled:before{content:"\fec9"}.ti-pool:before{content:"\ed91"}.ti-pool-off:before{content:"\f41d"}.ti-power:before{content:"\eb0d"}.ti-pray:before{content:"\ecbf"}.ti-premium-rights:before{content:"\efbd"} +.ti-prescription:before{content:"\ef99"}.ti-presentation:before{content:"\eb70"}.ti-presentation-analytics:before{content:"\eec3"}.ti-presentation-analytics-filled:before{content:"\ff5d"}.ti-presentation-filled:before{content:"\ff5c"}.ti-presentation-off:before{content:"\f183"}.ti-printer:before{content:"\eb0e"}.ti-printer-off:before{content:"\f184"}.ti-prism:before{content:"\fab1"}.ti-prism-light:before{content:"\fea6"}.ti-prism-off:before{content:"\faaf"}.ti-prism-plus:before{content:"\fab0"}.ti-prison:before{content:"\ef79"}.ti-progress:before{content:"\fa0d"}.ti-progress-alert:before{content:"\fa07"}.ti-progress-bolt:before{content:"\fa08"}.ti-progress-check:before{content:"\fa09"}.ti-progress-down:before{content:"\fa0a"}.ti-progress-help:before{content:"\fa0b"}.ti-progress-x:before{content:"\fa0c"}.ti-prompt:before{content:"\eb0f"}.ti-prong:before{content:"\fda1"}.ti-propeller:before{content:"\eec4"}.ti-propeller-off:before{content:"\f185"}.ti-protocol:before{content:"\fd81"}.ti-pumpkin-scary:before{content:"\f587"}.ti-puzzle:before{content:"\eb10"}.ti-puzzle-2:before{content:"\ef83"}.ti-puzzle-filled:before{content:"\f699"}.ti-puzzle-off:before{content:"\f186"}.ti-pyramid:before{content:"\eec5"}.ti-pyramid-off:before{content:"\f187"}.ti-pyramid-plus:before{content:"\fab2"}.ti-qrcode:before{content:"\eb11"}.ti-qrcode-off:before{content:"\f41e"}.ti-question-mark:before{content:"\ec9d"}.ti-quote:before{content:"\efbe"}.ti-quote-off:before{content:"\f188"}.ti-quotes:before{content:"\fb1e"}.ti-radar:before{content:"\f017"}.ti-radar-2:before{content:"\f016"}.ti-radar-filled:before{content:"\fe0d"}.ti-radar-off:before{content:"\f41f"}.ti-radio:before{content:"\ef2d"}.ti-radio-off:before{content:"\f420"}.ti-radioactive:before{content:"\ecc0"}.ti-radioactive-filled:before{content:"\f760"}.ti-radioactive-off:before{content:"\f189"}.ti-radius-bottom-left:before{content:"\eec6"}.ti-radius-bottom-right:before{content:"\eec7"}.ti-radius-top-left:before{content:"\eec8"}.ti-radius-top-right:before{content:"\eec9"}.ti-rainbow:before{content:"\edbc"}.ti-rainbow-off:before{content:"\f18a"}.ti-rating-12-plus:before{content:"\f266"}.ti-rating-14-plus:before{content:"\f267"}.ti-rating-16-plus:before{content:"\f268"}.ti-rating-18-plus:before{content:"\f269"}.ti-rating-21-plus:before{content:"\f26a"}.ti-razor:before{content:"\f4b5"}.ti-razor-electric:before{content:"\f4b4"}.ti-receipt:before{content:"\edfd"}.ti-receipt-2:before{content:"\edfa"}.ti-receipt-bitcoin:before{content:"\fd66"}.ti-receipt-dollar:before{content:"\fd67"}.ti-receipt-euro:before{content:"\fd68"}.ti-receipt-filled:before{content:"\ff06"}.ti-receipt-off:before{content:"\edfb"}.ti-receipt-pound:before{content:"\fd69"}.ti-receipt-refund:before{content:"\edfc"}.ti-receipt-rupee:before{content:"\fd82"} +.ti-receipt-tax:before{content:"\edbd"}.ti-receipt-yen:before{content:"\fd6a"}.ti-receipt-yuan:before{content:"\fd6b"}.ti-recharging:before{content:"\eeca"}.ti-record-mail:before{content:"\eb12"}.ti-record-mail-off:before{content:"\f18b"}.ti-rectangle:before{content:"\ed37"}.ti-rectangle-filled:before{content:"\f69a"}.ti-rectangle-rounded-bottom:before{content:"\faed"}.ti-rectangle-rounded-top:before{content:"\faee"}.ti-rectangle-vertical:before{content:"\ed36"}.ti-rectangle-vertical-filled:before{content:"\f69b"}.ti-rectangular-prism:before{content:"\fab5"}.ti-rectangular-prism-off:before{content:"\fab3"}.ti-rectangular-prism-plus:before{content:"\fab4"}.ti-recycle:before{content:"\eb9b"}.ti-recycle-off:before{content:"\f18c"}.ti-refresh:before{content:"\eb13"}.ti-refresh-alert:before{content:"\ed57"}.ti-refresh-dot:before{content:"\efbf"}.ti-refresh-off:before{content:"\f18d"}.ti-regex:before{content:"\f31f"}.ti-regex-off:before{content:"\f421"}.ti-registered:before{content:"\eb14"}.ti-relation-many-to-many:before{content:"\ed7f"}.ti-relation-many-to-many-filled:before{content:"\fe0c"}.ti-relation-one-to-many:before{content:"\ed80"}.ti-relation-one-to-many-filled:before{content:"\fe0b"}.ti-relation-one-to-one:before{content:"\ed81"}.ti-relation-one-to-one-filled:before{content:"\fe0a"}.ti-reload:before{content:"\f3ae"}.ti-reorder:before{content:"\fc15"}.ti-repeat:before{content:"\eb72"}.ti-repeat-off:before{content:"\f18e"}.ti-repeat-once:before{content:"\eb71"}.ti-replace:before{content:"\ebc7"}.ti-replace-filled:before{content:"\f69c"}.ti-replace-off:before{content:"\f422"}.ti-report:before{content:"\eece"}.ti-report-analytics:before{content:"\eecb"}.ti-report-medical:before{content:"\eecc"}.ti-report-money:before{content:"\eecd"}.ti-report-off:before{content:"\f18f"}.ti-report-search:before{content:"\ef84"}.ti-reserved-line:before{content:"\f9f6"}.ti-resize:before{content:"\eecf"}.ti-restore:before{content:"\fafd"}.ti-rewind-backward-10:before{content:"\faba"}.ti-rewind-backward-15:before{content:"\fabb"}.ti-rewind-backward-20:before{content:"\fabc"}.ti-rewind-backward-30:before{content:"\fabd"}.ti-rewind-backward-40:before{content:"\fabe"}.ti-rewind-backward-5:before{content:"\fabf"}.ti-rewind-backward-50:before{content:"\fac0"}.ti-rewind-backward-60:before{content:"\fac1"}.ti-rewind-forward-10:before{content:"\fac2"}.ti-rewind-forward-15:before{content:"\fac3"}.ti-rewind-forward-20:before{content:"\fac4"}.ti-rewind-forward-30:before{content:"\fac5"}.ti-rewind-forward-40:before{content:"\fac6"}.ti-rewind-forward-5:before{content:"\fac7"}.ti-rewind-forward-50:before{content:"\fac8"}.ti-rewind-forward-60:before{content:"\fac9"}.ti-ribbon-health:before{content:"\f58e"}.ti-rings:before{content:"\fa6a"}.ti-ripple:before{content:"\ed82"}.ti-ripple-off:before{content:"\f190"}.ti-road:before{content:"\f018"}.ti-road-off:before{content:"\f191"} +.ti-road-sign:before{content:"\ecdd"}.ti-robot:before{content:"\f00b"}.ti-robot-face:before{content:"\fcbe"}.ti-robot-off:before{content:"\f192"}.ti-rocket:before{content:"\ec45"}.ti-rocket-off:before{content:"\f193"}.ti-roller-skating:before{content:"\efd1"}.ti-rollercoaster:before{content:"\f0a2"}.ti-rollercoaster-off:before{content:"\f423"}.ti-rosette:before{content:"\f599"}.ti-rosette-discount:before{content:"\ee7c"}.ti-rosette-discount-check:before{content:"\f1f8"}.ti-rosette-discount-check-filled:before{content:"\f746"}.ti-rosette-discount-check-off:before{content:"\ff10"}.ti-rosette-discount-filled:before{content:"\ff05"}.ti-rosette-discount-off:before{content:"\f3e6"}.ti-rosette-filled:before{content:"\f69d"}.ti-rosette-number-0:before{content:"\f58f"}.ti-rosette-number-1:before{content:"\f590"}.ti-rosette-number-2:before{content:"\f591"}.ti-rosette-number-3:before{content:"\f592"}.ti-rosette-number-4:before{content:"\f593"}.ti-rosette-number-5:before{content:"\f594"}.ti-rosette-number-6:before{content:"\f595"}.ti-rosette-number-7:before{content:"\f596"}.ti-rosette-number-8:before{content:"\f597"}.ti-rosette-number-9:before{content:"\f598"}.ti-rotate:before{content:"\eb16"}.ti-rotate-2:before{content:"\ebb4"}.ti-rotate-360:before{content:"\ef85"}.ti-rotate-3d:before{content:"\f020"}.ti-rotate-clockwise:before{content:"\eb15"}.ti-rotate-clockwise-2:before{content:"\ebb5"}.ti-rotate-dot:before{content:"\efe5"}.ti-rotate-rectangle:before{content:"\ec15"}.ti-route:before{content:"\eb17"}.ti-route-2:before{content:"\f4b6"}.ti-route-alt-left:before{content:"\fca9"}.ti-route-alt-right:before{content:"\fcaa"}.ti-route-off:before{content:"\f194"}.ti-route-scan:before{content:"\fcbf"}.ti-route-square:before{content:"\fcac"}.ti-route-square-2:before{content:"\fcab"}.ti-route-x:before{content:"\fcae"}.ti-route-x-2:before{content:"\fcad"}.ti-router:before{content:"\eb18"}.ti-router-off:before{content:"\f424"}.ti-row-insert-bottom:before{content:"\eed0"}.ti-row-insert-top:before{content:"\eed1"}.ti-row-remove:before{content:"\fafe"}.ti-rss:before{content:"\eb19"}.ti-rubber-stamp:before{content:"\f5ab"}.ti-rubber-stamp-off:before{content:"\f5aa"}.ti-ruler:before{content:"\eb1a"}.ti-ruler-2:before{content:"\eed2"}.ti-ruler-2-off:before{content:"\f195"}.ti-ruler-3:before{content:"\f290"}.ti-ruler-measure:before{content:"\f291"}.ti-ruler-measure-2:before{content:"\ff0f"}.ti-ruler-off:before{content:"\f196"}.ti-run:before{content:"\ec82"}.ti-rv-truck:before{content:"\fcc0"}.ti-s-turn-down:before{content:"\f516"}.ti-s-turn-left:before{content:"\f517"}.ti-s-turn-right:before{content:"\f518"}.ti-s-turn-up:before{content:"\f519"}.ti-sailboat:before{content:"\ec83"}.ti-sailboat-2:before{content:"\f5f7"}.ti-sailboat-off:before{content:"\f425"}.ti-salad:before{content:"\f50a"}.ti-salad-filled:before{content:"\10007"} +.ti-salt:before{content:"\ef16"}.ti-sandbox:before{content:"\fd6c"}.ti-satellite:before{content:"\eed3"}.ti-satellite-off:before{content:"\f197"}.ti-sausage:before{content:"\ef17"}.ti-scale:before{content:"\ebc2"}.ti-scale-off:before{content:"\f198"}.ti-scale-outline:before{content:"\ef53"}.ti-scale-outline-off:before{content:"\f199"}.ti-scan:before{content:"\ebc8"}.ti-scan-eye:before{content:"\f1ff"}.ti-scan-position:before{content:"\fdac"}.ti-schema:before{content:"\f200"}.ti-schema-off:before{content:"\f426"}.ti-school:before{content:"\ecf7"}.ti-school-bell:before{content:"\f64a"}.ti-school-off:before{content:"\f19a"}.ti-scissors:before{content:"\eb1b"}.ti-scissors-off:before{content:"\f19b"}.ti-scooter:before{content:"\ec6c"}.ti-scooter-electric:before{content:"\ecc1"}.ti-scoreboard:before{content:"\fa6b"}.ti-screen-share:before{content:"\ed18"}.ti-screen-share-off:before{content:"\ed17"}.ti-screenshot:before{content:"\f201"}.ti-scribble:before{content:"\f0a3"}.ti-scribble-off:before{content:"\f427"}.ti-script:before{content:"\f2da"}.ti-script-minus:before{content:"\f2d7"}.ti-script-plus:before{content:"\f2d8"}.ti-script-x:before{content:"\f2d9"}.ti-scuba-diving:before{content:"\fd4e"}.ti-scuba-diving-tank:before{content:"\fefa"}.ti-scuba-diving-tank-filled:before{content:"\ff04"}.ti-scuba-mask:before{content:"\eed4"}.ti-scuba-mask-off:before{content:"\f428"}.ti-sdk:before{content:"\f3af"}.ti-search:before{content:"\eb1c"}.ti-search-off:before{content:"\f19c"}.ti-section:before{content:"\eed5"}.ti-section-filled:before{content:"\fe09"}.ti-section-sign:before{content:"\f019"}.ti-seeding:before{content:"\ed51"}.ti-seeding-filled:before{content:"\10006"}.ti-seeding-off:before{content:"\f19d"}.ti-select:before{content:"\ec9e"}.ti-select-all:before{content:"\f9f7"}.ti-selector:before{content:"\eb1d"}.ti-send:before{content:"\eb1e"}.ti-send-2:before{content:"\fd5d"}.ti-send-off:before{content:"\f429"}.ti-seo:before{content:"\f26b"}.ti-separator:before{content:"\ebda"}.ti-separator-horizontal:before{content:"\ec79"}.ti-separator-vertical:before{content:"\ec7a"}.ti-server:before{content:"\eb1f"}.ti-server-2:before{content:"\f07c"}.ti-server-bolt:before{content:"\f320"}.ti-server-cog:before{content:"\f321"}.ti-server-off:before{content:"\f19e"}.ti-server-spark:before{content:"\ffaf"}.ti-servicemark:before{content:"\ec09"}.ti-settings:before{content:"\eb20"}.ti-settings-2:before{content:"\f5ac"}.ti-settings-automation:before{content:"\eed6"}.ti-settings-bolt:before{content:"\f9ad"}.ti-settings-cancel:before{content:"\f9ae"}.ti-settings-check:before{content:"\f9af"}.ti-settings-code:before{content:"\f9b0"}.ti-settings-cog:before{content:"\f9b1"}.ti-settings-dollar:before{content:"\f9b2"}.ti-settings-down:before{content:"\f9b3"} +.ti-settings-exclamation:before{content:"\f9b4"}.ti-settings-filled:before{content:"\f69e"}.ti-settings-heart:before{content:"\f9b5"}.ti-settings-minus:before{content:"\f9b6"}.ti-settings-off:before{content:"\f19f"}.ti-settings-pause:before{content:"\f9b7"}.ti-settings-pin:before{content:"\f9b8"}.ti-settings-plus:before{content:"\f9b9"}.ti-settings-question:before{content:"\f9ba"}.ti-settings-search:before{content:"\f9bb"}.ti-settings-share:before{content:"\f9bc"}.ti-settings-spark:before{content:"\ffae"}.ti-settings-star:before{content:"\f9bd"}.ti-settings-up:before{content:"\f9be"}.ti-settings-x:before{content:"\f9bf"}.ti-shadow:before{content:"\eed8"}.ti-shadow-off:before{content:"\eed7"}.ti-shape:before{content:"\eb9c"}.ti-shape-2:before{content:"\eed9"}.ti-shape-3:before{content:"\eeda"}.ti-shape-off:before{content:"\f1a0"}.ti-share:before{content:"\eb21"}.ti-share-2:before{content:"\f799"}.ti-share-3:before{content:"\f7bd"}.ti-share-off:before{content:"\f1a1"}.ti-shareplay:before{content:"\fea5"}.ti-shield:before{content:"\eb24"}.ti-shield-bolt:before{content:"\f9c0"}.ti-shield-cancel:before{content:"\f9c1"}.ti-shield-check:before{content:"\eb22"}.ti-shield-check-filled:before{content:"\f761"}.ti-shield-checkered:before{content:"\ef9a"}.ti-shield-checkered-filled:before{content:"\f762"}.ti-shield-chevron:before{content:"\ef9b"}.ti-shield-code:before{content:"\f9c2"}.ti-shield-cog:before{content:"\f9c3"}.ti-shield-dollar:before{content:"\f9c4"}.ti-shield-down:before{content:"\f9c5"}.ti-shield-exclamation:before{content:"\f9c6"}.ti-shield-filled:before{content:"\f69f"}.ti-shield-half:before{content:"\f358"}.ti-shield-half-filled:before{content:"\f357"}.ti-shield-heart:before{content:"\f9c7"}.ti-shield-lock:before{content:"\ed58"}.ti-shield-lock-filled:before{content:"\f763"}.ti-shield-minus:before{content:"\f9c8"}.ti-shield-off:before{content:"\ecf8"}.ti-shield-pause:before{content:"\f9c9"}.ti-shield-pin:before{content:"\f9ca"}.ti-shield-plus:before{content:"\f9cb"}.ti-shield-question:before{content:"\f9cc"}.ti-shield-search:before{content:"\f9cd"}.ti-shield-share:before{content:"\f9ce"}.ti-shield-star:before{content:"\f9cf"}.ti-shield-up:before{content:"\f9d0"}.ti-shield-x:before{content:"\eb23"}.ti-ship:before{content:"\ec84"}.ti-ship-off:before{content:"\f42a"}.ti-shirt:before{content:"\ec0a"}.ti-shirt-filled:before{content:"\f6a0"}.ti-shirt-off:before{content:"\f1a2"}.ti-shirt-sport:before{content:"\f26c"}.ti-shoe:before{content:"\efd2"}.ti-shoe-off:before{content:"\f1a4"}.ti-shopping-bag:before{content:"\f5f8"}.ti-shopping-bag-check:before{content:"\fc16"}.ti-shopping-bag-discount:before{content:"\fc17"}.ti-shopping-bag-edit:before{content:"\fc18"}.ti-shopping-bag-exclamation:before{content:"\fc19"}.ti-shopping-bag-heart:before{content:"\fda2"}.ti-shopping-bag-minus:before{content:"\fc1a"} +.ti-shopping-bag-plus:before{content:"\fc1b"}.ti-shopping-bag-search:before{content:"\fc1c"}.ti-shopping-bag-x:before{content:"\fc1d"}.ti-shopping-cart:before{content:"\eb25"}.ti-shopping-cart-bolt:before{content:"\fb57"}.ti-shopping-cart-cancel:before{content:"\fb58"}.ti-shopping-cart-check:before{content:"\fb59"}.ti-shopping-cart-code:before{content:"\fb5a"}.ti-shopping-cart-cog:before{content:"\fb5b"}.ti-shopping-cart-copy:before{content:"\fb5c"}.ti-shopping-cart-discount:before{content:"\fb5d"}.ti-shopping-cart-dollar:before{content:"\fb5e"}.ti-shopping-cart-down:before{content:"\fb5f"}.ti-shopping-cart-exclamation:before{content:"\fb60"}.ti-shopping-cart-filled:before{content:"\fc3f"}.ti-shopping-cart-heart:before{content:"\fb61"}.ti-shopping-cart-minus:before{content:"\fb62"}.ti-shopping-cart-off:before{content:"\eedc"}.ti-shopping-cart-pause:before{content:"\fb63"}.ti-shopping-cart-pin:before{content:"\fb64"}.ti-shopping-cart-plus:before{content:"\fb65"}.ti-shopping-cart-question:before{content:"\fb66"}.ti-shopping-cart-search:before{content:"\fb67"}.ti-shopping-cart-share:before{content:"\fb68"}.ti-shopping-cart-star:before{content:"\fb69"}.ti-shopping-cart-up:before{content:"\fb6a"}.ti-shopping-cart-x:before{content:"\fb6b"}.ti-shovel:before{content:"\f1d9"}.ti-shovel-pitchforks:before{content:"\fd3a"}.ti-shredder:before{content:"\eedf"}.ti-sign-left:before{content:"\f06b"}.ti-sign-left-filled:before{content:"\f6a1"}.ti-sign-right:before{content:"\f06c"}.ti-sign-right-filled:before{content:"\f6a2"}.ti-signal-2g:before{content:"\f79a"}.ti-signal-3g:before{content:"\f1ee"}.ti-signal-4g:before{content:"\f1ef"}.ti-signal-4g-plus:before{content:"\f259"}.ti-signal-5g:before{content:"\f1f0"}.ti-signal-6g:before{content:"\f9f8"}.ti-signal-e:before{content:"\f9f9"}.ti-signal-g:before{content:"\f9fa"}.ti-signal-h:before{content:"\f9fc"}.ti-signal-h-plus:before{content:"\f9fb"}.ti-signal-lte:before{content:"\f9fd"}.ti-signature:before{content:"\eee0"}.ti-signature-off:before{content:"\f1a5"}.ti-sitemap:before{content:"\eb9d"}.ti-sitemap-filled:before{content:"\1006b"}.ti-sitemap-off:before{content:"\f1a6"}.ti-skateboard:before{content:"\ecc2"}.ti-skateboard-off:before{content:"\f42b"}.ti-skateboarding:before{content:"\faca"}.ti-skew-x:before{content:"\fd3b"}.ti-skew-y:before{content:"\fd3c"}.ti-ski-jumping:before{content:"\fa6c"}.ti-skull:before{content:"\f292"}.ti-slash:before{content:"\f4f9"}.ti-slashes:before{content:"\f588"}.ti-sleigh:before{content:"\ef9c"}.ti-slice:before{content:"\ebdb"}.ti-slideshow:before{content:"\ebc9"}.ti-smart-home:before{content:"\ecde"}.ti-smart-home-off:before{content:"\f1a7"}.ti-smoking:before{content:"\ecc4"}.ti-smoking-no:before{content:"\ecc3"}.ti-snowboarding:before{content:"\fd4f"}.ti-snowflake:before{content:"\ec0b"}.ti-snowflake-off:before{content:"\f1a8"}.ti-snowman:before{content:"\f26d"} +.ti-soccer-field:before{content:"\ed92"}.ti-social:before{content:"\ebec"}.ti-social-off:before{content:"\f1a9"}.ti-sock:before{content:"\eee1"}.ti-sofa:before{content:"\efaf"}.ti-sofa-off:before{content:"\f42c"}.ti-solar-electricity:before{content:"\fcc1"}.ti-solar-panel:before{content:"\f7bf"}.ti-solar-panel-2:before{content:"\f7be"}.ti-sort-0-9:before{content:"\f54d"}.ti-sort-9-0:before{content:"\f54e"}.ti-sort-a-z:before{content:"\f54f"}.ti-sort-ascending:before{content:"\eb26"}.ti-sort-ascending-2:before{content:"\eee2"}.ti-sort-ascending-2-filled:before{content:"\ff5b"}.ti-sort-ascending-letters:before{content:"\ef18"}.ti-sort-ascending-numbers:before{content:"\ef19"}.ti-sort-ascending-shapes:before{content:"\fd94"}.ti-sort-ascending-shapes-filled:before{content:"\ff5a"}.ti-sort-ascending-small-big:before{content:"\fd95"}.ti-sort-descending:before{content:"\eb27"}.ti-sort-descending-2:before{content:"\eee3"}.ti-sort-descending-2-filled:before{content:"\ff59"}.ti-sort-descending-letters:before{content:"\ef1a"}.ti-sort-descending-numbers:before{content:"\ef1b"}.ti-sort-descending-shapes:before{content:"\fd97"}.ti-sort-descending-shapes-filled:before{content:"\ff58"}.ti-sort-descending-small-big:before{content:"\fd96"}.ti-sort-z-a:before{content:"\f550"}.ti-sos:before{content:"\f24a"}.ti-soup:before{content:"\ef2e"}.ti-soup-filled:before{content:"\fe08"}.ti-soup-off:before{content:"\f42d"}.ti-source-code:before{content:"\f4a2"}.ti-space:before{content:"\ec0c"}.ti-space-off:before{content:"\f1aa"}.ti-spaces:before{content:"\fea4"}.ti-spacing-horizontal:before{content:"\ef54"}.ti-spacing-vertical:before{content:"\ef55"}.ti-spade:before{content:"\effa"}.ti-spade-filled:before{content:"\f6a3"}.ti-sparkles:before{content:"\f6d7"}.ti-speakerphone:before{content:"\ed61"}.ti-speedboat:before{content:"\ed93"}.ti-sphere:before{content:"\fab8"}.ti-sphere-off:before{content:"\fab6"}.ti-sphere-plus:before{content:"\fab7"}.ti-spider:before{content:"\f293"}.ti-spiral:before{content:"\f294"}.ti-spiral-off:before{content:"\f42e"}.ti-sport-billard:before{content:"\eee4"}.ti-spray:before{content:"\f50b"}.ti-spy:before{content:"\f227"}.ti-spy-off:before{content:"\f42f"}.ti-sql:before{content:"\f7c0"}.ti-square:before{content:"\eb2c"}.ti-square-arrow-down:before{content:"\f4b7"}.ti-square-arrow-down-filled:before{content:"\fb31"}.ti-square-arrow-left:before{content:"\f4b8"}.ti-square-arrow-left-filled:before{content:"\fb32"}.ti-square-arrow-right:before{content:"\f4b9"}.ti-square-arrow-right-filled:before{content:"\fb33"}.ti-square-arrow-up:before{content:"\f4ba"}.ti-square-arrow-up-filled:before{content:"\fb34"}.ti-square-asterisk:before{content:"\f01a"}.ti-square-asterisk-filled:before{content:"\fb35"}.ti-square-check:before{content:"\eb28"}.ti-square-check-filled:before{content:"\f76d"}.ti-square-chevron-down:before{content:"\f627"} +.ti-square-chevron-down-filled:before{content:"\fb36"}.ti-square-chevron-left:before{content:"\f628"}.ti-square-chevron-left-filled:before{content:"\fb37"}.ti-square-chevron-right:before{content:"\f629"}.ti-square-chevron-right-filled:before{content:"\fb38"}.ti-square-chevron-up:before{content:"\f62a"}.ti-square-chevron-up-filled:before{content:"\fb39"}.ti-square-chevrons-down:before{content:"\f64b"}.ti-square-chevrons-down-filled:before{content:"\fb3a"}.ti-square-chevrons-left:before{content:"\f64c"}.ti-square-chevrons-left-filled:before{content:"\fb3b"}.ti-square-chevrons-right:before{content:"\f64d"}.ti-square-chevrons-right-filled:before{content:"\fb3c"}.ti-square-chevrons-up:before{content:"\f64e"}.ti-square-chevrons-up-filled:before{content:"\fb3d"}.ti-square-dot:before{content:"\ed59"}.ti-square-dot-filled:before{content:"\fb3e"}.ti-square-f0:before{content:"\f526"}.ti-square-f0-filled:before{content:"\f76e"}.ti-square-f1:before{content:"\f527"}.ti-square-f1-filled:before{content:"\f76f"}.ti-square-f2:before{content:"\f528"}.ti-square-f2-filled:before{content:"\f770"}.ti-square-f3:before{content:"\f529"}.ti-square-f3-filled:before{content:"\f771"}.ti-square-f4:before{content:"\f52a"}.ti-square-f4-filled:before{content:"\f772"}.ti-square-f5:before{content:"\f52b"}.ti-square-f5-filled:before{content:"\f773"}.ti-square-f6:before{content:"\f52c"}.ti-square-f6-filled:before{content:"\f774"}.ti-square-f7:before{content:"\f52d"}.ti-square-f7-filled:before{content:"\f775"}.ti-square-f8:before{content:"\f52e"}.ti-square-f8-filled:before{content:"\f776"}.ti-square-f9:before{content:"\f52f"}.ti-square-f9-filled:before{content:"\f777"}.ti-square-filled:before{content:"\fc40"}.ti-square-forbid:before{content:"\ed5b"}.ti-square-forbid-2:before{content:"\ed5a"}.ti-square-half:before{content:"\effb"}.ti-square-key:before{content:"\f638"}.ti-square-letter-a:before{content:"\f47c"}.ti-square-letter-a-filled:before{content:"\fe07"}.ti-square-letter-b:before{content:"\f47d"}.ti-square-letter-b-filled:before{content:"\fe06"}.ti-square-letter-c:before{content:"\f47e"}.ti-square-letter-c-filled:before{content:"\fe05"}.ti-square-letter-d:before{content:"\f47f"}.ti-square-letter-d-filled:before{content:"\fe04"}.ti-square-letter-e:before{content:"\f480"}.ti-square-letter-e-filled:before{content:"\fe03"}.ti-square-letter-f:before{content:"\f481"}.ti-square-letter-f-filled:before{content:"\fe02"}.ti-square-letter-g:before{content:"\f482"}.ti-square-letter-g-filled:before{content:"\fe01"}.ti-square-letter-h:before{content:"\f483"}.ti-square-letter-h-filled:before{content:"\fe00"}.ti-square-letter-i:before{content:"\f484"}.ti-square-letter-i-filled:before{content:"\fdff"}.ti-square-letter-j:before{content:"\f485"}.ti-square-letter-j-filled:before{content:"\fdfe"}.ti-square-letter-k:before{content:"\f486"}.ti-square-letter-k-filled:before{content:"\fdfd"}.ti-square-letter-l:before{content:"\f487"}.ti-square-letter-l-filled:before{content:"\fdfc"} +.ti-square-letter-m:before{content:"\f488"}.ti-square-letter-m-filled:before{content:"\fdfb"}.ti-square-letter-n:before{content:"\f489"}.ti-square-letter-n-filled:before{content:"\fdfa"}.ti-square-letter-o:before{content:"\f48a"}.ti-square-letter-o-filled:before{content:"\fdf9"}.ti-square-letter-p:before{content:"\f48b"}.ti-square-letter-p-filled:before{content:"\fdf8"}.ti-square-letter-q:before{content:"\f48c"}.ti-square-letter-q-filled:before{content:"\fdf7"}.ti-square-letter-r:before{content:"\f48d"}.ti-square-letter-r-filled:before{content:"\fdf6"}.ti-square-letter-s:before{content:"\f48e"}.ti-square-letter-s-filled:before{content:"\fdf5"}.ti-square-letter-t:before{content:"\f48f"}.ti-square-letter-t-filled:before{content:"\fdf4"}.ti-square-letter-u:before{content:"\f490"}.ti-square-letter-u-filled:before{content:"\fdf3"}.ti-square-letter-v:before{content:"\f4bb"}.ti-square-letter-v-filled:before{content:"\fdf2"}.ti-square-letter-w:before{content:"\f491"}.ti-square-letter-w-filled:before{content:"\fdf1"}.ti-square-letter-x:before{content:"\f4bc"}.ti-square-letter-x-filled:before{content:"\fdf0"}.ti-square-letter-y:before{content:"\f492"}.ti-square-letter-y-filled:before{content:"\fdef"}.ti-square-letter-z:before{content:"\f493"}.ti-square-letter-z-filled:before{content:"\fdee"}.ti-square-minus:before{content:"\eb29"}.ti-square-minus-filled:before{content:"\fb3f"}.ti-square-number-0:before{content:"\eee5"}.ti-square-number-0-filled:before{content:"\f764"}.ti-square-number-1:before{content:"\eee6"}.ti-square-number-1-filled:before{content:"\f765"}.ti-square-number-2:before{content:"\eee7"}.ti-square-number-2-filled:before{content:"\f7fa"}.ti-square-number-3:before{content:"\eee8"}.ti-square-number-3-filled:before{content:"\f766"}.ti-square-number-4:before{content:"\eee9"}.ti-square-number-4-filled:before{content:"\f767"}.ti-square-number-5:before{content:"\eeea"}.ti-square-number-5-filled:before{content:"\f768"}.ti-square-number-6:before{content:"\eeeb"}.ti-square-number-6-filled:before{content:"\f769"}.ti-square-number-7:before{content:"\eeec"}.ti-square-number-7-filled:before{content:"\f76a"}.ti-square-number-8:before{content:"\eeed"}.ti-square-number-8-filled:before{content:"\f76b"}.ti-square-number-9:before{content:"\eeee"}.ti-square-number-9-filled:before{content:"\f76c"}.ti-square-off:before{content:"\eeef"}.ti-square-percentage:before{content:"\fd83"}.ti-square-plus:before{content:"\eb2a"}.ti-square-plus-2:before{content:"\fc96"}.ti-square-root:before{content:"\eef1"}.ti-square-root-2:before{content:"\eef0"}.ti-square-rotated:before{content:"\ecdf"}.ti-square-rotated-filled:before{content:"\f6a4"}.ti-square-rotated-forbid:before{content:"\f01c"}.ti-square-rotated-forbid-2:before{content:"\f01b"}.ti-square-rotated-off:before{content:"\eef2"}.ti-square-rounded:before{content:"\f59a"}.ti-square-rounded-arrow-down:before{content:"\f639"}.ti-square-rounded-arrow-down-filled:before{content:"\f6db"}.ti-square-rounded-arrow-left:before{content:"\f63a"} +.ti-square-rounded-arrow-left-filled:before{content:"\f6dc"}.ti-square-rounded-arrow-right:before{content:"\f63b"}.ti-square-rounded-arrow-right-filled:before{content:"\f6dd"}.ti-square-rounded-arrow-up:before{content:"\f63c"}.ti-square-rounded-arrow-up-filled:before{content:"\f6de"}.ti-square-rounded-check:before{content:"\f63d"}.ti-square-rounded-check-filled:before{content:"\f6df"}.ti-square-rounded-chevron-down:before{content:"\f62b"}.ti-square-rounded-chevron-down-filled:before{content:"\f6e0"}.ti-square-rounded-chevron-left:before{content:"\f62c"}.ti-square-rounded-chevron-left-filled:before{content:"\f6e1"}.ti-square-rounded-chevron-right:before{content:"\f62d"}.ti-square-rounded-chevron-right-filled:before{content:"\f6e2"}.ti-square-rounded-chevron-up:before{content:"\f62e"}.ti-square-rounded-chevron-up-filled:before{content:"\f6e3"}.ti-square-rounded-chevrons-down:before{content:"\f64f"}.ti-square-rounded-chevrons-down-filled:before{content:"\f6e4"}.ti-square-rounded-chevrons-left:before{content:"\f650"}.ti-square-rounded-chevrons-left-filled:before{content:"\f6e5"}.ti-square-rounded-chevrons-right:before{content:"\f651"}.ti-square-rounded-chevrons-right-filled:before{content:"\f6e6"}.ti-square-rounded-chevrons-up:before{content:"\f652"}.ti-square-rounded-chevrons-up-filled:before{content:"\f6e7"}.ti-square-rounded-filled:before{content:"\f6a5"}.ti-square-rounded-letter-a:before{content:"\f5ae"}.ti-square-rounded-letter-a-filled:before{content:"\fded"}.ti-square-rounded-letter-b:before{content:"\f5af"}.ti-square-rounded-letter-b-filled:before{content:"\fdec"}.ti-square-rounded-letter-c:before{content:"\f5b0"}.ti-square-rounded-letter-c-filled:before{content:"\fdeb"}.ti-square-rounded-letter-d:before{content:"\f5b1"}.ti-square-rounded-letter-d-filled:before{content:"\fdea"}.ti-square-rounded-letter-e:before{content:"\f5b2"}.ti-square-rounded-letter-e-filled:before{content:"\fde9"}.ti-square-rounded-letter-f:before{content:"\f5b3"}.ti-square-rounded-letter-f-filled:before{content:"\fde8"}.ti-square-rounded-letter-g:before{content:"\f5b4"}.ti-square-rounded-letter-g-filled:before{content:"\fde7"}.ti-square-rounded-letter-h:before{content:"\f5b5"}.ti-square-rounded-letter-h-filled:before{content:"\fde6"}.ti-square-rounded-letter-i:before{content:"\f5b6"}.ti-square-rounded-letter-i-filled:before{content:"\fde5"}.ti-square-rounded-letter-j:before{content:"\f5b7"}.ti-square-rounded-letter-j-filled:before{content:"\fde4"}.ti-square-rounded-letter-k:before{content:"\f5b8"}.ti-square-rounded-letter-k-filled:before{content:"\fde3"}.ti-square-rounded-letter-l:before{content:"\f5b9"}.ti-square-rounded-letter-l-filled:before{content:"\fde2"}.ti-square-rounded-letter-m:before{content:"\f5ba"}.ti-square-rounded-letter-m-filled:before{content:"\fde1"}.ti-square-rounded-letter-n:before{content:"\f5bb"}.ti-square-rounded-letter-n-filled:before{content:"\fde0"}.ti-square-rounded-letter-o:before{content:"\f5bc"}.ti-square-rounded-letter-o-filled:before{content:"\fddf"}.ti-square-rounded-letter-p:before{content:"\f5bd"}.ti-square-rounded-letter-p-filled:before{content:"\fdde"}.ti-square-rounded-letter-q:before{content:"\f5be"}.ti-square-rounded-letter-q-filled:before{content:"\fddd"} +.ti-square-rounded-letter-r:before{content:"\f5bf"}.ti-square-rounded-letter-r-filled:before{content:"\fddc"}.ti-square-rounded-letter-s:before{content:"\f5c0"}.ti-square-rounded-letter-s-filled:before{content:"\fddb"}.ti-square-rounded-letter-t:before{content:"\f5c1"}.ti-square-rounded-letter-t-filled:before{content:"\fdda"}.ti-square-rounded-letter-u:before{content:"\f5c2"}.ti-square-rounded-letter-u-filled:before{content:"\fdd9"}.ti-square-rounded-letter-v:before{content:"\f5c3"}.ti-square-rounded-letter-v-filled:before{content:"\fdd8"}.ti-square-rounded-letter-w:before{content:"\f5c4"}.ti-square-rounded-letter-w-filled:before{content:"\fdd7"}.ti-square-rounded-letter-x:before{content:"\f5c5"}.ti-square-rounded-letter-x-filled:before{content:"\fdd6"}.ti-square-rounded-letter-y:before{content:"\f5c6"}.ti-square-rounded-letter-y-filled:before{content:"\fdd5"}.ti-square-rounded-letter-z:before{content:"\f5c7"}.ti-square-rounded-letter-z-filled:before{content:"\fdd4"}.ti-square-rounded-minus:before{content:"\f63e"}.ti-square-rounded-minus-2:before{content:"\fc97"}.ti-square-rounded-minus-filled:before{content:"\fb40"}.ti-square-rounded-number-0:before{content:"\f5c8"}.ti-square-rounded-number-0-filled:before{content:"\f778"}.ti-square-rounded-number-1:before{content:"\f5c9"}.ti-square-rounded-number-1-filled:before{content:"\f779"}.ti-square-rounded-number-2:before{content:"\f5ca"}.ti-square-rounded-number-2-filled:before{content:"\f77a"}.ti-square-rounded-number-3:before{content:"\f5cb"}.ti-square-rounded-number-3-filled:before{content:"\f77b"}.ti-square-rounded-number-4:before{content:"\f5cc"}.ti-square-rounded-number-4-filled:before{content:"\f77c"}.ti-square-rounded-number-5:before{content:"\f5cd"}.ti-square-rounded-number-5-filled:before{content:"\f77d"}.ti-square-rounded-number-6:before{content:"\f5ce"}.ti-square-rounded-number-6-filled:before{content:"\f77e"}.ti-square-rounded-number-7:before{content:"\f5cf"}.ti-square-rounded-number-7-filled:before{content:"\f77f"}.ti-square-rounded-number-8:before{content:"\f5d0"}.ti-square-rounded-number-8-filled:before{content:"\f780"}.ti-square-rounded-number-9:before{content:"\f5d1"}.ti-square-rounded-number-9-filled:before{content:"\f781"}.ti-square-rounded-percentage:before{content:"\fd84"}.ti-square-rounded-plus:before{content:"\f63f"}.ti-square-rounded-plus-2:before{content:"\fc98"}.ti-square-rounded-plus-filled:before{content:"\f6e8"}.ti-square-rounded-x:before{content:"\f640"}.ti-square-rounded-x-filled:before{content:"\f6e9"}.ti-square-toggle:before{content:"\eef4"}.ti-square-toggle-horizontal:before{content:"\eef3"}.ti-square-x:before{content:"\eb2b"}.ti-square-x-filled:before{content:"\fb41"}.ti-squares:before{content:"\eef6"}.ti-squares-diagonal:before{content:"\eef5"}.ti-squares-filled:before{content:"\fe9f"}.ti-squares-selected:before{content:"\fea3"}.ti-stack:before{content:"\eb2d"}.ti-stack-2:before{content:"\eef7"}.ti-stack-2-filled:before{content:"\fdd3"}.ti-stack-3:before{content:"\ef9d"}.ti-stack-3-filled:before{content:"\fdd2"}.ti-stack-back:before{content:"\fd26"}.ti-stack-backward:before{content:"\fd27"} +.ti-stack-filled:before{content:"\fdd1"}.ti-stack-forward:before{content:"\fd28"}.ti-stack-front:before{content:"\fd29"}.ti-stack-middle:before{content:"\fd2a"}.ti-stack-pop:before{content:"\f234"}.ti-stack-push:before{content:"\f235"}.ti-stairs:before{content:"\eca6"}.ti-stairs-down:before{content:"\eca4"}.ti-stairs-up:before{content:"\eca5"}.ti-star:before{content:"\eb2e"}.ti-star-filled:before{content:"\f6a6"}.ti-star-half:before{content:"\ed19"}.ti-star-half-filled:before{content:"\f6a7"}.ti-star-off:before{content:"\ed62"}.ti-stars:before{content:"\ed38"}.ti-stars-filled:before{content:"\f6a8"}.ti-stars-off:before{content:"\f430"}.ti-status-change:before{content:"\f3b0"}.ti-steam:before{content:"\f24b"}.ti-steering-wheel:before{content:"\ec7b"}.ti-steering-wheel-filled:before{content:"\ff03"}.ti-steering-wheel-off:before{content:"\f431"}.ti-step-into:before{content:"\ece0"}.ti-step-out:before{content:"\ece1"}.ti-stereo-glasses:before{content:"\f4cb"}.ti-stethoscope:before{content:"\edbe"}.ti-stethoscope-off:before{content:"\f432"}.ti-sticker:before{content:"\eb2f"}.ti-sticker-2:before{content:"\fd3d"}.ti-stopwatch:before{content:"\ff9b"}.ti-storm:before{content:"\f24c"}.ti-storm-off:before{content:"\f433"}.ti-stretching:before{content:"\f2db"}.ti-stretching-2:before{content:"\fa6d"}.ti-strikethrough:before{content:"\eb9e"}.ti-submarine:before{content:"\ed94"}.ti-subscript:before{content:"\eb9f"}.ti-subtask:before{content:"\ec9f"}.ti-sum:before{content:"\eb73"}.ti-sum-off:before{content:"\f1ab"}.ti-sun:before{content:"\eb30"}.ti-sun-electricity:before{content:"\fcc2"}.ti-sun-filled:before{content:"\f6a9"}.ti-sun-high:before{content:"\f236"}.ti-sun-low:before{content:"\f237"}.ti-sun-moon:before{content:"\f4a3"}.ti-sun-off:before{content:"\ed63"}.ti-sun-wind:before{content:"\f238"}.ti-sunglasses:before{content:"\f239"}.ti-sunglasses-filled:before{content:"\fec8"}.ti-sunrise:before{content:"\ef1c"}.ti-sunset:before{content:"\ec31"}.ti-sunset-2:before{content:"\f23a"}.ti-superscript:before{content:"\eba0"}.ti-svg:before{content:"\f25a"}.ti-swimming:before{content:"\ec92"}.ti-swipe:before{content:"\f551"}.ti-swipe-down:before{content:"\fd5e"}.ti-swipe-down-filled:before{content:"\ff57"}.ti-swipe-left:before{content:"\fd5f"}.ti-swipe-left-filled:before{content:"\ff56"}.ti-swipe-right:before{content:"\fd60"}.ti-swipe-right-filled:before{content:"\ff55"}.ti-swipe-up:before{content:"\fd61"}.ti-swipe-up-filled:before{content:"\ff54"}.ti-switch:before{content:"\eb33"}.ti-switch-2:before{content:"\edbf"}.ti-switch-3:before{content:"\edc0"}.ti-switch-horizontal:before{content:"\eb31"}.ti-switch-vertical:before{content:"\eb32"}.ti-sword:before{content:"\f030"}.ti-sword-off:before{content:"\f434"}.ti-swords:before{content:"\f132"} +.ti-table:before{content:"\eba1"}.ti-table-alias:before{content:"\f25b"}.ti-table-column:before{content:"\faff"}.ti-table-down:before{content:"\fa1c"}.ti-table-export:before{content:"\eef8"}.ti-table-filled:before{content:"\f782"}.ti-table-heart:before{content:"\fa1d"}.ti-table-import:before{content:"\eef9"}.ti-table-minus:before{content:"\fa1e"}.ti-table-off:before{content:"\eefa"}.ti-table-options:before{content:"\f25c"}.ti-table-plus:before{content:"\fa1f"}.ti-table-row:before{content:"\fb00"}.ti-table-share:before{content:"\fa20"}.ti-table-shortcut:before{content:"\f25d"}.ti-table-spark:before{content:"\ffad"}.ti-tag:before{content:"\eb34"}.ti-tag-filled:before{content:"\ff02"}.ti-tag-off:before{content:"\efc0"}.ti-tag-starred:before{content:"\fc99"}.ti-tags:before{content:"\ef86"}.ti-tags-filled:before{content:"\ff01"}.ti-tags-off:before{content:"\efc1"}.ti-tallymark-1:before{content:"\ec46"}.ti-tallymark-2:before{content:"\ec47"}.ti-tallymark-3:before{content:"\ec48"}.ti-tallymark-4:before{content:"\ec49"}.ti-tallymarks:before{content:"\ec4a"}.ti-tank:before{content:"\ed95"}.ti-target:before{content:"\eb35"}.ti-target-arrow:before{content:"\f51a"}.ti-target-off:before{content:"\f1ad"}.ti-tax:before{content:"\feee"}.ti-tax-euro:before{content:"\fef0"}.ti-tax-pound:before{content:"\feef"}.ti-teapot:before{content:"\f552"}.ti-telescope:before{content:"\f07d"}.ti-telescope-off:before{content:"\f1ae"}.ti-temperature:before{content:"\eb38"}.ti-temperature-celsius:before{content:"\eb36"}.ti-temperature-fahrenheit:before{content:"\eb37"}.ti-temperature-minus:before{content:"\ebed"}.ti-temperature-off:before{content:"\f1af"}.ti-temperature-plus:before{content:"\ebee"}.ti-temperature-snow:before{content:"\fda3"}.ti-temperature-sun:before{content:"\fda4"}.ti-template:before{content:"\eb39"}.ti-template-off:before{content:"\f1b0"}.ti-tent:before{content:"\eefb"}.ti-tent-off:before{content:"\f435"}.ti-terminal:before{content:"\ebdc"}.ti-terminal-2:before{content:"\ebef"}.ti-test-pipe:before{content:"\eb3a"}.ti-test-pipe-2:before{content:"\f0a4"}.ti-test-pipe-2-filled:before{content:"\ff53"}.ti-test-pipe-off:before{content:"\f1b1"}.ti-tex:before{content:"\f4e0"}.ti-text-caption:before{content:"\f4a4"}.ti-text-color:before{content:"\f2dc"}.ti-text-decrease:before{content:"\f202"}.ti-text-direction-ltr:before{content:"\eefc"}.ti-text-direction-rtl:before{content:"\eefd"}.ti-text-grammar:before{content:"\fd6d"}.ti-text-increase:before{content:"\f203"}.ti-text-orientation:before{content:"\f2a4"}.ti-text-plus:before{content:"\f2a5"}.ti-text-recognition:before{content:"\f204"}.ti-text-resize:before{content:"\ef87"}.ti-text-scan-2:before{content:"\fcc3"}.ti-text-size:before{content:"\f2b1"}.ti-text-spellcheck:before{content:"\f2a6"}.ti-text-wrap:before{content:"\ebdd"} +.ti-text-wrap-column:before{content:"\feb2"}.ti-text-wrap-disabled:before{content:"\eca7"}.ti-texture:before{content:"\f51b"}.ti-theater:before{content:"\f79b"}.ti-thermometer:before{content:"\ef67"}.ti-thumb-down:before{content:"\eb3b"}.ti-thumb-down-filled:before{content:"\f6aa"}.ti-thumb-down-off:before{content:"\f436"}.ti-thumb-up:before{content:"\eb3c"}.ti-thumb-up-filled:before{content:"\f6ab"}.ti-thumb-up-off:before{content:"\f437"}.ti-tic-tac:before{content:"\f51c"}.ti-ticket:before{content:"\eb3d"}.ti-ticket-off:before{content:"\f1b2"}.ti-tie:before{content:"\f07e"}.ti-tilde:before{content:"\f4a5"}.ti-tilt-shift:before{content:"\eefe"}.ti-tilt-shift-filled:before{content:"\fec7"}.ti-tilt-shift-off:before{content:"\f1b3"}.ti-time-duration-0:before{content:"\fad4"}.ti-time-duration-10:before{content:"\fad5"}.ti-time-duration-15:before{content:"\fad6"}.ti-time-duration-30:before{content:"\fad7"}.ti-time-duration-45:before{content:"\fad8"}.ti-time-duration-5:before{content:"\fad9"}.ti-time-duration-60:before{content:"\fada"}.ti-time-duration-90:before{content:"\fadb"}.ti-time-duration-off:before{content:"\fadc"}.ti-timeline:before{content:"\f031"}.ti-timeline-event:before{content:"\f553"}.ti-timeline-event-exclamation:before{content:"\f662"}.ti-timeline-event-filled:before{content:"\fd18"}.ti-timeline-event-minus:before{content:"\f663"}.ti-timeline-event-plus:before{content:"\f664"}.ti-timeline-event-text:before{content:"\f665"}.ti-timeline-event-x:before{content:"\f666"}.ti-timezone:before{content:"\feed"}.ti-tip-jar:before{content:"\feea"}.ti-tip-jar-euro:before{content:"\feec"}.ti-tip-jar-pound:before{content:"\feeb"}.ti-tir:before{content:"\ebf0"}.ti-toggle-left:before{content:"\eb3e"}.ti-toggle-left-filled:before{content:"\fec0"}.ti-toggle-right:before{content:"\eb3f"}.ti-toggle-right-filled:before{content:"\febf"}.ti-toilet-paper:before{content:"\efd3"}.ti-toilet-paper-off:before{content:"\f1b4"}.ti-toml:before{content:"\fa5d"}.ti-tool:before{content:"\eb40"}.ti-tools:before{content:"\ebca"}.ti-tools-kitchen:before{content:"\ed64"}.ti-tools-kitchen-2:before{content:"\eeff"}.ti-tools-kitchen-2-off:before{content:"\f1b5"}.ti-tools-kitchen-3:before{content:"\fd2b"}.ti-tools-kitchen-off:before{content:"\f1b6"}.ti-tools-off:before{content:"\f1b7"}.ti-tooltip:before{content:"\f2dd"}.ti-topology-bus:before{content:"\f5d9"}.ti-topology-complex:before{content:"\f5da"}.ti-topology-full:before{content:"\f5dc"}.ti-topology-full-hierarchy:before{content:"\f5db"}.ti-topology-ring:before{content:"\f5df"}.ti-topology-ring-2:before{content:"\f5dd"}.ti-topology-ring-3:before{content:"\f5de"}.ti-topology-star:before{content:"\f5e5"}.ti-topology-star-2:before{content:"\f5e0"}.ti-topology-star-3:before{content:"\f5e1"}.ti-topology-star-ring:before{content:"\f5e4"}.ti-topology-star-ring-2:before{content:"\f5e2"}.ti-topology-star-ring-3:before{content:"\f5e3"} +.ti-torii:before{content:"\f59b"}.ti-tornado:before{content:"\ece2"}.ti-tournament:before{content:"\ecd0"}.ti-tower:before{content:"\f2cb"}.ti-tower-off:before{content:"\f2ca"}.ti-track:before{content:"\ef00"}.ti-tractor:before{content:"\ec0d"}.ti-trademark:before{content:"\ec0e"}.ti-traffic-cone:before{content:"\ec0f"}.ti-traffic-cone-off:before{content:"\f1b8"}.ti-traffic-lights:before{content:"\ed39"}.ti-traffic-lights-off:before{content:"\f1b9"}.ti-train:before{content:"\ed96"}.ti-transaction-bitcoin:before{content:"\fd6e"}.ti-transaction-dollar:before{content:"\fd6f"}.ti-transaction-euro:before{content:"\fd70"}.ti-transaction-pound:before{content:"\fd71"}.ti-transaction-rupee:before{content:"\fd85"}.ti-transaction-yen:before{content:"\fd72"}.ti-transaction-yuan:before{content:"\fd73"}.ti-transfer:before{content:"\fc1f"}.ti-transfer-in:before{content:"\ef2f"}.ti-transfer-out:before{content:"\ef30"}.ti-transfer-vertical:before{content:"\fc1e"}.ti-transform:before{content:"\f38e"}.ti-transform-filled:before{content:"\f6ac"}.ti-transform-point:before{content:"\fda9"}.ti-transform-point-bottom-left:before{content:"\fda5"}.ti-transform-point-bottom-right:before{content:"\fda6"}.ti-transform-point-top-left:before{content:"\fda7"}.ti-transform-point-top-right:before{content:"\fda8"}.ti-transition-bottom:before{content:"\f2b2"}.ti-transition-bottom-filled:before{content:"\fdd0"}.ti-transition-left:before{content:"\f2b3"}.ti-transition-left-filled:before{content:"\fdcf"}.ti-transition-right:before{content:"\f2b4"}.ti-transition-right-filled:before{content:"\fdce"}.ti-transition-top:before{content:"\f2b5"}.ti-transition-top-filled:before{content:"\fdcd"}.ti-trash:before{content:"\eb41"}.ti-trash-filled:before{content:"\f783"}.ti-trash-off:before{content:"\ed65"}.ti-trash-x:before{content:"\ef88"}.ti-trash-x-filled:before{content:"\f784"}.ti-treadmill:before{content:"\fa6e"}.ti-tree:before{content:"\ef01"}.ti-trees:before{content:"\ec10"}.ti-trekking:before{content:"\f5ad"}.ti-trending-down:before{content:"\eb42"}.ti-trending-down-2:before{content:"\edc1"}.ti-trending-down-3:before{content:"\edc2"}.ti-trending-up:before{content:"\eb43"}.ti-trending-up-2:before{content:"\edc3"}.ti-trending-up-3:before{content:"\edc4"}.ti-triangle:before{content:"\eb44"}.ti-triangle-filled:before{content:"\f6ad"}.ti-triangle-inverted:before{content:"\f01d"}.ti-triangle-inverted-filled:before{content:"\f6ae"}.ti-triangle-minus:before{content:"\fc9b"}.ti-triangle-minus-2:before{content:"\fc9a"}.ti-triangle-off:before{content:"\ef02"}.ti-triangle-plus:before{content:"\fc9d"}.ti-triangle-plus-2:before{content:"\fc9c"}.ti-triangle-square-circle:before{content:"\ece8"}.ti-triangle-square-circle-filled:before{content:"\fb42"}.ti-triangles:before{content:"\f0a5"}.ti-trident:before{content:"\ecc5"}.ti-trolley:before{content:"\f4cc"}.ti-trophy:before{content:"\eb45"} +.ti-trophy-filled:before{content:"\f6af"}.ti-trophy-off:before{content:"\f438"}.ti-trowel:before{content:"\f368"}.ti-truck:before{content:"\ebc4"}.ti-truck-delivery:before{content:"\ec4b"}.ti-truck-loading:before{content:"\f1da"}.ti-truck-off:before{content:"\ef03"}.ti-truck-return:before{content:"\ec4c"}.ti-txt:before{content:"\f3b1"}.ti-typeface:before{content:"\fdab"}.ti-typography:before{content:"\ebc5"}.ti-typography-off:before{content:"\f1ba"}.ti-u-turn-left:before{content:"\fea2"}.ti-u-turn-right:before{content:"\fea1"}.ti-ufo:before{content:"\f26f"}.ti-ufo-off:before{content:"\f26e"}.ti-umbrella:before{content:"\ebf1"}.ti-umbrella-2:before{content:"\ff0e"}.ti-umbrella-closed:before{content:"\ff0c"}.ti-umbrella-closed-2:before{content:"\ff0d"}.ti-umbrella-filled:before{content:"\f6b0"}.ti-umbrella-off:before{content:"\f1bb"}.ti-underline:before{content:"\eba2"}.ti-universe:before{content:"\fcc4"}.ti-unlink:before{content:"\eb46"}.ti-upload:before{content:"\eb47"}.ti-urgent:before{content:"\eb48"}.ti-usb:before{content:"\f00c"}.ti-user:before{content:"\eb4d"}.ti-user-bitcoin:before{content:"\ff30"}.ti-user-bolt:before{content:"\f9d1"}.ti-user-cancel:before{content:"\f9d2"}.ti-user-check:before{content:"\eb49"}.ti-user-circle:before{content:"\ef68"}.ti-user-code:before{content:"\f9d3"}.ti-user-cog:before{content:"\f9d4"}.ti-user-dollar:before{content:"\f9d5"}.ti-user-down:before{content:"\f9d6"}.ti-user-edit:before{content:"\f7cc"}.ti-user-exclamation:before{content:"\ec12"}.ti-user-filled:before{content:"\fd19"}.ti-user-heart:before{content:"\f7cd"}.ti-user-hexagon:before{content:"\fc4e"}.ti-user-minus:before{content:"\eb4a"}.ti-user-off:before{content:"\ecf9"}.ti-user-pause:before{content:"\f9d7"}.ti-user-pentagon:before{content:"\fc4f"}.ti-user-pin:before{content:"\f7ce"}.ti-user-plus:before{content:"\eb4b"}.ti-user-question:before{content:"\f7cf"}.ti-user-scan:before{content:"\fcaf"}.ti-user-screen:before{content:"\fea0"}.ti-user-search:before{content:"\ef89"}.ti-user-share:before{content:"\f9d8"}.ti-user-shield:before{content:"\f7d0"}.ti-user-square:before{content:"\fc51"}.ti-user-square-rounded:before{content:"\fc50"}.ti-user-star:before{content:"\f7d1"}.ti-user-up:before{content:"\f7d2"}.ti-user-x:before{content:"\eb4c"}.ti-users:before{content:"\ebf2"}.ti-users-group:before{content:"\fa21"}.ti-users-minus:before{content:"\fa0e"}.ti-users-plus:before{content:"\fa0f"}.ti-uv-index:before{content:"\f3b2"}.ti-ux-circle:before{content:"\f369"}.ti-vaccine:before{content:"\ef04"}.ti-vaccine-bottle:before{content:"\ef69"}.ti-vaccine-bottle-off:before{content:"\f439"}.ti-vaccine-off:before{content:"\f1bc"}.ti-vacuum-cleaner:before{content:"\f5e6"}.ti-variable:before{content:"\ef05"}.ti-variable-minus:before{content:"\f36a"} +.ti-variable-off:before{content:"\f1bd"}.ti-variable-plus:before{content:"\f36b"}.ti-vector:before{content:"\eca9"}.ti-vector-bezier:before{content:"\ef1d"}.ti-vector-bezier-2:before{content:"\f1a3"}.ti-vector-bezier-arc:before{content:"\f4cd"}.ti-vector-bezier-circle:before{content:"\f4ce"}.ti-vector-off:before{content:"\f1be"}.ti-vector-spline:before{content:"\f565"}.ti-vector-triangle:before{content:"\eca8"}.ti-vector-triangle-off:before{content:"\f1bf"}.ti-venus:before{content:"\ec86"}.ti-versions:before{content:"\ed52"}.ti-versions-filled:before{content:"\f6b1"}.ti-versions-off:before{content:"\f1c0"}.ti-video:before{content:"\ed22"}.ti-video-minus:before{content:"\ed1f"}.ti-video-off:before{content:"\ed20"}.ti-video-plus:before{content:"\ed21"}.ti-view-360:before{content:"\ed84"}.ti-view-360-arrow:before{content:"\f62f"}.ti-view-360-number:before{content:"\f566"}.ti-view-360-off:before{content:"\f1c1"}.ti-viewfinder:before{content:"\eb4e"}.ti-viewfinder-off:before{content:"\f1c2"}.ti-viewport-narrow:before{content:"\ebf3"}.ti-viewport-short:before{content:"\fee9"}.ti-viewport-tall:before{content:"\fee8"}.ti-viewport-wide:before{content:"\ebf4"}.ti-vinyl:before{content:"\f00d"}.ti-vip:before{content:"\f3b3"}.ti-vip-off:before{content:"\f43a"}.ti-virus:before{content:"\eb74"}.ti-virus-off:before{content:"\ed66"}.ti-virus-search:before{content:"\ed67"}.ti-vocabulary:before{content:"\ef1e"}.ti-vocabulary-off:before{content:"\f43b"}.ti-volcano:before{content:"\f79c"}.ti-volume:before{content:"\eb51"}.ti-volume-2:before{content:"\eb4f"}.ti-volume-3:before{content:"\eb50"}.ti-volume-off:before{content:"\f1c3"}.ti-vs:before{content:"\fc52"}.ti-walk:before{content:"\ec87"}.ti-wall:before{content:"\ef7a"}.ti-wall-off:before{content:"\f43c"}.ti-wallet:before{content:"\eb75"}.ti-wallet-off:before{content:"\f1c4"}.ti-wallpaper:before{content:"\ef56"}.ti-wallpaper-off:before{content:"\f1c5"}.ti-wand:before{content:"\ebcb"}.ti-wand-off:before{content:"\f1c6"}.ti-wash:before{content:"\f311"}.ti-wash-dry:before{content:"\f304"}.ti-wash-dry-1:before{content:"\f2fa"}.ti-wash-dry-2:before{content:"\f2fb"}.ti-wash-dry-3:before{content:"\f2fc"}.ti-wash-dry-a:before{content:"\f2fd"}.ti-wash-dry-dip:before{content:"\f2fe"}.ti-wash-dry-f:before{content:"\f2ff"}.ti-wash-dry-flat:before{content:"\fa7f"}.ti-wash-dry-hang:before{content:"\f300"}.ti-wash-dry-off:before{content:"\f301"}.ti-wash-dry-p:before{content:"\f302"}.ti-wash-dry-shade:before{content:"\f303"}.ti-wash-dry-w:before{content:"\f322"}.ti-wash-dryclean:before{content:"\f305"}.ti-wash-dryclean-off:before{content:"\f323"}.ti-wash-eco:before{content:"\fa80"}.ti-wash-gentle:before{content:"\f306"}.ti-wash-hand:before{content:"\fa81"}.ti-wash-machine:before{content:"\f25e"} +.ti-wash-off:before{content:"\f307"}.ti-wash-press:before{content:"\f308"}.ti-wash-temperature-1:before{content:"\f309"}.ti-wash-temperature-2:before{content:"\f30a"}.ti-wash-temperature-3:before{content:"\f30b"}.ti-wash-temperature-4:before{content:"\f30c"}.ti-wash-temperature-5:before{content:"\f30d"}.ti-wash-temperature-6:before{content:"\f30e"}.ti-wash-tumble-dry:before{content:"\f30f"}.ti-wash-tumble-off:before{content:"\f310"}.ti-waterpolo:before{content:"\fa6f"}.ti-wave-saw-tool:before{content:"\ecd3"}.ti-wave-sine:before{content:"\ecd4"}.ti-wave-square:before{content:"\ecd5"}.ti-waves-electricity:before{content:"\fcc5"}.ti-webhook:before{content:"\f01e"}.ti-webhook-off:before{content:"\f43d"}.ti-weight:before{content:"\f589"}.ti-wheel:before{content:"\fc64"}.ti-wheelchair:before{content:"\f1db"}.ti-wheelchair-off:before{content:"\f43e"}.ti-whirl:before{content:"\f51d"}.ti-wifi:before{content:"\eb52"}.ti-wifi-0:before{content:"\eba3"}.ti-wifi-1:before{content:"\eba4"}.ti-wifi-2:before{content:"\eba5"}.ti-wifi-off:before{content:"\ecfa"}.ti-wind:before{content:"\ec34"}.ti-wind-electricity:before{content:"\fcc6"}.ti-wind-off:before{content:"\f1c7"}.ti-windmill:before{content:"\ed85"}.ti-windmill-filled:before{content:"\f6b2"}.ti-windmill-off:before{content:"\f1c8"}.ti-window:before{content:"\ef06"}.ti-window-maximize:before{content:"\f1f1"}.ti-window-minimize:before{content:"\f1f2"}.ti-window-off:before{content:"\f1c9"}.ti-windsock:before{content:"\f06d"}.ti-wiper:before{content:"\ecab"}.ti-wiper-wash:before{content:"\ecaa"}.ti-woman:before{content:"\eb53"}.ti-woman-filled:before{content:"\fdcc"}.ti-wood:before{content:"\f359"}.ti-world:before{content:"\eb54"}.ti-world-bolt:before{content:"\f9d9"}.ti-world-cancel:before{content:"\f9da"}.ti-world-check:before{content:"\f9db"}.ti-world-code:before{content:"\f9dc"}.ti-world-cog:before{content:"\f9dd"}.ti-world-dollar:before{content:"\f9de"}.ti-world-down:before{content:"\f9df"}.ti-world-download:before{content:"\ef8a"}.ti-world-exclamation:before{content:"\f9e0"}.ti-world-heart:before{content:"\f9e1"}.ti-world-latitude:before{content:"\ed2e"}.ti-world-longitude:before{content:"\ed2f"}.ti-world-minus:before{content:"\f9e2"}.ti-world-off:before{content:"\f1ca"}.ti-world-pause:before{content:"\f9e3"}.ti-world-pin:before{content:"\f9e4"}.ti-world-plus:before{content:"\f9e5"}.ti-world-question:before{content:"\f9e6"}.ti-world-search:before{content:"\f9e7"}.ti-world-share:before{content:"\f9e8"}.ti-world-star:before{content:"\f9e9"}.ti-world-up:before{content:"\f9ea"}.ti-world-upload:before{content:"\ef8b"}.ti-world-www:before{content:"\f38f"}.ti-world-x:before{content:"\f9eb"}.ti-wrecking-ball:before{content:"\ed97"}.ti-writing:before{content:"\ef08"} +.ti-writing-off:before{content:"\f1cb"}.ti-writing-sign:before{content:"\ef07"}.ti-writing-sign-off:before{content:"\f1cc"}.ti-x:before{content:"\eb55"}.ti-x-power-y:before{content:"\10072"}.ti-xbox-a:before{content:"\f2b6"}.ti-xbox-a-filled:before{content:"\fdcb"}.ti-xbox-b:before{content:"\f2b7"}.ti-xbox-b-filled:before{content:"\fdca"}.ti-xbox-x:before{content:"\f2b8"}.ti-xbox-x-filled:before{content:"\fdc9"}.ti-xbox-y:before{content:"\f2b9"}.ti-xbox-y-filled:before{content:"\fdc8"}.ti-xd:before{content:"\fa33"}.ti-xxx:before{content:"\fc20"}.ti-yin-yang:before{content:"\ec35"}.ti-yin-yang-filled:before{content:"\f785"}.ti-yoga:before{content:"\f01f"}.ti-zeppelin:before{content:"\f270"}.ti-zeppelin-filled:before{content:"\fdc7"}.ti-zeppelin-off:before{content:"\f43f"}.ti-zip:before{content:"\f3b4"}.ti-zodiac-aquarius:before{content:"\ecac"}.ti-zodiac-aries:before{content:"\ecad"}.ti-zodiac-cancer:before{content:"\ecae"}.ti-zodiac-capricorn:before{content:"\ecaf"}.ti-zodiac-gemini:before{content:"\ecb0"}.ti-zodiac-leo:before{content:"\ecb1"}.ti-zodiac-libra:before{content:"\ecb2"}.ti-zodiac-pisces:before{content:"\ecb3"}.ti-zodiac-sagittarius:before{content:"\ecb4"}.ti-zodiac-scorpio:before{content:"\ecb5"}.ti-zodiac-taurus:before{content:"\ecb6"}.ti-zodiac-virgo:before{content:"\ecb7"}.ti-zoom:before{content:"\fdaa"}.ti-zoom-cancel:before{content:"\ec4d"}.ti-zoom-cancel-filled:before{content:"\fdc6"}.ti-zoom-check:before{content:"\ef09"}.ti-zoom-check-filled:before{content:"\f786"}.ti-zoom-code:before{content:"\f07f"}.ti-zoom-code-filled:before{content:"\fdc5"}.ti-zoom-exclamation:before{content:"\f080"}.ti-zoom-exclamation-filled:before{content:"\fdc4"}.ti-zoom-filled:before{content:"\f787"}.ti-zoom-in:before{content:"\eb56"}.ti-zoom-in-area:before{content:"\f1dc"}.ti-zoom-in-area-filled:before{content:"\f788"}.ti-zoom-in-filled:before{content:"\f789"}.ti-zoom-money:before{content:"\ef0a"}.ti-zoom-money-filled:before{content:"\fdc3"}.ti-zoom-out:before{content:"\eb57"}.ti-zoom-out-area:before{content:"\f1dd"}.ti-zoom-out-area-filled:before{content:"\fdc2"}.ti-zoom-out-filled:before{content:"\f78a"}.ti-zoom-pan:before{content:"\f1de"}.ti-zoom-pan-filled:before{content:"\fdc1"}.ti-zoom-question:before{content:"\edeb"}.ti-zoom-question-filled:before{content:"\fdc0"}.ti-zoom-replace:before{content:"\f2a7"}.ti-zoom-reset:before{content:"\f295"}.ti-zoom-scan:before{content:"\fcb0"}.ti-zoom-scan-filled:before{content:"\fdbf"}.ti-zzz:before{content:"\f228"}.ti-zzz-off:before{content:"\f440"}.ti-123:before{content:"\f554"}.ti-360:before{content:"\f62f"}.ti-code-asterix:before{content:"\f312"}.ti-discount-2:before{content:"\ee7c"}.ti-discount-2-off:before{content:"\f3e6"}.ti-discount-check:before{content:"\f1f8"}.ti-hand-rock:before{content:"\ee97"} +.ti-sort-deacending-small-big:before{content:"\fd96"}.ti-shi-jumping:before{content:"\fa6c"}.ti-box-seam:before{content:"\eaff"}.ti-kering:before{content:"\efb8"}.ti-2fa:before{content:"\eca0"}.ti-3d-cube-sphere:before{content:"\ecd7"}.ti-3d-cube-sphere-off:before{content:"\f3b5"}.ti-3d-rotate:before{content:"\f020"}.ti-12-hours:before{content:"\fc53"}.ti-24-hours:before{content:"\f5e7"}.ti-360-view:before{content:"\f566"}.ti-circle-0:before{content:"\ee34"}.ti-circle-1:before{content:"\ee35"}.ti-circle-2:before{content:"\ee36"}.ti-circle-3:before{content:"\ee37"}.ti-circle-4:before{content:"\ee38"}.ti-circle-5:before{content:"\ee39"}.ti-circle-6:before{content:"\ee3a"}.ti-circle-7:before{content:"\ee3b"}.ti-circle-8:before{content:"\ee3c"}.ti-circle-9:before{content:"\ee3d"}.ti-hexagon-0:before{content:"\f459"}.ti-hexagon-1:before{content:"\f45a"}.ti-hexagon-2:before{content:"\f45b"}.ti-hexagon-3:before{content:"\f45c"}.ti-hexagon-4:before{content:"\f45d"}.ti-hexagon-5:before{content:"\f45e"}.ti-hexagon-6:before{content:"\f45f"}.ti-hexagon-7:before{content:"\f460"}.ti-hexagon-8:before{content:"\f461"}.ti-hexagon-9:before{content:"\f462"}.ti-square-0:before{content:"\eee5"}.ti-square-1:before{content:"\eee6"}.ti-square-2:before{content:"\eee7"}.ti-square-3:before{content:"\eee8"}.ti-square-4:before{content:"\eee9"}.ti-square-5:before{content:"\eeea"}.ti-square-6:before{content:"\eeeb"}.ti-square-7:before{content:"\eeec"}.ti-square-8:before{content:"\eeed"}.ti-square-9:before{content:"\eeee"}.ti-message-circle-2:before{content:"\eaed"}.ti-mood-suprised:before{content:"\ec04"}.ti-circle-dashed-letter-letter-v:before{content:"\ff84"}.ti-discount-check-filled:before{content:"\f746"}.ti-message-circle-2-filled:before{content:"\fecf"}/*! * Tabler Icons 3.20.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */@font-face{font-family:"tabler-icons";font-style:normal;font-weight:400;src:url("../fonts/tabler-icons-filled.woff2?v3.20.0") format("woff2"),url("../fonts/tabler-icons-filled.woff?") format("woff"),url("../fonts/tabler-icons-filled.ttf?v3.20.0") format("truetype")}.ti{font-family:"tabler-icons"!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}.ti-accessible:before{content:"\f6ea"}.ti-ad:before{content:"\f6eb"}.ti-ad-circle:before{content:"\f7d3"}.ti-adjustments:before{content:"\f6ec"}.ti-affiliate:before{content:"\f6ed"}.ti-alarm:before{content:"\f709"}.ti-alarm-minus:before{content:"\f70a"}.ti-alarm-plus:before{content:"\f70b"} -.ti-alarm-snooze:before{content:"\f70c"}.ti-alert-circle:before{content:"\f6ee"}.ti-alert-hexagon:before{content:"\fa34"}.ti-alert-octagon:before{content:"\f6ef"}.ti-alert-square:before{content:"\fa35"}.ti-alert-square-rounded:before{content:"\fa36"}.ti-alert-triangle:before{content:"\f6f0"}.ti-alien:before{content:"\f70d"}.ti-align-box-bottom-center:before{content:"\f70e"}.ti-align-box-bottom-left:before{content:"\f70f"}.ti-align-box-bottom-right:before{content:"\f710"}.ti-align-box-center-middle:before{content:"\f7d4"}.ti-align-box-left-bottom:before{content:"\f711"}.ti-align-box-left-middle:before{content:"\f712"}.ti-align-box-left-top:before{content:"\f713"}.ti-align-box-right-bottom:before{content:"\f714"}.ti-align-box-right-middle:before{content:"\f7d5"}.ti-align-box-right-top:before{content:"\f715"}.ti-align-box-top-center:before{content:"\f716"}.ti-align-box-top-left:before{content:"\f717"}.ti-align-box-top-right:before{content:"\f718"}.ti-analyze:before{content:"\f719"}.ti-app-window:before{content:"\f71a"}.ti-apple:before{content:"\10017"}.ti-apps:before{content:"\f6f1"}.ti-archive:before{content:"\fa82"}.ti-arrow-autofit-content:before{content:"\f6f2"}.ti-arrow-badge-down:before{content:"\f7d6"}.ti-arrow-badge-left:before{content:"\f7d7"}.ti-arrow-badge-right:before{content:"\f7d8"}.ti-arrow-badge-up:before{content:"\f7d9"}.ti-arrow-big-down:before{content:"\f6c6"}.ti-arrow-big-down-line:before{content:"\f6c7"}.ti-arrow-big-down-lines:before{content:"\f6c8"}.ti-arrow-big-left:before{content:"\f6c9"}.ti-arrow-big-left-line:before{content:"\f6ca"}.ti-arrow-big-left-lines:before{content:"\f6cb"}.ti-arrow-big-right:before{content:"\f6cc"}.ti-arrow-big-right-line:before{content:"\f6cd"}.ti-arrow-big-right-lines:before{content:"\f6ce"}.ti-arrow-big-up:before{content:"\f6cf"}.ti-arrow-big-up-line:before{content:"\f6d0"}.ti-arrow-big-up-lines:before{content:"\f6d1"}.ti-arrow-down-circle:before{content:"\1003b"}.ti-arrow-down-rhombus:before{content:"\1003a"}.ti-arrow-down-square:before{content:"\10039"}.ti-arrow-guide:before{content:"\10038"}.ti-arrow-left-circle:before{content:"\10037"}.ti-arrow-left-rhombus:before{content:"\10036"}.ti-arrow-left-square:before{content:"\10035"}.ti-arrow-move-down:before{content:"\10034"}.ti-arrow-move-left:before{content:"\10033"}.ti-arrow-move-right:before{content:"\10032"}.ti-arrow-move-up:before{content:"\10031"}.ti-arrow-right-circle:before{content:"\10030"}.ti-arrow-right-rhombus:before{content:"\1002f"}.ti-arrow-right-square:before{content:"\1002e"}.ti-arrow-up-circle:before{content:"\1002d"}.ti-arrow-up-rhombus:before{content:"\1002c"}.ti-arrow-up-square:before{content:"\1002b"}.ti-artboard:before{content:"\fa83"}.ti-article:before{content:"\f7da"}.ti-aspect-ratio:before{content:"\f7db"}.ti-assembly:before{content:"\fe9e"}.ti-asset:before{content:"\fe9d"}.ti-atom-2:before{content:"\f71b"}.ti-automatic-gearbox:before{content:"\1002a"} -.ti-award:before{content:"\f71c"}.ti-baby-carriage:before{content:"\fe9c"}.ti-backspace:before{content:"\f7dc"}.ti-badge:before{content:"\f667"}.ti-badge-3d:before{content:"\fe9b"}.ti-badge-4k:before{content:"\fe9a"}.ti-badge-8k:before{content:"\fe99"}.ti-badge-ad:before{content:"\fe98"}.ti-badge-ar:before{content:"\fe97"}.ti-badge-cc:before{content:"\fe96"}.ti-badge-hd:before{content:"\fe95"}.ti-badge-sd:before{content:"\fe94"}.ti-badge-tm:before{content:"\fe93"}.ti-badge-vo:before{content:"\fe92"}.ti-badge-vr:before{content:"\fe91"}.ti-badge-wc:before{content:"\fe90"}.ti-badges:before{content:"\f7dd"}.ti-balloon:before{content:"\fa84"}.ti-ballpen:before{content:"\fa85"}.ti-bandage:before{content:"\f7de"}.ti-barbell:before{content:"\fe8f"}.ti-barrier-block:before{content:"\fe8e"}.ti-basket:before{content:"\f7df"}.ti-bath:before{content:"\f71d"}.ti-battery:before{content:"\f668"}.ti-battery-1:before{content:"\f71e"}.ti-battery-2:before{content:"\f71f"}.ti-battery-3:before{content:"\f720"}.ti-battery-4:before{content:"\f721"}.ti-battery-automotive:before{content:"\10029"}.ti-battery-vertical:before{content:"\10024"}.ti-battery-vertical-1:before{content:"\10028"}.ti-battery-vertical-2:before{content:"\10027"}.ti-battery-vertical-3:before{content:"\10026"}.ti-battery-vertical-4:before{content:"\10025"}.ti-bed:before{content:"\f7e0"}.ti-bed-flat:before{content:"\fe8d"}.ti-beer:before{content:"\f7e1"}.ti-bell:before{content:"\f669"}.ti-bell-minus:before{content:"\f722"}.ti-bell-plus:before{content:"\f723"}.ti-bell-ringing:before{content:"\f725"}.ti-bell-ringing-2:before{content:"\f724"}.ti-bell-x:before{content:"\f726"}.ti-bell-z:before{content:"\f727"}.ti-bike:before{content:"\10023"}.ti-binary-tree:before{content:"\ff64"}.ti-binary-tree-2:before{content:"\ff65"}.ti-binoculars:before{content:"\ff0b"}.ti-biohazard:before{content:"\fe8c"}.ti-blade:before{content:"\f7e2"}.ti-blender:before{content:"\10022"}.ti-blob:before{content:"\feb1"}.ti-bolt:before{content:"\10021"}.ti-bomb:before{content:"\fa86"}.ti-bone:before{content:"\fe8b"}.ti-bong:before{content:"\10020"}.ti-book:before{content:"\fa87"}.ti-bookmark:before{content:"\fa88"}.ti-bookmarks:before{content:"\fb1f"}.ti-boom:before{content:"\fe8a"}.ti-bottle:before{content:"\fa89"}.ti-bounce-left:before{content:"\fb20"}.ti-bounce-right:before{content:"\fb21"}.ti-bow:before{content:"\fe89"}.ti-bowl:before{content:"\fb22"}.ti-bowl-chopsticks:before{content:"\fe88"}.ti-bowl-spoon:before{content:"\fe87"}.ti-box-align-bottom:before{content:"\fa8a"}.ti-box-align-bottom-left:before{content:"\fa8b"}.ti-box-align-bottom-right:before{content:"\fa8c"}.ti-box-align-left:before{content:"\fa8d"}.ti-box-align-right:before{content:"\fa8e"} -.ti-box-align-top:before{content:"\fa8f"}.ti-box-align-top-left:before{content:"\fa90"}.ti-box-align-top-right:before{content:"\fa91"}.ti-box-multiple:before{content:"\1001f"}.ti-brand-apple:before{content:"\fd74"}.ti-brand-discord:before{content:"\f7e4"}.ti-brand-dribbble:before{content:"\f7e5"}.ti-brand-facebook:before{content:"\f7e6"}.ti-brand-github:before{content:"\f7e7"}.ti-brand-google:before{content:"\fd1a"}.ti-brand-patreon:before{content:"\fcff"}.ti-brand-paypal:before{content:"\f7e9"}.ti-brand-spotify:before{content:"\fe86"}.ti-brand-tiktok:before{content:"\f7ea"}.ti-brand-twitter:before{content:"\f7eb"}.ti-brand-x:before{content:"\fc21"}.ti-brand-youtube:before{content:"\fc22"}.ti-bread:before{content:"\fe85"}.ti-briefcase:before{content:"\fd00"}.ti-briefcase-2:before{content:"\fe84"}.ti-brightness:before{content:"\fe82"}.ti-brightness-auto:before{content:"\fe83"}.ti-brightness-down:before{content:"\fb23"}.ti-brightness-up:before{content:"\fb24"}.ti-bubble:before{content:"\fec3"}.ti-bug:before{content:"\fd01"}.ti-building-broadcast-tower:before{content:"\fe81"}.ti-bulb:before{content:"\f66a"}.ti-butterfly:before{content:"\10016"}.ti-cactus:before{content:"\fb25"}.ti-calculator:before{content:"\fb26"}.ti-calendar:before{content:"\fb27"}.ti-camera:before{content:"\fa37"}.ti-campfire:before{content:"\fb28"}.ti-candle:before{content:"\fc23"}.ti-cannabis:before{content:"\10015"}.ti-capsule:before{content:"\fc24"}.ti-capsule-horizontal:before{content:"\fc25"}.ti-capture:before{content:"\fb29"}.ti-car:before{content:"\1004c"}.ti-car-4wd:before{content:"\1001e"}.ti-car-fan:before{content:"\1001d"}.ti-car-suv:before{content:"\1004d"}.ti-carambola:before{content:"\10014"}.ti-cardboards:before{content:"\1001c"}.ti-cards:before{content:"\fc26"}.ti-caret-down:before{content:"\fb2a"}.ti-caret-left:before{content:"\fb2b"}.ti-caret-left-right:before{content:"\fd02"}.ti-caret-right:before{content:"\fb2c"}.ti-caret-up:before{content:"\fb2d"}.ti-caret-up-down:before{content:"\fd03"}.ti-carousel-horizontal:before{content:"\fa92"}.ti-carousel-vertical:before{content:"\fa93"}.ti-cash-banknote:before{content:"\fe80"}.ti-category:before{content:"\fb2e"}.ti-charging-pile:before{content:"\1001b"}.ti-chart-area:before{content:"\f66b"}.ti-chart-area-line:before{content:"\f66c"}.ti-chart-bubble:before{content:"\f66d"}.ti-chart-candle:before{content:"\f66e"}.ti-chart-donut:before{content:"\f66f"}.ti-chart-dots:before{content:"\fd04"}.ti-chart-grid-dots:before{content:"\fd05"}.ti-chart-pie:before{content:"\f670"}.ti-cherry:before{content:"\f728"}.ti-chess:before{content:"\f72a"}.ti-chess-bishop:before{content:"\f729"}.ti-chess-king:before{content:"\f72b"}.ti-chess-knight:before{content:"\f72c"}.ti-chess-queen:before{content:"\f72d"} -.ti-chess-rook:before{content:"\f72e"}.ti-christmas-tree:before{content:"\1001a"}.ti-circle:before{content:"\f671"}.ti-circle-arrow-down:before{content:"\f6f4"}.ti-circle-arrow-down-left:before{content:"\f6f5"}.ti-circle-arrow-down-right:before{content:"\f6f7"}.ti-circle-arrow-left:before{content:"\f6fa"}.ti-circle-arrow-right:before{content:"\f6fc"}.ti-circle-arrow-up:before{content:"\f6fe"}.ti-circle-arrow-up-left:before{content:"\f6ff"}.ti-circle-arrow-up-right:before{content:"\f701"}.ti-circle-check:before{content:"\f704"}.ti-circle-dot:before{content:"\f705"}.ti-circle-key:before{content:"\f706"}.ti-circle-letter-a:before{content:"\fe7f"}.ti-circle-letter-b:before{content:"\fe7e"}.ti-circle-letter-c:before{content:"\fe7d"}.ti-circle-letter-d:before{content:"\fe7c"}.ti-circle-letter-e:before{content:"\fe7b"}.ti-circle-letter-f:before{content:"\fe7a"}.ti-circle-letter-g:before{content:"\fe79"}.ti-circle-letter-h:before{content:"\fe78"}.ti-circle-letter-i:before{content:"\fe77"}.ti-circle-letter-j:before{content:"\fe76"}.ti-circle-letter-k:before{content:"\fe75"}.ti-circle-letter-l:before{content:"\fe74"}.ti-circle-letter-m:before{content:"\fe73"}.ti-circle-letter-n:before{content:"\fe72"}.ti-circle-letter-o:before{content:"\fe71"}.ti-circle-letter-p:before{content:"\fe70"}.ti-circle-letter-q:before{content:"\fe6f"}.ti-circle-letter-r:before{content:"\fe6e"}.ti-circle-letter-s:before{content:"\fe6d"}.ti-circle-letter-t:before{content:"\fe6c"}.ti-circle-letter-u:before{content:"\fe6b"}.ti-circle-letter-v:before{content:"\fe6a"}.ti-circle-letter-w:before{content:"\fe69"}.ti-circle-letter-x:before{content:"\fe68"}.ti-circle-letter-y:before{content:"\fe67"}.ti-circle-letter-z:before{content:"\fe66"}.ti-circle-number-0:before{content:"\f72f"}.ti-circle-number-1:before{content:"\f730"}.ti-circle-number-2:before{content:"\f731"}.ti-circle-number-3:before{content:"\f732"}.ti-circle-number-4:before{content:"\f733"}.ti-circle-number-5:before{content:"\f734"}.ti-circle-number-6:before{content:"\f735"}.ti-circle-number-7:before{content:"\f736"}.ti-circle-number-8:before{content:"\f737"}.ti-circle-number-9:before{content:"\f738"}.ti-circle-percentage:before{content:"\fed5"}.ti-circle-plus:before{content:"\fef9"}.ti-circle-rectangle:before{content:"\ff63"}.ti-circle-x:before{content:"\f739"}.ti-circles:before{content:"\f672"}.ti-clock:before{content:"\f73a"}.ti-clock-hour-1:before{content:"\fe65"}.ti-clock-hour-10:before{content:"\fe64"}.ti-clock-hour-11:before{content:"\fe63"}.ti-clock-hour-12:before{content:"\fe62"}.ti-clock-hour-2:before{content:"\fe61"}.ti-clock-hour-3:before{content:"\fe60"}.ti-clock-hour-4:before{content:"\fe5f"}.ti-clock-hour-5:before{content:"\fe5e"}.ti-clock-hour-6:before{content:"\fe5d"}.ti-clock-hour-7:before{content:"\fe5c"}.ti-clock-hour-8:before{content:"\fe5b"}.ti-clock-hour-9:before{content:"\fe5a"} -.ti-cloud:before{content:"\f673"}.ti-clover:before{content:"\10013"}.ti-clubs:before{content:"\f674"}.ti-code-circle:before{content:"\fed3"}.ti-code-circle-2:before{content:"\fed4"}.ti-coin:before{content:"\fd08"}.ti-coin-bitcoin:before{content:"\fd06"}.ti-coin-euro:before{content:"\fd07"}.ti-coin-monero:before{content:"\fd09"}.ti-coin-pound:before{content:"\fd0a"}.ti-coin-rupee:before{content:"\fd0b"}.ti-coin-taka:before{content:"\fd0c"}.ti-coin-yen:before{content:"\fd0e"}.ti-coin-yuan:before{content:"\fd0f"}.ti-compass:before{content:"\fd10"}.ti-cone:before{content:"\fe58"}.ti-cone-2:before{content:"\fe59"}.ti-contrast:before{content:"\fe56"}.ti-contrast-2:before{content:"\fe57"}.ti-cookie:before{content:"\fe54"}.ti-cookie-man:before{content:"\fe55"}.ti-copy-check:before{content:"\fe53"}.ti-copy-minus:before{content:"\fe52"}.ti-copy-plus:before{content:"\fe51"}.ti-copy-x:before{content:"\fe50"}.ti-copyleft:before{content:"\f73b"}.ti-copyright:before{content:"\f73c"}.ti-credit-card:before{content:"\fd11"}.ti-crop-1-1:before{content:"\fe4f"}.ti-crop-16-9:before{content:"\fe4e"}.ti-crop-3-2:before{content:"\fe4d"}.ti-crop-5-4:before{content:"\fe4c"}.ti-crop-7-5:before{content:"\fe4b"}.ti-crop-landscape:before{content:"\fe4a"}.ti-crop-portrait:before{content:"\fe49"}.ti-cross:before{content:"\f675"}.ti-dashboard:before{content:"\10019"}.ti-device-cctv:before{content:"\1004b"}.ti-device-desktop:before{content:"\1004a"}.ti-device-gamepad-3:before{content:"\10049"}.ti-device-heart-monitor:before{content:"\fa38"}.ti-device-imac:before{content:"\10048"}.ti-device-ipad:before{content:"\10047"}.ti-device-mobile:before{content:"\fa39"}.ti-device-remote:before{content:"\10046"}.ti-device-speaker:before{content:"\10045"}.ti-device-tablet:before{content:"\fa3a"}.ti-device-tv:before{content:"\10043"}.ti-device-tv-old:before{content:"\10044"}.ti-device-unknown:before{content:"\10018"}.ti-device-usb:before{content:"\10042"}.ti-device-vision-pro:before{content:"\10041"}.ti-device-watch:before{content:"\10040"}.ti-dialpad:before{content:"\fa3b"}.ti-diamond:before{content:"\f73d"}.ti-diamonds:before{content:"\f676"}.ti-dice:before{content:"\f744"}.ti-dice-1:before{content:"\f73e"}.ti-dice-2:before{content:"\f73f"}.ti-dice-3:before{content:"\f740"}.ti-dice-4:before{content:"\f741"}.ti-dice-5:before{content:"\f742"}.ti-dice-6:before{content:"\f743"}.ti-direction-sign:before{content:"\f745"}.ti-directions:before{content:"\1003f"}.ti-disc:before{content:"\1003e"}.ti-discount:before{content:"\1003d"}.ti-droplet:before{content:"\ee80"}.ti-droplet-half:before{content:"\f6c5"}.ti-droplet-half-2:before{content:"\fb6c"}.ti-egg:before{content:"\f678"}.ti-egg-cracked:before{content:"\10012"}.ti-elevator:before{content:"\1003c"} -.ti-exclamation-circle:before{content:"\ff62"}.ti-eye:before{content:"\f679"}.ti-favicon:before{content:"\10071"}.ti-feather:before{content:"\10011"}.ti-file:before{content:"\f747"}.ti-file-x:before{content:"\f748"}.ti-filter:before{content:"\fc27"}.ti-flag:before{content:"\f67a"}.ti-flag-2:before{content:"\f707"}.ti-flag-3:before{content:"\f708"}.ti-flask:before{content:"\fd13"}.ti-flask-2:before{content:"\fd12"}.ti-flower:before{content:"\10010"}.ti-folder:before{content:"\f749"}.ti-forbid:before{content:"\fc29"}.ti-forbid-2:before{content:"\fc28"}.ti-fountain:before{content:"\fc2a"}.ti-function:before{content:"\fc2b"}.ti-gauge:before{content:"\fc2c"}.ti-ghost:before{content:"\f74b"}.ti-ghost-2:before{content:"\f74a"}.ti-gift:before{content:"\fd14"}.ti-gift-card:before{content:"\fc2d"}.ti-glass:before{content:"\1000f"}.ti-glass-full:before{content:"\fc2e"}.ti-globe:before{content:"\fc2f"}.ti-gps:before{content:"\fe48"}.ti-graph:before{content:"\fd15"}.ti-guitar-pick:before{content:"\f67b"}.ti-hanger-2:before{content:"\ff61"}.ti-headphones:before{content:"\fa3c"}.ti-heart:before{content:"\f67c"}.ti-help-circle:before{content:"\fa3d"}.ti-help-hexagon:before{content:"\fa3e"}.ti-help-octagon:before{content:"\fa3f"}.ti-help-square:before{content:"\fa40"}.ti-help-square-rounded:before{content:"\fa41"}.ti-help-triangle:before{content:"\fa42"}.ti-hexagon:before{content:"\f67d"}.ti-hexagon-letter-a:before{content:"\fe47"}.ti-hexagon-letter-b:before{content:"\fe46"}.ti-hexagon-letter-c:before{content:"\fe45"}.ti-hexagon-letter-d:before{content:"\fe44"}.ti-hexagon-letter-e:before{content:"\fe43"}.ti-hexagon-letter-f:before{content:"\fe42"}.ti-hexagon-letter-g:before{content:"\fe41"}.ti-hexagon-letter-h:before{content:"\fe40"}.ti-hexagon-letter-i:before{content:"\fe3f"}.ti-hexagon-letter-j:before{content:"\fe3e"}.ti-hexagon-letter-k:before{content:"\fe3d"}.ti-hexagon-letter-l:before{content:"\fe3c"}.ti-hexagon-letter-m:before{content:"\fe3b"}.ti-hexagon-letter-n:before{content:"\fe3a"}.ti-hexagon-letter-o:before{content:"\fe39"}.ti-hexagon-letter-p:before{content:"\fe38"}.ti-hexagon-letter-q:before{content:"\fe37"}.ti-hexagon-letter-r:before{content:"\fe36"}.ti-hexagon-letter-s:before{content:"\fe35"}.ti-hexagon-letter-t:before{content:"\fe34"}.ti-hexagon-letter-u:before{content:"\fe33"}.ti-hexagon-letter-v:before{content:"\fe32"}.ti-hexagon-letter-w:before{content:"\fe31"}.ti-hexagon-letter-x:before{content:"\fe30"}.ti-hexagon-letter-y:before{content:"\fe2f"}.ti-hexagon-letter-z:before{content:"\fe2e"}.ti-hexagon-minus:before{content:"\fe2d"}.ti-hexagon-number-0:before{content:"\f74c"}.ti-hexagon-number-1:before{content:"\f74d"}.ti-hexagon-number-2:before{content:"\f74e"}.ti-hexagon-number-3:before{content:"\f74f"}.ti-hexagon-number-4:before{content:"\f750"} -.ti-hexagon-number-5:before{content:"\f751"}.ti-hexagon-number-6:before{content:"\f752"}.ti-hexagon-number-7:before{content:"\f753"}.ti-hexagon-number-8:before{content:"\f754"}.ti-hexagon-number-9:before{content:"\f755"}.ti-hexagon-plus:before{content:"\fe2c"}.ti-home:before{content:"\fe2b"}.ti-hospital-circle:before{content:"\fed2"}.ti-hourglass:before{content:"\f756"}.ti-icons:before{content:"\10070"}.ti-info-circle:before{content:"\f6d8"}.ti-info-hexagon:before{content:"\fa43"}.ti-info-octagon:before{content:"\fa44"}.ti-info-square:before{content:"\fa45"}.ti-info-square-rounded:before{content:"\f6d9"}.ti-info-triangle:before{content:"\fa46"}.ti-inner-shadow-bottom:before{content:"\f757"}.ti-inner-shadow-bottom-left:before{content:"\f758"}.ti-inner-shadow-bottom-right:before{content:"\f759"}.ti-inner-shadow-left:before{content:"\f75a"}.ti-inner-shadow-right:before{content:"\f75b"}.ti-inner-shadow-top:before{content:"\f75c"}.ti-inner-shadow-top-left:before{content:"\f75d"}.ti-inner-shadow-top-right:before{content:"\f75e"}.ti-ironing:before{content:"\fe2a"}.ti-ironing-1:before{content:"\1006f"}.ti-ironing-2:before{content:"\1006e"}.ti-ironing-3:before{content:"\1006d"}.ti-ironing-steam:before{content:"\1006c"}.ti-jetpack:before{content:"\fe29"}.ti-jewish-star:before{content:"\f67e"}.ti-key:before{content:"\fe28"}.ti-keyframe:before{content:"\fc33"}.ti-keyframe-align-center:before{content:"\fc30"}.ti-keyframe-align-horizontal:before{content:"\fc31"}.ti-keyframe-align-vertical:before{content:"\fc32"}.ti-keyframes:before{content:"\fc34"}.ti-label:before{content:"\ff41"}.ti-label-important:before{content:"\ff60"}.ti-lasso-polygon:before{content:"\ff5f"}.ti-layout:before{content:"\fe17"}.ti-layout-2:before{content:"\fe27"}.ti-layout-align-bottom:before{content:"\fe26"}.ti-layout-align-center:before{content:"\fe25"}.ti-layout-align-left:before{content:"\fe24"}.ti-layout-align-middle:before{content:"\fe23"}.ti-layout-align-right:before{content:"\fe22"}.ti-layout-align-top:before{content:"\fe21"}.ti-layout-bottombar:before{content:"\fc37"}.ti-layout-bottombar-collapse:before{content:"\fc35"}.ti-layout-bottombar-expand:before{content:"\fc36"}.ti-layout-cards:before{content:"\fe20"}.ti-layout-dashboard:before{content:"\fe1f"}.ti-layout-distribute-horizontal:before{content:"\fe1e"}.ti-layout-distribute-vertical:before{content:"\fe1d"}.ti-layout-grid:before{content:"\fe1c"}.ti-layout-kanban:before{content:"\fe1b"}.ti-layout-list:before{content:"\fe1a"}.ti-layout-navbar:before{content:"\fc3a"}.ti-layout-navbar-collapse:before{content:"\fc38"}.ti-layout-navbar-expand:before{content:"\fc39"}.ti-layout-sidebar:before{content:"\fe18"}.ti-layout-sidebar-left-collapse:before{content:"\fc3b"}.ti-layout-sidebar-left-expand:before{content:"\fc3c"}.ti-layout-sidebar-right:before{content:"\fe19"}.ti-layout-sidebar-right-collapse:before{content:"\fc3d"}.ti-layout-sidebar-right-expand:before{content:"\fc3e"} -.ti-lego:before{content:"\fe16"}.ti-live-photo:before{content:"\fed1"}.ti-location:before{content:"\f67f"}.ti-lock:before{content:"\fe15"}.ti-lock-square-rounded:before{content:"\f6da"}.ti-lungs:before{content:"\fe14"}.ti-macro:before{content:"\fe13"}.ti-magnet:before{content:"\fe12"}.ti-mail:before{content:"\fa47"}.ti-mail-opened:before{content:"\fa48"}.ti-man:before{content:"\fe11"}.ti-manual-gearbox:before{content:"\fe10"}.ti-map-pin:before{content:"\f680"}.ti-medical-cross:before{content:"\f681"}.ti-melon:before{content:"\1000e"}.ti-message:before{content:"\fecd"}.ti-message-chatbot:before{content:"\fed0"}.ti-message-circle:before{content:"\fecf"}.ti-message-report:before{content:"\fece"}.ti-meteor:before{content:"\1000d"}.ti-michelin-star:before{content:"\1000c"}.ti-mickey:before{content:"\f683"}.ti-microphone:before{content:"\fe0f"}.ti-microwave:before{content:"\fe0e"}.ti-military-rank:before{content:"\ff5e"}.ti-milk:before{content:"\1000b"}.ti-mood-angry:before{content:"\ff0a"}.ti-mood-confuzed:before{content:"\f7f2"}.ti-mood-crazy-happy:before{content:"\ff09"}.ti-mood-empty:before{content:"\f7f3"}.ti-mood-happy:before{content:"\f7f4"}.ti-mood-kid:before{content:"\f7f5"}.ti-mood-neutral:before{content:"\f7f6"}.ti-mood-sad:before{content:"\f7f7"}.ti-mood-smile:before{content:"\f7f8"}.ti-mood-wrrr:before{content:"\ff08"}.ti-moon:before{content:"\f684"}.ti-mountain:before{content:"\1000a"}.ti-mouse:before{content:"\fb2f"}.ti-mug:before{content:"\10009"}.ti-mushroom:before{content:"\f7f9"}.ti-navigation:before{content:"\f685"}.ti-octagon:before{content:"\f686"}.ti-oval:before{content:"\f687"}.ti-oval-vertical:before{content:"\f688"}.ti-paint:before{content:"\f75f"}.ti-panorama-horizontal:before{content:"\fecc"}.ti-panorama-vertical:before{content:"\fecb"}.ti-parking-circle:before{content:"\feca"}.ti-paw:before{content:"\f689"}.ti-pennant:before{content:"\f68b"}.ti-pennant-2:before{content:"\f68a"}.ti-pentagon:before{content:"\f68c"}.ti-phone:before{content:"\fa49"}.ti-photo:before{content:"\fa4a"}.ti-picture-in-picture:before{content:"\fec1"}.ti-picture-in-picture-top:before{content:"\fec2"}.ti-pill:before{content:"\ff07"}.ti-pin:before{content:"\f68d"}.ti-pinned:before{content:"\f68e"}.ti-pizza:before{content:"\10008"}.ti-play-card-1:before{content:"\10083"}.ti-play-card-10:before{content:"\10082"}.ti-play-card-2:before{content:"\10081"}.ti-play-card-3:before{content:"\10080"}.ti-play-card-4:before{content:"\1007f"}.ti-play-card-5:before{content:"\1007e"}.ti-play-card-6:before{content:"\1007d"}.ti-play-card-7:before{content:"\1007c"}.ti-play-card-8:before{content:"\1007b"}.ti-play-card-9:before{content:"\1007a"}.ti-play-card-a:before{content:"\10079"}.ti-play-card-j:before{content:"\10078"} -.ti-play-card-k:before{content:"\10077"}.ti-play-card-q:before{content:"\10076"}.ti-play-card-star:before{content:"\10075"}.ti-player-eject:before{content:"\f68f"}.ti-player-pause:before{content:"\f690"}.ti-player-play:before{content:"\f691"}.ti-player-record:before{content:"\f692"}.ti-player-skip-back:before{content:"\f693"}.ti-player-skip-forward:before{content:"\f694"}.ti-player-stop:before{content:"\f695"}.ti-player-track-next:before{content:"\f696"}.ti-player-track-prev:before{content:"\f697"}.ti-point:before{content:"\f698"}.ti-pointer:before{content:"\fb30"}.ti-polaroid:before{content:"\fa4b"}.ti-poo:before{content:"\fec9"}.ti-presentation:before{content:"\ff5c"}.ti-presentation-analytics:before{content:"\ff5d"}.ti-puzzle:before{content:"\f699"}.ti-radar:before{content:"\fe0d"}.ti-radioactive:before{content:"\f760"}.ti-receipt:before{content:"\ff06"}.ti-rectangle:before{content:"\f69a"}.ti-rectangle-vertical:before{content:"\f69b"}.ti-relation-many-to-many:before{content:"\fe0c"}.ti-relation-one-to-many:before{content:"\fe0b"}.ti-relation-one-to-one:before{content:"\fe0a"}.ti-replace:before{content:"\f69c"}.ti-rosette:before{content:"\f69d"}.ti-rosette-discount:before{content:"\ff05"}.ti-rosette-discount-check:before{content:"\f746"}.ti-salad:before{content:"\10007"}.ti-scuba-diving-tank:before{content:"\ff04"}.ti-section:before{content:"\fe09"}.ti-seeding:before{content:"\10006"}.ti-settings:before{content:"\f69e"}.ti-shield:before{content:"\f69f"}.ti-shield-check:before{content:"\f761"}.ti-shield-checkered:before{content:"\f762"}.ti-shield-half:before{content:"\f357"}.ti-shield-lock:before{content:"\f763"}.ti-shirt:before{content:"\f6a0"}.ti-shopping-cart:before{content:"\fc3f"}.ti-sign-left:before{content:"\f6a1"}.ti-sign-right:before{content:"\f6a2"}.ti-sitemap:before{content:"\1006b"}.ti-sort-ascending-2:before{content:"\ff5b"}.ti-sort-ascending-shapes:before{content:"\ff5a"}.ti-sort-descending-2:before{content:"\ff59"}.ti-sort-descending-shapes:before{content:"\ff58"}.ti-soup:before{content:"\fe08"}.ti-spade:before{content:"\f6a3"}.ti-square:before{content:"\fc40"}.ti-square-arrow-down:before{content:"\fb31"}.ti-square-arrow-left:before{content:"\fb32"}.ti-square-arrow-right:before{content:"\fb33"}.ti-square-arrow-up:before{content:"\fb34"}.ti-square-asterisk:before{content:"\fb35"}.ti-square-check:before{content:"\f76d"}.ti-square-chevron-down:before{content:"\fb36"}.ti-square-chevron-left:before{content:"\fb37"}.ti-square-chevron-right:before{content:"\fb38"}.ti-square-chevron-up:before{content:"\fb39"}.ti-square-chevrons-down:before{content:"\fb3a"}.ti-square-chevrons-left:before{content:"\fb3b"}.ti-square-chevrons-right:before{content:"\fb3c"}.ti-square-chevrons-up:before{content:"\fb3d"}.ti-square-dot:before{content:"\fb3e"}.ti-square-f0:before{content:"\f76e"} -.ti-square-f1:before{content:"\f76f"}.ti-square-f2:before{content:"\f770"}.ti-square-f3:before{content:"\f771"}.ti-square-f4:before{content:"\f772"}.ti-square-f5:before{content:"\f773"}.ti-square-f6:before{content:"\f774"}.ti-square-f7:before{content:"\f775"}.ti-square-f8:before{content:"\f776"}.ti-square-f9:before{content:"\f777"}.ti-square-letter-a:before{content:"\fe07"}.ti-square-letter-b:before{content:"\fe06"}.ti-square-letter-c:before{content:"\fe05"}.ti-square-letter-d:before{content:"\fe04"}.ti-square-letter-e:before{content:"\fe03"}.ti-square-letter-f:before{content:"\fe02"}.ti-square-letter-g:before{content:"\fe01"}.ti-square-letter-h:before{content:"\fe00"}.ti-square-letter-i:before{content:"\fdff"}.ti-square-letter-j:before{content:"\fdfe"}.ti-square-letter-k:before{content:"\fdfd"}.ti-square-letter-l:before{content:"\fdfc"}.ti-square-letter-m:before{content:"\fdfb"}.ti-square-letter-n:before{content:"\fdfa"}.ti-square-letter-o:before{content:"\fdf9"}.ti-square-letter-p:before{content:"\fdf8"}.ti-square-letter-q:before{content:"\fdf7"}.ti-square-letter-r:before{content:"\fdf6"}.ti-square-letter-s:before{content:"\fdf5"}.ti-square-letter-t:before{content:"\fdf4"}.ti-square-letter-u:before{content:"\fdf3"}.ti-square-letter-v:before{content:"\fdf2"}.ti-square-letter-w:before{content:"\fdf1"}.ti-square-letter-x:before{content:"\fdf0"}.ti-square-letter-y:before{content:"\fdef"}.ti-square-letter-z:before{content:"\fdee"}.ti-square-minus:before{content:"\fb3f"}.ti-square-number-0:before{content:"\f764"}.ti-square-number-1:before{content:"\f765"}.ti-square-number-2:before{content:"\f7fa"}.ti-square-number-3:before{content:"\f766"}.ti-square-number-4:before{content:"\f767"}.ti-square-number-5:before{content:"\f768"}.ti-square-number-6:before{content:"\f769"}.ti-square-number-7:before{content:"\f76a"}.ti-square-number-8:before{content:"\f76b"}.ti-square-number-9:before{content:"\f76c"}.ti-square-rotated:before{content:"\f6a4"}.ti-square-rounded:before{content:"\f6a5"}.ti-square-rounded-arrow-down:before{content:"\f6db"}.ti-square-rounded-arrow-left:before{content:"\f6dc"}.ti-square-rounded-arrow-right:before{content:"\f6dd"}.ti-square-rounded-arrow-up:before{content:"\f6de"}.ti-square-rounded-check:before{content:"\f6df"}.ti-square-rounded-chevron-down:before{content:"\f6e0"}.ti-square-rounded-chevron-left:before{content:"\f6e1"}.ti-square-rounded-chevron-right:before{content:"\f6e2"}.ti-square-rounded-chevron-up:before{content:"\f6e3"}.ti-square-rounded-chevrons-down:before{content:"\f6e4"}.ti-square-rounded-chevrons-left:before{content:"\f6e5"}.ti-square-rounded-chevrons-right:before{content:"\f6e6"}.ti-square-rounded-chevrons-up:before{content:"\f6e7"}.ti-square-rounded-letter-a:before{content:"\fded"}.ti-square-rounded-letter-b:before{content:"\fdec"}.ti-square-rounded-letter-c:before{content:"\fdeb"}.ti-square-rounded-letter-d:before{content:"\fdea"}.ti-square-rounded-letter-e:before{content:"\fde9"} -.ti-square-rounded-letter-f:before{content:"\fde8"}.ti-square-rounded-letter-g:before{content:"\fde7"}.ti-square-rounded-letter-h:before{content:"\fde6"}.ti-square-rounded-letter-i:before{content:"\fde5"}.ti-square-rounded-letter-j:before{content:"\fde4"}.ti-square-rounded-letter-k:before{content:"\fde3"}.ti-square-rounded-letter-l:before{content:"\fde2"}.ti-square-rounded-letter-m:before{content:"\fde1"}.ti-square-rounded-letter-n:before{content:"\fde0"}.ti-square-rounded-letter-o:before{content:"\fddf"}.ti-square-rounded-letter-p:before{content:"\fdde"}.ti-square-rounded-letter-q:before{content:"\fddd"}.ti-square-rounded-letter-r:before{content:"\fddc"}.ti-square-rounded-letter-s:before{content:"\fddb"}.ti-square-rounded-letter-t:before{content:"\fdda"}.ti-square-rounded-letter-u:before{content:"\fdd9"}.ti-square-rounded-letter-v:before{content:"\fdd8"}.ti-square-rounded-letter-w:before{content:"\fdd7"}.ti-square-rounded-letter-x:before{content:"\fdd6"}.ti-square-rounded-letter-y:before{content:"\fdd5"}.ti-square-rounded-letter-z:before{content:"\fdd4"}.ti-square-rounded-minus:before{content:"\fb40"}.ti-square-rounded-number-0:before{content:"\f778"}.ti-square-rounded-number-1:before{content:"\f779"}.ti-square-rounded-number-2:before{content:"\f77a"}.ti-square-rounded-number-3:before{content:"\f77b"}.ti-square-rounded-number-4:before{content:"\f77c"}.ti-square-rounded-number-5:before{content:"\f77d"}.ti-square-rounded-number-6:before{content:"\f77e"}.ti-square-rounded-number-7:before{content:"\f77f"}.ti-square-rounded-number-8:before{content:"\f780"}.ti-square-rounded-number-9:before{content:"\f781"}.ti-square-rounded-plus:before{content:"\f6e8"}.ti-square-rounded-x:before{content:"\f6e9"}.ti-square-x:before{content:"\fb41"}.ti-squares:before{content:"\fe9f"}.ti-stack:before{content:"\fdd1"}.ti-stack-2:before{content:"\fdd3"}.ti-stack-3:before{content:"\fdd2"}.ti-star:before{content:"\f6a6"}.ti-star-half:before{content:"\f6a7"}.ti-stars:before{content:"\f6a8"}.ti-steering-wheel:before{content:"\ff03"}.ti-sun:before{content:"\f6a9"}.ti-sunglasses:before{content:"\fec8"}.ti-swipe-down:before{content:"\ff57"}.ti-swipe-left:before{content:"\ff56"}.ti-swipe-right:before{content:"\ff55"}.ti-swipe-up:before{content:"\ff54"}.ti-table:before{content:"\f782"}.ti-tag:before{content:"\ff02"}.ti-tags:before{content:"\ff01"}.ti-test-pipe-2:before{content:"\ff53"}.ti-thumb-down:before{content:"\f6aa"}.ti-thumb-up:before{content:"\f6ab"}.ti-tilt-shift:before{content:"\fec7"}.ti-timeline-event:before{content:"\fd18"}.ti-toggle-left:before{content:"\fec0"}.ti-toggle-right:before{content:"\febf"}.ti-transform:before{content:"\f6ac"}.ti-transition-bottom:before{content:"\fdd0"}.ti-transition-left:before{content:"\fdcf"}.ti-transition-right:before{content:"\fdce"}.ti-transition-top:before{content:"\fdcd"}.ti-trash:before{content:"\f783"}.ti-trash-x:before{content:"\f784"} -.ti-triangle:before{content:"\f6ad"}.ti-triangle-inverted:before{content:"\f6ae"}.ti-triangle-square-circle:before{content:"\fb42"}.ti-trophy:before{content:"\f6af"}.ti-umbrella:before{content:"\f6b0"}.ti-user:before{content:"\fd19"}.ti-versions:before{content:"\f6b1"}.ti-windmill:before{content:"\f6b2"}.ti-woman:before{content:"\fdcc"}.ti-xbox-a:before{content:"\fdcb"}.ti-xbox-b:before{content:"\fdca"}.ti-xbox-x:before{content:"\fdc9"}.ti-xbox-y:before{content:"\fdc8"}.ti-yin-yang:before{content:"\f785"}.ti-zeppelin:before{content:"\fdc7"}.ti-zoom:before{content:"\f787"}.ti-zoom-cancel:before{content:"\fdc6"}.ti-zoom-check:before{content:"\f786"}.ti-zoom-code:before{content:"\fdc5"}.ti-zoom-exclamation:before{content:"\fdc4"}.ti-zoom-in:before{content:"\f789"}.ti-zoom-in-area:before{content:"\f788"}.ti-zoom-money:before{content:"\fdc3"}.ti-zoom-out:before{content:"\f78a"}.ti-zoom-out-area:before{content:"\fdc2"}.ti-zoom-pan:before{content:"\fdc1"}.ti-zoom-question:before{content:"\fdc0"}.ti-zoom-scan:before{content:"\fdbf"}.ti-discount-check:before{content:"\f746"}.ti-message-circle-2:before{content:"\fecf"}/*! + */@font-face{font-family:"tabler-icons";font-style:normal;font-weight:400;src:url("../fonts/tabler-icons-filled.woff2?v3.20.0") format("woff2"),url("../fonts/tabler-icons-filled.woff?") format("woff"),url("../fonts/tabler-icons-filled.ttf?v3.20.0") format("truetype")}.ti{font-family:"tabler-icons"!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}.ti-accessible:before{content:"\f6ea"}.ti-ad:before{content:"\f6eb"}.ti-ad-circle:before{content:"\f7d3"}.ti-adjustments:before{content:"\f6ec"}.ti-affiliate:before{content:"\f6ed"}.ti-alarm:before{content:"\f709"}.ti-alarm-minus:before{content:"\f70a"}.ti-alarm-plus:before{content:"\f70b"}.ti-alarm-snooze:before{content:"\f70c"}.ti-alert-circle:before{content:"\f6ee"}.ti-alert-hexagon:before{content:"\fa34"}.ti-alert-octagon:before{content:"\f6ef"}.ti-alert-square:before{content:"\fa35"}.ti-alert-square-rounded:before{content:"\fa36"}.ti-alert-triangle:before{content:"\f6f0"}.ti-alien:before{content:"\f70d"} +.ti-align-box-bottom-center:before{content:"\f70e"}.ti-align-box-bottom-left:before{content:"\f70f"}.ti-align-box-bottom-right:before{content:"\f710"}.ti-align-box-center-middle:before{content:"\f7d4"}.ti-align-box-left-bottom:before{content:"\f711"}.ti-align-box-left-middle:before{content:"\f712"}.ti-align-box-left-top:before{content:"\f713"}.ti-align-box-right-bottom:before{content:"\f714"}.ti-align-box-right-middle:before{content:"\f7d5"}.ti-align-box-right-top:before{content:"\f715"}.ti-align-box-top-center:before{content:"\f716"}.ti-align-box-top-left:before{content:"\f717"}.ti-align-box-top-right:before{content:"\f718"}.ti-analyze:before{content:"\f719"}.ti-app-window:before{content:"\f71a"}.ti-apple:before{content:"\10017"}.ti-apps:before{content:"\f6f1"}.ti-archive:before{content:"\fa82"}.ti-arrow-autofit-content:before{content:"\f6f2"}.ti-arrow-badge-down:before{content:"\f7d6"}.ti-arrow-badge-left:before{content:"\f7d7"}.ti-arrow-badge-right:before{content:"\f7d8"}.ti-arrow-badge-up:before{content:"\f7d9"}.ti-arrow-big-down:before{content:"\f6c6"}.ti-arrow-big-down-line:before{content:"\f6c7"}.ti-arrow-big-down-lines:before{content:"\f6c8"}.ti-arrow-big-left:before{content:"\f6c9"}.ti-arrow-big-left-line:before{content:"\f6ca"}.ti-arrow-big-left-lines:before{content:"\f6cb"}.ti-arrow-big-right:before{content:"\f6cc"}.ti-arrow-big-right-line:before{content:"\f6cd"}.ti-arrow-big-right-lines:before{content:"\f6ce"}.ti-arrow-big-up:before{content:"\f6cf"}.ti-arrow-big-up-line:before{content:"\f6d0"}.ti-arrow-big-up-lines:before{content:"\f6d1"}.ti-arrow-down-circle:before{content:"\1003b"}.ti-arrow-down-rhombus:before{content:"\1003a"}.ti-arrow-down-square:before{content:"\10039"}.ti-arrow-guide:before{content:"\10038"}.ti-arrow-left-circle:before{content:"\10037"}.ti-arrow-left-rhombus:before{content:"\10036"}.ti-arrow-left-square:before{content:"\10035"}.ti-arrow-move-down:before{content:"\10034"}.ti-arrow-move-left:before{content:"\10033"}.ti-arrow-move-right:before{content:"\10032"}.ti-arrow-move-up:before{content:"\10031"}.ti-arrow-right-circle:before{content:"\10030"}.ti-arrow-right-rhombus:before{content:"\1002f"}.ti-arrow-right-square:before{content:"\1002e"}.ti-arrow-up-circle:before{content:"\1002d"}.ti-arrow-up-rhombus:before{content:"\1002c"}.ti-arrow-up-square:before{content:"\1002b"}.ti-artboard:before{content:"\fa83"}.ti-article:before{content:"\f7da"}.ti-aspect-ratio:before{content:"\f7db"}.ti-assembly:before{content:"\fe9e"}.ti-asset:before{content:"\fe9d"}.ti-atom-2:before{content:"\f71b"}.ti-automatic-gearbox:before{content:"\1002a"}.ti-award:before{content:"\f71c"}.ti-baby-carriage:before{content:"\fe9c"}.ti-backspace:before{content:"\f7dc"}.ti-badge:before{content:"\f667"}.ti-badge-3d:before{content:"\fe9b"}.ti-badge-4k:before{content:"\fe9a"}.ti-badge-8k:before{content:"\fe99"}.ti-badge-ad:before{content:"\fe98"} +.ti-badge-ar:before{content:"\fe97"}.ti-badge-cc:before{content:"\fe96"}.ti-badge-hd:before{content:"\fe95"}.ti-badge-sd:before{content:"\fe94"}.ti-badge-tm:before{content:"\fe93"}.ti-badge-vo:before{content:"\fe92"}.ti-badge-vr:before{content:"\fe91"}.ti-badge-wc:before{content:"\fe90"}.ti-badges:before{content:"\f7dd"}.ti-balloon:before{content:"\fa84"}.ti-ballpen:before{content:"\fa85"}.ti-bandage:before{content:"\f7de"}.ti-barbell:before{content:"\fe8f"}.ti-barrier-block:before{content:"\fe8e"}.ti-basket:before{content:"\f7df"}.ti-bath:before{content:"\f71d"}.ti-battery:before{content:"\f668"}.ti-battery-1:before{content:"\f71e"}.ti-battery-2:before{content:"\f71f"}.ti-battery-3:before{content:"\f720"}.ti-battery-4:before{content:"\f721"}.ti-battery-automotive:before{content:"\10029"}.ti-battery-vertical:before{content:"\10024"}.ti-battery-vertical-1:before{content:"\10028"}.ti-battery-vertical-2:before{content:"\10027"}.ti-battery-vertical-3:before{content:"\10026"}.ti-battery-vertical-4:before{content:"\10025"}.ti-bed:before{content:"\f7e0"}.ti-bed-flat:before{content:"\fe8d"}.ti-beer:before{content:"\f7e1"}.ti-bell:before{content:"\f669"}.ti-bell-minus:before{content:"\f722"}.ti-bell-plus:before{content:"\f723"}.ti-bell-ringing:before{content:"\f725"}.ti-bell-ringing-2:before{content:"\f724"}.ti-bell-x:before{content:"\f726"}.ti-bell-z:before{content:"\f727"}.ti-bike:before{content:"\10023"}.ti-binary-tree:before{content:"\ff64"}.ti-binary-tree-2:before{content:"\ff65"}.ti-binoculars:before{content:"\ff0b"}.ti-biohazard:before{content:"\fe8c"}.ti-blade:before{content:"\f7e2"}.ti-blender:before{content:"\10022"}.ti-blob:before{content:"\feb1"}.ti-bolt:before{content:"\10021"}.ti-bomb:before{content:"\fa86"}.ti-bone:before{content:"\fe8b"}.ti-bong:before{content:"\10020"}.ti-book:before{content:"\fa87"}.ti-bookmark:before{content:"\fa88"}.ti-bookmarks:before{content:"\fb1f"}.ti-boom:before{content:"\fe8a"}.ti-bottle:before{content:"\fa89"}.ti-bounce-left:before{content:"\fb20"}.ti-bounce-right:before{content:"\fb21"}.ti-bow:before{content:"\fe89"}.ti-bowl:before{content:"\fb22"}.ti-bowl-chopsticks:before{content:"\fe88"}.ti-bowl-spoon:before{content:"\fe87"}.ti-box-align-bottom:before{content:"\fa8a"}.ti-box-align-bottom-left:before{content:"\fa8b"}.ti-box-align-bottom-right:before{content:"\fa8c"}.ti-box-align-left:before{content:"\fa8d"}.ti-box-align-right:before{content:"\fa8e"}.ti-box-align-top:before{content:"\fa8f"}.ti-box-align-top-left:before{content:"\fa90"}.ti-box-align-top-right:before{content:"\fa91"}.ti-box-multiple:before{content:"\1001f"}.ti-brand-apple:before{content:"\fd74"}.ti-brand-discord:before{content:"\f7e4"}.ti-brand-dribbble:before{content:"\f7e5"} +.ti-brand-facebook:before{content:"\f7e6"}.ti-brand-github:before{content:"\f7e7"}.ti-brand-google:before{content:"\fd1a"}.ti-brand-patreon:before{content:"\fcff"}.ti-brand-paypal:before{content:"\f7e9"}.ti-brand-spotify:before{content:"\fe86"}.ti-brand-tiktok:before{content:"\f7ea"}.ti-brand-twitter:before{content:"\f7eb"}.ti-brand-x:before{content:"\fc21"}.ti-brand-youtube:before{content:"\fc22"}.ti-bread:before{content:"\fe85"}.ti-briefcase:before{content:"\fd00"}.ti-briefcase-2:before{content:"\fe84"}.ti-brightness:before{content:"\fe82"}.ti-brightness-auto:before{content:"\fe83"}.ti-brightness-down:before{content:"\fb23"}.ti-brightness-up:before{content:"\fb24"}.ti-bubble:before{content:"\fec3"}.ti-bug:before{content:"\fd01"}.ti-building-broadcast-tower:before{content:"\fe81"}.ti-bulb:before{content:"\f66a"}.ti-butterfly:before{content:"\10016"}.ti-cactus:before{content:"\fb25"}.ti-calculator:before{content:"\fb26"}.ti-calendar:before{content:"\fb27"}.ti-camera:before{content:"\fa37"}.ti-campfire:before{content:"\fb28"}.ti-candle:before{content:"\fc23"}.ti-cannabis:before{content:"\10015"}.ti-capsule:before{content:"\fc24"}.ti-capsule-horizontal:before{content:"\fc25"}.ti-capture:before{content:"\fb29"}.ti-car:before{content:"\1004c"}.ti-car-4wd:before{content:"\1001e"}.ti-car-fan:before{content:"\1001d"}.ti-car-suv:before{content:"\1004d"}.ti-carambola:before{content:"\10014"}.ti-cardboards:before{content:"\1001c"}.ti-cards:before{content:"\fc26"}.ti-caret-down:before{content:"\fb2a"}.ti-caret-left:before{content:"\fb2b"}.ti-caret-left-right:before{content:"\fd02"}.ti-caret-right:before{content:"\fb2c"}.ti-caret-up:before{content:"\fb2d"}.ti-caret-up-down:before{content:"\fd03"}.ti-carousel-horizontal:before{content:"\fa92"}.ti-carousel-vertical:before{content:"\fa93"}.ti-cash-banknote:before{content:"\fe80"}.ti-category:before{content:"\fb2e"}.ti-charging-pile:before{content:"\1001b"}.ti-chart-area:before{content:"\f66b"}.ti-chart-area-line:before{content:"\f66c"}.ti-chart-bubble:before{content:"\f66d"}.ti-chart-candle:before{content:"\f66e"}.ti-chart-donut:before{content:"\f66f"}.ti-chart-dots:before{content:"\fd04"}.ti-chart-grid-dots:before{content:"\fd05"}.ti-chart-pie:before{content:"\f670"}.ti-cherry:before{content:"\f728"}.ti-chess:before{content:"\f72a"}.ti-chess-bishop:before{content:"\f729"}.ti-chess-king:before{content:"\f72b"}.ti-chess-knight:before{content:"\f72c"}.ti-chess-queen:before{content:"\f72d"}.ti-chess-rook:before{content:"\f72e"}.ti-christmas-tree:before{content:"\1001a"}.ti-circle:before{content:"\f671"}.ti-circle-arrow-down:before{content:"\f6f4"}.ti-circle-arrow-down-left:before{content:"\f6f5"}.ti-circle-arrow-down-right:before{content:"\f6f7"}.ti-circle-arrow-left:before{content:"\f6fa"} +.ti-circle-arrow-right:before{content:"\f6fc"}.ti-circle-arrow-up:before{content:"\f6fe"}.ti-circle-arrow-up-left:before{content:"\f6ff"}.ti-circle-arrow-up-right:before{content:"\f701"}.ti-circle-check:before{content:"\f704"}.ti-circle-dot:before{content:"\f705"}.ti-circle-key:before{content:"\f706"}.ti-circle-letter-a:before{content:"\fe7f"}.ti-circle-letter-b:before{content:"\fe7e"}.ti-circle-letter-c:before{content:"\fe7d"}.ti-circle-letter-d:before{content:"\fe7c"}.ti-circle-letter-e:before{content:"\fe7b"}.ti-circle-letter-f:before{content:"\fe7a"}.ti-circle-letter-g:before{content:"\fe79"}.ti-circle-letter-h:before{content:"\fe78"}.ti-circle-letter-i:before{content:"\fe77"}.ti-circle-letter-j:before{content:"\fe76"}.ti-circle-letter-k:before{content:"\fe75"}.ti-circle-letter-l:before{content:"\fe74"}.ti-circle-letter-m:before{content:"\fe73"}.ti-circle-letter-n:before{content:"\fe72"}.ti-circle-letter-o:before{content:"\fe71"}.ti-circle-letter-p:before{content:"\fe70"}.ti-circle-letter-q:before{content:"\fe6f"}.ti-circle-letter-r:before{content:"\fe6e"}.ti-circle-letter-s:before{content:"\fe6d"}.ti-circle-letter-t:before{content:"\fe6c"}.ti-circle-letter-u:before{content:"\fe6b"}.ti-circle-letter-v:before{content:"\fe6a"}.ti-circle-letter-w:before{content:"\fe69"}.ti-circle-letter-x:before{content:"\fe68"}.ti-circle-letter-y:before{content:"\fe67"}.ti-circle-letter-z:before{content:"\fe66"}.ti-circle-number-0:before{content:"\f72f"}.ti-circle-number-1:before{content:"\f730"}.ti-circle-number-2:before{content:"\f731"}.ti-circle-number-3:before{content:"\f732"}.ti-circle-number-4:before{content:"\f733"}.ti-circle-number-5:before{content:"\f734"}.ti-circle-number-6:before{content:"\f735"}.ti-circle-number-7:before{content:"\f736"}.ti-circle-number-8:before{content:"\f737"}.ti-circle-number-9:before{content:"\f738"}.ti-circle-percentage:before{content:"\fed5"}.ti-circle-plus:before{content:"\fef9"}.ti-circle-rectangle:before{content:"\ff63"}.ti-circle-x:before{content:"\f739"}.ti-circles:before{content:"\f672"}.ti-clock:before{content:"\f73a"}.ti-clock-hour-1:before{content:"\fe65"}.ti-clock-hour-10:before{content:"\fe64"}.ti-clock-hour-11:before{content:"\fe63"}.ti-clock-hour-12:before{content:"\fe62"}.ti-clock-hour-2:before{content:"\fe61"}.ti-clock-hour-3:before{content:"\fe60"}.ti-clock-hour-4:before{content:"\fe5f"}.ti-clock-hour-5:before{content:"\fe5e"}.ti-clock-hour-6:before{content:"\fe5d"}.ti-clock-hour-7:before{content:"\fe5c"}.ti-clock-hour-8:before{content:"\fe5b"}.ti-clock-hour-9:before{content:"\fe5a"}.ti-cloud:before{content:"\f673"}.ti-clover:before{content:"\10013"}.ti-clubs:before{content:"\f674"}.ti-code-circle:before{content:"\fed3"}.ti-code-circle-2:before{content:"\fed4"}.ti-coin:before{content:"\fd08"}.ti-coin-bitcoin:before{content:"\fd06"}.ti-coin-euro:before{content:"\fd07"} +.ti-coin-monero:before{content:"\fd09"}.ti-coin-pound:before{content:"\fd0a"}.ti-coin-rupee:before{content:"\fd0b"}.ti-coin-taka:before{content:"\fd0c"}.ti-coin-yen:before{content:"\fd0e"}.ti-coin-yuan:before{content:"\fd0f"}.ti-compass:before{content:"\fd10"}.ti-cone:before{content:"\fe58"}.ti-cone-2:before{content:"\fe59"}.ti-contrast:before{content:"\fe56"}.ti-contrast-2:before{content:"\fe57"}.ti-cookie:before{content:"\fe54"}.ti-cookie-man:before{content:"\fe55"}.ti-copy-check:before{content:"\fe53"}.ti-copy-minus:before{content:"\fe52"}.ti-copy-plus:before{content:"\fe51"}.ti-copy-x:before{content:"\fe50"}.ti-copyleft:before{content:"\f73b"}.ti-copyright:before{content:"\f73c"}.ti-credit-card:before{content:"\fd11"}.ti-crop-1-1:before{content:"\fe4f"}.ti-crop-16-9:before{content:"\fe4e"}.ti-crop-3-2:before{content:"\fe4d"}.ti-crop-5-4:before{content:"\fe4c"}.ti-crop-7-5:before{content:"\fe4b"}.ti-crop-landscape:before{content:"\fe4a"}.ti-crop-portrait:before{content:"\fe49"}.ti-cross:before{content:"\f675"}.ti-dashboard:before{content:"\10019"}.ti-device-cctv:before{content:"\1004b"}.ti-device-desktop:before{content:"\1004a"}.ti-device-gamepad-3:before{content:"\10049"}.ti-device-heart-monitor:before{content:"\fa38"}.ti-device-imac:before{content:"\10048"}.ti-device-ipad:before{content:"\10047"}.ti-device-mobile:before{content:"\fa39"}.ti-device-remote:before{content:"\10046"}.ti-device-speaker:before{content:"\10045"}.ti-device-tablet:before{content:"\fa3a"}.ti-device-tv:before{content:"\10043"}.ti-device-tv-old:before{content:"\10044"}.ti-device-unknown:before{content:"\10018"}.ti-device-usb:before{content:"\10042"}.ti-device-vision-pro:before{content:"\10041"}.ti-device-watch:before{content:"\10040"}.ti-dialpad:before{content:"\fa3b"}.ti-diamond:before{content:"\f73d"}.ti-diamonds:before{content:"\f676"}.ti-dice:before{content:"\f744"}.ti-dice-1:before{content:"\f73e"}.ti-dice-2:before{content:"\f73f"}.ti-dice-3:before{content:"\f740"}.ti-dice-4:before{content:"\f741"}.ti-dice-5:before{content:"\f742"}.ti-dice-6:before{content:"\f743"}.ti-direction-sign:before{content:"\f745"}.ti-directions:before{content:"\1003f"}.ti-disc:before{content:"\1003e"}.ti-discount:before{content:"\1003d"}.ti-droplet:before{content:"\ee80"}.ti-droplet-half:before{content:"\f6c5"}.ti-droplet-half-2:before{content:"\fb6c"}.ti-egg:before{content:"\f678"}.ti-egg-cracked:before{content:"\10012"}.ti-elevator:before{content:"\1003c"}.ti-exclamation-circle:before{content:"\ff62"}.ti-eye:before{content:"\f679"}.ti-favicon:before{content:"\10071"}.ti-feather:before{content:"\10011"}.ti-file:before{content:"\f747"}.ti-file-x:before{content:"\f748"}.ti-filter:before{content:"\fc27"}.ti-flag:before{content:"\f67a"} +.ti-flag-2:before{content:"\f707"}.ti-flag-3:before{content:"\f708"}.ti-flask:before{content:"\fd13"}.ti-flask-2:before{content:"\fd12"}.ti-flower:before{content:"\10010"}.ti-folder:before{content:"\f749"}.ti-forbid:before{content:"\fc29"}.ti-forbid-2:before{content:"\fc28"}.ti-fountain:before{content:"\fc2a"}.ti-function:before{content:"\fc2b"}.ti-gauge:before{content:"\fc2c"}.ti-ghost:before{content:"\f74b"}.ti-ghost-2:before{content:"\f74a"}.ti-gift:before{content:"\fd14"}.ti-gift-card:before{content:"\fc2d"}.ti-glass:before{content:"\1000f"}.ti-glass-full:before{content:"\fc2e"}.ti-globe:before{content:"\fc2f"}.ti-gps:before{content:"\fe48"}.ti-graph:before{content:"\fd15"}.ti-guitar-pick:before{content:"\f67b"}.ti-hanger-2:before{content:"\ff61"}.ti-headphones:before{content:"\fa3c"}.ti-heart:before{content:"\f67c"}.ti-help-circle:before{content:"\fa3d"}.ti-help-hexagon:before{content:"\fa3e"}.ti-help-octagon:before{content:"\fa3f"}.ti-help-square:before{content:"\fa40"}.ti-help-square-rounded:before{content:"\fa41"}.ti-help-triangle:before{content:"\fa42"}.ti-hexagon:before{content:"\f67d"}.ti-hexagon-letter-a:before{content:"\fe47"}.ti-hexagon-letter-b:before{content:"\fe46"}.ti-hexagon-letter-c:before{content:"\fe45"}.ti-hexagon-letter-d:before{content:"\fe44"}.ti-hexagon-letter-e:before{content:"\fe43"}.ti-hexagon-letter-f:before{content:"\fe42"}.ti-hexagon-letter-g:before{content:"\fe41"}.ti-hexagon-letter-h:before{content:"\fe40"}.ti-hexagon-letter-i:before{content:"\fe3f"}.ti-hexagon-letter-j:before{content:"\fe3e"}.ti-hexagon-letter-k:before{content:"\fe3d"}.ti-hexagon-letter-l:before{content:"\fe3c"}.ti-hexagon-letter-m:before{content:"\fe3b"}.ti-hexagon-letter-n:before{content:"\fe3a"}.ti-hexagon-letter-o:before{content:"\fe39"}.ti-hexagon-letter-p:before{content:"\fe38"}.ti-hexagon-letter-q:before{content:"\fe37"}.ti-hexagon-letter-r:before{content:"\fe36"}.ti-hexagon-letter-s:before{content:"\fe35"}.ti-hexagon-letter-t:before{content:"\fe34"}.ti-hexagon-letter-u:before{content:"\fe33"}.ti-hexagon-letter-v:before{content:"\fe32"}.ti-hexagon-letter-w:before{content:"\fe31"}.ti-hexagon-letter-x:before{content:"\fe30"}.ti-hexagon-letter-y:before{content:"\fe2f"}.ti-hexagon-letter-z:before{content:"\fe2e"}.ti-hexagon-minus:before{content:"\fe2d"}.ti-hexagon-number-0:before{content:"\f74c"}.ti-hexagon-number-1:before{content:"\f74d"}.ti-hexagon-number-2:before{content:"\f74e"}.ti-hexagon-number-3:before{content:"\f74f"}.ti-hexagon-number-4:before{content:"\f750"}.ti-hexagon-number-5:before{content:"\f751"}.ti-hexagon-number-6:before{content:"\f752"}.ti-hexagon-number-7:before{content:"\f753"}.ti-hexagon-number-8:before{content:"\f754"}.ti-hexagon-number-9:before{content:"\f755"}.ti-hexagon-plus:before{content:"\fe2c"}.ti-home:before{content:"\fe2b"} +.ti-hospital-circle:before{content:"\fed2"}.ti-hourglass:before{content:"\f756"}.ti-icons:before{content:"\10070"}.ti-info-circle:before{content:"\f6d8"}.ti-info-hexagon:before{content:"\fa43"}.ti-info-octagon:before{content:"\fa44"}.ti-info-square:before{content:"\fa45"}.ti-info-square-rounded:before{content:"\f6d9"}.ti-info-triangle:before{content:"\fa46"}.ti-inner-shadow-bottom:before{content:"\f757"}.ti-inner-shadow-bottom-left:before{content:"\f758"}.ti-inner-shadow-bottom-right:before{content:"\f759"}.ti-inner-shadow-left:before{content:"\f75a"}.ti-inner-shadow-right:before{content:"\f75b"}.ti-inner-shadow-top:before{content:"\f75c"}.ti-inner-shadow-top-left:before{content:"\f75d"}.ti-inner-shadow-top-right:before{content:"\f75e"}.ti-ironing:before{content:"\fe2a"}.ti-ironing-1:before{content:"\1006f"}.ti-ironing-2:before{content:"\1006e"}.ti-ironing-3:before{content:"\1006d"}.ti-ironing-steam:before{content:"\1006c"}.ti-jetpack:before{content:"\fe29"}.ti-jewish-star:before{content:"\f67e"}.ti-key:before{content:"\fe28"}.ti-keyframe:before{content:"\fc33"}.ti-keyframe-align-center:before{content:"\fc30"}.ti-keyframe-align-horizontal:before{content:"\fc31"}.ti-keyframe-align-vertical:before{content:"\fc32"}.ti-keyframes:before{content:"\fc34"}.ti-label:before{content:"\ff41"}.ti-label-important:before{content:"\ff60"}.ti-lasso-polygon:before{content:"\ff5f"}.ti-layout:before{content:"\fe17"}.ti-layout-2:before{content:"\fe27"}.ti-layout-align-bottom:before{content:"\fe26"}.ti-layout-align-center:before{content:"\fe25"}.ti-layout-align-left:before{content:"\fe24"}.ti-layout-align-middle:before{content:"\fe23"}.ti-layout-align-right:before{content:"\fe22"}.ti-layout-align-top:before{content:"\fe21"}.ti-layout-bottombar:before{content:"\fc37"}.ti-layout-bottombar-collapse:before{content:"\fc35"}.ti-layout-bottombar-expand:before{content:"\fc36"}.ti-layout-cards:before{content:"\fe20"}.ti-layout-dashboard:before{content:"\fe1f"}.ti-layout-distribute-horizontal:before{content:"\fe1e"}.ti-layout-distribute-vertical:before{content:"\fe1d"}.ti-layout-grid:before{content:"\fe1c"}.ti-layout-kanban:before{content:"\fe1b"}.ti-layout-list:before{content:"\fe1a"}.ti-layout-navbar:before{content:"\fc3a"}.ti-layout-navbar-collapse:before{content:"\fc38"}.ti-layout-navbar-expand:before{content:"\fc39"}.ti-layout-sidebar:before{content:"\fe18"}.ti-layout-sidebar-left-collapse:before{content:"\fc3b"}.ti-layout-sidebar-left-expand:before{content:"\fc3c"}.ti-layout-sidebar-right:before{content:"\fe19"}.ti-layout-sidebar-right-collapse:before{content:"\fc3d"}.ti-layout-sidebar-right-expand:before{content:"\fc3e"}.ti-lego:before{content:"\fe16"}.ti-live-photo:before{content:"\fed1"}.ti-location:before{content:"\f67f"}.ti-lock:before{content:"\fe15"}.ti-lock-square-rounded:before{content:"\f6da"}.ti-lungs:before{content:"\fe14"}.ti-macro:before{content:"\fe13"} +.ti-magnet:before{content:"\fe12"}.ti-mail:before{content:"\fa47"}.ti-mail-opened:before{content:"\fa48"}.ti-man:before{content:"\fe11"}.ti-manual-gearbox:before{content:"\fe10"}.ti-map-pin:before{content:"\f680"}.ti-medical-cross:before{content:"\f681"}.ti-melon:before{content:"\1000e"}.ti-message:before{content:"\fecd"}.ti-message-chatbot:before{content:"\fed0"}.ti-message-circle:before{content:"\fecf"}.ti-message-report:before{content:"\fece"}.ti-meteor:before{content:"\1000d"}.ti-michelin-star:before{content:"\1000c"}.ti-mickey:before{content:"\f683"}.ti-microphone:before{content:"\fe0f"}.ti-microwave:before{content:"\fe0e"}.ti-military-rank:before{content:"\ff5e"}.ti-milk:before{content:"\1000b"}.ti-mood-angry:before{content:"\ff0a"}.ti-mood-confuzed:before{content:"\f7f2"}.ti-mood-crazy-happy:before{content:"\ff09"}.ti-mood-empty:before{content:"\f7f3"}.ti-mood-happy:before{content:"\f7f4"}.ti-mood-kid:before{content:"\f7f5"}.ti-mood-neutral:before{content:"\f7f6"}.ti-mood-sad:before{content:"\f7f7"}.ti-mood-smile:before{content:"\f7f8"}.ti-mood-wrrr:before{content:"\ff08"}.ti-moon:before{content:"\f684"}.ti-mountain:before{content:"\1000a"}.ti-mouse:before{content:"\fb2f"}.ti-mug:before{content:"\10009"}.ti-mushroom:before{content:"\f7f9"}.ti-navigation:before{content:"\f685"}.ti-octagon:before{content:"\f686"}.ti-oval:before{content:"\f687"}.ti-oval-vertical:before{content:"\f688"}.ti-paint:before{content:"\f75f"}.ti-panorama-horizontal:before{content:"\fecc"}.ti-panorama-vertical:before{content:"\fecb"}.ti-parking-circle:before{content:"\feca"}.ti-paw:before{content:"\f689"}.ti-pennant:before{content:"\f68b"}.ti-pennant-2:before{content:"\f68a"}.ti-pentagon:before{content:"\f68c"}.ti-phone:before{content:"\fa49"}.ti-photo:before{content:"\fa4a"}.ti-picture-in-picture:before{content:"\fec1"}.ti-picture-in-picture-top:before{content:"\fec2"}.ti-pill:before{content:"\ff07"}.ti-pin:before{content:"\f68d"}.ti-pinned:before{content:"\f68e"}.ti-pizza:before{content:"\10008"}.ti-play-card-1:before{content:"\10083"}.ti-play-card-10:before{content:"\10082"}.ti-play-card-2:before{content:"\10081"}.ti-play-card-3:before{content:"\10080"}.ti-play-card-4:before{content:"\1007f"}.ti-play-card-5:before{content:"\1007e"}.ti-play-card-6:before{content:"\1007d"}.ti-play-card-7:before{content:"\1007c"}.ti-play-card-8:before{content:"\1007b"}.ti-play-card-9:before{content:"\1007a"}.ti-play-card-a:before{content:"\10079"}.ti-play-card-j:before{content:"\10078"}.ti-play-card-k:before{content:"\10077"}.ti-play-card-q:before{content:"\10076"}.ti-play-card-star:before{content:"\10075"}.ti-player-eject:before{content:"\f68f"}.ti-player-pause:before{content:"\f690"}.ti-player-play:before{content:"\f691"} +.ti-player-record:before{content:"\f692"}.ti-player-skip-back:before{content:"\f693"}.ti-player-skip-forward:before{content:"\f694"}.ti-player-stop:before{content:"\f695"}.ti-player-track-next:before{content:"\f696"}.ti-player-track-prev:before{content:"\f697"}.ti-point:before{content:"\f698"}.ti-pointer:before{content:"\fb30"}.ti-polaroid:before{content:"\fa4b"}.ti-poo:before{content:"\fec9"}.ti-presentation:before{content:"\ff5c"}.ti-presentation-analytics:before{content:"\ff5d"}.ti-puzzle:before{content:"\f699"}.ti-radar:before{content:"\fe0d"}.ti-radioactive:before{content:"\f760"}.ti-receipt:before{content:"\ff06"}.ti-rectangle:before{content:"\f69a"}.ti-rectangle-vertical:before{content:"\f69b"}.ti-relation-many-to-many:before{content:"\fe0c"}.ti-relation-one-to-many:before{content:"\fe0b"}.ti-relation-one-to-one:before{content:"\fe0a"}.ti-replace:before{content:"\f69c"}.ti-rosette:before{content:"\f69d"}.ti-rosette-discount:before{content:"\ff05"}.ti-rosette-discount-check:before{content:"\f746"}.ti-salad:before{content:"\10007"}.ti-scuba-diving-tank:before{content:"\ff04"}.ti-section:before{content:"\fe09"}.ti-seeding:before{content:"\10006"}.ti-settings:before{content:"\f69e"}.ti-shield:before{content:"\f69f"}.ti-shield-check:before{content:"\f761"}.ti-shield-checkered:before{content:"\f762"}.ti-shield-half:before{content:"\f357"}.ti-shield-lock:before{content:"\f763"}.ti-shirt:before{content:"\f6a0"}.ti-shopping-cart:before{content:"\fc3f"}.ti-sign-left:before{content:"\f6a1"}.ti-sign-right:before{content:"\f6a2"}.ti-sitemap:before{content:"\1006b"}.ti-sort-ascending-2:before{content:"\ff5b"}.ti-sort-ascending-shapes:before{content:"\ff5a"}.ti-sort-descending-2:before{content:"\ff59"}.ti-sort-descending-shapes:before{content:"\ff58"}.ti-soup:before{content:"\fe08"}.ti-spade:before{content:"\f6a3"}.ti-square:before{content:"\fc40"}.ti-square-arrow-down:before{content:"\fb31"}.ti-square-arrow-left:before{content:"\fb32"}.ti-square-arrow-right:before{content:"\fb33"}.ti-square-arrow-up:before{content:"\fb34"}.ti-square-asterisk:before{content:"\fb35"}.ti-square-check:before{content:"\f76d"}.ti-square-chevron-down:before{content:"\fb36"}.ti-square-chevron-left:before{content:"\fb37"}.ti-square-chevron-right:before{content:"\fb38"}.ti-square-chevron-up:before{content:"\fb39"}.ti-square-chevrons-down:before{content:"\fb3a"}.ti-square-chevrons-left:before{content:"\fb3b"}.ti-square-chevrons-right:before{content:"\fb3c"}.ti-square-chevrons-up:before{content:"\fb3d"}.ti-square-dot:before{content:"\fb3e"}.ti-square-f0:before{content:"\f76e"}.ti-square-f1:before{content:"\f76f"}.ti-square-f2:before{content:"\f770"}.ti-square-f3:before{content:"\f771"}.ti-square-f4:before{content:"\f772"}.ti-square-f5:before{content:"\f773"}.ti-square-f6:before{content:"\f774"} +.ti-square-f7:before{content:"\f775"}.ti-square-f8:before{content:"\f776"}.ti-square-f9:before{content:"\f777"}.ti-square-letter-a:before{content:"\fe07"}.ti-square-letter-b:before{content:"\fe06"}.ti-square-letter-c:before{content:"\fe05"}.ti-square-letter-d:before{content:"\fe04"}.ti-square-letter-e:before{content:"\fe03"}.ti-square-letter-f:before{content:"\fe02"}.ti-square-letter-g:before{content:"\fe01"}.ti-square-letter-h:before{content:"\fe00"}.ti-square-letter-i:before{content:"\fdff"}.ti-square-letter-j:before{content:"\fdfe"}.ti-square-letter-k:before{content:"\fdfd"}.ti-square-letter-l:before{content:"\fdfc"}.ti-square-letter-m:before{content:"\fdfb"}.ti-square-letter-n:before{content:"\fdfa"}.ti-square-letter-o:before{content:"\fdf9"}.ti-square-letter-p:before{content:"\fdf8"}.ti-square-letter-q:before{content:"\fdf7"}.ti-square-letter-r:before{content:"\fdf6"}.ti-square-letter-s:before{content:"\fdf5"}.ti-square-letter-t:before{content:"\fdf4"}.ti-square-letter-u:before{content:"\fdf3"}.ti-square-letter-v:before{content:"\fdf2"}.ti-square-letter-w:before{content:"\fdf1"}.ti-square-letter-x:before{content:"\fdf0"}.ti-square-letter-y:before{content:"\fdef"}.ti-square-letter-z:before{content:"\fdee"}.ti-square-minus:before{content:"\fb3f"}.ti-square-number-0:before{content:"\f764"}.ti-square-number-1:before{content:"\f765"}.ti-square-number-2:before{content:"\f7fa"}.ti-square-number-3:before{content:"\f766"}.ti-square-number-4:before{content:"\f767"}.ti-square-number-5:before{content:"\f768"}.ti-square-number-6:before{content:"\f769"}.ti-square-number-7:before{content:"\f76a"}.ti-square-number-8:before{content:"\f76b"}.ti-square-number-9:before{content:"\f76c"}.ti-square-rotated:before{content:"\f6a4"}.ti-square-rounded:before{content:"\f6a5"}.ti-square-rounded-arrow-down:before{content:"\f6db"}.ti-square-rounded-arrow-left:before{content:"\f6dc"}.ti-square-rounded-arrow-right:before{content:"\f6dd"}.ti-square-rounded-arrow-up:before{content:"\f6de"}.ti-square-rounded-check:before{content:"\f6df"}.ti-square-rounded-chevron-down:before{content:"\f6e0"}.ti-square-rounded-chevron-left:before{content:"\f6e1"}.ti-square-rounded-chevron-right:before{content:"\f6e2"}.ti-square-rounded-chevron-up:before{content:"\f6e3"}.ti-square-rounded-chevrons-down:before{content:"\f6e4"}.ti-square-rounded-chevrons-left:before{content:"\f6e5"}.ti-square-rounded-chevrons-right:before{content:"\f6e6"}.ti-square-rounded-chevrons-up:before{content:"\f6e7"}.ti-square-rounded-letter-a:before{content:"\fded"}.ti-square-rounded-letter-b:before{content:"\fdec"}.ti-square-rounded-letter-c:before{content:"\fdeb"}.ti-square-rounded-letter-d:before{content:"\fdea"}.ti-square-rounded-letter-e:before{content:"\fde9"}.ti-square-rounded-letter-f:before{content:"\fde8"}.ti-square-rounded-letter-g:before{content:"\fde7"}.ti-square-rounded-letter-h:before{content:"\fde6"}.ti-square-rounded-letter-i:before{content:"\fde5"}.ti-square-rounded-letter-j:before{content:"\fde4"} +.ti-square-rounded-letter-k:before{content:"\fde3"}.ti-square-rounded-letter-l:before{content:"\fde2"}.ti-square-rounded-letter-m:before{content:"\fde1"}.ti-square-rounded-letter-n:before{content:"\fde0"}.ti-square-rounded-letter-o:before{content:"\fddf"}.ti-square-rounded-letter-p:before{content:"\fdde"}.ti-square-rounded-letter-q:before{content:"\fddd"}.ti-square-rounded-letter-r:before{content:"\fddc"}.ti-square-rounded-letter-s:before{content:"\fddb"}.ti-square-rounded-letter-t:before{content:"\fdda"}.ti-square-rounded-letter-u:before{content:"\fdd9"}.ti-square-rounded-letter-v:before{content:"\fdd8"}.ti-square-rounded-letter-w:before{content:"\fdd7"}.ti-square-rounded-letter-x:before{content:"\fdd6"}.ti-square-rounded-letter-y:before{content:"\fdd5"}.ti-square-rounded-letter-z:before{content:"\fdd4"}.ti-square-rounded-minus:before{content:"\fb40"}.ti-square-rounded-number-0:before{content:"\f778"}.ti-square-rounded-number-1:before{content:"\f779"}.ti-square-rounded-number-2:before{content:"\f77a"}.ti-square-rounded-number-3:before{content:"\f77b"}.ti-square-rounded-number-4:before{content:"\f77c"}.ti-square-rounded-number-5:before{content:"\f77d"}.ti-square-rounded-number-6:before{content:"\f77e"}.ti-square-rounded-number-7:before{content:"\f77f"}.ti-square-rounded-number-8:before{content:"\f780"}.ti-square-rounded-number-9:before{content:"\f781"}.ti-square-rounded-plus:before{content:"\f6e8"}.ti-square-rounded-x:before{content:"\f6e9"}.ti-square-x:before{content:"\fb41"}.ti-squares:before{content:"\fe9f"}.ti-stack:before{content:"\fdd1"}.ti-stack-2:before{content:"\fdd3"}.ti-stack-3:before{content:"\fdd2"}.ti-star:before{content:"\f6a6"}.ti-star-half:before{content:"\f6a7"}.ti-stars:before{content:"\f6a8"}.ti-steering-wheel:before{content:"\ff03"}.ti-sun:before{content:"\f6a9"}.ti-sunglasses:before{content:"\fec8"}.ti-swipe-down:before{content:"\ff57"}.ti-swipe-left:before{content:"\ff56"}.ti-swipe-right:before{content:"\ff55"}.ti-swipe-up:before{content:"\ff54"}.ti-table:before{content:"\f782"}.ti-tag:before{content:"\ff02"}.ti-tags:before{content:"\ff01"}.ti-test-pipe-2:before{content:"\ff53"}.ti-thumb-down:before{content:"\f6aa"}.ti-thumb-up:before{content:"\f6ab"}.ti-tilt-shift:before{content:"\fec7"}.ti-timeline-event:before{content:"\fd18"}.ti-toggle-left:before{content:"\fec0"}.ti-toggle-right:before{content:"\febf"}.ti-transform:before{content:"\f6ac"}.ti-transition-bottom:before{content:"\fdd0"}.ti-transition-left:before{content:"\fdcf"}.ti-transition-right:before{content:"\fdce"}.ti-transition-top:before{content:"\fdcd"}.ti-trash:before{content:"\f783"}.ti-trash-x:before{content:"\f784"}.ti-triangle:before{content:"\f6ad"}.ti-triangle-inverted:before{content:"\f6ae"}.ti-triangle-square-circle:before{content:"\fb42"}.ti-trophy:before{content:"\f6af"}.ti-umbrella:before{content:"\f6b0"}.ti-user:before{content:"\fd19"} +.ti-versions:before{content:"\f6b1"}.ti-windmill:before{content:"\f6b2"}.ti-woman:before{content:"\fdcc"}.ti-xbox-a:before{content:"\fdcb"}.ti-xbox-b:before{content:"\fdca"}.ti-xbox-x:before{content:"\fdc9"}.ti-xbox-y:before{content:"\fdc8"}.ti-yin-yang:before{content:"\f785"}.ti-zeppelin:before{content:"\fdc7"}.ti-zoom:before{content:"\f787"}.ti-zoom-cancel:before{content:"\fdc6"}.ti-zoom-check:before{content:"\f786"}.ti-zoom-code:before{content:"\fdc5"}.ti-zoom-exclamation:before{content:"\fdc4"}.ti-zoom-in:before{content:"\f789"}.ti-zoom-in-area:before{content:"\f788"}.ti-zoom-money:before{content:"\fdc3"}.ti-zoom-out:before{content:"\f78a"}.ti-zoom-out-area:before{content:"\fdc2"}.ti-zoom-pan:before{content:"\fdc1"}.ti-zoom-question:before{content:"\fdc0"}.ti-zoom-scan:before{content:"\fdbf"}.ti-discount-check:before{content:"\f746"}.ti-message-circle-2:before{content:"\fecf"}/*! * Tabler Icons 3.20.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */@font-face{font-family:"tabler-icons";font-style:normal;font-weight:400;src:url("../fonts/tabler-icons-outline.woff2?v3.20.0") format("woff2"),url("../fonts/tabler-icons-outline.woff?") format("woff"),url("../fonts/tabler-icons-outline.ttf?v3.20.0") format("truetype")}.ti{font-family:"tabler-icons"!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}.ti-a-b:before{content:"\ec36"}.ti-a-b-2:before{content:"\f25f"}.ti-a-b-off:before{content:"\f0a6"}.ti-abacus:before{content:"\f05c"}.ti-abacus-off:before{content:"\f3b6"}.ti-abc:before{content:"\f567"}.ti-access-point:before{content:"\ed1b"}.ti-access-point-off:before{content:"\ed1a"}.ti-accessible:before{content:"\eba9"}.ti-accessible-off:before{content:"\f0a7"}.ti-activity:before{content:"\ed23"}.ti-activity-heartbeat:before{content:"\f0db"}.ti-ad:before{content:"\ea02"}.ti-ad-2:before{content:"\ef1f"}.ti-ad-circle:before{content:"\f79e"}.ti-ad-circle-off:before{content:"\f79d"}.ti-ad-off:before{content:"\f3b7"}.ti-address-book:before{content:"\f021"}.ti-address-book-off:before{content:"\f3b8"}.ti-adjustments:before{content:"\ea03"}.ti-adjustments-alt:before{content:"\ec37"}.ti-adjustments-bolt:before{content:"\f7fb"}.ti-adjustments-cancel:before{content:"\f7fc"}.ti-adjustments-check:before{content:"\f7fd"}.ti-adjustments-code:before{content:"\f7fe"}.ti-adjustments-cog:before{content:"\f7ff"}.ti-adjustments-dollar:before{content:"\f800"}.ti-adjustments-down:before{content:"\f801"}.ti-adjustments-exclamation:before{content:"\f802"}.ti-adjustments-heart:before{content:"\f803"}.ti-adjustments-horizontal:before{content:"\ec38"}.ti-adjustments-minus:before{content:"\f804"} -.ti-adjustments-off:before{content:"\f0a8"}.ti-adjustments-pause:before{content:"\f805"}.ti-adjustments-pin:before{content:"\f806"}.ti-adjustments-plus:before{content:"\f807"}.ti-adjustments-question:before{content:"\f808"}.ti-adjustments-search:before{content:"\f809"}.ti-adjustments-share:before{content:"\f80a"}.ti-adjustments-spark:before{content:"\ffbe"}.ti-adjustments-star:before{content:"\f80b"}.ti-adjustments-up:before{content:"\f80c"}.ti-adjustments-x:before{content:"\f80d"}.ti-aerial-lift:before{content:"\edfe"}.ti-affiliate:before{content:"\edff"}.ti-ai:before{content:"\fee7"}.ti-air-balloon:before{content:"\f4a6"}.ti-air-conditioning:before{content:"\f3a2"}.ti-air-conditioning-disabled:before{content:"\f542"}.ti-air-traffic-control:before{content:"\fb01"}.ti-alarm:before{content:"\ea04"}.ti-alarm-average:before{content:"\fc9e"}.ti-alarm-minus:before{content:"\f630"}.ti-alarm-off:before{content:"\f0a9"}.ti-alarm-plus:before{content:"\f631"}.ti-alarm-snooze:before{content:"\f632"}.ti-album:before{content:"\f022"}.ti-album-off:before{content:"\f3b9"}.ti-alert-circle:before{content:"\ea05"}.ti-alert-circle-off:before{content:"\fc65"}.ti-alert-hexagon:before{content:"\f80e"}.ti-alert-hexagon-off:before{content:"\fc66"}.ti-alert-octagon:before{content:"\ecc6"}.ti-alert-small:before{content:"\f80f"}.ti-alert-small-off:before{content:"\fc67"}.ti-alert-square:before{content:"\f811"}.ti-alert-square-rounded:before{content:"\f810"}.ti-alert-square-rounded-off:before{content:"\fc68"}.ti-alert-triangle:before{content:"\ea06"}.ti-alert-triangle-off:before{content:"\fc69"}.ti-alien:before{content:"\ebde"}.ti-align-box-bottom-center:before{content:"\f530"}.ti-align-box-bottom-left:before{content:"\f531"}.ti-align-box-bottom-right:before{content:"\f532"}.ti-align-box-center-bottom:before{content:"\facb"}.ti-align-box-center-middle:before{content:"\f79f"}.ti-align-box-center-stretch:before{content:"\facc"}.ti-align-box-center-top:before{content:"\facd"}.ti-align-box-left-bottom:before{content:"\f533"}.ti-align-box-left-middle:before{content:"\f534"}.ti-align-box-left-stretch:before{content:"\face"}.ti-align-box-left-top:before{content:"\f535"}.ti-align-box-right-bottom:before{content:"\f536"}.ti-align-box-right-middle:before{content:"\f537"}.ti-align-box-right-stretch:before{content:"\facf"}.ti-align-box-right-top:before{content:"\f538"}.ti-align-box-top-center:before{content:"\f539"}.ti-align-box-top-left:before{content:"\f53a"}.ti-align-box-top-right:before{content:"\f53b"}.ti-align-center:before{content:"\ea07"}.ti-align-justified:before{content:"\ea08"}.ti-align-left:before{content:"\ea09"}.ti-align-left-2:before{content:"\ff00"}.ti-align-right:before{content:"\ea0a"}.ti-align-right-2:before{content:"\feff"}.ti-alpha:before{content:"\f543"}.ti-alphabet-arabic:before{content:"\ff2f"}.ti-alphabet-bangla:before{content:"\ff2e"}.ti-alphabet-cyrillic:before{content:"\f1df"} -.ti-alphabet-greek:before{content:"\f1e0"}.ti-alphabet-hebrew:before{content:"\ff2d"}.ti-alphabet-korean:before{content:"\ff2c"}.ti-alphabet-latin:before{content:"\f1e1"}.ti-alphabet-thai:before{content:"\ff2b"}.ti-alt:before{content:"\fc54"}.ti-ambulance:before{content:"\ebf5"}.ti-ampersand:before{content:"\f229"}.ti-analyze:before{content:"\f3a3"}.ti-analyze-off:before{content:"\f3ba"}.ti-anchor:before{content:"\eb76"}.ti-anchor-off:before{content:"\f0f7"}.ti-angle:before{content:"\ef20"}.ti-ankh:before{content:"\f1cd"}.ti-antenna:before{content:"\f094"}.ti-antenna-bars-1:before{content:"\ecc7"}.ti-antenna-bars-2:before{content:"\ecc8"}.ti-antenna-bars-3:before{content:"\ecc9"}.ti-antenna-bars-4:before{content:"\ecca"}.ti-antenna-bars-5:before{content:"\eccb"}.ti-antenna-bars-off:before{content:"\f0aa"}.ti-antenna-off:before{content:"\f3bb"}.ti-aperture:before{content:"\eb58"}.ti-aperture-off:before{content:"\f3bc"}.ti-api:before{content:"\effd"}.ti-api-app:before{content:"\effc"}.ti-api-app-off:before{content:"\f0ab"}.ti-api-off:before{content:"\f0f8"}.ti-app-window:before{content:"\efe6"}.ti-apple:before{content:"\ef21"}.ti-apps:before{content:"\ebb6"}.ti-apps-off:before{content:"\f0ac"}.ti-archery-arrow:before{content:"\fc55"}.ti-archive:before{content:"\ea0b"}.ti-archive-off:before{content:"\f0ad"}.ti-armchair:before{content:"\ef9e"}.ti-armchair-2:before{content:"\efe7"}.ti-armchair-2-off:before{content:"\f3bd"}.ti-armchair-off:before{content:"\f3be"}.ti-arrow-autofit-content:before{content:"\ef31"}.ti-arrow-autofit-down:before{content:"\ef32"}.ti-arrow-autofit-height:before{content:"\ef33"}.ti-arrow-autofit-left:before{content:"\ef34"}.ti-arrow-autofit-right:before{content:"\ef35"}.ti-arrow-autofit-up:before{content:"\ef36"}.ti-arrow-autofit-width:before{content:"\ef37"}.ti-arrow-back:before{content:"\ea0c"}.ti-arrow-back-up:before{content:"\eb77"}.ti-arrow-back-up-double:before{content:"\f9ec"}.ti-arrow-badge-down:before{content:"\f60b"}.ti-arrow-badge-left:before{content:"\f60c"}.ti-arrow-badge-right:before{content:"\f60d"}.ti-arrow-badge-up:before{content:"\f60e"}.ti-arrow-bar-both:before{content:"\fadd"}.ti-arrow-bar-down:before{content:"\ea0d"}.ti-arrow-bar-left:before{content:"\ea0e"}.ti-arrow-bar-right:before{content:"\ea0f"}.ti-arrow-bar-to-down:before{content:"\ec88"}.ti-arrow-bar-to-left:before{content:"\ec89"}.ti-arrow-bar-to-right:before{content:"\ec8a"}.ti-arrow-bar-to-up:before{content:"\ec8b"}.ti-arrow-bar-up:before{content:"\ea10"}.ti-arrow-bear-left:before{content:"\f045"}.ti-arrow-bear-left-2:before{content:"\f044"}.ti-arrow-bear-right:before{content:"\f047"}.ti-arrow-bear-right-2:before{content:"\f046"}.ti-arrow-big-down:before{content:"\edda"}.ti-arrow-big-down-line:before{content:"\efe8"}.ti-arrow-big-down-lines:before{content:"\efe9"} -.ti-arrow-big-left:before{content:"\eddb"}.ti-arrow-big-left-line:before{content:"\efea"}.ti-arrow-big-left-lines:before{content:"\efeb"}.ti-arrow-big-right:before{content:"\eddc"}.ti-arrow-big-right-line:before{content:"\efec"}.ti-arrow-big-right-lines:before{content:"\efed"}.ti-arrow-big-up:before{content:"\eddd"}.ti-arrow-big-up-line:before{content:"\efee"}.ti-arrow-big-up-lines:before{content:"\efef"}.ti-arrow-bounce:before{content:"\f3a4"}.ti-arrow-capsule:before{content:"\fade"}.ti-arrow-curve-left:before{content:"\f048"}.ti-arrow-curve-right:before{content:"\f049"}.ti-arrow-down:before{content:"\ea16"}.ti-arrow-down-bar:before{content:"\ed98"}.ti-arrow-down-circle:before{content:"\ea11"}.ti-arrow-down-dashed:before{content:"\1006a"}.ti-arrow-down-from-arc:before{content:"\fd86"}.ti-arrow-down-left:before{content:"\ea13"}.ti-arrow-down-left-circle:before{content:"\ea12"}.ti-arrow-down-rhombus:before{content:"\f61d"}.ti-arrow-down-right:before{content:"\ea15"}.ti-arrow-down-right-circle:before{content:"\ea14"}.ti-arrow-down-square:before{content:"\ed9a"}.ti-arrow-down-tail:before{content:"\ed9b"}.ti-arrow-down-to-arc:before{content:"\fd87"}.ti-arrow-elbow-left:before{content:"\f9ed"}.ti-arrow-elbow-right:before{content:"\f9ee"}.ti-arrow-fork:before{content:"\f04a"}.ti-arrow-forward:before{content:"\ea17"}.ti-arrow-forward-up:before{content:"\eb78"}.ti-arrow-forward-up-double:before{content:"\f9ef"}.ti-arrow-guide:before{content:"\f22a"}.ti-arrow-iteration:before{content:"\f578"}.ti-arrow-left:before{content:"\ea19"}.ti-arrow-left-bar:before{content:"\ed9c"}.ti-arrow-left-circle:before{content:"\ea18"}.ti-arrow-left-dashed:before{content:"\10069"}.ti-arrow-left-from-arc:before{content:"\fd88"}.ti-arrow-left-rhombus:before{content:"\f61e"}.ti-arrow-left-right:before{content:"\f04b"}.ti-arrow-left-square:before{content:"\ed9d"}.ti-arrow-left-tail:before{content:"\ed9e"}.ti-arrow-left-to-arc:before{content:"\fd89"}.ti-arrow-loop-left:before{content:"\ed9f"}.ti-arrow-loop-left-2:before{content:"\f04c"}.ti-arrow-loop-right:before{content:"\eda0"}.ti-arrow-loop-right-2:before{content:"\f04d"}.ti-arrow-merge:before{content:"\f04e"}.ti-arrow-merge-alt-left:before{content:"\fc9f"}.ti-arrow-merge-alt-right:before{content:"\fca0"}.ti-arrow-merge-both:before{content:"\f23b"}.ti-arrow-merge-left:before{content:"\f23c"}.ti-arrow-merge-right:before{content:"\f23d"}.ti-arrow-move-down:before{content:"\f2ba"}.ti-arrow-move-left:before{content:"\f2bb"}.ti-arrow-move-right:before{content:"\f2bc"}.ti-arrow-move-up:before{content:"\f2bd"}.ti-arrow-narrow-down:before{content:"\ea1a"}.ti-arrow-narrow-down-dashed:before{content:"\10068"}.ti-arrow-narrow-left:before{content:"\ea1b"}.ti-arrow-narrow-left-dashed:before{content:"\10067"}.ti-arrow-narrow-right:before{content:"\ea1c"}.ti-arrow-narrow-right-dashed:before{content:"\10066"}.ti-arrow-narrow-up:before{content:"\ea1d"}.ti-arrow-narrow-up-dashed:before{content:"\10065"} -.ti-arrow-ramp-left:before{content:"\ed3c"}.ti-arrow-ramp-left-2:before{content:"\f04f"}.ti-arrow-ramp-left-3:before{content:"\f050"}.ti-arrow-ramp-right:before{content:"\ed3d"}.ti-arrow-ramp-right-2:before{content:"\f051"}.ti-arrow-ramp-right-3:before{content:"\f052"}.ti-arrow-right:before{content:"\ea1f"}.ti-arrow-right-bar:before{content:"\eda1"}.ti-arrow-right-circle:before{content:"\ea1e"}.ti-arrow-right-dashed:before{content:"\10064"}.ti-arrow-right-from-arc:before{content:"\fd8a"}.ti-arrow-right-rhombus:before{content:"\f61f"}.ti-arrow-right-square:before{content:"\eda2"}.ti-arrow-right-tail:before{content:"\eda3"}.ti-arrow-right-to-arc:before{content:"\fd8b"}.ti-arrow-rotary-first-left:before{content:"\f053"}.ti-arrow-rotary-first-right:before{content:"\f054"}.ti-arrow-rotary-last-left:before{content:"\f055"}.ti-arrow-rotary-last-right:before{content:"\f056"}.ti-arrow-rotary-left:before{content:"\f057"}.ti-arrow-rotary-right:before{content:"\f058"}.ti-arrow-rotary-straight:before{content:"\f059"}.ti-arrow-roundabout-left:before{content:"\f22b"}.ti-arrow-roundabout-right:before{content:"\f22c"}.ti-arrow-sharp-turn-left:before{content:"\f05a"}.ti-arrow-sharp-turn-right:before{content:"\f05b"}.ti-arrow-up:before{content:"\ea25"}.ti-arrow-up-bar:before{content:"\eda4"}.ti-arrow-up-circle:before{content:"\ea20"}.ti-arrow-up-dashed:before{content:"\10063"}.ti-arrow-up-from-arc:before{content:"\fd8c"}.ti-arrow-up-left:before{content:"\ea22"}.ti-arrow-up-left-circle:before{content:"\ea21"}.ti-arrow-up-rhombus:before{content:"\f620"}.ti-arrow-up-right:before{content:"\ea24"}.ti-arrow-up-right-circle:before{content:"\ea23"}.ti-arrow-up-square:before{content:"\eda6"}.ti-arrow-up-tail:before{content:"\eda7"}.ti-arrow-up-to-arc:before{content:"\fd8d"}.ti-arrow-wave-left-down:before{content:"\eda8"}.ti-arrow-wave-left-up:before{content:"\eda9"}.ti-arrow-wave-right-down:before{content:"\edaa"}.ti-arrow-wave-right-up:before{content:"\edab"}.ti-arrow-zig-zag:before{content:"\f4a7"}.ti-arrows-cross:before{content:"\effe"}.ti-arrows-diagonal:before{content:"\ea27"}.ti-arrows-diagonal-2:before{content:"\ea26"}.ti-arrows-diagonal-minimize:before{content:"\ef39"}.ti-arrows-diagonal-minimize-2:before{content:"\ef38"}.ti-arrows-diff:before{content:"\f296"}.ti-arrows-double-ne-sw:before{content:"\edde"}.ti-arrows-double-nw-se:before{content:"\eddf"}.ti-arrows-double-se-nw:before{content:"\ede0"}.ti-arrows-double-sw-ne:before{content:"\ede1"}.ti-arrows-down:before{content:"\edad"}.ti-arrows-down-up:before{content:"\edac"}.ti-arrows-exchange:before{content:"\f1f4"}.ti-arrows-exchange-2:before{content:"\f1f3"}.ti-arrows-horizontal:before{content:"\eb59"}.ti-arrows-join:before{content:"\edaf"}.ti-arrows-join-2:before{content:"\edae"}.ti-arrows-left:before{content:"\edb1"}.ti-arrows-left-down:before{content:"\ee00"}.ti-arrows-left-right:before{content:"\edb0"}.ti-arrows-maximize:before{content:"\ea28"} -.ti-arrows-minimize:before{content:"\ea29"}.ti-arrows-move:before{content:"\f22f"}.ti-arrows-move-horizontal:before{content:"\f22d"}.ti-arrows-move-vertical:before{content:"\f22e"}.ti-arrows-random:before{content:"\f095"}.ti-arrows-right:before{content:"\edb3"}.ti-arrows-right-down:before{content:"\ee01"}.ti-arrows-right-left:before{content:"\edb2"}.ti-arrows-shuffle:before{content:"\f000"}.ti-arrows-shuffle-2:before{content:"\efff"}.ti-arrows-sort:before{content:"\eb5a"}.ti-arrows-split:before{content:"\edb5"}.ti-arrows-split-2:before{content:"\edb4"}.ti-arrows-transfer-down:before{content:"\f2cc"}.ti-arrows-transfer-up:before{content:"\f2cd"}.ti-arrows-transfer-up-down:before{content:"\ffac"}.ti-arrows-up:before{content:"\edb7"}.ti-arrows-up-down:before{content:"\edb6"}.ti-arrows-up-left:before{content:"\ee02"}.ti-arrows-up-right:before{content:"\ee03"}.ti-arrows-vertical:before{content:"\eb5b"}.ti-artboard:before{content:"\ea2a"}.ti-artboard-off:before{content:"\f0ae"}.ti-article:before{content:"\f1e2"}.ti-article-off:before{content:"\f3bf"}.ti-aspect-ratio:before{content:"\ed30"}.ti-aspect-ratio-off:before{content:"\f0af"}.ti-assembly:before{content:"\f24d"}.ti-assembly-off:before{content:"\f3c0"}.ti-asset:before{content:"\f1ce"}.ti-asterisk:before{content:"\efd5"}.ti-asterisk-simple:before{content:"\efd4"}.ti-at:before{content:"\ea2b"}.ti-at-off:before{content:"\f0b0"}.ti-atom:before{content:"\eb79"}.ti-atom-2:before{content:"\ebdf"}.ti-atom-off:before{content:"\f0f9"}.ti-augmented-reality:before{content:"\f023"}.ti-augmented-reality-2:before{content:"\f37e"}.ti-augmented-reality-off:before{content:"\f3c1"}.ti-auth-2fa:before{content:"\eca0"}.ti-automatic-gearbox:before{content:"\fc89"}.ti-automation:before{content:"\fef8"}.ti-avocado:before{content:"\fd8e"}.ti-award:before{content:"\ea2c"}.ti-award-off:before{content:"\f0fa"}.ti-axe:before{content:"\ef9f"}.ti-axis-x:before{content:"\ef45"}.ti-axis-y:before{content:"\ef46"}.ti-baby-bottle:before{content:"\f5d2"}.ti-baby-carriage:before{content:"\f05d"}.ti-background:before{content:"\fd2c"}.ti-backhoe:before{content:"\ed86"}.ti-backpack:before{content:"\ef47"}.ti-backpack-off:before{content:"\f3c2"}.ti-backslash:before{content:"\fab9"}.ti-backspace:before{content:"\ea2d"}.ti-badge:before{content:"\efc2"}.ti-badge-3d:before{content:"\f555"}.ti-badge-4k:before{content:"\f556"}.ti-badge-8k:before{content:"\f557"}.ti-badge-ad:before{content:"\f558"}.ti-badge-ad-off:before{content:"\fd8f"}.ti-badge-ar:before{content:"\f559"}.ti-badge-cc:before{content:"\f55a"}.ti-badge-hd:before{content:"\f55b"}.ti-badge-off:before{content:"\f0fb"}.ti-badge-sd:before{content:"\f55c"}.ti-badge-tm:before{content:"\f55d"}.ti-badge-vo:before{content:"\f55e"}.ti-badge-vr:before{content:"\f55f"} -.ti-badge-wc:before{content:"\f560"}.ti-badges:before{content:"\efc3"}.ti-badges-off:before{content:"\f0fc"}.ti-baguette:before{content:"\f3a5"}.ti-ball-american-football:before{content:"\ee04"}.ti-ball-american-football-off:before{content:"\f3c3"}.ti-ball-baseball:before{content:"\efa0"}.ti-ball-basketball:before{content:"\ec28"}.ti-ball-bowling:before{content:"\ec29"}.ti-ball-football:before{content:"\ee06"}.ti-ball-football-off:before{content:"\ee05"}.ti-ball-tennis:before{content:"\ec2a"}.ti-ball-volleyball:before{content:"\ec2b"}.ti-balloon:before{content:"\ef3a"}.ti-balloon-off:before{content:"\f0fd"}.ti-ballpen:before{content:"\f06e"}.ti-ballpen-off:before{content:"\f0b1"}.ti-ban:before{content:"\ea2e"}.ti-bandage:before{content:"\eb7a"}.ti-bandage-off:before{content:"\f3c4"}.ti-barbell:before{content:"\eff0"}.ti-barbell-off:before{content:"\f0b2"}.ti-barcode:before{content:"\ebc6"}.ti-barcode-off:before{content:"\f0b3"}.ti-barrel:before{content:"\f0b4"}.ti-barrel-off:before{content:"\f0fe"}.ti-barrier-block:before{content:"\f00e"}.ti-barrier-block-off:before{content:"\f0b5"}.ti-baseline:before{content:"\f024"}.ti-baseline-density-large:before{content:"\f9f0"}.ti-baseline-density-medium:before{content:"\f9f1"}.ti-baseline-density-small:before{content:"\f9f2"}.ti-basket:before{content:"\ebe1"}.ti-basket-bolt:before{content:"\fb43"}.ti-basket-cancel:before{content:"\fb44"}.ti-basket-check:before{content:"\fb45"}.ti-basket-code:before{content:"\fb46"}.ti-basket-cog:before{content:"\fb47"}.ti-basket-discount:before{content:"\fb48"}.ti-basket-dollar:before{content:"\fb49"}.ti-basket-down:before{content:"\fb4a"}.ti-basket-exclamation:before{content:"\fb4b"}.ti-basket-heart:before{content:"\fb4c"}.ti-basket-minus:before{content:"\fb4d"}.ti-basket-off:before{content:"\f0b6"}.ti-basket-pause:before{content:"\fb4e"}.ti-basket-pin:before{content:"\fb4f"}.ti-basket-plus:before{content:"\fb50"}.ti-basket-question:before{content:"\fb51"}.ti-basket-search:before{content:"\fb52"}.ti-basket-share:before{content:"\fb53"}.ti-basket-star:before{content:"\fb54"}.ti-basket-up:before{content:"\fb55"}.ti-basket-x:before{content:"\fb56"}.ti-bat:before{content:"\f284"}.ti-bath:before{content:"\ef48"}.ti-bath-off:before{content:"\f0ff"}.ti-battery:before{content:"\ea34"}.ti-battery-1:before{content:"\ea2f"}.ti-battery-2:before{content:"\ea30"}.ti-battery-3:before{content:"\ea31"}.ti-battery-4:before{content:"\ea32"}.ti-battery-automotive:before{content:"\ee07"}.ti-battery-charging:before{content:"\ea33"}.ti-battery-charging-2:before{content:"\ef3b"}.ti-battery-eco:before{content:"\ef3c"}.ti-battery-exclamation:before{content:"\ff1d"}.ti-battery-off:before{content:"\ed1c"}.ti-battery-spark:before{content:"\ffbd"}.ti-battery-vertical:before{content:"\ff13"} -.ti-battery-vertical-1:before{content:"\ff1c"}.ti-battery-vertical-2:before{content:"\ff1b"}.ti-battery-vertical-3:before{content:"\ff1a"}.ti-battery-vertical-4:before{content:"\ff19"}.ti-battery-vertical-charging:before{content:"\ff17"}.ti-battery-vertical-charging-2:before{content:"\ff18"}.ti-battery-vertical-eco:before{content:"\ff16"}.ti-battery-vertical-exclamation:before{content:"\ff15"}.ti-battery-vertical-off:before{content:"\ff14"}.ti-beach:before{content:"\ef3d"}.ti-beach-off:before{content:"\f0b7"}.ti-bed:before{content:"\eb5c"}.ti-bed-flat:before{content:"\fca1"}.ti-bed-off:before{content:"\f100"}.ti-beer:before{content:"\efa1"}.ti-beer-off:before{content:"\f101"}.ti-bell:before{content:"\ea35"}.ti-bell-bolt:before{content:"\f812"}.ti-bell-cancel:before{content:"\f813"}.ti-bell-check:before{content:"\f814"}.ti-bell-code:before{content:"\f815"}.ti-bell-cog:before{content:"\f816"}.ti-bell-dollar:before{content:"\f817"}.ti-bell-down:before{content:"\f818"}.ti-bell-exclamation:before{content:"\f819"}.ti-bell-heart:before{content:"\f81a"}.ti-bell-minus:before{content:"\ede2"}.ti-bell-off:before{content:"\ece9"}.ti-bell-pause:before{content:"\f81b"}.ti-bell-pin:before{content:"\f81c"}.ti-bell-plus:before{content:"\ede3"}.ti-bell-question:before{content:"\f81d"}.ti-bell-ringing:before{content:"\ed07"}.ti-bell-ringing-2:before{content:"\ede4"}.ti-bell-school:before{content:"\f05e"}.ti-bell-search:before{content:"\f81e"}.ti-bell-share:before{content:"\f81f"}.ti-bell-star:before{content:"\f820"}.ti-bell-up:before{content:"\f821"}.ti-bell-x:before{content:"\ede5"}.ti-bell-z:before{content:"\eff1"}.ti-beta:before{content:"\f544"}.ti-bible:before{content:"\efc4"}.ti-bike:before{content:"\ea36"}.ti-bike-off:before{content:"\f0b8"}.ti-binary:before{content:"\ee08"}.ti-binary-off:before{content:"\f3c5"}.ti-binary-tree:before{content:"\f5d4"}.ti-binary-tree-2:before{content:"\f5d3"}.ti-binoculars:before{content:"\fefe"}.ti-biohazard:before{content:"\ecb8"}.ti-biohazard-off:before{content:"\f0b9"}.ti-blade:before{content:"\f4bd"}.ti-bleach:before{content:"\f2f3"}.ti-bleach-chlorine:before{content:"\f2f0"}.ti-bleach-no-chlorine:before{content:"\f2f1"}.ti-bleach-off:before{content:"\f2f2"}.ti-blend-mode:before{content:"\feb0"}.ti-blender:before{content:"\fca2"}.ti-blob:before{content:"\feaf"}.ti-blockquote:before{content:"\ee09"}.ti-bluetooth:before{content:"\ea37"}.ti-bluetooth-connected:before{content:"\ecea"}.ti-bluetooth-off:before{content:"\eceb"}.ti-bluetooth-x:before{content:"\f081"}.ti-blur:before{content:"\ef8c"}.ti-blur-off:before{content:"\f3c6"}.ti-bmp:before{content:"\f3a6"}.ti-body-scan:before{content:"\fca3"}.ti-bold:before{content:"\eb7b"}.ti-bold-off:before{content:"\f0ba"} -.ti-bolt:before{content:"\ea38"}.ti-bolt-off:before{content:"\ecec"}.ti-bomb:before{content:"\f59c"}.ti-bone:before{content:"\edb8"}.ti-bone-off:before{content:"\f0bb"}.ti-bong:before{content:"\f3a7"}.ti-bong-off:before{content:"\f3c7"}.ti-book:before{content:"\ea39"}.ti-book-2:before{content:"\efc5"}.ti-book-download:before{content:"\f070"}.ti-book-off:before{content:"\f0bc"}.ti-book-upload:before{content:"\f071"}.ti-bookmark:before{content:"\ea3a"}.ti-bookmark-ai:before{content:"\fc8a"}.ti-bookmark-edit:before{content:"\fa5e"}.ti-bookmark-minus:before{content:"\fa5f"}.ti-bookmark-off:before{content:"\eced"}.ti-bookmark-plus:before{content:"\fa60"}.ti-bookmark-question:before{content:"\fa61"}.ti-bookmarks:before{content:"\ed08"}.ti-bookmarks-off:before{content:"\f0bd"}.ti-books:before{content:"\eff2"}.ti-books-off:before{content:"\f0be"}.ti-boom:before{content:"\fdbe"}.ti-border-all:before{content:"\ea3b"}.ti-border-bottom:before{content:"\ea3c"}.ti-border-bottom-plus:before{content:"\fdbd"}.ti-border-corner-ios:before{content:"\fd98"}.ti-border-corner-pill:before{content:"\fd62"}.ti-border-corner-rounded:before{content:"\fd63"}.ti-border-corner-square:before{content:"\fd64"}.ti-border-corners:before{content:"\f7a0"}.ti-border-horizontal:before{content:"\ea3d"}.ti-border-inner:before{content:"\ea3e"}.ti-border-left:before{content:"\ea3f"}.ti-border-left-plus:before{content:"\fdbc"}.ti-border-none:before{content:"\ea40"}.ti-border-outer:before{content:"\ea41"}.ti-border-radius:before{content:"\eb7c"}.ti-border-right:before{content:"\ea42"}.ti-border-right-plus:before{content:"\fdbb"}.ti-border-sides:before{content:"\f7a1"}.ti-border-style:before{content:"\ee0a"}.ti-border-style-2:before{content:"\ef22"}.ti-border-top:before{content:"\ea43"}.ti-border-top-plus:before{content:"\fdba"}.ti-border-vertical:before{content:"\ea44"}.ti-bottle:before{content:"\ef0b"}.ti-bottle-off:before{content:"\f3c8"}.ti-bounce-left:before{content:"\f59d"}.ti-bounce-right:before{content:"\f59e"}.ti-bow:before{content:"\f096"}.ti-bowl:before{content:"\f4fa"}.ti-bowl-chopsticks:before{content:"\fd90"}.ti-bowl-spoon:before{content:"\fd91"}.ti-box:before{content:"\ea45"}.ti-box-align-bottom:before{content:"\f2a8"}.ti-box-align-bottom-left:before{content:"\f2ce"}.ti-box-align-bottom-right:before{content:"\f2cf"}.ti-box-align-left:before{content:"\f2a9"}.ti-box-align-right:before{content:"\f2aa"}.ti-box-align-top:before{content:"\f2ab"}.ti-box-align-top-left:before{content:"\f2d0"}.ti-box-align-top-right:before{content:"\f2d1"}.ti-box-margin:before{content:"\ee0b"}.ti-box-model:before{content:"\ee0c"}.ti-box-model-2:before{content:"\ef23"}.ti-box-model-2-off:before{content:"\f3c9"}.ti-box-model-off:before{content:"\f3ca"}.ti-box-multiple:before{content:"\ee17"} -.ti-box-multiple-0:before{content:"\ee0d"}.ti-box-multiple-1:before{content:"\ee0e"}.ti-box-multiple-2:before{content:"\ee0f"}.ti-box-multiple-3:before{content:"\ee10"}.ti-box-multiple-4:before{content:"\ee11"}.ti-box-multiple-5:before{content:"\ee12"}.ti-box-multiple-6:before{content:"\ee13"}.ti-box-multiple-7:before{content:"\ee14"}.ti-box-multiple-8:before{content:"\ee15"}.ti-box-multiple-9:before{content:"\ee16"}.ti-box-off:before{content:"\f102"}.ti-box-padding:before{content:"\ee18"}.ti-braces:before{content:"\ebcc"}.ti-braces-off:before{content:"\f0bf"}.ti-brackets:before{content:"\ebcd"}.ti-brackets-angle:before{content:"\fcb2"}.ti-brackets-angle-off:before{content:"\fcb1"}.ti-brackets-contain:before{content:"\f1e5"}.ti-brackets-contain-end:before{content:"\f1e3"}.ti-brackets-contain-start:before{content:"\f1e4"}.ti-brackets-off:before{content:"\f0c0"}.ti-braille:before{content:"\f545"}.ti-brain:before{content:"\f59f"}.ti-brand-4chan:before{content:"\f494"}.ti-brand-abstract:before{content:"\f495"}.ti-brand-adobe:before{content:"\f0dc"}.ti-brand-adobe-after-effect:before{content:"\ff2a"}.ti-brand-adobe-illustrator:before{content:"\ff29"}.ti-brand-adobe-indesign:before{content:"\ff28"}.ti-brand-adobe-photoshop:before{content:"\ff27"}.ti-brand-adobe-premier:before{content:"\ff26"}.ti-brand-adobe-xd:before{content:"\ff25"}.ti-brand-adonis-js:before{content:"\f496"}.ti-brand-airbnb:before{content:"\ed68"}.ti-brand-airtable:before{content:"\ef6a"}.ti-brand-algolia:before{content:"\f390"}.ti-brand-alipay:before{content:"\f7a2"}.ti-brand-alpine-js:before{content:"\f324"}.ti-brand-amazon:before{content:"\f230"}.ti-brand-amd:before{content:"\f653"}.ti-brand-amie:before{content:"\ffab"}.ti-brand-amigo:before{content:"\f5f9"}.ti-brand-among-us:before{content:"\f205"}.ti-brand-android:before{content:"\ec16"}.ti-brand-angular:before{content:"\ef6b"}.ti-brand-ansible:before{content:"\fa70"}.ti-brand-ao3:before{content:"\f5e8"}.ti-brand-appgallery:before{content:"\f231"}.ti-brand-apple:before{content:"\ec17"}.ti-brand-apple-arcade:before{content:"\ed69"}.ti-brand-apple-news:before{content:"\ff24"}.ti-brand-apple-podcast:before{content:"\f1e6"}.ti-brand-appstore:before{content:"\ed24"}.ti-brand-arc:before{content:"\feae"}.ti-brand-asana:before{content:"\edc5"}.ti-brand-astro:before{content:"\fdb9"}.ti-brand-auth0:before{content:"\fcb3"}.ti-brand-aws:before{content:"\fa4c"}.ti-brand-azure:before{content:"\fa4d"}.ti-brand-backbone:before{content:"\f325"}.ti-brand-badoo:before{content:"\f206"}.ti-brand-baidu:before{content:"\f5e9"}.ti-brand-bandcamp:before{content:"\f207"}.ti-brand-bandlab:before{content:"\f5fa"}.ti-brand-beats:before{content:"\f208"}.ti-brand-bebo:before{content:"\ffaa"}.ti-brand-behance:before{content:"\ec6e"}.ti-brand-bilibili:before{content:"\f6d2"}.ti-brand-binance:before{content:"\f5a0"} -.ti-brand-bing:before{content:"\edc6"}.ti-brand-bitbucket:before{content:"\edc7"}.ti-brand-blackberry:before{content:"\f568"}.ti-brand-blender:before{content:"\f326"}.ti-brand-blogger:before{content:"\f35a"}.ti-brand-bluesky:before{content:"\fd75"}.ti-brand-booking:before{content:"\edc8"}.ti-brand-bootstrap:before{content:"\ef3e"}.ti-brand-bulma:before{content:"\f327"}.ti-brand-bumble:before{content:"\f5fb"}.ti-brand-bunpo:before{content:"\f4cf"}.ti-brand-c-sharp:before{content:"\f003"}.ti-brand-cake:before{content:"\f7a3"}.ti-brand-cakephp:before{content:"\f7af"}.ti-brand-campaignmonitor:before{content:"\f328"}.ti-brand-carbon:before{content:"\f348"}.ti-brand-cashapp:before{content:"\f391"}.ti-brand-chrome:before{content:"\ec18"}.ti-brand-cinema-4d:before{content:"\fa71"}.ti-brand-citymapper:before{content:"\f5fc"}.ti-brand-cloudflare:before{content:"\fa4e"}.ti-brand-codecov:before{content:"\f329"}.ti-brand-codepen:before{content:"\ec6f"}.ti-brand-codesandbox:before{content:"\ed6a"}.ti-brand-cohost:before{content:"\f5d5"}.ti-brand-coinbase:before{content:"\f209"}.ti-brand-comedy-central:before{content:"\f217"}.ti-brand-coreos:before{content:"\f5fd"}.ti-brand-couchdb:before{content:"\f60f"}.ti-brand-couchsurfing:before{content:"\f392"}.ti-brand-cpp:before{content:"\f5fe"}.ti-brand-craft:before{content:"\fa72"}.ti-brand-crunchbase:before{content:"\f7e3"}.ti-brand-css3:before{content:"\ed6b"}.ti-brand-ctemplar:before{content:"\f4d0"}.ti-brand-cucumber:before{content:"\ef6c"}.ti-brand-cupra:before{content:"\f4d1"}.ti-brand-cypress:before{content:"\f333"}.ti-brand-d3:before{content:"\f24e"}.ti-brand-databricks:before{content:"\fc41"}.ti-brand-days-counter:before{content:"\f4d2"}.ti-brand-dcos:before{content:"\f32a"}.ti-brand-debian:before{content:"\ef57"}.ti-brand-deezer:before{content:"\f78b"}.ti-brand-deliveroo:before{content:"\f4d3"}.ti-brand-deno:before{content:"\f24f"}.ti-brand-denodo:before{content:"\f610"}.ti-brand-deviantart:before{content:"\ecfb"}.ti-brand-digg:before{content:"\fa73"}.ti-brand-dingtalk:before{content:"\f5ea"}.ti-brand-discord:before{content:"\ece3"}.ti-brand-disney:before{content:"\f20a"}.ti-brand-disqus:before{content:"\edc9"}.ti-brand-django:before{content:"\f349"}.ti-brand-docker:before{content:"\edca"}.ti-brand-doctrine:before{content:"\ef6d"}.ti-brand-dolby-digital:before{content:"\f4d4"}.ti-brand-douban:before{content:"\f5ff"}.ti-brand-dribbble:before{content:"\ec19"}.ti-brand-drops:before{content:"\f4d5"}.ti-brand-drupal:before{content:"\f393"}.ti-brand-edge:before{content:"\ecfc"}.ti-brand-elastic:before{content:"\f611"}.ti-brand-electronic-arts:before{content:"\fa74"}.ti-brand-ember:before{content:"\f497"}.ti-brand-envato:before{content:"\f394"}.ti-brand-etsy:before{content:"\f654"}.ti-brand-evernote:before{content:"\f600"}.ti-brand-facebook:before{content:"\ec1a"} -.ti-brand-feedly:before{content:"\fa75"}.ti-brand-figma:before{content:"\ec93"}.ti-brand-filezilla:before{content:"\fa76"}.ti-brand-finder:before{content:"\f218"}.ti-brand-firebase:before{content:"\ef6e"}.ti-brand-firefox:before{content:"\ecfd"}.ti-brand-fiverr:before{content:"\f7a4"}.ti-brand-flickr:before{content:"\ecfe"}.ti-brand-flightradar24:before{content:"\f4d6"}.ti-brand-flipboard:before{content:"\f20b"}.ti-brand-flutter:before{content:"\f395"}.ti-brand-fortnite:before{content:"\f260"}.ti-brand-foursquare:before{content:"\ecff"}.ti-brand-framer:before{content:"\ec1b"}.ti-brand-framer-motion:before{content:"\f78c"}.ti-brand-funimation:before{content:"\f655"}.ti-brand-gatsby:before{content:"\f396"}.ti-brand-git:before{content:"\ef6f"}.ti-brand-github:before{content:"\ec1c"}.ti-brand-github-copilot:before{content:"\f4a8"}.ti-brand-gitlab:before{content:"\ec1d"}.ti-brand-gmail:before{content:"\efa2"}.ti-brand-golang:before{content:"\f78d"}.ti-brand-google:before{content:"\ec1f"}.ti-brand-google-analytics:before{content:"\edcb"}.ti-brand-google-big-query:before{content:"\f612"}.ti-brand-google-drive:before{content:"\ec1e"}.ti-brand-google-fit:before{content:"\f297"}.ti-brand-google-home:before{content:"\f601"}.ti-brand-google-maps:before{content:"\fa4f"}.ti-brand-google-one:before{content:"\f232"}.ti-brand-google-photos:before{content:"\f20c"}.ti-brand-google-play:before{content:"\ed25"}.ti-brand-google-podcasts:before{content:"\f656"}.ti-brand-grammarly:before{content:"\f32b"}.ti-brand-graphql:before{content:"\f32c"}.ti-brand-gravatar:before{content:"\edcc"}.ti-brand-grindr:before{content:"\f20d"}.ti-brand-guardian:before{content:"\f4fb"}.ti-brand-gumroad:before{content:"\f5d6"}.ti-brand-hackerrank:before{content:"\ff23"}.ti-brand-hbo:before{content:"\f657"}.ti-brand-headlessui:before{content:"\f32d"}.ti-brand-hexo:before{content:"\fa50"}.ti-brand-hipchat:before{content:"\edcd"}.ti-brand-html5:before{content:"\ed6c"}.ti-brand-inertia:before{content:"\f34a"}.ti-brand-instagram:before{content:"\ec20"}.ti-brand-intercom:before{content:"\f1cf"}.ti-brand-itch:before{content:"\fa22"}.ti-brand-javascript:before{content:"\ef0c"}.ti-brand-juejin:before{content:"\f7b0"}.ti-brand-kako-talk:before{content:"\fd2d"}.ti-brand-kbin:before{content:"\fad0"}.ti-brand-kick:before{content:"\fa23"}.ti-brand-kickstarter:before{content:"\edce"}.ti-brand-kotlin:before{content:"\ed6d"}.ti-brand-laravel:before{content:"\f34b"}.ti-brand-lastfm:before{content:"\f001"}.ti-brand-leetcode:before{content:"\fa51"}.ti-brand-letterboxd:before{content:"\fa24"}.ti-brand-line:before{content:"\f7e8"}.ti-brand-linkedin:before{content:"\ec8c"}.ti-brand-linktree:before{content:"\f1e7"}.ti-brand-linqpad:before{content:"\f562"}.ti-brand-livewire:before{content:"\fd76"}.ti-brand-loom:before{content:"\ef70"}.ti-brand-mailgun:before{content:"\f32e"} -.ti-brand-mantine:before{content:"\f32f"}.ti-brand-mastercard:before{content:"\ef49"}.ti-brand-mastodon:before{content:"\f250"}.ti-brand-matrix:before{content:"\f5eb"}.ti-brand-mcdonalds:before{content:"\f251"}.ti-brand-medium:before{content:"\ec70"}.ti-brand-meetup:before{content:"\fc6a"}.ti-brand-mercedes:before{content:"\f072"}.ti-brand-messenger:before{content:"\ec71"}.ti-brand-meta:before{content:"\efb0"}.ti-brand-metabrainz:before{content:"\ff12"}.ti-brand-minecraft:before{content:"\faef"}.ti-brand-miniprogram:before{content:"\f602"}.ti-brand-mixpanel:before{content:"\f397"}.ti-brand-monday:before{content:"\f219"}.ti-brand-mongodb:before{content:"\f613"}.ti-brand-my-oppo:before{content:"\f4d7"}.ti-brand-mysql:before{content:"\f614"}.ti-brand-national-geographic:before{content:"\f603"}.ti-brand-nem:before{content:"\f5a1"}.ti-brand-netbeans:before{content:"\ef71"}.ti-brand-netease-music:before{content:"\f604"}.ti-brand-netflix:before{content:"\edcf"}.ti-brand-nexo:before{content:"\f5a2"}.ti-brand-nextcloud:before{content:"\f4d8"}.ti-brand-nextjs:before{content:"\f0dd"}.ti-brand-nodejs:before{content:"\fae0"}.ti-brand-nord-vpn:before{content:"\f37f"}.ti-brand-notion:before{content:"\ef7b"}.ti-brand-npm:before{content:"\f569"}.ti-brand-nuxt:before{content:"\f0de"}.ti-brand-nytimes:before{content:"\ef8d"}.ti-brand-oauth:before{content:"\fa52"}.ti-brand-office:before{content:"\f398"}.ti-brand-ok-ru:before{content:"\f399"}.ti-brand-onedrive:before{content:"\f5d7"}.ti-brand-onlyfans:before{content:"\f605"}.ti-brand-open-source:before{content:"\edd0"}.ti-brand-openai:before{content:"\f78e"}.ti-brand-openvpn:before{content:"\f39a"}.ti-brand-opera:before{content:"\ec21"}.ti-brand-pagekit:before{content:"\edd1"}.ti-brand-parsinta:before{content:"\fc42"}.ti-brand-patreon:before{content:"\edd2"}.ti-brand-paypal:before{content:"\ec22"}.ti-brand-paypay:before{content:"\f5ec"}.ti-brand-peanut:before{content:"\f39b"}.ti-brand-pepsi:before{content:"\f261"}.ti-brand-php:before{content:"\ef72"}.ti-brand-picsart:before{content:"\f4d9"}.ti-brand-pinterest:before{content:"\ec8d"}.ti-brand-planetscale:before{content:"\f78f"}.ti-brand-pnpm:before{content:"\fd77"}.ti-brand-pocket:before{content:"\ed00"}.ti-brand-polymer:before{content:"\f498"}.ti-brand-powershell:before{content:"\f5ed"}.ti-brand-printables:before{content:"\fd1b"}.ti-brand-prisma:before{content:"\f499"}.ti-brand-producthunt:before{content:"\edd3"}.ti-brand-pushbullet:before{content:"\f330"}.ti-brand-pushover:before{content:"\f20e"}.ti-brand-python:before{content:"\ed01"}.ti-brand-qq:before{content:"\f606"}.ti-brand-radix-ui:before{content:"\f790"}.ti-brand-react:before{content:"\f34c"}.ti-brand-react-native:before{content:"\ef73"}.ti-brand-reason:before{content:"\f49a"}.ti-brand-reddit:before{content:"\ec8e"}.ti-brand-redhat:before{content:"\f331"} -.ti-brand-redux:before{content:"\f3a8"}.ti-brand-revolut:before{content:"\f4da"}.ti-brand-rumble:before{content:"\fad1"}.ti-brand-rust:before{content:"\fa53"}.ti-brand-safari:before{content:"\ec23"}.ti-brand-samsungpass:before{content:"\f4db"}.ti-brand-sass:before{content:"\edd4"}.ti-brand-sentry:before{content:"\edd5"}.ti-brand-sharik:before{content:"\f4dc"}.ti-brand-shazam:before{content:"\edd6"}.ti-brand-shopee:before{content:"\f252"}.ti-brand-sketch:before{content:"\ec24"}.ti-brand-skype:before{content:"\ed02"}.ti-brand-slack:before{content:"\ec72"}.ti-brand-snapchat:before{content:"\ec25"}.ti-brand-snapseed:before{content:"\f253"}.ti-brand-snowflake:before{content:"\f615"}.ti-brand-socket-io:before{content:"\f49b"}.ti-brand-solidjs:before{content:"\f5ee"}.ti-brand-soundcloud:before{content:"\ed6e"}.ti-brand-spacehey:before{content:"\f4fc"}.ti-brand-speedtest:before{content:"\fa77"}.ti-brand-spotify:before{content:"\ed03"}.ti-brand-stackoverflow:before{content:"\ef58"}.ti-brand-stackshare:before{content:"\f607"}.ti-brand-steam:before{content:"\ed6f"}.ti-brand-stocktwits:before{content:"\fd78"}.ti-brand-storj:before{content:"\fa54"}.ti-brand-storybook:before{content:"\f332"}.ti-brand-storytel:before{content:"\f608"}.ti-brand-strava:before{content:"\f254"}.ti-brand-stripe:before{content:"\edd7"}.ti-brand-sublime-text:before{content:"\ef74"}.ti-brand-sugarizer:before{content:"\f7a5"}.ti-brand-supabase:before{content:"\f6d3"}.ti-brand-superhuman:before{content:"\f50c"}.ti-brand-supernova:before{content:"\f49c"}.ti-brand-surfshark:before{content:"\f255"}.ti-brand-svelte:before{content:"\f0df"}.ti-brand-swift:before{content:"\fa55"}.ti-brand-symfony:before{content:"\f616"}.ti-brand-tabler:before{content:"\ec8f"}.ti-brand-tailwind:before{content:"\eca1"}.ti-brand-taobao:before{content:"\f5ef"}.ti-brand-teams:before{content:"\fadf"}.ti-brand-ted:before{content:"\f658"}.ti-brand-telegram:before{content:"\ec26"}.ti-brand-terraform:before{content:"\fa56"}.ti-brand-tether:before{content:"\f5a3"}.ti-brand-thingiverse:before{content:"\fd1c"}.ti-brand-threads:before{content:"\fb02"}.ti-brand-threejs:before{content:"\f5f0"}.ti-brand-tidal:before{content:"\ed70"}.ti-brand-tiktok:before{content:"\ec73"}.ti-brand-tinder:before{content:"\ed71"}.ti-brand-topbuzz:before{content:"\f50d"}.ti-brand-torchain:before{content:"\f5a4"}.ti-brand-toyota:before{content:"\f262"}.ti-brand-trello:before{content:"\f39d"}.ti-brand-tripadvisor:before{content:"\f002"}.ti-brand-tumblr:before{content:"\ed04"}.ti-brand-twilio:before{content:"\f617"}.ti-brand-twitch:before{content:"\ed05"}.ti-brand-twitter:before{content:"\ec27"}.ti-brand-typescript:before{content:"\f5f1"}.ti-brand-uber:before{content:"\ef75"}.ti-brand-ubuntu:before{content:"\ef59"}.ti-brand-unity:before{content:"\f49d"}.ti-brand-unsplash:before{content:"\edd8"} -.ti-brand-upwork:before{content:"\f39e"}.ti-brand-valorant:before{content:"\f39f"}.ti-brand-vercel:before{content:"\ef24"}.ti-brand-vimeo:before{content:"\ed06"}.ti-brand-vinted:before{content:"\f20f"}.ti-brand-visa:before{content:"\f380"}.ti-brand-visual-studio:before{content:"\ef76"}.ti-brand-vite:before{content:"\f5f2"}.ti-brand-vivaldi:before{content:"\f210"}.ti-brand-vk:before{content:"\ed72"}.ti-brand-vlc:before{content:"\fa78"}.ti-brand-volkswagen:before{content:"\f50e"}.ti-brand-vsco:before{content:"\f334"}.ti-brand-vscode:before{content:"\f3a0"}.ti-brand-vue:before{content:"\f0e0"}.ti-brand-walmart:before{content:"\f211"}.ti-brand-waze:before{content:"\f5d8"}.ti-brand-webflow:before{content:"\f2d2"}.ti-brand-wechat:before{content:"\f5f3"}.ti-brand-weibo:before{content:"\f609"}.ti-brand-whatsapp:before{content:"\ec74"}.ti-brand-wikipedia:before{content:"\fa79"}.ti-brand-windows:before{content:"\ecd8"}.ti-brand-windy:before{content:"\f4dd"}.ti-brand-wish:before{content:"\f212"}.ti-brand-wix:before{content:"\f3a1"}.ti-brand-wordpress:before{content:"\f2d3"}.ti-brand-x:before{content:"\fc0f"}.ti-brand-xamarin:before{content:"\fa7a"}.ti-brand-xbox:before{content:"\f298"}.ti-brand-xdeep:before{content:"\fc10"}.ti-brand-xing:before{content:"\f21a"}.ti-brand-yahoo:before{content:"\ed73"}.ti-brand-yandex:before{content:"\fae1"}.ti-brand-yarn:before{content:"\fd79"}.ti-brand-yatse:before{content:"\f213"}.ti-brand-ycombinator:before{content:"\edd9"}.ti-brand-youtube:before{content:"\ec90"}.ti-brand-youtube-kids:before{content:"\f214"}.ti-brand-zalando:before{content:"\f49e"}.ti-brand-zapier:before{content:"\f49f"}.ti-brand-zeit:before{content:"\f335"}.ti-brand-zhihu:before{content:"\f60a"}.ti-brand-zoom:before{content:"\f215"}.ti-brand-zulip:before{content:"\f4de"}.ti-brand-zwift:before{content:"\f216"}.ti-bread:before{content:"\efa3"}.ti-bread-off:before{content:"\f3cb"}.ti-briefcase:before{content:"\ea46"}.ti-briefcase-2:before{content:"\fb03"}.ti-briefcase-off:before{content:"\f3cc"}.ti-brightness:before{content:"\eb7f"}.ti-brightness-2:before{content:"\ee19"}.ti-brightness-auto:before{content:"\fd99"}.ti-brightness-down:before{content:"\eb7d"}.ti-brightness-half:before{content:"\ee1a"}.ti-brightness-off:before{content:"\f3cd"}.ti-brightness-up:before{content:"\eb7e"}.ti-broadcast:before{content:"\f1e9"}.ti-broadcast-off:before{content:"\f1e8"}.ti-browser:before{content:"\ebb7"}.ti-browser-check:before{content:"\efd6"}.ti-browser-off:before{content:"\f0c1"}.ti-browser-plus:before{content:"\efd7"}.ti-browser-x:before{content:"\efd8"}.ti-brush:before{content:"\ebb8"}.ti-brush-off:before{content:"\f0c2"}.ti-bubble:before{content:"\feba"}.ti-bubble-minus:before{content:"\febe"}.ti-bubble-plus:before{content:"\febd"} -.ti-bubble-tea:before{content:"\ff51"}.ti-bubble-tea-2:before{content:"\ff52"}.ti-bubble-text:before{content:"\febc"}.ti-bubble-x:before{content:"\febb"}.ti-bucket:before{content:"\ea47"}.ti-bucket-droplet:before{content:"\f56a"}.ti-bucket-off:before{content:"\f103"}.ti-bug:before{content:"\ea48"}.ti-bug-off:before{content:"\f0c3"}.ti-building:before{content:"\ea4f"}.ti-building-airport:before{content:"\ffa9"}.ti-building-arch:before{content:"\ea49"}.ti-building-bank:before{content:"\ebe2"}.ti-building-bridge:before{content:"\ea4b"}.ti-building-bridge-2:before{content:"\ea4a"}.ti-building-broadcast-tower:before{content:"\f4be"}.ti-building-burj-al-arab:before{content:"\ff50"}.ti-building-carousel:before{content:"\ed87"}.ti-building-castle:before{content:"\ed88"}.ti-building-church:before{content:"\ea4c"}.ti-building-circus:before{content:"\f4bf"}.ti-building-cog:before{content:"\10062"}.ti-building-community:before{content:"\ebf6"}.ti-building-cottage:before{content:"\ee1b"}.ti-building-estate:before{content:"\f5a5"}.ti-building-factory:before{content:"\ee1c"}.ti-building-factory-2:before{content:"\f082"}.ti-building-fortress:before{content:"\ed89"}.ti-building-hospital:before{content:"\ea4d"}.ti-building-lighthouse:before{content:"\ed8a"}.ti-building-minus:before{content:"\10061"}.ti-building-monument:before{content:"\ed26"}.ti-building-mosque:before{content:"\fa57"}.ti-building-off:before{content:"\fefd"}.ti-building-pavilion:before{content:"\ebf7"}.ti-building-plus:before{content:"\10060"}.ti-building-skyscraper:before{content:"\ec39"}.ti-building-stadium:before{content:"\f641"}.ti-building-store:before{content:"\ea4e"}.ti-building-tunnel:before{content:"\f5a6"}.ti-building-warehouse:before{content:"\ebe3"}.ti-building-wind-turbine:before{content:"\f4c0"}.ti-buildings:before{content:"\ff40"}.ti-bulb:before{content:"\ea51"}.ti-bulb-off:before{content:"\ea50"}.ti-bulldozer:before{content:"\ee1d"}.ti-burger:before{content:"\fcb4"}.ti-bus:before{content:"\ebe4"}.ti-bus-off:before{content:"\f3ce"}.ti-bus-stop:before{content:"\f2d4"}.ti-businessplan:before{content:"\ee1e"}.ti-butterfly:before{content:"\efd9"}.ti-cactus:before{content:"\f21b"}.ti-cactus-off:before{content:"\f3cf"}.ti-cake:before{content:"\f00f"}.ti-cake-off:before{content:"\f104"}.ti-calculator:before{content:"\eb80"}.ti-calculator-off:before{content:"\f0c4"}.ti-calendar:before{content:"\ea53"}.ti-calendar-bolt:before{content:"\f822"}.ti-calendar-cancel:before{content:"\f823"}.ti-calendar-check:before{content:"\f824"}.ti-calendar-clock:before{content:"\fd2e"}.ti-calendar-code:before{content:"\f825"}.ti-calendar-cog:before{content:"\f826"}.ti-calendar-dollar:before{content:"\f827"}.ti-calendar-dot:before{content:"\fd3e"}.ti-calendar-down:before{content:"\f828"}.ti-calendar-due:before{content:"\f621"} -.ti-calendar-event:before{content:"\ea52"}.ti-calendar-exclamation:before{content:"\f829"}.ti-calendar-heart:before{content:"\f82a"}.ti-calendar-minus:before{content:"\ebb9"}.ti-calendar-month:before{content:"\fd2f"}.ti-calendar-off:before{content:"\ee1f"}.ti-calendar-pause:before{content:"\f82b"}.ti-calendar-pin:before{content:"\f82c"}.ti-calendar-plus:before{content:"\ebba"}.ti-calendar-question:before{content:"\f82d"}.ti-calendar-repeat:before{content:"\fad2"}.ti-calendar-sad:before{content:"\fd1d"}.ti-calendar-search:before{content:"\f82e"}.ti-calendar-share:before{content:"\f82f"}.ti-calendar-smile:before{content:"\fd1e"}.ti-calendar-star:before{content:"\f830"}.ti-calendar-stats:before{content:"\ee20"}.ti-calendar-time:before{content:"\ee21"}.ti-calendar-up:before{content:"\f831"}.ti-calendar-user:before{content:"\fd1f"}.ti-calendar-week:before{content:"\fd30"}.ti-calendar-x:before{content:"\f832"}.ti-camera:before{content:"\ea54"}.ti-camera-ai:before{content:"\ffa8"}.ti-camera-bitcoin:before{content:"\ffa7"}.ti-camera-bolt:before{content:"\f833"}.ti-camera-cancel:before{content:"\f834"}.ti-camera-check:before{content:"\f835"}.ti-camera-code:before{content:"\f836"}.ti-camera-cog:before{content:"\f837"}.ti-camera-dollar:before{content:"\f838"}.ti-camera-down:before{content:"\f839"}.ti-camera-exclamation:before{content:"\f83a"}.ti-camera-heart:before{content:"\f83b"}.ti-camera-minus:before{content:"\ec3a"}.ti-camera-moon:before{content:"\ffa6"}.ti-camera-off:before{content:"\ecee"}.ti-camera-pause:before{content:"\f83c"}.ti-camera-pin:before{content:"\f83d"}.ti-camera-plus:before{content:"\ec3b"}.ti-camera-question:before{content:"\f83e"}.ti-camera-rotate:before{content:"\ee22"}.ti-camera-search:before{content:"\f83f"}.ti-camera-selfie:before{content:"\ee23"}.ti-camera-share:before{content:"\f840"}.ti-camera-spark:before{content:"\ffbc"}.ti-camera-star:before{content:"\f841"}.ti-camera-up:before{content:"\f842"}.ti-camera-x:before{content:"\f843"}.ti-camper:before{content:"\fa25"}.ti-campfire:before{content:"\f5a7"}.ti-cancel:before{content:"\ff11"}.ti-candle:before{content:"\efc6"}.ti-candy:before{content:"\ef0d"}.ti-candy-off:before{content:"\f0c5"}.ti-cane:before{content:"\f50f"}.ti-cannabis:before{content:"\f4c1"}.ti-cap-projecting:before{content:"\ff22"}.ti-cap-rounded:before{content:"\ff21"}.ti-cap-straight:before{content:"\ff20"}.ti-capsule:before{content:"\fae3"}.ti-capsule-horizontal:before{content:"\fae2"}.ti-capture:before{content:"\ec3c"}.ti-capture-off:before{content:"\f0c6"}.ti-car:before{content:"\ebbb"}.ti-car-4wd:before{content:"\fdb8"}.ti-car-crane:before{content:"\ef25"}.ti-car-crash:before{content:"\efa4"}.ti-car-fan:before{content:"\fdb3"}.ti-car-fan-1:before{content:"\fdb7"}.ti-car-fan-2:before{content:"\fdb6"} -.ti-car-fan-3:before{content:"\fdb5"}.ti-car-fan-auto:before{content:"\fdb4"}.ti-car-garage:before{content:"\fc77"}.ti-car-off:before{content:"\f0c7"}.ti-car-suv:before{content:"\fc8b"}.ti-car-turbine:before{content:"\f4fd"}.ti-carambola:before{content:"\feb9"}.ti-caravan:before{content:"\ec7c"}.ti-cardboards:before{content:"\ed74"}.ti-cardboards-off:before{content:"\f0c8"}.ti-cards:before{content:"\f510"}.ti-caret-down:before{content:"\eb5d"}.ti-caret-left:before{content:"\eb5e"}.ti-caret-left-right:before{content:"\fc43"}.ti-caret-right:before{content:"\eb5f"}.ti-caret-up:before{content:"\eb60"}.ti-caret-up-down:before{content:"\fc44"}.ti-carousel-horizontal:before{content:"\f659"}.ti-carousel-vertical:before{content:"\f65a"}.ti-carrot:before{content:"\f21c"}.ti-carrot-off:before{content:"\f3d0"}.ti-cash:before{content:"\ea55"}.ti-cash-banknote:before{content:"\ee25"}.ti-cash-banknote-off:before{content:"\ee24"}.ti-cash-off:before{content:"\f105"}.ti-cash-register:before{content:"\fee6"}.ti-cast:before{content:"\ea56"}.ti-cast-off:before{content:"\f0c9"}.ti-cat:before{content:"\f65b"}.ti-category:before{content:"\f1f6"}.ti-category-2:before{content:"\f1f5"}.ti-category-minus:before{content:"\fd20"}.ti-category-plus:before{content:"\fd21"}.ti-ce:before{content:"\ed75"}.ti-ce-off:before{content:"\f0ca"}.ti-cell:before{content:"\f05f"}.ti-cell-signal-1:before{content:"\f083"}.ti-cell-signal-2:before{content:"\f084"}.ti-cell-signal-3:before{content:"\f085"}.ti-cell-signal-4:before{content:"\f086"}.ti-cell-signal-5:before{content:"\f087"}.ti-cell-signal-off:before{content:"\f088"}.ti-certificate:before{content:"\ed76"}.ti-certificate-2:before{content:"\f073"}.ti-certificate-2-off:before{content:"\f0cb"}.ti-certificate-off:before{content:"\f0cc"}.ti-chair-director:before{content:"\f2d5"}.ti-chalkboard:before{content:"\f34d"}.ti-chalkboard-off:before{content:"\f3d1"}.ti-charging-pile:before{content:"\ee26"}.ti-chart-arcs:before{content:"\ee28"}.ti-chart-arcs-3:before{content:"\ee27"}.ti-chart-area:before{content:"\ea58"}.ti-chart-area-line:before{content:"\ea57"}.ti-chart-arrows:before{content:"\ee2a"}.ti-chart-arrows-vertical:before{content:"\ee29"}.ti-chart-bar:before{content:"\ea59"}.ti-chart-bar-off:before{content:"\f3d2"}.ti-chart-bar-popular:before{content:"\fef7"}.ti-chart-bubble:before{content:"\ec75"}.ti-chart-candle:before{content:"\ea5a"}.ti-chart-circles:before{content:"\ee2b"}.ti-chart-cohort:before{content:"\fef6"}.ti-chart-column:before{content:"\ffa5"}.ti-chart-covariate:before{content:"\ffa4"}.ti-chart-donut:before{content:"\ea5b"}.ti-chart-donut-2:before{content:"\ee2c"}.ti-chart-donut-3:before{content:"\ee2d"}.ti-chart-donut-4:before{content:"\ee2e"}.ti-chart-dots:before{content:"\ee2f"}.ti-chart-dots-2:before{content:"\f097"} -.ti-chart-dots-3:before{content:"\f098"}.ti-chart-funnel:before{content:"\fef5"}.ti-chart-grid-dots:before{content:"\f4c2"}.ti-chart-histogram:before{content:"\f65c"}.ti-chart-infographic:before{content:"\ee30"}.ti-chart-line:before{content:"\ea5c"}.ti-chart-pie:before{content:"\ea5d"}.ti-chart-pie-2:before{content:"\ee31"}.ti-chart-pie-3:before{content:"\ee32"}.ti-chart-pie-4:before{content:"\ee33"}.ti-chart-pie-off:before{content:"\f3d3"}.ti-chart-ppf:before{content:"\f618"}.ti-chart-radar:before{content:"\ed77"}.ti-chart-sankey:before{content:"\f619"}.ti-chart-scatter:before{content:"\fd93"}.ti-chart-scatter-3d:before{content:"\fd92"}.ti-chart-treemap:before{content:"\f381"}.ti-check:before{content:"\ea5e"}.ti-checkbox:before{content:"\eba6"}.ti-checklist:before{content:"\f074"}.ti-checks:before{content:"\ebaa"}.ti-checkup-list:before{content:"\ef5a"}.ti-cheese:before{content:"\ef26"}.ti-chef-hat:before{content:"\f21d"}.ti-chef-hat-off:before{content:"\f3d4"}.ti-cherry:before{content:"\f511"}.ti-chess:before{content:"\f382"}.ti-chess-bishop:before{content:"\f56b"}.ti-chess-king:before{content:"\f56c"}.ti-chess-knight:before{content:"\f56d"}.ti-chess-queen:before{content:"\f56e"}.ti-chess-rook:before{content:"\f56f"}.ti-chevron-compact-down:before{content:"\faf0"}.ti-chevron-compact-left:before{content:"\faf1"}.ti-chevron-compact-right:before{content:"\faf2"}.ti-chevron-compact-up:before{content:"\faf3"}.ti-chevron-down:before{content:"\ea5f"}.ti-chevron-down-left:before{content:"\ed09"}.ti-chevron-down-right:before{content:"\ed0a"}.ti-chevron-left:before{content:"\ea60"}.ti-chevron-left-pipe:before{content:"\fae4"}.ti-chevron-right:before{content:"\ea61"}.ti-chevron-right-pipe:before{content:"\fae5"}.ti-chevron-up:before{content:"\ea62"}.ti-chevron-up-left:before{content:"\ed0b"}.ti-chevron-up-right:before{content:"\ed0c"}.ti-chevrons-down:before{content:"\ea63"}.ti-chevrons-down-left:before{content:"\ed0d"}.ti-chevrons-down-right:before{content:"\ed0e"}.ti-chevrons-left:before{content:"\ea64"}.ti-chevrons-right:before{content:"\ea65"}.ti-chevrons-up:before{content:"\ea66"}.ti-chevrons-up-left:before{content:"\ed0f"}.ti-chevrons-up-right:before{content:"\ed10"}.ti-chisel:before{content:"\f383"}.ti-christmas-ball:before{content:"\fd31"}.ti-christmas-tree:before{content:"\ed78"}.ti-christmas-tree-off:before{content:"\f3d5"}.ti-circle:before{content:"\ea6b"}.ti-circle-arrow-down:before{content:"\f6f9"}.ti-circle-arrow-down-left:before{content:"\f6f6"}.ti-circle-arrow-down-right:before{content:"\f6f8"}.ti-circle-arrow-left:before{content:"\f6fb"}.ti-circle-arrow-right:before{content:"\f6fd"}.ti-circle-arrow-up:before{content:"\f703"}.ti-circle-arrow-up-left:before{content:"\f700"}.ti-circle-arrow-up-right:before{content:"\f702"}.ti-circle-caret-down:before{content:"\f4a9"}.ti-circle-caret-left:before{content:"\f4aa"} -.ti-circle-caret-right:before{content:"\f4ab"}.ti-circle-caret-up:before{content:"\f4ac"}.ti-circle-check:before{content:"\ea67"}.ti-circle-chevron-down:before{content:"\f622"}.ti-circle-chevron-left:before{content:"\f623"}.ti-circle-chevron-right:before{content:"\f624"}.ti-circle-chevron-up:before{content:"\f625"}.ti-circle-chevrons-down:before{content:"\f642"}.ti-circle-chevrons-left:before{content:"\f643"}.ti-circle-chevrons-right:before{content:"\f644"}.ti-circle-chevrons-up:before{content:"\f645"}.ti-circle-dashed:before{content:"\ed27"}.ti-circle-dashed-check:before{content:"\feb8"}.ti-circle-dashed-letter-a:before{content:"\ff9a"}.ti-circle-dashed-letter-b:before{content:"\ff99"}.ti-circle-dashed-letter-c:before{content:"\ff98"}.ti-circle-dashed-letter-d:before{content:"\ff97"}.ti-circle-dashed-letter-e:before{content:"\ff96"}.ti-circle-dashed-letter-f:before{content:"\ff95"}.ti-circle-dashed-letter-g:before{content:"\ff94"}.ti-circle-dashed-letter-h:before{content:"\ff93"}.ti-circle-dashed-letter-i:before{content:"\ff92"}.ti-circle-dashed-letter-j:before{content:"\ff91"}.ti-circle-dashed-letter-k:before{content:"\ff90"}.ti-circle-dashed-letter-l:before{content:"\ff8f"}.ti-circle-dashed-letter-m:before{content:"\ff8d"}.ti-circle-dashed-letter-n:before{content:"\ff8c"}.ti-circle-dashed-letter-o:before{content:"\ff8b"}.ti-circle-dashed-letter-p:before{content:"\ff8a"}.ti-circle-dashed-letter-q:before{content:"\ff89"}.ti-circle-dashed-letter-r:before{content:"\ff88"}.ti-circle-dashed-letter-s:before{content:"\ff87"}.ti-circle-dashed-letter-t:before{content:"\ff86"}.ti-circle-dashed-letter-u:before{content:"\ff85"}.ti-circle-dashed-letter-v:before{content:"\ff84"}.ti-circle-dashed-letter-w:before{content:"\ff83"}.ti-circle-dashed-letter-x:before{content:"\ff82"}.ti-circle-dashed-letter-y:before{content:"\ff81"}.ti-circle-dashed-letter-z:before{content:"\ff80"}.ti-circle-dashed-minus:before{content:"\feb7"}.ti-circle-dashed-number-0:before{content:"\fc6b"}.ti-circle-dashed-number-1:before{content:"\fc6c"}.ti-circle-dashed-number-2:before{content:"\fc6d"}.ti-circle-dashed-number-3:before{content:"\fc6e"}.ti-circle-dashed-number-4:before{content:"\fc6f"}.ti-circle-dashed-number-5:before{content:"\fc70"}.ti-circle-dashed-number-6:before{content:"\fc71"}.ti-circle-dashed-number-7:before{content:"\fc72"}.ti-circle-dashed-number-8:before{content:"\fc73"}.ti-circle-dashed-number-9:before{content:"\fc74"}.ti-circle-dashed-percentage:before{content:"\fd7a"}.ti-circle-dashed-plus:before{content:"\feb6"}.ti-circle-dashed-x:before{content:"\fc75"}.ti-circle-dot:before{content:"\efb1"}.ti-circle-dotted:before{content:"\ed28"}.ti-circle-dotted-letter-a:before{content:"\ff7f"}.ti-circle-dotted-letter-b:before{content:"\ff7e"}.ti-circle-dotted-letter-c:before{content:"\ff7d"}.ti-circle-dotted-letter-d:before{content:"\ff7c"}.ti-circle-dotted-letter-e:before{content:"\ff7b"}.ti-circle-dotted-letter-f:before{content:"\ff7a"}.ti-circle-dotted-letter-g:before{content:"\ff79"}.ti-circle-dotted-letter-h:before{content:"\ff78"} -.ti-circle-dotted-letter-i:before{content:"\ff77"}.ti-circle-dotted-letter-j:before{content:"\ff76"}.ti-circle-dotted-letter-k:before{content:"\ff75"}.ti-circle-dotted-letter-l:before{content:"\ff74"}.ti-circle-dotted-letter-m:before{content:"\ff73"}.ti-circle-dotted-letter-n:before{content:"\ff72"}.ti-circle-dotted-letter-o:before{content:"\ff71"}.ti-circle-dotted-letter-p:before{content:"\ff70"}.ti-circle-dotted-letter-q:before{content:"\ff6f"}.ti-circle-dotted-letter-r:before{content:"\ff6e"}.ti-circle-dotted-letter-s:before{content:"\ff6d"}.ti-circle-dotted-letter-t:before{content:"\ff6c"}.ti-circle-dotted-letter-u:before{content:"\ff6b"}.ti-circle-dotted-letter-v:before{content:"\ff6a"}.ti-circle-dotted-letter-w:before{content:"\ff69"}.ti-circle-dotted-letter-x:before{content:"\ff68"}.ti-circle-dotted-letter-y:before{content:"\ff67"}.ti-circle-dotted-letter-z:before{content:"\ff66"}.ti-circle-half:before{content:"\ee3f"}.ti-circle-half-2:before{content:"\eff3"}.ti-circle-half-vertical:before{content:"\ee3e"}.ti-circle-key:before{content:"\f633"}.ti-circle-letter-a:before{content:"\f441"}.ti-circle-letter-b:before{content:"\f442"}.ti-circle-letter-c:before{content:"\f443"}.ti-circle-letter-d:before{content:"\f444"}.ti-circle-letter-e:before{content:"\f445"}.ti-circle-letter-f:before{content:"\f446"}.ti-circle-letter-g:before{content:"\f447"}.ti-circle-letter-h:before{content:"\f448"}.ti-circle-letter-i:before{content:"\f449"}.ti-circle-letter-j:before{content:"\f44a"}.ti-circle-letter-k:before{content:"\f44b"}.ti-circle-letter-l:before{content:"\f44c"}.ti-circle-letter-m:before{content:"\f44d"}.ti-circle-letter-n:before{content:"\f44e"}.ti-circle-letter-o:before{content:"\f44f"}.ti-circle-letter-p:before{content:"\f450"}.ti-circle-letter-q:before{content:"\f451"}.ti-circle-letter-r:before{content:"\f452"}.ti-circle-letter-s:before{content:"\f453"}.ti-circle-letter-t:before{content:"\f454"}.ti-circle-letter-u:before{content:"\f455"}.ti-circle-letter-v:before{content:"\f4ad"}.ti-circle-letter-w:before{content:"\f456"}.ti-circle-letter-x:before{content:"\f4ae"}.ti-circle-letter-y:before{content:"\f457"}.ti-circle-letter-z:before{content:"\f458"}.ti-circle-minus:before{content:"\ea68"}.ti-circle-minus-2:before{content:"\fc8c"}.ti-circle-number-0:before{content:"\ee34"}.ti-circle-number-1:before{content:"\ee35"}.ti-circle-number-2:before{content:"\ee36"}.ti-circle-number-3:before{content:"\ee37"}.ti-circle-number-4:before{content:"\ee38"}.ti-circle-number-5:before{content:"\ee39"}.ti-circle-number-6:before{content:"\ee3a"}.ti-circle-number-7:before{content:"\ee3b"}.ti-circle-number-8:before{content:"\ee3c"}.ti-circle-number-9:before{content:"\ee3d"}.ti-circle-off:before{content:"\ee40"}.ti-circle-percentage:before{content:"\fd7b"}.ti-circle-plus:before{content:"\ea69"}.ti-circle-plus-2:before{content:"\fc8d"}.ti-circle-rectangle:before{content:"\f010"}.ti-circle-rectangle-off:before{content:"\f0cd"} -.ti-circle-square:before{content:"\ece4"}.ti-circle-triangle:before{content:"\f011"}.ti-circle-x:before{content:"\ea6a"}.ti-circles:before{content:"\ece5"}.ti-circles-relation:before{content:"\f4c3"}.ti-circuit-ammeter:before{content:"\f271"}.ti-circuit-battery:before{content:"\f272"}.ti-circuit-bulb:before{content:"\f273"}.ti-circuit-capacitor:before{content:"\f275"}.ti-circuit-capacitor-polarized:before{content:"\f274"}.ti-circuit-cell:before{content:"\f277"}.ti-circuit-cell-plus:before{content:"\f276"}.ti-circuit-changeover:before{content:"\f278"}.ti-circuit-diode:before{content:"\f27a"}.ti-circuit-diode-zener:before{content:"\f279"}.ti-circuit-ground:before{content:"\f27c"}.ti-circuit-ground-digital:before{content:"\f27b"}.ti-circuit-inductor:before{content:"\f27d"}.ti-circuit-motor:before{content:"\f27e"}.ti-circuit-pushbutton:before{content:"\f27f"}.ti-circuit-resistor:before{content:"\f280"}.ti-circuit-switch-closed:before{content:"\f281"}.ti-circuit-switch-open:before{content:"\f282"}.ti-circuit-voltmeter:before{content:"\f283"}.ti-clear-all:before{content:"\ee41"}.ti-clear-formatting:before{content:"\ebe5"}.ti-click:before{content:"\ebbc"}.ti-cliff-jumping:before{content:"\fefc"}.ti-clipboard:before{content:"\ea6f"}.ti-clipboard-check:before{content:"\ea6c"}.ti-clipboard-copy:before{content:"\f299"}.ti-clipboard-data:before{content:"\f563"}.ti-clipboard-heart:before{content:"\f34e"}.ti-clipboard-list:before{content:"\ea6d"}.ti-clipboard-off:before{content:"\f0ce"}.ti-clipboard-plus:before{content:"\efb2"}.ti-clipboard-smile:before{content:"\fd9a"}.ti-clipboard-text:before{content:"\f089"}.ti-clipboard-typography:before{content:"\f34f"}.ti-clipboard-x:before{content:"\ea6e"}.ti-clock:before{content:"\ea70"}.ti-clock-12:before{content:"\fc56"}.ti-clock-2:before{content:"\f099"}.ti-clock-24:before{content:"\fc57"}.ti-clock-bitcoin:before{content:"\ff3f"}.ti-clock-bolt:before{content:"\f844"}.ti-clock-cancel:before{content:"\f546"}.ti-clock-check:before{content:"\f7c1"}.ti-clock-code:before{content:"\f845"}.ti-clock-cog:before{content:"\f7c2"}.ti-clock-dollar:before{content:"\f846"}.ti-clock-down:before{content:"\f7c3"}.ti-clock-edit:before{content:"\f547"}.ti-clock-exclamation:before{content:"\f847"}.ti-clock-heart:before{content:"\f7c4"}.ti-clock-hour-1:before{content:"\f313"}.ti-clock-hour-10:before{content:"\f314"}.ti-clock-hour-11:before{content:"\f315"}.ti-clock-hour-12:before{content:"\f316"}.ti-clock-hour-2:before{content:"\f317"}.ti-clock-hour-3:before{content:"\f318"}.ti-clock-hour-4:before{content:"\f319"}.ti-clock-hour-5:before{content:"\f31a"}.ti-clock-hour-6:before{content:"\f31b"}.ti-clock-hour-7:before{content:"\f31c"}.ti-clock-hour-8:before{content:"\f31d"}.ti-clock-hour-9:before{content:"\f31e"}.ti-clock-minus:before{content:"\f848"}.ti-clock-off:before{content:"\f0cf"} -.ti-clock-pause:before{content:"\f548"}.ti-clock-pin:before{content:"\f849"}.ti-clock-play:before{content:"\f549"}.ti-clock-plus:before{content:"\f7c5"}.ti-clock-question:before{content:"\f7c6"}.ti-clock-record:before{content:"\f54a"}.ti-clock-search:before{content:"\f7c7"}.ti-clock-share:before{content:"\f84a"}.ti-clock-shield:before{content:"\f7c8"}.ti-clock-star:before{content:"\f7c9"}.ti-clock-stop:before{content:"\f54b"}.ti-clock-up:before{content:"\f7ca"}.ti-clock-x:before{content:"\f7cb"}.ti-clothes-rack:before{content:"\f285"}.ti-clothes-rack-off:before{content:"\f3d6"}.ti-cloud:before{content:"\ea76"}.ti-cloud-bitcoin:before{content:"\ff3e"}.ti-cloud-bolt:before{content:"\f84b"}.ti-cloud-cancel:before{content:"\f84c"}.ti-cloud-check:before{content:"\f84d"}.ti-cloud-code:before{content:"\f84e"}.ti-cloud-cog:before{content:"\f84f"}.ti-cloud-computing:before{content:"\f1d0"}.ti-cloud-data-connection:before{content:"\f1d1"}.ti-cloud-dollar:before{content:"\f850"}.ti-cloud-down:before{content:"\f851"}.ti-cloud-download:before{content:"\ea71"}.ti-cloud-exclamation:before{content:"\f852"}.ti-cloud-fog:before{content:"\ecd9"}.ti-cloud-heart:before{content:"\f853"}.ti-cloud-lock:before{content:"\efdb"}.ti-cloud-lock-open:before{content:"\efda"}.ti-cloud-minus:before{content:"\f854"}.ti-cloud-network:before{content:"\fc78"}.ti-cloud-off:before{content:"\ed3e"}.ti-cloud-pause:before{content:"\f855"}.ti-cloud-pin:before{content:"\f856"}.ti-cloud-plus:before{content:"\f857"}.ti-cloud-question:before{content:"\f858"}.ti-cloud-rain:before{content:"\ea72"}.ti-cloud-search:before{content:"\f859"}.ti-cloud-share:before{content:"\f85a"}.ti-cloud-snow:before{content:"\ea73"}.ti-cloud-star:before{content:"\f85b"}.ti-cloud-storm:before{content:"\ea74"}.ti-cloud-up:before{content:"\f85c"}.ti-cloud-upload:before{content:"\ea75"}.ti-cloud-x:before{content:"\f85d"}.ti-clover:before{content:"\f1ea"}.ti-clover-2:before{content:"\f21e"}.ti-clubs:before{content:"\eff4"}.ti-code:before{content:"\ea77"}.ti-code-asterisk:before{content:"\f312"}.ti-code-circle:before{content:"\f4ff"}.ti-code-circle-2:before{content:"\f4fe"}.ti-code-dots:before{content:"\f61a"}.ti-code-minus:before{content:"\ee42"}.ti-code-off:before{content:"\f0d0"}.ti-code-plus:before{content:"\ee43"}.ti-coffee:before{content:"\ef0e"}.ti-coffee-off:before{content:"\f106"}.ti-coffin:before{content:"\f579"}.ti-coin:before{content:"\eb82"}.ti-coin-bitcoin:before{content:"\f2be"}.ti-coin-euro:before{content:"\f2bf"}.ti-coin-monero:before{content:"\f4a0"}.ti-coin-off:before{content:"\f0d1"}.ti-coin-pound:before{content:"\f2c0"}.ti-coin-rupee:before{content:"\f2c1"}.ti-coin-taka:before{content:"\fd0d"}.ti-coin-yen:before{content:"\f2c2"}.ti-coin-yuan:before{content:"\f2c3"} -.ti-coins:before{content:"\f65d"}.ti-color-filter:before{content:"\f5a8"}.ti-color-picker:before{content:"\ebe6"}.ti-color-picker-off:before{content:"\f0d2"}.ti-color-swatch:before{content:"\eb61"}.ti-color-swatch-off:before{content:"\f0d3"}.ti-column-insert-left:before{content:"\ee44"}.ti-column-insert-right:before{content:"\ee45"}.ti-column-remove:before{content:"\faf4"}.ti-columns:before{content:"\eb83"}.ti-columns-1:before{content:"\f6d4"}.ti-columns-2:before{content:"\f6d5"}.ti-columns-3:before{content:"\f6d6"}.ti-columns-off:before{content:"\f0d4"}.ti-comet:before{content:"\ec76"}.ti-command:before{content:"\ea78"}.ti-command-off:before{content:"\f3d7"}.ti-compass:before{content:"\ea79"}.ti-compass-off:before{content:"\f0d5"}.ti-components:before{content:"\efa5"}.ti-components-off:before{content:"\f0d6"}.ti-cone:before{content:"\efdd"}.ti-cone-2:before{content:"\efdc"}.ti-cone-off:before{content:"\f3d8"}.ti-cone-plus:before{content:"\fa94"}.ti-confetti:before{content:"\ee46"}.ti-confetti-off:before{content:"\f3d9"}.ti-confucius:before{content:"\f58a"}.ti-congruent-to:before{content:"\ffa3"}.ti-container:before{content:"\ee47"}.ti-container-off:before{content:"\f107"}.ti-contract:before{content:"\fefb"}.ti-contrast:before{content:"\ec4e"}.ti-contrast-2:before{content:"\efc7"}.ti-contrast-2-off:before{content:"\f3da"}.ti-contrast-off:before{content:"\f3db"}.ti-cooker:before{content:"\f57a"}.ti-cookie:before{content:"\fdb1"}.ti-cookie-man:before{content:"\fdb2"}.ti-cookie-off:before{content:"\f0d7"}.ti-copy:before{content:"\ea7a"}.ti-copy-check:before{content:"\fdb0"}.ti-copy-minus:before{content:"\fdaf"}.ti-copy-off:before{content:"\f0d8"}.ti-copy-plus:before{content:"\fdae"}.ti-copy-x:before{content:"\fdad"}.ti-copyleft:before{content:"\ec3d"}.ti-copyleft-off:before{content:"\f0d9"}.ti-copyright:before{content:"\ea7b"}.ti-copyright-off:before{content:"\f0da"}.ti-corner-down-left:before{content:"\ea7c"}.ti-corner-down-left-double:before{content:"\ee48"}.ti-corner-down-right:before{content:"\ea7d"}.ti-corner-down-right-double:before{content:"\ee49"}.ti-corner-left-down:before{content:"\ea7e"}.ti-corner-left-down-double:before{content:"\ee4a"}.ti-corner-left-up:before{content:"\ea7f"}.ti-corner-left-up-double:before{content:"\ee4b"}.ti-corner-right-down:before{content:"\ea80"}.ti-corner-right-down-double:before{content:"\ee4c"}.ti-corner-right-up:before{content:"\ea81"}.ti-corner-right-up-double:before{content:"\ee4d"}.ti-corner-up-left:before{content:"\ea82"}.ti-corner-up-left-double:before{content:"\ee4e"}.ti-corner-up-right:before{content:"\ea83"}.ti-corner-up-right-double:before{content:"\ee4f"}.ti-cpu:before{content:"\ef8e"}.ti-cpu-2:before{content:"\f075"}.ti-cpu-off:before{content:"\f108"}.ti-crane:before{content:"\ef27"} -.ti-crane-off:before{content:"\f109"}.ti-creative-commons:before{content:"\efb3"}.ti-creative-commons-by:before{content:"\f21f"}.ti-creative-commons-nc:before{content:"\f220"}.ti-creative-commons-nd:before{content:"\f221"}.ti-creative-commons-off:before{content:"\f10a"}.ti-creative-commons-sa:before{content:"\f222"}.ti-creative-commons-zero:before{content:"\f223"}.ti-credit-card:before{content:"\ea84"}.ti-credit-card-off:before{content:"\ed11"}.ti-credit-card-pay:before{content:"\fd32"}.ti-credit-card-refund:before{content:"\fd33"}.ti-cricket:before{content:"\f09a"}.ti-crop:before{content:"\ea85"}.ti-crop-1-1:before{content:"\fd50"}.ti-crop-16-9:before{content:"\fd51"}.ti-crop-3-2:before{content:"\fd52"}.ti-crop-5-4:before{content:"\fd53"}.ti-crop-7-5:before{content:"\fd54"}.ti-crop-landscape:before{content:"\fd55"}.ti-crop-portrait:before{content:"\fd56"}.ti-cross:before{content:"\ef8f"}.ti-cross-off:before{content:"\f10b"}.ti-crosshair:before{content:"\ec3e"}.ti-crown:before{content:"\ed12"}.ti-crown-off:before{content:"\ee50"}.ti-crutches:before{content:"\ef5b"}.ti-crutches-off:before{content:"\f10c"}.ti-crystal-ball:before{content:"\f57b"}.ti-csv:before{content:"\f791"}.ti-cube:before{content:"\fa97"}.ti-cube-3d-sphere:before{content:"\ecd7"}.ti-cube-3d-sphere-off:before{content:"\f3b5"}.ti-cube-off:before{content:"\fa95"}.ti-cube-plus:before{content:"\fa96"}.ti-cube-send:before{content:"\f61b"}.ti-cube-spark:before{content:"\ffbb"}.ti-cube-unfolded:before{content:"\f61c"}.ti-cup:before{content:"\ef28"}.ti-cup-off:before{content:"\f10d"}.ti-curling:before{content:"\efc8"}.ti-curly-loop:before{content:"\ecda"}.ti-currency:before{content:"\efa6"}.ti-currency-afghani:before{content:"\f65e"}.ti-currency-bahraini:before{content:"\ee51"}.ti-currency-baht:before{content:"\f08a"}.ti-currency-bitcoin:before{content:"\ebab"}.ti-currency-cent:before{content:"\ee53"}.ti-currency-dinar:before{content:"\ee54"}.ti-currency-dirham:before{content:"\ee55"}.ti-currency-dogecoin:before{content:"\ef4b"}.ti-currency-dollar:before{content:"\eb84"}.ti-currency-dollar-australian:before{content:"\ee56"}.ti-currency-dollar-brunei:before{content:"\f36c"}.ti-currency-dollar-canadian:before{content:"\ee57"}.ti-currency-dollar-guyanese:before{content:"\f36d"}.ti-currency-dollar-off:before{content:"\f3dc"}.ti-currency-dollar-singapore:before{content:"\ee58"}.ti-currency-dollar-zimbabwean:before{content:"\f36e"}.ti-currency-dong:before{content:"\f36f"}.ti-currency-dram:before{content:"\f370"}.ti-currency-ethereum:before{content:"\ee59"}.ti-currency-euro:before{content:"\eb85"}.ti-currency-euro-off:before{content:"\f3dd"}.ti-currency-florin:before{content:"\faf5"}.ti-currency-forint:before{content:"\ee5a"}.ti-currency-frank:before{content:"\ee5b"}.ti-currency-guarani:before{content:"\f371"}.ti-currency-hryvnia:before{content:"\f372"} -.ti-currency-iranian-rial:before{content:"\fa58"}.ti-currency-kip:before{content:"\f373"}.ti-currency-krone-czech:before{content:"\ee5c"}.ti-currency-krone-danish:before{content:"\ee5d"}.ti-currency-krone-swedish:before{content:"\ee5e"}.ti-currency-lari:before{content:"\f374"}.ti-currency-leu:before{content:"\ee5f"}.ti-currency-lira:before{content:"\ee60"}.ti-currency-litecoin:before{content:"\ee61"}.ti-currency-lyd:before{content:"\f375"}.ti-currency-manat:before{content:"\f376"}.ti-currency-monero:before{content:"\f377"}.ti-currency-naira:before{content:"\ee62"}.ti-currency-nano:before{content:"\f7a6"}.ti-currency-off:before{content:"\f3de"}.ti-currency-paanga:before{content:"\f378"}.ti-currency-peso:before{content:"\f65f"}.ti-currency-pound:before{content:"\ebac"}.ti-currency-pound-off:before{content:"\f3df"}.ti-currency-quetzal:before{content:"\f379"}.ti-currency-real:before{content:"\ee63"}.ti-currency-renminbi:before{content:"\ee64"}.ti-currency-ripple:before{content:"\ee65"}.ti-currency-riyal:before{content:"\ee66"}.ti-currency-rubel:before{content:"\ee67"}.ti-currency-rufiyaa:before{content:"\f37a"}.ti-currency-rupee:before{content:"\ebad"}.ti-currency-rupee-nepalese:before{content:"\f37b"}.ti-currency-shekel:before{content:"\ee68"}.ti-currency-solana:before{content:"\f4a1"}.ti-currency-som:before{content:"\f37c"}.ti-currency-taka:before{content:"\ee69"}.ti-currency-tenge:before{content:"\f37d"}.ti-currency-tugrik:before{content:"\ee6a"}.ti-currency-won:before{content:"\ee6b"}.ti-currency-xrp:before{content:"\fd34"}.ti-currency-yen:before{content:"\ebae"}.ti-currency-yen-off:before{content:"\f3e0"}.ti-currency-yuan:before{content:"\f29a"}.ti-currency-zloty:before{content:"\ee6c"}.ti-current-location:before{content:"\ecef"}.ti-current-location-off:before{content:"\f10e"}.ti-cursor-off:before{content:"\f10f"}.ti-cursor-text:before{content:"\ee6d"}.ti-cut:before{content:"\ea86"}.ti-cylinder:before{content:"\f54c"}.ti-cylinder-off:before{content:"\fa98"}.ti-cylinder-plus:before{content:"\fa99"}.ti-dashboard:before{content:"\ea87"}.ti-dashboard-off:before{content:"\f3e1"}.ti-database:before{content:"\ea88"}.ti-database-cog:before{content:"\fa10"}.ti-database-dollar:before{content:"\fa11"}.ti-database-edit:before{content:"\fa12"}.ti-database-exclamation:before{content:"\fa13"}.ti-database-export:before{content:"\ee6e"}.ti-database-heart:before{content:"\fa14"}.ti-database-import:before{content:"\ee6f"}.ti-database-leak:before{content:"\fa15"}.ti-database-minus:before{content:"\fa16"}.ti-database-off:before{content:"\ee70"}.ti-database-plus:before{content:"\fa17"}.ti-database-search:before{content:"\fa18"}.ti-database-share:before{content:"\fa19"}.ti-database-smile:before{content:"\fd9b"}.ti-database-star:before{content:"\fa1a"}.ti-database-x:before{content:"\fa1b"}.ti-decimal:before{content:"\fa26"} -.ti-deer:before{content:"\f4c5"}.ti-delta:before{content:"\f53c"}.ti-dental:before{content:"\f025"}.ti-dental-broken:before{content:"\f286"}.ti-dental-off:before{content:"\f110"}.ti-deselect:before{content:"\f9f3"}.ti-desk:before{content:"\fd35"}.ti-details:before{content:"\ee71"}.ti-details-off:before{content:"\f3e2"}.ti-device-airpods:before{content:"\f5a9"}.ti-device-airpods-case:before{content:"\f646"}.ti-device-airtag:before{content:"\fae6"}.ti-device-analytics:before{content:"\ee72"}.ti-device-audio-tape:before{content:"\ee73"}.ti-device-camera-phone:before{content:"\f233"}.ti-device-cctv:before{content:"\ee74"}.ti-device-cctv-off:before{content:"\f3e3"}.ti-device-computer-camera:before{content:"\ee76"}.ti-device-computer-camera-off:before{content:"\ee75"}.ti-device-desktop:before{content:"\ea89"}.ti-device-desktop-analytics:before{content:"\ee77"}.ti-device-desktop-bolt:before{content:"\f85e"}.ti-device-desktop-cancel:before{content:"\f85f"}.ti-device-desktop-check:before{content:"\f860"}.ti-device-desktop-code:before{content:"\f861"}.ti-device-desktop-cog:before{content:"\f862"}.ti-device-desktop-dollar:before{content:"\f863"}.ti-device-desktop-down:before{content:"\f864"}.ti-device-desktop-exclamation:before{content:"\f865"}.ti-device-desktop-heart:before{content:"\f866"}.ti-device-desktop-minus:before{content:"\f867"}.ti-device-desktop-off:before{content:"\ee78"}.ti-device-desktop-pause:before{content:"\f868"}.ti-device-desktop-pin:before{content:"\f869"}.ti-device-desktop-plus:before{content:"\f86a"}.ti-device-desktop-question:before{content:"\f86b"}.ti-device-desktop-search:before{content:"\f86c"}.ti-device-desktop-share:before{content:"\f86d"}.ti-device-desktop-star:before{content:"\f86e"}.ti-device-desktop-up:before{content:"\f86f"}.ti-device-desktop-x:before{content:"\f870"}.ti-device-floppy:before{content:"\eb62"}.ti-device-gamepad:before{content:"\eb63"}.ti-device-gamepad-2:before{content:"\f1d2"}.ti-device-gamepad-3:before{content:"\fc58"}.ti-device-heart-monitor:before{content:"\f060"}.ti-device-imac:before{content:"\f7a7"}.ti-device-imac-bolt:before{content:"\f871"}.ti-device-imac-cancel:before{content:"\f872"}.ti-device-imac-check:before{content:"\f873"}.ti-device-imac-code:before{content:"\f874"}.ti-device-imac-cog:before{content:"\f875"}.ti-device-imac-dollar:before{content:"\f876"}.ti-device-imac-down:before{content:"\f877"}.ti-device-imac-exclamation:before{content:"\f878"}.ti-device-imac-heart:before{content:"\f879"}.ti-device-imac-minus:before{content:"\f87a"}.ti-device-imac-off:before{content:"\f87b"}.ti-device-imac-pause:before{content:"\f87c"}.ti-device-imac-pin:before{content:"\f87d"}.ti-device-imac-plus:before{content:"\f87e"}.ti-device-imac-question:before{content:"\f87f"}.ti-device-imac-search:before{content:"\f880"}.ti-device-imac-share:before{content:"\f881"}.ti-device-imac-star:before{content:"\f882"}.ti-device-imac-up:before{content:"\f883"} -.ti-device-imac-x:before{content:"\f884"}.ti-device-ipad:before{content:"\f648"}.ti-device-ipad-bolt:before{content:"\f885"}.ti-device-ipad-cancel:before{content:"\f886"}.ti-device-ipad-check:before{content:"\f887"}.ti-device-ipad-code:before{content:"\f888"}.ti-device-ipad-cog:before{content:"\f889"}.ti-device-ipad-dollar:before{content:"\f88a"}.ti-device-ipad-down:before{content:"\f88b"}.ti-device-ipad-exclamation:before{content:"\f88c"}.ti-device-ipad-heart:before{content:"\f88d"}.ti-device-ipad-horizontal:before{content:"\f647"}.ti-device-ipad-horizontal-bolt:before{content:"\f88e"}.ti-device-ipad-horizontal-cancel:before{content:"\f88f"}.ti-device-ipad-horizontal-check:before{content:"\f890"}.ti-device-ipad-horizontal-code:before{content:"\f891"}.ti-device-ipad-horizontal-cog:before{content:"\f892"}.ti-device-ipad-horizontal-dollar:before{content:"\f893"}.ti-device-ipad-horizontal-down:before{content:"\f894"}.ti-device-ipad-horizontal-exclamation:before{content:"\f895"}.ti-device-ipad-horizontal-heart:before{content:"\f896"}.ti-device-ipad-horizontal-minus:before{content:"\f897"}.ti-device-ipad-horizontal-off:before{content:"\f898"}.ti-device-ipad-horizontal-pause:before{content:"\f899"}.ti-device-ipad-horizontal-pin:before{content:"\f89a"}.ti-device-ipad-horizontal-plus:before{content:"\f89b"}.ti-device-ipad-horizontal-question:before{content:"\f89c"}.ti-device-ipad-horizontal-search:before{content:"\f89d"}.ti-device-ipad-horizontal-share:before{content:"\f89e"}.ti-device-ipad-horizontal-star:before{content:"\f89f"}.ti-device-ipad-horizontal-up:before{content:"\f8a0"}.ti-device-ipad-horizontal-x:before{content:"\f8a1"}.ti-device-ipad-minus:before{content:"\f8a2"}.ti-device-ipad-off:before{content:"\f8a3"}.ti-device-ipad-pause:before{content:"\f8a4"}.ti-device-ipad-pin:before{content:"\f8a5"}.ti-device-ipad-plus:before{content:"\f8a6"}.ti-device-ipad-question:before{content:"\f8a7"}.ti-device-ipad-search:before{content:"\f8a8"}.ti-device-ipad-share:before{content:"\f8a9"}.ti-device-ipad-star:before{content:"\f8aa"}.ti-device-ipad-up:before{content:"\f8ab"}.ti-device-ipad-x:before{content:"\f8ac"}.ti-device-landline-phone:before{content:"\f649"}.ti-device-laptop:before{content:"\eb64"}.ti-device-laptop-off:before{content:"\f061"}.ti-device-mobile:before{content:"\ea8a"}.ti-device-mobile-bolt:before{content:"\f8ad"}.ti-device-mobile-cancel:before{content:"\f8ae"}.ti-device-mobile-charging:before{content:"\f224"}.ti-device-mobile-check:before{content:"\f8af"}.ti-device-mobile-code:before{content:"\f8b0"}.ti-device-mobile-cog:before{content:"\f8b1"}.ti-device-mobile-dollar:before{content:"\f8b2"}.ti-device-mobile-down:before{content:"\f8b3"}.ti-device-mobile-exclamation:before{content:"\f8b4"}.ti-device-mobile-heart:before{content:"\f8b5"}.ti-device-mobile-message:before{content:"\ee79"}.ti-device-mobile-minus:before{content:"\f8b6"}.ti-device-mobile-off:before{content:"\f062"}.ti-device-mobile-pause:before{content:"\f8b7"}.ti-device-mobile-pin:before{content:"\f8b8"} -.ti-device-mobile-plus:before{content:"\f8b9"}.ti-device-mobile-question:before{content:"\f8ba"}.ti-device-mobile-rotated:before{content:"\ecdb"}.ti-device-mobile-search:before{content:"\f8bb"}.ti-device-mobile-share:before{content:"\f8bc"}.ti-device-mobile-star:before{content:"\f8bd"}.ti-device-mobile-up:before{content:"\f8be"}.ti-device-mobile-vibration:before{content:"\eb86"}.ti-device-mobile-x:before{content:"\f8bf"}.ti-device-nintendo:before{content:"\f026"}.ti-device-nintendo-off:before{content:"\f111"}.ti-device-projector:before{content:"\fc11"}.ti-device-remote:before{content:"\f792"}.ti-device-sd-card:before{content:"\f384"}.ti-device-sim:before{content:"\f4b2"}.ti-device-sim-1:before{content:"\f4af"}.ti-device-sim-2:before{content:"\f4b0"}.ti-device-sim-3:before{content:"\f4b1"}.ti-device-speaker:before{content:"\ea8b"}.ti-device-speaker-off:before{content:"\f112"}.ti-device-tablet:before{content:"\ea8c"}.ti-device-tablet-bolt:before{content:"\f8c0"}.ti-device-tablet-cancel:before{content:"\f8c1"}.ti-device-tablet-check:before{content:"\f8c2"}.ti-device-tablet-code:before{content:"\f8c3"}.ti-device-tablet-cog:before{content:"\f8c4"}.ti-device-tablet-dollar:before{content:"\f8c5"}.ti-device-tablet-down:before{content:"\f8c6"}.ti-device-tablet-exclamation:before{content:"\f8c7"}.ti-device-tablet-heart:before{content:"\f8c8"}.ti-device-tablet-minus:before{content:"\f8c9"}.ti-device-tablet-off:before{content:"\f063"}.ti-device-tablet-pause:before{content:"\f8ca"}.ti-device-tablet-pin:before{content:"\f8cb"}.ti-device-tablet-plus:before{content:"\f8cc"}.ti-device-tablet-question:before{content:"\f8cd"}.ti-device-tablet-search:before{content:"\f8ce"}.ti-device-tablet-share:before{content:"\f8cf"}.ti-device-tablet-star:before{content:"\f8d0"}.ti-device-tablet-up:before{content:"\f8d1"}.ti-device-tablet-x:before{content:"\f8d2"}.ti-device-tv:before{content:"\ea8d"}.ti-device-tv-off:before{content:"\f064"}.ti-device-tv-old:before{content:"\f1d3"}.ti-device-unknown:before{content:"\fef4"}.ti-device-usb:before{content:"\fc59"}.ti-device-vision-pro:before{content:"\fae7"}.ti-device-watch:before{content:"\ebf9"}.ti-device-watch-bolt:before{content:"\f8d3"}.ti-device-watch-cancel:before{content:"\f8d4"}.ti-device-watch-check:before{content:"\f8d5"}.ti-device-watch-code:before{content:"\f8d6"}.ti-device-watch-cog:before{content:"\f8d7"}.ti-device-watch-dollar:before{content:"\f8d8"}.ti-device-watch-down:before{content:"\f8d9"}.ti-device-watch-exclamation:before{content:"\f8da"}.ti-device-watch-heart:before{content:"\f8db"}.ti-device-watch-minus:before{content:"\f8dc"}.ti-device-watch-off:before{content:"\f065"}.ti-device-watch-pause:before{content:"\f8dd"}.ti-device-watch-pin:before{content:"\f8de"}.ti-device-watch-plus:before{content:"\f8df"}.ti-device-watch-question:before{content:"\f8e0"}.ti-device-watch-search:before{content:"\f8e1"}.ti-device-watch-share:before{content:"\f8e2"} -.ti-device-watch-star:before{content:"\f8e3"}.ti-device-watch-stats:before{content:"\ef7d"}.ti-device-watch-stats-2:before{content:"\ef7c"}.ti-device-watch-up:before{content:"\f8e4"}.ti-device-watch-x:before{content:"\f8e5"}.ti-devices:before{content:"\eb87"}.ti-devices-2:before{content:"\ed29"}.ti-devices-bolt:before{content:"\f8e6"}.ti-devices-cancel:before{content:"\f8e7"}.ti-devices-check:before{content:"\f8e8"}.ti-devices-code:before{content:"\f8e9"}.ti-devices-cog:before{content:"\f8ea"}.ti-devices-dollar:before{content:"\f8eb"}.ti-devices-down:before{content:"\f8ec"}.ti-devices-exclamation:before{content:"\f8ed"}.ti-devices-heart:before{content:"\f8ee"}.ti-devices-minus:before{content:"\f8ef"}.ti-devices-off:before{content:"\f3e4"}.ti-devices-pause:before{content:"\f8f0"}.ti-devices-pc:before{content:"\ee7a"}.ti-devices-pc-off:before{content:"\f113"}.ti-devices-pin:before{content:"\f8f1"}.ti-devices-plus:before{content:"\f8f2"}.ti-devices-question:before{content:"\f8f3"}.ti-devices-search:before{content:"\f8f4"}.ti-devices-share:before{content:"\f8f5"}.ti-devices-star:before{content:"\f8f6"}.ti-devices-up:before{content:"\f8f7"}.ti-devices-x:before{content:"\f8f8"}.ti-diabolo:before{content:"\fa9c"}.ti-diabolo-off:before{content:"\fa9a"}.ti-diabolo-plus:before{content:"\fa9b"}.ti-dialpad:before{content:"\f067"}.ti-dialpad-off:before{content:"\f114"}.ti-diamond:before{content:"\eb65"}.ti-diamond-off:before{content:"\f115"}.ti-diamonds:before{content:"\eff5"}.ti-diaper:before{content:"\ffa2"}.ti-dice:before{content:"\eb66"}.ti-dice-1:before{content:"\f08b"}.ti-dice-2:before{content:"\f08c"}.ti-dice-3:before{content:"\f08d"}.ti-dice-4:before{content:"\f08e"}.ti-dice-5:before{content:"\f08f"}.ti-dice-6:before{content:"\f090"}.ti-dimensions:before{content:"\ee7b"}.ti-direction:before{content:"\ebfb"}.ti-direction-arrows:before{content:"\fd36"}.ti-direction-horizontal:before{content:"\ebfa"}.ti-direction-sign:before{content:"\f1f7"}.ti-direction-sign-off:before{content:"\f3e5"}.ti-directions:before{content:"\ea8e"}.ti-directions-off:before{content:"\f116"}.ti-disabled:before{content:"\ea8f"}.ti-disabled-2:before{content:"\ebaf"}.ti-disabled-off:before{content:"\f117"}.ti-disc:before{content:"\ea90"}.ti-disc-golf:before{content:"\f385"}.ti-disc-off:before{content:"\f118"}.ti-discount:before{content:"\ebbd"}.ti-discount-off:before{content:"\f3e7"}.ti-divide:before{content:"\ed5c"}.ti-dna:before{content:"\ee7d"}.ti-dna-2:before{content:"\ef5c"}.ti-dna-2-off:before{content:"\f119"}.ti-dna-off:before{content:"\f11a"}.ti-dog:before{content:"\f660"}.ti-dog-bowl:before{content:"\ef29"}.ti-door:before{content:"\ef4e"}.ti-door-enter:before{content:"\ef4c"}.ti-door-exit:before{content:"\ef4d"} -.ti-door-off:before{content:"\f11b"}.ti-dots:before{content:"\ea95"}.ti-dots-circle-horizontal:before{content:"\ea91"}.ti-dots-diagonal:before{content:"\ea93"}.ti-dots-diagonal-2:before{content:"\ea92"}.ti-dots-vertical:before{content:"\ea94"}.ti-download:before{content:"\ea96"}.ti-download-off:before{content:"\f11c"}.ti-drag-drop:before{content:"\eb89"}.ti-drag-drop-2:before{content:"\eb88"}.ti-drone:before{content:"\ed79"}.ti-drone-off:before{content:"\ee7e"}.ti-drop-circle:before{content:"\efde"}.ti-droplet:before{content:"\ea97"}.ti-droplet-bolt:before{content:"\f8f9"}.ti-droplet-cancel:before{content:"\f8fa"}.ti-droplet-check:before{content:"\f8fb"}.ti-droplet-code:before{content:"\f8fc"}.ti-droplet-cog:before{content:"\f8fd"}.ti-droplet-dollar:before{content:"\f8fe"}.ti-droplet-down:before{content:"\f8ff"}.ti-droplet-exclamation:before{content:"\f900"}.ti-droplet-half:before{content:"\ee82"}.ti-droplet-half-2:before{content:"\ee81"}.ti-droplet-heart:before{content:"\f901"}.ti-droplet-minus:before{content:"\f902"}.ti-droplet-off:before{content:"\ee83"}.ti-droplet-pause:before{content:"\f903"}.ti-droplet-pin:before{content:"\f904"}.ti-droplet-plus:before{content:"\f905"}.ti-droplet-question:before{content:"\f906"}.ti-droplet-search:before{content:"\f907"}.ti-droplet-share:before{content:"\f908"}.ti-droplet-star:before{content:"\f909"}.ti-droplet-up:before{content:"\f90a"}.ti-droplet-x:before{content:"\f90b"}.ti-droplets:before{content:"\fc12"}.ti-dual-screen:before{content:"\fa59"}.ti-dumpling:before{content:"\feb5"}.ti-e-passport:before{content:"\f4df"}.ti-ear:before{content:"\ebce"}.ti-ear-off:before{content:"\ee84"}.ti-ear-scan:before{content:"\fd57"}.ti-ease-in:before{content:"\f573"}.ti-ease-in-control-point:before{content:"\f570"}.ti-ease-in-out:before{content:"\f572"}.ti-ease-in-out-control-points:before{content:"\f571"}.ti-ease-out:before{content:"\f575"}.ti-ease-out-control-point:before{content:"\f574"}.ti-edit:before{content:"\ea98"}.ti-edit-circle:before{content:"\ee85"}.ti-edit-circle-off:before{content:"\f11d"}.ti-edit-off:before{content:"\f11e"}.ti-egg:before{content:"\eb8a"}.ti-egg-cracked:before{content:"\f2d6"}.ti-egg-fried:before{content:"\f386"}.ti-egg-off:before{content:"\f11f"}.ti-eggs:before{content:"\f500"}.ti-elevator:before{content:"\efdf"}.ti-elevator-off:before{content:"\f3e8"}.ti-emergency-bed:before{content:"\ef5d"}.ti-empathize:before{content:"\f29b"}.ti-empathize-off:before{content:"\f3e9"}.ti-emphasis:before{content:"\ebcf"}.ti-engine:before{content:"\ef7e"}.ti-engine-off:before{content:"\f120"}.ti-equal:before{content:"\ee87"}.ti-equal-double:before{content:"\f4e1"}.ti-equal-not:before{content:"\ee86"}.ti-eraser:before{content:"\eb8b"}.ti-eraser-off:before{content:"\f121"} -.ti-error-404:before{content:"\f027"}.ti-error-404-off:before{content:"\f122"}.ti-escalator:before{content:"\fb06"}.ti-escalator-down:before{content:"\fb04"}.ti-escalator-up:before{content:"\fb05"}.ti-exchange:before{content:"\ebe7"}.ti-exchange-off:before{content:"\f123"}.ti-exclamation-circle:before{content:"\f634"}.ti-exclamation-mark:before{content:"\efb4"}.ti-exclamation-mark-off:before{content:"\f124"}.ti-explicit:before{content:"\f256"}.ti-explicit-off:before{content:"\f3ea"}.ti-exposure:before{content:"\eb8c"}.ti-exposure-0:before{content:"\f29c"}.ti-exposure-minus-1:before{content:"\f29d"}.ti-exposure-minus-2:before{content:"\f29e"}.ti-exposure-off:before{content:"\f3eb"}.ti-exposure-plus-1:before{content:"\f29f"}.ti-exposure-plus-2:before{content:"\f2a0"}.ti-external-link:before{content:"\ea99"}.ti-external-link-off:before{content:"\f125"}.ti-eye:before{content:"\ea9a"}.ti-eye-bitcoin:before{content:"\ff3d"}.ti-eye-bolt:before{content:"\fb6d"}.ti-eye-cancel:before{content:"\fb6e"}.ti-eye-check:before{content:"\ee88"}.ti-eye-closed:before{content:"\f7ec"}.ti-eye-code:before{content:"\fb6f"}.ti-eye-cog:before{content:"\f7ed"}.ti-eye-discount:before{content:"\fb70"}.ti-eye-dollar:before{content:"\fb71"}.ti-eye-dotted:before{content:"\fead"}.ti-eye-down:before{content:"\fb72"}.ti-eye-edit:before{content:"\f7ee"}.ti-eye-exclamation:before{content:"\f7ef"}.ti-eye-heart:before{content:"\f7f0"}.ti-eye-minus:before{content:"\fb73"}.ti-eye-off:before{content:"\ecf0"}.ti-eye-pause:before{content:"\fb74"}.ti-eye-pin:before{content:"\fb75"}.ti-eye-plus:before{content:"\fb76"}.ti-eye-question:before{content:"\fb77"}.ti-eye-search:before{content:"\fb78"}.ti-eye-share:before{content:"\fb79"}.ti-eye-spark:before{content:"\ffba"}.ti-eye-star:before{content:"\fb7a"}.ti-eye-table:before{content:"\ef5e"}.ti-eye-up:before{content:"\fb7b"}.ti-eye-x:before{content:"\f7f1"}.ti-eyeglass:before{content:"\ee8a"}.ti-eyeglass-2:before{content:"\ee89"}.ti-eyeglass-off:before{content:"\f126"}.ti-face-id:before{content:"\ea9b"}.ti-face-id-error:before{content:"\efa7"}.ti-face-mask:before{content:"\efb5"}.ti-face-mask-off:before{content:"\f127"}.ti-fall:before{content:"\ecb9"}.ti-favicon:before{content:"\fd65"}.ti-feather:before{content:"\ee8b"}.ti-feather-off:before{content:"\f128"}.ti-fence:before{content:"\ef2a"}.ti-fence-off:before{content:"\f129"}.ti-ferry:before{content:"\10074"}.ti-fidget-spinner:before{content:"\f068"}.ti-file:before{content:"\eaa4"}.ti-file-3d:before{content:"\f032"}.ti-file-ai:before{content:"\ffa1"}.ti-file-alert:before{content:"\ede6"}.ti-file-analytics:before{content:"\ede7"}.ti-file-arrow-left:before{content:"\f033"}.ti-file-arrow-right:before{content:"\f034"}.ti-file-barcode:before{content:"\f035"} -.ti-file-bitcoin:before{content:"\ffa0"}.ti-file-broken:before{content:"\f501"}.ti-file-certificate:before{content:"\ed4d"}.ti-file-chart:before{content:"\f036"}.ti-file-check:before{content:"\ea9c"}.ti-file-code:before{content:"\ebd0"}.ti-file-code-2:before{content:"\ede8"}.ti-file-cv:before{content:"\fa5a"}.ti-file-database:before{content:"\f037"}.ti-file-delta:before{content:"\f53d"}.ti-file-description:before{content:"\f028"}.ti-file-diff:before{content:"\ecf1"}.ti-file-digit:before{content:"\efa8"}.ti-file-dislike:before{content:"\ed2a"}.ti-file-dollar:before{content:"\efe0"}.ti-file-dots:before{content:"\f038"}.ti-file-download:before{content:"\ea9d"}.ti-file-euro:before{content:"\efe1"}.ti-file-excel:before{content:"\fef3"}.ti-file-export:before{content:"\ede9"}.ti-file-function:before{content:"\f53e"}.ti-file-horizontal:before{content:"\ebb0"}.ti-file-import:before{content:"\edea"}.ti-file-infinity:before{content:"\f502"}.ti-file-info:before{content:"\edec"}.ti-file-invoice:before{content:"\eb67"}.ti-file-isr:before{content:"\feac"}.ti-file-lambda:before{content:"\f53f"}.ti-file-like:before{content:"\ed2b"}.ti-file-minus:before{content:"\ea9e"}.ti-file-music:before{content:"\ea9f"}.ti-file-neutral:before{content:"\fd22"}.ti-file-off:before{content:"\ecf2"}.ti-file-orientation:before{content:"\f2a1"}.ti-file-pencil:before{content:"\f039"}.ti-file-percent:before{content:"\f540"}.ti-file-phone:before{content:"\ecdc"}.ti-file-plus:before{content:"\eaa0"}.ti-file-power:before{content:"\f03a"}.ti-file-report:before{content:"\eded"}.ti-file-rss:before{content:"\f03b"}.ti-file-sad:before{content:"\fd23"}.ti-file-scissors:before{content:"\f03c"}.ti-file-search:before{content:"\ed5d"}.ti-file-settings:before{content:"\f029"}.ti-file-shredder:before{content:"\eaa1"}.ti-file-signal:before{content:"\f03d"}.ti-file-smile:before{content:"\fd24"}.ti-file-spark:before{content:"\ffb9"}.ti-file-spreadsheet:before{content:"\f03e"}.ti-file-stack:before{content:"\f503"}.ti-file-star:before{content:"\f03f"}.ti-file-symlink:before{content:"\ed53"}.ti-file-text:before{content:"\eaa2"}.ti-file-text-ai:before{content:"\fa27"}.ti-file-text-spark:before{content:"\ffb8"}.ti-file-time:before{content:"\f040"}.ti-file-type-bmp:before{content:"\fb07"}.ti-file-type-css:before{content:"\fb08"}.ti-file-type-csv:before{content:"\fb09"}.ti-file-type-doc:before{content:"\fb0a"}.ti-file-type-docx:before{content:"\fb0b"}.ti-file-type-html:before{content:"\fb0c"}.ti-file-type-jpg:before{content:"\fb0d"}.ti-file-type-js:before{content:"\fb0e"}.ti-file-type-jsx:before{content:"\fb0f"}.ti-file-type-pdf:before{content:"\fb10"}.ti-file-type-php:before{content:"\fb11"}.ti-file-type-png:before{content:"\fb12"}.ti-file-type-ppt:before{content:"\fb13"}.ti-file-type-rs:before{content:"\fb14"} -.ti-file-type-sql:before{content:"\fb15"}.ti-file-type-svg:before{content:"\fb16"}.ti-file-type-ts:before{content:"\fb17"}.ti-file-type-tsx:before{content:"\fb18"}.ti-file-type-txt:before{content:"\fb19"}.ti-file-type-vue:before{content:"\fb1a"}.ti-file-type-xls:before{content:"\fb1b"}.ti-file-type-xml:before{content:"\fb1c"}.ti-file-type-zip:before{content:"\fb1d"}.ti-file-typography:before{content:"\f041"}.ti-file-unknown:before{content:"\f042"}.ti-file-upload:before{content:"\ec91"}.ti-file-vector:before{content:"\f043"}.ti-file-word:before{content:"\fef2"}.ti-file-x:before{content:"\eaa3"}.ti-file-zip:before{content:"\ed4e"}.ti-files:before{content:"\edef"}.ti-files-off:before{content:"\edee"}.ti-filter:before{content:"\eaa5"}.ti-filter-bolt:before{content:"\fb7c"}.ti-filter-cancel:before{content:"\fb7d"}.ti-filter-check:before{content:"\fb7e"}.ti-filter-code:before{content:"\fb7f"}.ti-filter-cog:before{content:"\f9fe"}.ti-filter-discount:before{content:"\fb80"}.ti-filter-dollar:before{content:"\f9ff"}.ti-filter-down:before{content:"\fb81"}.ti-filter-edit:before{content:"\fa00"}.ti-filter-exclamation:before{content:"\fb82"}.ti-filter-heart:before{content:"\fb83"}.ti-filter-minus:before{content:"\fa01"}.ti-filter-off:before{content:"\ed2c"}.ti-filter-pause:before{content:"\fb84"}.ti-filter-pin:before{content:"\fb85"}.ti-filter-plus:before{content:"\fa02"}.ti-filter-question:before{content:"\fb86"}.ti-filter-search:before{content:"\fb87"}.ti-filter-share:before{content:"\fb88"}.ti-filter-star:before{content:"\fa03"}.ti-filter-up:before{content:"\fb89"}.ti-filter-x:before{content:"\fa04"}.ti-filters:before{content:"\f793"}.ti-fingerprint:before{content:"\ebd1"}.ti-fingerprint-off:before{content:"\f12a"}.ti-fingerprint-scan:before{content:"\fcb5"}.ti-fire-extinguisher:before{content:"\faf6"}.ti-fire-hydrant:before{content:"\f3a9"}.ti-fire-hydrant-off:before{content:"\f3ec"}.ti-firetruck:before{content:"\ebe8"}.ti-first-aid-kit:before{content:"\ef5f"}.ti-first-aid-kit-off:before{content:"\f3ed"}.ti-fish:before{content:"\ef2b"}.ti-fish-bone:before{content:"\f287"}.ti-fish-christianity:before{content:"\f58b"}.ti-fish-hook:before{content:"\f1f9"}.ti-fish-hook-off:before{content:"\f3ee"}.ti-fish-off:before{content:"\f12b"}.ti-flag:before{content:"\eaa6"}.ti-flag-2:before{content:"\ee8c"}.ti-flag-2-off:before{content:"\f12c"}.ti-flag-3:before{content:"\ee8d"}.ti-flag-bitcoin:before{content:"\ff3c"}.ti-flag-bolt:before{content:"\fb8a"}.ti-flag-cancel:before{content:"\fb8b"}.ti-flag-check:before{content:"\fb8c"}.ti-flag-code:before{content:"\fb8d"}.ti-flag-cog:before{content:"\fb8e"}.ti-flag-discount:before{content:"\fb8f"}.ti-flag-dollar:before{content:"\fb90"}.ti-flag-down:before{content:"\fb91"}.ti-flag-exclamation:before{content:"\fb92"} -.ti-flag-heart:before{content:"\fb93"}.ti-flag-minus:before{content:"\fb94"}.ti-flag-off:before{content:"\f12d"}.ti-flag-pause:before{content:"\fb95"}.ti-flag-pin:before{content:"\fb96"}.ti-flag-plus:before{content:"\fb97"}.ti-flag-question:before{content:"\fb98"}.ti-flag-search:before{content:"\fb99"}.ti-flag-share:before{content:"\fb9a"}.ti-flag-spark:before{content:"\ffb7"}.ti-flag-star:before{content:"\fb9b"}.ti-flag-up:before{content:"\fb9c"}.ti-flag-x:before{content:"\fb9d"}.ti-flame:before{content:"\ec2c"}.ti-flame-off:before{content:"\f12e"}.ti-flare:before{content:"\ee8e"}.ti-flask:before{content:"\ebd2"}.ti-flask-2:before{content:"\ef60"}.ti-flask-2-off:before{content:"\f12f"}.ti-flask-off:before{content:"\f130"}.ti-flip-flops:before{content:"\f564"}.ti-flip-horizontal:before{content:"\eaa7"}.ti-flip-vertical:before{content:"\eaa8"}.ti-float-center:before{content:"\ebb1"}.ti-float-left:before{content:"\ebb2"}.ti-float-none:before{content:"\ed13"}.ti-float-right:before{content:"\ebb3"}.ti-flower:before{content:"\eff6"}.ti-flower-off:before{content:"\f131"}.ti-focus:before{content:"\eb8d"}.ti-focus-2:before{content:"\ebd3"}.ti-focus-auto:before{content:"\fa62"}.ti-focus-centered:before{content:"\f02a"}.ti-fold:before{content:"\ed56"}.ti-fold-down:before{content:"\ed54"}.ti-fold-up:before{content:"\ed55"}.ti-folder:before{content:"\eaad"}.ti-folder-bolt:before{content:"\f90c"}.ti-folder-cancel:before{content:"\f90d"}.ti-folder-check:before{content:"\f90e"}.ti-folder-code:before{content:"\f90f"}.ti-folder-cog:before{content:"\f910"}.ti-folder-dollar:before{content:"\f911"}.ti-folder-down:before{content:"\f912"}.ti-folder-exclamation:before{content:"\f913"}.ti-folder-heart:before{content:"\f914"}.ti-folder-minus:before{content:"\eaaa"}.ti-folder-off:before{content:"\ed14"}.ti-folder-open:before{content:"\faf7"}.ti-folder-pause:before{content:"\f915"}.ti-folder-pin:before{content:"\f916"}.ti-folder-plus:before{content:"\eaab"}.ti-folder-question:before{content:"\f917"}.ti-folder-root:before{content:"\fd43"}.ti-folder-search:before{content:"\f918"}.ti-folder-share:before{content:"\f919"}.ti-folder-star:before{content:"\f91a"}.ti-folder-symlink:before{content:"\f91b"}.ti-folder-up:before{content:"\f91c"}.ti-folder-x:before{content:"\eaac"}.ti-folders:before{content:"\eaae"}.ti-folders-off:before{content:"\f133"}.ti-forbid:before{content:"\ebd5"}.ti-forbid-2:before{content:"\ebd4"}.ti-forklift:before{content:"\ebe9"}.ti-forms:before{content:"\ee8f"}.ti-fountain:before{content:"\f09b"}.ti-fountain-off:before{content:"\f134"}.ti-frame:before{content:"\eaaf"}.ti-frame-off:before{content:"\f135"}.ti-free-rights:before{content:"\efb6"}.ti-freeze-column:before{content:"\fa63"} -.ti-freeze-row:before{content:"\fa65"}.ti-freeze-row-column:before{content:"\fa64"}.ti-fridge:before{content:"\f1fa"}.ti-fridge-off:before{content:"\f3ef"}.ti-friends:before{content:"\eab0"}.ti-friends-off:before{content:"\f136"}.ti-frustum:before{content:"\fa9f"}.ti-frustum-off:before{content:"\fa9d"}.ti-frustum-plus:before{content:"\fa9e"}.ti-function:before{content:"\f225"}.ti-function-off:before{content:"\f3f0"}.ti-galaxy:before{content:"\fcb6"}.ti-garden-cart:before{content:"\f23e"}.ti-garden-cart-off:before{content:"\f3f1"}.ti-gas-station:before{content:"\ec7d"}.ti-gas-station-off:before{content:"\f137"}.ti-gauge:before{content:"\eab1"}.ti-gauge-off:before{content:"\f138"}.ti-gavel:before{content:"\ef90"}.ti-gender-agender:before{content:"\f0e1"}.ti-gender-androgyne:before{content:"\f0e2"}.ti-gender-bigender:before{content:"\f0e3"}.ti-gender-demiboy:before{content:"\f0e4"}.ti-gender-demigirl:before{content:"\f0e5"}.ti-gender-epicene:before{content:"\f0e6"}.ti-gender-female:before{content:"\f0e7"}.ti-gender-femme:before{content:"\f0e8"}.ti-gender-genderfluid:before{content:"\f0e9"}.ti-gender-genderless:before{content:"\f0ea"}.ti-gender-genderqueer:before{content:"\f0eb"}.ti-gender-hermaphrodite:before{content:"\f0ec"}.ti-gender-intergender:before{content:"\f0ed"}.ti-gender-male:before{content:"\f0ee"}.ti-gender-neutrois:before{content:"\f0ef"}.ti-gender-third:before{content:"\f0f0"}.ti-gender-transgender:before{content:"\f0f1"}.ti-gender-trasvesti:before{content:"\f0f2"}.ti-geometry:before{content:"\ee90"}.ti-ghost:before{content:"\eb8e"}.ti-ghost-2:before{content:"\f57c"}.ti-ghost-3:before{content:"\fc13"}.ti-ghost-off:before{content:"\f3f2"}.ti-gif:before{content:"\f257"}.ti-gift:before{content:"\eb68"}.ti-gift-card:before{content:"\f3aa"}.ti-gift-off:before{content:"\f3f3"}.ti-git-branch:before{content:"\eab2"}.ti-git-branch-deleted:before{content:"\f57d"}.ti-git-cherry-pick:before{content:"\f57e"}.ti-git-commit:before{content:"\eab3"}.ti-git-compare:before{content:"\eab4"}.ti-git-fork:before{content:"\eb8f"}.ti-git-merge:before{content:"\eab5"}.ti-git-pull-request:before{content:"\eab6"}.ti-git-pull-request-closed:before{content:"\ef7f"}.ti-git-pull-request-draft:before{content:"\efb7"}.ti-gizmo:before{content:"\f02b"}.ti-glass:before{content:"\eab8"}.ti-glass-champagne:before{content:"\fd9c"}.ti-glass-cocktail:before{content:"\fd9d"}.ti-glass-full:before{content:"\eab7"}.ti-glass-gin:before{content:"\fd9e"}.ti-glass-off:before{content:"\ee91"}.ti-globe:before{content:"\eab9"}.ti-globe-off:before{content:"\f139"}.ti-go-game:before{content:"\f512"}.ti-golf:before{content:"\ed8c"}.ti-golf-off:before{content:"\f13a"}.ti-gps:before{content:"\ed7a"}.ti-gradienter:before{content:"\f3ab"}.ti-grain:before{content:"\ee92"} -.ti-graph:before{content:"\f288"}.ti-graph-off:before{content:"\f3f4"}.ti-grave:before{content:"\f580"}.ti-grave-2:before{content:"\f57f"}.ti-grid-3x3:before{content:"\fca4"}.ti-grid-4x4:before{content:"\fca5"}.ti-grid-dots:before{content:"\eaba"}.ti-grid-goldenratio:before{content:"\fca6"}.ti-grid-pattern:before{content:"\efc9"}.ti-grid-scan:before{content:"\fca7"}.ti-grill:before{content:"\efa9"}.ti-grill-fork:before{content:"\f35b"}.ti-grill-off:before{content:"\f3f5"}.ti-grill-spatula:before{content:"\f35c"}.ti-grip-horizontal:before{content:"\ec00"}.ti-grip-vertical:before{content:"\ec01"}.ti-growth:before{content:"\ee93"}.ti-guitar-pick:before{content:"\f4c6"}.ti-gymnastics:before{content:"\fd44"}.ti-h-1:before{content:"\ec94"}.ti-h-2:before{content:"\ec95"}.ti-h-3:before{content:"\ec96"}.ti-h-4:before{content:"\ec97"}.ti-h-5:before{content:"\ec98"}.ti-h-6:before{content:"\ec99"}.ti-hammer:before{content:"\ef91"}.ti-hammer-off:before{content:"\f13c"}.ti-hand-click:before{content:"\ef4f"}.ti-hand-finger:before{content:"\ee94"}.ti-hand-finger-down:before{content:"\ff4f"}.ti-hand-finger-left:before{content:"\ff4e"}.ti-hand-finger-off:before{content:"\f13d"}.ti-hand-finger-right:before{content:"\ff4d"}.ti-hand-grab:before{content:"\f091"}.ti-hand-little-finger:before{content:"\ee95"}.ti-hand-love-you:before{content:"\ee97"}.ti-hand-middle-finger:before{content:"\ec2d"}.ti-hand-move:before{content:"\ef50"}.ti-hand-off:before{content:"\ed15"}.ti-hand-ring-finger:before{content:"\ee96"}.ti-hand-sanitizer:before{content:"\f5f4"}.ti-hand-stop:before{content:"\ec2e"}.ti-hand-three-fingers:before{content:"\ee98"}.ti-hand-two-fingers:before{content:"\ee99"}.ti-hanger:before{content:"\ee9a"}.ti-hanger-2:before{content:"\f09c"}.ti-hanger-off:before{content:"\f13e"}.ti-hash:before{content:"\eabc"}.ti-haze:before{content:"\efaa"}.ti-haze-moon:before{content:"\faf8"}.ti-hdr:before{content:"\fa7b"}.ti-heading:before{content:"\ee9b"}.ti-heading-off:before{content:"\f13f"}.ti-headphones:before{content:"\eabd"}.ti-headphones-off:before{content:"\ed1d"}.ti-headset:before{content:"\eb90"}.ti-headset-off:before{content:"\f3f6"}.ti-health-recognition:before{content:"\f1fb"}.ti-heart:before{content:"\eabe"}.ti-heart-bitcoin:before{content:"\ff3b"}.ti-heart-bolt:before{content:"\fb9e"}.ti-heart-broken:before{content:"\ecba"}.ti-heart-cancel:before{content:"\fb9f"}.ti-heart-check:before{content:"\fba0"}.ti-heart-code:before{content:"\fba1"}.ti-heart-cog:before{content:"\fba2"}.ti-heart-discount:before{content:"\fba3"}.ti-heart-dollar:before{content:"\fba4"}.ti-heart-down:before{content:"\fba5"}.ti-heart-exclamation:before{content:"\fba6"}.ti-heart-handshake:before{content:"\f0f3"}.ti-heart-minus:before{content:"\f140"} -.ti-heart-off:before{content:"\f141"}.ti-heart-pause:before{content:"\fba7"}.ti-heart-pin:before{content:"\fba8"}.ti-heart-plus:before{content:"\f142"}.ti-heart-question:before{content:"\fba9"}.ti-heart-rate-monitor:before{content:"\ef61"}.ti-heart-search:before{content:"\fbaa"}.ti-heart-share:before{content:"\fbab"}.ti-heart-spark:before{content:"\ffb6"}.ti-heart-star:before{content:"\fbac"}.ti-heart-up:before{content:"\fbad"}.ti-heart-x:before{content:"\fbae"}.ti-heartbeat:before{content:"\ef92"}.ti-hearts:before{content:"\f387"}.ti-hearts-off:before{content:"\f3f7"}.ti-helicopter:before{content:"\ed8e"}.ti-helicopter-landing:before{content:"\ed8d"}.ti-helmet:before{content:"\efca"}.ti-helmet-off:before{content:"\f143"}.ti-help:before{content:"\eabf"}.ti-help-circle:before{content:"\f91d"}.ti-help-hexagon:before{content:"\f7a8"}.ti-help-octagon:before{content:"\f7a9"}.ti-help-off:before{content:"\f3f8"}.ti-help-small:before{content:"\f91e"}.ti-help-square:before{content:"\f920"}.ti-help-square-rounded:before{content:"\f91f"}.ti-help-triangle:before{content:"\f921"}.ti-hemisphere:before{content:"\faa2"}.ti-hemisphere-off:before{content:"\faa0"}.ti-hemisphere-plus:before{content:"\faa1"}.ti-hexagon:before{content:"\ec02"}.ti-hexagon-3d:before{content:"\f4c7"}.ti-hexagon-letter-a:before{content:"\f463"}.ti-hexagon-letter-b:before{content:"\f464"}.ti-hexagon-letter-c:before{content:"\f465"}.ti-hexagon-letter-d:before{content:"\f466"}.ti-hexagon-letter-e:before{content:"\f467"}.ti-hexagon-letter-f:before{content:"\f468"}.ti-hexagon-letter-g:before{content:"\f469"}.ti-hexagon-letter-h:before{content:"\f46a"}.ti-hexagon-letter-i:before{content:"\f46b"}.ti-hexagon-letter-j:before{content:"\f46c"}.ti-hexagon-letter-k:before{content:"\f46d"}.ti-hexagon-letter-l:before{content:"\f46e"}.ti-hexagon-letter-m:before{content:"\f46f"}.ti-hexagon-letter-n:before{content:"\f470"}.ti-hexagon-letter-o:before{content:"\f471"}.ti-hexagon-letter-p:before{content:"\f472"}.ti-hexagon-letter-q:before{content:"\f473"}.ti-hexagon-letter-r:before{content:"\f474"}.ti-hexagon-letter-s:before{content:"\f475"}.ti-hexagon-letter-t:before{content:"\f476"}.ti-hexagon-letter-u:before{content:"\f477"}.ti-hexagon-letter-v:before{content:"\f4b3"}.ti-hexagon-letter-w:before{content:"\f478"}.ti-hexagon-letter-x:before{content:"\f479"}.ti-hexagon-letter-y:before{content:"\f47a"}.ti-hexagon-letter-z:before{content:"\f47b"}.ti-hexagon-minus:before{content:"\fc8f"}.ti-hexagon-minus-2:before{content:"\fc8e"}.ti-hexagon-number-0:before{content:"\f459"}.ti-hexagon-number-1:before{content:"\f45a"}.ti-hexagon-number-2:before{content:"\f45b"}.ti-hexagon-number-3:before{content:"\f45c"}.ti-hexagon-number-4:before{content:"\f45d"}.ti-hexagon-number-5:before{content:"\f45e"}.ti-hexagon-number-6:before{content:"\f45f"}.ti-hexagon-number-7:before{content:"\f460"} -.ti-hexagon-number-8:before{content:"\f461"}.ti-hexagon-number-9:before{content:"\f462"}.ti-hexagon-off:before{content:"\ee9c"}.ti-hexagon-plus:before{content:"\fc45"}.ti-hexagon-plus-2:before{content:"\fc90"}.ti-hexagonal-prism:before{content:"\faa5"}.ti-hexagonal-prism-off:before{content:"\faa3"}.ti-hexagonal-prism-plus:before{content:"\faa4"}.ti-hexagonal-pyramid:before{content:"\faa8"}.ti-hexagonal-pyramid-off:before{content:"\faa6"}.ti-hexagonal-pyramid-plus:before{content:"\faa7"}.ti-hexagons:before{content:"\f09d"}.ti-hexagons-off:before{content:"\f3f9"}.ti-hierarchy:before{content:"\ee9e"}.ti-hierarchy-2:before{content:"\ee9d"}.ti-hierarchy-3:before{content:"\f289"}.ti-hierarchy-off:before{content:"\f3fa"}.ti-highlight:before{content:"\ef3f"}.ti-highlight-off:before{content:"\f144"}.ti-history:before{content:"\ebea"}.ti-history-off:before{content:"\f3fb"}.ti-history-toggle:before{content:"\f1fc"}.ti-home:before{content:"\eac1"}.ti-home-2:before{content:"\eac0"}.ti-home-bitcoin:before{content:"\ff3a"}.ti-home-bolt:before{content:"\f336"}.ti-home-cancel:before{content:"\f350"}.ti-home-check:before{content:"\f337"}.ti-home-cog:before{content:"\f338"}.ti-home-dollar:before{content:"\f339"}.ti-home-dot:before{content:"\f33a"}.ti-home-down:before{content:"\f33b"}.ti-home-eco:before{content:"\f351"}.ti-home-edit:before{content:"\f352"}.ti-home-exclamation:before{content:"\f33c"}.ti-home-hand:before{content:"\f504"}.ti-home-heart:before{content:"\f353"}.ti-home-infinity:before{content:"\f505"}.ti-home-link:before{content:"\f354"}.ti-home-minus:before{content:"\f33d"}.ti-home-move:before{content:"\f33e"}.ti-home-off:before{content:"\f145"}.ti-home-plus:before{content:"\f33f"}.ti-home-question:before{content:"\f340"}.ti-home-ribbon:before{content:"\f355"}.ti-home-search:before{content:"\f341"}.ti-home-share:before{content:"\f342"}.ti-home-shield:before{content:"\f343"}.ti-home-signal:before{content:"\f356"}.ti-home-spark:before{content:"\ffb5"}.ti-home-star:before{content:"\f344"}.ti-home-stats:before{content:"\f345"}.ti-home-up:before{content:"\f346"}.ti-home-x:before{content:"\f347"}.ti-horse:before{content:"\fc46"}.ti-horse-toy:before{content:"\f28a"}.ti-horseshoe:before{content:"\fcb7"}.ti-hospital:before{content:"\fd59"}.ti-hospital-circle:before{content:"\fd58"}.ti-hotel-service:before{content:"\ef80"}.ti-hourglass:before{content:"\ef93"}.ti-hourglass-empty:before{content:"\f146"}.ti-hourglass-high:before{content:"\f092"}.ti-hourglass-low:before{content:"\f093"}.ti-hourglass-off:before{content:"\f147"}.ti-hours-12:before{content:"\fc53"}.ti-hours-24:before{content:"\f5e7"}.ti-html:before{content:"\f7b1"}.ti-http-connect:before{content:"\fa28"}.ti-http-delete:before{content:"\fa29"}.ti-http-get:before{content:"\fa2a"} -.ti-http-head:before{content:"\fa2b"}.ti-http-options:before{content:"\fa2c"}.ti-http-patch:before{content:"\fa2d"}.ti-http-post:before{content:"\fa2e"}.ti-http-put:before{content:"\fa2f"}.ti-http-que:before{content:"\fa5b"}.ti-http-trace:before{content:"\fa30"}.ti-ice-cream:before{content:"\eac2"}.ti-ice-cream-2:before{content:"\ee9f"}.ti-ice-cream-off:before{content:"\f148"}.ti-ice-skating:before{content:"\efcb"}.ti-icons:before{content:"\f1d4"}.ti-icons-off:before{content:"\f3fc"}.ti-id:before{content:"\eac3"}.ti-id-badge:before{content:"\eff7"}.ti-id-badge-2:before{content:"\f076"}.ti-id-badge-off:before{content:"\f3fd"}.ti-id-off:before{content:"\f149"}.ti-ikosaedr:before{content:"\fec6"}.ti-image-in-picture:before{content:"\fd9f"}.ti-inbox:before{content:"\eac4"}.ti-inbox-off:before{content:"\f14a"}.ti-indent-decrease:before{content:"\eb91"}.ti-indent-increase:before{content:"\eb92"}.ti-infinity:before{content:"\eb69"}.ti-infinity-off:before{content:"\f3fe"}.ti-info-circle:before{content:"\eac5"}.ti-info-hexagon:before{content:"\f7aa"}.ti-info-octagon:before{content:"\f7ab"}.ti-info-small:before{content:"\f922"}.ti-info-square:before{content:"\eac6"}.ti-info-square-rounded:before{content:"\f635"}.ti-info-triangle:before{content:"\f923"}.ti-inner-shadow-bottom:before{content:"\f520"}.ti-inner-shadow-bottom-left:before{content:"\f51e"}.ti-inner-shadow-bottom-right:before{content:"\f51f"}.ti-inner-shadow-left:before{content:"\f521"}.ti-inner-shadow-right:before{content:"\f522"}.ti-inner-shadow-top:before{content:"\f525"}.ti-inner-shadow-top-left:before{content:"\f523"}.ti-inner-shadow-top-right:before{content:"\f524"}.ti-input-ai:before{content:"\fc5a"}.ti-input-check:before{content:"\fc5b"}.ti-input-search:before{content:"\f2a2"}.ti-input-spark:before{content:"\ffb4"}.ti-input-x:before{content:"\fc5c"}.ti-invoice:before{content:"\feab"}.ti-ironing:before{content:"\fa7c"}.ti-ironing-1:before{content:"\f2f4"}.ti-ironing-2:before{content:"\f2f5"}.ti-ironing-3:before{content:"\f2f6"}.ti-ironing-off:before{content:"\f2f7"}.ti-ironing-steam:before{content:"\f2f9"}.ti-ironing-steam-off:before{content:"\f2f8"}.ti-irregular-polyhedron:before{content:"\faab"}.ti-irregular-polyhedron-off:before{content:"\faa9"}.ti-irregular-polyhedron-plus:before{content:"\faaa"}.ti-italic:before{content:"\eb93"}.ti-jacket:before{content:"\f661"}.ti-jetpack:before{content:"\f581"}.ti-jewish-star:before{content:"\f3ff"}.ti-join-bevel:before{content:"\ff4c"}.ti-join-round:before{content:"\ff4b"}.ti-join-straight:before{content:"\ff4a"}.ti-joker:before{content:"\1005f"}.ti-jpg:before{content:"\f3ac"}.ti-json:before{content:"\f7b2"}.ti-jump-rope:before{content:"\ed8f"}.ti-karate:before{content:"\ed32"}.ti-kayak:before{content:"\f1d6"}.ti-kerning:before{content:"\efb8"} -.ti-key:before{content:"\eac7"}.ti-key-off:before{content:"\f14b"}.ti-keyboard:before{content:"\ebd6"}.ti-keyboard-hide:before{content:"\ec7e"}.ti-keyboard-off:before{content:"\eea0"}.ti-keyboard-show:before{content:"\ec7f"}.ti-keyframe:before{content:"\f576"}.ti-keyframe-align-center:before{content:"\f582"}.ti-keyframe-align-horizontal:before{content:"\f583"}.ti-keyframe-align-vertical:before{content:"\f584"}.ti-keyframes:before{content:"\f585"}.ti-label:before{content:"\ff38"}.ti-label-important:before{content:"\ff49"}.ti-label-off:before{content:"\ff39"}.ti-ladder:before{content:"\efe2"}.ti-ladder-off:before{content:"\f14c"}.ti-ladle:before{content:"\fc14"}.ti-lambda:before{content:"\f541"}.ti-lamp:before{content:"\efab"}.ti-lamp-2:before{content:"\f09e"}.ti-lamp-off:before{content:"\f14d"}.ti-lane:before{content:"\faf9"}.ti-language:before{content:"\ebbe"}.ti-language-hiragana:before{content:"\ef77"}.ti-language-katakana:before{content:"\ef78"}.ti-language-off:before{content:"\f14e"}.ti-lasso:before{content:"\efac"}.ti-lasso-off:before{content:"\f14f"}.ti-lasso-polygon:before{content:"\f388"}.ti-laurel-wreath:before{content:"\ff45"}.ti-laurel-wreath-1:before{content:"\ff48"}.ti-laurel-wreath-2:before{content:"\ff47"}.ti-laurel-wreath-3:before{content:"\ff46"}.ti-layers-difference:before{content:"\eac8"}.ti-layers-intersect:before{content:"\eac9"}.ti-layers-intersect-2:before{content:"\eff8"}.ti-layers-linked:before{content:"\eea1"}.ti-layers-off:before{content:"\f150"}.ti-layers-selected:before{content:"\fea9"}.ti-layers-selected-bottom:before{content:"\feaa"}.ti-layers-subtract:before{content:"\eaca"}.ti-layers-union:before{content:"\eacb"}.ti-layout:before{content:"\eadb"}.ti-layout-2:before{content:"\eacc"}.ti-layout-align-bottom:before{content:"\eacd"}.ti-layout-align-center:before{content:"\eace"}.ti-layout-align-left:before{content:"\eacf"}.ti-layout-align-middle:before{content:"\ead0"}.ti-layout-align-right:before{content:"\ead1"}.ti-layout-align-top:before{content:"\ead2"}.ti-layout-board:before{content:"\ef95"}.ti-layout-board-split:before{content:"\ef94"}.ti-layout-bottombar:before{content:"\ead3"}.ti-layout-bottombar-collapse:before{content:"\f28b"}.ti-layout-bottombar-expand:before{content:"\f28c"}.ti-layout-bottombar-inactive:before{content:"\fd45"}.ti-layout-cards:before{content:"\ec13"}.ti-layout-collage:before{content:"\f389"}.ti-layout-columns:before{content:"\ead4"}.ti-layout-dashboard:before{content:"\f02c"}.ti-layout-distribute-horizontal:before{content:"\ead5"}.ti-layout-distribute-vertical:before{content:"\ead6"}.ti-layout-grid:before{content:"\edba"}.ti-layout-grid-add:before{content:"\edb9"}.ti-layout-grid-remove:before{content:"\fa7d"}.ti-layout-kanban:before{content:"\ec3f"}.ti-layout-list:before{content:"\ec14"}.ti-layout-navbar:before{content:"\ead7"} -.ti-layout-navbar-collapse:before{content:"\f28d"}.ti-layout-navbar-expand:before{content:"\f28e"}.ti-layout-navbar-inactive:before{content:"\fd46"}.ti-layout-off:before{content:"\f151"}.ti-layout-rows:before{content:"\ead8"}.ti-layout-sidebar:before{content:"\eada"}.ti-layout-sidebar-inactive:before{content:"\fd47"}.ti-layout-sidebar-left-collapse:before{content:"\f004"}.ti-layout-sidebar-left-expand:before{content:"\f005"}.ti-layout-sidebar-right:before{content:"\ead9"}.ti-layout-sidebar-right-collapse:before{content:"\f006"}.ti-layout-sidebar-right-expand:before{content:"\f007"}.ti-layout-sidebar-right-inactive:before{content:"\fd48"}.ti-leaf:before{content:"\ed4f"}.ti-leaf-2:before{content:"\ff44"}.ti-leaf-off:before{content:"\f400"}.ti-lego:before{content:"\eadc"}.ti-lego-off:before{content:"\f401"}.ti-lemon:before{content:"\ef10"}.ti-lemon-2:before{content:"\ef81"}.ti-letter-a:before{content:"\ec50"}.ti-letter-a-small:before{content:"\fcc7"}.ti-letter-b:before{content:"\ec51"}.ti-letter-b-small:before{content:"\fcc8"}.ti-letter-c:before{content:"\ec52"}.ti-letter-c-small:before{content:"\fcc9"}.ti-letter-case:before{content:"\eea5"}.ti-letter-case-lower:before{content:"\eea2"}.ti-letter-case-toggle:before{content:"\eea3"}.ti-letter-case-upper:before{content:"\eea4"}.ti-letter-d:before{content:"\ec53"}.ti-letter-d-small:before{content:"\fcca"}.ti-letter-e:before{content:"\ec54"}.ti-letter-e-small:before{content:"\fccb"}.ti-letter-f:before{content:"\ec55"}.ti-letter-f-small:before{content:"\fccc"}.ti-letter-g:before{content:"\ec56"}.ti-letter-g-small:before{content:"\fccd"}.ti-letter-h:before{content:"\ec57"}.ti-letter-h-small:before{content:"\fcce"}.ti-letter-i:before{content:"\ec58"}.ti-letter-i-small:before{content:"\fccf"}.ti-letter-j:before{content:"\ec59"}.ti-letter-j-small:before{content:"\fcd0"}.ti-letter-k:before{content:"\ec5a"}.ti-letter-k-small:before{content:"\fcd1"}.ti-letter-l:before{content:"\ec5b"}.ti-letter-l-small:before{content:"\fcd2"}.ti-letter-m:before{content:"\ec5c"}.ti-letter-m-small:before{content:"\fcd3"}.ti-letter-n:before{content:"\ec5d"}.ti-letter-n-small:before{content:"\fcd4"}.ti-letter-o:before{content:"\ec5e"}.ti-letter-o-small:before{content:"\fcd5"}.ti-letter-p:before{content:"\ec5f"}.ti-letter-p-small:before{content:"\fcd6"}.ti-letter-q:before{content:"\ec60"}.ti-letter-q-small:before{content:"\fcd7"}.ti-letter-r:before{content:"\ec61"}.ti-letter-r-small:before{content:"\fcd8"}.ti-letter-s:before{content:"\ec62"}.ti-letter-s-small:before{content:"\fcd9"}.ti-letter-spacing:before{content:"\eea6"}.ti-letter-t:before{content:"\ec63"}.ti-letter-t-small:before{content:"\fcda"}.ti-letter-u:before{content:"\ec64"}.ti-letter-u-small:before{content:"\fcdb"}.ti-letter-v:before{content:"\ec65"}.ti-letter-v-small:before{content:"\fcdc"} -.ti-letter-w:before{content:"\ec66"}.ti-letter-w-small:before{content:"\fcdd"}.ti-letter-x:before{content:"\ec67"}.ti-letter-x-small:before{content:"\fcde"}.ti-letter-y:before{content:"\ec68"}.ti-letter-y-small:before{content:"\fcdf"}.ti-letter-z:before{content:"\ec69"}.ti-letter-z-small:before{content:"\fce0"}.ti-library:before{content:"\fd4c"}.ti-library-minus:before{content:"\fd49"}.ti-library-photo:before{content:"\fd4a"}.ti-library-plus:before{content:"\fd4b"}.ti-license:before{content:"\ebc0"}.ti-license-off:before{content:"\f153"}.ti-lifebuoy:before{content:"\eadd"}.ti-lifebuoy-off:before{content:"\f154"}.ti-lighter:before{content:"\f794"}.ti-line:before{content:"\ec40"}.ti-line-dashed:before{content:"\eea7"}.ti-line-dotted:before{content:"\eea8"}.ti-line-height:before{content:"\eb94"}.ti-line-scan:before{content:"\fcb8"}.ti-link:before{content:"\eade"}.ti-link-minus:before{content:"\fd16"}.ti-link-off:before{content:"\f402"}.ti-link-plus:before{content:"\fd17"}.ti-list:before{content:"\eb6b"}.ti-list-check:before{content:"\eb6a"}.ti-list-details:before{content:"\ef40"}.ti-list-letters:before{content:"\fc47"}.ti-list-numbers:before{content:"\ef11"}.ti-list-search:before{content:"\eea9"}.ti-list-tree:before{content:"\fafa"}.ti-live-photo:before{content:"\eadf"}.ti-live-photo-off:before{content:"\f403"}.ti-live-view:before{content:"\ec6b"}.ti-load-balancer:before{content:"\fa5c"}.ti-loader:before{content:"\eca3"}.ti-loader-2:before{content:"\f226"}.ti-loader-3:before{content:"\f513"}.ti-loader-quarter:before{content:"\eca2"}.ti-location:before{content:"\eae0"}.ti-location-bolt:before{content:"\fbaf"}.ti-location-broken:before{content:"\f2c4"}.ti-location-cancel:before{content:"\fbb0"}.ti-location-check:before{content:"\fbb1"}.ti-location-code:before{content:"\fbb2"}.ti-location-cog:before{content:"\fbb3"}.ti-location-discount:before{content:"\fbb4"}.ti-location-dollar:before{content:"\fbb5"}.ti-location-down:before{content:"\fbb6"}.ti-location-exclamation:before{content:"\fbb7"}.ti-location-heart:before{content:"\fbb8"}.ti-location-minus:before{content:"\fbb9"}.ti-location-off:before{content:"\f155"}.ti-location-pause:before{content:"\fbba"}.ti-location-pin:before{content:"\fbbb"}.ti-location-plus:before{content:"\fbbc"}.ti-location-question:before{content:"\fbbd"}.ti-location-search:before{content:"\fbbe"}.ti-location-share:before{content:"\fbbf"}.ti-location-star:before{content:"\fbc0"}.ti-location-up:before{content:"\fbc1"}.ti-location-x:before{content:"\fbc2"}.ti-lock:before{content:"\eae2"}.ti-lock-access:before{content:"\eeaa"}.ti-lock-access-off:before{content:"\f404"}.ti-lock-bitcoin:before{content:"\ff37"}.ti-lock-bolt:before{content:"\f924"}.ti-lock-cancel:before{content:"\f925"}.ti-lock-check:before{content:"\f926"} -.ti-lock-code:before{content:"\f927"}.ti-lock-cog:before{content:"\f928"}.ti-lock-dollar:before{content:"\f929"}.ti-lock-down:before{content:"\f92a"}.ti-lock-exclamation:before{content:"\f92b"}.ti-lock-heart:before{content:"\f92c"}.ti-lock-minus:before{content:"\f92d"}.ti-lock-off:before{content:"\ed1e"}.ti-lock-open:before{content:"\eae1"}.ti-lock-open-2:before{content:"\fea8"}.ti-lock-open-off:before{content:"\f156"}.ti-lock-password:before{content:"\ff9f"}.ti-lock-pause:before{content:"\f92e"}.ti-lock-pin:before{content:"\f92f"}.ti-lock-plus:before{content:"\f930"}.ti-lock-question:before{content:"\f931"}.ti-lock-search:before{content:"\f932"}.ti-lock-share:before{content:"\f933"}.ti-lock-square:before{content:"\ef51"}.ti-lock-square-rounded:before{content:"\f636"}.ti-lock-star:before{content:"\f934"}.ti-lock-up:before{content:"\f935"}.ti-lock-x:before{content:"\f936"}.ti-logic-and:before{content:"\f240"}.ti-logic-buffer:before{content:"\f241"}.ti-logic-nand:before{content:"\f242"}.ti-logic-nor:before{content:"\f243"}.ti-logic-not:before{content:"\f244"}.ti-logic-or:before{content:"\f245"}.ti-logic-xnor:before{content:"\f246"}.ti-logic-xor:before{content:"\f247"}.ti-login:before{content:"\eba7"}.ti-login-2:before{content:"\fc76"}.ti-logout:before{content:"\eba8"}.ti-logout-2:before{content:"\fa7e"}.ti-logs:before{content:"\fea7"}.ti-lollipop:before{content:"\efcc"}.ti-lollipop-off:before{content:"\f157"}.ti-luggage:before{content:"\efad"}.ti-luggage-off:before{content:"\f158"}.ti-lungs:before{content:"\ef62"}.ti-lungs-off:before{content:"\f405"}.ti-macro:before{content:"\eeab"}.ti-macro-off:before{content:"\f406"}.ti-magnet:before{content:"\eae3"}.ti-magnet-off:before{content:"\f159"}.ti-magnetic:before{content:"\fcb9"}.ti-mail:before{content:"\eae5"}.ti-mail-ai:before{content:"\fa31"}.ti-mail-bitcoin:before{content:"\ff36"}.ti-mail-bolt:before{content:"\f937"}.ti-mail-cancel:before{content:"\f938"}.ti-mail-check:before{content:"\f939"}.ti-mail-code:before{content:"\f93a"}.ti-mail-cog:before{content:"\f93b"}.ti-mail-dollar:before{content:"\f93c"}.ti-mail-down:before{content:"\f93d"}.ti-mail-exclamation:before{content:"\f93e"}.ti-mail-fast:before{content:"\f069"}.ti-mail-forward:before{content:"\eeac"}.ti-mail-heart:before{content:"\f93f"}.ti-mail-minus:before{content:"\f940"}.ti-mail-off:before{content:"\f15a"}.ti-mail-opened:before{content:"\eae4"}.ti-mail-pause:before{content:"\f941"}.ti-mail-pin:before{content:"\f942"}.ti-mail-plus:before{content:"\f943"}.ti-mail-question:before{content:"\f944"}.ti-mail-search:before{content:"\f945"}.ti-mail-share:before{content:"\f946"}.ti-mail-spark:before{content:"\ffb3"}.ti-mail-star:before{content:"\f947"} -.ti-mail-up:before{content:"\f948"}.ti-mail-x:before{content:"\f949"}.ti-mailbox:before{content:"\eead"}.ti-mailbox-off:before{content:"\f15b"}.ti-man:before{content:"\eae6"}.ti-manual-gearbox:before{content:"\ed7b"}.ti-map:before{content:"\eae9"}.ti-map-2:before{content:"\eae7"}.ti-map-bolt:before{content:"\fbc3"}.ti-map-cancel:before{content:"\fbc4"}.ti-map-check:before{content:"\fbc5"}.ti-map-code:before{content:"\fbc6"}.ti-map-cog:before{content:"\fbc7"}.ti-map-discount:before{content:"\fbc8"}.ti-map-dollar:before{content:"\fbc9"}.ti-map-down:before{content:"\fbca"}.ti-map-east:before{content:"\fc5d"}.ti-map-exclamation:before{content:"\fbcb"}.ti-map-heart:before{content:"\fbcc"}.ti-map-minus:before{content:"\fbcd"}.ti-map-north:before{content:"\fc5e"}.ti-map-off:before{content:"\f15c"}.ti-map-pause:before{content:"\fbce"}.ti-map-pin:before{content:"\eae8"}.ti-map-pin-2:before{content:"\fc48"}.ti-map-pin-bolt:before{content:"\f94a"}.ti-map-pin-cancel:before{content:"\f94b"}.ti-map-pin-check:before{content:"\f94c"}.ti-map-pin-code:before{content:"\f94d"}.ti-map-pin-cog:before{content:"\f94e"}.ti-map-pin-dollar:before{content:"\f94f"}.ti-map-pin-down:before{content:"\f950"}.ti-map-pin-exclamation:before{content:"\f951"}.ti-map-pin-heart:before{content:"\f952"}.ti-map-pin-minus:before{content:"\f953"}.ti-map-pin-off:before{content:"\ecf3"}.ti-map-pin-pause:before{content:"\f954"}.ti-map-pin-pin:before{content:"\f955"}.ti-map-pin-plus:before{content:"\f956"}.ti-map-pin-question:before{content:"\f957"}.ti-map-pin-search:before{content:"\f958"}.ti-map-pin-share:before{content:"\f795"}.ti-map-pin-star:before{content:"\f959"}.ti-map-pin-up:before{content:"\f95a"}.ti-map-pin-x:before{content:"\f95b"}.ti-map-pins:before{content:"\ed5e"}.ti-map-plus:before{content:"\fbcf"}.ti-map-question:before{content:"\fbd0"}.ti-map-route:before{content:"\fc79"}.ti-map-search:before{content:"\ef82"}.ti-map-share:before{content:"\fbd1"}.ti-map-south:before{content:"\fc5f"}.ti-map-star:before{content:"\fbd2"}.ti-map-up:before{content:"\fbd3"}.ti-map-west:before{content:"\fc60"}.ti-map-x:before{content:"\fbd4"}.ti-markdown:before{content:"\ec41"}.ti-markdown-off:before{content:"\f407"}.ti-marquee:before{content:"\ec77"}.ti-marquee-2:before{content:"\eeae"}.ti-marquee-off:before{content:"\f15d"}.ti-mars:before{content:"\ec80"}.ti-mask:before{content:"\eeb0"}.ti-mask-off:before{content:"\eeaf"}.ti-masks-theater:before{content:"\f263"}.ti-masks-theater-off:before{content:"\f408"}.ti-massage:before{content:"\eeb1"}.ti-matchstick:before{content:"\f577"}.ti-math:before{content:"\ebeb"}.ti-math-1-divide-2:before{content:"\f4e2"}.ti-math-1-divide-3:before{content:"\f4e3"}.ti-math-avg:before{content:"\f0f4"} -.ti-math-cos:before{content:"\ff1f"}.ti-math-ctg:before{content:"\ff35"}.ti-math-equal-greater:before{content:"\f4e4"}.ti-math-equal-lower:before{content:"\f4e5"}.ti-math-function:before{content:"\eeb2"}.ti-math-function-off:before{content:"\f15e"}.ti-math-function-y:before{content:"\f4e6"}.ti-math-greater:before{content:"\f4e7"}.ti-math-integral:before{content:"\f4e9"}.ti-math-integral-x:before{content:"\f4e8"}.ti-math-integrals:before{content:"\f4ea"}.ti-math-lower:before{content:"\f4eb"}.ti-math-max:before{content:"\f0f5"}.ti-math-max-min:before{content:"\fda0"}.ti-math-min:before{content:"\f0f6"}.ti-math-not:before{content:"\f4ec"}.ti-math-off:before{content:"\f409"}.ti-math-pi:before{content:"\f4ee"}.ti-math-pi-divide-2:before{content:"\f4ed"}.ti-math-sec:before{content:"\ff34"}.ti-math-sin:before{content:"\ff1e"}.ti-math-symbols:before{content:"\eeb3"}.ti-math-tg:before{content:"\ff33"}.ti-math-x-divide-2:before{content:"\f4ef"}.ti-math-x-divide-y:before{content:"\f4f1"}.ti-math-x-divide-y-2:before{content:"\f4f0"}.ti-math-x-floor-divide-y:before{content:"\10073"}.ti-math-x-minus-x:before{content:"\f4f2"}.ti-math-x-minus-y:before{content:"\f4f3"}.ti-math-x-plus-x:before{content:"\f4f4"}.ti-math-x-plus-y:before{content:"\f4f5"}.ti-math-xy:before{content:"\f4f6"}.ti-math-y-minus-y:before{content:"\f4f7"}.ti-math-y-plus-y:before{content:"\f4f8"}.ti-maximize:before{content:"\eaea"}.ti-maximize-off:before{content:"\f15f"}.ti-meat:before{content:"\ef12"}.ti-meat-off:before{content:"\f40a"}.ti-medal:before{content:"\ec78"}.ti-medal-2:before{content:"\efcd"}.ti-medical-cross:before{content:"\ec2f"}.ti-medical-cross-circle:before{content:"\fae8"}.ti-medical-cross-off:before{content:"\f160"}.ti-medicine-syrup:before{content:"\ef63"}.ti-meeple:before{content:"\f514"}.ti-melon:before{content:"\fc7a"}.ti-menorah:before{content:"\f58c"}.ti-menu:before{content:"\eaeb"}.ti-menu-2:before{content:"\ec42"}.ti-menu-3:before{content:"\ff43"}.ti-menu-4:before{content:"\ff42"}.ti-menu-deep:before{content:"\fafb"}.ti-menu-order:before{content:"\f5f5"}.ti-message:before{content:"\eaef"}.ti-message-2:before{content:"\eaec"}.ti-message-2-bolt:before{content:"\f95c"}.ti-message-2-cancel:before{content:"\f95d"}.ti-message-2-check:before{content:"\f95e"}.ti-message-2-code:before{content:"\f012"}.ti-message-2-cog:before{content:"\f95f"}.ti-message-2-dollar:before{content:"\f960"}.ti-message-2-down:before{content:"\f961"}.ti-message-2-exclamation:before{content:"\f962"}.ti-message-2-heart:before{content:"\f963"}.ti-message-2-minus:before{content:"\f964"}.ti-message-2-off:before{content:"\f40b"}.ti-message-2-pause:before{content:"\f965"}.ti-message-2-pin:before{content:"\f966"}.ti-message-2-plus:before{content:"\f967"}.ti-message-2-question:before{content:"\f968"} -.ti-message-2-search:before{content:"\f969"}.ti-message-2-share:before{content:"\f077"}.ti-message-2-star:before{content:"\f96a"}.ti-message-2-up:before{content:"\f96b"}.ti-message-2-x:before{content:"\f96c"}.ti-message-bolt:before{content:"\f96d"}.ti-message-cancel:before{content:"\f96e"}.ti-message-chatbot:before{content:"\f38a"}.ti-message-check:before{content:"\f96f"}.ti-message-circle:before{content:"\eaed"}.ti-message-circle-bolt:before{content:"\f970"}.ti-message-circle-cancel:before{content:"\f971"}.ti-message-circle-check:before{content:"\f972"}.ti-message-circle-code:before{content:"\f973"}.ti-message-circle-cog:before{content:"\f974"}.ti-message-circle-dollar:before{content:"\f975"}.ti-message-circle-down:before{content:"\f976"}.ti-message-circle-exclamation:before{content:"\f977"}.ti-message-circle-heart:before{content:"\f978"}.ti-message-circle-minus:before{content:"\f979"}.ti-message-circle-off:before{content:"\ed40"}.ti-message-circle-pause:before{content:"\f97a"}.ti-message-circle-pin:before{content:"\f97b"}.ti-message-circle-plus:before{content:"\f97c"}.ti-message-circle-question:before{content:"\f97d"}.ti-message-circle-search:before{content:"\f97e"}.ti-message-circle-share:before{content:"\f97f"}.ti-message-circle-star:before{content:"\f980"}.ti-message-circle-up:before{content:"\f981"}.ti-message-circle-user:before{content:"\fec5"}.ti-message-circle-x:before{content:"\f982"}.ti-message-code:before{content:"\f013"}.ti-message-cog:before{content:"\f983"}.ti-message-dollar:before{content:"\f984"}.ti-message-dots:before{content:"\eaee"}.ti-message-down:before{content:"\f985"}.ti-message-exclamation:before{content:"\f986"}.ti-message-forward:before{content:"\f28f"}.ti-message-heart:before{content:"\f987"}.ti-message-language:before{content:"\efae"}.ti-message-minus:before{content:"\f988"}.ti-message-off:before{content:"\ed41"}.ti-message-pause:before{content:"\f989"}.ti-message-pin:before{content:"\f98a"}.ti-message-plus:before{content:"\ec9a"}.ti-message-question:before{content:"\f98b"}.ti-message-reply:before{content:"\fd4d"}.ti-message-report:before{content:"\ec9b"}.ti-message-search:before{content:"\f98c"}.ti-message-share:before{content:"\f078"}.ti-message-star:before{content:"\f98d"}.ti-message-up:before{content:"\f98e"}.ti-message-user:before{content:"\fec4"}.ti-message-x:before{content:"\f98f"}.ti-messages:before{content:"\eb6c"}.ti-messages-off:before{content:"\ed42"}.ti-meteor:before{content:"\f1fd"}.ti-meteor-off:before{content:"\f40c"}.ti-meter-cube:before{content:"\fd7c"}.ti-meter-square:before{content:"\fd7d"}.ti-metronome:before{content:"\fd25"}.ti-michelin-bib-gourmand:before{content:"\fae9"}.ti-michelin-star:before{content:"\faeb"}.ti-michelin-star-green:before{content:"\faea"}.ti-mickey:before{content:"\f2a3"}.ti-microphone:before{content:"\eaf0"}.ti-microphone-2:before{content:"\ef2c"} -.ti-microphone-2-off:before{content:"\f40d"}.ti-microphone-off:before{content:"\ed16"}.ti-microscope:before{content:"\ef64"}.ti-microscope-off:before{content:"\f40e"}.ti-microwave:before{content:"\f248"}.ti-microwave-off:before{content:"\f264"}.ti-military-award:before{content:"\f079"}.ti-military-rank:before{content:"\efcf"}.ti-milk:before{content:"\ef13"}.ti-milk-off:before{content:"\f40f"}.ti-milkshake:before{content:"\f4c8"}.ti-minimize:before{content:"\eaf1"}.ti-minus:before{content:"\eaf2"}.ti-minus-vertical:before{content:"\eeb4"}.ti-mist:before{content:"\ec30"}.ti-mist-off:before{content:"\f410"}.ti-mobiledata:before{content:"\f9f5"}.ti-mobiledata-off:before{content:"\f9f4"}.ti-moneybag:before{content:"\f506"}.ti-monkeybar:before{content:"\feb4"}.ti-mood-angry:before{content:"\f2de"}.ti-mood-annoyed:before{content:"\f2e0"}.ti-mood-annoyed-2:before{content:"\f2df"}.ti-mood-bitcoin:before{content:"\ff32"}.ti-mood-boy:before{content:"\ed2d"}.ti-mood-check:before{content:"\f7b3"}.ti-mood-cog:before{content:"\f7b4"}.ti-mood-confuzed:before{content:"\eaf3"}.ti-mood-crazy-happy:before{content:"\ed90"}.ti-mood-cry:before{content:"\ecbb"}.ti-mood-dollar:before{content:"\f7b5"}.ti-mood-edit:before{content:"\fa05"}.ti-mood-empty:before{content:"\eeb5"}.ti-mood-happy:before{content:"\eaf4"}.ti-mood-heart:before{content:"\f7b6"}.ti-mood-kid:before{content:"\ec03"}.ti-mood-look-down:before{content:"\fd37"}.ti-mood-look-left:before{content:"\f2c5"}.ti-mood-look-right:before{content:"\f2c6"}.ti-mood-look-up:before{content:"\fd38"}.ti-mood-minus:before{content:"\f7b7"}.ti-mood-nerd:before{content:"\f2e1"}.ti-mood-nervous:before{content:"\ef96"}.ti-mood-neutral:before{content:"\eaf5"}.ti-mood-off:before{content:"\f161"}.ti-mood-pin:before{content:"\f7b8"}.ti-mood-plus:before{content:"\f7b9"}.ti-mood-puzzled:before{content:"\fd39"}.ti-mood-sad:before{content:"\eaf6"}.ti-mood-sad-2:before{content:"\f2e2"}.ti-mood-sad-dizzy:before{content:"\f2e3"}.ti-mood-sad-squint:before{content:"\f2e4"}.ti-mood-search:before{content:"\f7ba"}.ti-mood-share:before{content:"\fa06"}.ti-mood-sick:before{content:"\f2e5"}.ti-mood-silence:before{content:"\f2e6"}.ti-mood-sing:before{content:"\f2c7"}.ti-mood-smile:before{content:"\eaf7"}.ti-mood-smile-beam:before{content:"\f2e7"}.ti-mood-smile-dizzy:before{content:"\f2e8"}.ti-mood-spark:before{content:"\ffb2"}.ti-mood-surprised:before{content:"\ec04"}.ti-mood-tongue:before{content:"\eb95"}.ti-mood-tongue-wink:before{content:"\f2ea"}.ti-mood-tongue-wink-2:before{content:"\f2e9"}.ti-mood-unamused:before{content:"\f2eb"}.ti-mood-up:before{content:"\f7bb"}.ti-mood-wink:before{content:"\f2ed"}.ti-mood-wink-2:before{content:"\f2ec"}.ti-mood-wrrr:before{content:"\f2ee"}.ti-mood-x:before{content:"\f7bc"} -.ti-mood-xd:before{content:"\f2ef"}.ti-moon:before{content:"\eaf8"}.ti-moon-2:before{content:"\ece6"}.ti-moon-off:before{content:"\f162"}.ti-moon-stars:before{content:"\ece7"}.ti-moped:before{content:"\ecbc"}.ti-motorbike:before{content:"\eeb6"}.ti-mountain:before{content:"\ef97"}.ti-mountain-off:before{content:"\f411"}.ti-mouse:before{content:"\eaf9"}.ti-mouse-2:before{content:"\f1d7"}.ti-mouse-off:before{content:"\f163"}.ti-moustache:before{content:"\f4c9"}.ti-movie:before{content:"\eafa"}.ti-movie-off:before{content:"\f164"}.ti-mug:before{content:"\eafb"}.ti-mug-off:before{content:"\f165"}.ti-multiplier-0-5x:before{content:"\ef41"}.ti-multiplier-1-5x:before{content:"\ef42"}.ti-multiplier-1x:before{content:"\ef43"}.ti-multiplier-2x:before{content:"\ef44"}.ti-mushroom:before{content:"\ef14"}.ti-mushroom-off:before{content:"\f412"}.ti-music:before{content:"\eafc"}.ti-music-bolt:before{content:"\fbd5"}.ti-music-cancel:before{content:"\fbd6"}.ti-music-check:before{content:"\fbd7"}.ti-music-code:before{content:"\fbd8"}.ti-music-cog:before{content:"\fbd9"}.ti-music-discount:before{content:"\fbda"}.ti-music-dollar:before{content:"\fbdb"}.ti-music-down:before{content:"\fbdc"}.ti-music-exclamation:before{content:"\fbdd"}.ti-music-heart:before{content:"\fbde"}.ti-music-minus:before{content:"\fbdf"}.ti-music-off:before{content:"\f166"}.ti-music-pause:before{content:"\fbe0"}.ti-music-pin:before{content:"\fbe1"}.ti-music-plus:before{content:"\fbe2"}.ti-music-question:before{content:"\fbe3"}.ti-music-search:before{content:"\fbe4"}.ti-music-share:before{content:"\fbe5"}.ti-music-star:before{content:"\fbe6"}.ti-music-up:before{content:"\fbe7"}.ti-music-x:before{content:"\fbe8"}.ti-navigation:before{content:"\f2c8"}.ti-navigation-bolt:before{content:"\fbe9"}.ti-navigation-cancel:before{content:"\fbea"}.ti-navigation-check:before{content:"\fbeb"}.ti-navigation-code:before{content:"\fbec"}.ti-navigation-cog:before{content:"\fbed"}.ti-navigation-discount:before{content:"\fbee"}.ti-navigation-dollar:before{content:"\fbef"}.ti-navigation-down:before{content:"\fbf0"}.ti-navigation-east:before{content:"\fcba"}.ti-navigation-exclamation:before{content:"\fbf1"}.ti-navigation-heart:before{content:"\fbf2"}.ti-navigation-minus:before{content:"\fbf3"}.ti-navigation-north:before{content:"\fcbb"}.ti-navigation-off:before{content:"\f413"}.ti-navigation-pause:before{content:"\fbf4"}.ti-navigation-pin:before{content:"\fbf5"}.ti-navigation-plus:before{content:"\fbf6"}.ti-navigation-question:before{content:"\fbf7"}.ti-navigation-search:before{content:"\fbf8"}.ti-navigation-share:before{content:"\fbf9"}.ti-navigation-south:before{content:"\fcbc"}.ti-navigation-star:before{content:"\fbfa"}.ti-navigation-top:before{content:"\faec"}.ti-navigation-up:before{content:"\fbfb"} -.ti-navigation-west:before{content:"\fcbd"}.ti-navigation-x:before{content:"\fbfc"}.ti-needle:before{content:"\f508"}.ti-needle-thread:before{content:"\f507"}.ti-network:before{content:"\f09f"}.ti-network-off:before{content:"\f414"}.ti-new-section:before{content:"\ebc1"}.ti-news:before{content:"\eafd"}.ti-news-off:before{content:"\f167"}.ti-nfc:before{content:"\eeb7"}.ti-nfc-off:before{content:"\f168"}.ti-no-copyright:before{content:"\efb9"}.ti-no-creative-commons:before{content:"\efba"}.ti-no-derivatives:before{content:"\efbb"}.ti-north-star:before{content:"\f014"}.ti-note:before{content:"\eb6d"}.ti-note-off:before{content:"\f169"}.ti-notebook:before{content:"\eb96"}.ti-notebook-off:before{content:"\f415"}.ti-notes:before{content:"\eb6e"}.ti-notes-off:before{content:"\f16a"}.ti-notification:before{content:"\eafe"}.ti-notification-off:before{content:"\f16b"}.ti-number:before{content:"\f1fe"}.ti-number-0:before{content:"\edf0"}.ti-number-0-small:before{content:"\fce1"}.ti-number-1:before{content:"\edf1"}.ti-number-1-small:before{content:"\fce2"}.ti-number-10:before{content:"\1005e"}.ti-number-10-small:before{content:"\fce3"}.ti-number-100-small:before{content:"\10005"}.ti-number-11:before{content:"\1005d"}.ti-number-11-small:before{content:"\fce4"}.ti-number-12-small:before{content:"\fce5"}.ti-number-123:before{content:"\f554"}.ti-number-13-small:before{content:"\fce6"}.ti-number-14-small:before{content:"\fce7"}.ti-number-15-small:before{content:"\fce8"}.ti-number-16-small:before{content:"\fce9"}.ti-number-17-small:before{content:"\fcea"}.ti-number-18-small:before{content:"\fceb"}.ti-number-19-small:before{content:"\fcec"}.ti-number-2:before{content:"\edf2"}.ti-number-2-small:before{content:"\fced"}.ti-number-20-small:before{content:"\fcee"}.ti-number-21-small:before{content:"\fcef"}.ti-number-22-small:before{content:"\fcf0"}.ti-number-23-small:before{content:"\fcf1"}.ti-number-24-small:before{content:"\fcf2"}.ti-number-25-small:before{content:"\fcf3"}.ti-number-26-small:before{content:"\fcf4"}.ti-number-27-small:before{content:"\fcf5"}.ti-number-28-small:before{content:"\fcf6"}.ti-number-29-small:before{content:"\fcf7"}.ti-number-3:before{content:"\edf3"}.ti-number-3-small:before{content:"\fcf8"}.ti-number-30-small:before{content:"\10004"}.ti-number-31-small:before{content:"\10003"}.ti-number-32-small:before{content:"\10002"}.ti-number-33-small:before{content:"\10001"}.ti-number-34-small:before{content:"\10000"}.ti-number-35-small:before{content:"\ffff"}.ti-number-36-small:before{content:"\fffe"}.ti-number-37-small:before{content:"\fffd"}.ti-number-38-small:before{content:"\fffc"}.ti-number-39-small:before{content:"\fffb"}.ti-number-4:before{content:"\edf4"}.ti-number-4-small:before{content:"\fcf9"}.ti-number-40-small:before{content:"\fffa"}.ti-number-41-small:before{content:"\fff9"} -.ti-number-42-small:before{content:"\fff8"}.ti-number-43-small:before{content:"\fff7"}.ti-number-44-small:before{content:"\fff6"}.ti-number-45-small:before{content:"\fff5"}.ti-number-46-small:before{content:"\fff4"}.ti-number-47-small:before{content:"\fff3"}.ti-number-48-small:before{content:"\fff2"}.ti-number-49-small:before{content:"\fff1"}.ti-number-5:before{content:"\edf5"}.ti-number-5-small:before{content:"\fcfa"}.ti-number-50-small:before{content:"\fff0"}.ti-number-51-small:before{content:"\ffef"}.ti-number-52-small:before{content:"\ffee"}.ti-number-53-small:before{content:"\ffed"}.ti-number-54-small:before{content:"\ffec"}.ti-number-55-small:before{content:"\ffeb"}.ti-number-56-small:before{content:"\ffea"}.ti-number-57-small:before{content:"\ffe9"}.ti-number-58-small:before{content:"\ffe8"}.ti-number-59-small:before{content:"\ffe7"}.ti-number-6:before{content:"\edf6"}.ti-number-6-small:before{content:"\fcfb"}.ti-number-60-small:before{content:"\ffe6"}.ti-number-61-small:before{content:"\ffe5"}.ti-number-62-small:before{content:"\ffe4"}.ti-number-63-small:before{content:"\ffe3"}.ti-number-64-small:before{content:"\ffe2"}.ti-number-65-small:before{content:"\ffe1"}.ti-number-66-small:before{content:"\ffe0"}.ti-number-67-small:before{content:"\ffdf"}.ti-number-68-small:before{content:"\ffde"}.ti-number-69-small:before{content:"\ffdd"}.ti-number-7:before{content:"\edf7"}.ti-number-7-small:before{content:"\fcfc"}.ti-number-70-small:before{content:"\ffdc"}.ti-number-71-small:before{content:"\ffdb"}.ti-number-72-small:before{content:"\ffda"}.ti-number-73-small:before{content:"\ffd9"}.ti-number-74-small:before{content:"\ffd8"}.ti-number-75-small:before{content:"\ffd7"}.ti-number-76-small:before{content:"\ffd6"}.ti-number-77-small:before{content:"\ffd5"}.ti-number-78-small:before{content:"\ffd4"}.ti-number-79-small:before{content:"\ffd3"}.ti-number-8:before{content:"\edf8"}.ti-number-8-small:before{content:"\fcfd"}.ti-number-80-small:before{content:"\ffd2"}.ti-number-81-small:before{content:"\ffd1"}.ti-number-82-small:before{content:"\ffd0"}.ti-number-83-small:before{content:"\ffcf"}.ti-number-84-small:before{content:"\ffce"}.ti-number-85-small:before{content:"\ffcd"}.ti-number-86-small:before{content:"\ffcc"}.ti-number-87-small:before{content:"\ffcb"}.ti-number-88-small:before{content:"\ffca"}.ti-number-89-small:before{content:"\ffc9"}.ti-number-9:before{content:"\edf9"}.ti-number-9-small:before{content:"\fcfe"}.ti-number-90-small:before{content:"\ffc8"}.ti-number-91-small:before{content:"\ffc7"}.ti-number-92-small:before{content:"\ffc6"}.ti-number-93-small:before{content:"\ffc5"}.ti-number-94-small:before{content:"\ffc4"}.ti-number-95-small:before{content:"\ffc3"}.ti-number-96-small:before{content:"\ffc2"}.ti-number-97-small:before{content:"\ffc1"}.ti-number-98-small:before{content:"\ffc0"}.ti-number-99-small:before{content:"\ffbf"} -.ti-numbers:before{content:"\f015"}.ti-nurse:before{content:"\ef65"}.ti-nut:before{content:"\fc61"}.ti-object-scan:before{content:"\fef1"}.ti-octagon:before{content:"\ecbd"}.ti-octagon-minus:before{content:"\fc92"}.ti-octagon-minus-2:before{content:"\fc91"}.ti-octagon-off:before{content:"\eeb8"}.ti-octagon-plus:before{content:"\fc94"}.ti-octagon-plus-2:before{content:"\fc93"}.ti-octahedron:before{content:"\faae"}.ti-octahedron-off:before{content:"\faac"}.ti-octahedron-plus:before{content:"\faad"}.ti-old:before{content:"\eeb9"}.ti-olympics:before{content:"\eeba"}.ti-olympics-off:before{content:"\f416"}.ti-om:before{content:"\f58d"}.ti-omega:before{content:"\eb97"}.ti-outbound:before{content:"\f249"}.ti-outlet:before{content:"\ebd7"}.ti-oval:before{content:"\f02e"}.ti-oval-vertical:before{content:"\f02d"}.ti-overline:before{content:"\eebb"}.ti-package:before{content:"\eaff"}.ti-package-export:before{content:"\f07a"}.ti-package-import:before{content:"\f07b"}.ti-package-off:before{content:"\f16c"}.ti-packages:before{content:"\f2c9"}.ti-pacman:before{content:"\eebc"}.ti-page-break:before{content:"\ec81"}.ti-paint:before{content:"\eb00"}.ti-paint-off:before{content:"\f16d"}.ti-palette:before{content:"\eb01"}.ti-palette-off:before{content:"\f16e"}.ti-panorama-horizontal:before{content:"\ed33"}.ti-panorama-horizontal-off:before{content:"\f417"}.ti-panorama-vertical:before{content:"\ed34"}.ti-panorama-vertical-off:before{content:"\f418"}.ti-paper-bag:before{content:"\f02f"}.ti-paper-bag-off:before{content:"\f16f"}.ti-paperclip:before{content:"\eb02"}.ti-parachute:before{content:"\ed7c"}.ti-parachute-off:before{content:"\f170"}.ti-parentheses:before{content:"\ebd8"}.ti-parentheses-off:before{content:"\f171"}.ti-parking:before{content:"\eb03"}.ti-parking-circle:before{content:"\fd5a"}.ti-parking-off:before{content:"\f172"}.ti-password:before{content:"\f4ca"}.ti-password-fingerprint:before{content:"\fc7b"}.ti-password-mobile-phone:before{content:"\fc7c"}.ti-password-user:before{content:"\fc7d"}.ti-paw:before{content:"\eff9"}.ti-paw-off:before{content:"\f419"}.ti-paywall:before{content:"\fd7e"}.ti-pdf:before{content:"\f7ac"}.ti-peace:before{content:"\ecbe"}.ti-pencil:before{content:"\eb04"}.ti-pencil-bolt:before{content:"\fbfd"}.ti-pencil-cancel:before{content:"\fbfe"}.ti-pencil-check:before{content:"\fbff"}.ti-pencil-code:before{content:"\fc00"}.ti-pencil-cog:before{content:"\fc01"}.ti-pencil-discount:before{content:"\fc02"}.ti-pencil-dollar:before{content:"\fc03"}.ti-pencil-down:before{content:"\fc04"}.ti-pencil-exclamation:before{content:"\fc05"}.ti-pencil-heart:before{content:"\fc06"}.ti-pencil-minus:before{content:"\f1eb"}.ti-pencil-off:before{content:"\f173"}.ti-pencil-pause:before{content:"\fc07"} -.ti-pencil-pin:before{content:"\fc08"}.ti-pencil-plus:before{content:"\f1ec"}.ti-pencil-question:before{content:"\fc09"}.ti-pencil-search:before{content:"\fc0a"}.ti-pencil-share:before{content:"\fc0b"}.ti-pencil-star:before{content:"\fc0c"}.ti-pencil-up:before{content:"\fc0d"}.ti-pencil-x:before{content:"\fc0e"}.ti-pennant:before{content:"\ed7d"}.ti-pennant-2:before{content:"\f06a"}.ti-pennant-off:before{content:"\f174"}.ti-pentagon:before{content:"\efe3"}.ti-pentagon-minus:before{content:"\feb3"}.ti-pentagon-number-0:before{content:"\fc7e"}.ti-pentagon-number-1:before{content:"\fc7f"}.ti-pentagon-number-2:before{content:"\fc80"}.ti-pentagon-number-3:before{content:"\fc81"}.ti-pentagon-number-4:before{content:"\fc82"}.ti-pentagon-number-5:before{content:"\fc83"}.ti-pentagon-number-6:before{content:"\fc84"}.ti-pentagon-number-7:before{content:"\fc85"}.ti-pentagon-number-8:before{content:"\fc86"}.ti-pentagon-number-9:before{content:"\fc87"}.ti-pentagon-off:before{content:"\f41a"}.ti-pentagon-plus:before{content:"\fc49"}.ti-pentagon-x:before{content:"\fc88"}.ti-pentagram:before{content:"\f586"}.ti-pepper:before{content:"\ef15"}.ti-pepper-off:before{content:"\f175"}.ti-percentage:before{content:"\ecf4"}.ti-percentage-0:before{content:"\fee5"}.ti-percentage-10:before{content:"\fee4"}.ti-percentage-100:before{content:"\fee3"}.ti-percentage-20:before{content:"\fee2"}.ti-percentage-25:before{content:"\fee1"}.ti-percentage-30:before{content:"\fee0"}.ti-percentage-33:before{content:"\fedf"}.ti-percentage-40:before{content:"\fede"}.ti-percentage-50:before{content:"\fedd"}.ti-percentage-60:before{content:"\fedc"}.ti-percentage-66:before{content:"\fedb"}.ti-percentage-70:before{content:"\feda"}.ti-percentage-75:before{content:"\fed9"}.ti-percentage-80:before{content:"\fed8"}.ti-percentage-90:before{content:"\fed7"}.ti-perfume:before{content:"\f509"}.ti-perspective:before{content:"\eebd"}.ti-perspective-off:before{content:"\f176"}.ti-phone:before{content:"\eb09"}.ti-phone-call:before{content:"\eb05"}.ti-phone-calling:before{content:"\ec43"}.ti-phone-check:before{content:"\ec05"}.ti-phone-done:before{content:"\ff9e"}.ti-phone-end:before{content:"\ff9d"}.ti-phone-incoming:before{content:"\eb06"}.ti-phone-off:before{content:"\ecf5"}.ti-phone-outgoing:before{content:"\eb07"}.ti-phone-pause:before{content:"\eb08"}.ti-phone-plus:before{content:"\ec06"}.ti-phone-ringing:before{content:"\ff9c"}.ti-phone-spark:before{content:"\ffb1"}.ti-phone-x:before{content:"\ec07"}.ti-photo:before{content:"\eb0a"}.ti-photo-ai:before{content:"\fa32"}.ti-photo-bitcoin:before{content:"\ff31"}.ti-photo-bolt:before{content:"\f990"}.ti-photo-cancel:before{content:"\f35d"}.ti-photo-check:before{content:"\f35e"}.ti-photo-circle:before{content:"\fc4a"}.ti-photo-circle-minus:before{content:"\fc62"} -.ti-photo-circle-plus:before{content:"\fc63"}.ti-photo-code:before{content:"\f991"}.ti-photo-cog:before{content:"\f992"}.ti-photo-dollar:before{content:"\f993"}.ti-photo-down:before{content:"\f35f"}.ti-photo-edit:before{content:"\f360"}.ti-photo-exclamation:before{content:"\f994"}.ti-photo-heart:before{content:"\f361"}.ti-photo-hexagon:before{content:"\fc4b"}.ti-photo-minus:before{content:"\f362"}.ti-photo-off:before{content:"\ecf6"}.ti-photo-pause:before{content:"\f995"}.ti-photo-pentagon:before{content:"\fc4c"}.ti-photo-pin:before{content:"\f996"}.ti-photo-plus:before{content:"\f363"}.ti-photo-question:before{content:"\f997"}.ti-photo-scan:before{content:"\fca8"}.ti-photo-search:before{content:"\f364"}.ti-photo-sensor:before{content:"\f798"}.ti-photo-sensor-2:before{content:"\f796"}.ti-photo-sensor-3:before{content:"\f797"}.ti-photo-share:before{content:"\f998"}.ti-photo-shield:before{content:"\f365"}.ti-photo-spark:before{content:"\ffb0"}.ti-photo-square-rounded:before{content:"\fc4d"}.ti-photo-star:before{content:"\f366"}.ti-photo-up:before{content:"\f38b"}.ti-photo-video:before{content:"\fc95"}.ti-photo-x:before{content:"\f367"}.ti-physotherapist:before{content:"\eebe"}.ti-piano:before{content:"\fad3"}.ti-pick:before{content:"\fafc"}.ti-picnic-table:before{content:"\fed6"}.ti-picture-in-picture:before{content:"\ed35"}.ti-picture-in-picture-off:before{content:"\ed43"}.ti-picture-in-picture-on:before{content:"\ed44"}.ti-picture-in-picture-top:before{content:"\efe4"}.ti-pig:before{content:"\ef52"}.ti-pig-money:before{content:"\f38c"}.ti-pig-off:before{content:"\f177"}.ti-pilcrow:before{content:"\f5f6"}.ti-pilcrow-left:before{content:"\fd7f"}.ti-pilcrow-right:before{content:"\fd80"}.ti-pill:before{content:"\ec44"}.ti-pill-off:before{content:"\f178"}.ti-pills:before{content:"\ef66"}.ti-pin:before{content:"\ec9c"}.ti-pin-end:before{content:"\fd5b"}.ti-pin-invoke:before{content:"\fd5c"}.ti-ping-pong:before{content:"\f38d"}.ti-pinned:before{content:"\ed60"}.ti-pinned-off:before{content:"\ed5f"}.ti-pizza:before{content:"\edbb"}.ti-pizza-off:before{content:"\f179"}.ti-placeholder:before{content:"\f626"}.ti-plane:before{content:"\eb6f"}.ti-plane-arrival:before{content:"\eb99"}.ti-plane-departure:before{content:"\eb9a"}.ti-plane-inflight:before{content:"\ef98"}.ti-plane-off:before{content:"\f17a"}.ti-plane-tilt:before{content:"\f1ed"}.ti-planet:before{content:"\ec08"}.ti-planet-off:before{content:"\f17b"}.ti-plant:before{content:"\ed50"}.ti-plant-2:before{content:"\ed7e"}.ti-plant-2-off:before{content:"\f17c"}.ti-plant-off:before{content:"\f17d"}.ti-play-basketball:before{content:"\fa66"}.ti-play-card:before{content:"\eebf"}.ti-play-card-1:before{content:"\1005c"}.ti-play-card-10:before{content:"\1005b"} -.ti-play-card-2:before{content:"\1005a"}.ti-play-card-3:before{content:"\10059"}.ti-play-card-4:before{content:"\10058"}.ti-play-card-5:before{content:"\10057"}.ti-play-card-6:before{content:"\10056"}.ti-play-card-7:before{content:"\10055"}.ti-play-card-8:before{content:"\10054"}.ti-play-card-9:before{content:"\10053"}.ti-play-card-a:before{content:"\10052"}.ti-play-card-j:before{content:"\10051"}.ti-play-card-k:before{content:"\10050"}.ti-play-card-off:before{content:"\f17e"}.ti-play-card-q:before{content:"\1004f"}.ti-play-card-star:before{content:"\1004e"}.ti-play-football:before{content:"\fa67"}.ti-play-handball:before{content:"\fa68"}.ti-play-volleyball:before{content:"\fa69"}.ti-player-eject:before{content:"\efbc"}.ti-player-pause:before{content:"\ed45"}.ti-player-play:before{content:"\ed46"}.ti-player-record:before{content:"\ed47"}.ti-player-skip-back:before{content:"\ed48"}.ti-player-skip-forward:before{content:"\ed49"}.ti-player-stop:before{content:"\ed4a"}.ti-player-track-next:before{content:"\ed4b"}.ti-player-track-prev:before{content:"\ed4c"}.ti-playlist:before{content:"\eec0"}.ti-playlist-add:before{content:"\f008"}.ti-playlist-off:before{content:"\f17f"}.ti-playlist-x:before{content:"\f009"}.ti-playstation-circle:before{content:"\f2ad"}.ti-playstation-square:before{content:"\f2ae"}.ti-playstation-triangle:before{content:"\f2af"}.ti-playstation-x:before{content:"\f2b0"}.ti-plug:before{content:"\ebd9"}.ti-plug-connected:before{content:"\f00a"}.ti-plug-connected-x:before{content:"\f0a0"}.ti-plug-off:before{content:"\f180"}.ti-plug-x:before{content:"\f0a1"}.ti-plus:before{content:"\eb0b"}.ti-plus-equal:before{content:"\f7ad"}.ti-plus-minus:before{content:"\f7ae"}.ti-png:before{content:"\f3ad"}.ti-podium:before{content:"\f1d8"}.ti-podium-off:before{content:"\f41b"}.ti-point:before{content:"\eb0c"}.ti-point-off:before{content:"\f181"}.ti-pointer:before{content:"\f265"}.ti-pointer-bolt:before{content:"\f999"}.ti-pointer-cancel:before{content:"\f99a"}.ti-pointer-check:before{content:"\f99b"}.ti-pointer-code:before{content:"\f99c"}.ti-pointer-cog:before{content:"\f99d"}.ti-pointer-dollar:before{content:"\f99e"}.ti-pointer-down:before{content:"\f99f"}.ti-pointer-exclamation:before{content:"\f9a0"}.ti-pointer-heart:before{content:"\f9a1"}.ti-pointer-minus:before{content:"\f9a2"}.ti-pointer-off:before{content:"\f9a3"}.ti-pointer-pause:before{content:"\f9a4"}.ti-pointer-pin:before{content:"\f9a5"}.ti-pointer-plus:before{content:"\f9a6"}.ti-pointer-question:before{content:"\f9a7"}.ti-pointer-search:before{content:"\f9a8"}.ti-pointer-share:before{content:"\f9a9"}.ti-pointer-star:before{content:"\f9aa"}.ti-pointer-up:before{content:"\f9ab"}.ti-pointer-x:before{content:"\f9ac"}.ti-pokeball:before{content:"\eec1"}.ti-pokeball-off:before{content:"\f41c"} -.ti-poker-chip:before{content:"\f515"}.ti-polaroid:before{content:"\eec2"}.ti-polygon:before{content:"\efd0"}.ti-polygon-off:before{content:"\f182"}.ti-poo:before{content:"\f258"}.ti-pool:before{content:"\ed91"}.ti-pool-off:before{content:"\f41d"}.ti-power:before{content:"\eb0d"}.ti-pray:before{content:"\ecbf"}.ti-premium-rights:before{content:"\efbd"}.ti-prescription:before{content:"\ef99"}.ti-presentation:before{content:"\eb70"}.ti-presentation-analytics:before{content:"\eec3"}.ti-presentation-off:before{content:"\f183"}.ti-printer:before{content:"\eb0e"}.ti-printer-off:before{content:"\f184"}.ti-prism:before{content:"\fab1"}.ti-prism-light:before{content:"\fea6"}.ti-prism-off:before{content:"\faaf"}.ti-prism-plus:before{content:"\fab0"}.ti-prison:before{content:"\ef79"}.ti-progress:before{content:"\fa0d"}.ti-progress-alert:before{content:"\fa07"}.ti-progress-bolt:before{content:"\fa08"}.ti-progress-check:before{content:"\fa09"}.ti-progress-down:before{content:"\fa0a"}.ti-progress-help:before{content:"\fa0b"}.ti-progress-x:before{content:"\fa0c"}.ti-prompt:before{content:"\eb0f"}.ti-prong:before{content:"\fda1"}.ti-propeller:before{content:"\eec4"}.ti-propeller-off:before{content:"\f185"}.ti-protocol:before{content:"\fd81"}.ti-pumpkin-scary:before{content:"\f587"}.ti-puzzle:before{content:"\eb10"}.ti-puzzle-2:before{content:"\ef83"}.ti-puzzle-off:before{content:"\f186"}.ti-pyramid:before{content:"\eec5"}.ti-pyramid-off:before{content:"\f187"}.ti-pyramid-plus:before{content:"\fab2"}.ti-qrcode:before{content:"\eb11"}.ti-qrcode-off:before{content:"\f41e"}.ti-question-mark:before{content:"\ec9d"}.ti-quote:before{content:"\efbe"}.ti-quote-off:before{content:"\f188"}.ti-quotes:before{content:"\fb1e"}.ti-radar:before{content:"\f017"}.ti-radar-2:before{content:"\f016"}.ti-radar-off:before{content:"\f41f"}.ti-radio:before{content:"\ef2d"}.ti-radio-off:before{content:"\f420"}.ti-radioactive:before{content:"\ecc0"}.ti-radioactive-off:before{content:"\f189"}.ti-radius-bottom-left:before{content:"\eec6"}.ti-radius-bottom-right:before{content:"\eec7"}.ti-radius-top-left:before{content:"\eec8"}.ti-radius-top-right:before{content:"\eec9"}.ti-rainbow:before{content:"\edbc"}.ti-rainbow-off:before{content:"\f18a"}.ti-rating-12-plus:before{content:"\f266"}.ti-rating-14-plus:before{content:"\f267"}.ti-rating-16-plus:before{content:"\f268"}.ti-rating-18-plus:before{content:"\f269"}.ti-rating-21-plus:before{content:"\f26a"}.ti-razor:before{content:"\f4b5"}.ti-razor-electric:before{content:"\f4b4"}.ti-receipt:before{content:"\edfd"}.ti-receipt-2:before{content:"\edfa"}.ti-receipt-bitcoin:before{content:"\fd66"}.ti-receipt-dollar:before{content:"\fd67"}.ti-receipt-euro:before{content:"\fd68"}.ti-receipt-off:before{content:"\edfb"} -.ti-receipt-pound:before{content:"\fd69"}.ti-receipt-refund:before{content:"\edfc"}.ti-receipt-rupee:before{content:"\fd82"}.ti-receipt-tax:before{content:"\edbd"}.ti-receipt-yen:before{content:"\fd6a"}.ti-receipt-yuan:before{content:"\fd6b"}.ti-recharging:before{content:"\eeca"}.ti-record-mail:before{content:"\eb12"}.ti-record-mail-off:before{content:"\f18b"}.ti-rectangle:before{content:"\ed37"}.ti-rectangle-rounded-bottom:before{content:"\faed"}.ti-rectangle-rounded-top:before{content:"\faee"}.ti-rectangle-vertical:before{content:"\ed36"}.ti-rectangular-prism:before{content:"\fab5"}.ti-rectangular-prism-off:before{content:"\fab3"}.ti-rectangular-prism-plus:before{content:"\fab4"}.ti-recycle:before{content:"\eb9b"}.ti-recycle-off:before{content:"\f18c"}.ti-refresh:before{content:"\eb13"}.ti-refresh-alert:before{content:"\ed57"}.ti-refresh-dot:before{content:"\efbf"}.ti-refresh-off:before{content:"\f18d"}.ti-regex:before{content:"\f31f"}.ti-regex-off:before{content:"\f421"}.ti-registered:before{content:"\eb14"}.ti-relation-many-to-many:before{content:"\ed7f"}.ti-relation-one-to-many:before{content:"\ed80"}.ti-relation-one-to-one:before{content:"\ed81"}.ti-reload:before{content:"\f3ae"}.ti-reorder:before{content:"\fc15"}.ti-repeat:before{content:"\eb72"}.ti-repeat-off:before{content:"\f18e"}.ti-repeat-once:before{content:"\eb71"}.ti-replace:before{content:"\ebc7"}.ti-replace-off:before{content:"\f422"}.ti-report:before{content:"\eece"}.ti-report-analytics:before{content:"\eecb"}.ti-report-medical:before{content:"\eecc"}.ti-report-money:before{content:"\eecd"}.ti-report-off:before{content:"\f18f"}.ti-report-search:before{content:"\ef84"}.ti-reserved-line:before{content:"\f9f6"}.ti-resize:before{content:"\eecf"}.ti-restore:before{content:"\fafd"}.ti-rewind-backward-10:before{content:"\faba"}.ti-rewind-backward-15:before{content:"\fabb"}.ti-rewind-backward-20:before{content:"\fabc"}.ti-rewind-backward-30:before{content:"\fabd"}.ti-rewind-backward-40:before{content:"\fabe"}.ti-rewind-backward-5:before{content:"\fabf"}.ti-rewind-backward-50:before{content:"\fac0"}.ti-rewind-backward-60:before{content:"\fac1"}.ti-rewind-forward-10:before{content:"\fac2"}.ti-rewind-forward-15:before{content:"\fac3"}.ti-rewind-forward-20:before{content:"\fac4"}.ti-rewind-forward-30:before{content:"\fac5"}.ti-rewind-forward-40:before{content:"\fac6"}.ti-rewind-forward-5:before{content:"\fac7"}.ti-rewind-forward-50:before{content:"\fac8"}.ti-rewind-forward-60:before{content:"\fac9"}.ti-ribbon-health:before{content:"\f58e"}.ti-rings:before{content:"\fa6a"}.ti-ripple:before{content:"\ed82"}.ti-ripple-off:before{content:"\f190"}.ti-road:before{content:"\f018"}.ti-road-off:before{content:"\f191"}.ti-road-sign:before{content:"\ecdd"}.ti-robot:before{content:"\f00b"}.ti-robot-face:before{content:"\fcbe"} -.ti-robot-off:before{content:"\f192"}.ti-rocket:before{content:"\ec45"}.ti-rocket-off:before{content:"\f193"}.ti-roller-skating:before{content:"\efd1"}.ti-rollercoaster:before{content:"\f0a2"}.ti-rollercoaster-off:before{content:"\f423"}.ti-rosette:before{content:"\f599"}.ti-rosette-discount:before{content:"\ee7c"}.ti-rosette-discount-check:before{content:"\f1f8"}.ti-rosette-discount-check-off:before{content:"\ff10"}.ti-rosette-discount-off:before{content:"\f3e6"}.ti-rosette-number-0:before{content:"\f58f"}.ti-rosette-number-1:before{content:"\f590"}.ti-rosette-number-2:before{content:"\f591"}.ti-rosette-number-3:before{content:"\f592"}.ti-rosette-number-4:before{content:"\f593"}.ti-rosette-number-5:before{content:"\f594"}.ti-rosette-number-6:before{content:"\f595"}.ti-rosette-number-7:before{content:"\f596"}.ti-rosette-number-8:before{content:"\f597"}.ti-rosette-number-9:before{content:"\f598"}.ti-rotate:before{content:"\eb16"}.ti-rotate-2:before{content:"\ebb4"}.ti-rotate-360:before{content:"\ef85"}.ti-rotate-3d:before{content:"\f020"}.ti-rotate-clockwise:before{content:"\eb15"}.ti-rotate-clockwise-2:before{content:"\ebb5"}.ti-rotate-dot:before{content:"\efe5"}.ti-rotate-rectangle:before{content:"\ec15"}.ti-route:before{content:"\eb17"}.ti-route-2:before{content:"\f4b6"}.ti-route-alt-left:before{content:"\fca9"}.ti-route-alt-right:before{content:"\fcaa"}.ti-route-off:before{content:"\f194"}.ti-route-scan:before{content:"\fcbf"}.ti-route-square:before{content:"\fcac"}.ti-route-square-2:before{content:"\fcab"}.ti-route-x:before{content:"\fcae"}.ti-route-x-2:before{content:"\fcad"}.ti-router:before{content:"\eb18"}.ti-router-off:before{content:"\f424"}.ti-row-insert-bottom:before{content:"\eed0"}.ti-row-insert-top:before{content:"\eed1"}.ti-row-remove:before{content:"\fafe"}.ti-rss:before{content:"\eb19"}.ti-rubber-stamp:before{content:"\f5ab"}.ti-rubber-stamp-off:before{content:"\f5aa"}.ti-ruler:before{content:"\eb1a"}.ti-ruler-2:before{content:"\eed2"}.ti-ruler-2-off:before{content:"\f195"}.ti-ruler-3:before{content:"\f290"}.ti-ruler-measure:before{content:"\f291"}.ti-ruler-measure-2:before{content:"\ff0f"}.ti-ruler-off:before{content:"\f196"}.ti-run:before{content:"\ec82"}.ti-rv-truck:before{content:"\fcc0"}.ti-s-turn-down:before{content:"\f516"}.ti-s-turn-left:before{content:"\f517"}.ti-s-turn-right:before{content:"\f518"}.ti-s-turn-up:before{content:"\f519"}.ti-sailboat:before{content:"\ec83"}.ti-sailboat-2:before{content:"\f5f7"}.ti-sailboat-off:before{content:"\f425"}.ti-salad:before{content:"\f50a"}.ti-salt:before{content:"\ef16"}.ti-sandbox:before{content:"\fd6c"}.ti-satellite:before{content:"\eed3"}.ti-satellite-off:before{content:"\f197"}.ti-sausage:before{content:"\ef17"}.ti-scale:before{content:"\ebc2"} -.ti-scale-off:before{content:"\f198"}.ti-scale-outline:before{content:"\ef53"}.ti-scale-outline-off:before{content:"\f199"}.ti-scan:before{content:"\ebc8"}.ti-scan-eye:before{content:"\f1ff"}.ti-scan-position:before{content:"\fdac"}.ti-schema:before{content:"\f200"}.ti-schema-off:before{content:"\f426"}.ti-school:before{content:"\ecf7"}.ti-school-bell:before{content:"\f64a"}.ti-school-off:before{content:"\f19a"}.ti-scissors:before{content:"\eb1b"}.ti-scissors-off:before{content:"\f19b"}.ti-scooter:before{content:"\ec6c"}.ti-scooter-electric:before{content:"\ecc1"}.ti-scoreboard:before{content:"\fa6b"}.ti-screen-share:before{content:"\ed18"}.ti-screen-share-off:before{content:"\ed17"}.ti-screenshot:before{content:"\f201"}.ti-scribble:before{content:"\f0a3"}.ti-scribble-off:before{content:"\f427"}.ti-script:before{content:"\f2da"}.ti-script-minus:before{content:"\f2d7"}.ti-script-plus:before{content:"\f2d8"}.ti-script-x:before{content:"\f2d9"}.ti-scuba-diving:before{content:"\fd4e"}.ti-scuba-diving-tank:before{content:"\fefa"}.ti-scuba-mask:before{content:"\eed4"}.ti-scuba-mask-off:before{content:"\f428"}.ti-sdk:before{content:"\f3af"}.ti-search:before{content:"\eb1c"}.ti-search-off:before{content:"\f19c"}.ti-section:before{content:"\eed5"}.ti-section-sign:before{content:"\f019"}.ti-seeding:before{content:"\ed51"}.ti-seeding-off:before{content:"\f19d"}.ti-select:before{content:"\ec9e"}.ti-select-all:before{content:"\f9f7"}.ti-selector:before{content:"\eb1d"}.ti-send:before{content:"\eb1e"}.ti-send-2:before{content:"\fd5d"}.ti-send-off:before{content:"\f429"}.ti-seo:before{content:"\f26b"}.ti-separator:before{content:"\ebda"}.ti-separator-horizontal:before{content:"\ec79"}.ti-separator-vertical:before{content:"\ec7a"}.ti-server:before{content:"\eb1f"}.ti-server-2:before{content:"\f07c"}.ti-server-bolt:before{content:"\f320"}.ti-server-cog:before{content:"\f321"}.ti-server-off:before{content:"\f19e"}.ti-server-spark:before{content:"\ffaf"}.ti-servicemark:before{content:"\ec09"}.ti-settings:before{content:"\eb20"}.ti-settings-2:before{content:"\f5ac"}.ti-settings-automation:before{content:"\eed6"}.ti-settings-bolt:before{content:"\f9ad"}.ti-settings-cancel:before{content:"\f9ae"}.ti-settings-check:before{content:"\f9af"}.ti-settings-code:before{content:"\f9b0"}.ti-settings-cog:before{content:"\f9b1"}.ti-settings-dollar:before{content:"\f9b2"}.ti-settings-down:before{content:"\f9b3"}.ti-settings-exclamation:before{content:"\f9b4"}.ti-settings-heart:before{content:"\f9b5"}.ti-settings-minus:before{content:"\f9b6"}.ti-settings-off:before{content:"\f19f"}.ti-settings-pause:before{content:"\f9b7"}.ti-settings-pin:before{content:"\f9b8"}.ti-settings-plus:before{content:"\f9b9"}.ti-settings-question:before{content:"\f9ba"} -.ti-settings-search:before{content:"\f9bb"}.ti-settings-share:before{content:"\f9bc"}.ti-settings-spark:before{content:"\ffae"}.ti-settings-star:before{content:"\f9bd"}.ti-settings-up:before{content:"\f9be"}.ti-settings-x:before{content:"\f9bf"}.ti-shadow:before{content:"\eed8"}.ti-shadow-off:before{content:"\eed7"}.ti-shape:before{content:"\eb9c"}.ti-shape-2:before{content:"\eed9"}.ti-shape-3:before{content:"\eeda"}.ti-shape-off:before{content:"\f1a0"}.ti-share:before{content:"\eb21"}.ti-share-2:before{content:"\f799"}.ti-share-3:before{content:"\f7bd"}.ti-share-off:before{content:"\f1a1"}.ti-shareplay:before{content:"\fea5"}.ti-shield:before{content:"\eb24"}.ti-shield-bolt:before{content:"\f9c0"}.ti-shield-cancel:before{content:"\f9c1"}.ti-shield-check:before{content:"\eb22"}.ti-shield-checkered:before{content:"\ef9a"}.ti-shield-chevron:before{content:"\ef9b"}.ti-shield-code:before{content:"\f9c2"}.ti-shield-cog:before{content:"\f9c3"}.ti-shield-dollar:before{content:"\f9c4"}.ti-shield-down:before{content:"\f9c5"}.ti-shield-exclamation:before{content:"\f9c6"}.ti-shield-half:before{content:"\f358"}.ti-shield-heart:before{content:"\f9c7"}.ti-shield-lock:before{content:"\ed58"}.ti-shield-minus:before{content:"\f9c8"}.ti-shield-off:before{content:"\ecf8"}.ti-shield-pause:before{content:"\f9c9"}.ti-shield-pin:before{content:"\f9ca"}.ti-shield-plus:before{content:"\f9cb"}.ti-shield-question:before{content:"\f9cc"}.ti-shield-search:before{content:"\f9cd"}.ti-shield-share:before{content:"\f9ce"}.ti-shield-star:before{content:"\f9cf"}.ti-shield-up:before{content:"\f9d0"}.ti-shield-x:before{content:"\eb23"}.ti-ship:before{content:"\ec84"}.ti-ship-off:before{content:"\f42a"}.ti-shirt:before{content:"\ec0a"}.ti-shirt-off:before{content:"\f1a2"}.ti-shirt-sport:before{content:"\f26c"}.ti-shoe:before{content:"\efd2"}.ti-shoe-off:before{content:"\f1a4"}.ti-shopping-bag:before{content:"\f5f8"}.ti-shopping-bag-check:before{content:"\fc16"}.ti-shopping-bag-discount:before{content:"\fc17"}.ti-shopping-bag-edit:before{content:"\fc18"}.ti-shopping-bag-exclamation:before{content:"\fc19"}.ti-shopping-bag-heart:before{content:"\fda2"}.ti-shopping-bag-minus:before{content:"\fc1a"}.ti-shopping-bag-plus:before{content:"\fc1b"}.ti-shopping-bag-search:before{content:"\fc1c"}.ti-shopping-bag-x:before{content:"\fc1d"}.ti-shopping-cart:before{content:"\eb25"}.ti-shopping-cart-bolt:before{content:"\fb57"}.ti-shopping-cart-cancel:before{content:"\fb58"}.ti-shopping-cart-check:before{content:"\fb59"}.ti-shopping-cart-code:before{content:"\fb5a"}.ti-shopping-cart-cog:before{content:"\fb5b"}.ti-shopping-cart-copy:before{content:"\fb5c"}.ti-shopping-cart-discount:before{content:"\fb5d"}.ti-shopping-cart-dollar:before{content:"\fb5e"}.ti-shopping-cart-down:before{content:"\fb5f"} -.ti-shopping-cart-exclamation:before{content:"\fb60"}.ti-shopping-cart-heart:before{content:"\fb61"}.ti-shopping-cart-minus:before{content:"\fb62"}.ti-shopping-cart-off:before{content:"\eedc"}.ti-shopping-cart-pause:before{content:"\fb63"}.ti-shopping-cart-pin:before{content:"\fb64"}.ti-shopping-cart-plus:before{content:"\fb65"}.ti-shopping-cart-question:before{content:"\fb66"}.ti-shopping-cart-search:before{content:"\fb67"}.ti-shopping-cart-share:before{content:"\fb68"}.ti-shopping-cart-star:before{content:"\fb69"}.ti-shopping-cart-up:before{content:"\fb6a"}.ti-shopping-cart-x:before{content:"\fb6b"}.ti-shovel:before{content:"\f1d9"}.ti-shovel-pitchforks:before{content:"\fd3a"}.ti-shredder:before{content:"\eedf"}.ti-sign-left:before{content:"\f06b"}.ti-sign-right:before{content:"\f06c"}.ti-signal-2g:before{content:"\f79a"}.ti-signal-3g:before{content:"\f1ee"}.ti-signal-4g:before{content:"\f1ef"}.ti-signal-4g-plus:before{content:"\f259"}.ti-signal-5g:before{content:"\f1f0"}.ti-signal-6g:before{content:"\f9f8"}.ti-signal-e:before{content:"\f9f9"}.ti-signal-g:before{content:"\f9fa"}.ti-signal-h:before{content:"\f9fc"}.ti-signal-h-plus:before{content:"\f9fb"}.ti-signal-lte:before{content:"\f9fd"}.ti-signature:before{content:"\eee0"}.ti-signature-off:before{content:"\f1a5"}.ti-sitemap:before{content:"\eb9d"}.ti-sitemap-off:before{content:"\f1a6"}.ti-skateboard:before{content:"\ecc2"}.ti-skateboard-off:before{content:"\f42b"}.ti-skateboarding:before{content:"\faca"}.ti-skew-x:before{content:"\fd3b"}.ti-skew-y:before{content:"\fd3c"}.ti-ski-jumping:before{content:"\fa6c"}.ti-skull:before{content:"\f292"}.ti-slash:before{content:"\f4f9"}.ti-slashes:before{content:"\f588"}.ti-sleigh:before{content:"\ef9c"}.ti-slice:before{content:"\ebdb"}.ti-slideshow:before{content:"\ebc9"}.ti-smart-home:before{content:"\ecde"}.ti-smart-home-off:before{content:"\f1a7"}.ti-smoking:before{content:"\ecc4"}.ti-smoking-no:before{content:"\ecc3"}.ti-snowboarding:before{content:"\fd4f"}.ti-snowflake:before{content:"\ec0b"}.ti-snowflake-off:before{content:"\f1a8"}.ti-snowman:before{content:"\f26d"}.ti-soccer-field:before{content:"\ed92"}.ti-social:before{content:"\ebec"}.ti-social-off:before{content:"\f1a9"}.ti-sock:before{content:"\eee1"}.ti-sofa:before{content:"\efaf"}.ti-sofa-off:before{content:"\f42c"}.ti-solar-electricity:before{content:"\fcc1"}.ti-solar-panel:before{content:"\f7bf"}.ti-solar-panel-2:before{content:"\f7be"}.ti-sort-0-9:before{content:"\f54d"}.ti-sort-9-0:before{content:"\f54e"}.ti-sort-a-z:before{content:"\f54f"}.ti-sort-ascending:before{content:"\eb26"}.ti-sort-ascending-2:before{content:"\eee2"}.ti-sort-ascending-letters:before{content:"\ef18"}.ti-sort-ascending-numbers:before{content:"\ef19"}.ti-sort-ascending-shapes:before{content:"\fd94"} -.ti-sort-ascending-small-big:before{content:"\fd95"}.ti-sort-descending:before{content:"\eb27"}.ti-sort-descending-2:before{content:"\eee3"}.ti-sort-descending-letters:before{content:"\ef1a"}.ti-sort-descending-numbers:before{content:"\ef1b"}.ti-sort-descending-shapes:before{content:"\fd97"}.ti-sort-descending-small-big:before{content:"\fd96"}.ti-sort-z-a:before{content:"\f550"}.ti-sos:before{content:"\f24a"}.ti-soup:before{content:"\ef2e"}.ti-soup-off:before{content:"\f42d"}.ti-source-code:before{content:"\f4a2"}.ti-space:before{content:"\ec0c"}.ti-space-off:before{content:"\f1aa"}.ti-spaces:before{content:"\fea4"}.ti-spacing-horizontal:before{content:"\ef54"}.ti-spacing-vertical:before{content:"\ef55"}.ti-spade:before{content:"\effa"}.ti-sparkles:before{content:"\f6d7"}.ti-speakerphone:before{content:"\ed61"}.ti-speedboat:before{content:"\ed93"}.ti-sphere:before{content:"\fab8"}.ti-sphere-off:before{content:"\fab6"}.ti-sphere-plus:before{content:"\fab7"}.ti-spider:before{content:"\f293"}.ti-spiral:before{content:"\f294"}.ti-spiral-off:before{content:"\f42e"}.ti-sport-billard:before{content:"\eee4"}.ti-spray:before{content:"\f50b"}.ti-spy:before{content:"\f227"}.ti-spy-off:before{content:"\f42f"}.ti-sql:before{content:"\f7c0"}.ti-square:before{content:"\eb2c"}.ti-square-arrow-down:before{content:"\f4b7"}.ti-square-arrow-left:before{content:"\f4b8"}.ti-square-arrow-right:before{content:"\f4b9"}.ti-square-arrow-up:before{content:"\f4ba"}.ti-square-asterisk:before{content:"\f01a"}.ti-square-check:before{content:"\eb28"}.ti-square-chevron-down:before{content:"\f627"}.ti-square-chevron-left:before{content:"\f628"}.ti-square-chevron-right:before{content:"\f629"}.ti-square-chevron-up:before{content:"\f62a"}.ti-square-chevrons-down:before{content:"\f64b"}.ti-square-chevrons-left:before{content:"\f64c"}.ti-square-chevrons-right:before{content:"\f64d"}.ti-square-chevrons-up:before{content:"\f64e"}.ti-square-dot:before{content:"\ed59"}.ti-square-f0:before{content:"\f526"}.ti-square-f1:before{content:"\f527"}.ti-square-f2:before{content:"\f528"}.ti-square-f3:before{content:"\f529"}.ti-square-f4:before{content:"\f52a"}.ti-square-f5:before{content:"\f52b"}.ti-square-f6:before{content:"\f52c"}.ti-square-f7:before{content:"\f52d"}.ti-square-f8:before{content:"\f52e"}.ti-square-f9:before{content:"\f52f"}.ti-square-forbid:before{content:"\ed5b"}.ti-square-forbid-2:before{content:"\ed5a"}.ti-square-half:before{content:"\effb"}.ti-square-key:before{content:"\f638"}.ti-square-letter-a:before{content:"\f47c"}.ti-square-letter-b:before{content:"\f47d"}.ti-square-letter-c:before{content:"\f47e"}.ti-square-letter-d:before{content:"\f47f"}.ti-square-letter-e:before{content:"\f480"}.ti-square-letter-f:before{content:"\f481"}.ti-square-letter-g:before{content:"\f482"}.ti-square-letter-h:before{content:"\f483"} -.ti-square-letter-i:before{content:"\f484"}.ti-square-letter-j:before{content:"\f485"}.ti-square-letter-k:before{content:"\f486"}.ti-square-letter-l:before{content:"\f487"}.ti-square-letter-m:before{content:"\f488"}.ti-square-letter-n:before{content:"\f489"}.ti-square-letter-o:before{content:"\f48a"}.ti-square-letter-p:before{content:"\f48b"}.ti-square-letter-q:before{content:"\f48c"}.ti-square-letter-r:before{content:"\f48d"}.ti-square-letter-s:before{content:"\f48e"}.ti-square-letter-t:before{content:"\f48f"}.ti-square-letter-u:before{content:"\f490"}.ti-square-letter-v:before{content:"\f4bb"}.ti-square-letter-w:before{content:"\f491"}.ti-square-letter-x:before{content:"\f4bc"}.ti-square-letter-y:before{content:"\f492"}.ti-square-letter-z:before{content:"\f493"}.ti-square-minus:before{content:"\eb29"}.ti-square-number-0:before{content:"\eee5"}.ti-square-number-1:before{content:"\eee6"}.ti-square-number-2:before{content:"\eee7"}.ti-square-number-3:before{content:"\eee8"}.ti-square-number-4:before{content:"\eee9"}.ti-square-number-5:before{content:"\eeea"}.ti-square-number-6:before{content:"\eeeb"}.ti-square-number-7:before{content:"\eeec"}.ti-square-number-8:before{content:"\eeed"}.ti-square-number-9:before{content:"\eeee"}.ti-square-off:before{content:"\eeef"}.ti-square-percentage:before{content:"\fd83"}.ti-square-plus:before{content:"\eb2a"}.ti-square-plus-2:before{content:"\fc96"}.ti-square-root:before{content:"\eef1"}.ti-square-root-2:before{content:"\eef0"}.ti-square-rotated:before{content:"\ecdf"}.ti-square-rotated-forbid:before{content:"\f01c"}.ti-square-rotated-forbid-2:before{content:"\f01b"}.ti-square-rotated-off:before{content:"\eef2"}.ti-square-rounded:before{content:"\f59a"}.ti-square-rounded-arrow-down:before{content:"\f639"}.ti-square-rounded-arrow-left:before{content:"\f63a"}.ti-square-rounded-arrow-right:before{content:"\f63b"}.ti-square-rounded-arrow-up:before{content:"\f63c"}.ti-square-rounded-check:before{content:"\f63d"}.ti-square-rounded-chevron-down:before{content:"\f62b"}.ti-square-rounded-chevron-left:before{content:"\f62c"}.ti-square-rounded-chevron-right:before{content:"\f62d"}.ti-square-rounded-chevron-up:before{content:"\f62e"}.ti-square-rounded-chevrons-down:before{content:"\f64f"}.ti-square-rounded-chevrons-left:before{content:"\f650"}.ti-square-rounded-chevrons-right:before{content:"\f651"}.ti-square-rounded-chevrons-up:before{content:"\f652"}.ti-square-rounded-letter-a:before{content:"\f5ae"}.ti-square-rounded-letter-b:before{content:"\f5af"}.ti-square-rounded-letter-c:before{content:"\f5b0"}.ti-square-rounded-letter-d:before{content:"\f5b1"}.ti-square-rounded-letter-e:before{content:"\f5b2"}.ti-square-rounded-letter-f:before{content:"\f5b3"}.ti-square-rounded-letter-g:before{content:"\f5b4"}.ti-square-rounded-letter-h:before{content:"\f5b5"}.ti-square-rounded-letter-i:before{content:"\f5b6"}.ti-square-rounded-letter-j:before{content:"\f5b7"}.ti-square-rounded-letter-k:before{content:"\f5b8"} -.ti-square-rounded-letter-l:before{content:"\f5b9"}.ti-square-rounded-letter-m:before{content:"\f5ba"}.ti-square-rounded-letter-n:before{content:"\f5bb"}.ti-square-rounded-letter-o:before{content:"\f5bc"}.ti-square-rounded-letter-p:before{content:"\f5bd"}.ti-square-rounded-letter-q:before{content:"\f5be"}.ti-square-rounded-letter-r:before{content:"\f5bf"}.ti-square-rounded-letter-s:before{content:"\f5c0"}.ti-square-rounded-letter-t:before{content:"\f5c1"}.ti-square-rounded-letter-u:before{content:"\f5c2"}.ti-square-rounded-letter-v:before{content:"\f5c3"}.ti-square-rounded-letter-w:before{content:"\f5c4"}.ti-square-rounded-letter-x:before{content:"\f5c5"}.ti-square-rounded-letter-y:before{content:"\f5c6"}.ti-square-rounded-letter-z:before{content:"\f5c7"}.ti-square-rounded-minus:before{content:"\f63e"}.ti-square-rounded-minus-2:before{content:"\fc97"}.ti-square-rounded-number-0:before{content:"\f5c8"}.ti-square-rounded-number-1:before{content:"\f5c9"}.ti-square-rounded-number-2:before{content:"\f5ca"}.ti-square-rounded-number-3:before{content:"\f5cb"}.ti-square-rounded-number-4:before{content:"\f5cc"}.ti-square-rounded-number-5:before{content:"\f5cd"}.ti-square-rounded-number-6:before{content:"\f5ce"}.ti-square-rounded-number-7:before{content:"\f5cf"}.ti-square-rounded-number-8:before{content:"\f5d0"}.ti-square-rounded-number-9:before{content:"\f5d1"}.ti-square-rounded-percentage:before{content:"\fd84"}.ti-square-rounded-plus:before{content:"\f63f"}.ti-square-rounded-plus-2:before{content:"\fc98"}.ti-square-rounded-x:before{content:"\f640"}.ti-square-toggle:before{content:"\eef4"}.ti-square-toggle-horizontal:before{content:"\eef3"}.ti-square-x:before{content:"\eb2b"}.ti-squares:before{content:"\eef6"}.ti-squares-diagonal:before{content:"\eef5"}.ti-squares-selected:before{content:"\fea3"}.ti-stack:before{content:"\eb2d"}.ti-stack-2:before{content:"\eef7"}.ti-stack-3:before{content:"\ef9d"}.ti-stack-back:before{content:"\fd26"}.ti-stack-backward:before{content:"\fd27"}.ti-stack-forward:before{content:"\fd28"}.ti-stack-front:before{content:"\fd29"}.ti-stack-middle:before{content:"\fd2a"}.ti-stack-pop:before{content:"\f234"}.ti-stack-push:before{content:"\f235"}.ti-stairs:before{content:"\eca6"}.ti-stairs-down:before{content:"\eca4"}.ti-stairs-up:before{content:"\eca5"}.ti-star:before{content:"\eb2e"}.ti-star-half:before{content:"\ed19"}.ti-star-off:before{content:"\ed62"}.ti-stars:before{content:"\ed38"}.ti-stars-off:before{content:"\f430"}.ti-status-change:before{content:"\f3b0"}.ti-steam:before{content:"\f24b"}.ti-steering-wheel:before{content:"\ec7b"}.ti-steering-wheel-off:before{content:"\f431"}.ti-step-into:before{content:"\ece0"}.ti-step-out:before{content:"\ece1"}.ti-stereo-glasses:before{content:"\f4cb"}.ti-stethoscope:before{content:"\edbe"}.ti-stethoscope-off:before{content:"\f432"}.ti-sticker:before{content:"\eb2f"}.ti-sticker-2:before{content:"\fd3d"} -.ti-stopwatch:before{content:"\ff9b"}.ti-storm:before{content:"\f24c"}.ti-storm-off:before{content:"\f433"}.ti-stretching:before{content:"\f2db"}.ti-stretching-2:before{content:"\fa6d"}.ti-strikethrough:before{content:"\eb9e"}.ti-submarine:before{content:"\ed94"}.ti-subscript:before{content:"\eb9f"}.ti-subtask:before{content:"\ec9f"}.ti-sum:before{content:"\eb73"}.ti-sum-off:before{content:"\f1ab"}.ti-sun:before{content:"\eb30"}.ti-sun-electricity:before{content:"\fcc2"}.ti-sun-high:before{content:"\f236"}.ti-sun-low:before{content:"\f237"}.ti-sun-moon:before{content:"\f4a3"}.ti-sun-off:before{content:"\ed63"}.ti-sun-wind:before{content:"\f238"}.ti-sunglasses:before{content:"\f239"}.ti-sunrise:before{content:"\ef1c"}.ti-sunset:before{content:"\ec31"}.ti-sunset-2:before{content:"\f23a"}.ti-superscript:before{content:"\eba0"}.ti-svg:before{content:"\f25a"}.ti-swimming:before{content:"\ec92"}.ti-swipe:before{content:"\f551"}.ti-swipe-down:before{content:"\fd5e"}.ti-swipe-left:before{content:"\fd5f"}.ti-swipe-right:before{content:"\fd60"}.ti-swipe-up:before{content:"\fd61"}.ti-switch:before{content:"\eb33"}.ti-switch-2:before{content:"\edbf"}.ti-switch-3:before{content:"\edc0"}.ti-switch-horizontal:before{content:"\eb31"}.ti-switch-vertical:before{content:"\eb32"}.ti-sword:before{content:"\f030"}.ti-sword-off:before{content:"\f434"}.ti-swords:before{content:"\f132"}.ti-table:before{content:"\eba1"}.ti-table-alias:before{content:"\f25b"}.ti-table-column:before{content:"\faff"}.ti-table-down:before{content:"\fa1c"}.ti-table-export:before{content:"\eef8"}.ti-table-heart:before{content:"\fa1d"}.ti-table-import:before{content:"\eef9"}.ti-table-minus:before{content:"\fa1e"}.ti-table-off:before{content:"\eefa"}.ti-table-options:before{content:"\f25c"}.ti-table-plus:before{content:"\fa1f"}.ti-table-row:before{content:"\fb00"}.ti-table-share:before{content:"\fa20"}.ti-table-shortcut:before{content:"\f25d"}.ti-table-spark:before{content:"\ffad"}.ti-tag:before{content:"\eb34"}.ti-tag-off:before{content:"\efc0"}.ti-tag-starred:before{content:"\fc99"}.ti-tags:before{content:"\ef86"}.ti-tags-off:before{content:"\efc1"}.ti-tallymark-1:before{content:"\ec46"}.ti-tallymark-2:before{content:"\ec47"}.ti-tallymark-3:before{content:"\ec48"}.ti-tallymark-4:before{content:"\ec49"}.ti-tallymarks:before{content:"\ec4a"}.ti-tank:before{content:"\ed95"}.ti-target:before{content:"\eb35"}.ti-target-arrow:before{content:"\f51a"}.ti-target-off:before{content:"\f1ad"}.ti-tax:before{content:"\feee"}.ti-tax-euro:before{content:"\fef0"}.ti-tax-pound:before{content:"\feef"}.ti-teapot:before{content:"\f552"}.ti-telescope:before{content:"\f07d"}.ti-telescope-off:before{content:"\f1ae"} -.ti-temperature:before{content:"\eb38"}.ti-temperature-celsius:before{content:"\eb36"}.ti-temperature-fahrenheit:before{content:"\eb37"}.ti-temperature-minus:before{content:"\ebed"}.ti-temperature-off:before{content:"\f1af"}.ti-temperature-plus:before{content:"\ebee"}.ti-temperature-snow:before{content:"\fda3"}.ti-temperature-sun:before{content:"\fda4"}.ti-template:before{content:"\eb39"}.ti-template-off:before{content:"\f1b0"}.ti-tent:before{content:"\eefb"}.ti-tent-off:before{content:"\f435"}.ti-terminal:before{content:"\ebdc"}.ti-terminal-2:before{content:"\ebef"}.ti-test-pipe:before{content:"\eb3a"}.ti-test-pipe-2:before{content:"\f0a4"}.ti-test-pipe-off:before{content:"\f1b1"}.ti-tex:before{content:"\f4e0"}.ti-text-caption:before{content:"\f4a4"}.ti-text-color:before{content:"\f2dc"}.ti-text-decrease:before{content:"\f202"}.ti-text-direction-ltr:before{content:"\eefc"}.ti-text-direction-rtl:before{content:"\eefd"}.ti-text-grammar:before{content:"\fd6d"}.ti-text-increase:before{content:"\f203"}.ti-text-orientation:before{content:"\f2a4"}.ti-text-plus:before{content:"\f2a5"}.ti-text-recognition:before{content:"\f204"}.ti-text-resize:before{content:"\ef87"}.ti-text-scan-2:before{content:"\fcc3"}.ti-text-size:before{content:"\f2b1"}.ti-text-spellcheck:before{content:"\f2a6"}.ti-text-wrap:before{content:"\ebdd"}.ti-text-wrap-column:before{content:"\feb2"}.ti-text-wrap-disabled:before{content:"\eca7"}.ti-texture:before{content:"\f51b"}.ti-theater:before{content:"\f79b"}.ti-thermometer:before{content:"\ef67"}.ti-thumb-down:before{content:"\eb3b"}.ti-thumb-down-off:before{content:"\f436"}.ti-thumb-up:before{content:"\eb3c"}.ti-thumb-up-off:before{content:"\f437"}.ti-tic-tac:before{content:"\f51c"}.ti-ticket:before{content:"\eb3d"}.ti-ticket-off:before{content:"\f1b2"}.ti-tie:before{content:"\f07e"}.ti-tilde:before{content:"\f4a5"}.ti-tilt-shift:before{content:"\eefe"}.ti-tilt-shift-off:before{content:"\f1b3"}.ti-time-duration-0:before{content:"\fad4"}.ti-time-duration-10:before{content:"\fad5"}.ti-time-duration-15:before{content:"\fad6"}.ti-time-duration-30:before{content:"\fad7"}.ti-time-duration-45:before{content:"\fad8"}.ti-time-duration-5:before{content:"\fad9"}.ti-time-duration-60:before{content:"\fada"}.ti-time-duration-90:before{content:"\fadb"}.ti-time-duration-off:before{content:"\fadc"}.ti-timeline:before{content:"\f031"}.ti-timeline-event:before{content:"\f553"}.ti-timeline-event-exclamation:before{content:"\f662"}.ti-timeline-event-minus:before{content:"\f663"}.ti-timeline-event-plus:before{content:"\f664"}.ti-timeline-event-text:before{content:"\f665"}.ti-timeline-event-x:before{content:"\f666"}.ti-timezone:before{content:"\feed"}.ti-tip-jar:before{content:"\feea"}.ti-tip-jar-euro:before{content:"\feec"}.ti-tip-jar-pound:before{content:"\feeb"} -.ti-tir:before{content:"\ebf0"}.ti-toggle-left:before{content:"\eb3e"}.ti-toggle-right:before{content:"\eb3f"}.ti-toilet-paper:before{content:"\efd3"}.ti-toilet-paper-off:before{content:"\f1b4"}.ti-toml:before{content:"\fa5d"}.ti-tool:before{content:"\eb40"}.ti-tools:before{content:"\ebca"}.ti-tools-kitchen:before{content:"\ed64"}.ti-tools-kitchen-2:before{content:"\eeff"}.ti-tools-kitchen-2-off:before{content:"\f1b5"}.ti-tools-kitchen-3:before{content:"\fd2b"}.ti-tools-kitchen-off:before{content:"\f1b6"}.ti-tools-off:before{content:"\f1b7"}.ti-tooltip:before{content:"\f2dd"}.ti-topology-bus:before{content:"\f5d9"}.ti-topology-complex:before{content:"\f5da"}.ti-topology-full:before{content:"\f5dc"}.ti-topology-full-hierarchy:before{content:"\f5db"}.ti-topology-ring:before{content:"\f5df"}.ti-topology-ring-2:before{content:"\f5dd"}.ti-topology-ring-3:before{content:"\f5de"}.ti-topology-star:before{content:"\f5e5"}.ti-topology-star-2:before{content:"\f5e0"}.ti-topology-star-3:before{content:"\f5e1"}.ti-topology-star-ring:before{content:"\f5e4"}.ti-topology-star-ring-2:before{content:"\f5e2"}.ti-topology-star-ring-3:before{content:"\f5e3"}.ti-torii:before{content:"\f59b"}.ti-tornado:before{content:"\ece2"}.ti-tournament:before{content:"\ecd0"}.ti-tower:before{content:"\f2cb"}.ti-tower-off:before{content:"\f2ca"}.ti-track:before{content:"\ef00"}.ti-tractor:before{content:"\ec0d"}.ti-trademark:before{content:"\ec0e"}.ti-traffic-cone:before{content:"\ec0f"}.ti-traffic-cone-off:before{content:"\f1b8"}.ti-traffic-lights:before{content:"\ed39"}.ti-traffic-lights-off:before{content:"\f1b9"}.ti-train:before{content:"\ed96"}.ti-transaction-bitcoin:before{content:"\fd6e"}.ti-transaction-dollar:before{content:"\fd6f"}.ti-transaction-euro:before{content:"\fd70"}.ti-transaction-pound:before{content:"\fd71"}.ti-transaction-rupee:before{content:"\fd85"}.ti-transaction-yen:before{content:"\fd72"}.ti-transaction-yuan:before{content:"\fd73"}.ti-transfer:before{content:"\fc1f"}.ti-transfer-in:before{content:"\ef2f"}.ti-transfer-out:before{content:"\ef30"}.ti-transfer-vertical:before{content:"\fc1e"}.ti-transform:before{content:"\f38e"}.ti-transform-point:before{content:"\fda9"}.ti-transform-point-bottom-left:before{content:"\fda5"}.ti-transform-point-bottom-right:before{content:"\fda6"}.ti-transform-point-top-left:before{content:"\fda7"}.ti-transform-point-top-right:before{content:"\fda8"}.ti-transition-bottom:before{content:"\f2b2"}.ti-transition-left:before{content:"\f2b3"}.ti-transition-right:before{content:"\f2b4"}.ti-transition-top:before{content:"\f2b5"}.ti-trash:before{content:"\eb41"}.ti-trash-off:before{content:"\ed65"}.ti-trash-x:before{content:"\ef88"}.ti-treadmill:before{content:"\fa6e"}.ti-tree:before{content:"\ef01"}.ti-trees:before{content:"\ec10"}.ti-trekking:before{content:"\f5ad"} -.ti-trending-down:before{content:"\eb42"}.ti-trending-down-2:before{content:"\edc1"}.ti-trending-down-3:before{content:"\edc2"}.ti-trending-up:before{content:"\eb43"}.ti-trending-up-2:before{content:"\edc3"}.ti-trending-up-3:before{content:"\edc4"}.ti-triangle:before{content:"\eb44"}.ti-triangle-inverted:before{content:"\f01d"}.ti-triangle-minus:before{content:"\fc9b"}.ti-triangle-minus-2:before{content:"\fc9a"}.ti-triangle-off:before{content:"\ef02"}.ti-triangle-plus:before{content:"\fc9d"}.ti-triangle-plus-2:before{content:"\fc9c"}.ti-triangle-square-circle:before{content:"\ece8"}.ti-triangles:before{content:"\f0a5"}.ti-trident:before{content:"\ecc5"}.ti-trolley:before{content:"\f4cc"}.ti-trophy:before{content:"\eb45"}.ti-trophy-off:before{content:"\f438"}.ti-trowel:before{content:"\f368"}.ti-truck:before{content:"\ebc4"}.ti-truck-delivery:before{content:"\ec4b"}.ti-truck-loading:before{content:"\f1da"}.ti-truck-off:before{content:"\ef03"}.ti-truck-return:before{content:"\ec4c"}.ti-txt:before{content:"\f3b1"}.ti-typeface:before{content:"\fdab"}.ti-typography:before{content:"\ebc5"}.ti-typography-off:before{content:"\f1ba"}.ti-u-turn-left:before{content:"\fea2"}.ti-u-turn-right:before{content:"\fea1"}.ti-ufo:before{content:"\f26f"}.ti-ufo-off:before{content:"\f26e"}.ti-umbrella:before{content:"\ebf1"}.ti-umbrella-2:before{content:"\ff0e"}.ti-umbrella-closed:before{content:"\ff0c"}.ti-umbrella-closed-2:before{content:"\ff0d"}.ti-umbrella-off:before{content:"\f1bb"}.ti-underline:before{content:"\eba2"}.ti-universe:before{content:"\fcc4"}.ti-unlink:before{content:"\eb46"}.ti-upload:before{content:"\eb47"}.ti-urgent:before{content:"\eb48"}.ti-usb:before{content:"\f00c"}.ti-user:before{content:"\eb4d"}.ti-user-bitcoin:before{content:"\ff30"}.ti-user-bolt:before{content:"\f9d1"}.ti-user-cancel:before{content:"\f9d2"}.ti-user-check:before{content:"\eb49"}.ti-user-circle:before{content:"\ef68"}.ti-user-code:before{content:"\f9d3"}.ti-user-cog:before{content:"\f9d4"}.ti-user-dollar:before{content:"\f9d5"}.ti-user-down:before{content:"\f9d6"}.ti-user-edit:before{content:"\f7cc"}.ti-user-exclamation:before{content:"\ec12"}.ti-user-heart:before{content:"\f7cd"}.ti-user-hexagon:before{content:"\fc4e"}.ti-user-minus:before{content:"\eb4a"}.ti-user-off:before{content:"\ecf9"}.ti-user-pause:before{content:"\f9d7"}.ti-user-pentagon:before{content:"\fc4f"}.ti-user-pin:before{content:"\f7ce"}.ti-user-plus:before{content:"\eb4b"}.ti-user-question:before{content:"\f7cf"}.ti-user-scan:before{content:"\fcaf"}.ti-user-screen:before{content:"\fea0"}.ti-user-search:before{content:"\ef89"}.ti-user-share:before{content:"\f9d8"}.ti-user-shield:before{content:"\f7d0"}.ti-user-square:before{content:"\fc51"}.ti-user-square-rounded:before{content:"\fc50"} -.ti-user-star:before{content:"\f7d1"}.ti-user-up:before{content:"\f7d2"}.ti-user-x:before{content:"\eb4c"}.ti-users:before{content:"\ebf2"}.ti-users-group:before{content:"\fa21"}.ti-users-minus:before{content:"\fa0e"}.ti-users-plus:before{content:"\fa0f"}.ti-uv-index:before{content:"\f3b2"}.ti-ux-circle:before{content:"\f369"}.ti-vaccine:before{content:"\ef04"}.ti-vaccine-bottle:before{content:"\ef69"}.ti-vaccine-bottle-off:before{content:"\f439"}.ti-vaccine-off:before{content:"\f1bc"}.ti-vacuum-cleaner:before{content:"\f5e6"}.ti-variable:before{content:"\ef05"}.ti-variable-minus:before{content:"\f36a"}.ti-variable-off:before{content:"\f1bd"}.ti-variable-plus:before{content:"\f36b"}.ti-vector:before{content:"\eca9"}.ti-vector-bezier:before{content:"\ef1d"}.ti-vector-bezier-2:before{content:"\f1a3"}.ti-vector-bezier-arc:before{content:"\f4cd"}.ti-vector-bezier-circle:before{content:"\f4ce"}.ti-vector-off:before{content:"\f1be"}.ti-vector-spline:before{content:"\f565"}.ti-vector-triangle:before{content:"\eca8"}.ti-vector-triangle-off:before{content:"\f1bf"}.ti-venus:before{content:"\ec86"}.ti-versions:before{content:"\ed52"}.ti-versions-off:before{content:"\f1c0"}.ti-video:before{content:"\ed22"}.ti-video-minus:before{content:"\ed1f"}.ti-video-off:before{content:"\ed20"}.ti-video-plus:before{content:"\ed21"}.ti-view-360:before{content:"\ed84"}.ti-view-360-arrow:before{content:"\f62f"}.ti-view-360-number:before{content:"\f566"}.ti-view-360-off:before{content:"\f1c1"}.ti-viewfinder:before{content:"\eb4e"}.ti-viewfinder-off:before{content:"\f1c2"}.ti-viewport-narrow:before{content:"\ebf3"}.ti-viewport-short:before{content:"\fee9"}.ti-viewport-tall:before{content:"\fee8"}.ti-viewport-wide:before{content:"\ebf4"}.ti-vinyl:before{content:"\f00d"}.ti-vip:before{content:"\f3b3"}.ti-vip-off:before{content:"\f43a"}.ti-virus:before{content:"\eb74"}.ti-virus-off:before{content:"\ed66"}.ti-virus-search:before{content:"\ed67"}.ti-vocabulary:before{content:"\ef1e"}.ti-vocabulary-off:before{content:"\f43b"}.ti-volcano:before{content:"\f79c"}.ti-volume:before{content:"\eb51"}.ti-volume-2:before{content:"\eb4f"}.ti-volume-3:before{content:"\eb50"}.ti-volume-off:before{content:"\f1c3"}.ti-vs:before{content:"\fc52"}.ti-walk:before{content:"\ec87"}.ti-wall:before{content:"\ef7a"}.ti-wall-off:before{content:"\f43c"}.ti-wallet:before{content:"\eb75"}.ti-wallet-off:before{content:"\f1c4"}.ti-wallpaper:before{content:"\ef56"}.ti-wallpaper-off:before{content:"\f1c5"}.ti-wand:before{content:"\ebcb"}.ti-wand-off:before{content:"\f1c6"}.ti-wash:before{content:"\f311"}.ti-wash-dry:before{content:"\f304"}.ti-wash-dry-1:before{content:"\f2fa"}.ti-wash-dry-2:before{content:"\f2fb"}.ti-wash-dry-3:before{content:"\f2fc"} -.ti-wash-dry-a:before{content:"\f2fd"}.ti-wash-dry-dip:before{content:"\f2fe"}.ti-wash-dry-f:before{content:"\f2ff"}.ti-wash-dry-flat:before{content:"\fa7f"}.ti-wash-dry-hang:before{content:"\f300"}.ti-wash-dry-off:before{content:"\f301"}.ti-wash-dry-p:before{content:"\f302"}.ti-wash-dry-shade:before{content:"\f303"}.ti-wash-dry-w:before{content:"\f322"}.ti-wash-dryclean:before{content:"\f305"}.ti-wash-dryclean-off:before{content:"\f323"}.ti-wash-eco:before{content:"\fa80"}.ti-wash-gentle:before{content:"\f306"}.ti-wash-hand:before{content:"\fa81"}.ti-wash-machine:before{content:"\f25e"}.ti-wash-off:before{content:"\f307"}.ti-wash-press:before{content:"\f308"}.ti-wash-temperature-1:before{content:"\f309"}.ti-wash-temperature-2:before{content:"\f30a"}.ti-wash-temperature-3:before{content:"\f30b"}.ti-wash-temperature-4:before{content:"\f30c"}.ti-wash-temperature-5:before{content:"\f30d"}.ti-wash-temperature-6:before{content:"\f30e"}.ti-wash-tumble-dry:before{content:"\f30f"}.ti-wash-tumble-off:before{content:"\f310"}.ti-waterpolo:before{content:"\fa6f"}.ti-wave-saw-tool:before{content:"\ecd3"}.ti-wave-sine:before{content:"\ecd4"}.ti-wave-square:before{content:"\ecd5"}.ti-waves-electricity:before{content:"\fcc5"}.ti-webhook:before{content:"\f01e"}.ti-webhook-off:before{content:"\f43d"}.ti-weight:before{content:"\f589"}.ti-wheel:before{content:"\fc64"}.ti-wheelchair:before{content:"\f1db"}.ti-wheelchair-off:before{content:"\f43e"}.ti-whirl:before{content:"\f51d"}.ti-wifi:before{content:"\eb52"}.ti-wifi-0:before{content:"\eba3"}.ti-wifi-1:before{content:"\eba4"}.ti-wifi-2:before{content:"\eba5"}.ti-wifi-off:before{content:"\ecfa"}.ti-wind:before{content:"\ec34"}.ti-wind-electricity:before{content:"\fcc6"}.ti-wind-off:before{content:"\f1c7"}.ti-windmill:before{content:"\ed85"}.ti-windmill-off:before{content:"\f1c8"}.ti-window:before{content:"\ef06"}.ti-window-maximize:before{content:"\f1f1"}.ti-window-minimize:before{content:"\f1f2"}.ti-window-off:before{content:"\f1c9"}.ti-windsock:before{content:"\f06d"}.ti-wiper:before{content:"\ecab"}.ti-wiper-wash:before{content:"\ecaa"}.ti-woman:before{content:"\eb53"}.ti-wood:before{content:"\f359"}.ti-world:before{content:"\eb54"}.ti-world-bolt:before{content:"\f9d9"}.ti-world-cancel:before{content:"\f9da"}.ti-world-check:before{content:"\f9db"}.ti-world-code:before{content:"\f9dc"}.ti-world-cog:before{content:"\f9dd"}.ti-world-dollar:before{content:"\f9de"}.ti-world-down:before{content:"\f9df"}.ti-world-download:before{content:"\ef8a"}.ti-world-exclamation:before{content:"\f9e0"}.ti-world-heart:before{content:"\f9e1"}.ti-world-latitude:before{content:"\ed2e"}.ti-world-longitude:before{content:"\ed2f"}.ti-world-minus:before{content:"\f9e2"}.ti-world-off:before{content:"\f1ca"} -.ti-world-pause:before{content:"\f9e3"}.ti-world-pin:before{content:"\f9e4"}.ti-world-plus:before{content:"\f9e5"}.ti-world-question:before{content:"\f9e6"}.ti-world-search:before{content:"\f9e7"}.ti-world-share:before{content:"\f9e8"}.ti-world-star:before{content:"\f9e9"}.ti-world-up:before{content:"\f9ea"}.ti-world-upload:before{content:"\ef8b"}.ti-world-www:before{content:"\f38f"}.ti-world-x:before{content:"\f9eb"}.ti-wrecking-ball:before{content:"\ed97"}.ti-writing:before{content:"\ef08"}.ti-writing-off:before{content:"\f1cb"}.ti-writing-sign:before{content:"\ef07"}.ti-writing-sign-off:before{content:"\f1cc"}.ti-x:before{content:"\eb55"}.ti-x-power-y:before{content:"\10072"}.ti-xbox-a:before{content:"\f2b6"}.ti-xbox-b:before{content:"\f2b7"}.ti-xbox-x:before{content:"\f2b8"}.ti-xbox-y:before{content:"\f2b9"}.ti-xd:before{content:"\fa33"}.ti-xxx:before{content:"\fc20"}.ti-yin-yang:before{content:"\ec35"}.ti-yoga:before{content:"\f01f"}.ti-zeppelin:before{content:"\f270"}.ti-zeppelin-off:before{content:"\f43f"}.ti-zip:before{content:"\f3b4"}.ti-zodiac-aquarius:before{content:"\ecac"}.ti-zodiac-aries:before{content:"\ecad"}.ti-zodiac-cancer:before{content:"\ecae"}.ti-zodiac-capricorn:before{content:"\ecaf"}.ti-zodiac-gemini:before{content:"\ecb0"}.ti-zodiac-leo:before{content:"\ecb1"}.ti-zodiac-libra:before{content:"\ecb2"}.ti-zodiac-pisces:before{content:"\ecb3"}.ti-zodiac-sagittarius:before{content:"\ecb4"}.ti-zodiac-scorpio:before{content:"\ecb5"}.ti-zodiac-taurus:before{content:"\ecb6"}.ti-zodiac-virgo:before{content:"\ecb7"}.ti-zoom:before{content:"\fdaa"}.ti-zoom-cancel:before{content:"\ec4d"}.ti-zoom-check:before{content:"\ef09"}.ti-zoom-code:before{content:"\f07f"}.ti-zoom-exclamation:before{content:"\f080"}.ti-zoom-in:before{content:"\eb56"}.ti-zoom-in-area:before{content:"\f1dc"}.ti-zoom-money:before{content:"\ef0a"}.ti-zoom-out:before{content:"\eb57"}.ti-zoom-out-area:before{content:"\f1dd"}.ti-zoom-pan:before{content:"\f1de"}.ti-zoom-question:before{content:"\edeb"}.ti-zoom-replace:before{content:"\f2a7"}.ti-zoom-reset:before{content:"\f295"}.ti-zoom-scan:before{content:"\fcb0"}.ti-zzz:before{content:"\f228"}.ti-zzz-off:before{content:"\f440"}.ti-123:before{content:"\f554"}.ti-360:before{content:"\f62f"}.ti-code-asterix:before{content:"\f312"}.ti-discount-2:before{content:"\ee7c"}.ti-discount-2-off:before{content:"\f3e6"}.ti-discount-check:before{content:"\f1f8"}.ti-hand-rock:before{content:"\ee97"}.ti-sort-deacending-small-big:before{content:"\fd96"}.ti-shi-jumping:before{content:"\fa6c"}.ti-box-seam:before{content:"\eaff"}.ti-kering:before{content:"\efb8"}.ti-2fa:before{content:"\eca0"}.ti-3d-cube-sphere:before{content:"\ecd7"}.ti-3d-cube-sphere-off:before{content:"\f3b5"} -.ti-3d-rotate:before{content:"\f020"}.ti-12-hours:before{content:"\fc53"}.ti-24-hours:before{content:"\f5e7"}.ti-360-view:before{content:"\f566"}.ti-circle-0:before{content:"\ee34"}.ti-circle-1:before{content:"\ee35"}.ti-circle-2:before{content:"\ee36"}.ti-circle-3:before{content:"\ee37"}.ti-circle-4:before{content:"\ee38"}.ti-circle-5:before{content:"\ee39"}.ti-circle-6:before{content:"\ee3a"}.ti-circle-7:before{content:"\ee3b"}.ti-circle-8:before{content:"\ee3c"}.ti-circle-9:before{content:"\ee3d"}.ti-hexagon-0:before{content:"\f459"}.ti-hexagon-1:before{content:"\f45a"}.ti-hexagon-2:before{content:"\f45b"}.ti-hexagon-3:before{content:"\f45c"}.ti-hexagon-4:before{content:"\f45d"}.ti-hexagon-5:before{content:"\f45e"}.ti-hexagon-6:before{content:"\f45f"}.ti-hexagon-7:before{content:"\f460"}.ti-hexagon-8:before{content:"\f461"}.ti-hexagon-9:before{content:"\f462"}.ti-square-0:before{content:"\eee5"}.ti-square-1:before{content:"\eee6"}.ti-square-2:before{content:"\eee7"}.ti-square-3:before{content:"\eee8"}.ti-square-4:before{content:"\eee9"}.ti-square-5:before{content:"\eeea"}.ti-square-6:before{content:"\eeeb"}.ti-square-7:before{content:"\eeec"}.ti-square-8:before{content:"\eeed"}.ti-square-9:before{content:"\eeee"}.ti-message-circle-2:before{content:"\eaed"}.ti-mood-suprised:before{content:"\ec04"}.ti-circle-dashed-letter-letter-v:before{content:"\ff84"} \ No newline at end of file + */@font-face{font-family:"tabler-icons";font-style:normal;font-weight:400;src:url("../fonts/tabler-icons-outline.woff2?v3.20.0") format("woff2"),url("../fonts/tabler-icons-outline.woff?") format("woff"),url("../fonts/tabler-icons-outline.ttf?v3.20.0") format("truetype")}.ti{font-family:"tabler-icons"!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}.ti-a-b:before{content:"\ec36"}.ti-a-b-2:before{content:"\f25f"}.ti-a-b-off:before{content:"\f0a6"}.ti-abacus:before{content:"\f05c"}.ti-abacus-off:before{content:"\f3b6"}.ti-abc:before{content:"\f567"}.ti-access-point:before{content:"\ed1b"}.ti-access-point-off:before{content:"\ed1a"}.ti-accessible:before{content:"\eba9"}.ti-accessible-off:before{content:"\f0a7"}.ti-activity:before{content:"\ed23"}.ti-activity-heartbeat:before{content:"\f0db"}.ti-ad:before{content:"\ea02"}.ti-ad-2:before{content:"\ef1f"}.ti-ad-circle:before{content:"\f79e"}.ti-ad-circle-off:before{content:"\f79d"}.ti-ad-off:before{content:"\f3b7"}.ti-address-book:before{content:"\f021"}.ti-address-book-off:before{content:"\f3b8"}.ti-adjustments:before{content:"\ea03"}.ti-adjustments-alt:before{content:"\ec37"}.ti-adjustments-bolt:before{content:"\f7fb"}.ti-adjustments-cancel:before{content:"\f7fc"}.ti-adjustments-check:before{content:"\f7fd"}.ti-adjustments-code:before{content:"\f7fe"}.ti-adjustments-cog:before{content:"\f7ff"}.ti-adjustments-dollar:before{content:"\f800"}.ti-adjustments-down:before{content:"\f801"}.ti-adjustments-exclamation:before{content:"\f802"}.ti-adjustments-heart:before{content:"\f803"}.ti-adjustments-horizontal:before{content:"\ec38"}.ti-adjustments-minus:before{content:"\f804"}.ti-adjustments-off:before{content:"\f0a8"}.ti-adjustments-pause:before{content:"\f805"}.ti-adjustments-pin:before{content:"\f806"}.ti-adjustments-plus:before{content:"\f807"}.ti-adjustments-question:before{content:"\f808"} +.ti-adjustments-search:before{content:"\f809"}.ti-adjustments-share:before{content:"\f80a"}.ti-adjustments-spark:before{content:"\ffbe"}.ti-adjustments-star:before{content:"\f80b"}.ti-adjustments-up:before{content:"\f80c"}.ti-adjustments-x:before{content:"\f80d"}.ti-aerial-lift:before{content:"\edfe"}.ti-affiliate:before{content:"\edff"}.ti-ai:before{content:"\fee7"}.ti-air-balloon:before{content:"\f4a6"}.ti-air-conditioning:before{content:"\f3a2"}.ti-air-conditioning-disabled:before{content:"\f542"}.ti-air-traffic-control:before{content:"\fb01"}.ti-alarm:before{content:"\ea04"}.ti-alarm-average:before{content:"\fc9e"}.ti-alarm-minus:before{content:"\f630"}.ti-alarm-off:before{content:"\f0a9"}.ti-alarm-plus:before{content:"\f631"}.ti-alarm-snooze:before{content:"\f632"}.ti-album:before{content:"\f022"}.ti-album-off:before{content:"\f3b9"}.ti-alert-circle:before{content:"\ea05"}.ti-alert-circle-off:before{content:"\fc65"}.ti-alert-hexagon:before{content:"\f80e"}.ti-alert-hexagon-off:before{content:"\fc66"}.ti-alert-octagon:before{content:"\ecc6"}.ti-alert-small:before{content:"\f80f"}.ti-alert-small-off:before{content:"\fc67"}.ti-alert-square:before{content:"\f811"}.ti-alert-square-rounded:before{content:"\f810"}.ti-alert-square-rounded-off:before{content:"\fc68"}.ti-alert-triangle:before{content:"\ea06"}.ti-alert-triangle-off:before{content:"\fc69"}.ti-alien:before{content:"\ebde"}.ti-align-box-bottom-center:before{content:"\f530"}.ti-align-box-bottom-left:before{content:"\f531"}.ti-align-box-bottom-right:before{content:"\f532"}.ti-align-box-center-bottom:before{content:"\facb"}.ti-align-box-center-middle:before{content:"\f79f"}.ti-align-box-center-stretch:before{content:"\facc"}.ti-align-box-center-top:before{content:"\facd"}.ti-align-box-left-bottom:before{content:"\f533"}.ti-align-box-left-middle:before{content:"\f534"}.ti-align-box-left-stretch:before{content:"\face"}.ti-align-box-left-top:before{content:"\f535"}.ti-align-box-right-bottom:before{content:"\f536"}.ti-align-box-right-middle:before{content:"\f537"}.ti-align-box-right-stretch:before{content:"\facf"}.ti-align-box-right-top:before{content:"\f538"}.ti-align-box-top-center:before{content:"\f539"}.ti-align-box-top-left:before{content:"\f53a"}.ti-align-box-top-right:before{content:"\f53b"}.ti-align-center:before{content:"\ea07"}.ti-align-justified:before{content:"\ea08"}.ti-align-left:before{content:"\ea09"}.ti-align-left-2:before{content:"\ff00"}.ti-align-right:before{content:"\ea0a"}.ti-align-right-2:before{content:"\feff"}.ti-alpha:before{content:"\f543"}.ti-alphabet-arabic:before{content:"\ff2f"}.ti-alphabet-bangla:before{content:"\ff2e"}.ti-alphabet-cyrillic:before{content:"\f1df"}.ti-alphabet-greek:before{content:"\f1e0"}.ti-alphabet-hebrew:before{content:"\ff2d"}.ti-alphabet-korean:before{content:"\ff2c"}.ti-alphabet-latin:before{content:"\f1e1"}.ti-alphabet-thai:before{content:"\ff2b"} +.ti-alt:before{content:"\fc54"}.ti-ambulance:before{content:"\ebf5"}.ti-ampersand:before{content:"\f229"}.ti-analyze:before{content:"\f3a3"}.ti-analyze-off:before{content:"\f3ba"}.ti-anchor:before{content:"\eb76"}.ti-anchor-off:before{content:"\f0f7"}.ti-angle:before{content:"\ef20"}.ti-ankh:before{content:"\f1cd"}.ti-antenna:before{content:"\f094"}.ti-antenna-bars-1:before{content:"\ecc7"}.ti-antenna-bars-2:before{content:"\ecc8"}.ti-antenna-bars-3:before{content:"\ecc9"}.ti-antenna-bars-4:before{content:"\ecca"}.ti-antenna-bars-5:before{content:"\eccb"}.ti-antenna-bars-off:before{content:"\f0aa"}.ti-antenna-off:before{content:"\f3bb"}.ti-aperture:before{content:"\eb58"}.ti-aperture-off:before{content:"\f3bc"}.ti-api:before{content:"\effd"}.ti-api-app:before{content:"\effc"}.ti-api-app-off:before{content:"\f0ab"}.ti-api-off:before{content:"\f0f8"}.ti-app-window:before{content:"\efe6"}.ti-apple:before{content:"\ef21"}.ti-apps:before{content:"\ebb6"}.ti-apps-off:before{content:"\f0ac"}.ti-archery-arrow:before{content:"\fc55"}.ti-archive:before{content:"\ea0b"}.ti-archive-off:before{content:"\f0ad"}.ti-armchair:before{content:"\ef9e"}.ti-armchair-2:before{content:"\efe7"}.ti-armchair-2-off:before{content:"\f3bd"}.ti-armchair-off:before{content:"\f3be"}.ti-arrow-autofit-content:before{content:"\ef31"}.ti-arrow-autofit-down:before{content:"\ef32"}.ti-arrow-autofit-height:before{content:"\ef33"}.ti-arrow-autofit-left:before{content:"\ef34"}.ti-arrow-autofit-right:before{content:"\ef35"}.ti-arrow-autofit-up:before{content:"\ef36"}.ti-arrow-autofit-width:before{content:"\ef37"}.ti-arrow-back:before{content:"\ea0c"}.ti-arrow-back-up:before{content:"\eb77"}.ti-arrow-back-up-double:before{content:"\f9ec"}.ti-arrow-badge-down:before{content:"\f60b"}.ti-arrow-badge-left:before{content:"\f60c"}.ti-arrow-badge-right:before{content:"\f60d"}.ti-arrow-badge-up:before{content:"\f60e"}.ti-arrow-bar-both:before{content:"\fadd"}.ti-arrow-bar-down:before{content:"\ea0d"}.ti-arrow-bar-left:before{content:"\ea0e"}.ti-arrow-bar-right:before{content:"\ea0f"}.ti-arrow-bar-to-down:before{content:"\ec88"}.ti-arrow-bar-to-left:before{content:"\ec89"}.ti-arrow-bar-to-right:before{content:"\ec8a"}.ti-arrow-bar-to-up:before{content:"\ec8b"}.ti-arrow-bar-up:before{content:"\ea10"}.ti-arrow-bear-left:before{content:"\f045"}.ti-arrow-bear-left-2:before{content:"\f044"}.ti-arrow-bear-right:before{content:"\f047"}.ti-arrow-bear-right-2:before{content:"\f046"}.ti-arrow-big-down:before{content:"\edda"}.ti-arrow-big-down-line:before{content:"\efe8"}.ti-arrow-big-down-lines:before{content:"\efe9"}.ti-arrow-big-left:before{content:"\eddb"}.ti-arrow-big-left-line:before{content:"\efea"}.ti-arrow-big-left-lines:before{content:"\efeb"}.ti-arrow-big-right:before{content:"\eddc"}.ti-arrow-big-right-line:before{content:"\efec"} +.ti-arrow-big-right-lines:before{content:"\efed"}.ti-arrow-big-up:before{content:"\eddd"}.ti-arrow-big-up-line:before{content:"\efee"}.ti-arrow-big-up-lines:before{content:"\efef"}.ti-arrow-bounce:before{content:"\f3a4"}.ti-arrow-capsule:before{content:"\fade"}.ti-arrow-curve-left:before{content:"\f048"}.ti-arrow-curve-right:before{content:"\f049"}.ti-arrow-down:before{content:"\ea16"}.ti-arrow-down-bar:before{content:"\ed98"}.ti-arrow-down-circle:before{content:"\ea11"}.ti-arrow-down-dashed:before{content:"\1006a"}.ti-arrow-down-from-arc:before{content:"\fd86"}.ti-arrow-down-left:before{content:"\ea13"}.ti-arrow-down-left-circle:before{content:"\ea12"}.ti-arrow-down-rhombus:before{content:"\f61d"}.ti-arrow-down-right:before{content:"\ea15"}.ti-arrow-down-right-circle:before{content:"\ea14"}.ti-arrow-down-square:before{content:"\ed9a"}.ti-arrow-down-tail:before{content:"\ed9b"}.ti-arrow-down-to-arc:before{content:"\fd87"}.ti-arrow-elbow-left:before{content:"\f9ed"}.ti-arrow-elbow-right:before{content:"\f9ee"}.ti-arrow-fork:before{content:"\f04a"}.ti-arrow-forward:before{content:"\ea17"}.ti-arrow-forward-up:before{content:"\eb78"}.ti-arrow-forward-up-double:before{content:"\f9ef"}.ti-arrow-guide:before{content:"\f22a"}.ti-arrow-iteration:before{content:"\f578"}.ti-arrow-left:before{content:"\ea19"}.ti-arrow-left-bar:before{content:"\ed9c"}.ti-arrow-left-circle:before{content:"\ea18"}.ti-arrow-left-dashed:before{content:"\10069"}.ti-arrow-left-from-arc:before{content:"\fd88"}.ti-arrow-left-rhombus:before{content:"\f61e"}.ti-arrow-left-right:before{content:"\f04b"}.ti-arrow-left-square:before{content:"\ed9d"}.ti-arrow-left-tail:before{content:"\ed9e"}.ti-arrow-left-to-arc:before{content:"\fd89"}.ti-arrow-loop-left:before{content:"\ed9f"}.ti-arrow-loop-left-2:before{content:"\f04c"}.ti-arrow-loop-right:before{content:"\eda0"}.ti-arrow-loop-right-2:before{content:"\f04d"}.ti-arrow-merge:before{content:"\f04e"}.ti-arrow-merge-alt-left:before{content:"\fc9f"}.ti-arrow-merge-alt-right:before{content:"\fca0"}.ti-arrow-merge-both:before{content:"\f23b"}.ti-arrow-merge-left:before{content:"\f23c"}.ti-arrow-merge-right:before{content:"\f23d"}.ti-arrow-move-down:before{content:"\f2ba"}.ti-arrow-move-left:before{content:"\f2bb"}.ti-arrow-move-right:before{content:"\f2bc"}.ti-arrow-move-up:before{content:"\f2bd"}.ti-arrow-narrow-down:before{content:"\ea1a"}.ti-arrow-narrow-down-dashed:before{content:"\10068"}.ti-arrow-narrow-left:before{content:"\ea1b"}.ti-arrow-narrow-left-dashed:before{content:"\10067"}.ti-arrow-narrow-right:before{content:"\ea1c"}.ti-arrow-narrow-right-dashed:before{content:"\10066"}.ti-arrow-narrow-up:before{content:"\ea1d"}.ti-arrow-narrow-up-dashed:before{content:"\10065"}.ti-arrow-ramp-left:before{content:"\ed3c"}.ti-arrow-ramp-left-2:before{content:"\f04f"}.ti-arrow-ramp-left-3:before{content:"\f050"}.ti-arrow-ramp-right:before{content:"\ed3d"}.ti-arrow-ramp-right-2:before{content:"\f051"} +.ti-arrow-ramp-right-3:before{content:"\f052"}.ti-arrow-right:before{content:"\ea1f"}.ti-arrow-right-bar:before{content:"\eda1"}.ti-arrow-right-circle:before{content:"\ea1e"}.ti-arrow-right-dashed:before{content:"\10064"}.ti-arrow-right-from-arc:before{content:"\fd8a"}.ti-arrow-right-rhombus:before{content:"\f61f"}.ti-arrow-right-square:before{content:"\eda2"}.ti-arrow-right-tail:before{content:"\eda3"}.ti-arrow-right-to-arc:before{content:"\fd8b"}.ti-arrow-rotary-first-left:before{content:"\f053"}.ti-arrow-rotary-first-right:before{content:"\f054"}.ti-arrow-rotary-last-left:before{content:"\f055"}.ti-arrow-rotary-last-right:before{content:"\f056"}.ti-arrow-rotary-left:before{content:"\f057"}.ti-arrow-rotary-right:before{content:"\f058"}.ti-arrow-rotary-straight:before{content:"\f059"}.ti-arrow-roundabout-left:before{content:"\f22b"}.ti-arrow-roundabout-right:before{content:"\f22c"}.ti-arrow-sharp-turn-left:before{content:"\f05a"}.ti-arrow-sharp-turn-right:before{content:"\f05b"}.ti-arrow-up:before{content:"\ea25"}.ti-arrow-up-bar:before{content:"\eda4"}.ti-arrow-up-circle:before{content:"\ea20"}.ti-arrow-up-dashed:before{content:"\10063"}.ti-arrow-up-from-arc:before{content:"\fd8c"}.ti-arrow-up-left:before{content:"\ea22"}.ti-arrow-up-left-circle:before{content:"\ea21"}.ti-arrow-up-rhombus:before{content:"\f620"}.ti-arrow-up-right:before{content:"\ea24"}.ti-arrow-up-right-circle:before{content:"\ea23"}.ti-arrow-up-square:before{content:"\eda6"}.ti-arrow-up-tail:before{content:"\eda7"}.ti-arrow-up-to-arc:before{content:"\fd8d"}.ti-arrow-wave-left-down:before{content:"\eda8"}.ti-arrow-wave-left-up:before{content:"\eda9"}.ti-arrow-wave-right-down:before{content:"\edaa"}.ti-arrow-wave-right-up:before{content:"\edab"}.ti-arrow-zig-zag:before{content:"\f4a7"}.ti-arrows-cross:before{content:"\effe"}.ti-arrows-diagonal:before{content:"\ea27"}.ti-arrows-diagonal-2:before{content:"\ea26"}.ti-arrows-diagonal-minimize:before{content:"\ef39"}.ti-arrows-diagonal-minimize-2:before{content:"\ef38"}.ti-arrows-diff:before{content:"\f296"}.ti-arrows-double-ne-sw:before{content:"\edde"}.ti-arrows-double-nw-se:before{content:"\eddf"}.ti-arrows-double-se-nw:before{content:"\ede0"}.ti-arrows-double-sw-ne:before{content:"\ede1"}.ti-arrows-down:before{content:"\edad"}.ti-arrows-down-up:before{content:"\edac"}.ti-arrows-exchange:before{content:"\f1f4"}.ti-arrows-exchange-2:before{content:"\f1f3"}.ti-arrows-horizontal:before{content:"\eb59"}.ti-arrows-join:before{content:"\edaf"}.ti-arrows-join-2:before{content:"\edae"}.ti-arrows-left:before{content:"\edb1"}.ti-arrows-left-down:before{content:"\ee00"}.ti-arrows-left-right:before{content:"\edb0"}.ti-arrows-maximize:before{content:"\ea28"}.ti-arrows-minimize:before{content:"\ea29"}.ti-arrows-move:before{content:"\f22f"}.ti-arrows-move-horizontal:before{content:"\f22d"}.ti-arrows-move-vertical:before{content:"\f22e"}.ti-arrows-random:before{content:"\f095"} +.ti-arrows-right:before{content:"\edb3"}.ti-arrows-right-down:before{content:"\ee01"}.ti-arrows-right-left:before{content:"\edb2"}.ti-arrows-shuffle:before{content:"\f000"}.ti-arrows-shuffle-2:before{content:"\efff"}.ti-arrows-sort:before{content:"\eb5a"}.ti-arrows-split:before{content:"\edb5"}.ti-arrows-split-2:before{content:"\edb4"}.ti-arrows-transfer-down:before{content:"\f2cc"}.ti-arrows-transfer-up:before{content:"\f2cd"}.ti-arrows-transfer-up-down:before{content:"\ffac"}.ti-arrows-up:before{content:"\edb7"}.ti-arrows-up-down:before{content:"\edb6"}.ti-arrows-up-left:before{content:"\ee02"}.ti-arrows-up-right:before{content:"\ee03"}.ti-arrows-vertical:before{content:"\eb5b"}.ti-artboard:before{content:"\ea2a"}.ti-artboard-off:before{content:"\f0ae"}.ti-article:before{content:"\f1e2"}.ti-article-off:before{content:"\f3bf"}.ti-aspect-ratio:before{content:"\ed30"}.ti-aspect-ratio-off:before{content:"\f0af"}.ti-assembly:before{content:"\f24d"}.ti-assembly-off:before{content:"\f3c0"}.ti-asset:before{content:"\f1ce"}.ti-asterisk:before{content:"\efd5"}.ti-asterisk-simple:before{content:"\efd4"}.ti-at:before{content:"\ea2b"}.ti-at-off:before{content:"\f0b0"}.ti-atom:before{content:"\eb79"}.ti-atom-2:before{content:"\ebdf"}.ti-atom-off:before{content:"\f0f9"}.ti-augmented-reality:before{content:"\f023"}.ti-augmented-reality-2:before{content:"\f37e"}.ti-augmented-reality-off:before{content:"\f3c1"}.ti-auth-2fa:before{content:"\eca0"}.ti-automatic-gearbox:before{content:"\fc89"}.ti-automation:before{content:"\fef8"}.ti-avocado:before{content:"\fd8e"}.ti-award:before{content:"\ea2c"}.ti-award-off:before{content:"\f0fa"}.ti-axe:before{content:"\ef9f"}.ti-axis-x:before{content:"\ef45"}.ti-axis-y:before{content:"\ef46"}.ti-baby-bottle:before{content:"\f5d2"}.ti-baby-carriage:before{content:"\f05d"}.ti-background:before{content:"\fd2c"}.ti-backhoe:before{content:"\ed86"}.ti-backpack:before{content:"\ef47"}.ti-backpack-off:before{content:"\f3c2"}.ti-backslash:before{content:"\fab9"}.ti-backspace:before{content:"\ea2d"}.ti-badge:before{content:"\efc2"}.ti-badge-3d:before{content:"\f555"}.ti-badge-4k:before{content:"\f556"}.ti-badge-8k:before{content:"\f557"}.ti-badge-ad:before{content:"\f558"}.ti-badge-ad-off:before{content:"\fd8f"}.ti-badge-ar:before{content:"\f559"}.ti-badge-cc:before{content:"\f55a"}.ti-badge-hd:before{content:"\f55b"}.ti-badge-off:before{content:"\f0fb"}.ti-badge-sd:before{content:"\f55c"}.ti-badge-tm:before{content:"\f55d"}.ti-badge-vo:before{content:"\f55e"}.ti-badge-vr:before{content:"\f55f"}.ti-badge-wc:before{content:"\f560"}.ti-badges:before{content:"\efc3"}.ti-badges-off:before{content:"\f0fc"}.ti-baguette:before{content:"\f3a5"}.ti-ball-american-football:before{content:"\ee04"} +.ti-ball-american-football-off:before{content:"\f3c3"}.ti-ball-baseball:before{content:"\efa0"}.ti-ball-basketball:before{content:"\ec28"}.ti-ball-bowling:before{content:"\ec29"}.ti-ball-football:before{content:"\ee06"}.ti-ball-football-off:before{content:"\ee05"}.ti-ball-tennis:before{content:"\ec2a"}.ti-ball-volleyball:before{content:"\ec2b"}.ti-balloon:before{content:"\ef3a"}.ti-balloon-off:before{content:"\f0fd"}.ti-ballpen:before{content:"\f06e"}.ti-ballpen-off:before{content:"\f0b1"}.ti-ban:before{content:"\ea2e"}.ti-bandage:before{content:"\eb7a"}.ti-bandage-off:before{content:"\f3c4"}.ti-barbell:before{content:"\eff0"}.ti-barbell-off:before{content:"\f0b2"}.ti-barcode:before{content:"\ebc6"}.ti-barcode-off:before{content:"\f0b3"}.ti-barrel:before{content:"\f0b4"}.ti-barrel-off:before{content:"\f0fe"}.ti-barrier-block:before{content:"\f00e"}.ti-barrier-block-off:before{content:"\f0b5"}.ti-baseline:before{content:"\f024"}.ti-baseline-density-large:before{content:"\f9f0"}.ti-baseline-density-medium:before{content:"\f9f1"}.ti-baseline-density-small:before{content:"\f9f2"}.ti-basket:before{content:"\ebe1"}.ti-basket-bolt:before{content:"\fb43"}.ti-basket-cancel:before{content:"\fb44"}.ti-basket-check:before{content:"\fb45"}.ti-basket-code:before{content:"\fb46"}.ti-basket-cog:before{content:"\fb47"}.ti-basket-discount:before{content:"\fb48"}.ti-basket-dollar:before{content:"\fb49"}.ti-basket-down:before{content:"\fb4a"}.ti-basket-exclamation:before{content:"\fb4b"}.ti-basket-heart:before{content:"\fb4c"}.ti-basket-minus:before{content:"\fb4d"}.ti-basket-off:before{content:"\f0b6"}.ti-basket-pause:before{content:"\fb4e"}.ti-basket-pin:before{content:"\fb4f"}.ti-basket-plus:before{content:"\fb50"}.ti-basket-question:before{content:"\fb51"}.ti-basket-search:before{content:"\fb52"}.ti-basket-share:before{content:"\fb53"}.ti-basket-star:before{content:"\fb54"}.ti-basket-up:before{content:"\fb55"}.ti-basket-x:before{content:"\fb56"}.ti-bat:before{content:"\f284"}.ti-bath:before{content:"\ef48"}.ti-bath-off:before{content:"\f0ff"}.ti-battery:before{content:"\ea34"}.ti-battery-1:before{content:"\ea2f"}.ti-battery-2:before{content:"\ea30"}.ti-battery-3:before{content:"\ea31"}.ti-battery-4:before{content:"\ea32"}.ti-battery-automotive:before{content:"\ee07"}.ti-battery-charging:before{content:"\ea33"}.ti-battery-charging-2:before{content:"\ef3b"}.ti-battery-eco:before{content:"\ef3c"}.ti-battery-exclamation:before{content:"\ff1d"}.ti-battery-off:before{content:"\ed1c"}.ti-battery-spark:before{content:"\ffbd"}.ti-battery-vertical:before{content:"\ff13"}.ti-battery-vertical-1:before{content:"\ff1c"}.ti-battery-vertical-2:before{content:"\ff1b"}.ti-battery-vertical-3:before{content:"\ff1a"}.ti-battery-vertical-4:before{content:"\ff19"}.ti-battery-vertical-charging:before{content:"\ff17"} +.ti-battery-vertical-charging-2:before{content:"\ff18"}.ti-battery-vertical-eco:before{content:"\ff16"}.ti-battery-vertical-exclamation:before{content:"\ff15"}.ti-battery-vertical-off:before{content:"\ff14"}.ti-beach:before{content:"\ef3d"}.ti-beach-off:before{content:"\f0b7"}.ti-bed:before{content:"\eb5c"}.ti-bed-flat:before{content:"\fca1"}.ti-bed-off:before{content:"\f100"}.ti-beer:before{content:"\efa1"}.ti-beer-off:before{content:"\f101"}.ti-bell:before{content:"\ea35"}.ti-bell-bolt:before{content:"\f812"}.ti-bell-cancel:before{content:"\f813"}.ti-bell-check:before{content:"\f814"}.ti-bell-code:before{content:"\f815"}.ti-bell-cog:before{content:"\f816"}.ti-bell-dollar:before{content:"\f817"}.ti-bell-down:before{content:"\f818"}.ti-bell-exclamation:before{content:"\f819"}.ti-bell-heart:before{content:"\f81a"}.ti-bell-minus:before{content:"\ede2"}.ti-bell-off:before{content:"\ece9"}.ti-bell-pause:before{content:"\f81b"}.ti-bell-pin:before{content:"\f81c"}.ti-bell-plus:before{content:"\ede3"}.ti-bell-question:before{content:"\f81d"}.ti-bell-ringing:before{content:"\ed07"}.ti-bell-ringing-2:before{content:"\ede4"}.ti-bell-school:before{content:"\f05e"}.ti-bell-search:before{content:"\f81e"}.ti-bell-share:before{content:"\f81f"}.ti-bell-star:before{content:"\f820"}.ti-bell-up:before{content:"\f821"}.ti-bell-x:before{content:"\ede5"}.ti-bell-z:before{content:"\eff1"}.ti-beta:before{content:"\f544"}.ti-bible:before{content:"\efc4"}.ti-bike:before{content:"\ea36"}.ti-bike-off:before{content:"\f0b8"}.ti-binary:before{content:"\ee08"}.ti-binary-off:before{content:"\f3c5"}.ti-binary-tree:before{content:"\f5d4"}.ti-binary-tree-2:before{content:"\f5d3"}.ti-binoculars:before{content:"\fefe"}.ti-biohazard:before{content:"\ecb8"}.ti-biohazard-off:before{content:"\f0b9"}.ti-blade:before{content:"\f4bd"}.ti-bleach:before{content:"\f2f3"}.ti-bleach-chlorine:before{content:"\f2f0"}.ti-bleach-no-chlorine:before{content:"\f2f1"}.ti-bleach-off:before{content:"\f2f2"}.ti-blend-mode:before{content:"\feb0"}.ti-blender:before{content:"\fca2"}.ti-blob:before{content:"\feaf"}.ti-blockquote:before{content:"\ee09"}.ti-bluetooth:before{content:"\ea37"}.ti-bluetooth-connected:before{content:"\ecea"}.ti-bluetooth-off:before{content:"\eceb"}.ti-bluetooth-x:before{content:"\f081"}.ti-blur:before{content:"\ef8c"}.ti-blur-off:before{content:"\f3c6"}.ti-bmp:before{content:"\f3a6"}.ti-body-scan:before{content:"\fca3"}.ti-bold:before{content:"\eb7b"}.ti-bold-off:before{content:"\f0ba"}.ti-bolt:before{content:"\ea38"}.ti-bolt-off:before{content:"\ecec"}.ti-bomb:before{content:"\f59c"}.ti-bone:before{content:"\edb8"}.ti-bone-off:before{content:"\f0bb"}.ti-bong:before{content:"\f3a7"}.ti-bong-off:before{content:"\f3c7"} +.ti-book:before{content:"\ea39"}.ti-book-2:before{content:"\efc5"}.ti-book-download:before{content:"\f070"}.ti-book-off:before{content:"\f0bc"}.ti-book-upload:before{content:"\f071"}.ti-bookmark:before{content:"\ea3a"}.ti-bookmark-ai:before{content:"\fc8a"}.ti-bookmark-edit:before{content:"\fa5e"}.ti-bookmark-minus:before{content:"\fa5f"}.ti-bookmark-off:before{content:"\eced"}.ti-bookmark-plus:before{content:"\fa60"}.ti-bookmark-question:before{content:"\fa61"}.ti-bookmarks:before{content:"\ed08"}.ti-bookmarks-off:before{content:"\f0bd"}.ti-books:before{content:"\eff2"}.ti-books-off:before{content:"\f0be"}.ti-boom:before{content:"\fdbe"}.ti-border-all:before{content:"\ea3b"}.ti-border-bottom:before{content:"\ea3c"}.ti-border-bottom-plus:before{content:"\fdbd"}.ti-border-corner-ios:before{content:"\fd98"}.ti-border-corner-pill:before{content:"\fd62"}.ti-border-corner-rounded:before{content:"\fd63"}.ti-border-corner-square:before{content:"\fd64"}.ti-border-corners:before{content:"\f7a0"}.ti-border-horizontal:before{content:"\ea3d"}.ti-border-inner:before{content:"\ea3e"}.ti-border-left:before{content:"\ea3f"}.ti-border-left-plus:before{content:"\fdbc"}.ti-border-none:before{content:"\ea40"}.ti-border-outer:before{content:"\ea41"}.ti-border-radius:before{content:"\eb7c"}.ti-border-right:before{content:"\ea42"}.ti-border-right-plus:before{content:"\fdbb"}.ti-border-sides:before{content:"\f7a1"}.ti-border-style:before{content:"\ee0a"}.ti-border-style-2:before{content:"\ef22"}.ti-border-top:before{content:"\ea43"}.ti-border-top-plus:before{content:"\fdba"}.ti-border-vertical:before{content:"\ea44"}.ti-bottle:before{content:"\ef0b"}.ti-bottle-off:before{content:"\f3c8"}.ti-bounce-left:before{content:"\f59d"}.ti-bounce-right:before{content:"\f59e"}.ti-bow:before{content:"\f096"}.ti-bowl:before{content:"\f4fa"}.ti-bowl-chopsticks:before{content:"\fd90"}.ti-bowl-spoon:before{content:"\fd91"}.ti-box:before{content:"\ea45"}.ti-box-align-bottom:before{content:"\f2a8"}.ti-box-align-bottom-left:before{content:"\f2ce"}.ti-box-align-bottom-right:before{content:"\f2cf"}.ti-box-align-left:before{content:"\f2a9"}.ti-box-align-right:before{content:"\f2aa"}.ti-box-align-top:before{content:"\f2ab"}.ti-box-align-top-left:before{content:"\f2d0"}.ti-box-align-top-right:before{content:"\f2d1"}.ti-box-margin:before{content:"\ee0b"}.ti-box-model:before{content:"\ee0c"}.ti-box-model-2:before{content:"\ef23"}.ti-box-model-2-off:before{content:"\f3c9"}.ti-box-model-off:before{content:"\f3ca"}.ti-box-multiple:before{content:"\ee17"}.ti-box-multiple-0:before{content:"\ee0d"}.ti-box-multiple-1:before{content:"\ee0e"}.ti-box-multiple-2:before{content:"\ee0f"}.ti-box-multiple-3:before{content:"\ee10"}.ti-box-multiple-4:before{content:"\ee11"}.ti-box-multiple-5:before{content:"\ee12"} +.ti-box-multiple-6:before{content:"\ee13"}.ti-box-multiple-7:before{content:"\ee14"}.ti-box-multiple-8:before{content:"\ee15"}.ti-box-multiple-9:before{content:"\ee16"}.ti-box-off:before{content:"\f102"}.ti-box-padding:before{content:"\ee18"}.ti-braces:before{content:"\ebcc"}.ti-braces-off:before{content:"\f0bf"}.ti-brackets:before{content:"\ebcd"}.ti-brackets-angle:before{content:"\fcb2"}.ti-brackets-angle-off:before{content:"\fcb1"}.ti-brackets-contain:before{content:"\f1e5"}.ti-brackets-contain-end:before{content:"\f1e3"}.ti-brackets-contain-start:before{content:"\f1e4"}.ti-brackets-off:before{content:"\f0c0"}.ti-braille:before{content:"\f545"}.ti-brain:before{content:"\f59f"}.ti-brand-4chan:before{content:"\f494"}.ti-brand-abstract:before{content:"\f495"}.ti-brand-adobe:before{content:"\f0dc"}.ti-brand-adobe-after-effect:before{content:"\ff2a"}.ti-brand-adobe-illustrator:before{content:"\ff29"}.ti-brand-adobe-indesign:before{content:"\ff28"}.ti-brand-adobe-photoshop:before{content:"\ff27"}.ti-brand-adobe-premier:before{content:"\ff26"}.ti-brand-adobe-xd:before{content:"\ff25"}.ti-brand-adonis-js:before{content:"\f496"}.ti-brand-airbnb:before{content:"\ed68"}.ti-brand-airtable:before{content:"\ef6a"}.ti-brand-algolia:before{content:"\f390"}.ti-brand-alipay:before{content:"\f7a2"}.ti-brand-alpine-js:before{content:"\f324"}.ti-brand-amazon:before{content:"\f230"}.ti-brand-amd:before{content:"\f653"}.ti-brand-amie:before{content:"\ffab"}.ti-brand-amigo:before{content:"\f5f9"}.ti-brand-among-us:before{content:"\f205"}.ti-brand-android:before{content:"\ec16"}.ti-brand-angular:before{content:"\ef6b"}.ti-brand-ansible:before{content:"\fa70"}.ti-brand-ao3:before{content:"\f5e8"}.ti-brand-appgallery:before{content:"\f231"}.ti-brand-apple:before{content:"\ec17"}.ti-brand-apple-arcade:before{content:"\ed69"}.ti-brand-apple-news:before{content:"\ff24"}.ti-brand-apple-podcast:before{content:"\f1e6"}.ti-brand-appstore:before{content:"\ed24"}.ti-brand-arc:before{content:"\feae"}.ti-brand-asana:before{content:"\edc5"}.ti-brand-astro:before{content:"\fdb9"}.ti-brand-auth0:before{content:"\fcb3"}.ti-brand-aws:before{content:"\fa4c"}.ti-brand-azure:before{content:"\fa4d"}.ti-brand-backbone:before{content:"\f325"}.ti-brand-badoo:before{content:"\f206"}.ti-brand-baidu:before{content:"\f5e9"}.ti-brand-bandcamp:before{content:"\f207"}.ti-brand-bandlab:before{content:"\f5fa"}.ti-brand-beats:before{content:"\f208"}.ti-brand-bebo:before{content:"\ffaa"}.ti-brand-behance:before{content:"\ec6e"}.ti-brand-bilibili:before{content:"\f6d2"}.ti-brand-binance:before{content:"\f5a0"}.ti-brand-bing:before{content:"\edc6"}.ti-brand-bitbucket:before{content:"\edc7"}.ti-brand-blackberry:before{content:"\f568"}.ti-brand-blender:before{content:"\f326"}.ti-brand-blogger:before{content:"\f35a"}.ti-brand-bluesky:before{content:"\fd75"} +.ti-brand-booking:before{content:"\edc8"}.ti-brand-bootstrap:before{content:"\ef3e"}.ti-brand-bulma:before{content:"\f327"}.ti-brand-bumble:before{content:"\f5fb"}.ti-brand-bunpo:before{content:"\f4cf"}.ti-brand-c-sharp:before{content:"\f003"}.ti-brand-cake:before{content:"\f7a3"}.ti-brand-cakephp:before{content:"\f7af"}.ti-brand-campaignmonitor:before{content:"\f328"}.ti-brand-carbon:before{content:"\f348"}.ti-brand-cashapp:before{content:"\f391"}.ti-brand-chrome:before{content:"\ec18"}.ti-brand-cinema-4d:before{content:"\fa71"}.ti-brand-citymapper:before{content:"\f5fc"}.ti-brand-cloudflare:before{content:"\fa4e"}.ti-brand-codecov:before{content:"\f329"}.ti-brand-codepen:before{content:"\ec6f"}.ti-brand-codesandbox:before{content:"\ed6a"}.ti-brand-cohost:before{content:"\f5d5"}.ti-brand-coinbase:before{content:"\f209"}.ti-brand-comedy-central:before{content:"\f217"}.ti-brand-coreos:before{content:"\f5fd"}.ti-brand-couchdb:before{content:"\f60f"}.ti-brand-couchsurfing:before{content:"\f392"}.ti-brand-cpp:before{content:"\f5fe"}.ti-brand-craft:before{content:"\fa72"}.ti-brand-crunchbase:before{content:"\f7e3"}.ti-brand-css3:before{content:"\ed6b"}.ti-brand-ctemplar:before{content:"\f4d0"}.ti-brand-cucumber:before{content:"\ef6c"}.ti-brand-cupra:before{content:"\f4d1"}.ti-brand-cypress:before{content:"\f333"}.ti-brand-d3:before{content:"\f24e"}.ti-brand-databricks:before{content:"\fc41"}.ti-brand-days-counter:before{content:"\f4d2"}.ti-brand-dcos:before{content:"\f32a"}.ti-brand-debian:before{content:"\ef57"}.ti-brand-deezer:before{content:"\f78b"}.ti-brand-deliveroo:before{content:"\f4d3"}.ti-brand-deno:before{content:"\f24f"}.ti-brand-denodo:before{content:"\f610"}.ti-brand-deviantart:before{content:"\ecfb"}.ti-brand-digg:before{content:"\fa73"}.ti-brand-dingtalk:before{content:"\f5ea"}.ti-brand-discord:before{content:"\ece3"}.ti-brand-disney:before{content:"\f20a"}.ti-brand-disqus:before{content:"\edc9"}.ti-brand-django:before{content:"\f349"}.ti-brand-docker:before{content:"\edca"}.ti-brand-doctrine:before{content:"\ef6d"}.ti-brand-dolby-digital:before{content:"\f4d4"}.ti-brand-douban:before{content:"\f5ff"}.ti-brand-dribbble:before{content:"\ec19"}.ti-brand-drops:before{content:"\f4d5"}.ti-brand-drupal:before{content:"\f393"}.ti-brand-edge:before{content:"\ecfc"}.ti-brand-elastic:before{content:"\f611"}.ti-brand-electronic-arts:before{content:"\fa74"}.ti-brand-ember:before{content:"\f497"}.ti-brand-envato:before{content:"\f394"}.ti-brand-etsy:before{content:"\f654"}.ti-brand-evernote:before{content:"\f600"}.ti-brand-facebook:before{content:"\ec1a"}.ti-brand-feedly:before{content:"\fa75"}.ti-brand-figma:before{content:"\ec93"}.ti-brand-filezilla:before{content:"\fa76"}.ti-brand-finder:before{content:"\f218"}.ti-brand-firebase:before{content:"\ef6e"}.ti-brand-firefox:before{content:"\ecfd"} +.ti-brand-fiverr:before{content:"\f7a4"}.ti-brand-flickr:before{content:"\ecfe"}.ti-brand-flightradar24:before{content:"\f4d6"}.ti-brand-flipboard:before{content:"\f20b"}.ti-brand-flutter:before{content:"\f395"}.ti-brand-fortnite:before{content:"\f260"}.ti-brand-foursquare:before{content:"\ecff"}.ti-brand-framer:before{content:"\ec1b"}.ti-brand-framer-motion:before{content:"\f78c"}.ti-brand-funimation:before{content:"\f655"}.ti-brand-gatsby:before{content:"\f396"}.ti-brand-git:before{content:"\ef6f"}.ti-brand-github:before{content:"\ec1c"}.ti-brand-github-copilot:before{content:"\f4a8"}.ti-brand-gitlab:before{content:"\ec1d"}.ti-brand-gmail:before{content:"\efa2"}.ti-brand-golang:before{content:"\f78d"}.ti-brand-google:before{content:"\ec1f"}.ti-brand-google-analytics:before{content:"\edcb"}.ti-brand-google-big-query:before{content:"\f612"}.ti-brand-google-drive:before{content:"\ec1e"}.ti-brand-google-fit:before{content:"\f297"}.ti-brand-google-home:before{content:"\f601"}.ti-brand-google-maps:before{content:"\fa4f"}.ti-brand-google-one:before{content:"\f232"}.ti-brand-google-photos:before{content:"\f20c"}.ti-brand-google-play:before{content:"\ed25"}.ti-brand-google-podcasts:before{content:"\f656"}.ti-brand-grammarly:before{content:"\f32b"}.ti-brand-graphql:before{content:"\f32c"}.ti-brand-gravatar:before{content:"\edcc"}.ti-brand-grindr:before{content:"\f20d"}.ti-brand-guardian:before{content:"\f4fb"}.ti-brand-gumroad:before{content:"\f5d6"}.ti-brand-hackerrank:before{content:"\ff23"}.ti-brand-hbo:before{content:"\f657"}.ti-brand-headlessui:before{content:"\f32d"}.ti-brand-hexo:before{content:"\fa50"}.ti-brand-hipchat:before{content:"\edcd"}.ti-brand-html5:before{content:"\ed6c"}.ti-brand-inertia:before{content:"\f34a"}.ti-brand-instagram:before{content:"\ec20"}.ti-brand-intercom:before{content:"\f1cf"}.ti-brand-itch:before{content:"\fa22"}.ti-brand-javascript:before{content:"\ef0c"}.ti-brand-juejin:before{content:"\f7b0"}.ti-brand-kako-talk:before{content:"\fd2d"}.ti-brand-kbin:before{content:"\fad0"}.ti-brand-kick:before{content:"\fa23"}.ti-brand-kickstarter:before{content:"\edce"}.ti-brand-kotlin:before{content:"\ed6d"}.ti-brand-laravel:before{content:"\f34b"}.ti-brand-lastfm:before{content:"\f001"}.ti-brand-leetcode:before{content:"\fa51"}.ti-brand-letterboxd:before{content:"\fa24"}.ti-brand-line:before{content:"\f7e8"}.ti-brand-linkedin:before{content:"\ec8c"}.ti-brand-linktree:before{content:"\f1e7"}.ti-brand-linqpad:before{content:"\f562"}.ti-brand-livewire:before{content:"\fd76"}.ti-brand-loom:before{content:"\ef70"}.ti-brand-mailgun:before{content:"\f32e"}.ti-brand-mantine:before{content:"\f32f"}.ti-brand-mastercard:before{content:"\ef49"}.ti-brand-mastodon:before{content:"\f250"}.ti-brand-matrix:before{content:"\f5eb"}.ti-brand-mcdonalds:before{content:"\f251"}.ti-brand-medium:before{content:"\ec70"} +.ti-brand-meetup:before{content:"\fc6a"}.ti-brand-mercedes:before{content:"\f072"}.ti-brand-messenger:before{content:"\ec71"}.ti-brand-meta:before{content:"\efb0"}.ti-brand-metabrainz:before{content:"\ff12"}.ti-brand-minecraft:before{content:"\faef"}.ti-brand-miniprogram:before{content:"\f602"}.ti-brand-mixpanel:before{content:"\f397"}.ti-brand-monday:before{content:"\f219"}.ti-brand-mongodb:before{content:"\f613"}.ti-brand-my-oppo:before{content:"\f4d7"}.ti-brand-mysql:before{content:"\f614"}.ti-brand-national-geographic:before{content:"\f603"}.ti-brand-nem:before{content:"\f5a1"}.ti-brand-netbeans:before{content:"\ef71"}.ti-brand-netease-music:before{content:"\f604"}.ti-brand-netflix:before{content:"\edcf"}.ti-brand-nexo:before{content:"\f5a2"}.ti-brand-nextcloud:before{content:"\f4d8"}.ti-brand-nextjs:before{content:"\f0dd"}.ti-brand-nodejs:before{content:"\fae0"}.ti-brand-nord-vpn:before{content:"\f37f"}.ti-brand-notion:before{content:"\ef7b"}.ti-brand-npm:before{content:"\f569"}.ti-brand-nuxt:before{content:"\f0de"}.ti-brand-nytimes:before{content:"\ef8d"}.ti-brand-oauth:before{content:"\fa52"}.ti-brand-office:before{content:"\f398"}.ti-brand-ok-ru:before{content:"\f399"}.ti-brand-onedrive:before{content:"\f5d7"}.ti-brand-onlyfans:before{content:"\f605"}.ti-brand-open-source:before{content:"\edd0"}.ti-brand-openai:before{content:"\f78e"}.ti-brand-openvpn:before{content:"\f39a"}.ti-brand-opera:before{content:"\ec21"}.ti-brand-pagekit:before{content:"\edd1"}.ti-brand-parsinta:before{content:"\fc42"}.ti-brand-patreon:before{content:"\edd2"}.ti-brand-paypal:before{content:"\ec22"}.ti-brand-paypay:before{content:"\f5ec"}.ti-brand-peanut:before{content:"\f39b"}.ti-brand-pepsi:before{content:"\f261"}.ti-brand-php:before{content:"\ef72"}.ti-brand-picsart:before{content:"\f4d9"}.ti-brand-pinterest:before{content:"\ec8d"}.ti-brand-planetscale:before{content:"\f78f"}.ti-brand-pnpm:before{content:"\fd77"}.ti-brand-pocket:before{content:"\ed00"}.ti-brand-polymer:before{content:"\f498"}.ti-brand-powershell:before{content:"\f5ed"}.ti-brand-printables:before{content:"\fd1b"}.ti-brand-prisma:before{content:"\f499"}.ti-brand-producthunt:before{content:"\edd3"}.ti-brand-pushbullet:before{content:"\f330"}.ti-brand-pushover:before{content:"\f20e"}.ti-brand-python:before{content:"\ed01"}.ti-brand-qq:before{content:"\f606"}.ti-brand-radix-ui:before{content:"\f790"}.ti-brand-react:before{content:"\f34c"}.ti-brand-react-native:before{content:"\ef73"}.ti-brand-reason:before{content:"\f49a"}.ti-brand-reddit:before{content:"\ec8e"}.ti-brand-redhat:before{content:"\f331"}.ti-brand-redux:before{content:"\f3a8"}.ti-brand-revolut:before{content:"\f4da"}.ti-brand-rumble:before{content:"\fad1"}.ti-brand-rust:before{content:"\fa53"}.ti-brand-safari:before{content:"\ec23"}.ti-brand-samsungpass:before{content:"\f4db"} +.ti-brand-sass:before{content:"\edd4"}.ti-brand-sentry:before{content:"\edd5"}.ti-brand-sharik:before{content:"\f4dc"}.ti-brand-shazam:before{content:"\edd6"}.ti-brand-shopee:before{content:"\f252"}.ti-brand-sketch:before{content:"\ec24"}.ti-brand-skype:before{content:"\ed02"}.ti-brand-slack:before{content:"\ec72"}.ti-brand-snapchat:before{content:"\ec25"}.ti-brand-snapseed:before{content:"\f253"}.ti-brand-snowflake:before{content:"\f615"}.ti-brand-socket-io:before{content:"\f49b"}.ti-brand-solidjs:before{content:"\f5ee"}.ti-brand-soundcloud:before{content:"\ed6e"}.ti-brand-spacehey:before{content:"\f4fc"}.ti-brand-speedtest:before{content:"\fa77"}.ti-brand-spotify:before{content:"\ed03"}.ti-brand-stackoverflow:before{content:"\ef58"}.ti-brand-stackshare:before{content:"\f607"}.ti-brand-steam:before{content:"\ed6f"}.ti-brand-stocktwits:before{content:"\fd78"}.ti-brand-storj:before{content:"\fa54"}.ti-brand-storybook:before{content:"\f332"}.ti-brand-storytel:before{content:"\f608"}.ti-brand-strava:before{content:"\f254"}.ti-brand-stripe:before{content:"\edd7"}.ti-brand-sublime-text:before{content:"\ef74"}.ti-brand-sugarizer:before{content:"\f7a5"}.ti-brand-supabase:before{content:"\f6d3"}.ti-brand-superhuman:before{content:"\f50c"}.ti-brand-supernova:before{content:"\f49c"}.ti-brand-surfshark:before{content:"\f255"}.ti-brand-svelte:before{content:"\f0df"}.ti-brand-swift:before{content:"\fa55"}.ti-brand-symfony:before{content:"\f616"}.ti-brand-tabler:before{content:"\ec8f"}.ti-brand-tailwind:before{content:"\eca1"}.ti-brand-taobao:before{content:"\f5ef"}.ti-brand-teams:before{content:"\fadf"}.ti-brand-ted:before{content:"\f658"}.ti-brand-telegram:before{content:"\ec26"}.ti-brand-terraform:before{content:"\fa56"}.ti-brand-tether:before{content:"\f5a3"}.ti-brand-thingiverse:before{content:"\fd1c"}.ti-brand-threads:before{content:"\fb02"}.ti-brand-threejs:before{content:"\f5f0"}.ti-brand-tidal:before{content:"\ed70"}.ti-brand-tiktok:before{content:"\ec73"}.ti-brand-tinder:before{content:"\ed71"}.ti-brand-topbuzz:before{content:"\f50d"}.ti-brand-torchain:before{content:"\f5a4"}.ti-brand-toyota:before{content:"\f262"}.ti-brand-trello:before{content:"\f39d"}.ti-brand-tripadvisor:before{content:"\f002"}.ti-brand-tumblr:before{content:"\ed04"}.ti-brand-twilio:before{content:"\f617"}.ti-brand-twitch:before{content:"\ed05"}.ti-brand-twitter:before{content:"\ec27"}.ti-brand-typescript:before{content:"\f5f1"}.ti-brand-uber:before{content:"\ef75"}.ti-brand-ubuntu:before{content:"\ef59"}.ti-brand-unity:before{content:"\f49d"}.ti-brand-unsplash:before{content:"\edd8"}.ti-brand-upwork:before{content:"\f39e"}.ti-brand-valorant:before{content:"\f39f"}.ti-brand-vercel:before{content:"\ef24"}.ti-brand-vimeo:before{content:"\ed06"}.ti-brand-vinted:before{content:"\f20f"}.ti-brand-visa:before{content:"\f380"} +.ti-brand-visual-studio:before{content:"\ef76"}.ti-brand-vite:before{content:"\f5f2"}.ti-brand-vivaldi:before{content:"\f210"}.ti-brand-vk:before{content:"\ed72"}.ti-brand-vlc:before{content:"\fa78"}.ti-brand-volkswagen:before{content:"\f50e"}.ti-brand-vsco:before{content:"\f334"}.ti-brand-vscode:before{content:"\f3a0"}.ti-brand-vue:before{content:"\f0e0"}.ti-brand-walmart:before{content:"\f211"}.ti-brand-waze:before{content:"\f5d8"}.ti-brand-webflow:before{content:"\f2d2"}.ti-brand-wechat:before{content:"\f5f3"}.ti-brand-weibo:before{content:"\f609"}.ti-brand-whatsapp:before{content:"\ec74"}.ti-brand-wikipedia:before{content:"\fa79"}.ti-brand-windows:before{content:"\ecd8"}.ti-brand-windy:before{content:"\f4dd"}.ti-brand-wish:before{content:"\f212"}.ti-brand-wix:before{content:"\f3a1"}.ti-brand-wordpress:before{content:"\f2d3"}.ti-brand-x:before{content:"\fc0f"}.ti-brand-xamarin:before{content:"\fa7a"}.ti-brand-xbox:before{content:"\f298"}.ti-brand-xdeep:before{content:"\fc10"}.ti-brand-xing:before{content:"\f21a"}.ti-brand-yahoo:before{content:"\ed73"}.ti-brand-yandex:before{content:"\fae1"}.ti-brand-yarn:before{content:"\fd79"}.ti-brand-yatse:before{content:"\f213"}.ti-brand-ycombinator:before{content:"\edd9"}.ti-brand-youtube:before{content:"\ec90"}.ti-brand-youtube-kids:before{content:"\f214"}.ti-brand-zalando:before{content:"\f49e"}.ti-brand-zapier:before{content:"\f49f"}.ti-brand-zeit:before{content:"\f335"}.ti-brand-zhihu:before{content:"\f60a"}.ti-brand-zoom:before{content:"\f215"}.ti-brand-zulip:before{content:"\f4de"}.ti-brand-zwift:before{content:"\f216"}.ti-bread:before{content:"\efa3"}.ti-bread-off:before{content:"\f3cb"}.ti-briefcase:before{content:"\ea46"}.ti-briefcase-2:before{content:"\fb03"}.ti-briefcase-off:before{content:"\f3cc"}.ti-brightness:before{content:"\eb7f"}.ti-brightness-2:before{content:"\ee19"}.ti-brightness-auto:before{content:"\fd99"}.ti-brightness-down:before{content:"\eb7d"}.ti-brightness-half:before{content:"\ee1a"}.ti-brightness-off:before{content:"\f3cd"}.ti-brightness-up:before{content:"\eb7e"}.ti-broadcast:before{content:"\f1e9"}.ti-broadcast-off:before{content:"\f1e8"}.ti-browser:before{content:"\ebb7"}.ti-browser-check:before{content:"\efd6"}.ti-browser-off:before{content:"\f0c1"}.ti-browser-plus:before{content:"\efd7"}.ti-browser-x:before{content:"\efd8"}.ti-brush:before{content:"\ebb8"}.ti-brush-off:before{content:"\f0c2"}.ti-bubble:before{content:"\feba"}.ti-bubble-minus:before{content:"\febe"}.ti-bubble-plus:before{content:"\febd"}.ti-bubble-tea:before{content:"\ff51"}.ti-bubble-tea-2:before{content:"\ff52"}.ti-bubble-text:before{content:"\febc"}.ti-bubble-x:before{content:"\febb"}.ti-bucket:before{content:"\ea47"}.ti-bucket-droplet:before{content:"\f56a"}.ti-bucket-off:before{content:"\f103"} +.ti-bug:before{content:"\ea48"}.ti-bug-off:before{content:"\f0c3"}.ti-building:before{content:"\ea4f"}.ti-building-airport:before{content:"\ffa9"}.ti-building-arch:before{content:"\ea49"}.ti-building-bank:before{content:"\ebe2"}.ti-building-bridge:before{content:"\ea4b"}.ti-building-bridge-2:before{content:"\ea4a"}.ti-building-broadcast-tower:before{content:"\f4be"}.ti-building-burj-al-arab:before{content:"\ff50"}.ti-building-carousel:before{content:"\ed87"}.ti-building-castle:before{content:"\ed88"}.ti-building-church:before{content:"\ea4c"}.ti-building-circus:before{content:"\f4bf"}.ti-building-cog:before{content:"\10062"}.ti-building-community:before{content:"\ebf6"}.ti-building-cottage:before{content:"\ee1b"}.ti-building-estate:before{content:"\f5a5"}.ti-building-factory:before{content:"\ee1c"}.ti-building-factory-2:before{content:"\f082"}.ti-building-fortress:before{content:"\ed89"}.ti-building-hospital:before{content:"\ea4d"}.ti-building-lighthouse:before{content:"\ed8a"}.ti-building-minus:before{content:"\10061"}.ti-building-monument:before{content:"\ed26"}.ti-building-mosque:before{content:"\fa57"}.ti-building-off:before{content:"\fefd"}.ti-building-pavilion:before{content:"\ebf7"}.ti-building-plus:before{content:"\10060"}.ti-building-skyscraper:before{content:"\ec39"}.ti-building-stadium:before{content:"\f641"}.ti-building-store:before{content:"\ea4e"}.ti-building-tunnel:before{content:"\f5a6"}.ti-building-warehouse:before{content:"\ebe3"}.ti-building-wind-turbine:before{content:"\f4c0"}.ti-buildings:before{content:"\ff40"}.ti-bulb:before{content:"\ea51"}.ti-bulb-off:before{content:"\ea50"}.ti-bulldozer:before{content:"\ee1d"}.ti-burger:before{content:"\fcb4"}.ti-bus:before{content:"\ebe4"}.ti-bus-off:before{content:"\f3ce"}.ti-bus-stop:before{content:"\f2d4"}.ti-businessplan:before{content:"\ee1e"}.ti-butterfly:before{content:"\efd9"}.ti-cactus:before{content:"\f21b"}.ti-cactus-off:before{content:"\f3cf"}.ti-cake:before{content:"\f00f"}.ti-cake-off:before{content:"\f104"}.ti-calculator:before{content:"\eb80"}.ti-calculator-off:before{content:"\f0c4"}.ti-calendar:before{content:"\ea53"}.ti-calendar-bolt:before{content:"\f822"}.ti-calendar-cancel:before{content:"\f823"}.ti-calendar-check:before{content:"\f824"}.ti-calendar-clock:before{content:"\fd2e"}.ti-calendar-code:before{content:"\f825"}.ti-calendar-cog:before{content:"\f826"}.ti-calendar-dollar:before{content:"\f827"}.ti-calendar-dot:before{content:"\fd3e"}.ti-calendar-down:before{content:"\f828"}.ti-calendar-due:before{content:"\f621"}.ti-calendar-event:before{content:"\ea52"}.ti-calendar-exclamation:before{content:"\f829"}.ti-calendar-heart:before{content:"\f82a"}.ti-calendar-minus:before{content:"\ebb9"}.ti-calendar-month:before{content:"\fd2f"}.ti-calendar-off:before{content:"\ee1f"}.ti-calendar-pause:before{content:"\f82b"} +.ti-calendar-pin:before{content:"\f82c"}.ti-calendar-plus:before{content:"\ebba"}.ti-calendar-question:before{content:"\f82d"}.ti-calendar-repeat:before{content:"\fad2"}.ti-calendar-sad:before{content:"\fd1d"}.ti-calendar-search:before{content:"\f82e"}.ti-calendar-share:before{content:"\f82f"}.ti-calendar-smile:before{content:"\fd1e"}.ti-calendar-star:before{content:"\f830"}.ti-calendar-stats:before{content:"\ee20"}.ti-calendar-time:before{content:"\ee21"}.ti-calendar-up:before{content:"\f831"}.ti-calendar-user:before{content:"\fd1f"}.ti-calendar-week:before{content:"\fd30"}.ti-calendar-x:before{content:"\f832"}.ti-camera:before{content:"\ea54"}.ti-camera-ai:before{content:"\ffa8"}.ti-camera-bitcoin:before{content:"\ffa7"}.ti-camera-bolt:before{content:"\f833"}.ti-camera-cancel:before{content:"\f834"}.ti-camera-check:before{content:"\f835"}.ti-camera-code:before{content:"\f836"}.ti-camera-cog:before{content:"\f837"}.ti-camera-dollar:before{content:"\f838"}.ti-camera-down:before{content:"\f839"}.ti-camera-exclamation:before{content:"\f83a"}.ti-camera-heart:before{content:"\f83b"}.ti-camera-minus:before{content:"\ec3a"}.ti-camera-moon:before{content:"\ffa6"}.ti-camera-off:before{content:"\ecee"}.ti-camera-pause:before{content:"\f83c"}.ti-camera-pin:before{content:"\f83d"}.ti-camera-plus:before{content:"\ec3b"}.ti-camera-question:before{content:"\f83e"}.ti-camera-rotate:before{content:"\ee22"}.ti-camera-search:before{content:"\f83f"}.ti-camera-selfie:before{content:"\ee23"}.ti-camera-share:before{content:"\f840"}.ti-camera-spark:before{content:"\ffbc"}.ti-camera-star:before{content:"\f841"}.ti-camera-up:before{content:"\f842"}.ti-camera-x:before{content:"\f843"}.ti-camper:before{content:"\fa25"}.ti-campfire:before{content:"\f5a7"}.ti-cancel:before{content:"\ff11"}.ti-candle:before{content:"\efc6"}.ti-candy:before{content:"\ef0d"}.ti-candy-off:before{content:"\f0c5"}.ti-cane:before{content:"\f50f"}.ti-cannabis:before{content:"\f4c1"}.ti-cap-projecting:before{content:"\ff22"}.ti-cap-rounded:before{content:"\ff21"}.ti-cap-straight:before{content:"\ff20"}.ti-capsule:before{content:"\fae3"}.ti-capsule-horizontal:before{content:"\fae2"}.ti-capture:before{content:"\ec3c"}.ti-capture-off:before{content:"\f0c6"}.ti-car:before{content:"\ebbb"}.ti-car-4wd:before{content:"\fdb8"}.ti-car-crane:before{content:"\ef25"}.ti-car-crash:before{content:"\efa4"}.ti-car-fan:before{content:"\fdb3"}.ti-car-fan-1:before{content:"\fdb7"}.ti-car-fan-2:before{content:"\fdb6"}.ti-car-fan-3:before{content:"\fdb5"}.ti-car-fan-auto:before{content:"\fdb4"}.ti-car-garage:before{content:"\fc77"}.ti-car-off:before{content:"\f0c7"}.ti-car-suv:before{content:"\fc8b"}.ti-car-turbine:before{content:"\f4fd"}.ti-carambola:before{content:"\feb9"} +.ti-caravan:before{content:"\ec7c"}.ti-cardboards:before{content:"\ed74"}.ti-cardboards-off:before{content:"\f0c8"}.ti-cards:before{content:"\f510"}.ti-caret-down:before{content:"\eb5d"}.ti-caret-left:before{content:"\eb5e"}.ti-caret-left-right:before{content:"\fc43"}.ti-caret-right:before{content:"\eb5f"}.ti-caret-up:before{content:"\eb60"}.ti-caret-up-down:before{content:"\fc44"}.ti-carousel-horizontal:before{content:"\f659"}.ti-carousel-vertical:before{content:"\f65a"}.ti-carrot:before{content:"\f21c"}.ti-carrot-off:before{content:"\f3d0"}.ti-cash:before{content:"\ea55"}.ti-cash-banknote:before{content:"\ee25"}.ti-cash-banknote-off:before{content:"\ee24"}.ti-cash-off:before{content:"\f105"}.ti-cash-register:before{content:"\fee6"}.ti-cast:before{content:"\ea56"}.ti-cast-off:before{content:"\f0c9"}.ti-cat:before{content:"\f65b"}.ti-category:before{content:"\f1f6"}.ti-category-2:before{content:"\f1f5"}.ti-category-minus:before{content:"\fd20"}.ti-category-plus:before{content:"\fd21"}.ti-ce:before{content:"\ed75"}.ti-ce-off:before{content:"\f0ca"}.ti-cell:before{content:"\f05f"}.ti-cell-signal-1:before{content:"\f083"}.ti-cell-signal-2:before{content:"\f084"}.ti-cell-signal-3:before{content:"\f085"}.ti-cell-signal-4:before{content:"\f086"}.ti-cell-signal-5:before{content:"\f087"}.ti-cell-signal-off:before{content:"\f088"}.ti-certificate:before{content:"\ed76"}.ti-certificate-2:before{content:"\f073"}.ti-certificate-2-off:before{content:"\f0cb"}.ti-certificate-off:before{content:"\f0cc"}.ti-chair-director:before{content:"\f2d5"}.ti-chalkboard:before{content:"\f34d"}.ti-chalkboard-off:before{content:"\f3d1"}.ti-charging-pile:before{content:"\ee26"}.ti-chart-arcs:before{content:"\ee28"}.ti-chart-arcs-3:before{content:"\ee27"}.ti-chart-area:before{content:"\ea58"}.ti-chart-area-line:before{content:"\ea57"}.ti-chart-arrows:before{content:"\ee2a"}.ti-chart-arrows-vertical:before{content:"\ee29"}.ti-chart-bar:before{content:"\ea59"}.ti-chart-bar-off:before{content:"\f3d2"}.ti-chart-bar-popular:before{content:"\fef7"}.ti-chart-bubble:before{content:"\ec75"}.ti-chart-candle:before{content:"\ea5a"}.ti-chart-circles:before{content:"\ee2b"}.ti-chart-cohort:before{content:"\fef6"}.ti-chart-column:before{content:"\ffa5"}.ti-chart-covariate:before{content:"\ffa4"}.ti-chart-donut:before{content:"\ea5b"}.ti-chart-donut-2:before{content:"\ee2c"}.ti-chart-donut-3:before{content:"\ee2d"}.ti-chart-donut-4:before{content:"\ee2e"}.ti-chart-dots:before{content:"\ee2f"}.ti-chart-dots-2:before{content:"\f097"}.ti-chart-dots-3:before{content:"\f098"}.ti-chart-funnel:before{content:"\fef5"}.ti-chart-grid-dots:before{content:"\f4c2"}.ti-chart-histogram:before{content:"\f65c"}.ti-chart-infographic:before{content:"\ee30"}.ti-chart-line:before{content:"\ea5c"} +.ti-chart-pie:before{content:"\ea5d"}.ti-chart-pie-2:before{content:"\ee31"}.ti-chart-pie-3:before{content:"\ee32"}.ti-chart-pie-4:before{content:"\ee33"}.ti-chart-pie-off:before{content:"\f3d3"}.ti-chart-ppf:before{content:"\f618"}.ti-chart-radar:before{content:"\ed77"}.ti-chart-sankey:before{content:"\f619"}.ti-chart-scatter:before{content:"\fd93"}.ti-chart-scatter-3d:before{content:"\fd92"}.ti-chart-treemap:before{content:"\f381"}.ti-check:before{content:"\ea5e"}.ti-checkbox:before{content:"\eba6"}.ti-checklist:before{content:"\f074"}.ti-checks:before{content:"\ebaa"}.ti-checkup-list:before{content:"\ef5a"}.ti-cheese:before{content:"\ef26"}.ti-chef-hat:before{content:"\f21d"}.ti-chef-hat-off:before{content:"\f3d4"}.ti-cherry:before{content:"\f511"}.ti-chess:before{content:"\f382"}.ti-chess-bishop:before{content:"\f56b"}.ti-chess-king:before{content:"\f56c"}.ti-chess-knight:before{content:"\f56d"}.ti-chess-queen:before{content:"\f56e"}.ti-chess-rook:before{content:"\f56f"}.ti-chevron-compact-down:before{content:"\faf0"}.ti-chevron-compact-left:before{content:"\faf1"}.ti-chevron-compact-right:before{content:"\faf2"}.ti-chevron-compact-up:before{content:"\faf3"}.ti-chevron-down:before{content:"\ea5f"}.ti-chevron-down-left:before{content:"\ed09"}.ti-chevron-down-right:before{content:"\ed0a"}.ti-chevron-left:before{content:"\ea60"}.ti-chevron-left-pipe:before{content:"\fae4"}.ti-chevron-right:before{content:"\ea61"}.ti-chevron-right-pipe:before{content:"\fae5"}.ti-chevron-up:before{content:"\ea62"}.ti-chevron-up-left:before{content:"\ed0b"}.ti-chevron-up-right:before{content:"\ed0c"}.ti-chevrons-down:before{content:"\ea63"}.ti-chevrons-down-left:before{content:"\ed0d"}.ti-chevrons-down-right:before{content:"\ed0e"}.ti-chevrons-left:before{content:"\ea64"}.ti-chevrons-right:before{content:"\ea65"}.ti-chevrons-up:before{content:"\ea66"}.ti-chevrons-up-left:before{content:"\ed0f"}.ti-chevrons-up-right:before{content:"\ed10"}.ti-chisel:before{content:"\f383"}.ti-christmas-ball:before{content:"\fd31"}.ti-christmas-tree:before{content:"\ed78"}.ti-christmas-tree-off:before{content:"\f3d5"}.ti-circle:before{content:"\ea6b"}.ti-circle-arrow-down:before{content:"\f6f9"}.ti-circle-arrow-down-left:before{content:"\f6f6"}.ti-circle-arrow-down-right:before{content:"\f6f8"}.ti-circle-arrow-left:before{content:"\f6fb"}.ti-circle-arrow-right:before{content:"\f6fd"}.ti-circle-arrow-up:before{content:"\f703"}.ti-circle-arrow-up-left:before{content:"\f700"}.ti-circle-arrow-up-right:before{content:"\f702"}.ti-circle-caret-down:before{content:"\f4a9"}.ti-circle-caret-left:before{content:"\f4aa"}.ti-circle-caret-right:before{content:"\f4ab"}.ti-circle-caret-up:before{content:"\f4ac"}.ti-circle-check:before{content:"\ea67"}.ti-circle-chevron-down:before{content:"\f622"}.ti-circle-chevron-left:before{content:"\f623"} +.ti-circle-chevron-right:before{content:"\f624"}.ti-circle-chevron-up:before{content:"\f625"}.ti-circle-chevrons-down:before{content:"\f642"}.ti-circle-chevrons-left:before{content:"\f643"}.ti-circle-chevrons-right:before{content:"\f644"}.ti-circle-chevrons-up:before{content:"\f645"}.ti-circle-dashed:before{content:"\ed27"}.ti-circle-dashed-check:before{content:"\feb8"}.ti-circle-dashed-letter-a:before{content:"\ff9a"}.ti-circle-dashed-letter-b:before{content:"\ff99"}.ti-circle-dashed-letter-c:before{content:"\ff98"}.ti-circle-dashed-letter-d:before{content:"\ff97"}.ti-circle-dashed-letter-e:before{content:"\ff96"}.ti-circle-dashed-letter-f:before{content:"\ff95"}.ti-circle-dashed-letter-g:before{content:"\ff94"}.ti-circle-dashed-letter-h:before{content:"\ff93"}.ti-circle-dashed-letter-i:before{content:"\ff92"}.ti-circle-dashed-letter-j:before{content:"\ff91"}.ti-circle-dashed-letter-k:before{content:"\ff90"}.ti-circle-dashed-letter-l:before{content:"\ff8f"}.ti-circle-dashed-letter-m:before{content:"\ff8d"}.ti-circle-dashed-letter-n:before{content:"\ff8c"}.ti-circle-dashed-letter-o:before{content:"\ff8b"}.ti-circle-dashed-letter-p:before{content:"\ff8a"}.ti-circle-dashed-letter-q:before{content:"\ff89"}.ti-circle-dashed-letter-r:before{content:"\ff88"}.ti-circle-dashed-letter-s:before{content:"\ff87"}.ti-circle-dashed-letter-t:before{content:"\ff86"}.ti-circle-dashed-letter-u:before{content:"\ff85"}.ti-circle-dashed-letter-v:before{content:"\ff84"}.ti-circle-dashed-letter-w:before{content:"\ff83"}.ti-circle-dashed-letter-x:before{content:"\ff82"}.ti-circle-dashed-letter-y:before{content:"\ff81"}.ti-circle-dashed-letter-z:before{content:"\ff80"}.ti-circle-dashed-minus:before{content:"\feb7"}.ti-circle-dashed-number-0:before{content:"\fc6b"}.ti-circle-dashed-number-1:before{content:"\fc6c"}.ti-circle-dashed-number-2:before{content:"\fc6d"}.ti-circle-dashed-number-3:before{content:"\fc6e"}.ti-circle-dashed-number-4:before{content:"\fc6f"}.ti-circle-dashed-number-5:before{content:"\fc70"}.ti-circle-dashed-number-6:before{content:"\fc71"}.ti-circle-dashed-number-7:before{content:"\fc72"}.ti-circle-dashed-number-8:before{content:"\fc73"}.ti-circle-dashed-number-9:before{content:"\fc74"}.ti-circle-dashed-percentage:before{content:"\fd7a"}.ti-circle-dashed-plus:before{content:"\feb6"}.ti-circle-dashed-x:before{content:"\fc75"}.ti-circle-dot:before{content:"\efb1"}.ti-circle-dotted:before{content:"\ed28"}.ti-circle-dotted-letter-a:before{content:"\ff7f"}.ti-circle-dotted-letter-b:before{content:"\ff7e"}.ti-circle-dotted-letter-c:before{content:"\ff7d"}.ti-circle-dotted-letter-d:before{content:"\ff7c"}.ti-circle-dotted-letter-e:before{content:"\ff7b"}.ti-circle-dotted-letter-f:before{content:"\ff7a"}.ti-circle-dotted-letter-g:before{content:"\ff79"}.ti-circle-dotted-letter-h:before{content:"\ff78"}.ti-circle-dotted-letter-i:before{content:"\ff77"}.ti-circle-dotted-letter-j:before{content:"\ff76"}.ti-circle-dotted-letter-k:before{content:"\ff75"}.ti-circle-dotted-letter-l:before{content:"\ff74"} +.ti-circle-dotted-letter-m:before{content:"\ff73"}.ti-circle-dotted-letter-n:before{content:"\ff72"}.ti-circle-dotted-letter-o:before{content:"\ff71"}.ti-circle-dotted-letter-p:before{content:"\ff70"}.ti-circle-dotted-letter-q:before{content:"\ff6f"}.ti-circle-dotted-letter-r:before{content:"\ff6e"}.ti-circle-dotted-letter-s:before{content:"\ff6d"}.ti-circle-dotted-letter-t:before{content:"\ff6c"}.ti-circle-dotted-letter-u:before{content:"\ff6b"}.ti-circle-dotted-letter-v:before{content:"\ff6a"}.ti-circle-dotted-letter-w:before{content:"\ff69"}.ti-circle-dotted-letter-x:before{content:"\ff68"}.ti-circle-dotted-letter-y:before{content:"\ff67"}.ti-circle-dotted-letter-z:before{content:"\ff66"}.ti-circle-half:before{content:"\ee3f"}.ti-circle-half-2:before{content:"\eff3"}.ti-circle-half-vertical:before{content:"\ee3e"}.ti-circle-key:before{content:"\f633"}.ti-circle-letter-a:before{content:"\f441"}.ti-circle-letter-b:before{content:"\f442"}.ti-circle-letter-c:before{content:"\f443"}.ti-circle-letter-d:before{content:"\f444"}.ti-circle-letter-e:before{content:"\f445"}.ti-circle-letter-f:before{content:"\f446"}.ti-circle-letter-g:before{content:"\f447"}.ti-circle-letter-h:before{content:"\f448"}.ti-circle-letter-i:before{content:"\f449"}.ti-circle-letter-j:before{content:"\f44a"}.ti-circle-letter-k:before{content:"\f44b"}.ti-circle-letter-l:before{content:"\f44c"}.ti-circle-letter-m:before{content:"\f44d"}.ti-circle-letter-n:before{content:"\f44e"}.ti-circle-letter-o:before{content:"\f44f"}.ti-circle-letter-p:before{content:"\f450"}.ti-circle-letter-q:before{content:"\f451"}.ti-circle-letter-r:before{content:"\f452"}.ti-circle-letter-s:before{content:"\f453"}.ti-circle-letter-t:before{content:"\f454"}.ti-circle-letter-u:before{content:"\f455"}.ti-circle-letter-v:before{content:"\f4ad"}.ti-circle-letter-w:before{content:"\f456"}.ti-circle-letter-x:before{content:"\f4ae"}.ti-circle-letter-y:before{content:"\f457"}.ti-circle-letter-z:before{content:"\f458"}.ti-circle-minus:before{content:"\ea68"}.ti-circle-minus-2:before{content:"\fc8c"}.ti-circle-number-0:before{content:"\ee34"}.ti-circle-number-1:before{content:"\ee35"}.ti-circle-number-2:before{content:"\ee36"}.ti-circle-number-3:before{content:"\ee37"}.ti-circle-number-4:before{content:"\ee38"}.ti-circle-number-5:before{content:"\ee39"}.ti-circle-number-6:before{content:"\ee3a"}.ti-circle-number-7:before{content:"\ee3b"}.ti-circle-number-8:before{content:"\ee3c"}.ti-circle-number-9:before{content:"\ee3d"}.ti-circle-off:before{content:"\ee40"}.ti-circle-percentage:before{content:"\fd7b"}.ti-circle-plus:before{content:"\ea69"}.ti-circle-plus-2:before{content:"\fc8d"}.ti-circle-rectangle:before{content:"\f010"}.ti-circle-rectangle-off:before{content:"\f0cd"}.ti-circle-square:before{content:"\ece4"}.ti-circle-triangle:before{content:"\f011"}.ti-circle-x:before{content:"\ea6a"}.ti-circles:before{content:"\ece5"} +.ti-circles-relation:before{content:"\f4c3"}.ti-circuit-ammeter:before{content:"\f271"}.ti-circuit-battery:before{content:"\f272"}.ti-circuit-bulb:before{content:"\f273"}.ti-circuit-capacitor:before{content:"\f275"}.ti-circuit-capacitor-polarized:before{content:"\f274"}.ti-circuit-cell:before{content:"\f277"}.ti-circuit-cell-plus:before{content:"\f276"}.ti-circuit-changeover:before{content:"\f278"}.ti-circuit-diode:before{content:"\f27a"}.ti-circuit-diode-zener:before{content:"\f279"}.ti-circuit-ground:before{content:"\f27c"}.ti-circuit-ground-digital:before{content:"\f27b"}.ti-circuit-inductor:before{content:"\f27d"}.ti-circuit-motor:before{content:"\f27e"}.ti-circuit-pushbutton:before{content:"\f27f"}.ti-circuit-resistor:before{content:"\f280"}.ti-circuit-switch-closed:before{content:"\f281"}.ti-circuit-switch-open:before{content:"\f282"}.ti-circuit-voltmeter:before{content:"\f283"}.ti-clear-all:before{content:"\ee41"}.ti-clear-formatting:before{content:"\ebe5"}.ti-click:before{content:"\ebbc"}.ti-cliff-jumping:before{content:"\fefc"}.ti-clipboard:before{content:"\ea6f"}.ti-clipboard-check:before{content:"\ea6c"}.ti-clipboard-copy:before{content:"\f299"}.ti-clipboard-data:before{content:"\f563"}.ti-clipboard-heart:before{content:"\f34e"}.ti-clipboard-list:before{content:"\ea6d"}.ti-clipboard-off:before{content:"\f0ce"}.ti-clipboard-plus:before{content:"\efb2"}.ti-clipboard-smile:before{content:"\fd9a"}.ti-clipboard-text:before{content:"\f089"}.ti-clipboard-typography:before{content:"\f34f"}.ti-clipboard-x:before{content:"\ea6e"}.ti-clock:before{content:"\ea70"}.ti-clock-12:before{content:"\fc56"}.ti-clock-2:before{content:"\f099"}.ti-clock-24:before{content:"\fc57"}.ti-clock-bitcoin:before{content:"\ff3f"}.ti-clock-bolt:before{content:"\f844"}.ti-clock-cancel:before{content:"\f546"}.ti-clock-check:before{content:"\f7c1"}.ti-clock-code:before{content:"\f845"}.ti-clock-cog:before{content:"\f7c2"}.ti-clock-dollar:before{content:"\f846"}.ti-clock-down:before{content:"\f7c3"}.ti-clock-edit:before{content:"\f547"}.ti-clock-exclamation:before{content:"\f847"}.ti-clock-heart:before{content:"\f7c4"}.ti-clock-hour-1:before{content:"\f313"}.ti-clock-hour-10:before{content:"\f314"}.ti-clock-hour-11:before{content:"\f315"}.ti-clock-hour-12:before{content:"\f316"}.ti-clock-hour-2:before{content:"\f317"}.ti-clock-hour-3:before{content:"\f318"}.ti-clock-hour-4:before{content:"\f319"}.ti-clock-hour-5:before{content:"\f31a"}.ti-clock-hour-6:before{content:"\f31b"}.ti-clock-hour-7:before{content:"\f31c"}.ti-clock-hour-8:before{content:"\f31d"}.ti-clock-hour-9:before{content:"\f31e"}.ti-clock-minus:before{content:"\f848"}.ti-clock-off:before{content:"\f0cf"}.ti-clock-pause:before{content:"\f548"}.ti-clock-pin:before{content:"\f849"}.ti-clock-play:before{content:"\f549"}.ti-clock-plus:before{content:"\f7c5"} +.ti-clock-question:before{content:"\f7c6"}.ti-clock-record:before{content:"\f54a"}.ti-clock-search:before{content:"\f7c7"}.ti-clock-share:before{content:"\f84a"}.ti-clock-shield:before{content:"\f7c8"}.ti-clock-star:before{content:"\f7c9"}.ti-clock-stop:before{content:"\f54b"}.ti-clock-up:before{content:"\f7ca"}.ti-clock-x:before{content:"\f7cb"}.ti-clothes-rack:before{content:"\f285"}.ti-clothes-rack-off:before{content:"\f3d6"}.ti-cloud:before{content:"\ea76"}.ti-cloud-bitcoin:before{content:"\ff3e"}.ti-cloud-bolt:before{content:"\f84b"}.ti-cloud-cancel:before{content:"\f84c"}.ti-cloud-check:before{content:"\f84d"}.ti-cloud-code:before{content:"\f84e"}.ti-cloud-cog:before{content:"\f84f"}.ti-cloud-computing:before{content:"\f1d0"}.ti-cloud-data-connection:before{content:"\f1d1"}.ti-cloud-dollar:before{content:"\f850"}.ti-cloud-down:before{content:"\f851"}.ti-cloud-download:before{content:"\ea71"}.ti-cloud-exclamation:before{content:"\f852"}.ti-cloud-fog:before{content:"\ecd9"}.ti-cloud-heart:before{content:"\f853"}.ti-cloud-lock:before{content:"\efdb"}.ti-cloud-lock-open:before{content:"\efda"}.ti-cloud-minus:before{content:"\f854"}.ti-cloud-network:before{content:"\fc78"}.ti-cloud-off:before{content:"\ed3e"}.ti-cloud-pause:before{content:"\f855"}.ti-cloud-pin:before{content:"\f856"}.ti-cloud-plus:before{content:"\f857"}.ti-cloud-question:before{content:"\f858"}.ti-cloud-rain:before{content:"\ea72"}.ti-cloud-search:before{content:"\f859"}.ti-cloud-share:before{content:"\f85a"}.ti-cloud-snow:before{content:"\ea73"}.ti-cloud-star:before{content:"\f85b"}.ti-cloud-storm:before{content:"\ea74"}.ti-cloud-up:before{content:"\f85c"}.ti-cloud-upload:before{content:"\ea75"}.ti-cloud-x:before{content:"\f85d"}.ti-clover:before{content:"\f1ea"}.ti-clover-2:before{content:"\f21e"}.ti-clubs:before{content:"\eff4"}.ti-code:before{content:"\ea77"}.ti-code-asterisk:before{content:"\f312"}.ti-code-circle:before{content:"\f4ff"}.ti-code-circle-2:before{content:"\f4fe"}.ti-code-dots:before{content:"\f61a"}.ti-code-minus:before{content:"\ee42"}.ti-code-off:before{content:"\f0d0"}.ti-code-plus:before{content:"\ee43"}.ti-coffee:before{content:"\ef0e"}.ti-coffee-off:before{content:"\f106"}.ti-coffin:before{content:"\f579"}.ti-coin:before{content:"\eb82"}.ti-coin-bitcoin:before{content:"\f2be"}.ti-coin-euro:before{content:"\f2bf"}.ti-coin-monero:before{content:"\f4a0"}.ti-coin-off:before{content:"\f0d1"}.ti-coin-pound:before{content:"\f2c0"}.ti-coin-rupee:before{content:"\f2c1"}.ti-coin-taka:before{content:"\fd0d"}.ti-coin-yen:before{content:"\f2c2"}.ti-coin-yuan:before{content:"\f2c3"}.ti-coins:before{content:"\f65d"}.ti-color-filter:before{content:"\f5a8"}.ti-color-picker:before{content:"\ebe6"}.ti-color-picker-off:before{content:"\f0d2"} +.ti-color-swatch:before{content:"\eb61"}.ti-color-swatch-off:before{content:"\f0d3"}.ti-column-insert-left:before{content:"\ee44"}.ti-column-insert-right:before{content:"\ee45"}.ti-column-remove:before{content:"\faf4"}.ti-columns:before{content:"\eb83"}.ti-columns-1:before{content:"\f6d4"}.ti-columns-2:before{content:"\f6d5"}.ti-columns-3:before{content:"\f6d6"}.ti-columns-off:before{content:"\f0d4"}.ti-comet:before{content:"\ec76"}.ti-command:before{content:"\ea78"}.ti-command-off:before{content:"\f3d7"}.ti-compass:before{content:"\ea79"}.ti-compass-off:before{content:"\f0d5"}.ti-components:before{content:"\efa5"}.ti-components-off:before{content:"\f0d6"}.ti-cone:before{content:"\efdd"}.ti-cone-2:before{content:"\efdc"}.ti-cone-off:before{content:"\f3d8"}.ti-cone-plus:before{content:"\fa94"}.ti-confetti:before{content:"\ee46"}.ti-confetti-off:before{content:"\f3d9"}.ti-confucius:before{content:"\f58a"}.ti-congruent-to:before{content:"\ffa3"}.ti-container:before{content:"\ee47"}.ti-container-off:before{content:"\f107"}.ti-contract:before{content:"\fefb"}.ti-contrast:before{content:"\ec4e"}.ti-contrast-2:before{content:"\efc7"}.ti-contrast-2-off:before{content:"\f3da"}.ti-contrast-off:before{content:"\f3db"}.ti-cooker:before{content:"\f57a"}.ti-cookie:before{content:"\fdb1"}.ti-cookie-man:before{content:"\fdb2"}.ti-cookie-off:before{content:"\f0d7"}.ti-copy:before{content:"\ea7a"}.ti-copy-check:before{content:"\fdb0"}.ti-copy-minus:before{content:"\fdaf"}.ti-copy-off:before{content:"\f0d8"}.ti-copy-plus:before{content:"\fdae"}.ti-copy-x:before{content:"\fdad"}.ti-copyleft:before{content:"\ec3d"}.ti-copyleft-off:before{content:"\f0d9"}.ti-copyright:before{content:"\ea7b"}.ti-copyright-off:before{content:"\f0da"}.ti-corner-down-left:before{content:"\ea7c"}.ti-corner-down-left-double:before{content:"\ee48"}.ti-corner-down-right:before{content:"\ea7d"}.ti-corner-down-right-double:before{content:"\ee49"}.ti-corner-left-down:before{content:"\ea7e"}.ti-corner-left-down-double:before{content:"\ee4a"}.ti-corner-left-up:before{content:"\ea7f"}.ti-corner-left-up-double:before{content:"\ee4b"}.ti-corner-right-down:before{content:"\ea80"}.ti-corner-right-down-double:before{content:"\ee4c"}.ti-corner-right-up:before{content:"\ea81"}.ti-corner-right-up-double:before{content:"\ee4d"}.ti-corner-up-left:before{content:"\ea82"}.ti-corner-up-left-double:before{content:"\ee4e"}.ti-corner-up-right:before{content:"\ea83"}.ti-corner-up-right-double:before{content:"\ee4f"}.ti-cpu:before{content:"\ef8e"}.ti-cpu-2:before{content:"\f075"}.ti-cpu-off:before{content:"\f108"}.ti-crane:before{content:"\ef27"}.ti-crane-off:before{content:"\f109"}.ti-creative-commons:before{content:"\efb3"}.ti-creative-commons-by:before{content:"\f21f"}.ti-creative-commons-nc:before{content:"\f220"} +.ti-creative-commons-nd:before{content:"\f221"}.ti-creative-commons-off:before{content:"\f10a"}.ti-creative-commons-sa:before{content:"\f222"}.ti-creative-commons-zero:before{content:"\f223"}.ti-credit-card:before{content:"\ea84"}.ti-credit-card-off:before{content:"\ed11"}.ti-credit-card-pay:before{content:"\fd32"}.ti-credit-card-refund:before{content:"\fd33"}.ti-cricket:before{content:"\f09a"}.ti-crop:before{content:"\ea85"}.ti-crop-1-1:before{content:"\fd50"}.ti-crop-16-9:before{content:"\fd51"}.ti-crop-3-2:before{content:"\fd52"}.ti-crop-5-4:before{content:"\fd53"}.ti-crop-7-5:before{content:"\fd54"}.ti-crop-landscape:before{content:"\fd55"}.ti-crop-portrait:before{content:"\fd56"}.ti-cross:before{content:"\ef8f"}.ti-cross-off:before{content:"\f10b"}.ti-crosshair:before{content:"\ec3e"}.ti-crown:before{content:"\ed12"}.ti-crown-off:before{content:"\ee50"}.ti-crutches:before{content:"\ef5b"}.ti-crutches-off:before{content:"\f10c"}.ti-crystal-ball:before{content:"\f57b"}.ti-csv:before{content:"\f791"}.ti-cube:before{content:"\fa97"}.ti-cube-3d-sphere:before{content:"\ecd7"}.ti-cube-3d-sphere-off:before{content:"\f3b5"}.ti-cube-off:before{content:"\fa95"}.ti-cube-plus:before{content:"\fa96"}.ti-cube-send:before{content:"\f61b"}.ti-cube-spark:before{content:"\ffbb"}.ti-cube-unfolded:before{content:"\f61c"}.ti-cup:before{content:"\ef28"}.ti-cup-off:before{content:"\f10d"}.ti-curling:before{content:"\efc8"}.ti-curly-loop:before{content:"\ecda"}.ti-currency:before{content:"\efa6"}.ti-currency-afghani:before{content:"\f65e"}.ti-currency-bahraini:before{content:"\ee51"}.ti-currency-baht:before{content:"\f08a"}.ti-currency-bitcoin:before{content:"\ebab"}.ti-currency-cent:before{content:"\ee53"}.ti-currency-dinar:before{content:"\ee54"}.ti-currency-dirham:before{content:"\ee55"}.ti-currency-dogecoin:before{content:"\ef4b"}.ti-currency-dollar:before{content:"\eb84"}.ti-currency-dollar-australian:before{content:"\ee56"}.ti-currency-dollar-brunei:before{content:"\f36c"}.ti-currency-dollar-canadian:before{content:"\ee57"}.ti-currency-dollar-guyanese:before{content:"\f36d"}.ti-currency-dollar-off:before{content:"\f3dc"}.ti-currency-dollar-singapore:before{content:"\ee58"}.ti-currency-dollar-zimbabwean:before{content:"\f36e"}.ti-currency-dong:before{content:"\f36f"}.ti-currency-dram:before{content:"\f370"}.ti-currency-ethereum:before{content:"\ee59"}.ti-currency-euro:before{content:"\eb85"}.ti-currency-euro-off:before{content:"\f3dd"}.ti-currency-florin:before{content:"\faf5"}.ti-currency-forint:before{content:"\ee5a"}.ti-currency-frank:before{content:"\ee5b"}.ti-currency-guarani:before{content:"\f371"}.ti-currency-hryvnia:before{content:"\f372"}.ti-currency-iranian-rial:before{content:"\fa58"}.ti-currency-kip:before{content:"\f373"}.ti-currency-krone-czech:before{content:"\ee5c"}.ti-currency-krone-danish:before{content:"\ee5d"} +.ti-currency-krone-swedish:before{content:"\ee5e"}.ti-currency-lari:before{content:"\f374"}.ti-currency-leu:before{content:"\ee5f"}.ti-currency-lira:before{content:"\ee60"}.ti-currency-litecoin:before{content:"\ee61"}.ti-currency-lyd:before{content:"\f375"}.ti-currency-manat:before{content:"\f376"}.ti-currency-monero:before{content:"\f377"}.ti-currency-naira:before{content:"\ee62"}.ti-currency-nano:before{content:"\f7a6"}.ti-currency-off:before{content:"\f3de"}.ti-currency-paanga:before{content:"\f378"}.ti-currency-peso:before{content:"\f65f"}.ti-currency-pound:before{content:"\ebac"}.ti-currency-pound-off:before{content:"\f3df"}.ti-currency-quetzal:before{content:"\f379"}.ti-currency-real:before{content:"\ee63"}.ti-currency-renminbi:before{content:"\ee64"}.ti-currency-ripple:before{content:"\ee65"}.ti-currency-riyal:before{content:"\ee66"}.ti-currency-rubel:before{content:"\ee67"}.ti-currency-rufiyaa:before{content:"\f37a"}.ti-currency-rupee:before{content:"\ebad"}.ti-currency-rupee-nepalese:before{content:"\f37b"}.ti-currency-shekel:before{content:"\ee68"}.ti-currency-solana:before{content:"\f4a1"}.ti-currency-som:before{content:"\f37c"}.ti-currency-taka:before{content:"\ee69"}.ti-currency-tenge:before{content:"\f37d"}.ti-currency-tugrik:before{content:"\ee6a"}.ti-currency-won:before{content:"\ee6b"}.ti-currency-xrp:before{content:"\fd34"}.ti-currency-yen:before{content:"\ebae"}.ti-currency-yen-off:before{content:"\f3e0"}.ti-currency-yuan:before{content:"\f29a"}.ti-currency-zloty:before{content:"\ee6c"}.ti-current-location:before{content:"\ecef"}.ti-current-location-off:before{content:"\f10e"}.ti-cursor-off:before{content:"\f10f"}.ti-cursor-text:before{content:"\ee6d"}.ti-cut:before{content:"\ea86"}.ti-cylinder:before{content:"\f54c"}.ti-cylinder-off:before{content:"\fa98"}.ti-cylinder-plus:before{content:"\fa99"}.ti-dashboard:before{content:"\ea87"}.ti-dashboard-off:before{content:"\f3e1"}.ti-database:before{content:"\ea88"}.ti-database-cog:before{content:"\fa10"}.ti-database-dollar:before{content:"\fa11"}.ti-database-edit:before{content:"\fa12"}.ti-database-exclamation:before{content:"\fa13"}.ti-database-export:before{content:"\ee6e"}.ti-database-heart:before{content:"\fa14"}.ti-database-import:before{content:"\ee6f"}.ti-database-leak:before{content:"\fa15"}.ti-database-minus:before{content:"\fa16"}.ti-database-off:before{content:"\ee70"}.ti-database-plus:before{content:"\fa17"}.ti-database-search:before{content:"\fa18"}.ti-database-share:before{content:"\fa19"}.ti-database-smile:before{content:"\fd9b"}.ti-database-star:before{content:"\fa1a"}.ti-database-x:before{content:"\fa1b"}.ti-decimal:before{content:"\fa26"}.ti-deer:before{content:"\f4c5"}.ti-delta:before{content:"\f53c"}.ti-dental:before{content:"\f025"}.ti-dental-broken:before{content:"\f286"}.ti-dental-off:before{content:"\f110"} +.ti-deselect:before{content:"\f9f3"}.ti-desk:before{content:"\fd35"}.ti-details:before{content:"\ee71"}.ti-details-off:before{content:"\f3e2"}.ti-device-airpods:before{content:"\f5a9"}.ti-device-airpods-case:before{content:"\f646"}.ti-device-airtag:before{content:"\fae6"}.ti-device-analytics:before{content:"\ee72"}.ti-device-audio-tape:before{content:"\ee73"}.ti-device-camera-phone:before{content:"\f233"}.ti-device-cctv:before{content:"\ee74"}.ti-device-cctv-off:before{content:"\f3e3"}.ti-device-computer-camera:before{content:"\ee76"}.ti-device-computer-camera-off:before{content:"\ee75"}.ti-device-desktop:before{content:"\ea89"}.ti-device-desktop-analytics:before{content:"\ee77"}.ti-device-desktop-bolt:before{content:"\f85e"}.ti-device-desktop-cancel:before{content:"\f85f"}.ti-device-desktop-check:before{content:"\f860"}.ti-device-desktop-code:before{content:"\f861"}.ti-device-desktop-cog:before{content:"\f862"}.ti-device-desktop-dollar:before{content:"\f863"}.ti-device-desktop-down:before{content:"\f864"}.ti-device-desktop-exclamation:before{content:"\f865"}.ti-device-desktop-heart:before{content:"\f866"}.ti-device-desktop-minus:before{content:"\f867"}.ti-device-desktop-off:before{content:"\ee78"}.ti-device-desktop-pause:before{content:"\f868"}.ti-device-desktop-pin:before{content:"\f869"}.ti-device-desktop-plus:before{content:"\f86a"}.ti-device-desktop-question:before{content:"\f86b"}.ti-device-desktop-search:before{content:"\f86c"}.ti-device-desktop-share:before{content:"\f86d"}.ti-device-desktop-star:before{content:"\f86e"}.ti-device-desktop-up:before{content:"\f86f"}.ti-device-desktop-x:before{content:"\f870"}.ti-device-floppy:before{content:"\eb62"}.ti-device-gamepad:before{content:"\eb63"}.ti-device-gamepad-2:before{content:"\f1d2"}.ti-device-gamepad-3:before{content:"\fc58"}.ti-device-heart-monitor:before{content:"\f060"}.ti-device-imac:before{content:"\f7a7"}.ti-device-imac-bolt:before{content:"\f871"}.ti-device-imac-cancel:before{content:"\f872"}.ti-device-imac-check:before{content:"\f873"}.ti-device-imac-code:before{content:"\f874"}.ti-device-imac-cog:before{content:"\f875"}.ti-device-imac-dollar:before{content:"\f876"}.ti-device-imac-down:before{content:"\f877"}.ti-device-imac-exclamation:before{content:"\f878"}.ti-device-imac-heart:before{content:"\f879"}.ti-device-imac-minus:before{content:"\f87a"}.ti-device-imac-off:before{content:"\f87b"}.ti-device-imac-pause:before{content:"\f87c"}.ti-device-imac-pin:before{content:"\f87d"}.ti-device-imac-plus:before{content:"\f87e"}.ti-device-imac-question:before{content:"\f87f"}.ti-device-imac-search:before{content:"\f880"}.ti-device-imac-share:before{content:"\f881"}.ti-device-imac-star:before{content:"\f882"}.ti-device-imac-up:before{content:"\f883"}.ti-device-imac-x:before{content:"\f884"}.ti-device-ipad:before{content:"\f648"}.ti-device-ipad-bolt:before{content:"\f885"}.ti-device-ipad-cancel:before{content:"\f886"} +.ti-device-ipad-check:before{content:"\f887"}.ti-device-ipad-code:before{content:"\f888"}.ti-device-ipad-cog:before{content:"\f889"}.ti-device-ipad-dollar:before{content:"\f88a"}.ti-device-ipad-down:before{content:"\f88b"}.ti-device-ipad-exclamation:before{content:"\f88c"}.ti-device-ipad-heart:before{content:"\f88d"}.ti-device-ipad-horizontal:before{content:"\f647"}.ti-device-ipad-horizontal-bolt:before{content:"\f88e"}.ti-device-ipad-horizontal-cancel:before{content:"\f88f"}.ti-device-ipad-horizontal-check:before{content:"\f890"}.ti-device-ipad-horizontal-code:before{content:"\f891"}.ti-device-ipad-horizontal-cog:before{content:"\f892"}.ti-device-ipad-horizontal-dollar:before{content:"\f893"}.ti-device-ipad-horizontal-down:before{content:"\f894"}.ti-device-ipad-horizontal-exclamation:before{content:"\f895"}.ti-device-ipad-horizontal-heart:before{content:"\f896"}.ti-device-ipad-horizontal-minus:before{content:"\f897"}.ti-device-ipad-horizontal-off:before{content:"\f898"}.ti-device-ipad-horizontal-pause:before{content:"\f899"}.ti-device-ipad-horizontal-pin:before{content:"\f89a"}.ti-device-ipad-horizontal-plus:before{content:"\f89b"}.ti-device-ipad-horizontal-question:before{content:"\f89c"}.ti-device-ipad-horizontal-search:before{content:"\f89d"}.ti-device-ipad-horizontal-share:before{content:"\f89e"}.ti-device-ipad-horizontal-star:before{content:"\f89f"}.ti-device-ipad-horizontal-up:before{content:"\f8a0"}.ti-device-ipad-horizontal-x:before{content:"\f8a1"}.ti-device-ipad-minus:before{content:"\f8a2"}.ti-device-ipad-off:before{content:"\f8a3"}.ti-device-ipad-pause:before{content:"\f8a4"}.ti-device-ipad-pin:before{content:"\f8a5"}.ti-device-ipad-plus:before{content:"\f8a6"}.ti-device-ipad-question:before{content:"\f8a7"}.ti-device-ipad-search:before{content:"\f8a8"}.ti-device-ipad-share:before{content:"\f8a9"}.ti-device-ipad-star:before{content:"\f8aa"}.ti-device-ipad-up:before{content:"\f8ab"}.ti-device-ipad-x:before{content:"\f8ac"}.ti-device-landline-phone:before{content:"\f649"}.ti-device-laptop:before{content:"\eb64"}.ti-device-laptop-off:before{content:"\f061"}.ti-device-mobile:before{content:"\ea8a"}.ti-device-mobile-bolt:before{content:"\f8ad"}.ti-device-mobile-cancel:before{content:"\f8ae"}.ti-device-mobile-charging:before{content:"\f224"}.ti-device-mobile-check:before{content:"\f8af"}.ti-device-mobile-code:before{content:"\f8b0"}.ti-device-mobile-cog:before{content:"\f8b1"}.ti-device-mobile-dollar:before{content:"\f8b2"}.ti-device-mobile-down:before{content:"\f8b3"}.ti-device-mobile-exclamation:before{content:"\f8b4"}.ti-device-mobile-heart:before{content:"\f8b5"}.ti-device-mobile-message:before{content:"\ee79"}.ti-device-mobile-minus:before{content:"\f8b6"}.ti-device-mobile-off:before{content:"\f062"}.ti-device-mobile-pause:before{content:"\f8b7"}.ti-device-mobile-pin:before{content:"\f8b8"}.ti-device-mobile-plus:before{content:"\f8b9"}.ti-device-mobile-question:before{content:"\f8ba"}.ti-device-mobile-rotated:before{content:"\ecdb"}.ti-device-mobile-search:before{content:"\f8bb"} +.ti-device-mobile-share:before{content:"\f8bc"}.ti-device-mobile-star:before{content:"\f8bd"}.ti-device-mobile-up:before{content:"\f8be"}.ti-device-mobile-vibration:before{content:"\eb86"}.ti-device-mobile-x:before{content:"\f8bf"}.ti-device-nintendo:before{content:"\f026"}.ti-device-nintendo-off:before{content:"\f111"}.ti-device-projector:before{content:"\fc11"}.ti-device-remote:before{content:"\f792"}.ti-device-sd-card:before{content:"\f384"}.ti-device-sim:before{content:"\f4b2"}.ti-device-sim-1:before{content:"\f4af"}.ti-device-sim-2:before{content:"\f4b0"}.ti-device-sim-3:before{content:"\f4b1"}.ti-device-speaker:before{content:"\ea8b"}.ti-device-speaker-off:before{content:"\f112"}.ti-device-tablet:before{content:"\ea8c"}.ti-device-tablet-bolt:before{content:"\f8c0"}.ti-device-tablet-cancel:before{content:"\f8c1"}.ti-device-tablet-check:before{content:"\f8c2"}.ti-device-tablet-code:before{content:"\f8c3"}.ti-device-tablet-cog:before{content:"\f8c4"}.ti-device-tablet-dollar:before{content:"\f8c5"}.ti-device-tablet-down:before{content:"\f8c6"}.ti-device-tablet-exclamation:before{content:"\f8c7"}.ti-device-tablet-heart:before{content:"\f8c8"}.ti-device-tablet-minus:before{content:"\f8c9"}.ti-device-tablet-off:before{content:"\f063"}.ti-device-tablet-pause:before{content:"\f8ca"}.ti-device-tablet-pin:before{content:"\f8cb"}.ti-device-tablet-plus:before{content:"\f8cc"}.ti-device-tablet-question:before{content:"\f8cd"}.ti-device-tablet-search:before{content:"\f8ce"}.ti-device-tablet-share:before{content:"\f8cf"}.ti-device-tablet-star:before{content:"\f8d0"}.ti-device-tablet-up:before{content:"\f8d1"}.ti-device-tablet-x:before{content:"\f8d2"}.ti-device-tv:before{content:"\ea8d"}.ti-device-tv-off:before{content:"\f064"}.ti-device-tv-old:before{content:"\f1d3"}.ti-device-unknown:before{content:"\fef4"}.ti-device-usb:before{content:"\fc59"}.ti-device-vision-pro:before{content:"\fae7"}.ti-device-watch:before{content:"\ebf9"}.ti-device-watch-bolt:before{content:"\f8d3"}.ti-device-watch-cancel:before{content:"\f8d4"}.ti-device-watch-check:before{content:"\f8d5"}.ti-device-watch-code:before{content:"\f8d6"}.ti-device-watch-cog:before{content:"\f8d7"}.ti-device-watch-dollar:before{content:"\f8d8"}.ti-device-watch-down:before{content:"\f8d9"}.ti-device-watch-exclamation:before{content:"\f8da"}.ti-device-watch-heart:before{content:"\f8db"}.ti-device-watch-minus:before{content:"\f8dc"}.ti-device-watch-off:before{content:"\f065"}.ti-device-watch-pause:before{content:"\f8dd"}.ti-device-watch-pin:before{content:"\f8de"}.ti-device-watch-plus:before{content:"\f8df"}.ti-device-watch-question:before{content:"\f8e0"}.ti-device-watch-search:before{content:"\f8e1"}.ti-device-watch-share:before{content:"\f8e2"}.ti-device-watch-star:before{content:"\f8e3"}.ti-device-watch-stats:before{content:"\ef7d"}.ti-device-watch-stats-2:before{content:"\ef7c"}.ti-device-watch-up:before{content:"\f8e4"}.ti-device-watch-x:before{content:"\f8e5"} +.ti-devices:before{content:"\eb87"}.ti-devices-2:before{content:"\ed29"}.ti-devices-bolt:before{content:"\f8e6"}.ti-devices-cancel:before{content:"\f8e7"}.ti-devices-check:before{content:"\f8e8"}.ti-devices-code:before{content:"\f8e9"}.ti-devices-cog:before{content:"\f8ea"}.ti-devices-dollar:before{content:"\f8eb"}.ti-devices-down:before{content:"\f8ec"}.ti-devices-exclamation:before{content:"\f8ed"}.ti-devices-heart:before{content:"\f8ee"}.ti-devices-minus:before{content:"\f8ef"}.ti-devices-off:before{content:"\f3e4"}.ti-devices-pause:before{content:"\f8f0"}.ti-devices-pc:before{content:"\ee7a"}.ti-devices-pc-off:before{content:"\f113"}.ti-devices-pin:before{content:"\f8f1"}.ti-devices-plus:before{content:"\f8f2"}.ti-devices-question:before{content:"\f8f3"}.ti-devices-search:before{content:"\f8f4"}.ti-devices-share:before{content:"\f8f5"}.ti-devices-star:before{content:"\f8f6"}.ti-devices-up:before{content:"\f8f7"}.ti-devices-x:before{content:"\f8f8"}.ti-diabolo:before{content:"\fa9c"}.ti-diabolo-off:before{content:"\fa9a"}.ti-diabolo-plus:before{content:"\fa9b"}.ti-dialpad:before{content:"\f067"}.ti-dialpad-off:before{content:"\f114"}.ti-diamond:before{content:"\eb65"}.ti-diamond-off:before{content:"\f115"}.ti-diamonds:before{content:"\eff5"}.ti-diaper:before{content:"\ffa2"}.ti-dice:before{content:"\eb66"}.ti-dice-1:before{content:"\f08b"}.ti-dice-2:before{content:"\f08c"}.ti-dice-3:before{content:"\f08d"}.ti-dice-4:before{content:"\f08e"}.ti-dice-5:before{content:"\f08f"}.ti-dice-6:before{content:"\f090"}.ti-dimensions:before{content:"\ee7b"}.ti-direction:before{content:"\ebfb"}.ti-direction-arrows:before{content:"\fd36"}.ti-direction-horizontal:before{content:"\ebfa"}.ti-direction-sign:before{content:"\f1f7"}.ti-direction-sign-off:before{content:"\f3e5"}.ti-directions:before{content:"\ea8e"}.ti-directions-off:before{content:"\f116"}.ti-disabled:before{content:"\ea8f"}.ti-disabled-2:before{content:"\ebaf"}.ti-disabled-off:before{content:"\f117"}.ti-disc:before{content:"\ea90"}.ti-disc-golf:before{content:"\f385"}.ti-disc-off:before{content:"\f118"}.ti-discount:before{content:"\ebbd"}.ti-discount-off:before{content:"\f3e7"}.ti-divide:before{content:"\ed5c"}.ti-dna:before{content:"\ee7d"}.ti-dna-2:before{content:"\ef5c"}.ti-dna-2-off:before{content:"\f119"}.ti-dna-off:before{content:"\f11a"}.ti-dog:before{content:"\f660"}.ti-dog-bowl:before{content:"\ef29"}.ti-door:before{content:"\ef4e"}.ti-door-enter:before{content:"\ef4c"}.ti-door-exit:before{content:"\ef4d"}.ti-door-off:before{content:"\f11b"}.ti-dots:before{content:"\ea95"}.ti-dots-circle-horizontal:before{content:"\ea91"}.ti-dots-diagonal:before{content:"\ea93"}.ti-dots-diagonal-2:before{content:"\ea92"}.ti-dots-vertical:before{content:"\ea94"} +.ti-download:before{content:"\ea96"}.ti-download-off:before{content:"\f11c"}.ti-drag-drop:before{content:"\eb89"}.ti-drag-drop-2:before{content:"\eb88"}.ti-drone:before{content:"\ed79"}.ti-drone-off:before{content:"\ee7e"}.ti-drop-circle:before{content:"\efde"}.ti-droplet:before{content:"\ea97"}.ti-droplet-bolt:before{content:"\f8f9"}.ti-droplet-cancel:before{content:"\f8fa"}.ti-droplet-check:before{content:"\f8fb"}.ti-droplet-code:before{content:"\f8fc"}.ti-droplet-cog:before{content:"\f8fd"}.ti-droplet-dollar:before{content:"\f8fe"}.ti-droplet-down:before{content:"\f8ff"}.ti-droplet-exclamation:before{content:"\f900"}.ti-droplet-half:before{content:"\ee82"}.ti-droplet-half-2:before{content:"\ee81"}.ti-droplet-heart:before{content:"\f901"}.ti-droplet-minus:before{content:"\f902"}.ti-droplet-off:before{content:"\ee83"}.ti-droplet-pause:before{content:"\f903"}.ti-droplet-pin:before{content:"\f904"}.ti-droplet-plus:before{content:"\f905"}.ti-droplet-question:before{content:"\f906"}.ti-droplet-search:before{content:"\f907"}.ti-droplet-share:before{content:"\f908"}.ti-droplet-star:before{content:"\f909"}.ti-droplet-up:before{content:"\f90a"}.ti-droplet-x:before{content:"\f90b"}.ti-droplets:before{content:"\fc12"}.ti-dual-screen:before{content:"\fa59"}.ti-dumpling:before{content:"\feb5"}.ti-e-passport:before{content:"\f4df"}.ti-ear:before{content:"\ebce"}.ti-ear-off:before{content:"\ee84"}.ti-ear-scan:before{content:"\fd57"}.ti-ease-in:before{content:"\f573"}.ti-ease-in-control-point:before{content:"\f570"}.ti-ease-in-out:before{content:"\f572"}.ti-ease-in-out-control-points:before{content:"\f571"}.ti-ease-out:before{content:"\f575"}.ti-ease-out-control-point:before{content:"\f574"}.ti-edit:before{content:"\ea98"}.ti-edit-circle:before{content:"\ee85"}.ti-edit-circle-off:before{content:"\f11d"}.ti-edit-off:before{content:"\f11e"}.ti-egg:before{content:"\eb8a"}.ti-egg-cracked:before{content:"\f2d6"}.ti-egg-fried:before{content:"\f386"}.ti-egg-off:before{content:"\f11f"}.ti-eggs:before{content:"\f500"}.ti-elevator:before{content:"\efdf"}.ti-elevator-off:before{content:"\f3e8"}.ti-emergency-bed:before{content:"\ef5d"}.ti-empathize:before{content:"\f29b"}.ti-empathize-off:before{content:"\f3e9"}.ti-emphasis:before{content:"\ebcf"}.ti-engine:before{content:"\ef7e"}.ti-engine-off:before{content:"\f120"}.ti-equal:before{content:"\ee87"}.ti-equal-double:before{content:"\f4e1"}.ti-equal-not:before{content:"\ee86"}.ti-eraser:before{content:"\eb8b"}.ti-eraser-off:before{content:"\f121"}.ti-error-404:before{content:"\f027"}.ti-error-404-off:before{content:"\f122"}.ti-escalator:before{content:"\fb06"}.ti-escalator-down:before{content:"\fb04"}.ti-escalator-up:before{content:"\fb05"}.ti-exchange:before{content:"\ebe7"} +.ti-exchange-off:before{content:"\f123"}.ti-exclamation-circle:before{content:"\f634"}.ti-exclamation-mark:before{content:"\efb4"}.ti-exclamation-mark-off:before{content:"\f124"}.ti-explicit:before{content:"\f256"}.ti-explicit-off:before{content:"\f3ea"}.ti-exposure:before{content:"\eb8c"}.ti-exposure-0:before{content:"\f29c"}.ti-exposure-minus-1:before{content:"\f29d"}.ti-exposure-minus-2:before{content:"\f29e"}.ti-exposure-off:before{content:"\f3eb"}.ti-exposure-plus-1:before{content:"\f29f"}.ti-exposure-plus-2:before{content:"\f2a0"}.ti-external-link:before{content:"\ea99"}.ti-external-link-off:before{content:"\f125"}.ti-eye:before{content:"\ea9a"}.ti-eye-bitcoin:before{content:"\ff3d"}.ti-eye-bolt:before{content:"\fb6d"}.ti-eye-cancel:before{content:"\fb6e"}.ti-eye-check:before{content:"\ee88"}.ti-eye-closed:before{content:"\f7ec"}.ti-eye-code:before{content:"\fb6f"}.ti-eye-cog:before{content:"\f7ed"}.ti-eye-discount:before{content:"\fb70"}.ti-eye-dollar:before{content:"\fb71"}.ti-eye-dotted:before{content:"\fead"}.ti-eye-down:before{content:"\fb72"}.ti-eye-edit:before{content:"\f7ee"}.ti-eye-exclamation:before{content:"\f7ef"}.ti-eye-heart:before{content:"\f7f0"}.ti-eye-minus:before{content:"\fb73"}.ti-eye-off:before{content:"\ecf0"}.ti-eye-pause:before{content:"\fb74"}.ti-eye-pin:before{content:"\fb75"}.ti-eye-plus:before{content:"\fb76"}.ti-eye-question:before{content:"\fb77"}.ti-eye-search:before{content:"\fb78"}.ti-eye-share:before{content:"\fb79"}.ti-eye-spark:before{content:"\ffba"}.ti-eye-star:before{content:"\fb7a"}.ti-eye-table:before{content:"\ef5e"}.ti-eye-up:before{content:"\fb7b"}.ti-eye-x:before{content:"\f7f1"}.ti-eyeglass:before{content:"\ee8a"}.ti-eyeglass-2:before{content:"\ee89"}.ti-eyeglass-off:before{content:"\f126"}.ti-face-id:before{content:"\ea9b"}.ti-face-id-error:before{content:"\efa7"}.ti-face-mask:before{content:"\efb5"}.ti-face-mask-off:before{content:"\f127"}.ti-fall:before{content:"\ecb9"}.ti-favicon:before{content:"\fd65"}.ti-feather:before{content:"\ee8b"}.ti-feather-off:before{content:"\f128"}.ti-fence:before{content:"\ef2a"}.ti-fence-off:before{content:"\f129"}.ti-ferry:before{content:"\10074"}.ti-fidget-spinner:before{content:"\f068"}.ti-file:before{content:"\eaa4"}.ti-file-3d:before{content:"\f032"}.ti-file-ai:before{content:"\ffa1"}.ti-file-alert:before{content:"\ede6"}.ti-file-analytics:before{content:"\ede7"}.ti-file-arrow-left:before{content:"\f033"}.ti-file-arrow-right:before{content:"\f034"}.ti-file-barcode:before{content:"\f035"}.ti-file-bitcoin:before{content:"\ffa0"}.ti-file-broken:before{content:"\f501"}.ti-file-certificate:before{content:"\ed4d"}.ti-file-chart:before{content:"\f036"}.ti-file-check:before{content:"\ea9c"}.ti-file-code:before{content:"\ebd0"} +.ti-file-code-2:before{content:"\ede8"}.ti-file-cv:before{content:"\fa5a"}.ti-file-database:before{content:"\f037"}.ti-file-delta:before{content:"\f53d"}.ti-file-description:before{content:"\f028"}.ti-file-diff:before{content:"\ecf1"}.ti-file-digit:before{content:"\efa8"}.ti-file-dislike:before{content:"\ed2a"}.ti-file-dollar:before{content:"\efe0"}.ti-file-dots:before{content:"\f038"}.ti-file-download:before{content:"\ea9d"}.ti-file-euro:before{content:"\efe1"}.ti-file-excel:before{content:"\fef3"}.ti-file-export:before{content:"\ede9"}.ti-file-function:before{content:"\f53e"}.ti-file-horizontal:before{content:"\ebb0"}.ti-file-import:before{content:"\edea"}.ti-file-infinity:before{content:"\f502"}.ti-file-info:before{content:"\edec"}.ti-file-invoice:before{content:"\eb67"}.ti-file-isr:before{content:"\feac"}.ti-file-lambda:before{content:"\f53f"}.ti-file-like:before{content:"\ed2b"}.ti-file-minus:before{content:"\ea9e"}.ti-file-music:before{content:"\ea9f"}.ti-file-neutral:before{content:"\fd22"}.ti-file-off:before{content:"\ecf2"}.ti-file-orientation:before{content:"\f2a1"}.ti-file-pencil:before{content:"\f039"}.ti-file-percent:before{content:"\f540"}.ti-file-phone:before{content:"\ecdc"}.ti-file-plus:before{content:"\eaa0"}.ti-file-power:before{content:"\f03a"}.ti-file-report:before{content:"\eded"}.ti-file-rss:before{content:"\f03b"}.ti-file-sad:before{content:"\fd23"}.ti-file-scissors:before{content:"\f03c"}.ti-file-search:before{content:"\ed5d"}.ti-file-settings:before{content:"\f029"}.ti-file-shredder:before{content:"\eaa1"}.ti-file-signal:before{content:"\f03d"}.ti-file-smile:before{content:"\fd24"}.ti-file-spark:before{content:"\ffb9"}.ti-file-spreadsheet:before{content:"\f03e"}.ti-file-stack:before{content:"\f503"}.ti-file-star:before{content:"\f03f"}.ti-file-symlink:before{content:"\ed53"}.ti-file-text:before{content:"\eaa2"}.ti-file-text-ai:before{content:"\fa27"}.ti-file-text-spark:before{content:"\ffb8"}.ti-file-time:before{content:"\f040"}.ti-file-type-bmp:before{content:"\fb07"}.ti-file-type-css:before{content:"\fb08"}.ti-file-type-csv:before{content:"\fb09"}.ti-file-type-doc:before{content:"\fb0a"}.ti-file-type-docx:before{content:"\fb0b"}.ti-file-type-html:before{content:"\fb0c"}.ti-file-type-jpg:before{content:"\fb0d"}.ti-file-type-js:before{content:"\fb0e"}.ti-file-type-jsx:before{content:"\fb0f"}.ti-file-type-pdf:before{content:"\fb10"}.ti-file-type-php:before{content:"\fb11"}.ti-file-type-png:before{content:"\fb12"}.ti-file-type-ppt:before{content:"\fb13"}.ti-file-type-rs:before{content:"\fb14"}.ti-file-type-sql:before{content:"\fb15"}.ti-file-type-svg:before{content:"\fb16"}.ti-file-type-ts:before{content:"\fb17"}.ti-file-type-tsx:before{content:"\fb18"}.ti-file-type-txt:before{content:"\fb19"} +.ti-file-type-vue:before{content:"\fb1a"}.ti-file-type-xls:before{content:"\fb1b"}.ti-file-type-xml:before{content:"\fb1c"}.ti-file-type-zip:before{content:"\fb1d"}.ti-file-typography:before{content:"\f041"}.ti-file-unknown:before{content:"\f042"}.ti-file-upload:before{content:"\ec91"}.ti-file-vector:before{content:"\f043"}.ti-file-word:before{content:"\fef2"}.ti-file-x:before{content:"\eaa3"}.ti-file-zip:before{content:"\ed4e"}.ti-files:before{content:"\edef"}.ti-files-off:before{content:"\edee"}.ti-filter:before{content:"\eaa5"}.ti-filter-bolt:before{content:"\fb7c"}.ti-filter-cancel:before{content:"\fb7d"}.ti-filter-check:before{content:"\fb7e"}.ti-filter-code:before{content:"\fb7f"}.ti-filter-cog:before{content:"\f9fe"}.ti-filter-discount:before{content:"\fb80"}.ti-filter-dollar:before{content:"\f9ff"}.ti-filter-down:before{content:"\fb81"}.ti-filter-edit:before{content:"\fa00"}.ti-filter-exclamation:before{content:"\fb82"}.ti-filter-heart:before{content:"\fb83"}.ti-filter-minus:before{content:"\fa01"}.ti-filter-off:before{content:"\ed2c"}.ti-filter-pause:before{content:"\fb84"}.ti-filter-pin:before{content:"\fb85"}.ti-filter-plus:before{content:"\fa02"}.ti-filter-question:before{content:"\fb86"}.ti-filter-search:before{content:"\fb87"}.ti-filter-share:before{content:"\fb88"}.ti-filter-star:before{content:"\fa03"}.ti-filter-up:before{content:"\fb89"}.ti-filter-x:before{content:"\fa04"}.ti-filters:before{content:"\f793"}.ti-fingerprint:before{content:"\ebd1"}.ti-fingerprint-off:before{content:"\f12a"}.ti-fingerprint-scan:before{content:"\fcb5"}.ti-fire-extinguisher:before{content:"\faf6"}.ti-fire-hydrant:before{content:"\f3a9"}.ti-fire-hydrant-off:before{content:"\f3ec"}.ti-firetruck:before{content:"\ebe8"}.ti-first-aid-kit:before{content:"\ef5f"}.ti-first-aid-kit-off:before{content:"\f3ed"}.ti-fish:before{content:"\ef2b"}.ti-fish-bone:before{content:"\f287"}.ti-fish-christianity:before{content:"\f58b"}.ti-fish-hook:before{content:"\f1f9"}.ti-fish-hook-off:before{content:"\f3ee"}.ti-fish-off:before{content:"\f12b"}.ti-flag:before{content:"\eaa6"}.ti-flag-2:before{content:"\ee8c"}.ti-flag-2-off:before{content:"\f12c"}.ti-flag-3:before{content:"\ee8d"}.ti-flag-bitcoin:before{content:"\ff3c"}.ti-flag-bolt:before{content:"\fb8a"}.ti-flag-cancel:before{content:"\fb8b"}.ti-flag-check:before{content:"\fb8c"}.ti-flag-code:before{content:"\fb8d"}.ti-flag-cog:before{content:"\fb8e"}.ti-flag-discount:before{content:"\fb8f"}.ti-flag-dollar:before{content:"\fb90"}.ti-flag-down:before{content:"\fb91"}.ti-flag-exclamation:before{content:"\fb92"}.ti-flag-heart:before{content:"\fb93"}.ti-flag-minus:before{content:"\fb94"}.ti-flag-off:before{content:"\f12d"}.ti-flag-pause:before{content:"\fb95"}.ti-flag-pin:before{content:"\fb96"} +.ti-flag-plus:before{content:"\fb97"}.ti-flag-question:before{content:"\fb98"}.ti-flag-search:before{content:"\fb99"}.ti-flag-share:before{content:"\fb9a"}.ti-flag-spark:before{content:"\ffb7"}.ti-flag-star:before{content:"\fb9b"}.ti-flag-up:before{content:"\fb9c"}.ti-flag-x:before{content:"\fb9d"}.ti-flame:before{content:"\ec2c"}.ti-flame-off:before{content:"\f12e"}.ti-flare:before{content:"\ee8e"}.ti-flask:before{content:"\ebd2"}.ti-flask-2:before{content:"\ef60"}.ti-flask-2-off:before{content:"\f12f"}.ti-flask-off:before{content:"\f130"}.ti-flip-flops:before{content:"\f564"}.ti-flip-horizontal:before{content:"\eaa7"}.ti-flip-vertical:before{content:"\eaa8"}.ti-float-center:before{content:"\ebb1"}.ti-float-left:before{content:"\ebb2"}.ti-float-none:before{content:"\ed13"}.ti-float-right:before{content:"\ebb3"}.ti-flower:before{content:"\eff6"}.ti-flower-off:before{content:"\f131"}.ti-focus:before{content:"\eb8d"}.ti-focus-2:before{content:"\ebd3"}.ti-focus-auto:before{content:"\fa62"}.ti-focus-centered:before{content:"\f02a"}.ti-fold:before{content:"\ed56"}.ti-fold-down:before{content:"\ed54"}.ti-fold-up:before{content:"\ed55"}.ti-folder:before{content:"\eaad"}.ti-folder-bolt:before{content:"\f90c"}.ti-folder-cancel:before{content:"\f90d"}.ti-folder-check:before{content:"\f90e"}.ti-folder-code:before{content:"\f90f"}.ti-folder-cog:before{content:"\f910"}.ti-folder-dollar:before{content:"\f911"}.ti-folder-down:before{content:"\f912"}.ti-folder-exclamation:before{content:"\f913"}.ti-folder-heart:before{content:"\f914"}.ti-folder-minus:before{content:"\eaaa"}.ti-folder-off:before{content:"\ed14"}.ti-folder-open:before{content:"\faf7"}.ti-folder-pause:before{content:"\f915"}.ti-folder-pin:before{content:"\f916"}.ti-folder-plus:before{content:"\eaab"}.ti-folder-question:before{content:"\f917"}.ti-folder-root:before{content:"\fd43"}.ti-folder-search:before{content:"\f918"}.ti-folder-share:before{content:"\f919"}.ti-folder-star:before{content:"\f91a"}.ti-folder-symlink:before{content:"\f91b"}.ti-folder-up:before{content:"\f91c"}.ti-folder-x:before{content:"\eaac"}.ti-folders:before{content:"\eaae"}.ti-folders-off:before{content:"\f133"}.ti-forbid:before{content:"\ebd5"}.ti-forbid-2:before{content:"\ebd4"}.ti-forklift:before{content:"\ebe9"}.ti-forms:before{content:"\ee8f"}.ti-fountain:before{content:"\f09b"}.ti-fountain-off:before{content:"\f134"}.ti-frame:before{content:"\eaaf"}.ti-frame-off:before{content:"\f135"}.ti-free-rights:before{content:"\efb6"}.ti-freeze-column:before{content:"\fa63"}.ti-freeze-row:before{content:"\fa65"}.ti-freeze-row-column:before{content:"\fa64"}.ti-fridge:before{content:"\f1fa"}.ti-fridge-off:before{content:"\f3ef"}.ti-friends:before{content:"\eab0"} +.ti-friends-off:before{content:"\f136"}.ti-frustum:before{content:"\fa9f"}.ti-frustum-off:before{content:"\fa9d"}.ti-frustum-plus:before{content:"\fa9e"}.ti-function:before{content:"\f225"}.ti-function-off:before{content:"\f3f0"}.ti-galaxy:before{content:"\fcb6"}.ti-garden-cart:before{content:"\f23e"}.ti-garden-cart-off:before{content:"\f3f1"}.ti-gas-station:before{content:"\ec7d"}.ti-gas-station-off:before{content:"\f137"}.ti-gauge:before{content:"\eab1"}.ti-gauge-off:before{content:"\f138"}.ti-gavel:before{content:"\ef90"}.ti-gender-agender:before{content:"\f0e1"}.ti-gender-androgyne:before{content:"\f0e2"}.ti-gender-bigender:before{content:"\f0e3"}.ti-gender-demiboy:before{content:"\f0e4"}.ti-gender-demigirl:before{content:"\f0e5"}.ti-gender-epicene:before{content:"\f0e6"}.ti-gender-female:before{content:"\f0e7"}.ti-gender-femme:before{content:"\f0e8"}.ti-gender-genderfluid:before{content:"\f0e9"}.ti-gender-genderless:before{content:"\f0ea"}.ti-gender-genderqueer:before{content:"\f0eb"}.ti-gender-hermaphrodite:before{content:"\f0ec"}.ti-gender-intergender:before{content:"\f0ed"}.ti-gender-male:before{content:"\f0ee"}.ti-gender-neutrois:before{content:"\f0ef"}.ti-gender-third:before{content:"\f0f0"}.ti-gender-transgender:before{content:"\f0f1"}.ti-gender-trasvesti:before{content:"\f0f2"}.ti-geometry:before{content:"\ee90"}.ti-ghost:before{content:"\eb8e"}.ti-ghost-2:before{content:"\f57c"}.ti-ghost-3:before{content:"\fc13"}.ti-ghost-off:before{content:"\f3f2"}.ti-gif:before{content:"\f257"}.ti-gift:before{content:"\eb68"}.ti-gift-card:before{content:"\f3aa"}.ti-gift-off:before{content:"\f3f3"}.ti-git-branch:before{content:"\eab2"}.ti-git-branch-deleted:before{content:"\f57d"}.ti-git-cherry-pick:before{content:"\f57e"}.ti-git-commit:before{content:"\eab3"}.ti-git-compare:before{content:"\eab4"}.ti-git-fork:before{content:"\eb8f"}.ti-git-merge:before{content:"\eab5"}.ti-git-pull-request:before{content:"\eab6"}.ti-git-pull-request-closed:before{content:"\ef7f"}.ti-git-pull-request-draft:before{content:"\efb7"}.ti-gizmo:before{content:"\f02b"}.ti-glass:before{content:"\eab8"}.ti-glass-champagne:before{content:"\fd9c"}.ti-glass-cocktail:before{content:"\fd9d"}.ti-glass-full:before{content:"\eab7"}.ti-glass-gin:before{content:"\fd9e"}.ti-glass-off:before{content:"\ee91"}.ti-globe:before{content:"\eab9"}.ti-globe-off:before{content:"\f139"}.ti-go-game:before{content:"\f512"}.ti-golf:before{content:"\ed8c"}.ti-golf-off:before{content:"\f13a"}.ti-gps:before{content:"\ed7a"}.ti-gradienter:before{content:"\f3ab"}.ti-grain:before{content:"\ee92"}.ti-graph:before{content:"\f288"}.ti-graph-off:before{content:"\f3f4"}.ti-grave:before{content:"\f580"}.ti-grave-2:before{content:"\f57f"}.ti-grid-3x3:before{content:"\fca4"} +.ti-grid-4x4:before{content:"\fca5"}.ti-grid-dots:before{content:"\eaba"}.ti-grid-goldenratio:before{content:"\fca6"}.ti-grid-pattern:before{content:"\efc9"}.ti-grid-scan:before{content:"\fca7"}.ti-grill:before{content:"\efa9"}.ti-grill-fork:before{content:"\f35b"}.ti-grill-off:before{content:"\f3f5"}.ti-grill-spatula:before{content:"\f35c"}.ti-grip-horizontal:before{content:"\ec00"}.ti-grip-vertical:before{content:"\ec01"}.ti-growth:before{content:"\ee93"}.ti-guitar-pick:before{content:"\f4c6"}.ti-gymnastics:before{content:"\fd44"}.ti-h-1:before{content:"\ec94"}.ti-h-2:before{content:"\ec95"}.ti-h-3:before{content:"\ec96"}.ti-h-4:before{content:"\ec97"}.ti-h-5:before{content:"\ec98"}.ti-h-6:before{content:"\ec99"}.ti-hammer:before{content:"\ef91"}.ti-hammer-off:before{content:"\f13c"}.ti-hand-click:before{content:"\ef4f"}.ti-hand-finger:before{content:"\ee94"}.ti-hand-finger-down:before{content:"\ff4f"}.ti-hand-finger-left:before{content:"\ff4e"}.ti-hand-finger-off:before{content:"\f13d"}.ti-hand-finger-right:before{content:"\ff4d"}.ti-hand-grab:before{content:"\f091"}.ti-hand-little-finger:before{content:"\ee95"}.ti-hand-love-you:before{content:"\ee97"}.ti-hand-middle-finger:before{content:"\ec2d"}.ti-hand-move:before{content:"\ef50"}.ti-hand-off:before{content:"\ed15"}.ti-hand-ring-finger:before{content:"\ee96"}.ti-hand-sanitizer:before{content:"\f5f4"}.ti-hand-stop:before{content:"\ec2e"}.ti-hand-three-fingers:before{content:"\ee98"}.ti-hand-two-fingers:before{content:"\ee99"}.ti-hanger:before{content:"\ee9a"}.ti-hanger-2:before{content:"\f09c"}.ti-hanger-off:before{content:"\f13e"}.ti-hash:before{content:"\eabc"}.ti-haze:before{content:"\efaa"}.ti-haze-moon:before{content:"\faf8"}.ti-hdr:before{content:"\fa7b"}.ti-heading:before{content:"\ee9b"}.ti-heading-off:before{content:"\f13f"}.ti-headphones:before{content:"\eabd"}.ti-headphones-off:before{content:"\ed1d"}.ti-headset:before{content:"\eb90"}.ti-headset-off:before{content:"\f3f6"}.ti-health-recognition:before{content:"\f1fb"}.ti-heart:before{content:"\eabe"}.ti-heart-bitcoin:before{content:"\ff3b"}.ti-heart-bolt:before{content:"\fb9e"}.ti-heart-broken:before{content:"\ecba"}.ti-heart-cancel:before{content:"\fb9f"}.ti-heart-check:before{content:"\fba0"}.ti-heart-code:before{content:"\fba1"}.ti-heart-cog:before{content:"\fba2"}.ti-heart-discount:before{content:"\fba3"}.ti-heart-dollar:before{content:"\fba4"}.ti-heart-down:before{content:"\fba5"}.ti-heart-exclamation:before{content:"\fba6"}.ti-heart-handshake:before{content:"\f0f3"}.ti-heart-minus:before{content:"\f140"}.ti-heart-off:before{content:"\f141"}.ti-heart-pause:before{content:"\fba7"}.ti-heart-pin:before{content:"\fba8"}.ti-heart-plus:before{content:"\f142"}.ti-heart-question:before{content:"\fba9"} +.ti-heart-rate-monitor:before{content:"\ef61"}.ti-heart-search:before{content:"\fbaa"}.ti-heart-share:before{content:"\fbab"}.ti-heart-spark:before{content:"\ffb6"}.ti-heart-star:before{content:"\fbac"}.ti-heart-up:before{content:"\fbad"}.ti-heart-x:before{content:"\fbae"}.ti-heartbeat:before{content:"\ef92"}.ti-hearts:before{content:"\f387"}.ti-hearts-off:before{content:"\f3f7"}.ti-helicopter:before{content:"\ed8e"}.ti-helicopter-landing:before{content:"\ed8d"}.ti-helmet:before{content:"\efca"}.ti-helmet-off:before{content:"\f143"}.ti-help:before{content:"\eabf"}.ti-help-circle:before{content:"\f91d"}.ti-help-hexagon:before{content:"\f7a8"}.ti-help-octagon:before{content:"\f7a9"}.ti-help-off:before{content:"\f3f8"}.ti-help-small:before{content:"\f91e"}.ti-help-square:before{content:"\f920"}.ti-help-square-rounded:before{content:"\f91f"}.ti-help-triangle:before{content:"\f921"}.ti-hemisphere:before{content:"\faa2"}.ti-hemisphere-off:before{content:"\faa0"}.ti-hemisphere-plus:before{content:"\faa1"}.ti-hexagon:before{content:"\ec02"}.ti-hexagon-3d:before{content:"\f4c7"}.ti-hexagon-letter-a:before{content:"\f463"}.ti-hexagon-letter-b:before{content:"\f464"}.ti-hexagon-letter-c:before{content:"\f465"}.ti-hexagon-letter-d:before{content:"\f466"}.ti-hexagon-letter-e:before{content:"\f467"}.ti-hexagon-letter-f:before{content:"\f468"}.ti-hexagon-letter-g:before{content:"\f469"}.ti-hexagon-letter-h:before{content:"\f46a"}.ti-hexagon-letter-i:before{content:"\f46b"}.ti-hexagon-letter-j:before{content:"\f46c"}.ti-hexagon-letter-k:before{content:"\f46d"}.ti-hexagon-letter-l:before{content:"\f46e"}.ti-hexagon-letter-m:before{content:"\f46f"}.ti-hexagon-letter-n:before{content:"\f470"}.ti-hexagon-letter-o:before{content:"\f471"}.ti-hexagon-letter-p:before{content:"\f472"}.ti-hexagon-letter-q:before{content:"\f473"}.ti-hexagon-letter-r:before{content:"\f474"}.ti-hexagon-letter-s:before{content:"\f475"}.ti-hexagon-letter-t:before{content:"\f476"}.ti-hexagon-letter-u:before{content:"\f477"}.ti-hexagon-letter-v:before{content:"\f4b3"}.ti-hexagon-letter-w:before{content:"\f478"}.ti-hexagon-letter-x:before{content:"\f479"}.ti-hexagon-letter-y:before{content:"\f47a"}.ti-hexagon-letter-z:before{content:"\f47b"}.ti-hexagon-minus:before{content:"\fc8f"}.ti-hexagon-minus-2:before{content:"\fc8e"}.ti-hexagon-number-0:before{content:"\f459"}.ti-hexagon-number-1:before{content:"\f45a"}.ti-hexagon-number-2:before{content:"\f45b"}.ti-hexagon-number-3:before{content:"\f45c"}.ti-hexagon-number-4:before{content:"\f45d"}.ti-hexagon-number-5:before{content:"\f45e"}.ti-hexagon-number-6:before{content:"\f45f"}.ti-hexagon-number-7:before{content:"\f460"}.ti-hexagon-number-8:before{content:"\f461"}.ti-hexagon-number-9:before{content:"\f462"}.ti-hexagon-off:before{content:"\ee9c"}.ti-hexagon-plus:before{content:"\fc45"} +.ti-hexagon-plus-2:before{content:"\fc90"}.ti-hexagonal-prism:before{content:"\faa5"}.ti-hexagonal-prism-off:before{content:"\faa3"}.ti-hexagonal-prism-plus:before{content:"\faa4"}.ti-hexagonal-pyramid:before{content:"\faa8"}.ti-hexagonal-pyramid-off:before{content:"\faa6"}.ti-hexagonal-pyramid-plus:before{content:"\faa7"}.ti-hexagons:before{content:"\f09d"}.ti-hexagons-off:before{content:"\f3f9"}.ti-hierarchy:before{content:"\ee9e"}.ti-hierarchy-2:before{content:"\ee9d"}.ti-hierarchy-3:before{content:"\f289"}.ti-hierarchy-off:before{content:"\f3fa"}.ti-highlight:before{content:"\ef3f"}.ti-highlight-off:before{content:"\f144"}.ti-history:before{content:"\ebea"}.ti-history-off:before{content:"\f3fb"}.ti-history-toggle:before{content:"\f1fc"}.ti-home:before{content:"\eac1"}.ti-home-2:before{content:"\eac0"}.ti-home-bitcoin:before{content:"\ff3a"}.ti-home-bolt:before{content:"\f336"}.ti-home-cancel:before{content:"\f350"}.ti-home-check:before{content:"\f337"}.ti-home-cog:before{content:"\f338"}.ti-home-dollar:before{content:"\f339"}.ti-home-dot:before{content:"\f33a"}.ti-home-down:before{content:"\f33b"}.ti-home-eco:before{content:"\f351"}.ti-home-edit:before{content:"\f352"}.ti-home-exclamation:before{content:"\f33c"}.ti-home-hand:before{content:"\f504"}.ti-home-heart:before{content:"\f353"}.ti-home-infinity:before{content:"\f505"}.ti-home-link:before{content:"\f354"}.ti-home-minus:before{content:"\f33d"}.ti-home-move:before{content:"\f33e"}.ti-home-off:before{content:"\f145"}.ti-home-plus:before{content:"\f33f"}.ti-home-question:before{content:"\f340"}.ti-home-ribbon:before{content:"\f355"}.ti-home-search:before{content:"\f341"}.ti-home-share:before{content:"\f342"}.ti-home-shield:before{content:"\f343"}.ti-home-signal:before{content:"\f356"}.ti-home-spark:before{content:"\ffb5"}.ti-home-star:before{content:"\f344"}.ti-home-stats:before{content:"\f345"}.ti-home-up:before{content:"\f346"}.ti-home-x:before{content:"\f347"}.ti-horse:before{content:"\fc46"}.ti-horse-toy:before{content:"\f28a"}.ti-horseshoe:before{content:"\fcb7"}.ti-hospital:before{content:"\fd59"}.ti-hospital-circle:before{content:"\fd58"}.ti-hotel-service:before{content:"\ef80"}.ti-hourglass:before{content:"\ef93"}.ti-hourglass-empty:before{content:"\f146"}.ti-hourglass-high:before{content:"\f092"}.ti-hourglass-low:before{content:"\f093"}.ti-hourglass-off:before{content:"\f147"}.ti-hours-12:before{content:"\fc53"}.ti-hours-24:before{content:"\f5e7"}.ti-html:before{content:"\f7b1"}.ti-http-connect:before{content:"\fa28"}.ti-http-delete:before{content:"\fa29"}.ti-http-get:before{content:"\fa2a"}.ti-http-head:before{content:"\fa2b"}.ti-http-options:before{content:"\fa2c"}.ti-http-patch:before{content:"\fa2d"}.ti-http-post:before{content:"\fa2e"} +.ti-http-put:before{content:"\fa2f"}.ti-http-que:before{content:"\fa5b"}.ti-http-trace:before{content:"\fa30"}.ti-ice-cream:before{content:"\eac2"}.ti-ice-cream-2:before{content:"\ee9f"}.ti-ice-cream-off:before{content:"\f148"}.ti-ice-skating:before{content:"\efcb"}.ti-icons:before{content:"\f1d4"}.ti-icons-off:before{content:"\f3fc"}.ti-id:before{content:"\eac3"}.ti-id-badge:before{content:"\eff7"}.ti-id-badge-2:before{content:"\f076"}.ti-id-badge-off:before{content:"\f3fd"}.ti-id-off:before{content:"\f149"}.ti-ikosaedr:before{content:"\fec6"}.ti-image-in-picture:before{content:"\fd9f"}.ti-inbox:before{content:"\eac4"}.ti-inbox-off:before{content:"\f14a"}.ti-indent-decrease:before{content:"\eb91"}.ti-indent-increase:before{content:"\eb92"}.ti-infinity:before{content:"\eb69"}.ti-infinity-off:before{content:"\f3fe"}.ti-info-circle:before{content:"\eac5"}.ti-info-hexagon:before{content:"\f7aa"}.ti-info-octagon:before{content:"\f7ab"}.ti-info-small:before{content:"\f922"}.ti-info-square:before{content:"\eac6"}.ti-info-square-rounded:before{content:"\f635"}.ti-info-triangle:before{content:"\f923"}.ti-inner-shadow-bottom:before{content:"\f520"}.ti-inner-shadow-bottom-left:before{content:"\f51e"}.ti-inner-shadow-bottom-right:before{content:"\f51f"}.ti-inner-shadow-left:before{content:"\f521"}.ti-inner-shadow-right:before{content:"\f522"}.ti-inner-shadow-top:before{content:"\f525"}.ti-inner-shadow-top-left:before{content:"\f523"}.ti-inner-shadow-top-right:before{content:"\f524"}.ti-input-ai:before{content:"\fc5a"}.ti-input-check:before{content:"\fc5b"}.ti-input-search:before{content:"\f2a2"}.ti-input-spark:before{content:"\ffb4"}.ti-input-x:before{content:"\fc5c"}.ti-invoice:before{content:"\feab"}.ti-ironing:before{content:"\fa7c"}.ti-ironing-1:before{content:"\f2f4"}.ti-ironing-2:before{content:"\f2f5"}.ti-ironing-3:before{content:"\f2f6"}.ti-ironing-off:before{content:"\f2f7"}.ti-ironing-steam:before{content:"\f2f9"}.ti-ironing-steam-off:before{content:"\f2f8"}.ti-irregular-polyhedron:before{content:"\faab"}.ti-irregular-polyhedron-off:before{content:"\faa9"}.ti-irregular-polyhedron-plus:before{content:"\faaa"}.ti-italic:before{content:"\eb93"}.ti-jacket:before{content:"\f661"}.ti-jetpack:before{content:"\f581"}.ti-jewish-star:before{content:"\f3ff"}.ti-join-bevel:before{content:"\ff4c"}.ti-join-round:before{content:"\ff4b"}.ti-join-straight:before{content:"\ff4a"}.ti-joker:before{content:"\1005f"}.ti-jpg:before{content:"\f3ac"}.ti-json:before{content:"\f7b2"}.ti-jump-rope:before{content:"\ed8f"}.ti-karate:before{content:"\ed32"}.ti-kayak:before{content:"\f1d6"}.ti-kerning:before{content:"\efb8"}.ti-key:before{content:"\eac7"}.ti-key-off:before{content:"\f14b"}.ti-keyboard:before{content:"\ebd6"}.ti-keyboard-hide:before{content:"\ec7e"} +.ti-keyboard-off:before{content:"\eea0"}.ti-keyboard-show:before{content:"\ec7f"}.ti-keyframe:before{content:"\f576"}.ti-keyframe-align-center:before{content:"\f582"}.ti-keyframe-align-horizontal:before{content:"\f583"}.ti-keyframe-align-vertical:before{content:"\f584"}.ti-keyframes:before{content:"\f585"}.ti-label:before{content:"\ff38"}.ti-label-important:before{content:"\ff49"}.ti-label-off:before{content:"\ff39"}.ti-ladder:before{content:"\efe2"}.ti-ladder-off:before{content:"\f14c"}.ti-ladle:before{content:"\fc14"}.ti-lambda:before{content:"\f541"}.ti-lamp:before{content:"\efab"}.ti-lamp-2:before{content:"\f09e"}.ti-lamp-off:before{content:"\f14d"}.ti-lane:before{content:"\faf9"}.ti-language:before{content:"\ebbe"}.ti-language-hiragana:before{content:"\ef77"}.ti-language-katakana:before{content:"\ef78"}.ti-language-off:before{content:"\f14e"}.ti-lasso:before{content:"\efac"}.ti-lasso-off:before{content:"\f14f"}.ti-lasso-polygon:before{content:"\f388"}.ti-laurel-wreath:before{content:"\ff45"}.ti-laurel-wreath-1:before{content:"\ff48"}.ti-laurel-wreath-2:before{content:"\ff47"}.ti-laurel-wreath-3:before{content:"\ff46"}.ti-layers-difference:before{content:"\eac8"}.ti-layers-intersect:before{content:"\eac9"}.ti-layers-intersect-2:before{content:"\eff8"}.ti-layers-linked:before{content:"\eea1"}.ti-layers-off:before{content:"\f150"}.ti-layers-selected:before{content:"\fea9"}.ti-layers-selected-bottom:before{content:"\feaa"}.ti-layers-subtract:before{content:"\eaca"}.ti-layers-union:before{content:"\eacb"}.ti-layout:before{content:"\eadb"}.ti-layout-2:before{content:"\eacc"}.ti-layout-align-bottom:before{content:"\eacd"}.ti-layout-align-center:before{content:"\eace"}.ti-layout-align-left:before{content:"\eacf"}.ti-layout-align-middle:before{content:"\ead0"}.ti-layout-align-right:before{content:"\ead1"}.ti-layout-align-top:before{content:"\ead2"}.ti-layout-board:before{content:"\ef95"}.ti-layout-board-split:before{content:"\ef94"}.ti-layout-bottombar:before{content:"\ead3"}.ti-layout-bottombar-collapse:before{content:"\f28b"}.ti-layout-bottombar-expand:before{content:"\f28c"}.ti-layout-bottombar-inactive:before{content:"\fd45"}.ti-layout-cards:before{content:"\ec13"}.ti-layout-collage:before{content:"\f389"}.ti-layout-columns:before{content:"\ead4"}.ti-layout-dashboard:before{content:"\f02c"}.ti-layout-distribute-horizontal:before{content:"\ead5"}.ti-layout-distribute-vertical:before{content:"\ead6"}.ti-layout-grid:before{content:"\edba"}.ti-layout-grid-add:before{content:"\edb9"}.ti-layout-grid-remove:before{content:"\fa7d"}.ti-layout-kanban:before{content:"\ec3f"}.ti-layout-list:before{content:"\ec14"}.ti-layout-navbar:before{content:"\ead7"}.ti-layout-navbar-collapse:before{content:"\f28d"}.ti-layout-navbar-expand:before{content:"\f28e"}.ti-layout-navbar-inactive:before{content:"\fd46"}.ti-layout-off:before{content:"\f151"} +.ti-layout-rows:before{content:"\ead8"}.ti-layout-sidebar:before{content:"\eada"}.ti-layout-sidebar-inactive:before{content:"\fd47"}.ti-layout-sidebar-left-collapse:before{content:"\f004"}.ti-layout-sidebar-left-expand:before{content:"\f005"}.ti-layout-sidebar-right:before{content:"\ead9"}.ti-layout-sidebar-right-collapse:before{content:"\f006"}.ti-layout-sidebar-right-expand:before{content:"\f007"}.ti-layout-sidebar-right-inactive:before{content:"\fd48"}.ti-leaf:before{content:"\ed4f"}.ti-leaf-2:before{content:"\ff44"}.ti-leaf-off:before{content:"\f400"}.ti-lego:before{content:"\eadc"}.ti-lego-off:before{content:"\f401"}.ti-lemon:before{content:"\ef10"}.ti-lemon-2:before{content:"\ef81"}.ti-letter-a:before{content:"\ec50"}.ti-letter-a-small:before{content:"\fcc7"}.ti-letter-b:before{content:"\ec51"}.ti-letter-b-small:before{content:"\fcc8"}.ti-letter-c:before{content:"\ec52"}.ti-letter-c-small:before{content:"\fcc9"}.ti-letter-case:before{content:"\eea5"}.ti-letter-case-lower:before{content:"\eea2"}.ti-letter-case-toggle:before{content:"\eea3"}.ti-letter-case-upper:before{content:"\eea4"}.ti-letter-d:before{content:"\ec53"}.ti-letter-d-small:before{content:"\fcca"}.ti-letter-e:before{content:"\ec54"}.ti-letter-e-small:before{content:"\fccb"}.ti-letter-f:before{content:"\ec55"}.ti-letter-f-small:before{content:"\fccc"}.ti-letter-g:before{content:"\ec56"}.ti-letter-g-small:before{content:"\fccd"}.ti-letter-h:before{content:"\ec57"}.ti-letter-h-small:before{content:"\fcce"}.ti-letter-i:before{content:"\ec58"}.ti-letter-i-small:before{content:"\fccf"}.ti-letter-j:before{content:"\ec59"}.ti-letter-j-small:before{content:"\fcd0"}.ti-letter-k:before{content:"\ec5a"}.ti-letter-k-small:before{content:"\fcd1"}.ti-letter-l:before{content:"\ec5b"}.ti-letter-l-small:before{content:"\fcd2"}.ti-letter-m:before{content:"\ec5c"}.ti-letter-m-small:before{content:"\fcd3"}.ti-letter-n:before{content:"\ec5d"}.ti-letter-n-small:before{content:"\fcd4"}.ti-letter-o:before{content:"\ec5e"}.ti-letter-o-small:before{content:"\fcd5"}.ti-letter-p:before{content:"\ec5f"}.ti-letter-p-small:before{content:"\fcd6"}.ti-letter-q:before{content:"\ec60"}.ti-letter-q-small:before{content:"\fcd7"}.ti-letter-r:before{content:"\ec61"}.ti-letter-r-small:before{content:"\fcd8"}.ti-letter-s:before{content:"\ec62"}.ti-letter-s-small:before{content:"\fcd9"}.ti-letter-spacing:before{content:"\eea6"}.ti-letter-t:before{content:"\ec63"}.ti-letter-t-small:before{content:"\fcda"}.ti-letter-u:before{content:"\ec64"}.ti-letter-u-small:before{content:"\fcdb"}.ti-letter-v:before{content:"\ec65"}.ti-letter-v-small:before{content:"\fcdc"}.ti-letter-w:before{content:"\ec66"}.ti-letter-w-small:before{content:"\fcdd"}.ti-letter-x:before{content:"\ec67"}.ti-letter-x-small:before{content:"\fcde"}.ti-letter-y:before{content:"\ec68"} +.ti-letter-y-small:before{content:"\fcdf"}.ti-letter-z:before{content:"\ec69"}.ti-letter-z-small:before{content:"\fce0"}.ti-library:before{content:"\fd4c"}.ti-library-minus:before{content:"\fd49"}.ti-library-photo:before{content:"\fd4a"}.ti-library-plus:before{content:"\fd4b"}.ti-license:before{content:"\ebc0"}.ti-license-off:before{content:"\f153"}.ti-lifebuoy:before{content:"\eadd"}.ti-lifebuoy-off:before{content:"\f154"}.ti-lighter:before{content:"\f794"}.ti-line:before{content:"\ec40"}.ti-line-dashed:before{content:"\eea7"}.ti-line-dotted:before{content:"\eea8"}.ti-line-height:before{content:"\eb94"}.ti-line-scan:before{content:"\fcb8"}.ti-link:before{content:"\eade"}.ti-link-minus:before{content:"\fd16"}.ti-link-off:before{content:"\f402"}.ti-link-plus:before{content:"\fd17"}.ti-list:before{content:"\eb6b"}.ti-list-check:before{content:"\eb6a"}.ti-list-details:before{content:"\ef40"}.ti-list-letters:before{content:"\fc47"}.ti-list-numbers:before{content:"\ef11"}.ti-list-search:before{content:"\eea9"}.ti-list-tree:before{content:"\fafa"}.ti-live-photo:before{content:"\eadf"}.ti-live-photo-off:before{content:"\f403"}.ti-live-view:before{content:"\ec6b"}.ti-load-balancer:before{content:"\fa5c"}.ti-loader:before{content:"\eca3"}.ti-loader-2:before{content:"\f226"}.ti-loader-3:before{content:"\f513"}.ti-loader-quarter:before{content:"\eca2"}.ti-location:before{content:"\eae0"}.ti-location-bolt:before{content:"\fbaf"}.ti-location-broken:before{content:"\f2c4"}.ti-location-cancel:before{content:"\fbb0"}.ti-location-check:before{content:"\fbb1"}.ti-location-code:before{content:"\fbb2"}.ti-location-cog:before{content:"\fbb3"}.ti-location-discount:before{content:"\fbb4"}.ti-location-dollar:before{content:"\fbb5"}.ti-location-down:before{content:"\fbb6"}.ti-location-exclamation:before{content:"\fbb7"}.ti-location-heart:before{content:"\fbb8"}.ti-location-minus:before{content:"\fbb9"}.ti-location-off:before{content:"\f155"}.ti-location-pause:before{content:"\fbba"}.ti-location-pin:before{content:"\fbbb"}.ti-location-plus:before{content:"\fbbc"}.ti-location-question:before{content:"\fbbd"}.ti-location-search:before{content:"\fbbe"}.ti-location-share:before{content:"\fbbf"}.ti-location-star:before{content:"\fbc0"}.ti-location-up:before{content:"\fbc1"}.ti-location-x:before{content:"\fbc2"}.ti-lock:before{content:"\eae2"}.ti-lock-access:before{content:"\eeaa"}.ti-lock-access-off:before{content:"\f404"}.ti-lock-bitcoin:before{content:"\ff37"}.ti-lock-bolt:before{content:"\f924"}.ti-lock-cancel:before{content:"\f925"}.ti-lock-check:before{content:"\f926"}.ti-lock-code:before{content:"\f927"}.ti-lock-cog:before{content:"\f928"}.ti-lock-dollar:before{content:"\f929"}.ti-lock-down:before{content:"\f92a"}.ti-lock-exclamation:before{content:"\f92b"} +.ti-lock-heart:before{content:"\f92c"}.ti-lock-minus:before{content:"\f92d"}.ti-lock-off:before{content:"\ed1e"}.ti-lock-open:before{content:"\eae1"}.ti-lock-open-2:before{content:"\fea8"}.ti-lock-open-off:before{content:"\f156"}.ti-lock-password:before{content:"\ff9f"}.ti-lock-pause:before{content:"\f92e"}.ti-lock-pin:before{content:"\f92f"}.ti-lock-plus:before{content:"\f930"}.ti-lock-question:before{content:"\f931"}.ti-lock-search:before{content:"\f932"}.ti-lock-share:before{content:"\f933"}.ti-lock-square:before{content:"\ef51"}.ti-lock-square-rounded:before{content:"\f636"}.ti-lock-star:before{content:"\f934"}.ti-lock-up:before{content:"\f935"}.ti-lock-x:before{content:"\f936"}.ti-logic-and:before{content:"\f240"}.ti-logic-buffer:before{content:"\f241"}.ti-logic-nand:before{content:"\f242"}.ti-logic-nor:before{content:"\f243"}.ti-logic-not:before{content:"\f244"}.ti-logic-or:before{content:"\f245"}.ti-logic-xnor:before{content:"\f246"}.ti-logic-xor:before{content:"\f247"}.ti-login:before{content:"\eba7"}.ti-login-2:before{content:"\fc76"}.ti-logout:before{content:"\eba8"}.ti-logout-2:before{content:"\fa7e"}.ti-logs:before{content:"\fea7"}.ti-lollipop:before{content:"\efcc"}.ti-lollipop-off:before{content:"\f157"}.ti-luggage:before{content:"\efad"}.ti-luggage-off:before{content:"\f158"}.ti-lungs:before{content:"\ef62"}.ti-lungs-off:before{content:"\f405"}.ti-macro:before{content:"\eeab"}.ti-macro-off:before{content:"\f406"}.ti-magnet:before{content:"\eae3"}.ti-magnet-off:before{content:"\f159"}.ti-magnetic:before{content:"\fcb9"}.ti-mail:before{content:"\eae5"}.ti-mail-ai:before{content:"\fa31"}.ti-mail-bitcoin:before{content:"\ff36"}.ti-mail-bolt:before{content:"\f937"}.ti-mail-cancel:before{content:"\f938"}.ti-mail-check:before{content:"\f939"}.ti-mail-code:before{content:"\f93a"}.ti-mail-cog:before{content:"\f93b"}.ti-mail-dollar:before{content:"\f93c"}.ti-mail-down:before{content:"\f93d"}.ti-mail-exclamation:before{content:"\f93e"}.ti-mail-fast:before{content:"\f069"}.ti-mail-forward:before{content:"\eeac"}.ti-mail-heart:before{content:"\f93f"}.ti-mail-minus:before{content:"\f940"}.ti-mail-off:before{content:"\f15a"}.ti-mail-opened:before{content:"\eae4"}.ti-mail-pause:before{content:"\f941"}.ti-mail-pin:before{content:"\f942"}.ti-mail-plus:before{content:"\f943"}.ti-mail-question:before{content:"\f944"}.ti-mail-search:before{content:"\f945"}.ti-mail-share:before{content:"\f946"}.ti-mail-spark:before{content:"\ffb3"}.ti-mail-star:before{content:"\f947"}.ti-mail-up:before{content:"\f948"}.ti-mail-x:before{content:"\f949"}.ti-mailbox:before{content:"\eead"}.ti-mailbox-off:before{content:"\f15b"}.ti-man:before{content:"\eae6"}.ti-manual-gearbox:before{content:"\ed7b"} +.ti-map:before{content:"\eae9"}.ti-map-2:before{content:"\eae7"}.ti-map-bolt:before{content:"\fbc3"}.ti-map-cancel:before{content:"\fbc4"}.ti-map-check:before{content:"\fbc5"}.ti-map-code:before{content:"\fbc6"}.ti-map-cog:before{content:"\fbc7"}.ti-map-discount:before{content:"\fbc8"}.ti-map-dollar:before{content:"\fbc9"}.ti-map-down:before{content:"\fbca"}.ti-map-east:before{content:"\fc5d"}.ti-map-exclamation:before{content:"\fbcb"}.ti-map-heart:before{content:"\fbcc"}.ti-map-minus:before{content:"\fbcd"}.ti-map-north:before{content:"\fc5e"}.ti-map-off:before{content:"\f15c"}.ti-map-pause:before{content:"\fbce"}.ti-map-pin:before{content:"\eae8"}.ti-map-pin-2:before{content:"\fc48"}.ti-map-pin-bolt:before{content:"\f94a"}.ti-map-pin-cancel:before{content:"\f94b"}.ti-map-pin-check:before{content:"\f94c"}.ti-map-pin-code:before{content:"\f94d"}.ti-map-pin-cog:before{content:"\f94e"}.ti-map-pin-dollar:before{content:"\f94f"}.ti-map-pin-down:before{content:"\f950"}.ti-map-pin-exclamation:before{content:"\f951"}.ti-map-pin-heart:before{content:"\f952"}.ti-map-pin-minus:before{content:"\f953"}.ti-map-pin-off:before{content:"\ecf3"}.ti-map-pin-pause:before{content:"\f954"}.ti-map-pin-pin:before{content:"\f955"}.ti-map-pin-plus:before{content:"\f956"}.ti-map-pin-question:before{content:"\f957"}.ti-map-pin-search:before{content:"\f958"}.ti-map-pin-share:before{content:"\f795"}.ti-map-pin-star:before{content:"\f959"}.ti-map-pin-up:before{content:"\f95a"}.ti-map-pin-x:before{content:"\f95b"}.ti-map-pins:before{content:"\ed5e"}.ti-map-plus:before{content:"\fbcf"}.ti-map-question:before{content:"\fbd0"}.ti-map-route:before{content:"\fc79"}.ti-map-search:before{content:"\ef82"}.ti-map-share:before{content:"\fbd1"}.ti-map-south:before{content:"\fc5f"}.ti-map-star:before{content:"\fbd2"}.ti-map-up:before{content:"\fbd3"}.ti-map-west:before{content:"\fc60"}.ti-map-x:before{content:"\fbd4"}.ti-markdown:before{content:"\ec41"}.ti-markdown-off:before{content:"\f407"}.ti-marquee:before{content:"\ec77"}.ti-marquee-2:before{content:"\eeae"}.ti-marquee-off:before{content:"\f15d"}.ti-mars:before{content:"\ec80"}.ti-mask:before{content:"\eeb0"}.ti-mask-off:before{content:"\eeaf"}.ti-masks-theater:before{content:"\f263"}.ti-masks-theater-off:before{content:"\f408"}.ti-massage:before{content:"\eeb1"}.ti-matchstick:before{content:"\f577"}.ti-math:before{content:"\ebeb"}.ti-math-1-divide-2:before{content:"\f4e2"}.ti-math-1-divide-3:before{content:"\f4e3"}.ti-math-avg:before{content:"\f0f4"}.ti-math-cos:before{content:"\ff1f"}.ti-math-ctg:before{content:"\ff35"}.ti-math-equal-greater:before{content:"\f4e4"}.ti-math-equal-lower:before{content:"\f4e5"}.ti-math-function:before{content:"\eeb2"}.ti-math-function-off:before{content:"\f15e"} +.ti-math-function-y:before{content:"\f4e6"}.ti-math-greater:before{content:"\f4e7"}.ti-math-integral:before{content:"\f4e9"}.ti-math-integral-x:before{content:"\f4e8"}.ti-math-integrals:before{content:"\f4ea"}.ti-math-lower:before{content:"\f4eb"}.ti-math-max:before{content:"\f0f5"}.ti-math-max-min:before{content:"\fda0"}.ti-math-min:before{content:"\f0f6"}.ti-math-not:before{content:"\f4ec"}.ti-math-off:before{content:"\f409"}.ti-math-pi:before{content:"\f4ee"}.ti-math-pi-divide-2:before{content:"\f4ed"}.ti-math-sec:before{content:"\ff34"}.ti-math-sin:before{content:"\ff1e"}.ti-math-symbols:before{content:"\eeb3"}.ti-math-tg:before{content:"\ff33"}.ti-math-x-divide-2:before{content:"\f4ef"}.ti-math-x-divide-y:before{content:"\f4f1"}.ti-math-x-divide-y-2:before{content:"\f4f0"}.ti-math-x-floor-divide-y:before{content:"\10073"}.ti-math-x-minus-x:before{content:"\f4f2"}.ti-math-x-minus-y:before{content:"\f4f3"}.ti-math-x-plus-x:before{content:"\f4f4"}.ti-math-x-plus-y:before{content:"\f4f5"}.ti-math-xy:before{content:"\f4f6"}.ti-math-y-minus-y:before{content:"\f4f7"}.ti-math-y-plus-y:before{content:"\f4f8"}.ti-maximize:before{content:"\eaea"}.ti-maximize-off:before{content:"\f15f"}.ti-meat:before{content:"\ef12"}.ti-meat-off:before{content:"\f40a"}.ti-medal:before{content:"\ec78"}.ti-medal-2:before{content:"\efcd"}.ti-medical-cross:before{content:"\ec2f"}.ti-medical-cross-circle:before{content:"\fae8"}.ti-medical-cross-off:before{content:"\f160"}.ti-medicine-syrup:before{content:"\ef63"}.ti-meeple:before{content:"\f514"}.ti-melon:before{content:"\fc7a"}.ti-menorah:before{content:"\f58c"}.ti-menu:before{content:"\eaeb"}.ti-menu-2:before{content:"\ec42"}.ti-menu-3:before{content:"\ff43"}.ti-menu-4:before{content:"\ff42"}.ti-menu-deep:before{content:"\fafb"}.ti-menu-order:before{content:"\f5f5"}.ti-message:before{content:"\eaef"}.ti-message-2:before{content:"\eaec"}.ti-message-2-bolt:before{content:"\f95c"}.ti-message-2-cancel:before{content:"\f95d"}.ti-message-2-check:before{content:"\f95e"}.ti-message-2-code:before{content:"\f012"}.ti-message-2-cog:before{content:"\f95f"}.ti-message-2-dollar:before{content:"\f960"}.ti-message-2-down:before{content:"\f961"}.ti-message-2-exclamation:before{content:"\f962"}.ti-message-2-heart:before{content:"\f963"}.ti-message-2-minus:before{content:"\f964"}.ti-message-2-off:before{content:"\f40b"}.ti-message-2-pause:before{content:"\f965"}.ti-message-2-pin:before{content:"\f966"}.ti-message-2-plus:before{content:"\f967"}.ti-message-2-question:before{content:"\f968"}.ti-message-2-search:before{content:"\f969"}.ti-message-2-share:before{content:"\f077"}.ti-message-2-star:before{content:"\f96a"}.ti-message-2-up:before{content:"\f96b"}.ti-message-2-x:before{content:"\f96c"}.ti-message-bolt:before{content:"\f96d"} +.ti-message-cancel:before{content:"\f96e"}.ti-message-chatbot:before{content:"\f38a"}.ti-message-check:before{content:"\f96f"}.ti-message-circle:before{content:"\eaed"}.ti-message-circle-bolt:before{content:"\f970"}.ti-message-circle-cancel:before{content:"\f971"}.ti-message-circle-check:before{content:"\f972"}.ti-message-circle-code:before{content:"\f973"}.ti-message-circle-cog:before{content:"\f974"}.ti-message-circle-dollar:before{content:"\f975"}.ti-message-circle-down:before{content:"\f976"}.ti-message-circle-exclamation:before{content:"\f977"}.ti-message-circle-heart:before{content:"\f978"}.ti-message-circle-minus:before{content:"\f979"}.ti-message-circle-off:before{content:"\ed40"}.ti-message-circle-pause:before{content:"\f97a"}.ti-message-circle-pin:before{content:"\f97b"}.ti-message-circle-plus:before{content:"\f97c"}.ti-message-circle-question:before{content:"\f97d"}.ti-message-circle-search:before{content:"\f97e"}.ti-message-circle-share:before{content:"\f97f"}.ti-message-circle-star:before{content:"\f980"}.ti-message-circle-up:before{content:"\f981"}.ti-message-circle-user:before{content:"\fec5"}.ti-message-circle-x:before{content:"\f982"}.ti-message-code:before{content:"\f013"}.ti-message-cog:before{content:"\f983"}.ti-message-dollar:before{content:"\f984"}.ti-message-dots:before{content:"\eaee"}.ti-message-down:before{content:"\f985"}.ti-message-exclamation:before{content:"\f986"}.ti-message-forward:before{content:"\f28f"}.ti-message-heart:before{content:"\f987"}.ti-message-language:before{content:"\efae"}.ti-message-minus:before{content:"\f988"}.ti-message-off:before{content:"\ed41"}.ti-message-pause:before{content:"\f989"}.ti-message-pin:before{content:"\f98a"}.ti-message-plus:before{content:"\ec9a"}.ti-message-question:before{content:"\f98b"}.ti-message-reply:before{content:"\fd4d"}.ti-message-report:before{content:"\ec9b"}.ti-message-search:before{content:"\f98c"}.ti-message-share:before{content:"\f078"}.ti-message-star:before{content:"\f98d"}.ti-message-up:before{content:"\f98e"}.ti-message-user:before{content:"\fec4"}.ti-message-x:before{content:"\f98f"}.ti-messages:before{content:"\eb6c"}.ti-messages-off:before{content:"\ed42"}.ti-meteor:before{content:"\f1fd"}.ti-meteor-off:before{content:"\f40c"}.ti-meter-cube:before{content:"\fd7c"}.ti-meter-square:before{content:"\fd7d"}.ti-metronome:before{content:"\fd25"}.ti-michelin-bib-gourmand:before{content:"\fae9"}.ti-michelin-star:before{content:"\faeb"}.ti-michelin-star-green:before{content:"\faea"}.ti-mickey:before{content:"\f2a3"}.ti-microphone:before{content:"\eaf0"}.ti-microphone-2:before{content:"\ef2c"}.ti-microphone-2-off:before{content:"\f40d"}.ti-microphone-off:before{content:"\ed16"}.ti-microscope:before{content:"\ef64"}.ti-microscope-off:before{content:"\f40e"}.ti-microwave:before{content:"\f248"}.ti-microwave-off:before{content:"\f264"} +.ti-military-award:before{content:"\f079"}.ti-military-rank:before{content:"\efcf"}.ti-milk:before{content:"\ef13"}.ti-milk-off:before{content:"\f40f"}.ti-milkshake:before{content:"\f4c8"}.ti-minimize:before{content:"\eaf1"}.ti-minus:before{content:"\eaf2"}.ti-minus-vertical:before{content:"\eeb4"}.ti-mist:before{content:"\ec30"}.ti-mist-off:before{content:"\f410"}.ti-mobiledata:before{content:"\f9f5"}.ti-mobiledata-off:before{content:"\f9f4"}.ti-moneybag:before{content:"\f506"}.ti-monkeybar:before{content:"\feb4"}.ti-mood-angry:before{content:"\f2de"}.ti-mood-annoyed:before{content:"\f2e0"}.ti-mood-annoyed-2:before{content:"\f2df"}.ti-mood-bitcoin:before{content:"\ff32"}.ti-mood-boy:before{content:"\ed2d"}.ti-mood-check:before{content:"\f7b3"}.ti-mood-cog:before{content:"\f7b4"}.ti-mood-confuzed:before{content:"\eaf3"}.ti-mood-crazy-happy:before{content:"\ed90"}.ti-mood-cry:before{content:"\ecbb"}.ti-mood-dollar:before{content:"\f7b5"}.ti-mood-edit:before{content:"\fa05"}.ti-mood-empty:before{content:"\eeb5"}.ti-mood-happy:before{content:"\eaf4"}.ti-mood-heart:before{content:"\f7b6"}.ti-mood-kid:before{content:"\ec03"}.ti-mood-look-down:before{content:"\fd37"}.ti-mood-look-left:before{content:"\f2c5"}.ti-mood-look-right:before{content:"\f2c6"}.ti-mood-look-up:before{content:"\fd38"}.ti-mood-minus:before{content:"\f7b7"}.ti-mood-nerd:before{content:"\f2e1"}.ti-mood-nervous:before{content:"\ef96"}.ti-mood-neutral:before{content:"\eaf5"}.ti-mood-off:before{content:"\f161"}.ti-mood-pin:before{content:"\f7b8"}.ti-mood-plus:before{content:"\f7b9"}.ti-mood-puzzled:before{content:"\fd39"}.ti-mood-sad:before{content:"\eaf6"}.ti-mood-sad-2:before{content:"\f2e2"}.ti-mood-sad-dizzy:before{content:"\f2e3"}.ti-mood-sad-squint:before{content:"\f2e4"}.ti-mood-search:before{content:"\f7ba"}.ti-mood-share:before{content:"\fa06"}.ti-mood-sick:before{content:"\f2e5"}.ti-mood-silence:before{content:"\f2e6"}.ti-mood-sing:before{content:"\f2c7"}.ti-mood-smile:before{content:"\eaf7"}.ti-mood-smile-beam:before{content:"\f2e7"}.ti-mood-smile-dizzy:before{content:"\f2e8"}.ti-mood-spark:before{content:"\ffb2"}.ti-mood-surprised:before{content:"\ec04"}.ti-mood-tongue:before{content:"\eb95"}.ti-mood-tongue-wink:before{content:"\f2ea"}.ti-mood-tongue-wink-2:before{content:"\f2e9"}.ti-mood-unamused:before{content:"\f2eb"}.ti-mood-up:before{content:"\f7bb"}.ti-mood-wink:before{content:"\f2ed"}.ti-mood-wink-2:before{content:"\f2ec"}.ti-mood-wrrr:before{content:"\f2ee"}.ti-mood-x:before{content:"\f7bc"}.ti-mood-xd:before{content:"\f2ef"}.ti-moon:before{content:"\eaf8"}.ti-moon-2:before{content:"\ece6"}.ti-moon-off:before{content:"\f162"}.ti-moon-stars:before{content:"\ece7"}.ti-moped:before{content:"\ecbc"}.ti-motorbike:before{content:"\eeb6"} +.ti-mountain:before{content:"\ef97"}.ti-mountain-off:before{content:"\f411"}.ti-mouse:before{content:"\eaf9"}.ti-mouse-2:before{content:"\f1d7"}.ti-mouse-off:before{content:"\f163"}.ti-moustache:before{content:"\f4c9"}.ti-movie:before{content:"\eafa"}.ti-movie-off:before{content:"\f164"}.ti-mug:before{content:"\eafb"}.ti-mug-off:before{content:"\f165"}.ti-multiplier-0-5x:before{content:"\ef41"}.ti-multiplier-1-5x:before{content:"\ef42"}.ti-multiplier-1x:before{content:"\ef43"}.ti-multiplier-2x:before{content:"\ef44"}.ti-mushroom:before{content:"\ef14"}.ti-mushroom-off:before{content:"\f412"}.ti-music:before{content:"\eafc"}.ti-music-bolt:before{content:"\fbd5"}.ti-music-cancel:before{content:"\fbd6"}.ti-music-check:before{content:"\fbd7"}.ti-music-code:before{content:"\fbd8"}.ti-music-cog:before{content:"\fbd9"}.ti-music-discount:before{content:"\fbda"}.ti-music-dollar:before{content:"\fbdb"}.ti-music-down:before{content:"\fbdc"}.ti-music-exclamation:before{content:"\fbdd"}.ti-music-heart:before{content:"\fbde"}.ti-music-minus:before{content:"\fbdf"}.ti-music-off:before{content:"\f166"}.ti-music-pause:before{content:"\fbe0"}.ti-music-pin:before{content:"\fbe1"}.ti-music-plus:before{content:"\fbe2"}.ti-music-question:before{content:"\fbe3"}.ti-music-search:before{content:"\fbe4"}.ti-music-share:before{content:"\fbe5"}.ti-music-star:before{content:"\fbe6"}.ti-music-up:before{content:"\fbe7"}.ti-music-x:before{content:"\fbe8"}.ti-navigation:before{content:"\f2c8"}.ti-navigation-bolt:before{content:"\fbe9"}.ti-navigation-cancel:before{content:"\fbea"}.ti-navigation-check:before{content:"\fbeb"}.ti-navigation-code:before{content:"\fbec"}.ti-navigation-cog:before{content:"\fbed"}.ti-navigation-discount:before{content:"\fbee"}.ti-navigation-dollar:before{content:"\fbef"}.ti-navigation-down:before{content:"\fbf0"}.ti-navigation-east:before{content:"\fcba"}.ti-navigation-exclamation:before{content:"\fbf1"}.ti-navigation-heart:before{content:"\fbf2"}.ti-navigation-minus:before{content:"\fbf3"}.ti-navigation-north:before{content:"\fcbb"}.ti-navigation-off:before{content:"\f413"}.ti-navigation-pause:before{content:"\fbf4"}.ti-navigation-pin:before{content:"\fbf5"}.ti-navigation-plus:before{content:"\fbf6"}.ti-navigation-question:before{content:"\fbf7"}.ti-navigation-search:before{content:"\fbf8"}.ti-navigation-share:before{content:"\fbf9"}.ti-navigation-south:before{content:"\fcbc"}.ti-navigation-star:before{content:"\fbfa"}.ti-navigation-top:before{content:"\faec"}.ti-navigation-up:before{content:"\fbfb"}.ti-navigation-west:before{content:"\fcbd"}.ti-navigation-x:before{content:"\fbfc"}.ti-needle:before{content:"\f508"}.ti-needle-thread:before{content:"\f507"}.ti-network:before{content:"\f09f"}.ti-network-off:before{content:"\f414"}.ti-new-section:before{content:"\ebc1"} +.ti-news:before{content:"\eafd"}.ti-news-off:before{content:"\f167"}.ti-nfc:before{content:"\eeb7"}.ti-nfc-off:before{content:"\f168"}.ti-no-copyright:before{content:"\efb9"}.ti-no-creative-commons:before{content:"\efba"}.ti-no-derivatives:before{content:"\efbb"}.ti-north-star:before{content:"\f014"}.ti-note:before{content:"\eb6d"}.ti-note-off:before{content:"\f169"}.ti-notebook:before{content:"\eb96"}.ti-notebook-off:before{content:"\f415"}.ti-notes:before{content:"\eb6e"}.ti-notes-off:before{content:"\f16a"}.ti-notification:before{content:"\eafe"}.ti-notification-off:before{content:"\f16b"}.ti-number:before{content:"\f1fe"}.ti-number-0:before{content:"\edf0"}.ti-number-0-small:before{content:"\fce1"}.ti-number-1:before{content:"\edf1"}.ti-number-1-small:before{content:"\fce2"}.ti-number-10:before{content:"\1005e"}.ti-number-10-small:before{content:"\fce3"}.ti-number-100-small:before{content:"\10005"}.ti-number-11:before{content:"\1005d"}.ti-number-11-small:before{content:"\fce4"}.ti-number-12-small:before{content:"\fce5"}.ti-number-123:before{content:"\f554"}.ti-number-13-small:before{content:"\fce6"}.ti-number-14-small:before{content:"\fce7"}.ti-number-15-small:before{content:"\fce8"}.ti-number-16-small:before{content:"\fce9"}.ti-number-17-small:before{content:"\fcea"}.ti-number-18-small:before{content:"\fceb"}.ti-number-19-small:before{content:"\fcec"}.ti-number-2:before{content:"\edf2"}.ti-number-2-small:before{content:"\fced"}.ti-number-20-small:before{content:"\fcee"}.ti-number-21-small:before{content:"\fcef"}.ti-number-22-small:before{content:"\fcf0"}.ti-number-23-small:before{content:"\fcf1"}.ti-number-24-small:before{content:"\fcf2"}.ti-number-25-small:before{content:"\fcf3"}.ti-number-26-small:before{content:"\fcf4"}.ti-number-27-small:before{content:"\fcf5"}.ti-number-28-small:before{content:"\fcf6"}.ti-number-29-small:before{content:"\fcf7"}.ti-number-3:before{content:"\edf3"}.ti-number-3-small:before{content:"\fcf8"}.ti-number-30-small:before{content:"\10004"}.ti-number-31-small:before{content:"\10003"}.ti-number-32-small:before{content:"\10002"}.ti-number-33-small:before{content:"\10001"}.ti-number-34-small:before{content:"\10000"}.ti-number-35-small:before{content:"\ffff"}.ti-number-36-small:before{content:"\fffe"}.ti-number-37-small:before{content:"\fffd"}.ti-number-38-small:before{content:"\fffc"}.ti-number-39-small:before{content:"\fffb"}.ti-number-4:before{content:"\edf4"}.ti-number-4-small:before{content:"\fcf9"}.ti-number-40-small:before{content:"\fffa"}.ti-number-41-small:before{content:"\fff9"}.ti-number-42-small:before{content:"\fff8"}.ti-number-43-small:before{content:"\fff7"}.ti-number-44-small:before{content:"\fff6"}.ti-number-45-small:before{content:"\fff5"}.ti-number-46-small:before{content:"\fff4"}.ti-number-47-small:before{content:"\fff3"} +.ti-number-48-small:before{content:"\fff2"}.ti-number-49-small:before{content:"\fff1"}.ti-number-5:before{content:"\edf5"}.ti-number-5-small:before{content:"\fcfa"}.ti-number-50-small:before{content:"\fff0"}.ti-number-51-small:before{content:"\ffef"}.ti-number-52-small:before{content:"\ffee"}.ti-number-53-small:before{content:"\ffed"}.ti-number-54-small:before{content:"\ffec"}.ti-number-55-small:before{content:"\ffeb"}.ti-number-56-small:before{content:"\ffea"}.ti-number-57-small:before{content:"\ffe9"}.ti-number-58-small:before{content:"\ffe8"}.ti-number-59-small:before{content:"\ffe7"}.ti-number-6:before{content:"\edf6"}.ti-number-6-small:before{content:"\fcfb"}.ti-number-60-small:before{content:"\ffe6"}.ti-number-61-small:before{content:"\ffe5"}.ti-number-62-small:before{content:"\ffe4"}.ti-number-63-small:before{content:"\ffe3"}.ti-number-64-small:before{content:"\ffe2"}.ti-number-65-small:before{content:"\ffe1"}.ti-number-66-small:before{content:"\ffe0"}.ti-number-67-small:before{content:"\ffdf"}.ti-number-68-small:before{content:"\ffde"}.ti-number-69-small:before{content:"\ffdd"}.ti-number-7:before{content:"\edf7"}.ti-number-7-small:before{content:"\fcfc"}.ti-number-70-small:before{content:"\ffdc"}.ti-number-71-small:before{content:"\ffdb"}.ti-number-72-small:before{content:"\ffda"}.ti-number-73-small:before{content:"\ffd9"}.ti-number-74-small:before{content:"\ffd8"}.ti-number-75-small:before{content:"\ffd7"}.ti-number-76-small:before{content:"\ffd6"}.ti-number-77-small:before{content:"\ffd5"}.ti-number-78-small:before{content:"\ffd4"}.ti-number-79-small:before{content:"\ffd3"}.ti-number-8:before{content:"\edf8"}.ti-number-8-small:before{content:"\fcfd"}.ti-number-80-small:before{content:"\ffd2"}.ti-number-81-small:before{content:"\ffd1"}.ti-number-82-small:before{content:"\ffd0"}.ti-number-83-small:before{content:"\ffcf"}.ti-number-84-small:before{content:"\ffce"}.ti-number-85-small:before{content:"\ffcd"}.ti-number-86-small:before{content:"\ffcc"}.ti-number-87-small:before{content:"\ffcb"}.ti-number-88-small:before{content:"\ffca"}.ti-number-89-small:before{content:"\ffc9"}.ti-number-9:before{content:"\edf9"}.ti-number-9-small:before{content:"\fcfe"}.ti-number-90-small:before{content:"\ffc8"}.ti-number-91-small:before{content:"\ffc7"}.ti-number-92-small:before{content:"\ffc6"}.ti-number-93-small:before{content:"\ffc5"}.ti-number-94-small:before{content:"\ffc4"}.ti-number-95-small:before{content:"\ffc3"}.ti-number-96-small:before{content:"\ffc2"}.ti-number-97-small:before{content:"\ffc1"}.ti-number-98-small:before{content:"\ffc0"}.ti-number-99-small:before{content:"\ffbf"}.ti-numbers:before{content:"\f015"}.ti-nurse:before{content:"\ef65"}.ti-nut:before{content:"\fc61"}.ti-object-scan:before{content:"\fef1"}.ti-octagon:before{content:"\ecbd"}.ti-octagon-minus:before{content:"\fc92"} +.ti-octagon-minus-2:before{content:"\fc91"}.ti-octagon-off:before{content:"\eeb8"}.ti-octagon-plus:before{content:"\fc94"}.ti-octagon-plus-2:before{content:"\fc93"}.ti-octahedron:before{content:"\faae"}.ti-octahedron-off:before{content:"\faac"}.ti-octahedron-plus:before{content:"\faad"}.ti-old:before{content:"\eeb9"}.ti-olympics:before{content:"\eeba"}.ti-olympics-off:before{content:"\f416"}.ti-om:before{content:"\f58d"}.ti-omega:before{content:"\eb97"}.ti-outbound:before{content:"\f249"}.ti-outlet:before{content:"\ebd7"}.ti-oval:before{content:"\f02e"}.ti-oval-vertical:before{content:"\f02d"}.ti-overline:before{content:"\eebb"}.ti-package:before{content:"\eaff"}.ti-package-export:before{content:"\f07a"}.ti-package-import:before{content:"\f07b"}.ti-package-off:before{content:"\f16c"}.ti-packages:before{content:"\f2c9"}.ti-pacman:before{content:"\eebc"}.ti-page-break:before{content:"\ec81"}.ti-paint:before{content:"\eb00"}.ti-paint-off:before{content:"\f16d"}.ti-palette:before{content:"\eb01"}.ti-palette-off:before{content:"\f16e"}.ti-panorama-horizontal:before{content:"\ed33"}.ti-panorama-horizontal-off:before{content:"\f417"}.ti-panorama-vertical:before{content:"\ed34"}.ti-panorama-vertical-off:before{content:"\f418"}.ti-paper-bag:before{content:"\f02f"}.ti-paper-bag-off:before{content:"\f16f"}.ti-paperclip:before{content:"\eb02"}.ti-parachute:before{content:"\ed7c"}.ti-parachute-off:before{content:"\f170"}.ti-parentheses:before{content:"\ebd8"}.ti-parentheses-off:before{content:"\f171"}.ti-parking:before{content:"\eb03"}.ti-parking-circle:before{content:"\fd5a"}.ti-parking-off:before{content:"\f172"}.ti-password:before{content:"\f4ca"}.ti-password-fingerprint:before{content:"\fc7b"}.ti-password-mobile-phone:before{content:"\fc7c"}.ti-password-user:before{content:"\fc7d"}.ti-paw:before{content:"\eff9"}.ti-paw-off:before{content:"\f419"}.ti-paywall:before{content:"\fd7e"}.ti-pdf:before{content:"\f7ac"}.ti-peace:before{content:"\ecbe"}.ti-pencil:before{content:"\eb04"}.ti-pencil-bolt:before{content:"\fbfd"}.ti-pencil-cancel:before{content:"\fbfe"}.ti-pencil-check:before{content:"\fbff"}.ti-pencil-code:before{content:"\fc00"}.ti-pencil-cog:before{content:"\fc01"}.ti-pencil-discount:before{content:"\fc02"}.ti-pencil-dollar:before{content:"\fc03"}.ti-pencil-down:before{content:"\fc04"}.ti-pencil-exclamation:before{content:"\fc05"}.ti-pencil-heart:before{content:"\fc06"}.ti-pencil-minus:before{content:"\f1eb"}.ti-pencil-off:before{content:"\f173"}.ti-pencil-pause:before{content:"\fc07"}.ti-pencil-pin:before{content:"\fc08"}.ti-pencil-plus:before{content:"\f1ec"}.ti-pencil-question:before{content:"\fc09"}.ti-pencil-search:before{content:"\fc0a"}.ti-pencil-share:before{content:"\fc0b"}.ti-pencil-star:before{content:"\fc0c"} +.ti-pencil-up:before{content:"\fc0d"}.ti-pencil-x:before{content:"\fc0e"}.ti-pennant:before{content:"\ed7d"}.ti-pennant-2:before{content:"\f06a"}.ti-pennant-off:before{content:"\f174"}.ti-pentagon:before{content:"\efe3"}.ti-pentagon-minus:before{content:"\feb3"}.ti-pentagon-number-0:before{content:"\fc7e"}.ti-pentagon-number-1:before{content:"\fc7f"}.ti-pentagon-number-2:before{content:"\fc80"}.ti-pentagon-number-3:before{content:"\fc81"}.ti-pentagon-number-4:before{content:"\fc82"}.ti-pentagon-number-5:before{content:"\fc83"}.ti-pentagon-number-6:before{content:"\fc84"}.ti-pentagon-number-7:before{content:"\fc85"}.ti-pentagon-number-8:before{content:"\fc86"}.ti-pentagon-number-9:before{content:"\fc87"}.ti-pentagon-off:before{content:"\f41a"}.ti-pentagon-plus:before{content:"\fc49"}.ti-pentagon-x:before{content:"\fc88"}.ti-pentagram:before{content:"\f586"}.ti-pepper:before{content:"\ef15"}.ti-pepper-off:before{content:"\f175"}.ti-percentage:before{content:"\ecf4"}.ti-percentage-0:before{content:"\fee5"}.ti-percentage-10:before{content:"\fee4"}.ti-percentage-100:before{content:"\fee3"}.ti-percentage-20:before{content:"\fee2"}.ti-percentage-25:before{content:"\fee1"}.ti-percentage-30:before{content:"\fee0"}.ti-percentage-33:before{content:"\fedf"}.ti-percentage-40:before{content:"\fede"}.ti-percentage-50:before{content:"\fedd"}.ti-percentage-60:before{content:"\fedc"}.ti-percentage-66:before{content:"\fedb"}.ti-percentage-70:before{content:"\feda"}.ti-percentage-75:before{content:"\fed9"}.ti-percentage-80:before{content:"\fed8"}.ti-percentage-90:before{content:"\fed7"}.ti-perfume:before{content:"\f509"}.ti-perspective:before{content:"\eebd"}.ti-perspective-off:before{content:"\f176"}.ti-phone:before{content:"\eb09"}.ti-phone-call:before{content:"\eb05"}.ti-phone-calling:before{content:"\ec43"}.ti-phone-check:before{content:"\ec05"}.ti-phone-done:before{content:"\ff9e"}.ti-phone-end:before{content:"\ff9d"}.ti-phone-incoming:before{content:"\eb06"}.ti-phone-off:before{content:"\ecf5"}.ti-phone-outgoing:before{content:"\eb07"}.ti-phone-pause:before{content:"\eb08"}.ti-phone-plus:before{content:"\ec06"}.ti-phone-ringing:before{content:"\ff9c"}.ti-phone-spark:before{content:"\ffb1"}.ti-phone-x:before{content:"\ec07"}.ti-photo:before{content:"\eb0a"}.ti-photo-ai:before{content:"\fa32"}.ti-photo-bitcoin:before{content:"\ff31"}.ti-photo-bolt:before{content:"\f990"}.ti-photo-cancel:before{content:"\f35d"}.ti-photo-check:before{content:"\f35e"}.ti-photo-circle:before{content:"\fc4a"}.ti-photo-circle-minus:before{content:"\fc62"}.ti-photo-circle-plus:before{content:"\fc63"}.ti-photo-code:before{content:"\f991"}.ti-photo-cog:before{content:"\f992"}.ti-photo-dollar:before{content:"\f993"}.ti-photo-down:before{content:"\f35f"}.ti-photo-edit:before{content:"\f360"} +.ti-photo-exclamation:before{content:"\f994"}.ti-photo-heart:before{content:"\f361"}.ti-photo-hexagon:before{content:"\fc4b"}.ti-photo-minus:before{content:"\f362"}.ti-photo-off:before{content:"\ecf6"}.ti-photo-pause:before{content:"\f995"}.ti-photo-pentagon:before{content:"\fc4c"}.ti-photo-pin:before{content:"\f996"}.ti-photo-plus:before{content:"\f363"}.ti-photo-question:before{content:"\f997"}.ti-photo-scan:before{content:"\fca8"}.ti-photo-search:before{content:"\f364"}.ti-photo-sensor:before{content:"\f798"}.ti-photo-sensor-2:before{content:"\f796"}.ti-photo-sensor-3:before{content:"\f797"}.ti-photo-share:before{content:"\f998"}.ti-photo-shield:before{content:"\f365"}.ti-photo-spark:before{content:"\ffb0"}.ti-photo-square-rounded:before{content:"\fc4d"}.ti-photo-star:before{content:"\f366"}.ti-photo-up:before{content:"\f38b"}.ti-photo-video:before{content:"\fc95"}.ti-photo-x:before{content:"\f367"}.ti-physotherapist:before{content:"\eebe"}.ti-piano:before{content:"\fad3"}.ti-pick:before{content:"\fafc"}.ti-picnic-table:before{content:"\fed6"}.ti-picture-in-picture:before{content:"\ed35"}.ti-picture-in-picture-off:before{content:"\ed43"}.ti-picture-in-picture-on:before{content:"\ed44"}.ti-picture-in-picture-top:before{content:"\efe4"}.ti-pig:before{content:"\ef52"}.ti-pig-money:before{content:"\f38c"}.ti-pig-off:before{content:"\f177"}.ti-pilcrow:before{content:"\f5f6"}.ti-pilcrow-left:before{content:"\fd7f"}.ti-pilcrow-right:before{content:"\fd80"}.ti-pill:before{content:"\ec44"}.ti-pill-off:before{content:"\f178"}.ti-pills:before{content:"\ef66"}.ti-pin:before{content:"\ec9c"}.ti-pin-end:before{content:"\fd5b"}.ti-pin-invoke:before{content:"\fd5c"}.ti-ping-pong:before{content:"\f38d"}.ti-pinned:before{content:"\ed60"}.ti-pinned-off:before{content:"\ed5f"}.ti-pizza:before{content:"\edbb"}.ti-pizza-off:before{content:"\f179"}.ti-placeholder:before{content:"\f626"}.ti-plane:before{content:"\eb6f"}.ti-plane-arrival:before{content:"\eb99"}.ti-plane-departure:before{content:"\eb9a"}.ti-plane-inflight:before{content:"\ef98"}.ti-plane-off:before{content:"\f17a"}.ti-plane-tilt:before{content:"\f1ed"}.ti-planet:before{content:"\ec08"}.ti-planet-off:before{content:"\f17b"}.ti-plant:before{content:"\ed50"}.ti-plant-2:before{content:"\ed7e"}.ti-plant-2-off:before{content:"\f17c"}.ti-plant-off:before{content:"\f17d"}.ti-play-basketball:before{content:"\fa66"}.ti-play-card:before{content:"\eebf"}.ti-play-card-1:before{content:"\1005c"}.ti-play-card-10:before{content:"\1005b"}.ti-play-card-2:before{content:"\1005a"}.ti-play-card-3:before{content:"\10059"}.ti-play-card-4:before{content:"\10058"}.ti-play-card-5:before{content:"\10057"}.ti-play-card-6:before{content:"\10056"}.ti-play-card-7:before{content:"\10055"} +.ti-play-card-8:before{content:"\10054"}.ti-play-card-9:before{content:"\10053"}.ti-play-card-a:before{content:"\10052"}.ti-play-card-j:before{content:"\10051"}.ti-play-card-k:before{content:"\10050"}.ti-play-card-off:before{content:"\f17e"}.ti-play-card-q:before{content:"\1004f"}.ti-play-card-star:before{content:"\1004e"}.ti-play-football:before{content:"\fa67"}.ti-play-handball:before{content:"\fa68"}.ti-play-volleyball:before{content:"\fa69"}.ti-player-eject:before{content:"\efbc"}.ti-player-pause:before{content:"\ed45"}.ti-player-play:before{content:"\ed46"}.ti-player-record:before{content:"\ed47"}.ti-player-skip-back:before{content:"\ed48"}.ti-player-skip-forward:before{content:"\ed49"}.ti-player-stop:before{content:"\ed4a"}.ti-player-track-next:before{content:"\ed4b"}.ti-player-track-prev:before{content:"\ed4c"}.ti-playlist:before{content:"\eec0"}.ti-playlist-add:before{content:"\f008"}.ti-playlist-off:before{content:"\f17f"}.ti-playlist-x:before{content:"\f009"}.ti-playstation-circle:before{content:"\f2ad"}.ti-playstation-square:before{content:"\f2ae"}.ti-playstation-triangle:before{content:"\f2af"}.ti-playstation-x:before{content:"\f2b0"}.ti-plug:before{content:"\ebd9"}.ti-plug-connected:before{content:"\f00a"}.ti-plug-connected-x:before{content:"\f0a0"}.ti-plug-off:before{content:"\f180"}.ti-plug-x:before{content:"\f0a1"}.ti-plus:before{content:"\eb0b"}.ti-plus-equal:before{content:"\f7ad"}.ti-plus-minus:before{content:"\f7ae"}.ti-png:before{content:"\f3ad"}.ti-podium:before{content:"\f1d8"}.ti-podium-off:before{content:"\f41b"}.ti-point:before{content:"\eb0c"}.ti-point-off:before{content:"\f181"}.ti-pointer:before{content:"\f265"}.ti-pointer-bolt:before{content:"\f999"}.ti-pointer-cancel:before{content:"\f99a"}.ti-pointer-check:before{content:"\f99b"}.ti-pointer-code:before{content:"\f99c"}.ti-pointer-cog:before{content:"\f99d"}.ti-pointer-dollar:before{content:"\f99e"}.ti-pointer-down:before{content:"\f99f"}.ti-pointer-exclamation:before{content:"\f9a0"}.ti-pointer-heart:before{content:"\f9a1"}.ti-pointer-minus:before{content:"\f9a2"}.ti-pointer-off:before{content:"\f9a3"}.ti-pointer-pause:before{content:"\f9a4"}.ti-pointer-pin:before{content:"\f9a5"}.ti-pointer-plus:before{content:"\f9a6"}.ti-pointer-question:before{content:"\f9a7"}.ti-pointer-search:before{content:"\f9a8"}.ti-pointer-share:before{content:"\f9a9"}.ti-pointer-star:before{content:"\f9aa"}.ti-pointer-up:before{content:"\f9ab"}.ti-pointer-x:before{content:"\f9ac"}.ti-pokeball:before{content:"\eec1"}.ti-pokeball-off:before{content:"\f41c"}.ti-poker-chip:before{content:"\f515"}.ti-polaroid:before{content:"\eec2"}.ti-polygon:before{content:"\efd0"}.ti-polygon-off:before{content:"\f182"}.ti-poo:before{content:"\f258"}.ti-pool:before{content:"\ed91"} +.ti-pool-off:before{content:"\f41d"}.ti-power:before{content:"\eb0d"}.ti-pray:before{content:"\ecbf"}.ti-premium-rights:before{content:"\efbd"}.ti-prescription:before{content:"\ef99"}.ti-presentation:before{content:"\eb70"}.ti-presentation-analytics:before{content:"\eec3"}.ti-presentation-off:before{content:"\f183"}.ti-printer:before{content:"\eb0e"}.ti-printer-off:before{content:"\f184"}.ti-prism:before{content:"\fab1"}.ti-prism-light:before{content:"\fea6"}.ti-prism-off:before{content:"\faaf"}.ti-prism-plus:before{content:"\fab0"}.ti-prison:before{content:"\ef79"}.ti-progress:before{content:"\fa0d"}.ti-progress-alert:before{content:"\fa07"}.ti-progress-bolt:before{content:"\fa08"}.ti-progress-check:before{content:"\fa09"}.ti-progress-down:before{content:"\fa0a"}.ti-progress-help:before{content:"\fa0b"}.ti-progress-x:before{content:"\fa0c"}.ti-prompt:before{content:"\eb0f"}.ti-prong:before{content:"\fda1"}.ti-propeller:before{content:"\eec4"}.ti-propeller-off:before{content:"\f185"}.ti-protocol:before{content:"\fd81"}.ti-pumpkin-scary:before{content:"\f587"}.ti-puzzle:before{content:"\eb10"}.ti-puzzle-2:before{content:"\ef83"}.ti-puzzle-off:before{content:"\f186"}.ti-pyramid:before{content:"\eec5"}.ti-pyramid-off:before{content:"\f187"}.ti-pyramid-plus:before{content:"\fab2"}.ti-qrcode:before{content:"\eb11"}.ti-qrcode-off:before{content:"\f41e"}.ti-question-mark:before{content:"\ec9d"}.ti-quote:before{content:"\efbe"}.ti-quote-off:before{content:"\f188"}.ti-quotes:before{content:"\fb1e"}.ti-radar:before{content:"\f017"}.ti-radar-2:before{content:"\f016"}.ti-radar-off:before{content:"\f41f"}.ti-radio:before{content:"\ef2d"}.ti-radio-off:before{content:"\f420"}.ti-radioactive:before{content:"\ecc0"}.ti-radioactive-off:before{content:"\f189"}.ti-radius-bottom-left:before{content:"\eec6"}.ti-radius-bottom-right:before{content:"\eec7"}.ti-radius-top-left:before{content:"\eec8"}.ti-radius-top-right:before{content:"\eec9"}.ti-rainbow:before{content:"\edbc"}.ti-rainbow-off:before{content:"\f18a"}.ti-rating-12-plus:before{content:"\f266"}.ti-rating-14-plus:before{content:"\f267"}.ti-rating-16-plus:before{content:"\f268"}.ti-rating-18-plus:before{content:"\f269"}.ti-rating-21-plus:before{content:"\f26a"}.ti-razor:before{content:"\f4b5"}.ti-razor-electric:before{content:"\f4b4"}.ti-receipt:before{content:"\edfd"}.ti-receipt-2:before{content:"\edfa"}.ti-receipt-bitcoin:before{content:"\fd66"}.ti-receipt-dollar:before{content:"\fd67"}.ti-receipt-euro:before{content:"\fd68"}.ti-receipt-off:before{content:"\edfb"}.ti-receipt-pound:before{content:"\fd69"}.ti-receipt-refund:before{content:"\edfc"}.ti-receipt-rupee:before{content:"\fd82"}.ti-receipt-tax:before{content:"\edbd"}.ti-receipt-yen:before{content:"\fd6a"} +.ti-receipt-yuan:before{content:"\fd6b"}.ti-recharging:before{content:"\eeca"}.ti-record-mail:before{content:"\eb12"}.ti-record-mail-off:before{content:"\f18b"}.ti-rectangle:before{content:"\ed37"}.ti-rectangle-rounded-bottom:before{content:"\faed"}.ti-rectangle-rounded-top:before{content:"\faee"}.ti-rectangle-vertical:before{content:"\ed36"}.ti-rectangular-prism:before{content:"\fab5"}.ti-rectangular-prism-off:before{content:"\fab3"}.ti-rectangular-prism-plus:before{content:"\fab4"}.ti-recycle:before{content:"\eb9b"}.ti-recycle-off:before{content:"\f18c"}.ti-refresh:before{content:"\eb13"}.ti-refresh-alert:before{content:"\ed57"}.ti-refresh-dot:before{content:"\efbf"}.ti-refresh-off:before{content:"\f18d"}.ti-regex:before{content:"\f31f"}.ti-regex-off:before{content:"\f421"}.ti-registered:before{content:"\eb14"}.ti-relation-many-to-many:before{content:"\ed7f"}.ti-relation-one-to-many:before{content:"\ed80"}.ti-relation-one-to-one:before{content:"\ed81"}.ti-reload:before{content:"\f3ae"}.ti-reorder:before{content:"\fc15"}.ti-repeat:before{content:"\eb72"}.ti-repeat-off:before{content:"\f18e"}.ti-repeat-once:before{content:"\eb71"}.ti-replace:before{content:"\ebc7"}.ti-replace-off:before{content:"\f422"}.ti-report:before{content:"\eece"}.ti-report-analytics:before{content:"\eecb"}.ti-report-medical:before{content:"\eecc"}.ti-report-money:before{content:"\eecd"}.ti-report-off:before{content:"\f18f"}.ti-report-search:before{content:"\ef84"}.ti-reserved-line:before{content:"\f9f6"}.ti-resize:before{content:"\eecf"}.ti-restore:before{content:"\fafd"}.ti-rewind-backward-10:before{content:"\faba"}.ti-rewind-backward-15:before{content:"\fabb"}.ti-rewind-backward-20:before{content:"\fabc"}.ti-rewind-backward-30:before{content:"\fabd"}.ti-rewind-backward-40:before{content:"\fabe"}.ti-rewind-backward-5:before{content:"\fabf"}.ti-rewind-backward-50:before{content:"\fac0"}.ti-rewind-backward-60:before{content:"\fac1"}.ti-rewind-forward-10:before{content:"\fac2"}.ti-rewind-forward-15:before{content:"\fac3"}.ti-rewind-forward-20:before{content:"\fac4"}.ti-rewind-forward-30:before{content:"\fac5"}.ti-rewind-forward-40:before{content:"\fac6"}.ti-rewind-forward-5:before{content:"\fac7"}.ti-rewind-forward-50:before{content:"\fac8"}.ti-rewind-forward-60:before{content:"\fac9"}.ti-ribbon-health:before{content:"\f58e"}.ti-rings:before{content:"\fa6a"}.ti-ripple:before{content:"\ed82"}.ti-ripple-off:before{content:"\f190"}.ti-road:before{content:"\f018"}.ti-road-off:before{content:"\f191"}.ti-road-sign:before{content:"\ecdd"}.ti-robot:before{content:"\f00b"}.ti-robot-face:before{content:"\fcbe"}.ti-robot-off:before{content:"\f192"}.ti-rocket:before{content:"\ec45"}.ti-rocket-off:before{content:"\f193"}.ti-roller-skating:before{content:"\efd1"}.ti-rollercoaster:before{content:"\f0a2"} +.ti-rollercoaster-off:before{content:"\f423"}.ti-rosette:before{content:"\f599"}.ti-rosette-discount:before{content:"\ee7c"}.ti-rosette-discount-check:before{content:"\f1f8"}.ti-rosette-discount-check-off:before{content:"\ff10"}.ti-rosette-discount-off:before{content:"\f3e6"}.ti-rosette-number-0:before{content:"\f58f"}.ti-rosette-number-1:before{content:"\f590"}.ti-rosette-number-2:before{content:"\f591"}.ti-rosette-number-3:before{content:"\f592"}.ti-rosette-number-4:before{content:"\f593"}.ti-rosette-number-5:before{content:"\f594"}.ti-rosette-number-6:before{content:"\f595"}.ti-rosette-number-7:before{content:"\f596"}.ti-rosette-number-8:before{content:"\f597"}.ti-rosette-number-9:before{content:"\f598"}.ti-rotate:before{content:"\eb16"}.ti-rotate-2:before{content:"\ebb4"}.ti-rotate-360:before{content:"\ef85"}.ti-rotate-3d:before{content:"\f020"}.ti-rotate-clockwise:before{content:"\eb15"}.ti-rotate-clockwise-2:before{content:"\ebb5"}.ti-rotate-dot:before{content:"\efe5"}.ti-rotate-rectangle:before{content:"\ec15"}.ti-route:before{content:"\eb17"}.ti-route-2:before{content:"\f4b6"}.ti-route-alt-left:before{content:"\fca9"}.ti-route-alt-right:before{content:"\fcaa"}.ti-route-off:before{content:"\f194"}.ti-route-scan:before{content:"\fcbf"}.ti-route-square:before{content:"\fcac"}.ti-route-square-2:before{content:"\fcab"}.ti-route-x:before{content:"\fcae"}.ti-route-x-2:before{content:"\fcad"}.ti-router:before{content:"\eb18"}.ti-router-off:before{content:"\f424"}.ti-row-insert-bottom:before{content:"\eed0"}.ti-row-insert-top:before{content:"\eed1"}.ti-row-remove:before{content:"\fafe"}.ti-rss:before{content:"\eb19"}.ti-rubber-stamp:before{content:"\f5ab"}.ti-rubber-stamp-off:before{content:"\f5aa"}.ti-ruler:before{content:"\eb1a"}.ti-ruler-2:before{content:"\eed2"}.ti-ruler-2-off:before{content:"\f195"}.ti-ruler-3:before{content:"\f290"}.ti-ruler-measure:before{content:"\f291"}.ti-ruler-measure-2:before{content:"\ff0f"}.ti-ruler-off:before{content:"\f196"}.ti-run:before{content:"\ec82"}.ti-rv-truck:before{content:"\fcc0"}.ti-s-turn-down:before{content:"\f516"}.ti-s-turn-left:before{content:"\f517"}.ti-s-turn-right:before{content:"\f518"}.ti-s-turn-up:before{content:"\f519"}.ti-sailboat:before{content:"\ec83"}.ti-sailboat-2:before{content:"\f5f7"}.ti-sailboat-off:before{content:"\f425"}.ti-salad:before{content:"\f50a"}.ti-salt:before{content:"\ef16"}.ti-sandbox:before{content:"\fd6c"}.ti-satellite:before{content:"\eed3"}.ti-satellite-off:before{content:"\f197"}.ti-sausage:before{content:"\ef17"}.ti-scale:before{content:"\ebc2"}.ti-scale-off:before{content:"\f198"}.ti-scale-outline:before{content:"\ef53"}.ti-scale-outline-off:before{content:"\f199"}.ti-scan:before{content:"\ebc8"}.ti-scan-eye:before{content:"\f1ff"} +.ti-scan-position:before{content:"\fdac"}.ti-schema:before{content:"\f200"}.ti-schema-off:before{content:"\f426"}.ti-school:before{content:"\ecf7"}.ti-school-bell:before{content:"\f64a"}.ti-school-off:before{content:"\f19a"}.ti-scissors:before{content:"\eb1b"}.ti-scissors-off:before{content:"\f19b"}.ti-scooter:before{content:"\ec6c"}.ti-scooter-electric:before{content:"\ecc1"}.ti-scoreboard:before{content:"\fa6b"}.ti-screen-share:before{content:"\ed18"}.ti-screen-share-off:before{content:"\ed17"}.ti-screenshot:before{content:"\f201"}.ti-scribble:before{content:"\f0a3"}.ti-scribble-off:before{content:"\f427"}.ti-script:before{content:"\f2da"}.ti-script-minus:before{content:"\f2d7"}.ti-script-plus:before{content:"\f2d8"}.ti-script-x:before{content:"\f2d9"}.ti-scuba-diving:before{content:"\fd4e"}.ti-scuba-diving-tank:before{content:"\fefa"}.ti-scuba-mask:before{content:"\eed4"}.ti-scuba-mask-off:before{content:"\f428"}.ti-sdk:before{content:"\f3af"}.ti-search:before{content:"\eb1c"}.ti-search-off:before{content:"\f19c"}.ti-section:before{content:"\eed5"}.ti-section-sign:before{content:"\f019"}.ti-seeding:before{content:"\ed51"}.ti-seeding-off:before{content:"\f19d"}.ti-select:before{content:"\ec9e"}.ti-select-all:before{content:"\f9f7"}.ti-selector:before{content:"\eb1d"}.ti-send:before{content:"\eb1e"}.ti-send-2:before{content:"\fd5d"}.ti-send-off:before{content:"\f429"}.ti-seo:before{content:"\f26b"}.ti-separator:before{content:"\ebda"}.ti-separator-horizontal:before{content:"\ec79"}.ti-separator-vertical:before{content:"\ec7a"}.ti-server:before{content:"\eb1f"}.ti-server-2:before{content:"\f07c"}.ti-server-bolt:before{content:"\f320"}.ti-server-cog:before{content:"\f321"}.ti-server-off:before{content:"\f19e"}.ti-server-spark:before{content:"\ffaf"}.ti-servicemark:before{content:"\ec09"}.ti-settings:before{content:"\eb20"}.ti-settings-2:before{content:"\f5ac"}.ti-settings-automation:before{content:"\eed6"}.ti-settings-bolt:before{content:"\f9ad"}.ti-settings-cancel:before{content:"\f9ae"}.ti-settings-check:before{content:"\f9af"}.ti-settings-code:before{content:"\f9b0"}.ti-settings-cog:before{content:"\f9b1"}.ti-settings-dollar:before{content:"\f9b2"}.ti-settings-down:before{content:"\f9b3"}.ti-settings-exclamation:before{content:"\f9b4"}.ti-settings-heart:before{content:"\f9b5"}.ti-settings-minus:before{content:"\f9b6"}.ti-settings-off:before{content:"\f19f"}.ti-settings-pause:before{content:"\f9b7"}.ti-settings-pin:before{content:"\f9b8"}.ti-settings-plus:before{content:"\f9b9"}.ti-settings-question:before{content:"\f9ba"}.ti-settings-search:before{content:"\f9bb"}.ti-settings-share:before{content:"\f9bc"}.ti-settings-spark:before{content:"\ffae"}.ti-settings-star:before{content:"\f9bd"}.ti-settings-up:before{content:"\f9be"} +.ti-settings-x:before{content:"\f9bf"}.ti-shadow:before{content:"\eed8"}.ti-shadow-off:before{content:"\eed7"}.ti-shape:before{content:"\eb9c"}.ti-shape-2:before{content:"\eed9"}.ti-shape-3:before{content:"\eeda"}.ti-shape-off:before{content:"\f1a0"}.ti-share:before{content:"\eb21"}.ti-share-2:before{content:"\f799"}.ti-share-3:before{content:"\f7bd"}.ti-share-off:before{content:"\f1a1"}.ti-shareplay:before{content:"\fea5"}.ti-shield:before{content:"\eb24"}.ti-shield-bolt:before{content:"\f9c0"}.ti-shield-cancel:before{content:"\f9c1"}.ti-shield-check:before{content:"\eb22"}.ti-shield-checkered:before{content:"\ef9a"}.ti-shield-chevron:before{content:"\ef9b"}.ti-shield-code:before{content:"\f9c2"}.ti-shield-cog:before{content:"\f9c3"}.ti-shield-dollar:before{content:"\f9c4"}.ti-shield-down:before{content:"\f9c5"}.ti-shield-exclamation:before{content:"\f9c6"}.ti-shield-half:before{content:"\f358"}.ti-shield-heart:before{content:"\f9c7"}.ti-shield-lock:before{content:"\ed58"}.ti-shield-minus:before{content:"\f9c8"}.ti-shield-off:before{content:"\ecf8"}.ti-shield-pause:before{content:"\f9c9"}.ti-shield-pin:before{content:"\f9ca"}.ti-shield-plus:before{content:"\f9cb"}.ti-shield-question:before{content:"\f9cc"}.ti-shield-search:before{content:"\f9cd"}.ti-shield-share:before{content:"\f9ce"}.ti-shield-star:before{content:"\f9cf"}.ti-shield-up:before{content:"\f9d0"}.ti-shield-x:before{content:"\eb23"}.ti-ship:before{content:"\ec84"}.ti-ship-off:before{content:"\f42a"}.ti-shirt:before{content:"\ec0a"}.ti-shirt-off:before{content:"\f1a2"}.ti-shirt-sport:before{content:"\f26c"}.ti-shoe:before{content:"\efd2"}.ti-shoe-off:before{content:"\f1a4"}.ti-shopping-bag:before{content:"\f5f8"}.ti-shopping-bag-check:before{content:"\fc16"}.ti-shopping-bag-discount:before{content:"\fc17"}.ti-shopping-bag-edit:before{content:"\fc18"}.ti-shopping-bag-exclamation:before{content:"\fc19"}.ti-shopping-bag-heart:before{content:"\fda2"}.ti-shopping-bag-minus:before{content:"\fc1a"}.ti-shopping-bag-plus:before{content:"\fc1b"}.ti-shopping-bag-search:before{content:"\fc1c"}.ti-shopping-bag-x:before{content:"\fc1d"}.ti-shopping-cart:before{content:"\eb25"}.ti-shopping-cart-bolt:before{content:"\fb57"}.ti-shopping-cart-cancel:before{content:"\fb58"}.ti-shopping-cart-check:before{content:"\fb59"}.ti-shopping-cart-code:before{content:"\fb5a"}.ti-shopping-cart-cog:before{content:"\fb5b"}.ti-shopping-cart-copy:before{content:"\fb5c"}.ti-shopping-cart-discount:before{content:"\fb5d"}.ti-shopping-cart-dollar:before{content:"\fb5e"}.ti-shopping-cart-down:before{content:"\fb5f"}.ti-shopping-cart-exclamation:before{content:"\fb60"}.ti-shopping-cart-heart:before{content:"\fb61"}.ti-shopping-cart-minus:before{content:"\fb62"}.ti-shopping-cart-off:before{content:"\eedc"}.ti-shopping-cart-pause:before{content:"\fb63"} +.ti-shopping-cart-pin:before{content:"\fb64"}.ti-shopping-cart-plus:before{content:"\fb65"}.ti-shopping-cart-question:before{content:"\fb66"}.ti-shopping-cart-search:before{content:"\fb67"}.ti-shopping-cart-share:before{content:"\fb68"}.ti-shopping-cart-star:before{content:"\fb69"}.ti-shopping-cart-up:before{content:"\fb6a"}.ti-shopping-cart-x:before{content:"\fb6b"}.ti-shovel:before{content:"\f1d9"}.ti-shovel-pitchforks:before{content:"\fd3a"}.ti-shredder:before{content:"\eedf"}.ti-sign-left:before{content:"\f06b"}.ti-sign-right:before{content:"\f06c"}.ti-signal-2g:before{content:"\f79a"}.ti-signal-3g:before{content:"\f1ee"}.ti-signal-4g:before{content:"\f1ef"}.ti-signal-4g-plus:before{content:"\f259"}.ti-signal-5g:before{content:"\f1f0"}.ti-signal-6g:before{content:"\f9f8"}.ti-signal-e:before{content:"\f9f9"}.ti-signal-g:before{content:"\f9fa"}.ti-signal-h:before{content:"\f9fc"}.ti-signal-h-plus:before{content:"\f9fb"}.ti-signal-lte:before{content:"\f9fd"}.ti-signature:before{content:"\eee0"}.ti-signature-off:before{content:"\f1a5"}.ti-sitemap:before{content:"\eb9d"}.ti-sitemap-off:before{content:"\f1a6"}.ti-skateboard:before{content:"\ecc2"}.ti-skateboard-off:before{content:"\f42b"}.ti-skateboarding:before{content:"\faca"}.ti-skew-x:before{content:"\fd3b"}.ti-skew-y:before{content:"\fd3c"}.ti-ski-jumping:before{content:"\fa6c"}.ti-skull:before{content:"\f292"}.ti-slash:before{content:"\f4f9"}.ti-slashes:before{content:"\f588"}.ti-sleigh:before{content:"\ef9c"}.ti-slice:before{content:"\ebdb"}.ti-slideshow:before{content:"\ebc9"}.ti-smart-home:before{content:"\ecde"}.ti-smart-home-off:before{content:"\f1a7"}.ti-smoking:before{content:"\ecc4"}.ti-smoking-no:before{content:"\ecc3"}.ti-snowboarding:before{content:"\fd4f"}.ti-snowflake:before{content:"\ec0b"}.ti-snowflake-off:before{content:"\f1a8"}.ti-snowman:before{content:"\f26d"}.ti-soccer-field:before{content:"\ed92"}.ti-social:before{content:"\ebec"}.ti-social-off:before{content:"\f1a9"}.ti-sock:before{content:"\eee1"}.ti-sofa:before{content:"\efaf"}.ti-sofa-off:before{content:"\f42c"}.ti-solar-electricity:before{content:"\fcc1"}.ti-solar-panel:before{content:"\f7bf"}.ti-solar-panel-2:before{content:"\f7be"}.ti-sort-0-9:before{content:"\f54d"}.ti-sort-9-0:before{content:"\f54e"}.ti-sort-a-z:before{content:"\f54f"}.ti-sort-ascending:before{content:"\eb26"}.ti-sort-ascending-2:before{content:"\eee2"}.ti-sort-ascending-letters:before{content:"\ef18"}.ti-sort-ascending-numbers:before{content:"\ef19"}.ti-sort-ascending-shapes:before{content:"\fd94"}.ti-sort-ascending-small-big:before{content:"\fd95"}.ti-sort-descending:before{content:"\eb27"}.ti-sort-descending-2:before{content:"\eee3"}.ti-sort-descending-letters:before{content:"\ef1a"}.ti-sort-descending-numbers:before{content:"\ef1b"} +.ti-sort-descending-shapes:before{content:"\fd97"}.ti-sort-descending-small-big:before{content:"\fd96"}.ti-sort-z-a:before{content:"\f550"}.ti-sos:before{content:"\f24a"}.ti-soup:before{content:"\ef2e"}.ti-soup-off:before{content:"\f42d"}.ti-source-code:before{content:"\f4a2"}.ti-space:before{content:"\ec0c"}.ti-space-off:before{content:"\f1aa"}.ti-spaces:before{content:"\fea4"}.ti-spacing-horizontal:before{content:"\ef54"}.ti-spacing-vertical:before{content:"\ef55"}.ti-spade:before{content:"\effa"}.ti-sparkles:before{content:"\f6d7"}.ti-speakerphone:before{content:"\ed61"}.ti-speedboat:before{content:"\ed93"}.ti-sphere:before{content:"\fab8"}.ti-sphere-off:before{content:"\fab6"}.ti-sphere-plus:before{content:"\fab7"}.ti-spider:before{content:"\f293"}.ti-spiral:before{content:"\f294"}.ti-spiral-off:before{content:"\f42e"}.ti-sport-billard:before{content:"\eee4"}.ti-spray:before{content:"\f50b"}.ti-spy:before{content:"\f227"}.ti-spy-off:before{content:"\f42f"}.ti-sql:before{content:"\f7c0"}.ti-square:before{content:"\eb2c"}.ti-square-arrow-down:before{content:"\f4b7"}.ti-square-arrow-left:before{content:"\f4b8"}.ti-square-arrow-right:before{content:"\f4b9"}.ti-square-arrow-up:before{content:"\f4ba"}.ti-square-asterisk:before{content:"\f01a"}.ti-square-check:before{content:"\eb28"}.ti-square-chevron-down:before{content:"\f627"}.ti-square-chevron-left:before{content:"\f628"}.ti-square-chevron-right:before{content:"\f629"}.ti-square-chevron-up:before{content:"\f62a"}.ti-square-chevrons-down:before{content:"\f64b"}.ti-square-chevrons-left:before{content:"\f64c"}.ti-square-chevrons-right:before{content:"\f64d"}.ti-square-chevrons-up:before{content:"\f64e"}.ti-square-dot:before{content:"\ed59"}.ti-square-f0:before{content:"\f526"}.ti-square-f1:before{content:"\f527"}.ti-square-f2:before{content:"\f528"}.ti-square-f3:before{content:"\f529"}.ti-square-f4:before{content:"\f52a"}.ti-square-f5:before{content:"\f52b"}.ti-square-f6:before{content:"\f52c"}.ti-square-f7:before{content:"\f52d"}.ti-square-f8:before{content:"\f52e"}.ti-square-f9:before{content:"\f52f"}.ti-square-forbid:before{content:"\ed5b"}.ti-square-forbid-2:before{content:"\ed5a"}.ti-square-half:before{content:"\effb"}.ti-square-key:before{content:"\f638"}.ti-square-letter-a:before{content:"\f47c"}.ti-square-letter-b:before{content:"\f47d"}.ti-square-letter-c:before{content:"\f47e"}.ti-square-letter-d:before{content:"\f47f"}.ti-square-letter-e:before{content:"\f480"}.ti-square-letter-f:before{content:"\f481"}.ti-square-letter-g:before{content:"\f482"}.ti-square-letter-h:before{content:"\f483"}.ti-square-letter-i:before{content:"\f484"}.ti-square-letter-j:before{content:"\f485"}.ti-square-letter-k:before{content:"\f486"}.ti-square-letter-l:before{content:"\f487"}.ti-square-letter-m:before{content:"\f488"} +.ti-square-letter-n:before{content:"\f489"}.ti-square-letter-o:before{content:"\f48a"}.ti-square-letter-p:before{content:"\f48b"}.ti-square-letter-q:before{content:"\f48c"}.ti-square-letter-r:before{content:"\f48d"}.ti-square-letter-s:before{content:"\f48e"}.ti-square-letter-t:before{content:"\f48f"}.ti-square-letter-u:before{content:"\f490"}.ti-square-letter-v:before{content:"\f4bb"}.ti-square-letter-w:before{content:"\f491"}.ti-square-letter-x:before{content:"\f4bc"}.ti-square-letter-y:before{content:"\f492"}.ti-square-letter-z:before{content:"\f493"}.ti-square-minus:before{content:"\eb29"}.ti-square-number-0:before{content:"\eee5"}.ti-square-number-1:before{content:"\eee6"}.ti-square-number-2:before{content:"\eee7"}.ti-square-number-3:before{content:"\eee8"}.ti-square-number-4:before{content:"\eee9"}.ti-square-number-5:before{content:"\eeea"}.ti-square-number-6:before{content:"\eeeb"}.ti-square-number-7:before{content:"\eeec"}.ti-square-number-8:before{content:"\eeed"}.ti-square-number-9:before{content:"\eeee"}.ti-square-off:before{content:"\eeef"}.ti-square-percentage:before{content:"\fd83"}.ti-square-plus:before{content:"\eb2a"}.ti-square-plus-2:before{content:"\fc96"}.ti-square-root:before{content:"\eef1"}.ti-square-root-2:before{content:"\eef0"}.ti-square-rotated:before{content:"\ecdf"}.ti-square-rotated-forbid:before{content:"\f01c"}.ti-square-rotated-forbid-2:before{content:"\f01b"}.ti-square-rotated-off:before{content:"\eef2"}.ti-square-rounded:before{content:"\f59a"}.ti-square-rounded-arrow-down:before{content:"\f639"}.ti-square-rounded-arrow-left:before{content:"\f63a"}.ti-square-rounded-arrow-right:before{content:"\f63b"}.ti-square-rounded-arrow-up:before{content:"\f63c"}.ti-square-rounded-check:before{content:"\f63d"}.ti-square-rounded-chevron-down:before{content:"\f62b"}.ti-square-rounded-chevron-left:before{content:"\f62c"}.ti-square-rounded-chevron-right:before{content:"\f62d"}.ti-square-rounded-chevron-up:before{content:"\f62e"}.ti-square-rounded-chevrons-down:before{content:"\f64f"}.ti-square-rounded-chevrons-left:before{content:"\f650"}.ti-square-rounded-chevrons-right:before{content:"\f651"}.ti-square-rounded-chevrons-up:before{content:"\f652"}.ti-square-rounded-letter-a:before{content:"\f5ae"}.ti-square-rounded-letter-b:before{content:"\f5af"}.ti-square-rounded-letter-c:before{content:"\f5b0"}.ti-square-rounded-letter-d:before{content:"\f5b1"}.ti-square-rounded-letter-e:before{content:"\f5b2"}.ti-square-rounded-letter-f:before{content:"\f5b3"}.ti-square-rounded-letter-g:before{content:"\f5b4"}.ti-square-rounded-letter-h:before{content:"\f5b5"}.ti-square-rounded-letter-i:before{content:"\f5b6"}.ti-square-rounded-letter-j:before{content:"\f5b7"}.ti-square-rounded-letter-k:before{content:"\f5b8"}.ti-square-rounded-letter-l:before{content:"\f5b9"}.ti-square-rounded-letter-m:before{content:"\f5ba"}.ti-square-rounded-letter-n:before{content:"\f5bb"}.ti-square-rounded-letter-o:before{content:"\f5bc"}.ti-square-rounded-letter-p:before{content:"\f5bd"} +.ti-square-rounded-letter-q:before{content:"\f5be"}.ti-square-rounded-letter-r:before{content:"\f5bf"}.ti-square-rounded-letter-s:before{content:"\f5c0"}.ti-square-rounded-letter-t:before{content:"\f5c1"}.ti-square-rounded-letter-u:before{content:"\f5c2"}.ti-square-rounded-letter-v:before{content:"\f5c3"}.ti-square-rounded-letter-w:before{content:"\f5c4"}.ti-square-rounded-letter-x:before{content:"\f5c5"}.ti-square-rounded-letter-y:before{content:"\f5c6"}.ti-square-rounded-letter-z:before{content:"\f5c7"}.ti-square-rounded-minus:before{content:"\f63e"}.ti-square-rounded-minus-2:before{content:"\fc97"}.ti-square-rounded-number-0:before{content:"\f5c8"}.ti-square-rounded-number-1:before{content:"\f5c9"}.ti-square-rounded-number-2:before{content:"\f5ca"}.ti-square-rounded-number-3:before{content:"\f5cb"}.ti-square-rounded-number-4:before{content:"\f5cc"}.ti-square-rounded-number-5:before{content:"\f5cd"}.ti-square-rounded-number-6:before{content:"\f5ce"}.ti-square-rounded-number-7:before{content:"\f5cf"}.ti-square-rounded-number-8:before{content:"\f5d0"}.ti-square-rounded-number-9:before{content:"\f5d1"}.ti-square-rounded-percentage:before{content:"\fd84"}.ti-square-rounded-plus:before{content:"\f63f"}.ti-square-rounded-plus-2:before{content:"\fc98"}.ti-square-rounded-x:before{content:"\f640"}.ti-square-toggle:before{content:"\eef4"}.ti-square-toggle-horizontal:before{content:"\eef3"}.ti-square-x:before{content:"\eb2b"}.ti-squares:before{content:"\eef6"}.ti-squares-diagonal:before{content:"\eef5"}.ti-squares-selected:before{content:"\fea3"}.ti-stack:before{content:"\eb2d"}.ti-stack-2:before{content:"\eef7"}.ti-stack-3:before{content:"\ef9d"}.ti-stack-back:before{content:"\fd26"}.ti-stack-backward:before{content:"\fd27"}.ti-stack-forward:before{content:"\fd28"}.ti-stack-front:before{content:"\fd29"}.ti-stack-middle:before{content:"\fd2a"}.ti-stack-pop:before{content:"\f234"}.ti-stack-push:before{content:"\f235"}.ti-stairs:before{content:"\eca6"}.ti-stairs-down:before{content:"\eca4"}.ti-stairs-up:before{content:"\eca5"}.ti-star:before{content:"\eb2e"}.ti-star-half:before{content:"\ed19"}.ti-star-off:before{content:"\ed62"}.ti-stars:before{content:"\ed38"}.ti-stars-off:before{content:"\f430"}.ti-status-change:before{content:"\f3b0"}.ti-steam:before{content:"\f24b"}.ti-steering-wheel:before{content:"\ec7b"}.ti-steering-wheel-off:before{content:"\f431"}.ti-step-into:before{content:"\ece0"}.ti-step-out:before{content:"\ece1"}.ti-stereo-glasses:before{content:"\f4cb"}.ti-stethoscope:before{content:"\edbe"}.ti-stethoscope-off:before{content:"\f432"}.ti-sticker:before{content:"\eb2f"}.ti-sticker-2:before{content:"\fd3d"}.ti-stopwatch:before{content:"\ff9b"}.ti-storm:before{content:"\f24c"}.ti-storm-off:before{content:"\f433"}.ti-stretching:before{content:"\f2db"}.ti-stretching-2:before{content:"\fa6d"}.ti-strikethrough:before{content:"\eb9e"} +.ti-submarine:before{content:"\ed94"}.ti-subscript:before{content:"\eb9f"}.ti-subtask:before{content:"\ec9f"}.ti-sum:before{content:"\eb73"}.ti-sum-off:before{content:"\f1ab"}.ti-sun:before{content:"\eb30"}.ti-sun-electricity:before{content:"\fcc2"}.ti-sun-high:before{content:"\f236"}.ti-sun-low:before{content:"\f237"}.ti-sun-moon:before{content:"\f4a3"}.ti-sun-off:before{content:"\ed63"}.ti-sun-wind:before{content:"\f238"}.ti-sunglasses:before{content:"\f239"}.ti-sunrise:before{content:"\ef1c"}.ti-sunset:before{content:"\ec31"}.ti-sunset-2:before{content:"\f23a"}.ti-superscript:before{content:"\eba0"}.ti-svg:before{content:"\f25a"}.ti-swimming:before{content:"\ec92"}.ti-swipe:before{content:"\f551"}.ti-swipe-down:before{content:"\fd5e"}.ti-swipe-left:before{content:"\fd5f"}.ti-swipe-right:before{content:"\fd60"}.ti-swipe-up:before{content:"\fd61"}.ti-switch:before{content:"\eb33"}.ti-switch-2:before{content:"\edbf"}.ti-switch-3:before{content:"\edc0"}.ti-switch-horizontal:before{content:"\eb31"}.ti-switch-vertical:before{content:"\eb32"}.ti-sword:before{content:"\f030"}.ti-sword-off:before{content:"\f434"}.ti-swords:before{content:"\f132"}.ti-table:before{content:"\eba1"}.ti-table-alias:before{content:"\f25b"}.ti-table-column:before{content:"\faff"}.ti-table-down:before{content:"\fa1c"}.ti-table-export:before{content:"\eef8"}.ti-table-heart:before{content:"\fa1d"}.ti-table-import:before{content:"\eef9"}.ti-table-minus:before{content:"\fa1e"}.ti-table-off:before{content:"\eefa"}.ti-table-options:before{content:"\f25c"}.ti-table-plus:before{content:"\fa1f"}.ti-table-row:before{content:"\fb00"}.ti-table-share:before{content:"\fa20"}.ti-table-shortcut:before{content:"\f25d"}.ti-table-spark:before{content:"\ffad"}.ti-tag:before{content:"\eb34"}.ti-tag-off:before{content:"\efc0"}.ti-tag-starred:before{content:"\fc99"}.ti-tags:before{content:"\ef86"}.ti-tags-off:before{content:"\efc1"}.ti-tallymark-1:before{content:"\ec46"}.ti-tallymark-2:before{content:"\ec47"}.ti-tallymark-3:before{content:"\ec48"}.ti-tallymark-4:before{content:"\ec49"}.ti-tallymarks:before{content:"\ec4a"}.ti-tank:before{content:"\ed95"}.ti-target:before{content:"\eb35"}.ti-target-arrow:before{content:"\f51a"}.ti-target-off:before{content:"\f1ad"}.ti-tax:before{content:"\feee"}.ti-tax-euro:before{content:"\fef0"}.ti-tax-pound:before{content:"\feef"}.ti-teapot:before{content:"\f552"}.ti-telescope:before{content:"\f07d"}.ti-telescope-off:before{content:"\f1ae"}.ti-temperature:before{content:"\eb38"}.ti-temperature-celsius:before{content:"\eb36"}.ti-temperature-fahrenheit:before{content:"\eb37"}.ti-temperature-minus:before{content:"\ebed"}.ti-temperature-off:before{content:"\f1af"}.ti-temperature-plus:before{content:"\ebee"} +.ti-temperature-snow:before{content:"\fda3"}.ti-temperature-sun:before{content:"\fda4"}.ti-template:before{content:"\eb39"}.ti-template-off:before{content:"\f1b0"}.ti-tent:before{content:"\eefb"}.ti-tent-off:before{content:"\f435"}.ti-terminal:before{content:"\ebdc"}.ti-terminal-2:before{content:"\ebef"}.ti-test-pipe:before{content:"\eb3a"}.ti-test-pipe-2:before{content:"\f0a4"}.ti-test-pipe-off:before{content:"\f1b1"}.ti-tex:before{content:"\f4e0"}.ti-text-caption:before{content:"\f4a4"}.ti-text-color:before{content:"\f2dc"}.ti-text-decrease:before{content:"\f202"}.ti-text-direction-ltr:before{content:"\eefc"}.ti-text-direction-rtl:before{content:"\eefd"}.ti-text-grammar:before{content:"\fd6d"}.ti-text-increase:before{content:"\f203"}.ti-text-orientation:before{content:"\f2a4"}.ti-text-plus:before{content:"\f2a5"}.ti-text-recognition:before{content:"\f204"}.ti-text-resize:before{content:"\ef87"}.ti-text-scan-2:before{content:"\fcc3"}.ti-text-size:before{content:"\f2b1"}.ti-text-spellcheck:before{content:"\f2a6"}.ti-text-wrap:before{content:"\ebdd"}.ti-text-wrap-column:before{content:"\feb2"}.ti-text-wrap-disabled:before{content:"\eca7"}.ti-texture:before{content:"\f51b"}.ti-theater:before{content:"\f79b"}.ti-thermometer:before{content:"\ef67"}.ti-thumb-down:before{content:"\eb3b"}.ti-thumb-down-off:before{content:"\f436"}.ti-thumb-up:before{content:"\eb3c"}.ti-thumb-up-off:before{content:"\f437"}.ti-tic-tac:before{content:"\f51c"}.ti-ticket:before{content:"\eb3d"}.ti-ticket-off:before{content:"\f1b2"}.ti-tie:before{content:"\f07e"}.ti-tilde:before{content:"\f4a5"}.ti-tilt-shift:before{content:"\eefe"}.ti-tilt-shift-off:before{content:"\f1b3"}.ti-time-duration-0:before{content:"\fad4"}.ti-time-duration-10:before{content:"\fad5"}.ti-time-duration-15:before{content:"\fad6"}.ti-time-duration-30:before{content:"\fad7"}.ti-time-duration-45:before{content:"\fad8"}.ti-time-duration-5:before{content:"\fad9"}.ti-time-duration-60:before{content:"\fada"}.ti-time-duration-90:before{content:"\fadb"}.ti-time-duration-off:before{content:"\fadc"}.ti-timeline:before{content:"\f031"}.ti-timeline-event:before{content:"\f553"}.ti-timeline-event-exclamation:before{content:"\f662"}.ti-timeline-event-minus:before{content:"\f663"}.ti-timeline-event-plus:before{content:"\f664"}.ti-timeline-event-text:before{content:"\f665"}.ti-timeline-event-x:before{content:"\f666"}.ti-timezone:before{content:"\feed"}.ti-tip-jar:before{content:"\feea"}.ti-tip-jar-euro:before{content:"\feec"}.ti-tip-jar-pound:before{content:"\feeb"}.ti-tir:before{content:"\ebf0"}.ti-toggle-left:before{content:"\eb3e"}.ti-toggle-right:before{content:"\eb3f"}.ti-toilet-paper:before{content:"\efd3"}.ti-toilet-paper-off:before{content:"\f1b4"}.ti-toml:before{content:"\fa5d"}.ti-tool:before{content:"\eb40"} +.ti-tools:before{content:"\ebca"}.ti-tools-kitchen:before{content:"\ed64"}.ti-tools-kitchen-2:before{content:"\eeff"}.ti-tools-kitchen-2-off:before{content:"\f1b5"}.ti-tools-kitchen-3:before{content:"\fd2b"}.ti-tools-kitchen-off:before{content:"\f1b6"}.ti-tools-off:before{content:"\f1b7"}.ti-tooltip:before{content:"\f2dd"}.ti-topology-bus:before{content:"\f5d9"}.ti-topology-complex:before{content:"\f5da"}.ti-topology-full:before{content:"\f5dc"}.ti-topology-full-hierarchy:before{content:"\f5db"}.ti-topology-ring:before{content:"\f5df"}.ti-topology-ring-2:before{content:"\f5dd"}.ti-topology-ring-3:before{content:"\f5de"}.ti-topology-star:before{content:"\f5e5"}.ti-topology-star-2:before{content:"\f5e0"}.ti-topology-star-3:before{content:"\f5e1"}.ti-topology-star-ring:before{content:"\f5e4"}.ti-topology-star-ring-2:before{content:"\f5e2"}.ti-topology-star-ring-3:before{content:"\f5e3"}.ti-torii:before{content:"\f59b"}.ti-tornado:before{content:"\ece2"}.ti-tournament:before{content:"\ecd0"}.ti-tower:before{content:"\f2cb"}.ti-tower-off:before{content:"\f2ca"}.ti-track:before{content:"\ef00"}.ti-tractor:before{content:"\ec0d"}.ti-trademark:before{content:"\ec0e"}.ti-traffic-cone:before{content:"\ec0f"}.ti-traffic-cone-off:before{content:"\f1b8"}.ti-traffic-lights:before{content:"\ed39"}.ti-traffic-lights-off:before{content:"\f1b9"}.ti-train:before{content:"\ed96"}.ti-transaction-bitcoin:before{content:"\fd6e"}.ti-transaction-dollar:before{content:"\fd6f"}.ti-transaction-euro:before{content:"\fd70"}.ti-transaction-pound:before{content:"\fd71"}.ti-transaction-rupee:before{content:"\fd85"}.ti-transaction-yen:before{content:"\fd72"}.ti-transaction-yuan:before{content:"\fd73"}.ti-transfer:before{content:"\fc1f"}.ti-transfer-in:before{content:"\ef2f"}.ti-transfer-out:before{content:"\ef30"}.ti-transfer-vertical:before{content:"\fc1e"}.ti-transform:before{content:"\f38e"}.ti-transform-point:before{content:"\fda9"}.ti-transform-point-bottom-left:before{content:"\fda5"}.ti-transform-point-bottom-right:before{content:"\fda6"}.ti-transform-point-top-left:before{content:"\fda7"}.ti-transform-point-top-right:before{content:"\fda8"}.ti-transition-bottom:before{content:"\f2b2"}.ti-transition-left:before{content:"\f2b3"}.ti-transition-right:before{content:"\f2b4"}.ti-transition-top:before{content:"\f2b5"}.ti-trash:before{content:"\eb41"}.ti-trash-off:before{content:"\ed65"}.ti-trash-x:before{content:"\ef88"}.ti-treadmill:before{content:"\fa6e"}.ti-tree:before{content:"\ef01"}.ti-trees:before{content:"\ec10"}.ti-trekking:before{content:"\f5ad"}.ti-trending-down:before{content:"\eb42"}.ti-trending-down-2:before{content:"\edc1"}.ti-trending-down-3:before{content:"\edc2"}.ti-trending-up:before{content:"\eb43"}.ti-trending-up-2:before{content:"\edc3"}.ti-trending-up-3:before{content:"\edc4"}.ti-triangle:before{content:"\eb44"} +.ti-triangle-inverted:before{content:"\f01d"}.ti-triangle-minus:before{content:"\fc9b"}.ti-triangle-minus-2:before{content:"\fc9a"}.ti-triangle-off:before{content:"\ef02"}.ti-triangle-plus:before{content:"\fc9d"}.ti-triangle-plus-2:before{content:"\fc9c"}.ti-triangle-square-circle:before{content:"\ece8"}.ti-triangles:before{content:"\f0a5"}.ti-trident:before{content:"\ecc5"}.ti-trolley:before{content:"\f4cc"}.ti-trophy:before{content:"\eb45"}.ti-trophy-off:before{content:"\f438"}.ti-trowel:before{content:"\f368"}.ti-truck:before{content:"\ebc4"}.ti-truck-delivery:before{content:"\ec4b"}.ti-truck-loading:before{content:"\f1da"}.ti-truck-off:before{content:"\ef03"}.ti-truck-return:before{content:"\ec4c"}.ti-txt:before{content:"\f3b1"}.ti-typeface:before{content:"\fdab"}.ti-typography:before{content:"\ebc5"}.ti-typography-off:before{content:"\f1ba"}.ti-u-turn-left:before{content:"\fea2"}.ti-u-turn-right:before{content:"\fea1"}.ti-ufo:before{content:"\f26f"}.ti-ufo-off:before{content:"\f26e"}.ti-umbrella:before{content:"\ebf1"}.ti-umbrella-2:before{content:"\ff0e"}.ti-umbrella-closed:before{content:"\ff0c"}.ti-umbrella-closed-2:before{content:"\ff0d"}.ti-umbrella-off:before{content:"\f1bb"}.ti-underline:before{content:"\eba2"}.ti-universe:before{content:"\fcc4"}.ti-unlink:before{content:"\eb46"}.ti-upload:before{content:"\eb47"}.ti-urgent:before{content:"\eb48"}.ti-usb:before{content:"\f00c"}.ti-user:before{content:"\eb4d"}.ti-user-bitcoin:before{content:"\ff30"}.ti-user-bolt:before{content:"\f9d1"}.ti-user-cancel:before{content:"\f9d2"}.ti-user-check:before{content:"\eb49"}.ti-user-circle:before{content:"\ef68"}.ti-user-code:before{content:"\f9d3"}.ti-user-cog:before{content:"\f9d4"}.ti-user-dollar:before{content:"\f9d5"}.ti-user-down:before{content:"\f9d6"}.ti-user-edit:before{content:"\f7cc"}.ti-user-exclamation:before{content:"\ec12"}.ti-user-heart:before{content:"\f7cd"}.ti-user-hexagon:before{content:"\fc4e"}.ti-user-minus:before{content:"\eb4a"}.ti-user-off:before{content:"\ecf9"}.ti-user-pause:before{content:"\f9d7"}.ti-user-pentagon:before{content:"\fc4f"}.ti-user-pin:before{content:"\f7ce"}.ti-user-plus:before{content:"\eb4b"}.ti-user-question:before{content:"\f7cf"}.ti-user-scan:before{content:"\fcaf"}.ti-user-screen:before{content:"\fea0"}.ti-user-search:before{content:"\ef89"}.ti-user-share:before{content:"\f9d8"}.ti-user-shield:before{content:"\f7d0"}.ti-user-square:before{content:"\fc51"}.ti-user-square-rounded:before{content:"\fc50"}.ti-user-star:before{content:"\f7d1"}.ti-user-up:before{content:"\f7d2"}.ti-user-x:before{content:"\eb4c"}.ti-users:before{content:"\ebf2"}.ti-users-group:before{content:"\fa21"}.ti-users-minus:before{content:"\fa0e"}.ti-users-plus:before{content:"\fa0f"} +.ti-uv-index:before{content:"\f3b2"}.ti-ux-circle:before{content:"\f369"}.ti-vaccine:before{content:"\ef04"}.ti-vaccine-bottle:before{content:"\ef69"}.ti-vaccine-bottle-off:before{content:"\f439"}.ti-vaccine-off:before{content:"\f1bc"}.ti-vacuum-cleaner:before{content:"\f5e6"}.ti-variable:before{content:"\ef05"}.ti-variable-minus:before{content:"\f36a"}.ti-variable-off:before{content:"\f1bd"}.ti-variable-plus:before{content:"\f36b"}.ti-vector:before{content:"\eca9"}.ti-vector-bezier:before{content:"\ef1d"}.ti-vector-bezier-2:before{content:"\f1a3"}.ti-vector-bezier-arc:before{content:"\f4cd"}.ti-vector-bezier-circle:before{content:"\f4ce"}.ti-vector-off:before{content:"\f1be"}.ti-vector-spline:before{content:"\f565"}.ti-vector-triangle:before{content:"\eca8"}.ti-vector-triangle-off:before{content:"\f1bf"}.ti-venus:before{content:"\ec86"}.ti-versions:before{content:"\ed52"}.ti-versions-off:before{content:"\f1c0"}.ti-video:before{content:"\ed22"}.ti-video-minus:before{content:"\ed1f"}.ti-video-off:before{content:"\ed20"}.ti-video-plus:before{content:"\ed21"}.ti-view-360:before{content:"\ed84"}.ti-view-360-arrow:before{content:"\f62f"}.ti-view-360-number:before{content:"\f566"}.ti-view-360-off:before{content:"\f1c1"}.ti-viewfinder:before{content:"\eb4e"}.ti-viewfinder-off:before{content:"\f1c2"}.ti-viewport-narrow:before{content:"\ebf3"}.ti-viewport-short:before{content:"\fee9"}.ti-viewport-tall:before{content:"\fee8"}.ti-viewport-wide:before{content:"\ebf4"}.ti-vinyl:before{content:"\f00d"}.ti-vip:before{content:"\f3b3"}.ti-vip-off:before{content:"\f43a"}.ti-virus:before{content:"\eb74"}.ti-virus-off:before{content:"\ed66"}.ti-virus-search:before{content:"\ed67"}.ti-vocabulary:before{content:"\ef1e"}.ti-vocabulary-off:before{content:"\f43b"}.ti-volcano:before{content:"\f79c"}.ti-volume:before{content:"\eb51"}.ti-volume-2:before{content:"\eb4f"}.ti-volume-3:before{content:"\eb50"}.ti-volume-off:before{content:"\f1c3"}.ti-vs:before{content:"\fc52"}.ti-walk:before{content:"\ec87"}.ti-wall:before{content:"\ef7a"}.ti-wall-off:before{content:"\f43c"}.ti-wallet:before{content:"\eb75"}.ti-wallet-off:before{content:"\f1c4"}.ti-wallpaper:before{content:"\ef56"}.ti-wallpaper-off:before{content:"\f1c5"}.ti-wand:before{content:"\ebcb"}.ti-wand-off:before{content:"\f1c6"}.ti-wash:before{content:"\f311"}.ti-wash-dry:before{content:"\f304"}.ti-wash-dry-1:before{content:"\f2fa"}.ti-wash-dry-2:before{content:"\f2fb"}.ti-wash-dry-3:before{content:"\f2fc"}.ti-wash-dry-a:before{content:"\f2fd"}.ti-wash-dry-dip:before{content:"\f2fe"}.ti-wash-dry-f:before{content:"\f2ff"}.ti-wash-dry-flat:before{content:"\fa7f"}.ti-wash-dry-hang:before{content:"\f300"}.ti-wash-dry-off:before{content:"\f301"}.ti-wash-dry-p:before{content:"\f302"} +.ti-wash-dry-shade:before{content:"\f303"}.ti-wash-dry-w:before{content:"\f322"}.ti-wash-dryclean:before{content:"\f305"}.ti-wash-dryclean-off:before{content:"\f323"}.ti-wash-eco:before{content:"\fa80"}.ti-wash-gentle:before{content:"\f306"}.ti-wash-hand:before{content:"\fa81"}.ti-wash-machine:before{content:"\f25e"}.ti-wash-off:before{content:"\f307"}.ti-wash-press:before{content:"\f308"}.ti-wash-temperature-1:before{content:"\f309"}.ti-wash-temperature-2:before{content:"\f30a"}.ti-wash-temperature-3:before{content:"\f30b"}.ti-wash-temperature-4:before{content:"\f30c"}.ti-wash-temperature-5:before{content:"\f30d"}.ti-wash-temperature-6:before{content:"\f30e"}.ti-wash-tumble-dry:before{content:"\f30f"}.ti-wash-tumble-off:before{content:"\f310"}.ti-waterpolo:before{content:"\fa6f"}.ti-wave-saw-tool:before{content:"\ecd3"}.ti-wave-sine:before{content:"\ecd4"}.ti-wave-square:before{content:"\ecd5"}.ti-waves-electricity:before{content:"\fcc5"}.ti-webhook:before{content:"\f01e"}.ti-webhook-off:before{content:"\f43d"}.ti-weight:before{content:"\f589"}.ti-wheel:before{content:"\fc64"}.ti-wheelchair:before{content:"\f1db"}.ti-wheelchair-off:before{content:"\f43e"}.ti-whirl:before{content:"\f51d"}.ti-wifi:before{content:"\eb52"}.ti-wifi-0:before{content:"\eba3"}.ti-wifi-1:before{content:"\eba4"}.ti-wifi-2:before{content:"\eba5"}.ti-wifi-off:before{content:"\ecfa"}.ti-wind:before{content:"\ec34"}.ti-wind-electricity:before{content:"\fcc6"}.ti-wind-off:before{content:"\f1c7"}.ti-windmill:before{content:"\ed85"}.ti-windmill-off:before{content:"\f1c8"}.ti-window:before{content:"\ef06"}.ti-window-maximize:before{content:"\f1f1"}.ti-window-minimize:before{content:"\f1f2"}.ti-window-off:before{content:"\f1c9"}.ti-windsock:before{content:"\f06d"}.ti-wiper:before{content:"\ecab"}.ti-wiper-wash:before{content:"\ecaa"}.ti-woman:before{content:"\eb53"}.ti-wood:before{content:"\f359"}.ti-world:before{content:"\eb54"}.ti-world-bolt:before{content:"\f9d9"}.ti-world-cancel:before{content:"\f9da"}.ti-world-check:before{content:"\f9db"}.ti-world-code:before{content:"\f9dc"}.ti-world-cog:before{content:"\f9dd"}.ti-world-dollar:before{content:"\f9de"}.ti-world-down:before{content:"\f9df"}.ti-world-download:before{content:"\ef8a"}.ti-world-exclamation:before{content:"\f9e0"}.ti-world-heart:before{content:"\f9e1"}.ti-world-latitude:before{content:"\ed2e"}.ti-world-longitude:before{content:"\ed2f"}.ti-world-minus:before{content:"\f9e2"}.ti-world-off:before{content:"\f1ca"}.ti-world-pause:before{content:"\f9e3"}.ti-world-pin:before{content:"\f9e4"}.ti-world-plus:before{content:"\f9e5"}.ti-world-question:before{content:"\f9e6"}.ti-world-search:before{content:"\f9e7"}.ti-world-share:before{content:"\f9e8"}.ti-world-star:before{content:"\f9e9"} +.ti-world-up:before{content:"\f9ea"}.ti-world-upload:before{content:"\ef8b"}.ti-world-www:before{content:"\f38f"}.ti-world-x:before{content:"\f9eb"}.ti-wrecking-ball:before{content:"\ed97"}.ti-writing:before{content:"\ef08"}.ti-writing-off:before{content:"\f1cb"}.ti-writing-sign:before{content:"\ef07"}.ti-writing-sign-off:before{content:"\f1cc"}.ti-x:before{content:"\eb55"}.ti-x-power-y:before{content:"\10072"}.ti-xbox-a:before{content:"\f2b6"}.ti-xbox-b:before{content:"\f2b7"}.ti-xbox-x:before{content:"\f2b8"}.ti-xbox-y:before{content:"\f2b9"}.ti-xd:before{content:"\fa33"}.ti-xxx:before{content:"\fc20"}.ti-yin-yang:before{content:"\ec35"}.ti-yoga:before{content:"\f01f"}.ti-zeppelin:before{content:"\f270"}.ti-zeppelin-off:before{content:"\f43f"}.ti-zip:before{content:"\f3b4"}.ti-zodiac-aquarius:before{content:"\ecac"}.ti-zodiac-aries:before{content:"\ecad"}.ti-zodiac-cancer:before{content:"\ecae"}.ti-zodiac-capricorn:before{content:"\ecaf"}.ti-zodiac-gemini:before{content:"\ecb0"}.ti-zodiac-leo:before{content:"\ecb1"}.ti-zodiac-libra:before{content:"\ecb2"}.ti-zodiac-pisces:before{content:"\ecb3"}.ti-zodiac-sagittarius:before{content:"\ecb4"}.ti-zodiac-scorpio:before{content:"\ecb5"}.ti-zodiac-taurus:before{content:"\ecb6"}.ti-zodiac-virgo:before{content:"\ecb7"}.ti-zoom:before{content:"\fdaa"}.ti-zoom-cancel:before{content:"\ec4d"}.ti-zoom-check:before{content:"\ef09"}.ti-zoom-code:before{content:"\f07f"}.ti-zoom-exclamation:before{content:"\f080"}.ti-zoom-in:before{content:"\eb56"}.ti-zoom-in-area:before{content:"\f1dc"}.ti-zoom-money:before{content:"\ef0a"}.ti-zoom-out:before{content:"\eb57"}.ti-zoom-out-area:before{content:"\f1dd"}.ti-zoom-pan:before{content:"\f1de"}.ti-zoom-question:before{content:"\edeb"}.ti-zoom-replace:before{content:"\f2a7"}.ti-zoom-reset:before{content:"\f295"}.ti-zoom-scan:before{content:"\fcb0"}.ti-zzz:before{content:"\f228"}.ti-zzz-off:before{content:"\f440"}.ti-123:before{content:"\f554"}.ti-360:before{content:"\f62f"}.ti-code-asterix:before{content:"\f312"}.ti-discount-2:before{content:"\ee7c"}.ti-discount-2-off:before{content:"\f3e6"}.ti-discount-check:before{content:"\f1f8"}.ti-hand-rock:before{content:"\ee97"}.ti-sort-deacending-small-big:before{content:"\fd96"}.ti-shi-jumping:before{content:"\fa6c"}.ti-box-seam:before{content:"\eaff"}.ti-kering:before{content:"\efb8"}.ti-2fa:before{content:"\eca0"}.ti-3d-cube-sphere:before{content:"\ecd7"}.ti-3d-cube-sphere-off:before{content:"\f3b5"}.ti-3d-rotate:before{content:"\f020"}.ti-12-hours:before{content:"\fc53"}.ti-24-hours:before{content:"\f5e7"}.ti-360-view:before{content:"\f566"}.ti-circle-0:before{content:"\ee34"}.ti-circle-1:before{content:"\ee35"}.ti-circle-2:before{content:"\ee36"} +.ti-circle-3:before{content:"\ee37"}.ti-circle-4:before{content:"\ee38"}.ti-circle-5:before{content:"\ee39"}.ti-circle-6:before{content:"\ee3a"}.ti-circle-7:before{content:"\ee3b"}.ti-circle-8:before{content:"\ee3c"}.ti-circle-9:before{content:"\ee3d"}.ti-hexagon-0:before{content:"\f459"}.ti-hexagon-1:before{content:"\f45a"}.ti-hexagon-2:before{content:"\f45b"}.ti-hexagon-3:before{content:"\f45c"}.ti-hexagon-4:before{content:"\f45d"}.ti-hexagon-5:before{content:"\f45e"}.ti-hexagon-6:before{content:"\f45f"}.ti-hexagon-7:before{content:"\f460"}.ti-hexagon-8:before{content:"\f461"}.ti-hexagon-9:before{content:"\f462"}.ti-square-0:before{content:"\eee5"}.ti-square-1:before{content:"\eee6"}.ti-square-2:before{content:"\eee7"}.ti-square-3:before{content:"\eee8"}.ti-square-4:before{content:"\eee9"}.ti-square-5:before{content:"\eeea"}.ti-square-6:before{content:"\eeeb"}.ti-square-7:before{content:"\eeec"}.ti-square-8:before{content:"\eeed"}.ti-square-9:before{content:"\eeee"}.ti-message-circle-2:before{content:"\eaed"}.ti-mood-suprised:before{content:"\ec04"}.ti-circle-dashed-letter-letter-v:before{content:"\ff84"} \ No newline at end of file diff --git a/assets/css/main.css.map b/assets/css/main.css.map index 963a4639..b8a4c612 100644 --- a/assets/css/main.css.map +++ b/assets/css/main.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../_sass/_themes.scss","../../_sass/_variables.scss","../../_sass/_layout.scss","main.scss","../../_sass/_base.scss","../../_sass/_distill.scss","../../_sass/_cv.scss","../../_sass/_tabs.scss","../../_sass/_typograms.scss","../../_sass/font-awesome/fontawesome.scss","../../_sass/font-awesome/_core.scss","../../_sass/font-awesome/_sizing.scss","../../_sass/font-awesome/_mixins.scss","../../_sass/font-awesome/_fixed-width.scss","../../_sass/font-awesome/_variables.scss","../../_sass/font-awesome/_list.scss","../../_sass/font-awesome/_bordered-pulled.scss","../../_sass/font-awesome/_animated.scss","../../_sass/font-awesome/_rotated-flipped.scss","../../_sass/font-awesome/_stacked.scss","../../_sass/font-awesome/_icons.scss","../../_sass/font-awesome/_screen-reader.scss","../../_sass/font-awesome/brands.scss","../../_sass/font-awesome/solid.scss","../../_sass/font-awesome/regular.scss","../../_sass/tabler-icons/tabler-icons.scss","../../_sass/tabler-icons/tabler-icons-filled.scss","../../_sass/tabler-icons/tabler-icons-outline.scss"],"names":[],"mappings":"CAMA,MACE,2BACA,gDACA,6BACA,mCACA,8BACA,8BACA,mCACA,kCACA,oCACA,oCACA,oCACA,2CACA,gCACA,kCACA,oDAMA,yCACA,sCACA,wCAEA,4BACA,+BACA,iCACA,kCACA,gCACA,mCACA,qCACA,sCACA,4BACA,kCACA,iCACA,kCAEA,2BACE,kBACA,iBACA,cAGF,yBACE,aAGF,0BACE,aAGF,kBACE,cAGF,iBACE,aAGF,mBACE,2CACA,8CACA,OCtBiB,KDuBjB,MCtBgB,KDuBhB,OCtBmB,KDuBnB,MCvBmB,KDwBnB,QC3BkB,GD+BtB,sBACE,2BACA,gCACA,6BACA,mCACA,8BACA,8BACA,mCACA,kCACA,oCACA,oCACA,oCACA,gCACA,gCACA,0DAMA,yCACA,sCACA,wCAEA,4BACA,+BACA,iCACA,kCACA,gCACA,mCACA,qCACA,sCACA,4BACA,kCACA,iCACA,kCAEA,kCACE,aAGF,iCACE,cAgDF,mDACE,aAGF,iDACE,kBACA,iBACA,cAGF,kDACE,aAGF,2CACE,2CACA,8CAKF,oDACE,aAGF,kDACE,aAGF,mDACE,kBACA,iBACA,cEnMJ,KACE,oBACA,+BACA,wCAEA,gDAME,uBAIJ,mBAEE,iBAGF,0BAEE,iBAGF,WACE,UC3BkB,MDgClB,aACE,WE9BJ,0CAYE,+BAGF,GACE,iDAKA,kBAEE,eACA,uBAGF,SACE,iBAIJ,gBAEE,gCAEA,4BACE,gCACA,0BAGF,0FACE,WAIJ,YACE,+BAEA,2BACE,wDAkFJ,WACE,kCACA,gDACA,eACA,YACA,iBAEA,aACE,mBAEA,wBACE,gBAKJ,qBACE,qCACA,4CAEA,mGAIE,mCACA,mBAEA,+IACE,gBAIJ,gJAME,oCAIJ,yBACE,yCACA,gDAEA,mHAIE,uCACA,mBAEA,+JACE,gBAIJ,wKAME,wCAIJ,wBACE,wCACA,+CAEA,+GAIE,sCACA,mBAEA,2JACE,gBAIJ,kKAME,uCAON,aACE,qBAIF,mBAEE,4BAGF,kCACE,iCACA,sBAKF,UACE,mBACA,kBAKF,SACE,kBACA,kBACA,qBACA,kBAKF,MACE,6CAEA,gBACE,WACA,oBAGF,kBACE,+BAGF,iBACE,wCAMJ,2BAEE,gCAKF,SACE,WAEA,oBACE,kBACA,eACA,sBAEA,sBACE,qBACA,SAKN,qBACE,iBAGF,oBACE,kBAGF,yBACE,SACE,UAGE,oBACE,eAMR,kBACE,mBACA,kBAEA,oBACE,cAEA,0BACE,gCACA,qBAON,QACE,gBACA,oDACA,wCACA,YAGF,uBACE,wCACA,6CAEA,sCACE,+BAGF,+BACE,gCAGF,yCACE,4DAIJ,eACE,+BAEA,qBACE,gCACA,wCAMA,6BACE,qBAIJ,mCACE,+BAGF,qDACE,+BAEA,2DACE,gCAIJ,4DACE,yBACA,mBACA,gCAEA,kEACE,gCAIJ,0CACE,iBACA,cACA,iBAGE,gDACE,aACA,cACA,oBAIF,gDACE,aACA,cACA,oBAEA,sDACE,aACA,cAIJ,sDACE,+BACA,wCAIA,4DACE,gCAQR,0BACE,cACA,WACA,WACA,0CACA,kBACA,kBACA,mBAGF,yBACE,wBACA,yBAGF,4BACE,UAGF,4BACE,yBACA,yBAKF,mCACE,oBAGF,sCACE,UAGF,sCACE,oBAIJ,6BAEE,UACA,SACA,yBACA,+BAEA,yCACE,gCAMJ,QACE,kBAEA,uBACE,eAGE,6BACE,aACA,cACA,mBAGF,6BACE,aACA,YACA,oBAEA,mCACE,aACA,cAIJ,mCACE,+BACA,wCAGF,+BACE,qBAEA,yCACE,gCAMR,sBACE,gBAIJ,cACE,aACA,eACA,UACA,kBACA,OACA,MACA,WACA,YACA,cACA,sBACA,gCAGF,kBACE,cACA,kBACA,QACA,SACA,UACA,gBACA,gCAGF,0CACE,kBACE,YAKJ,oBACE,+CACA,iBAEA,+BACE,sCACA,gBACA,mBACA,kBAGF,sBACE,sCAEA,4BACE,gCACA,qBAKN,qBACE,iDACA,iBACA,oBACA,gBAEA,gCACE,kBAMJ,IACE,mBAEA,UACE,6CACA,6CAEA,2BACE,yBACA,yCAEA,kCACE,6CACA,sDAMR,cACE,+BACA,YACA,+BAGF,aACE,WACA,6CAKF,yBACE,MACE,eAMJ,YACE,oDACA,kBACA,iBACA,oBAEA,eACE,gCACA,eAIJ,mBACE,oDACA,kBACA,iBAEA,sBACE,uBACA,kBAEA,iDAEE,gBACA,qBACA,mBACA,qCAMJ,mDACE,cAIJ,WACE,SACA,mBACA,UAEA,cACE,oDACA,gBACA,iBACA,oBAEA,yBACE,qCACA,kBACA,gBAGF,yBACE,qCACA,kBACA,mBACA,iBAGF,gBACE,+BACA,qBAEA,sBACE,gCAIJ,qDACE,cAOF,kCACE,+BACA,uBAEA,wCACE,MH3rBM,KG+rBV,yCACE,MHjsBQ,KGksBR,2CAEA,+CACE,2CASN,iBACE,8CACA,qBAOF,YACE,qBAGE,8BACE,gCAMJ,oBACE,WAIJ,eACE,oBAGF,2CAEE,YACA,mBAGF,sBACE,kCACA,oDACA,kBACA,gBACA,mBACA,iBAMJ,cACE,gBAEA,iBACE,gCACA,eACA,kBACA,eACA,kBAGF,iBACE,mBAEA,sBACE,iBAIJ,8BACE,kCACA,iDACA,iBACA,gBACA,iBAGF,8BACE,gBACA,UACA,aAEA,iCACE,mBAIA,uCACE,oBAEA,4CACE,qBACA,2CACA,oBAEA,8CACE,WAEA,oDACE,qBAKN,8CACE,2CACA,2CAIJ,wCACE,mBAIA,2CACE,mDAEA,iDACE,0BACA,qBAIJ,4CACE,wBACA,kBAGF,2DACE,qCACA,wDACA,eAEA,iEACE,+BACA,kDAMJ,8CACE,+BACA,0CACA,kBACA,mBACA,mBACA,sBACA,cAEA,oDACE,gCACA,uCAIJ,oDACE,2CAIJ,yCACE,qBAEA,8CACE,qBACA,MHj3BI,KGk3BJ,YACA,oBACA,sBAEA,oDACE,0BAKN,yCACE,kBACA,eACA,gBACA,mBACA,8BACA,0BACA,yBACA,wBACA,yBAEA,2CACE,kBACA,YAGF,6CACE,cACA,kBACA,aAIJ,8CACE,iBACA,8BACA,0BACA,yBACA,wBACA,yBAGF,qDACE,yCAGF,0DACE,sCAIJ,+CACE,yCAGF,oDACE,2CAmCN,iBACE,gBACA,WACA,eACA,kBACA,gBACA,uCAEA,uBACE,SACA,UACA,YACA,WACA,iBACA,yBAEA,0BACE,UACA,YACA,mBAEA,iCAEE,WACA,eACA,eACA,2BACA,wCAEA,qCACE,SACA,aACA,iBACA,qBACA,iBAEA,gBACA,gBAIJ,+BAEE,WAEA,mCACE,SACA,aAEA,qBACA,qBACA,yBACA,iBASR,eACE,SACA,aAEA,qBACA,qBACA,yBAKJ,mFAIE,gCACA,8BAKA,iBACE,qCACA,kBACA,gBAGF,iBACE,qCACA,kBACA,mBACA,oBAEA,mBACE,qCACA,qBAEA,yBACE,gCAMR,SAEE,eACA,OACA,SACA,WAGA,WACA,WAGA,wBACA,qBACA,gBAGA,YAGA,+BAGA,gCAGF,+BACE,+BAGF,iCACE,2CAGF,4BACE,2CAGF,oBACE,WACA,+BACA,eACA,SACA,OACA,WACA,cAGF,cACE,2CACA,SACA,cACA,eAIF,sBACE,kBAEA,4BACE,uCACA,oCACA,oBACA,kBACA,+BACA,iBACA,UACA,kBACA,YACA,UAGF,uGAGE,gCACA,UAKF,yBACE,gBACA,wBAGF,mDACE,6CAEA,8DACE,cAGF,gEACE,mDACA,+BAGF,yDACE,sDACA,gDAIJ,mCACE,wCAGF,mCACE,wCACA,+BAEA,yCACE,gCAIJ,oFAEE,2CACA,gDAEA,gGACE,qCAMN,qBACE,SAEA,oCACE,iBAGF,+BACE,+BACA,iBAEA,qCACE,gCACA,4CAIJ,sCACE,gCACA,4CACA,iBAEA,4CACE,gCACA,4CAMN,yBAGE,qBACE,kBACA,SACA,OAKF,kBACE,qCACA,qBAEA,6BACE,gBACA,uBACA,mBAGF,wBACE,gCAEA,oCACE,gCAKN,2BACE,qCACA,kBACA,gBACA,kBAIJ,UACE,wBAGF,gDAEE,YAGF,aACE,UAGF,SACE,aACA,WAGF,KACE,aACA,WAGF,iBACE,qDACA,qDACA,oEAIA,uBACE,cACA,8CACA,iDAGF,yDACE,iDAMJ,WACE,gDACA,uBACA,iDACA,sBAGF,8BACE,uCAGF,sCACE,kCAIF,2BACE,mBAGF,iBACE,aACA,mBACA,mBACA,WAGF,6CAEE,0CACA,6CACA,qDACA,aACA,wBACA,WACA,gBACA,gBACA,sBACA,uCACA,kBACA,iBAGF,6BACE,kDAGF,wBACE,qCACA,6BACA,aACA,kBACA,gBACA,mBACA,YACA,mBACA,mBACA,iBACA,uCACA,kBACA,kBACA,kBACA,gBACA,iBACA,YACA,eAGF,2BACE,qCACA,6BACA,aACA,kBACA,gBACA,mBACA,YACA,mBACA,mBACA,iBACA,uCACA,kBACA,kBACA,kBACA,gBACA,iBACA,YACA,eACA,kBAGF,oBACE,+BACA,aACA,mBACA,WAGF,kBACE,gCACA,aACA,mBACA,WAGF,wBACE,gCACA,iBACA,kBACA,aACA,yBACA,YACA,eAGF,yBAEE,gHAKE,0BAGF,2BACE,kBACA,kBAKJ,SACE,wCACA,yCAEA,yBACE,+BACA,oDAGF,uBACE,+BAOF,8BACE,wCAIF,8BACE,6CAOF,iCACE,2CAIF,iCACE,gDAKJ,oBACE,2CACA,+BCh/CF,SACE,wDAGF,YACE,0CAGF,gCAEE,0CACA,4CACE,2CAIJ,UACE,wDACA,uHASE,0CAEF,6FAME,2DAEF,YACE,2CACA,kBACE,2CAGJ,cACE,eAEF,qBACE,2DAIF,kBACE,+BACA,6CACA,aACA,iBACA,kBACA,kBACA,cACA,mBACA,iBACA,cACA,eACA,0BACE,gCAEF,oBACE,iBACA,oBAIJ,qBACE,iBACA,gBACA,qBACA,iBACA,eACA,iBACA,kBACA,mDACA,qBACA,iBACA,eACA,aACA,sBACE,8EAIF,yBACE,gBACA,2BACE,8BACA,iCACE,4DAGJ,4BACE,aACA,kBAEF,6BACE,cACA,aACA,mBACA,qBACA,iBAEF,4BACE,iBACA,aACA,kBACA,qBACA,+BACE,oBAIN,iCACE,kBAEF,8BACE,mDACA,qBAIJ,qBACE,uBAIJ,WACE,wDACA,iDACA,4CAGE,iDAEF,4CAEE,iDACA,wDACE,2CAKN,0BAEI,qBACE,cACA,oBACA,mBACA,oBACA,kBACA,iBACA,WACA,6CACA,yBACE,kBClKR,0BACE,mBAGF,eACE,0CAEA,oCAEE,YAIJ,QACE,0CACA,qDACA,sBACA,kBACA,mBACA,mBACA,sBACA,qBACA,gBACA,gBACA,kBACA,sBACA,yBACA,mBAGF,cACE,2CACA,kDACA,gCAOF,WACE,gBACA,mBAGF,eACE,gCACA,gBAGF,kBACE,gCACA,iBACA,mBAGF,iBACE,gCACA,gBACA,mBAGF,kBACE,mBAGF,cACE,gBAGF,oBACE,aACA,mBACA,eACA,mBACA,2BACA,gBACA,oBAOF,kBACE,aACA,mBACA,eACA,mBACA,2BAOF,gBACE,aACA,eACA,2BACA,mBACA,qBAGF,eACE,aACA,eACA,sBACA,uBACA,mBAGF,uBACE,gCACA,oBAGF,4BACE,gBACA,gCACA,aACA,oBAGF,mBACE,gBAGF,oBACE,gBACA,mBAGF,qBACE,gBACA,mBACA,kBAGF,kBACE,gBACA,mBAGF,mBACE,mBAOF,SACE,cACA,kBACA,UACA,kBAGF,YACE,gBACA,mBAGF,eACE,kBACA,kBACA,+BACA,2BAGF,eACE,6BACA,2CACA,sBACA,oCACA,2BACA,qBACA,wBAGF,uBACE,WACA,kBACA,UACA,oCACA,SACA,UACA,kBACA,SACA,YClMF,KACE,aACA,eACA,kBACA,UACA,gBACA,kBAGF,OACE,UACA,kBACA,kBAGF,SACE,cACA,kBACA,iBACA,qCACA,sCACA,kCACA,eACA,yBACA,iCACA,iBAGF,eACE,+BACA,uCAGF,UACE,qBACA,eAGF,aACE,UAGF,gBACE,aAEF,uBACE,cC7CA,mBACE,cAGF,0EAGE,gCAGF,wBACE,eAGF,0BACE,MAGF,wBACE,UACA,WAGF,+DAIE,YACE,wBAEF,cACA,mBACA,2BACA,gBACA,8BAGF,oBACE,mBACA,gBAGF,uCACE,8BACA,WAGF,uCACE,gCACA,gBACA,oBACA,8BACA,WAGF,kBACE,eAGF,2CACE,8BACA,gCACA,WAGF,kBACE,gCAEA,oBACA,8BAGF,4EAEE,YAGF,2GAGE,YAGF,qCACE,SACA,WASF,sEAEE,YACA,SAGF,oCACE,WAGF,oCACE,gBAGF,oBACE,eACA,oBACA,gCAGF,uCACE,YACA,WAGF,yCACE,eACA,oBACA,YACA,gCAGF,0BACE,mBACA,2BCjIJ;AAAA;AAAA;AAAA;AAAA,GCGA,IACE,0DACA,iCAGF,oDAOE,kCACA,mCACA,wCACA,kBACA,oBACA,cACA,oBAGF,4GAOE,kBAGF,4CAKE,kCAEF,gBAEE,oCCtCA,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,QACE,eAMF,QCIA,iBACA,iBACA,sBDNA,OCIA,gBACA,0BACA,sBDNA,OCIA,iBACA,0BACA,6BDNA,OCIA,iBACA,kBACA,uBDNA,OCIA,gBACA,0BACA,wBDNA,QCIA,cACA,qBACA,yBCfF,OACE,kBACA,MCO0B,OCT5B,OACE,qBACA,uCACA,eAEA,4BAGF,OACE,sCACA,kBACA,kBACA,8BACA,oBCbF,WACE,0CACA,6CACA,2CACA,4CACA,sDAGF,cACE,WACA,0CAGF,eACE,YACA,yCCfF,SACE,uBACA,8CACA,0DACA,oDACA,wEACA,kEAGF,WACE,yBACA,8CACA,0DACA,oDACA,wEACA,wFAGF,SACE,uBACA,8CACA,0DACA,oDACA,wEACA,mFAGF,cACE,4BACA,8CACA,0DACA,oDACA,wEACA,mFAGF,SACE,uBACA,8CACA,0DACA,oDACA,wEACA,kEAGF,UACE,wBACA,8CACA,0DACA,oDACA,wEACA,6DAGF,SACE,uBACA,8CACA,0DACA,oDACA,wEACA,6DAGF,iBACE,kCAGF,yBAEE,uBACA,0DACA,oDACA,wEACA,+DAMF,uCACE,gGASE,qBACA,uBACA,4BACA,oBACA,wBAIJ,mBACE,0BACA,iDAGF,qBACE,uCACA,4GACA,wIACA,4GACA,yEACA,wCACA,0CAGF,mBACE,yCAGF,wBACE,QACE,yCACA,mBAEF,IACE,UACA,mDAIJ,mBACE,IACE,kHAIJ,oBACE,4BACA,2BACA,gCACA,gCACA,6BACA,4BACA,6BACA,4BACA,iCAGF,mBACE,0BACA,+BCnJF,cACE,wBAGF,eACE,yBAGF,eACE,yBAGF,oBACE,uBAGF,kBACE,uBAGF,mDAEE,wBAGF,cACE,4CC1BF,UACE,qBACA,WACA,gBACA,kBACA,eLsC0B,OKrC1B,MLsC0B,MKnC5B,0BAEE,OACA,kBACA,kBACA,WACA,sCAGF,aACE,oBAGF,aACE,cAGF,YACE,8BCvBA,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,cACE,SACA,cAFF,qBACE,SACA,cAFF,yBACE,SACA,cAFF,yBACE,SACA,cAFF,OACE,UACA,gBAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,qCACE,SACA,cAFF,iBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,wBACE,SACA,cAFF,gCACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,cACE,SACA,cAFF,uBACE,SACA,cAFF,iBACE,SACA,cAFF,SACE,SACA,cAFF,SACE,SACA,cAFF,UACE,SACA,cAFF,4BACE,SACA,cAFF,2BACE,SACA,cAFF,yBACE,SACA,cAFF,wBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,qBACE,SACA,cAFF,8BACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,8BACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,mBACE,SACA,cAFF,SACE,SACA,cAFF,wBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,6BACE,SACA,cAFF,mBACE,SACA,cAFF,8BACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,4BACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,MACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,sBACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,8BACE,SACA,cAFF,iBACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,yBACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,oBACE,SACA,cAFF,mBACE,SACA,cAFF,sBACE,SACA,cAFF,0BACE,SACA,cAFF,4BACE,SACA,cAFF,uBACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,MACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,yBACE,SACA,cAFF,eACE,SACA,cAFF,QACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,kBACE,SACA,cAFF,0BACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,qBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,6BACE,SACA,cAFF,yBACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,QACE,SACA,cAFF,mBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,iCACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,yBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,wBACE,SACA,cAFF,SACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,6BACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,wBACE,SACA,cAFF,6BACE,SACA,cAFF,aACE,SACA,cAFF,wBACE,SACA,cAFF,wBACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,wBACE,SACA,cAFF,sBACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,0BACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,UACA,gBAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,sBACE,SACA,cAFF,qBACE,SACA,cAFF,cACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,QACE,SACA,cAFF,+BACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,uBACE,SACA,cAFF,mBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,oBACE,SACA,cAFF,wBACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,OACE,SACA,cAFF,SACE,SACA,cAFF,uBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,wBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,WACE,SACA,cAFF,MACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,MACE,SACA,cAFF,0BACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,sBACE,SACA,cAFF,0BACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,iCACE,SACA,cAFF,YACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,MACE,SACA,cAFF,MACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,oBACE,SACA,cAFF,0BACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,2BACE,SACA,cAFF,wBACE,SACA,cAFF,wBACE,SACA,cAFF,MACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,8BACE,SACA,cAFF,SACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,sBACE,SACA,cAFF,gBACE,SACA,cAFF,mBACE,SACA,cAFF,MACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,wBACE,SACA,cAFF,QACE,SACA,cAFF,WACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,QACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,sBACE,SACA,cAFF,qBACE,SACA,cAFF,WACE,SACA,cAFF,2BACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,wBACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,wBACE,SACA,cAFF,6BACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,UACE,SACA,cAFF,2BACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,WACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,yBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,qBACE,SACA,cAFF,iBACE,SACA,cAFF,qBACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,MACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,cACE,SACA,cAFF,6BACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,SACE,SACA,cAFF,yBACE,SACA,cAFF,SACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,wBACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,QACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,+BACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,QACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,QACE,SACA,cAFF,SACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,qBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,mBACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,WACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,qBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,YACE,SACA,cAFF,2CACE,SACA,cAFF,kBACE,SACA,cAFF,QACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,2BACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,4BACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,yBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,gBACE,SACA,cAFF,wBACE,SACA,cAFF,0BACE,SACA,cAFF,yBACE,SACA,cAFF,aACE,SACA,cAFF,WACE,SACA,cAFF,QACE,SACA,cAFF,sBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,sBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,UACE,SACA,cAFF,0BACE,SACA,cAFF,wBACE,SACA,cAFF,cACE,SACA,cAFF,uBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,qBACE,SACA,cAFF,YACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,UACE,SACA,cAFF,0BACE,SACA,cAFF,aACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,wBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,0BACE,SACA,cAFF,oBACE,SACA,cAFF,qBACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,2BACE,SACA,cAFF,wBACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,SACE,SACA,cAFF,sBACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,0BACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,uBACE,SACA,cAFF,wBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,wBACE,SACA,cAFF,kBACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,WACE,SACA,cAFF,4BACE,SACA,cAFF,WACE,SACA,cAFF,oBACE,SACA,cAFF,aACE,SACA,cAFF,MACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,cACE,SACA,cAFF,MACE,SACA,cAFF,2BACE,SACA,cAFF,qBACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,MACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,OACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,wBACE,SACA,cAFF,WACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,aACE,SACA,cAFF,yBACE,SACA,cAFF,oBACE,SACA,cAFF,WACE,SACA,cAFF,aACE,UACA,gBAFF,mBACE,SACA,cAFF,uBACE,SACA,cAFF,eACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,gCACE,SACA,cAFF,2BACE,SACA,cAFF,+BACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,QACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,MACE,SACA,cAFF,SACE,SACA,cAFF,SACE,SACA,cAFF,SACE,SACA,cAFF,QACE,SACA,cAFF,uBACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,2BACE,SACA,cAFF,uBACE,SACA,cAFF,sBACE,SACA,cAFF,qBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,2BACE,SACA,cAFF,MACE,SACA,cAFF,SACE,SACA,cAFF,uBACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,yBACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,uBACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,MACE,SACA,cAFF,wBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,wBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,wBACE,SACA,cAFF,wBACE,SACA,cAFF,yCACE,SACA,cAFF,2BACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,mBACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,yBACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,cACE,SACA,cAFF,WACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,8BACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,QACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,sBACE,SACA,cAFF,8BACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,QACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,QACE,SACA,cAFF,uBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,qBACE,SACA,cAFF,uBACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,wBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,yBACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,wBACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,oBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,qBACE,SACA,cAFF,uBACE,SACA,cAFF,iBACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,UACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,wBACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,MACE,SACA,cAFF,qBACE,SACA,cAFF,eACE,SACA,cAFF,yBACE,SACA,cAFF,sBACE,SACA,cAFF,gBACE,SACA,cAFF,OACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,MACE,SACA,cAFF,qBACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,yBACE,SACA,cAFF,oBACE,SACA,cAFF,mBACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,QACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,wBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,mBACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,qBACE,SACA,cAFF,sBACE,SACA,cAFF,yBACE,SACA,cAFF,uBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,gCACE,SACA,cAFF,4BACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,oBACE,SACA,cAFF,qBACE,SACA,cAFF,WACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,0BACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,QACE,SACA,cAFF,2BACE,SACA,cAFF,sBACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,+BACE,SACA,cAFF,yBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,2BACE,SACA,cAFF,wCACE,SACA,cAFF,qBACE,SACA,cAFF,8CACE,SACA,cAFF,SACE,SACA,cAFF,QACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,0BACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,UACE,SACA,cAFF,qBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,MACE,SACA,cAFF,yBACE,SACA,cAFF,oBACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,sBACE,SACA,cAFF,MACE,SACA,cAFF,aACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,0BACE,SACA,cAFF,mBACE,SACA,cAFF,+BACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,+BACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,UACE,SACA,cAFF,WACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,yBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,qCACE,SACA,cAFF,sBACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,MACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,0BACE,SACA,cAFF,SACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,QACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,YACE,SACA,cAFF,oBACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,6BACE,SACA,cAFF,UACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,MACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,2BACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,wBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,QACE,SACA,cAFF,QACE,SACA,cAFF,QACE,SACA,cAFF,QACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,QACE,SACA,cAFF,UACE,SACA,cAFF,QACE,SACA,cAFF,WACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,wBACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,qBACE,SACA,cAFF,yBACE,SACA,cAFF,cACE,UACA,gBAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,qBACE,SACA,cAFF,qBACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,0BACE,SACA,cAFF,YACE,SACA,cAFF,yBACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,QACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,8BACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,yBACE,SACA,cAFF,mBACE,SACA,cAFF,UACE,SACA,cAFF,QACE,SACA,cAFF,aACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,UACA,gBAFF,oBACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,SACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,wBACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,6BACE,SACA,cAFF,UACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,sBACE,SACA,cAFF,QACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,gCACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,SACE,SACA,cAFF,yBACE,SACA,cAFF,gBACE,SACA,cAFF,qBACE,SACA,cAFF,WACE,SACA,cAFF,6BACE,SACA,cAFF,0BACE,SACA,cAFF,iBACE,SACA,cAFF,0BACE,SACA,cAFF,cACE,SACA,cAFF,uBACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,8BACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,qBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,qBACE,SACA,cAFF,wBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,OACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,MACE,SACA,cAFF,wBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,SACE,UACA,gBAFF,QACE,UACA,gBAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,aACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,8BACE,SACA,cAFF,WACE,SACA,cAFF,oBACE,SACA,cAFF,uBACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,WACE,UACA,gBAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,uBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,YACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,uBACE,SACA,cAFF,YACE,UACA,gBAFF,eACE,UACA,gBAFF,iBACE,SACA,cAFF,wBACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,YACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,YACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,yBACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,WACE,SACA,cAFF,sBACE,SACA,cAFF,YACE,SACA,cAFF,yBACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,wBACE,SACA,cAFF,uBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,wBACE,SACA,cAFF,yBACE,SACA,cAFF,YACE,SACA,cAFF,yBACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,QACE,SACA,cAFF,WACE,SACA,cAFF,SACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,UACA,gBAFF,uCACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,MACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,sBACE,SACA,cAFF,8BACE,SACA,cAFF,cACE,SACA,cAFF,QACE,SACA,cAFF,2BACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,WACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,qBACE,SACA,cAFF,iBACE,SACA,cAFF,4BACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,mCACE,SACA,cAFF,iBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,qBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,qBACE,SACA,cAFF,QACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,WACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,MACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,2BACE,SACA,cAFF,cACE,SACA,cAFF,uBACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,6BACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,aACE,SACA,cAFF,QACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,0BACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,yBACE,SACA,cAFF,yBACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,4BACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,wBACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,oBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,+BACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,UACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,qBACE,SACA,cAFF,SACE,SACA,cAFF,2BACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,6BACE,SACA,cAFF,SACE,SACA,cAFF,2BACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,UACA,gBAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,sBACE,SACA,cAFF,QACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,UACA,gBAFF,WACE,UACA,gBAFF,QACE,UACA,gBAFF,MACE,SACA,cAFF,4BACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,6BACE,SACA,cAFF,qBACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,WACE,SACA,cAFF,MACE,SACA,cAFF,YACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,uBACE,SACA,cAFF,qBACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,yBACE,SACA,cAFF,wBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cCLJ,qBTqBE,kBACA,UACA,WACA,UACA,YACA,gBACA,sBACA,mBACA,eAKA,iEAbA,kBACA,UACA,WACA,UACA,YACA,gBACA,sBACA,mBACA,eUjCF;AAAA;AAAA;AAAA;AAAA,GAQA,YACE,kDACA,2DAGF,WACE,oCACA,kBACA,gBACA,aRiC0B,MQhC1B,mHAIF,gBAEE,gBAIA,wiYC5BF;AAAA;AAAA;AAAA;AAAA,GAQA,YACE,iDACA,wDAIF,WACE,kCACA,kBACA,gBACA,aTgC0B,MS/B1B,iHAIF,eAEE,gBCzBF;AAAA;AAAA;AAAA;AAAA,GAQA,YACE,iDACA,0DAIF,WACE,kCACA,kBACA,gBACA,aVgC0B,MU/B1B,qHAIF,iBAEE,gBCxBF;AAAA;AAAA;AAAA,GASA,WACE,YANe,eAOf,kBACA,gBAEA,6KAKF,IACE,sCACA,WACA,kBACA,mBACA,oBACA,oBACA,cAGA,mCACA,kCA6jLF,uBArjLc,QAsjLd,yBArjLgB,QAsjLhB,2BArjLkB,QAsjLlB,0BArjLiB,QAsjLjB,8BArjLqB,QAsjLrB,uBArjLc,QAsjLd,gCA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","sourcesContent":["/*******************************************************************************\n * Themes\n ******************************************************************************/\n\n@use \"sass:color\";\n\n:root {\n --global-bg-color: #{$white-color};\n --global-code-bg-color: #{$code-bg-color-light};\n --global-text-color: #{$black-color};\n --global-text-color-light: #{$grey-color};\n --global-theme-color: #{$purple-color};\n --global-hover-color: #{$purple-color};\n --global-hover-text-color: #{$white-color};\n --global-footer-bg-color: #{$grey-color-dark};\n --global-footer-text-color: #{$grey-color-light};\n --global-footer-link-color: #{$white-color};\n --global-distill-app-color: #{$grey-color};\n --global-divider-color: rgba(0, 0, 0, 0.1);\n --global-card-bg-color: #{$white-color};\n --global-highlight-color: #{$red-color-dark};\n --global-back-to-top-bg-color: rgba(\n #{color.channel($black-color, \"red\", $space: rgb)},\n #{color.channel($black-color, \"green\", $space: rgb)},\n #{color.channel($black-color, \"blue\", $space: rgb)},\n 0.4\n );\n --global-back-to-top-text-color: #{$white-color};\n --global-newsletter-bg-color: #{$white-color};\n --global-newsletter-text-color: #{$black-color};\n\n --global-tip-block: #42b983;\n --global-tip-block-bg: #e2f5ec;\n --global-tip-block-text: #215d42;\n --global-tip-block-title: #359469;\n --global-warning-block: #e7c000;\n --global-warning-block-bg: #fff8d8;\n --global-warning-block-text: #6b5900;\n --global-warning-block-title: #b29400;\n --global-danger-block: #c00;\n --global-danger-block-bg: #ffe0e0;\n --global-danger-block-text: #600;\n --global-danger-block-title: #c00;\n\n #light-toggle-system {\n padding-left: 10px;\n padding-top: 12px;\n display: block;\n }\n\n #light-toggle-dark {\n display: none;\n }\n\n #light-toggle-light {\n display: none;\n }\n\n .only-light {\n display: block;\n }\n\n .only-dark {\n display: none;\n }\n\n #back-to-top {\n color: var(--global-back-to-top-text-color);\n background: var(--global-back-to-top-bg-color);\n bottom: $back-to-top-bottom;\n right: $back-to-top-right;\n height: $back-to-top-height;\n width: $back-to-top-width;\n z-index: $back-to-top-z-index;\n }\n}\n\nhtml[data-theme=\"dark\"] {\n --global-bg-color: #{$grey-color-dark};\n --global-code-bg-color: #{$code-bg-color-dark};\n --global-text-color: #{$grey-color-light};\n --global-text-color-light: #{$grey-color};\n --global-theme-color: #{$cyan-color};\n --global-hover-color: #{$cyan-color};\n --global-hover-text-color: #{$white-color};\n --global-footer-bg-color: #{$grey-color-light};\n --global-footer-text-color: #{$grey-color-dark};\n --global-footer-link-color: #{$black-color};\n --global-distill-app-color: #{$grey-color-light};\n --global-divider-color: #424246;\n --global-card-bg-color: #{$grey-900};\n --global-back-to-top-bg-color: rgba(\n #{color.channel($white-color, \"red\", $space: rgb)},\n #{color.channel($white-color, \"green\", $space: rgb)},\n #{color.channel($white-color, \"blue\", $space: rgb)},\n 0.5\n );\n --global-back-to-top-text-color: #{$black-color};\n --global-newsletter-bg-color: #{$grey-color-light};\n --global-newsletter-text-color: #{$grey-color-dark};\n\n --global-tip-block: #42b983;\n --global-tip-block-bg: #e2f5ec;\n --global-tip-block-text: #215d42;\n --global-tip-block-title: #359469;\n --global-warning-block: #e7c000;\n --global-warning-block-bg: #fff8d8;\n --global-warning-block-text: #6b5900;\n --global-warning-block-title: #b29400;\n --global-danger-block: #c00;\n --global-danger-block-bg: #ffe0e0;\n --global-danger-block-text: #600;\n --global-danger-block-title: #c00;\n\n .only-light {\n display: none;\n }\n\n .only-dark {\n display: block;\n }\n}\n\n/* Catppuccin Mocha theme \nhtml[data-theme=\"dark\"] {\n --global-bg-color: #1e1e2e; // Mocha base\n --global-code-bg-color: #181825; // Mocha mantle\n --global-text-color: #cdd6f4; // Mocha text\n --global-text-color-light: #a6adc8; // Mocha subtext0\n --global-theme-color: #89b4fa; // Mocha blue\n --global-hover-color: #b4befe; // Mocha lavender\n --global-hover-text-color: #cdd6f4; // Mocha text\n --global-footer-bg-color: #181825; // Mocha mantle\n --global-footer-text-color: #a6adc8; // Mocha subtext0\n --global-footer-link-color: #89b4fa; // Mocha blue\n --global-distill-app-color: #a6adc8; // Mocha subtext0\n --global-divider-color: #313244; // Mocha surface0\n --global-card-bg-color: #181825; // Mocha mantle\n --global-back-to-top-bg-color: rgba(30, 30, 46, 0.5); // Mocha base with opacity\n --global-back-to-top-text-color: #cdd6f4; // Mocha text\n --global-newsletter-bg-color: #181825; // Mocha mantle\n --global-newsletter-text-color: #cdd6f4; // Mocha text\n\n --global-tip-block: #42b983;\n --global-tip-block-bg: #e2f5ec;\n --global-tip-block-text: #215d42;\n --global-tip-block-title: #359469;\n --global-warning-block: #e7c000;\n --global-warning-block-bg: #fff8d8;\n --global-warning-block-text: #6b5900;\n --global-warning-block-title: #b29400;\n --global-danger-block: #c00;\n --global-danger-block-bg: #ffe0e0;\n --global-danger-block-text: #600;\n --global-danger-block-title: #c00;\n\n .only-light {\n display: none;\n }\n\n .only-dark {\n display: block;\n }\n}\n*/\n\nhtml[data-theme-setting=\"dark\"] {\n #light-toggle-system {\n display: none;\n }\n\n #light-toggle-dark {\n padding-left: 10px;\n padding-top: 12px;\n display: block;\n }\n\n #light-toggle-light {\n display: none;\n }\n\n #back-to-top {\n color: var(--global-back-to-top-text-color);\n background: var(--global-back-to-top-bg-color);\n }\n}\n\nhtml[data-theme-setting=\"light\"] {\n #light-toggle-system {\n display: none;\n }\n\n #light-toggle-dark {\n display: none;\n }\n\n #light-toggle-light {\n padding-left: 10px;\n padding-top: 12px;\n display: block;\n }\n}\n","/*******************************************************************************\n * Variables used throughout the theme.\n * To adjust anything, simply edit the variables below and rebuild the theme.\n ******************************************************************************/\n\n@use \"sass:color\";\n\n// Colors\n$red-color: #ff3636 !default;\n$red-color-dark: #b71c1c !default;\n$orange-color: #f29105 !default;\n$blue-color: #0076df !default;\n$blue-color-dark: #00369f !default;\n$cyan-color: #2698ba !default;\n$light-cyan-color: color.adjust($cyan-color, $lightness: 25%);\n$green-color: #00ab37 !default;\n$green-color-lime: #b7d12a !default;\n$green-color-dark: #009f06 !default;\n$green-color-light: #ddffdd !default;\n$green-color-bright: #11d68b !default;\n$purple-color: #b509ac !default;\n$light-purple-color: color.adjust($purple-color, $lightness: 25%);\n$pink-color: #f92080 !default;\n$pink-color-light: #ffdddd !default;\n$yellow-color: #efcc00 !default;\n\n$grey-color: #828282 !default;\n$grey-color-light: color.adjust($grey-color, $lightness: 40%);\n$grey-color-dark: #1c1c1d;\n$grey-900: #212529;\n\n$white-color: #ffffff !default;\n$black-color: #000000 !default;\n\n// Theme colors\n\n$code-bg-color-light: rgba($purple-color, 0.05);\n$code-bg-color-dark: #2c3237 !default;\n\n// Font awesome location\n$fa-font-path: \"../webfonts\";\n\n// Tabler icons location\n$ti-font-path: \"../fonts\";\n\n// Back To Top button config\n$back-to-top-z-index: 10;\n$back-to-top-bottom: 30px;\n$back-to-top-right: 30px;\n$back-to-top-diameter: 40px;\n$back-to-top-height: $back-to-top-diameter;\n$back-to-top-width: $back-to-top-diameter;\n","/******************************************************************************\n * Content\n ******************************************************************************/\n\nbody {\n padding-bottom: 70px;\n color: var(--global-text-color);\n background-color: var(--global-bg-color);\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n scroll-margin-top: 66px;\n }\n}\n\nbody.fixed-top-nav {\n // Add some padding for the nav-bar.\n padding-top: 56px;\n}\n\nbody.sticky-bottom-footer {\n // Remove padding below footer.\n padding-bottom: 0;\n}\n\n.container {\n max-width: $max-content-width;\n}\n\n// Profile\n.profile {\n img {\n width: 100%;\n }\n}\n\n// TODO: redefine content layout.\n\n/******************************************************************************\n * Publications\n ******************************************************************************/\n\n// TODO: redefine publications layout.\n\n/*****************************************************************************\n* Projects\n*****************************************************************************/\n\n// TODO: redefine projects layout.\n","@charset \"utf-8\";\n\n// Dimensions\n$max-content-width: 930px;\n\n@import\n \"variables\",\n \"themes\",\n \"layout\",\n \"base\",\n \"distill\",\n \"cv\",\n \"tabs\",\n \"typograms\",\n \"font-awesome/fontawesome\",\n \"font-awesome/brands\",\n \"font-awesome/solid\",\n \"font-awesome/regular\",\n \"tabler-icons/tabler-icons.scss\",\n \"tabler-icons/tabler-icons-filled.scss\",\n \"tabler-icons/tabler-icons-outline.scss\"\n;\n","/*******************************************************************************\n * Styles for the base elements of the theme.\n ******************************************************************************/\n\n// Typography\n\np,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nem,\ndiv,\nli,\nspan,\nstrong {\n color: var(--global-text-color);\n}\n\nhr {\n border-top: 1px solid var(--global-divider-color);\n}\n\ntable {\n\n td,\n th {\n font-size: 1rem;\n padding: 1px 1rem 1px 0;\n }\n\n th {\n font-weight: bold;\n }\n}\n\na,\ntable.table a {\n color: var(--global-theme-color);\n\n &:hover {\n color: var(--global-theme-color);\n text-decoration: underline;\n }\n\n &:hover:after :not(.nav-item.dropdown) {\n width: 100%;\n }\n}\n\n.table-dark {\n background-color: transparent;\n\n &.table-bordered {\n border: 1px solid var(--global-divider-color) !important;\n }\n}\n\n/*\nblockquote {\n background: var(--global-bg-color);\n border-left: 5px solid var(--global-theme-color);\n margin: 1.5em 0;\n padding: 1em;\n font-size: 1.2rem;\n\n p {\n margin-bottom: 0;\n }\n\n // Tips, warnings, and dangers blockquotes\n &.block-tip {\n border-color: var(--global-tip-block);\n background-color: var(--global-tip-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-tip-block-text);\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-tip-block-title);\n }\n }\n\n &.block-warning {\n border-color: var(--global-warning-block);\n background-color: var(--global-warning-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-warning-block-text);\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-warning-block-title);\n }\n }\n\n &.block-danger {\n border-color: var(--global-danger-block);\n background-color: var(--global-danger-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-danger-block-text);\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-danger-block-title);\n }\n }\n}\n*/\n\nblockquote {\n background: var(--global-bg-color);\n border-left: 5px solid var(--global-theme-color);\n margin: 1.5em 0;\n padding: 1em;\n font-size: 1.2rem;\n\n p {\n margin-bottom: 1rem; // Add spacing between paragraphs\n\n &:last-child {\n margin-bottom: 0; // Remove margin from last paragraph\n }\n }\n\n /* Tips, warnings, and dangers blockquotes */\n &.block-tip {\n border-color: var(--global-tip-block);\n background-color: var(--global-tip-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-tip-block-text);\n margin-bottom: 1rem; // Add spacing for these blocks too\n\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-tip-block-title);\n }\n }\n\n &.block-warning {\n border-color: var(--global-warning-block);\n background-color: var(--global-warning-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-warning-block-text);\n margin-bottom: 1rem;\n\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-warning-block-title);\n }\n }\n\n &.block-danger {\n border-color: var(--global-danger-block);\n background-color: var(--global-danger-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-danger-block-text);\n margin-bottom: 1rem;\n\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-danger-block-title);\n }\n }\n}\n\n// Checklist\n\nul.task-list {\n list-style-type: none;\n /* Remove bullets from all levels */\n}\n\nul.task-list>li ul {\n /* Nested lists within .task-list */\n padding-inline-start: 1.5rem;\n}\n\nul.task-list input[type=\"checkbox\"] {\n margin: 0.275rem 0.5rem 0.5rem -1rem;\n vertical-align: middle;\n}\n\n// Math\n\n.equation {\n margin-bottom: 1rem;\n text-align: center;\n}\n\n// Caption\n\n.caption {\n font-size: 0.875rem;\n margin-top: 0.75rem;\n margin-bottom: 1.5rem;\n text-align: center;\n}\n\n// Card\n\n.card {\n background-color: var(--global-card-bg-color);\n\n .card-img {\n width: 100%;\n padding-top: 1.25rem;\n }\n\n .card-title {\n color: var(--global-text-color);\n }\n\n .card-body {\n padding: 1.25rem 1.25rem 1.25rem 1.25rem;\n }\n}\n\n// Citation\n\n.citation,\n.citation-number {\n color: var(--global-theme-color);\n}\n\n// Profile\n\n.profile {\n width: 100%;\n\n .more-info {\n margin-bottom: 5px;\n margin-top: 5px;\n font-family: monospace;\n\n p {\n display: inline-block;\n margin: 0;\n }\n }\n}\n\n.profile.float-right {\n margin-left: 1rem;\n}\n\n.profile.float-left {\n margin-right: 1rem;\n}\n\n@media (min-width: 576px) {\n .profile {\n width: 30%;\n\n .address {\n p {\n display: block;\n }\n }\n }\n}\n\n.post-description {\n margin-bottom: 2rem;\n font-size: 0.875rem;\n\n a {\n color: inherit;\n\n &:hover {\n color: var(--global-theme-color);\n text-decoration: none;\n }\n }\n}\n\n// Navbar customization\n\n.navbar {\n box-shadow: none;\n border-bottom: 1px solid var(--global-divider-color);\n background-color: var(--global-bg-color);\n opacity: 0.95;\n}\n\n.navbar .dropdown-menu {\n background-color: var(--global-bg-color);\n border: 1px solid var(--global-divider-color);\n\n a:not(.active) {\n color: var(--global-text-color);\n }\n\n a:hover {\n color: var(--global-hover-color);\n }\n\n .dropdown-divider {\n border-top: 1px solid var(--global-divider-color) !important;\n }\n}\n\n.dropdown-item {\n color: var(--global-text-color);\n\n &:hover {\n color: var(--global-hover-color);\n background-color: var(--global-bg-color);\n }\n}\n\n.navbar.navbar-light {\n a {\n &:hover {\n text-decoration: none;\n }\n }\n\n .navbar-brand {\n color: var(--global-text-color);\n }\n\n .navbar-nav .nav-item .nav-link {\n color: var(--global-text-color);\n\n &:hover {\n color: var(--global-hover-color);\n }\n }\n\n .navbar-nav .nav-item.active>.nav-link {\n background-color: inherit;\n font-weight: bolder;\n color: var(--global-theme-color);\n\n &:hover {\n color: var(--global-hover-color);\n }\n }\n\n .navbar-brand.social {\n padding-bottom: 0;\n padding-top: 0;\n font-size: 1.7rem;\n\n a {\n img {\n width: 1.7rem;\n height: 1.7rem;\n margin-bottom: 0.5rem;\n // margin: 0.5rem;\n }\n\n svg {\n width: 1.7rem;\n height: 1.7rem;\n margin-bottom: 0.5rem;\n\n image {\n width: 1.7rem;\n height: 1.7rem;\n }\n }\n\n i::before {\n color: var(--global-text-color);\n transition-property: all 0.2s ease-in-out;\n }\n\n &:hover {\n i::before {\n color: var(--global-theme-color);\n }\n }\n }\n }\n}\n\n.navbar-toggler {\n .icon-bar {\n display: block;\n width: 22px;\n height: 2px;\n background-color: var(--global-text-color);\n border-radius: 1px;\n margin-bottom: 4px;\n transition: all 0.2s;\n }\n\n .top-bar {\n transform: rotate(45deg);\n transform-origin: 10% 10%;\n }\n\n .middle-bar {\n opacity: 0;\n }\n\n .bottom-bar {\n transform: rotate(-45deg);\n transform-origin: 10% 90%;\n }\n}\n\n.navbar-toggler.collapsed {\n .top-bar {\n transform: rotate(0);\n }\n\n .middle-bar {\n opacity: 1;\n }\n\n .bottom-bar {\n transform: rotate(0);\n }\n}\n\n#light-toggle,\n#search-toggle {\n padding: 0;\n border: 0;\n background-color: inherit;\n color: var(--global-text-color);\n\n &:hover {\n color: var(--global-hover-color);\n }\n}\n\n// Social (bottom)\n\n.social {\n text-align: center;\n\n .contact-icons {\n font-size: 4rem;\n\n a {\n img {\n width: 3.2rem;\n height: 3.2rem;\n margin-bottom: 1rem;\n }\n\n svg {\n width: 3.5rem;\n height: 4rem;\n margin-bottom: 0.5rem;\n\n image {\n width: 3.5rem;\n height: 3.5rem;\n }\n }\n\n i::before {\n color: var(--global-text-color);\n transition-property: all 0.2s ease-in-out;\n }\n\n &:hover {\n text-decoration: none;\n\n i::before {\n color: var(--global-theme-color);\n }\n }\n }\n }\n\n .contact-note {\n font-size: 0.8rem;\n }\n}\n\n.wechat-modal {\n display: none;\n position: fixed;\n z-index: 1;\n padding-top: 100px;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n background-color: rgb(0, 0, 0);\n background-color: rgba(0, 0, 0, 0.8);\n}\n\n.wechat-modal>img {\n display: block;\n position: relative;\n top: 50%;\n left: 50%;\n width: 33%;\n max-width: 400px;\n transform: translate(-50%, -50%);\n}\n\n@media only screen and (max-width: 400px) {\n .wechat-modal>img {\n width: 100%;\n }\n}\n\n// Footer\nfooter.fixed-bottom {\n background-color: var(--global-footer-bg-color);\n font-size: 0.75rem;\n\n .container {\n color: var(--global-footer-text-color);\n padding-top: 9px;\n padding-bottom: 8px;\n text-align: center;\n }\n\n a {\n color: var(--global-footer-link-color);\n\n &:hover {\n color: var(--global-theme-color);\n text-decoration: none;\n }\n }\n}\n\nfooter.sticky-bottom {\n border-top: 1px solid var(--global-divider-color);\n padding-top: 40px;\n padding-bottom: 40px;\n font-size: 0.9rem;\n\n .container {\n text-align: center;\n }\n}\n\n// CV\n\n.cv {\n margin-bottom: 40px;\n\n .card {\n background-color: var(--global-card-bg-color);\n border: 1px solid var(--global-divider-color);\n\n .list-group-item {\n background-color: inherit;\n border-color: var(--global-divider-color);\n\n .badge {\n color: var(--global-card-bg-color) !important;\n background-color: var(--global-theme-color) !important;\n }\n }\n }\n}\n\n.table-cv-map {\n background-color: transparent;\n border: none;\n color: var(--global-text-color);\n}\n\n.date-column {\n width: 75px;\n transform: translateX(-15px) translateY(-5px);\n}\n\n// Repositories\n\n@media (min-width: 768px) {\n .repo {\n max-width: 50%;\n }\n}\n\n// Blog\n\n.header-bar {\n border-bottom: 1px solid var(--global-divider-color);\n text-align: center;\n padding-top: 2rem;\n padding-bottom: 3rem;\n\n h1 {\n color: var(--global-theme-color);\n font-size: 5rem;\n }\n}\n\n.tag-category-list {\n border-bottom: 1px solid var(--global-divider-color);\n text-align: center;\n padding-top: 1rem;\n\n ul {\n justify-content: center;\n display: flow-root;\n\n p,\n li {\n list-style: none;\n display: inline-block;\n padding: 1rem 0.5rem;\n color: var(--global-text-color-light);\n }\n }\n}\n\n.post-title {\n mjx-container[jax=\"CHTML\"][display=\"true\"] {\n display: unset;\n }\n}\n\n.post-list {\n margin: 0;\n margin-bottom: 40px;\n padding: 0;\n\n li {\n border-bottom: 1px solid var(--global-divider-color);\n list-style: none;\n padding-top: 2rem;\n padding-bottom: 2rem;\n\n .post-meta {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n margin-bottom: 0;\n }\n\n .post-tags {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n padding-top: 0.25rem;\n padding-bottom: 0;\n }\n\n a {\n color: var(--global-text-color);\n text-decoration: none;\n\n &:hover {\n color: var(--global-theme-color);\n }\n }\n\n mjx-container[jax=\"CHTML\"][display=\"true\"] {\n display: unset;\n }\n }\n}\n\n.pagination {\n .page-item {\n .page-link {\n color: var(--global-text-color);\n padding: 0.75rem 1.15rem;\n\n &:hover {\n color: $black-color;\n }\n }\n\n &.active .page-link {\n color: $white-color;\n background-color: var(--global-theme-color);\n\n &:hover {\n background-color: var(--global-theme-color);\n }\n }\n }\n}\n\n// Distill\n\n.distill {\n a:hover {\n border-bottom-color: var(--global-theme-color);\n text-decoration: none;\n }\n}\n\n// Projects\n\n.projects {\n a {\n text-decoration: none;\n\n &:hover {\n .card-title {\n color: var(--global-theme-color);\n }\n }\n }\n\n .card {\n img {\n width: 100%;\n }\n }\n\n .col {\n padding-bottom: 1rem;\n }\n\n .grid-sizer,\n .grid-item {\n width: 250px;\n margin-bottom: 10px;\n }\n\n h2.category {\n color: var(--global-divider-color);\n border-bottom: 1px solid var(--global-divider-color);\n padding-top: 0.5rem;\n margin-top: 2rem;\n margin-bottom: 1rem;\n text-align: right;\n }\n}\n\n// Publications\n\n.publications {\n margin-top: 2rem;\n\n h1 {\n color: var(--global-theme-color);\n font-size: 2rem;\n text-align: center;\n margin-top: 1em;\n margin-bottom: 1em;\n }\n\n h2 {\n margin-bottom: 1rem;\n\n span {\n font-size: 1.5rem;\n }\n }\n\n h2.bibliography {\n color: var(--global-divider-color);\n border-top: 1px solid var(--global-divider-color);\n padding-top: 1rem;\n margin-top: 2rem;\n text-align: right;\n }\n\n ol.bibliography {\n list-style: none;\n padding: 0;\n margin-top: 0;\n\n li {\n margin-bottom: 1rem;\n\n .preview {}\n\n .abbr {\n margin-bottom: 0.5rem;\n\n abbr {\n display: inline-block;\n background-color: var(--global-theme-color);\n margin-bottom: 0.5rem;\n\n a {\n color: white;\n\n &:hover {\n text-decoration: none;\n }\n }\n }\n\n .award {\n color: var(--global-theme-color) !important;\n border: 1px solid var(--global-theme-color);\n }\n }\n\n .title {\n font-weight: bolder;\n }\n\n .author {\n a {\n border-bottom: 1px dashed var(--global-theme-color);\n\n &:hover {\n border-bottom-style: solid;\n text-decoration: none;\n }\n }\n\n >em {\n border-bottom: 1px solid;\n font-style: normal;\n }\n\n >span.more-authors {\n color: var(--global-text-color-light);\n border-bottom: 1px dashed var(--global-text-color-light);\n cursor: pointer;\n\n &:hover {\n color: var(--global-text-color);\n border-bottom: 1px dashed var(--global-text-color);\n }\n }\n }\n\n .links {\n a.btn {\n color: var(--global-text-color);\n border: 1px solid var(--global-text-color);\n padding-left: 1rem;\n padding-right: 1rem;\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n margin-left: 0;\n\n &:hover {\n color: var(--global-theme-color);\n border-color: var(--global-theme-color);\n }\n }\n\n a.award.btn {\n border-color: var(--global-highlight-color);\n }\n }\n\n .badges {\n padding-bottom: 0.5rem;\n\n span {\n display: inline-block;\n color: $black-color;\n height: 100%;\n padding-right: 0.5rem;\n vertical-align: middle;\n\n &:hover {\n text-decoration: underline;\n }\n }\n }\n\n .hidden {\n font-size: 0.875rem;\n max-height: 0px;\n overflow: hidden;\n text-align: justify;\n transition-property: 0.15s ease;\n -moz-transition: 0.15s ease;\n -ms-transition: 0.15s ease;\n -o-transition: 0.15s ease;\n transition: all 0.15s ease;\n\n p {\n line-height: 1.4em;\n margin: 10px;\n }\n\n pre {\n font-size: 1em;\n line-height: 1.4em;\n padding: 10px;\n }\n }\n\n .hidden.open {\n max-height: 100em;\n transition-property: 0.15s ease;\n -moz-transition: 0.15s ease;\n -ms-transition: 0.15s ease;\n -o-transition: 0.15s ease;\n transition: all 0.15s ease;\n }\n\n div.abstract.hidden {\n border: dashed 1px var(--global-bg-color);\n }\n\n div.abstract.hidden.open {\n border-color: var(--global-text-color);\n }\n }\n\n div.award.hidden {\n border: dashed 1px var(--global-bg-color);\n }\n\n div.award.hidden.open {\n border-color: var(--global-highlight-color);\n }\n }\n}\n\n/*\n// Rouge Color Customization\nfigure.highlight {\n margin: 0 0 1rem;\n}\n\npre {\n color: var(--global-theme-color);\n background-color: var(--global-code-bg-color);\n border-radius: 6px;\n padding: 6px 12px;\n\n pre,\n code {\n background-color: transparent;\n border-radius: 0;\n margin-bottom: 0;\n padding: 0;\n }\n}\n\ncode {\n color: var(--global-theme-color);\n background-color: var(--global-code-bg-color);\n border-radius: 3px;\n padding: 3px 3px;\n}\n*/\n\n// Rouge Color Customization\nfigure.highlight {\n margin: 0 0 1rem;\n width: 100%;\n max-width: 100%;\n border-radius: 6px;\n overflow: hidden;\n background: var(--global-code-bg-color);\n\n table {\n margin: 0;\n padding: 0;\n border: none;\n width: 100%;\n border-spacing: 0;\n border-collapse: collapse;\n\n td {\n padding: 0;\n border: none;\n vertical-align: top;\n\n &.gutter {\n /* The line-number column */\n width: 50px;\n min-width: 50px;\n max-width: 50px;\n background: rgba(0, 0, 0, 0.04);\n border-right: 0.5px solid rgba(0, 0, 0, 0.15);\n\n pre {\n margin: 0;\n padding: 1rem;\n text-align: right;\n color: rgba(0, 0, 0, 0.4);\n user-select: none;\n /* Do NOT wrap line numbers: */\n white-space: pre;\n overflow: hidden;\n }\n }\n\n &.code {\n /* The actual code column */\n width: auto;\n\n pre {\n margin: 0;\n padding: 1rem;\n /* Allow code lines to wrap: */\n white-space: pre-wrap;\n word-wrap: break-word;\n overflow-wrap: break-word;\n overflow: visible;\n }\n }\n }\n }\n}\n\n/* For code blocks without line numbers, the 'highlight' rule can remain: */\n.highlight {\n pre {\n margin: 0;\n padding: 10px;\n /* Ensure wrapping here as well: */\n white-space: pre-wrap;\n word-wrap: break-word;\n overflow-wrap: break-word;\n }\n}\n\n// Transitioning Themes\nhtml.transition,\nhtml.transition *,\nhtml.transition *:before,\nhtml.transition *:after {\n transition: all 750ms !important;\n transition-delay: 0 !important;\n}\n\n// Extra Markdown style (post Customization)\n.post {\n .post-meta {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n margin-bottom: 0;\n }\n\n .post-tags {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n padding-top: 0.25rem;\n padding-bottom: 1rem;\n\n a {\n color: var(--global-text-color-light);\n text-decoration: none;\n\n &:hover {\n color: var(--global-theme-color);\n }\n }\n }\n}\n\nprogress {\n /* Positioning */\n position: fixed;\n left: 0;\n top: 56px;\n z-index: 10;\n\n /* Dimensions */\n width: 100%;\n height: 1px;\n\n /* Reset the appearance */\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n\n /* Get rid of the default border in Firefox/Opera. */\n border: none;\n\n /* Progress bar container for Firefox/IE10 */\n background-color: transparent;\n\n /* Progress bar value for IE10 */\n color: var(--global-theme-color);\n}\n\nprogress::-webkit-progress-bar {\n background-color: transparent;\n}\n\nprogress::-webkit-progress-value {\n background-color: var(--global-theme-color);\n}\n\nprogress::-moz-progress-bar {\n background-color: var(--global-theme-color);\n}\n\n.progress-container {\n width: 100%;\n background-color: transparent;\n position: fixed;\n top: 56px;\n left: 0;\n height: 5px;\n display: block;\n}\n\n.progress-bar {\n background-color: var(--global-theme-color);\n width: 0%;\n display: block;\n height: inherit;\n}\n\n/* Copy button */\n.code-display-wrapper {\n position: relative;\n\n .copy {\n background: var(--global-card-bg-color);\n border-color: var(--global-bg-color);\n border-radius: 0.3rem;\n border-style: none;\n color: var(--global-text-color);\n font-size: medium;\n opacity: 0;\n position: absolute;\n right: 0.2rem;\n top: 0.2rem;\n }\n\n &:active .copy,\n &:focus .copy,\n &:hover .copy {\n color: var(--global-hover-color);\n opacity: 1;\n }\n}\n\n.btn-group.dropdown {\n .btn {\n box-shadow: none;\n -webkit-box-shadow: none;\n }\n\n .btn-secondary.dropdown-toggle {\n border: 1px solid var(--global-divider-color);\n\n .page-size {\n color: inherit;\n }\n\n &:not(.active) {\n background-color: var(--global-bg-color) !important;\n color: var(--global-text-color);\n }\n\n &:hover {\n background-color: var(--global-hover-color) !important;\n color: var(--global-hover-text-color) !important;\n }\n }\n\n .dropdown-menu {\n background-color: var(--global-bg-color);\n }\n\n .dropdown-item {\n background-color: var(--global-bg-color);\n color: var(--global-text-color);\n\n &:hover {\n color: var(--global-hover-color);\n }\n }\n\n .dropdown-item.active,\n .dropdown-item:active {\n background-color: var(--global-hover-color);\n color: var(--global-hover-text-color) !important;\n\n &:hover {\n color: var(--global-hover-text-color);\n }\n }\n}\n\n/* Table of Contents */\nnav[data-toggle=\"toc\"] {\n top: 5rem;\n\n .nav .nav>li>a {\n font-size: 0.75rem;\n }\n\n .nav>li>a {\n color: var(--global-text-color);\n font-size: 0.75rem;\n\n &:hover {\n color: var(--global-hover-color);\n border-left-color: var(--global-hover-color);\n }\n }\n\n .nav-link.active {\n color: var(--global-theme-color);\n border-left-color: var(--global-theme-color);\n font-size: 0.75rem;\n\n &:hover {\n color: var(--global-hover-color);\n border-left-color: var(--global-hover-color);\n }\n }\n}\n\n/* small screens */\n@media (max-width: 576px) {\n\n /* override stickyness so that the navigation does not follow scrolling */\n nav[data-toggle=\"toc\"] {\n visibility: hidden;\n height: 0;\n top: 0;\n }\n}\n\n.featured-posts {\n a {\n color: var(--global-text-color-light);\n text-decoration: none;\n\n .card-text {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n &:hover {\n color: var(--global-theme-color);\n\n .card-title {\n color: var(--global-theme-color);\n }\n }\n }\n\n .post-meta {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n margin-bottom: 0;\n padding-top: 0.5rem;\n }\n}\n\n.unloaded {\n display: none !important;\n}\n\n.medium-zoom-overlay,\n.medium-zoom-image--opened {\n z-index: 999;\n}\n\n#toc-sidebar {\n z-index: 1;\n}\n\n.echarts {\n height: 400px;\n width: 100%;\n}\n\n.map {\n height: 400px;\n width: 100%;\n}\n\nswiper-container {\n --swiper-navigation-color: var(--global-theme-color);\n --swiper-pagination-color: var(--global-theme-color);\n --swiper-pagination-bullet-inactive-color: var(--global-text-color);\n}\n\n.ps-root {\n .ps-algorithm {\n margin: 0.8em 0;\n border-top: 3px solid var(--global-text-color);\n border-bottom: 2px solid var(--global-text-color);\n }\n\n .ps-algorithm.with-caption>.ps-line:first-child {\n border-bottom: 2px solid var(--global-text-color);\n }\n}\n\n// Ninja Keys\n// for more options, check https://github.com/ssleptsov/ninja-keys?tab=readme-ov-file#css-variables\nninja-keys {\n --ninja-accent-color: var(--global-theme-color);\n --ninja-icon-size: 0px;\n --ninja-modal-background: var(--global-bg-color);\n --ninja-z-index: 1031;\n}\n\nninja-keys::part(ninja-input) {\n color: var(--ninja-selected-text-color);\n}\n\nninja-keys::part(ninja-input-wrapper) {\n background: var(--global-bg-color);\n}\n\n// newsletter\n.newsletter-form-container {\n margin-bottom: 20px;\n}\n\n.newsletter-form {\n display: flex;\n flex-direction: row;\n align-items: center;\n width: 100%;\n}\n\n.newsletter-form-input,\n.bibsearch-form-input {\n color: var(--global-newsletter-text-color);\n background: var(--global-newsletter-bg-color);\n border: 1px solid var(--global-newsletter-text-color);\n outline: none;\n margin: 0px 10px 0px 0px;\n width: 100%;\n max-width: 350px;\n min-width: 100px;\n box-sizing: border-box;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;\n border-radius: 6px;\n padding: 8px 12px;\n}\n\n.newsletter-form-input:focus {\n border-color: var(--global-theme-color) !important;\n}\n\n.newsletter-form-button {\n background: var(--global-theme-color);\n color: var(--global-bg-color);\n display: flex;\n width: min-content;\n max-width: 200px;\n white-space: nowrap;\n height: 38px;\n align-items: center;\n flex-direction: row;\n padding: 9px 17px;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;\n border-radius: 6px;\n text-align: center;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n border: none;\n cursor: pointer;\n}\n\n.newsletter-loading-button {\n background: var(--global-theme-color);\n color: var(--global-bg-color);\n display: none;\n width: min-content;\n max-width: 300px;\n white-space: nowrap;\n height: 38px;\n align-items: center;\n flex-direction: row;\n padding: 9px 17px;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;\n border-radius: 6px;\n text-align: center;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n border: none;\n cursor: pointer;\n margin-right: 20px;\n}\n\n.newsletter-success {\n color: var(--global-text-color);\n display: none;\n align-items: center;\n width: 100%;\n}\n\n.newsletter-error {\n color: var(--global-theme-color);\n display: none;\n align-items: center;\n width: 100%;\n}\n\n.newsletter-back-button {\n color: var(--global-theme-color);\n margin: 10px auto;\n text-align: center;\n display: none;\n background: transparent;\n border: none;\n cursor: pointer;\n}\n\n@media (max-width: 575px) {\n\n .newsletter-form-input,\n .newsletter-form-button,\n .newsletter-loading-button,\n .newsletter-success,\n .newsletter-error {\n font-size: 16px !important;\n }\n\n .newsletter-form-container {\n margin-right: 20px;\n margin-left: 20px;\n }\n}\n\n// popover is used for annotation in bib.liquid\n.popover {\n background-color: var(--global-bg-color);\n border-color: var(--global-divider-color);\n\n .popover-header {\n color: var(--global-text-color); // Header text color\n border-bottom: 1px solid var(--global-divider-color);\n }\n\n .popover-body {\n color: var(--global-text-color); // Body text color\n }\n}\n\n.bs-popover-top {\n\n // arrow fill color\n .arrow::after {\n border-top-color: var(--global-bg-color);\n }\n\n // arrow border color\n .arrow:before {\n border-top-color: var(--global-divider-color);\n }\n}\n\n.bs-popover-bottom {\n\n // arrow fill color\n .arrow::after {\n border-bottom-color: var(--global-bg-color);\n }\n\n // arrow border color\n .arrow:before {\n border-bottom-color: var(--global-divider-color);\n }\n}\n\n// highlight-search-term\n::highlight(search) {\n background-color: var(--global-theme-color);\n color: var(--global-text-color);\n}\n","/*******************************************************************************\n * Style overrides for distill blog posts.\n ******************************************************************************/\n\nd-byline {\n border-top-color: var(--global-divider-color) !important;\n}\n\nd-byline h3 {\n color: var(--global-text-color) !important;\n}\n\nd-byline a,\nd-article d-byline a {\n color: var(--global-text-color) !important;\n &:hover {\n color: var(--global-hover-color) !important;\n }\n}\n\nd-article {\n border-top-color: var(--global-divider-color) !important;\n p,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n li,\n table {\n color: var(--global-text-color) !important;\n }\n h1,\n h2,\n hr,\n table,\n table th,\n table td {\n border-bottom-color: var(--global-divider-color) !important;\n }\n a {\n color: var(--global-theme-color) !important;\n &:hover {\n color: var(--global-theme-color) !important;\n }\n }\n b i {\n display: inline;\n }\n blockquote {\n border-left: 2px solid var(--global-theme-color) !important;\n }\n\n // Style taken from code blocks\n details {\n color: var(--global-text-color);\n background-color: var(--global-code-bg-color);\n margin-top: 0;\n padding: 8px 12px;\n position: relative;\n border-radius: 6px;\n display: block;\n margin-bottom: 20px;\n grid-column: text;\n overflow: auto;\n max-width: 100%;\n summary {\n color: var(--global-theme-color);\n }\n p {\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n }\n }\n\n d-contents {\n align-self: start;\n grid-column: 1 / 4;\n grid-row: auto / span 4;\n justify-self: end;\n margin-top: 0em;\n padding-left: 2em;\n padding-right: 3em;\n border-right: 1px solid var(--global-divider-color);\n width: calc(max(70%, 300px));\n margin-right: 0px;\n margin-top: 0em;\n display: grid;\n grid-template-columns:\n minmax(8px, 1fr) [toc] auto\n minmax(8px, 1fr) [toc-line] 1px\n minmax(32px, 2fr);\n\n nav {\n grid-column: toc;\n a {\n border-bottom: none !important;\n &:hover {\n border-bottom: 1px solid var(--global-text-color) !important;\n }\n }\n h3 {\n margin-top: 0;\n margin-bottom: 1em;\n }\n div {\n display: block;\n outline: none;\n margin-bottom: 0.8em;\n color: rgba(0, 0, 0, 0.8);\n font-weight: bold;\n }\n ul {\n padding-left: 1em;\n margin-top: 0;\n margin-bottom: 6px;\n list-style-type: none;\n li {\n margin-bottom: 0.25em;\n }\n }\n }\n .figcaption {\n line-height: 1.4em;\n }\n toc-line {\n border-right: 1px solid var(--global-divider-color);\n grid-column: toc-line;\n }\n }\n\n d-footnote {\n scroll-margin-top: 66px;\n }\n}\n\nd-appendix {\n border-top-color: var(--global-divider-color) !important;\n color: var(--global-distill-app-color) !important;\n h3,\n li,\n span {\n color: var(--global-distill-app-color) !important;\n }\n a,\n a.footnote-backlink {\n color: var(--global-distill-app-color) !important;\n &:hover {\n color: var(--global-hover-color) !important;\n }\n }\n}\n\n@media (max-width: 1024px) {\n d-article {\n d-contents {\n display: block;\n grid-column-start: 2;\n grid-column-end: -2;\n padding-bottom: 0.5em;\n margin-bottom: 1em;\n padding-top: 0.5em;\n width: 100%;\n border: 1px solid var(--global-divider-color);\n nav {\n grid-column: none;\n }\n }\n }\n}\n","/*****************************\n * CV shared styles\n *****************************/\n\ndiv.container-link-button {\n margin-right: 0.5rem;\n}\n\ntable.table-cv {\n background-color: transparent !important;\n\n td,\n th {\n padding: 1px;\n }\n}\n\na.btncv {\n color: var(--global-text-color) !important;\n border: 1px solid var(--global-text-color) !important;\n border-radius: 0.125rem;\n padding-left: 1rem;\n padding-right: 1rem;\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n text-decoration: none;\n font-weight: 400;\n font-size: 0.7rem;\n text-align: center;\n vertical-align: middle;\n text-transform: uppercase;\n white-space: nowrap;\n}\n\na.btncv:hover {\n color: var(--global-theme-color) !important;\n border-color: var(--global-theme-color) !important;\n text-decoration: none !important;\n}\n\n/*****************************\n * CV TIME_TABLE styles\n *****************************/\n\np.location {\n font-size: 0.7rem;\n white-space: nowrap;\n}\n\ni.iconlocation {\n color: var(--global-theme-color);\n font-size: 0.8rem;\n}\n\ni.iconinstitution {\n color: var(--global-theme-color);\n font-size: 0.95rem;\n margin-right: 0.3rem;\n}\n\ni.icondepartment {\n color: var(--global-theme-color);\n font-size: 0.8rem;\n margin-right: 0.3rem;\n}\n\ntable.institution {\n margin-bottom: 1rem;\n}\n\ntd.department {\n font-size: 0.8rem;\n}\n\ndiv.container-links {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n justify-content: flex-start;\n margin-top: 1rem;\n margin-bottom: 0.5rem;\n}\n\n/*****************************\n * CV MAP styles\n *****************************/\n\ndiv.container-pdf {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n justify-content: flex-start;\n}\n\n/*****************************\n * CV LIST_GROUPS styles\n *****************************/\n\ndiv.list-groups {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-start;\n flex-direction: row;\n align-content: center;\n}\n\ndiv.list-group {\n display: flex;\n flex-wrap: wrap;\n flex-direction: column;\n align-items: flex-start;\n margin-bottom: 2rem;\n}\n\ntd.list-group-category {\n color: var(--global-theme-color);\n margin-bottom: 0.5rem;\n}\n\ntd.list-group-category-icon {\n font-size: 0.8rem;\n color: var(--global-theme-color);\n width: 1.4rem;\n padding-right: 0.4rem;\n}\n\ntd.list-group-name {\n font-size: 0.8rem;\n}\n\ntd.list-group-level {\n font-size: 0.8rem;\n padding-left: 0.5rem;\n}\n\ntd.list-group-school {\n font-size: 0.7rem;\n padding-left: 0.5rem;\n text-align: center;\n}\n\np.list-group-time {\n font-size: 0.7rem;\n padding-left: 0.5rem;\n}\n\ntd.list-group-link {\n padding-left: 0.5rem;\n}\n\n/*****************************\n * CV TOC styles\n *****************************/\n\na.anchor {\n display: block;\n position: relative;\n top: -50px;\n visibility: hidden;\n}\n\nul.timeline {\n margin-top: 2rem;\n margin-bottom: 2rem;\n}\n\nul.timeline li {\n position: relative;\n min-height: 2.2rem;\n color: var(--global-text-color);\n list-style-position: inside;\n}\n\nspan.badge-toc {\n color: var(--global-bg-color);\n background-color: var(--global-theme-color);\n border-radius: 0.125rem;\n padding: 0.125rem 0.5rem 0.125rem 0.5rem;\n font-weight: 700 !important;\n display: inline-block;\n inline-size: fit-content;\n}\n\nul.timeline li::before {\n content: \"\";\n min-height: 2.5rem;\n width: 1px;\n background: var(--global-text-color);\n margin: 0;\n padding: 0;\n position: absolute;\n left: 2px;\n top: -0.5rem;\n}\n\n/*ul.timeline::before {\n content: \"●\";\n font-size: 1em;\n display: inline-block;\n margin: 0;\n padding: 0;\n position: relative;\n left: -2px;\n top: 0.4rem;\n color: var(--global-text-color);\n}\n ul.timeline::after {\n content: \"●\";\n font-size: 1em;\n display: inline-block;\n margin: 0;\n padding: 0;\n position: relative;\n left: -2px;\n top: -1rem;\n color: var(--global-text-color);\n}\n*/\n",".tab {\n display: flex;\n flex-wrap: wrap;\n margin-left: -20px;\n padding: 0;\n list-style: none;\n position: relative;\n}\n\n.tab > * {\n flex: none;\n padding-left: 20px;\n position: relative;\n}\n\n.tab > * > a {\n display: block;\n text-align: center;\n padding: 9px 20px;\n color: var(--global-text-color-light);\n border-bottom: 2px solid transparent;\n border-bottom-color: transparent;\n font-size: 12px;\n text-transform: uppercase;\n transition: color 0.1s ease-in-out;\n line-height: 20px;\n}\n\n.tab > .active > a {\n color: var(--global-text-color);\n border-color: var(--global-theme-color);\n}\n\n.tab > li > a {\n text-decoration: none;\n cursor: pointer;\n}\n\n.tab-content {\n padding: 0;\n}\n\n.tab-content > li {\n display: none;\n}\n.tab-content > li.active {\n display: block;\n}\n",".typogram {\n .diagram {\n display: block;\n }\n\n .diagram line,\n .diagram circle,\n .diagram rect {\n stroke: var(--global-text-color);\n }\n\n .diagram line {\n stroke-width: 2;\n }\n\n .diagram circle {\n r: 3.5;\n }\n\n .diagram rect {\n width: 6px;\n height: 6px;\n }\n\n .diagram text,\n .glyph,\n .debug text {\n /** font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; **/\n font-family:\n Iosevka Fixed,\n monospace;\n font-size: 3em;\n text-anchor: middle;\n alignment-baseline: central;\n white-space: pre;\n fill: var(--global-text-color);\n }\n\n .reserved {\n fill: transparent;\n white-space: pre;\n }\n\n .debug[debug=\"true\"] .reserved {\n fill: var(--global-text-color);\n opacity: 0.5;\n }\n\n .debug[debug=\"true\"] line.grid {\n stroke: var(--global-text-color);\n stroke-width: 0.2;\n stroke-linecap: butt;\n fill: var(--global-text-color);\n opacity: 1%;\n }\n\n polygon {\n stroke-width: 0;\n }\n\n .debug[debug=\"true\"] polygon.inner {\n fill: var(--global-text-color);\n stroke: var(--global-text-color);\n opacity: 5%;\n }\n\n polygon {\n stroke: var(--global-text-color);\n /** stroke-width: 0.2; **/\n stroke-linecap: butt;\n fill: var(--global-text-color);\n }\n\n .debug[debug=\"true\"] polygon,\n .debug[debug=\"true\"] line.grid {\n opacity: 10%;\n }\n\n .debug[debug=\"true\"] polygon,\n .debug[debug=\"true\"] path,\n .debug[debug=\"true\"] circle {\n opacity: 50%;\n }\n\n .debug[debug=\"true\"] polygon {\n fill: red;\n stroke: red;\n }\n\n /**\n circle {\n fill: var(--global-text-color);\n }\n **/\n\n .debug[debug=\"true\"] circle,\n .debug[debug=\"true\"] path {\n opacity: 50%;\n fill: red;\n }\n\n .debug[debug=\"true\"] circle {\n stroke: red;\n }\n\n .debug[debug=\"true\"] .inner {\n stroke-width: 0.2;\n }\n\n line.part {\n stroke-width: 6;\n stroke-linecap: butt;\n stroke: var(--global-text-color);\n }\n\n .debug[debug=\"true\"] line.part {\n opacity: 50%;\n stroke: red;\n }\n\n .debug[debug=\"true\"] line.center {\n stroke-width: 3;\n stroke-linecap: butt;\n opacity: 10%;\n stroke: var(--global-text-color);\n }\n\n text::selection {\n fill: HighlightText;\n background-color: Highlight;\n }\n}\n","/*!\n * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2024 Fonticons, Inc.\n */\n// Font Awesome core compile (Web Fonts-based)\n// -------------------------\n\n@import 'functions';\n@import 'variables';\n@import 'mixins';\n@import 'core';\n@import 'sizing';\n@import 'fixed-width';\n@import 'list';\n@import 'bordered-pulled';\n@import 'animated';\n@import 'rotated-flipped';\n@import 'stacked';\n@import 'icons';\n@import 'screen-reader';\n","// base icon class definition\n// -------------------------\n\n.#{$fa-css-prefix} {\n font-family: var(--#{$fa-css-prefix}-style-family, '#{$fa-style-family}');\n font-weight: var(--#{$fa-css-prefix}-style, #{$fa-style});\n}\n\n.fas,\n.far,\n.fab,\n.#{$fa-css-prefix}-solid,\n.#{$fa-css-prefix}-regular,\n.#{$fa-css-prefix}-brands,\n.#{$fa-css-prefix} {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: var(--#{$fa-css-prefix}-display, #{$fa-display});\n font-style: normal;\n font-variant: normal;\n line-height: 1;\n text-rendering: auto;\n}\n\n.fas::before,\n.far::before,\n.fab::before,\n.#{$fa-css-prefix}-solid::before,\n.#{$fa-css-prefix}-regular::before,\n.#{$fa-css-prefix}-brands::before,\n.fa::before {\n content: var(#{$fa-icon-property});\n}\n\n.#{$fa-css-prefix}-classic,\n.fas,\n.#{$fa-css-prefix}-solid,\n.far,\n.#{$fa-css-prefix}-regular {\n font-family: 'Font Awesome 6 Free';\n}\n.#{$fa-css-prefix}-brands,\n.fab {\n font-family: 'Font Awesome 6 Brands';\n}\n\n%fa-icon {\n @include fa-icon;\n}\n","// sizing icons\n// -------------------------\n\n// literal magnification scale\n@for $i from 1 through 10 {\n .#{$fa-css-prefix}-#{$i}x {\n font-size: $i * 1em;\n }\n}\n\n// step-based scale (with alignment)\n@each $size, $value in $fa-sizes {\n .#{$fa-css-prefix}-#{$size} {\n @include fa-size($value);\n }\n}\n","// mixins\n// --------------------------\n\n// base rendering for an icon\n@mixin fa-icon {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n font-weight: normal;\n line-height: 1;\n}\n\n// sets relative font-sizing and alignment (in _sizing)\n@mixin fa-size ($font-size) {\n font-size: fa-divide($font-size, $fa-size-scale-base) * 1em; // converts step in sizing scale into an em-based value that's relative to the scale's base\n line-height: fa-divide(1, $font-size) * 1em; // sets the line-height of the icon back to that of it's parent\n vertical-align: (fa-divide(6, $font-size) - fa-divide(3, 8)) * 1em; // vertically centers the icon taking into account the surrounding text's descender\n}\n\n// only display content to screen readers\n// see: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/\n// see: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/\n@mixin fa-sr-only() {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n// use in conjunction with .sr-only to only display content when it's focused\n@mixin fa-sr-only-focusable() {\n &:not(:focus) {\n @include fa-sr-only();\n }\n}\n\n// sets a specific icon family to use alongside style + icon mixins\n@mixin fa-family-classic() {\n @extend .fa-classic;\n}\n\n// convenience mixins for declaring pseudo-elements by CSS variable,\n// including all style-specific font properties\n@mixin fa-icon-solid($fa-var) {\n @extend .fa-solid;\n\n & { #{$fa-icon-property}: unquote(\"\\\"#{ $fa-var }\\\"\"); #{$fa-duotone-icon-property}: unquote(\"\\\"#{ $fa-var }#{ $fa-var }\\\"\"); }\n}\n@mixin fa-icon-regular($fa-var) {\n @extend .fa-regular;\n\n & { #{$fa-icon-property}: unquote(\"\\\"#{ $fa-var }\\\"\"); #{$fa-duotone-icon-property}: unquote(\"\\\"#{ $fa-var }#{ $fa-var }\\\"\"); }\n}\n@mixin fa-icon-brands($fa-var) {\n @extend .fa-brands;\n\n & { #{$fa-icon-property}: unquote(\"\\\"#{ $fa-var }\\\"\"); #{$fa-duotone-icon-property}: unquote(\"\\\"#{ $fa-var }#{ $fa-var }\\\"\"); }\n}\n","// fixed-width icons\n// -------------------------\n\n.#{$fa-css-prefix}-fw {\n text-align: center;\n width: $fa-fw-width;\n}\n","// variables\n// --------------------------\n\n$fa-css-prefix : fa !default;\n$fa-style : 900 !default;\n$fa-style-family : \"Font Awesome 6 Free\" !default;\n\n$fa-icon-property : --fa;\n$fa-duotone-icon-property : --fa--fa;\n\n$fa-display : inline-block !default;\n\n$fa-fw-width : fa-divide(20em, 16) !default;\n$fa-inverse : #fff !default;\n\n$fa-border-color : #eee !default;\n$fa-border-padding : .2em .25em .15em !default;\n$fa-border-radius : .1em !default;\n$fa-border-style : solid !default;\n$fa-border-width : .08em !default;\n\n$fa-size-scale-2xs : 10 !default;\n$fa-size-scale-xs : 12 !default;\n$fa-size-scale-sm : 14 !default;\n$fa-size-scale-base : 16 !default;\n$fa-size-scale-lg : 20 !default;\n$fa-size-scale-xl : 24 !default;\n$fa-size-scale-2xl : 32 !default;\n\n$fa-sizes: (\n \"2xs\" : $fa-size-scale-2xs,\n \"xs\" : $fa-size-scale-xs,\n \"sm\" : $fa-size-scale-sm,\n \"lg\" : $fa-size-scale-lg,\n \"xl\" : $fa-size-scale-xl,\n \"2xl\" : $fa-size-scale-2xl\n) !default;\n\n$fa-li-width : 2em !default;\n$fa-li-margin : $fa-li-width * fa-divide(5, 4) !default;\n\n$fa-pull-margin : .3em !default;\n\n$fa-primary-opacity : 1 !default;\n$fa-secondary-opacity : .4 !default;\n\n$fa-stack-vertical-align : middle !default;\n$fa-stack-width : ($fa-fw-width * 2) !default;\n$fa-stack-z-index : auto !default;\n\n$fa-font-display : block !default;\n$fa-font-path : \"../webfonts\" !default;\n\n$fa-var-0: \\30;\n$fa-var-1: \\31;\n$fa-var-2: \\32;\n$fa-var-3: \\33;\n$fa-var-4: \\34;\n$fa-var-5: \\35;\n$fa-var-6: \\36;\n$fa-var-7: \\37;\n$fa-var-8: \\38;\n$fa-var-9: \\39;\n$fa-var-fill-drip: \\f576;\n$fa-var-arrows-to-circle: \\e4bd;\n$fa-var-circle-chevron-right: \\f138;\n$fa-var-chevron-circle-right: \\f138;\n$fa-var-at: \\40;\n$fa-var-trash-can: \\f2ed;\n$fa-var-trash-alt: \\f2ed;\n$fa-var-text-height: \\f034;\n$fa-var-user-xmark: \\f235;\n$fa-var-user-times: \\f235;\n$fa-var-stethoscope: \\f0f1;\n$fa-var-message: \\f27a;\n$fa-var-comment-alt: \\f27a;\n$fa-var-info: \\f129;\n$fa-var-down-left-and-up-right-to-center: \\f422;\n$fa-var-compress-alt: \\f422;\n$fa-var-explosion: \\e4e9;\n$fa-var-file-lines: \\f15c;\n$fa-var-file-alt: \\f15c;\n$fa-var-file-text: \\f15c;\n$fa-var-wave-square: \\f83e;\n$fa-var-ring: \\f70b;\n$fa-var-building-un: \\e4d9;\n$fa-var-dice-three: \\f527;\n$fa-var-calendar-days: \\f073;\n$fa-var-calendar-alt: \\f073;\n$fa-var-anchor-circle-check: \\e4aa;\n$fa-var-building-circle-arrow-right: \\e4d1;\n$fa-var-volleyball: \\f45f;\n$fa-var-volleyball-ball: \\f45f;\n$fa-var-arrows-up-to-line: \\e4c2;\n$fa-var-sort-down: \\f0dd;\n$fa-var-sort-desc: \\f0dd;\n$fa-var-circle-minus: \\f056;\n$fa-var-minus-circle: \\f056;\n$fa-var-door-open: \\f52b;\n$fa-var-right-from-bracket: \\f2f5;\n$fa-var-sign-out-alt: \\f2f5;\n$fa-var-atom: \\f5d2;\n$fa-var-soap: \\e06e;\n$fa-var-icons: \\f86d;\n$fa-var-heart-music-camera-bolt: \\f86d;\n$fa-var-microphone-lines-slash: \\f539;\n$fa-var-microphone-alt-slash: \\f539;\n$fa-var-bridge-circle-check: \\e4c9;\n$fa-var-pump-medical: \\e06a;\n$fa-var-fingerprint: \\f577;\n$fa-var-hand-point-right: \\f0a4;\n$fa-var-magnifying-glass-location: \\f689;\n$fa-var-search-location: \\f689;\n$fa-var-forward-step: \\f051;\n$fa-var-step-forward: \\f051;\n$fa-var-face-smile-beam: \\f5b8;\n$fa-var-smile-beam: \\f5b8;\n$fa-var-flag-checkered: \\f11e;\n$fa-var-football: \\f44e;\n$fa-var-football-ball: \\f44e;\n$fa-var-school-circle-exclamation: \\e56c;\n$fa-var-crop: \\f125;\n$fa-var-angles-down: \\f103;\n$fa-var-angle-double-down: \\f103;\n$fa-var-users-rectangle: \\e594;\n$fa-var-people-roof: \\e537;\n$fa-var-people-line: \\e534;\n$fa-var-beer-mug-empty: \\f0fc;\n$fa-var-beer: \\f0fc;\n$fa-var-diagram-predecessor: \\e477;\n$fa-var-arrow-up-long: \\f176;\n$fa-var-long-arrow-up: \\f176;\n$fa-var-fire-flame-simple: \\f46a;\n$fa-var-burn: \\f46a;\n$fa-var-person: \\f183;\n$fa-var-male: \\f183;\n$fa-var-laptop: \\f109;\n$fa-var-file-csv: \\f6dd;\n$fa-var-menorah: \\f676;\n$fa-var-truck-plane: \\e58f;\n$fa-var-record-vinyl: \\f8d9;\n$fa-var-face-grin-stars: \\f587;\n$fa-var-grin-stars: \\f587;\n$fa-var-bong: \\f55c;\n$fa-var-spaghetti-monster-flying: \\f67b;\n$fa-var-pastafarianism: \\f67b;\n$fa-var-arrow-down-up-across-line: \\e4af;\n$fa-var-spoon: \\f2e5;\n$fa-var-utensil-spoon: \\f2e5;\n$fa-var-jar-wheat: \\e517;\n$fa-var-envelopes-bulk: \\f674;\n$fa-var-mail-bulk: \\f674;\n$fa-var-file-circle-exclamation: \\e4eb;\n$fa-var-circle-h: \\f47e;\n$fa-var-hospital-symbol: \\f47e;\n$fa-var-pager: \\f815;\n$fa-var-address-book: \\f2b9;\n$fa-var-contact-book: \\f2b9;\n$fa-var-strikethrough: \\f0cc;\n$fa-var-k: \\4b;\n$fa-var-landmark-flag: \\e51c;\n$fa-var-pencil: \\f303;\n$fa-var-pencil-alt: \\f303;\n$fa-var-backward: \\f04a;\n$fa-var-caret-right: \\f0da;\n$fa-var-comments: \\f086;\n$fa-var-paste: \\f0ea;\n$fa-var-file-clipboard: \\f0ea;\n$fa-var-code-pull-request: \\e13c;\n$fa-var-clipboard-list: \\f46d;\n$fa-var-truck-ramp-box: \\f4de;\n$fa-var-truck-loading: \\f4de;\n$fa-var-user-check: \\f4fc;\n$fa-var-vial-virus: \\e597;\n$fa-var-sheet-plastic: \\e571;\n$fa-var-blog: \\f781;\n$fa-var-user-ninja: \\f504;\n$fa-var-person-arrow-up-from-line: \\e539;\n$fa-var-scroll-torah: \\f6a0;\n$fa-var-torah: \\f6a0;\n$fa-var-broom-ball: \\f458;\n$fa-var-quidditch: \\f458;\n$fa-var-quidditch-broom-ball: \\f458;\n$fa-var-toggle-off: \\f204;\n$fa-var-box-archive: \\f187;\n$fa-var-archive: \\f187;\n$fa-var-person-drowning: \\e545;\n$fa-var-arrow-down-9-1: \\f886;\n$fa-var-sort-numeric-desc: \\f886;\n$fa-var-sort-numeric-down-alt: \\f886;\n$fa-var-face-grin-tongue-squint: \\f58a;\n$fa-var-grin-tongue-squint: \\f58a;\n$fa-var-spray-can: \\f5bd;\n$fa-var-truck-monster: \\f63b;\n$fa-var-w: \\57;\n$fa-var-earth-africa: \\f57c;\n$fa-var-globe-africa: \\f57c;\n$fa-var-rainbow: \\f75b;\n$fa-var-circle-notch: \\f1ce;\n$fa-var-tablet-screen-button: \\f3fa;\n$fa-var-tablet-alt: \\f3fa;\n$fa-var-paw: \\f1b0;\n$fa-var-cloud: \\f0c2;\n$fa-var-trowel-bricks: \\e58a;\n$fa-var-face-flushed: \\f579;\n$fa-var-flushed: \\f579;\n$fa-var-hospital-user: \\f80d;\n$fa-var-tent-arrow-left-right: \\e57f;\n$fa-var-gavel: \\f0e3;\n$fa-var-legal: \\f0e3;\n$fa-var-binoculars: \\f1e5;\n$fa-var-microphone-slash: \\f131;\n$fa-var-box-tissue: \\e05b;\n$fa-var-motorcycle: \\f21c;\n$fa-var-bell-concierge: \\f562;\n$fa-var-concierge-bell: \\f562;\n$fa-var-pen-ruler: \\f5ae;\n$fa-var-pencil-ruler: \\f5ae;\n$fa-var-people-arrows: \\e068;\n$fa-var-people-arrows-left-right: \\e068;\n$fa-var-mars-and-venus-burst: \\e523;\n$fa-var-square-caret-right: \\f152;\n$fa-var-caret-square-right: \\f152;\n$fa-var-scissors: \\f0c4;\n$fa-var-cut: \\f0c4;\n$fa-var-sun-plant-wilt: \\e57a;\n$fa-var-toilets-portable: \\e584;\n$fa-var-hockey-puck: \\f453;\n$fa-var-table: \\f0ce;\n$fa-var-magnifying-glass-arrow-right: \\e521;\n$fa-var-tachograph-digital: \\f566;\n$fa-var-digital-tachograph: \\f566;\n$fa-var-users-slash: \\e073;\n$fa-var-clover: \\e139;\n$fa-var-reply: \\f3e5;\n$fa-var-mail-reply: \\f3e5;\n$fa-var-star-and-crescent: \\f699;\n$fa-var-house-fire: \\e50c;\n$fa-var-square-minus: \\f146;\n$fa-var-minus-square: \\f146;\n$fa-var-helicopter: \\f533;\n$fa-var-compass: \\f14e;\n$fa-var-square-caret-down: \\f150;\n$fa-var-caret-square-down: \\f150;\n$fa-var-file-circle-question: \\e4ef;\n$fa-var-laptop-code: \\f5fc;\n$fa-var-swatchbook: \\f5c3;\n$fa-var-prescription-bottle: \\f485;\n$fa-var-bars: \\f0c9;\n$fa-var-navicon: \\f0c9;\n$fa-var-people-group: \\e533;\n$fa-var-hourglass-end: \\f253;\n$fa-var-hourglass-3: \\f253;\n$fa-var-heart-crack: \\f7a9;\n$fa-var-heart-broken: \\f7a9;\n$fa-var-square-up-right: \\f360;\n$fa-var-external-link-square-alt: \\f360;\n$fa-var-face-kiss-beam: \\f597;\n$fa-var-kiss-beam: \\f597;\n$fa-var-film: \\f008;\n$fa-var-ruler-horizontal: \\f547;\n$fa-var-people-robbery: \\e536;\n$fa-var-lightbulb: \\f0eb;\n$fa-var-caret-left: \\f0d9;\n$fa-var-circle-exclamation: \\f06a;\n$fa-var-exclamation-circle: \\f06a;\n$fa-var-school-circle-xmark: \\e56d;\n$fa-var-arrow-right-from-bracket: \\f08b;\n$fa-var-sign-out: \\f08b;\n$fa-var-circle-chevron-down: \\f13a;\n$fa-var-chevron-circle-down: \\f13a;\n$fa-var-unlock-keyhole: \\f13e;\n$fa-var-unlock-alt: \\f13e;\n$fa-var-cloud-showers-heavy: \\f740;\n$fa-var-headphones-simple: \\f58f;\n$fa-var-headphones-alt: \\f58f;\n$fa-var-sitemap: \\f0e8;\n$fa-var-circle-dollar-to-slot: \\f4b9;\n$fa-var-donate: \\f4b9;\n$fa-var-memory: \\f538;\n$fa-var-road-spikes: \\e568;\n$fa-var-fire-burner: \\e4f1;\n$fa-var-flag: \\f024;\n$fa-var-hanukiah: \\f6e6;\n$fa-var-feather: \\f52d;\n$fa-var-volume-low: \\f027;\n$fa-var-volume-down: \\f027;\n$fa-var-comment-slash: \\f4b3;\n$fa-var-cloud-sun-rain: \\f743;\n$fa-var-compress: \\f066;\n$fa-var-wheat-awn: \\e2cd;\n$fa-var-wheat-alt: \\e2cd;\n$fa-var-ankh: \\f644;\n$fa-var-hands-holding-child: \\e4fa;\n$fa-var-asterisk: \\2a;\n$fa-var-square-check: \\f14a;\n$fa-var-check-square: \\f14a;\n$fa-var-peseta-sign: \\e221;\n$fa-var-heading: \\f1dc;\n$fa-var-header: \\f1dc;\n$fa-var-ghost: \\f6e2;\n$fa-var-list: \\f03a;\n$fa-var-list-squares: \\f03a;\n$fa-var-square-phone-flip: \\f87b;\n$fa-var-phone-square-alt: \\f87b;\n$fa-var-cart-plus: \\f217;\n$fa-var-gamepad: \\f11b;\n$fa-var-circle-dot: \\f192;\n$fa-var-dot-circle: \\f192;\n$fa-var-face-dizzy: \\f567;\n$fa-var-dizzy: \\f567;\n$fa-var-egg: \\f7fb;\n$fa-var-house-medical-circle-xmark: \\e513;\n$fa-var-campground: \\f6bb;\n$fa-var-folder-plus: \\f65e;\n$fa-var-futbol: \\f1e3;\n$fa-var-futbol-ball: \\f1e3;\n$fa-var-soccer-ball: \\f1e3;\n$fa-var-paintbrush: \\f1fc;\n$fa-var-paint-brush: \\f1fc;\n$fa-var-lock: \\f023;\n$fa-var-gas-pump: \\f52f;\n$fa-var-hot-tub-person: \\f593;\n$fa-var-hot-tub: \\f593;\n$fa-var-map-location: \\f59f;\n$fa-var-map-marked: \\f59f;\n$fa-var-house-flood-water: \\e50e;\n$fa-var-tree: \\f1bb;\n$fa-var-bridge-lock: \\e4cc;\n$fa-var-sack-dollar: \\f81d;\n$fa-var-pen-to-square: \\f044;\n$fa-var-edit: \\f044;\n$fa-var-car-side: \\f5e4;\n$fa-var-share-nodes: \\f1e0;\n$fa-var-share-alt: \\f1e0;\n$fa-var-heart-circle-minus: \\e4ff;\n$fa-var-hourglass-half: \\f252;\n$fa-var-hourglass-2: \\f252;\n$fa-var-microscope: \\f610;\n$fa-var-sink: \\e06d;\n$fa-var-bag-shopping: \\f290;\n$fa-var-shopping-bag: \\f290;\n$fa-var-arrow-down-z-a: \\f881;\n$fa-var-sort-alpha-desc: \\f881;\n$fa-var-sort-alpha-down-alt: \\f881;\n$fa-var-mitten: \\f7b5;\n$fa-var-person-rays: \\e54d;\n$fa-var-users: \\f0c0;\n$fa-var-eye-slash: \\f070;\n$fa-var-flask-vial: \\e4f3;\n$fa-var-hand: \\f256;\n$fa-var-hand-paper: \\f256;\n$fa-var-om: \\f679;\n$fa-var-worm: \\e599;\n$fa-var-house-circle-xmark: \\e50b;\n$fa-var-plug: \\f1e6;\n$fa-var-chevron-up: \\f077;\n$fa-var-hand-spock: \\f259;\n$fa-var-stopwatch: \\f2f2;\n$fa-var-face-kiss: \\f596;\n$fa-var-kiss: \\f596;\n$fa-var-bridge-circle-xmark: \\e4cb;\n$fa-var-face-grin-tongue: \\f589;\n$fa-var-grin-tongue: \\f589;\n$fa-var-chess-bishop: \\f43a;\n$fa-var-face-grin-wink: \\f58c;\n$fa-var-grin-wink: \\f58c;\n$fa-var-ear-deaf: \\f2a4;\n$fa-var-deaf: \\f2a4;\n$fa-var-deafness: \\f2a4;\n$fa-var-hard-of-hearing: \\f2a4;\n$fa-var-road-circle-check: \\e564;\n$fa-var-dice-five: \\f523;\n$fa-var-square-rss: \\f143;\n$fa-var-rss-square: \\f143;\n$fa-var-land-mine-on: \\e51b;\n$fa-var-i-cursor: \\f246;\n$fa-var-stamp: \\f5bf;\n$fa-var-stairs: \\e289;\n$fa-var-i: \\49;\n$fa-var-hryvnia-sign: \\f6f2;\n$fa-var-hryvnia: \\f6f2;\n$fa-var-pills: \\f484;\n$fa-var-face-grin-wide: \\f581;\n$fa-var-grin-alt: \\f581;\n$fa-var-tooth: \\f5c9;\n$fa-var-v: \\56;\n$fa-var-bangladeshi-taka-sign: \\e2e6;\n$fa-var-bicycle: \\f206;\n$fa-var-staff-snake: \\e579;\n$fa-var-rod-asclepius: \\e579;\n$fa-var-rod-snake: \\e579;\n$fa-var-staff-aesculapius: \\e579;\n$fa-var-head-side-cough-slash: \\e062;\n$fa-var-truck-medical: \\f0f9;\n$fa-var-ambulance: \\f0f9;\n$fa-var-wheat-awn-circle-exclamation: \\e598;\n$fa-var-snowman: \\f7d0;\n$fa-var-mortar-pestle: \\f5a7;\n$fa-var-road-barrier: \\e562;\n$fa-var-school: \\f549;\n$fa-var-igloo: \\f7ae;\n$fa-var-joint: \\f595;\n$fa-var-angle-right: \\f105;\n$fa-var-horse: \\f6f0;\n$fa-var-q: \\51;\n$fa-var-g: \\47;\n$fa-var-notes-medical: \\f481;\n$fa-var-temperature-half: \\f2c9;\n$fa-var-temperature-2: \\f2c9;\n$fa-var-thermometer-2: \\f2c9;\n$fa-var-thermometer-half: \\f2c9;\n$fa-var-dong-sign: \\e169;\n$fa-var-capsules: \\f46b;\n$fa-var-poo-storm: \\f75a;\n$fa-var-poo-bolt: \\f75a;\n$fa-var-face-frown-open: \\f57a;\n$fa-var-frown-open: \\f57a;\n$fa-var-hand-point-up: \\f0a6;\n$fa-var-money-bill: \\f0d6;\n$fa-var-bookmark: \\f02e;\n$fa-var-align-justify: \\f039;\n$fa-var-umbrella-beach: \\f5ca;\n$fa-var-helmet-un: \\e503;\n$fa-var-bullseye: \\f140;\n$fa-var-bacon: \\f7e5;\n$fa-var-hand-point-down: \\f0a7;\n$fa-var-arrow-up-from-bracket: \\e09a;\n$fa-var-folder: \\f07b;\n$fa-var-folder-blank: \\f07b;\n$fa-var-file-waveform: \\f478;\n$fa-var-file-medical-alt: \\f478;\n$fa-var-radiation: \\f7b9;\n$fa-var-chart-simple: \\e473;\n$fa-var-mars-stroke: \\f229;\n$fa-var-vial: \\f492;\n$fa-var-gauge: \\f624;\n$fa-var-dashboard: \\f624;\n$fa-var-gauge-med: \\f624;\n$fa-var-tachometer-alt-average: \\f624;\n$fa-var-wand-magic-sparkles: \\e2ca;\n$fa-var-magic-wand-sparkles: \\e2ca;\n$fa-var-e: \\45;\n$fa-var-pen-clip: \\f305;\n$fa-var-pen-alt: \\f305;\n$fa-var-bridge-circle-exclamation: \\e4ca;\n$fa-var-user: \\f007;\n$fa-var-school-circle-check: \\e56b;\n$fa-var-dumpster: \\f793;\n$fa-var-van-shuttle: \\f5b6;\n$fa-var-shuttle-van: \\f5b6;\n$fa-var-building-user: \\e4da;\n$fa-var-square-caret-left: \\f191;\n$fa-var-caret-square-left: \\f191;\n$fa-var-highlighter: \\f591;\n$fa-var-key: \\f084;\n$fa-var-bullhorn: \\f0a1;\n$fa-var-globe: \\f0ac;\n$fa-var-synagogue: \\f69b;\n$fa-var-person-half-dress: \\e548;\n$fa-var-road-bridge: \\e563;\n$fa-var-location-arrow: \\f124;\n$fa-var-c: \\43;\n$fa-var-tablet-button: \\f10a;\n$fa-var-building-lock: \\e4d6;\n$fa-var-pizza-slice: \\f818;\n$fa-var-money-bill-wave: \\f53a;\n$fa-var-chart-area: \\f1fe;\n$fa-var-area-chart: \\f1fe;\n$fa-var-house-flag: \\e50d;\n$fa-var-person-circle-minus: \\e540;\n$fa-var-ban: \\f05e;\n$fa-var-cancel: \\f05e;\n$fa-var-camera-rotate: \\e0d8;\n$fa-var-spray-can-sparkles: \\f5d0;\n$fa-var-air-freshener: \\f5d0;\n$fa-var-star: \\f005;\n$fa-var-repeat: \\f363;\n$fa-var-cross: \\f654;\n$fa-var-box: \\f466;\n$fa-var-venus-mars: \\f228;\n$fa-var-arrow-pointer: \\f245;\n$fa-var-mouse-pointer: \\f245;\n$fa-var-maximize: \\f31e;\n$fa-var-expand-arrows-alt: \\f31e;\n$fa-var-charging-station: \\f5e7;\n$fa-var-shapes: \\f61f;\n$fa-var-triangle-circle-square: \\f61f;\n$fa-var-shuffle: \\f074;\n$fa-var-random: \\f074;\n$fa-var-person-running: \\f70c;\n$fa-var-running: \\f70c;\n$fa-var-mobile-retro: \\e527;\n$fa-var-grip-lines-vertical: \\f7a5;\n$fa-var-spider: \\f717;\n$fa-var-hands-bound: \\e4f9;\n$fa-var-file-invoice-dollar: \\f571;\n$fa-var-plane-circle-exclamation: \\e556;\n$fa-var-x-ray: \\f497;\n$fa-var-spell-check: \\f891;\n$fa-var-slash: \\f715;\n$fa-var-computer-mouse: \\f8cc;\n$fa-var-mouse: \\f8cc;\n$fa-var-arrow-right-to-bracket: \\f090;\n$fa-var-sign-in: \\f090;\n$fa-var-shop-slash: \\e070;\n$fa-var-store-alt-slash: \\e070;\n$fa-var-server: \\f233;\n$fa-var-virus-covid-slash: \\e4a9;\n$fa-var-shop-lock: \\e4a5;\n$fa-var-hourglass-start: \\f251;\n$fa-var-hourglass-1: \\f251;\n$fa-var-blender-phone: \\f6b6;\n$fa-var-building-wheat: \\e4db;\n$fa-var-person-breastfeeding: \\e53a;\n$fa-var-right-to-bracket: \\f2f6;\n$fa-var-sign-in-alt: \\f2f6;\n$fa-var-venus: \\f221;\n$fa-var-passport: \\f5ab;\n$fa-var-thumbtack-slash: \\e68f;\n$fa-var-thumb-tack-slash: \\e68f;\n$fa-var-heart-pulse: \\f21e;\n$fa-var-heartbeat: \\f21e;\n$fa-var-people-carry-box: \\f4ce;\n$fa-var-people-carry: \\f4ce;\n$fa-var-temperature-high: \\f769;\n$fa-var-microchip: \\f2db;\n$fa-var-crown: \\f521;\n$fa-var-weight-hanging: \\f5cd;\n$fa-var-xmarks-lines: \\e59a;\n$fa-var-file-prescription: \\f572;\n$fa-var-weight-scale: \\f496;\n$fa-var-weight: \\f496;\n$fa-var-user-group: \\f500;\n$fa-var-user-friends: \\f500;\n$fa-var-arrow-up-a-z: \\f15e;\n$fa-var-sort-alpha-up: \\f15e;\n$fa-var-chess-knight: \\f441;\n$fa-var-face-laugh-squint: \\f59b;\n$fa-var-laugh-squint: \\f59b;\n$fa-var-wheelchair: \\f193;\n$fa-var-circle-arrow-up: \\f0aa;\n$fa-var-arrow-circle-up: \\f0aa;\n$fa-var-toggle-on: \\f205;\n$fa-var-person-walking: \\f554;\n$fa-var-walking: \\f554;\n$fa-var-l: \\4c;\n$fa-var-fire: \\f06d;\n$fa-var-bed-pulse: \\f487;\n$fa-var-procedures: \\f487;\n$fa-var-shuttle-space: \\f197;\n$fa-var-space-shuttle: \\f197;\n$fa-var-face-laugh: \\f599;\n$fa-var-laugh: \\f599;\n$fa-var-folder-open: \\f07c;\n$fa-var-heart-circle-plus: \\e500;\n$fa-var-code-fork: \\e13b;\n$fa-var-city: \\f64f;\n$fa-var-microphone-lines: \\f3c9;\n$fa-var-microphone-alt: \\f3c9;\n$fa-var-pepper-hot: \\f816;\n$fa-var-unlock: \\f09c;\n$fa-var-colon-sign: \\e140;\n$fa-var-headset: \\f590;\n$fa-var-store-slash: \\e071;\n$fa-var-road-circle-xmark: \\e566;\n$fa-var-user-minus: \\f503;\n$fa-var-mars-stroke-up: \\f22a;\n$fa-var-mars-stroke-v: \\f22a;\n$fa-var-champagne-glasses: \\f79f;\n$fa-var-glass-cheers: \\f79f;\n$fa-var-clipboard: \\f328;\n$fa-var-house-circle-exclamation: \\e50a;\n$fa-var-file-arrow-up: \\f574;\n$fa-var-file-upload: \\f574;\n$fa-var-wifi: \\f1eb;\n$fa-var-wifi-3: \\f1eb;\n$fa-var-wifi-strong: \\f1eb;\n$fa-var-bath: \\f2cd;\n$fa-var-bathtub: \\f2cd;\n$fa-var-underline: \\f0cd;\n$fa-var-user-pen: \\f4ff;\n$fa-var-user-edit: \\f4ff;\n$fa-var-signature: \\f5b7;\n$fa-var-stroopwafel: \\f551;\n$fa-var-bold: \\f032;\n$fa-var-anchor-lock: \\e4ad;\n$fa-var-building-ngo: \\e4d7;\n$fa-var-manat-sign: \\e1d5;\n$fa-var-not-equal: \\f53e;\n$fa-var-border-top-left: \\f853;\n$fa-var-border-style: \\f853;\n$fa-var-map-location-dot: \\f5a0;\n$fa-var-map-marked-alt: \\f5a0;\n$fa-var-jedi: \\f669;\n$fa-var-square-poll-vertical: \\f681;\n$fa-var-poll: \\f681;\n$fa-var-mug-hot: \\f7b6;\n$fa-var-car-battery: \\f5df;\n$fa-var-battery-car: \\f5df;\n$fa-var-gift: \\f06b;\n$fa-var-dice-two: \\f528;\n$fa-var-chess-queen: \\f445;\n$fa-var-glasses: \\f530;\n$fa-var-chess-board: \\f43c;\n$fa-var-building-circle-check: \\e4d2;\n$fa-var-person-chalkboard: \\e53d;\n$fa-var-mars-stroke-right: \\f22b;\n$fa-var-mars-stroke-h: \\f22b;\n$fa-var-hand-back-fist: \\f255;\n$fa-var-hand-rock: \\f255;\n$fa-var-square-caret-up: \\f151;\n$fa-var-caret-square-up: \\f151;\n$fa-var-cloud-showers-water: \\e4e4;\n$fa-var-chart-bar: \\f080;\n$fa-var-bar-chart: \\f080;\n$fa-var-hands-bubbles: \\e05e;\n$fa-var-hands-wash: \\e05e;\n$fa-var-less-than-equal: \\f537;\n$fa-var-train: \\f238;\n$fa-var-eye-low-vision: \\f2a8;\n$fa-var-low-vision: \\f2a8;\n$fa-var-crow: \\f520;\n$fa-var-sailboat: \\e445;\n$fa-var-window-restore: \\f2d2;\n$fa-var-square-plus: \\f0fe;\n$fa-var-plus-square: \\f0fe;\n$fa-var-torii-gate: \\f6a1;\n$fa-var-frog: \\f52e;\n$fa-var-bucket: \\e4cf;\n$fa-var-image: \\f03e;\n$fa-var-microphone: \\f130;\n$fa-var-cow: \\f6c8;\n$fa-var-caret-up: \\f0d8;\n$fa-var-screwdriver: \\f54a;\n$fa-var-folder-closed: \\e185;\n$fa-var-house-tsunami: \\e515;\n$fa-var-square-nfi: \\e576;\n$fa-var-arrow-up-from-ground-water: \\e4b5;\n$fa-var-martini-glass: \\f57b;\n$fa-var-glass-martini-alt: \\f57b;\n$fa-var-square-binary: \\e69b;\n$fa-var-rotate-left: \\f2ea;\n$fa-var-rotate-back: \\f2ea;\n$fa-var-rotate-backward: \\f2ea;\n$fa-var-undo-alt: \\f2ea;\n$fa-var-table-columns: \\f0db;\n$fa-var-columns: \\f0db;\n$fa-var-lemon: \\f094;\n$fa-var-head-side-mask: \\e063;\n$fa-var-handshake: \\f2b5;\n$fa-var-gem: \\f3a5;\n$fa-var-dolly: \\f472;\n$fa-var-dolly-box: \\f472;\n$fa-var-smoking: \\f48d;\n$fa-var-minimize: \\f78c;\n$fa-var-compress-arrows-alt: \\f78c;\n$fa-var-monument: \\f5a6;\n$fa-var-snowplow: \\f7d2;\n$fa-var-angles-right: \\f101;\n$fa-var-angle-double-right: \\f101;\n$fa-var-cannabis: \\f55f;\n$fa-var-circle-play: \\f144;\n$fa-var-play-circle: \\f144;\n$fa-var-tablets: \\f490;\n$fa-var-ethernet: \\f796;\n$fa-var-euro-sign: \\f153;\n$fa-var-eur: \\f153;\n$fa-var-euro: \\f153;\n$fa-var-chair: \\f6c0;\n$fa-var-circle-check: \\f058;\n$fa-var-check-circle: \\f058;\n$fa-var-circle-stop: \\f28d;\n$fa-var-stop-circle: \\f28d;\n$fa-var-compass-drafting: \\f568;\n$fa-var-drafting-compass: \\f568;\n$fa-var-plate-wheat: \\e55a;\n$fa-var-icicles: \\f7ad;\n$fa-var-person-shelter: \\e54f;\n$fa-var-neuter: \\f22c;\n$fa-var-id-badge: \\f2c1;\n$fa-var-marker: \\f5a1;\n$fa-var-face-laugh-beam: \\f59a;\n$fa-var-laugh-beam: \\f59a;\n$fa-var-helicopter-symbol: \\e502;\n$fa-var-universal-access: \\f29a;\n$fa-var-circle-chevron-up: \\f139;\n$fa-var-chevron-circle-up: \\f139;\n$fa-var-lari-sign: \\e1c8;\n$fa-var-volcano: \\f770;\n$fa-var-person-walking-dashed-line-arrow-right: \\e553;\n$fa-var-sterling-sign: \\f154;\n$fa-var-gbp: \\f154;\n$fa-var-pound-sign: \\f154;\n$fa-var-viruses: \\e076;\n$fa-var-square-person-confined: \\e577;\n$fa-var-user-tie: \\f508;\n$fa-var-arrow-down-long: \\f175;\n$fa-var-long-arrow-down: \\f175;\n$fa-var-tent-arrow-down-to-line: \\e57e;\n$fa-var-certificate: \\f0a3;\n$fa-var-reply-all: \\f122;\n$fa-var-mail-reply-all: \\f122;\n$fa-var-suitcase: \\f0f2;\n$fa-var-person-skating: \\f7c5;\n$fa-var-skating: \\f7c5;\n$fa-var-filter-circle-dollar: \\f662;\n$fa-var-funnel-dollar: \\f662;\n$fa-var-camera-retro: \\f083;\n$fa-var-circle-arrow-down: \\f0ab;\n$fa-var-arrow-circle-down: \\f0ab;\n$fa-var-file-import: \\f56f;\n$fa-var-arrow-right-to-file: \\f56f;\n$fa-var-square-arrow-up-right: \\f14c;\n$fa-var-external-link-square: \\f14c;\n$fa-var-box-open: \\f49e;\n$fa-var-scroll: \\f70e;\n$fa-var-spa: \\f5bb;\n$fa-var-location-pin-lock: \\e51f;\n$fa-var-pause: \\f04c;\n$fa-var-hill-avalanche: \\e507;\n$fa-var-temperature-empty: \\f2cb;\n$fa-var-temperature-0: \\f2cb;\n$fa-var-thermometer-0: \\f2cb;\n$fa-var-thermometer-empty: \\f2cb;\n$fa-var-bomb: \\f1e2;\n$fa-var-registered: \\f25d;\n$fa-var-address-card: \\f2bb;\n$fa-var-contact-card: \\f2bb;\n$fa-var-vcard: \\f2bb;\n$fa-var-scale-unbalanced-flip: \\f516;\n$fa-var-balance-scale-right: \\f516;\n$fa-var-subscript: \\f12c;\n$fa-var-diamond-turn-right: \\f5eb;\n$fa-var-directions: \\f5eb;\n$fa-var-burst: \\e4dc;\n$fa-var-house-laptop: \\e066;\n$fa-var-laptop-house: \\e066;\n$fa-var-face-tired: \\f5c8;\n$fa-var-tired: \\f5c8;\n$fa-var-money-bills: \\e1f3;\n$fa-var-smog: \\f75f;\n$fa-var-crutch: \\f7f7;\n$fa-var-cloud-arrow-up: \\f0ee;\n$fa-var-cloud-upload: \\f0ee;\n$fa-var-cloud-upload-alt: \\f0ee;\n$fa-var-palette: \\f53f;\n$fa-var-arrows-turn-right: \\e4c0;\n$fa-var-vest: \\e085;\n$fa-var-ferry: \\e4ea;\n$fa-var-arrows-down-to-people: \\e4b9;\n$fa-var-seedling: \\f4d8;\n$fa-var-sprout: \\f4d8;\n$fa-var-left-right: \\f337;\n$fa-var-arrows-alt-h: \\f337;\n$fa-var-boxes-packing: \\e4c7;\n$fa-var-circle-arrow-left: \\f0a8;\n$fa-var-arrow-circle-left: \\f0a8;\n$fa-var-group-arrows-rotate: \\e4f6;\n$fa-var-bowl-food: \\e4c6;\n$fa-var-candy-cane: \\f786;\n$fa-var-arrow-down-wide-short: \\f160;\n$fa-var-sort-amount-asc: \\f160;\n$fa-var-sort-amount-down: \\f160;\n$fa-var-cloud-bolt: \\f76c;\n$fa-var-thunderstorm: \\f76c;\n$fa-var-text-slash: \\f87d;\n$fa-var-remove-format: \\f87d;\n$fa-var-face-smile-wink: \\f4da;\n$fa-var-smile-wink: \\f4da;\n$fa-var-file-word: \\f1c2;\n$fa-var-file-powerpoint: \\f1c4;\n$fa-var-arrows-left-right: \\f07e;\n$fa-var-arrows-h: \\f07e;\n$fa-var-house-lock: \\e510;\n$fa-var-cloud-arrow-down: \\f0ed;\n$fa-var-cloud-download: \\f0ed;\n$fa-var-cloud-download-alt: \\f0ed;\n$fa-var-children: \\e4e1;\n$fa-var-chalkboard: \\f51b;\n$fa-var-blackboard: \\f51b;\n$fa-var-user-large-slash: \\f4fa;\n$fa-var-user-alt-slash: \\f4fa;\n$fa-var-envelope-open: \\f2b6;\n$fa-var-handshake-simple-slash: \\e05f;\n$fa-var-handshake-alt-slash: \\e05f;\n$fa-var-mattress-pillow: \\e525;\n$fa-var-guarani-sign: \\e19a;\n$fa-var-arrows-rotate: \\f021;\n$fa-var-refresh: \\f021;\n$fa-var-sync: \\f021;\n$fa-var-fire-extinguisher: \\f134;\n$fa-var-cruzeiro-sign: \\e152;\n$fa-var-greater-than-equal: \\f532;\n$fa-var-shield-halved: \\f3ed;\n$fa-var-shield-alt: \\f3ed;\n$fa-var-book-atlas: \\f558;\n$fa-var-atlas: \\f558;\n$fa-var-virus: \\e074;\n$fa-var-envelope-circle-check: \\e4e8;\n$fa-var-layer-group: \\f5fd;\n$fa-var-arrows-to-dot: \\e4be;\n$fa-var-archway: \\f557;\n$fa-var-heart-circle-check: \\e4fd;\n$fa-var-house-chimney-crack: \\f6f1;\n$fa-var-house-damage: \\f6f1;\n$fa-var-file-zipper: \\f1c6;\n$fa-var-file-archive: \\f1c6;\n$fa-var-square: \\f0c8;\n$fa-var-martini-glass-empty: \\f000;\n$fa-var-glass-martini: \\f000;\n$fa-var-couch: \\f4b8;\n$fa-var-cedi-sign: \\e0df;\n$fa-var-italic: \\f033;\n$fa-var-table-cells-column-lock: \\e678;\n$fa-var-church: \\f51d;\n$fa-var-comments-dollar: \\f653;\n$fa-var-democrat: \\f747;\n$fa-var-z: \\5a;\n$fa-var-person-skiing: \\f7c9;\n$fa-var-skiing: \\f7c9;\n$fa-var-road-lock: \\e567;\n$fa-var-a: \\41;\n$fa-var-temperature-arrow-down: \\e03f;\n$fa-var-temperature-down: \\e03f;\n$fa-var-feather-pointed: \\f56b;\n$fa-var-feather-alt: \\f56b;\n$fa-var-p: \\50;\n$fa-var-snowflake: \\f2dc;\n$fa-var-newspaper: \\f1ea;\n$fa-var-rectangle-ad: \\f641;\n$fa-var-ad: \\f641;\n$fa-var-circle-arrow-right: \\f0a9;\n$fa-var-arrow-circle-right: \\f0a9;\n$fa-var-filter-circle-xmark: \\e17b;\n$fa-var-locust: \\e520;\n$fa-var-sort: \\f0dc;\n$fa-var-unsorted: \\f0dc;\n$fa-var-list-ol: \\f0cb;\n$fa-var-list-1-2: \\f0cb;\n$fa-var-list-numeric: \\f0cb;\n$fa-var-person-dress-burst: \\e544;\n$fa-var-money-check-dollar: \\f53d;\n$fa-var-money-check-alt: \\f53d;\n$fa-var-vector-square: \\f5cb;\n$fa-var-bread-slice: \\f7ec;\n$fa-var-language: \\f1ab;\n$fa-var-face-kiss-wink-heart: \\f598;\n$fa-var-kiss-wink-heart: \\f598;\n$fa-var-filter: \\f0b0;\n$fa-var-question: \\3f;\n$fa-var-file-signature: \\f573;\n$fa-var-up-down-left-right: \\f0b2;\n$fa-var-arrows-alt: \\f0b2;\n$fa-var-house-chimney-user: \\e065;\n$fa-var-hand-holding-heart: \\f4be;\n$fa-var-puzzle-piece: \\f12e;\n$fa-var-money-check: \\f53c;\n$fa-var-star-half-stroke: \\f5c0;\n$fa-var-star-half-alt: \\f5c0;\n$fa-var-code: \\f121;\n$fa-var-whiskey-glass: \\f7a0;\n$fa-var-glass-whiskey: \\f7a0;\n$fa-var-building-circle-exclamation: \\e4d3;\n$fa-var-magnifying-glass-chart: \\e522;\n$fa-var-arrow-up-right-from-square: \\f08e;\n$fa-var-external-link: \\f08e;\n$fa-var-cubes-stacked: \\e4e6;\n$fa-var-won-sign: \\f159;\n$fa-var-krw: \\f159;\n$fa-var-won: \\f159;\n$fa-var-virus-covid: \\e4a8;\n$fa-var-austral-sign: \\e0a9;\n$fa-var-f: \\46;\n$fa-var-leaf: \\f06c;\n$fa-var-road: \\f018;\n$fa-var-taxi: \\f1ba;\n$fa-var-cab: \\f1ba;\n$fa-var-person-circle-plus: \\e541;\n$fa-var-chart-pie: \\f200;\n$fa-var-pie-chart: \\f200;\n$fa-var-bolt-lightning: \\e0b7;\n$fa-var-sack-xmark: \\e56a;\n$fa-var-file-excel: \\f1c3;\n$fa-var-file-contract: \\f56c;\n$fa-var-fish-fins: \\e4f2;\n$fa-var-building-flag: \\e4d5;\n$fa-var-face-grin-beam: \\f582;\n$fa-var-grin-beam: \\f582;\n$fa-var-object-ungroup: \\f248;\n$fa-var-poop: \\f619;\n$fa-var-location-pin: \\f041;\n$fa-var-map-marker: \\f041;\n$fa-var-kaaba: \\f66b;\n$fa-var-toilet-paper: \\f71e;\n$fa-var-helmet-safety: \\f807;\n$fa-var-hard-hat: \\f807;\n$fa-var-hat-hard: \\f807;\n$fa-var-eject: \\f052;\n$fa-var-circle-right: \\f35a;\n$fa-var-arrow-alt-circle-right: \\f35a;\n$fa-var-plane-circle-check: \\e555;\n$fa-var-face-rolling-eyes: \\f5a5;\n$fa-var-meh-rolling-eyes: \\f5a5;\n$fa-var-object-group: \\f247;\n$fa-var-chart-line: \\f201;\n$fa-var-line-chart: \\f201;\n$fa-var-mask-ventilator: \\e524;\n$fa-var-arrow-right: \\f061;\n$fa-var-signs-post: \\f277;\n$fa-var-map-signs: \\f277;\n$fa-var-cash-register: \\f788;\n$fa-var-person-circle-question: \\e542;\n$fa-var-h: \\48;\n$fa-var-tarp: \\e57b;\n$fa-var-screwdriver-wrench: \\f7d9;\n$fa-var-tools: \\f7d9;\n$fa-var-arrows-to-eye: \\e4bf;\n$fa-var-plug-circle-bolt: \\e55b;\n$fa-var-heart: \\f004;\n$fa-var-mars-and-venus: \\f224;\n$fa-var-house-user: \\e1b0;\n$fa-var-home-user: \\e1b0;\n$fa-var-dumpster-fire: \\f794;\n$fa-var-house-crack: \\e3b1;\n$fa-var-martini-glass-citrus: \\f561;\n$fa-var-cocktail: \\f561;\n$fa-var-face-surprise: \\f5c2;\n$fa-var-surprise: \\f5c2;\n$fa-var-bottle-water: \\e4c5;\n$fa-var-circle-pause: \\f28b;\n$fa-var-pause-circle: \\f28b;\n$fa-var-toilet-paper-slash: \\e072;\n$fa-var-apple-whole: \\f5d1;\n$fa-var-apple-alt: \\f5d1;\n$fa-var-kitchen-set: \\e51a;\n$fa-var-r: \\52;\n$fa-var-temperature-quarter: \\f2ca;\n$fa-var-temperature-1: \\f2ca;\n$fa-var-thermometer-1: \\f2ca;\n$fa-var-thermometer-quarter: \\f2ca;\n$fa-var-cube: \\f1b2;\n$fa-var-bitcoin-sign: \\e0b4;\n$fa-var-shield-dog: \\e573;\n$fa-var-solar-panel: \\f5ba;\n$fa-var-lock-open: \\f3c1;\n$fa-var-elevator: \\e16d;\n$fa-var-money-bill-transfer: \\e528;\n$fa-var-money-bill-trend-up: \\e529;\n$fa-var-house-flood-water-circle-arrow-right: \\e50f;\n$fa-var-square-poll-horizontal: \\f682;\n$fa-var-poll-h: \\f682;\n$fa-var-circle: \\f111;\n$fa-var-backward-fast: \\f049;\n$fa-var-fast-backward: \\f049;\n$fa-var-recycle: \\f1b8;\n$fa-var-user-astronaut: \\f4fb;\n$fa-var-plane-slash: \\e069;\n$fa-var-trademark: \\f25c;\n$fa-var-basketball: \\f434;\n$fa-var-basketball-ball: \\f434;\n$fa-var-satellite-dish: \\f7c0;\n$fa-var-circle-up: \\f35b;\n$fa-var-arrow-alt-circle-up: \\f35b;\n$fa-var-mobile-screen-button: \\f3cd;\n$fa-var-mobile-alt: \\f3cd;\n$fa-var-volume-high: \\f028;\n$fa-var-volume-up: \\f028;\n$fa-var-users-rays: \\e593;\n$fa-var-wallet: \\f555;\n$fa-var-clipboard-check: \\f46c;\n$fa-var-file-audio: \\f1c7;\n$fa-var-burger: \\f805;\n$fa-var-hamburger: \\f805;\n$fa-var-wrench: \\f0ad;\n$fa-var-bugs: \\e4d0;\n$fa-var-rupee-sign: \\f156;\n$fa-var-rupee: \\f156;\n$fa-var-file-image: \\f1c5;\n$fa-var-circle-question: \\f059;\n$fa-var-question-circle: \\f059;\n$fa-var-plane-departure: \\f5b0;\n$fa-var-handshake-slash: \\e060;\n$fa-var-book-bookmark: \\e0bb;\n$fa-var-code-branch: \\f126;\n$fa-var-hat-cowboy: \\f8c0;\n$fa-var-bridge: \\e4c8;\n$fa-var-phone-flip: \\f879;\n$fa-var-phone-alt: \\f879;\n$fa-var-truck-front: \\e2b7;\n$fa-var-cat: \\f6be;\n$fa-var-anchor-circle-exclamation: \\e4ab;\n$fa-var-truck-field: \\e58d;\n$fa-var-route: \\f4d7;\n$fa-var-clipboard-question: \\e4e3;\n$fa-var-panorama: \\e209;\n$fa-var-comment-medical: \\f7f5;\n$fa-var-teeth-open: \\f62f;\n$fa-var-file-circle-minus: \\e4ed;\n$fa-var-tags: \\f02c;\n$fa-var-wine-glass: \\f4e3;\n$fa-var-forward-fast: \\f050;\n$fa-var-fast-forward: \\f050;\n$fa-var-face-meh-blank: \\f5a4;\n$fa-var-meh-blank: \\f5a4;\n$fa-var-square-parking: \\f540;\n$fa-var-parking: \\f540;\n$fa-var-house-signal: \\e012;\n$fa-var-bars-progress: \\f828;\n$fa-var-tasks-alt: \\f828;\n$fa-var-faucet-drip: \\e006;\n$fa-var-cart-flatbed: \\f474;\n$fa-var-dolly-flatbed: \\f474;\n$fa-var-ban-smoking: \\f54d;\n$fa-var-smoking-ban: \\f54d;\n$fa-var-terminal: \\f120;\n$fa-var-mobile-button: \\f10b;\n$fa-var-house-medical-flag: \\e514;\n$fa-var-basket-shopping: \\f291;\n$fa-var-shopping-basket: \\f291;\n$fa-var-tape: \\f4db;\n$fa-var-bus-simple: \\f55e;\n$fa-var-bus-alt: \\f55e;\n$fa-var-eye: \\f06e;\n$fa-var-face-sad-cry: \\f5b3;\n$fa-var-sad-cry: \\f5b3;\n$fa-var-audio-description: \\f29e;\n$fa-var-person-military-to-person: \\e54c;\n$fa-var-file-shield: \\e4f0;\n$fa-var-user-slash: \\f506;\n$fa-var-pen: \\f304;\n$fa-var-tower-observation: \\e586;\n$fa-var-file-code: \\f1c9;\n$fa-var-signal: \\f012;\n$fa-var-signal-5: \\f012;\n$fa-var-signal-perfect: \\f012;\n$fa-var-bus: \\f207;\n$fa-var-heart-circle-xmark: \\e501;\n$fa-var-house-chimney: \\e3af;\n$fa-var-home-lg: \\e3af;\n$fa-var-window-maximize: \\f2d0;\n$fa-var-face-frown: \\f119;\n$fa-var-frown: \\f119;\n$fa-var-prescription: \\f5b1;\n$fa-var-shop: \\f54f;\n$fa-var-store-alt: \\f54f;\n$fa-var-floppy-disk: \\f0c7;\n$fa-var-save: \\f0c7;\n$fa-var-vihara: \\f6a7;\n$fa-var-scale-unbalanced: \\f515;\n$fa-var-balance-scale-left: \\f515;\n$fa-var-sort-up: \\f0de;\n$fa-var-sort-asc: \\f0de;\n$fa-var-comment-dots: \\f4ad;\n$fa-var-commenting: \\f4ad;\n$fa-var-plant-wilt: \\e5aa;\n$fa-var-diamond: \\f219;\n$fa-var-face-grin-squint: \\f585;\n$fa-var-grin-squint: \\f585;\n$fa-var-hand-holding-dollar: \\f4c0;\n$fa-var-hand-holding-usd: \\f4c0;\n$fa-var-chart-diagram: \\e695;\n$fa-var-bacterium: \\e05a;\n$fa-var-hand-pointer: \\f25a;\n$fa-var-drum-steelpan: \\f56a;\n$fa-var-hand-scissors: \\f257;\n$fa-var-hands-praying: \\f684;\n$fa-var-praying-hands: \\f684;\n$fa-var-arrow-rotate-right: \\f01e;\n$fa-var-arrow-right-rotate: \\f01e;\n$fa-var-arrow-rotate-forward: \\f01e;\n$fa-var-redo: \\f01e;\n$fa-var-biohazard: \\f780;\n$fa-var-location-crosshairs: \\f601;\n$fa-var-location: \\f601;\n$fa-var-mars-double: \\f227;\n$fa-var-child-dress: \\e59c;\n$fa-var-users-between-lines: \\e591;\n$fa-var-lungs-virus: \\e067;\n$fa-var-face-grin-tears: \\f588;\n$fa-var-grin-tears: \\f588;\n$fa-var-phone: \\f095;\n$fa-var-calendar-xmark: \\f273;\n$fa-var-calendar-times: \\f273;\n$fa-var-child-reaching: \\e59d;\n$fa-var-head-side-virus: \\e064;\n$fa-var-user-gear: \\f4fe;\n$fa-var-user-cog: \\f4fe;\n$fa-var-arrow-up-1-9: \\f163;\n$fa-var-sort-numeric-up: \\f163;\n$fa-var-door-closed: \\f52a;\n$fa-var-shield-virus: \\e06c;\n$fa-var-dice-six: \\f526;\n$fa-var-mosquito-net: \\e52c;\n$fa-var-file-fragment: \\e697;\n$fa-var-bridge-water: \\e4ce;\n$fa-var-person-booth: \\f756;\n$fa-var-text-width: \\f035;\n$fa-var-hat-wizard: \\f6e8;\n$fa-var-pen-fancy: \\f5ac;\n$fa-var-person-digging: \\f85e;\n$fa-var-digging: \\f85e;\n$fa-var-trash: \\f1f8;\n$fa-var-gauge-simple: \\f629;\n$fa-var-gauge-simple-med: \\f629;\n$fa-var-tachometer-average: \\f629;\n$fa-var-book-medical: \\f7e6;\n$fa-var-poo: \\f2fe;\n$fa-var-quote-right: \\f10e;\n$fa-var-quote-right-alt: \\f10e;\n$fa-var-shirt: \\f553;\n$fa-var-t-shirt: \\f553;\n$fa-var-tshirt: \\f553;\n$fa-var-cubes: \\f1b3;\n$fa-var-divide: \\f529;\n$fa-var-tenge-sign: \\f7d7;\n$fa-var-tenge: \\f7d7;\n$fa-var-headphones: \\f025;\n$fa-var-hands-holding: \\f4c2;\n$fa-var-hands-clapping: \\e1a8;\n$fa-var-republican: \\f75e;\n$fa-var-arrow-left: \\f060;\n$fa-var-person-circle-xmark: \\e543;\n$fa-var-ruler: \\f545;\n$fa-var-align-left: \\f036;\n$fa-var-dice-d6: \\f6d1;\n$fa-var-restroom: \\f7bd;\n$fa-var-j: \\4a;\n$fa-var-users-viewfinder: \\e595;\n$fa-var-file-video: \\f1c8;\n$fa-var-up-right-from-square: \\f35d;\n$fa-var-external-link-alt: \\f35d;\n$fa-var-table-cells: \\f00a;\n$fa-var-th: \\f00a;\n$fa-var-file-pdf: \\f1c1;\n$fa-var-book-bible: \\f647;\n$fa-var-bible: \\f647;\n$fa-var-o: \\4f;\n$fa-var-suitcase-medical: \\f0fa;\n$fa-var-medkit: \\f0fa;\n$fa-var-user-secret: \\f21b;\n$fa-var-otter: \\f700;\n$fa-var-person-dress: \\f182;\n$fa-var-female: \\f182;\n$fa-var-comment-dollar: \\f651;\n$fa-var-business-time: \\f64a;\n$fa-var-briefcase-clock: \\f64a;\n$fa-var-table-cells-large: \\f009;\n$fa-var-th-large: \\f009;\n$fa-var-book-tanakh: \\f827;\n$fa-var-tanakh: \\f827;\n$fa-var-phone-volume: \\f2a0;\n$fa-var-volume-control-phone: \\f2a0;\n$fa-var-hat-cowboy-side: \\f8c1;\n$fa-var-clipboard-user: \\f7f3;\n$fa-var-child: \\f1ae;\n$fa-var-lira-sign: \\f195;\n$fa-var-satellite: \\f7bf;\n$fa-var-plane-lock: \\e558;\n$fa-var-tag: \\f02b;\n$fa-var-comment: \\f075;\n$fa-var-cake-candles: \\f1fd;\n$fa-var-birthday-cake: \\f1fd;\n$fa-var-cake: \\f1fd;\n$fa-var-envelope: \\f0e0;\n$fa-var-angles-up: \\f102;\n$fa-var-angle-double-up: \\f102;\n$fa-var-paperclip: \\f0c6;\n$fa-var-arrow-right-to-city: \\e4b3;\n$fa-var-ribbon: \\f4d6;\n$fa-var-lungs: \\f604;\n$fa-var-arrow-up-9-1: \\f887;\n$fa-var-sort-numeric-up-alt: \\f887;\n$fa-var-litecoin-sign: \\e1d3;\n$fa-var-border-none: \\f850;\n$fa-var-circle-nodes: \\e4e2;\n$fa-var-parachute-box: \\f4cd;\n$fa-var-indent: \\f03c;\n$fa-var-truck-field-un: \\e58e;\n$fa-var-hourglass: \\f254;\n$fa-var-hourglass-empty: \\f254;\n$fa-var-mountain: \\f6fc;\n$fa-var-user-doctor: \\f0f0;\n$fa-var-user-md: \\f0f0;\n$fa-var-circle-info: \\f05a;\n$fa-var-info-circle: \\f05a;\n$fa-var-cloud-meatball: \\f73b;\n$fa-var-camera: \\f030;\n$fa-var-camera-alt: \\f030;\n$fa-var-square-virus: \\e578;\n$fa-var-meteor: \\f753;\n$fa-var-car-on: \\e4dd;\n$fa-var-sleigh: \\f7cc;\n$fa-var-arrow-down-1-9: \\f162;\n$fa-var-sort-numeric-asc: \\f162;\n$fa-var-sort-numeric-down: \\f162;\n$fa-var-hand-holding-droplet: \\f4c1;\n$fa-var-hand-holding-water: \\f4c1;\n$fa-var-water: \\f773;\n$fa-var-calendar-check: \\f274;\n$fa-var-braille: \\f2a1;\n$fa-var-prescription-bottle-medical: \\f486;\n$fa-var-prescription-bottle-alt: \\f486;\n$fa-var-landmark: \\f66f;\n$fa-var-truck: \\f0d1;\n$fa-var-crosshairs: \\f05b;\n$fa-var-person-cane: \\e53c;\n$fa-var-tent: \\e57d;\n$fa-var-vest-patches: \\e086;\n$fa-var-check-double: \\f560;\n$fa-var-arrow-down-a-z: \\f15d;\n$fa-var-sort-alpha-asc: \\f15d;\n$fa-var-sort-alpha-down: \\f15d;\n$fa-var-money-bill-wheat: \\e52a;\n$fa-var-cookie: \\f563;\n$fa-var-arrow-rotate-left: \\f0e2;\n$fa-var-arrow-left-rotate: \\f0e2;\n$fa-var-arrow-rotate-back: \\f0e2;\n$fa-var-arrow-rotate-backward: \\f0e2;\n$fa-var-undo: \\f0e2;\n$fa-var-hard-drive: \\f0a0;\n$fa-var-hdd: \\f0a0;\n$fa-var-face-grin-squint-tears: \\f586;\n$fa-var-grin-squint-tears: \\f586;\n$fa-var-dumbbell: \\f44b;\n$fa-var-rectangle-list: \\f022;\n$fa-var-list-alt: \\f022;\n$fa-var-tarp-droplet: \\e57c;\n$fa-var-house-medical-circle-check: \\e511;\n$fa-var-person-skiing-nordic: \\f7ca;\n$fa-var-skiing-nordic: \\f7ca;\n$fa-var-calendar-plus: \\f271;\n$fa-var-plane-arrival: \\f5af;\n$fa-var-circle-left: \\f359;\n$fa-var-arrow-alt-circle-left: \\f359;\n$fa-var-train-subway: \\f239;\n$fa-var-subway: \\f239;\n$fa-var-chart-gantt: \\e0e4;\n$fa-var-indian-rupee-sign: \\e1bc;\n$fa-var-indian-rupee: \\e1bc;\n$fa-var-inr: \\e1bc;\n$fa-var-crop-simple: \\f565;\n$fa-var-crop-alt: \\f565;\n$fa-var-money-bill-1: \\f3d1;\n$fa-var-money-bill-alt: \\f3d1;\n$fa-var-left-long: \\f30a;\n$fa-var-long-arrow-alt-left: \\f30a;\n$fa-var-dna: \\f471;\n$fa-var-virus-slash: \\e075;\n$fa-var-minus: \\f068;\n$fa-var-subtract: \\f068;\n$fa-var-chess: \\f439;\n$fa-var-arrow-left-long: \\f177;\n$fa-var-long-arrow-left: \\f177;\n$fa-var-plug-circle-check: \\e55c;\n$fa-var-street-view: \\f21d;\n$fa-var-franc-sign: \\e18f;\n$fa-var-volume-off: \\f026;\n$fa-var-hands-asl-interpreting: \\f2a3;\n$fa-var-american-sign-language-interpreting: \\f2a3;\n$fa-var-asl-interpreting: \\f2a3;\n$fa-var-hands-american-sign-language-interpreting: \\f2a3;\n$fa-var-gear: \\f013;\n$fa-var-cog: \\f013;\n$fa-var-droplet-slash: \\f5c7;\n$fa-var-tint-slash: \\f5c7;\n$fa-var-mosque: \\f678;\n$fa-var-mosquito: \\e52b;\n$fa-var-star-of-david: \\f69a;\n$fa-var-person-military-rifle: \\e54b;\n$fa-var-cart-shopping: \\f07a;\n$fa-var-shopping-cart: \\f07a;\n$fa-var-vials: \\f493;\n$fa-var-plug-circle-plus: \\e55f;\n$fa-var-place-of-worship: \\f67f;\n$fa-var-grip-vertical: \\f58e;\n$fa-var-hexagon-nodes: \\e699;\n$fa-var-arrow-turn-up: \\f148;\n$fa-var-level-up: \\f148;\n$fa-var-u: \\55;\n$fa-var-square-root-variable: \\f698;\n$fa-var-square-root-alt: \\f698;\n$fa-var-clock: \\f017;\n$fa-var-clock-four: \\f017;\n$fa-var-backward-step: \\f048;\n$fa-var-step-backward: \\f048;\n$fa-var-pallet: \\f482;\n$fa-var-faucet: \\e005;\n$fa-var-baseball-bat-ball: \\f432;\n$fa-var-s: \\53;\n$fa-var-timeline: \\e29c;\n$fa-var-keyboard: \\f11c;\n$fa-var-caret-down: \\f0d7;\n$fa-var-house-chimney-medical: \\f7f2;\n$fa-var-clinic-medical: \\f7f2;\n$fa-var-temperature-three-quarters: \\f2c8;\n$fa-var-temperature-3: \\f2c8;\n$fa-var-thermometer-3: \\f2c8;\n$fa-var-thermometer-three-quarters: \\f2c8;\n$fa-var-mobile-screen: \\f3cf;\n$fa-var-mobile-android-alt: \\f3cf;\n$fa-var-plane-up: \\e22d;\n$fa-var-piggy-bank: \\f4d3;\n$fa-var-battery-half: \\f242;\n$fa-var-battery-3: \\f242;\n$fa-var-mountain-city: \\e52e;\n$fa-var-coins: \\f51e;\n$fa-var-khanda: \\f66d;\n$fa-var-sliders: \\f1de;\n$fa-var-sliders-h: \\f1de;\n$fa-var-folder-tree: \\f802;\n$fa-var-network-wired: \\f6ff;\n$fa-var-map-pin: \\f276;\n$fa-var-hamsa: \\f665;\n$fa-var-cent-sign: \\e3f5;\n$fa-var-flask: \\f0c3;\n$fa-var-person-pregnant: \\e31e;\n$fa-var-wand-sparkles: \\f72b;\n$fa-var-ellipsis-vertical: \\f142;\n$fa-var-ellipsis-v: \\f142;\n$fa-var-ticket: \\f145;\n$fa-var-power-off: \\f011;\n$fa-var-right-long: \\f30b;\n$fa-var-long-arrow-alt-right: \\f30b;\n$fa-var-flag-usa: \\f74d;\n$fa-var-laptop-file: \\e51d;\n$fa-var-tty: \\f1e4;\n$fa-var-teletype: \\f1e4;\n$fa-var-diagram-next: \\e476;\n$fa-var-person-rifle: \\e54e;\n$fa-var-house-medical-circle-exclamation: \\e512;\n$fa-var-closed-captioning: \\f20a;\n$fa-var-person-hiking: \\f6ec;\n$fa-var-hiking: \\f6ec;\n$fa-var-venus-double: \\f226;\n$fa-var-images: \\f302;\n$fa-var-calculator: \\f1ec;\n$fa-var-people-pulling: \\e535;\n$fa-var-n: \\4e;\n$fa-var-cable-car: \\f7da;\n$fa-var-tram: \\f7da;\n$fa-var-cloud-rain: \\f73d;\n$fa-var-building-circle-xmark: \\e4d4;\n$fa-var-ship: \\f21a;\n$fa-var-arrows-down-to-line: \\e4b8;\n$fa-var-download: \\f019;\n$fa-var-face-grin: \\f580;\n$fa-var-grin: \\f580;\n$fa-var-delete-left: \\f55a;\n$fa-var-backspace: \\f55a;\n$fa-var-eye-dropper: \\f1fb;\n$fa-var-eye-dropper-empty: \\f1fb;\n$fa-var-eyedropper: \\f1fb;\n$fa-var-file-circle-check: \\e5a0;\n$fa-var-forward: \\f04e;\n$fa-var-mobile: \\f3ce;\n$fa-var-mobile-android: \\f3ce;\n$fa-var-mobile-phone: \\f3ce;\n$fa-var-face-meh: \\f11a;\n$fa-var-meh: \\f11a;\n$fa-var-align-center: \\f037;\n$fa-var-book-skull: \\f6b7;\n$fa-var-book-dead: \\f6b7;\n$fa-var-id-card: \\f2c2;\n$fa-var-drivers-license: \\f2c2;\n$fa-var-outdent: \\f03b;\n$fa-var-dedent: \\f03b;\n$fa-var-heart-circle-exclamation: \\e4fe;\n$fa-var-house: \\f015;\n$fa-var-home: \\f015;\n$fa-var-home-alt: \\f015;\n$fa-var-home-lg-alt: \\f015;\n$fa-var-calendar-week: \\f784;\n$fa-var-laptop-medical: \\f812;\n$fa-var-b: \\42;\n$fa-var-file-medical: \\f477;\n$fa-var-dice-one: \\f525;\n$fa-var-kiwi-bird: \\f535;\n$fa-var-arrow-right-arrow-left: \\f0ec;\n$fa-var-exchange: \\f0ec;\n$fa-var-rotate-right: \\f2f9;\n$fa-var-redo-alt: \\f2f9;\n$fa-var-rotate-forward: \\f2f9;\n$fa-var-utensils: \\f2e7;\n$fa-var-cutlery: \\f2e7;\n$fa-var-arrow-up-wide-short: \\f161;\n$fa-var-sort-amount-up: \\f161;\n$fa-var-mill-sign: \\e1ed;\n$fa-var-bowl-rice: \\e2eb;\n$fa-var-skull: \\f54c;\n$fa-var-tower-broadcast: \\f519;\n$fa-var-broadcast-tower: \\f519;\n$fa-var-truck-pickup: \\f63c;\n$fa-var-up-long: \\f30c;\n$fa-var-long-arrow-alt-up: \\f30c;\n$fa-var-stop: \\f04d;\n$fa-var-code-merge: \\f387;\n$fa-var-upload: \\f093;\n$fa-var-hurricane: \\f751;\n$fa-var-mound: \\e52d;\n$fa-var-toilet-portable: \\e583;\n$fa-var-compact-disc: \\f51f;\n$fa-var-file-arrow-down: \\f56d;\n$fa-var-file-download: \\f56d;\n$fa-var-caravan: \\f8ff;\n$fa-var-shield-cat: \\e572;\n$fa-var-bolt: \\f0e7;\n$fa-var-zap: \\f0e7;\n$fa-var-glass-water: \\e4f4;\n$fa-var-oil-well: \\e532;\n$fa-var-vault: \\e2c5;\n$fa-var-mars: \\f222;\n$fa-var-toilet: \\f7d8;\n$fa-var-plane-circle-xmark: \\e557;\n$fa-var-yen-sign: \\f157;\n$fa-var-cny: \\f157;\n$fa-var-jpy: \\f157;\n$fa-var-rmb: \\f157;\n$fa-var-yen: \\f157;\n$fa-var-ruble-sign: \\f158;\n$fa-var-rouble: \\f158;\n$fa-var-rub: \\f158;\n$fa-var-ruble: \\f158;\n$fa-var-sun: \\f185;\n$fa-var-guitar: \\f7a6;\n$fa-var-face-laugh-wink: \\f59c;\n$fa-var-laugh-wink: \\f59c;\n$fa-var-horse-head: \\f7ab;\n$fa-var-bore-hole: \\e4c3;\n$fa-var-industry: \\f275;\n$fa-var-circle-down: \\f358;\n$fa-var-arrow-alt-circle-down: \\f358;\n$fa-var-arrows-turn-to-dots: \\e4c1;\n$fa-var-florin-sign: \\e184;\n$fa-var-arrow-down-short-wide: \\f884;\n$fa-var-sort-amount-desc: \\f884;\n$fa-var-sort-amount-down-alt: \\f884;\n$fa-var-less-than: \\3c;\n$fa-var-angle-down: \\f107;\n$fa-var-car-tunnel: \\e4de;\n$fa-var-head-side-cough: \\e061;\n$fa-var-grip-lines: \\f7a4;\n$fa-var-thumbs-down: \\f165;\n$fa-var-user-lock: \\f502;\n$fa-var-arrow-right-long: \\f178;\n$fa-var-long-arrow-right: \\f178;\n$fa-var-anchor-circle-xmark: \\e4ac;\n$fa-var-ellipsis: \\f141;\n$fa-var-ellipsis-h: \\f141;\n$fa-var-chess-pawn: \\f443;\n$fa-var-kit-medical: \\f479;\n$fa-var-first-aid: \\f479;\n$fa-var-person-through-window: \\e5a9;\n$fa-var-toolbox: \\f552;\n$fa-var-hands-holding-circle: \\e4fb;\n$fa-var-bug: \\f188;\n$fa-var-credit-card: \\f09d;\n$fa-var-credit-card-alt: \\f09d;\n$fa-var-car: \\f1b9;\n$fa-var-automobile: \\f1b9;\n$fa-var-hand-holding-hand: \\e4f7;\n$fa-var-book-open-reader: \\f5da;\n$fa-var-book-reader: \\f5da;\n$fa-var-mountain-sun: \\e52f;\n$fa-var-arrows-left-right-to-line: \\e4ba;\n$fa-var-dice-d20: \\f6cf;\n$fa-var-truck-droplet: \\e58c;\n$fa-var-file-circle-xmark: \\e5a1;\n$fa-var-temperature-arrow-up: \\e040;\n$fa-var-temperature-up: \\e040;\n$fa-var-medal: \\f5a2;\n$fa-var-bed: \\f236;\n$fa-var-square-h: \\f0fd;\n$fa-var-h-square: \\f0fd;\n$fa-var-podcast: \\f2ce;\n$fa-var-temperature-full: \\f2c7;\n$fa-var-temperature-4: \\f2c7;\n$fa-var-thermometer-4: \\f2c7;\n$fa-var-thermometer-full: \\f2c7;\n$fa-var-bell: \\f0f3;\n$fa-var-superscript: \\f12b;\n$fa-var-plug-circle-xmark: \\e560;\n$fa-var-star-of-life: \\f621;\n$fa-var-phone-slash: \\f3dd;\n$fa-var-paint-roller: \\f5aa;\n$fa-var-handshake-angle: \\f4c4;\n$fa-var-hands-helping: \\f4c4;\n$fa-var-location-dot: \\f3c5;\n$fa-var-map-marker-alt: \\f3c5;\n$fa-var-file: \\f15b;\n$fa-var-greater-than: \\3e;\n$fa-var-person-swimming: \\f5c4;\n$fa-var-swimmer: \\f5c4;\n$fa-var-arrow-down: \\f063;\n$fa-var-droplet: \\f043;\n$fa-var-tint: \\f043;\n$fa-var-eraser: \\f12d;\n$fa-var-earth-americas: \\f57d;\n$fa-var-earth: \\f57d;\n$fa-var-earth-america: \\f57d;\n$fa-var-globe-americas: \\f57d;\n$fa-var-person-burst: \\e53b;\n$fa-var-dove: \\f4ba;\n$fa-var-battery-empty: \\f244;\n$fa-var-battery-0: \\f244;\n$fa-var-socks: \\f696;\n$fa-var-inbox: \\f01c;\n$fa-var-section: \\e447;\n$fa-var-gauge-high: \\f625;\n$fa-var-tachometer-alt: \\f625;\n$fa-var-tachometer-alt-fast: \\f625;\n$fa-var-envelope-open-text: \\f658;\n$fa-var-hospital: \\f0f8;\n$fa-var-hospital-alt: \\f0f8;\n$fa-var-hospital-wide: \\f0f8;\n$fa-var-wine-bottle: \\f72f;\n$fa-var-chess-rook: \\f447;\n$fa-var-bars-staggered: \\f550;\n$fa-var-reorder: \\f550;\n$fa-var-stream: \\f550;\n$fa-var-dharmachakra: \\f655;\n$fa-var-hotdog: \\f80f;\n$fa-var-person-walking-with-cane: \\f29d;\n$fa-var-blind: \\f29d;\n$fa-var-drum: \\f569;\n$fa-var-ice-cream: \\f810;\n$fa-var-heart-circle-bolt: \\e4fc;\n$fa-var-fax: \\f1ac;\n$fa-var-paragraph: \\f1dd;\n$fa-var-check-to-slot: \\f772;\n$fa-var-vote-yea: \\f772;\n$fa-var-star-half: \\f089;\n$fa-var-boxes-stacked: \\f468;\n$fa-var-boxes: \\f468;\n$fa-var-boxes-alt: \\f468;\n$fa-var-link: \\f0c1;\n$fa-var-chain: \\f0c1;\n$fa-var-ear-listen: \\f2a2;\n$fa-var-assistive-listening-systems: \\f2a2;\n$fa-var-tree-city: \\e587;\n$fa-var-play: \\f04b;\n$fa-var-font: \\f031;\n$fa-var-table-cells-row-lock: \\e67a;\n$fa-var-rupiah-sign: \\e23d;\n$fa-var-magnifying-glass: \\f002;\n$fa-var-search: \\f002;\n$fa-var-table-tennis-paddle-ball: \\f45d;\n$fa-var-ping-pong-paddle-ball: \\f45d;\n$fa-var-table-tennis: \\f45d;\n$fa-var-person-dots-from-line: \\f470;\n$fa-var-diagnoses: \\f470;\n$fa-var-trash-can-arrow-up: \\f82a;\n$fa-var-trash-restore-alt: \\f82a;\n$fa-var-naira-sign: \\e1f6;\n$fa-var-cart-arrow-down: \\f218;\n$fa-var-walkie-talkie: \\f8ef;\n$fa-var-file-pen: \\f31c;\n$fa-var-file-edit: \\f31c;\n$fa-var-receipt: \\f543;\n$fa-var-square-pen: \\f14b;\n$fa-var-pen-square: \\f14b;\n$fa-var-pencil-square: \\f14b;\n$fa-var-suitcase-rolling: \\f5c1;\n$fa-var-person-circle-exclamation: \\e53f;\n$fa-var-chevron-down: \\f078;\n$fa-var-battery-full: \\f240;\n$fa-var-battery: \\f240;\n$fa-var-battery-5: \\f240;\n$fa-var-skull-crossbones: \\f714;\n$fa-var-code-compare: \\e13a;\n$fa-var-list-ul: \\f0ca;\n$fa-var-list-dots: \\f0ca;\n$fa-var-school-lock: \\e56f;\n$fa-var-tower-cell: \\e585;\n$fa-var-down-long: \\f309;\n$fa-var-long-arrow-alt-down: \\f309;\n$fa-var-ranking-star: \\e561;\n$fa-var-chess-king: \\f43f;\n$fa-var-person-harassing: \\e549;\n$fa-var-brazilian-real-sign: \\e46c;\n$fa-var-landmark-dome: \\f752;\n$fa-var-landmark-alt: \\f752;\n$fa-var-arrow-up: \\f062;\n$fa-var-tv: \\f26c;\n$fa-var-television: \\f26c;\n$fa-var-tv-alt: \\f26c;\n$fa-var-shrimp: \\e448;\n$fa-var-list-check: \\f0ae;\n$fa-var-tasks: \\f0ae;\n$fa-var-jug-detergent: \\e519;\n$fa-var-circle-user: \\f2bd;\n$fa-var-user-circle: \\f2bd;\n$fa-var-user-shield: \\f505;\n$fa-var-wind: \\f72e;\n$fa-var-car-burst: \\f5e1;\n$fa-var-car-crash: \\f5e1;\n$fa-var-y: \\59;\n$fa-var-person-snowboarding: \\f7ce;\n$fa-var-snowboarding: \\f7ce;\n$fa-var-truck-fast: \\f48b;\n$fa-var-shipping-fast: \\f48b;\n$fa-var-fish: \\f578;\n$fa-var-user-graduate: \\f501;\n$fa-var-circle-half-stroke: \\f042;\n$fa-var-adjust: \\f042;\n$fa-var-clapperboard: \\e131;\n$fa-var-circle-radiation: \\f7ba;\n$fa-var-radiation-alt: \\f7ba;\n$fa-var-baseball: \\f433;\n$fa-var-baseball-ball: \\f433;\n$fa-var-jet-fighter-up: \\e518;\n$fa-var-diagram-project: \\f542;\n$fa-var-project-diagram: \\f542;\n$fa-var-copy: \\f0c5;\n$fa-var-volume-xmark: \\f6a9;\n$fa-var-volume-mute: \\f6a9;\n$fa-var-volume-times: \\f6a9;\n$fa-var-hand-sparkles: \\e05d;\n$fa-var-grip: \\f58d;\n$fa-var-grip-horizontal: \\f58d;\n$fa-var-share-from-square: \\f14d;\n$fa-var-share-square: \\f14d;\n$fa-var-child-combatant: \\e4e0;\n$fa-var-child-rifle: \\e4e0;\n$fa-var-gun: \\e19b;\n$fa-var-square-phone: \\f098;\n$fa-var-phone-square: \\f098;\n$fa-var-plus: \\2b;\n$fa-var-add: \\2b;\n$fa-var-expand: \\f065;\n$fa-var-computer: \\e4e5;\n$fa-var-xmark: \\f00d;\n$fa-var-close: \\f00d;\n$fa-var-multiply: \\f00d;\n$fa-var-remove: \\f00d;\n$fa-var-times: \\f00d;\n$fa-var-arrows-up-down-left-right: \\f047;\n$fa-var-arrows: \\f047;\n$fa-var-chalkboard-user: \\f51c;\n$fa-var-chalkboard-teacher: \\f51c;\n$fa-var-peso-sign: \\e222;\n$fa-var-building-shield: \\e4d8;\n$fa-var-baby: \\f77c;\n$fa-var-users-line: \\e592;\n$fa-var-quote-left: \\f10d;\n$fa-var-quote-left-alt: \\f10d;\n$fa-var-tractor: \\f722;\n$fa-var-trash-arrow-up: \\f829;\n$fa-var-trash-restore: \\f829;\n$fa-var-arrow-down-up-lock: \\e4b0;\n$fa-var-lines-leaning: \\e51e;\n$fa-var-ruler-combined: \\f546;\n$fa-var-copyright: \\f1f9;\n$fa-var-equals: \\3d;\n$fa-var-blender: \\f517;\n$fa-var-teeth: \\f62e;\n$fa-var-shekel-sign: \\f20b;\n$fa-var-ils: \\f20b;\n$fa-var-shekel: \\f20b;\n$fa-var-sheqel: \\f20b;\n$fa-var-sheqel-sign: \\f20b;\n$fa-var-map: \\f279;\n$fa-var-rocket: \\f135;\n$fa-var-photo-film: \\f87c;\n$fa-var-photo-video: \\f87c;\n$fa-var-folder-minus: \\f65d;\n$fa-var-hexagon-nodes-bolt: \\e69a;\n$fa-var-store: \\f54e;\n$fa-var-arrow-trend-up: \\e098;\n$fa-var-plug-circle-minus: \\e55e;\n$fa-var-sign-hanging: \\f4d9;\n$fa-var-sign: \\f4d9;\n$fa-var-bezier-curve: \\f55b;\n$fa-var-bell-slash: \\f1f6;\n$fa-var-tablet: \\f3fb;\n$fa-var-tablet-android: \\f3fb;\n$fa-var-school-flag: \\e56e;\n$fa-var-fill: \\f575;\n$fa-var-angle-up: \\f106;\n$fa-var-drumstick-bite: \\f6d7;\n$fa-var-holly-berry: \\f7aa;\n$fa-var-chevron-left: \\f053;\n$fa-var-bacteria: \\e059;\n$fa-var-hand-lizard: \\f258;\n$fa-var-notdef: \\e1fe;\n$fa-var-disease: \\f7fa;\n$fa-var-briefcase-medical: \\f469;\n$fa-var-genderless: \\f22d;\n$fa-var-chevron-right: \\f054;\n$fa-var-retweet: \\f079;\n$fa-var-car-rear: \\f5de;\n$fa-var-car-alt: \\f5de;\n$fa-var-pump-soap: \\e06b;\n$fa-var-video-slash: \\f4e2;\n$fa-var-battery-quarter: \\f243;\n$fa-var-battery-2: \\f243;\n$fa-var-radio: \\f8d7;\n$fa-var-baby-carriage: \\f77d;\n$fa-var-carriage-baby: \\f77d;\n$fa-var-traffic-light: \\f637;\n$fa-var-thermometer: \\f491;\n$fa-var-vr-cardboard: \\f729;\n$fa-var-hand-middle-finger: \\f806;\n$fa-var-percent: \\25;\n$fa-var-percentage: \\25;\n$fa-var-truck-moving: \\f4df;\n$fa-var-glass-water-droplet: \\e4f5;\n$fa-var-display: \\e163;\n$fa-var-face-smile: \\f118;\n$fa-var-smile: \\f118;\n$fa-var-thumbtack: \\f08d;\n$fa-var-thumb-tack: \\f08d;\n$fa-var-trophy: \\f091;\n$fa-var-person-praying: \\f683;\n$fa-var-pray: \\f683;\n$fa-var-hammer: \\f6e3;\n$fa-var-hand-peace: \\f25b;\n$fa-var-rotate: \\f2f1;\n$fa-var-sync-alt: \\f2f1;\n$fa-var-spinner: \\f110;\n$fa-var-robot: \\f544;\n$fa-var-peace: \\f67c;\n$fa-var-gears: \\f085;\n$fa-var-cogs: \\f085;\n$fa-var-warehouse: \\f494;\n$fa-var-arrow-up-right-dots: \\e4b7;\n$fa-var-splotch: \\f5bc;\n$fa-var-face-grin-hearts: \\f584;\n$fa-var-grin-hearts: \\f584;\n$fa-var-dice-four: \\f524;\n$fa-var-sim-card: \\f7c4;\n$fa-var-transgender: \\f225;\n$fa-var-transgender-alt: \\f225;\n$fa-var-mercury: \\f223;\n$fa-var-arrow-turn-down: \\f149;\n$fa-var-level-down: \\f149;\n$fa-var-person-falling-burst: \\e547;\n$fa-var-award: \\f559;\n$fa-var-ticket-simple: \\f3ff;\n$fa-var-ticket-alt: \\f3ff;\n$fa-var-building: \\f1ad;\n$fa-var-angles-left: \\f100;\n$fa-var-angle-double-left: \\f100;\n$fa-var-qrcode: \\f029;\n$fa-var-clock-rotate-left: \\f1da;\n$fa-var-history: \\f1da;\n$fa-var-face-grin-beam-sweat: \\f583;\n$fa-var-grin-beam-sweat: \\f583;\n$fa-var-file-export: \\f56e;\n$fa-var-arrow-right-from-file: \\f56e;\n$fa-var-shield: \\f132;\n$fa-var-shield-blank: \\f132;\n$fa-var-arrow-up-short-wide: \\f885;\n$fa-var-sort-amount-up-alt: \\f885;\n$fa-var-comment-nodes: \\e696;\n$fa-var-house-medical: \\e3b2;\n$fa-var-golf-ball-tee: \\f450;\n$fa-var-golf-ball: \\f450;\n$fa-var-circle-chevron-left: \\f137;\n$fa-var-chevron-circle-left: \\f137;\n$fa-var-house-chimney-window: \\e00d;\n$fa-var-pen-nib: \\f5ad;\n$fa-var-tent-arrow-turn-left: \\e580;\n$fa-var-tents: \\e582;\n$fa-var-wand-magic: \\f0d0;\n$fa-var-magic: \\f0d0;\n$fa-var-dog: \\f6d3;\n$fa-var-carrot: \\f787;\n$fa-var-moon: \\f186;\n$fa-var-wine-glass-empty: \\f5ce;\n$fa-var-wine-glass-alt: \\f5ce;\n$fa-var-cheese: \\f7ef;\n$fa-var-yin-yang: \\f6ad;\n$fa-var-music: \\f001;\n$fa-var-code-commit: \\f386;\n$fa-var-temperature-low: \\f76b;\n$fa-var-person-biking: \\f84a;\n$fa-var-biking: \\f84a;\n$fa-var-broom: \\f51a;\n$fa-var-shield-heart: \\e574;\n$fa-var-gopuram: \\f664;\n$fa-var-earth-oceania: \\e47b;\n$fa-var-globe-oceania: \\e47b;\n$fa-var-square-xmark: \\f2d3;\n$fa-var-times-square: \\f2d3;\n$fa-var-xmark-square: \\f2d3;\n$fa-var-hashtag: \\23;\n$fa-var-up-right-and-down-left-from-center: \\f424;\n$fa-var-expand-alt: \\f424;\n$fa-var-oil-can: \\f613;\n$fa-var-t: \\54;\n$fa-var-hippo: \\f6ed;\n$fa-var-chart-column: \\e0e3;\n$fa-var-infinity: \\f534;\n$fa-var-vial-circle-check: \\e596;\n$fa-var-person-arrow-down-to-line: \\e538;\n$fa-var-voicemail: \\f897;\n$fa-var-fan: \\f863;\n$fa-var-person-walking-luggage: \\e554;\n$fa-var-up-down: \\f338;\n$fa-var-arrows-alt-v: \\f338;\n$fa-var-cloud-moon-rain: \\f73c;\n$fa-var-calendar: \\f133;\n$fa-var-trailer: \\e041;\n$fa-var-bahai: \\f666;\n$fa-var-haykal: \\f666;\n$fa-var-sd-card: \\f7c2;\n$fa-var-dragon: \\f6d5;\n$fa-var-shoe-prints: \\f54b;\n$fa-var-circle-plus: \\f055;\n$fa-var-plus-circle: \\f055;\n$fa-var-face-grin-tongue-wink: \\f58b;\n$fa-var-grin-tongue-wink: \\f58b;\n$fa-var-hand-holding: \\f4bd;\n$fa-var-plug-circle-exclamation: \\e55d;\n$fa-var-link-slash: \\f127;\n$fa-var-chain-broken: \\f127;\n$fa-var-chain-slash: \\f127;\n$fa-var-unlink: \\f127;\n$fa-var-clone: \\f24d;\n$fa-var-person-walking-arrow-loop-left: \\e551;\n$fa-var-arrow-up-z-a: \\f882;\n$fa-var-sort-alpha-up-alt: \\f882;\n$fa-var-fire-flame-curved: \\f7e4;\n$fa-var-fire-alt: \\f7e4;\n$fa-var-tornado: \\f76f;\n$fa-var-file-circle-plus: \\e494;\n$fa-var-book-quran: \\f687;\n$fa-var-quran: \\f687;\n$fa-var-anchor: \\f13d;\n$fa-var-border-all: \\f84c;\n$fa-var-face-angry: \\f556;\n$fa-var-angry: \\f556;\n$fa-var-cookie-bite: \\f564;\n$fa-var-arrow-trend-down: \\e097;\n$fa-var-rss: \\f09e;\n$fa-var-feed: \\f09e;\n$fa-var-draw-polygon: \\f5ee;\n$fa-var-scale-balanced: \\f24e;\n$fa-var-balance-scale: \\f24e;\n$fa-var-gauge-simple-high: \\f62a;\n$fa-var-tachometer: \\f62a;\n$fa-var-tachometer-fast: \\f62a;\n$fa-var-shower: \\f2cc;\n$fa-var-desktop: \\f390;\n$fa-var-desktop-alt: \\f390;\n$fa-var-m: \\4d;\n$fa-var-table-list: \\f00b;\n$fa-var-th-list: \\f00b;\n$fa-var-comment-sms: \\f7cd;\n$fa-var-sms: \\f7cd;\n$fa-var-book: \\f02d;\n$fa-var-user-plus: \\f234;\n$fa-var-check: \\f00c;\n$fa-var-battery-three-quarters: \\f241;\n$fa-var-battery-4: \\f241;\n$fa-var-house-circle-check: \\e509;\n$fa-var-angle-left: \\f104;\n$fa-var-diagram-successor: \\e47a;\n$fa-var-truck-arrow-right: \\e58b;\n$fa-var-arrows-split-up-and-left: \\e4bc;\n$fa-var-hand-fist: \\f6de;\n$fa-var-fist-raised: \\f6de;\n$fa-var-cloud-moon: \\f6c3;\n$fa-var-briefcase: \\f0b1;\n$fa-var-person-falling: \\e546;\n$fa-var-image-portrait: \\f3e0;\n$fa-var-portrait: \\f3e0;\n$fa-var-user-tag: \\f507;\n$fa-var-rug: \\e569;\n$fa-var-earth-europe: \\f7a2;\n$fa-var-globe-europe: \\f7a2;\n$fa-var-cart-flatbed-suitcase: \\f59d;\n$fa-var-luggage-cart: \\f59d;\n$fa-var-rectangle-xmark: \\f410;\n$fa-var-rectangle-times: \\f410;\n$fa-var-times-rectangle: \\f410;\n$fa-var-window-close: \\f410;\n$fa-var-baht-sign: \\e0ac;\n$fa-var-book-open: \\f518;\n$fa-var-book-journal-whills: \\f66a;\n$fa-var-journal-whills: \\f66a;\n$fa-var-handcuffs: \\e4f8;\n$fa-var-triangle-exclamation: \\f071;\n$fa-var-exclamation-triangle: \\f071;\n$fa-var-warning: \\f071;\n$fa-var-database: \\f1c0;\n$fa-var-share: \\f064;\n$fa-var-mail-forward: \\f064;\n$fa-var-bottle-droplet: \\e4c4;\n$fa-var-mask-face: \\e1d7;\n$fa-var-hill-rockslide: \\e508;\n$fa-var-right-left: \\f362;\n$fa-var-exchange-alt: \\f362;\n$fa-var-paper-plane: \\f1d8;\n$fa-var-road-circle-exclamation: \\e565;\n$fa-var-dungeon: \\f6d9;\n$fa-var-align-right: \\f038;\n$fa-var-money-bill-1-wave: \\f53b;\n$fa-var-money-bill-wave-alt: \\f53b;\n$fa-var-life-ring: \\f1cd;\n$fa-var-hands: \\f2a7;\n$fa-var-sign-language: \\f2a7;\n$fa-var-signing: \\f2a7;\n$fa-var-calendar-day: \\f783;\n$fa-var-water-ladder: \\f5c5;\n$fa-var-ladder-water: \\f5c5;\n$fa-var-swimming-pool: \\f5c5;\n$fa-var-arrows-up-down: \\f07d;\n$fa-var-arrows-v: \\f07d;\n$fa-var-face-grimace: \\f57f;\n$fa-var-grimace: \\f57f;\n$fa-var-wheelchair-move: \\e2ce;\n$fa-var-wheelchair-alt: \\e2ce;\n$fa-var-turn-down: \\f3be;\n$fa-var-level-down-alt: \\f3be;\n$fa-var-person-walking-arrow-right: \\e552;\n$fa-var-square-envelope: \\f199;\n$fa-var-envelope-square: \\f199;\n$fa-var-dice: \\f522;\n$fa-var-bowling-ball: \\f436;\n$fa-var-brain: \\f5dc;\n$fa-var-bandage: \\f462;\n$fa-var-band-aid: \\f462;\n$fa-var-calendar-minus: \\f272;\n$fa-var-circle-xmark: \\f057;\n$fa-var-times-circle: \\f057;\n$fa-var-xmark-circle: \\f057;\n$fa-var-gifts: \\f79c;\n$fa-var-hotel: \\f594;\n$fa-var-earth-asia: \\f57e;\n$fa-var-globe-asia: \\f57e;\n$fa-var-id-card-clip: \\f47f;\n$fa-var-id-card-alt: \\f47f;\n$fa-var-magnifying-glass-plus: \\f00e;\n$fa-var-search-plus: \\f00e;\n$fa-var-thumbs-up: \\f164;\n$fa-var-user-clock: \\f4fd;\n$fa-var-hand-dots: \\f461;\n$fa-var-allergies: \\f461;\n$fa-var-file-invoice: \\f570;\n$fa-var-window-minimize: \\f2d1;\n$fa-var-mug-saucer: \\f0f4;\n$fa-var-coffee: \\f0f4;\n$fa-var-brush: \\f55d;\n$fa-var-file-half-dashed: \\e698;\n$fa-var-mask: \\f6fa;\n$fa-var-magnifying-glass-minus: \\f010;\n$fa-var-search-minus: \\f010;\n$fa-var-ruler-vertical: \\f548;\n$fa-var-user-large: \\f406;\n$fa-var-user-alt: \\f406;\n$fa-var-train-tram: \\e5b4;\n$fa-var-user-nurse: \\f82f;\n$fa-var-syringe: \\f48e;\n$fa-var-cloud-sun: \\f6c4;\n$fa-var-stopwatch-20: \\e06f;\n$fa-var-square-full: \\f45c;\n$fa-var-magnet: \\f076;\n$fa-var-jar: \\e516;\n$fa-var-note-sticky: \\f249;\n$fa-var-sticky-note: \\f249;\n$fa-var-bug-slash: \\e490;\n$fa-var-arrow-up-from-water-pump: \\e4b6;\n$fa-var-bone: \\f5d7;\n$fa-var-table-cells-row-unlock: \\e691;\n$fa-var-user-injured: \\f728;\n$fa-var-face-sad-tear: \\f5b4;\n$fa-var-sad-tear: \\f5b4;\n$fa-var-plane: \\f072;\n$fa-var-tent-arrows-down: \\e581;\n$fa-var-exclamation: \\21;\n$fa-var-arrows-spin: \\e4bb;\n$fa-var-print: \\f02f;\n$fa-var-turkish-lira-sign: \\e2bb;\n$fa-var-try: \\e2bb;\n$fa-var-turkish-lira: \\e2bb;\n$fa-var-dollar-sign: \\24;\n$fa-var-dollar: \\24;\n$fa-var-usd: \\24;\n$fa-var-x: \\58;\n$fa-var-magnifying-glass-dollar: \\f688;\n$fa-var-search-dollar: \\f688;\n$fa-var-users-gear: \\f509;\n$fa-var-users-cog: \\f509;\n$fa-var-person-military-pointing: \\e54a;\n$fa-var-building-columns: \\f19c;\n$fa-var-bank: \\f19c;\n$fa-var-institution: \\f19c;\n$fa-var-museum: \\f19c;\n$fa-var-university: \\f19c;\n$fa-var-umbrella: \\f0e9;\n$fa-var-trowel: \\e589;\n$fa-var-d: \\44;\n$fa-var-stapler: \\e5af;\n$fa-var-masks-theater: \\f630;\n$fa-var-theater-masks: \\f630;\n$fa-var-kip-sign: \\e1c4;\n$fa-var-hand-point-left: \\f0a5;\n$fa-var-handshake-simple: \\f4c6;\n$fa-var-handshake-alt: \\f4c6;\n$fa-var-jet-fighter: \\f0fb;\n$fa-var-fighter-jet: \\f0fb;\n$fa-var-square-share-nodes: \\f1e1;\n$fa-var-share-alt-square: \\f1e1;\n$fa-var-barcode: \\f02a;\n$fa-var-plus-minus: \\e43c;\n$fa-var-video: \\f03d;\n$fa-var-video-camera: \\f03d;\n$fa-var-graduation-cap: \\f19d;\n$fa-var-mortar-board: \\f19d;\n$fa-var-hand-holding-medical: \\e05c;\n$fa-var-person-circle-check: \\e53e;\n$fa-var-turn-up: \\f3bf;\n$fa-var-level-up-alt: \\f3bf;\n\n$fa-var-monero: \\f3d0;\n$fa-var-hooli: \\f427;\n$fa-var-yelp: \\f1e9;\n$fa-var-cc-visa: \\f1f0;\n$fa-var-lastfm: \\f202;\n$fa-var-shopware: \\f5b5;\n$fa-var-creative-commons-nc: \\f4e8;\n$fa-var-aws: \\f375;\n$fa-var-redhat: \\f7bc;\n$fa-var-yoast: \\f2b1;\n$fa-var-cloudflare: \\e07d;\n$fa-var-ups: \\f7e0;\n$fa-var-pixiv: \\e640;\n$fa-var-wpexplorer: \\f2de;\n$fa-var-dyalog: \\f399;\n$fa-var-bity: \\f37a;\n$fa-var-stackpath: \\f842;\n$fa-var-buysellads: \\f20d;\n$fa-var-first-order: \\f2b0;\n$fa-var-modx: \\f285;\n$fa-var-guilded: \\e07e;\n$fa-var-vnv: \\f40b;\n$fa-var-square-js: \\f3b9;\n$fa-var-js-square: \\f3b9;\n$fa-var-microsoft: \\f3ca;\n$fa-var-qq: \\f1d6;\n$fa-var-orcid: \\f8d2;\n$fa-var-java: \\f4e4;\n$fa-var-invision: \\f7b0;\n$fa-var-creative-commons-pd-alt: \\f4ed;\n$fa-var-centercode: \\f380;\n$fa-var-glide-g: \\f2a6;\n$fa-var-drupal: \\f1a9;\n$fa-var-jxl: \\e67b;\n$fa-var-dart-lang: \\e693;\n$fa-var-hire-a-helper: \\f3b0;\n$fa-var-creative-commons-by: \\f4e7;\n$fa-var-unity: \\e049;\n$fa-var-whmcs: \\f40d;\n$fa-var-rocketchat: \\f3e8;\n$fa-var-vk: \\f189;\n$fa-var-untappd: \\f405;\n$fa-var-mailchimp: \\f59e;\n$fa-var-css3-alt: \\f38b;\n$fa-var-square-reddit: \\f1a2;\n$fa-var-reddit-square: \\f1a2;\n$fa-var-vimeo-v: \\f27d;\n$fa-var-contao: \\f26d;\n$fa-var-square-font-awesome: \\e5ad;\n$fa-var-deskpro: \\f38f;\n$fa-var-brave: \\e63c;\n$fa-var-sistrix: \\f3ee;\n$fa-var-square-instagram: \\e055;\n$fa-var-instagram-square: \\e055;\n$fa-var-battle-net: \\f835;\n$fa-var-the-red-yeti: \\f69d;\n$fa-var-square-hacker-news: \\f3af;\n$fa-var-hacker-news-square: \\f3af;\n$fa-var-edge: \\f282;\n$fa-var-threads: \\e618;\n$fa-var-napster: \\f3d2;\n$fa-var-square-snapchat: \\f2ad;\n$fa-var-snapchat-square: \\f2ad;\n$fa-var-google-plus-g: \\f0d5;\n$fa-var-artstation: \\f77a;\n$fa-var-markdown: \\f60f;\n$fa-var-sourcetree: \\f7d3;\n$fa-var-google-plus: \\f2b3;\n$fa-var-diaspora: \\f791;\n$fa-var-foursquare: \\f180;\n$fa-var-stack-overflow: \\f16c;\n$fa-var-github-alt: \\f113;\n$fa-var-phoenix-squadron: \\f511;\n$fa-var-pagelines: \\f18c;\n$fa-var-algolia: \\f36c;\n$fa-var-red-river: \\f3e3;\n$fa-var-creative-commons-sa: \\f4ef;\n$fa-var-safari: \\f267;\n$fa-var-google: \\f1a0;\n$fa-var-square-font-awesome-stroke: \\f35c;\n$fa-var-font-awesome-alt: \\f35c;\n$fa-var-atlassian: \\f77b;\n$fa-var-linkedin-in: \\f0e1;\n$fa-var-digital-ocean: \\f391;\n$fa-var-nimblr: \\f5a8;\n$fa-var-chromecast: \\f838;\n$fa-var-evernote: \\f839;\n$fa-var-hacker-news: \\f1d4;\n$fa-var-creative-commons-sampling: \\f4f0;\n$fa-var-adversal: \\f36a;\n$fa-var-creative-commons: \\f25e;\n$fa-var-watchman-monitoring: \\e087;\n$fa-var-fonticons: \\f280;\n$fa-var-weixin: \\f1d7;\n$fa-var-shirtsinbulk: \\f214;\n$fa-var-codepen: \\f1cb;\n$fa-var-git-alt: \\f841;\n$fa-var-lyft: \\f3c3;\n$fa-var-rev: \\f5b2;\n$fa-var-windows: \\f17a;\n$fa-var-wizards-of-the-coast: \\f730;\n$fa-var-square-viadeo: \\f2aa;\n$fa-var-viadeo-square: \\f2aa;\n$fa-var-meetup: \\f2e0;\n$fa-var-centos: \\f789;\n$fa-var-adn: \\f170;\n$fa-var-cloudsmith: \\f384;\n$fa-var-opensuse: \\e62b;\n$fa-var-pied-piper-alt: \\f1a8;\n$fa-var-square-dribbble: \\f397;\n$fa-var-dribbble-square: \\f397;\n$fa-var-codiepie: \\f284;\n$fa-var-node: \\f419;\n$fa-var-mix: \\f3cb;\n$fa-var-steam: \\f1b6;\n$fa-var-cc-apple-pay: \\f416;\n$fa-var-scribd: \\f28a;\n$fa-var-debian: \\e60b;\n$fa-var-openid: \\f19b;\n$fa-var-instalod: \\e081;\n$fa-var-files-pinwheel: \\e69f;\n$fa-var-expeditedssl: \\f23e;\n$fa-var-sellcast: \\f2da;\n$fa-var-square-twitter: \\f081;\n$fa-var-twitter-square: \\f081;\n$fa-var-r-project: \\f4f7;\n$fa-var-delicious: \\f1a5;\n$fa-var-freebsd: \\f3a4;\n$fa-var-vuejs: \\f41f;\n$fa-var-accusoft: \\f369;\n$fa-var-ioxhost: \\f208;\n$fa-var-fonticons-fi: \\f3a2;\n$fa-var-app-store: \\f36f;\n$fa-var-cc-mastercard: \\f1f1;\n$fa-var-itunes-note: \\f3b5;\n$fa-var-golang: \\e40f;\n$fa-var-kickstarter: \\f3bb;\n$fa-var-square-kickstarter: \\f3bb;\n$fa-var-grav: \\f2d6;\n$fa-var-weibo: \\f18a;\n$fa-var-uncharted: \\e084;\n$fa-var-firstdraft: \\f3a1;\n$fa-var-square-youtube: \\f431;\n$fa-var-youtube-square: \\f431;\n$fa-var-wikipedia-w: \\f266;\n$fa-var-wpressr: \\f3e4;\n$fa-var-rendact: \\f3e4;\n$fa-var-angellist: \\f209;\n$fa-var-galactic-republic: \\f50c;\n$fa-var-nfc-directional: \\e530;\n$fa-var-skype: \\f17e;\n$fa-var-joget: \\f3b7;\n$fa-var-fedora: \\f798;\n$fa-var-stripe-s: \\f42a;\n$fa-var-meta: \\e49b;\n$fa-var-laravel: \\f3bd;\n$fa-var-hotjar: \\f3b1;\n$fa-var-bluetooth-b: \\f294;\n$fa-var-square-letterboxd: \\e62e;\n$fa-var-sticker-mule: \\f3f7;\n$fa-var-creative-commons-zero: \\f4f3;\n$fa-var-hips: \\f452;\n$fa-var-css: \\e6a2;\n$fa-var-behance: \\f1b4;\n$fa-var-reddit: \\f1a1;\n$fa-var-discord: \\f392;\n$fa-var-chrome: \\f268;\n$fa-var-app-store-ios: \\f370;\n$fa-var-cc-discover: \\f1f2;\n$fa-var-wpbeginner: \\f297;\n$fa-var-confluence: \\f78d;\n$fa-var-shoelace: \\e60c;\n$fa-var-mdb: \\f8ca;\n$fa-var-dochub: \\f394;\n$fa-var-accessible-icon: \\f368;\n$fa-var-ebay: \\f4f4;\n$fa-var-amazon: \\f270;\n$fa-var-unsplash: \\e07c;\n$fa-var-yarn: \\f7e3;\n$fa-var-square-steam: \\f1b7;\n$fa-var-steam-square: \\f1b7;\n$fa-var-500px: \\f26e;\n$fa-var-square-vimeo: \\f194;\n$fa-var-vimeo-square: \\f194;\n$fa-var-asymmetrik: \\f372;\n$fa-var-font-awesome: \\f2b4;\n$fa-var-font-awesome-flag: \\f2b4;\n$fa-var-font-awesome-logo-full: \\f2b4;\n$fa-var-gratipay: \\f184;\n$fa-var-apple: \\f179;\n$fa-var-hive: \\e07f;\n$fa-var-gitkraken: \\f3a6;\n$fa-var-keybase: \\f4f5;\n$fa-var-apple-pay: \\f415;\n$fa-var-padlet: \\e4a0;\n$fa-var-amazon-pay: \\f42c;\n$fa-var-square-github: \\f092;\n$fa-var-github-square: \\f092;\n$fa-var-stumbleupon: \\f1a4;\n$fa-var-fedex: \\f797;\n$fa-var-phoenix-framework: \\f3dc;\n$fa-var-shopify: \\e057;\n$fa-var-neos: \\f612;\n$fa-var-square-threads: \\e619;\n$fa-var-hackerrank: \\f5f7;\n$fa-var-researchgate: \\f4f8;\n$fa-var-swift: \\f8e1;\n$fa-var-angular: \\f420;\n$fa-var-speakap: \\f3f3;\n$fa-var-angrycreative: \\f36e;\n$fa-var-y-combinator: \\f23b;\n$fa-var-empire: \\f1d1;\n$fa-var-envira: \\f299;\n$fa-var-google-scholar: \\e63b;\n$fa-var-square-gitlab: \\e5ae;\n$fa-var-gitlab-square: \\e5ae;\n$fa-var-studiovinari: \\f3f8;\n$fa-var-pied-piper: \\f2ae;\n$fa-var-wordpress: \\f19a;\n$fa-var-product-hunt: \\f288;\n$fa-var-firefox: \\f269;\n$fa-var-linode: \\f2b8;\n$fa-var-goodreads: \\f3a8;\n$fa-var-square-odnoklassniki: \\f264;\n$fa-var-odnoklassniki-square: \\f264;\n$fa-var-jsfiddle: \\f1cc;\n$fa-var-sith: \\f512;\n$fa-var-themeisle: \\f2b2;\n$fa-var-page4: \\f3d7;\n$fa-var-hashnode: \\e499;\n$fa-var-react: \\f41b;\n$fa-var-cc-paypal: \\f1f4;\n$fa-var-squarespace: \\f5be;\n$fa-var-cc-stripe: \\f1f5;\n$fa-var-creative-commons-share: \\f4f2;\n$fa-var-bitcoin: \\f379;\n$fa-var-keycdn: \\f3ba;\n$fa-var-opera: \\f26a;\n$fa-var-itch-io: \\f83a;\n$fa-var-umbraco: \\f8e8;\n$fa-var-galactic-senate: \\f50d;\n$fa-var-ubuntu: \\f7df;\n$fa-var-draft2digital: \\f396;\n$fa-var-stripe: \\f429;\n$fa-var-houzz: \\f27c;\n$fa-var-gg: \\f260;\n$fa-var-dhl: \\f790;\n$fa-var-square-pinterest: \\f0d3;\n$fa-var-pinterest-square: \\f0d3;\n$fa-var-xing: \\f168;\n$fa-var-blackberry: \\f37b;\n$fa-var-creative-commons-pd: \\f4ec;\n$fa-var-playstation: \\f3df;\n$fa-var-quinscape: \\f459;\n$fa-var-less: \\f41d;\n$fa-var-blogger-b: \\f37d;\n$fa-var-opencart: \\f23d;\n$fa-var-vine: \\f1ca;\n$fa-var-signal-messenger: \\e663;\n$fa-var-paypal: \\f1ed;\n$fa-var-gitlab: \\f296;\n$fa-var-typo3: \\f42b;\n$fa-var-reddit-alien: \\f281;\n$fa-var-yahoo: \\f19e;\n$fa-var-dailymotion: \\e052;\n$fa-var-affiliatetheme: \\f36b;\n$fa-var-pied-piper-pp: \\f1a7;\n$fa-var-bootstrap: \\f836;\n$fa-var-odnoklassniki: \\f263;\n$fa-var-nfc-symbol: \\e531;\n$fa-var-mintbit: \\e62f;\n$fa-var-ethereum: \\f42e;\n$fa-var-speaker-deck: \\f83c;\n$fa-var-creative-commons-nc-eu: \\f4e9;\n$fa-var-patreon: \\f3d9;\n$fa-var-avianex: \\f374;\n$fa-var-ello: \\f5f1;\n$fa-var-gofore: \\f3a7;\n$fa-var-bimobject: \\f378;\n$fa-var-brave-reverse: \\e63d;\n$fa-var-facebook-f: \\f39e;\n$fa-var-square-google-plus: \\f0d4;\n$fa-var-google-plus-square: \\f0d4;\n$fa-var-web-awesome: \\e682;\n$fa-var-mandalorian: \\f50f;\n$fa-var-first-order-alt: \\f50a;\n$fa-var-osi: \\f41a;\n$fa-var-google-wallet: \\f1ee;\n$fa-var-d-and-d-beyond: \\f6ca;\n$fa-var-periscope: \\f3da;\n$fa-var-fulcrum: \\f50b;\n$fa-var-cloudscale: \\f383;\n$fa-var-forumbee: \\f211;\n$fa-var-mizuni: \\f3cc;\n$fa-var-schlix: \\f3ea;\n$fa-var-square-xing: \\f169;\n$fa-var-xing-square: \\f169;\n$fa-var-bandcamp: \\f2d5;\n$fa-var-wpforms: \\f298;\n$fa-var-cloudversify: \\f385;\n$fa-var-usps: \\f7e1;\n$fa-var-megaport: \\f5a3;\n$fa-var-magento: \\f3c4;\n$fa-var-spotify: \\f1bc;\n$fa-var-optin-monster: \\f23c;\n$fa-var-fly: \\f417;\n$fa-var-square-bluesky: \\e6a3;\n$fa-var-aviato: \\f421;\n$fa-var-itunes: \\f3b4;\n$fa-var-cuttlefish: \\f38c;\n$fa-var-blogger: \\f37c;\n$fa-var-flickr: \\f16e;\n$fa-var-viber: \\f409;\n$fa-var-soundcloud: \\f1be;\n$fa-var-digg: \\f1a6;\n$fa-var-tencent-weibo: \\f1d5;\n$fa-var-letterboxd: \\e62d;\n$fa-var-symfony: \\f83d;\n$fa-var-maxcdn: \\f136;\n$fa-var-etsy: \\f2d7;\n$fa-var-facebook-messenger: \\f39f;\n$fa-var-audible: \\f373;\n$fa-var-think-peaks: \\f731;\n$fa-var-bilibili: \\e3d9;\n$fa-var-erlang: \\f39d;\n$fa-var-x-twitter: \\e61b;\n$fa-var-cotton-bureau: \\f89e;\n$fa-var-dashcube: \\f210;\n$fa-var-42-group: \\e080;\n$fa-var-innosoft: \\e080;\n$fa-var-stack-exchange: \\f18d;\n$fa-var-elementor: \\f430;\n$fa-var-square-pied-piper: \\e01e;\n$fa-var-pied-piper-square: \\e01e;\n$fa-var-creative-commons-nd: \\f4eb;\n$fa-var-palfed: \\f3d8;\n$fa-var-superpowers: \\f2dd;\n$fa-var-resolving: \\f3e7;\n$fa-var-xbox: \\f412;\n$fa-var-square-web-awesome-stroke: \\e684;\n$fa-var-searchengin: \\f3eb;\n$fa-var-tiktok: \\e07b;\n$fa-var-square-facebook: \\f082;\n$fa-var-facebook-square: \\f082;\n$fa-var-renren: \\f18b;\n$fa-var-linux: \\f17c;\n$fa-var-glide: \\f2a5;\n$fa-var-linkedin: \\f08c;\n$fa-var-hubspot: \\f3b2;\n$fa-var-deploydog: \\f38e;\n$fa-var-twitch: \\f1e8;\n$fa-var-flutter: \\e694;\n$fa-var-ravelry: \\f2d9;\n$fa-var-mixer: \\e056;\n$fa-var-square-lastfm: \\f203;\n$fa-var-lastfm-square: \\f203;\n$fa-var-vimeo: \\f40a;\n$fa-var-mendeley: \\f7b3;\n$fa-var-uniregistry: \\f404;\n$fa-var-figma: \\f799;\n$fa-var-creative-commons-remix: \\f4ee;\n$fa-var-cc-amazon-pay: \\f42d;\n$fa-var-dropbox: \\f16b;\n$fa-var-instagram: \\f16d;\n$fa-var-cmplid: \\e360;\n$fa-var-upwork: \\e641;\n$fa-var-facebook: \\f09a;\n$fa-var-gripfire: \\f3ac;\n$fa-var-jedi-order: \\f50e;\n$fa-var-uikit: \\f403;\n$fa-var-fort-awesome-alt: \\f3a3;\n$fa-var-phabricator: \\f3db;\n$fa-var-ussunnah: \\f407;\n$fa-var-earlybirds: \\f39a;\n$fa-var-trade-federation: \\f513;\n$fa-var-autoprefixer: \\f41c;\n$fa-var-whatsapp: \\f232;\n$fa-var-square-upwork: \\e67c;\n$fa-var-slideshare: \\f1e7;\n$fa-var-google-play: \\f3ab;\n$fa-var-viadeo: \\f2a9;\n$fa-var-line: \\f3c0;\n$fa-var-google-drive: \\f3aa;\n$fa-var-servicestack: \\f3ec;\n$fa-var-simplybuilt: \\f215;\n$fa-var-bitbucket: \\f171;\n$fa-var-imdb: \\f2d8;\n$fa-var-deezer: \\e077;\n$fa-var-raspberry-pi: \\f7bb;\n$fa-var-jira: \\f7b1;\n$fa-var-docker: \\f395;\n$fa-var-screenpal: \\e570;\n$fa-var-bluetooth: \\f293;\n$fa-var-gitter: \\f426;\n$fa-var-d-and-d: \\f38d;\n$fa-var-microblog: \\e01a;\n$fa-var-cc-diners-club: \\f24c;\n$fa-var-gg-circle: \\f261;\n$fa-var-pied-piper-hat: \\f4e5;\n$fa-var-kickstarter-k: \\f3bc;\n$fa-var-yandex: \\f413;\n$fa-var-readme: \\f4d5;\n$fa-var-html5: \\f13b;\n$fa-var-sellsy: \\f213;\n$fa-var-square-web-awesome: \\e683;\n$fa-var-sass: \\f41e;\n$fa-var-wirsindhandwerk: \\e2d0;\n$fa-var-wsh: \\e2d0;\n$fa-var-buromobelexperte: \\f37f;\n$fa-var-salesforce: \\f83b;\n$fa-var-octopus-deploy: \\e082;\n$fa-var-medapps: \\f3c6;\n$fa-var-ns8: \\f3d5;\n$fa-var-pinterest-p: \\f231;\n$fa-var-apper: \\f371;\n$fa-var-fort-awesome: \\f286;\n$fa-var-waze: \\f83f;\n$fa-var-bluesky: \\e671;\n$fa-var-cc-jcb: \\f24b;\n$fa-var-snapchat: \\f2ab;\n$fa-var-snapchat-ghost: \\f2ab;\n$fa-var-fantasy-flight-games: \\f6dc;\n$fa-var-rust: \\e07a;\n$fa-var-wix: \\f5cf;\n$fa-var-square-behance: \\f1b5;\n$fa-var-behance-square: \\f1b5;\n$fa-var-supple: \\f3f9;\n$fa-var-webflow: \\e65c;\n$fa-var-rebel: \\f1d0;\n$fa-var-css3: \\f13c;\n$fa-var-staylinked: \\f3f5;\n$fa-var-kaggle: \\f5fa;\n$fa-var-space-awesome: \\e5ac;\n$fa-var-deviantart: \\f1bd;\n$fa-var-cpanel: \\f388;\n$fa-var-goodreads-g: \\f3a9;\n$fa-var-square-git: \\f1d2;\n$fa-var-git-square: \\f1d2;\n$fa-var-square-tumblr: \\f174;\n$fa-var-tumblr-square: \\f174;\n$fa-var-trello: \\f181;\n$fa-var-creative-commons-nc-jp: \\f4ea;\n$fa-var-get-pocket: \\f265;\n$fa-var-perbyte: \\e083;\n$fa-var-grunt: \\f3ad;\n$fa-var-weebly: \\f5cc;\n$fa-var-connectdevelop: \\f20e;\n$fa-var-leanpub: \\f212;\n$fa-var-black-tie: \\f27e;\n$fa-var-themeco: \\f5c6;\n$fa-var-python: \\f3e2;\n$fa-var-android: \\f17b;\n$fa-var-bots: \\e340;\n$fa-var-free-code-camp: \\f2c5;\n$fa-var-hornbill: \\f592;\n$fa-var-js: \\f3b8;\n$fa-var-ideal: \\e013;\n$fa-var-git: \\f1d3;\n$fa-var-dev: \\f6cc;\n$fa-var-sketch: \\f7c6;\n$fa-var-yandex-international: \\f414;\n$fa-var-cc-amex: \\f1f3;\n$fa-var-uber: \\f402;\n$fa-var-github: \\f09b;\n$fa-var-php: \\f457;\n$fa-var-alipay: \\f642;\n$fa-var-youtube: \\f167;\n$fa-var-skyatlas: \\f216;\n$fa-var-firefox-browser: \\e007;\n$fa-var-replyd: \\f3e6;\n$fa-var-suse: \\f7d6;\n$fa-var-jenkins: \\f3b6;\n$fa-var-twitter: \\f099;\n$fa-var-rockrms: \\f3e9;\n$fa-var-pinterest: \\f0d2;\n$fa-var-buffer: \\f837;\n$fa-var-npm: \\f3d4;\n$fa-var-yammer: \\f840;\n$fa-var-btc: \\f15a;\n$fa-var-dribbble: \\f17d;\n$fa-var-stumbleupon-circle: \\f1a3;\n$fa-var-internet-explorer: \\f26b;\n$fa-var-stubber: \\e5c7;\n$fa-var-telegram: \\f2c6;\n$fa-var-telegram-plane: \\f2c6;\n$fa-var-old-republic: \\f510;\n$fa-var-odysee: \\e5c6;\n$fa-var-square-whatsapp: \\f40c;\n$fa-var-whatsapp-square: \\f40c;\n$fa-var-node-js: \\f3d3;\n$fa-var-edge-legacy: \\e078;\n$fa-var-slack: \\f198;\n$fa-var-slack-hash: \\f198;\n$fa-var-medrt: \\f3c8;\n$fa-var-usb: \\f287;\n$fa-var-tumblr: \\f173;\n$fa-var-vaadin: \\f408;\n$fa-var-quora: \\f2c4;\n$fa-var-square-x-twitter: \\e61a;\n$fa-var-reacteurope: \\f75d;\n$fa-var-medium: \\f23a;\n$fa-var-medium-m: \\f23a;\n$fa-var-amilia: \\f36d;\n$fa-var-mixcloud: \\f289;\n$fa-var-flipboard: \\f44d;\n$fa-var-viacoin: \\f237;\n$fa-var-critical-role: \\f6c9;\n$fa-var-sitrox: \\e44a;\n$fa-var-discourse: \\f393;\n$fa-var-joomla: \\f1aa;\n$fa-var-mastodon: \\f4f6;\n$fa-var-airbnb: \\f834;\n$fa-var-wolf-pack-battalion: \\f514;\n$fa-var-buy-n-large: \\f8a6;\n$fa-var-gulp: \\f3ae;\n$fa-var-creative-commons-sampling-plus: \\f4f1;\n$fa-var-strava: \\f428;\n$fa-var-ember: \\f423;\n$fa-var-canadian-maple-leaf: \\f785;\n$fa-var-teamspeak: \\f4f9;\n$fa-var-pushed: \\f3e1;\n$fa-var-wordpress-simple: \\f411;\n$fa-var-nutritionix: \\f3d6;\n$fa-var-wodu: \\e088;\n$fa-var-google-pay: \\e079;\n$fa-var-intercom: \\f7af;\n$fa-var-zhihu: \\f63f;\n$fa-var-korvue: \\f42f;\n$fa-var-pix: \\e43a;\n$fa-var-steam-symbol: \\f3f6;\n\n$fa-icons: (\n \"0\": $fa-var-0,\n \"1\": $fa-var-1,\n \"2\": $fa-var-2,\n \"3\": $fa-var-3,\n \"4\": $fa-var-4,\n \"5\": $fa-var-5,\n \"6\": $fa-var-6,\n \"7\": $fa-var-7,\n \"8\": $fa-var-8,\n \"9\": $fa-var-9,\n \"fill-drip\": $fa-var-fill-drip,\n \"arrows-to-circle\": $fa-var-arrows-to-circle,\n \"circle-chevron-right\": $fa-var-circle-chevron-right,\n \"chevron-circle-right\": $fa-var-chevron-circle-right,\n \"at\": $fa-var-at,\n \"trash-can\": $fa-var-trash-can,\n \"trash-alt\": $fa-var-trash-alt,\n \"text-height\": $fa-var-text-height,\n \"user-xmark\": $fa-var-user-xmark,\n \"user-times\": $fa-var-user-times,\n \"stethoscope\": $fa-var-stethoscope,\n \"message\": $fa-var-message,\n \"comment-alt\": $fa-var-comment-alt,\n \"info\": $fa-var-info,\n \"down-left-and-up-right-to-center\": $fa-var-down-left-and-up-right-to-center,\n \"compress-alt\": $fa-var-compress-alt,\n \"explosion\": $fa-var-explosion,\n \"file-lines\": $fa-var-file-lines,\n \"file-alt\": $fa-var-file-alt,\n \"file-text\": $fa-var-file-text,\n \"wave-square\": $fa-var-wave-square,\n \"ring\": $fa-var-ring,\n \"building-un\": $fa-var-building-un,\n \"dice-three\": $fa-var-dice-three,\n \"calendar-days\": $fa-var-calendar-days,\n \"calendar-alt\": $fa-var-calendar-alt,\n \"anchor-circle-check\": $fa-var-anchor-circle-check,\n \"building-circle-arrow-right\": $fa-var-building-circle-arrow-right,\n \"volleyball\": $fa-var-volleyball,\n \"volleyball-ball\": $fa-var-volleyball-ball,\n \"arrows-up-to-line\": $fa-var-arrows-up-to-line,\n \"sort-down\": $fa-var-sort-down,\n \"sort-desc\": $fa-var-sort-desc,\n \"circle-minus\": $fa-var-circle-minus,\n \"minus-circle\": $fa-var-minus-circle,\n \"door-open\": $fa-var-door-open,\n \"right-from-bracket\": $fa-var-right-from-bracket,\n \"sign-out-alt\": $fa-var-sign-out-alt,\n \"atom\": $fa-var-atom,\n \"soap\": $fa-var-soap,\n \"icons\": $fa-var-icons,\n \"heart-music-camera-bolt\": $fa-var-heart-music-camera-bolt,\n \"microphone-lines-slash\": $fa-var-microphone-lines-slash,\n \"microphone-alt-slash\": $fa-var-microphone-alt-slash,\n \"bridge-circle-check\": $fa-var-bridge-circle-check,\n \"pump-medical\": $fa-var-pump-medical,\n \"fingerprint\": $fa-var-fingerprint,\n \"hand-point-right\": $fa-var-hand-point-right,\n \"magnifying-glass-location\": $fa-var-magnifying-glass-location,\n \"search-location\": $fa-var-search-location,\n \"forward-step\": $fa-var-forward-step,\n \"step-forward\": $fa-var-step-forward,\n \"face-smile-beam\": $fa-var-face-smile-beam,\n \"smile-beam\": $fa-var-smile-beam,\n \"flag-checkered\": $fa-var-flag-checkered,\n \"football\": $fa-var-football,\n \"football-ball\": $fa-var-football-ball,\n \"school-circle-exclamation\": $fa-var-school-circle-exclamation,\n \"crop\": $fa-var-crop,\n \"angles-down\": $fa-var-angles-down,\n \"angle-double-down\": $fa-var-angle-double-down,\n \"users-rectangle\": $fa-var-users-rectangle,\n \"people-roof\": $fa-var-people-roof,\n \"people-line\": $fa-var-people-line,\n \"beer-mug-empty\": $fa-var-beer-mug-empty,\n \"beer\": $fa-var-beer,\n \"diagram-predecessor\": $fa-var-diagram-predecessor,\n \"arrow-up-long\": $fa-var-arrow-up-long,\n \"long-arrow-up\": $fa-var-long-arrow-up,\n \"fire-flame-simple\": $fa-var-fire-flame-simple,\n \"burn\": $fa-var-burn,\n \"person\": $fa-var-person,\n \"male\": $fa-var-male,\n \"laptop\": $fa-var-laptop,\n \"file-csv\": $fa-var-file-csv,\n \"menorah\": $fa-var-menorah,\n \"truck-plane\": $fa-var-truck-plane,\n \"record-vinyl\": $fa-var-record-vinyl,\n \"face-grin-stars\": $fa-var-face-grin-stars,\n \"grin-stars\": $fa-var-grin-stars,\n \"bong\": $fa-var-bong,\n \"spaghetti-monster-flying\": $fa-var-spaghetti-monster-flying,\n \"pastafarianism\": $fa-var-pastafarianism,\n \"arrow-down-up-across-line\": $fa-var-arrow-down-up-across-line,\n \"spoon\": $fa-var-spoon,\n \"utensil-spoon\": $fa-var-utensil-spoon,\n \"jar-wheat\": $fa-var-jar-wheat,\n \"envelopes-bulk\": $fa-var-envelopes-bulk,\n \"mail-bulk\": $fa-var-mail-bulk,\n \"file-circle-exclamation\": $fa-var-file-circle-exclamation,\n \"circle-h\": $fa-var-circle-h,\n \"hospital-symbol\": $fa-var-hospital-symbol,\n \"pager\": $fa-var-pager,\n \"address-book\": $fa-var-address-book,\n \"contact-book\": $fa-var-contact-book,\n \"strikethrough\": $fa-var-strikethrough,\n \"k\": $fa-var-k,\n \"landmark-flag\": $fa-var-landmark-flag,\n \"pencil\": $fa-var-pencil,\n \"pencil-alt\": $fa-var-pencil-alt,\n \"backward\": $fa-var-backward,\n \"caret-right\": $fa-var-caret-right,\n \"comments\": $fa-var-comments,\n \"paste\": $fa-var-paste,\n \"file-clipboard\": $fa-var-file-clipboard,\n \"code-pull-request\": $fa-var-code-pull-request,\n \"clipboard-list\": $fa-var-clipboard-list,\n \"truck-ramp-box\": $fa-var-truck-ramp-box,\n \"truck-loading\": $fa-var-truck-loading,\n \"user-check\": $fa-var-user-check,\n \"vial-virus\": $fa-var-vial-virus,\n \"sheet-plastic\": $fa-var-sheet-plastic,\n \"blog\": $fa-var-blog,\n \"user-ninja\": $fa-var-user-ninja,\n \"person-arrow-up-from-line\": $fa-var-person-arrow-up-from-line,\n \"scroll-torah\": $fa-var-scroll-torah,\n \"torah\": $fa-var-torah,\n \"broom-ball\": $fa-var-broom-ball,\n \"quidditch\": $fa-var-quidditch,\n \"quidditch-broom-ball\": $fa-var-quidditch-broom-ball,\n \"toggle-off\": $fa-var-toggle-off,\n \"box-archive\": $fa-var-box-archive,\n \"archive\": $fa-var-archive,\n \"person-drowning\": $fa-var-person-drowning,\n \"arrow-down-9-1\": $fa-var-arrow-down-9-1,\n \"sort-numeric-desc\": $fa-var-sort-numeric-desc,\n \"sort-numeric-down-alt\": $fa-var-sort-numeric-down-alt,\n \"face-grin-tongue-squint\": $fa-var-face-grin-tongue-squint,\n \"grin-tongue-squint\": $fa-var-grin-tongue-squint,\n \"spray-can\": $fa-var-spray-can,\n \"truck-monster\": $fa-var-truck-monster,\n \"w\": $fa-var-w,\n \"earth-africa\": $fa-var-earth-africa,\n \"globe-africa\": $fa-var-globe-africa,\n \"rainbow\": $fa-var-rainbow,\n \"circle-notch\": $fa-var-circle-notch,\n \"tablet-screen-button\": $fa-var-tablet-screen-button,\n \"tablet-alt\": $fa-var-tablet-alt,\n \"paw\": $fa-var-paw,\n \"cloud\": $fa-var-cloud,\n \"trowel-bricks\": $fa-var-trowel-bricks,\n \"face-flushed\": $fa-var-face-flushed,\n \"flushed\": $fa-var-flushed,\n \"hospital-user\": $fa-var-hospital-user,\n \"tent-arrow-left-right\": $fa-var-tent-arrow-left-right,\n \"gavel\": $fa-var-gavel,\n \"legal\": $fa-var-legal,\n \"binoculars\": $fa-var-binoculars,\n \"microphone-slash\": $fa-var-microphone-slash,\n \"box-tissue\": $fa-var-box-tissue,\n \"motorcycle\": $fa-var-motorcycle,\n \"bell-concierge\": $fa-var-bell-concierge,\n \"concierge-bell\": $fa-var-concierge-bell,\n \"pen-ruler\": $fa-var-pen-ruler,\n \"pencil-ruler\": $fa-var-pencil-ruler,\n \"people-arrows\": $fa-var-people-arrows,\n \"people-arrows-left-right\": $fa-var-people-arrows-left-right,\n \"mars-and-venus-burst\": $fa-var-mars-and-venus-burst,\n \"square-caret-right\": $fa-var-square-caret-right,\n \"caret-square-right\": $fa-var-caret-square-right,\n \"scissors\": $fa-var-scissors,\n \"cut\": $fa-var-cut,\n \"sun-plant-wilt\": $fa-var-sun-plant-wilt,\n \"toilets-portable\": $fa-var-toilets-portable,\n \"hockey-puck\": $fa-var-hockey-puck,\n \"table\": $fa-var-table,\n \"magnifying-glass-arrow-right\": $fa-var-magnifying-glass-arrow-right,\n \"tachograph-digital\": $fa-var-tachograph-digital,\n \"digital-tachograph\": $fa-var-digital-tachograph,\n \"users-slash\": $fa-var-users-slash,\n \"clover\": $fa-var-clover,\n \"reply\": $fa-var-reply,\n \"mail-reply\": $fa-var-mail-reply,\n \"star-and-crescent\": $fa-var-star-and-crescent,\n \"house-fire\": $fa-var-house-fire,\n \"square-minus\": $fa-var-square-minus,\n \"minus-square\": $fa-var-minus-square,\n \"helicopter\": $fa-var-helicopter,\n \"compass\": $fa-var-compass,\n \"square-caret-down\": $fa-var-square-caret-down,\n \"caret-square-down\": $fa-var-caret-square-down,\n \"file-circle-question\": $fa-var-file-circle-question,\n \"laptop-code\": $fa-var-laptop-code,\n \"swatchbook\": $fa-var-swatchbook,\n \"prescription-bottle\": $fa-var-prescription-bottle,\n \"bars\": $fa-var-bars,\n \"navicon\": $fa-var-navicon,\n \"people-group\": $fa-var-people-group,\n \"hourglass-end\": $fa-var-hourglass-end,\n \"hourglass-3\": $fa-var-hourglass-3,\n \"heart-crack\": $fa-var-heart-crack,\n \"heart-broken\": $fa-var-heart-broken,\n \"square-up-right\": $fa-var-square-up-right,\n \"external-link-square-alt\": $fa-var-external-link-square-alt,\n \"face-kiss-beam\": $fa-var-face-kiss-beam,\n \"kiss-beam\": $fa-var-kiss-beam,\n \"film\": $fa-var-film,\n \"ruler-horizontal\": $fa-var-ruler-horizontal,\n \"people-robbery\": $fa-var-people-robbery,\n \"lightbulb\": $fa-var-lightbulb,\n \"caret-left\": $fa-var-caret-left,\n \"circle-exclamation\": $fa-var-circle-exclamation,\n \"exclamation-circle\": $fa-var-exclamation-circle,\n \"school-circle-xmark\": $fa-var-school-circle-xmark,\n \"arrow-right-from-bracket\": $fa-var-arrow-right-from-bracket,\n \"sign-out\": $fa-var-sign-out,\n \"circle-chevron-down\": $fa-var-circle-chevron-down,\n \"chevron-circle-down\": $fa-var-chevron-circle-down,\n \"unlock-keyhole\": $fa-var-unlock-keyhole,\n \"unlock-alt\": $fa-var-unlock-alt,\n \"cloud-showers-heavy\": $fa-var-cloud-showers-heavy,\n \"headphones-simple\": $fa-var-headphones-simple,\n \"headphones-alt\": $fa-var-headphones-alt,\n \"sitemap\": $fa-var-sitemap,\n \"circle-dollar-to-slot\": $fa-var-circle-dollar-to-slot,\n \"donate\": $fa-var-donate,\n \"memory\": $fa-var-memory,\n \"road-spikes\": $fa-var-road-spikes,\n \"fire-burner\": $fa-var-fire-burner,\n \"flag\": $fa-var-flag,\n \"hanukiah\": $fa-var-hanukiah,\n \"feather\": $fa-var-feather,\n \"volume-low\": $fa-var-volume-low,\n \"volume-down\": $fa-var-volume-down,\n \"comment-slash\": $fa-var-comment-slash,\n \"cloud-sun-rain\": $fa-var-cloud-sun-rain,\n \"compress\": $fa-var-compress,\n \"wheat-awn\": $fa-var-wheat-awn,\n \"wheat-alt\": $fa-var-wheat-alt,\n \"ankh\": $fa-var-ankh,\n \"hands-holding-child\": $fa-var-hands-holding-child,\n \"asterisk\": $fa-var-asterisk,\n \"square-check\": $fa-var-square-check,\n \"check-square\": $fa-var-check-square,\n \"peseta-sign\": $fa-var-peseta-sign,\n \"heading\": $fa-var-heading,\n \"header\": $fa-var-header,\n \"ghost\": $fa-var-ghost,\n \"list\": $fa-var-list,\n \"list-squares\": $fa-var-list-squares,\n \"square-phone-flip\": $fa-var-square-phone-flip,\n \"phone-square-alt\": $fa-var-phone-square-alt,\n \"cart-plus\": $fa-var-cart-plus,\n \"gamepad\": $fa-var-gamepad,\n \"circle-dot\": $fa-var-circle-dot,\n \"dot-circle\": $fa-var-dot-circle,\n \"face-dizzy\": $fa-var-face-dizzy,\n \"dizzy\": $fa-var-dizzy,\n \"egg\": $fa-var-egg,\n \"house-medical-circle-xmark\": $fa-var-house-medical-circle-xmark,\n \"campground\": $fa-var-campground,\n \"folder-plus\": $fa-var-folder-plus,\n \"futbol\": $fa-var-futbol,\n \"futbol-ball\": $fa-var-futbol-ball,\n \"soccer-ball\": $fa-var-soccer-ball,\n \"paintbrush\": $fa-var-paintbrush,\n \"paint-brush\": $fa-var-paint-brush,\n \"lock\": $fa-var-lock,\n \"gas-pump\": $fa-var-gas-pump,\n \"hot-tub-person\": $fa-var-hot-tub-person,\n \"hot-tub\": $fa-var-hot-tub,\n \"map-location\": $fa-var-map-location,\n \"map-marked\": $fa-var-map-marked,\n \"house-flood-water\": $fa-var-house-flood-water,\n \"tree\": $fa-var-tree,\n \"bridge-lock\": $fa-var-bridge-lock,\n \"sack-dollar\": $fa-var-sack-dollar,\n \"pen-to-square\": $fa-var-pen-to-square,\n \"edit\": $fa-var-edit,\n \"car-side\": $fa-var-car-side,\n \"share-nodes\": $fa-var-share-nodes,\n \"share-alt\": $fa-var-share-alt,\n \"heart-circle-minus\": $fa-var-heart-circle-minus,\n \"hourglass-half\": $fa-var-hourglass-half,\n \"hourglass-2\": $fa-var-hourglass-2,\n \"microscope\": $fa-var-microscope,\n \"sink\": $fa-var-sink,\n \"bag-shopping\": $fa-var-bag-shopping,\n \"shopping-bag\": $fa-var-shopping-bag,\n \"arrow-down-z-a\": $fa-var-arrow-down-z-a,\n \"sort-alpha-desc\": $fa-var-sort-alpha-desc,\n \"sort-alpha-down-alt\": $fa-var-sort-alpha-down-alt,\n \"mitten\": $fa-var-mitten,\n \"person-rays\": $fa-var-person-rays,\n \"users\": $fa-var-users,\n \"eye-slash\": $fa-var-eye-slash,\n \"flask-vial\": $fa-var-flask-vial,\n \"hand\": $fa-var-hand,\n \"hand-paper\": $fa-var-hand-paper,\n \"om\": $fa-var-om,\n \"worm\": $fa-var-worm,\n \"house-circle-xmark\": $fa-var-house-circle-xmark,\n \"plug\": $fa-var-plug,\n \"chevron-up\": $fa-var-chevron-up,\n \"hand-spock\": $fa-var-hand-spock,\n \"stopwatch\": $fa-var-stopwatch,\n \"face-kiss\": $fa-var-face-kiss,\n \"kiss\": $fa-var-kiss,\n \"bridge-circle-xmark\": $fa-var-bridge-circle-xmark,\n \"face-grin-tongue\": $fa-var-face-grin-tongue,\n \"grin-tongue\": $fa-var-grin-tongue,\n \"chess-bishop\": $fa-var-chess-bishop,\n \"face-grin-wink\": $fa-var-face-grin-wink,\n \"grin-wink\": $fa-var-grin-wink,\n \"ear-deaf\": $fa-var-ear-deaf,\n \"deaf\": $fa-var-deaf,\n \"deafness\": $fa-var-deafness,\n \"hard-of-hearing\": $fa-var-hard-of-hearing,\n \"road-circle-check\": $fa-var-road-circle-check,\n \"dice-five\": $fa-var-dice-five,\n \"square-rss\": $fa-var-square-rss,\n \"rss-square\": $fa-var-rss-square,\n \"land-mine-on\": $fa-var-land-mine-on,\n \"i-cursor\": $fa-var-i-cursor,\n \"stamp\": $fa-var-stamp,\n \"stairs\": $fa-var-stairs,\n \"i\": $fa-var-i,\n \"hryvnia-sign\": $fa-var-hryvnia-sign,\n \"hryvnia\": $fa-var-hryvnia,\n \"pills\": $fa-var-pills,\n \"face-grin-wide\": $fa-var-face-grin-wide,\n \"grin-alt\": $fa-var-grin-alt,\n \"tooth\": $fa-var-tooth,\n \"v\": $fa-var-v,\n \"bangladeshi-taka-sign\": $fa-var-bangladeshi-taka-sign,\n \"bicycle\": $fa-var-bicycle,\n \"staff-snake\": $fa-var-staff-snake,\n \"rod-asclepius\": $fa-var-rod-asclepius,\n \"rod-snake\": $fa-var-rod-snake,\n \"staff-aesculapius\": $fa-var-staff-aesculapius,\n \"head-side-cough-slash\": $fa-var-head-side-cough-slash,\n \"truck-medical\": $fa-var-truck-medical,\n \"ambulance\": $fa-var-ambulance,\n \"wheat-awn-circle-exclamation\": $fa-var-wheat-awn-circle-exclamation,\n \"snowman\": $fa-var-snowman,\n \"mortar-pestle\": $fa-var-mortar-pestle,\n \"road-barrier\": $fa-var-road-barrier,\n \"school\": $fa-var-school,\n \"igloo\": $fa-var-igloo,\n \"joint\": $fa-var-joint,\n \"angle-right\": $fa-var-angle-right,\n \"horse\": $fa-var-horse,\n \"q\": $fa-var-q,\n \"g\": $fa-var-g,\n \"notes-medical\": $fa-var-notes-medical,\n \"temperature-half\": $fa-var-temperature-half,\n \"temperature-2\": $fa-var-temperature-2,\n \"thermometer-2\": $fa-var-thermometer-2,\n \"thermometer-half\": $fa-var-thermometer-half,\n \"dong-sign\": $fa-var-dong-sign,\n \"capsules\": $fa-var-capsules,\n \"poo-storm\": $fa-var-poo-storm,\n \"poo-bolt\": $fa-var-poo-bolt,\n \"face-frown-open\": $fa-var-face-frown-open,\n \"frown-open\": $fa-var-frown-open,\n \"hand-point-up\": $fa-var-hand-point-up,\n \"money-bill\": $fa-var-money-bill,\n \"bookmark\": $fa-var-bookmark,\n \"align-justify\": $fa-var-align-justify,\n \"umbrella-beach\": $fa-var-umbrella-beach,\n \"helmet-un\": $fa-var-helmet-un,\n \"bullseye\": $fa-var-bullseye,\n \"bacon\": $fa-var-bacon,\n \"hand-point-down\": $fa-var-hand-point-down,\n \"arrow-up-from-bracket\": $fa-var-arrow-up-from-bracket,\n \"folder\": $fa-var-folder,\n \"folder-blank\": $fa-var-folder-blank,\n \"file-waveform\": $fa-var-file-waveform,\n \"file-medical-alt\": $fa-var-file-medical-alt,\n \"radiation\": $fa-var-radiation,\n \"chart-simple\": $fa-var-chart-simple,\n \"mars-stroke\": $fa-var-mars-stroke,\n \"vial\": $fa-var-vial,\n \"gauge\": $fa-var-gauge,\n \"dashboard\": $fa-var-dashboard,\n \"gauge-med\": $fa-var-gauge-med,\n \"tachometer-alt-average\": $fa-var-tachometer-alt-average,\n \"wand-magic-sparkles\": $fa-var-wand-magic-sparkles,\n \"magic-wand-sparkles\": $fa-var-magic-wand-sparkles,\n \"e\": $fa-var-e,\n \"pen-clip\": $fa-var-pen-clip,\n \"pen-alt\": $fa-var-pen-alt,\n \"bridge-circle-exclamation\": $fa-var-bridge-circle-exclamation,\n \"user\": $fa-var-user,\n \"school-circle-check\": $fa-var-school-circle-check,\n \"dumpster\": $fa-var-dumpster,\n \"van-shuttle\": $fa-var-van-shuttle,\n \"shuttle-van\": $fa-var-shuttle-van,\n \"building-user\": $fa-var-building-user,\n \"square-caret-left\": $fa-var-square-caret-left,\n \"caret-square-left\": $fa-var-caret-square-left,\n \"highlighter\": $fa-var-highlighter,\n \"key\": $fa-var-key,\n \"bullhorn\": $fa-var-bullhorn,\n \"globe\": $fa-var-globe,\n \"synagogue\": $fa-var-synagogue,\n \"person-half-dress\": $fa-var-person-half-dress,\n \"road-bridge\": $fa-var-road-bridge,\n \"location-arrow\": $fa-var-location-arrow,\n \"c\": $fa-var-c,\n \"tablet-button\": $fa-var-tablet-button,\n \"building-lock\": $fa-var-building-lock,\n \"pizza-slice\": $fa-var-pizza-slice,\n \"money-bill-wave\": $fa-var-money-bill-wave,\n \"chart-area\": $fa-var-chart-area,\n \"area-chart\": $fa-var-area-chart,\n \"house-flag\": $fa-var-house-flag,\n \"person-circle-minus\": $fa-var-person-circle-minus,\n \"ban\": $fa-var-ban,\n \"cancel\": $fa-var-cancel,\n \"camera-rotate\": $fa-var-camera-rotate,\n \"spray-can-sparkles\": $fa-var-spray-can-sparkles,\n \"air-freshener\": $fa-var-air-freshener,\n \"star\": $fa-var-star,\n \"repeat\": $fa-var-repeat,\n \"cross\": $fa-var-cross,\n \"box\": $fa-var-box,\n \"venus-mars\": $fa-var-venus-mars,\n \"arrow-pointer\": $fa-var-arrow-pointer,\n \"mouse-pointer\": $fa-var-mouse-pointer,\n \"maximize\": $fa-var-maximize,\n \"expand-arrows-alt\": $fa-var-expand-arrows-alt,\n \"charging-station\": $fa-var-charging-station,\n \"shapes\": $fa-var-shapes,\n \"triangle-circle-square\": $fa-var-triangle-circle-square,\n \"shuffle\": $fa-var-shuffle,\n \"random\": $fa-var-random,\n \"person-running\": $fa-var-person-running,\n \"running\": $fa-var-running,\n \"mobile-retro\": $fa-var-mobile-retro,\n \"grip-lines-vertical\": $fa-var-grip-lines-vertical,\n \"spider\": $fa-var-spider,\n \"hands-bound\": $fa-var-hands-bound,\n \"file-invoice-dollar\": $fa-var-file-invoice-dollar,\n \"plane-circle-exclamation\": $fa-var-plane-circle-exclamation,\n \"x-ray\": $fa-var-x-ray,\n \"spell-check\": $fa-var-spell-check,\n \"slash\": $fa-var-slash,\n \"computer-mouse\": $fa-var-computer-mouse,\n \"mouse\": $fa-var-mouse,\n \"arrow-right-to-bracket\": $fa-var-arrow-right-to-bracket,\n \"sign-in\": $fa-var-sign-in,\n \"shop-slash\": $fa-var-shop-slash,\n \"store-alt-slash\": $fa-var-store-alt-slash,\n \"server\": $fa-var-server,\n \"virus-covid-slash\": $fa-var-virus-covid-slash,\n \"shop-lock\": $fa-var-shop-lock,\n \"hourglass-start\": $fa-var-hourglass-start,\n \"hourglass-1\": $fa-var-hourglass-1,\n \"blender-phone\": $fa-var-blender-phone,\n \"building-wheat\": $fa-var-building-wheat,\n \"person-breastfeeding\": $fa-var-person-breastfeeding,\n \"right-to-bracket\": $fa-var-right-to-bracket,\n \"sign-in-alt\": $fa-var-sign-in-alt,\n \"venus\": $fa-var-venus,\n \"passport\": $fa-var-passport,\n \"thumbtack-slash\": $fa-var-thumbtack-slash,\n \"thumb-tack-slash\": $fa-var-thumb-tack-slash,\n \"heart-pulse\": $fa-var-heart-pulse,\n \"heartbeat\": $fa-var-heartbeat,\n \"people-carry-box\": $fa-var-people-carry-box,\n \"people-carry\": $fa-var-people-carry,\n \"temperature-high\": $fa-var-temperature-high,\n \"microchip\": $fa-var-microchip,\n \"crown\": $fa-var-crown,\n \"weight-hanging\": $fa-var-weight-hanging,\n \"xmarks-lines\": $fa-var-xmarks-lines,\n \"file-prescription\": $fa-var-file-prescription,\n \"weight-scale\": $fa-var-weight-scale,\n \"weight\": $fa-var-weight,\n \"user-group\": $fa-var-user-group,\n \"user-friends\": $fa-var-user-friends,\n \"arrow-up-a-z\": $fa-var-arrow-up-a-z,\n \"sort-alpha-up\": $fa-var-sort-alpha-up,\n \"chess-knight\": $fa-var-chess-knight,\n \"face-laugh-squint\": $fa-var-face-laugh-squint,\n \"laugh-squint\": $fa-var-laugh-squint,\n \"wheelchair\": $fa-var-wheelchair,\n \"circle-arrow-up\": $fa-var-circle-arrow-up,\n \"arrow-circle-up\": $fa-var-arrow-circle-up,\n \"toggle-on\": $fa-var-toggle-on,\n \"person-walking\": $fa-var-person-walking,\n \"walking\": $fa-var-walking,\n \"l\": $fa-var-l,\n \"fire\": $fa-var-fire,\n \"bed-pulse\": $fa-var-bed-pulse,\n \"procedures\": $fa-var-procedures,\n \"shuttle-space\": $fa-var-shuttle-space,\n \"space-shuttle\": $fa-var-space-shuttle,\n \"face-laugh\": $fa-var-face-laugh,\n \"laugh\": $fa-var-laugh,\n \"folder-open\": $fa-var-folder-open,\n \"heart-circle-plus\": $fa-var-heart-circle-plus,\n \"code-fork\": $fa-var-code-fork,\n \"city\": $fa-var-city,\n \"microphone-lines\": $fa-var-microphone-lines,\n \"microphone-alt\": $fa-var-microphone-alt,\n \"pepper-hot\": $fa-var-pepper-hot,\n \"unlock\": $fa-var-unlock,\n \"colon-sign\": $fa-var-colon-sign,\n \"headset\": $fa-var-headset,\n \"store-slash\": $fa-var-store-slash,\n \"road-circle-xmark\": $fa-var-road-circle-xmark,\n \"user-minus\": $fa-var-user-minus,\n \"mars-stroke-up\": $fa-var-mars-stroke-up,\n \"mars-stroke-v\": $fa-var-mars-stroke-v,\n \"champagne-glasses\": $fa-var-champagne-glasses,\n \"glass-cheers\": $fa-var-glass-cheers,\n \"clipboard\": $fa-var-clipboard,\n \"house-circle-exclamation\": $fa-var-house-circle-exclamation,\n \"file-arrow-up\": $fa-var-file-arrow-up,\n \"file-upload\": $fa-var-file-upload,\n \"wifi\": $fa-var-wifi,\n \"wifi-3\": $fa-var-wifi-3,\n \"wifi-strong\": $fa-var-wifi-strong,\n \"bath\": $fa-var-bath,\n \"bathtub\": $fa-var-bathtub,\n \"underline\": $fa-var-underline,\n \"user-pen\": $fa-var-user-pen,\n \"user-edit\": $fa-var-user-edit,\n \"signature\": $fa-var-signature,\n \"stroopwafel\": $fa-var-stroopwafel,\n \"bold\": $fa-var-bold,\n \"anchor-lock\": $fa-var-anchor-lock,\n \"building-ngo\": $fa-var-building-ngo,\n \"manat-sign\": $fa-var-manat-sign,\n \"not-equal\": $fa-var-not-equal,\n \"border-top-left\": $fa-var-border-top-left,\n \"border-style\": $fa-var-border-style,\n \"map-location-dot\": $fa-var-map-location-dot,\n \"map-marked-alt\": $fa-var-map-marked-alt,\n \"jedi\": $fa-var-jedi,\n \"square-poll-vertical\": $fa-var-square-poll-vertical,\n \"poll\": $fa-var-poll,\n \"mug-hot\": $fa-var-mug-hot,\n \"car-battery\": $fa-var-car-battery,\n \"battery-car\": $fa-var-battery-car,\n \"gift\": $fa-var-gift,\n \"dice-two\": $fa-var-dice-two,\n \"chess-queen\": $fa-var-chess-queen,\n \"glasses\": $fa-var-glasses,\n \"chess-board\": $fa-var-chess-board,\n \"building-circle-check\": $fa-var-building-circle-check,\n \"person-chalkboard\": $fa-var-person-chalkboard,\n \"mars-stroke-right\": $fa-var-mars-stroke-right,\n \"mars-stroke-h\": $fa-var-mars-stroke-h,\n \"hand-back-fist\": $fa-var-hand-back-fist,\n \"hand-rock\": $fa-var-hand-rock,\n \"square-caret-up\": $fa-var-square-caret-up,\n \"caret-square-up\": $fa-var-caret-square-up,\n \"cloud-showers-water\": $fa-var-cloud-showers-water,\n \"chart-bar\": $fa-var-chart-bar,\n \"bar-chart\": $fa-var-bar-chart,\n \"hands-bubbles\": $fa-var-hands-bubbles,\n \"hands-wash\": $fa-var-hands-wash,\n \"less-than-equal\": $fa-var-less-than-equal,\n \"train\": $fa-var-train,\n \"eye-low-vision\": $fa-var-eye-low-vision,\n \"low-vision\": $fa-var-low-vision,\n \"crow\": $fa-var-crow,\n \"sailboat\": $fa-var-sailboat,\n \"window-restore\": $fa-var-window-restore,\n \"square-plus\": $fa-var-square-plus,\n \"plus-square\": $fa-var-plus-square,\n \"torii-gate\": $fa-var-torii-gate,\n \"frog\": $fa-var-frog,\n \"bucket\": $fa-var-bucket,\n \"image\": $fa-var-image,\n \"microphone\": $fa-var-microphone,\n \"cow\": $fa-var-cow,\n \"caret-up\": $fa-var-caret-up,\n \"screwdriver\": $fa-var-screwdriver,\n \"folder-closed\": $fa-var-folder-closed,\n \"house-tsunami\": $fa-var-house-tsunami,\n \"square-nfi\": $fa-var-square-nfi,\n \"arrow-up-from-ground-water\": $fa-var-arrow-up-from-ground-water,\n \"martini-glass\": $fa-var-martini-glass,\n \"glass-martini-alt\": $fa-var-glass-martini-alt,\n \"square-binary\": $fa-var-square-binary,\n \"rotate-left\": $fa-var-rotate-left,\n \"rotate-back\": $fa-var-rotate-back,\n \"rotate-backward\": $fa-var-rotate-backward,\n \"undo-alt\": $fa-var-undo-alt,\n \"table-columns\": $fa-var-table-columns,\n \"columns\": $fa-var-columns,\n \"lemon\": $fa-var-lemon,\n \"head-side-mask\": $fa-var-head-side-mask,\n \"handshake\": $fa-var-handshake,\n \"gem\": $fa-var-gem,\n \"dolly\": $fa-var-dolly,\n \"dolly-box\": $fa-var-dolly-box,\n \"smoking\": $fa-var-smoking,\n \"minimize\": $fa-var-minimize,\n \"compress-arrows-alt\": $fa-var-compress-arrows-alt,\n \"monument\": $fa-var-monument,\n \"snowplow\": $fa-var-snowplow,\n \"angles-right\": $fa-var-angles-right,\n \"angle-double-right\": $fa-var-angle-double-right,\n \"cannabis\": $fa-var-cannabis,\n \"circle-play\": $fa-var-circle-play,\n \"play-circle\": $fa-var-play-circle,\n \"tablets\": $fa-var-tablets,\n \"ethernet\": $fa-var-ethernet,\n \"euro-sign\": $fa-var-euro-sign,\n \"eur\": $fa-var-eur,\n \"euro\": $fa-var-euro,\n \"chair\": $fa-var-chair,\n \"circle-check\": $fa-var-circle-check,\n \"check-circle\": $fa-var-check-circle,\n \"circle-stop\": $fa-var-circle-stop,\n \"stop-circle\": $fa-var-stop-circle,\n \"compass-drafting\": $fa-var-compass-drafting,\n \"drafting-compass\": $fa-var-drafting-compass,\n \"plate-wheat\": $fa-var-plate-wheat,\n \"icicles\": $fa-var-icicles,\n \"person-shelter\": $fa-var-person-shelter,\n \"neuter\": $fa-var-neuter,\n \"id-badge\": $fa-var-id-badge,\n \"marker\": $fa-var-marker,\n \"face-laugh-beam\": $fa-var-face-laugh-beam,\n \"laugh-beam\": $fa-var-laugh-beam,\n \"helicopter-symbol\": $fa-var-helicopter-symbol,\n \"universal-access\": $fa-var-universal-access,\n \"circle-chevron-up\": $fa-var-circle-chevron-up,\n \"chevron-circle-up\": $fa-var-chevron-circle-up,\n \"lari-sign\": $fa-var-lari-sign,\n \"volcano\": $fa-var-volcano,\n \"person-walking-dashed-line-arrow-right\": $fa-var-person-walking-dashed-line-arrow-right,\n \"sterling-sign\": $fa-var-sterling-sign,\n \"gbp\": $fa-var-gbp,\n \"pound-sign\": $fa-var-pound-sign,\n \"viruses\": $fa-var-viruses,\n \"square-person-confined\": $fa-var-square-person-confined,\n \"user-tie\": $fa-var-user-tie,\n \"arrow-down-long\": $fa-var-arrow-down-long,\n \"long-arrow-down\": $fa-var-long-arrow-down,\n \"tent-arrow-down-to-line\": $fa-var-tent-arrow-down-to-line,\n \"certificate\": $fa-var-certificate,\n \"reply-all\": $fa-var-reply-all,\n \"mail-reply-all\": $fa-var-mail-reply-all,\n \"suitcase\": $fa-var-suitcase,\n \"person-skating\": $fa-var-person-skating,\n \"skating\": $fa-var-skating,\n \"filter-circle-dollar\": $fa-var-filter-circle-dollar,\n \"funnel-dollar\": $fa-var-funnel-dollar,\n \"camera-retro\": $fa-var-camera-retro,\n \"circle-arrow-down\": $fa-var-circle-arrow-down,\n \"arrow-circle-down\": $fa-var-arrow-circle-down,\n \"file-import\": $fa-var-file-import,\n \"arrow-right-to-file\": $fa-var-arrow-right-to-file,\n \"square-arrow-up-right\": $fa-var-square-arrow-up-right,\n \"external-link-square\": $fa-var-external-link-square,\n \"box-open\": $fa-var-box-open,\n \"scroll\": $fa-var-scroll,\n \"spa\": $fa-var-spa,\n \"location-pin-lock\": $fa-var-location-pin-lock,\n \"pause\": $fa-var-pause,\n \"hill-avalanche\": $fa-var-hill-avalanche,\n \"temperature-empty\": $fa-var-temperature-empty,\n \"temperature-0\": $fa-var-temperature-0,\n \"thermometer-0\": $fa-var-thermometer-0,\n \"thermometer-empty\": $fa-var-thermometer-empty,\n \"bomb\": $fa-var-bomb,\n \"registered\": $fa-var-registered,\n \"address-card\": $fa-var-address-card,\n \"contact-card\": $fa-var-contact-card,\n \"vcard\": $fa-var-vcard,\n \"scale-unbalanced-flip\": $fa-var-scale-unbalanced-flip,\n \"balance-scale-right\": $fa-var-balance-scale-right,\n \"subscript\": $fa-var-subscript,\n \"diamond-turn-right\": $fa-var-diamond-turn-right,\n \"directions\": $fa-var-directions,\n \"burst\": $fa-var-burst,\n \"house-laptop\": $fa-var-house-laptop,\n \"laptop-house\": $fa-var-laptop-house,\n \"face-tired\": $fa-var-face-tired,\n \"tired\": $fa-var-tired,\n \"money-bills\": $fa-var-money-bills,\n \"smog\": $fa-var-smog,\n \"crutch\": $fa-var-crutch,\n \"cloud-arrow-up\": $fa-var-cloud-arrow-up,\n \"cloud-upload\": $fa-var-cloud-upload,\n \"cloud-upload-alt\": $fa-var-cloud-upload-alt,\n \"palette\": $fa-var-palette,\n \"arrows-turn-right\": $fa-var-arrows-turn-right,\n \"vest\": $fa-var-vest,\n \"ferry\": $fa-var-ferry,\n \"arrows-down-to-people\": $fa-var-arrows-down-to-people,\n \"seedling\": $fa-var-seedling,\n \"sprout\": $fa-var-sprout,\n \"left-right\": $fa-var-left-right,\n \"arrows-alt-h\": $fa-var-arrows-alt-h,\n \"boxes-packing\": $fa-var-boxes-packing,\n \"circle-arrow-left\": $fa-var-circle-arrow-left,\n \"arrow-circle-left\": $fa-var-arrow-circle-left,\n \"group-arrows-rotate\": $fa-var-group-arrows-rotate,\n \"bowl-food\": $fa-var-bowl-food,\n \"candy-cane\": $fa-var-candy-cane,\n \"arrow-down-wide-short\": $fa-var-arrow-down-wide-short,\n \"sort-amount-asc\": $fa-var-sort-amount-asc,\n \"sort-amount-down\": $fa-var-sort-amount-down,\n \"cloud-bolt\": $fa-var-cloud-bolt,\n \"thunderstorm\": $fa-var-thunderstorm,\n \"text-slash\": $fa-var-text-slash,\n \"remove-format\": $fa-var-remove-format,\n \"face-smile-wink\": $fa-var-face-smile-wink,\n \"smile-wink\": $fa-var-smile-wink,\n \"file-word\": $fa-var-file-word,\n \"file-powerpoint\": $fa-var-file-powerpoint,\n \"arrows-left-right\": $fa-var-arrows-left-right,\n \"arrows-h\": $fa-var-arrows-h,\n \"house-lock\": $fa-var-house-lock,\n \"cloud-arrow-down\": $fa-var-cloud-arrow-down,\n \"cloud-download\": $fa-var-cloud-download,\n \"cloud-download-alt\": $fa-var-cloud-download-alt,\n \"children\": $fa-var-children,\n \"chalkboard\": $fa-var-chalkboard,\n \"blackboard\": $fa-var-blackboard,\n \"user-large-slash\": $fa-var-user-large-slash,\n \"user-alt-slash\": $fa-var-user-alt-slash,\n \"envelope-open\": $fa-var-envelope-open,\n \"handshake-simple-slash\": $fa-var-handshake-simple-slash,\n \"handshake-alt-slash\": $fa-var-handshake-alt-slash,\n \"mattress-pillow\": $fa-var-mattress-pillow,\n \"guarani-sign\": $fa-var-guarani-sign,\n \"arrows-rotate\": $fa-var-arrows-rotate,\n \"refresh\": $fa-var-refresh,\n \"sync\": $fa-var-sync,\n \"fire-extinguisher\": $fa-var-fire-extinguisher,\n \"cruzeiro-sign\": $fa-var-cruzeiro-sign,\n \"greater-than-equal\": $fa-var-greater-than-equal,\n \"shield-halved\": $fa-var-shield-halved,\n \"shield-alt\": $fa-var-shield-alt,\n \"book-atlas\": $fa-var-book-atlas,\n \"atlas\": $fa-var-atlas,\n \"virus\": $fa-var-virus,\n \"envelope-circle-check\": $fa-var-envelope-circle-check,\n \"layer-group\": $fa-var-layer-group,\n \"arrows-to-dot\": $fa-var-arrows-to-dot,\n \"archway\": $fa-var-archway,\n \"heart-circle-check\": $fa-var-heart-circle-check,\n \"house-chimney-crack\": $fa-var-house-chimney-crack,\n \"house-damage\": $fa-var-house-damage,\n \"file-zipper\": $fa-var-file-zipper,\n \"file-archive\": $fa-var-file-archive,\n \"square\": $fa-var-square,\n \"martini-glass-empty\": $fa-var-martini-glass-empty,\n \"glass-martini\": $fa-var-glass-martini,\n \"couch\": $fa-var-couch,\n \"cedi-sign\": $fa-var-cedi-sign,\n \"italic\": $fa-var-italic,\n \"table-cells-column-lock\": $fa-var-table-cells-column-lock,\n \"church\": $fa-var-church,\n \"comments-dollar\": $fa-var-comments-dollar,\n \"democrat\": $fa-var-democrat,\n \"z\": $fa-var-z,\n \"person-skiing\": $fa-var-person-skiing,\n \"skiing\": $fa-var-skiing,\n \"road-lock\": $fa-var-road-lock,\n \"a\": $fa-var-a,\n \"temperature-arrow-down\": $fa-var-temperature-arrow-down,\n \"temperature-down\": $fa-var-temperature-down,\n \"feather-pointed\": $fa-var-feather-pointed,\n \"feather-alt\": $fa-var-feather-alt,\n \"p\": $fa-var-p,\n \"snowflake\": $fa-var-snowflake,\n \"newspaper\": $fa-var-newspaper,\n \"rectangle-ad\": $fa-var-rectangle-ad,\n \"ad\": $fa-var-ad,\n \"circle-arrow-right\": $fa-var-circle-arrow-right,\n \"arrow-circle-right\": $fa-var-arrow-circle-right,\n \"filter-circle-xmark\": $fa-var-filter-circle-xmark,\n \"locust\": $fa-var-locust,\n \"sort\": $fa-var-sort,\n \"unsorted\": $fa-var-unsorted,\n \"list-ol\": $fa-var-list-ol,\n \"list-1-2\": $fa-var-list-1-2,\n \"list-numeric\": $fa-var-list-numeric,\n \"person-dress-burst\": $fa-var-person-dress-burst,\n \"money-check-dollar\": $fa-var-money-check-dollar,\n \"money-check-alt\": $fa-var-money-check-alt,\n \"vector-square\": $fa-var-vector-square,\n \"bread-slice\": $fa-var-bread-slice,\n \"language\": $fa-var-language,\n \"face-kiss-wink-heart\": $fa-var-face-kiss-wink-heart,\n \"kiss-wink-heart\": $fa-var-kiss-wink-heart,\n \"filter\": $fa-var-filter,\n \"question\": $fa-var-question,\n \"file-signature\": $fa-var-file-signature,\n \"up-down-left-right\": $fa-var-up-down-left-right,\n \"arrows-alt\": $fa-var-arrows-alt,\n \"house-chimney-user\": $fa-var-house-chimney-user,\n \"hand-holding-heart\": $fa-var-hand-holding-heart,\n \"puzzle-piece\": $fa-var-puzzle-piece,\n \"money-check\": $fa-var-money-check,\n \"star-half-stroke\": $fa-var-star-half-stroke,\n \"star-half-alt\": $fa-var-star-half-alt,\n \"code\": $fa-var-code,\n \"whiskey-glass\": $fa-var-whiskey-glass,\n \"glass-whiskey\": $fa-var-glass-whiskey,\n \"building-circle-exclamation\": $fa-var-building-circle-exclamation,\n \"magnifying-glass-chart\": $fa-var-magnifying-glass-chart,\n \"arrow-up-right-from-square\": $fa-var-arrow-up-right-from-square,\n \"external-link\": $fa-var-external-link,\n \"cubes-stacked\": $fa-var-cubes-stacked,\n \"won-sign\": $fa-var-won-sign,\n \"krw\": $fa-var-krw,\n \"won\": $fa-var-won,\n \"virus-covid\": $fa-var-virus-covid,\n \"austral-sign\": $fa-var-austral-sign,\n \"f\": $fa-var-f,\n \"leaf\": $fa-var-leaf,\n \"road\": $fa-var-road,\n \"taxi\": $fa-var-taxi,\n \"cab\": $fa-var-cab,\n \"person-circle-plus\": $fa-var-person-circle-plus,\n \"chart-pie\": $fa-var-chart-pie,\n \"pie-chart\": $fa-var-pie-chart,\n \"bolt-lightning\": $fa-var-bolt-lightning,\n \"sack-xmark\": $fa-var-sack-xmark,\n \"file-excel\": $fa-var-file-excel,\n \"file-contract\": $fa-var-file-contract,\n \"fish-fins\": $fa-var-fish-fins,\n \"building-flag\": $fa-var-building-flag,\n \"face-grin-beam\": $fa-var-face-grin-beam,\n \"grin-beam\": $fa-var-grin-beam,\n \"object-ungroup\": $fa-var-object-ungroup,\n \"poop\": $fa-var-poop,\n \"location-pin\": $fa-var-location-pin,\n \"map-marker\": $fa-var-map-marker,\n \"kaaba\": $fa-var-kaaba,\n \"toilet-paper\": $fa-var-toilet-paper,\n \"helmet-safety\": $fa-var-helmet-safety,\n \"hard-hat\": $fa-var-hard-hat,\n \"hat-hard\": $fa-var-hat-hard,\n \"eject\": $fa-var-eject,\n \"circle-right\": $fa-var-circle-right,\n \"arrow-alt-circle-right\": $fa-var-arrow-alt-circle-right,\n \"plane-circle-check\": $fa-var-plane-circle-check,\n \"face-rolling-eyes\": $fa-var-face-rolling-eyes,\n \"meh-rolling-eyes\": $fa-var-meh-rolling-eyes,\n \"object-group\": $fa-var-object-group,\n \"chart-line\": $fa-var-chart-line,\n \"line-chart\": $fa-var-line-chart,\n \"mask-ventilator\": $fa-var-mask-ventilator,\n \"arrow-right\": $fa-var-arrow-right,\n \"signs-post\": $fa-var-signs-post,\n \"map-signs\": $fa-var-map-signs,\n \"cash-register\": $fa-var-cash-register,\n \"person-circle-question\": $fa-var-person-circle-question,\n \"h\": $fa-var-h,\n \"tarp\": $fa-var-tarp,\n \"screwdriver-wrench\": $fa-var-screwdriver-wrench,\n \"tools\": $fa-var-tools,\n \"arrows-to-eye\": $fa-var-arrows-to-eye,\n \"plug-circle-bolt\": $fa-var-plug-circle-bolt,\n \"heart\": $fa-var-heart,\n \"mars-and-venus\": $fa-var-mars-and-venus,\n \"house-user\": $fa-var-house-user,\n \"home-user\": $fa-var-home-user,\n \"dumpster-fire\": $fa-var-dumpster-fire,\n \"house-crack\": $fa-var-house-crack,\n \"martini-glass-citrus\": $fa-var-martini-glass-citrus,\n \"cocktail\": $fa-var-cocktail,\n \"face-surprise\": $fa-var-face-surprise,\n \"surprise\": $fa-var-surprise,\n \"bottle-water\": $fa-var-bottle-water,\n \"circle-pause\": $fa-var-circle-pause,\n \"pause-circle\": $fa-var-pause-circle,\n \"toilet-paper-slash\": $fa-var-toilet-paper-slash,\n \"apple-whole\": $fa-var-apple-whole,\n \"apple-alt\": $fa-var-apple-alt,\n \"kitchen-set\": $fa-var-kitchen-set,\n \"r\": $fa-var-r,\n \"temperature-quarter\": $fa-var-temperature-quarter,\n \"temperature-1\": $fa-var-temperature-1,\n \"thermometer-1\": $fa-var-thermometer-1,\n \"thermometer-quarter\": $fa-var-thermometer-quarter,\n \"cube\": $fa-var-cube,\n \"bitcoin-sign\": $fa-var-bitcoin-sign,\n \"shield-dog\": $fa-var-shield-dog,\n \"solar-panel\": $fa-var-solar-panel,\n \"lock-open\": $fa-var-lock-open,\n \"elevator\": $fa-var-elevator,\n \"money-bill-transfer\": $fa-var-money-bill-transfer,\n \"money-bill-trend-up\": $fa-var-money-bill-trend-up,\n \"house-flood-water-circle-arrow-right\": $fa-var-house-flood-water-circle-arrow-right,\n \"square-poll-horizontal\": $fa-var-square-poll-horizontal,\n \"poll-h\": $fa-var-poll-h,\n \"circle\": $fa-var-circle,\n \"backward-fast\": $fa-var-backward-fast,\n \"fast-backward\": $fa-var-fast-backward,\n \"recycle\": $fa-var-recycle,\n \"user-astronaut\": $fa-var-user-astronaut,\n \"plane-slash\": $fa-var-plane-slash,\n \"trademark\": $fa-var-trademark,\n \"basketball\": $fa-var-basketball,\n \"basketball-ball\": $fa-var-basketball-ball,\n \"satellite-dish\": $fa-var-satellite-dish,\n \"circle-up\": $fa-var-circle-up,\n \"arrow-alt-circle-up\": $fa-var-arrow-alt-circle-up,\n \"mobile-screen-button\": $fa-var-mobile-screen-button,\n \"mobile-alt\": $fa-var-mobile-alt,\n \"volume-high\": $fa-var-volume-high,\n \"volume-up\": $fa-var-volume-up,\n \"users-rays\": $fa-var-users-rays,\n \"wallet\": $fa-var-wallet,\n \"clipboard-check\": $fa-var-clipboard-check,\n \"file-audio\": $fa-var-file-audio,\n \"burger\": $fa-var-burger,\n \"hamburger\": $fa-var-hamburger,\n \"wrench\": $fa-var-wrench,\n \"bugs\": $fa-var-bugs,\n \"rupee-sign\": $fa-var-rupee-sign,\n \"rupee\": $fa-var-rupee,\n \"file-image\": $fa-var-file-image,\n \"circle-question\": $fa-var-circle-question,\n \"question-circle\": $fa-var-question-circle,\n \"plane-departure\": $fa-var-plane-departure,\n \"handshake-slash\": $fa-var-handshake-slash,\n \"book-bookmark\": $fa-var-book-bookmark,\n \"code-branch\": $fa-var-code-branch,\n \"hat-cowboy\": $fa-var-hat-cowboy,\n \"bridge\": $fa-var-bridge,\n \"phone-flip\": $fa-var-phone-flip,\n \"phone-alt\": $fa-var-phone-alt,\n \"truck-front\": $fa-var-truck-front,\n \"cat\": $fa-var-cat,\n \"anchor-circle-exclamation\": $fa-var-anchor-circle-exclamation,\n \"truck-field\": $fa-var-truck-field,\n \"route\": $fa-var-route,\n \"clipboard-question\": $fa-var-clipboard-question,\n \"panorama\": $fa-var-panorama,\n \"comment-medical\": $fa-var-comment-medical,\n \"teeth-open\": $fa-var-teeth-open,\n \"file-circle-minus\": $fa-var-file-circle-minus,\n \"tags\": $fa-var-tags,\n \"wine-glass\": $fa-var-wine-glass,\n \"forward-fast\": $fa-var-forward-fast,\n \"fast-forward\": $fa-var-fast-forward,\n \"face-meh-blank\": $fa-var-face-meh-blank,\n \"meh-blank\": $fa-var-meh-blank,\n \"square-parking\": $fa-var-square-parking,\n \"parking\": $fa-var-parking,\n \"house-signal\": $fa-var-house-signal,\n \"bars-progress\": $fa-var-bars-progress,\n \"tasks-alt\": $fa-var-tasks-alt,\n \"faucet-drip\": $fa-var-faucet-drip,\n \"cart-flatbed\": $fa-var-cart-flatbed,\n \"dolly-flatbed\": $fa-var-dolly-flatbed,\n \"ban-smoking\": $fa-var-ban-smoking,\n \"smoking-ban\": $fa-var-smoking-ban,\n \"terminal\": $fa-var-terminal,\n \"mobile-button\": $fa-var-mobile-button,\n \"house-medical-flag\": $fa-var-house-medical-flag,\n \"basket-shopping\": $fa-var-basket-shopping,\n \"shopping-basket\": $fa-var-shopping-basket,\n \"tape\": $fa-var-tape,\n \"bus-simple\": $fa-var-bus-simple,\n \"bus-alt\": $fa-var-bus-alt,\n \"eye\": $fa-var-eye,\n \"face-sad-cry\": $fa-var-face-sad-cry,\n \"sad-cry\": $fa-var-sad-cry,\n \"audio-description\": $fa-var-audio-description,\n \"person-military-to-person\": $fa-var-person-military-to-person,\n \"file-shield\": $fa-var-file-shield,\n \"user-slash\": $fa-var-user-slash,\n \"pen\": $fa-var-pen,\n \"tower-observation\": $fa-var-tower-observation,\n \"file-code\": $fa-var-file-code,\n \"signal\": $fa-var-signal,\n \"signal-5\": $fa-var-signal-5,\n \"signal-perfect\": $fa-var-signal-perfect,\n \"bus\": $fa-var-bus,\n \"heart-circle-xmark\": $fa-var-heart-circle-xmark,\n \"house-chimney\": $fa-var-house-chimney,\n \"home-lg\": $fa-var-home-lg,\n \"window-maximize\": $fa-var-window-maximize,\n \"face-frown\": $fa-var-face-frown,\n \"frown\": $fa-var-frown,\n \"prescription\": $fa-var-prescription,\n \"shop\": $fa-var-shop,\n \"store-alt\": $fa-var-store-alt,\n \"floppy-disk\": $fa-var-floppy-disk,\n \"save\": $fa-var-save,\n \"vihara\": $fa-var-vihara,\n \"scale-unbalanced\": $fa-var-scale-unbalanced,\n \"balance-scale-left\": $fa-var-balance-scale-left,\n \"sort-up\": $fa-var-sort-up,\n \"sort-asc\": $fa-var-sort-asc,\n \"comment-dots\": $fa-var-comment-dots,\n \"commenting\": $fa-var-commenting,\n \"plant-wilt\": $fa-var-plant-wilt,\n \"diamond\": $fa-var-diamond,\n \"face-grin-squint\": $fa-var-face-grin-squint,\n \"grin-squint\": $fa-var-grin-squint,\n \"hand-holding-dollar\": $fa-var-hand-holding-dollar,\n \"hand-holding-usd\": $fa-var-hand-holding-usd,\n \"chart-diagram\": $fa-var-chart-diagram,\n \"bacterium\": $fa-var-bacterium,\n \"hand-pointer\": $fa-var-hand-pointer,\n \"drum-steelpan\": $fa-var-drum-steelpan,\n \"hand-scissors\": $fa-var-hand-scissors,\n \"hands-praying\": $fa-var-hands-praying,\n \"praying-hands\": $fa-var-praying-hands,\n \"arrow-rotate-right\": $fa-var-arrow-rotate-right,\n \"arrow-right-rotate\": $fa-var-arrow-right-rotate,\n \"arrow-rotate-forward\": $fa-var-arrow-rotate-forward,\n \"redo\": $fa-var-redo,\n \"biohazard\": $fa-var-biohazard,\n \"location-crosshairs\": $fa-var-location-crosshairs,\n \"location\": $fa-var-location,\n \"mars-double\": $fa-var-mars-double,\n \"child-dress\": $fa-var-child-dress,\n \"users-between-lines\": $fa-var-users-between-lines,\n \"lungs-virus\": $fa-var-lungs-virus,\n \"face-grin-tears\": $fa-var-face-grin-tears,\n \"grin-tears\": $fa-var-grin-tears,\n \"phone\": $fa-var-phone,\n \"calendar-xmark\": $fa-var-calendar-xmark,\n \"calendar-times\": $fa-var-calendar-times,\n \"child-reaching\": $fa-var-child-reaching,\n \"head-side-virus\": $fa-var-head-side-virus,\n \"user-gear\": $fa-var-user-gear,\n \"user-cog\": $fa-var-user-cog,\n \"arrow-up-1-9\": $fa-var-arrow-up-1-9,\n \"sort-numeric-up\": $fa-var-sort-numeric-up,\n \"door-closed\": $fa-var-door-closed,\n \"shield-virus\": $fa-var-shield-virus,\n \"dice-six\": $fa-var-dice-six,\n \"mosquito-net\": $fa-var-mosquito-net,\n \"file-fragment\": $fa-var-file-fragment,\n \"bridge-water\": $fa-var-bridge-water,\n \"person-booth\": $fa-var-person-booth,\n \"text-width\": $fa-var-text-width,\n \"hat-wizard\": $fa-var-hat-wizard,\n \"pen-fancy\": $fa-var-pen-fancy,\n \"person-digging\": $fa-var-person-digging,\n \"digging\": $fa-var-digging,\n \"trash\": $fa-var-trash,\n \"gauge-simple\": $fa-var-gauge-simple,\n \"gauge-simple-med\": $fa-var-gauge-simple-med,\n \"tachometer-average\": $fa-var-tachometer-average,\n \"book-medical\": $fa-var-book-medical,\n \"poo\": $fa-var-poo,\n \"quote-right\": $fa-var-quote-right,\n \"quote-right-alt\": $fa-var-quote-right-alt,\n \"shirt\": $fa-var-shirt,\n \"t-shirt\": $fa-var-t-shirt,\n \"tshirt\": $fa-var-tshirt,\n \"cubes\": $fa-var-cubes,\n \"divide\": $fa-var-divide,\n \"tenge-sign\": $fa-var-tenge-sign,\n \"tenge\": $fa-var-tenge,\n \"headphones\": $fa-var-headphones,\n \"hands-holding\": $fa-var-hands-holding,\n \"hands-clapping\": $fa-var-hands-clapping,\n \"republican\": $fa-var-republican,\n \"arrow-left\": $fa-var-arrow-left,\n \"person-circle-xmark\": $fa-var-person-circle-xmark,\n \"ruler\": $fa-var-ruler,\n \"align-left\": $fa-var-align-left,\n \"dice-d6\": $fa-var-dice-d6,\n \"restroom\": $fa-var-restroom,\n \"j\": $fa-var-j,\n \"users-viewfinder\": $fa-var-users-viewfinder,\n \"file-video\": $fa-var-file-video,\n \"up-right-from-square\": $fa-var-up-right-from-square,\n \"external-link-alt\": $fa-var-external-link-alt,\n \"table-cells\": $fa-var-table-cells,\n \"th\": $fa-var-th,\n \"file-pdf\": $fa-var-file-pdf,\n \"book-bible\": $fa-var-book-bible,\n \"bible\": $fa-var-bible,\n \"o\": $fa-var-o,\n \"suitcase-medical\": $fa-var-suitcase-medical,\n \"medkit\": $fa-var-medkit,\n \"user-secret\": $fa-var-user-secret,\n \"otter\": $fa-var-otter,\n \"person-dress\": $fa-var-person-dress,\n \"female\": $fa-var-female,\n \"comment-dollar\": $fa-var-comment-dollar,\n \"business-time\": $fa-var-business-time,\n \"briefcase-clock\": $fa-var-briefcase-clock,\n \"table-cells-large\": $fa-var-table-cells-large,\n \"th-large\": $fa-var-th-large,\n \"book-tanakh\": $fa-var-book-tanakh,\n \"tanakh\": $fa-var-tanakh,\n \"phone-volume\": $fa-var-phone-volume,\n \"volume-control-phone\": $fa-var-volume-control-phone,\n \"hat-cowboy-side\": $fa-var-hat-cowboy-side,\n \"clipboard-user\": $fa-var-clipboard-user,\n \"child\": $fa-var-child,\n \"lira-sign\": $fa-var-lira-sign,\n \"satellite\": $fa-var-satellite,\n \"plane-lock\": $fa-var-plane-lock,\n \"tag\": $fa-var-tag,\n \"comment\": $fa-var-comment,\n \"cake-candles\": $fa-var-cake-candles,\n \"birthday-cake\": $fa-var-birthday-cake,\n \"cake\": $fa-var-cake,\n \"envelope\": $fa-var-envelope,\n \"angles-up\": $fa-var-angles-up,\n \"angle-double-up\": $fa-var-angle-double-up,\n \"paperclip\": $fa-var-paperclip,\n \"arrow-right-to-city\": $fa-var-arrow-right-to-city,\n \"ribbon\": $fa-var-ribbon,\n \"lungs\": $fa-var-lungs,\n \"arrow-up-9-1\": $fa-var-arrow-up-9-1,\n \"sort-numeric-up-alt\": $fa-var-sort-numeric-up-alt,\n \"litecoin-sign\": $fa-var-litecoin-sign,\n \"border-none\": $fa-var-border-none,\n \"circle-nodes\": $fa-var-circle-nodes,\n \"parachute-box\": $fa-var-parachute-box,\n \"indent\": $fa-var-indent,\n \"truck-field-un\": $fa-var-truck-field-un,\n \"hourglass\": $fa-var-hourglass,\n \"hourglass-empty\": $fa-var-hourglass-empty,\n \"mountain\": $fa-var-mountain,\n \"user-doctor\": $fa-var-user-doctor,\n \"user-md\": $fa-var-user-md,\n \"circle-info\": $fa-var-circle-info,\n \"info-circle\": $fa-var-info-circle,\n \"cloud-meatball\": $fa-var-cloud-meatball,\n \"camera\": $fa-var-camera,\n \"camera-alt\": $fa-var-camera-alt,\n \"square-virus\": $fa-var-square-virus,\n \"meteor\": $fa-var-meteor,\n \"car-on\": $fa-var-car-on,\n \"sleigh\": $fa-var-sleigh,\n \"arrow-down-1-9\": $fa-var-arrow-down-1-9,\n \"sort-numeric-asc\": $fa-var-sort-numeric-asc,\n \"sort-numeric-down\": $fa-var-sort-numeric-down,\n \"hand-holding-droplet\": $fa-var-hand-holding-droplet,\n \"hand-holding-water\": $fa-var-hand-holding-water,\n \"water\": $fa-var-water,\n \"calendar-check\": $fa-var-calendar-check,\n \"braille\": $fa-var-braille,\n \"prescription-bottle-medical\": $fa-var-prescription-bottle-medical,\n \"prescription-bottle-alt\": $fa-var-prescription-bottle-alt,\n \"landmark\": $fa-var-landmark,\n \"truck\": $fa-var-truck,\n \"crosshairs\": $fa-var-crosshairs,\n \"person-cane\": $fa-var-person-cane,\n \"tent\": $fa-var-tent,\n \"vest-patches\": $fa-var-vest-patches,\n \"check-double\": $fa-var-check-double,\n \"arrow-down-a-z\": $fa-var-arrow-down-a-z,\n \"sort-alpha-asc\": $fa-var-sort-alpha-asc,\n \"sort-alpha-down\": $fa-var-sort-alpha-down,\n \"money-bill-wheat\": $fa-var-money-bill-wheat,\n \"cookie\": $fa-var-cookie,\n \"arrow-rotate-left\": $fa-var-arrow-rotate-left,\n \"arrow-left-rotate\": $fa-var-arrow-left-rotate,\n \"arrow-rotate-back\": $fa-var-arrow-rotate-back,\n \"arrow-rotate-backward\": $fa-var-arrow-rotate-backward,\n \"undo\": $fa-var-undo,\n \"hard-drive\": $fa-var-hard-drive,\n \"hdd\": $fa-var-hdd,\n \"face-grin-squint-tears\": $fa-var-face-grin-squint-tears,\n \"grin-squint-tears\": $fa-var-grin-squint-tears,\n \"dumbbell\": $fa-var-dumbbell,\n \"rectangle-list\": $fa-var-rectangle-list,\n \"list-alt\": $fa-var-list-alt,\n \"tarp-droplet\": $fa-var-tarp-droplet,\n \"house-medical-circle-check\": $fa-var-house-medical-circle-check,\n \"person-skiing-nordic\": $fa-var-person-skiing-nordic,\n \"skiing-nordic\": $fa-var-skiing-nordic,\n \"calendar-plus\": $fa-var-calendar-plus,\n \"plane-arrival\": $fa-var-plane-arrival,\n \"circle-left\": $fa-var-circle-left,\n \"arrow-alt-circle-left\": $fa-var-arrow-alt-circle-left,\n \"train-subway\": $fa-var-train-subway,\n \"subway\": $fa-var-subway,\n \"chart-gantt\": $fa-var-chart-gantt,\n \"indian-rupee-sign\": $fa-var-indian-rupee-sign,\n \"indian-rupee\": $fa-var-indian-rupee,\n \"inr\": $fa-var-inr,\n \"crop-simple\": $fa-var-crop-simple,\n \"crop-alt\": $fa-var-crop-alt,\n \"money-bill-1\": $fa-var-money-bill-1,\n \"money-bill-alt\": $fa-var-money-bill-alt,\n \"left-long\": $fa-var-left-long,\n \"long-arrow-alt-left\": $fa-var-long-arrow-alt-left,\n \"dna\": $fa-var-dna,\n \"virus-slash\": $fa-var-virus-slash,\n \"minus\": $fa-var-minus,\n \"subtract\": $fa-var-subtract,\n \"chess\": $fa-var-chess,\n \"arrow-left-long\": $fa-var-arrow-left-long,\n \"long-arrow-left\": $fa-var-long-arrow-left,\n \"plug-circle-check\": $fa-var-plug-circle-check,\n \"street-view\": $fa-var-street-view,\n \"franc-sign\": $fa-var-franc-sign,\n \"volume-off\": $fa-var-volume-off,\n \"hands-asl-interpreting\": $fa-var-hands-asl-interpreting,\n \"american-sign-language-interpreting\": $fa-var-american-sign-language-interpreting,\n \"asl-interpreting\": $fa-var-asl-interpreting,\n \"hands-american-sign-language-interpreting\": $fa-var-hands-american-sign-language-interpreting,\n \"gear\": $fa-var-gear,\n \"cog\": $fa-var-cog,\n \"droplet-slash\": $fa-var-droplet-slash,\n \"tint-slash\": $fa-var-tint-slash,\n \"mosque\": $fa-var-mosque,\n \"mosquito\": $fa-var-mosquito,\n \"star-of-david\": $fa-var-star-of-david,\n \"person-military-rifle\": $fa-var-person-military-rifle,\n \"cart-shopping\": $fa-var-cart-shopping,\n \"shopping-cart\": $fa-var-shopping-cart,\n \"vials\": $fa-var-vials,\n \"plug-circle-plus\": $fa-var-plug-circle-plus,\n \"place-of-worship\": $fa-var-place-of-worship,\n \"grip-vertical\": $fa-var-grip-vertical,\n \"hexagon-nodes\": $fa-var-hexagon-nodes,\n \"arrow-turn-up\": $fa-var-arrow-turn-up,\n \"level-up\": $fa-var-level-up,\n \"u\": $fa-var-u,\n \"square-root-variable\": $fa-var-square-root-variable,\n \"square-root-alt\": $fa-var-square-root-alt,\n \"clock\": $fa-var-clock,\n \"clock-four\": $fa-var-clock-four,\n \"backward-step\": $fa-var-backward-step,\n \"step-backward\": $fa-var-step-backward,\n \"pallet\": $fa-var-pallet,\n \"faucet\": $fa-var-faucet,\n \"baseball-bat-ball\": $fa-var-baseball-bat-ball,\n \"s\": $fa-var-s,\n \"timeline\": $fa-var-timeline,\n \"keyboard\": $fa-var-keyboard,\n \"caret-down\": $fa-var-caret-down,\n \"house-chimney-medical\": $fa-var-house-chimney-medical,\n \"clinic-medical\": $fa-var-clinic-medical,\n \"temperature-three-quarters\": $fa-var-temperature-three-quarters,\n \"temperature-3\": $fa-var-temperature-3,\n \"thermometer-3\": $fa-var-thermometer-3,\n \"thermometer-three-quarters\": $fa-var-thermometer-three-quarters,\n \"mobile-screen\": $fa-var-mobile-screen,\n \"mobile-android-alt\": $fa-var-mobile-android-alt,\n \"plane-up\": $fa-var-plane-up,\n \"piggy-bank\": $fa-var-piggy-bank,\n \"battery-half\": $fa-var-battery-half,\n \"battery-3\": $fa-var-battery-3,\n \"mountain-city\": $fa-var-mountain-city,\n \"coins\": $fa-var-coins,\n \"khanda\": $fa-var-khanda,\n \"sliders\": $fa-var-sliders,\n \"sliders-h\": $fa-var-sliders-h,\n \"folder-tree\": $fa-var-folder-tree,\n \"network-wired\": $fa-var-network-wired,\n \"map-pin\": $fa-var-map-pin,\n \"hamsa\": $fa-var-hamsa,\n \"cent-sign\": $fa-var-cent-sign,\n \"flask\": $fa-var-flask,\n \"person-pregnant\": $fa-var-person-pregnant,\n \"wand-sparkles\": $fa-var-wand-sparkles,\n \"ellipsis-vertical\": $fa-var-ellipsis-vertical,\n \"ellipsis-v\": $fa-var-ellipsis-v,\n \"ticket\": $fa-var-ticket,\n \"power-off\": $fa-var-power-off,\n \"right-long\": $fa-var-right-long,\n \"long-arrow-alt-right\": $fa-var-long-arrow-alt-right,\n \"flag-usa\": $fa-var-flag-usa,\n \"laptop-file\": $fa-var-laptop-file,\n \"tty\": $fa-var-tty,\n \"teletype\": $fa-var-teletype,\n \"diagram-next\": $fa-var-diagram-next,\n \"person-rifle\": $fa-var-person-rifle,\n \"house-medical-circle-exclamation\": $fa-var-house-medical-circle-exclamation,\n \"closed-captioning\": $fa-var-closed-captioning,\n \"person-hiking\": $fa-var-person-hiking,\n \"hiking\": $fa-var-hiking,\n \"venus-double\": $fa-var-venus-double,\n \"images\": $fa-var-images,\n \"calculator\": $fa-var-calculator,\n \"people-pulling\": $fa-var-people-pulling,\n \"n\": $fa-var-n,\n \"cable-car\": $fa-var-cable-car,\n \"tram\": $fa-var-tram,\n \"cloud-rain\": $fa-var-cloud-rain,\n \"building-circle-xmark\": $fa-var-building-circle-xmark,\n \"ship\": $fa-var-ship,\n \"arrows-down-to-line\": $fa-var-arrows-down-to-line,\n \"download\": $fa-var-download,\n \"face-grin\": $fa-var-face-grin,\n \"grin\": $fa-var-grin,\n \"delete-left\": $fa-var-delete-left,\n \"backspace\": $fa-var-backspace,\n \"eye-dropper\": $fa-var-eye-dropper,\n \"eye-dropper-empty\": $fa-var-eye-dropper-empty,\n \"eyedropper\": $fa-var-eyedropper,\n \"file-circle-check\": $fa-var-file-circle-check,\n \"forward\": $fa-var-forward,\n \"mobile\": $fa-var-mobile,\n \"mobile-android\": $fa-var-mobile-android,\n \"mobile-phone\": $fa-var-mobile-phone,\n \"face-meh\": $fa-var-face-meh,\n \"meh\": $fa-var-meh,\n \"align-center\": $fa-var-align-center,\n \"book-skull\": $fa-var-book-skull,\n \"book-dead\": $fa-var-book-dead,\n \"id-card\": $fa-var-id-card,\n \"drivers-license\": $fa-var-drivers-license,\n \"outdent\": $fa-var-outdent,\n \"dedent\": $fa-var-dedent,\n \"heart-circle-exclamation\": $fa-var-heart-circle-exclamation,\n \"house\": $fa-var-house,\n \"home\": $fa-var-home,\n \"home-alt\": $fa-var-home-alt,\n \"home-lg-alt\": $fa-var-home-lg-alt,\n \"calendar-week\": $fa-var-calendar-week,\n \"laptop-medical\": $fa-var-laptop-medical,\n \"b\": $fa-var-b,\n \"file-medical\": $fa-var-file-medical,\n \"dice-one\": $fa-var-dice-one,\n \"kiwi-bird\": $fa-var-kiwi-bird,\n \"arrow-right-arrow-left\": $fa-var-arrow-right-arrow-left,\n \"exchange\": $fa-var-exchange,\n \"rotate-right\": $fa-var-rotate-right,\n \"redo-alt\": $fa-var-redo-alt,\n \"rotate-forward\": $fa-var-rotate-forward,\n \"utensils\": $fa-var-utensils,\n \"cutlery\": $fa-var-cutlery,\n \"arrow-up-wide-short\": $fa-var-arrow-up-wide-short,\n \"sort-amount-up\": $fa-var-sort-amount-up,\n \"mill-sign\": $fa-var-mill-sign,\n \"bowl-rice\": $fa-var-bowl-rice,\n \"skull\": $fa-var-skull,\n \"tower-broadcast\": $fa-var-tower-broadcast,\n \"broadcast-tower\": $fa-var-broadcast-tower,\n \"truck-pickup\": $fa-var-truck-pickup,\n \"up-long\": $fa-var-up-long,\n \"long-arrow-alt-up\": $fa-var-long-arrow-alt-up,\n \"stop\": $fa-var-stop,\n \"code-merge\": $fa-var-code-merge,\n \"upload\": $fa-var-upload,\n \"hurricane\": $fa-var-hurricane,\n \"mound\": $fa-var-mound,\n \"toilet-portable\": $fa-var-toilet-portable,\n \"compact-disc\": $fa-var-compact-disc,\n \"file-arrow-down\": $fa-var-file-arrow-down,\n \"file-download\": $fa-var-file-download,\n \"caravan\": $fa-var-caravan,\n \"shield-cat\": $fa-var-shield-cat,\n \"bolt\": $fa-var-bolt,\n \"zap\": $fa-var-zap,\n \"glass-water\": $fa-var-glass-water,\n \"oil-well\": $fa-var-oil-well,\n \"vault\": $fa-var-vault,\n \"mars\": $fa-var-mars,\n \"toilet\": $fa-var-toilet,\n \"plane-circle-xmark\": $fa-var-plane-circle-xmark,\n \"yen-sign\": $fa-var-yen-sign,\n \"cny\": $fa-var-cny,\n \"jpy\": $fa-var-jpy,\n \"rmb\": $fa-var-rmb,\n \"yen\": $fa-var-yen,\n \"ruble-sign\": $fa-var-ruble-sign,\n \"rouble\": $fa-var-rouble,\n \"rub\": $fa-var-rub,\n \"ruble\": $fa-var-ruble,\n \"sun\": $fa-var-sun,\n \"guitar\": $fa-var-guitar,\n \"face-laugh-wink\": $fa-var-face-laugh-wink,\n \"laugh-wink\": $fa-var-laugh-wink,\n \"horse-head\": $fa-var-horse-head,\n \"bore-hole\": $fa-var-bore-hole,\n \"industry\": $fa-var-industry,\n \"circle-down\": $fa-var-circle-down,\n \"arrow-alt-circle-down\": $fa-var-arrow-alt-circle-down,\n \"arrows-turn-to-dots\": $fa-var-arrows-turn-to-dots,\n \"florin-sign\": $fa-var-florin-sign,\n \"arrow-down-short-wide\": $fa-var-arrow-down-short-wide,\n \"sort-amount-desc\": $fa-var-sort-amount-desc,\n \"sort-amount-down-alt\": $fa-var-sort-amount-down-alt,\n \"less-than\": $fa-var-less-than,\n \"angle-down\": $fa-var-angle-down,\n \"car-tunnel\": $fa-var-car-tunnel,\n \"head-side-cough\": $fa-var-head-side-cough,\n \"grip-lines\": $fa-var-grip-lines,\n \"thumbs-down\": $fa-var-thumbs-down,\n \"user-lock\": $fa-var-user-lock,\n \"arrow-right-long\": $fa-var-arrow-right-long,\n \"long-arrow-right\": $fa-var-long-arrow-right,\n \"anchor-circle-xmark\": $fa-var-anchor-circle-xmark,\n \"ellipsis\": $fa-var-ellipsis,\n \"ellipsis-h\": $fa-var-ellipsis-h,\n \"chess-pawn\": $fa-var-chess-pawn,\n \"kit-medical\": $fa-var-kit-medical,\n \"first-aid\": $fa-var-first-aid,\n \"person-through-window\": $fa-var-person-through-window,\n \"toolbox\": $fa-var-toolbox,\n \"hands-holding-circle\": $fa-var-hands-holding-circle,\n \"bug\": $fa-var-bug,\n \"credit-card\": $fa-var-credit-card,\n \"credit-card-alt\": $fa-var-credit-card-alt,\n \"car\": $fa-var-car,\n \"automobile\": $fa-var-automobile,\n \"hand-holding-hand\": $fa-var-hand-holding-hand,\n \"book-open-reader\": $fa-var-book-open-reader,\n \"book-reader\": $fa-var-book-reader,\n \"mountain-sun\": $fa-var-mountain-sun,\n \"arrows-left-right-to-line\": $fa-var-arrows-left-right-to-line,\n \"dice-d20\": $fa-var-dice-d20,\n \"truck-droplet\": $fa-var-truck-droplet,\n \"file-circle-xmark\": $fa-var-file-circle-xmark,\n \"temperature-arrow-up\": $fa-var-temperature-arrow-up,\n \"temperature-up\": $fa-var-temperature-up,\n \"medal\": $fa-var-medal,\n \"bed\": $fa-var-bed,\n \"square-h\": $fa-var-square-h,\n \"h-square\": $fa-var-h-square,\n \"podcast\": $fa-var-podcast,\n \"temperature-full\": $fa-var-temperature-full,\n \"temperature-4\": $fa-var-temperature-4,\n \"thermometer-4\": $fa-var-thermometer-4,\n \"thermometer-full\": $fa-var-thermometer-full,\n \"bell\": $fa-var-bell,\n \"superscript\": $fa-var-superscript,\n \"plug-circle-xmark\": $fa-var-plug-circle-xmark,\n \"star-of-life\": $fa-var-star-of-life,\n \"phone-slash\": $fa-var-phone-slash,\n \"paint-roller\": $fa-var-paint-roller,\n \"handshake-angle\": $fa-var-handshake-angle,\n \"hands-helping\": $fa-var-hands-helping,\n \"location-dot\": $fa-var-location-dot,\n \"map-marker-alt\": $fa-var-map-marker-alt,\n \"file\": $fa-var-file,\n \"greater-than\": $fa-var-greater-than,\n \"person-swimming\": $fa-var-person-swimming,\n \"swimmer\": $fa-var-swimmer,\n \"arrow-down\": $fa-var-arrow-down,\n \"droplet\": $fa-var-droplet,\n \"tint\": $fa-var-tint,\n \"eraser\": $fa-var-eraser,\n \"earth-americas\": $fa-var-earth-americas,\n \"earth\": $fa-var-earth,\n \"earth-america\": $fa-var-earth-america,\n \"globe-americas\": $fa-var-globe-americas,\n \"person-burst\": $fa-var-person-burst,\n \"dove\": $fa-var-dove,\n \"battery-empty\": $fa-var-battery-empty,\n \"battery-0\": $fa-var-battery-0,\n \"socks\": $fa-var-socks,\n \"inbox\": $fa-var-inbox,\n \"section\": $fa-var-section,\n \"gauge-high\": $fa-var-gauge-high,\n \"tachometer-alt\": $fa-var-tachometer-alt,\n \"tachometer-alt-fast\": $fa-var-tachometer-alt-fast,\n \"envelope-open-text\": $fa-var-envelope-open-text,\n \"hospital\": $fa-var-hospital,\n \"hospital-alt\": $fa-var-hospital-alt,\n \"hospital-wide\": $fa-var-hospital-wide,\n \"wine-bottle\": $fa-var-wine-bottle,\n \"chess-rook\": $fa-var-chess-rook,\n \"bars-staggered\": $fa-var-bars-staggered,\n \"reorder\": $fa-var-reorder,\n \"stream\": $fa-var-stream,\n \"dharmachakra\": $fa-var-dharmachakra,\n \"hotdog\": $fa-var-hotdog,\n \"person-walking-with-cane\": $fa-var-person-walking-with-cane,\n \"blind\": $fa-var-blind,\n \"drum\": $fa-var-drum,\n \"ice-cream\": $fa-var-ice-cream,\n \"heart-circle-bolt\": $fa-var-heart-circle-bolt,\n \"fax\": $fa-var-fax,\n \"paragraph\": $fa-var-paragraph,\n \"check-to-slot\": $fa-var-check-to-slot,\n \"vote-yea\": $fa-var-vote-yea,\n \"star-half\": $fa-var-star-half,\n \"boxes-stacked\": $fa-var-boxes-stacked,\n \"boxes\": $fa-var-boxes,\n \"boxes-alt\": $fa-var-boxes-alt,\n \"link\": $fa-var-link,\n \"chain\": $fa-var-chain,\n \"ear-listen\": $fa-var-ear-listen,\n \"assistive-listening-systems\": $fa-var-assistive-listening-systems,\n \"tree-city\": $fa-var-tree-city,\n \"play\": $fa-var-play,\n \"font\": $fa-var-font,\n \"table-cells-row-lock\": $fa-var-table-cells-row-lock,\n \"rupiah-sign\": $fa-var-rupiah-sign,\n \"magnifying-glass\": $fa-var-magnifying-glass,\n \"search\": $fa-var-search,\n \"table-tennis-paddle-ball\": $fa-var-table-tennis-paddle-ball,\n \"ping-pong-paddle-ball\": $fa-var-ping-pong-paddle-ball,\n \"table-tennis\": $fa-var-table-tennis,\n \"person-dots-from-line\": $fa-var-person-dots-from-line,\n \"diagnoses\": $fa-var-diagnoses,\n \"trash-can-arrow-up\": $fa-var-trash-can-arrow-up,\n \"trash-restore-alt\": $fa-var-trash-restore-alt,\n \"naira-sign\": $fa-var-naira-sign,\n \"cart-arrow-down\": $fa-var-cart-arrow-down,\n \"walkie-talkie\": $fa-var-walkie-talkie,\n \"file-pen\": $fa-var-file-pen,\n \"file-edit\": $fa-var-file-edit,\n \"receipt\": $fa-var-receipt,\n \"square-pen\": $fa-var-square-pen,\n \"pen-square\": $fa-var-pen-square,\n \"pencil-square\": $fa-var-pencil-square,\n \"suitcase-rolling\": $fa-var-suitcase-rolling,\n \"person-circle-exclamation\": $fa-var-person-circle-exclamation,\n \"chevron-down\": $fa-var-chevron-down,\n \"battery-full\": $fa-var-battery-full,\n \"battery\": $fa-var-battery,\n \"battery-5\": $fa-var-battery-5,\n \"skull-crossbones\": $fa-var-skull-crossbones,\n \"code-compare\": $fa-var-code-compare,\n \"list-ul\": $fa-var-list-ul,\n \"list-dots\": $fa-var-list-dots,\n \"school-lock\": $fa-var-school-lock,\n \"tower-cell\": $fa-var-tower-cell,\n \"down-long\": $fa-var-down-long,\n \"long-arrow-alt-down\": $fa-var-long-arrow-alt-down,\n \"ranking-star\": $fa-var-ranking-star,\n \"chess-king\": $fa-var-chess-king,\n \"person-harassing\": $fa-var-person-harassing,\n \"brazilian-real-sign\": $fa-var-brazilian-real-sign,\n \"landmark-dome\": $fa-var-landmark-dome,\n \"landmark-alt\": $fa-var-landmark-alt,\n \"arrow-up\": $fa-var-arrow-up,\n \"tv\": $fa-var-tv,\n \"television\": $fa-var-television,\n \"tv-alt\": $fa-var-tv-alt,\n \"shrimp\": $fa-var-shrimp,\n \"list-check\": $fa-var-list-check,\n \"tasks\": $fa-var-tasks,\n \"jug-detergent\": $fa-var-jug-detergent,\n \"circle-user\": $fa-var-circle-user,\n \"user-circle\": $fa-var-user-circle,\n \"user-shield\": $fa-var-user-shield,\n \"wind\": $fa-var-wind,\n \"car-burst\": $fa-var-car-burst,\n \"car-crash\": $fa-var-car-crash,\n \"y\": $fa-var-y,\n \"person-snowboarding\": $fa-var-person-snowboarding,\n \"snowboarding\": $fa-var-snowboarding,\n \"truck-fast\": $fa-var-truck-fast,\n \"shipping-fast\": $fa-var-shipping-fast,\n \"fish\": $fa-var-fish,\n \"user-graduate\": $fa-var-user-graduate,\n \"circle-half-stroke\": $fa-var-circle-half-stroke,\n \"adjust\": $fa-var-adjust,\n \"clapperboard\": $fa-var-clapperboard,\n \"circle-radiation\": $fa-var-circle-radiation,\n \"radiation-alt\": $fa-var-radiation-alt,\n \"baseball\": $fa-var-baseball,\n \"baseball-ball\": $fa-var-baseball-ball,\n \"jet-fighter-up\": $fa-var-jet-fighter-up,\n \"diagram-project\": $fa-var-diagram-project,\n \"project-diagram\": $fa-var-project-diagram,\n \"copy\": $fa-var-copy,\n \"volume-xmark\": $fa-var-volume-xmark,\n \"volume-mute\": $fa-var-volume-mute,\n \"volume-times\": $fa-var-volume-times,\n \"hand-sparkles\": $fa-var-hand-sparkles,\n \"grip\": $fa-var-grip,\n \"grip-horizontal\": $fa-var-grip-horizontal,\n \"share-from-square\": $fa-var-share-from-square,\n \"share-square\": $fa-var-share-square,\n \"child-combatant\": $fa-var-child-combatant,\n \"child-rifle\": $fa-var-child-rifle,\n \"gun\": $fa-var-gun,\n \"square-phone\": $fa-var-square-phone,\n \"phone-square\": $fa-var-phone-square,\n \"plus\": $fa-var-plus,\n \"add\": $fa-var-add,\n \"expand\": $fa-var-expand,\n \"computer\": $fa-var-computer,\n \"xmark\": $fa-var-xmark,\n \"close\": $fa-var-close,\n \"multiply\": $fa-var-multiply,\n \"remove\": $fa-var-remove,\n \"times\": $fa-var-times,\n \"arrows-up-down-left-right\": $fa-var-arrows-up-down-left-right,\n \"arrows\": $fa-var-arrows,\n \"chalkboard-user\": $fa-var-chalkboard-user,\n \"chalkboard-teacher\": $fa-var-chalkboard-teacher,\n \"peso-sign\": $fa-var-peso-sign,\n \"building-shield\": $fa-var-building-shield,\n \"baby\": $fa-var-baby,\n \"users-line\": $fa-var-users-line,\n \"quote-left\": $fa-var-quote-left,\n \"quote-left-alt\": $fa-var-quote-left-alt,\n \"tractor\": $fa-var-tractor,\n \"trash-arrow-up\": $fa-var-trash-arrow-up,\n \"trash-restore\": $fa-var-trash-restore,\n \"arrow-down-up-lock\": $fa-var-arrow-down-up-lock,\n \"lines-leaning\": $fa-var-lines-leaning,\n \"ruler-combined\": $fa-var-ruler-combined,\n \"copyright\": $fa-var-copyright,\n \"equals\": $fa-var-equals,\n \"blender\": $fa-var-blender,\n \"teeth\": $fa-var-teeth,\n \"shekel-sign\": $fa-var-shekel-sign,\n \"ils\": $fa-var-ils,\n \"shekel\": $fa-var-shekel,\n \"sheqel\": $fa-var-sheqel,\n \"sheqel-sign\": $fa-var-sheqel-sign,\n \"map\": $fa-var-map,\n \"rocket\": $fa-var-rocket,\n \"photo-film\": $fa-var-photo-film,\n \"photo-video\": $fa-var-photo-video,\n \"folder-minus\": $fa-var-folder-minus,\n \"hexagon-nodes-bolt\": $fa-var-hexagon-nodes-bolt,\n \"store\": $fa-var-store,\n \"arrow-trend-up\": $fa-var-arrow-trend-up,\n \"plug-circle-minus\": $fa-var-plug-circle-minus,\n \"sign-hanging\": $fa-var-sign-hanging,\n \"sign\": $fa-var-sign,\n \"bezier-curve\": $fa-var-bezier-curve,\n \"bell-slash\": $fa-var-bell-slash,\n \"tablet\": $fa-var-tablet,\n \"tablet-android\": $fa-var-tablet-android,\n \"school-flag\": $fa-var-school-flag,\n \"fill\": $fa-var-fill,\n \"angle-up\": $fa-var-angle-up,\n \"drumstick-bite\": $fa-var-drumstick-bite,\n \"holly-berry\": $fa-var-holly-berry,\n \"chevron-left\": $fa-var-chevron-left,\n \"bacteria\": $fa-var-bacteria,\n \"hand-lizard\": $fa-var-hand-lizard,\n \"notdef\": $fa-var-notdef,\n \"disease\": $fa-var-disease,\n \"briefcase-medical\": $fa-var-briefcase-medical,\n \"genderless\": $fa-var-genderless,\n \"chevron-right\": $fa-var-chevron-right,\n \"retweet\": $fa-var-retweet,\n \"car-rear\": $fa-var-car-rear,\n \"car-alt\": $fa-var-car-alt,\n \"pump-soap\": $fa-var-pump-soap,\n \"video-slash\": $fa-var-video-slash,\n \"battery-quarter\": $fa-var-battery-quarter,\n \"battery-2\": $fa-var-battery-2,\n \"radio\": $fa-var-radio,\n \"baby-carriage\": $fa-var-baby-carriage,\n \"carriage-baby\": $fa-var-carriage-baby,\n \"traffic-light\": $fa-var-traffic-light,\n \"thermometer\": $fa-var-thermometer,\n \"vr-cardboard\": $fa-var-vr-cardboard,\n \"hand-middle-finger\": $fa-var-hand-middle-finger,\n \"percent\": $fa-var-percent,\n \"percentage\": $fa-var-percentage,\n \"truck-moving\": $fa-var-truck-moving,\n \"glass-water-droplet\": $fa-var-glass-water-droplet,\n \"display\": $fa-var-display,\n \"face-smile\": $fa-var-face-smile,\n \"smile\": $fa-var-smile,\n \"thumbtack\": $fa-var-thumbtack,\n \"thumb-tack\": $fa-var-thumb-tack,\n \"trophy\": $fa-var-trophy,\n \"person-praying\": $fa-var-person-praying,\n \"pray\": $fa-var-pray,\n \"hammer\": $fa-var-hammer,\n \"hand-peace\": $fa-var-hand-peace,\n \"rotate\": $fa-var-rotate,\n \"sync-alt\": $fa-var-sync-alt,\n \"spinner\": $fa-var-spinner,\n \"robot\": $fa-var-robot,\n \"peace\": $fa-var-peace,\n \"gears\": $fa-var-gears,\n \"cogs\": $fa-var-cogs,\n \"warehouse\": $fa-var-warehouse,\n \"arrow-up-right-dots\": $fa-var-arrow-up-right-dots,\n \"splotch\": $fa-var-splotch,\n \"face-grin-hearts\": $fa-var-face-grin-hearts,\n \"grin-hearts\": $fa-var-grin-hearts,\n \"dice-four\": $fa-var-dice-four,\n \"sim-card\": $fa-var-sim-card,\n \"transgender\": $fa-var-transgender,\n \"transgender-alt\": $fa-var-transgender-alt,\n \"mercury\": $fa-var-mercury,\n \"arrow-turn-down\": $fa-var-arrow-turn-down,\n \"level-down\": $fa-var-level-down,\n \"person-falling-burst\": $fa-var-person-falling-burst,\n \"award\": $fa-var-award,\n \"ticket-simple\": $fa-var-ticket-simple,\n \"ticket-alt\": $fa-var-ticket-alt,\n \"building\": $fa-var-building,\n \"angles-left\": $fa-var-angles-left,\n \"angle-double-left\": $fa-var-angle-double-left,\n \"qrcode\": $fa-var-qrcode,\n \"clock-rotate-left\": $fa-var-clock-rotate-left,\n \"history\": $fa-var-history,\n \"face-grin-beam-sweat\": $fa-var-face-grin-beam-sweat,\n \"grin-beam-sweat\": $fa-var-grin-beam-sweat,\n \"file-export\": $fa-var-file-export,\n \"arrow-right-from-file\": $fa-var-arrow-right-from-file,\n \"shield\": $fa-var-shield,\n \"shield-blank\": $fa-var-shield-blank,\n \"arrow-up-short-wide\": $fa-var-arrow-up-short-wide,\n \"sort-amount-up-alt\": $fa-var-sort-amount-up-alt,\n \"comment-nodes\": $fa-var-comment-nodes,\n \"house-medical\": $fa-var-house-medical,\n \"golf-ball-tee\": $fa-var-golf-ball-tee,\n \"golf-ball\": $fa-var-golf-ball,\n \"circle-chevron-left\": $fa-var-circle-chevron-left,\n \"chevron-circle-left\": $fa-var-chevron-circle-left,\n \"house-chimney-window\": $fa-var-house-chimney-window,\n \"pen-nib\": $fa-var-pen-nib,\n \"tent-arrow-turn-left\": $fa-var-tent-arrow-turn-left,\n \"tents\": $fa-var-tents,\n \"wand-magic\": $fa-var-wand-magic,\n \"magic\": $fa-var-magic,\n \"dog\": $fa-var-dog,\n \"carrot\": $fa-var-carrot,\n \"moon\": $fa-var-moon,\n \"wine-glass-empty\": $fa-var-wine-glass-empty,\n \"wine-glass-alt\": $fa-var-wine-glass-alt,\n \"cheese\": $fa-var-cheese,\n \"yin-yang\": $fa-var-yin-yang,\n \"music\": $fa-var-music,\n \"code-commit\": $fa-var-code-commit,\n \"temperature-low\": $fa-var-temperature-low,\n \"person-biking\": $fa-var-person-biking,\n \"biking\": $fa-var-biking,\n \"broom\": $fa-var-broom,\n \"shield-heart\": $fa-var-shield-heart,\n \"gopuram\": $fa-var-gopuram,\n \"earth-oceania\": $fa-var-earth-oceania,\n \"globe-oceania\": $fa-var-globe-oceania,\n \"square-xmark\": $fa-var-square-xmark,\n \"times-square\": $fa-var-times-square,\n \"xmark-square\": $fa-var-xmark-square,\n \"hashtag\": $fa-var-hashtag,\n \"up-right-and-down-left-from-center\": $fa-var-up-right-and-down-left-from-center,\n \"expand-alt\": $fa-var-expand-alt,\n \"oil-can\": $fa-var-oil-can,\n \"t\": $fa-var-t,\n \"hippo\": $fa-var-hippo,\n \"chart-column\": $fa-var-chart-column,\n \"infinity\": $fa-var-infinity,\n \"vial-circle-check\": $fa-var-vial-circle-check,\n \"person-arrow-down-to-line\": $fa-var-person-arrow-down-to-line,\n \"voicemail\": $fa-var-voicemail,\n \"fan\": $fa-var-fan,\n \"person-walking-luggage\": $fa-var-person-walking-luggage,\n \"up-down\": $fa-var-up-down,\n \"arrows-alt-v\": $fa-var-arrows-alt-v,\n \"cloud-moon-rain\": $fa-var-cloud-moon-rain,\n \"calendar\": $fa-var-calendar,\n \"trailer\": $fa-var-trailer,\n \"bahai\": $fa-var-bahai,\n \"haykal\": $fa-var-haykal,\n \"sd-card\": $fa-var-sd-card,\n \"dragon\": $fa-var-dragon,\n \"shoe-prints\": $fa-var-shoe-prints,\n \"circle-plus\": $fa-var-circle-plus,\n \"plus-circle\": $fa-var-plus-circle,\n \"face-grin-tongue-wink\": $fa-var-face-grin-tongue-wink,\n \"grin-tongue-wink\": $fa-var-grin-tongue-wink,\n \"hand-holding\": $fa-var-hand-holding,\n \"plug-circle-exclamation\": $fa-var-plug-circle-exclamation,\n \"link-slash\": $fa-var-link-slash,\n \"chain-broken\": $fa-var-chain-broken,\n \"chain-slash\": $fa-var-chain-slash,\n \"unlink\": $fa-var-unlink,\n \"clone\": $fa-var-clone,\n \"person-walking-arrow-loop-left\": $fa-var-person-walking-arrow-loop-left,\n \"arrow-up-z-a\": $fa-var-arrow-up-z-a,\n \"sort-alpha-up-alt\": $fa-var-sort-alpha-up-alt,\n \"fire-flame-curved\": $fa-var-fire-flame-curved,\n \"fire-alt\": $fa-var-fire-alt,\n \"tornado\": $fa-var-tornado,\n \"file-circle-plus\": $fa-var-file-circle-plus,\n \"book-quran\": $fa-var-book-quran,\n \"quran\": $fa-var-quran,\n \"anchor\": $fa-var-anchor,\n \"border-all\": $fa-var-border-all,\n \"face-angry\": $fa-var-face-angry,\n \"angry\": $fa-var-angry,\n \"cookie-bite\": $fa-var-cookie-bite,\n \"arrow-trend-down\": $fa-var-arrow-trend-down,\n \"rss\": $fa-var-rss,\n \"feed\": $fa-var-feed,\n \"draw-polygon\": $fa-var-draw-polygon,\n \"scale-balanced\": $fa-var-scale-balanced,\n \"balance-scale\": $fa-var-balance-scale,\n \"gauge-simple-high\": $fa-var-gauge-simple-high,\n \"tachometer\": $fa-var-tachometer,\n \"tachometer-fast\": $fa-var-tachometer-fast,\n \"shower\": $fa-var-shower,\n \"desktop\": $fa-var-desktop,\n \"desktop-alt\": $fa-var-desktop-alt,\n \"m\": $fa-var-m,\n \"table-list\": $fa-var-table-list,\n \"th-list\": $fa-var-th-list,\n \"comment-sms\": $fa-var-comment-sms,\n \"sms\": $fa-var-sms,\n \"book\": $fa-var-book,\n \"user-plus\": $fa-var-user-plus,\n \"check\": $fa-var-check,\n \"battery-three-quarters\": $fa-var-battery-three-quarters,\n \"battery-4\": $fa-var-battery-4,\n \"house-circle-check\": $fa-var-house-circle-check,\n \"angle-left\": $fa-var-angle-left,\n \"diagram-successor\": $fa-var-diagram-successor,\n \"truck-arrow-right\": $fa-var-truck-arrow-right,\n \"arrows-split-up-and-left\": $fa-var-arrows-split-up-and-left,\n \"hand-fist\": $fa-var-hand-fist,\n \"fist-raised\": $fa-var-fist-raised,\n \"cloud-moon\": $fa-var-cloud-moon,\n \"briefcase\": $fa-var-briefcase,\n \"person-falling\": $fa-var-person-falling,\n \"image-portrait\": $fa-var-image-portrait,\n \"portrait\": $fa-var-portrait,\n \"user-tag\": $fa-var-user-tag,\n \"rug\": $fa-var-rug,\n \"earth-europe\": $fa-var-earth-europe,\n \"globe-europe\": $fa-var-globe-europe,\n \"cart-flatbed-suitcase\": $fa-var-cart-flatbed-suitcase,\n \"luggage-cart\": $fa-var-luggage-cart,\n \"rectangle-xmark\": $fa-var-rectangle-xmark,\n \"rectangle-times\": $fa-var-rectangle-times,\n \"times-rectangle\": $fa-var-times-rectangle,\n \"window-close\": $fa-var-window-close,\n \"baht-sign\": $fa-var-baht-sign,\n \"book-open\": $fa-var-book-open,\n \"book-journal-whills\": $fa-var-book-journal-whills,\n \"journal-whills\": $fa-var-journal-whills,\n \"handcuffs\": $fa-var-handcuffs,\n \"triangle-exclamation\": $fa-var-triangle-exclamation,\n \"exclamation-triangle\": $fa-var-exclamation-triangle,\n \"warning\": $fa-var-warning,\n \"database\": $fa-var-database,\n \"share\": $fa-var-share,\n \"mail-forward\": $fa-var-mail-forward,\n \"bottle-droplet\": $fa-var-bottle-droplet,\n \"mask-face\": $fa-var-mask-face,\n \"hill-rockslide\": $fa-var-hill-rockslide,\n \"right-left\": $fa-var-right-left,\n \"exchange-alt\": $fa-var-exchange-alt,\n \"paper-plane\": $fa-var-paper-plane,\n \"road-circle-exclamation\": $fa-var-road-circle-exclamation,\n \"dungeon\": $fa-var-dungeon,\n \"align-right\": $fa-var-align-right,\n \"money-bill-1-wave\": $fa-var-money-bill-1-wave,\n \"money-bill-wave-alt\": $fa-var-money-bill-wave-alt,\n \"life-ring\": $fa-var-life-ring,\n \"hands\": $fa-var-hands,\n \"sign-language\": $fa-var-sign-language,\n \"signing\": $fa-var-signing,\n \"calendar-day\": $fa-var-calendar-day,\n \"water-ladder\": $fa-var-water-ladder,\n \"ladder-water\": $fa-var-ladder-water,\n \"swimming-pool\": $fa-var-swimming-pool,\n \"arrows-up-down\": $fa-var-arrows-up-down,\n \"arrows-v\": $fa-var-arrows-v,\n \"face-grimace\": $fa-var-face-grimace,\n \"grimace\": $fa-var-grimace,\n \"wheelchair-move\": $fa-var-wheelchair-move,\n \"wheelchair-alt\": $fa-var-wheelchair-alt,\n \"turn-down\": $fa-var-turn-down,\n \"level-down-alt\": $fa-var-level-down-alt,\n \"person-walking-arrow-right\": $fa-var-person-walking-arrow-right,\n \"square-envelope\": $fa-var-square-envelope,\n \"envelope-square\": $fa-var-envelope-square,\n \"dice\": $fa-var-dice,\n \"bowling-ball\": $fa-var-bowling-ball,\n \"brain\": $fa-var-brain,\n \"bandage\": $fa-var-bandage,\n \"band-aid\": $fa-var-band-aid,\n \"calendar-minus\": $fa-var-calendar-minus,\n \"circle-xmark\": $fa-var-circle-xmark,\n \"times-circle\": $fa-var-times-circle,\n \"xmark-circle\": $fa-var-xmark-circle,\n \"gifts\": $fa-var-gifts,\n \"hotel\": $fa-var-hotel,\n \"earth-asia\": $fa-var-earth-asia,\n \"globe-asia\": $fa-var-globe-asia,\n \"id-card-clip\": $fa-var-id-card-clip,\n \"id-card-alt\": $fa-var-id-card-alt,\n \"magnifying-glass-plus\": $fa-var-magnifying-glass-plus,\n \"search-plus\": $fa-var-search-plus,\n \"thumbs-up\": $fa-var-thumbs-up,\n \"user-clock\": $fa-var-user-clock,\n \"hand-dots\": $fa-var-hand-dots,\n \"allergies\": $fa-var-allergies,\n \"file-invoice\": $fa-var-file-invoice,\n \"window-minimize\": $fa-var-window-minimize,\n \"mug-saucer\": $fa-var-mug-saucer,\n \"coffee\": $fa-var-coffee,\n \"brush\": $fa-var-brush,\n \"file-half-dashed\": $fa-var-file-half-dashed,\n \"mask\": $fa-var-mask,\n \"magnifying-glass-minus\": $fa-var-magnifying-glass-minus,\n \"search-minus\": $fa-var-search-minus,\n \"ruler-vertical\": $fa-var-ruler-vertical,\n \"user-large\": $fa-var-user-large,\n \"user-alt\": $fa-var-user-alt,\n \"train-tram\": $fa-var-train-tram,\n \"user-nurse\": $fa-var-user-nurse,\n \"syringe\": $fa-var-syringe,\n \"cloud-sun\": $fa-var-cloud-sun,\n \"stopwatch-20\": $fa-var-stopwatch-20,\n \"square-full\": $fa-var-square-full,\n \"magnet\": $fa-var-magnet,\n \"jar\": $fa-var-jar,\n \"note-sticky\": $fa-var-note-sticky,\n \"sticky-note\": $fa-var-sticky-note,\n \"bug-slash\": $fa-var-bug-slash,\n \"arrow-up-from-water-pump\": $fa-var-arrow-up-from-water-pump,\n \"bone\": $fa-var-bone,\n \"table-cells-row-unlock\": $fa-var-table-cells-row-unlock,\n \"user-injured\": $fa-var-user-injured,\n \"face-sad-tear\": $fa-var-face-sad-tear,\n \"sad-tear\": $fa-var-sad-tear,\n \"plane\": $fa-var-plane,\n \"tent-arrows-down\": $fa-var-tent-arrows-down,\n \"exclamation\": $fa-var-exclamation,\n \"arrows-spin\": $fa-var-arrows-spin,\n \"print\": $fa-var-print,\n \"turkish-lira-sign\": $fa-var-turkish-lira-sign,\n \"try\": $fa-var-try,\n \"turkish-lira\": $fa-var-turkish-lira,\n \"dollar-sign\": $fa-var-dollar-sign,\n \"dollar\": $fa-var-dollar,\n \"usd\": $fa-var-usd,\n \"x\": $fa-var-x,\n \"magnifying-glass-dollar\": $fa-var-magnifying-glass-dollar,\n \"search-dollar\": $fa-var-search-dollar,\n \"users-gear\": $fa-var-users-gear,\n \"users-cog\": $fa-var-users-cog,\n \"person-military-pointing\": $fa-var-person-military-pointing,\n \"building-columns\": $fa-var-building-columns,\n \"bank\": $fa-var-bank,\n \"institution\": $fa-var-institution,\n \"museum\": $fa-var-museum,\n \"university\": $fa-var-university,\n \"umbrella\": $fa-var-umbrella,\n \"trowel\": $fa-var-trowel,\n \"d\": $fa-var-d,\n \"stapler\": $fa-var-stapler,\n \"masks-theater\": $fa-var-masks-theater,\n \"theater-masks\": $fa-var-theater-masks,\n \"kip-sign\": $fa-var-kip-sign,\n \"hand-point-left\": $fa-var-hand-point-left,\n \"handshake-simple\": $fa-var-handshake-simple,\n \"handshake-alt\": $fa-var-handshake-alt,\n \"jet-fighter\": $fa-var-jet-fighter,\n \"fighter-jet\": $fa-var-fighter-jet,\n \"square-share-nodes\": $fa-var-square-share-nodes,\n \"share-alt-square\": $fa-var-share-alt-square,\n \"barcode\": $fa-var-barcode,\n \"plus-minus\": $fa-var-plus-minus,\n \"video\": $fa-var-video,\n \"video-camera\": $fa-var-video-camera,\n \"graduation-cap\": $fa-var-graduation-cap,\n \"mortar-board\": $fa-var-mortar-board,\n \"hand-holding-medical\": $fa-var-hand-holding-medical,\n \"person-circle-check\": $fa-var-person-circle-check,\n \"turn-up\": $fa-var-turn-up,\n \"level-up-alt\": $fa-var-level-up-alt,\n);\n\n$fa-brand-icons: (\n \"monero\": $fa-var-monero,\n \"hooli\": $fa-var-hooli,\n \"yelp\": $fa-var-yelp,\n \"cc-visa\": $fa-var-cc-visa,\n \"lastfm\": $fa-var-lastfm,\n \"shopware\": $fa-var-shopware,\n \"creative-commons-nc\": $fa-var-creative-commons-nc,\n \"aws\": $fa-var-aws,\n \"redhat\": $fa-var-redhat,\n \"yoast\": $fa-var-yoast,\n \"cloudflare\": $fa-var-cloudflare,\n \"ups\": $fa-var-ups,\n \"pixiv\": $fa-var-pixiv,\n \"wpexplorer\": $fa-var-wpexplorer,\n \"dyalog\": $fa-var-dyalog,\n \"bity\": $fa-var-bity,\n \"stackpath\": $fa-var-stackpath,\n \"buysellads\": $fa-var-buysellads,\n \"first-order\": $fa-var-first-order,\n \"modx\": $fa-var-modx,\n \"guilded\": $fa-var-guilded,\n \"vnv\": $fa-var-vnv,\n \"square-js\": $fa-var-square-js,\n \"js-square\": $fa-var-js-square,\n \"microsoft\": $fa-var-microsoft,\n \"qq\": $fa-var-qq,\n \"orcid\": $fa-var-orcid,\n \"java\": $fa-var-java,\n \"invision\": $fa-var-invision,\n \"creative-commons-pd-alt\": $fa-var-creative-commons-pd-alt,\n \"centercode\": $fa-var-centercode,\n \"glide-g\": $fa-var-glide-g,\n \"drupal\": $fa-var-drupal,\n \"jxl\": $fa-var-jxl,\n \"dart-lang\": $fa-var-dart-lang,\n \"hire-a-helper\": $fa-var-hire-a-helper,\n \"creative-commons-by\": $fa-var-creative-commons-by,\n \"unity\": $fa-var-unity,\n \"whmcs\": $fa-var-whmcs,\n \"rocketchat\": $fa-var-rocketchat,\n \"vk\": $fa-var-vk,\n \"untappd\": $fa-var-untappd,\n \"mailchimp\": $fa-var-mailchimp,\n \"css3-alt\": $fa-var-css3-alt,\n \"square-reddit\": $fa-var-square-reddit,\n \"reddit-square\": $fa-var-reddit-square,\n \"vimeo-v\": $fa-var-vimeo-v,\n \"contao\": $fa-var-contao,\n \"square-font-awesome\": $fa-var-square-font-awesome,\n \"deskpro\": $fa-var-deskpro,\n \"brave\": $fa-var-brave,\n \"sistrix\": $fa-var-sistrix,\n \"square-instagram\": $fa-var-square-instagram,\n \"instagram-square\": $fa-var-instagram-square,\n \"battle-net\": $fa-var-battle-net,\n \"the-red-yeti\": $fa-var-the-red-yeti,\n \"square-hacker-news\": $fa-var-square-hacker-news,\n \"hacker-news-square\": $fa-var-hacker-news-square,\n \"edge\": $fa-var-edge,\n \"threads\": $fa-var-threads,\n \"napster\": $fa-var-napster,\n \"square-snapchat\": $fa-var-square-snapchat,\n \"snapchat-square\": $fa-var-snapchat-square,\n \"google-plus-g\": $fa-var-google-plus-g,\n \"artstation\": $fa-var-artstation,\n \"markdown\": $fa-var-markdown,\n \"sourcetree\": $fa-var-sourcetree,\n \"google-plus\": $fa-var-google-plus,\n \"diaspora\": $fa-var-diaspora,\n \"foursquare\": $fa-var-foursquare,\n \"stack-overflow\": $fa-var-stack-overflow,\n \"github-alt\": $fa-var-github-alt,\n \"phoenix-squadron\": $fa-var-phoenix-squadron,\n \"pagelines\": $fa-var-pagelines,\n \"algolia\": $fa-var-algolia,\n \"red-river\": $fa-var-red-river,\n \"creative-commons-sa\": $fa-var-creative-commons-sa,\n \"safari\": $fa-var-safari,\n \"google\": $fa-var-google,\n \"square-font-awesome-stroke\": $fa-var-square-font-awesome-stroke,\n \"font-awesome-alt\": $fa-var-font-awesome-alt,\n \"atlassian\": $fa-var-atlassian,\n \"linkedin-in\": $fa-var-linkedin-in,\n \"digital-ocean\": $fa-var-digital-ocean,\n \"nimblr\": $fa-var-nimblr,\n \"chromecast\": $fa-var-chromecast,\n \"evernote\": $fa-var-evernote,\n \"hacker-news\": $fa-var-hacker-news,\n \"creative-commons-sampling\": $fa-var-creative-commons-sampling,\n \"adversal\": $fa-var-adversal,\n \"creative-commons\": $fa-var-creative-commons,\n \"watchman-monitoring\": $fa-var-watchman-monitoring,\n \"fonticons\": $fa-var-fonticons,\n \"weixin\": $fa-var-weixin,\n \"shirtsinbulk\": $fa-var-shirtsinbulk,\n \"codepen\": $fa-var-codepen,\n \"git-alt\": $fa-var-git-alt,\n \"lyft\": $fa-var-lyft,\n \"rev\": $fa-var-rev,\n \"windows\": $fa-var-windows,\n \"wizards-of-the-coast\": $fa-var-wizards-of-the-coast,\n \"square-viadeo\": $fa-var-square-viadeo,\n \"viadeo-square\": $fa-var-viadeo-square,\n \"meetup\": $fa-var-meetup,\n \"centos\": $fa-var-centos,\n \"adn\": $fa-var-adn,\n \"cloudsmith\": $fa-var-cloudsmith,\n \"opensuse\": $fa-var-opensuse,\n \"pied-piper-alt\": $fa-var-pied-piper-alt,\n \"square-dribbble\": $fa-var-square-dribbble,\n \"dribbble-square\": $fa-var-dribbble-square,\n \"codiepie\": $fa-var-codiepie,\n \"node\": $fa-var-node,\n \"mix\": $fa-var-mix,\n \"steam\": $fa-var-steam,\n \"cc-apple-pay\": $fa-var-cc-apple-pay,\n \"scribd\": $fa-var-scribd,\n \"debian\": $fa-var-debian,\n \"openid\": $fa-var-openid,\n \"instalod\": $fa-var-instalod,\n \"files-pinwheel\": $fa-var-files-pinwheel,\n \"expeditedssl\": $fa-var-expeditedssl,\n \"sellcast\": $fa-var-sellcast,\n \"square-twitter\": $fa-var-square-twitter,\n \"twitter-square\": $fa-var-twitter-square,\n \"r-project\": $fa-var-r-project,\n \"delicious\": $fa-var-delicious,\n \"freebsd\": $fa-var-freebsd,\n \"vuejs\": $fa-var-vuejs,\n \"accusoft\": $fa-var-accusoft,\n \"ioxhost\": $fa-var-ioxhost,\n \"fonticons-fi\": $fa-var-fonticons-fi,\n \"app-store\": $fa-var-app-store,\n \"cc-mastercard\": $fa-var-cc-mastercard,\n \"itunes-note\": $fa-var-itunes-note,\n \"golang\": $fa-var-golang,\n \"kickstarter\": $fa-var-kickstarter,\n \"square-kickstarter\": $fa-var-square-kickstarter,\n \"grav\": $fa-var-grav,\n \"weibo\": $fa-var-weibo,\n \"uncharted\": $fa-var-uncharted,\n \"firstdraft\": $fa-var-firstdraft,\n \"square-youtube\": $fa-var-square-youtube,\n \"youtube-square\": $fa-var-youtube-square,\n \"wikipedia-w\": $fa-var-wikipedia-w,\n \"wpressr\": $fa-var-wpressr,\n \"rendact\": $fa-var-rendact,\n \"angellist\": $fa-var-angellist,\n \"galactic-republic\": $fa-var-galactic-republic,\n \"nfc-directional\": $fa-var-nfc-directional,\n \"skype\": $fa-var-skype,\n \"joget\": $fa-var-joget,\n \"fedora\": $fa-var-fedora,\n \"stripe-s\": $fa-var-stripe-s,\n \"meta\": $fa-var-meta,\n \"laravel\": $fa-var-laravel,\n \"hotjar\": $fa-var-hotjar,\n \"bluetooth-b\": $fa-var-bluetooth-b,\n \"square-letterboxd\": $fa-var-square-letterboxd,\n \"sticker-mule\": $fa-var-sticker-mule,\n \"creative-commons-zero\": $fa-var-creative-commons-zero,\n \"hips\": $fa-var-hips,\n \"css\": $fa-var-css,\n \"behance\": $fa-var-behance,\n \"reddit\": $fa-var-reddit,\n \"discord\": $fa-var-discord,\n \"chrome\": $fa-var-chrome,\n \"app-store-ios\": $fa-var-app-store-ios,\n \"cc-discover\": $fa-var-cc-discover,\n \"wpbeginner\": $fa-var-wpbeginner,\n \"confluence\": $fa-var-confluence,\n \"shoelace\": $fa-var-shoelace,\n \"mdb\": $fa-var-mdb,\n \"dochub\": $fa-var-dochub,\n \"accessible-icon\": $fa-var-accessible-icon,\n \"ebay\": $fa-var-ebay,\n \"amazon\": $fa-var-amazon,\n \"unsplash\": $fa-var-unsplash,\n \"yarn\": $fa-var-yarn,\n \"square-steam\": $fa-var-square-steam,\n \"steam-square\": $fa-var-steam-square,\n \"500px\": $fa-var-500px,\n \"square-vimeo\": $fa-var-square-vimeo,\n \"vimeo-square\": $fa-var-vimeo-square,\n \"asymmetrik\": $fa-var-asymmetrik,\n \"font-awesome\": $fa-var-font-awesome,\n \"font-awesome-flag\": $fa-var-font-awesome-flag,\n \"font-awesome-logo-full\": $fa-var-font-awesome-logo-full,\n \"gratipay\": $fa-var-gratipay,\n \"apple\": $fa-var-apple,\n \"hive\": $fa-var-hive,\n \"gitkraken\": $fa-var-gitkraken,\n \"keybase\": $fa-var-keybase,\n \"apple-pay\": $fa-var-apple-pay,\n \"padlet\": $fa-var-padlet,\n \"amazon-pay\": $fa-var-amazon-pay,\n \"square-github\": $fa-var-square-github,\n \"github-square\": $fa-var-github-square,\n \"stumbleupon\": $fa-var-stumbleupon,\n \"fedex\": $fa-var-fedex,\n \"phoenix-framework\": $fa-var-phoenix-framework,\n \"shopify\": $fa-var-shopify,\n \"neos\": $fa-var-neos,\n \"square-threads\": $fa-var-square-threads,\n \"hackerrank\": $fa-var-hackerrank,\n \"researchgate\": $fa-var-researchgate,\n \"swift\": $fa-var-swift,\n \"angular\": $fa-var-angular,\n \"speakap\": $fa-var-speakap,\n \"angrycreative\": $fa-var-angrycreative,\n \"y-combinator\": $fa-var-y-combinator,\n \"empire\": $fa-var-empire,\n \"envira\": $fa-var-envira,\n \"google-scholar\": $fa-var-google-scholar,\n \"square-gitlab\": $fa-var-square-gitlab,\n \"gitlab-square\": $fa-var-gitlab-square,\n \"studiovinari\": $fa-var-studiovinari,\n \"pied-piper\": $fa-var-pied-piper,\n \"wordpress\": $fa-var-wordpress,\n \"product-hunt\": $fa-var-product-hunt,\n \"firefox\": $fa-var-firefox,\n \"linode\": $fa-var-linode,\n \"goodreads\": $fa-var-goodreads,\n \"square-odnoklassniki\": $fa-var-square-odnoklassniki,\n \"odnoklassniki-square\": $fa-var-odnoklassniki-square,\n \"jsfiddle\": $fa-var-jsfiddle,\n \"sith\": $fa-var-sith,\n \"themeisle\": $fa-var-themeisle,\n \"page4\": $fa-var-page4,\n \"hashnode\": $fa-var-hashnode,\n \"react\": $fa-var-react,\n \"cc-paypal\": $fa-var-cc-paypal,\n \"squarespace\": $fa-var-squarespace,\n \"cc-stripe\": $fa-var-cc-stripe,\n \"creative-commons-share\": $fa-var-creative-commons-share,\n \"bitcoin\": $fa-var-bitcoin,\n \"keycdn\": $fa-var-keycdn,\n \"opera\": $fa-var-opera,\n \"itch-io\": $fa-var-itch-io,\n \"umbraco\": $fa-var-umbraco,\n \"galactic-senate\": $fa-var-galactic-senate,\n \"ubuntu\": $fa-var-ubuntu,\n \"draft2digital\": $fa-var-draft2digital,\n \"stripe\": $fa-var-stripe,\n \"houzz\": $fa-var-houzz,\n \"gg\": $fa-var-gg,\n \"dhl\": $fa-var-dhl,\n \"square-pinterest\": $fa-var-square-pinterest,\n \"pinterest-square\": $fa-var-pinterest-square,\n \"xing\": $fa-var-xing,\n \"blackberry\": $fa-var-blackberry,\n \"creative-commons-pd\": $fa-var-creative-commons-pd,\n \"playstation\": $fa-var-playstation,\n \"quinscape\": $fa-var-quinscape,\n \"less\": $fa-var-less,\n \"blogger-b\": $fa-var-blogger-b,\n \"opencart\": $fa-var-opencart,\n \"vine\": $fa-var-vine,\n \"signal-messenger\": $fa-var-signal-messenger,\n \"paypal\": $fa-var-paypal,\n \"gitlab\": $fa-var-gitlab,\n \"typo3\": $fa-var-typo3,\n \"reddit-alien\": $fa-var-reddit-alien,\n \"yahoo\": $fa-var-yahoo,\n \"dailymotion\": $fa-var-dailymotion,\n \"affiliatetheme\": $fa-var-affiliatetheme,\n \"pied-piper-pp\": $fa-var-pied-piper-pp,\n \"bootstrap\": $fa-var-bootstrap,\n \"odnoklassniki\": $fa-var-odnoklassniki,\n \"nfc-symbol\": $fa-var-nfc-symbol,\n \"mintbit\": $fa-var-mintbit,\n \"ethereum\": $fa-var-ethereum,\n \"speaker-deck\": $fa-var-speaker-deck,\n \"creative-commons-nc-eu\": $fa-var-creative-commons-nc-eu,\n \"patreon\": $fa-var-patreon,\n \"avianex\": $fa-var-avianex,\n \"ello\": $fa-var-ello,\n \"gofore\": $fa-var-gofore,\n \"bimobject\": $fa-var-bimobject,\n \"brave-reverse\": $fa-var-brave-reverse,\n \"facebook-f\": $fa-var-facebook-f,\n \"square-google-plus\": $fa-var-square-google-plus,\n \"google-plus-square\": $fa-var-google-plus-square,\n \"web-awesome\": $fa-var-web-awesome,\n \"mandalorian\": $fa-var-mandalorian,\n \"first-order-alt\": $fa-var-first-order-alt,\n \"osi\": $fa-var-osi,\n \"google-wallet\": $fa-var-google-wallet,\n \"d-and-d-beyond\": $fa-var-d-and-d-beyond,\n \"periscope\": $fa-var-periscope,\n \"fulcrum\": $fa-var-fulcrum,\n \"cloudscale\": $fa-var-cloudscale,\n \"forumbee\": $fa-var-forumbee,\n \"mizuni\": $fa-var-mizuni,\n \"schlix\": $fa-var-schlix,\n \"square-xing\": $fa-var-square-xing,\n \"xing-square\": $fa-var-xing-square,\n \"bandcamp\": $fa-var-bandcamp,\n \"wpforms\": $fa-var-wpforms,\n \"cloudversify\": $fa-var-cloudversify,\n \"usps\": $fa-var-usps,\n \"megaport\": $fa-var-megaport,\n \"magento\": $fa-var-magento,\n \"spotify\": $fa-var-spotify,\n \"optin-monster\": $fa-var-optin-monster,\n \"fly\": $fa-var-fly,\n \"square-bluesky\": $fa-var-square-bluesky,\n \"aviato\": $fa-var-aviato,\n \"itunes\": $fa-var-itunes,\n \"cuttlefish\": $fa-var-cuttlefish,\n \"blogger\": $fa-var-blogger,\n \"flickr\": $fa-var-flickr,\n \"viber\": $fa-var-viber,\n \"soundcloud\": $fa-var-soundcloud,\n \"digg\": $fa-var-digg,\n \"tencent-weibo\": $fa-var-tencent-weibo,\n \"letterboxd\": $fa-var-letterboxd,\n \"symfony\": $fa-var-symfony,\n \"maxcdn\": $fa-var-maxcdn,\n \"etsy\": $fa-var-etsy,\n \"facebook-messenger\": $fa-var-facebook-messenger,\n \"audible\": $fa-var-audible,\n \"think-peaks\": $fa-var-think-peaks,\n \"bilibili\": $fa-var-bilibili,\n \"erlang\": $fa-var-erlang,\n \"x-twitter\": $fa-var-x-twitter,\n \"cotton-bureau\": $fa-var-cotton-bureau,\n \"dashcube\": $fa-var-dashcube,\n \"42-group\": $fa-var-42-group,\n \"innosoft\": $fa-var-innosoft,\n \"stack-exchange\": $fa-var-stack-exchange,\n \"elementor\": $fa-var-elementor,\n \"square-pied-piper\": $fa-var-square-pied-piper,\n \"pied-piper-square\": $fa-var-pied-piper-square,\n \"creative-commons-nd\": $fa-var-creative-commons-nd,\n \"palfed\": $fa-var-palfed,\n \"superpowers\": $fa-var-superpowers,\n \"resolving\": $fa-var-resolving,\n \"xbox\": $fa-var-xbox,\n \"square-web-awesome-stroke\": $fa-var-square-web-awesome-stroke,\n \"searchengin\": $fa-var-searchengin,\n \"tiktok\": $fa-var-tiktok,\n \"square-facebook\": $fa-var-square-facebook,\n \"facebook-square\": $fa-var-facebook-square,\n \"renren\": $fa-var-renren,\n \"linux\": $fa-var-linux,\n \"glide\": $fa-var-glide,\n \"linkedin\": $fa-var-linkedin,\n \"hubspot\": $fa-var-hubspot,\n \"deploydog\": $fa-var-deploydog,\n \"twitch\": $fa-var-twitch,\n \"flutter\": $fa-var-flutter,\n \"ravelry\": $fa-var-ravelry,\n \"mixer\": $fa-var-mixer,\n \"square-lastfm\": $fa-var-square-lastfm,\n \"lastfm-square\": $fa-var-lastfm-square,\n \"vimeo\": $fa-var-vimeo,\n \"mendeley\": $fa-var-mendeley,\n \"uniregistry\": $fa-var-uniregistry,\n \"figma\": $fa-var-figma,\n \"creative-commons-remix\": $fa-var-creative-commons-remix,\n \"cc-amazon-pay\": $fa-var-cc-amazon-pay,\n \"dropbox\": $fa-var-dropbox,\n \"instagram\": $fa-var-instagram,\n \"cmplid\": $fa-var-cmplid,\n \"upwork\": $fa-var-upwork,\n \"facebook\": $fa-var-facebook,\n \"gripfire\": $fa-var-gripfire,\n \"jedi-order\": $fa-var-jedi-order,\n \"uikit\": $fa-var-uikit,\n \"fort-awesome-alt\": $fa-var-fort-awesome-alt,\n \"phabricator\": $fa-var-phabricator,\n \"ussunnah\": $fa-var-ussunnah,\n \"earlybirds\": $fa-var-earlybirds,\n \"trade-federation\": $fa-var-trade-federation,\n \"autoprefixer\": $fa-var-autoprefixer,\n \"whatsapp\": $fa-var-whatsapp,\n \"square-upwork\": $fa-var-square-upwork,\n \"slideshare\": $fa-var-slideshare,\n \"google-play\": $fa-var-google-play,\n \"viadeo\": $fa-var-viadeo,\n \"line\": $fa-var-line,\n \"google-drive\": $fa-var-google-drive,\n \"servicestack\": $fa-var-servicestack,\n \"simplybuilt\": $fa-var-simplybuilt,\n \"bitbucket\": $fa-var-bitbucket,\n \"imdb\": $fa-var-imdb,\n \"deezer\": $fa-var-deezer,\n \"raspberry-pi\": $fa-var-raspberry-pi,\n \"jira\": $fa-var-jira,\n \"docker\": $fa-var-docker,\n \"screenpal\": $fa-var-screenpal,\n \"bluetooth\": $fa-var-bluetooth,\n \"gitter\": $fa-var-gitter,\n \"d-and-d\": $fa-var-d-and-d,\n \"microblog\": $fa-var-microblog,\n \"cc-diners-club\": $fa-var-cc-diners-club,\n \"gg-circle\": $fa-var-gg-circle,\n \"pied-piper-hat\": $fa-var-pied-piper-hat,\n \"kickstarter-k\": $fa-var-kickstarter-k,\n \"yandex\": $fa-var-yandex,\n \"readme\": $fa-var-readme,\n \"html5\": $fa-var-html5,\n \"sellsy\": $fa-var-sellsy,\n \"square-web-awesome\": $fa-var-square-web-awesome,\n \"sass\": $fa-var-sass,\n \"wirsindhandwerk\": $fa-var-wirsindhandwerk,\n \"wsh\": $fa-var-wsh,\n \"buromobelexperte\": $fa-var-buromobelexperte,\n \"salesforce\": $fa-var-salesforce,\n \"octopus-deploy\": $fa-var-octopus-deploy,\n \"medapps\": $fa-var-medapps,\n \"ns8\": $fa-var-ns8,\n \"pinterest-p\": $fa-var-pinterest-p,\n \"apper\": $fa-var-apper,\n \"fort-awesome\": $fa-var-fort-awesome,\n \"waze\": $fa-var-waze,\n \"bluesky\": $fa-var-bluesky,\n \"cc-jcb\": $fa-var-cc-jcb,\n \"snapchat\": $fa-var-snapchat,\n \"snapchat-ghost\": $fa-var-snapchat-ghost,\n \"fantasy-flight-games\": $fa-var-fantasy-flight-games,\n \"rust\": $fa-var-rust,\n \"wix\": $fa-var-wix,\n \"square-behance\": $fa-var-square-behance,\n \"behance-square\": $fa-var-behance-square,\n \"supple\": $fa-var-supple,\n \"webflow\": $fa-var-webflow,\n \"rebel\": $fa-var-rebel,\n \"css3\": $fa-var-css3,\n \"staylinked\": $fa-var-staylinked,\n \"kaggle\": $fa-var-kaggle,\n \"space-awesome\": $fa-var-space-awesome,\n \"deviantart\": $fa-var-deviantart,\n \"cpanel\": $fa-var-cpanel,\n \"goodreads-g\": $fa-var-goodreads-g,\n \"square-git\": $fa-var-square-git,\n \"git-square\": $fa-var-git-square,\n \"square-tumblr\": $fa-var-square-tumblr,\n \"tumblr-square\": $fa-var-tumblr-square,\n \"trello\": $fa-var-trello,\n \"creative-commons-nc-jp\": $fa-var-creative-commons-nc-jp,\n \"get-pocket\": $fa-var-get-pocket,\n \"perbyte\": $fa-var-perbyte,\n \"grunt\": $fa-var-grunt,\n \"weebly\": $fa-var-weebly,\n \"connectdevelop\": $fa-var-connectdevelop,\n \"leanpub\": $fa-var-leanpub,\n \"black-tie\": $fa-var-black-tie,\n \"themeco\": $fa-var-themeco,\n \"python\": $fa-var-python,\n \"android\": $fa-var-android,\n \"bots\": $fa-var-bots,\n \"free-code-camp\": $fa-var-free-code-camp,\n \"hornbill\": $fa-var-hornbill,\n \"js\": $fa-var-js,\n \"ideal\": $fa-var-ideal,\n \"git\": $fa-var-git,\n \"dev\": $fa-var-dev,\n \"sketch\": $fa-var-sketch,\n \"yandex-international\": $fa-var-yandex-international,\n \"cc-amex\": $fa-var-cc-amex,\n \"uber\": $fa-var-uber,\n \"github\": $fa-var-github,\n \"php\": $fa-var-php,\n \"alipay\": $fa-var-alipay,\n \"youtube\": $fa-var-youtube,\n \"skyatlas\": $fa-var-skyatlas,\n \"firefox-browser\": $fa-var-firefox-browser,\n \"replyd\": $fa-var-replyd,\n \"suse\": $fa-var-suse,\n \"jenkins\": $fa-var-jenkins,\n \"twitter\": $fa-var-twitter,\n \"rockrms\": $fa-var-rockrms,\n \"pinterest\": $fa-var-pinterest,\n \"buffer\": $fa-var-buffer,\n \"npm\": $fa-var-npm,\n \"yammer\": $fa-var-yammer,\n \"btc\": $fa-var-btc,\n \"dribbble\": $fa-var-dribbble,\n \"stumbleupon-circle\": $fa-var-stumbleupon-circle,\n \"internet-explorer\": $fa-var-internet-explorer,\n \"stubber\": $fa-var-stubber,\n \"telegram\": $fa-var-telegram,\n \"telegram-plane\": $fa-var-telegram-plane,\n \"old-republic\": $fa-var-old-republic,\n \"odysee\": $fa-var-odysee,\n \"square-whatsapp\": $fa-var-square-whatsapp,\n \"whatsapp-square\": $fa-var-whatsapp-square,\n \"node-js\": $fa-var-node-js,\n \"edge-legacy\": $fa-var-edge-legacy,\n \"slack\": $fa-var-slack,\n \"slack-hash\": $fa-var-slack-hash,\n \"medrt\": $fa-var-medrt,\n \"usb\": $fa-var-usb,\n \"tumblr\": $fa-var-tumblr,\n \"vaadin\": $fa-var-vaadin,\n \"quora\": $fa-var-quora,\n \"square-x-twitter\": $fa-var-square-x-twitter,\n \"reacteurope\": $fa-var-reacteurope,\n \"medium\": $fa-var-medium,\n \"medium-m\": $fa-var-medium-m,\n \"amilia\": $fa-var-amilia,\n \"mixcloud\": $fa-var-mixcloud,\n \"flipboard\": $fa-var-flipboard,\n \"viacoin\": $fa-var-viacoin,\n \"critical-role\": $fa-var-critical-role,\n \"sitrox\": $fa-var-sitrox,\n \"discourse\": $fa-var-discourse,\n \"joomla\": $fa-var-joomla,\n \"mastodon\": $fa-var-mastodon,\n \"airbnb\": $fa-var-airbnb,\n \"wolf-pack-battalion\": $fa-var-wolf-pack-battalion,\n \"buy-n-large\": $fa-var-buy-n-large,\n \"gulp\": $fa-var-gulp,\n \"creative-commons-sampling-plus\": $fa-var-creative-commons-sampling-plus,\n \"strava\": $fa-var-strava,\n \"ember\": $fa-var-ember,\n \"canadian-maple-leaf\": $fa-var-canadian-maple-leaf,\n \"teamspeak\": $fa-var-teamspeak,\n \"pushed\": $fa-var-pushed,\n \"wordpress-simple\": $fa-var-wordpress-simple,\n \"nutritionix\": $fa-var-nutritionix,\n \"wodu\": $fa-var-wodu,\n \"google-pay\": $fa-var-google-pay,\n \"intercom\": $fa-var-intercom,\n \"zhihu\": $fa-var-zhihu,\n \"korvue\": $fa-var-korvue,\n \"pix\": $fa-var-pix,\n \"steam-symbol\": $fa-var-steam-symbol,\n);\n","// icons in a list\n// -------------------------\n\n.#{$fa-css-prefix}-ul {\n list-style-type: none;\n margin-left: var(--#{$fa-css-prefix}-li-margin, #{$fa-li-margin});\n padding-left: 0;\n\n > li { position: relative; }\n}\n\n.#{$fa-css-prefix}-li {\n left: calc(-1 * var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}));\n position: absolute;\n text-align: center;\n width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width});\n line-height: inherit;\n}\n","// bordered + pulled icons\n// -------------------------\n\n.#{$fa-css-prefix}-border {\n border-color: var(--#{$fa-css-prefix}-border-color, #{$fa-border-color});\n border-radius: var(--#{$fa-css-prefix}-border-radius, #{$fa-border-radius});\n border-style: var(--#{$fa-css-prefix}-border-style, #{$fa-border-style});\n border-width: var(--#{$fa-css-prefix}-border-width, #{$fa-border-width});\n padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding});\n}\n\n.#{$fa-css-prefix}-pull-left {\n float: left;\n margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin}); \n}\n\n.#{$fa-css-prefix}-pull-right {\n float: right;\n margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin}); \n}\n","// animating icons\n// --------------------------\n\n.#{$fa-css-prefix}-beat {\n animation-name: #{$fa-css-prefix}-beat;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, ease-in-out);\n}\n\n.#{$fa-css-prefix}-bounce {\n animation-name: #{$fa-css-prefix}-bounce;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));\n}\n\n.#{$fa-css-prefix}-fade {\n animation-name: #{$fa-css-prefix}-fade;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1));\n}\n\n.#{$fa-css-prefix}-beat-fade {\n animation-name: #{$fa-css-prefix}-beat-fade;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1));\n}\n\n.#{$fa-css-prefix}-flip {\n animation-name: #{$fa-css-prefix}-flip;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, ease-in-out);\n}\n\n.#{$fa-css-prefix}-shake {\n animation-name: #{$fa-css-prefix}-shake;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, linear);\n}\n\n.#{$fa-css-prefix}-spin {\n animation-name: #{$fa-css-prefix}-spin;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 2s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, linear);\n}\n\n.#{$fa-css-prefix}-spin-reverse {\n --#{$fa-css-prefix}-animation-direction: reverse;\n}\n\n.#{$fa-css-prefix}-pulse,\n.#{$fa-css-prefix}-spin-pulse {\n animation-name: #{$fa-css-prefix}-spin;\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, steps(8));\n}\n\n// if agent or operating system prefers reduced motion, disable animations\n// see: https://www.smashingmagazine.com/2020/09/design-reduced-motion-sensitivities/\n// see: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion\n@media (prefers-reduced-motion: reduce) {\n .#{$fa-css-prefix}-beat,\n .#{$fa-css-prefix}-bounce,\n .#{$fa-css-prefix}-fade,\n .#{$fa-css-prefix}-beat-fade,\n .#{$fa-css-prefix}-flip,\n .#{$fa-css-prefix}-pulse,\n .#{$fa-css-prefix}-shake,\n .#{$fa-css-prefix}-spin,\n .#{$fa-css-prefix}-spin-pulse {\n animation-delay: -1ms;\n animation-duration: 1ms;\n animation-iteration-count: 1;\n transition-delay: 0s;\n transition-duration: 0s;\n }\n}\n\n@keyframes #{$fa-css-prefix}-beat {\n 0%, 90% { transform: scale(1); }\n 45% { transform: scale(var(--#{$fa-css-prefix}-beat-scale, 1.25)); }\n}\n\n@keyframes #{$fa-css-prefix}-bounce {\n 0% { transform: scale(1,1) translateY(0); }\n 10% { transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0); }\n 30% { transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em)); }\n 50% { transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0); }\n 57% { transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em)); }\n 64% { transform: scale(1,1) translateY(0); }\n 100% { transform: scale(1,1) translateY(0); }\n}\n\n@keyframes #{$fa-css-prefix}-fade {\n 50% { opacity: var(--#{$fa-css-prefix}-fade-opacity, 0.4); }\n}\n\n@keyframes #{$fa-css-prefix}-beat-fade {\n 0%, 100% {\n opacity: var(--#{$fa-css-prefix}-beat-fade-opacity, 0.4);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n transform: scale(var(--#{$fa-css-prefix}-beat-fade-scale, 1.125));\n }\n}\n\n@keyframes #{$fa-css-prefix}-flip {\n 50% {\n transform: rotate3d(var(--#{$fa-css-prefix}-flip-x, 0), var(--#{$fa-css-prefix}-flip-y, 1), var(--#{$fa-css-prefix}-flip-z, 0), var(--#{$fa-css-prefix}-flip-angle, -180deg));\n }\n}\n\n@keyframes #{$fa-css-prefix}-shake {\n 0% { transform: rotate(-15deg); }\n 4% { transform: rotate(15deg); }\n 8%, 24% { transform: rotate(-18deg); }\n 12%, 28% { transform: rotate(18deg); }\n 16% { transform: rotate(-22deg); }\n 20% { transform: rotate(22deg); }\n 32% { transform: rotate(-12deg); }\n 36% { transform: rotate(12deg); }\n 40%, 100% { transform: rotate(0deg); }\n}\n\n@keyframes #{$fa-css-prefix}-spin {\n 0% { transform: rotate(0deg); }\n 100% { transform: rotate(360deg); }\n}\n","// rotating + flipping icons\n// -------------------------\n\n.#{$fa-css-prefix}-rotate-90 {\n transform: rotate(90deg);\n}\n\n.#{$fa-css-prefix}-rotate-180 {\n transform: rotate(180deg);\n}\n\n.#{$fa-css-prefix}-rotate-270 {\n transform: rotate(270deg);\n}\n\n.#{$fa-css-prefix}-flip-horizontal {\n transform: scale(-1, 1);\n}\n\n.#{$fa-css-prefix}-flip-vertical {\n transform: scale(1, -1);\n}\n\n.#{$fa-css-prefix}-flip-both,\n.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {\n transform: scale(-1, -1);\n}\n\n.#{$fa-css-prefix}-rotate-by {\n transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, 0));\n}\n","// stacking icons\n// -------------------------\n\n.#{$fa-css-prefix}-stack {\n display: inline-block;\n height: 2em;\n line-height: 2em;\n position: relative;\n vertical-align: $fa-stack-vertical-align;\n width: $fa-stack-width;\n}\n\n.#{$fa-css-prefix}-stack-1x,\n.#{$fa-css-prefix}-stack-2x {\n left: 0;\n position: absolute;\n text-align: center;\n width: 100%;\n z-index: var(--#{$fa-css-prefix}-stack-z-index, #{$fa-stack-z-index});\n}\n\n.#{$fa-css-prefix}-stack-1x {\n line-height: inherit;\n}\n\n.#{$fa-css-prefix}-stack-2x {\n font-size: 2em;\n}\n\n.#{$fa-css-prefix}-inverse {\n color: var(--#{$fa-css-prefix}-inverse, #{$fa-inverse});\n}\n","// specific icon class definition\n// -------------------------\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\nreaders do not read off random characters that represent icons */\n\n@each $name, $icon in $fa-icons {\n .#{$fa-css-prefix}-#{$name} {\n #{$fa-icon-property}: unquote(\"\\\"#{ $icon }\\\"\");\n #{$fa-duotone-icon-property}: unquote(\"\\\"#{$icon}#{$icon}\\\"\");\n }\n}\n\n","// screen-reader utilities\n// -------------------------\n\n// only display content to screen readers\n.sr-only,\n.#{$fa-css-prefix}-sr-only {\n @include fa-sr-only;\n}\n\n// use in conjunction with .sr-only to only display content when it's focused\n.sr-only-focusable,\n.#{$fa-css-prefix}-sr-only-focusable {\n @include fa-sr-only-focusable;\n}\n","/*!\n * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2024 Fonticons, Inc.\n */\n@import 'functions';\n@import 'variables';\n\n:root, :host {\n --#{$fa-css-prefix}-style-family-brands: 'Font Awesome 6 Brands';\n --#{$fa-css-prefix}-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';\n}\n\n@font-face {\n font-family: 'Font Awesome 6 Brands';\n font-style: normal;\n font-weight: 400;\n font-display: $fa-font-display;\n src: url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),\n url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype');\n}\n\n.fab,\n.#{$fa-css-prefix}-brands {\n font-weight: 400;\n}\n\n@each $name, $icon in $fa-brand-icons {\n .#{$fa-css-prefix}-#{$name} { #{$fa-icon-property}: unquote(\"\\\"#{ $icon }\\\"\"); }\n}\n","/*!\n * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2024 Fonticons, Inc.\n */\n@import 'functions';\n@import 'variables';\n\n:root, :host {\n --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';\n --#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }';\n}\n\n\n@font-face {\n font-family: 'Font Awesome 6 Free';\n font-style: normal;\n font-weight: 900;\n font-display: $fa-font-display;\n src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),\n url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype');\n}\n\n.fas,\n.#{$fa-css-prefix}-solid {\n font-weight: 900;\n}\n","/*!\n * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2024 Fonticons, Inc.\n */\n@import 'functions';\n@import 'variables';\n\n:root, :host {\n --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';\n --#{$fa-css-prefix}-font-regular: normal 400 1em/1 '#{ $fa-style-family }';\n}\n\n\n@font-face {\n font-family: 'Font Awesome 6 Free';\n font-style: normal;\n font-weight: 400;\n font-display: $fa-font-display;\n src: url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),\n url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype');\n}\n\n.far,\n.#{$fa-css-prefix}-regular {\n font-weight: 400;\n}\n","@charset \"UTF-8\";\n/*!\n * Tabler Icons 3.20.0 by tabler - https://tabler.io\n * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE\n */\n$ti-font-family: 'tabler-icons' !default;\n$ti-font-path: './fonts' !default;\n$ti-font-display: null !default;\n$ti-prefix: 'ti' !default;\n\n@font-face {\n font-family: $ti-font-family;\n font-style: normal;\n font-weight: 400;\n font-display: $ti-font-display;\n src: url('#{$ti-font-path}/tabler-icons.woff2?v3.20.0') format('woff2'),\n url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),\n url('#{$ti-font-path}/tabler-icons.ttf?v3.20.0') format('truetype');\n}\n\n.#{$ti-prefix} {\n font-family: $ti-font-family !important;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n@function unicode($str) {\n @return unquote(\"\\\"\")+unquote(str-insert($str, \"\\\\\", 1))+unquote(\"\\\"\")\n}\n\n\n$ti-icon-a-b: unicode('ec36');\n$ti-icon-a-b-2: unicode('f25f');\n$ti-icon-a-b-off: unicode('f0a6');\n$ti-icon-abacus: unicode('f05c');\n$ti-icon-abacus-off: unicode('f3b6');\n$ti-icon-abc: unicode('f567');\n$ti-icon-access-point: unicode('ed1b');\n$ti-icon-access-point-off: unicode('ed1a');\n$ti-icon-accessible: unicode('eba9');\n$ti-icon-accessible-filled: unicode('f6ea');\n$ti-icon-accessible-off: unicode('f0a7');\n$ti-icon-activity: unicode('ed23');\n$ti-icon-activity-heartbeat: unicode('f0db');\n$ti-icon-ad: unicode('ea02');\n$ti-icon-ad-2: unicode('ef1f');\n$ti-icon-ad-circle: unicode('f79e');\n$ti-icon-ad-circle-filled: unicode('f7d3');\n$ti-icon-ad-circle-off: unicode('f79d');\n$ti-icon-ad-filled: unicode('f6eb');\n$ti-icon-ad-off: unicode('f3b7');\n$ti-icon-address-book: unicode('f021');\n$ti-icon-address-book-off: unicode('f3b8');\n$ti-icon-adjustments: unicode('ea03');\n$ti-icon-adjustments-alt: unicode('ec37');\n$ti-icon-adjustments-bolt: unicode('f7fb');\n$ti-icon-adjustments-cancel: unicode('f7fc');\n$ti-icon-adjustments-check: unicode('f7fd');\n$ti-icon-adjustments-code: unicode('f7fe');\n$ti-icon-adjustments-cog: unicode('f7ff');\n$ti-icon-adjustments-dollar: unicode('f800');\n$ti-icon-adjustments-down: unicode('f801');\n$ti-icon-adjustments-exclamation: unicode('f802');\n$ti-icon-adjustments-filled: unicode('f6ec');\n$ti-icon-adjustments-heart: unicode('f803');\n$ti-icon-adjustments-horizontal: unicode('ec38');\n$ti-icon-adjustments-minus: unicode('f804');\n$ti-icon-adjustments-off: unicode('f0a8');\n$ti-icon-adjustments-pause: unicode('f805');\n$ti-icon-adjustments-pin: unicode('f806');\n$ti-icon-adjustments-plus: unicode('f807');\n$ti-icon-adjustments-question: unicode('f808');\n$ti-icon-adjustments-search: unicode('f809');\n$ti-icon-adjustments-share: unicode('f80a');\n$ti-icon-adjustments-spark: unicode('ffbe');\n$ti-icon-adjustments-star: unicode('f80b');\n$ti-icon-adjustments-up: unicode('f80c');\n$ti-icon-adjustments-x: unicode('f80d');\n$ti-icon-aerial-lift: unicode('edfe');\n$ti-icon-affiliate: unicode('edff');\n$ti-icon-affiliate-filled: unicode('f6ed');\n$ti-icon-ai: unicode('fee7');\n$ti-icon-air-balloon: unicode('f4a6');\n$ti-icon-air-conditioning: unicode('f3a2');\n$ti-icon-air-conditioning-disabled: unicode('f542');\n$ti-icon-air-traffic-control: unicode('fb01');\n$ti-icon-alarm: unicode('ea04');\n$ti-icon-alarm-average: unicode('fc9e');\n$ti-icon-alarm-filled: unicode('f709');\n$ti-icon-alarm-minus: unicode('f630');\n$ti-icon-alarm-minus-filled: unicode('f70a');\n$ti-icon-alarm-off: unicode('f0a9');\n$ti-icon-alarm-plus: unicode('f631');\n$ti-icon-alarm-plus-filled: unicode('f70b');\n$ti-icon-alarm-snooze: unicode('f632');\n$ti-icon-alarm-snooze-filled: unicode('f70c');\n$ti-icon-album: unicode('f022');\n$ti-icon-album-off: unicode('f3b9');\n$ti-icon-alert-circle: unicode('ea05');\n$ti-icon-alert-circle-filled: unicode('f6ee');\n$ti-icon-alert-circle-off: unicode('fc65');\n$ti-icon-alert-hexagon: unicode('f80e');\n$ti-icon-alert-hexagon-filled: unicode('fa34');\n$ti-icon-alert-hexagon-off: unicode('fc66');\n$ti-icon-alert-octagon: unicode('ecc6');\n$ti-icon-alert-octagon-filled: unicode('f6ef');\n$ti-icon-alert-small: unicode('f80f');\n$ti-icon-alert-small-off: unicode('fc67');\n$ti-icon-alert-square: unicode('f811');\n$ti-icon-alert-square-filled: unicode('fa35');\n$ti-icon-alert-square-rounded: unicode('f810');\n$ti-icon-alert-square-rounded-filled: unicode('fa36');\n$ti-icon-alert-square-rounded-off: unicode('fc68');\n$ti-icon-alert-triangle: unicode('ea06');\n$ti-icon-alert-triangle-filled: unicode('f6f0');\n$ti-icon-alert-triangle-off: unicode('fc69');\n$ti-icon-alien: unicode('ebde');\n$ti-icon-alien-filled: unicode('f70d');\n$ti-icon-align-box-bottom-center: unicode('f530');\n$ti-icon-align-box-bottom-center-filled: unicode('f70e');\n$ti-icon-align-box-bottom-left: unicode('f531');\n$ti-icon-align-box-bottom-left-filled: unicode('f70f');\n$ti-icon-align-box-bottom-right: unicode('f532');\n$ti-icon-align-box-bottom-right-filled: unicode('f710');\n$ti-icon-align-box-center-bottom: unicode('facb');\n$ti-icon-align-box-center-middle: unicode('f79f');\n$ti-icon-align-box-center-middle-filled: unicode('f7d4');\n$ti-icon-align-box-center-stretch: unicode('facc');\n$ti-icon-align-box-center-top: unicode('facd');\n$ti-icon-align-box-left-bottom: unicode('f533');\n$ti-icon-align-box-left-bottom-filled: unicode('f711');\n$ti-icon-align-box-left-middle: unicode('f534');\n$ti-icon-align-box-left-middle-filled: unicode('f712');\n$ti-icon-align-box-left-stretch: unicode('face');\n$ti-icon-align-box-left-top: unicode('f535');\n$ti-icon-align-box-left-top-filled: unicode('f713');\n$ti-icon-align-box-right-bottom: unicode('f536');\n$ti-icon-align-box-right-bottom-filled: unicode('f714');\n$ti-icon-align-box-right-middle: unicode('f537');\n$ti-icon-align-box-right-middle-filled: unicode('f7d5');\n$ti-icon-align-box-right-stretch: unicode('facf');\n$ti-icon-align-box-right-top: unicode('f538');\n$ti-icon-align-box-right-top-filled: unicode('f715');\n$ti-icon-align-box-top-center: unicode('f539');\n$ti-icon-align-box-top-center-filled: unicode('f716');\n$ti-icon-align-box-top-left: unicode('f53a');\n$ti-icon-align-box-top-left-filled: unicode('f717');\n$ti-icon-align-box-top-right: unicode('f53b');\n$ti-icon-align-box-top-right-filled: unicode('f718');\n$ti-icon-align-center: unicode('ea07');\n$ti-icon-align-justified: unicode('ea08');\n$ti-icon-align-left: unicode('ea09');\n$ti-icon-align-left-2: unicode('ff00');\n$ti-icon-align-right: unicode('ea0a');\n$ti-icon-align-right-2: unicode('feff');\n$ti-icon-alpha: unicode('f543');\n$ti-icon-alphabet-arabic: unicode('ff2f');\n$ti-icon-alphabet-bangla: unicode('ff2e');\n$ti-icon-alphabet-cyrillic: unicode('f1df');\n$ti-icon-alphabet-greek: unicode('f1e0');\n$ti-icon-alphabet-hebrew: unicode('ff2d');\n$ti-icon-alphabet-korean: unicode('ff2c');\n$ti-icon-alphabet-latin: unicode('f1e1');\n$ti-icon-alphabet-thai: unicode('ff2b');\n$ti-icon-alt: unicode('fc54');\n$ti-icon-ambulance: unicode('ebf5');\n$ti-icon-ampersand: unicode('f229');\n$ti-icon-analyze: unicode('f3a3');\n$ti-icon-analyze-filled: unicode('f719');\n$ti-icon-analyze-off: unicode('f3ba');\n$ti-icon-anchor: unicode('eb76');\n$ti-icon-anchor-off: unicode('f0f7');\n$ti-icon-angle: unicode('ef20');\n$ti-icon-ankh: unicode('f1cd');\n$ti-icon-antenna: unicode('f094');\n$ti-icon-antenna-bars-1: unicode('ecc7');\n$ti-icon-antenna-bars-2: unicode('ecc8');\n$ti-icon-antenna-bars-3: unicode('ecc9');\n$ti-icon-antenna-bars-4: unicode('ecca');\n$ti-icon-antenna-bars-5: unicode('eccb');\n$ti-icon-antenna-bars-off: unicode('f0aa');\n$ti-icon-antenna-off: unicode('f3bb');\n$ti-icon-aperture: unicode('eb58');\n$ti-icon-aperture-off: unicode('f3bc');\n$ti-icon-api: unicode('effd');\n$ti-icon-api-app: unicode('effc');\n$ti-icon-api-app-off: unicode('f0ab');\n$ti-icon-api-off: unicode('f0f8');\n$ti-icon-app-window: unicode('efe6');\n$ti-icon-app-window-filled: unicode('f71a');\n$ti-icon-apple: unicode('ef21');\n$ti-icon-apple-filled: unicode('10017');\n$ti-icon-apps: unicode('ebb6');\n$ti-icon-apps-filled: unicode('f6f1');\n$ti-icon-apps-off: unicode('f0ac');\n$ti-icon-archery-arrow: unicode('fc55');\n$ti-icon-archive: unicode('ea0b');\n$ti-icon-archive-filled: unicode('fa82');\n$ti-icon-archive-off: unicode('f0ad');\n$ti-icon-armchair: unicode('ef9e');\n$ti-icon-armchair-2: unicode('efe7');\n$ti-icon-armchair-2-off: unicode('f3bd');\n$ti-icon-armchair-off: unicode('f3be');\n$ti-icon-arrow-autofit-content: unicode('ef31');\n$ti-icon-arrow-autofit-content-filled: unicode('f6f2');\n$ti-icon-arrow-autofit-down: unicode('ef32');\n$ti-icon-arrow-autofit-height: unicode('ef33');\n$ti-icon-arrow-autofit-left: unicode('ef34');\n$ti-icon-arrow-autofit-right: unicode('ef35');\n$ti-icon-arrow-autofit-up: unicode('ef36');\n$ti-icon-arrow-autofit-width: unicode('ef37');\n$ti-icon-arrow-back: unicode('ea0c');\n$ti-icon-arrow-back-up: unicode('eb77');\n$ti-icon-arrow-back-up-double: unicode('f9ec');\n$ti-icon-arrow-badge-down: unicode('f60b');\n$ti-icon-arrow-badge-down-filled: unicode('f7d6');\n$ti-icon-arrow-badge-left: unicode('f60c');\n$ti-icon-arrow-badge-left-filled: unicode('f7d7');\n$ti-icon-arrow-badge-right: unicode('f60d');\n$ti-icon-arrow-badge-right-filled: unicode('f7d8');\n$ti-icon-arrow-badge-up: unicode('f60e');\n$ti-icon-arrow-badge-up-filled: unicode('f7d9');\n$ti-icon-arrow-bar-both: unicode('fadd');\n$ti-icon-arrow-bar-down: unicode('ea0d');\n$ti-icon-arrow-bar-left: unicode('ea0e');\n$ti-icon-arrow-bar-right: unicode('ea0f');\n$ti-icon-arrow-bar-to-down: unicode('ec88');\n$ti-icon-arrow-bar-to-left: unicode('ec89');\n$ti-icon-arrow-bar-to-right: unicode('ec8a');\n$ti-icon-arrow-bar-to-up: unicode('ec8b');\n$ti-icon-arrow-bar-up: unicode('ea10');\n$ti-icon-arrow-bear-left: unicode('f045');\n$ti-icon-arrow-bear-left-2: unicode('f044');\n$ti-icon-arrow-bear-right: unicode('f047');\n$ti-icon-arrow-bear-right-2: unicode('f046');\n$ti-icon-arrow-big-down: unicode('edda');\n$ti-icon-arrow-big-down-filled: unicode('f6c6');\n$ti-icon-arrow-big-down-line: unicode('efe8');\n$ti-icon-arrow-big-down-line-filled: unicode('f6c7');\n$ti-icon-arrow-big-down-lines: unicode('efe9');\n$ti-icon-arrow-big-down-lines-filled: unicode('f6c8');\n$ti-icon-arrow-big-left: unicode('eddb');\n$ti-icon-arrow-big-left-filled: unicode('f6c9');\n$ti-icon-arrow-big-left-line: unicode('efea');\n$ti-icon-arrow-big-left-line-filled: unicode('f6ca');\n$ti-icon-arrow-big-left-lines: unicode('efeb');\n$ti-icon-arrow-big-left-lines-filled: unicode('f6cb');\n$ti-icon-arrow-big-right: unicode('eddc');\n$ti-icon-arrow-big-right-filled: unicode('f6cc');\n$ti-icon-arrow-big-right-line: unicode('efec');\n$ti-icon-arrow-big-right-line-filled: unicode('f6cd');\n$ti-icon-arrow-big-right-lines: unicode('efed');\n$ti-icon-arrow-big-right-lines-filled: unicode('f6ce');\n$ti-icon-arrow-big-up: unicode('eddd');\n$ti-icon-arrow-big-up-filled: unicode('f6cf');\n$ti-icon-arrow-big-up-line: unicode('efee');\n$ti-icon-arrow-big-up-line-filled: unicode('f6d0');\n$ti-icon-arrow-big-up-lines: unicode('efef');\n$ti-icon-arrow-big-up-lines-filled: unicode('f6d1');\n$ti-icon-arrow-bounce: unicode('f3a4');\n$ti-icon-arrow-capsule: unicode('fade');\n$ti-icon-arrow-curve-left: unicode('f048');\n$ti-icon-arrow-curve-right: unicode('f049');\n$ti-icon-arrow-down: unicode('ea16');\n$ti-icon-arrow-down-bar: unicode('ed98');\n$ti-icon-arrow-down-circle: unicode('ea11');\n$ti-icon-arrow-down-circle-filled: unicode('1003b');\n$ti-icon-arrow-down-dashed: unicode('1006a');\n$ti-icon-arrow-down-from-arc: unicode('fd86');\n$ti-icon-arrow-down-left: unicode('ea13');\n$ti-icon-arrow-down-left-circle: unicode('ea12');\n$ti-icon-arrow-down-rhombus: unicode('f61d');\n$ti-icon-arrow-down-rhombus-filled: unicode('1003a');\n$ti-icon-arrow-down-right: unicode('ea15');\n$ti-icon-arrow-down-right-circle: unicode('ea14');\n$ti-icon-arrow-down-square: unicode('ed9a');\n$ti-icon-arrow-down-square-filled: unicode('10039');\n$ti-icon-arrow-down-tail: unicode('ed9b');\n$ti-icon-arrow-down-to-arc: unicode('fd87');\n$ti-icon-arrow-elbow-left: unicode('f9ed');\n$ti-icon-arrow-elbow-right: unicode('f9ee');\n$ti-icon-arrow-fork: unicode('f04a');\n$ti-icon-arrow-forward: unicode('ea17');\n$ti-icon-arrow-forward-up: unicode('eb78');\n$ti-icon-arrow-forward-up-double: unicode('f9ef');\n$ti-icon-arrow-guide: unicode('f22a');\n$ti-icon-arrow-guide-filled: unicode('10038');\n$ti-icon-arrow-iteration: unicode('f578');\n$ti-icon-arrow-left: unicode('ea19');\n$ti-icon-arrow-left-bar: unicode('ed9c');\n$ti-icon-arrow-left-circle: unicode('ea18');\n$ti-icon-arrow-left-circle-filled: unicode('10037');\n$ti-icon-arrow-left-dashed: unicode('10069');\n$ti-icon-arrow-left-from-arc: unicode('fd88');\n$ti-icon-arrow-left-rhombus: unicode('f61e');\n$ti-icon-arrow-left-rhombus-filled: unicode('10036');\n$ti-icon-arrow-left-right: unicode('f04b');\n$ti-icon-arrow-left-square: unicode('ed9d');\n$ti-icon-arrow-left-square-filled: unicode('10035');\n$ti-icon-arrow-left-tail: unicode('ed9e');\n$ti-icon-arrow-left-to-arc: unicode('fd89');\n$ti-icon-arrow-loop-left: unicode('ed9f');\n$ti-icon-arrow-loop-left-2: unicode('f04c');\n$ti-icon-arrow-loop-right: unicode('eda0');\n$ti-icon-arrow-loop-right-2: unicode('f04d');\n$ti-icon-arrow-merge: unicode('f04e');\n$ti-icon-arrow-merge-alt-left: unicode('fc9f');\n$ti-icon-arrow-merge-alt-right: unicode('fca0');\n$ti-icon-arrow-merge-both: unicode('f23b');\n$ti-icon-arrow-merge-left: unicode('f23c');\n$ti-icon-arrow-merge-right: unicode('f23d');\n$ti-icon-arrow-move-down: unicode('f2ba');\n$ti-icon-arrow-move-down-filled: unicode('10034');\n$ti-icon-arrow-move-left: unicode('f2bb');\n$ti-icon-arrow-move-left-filled: unicode('10033');\n$ti-icon-arrow-move-right: unicode('f2bc');\n$ti-icon-arrow-move-right-filled: unicode('10032');\n$ti-icon-arrow-move-up: unicode('f2bd');\n$ti-icon-arrow-move-up-filled: unicode('10031');\n$ti-icon-arrow-narrow-down: unicode('ea1a');\n$ti-icon-arrow-narrow-down-dashed: unicode('10068');\n$ti-icon-arrow-narrow-left: unicode('ea1b');\n$ti-icon-arrow-narrow-left-dashed: unicode('10067');\n$ti-icon-arrow-narrow-right: unicode('ea1c');\n$ti-icon-arrow-narrow-right-dashed: unicode('10066');\n$ti-icon-arrow-narrow-up: unicode('ea1d');\n$ti-icon-arrow-narrow-up-dashed: unicode('10065');\n$ti-icon-arrow-ramp-left: unicode('ed3c');\n$ti-icon-arrow-ramp-left-2: unicode('f04f');\n$ti-icon-arrow-ramp-left-3: unicode('f050');\n$ti-icon-arrow-ramp-right: unicode('ed3d');\n$ti-icon-arrow-ramp-right-2: unicode('f051');\n$ti-icon-arrow-ramp-right-3: unicode('f052');\n$ti-icon-arrow-right: unicode('ea1f');\n$ti-icon-arrow-right-bar: unicode('eda1');\n$ti-icon-arrow-right-circle: unicode('ea1e');\n$ti-icon-arrow-right-circle-filled: unicode('10030');\n$ti-icon-arrow-right-dashed: unicode('10064');\n$ti-icon-arrow-right-from-arc: unicode('fd8a');\n$ti-icon-arrow-right-rhombus: unicode('f61f');\n$ti-icon-arrow-right-rhombus-filled: unicode('1002f');\n$ti-icon-arrow-right-square: unicode('eda2');\n$ti-icon-arrow-right-square-filled: unicode('1002e');\n$ti-icon-arrow-right-tail: unicode('eda3');\n$ti-icon-arrow-right-to-arc: unicode('fd8b');\n$ti-icon-arrow-rotary-first-left: unicode('f053');\n$ti-icon-arrow-rotary-first-right: unicode('f054');\n$ti-icon-arrow-rotary-last-left: unicode('f055');\n$ti-icon-arrow-rotary-last-right: unicode('f056');\n$ti-icon-arrow-rotary-left: unicode('f057');\n$ti-icon-arrow-rotary-right: unicode('f058');\n$ti-icon-arrow-rotary-straight: unicode('f059');\n$ti-icon-arrow-roundabout-left: unicode('f22b');\n$ti-icon-arrow-roundabout-right: unicode('f22c');\n$ti-icon-arrow-sharp-turn-left: unicode('f05a');\n$ti-icon-arrow-sharp-turn-right: unicode('f05b');\n$ti-icon-arrow-up: unicode('ea25');\n$ti-icon-arrow-up-bar: unicode('eda4');\n$ti-icon-arrow-up-circle: unicode('ea20');\n$ti-icon-arrow-up-circle-filled: unicode('1002d');\n$ti-icon-arrow-up-dashed: unicode('10063');\n$ti-icon-arrow-up-from-arc: unicode('fd8c');\n$ti-icon-arrow-up-left: unicode('ea22');\n$ti-icon-arrow-up-left-circle: unicode('ea21');\n$ti-icon-arrow-up-rhombus: unicode('f620');\n$ti-icon-arrow-up-rhombus-filled: unicode('1002c');\n$ti-icon-arrow-up-right: unicode('ea24');\n$ti-icon-arrow-up-right-circle: unicode('ea23');\n$ti-icon-arrow-up-square: unicode('eda6');\n$ti-icon-arrow-up-square-filled: unicode('1002b');\n$ti-icon-arrow-up-tail: unicode('eda7');\n$ti-icon-arrow-up-to-arc: unicode('fd8d');\n$ti-icon-arrow-wave-left-down: unicode('eda8');\n$ti-icon-arrow-wave-left-up: unicode('eda9');\n$ti-icon-arrow-wave-right-down: unicode('edaa');\n$ti-icon-arrow-wave-right-up: unicode('edab');\n$ti-icon-arrow-zig-zag: unicode('f4a7');\n$ti-icon-arrows-cross: unicode('effe');\n$ti-icon-arrows-diagonal: unicode('ea27');\n$ti-icon-arrows-diagonal-2: unicode('ea26');\n$ti-icon-arrows-diagonal-minimize: unicode('ef39');\n$ti-icon-arrows-diagonal-minimize-2: unicode('ef38');\n$ti-icon-arrows-diff: unicode('f296');\n$ti-icon-arrows-double-ne-sw: unicode('edde');\n$ti-icon-arrows-double-nw-se: unicode('eddf');\n$ti-icon-arrows-double-se-nw: unicode('ede0');\n$ti-icon-arrows-double-sw-ne: unicode('ede1');\n$ti-icon-arrows-down: unicode('edad');\n$ti-icon-arrows-down-up: unicode('edac');\n$ti-icon-arrows-exchange: unicode('f1f4');\n$ti-icon-arrows-exchange-2: unicode('f1f3');\n$ti-icon-arrows-horizontal: unicode('eb59');\n$ti-icon-arrows-join: unicode('edaf');\n$ti-icon-arrows-join-2: unicode('edae');\n$ti-icon-arrows-left: unicode('edb1');\n$ti-icon-arrows-left-down: unicode('ee00');\n$ti-icon-arrows-left-right: unicode('edb0');\n$ti-icon-arrows-maximize: unicode('ea28');\n$ti-icon-arrows-minimize: unicode('ea29');\n$ti-icon-arrows-move: unicode('f22f');\n$ti-icon-arrows-move-horizontal: unicode('f22d');\n$ti-icon-arrows-move-vertical: unicode('f22e');\n$ti-icon-arrows-random: unicode('f095');\n$ti-icon-arrows-right: unicode('edb3');\n$ti-icon-arrows-right-down: unicode('ee01');\n$ti-icon-arrows-right-left: unicode('edb2');\n$ti-icon-arrows-shuffle: unicode('f000');\n$ti-icon-arrows-shuffle-2: unicode('efff');\n$ti-icon-arrows-sort: unicode('eb5a');\n$ti-icon-arrows-split: unicode('edb5');\n$ti-icon-arrows-split-2: unicode('edb4');\n$ti-icon-arrows-transfer-down: unicode('f2cc');\n$ti-icon-arrows-transfer-up: unicode('f2cd');\n$ti-icon-arrows-transfer-up-down: unicode('ffac');\n$ti-icon-arrows-up: unicode('edb7');\n$ti-icon-arrows-up-down: unicode('edb6');\n$ti-icon-arrows-up-left: unicode('ee02');\n$ti-icon-arrows-up-right: unicode('ee03');\n$ti-icon-arrows-vertical: unicode('eb5b');\n$ti-icon-artboard: unicode('ea2a');\n$ti-icon-artboard-filled: unicode('fa83');\n$ti-icon-artboard-off: unicode('f0ae');\n$ti-icon-article: unicode('f1e2');\n$ti-icon-article-filled: unicode('f7da');\n$ti-icon-article-off: unicode('f3bf');\n$ti-icon-aspect-ratio: unicode('ed30');\n$ti-icon-aspect-ratio-filled: unicode('f7db');\n$ti-icon-aspect-ratio-off: unicode('f0af');\n$ti-icon-assembly: unicode('f24d');\n$ti-icon-assembly-filled: unicode('fe9e');\n$ti-icon-assembly-off: unicode('f3c0');\n$ti-icon-asset: unicode('f1ce');\n$ti-icon-asset-filled: unicode('fe9d');\n$ti-icon-asterisk: unicode('efd5');\n$ti-icon-asterisk-simple: unicode('efd4');\n$ti-icon-at: unicode('ea2b');\n$ti-icon-at-off: unicode('f0b0');\n$ti-icon-atom: unicode('eb79');\n$ti-icon-atom-2: unicode('ebdf');\n$ti-icon-atom-2-filled: unicode('f71b');\n$ti-icon-atom-off: unicode('f0f9');\n$ti-icon-augmented-reality: unicode('f023');\n$ti-icon-augmented-reality-2: unicode('f37e');\n$ti-icon-augmented-reality-off: unicode('f3c1');\n$ti-icon-auth-2fa: unicode('eca0');\n$ti-icon-automatic-gearbox: unicode('fc89');\n$ti-icon-automatic-gearbox-filled: unicode('1002a');\n$ti-icon-automation: unicode('fef8');\n$ti-icon-avocado: unicode('fd8e');\n$ti-icon-award: unicode('ea2c');\n$ti-icon-award-filled: unicode('f71c');\n$ti-icon-award-off: unicode('f0fa');\n$ti-icon-axe: unicode('ef9f');\n$ti-icon-axis-x: unicode('ef45');\n$ti-icon-axis-y: unicode('ef46');\n$ti-icon-baby-bottle: unicode('f5d2');\n$ti-icon-baby-carriage: unicode('f05d');\n$ti-icon-baby-carriage-filled: unicode('fe9c');\n$ti-icon-background: unicode('fd2c');\n$ti-icon-backhoe: unicode('ed86');\n$ti-icon-backpack: unicode('ef47');\n$ti-icon-backpack-off: unicode('f3c2');\n$ti-icon-backslash: unicode('fab9');\n$ti-icon-backspace: unicode('ea2d');\n$ti-icon-backspace-filled: unicode('f7dc');\n$ti-icon-badge: unicode('efc2');\n$ti-icon-badge-3d: unicode('f555');\n$ti-icon-badge-3d-filled: unicode('fe9b');\n$ti-icon-badge-4k: unicode('f556');\n$ti-icon-badge-4k-filled: unicode('fe9a');\n$ti-icon-badge-8k: unicode('f557');\n$ti-icon-badge-8k-filled: unicode('fe99');\n$ti-icon-badge-ad: unicode('f558');\n$ti-icon-badge-ad-filled: unicode('fe98');\n$ti-icon-badge-ad-off: unicode('fd8f');\n$ti-icon-badge-ar: unicode('f559');\n$ti-icon-badge-ar-filled: unicode('fe97');\n$ti-icon-badge-cc: unicode('f55a');\n$ti-icon-badge-cc-filled: unicode('fe96');\n$ti-icon-badge-filled: unicode('f667');\n$ti-icon-badge-hd: unicode('f55b');\n$ti-icon-badge-hd-filled: unicode('fe95');\n$ti-icon-badge-off: unicode('f0fb');\n$ti-icon-badge-sd: unicode('f55c');\n$ti-icon-badge-sd-filled: unicode('fe94');\n$ti-icon-badge-tm: unicode('f55d');\n$ti-icon-badge-tm-filled: unicode('fe93');\n$ti-icon-badge-vo: unicode('f55e');\n$ti-icon-badge-vo-filled: unicode('fe92');\n$ti-icon-badge-vr: unicode('f55f');\n$ti-icon-badge-vr-filled: unicode('fe91');\n$ti-icon-badge-wc: unicode('f560');\n$ti-icon-badge-wc-filled: unicode('fe90');\n$ti-icon-badges: unicode('efc3');\n$ti-icon-badges-filled: unicode('f7dd');\n$ti-icon-badges-off: unicode('f0fc');\n$ti-icon-baguette: unicode('f3a5');\n$ti-icon-ball-american-football: unicode('ee04');\n$ti-icon-ball-american-football-off: unicode('f3c3');\n$ti-icon-ball-baseball: unicode('efa0');\n$ti-icon-ball-basketball: unicode('ec28');\n$ti-icon-ball-bowling: unicode('ec29');\n$ti-icon-ball-football: unicode('ee06');\n$ti-icon-ball-football-off: unicode('ee05');\n$ti-icon-ball-tennis: unicode('ec2a');\n$ti-icon-ball-volleyball: unicode('ec2b');\n$ti-icon-balloon: unicode('ef3a');\n$ti-icon-balloon-filled: unicode('fa84');\n$ti-icon-balloon-off: unicode('f0fd');\n$ti-icon-ballpen: unicode('f06e');\n$ti-icon-ballpen-filled: unicode('fa85');\n$ti-icon-ballpen-off: unicode('f0b1');\n$ti-icon-ban: unicode('ea2e');\n$ti-icon-bandage: unicode('eb7a');\n$ti-icon-bandage-filled: unicode('f7de');\n$ti-icon-bandage-off: unicode('f3c4');\n$ti-icon-barbell: unicode('eff0');\n$ti-icon-barbell-filled: unicode('fe8f');\n$ti-icon-barbell-off: unicode('f0b2');\n$ti-icon-barcode: unicode('ebc6');\n$ti-icon-barcode-off: unicode('f0b3');\n$ti-icon-barrel: unicode('f0b4');\n$ti-icon-barrel-off: unicode('f0fe');\n$ti-icon-barrier-block: unicode('f00e');\n$ti-icon-barrier-block-filled: unicode('fe8e');\n$ti-icon-barrier-block-off: unicode('f0b5');\n$ti-icon-baseline: unicode('f024');\n$ti-icon-baseline-density-large: unicode('f9f0');\n$ti-icon-baseline-density-medium: unicode('f9f1');\n$ti-icon-baseline-density-small: unicode('f9f2');\n$ti-icon-basket: unicode('ebe1');\n$ti-icon-basket-bolt: unicode('fb43');\n$ti-icon-basket-cancel: unicode('fb44');\n$ti-icon-basket-check: unicode('fb45');\n$ti-icon-basket-code: unicode('fb46');\n$ti-icon-basket-cog: unicode('fb47');\n$ti-icon-basket-discount: unicode('fb48');\n$ti-icon-basket-dollar: unicode('fb49');\n$ti-icon-basket-down: unicode('fb4a');\n$ti-icon-basket-exclamation: unicode('fb4b');\n$ti-icon-basket-filled: unicode('f7df');\n$ti-icon-basket-heart: unicode('fb4c');\n$ti-icon-basket-minus: unicode('fb4d');\n$ti-icon-basket-off: unicode('f0b6');\n$ti-icon-basket-pause: unicode('fb4e');\n$ti-icon-basket-pin: unicode('fb4f');\n$ti-icon-basket-plus: unicode('fb50');\n$ti-icon-basket-question: unicode('fb51');\n$ti-icon-basket-search: unicode('fb52');\n$ti-icon-basket-share: unicode('fb53');\n$ti-icon-basket-star: unicode('fb54');\n$ti-icon-basket-up: unicode('fb55');\n$ti-icon-basket-x: unicode('fb56');\n$ti-icon-bat: unicode('f284');\n$ti-icon-bath: unicode('ef48');\n$ti-icon-bath-filled: unicode('f71d');\n$ti-icon-bath-off: unicode('f0ff');\n$ti-icon-battery: unicode('ea34');\n$ti-icon-battery-1: unicode('ea2f');\n$ti-icon-battery-1-filled: unicode('f71e');\n$ti-icon-battery-2: unicode('ea30');\n$ti-icon-battery-2-filled: unicode('f71f');\n$ti-icon-battery-3: unicode('ea31');\n$ti-icon-battery-3-filled: unicode('f720');\n$ti-icon-battery-4: unicode('ea32');\n$ti-icon-battery-4-filled: unicode('f721');\n$ti-icon-battery-automotive: unicode('ee07');\n$ti-icon-battery-automotive-filled: unicode('10029');\n$ti-icon-battery-charging: unicode('ea33');\n$ti-icon-battery-charging-2: unicode('ef3b');\n$ti-icon-battery-eco: unicode('ef3c');\n$ti-icon-battery-exclamation: unicode('ff1d');\n$ti-icon-battery-filled: unicode('f668');\n$ti-icon-battery-off: unicode('ed1c');\n$ti-icon-battery-spark: unicode('ffbd');\n$ti-icon-battery-vertical: unicode('ff13');\n$ti-icon-battery-vertical-1: unicode('ff1c');\n$ti-icon-battery-vertical-1-filled: unicode('10028');\n$ti-icon-battery-vertical-2: unicode('ff1b');\n$ti-icon-battery-vertical-2-filled: unicode('10027');\n$ti-icon-battery-vertical-3: unicode('ff1a');\n$ti-icon-battery-vertical-3-filled: unicode('10026');\n$ti-icon-battery-vertical-4: unicode('ff19');\n$ti-icon-battery-vertical-4-filled: unicode('10025');\n$ti-icon-battery-vertical-charging: unicode('ff17');\n$ti-icon-battery-vertical-charging-2: unicode('ff18');\n$ti-icon-battery-vertical-eco: unicode('ff16');\n$ti-icon-battery-vertical-exclamation: unicode('ff15');\n$ti-icon-battery-vertical-filled: unicode('10024');\n$ti-icon-battery-vertical-off: unicode('ff14');\n$ti-icon-beach: unicode('ef3d');\n$ti-icon-beach-off: unicode('f0b7');\n$ti-icon-bed: unicode('eb5c');\n$ti-icon-bed-filled: unicode('f7e0');\n$ti-icon-bed-flat: unicode('fca1');\n$ti-icon-bed-flat-filled: unicode('fe8d');\n$ti-icon-bed-off: unicode('f100');\n$ti-icon-beer: unicode('efa1');\n$ti-icon-beer-filled: unicode('f7e1');\n$ti-icon-beer-off: unicode('f101');\n$ti-icon-bell: unicode('ea35');\n$ti-icon-bell-bolt: unicode('f812');\n$ti-icon-bell-cancel: unicode('f813');\n$ti-icon-bell-check: unicode('f814');\n$ti-icon-bell-code: unicode('f815');\n$ti-icon-bell-cog: unicode('f816');\n$ti-icon-bell-dollar: unicode('f817');\n$ti-icon-bell-down: unicode('f818');\n$ti-icon-bell-exclamation: unicode('f819');\n$ti-icon-bell-filled: unicode('f669');\n$ti-icon-bell-heart: unicode('f81a');\n$ti-icon-bell-minus: unicode('ede2');\n$ti-icon-bell-minus-filled: unicode('f722');\n$ti-icon-bell-off: unicode('ece9');\n$ti-icon-bell-pause: unicode('f81b');\n$ti-icon-bell-pin: unicode('f81c');\n$ti-icon-bell-plus: unicode('ede3');\n$ti-icon-bell-plus-filled: unicode('f723');\n$ti-icon-bell-question: unicode('f81d');\n$ti-icon-bell-ringing: unicode('ed07');\n$ti-icon-bell-ringing-2: unicode('ede4');\n$ti-icon-bell-ringing-2-filled: unicode('f724');\n$ti-icon-bell-ringing-filled: unicode('f725');\n$ti-icon-bell-school: unicode('f05e');\n$ti-icon-bell-search: unicode('f81e');\n$ti-icon-bell-share: unicode('f81f');\n$ti-icon-bell-star: unicode('f820');\n$ti-icon-bell-up: unicode('f821');\n$ti-icon-bell-x: unicode('ede5');\n$ti-icon-bell-x-filled: unicode('f726');\n$ti-icon-bell-z: unicode('eff1');\n$ti-icon-bell-z-filled: unicode('f727');\n$ti-icon-beta: unicode('f544');\n$ti-icon-bible: unicode('efc4');\n$ti-icon-bike: unicode('ea36');\n$ti-icon-bike-filled: unicode('10023');\n$ti-icon-bike-off: unicode('f0b8');\n$ti-icon-binary: unicode('ee08');\n$ti-icon-binary-off: unicode('f3c5');\n$ti-icon-binary-tree: unicode('f5d4');\n$ti-icon-binary-tree-2: unicode('f5d3');\n$ti-icon-binary-tree-2-filled: unicode('ff65');\n$ti-icon-binary-tree-filled: unicode('ff64');\n$ti-icon-binoculars: unicode('fefe');\n$ti-icon-binoculars-filled: unicode('ff0b');\n$ti-icon-biohazard: unicode('ecb8');\n$ti-icon-biohazard-filled: unicode('fe8c');\n$ti-icon-biohazard-off: unicode('f0b9');\n$ti-icon-blade: unicode('f4bd');\n$ti-icon-blade-filled: unicode('f7e2');\n$ti-icon-bleach: unicode('f2f3');\n$ti-icon-bleach-chlorine: unicode('f2f0');\n$ti-icon-bleach-no-chlorine: unicode('f2f1');\n$ti-icon-bleach-off: unicode('f2f2');\n$ti-icon-blend-mode: unicode('feb0');\n$ti-icon-blender: unicode('fca2');\n$ti-icon-blender-filled: unicode('10022');\n$ti-icon-blob: unicode('feaf');\n$ti-icon-blob-filled: unicode('feb1');\n$ti-icon-blockquote: unicode('ee09');\n$ti-icon-bluetooth: unicode('ea37');\n$ti-icon-bluetooth-connected: unicode('ecea');\n$ti-icon-bluetooth-off: unicode('eceb');\n$ti-icon-bluetooth-x: unicode('f081');\n$ti-icon-blur: unicode('ef8c');\n$ti-icon-blur-off: unicode('f3c6');\n$ti-icon-bmp: unicode('f3a6');\n$ti-icon-body-scan: unicode('fca3');\n$ti-icon-bold: unicode('eb7b');\n$ti-icon-bold-off: unicode('f0ba');\n$ti-icon-bolt: unicode('ea38');\n$ti-icon-bolt-filled: unicode('10021');\n$ti-icon-bolt-off: unicode('ecec');\n$ti-icon-bomb: unicode('f59c');\n$ti-icon-bomb-filled: unicode('fa86');\n$ti-icon-bone: unicode('edb8');\n$ti-icon-bone-filled: unicode('fe8b');\n$ti-icon-bone-off: unicode('f0bb');\n$ti-icon-bong: unicode('f3a7');\n$ti-icon-bong-filled: unicode('10020');\n$ti-icon-bong-off: unicode('f3c7');\n$ti-icon-book: unicode('ea39');\n$ti-icon-book-2: unicode('efc5');\n$ti-icon-book-download: unicode('f070');\n$ti-icon-book-filled: unicode('fa87');\n$ti-icon-book-off: unicode('f0bc');\n$ti-icon-book-upload: unicode('f071');\n$ti-icon-bookmark: unicode('ea3a');\n$ti-icon-bookmark-ai: unicode('fc8a');\n$ti-icon-bookmark-edit: unicode('fa5e');\n$ti-icon-bookmark-filled: unicode('fa88');\n$ti-icon-bookmark-minus: unicode('fa5f');\n$ti-icon-bookmark-off: unicode('eced');\n$ti-icon-bookmark-plus: unicode('fa60');\n$ti-icon-bookmark-question: unicode('fa61');\n$ti-icon-bookmarks: unicode('ed08');\n$ti-icon-bookmarks-filled: unicode('fb1f');\n$ti-icon-bookmarks-off: unicode('f0bd');\n$ti-icon-books: unicode('eff2');\n$ti-icon-books-off: unicode('f0be');\n$ti-icon-boom: unicode('fdbe');\n$ti-icon-boom-filled: unicode('fe8a');\n$ti-icon-border-all: unicode('ea3b');\n$ti-icon-border-bottom: unicode('ea3c');\n$ti-icon-border-bottom-plus: unicode('fdbd');\n$ti-icon-border-corner-ios: unicode('fd98');\n$ti-icon-border-corner-pill: unicode('fd62');\n$ti-icon-border-corner-rounded: unicode('fd63');\n$ti-icon-border-corner-square: unicode('fd64');\n$ti-icon-border-corners: unicode('f7a0');\n$ti-icon-border-horizontal: unicode('ea3d');\n$ti-icon-border-inner: unicode('ea3e');\n$ti-icon-border-left: unicode('ea3f');\n$ti-icon-border-left-plus: unicode('fdbc');\n$ti-icon-border-none: unicode('ea40');\n$ti-icon-border-outer: unicode('ea41');\n$ti-icon-border-radius: unicode('eb7c');\n$ti-icon-border-right: unicode('ea42');\n$ti-icon-border-right-plus: unicode('fdbb');\n$ti-icon-border-sides: unicode('f7a1');\n$ti-icon-border-style: unicode('ee0a');\n$ti-icon-border-style-2: unicode('ef22');\n$ti-icon-border-top: unicode('ea43');\n$ti-icon-border-top-plus: unicode('fdba');\n$ti-icon-border-vertical: unicode('ea44');\n$ti-icon-bottle: unicode('ef0b');\n$ti-icon-bottle-filled: unicode('fa89');\n$ti-icon-bottle-off: unicode('f3c8');\n$ti-icon-bounce-left: unicode('f59d');\n$ti-icon-bounce-left-filled: unicode('fb20');\n$ti-icon-bounce-right: unicode('f59e');\n$ti-icon-bounce-right-filled: unicode('fb21');\n$ti-icon-bow: unicode('f096');\n$ti-icon-bow-filled: unicode('fe89');\n$ti-icon-bowl: unicode('f4fa');\n$ti-icon-bowl-chopsticks: unicode('fd90');\n$ti-icon-bowl-chopsticks-filled: unicode('fe88');\n$ti-icon-bowl-filled: unicode('fb22');\n$ti-icon-bowl-spoon: unicode('fd91');\n$ti-icon-bowl-spoon-filled: unicode('fe87');\n$ti-icon-box: unicode('ea45');\n$ti-icon-box-align-bottom: unicode('f2a8');\n$ti-icon-box-align-bottom-filled: unicode('fa8a');\n$ti-icon-box-align-bottom-left: unicode('f2ce');\n$ti-icon-box-align-bottom-left-filled: unicode('fa8b');\n$ti-icon-box-align-bottom-right: unicode('f2cf');\n$ti-icon-box-align-bottom-right-filled: unicode('fa8c');\n$ti-icon-box-align-left: unicode('f2a9');\n$ti-icon-box-align-left-filled: unicode('fa8d');\n$ti-icon-box-align-right: unicode('f2aa');\n$ti-icon-box-align-right-filled: unicode('fa8e');\n$ti-icon-box-align-top: unicode('f2ab');\n$ti-icon-box-align-top-filled: unicode('fa8f');\n$ti-icon-box-align-top-left: unicode('f2d0');\n$ti-icon-box-align-top-left-filled: unicode('fa90');\n$ti-icon-box-align-top-right: unicode('f2d1');\n$ti-icon-box-align-top-right-filled: unicode('fa91');\n$ti-icon-box-margin: unicode('ee0b');\n$ti-icon-box-model: unicode('ee0c');\n$ti-icon-box-model-2: unicode('ef23');\n$ti-icon-box-model-2-off: unicode('f3c9');\n$ti-icon-box-model-off: unicode('f3ca');\n$ti-icon-box-multiple: unicode('ee17');\n$ti-icon-box-multiple-0: unicode('ee0d');\n$ti-icon-box-multiple-1: unicode('ee0e');\n$ti-icon-box-multiple-2: unicode('ee0f');\n$ti-icon-box-multiple-3: unicode('ee10');\n$ti-icon-box-multiple-4: unicode('ee11');\n$ti-icon-box-multiple-5: unicode('ee12');\n$ti-icon-box-multiple-6: unicode('ee13');\n$ti-icon-box-multiple-7: unicode('ee14');\n$ti-icon-box-multiple-8: unicode('ee15');\n$ti-icon-box-multiple-9: unicode('ee16');\n$ti-icon-box-multiple-filled: unicode('1001f');\n$ti-icon-box-off: unicode('f102');\n$ti-icon-box-padding: unicode('ee18');\n$ti-icon-braces: unicode('ebcc');\n$ti-icon-braces-off: unicode('f0bf');\n$ti-icon-brackets: unicode('ebcd');\n$ti-icon-brackets-angle: unicode('fcb2');\n$ti-icon-brackets-angle-off: unicode('fcb1');\n$ti-icon-brackets-contain: unicode('f1e5');\n$ti-icon-brackets-contain-end: unicode('f1e3');\n$ti-icon-brackets-contain-start: unicode('f1e4');\n$ti-icon-brackets-off: unicode('f0c0');\n$ti-icon-braille: unicode('f545');\n$ti-icon-brain: unicode('f59f');\n$ti-icon-brand-4chan: unicode('f494');\n$ti-icon-brand-abstract: unicode('f495');\n$ti-icon-brand-adobe: unicode('f0dc');\n$ti-icon-brand-adobe-after-effect: unicode('ff2a');\n$ti-icon-brand-adobe-illustrator: unicode('ff29');\n$ti-icon-brand-adobe-indesign: unicode('ff28');\n$ti-icon-brand-adobe-photoshop: unicode('ff27');\n$ti-icon-brand-adobe-premier: unicode('ff26');\n$ti-icon-brand-adobe-xd: unicode('ff25');\n$ti-icon-brand-adonis-js: unicode('f496');\n$ti-icon-brand-airbnb: unicode('ed68');\n$ti-icon-brand-airtable: unicode('ef6a');\n$ti-icon-brand-algolia: unicode('f390');\n$ti-icon-brand-alipay: unicode('f7a2');\n$ti-icon-brand-alpine-js: unicode('f324');\n$ti-icon-brand-amazon: unicode('f230');\n$ti-icon-brand-amd: unicode('f653');\n$ti-icon-brand-amie: unicode('ffab');\n$ti-icon-brand-amigo: unicode('f5f9');\n$ti-icon-brand-among-us: unicode('f205');\n$ti-icon-brand-android: unicode('ec16');\n$ti-icon-brand-angular: unicode('ef6b');\n$ti-icon-brand-ansible: unicode('fa70');\n$ti-icon-brand-ao3: unicode('f5e8');\n$ti-icon-brand-appgallery: unicode('f231');\n$ti-icon-brand-apple: unicode('ec17');\n$ti-icon-brand-apple-arcade: unicode('ed69');\n$ti-icon-brand-apple-filled: unicode('fd74');\n$ti-icon-brand-apple-news: unicode('ff24');\n$ti-icon-brand-apple-podcast: unicode('f1e6');\n$ti-icon-brand-appstore: unicode('ed24');\n$ti-icon-brand-arc: unicode('feae');\n$ti-icon-brand-asana: unicode('edc5');\n$ti-icon-brand-astro: unicode('fdb9');\n$ti-icon-brand-auth0: unicode('fcb3');\n$ti-icon-brand-aws: unicode('fa4c');\n$ti-icon-brand-azure: unicode('fa4d');\n$ti-icon-brand-backbone: unicode('f325');\n$ti-icon-brand-badoo: unicode('f206');\n$ti-icon-brand-baidu: unicode('f5e9');\n$ti-icon-brand-bandcamp: unicode('f207');\n$ti-icon-brand-bandlab: unicode('f5fa');\n$ti-icon-brand-beats: unicode('f208');\n$ti-icon-brand-bebo: unicode('ffaa');\n$ti-icon-brand-behance: unicode('ec6e');\n$ti-icon-brand-bilibili: unicode('f6d2');\n$ti-icon-brand-binance: unicode('f5a0');\n$ti-icon-brand-bing: unicode('edc6');\n$ti-icon-brand-bitbucket: unicode('edc7');\n$ti-icon-brand-blackberry: unicode('f568');\n$ti-icon-brand-blender: unicode('f326');\n$ti-icon-brand-blogger: unicode('f35a');\n$ti-icon-brand-bluesky: unicode('fd75');\n$ti-icon-brand-booking: unicode('edc8');\n$ti-icon-brand-bootstrap: unicode('ef3e');\n$ti-icon-brand-bulma: unicode('f327');\n$ti-icon-brand-bumble: unicode('f5fb');\n$ti-icon-brand-bunpo: unicode('f4cf');\n$ti-icon-brand-c-sharp: unicode('f003');\n$ti-icon-brand-cake: unicode('f7a3');\n$ti-icon-brand-cakephp: unicode('f7af');\n$ti-icon-brand-campaignmonitor: unicode('f328');\n$ti-icon-brand-carbon: unicode('f348');\n$ti-icon-brand-cashapp: unicode('f391');\n$ti-icon-brand-chrome: unicode('ec18');\n$ti-icon-brand-cinema-4d: unicode('fa71');\n$ti-icon-brand-citymapper: unicode('f5fc');\n$ti-icon-brand-cloudflare: unicode('fa4e');\n$ti-icon-brand-codecov: unicode('f329');\n$ti-icon-brand-codepen: unicode('ec6f');\n$ti-icon-brand-codesandbox: unicode('ed6a');\n$ti-icon-brand-cohost: unicode('f5d5');\n$ti-icon-brand-coinbase: unicode('f209');\n$ti-icon-brand-comedy-central: unicode('f217');\n$ti-icon-brand-coreos: unicode('f5fd');\n$ti-icon-brand-couchdb: unicode('f60f');\n$ti-icon-brand-couchsurfing: unicode('f392');\n$ti-icon-brand-cpp: unicode('f5fe');\n$ti-icon-brand-craft: unicode('fa72');\n$ti-icon-brand-crunchbase: unicode('f7e3');\n$ti-icon-brand-css3: unicode('ed6b');\n$ti-icon-brand-ctemplar: unicode('f4d0');\n$ti-icon-brand-cucumber: unicode('ef6c');\n$ti-icon-brand-cupra: unicode('f4d1');\n$ti-icon-brand-cypress: unicode('f333');\n$ti-icon-brand-d3: unicode('f24e');\n$ti-icon-brand-databricks: unicode('fc41');\n$ti-icon-brand-days-counter: unicode('f4d2');\n$ti-icon-brand-dcos: unicode('f32a');\n$ti-icon-brand-debian: unicode('ef57');\n$ti-icon-brand-deezer: unicode('f78b');\n$ti-icon-brand-deliveroo: unicode('f4d3');\n$ti-icon-brand-deno: unicode('f24f');\n$ti-icon-brand-denodo: unicode('f610');\n$ti-icon-brand-deviantart: unicode('ecfb');\n$ti-icon-brand-digg: unicode('fa73');\n$ti-icon-brand-dingtalk: unicode('f5ea');\n$ti-icon-brand-discord: unicode('ece3');\n$ti-icon-brand-discord-filled: unicode('f7e4');\n$ti-icon-brand-disney: unicode('f20a');\n$ti-icon-brand-disqus: unicode('edc9');\n$ti-icon-brand-django: unicode('f349');\n$ti-icon-brand-docker: unicode('edca');\n$ti-icon-brand-doctrine: unicode('ef6d');\n$ti-icon-brand-dolby-digital: unicode('f4d4');\n$ti-icon-brand-douban: unicode('f5ff');\n$ti-icon-brand-dribbble: unicode('ec19');\n$ti-icon-brand-dribbble-filled: unicode('f7e5');\n$ti-icon-brand-drops: unicode('f4d5');\n$ti-icon-brand-drupal: unicode('f393');\n$ti-icon-brand-edge: unicode('ecfc');\n$ti-icon-brand-elastic: unicode('f611');\n$ti-icon-brand-electronic-arts: unicode('fa74');\n$ti-icon-brand-ember: unicode('f497');\n$ti-icon-brand-envato: unicode('f394');\n$ti-icon-brand-etsy: unicode('f654');\n$ti-icon-brand-evernote: unicode('f600');\n$ti-icon-brand-facebook: unicode('ec1a');\n$ti-icon-brand-facebook-filled: unicode('f7e6');\n$ti-icon-brand-feedly: unicode('fa75');\n$ti-icon-brand-figma: unicode('ec93');\n$ti-icon-brand-filezilla: unicode('fa76');\n$ti-icon-brand-finder: unicode('f218');\n$ti-icon-brand-firebase: unicode('ef6e');\n$ti-icon-brand-firefox: unicode('ecfd');\n$ti-icon-brand-fiverr: unicode('f7a4');\n$ti-icon-brand-flickr: unicode('ecfe');\n$ti-icon-brand-flightradar24: unicode('f4d6');\n$ti-icon-brand-flipboard: unicode('f20b');\n$ti-icon-brand-flutter: unicode('f395');\n$ti-icon-brand-fortnite: unicode('f260');\n$ti-icon-brand-foursquare: unicode('ecff');\n$ti-icon-brand-framer: unicode('ec1b');\n$ti-icon-brand-framer-motion: unicode('f78c');\n$ti-icon-brand-funimation: unicode('f655');\n$ti-icon-brand-gatsby: unicode('f396');\n$ti-icon-brand-git: unicode('ef6f');\n$ti-icon-brand-github: unicode('ec1c');\n$ti-icon-brand-github-copilot: unicode('f4a8');\n$ti-icon-brand-github-filled: unicode('f7e7');\n$ti-icon-brand-gitlab: unicode('ec1d');\n$ti-icon-brand-gmail: unicode('efa2');\n$ti-icon-brand-golang: unicode('f78d');\n$ti-icon-brand-google: unicode('ec1f');\n$ti-icon-brand-google-analytics: unicode('edcb');\n$ti-icon-brand-google-big-query: unicode('f612');\n$ti-icon-brand-google-drive: unicode('ec1e');\n$ti-icon-brand-google-filled: unicode('fd1a');\n$ti-icon-brand-google-fit: unicode('f297');\n$ti-icon-brand-google-home: unicode('f601');\n$ti-icon-brand-google-maps: unicode('fa4f');\n$ti-icon-brand-google-one: unicode('f232');\n$ti-icon-brand-google-photos: unicode('f20c');\n$ti-icon-brand-google-play: unicode('ed25');\n$ti-icon-brand-google-podcasts: unicode('f656');\n$ti-icon-brand-grammarly: unicode('f32b');\n$ti-icon-brand-graphql: unicode('f32c');\n$ti-icon-brand-gravatar: unicode('edcc');\n$ti-icon-brand-grindr: unicode('f20d');\n$ti-icon-brand-guardian: unicode('f4fb');\n$ti-icon-brand-gumroad: unicode('f5d6');\n$ti-icon-brand-hackerrank: unicode('ff23');\n$ti-icon-brand-hbo: unicode('f657');\n$ti-icon-brand-headlessui: unicode('f32d');\n$ti-icon-brand-hexo: unicode('fa50');\n$ti-icon-brand-hipchat: unicode('edcd');\n$ti-icon-brand-html5: unicode('ed6c');\n$ti-icon-brand-inertia: unicode('f34a');\n$ti-icon-brand-instagram: unicode('ec20');\n$ti-icon-brand-intercom: unicode('f1cf');\n$ti-icon-brand-itch: unicode('fa22');\n$ti-icon-brand-javascript: unicode('ef0c');\n$ti-icon-brand-juejin: unicode('f7b0');\n$ti-icon-brand-kako-talk: unicode('fd2d');\n$ti-icon-brand-kbin: unicode('fad0');\n$ti-icon-brand-kick: unicode('fa23');\n$ti-icon-brand-kickstarter: unicode('edce');\n$ti-icon-brand-kotlin: unicode('ed6d');\n$ti-icon-brand-laravel: unicode('f34b');\n$ti-icon-brand-lastfm: unicode('f001');\n$ti-icon-brand-leetcode: unicode('fa51');\n$ti-icon-brand-letterboxd: unicode('fa24');\n$ti-icon-brand-line: unicode('f7e8');\n$ti-icon-brand-linkedin: unicode('ec8c');\n$ti-icon-brand-linktree: unicode('f1e7');\n$ti-icon-brand-linqpad: unicode('f562');\n$ti-icon-brand-livewire: unicode('fd76');\n$ti-icon-brand-loom: unicode('ef70');\n$ti-icon-brand-mailgun: unicode('f32e');\n$ti-icon-brand-mantine: unicode('f32f');\n$ti-icon-brand-mastercard: unicode('ef49');\n$ti-icon-brand-mastodon: unicode('f250');\n$ti-icon-brand-matrix: unicode('f5eb');\n$ti-icon-brand-mcdonalds: unicode('f251');\n$ti-icon-brand-medium: unicode('ec70');\n$ti-icon-brand-meetup: unicode('fc6a');\n$ti-icon-brand-mercedes: unicode('f072');\n$ti-icon-brand-messenger: unicode('ec71');\n$ti-icon-brand-meta: unicode('efb0');\n$ti-icon-brand-metabrainz: unicode('ff12');\n$ti-icon-brand-minecraft: unicode('faef');\n$ti-icon-brand-miniprogram: unicode('f602');\n$ti-icon-brand-mixpanel: unicode('f397');\n$ti-icon-brand-monday: unicode('f219');\n$ti-icon-brand-mongodb: unicode('f613');\n$ti-icon-brand-my-oppo: unicode('f4d7');\n$ti-icon-brand-mysql: unicode('f614');\n$ti-icon-brand-national-geographic: unicode('f603');\n$ti-icon-brand-nem: unicode('f5a1');\n$ti-icon-brand-netbeans: unicode('ef71');\n$ti-icon-brand-netease-music: unicode('f604');\n$ti-icon-brand-netflix: unicode('edcf');\n$ti-icon-brand-nexo: unicode('f5a2');\n$ti-icon-brand-nextcloud: unicode('f4d8');\n$ti-icon-brand-nextjs: unicode('f0dd');\n$ti-icon-brand-nodejs: unicode('fae0');\n$ti-icon-brand-nord-vpn: unicode('f37f');\n$ti-icon-brand-notion: unicode('ef7b');\n$ti-icon-brand-npm: unicode('f569');\n$ti-icon-brand-nuxt: unicode('f0de');\n$ti-icon-brand-nytimes: unicode('ef8d');\n$ti-icon-brand-oauth: unicode('fa52');\n$ti-icon-brand-office: unicode('f398');\n$ti-icon-brand-ok-ru: unicode('f399');\n$ti-icon-brand-onedrive: unicode('f5d7');\n$ti-icon-brand-onlyfans: unicode('f605');\n$ti-icon-brand-open-source: unicode('edd0');\n$ti-icon-brand-openai: unicode('f78e');\n$ti-icon-brand-openvpn: unicode('f39a');\n$ti-icon-brand-opera: unicode('ec21');\n$ti-icon-brand-pagekit: unicode('edd1');\n$ti-icon-brand-parsinta: unicode('fc42');\n$ti-icon-brand-patreon: unicode('edd2');\n$ti-icon-brand-patreon-filled: unicode('fcff');\n$ti-icon-brand-paypal: unicode('ec22');\n$ti-icon-brand-paypal-filled: unicode('f7e9');\n$ti-icon-brand-paypay: unicode('f5ec');\n$ti-icon-brand-peanut: unicode('f39b');\n$ti-icon-brand-pepsi: unicode('f261');\n$ti-icon-brand-php: unicode('ef72');\n$ti-icon-brand-picsart: unicode('f4d9');\n$ti-icon-brand-pinterest: unicode('ec8d');\n$ti-icon-brand-planetscale: unicode('f78f');\n$ti-icon-brand-pnpm: unicode('fd77');\n$ti-icon-brand-pocket: unicode('ed00');\n$ti-icon-brand-polymer: unicode('f498');\n$ti-icon-brand-powershell: unicode('f5ed');\n$ti-icon-brand-printables: unicode('fd1b');\n$ti-icon-brand-prisma: unicode('f499');\n$ti-icon-brand-producthunt: unicode('edd3');\n$ti-icon-brand-pushbullet: unicode('f330');\n$ti-icon-brand-pushover: unicode('f20e');\n$ti-icon-brand-python: unicode('ed01');\n$ti-icon-brand-qq: unicode('f606');\n$ti-icon-brand-radix-ui: unicode('f790');\n$ti-icon-brand-react: unicode('f34c');\n$ti-icon-brand-react-native: unicode('ef73');\n$ti-icon-brand-reason: unicode('f49a');\n$ti-icon-brand-reddit: unicode('ec8e');\n$ti-icon-brand-redhat: unicode('f331');\n$ti-icon-brand-redux: unicode('f3a8');\n$ti-icon-brand-revolut: unicode('f4da');\n$ti-icon-brand-rumble: unicode('fad1');\n$ti-icon-brand-rust: unicode('fa53');\n$ti-icon-brand-safari: unicode('ec23');\n$ti-icon-brand-samsungpass: unicode('f4db');\n$ti-icon-brand-sass: unicode('edd4');\n$ti-icon-brand-sentry: unicode('edd5');\n$ti-icon-brand-sharik: unicode('f4dc');\n$ti-icon-brand-shazam: unicode('edd6');\n$ti-icon-brand-shopee: unicode('f252');\n$ti-icon-brand-sketch: unicode('ec24');\n$ti-icon-brand-skype: unicode('ed02');\n$ti-icon-brand-slack: unicode('ec72');\n$ti-icon-brand-snapchat: unicode('ec25');\n$ti-icon-brand-snapseed: unicode('f253');\n$ti-icon-brand-snowflake: unicode('f615');\n$ti-icon-brand-socket-io: unicode('f49b');\n$ti-icon-brand-solidjs: unicode('f5ee');\n$ti-icon-brand-soundcloud: unicode('ed6e');\n$ti-icon-brand-spacehey: unicode('f4fc');\n$ti-icon-brand-speedtest: unicode('fa77');\n$ti-icon-brand-spotify: unicode('ed03');\n$ti-icon-brand-spotify-filled: unicode('fe86');\n$ti-icon-brand-stackoverflow: unicode('ef58');\n$ti-icon-brand-stackshare: unicode('f607');\n$ti-icon-brand-steam: unicode('ed6f');\n$ti-icon-brand-stocktwits: unicode('fd78');\n$ti-icon-brand-storj: unicode('fa54');\n$ti-icon-brand-storybook: unicode('f332');\n$ti-icon-brand-storytel: unicode('f608');\n$ti-icon-brand-strava: unicode('f254');\n$ti-icon-brand-stripe: unicode('edd7');\n$ti-icon-brand-sublime-text: unicode('ef74');\n$ti-icon-brand-sugarizer: unicode('f7a5');\n$ti-icon-brand-supabase: unicode('f6d3');\n$ti-icon-brand-superhuman: unicode('f50c');\n$ti-icon-brand-supernova: unicode('f49c');\n$ti-icon-brand-surfshark: unicode('f255');\n$ti-icon-brand-svelte: unicode('f0df');\n$ti-icon-brand-swift: unicode('fa55');\n$ti-icon-brand-symfony: unicode('f616');\n$ti-icon-brand-tabler: unicode('ec8f');\n$ti-icon-brand-tailwind: unicode('eca1');\n$ti-icon-brand-taobao: unicode('f5ef');\n$ti-icon-brand-teams: unicode('fadf');\n$ti-icon-brand-ted: unicode('f658');\n$ti-icon-brand-telegram: unicode('ec26');\n$ti-icon-brand-terraform: unicode('fa56');\n$ti-icon-brand-tether: unicode('f5a3');\n$ti-icon-brand-thingiverse: unicode('fd1c');\n$ti-icon-brand-threads: unicode('fb02');\n$ti-icon-brand-threejs: unicode('f5f0');\n$ti-icon-brand-tidal: unicode('ed70');\n$ti-icon-brand-tiktok: unicode('ec73');\n$ti-icon-brand-tiktok-filled: unicode('f7ea');\n$ti-icon-brand-tinder: unicode('ed71');\n$ti-icon-brand-topbuzz: unicode('f50d');\n$ti-icon-brand-torchain: unicode('f5a4');\n$ti-icon-brand-toyota: unicode('f262');\n$ti-icon-brand-trello: unicode('f39d');\n$ti-icon-brand-tripadvisor: unicode('f002');\n$ti-icon-brand-tumblr: unicode('ed04');\n$ti-icon-brand-twilio: unicode('f617');\n$ti-icon-brand-twitch: unicode('ed05');\n$ti-icon-brand-twitter: unicode('ec27');\n$ti-icon-brand-twitter-filled: unicode('f7eb');\n$ti-icon-brand-typescript: unicode('f5f1');\n$ti-icon-brand-uber: unicode('ef75');\n$ti-icon-brand-ubuntu: unicode('ef59');\n$ti-icon-brand-unity: unicode('f49d');\n$ti-icon-brand-unsplash: unicode('edd8');\n$ti-icon-brand-upwork: unicode('f39e');\n$ti-icon-brand-valorant: unicode('f39f');\n$ti-icon-brand-vercel: unicode('ef24');\n$ti-icon-brand-vimeo: unicode('ed06');\n$ti-icon-brand-vinted: unicode('f20f');\n$ti-icon-brand-visa: unicode('f380');\n$ti-icon-brand-visual-studio: unicode('ef76');\n$ti-icon-brand-vite: unicode('f5f2');\n$ti-icon-brand-vivaldi: unicode('f210');\n$ti-icon-brand-vk: unicode('ed72');\n$ti-icon-brand-vlc: unicode('fa78');\n$ti-icon-brand-volkswagen: unicode('f50e');\n$ti-icon-brand-vsco: unicode('f334');\n$ti-icon-brand-vscode: unicode('f3a0');\n$ti-icon-brand-vue: unicode('f0e0');\n$ti-icon-brand-walmart: unicode('f211');\n$ti-icon-brand-waze: unicode('f5d8');\n$ti-icon-brand-webflow: unicode('f2d2');\n$ti-icon-brand-wechat: unicode('f5f3');\n$ti-icon-brand-weibo: unicode('f609');\n$ti-icon-brand-whatsapp: unicode('ec74');\n$ti-icon-brand-wikipedia: unicode('fa79');\n$ti-icon-brand-windows: unicode('ecd8');\n$ti-icon-brand-windy: unicode('f4dd');\n$ti-icon-brand-wish: unicode('f212');\n$ti-icon-brand-wix: unicode('f3a1');\n$ti-icon-brand-wordpress: unicode('f2d3');\n$ti-icon-brand-x: unicode('fc0f');\n$ti-icon-brand-x-filled: unicode('fc21');\n$ti-icon-brand-xamarin: unicode('fa7a');\n$ti-icon-brand-xbox: unicode('f298');\n$ti-icon-brand-xdeep: unicode('fc10');\n$ti-icon-brand-xing: unicode('f21a');\n$ti-icon-brand-yahoo: unicode('ed73');\n$ti-icon-brand-yandex: unicode('fae1');\n$ti-icon-brand-yarn: unicode('fd79');\n$ti-icon-brand-yatse: unicode('f213');\n$ti-icon-brand-ycombinator: unicode('edd9');\n$ti-icon-brand-youtube: unicode('ec90');\n$ti-icon-brand-youtube-filled: unicode('fc22');\n$ti-icon-brand-youtube-kids: unicode('f214');\n$ti-icon-brand-zalando: unicode('f49e');\n$ti-icon-brand-zapier: unicode('f49f');\n$ti-icon-brand-zeit: unicode('f335');\n$ti-icon-brand-zhihu: unicode('f60a');\n$ti-icon-brand-zoom: unicode('f215');\n$ti-icon-brand-zulip: unicode('f4de');\n$ti-icon-brand-zwift: unicode('f216');\n$ti-icon-bread: unicode('efa3');\n$ti-icon-bread-filled: unicode('fe85');\n$ti-icon-bread-off: unicode('f3cb');\n$ti-icon-briefcase: unicode('ea46');\n$ti-icon-briefcase-2: unicode('fb03');\n$ti-icon-briefcase-2-filled: unicode('fe84');\n$ti-icon-briefcase-filled: unicode('fd00');\n$ti-icon-briefcase-off: unicode('f3cc');\n$ti-icon-brightness: unicode('eb7f');\n$ti-icon-brightness-2: unicode('ee19');\n$ti-icon-brightness-auto: unicode('fd99');\n$ti-icon-brightness-auto-filled: unicode('fe83');\n$ti-icon-brightness-down: unicode('eb7d');\n$ti-icon-brightness-down-filled: unicode('fb23');\n$ti-icon-brightness-filled: unicode('fe82');\n$ti-icon-brightness-half: unicode('ee1a');\n$ti-icon-brightness-off: unicode('f3cd');\n$ti-icon-brightness-up: unicode('eb7e');\n$ti-icon-brightness-up-filled: unicode('fb24');\n$ti-icon-broadcast: unicode('f1e9');\n$ti-icon-broadcast-off: unicode('f1e8');\n$ti-icon-browser: unicode('ebb7');\n$ti-icon-browser-check: unicode('efd6');\n$ti-icon-browser-off: unicode('f0c1');\n$ti-icon-browser-plus: unicode('efd7');\n$ti-icon-browser-x: unicode('efd8');\n$ti-icon-brush: unicode('ebb8');\n$ti-icon-brush-off: unicode('f0c2');\n$ti-icon-bubble: unicode('feba');\n$ti-icon-bubble-filled: unicode('fec3');\n$ti-icon-bubble-minus: unicode('febe');\n$ti-icon-bubble-plus: unicode('febd');\n$ti-icon-bubble-tea: unicode('ff51');\n$ti-icon-bubble-tea-2: unicode('ff52');\n$ti-icon-bubble-text: unicode('febc');\n$ti-icon-bubble-x: unicode('febb');\n$ti-icon-bucket: unicode('ea47');\n$ti-icon-bucket-droplet: unicode('f56a');\n$ti-icon-bucket-off: unicode('f103');\n$ti-icon-bug: unicode('ea48');\n$ti-icon-bug-filled: unicode('fd01');\n$ti-icon-bug-off: unicode('f0c3');\n$ti-icon-building: unicode('ea4f');\n$ti-icon-building-airport: unicode('ffa9');\n$ti-icon-building-arch: unicode('ea49');\n$ti-icon-building-bank: unicode('ebe2');\n$ti-icon-building-bridge: unicode('ea4b');\n$ti-icon-building-bridge-2: unicode('ea4a');\n$ti-icon-building-broadcast-tower: unicode('f4be');\n$ti-icon-building-broadcast-tower-filled: unicode('fe81');\n$ti-icon-building-burj-al-arab: unicode('ff50');\n$ti-icon-building-carousel: unicode('ed87');\n$ti-icon-building-castle: unicode('ed88');\n$ti-icon-building-church: unicode('ea4c');\n$ti-icon-building-circus: unicode('f4bf');\n$ti-icon-building-cog: unicode('10062');\n$ti-icon-building-community: unicode('ebf6');\n$ti-icon-building-cottage: unicode('ee1b');\n$ti-icon-building-estate: unicode('f5a5');\n$ti-icon-building-factory: unicode('ee1c');\n$ti-icon-building-factory-2: unicode('f082');\n$ti-icon-building-fortress: unicode('ed89');\n$ti-icon-building-hospital: unicode('ea4d');\n$ti-icon-building-lighthouse: unicode('ed8a');\n$ti-icon-building-minus: unicode('10061');\n$ti-icon-building-monument: unicode('ed26');\n$ti-icon-building-mosque: unicode('fa57');\n$ti-icon-building-off: unicode('fefd');\n$ti-icon-building-pavilion: unicode('ebf7');\n$ti-icon-building-plus: unicode('10060');\n$ti-icon-building-skyscraper: unicode('ec39');\n$ti-icon-building-stadium: unicode('f641');\n$ti-icon-building-store: unicode('ea4e');\n$ti-icon-building-tunnel: unicode('f5a6');\n$ti-icon-building-warehouse: unicode('ebe3');\n$ti-icon-building-wind-turbine: unicode('f4c0');\n$ti-icon-buildings: unicode('ff40');\n$ti-icon-bulb: unicode('ea51');\n$ti-icon-bulb-filled: unicode('f66a');\n$ti-icon-bulb-off: unicode('ea50');\n$ti-icon-bulldozer: unicode('ee1d');\n$ti-icon-burger: unicode('fcb4');\n$ti-icon-bus: unicode('ebe4');\n$ti-icon-bus-off: unicode('f3ce');\n$ti-icon-bus-stop: unicode('f2d4');\n$ti-icon-businessplan: unicode('ee1e');\n$ti-icon-butterfly: unicode('efd9');\n$ti-icon-butterfly-filled: unicode('10016');\n$ti-icon-cactus: unicode('f21b');\n$ti-icon-cactus-filled: unicode('fb25');\n$ti-icon-cactus-off: unicode('f3cf');\n$ti-icon-cake: unicode('f00f');\n$ti-icon-cake-off: unicode('f104');\n$ti-icon-calculator: unicode('eb80');\n$ti-icon-calculator-filled: unicode('fb26');\n$ti-icon-calculator-off: unicode('f0c4');\n$ti-icon-calendar: unicode('ea53');\n$ti-icon-calendar-bolt: unicode('f822');\n$ti-icon-calendar-cancel: unicode('f823');\n$ti-icon-calendar-check: unicode('f824');\n$ti-icon-calendar-clock: unicode('fd2e');\n$ti-icon-calendar-code: unicode('f825');\n$ti-icon-calendar-cog: unicode('f826');\n$ti-icon-calendar-dollar: unicode('f827');\n$ti-icon-calendar-dot: unicode('fd3e');\n$ti-icon-calendar-down: unicode('f828');\n$ti-icon-calendar-due: unicode('f621');\n$ti-icon-calendar-event: unicode('ea52');\n$ti-icon-calendar-exclamation: unicode('f829');\n$ti-icon-calendar-filled: unicode('fb27');\n$ti-icon-calendar-heart: unicode('f82a');\n$ti-icon-calendar-minus: unicode('ebb9');\n$ti-icon-calendar-month: unicode('fd2f');\n$ti-icon-calendar-off: unicode('ee1f');\n$ti-icon-calendar-pause: unicode('f82b');\n$ti-icon-calendar-pin: unicode('f82c');\n$ti-icon-calendar-plus: unicode('ebba');\n$ti-icon-calendar-question: unicode('f82d');\n$ti-icon-calendar-repeat: unicode('fad2');\n$ti-icon-calendar-sad: unicode('fd1d');\n$ti-icon-calendar-search: unicode('f82e');\n$ti-icon-calendar-share: unicode('f82f');\n$ti-icon-calendar-smile: unicode('fd1e');\n$ti-icon-calendar-star: unicode('f830');\n$ti-icon-calendar-stats: unicode('ee20');\n$ti-icon-calendar-time: unicode('ee21');\n$ti-icon-calendar-up: unicode('f831');\n$ti-icon-calendar-user: unicode('fd1f');\n$ti-icon-calendar-week: unicode('fd30');\n$ti-icon-calendar-x: unicode('f832');\n$ti-icon-camera: unicode('ea54');\n$ti-icon-camera-ai: unicode('ffa8');\n$ti-icon-camera-bitcoin: unicode('ffa7');\n$ti-icon-camera-bolt: unicode('f833');\n$ti-icon-camera-cancel: unicode('f834');\n$ti-icon-camera-check: unicode('f835');\n$ti-icon-camera-code: unicode('f836');\n$ti-icon-camera-cog: unicode('f837');\n$ti-icon-camera-dollar: unicode('f838');\n$ti-icon-camera-down: unicode('f839');\n$ti-icon-camera-exclamation: unicode('f83a');\n$ti-icon-camera-filled: unicode('fa37');\n$ti-icon-camera-heart: unicode('f83b');\n$ti-icon-camera-minus: unicode('ec3a');\n$ti-icon-camera-moon: unicode('ffa6');\n$ti-icon-camera-off: unicode('ecee');\n$ti-icon-camera-pause: unicode('f83c');\n$ti-icon-camera-pin: unicode('f83d');\n$ti-icon-camera-plus: unicode('ec3b');\n$ti-icon-camera-question: unicode('f83e');\n$ti-icon-camera-rotate: unicode('ee22');\n$ti-icon-camera-search: unicode('f83f');\n$ti-icon-camera-selfie: unicode('ee23');\n$ti-icon-camera-share: unicode('f840');\n$ti-icon-camera-spark: unicode('ffbc');\n$ti-icon-camera-star: unicode('f841');\n$ti-icon-camera-up: unicode('f842');\n$ti-icon-camera-x: unicode('f843');\n$ti-icon-camper: unicode('fa25');\n$ti-icon-campfire: unicode('f5a7');\n$ti-icon-campfire-filled: unicode('fb28');\n$ti-icon-cancel: unicode('ff11');\n$ti-icon-candle: unicode('efc6');\n$ti-icon-candle-filled: unicode('fc23');\n$ti-icon-candy: unicode('ef0d');\n$ti-icon-candy-off: unicode('f0c5');\n$ti-icon-cane: unicode('f50f');\n$ti-icon-cannabis: unicode('f4c1');\n$ti-icon-cannabis-filled: unicode('10015');\n$ti-icon-cap-projecting: unicode('ff22');\n$ti-icon-cap-rounded: unicode('ff21');\n$ti-icon-cap-straight: unicode('ff20');\n$ti-icon-capsule: unicode('fae3');\n$ti-icon-capsule-filled: unicode('fc24');\n$ti-icon-capsule-horizontal: unicode('fae2');\n$ti-icon-capsule-horizontal-filled: unicode('fc25');\n$ti-icon-capture: unicode('ec3c');\n$ti-icon-capture-filled: unicode('fb29');\n$ti-icon-capture-off: unicode('f0c6');\n$ti-icon-car: unicode('ebbb');\n$ti-icon-car-4wd: unicode('fdb8');\n$ti-icon-car-4wd-filled: unicode('1001e');\n$ti-icon-car-crane: unicode('ef25');\n$ti-icon-car-crash: unicode('efa4');\n$ti-icon-car-fan: unicode('fdb3');\n$ti-icon-car-fan-1: unicode('fdb7');\n$ti-icon-car-fan-2: unicode('fdb6');\n$ti-icon-car-fan-3: unicode('fdb5');\n$ti-icon-car-fan-auto: unicode('fdb4');\n$ti-icon-car-fan-filled: unicode('1001d');\n$ti-icon-car-filled: unicode('1004c');\n$ti-icon-car-garage: unicode('fc77');\n$ti-icon-car-off: unicode('f0c7');\n$ti-icon-car-suv: unicode('fc8b');\n$ti-icon-car-suv-filled: unicode('1004d');\n$ti-icon-car-turbine: unicode('f4fd');\n$ti-icon-carambola: unicode('feb9');\n$ti-icon-carambola-filled: unicode('10014');\n$ti-icon-caravan: unicode('ec7c');\n$ti-icon-cardboards: unicode('ed74');\n$ti-icon-cardboards-filled: unicode('1001c');\n$ti-icon-cardboards-off: unicode('f0c8');\n$ti-icon-cards: unicode('f510');\n$ti-icon-cards-filled: unicode('fc26');\n$ti-icon-caret-down: unicode('eb5d');\n$ti-icon-caret-down-filled: unicode('fb2a');\n$ti-icon-caret-left: unicode('eb5e');\n$ti-icon-caret-left-filled: unicode('fb2b');\n$ti-icon-caret-left-right: unicode('fc43');\n$ti-icon-caret-left-right-filled: unicode('fd02');\n$ti-icon-caret-right: unicode('eb5f');\n$ti-icon-caret-right-filled: unicode('fb2c');\n$ti-icon-caret-up: unicode('eb60');\n$ti-icon-caret-up-down: unicode('fc44');\n$ti-icon-caret-up-down-filled: unicode('fd03');\n$ti-icon-caret-up-filled: unicode('fb2d');\n$ti-icon-carousel-horizontal: unicode('f659');\n$ti-icon-carousel-horizontal-filled: unicode('fa92');\n$ti-icon-carousel-vertical: unicode('f65a');\n$ti-icon-carousel-vertical-filled: unicode('fa93');\n$ti-icon-carrot: unicode('f21c');\n$ti-icon-carrot-off: unicode('f3d0');\n$ti-icon-cash: unicode('ea55');\n$ti-icon-cash-banknote: unicode('ee25');\n$ti-icon-cash-banknote-filled: unicode('fe80');\n$ti-icon-cash-banknote-off: unicode('ee24');\n$ti-icon-cash-off: unicode('f105');\n$ti-icon-cash-register: unicode('fee6');\n$ti-icon-cast: unicode('ea56');\n$ti-icon-cast-off: unicode('f0c9');\n$ti-icon-cat: unicode('f65b');\n$ti-icon-category: unicode('f1f6');\n$ti-icon-category-2: unicode('f1f5');\n$ti-icon-category-filled: unicode('fb2e');\n$ti-icon-category-minus: unicode('fd20');\n$ti-icon-category-plus: unicode('fd21');\n$ti-icon-ce: unicode('ed75');\n$ti-icon-ce-off: unicode('f0ca');\n$ti-icon-cell: unicode('f05f');\n$ti-icon-cell-signal-1: unicode('f083');\n$ti-icon-cell-signal-2: unicode('f084');\n$ti-icon-cell-signal-3: unicode('f085');\n$ti-icon-cell-signal-4: unicode('f086');\n$ti-icon-cell-signal-5: unicode('f087');\n$ti-icon-cell-signal-off: unicode('f088');\n$ti-icon-certificate: unicode('ed76');\n$ti-icon-certificate-2: unicode('f073');\n$ti-icon-certificate-2-off: unicode('f0cb');\n$ti-icon-certificate-off: unicode('f0cc');\n$ti-icon-chair-director: unicode('f2d5');\n$ti-icon-chalkboard: unicode('f34d');\n$ti-icon-chalkboard-off: unicode('f3d1');\n$ti-icon-charging-pile: unicode('ee26');\n$ti-icon-charging-pile-filled: unicode('1001b');\n$ti-icon-chart-arcs: unicode('ee28');\n$ti-icon-chart-arcs-3: unicode('ee27');\n$ti-icon-chart-area: unicode('ea58');\n$ti-icon-chart-area-filled: unicode('f66b');\n$ti-icon-chart-area-line: unicode('ea57');\n$ti-icon-chart-area-line-filled: unicode('f66c');\n$ti-icon-chart-arrows: unicode('ee2a');\n$ti-icon-chart-arrows-vertical: unicode('ee29');\n$ti-icon-chart-bar: unicode('ea59');\n$ti-icon-chart-bar-off: unicode('f3d2');\n$ti-icon-chart-bar-popular: unicode('fef7');\n$ti-icon-chart-bubble: unicode('ec75');\n$ti-icon-chart-bubble-filled: unicode('f66d');\n$ti-icon-chart-candle: unicode('ea5a');\n$ti-icon-chart-candle-filled: unicode('f66e');\n$ti-icon-chart-circles: unicode('ee2b');\n$ti-icon-chart-cohort: unicode('fef6');\n$ti-icon-chart-column: unicode('ffa5');\n$ti-icon-chart-covariate: unicode('ffa4');\n$ti-icon-chart-donut: unicode('ea5b');\n$ti-icon-chart-donut-2: unicode('ee2c');\n$ti-icon-chart-donut-3: unicode('ee2d');\n$ti-icon-chart-donut-4: unicode('ee2e');\n$ti-icon-chart-donut-filled: unicode('f66f');\n$ti-icon-chart-dots: unicode('ee2f');\n$ti-icon-chart-dots-2: unicode('f097');\n$ti-icon-chart-dots-3: unicode('f098');\n$ti-icon-chart-dots-filled: unicode('fd04');\n$ti-icon-chart-funnel: unicode('fef5');\n$ti-icon-chart-grid-dots: unicode('f4c2');\n$ti-icon-chart-grid-dots-filled: unicode('fd05');\n$ti-icon-chart-histogram: unicode('f65c');\n$ti-icon-chart-infographic: unicode('ee30');\n$ti-icon-chart-line: unicode('ea5c');\n$ti-icon-chart-pie: unicode('ea5d');\n$ti-icon-chart-pie-2: unicode('ee31');\n$ti-icon-chart-pie-3: unicode('ee32');\n$ti-icon-chart-pie-4: unicode('ee33');\n$ti-icon-chart-pie-filled: unicode('f670');\n$ti-icon-chart-pie-off: unicode('f3d3');\n$ti-icon-chart-ppf: unicode('f618');\n$ti-icon-chart-radar: unicode('ed77');\n$ti-icon-chart-sankey: unicode('f619');\n$ti-icon-chart-scatter: unicode('fd93');\n$ti-icon-chart-scatter-3d: unicode('fd92');\n$ti-icon-chart-treemap: unicode('f381');\n$ti-icon-check: unicode('ea5e');\n$ti-icon-checkbox: unicode('eba6');\n$ti-icon-checklist: unicode('f074');\n$ti-icon-checks: unicode('ebaa');\n$ti-icon-checkup-list: unicode('ef5a');\n$ti-icon-cheese: unicode('ef26');\n$ti-icon-chef-hat: unicode('f21d');\n$ti-icon-chef-hat-off: unicode('f3d4');\n$ti-icon-cherry: unicode('f511');\n$ti-icon-cherry-filled: unicode('f728');\n$ti-icon-chess: unicode('f382');\n$ti-icon-chess-bishop: unicode('f56b');\n$ti-icon-chess-bishop-filled: unicode('f729');\n$ti-icon-chess-filled: unicode('f72a');\n$ti-icon-chess-king: unicode('f56c');\n$ti-icon-chess-king-filled: unicode('f72b');\n$ti-icon-chess-knight: unicode('f56d');\n$ti-icon-chess-knight-filled: unicode('f72c');\n$ti-icon-chess-queen: unicode('f56e');\n$ti-icon-chess-queen-filled: unicode('f72d');\n$ti-icon-chess-rook: unicode('f56f');\n$ti-icon-chess-rook-filled: unicode('f72e');\n$ti-icon-chevron-compact-down: unicode('faf0');\n$ti-icon-chevron-compact-left: unicode('faf1');\n$ti-icon-chevron-compact-right: unicode('faf2');\n$ti-icon-chevron-compact-up: unicode('faf3');\n$ti-icon-chevron-down: unicode('ea5f');\n$ti-icon-chevron-down-left: unicode('ed09');\n$ti-icon-chevron-down-right: unicode('ed0a');\n$ti-icon-chevron-left: unicode('ea60');\n$ti-icon-chevron-left-pipe: unicode('fae4');\n$ti-icon-chevron-right: unicode('ea61');\n$ti-icon-chevron-right-pipe: unicode('fae5');\n$ti-icon-chevron-up: unicode('ea62');\n$ti-icon-chevron-up-left: unicode('ed0b');\n$ti-icon-chevron-up-right: unicode('ed0c');\n$ti-icon-chevrons-down: unicode('ea63');\n$ti-icon-chevrons-down-left: unicode('ed0d');\n$ti-icon-chevrons-down-right: unicode('ed0e');\n$ti-icon-chevrons-left: unicode('ea64');\n$ti-icon-chevrons-right: unicode('ea65');\n$ti-icon-chevrons-up: unicode('ea66');\n$ti-icon-chevrons-up-left: unicode('ed0f');\n$ti-icon-chevrons-up-right: unicode('ed10');\n$ti-icon-chisel: unicode('f383');\n$ti-icon-christmas-ball: unicode('fd31');\n$ti-icon-christmas-tree: unicode('ed78');\n$ti-icon-christmas-tree-filled: unicode('1001a');\n$ti-icon-christmas-tree-off: unicode('f3d5');\n$ti-icon-circle: unicode('ea6b');\n$ti-icon-circle-arrow-down: unicode('f6f9');\n$ti-icon-circle-arrow-down-filled: unicode('f6f4');\n$ti-icon-circle-arrow-down-left: unicode('f6f6');\n$ti-icon-circle-arrow-down-left-filled: unicode('f6f5');\n$ti-icon-circle-arrow-down-right: unicode('f6f8');\n$ti-icon-circle-arrow-down-right-filled: unicode('f6f7');\n$ti-icon-circle-arrow-left: unicode('f6fb');\n$ti-icon-circle-arrow-left-filled: unicode('f6fa');\n$ti-icon-circle-arrow-right: unicode('f6fd');\n$ti-icon-circle-arrow-right-filled: unicode('f6fc');\n$ti-icon-circle-arrow-up: unicode('f703');\n$ti-icon-circle-arrow-up-filled: unicode('f6fe');\n$ti-icon-circle-arrow-up-left: unicode('f700');\n$ti-icon-circle-arrow-up-left-filled: unicode('f6ff');\n$ti-icon-circle-arrow-up-right: unicode('f702');\n$ti-icon-circle-arrow-up-right-filled: unicode('f701');\n$ti-icon-circle-caret-down: unicode('f4a9');\n$ti-icon-circle-caret-left: unicode('f4aa');\n$ti-icon-circle-caret-right: unicode('f4ab');\n$ti-icon-circle-caret-up: unicode('f4ac');\n$ti-icon-circle-check: unicode('ea67');\n$ti-icon-circle-check-filled: unicode('f704');\n$ti-icon-circle-chevron-down: unicode('f622');\n$ti-icon-circle-chevron-left: unicode('f623');\n$ti-icon-circle-chevron-right: unicode('f624');\n$ti-icon-circle-chevron-up: unicode('f625');\n$ti-icon-circle-chevrons-down: unicode('f642');\n$ti-icon-circle-chevrons-left: unicode('f643');\n$ti-icon-circle-chevrons-right: unicode('f644');\n$ti-icon-circle-chevrons-up: unicode('f645');\n$ti-icon-circle-dashed: unicode('ed27');\n$ti-icon-circle-dashed-check: unicode('feb8');\n$ti-icon-circle-dashed-letter-a: unicode('ff9a');\n$ti-icon-circle-dashed-letter-b: unicode('ff99');\n$ti-icon-circle-dashed-letter-c: unicode('ff98');\n$ti-icon-circle-dashed-letter-d: unicode('ff97');\n$ti-icon-circle-dashed-letter-e: unicode('ff96');\n$ti-icon-circle-dashed-letter-f: unicode('ff95');\n$ti-icon-circle-dashed-letter-g: unicode('ff94');\n$ti-icon-circle-dashed-letter-h: unicode('ff93');\n$ti-icon-circle-dashed-letter-i: unicode('ff92');\n$ti-icon-circle-dashed-letter-j: unicode('ff91');\n$ti-icon-circle-dashed-letter-k: unicode('ff90');\n$ti-icon-circle-dashed-letter-l: unicode('ff8f');\n$ti-icon-circle-dashed-letter-letter-v: unicode('ff8e');\n$ti-icon-circle-dashed-letter-m: unicode('ff8d');\n$ti-icon-circle-dashed-letter-n: unicode('ff8c');\n$ti-icon-circle-dashed-letter-o: unicode('ff8b');\n$ti-icon-circle-dashed-letter-p: unicode('ff8a');\n$ti-icon-circle-dashed-letter-q: unicode('ff89');\n$ti-icon-circle-dashed-letter-r: unicode('ff88');\n$ti-icon-circle-dashed-letter-s: unicode('ff87');\n$ti-icon-circle-dashed-letter-t: unicode('ff86');\n$ti-icon-circle-dashed-letter-u: unicode('ff85');\n$ti-icon-circle-dashed-letter-v: unicode('ff84');\n$ti-icon-circle-dashed-letter-w: unicode('ff83');\n$ti-icon-circle-dashed-letter-x: unicode('ff82');\n$ti-icon-circle-dashed-letter-y: unicode('ff81');\n$ti-icon-circle-dashed-letter-z: unicode('ff80');\n$ti-icon-circle-dashed-minus: unicode('feb7');\n$ti-icon-circle-dashed-number-0: unicode('fc6b');\n$ti-icon-circle-dashed-number-1: unicode('fc6c');\n$ti-icon-circle-dashed-number-2: unicode('fc6d');\n$ti-icon-circle-dashed-number-3: unicode('fc6e');\n$ti-icon-circle-dashed-number-4: unicode('fc6f');\n$ti-icon-circle-dashed-number-5: unicode('fc70');\n$ti-icon-circle-dashed-number-6: unicode('fc71');\n$ti-icon-circle-dashed-number-7: unicode('fc72');\n$ti-icon-circle-dashed-number-8: unicode('fc73');\n$ti-icon-circle-dashed-number-9: unicode('fc74');\n$ti-icon-circle-dashed-percentage: unicode('fd7a');\n$ti-icon-circle-dashed-plus: unicode('feb6');\n$ti-icon-circle-dashed-x: unicode('fc75');\n$ti-icon-circle-dot: unicode('efb1');\n$ti-icon-circle-dot-filled: unicode('f705');\n$ti-icon-circle-dotted: unicode('ed28');\n$ti-icon-circle-dotted-letter-a: unicode('ff7f');\n$ti-icon-circle-dotted-letter-b: unicode('ff7e');\n$ti-icon-circle-dotted-letter-c: unicode('ff7d');\n$ti-icon-circle-dotted-letter-d: unicode('ff7c');\n$ti-icon-circle-dotted-letter-e: unicode('ff7b');\n$ti-icon-circle-dotted-letter-f: unicode('ff7a');\n$ti-icon-circle-dotted-letter-g: unicode('ff79');\n$ti-icon-circle-dotted-letter-h: unicode('ff78');\n$ti-icon-circle-dotted-letter-i: unicode('ff77');\n$ti-icon-circle-dotted-letter-j: unicode('ff76');\n$ti-icon-circle-dotted-letter-k: unicode('ff75');\n$ti-icon-circle-dotted-letter-l: unicode('ff74');\n$ti-icon-circle-dotted-letter-m: unicode('ff73');\n$ti-icon-circle-dotted-letter-n: unicode('ff72');\n$ti-icon-circle-dotted-letter-o: unicode('ff71');\n$ti-icon-circle-dotted-letter-p: unicode('ff70');\n$ti-icon-circle-dotted-letter-q: unicode('ff6f');\n$ti-icon-circle-dotted-letter-r: unicode('ff6e');\n$ti-icon-circle-dotted-letter-s: unicode('ff6d');\n$ti-icon-circle-dotted-letter-t: unicode('ff6c');\n$ti-icon-circle-dotted-letter-u: unicode('ff6b');\n$ti-icon-circle-dotted-letter-v: unicode('ff6a');\n$ti-icon-circle-dotted-letter-w: unicode('ff69');\n$ti-icon-circle-dotted-letter-x: unicode('ff68');\n$ti-icon-circle-dotted-letter-y: unicode('ff67');\n$ti-icon-circle-dotted-letter-z: unicode('ff66');\n$ti-icon-circle-filled: unicode('f671');\n$ti-icon-circle-half: unicode('ee3f');\n$ti-icon-circle-half-2: unicode('eff3');\n$ti-icon-circle-half-vertical: unicode('ee3e');\n$ti-icon-circle-key: unicode('f633');\n$ti-icon-circle-key-filled: unicode('f706');\n$ti-icon-circle-letter-a: unicode('f441');\n$ti-icon-circle-letter-a-filled: unicode('fe7f');\n$ti-icon-circle-letter-b: unicode('f442');\n$ti-icon-circle-letter-b-filled: unicode('fe7e');\n$ti-icon-circle-letter-c: unicode('f443');\n$ti-icon-circle-letter-c-filled: unicode('fe7d');\n$ti-icon-circle-letter-d: unicode('f444');\n$ti-icon-circle-letter-d-filled: unicode('fe7c');\n$ti-icon-circle-letter-e: unicode('f445');\n$ti-icon-circle-letter-e-filled: unicode('fe7b');\n$ti-icon-circle-letter-f: unicode('f446');\n$ti-icon-circle-letter-f-filled: unicode('fe7a');\n$ti-icon-circle-letter-g: unicode('f447');\n$ti-icon-circle-letter-g-filled: unicode('fe79');\n$ti-icon-circle-letter-h: unicode('f448');\n$ti-icon-circle-letter-h-filled: unicode('fe78');\n$ti-icon-circle-letter-i: unicode('f449');\n$ti-icon-circle-letter-i-filled: unicode('fe77');\n$ti-icon-circle-letter-j: unicode('f44a');\n$ti-icon-circle-letter-j-filled: unicode('fe76');\n$ti-icon-circle-letter-k: unicode('f44b');\n$ti-icon-circle-letter-k-filled: unicode('fe75');\n$ti-icon-circle-letter-l: unicode('f44c');\n$ti-icon-circle-letter-l-filled: unicode('fe74');\n$ti-icon-circle-letter-m: unicode('f44d');\n$ti-icon-circle-letter-m-filled: unicode('fe73');\n$ti-icon-circle-letter-n: unicode('f44e');\n$ti-icon-circle-letter-n-filled: unicode('fe72');\n$ti-icon-circle-letter-o: unicode('f44f');\n$ti-icon-circle-letter-o-filled: unicode('fe71');\n$ti-icon-circle-letter-p: unicode('f450');\n$ti-icon-circle-letter-p-filled: unicode('fe70');\n$ti-icon-circle-letter-q: unicode('f451');\n$ti-icon-circle-letter-q-filled: unicode('fe6f');\n$ti-icon-circle-letter-r: unicode('f452');\n$ti-icon-circle-letter-r-filled: unicode('fe6e');\n$ti-icon-circle-letter-s: unicode('f453');\n$ti-icon-circle-letter-s-filled: unicode('fe6d');\n$ti-icon-circle-letter-t: unicode('f454');\n$ti-icon-circle-letter-t-filled: unicode('fe6c');\n$ti-icon-circle-letter-u: unicode('f455');\n$ti-icon-circle-letter-u-filled: unicode('fe6b');\n$ti-icon-circle-letter-v: unicode('f4ad');\n$ti-icon-circle-letter-v-filled: unicode('fe6a');\n$ti-icon-circle-letter-w: unicode('f456');\n$ti-icon-circle-letter-w-filled: unicode('fe69');\n$ti-icon-circle-letter-x: unicode('f4ae');\n$ti-icon-circle-letter-x-filled: unicode('fe68');\n$ti-icon-circle-letter-y: unicode('f457');\n$ti-icon-circle-letter-y-filled: unicode('fe67');\n$ti-icon-circle-letter-z: unicode('f458');\n$ti-icon-circle-letter-z-filled: unicode('fe66');\n$ti-icon-circle-minus: unicode('ea68');\n$ti-icon-circle-minus-2: unicode('fc8c');\n$ti-icon-circle-number-0: unicode('ee34');\n$ti-icon-circle-number-0-filled: unicode('f72f');\n$ti-icon-circle-number-1: unicode('ee35');\n$ti-icon-circle-number-1-filled: unicode('f730');\n$ti-icon-circle-number-2: unicode('ee36');\n$ti-icon-circle-number-2-filled: unicode('f731');\n$ti-icon-circle-number-3: unicode('ee37');\n$ti-icon-circle-number-3-filled: unicode('f732');\n$ti-icon-circle-number-4: unicode('ee38');\n$ti-icon-circle-number-4-filled: unicode('f733');\n$ti-icon-circle-number-5: unicode('ee39');\n$ti-icon-circle-number-5-filled: unicode('f734');\n$ti-icon-circle-number-6: unicode('ee3a');\n$ti-icon-circle-number-6-filled: unicode('f735');\n$ti-icon-circle-number-7: unicode('ee3b');\n$ti-icon-circle-number-7-filled: unicode('f736');\n$ti-icon-circle-number-8: unicode('ee3c');\n$ti-icon-circle-number-8-filled: unicode('f737');\n$ti-icon-circle-number-9: unicode('ee3d');\n$ti-icon-circle-number-9-filled: unicode('f738');\n$ti-icon-circle-off: unicode('ee40');\n$ti-icon-circle-percentage: unicode('fd7b');\n$ti-icon-circle-percentage-filled: unicode('fed5');\n$ti-icon-circle-plus: unicode('ea69');\n$ti-icon-circle-plus-2: unicode('fc8d');\n$ti-icon-circle-plus-filled: unicode('fef9');\n$ti-icon-circle-rectangle: unicode('f010');\n$ti-icon-circle-rectangle-filled: unicode('ff63');\n$ti-icon-circle-rectangle-off: unicode('f0cd');\n$ti-icon-circle-square: unicode('ece4');\n$ti-icon-circle-triangle: unicode('f011');\n$ti-icon-circle-x: unicode('ea6a');\n$ti-icon-circle-x-filled: unicode('f739');\n$ti-icon-circles: unicode('ece5');\n$ti-icon-circles-filled: unicode('f672');\n$ti-icon-circles-relation: unicode('f4c3');\n$ti-icon-circuit-ammeter: unicode('f271');\n$ti-icon-circuit-battery: unicode('f272');\n$ti-icon-circuit-bulb: unicode('f273');\n$ti-icon-circuit-capacitor: unicode('f275');\n$ti-icon-circuit-capacitor-polarized: unicode('f274');\n$ti-icon-circuit-cell: unicode('f277');\n$ti-icon-circuit-cell-plus: unicode('f276');\n$ti-icon-circuit-changeover: unicode('f278');\n$ti-icon-circuit-diode: unicode('f27a');\n$ti-icon-circuit-diode-zener: unicode('f279');\n$ti-icon-circuit-ground: unicode('f27c');\n$ti-icon-circuit-ground-digital: unicode('f27b');\n$ti-icon-circuit-inductor: unicode('f27d');\n$ti-icon-circuit-motor: unicode('f27e');\n$ti-icon-circuit-pushbutton: unicode('f27f');\n$ti-icon-circuit-resistor: unicode('f280');\n$ti-icon-circuit-switch-closed: unicode('f281');\n$ti-icon-circuit-switch-open: unicode('f282');\n$ti-icon-circuit-voltmeter: unicode('f283');\n$ti-icon-clear-all: unicode('ee41');\n$ti-icon-clear-formatting: unicode('ebe5');\n$ti-icon-click: unicode('ebbc');\n$ti-icon-cliff-jumping: unicode('fefc');\n$ti-icon-clipboard: unicode('ea6f');\n$ti-icon-clipboard-check: unicode('ea6c');\n$ti-icon-clipboard-copy: unicode('f299');\n$ti-icon-clipboard-data: unicode('f563');\n$ti-icon-clipboard-heart: unicode('f34e');\n$ti-icon-clipboard-list: unicode('ea6d');\n$ti-icon-clipboard-off: unicode('f0ce');\n$ti-icon-clipboard-plus: unicode('efb2');\n$ti-icon-clipboard-smile: unicode('fd9a');\n$ti-icon-clipboard-text: unicode('f089');\n$ti-icon-clipboard-typography: unicode('f34f');\n$ti-icon-clipboard-x: unicode('ea6e');\n$ti-icon-clock: unicode('ea70');\n$ti-icon-clock-12: unicode('fc56');\n$ti-icon-clock-2: unicode('f099');\n$ti-icon-clock-24: unicode('fc57');\n$ti-icon-clock-bitcoin: unicode('ff3f');\n$ti-icon-clock-bolt: unicode('f844');\n$ti-icon-clock-cancel: unicode('f546');\n$ti-icon-clock-check: unicode('f7c1');\n$ti-icon-clock-code: unicode('f845');\n$ti-icon-clock-cog: unicode('f7c2');\n$ti-icon-clock-dollar: unicode('f846');\n$ti-icon-clock-down: unicode('f7c3');\n$ti-icon-clock-edit: unicode('f547');\n$ti-icon-clock-exclamation: unicode('f847');\n$ti-icon-clock-filled: unicode('f73a');\n$ti-icon-clock-heart: unicode('f7c4');\n$ti-icon-clock-hour-1: unicode('f313');\n$ti-icon-clock-hour-1-filled: unicode('fe65');\n$ti-icon-clock-hour-10: unicode('f314');\n$ti-icon-clock-hour-10-filled: unicode('fe64');\n$ti-icon-clock-hour-11: unicode('f315');\n$ti-icon-clock-hour-11-filled: unicode('fe63');\n$ti-icon-clock-hour-12: unicode('f316');\n$ti-icon-clock-hour-12-filled: unicode('fe62');\n$ti-icon-clock-hour-2: unicode('f317');\n$ti-icon-clock-hour-2-filled: unicode('fe61');\n$ti-icon-clock-hour-3: unicode('f318');\n$ti-icon-clock-hour-3-filled: unicode('fe60');\n$ti-icon-clock-hour-4: unicode('f319');\n$ti-icon-clock-hour-4-filled: unicode('fe5f');\n$ti-icon-clock-hour-5: unicode('f31a');\n$ti-icon-clock-hour-5-filled: unicode('fe5e');\n$ti-icon-clock-hour-6: unicode('f31b');\n$ti-icon-clock-hour-6-filled: unicode('fe5d');\n$ti-icon-clock-hour-7: unicode('f31c');\n$ti-icon-clock-hour-7-filled: unicode('fe5c');\n$ti-icon-clock-hour-8: unicode('f31d');\n$ti-icon-clock-hour-8-filled: unicode('fe5b');\n$ti-icon-clock-hour-9: unicode('f31e');\n$ti-icon-clock-hour-9-filled: unicode('fe5a');\n$ti-icon-clock-minus: unicode('f848');\n$ti-icon-clock-off: unicode('f0cf');\n$ti-icon-clock-pause: unicode('f548');\n$ti-icon-clock-pin: unicode('f849');\n$ti-icon-clock-play: unicode('f549');\n$ti-icon-clock-plus: unicode('f7c5');\n$ti-icon-clock-question: unicode('f7c6');\n$ti-icon-clock-record: unicode('f54a');\n$ti-icon-clock-search: unicode('f7c7');\n$ti-icon-clock-share: unicode('f84a');\n$ti-icon-clock-shield: unicode('f7c8');\n$ti-icon-clock-star: unicode('f7c9');\n$ti-icon-clock-stop: unicode('f54b');\n$ti-icon-clock-up: unicode('f7ca');\n$ti-icon-clock-x: unicode('f7cb');\n$ti-icon-clothes-rack: unicode('f285');\n$ti-icon-clothes-rack-off: unicode('f3d6');\n$ti-icon-cloud: unicode('ea76');\n$ti-icon-cloud-bitcoin: unicode('ff3e');\n$ti-icon-cloud-bolt: unicode('f84b');\n$ti-icon-cloud-cancel: unicode('f84c');\n$ti-icon-cloud-check: unicode('f84d');\n$ti-icon-cloud-code: unicode('f84e');\n$ti-icon-cloud-cog: unicode('f84f');\n$ti-icon-cloud-computing: unicode('f1d0');\n$ti-icon-cloud-data-connection: unicode('f1d1');\n$ti-icon-cloud-dollar: unicode('f850');\n$ti-icon-cloud-down: unicode('f851');\n$ti-icon-cloud-download: unicode('ea71');\n$ti-icon-cloud-exclamation: unicode('f852');\n$ti-icon-cloud-filled: unicode('f673');\n$ti-icon-cloud-fog: unicode('ecd9');\n$ti-icon-cloud-heart: unicode('f853');\n$ti-icon-cloud-lock: unicode('efdb');\n$ti-icon-cloud-lock-open: unicode('efda');\n$ti-icon-cloud-minus: unicode('f854');\n$ti-icon-cloud-network: unicode('fc78');\n$ti-icon-cloud-off: unicode('ed3e');\n$ti-icon-cloud-pause: unicode('f855');\n$ti-icon-cloud-pin: unicode('f856');\n$ti-icon-cloud-plus: unicode('f857');\n$ti-icon-cloud-question: unicode('f858');\n$ti-icon-cloud-rain: unicode('ea72');\n$ti-icon-cloud-search: unicode('f859');\n$ti-icon-cloud-share: unicode('f85a');\n$ti-icon-cloud-snow: unicode('ea73');\n$ti-icon-cloud-star: unicode('f85b');\n$ti-icon-cloud-storm: unicode('ea74');\n$ti-icon-cloud-up: unicode('f85c');\n$ti-icon-cloud-upload: unicode('ea75');\n$ti-icon-cloud-x: unicode('f85d');\n$ti-icon-clover: unicode('f1ea');\n$ti-icon-clover-2: unicode('f21e');\n$ti-icon-clover-filled: unicode('10013');\n$ti-icon-clubs: unicode('eff4');\n$ti-icon-clubs-filled: unicode('f674');\n$ti-icon-code: unicode('ea77');\n$ti-icon-code-asterisk: unicode('f312');\n$ti-icon-code-circle: unicode('f4ff');\n$ti-icon-code-circle-2: unicode('f4fe');\n$ti-icon-code-circle-2-filled: unicode('fed4');\n$ti-icon-code-circle-filled: unicode('fed3');\n$ti-icon-code-dots: unicode('f61a');\n$ti-icon-code-minus: unicode('ee42');\n$ti-icon-code-off: unicode('f0d0');\n$ti-icon-code-plus: unicode('ee43');\n$ti-icon-coffee: unicode('ef0e');\n$ti-icon-coffee-off: unicode('f106');\n$ti-icon-coffin: unicode('f579');\n$ti-icon-coin: unicode('eb82');\n$ti-icon-coin-bitcoin: unicode('f2be');\n$ti-icon-coin-bitcoin-filled: unicode('fd06');\n$ti-icon-coin-euro: unicode('f2bf');\n$ti-icon-coin-euro-filled: unicode('fd07');\n$ti-icon-coin-filled: unicode('fd08');\n$ti-icon-coin-monero: unicode('f4a0');\n$ti-icon-coin-monero-filled: unicode('fd09');\n$ti-icon-coin-off: unicode('f0d1');\n$ti-icon-coin-pound: unicode('f2c0');\n$ti-icon-coin-pound-filled: unicode('fd0a');\n$ti-icon-coin-rupee: unicode('f2c1');\n$ti-icon-coin-rupee-filled: unicode('fd0b');\n$ti-icon-coin-taka: unicode('fd0d');\n$ti-icon-coin-taka-filled: unicode('fd0c');\n$ti-icon-coin-yen: unicode('f2c2');\n$ti-icon-coin-yen-filled: unicode('fd0e');\n$ti-icon-coin-yuan: unicode('f2c3');\n$ti-icon-coin-yuan-filled: unicode('fd0f');\n$ti-icon-coins: unicode('f65d');\n$ti-icon-color-filter: unicode('f5a8');\n$ti-icon-color-picker: unicode('ebe6');\n$ti-icon-color-picker-off: unicode('f0d2');\n$ti-icon-color-swatch: unicode('eb61');\n$ti-icon-color-swatch-off: unicode('f0d3');\n$ti-icon-column-insert-left: unicode('ee44');\n$ti-icon-column-insert-right: unicode('ee45');\n$ti-icon-column-remove: unicode('faf4');\n$ti-icon-columns: unicode('eb83');\n$ti-icon-columns-1: unicode('f6d4');\n$ti-icon-columns-2: unicode('f6d5');\n$ti-icon-columns-3: unicode('f6d6');\n$ti-icon-columns-off: unicode('f0d4');\n$ti-icon-comet: unicode('ec76');\n$ti-icon-command: unicode('ea78');\n$ti-icon-command-off: unicode('f3d7');\n$ti-icon-compass: unicode('ea79');\n$ti-icon-compass-filled: unicode('fd10');\n$ti-icon-compass-off: unicode('f0d5');\n$ti-icon-components: unicode('efa5');\n$ti-icon-components-off: unicode('f0d6');\n$ti-icon-cone: unicode('efdd');\n$ti-icon-cone-2: unicode('efdc');\n$ti-icon-cone-2-filled: unicode('fe59');\n$ti-icon-cone-filled: unicode('fe58');\n$ti-icon-cone-off: unicode('f3d8');\n$ti-icon-cone-plus: unicode('fa94');\n$ti-icon-confetti: unicode('ee46');\n$ti-icon-confetti-off: unicode('f3d9');\n$ti-icon-confucius: unicode('f58a');\n$ti-icon-congruent-to: unicode('ffa3');\n$ti-icon-container: unicode('ee47');\n$ti-icon-container-off: unicode('f107');\n$ti-icon-contract: unicode('fefb');\n$ti-icon-contrast: unicode('ec4e');\n$ti-icon-contrast-2: unicode('efc7');\n$ti-icon-contrast-2-filled: unicode('fe57');\n$ti-icon-contrast-2-off: unicode('f3da');\n$ti-icon-contrast-filled: unicode('fe56');\n$ti-icon-contrast-off: unicode('f3db');\n$ti-icon-cooker: unicode('f57a');\n$ti-icon-cookie: unicode('fdb1');\n$ti-icon-cookie-filled: unicode('fe54');\n$ti-icon-cookie-man: unicode('fdb2');\n$ti-icon-cookie-man-filled: unicode('fe55');\n$ti-icon-cookie-off: unicode('f0d7');\n$ti-icon-copy: unicode('ea7a');\n$ti-icon-copy-check: unicode('fdb0');\n$ti-icon-copy-check-filled: unicode('fe53');\n$ti-icon-copy-minus: unicode('fdaf');\n$ti-icon-copy-minus-filled: unicode('fe52');\n$ti-icon-copy-off: unicode('f0d8');\n$ti-icon-copy-plus: unicode('fdae');\n$ti-icon-copy-plus-filled: unicode('fe51');\n$ti-icon-copy-x: unicode('fdad');\n$ti-icon-copy-x-filled: unicode('fe50');\n$ti-icon-copyleft: unicode('ec3d');\n$ti-icon-copyleft-filled: unicode('f73b');\n$ti-icon-copyleft-off: unicode('f0d9');\n$ti-icon-copyright: unicode('ea7b');\n$ti-icon-copyright-filled: unicode('f73c');\n$ti-icon-copyright-off: unicode('f0da');\n$ti-icon-corner-down-left: unicode('ea7c');\n$ti-icon-corner-down-left-double: unicode('ee48');\n$ti-icon-corner-down-right: unicode('ea7d');\n$ti-icon-corner-down-right-double: unicode('ee49');\n$ti-icon-corner-left-down: unicode('ea7e');\n$ti-icon-corner-left-down-double: unicode('ee4a');\n$ti-icon-corner-left-up: unicode('ea7f');\n$ti-icon-corner-left-up-double: unicode('ee4b');\n$ti-icon-corner-right-down: unicode('ea80');\n$ti-icon-corner-right-down-double: unicode('ee4c');\n$ti-icon-corner-right-up: unicode('ea81');\n$ti-icon-corner-right-up-double: unicode('ee4d');\n$ti-icon-corner-up-left: unicode('ea82');\n$ti-icon-corner-up-left-double: unicode('ee4e');\n$ti-icon-corner-up-right: unicode('ea83');\n$ti-icon-corner-up-right-double: unicode('ee4f');\n$ti-icon-cpu: unicode('ef8e');\n$ti-icon-cpu-2: unicode('f075');\n$ti-icon-cpu-off: unicode('f108');\n$ti-icon-crane: unicode('ef27');\n$ti-icon-crane-off: unicode('f109');\n$ti-icon-creative-commons: unicode('efb3');\n$ti-icon-creative-commons-by: unicode('f21f');\n$ti-icon-creative-commons-nc: unicode('f220');\n$ti-icon-creative-commons-nd: unicode('f221');\n$ti-icon-creative-commons-off: unicode('f10a');\n$ti-icon-creative-commons-sa: unicode('f222');\n$ti-icon-creative-commons-zero: unicode('f223');\n$ti-icon-credit-card: unicode('ea84');\n$ti-icon-credit-card-filled: unicode('fd11');\n$ti-icon-credit-card-off: unicode('ed11');\n$ti-icon-credit-card-pay: unicode('fd32');\n$ti-icon-credit-card-refund: unicode('fd33');\n$ti-icon-cricket: unicode('f09a');\n$ti-icon-crop: unicode('ea85');\n$ti-icon-crop-1-1: unicode('fd50');\n$ti-icon-crop-1-1-filled: unicode('fe4f');\n$ti-icon-crop-16-9: unicode('fd51');\n$ti-icon-crop-16-9-filled: unicode('fe4e');\n$ti-icon-crop-3-2: unicode('fd52');\n$ti-icon-crop-3-2-filled: unicode('fe4d');\n$ti-icon-crop-5-4: unicode('fd53');\n$ti-icon-crop-5-4-filled: unicode('fe4c');\n$ti-icon-crop-7-5: unicode('fd54');\n$ti-icon-crop-7-5-filled: unicode('fe4b');\n$ti-icon-crop-landscape: unicode('fd55');\n$ti-icon-crop-landscape-filled: unicode('fe4a');\n$ti-icon-crop-portrait: unicode('fd56');\n$ti-icon-crop-portrait-filled: unicode('fe49');\n$ti-icon-cross: unicode('ef8f');\n$ti-icon-cross-filled: unicode('f675');\n$ti-icon-cross-off: unicode('f10b');\n$ti-icon-crosshair: unicode('ec3e');\n$ti-icon-crown: unicode('ed12');\n$ti-icon-crown-off: unicode('ee50');\n$ti-icon-crutches: unicode('ef5b');\n$ti-icon-crutches-off: unicode('f10c');\n$ti-icon-crystal-ball: unicode('f57b');\n$ti-icon-csv: unicode('f791');\n$ti-icon-cube: unicode('fa97');\n$ti-icon-cube-3d-sphere: unicode('ecd7');\n$ti-icon-cube-3d-sphere-off: unicode('f3b5');\n$ti-icon-cube-off: unicode('fa95');\n$ti-icon-cube-plus: unicode('fa96');\n$ti-icon-cube-send: unicode('f61b');\n$ti-icon-cube-spark: unicode('ffbb');\n$ti-icon-cube-unfolded: unicode('f61c');\n$ti-icon-cup: unicode('ef28');\n$ti-icon-cup-off: unicode('f10d');\n$ti-icon-curling: unicode('efc8');\n$ti-icon-curly-loop: unicode('ecda');\n$ti-icon-currency: unicode('efa6');\n$ti-icon-currency-afghani: unicode('f65e');\n$ti-icon-currency-bahraini: unicode('ee51');\n$ti-icon-currency-baht: unicode('f08a');\n$ti-icon-currency-bitcoin: unicode('ebab');\n$ti-icon-currency-cent: unicode('ee53');\n$ti-icon-currency-dinar: unicode('ee54');\n$ti-icon-currency-dirham: unicode('ee55');\n$ti-icon-currency-dogecoin: unicode('ef4b');\n$ti-icon-currency-dollar: unicode('eb84');\n$ti-icon-currency-dollar-australian: unicode('ee56');\n$ti-icon-currency-dollar-brunei: unicode('f36c');\n$ti-icon-currency-dollar-canadian: unicode('ee57');\n$ti-icon-currency-dollar-guyanese: unicode('f36d');\n$ti-icon-currency-dollar-off: unicode('f3dc');\n$ti-icon-currency-dollar-singapore: unicode('ee58');\n$ti-icon-currency-dollar-zimbabwean: unicode('f36e');\n$ti-icon-currency-dong: unicode('f36f');\n$ti-icon-currency-dram: unicode('f370');\n$ti-icon-currency-ethereum: unicode('ee59');\n$ti-icon-currency-euro: unicode('eb85');\n$ti-icon-currency-euro-off: unicode('f3dd');\n$ti-icon-currency-florin: unicode('faf5');\n$ti-icon-currency-forint: unicode('ee5a');\n$ti-icon-currency-frank: unicode('ee5b');\n$ti-icon-currency-guarani: unicode('f371');\n$ti-icon-currency-hryvnia: unicode('f372');\n$ti-icon-currency-iranian-rial: unicode('fa58');\n$ti-icon-currency-kip: unicode('f373');\n$ti-icon-currency-krone-czech: unicode('ee5c');\n$ti-icon-currency-krone-danish: unicode('ee5d');\n$ti-icon-currency-krone-swedish: unicode('ee5e');\n$ti-icon-currency-lari: unicode('f374');\n$ti-icon-currency-leu: unicode('ee5f');\n$ti-icon-currency-lira: unicode('ee60');\n$ti-icon-currency-litecoin: unicode('ee61');\n$ti-icon-currency-lyd: unicode('f375');\n$ti-icon-currency-manat: unicode('f376');\n$ti-icon-currency-monero: unicode('f377');\n$ti-icon-currency-naira: unicode('ee62');\n$ti-icon-currency-nano: unicode('f7a6');\n$ti-icon-currency-off: unicode('f3de');\n$ti-icon-currency-paanga: unicode('f378');\n$ti-icon-currency-peso: unicode('f65f');\n$ti-icon-currency-pound: unicode('ebac');\n$ti-icon-currency-pound-off: unicode('f3df');\n$ti-icon-currency-quetzal: unicode('f379');\n$ti-icon-currency-real: unicode('ee63');\n$ti-icon-currency-renminbi: unicode('ee64');\n$ti-icon-currency-ripple: unicode('ee65');\n$ti-icon-currency-riyal: unicode('ee66');\n$ti-icon-currency-rubel: unicode('ee67');\n$ti-icon-currency-rufiyaa: unicode('f37a');\n$ti-icon-currency-rupee: unicode('ebad');\n$ti-icon-currency-rupee-nepalese: unicode('f37b');\n$ti-icon-currency-shekel: unicode('ee68');\n$ti-icon-currency-solana: unicode('f4a1');\n$ti-icon-currency-som: unicode('f37c');\n$ti-icon-currency-taka: unicode('ee69');\n$ti-icon-currency-tenge: unicode('f37d');\n$ti-icon-currency-tugrik: unicode('ee6a');\n$ti-icon-currency-won: unicode('ee6b');\n$ti-icon-currency-xrp: unicode('fd34');\n$ti-icon-currency-yen: unicode('ebae');\n$ti-icon-currency-yen-off: unicode('f3e0');\n$ti-icon-currency-yuan: unicode('f29a');\n$ti-icon-currency-zloty: unicode('ee6c');\n$ti-icon-current-location: unicode('ecef');\n$ti-icon-current-location-off: unicode('f10e');\n$ti-icon-cursor-off: unicode('f10f');\n$ti-icon-cursor-text: unicode('ee6d');\n$ti-icon-cut: unicode('ea86');\n$ti-icon-cylinder: unicode('f54c');\n$ti-icon-cylinder-off: unicode('fa98');\n$ti-icon-cylinder-plus: unicode('fa99');\n$ti-icon-dashboard: unicode('ea87');\n$ti-icon-dashboard-filled: unicode('10019');\n$ti-icon-dashboard-off: unicode('f3e1');\n$ti-icon-database: unicode('ea88');\n$ti-icon-database-cog: unicode('fa10');\n$ti-icon-database-dollar: unicode('fa11');\n$ti-icon-database-edit: unicode('fa12');\n$ti-icon-database-exclamation: unicode('fa13');\n$ti-icon-database-export: unicode('ee6e');\n$ti-icon-database-heart: unicode('fa14');\n$ti-icon-database-import: unicode('ee6f');\n$ti-icon-database-leak: unicode('fa15');\n$ti-icon-database-minus: unicode('fa16');\n$ti-icon-database-off: unicode('ee70');\n$ti-icon-database-plus: unicode('fa17');\n$ti-icon-database-search: unicode('fa18');\n$ti-icon-database-share: unicode('fa19');\n$ti-icon-database-smile: unicode('fd9b');\n$ti-icon-database-star: unicode('fa1a');\n$ti-icon-database-x: unicode('fa1b');\n$ti-icon-decimal: unicode('fa26');\n$ti-icon-deer: unicode('f4c5');\n$ti-icon-delta: unicode('f53c');\n$ti-icon-dental: unicode('f025');\n$ti-icon-dental-broken: unicode('f286');\n$ti-icon-dental-off: unicode('f110');\n$ti-icon-deselect: unicode('f9f3');\n$ti-icon-desk: unicode('fd35');\n$ti-icon-details: unicode('ee71');\n$ti-icon-details-off: unicode('f3e2');\n$ti-icon-device-airpods: unicode('f5a9');\n$ti-icon-device-airpods-case: unicode('f646');\n$ti-icon-device-airtag: unicode('fae6');\n$ti-icon-device-analytics: unicode('ee72');\n$ti-icon-device-audio-tape: unicode('ee73');\n$ti-icon-device-camera-phone: unicode('f233');\n$ti-icon-device-cctv: unicode('ee74');\n$ti-icon-device-cctv-filled: unicode('1004b');\n$ti-icon-device-cctv-off: unicode('f3e3');\n$ti-icon-device-computer-camera: unicode('ee76');\n$ti-icon-device-computer-camera-off: unicode('ee75');\n$ti-icon-device-desktop: unicode('ea89');\n$ti-icon-device-desktop-analytics: unicode('ee77');\n$ti-icon-device-desktop-bolt: unicode('f85e');\n$ti-icon-device-desktop-cancel: unicode('f85f');\n$ti-icon-device-desktop-check: unicode('f860');\n$ti-icon-device-desktop-code: unicode('f861');\n$ti-icon-device-desktop-cog: unicode('f862');\n$ti-icon-device-desktop-dollar: unicode('f863');\n$ti-icon-device-desktop-down: unicode('f864');\n$ti-icon-device-desktop-exclamation: unicode('f865');\n$ti-icon-device-desktop-filled: unicode('1004a');\n$ti-icon-device-desktop-heart: unicode('f866');\n$ti-icon-device-desktop-minus: unicode('f867');\n$ti-icon-device-desktop-off: unicode('ee78');\n$ti-icon-device-desktop-pause: unicode('f868');\n$ti-icon-device-desktop-pin: unicode('f869');\n$ti-icon-device-desktop-plus: unicode('f86a');\n$ti-icon-device-desktop-question: unicode('f86b');\n$ti-icon-device-desktop-search: unicode('f86c');\n$ti-icon-device-desktop-share: unicode('f86d');\n$ti-icon-device-desktop-star: unicode('f86e');\n$ti-icon-device-desktop-up: unicode('f86f');\n$ti-icon-device-desktop-x: unicode('f870');\n$ti-icon-device-floppy: unicode('eb62');\n$ti-icon-device-gamepad: unicode('eb63');\n$ti-icon-device-gamepad-2: unicode('f1d2');\n$ti-icon-device-gamepad-3: unicode('fc58');\n$ti-icon-device-gamepad-3-filled: unicode('10049');\n$ti-icon-device-heart-monitor: unicode('f060');\n$ti-icon-device-heart-monitor-filled: unicode('fa38');\n$ti-icon-device-imac: unicode('f7a7');\n$ti-icon-device-imac-bolt: unicode('f871');\n$ti-icon-device-imac-cancel: unicode('f872');\n$ti-icon-device-imac-check: unicode('f873');\n$ti-icon-device-imac-code: unicode('f874');\n$ti-icon-device-imac-cog: unicode('f875');\n$ti-icon-device-imac-dollar: unicode('f876');\n$ti-icon-device-imac-down: unicode('f877');\n$ti-icon-device-imac-exclamation: unicode('f878');\n$ti-icon-device-imac-filled: unicode('10048');\n$ti-icon-device-imac-heart: unicode('f879');\n$ti-icon-device-imac-minus: unicode('f87a');\n$ti-icon-device-imac-off: unicode('f87b');\n$ti-icon-device-imac-pause: unicode('f87c');\n$ti-icon-device-imac-pin: unicode('f87d');\n$ti-icon-device-imac-plus: unicode('f87e');\n$ti-icon-device-imac-question: unicode('f87f');\n$ti-icon-device-imac-search: unicode('f880');\n$ti-icon-device-imac-share: unicode('f881');\n$ti-icon-device-imac-star: unicode('f882');\n$ti-icon-device-imac-up: unicode('f883');\n$ti-icon-device-imac-x: unicode('f884');\n$ti-icon-device-ipad: unicode('f648');\n$ti-icon-device-ipad-bolt: unicode('f885');\n$ti-icon-device-ipad-cancel: unicode('f886');\n$ti-icon-device-ipad-check: unicode('f887');\n$ti-icon-device-ipad-code: unicode('f888');\n$ti-icon-device-ipad-cog: unicode('f889');\n$ti-icon-device-ipad-dollar: unicode('f88a');\n$ti-icon-device-ipad-down: unicode('f88b');\n$ti-icon-device-ipad-exclamation: unicode('f88c');\n$ti-icon-device-ipad-filled: unicode('10047');\n$ti-icon-device-ipad-heart: unicode('f88d');\n$ti-icon-device-ipad-horizontal: unicode('f647');\n$ti-icon-device-ipad-horizontal-bolt: unicode('f88e');\n$ti-icon-device-ipad-horizontal-cancel: unicode('f88f');\n$ti-icon-device-ipad-horizontal-check: unicode('f890');\n$ti-icon-device-ipad-horizontal-code: unicode('f891');\n$ti-icon-device-ipad-horizontal-cog: unicode('f892');\n$ti-icon-device-ipad-horizontal-dollar: unicode('f893');\n$ti-icon-device-ipad-horizontal-down: unicode('f894');\n$ti-icon-device-ipad-horizontal-exclamation: unicode('f895');\n$ti-icon-device-ipad-horizontal-heart: unicode('f896');\n$ti-icon-device-ipad-horizontal-minus: unicode('f897');\n$ti-icon-device-ipad-horizontal-off: unicode('f898');\n$ti-icon-device-ipad-horizontal-pause: unicode('f899');\n$ti-icon-device-ipad-horizontal-pin: unicode('f89a');\n$ti-icon-device-ipad-horizontal-plus: unicode('f89b');\n$ti-icon-device-ipad-horizontal-question: unicode('f89c');\n$ti-icon-device-ipad-horizontal-search: unicode('f89d');\n$ti-icon-device-ipad-horizontal-share: unicode('f89e');\n$ti-icon-device-ipad-horizontal-star: unicode('f89f');\n$ti-icon-device-ipad-horizontal-up: unicode('f8a0');\n$ti-icon-device-ipad-horizontal-x: unicode('f8a1');\n$ti-icon-device-ipad-minus: unicode('f8a2');\n$ti-icon-device-ipad-off: unicode('f8a3');\n$ti-icon-device-ipad-pause: unicode('f8a4');\n$ti-icon-device-ipad-pin: unicode('f8a5');\n$ti-icon-device-ipad-plus: unicode('f8a6');\n$ti-icon-device-ipad-question: unicode('f8a7');\n$ti-icon-device-ipad-search: unicode('f8a8');\n$ti-icon-device-ipad-share: unicode('f8a9');\n$ti-icon-device-ipad-star: unicode('f8aa');\n$ti-icon-device-ipad-up: unicode('f8ab');\n$ti-icon-device-ipad-x: unicode('f8ac');\n$ti-icon-device-landline-phone: unicode('f649');\n$ti-icon-device-laptop: unicode('eb64');\n$ti-icon-device-laptop-off: unicode('f061');\n$ti-icon-device-mobile: unicode('ea8a');\n$ti-icon-device-mobile-bolt: unicode('f8ad');\n$ti-icon-device-mobile-cancel: unicode('f8ae');\n$ti-icon-device-mobile-charging: unicode('f224');\n$ti-icon-device-mobile-check: unicode('f8af');\n$ti-icon-device-mobile-code: unicode('f8b0');\n$ti-icon-device-mobile-cog: unicode('f8b1');\n$ti-icon-device-mobile-dollar: unicode('f8b2');\n$ti-icon-device-mobile-down: unicode('f8b3');\n$ti-icon-device-mobile-exclamation: unicode('f8b4');\n$ti-icon-device-mobile-filled: unicode('fa39');\n$ti-icon-device-mobile-heart: unicode('f8b5');\n$ti-icon-device-mobile-message: unicode('ee79');\n$ti-icon-device-mobile-minus: unicode('f8b6');\n$ti-icon-device-mobile-off: unicode('f062');\n$ti-icon-device-mobile-pause: unicode('f8b7');\n$ti-icon-device-mobile-pin: unicode('f8b8');\n$ti-icon-device-mobile-plus: unicode('f8b9');\n$ti-icon-device-mobile-question: unicode('f8ba');\n$ti-icon-device-mobile-rotated: unicode('ecdb');\n$ti-icon-device-mobile-search: unicode('f8bb');\n$ti-icon-device-mobile-share: unicode('f8bc');\n$ti-icon-device-mobile-star: unicode('f8bd');\n$ti-icon-device-mobile-up: unicode('f8be');\n$ti-icon-device-mobile-vibration: unicode('eb86');\n$ti-icon-device-mobile-x: unicode('f8bf');\n$ti-icon-device-nintendo: unicode('f026');\n$ti-icon-device-nintendo-off: unicode('f111');\n$ti-icon-device-projector: unicode('fc11');\n$ti-icon-device-remote: unicode('f792');\n$ti-icon-device-remote-filled: unicode('10046');\n$ti-icon-device-sd-card: unicode('f384');\n$ti-icon-device-sim: unicode('f4b2');\n$ti-icon-device-sim-1: unicode('f4af');\n$ti-icon-device-sim-2: unicode('f4b0');\n$ti-icon-device-sim-3: unicode('f4b1');\n$ti-icon-device-speaker: unicode('ea8b');\n$ti-icon-device-speaker-filled: unicode('10045');\n$ti-icon-device-speaker-off: unicode('f112');\n$ti-icon-device-tablet: unicode('ea8c');\n$ti-icon-device-tablet-bolt: unicode('f8c0');\n$ti-icon-device-tablet-cancel: unicode('f8c1');\n$ti-icon-device-tablet-check: unicode('f8c2');\n$ti-icon-device-tablet-code: unicode('f8c3');\n$ti-icon-device-tablet-cog: unicode('f8c4');\n$ti-icon-device-tablet-dollar: unicode('f8c5');\n$ti-icon-device-tablet-down: unicode('f8c6');\n$ti-icon-device-tablet-exclamation: unicode('f8c7');\n$ti-icon-device-tablet-filled: unicode('fa3a');\n$ti-icon-device-tablet-heart: unicode('f8c8');\n$ti-icon-device-tablet-minus: unicode('f8c9');\n$ti-icon-device-tablet-off: unicode('f063');\n$ti-icon-device-tablet-pause: unicode('f8ca');\n$ti-icon-device-tablet-pin: unicode('f8cb');\n$ti-icon-device-tablet-plus: unicode('f8cc');\n$ti-icon-device-tablet-question: unicode('f8cd');\n$ti-icon-device-tablet-search: unicode('f8ce');\n$ti-icon-device-tablet-share: unicode('f8cf');\n$ti-icon-device-tablet-star: unicode('f8d0');\n$ti-icon-device-tablet-up: unicode('f8d1');\n$ti-icon-device-tablet-x: unicode('f8d2');\n$ti-icon-device-tv: unicode('ea8d');\n$ti-icon-device-tv-filled: unicode('10043');\n$ti-icon-device-tv-off: unicode('f064');\n$ti-icon-device-tv-old: unicode('f1d3');\n$ti-icon-device-tv-old-filled: unicode('10044');\n$ti-icon-device-unknown: unicode('fef4');\n$ti-icon-device-unknown-filled: unicode('10018');\n$ti-icon-device-usb: unicode('fc59');\n$ti-icon-device-usb-filled: unicode('10042');\n$ti-icon-device-vision-pro: unicode('fae7');\n$ti-icon-device-vision-pro-filled: unicode('10041');\n$ti-icon-device-watch: unicode('ebf9');\n$ti-icon-device-watch-bolt: unicode('f8d3');\n$ti-icon-device-watch-cancel: unicode('f8d4');\n$ti-icon-device-watch-check: unicode('f8d5');\n$ti-icon-device-watch-code: unicode('f8d6');\n$ti-icon-device-watch-cog: unicode('f8d7');\n$ti-icon-device-watch-dollar: unicode('f8d8');\n$ti-icon-device-watch-down: unicode('f8d9');\n$ti-icon-device-watch-exclamation: unicode('f8da');\n$ti-icon-device-watch-filled: unicode('10040');\n$ti-icon-device-watch-heart: unicode('f8db');\n$ti-icon-device-watch-minus: unicode('f8dc');\n$ti-icon-device-watch-off: unicode('f065');\n$ti-icon-device-watch-pause: unicode('f8dd');\n$ti-icon-device-watch-pin: unicode('f8de');\n$ti-icon-device-watch-plus: unicode('f8df');\n$ti-icon-device-watch-question: unicode('f8e0');\n$ti-icon-device-watch-search: unicode('f8e1');\n$ti-icon-device-watch-share: unicode('f8e2');\n$ti-icon-device-watch-star: unicode('f8e3');\n$ti-icon-device-watch-stats: unicode('ef7d');\n$ti-icon-device-watch-stats-2: unicode('ef7c');\n$ti-icon-device-watch-up: unicode('f8e4');\n$ti-icon-device-watch-x: unicode('f8e5');\n$ti-icon-devices: unicode('eb87');\n$ti-icon-devices-2: unicode('ed29');\n$ti-icon-devices-bolt: unicode('f8e6');\n$ti-icon-devices-cancel: unicode('f8e7');\n$ti-icon-devices-check: unicode('f8e8');\n$ti-icon-devices-code: unicode('f8e9');\n$ti-icon-devices-cog: unicode('f8ea');\n$ti-icon-devices-dollar: unicode('f8eb');\n$ti-icon-devices-down: unicode('f8ec');\n$ti-icon-devices-exclamation: unicode('f8ed');\n$ti-icon-devices-heart: unicode('f8ee');\n$ti-icon-devices-minus: unicode('f8ef');\n$ti-icon-devices-off: unicode('f3e4');\n$ti-icon-devices-pause: unicode('f8f0');\n$ti-icon-devices-pc: unicode('ee7a');\n$ti-icon-devices-pc-off: unicode('f113');\n$ti-icon-devices-pin: unicode('f8f1');\n$ti-icon-devices-plus: unicode('f8f2');\n$ti-icon-devices-question: unicode('f8f3');\n$ti-icon-devices-search: unicode('f8f4');\n$ti-icon-devices-share: unicode('f8f5');\n$ti-icon-devices-star: unicode('f8f6');\n$ti-icon-devices-up: unicode('f8f7');\n$ti-icon-devices-x: unicode('f8f8');\n$ti-icon-diabolo: unicode('fa9c');\n$ti-icon-diabolo-off: unicode('fa9a');\n$ti-icon-diabolo-plus: unicode('fa9b');\n$ti-icon-dialpad: unicode('f067');\n$ti-icon-dialpad-filled: unicode('fa3b');\n$ti-icon-dialpad-off: unicode('f114');\n$ti-icon-diamond: unicode('eb65');\n$ti-icon-diamond-filled: unicode('f73d');\n$ti-icon-diamond-off: unicode('f115');\n$ti-icon-diamonds: unicode('eff5');\n$ti-icon-diamonds-filled: unicode('f676');\n$ti-icon-diaper: unicode('ffa2');\n$ti-icon-dice: unicode('eb66');\n$ti-icon-dice-1: unicode('f08b');\n$ti-icon-dice-1-filled: unicode('f73e');\n$ti-icon-dice-2: unicode('f08c');\n$ti-icon-dice-2-filled: unicode('f73f');\n$ti-icon-dice-3: unicode('f08d');\n$ti-icon-dice-3-filled: unicode('f740');\n$ti-icon-dice-4: unicode('f08e');\n$ti-icon-dice-4-filled: unicode('f741');\n$ti-icon-dice-5: unicode('f08f');\n$ti-icon-dice-5-filled: unicode('f742');\n$ti-icon-dice-6: unicode('f090');\n$ti-icon-dice-6-filled: unicode('f743');\n$ti-icon-dice-filled: unicode('f744');\n$ti-icon-dimensions: unicode('ee7b');\n$ti-icon-direction: unicode('ebfb');\n$ti-icon-direction-arrows: unicode('fd36');\n$ti-icon-direction-horizontal: unicode('ebfa');\n$ti-icon-direction-sign: unicode('f1f7');\n$ti-icon-direction-sign-filled: unicode('f745');\n$ti-icon-direction-sign-off: unicode('f3e5');\n$ti-icon-directions: unicode('ea8e');\n$ti-icon-directions-filled: unicode('1003f');\n$ti-icon-directions-off: unicode('f116');\n$ti-icon-disabled: unicode('ea8f');\n$ti-icon-disabled-2: unicode('ebaf');\n$ti-icon-disabled-off: unicode('f117');\n$ti-icon-disc: unicode('ea90');\n$ti-icon-disc-filled: unicode('1003e');\n$ti-icon-disc-golf: unicode('f385');\n$ti-icon-disc-off: unicode('f118');\n$ti-icon-discount: unicode('ebbd');\n$ti-icon-discount-filled: unicode('1003d');\n$ti-icon-discount-off: unicode('f3e7');\n$ti-icon-divide: unicode('ed5c');\n$ti-icon-dna: unicode('ee7d');\n$ti-icon-dna-2: unicode('ef5c');\n$ti-icon-dna-2-off: unicode('f119');\n$ti-icon-dna-off: unicode('f11a');\n$ti-icon-dog: unicode('f660');\n$ti-icon-dog-bowl: unicode('ef29');\n$ti-icon-door: unicode('ef4e');\n$ti-icon-door-enter: unicode('ef4c');\n$ti-icon-door-exit: unicode('ef4d');\n$ti-icon-door-off: unicode('f11b');\n$ti-icon-dots: unicode('ea95');\n$ti-icon-dots-circle-horizontal: unicode('ea91');\n$ti-icon-dots-diagonal: unicode('ea93');\n$ti-icon-dots-diagonal-2: unicode('ea92');\n$ti-icon-dots-vertical: unicode('ea94');\n$ti-icon-download: unicode('ea96');\n$ti-icon-download-off: unicode('f11c');\n$ti-icon-drag-drop: unicode('eb89');\n$ti-icon-drag-drop-2: unicode('eb88');\n$ti-icon-drone: unicode('ed79');\n$ti-icon-drone-off: unicode('ee7e');\n$ti-icon-drop-circle: unicode('efde');\n$ti-icon-droplet: unicode('ea97');\n$ti-icon-droplet-bolt: unicode('f8f9');\n$ti-icon-droplet-cancel: unicode('f8fa');\n$ti-icon-droplet-check: unicode('f8fb');\n$ti-icon-droplet-code: unicode('f8fc');\n$ti-icon-droplet-cog: unicode('f8fd');\n$ti-icon-droplet-dollar: unicode('f8fe');\n$ti-icon-droplet-down: unicode('f8ff');\n$ti-icon-droplet-exclamation: unicode('f900');\n$ti-icon-droplet-filled: unicode('ee80');\n$ti-icon-droplet-half: unicode('ee82');\n$ti-icon-droplet-half-2: unicode('ee81');\n$ti-icon-droplet-half-2-filled: unicode('fb6c');\n$ti-icon-droplet-half-filled: unicode('f6c5');\n$ti-icon-droplet-heart: unicode('f901');\n$ti-icon-droplet-minus: unicode('f902');\n$ti-icon-droplet-off: unicode('ee83');\n$ti-icon-droplet-pause: unicode('f903');\n$ti-icon-droplet-pin: unicode('f904');\n$ti-icon-droplet-plus: unicode('f905');\n$ti-icon-droplet-question: unicode('f906');\n$ti-icon-droplet-search: unicode('f907');\n$ti-icon-droplet-share: unicode('f908');\n$ti-icon-droplet-star: unicode('f909');\n$ti-icon-droplet-up: unicode('f90a');\n$ti-icon-droplet-x: unicode('f90b');\n$ti-icon-droplets: unicode('fc12');\n$ti-icon-dual-screen: unicode('fa59');\n$ti-icon-dumpling: unicode('feb5');\n$ti-icon-e-passport: unicode('f4df');\n$ti-icon-ear: unicode('ebce');\n$ti-icon-ear-off: unicode('ee84');\n$ti-icon-ear-scan: unicode('fd57');\n$ti-icon-ease-in: unicode('f573');\n$ti-icon-ease-in-control-point: unicode('f570');\n$ti-icon-ease-in-out: unicode('f572');\n$ti-icon-ease-in-out-control-points: unicode('f571');\n$ti-icon-ease-out: unicode('f575');\n$ti-icon-ease-out-control-point: unicode('f574');\n$ti-icon-edit: unicode('ea98');\n$ti-icon-edit-circle: unicode('ee85');\n$ti-icon-edit-circle-off: unicode('f11d');\n$ti-icon-edit-off: unicode('f11e');\n$ti-icon-egg: unicode('eb8a');\n$ti-icon-egg-cracked: unicode('f2d6');\n$ti-icon-egg-cracked-filled: unicode('10012');\n$ti-icon-egg-filled: unicode('f678');\n$ti-icon-egg-fried: unicode('f386');\n$ti-icon-egg-off: unicode('f11f');\n$ti-icon-eggs: unicode('f500');\n$ti-icon-elevator: unicode('efdf');\n$ti-icon-elevator-filled: unicode('1003c');\n$ti-icon-elevator-off: unicode('f3e8');\n$ti-icon-emergency-bed: unicode('ef5d');\n$ti-icon-empathize: unicode('f29b');\n$ti-icon-empathize-off: unicode('f3e9');\n$ti-icon-emphasis: unicode('ebcf');\n$ti-icon-engine: unicode('ef7e');\n$ti-icon-engine-off: unicode('f120');\n$ti-icon-equal: unicode('ee87');\n$ti-icon-equal-double: unicode('f4e1');\n$ti-icon-equal-not: unicode('ee86');\n$ti-icon-eraser: unicode('eb8b');\n$ti-icon-eraser-off: unicode('f121');\n$ti-icon-error-404: unicode('f027');\n$ti-icon-error-404-off: unicode('f122');\n$ti-icon-escalator: unicode('fb06');\n$ti-icon-escalator-down: unicode('fb04');\n$ti-icon-escalator-up: unicode('fb05');\n$ti-icon-exchange: unicode('ebe7');\n$ti-icon-exchange-off: unicode('f123');\n$ti-icon-exclamation-circle: unicode('f634');\n$ti-icon-exclamation-circle-filled: unicode('ff62');\n$ti-icon-exclamation-mark: unicode('efb4');\n$ti-icon-exclamation-mark-off: unicode('f124');\n$ti-icon-explicit: unicode('f256');\n$ti-icon-explicit-off: unicode('f3ea');\n$ti-icon-exposure: unicode('eb8c');\n$ti-icon-exposure-0: unicode('f29c');\n$ti-icon-exposure-minus-1: unicode('f29d');\n$ti-icon-exposure-minus-2: unicode('f29e');\n$ti-icon-exposure-off: unicode('f3eb');\n$ti-icon-exposure-plus-1: unicode('f29f');\n$ti-icon-exposure-plus-2: unicode('f2a0');\n$ti-icon-external-link: unicode('ea99');\n$ti-icon-external-link-off: unicode('f125');\n$ti-icon-eye: unicode('ea9a');\n$ti-icon-eye-bitcoin: unicode('ff3d');\n$ti-icon-eye-bolt: unicode('fb6d');\n$ti-icon-eye-cancel: unicode('fb6e');\n$ti-icon-eye-check: unicode('ee88');\n$ti-icon-eye-closed: unicode('f7ec');\n$ti-icon-eye-code: unicode('fb6f');\n$ti-icon-eye-cog: unicode('f7ed');\n$ti-icon-eye-discount: unicode('fb70');\n$ti-icon-eye-dollar: unicode('fb71');\n$ti-icon-eye-dotted: unicode('fead');\n$ti-icon-eye-down: unicode('fb72');\n$ti-icon-eye-edit: unicode('f7ee');\n$ti-icon-eye-exclamation: unicode('f7ef');\n$ti-icon-eye-filled: unicode('f679');\n$ti-icon-eye-heart: unicode('f7f0');\n$ti-icon-eye-minus: unicode('fb73');\n$ti-icon-eye-off: unicode('ecf0');\n$ti-icon-eye-pause: unicode('fb74');\n$ti-icon-eye-pin: unicode('fb75');\n$ti-icon-eye-plus: unicode('fb76');\n$ti-icon-eye-question: unicode('fb77');\n$ti-icon-eye-search: unicode('fb78');\n$ti-icon-eye-share: unicode('fb79');\n$ti-icon-eye-spark: unicode('ffba');\n$ti-icon-eye-star: unicode('fb7a');\n$ti-icon-eye-table: unicode('ef5e');\n$ti-icon-eye-up: unicode('fb7b');\n$ti-icon-eye-x: unicode('f7f1');\n$ti-icon-eyeglass: unicode('ee8a');\n$ti-icon-eyeglass-2: unicode('ee89');\n$ti-icon-eyeglass-off: unicode('f126');\n$ti-icon-face-id: unicode('ea9b');\n$ti-icon-face-id-error: unicode('efa7');\n$ti-icon-face-mask: unicode('efb5');\n$ti-icon-face-mask-off: unicode('f127');\n$ti-icon-fall: unicode('ecb9');\n$ti-icon-favicon: unicode('fd65');\n$ti-icon-favicon-filled: unicode('10071');\n$ti-icon-feather: unicode('ee8b');\n$ti-icon-feather-filled: unicode('10011');\n$ti-icon-feather-off: unicode('f128');\n$ti-icon-fence: unicode('ef2a');\n$ti-icon-fence-off: unicode('f129');\n$ti-icon-ferry: unicode('10074');\n$ti-icon-fidget-spinner: unicode('f068');\n$ti-icon-file: unicode('eaa4');\n$ti-icon-file-3d: unicode('f032');\n$ti-icon-file-ai: unicode('ffa1');\n$ti-icon-file-alert: unicode('ede6');\n$ti-icon-file-analytics: unicode('ede7');\n$ti-icon-file-arrow-left: unicode('f033');\n$ti-icon-file-arrow-right: unicode('f034');\n$ti-icon-file-barcode: unicode('f035');\n$ti-icon-file-bitcoin: unicode('ffa0');\n$ti-icon-file-broken: unicode('f501');\n$ti-icon-file-certificate: unicode('ed4d');\n$ti-icon-file-chart: unicode('f036');\n$ti-icon-file-check: unicode('ea9c');\n$ti-icon-file-code: unicode('ebd0');\n$ti-icon-file-code-2: unicode('ede8');\n$ti-icon-file-cv: unicode('fa5a');\n$ti-icon-file-database: unicode('f037');\n$ti-icon-file-delta: unicode('f53d');\n$ti-icon-file-description: unicode('f028');\n$ti-icon-file-diff: unicode('ecf1');\n$ti-icon-file-digit: unicode('efa8');\n$ti-icon-file-dislike: unicode('ed2a');\n$ti-icon-file-dollar: unicode('efe0');\n$ti-icon-file-dots: unicode('f038');\n$ti-icon-file-download: unicode('ea9d');\n$ti-icon-file-euro: unicode('efe1');\n$ti-icon-file-excel: unicode('fef3');\n$ti-icon-file-export: unicode('ede9');\n$ti-icon-file-filled: unicode('f747');\n$ti-icon-file-function: unicode('f53e');\n$ti-icon-file-horizontal: unicode('ebb0');\n$ti-icon-file-import: unicode('edea');\n$ti-icon-file-infinity: unicode('f502');\n$ti-icon-file-info: unicode('edec');\n$ti-icon-file-invoice: unicode('eb67');\n$ti-icon-file-isr: unicode('feac');\n$ti-icon-file-lambda: unicode('f53f');\n$ti-icon-file-like: unicode('ed2b');\n$ti-icon-file-minus: unicode('ea9e');\n$ti-icon-file-music: unicode('ea9f');\n$ti-icon-file-neutral: unicode('fd22');\n$ti-icon-file-off: unicode('ecf2');\n$ti-icon-file-orientation: unicode('f2a1');\n$ti-icon-file-pencil: unicode('f039');\n$ti-icon-file-percent: unicode('f540');\n$ti-icon-file-phone: unicode('ecdc');\n$ti-icon-file-plus: unicode('eaa0');\n$ti-icon-file-power: unicode('f03a');\n$ti-icon-file-report: unicode('eded');\n$ti-icon-file-rss: unicode('f03b');\n$ti-icon-file-sad: unicode('fd23');\n$ti-icon-file-scissors: unicode('f03c');\n$ti-icon-file-search: unicode('ed5d');\n$ti-icon-file-settings: unicode('f029');\n$ti-icon-file-shredder: unicode('eaa1');\n$ti-icon-file-signal: unicode('f03d');\n$ti-icon-file-smile: unicode('fd24');\n$ti-icon-file-spark: unicode('ffb9');\n$ti-icon-file-spreadsheet: unicode('f03e');\n$ti-icon-file-stack: unicode('f503');\n$ti-icon-file-star: unicode('f03f');\n$ti-icon-file-symlink: unicode('ed53');\n$ti-icon-file-text: unicode('eaa2');\n$ti-icon-file-text-ai: unicode('fa27');\n$ti-icon-file-text-spark: unicode('ffb8');\n$ti-icon-file-time: unicode('f040');\n$ti-icon-file-type-bmp: unicode('fb07');\n$ti-icon-file-type-css: unicode('fb08');\n$ti-icon-file-type-csv: unicode('fb09');\n$ti-icon-file-type-doc: unicode('fb0a');\n$ti-icon-file-type-docx: unicode('fb0b');\n$ti-icon-file-type-html: unicode('fb0c');\n$ti-icon-file-type-jpg: unicode('fb0d');\n$ti-icon-file-type-js: unicode('fb0e');\n$ti-icon-file-type-jsx: unicode('fb0f');\n$ti-icon-file-type-pdf: unicode('fb10');\n$ti-icon-file-type-php: unicode('fb11');\n$ti-icon-file-type-png: unicode('fb12');\n$ti-icon-file-type-ppt: unicode('fb13');\n$ti-icon-file-type-rs: unicode('fb14');\n$ti-icon-file-type-sql: unicode('fb15');\n$ti-icon-file-type-svg: unicode('fb16');\n$ti-icon-file-type-ts: unicode('fb17');\n$ti-icon-file-type-tsx: unicode('fb18');\n$ti-icon-file-type-txt: unicode('fb19');\n$ti-icon-file-type-vue: unicode('fb1a');\n$ti-icon-file-type-xls: unicode('fb1b');\n$ti-icon-file-type-xml: unicode('fb1c');\n$ti-icon-file-type-zip: unicode('fb1d');\n$ti-icon-file-typography: unicode('f041');\n$ti-icon-file-unknown: unicode('f042');\n$ti-icon-file-upload: unicode('ec91');\n$ti-icon-file-vector: unicode('f043');\n$ti-icon-file-word: unicode('fef2');\n$ti-icon-file-x: unicode('eaa3');\n$ti-icon-file-x-filled: unicode('f748');\n$ti-icon-file-zip: unicode('ed4e');\n$ti-icon-files: unicode('edef');\n$ti-icon-files-off: unicode('edee');\n$ti-icon-filter: unicode('eaa5');\n$ti-icon-filter-bolt: unicode('fb7c');\n$ti-icon-filter-cancel: unicode('fb7d');\n$ti-icon-filter-check: unicode('fb7e');\n$ti-icon-filter-code: unicode('fb7f');\n$ti-icon-filter-cog: unicode('f9fe');\n$ti-icon-filter-discount: unicode('fb80');\n$ti-icon-filter-dollar: unicode('f9ff');\n$ti-icon-filter-down: unicode('fb81');\n$ti-icon-filter-edit: unicode('fa00');\n$ti-icon-filter-exclamation: unicode('fb82');\n$ti-icon-filter-filled: unicode('fc27');\n$ti-icon-filter-heart: unicode('fb83');\n$ti-icon-filter-minus: unicode('fa01');\n$ti-icon-filter-off: unicode('ed2c');\n$ti-icon-filter-pause: unicode('fb84');\n$ti-icon-filter-pin: unicode('fb85');\n$ti-icon-filter-plus: unicode('fa02');\n$ti-icon-filter-question: unicode('fb86');\n$ti-icon-filter-search: unicode('fb87');\n$ti-icon-filter-share: unicode('fb88');\n$ti-icon-filter-star: unicode('fa03');\n$ti-icon-filter-up: unicode('fb89');\n$ti-icon-filter-x: unicode('fa04');\n$ti-icon-filters: unicode('f793');\n$ti-icon-fingerprint: unicode('ebd1');\n$ti-icon-fingerprint-off: unicode('f12a');\n$ti-icon-fingerprint-scan: unicode('fcb5');\n$ti-icon-fire-extinguisher: unicode('faf6');\n$ti-icon-fire-hydrant: unicode('f3a9');\n$ti-icon-fire-hydrant-off: unicode('f3ec');\n$ti-icon-firetruck: unicode('ebe8');\n$ti-icon-first-aid-kit: unicode('ef5f');\n$ti-icon-first-aid-kit-off: unicode('f3ed');\n$ti-icon-fish: unicode('ef2b');\n$ti-icon-fish-bone: unicode('f287');\n$ti-icon-fish-christianity: unicode('f58b');\n$ti-icon-fish-hook: unicode('f1f9');\n$ti-icon-fish-hook-off: unicode('f3ee');\n$ti-icon-fish-off: unicode('f12b');\n$ti-icon-flag: unicode('eaa6');\n$ti-icon-flag-2: unicode('ee8c');\n$ti-icon-flag-2-filled: unicode('f707');\n$ti-icon-flag-2-off: unicode('f12c');\n$ti-icon-flag-3: unicode('ee8d');\n$ti-icon-flag-3-filled: unicode('f708');\n$ti-icon-flag-bitcoin: unicode('ff3c');\n$ti-icon-flag-bolt: unicode('fb8a');\n$ti-icon-flag-cancel: unicode('fb8b');\n$ti-icon-flag-check: unicode('fb8c');\n$ti-icon-flag-code: unicode('fb8d');\n$ti-icon-flag-cog: unicode('fb8e');\n$ti-icon-flag-discount: unicode('fb8f');\n$ti-icon-flag-dollar: unicode('fb90');\n$ti-icon-flag-down: unicode('fb91');\n$ti-icon-flag-exclamation: unicode('fb92');\n$ti-icon-flag-filled: unicode('f67a');\n$ti-icon-flag-heart: unicode('fb93');\n$ti-icon-flag-minus: unicode('fb94');\n$ti-icon-flag-off: unicode('f12d');\n$ti-icon-flag-pause: unicode('fb95');\n$ti-icon-flag-pin: unicode('fb96');\n$ti-icon-flag-plus: unicode('fb97');\n$ti-icon-flag-question: unicode('fb98');\n$ti-icon-flag-search: unicode('fb99');\n$ti-icon-flag-share: unicode('fb9a');\n$ti-icon-flag-spark: unicode('ffb7');\n$ti-icon-flag-star: unicode('fb9b');\n$ti-icon-flag-up: unicode('fb9c');\n$ti-icon-flag-x: unicode('fb9d');\n$ti-icon-flame: unicode('ec2c');\n$ti-icon-flame-off: unicode('f12e');\n$ti-icon-flare: unicode('ee8e');\n$ti-icon-flask: unicode('ebd2');\n$ti-icon-flask-2: unicode('ef60');\n$ti-icon-flask-2-filled: unicode('fd12');\n$ti-icon-flask-2-off: unicode('f12f');\n$ti-icon-flask-filled: unicode('fd13');\n$ti-icon-flask-off: unicode('f130');\n$ti-icon-flip-flops: unicode('f564');\n$ti-icon-flip-horizontal: unicode('eaa7');\n$ti-icon-flip-vertical: unicode('eaa8');\n$ti-icon-float-center: unicode('ebb1');\n$ti-icon-float-left: unicode('ebb2');\n$ti-icon-float-none: unicode('ed13');\n$ti-icon-float-right: unicode('ebb3');\n$ti-icon-flower: unicode('eff6');\n$ti-icon-flower-filled: unicode('10010');\n$ti-icon-flower-off: unicode('f131');\n$ti-icon-focus: unicode('eb8d');\n$ti-icon-focus-2: unicode('ebd3');\n$ti-icon-focus-auto: unicode('fa62');\n$ti-icon-focus-centered: unicode('f02a');\n$ti-icon-fold: unicode('ed56');\n$ti-icon-fold-down: unicode('ed54');\n$ti-icon-fold-up: unicode('ed55');\n$ti-icon-folder: unicode('eaad');\n$ti-icon-folder-bolt: unicode('f90c');\n$ti-icon-folder-cancel: unicode('f90d');\n$ti-icon-folder-check: unicode('f90e');\n$ti-icon-folder-code: unicode('f90f');\n$ti-icon-folder-cog: unicode('f910');\n$ti-icon-folder-dollar: unicode('f911');\n$ti-icon-folder-down: unicode('f912');\n$ti-icon-folder-exclamation: unicode('f913');\n$ti-icon-folder-filled: unicode('f749');\n$ti-icon-folder-heart: unicode('f914');\n$ti-icon-folder-minus: unicode('eaaa');\n$ti-icon-folder-off: unicode('ed14');\n$ti-icon-folder-open: unicode('faf7');\n$ti-icon-folder-pause: unicode('f915');\n$ti-icon-folder-pin: unicode('f916');\n$ti-icon-folder-plus: unicode('eaab');\n$ti-icon-folder-question: unicode('f917');\n$ti-icon-folder-root: unicode('fd43');\n$ti-icon-folder-search: unicode('f918');\n$ti-icon-folder-share: unicode('f919');\n$ti-icon-folder-star: unicode('f91a');\n$ti-icon-folder-symlink: unicode('f91b');\n$ti-icon-folder-up: unicode('f91c');\n$ti-icon-folder-x: unicode('eaac');\n$ti-icon-folders: unicode('eaae');\n$ti-icon-folders-off: unicode('f133');\n$ti-icon-forbid: unicode('ebd5');\n$ti-icon-forbid-2: unicode('ebd4');\n$ti-icon-forbid-2-filled: unicode('fc28');\n$ti-icon-forbid-filled: unicode('fc29');\n$ti-icon-forklift: unicode('ebe9');\n$ti-icon-forms: unicode('ee8f');\n$ti-icon-fountain: unicode('f09b');\n$ti-icon-fountain-filled: unicode('fc2a');\n$ti-icon-fountain-off: unicode('f134');\n$ti-icon-frame: unicode('eaaf');\n$ti-icon-frame-off: unicode('f135');\n$ti-icon-free-rights: unicode('efb6');\n$ti-icon-freeze-column: unicode('fa63');\n$ti-icon-freeze-row: unicode('fa65');\n$ti-icon-freeze-row-column: unicode('fa64');\n$ti-icon-fridge: unicode('f1fa');\n$ti-icon-fridge-off: unicode('f3ef');\n$ti-icon-friends: unicode('eab0');\n$ti-icon-friends-off: unicode('f136');\n$ti-icon-frustum: unicode('fa9f');\n$ti-icon-frustum-off: unicode('fa9d');\n$ti-icon-frustum-plus: unicode('fa9e');\n$ti-icon-function: unicode('f225');\n$ti-icon-function-filled: unicode('fc2b');\n$ti-icon-function-off: unicode('f3f0');\n$ti-icon-galaxy: unicode('fcb6');\n$ti-icon-garden-cart: unicode('f23e');\n$ti-icon-garden-cart-off: unicode('f3f1');\n$ti-icon-gas-station: unicode('ec7d');\n$ti-icon-gas-station-off: unicode('f137');\n$ti-icon-gauge: unicode('eab1');\n$ti-icon-gauge-filled: unicode('fc2c');\n$ti-icon-gauge-off: unicode('f138');\n$ti-icon-gavel: unicode('ef90');\n$ti-icon-gender-agender: unicode('f0e1');\n$ti-icon-gender-androgyne: unicode('f0e2');\n$ti-icon-gender-bigender: unicode('f0e3');\n$ti-icon-gender-demiboy: unicode('f0e4');\n$ti-icon-gender-demigirl: unicode('f0e5');\n$ti-icon-gender-epicene: unicode('f0e6');\n$ti-icon-gender-female: unicode('f0e7');\n$ti-icon-gender-femme: unicode('f0e8');\n$ti-icon-gender-genderfluid: unicode('f0e9');\n$ti-icon-gender-genderless: unicode('f0ea');\n$ti-icon-gender-genderqueer: unicode('f0eb');\n$ti-icon-gender-hermaphrodite: unicode('f0ec');\n$ti-icon-gender-intergender: unicode('f0ed');\n$ti-icon-gender-male: unicode('f0ee');\n$ti-icon-gender-neutrois: unicode('f0ef');\n$ti-icon-gender-third: unicode('f0f0');\n$ti-icon-gender-transgender: unicode('f0f1');\n$ti-icon-gender-trasvesti: unicode('f0f2');\n$ti-icon-geometry: unicode('ee90');\n$ti-icon-ghost: unicode('eb8e');\n$ti-icon-ghost-2: unicode('f57c');\n$ti-icon-ghost-2-filled: unicode('f74a');\n$ti-icon-ghost-3: unicode('fc13');\n$ti-icon-ghost-filled: unicode('f74b');\n$ti-icon-ghost-off: unicode('f3f2');\n$ti-icon-gif: unicode('f257');\n$ti-icon-gift: unicode('eb68');\n$ti-icon-gift-card: unicode('f3aa');\n$ti-icon-gift-card-filled: unicode('fc2d');\n$ti-icon-gift-filled: unicode('fd14');\n$ti-icon-gift-off: unicode('f3f3');\n$ti-icon-git-branch: unicode('eab2');\n$ti-icon-git-branch-deleted: unicode('f57d');\n$ti-icon-git-cherry-pick: unicode('f57e');\n$ti-icon-git-commit: unicode('eab3');\n$ti-icon-git-compare: unicode('eab4');\n$ti-icon-git-fork: unicode('eb8f');\n$ti-icon-git-merge: unicode('eab5');\n$ti-icon-git-pull-request: unicode('eab6');\n$ti-icon-git-pull-request-closed: unicode('ef7f');\n$ti-icon-git-pull-request-draft: unicode('efb7');\n$ti-icon-gizmo: unicode('f02b');\n$ti-icon-glass: unicode('eab8');\n$ti-icon-glass-champagne: unicode('fd9c');\n$ti-icon-glass-cocktail: unicode('fd9d');\n$ti-icon-glass-filled: unicode('1000f');\n$ti-icon-glass-full: unicode('eab7');\n$ti-icon-glass-full-filled: unicode('fc2e');\n$ti-icon-glass-gin: unicode('fd9e');\n$ti-icon-glass-off: unicode('ee91');\n$ti-icon-globe: unicode('eab9');\n$ti-icon-globe-filled: unicode('fc2f');\n$ti-icon-globe-off: unicode('f139');\n$ti-icon-go-game: unicode('f512');\n$ti-icon-golf: unicode('ed8c');\n$ti-icon-golf-off: unicode('f13a');\n$ti-icon-gps: unicode('ed7a');\n$ti-icon-gps-filled: unicode('fe48');\n$ti-icon-gradienter: unicode('f3ab');\n$ti-icon-grain: unicode('ee92');\n$ti-icon-graph: unicode('f288');\n$ti-icon-graph-filled: unicode('fd15');\n$ti-icon-graph-off: unicode('f3f4');\n$ti-icon-grave: unicode('f580');\n$ti-icon-grave-2: unicode('f57f');\n$ti-icon-grid-3x3: unicode('fca4');\n$ti-icon-grid-4x4: unicode('fca5');\n$ti-icon-grid-dots: unicode('eaba');\n$ti-icon-grid-goldenratio: unicode('fca6');\n$ti-icon-grid-pattern: unicode('efc9');\n$ti-icon-grid-scan: unicode('fca7');\n$ti-icon-grill: unicode('efa9');\n$ti-icon-grill-fork: unicode('f35b');\n$ti-icon-grill-off: unicode('f3f5');\n$ti-icon-grill-spatula: unicode('f35c');\n$ti-icon-grip-horizontal: unicode('ec00');\n$ti-icon-grip-vertical: unicode('ec01');\n$ti-icon-growth: unicode('ee93');\n$ti-icon-guitar-pick: unicode('f4c6');\n$ti-icon-guitar-pick-filled: unicode('f67b');\n$ti-icon-gymnastics: unicode('fd44');\n$ti-icon-h-1: unicode('ec94');\n$ti-icon-h-2: unicode('ec95');\n$ti-icon-h-3: unicode('ec96');\n$ti-icon-h-4: unicode('ec97');\n$ti-icon-h-5: unicode('ec98');\n$ti-icon-h-6: unicode('ec99');\n$ti-icon-hammer: unicode('ef91');\n$ti-icon-hammer-off: unicode('f13c');\n$ti-icon-hand-click: unicode('ef4f');\n$ti-icon-hand-finger: unicode('ee94');\n$ti-icon-hand-finger-down: unicode('ff4f');\n$ti-icon-hand-finger-left: unicode('ff4e');\n$ti-icon-hand-finger-off: unicode('f13d');\n$ti-icon-hand-finger-right: unicode('ff4d');\n$ti-icon-hand-grab: unicode('f091');\n$ti-icon-hand-little-finger: unicode('ee95');\n$ti-icon-hand-love-you: unicode('ee97');\n$ti-icon-hand-middle-finger: unicode('ec2d');\n$ti-icon-hand-move: unicode('ef50');\n$ti-icon-hand-off: unicode('ed15');\n$ti-icon-hand-ring-finger: unicode('ee96');\n$ti-icon-hand-sanitizer: unicode('f5f4');\n$ti-icon-hand-stop: unicode('ec2e');\n$ti-icon-hand-three-fingers: unicode('ee98');\n$ti-icon-hand-two-fingers: unicode('ee99');\n$ti-icon-hanger: unicode('ee9a');\n$ti-icon-hanger-2: unicode('f09c');\n$ti-icon-hanger-2-filled: unicode('ff61');\n$ti-icon-hanger-off: unicode('f13e');\n$ti-icon-hash: unicode('eabc');\n$ti-icon-haze: unicode('efaa');\n$ti-icon-haze-moon: unicode('faf8');\n$ti-icon-hdr: unicode('fa7b');\n$ti-icon-heading: unicode('ee9b');\n$ti-icon-heading-off: unicode('f13f');\n$ti-icon-headphones: unicode('eabd');\n$ti-icon-headphones-filled: unicode('fa3c');\n$ti-icon-headphones-off: unicode('ed1d');\n$ti-icon-headset: unicode('eb90');\n$ti-icon-headset-off: unicode('f3f6');\n$ti-icon-health-recognition: unicode('f1fb');\n$ti-icon-heart: unicode('eabe');\n$ti-icon-heart-bitcoin: unicode('ff3b');\n$ti-icon-heart-bolt: unicode('fb9e');\n$ti-icon-heart-broken: unicode('ecba');\n$ti-icon-heart-cancel: unicode('fb9f');\n$ti-icon-heart-check: unicode('fba0');\n$ti-icon-heart-code: unicode('fba1');\n$ti-icon-heart-cog: unicode('fba2');\n$ti-icon-heart-discount: unicode('fba3');\n$ti-icon-heart-dollar: unicode('fba4');\n$ti-icon-heart-down: unicode('fba5');\n$ti-icon-heart-exclamation: unicode('fba6');\n$ti-icon-heart-filled: unicode('f67c');\n$ti-icon-heart-handshake: unicode('f0f3');\n$ti-icon-heart-minus: unicode('f140');\n$ti-icon-heart-off: unicode('f141');\n$ti-icon-heart-pause: unicode('fba7');\n$ti-icon-heart-pin: unicode('fba8');\n$ti-icon-heart-plus: unicode('f142');\n$ti-icon-heart-question: unicode('fba9');\n$ti-icon-heart-rate-monitor: unicode('ef61');\n$ti-icon-heart-search: unicode('fbaa');\n$ti-icon-heart-share: unicode('fbab');\n$ti-icon-heart-spark: unicode('ffb6');\n$ti-icon-heart-star: unicode('fbac');\n$ti-icon-heart-up: unicode('fbad');\n$ti-icon-heart-x: unicode('fbae');\n$ti-icon-heartbeat: unicode('ef92');\n$ti-icon-hearts: unicode('f387');\n$ti-icon-hearts-off: unicode('f3f7');\n$ti-icon-helicopter: unicode('ed8e');\n$ti-icon-helicopter-landing: unicode('ed8d');\n$ti-icon-helmet: unicode('efca');\n$ti-icon-helmet-off: unicode('f143');\n$ti-icon-help: unicode('eabf');\n$ti-icon-help-circle: unicode('f91d');\n$ti-icon-help-circle-filled: unicode('fa3d');\n$ti-icon-help-hexagon: unicode('f7a8');\n$ti-icon-help-hexagon-filled: unicode('fa3e');\n$ti-icon-help-octagon: unicode('f7a9');\n$ti-icon-help-octagon-filled: unicode('fa3f');\n$ti-icon-help-off: unicode('f3f8');\n$ti-icon-help-small: unicode('f91e');\n$ti-icon-help-square: unicode('f920');\n$ti-icon-help-square-filled: unicode('fa40');\n$ti-icon-help-square-rounded: unicode('f91f');\n$ti-icon-help-square-rounded-filled: unicode('fa41');\n$ti-icon-help-triangle: unicode('f921');\n$ti-icon-help-triangle-filled: unicode('fa42');\n$ti-icon-hemisphere: unicode('faa2');\n$ti-icon-hemisphere-off: unicode('faa0');\n$ti-icon-hemisphere-plus: unicode('faa1');\n$ti-icon-hexagon: unicode('ec02');\n$ti-icon-hexagon-3d: unicode('f4c7');\n$ti-icon-hexagon-filled: unicode('f67d');\n$ti-icon-hexagon-letter-a: unicode('f463');\n$ti-icon-hexagon-letter-a-filled: unicode('fe47');\n$ti-icon-hexagon-letter-b: unicode('f464');\n$ti-icon-hexagon-letter-b-filled: unicode('fe46');\n$ti-icon-hexagon-letter-c: unicode('f465');\n$ti-icon-hexagon-letter-c-filled: unicode('fe45');\n$ti-icon-hexagon-letter-d: unicode('f466');\n$ti-icon-hexagon-letter-d-filled: unicode('fe44');\n$ti-icon-hexagon-letter-e: unicode('f467');\n$ti-icon-hexagon-letter-e-filled: unicode('fe43');\n$ti-icon-hexagon-letter-f: unicode('f468');\n$ti-icon-hexagon-letter-f-filled: unicode('fe42');\n$ti-icon-hexagon-letter-g: unicode('f469');\n$ti-icon-hexagon-letter-g-filled: unicode('fe41');\n$ti-icon-hexagon-letter-h: unicode('f46a');\n$ti-icon-hexagon-letter-h-filled: unicode('fe40');\n$ti-icon-hexagon-letter-i: unicode('f46b');\n$ti-icon-hexagon-letter-i-filled: unicode('fe3f');\n$ti-icon-hexagon-letter-j: unicode('f46c');\n$ti-icon-hexagon-letter-j-filled: unicode('fe3e');\n$ti-icon-hexagon-letter-k: unicode('f46d');\n$ti-icon-hexagon-letter-k-filled: unicode('fe3d');\n$ti-icon-hexagon-letter-l: unicode('f46e');\n$ti-icon-hexagon-letter-l-filled: unicode('fe3c');\n$ti-icon-hexagon-letter-m: unicode('f46f');\n$ti-icon-hexagon-letter-m-filled: unicode('fe3b');\n$ti-icon-hexagon-letter-n: unicode('f470');\n$ti-icon-hexagon-letter-n-filled: unicode('fe3a');\n$ti-icon-hexagon-letter-o: unicode('f471');\n$ti-icon-hexagon-letter-o-filled: unicode('fe39');\n$ti-icon-hexagon-letter-p: unicode('f472');\n$ti-icon-hexagon-letter-p-filled: unicode('fe38');\n$ti-icon-hexagon-letter-q: unicode('f473');\n$ti-icon-hexagon-letter-q-filled: unicode('fe37');\n$ti-icon-hexagon-letter-r: unicode('f474');\n$ti-icon-hexagon-letter-r-filled: unicode('fe36');\n$ti-icon-hexagon-letter-s: unicode('f475');\n$ti-icon-hexagon-letter-s-filled: unicode('fe35');\n$ti-icon-hexagon-letter-t: unicode('f476');\n$ti-icon-hexagon-letter-t-filled: unicode('fe34');\n$ti-icon-hexagon-letter-u: unicode('f477');\n$ti-icon-hexagon-letter-u-filled: unicode('fe33');\n$ti-icon-hexagon-letter-v: unicode('f4b3');\n$ti-icon-hexagon-letter-v-filled: unicode('fe32');\n$ti-icon-hexagon-letter-w: unicode('f478');\n$ti-icon-hexagon-letter-w-filled: unicode('fe31');\n$ti-icon-hexagon-letter-x: unicode('f479');\n$ti-icon-hexagon-letter-x-filled: unicode('fe30');\n$ti-icon-hexagon-letter-y: unicode('f47a');\n$ti-icon-hexagon-letter-y-filled: unicode('fe2f');\n$ti-icon-hexagon-letter-z: unicode('f47b');\n$ti-icon-hexagon-letter-z-filled: unicode('fe2e');\n$ti-icon-hexagon-minus: unicode('fc8f');\n$ti-icon-hexagon-minus-2: unicode('fc8e');\n$ti-icon-hexagon-minus-filled: unicode('fe2d');\n$ti-icon-hexagon-number-0: unicode('f459');\n$ti-icon-hexagon-number-0-filled: unicode('f74c');\n$ti-icon-hexagon-number-1: unicode('f45a');\n$ti-icon-hexagon-number-1-filled: unicode('f74d');\n$ti-icon-hexagon-number-2: unicode('f45b');\n$ti-icon-hexagon-number-2-filled: unicode('f74e');\n$ti-icon-hexagon-number-3: unicode('f45c');\n$ti-icon-hexagon-number-3-filled: unicode('f74f');\n$ti-icon-hexagon-number-4: unicode('f45d');\n$ti-icon-hexagon-number-4-filled: unicode('f750');\n$ti-icon-hexagon-number-5: unicode('f45e');\n$ti-icon-hexagon-number-5-filled: unicode('f751');\n$ti-icon-hexagon-number-6: unicode('f45f');\n$ti-icon-hexagon-number-6-filled: unicode('f752');\n$ti-icon-hexagon-number-7: unicode('f460');\n$ti-icon-hexagon-number-7-filled: unicode('f753');\n$ti-icon-hexagon-number-8: unicode('f461');\n$ti-icon-hexagon-number-8-filled: unicode('f754');\n$ti-icon-hexagon-number-9: unicode('f462');\n$ti-icon-hexagon-number-9-filled: unicode('f755');\n$ti-icon-hexagon-off: unicode('ee9c');\n$ti-icon-hexagon-plus: unicode('fc45');\n$ti-icon-hexagon-plus-2: unicode('fc90');\n$ti-icon-hexagon-plus-filled: unicode('fe2c');\n$ti-icon-hexagonal-prism: unicode('faa5');\n$ti-icon-hexagonal-prism-off: unicode('faa3');\n$ti-icon-hexagonal-prism-plus: unicode('faa4');\n$ti-icon-hexagonal-pyramid: unicode('faa8');\n$ti-icon-hexagonal-pyramid-off: unicode('faa6');\n$ti-icon-hexagonal-pyramid-plus: unicode('faa7');\n$ti-icon-hexagons: unicode('f09d');\n$ti-icon-hexagons-off: unicode('f3f9');\n$ti-icon-hierarchy: unicode('ee9e');\n$ti-icon-hierarchy-2: unicode('ee9d');\n$ti-icon-hierarchy-3: unicode('f289');\n$ti-icon-hierarchy-off: unicode('f3fa');\n$ti-icon-highlight: unicode('ef3f');\n$ti-icon-highlight-off: unicode('f144');\n$ti-icon-history: unicode('ebea');\n$ti-icon-history-off: unicode('f3fb');\n$ti-icon-history-toggle: unicode('f1fc');\n$ti-icon-home: unicode('eac1');\n$ti-icon-home-2: unicode('eac0');\n$ti-icon-home-bitcoin: unicode('ff3a');\n$ti-icon-home-bolt: unicode('f336');\n$ti-icon-home-cancel: unicode('f350');\n$ti-icon-home-check: unicode('f337');\n$ti-icon-home-cog: unicode('f338');\n$ti-icon-home-dollar: unicode('f339');\n$ti-icon-home-dot: unicode('f33a');\n$ti-icon-home-down: unicode('f33b');\n$ti-icon-home-eco: unicode('f351');\n$ti-icon-home-edit: unicode('f352');\n$ti-icon-home-exclamation: unicode('f33c');\n$ti-icon-home-filled: unicode('fe2b');\n$ti-icon-home-hand: unicode('f504');\n$ti-icon-home-heart: unicode('f353');\n$ti-icon-home-infinity: unicode('f505');\n$ti-icon-home-link: unicode('f354');\n$ti-icon-home-minus: unicode('f33d');\n$ti-icon-home-move: unicode('f33e');\n$ti-icon-home-off: unicode('f145');\n$ti-icon-home-plus: unicode('f33f');\n$ti-icon-home-question: unicode('f340');\n$ti-icon-home-ribbon: unicode('f355');\n$ti-icon-home-search: unicode('f341');\n$ti-icon-home-share: unicode('f342');\n$ti-icon-home-shield: unicode('f343');\n$ti-icon-home-signal: unicode('f356');\n$ti-icon-home-spark: unicode('ffb5');\n$ti-icon-home-star: unicode('f344');\n$ti-icon-home-stats: unicode('f345');\n$ti-icon-home-up: unicode('f346');\n$ti-icon-home-x: unicode('f347');\n$ti-icon-horse: unicode('fc46');\n$ti-icon-horse-toy: unicode('f28a');\n$ti-icon-horseshoe: unicode('fcb7');\n$ti-icon-hospital: unicode('fd59');\n$ti-icon-hospital-circle: unicode('fd58');\n$ti-icon-hospital-circle-filled: unicode('fed2');\n$ti-icon-hotel-service: unicode('ef80');\n$ti-icon-hourglass: unicode('ef93');\n$ti-icon-hourglass-empty: unicode('f146');\n$ti-icon-hourglass-filled: unicode('f756');\n$ti-icon-hourglass-high: unicode('f092');\n$ti-icon-hourglass-low: unicode('f093');\n$ti-icon-hourglass-off: unicode('f147');\n$ti-icon-hours-12: unicode('fc53');\n$ti-icon-hours-24: unicode('f5e7');\n$ti-icon-html: unicode('f7b1');\n$ti-icon-http-connect: unicode('fa28');\n$ti-icon-http-delete: unicode('fa29');\n$ti-icon-http-get: unicode('fa2a');\n$ti-icon-http-head: unicode('fa2b');\n$ti-icon-http-options: unicode('fa2c');\n$ti-icon-http-patch: unicode('fa2d');\n$ti-icon-http-post: unicode('fa2e');\n$ti-icon-http-put: unicode('fa2f');\n$ti-icon-http-que: unicode('fa5b');\n$ti-icon-http-trace: unicode('fa30');\n$ti-icon-ice-cream: unicode('eac2');\n$ti-icon-ice-cream-2: unicode('ee9f');\n$ti-icon-ice-cream-off: unicode('f148');\n$ti-icon-ice-skating: unicode('efcb');\n$ti-icon-icons: unicode('f1d4');\n$ti-icon-icons-filled: unicode('10070');\n$ti-icon-icons-off: unicode('f3fc');\n$ti-icon-id: unicode('eac3');\n$ti-icon-id-badge: unicode('eff7');\n$ti-icon-id-badge-2: unicode('f076');\n$ti-icon-id-badge-off: unicode('f3fd');\n$ti-icon-id-off: unicode('f149');\n$ti-icon-ikosaedr: unicode('fec6');\n$ti-icon-image-in-picture: unicode('fd9f');\n$ti-icon-inbox: unicode('eac4');\n$ti-icon-inbox-off: unicode('f14a');\n$ti-icon-indent-decrease: unicode('eb91');\n$ti-icon-indent-increase: unicode('eb92');\n$ti-icon-infinity: unicode('eb69');\n$ti-icon-infinity-off: unicode('f3fe');\n$ti-icon-info-circle: unicode('eac5');\n$ti-icon-info-circle-filled: unicode('f6d8');\n$ti-icon-info-hexagon: unicode('f7aa');\n$ti-icon-info-hexagon-filled: unicode('fa43');\n$ti-icon-info-octagon: unicode('f7ab');\n$ti-icon-info-octagon-filled: unicode('fa44');\n$ti-icon-info-small: unicode('f922');\n$ti-icon-info-square: unicode('eac6');\n$ti-icon-info-square-filled: unicode('fa45');\n$ti-icon-info-square-rounded: unicode('f635');\n$ti-icon-info-square-rounded-filled: unicode('f6d9');\n$ti-icon-info-triangle: unicode('f923');\n$ti-icon-info-triangle-filled: unicode('fa46');\n$ti-icon-inner-shadow-bottom: unicode('f520');\n$ti-icon-inner-shadow-bottom-filled: unicode('f757');\n$ti-icon-inner-shadow-bottom-left: unicode('f51e');\n$ti-icon-inner-shadow-bottom-left-filled: unicode('f758');\n$ti-icon-inner-shadow-bottom-right: unicode('f51f');\n$ti-icon-inner-shadow-bottom-right-filled: unicode('f759');\n$ti-icon-inner-shadow-left: unicode('f521');\n$ti-icon-inner-shadow-left-filled: unicode('f75a');\n$ti-icon-inner-shadow-right: unicode('f522');\n$ti-icon-inner-shadow-right-filled: unicode('f75b');\n$ti-icon-inner-shadow-top: unicode('f525');\n$ti-icon-inner-shadow-top-filled: unicode('f75c');\n$ti-icon-inner-shadow-top-left: unicode('f523');\n$ti-icon-inner-shadow-top-left-filled: unicode('f75d');\n$ti-icon-inner-shadow-top-right: unicode('f524');\n$ti-icon-inner-shadow-top-right-filled: unicode('f75e');\n$ti-icon-input-ai: unicode('fc5a');\n$ti-icon-input-check: unicode('fc5b');\n$ti-icon-input-search: unicode('f2a2');\n$ti-icon-input-spark: unicode('ffb4');\n$ti-icon-input-x: unicode('fc5c');\n$ti-icon-invoice: unicode('feab');\n$ti-icon-ironing: unicode('fa7c');\n$ti-icon-ironing-1: unicode('f2f4');\n$ti-icon-ironing-1-filled: unicode('1006f');\n$ti-icon-ironing-2: unicode('f2f5');\n$ti-icon-ironing-2-filled: unicode('1006e');\n$ti-icon-ironing-3: unicode('f2f6');\n$ti-icon-ironing-3-filled: unicode('1006d');\n$ti-icon-ironing-filled: unicode('fe2a');\n$ti-icon-ironing-off: unicode('f2f7');\n$ti-icon-ironing-steam: unicode('f2f9');\n$ti-icon-ironing-steam-filled: unicode('1006c');\n$ti-icon-ironing-steam-off: unicode('f2f8');\n$ti-icon-irregular-polyhedron: unicode('faab');\n$ti-icon-irregular-polyhedron-off: unicode('faa9');\n$ti-icon-irregular-polyhedron-plus: unicode('faaa');\n$ti-icon-italic: unicode('eb93');\n$ti-icon-jacket: unicode('f661');\n$ti-icon-jetpack: unicode('f581');\n$ti-icon-jetpack-filled: unicode('fe29');\n$ti-icon-jewish-star: unicode('f3ff');\n$ti-icon-jewish-star-filled: unicode('f67e');\n$ti-icon-join-bevel: unicode('ff4c');\n$ti-icon-join-round: unicode('ff4b');\n$ti-icon-join-straight: unicode('ff4a');\n$ti-icon-joker: unicode('1005f');\n$ti-icon-jpg: unicode('f3ac');\n$ti-icon-json: unicode('f7b2');\n$ti-icon-jump-rope: unicode('ed8f');\n$ti-icon-karate: unicode('ed32');\n$ti-icon-kayak: unicode('f1d6');\n$ti-icon-kerning: unicode('efb8');\n$ti-icon-key: unicode('eac7');\n$ti-icon-key-filled: unicode('fe28');\n$ti-icon-key-off: unicode('f14b');\n$ti-icon-keyboard: unicode('ebd6');\n$ti-icon-keyboard-hide: unicode('ec7e');\n$ti-icon-keyboard-off: unicode('eea0');\n$ti-icon-keyboard-show: unicode('ec7f');\n$ti-icon-keyframe: unicode('f576');\n$ti-icon-keyframe-align-center: unicode('f582');\n$ti-icon-keyframe-align-center-filled: unicode('fc30');\n$ti-icon-keyframe-align-horizontal: unicode('f583');\n$ti-icon-keyframe-align-horizontal-filled: unicode('fc31');\n$ti-icon-keyframe-align-vertical: unicode('f584');\n$ti-icon-keyframe-align-vertical-filled: unicode('fc32');\n$ti-icon-keyframe-filled: unicode('fc33');\n$ti-icon-keyframes: unicode('f585');\n$ti-icon-keyframes-filled: unicode('fc34');\n$ti-icon-label: unicode('ff38');\n$ti-icon-label-filled: unicode('ff41');\n$ti-icon-label-important: unicode('ff49');\n$ti-icon-label-important-filled: unicode('ff60');\n$ti-icon-label-off: unicode('ff39');\n$ti-icon-ladder: unicode('efe2');\n$ti-icon-ladder-off: unicode('f14c');\n$ti-icon-ladle: unicode('fc14');\n$ti-icon-lambda: unicode('f541');\n$ti-icon-lamp: unicode('efab');\n$ti-icon-lamp-2: unicode('f09e');\n$ti-icon-lamp-off: unicode('f14d');\n$ti-icon-lane: unicode('faf9');\n$ti-icon-language: unicode('ebbe');\n$ti-icon-language-hiragana: unicode('ef77');\n$ti-icon-language-katakana: unicode('ef78');\n$ti-icon-language-off: unicode('f14e');\n$ti-icon-lasso: unicode('efac');\n$ti-icon-lasso-off: unicode('f14f');\n$ti-icon-lasso-polygon: unicode('f388');\n$ti-icon-lasso-polygon-filled: unicode('ff5f');\n$ti-icon-laurel-wreath: unicode('ff45');\n$ti-icon-laurel-wreath-1: unicode('ff48');\n$ti-icon-laurel-wreath-2: unicode('ff47');\n$ti-icon-laurel-wreath-3: unicode('ff46');\n$ti-icon-layers-difference: unicode('eac8');\n$ti-icon-layers-intersect: unicode('eac9');\n$ti-icon-layers-intersect-2: unicode('eff8');\n$ti-icon-layers-linked: unicode('eea1');\n$ti-icon-layers-off: unicode('f150');\n$ti-icon-layers-selected: unicode('fea9');\n$ti-icon-layers-selected-bottom: unicode('feaa');\n$ti-icon-layers-subtract: unicode('eaca');\n$ti-icon-layers-union: unicode('eacb');\n$ti-icon-layout: unicode('eadb');\n$ti-icon-layout-2: unicode('eacc');\n$ti-icon-layout-2-filled: unicode('fe27');\n$ti-icon-layout-align-bottom: unicode('eacd');\n$ti-icon-layout-align-bottom-filled: unicode('fe26');\n$ti-icon-layout-align-center: unicode('eace');\n$ti-icon-layout-align-center-filled: unicode('fe25');\n$ti-icon-layout-align-left: unicode('eacf');\n$ti-icon-layout-align-left-filled: unicode('fe24');\n$ti-icon-layout-align-middle: unicode('ead0');\n$ti-icon-layout-align-middle-filled: unicode('fe23');\n$ti-icon-layout-align-right: unicode('ead1');\n$ti-icon-layout-align-right-filled: unicode('fe22');\n$ti-icon-layout-align-top: unicode('ead2');\n$ti-icon-layout-align-top-filled: unicode('fe21');\n$ti-icon-layout-board: unicode('ef95');\n$ti-icon-layout-board-split: unicode('ef94');\n$ti-icon-layout-bottombar: unicode('ead3');\n$ti-icon-layout-bottombar-collapse: unicode('f28b');\n$ti-icon-layout-bottombar-collapse-filled: unicode('fc35');\n$ti-icon-layout-bottombar-expand: unicode('f28c');\n$ti-icon-layout-bottombar-expand-filled: unicode('fc36');\n$ti-icon-layout-bottombar-filled: unicode('fc37');\n$ti-icon-layout-bottombar-inactive: unicode('fd45');\n$ti-icon-layout-cards: unicode('ec13');\n$ti-icon-layout-cards-filled: unicode('fe20');\n$ti-icon-layout-collage: unicode('f389');\n$ti-icon-layout-columns: unicode('ead4');\n$ti-icon-layout-dashboard: unicode('f02c');\n$ti-icon-layout-dashboard-filled: unicode('fe1f');\n$ti-icon-layout-distribute-horizontal: unicode('ead5');\n$ti-icon-layout-distribute-horizontal-filled: unicode('fe1e');\n$ti-icon-layout-distribute-vertical: unicode('ead6');\n$ti-icon-layout-distribute-vertical-filled: unicode('fe1d');\n$ti-icon-layout-filled: unicode('fe17');\n$ti-icon-layout-grid: unicode('edba');\n$ti-icon-layout-grid-add: unicode('edb9');\n$ti-icon-layout-grid-filled: unicode('fe1c');\n$ti-icon-layout-grid-remove: unicode('fa7d');\n$ti-icon-layout-kanban: unicode('ec3f');\n$ti-icon-layout-kanban-filled: unicode('fe1b');\n$ti-icon-layout-list: unicode('ec14');\n$ti-icon-layout-list-filled: unicode('fe1a');\n$ti-icon-layout-navbar: unicode('ead7');\n$ti-icon-layout-navbar-collapse: unicode('f28d');\n$ti-icon-layout-navbar-collapse-filled: unicode('fc38');\n$ti-icon-layout-navbar-expand: unicode('f28e');\n$ti-icon-layout-navbar-expand-filled: unicode('fc39');\n$ti-icon-layout-navbar-filled: unicode('fc3a');\n$ti-icon-layout-navbar-inactive: unicode('fd46');\n$ti-icon-layout-off: unicode('f151');\n$ti-icon-layout-rows: unicode('ead8');\n$ti-icon-layout-sidebar: unicode('eada');\n$ti-icon-layout-sidebar-filled: unicode('fe18');\n$ti-icon-layout-sidebar-inactive: unicode('fd47');\n$ti-icon-layout-sidebar-left-collapse: unicode('f004');\n$ti-icon-layout-sidebar-left-collapse-filled: unicode('fc3b');\n$ti-icon-layout-sidebar-left-expand: unicode('f005');\n$ti-icon-layout-sidebar-left-expand-filled: unicode('fc3c');\n$ti-icon-layout-sidebar-right: unicode('ead9');\n$ti-icon-layout-sidebar-right-collapse: unicode('f006');\n$ti-icon-layout-sidebar-right-collapse-filled: unicode('fc3d');\n$ti-icon-layout-sidebar-right-expand: unicode('f007');\n$ti-icon-layout-sidebar-right-expand-filled: unicode('fc3e');\n$ti-icon-layout-sidebar-right-filled: unicode('fe19');\n$ti-icon-layout-sidebar-right-inactive: unicode('fd48');\n$ti-icon-leaf: unicode('ed4f');\n$ti-icon-leaf-2: unicode('ff44');\n$ti-icon-leaf-off: unicode('f400');\n$ti-icon-lego: unicode('eadc');\n$ti-icon-lego-filled: unicode('fe16');\n$ti-icon-lego-off: unicode('f401');\n$ti-icon-lemon: unicode('ef10');\n$ti-icon-lemon-2: unicode('ef81');\n$ti-icon-letter-a: unicode('ec50');\n$ti-icon-letter-a-small: unicode('fcc7');\n$ti-icon-letter-b: unicode('ec51');\n$ti-icon-letter-b-small: unicode('fcc8');\n$ti-icon-letter-c: unicode('ec52');\n$ti-icon-letter-c-small: unicode('fcc9');\n$ti-icon-letter-case: unicode('eea5');\n$ti-icon-letter-case-lower: unicode('eea2');\n$ti-icon-letter-case-toggle: unicode('eea3');\n$ti-icon-letter-case-upper: unicode('eea4');\n$ti-icon-letter-d: unicode('ec53');\n$ti-icon-letter-d-small: unicode('fcca');\n$ti-icon-letter-e: unicode('ec54');\n$ti-icon-letter-e-small: unicode('fccb');\n$ti-icon-letter-f: unicode('ec55');\n$ti-icon-letter-f-small: unicode('fccc');\n$ti-icon-letter-g: unicode('ec56');\n$ti-icon-letter-g-small: unicode('fccd');\n$ti-icon-letter-h: unicode('ec57');\n$ti-icon-letter-h-small: unicode('fcce');\n$ti-icon-letter-i: unicode('ec58');\n$ti-icon-letter-i-small: unicode('fccf');\n$ti-icon-letter-j: unicode('ec59');\n$ti-icon-letter-j-small: unicode('fcd0');\n$ti-icon-letter-k: unicode('ec5a');\n$ti-icon-letter-k-small: unicode('fcd1');\n$ti-icon-letter-l: unicode('ec5b');\n$ti-icon-letter-l-small: unicode('fcd2');\n$ti-icon-letter-m: unicode('ec5c');\n$ti-icon-letter-m-small: unicode('fcd3');\n$ti-icon-letter-n: unicode('ec5d');\n$ti-icon-letter-n-small: unicode('fcd4');\n$ti-icon-letter-o: unicode('ec5e');\n$ti-icon-letter-o-small: unicode('fcd5');\n$ti-icon-letter-p: unicode('ec5f');\n$ti-icon-letter-p-small: unicode('fcd6');\n$ti-icon-letter-q: unicode('ec60');\n$ti-icon-letter-q-small: unicode('fcd7');\n$ti-icon-letter-r: unicode('ec61');\n$ti-icon-letter-r-small: unicode('fcd8');\n$ti-icon-letter-s: unicode('ec62');\n$ti-icon-letter-s-small: unicode('fcd9');\n$ti-icon-letter-spacing: unicode('eea6');\n$ti-icon-letter-t: unicode('ec63');\n$ti-icon-letter-t-small: unicode('fcda');\n$ti-icon-letter-u: unicode('ec64');\n$ti-icon-letter-u-small: unicode('fcdb');\n$ti-icon-letter-v: unicode('ec65');\n$ti-icon-letter-v-small: unicode('fcdc');\n$ti-icon-letter-w: unicode('ec66');\n$ti-icon-letter-w-small: unicode('fcdd');\n$ti-icon-letter-x: unicode('ec67');\n$ti-icon-letter-x-small: unicode('fcde');\n$ti-icon-letter-y: unicode('ec68');\n$ti-icon-letter-y-small: unicode('fcdf');\n$ti-icon-letter-z: unicode('ec69');\n$ti-icon-letter-z-small: unicode('fce0');\n$ti-icon-library: unicode('fd4c');\n$ti-icon-library-minus: unicode('fd49');\n$ti-icon-library-photo: unicode('fd4a');\n$ti-icon-library-plus: unicode('fd4b');\n$ti-icon-license: unicode('ebc0');\n$ti-icon-license-off: unicode('f153');\n$ti-icon-lifebuoy: unicode('eadd');\n$ti-icon-lifebuoy-off: unicode('f154');\n$ti-icon-lighter: unicode('f794');\n$ti-icon-line: unicode('ec40');\n$ti-icon-line-dashed: unicode('eea7');\n$ti-icon-line-dotted: unicode('eea8');\n$ti-icon-line-height: unicode('eb94');\n$ti-icon-line-scan: unicode('fcb8');\n$ti-icon-link: unicode('eade');\n$ti-icon-link-minus: unicode('fd16');\n$ti-icon-link-off: unicode('f402');\n$ti-icon-link-plus: unicode('fd17');\n$ti-icon-list: unicode('eb6b');\n$ti-icon-list-check: unicode('eb6a');\n$ti-icon-list-details: unicode('ef40');\n$ti-icon-list-letters: unicode('fc47');\n$ti-icon-list-numbers: unicode('ef11');\n$ti-icon-list-search: unicode('eea9');\n$ti-icon-list-tree: unicode('fafa');\n$ti-icon-live-photo: unicode('eadf');\n$ti-icon-live-photo-filled: unicode('fed1');\n$ti-icon-live-photo-off: unicode('f403');\n$ti-icon-live-view: unicode('ec6b');\n$ti-icon-load-balancer: unicode('fa5c');\n$ti-icon-loader: unicode('eca3');\n$ti-icon-loader-2: unicode('f226');\n$ti-icon-loader-3: unicode('f513');\n$ti-icon-loader-quarter: unicode('eca2');\n$ti-icon-location: unicode('eae0');\n$ti-icon-location-bolt: unicode('fbaf');\n$ti-icon-location-broken: unicode('f2c4');\n$ti-icon-location-cancel: unicode('fbb0');\n$ti-icon-location-check: unicode('fbb1');\n$ti-icon-location-code: unicode('fbb2');\n$ti-icon-location-cog: unicode('fbb3');\n$ti-icon-location-discount: unicode('fbb4');\n$ti-icon-location-dollar: unicode('fbb5');\n$ti-icon-location-down: unicode('fbb6');\n$ti-icon-location-exclamation: unicode('fbb7');\n$ti-icon-location-filled: unicode('f67f');\n$ti-icon-location-heart: unicode('fbb8');\n$ti-icon-location-minus: unicode('fbb9');\n$ti-icon-location-off: unicode('f155');\n$ti-icon-location-pause: unicode('fbba');\n$ti-icon-location-pin: unicode('fbbb');\n$ti-icon-location-plus: unicode('fbbc');\n$ti-icon-location-question: unicode('fbbd');\n$ti-icon-location-search: unicode('fbbe');\n$ti-icon-location-share: unicode('fbbf');\n$ti-icon-location-star: unicode('fbc0');\n$ti-icon-location-up: unicode('fbc1');\n$ti-icon-location-x: unicode('fbc2');\n$ti-icon-lock: unicode('eae2');\n$ti-icon-lock-access: unicode('eeaa');\n$ti-icon-lock-access-off: unicode('f404');\n$ti-icon-lock-bitcoin: unicode('ff37');\n$ti-icon-lock-bolt: unicode('f924');\n$ti-icon-lock-cancel: unicode('f925');\n$ti-icon-lock-check: unicode('f926');\n$ti-icon-lock-code: unicode('f927');\n$ti-icon-lock-cog: unicode('f928');\n$ti-icon-lock-dollar: unicode('f929');\n$ti-icon-lock-down: unicode('f92a');\n$ti-icon-lock-exclamation: unicode('f92b');\n$ti-icon-lock-filled: unicode('fe15');\n$ti-icon-lock-heart: unicode('f92c');\n$ti-icon-lock-minus: unicode('f92d');\n$ti-icon-lock-off: unicode('ed1e');\n$ti-icon-lock-open: unicode('eae1');\n$ti-icon-lock-open-2: unicode('fea8');\n$ti-icon-lock-open-off: unicode('f156');\n$ti-icon-lock-password: unicode('ff9f');\n$ti-icon-lock-pause: unicode('f92e');\n$ti-icon-lock-pin: unicode('f92f');\n$ti-icon-lock-plus: unicode('f930');\n$ti-icon-lock-question: unicode('f931');\n$ti-icon-lock-search: unicode('f932');\n$ti-icon-lock-share: unicode('f933');\n$ti-icon-lock-square: unicode('ef51');\n$ti-icon-lock-square-rounded: unicode('f636');\n$ti-icon-lock-square-rounded-filled: unicode('f6da');\n$ti-icon-lock-star: unicode('f934');\n$ti-icon-lock-up: unicode('f935');\n$ti-icon-lock-x: unicode('f936');\n$ti-icon-logic-and: unicode('f240');\n$ti-icon-logic-buffer: unicode('f241');\n$ti-icon-logic-nand: unicode('f242');\n$ti-icon-logic-nor: unicode('f243');\n$ti-icon-logic-not: unicode('f244');\n$ti-icon-logic-or: unicode('f245');\n$ti-icon-logic-xnor: unicode('f246');\n$ti-icon-logic-xor: unicode('f247');\n$ti-icon-login: unicode('eba7');\n$ti-icon-login-2: unicode('fc76');\n$ti-icon-logout: unicode('eba8');\n$ti-icon-logout-2: unicode('fa7e');\n$ti-icon-logs: unicode('fea7');\n$ti-icon-lollipop: unicode('efcc');\n$ti-icon-lollipop-off: unicode('f157');\n$ti-icon-luggage: unicode('efad');\n$ti-icon-luggage-off: unicode('f158');\n$ti-icon-lungs: unicode('ef62');\n$ti-icon-lungs-filled: unicode('fe14');\n$ti-icon-lungs-off: unicode('f405');\n$ti-icon-macro: unicode('eeab');\n$ti-icon-macro-filled: unicode('fe13');\n$ti-icon-macro-off: unicode('f406');\n$ti-icon-magnet: unicode('eae3');\n$ti-icon-magnet-filled: unicode('fe12');\n$ti-icon-magnet-off: unicode('f159');\n$ti-icon-magnetic: unicode('fcb9');\n$ti-icon-mail: unicode('eae5');\n$ti-icon-mail-ai: unicode('fa31');\n$ti-icon-mail-bitcoin: unicode('ff36');\n$ti-icon-mail-bolt: unicode('f937');\n$ti-icon-mail-cancel: unicode('f938');\n$ti-icon-mail-check: unicode('f939');\n$ti-icon-mail-code: unicode('f93a');\n$ti-icon-mail-cog: unicode('f93b');\n$ti-icon-mail-dollar: unicode('f93c');\n$ti-icon-mail-down: unicode('f93d');\n$ti-icon-mail-exclamation: unicode('f93e');\n$ti-icon-mail-fast: unicode('f069');\n$ti-icon-mail-filled: unicode('fa47');\n$ti-icon-mail-forward: unicode('eeac');\n$ti-icon-mail-heart: unicode('f93f');\n$ti-icon-mail-minus: unicode('f940');\n$ti-icon-mail-off: unicode('f15a');\n$ti-icon-mail-opened: unicode('eae4');\n$ti-icon-mail-opened-filled: unicode('fa48');\n$ti-icon-mail-pause: unicode('f941');\n$ti-icon-mail-pin: unicode('f942');\n$ti-icon-mail-plus: unicode('f943');\n$ti-icon-mail-question: unicode('f944');\n$ti-icon-mail-search: unicode('f945');\n$ti-icon-mail-share: unicode('f946');\n$ti-icon-mail-spark: unicode('ffb3');\n$ti-icon-mail-star: unicode('f947');\n$ti-icon-mail-up: unicode('f948');\n$ti-icon-mail-x: unicode('f949');\n$ti-icon-mailbox: unicode('eead');\n$ti-icon-mailbox-off: unicode('f15b');\n$ti-icon-man: unicode('eae6');\n$ti-icon-man-filled: unicode('fe11');\n$ti-icon-manual-gearbox: unicode('ed7b');\n$ti-icon-manual-gearbox-filled: unicode('fe10');\n$ti-icon-map: unicode('eae9');\n$ti-icon-map-2: unicode('eae7');\n$ti-icon-map-bolt: unicode('fbc3');\n$ti-icon-map-cancel: unicode('fbc4');\n$ti-icon-map-check: unicode('fbc5');\n$ti-icon-map-code: unicode('fbc6');\n$ti-icon-map-cog: unicode('fbc7');\n$ti-icon-map-discount: unicode('fbc8');\n$ti-icon-map-dollar: unicode('fbc9');\n$ti-icon-map-down: unicode('fbca');\n$ti-icon-map-east: unicode('fc5d');\n$ti-icon-map-exclamation: unicode('fbcb');\n$ti-icon-map-heart: unicode('fbcc');\n$ti-icon-map-minus: unicode('fbcd');\n$ti-icon-map-north: unicode('fc5e');\n$ti-icon-map-off: unicode('f15c');\n$ti-icon-map-pause: unicode('fbce');\n$ti-icon-map-pin: unicode('eae8');\n$ti-icon-map-pin-2: unicode('fc48');\n$ti-icon-map-pin-bolt: unicode('f94a');\n$ti-icon-map-pin-cancel: unicode('f94b');\n$ti-icon-map-pin-check: unicode('f94c');\n$ti-icon-map-pin-code: unicode('f94d');\n$ti-icon-map-pin-cog: unicode('f94e');\n$ti-icon-map-pin-dollar: unicode('f94f');\n$ti-icon-map-pin-down: unicode('f950');\n$ti-icon-map-pin-exclamation: unicode('f951');\n$ti-icon-map-pin-filled: unicode('f680');\n$ti-icon-map-pin-heart: unicode('f952');\n$ti-icon-map-pin-minus: unicode('f953');\n$ti-icon-map-pin-off: unicode('ecf3');\n$ti-icon-map-pin-pause: unicode('f954');\n$ti-icon-map-pin-pin: unicode('f955');\n$ti-icon-map-pin-plus: unicode('f956');\n$ti-icon-map-pin-question: unicode('f957');\n$ti-icon-map-pin-search: unicode('f958');\n$ti-icon-map-pin-share: unicode('f795');\n$ti-icon-map-pin-star: unicode('f959');\n$ti-icon-map-pin-up: unicode('f95a');\n$ti-icon-map-pin-x: unicode('f95b');\n$ti-icon-map-pins: unicode('ed5e');\n$ti-icon-map-plus: unicode('fbcf');\n$ti-icon-map-question: unicode('fbd0');\n$ti-icon-map-route: unicode('fc79');\n$ti-icon-map-search: unicode('ef82');\n$ti-icon-map-share: unicode('fbd1');\n$ti-icon-map-south: unicode('fc5f');\n$ti-icon-map-star: unicode('fbd2');\n$ti-icon-map-up: unicode('fbd3');\n$ti-icon-map-west: unicode('fc60');\n$ti-icon-map-x: unicode('fbd4');\n$ti-icon-markdown: unicode('ec41');\n$ti-icon-markdown-off: unicode('f407');\n$ti-icon-marquee: unicode('ec77');\n$ti-icon-marquee-2: unicode('eeae');\n$ti-icon-marquee-off: unicode('f15d');\n$ti-icon-mars: unicode('ec80');\n$ti-icon-mask: unicode('eeb0');\n$ti-icon-mask-off: unicode('eeaf');\n$ti-icon-masks-theater: unicode('f263');\n$ti-icon-masks-theater-off: unicode('f408');\n$ti-icon-massage: unicode('eeb1');\n$ti-icon-matchstick: unicode('f577');\n$ti-icon-math: unicode('ebeb');\n$ti-icon-math-1-divide-2: unicode('f4e2');\n$ti-icon-math-1-divide-3: unicode('f4e3');\n$ti-icon-math-avg: unicode('f0f4');\n$ti-icon-math-cos: unicode('ff1f');\n$ti-icon-math-ctg: unicode('ff35');\n$ti-icon-math-equal-greater: unicode('f4e4');\n$ti-icon-math-equal-lower: unicode('f4e5');\n$ti-icon-math-function: unicode('eeb2');\n$ti-icon-math-function-off: unicode('f15e');\n$ti-icon-math-function-y: unicode('f4e6');\n$ti-icon-math-greater: unicode('f4e7');\n$ti-icon-math-integral: unicode('f4e9');\n$ti-icon-math-integral-x: unicode('f4e8');\n$ti-icon-math-integrals: unicode('f4ea');\n$ti-icon-math-lower: unicode('f4eb');\n$ti-icon-math-max: unicode('f0f5');\n$ti-icon-math-max-min: unicode('fda0');\n$ti-icon-math-min: unicode('f0f6');\n$ti-icon-math-not: unicode('f4ec');\n$ti-icon-math-off: unicode('f409');\n$ti-icon-math-pi: unicode('f4ee');\n$ti-icon-math-pi-divide-2: unicode('f4ed');\n$ti-icon-math-sec: unicode('ff34');\n$ti-icon-math-sin: unicode('ff1e');\n$ti-icon-math-symbols: unicode('eeb3');\n$ti-icon-math-tg: unicode('ff33');\n$ti-icon-math-x-divide-2: unicode('f4ef');\n$ti-icon-math-x-divide-y: unicode('f4f1');\n$ti-icon-math-x-divide-y-2: unicode('f4f0');\n$ti-icon-math-x-floor-divide-y: unicode('10073');\n$ti-icon-math-x-minus-x: unicode('f4f2');\n$ti-icon-math-x-minus-y: unicode('f4f3');\n$ti-icon-math-x-plus-x: unicode('f4f4');\n$ti-icon-math-x-plus-y: unicode('f4f5');\n$ti-icon-math-xy: unicode('f4f6');\n$ti-icon-math-y-minus-y: unicode('f4f7');\n$ti-icon-math-y-plus-y: unicode('f4f8');\n$ti-icon-maximize: unicode('eaea');\n$ti-icon-maximize-off: unicode('f15f');\n$ti-icon-meat: unicode('ef12');\n$ti-icon-meat-off: unicode('f40a');\n$ti-icon-medal: unicode('ec78');\n$ti-icon-medal-2: unicode('efcd');\n$ti-icon-medical-cross: unicode('ec2f');\n$ti-icon-medical-cross-circle: unicode('fae8');\n$ti-icon-medical-cross-filled: unicode('f681');\n$ti-icon-medical-cross-off: unicode('f160');\n$ti-icon-medicine-syrup: unicode('ef63');\n$ti-icon-meeple: unicode('f514');\n$ti-icon-melon: unicode('fc7a');\n$ti-icon-melon-filled: unicode('1000e');\n$ti-icon-menorah: unicode('f58c');\n$ti-icon-menu: unicode('eaeb');\n$ti-icon-menu-2: unicode('ec42');\n$ti-icon-menu-3: unicode('ff43');\n$ti-icon-menu-4: unicode('ff42');\n$ti-icon-menu-deep: unicode('fafb');\n$ti-icon-menu-order: unicode('f5f5');\n$ti-icon-message: unicode('eaef');\n$ti-icon-message-2: unicode('eaec');\n$ti-icon-message-2-bolt: unicode('f95c');\n$ti-icon-message-2-cancel: unicode('f95d');\n$ti-icon-message-2-check: unicode('f95e');\n$ti-icon-message-2-code: unicode('f012');\n$ti-icon-message-2-cog: unicode('f95f');\n$ti-icon-message-2-dollar: unicode('f960');\n$ti-icon-message-2-down: unicode('f961');\n$ti-icon-message-2-exclamation: unicode('f962');\n$ti-icon-message-2-heart: unicode('f963');\n$ti-icon-message-2-minus: unicode('f964');\n$ti-icon-message-2-off: unicode('f40b');\n$ti-icon-message-2-pause: unicode('f965');\n$ti-icon-message-2-pin: unicode('f966');\n$ti-icon-message-2-plus: unicode('f967');\n$ti-icon-message-2-question: unicode('f968');\n$ti-icon-message-2-search: unicode('f969');\n$ti-icon-message-2-share: unicode('f077');\n$ti-icon-message-2-star: unicode('f96a');\n$ti-icon-message-2-up: unicode('f96b');\n$ti-icon-message-2-x: unicode('f96c');\n$ti-icon-message-bolt: unicode('f96d');\n$ti-icon-message-cancel: unicode('f96e');\n$ti-icon-message-chatbot: unicode('f38a');\n$ti-icon-message-chatbot-filled: unicode('fed0');\n$ti-icon-message-check: unicode('f96f');\n$ti-icon-message-circle: unicode('eaed');\n$ti-icon-message-circle-bolt: unicode('f970');\n$ti-icon-message-circle-cancel: unicode('f971');\n$ti-icon-message-circle-check: unicode('f972');\n$ti-icon-message-circle-code: unicode('f973');\n$ti-icon-message-circle-cog: unicode('f974');\n$ti-icon-message-circle-dollar: unicode('f975');\n$ti-icon-message-circle-down: unicode('f976');\n$ti-icon-message-circle-exclamation: unicode('f977');\n$ti-icon-message-circle-filled: unicode('fecf');\n$ti-icon-message-circle-heart: unicode('f978');\n$ti-icon-message-circle-minus: unicode('f979');\n$ti-icon-message-circle-off: unicode('ed40');\n$ti-icon-message-circle-pause: unicode('f97a');\n$ti-icon-message-circle-pin: unicode('f97b');\n$ti-icon-message-circle-plus: unicode('f97c');\n$ti-icon-message-circle-question: unicode('f97d');\n$ti-icon-message-circle-search: unicode('f97e');\n$ti-icon-message-circle-share: unicode('f97f');\n$ti-icon-message-circle-star: unicode('f980');\n$ti-icon-message-circle-up: unicode('f981');\n$ti-icon-message-circle-user: unicode('fec5');\n$ti-icon-message-circle-x: unicode('f982');\n$ti-icon-message-code: unicode('f013');\n$ti-icon-message-cog: unicode('f983');\n$ti-icon-message-dollar: unicode('f984');\n$ti-icon-message-dots: unicode('eaee');\n$ti-icon-message-down: unicode('f985');\n$ti-icon-message-exclamation: unicode('f986');\n$ti-icon-message-filled: unicode('fecd');\n$ti-icon-message-forward: unicode('f28f');\n$ti-icon-message-heart: unicode('f987');\n$ti-icon-message-language: unicode('efae');\n$ti-icon-message-minus: unicode('f988');\n$ti-icon-message-off: unicode('ed41');\n$ti-icon-message-pause: unicode('f989');\n$ti-icon-message-pin: unicode('f98a');\n$ti-icon-message-plus: unicode('ec9a');\n$ti-icon-message-question: unicode('f98b');\n$ti-icon-message-reply: unicode('fd4d');\n$ti-icon-message-report: unicode('ec9b');\n$ti-icon-message-report-filled: unicode('fece');\n$ti-icon-message-search: unicode('f98c');\n$ti-icon-message-share: unicode('f078');\n$ti-icon-message-star: unicode('f98d');\n$ti-icon-message-up: unicode('f98e');\n$ti-icon-message-user: unicode('fec4');\n$ti-icon-message-x: unicode('f98f');\n$ti-icon-messages: unicode('eb6c');\n$ti-icon-messages-off: unicode('ed42');\n$ti-icon-meteor: unicode('f1fd');\n$ti-icon-meteor-filled: unicode('1000d');\n$ti-icon-meteor-off: unicode('f40c');\n$ti-icon-meter-cube: unicode('fd7c');\n$ti-icon-meter-square: unicode('fd7d');\n$ti-icon-metronome: unicode('fd25');\n$ti-icon-michelin-bib-gourmand: unicode('fae9');\n$ti-icon-michelin-star: unicode('faeb');\n$ti-icon-michelin-star-filled: unicode('1000c');\n$ti-icon-michelin-star-green: unicode('faea');\n$ti-icon-mickey: unicode('f2a3');\n$ti-icon-mickey-filled: unicode('f683');\n$ti-icon-microphone: unicode('eaf0');\n$ti-icon-microphone-2: unicode('ef2c');\n$ti-icon-microphone-2-off: unicode('f40d');\n$ti-icon-microphone-filled: unicode('fe0f');\n$ti-icon-microphone-off: unicode('ed16');\n$ti-icon-microscope: unicode('ef64');\n$ti-icon-microscope-off: unicode('f40e');\n$ti-icon-microwave: unicode('f248');\n$ti-icon-microwave-filled: unicode('fe0e');\n$ti-icon-microwave-off: unicode('f264');\n$ti-icon-military-award: unicode('f079');\n$ti-icon-military-rank: unicode('efcf');\n$ti-icon-military-rank-filled: unicode('ff5e');\n$ti-icon-milk: unicode('ef13');\n$ti-icon-milk-filled: unicode('1000b');\n$ti-icon-milk-off: unicode('f40f');\n$ti-icon-milkshake: unicode('f4c8');\n$ti-icon-minimize: unicode('eaf1');\n$ti-icon-minus: unicode('eaf2');\n$ti-icon-minus-vertical: unicode('eeb4');\n$ti-icon-mist: unicode('ec30');\n$ti-icon-mist-off: unicode('f410');\n$ti-icon-mobiledata: unicode('f9f5');\n$ti-icon-mobiledata-off: unicode('f9f4');\n$ti-icon-moneybag: unicode('f506');\n$ti-icon-monkeybar: unicode('feb4');\n$ti-icon-mood-angry: unicode('f2de');\n$ti-icon-mood-angry-filled: unicode('ff0a');\n$ti-icon-mood-annoyed: unicode('f2e0');\n$ti-icon-mood-annoyed-2: unicode('f2df');\n$ti-icon-mood-bitcoin: unicode('ff32');\n$ti-icon-mood-boy: unicode('ed2d');\n$ti-icon-mood-check: unicode('f7b3');\n$ti-icon-mood-cog: unicode('f7b4');\n$ti-icon-mood-confuzed: unicode('eaf3');\n$ti-icon-mood-confuzed-filled: unicode('f7f2');\n$ti-icon-mood-crazy-happy: unicode('ed90');\n$ti-icon-mood-crazy-happy-filled: unicode('ff09');\n$ti-icon-mood-cry: unicode('ecbb');\n$ti-icon-mood-dollar: unicode('f7b5');\n$ti-icon-mood-edit: unicode('fa05');\n$ti-icon-mood-empty: unicode('eeb5');\n$ti-icon-mood-empty-filled: unicode('f7f3');\n$ti-icon-mood-happy: unicode('eaf4');\n$ti-icon-mood-happy-filled: unicode('f7f4');\n$ti-icon-mood-heart: unicode('f7b6');\n$ti-icon-mood-kid: unicode('ec03');\n$ti-icon-mood-kid-filled: unicode('f7f5');\n$ti-icon-mood-look-down: unicode('fd37');\n$ti-icon-mood-look-left: unicode('f2c5');\n$ti-icon-mood-look-right: unicode('f2c6');\n$ti-icon-mood-look-up: unicode('fd38');\n$ti-icon-mood-minus: unicode('f7b7');\n$ti-icon-mood-nerd: unicode('f2e1');\n$ti-icon-mood-nervous: unicode('ef96');\n$ti-icon-mood-neutral: unicode('eaf5');\n$ti-icon-mood-neutral-filled: unicode('f7f6');\n$ti-icon-mood-off: unicode('f161');\n$ti-icon-mood-pin: unicode('f7b8');\n$ti-icon-mood-plus: unicode('f7b9');\n$ti-icon-mood-puzzled: unicode('fd39');\n$ti-icon-mood-sad: unicode('eaf6');\n$ti-icon-mood-sad-2: unicode('f2e2');\n$ti-icon-mood-sad-dizzy: unicode('f2e3');\n$ti-icon-mood-sad-filled: unicode('f7f7');\n$ti-icon-mood-sad-squint: unicode('f2e4');\n$ti-icon-mood-search: unicode('f7ba');\n$ti-icon-mood-share: unicode('fa06');\n$ti-icon-mood-sick: unicode('f2e5');\n$ti-icon-mood-silence: unicode('f2e6');\n$ti-icon-mood-sing: unicode('f2c7');\n$ti-icon-mood-smile: unicode('eaf7');\n$ti-icon-mood-smile-beam: unicode('f2e7');\n$ti-icon-mood-smile-dizzy: unicode('f2e8');\n$ti-icon-mood-smile-filled: unicode('f7f8');\n$ti-icon-mood-spark: unicode('ffb2');\n$ti-icon-mood-surprised: unicode('ec04');\n$ti-icon-mood-tongue: unicode('eb95');\n$ti-icon-mood-tongue-wink: unicode('f2ea');\n$ti-icon-mood-tongue-wink-2: unicode('f2e9');\n$ti-icon-mood-unamused: unicode('f2eb');\n$ti-icon-mood-up: unicode('f7bb');\n$ti-icon-mood-wink: unicode('f2ed');\n$ti-icon-mood-wink-2: unicode('f2ec');\n$ti-icon-mood-wrrr: unicode('f2ee');\n$ti-icon-mood-wrrr-filled: unicode('ff08');\n$ti-icon-mood-x: unicode('f7bc');\n$ti-icon-mood-xd: unicode('f2ef');\n$ti-icon-moon: unicode('eaf8');\n$ti-icon-moon-2: unicode('ece6');\n$ti-icon-moon-filled: unicode('f684');\n$ti-icon-moon-off: unicode('f162');\n$ti-icon-moon-stars: unicode('ece7');\n$ti-icon-moped: unicode('ecbc');\n$ti-icon-motorbike: unicode('eeb6');\n$ti-icon-mountain: unicode('ef97');\n$ti-icon-mountain-filled: unicode('1000a');\n$ti-icon-mountain-off: unicode('f411');\n$ti-icon-mouse: unicode('eaf9');\n$ti-icon-mouse-2: unicode('f1d7');\n$ti-icon-mouse-filled: unicode('fb2f');\n$ti-icon-mouse-off: unicode('f163');\n$ti-icon-moustache: unicode('f4c9');\n$ti-icon-movie: unicode('eafa');\n$ti-icon-movie-off: unicode('f164');\n$ti-icon-mug: unicode('eafb');\n$ti-icon-mug-filled: unicode('10009');\n$ti-icon-mug-off: unicode('f165');\n$ti-icon-multiplier-0-5x: unicode('ef41');\n$ti-icon-multiplier-1-5x: unicode('ef42');\n$ti-icon-multiplier-1x: unicode('ef43');\n$ti-icon-multiplier-2x: unicode('ef44');\n$ti-icon-mushroom: unicode('ef14');\n$ti-icon-mushroom-filled: unicode('f7f9');\n$ti-icon-mushroom-off: unicode('f412');\n$ti-icon-music: unicode('eafc');\n$ti-icon-music-bolt: unicode('fbd5');\n$ti-icon-music-cancel: unicode('fbd6');\n$ti-icon-music-check: unicode('fbd7');\n$ti-icon-music-code: unicode('fbd8');\n$ti-icon-music-cog: unicode('fbd9');\n$ti-icon-music-discount: unicode('fbda');\n$ti-icon-music-dollar: unicode('fbdb');\n$ti-icon-music-down: unicode('fbdc');\n$ti-icon-music-exclamation: unicode('fbdd');\n$ti-icon-music-heart: unicode('fbde');\n$ti-icon-music-minus: unicode('fbdf');\n$ti-icon-music-off: unicode('f166');\n$ti-icon-music-pause: unicode('fbe0');\n$ti-icon-music-pin: unicode('fbe1');\n$ti-icon-music-plus: unicode('fbe2');\n$ti-icon-music-question: unicode('fbe3');\n$ti-icon-music-search: unicode('fbe4');\n$ti-icon-music-share: unicode('fbe5');\n$ti-icon-music-star: unicode('fbe6');\n$ti-icon-music-up: unicode('fbe7');\n$ti-icon-music-x: unicode('fbe8');\n$ti-icon-navigation: unicode('f2c8');\n$ti-icon-navigation-bolt: unicode('fbe9');\n$ti-icon-navigation-cancel: unicode('fbea');\n$ti-icon-navigation-check: unicode('fbeb');\n$ti-icon-navigation-code: unicode('fbec');\n$ti-icon-navigation-cog: unicode('fbed');\n$ti-icon-navigation-discount: unicode('fbee');\n$ti-icon-navigation-dollar: unicode('fbef');\n$ti-icon-navigation-down: unicode('fbf0');\n$ti-icon-navigation-east: unicode('fcba');\n$ti-icon-navigation-exclamation: unicode('fbf1');\n$ti-icon-navigation-filled: unicode('f685');\n$ti-icon-navigation-heart: unicode('fbf2');\n$ti-icon-navigation-minus: unicode('fbf3');\n$ti-icon-navigation-north: unicode('fcbb');\n$ti-icon-navigation-off: unicode('f413');\n$ti-icon-navigation-pause: unicode('fbf4');\n$ti-icon-navigation-pin: unicode('fbf5');\n$ti-icon-navigation-plus: unicode('fbf6');\n$ti-icon-navigation-question: unicode('fbf7');\n$ti-icon-navigation-search: unicode('fbf8');\n$ti-icon-navigation-share: unicode('fbf9');\n$ti-icon-navigation-south: unicode('fcbc');\n$ti-icon-navigation-star: unicode('fbfa');\n$ti-icon-navigation-top: unicode('faec');\n$ti-icon-navigation-up: unicode('fbfb');\n$ti-icon-navigation-west: unicode('fcbd');\n$ti-icon-navigation-x: unicode('fbfc');\n$ti-icon-needle: unicode('f508');\n$ti-icon-needle-thread: unicode('f507');\n$ti-icon-network: unicode('f09f');\n$ti-icon-network-off: unicode('f414');\n$ti-icon-new-section: unicode('ebc1');\n$ti-icon-news: unicode('eafd');\n$ti-icon-news-off: unicode('f167');\n$ti-icon-nfc: unicode('eeb7');\n$ti-icon-nfc-off: unicode('f168');\n$ti-icon-no-copyright: unicode('efb9');\n$ti-icon-no-creative-commons: unicode('efba');\n$ti-icon-no-derivatives: unicode('efbb');\n$ti-icon-north-star: unicode('f014');\n$ti-icon-note: unicode('eb6d');\n$ti-icon-note-off: unicode('f169');\n$ti-icon-notebook: unicode('eb96');\n$ti-icon-notebook-off: unicode('f415');\n$ti-icon-notes: unicode('eb6e');\n$ti-icon-notes-off: unicode('f16a');\n$ti-icon-notification: unicode('eafe');\n$ti-icon-notification-off: unicode('f16b');\n$ti-icon-number: unicode('f1fe');\n$ti-icon-number-0: unicode('edf0');\n$ti-icon-number-0-small: unicode('fce1');\n$ti-icon-number-1: unicode('edf1');\n$ti-icon-number-1-small: unicode('fce2');\n$ti-icon-number-10: unicode('1005e');\n$ti-icon-number-10-small: unicode('fce3');\n$ti-icon-number-100-small: unicode('10005');\n$ti-icon-number-11: unicode('1005d');\n$ti-icon-number-11-small: unicode('fce4');\n$ti-icon-number-12-small: unicode('fce5');\n$ti-icon-number-123: unicode('f554');\n$ti-icon-number-13-small: unicode('fce6');\n$ti-icon-number-14-small: unicode('fce7');\n$ti-icon-number-15-small: unicode('fce8');\n$ti-icon-number-16-small: unicode('fce9');\n$ti-icon-number-17-small: unicode('fcea');\n$ti-icon-number-18-small: unicode('fceb');\n$ti-icon-number-19-small: unicode('fcec');\n$ti-icon-number-2: unicode('edf2');\n$ti-icon-number-2-small: unicode('fced');\n$ti-icon-number-20-small: unicode('fcee');\n$ti-icon-number-21-small: unicode('fcef');\n$ti-icon-number-22-small: unicode('fcf0');\n$ti-icon-number-23-small: unicode('fcf1');\n$ti-icon-number-24-small: unicode('fcf2');\n$ti-icon-number-25-small: unicode('fcf3');\n$ti-icon-number-26-small: unicode('fcf4');\n$ti-icon-number-27-small: unicode('fcf5');\n$ti-icon-number-28-small: unicode('fcf6');\n$ti-icon-number-29-small: unicode('fcf7');\n$ti-icon-number-3: unicode('edf3');\n$ti-icon-number-3-small: unicode('fcf8');\n$ti-icon-number-30-small: unicode('10004');\n$ti-icon-number-31-small: unicode('10003');\n$ti-icon-number-32-small: unicode('10002');\n$ti-icon-number-33-small: unicode('10001');\n$ti-icon-number-34-small: unicode('10000');\n$ti-icon-number-35-small: unicode('ffff');\n$ti-icon-number-36-small: unicode('fffe');\n$ti-icon-number-37-small: unicode('fffd');\n$ti-icon-number-38-small: unicode('fffc');\n$ti-icon-number-39-small: unicode('fffb');\n$ti-icon-number-4: unicode('edf4');\n$ti-icon-number-4-small: unicode('fcf9');\n$ti-icon-number-40-small: unicode('fffa');\n$ti-icon-number-41-small: unicode('fff9');\n$ti-icon-number-42-small: unicode('fff8');\n$ti-icon-number-43-small: unicode('fff7');\n$ti-icon-number-44-small: unicode('fff6');\n$ti-icon-number-45-small: unicode('fff5');\n$ti-icon-number-46-small: unicode('fff4');\n$ti-icon-number-47-small: unicode('fff3');\n$ti-icon-number-48-small: unicode('fff2');\n$ti-icon-number-49-small: unicode('fff1');\n$ti-icon-number-5: unicode('edf5');\n$ti-icon-number-5-small: unicode('fcfa');\n$ti-icon-number-50-small: unicode('fff0');\n$ti-icon-number-51-small: unicode('ffef');\n$ti-icon-number-52-small: unicode('ffee');\n$ti-icon-number-53-small: unicode('ffed');\n$ti-icon-number-54-small: unicode('ffec');\n$ti-icon-number-55-small: unicode('ffeb');\n$ti-icon-number-56-small: unicode('ffea');\n$ti-icon-number-57-small: unicode('ffe9');\n$ti-icon-number-58-small: unicode('ffe8');\n$ti-icon-number-59-small: unicode('ffe7');\n$ti-icon-number-6: unicode('edf6');\n$ti-icon-number-6-small: unicode('fcfb');\n$ti-icon-number-60-small: unicode('ffe6');\n$ti-icon-number-61-small: unicode('ffe5');\n$ti-icon-number-62-small: unicode('ffe4');\n$ti-icon-number-63-small: unicode('ffe3');\n$ti-icon-number-64-small: unicode('ffe2');\n$ti-icon-number-65-small: unicode('ffe1');\n$ti-icon-number-66-small: unicode('ffe0');\n$ti-icon-number-67-small: unicode('ffdf');\n$ti-icon-number-68-small: unicode('ffde');\n$ti-icon-number-69-small: unicode('ffdd');\n$ti-icon-number-7: unicode('edf7');\n$ti-icon-number-7-small: unicode('fcfc');\n$ti-icon-number-70-small: unicode('ffdc');\n$ti-icon-number-71-small: unicode('ffdb');\n$ti-icon-number-72-small: unicode('ffda');\n$ti-icon-number-73-small: unicode('ffd9');\n$ti-icon-number-74-small: unicode('ffd8');\n$ti-icon-number-75-small: unicode('ffd7');\n$ti-icon-number-76-small: unicode('ffd6');\n$ti-icon-number-77-small: unicode('ffd5');\n$ti-icon-number-78-small: unicode('ffd4');\n$ti-icon-number-79-small: unicode('ffd3');\n$ti-icon-number-8: unicode('edf8');\n$ti-icon-number-8-small: unicode('fcfd');\n$ti-icon-number-80-small: unicode('ffd2');\n$ti-icon-number-81-small: unicode('ffd1');\n$ti-icon-number-82-small: unicode('ffd0');\n$ti-icon-number-83-small: unicode('ffcf');\n$ti-icon-number-84-small: unicode('ffce');\n$ti-icon-number-85-small: unicode('ffcd');\n$ti-icon-number-86-small: unicode('ffcc');\n$ti-icon-number-87-small: unicode('ffcb');\n$ti-icon-number-88-small: unicode('ffca');\n$ti-icon-number-89-small: unicode('ffc9');\n$ti-icon-number-9: unicode('edf9');\n$ti-icon-number-9-small: unicode('fcfe');\n$ti-icon-number-90-small: unicode('ffc8');\n$ti-icon-number-91-small: unicode('ffc7');\n$ti-icon-number-92-small: unicode('ffc6');\n$ti-icon-number-93-small: unicode('ffc5');\n$ti-icon-number-94-small: unicode('ffc4');\n$ti-icon-number-95-small: unicode('ffc3');\n$ti-icon-number-96-small: unicode('ffc2');\n$ti-icon-number-97-small: unicode('ffc1');\n$ti-icon-number-98-small: unicode('ffc0');\n$ti-icon-number-99-small: unicode('ffbf');\n$ti-icon-numbers: unicode('f015');\n$ti-icon-nurse: unicode('ef65');\n$ti-icon-nut: unicode('fc61');\n$ti-icon-object-scan: unicode('fef1');\n$ti-icon-octagon: unicode('ecbd');\n$ti-icon-octagon-filled: unicode('f686');\n$ti-icon-octagon-minus: unicode('fc92');\n$ti-icon-octagon-minus-2: unicode('fc91');\n$ti-icon-octagon-off: unicode('eeb8');\n$ti-icon-octagon-plus: unicode('fc94');\n$ti-icon-octagon-plus-2: unicode('fc93');\n$ti-icon-octahedron: unicode('faae');\n$ti-icon-octahedron-off: unicode('faac');\n$ti-icon-octahedron-plus: unicode('faad');\n$ti-icon-old: unicode('eeb9');\n$ti-icon-olympics: unicode('eeba');\n$ti-icon-olympics-off: unicode('f416');\n$ti-icon-om: unicode('f58d');\n$ti-icon-omega: unicode('eb97');\n$ti-icon-outbound: unicode('f249');\n$ti-icon-outlet: unicode('ebd7');\n$ti-icon-oval: unicode('f02e');\n$ti-icon-oval-filled: unicode('f687');\n$ti-icon-oval-vertical: unicode('f02d');\n$ti-icon-oval-vertical-filled: unicode('f688');\n$ti-icon-overline: unicode('eebb');\n$ti-icon-package: unicode('eaff');\n$ti-icon-package-export: unicode('f07a');\n$ti-icon-package-import: unicode('f07b');\n$ti-icon-package-off: unicode('f16c');\n$ti-icon-packages: unicode('f2c9');\n$ti-icon-pacman: unicode('eebc');\n$ti-icon-page-break: unicode('ec81');\n$ti-icon-paint: unicode('eb00');\n$ti-icon-paint-filled: unicode('f75f');\n$ti-icon-paint-off: unicode('f16d');\n$ti-icon-palette: unicode('eb01');\n$ti-icon-palette-off: unicode('f16e');\n$ti-icon-panorama-horizontal: unicode('ed33');\n$ti-icon-panorama-horizontal-filled: unicode('fecc');\n$ti-icon-panorama-horizontal-off: unicode('f417');\n$ti-icon-panorama-vertical: unicode('ed34');\n$ti-icon-panorama-vertical-filled: unicode('fecb');\n$ti-icon-panorama-vertical-off: unicode('f418');\n$ti-icon-paper-bag: unicode('f02f');\n$ti-icon-paper-bag-off: unicode('f16f');\n$ti-icon-paperclip: unicode('eb02');\n$ti-icon-parachute: unicode('ed7c');\n$ti-icon-parachute-off: unicode('f170');\n$ti-icon-parentheses: unicode('ebd8');\n$ti-icon-parentheses-off: unicode('f171');\n$ti-icon-parking: unicode('eb03');\n$ti-icon-parking-circle: unicode('fd5a');\n$ti-icon-parking-circle-filled: unicode('feca');\n$ti-icon-parking-off: unicode('f172');\n$ti-icon-password: unicode('f4ca');\n$ti-icon-password-fingerprint: unicode('fc7b');\n$ti-icon-password-mobile-phone: unicode('fc7c');\n$ti-icon-password-user: unicode('fc7d');\n$ti-icon-paw: unicode('eff9');\n$ti-icon-paw-filled: unicode('f689');\n$ti-icon-paw-off: unicode('f419');\n$ti-icon-paywall: unicode('fd7e');\n$ti-icon-pdf: unicode('f7ac');\n$ti-icon-peace: unicode('ecbe');\n$ti-icon-pencil: unicode('eb04');\n$ti-icon-pencil-bolt: unicode('fbfd');\n$ti-icon-pencil-cancel: unicode('fbfe');\n$ti-icon-pencil-check: unicode('fbff');\n$ti-icon-pencil-code: unicode('fc00');\n$ti-icon-pencil-cog: unicode('fc01');\n$ti-icon-pencil-discount: unicode('fc02');\n$ti-icon-pencil-dollar: unicode('fc03');\n$ti-icon-pencil-down: unicode('fc04');\n$ti-icon-pencil-exclamation: unicode('fc05');\n$ti-icon-pencil-heart: unicode('fc06');\n$ti-icon-pencil-minus: unicode('f1eb');\n$ti-icon-pencil-off: unicode('f173');\n$ti-icon-pencil-pause: unicode('fc07');\n$ti-icon-pencil-pin: unicode('fc08');\n$ti-icon-pencil-plus: unicode('f1ec');\n$ti-icon-pencil-question: unicode('fc09');\n$ti-icon-pencil-search: unicode('fc0a');\n$ti-icon-pencil-share: unicode('fc0b');\n$ti-icon-pencil-star: unicode('fc0c');\n$ti-icon-pencil-up: unicode('fc0d');\n$ti-icon-pencil-x: unicode('fc0e');\n$ti-icon-pennant: unicode('ed7d');\n$ti-icon-pennant-2: unicode('f06a');\n$ti-icon-pennant-2-filled: unicode('f68a');\n$ti-icon-pennant-filled: unicode('f68b');\n$ti-icon-pennant-off: unicode('f174');\n$ti-icon-pentagon: unicode('efe3');\n$ti-icon-pentagon-filled: unicode('f68c');\n$ti-icon-pentagon-minus: unicode('feb3');\n$ti-icon-pentagon-number-0: unicode('fc7e');\n$ti-icon-pentagon-number-1: unicode('fc7f');\n$ti-icon-pentagon-number-2: unicode('fc80');\n$ti-icon-pentagon-number-3: unicode('fc81');\n$ti-icon-pentagon-number-4: unicode('fc82');\n$ti-icon-pentagon-number-5: unicode('fc83');\n$ti-icon-pentagon-number-6: unicode('fc84');\n$ti-icon-pentagon-number-7: unicode('fc85');\n$ti-icon-pentagon-number-8: unicode('fc86');\n$ti-icon-pentagon-number-9: unicode('fc87');\n$ti-icon-pentagon-off: unicode('f41a');\n$ti-icon-pentagon-plus: unicode('fc49');\n$ti-icon-pentagon-x: unicode('fc88');\n$ti-icon-pentagram: unicode('f586');\n$ti-icon-pepper: unicode('ef15');\n$ti-icon-pepper-off: unicode('f175');\n$ti-icon-percentage: unicode('ecf4');\n$ti-icon-percentage-0: unicode('fee5');\n$ti-icon-percentage-10: unicode('fee4');\n$ti-icon-percentage-100: unicode('fee3');\n$ti-icon-percentage-20: unicode('fee2');\n$ti-icon-percentage-25: unicode('fee1');\n$ti-icon-percentage-30: unicode('fee0');\n$ti-icon-percentage-33: unicode('fedf');\n$ti-icon-percentage-40: unicode('fede');\n$ti-icon-percentage-50: unicode('fedd');\n$ti-icon-percentage-60: unicode('fedc');\n$ti-icon-percentage-66: unicode('fedb');\n$ti-icon-percentage-70: unicode('feda');\n$ti-icon-percentage-75: unicode('fed9');\n$ti-icon-percentage-80: unicode('fed8');\n$ti-icon-percentage-90: unicode('fed7');\n$ti-icon-perfume: unicode('f509');\n$ti-icon-perspective: unicode('eebd');\n$ti-icon-perspective-off: unicode('f176');\n$ti-icon-phone: unicode('eb09');\n$ti-icon-phone-call: unicode('eb05');\n$ti-icon-phone-calling: unicode('ec43');\n$ti-icon-phone-check: unicode('ec05');\n$ti-icon-phone-done: unicode('ff9e');\n$ti-icon-phone-end: unicode('ff9d');\n$ti-icon-phone-filled: unicode('fa49');\n$ti-icon-phone-incoming: unicode('eb06');\n$ti-icon-phone-off: unicode('ecf5');\n$ti-icon-phone-outgoing: unicode('eb07');\n$ti-icon-phone-pause: unicode('eb08');\n$ti-icon-phone-plus: unicode('ec06');\n$ti-icon-phone-ringing: unicode('ff9c');\n$ti-icon-phone-spark: unicode('ffb1');\n$ti-icon-phone-x: unicode('ec07');\n$ti-icon-photo: unicode('eb0a');\n$ti-icon-photo-ai: unicode('fa32');\n$ti-icon-photo-bitcoin: unicode('ff31');\n$ti-icon-photo-bolt: unicode('f990');\n$ti-icon-photo-cancel: unicode('f35d');\n$ti-icon-photo-check: unicode('f35e');\n$ti-icon-photo-circle: unicode('fc4a');\n$ti-icon-photo-circle-minus: unicode('fc62');\n$ti-icon-photo-circle-plus: unicode('fc63');\n$ti-icon-photo-code: unicode('f991');\n$ti-icon-photo-cog: unicode('f992');\n$ti-icon-photo-dollar: unicode('f993');\n$ti-icon-photo-down: unicode('f35f');\n$ti-icon-photo-edit: unicode('f360');\n$ti-icon-photo-exclamation: unicode('f994');\n$ti-icon-photo-filled: unicode('fa4a');\n$ti-icon-photo-heart: unicode('f361');\n$ti-icon-photo-hexagon: unicode('fc4b');\n$ti-icon-photo-minus: unicode('f362');\n$ti-icon-photo-off: unicode('ecf6');\n$ti-icon-photo-pause: unicode('f995');\n$ti-icon-photo-pentagon: unicode('fc4c');\n$ti-icon-photo-pin: unicode('f996');\n$ti-icon-photo-plus: unicode('f363');\n$ti-icon-photo-question: unicode('f997');\n$ti-icon-photo-scan: unicode('fca8');\n$ti-icon-photo-search: unicode('f364');\n$ti-icon-photo-sensor: unicode('f798');\n$ti-icon-photo-sensor-2: unicode('f796');\n$ti-icon-photo-sensor-3: unicode('f797');\n$ti-icon-photo-share: unicode('f998');\n$ti-icon-photo-shield: unicode('f365');\n$ti-icon-photo-spark: unicode('ffb0');\n$ti-icon-photo-square-rounded: unicode('fc4d');\n$ti-icon-photo-star: unicode('f366');\n$ti-icon-photo-up: unicode('f38b');\n$ti-icon-photo-video: unicode('fc95');\n$ti-icon-photo-x: unicode('f367');\n$ti-icon-physotherapist: unicode('eebe');\n$ti-icon-piano: unicode('fad3');\n$ti-icon-pick: unicode('fafc');\n$ti-icon-picnic-table: unicode('fed6');\n$ti-icon-picture-in-picture: unicode('ed35');\n$ti-icon-picture-in-picture-filled: unicode('fec1');\n$ti-icon-picture-in-picture-off: unicode('ed43');\n$ti-icon-picture-in-picture-on: unicode('ed44');\n$ti-icon-picture-in-picture-top: unicode('efe4');\n$ti-icon-picture-in-picture-top-filled: unicode('fec2');\n$ti-icon-pig: unicode('ef52');\n$ti-icon-pig-money: unicode('f38c');\n$ti-icon-pig-off: unicode('f177');\n$ti-icon-pilcrow: unicode('f5f6');\n$ti-icon-pilcrow-left: unicode('fd7f');\n$ti-icon-pilcrow-right: unicode('fd80');\n$ti-icon-pill: unicode('ec44');\n$ti-icon-pill-filled: unicode('ff07');\n$ti-icon-pill-off: unicode('f178');\n$ti-icon-pills: unicode('ef66');\n$ti-icon-pin: unicode('ec9c');\n$ti-icon-pin-end: unicode('fd5b');\n$ti-icon-pin-filled: unicode('f68d');\n$ti-icon-pin-invoke: unicode('fd5c');\n$ti-icon-ping-pong: unicode('f38d');\n$ti-icon-pinned: unicode('ed60');\n$ti-icon-pinned-filled: unicode('f68e');\n$ti-icon-pinned-off: unicode('ed5f');\n$ti-icon-pizza: unicode('edbb');\n$ti-icon-pizza-filled: unicode('10008');\n$ti-icon-pizza-off: unicode('f179');\n$ti-icon-placeholder: unicode('f626');\n$ti-icon-plane: unicode('eb6f');\n$ti-icon-plane-arrival: unicode('eb99');\n$ti-icon-plane-departure: unicode('eb9a');\n$ti-icon-plane-inflight: unicode('ef98');\n$ti-icon-plane-off: unicode('f17a');\n$ti-icon-plane-tilt: unicode('f1ed');\n$ti-icon-planet: unicode('ec08');\n$ti-icon-planet-off: unicode('f17b');\n$ti-icon-plant: unicode('ed50');\n$ti-icon-plant-2: unicode('ed7e');\n$ti-icon-plant-2-off: unicode('f17c');\n$ti-icon-plant-off: unicode('f17d');\n$ti-icon-play-basketball: unicode('fa66');\n$ti-icon-play-card: unicode('eebf');\n$ti-icon-play-card-1: unicode('1005c');\n$ti-icon-play-card-1-filled: unicode('10083');\n$ti-icon-play-card-10: unicode('1005b');\n$ti-icon-play-card-10-filled: unicode('10082');\n$ti-icon-play-card-2: unicode('1005a');\n$ti-icon-play-card-2-filled: unicode('10081');\n$ti-icon-play-card-3: unicode('10059');\n$ti-icon-play-card-3-filled: unicode('10080');\n$ti-icon-play-card-4: unicode('10058');\n$ti-icon-play-card-4-filled: unicode('1007f');\n$ti-icon-play-card-5: unicode('10057');\n$ti-icon-play-card-5-filled: unicode('1007e');\n$ti-icon-play-card-6: unicode('10056');\n$ti-icon-play-card-6-filled: unicode('1007d');\n$ti-icon-play-card-7: unicode('10055');\n$ti-icon-play-card-7-filled: unicode('1007c');\n$ti-icon-play-card-8: unicode('10054');\n$ti-icon-play-card-8-filled: unicode('1007b');\n$ti-icon-play-card-9: unicode('10053');\n$ti-icon-play-card-9-filled: unicode('1007a');\n$ti-icon-play-card-a: unicode('10052');\n$ti-icon-play-card-a-filled: unicode('10079');\n$ti-icon-play-card-j: unicode('10051');\n$ti-icon-play-card-j-filled: unicode('10078');\n$ti-icon-play-card-k: unicode('10050');\n$ti-icon-play-card-k-filled: unicode('10077');\n$ti-icon-play-card-off: unicode('f17e');\n$ti-icon-play-card-q: unicode('1004f');\n$ti-icon-play-card-q-filled: unicode('10076');\n$ti-icon-play-card-star: unicode('1004e');\n$ti-icon-play-card-star-filled: unicode('10075');\n$ti-icon-play-football: unicode('fa67');\n$ti-icon-play-handball: unicode('fa68');\n$ti-icon-play-volleyball: unicode('fa69');\n$ti-icon-player-eject: unicode('efbc');\n$ti-icon-player-eject-filled: unicode('f68f');\n$ti-icon-player-pause: unicode('ed45');\n$ti-icon-player-pause-filled: unicode('f690');\n$ti-icon-player-play: unicode('ed46');\n$ti-icon-player-play-filled: unicode('f691');\n$ti-icon-player-record: unicode('ed47');\n$ti-icon-player-record-filled: unicode('f692');\n$ti-icon-player-skip-back: unicode('ed48');\n$ti-icon-player-skip-back-filled: unicode('f693');\n$ti-icon-player-skip-forward: unicode('ed49');\n$ti-icon-player-skip-forward-filled: unicode('f694');\n$ti-icon-player-stop: unicode('ed4a');\n$ti-icon-player-stop-filled: unicode('f695');\n$ti-icon-player-track-next: unicode('ed4b');\n$ti-icon-player-track-next-filled: unicode('f696');\n$ti-icon-player-track-prev: unicode('ed4c');\n$ti-icon-player-track-prev-filled: unicode('f697');\n$ti-icon-playlist: unicode('eec0');\n$ti-icon-playlist-add: unicode('f008');\n$ti-icon-playlist-off: unicode('f17f');\n$ti-icon-playlist-x: unicode('f009');\n$ti-icon-playstation-circle: unicode('f2ad');\n$ti-icon-playstation-square: unicode('f2ae');\n$ti-icon-playstation-triangle: unicode('f2af');\n$ti-icon-playstation-x: unicode('f2b0');\n$ti-icon-plug: unicode('ebd9');\n$ti-icon-plug-connected: unicode('f00a');\n$ti-icon-plug-connected-x: unicode('f0a0');\n$ti-icon-plug-off: unicode('f180');\n$ti-icon-plug-x: unicode('f0a1');\n$ti-icon-plus: unicode('eb0b');\n$ti-icon-plus-equal: unicode('f7ad');\n$ti-icon-plus-minus: unicode('f7ae');\n$ti-icon-png: unicode('f3ad');\n$ti-icon-podium: unicode('f1d8');\n$ti-icon-podium-off: unicode('f41b');\n$ti-icon-point: unicode('eb0c');\n$ti-icon-point-filled: unicode('f698');\n$ti-icon-point-off: unicode('f181');\n$ti-icon-pointer: unicode('f265');\n$ti-icon-pointer-bolt: unicode('f999');\n$ti-icon-pointer-cancel: unicode('f99a');\n$ti-icon-pointer-check: unicode('f99b');\n$ti-icon-pointer-code: unicode('f99c');\n$ti-icon-pointer-cog: unicode('f99d');\n$ti-icon-pointer-dollar: unicode('f99e');\n$ti-icon-pointer-down: unicode('f99f');\n$ti-icon-pointer-exclamation: unicode('f9a0');\n$ti-icon-pointer-filled: unicode('fb30');\n$ti-icon-pointer-heart: unicode('f9a1');\n$ti-icon-pointer-minus: unicode('f9a2');\n$ti-icon-pointer-off: unicode('f9a3');\n$ti-icon-pointer-pause: unicode('f9a4');\n$ti-icon-pointer-pin: unicode('f9a5');\n$ti-icon-pointer-plus: unicode('f9a6');\n$ti-icon-pointer-question: unicode('f9a7');\n$ti-icon-pointer-search: unicode('f9a8');\n$ti-icon-pointer-share: unicode('f9a9');\n$ti-icon-pointer-star: unicode('f9aa');\n$ti-icon-pointer-up: unicode('f9ab');\n$ti-icon-pointer-x: unicode('f9ac');\n$ti-icon-pokeball: unicode('eec1');\n$ti-icon-pokeball-off: unicode('f41c');\n$ti-icon-poker-chip: unicode('f515');\n$ti-icon-polaroid: unicode('eec2');\n$ti-icon-polaroid-filled: unicode('fa4b');\n$ti-icon-polygon: unicode('efd0');\n$ti-icon-polygon-off: unicode('f182');\n$ti-icon-poo: unicode('f258');\n$ti-icon-poo-filled: unicode('fec9');\n$ti-icon-pool: unicode('ed91');\n$ti-icon-pool-off: unicode('f41d');\n$ti-icon-power: unicode('eb0d');\n$ti-icon-pray: unicode('ecbf');\n$ti-icon-premium-rights: unicode('efbd');\n$ti-icon-prescription: unicode('ef99');\n$ti-icon-presentation: unicode('eb70');\n$ti-icon-presentation-analytics: unicode('eec3');\n$ti-icon-presentation-analytics-filled: unicode('ff5d');\n$ti-icon-presentation-filled: unicode('ff5c');\n$ti-icon-presentation-off: unicode('f183');\n$ti-icon-printer: unicode('eb0e');\n$ti-icon-printer-off: unicode('f184');\n$ti-icon-prism: unicode('fab1');\n$ti-icon-prism-light: unicode('fea6');\n$ti-icon-prism-off: unicode('faaf');\n$ti-icon-prism-plus: unicode('fab0');\n$ti-icon-prison: unicode('ef79');\n$ti-icon-progress: unicode('fa0d');\n$ti-icon-progress-alert: unicode('fa07');\n$ti-icon-progress-bolt: unicode('fa08');\n$ti-icon-progress-check: unicode('fa09');\n$ti-icon-progress-down: unicode('fa0a');\n$ti-icon-progress-help: unicode('fa0b');\n$ti-icon-progress-x: unicode('fa0c');\n$ti-icon-prompt: unicode('eb0f');\n$ti-icon-prong: unicode('fda1');\n$ti-icon-propeller: unicode('eec4');\n$ti-icon-propeller-off: unicode('f185');\n$ti-icon-protocol: unicode('fd81');\n$ti-icon-pumpkin-scary: unicode('f587');\n$ti-icon-puzzle: unicode('eb10');\n$ti-icon-puzzle-2: unicode('ef83');\n$ti-icon-puzzle-filled: unicode('f699');\n$ti-icon-puzzle-off: unicode('f186');\n$ti-icon-pyramid: unicode('eec5');\n$ti-icon-pyramid-off: unicode('f187');\n$ti-icon-pyramid-plus: unicode('fab2');\n$ti-icon-qrcode: unicode('eb11');\n$ti-icon-qrcode-off: unicode('f41e');\n$ti-icon-question-mark: unicode('ec9d');\n$ti-icon-quote: unicode('efbe');\n$ti-icon-quote-off: unicode('f188');\n$ti-icon-quotes: unicode('fb1e');\n$ti-icon-radar: unicode('f017');\n$ti-icon-radar-2: unicode('f016');\n$ti-icon-radar-filled: unicode('fe0d');\n$ti-icon-radar-off: unicode('f41f');\n$ti-icon-radio: unicode('ef2d');\n$ti-icon-radio-off: unicode('f420');\n$ti-icon-radioactive: unicode('ecc0');\n$ti-icon-radioactive-filled: unicode('f760');\n$ti-icon-radioactive-off: unicode('f189');\n$ti-icon-radius-bottom-left: unicode('eec6');\n$ti-icon-radius-bottom-right: unicode('eec7');\n$ti-icon-radius-top-left: unicode('eec8');\n$ti-icon-radius-top-right: unicode('eec9');\n$ti-icon-rainbow: unicode('edbc');\n$ti-icon-rainbow-off: unicode('f18a');\n$ti-icon-rating-12-plus: unicode('f266');\n$ti-icon-rating-14-plus: unicode('f267');\n$ti-icon-rating-16-plus: unicode('f268');\n$ti-icon-rating-18-plus: unicode('f269');\n$ti-icon-rating-21-plus: unicode('f26a');\n$ti-icon-razor: unicode('f4b5');\n$ti-icon-razor-electric: unicode('f4b4');\n$ti-icon-receipt: unicode('edfd');\n$ti-icon-receipt-2: unicode('edfa');\n$ti-icon-receipt-bitcoin: unicode('fd66');\n$ti-icon-receipt-dollar: unicode('fd67');\n$ti-icon-receipt-euro: unicode('fd68');\n$ti-icon-receipt-filled: unicode('ff06');\n$ti-icon-receipt-off: unicode('edfb');\n$ti-icon-receipt-pound: unicode('fd69');\n$ti-icon-receipt-refund: unicode('edfc');\n$ti-icon-receipt-rupee: unicode('fd82');\n$ti-icon-receipt-tax: unicode('edbd');\n$ti-icon-receipt-yen: unicode('fd6a');\n$ti-icon-receipt-yuan: unicode('fd6b');\n$ti-icon-recharging: unicode('eeca');\n$ti-icon-record-mail: unicode('eb12');\n$ti-icon-record-mail-off: unicode('f18b');\n$ti-icon-rectangle: unicode('ed37');\n$ti-icon-rectangle-filled: unicode('f69a');\n$ti-icon-rectangle-rounded-bottom: unicode('faed');\n$ti-icon-rectangle-rounded-top: unicode('faee');\n$ti-icon-rectangle-vertical: unicode('ed36');\n$ti-icon-rectangle-vertical-filled: unicode('f69b');\n$ti-icon-rectangular-prism: unicode('fab5');\n$ti-icon-rectangular-prism-off: unicode('fab3');\n$ti-icon-rectangular-prism-plus: unicode('fab4');\n$ti-icon-recycle: unicode('eb9b');\n$ti-icon-recycle-off: unicode('f18c');\n$ti-icon-refresh: unicode('eb13');\n$ti-icon-refresh-alert: unicode('ed57');\n$ti-icon-refresh-dot: unicode('efbf');\n$ti-icon-refresh-off: unicode('f18d');\n$ti-icon-regex: unicode('f31f');\n$ti-icon-regex-off: unicode('f421');\n$ti-icon-registered: unicode('eb14');\n$ti-icon-relation-many-to-many: unicode('ed7f');\n$ti-icon-relation-many-to-many-filled: unicode('fe0c');\n$ti-icon-relation-one-to-many: unicode('ed80');\n$ti-icon-relation-one-to-many-filled: unicode('fe0b');\n$ti-icon-relation-one-to-one: unicode('ed81');\n$ti-icon-relation-one-to-one-filled: unicode('fe0a');\n$ti-icon-reload: unicode('f3ae');\n$ti-icon-reorder: unicode('fc15');\n$ti-icon-repeat: unicode('eb72');\n$ti-icon-repeat-off: unicode('f18e');\n$ti-icon-repeat-once: unicode('eb71');\n$ti-icon-replace: unicode('ebc7');\n$ti-icon-replace-filled: unicode('f69c');\n$ti-icon-replace-off: unicode('f422');\n$ti-icon-report: unicode('eece');\n$ti-icon-report-analytics: unicode('eecb');\n$ti-icon-report-medical: unicode('eecc');\n$ti-icon-report-money: unicode('eecd');\n$ti-icon-report-off: unicode('f18f');\n$ti-icon-report-search: unicode('ef84');\n$ti-icon-reserved-line: unicode('f9f6');\n$ti-icon-resize: unicode('eecf');\n$ti-icon-restore: unicode('fafd');\n$ti-icon-rewind-backward-10: unicode('faba');\n$ti-icon-rewind-backward-15: unicode('fabb');\n$ti-icon-rewind-backward-20: unicode('fabc');\n$ti-icon-rewind-backward-30: unicode('fabd');\n$ti-icon-rewind-backward-40: unicode('fabe');\n$ti-icon-rewind-backward-5: unicode('fabf');\n$ti-icon-rewind-backward-50: unicode('fac0');\n$ti-icon-rewind-backward-60: unicode('fac1');\n$ti-icon-rewind-forward-10: unicode('fac2');\n$ti-icon-rewind-forward-15: unicode('fac3');\n$ti-icon-rewind-forward-20: unicode('fac4');\n$ti-icon-rewind-forward-30: unicode('fac5');\n$ti-icon-rewind-forward-40: unicode('fac6');\n$ti-icon-rewind-forward-5: unicode('fac7');\n$ti-icon-rewind-forward-50: unicode('fac8');\n$ti-icon-rewind-forward-60: unicode('fac9');\n$ti-icon-ribbon-health: unicode('f58e');\n$ti-icon-rings: unicode('fa6a');\n$ti-icon-ripple: unicode('ed82');\n$ti-icon-ripple-off: unicode('f190');\n$ti-icon-road: unicode('f018');\n$ti-icon-road-off: unicode('f191');\n$ti-icon-road-sign: unicode('ecdd');\n$ti-icon-robot: unicode('f00b');\n$ti-icon-robot-face: unicode('fcbe');\n$ti-icon-robot-off: unicode('f192');\n$ti-icon-rocket: unicode('ec45');\n$ti-icon-rocket-off: unicode('f193');\n$ti-icon-roller-skating: unicode('efd1');\n$ti-icon-rollercoaster: unicode('f0a2');\n$ti-icon-rollercoaster-off: unicode('f423');\n$ti-icon-rosette: unicode('f599');\n$ti-icon-rosette-discount: unicode('ee7c');\n$ti-icon-rosette-discount-check: unicode('f1f8');\n$ti-icon-rosette-discount-check-filled: unicode('f746');\n$ti-icon-rosette-discount-check-off: unicode('ff10');\n$ti-icon-rosette-discount-filled: unicode('ff05');\n$ti-icon-rosette-discount-off: unicode('f3e6');\n$ti-icon-rosette-filled: unicode('f69d');\n$ti-icon-rosette-number-0: unicode('f58f');\n$ti-icon-rosette-number-1: unicode('f590');\n$ti-icon-rosette-number-2: unicode('f591');\n$ti-icon-rosette-number-3: unicode('f592');\n$ti-icon-rosette-number-4: unicode('f593');\n$ti-icon-rosette-number-5: unicode('f594');\n$ti-icon-rosette-number-6: unicode('f595');\n$ti-icon-rosette-number-7: unicode('f596');\n$ti-icon-rosette-number-8: unicode('f597');\n$ti-icon-rosette-number-9: unicode('f598');\n$ti-icon-rotate: unicode('eb16');\n$ti-icon-rotate-2: unicode('ebb4');\n$ti-icon-rotate-360: unicode('ef85');\n$ti-icon-rotate-3d: unicode('f020');\n$ti-icon-rotate-clockwise: unicode('eb15');\n$ti-icon-rotate-clockwise-2: unicode('ebb5');\n$ti-icon-rotate-dot: unicode('efe5');\n$ti-icon-rotate-rectangle: unicode('ec15');\n$ti-icon-route: unicode('eb17');\n$ti-icon-route-2: unicode('f4b6');\n$ti-icon-route-alt-left: unicode('fca9');\n$ti-icon-route-alt-right: unicode('fcaa');\n$ti-icon-route-off: unicode('f194');\n$ti-icon-route-scan: unicode('fcbf');\n$ti-icon-route-square: unicode('fcac');\n$ti-icon-route-square-2: unicode('fcab');\n$ti-icon-route-x: unicode('fcae');\n$ti-icon-route-x-2: unicode('fcad');\n$ti-icon-router: unicode('eb18');\n$ti-icon-router-off: unicode('f424');\n$ti-icon-row-insert-bottom: unicode('eed0');\n$ti-icon-row-insert-top: unicode('eed1');\n$ti-icon-row-remove: unicode('fafe');\n$ti-icon-rss: unicode('eb19');\n$ti-icon-rubber-stamp: unicode('f5ab');\n$ti-icon-rubber-stamp-off: unicode('f5aa');\n$ti-icon-ruler: unicode('eb1a');\n$ti-icon-ruler-2: unicode('eed2');\n$ti-icon-ruler-2-off: unicode('f195');\n$ti-icon-ruler-3: unicode('f290');\n$ti-icon-ruler-measure: unicode('f291');\n$ti-icon-ruler-measure-2: unicode('ff0f');\n$ti-icon-ruler-off: unicode('f196');\n$ti-icon-run: unicode('ec82');\n$ti-icon-rv-truck: unicode('fcc0');\n$ti-icon-s-turn-down: unicode('f516');\n$ti-icon-s-turn-left: unicode('f517');\n$ti-icon-s-turn-right: unicode('f518');\n$ti-icon-s-turn-up: unicode('f519');\n$ti-icon-sailboat: unicode('ec83');\n$ti-icon-sailboat-2: unicode('f5f7');\n$ti-icon-sailboat-off: unicode('f425');\n$ti-icon-salad: unicode('f50a');\n$ti-icon-salad-filled: unicode('10007');\n$ti-icon-salt: unicode('ef16');\n$ti-icon-sandbox: unicode('fd6c');\n$ti-icon-satellite: unicode('eed3');\n$ti-icon-satellite-off: unicode('f197');\n$ti-icon-sausage: unicode('ef17');\n$ti-icon-scale: unicode('ebc2');\n$ti-icon-scale-off: unicode('f198');\n$ti-icon-scale-outline: unicode('ef53');\n$ti-icon-scale-outline-off: unicode('f199');\n$ti-icon-scan: unicode('ebc8');\n$ti-icon-scan-eye: unicode('f1ff');\n$ti-icon-scan-position: unicode('fdac');\n$ti-icon-schema: unicode('f200');\n$ti-icon-schema-off: unicode('f426');\n$ti-icon-school: unicode('ecf7');\n$ti-icon-school-bell: unicode('f64a');\n$ti-icon-school-off: unicode('f19a');\n$ti-icon-scissors: unicode('eb1b');\n$ti-icon-scissors-off: unicode('f19b');\n$ti-icon-scooter: unicode('ec6c');\n$ti-icon-scooter-electric: unicode('ecc1');\n$ti-icon-scoreboard: unicode('fa6b');\n$ti-icon-screen-share: unicode('ed18');\n$ti-icon-screen-share-off: unicode('ed17');\n$ti-icon-screenshot: unicode('f201');\n$ti-icon-scribble: unicode('f0a3');\n$ti-icon-scribble-off: unicode('f427');\n$ti-icon-script: unicode('f2da');\n$ti-icon-script-minus: unicode('f2d7');\n$ti-icon-script-plus: unicode('f2d8');\n$ti-icon-script-x: unicode('f2d9');\n$ti-icon-scuba-diving: unicode('fd4e');\n$ti-icon-scuba-diving-tank: unicode('fefa');\n$ti-icon-scuba-diving-tank-filled: unicode('ff04');\n$ti-icon-scuba-mask: unicode('eed4');\n$ti-icon-scuba-mask-off: unicode('f428');\n$ti-icon-sdk: unicode('f3af');\n$ti-icon-search: unicode('eb1c');\n$ti-icon-search-off: unicode('f19c');\n$ti-icon-section: unicode('eed5');\n$ti-icon-section-filled: unicode('fe09');\n$ti-icon-section-sign: unicode('f019');\n$ti-icon-seeding: unicode('ed51');\n$ti-icon-seeding-filled: unicode('10006');\n$ti-icon-seeding-off: unicode('f19d');\n$ti-icon-select: unicode('ec9e');\n$ti-icon-select-all: unicode('f9f7');\n$ti-icon-selector: unicode('eb1d');\n$ti-icon-send: unicode('eb1e');\n$ti-icon-send-2: unicode('fd5d');\n$ti-icon-send-off: unicode('f429');\n$ti-icon-seo: unicode('f26b');\n$ti-icon-separator: unicode('ebda');\n$ti-icon-separator-horizontal: unicode('ec79');\n$ti-icon-separator-vertical: unicode('ec7a');\n$ti-icon-server: unicode('eb1f');\n$ti-icon-server-2: unicode('f07c');\n$ti-icon-server-bolt: unicode('f320');\n$ti-icon-server-cog: unicode('f321');\n$ti-icon-server-off: unicode('f19e');\n$ti-icon-server-spark: unicode('ffaf');\n$ti-icon-servicemark: unicode('ec09');\n$ti-icon-settings: unicode('eb20');\n$ti-icon-settings-2: unicode('f5ac');\n$ti-icon-settings-automation: unicode('eed6');\n$ti-icon-settings-bolt: unicode('f9ad');\n$ti-icon-settings-cancel: unicode('f9ae');\n$ti-icon-settings-check: unicode('f9af');\n$ti-icon-settings-code: unicode('f9b0');\n$ti-icon-settings-cog: unicode('f9b1');\n$ti-icon-settings-dollar: unicode('f9b2');\n$ti-icon-settings-down: unicode('f9b3');\n$ti-icon-settings-exclamation: unicode('f9b4');\n$ti-icon-settings-filled: unicode('f69e');\n$ti-icon-settings-heart: unicode('f9b5');\n$ti-icon-settings-minus: unicode('f9b6');\n$ti-icon-settings-off: unicode('f19f');\n$ti-icon-settings-pause: unicode('f9b7');\n$ti-icon-settings-pin: unicode('f9b8');\n$ti-icon-settings-plus: unicode('f9b9');\n$ti-icon-settings-question: unicode('f9ba');\n$ti-icon-settings-search: unicode('f9bb');\n$ti-icon-settings-share: unicode('f9bc');\n$ti-icon-settings-spark: unicode('ffae');\n$ti-icon-settings-star: unicode('f9bd');\n$ti-icon-settings-up: unicode('f9be');\n$ti-icon-settings-x: unicode('f9bf');\n$ti-icon-shadow: unicode('eed8');\n$ti-icon-shadow-off: unicode('eed7');\n$ti-icon-shape: unicode('eb9c');\n$ti-icon-shape-2: unicode('eed9');\n$ti-icon-shape-3: unicode('eeda');\n$ti-icon-shape-off: unicode('f1a0');\n$ti-icon-share: unicode('eb21');\n$ti-icon-share-2: unicode('f799');\n$ti-icon-share-3: unicode('f7bd');\n$ti-icon-share-off: unicode('f1a1');\n$ti-icon-shareplay: unicode('fea5');\n$ti-icon-shield: unicode('eb24');\n$ti-icon-shield-bolt: unicode('f9c0');\n$ti-icon-shield-cancel: unicode('f9c1');\n$ti-icon-shield-check: unicode('eb22');\n$ti-icon-shield-check-filled: unicode('f761');\n$ti-icon-shield-checkered: unicode('ef9a');\n$ti-icon-shield-checkered-filled: unicode('f762');\n$ti-icon-shield-chevron: unicode('ef9b');\n$ti-icon-shield-code: unicode('f9c2');\n$ti-icon-shield-cog: unicode('f9c3');\n$ti-icon-shield-dollar: unicode('f9c4');\n$ti-icon-shield-down: unicode('f9c5');\n$ti-icon-shield-exclamation: unicode('f9c6');\n$ti-icon-shield-filled: unicode('f69f');\n$ti-icon-shield-half: unicode('f358');\n$ti-icon-shield-half-filled: unicode('f357');\n$ti-icon-shield-heart: unicode('f9c7');\n$ti-icon-shield-lock: unicode('ed58');\n$ti-icon-shield-lock-filled: unicode('f763');\n$ti-icon-shield-minus: unicode('f9c8');\n$ti-icon-shield-off: unicode('ecf8');\n$ti-icon-shield-pause: unicode('f9c9');\n$ti-icon-shield-pin: unicode('f9ca');\n$ti-icon-shield-plus: unicode('f9cb');\n$ti-icon-shield-question: unicode('f9cc');\n$ti-icon-shield-search: unicode('f9cd');\n$ti-icon-shield-share: unicode('f9ce');\n$ti-icon-shield-star: unicode('f9cf');\n$ti-icon-shield-up: unicode('f9d0');\n$ti-icon-shield-x: unicode('eb23');\n$ti-icon-ship: unicode('ec84');\n$ti-icon-ship-off: unicode('f42a');\n$ti-icon-shirt: unicode('ec0a');\n$ti-icon-shirt-filled: unicode('f6a0');\n$ti-icon-shirt-off: unicode('f1a2');\n$ti-icon-shirt-sport: unicode('f26c');\n$ti-icon-shoe: unicode('efd2');\n$ti-icon-shoe-off: unicode('f1a4');\n$ti-icon-shopping-bag: unicode('f5f8');\n$ti-icon-shopping-bag-check: unicode('fc16');\n$ti-icon-shopping-bag-discount: unicode('fc17');\n$ti-icon-shopping-bag-edit: unicode('fc18');\n$ti-icon-shopping-bag-exclamation: unicode('fc19');\n$ti-icon-shopping-bag-heart: unicode('fda2');\n$ti-icon-shopping-bag-minus: unicode('fc1a');\n$ti-icon-shopping-bag-plus: unicode('fc1b');\n$ti-icon-shopping-bag-search: unicode('fc1c');\n$ti-icon-shopping-bag-x: unicode('fc1d');\n$ti-icon-shopping-cart: unicode('eb25');\n$ti-icon-shopping-cart-bolt: unicode('fb57');\n$ti-icon-shopping-cart-cancel: unicode('fb58');\n$ti-icon-shopping-cart-check: unicode('fb59');\n$ti-icon-shopping-cart-code: unicode('fb5a');\n$ti-icon-shopping-cart-cog: unicode('fb5b');\n$ti-icon-shopping-cart-copy: unicode('fb5c');\n$ti-icon-shopping-cart-discount: unicode('fb5d');\n$ti-icon-shopping-cart-dollar: unicode('fb5e');\n$ti-icon-shopping-cart-down: unicode('fb5f');\n$ti-icon-shopping-cart-exclamation: unicode('fb60');\n$ti-icon-shopping-cart-filled: unicode('fc3f');\n$ti-icon-shopping-cart-heart: unicode('fb61');\n$ti-icon-shopping-cart-minus: unicode('fb62');\n$ti-icon-shopping-cart-off: unicode('eedc');\n$ti-icon-shopping-cart-pause: unicode('fb63');\n$ti-icon-shopping-cart-pin: unicode('fb64');\n$ti-icon-shopping-cart-plus: unicode('fb65');\n$ti-icon-shopping-cart-question: unicode('fb66');\n$ti-icon-shopping-cart-search: unicode('fb67');\n$ti-icon-shopping-cart-share: unicode('fb68');\n$ti-icon-shopping-cart-star: unicode('fb69');\n$ti-icon-shopping-cart-up: unicode('fb6a');\n$ti-icon-shopping-cart-x: unicode('fb6b');\n$ti-icon-shovel: unicode('f1d9');\n$ti-icon-shovel-pitchforks: unicode('fd3a');\n$ti-icon-shredder: unicode('eedf');\n$ti-icon-sign-left: unicode('f06b');\n$ti-icon-sign-left-filled: unicode('f6a1');\n$ti-icon-sign-right: unicode('f06c');\n$ti-icon-sign-right-filled: unicode('f6a2');\n$ti-icon-signal-2g: unicode('f79a');\n$ti-icon-signal-3g: unicode('f1ee');\n$ti-icon-signal-4g: unicode('f1ef');\n$ti-icon-signal-4g-plus: unicode('f259');\n$ti-icon-signal-5g: unicode('f1f0');\n$ti-icon-signal-6g: unicode('f9f8');\n$ti-icon-signal-e: unicode('f9f9');\n$ti-icon-signal-g: unicode('f9fa');\n$ti-icon-signal-h: unicode('f9fc');\n$ti-icon-signal-h-plus: unicode('f9fb');\n$ti-icon-signal-lte: unicode('f9fd');\n$ti-icon-signature: unicode('eee0');\n$ti-icon-signature-off: unicode('f1a5');\n$ti-icon-sitemap: unicode('eb9d');\n$ti-icon-sitemap-filled: unicode('1006b');\n$ti-icon-sitemap-off: unicode('f1a6');\n$ti-icon-skateboard: unicode('ecc2');\n$ti-icon-skateboard-off: unicode('f42b');\n$ti-icon-skateboarding: unicode('faca');\n$ti-icon-skew-x: unicode('fd3b');\n$ti-icon-skew-y: unicode('fd3c');\n$ti-icon-ski-jumping: unicode('fa6c');\n$ti-icon-skull: unicode('f292');\n$ti-icon-slash: unicode('f4f9');\n$ti-icon-slashes: unicode('f588');\n$ti-icon-sleigh: unicode('ef9c');\n$ti-icon-slice: unicode('ebdb');\n$ti-icon-slideshow: unicode('ebc9');\n$ti-icon-smart-home: unicode('ecde');\n$ti-icon-smart-home-off: unicode('f1a7');\n$ti-icon-smoking: unicode('ecc4');\n$ti-icon-smoking-no: unicode('ecc3');\n$ti-icon-snowboarding: unicode('fd4f');\n$ti-icon-snowflake: unicode('ec0b');\n$ti-icon-snowflake-off: unicode('f1a8');\n$ti-icon-snowman: unicode('f26d');\n$ti-icon-soccer-field: unicode('ed92');\n$ti-icon-social: unicode('ebec');\n$ti-icon-social-off: unicode('f1a9');\n$ti-icon-sock: unicode('eee1');\n$ti-icon-sofa: unicode('efaf');\n$ti-icon-sofa-off: unicode('f42c');\n$ti-icon-solar-electricity: unicode('fcc1');\n$ti-icon-solar-panel: unicode('f7bf');\n$ti-icon-solar-panel-2: unicode('f7be');\n$ti-icon-sort-0-9: unicode('f54d');\n$ti-icon-sort-9-0: unicode('f54e');\n$ti-icon-sort-a-z: unicode('f54f');\n$ti-icon-sort-ascending: unicode('eb26');\n$ti-icon-sort-ascending-2: unicode('eee2');\n$ti-icon-sort-ascending-2-filled: unicode('ff5b');\n$ti-icon-sort-ascending-letters: unicode('ef18');\n$ti-icon-sort-ascending-numbers: unicode('ef19');\n$ti-icon-sort-ascending-shapes: unicode('fd94');\n$ti-icon-sort-ascending-shapes-filled: unicode('ff5a');\n$ti-icon-sort-ascending-small-big: unicode('fd95');\n$ti-icon-sort-descending: unicode('eb27');\n$ti-icon-sort-descending-2: unicode('eee3');\n$ti-icon-sort-descending-2-filled: unicode('ff59');\n$ti-icon-sort-descending-letters: unicode('ef1a');\n$ti-icon-sort-descending-numbers: unicode('ef1b');\n$ti-icon-sort-descending-shapes: unicode('fd97');\n$ti-icon-sort-descending-shapes-filled: unicode('ff58');\n$ti-icon-sort-descending-small-big: unicode('fd96');\n$ti-icon-sort-z-a: unicode('f550');\n$ti-icon-sos: unicode('f24a');\n$ti-icon-soup: unicode('ef2e');\n$ti-icon-soup-filled: unicode('fe08');\n$ti-icon-soup-off: unicode('f42d');\n$ti-icon-source-code: unicode('f4a2');\n$ti-icon-space: unicode('ec0c');\n$ti-icon-space-off: unicode('f1aa');\n$ti-icon-spaces: unicode('fea4');\n$ti-icon-spacing-horizontal: unicode('ef54');\n$ti-icon-spacing-vertical: unicode('ef55');\n$ti-icon-spade: unicode('effa');\n$ti-icon-spade-filled: unicode('f6a3');\n$ti-icon-sparkles: unicode('f6d7');\n$ti-icon-speakerphone: unicode('ed61');\n$ti-icon-speedboat: unicode('ed93');\n$ti-icon-sphere: unicode('fab8');\n$ti-icon-sphere-off: unicode('fab6');\n$ti-icon-sphere-plus: unicode('fab7');\n$ti-icon-spider: unicode('f293');\n$ti-icon-spiral: unicode('f294');\n$ti-icon-spiral-off: unicode('f42e');\n$ti-icon-sport-billard: unicode('eee4');\n$ti-icon-spray: unicode('f50b');\n$ti-icon-spy: unicode('f227');\n$ti-icon-spy-off: unicode('f42f');\n$ti-icon-sql: unicode('f7c0');\n$ti-icon-square: unicode('eb2c');\n$ti-icon-square-arrow-down: unicode('f4b7');\n$ti-icon-square-arrow-down-filled: unicode('fb31');\n$ti-icon-square-arrow-left: unicode('f4b8');\n$ti-icon-square-arrow-left-filled: unicode('fb32');\n$ti-icon-square-arrow-right: unicode('f4b9');\n$ti-icon-square-arrow-right-filled: unicode('fb33');\n$ti-icon-square-arrow-up: unicode('f4ba');\n$ti-icon-square-arrow-up-filled: unicode('fb34');\n$ti-icon-square-asterisk: unicode('f01a');\n$ti-icon-square-asterisk-filled: unicode('fb35');\n$ti-icon-square-check: unicode('eb28');\n$ti-icon-square-check-filled: unicode('f76d');\n$ti-icon-square-chevron-down: unicode('f627');\n$ti-icon-square-chevron-down-filled: unicode('fb36');\n$ti-icon-square-chevron-left: unicode('f628');\n$ti-icon-square-chevron-left-filled: unicode('fb37');\n$ti-icon-square-chevron-right: unicode('f629');\n$ti-icon-square-chevron-right-filled: unicode('fb38');\n$ti-icon-square-chevron-up: unicode('f62a');\n$ti-icon-square-chevron-up-filled: unicode('fb39');\n$ti-icon-square-chevrons-down: unicode('f64b');\n$ti-icon-square-chevrons-down-filled: unicode('fb3a');\n$ti-icon-square-chevrons-left: unicode('f64c');\n$ti-icon-square-chevrons-left-filled: unicode('fb3b');\n$ti-icon-square-chevrons-right: unicode('f64d');\n$ti-icon-square-chevrons-right-filled: unicode('fb3c');\n$ti-icon-square-chevrons-up: unicode('f64e');\n$ti-icon-square-chevrons-up-filled: unicode('fb3d');\n$ti-icon-square-dot: unicode('ed59');\n$ti-icon-square-dot-filled: unicode('fb3e');\n$ti-icon-square-f0: unicode('f526');\n$ti-icon-square-f0-filled: unicode('f76e');\n$ti-icon-square-f1: unicode('f527');\n$ti-icon-square-f1-filled: unicode('f76f');\n$ti-icon-square-f2: unicode('f528');\n$ti-icon-square-f2-filled: unicode('f770');\n$ti-icon-square-f3: unicode('f529');\n$ti-icon-square-f3-filled: unicode('f771');\n$ti-icon-square-f4: unicode('f52a');\n$ti-icon-square-f4-filled: unicode('f772');\n$ti-icon-square-f5: unicode('f52b');\n$ti-icon-square-f5-filled: unicode('f773');\n$ti-icon-square-f6: unicode('f52c');\n$ti-icon-square-f6-filled: unicode('f774');\n$ti-icon-square-f7: unicode('f52d');\n$ti-icon-square-f7-filled: unicode('f775');\n$ti-icon-square-f8: unicode('f52e');\n$ti-icon-square-f8-filled: unicode('f776');\n$ti-icon-square-f9: unicode('f52f');\n$ti-icon-square-f9-filled: unicode('f777');\n$ti-icon-square-filled: unicode('fc40');\n$ti-icon-square-forbid: unicode('ed5b');\n$ti-icon-square-forbid-2: unicode('ed5a');\n$ti-icon-square-half: unicode('effb');\n$ti-icon-square-key: unicode('f638');\n$ti-icon-square-letter-a: unicode('f47c');\n$ti-icon-square-letter-a-filled: unicode('fe07');\n$ti-icon-square-letter-b: unicode('f47d');\n$ti-icon-square-letter-b-filled: unicode('fe06');\n$ti-icon-square-letter-c: unicode('f47e');\n$ti-icon-square-letter-c-filled: unicode('fe05');\n$ti-icon-square-letter-d: unicode('f47f');\n$ti-icon-square-letter-d-filled: unicode('fe04');\n$ti-icon-square-letter-e: unicode('f480');\n$ti-icon-square-letter-e-filled: unicode('fe03');\n$ti-icon-square-letter-f: unicode('f481');\n$ti-icon-square-letter-f-filled: unicode('fe02');\n$ti-icon-square-letter-g: unicode('f482');\n$ti-icon-square-letter-g-filled: unicode('fe01');\n$ti-icon-square-letter-h: unicode('f483');\n$ti-icon-square-letter-h-filled: unicode('fe00');\n$ti-icon-square-letter-i: unicode('f484');\n$ti-icon-square-letter-i-filled: unicode('fdff');\n$ti-icon-square-letter-j: unicode('f485');\n$ti-icon-square-letter-j-filled: unicode('fdfe');\n$ti-icon-square-letter-k: unicode('f486');\n$ti-icon-square-letter-k-filled: unicode('fdfd');\n$ti-icon-square-letter-l: unicode('f487');\n$ti-icon-square-letter-l-filled: unicode('fdfc');\n$ti-icon-square-letter-m: unicode('f488');\n$ti-icon-square-letter-m-filled: unicode('fdfb');\n$ti-icon-square-letter-n: unicode('f489');\n$ti-icon-square-letter-n-filled: unicode('fdfa');\n$ti-icon-square-letter-o: unicode('f48a');\n$ti-icon-square-letter-o-filled: unicode('fdf9');\n$ti-icon-square-letter-p: unicode('f48b');\n$ti-icon-square-letter-p-filled: unicode('fdf8');\n$ti-icon-square-letter-q: unicode('f48c');\n$ti-icon-square-letter-q-filled: unicode('fdf7');\n$ti-icon-square-letter-r: unicode('f48d');\n$ti-icon-square-letter-r-filled: unicode('fdf6');\n$ti-icon-square-letter-s: unicode('f48e');\n$ti-icon-square-letter-s-filled: unicode('fdf5');\n$ti-icon-square-letter-t: unicode('f48f');\n$ti-icon-square-letter-t-filled: unicode('fdf4');\n$ti-icon-square-letter-u: unicode('f490');\n$ti-icon-square-letter-u-filled: unicode('fdf3');\n$ti-icon-square-letter-v: unicode('f4bb');\n$ti-icon-square-letter-v-filled: unicode('fdf2');\n$ti-icon-square-letter-w: unicode('f491');\n$ti-icon-square-letter-w-filled: unicode('fdf1');\n$ti-icon-square-letter-x: unicode('f4bc');\n$ti-icon-square-letter-x-filled: unicode('fdf0');\n$ti-icon-square-letter-y: unicode('f492');\n$ti-icon-square-letter-y-filled: unicode('fdef');\n$ti-icon-square-letter-z: unicode('f493');\n$ti-icon-square-letter-z-filled: unicode('fdee');\n$ti-icon-square-minus: unicode('eb29');\n$ti-icon-square-minus-filled: unicode('fb3f');\n$ti-icon-square-number-0: unicode('eee5');\n$ti-icon-square-number-0-filled: unicode('f764');\n$ti-icon-square-number-1: unicode('eee6');\n$ti-icon-square-number-1-filled: unicode('f765');\n$ti-icon-square-number-2: unicode('eee7');\n$ti-icon-square-number-2-filled: unicode('f7fa');\n$ti-icon-square-number-3: unicode('eee8');\n$ti-icon-square-number-3-filled: unicode('f766');\n$ti-icon-square-number-4: unicode('eee9');\n$ti-icon-square-number-4-filled: unicode('f767');\n$ti-icon-square-number-5: unicode('eeea');\n$ti-icon-square-number-5-filled: unicode('f768');\n$ti-icon-square-number-6: unicode('eeeb');\n$ti-icon-square-number-6-filled: unicode('f769');\n$ti-icon-square-number-7: unicode('eeec');\n$ti-icon-square-number-7-filled: unicode('f76a');\n$ti-icon-square-number-8: unicode('eeed');\n$ti-icon-square-number-8-filled: unicode('f76b');\n$ti-icon-square-number-9: unicode('eeee');\n$ti-icon-square-number-9-filled: unicode('f76c');\n$ti-icon-square-off: unicode('eeef');\n$ti-icon-square-percentage: unicode('fd83');\n$ti-icon-square-plus: unicode('eb2a');\n$ti-icon-square-plus-2: unicode('fc96');\n$ti-icon-square-root: unicode('eef1');\n$ti-icon-square-root-2: unicode('eef0');\n$ti-icon-square-rotated: unicode('ecdf');\n$ti-icon-square-rotated-filled: unicode('f6a4');\n$ti-icon-square-rotated-forbid: unicode('f01c');\n$ti-icon-square-rotated-forbid-2: unicode('f01b');\n$ti-icon-square-rotated-off: unicode('eef2');\n$ti-icon-square-rounded: unicode('f59a');\n$ti-icon-square-rounded-arrow-down: unicode('f639');\n$ti-icon-square-rounded-arrow-down-filled: unicode('f6db');\n$ti-icon-square-rounded-arrow-left: unicode('f63a');\n$ti-icon-square-rounded-arrow-left-filled: unicode('f6dc');\n$ti-icon-square-rounded-arrow-right: unicode('f63b');\n$ti-icon-square-rounded-arrow-right-filled: unicode('f6dd');\n$ti-icon-square-rounded-arrow-up: unicode('f63c');\n$ti-icon-square-rounded-arrow-up-filled: unicode('f6de');\n$ti-icon-square-rounded-check: unicode('f63d');\n$ti-icon-square-rounded-check-filled: unicode('f6df');\n$ti-icon-square-rounded-chevron-down: unicode('f62b');\n$ti-icon-square-rounded-chevron-down-filled: unicode('f6e0');\n$ti-icon-square-rounded-chevron-left: unicode('f62c');\n$ti-icon-square-rounded-chevron-left-filled: unicode('f6e1');\n$ti-icon-square-rounded-chevron-right: unicode('f62d');\n$ti-icon-square-rounded-chevron-right-filled: unicode('f6e2');\n$ti-icon-square-rounded-chevron-up: unicode('f62e');\n$ti-icon-square-rounded-chevron-up-filled: unicode('f6e3');\n$ti-icon-square-rounded-chevrons-down: unicode('f64f');\n$ti-icon-square-rounded-chevrons-down-filled: unicode('f6e4');\n$ti-icon-square-rounded-chevrons-left: unicode('f650');\n$ti-icon-square-rounded-chevrons-left-filled: unicode('f6e5');\n$ti-icon-square-rounded-chevrons-right: unicode('f651');\n$ti-icon-square-rounded-chevrons-right-filled: unicode('f6e6');\n$ti-icon-square-rounded-chevrons-up: unicode('f652');\n$ti-icon-square-rounded-chevrons-up-filled: unicode('f6e7');\n$ti-icon-square-rounded-filled: unicode('f6a5');\n$ti-icon-square-rounded-letter-a: unicode('f5ae');\n$ti-icon-square-rounded-letter-a-filled: unicode('fded');\n$ti-icon-square-rounded-letter-b: unicode('f5af');\n$ti-icon-square-rounded-letter-b-filled: unicode('fdec');\n$ti-icon-square-rounded-letter-c: unicode('f5b0');\n$ti-icon-square-rounded-letter-c-filled: unicode('fdeb');\n$ti-icon-square-rounded-letter-d: unicode('f5b1');\n$ti-icon-square-rounded-letter-d-filled: unicode('fdea');\n$ti-icon-square-rounded-letter-e: unicode('f5b2');\n$ti-icon-square-rounded-letter-e-filled: unicode('fde9');\n$ti-icon-square-rounded-letter-f: unicode('f5b3');\n$ti-icon-square-rounded-letter-f-filled: unicode('fde8');\n$ti-icon-square-rounded-letter-g: unicode('f5b4');\n$ti-icon-square-rounded-letter-g-filled: unicode('fde7');\n$ti-icon-square-rounded-letter-h: unicode('f5b5');\n$ti-icon-square-rounded-letter-h-filled: unicode('fde6');\n$ti-icon-square-rounded-letter-i: unicode('f5b6');\n$ti-icon-square-rounded-letter-i-filled: unicode('fde5');\n$ti-icon-square-rounded-letter-j: unicode('f5b7');\n$ti-icon-square-rounded-letter-j-filled: unicode('fde4');\n$ti-icon-square-rounded-letter-k: unicode('f5b8');\n$ti-icon-square-rounded-letter-k-filled: unicode('fde3');\n$ti-icon-square-rounded-letter-l: unicode('f5b9');\n$ti-icon-square-rounded-letter-l-filled: unicode('fde2');\n$ti-icon-square-rounded-letter-m: unicode('f5ba');\n$ti-icon-square-rounded-letter-m-filled: unicode('fde1');\n$ti-icon-square-rounded-letter-n: unicode('f5bb');\n$ti-icon-square-rounded-letter-n-filled: unicode('fde0');\n$ti-icon-square-rounded-letter-o: unicode('f5bc');\n$ti-icon-square-rounded-letter-o-filled: unicode('fddf');\n$ti-icon-square-rounded-letter-p: unicode('f5bd');\n$ti-icon-square-rounded-letter-p-filled: unicode('fdde');\n$ti-icon-square-rounded-letter-q: unicode('f5be');\n$ti-icon-square-rounded-letter-q-filled: unicode('fddd');\n$ti-icon-square-rounded-letter-r: unicode('f5bf');\n$ti-icon-square-rounded-letter-r-filled: unicode('fddc');\n$ti-icon-square-rounded-letter-s: unicode('f5c0');\n$ti-icon-square-rounded-letter-s-filled: unicode('fddb');\n$ti-icon-square-rounded-letter-t: unicode('f5c1');\n$ti-icon-square-rounded-letter-t-filled: unicode('fdda');\n$ti-icon-square-rounded-letter-u: unicode('f5c2');\n$ti-icon-square-rounded-letter-u-filled: unicode('fdd9');\n$ti-icon-square-rounded-letter-v: unicode('f5c3');\n$ti-icon-square-rounded-letter-v-filled: unicode('fdd8');\n$ti-icon-square-rounded-letter-w: unicode('f5c4');\n$ti-icon-square-rounded-letter-w-filled: unicode('fdd7');\n$ti-icon-square-rounded-letter-x: unicode('f5c5');\n$ti-icon-square-rounded-letter-x-filled: unicode('fdd6');\n$ti-icon-square-rounded-letter-y: unicode('f5c6');\n$ti-icon-square-rounded-letter-y-filled: unicode('fdd5');\n$ti-icon-square-rounded-letter-z: unicode('f5c7');\n$ti-icon-square-rounded-letter-z-filled: unicode('fdd4');\n$ti-icon-square-rounded-minus: unicode('f63e');\n$ti-icon-square-rounded-minus-2: unicode('fc97');\n$ti-icon-square-rounded-minus-filled: unicode('fb40');\n$ti-icon-square-rounded-number-0: unicode('f5c8');\n$ti-icon-square-rounded-number-0-filled: unicode('f778');\n$ti-icon-square-rounded-number-1: unicode('f5c9');\n$ti-icon-square-rounded-number-1-filled: unicode('f779');\n$ti-icon-square-rounded-number-2: unicode('f5ca');\n$ti-icon-square-rounded-number-2-filled: unicode('f77a');\n$ti-icon-square-rounded-number-3: unicode('f5cb');\n$ti-icon-square-rounded-number-3-filled: unicode('f77b');\n$ti-icon-square-rounded-number-4: unicode('f5cc');\n$ti-icon-square-rounded-number-4-filled: unicode('f77c');\n$ti-icon-square-rounded-number-5: unicode('f5cd');\n$ti-icon-square-rounded-number-5-filled: unicode('f77d');\n$ti-icon-square-rounded-number-6: unicode('f5ce');\n$ti-icon-square-rounded-number-6-filled: unicode('f77e');\n$ti-icon-square-rounded-number-7: unicode('f5cf');\n$ti-icon-square-rounded-number-7-filled: unicode('f77f');\n$ti-icon-square-rounded-number-8: unicode('f5d0');\n$ti-icon-square-rounded-number-8-filled: unicode('f780');\n$ti-icon-square-rounded-number-9: unicode('f5d1');\n$ti-icon-square-rounded-number-9-filled: unicode('f781');\n$ti-icon-square-rounded-percentage: unicode('fd84');\n$ti-icon-square-rounded-plus: unicode('f63f');\n$ti-icon-square-rounded-plus-2: unicode('fc98');\n$ti-icon-square-rounded-plus-filled: unicode('f6e8');\n$ti-icon-square-rounded-x: unicode('f640');\n$ti-icon-square-rounded-x-filled: unicode('f6e9');\n$ti-icon-square-toggle: unicode('eef4');\n$ti-icon-square-toggle-horizontal: unicode('eef3');\n$ti-icon-square-x: unicode('eb2b');\n$ti-icon-square-x-filled: unicode('fb41');\n$ti-icon-squares: unicode('eef6');\n$ti-icon-squares-diagonal: unicode('eef5');\n$ti-icon-squares-filled: unicode('fe9f');\n$ti-icon-squares-selected: unicode('fea3');\n$ti-icon-stack: unicode('eb2d');\n$ti-icon-stack-2: unicode('eef7');\n$ti-icon-stack-2-filled: unicode('fdd3');\n$ti-icon-stack-3: unicode('ef9d');\n$ti-icon-stack-3-filled: unicode('fdd2');\n$ti-icon-stack-back: unicode('fd26');\n$ti-icon-stack-backward: unicode('fd27');\n$ti-icon-stack-filled: unicode('fdd1');\n$ti-icon-stack-forward: unicode('fd28');\n$ti-icon-stack-front: unicode('fd29');\n$ti-icon-stack-middle: unicode('fd2a');\n$ti-icon-stack-pop: unicode('f234');\n$ti-icon-stack-push: unicode('f235');\n$ti-icon-stairs: unicode('eca6');\n$ti-icon-stairs-down: unicode('eca4');\n$ti-icon-stairs-up: unicode('eca5');\n$ti-icon-star: unicode('eb2e');\n$ti-icon-star-filled: unicode('f6a6');\n$ti-icon-star-half: unicode('ed19');\n$ti-icon-star-half-filled: unicode('f6a7');\n$ti-icon-star-off: unicode('ed62');\n$ti-icon-stars: unicode('ed38');\n$ti-icon-stars-filled: unicode('f6a8');\n$ti-icon-stars-off: unicode('f430');\n$ti-icon-status-change: unicode('f3b0');\n$ti-icon-steam: unicode('f24b');\n$ti-icon-steering-wheel: unicode('ec7b');\n$ti-icon-steering-wheel-filled: unicode('ff03');\n$ti-icon-steering-wheel-off: unicode('f431');\n$ti-icon-step-into: unicode('ece0');\n$ti-icon-step-out: unicode('ece1');\n$ti-icon-stereo-glasses: unicode('f4cb');\n$ti-icon-stethoscope: unicode('edbe');\n$ti-icon-stethoscope-off: unicode('f432');\n$ti-icon-sticker: unicode('eb2f');\n$ti-icon-sticker-2: unicode('fd3d');\n$ti-icon-stopwatch: unicode('ff9b');\n$ti-icon-storm: unicode('f24c');\n$ti-icon-storm-off: unicode('f433');\n$ti-icon-stretching: unicode('f2db');\n$ti-icon-stretching-2: unicode('fa6d');\n$ti-icon-strikethrough: unicode('eb9e');\n$ti-icon-submarine: unicode('ed94');\n$ti-icon-subscript: unicode('eb9f');\n$ti-icon-subtask: unicode('ec9f');\n$ti-icon-sum: unicode('eb73');\n$ti-icon-sum-off: unicode('f1ab');\n$ti-icon-sun: unicode('eb30');\n$ti-icon-sun-electricity: unicode('fcc2');\n$ti-icon-sun-filled: unicode('f6a9');\n$ti-icon-sun-high: unicode('f236');\n$ti-icon-sun-low: unicode('f237');\n$ti-icon-sun-moon: unicode('f4a3');\n$ti-icon-sun-off: unicode('ed63');\n$ti-icon-sun-wind: unicode('f238');\n$ti-icon-sunglasses: unicode('f239');\n$ti-icon-sunglasses-filled: unicode('fec8');\n$ti-icon-sunrise: unicode('ef1c');\n$ti-icon-sunset: unicode('ec31');\n$ti-icon-sunset-2: unicode('f23a');\n$ti-icon-superscript: unicode('eba0');\n$ti-icon-svg: unicode('f25a');\n$ti-icon-swimming: unicode('ec92');\n$ti-icon-swipe: unicode('f551');\n$ti-icon-swipe-down: unicode('fd5e');\n$ti-icon-swipe-down-filled: unicode('ff57');\n$ti-icon-swipe-left: unicode('fd5f');\n$ti-icon-swipe-left-filled: unicode('ff56');\n$ti-icon-swipe-right: unicode('fd60');\n$ti-icon-swipe-right-filled: unicode('ff55');\n$ti-icon-swipe-up: unicode('fd61');\n$ti-icon-swipe-up-filled: unicode('ff54');\n$ti-icon-switch: unicode('eb33');\n$ti-icon-switch-2: unicode('edbf');\n$ti-icon-switch-3: unicode('edc0');\n$ti-icon-switch-horizontal: unicode('eb31');\n$ti-icon-switch-vertical: unicode('eb32');\n$ti-icon-sword: unicode('f030');\n$ti-icon-sword-off: unicode('f434');\n$ti-icon-swords: unicode('f132');\n$ti-icon-table: unicode('eba1');\n$ti-icon-table-alias: unicode('f25b');\n$ti-icon-table-column: unicode('faff');\n$ti-icon-table-down: unicode('fa1c');\n$ti-icon-table-export: unicode('eef8');\n$ti-icon-table-filled: unicode('f782');\n$ti-icon-table-heart: unicode('fa1d');\n$ti-icon-table-import: unicode('eef9');\n$ti-icon-table-minus: unicode('fa1e');\n$ti-icon-table-off: unicode('eefa');\n$ti-icon-table-options: unicode('f25c');\n$ti-icon-table-plus: unicode('fa1f');\n$ti-icon-table-row: unicode('fb00');\n$ti-icon-table-share: unicode('fa20');\n$ti-icon-table-shortcut: unicode('f25d');\n$ti-icon-table-spark: unicode('ffad');\n$ti-icon-tag: unicode('eb34');\n$ti-icon-tag-filled: unicode('ff02');\n$ti-icon-tag-off: unicode('efc0');\n$ti-icon-tag-starred: unicode('fc99');\n$ti-icon-tags: unicode('ef86');\n$ti-icon-tags-filled: unicode('ff01');\n$ti-icon-tags-off: unicode('efc1');\n$ti-icon-tallymark-1: unicode('ec46');\n$ti-icon-tallymark-2: unicode('ec47');\n$ti-icon-tallymark-3: unicode('ec48');\n$ti-icon-tallymark-4: unicode('ec49');\n$ti-icon-tallymarks: unicode('ec4a');\n$ti-icon-tank: unicode('ed95');\n$ti-icon-target: unicode('eb35');\n$ti-icon-target-arrow: unicode('f51a');\n$ti-icon-target-off: unicode('f1ad');\n$ti-icon-tax: unicode('feee');\n$ti-icon-tax-euro: unicode('fef0');\n$ti-icon-tax-pound: unicode('feef');\n$ti-icon-teapot: unicode('f552');\n$ti-icon-telescope: unicode('f07d');\n$ti-icon-telescope-off: unicode('f1ae');\n$ti-icon-temperature: unicode('eb38');\n$ti-icon-temperature-celsius: unicode('eb36');\n$ti-icon-temperature-fahrenheit: unicode('eb37');\n$ti-icon-temperature-minus: unicode('ebed');\n$ti-icon-temperature-off: unicode('f1af');\n$ti-icon-temperature-plus: unicode('ebee');\n$ti-icon-temperature-snow: unicode('fda3');\n$ti-icon-temperature-sun: unicode('fda4');\n$ti-icon-template: unicode('eb39');\n$ti-icon-template-off: unicode('f1b0');\n$ti-icon-tent: unicode('eefb');\n$ti-icon-tent-off: unicode('f435');\n$ti-icon-terminal: unicode('ebdc');\n$ti-icon-terminal-2: unicode('ebef');\n$ti-icon-test-pipe: unicode('eb3a');\n$ti-icon-test-pipe-2: unicode('f0a4');\n$ti-icon-test-pipe-2-filled: unicode('ff53');\n$ti-icon-test-pipe-off: unicode('f1b1');\n$ti-icon-tex: unicode('f4e0');\n$ti-icon-text-caption: unicode('f4a4');\n$ti-icon-text-color: unicode('f2dc');\n$ti-icon-text-decrease: unicode('f202');\n$ti-icon-text-direction-ltr: unicode('eefc');\n$ti-icon-text-direction-rtl: unicode('eefd');\n$ti-icon-text-grammar: unicode('fd6d');\n$ti-icon-text-increase: unicode('f203');\n$ti-icon-text-orientation: unicode('f2a4');\n$ti-icon-text-plus: unicode('f2a5');\n$ti-icon-text-recognition: unicode('f204');\n$ti-icon-text-resize: unicode('ef87');\n$ti-icon-text-scan-2: unicode('fcc3');\n$ti-icon-text-size: unicode('f2b1');\n$ti-icon-text-spellcheck: unicode('f2a6');\n$ti-icon-text-wrap: unicode('ebdd');\n$ti-icon-text-wrap-column: unicode('feb2');\n$ti-icon-text-wrap-disabled: unicode('eca7');\n$ti-icon-texture: unicode('f51b');\n$ti-icon-theater: unicode('f79b');\n$ti-icon-thermometer: unicode('ef67');\n$ti-icon-thumb-down: unicode('eb3b');\n$ti-icon-thumb-down-filled: unicode('f6aa');\n$ti-icon-thumb-down-off: unicode('f436');\n$ti-icon-thumb-up: unicode('eb3c');\n$ti-icon-thumb-up-filled: unicode('f6ab');\n$ti-icon-thumb-up-off: unicode('f437');\n$ti-icon-tic-tac: unicode('f51c');\n$ti-icon-ticket: unicode('eb3d');\n$ti-icon-ticket-off: unicode('f1b2');\n$ti-icon-tie: unicode('f07e');\n$ti-icon-tilde: unicode('f4a5');\n$ti-icon-tilt-shift: unicode('eefe');\n$ti-icon-tilt-shift-filled: unicode('fec7');\n$ti-icon-tilt-shift-off: unicode('f1b3');\n$ti-icon-time-duration-0: unicode('fad4');\n$ti-icon-time-duration-10: unicode('fad5');\n$ti-icon-time-duration-15: unicode('fad6');\n$ti-icon-time-duration-30: unicode('fad7');\n$ti-icon-time-duration-45: unicode('fad8');\n$ti-icon-time-duration-5: unicode('fad9');\n$ti-icon-time-duration-60: unicode('fada');\n$ti-icon-time-duration-90: unicode('fadb');\n$ti-icon-time-duration-off: unicode('fadc');\n$ti-icon-timeline: unicode('f031');\n$ti-icon-timeline-event: unicode('f553');\n$ti-icon-timeline-event-exclamation: unicode('f662');\n$ti-icon-timeline-event-filled: unicode('fd18');\n$ti-icon-timeline-event-minus: unicode('f663');\n$ti-icon-timeline-event-plus: unicode('f664');\n$ti-icon-timeline-event-text: unicode('f665');\n$ti-icon-timeline-event-x: unicode('f666');\n$ti-icon-timezone: unicode('feed');\n$ti-icon-tip-jar: unicode('feea');\n$ti-icon-tip-jar-euro: unicode('feec');\n$ti-icon-tip-jar-pound: unicode('feeb');\n$ti-icon-tir: unicode('ebf0');\n$ti-icon-toggle-left: unicode('eb3e');\n$ti-icon-toggle-left-filled: unicode('fec0');\n$ti-icon-toggle-right: unicode('eb3f');\n$ti-icon-toggle-right-filled: unicode('febf');\n$ti-icon-toilet-paper: unicode('efd3');\n$ti-icon-toilet-paper-off: unicode('f1b4');\n$ti-icon-toml: unicode('fa5d');\n$ti-icon-tool: unicode('eb40');\n$ti-icon-tools: unicode('ebca');\n$ti-icon-tools-kitchen: unicode('ed64');\n$ti-icon-tools-kitchen-2: unicode('eeff');\n$ti-icon-tools-kitchen-2-off: unicode('f1b5');\n$ti-icon-tools-kitchen-3: unicode('fd2b');\n$ti-icon-tools-kitchen-off: unicode('f1b6');\n$ti-icon-tools-off: unicode('f1b7');\n$ti-icon-tooltip: unicode('f2dd');\n$ti-icon-topology-bus: unicode('f5d9');\n$ti-icon-topology-complex: unicode('f5da');\n$ti-icon-topology-full: unicode('f5dc');\n$ti-icon-topology-full-hierarchy: unicode('f5db');\n$ti-icon-topology-ring: unicode('f5df');\n$ti-icon-topology-ring-2: unicode('f5dd');\n$ti-icon-topology-ring-3: unicode('f5de');\n$ti-icon-topology-star: unicode('f5e5');\n$ti-icon-topology-star-2: unicode('f5e0');\n$ti-icon-topology-star-3: unicode('f5e1');\n$ti-icon-topology-star-ring: unicode('f5e4');\n$ti-icon-topology-star-ring-2: unicode('f5e2');\n$ti-icon-topology-star-ring-3: unicode('f5e3');\n$ti-icon-torii: unicode('f59b');\n$ti-icon-tornado: unicode('ece2');\n$ti-icon-tournament: unicode('ecd0');\n$ti-icon-tower: unicode('f2cb');\n$ti-icon-tower-off: unicode('f2ca');\n$ti-icon-track: unicode('ef00');\n$ti-icon-tractor: unicode('ec0d');\n$ti-icon-trademark: unicode('ec0e');\n$ti-icon-traffic-cone: unicode('ec0f');\n$ti-icon-traffic-cone-off: unicode('f1b8');\n$ti-icon-traffic-lights: unicode('ed39');\n$ti-icon-traffic-lights-off: unicode('f1b9');\n$ti-icon-train: unicode('ed96');\n$ti-icon-transaction-bitcoin: unicode('fd6e');\n$ti-icon-transaction-dollar: unicode('fd6f');\n$ti-icon-transaction-euro: unicode('fd70');\n$ti-icon-transaction-pound: unicode('fd71');\n$ti-icon-transaction-rupee: unicode('fd85');\n$ti-icon-transaction-yen: unicode('fd72');\n$ti-icon-transaction-yuan: unicode('fd73');\n$ti-icon-transfer: unicode('fc1f');\n$ti-icon-transfer-in: unicode('ef2f');\n$ti-icon-transfer-out: unicode('ef30');\n$ti-icon-transfer-vertical: unicode('fc1e');\n$ti-icon-transform: unicode('f38e');\n$ti-icon-transform-filled: unicode('f6ac');\n$ti-icon-transform-point: unicode('fda9');\n$ti-icon-transform-point-bottom-left: unicode('fda5');\n$ti-icon-transform-point-bottom-right: unicode('fda6');\n$ti-icon-transform-point-top-left: unicode('fda7');\n$ti-icon-transform-point-top-right: unicode('fda8');\n$ti-icon-transition-bottom: unicode('f2b2');\n$ti-icon-transition-bottom-filled: unicode('fdd0');\n$ti-icon-transition-left: unicode('f2b3');\n$ti-icon-transition-left-filled: unicode('fdcf');\n$ti-icon-transition-right: unicode('f2b4');\n$ti-icon-transition-right-filled: unicode('fdce');\n$ti-icon-transition-top: unicode('f2b5');\n$ti-icon-transition-top-filled: unicode('fdcd');\n$ti-icon-trash: unicode('eb41');\n$ti-icon-trash-filled: unicode('f783');\n$ti-icon-trash-off: unicode('ed65');\n$ti-icon-trash-x: unicode('ef88');\n$ti-icon-trash-x-filled: unicode('f784');\n$ti-icon-treadmill: unicode('fa6e');\n$ti-icon-tree: unicode('ef01');\n$ti-icon-trees: unicode('ec10');\n$ti-icon-trekking: unicode('f5ad');\n$ti-icon-trending-down: unicode('eb42');\n$ti-icon-trending-down-2: unicode('edc1');\n$ti-icon-trending-down-3: unicode('edc2');\n$ti-icon-trending-up: unicode('eb43');\n$ti-icon-trending-up-2: unicode('edc3');\n$ti-icon-trending-up-3: unicode('edc4');\n$ti-icon-triangle: unicode('eb44');\n$ti-icon-triangle-filled: unicode('f6ad');\n$ti-icon-triangle-inverted: unicode('f01d');\n$ti-icon-triangle-inverted-filled: unicode('f6ae');\n$ti-icon-triangle-minus: unicode('fc9b');\n$ti-icon-triangle-minus-2: unicode('fc9a');\n$ti-icon-triangle-off: unicode('ef02');\n$ti-icon-triangle-plus: unicode('fc9d');\n$ti-icon-triangle-plus-2: unicode('fc9c');\n$ti-icon-triangle-square-circle: unicode('ece8');\n$ti-icon-triangle-square-circle-filled: unicode('fb42');\n$ti-icon-triangles: unicode('f0a5');\n$ti-icon-trident: unicode('ecc5');\n$ti-icon-trolley: unicode('f4cc');\n$ti-icon-trophy: unicode('eb45');\n$ti-icon-trophy-filled: unicode('f6af');\n$ti-icon-trophy-off: unicode('f438');\n$ti-icon-trowel: unicode('f368');\n$ti-icon-truck: unicode('ebc4');\n$ti-icon-truck-delivery: unicode('ec4b');\n$ti-icon-truck-loading: unicode('f1da');\n$ti-icon-truck-off: unicode('ef03');\n$ti-icon-truck-return: unicode('ec4c');\n$ti-icon-txt: unicode('f3b1');\n$ti-icon-typeface: unicode('fdab');\n$ti-icon-typography: unicode('ebc5');\n$ti-icon-typography-off: unicode('f1ba');\n$ti-icon-u-turn-left: unicode('fea2');\n$ti-icon-u-turn-right: unicode('fea1');\n$ti-icon-ufo: unicode('f26f');\n$ti-icon-ufo-off: unicode('f26e');\n$ti-icon-umbrella: unicode('ebf1');\n$ti-icon-umbrella-2: unicode('ff0e');\n$ti-icon-umbrella-closed: unicode('ff0c');\n$ti-icon-umbrella-closed-2: unicode('ff0d');\n$ti-icon-umbrella-filled: unicode('f6b0');\n$ti-icon-umbrella-off: unicode('f1bb');\n$ti-icon-underline: unicode('eba2');\n$ti-icon-universe: unicode('fcc4');\n$ti-icon-unlink: unicode('eb46');\n$ti-icon-upload: unicode('eb47');\n$ti-icon-urgent: unicode('eb48');\n$ti-icon-usb: unicode('f00c');\n$ti-icon-user: unicode('eb4d');\n$ti-icon-user-bitcoin: unicode('ff30');\n$ti-icon-user-bolt: unicode('f9d1');\n$ti-icon-user-cancel: unicode('f9d2');\n$ti-icon-user-check: unicode('eb49');\n$ti-icon-user-circle: unicode('ef68');\n$ti-icon-user-code: unicode('f9d3');\n$ti-icon-user-cog: unicode('f9d4');\n$ti-icon-user-dollar: unicode('f9d5');\n$ti-icon-user-down: unicode('f9d6');\n$ti-icon-user-edit: unicode('f7cc');\n$ti-icon-user-exclamation: unicode('ec12');\n$ti-icon-user-filled: unicode('fd19');\n$ti-icon-user-heart: unicode('f7cd');\n$ti-icon-user-hexagon: unicode('fc4e');\n$ti-icon-user-minus: unicode('eb4a');\n$ti-icon-user-off: unicode('ecf9');\n$ti-icon-user-pause: unicode('f9d7');\n$ti-icon-user-pentagon: unicode('fc4f');\n$ti-icon-user-pin: unicode('f7ce');\n$ti-icon-user-plus: unicode('eb4b');\n$ti-icon-user-question: unicode('f7cf');\n$ti-icon-user-scan: unicode('fcaf');\n$ti-icon-user-screen: unicode('fea0');\n$ti-icon-user-search: unicode('ef89');\n$ti-icon-user-share: unicode('f9d8');\n$ti-icon-user-shield: unicode('f7d0');\n$ti-icon-user-square: unicode('fc51');\n$ti-icon-user-square-rounded: unicode('fc50');\n$ti-icon-user-star: unicode('f7d1');\n$ti-icon-user-up: unicode('f7d2');\n$ti-icon-user-x: unicode('eb4c');\n$ti-icon-users: unicode('ebf2');\n$ti-icon-users-group: unicode('fa21');\n$ti-icon-users-minus: unicode('fa0e');\n$ti-icon-users-plus: unicode('fa0f');\n$ti-icon-uv-index: unicode('f3b2');\n$ti-icon-ux-circle: unicode('f369');\n$ti-icon-vaccine: unicode('ef04');\n$ti-icon-vaccine-bottle: unicode('ef69');\n$ti-icon-vaccine-bottle-off: unicode('f439');\n$ti-icon-vaccine-off: unicode('f1bc');\n$ti-icon-vacuum-cleaner: unicode('f5e6');\n$ti-icon-variable: unicode('ef05');\n$ti-icon-variable-minus: unicode('f36a');\n$ti-icon-variable-off: unicode('f1bd');\n$ti-icon-variable-plus: unicode('f36b');\n$ti-icon-vector: unicode('eca9');\n$ti-icon-vector-bezier: unicode('ef1d');\n$ti-icon-vector-bezier-2: unicode('f1a3');\n$ti-icon-vector-bezier-arc: unicode('f4cd');\n$ti-icon-vector-bezier-circle: unicode('f4ce');\n$ti-icon-vector-off: unicode('f1be');\n$ti-icon-vector-spline: unicode('f565');\n$ti-icon-vector-triangle: unicode('eca8');\n$ti-icon-vector-triangle-off: unicode('f1bf');\n$ti-icon-venus: unicode('ec86');\n$ti-icon-versions: unicode('ed52');\n$ti-icon-versions-filled: unicode('f6b1');\n$ti-icon-versions-off: unicode('f1c0');\n$ti-icon-video: unicode('ed22');\n$ti-icon-video-minus: unicode('ed1f');\n$ti-icon-video-off: unicode('ed20');\n$ti-icon-video-plus: unicode('ed21');\n$ti-icon-view-360: unicode('ed84');\n$ti-icon-view-360-arrow: unicode('f62f');\n$ti-icon-view-360-number: unicode('f566');\n$ti-icon-view-360-off: unicode('f1c1');\n$ti-icon-viewfinder: unicode('eb4e');\n$ti-icon-viewfinder-off: unicode('f1c2');\n$ti-icon-viewport-narrow: unicode('ebf3');\n$ti-icon-viewport-short: unicode('fee9');\n$ti-icon-viewport-tall: unicode('fee8');\n$ti-icon-viewport-wide: unicode('ebf4');\n$ti-icon-vinyl: unicode('f00d');\n$ti-icon-vip: unicode('f3b3');\n$ti-icon-vip-off: unicode('f43a');\n$ti-icon-virus: unicode('eb74');\n$ti-icon-virus-off: unicode('ed66');\n$ti-icon-virus-search: unicode('ed67');\n$ti-icon-vocabulary: unicode('ef1e');\n$ti-icon-vocabulary-off: unicode('f43b');\n$ti-icon-volcano: unicode('f79c');\n$ti-icon-volume: unicode('eb51');\n$ti-icon-volume-2: unicode('eb4f');\n$ti-icon-volume-3: unicode('eb50');\n$ti-icon-volume-off: unicode('f1c3');\n$ti-icon-vs: unicode('fc52');\n$ti-icon-walk: unicode('ec87');\n$ti-icon-wall: unicode('ef7a');\n$ti-icon-wall-off: unicode('f43c');\n$ti-icon-wallet: unicode('eb75');\n$ti-icon-wallet-off: unicode('f1c4');\n$ti-icon-wallpaper: unicode('ef56');\n$ti-icon-wallpaper-off: unicode('f1c5');\n$ti-icon-wand: unicode('ebcb');\n$ti-icon-wand-off: unicode('f1c6');\n$ti-icon-wash: unicode('f311');\n$ti-icon-wash-dry: unicode('f304');\n$ti-icon-wash-dry-1: unicode('f2fa');\n$ti-icon-wash-dry-2: unicode('f2fb');\n$ti-icon-wash-dry-3: unicode('f2fc');\n$ti-icon-wash-dry-a: unicode('f2fd');\n$ti-icon-wash-dry-dip: unicode('f2fe');\n$ti-icon-wash-dry-f: unicode('f2ff');\n$ti-icon-wash-dry-flat: unicode('fa7f');\n$ti-icon-wash-dry-hang: unicode('f300');\n$ti-icon-wash-dry-off: unicode('f301');\n$ti-icon-wash-dry-p: unicode('f302');\n$ti-icon-wash-dry-shade: unicode('f303');\n$ti-icon-wash-dry-w: unicode('f322');\n$ti-icon-wash-dryclean: unicode('f305');\n$ti-icon-wash-dryclean-off: unicode('f323');\n$ti-icon-wash-eco: unicode('fa80');\n$ti-icon-wash-gentle: unicode('f306');\n$ti-icon-wash-hand: unicode('fa81');\n$ti-icon-wash-machine: unicode('f25e');\n$ti-icon-wash-off: unicode('f307');\n$ti-icon-wash-press: unicode('f308');\n$ti-icon-wash-temperature-1: unicode('f309');\n$ti-icon-wash-temperature-2: unicode('f30a');\n$ti-icon-wash-temperature-3: unicode('f30b');\n$ti-icon-wash-temperature-4: unicode('f30c');\n$ti-icon-wash-temperature-5: unicode('f30d');\n$ti-icon-wash-temperature-6: unicode('f30e');\n$ti-icon-wash-tumble-dry: unicode('f30f');\n$ti-icon-wash-tumble-off: unicode('f310');\n$ti-icon-waterpolo: unicode('fa6f');\n$ti-icon-wave-saw-tool: unicode('ecd3');\n$ti-icon-wave-sine: unicode('ecd4');\n$ti-icon-wave-square: unicode('ecd5');\n$ti-icon-waves-electricity: unicode('fcc5');\n$ti-icon-webhook: unicode('f01e');\n$ti-icon-webhook-off: unicode('f43d');\n$ti-icon-weight: unicode('f589');\n$ti-icon-wheel: unicode('fc64');\n$ti-icon-wheelchair: unicode('f1db');\n$ti-icon-wheelchair-off: unicode('f43e');\n$ti-icon-whirl: unicode('f51d');\n$ti-icon-wifi: unicode('eb52');\n$ti-icon-wifi-0: unicode('eba3');\n$ti-icon-wifi-1: unicode('eba4');\n$ti-icon-wifi-2: unicode('eba5');\n$ti-icon-wifi-off: unicode('ecfa');\n$ti-icon-wind: unicode('ec34');\n$ti-icon-wind-electricity: unicode('fcc6');\n$ti-icon-wind-off: unicode('f1c7');\n$ti-icon-windmill: unicode('ed85');\n$ti-icon-windmill-filled: unicode('f6b2');\n$ti-icon-windmill-off: unicode('f1c8');\n$ti-icon-window: unicode('ef06');\n$ti-icon-window-maximize: unicode('f1f1');\n$ti-icon-window-minimize: unicode('f1f2');\n$ti-icon-window-off: unicode('f1c9');\n$ti-icon-windsock: unicode('f06d');\n$ti-icon-wiper: unicode('ecab');\n$ti-icon-wiper-wash: unicode('ecaa');\n$ti-icon-woman: unicode('eb53');\n$ti-icon-woman-filled: unicode('fdcc');\n$ti-icon-wood: unicode('f359');\n$ti-icon-world: unicode('eb54');\n$ti-icon-world-bolt: unicode('f9d9');\n$ti-icon-world-cancel: unicode('f9da');\n$ti-icon-world-check: unicode('f9db');\n$ti-icon-world-code: unicode('f9dc');\n$ti-icon-world-cog: unicode('f9dd');\n$ti-icon-world-dollar: unicode('f9de');\n$ti-icon-world-down: unicode('f9df');\n$ti-icon-world-download: unicode('ef8a');\n$ti-icon-world-exclamation: unicode('f9e0');\n$ti-icon-world-heart: unicode('f9e1');\n$ti-icon-world-latitude: unicode('ed2e');\n$ti-icon-world-longitude: unicode('ed2f');\n$ti-icon-world-minus: unicode('f9e2');\n$ti-icon-world-off: unicode('f1ca');\n$ti-icon-world-pause: unicode('f9e3');\n$ti-icon-world-pin: unicode('f9e4');\n$ti-icon-world-plus: unicode('f9e5');\n$ti-icon-world-question: unicode('f9e6');\n$ti-icon-world-search: unicode('f9e7');\n$ti-icon-world-share: unicode('f9e8');\n$ti-icon-world-star: unicode('f9e9');\n$ti-icon-world-up: unicode('f9ea');\n$ti-icon-world-upload: unicode('ef8b');\n$ti-icon-world-www: unicode('f38f');\n$ti-icon-world-x: unicode('f9eb');\n$ti-icon-wrecking-ball: unicode('ed97');\n$ti-icon-writing: unicode('ef08');\n$ti-icon-writing-off: unicode('f1cb');\n$ti-icon-writing-sign: unicode('ef07');\n$ti-icon-writing-sign-off: unicode('f1cc');\n$ti-icon-x: unicode('eb55');\n$ti-icon-x-power-y: unicode('10072');\n$ti-icon-xbox-a: unicode('f2b6');\n$ti-icon-xbox-a-filled: unicode('fdcb');\n$ti-icon-xbox-b: unicode('f2b7');\n$ti-icon-xbox-b-filled: unicode('fdca');\n$ti-icon-xbox-x: unicode('f2b8');\n$ti-icon-xbox-x-filled: unicode('fdc9');\n$ti-icon-xbox-y: unicode('f2b9');\n$ti-icon-xbox-y-filled: unicode('fdc8');\n$ti-icon-xd: unicode('fa33');\n$ti-icon-xxx: unicode('fc20');\n$ti-icon-yin-yang: unicode('ec35');\n$ti-icon-yin-yang-filled: unicode('f785');\n$ti-icon-yoga: unicode('f01f');\n$ti-icon-zeppelin: unicode('f270');\n$ti-icon-zeppelin-filled: unicode('fdc7');\n$ti-icon-zeppelin-off: unicode('f43f');\n$ti-icon-zip: unicode('f3b4');\n$ti-icon-zodiac-aquarius: unicode('ecac');\n$ti-icon-zodiac-aries: unicode('ecad');\n$ti-icon-zodiac-cancer: unicode('ecae');\n$ti-icon-zodiac-capricorn: unicode('ecaf');\n$ti-icon-zodiac-gemini: unicode('ecb0');\n$ti-icon-zodiac-leo: unicode('ecb1');\n$ti-icon-zodiac-libra: unicode('ecb2');\n$ti-icon-zodiac-pisces: unicode('ecb3');\n$ti-icon-zodiac-sagittarius: unicode('ecb4');\n$ti-icon-zodiac-scorpio: unicode('ecb5');\n$ti-icon-zodiac-taurus: unicode('ecb6');\n$ti-icon-zodiac-virgo: unicode('ecb7');\n$ti-icon-zoom: unicode('fdaa');\n$ti-icon-zoom-cancel: unicode('ec4d');\n$ti-icon-zoom-cancel-filled: unicode('fdc6');\n$ti-icon-zoom-check: unicode('ef09');\n$ti-icon-zoom-check-filled: unicode('f786');\n$ti-icon-zoom-code: unicode('f07f');\n$ti-icon-zoom-code-filled: unicode('fdc5');\n$ti-icon-zoom-exclamation: unicode('f080');\n$ti-icon-zoom-exclamation-filled: unicode('fdc4');\n$ti-icon-zoom-filled: unicode('f787');\n$ti-icon-zoom-in: unicode('eb56');\n$ti-icon-zoom-in-area: unicode('f1dc');\n$ti-icon-zoom-in-area-filled: unicode('f788');\n$ti-icon-zoom-in-filled: unicode('f789');\n$ti-icon-zoom-money: unicode('ef0a');\n$ti-icon-zoom-money-filled: unicode('fdc3');\n$ti-icon-zoom-out: unicode('eb57');\n$ti-icon-zoom-out-area: unicode('f1dd');\n$ti-icon-zoom-out-area-filled: unicode('fdc2');\n$ti-icon-zoom-out-filled: unicode('f78a');\n$ti-icon-zoom-pan: unicode('f1de');\n$ti-icon-zoom-pan-filled: unicode('fdc1');\n$ti-icon-zoom-question: unicode('edeb');\n$ti-icon-zoom-question-filled: unicode('fdc0');\n$ti-icon-zoom-replace: unicode('f2a7');\n$ti-icon-zoom-reset: unicode('f295');\n$ti-icon-zoom-scan: unicode('fcb0');\n$ti-icon-zoom-scan-filled: unicode('fdbf');\n$ti-icon-zzz: unicode('f228');\n$ti-icon-zzz-off: unicode('f440');\n\n\n.#{$ti-prefix}-a-b:before { content: $ti-icon-a-b; }\n.#{$ti-prefix}-a-b-2:before { content: $ti-icon-a-b-2; }\n.#{$ti-prefix}-a-b-off:before { content: $ti-icon-a-b-off; }\n.#{$ti-prefix}-abacus:before { content: $ti-icon-abacus; }\n.#{$ti-prefix}-abacus-off:before { content: $ti-icon-abacus-off; }\n.#{$ti-prefix}-abc:before { content: $ti-icon-abc; }\n.#{$ti-prefix}-access-point:before { content: $ti-icon-access-point; }\n.#{$ti-prefix}-access-point-off:before { content: $ti-icon-access-point-off; }\n.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; }\n.#{$ti-prefix}-accessible-filled:before { content: $ti-icon-accessible-filled; }\n.#{$ti-prefix}-accessible-off:before { content: $ti-icon-accessible-off; }\n.#{$ti-prefix}-activity:before { content: $ti-icon-activity; }\n.#{$ti-prefix}-activity-heartbeat:before { content: $ti-icon-activity-heartbeat; }\n.#{$ti-prefix}-ad:before { content: $ti-icon-ad; }\n.#{$ti-prefix}-ad-2:before { content: $ti-icon-ad-2; }\n.#{$ti-prefix}-ad-circle:before { content: $ti-icon-ad-circle; }\n.#{$ti-prefix}-ad-circle-filled:before { content: $ti-icon-ad-circle-filled; }\n.#{$ti-prefix}-ad-circle-off:before { content: $ti-icon-ad-circle-off; }\n.#{$ti-prefix}-ad-filled:before { content: $ti-icon-ad-filled; }\n.#{$ti-prefix}-ad-off:before { content: $ti-icon-ad-off; }\n.#{$ti-prefix}-address-book:before { content: $ti-icon-address-book; }\n.#{$ti-prefix}-address-book-off:before { content: $ti-icon-address-book-off; }\n.#{$ti-prefix}-adjustments:before { content: $ti-icon-adjustments; }\n.#{$ti-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; }\n.#{$ti-prefix}-adjustments-bolt:before { content: $ti-icon-adjustments-bolt; }\n.#{$ti-prefix}-adjustments-cancel:before { content: $ti-icon-adjustments-cancel; }\n.#{$ti-prefix}-adjustments-check:before { content: $ti-icon-adjustments-check; }\n.#{$ti-prefix}-adjustments-code:before { content: $ti-icon-adjustments-code; }\n.#{$ti-prefix}-adjustments-cog:before { content: $ti-icon-adjustments-cog; }\n.#{$ti-prefix}-adjustments-dollar:before { content: $ti-icon-adjustments-dollar; }\n.#{$ti-prefix}-adjustments-down:before { content: $ti-icon-adjustments-down; }\n.#{$ti-prefix}-adjustments-exclamation:before { content: $ti-icon-adjustments-exclamation; }\n.#{$ti-prefix}-adjustments-filled:before { content: $ti-icon-adjustments-filled; }\n.#{$ti-prefix}-adjustments-heart:before { content: $ti-icon-adjustments-heart; }\n.#{$ti-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; }\n.#{$ti-prefix}-adjustments-minus:before { content: $ti-icon-adjustments-minus; }\n.#{$ti-prefix}-adjustments-off:before { content: $ti-icon-adjustments-off; }\n.#{$ti-prefix}-adjustments-pause:before { content: $ti-icon-adjustments-pause; }\n.#{$ti-prefix}-adjustments-pin:before { content: $ti-icon-adjustments-pin; }\n.#{$ti-prefix}-adjustments-plus:before { content: $ti-icon-adjustments-plus; }\n.#{$ti-prefix}-adjustments-question:before { content: $ti-icon-adjustments-question; }\n.#{$ti-prefix}-adjustments-search:before { content: $ti-icon-adjustments-search; }\n.#{$ti-prefix}-adjustments-share:before { content: $ti-icon-adjustments-share; }\n.#{$ti-prefix}-adjustments-spark:before { content: $ti-icon-adjustments-spark; }\n.#{$ti-prefix}-adjustments-star:before { content: $ti-icon-adjustments-star; }\n.#{$ti-prefix}-adjustments-up:before { content: $ti-icon-adjustments-up; }\n.#{$ti-prefix}-adjustments-x:before { content: $ti-icon-adjustments-x; }\n.#{$ti-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; }\n.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; }\n.#{$ti-prefix}-affiliate-filled:before { content: $ti-icon-affiliate-filled; }\n.#{$ti-prefix}-ai:before { content: $ti-icon-ai; }\n.#{$ti-prefix}-air-balloon:before { content: $ti-icon-air-balloon; }\n.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }\n.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }\n.#{$ti-prefix}-air-traffic-control:before { content: $ti-icon-air-traffic-control; }\n.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }\n.#{$ti-prefix}-alarm-average:before { content: $ti-icon-alarm-average; }\n.#{$ti-prefix}-alarm-filled:before { content: $ti-icon-alarm-filled; }\n.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }\n.#{$ti-prefix}-alarm-minus-filled:before { content: $ti-icon-alarm-minus-filled; }\n.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; }\n.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }\n.#{$ti-prefix}-alarm-plus-filled:before { content: $ti-icon-alarm-plus-filled; }\n.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }\n.#{$ti-prefix}-alarm-snooze-filled:before { content: $ti-icon-alarm-snooze-filled; }\n.#{$ti-prefix}-album:before { content: $ti-icon-album; }\n.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }\n.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }\n.#{$ti-prefix}-alert-circle-filled:before { content: $ti-icon-alert-circle-filled; }\n.#{$ti-prefix}-alert-circle-off:before { content: $ti-icon-alert-circle-off; }\n.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; }\n.#{$ti-prefix}-alert-hexagon-filled:before { content: $ti-icon-alert-hexagon-filled; }\n.#{$ti-prefix}-alert-hexagon-off:before { content: $ti-icon-alert-hexagon-off; }\n.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }\n.#{$ti-prefix}-alert-octagon-filled:before { content: $ti-icon-alert-octagon-filled; }\n.#{$ti-prefix}-alert-small:before { content: $ti-icon-alert-small; }\n.#{$ti-prefix}-alert-small-off:before { content: $ti-icon-alert-small-off; }\n.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; }\n.#{$ti-prefix}-alert-square-filled:before { content: $ti-icon-alert-square-filled; }\n.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; }\n.#{$ti-prefix}-alert-square-rounded-filled:before { content: $ti-icon-alert-square-rounded-filled; }\n.#{$ti-prefix}-alert-square-rounded-off:before { content: $ti-icon-alert-square-rounded-off; }\n.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }\n.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; }\n.#{$ti-prefix}-alert-triangle-off:before { content: $ti-icon-alert-triangle-off; }\n.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }\n.#{$ti-prefix}-alien-filled:before { content: $ti-icon-alien-filled; }\n.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }\n.#{$ti-prefix}-align-box-bottom-center-filled:before { content: $ti-icon-align-box-bottom-center-filled; }\n.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }\n.#{$ti-prefix}-align-box-bottom-left-filled:before { content: $ti-icon-align-box-bottom-left-filled; }\n.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; }\n.#{$ti-prefix}-align-box-bottom-right-filled:before { content: $ti-icon-align-box-bottom-right-filled; }\n.#{$ti-prefix}-align-box-center-bottom:before { content: $ti-icon-align-box-center-bottom; }\n.#{$ti-prefix}-align-box-center-middle:before { content: $ti-icon-align-box-center-middle; }\n.#{$ti-prefix}-align-box-center-middle-filled:before { content: $ti-icon-align-box-center-middle-filled; }\n.#{$ti-prefix}-align-box-center-stretch:before { content: $ti-icon-align-box-center-stretch; }\n.#{$ti-prefix}-align-box-center-top:before { content: $ti-icon-align-box-center-top; }\n.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; }\n.#{$ti-prefix}-align-box-left-bottom-filled:before { content: $ti-icon-align-box-left-bottom-filled; }\n.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; }\n.#{$ti-prefix}-align-box-left-middle-filled:before { content: $ti-icon-align-box-left-middle-filled; }\n.#{$ti-prefix}-align-box-left-stretch:before { content: $ti-icon-align-box-left-stretch; }\n.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; }\n.#{$ti-prefix}-align-box-left-top-filled:before { content: $ti-icon-align-box-left-top-filled; }\n.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; }\n.#{$ti-prefix}-align-box-right-bottom-filled:before { content: $ti-icon-align-box-right-bottom-filled; }\n.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }\n.#{$ti-prefix}-align-box-right-middle-filled:before { content: $ti-icon-align-box-right-middle-filled; }\n.#{$ti-prefix}-align-box-right-stretch:before { content: $ti-icon-align-box-right-stretch; }\n.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; }\n.#{$ti-prefix}-align-box-right-top-filled:before { content: $ti-icon-align-box-right-top-filled; }\n.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; }\n.#{$ti-prefix}-align-box-top-center-filled:before { content: $ti-icon-align-box-top-center-filled; }\n.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; }\n.#{$ti-prefix}-align-box-top-left-filled:before { content: $ti-icon-align-box-top-left-filled; }\n.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; }\n.#{$ti-prefix}-align-box-top-right-filled:before { content: $ti-icon-align-box-top-right-filled; }\n.#{$ti-prefix}-align-center:before { content: $ti-icon-align-center; }\n.#{$ti-prefix}-align-justified:before { content: $ti-icon-align-justified; }\n.#{$ti-prefix}-align-left:before { content: $ti-icon-align-left; }\n.#{$ti-prefix}-align-left-2:before { content: $ti-icon-align-left-2; }\n.#{$ti-prefix}-align-right:before { content: $ti-icon-align-right; }\n.#{$ti-prefix}-align-right-2:before { content: $ti-icon-align-right-2; }\n.#{$ti-prefix}-alpha:before { content: $ti-icon-alpha; }\n.#{$ti-prefix}-alphabet-arabic:before { content: $ti-icon-alphabet-arabic; }\n.#{$ti-prefix}-alphabet-bangla:before { content: $ti-icon-alphabet-bangla; }\n.#{$ti-prefix}-alphabet-cyrillic:before { content: $ti-icon-alphabet-cyrillic; }\n.#{$ti-prefix}-alphabet-greek:before { content: $ti-icon-alphabet-greek; }\n.#{$ti-prefix}-alphabet-hebrew:before { content: $ti-icon-alphabet-hebrew; }\n.#{$ti-prefix}-alphabet-korean:before { content: $ti-icon-alphabet-korean; }\n.#{$ti-prefix}-alphabet-latin:before { content: $ti-icon-alphabet-latin; }\n.#{$ti-prefix}-alphabet-thai:before { content: $ti-icon-alphabet-thai; }\n.#{$ti-prefix}-alt:before { content: $ti-icon-alt; }\n.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }\n.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }\n.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }\n.#{$ti-prefix}-analyze-filled:before { content: $ti-icon-analyze-filled; }\n.#{$ti-prefix}-analyze-off:before { content: $ti-icon-analyze-off; }\n.#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; }\n.#{$ti-prefix}-anchor-off:before { content: $ti-icon-anchor-off; }\n.#{$ti-prefix}-angle:before { content: $ti-icon-angle; }\n.#{$ti-prefix}-ankh:before { content: $ti-icon-ankh; }\n.#{$ti-prefix}-antenna:before { content: $ti-icon-antenna; }\n.#{$ti-prefix}-antenna-bars-1:before { content: $ti-icon-antenna-bars-1; }\n.#{$ti-prefix}-antenna-bars-2:before { content: $ti-icon-antenna-bars-2; }\n.#{$ti-prefix}-antenna-bars-3:before { content: $ti-icon-antenna-bars-3; }\n.#{$ti-prefix}-antenna-bars-4:before { content: $ti-icon-antenna-bars-4; }\n.#{$ti-prefix}-antenna-bars-5:before { content: $ti-icon-antenna-bars-5; }\n.#{$ti-prefix}-antenna-bars-off:before { content: $ti-icon-antenna-bars-off; }\n.#{$ti-prefix}-antenna-off:before { content: $ti-icon-antenna-off; }\n.#{$ti-prefix}-aperture:before { content: $ti-icon-aperture; }\n.#{$ti-prefix}-aperture-off:before { content: $ti-icon-aperture-off; }\n.#{$ti-prefix}-api:before { content: $ti-icon-api; }\n.#{$ti-prefix}-api-app:before { content: $ti-icon-api-app; }\n.#{$ti-prefix}-api-app-off:before { content: $ti-icon-api-app-off; }\n.#{$ti-prefix}-api-off:before { content: $ti-icon-api-off; }\n.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }\n.#{$ti-prefix}-app-window-filled:before { content: $ti-icon-app-window-filled; }\n.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }\n.#{$ti-prefix}-apple-filled:before { content: $ti-icon-apple-filled; }\n.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }\n.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }\n.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }\n.#{$ti-prefix}-archery-arrow:before { content: $ti-icon-archery-arrow; }\n.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }\n.#{$ti-prefix}-archive-filled:before { content: $ti-icon-archive-filled; }\n.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }\n.#{$ti-prefix}-armchair:before { content: $ti-icon-armchair; }\n.#{$ti-prefix}-armchair-2:before { content: $ti-icon-armchair-2; }\n.#{$ti-prefix}-armchair-2-off:before { content: $ti-icon-armchair-2-off; }\n.#{$ti-prefix}-armchair-off:before { content: $ti-icon-armchair-off; }\n.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }\n.#{$ti-prefix}-arrow-autofit-content-filled:before { content: $ti-icon-arrow-autofit-content-filled; }\n.#{$ti-prefix}-arrow-autofit-down:before { content: $ti-icon-arrow-autofit-down; }\n.#{$ti-prefix}-arrow-autofit-height:before { content: $ti-icon-arrow-autofit-height; }\n.#{$ti-prefix}-arrow-autofit-left:before { content: $ti-icon-arrow-autofit-left; }\n.#{$ti-prefix}-arrow-autofit-right:before { content: $ti-icon-arrow-autofit-right; }\n.#{$ti-prefix}-arrow-autofit-up:before { content: $ti-icon-arrow-autofit-up; }\n.#{$ti-prefix}-arrow-autofit-width:before { content: $ti-icon-arrow-autofit-width; }\n.#{$ti-prefix}-arrow-back:before { content: $ti-icon-arrow-back; }\n.#{$ti-prefix}-arrow-back-up:before { content: $ti-icon-arrow-back-up; }\n.#{$ti-prefix}-arrow-back-up-double:before { content: $ti-icon-arrow-back-up-double; }\n.#{$ti-prefix}-arrow-badge-down:before { content: $ti-icon-arrow-badge-down; }\n.#{$ti-prefix}-arrow-badge-down-filled:before { content: $ti-icon-arrow-badge-down-filled; }\n.#{$ti-prefix}-arrow-badge-left:before { content: $ti-icon-arrow-badge-left; }\n.#{$ti-prefix}-arrow-badge-left-filled:before { content: $ti-icon-arrow-badge-left-filled; }\n.#{$ti-prefix}-arrow-badge-right:before { content: $ti-icon-arrow-badge-right; }\n.#{$ti-prefix}-arrow-badge-right-filled:before { content: $ti-icon-arrow-badge-right-filled; }\n.#{$ti-prefix}-arrow-badge-up:before { content: $ti-icon-arrow-badge-up; }\n.#{$ti-prefix}-arrow-badge-up-filled:before { content: $ti-icon-arrow-badge-up-filled; }\n.#{$ti-prefix}-arrow-bar-both:before { content: $ti-icon-arrow-bar-both; }\n.#{$ti-prefix}-arrow-bar-down:before { content: $ti-icon-arrow-bar-down; }\n.#{$ti-prefix}-arrow-bar-left:before { content: $ti-icon-arrow-bar-left; }\n.#{$ti-prefix}-arrow-bar-right:before { content: $ti-icon-arrow-bar-right; }\n.#{$ti-prefix}-arrow-bar-to-down:before { content: $ti-icon-arrow-bar-to-down; }\n.#{$ti-prefix}-arrow-bar-to-left:before { content: $ti-icon-arrow-bar-to-left; }\n.#{$ti-prefix}-arrow-bar-to-right:before { content: $ti-icon-arrow-bar-to-right; }\n.#{$ti-prefix}-arrow-bar-to-up:before { content: $ti-icon-arrow-bar-to-up; }\n.#{$ti-prefix}-arrow-bar-up:before { content: $ti-icon-arrow-bar-up; }\n.#{$ti-prefix}-arrow-bear-left:before { content: $ti-icon-arrow-bear-left; }\n.#{$ti-prefix}-arrow-bear-left-2:before { content: $ti-icon-arrow-bear-left-2; }\n.#{$ti-prefix}-arrow-bear-right:before { content: $ti-icon-arrow-bear-right; }\n.#{$ti-prefix}-arrow-bear-right-2:before { content: $ti-icon-arrow-bear-right-2; }\n.#{$ti-prefix}-arrow-big-down:before { content: $ti-icon-arrow-big-down; }\n.#{$ti-prefix}-arrow-big-down-filled:before { content: $ti-icon-arrow-big-down-filled; }\n.#{$ti-prefix}-arrow-big-down-line:before { content: $ti-icon-arrow-big-down-line; }\n.#{$ti-prefix}-arrow-big-down-line-filled:before { content: $ti-icon-arrow-big-down-line-filled; }\n.#{$ti-prefix}-arrow-big-down-lines:before { content: $ti-icon-arrow-big-down-lines; }\n.#{$ti-prefix}-arrow-big-down-lines-filled:before { content: $ti-icon-arrow-big-down-lines-filled; }\n.#{$ti-prefix}-arrow-big-left:before { content: $ti-icon-arrow-big-left; }\n.#{$ti-prefix}-arrow-big-left-filled:before { content: $ti-icon-arrow-big-left-filled; }\n.#{$ti-prefix}-arrow-big-left-line:before { content: $ti-icon-arrow-big-left-line; }\n.#{$ti-prefix}-arrow-big-left-line-filled:before { content: $ti-icon-arrow-big-left-line-filled; }\n.#{$ti-prefix}-arrow-big-left-lines:before { content: $ti-icon-arrow-big-left-lines; }\n.#{$ti-prefix}-arrow-big-left-lines-filled:before { content: $ti-icon-arrow-big-left-lines-filled; }\n.#{$ti-prefix}-arrow-big-right:before { content: $ti-icon-arrow-big-right; }\n.#{$ti-prefix}-arrow-big-right-filled:before { content: $ti-icon-arrow-big-right-filled; }\n.#{$ti-prefix}-arrow-big-right-line:before { content: $ti-icon-arrow-big-right-line; }\n.#{$ti-prefix}-arrow-big-right-line-filled:before { content: $ti-icon-arrow-big-right-line-filled; }\n.#{$ti-prefix}-arrow-big-right-lines:before { content: $ti-icon-arrow-big-right-lines; }\n.#{$ti-prefix}-arrow-big-right-lines-filled:before { content: $ti-icon-arrow-big-right-lines-filled; }\n.#{$ti-prefix}-arrow-big-up:before { content: $ti-icon-arrow-big-up; }\n.#{$ti-prefix}-arrow-big-up-filled:before { content: $ti-icon-arrow-big-up-filled; }\n.#{$ti-prefix}-arrow-big-up-line:before { content: $ti-icon-arrow-big-up-line; }\n.#{$ti-prefix}-arrow-big-up-line-filled:before { content: $ti-icon-arrow-big-up-line-filled; }\n.#{$ti-prefix}-arrow-big-up-lines:before { content: $ti-icon-arrow-big-up-lines; }\n.#{$ti-prefix}-arrow-big-up-lines-filled:before { content: $ti-icon-arrow-big-up-lines-filled; }\n.#{$ti-prefix}-arrow-bounce:before { content: $ti-icon-arrow-bounce; }\n.#{$ti-prefix}-arrow-capsule:before { content: $ti-icon-arrow-capsule; }\n.#{$ti-prefix}-arrow-curve-left:before { content: $ti-icon-arrow-curve-left; }\n.#{$ti-prefix}-arrow-curve-right:before { content: $ti-icon-arrow-curve-right; }\n.#{$ti-prefix}-arrow-down:before { content: $ti-icon-arrow-down; }\n.#{$ti-prefix}-arrow-down-bar:before { content: $ti-icon-arrow-down-bar; }\n.#{$ti-prefix}-arrow-down-circle:before { content: $ti-icon-arrow-down-circle; }\n.#{$ti-prefix}-arrow-down-circle-filled:before { content: $ti-icon-arrow-down-circle-filled; }\n.#{$ti-prefix}-arrow-down-dashed:before { content: $ti-icon-arrow-down-dashed; }\n.#{$ti-prefix}-arrow-down-from-arc:before { content: $ti-icon-arrow-down-from-arc; }\n.#{$ti-prefix}-arrow-down-left:before { content: $ti-icon-arrow-down-left; }\n.#{$ti-prefix}-arrow-down-left-circle:before { content: $ti-icon-arrow-down-left-circle; }\n.#{$ti-prefix}-arrow-down-rhombus:before { content: $ti-icon-arrow-down-rhombus; }\n.#{$ti-prefix}-arrow-down-rhombus-filled:before { content: $ti-icon-arrow-down-rhombus-filled; }\n.#{$ti-prefix}-arrow-down-right:before { content: $ti-icon-arrow-down-right; }\n.#{$ti-prefix}-arrow-down-right-circle:before { content: $ti-icon-arrow-down-right-circle; }\n.#{$ti-prefix}-arrow-down-square:before { content: $ti-icon-arrow-down-square; }\n.#{$ti-prefix}-arrow-down-square-filled:before { content: $ti-icon-arrow-down-square-filled; }\n.#{$ti-prefix}-arrow-down-tail:before { content: $ti-icon-arrow-down-tail; }\n.#{$ti-prefix}-arrow-down-to-arc:before { content: $ti-icon-arrow-down-to-arc; }\n.#{$ti-prefix}-arrow-elbow-left:before { content: $ti-icon-arrow-elbow-left; }\n.#{$ti-prefix}-arrow-elbow-right:before { content: $ti-icon-arrow-elbow-right; }\n.#{$ti-prefix}-arrow-fork:before { content: $ti-icon-arrow-fork; }\n.#{$ti-prefix}-arrow-forward:before { content: $ti-icon-arrow-forward; }\n.#{$ti-prefix}-arrow-forward-up:before { content: $ti-icon-arrow-forward-up; }\n.#{$ti-prefix}-arrow-forward-up-double:before { content: $ti-icon-arrow-forward-up-double; }\n.#{$ti-prefix}-arrow-guide:before { content: $ti-icon-arrow-guide; }\n.#{$ti-prefix}-arrow-guide-filled:before { content: $ti-icon-arrow-guide-filled; }\n.#{$ti-prefix}-arrow-iteration:before { content: $ti-icon-arrow-iteration; }\n.#{$ti-prefix}-arrow-left:before { content: $ti-icon-arrow-left; }\n.#{$ti-prefix}-arrow-left-bar:before { content: $ti-icon-arrow-left-bar; }\n.#{$ti-prefix}-arrow-left-circle:before { content: $ti-icon-arrow-left-circle; }\n.#{$ti-prefix}-arrow-left-circle-filled:before { content: $ti-icon-arrow-left-circle-filled; }\n.#{$ti-prefix}-arrow-left-dashed:before { content: $ti-icon-arrow-left-dashed; }\n.#{$ti-prefix}-arrow-left-from-arc:before { content: $ti-icon-arrow-left-from-arc; }\n.#{$ti-prefix}-arrow-left-rhombus:before { content: $ti-icon-arrow-left-rhombus; }\n.#{$ti-prefix}-arrow-left-rhombus-filled:before { content: $ti-icon-arrow-left-rhombus-filled; }\n.#{$ti-prefix}-arrow-left-right:before { content: $ti-icon-arrow-left-right; }\n.#{$ti-prefix}-arrow-left-square:before { content: $ti-icon-arrow-left-square; }\n.#{$ti-prefix}-arrow-left-square-filled:before { content: $ti-icon-arrow-left-square-filled; }\n.#{$ti-prefix}-arrow-left-tail:before { content: $ti-icon-arrow-left-tail; }\n.#{$ti-prefix}-arrow-left-to-arc:before { content: $ti-icon-arrow-left-to-arc; }\n.#{$ti-prefix}-arrow-loop-left:before { content: $ti-icon-arrow-loop-left; }\n.#{$ti-prefix}-arrow-loop-left-2:before { content: $ti-icon-arrow-loop-left-2; }\n.#{$ti-prefix}-arrow-loop-right:before { content: $ti-icon-arrow-loop-right; }\n.#{$ti-prefix}-arrow-loop-right-2:before { content: $ti-icon-arrow-loop-right-2; }\n.#{$ti-prefix}-arrow-merge:before { content: $ti-icon-arrow-merge; }\n.#{$ti-prefix}-arrow-merge-alt-left:before { content: $ti-icon-arrow-merge-alt-left; }\n.#{$ti-prefix}-arrow-merge-alt-right:before { content: $ti-icon-arrow-merge-alt-right; }\n.#{$ti-prefix}-arrow-merge-both:before { content: $ti-icon-arrow-merge-both; }\n.#{$ti-prefix}-arrow-merge-left:before { content: $ti-icon-arrow-merge-left; }\n.#{$ti-prefix}-arrow-merge-right:before { content: $ti-icon-arrow-merge-right; }\n.#{$ti-prefix}-arrow-move-down:before { content: $ti-icon-arrow-move-down; }\n.#{$ti-prefix}-arrow-move-down-filled:before { content: $ti-icon-arrow-move-down-filled; }\n.#{$ti-prefix}-arrow-move-left:before { content: $ti-icon-arrow-move-left; }\n.#{$ti-prefix}-arrow-move-left-filled:before { content: $ti-icon-arrow-move-left-filled; }\n.#{$ti-prefix}-arrow-move-right:before { content: $ti-icon-arrow-move-right; }\n.#{$ti-prefix}-arrow-move-right-filled:before { content: $ti-icon-arrow-move-right-filled; }\n.#{$ti-prefix}-arrow-move-up:before { content: $ti-icon-arrow-move-up; }\n.#{$ti-prefix}-arrow-move-up-filled:before { content: $ti-icon-arrow-move-up-filled; }\n.#{$ti-prefix}-arrow-narrow-down:before { content: $ti-icon-arrow-narrow-down; }\n.#{$ti-prefix}-arrow-narrow-down-dashed:before { content: $ti-icon-arrow-narrow-down-dashed; }\n.#{$ti-prefix}-arrow-narrow-left:before { content: $ti-icon-arrow-narrow-left; }\n.#{$ti-prefix}-arrow-narrow-left-dashed:before { content: $ti-icon-arrow-narrow-left-dashed; }\n.#{$ti-prefix}-arrow-narrow-right:before { content: $ti-icon-arrow-narrow-right; }\n.#{$ti-prefix}-arrow-narrow-right-dashed:before { content: $ti-icon-arrow-narrow-right-dashed; }\n.#{$ti-prefix}-arrow-narrow-up:before { content: $ti-icon-arrow-narrow-up; }\n.#{$ti-prefix}-arrow-narrow-up-dashed:before { content: $ti-icon-arrow-narrow-up-dashed; }\n.#{$ti-prefix}-arrow-ramp-left:before { content: $ti-icon-arrow-ramp-left; }\n.#{$ti-prefix}-arrow-ramp-left-2:before { content: $ti-icon-arrow-ramp-left-2; }\n.#{$ti-prefix}-arrow-ramp-left-3:before { content: $ti-icon-arrow-ramp-left-3; }\n.#{$ti-prefix}-arrow-ramp-right:before { content: $ti-icon-arrow-ramp-right; }\n.#{$ti-prefix}-arrow-ramp-right-2:before { content: $ti-icon-arrow-ramp-right-2; }\n.#{$ti-prefix}-arrow-ramp-right-3:before { content: $ti-icon-arrow-ramp-right-3; }\n.#{$ti-prefix}-arrow-right:before { content: $ti-icon-arrow-right; }\n.#{$ti-prefix}-arrow-right-bar:before { content: $ti-icon-arrow-right-bar; }\n.#{$ti-prefix}-arrow-right-circle:before { content: $ti-icon-arrow-right-circle; }\n.#{$ti-prefix}-arrow-right-circle-filled:before { content: $ti-icon-arrow-right-circle-filled; }\n.#{$ti-prefix}-arrow-right-dashed:before { content: $ti-icon-arrow-right-dashed; }\n.#{$ti-prefix}-arrow-right-from-arc:before { content: $ti-icon-arrow-right-from-arc; }\n.#{$ti-prefix}-arrow-right-rhombus:before { content: $ti-icon-arrow-right-rhombus; }\n.#{$ti-prefix}-arrow-right-rhombus-filled:before { content: $ti-icon-arrow-right-rhombus-filled; }\n.#{$ti-prefix}-arrow-right-square:before { content: $ti-icon-arrow-right-square; }\n.#{$ti-prefix}-arrow-right-square-filled:before { content: $ti-icon-arrow-right-square-filled; }\n.#{$ti-prefix}-arrow-right-tail:before { content: $ti-icon-arrow-right-tail; }\n.#{$ti-prefix}-arrow-right-to-arc:before { content: $ti-icon-arrow-right-to-arc; }\n.#{$ti-prefix}-arrow-rotary-first-left:before { content: $ti-icon-arrow-rotary-first-left; }\n.#{$ti-prefix}-arrow-rotary-first-right:before { content: $ti-icon-arrow-rotary-first-right; }\n.#{$ti-prefix}-arrow-rotary-last-left:before { content: $ti-icon-arrow-rotary-last-left; }\n.#{$ti-prefix}-arrow-rotary-last-right:before { content: $ti-icon-arrow-rotary-last-right; }\n.#{$ti-prefix}-arrow-rotary-left:before { content: $ti-icon-arrow-rotary-left; }\n.#{$ti-prefix}-arrow-rotary-right:before { content: $ti-icon-arrow-rotary-right; }\n.#{$ti-prefix}-arrow-rotary-straight:before { content: $ti-icon-arrow-rotary-straight; }\n.#{$ti-prefix}-arrow-roundabout-left:before { content: $ti-icon-arrow-roundabout-left; }\n.#{$ti-prefix}-arrow-roundabout-right:before { content: $ti-icon-arrow-roundabout-right; }\n.#{$ti-prefix}-arrow-sharp-turn-left:before { content: $ti-icon-arrow-sharp-turn-left; }\n.#{$ti-prefix}-arrow-sharp-turn-right:before { content: $ti-icon-arrow-sharp-turn-right; }\n.#{$ti-prefix}-arrow-up:before { content: $ti-icon-arrow-up; }\n.#{$ti-prefix}-arrow-up-bar:before { content: $ti-icon-arrow-up-bar; }\n.#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; }\n.#{$ti-prefix}-arrow-up-circle-filled:before { content: $ti-icon-arrow-up-circle-filled; }\n.#{$ti-prefix}-arrow-up-dashed:before { content: $ti-icon-arrow-up-dashed; }\n.#{$ti-prefix}-arrow-up-from-arc:before { content: $ti-icon-arrow-up-from-arc; }\n.#{$ti-prefix}-arrow-up-left:before { content: $ti-icon-arrow-up-left; }\n.#{$ti-prefix}-arrow-up-left-circle:before { content: $ti-icon-arrow-up-left-circle; }\n.#{$ti-prefix}-arrow-up-rhombus:before { content: $ti-icon-arrow-up-rhombus; }\n.#{$ti-prefix}-arrow-up-rhombus-filled:before { content: $ti-icon-arrow-up-rhombus-filled; }\n.#{$ti-prefix}-arrow-up-right:before { content: $ti-icon-arrow-up-right; }\n.#{$ti-prefix}-arrow-up-right-circle:before { content: $ti-icon-arrow-up-right-circle; }\n.#{$ti-prefix}-arrow-up-square:before { content: $ti-icon-arrow-up-square; }\n.#{$ti-prefix}-arrow-up-square-filled:before { content: $ti-icon-arrow-up-square-filled; }\n.#{$ti-prefix}-arrow-up-tail:before { content: $ti-icon-arrow-up-tail; }\n.#{$ti-prefix}-arrow-up-to-arc:before { content: $ti-icon-arrow-up-to-arc; }\n.#{$ti-prefix}-arrow-wave-left-down:before { content: $ti-icon-arrow-wave-left-down; }\n.#{$ti-prefix}-arrow-wave-left-up:before { content: $ti-icon-arrow-wave-left-up; }\n.#{$ti-prefix}-arrow-wave-right-down:before { content: $ti-icon-arrow-wave-right-down; }\n.#{$ti-prefix}-arrow-wave-right-up:before { content: $ti-icon-arrow-wave-right-up; }\n.#{$ti-prefix}-arrow-zig-zag:before { content: $ti-icon-arrow-zig-zag; }\n.#{$ti-prefix}-arrows-cross:before { content: $ti-icon-arrows-cross; }\n.#{$ti-prefix}-arrows-diagonal:before { content: $ti-icon-arrows-diagonal; }\n.#{$ti-prefix}-arrows-diagonal-2:before { content: $ti-icon-arrows-diagonal-2; }\n.#{$ti-prefix}-arrows-diagonal-minimize:before { content: $ti-icon-arrows-diagonal-minimize; }\n.#{$ti-prefix}-arrows-diagonal-minimize-2:before { content: $ti-icon-arrows-diagonal-minimize-2; }\n.#{$ti-prefix}-arrows-diff:before { content: $ti-icon-arrows-diff; }\n.#{$ti-prefix}-arrows-double-ne-sw:before { content: $ti-icon-arrows-double-ne-sw; }\n.#{$ti-prefix}-arrows-double-nw-se:before { content: $ti-icon-arrows-double-nw-se; }\n.#{$ti-prefix}-arrows-double-se-nw:before { content: $ti-icon-arrows-double-se-nw; }\n.#{$ti-prefix}-arrows-double-sw-ne:before { content: $ti-icon-arrows-double-sw-ne; }\n.#{$ti-prefix}-arrows-down:before { content: $ti-icon-arrows-down; }\n.#{$ti-prefix}-arrows-down-up:before { content: $ti-icon-arrows-down-up; }\n.#{$ti-prefix}-arrows-exchange:before { content: $ti-icon-arrows-exchange; }\n.#{$ti-prefix}-arrows-exchange-2:before { content: $ti-icon-arrows-exchange-2; }\n.#{$ti-prefix}-arrows-horizontal:before { content: $ti-icon-arrows-horizontal; }\n.#{$ti-prefix}-arrows-join:before { content: $ti-icon-arrows-join; }\n.#{$ti-prefix}-arrows-join-2:before { content: $ti-icon-arrows-join-2; }\n.#{$ti-prefix}-arrows-left:before { content: $ti-icon-arrows-left; }\n.#{$ti-prefix}-arrows-left-down:before { content: $ti-icon-arrows-left-down; }\n.#{$ti-prefix}-arrows-left-right:before { content: $ti-icon-arrows-left-right; }\n.#{$ti-prefix}-arrows-maximize:before { content: $ti-icon-arrows-maximize; }\n.#{$ti-prefix}-arrows-minimize:before { content: $ti-icon-arrows-minimize; }\n.#{$ti-prefix}-arrows-move:before { content: $ti-icon-arrows-move; }\n.#{$ti-prefix}-arrows-move-horizontal:before { content: $ti-icon-arrows-move-horizontal; }\n.#{$ti-prefix}-arrows-move-vertical:before { content: $ti-icon-arrows-move-vertical; }\n.#{$ti-prefix}-arrows-random:before { content: $ti-icon-arrows-random; }\n.#{$ti-prefix}-arrows-right:before { content: $ti-icon-arrows-right; }\n.#{$ti-prefix}-arrows-right-down:before { content: $ti-icon-arrows-right-down; }\n.#{$ti-prefix}-arrows-right-left:before { content: $ti-icon-arrows-right-left; }\n.#{$ti-prefix}-arrows-shuffle:before { content: $ti-icon-arrows-shuffle; }\n.#{$ti-prefix}-arrows-shuffle-2:before { content: $ti-icon-arrows-shuffle-2; }\n.#{$ti-prefix}-arrows-sort:before { content: $ti-icon-arrows-sort; }\n.#{$ti-prefix}-arrows-split:before { content: $ti-icon-arrows-split; }\n.#{$ti-prefix}-arrows-split-2:before { content: $ti-icon-arrows-split-2; }\n.#{$ti-prefix}-arrows-transfer-down:before { content: $ti-icon-arrows-transfer-down; }\n.#{$ti-prefix}-arrows-transfer-up:before { content: $ti-icon-arrows-transfer-up; }\n.#{$ti-prefix}-arrows-transfer-up-down:before { content: $ti-icon-arrows-transfer-up-down; }\n.#{$ti-prefix}-arrows-up:before { content: $ti-icon-arrows-up; }\n.#{$ti-prefix}-arrows-up-down:before { content: $ti-icon-arrows-up-down; }\n.#{$ti-prefix}-arrows-up-left:before { content: $ti-icon-arrows-up-left; }\n.#{$ti-prefix}-arrows-up-right:before { content: $ti-icon-arrows-up-right; }\n.#{$ti-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; }\n.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; }\n.#{$ti-prefix}-artboard-filled:before { content: $ti-icon-artboard-filled; }\n.#{$ti-prefix}-artboard-off:before { content: $ti-icon-artboard-off; }\n.#{$ti-prefix}-article:before { content: $ti-icon-article; }\n.#{$ti-prefix}-article-filled:before { content: $ti-icon-article-filled; }\n.#{$ti-prefix}-article-off:before { content: $ti-icon-article-off; }\n.#{$ti-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; }\n.#{$ti-prefix}-aspect-ratio-filled:before { content: $ti-icon-aspect-ratio-filled; }\n.#{$ti-prefix}-aspect-ratio-off:before { content: $ti-icon-aspect-ratio-off; }\n.#{$ti-prefix}-assembly:before { content: $ti-icon-assembly; }\n.#{$ti-prefix}-assembly-filled:before { content: $ti-icon-assembly-filled; }\n.#{$ti-prefix}-assembly-off:before { content: $ti-icon-assembly-off; }\n.#{$ti-prefix}-asset:before { content: $ti-icon-asset; }\n.#{$ti-prefix}-asset-filled:before { content: $ti-icon-asset-filled; }\n.#{$ti-prefix}-asterisk:before { content: $ti-icon-asterisk; }\n.#{$ti-prefix}-asterisk-simple:before { content: $ti-icon-asterisk-simple; }\n.#{$ti-prefix}-at:before { content: $ti-icon-at; }\n.#{$ti-prefix}-at-off:before { content: $ti-icon-at-off; }\n.#{$ti-prefix}-atom:before { content: $ti-icon-atom; }\n.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }\n.#{$ti-prefix}-atom-2-filled:before { content: $ti-icon-atom-2-filled; }\n.#{$ti-prefix}-atom-off:before { content: $ti-icon-atom-off; }\n.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; }\n.#{$ti-prefix}-augmented-reality-2:before { content: $ti-icon-augmented-reality-2; }\n.#{$ti-prefix}-augmented-reality-off:before { content: $ti-icon-augmented-reality-off; }\n.#{$ti-prefix}-auth-2fa:before { content: $ti-icon-auth-2fa; }\n.#{$ti-prefix}-automatic-gearbox:before { content: $ti-icon-automatic-gearbox; }\n.#{$ti-prefix}-automatic-gearbox-filled:before { content: $ti-icon-automatic-gearbox-filled; }\n.#{$ti-prefix}-automation:before { content: $ti-icon-automation; }\n.#{$ti-prefix}-avocado:before { content: $ti-icon-avocado; }\n.#{$ti-prefix}-award:before { content: $ti-icon-award; }\n.#{$ti-prefix}-award-filled:before { content: $ti-icon-award-filled; }\n.#{$ti-prefix}-award-off:before { content: $ti-icon-award-off; }\n.#{$ti-prefix}-axe:before { content: $ti-icon-axe; }\n.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }\n.#{$ti-prefix}-axis-y:before { content: $ti-icon-axis-y; }\n.#{$ti-prefix}-baby-bottle:before { content: $ti-icon-baby-bottle; }\n.#{$ti-prefix}-baby-carriage:before { content: $ti-icon-baby-carriage; }\n.#{$ti-prefix}-baby-carriage-filled:before { content: $ti-icon-baby-carriage-filled; }\n.#{$ti-prefix}-background:before { content: $ti-icon-background; }\n.#{$ti-prefix}-backhoe:before { content: $ti-icon-backhoe; }\n.#{$ti-prefix}-backpack:before { content: $ti-icon-backpack; }\n.#{$ti-prefix}-backpack-off:before { content: $ti-icon-backpack-off; }\n.#{$ti-prefix}-backslash:before { content: $ti-icon-backslash; }\n.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }\n.#{$ti-prefix}-backspace-filled:before { content: $ti-icon-backspace-filled; }\n.#{$ti-prefix}-badge:before { content: $ti-icon-badge; }\n.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; }\n.#{$ti-prefix}-badge-3d-filled:before { content: $ti-icon-badge-3d-filled; }\n.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; }\n.#{$ti-prefix}-badge-4k-filled:before { content: $ti-icon-badge-4k-filled; }\n.#{$ti-prefix}-badge-8k:before { content: $ti-icon-badge-8k; }\n.#{$ti-prefix}-badge-8k-filled:before { content: $ti-icon-badge-8k-filled; }\n.#{$ti-prefix}-badge-ad:before { content: $ti-icon-badge-ad; }\n.#{$ti-prefix}-badge-ad-filled:before { content: $ti-icon-badge-ad-filled; }\n.#{$ti-prefix}-badge-ad-off:before { content: $ti-icon-badge-ad-off; }\n.#{$ti-prefix}-badge-ar:before { content: $ti-icon-badge-ar; }\n.#{$ti-prefix}-badge-ar-filled:before { content: $ti-icon-badge-ar-filled; }\n.#{$ti-prefix}-badge-cc:before { content: $ti-icon-badge-cc; }\n.#{$ti-prefix}-badge-cc-filled:before { content: $ti-icon-badge-cc-filled; }\n.#{$ti-prefix}-badge-filled:before { content: $ti-icon-badge-filled; }\n.#{$ti-prefix}-badge-hd:before { content: $ti-icon-badge-hd; }\n.#{$ti-prefix}-badge-hd-filled:before { content: $ti-icon-badge-hd-filled; }\n.#{$ti-prefix}-badge-off:before { content: $ti-icon-badge-off; }\n.#{$ti-prefix}-badge-sd:before { content: $ti-icon-badge-sd; }\n.#{$ti-prefix}-badge-sd-filled:before { content: $ti-icon-badge-sd-filled; }\n.#{$ti-prefix}-badge-tm:before { content: $ti-icon-badge-tm; }\n.#{$ti-prefix}-badge-tm-filled:before { content: $ti-icon-badge-tm-filled; }\n.#{$ti-prefix}-badge-vo:before { content: $ti-icon-badge-vo; }\n.#{$ti-prefix}-badge-vo-filled:before { content: $ti-icon-badge-vo-filled; }\n.#{$ti-prefix}-badge-vr:before { content: $ti-icon-badge-vr; }\n.#{$ti-prefix}-badge-vr-filled:before { content: $ti-icon-badge-vr-filled; }\n.#{$ti-prefix}-badge-wc:before { content: $ti-icon-badge-wc; }\n.#{$ti-prefix}-badge-wc-filled:before { content: $ti-icon-badge-wc-filled; }\n.#{$ti-prefix}-badges:before { content: $ti-icon-badges; }\n.#{$ti-prefix}-badges-filled:before { content: $ti-icon-badges-filled; }\n.#{$ti-prefix}-badges-off:before { content: $ti-icon-badges-off; }\n.#{$ti-prefix}-baguette:before { content: $ti-icon-baguette; }\n.#{$ti-prefix}-ball-american-football:before { content: $ti-icon-ball-american-football; }\n.#{$ti-prefix}-ball-american-football-off:before { content: $ti-icon-ball-american-football-off; }\n.#{$ti-prefix}-ball-baseball:before { content: $ti-icon-ball-baseball; }\n.#{$ti-prefix}-ball-basketball:before { content: $ti-icon-ball-basketball; }\n.#{$ti-prefix}-ball-bowling:before { content: $ti-icon-ball-bowling; }\n.#{$ti-prefix}-ball-football:before { content: $ti-icon-ball-football; }\n.#{$ti-prefix}-ball-football-off:before { content: $ti-icon-ball-football-off; }\n.#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; }\n.#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; }\n.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }\n.#{$ti-prefix}-balloon-filled:before { content: $ti-icon-balloon-filled; }\n.#{$ti-prefix}-balloon-off:before { content: $ti-icon-balloon-off; }\n.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }\n.#{$ti-prefix}-ballpen-filled:before { content: $ti-icon-ballpen-filled; }\n.#{$ti-prefix}-ballpen-off:before { content: $ti-icon-ballpen-off; }\n.#{$ti-prefix}-ban:before { content: $ti-icon-ban; }\n.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }\n.#{$ti-prefix}-bandage-filled:before { content: $ti-icon-bandage-filled; }\n.#{$ti-prefix}-bandage-off:before { content: $ti-icon-bandage-off; }\n.#{$ti-prefix}-barbell:before { content: $ti-icon-barbell; }\n.#{$ti-prefix}-barbell-filled:before { content: $ti-icon-barbell-filled; }\n.#{$ti-prefix}-barbell-off:before { content: $ti-icon-barbell-off; }\n.#{$ti-prefix}-barcode:before { content: $ti-icon-barcode; }\n.#{$ti-prefix}-barcode-off:before { content: $ti-icon-barcode-off; }\n.#{$ti-prefix}-barrel:before { content: $ti-icon-barrel; }\n.#{$ti-prefix}-barrel-off:before { content: $ti-icon-barrel-off; }\n.#{$ti-prefix}-barrier-block:before { content: $ti-icon-barrier-block; }\n.#{$ti-prefix}-barrier-block-filled:before { content: $ti-icon-barrier-block-filled; }\n.#{$ti-prefix}-barrier-block-off:before { content: $ti-icon-barrier-block-off; }\n.#{$ti-prefix}-baseline:before { content: $ti-icon-baseline; }\n.#{$ti-prefix}-baseline-density-large:before { content: $ti-icon-baseline-density-large; }\n.#{$ti-prefix}-baseline-density-medium:before { content: $ti-icon-baseline-density-medium; }\n.#{$ti-prefix}-baseline-density-small:before { content: $ti-icon-baseline-density-small; }\n.#{$ti-prefix}-basket:before { content: $ti-icon-basket; }\n.#{$ti-prefix}-basket-bolt:before { content: $ti-icon-basket-bolt; }\n.#{$ti-prefix}-basket-cancel:before { content: $ti-icon-basket-cancel; }\n.#{$ti-prefix}-basket-check:before { content: $ti-icon-basket-check; }\n.#{$ti-prefix}-basket-code:before { content: $ti-icon-basket-code; }\n.#{$ti-prefix}-basket-cog:before { content: $ti-icon-basket-cog; }\n.#{$ti-prefix}-basket-discount:before { content: $ti-icon-basket-discount; }\n.#{$ti-prefix}-basket-dollar:before { content: $ti-icon-basket-dollar; }\n.#{$ti-prefix}-basket-down:before { content: $ti-icon-basket-down; }\n.#{$ti-prefix}-basket-exclamation:before { content: $ti-icon-basket-exclamation; }\n.#{$ti-prefix}-basket-filled:before { content: $ti-icon-basket-filled; }\n.#{$ti-prefix}-basket-heart:before { content: $ti-icon-basket-heart; }\n.#{$ti-prefix}-basket-minus:before { content: $ti-icon-basket-minus; }\n.#{$ti-prefix}-basket-off:before { content: $ti-icon-basket-off; }\n.#{$ti-prefix}-basket-pause:before { content: $ti-icon-basket-pause; }\n.#{$ti-prefix}-basket-pin:before { content: $ti-icon-basket-pin; }\n.#{$ti-prefix}-basket-plus:before { content: $ti-icon-basket-plus; }\n.#{$ti-prefix}-basket-question:before { content: $ti-icon-basket-question; }\n.#{$ti-prefix}-basket-search:before { content: $ti-icon-basket-search; }\n.#{$ti-prefix}-basket-share:before { content: $ti-icon-basket-share; }\n.#{$ti-prefix}-basket-star:before { content: $ti-icon-basket-star; }\n.#{$ti-prefix}-basket-up:before { content: $ti-icon-basket-up; }\n.#{$ti-prefix}-basket-x:before { content: $ti-icon-basket-x; }\n.#{$ti-prefix}-bat:before { content: $ti-icon-bat; }\n.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }\n.#{$ti-prefix}-bath-filled:before { content: $ti-icon-bath-filled; }\n.#{$ti-prefix}-bath-off:before { content: $ti-icon-bath-off; }\n.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }\n.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }\n.#{$ti-prefix}-battery-1-filled:before { content: $ti-icon-battery-1-filled; }\n.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }\n.#{$ti-prefix}-battery-2-filled:before { content: $ti-icon-battery-2-filled; }\n.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }\n.#{$ti-prefix}-battery-3-filled:before { content: $ti-icon-battery-3-filled; }\n.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }\n.#{$ti-prefix}-battery-4-filled:before { content: $ti-icon-battery-4-filled; }\n.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }\n.#{$ti-prefix}-battery-automotive-filled:before { content: $ti-icon-battery-automotive-filled; }\n.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }\n.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }\n.#{$ti-prefix}-battery-eco:before { content: $ti-icon-battery-eco; }\n.#{$ti-prefix}-battery-exclamation:before { content: $ti-icon-battery-exclamation; }\n.#{$ti-prefix}-battery-filled:before { content: $ti-icon-battery-filled; }\n.#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; }\n.#{$ti-prefix}-battery-spark:before { content: $ti-icon-battery-spark; }\n.#{$ti-prefix}-battery-vertical:before { content: $ti-icon-battery-vertical; }\n.#{$ti-prefix}-battery-vertical-1:before { content: $ti-icon-battery-vertical-1; }\n.#{$ti-prefix}-battery-vertical-1-filled:before { content: $ti-icon-battery-vertical-1-filled; }\n.#{$ti-prefix}-battery-vertical-2:before { content: $ti-icon-battery-vertical-2; }\n.#{$ti-prefix}-battery-vertical-2-filled:before { content: $ti-icon-battery-vertical-2-filled; }\n.#{$ti-prefix}-battery-vertical-3:before { content: $ti-icon-battery-vertical-3; }\n.#{$ti-prefix}-battery-vertical-3-filled:before { content: $ti-icon-battery-vertical-3-filled; }\n.#{$ti-prefix}-battery-vertical-4:before { content: $ti-icon-battery-vertical-4; }\n.#{$ti-prefix}-battery-vertical-4-filled:before { content: $ti-icon-battery-vertical-4-filled; }\n.#{$ti-prefix}-battery-vertical-charging:before { content: $ti-icon-battery-vertical-charging; }\n.#{$ti-prefix}-battery-vertical-charging-2:before { content: $ti-icon-battery-vertical-charging-2; }\n.#{$ti-prefix}-battery-vertical-eco:before { content: $ti-icon-battery-vertical-eco; }\n.#{$ti-prefix}-battery-vertical-exclamation:before { content: $ti-icon-battery-vertical-exclamation; }\n.#{$ti-prefix}-battery-vertical-filled:before { content: $ti-icon-battery-vertical-filled; }\n.#{$ti-prefix}-battery-vertical-off:before { content: $ti-icon-battery-vertical-off; }\n.#{$ti-prefix}-beach:before { content: $ti-icon-beach; }\n.#{$ti-prefix}-beach-off:before { content: $ti-icon-beach-off; }\n.#{$ti-prefix}-bed:before { content: $ti-icon-bed; }\n.#{$ti-prefix}-bed-filled:before { content: $ti-icon-bed-filled; }\n.#{$ti-prefix}-bed-flat:before { content: $ti-icon-bed-flat; }\n.#{$ti-prefix}-bed-flat-filled:before { content: $ti-icon-bed-flat-filled; }\n.#{$ti-prefix}-bed-off:before { content: $ti-icon-bed-off; }\n.#{$ti-prefix}-beer:before { content: $ti-icon-beer; }\n.#{$ti-prefix}-beer-filled:before { content: $ti-icon-beer-filled; }\n.#{$ti-prefix}-beer-off:before { content: $ti-icon-beer-off; }\n.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }\n.#{$ti-prefix}-bell-bolt:before { content: $ti-icon-bell-bolt; }\n.#{$ti-prefix}-bell-cancel:before { content: $ti-icon-bell-cancel; }\n.#{$ti-prefix}-bell-check:before { content: $ti-icon-bell-check; }\n.#{$ti-prefix}-bell-code:before { content: $ti-icon-bell-code; }\n.#{$ti-prefix}-bell-cog:before { content: $ti-icon-bell-cog; }\n.#{$ti-prefix}-bell-dollar:before { content: $ti-icon-bell-dollar; }\n.#{$ti-prefix}-bell-down:before { content: $ti-icon-bell-down; }\n.#{$ti-prefix}-bell-exclamation:before { content: $ti-icon-bell-exclamation; }\n.#{$ti-prefix}-bell-filled:before { content: $ti-icon-bell-filled; }\n.#{$ti-prefix}-bell-heart:before { content: $ti-icon-bell-heart; }\n.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }\n.#{$ti-prefix}-bell-minus-filled:before { content: $ti-icon-bell-minus-filled; }\n.#{$ti-prefix}-bell-off:before { content: $ti-icon-bell-off; }\n.#{$ti-prefix}-bell-pause:before { content: $ti-icon-bell-pause; }\n.#{$ti-prefix}-bell-pin:before { content: $ti-icon-bell-pin; }\n.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }\n.#{$ti-prefix}-bell-plus-filled:before { content: $ti-icon-bell-plus-filled; }\n.#{$ti-prefix}-bell-question:before { content: $ti-icon-bell-question; }\n.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }\n.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; }\n.#{$ti-prefix}-bell-ringing-2-filled:before { content: $ti-icon-bell-ringing-2-filled; }\n.#{$ti-prefix}-bell-ringing-filled:before { content: $ti-icon-bell-ringing-filled; }\n.#{$ti-prefix}-bell-school:before { content: $ti-icon-bell-school; }\n.#{$ti-prefix}-bell-search:before { content: $ti-icon-bell-search; }\n.#{$ti-prefix}-bell-share:before { content: $ti-icon-bell-share; }\n.#{$ti-prefix}-bell-star:before { content: $ti-icon-bell-star; }\n.#{$ti-prefix}-bell-up:before { content: $ti-icon-bell-up; }\n.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }\n.#{$ti-prefix}-bell-x-filled:before { content: $ti-icon-bell-x-filled; }\n.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }\n.#{$ti-prefix}-bell-z-filled:before { content: $ti-icon-bell-z-filled; }\n.#{$ti-prefix}-beta:before { content: $ti-icon-beta; }\n.#{$ti-prefix}-bible:before { content: $ti-icon-bible; }\n.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }\n.#{$ti-prefix}-bike-filled:before { content: $ti-icon-bike-filled; }\n.#{$ti-prefix}-bike-off:before { content: $ti-icon-bike-off; }\n.#{$ti-prefix}-binary:before { content: $ti-icon-binary; }\n.#{$ti-prefix}-binary-off:before { content: $ti-icon-binary-off; }\n.#{$ti-prefix}-binary-tree:before { content: $ti-icon-binary-tree; }\n.#{$ti-prefix}-binary-tree-2:before { content: $ti-icon-binary-tree-2; }\n.#{$ti-prefix}-binary-tree-2-filled:before { content: $ti-icon-binary-tree-2-filled; }\n.#{$ti-prefix}-binary-tree-filled:before { content: $ti-icon-binary-tree-filled; }\n.#{$ti-prefix}-binoculars:before { content: $ti-icon-binoculars; }\n.#{$ti-prefix}-binoculars-filled:before { content: $ti-icon-binoculars-filled; }\n.#{$ti-prefix}-biohazard:before { content: $ti-icon-biohazard; }\n.#{$ti-prefix}-biohazard-filled:before { content: $ti-icon-biohazard-filled; }\n.#{$ti-prefix}-biohazard-off:before { content: $ti-icon-biohazard-off; }\n.#{$ti-prefix}-blade:before { content: $ti-icon-blade; }\n.#{$ti-prefix}-blade-filled:before { content: $ti-icon-blade-filled; }\n.#{$ti-prefix}-bleach:before { content: $ti-icon-bleach; }\n.#{$ti-prefix}-bleach-chlorine:before { content: $ti-icon-bleach-chlorine; }\n.#{$ti-prefix}-bleach-no-chlorine:before { content: $ti-icon-bleach-no-chlorine; }\n.#{$ti-prefix}-bleach-off:before { content: $ti-icon-bleach-off; }\n.#{$ti-prefix}-blend-mode:before { content: $ti-icon-blend-mode; }\n.#{$ti-prefix}-blender:before { content: $ti-icon-blender; }\n.#{$ti-prefix}-blender-filled:before { content: $ti-icon-blender-filled; }\n.#{$ti-prefix}-blob:before { content: $ti-icon-blob; }\n.#{$ti-prefix}-blob-filled:before { content: $ti-icon-blob-filled; }\n.#{$ti-prefix}-blockquote:before { content: $ti-icon-blockquote; }\n.#{$ti-prefix}-bluetooth:before { content: $ti-icon-bluetooth; }\n.#{$ti-prefix}-bluetooth-connected:before { content: $ti-icon-bluetooth-connected; }\n.#{$ti-prefix}-bluetooth-off:before { content: $ti-icon-bluetooth-off; }\n.#{$ti-prefix}-bluetooth-x:before { content: $ti-icon-bluetooth-x; }\n.#{$ti-prefix}-blur:before { content: $ti-icon-blur; }\n.#{$ti-prefix}-blur-off:before { content: $ti-icon-blur-off; }\n.#{$ti-prefix}-bmp:before { content: $ti-icon-bmp; }\n.#{$ti-prefix}-body-scan:before { content: $ti-icon-body-scan; }\n.#{$ti-prefix}-bold:before { content: $ti-icon-bold; }\n.#{$ti-prefix}-bold-off:before { content: $ti-icon-bold-off; }\n.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }\n.#{$ti-prefix}-bolt-filled:before { content: $ti-icon-bolt-filled; }\n.#{$ti-prefix}-bolt-off:before { content: $ti-icon-bolt-off; }\n.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; }\n.#{$ti-prefix}-bomb-filled:before { content: $ti-icon-bomb-filled; }\n.#{$ti-prefix}-bone:before { content: $ti-icon-bone; }\n.#{$ti-prefix}-bone-filled:before { content: $ti-icon-bone-filled; }\n.#{$ti-prefix}-bone-off:before { content: $ti-icon-bone-off; }\n.#{$ti-prefix}-bong:before { content: $ti-icon-bong; }\n.#{$ti-prefix}-bong-filled:before { content: $ti-icon-bong-filled; }\n.#{$ti-prefix}-bong-off:before { content: $ti-icon-bong-off; }\n.#{$ti-prefix}-book:before { content: $ti-icon-book; }\n.#{$ti-prefix}-book-2:before { content: $ti-icon-book-2; }\n.#{$ti-prefix}-book-download:before { content: $ti-icon-book-download; }\n.#{$ti-prefix}-book-filled:before { content: $ti-icon-book-filled; }\n.#{$ti-prefix}-book-off:before { content: $ti-icon-book-off; }\n.#{$ti-prefix}-book-upload:before { content: $ti-icon-book-upload; }\n.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; }\n.#{$ti-prefix}-bookmark-ai:before { content: $ti-icon-bookmark-ai; }\n.#{$ti-prefix}-bookmark-edit:before { content: $ti-icon-bookmark-edit; }\n.#{$ti-prefix}-bookmark-filled:before { content: $ti-icon-bookmark-filled; }\n.#{$ti-prefix}-bookmark-minus:before { content: $ti-icon-bookmark-minus; }\n.#{$ti-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; }\n.#{$ti-prefix}-bookmark-plus:before { content: $ti-icon-bookmark-plus; }\n.#{$ti-prefix}-bookmark-question:before { content: $ti-icon-bookmark-question; }\n.#{$ti-prefix}-bookmarks:before { content: $ti-icon-bookmarks; }\n.#{$ti-prefix}-bookmarks-filled:before { content: $ti-icon-bookmarks-filled; }\n.#{$ti-prefix}-bookmarks-off:before { content: $ti-icon-bookmarks-off; }\n.#{$ti-prefix}-books:before { content: $ti-icon-books; }\n.#{$ti-prefix}-books-off:before { content: $ti-icon-books-off; }\n.#{$ti-prefix}-boom:before { content: $ti-icon-boom; }\n.#{$ti-prefix}-boom-filled:before { content: $ti-icon-boom-filled; }\n.#{$ti-prefix}-border-all:before { content: $ti-icon-border-all; }\n.#{$ti-prefix}-border-bottom:before { content: $ti-icon-border-bottom; }\n.#{$ti-prefix}-border-bottom-plus:before { content: $ti-icon-border-bottom-plus; }\n.#{$ti-prefix}-border-corner-ios:before { content: $ti-icon-border-corner-ios; }\n.#{$ti-prefix}-border-corner-pill:before { content: $ti-icon-border-corner-pill; }\n.#{$ti-prefix}-border-corner-rounded:before { content: $ti-icon-border-corner-rounded; }\n.#{$ti-prefix}-border-corner-square:before { content: $ti-icon-border-corner-square; }\n.#{$ti-prefix}-border-corners:before { content: $ti-icon-border-corners; }\n.#{$ti-prefix}-border-horizontal:before { content: $ti-icon-border-horizontal; }\n.#{$ti-prefix}-border-inner:before { content: $ti-icon-border-inner; }\n.#{$ti-prefix}-border-left:before { content: $ti-icon-border-left; }\n.#{$ti-prefix}-border-left-plus:before { content: $ti-icon-border-left-plus; }\n.#{$ti-prefix}-border-none:before { content: $ti-icon-border-none; }\n.#{$ti-prefix}-border-outer:before { content: $ti-icon-border-outer; }\n.#{$ti-prefix}-border-radius:before { content: $ti-icon-border-radius; }\n.#{$ti-prefix}-border-right:before { content: $ti-icon-border-right; }\n.#{$ti-prefix}-border-right-plus:before { content: $ti-icon-border-right-plus; }\n.#{$ti-prefix}-border-sides:before { content: $ti-icon-border-sides; }\n.#{$ti-prefix}-border-style:before { content: $ti-icon-border-style; }\n.#{$ti-prefix}-border-style-2:before { content: $ti-icon-border-style-2; }\n.#{$ti-prefix}-border-top:before { content: $ti-icon-border-top; }\n.#{$ti-prefix}-border-top-plus:before { content: $ti-icon-border-top-plus; }\n.#{$ti-prefix}-border-vertical:before { content: $ti-icon-border-vertical; }\n.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; }\n.#{$ti-prefix}-bottle-filled:before { content: $ti-icon-bottle-filled; }\n.#{$ti-prefix}-bottle-off:before { content: $ti-icon-bottle-off; }\n.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; }\n.#{$ti-prefix}-bounce-left-filled:before { content: $ti-icon-bounce-left-filled; }\n.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; }\n.#{$ti-prefix}-bounce-right-filled:before { content: $ti-icon-bounce-right-filled; }\n.#{$ti-prefix}-bow:before { content: $ti-icon-bow; }\n.#{$ti-prefix}-bow-filled:before { content: $ti-icon-bow-filled; }\n.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; }\n.#{$ti-prefix}-bowl-chopsticks:before { content: $ti-icon-bowl-chopsticks; }\n.#{$ti-prefix}-bowl-chopsticks-filled:before { content: $ti-icon-bowl-chopsticks-filled; }\n.#{$ti-prefix}-bowl-filled:before { content: $ti-icon-bowl-filled; }\n.#{$ti-prefix}-bowl-spoon:before { content: $ti-icon-bowl-spoon; }\n.#{$ti-prefix}-bowl-spoon-filled:before { content: $ti-icon-bowl-spoon-filled; }\n.#{$ti-prefix}-box:before { content: $ti-icon-box; }\n.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }\n.#{$ti-prefix}-box-align-bottom-filled:before { content: $ti-icon-box-align-bottom-filled; }\n.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; }\n.#{$ti-prefix}-box-align-bottom-left-filled:before { content: $ti-icon-box-align-bottom-left-filled; }\n.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; }\n.#{$ti-prefix}-box-align-bottom-right-filled:before { content: $ti-icon-box-align-bottom-right-filled; }\n.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; }\n.#{$ti-prefix}-box-align-left-filled:before { content: $ti-icon-box-align-left-filled; }\n.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; }\n.#{$ti-prefix}-box-align-right-filled:before { content: $ti-icon-box-align-right-filled; }\n.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; }\n.#{$ti-prefix}-box-align-top-filled:before { content: $ti-icon-box-align-top-filled; }\n.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; }\n.#{$ti-prefix}-box-align-top-left-filled:before { content: $ti-icon-box-align-top-left-filled; }\n.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; }\n.#{$ti-prefix}-box-align-top-right-filled:before { content: $ti-icon-box-align-top-right-filled; }\n.#{$ti-prefix}-box-margin:before { content: $ti-icon-box-margin; }\n.#{$ti-prefix}-box-model:before { content: $ti-icon-box-model; }\n.#{$ti-prefix}-box-model-2:before { content: $ti-icon-box-model-2; }\n.#{$ti-prefix}-box-model-2-off:before { content: $ti-icon-box-model-2-off; }\n.#{$ti-prefix}-box-model-off:before { content: $ti-icon-box-model-off; }\n.#{$ti-prefix}-box-multiple:before { content: $ti-icon-box-multiple; }\n.#{$ti-prefix}-box-multiple-0:before { content: $ti-icon-box-multiple-0; }\n.#{$ti-prefix}-box-multiple-1:before { content: $ti-icon-box-multiple-1; }\n.#{$ti-prefix}-box-multiple-2:before { content: $ti-icon-box-multiple-2; }\n.#{$ti-prefix}-box-multiple-3:before { content: $ti-icon-box-multiple-3; }\n.#{$ti-prefix}-box-multiple-4:before { content: $ti-icon-box-multiple-4; }\n.#{$ti-prefix}-box-multiple-5:before { content: $ti-icon-box-multiple-5; }\n.#{$ti-prefix}-box-multiple-6:before { content: $ti-icon-box-multiple-6; }\n.#{$ti-prefix}-box-multiple-7:before { content: $ti-icon-box-multiple-7; }\n.#{$ti-prefix}-box-multiple-8:before { content: $ti-icon-box-multiple-8; }\n.#{$ti-prefix}-box-multiple-9:before { content: $ti-icon-box-multiple-9; }\n.#{$ti-prefix}-box-multiple-filled:before { content: $ti-icon-box-multiple-filled; }\n.#{$ti-prefix}-box-off:before { content: $ti-icon-box-off; }\n.#{$ti-prefix}-box-padding:before { content: $ti-icon-box-padding; }\n.#{$ti-prefix}-braces:before { content: $ti-icon-braces; }\n.#{$ti-prefix}-braces-off:before { content: $ti-icon-braces-off; }\n.#{$ti-prefix}-brackets:before { content: $ti-icon-brackets; }\n.#{$ti-prefix}-brackets-angle:before { content: $ti-icon-brackets-angle; }\n.#{$ti-prefix}-brackets-angle-off:before { content: $ti-icon-brackets-angle-off; }\n.#{$ti-prefix}-brackets-contain:before { content: $ti-icon-brackets-contain; }\n.#{$ti-prefix}-brackets-contain-end:before { content: $ti-icon-brackets-contain-end; }\n.#{$ti-prefix}-brackets-contain-start:before { content: $ti-icon-brackets-contain-start; }\n.#{$ti-prefix}-brackets-off:before { content: $ti-icon-brackets-off; }\n.#{$ti-prefix}-braille:before { content: $ti-icon-braille; }\n.#{$ti-prefix}-brain:before { content: $ti-icon-brain; }\n.#{$ti-prefix}-brand-4chan:before { content: $ti-icon-brand-4chan; }\n.#{$ti-prefix}-brand-abstract:before { content: $ti-icon-brand-abstract; }\n.#{$ti-prefix}-brand-adobe:before { content: $ti-icon-brand-adobe; }\n.#{$ti-prefix}-brand-adobe-after-effect:before { content: $ti-icon-brand-adobe-after-effect; }\n.#{$ti-prefix}-brand-adobe-illustrator:before { content: $ti-icon-brand-adobe-illustrator; }\n.#{$ti-prefix}-brand-adobe-indesign:before { content: $ti-icon-brand-adobe-indesign; }\n.#{$ti-prefix}-brand-adobe-photoshop:before { content: $ti-icon-brand-adobe-photoshop; }\n.#{$ti-prefix}-brand-adobe-premier:before { content: $ti-icon-brand-adobe-premier; }\n.#{$ti-prefix}-brand-adobe-xd:before { content: $ti-icon-brand-adobe-xd; }\n.#{$ti-prefix}-brand-adonis-js:before { content: $ti-icon-brand-adonis-js; }\n.#{$ti-prefix}-brand-airbnb:before { content: $ti-icon-brand-airbnb; }\n.#{$ti-prefix}-brand-airtable:before { content: $ti-icon-brand-airtable; }\n.#{$ti-prefix}-brand-algolia:before { content: $ti-icon-brand-algolia; }\n.#{$ti-prefix}-brand-alipay:before { content: $ti-icon-brand-alipay; }\n.#{$ti-prefix}-brand-alpine-js:before { content: $ti-icon-brand-alpine-js; }\n.#{$ti-prefix}-brand-amazon:before { content: $ti-icon-brand-amazon; }\n.#{$ti-prefix}-brand-amd:before { content: $ti-icon-brand-amd; }\n.#{$ti-prefix}-brand-amie:before { content: $ti-icon-brand-amie; }\n.#{$ti-prefix}-brand-amigo:before { content: $ti-icon-brand-amigo; }\n.#{$ti-prefix}-brand-among-us:before { content: $ti-icon-brand-among-us; }\n.#{$ti-prefix}-brand-android:before { content: $ti-icon-brand-android; }\n.#{$ti-prefix}-brand-angular:before { content: $ti-icon-brand-angular; }\n.#{$ti-prefix}-brand-ansible:before { content: $ti-icon-brand-ansible; }\n.#{$ti-prefix}-brand-ao3:before { content: $ti-icon-brand-ao3; }\n.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; }\n.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }\n.#{$ti-prefix}-brand-apple-arcade:before { content: $ti-icon-brand-apple-arcade; }\n.#{$ti-prefix}-brand-apple-filled:before { content: $ti-icon-brand-apple-filled; }\n.#{$ti-prefix}-brand-apple-news:before { content: $ti-icon-brand-apple-news; }\n.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; }\n.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }\n.#{$ti-prefix}-brand-arc:before { content: $ti-icon-brand-arc; }\n.#{$ti-prefix}-brand-asana:before { content: $ti-icon-brand-asana; }\n.#{$ti-prefix}-brand-astro:before { content: $ti-icon-brand-astro; }\n.#{$ti-prefix}-brand-auth0:before { content: $ti-icon-brand-auth0; }\n.#{$ti-prefix}-brand-aws:before { content: $ti-icon-brand-aws; }\n.#{$ti-prefix}-brand-azure:before { content: $ti-icon-brand-azure; }\n.#{$ti-prefix}-brand-backbone:before { content: $ti-icon-brand-backbone; }\n.#{$ti-prefix}-brand-badoo:before { content: $ti-icon-brand-badoo; }\n.#{$ti-prefix}-brand-baidu:before { content: $ti-icon-brand-baidu; }\n.#{$ti-prefix}-brand-bandcamp:before { content: $ti-icon-brand-bandcamp; }\n.#{$ti-prefix}-brand-bandlab:before { content: $ti-icon-brand-bandlab; }\n.#{$ti-prefix}-brand-beats:before { content: $ti-icon-brand-beats; }\n.#{$ti-prefix}-brand-bebo:before { content: $ti-icon-brand-bebo; }\n.#{$ti-prefix}-brand-behance:before { content: $ti-icon-brand-behance; }\n.#{$ti-prefix}-brand-bilibili:before { content: $ti-icon-brand-bilibili; }\n.#{$ti-prefix}-brand-binance:before { content: $ti-icon-brand-binance; }\n.#{$ti-prefix}-brand-bing:before { content: $ti-icon-brand-bing; }\n.#{$ti-prefix}-brand-bitbucket:before { content: $ti-icon-brand-bitbucket; }\n.#{$ti-prefix}-brand-blackberry:before { content: $ti-icon-brand-blackberry; }\n.#{$ti-prefix}-brand-blender:before { content: $ti-icon-brand-blender; }\n.#{$ti-prefix}-brand-blogger:before { content: $ti-icon-brand-blogger; }\n.#{$ti-prefix}-brand-bluesky:before { content: $ti-icon-brand-bluesky; }\n.#{$ti-prefix}-brand-booking:before { content: $ti-icon-brand-booking; }\n.#{$ti-prefix}-brand-bootstrap:before { content: $ti-icon-brand-bootstrap; }\n.#{$ti-prefix}-brand-bulma:before { content: $ti-icon-brand-bulma; }\n.#{$ti-prefix}-brand-bumble:before { content: $ti-icon-brand-bumble; }\n.#{$ti-prefix}-brand-bunpo:before { content: $ti-icon-brand-bunpo; }\n.#{$ti-prefix}-brand-c-sharp:before { content: $ti-icon-brand-c-sharp; }\n.#{$ti-prefix}-brand-cake:before { content: $ti-icon-brand-cake; }\n.#{$ti-prefix}-brand-cakephp:before { content: $ti-icon-brand-cakephp; }\n.#{$ti-prefix}-brand-campaignmonitor:before { content: $ti-icon-brand-campaignmonitor; }\n.#{$ti-prefix}-brand-carbon:before { content: $ti-icon-brand-carbon; }\n.#{$ti-prefix}-brand-cashapp:before { content: $ti-icon-brand-cashapp; }\n.#{$ti-prefix}-brand-chrome:before { content: $ti-icon-brand-chrome; }\n.#{$ti-prefix}-brand-cinema-4d:before { content: $ti-icon-brand-cinema-4d; }\n.#{$ti-prefix}-brand-citymapper:before { content: $ti-icon-brand-citymapper; }\n.#{$ti-prefix}-brand-cloudflare:before { content: $ti-icon-brand-cloudflare; }\n.#{$ti-prefix}-brand-codecov:before { content: $ti-icon-brand-codecov; }\n.#{$ti-prefix}-brand-codepen:before { content: $ti-icon-brand-codepen; }\n.#{$ti-prefix}-brand-codesandbox:before { content: $ti-icon-brand-codesandbox; }\n.#{$ti-prefix}-brand-cohost:before { content: $ti-icon-brand-cohost; }\n.#{$ti-prefix}-brand-coinbase:before { content: $ti-icon-brand-coinbase; }\n.#{$ti-prefix}-brand-comedy-central:before { content: $ti-icon-brand-comedy-central; }\n.#{$ti-prefix}-brand-coreos:before { content: $ti-icon-brand-coreos; }\n.#{$ti-prefix}-brand-couchdb:before { content: $ti-icon-brand-couchdb; }\n.#{$ti-prefix}-brand-couchsurfing:before { content: $ti-icon-brand-couchsurfing; }\n.#{$ti-prefix}-brand-cpp:before { content: $ti-icon-brand-cpp; }\n.#{$ti-prefix}-brand-craft:before { content: $ti-icon-brand-craft; }\n.#{$ti-prefix}-brand-crunchbase:before { content: $ti-icon-brand-crunchbase; }\n.#{$ti-prefix}-brand-css3:before { content: $ti-icon-brand-css3; }\n.#{$ti-prefix}-brand-ctemplar:before { content: $ti-icon-brand-ctemplar; }\n.#{$ti-prefix}-brand-cucumber:before { content: $ti-icon-brand-cucumber; }\n.#{$ti-prefix}-brand-cupra:before { content: $ti-icon-brand-cupra; }\n.#{$ti-prefix}-brand-cypress:before { content: $ti-icon-brand-cypress; }\n.#{$ti-prefix}-brand-d3:before { content: $ti-icon-brand-d3; }\n.#{$ti-prefix}-brand-databricks:before { content: $ti-icon-brand-databricks; }\n.#{$ti-prefix}-brand-days-counter:before { content: $ti-icon-brand-days-counter; }\n.#{$ti-prefix}-brand-dcos:before { content: $ti-icon-brand-dcos; }\n.#{$ti-prefix}-brand-debian:before { content: $ti-icon-brand-debian; }\n.#{$ti-prefix}-brand-deezer:before { content: $ti-icon-brand-deezer; }\n.#{$ti-prefix}-brand-deliveroo:before { content: $ti-icon-brand-deliveroo; }\n.#{$ti-prefix}-brand-deno:before { content: $ti-icon-brand-deno; }\n.#{$ti-prefix}-brand-denodo:before { content: $ti-icon-brand-denodo; }\n.#{$ti-prefix}-brand-deviantart:before { content: $ti-icon-brand-deviantart; }\n.#{$ti-prefix}-brand-digg:before { content: $ti-icon-brand-digg; }\n.#{$ti-prefix}-brand-dingtalk:before { content: $ti-icon-brand-dingtalk; }\n.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }\n.#{$ti-prefix}-brand-discord-filled:before { content: $ti-icon-brand-discord-filled; }\n.#{$ti-prefix}-brand-disney:before { content: $ti-icon-brand-disney; }\n.#{$ti-prefix}-brand-disqus:before { content: $ti-icon-brand-disqus; }\n.#{$ti-prefix}-brand-django:before { content: $ti-icon-brand-django; }\n.#{$ti-prefix}-brand-docker:before { content: $ti-icon-brand-docker; }\n.#{$ti-prefix}-brand-doctrine:before { content: $ti-icon-brand-doctrine; }\n.#{$ti-prefix}-brand-dolby-digital:before { content: $ti-icon-brand-dolby-digital; }\n.#{$ti-prefix}-brand-douban:before { content: $ti-icon-brand-douban; }\n.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; }\n.#{$ti-prefix}-brand-dribbble-filled:before { content: $ti-icon-brand-dribbble-filled; }\n.#{$ti-prefix}-brand-drops:before { content: $ti-icon-brand-drops; }\n.#{$ti-prefix}-brand-drupal:before { content: $ti-icon-brand-drupal; }\n.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; }\n.#{$ti-prefix}-brand-elastic:before { content: $ti-icon-brand-elastic; }\n.#{$ti-prefix}-brand-electronic-arts:before { content: $ti-icon-brand-electronic-arts; }\n.#{$ti-prefix}-brand-ember:before { content: $ti-icon-brand-ember; }\n.#{$ti-prefix}-brand-envato:before { content: $ti-icon-brand-envato; }\n.#{$ti-prefix}-brand-etsy:before { content: $ti-icon-brand-etsy; }\n.#{$ti-prefix}-brand-evernote:before { content: $ti-icon-brand-evernote; }\n.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }\n.#{$ti-prefix}-brand-facebook-filled:before { content: $ti-icon-brand-facebook-filled; }\n.#{$ti-prefix}-brand-feedly:before { content: $ti-icon-brand-feedly; }\n.#{$ti-prefix}-brand-figma:before { content: $ti-icon-brand-figma; }\n.#{$ti-prefix}-brand-filezilla:before { content: $ti-icon-brand-filezilla; }\n.#{$ti-prefix}-brand-finder:before { content: $ti-icon-brand-finder; }\n.#{$ti-prefix}-brand-firebase:before { content: $ti-icon-brand-firebase; }\n.#{$ti-prefix}-brand-firefox:before { content: $ti-icon-brand-firefox; }\n.#{$ti-prefix}-brand-fiverr:before { content: $ti-icon-brand-fiverr; }\n.#{$ti-prefix}-brand-flickr:before { content: $ti-icon-brand-flickr; }\n.#{$ti-prefix}-brand-flightradar24:before { content: $ti-icon-brand-flightradar24; }\n.#{$ti-prefix}-brand-flipboard:before { content: $ti-icon-brand-flipboard; }\n.#{$ti-prefix}-brand-flutter:before { content: $ti-icon-brand-flutter; }\n.#{$ti-prefix}-brand-fortnite:before { content: $ti-icon-brand-fortnite; }\n.#{$ti-prefix}-brand-foursquare:before { content: $ti-icon-brand-foursquare; }\n.#{$ti-prefix}-brand-framer:before { content: $ti-icon-brand-framer; }\n.#{$ti-prefix}-brand-framer-motion:before { content: $ti-icon-brand-framer-motion; }\n.#{$ti-prefix}-brand-funimation:before { content: $ti-icon-brand-funimation; }\n.#{$ti-prefix}-brand-gatsby:before { content: $ti-icon-brand-gatsby; }\n.#{$ti-prefix}-brand-git:before { content: $ti-icon-brand-git; }\n.#{$ti-prefix}-brand-github:before { content: $ti-icon-brand-github; }\n.#{$ti-prefix}-brand-github-copilot:before { content: $ti-icon-brand-github-copilot; }\n.#{$ti-prefix}-brand-github-filled:before { content: $ti-icon-brand-github-filled; }\n.#{$ti-prefix}-brand-gitlab:before { content: $ti-icon-brand-gitlab; }\n.#{$ti-prefix}-brand-gmail:before { content: $ti-icon-brand-gmail; }\n.#{$ti-prefix}-brand-golang:before { content: $ti-icon-brand-golang; }\n.#{$ti-prefix}-brand-google:before { content: $ti-icon-brand-google; }\n.#{$ti-prefix}-brand-google-analytics:before { content: $ti-icon-brand-google-analytics; }\n.#{$ti-prefix}-brand-google-big-query:before { content: $ti-icon-brand-google-big-query; }\n.#{$ti-prefix}-brand-google-drive:before { content: $ti-icon-brand-google-drive; }\n.#{$ti-prefix}-brand-google-filled:before { content: $ti-icon-brand-google-filled; }\n.#{$ti-prefix}-brand-google-fit:before { content: $ti-icon-brand-google-fit; }\n.#{$ti-prefix}-brand-google-home:before { content: $ti-icon-brand-google-home; }\n.#{$ti-prefix}-brand-google-maps:before { content: $ti-icon-brand-google-maps; }\n.#{$ti-prefix}-brand-google-one:before { content: $ti-icon-brand-google-one; }\n.#{$ti-prefix}-brand-google-photos:before { content: $ti-icon-brand-google-photos; }\n.#{$ti-prefix}-brand-google-play:before { content: $ti-icon-brand-google-play; }\n.#{$ti-prefix}-brand-google-podcasts:before { content: $ti-icon-brand-google-podcasts; }\n.#{$ti-prefix}-brand-grammarly:before { content: $ti-icon-brand-grammarly; }\n.#{$ti-prefix}-brand-graphql:before { content: $ti-icon-brand-graphql; }\n.#{$ti-prefix}-brand-gravatar:before { content: $ti-icon-brand-gravatar; }\n.#{$ti-prefix}-brand-grindr:before { content: $ti-icon-brand-grindr; }\n.#{$ti-prefix}-brand-guardian:before { content: $ti-icon-brand-guardian; }\n.#{$ti-prefix}-brand-gumroad:before { content: $ti-icon-brand-gumroad; }\n.#{$ti-prefix}-brand-hackerrank:before { content: $ti-icon-brand-hackerrank; }\n.#{$ti-prefix}-brand-hbo:before { content: $ti-icon-brand-hbo; }\n.#{$ti-prefix}-brand-headlessui:before { content: $ti-icon-brand-headlessui; }\n.#{$ti-prefix}-brand-hexo:before { content: $ti-icon-brand-hexo; }\n.#{$ti-prefix}-brand-hipchat:before { content: $ti-icon-brand-hipchat; }\n.#{$ti-prefix}-brand-html5:before { content: $ti-icon-brand-html5; }\n.#{$ti-prefix}-brand-inertia:before { content: $ti-icon-brand-inertia; }\n.#{$ti-prefix}-brand-instagram:before { content: $ti-icon-brand-instagram; }\n.#{$ti-prefix}-brand-intercom:before { content: $ti-icon-brand-intercom; }\n.#{$ti-prefix}-brand-itch:before { content: $ti-icon-brand-itch; }\n.#{$ti-prefix}-brand-javascript:before { content: $ti-icon-brand-javascript; }\n.#{$ti-prefix}-brand-juejin:before { content: $ti-icon-brand-juejin; }\n.#{$ti-prefix}-brand-kako-talk:before { content: $ti-icon-brand-kako-talk; }\n.#{$ti-prefix}-brand-kbin:before { content: $ti-icon-brand-kbin; }\n.#{$ti-prefix}-brand-kick:before { content: $ti-icon-brand-kick; }\n.#{$ti-prefix}-brand-kickstarter:before { content: $ti-icon-brand-kickstarter; }\n.#{$ti-prefix}-brand-kotlin:before { content: $ti-icon-brand-kotlin; }\n.#{$ti-prefix}-brand-laravel:before { content: $ti-icon-brand-laravel; }\n.#{$ti-prefix}-brand-lastfm:before { content: $ti-icon-brand-lastfm; }\n.#{$ti-prefix}-brand-leetcode:before { content: $ti-icon-brand-leetcode; }\n.#{$ti-prefix}-brand-letterboxd:before { content: $ti-icon-brand-letterboxd; }\n.#{$ti-prefix}-brand-line:before { content: $ti-icon-brand-line; }\n.#{$ti-prefix}-brand-linkedin:before { content: $ti-icon-brand-linkedin; }\n.#{$ti-prefix}-brand-linktree:before { content: $ti-icon-brand-linktree; }\n.#{$ti-prefix}-brand-linqpad:before { content: $ti-icon-brand-linqpad; }\n.#{$ti-prefix}-brand-livewire:before { content: $ti-icon-brand-livewire; }\n.#{$ti-prefix}-brand-loom:before { content: $ti-icon-brand-loom; }\n.#{$ti-prefix}-brand-mailgun:before { content: $ti-icon-brand-mailgun; }\n.#{$ti-prefix}-brand-mantine:before { content: $ti-icon-brand-mantine; }\n.#{$ti-prefix}-brand-mastercard:before { content: $ti-icon-brand-mastercard; }\n.#{$ti-prefix}-brand-mastodon:before { content: $ti-icon-brand-mastodon; }\n.#{$ti-prefix}-brand-matrix:before { content: $ti-icon-brand-matrix; }\n.#{$ti-prefix}-brand-mcdonalds:before { content: $ti-icon-brand-mcdonalds; }\n.#{$ti-prefix}-brand-medium:before { content: $ti-icon-brand-medium; }\n.#{$ti-prefix}-brand-meetup:before { content: $ti-icon-brand-meetup; }\n.#{$ti-prefix}-brand-mercedes:before { content: $ti-icon-brand-mercedes; }\n.#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; }\n.#{$ti-prefix}-brand-meta:before { content: $ti-icon-brand-meta; }\n.#{$ti-prefix}-brand-metabrainz:before { content: $ti-icon-brand-metabrainz; }\n.#{$ti-prefix}-brand-minecraft:before { content: $ti-icon-brand-minecraft; }\n.#{$ti-prefix}-brand-miniprogram:before { content: $ti-icon-brand-miniprogram; }\n.#{$ti-prefix}-brand-mixpanel:before { content: $ti-icon-brand-mixpanel; }\n.#{$ti-prefix}-brand-monday:before { content: $ti-icon-brand-monday; }\n.#{$ti-prefix}-brand-mongodb:before { content: $ti-icon-brand-mongodb; }\n.#{$ti-prefix}-brand-my-oppo:before { content: $ti-icon-brand-my-oppo; }\n.#{$ti-prefix}-brand-mysql:before { content: $ti-icon-brand-mysql; }\n.#{$ti-prefix}-brand-national-geographic:before { content: $ti-icon-brand-national-geographic; }\n.#{$ti-prefix}-brand-nem:before { content: $ti-icon-brand-nem; }\n.#{$ti-prefix}-brand-netbeans:before { content: $ti-icon-brand-netbeans; }\n.#{$ti-prefix}-brand-netease-music:before { content: $ti-icon-brand-netease-music; }\n.#{$ti-prefix}-brand-netflix:before { content: $ti-icon-brand-netflix; }\n.#{$ti-prefix}-brand-nexo:before { content: $ti-icon-brand-nexo; }\n.#{$ti-prefix}-brand-nextcloud:before { content: $ti-icon-brand-nextcloud; }\n.#{$ti-prefix}-brand-nextjs:before { content: $ti-icon-brand-nextjs; }\n.#{$ti-prefix}-brand-nodejs:before { content: $ti-icon-brand-nodejs; }\n.#{$ti-prefix}-brand-nord-vpn:before { content: $ti-icon-brand-nord-vpn; }\n.#{$ti-prefix}-brand-notion:before { content: $ti-icon-brand-notion; }\n.#{$ti-prefix}-brand-npm:before { content: $ti-icon-brand-npm; }\n.#{$ti-prefix}-brand-nuxt:before { content: $ti-icon-brand-nuxt; }\n.#{$ti-prefix}-brand-nytimes:before { content: $ti-icon-brand-nytimes; }\n.#{$ti-prefix}-brand-oauth:before { content: $ti-icon-brand-oauth; }\n.#{$ti-prefix}-brand-office:before { content: $ti-icon-brand-office; }\n.#{$ti-prefix}-brand-ok-ru:before { content: $ti-icon-brand-ok-ru; }\n.#{$ti-prefix}-brand-onedrive:before { content: $ti-icon-brand-onedrive; }\n.#{$ti-prefix}-brand-onlyfans:before { content: $ti-icon-brand-onlyfans; }\n.#{$ti-prefix}-brand-open-source:before { content: $ti-icon-brand-open-source; }\n.#{$ti-prefix}-brand-openai:before { content: $ti-icon-brand-openai; }\n.#{$ti-prefix}-brand-openvpn:before { content: $ti-icon-brand-openvpn; }\n.#{$ti-prefix}-brand-opera:before { content: $ti-icon-brand-opera; }\n.#{$ti-prefix}-brand-pagekit:before { content: $ti-icon-brand-pagekit; }\n.#{$ti-prefix}-brand-parsinta:before { content: $ti-icon-brand-parsinta; }\n.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; }\n.#{$ti-prefix}-brand-patreon-filled:before { content: $ti-icon-brand-patreon-filled; }\n.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; }\n.#{$ti-prefix}-brand-paypal-filled:before { content: $ti-icon-brand-paypal-filled; }\n.#{$ti-prefix}-brand-paypay:before { content: $ti-icon-brand-paypay; }\n.#{$ti-prefix}-brand-peanut:before { content: $ti-icon-brand-peanut; }\n.#{$ti-prefix}-brand-pepsi:before { content: $ti-icon-brand-pepsi; }\n.#{$ti-prefix}-brand-php:before { content: $ti-icon-brand-php; }\n.#{$ti-prefix}-brand-picsart:before { content: $ti-icon-brand-picsart; }\n.#{$ti-prefix}-brand-pinterest:before { content: $ti-icon-brand-pinterest; }\n.#{$ti-prefix}-brand-planetscale:before { content: $ti-icon-brand-planetscale; }\n.#{$ti-prefix}-brand-pnpm:before { content: $ti-icon-brand-pnpm; }\n.#{$ti-prefix}-brand-pocket:before { content: $ti-icon-brand-pocket; }\n.#{$ti-prefix}-brand-polymer:before { content: $ti-icon-brand-polymer; }\n.#{$ti-prefix}-brand-powershell:before { content: $ti-icon-brand-powershell; }\n.#{$ti-prefix}-brand-printables:before { content: $ti-icon-brand-printables; }\n.#{$ti-prefix}-brand-prisma:before { content: $ti-icon-brand-prisma; }\n.#{$ti-prefix}-brand-producthunt:before { content: $ti-icon-brand-producthunt; }\n.#{$ti-prefix}-brand-pushbullet:before { content: $ti-icon-brand-pushbullet; }\n.#{$ti-prefix}-brand-pushover:before { content: $ti-icon-brand-pushover; }\n.#{$ti-prefix}-brand-python:before { content: $ti-icon-brand-python; }\n.#{$ti-prefix}-brand-qq:before { content: $ti-icon-brand-qq; }\n.#{$ti-prefix}-brand-radix-ui:before { content: $ti-icon-brand-radix-ui; }\n.#{$ti-prefix}-brand-react:before { content: $ti-icon-brand-react; }\n.#{$ti-prefix}-brand-react-native:before { content: $ti-icon-brand-react-native; }\n.#{$ti-prefix}-brand-reason:before { content: $ti-icon-brand-reason; }\n.#{$ti-prefix}-brand-reddit:before { content: $ti-icon-brand-reddit; }\n.#{$ti-prefix}-brand-redhat:before { content: $ti-icon-brand-redhat; }\n.#{$ti-prefix}-brand-redux:before { content: $ti-icon-brand-redux; }\n.#{$ti-prefix}-brand-revolut:before { content: $ti-icon-brand-revolut; }\n.#{$ti-prefix}-brand-rumble:before { content: $ti-icon-brand-rumble; }\n.#{$ti-prefix}-brand-rust:before { content: $ti-icon-brand-rust; }\n.#{$ti-prefix}-brand-safari:before { content: $ti-icon-brand-safari; }\n.#{$ti-prefix}-brand-samsungpass:before { content: $ti-icon-brand-samsungpass; }\n.#{$ti-prefix}-brand-sass:before { content: $ti-icon-brand-sass; }\n.#{$ti-prefix}-brand-sentry:before { content: $ti-icon-brand-sentry; }\n.#{$ti-prefix}-brand-sharik:before { content: $ti-icon-brand-sharik; }\n.#{$ti-prefix}-brand-shazam:before { content: $ti-icon-brand-shazam; }\n.#{$ti-prefix}-brand-shopee:before { content: $ti-icon-brand-shopee; }\n.#{$ti-prefix}-brand-sketch:before { content: $ti-icon-brand-sketch; }\n.#{$ti-prefix}-brand-skype:before { content: $ti-icon-brand-skype; }\n.#{$ti-prefix}-brand-slack:before { content: $ti-icon-brand-slack; }\n.#{$ti-prefix}-brand-snapchat:before { content: $ti-icon-brand-snapchat; }\n.#{$ti-prefix}-brand-snapseed:before { content: $ti-icon-brand-snapseed; }\n.#{$ti-prefix}-brand-snowflake:before { content: $ti-icon-brand-snowflake; }\n.#{$ti-prefix}-brand-socket-io:before { content: $ti-icon-brand-socket-io; }\n.#{$ti-prefix}-brand-solidjs:before { content: $ti-icon-brand-solidjs; }\n.#{$ti-prefix}-brand-soundcloud:before { content: $ti-icon-brand-soundcloud; }\n.#{$ti-prefix}-brand-spacehey:before { content: $ti-icon-brand-spacehey; }\n.#{$ti-prefix}-brand-speedtest:before { content: $ti-icon-brand-speedtest; }\n.#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; }\n.#{$ti-prefix}-brand-spotify-filled:before { content: $ti-icon-brand-spotify-filled; }\n.#{$ti-prefix}-brand-stackoverflow:before { content: $ti-icon-brand-stackoverflow; }\n.#{$ti-prefix}-brand-stackshare:before { content: $ti-icon-brand-stackshare; }\n.#{$ti-prefix}-brand-steam:before { content: $ti-icon-brand-steam; }\n.#{$ti-prefix}-brand-stocktwits:before { content: $ti-icon-brand-stocktwits; }\n.#{$ti-prefix}-brand-storj:before { content: $ti-icon-brand-storj; }\n.#{$ti-prefix}-brand-storybook:before { content: $ti-icon-brand-storybook; }\n.#{$ti-prefix}-brand-storytel:before { content: $ti-icon-brand-storytel; }\n.#{$ti-prefix}-brand-strava:before { content: $ti-icon-brand-strava; }\n.#{$ti-prefix}-brand-stripe:before { content: $ti-icon-brand-stripe; }\n.#{$ti-prefix}-brand-sublime-text:before { content: $ti-icon-brand-sublime-text; }\n.#{$ti-prefix}-brand-sugarizer:before { content: $ti-icon-brand-sugarizer; }\n.#{$ti-prefix}-brand-supabase:before { content: $ti-icon-brand-supabase; }\n.#{$ti-prefix}-brand-superhuman:before { content: $ti-icon-brand-superhuman; }\n.#{$ti-prefix}-brand-supernova:before { content: $ti-icon-brand-supernova; }\n.#{$ti-prefix}-brand-surfshark:before { content: $ti-icon-brand-surfshark; }\n.#{$ti-prefix}-brand-svelte:before { content: $ti-icon-brand-svelte; }\n.#{$ti-prefix}-brand-swift:before { content: $ti-icon-brand-swift; }\n.#{$ti-prefix}-brand-symfony:before { content: $ti-icon-brand-symfony; }\n.#{$ti-prefix}-brand-tabler:before { content: $ti-icon-brand-tabler; }\n.#{$ti-prefix}-brand-tailwind:before { content: $ti-icon-brand-tailwind; }\n.#{$ti-prefix}-brand-taobao:before { content: $ti-icon-brand-taobao; }\n.#{$ti-prefix}-brand-teams:before { content: $ti-icon-brand-teams; }\n.#{$ti-prefix}-brand-ted:before { content: $ti-icon-brand-ted; }\n.#{$ti-prefix}-brand-telegram:before { content: $ti-icon-brand-telegram; }\n.#{$ti-prefix}-brand-terraform:before { content: $ti-icon-brand-terraform; }\n.#{$ti-prefix}-brand-tether:before { content: $ti-icon-brand-tether; }\n.#{$ti-prefix}-brand-thingiverse:before { content: $ti-icon-brand-thingiverse; }\n.#{$ti-prefix}-brand-threads:before { content: $ti-icon-brand-threads; }\n.#{$ti-prefix}-brand-threejs:before { content: $ti-icon-brand-threejs; }\n.#{$ti-prefix}-brand-tidal:before { content: $ti-icon-brand-tidal; }\n.#{$ti-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; }\n.#{$ti-prefix}-brand-tiktok-filled:before { content: $ti-icon-brand-tiktok-filled; }\n.#{$ti-prefix}-brand-tinder:before { content: $ti-icon-brand-tinder; }\n.#{$ti-prefix}-brand-topbuzz:before { content: $ti-icon-brand-topbuzz; }\n.#{$ti-prefix}-brand-torchain:before { content: $ti-icon-brand-torchain; }\n.#{$ti-prefix}-brand-toyota:before { content: $ti-icon-brand-toyota; }\n.#{$ti-prefix}-brand-trello:before { content: $ti-icon-brand-trello; }\n.#{$ti-prefix}-brand-tripadvisor:before { content: $ti-icon-brand-tripadvisor; }\n.#{$ti-prefix}-brand-tumblr:before { content: $ti-icon-brand-tumblr; }\n.#{$ti-prefix}-brand-twilio:before { content: $ti-icon-brand-twilio; }\n.#{$ti-prefix}-brand-twitch:before { content: $ti-icon-brand-twitch; }\n.#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; }\n.#{$ti-prefix}-brand-twitter-filled:before { content: $ti-icon-brand-twitter-filled; }\n.#{$ti-prefix}-brand-typescript:before { content: $ti-icon-brand-typescript; }\n.#{$ti-prefix}-brand-uber:before { content: $ti-icon-brand-uber; }\n.#{$ti-prefix}-brand-ubuntu:before { content: $ti-icon-brand-ubuntu; }\n.#{$ti-prefix}-brand-unity:before { content: $ti-icon-brand-unity; }\n.#{$ti-prefix}-brand-unsplash:before { content: $ti-icon-brand-unsplash; }\n.#{$ti-prefix}-brand-upwork:before { content: $ti-icon-brand-upwork; }\n.#{$ti-prefix}-brand-valorant:before { content: $ti-icon-brand-valorant; }\n.#{$ti-prefix}-brand-vercel:before { content: $ti-icon-brand-vercel; }\n.#{$ti-prefix}-brand-vimeo:before { content: $ti-icon-brand-vimeo; }\n.#{$ti-prefix}-brand-vinted:before { content: $ti-icon-brand-vinted; }\n.#{$ti-prefix}-brand-visa:before { content: $ti-icon-brand-visa; }\n.#{$ti-prefix}-brand-visual-studio:before { content: $ti-icon-brand-visual-studio; }\n.#{$ti-prefix}-brand-vite:before { content: $ti-icon-brand-vite; }\n.#{$ti-prefix}-brand-vivaldi:before { content: $ti-icon-brand-vivaldi; }\n.#{$ti-prefix}-brand-vk:before { content: $ti-icon-brand-vk; }\n.#{$ti-prefix}-brand-vlc:before { content: $ti-icon-brand-vlc; }\n.#{$ti-prefix}-brand-volkswagen:before { content: $ti-icon-brand-volkswagen; }\n.#{$ti-prefix}-brand-vsco:before { content: $ti-icon-brand-vsco; }\n.#{$ti-prefix}-brand-vscode:before { content: $ti-icon-brand-vscode; }\n.#{$ti-prefix}-brand-vue:before { content: $ti-icon-brand-vue; }\n.#{$ti-prefix}-brand-walmart:before { content: $ti-icon-brand-walmart; }\n.#{$ti-prefix}-brand-waze:before { content: $ti-icon-brand-waze; }\n.#{$ti-prefix}-brand-webflow:before { content: $ti-icon-brand-webflow; }\n.#{$ti-prefix}-brand-wechat:before { content: $ti-icon-brand-wechat; }\n.#{$ti-prefix}-brand-weibo:before { content: $ti-icon-brand-weibo; }\n.#{$ti-prefix}-brand-whatsapp:before { content: $ti-icon-brand-whatsapp; }\n.#{$ti-prefix}-brand-wikipedia:before { content: $ti-icon-brand-wikipedia; }\n.#{$ti-prefix}-brand-windows:before { content: $ti-icon-brand-windows; }\n.#{$ti-prefix}-brand-windy:before { content: $ti-icon-brand-windy; }\n.#{$ti-prefix}-brand-wish:before { content: $ti-icon-brand-wish; }\n.#{$ti-prefix}-brand-wix:before { content: $ti-icon-brand-wix; }\n.#{$ti-prefix}-brand-wordpress:before { content: $ti-icon-brand-wordpress; }\n.#{$ti-prefix}-brand-x:before { content: $ti-icon-brand-x; }\n.#{$ti-prefix}-brand-x-filled:before { content: $ti-icon-brand-x-filled; }\n.#{$ti-prefix}-brand-xamarin:before { content: $ti-icon-brand-xamarin; }\n.#{$ti-prefix}-brand-xbox:before { content: $ti-icon-brand-xbox; }\n.#{$ti-prefix}-brand-xdeep:before { content: $ti-icon-brand-xdeep; }\n.#{$ti-prefix}-brand-xing:before { content: $ti-icon-brand-xing; }\n.#{$ti-prefix}-brand-yahoo:before { content: $ti-icon-brand-yahoo; }\n.#{$ti-prefix}-brand-yandex:before { content: $ti-icon-brand-yandex; }\n.#{$ti-prefix}-brand-yarn:before { content: $ti-icon-brand-yarn; }\n.#{$ti-prefix}-brand-yatse:before { content: $ti-icon-brand-yatse; }\n.#{$ti-prefix}-brand-ycombinator:before { content: $ti-icon-brand-ycombinator; }\n.#{$ti-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; }\n.#{$ti-prefix}-brand-youtube-filled:before { content: $ti-icon-brand-youtube-filled; }\n.#{$ti-prefix}-brand-youtube-kids:before { content: $ti-icon-brand-youtube-kids; }\n.#{$ti-prefix}-brand-zalando:before { content: $ti-icon-brand-zalando; }\n.#{$ti-prefix}-brand-zapier:before { content: $ti-icon-brand-zapier; }\n.#{$ti-prefix}-brand-zeit:before { content: $ti-icon-brand-zeit; }\n.#{$ti-prefix}-brand-zhihu:before { content: $ti-icon-brand-zhihu; }\n.#{$ti-prefix}-brand-zoom:before { content: $ti-icon-brand-zoom; }\n.#{$ti-prefix}-brand-zulip:before { content: $ti-icon-brand-zulip; }\n.#{$ti-prefix}-brand-zwift:before { content: $ti-icon-brand-zwift; }\n.#{$ti-prefix}-bread:before { content: $ti-icon-bread; }\n.#{$ti-prefix}-bread-filled:before { content: $ti-icon-bread-filled; }\n.#{$ti-prefix}-bread-off:before { content: $ti-icon-bread-off; }\n.#{$ti-prefix}-briefcase:before { content: $ti-icon-briefcase; }\n.#{$ti-prefix}-briefcase-2:before { content: $ti-icon-briefcase-2; }\n.#{$ti-prefix}-briefcase-2-filled:before { content: $ti-icon-briefcase-2-filled; }\n.#{$ti-prefix}-briefcase-filled:before { content: $ti-icon-briefcase-filled; }\n.#{$ti-prefix}-briefcase-off:before { content: $ti-icon-briefcase-off; }\n.#{$ti-prefix}-brightness:before { content: $ti-icon-brightness; }\n.#{$ti-prefix}-brightness-2:before { content: $ti-icon-brightness-2; }\n.#{$ti-prefix}-brightness-auto:before { content: $ti-icon-brightness-auto; }\n.#{$ti-prefix}-brightness-auto-filled:before { content: $ti-icon-brightness-auto-filled; }\n.#{$ti-prefix}-brightness-down:before { content: $ti-icon-brightness-down; }\n.#{$ti-prefix}-brightness-down-filled:before { content: $ti-icon-brightness-down-filled; }\n.#{$ti-prefix}-brightness-filled:before { content: $ti-icon-brightness-filled; }\n.#{$ti-prefix}-brightness-half:before { content: $ti-icon-brightness-half; }\n.#{$ti-prefix}-brightness-off:before { content: $ti-icon-brightness-off; }\n.#{$ti-prefix}-brightness-up:before { content: $ti-icon-brightness-up; }\n.#{$ti-prefix}-brightness-up-filled:before { content: $ti-icon-brightness-up-filled; }\n.#{$ti-prefix}-broadcast:before { content: $ti-icon-broadcast; }\n.#{$ti-prefix}-broadcast-off:before { content: $ti-icon-broadcast-off; }\n.#{$ti-prefix}-browser:before { content: $ti-icon-browser; }\n.#{$ti-prefix}-browser-check:before { content: $ti-icon-browser-check; }\n.#{$ti-prefix}-browser-off:before { content: $ti-icon-browser-off; }\n.#{$ti-prefix}-browser-plus:before { content: $ti-icon-browser-plus; }\n.#{$ti-prefix}-browser-x:before { content: $ti-icon-browser-x; }\n.#{$ti-prefix}-brush:before { content: $ti-icon-brush; }\n.#{$ti-prefix}-brush-off:before { content: $ti-icon-brush-off; }\n.#{$ti-prefix}-bubble:before { content: $ti-icon-bubble; }\n.#{$ti-prefix}-bubble-filled:before { content: $ti-icon-bubble-filled; }\n.#{$ti-prefix}-bubble-minus:before { content: $ti-icon-bubble-minus; }\n.#{$ti-prefix}-bubble-plus:before { content: $ti-icon-bubble-plus; }\n.#{$ti-prefix}-bubble-tea:before { content: $ti-icon-bubble-tea; }\n.#{$ti-prefix}-bubble-tea-2:before { content: $ti-icon-bubble-tea-2; }\n.#{$ti-prefix}-bubble-text:before { content: $ti-icon-bubble-text; }\n.#{$ti-prefix}-bubble-x:before { content: $ti-icon-bubble-x; }\n.#{$ti-prefix}-bucket:before { content: $ti-icon-bucket; }\n.#{$ti-prefix}-bucket-droplet:before { content: $ti-icon-bucket-droplet; }\n.#{$ti-prefix}-bucket-off:before { content: $ti-icon-bucket-off; }\n.#{$ti-prefix}-bug:before { content: $ti-icon-bug; }\n.#{$ti-prefix}-bug-filled:before { content: $ti-icon-bug-filled; }\n.#{$ti-prefix}-bug-off:before { content: $ti-icon-bug-off; }\n.#{$ti-prefix}-building:before { content: $ti-icon-building; }\n.#{$ti-prefix}-building-airport:before { content: $ti-icon-building-airport; }\n.#{$ti-prefix}-building-arch:before { content: $ti-icon-building-arch; }\n.#{$ti-prefix}-building-bank:before { content: $ti-icon-building-bank; }\n.#{$ti-prefix}-building-bridge:before { content: $ti-icon-building-bridge; }\n.#{$ti-prefix}-building-bridge-2:before { content: $ti-icon-building-bridge-2; }\n.#{$ti-prefix}-building-broadcast-tower:before { content: $ti-icon-building-broadcast-tower; }\n.#{$ti-prefix}-building-broadcast-tower-filled:before { content: $ti-icon-building-broadcast-tower-filled; }\n.#{$ti-prefix}-building-burj-al-arab:before { content: $ti-icon-building-burj-al-arab; }\n.#{$ti-prefix}-building-carousel:before { content: $ti-icon-building-carousel; }\n.#{$ti-prefix}-building-castle:before { content: $ti-icon-building-castle; }\n.#{$ti-prefix}-building-church:before { content: $ti-icon-building-church; }\n.#{$ti-prefix}-building-circus:before { content: $ti-icon-building-circus; }\n.#{$ti-prefix}-building-cog:before { content: $ti-icon-building-cog; }\n.#{$ti-prefix}-building-community:before { content: $ti-icon-building-community; }\n.#{$ti-prefix}-building-cottage:before { content: $ti-icon-building-cottage; }\n.#{$ti-prefix}-building-estate:before { content: $ti-icon-building-estate; }\n.#{$ti-prefix}-building-factory:before { content: $ti-icon-building-factory; }\n.#{$ti-prefix}-building-factory-2:before { content: $ti-icon-building-factory-2; }\n.#{$ti-prefix}-building-fortress:before { content: $ti-icon-building-fortress; }\n.#{$ti-prefix}-building-hospital:before { content: $ti-icon-building-hospital; }\n.#{$ti-prefix}-building-lighthouse:before { content: $ti-icon-building-lighthouse; }\n.#{$ti-prefix}-building-minus:before { content: $ti-icon-building-minus; }\n.#{$ti-prefix}-building-monument:before { content: $ti-icon-building-monument; }\n.#{$ti-prefix}-building-mosque:before { content: $ti-icon-building-mosque; }\n.#{$ti-prefix}-building-off:before { content: $ti-icon-building-off; }\n.#{$ti-prefix}-building-pavilion:before { content: $ti-icon-building-pavilion; }\n.#{$ti-prefix}-building-plus:before { content: $ti-icon-building-plus; }\n.#{$ti-prefix}-building-skyscraper:before { content: $ti-icon-building-skyscraper; }\n.#{$ti-prefix}-building-stadium:before { content: $ti-icon-building-stadium; }\n.#{$ti-prefix}-building-store:before { content: $ti-icon-building-store; }\n.#{$ti-prefix}-building-tunnel:before { content: $ti-icon-building-tunnel; }\n.#{$ti-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; }\n.#{$ti-prefix}-building-wind-turbine:before { content: $ti-icon-building-wind-turbine; }\n.#{$ti-prefix}-buildings:before { content: $ti-icon-buildings; }\n.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; }\n.#{$ti-prefix}-bulb-filled:before { content: $ti-icon-bulb-filled; }\n.#{$ti-prefix}-bulb-off:before { content: $ti-icon-bulb-off; }\n.#{$ti-prefix}-bulldozer:before { content: $ti-icon-bulldozer; }\n.#{$ti-prefix}-burger:before { content: $ti-icon-burger; }\n.#{$ti-prefix}-bus:before { content: $ti-icon-bus; }\n.#{$ti-prefix}-bus-off:before { content: $ti-icon-bus-off; }\n.#{$ti-prefix}-bus-stop:before { content: $ti-icon-bus-stop; }\n.#{$ti-prefix}-businessplan:before { content: $ti-icon-businessplan; }\n.#{$ti-prefix}-butterfly:before { content: $ti-icon-butterfly; }\n.#{$ti-prefix}-butterfly-filled:before { content: $ti-icon-butterfly-filled; }\n.#{$ti-prefix}-cactus:before { content: $ti-icon-cactus; }\n.#{$ti-prefix}-cactus-filled:before { content: $ti-icon-cactus-filled; }\n.#{$ti-prefix}-cactus-off:before { content: $ti-icon-cactus-off; }\n.#{$ti-prefix}-cake:before { content: $ti-icon-cake; }\n.#{$ti-prefix}-cake-off:before { content: $ti-icon-cake-off; }\n.#{$ti-prefix}-calculator:before { content: $ti-icon-calculator; }\n.#{$ti-prefix}-calculator-filled:before { content: $ti-icon-calculator-filled; }\n.#{$ti-prefix}-calculator-off:before { content: $ti-icon-calculator-off; }\n.#{$ti-prefix}-calendar:before { content: $ti-icon-calendar; }\n.#{$ti-prefix}-calendar-bolt:before { content: $ti-icon-calendar-bolt; }\n.#{$ti-prefix}-calendar-cancel:before { content: $ti-icon-calendar-cancel; }\n.#{$ti-prefix}-calendar-check:before { content: $ti-icon-calendar-check; }\n.#{$ti-prefix}-calendar-clock:before { content: $ti-icon-calendar-clock; }\n.#{$ti-prefix}-calendar-code:before { content: $ti-icon-calendar-code; }\n.#{$ti-prefix}-calendar-cog:before { content: $ti-icon-calendar-cog; }\n.#{$ti-prefix}-calendar-dollar:before { content: $ti-icon-calendar-dollar; }\n.#{$ti-prefix}-calendar-dot:before { content: $ti-icon-calendar-dot; }\n.#{$ti-prefix}-calendar-down:before { content: $ti-icon-calendar-down; }\n.#{$ti-prefix}-calendar-due:before { content: $ti-icon-calendar-due; }\n.#{$ti-prefix}-calendar-event:before { content: $ti-icon-calendar-event; }\n.#{$ti-prefix}-calendar-exclamation:before { content: $ti-icon-calendar-exclamation; }\n.#{$ti-prefix}-calendar-filled:before { content: $ti-icon-calendar-filled; }\n.#{$ti-prefix}-calendar-heart:before { content: $ti-icon-calendar-heart; }\n.#{$ti-prefix}-calendar-minus:before { content: $ti-icon-calendar-minus; }\n.#{$ti-prefix}-calendar-month:before { content: $ti-icon-calendar-month; }\n.#{$ti-prefix}-calendar-off:before { content: $ti-icon-calendar-off; }\n.#{$ti-prefix}-calendar-pause:before { content: $ti-icon-calendar-pause; }\n.#{$ti-prefix}-calendar-pin:before { content: $ti-icon-calendar-pin; }\n.#{$ti-prefix}-calendar-plus:before { content: $ti-icon-calendar-plus; }\n.#{$ti-prefix}-calendar-question:before { content: $ti-icon-calendar-question; }\n.#{$ti-prefix}-calendar-repeat:before { content: $ti-icon-calendar-repeat; }\n.#{$ti-prefix}-calendar-sad:before { content: $ti-icon-calendar-sad; }\n.#{$ti-prefix}-calendar-search:before { content: $ti-icon-calendar-search; }\n.#{$ti-prefix}-calendar-share:before { content: $ti-icon-calendar-share; }\n.#{$ti-prefix}-calendar-smile:before { content: $ti-icon-calendar-smile; }\n.#{$ti-prefix}-calendar-star:before { content: $ti-icon-calendar-star; }\n.#{$ti-prefix}-calendar-stats:before { content: $ti-icon-calendar-stats; }\n.#{$ti-prefix}-calendar-time:before { content: $ti-icon-calendar-time; }\n.#{$ti-prefix}-calendar-up:before { content: $ti-icon-calendar-up; }\n.#{$ti-prefix}-calendar-user:before { content: $ti-icon-calendar-user; }\n.#{$ti-prefix}-calendar-week:before { content: $ti-icon-calendar-week; }\n.#{$ti-prefix}-calendar-x:before { content: $ti-icon-calendar-x; }\n.#{$ti-prefix}-camera:before { content: $ti-icon-camera; }\n.#{$ti-prefix}-camera-ai:before { content: $ti-icon-camera-ai; }\n.#{$ti-prefix}-camera-bitcoin:before { content: $ti-icon-camera-bitcoin; }\n.#{$ti-prefix}-camera-bolt:before { content: $ti-icon-camera-bolt; }\n.#{$ti-prefix}-camera-cancel:before { content: $ti-icon-camera-cancel; }\n.#{$ti-prefix}-camera-check:before { content: $ti-icon-camera-check; }\n.#{$ti-prefix}-camera-code:before { content: $ti-icon-camera-code; }\n.#{$ti-prefix}-camera-cog:before { content: $ti-icon-camera-cog; }\n.#{$ti-prefix}-camera-dollar:before { content: $ti-icon-camera-dollar; }\n.#{$ti-prefix}-camera-down:before { content: $ti-icon-camera-down; }\n.#{$ti-prefix}-camera-exclamation:before { content: $ti-icon-camera-exclamation; }\n.#{$ti-prefix}-camera-filled:before { content: $ti-icon-camera-filled; }\n.#{$ti-prefix}-camera-heart:before { content: $ti-icon-camera-heart; }\n.#{$ti-prefix}-camera-minus:before { content: $ti-icon-camera-minus; }\n.#{$ti-prefix}-camera-moon:before { content: $ti-icon-camera-moon; }\n.#{$ti-prefix}-camera-off:before { content: $ti-icon-camera-off; }\n.#{$ti-prefix}-camera-pause:before { content: $ti-icon-camera-pause; }\n.#{$ti-prefix}-camera-pin:before { content: $ti-icon-camera-pin; }\n.#{$ti-prefix}-camera-plus:before { content: $ti-icon-camera-plus; }\n.#{$ti-prefix}-camera-question:before { content: $ti-icon-camera-question; }\n.#{$ti-prefix}-camera-rotate:before { content: $ti-icon-camera-rotate; }\n.#{$ti-prefix}-camera-search:before { content: $ti-icon-camera-search; }\n.#{$ti-prefix}-camera-selfie:before { content: $ti-icon-camera-selfie; }\n.#{$ti-prefix}-camera-share:before { content: $ti-icon-camera-share; }\n.#{$ti-prefix}-camera-spark:before { content: $ti-icon-camera-spark; }\n.#{$ti-prefix}-camera-star:before { content: $ti-icon-camera-star; }\n.#{$ti-prefix}-camera-up:before { content: $ti-icon-camera-up; }\n.#{$ti-prefix}-camera-x:before { content: $ti-icon-camera-x; }\n.#{$ti-prefix}-camper:before { content: $ti-icon-camper; }\n.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; }\n.#{$ti-prefix}-campfire-filled:before { content: $ti-icon-campfire-filled; }\n.#{$ti-prefix}-cancel:before { content: $ti-icon-cancel; }\n.#{$ti-prefix}-candle:before { content: $ti-icon-candle; }\n.#{$ti-prefix}-candle-filled:before { content: $ti-icon-candle-filled; }\n.#{$ti-prefix}-candy:before { content: $ti-icon-candy; }\n.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; }\n.#{$ti-prefix}-cane:before { content: $ti-icon-cane; }\n.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }\n.#{$ti-prefix}-cannabis-filled:before { content: $ti-icon-cannabis-filled; }\n.#{$ti-prefix}-cap-projecting:before { content: $ti-icon-cap-projecting; }\n.#{$ti-prefix}-cap-rounded:before { content: $ti-icon-cap-rounded; }\n.#{$ti-prefix}-cap-straight:before { content: $ti-icon-cap-straight; }\n.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }\n.#{$ti-prefix}-capsule-filled:before { content: $ti-icon-capsule-filled; }\n.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }\n.#{$ti-prefix}-capsule-horizontal-filled:before { content: $ti-icon-capsule-horizontal-filled; }\n.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }\n.#{$ti-prefix}-capture-filled:before { content: $ti-icon-capture-filled; }\n.#{$ti-prefix}-capture-off:before { content: $ti-icon-capture-off; }\n.#{$ti-prefix}-car:before { content: $ti-icon-car; }\n.#{$ti-prefix}-car-4wd:before { content: $ti-icon-car-4wd; }\n.#{$ti-prefix}-car-4wd-filled:before { content: $ti-icon-car-4wd-filled; }\n.#{$ti-prefix}-car-crane:before { content: $ti-icon-car-crane; }\n.#{$ti-prefix}-car-crash:before { content: $ti-icon-car-crash; }\n.#{$ti-prefix}-car-fan:before { content: $ti-icon-car-fan; }\n.#{$ti-prefix}-car-fan-1:before { content: $ti-icon-car-fan-1; }\n.#{$ti-prefix}-car-fan-2:before { content: $ti-icon-car-fan-2; }\n.#{$ti-prefix}-car-fan-3:before { content: $ti-icon-car-fan-3; }\n.#{$ti-prefix}-car-fan-auto:before { content: $ti-icon-car-fan-auto; }\n.#{$ti-prefix}-car-fan-filled:before { content: $ti-icon-car-fan-filled; }\n.#{$ti-prefix}-car-filled:before { content: $ti-icon-car-filled; }\n.#{$ti-prefix}-car-garage:before { content: $ti-icon-car-garage; }\n.#{$ti-prefix}-car-off:before { content: $ti-icon-car-off; }\n.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; }\n.#{$ti-prefix}-car-suv-filled:before { content: $ti-icon-car-suv-filled; }\n.#{$ti-prefix}-car-turbine:before { content: $ti-icon-car-turbine; }\n.#{$ti-prefix}-carambola:before { content: $ti-icon-carambola; }\n.#{$ti-prefix}-carambola-filled:before { content: $ti-icon-carambola-filled; }\n.#{$ti-prefix}-caravan:before { content: $ti-icon-caravan; }\n.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; }\n.#{$ti-prefix}-cardboards-filled:before { content: $ti-icon-cardboards-filled; }\n.#{$ti-prefix}-cardboards-off:before { content: $ti-icon-cardboards-off; }\n.#{$ti-prefix}-cards:before { content: $ti-icon-cards; }\n.#{$ti-prefix}-cards-filled:before { content: $ti-icon-cards-filled; }\n.#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; }\n.#{$ti-prefix}-caret-down-filled:before { content: $ti-icon-caret-down-filled; }\n.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; }\n.#{$ti-prefix}-caret-left-filled:before { content: $ti-icon-caret-left-filled; }\n.#{$ti-prefix}-caret-left-right:before { content: $ti-icon-caret-left-right; }\n.#{$ti-prefix}-caret-left-right-filled:before { content: $ti-icon-caret-left-right-filled; }\n.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }\n.#{$ti-prefix}-caret-right-filled:before { content: $ti-icon-caret-right-filled; }\n.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }\n.#{$ti-prefix}-caret-up-down:before { content: $ti-icon-caret-up-down; }\n.#{$ti-prefix}-caret-up-down-filled:before { content: $ti-icon-caret-up-down-filled; }\n.#{$ti-prefix}-caret-up-filled:before { content: $ti-icon-caret-up-filled; }\n.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }\n.#{$ti-prefix}-carousel-horizontal-filled:before { content: $ti-icon-carousel-horizontal-filled; }\n.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; }\n.#{$ti-prefix}-carousel-vertical-filled:before { content: $ti-icon-carousel-vertical-filled; }\n.#{$ti-prefix}-carrot:before { content: $ti-icon-carrot; }\n.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; }\n.#{$ti-prefix}-cash:before { content: $ti-icon-cash; }\n.#{$ti-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; }\n.#{$ti-prefix}-cash-banknote-filled:before { content: $ti-icon-cash-banknote-filled; }\n.#{$ti-prefix}-cash-banknote-off:before { content: $ti-icon-cash-banknote-off; }\n.#{$ti-prefix}-cash-off:before { content: $ti-icon-cash-off; }\n.#{$ti-prefix}-cash-register:before { content: $ti-icon-cash-register; }\n.#{$ti-prefix}-cast:before { content: $ti-icon-cast; }\n.#{$ti-prefix}-cast-off:before { content: $ti-icon-cast-off; }\n.#{$ti-prefix}-cat:before { content: $ti-icon-cat; }\n.#{$ti-prefix}-category:before { content: $ti-icon-category; }\n.#{$ti-prefix}-category-2:before { content: $ti-icon-category-2; }\n.#{$ti-prefix}-category-filled:before { content: $ti-icon-category-filled; }\n.#{$ti-prefix}-category-minus:before { content: $ti-icon-category-minus; }\n.#{$ti-prefix}-category-plus:before { content: $ti-icon-category-plus; }\n.#{$ti-prefix}-ce:before { content: $ti-icon-ce; }\n.#{$ti-prefix}-ce-off:before { content: $ti-icon-ce-off; }\n.#{$ti-prefix}-cell:before { content: $ti-icon-cell; }\n.#{$ti-prefix}-cell-signal-1:before { content: $ti-icon-cell-signal-1; }\n.#{$ti-prefix}-cell-signal-2:before { content: $ti-icon-cell-signal-2; }\n.#{$ti-prefix}-cell-signal-3:before { content: $ti-icon-cell-signal-3; }\n.#{$ti-prefix}-cell-signal-4:before { content: $ti-icon-cell-signal-4; }\n.#{$ti-prefix}-cell-signal-5:before { content: $ti-icon-cell-signal-5; }\n.#{$ti-prefix}-cell-signal-off:before { content: $ti-icon-cell-signal-off; }\n.#{$ti-prefix}-certificate:before { content: $ti-icon-certificate; }\n.#{$ti-prefix}-certificate-2:before { content: $ti-icon-certificate-2; }\n.#{$ti-prefix}-certificate-2-off:before { content: $ti-icon-certificate-2-off; }\n.#{$ti-prefix}-certificate-off:before { content: $ti-icon-certificate-off; }\n.#{$ti-prefix}-chair-director:before { content: $ti-icon-chair-director; }\n.#{$ti-prefix}-chalkboard:before { content: $ti-icon-chalkboard; }\n.#{$ti-prefix}-chalkboard-off:before { content: $ti-icon-chalkboard-off; }\n.#{$ti-prefix}-charging-pile:before { content: $ti-icon-charging-pile; }\n.#{$ti-prefix}-charging-pile-filled:before { content: $ti-icon-charging-pile-filled; }\n.#{$ti-prefix}-chart-arcs:before { content: $ti-icon-chart-arcs; }\n.#{$ti-prefix}-chart-arcs-3:before { content: $ti-icon-chart-arcs-3; }\n.#{$ti-prefix}-chart-area:before { content: $ti-icon-chart-area; }\n.#{$ti-prefix}-chart-area-filled:before { content: $ti-icon-chart-area-filled; }\n.#{$ti-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; }\n.#{$ti-prefix}-chart-area-line-filled:before { content: $ti-icon-chart-area-line-filled; }\n.#{$ti-prefix}-chart-arrows:before { content: $ti-icon-chart-arrows; }\n.#{$ti-prefix}-chart-arrows-vertical:before { content: $ti-icon-chart-arrows-vertical; }\n.#{$ti-prefix}-chart-bar:before { content: $ti-icon-chart-bar; }\n.#{$ti-prefix}-chart-bar-off:before { content: $ti-icon-chart-bar-off; }\n.#{$ti-prefix}-chart-bar-popular:before { content: $ti-icon-chart-bar-popular; }\n.#{$ti-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; }\n.#{$ti-prefix}-chart-bubble-filled:before { content: $ti-icon-chart-bubble-filled; }\n.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; }\n.#{$ti-prefix}-chart-candle-filled:before { content: $ti-icon-chart-candle-filled; }\n.#{$ti-prefix}-chart-circles:before { content: $ti-icon-chart-circles; }\n.#{$ti-prefix}-chart-cohort:before { content: $ti-icon-chart-cohort; }\n.#{$ti-prefix}-chart-column:before { content: $ti-icon-chart-column; }\n.#{$ti-prefix}-chart-covariate:before { content: $ti-icon-chart-covariate; }\n.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; }\n.#{$ti-prefix}-chart-donut-2:before { content: $ti-icon-chart-donut-2; }\n.#{$ti-prefix}-chart-donut-3:before { content: $ti-icon-chart-donut-3; }\n.#{$ti-prefix}-chart-donut-4:before { content: $ti-icon-chart-donut-4; }\n.#{$ti-prefix}-chart-donut-filled:before { content: $ti-icon-chart-donut-filled; }\n.#{$ti-prefix}-chart-dots:before { content: $ti-icon-chart-dots; }\n.#{$ti-prefix}-chart-dots-2:before { content: $ti-icon-chart-dots-2; }\n.#{$ti-prefix}-chart-dots-3:before { content: $ti-icon-chart-dots-3; }\n.#{$ti-prefix}-chart-dots-filled:before { content: $ti-icon-chart-dots-filled; }\n.#{$ti-prefix}-chart-funnel:before { content: $ti-icon-chart-funnel; }\n.#{$ti-prefix}-chart-grid-dots:before { content: $ti-icon-chart-grid-dots; }\n.#{$ti-prefix}-chart-grid-dots-filled:before { content: $ti-icon-chart-grid-dots-filled; }\n.#{$ti-prefix}-chart-histogram:before { content: $ti-icon-chart-histogram; }\n.#{$ti-prefix}-chart-infographic:before { content: $ti-icon-chart-infographic; }\n.#{$ti-prefix}-chart-line:before { content: $ti-icon-chart-line; }\n.#{$ti-prefix}-chart-pie:before { content: $ti-icon-chart-pie; }\n.#{$ti-prefix}-chart-pie-2:before { content: $ti-icon-chart-pie-2; }\n.#{$ti-prefix}-chart-pie-3:before { content: $ti-icon-chart-pie-3; }\n.#{$ti-prefix}-chart-pie-4:before { content: $ti-icon-chart-pie-4; }\n.#{$ti-prefix}-chart-pie-filled:before { content: $ti-icon-chart-pie-filled; }\n.#{$ti-prefix}-chart-pie-off:before { content: $ti-icon-chart-pie-off; }\n.#{$ti-prefix}-chart-ppf:before { content: $ti-icon-chart-ppf; }\n.#{$ti-prefix}-chart-radar:before { content: $ti-icon-chart-radar; }\n.#{$ti-prefix}-chart-sankey:before { content: $ti-icon-chart-sankey; }\n.#{$ti-prefix}-chart-scatter:before { content: $ti-icon-chart-scatter; }\n.#{$ti-prefix}-chart-scatter-3d:before { content: $ti-icon-chart-scatter-3d; }\n.#{$ti-prefix}-chart-treemap:before { content: $ti-icon-chart-treemap; }\n.#{$ti-prefix}-check:before { content: $ti-icon-check; }\n.#{$ti-prefix}-checkbox:before { content: $ti-icon-checkbox; }\n.#{$ti-prefix}-checklist:before { content: $ti-icon-checklist; }\n.#{$ti-prefix}-checks:before { content: $ti-icon-checks; }\n.#{$ti-prefix}-checkup-list:before { content: $ti-icon-checkup-list; }\n.#{$ti-prefix}-cheese:before { content: $ti-icon-cheese; }\n.#{$ti-prefix}-chef-hat:before { content: $ti-icon-chef-hat; }\n.#{$ti-prefix}-chef-hat-off:before { content: $ti-icon-chef-hat-off; }\n.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }\n.#{$ti-prefix}-cherry-filled:before { content: $ti-icon-cherry-filled; }\n.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }\n.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; }\n.#{$ti-prefix}-chess-bishop-filled:before { content: $ti-icon-chess-bishop-filled; }\n.#{$ti-prefix}-chess-filled:before { content: $ti-icon-chess-filled; }\n.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }\n.#{$ti-prefix}-chess-king-filled:before { content: $ti-icon-chess-king-filled; }\n.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }\n.#{$ti-prefix}-chess-knight-filled:before { content: $ti-icon-chess-knight-filled; }\n.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }\n.#{$ti-prefix}-chess-queen-filled:before { content: $ti-icon-chess-queen-filled; }\n.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }\n.#{$ti-prefix}-chess-rook-filled:before { content: $ti-icon-chess-rook-filled; }\n.#{$ti-prefix}-chevron-compact-down:before { content: $ti-icon-chevron-compact-down; }\n.#{$ti-prefix}-chevron-compact-left:before { content: $ti-icon-chevron-compact-left; }\n.#{$ti-prefix}-chevron-compact-right:before { content: $ti-icon-chevron-compact-right; }\n.#{$ti-prefix}-chevron-compact-up:before { content: $ti-icon-chevron-compact-up; }\n.#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; }\n.#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; }\n.#{$ti-prefix}-chevron-down-right:before { content: $ti-icon-chevron-down-right; }\n.#{$ti-prefix}-chevron-left:before { content: $ti-icon-chevron-left; }\n.#{$ti-prefix}-chevron-left-pipe:before { content: $ti-icon-chevron-left-pipe; }\n.#{$ti-prefix}-chevron-right:before { content: $ti-icon-chevron-right; }\n.#{$ti-prefix}-chevron-right-pipe:before { content: $ti-icon-chevron-right-pipe; }\n.#{$ti-prefix}-chevron-up:before { content: $ti-icon-chevron-up; }\n.#{$ti-prefix}-chevron-up-left:before { content: $ti-icon-chevron-up-left; }\n.#{$ti-prefix}-chevron-up-right:before { content: $ti-icon-chevron-up-right; }\n.#{$ti-prefix}-chevrons-down:before { content: $ti-icon-chevrons-down; }\n.#{$ti-prefix}-chevrons-down-left:before { content: $ti-icon-chevrons-down-left; }\n.#{$ti-prefix}-chevrons-down-right:before { content: $ti-icon-chevrons-down-right; }\n.#{$ti-prefix}-chevrons-left:before { content: $ti-icon-chevrons-left; }\n.#{$ti-prefix}-chevrons-right:before { content: $ti-icon-chevrons-right; }\n.#{$ti-prefix}-chevrons-up:before { content: $ti-icon-chevrons-up; }\n.#{$ti-prefix}-chevrons-up-left:before { content: $ti-icon-chevrons-up-left; }\n.#{$ti-prefix}-chevrons-up-right:before { content: $ti-icon-chevrons-up-right; }\n.#{$ti-prefix}-chisel:before { content: $ti-icon-chisel; }\n.#{$ti-prefix}-christmas-ball:before { content: $ti-icon-christmas-ball; }\n.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }\n.#{$ti-prefix}-christmas-tree-filled:before { content: $ti-icon-christmas-tree-filled; }\n.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; }\n.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }\n.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }\n.#{$ti-prefix}-circle-arrow-down-filled:before { content: $ti-icon-circle-arrow-down-filled; }\n.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }\n.#{$ti-prefix}-circle-arrow-down-left-filled:before { content: $ti-icon-circle-arrow-down-left-filled; }\n.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; }\n.#{$ti-prefix}-circle-arrow-down-right-filled:before { content: $ti-icon-circle-arrow-down-right-filled; }\n.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; }\n.#{$ti-prefix}-circle-arrow-left-filled:before { content: $ti-icon-circle-arrow-left-filled; }\n.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; }\n.#{$ti-prefix}-circle-arrow-right-filled:before { content: $ti-icon-circle-arrow-right-filled; }\n.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; }\n.#{$ti-prefix}-circle-arrow-up-filled:before { content: $ti-icon-circle-arrow-up-filled; }\n.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; }\n.#{$ti-prefix}-circle-arrow-up-left-filled:before { content: $ti-icon-circle-arrow-up-left-filled; }\n.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; }\n.#{$ti-prefix}-circle-arrow-up-right-filled:before { content: $ti-icon-circle-arrow-up-right-filled; }\n.#{$ti-prefix}-circle-caret-down:before { content: $ti-icon-circle-caret-down; }\n.#{$ti-prefix}-circle-caret-left:before { content: $ti-icon-circle-caret-left; }\n.#{$ti-prefix}-circle-caret-right:before { content: $ti-icon-circle-caret-right; }\n.#{$ti-prefix}-circle-caret-up:before { content: $ti-icon-circle-caret-up; }\n.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; }\n.#{$ti-prefix}-circle-check-filled:before { content: $ti-icon-circle-check-filled; }\n.#{$ti-prefix}-circle-chevron-down:before { content: $ti-icon-circle-chevron-down; }\n.#{$ti-prefix}-circle-chevron-left:before { content: $ti-icon-circle-chevron-left; }\n.#{$ti-prefix}-circle-chevron-right:before { content: $ti-icon-circle-chevron-right; }\n.#{$ti-prefix}-circle-chevron-up:before { content: $ti-icon-circle-chevron-up; }\n.#{$ti-prefix}-circle-chevrons-down:before { content: $ti-icon-circle-chevrons-down; }\n.#{$ti-prefix}-circle-chevrons-left:before { content: $ti-icon-circle-chevrons-left; }\n.#{$ti-prefix}-circle-chevrons-right:before { content: $ti-icon-circle-chevrons-right; }\n.#{$ti-prefix}-circle-chevrons-up:before { content: $ti-icon-circle-chevrons-up; }\n.#{$ti-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; }\n.#{$ti-prefix}-circle-dashed-check:before { content: $ti-icon-circle-dashed-check; }\n.#{$ti-prefix}-circle-dashed-letter-a:before { content: $ti-icon-circle-dashed-letter-a; }\n.#{$ti-prefix}-circle-dashed-letter-b:before { content: $ti-icon-circle-dashed-letter-b; }\n.#{$ti-prefix}-circle-dashed-letter-c:before { content: $ti-icon-circle-dashed-letter-c; }\n.#{$ti-prefix}-circle-dashed-letter-d:before { content: $ti-icon-circle-dashed-letter-d; }\n.#{$ti-prefix}-circle-dashed-letter-e:before { content: $ti-icon-circle-dashed-letter-e; }\n.#{$ti-prefix}-circle-dashed-letter-f:before { content: $ti-icon-circle-dashed-letter-f; }\n.#{$ti-prefix}-circle-dashed-letter-g:before { content: $ti-icon-circle-dashed-letter-g; }\n.#{$ti-prefix}-circle-dashed-letter-h:before { content: $ti-icon-circle-dashed-letter-h; }\n.#{$ti-prefix}-circle-dashed-letter-i:before { content: $ti-icon-circle-dashed-letter-i; }\n.#{$ti-prefix}-circle-dashed-letter-j:before { content: $ti-icon-circle-dashed-letter-j; }\n.#{$ti-prefix}-circle-dashed-letter-k:before { content: $ti-icon-circle-dashed-letter-k; }\n.#{$ti-prefix}-circle-dashed-letter-l:before { content: $ti-icon-circle-dashed-letter-l; }\n.#{$ti-prefix}-circle-dashed-letter-letter-v:before { content: $ti-icon-circle-dashed-letter-letter-v; }\n.#{$ti-prefix}-circle-dashed-letter-m:before { content: $ti-icon-circle-dashed-letter-m; }\n.#{$ti-prefix}-circle-dashed-letter-n:before { content: $ti-icon-circle-dashed-letter-n; }\n.#{$ti-prefix}-circle-dashed-letter-o:before { content: $ti-icon-circle-dashed-letter-o; }\n.#{$ti-prefix}-circle-dashed-letter-p:before { content: $ti-icon-circle-dashed-letter-p; }\n.#{$ti-prefix}-circle-dashed-letter-q:before { content: $ti-icon-circle-dashed-letter-q; }\n.#{$ti-prefix}-circle-dashed-letter-r:before { content: $ti-icon-circle-dashed-letter-r; }\n.#{$ti-prefix}-circle-dashed-letter-s:before { content: $ti-icon-circle-dashed-letter-s; }\n.#{$ti-prefix}-circle-dashed-letter-t:before { content: $ti-icon-circle-dashed-letter-t; }\n.#{$ti-prefix}-circle-dashed-letter-u:before { content: $ti-icon-circle-dashed-letter-u; }\n.#{$ti-prefix}-circle-dashed-letter-v:before { content: $ti-icon-circle-dashed-letter-v; }\n.#{$ti-prefix}-circle-dashed-letter-w:before { content: $ti-icon-circle-dashed-letter-w; }\n.#{$ti-prefix}-circle-dashed-letter-x:before { content: $ti-icon-circle-dashed-letter-x; }\n.#{$ti-prefix}-circle-dashed-letter-y:before { content: $ti-icon-circle-dashed-letter-y; }\n.#{$ti-prefix}-circle-dashed-letter-z:before { content: $ti-icon-circle-dashed-letter-z; }\n.#{$ti-prefix}-circle-dashed-minus:before { content: $ti-icon-circle-dashed-minus; }\n.#{$ti-prefix}-circle-dashed-number-0:before { content: $ti-icon-circle-dashed-number-0; }\n.#{$ti-prefix}-circle-dashed-number-1:before { content: $ti-icon-circle-dashed-number-1; }\n.#{$ti-prefix}-circle-dashed-number-2:before { content: $ti-icon-circle-dashed-number-2; }\n.#{$ti-prefix}-circle-dashed-number-3:before { content: $ti-icon-circle-dashed-number-3; }\n.#{$ti-prefix}-circle-dashed-number-4:before { content: $ti-icon-circle-dashed-number-4; }\n.#{$ti-prefix}-circle-dashed-number-5:before { content: $ti-icon-circle-dashed-number-5; }\n.#{$ti-prefix}-circle-dashed-number-6:before { content: $ti-icon-circle-dashed-number-6; }\n.#{$ti-prefix}-circle-dashed-number-7:before { content: $ti-icon-circle-dashed-number-7; }\n.#{$ti-prefix}-circle-dashed-number-8:before { content: $ti-icon-circle-dashed-number-8; }\n.#{$ti-prefix}-circle-dashed-number-9:before { content: $ti-icon-circle-dashed-number-9; }\n.#{$ti-prefix}-circle-dashed-percentage:before { content: $ti-icon-circle-dashed-percentage; }\n.#{$ti-prefix}-circle-dashed-plus:before { content: $ti-icon-circle-dashed-plus; }\n.#{$ti-prefix}-circle-dashed-x:before { content: $ti-icon-circle-dashed-x; }\n.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }\n.#{$ti-prefix}-circle-dot-filled:before { content: $ti-icon-circle-dot-filled; }\n.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; }\n.#{$ti-prefix}-circle-dotted-letter-a:before { content: $ti-icon-circle-dotted-letter-a; }\n.#{$ti-prefix}-circle-dotted-letter-b:before { content: $ti-icon-circle-dotted-letter-b; }\n.#{$ti-prefix}-circle-dotted-letter-c:before { content: $ti-icon-circle-dotted-letter-c; }\n.#{$ti-prefix}-circle-dotted-letter-d:before { content: $ti-icon-circle-dotted-letter-d; }\n.#{$ti-prefix}-circle-dotted-letter-e:before { content: $ti-icon-circle-dotted-letter-e; }\n.#{$ti-prefix}-circle-dotted-letter-f:before { content: $ti-icon-circle-dotted-letter-f; }\n.#{$ti-prefix}-circle-dotted-letter-g:before { content: $ti-icon-circle-dotted-letter-g; }\n.#{$ti-prefix}-circle-dotted-letter-h:before { content: $ti-icon-circle-dotted-letter-h; }\n.#{$ti-prefix}-circle-dotted-letter-i:before { content: $ti-icon-circle-dotted-letter-i; }\n.#{$ti-prefix}-circle-dotted-letter-j:before { content: $ti-icon-circle-dotted-letter-j; }\n.#{$ti-prefix}-circle-dotted-letter-k:before { content: $ti-icon-circle-dotted-letter-k; }\n.#{$ti-prefix}-circle-dotted-letter-l:before { content: $ti-icon-circle-dotted-letter-l; }\n.#{$ti-prefix}-circle-dotted-letter-m:before { content: $ti-icon-circle-dotted-letter-m; }\n.#{$ti-prefix}-circle-dotted-letter-n:before { content: $ti-icon-circle-dotted-letter-n; }\n.#{$ti-prefix}-circle-dotted-letter-o:before { content: $ti-icon-circle-dotted-letter-o; }\n.#{$ti-prefix}-circle-dotted-letter-p:before { content: $ti-icon-circle-dotted-letter-p; }\n.#{$ti-prefix}-circle-dotted-letter-q:before { content: $ti-icon-circle-dotted-letter-q; }\n.#{$ti-prefix}-circle-dotted-letter-r:before { content: $ti-icon-circle-dotted-letter-r; }\n.#{$ti-prefix}-circle-dotted-letter-s:before { content: $ti-icon-circle-dotted-letter-s; }\n.#{$ti-prefix}-circle-dotted-letter-t:before { content: $ti-icon-circle-dotted-letter-t; }\n.#{$ti-prefix}-circle-dotted-letter-u:before { content: $ti-icon-circle-dotted-letter-u; }\n.#{$ti-prefix}-circle-dotted-letter-v:before { content: $ti-icon-circle-dotted-letter-v; }\n.#{$ti-prefix}-circle-dotted-letter-w:before { content: $ti-icon-circle-dotted-letter-w; }\n.#{$ti-prefix}-circle-dotted-letter-x:before { content: $ti-icon-circle-dotted-letter-x; }\n.#{$ti-prefix}-circle-dotted-letter-y:before { content: $ti-icon-circle-dotted-letter-y; }\n.#{$ti-prefix}-circle-dotted-letter-z:before { content: $ti-icon-circle-dotted-letter-z; }\n.#{$ti-prefix}-circle-filled:before { content: $ti-icon-circle-filled; }\n.#{$ti-prefix}-circle-half:before { content: $ti-icon-circle-half; }\n.#{$ti-prefix}-circle-half-2:before { content: $ti-icon-circle-half-2; }\n.#{$ti-prefix}-circle-half-vertical:before { content: $ti-icon-circle-half-vertical; }\n.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }\n.#{$ti-prefix}-circle-key-filled:before { content: $ti-icon-circle-key-filled; }\n.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }\n.#{$ti-prefix}-circle-letter-a-filled:before { content: $ti-icon-circle-letter-a-filled; }\n.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }\n.#{$ti-prefix}-circle-letter-b-filled:before { content: $ti-icon-circle-letter-b-filled; }\n.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }\n.#{$ti-prefix}-circle-letter-c-filled:before { content: $ti-icon-circle-letter-c-filled; }\n.#{$ti-prefix}-circle-letter-d:before { content: $ti-icon-circle-letter-d; }\n.#{$ti-prefix}-circle-letter-d-filled:before { content: $ti-icon-circle-letter-d-filled; }\n.#{$ti-prefix}-circle-letter-e:before { content: $ti-icon-circle-letter-e; }\n.#{$ti-prefix}-circle-letter-e-filled:before { content: $ti-icon-circle-letter-e-filled; }\n.#{$ti-prefix}-circle-letter-f:before { content: $ti-icon-circle-letter-f; }\n.#{$ti-prefix}-circle-letter-f-filled:before { content: $ti-icon-circle-letter-f-filled; }\n.#{$ti-prefix}-circle-letter-g:before { content: $ti-icon-circle-letter-g; }\n.#{$ti-prefix}-circle-letter-g-filled:before { content: $ti-icon-circle-letter-g-filled; }\n.#{$ti-prefix}-circle-letter-h:before { content: $ti-icon-circle-letter-h; }\n.#{$ti-prefix}-circle-letter-h-filled:before { content: $ti-icon-circle-letter-h-filled; }\n.#{$ti-prefix}-circle-letter-i:before { content: $ti-icon-circle-letter-i; }\n.#{$ti-prefix}-circle-letter-i-filled:before { content: $ti-icon-circle-letter-i-filled; }\n.#{$ti-prefix}-circle-letter-j:before { content: $ti-icon-circle-letter-j; }\n.#{$ti-prefix}-circle-letter-j-filled:before { content: $ti-icon-circle-letter-j-filled; }\n.#{$ti-prefix}-circle-letter-k:before { content: $ti-icon-circle-letter-k; }\n.#{$ti-prefix}-circle-letter-k-filled:before { content: $ti-icon-circle-letter-k-filled; }\n.#{$ti-prefix}-circle-letter-l:before { content: $ti-icon-circle-letter-l; }\n.#{$ti-prefix}-circle-letter-l-filled:before { content: $ti-icon-circle-letter-l-filled; }\n.#{$ti-prefix}-circle-letter-m:before { content: $ti-icon-circle-letter-m; }\n.#{$ti-prefix}-circle-letter-m-filled:before { content: $ti-icon-circle-letter-m-filled; }\n.#{$ti-prefix}-circle-letter-n:before { content: $ti-icon-circle-letter-n; }\n.#{$ti-prefix}-circle-letter-n-filled:before { content: $ti-icon-circle-letter-n-filled; }\n.#{$ti-prefix}-circle-letter-o:before { content: $ti-icon-circle-letter-o; }\n.#{$ti-prefix}-circle-letter-o-filled:before { content: $ti-icon-circle-letter-o-filled; }\n.#{$ti-prefix}-circle-letter-p:before { content: $ti-icon-circle-letter-p; }\n.#{$ti-prefix}-circle-letter-p-filled:before { content: $ti-icon-circle-letter-p-filled; }\n.#{$ti-prefix}-circle-letter-q:before { content: $ti-icon-circle-letter-q; }\n.#{$ti-prefix}-circle-letter-q-filled:before { content: $ti-icon-circle-letter-q-filled; }\n.#{$ti-prefix}-circle-letter-r:before { content: $ti-icon-circle-letter-r; }\n.#{$ti-prefix}-circle-letter-r-filled:before { content: $ti-icon-circle-letter-r-filled; }\n.#{$ti-prefix}-circle-letter-s:before { content: $ti-icon-circle-letter-s; }\n.#{$ti-prefix}-circle-letter-s-filled:before { content: $ti-icon-circle-letter-s-filled; }\n.#{$ti-prefix}-circle-letter-t:before { content: $ti-icon-circle-letter-t; }\n.#{$ti-prefix}-circle-letter-t-filled:before { content: $ti-icon-circle-letter-t-filled; }\n.#{$ti-prefix}-circle-letter-u:before { content: $ti-icon-circle-letter-u; }\n.#{$ti-prefix}-circle-letter-u-filled:before { content: $ti-icon-circle-letter-u-filled; }\n.#{$ti-prefix}-circle-letter-v:before { content: $ti-icon-circle-letter-v; }\n.#{$ti-prefix}-circle-letter-v-filled:before { content: $ti-icon-circle-letter-v-filled; }\n.#{$ti-prefix}-circle-letter-w:before { content: $ti-icon-circle-letter-w; }\n.#{$ti-prefix}-circle-letter-w-filled:before { content: $ti-icon-circle-letter-w-filled; }\n.#{$ti-prefix}-circle-letter-x:before { content: $ti-icon-circle-letter-x; }\n.#{$ti-prefix}-circle-letter-x-filled:before { content: $ti-icon-circle-letter-x-filled; }\n.#{$ti-prefix}-circle-letter-y:before { content: $ti-icon-circle-letter-y; }\n.#{$ti-prefix}-circle-letter-y-filled:before { content: $ti-icon-circle-letter-y-filled; }\n.#{$ti-prefix}-circle-letter-z:before { content: $ti-icon-circle-letter-z; }\n.#{$ti-prefix}-circle-letter-z-filled:before { content: $ti-icon-circle-letter-z-filled; }\n.#{$ti-prefix}-circle-minus:before { content: $ti-icon-circle-minus; }\n.#{$ti-prefix}-circle-minus-2:before { content: $ti-icon-circle-minus-2; }\n.#{$ti-prefix}-circle-number-0:before { content: $ti-icon-circle-number-0; }\n.#{$ti-prefix}-circle-number-0-filled:before { content: $ti-icon-circle-number-0-filled; }\n.#{$ti-prefix}-circle-number-1:before { content: $ti-icon-circle-number-1; }\n.#{$ti-prefix}-circle-number-1-filled:before { content: $ti-icon-circle-number-1-filled; }\n.#{$ti-prefix}-circle-number-2:before { content: $ti-icon-circle-number-2; }\n.#{$ti-prefix}-circle-number-2-filled:before { content: $ti-icon-circle-number-2-filled; }\n.#{$ti-prefix}-circle-number-3:before { content: $ti-icon-circle-number-3; }\n.#{$ti-prefix}-circle-number-3-filled:before { content: $ti-icon-circle-number-3-filled; }\n.#{$ti-prefix}-circle-number-4:before { content: $ti-icon-circle-number-4; }\n.#{$ti-prefix}-circle-number-4-filled:before { content: $ti-icon-circle-number-4-filled; }\n.#{$ti-prefix}-circle-number-5:before { content: $ti-icon-circle-number-5; }\n.#{$ti-prefix}-circle-number-5-filled:before { content: $ti-icon-circle-number-5-filled; }\n.#{$ti-prefix}-circle-number-6:before { content: $ti-icon-circle-number-6; }\n.#{$ti-prefix}-circle-number-6-filled:before { content: $ti-icon-circle-number-6-filled; }\n.#{$ti-prefix}-circle-number-7:before { content: $ti-icon-circle-number-7; }\n.#{$ti-prefix}-circle-number-7-filled:before { content: $ti-icon-circle-number-7-filled; }\n.#{$ti-prefix}-circle-number-8:before { content: $ti-icon-circle-number-8; }\n.#{$ti-prefix}-circle-number-8-filled:before { content: $ti-icon-circle-number-8-filled; }\n.#{$ti-prefix}-circle-number-9:before { content: $ti-icon-circle-number-9; }\n.#{$ti-prefix}-circle-number-9-filled:before { content: $ti-icon-circle-number-9-filled; }\n.#{$ti-prefix}-circle-off:before { content: $ti-icon-circle-off; }\n.#{$ti-prefix}-circle-percentage:before { content: $ti-icon-circle-percentage; }\n.#{$ti-prefix}-circle-percentage-filled:before { content: $ti-icon-circle-percentage-filled; }\n.#{$ti-prefix}-circle-plus:before { content: $ti-icon-circle-plus; }\n.#{$ti-prefix}-circle-plus-2:before { content: $ti-icon-circle-plus-2; }\n.#{$ti-prefix}-circle-plus-filled:before { content: $ti-icon-circle-plus-filled; }\n.#{$ti-prefix}-circle-rectangle:before { content: $ti-icon-circle-rectangle; }\n.#{$ti-prefix}-circle-rectangle-filled:before { content: $ti-icon-circle-rectangle-filled; }\n.#{$ti-prefix}-circle-rectangle-off:before { content: $ti-icon-circle-rectangle-off; }\n.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; }\n.#{$ti-prefix}-circle-triangle:before { content: $ti-icon-circle-triangle; }\n.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }\n.#{$ti-prefix}-circle-x-filled:before { content: $ti-icon-circle-x-filled; }\n.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }\n.#{$ti-prefix}-circles-filled:before { content: $ti-icon-circles-filled; }\n.#{$ti-prefix}-circles-relation:before { content: $ti-icon-circles-relation; }\n.#{$ti-prefix}-circuit-ammeter:before { content: $ti-icon-circuit-ammeter; }\n.#{$ti-prefix}-circuit-battery:before { content: $ti-icon-circuit-battery; }\n.#{$ti-prefix}-circuit-bulb:before { content: $ti-icon-circuit-bulb; }\n.#{$ti-prefix}-circuit-capacitor:before { content: $ti-icon-circuit-capacitor; }\n.#{$ti-prefix}-circuit-capacitor-polarized:before { content: $ti-icon-circuit-capacitor-polarized; }\n.#{$ti-prefix}-circuit-cell:before { content: $ti-icon-circuit-cell; }\n.#{$ti-prefix}-circuit-cell-plus:before { content: $ti-icon-circuit-cell-plus; }\n.#{$ti-prefix}-circuit-changeover:before { content: $ti-icon-circuit-changeover; }\n.#{$ti-prefix}-circuit-diode:before { content: $ti-icon-circuit-diode; }\n.#{$ti-prefix}-circuit-diode-zener:before { content: $ti-icon-circuit-diode-zener; }\n.#{$ti-prefix}-circuit-ground:before { content: $ti-icon-circuit-ground; }\n.#{$ti-prefix}-circuit-ground-digital:before { content: $ti-icon-circuit-ground-digital; }\n.#{$ti-prefix}-circuit-inductor:before { content: $ti-icon-circuit-inductor; }\n.#{$ti-prefix}-circuit-motor:before { content: $ti-icon-circuit-motor; }\n.#{$ti-prefix}-circuit-pushbutton:before { content: $ti-icon-circuit-pushbutton; }\n.#{$ti-prefix}-circuit-resistor:before { content: $ti-icon-circuit-resistor; }\n.#{$ti-prefix}-circuit-switch-closed:before { content: $ti-icon-circuit-switch-closed; }\n.#{$ti-prefix}-circuit-switch-open:before { content: $ti-icon-circuit-switch-open; }\n.#{$ti-prefix}-circuit-voltmeter:before { content: $ti-icon-circuit-voltmeter; }\n.#{$ti-prefix}-clear-all:before { content: $ti-icon-clear-all; }\n.#{$ti-prefix}-clear-formatting:before { content: $ti-icon-clear-formatting; }\n.#{$ti-prefix}-click:before { content: $ti-icon-click; }\n.#{$ti-prefix}-cliff-jumping:before { content: $ti-icon-cliff-jumping; }\n.#{$ti-prefix}-clipboard:before { content: $ti-icon-clipboard; }\n.#{$ti-prefix}-clipboard-check:before { content: $ti-icon-clipboard-check; }\n.#{$ti-prefix}-clipboard-copy:before { content: $ti-icon-clipboard-copy; }\n.#{$ti-prefix}-clipboard-data:before { content: $ti-icon-clipboard-data; }\n.#{$ti-prefix}-clipboard-heart:before { content: $ti-icon-clipboard-heart; }\n.#{$ti-prefix}-clipboard-list:before { content: $ti-icon-clipboard-list; }\n.#{$ti-prefix}-clipboard-off:before { content: $ti-icon-clipboard-off; }\n.#{$ti-prefix}-clipboard-plus:before { content: $ti-icon-clipboard-plus; }\n.#{$ti-prefix}-clipboard-smile:before { content: $ti-icon-clipboard-smile; }\n.#{$ti-prefix}-clipboard-text:before { content: $ti-icon-clipboard-text; }\n.#{$ti-prefix}-clipboard-typography:before { content: $ti-icon-clipboard-typography; }\n.#{$ti-prefix}-clipboard-x:before { content: $ti-icon-clipboard-x; }\n.#{$ti-prefix}-clock:before { content: $ti-icon-clock; }\n.#{$ti-prefix}-clock-12:before { content: $ti-icon-clock-12; }\n.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; }\n.#{$ti-prefix}-clock-24:before { content: $ti-icon-clock-24; }\n.#{$ti-prefix}-clock-bitcoin:before { content: $ti-icon-clock-bitcoin; }\n.#{$ti-prefix}-clock-bolt:before { content: $ti-icon-clock-bolt; }\n.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; }\n.#{$ti-prefix}-clock-check:before { content: $ti-icon-clock-check; }\n.#{$ti-prefix}-clock-code:before { content: $ti-icon-clock-code; }\n.#{$ti-prefix}-clock-cog:before { content: $ti-icon-clock-cog; }\n.#{$ti-prefix}-clock-dollar:before { content: $ti-icon-clock-dollar; }\n.#{$ti-prefix}-clock-down:before { content: $ti-icon-clock-down; }\n.#{$ti-prefix}-clock-edit:before { content: $ti-icon-clock-edit; }\n.#{$ti-prefix}-clock-exclamation:before { content: $ti-icon-clock-exclamation; }\n.#{$ti-prefix}-clock-filled:before { content: $ti-icon-clock-filled; }\n.#{$ti-prefix}-clock-heart:before { content: $ti-icon-clock-heart; }\n.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }\n.#{$ti-prefix}-clock-hour-1-filled:before { content: $ti-icon-clock-hour-1-filled; }\n.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }\n.#{$ti-prefix}-clock-hour-10-filled:before { content: $ti-icon-clock-hour-10-filled; }\n.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }\n.#{$ti-prefix}-clock-hour-11-filled:before { content: $ti-icon-clock-hour-11-filled; }\n.#{$ti-prefix}-clock-hour-12:before { content: $ti-icon-clock-hour-12; }\n.#{$ti-prefix}-clock-hour-12-filled:before { content: $ti-icon-clock-hour-12-filled; }\n.#{$ti-prefix}-clock-hour-2:before { content: $ti-icon-clock-hour-2; }\n.#{$ti-prefix}-clock-hour-2-filled:before { content: $ti-icon-clock-hour-2-filled; }\n.#{$ti-prefix}-clock-hour-3:before { content: $ti-icon-clock-hour-3; }\n.#{$ti-prefix}-clock-hour-3-filled:before { content: $ti-icon-clock-hour-3-filled; }\n.#{$ti-prefix}-clock-hour-4:before { content: $ti-icon-clock-hour-4; }\n.#{$ti-prefix}-clock-hour-4-filled:before { content: $ti-icon-clock-hour-4-filled; }\n.#{$ti-prefix}-clock-hour-5:before { content: $ti-icon-clock-hour-5; }\n.#{$ti-prefix}-clock-hour-5-filled:before { content: $ti-icon-clock-hour-5-filled; }\n.#{$ti-prefix}-clock-hour-6:before { content: $ti-icon-clock-hour-6; }\n.#{$ti-prefix}-clock-hour-6-filled:before { content: $ti-icon-clock-hour-6-filled; }\n.#{$ti-prefix}-clock-hour-7:before { content: $ti-icon-clock-hour-7; }\n.#{$ti-prefix}-clock-hour-7-filled:before { content: $ti-icon-clock-hour-7-filled; }\n.#{$ti-prefix}-clock-hour-8:before { content: $ti-icon-clock-hour-8; }\n.#{$ti-prefix}-clock-hour-8-filled:before { content: $ti-icon-clock-hour-8-filled; }\n.#{$ti-prefix}-clock-hour-9:before { content: $ti-icon-clock-hour-9; }\n.#{$ti-prefix}-clock-hour-9-filled:before { content: $ti-icon-clock-hour-9-filled; }\n.#{$ti-prefix}-clock-minus:before { content: $ti-icon-clock-minus; }\n.#{$ti-prefix}-clock-off:before { content: $ti-icon-clock-off; }\n.#{$ti-prefix}-clock-pause:before { content: $ti-icon-clock-pause; }\n.#{$ti-prefix}-clock-pin:before { content: $ti-icon-clock-pin; }\n.#{$ti-prefix}-clock-play:before { content: $ti-icon-clock-play; }\n.#{$ti-prefix}-clock-plus:before { content: $ti-icon-clock-plus; }\n.#{$ti-prefix}-clock-question:before { content: $ti-icon-clock-question; }\n.#{$ti-prefix}-clock-record:before { content: $ti-icon-clock-record; }\n.#{$ti-prefix}-clock-search:before { content: $ti-icon-clock-search; }\n.#{$ti-prefix}-clock-share:before { content: $ti-icon-clock-share; }\n.#{$ti-prefix}-clock-shield:before { content: $ti-icon-clock-shield; }\n.#{$ti-prefix}-clock-star:before { content: $ti-icon-clock-star; }\n.#{$ti-prefix}-clock-stop:before { content: $ti-icon-clock-stop; }\n.#{$ti-prefix}-clock-up:before { content: $ti-icon-clock-up; }\n.#{$ti-prefix}-clock-x:before { content: $ti-icon-clock-x; }\n.#{$ti-prefix}-clothes-rack:before { content: $ti-icon-clothes-rack; }\n.#{$ti-prefix}-clothes-rack-off:before { content: $ti-icon-clothes-rack-off; }\n.#{$ti-prefix}-cloud:before { content: $ti-icon-cloud; }\n.#{$ti-prefix}-cloud-bitcoin:before { content: $ti-icon-cloud-bitcoin; }\n.#{$ti-prefix}-cloud-bolt:before { content: $ti-icon-cloud-bolt; }\n.#{$ti-prefix}-cloud-cancel:before { content: $ti-icon-cloud-cancel; }\n.#{$ti-prefix}-cloud-check:before { content: $ti-icon-cloud-check; }\n.#{$ti-prefix}-cloud-code:before { content: $ti-icon-cloud-code; }\n.#{$ti-prefix}-cloud-cog:before { content: $ti-icon-cloud-cog; }\n.#{$ti-prefix}-cloud-computing:before { content: $ti-icon-cloud-computing; }\n.#{$ti-prefix}-cloud-data-connection:before { content: $ti-icon-cloud-data-connection; }\n.#{$ti-prefix}-cloud-dollar:before { content: $ti-icon-cloud-dollar; }\n.#{$ti-prefix}-cloud-down:before { content: $ti-icon-cloud-down; }\n.#{$ti-prefix}-cloud-download:before { content: $ti-icon-cloud-download; }\n.#{$ti-prefix}-cloud-exclamation:before { content: $ti-icon-cloud-exclamation; }\n.#{$ti-prefix}-cloud-filled:before { content: $ti-icon-cloud-filled; }\n.#{$ti-prefix}-cloud-fog:before { content: $ti-icon-cloud-fog; }\n.#{$ti-prefix}-cloud-heart:before { content: $ti-icon-cloud-heart; }\n.#{$ti-prefix}-cloud-lock:before { content: $ti-icon-cloud-lock; }\n.#{$ti-prefix}-cloud-lock-open:before { content: $ti-icon-cloud-lock-open; }\n.#{$ti-prefix}-cloud-minus:before { content: $ti-icon-cloud-minus; }\n.#{$ti-prefix}-cloud-network:before { content: $ti-icon-cloud-network; }\n.#{$ti-prefix}-cloud-off:before { content: $ti-icon-cloud-off; }\n.#{$ti-prefix}-cloud-pause:before { content: $ti-icon-cloud-pause; }\n.#{$ti-prefix}-cloud-pin:before { content: $ti-icon-cloud-pin; }\n.#{$ti-prefix}-cloud-plus:before { content: $ti-icon-cloud-plus; }\n.#{$ti-prefix}-cloud-question:before { content: $ti-icon-cloud-question; }\n.#{$ti-prefix}-cloud-rain:before { content: $ti-icon-cloud-rain; }\n.#{$ti-prefix}-cloud-search:before { content: $ti-icon-cloud-search; }\n.#{$ti-prefix}-cloud-share:before { content: $ti-icon-cloud-share; }\n.#{$ti-prefix}-cloud-snow:before { content: $ti-icon-cloud-snow; }\n.#{$ti-prefix}-cloud-star:before { content: $ti-icon-cloud-star; }\n.#{$ti-prefix}-cloud-storm:before { content: $ti-icon-cloud-storm; }\n.#{$ti-prefix}-cloud-up:before { content: $ti-icon-cloud-up; }\n.#{$ti-prefix}-cloud-upload:before { content: $ti-icon-cloud-upload; }\n.#{$ti-prefix}-cloud-x:before { content: $ti-icon-cloud-x; }\n.#{$ti-prefix}-clover:before { content: $ti-icon-clover; }\n.#{$ti-prefix}-clover-2:before { content: $ti-icon-clover-2; }\n.#{$ti-prefix}-clover-filled:before { content: $ti-icon-clover-filled; }\n.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; }\n.#{$ti-prefix}-clubs-filled:before { content: $ti-icon-clubs-filled; }\n.#{$ti-prefix}-code:before { content: $ti-icon-code; }\n.#{$ti-prefix}-code-asterisk:before { content: $ti-icon-code-asterisk; }\n.#{$ti-prefix}-code-circle:before { content: $ti-icon-code-circle; }\n.#{$ti-prefix}-code-circle-2:before { content: $ti-icon-code-circle-2; }\n.#{$ti-prefix}-code-circle-2-filled:before { content: $ti-icon-code-circle-2-filled; }\n.#{$ti-prefix}-code-circle-filled:before { content: $ti-icon-code-circle-filled; }\n.#{$ti-prefix}-code-dots:before { content: $ti-icon-code-dots; }\n.#{$ti-prefix}-code-minus:before { content: $ti-icon-code-minus; }\n.#{$ti-prefix}-code-off:before { content: $ti-icon-code-off; }\n.#{$ti-prefix}-code-plus:before { content: $ti-icon-code-plus; }\n.#{$ti-prefix}-coffee:before { content: $ti-icon-coffee; }\n.#{$ti-prefix}-coffee-off:before { content: $ti-icon-coffee-off; }\n.#{$ti-prefix}-coffin:before { content: $ti-icon-coffin; }\n.#{$ti-prefix}-coin:before { content: $ti-icon-coin; }\n.#{$ti-prefix}-coin-bitcoin:before { content: $ti-icon-coin-bitcoin; }\n.#{$ti-prefix}-coin-bitcoin-filled:before { content: $ti-icon-coin-bitcoin-filled; }\n.#{$ti-prefix}-coin-euro:before { content: $ti-icon-coin-euro; }\n.#{$ti-prefix}-coin-euro-filled:before { content: $ti-icon-coin-euro-filled; }\n.#{$ti-prefix}-coin-filled:before { content: $ti-icon-coin-filled; }\n.#{$ti-prefix}-coin-monero:before { content: $ti-icon-coin-monero; }\n.#{$ti-prefix}-coin-monero-filled:before { content: $ti-icon-coin-monero-filled; }\n.#{$ti-prefix}-coin-off:before { content: $ti-icon-coin-off; }\n.#{$ti-prefix}-coin-pound:before { content: $ti-icon-coin-pound; }\n.#{$ti-prefix}-coin-pound-filled:before { content: $ti-icon-coin-pound-filled; }\n.#{$ti-prefix}-coin-rupee:before { content: $ti-icon-coin-rupee; }\n.#{$ti-prefix}-coin-rupee-filled:before { content: $ti-icon-coin-rupee-filled; }\n.#{$ti-prefix}-coin-taka:before { content: $ti-icon-coin-taka; }\n.#{$ti-prefix}-coin-taka-filled:before { content: $ti-icon-coin-taka-filled; }\n.#{$ti-prefix}-coin-yen:before { content: $ti-icon-coin-yen; }\n.#{$ti-prefix}-coin-yen-filled:before { content: $ti-icon-coin-yen-filled; }\n.#{$ti-prefix}-coin-yuan:before { content: $ti-icon-coin-yuan; }\n.#{$ti-prefix}-coin-yuan-filled:before { content: $ti-icon-coin-yuan-filled; }\n.#{$ti-prefix}-coins:before { content: $ti-icon-coins; }\n.#{$ti-prefix}-color-filter:before { content: $ti-icon-color-filter; }\n.#{$ti-prefix}-color-picker:before { content: $ti-icon-color-picker; }\n.#{$ti-prefix}-color-picker-off:before { content: $ti-icon-color-picker-off; }\n.#{$ti-prefix}-color-swatch:before { content: $ti-icon-color-swatch; }\n.#{$ti-prefix}-color-swatch-off:before { content: $ti-icon-color-swatch-off; }\n.#{$ti-prefix}-column-insert-left:before { content: $ti-icon-column-insert-left; }\n.#{$ti-prefix}-column-insert-right:before { content: $ti-icon-column-insert-right; }\n.#{$ti-prefix}-column-remove:before { content: $ti-icon-column-remove; }\n.#{$ti-prefix}-columns:before { content: $ti-icon-columns; }\n.#{$ti-prefix}-columns-1:before { content: $ti-icon-columns-1; }\n.#{$ti-prefix}-columns-2:before { content: $ti-icon-columns-2; }\n.#{$ti-prefix}-columns-3:before { content: $ti-icon-columns-3; }\n.#{$ti-prefix}-columns-off:before { content: $ti-icon-columns-off; }\n.#{$ti-prefix}-comet:before { content: $ti-icon-comet; }\n.#{$ti-prefix}-command:before { content: $ti-icon-command; }\n.#{$ti-prefix}-command-off:before { content: $ti-icon-command-off; }\n.#{$ti-prefix}-compass:before { content: $ti-icon-compass; }\n.#{$ti-prefix}-compass-filled:before { content: $ti-icon-compass-filled; }\n.#{$ti-prefix}-compass-off:before { content: $ti-icon-compass-off; }\n.#{$ti-prefix}-components:before { content: $ti-icon-components; }\n.#{$ti-prefix}-components-off:before { content: $ti-icon-components-off; }\n.#{$ti-prefix}-cone:before { content: $ti-icon-cone; }\n.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; }\n.#{$ti-prefix}-cone-2-filled:before { content: $ti-icon-cone-2-filled; }\n.#{$ti-prefix}-cone-filled:before { content: $ti-icon-cone-filled; }\n.#{$ti-prefix}-cone-off:before { content: $ti-icon-cone-off; }\n.#{$ti-prefix}-cone-plus:before { content: $ti-icon-cone-plus; }\n.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; }\n.#{$ti-prefix}-confetti-off:before { content: $ti-icon-confetti-off; }\n.#{$ti-prefix}-confucius:before { content: $ti-icon-confucius; }\n.#{$ti-prefix}-congruent-to:before { content: $ti-icon-congruent-to; }\n.#{$ti-prefix}-container:before { content: $ti-icon-container; }\n.#{$ti-prefix}-container-off:before { content: $ti-icon-container-off; }\n.#{$ti-prefix}-contract:before { content: $ti-icon-contract; }\n.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; }\n.#{$ti-prefix}-contrast-2:before { content: $ti-icon-contrast-2; }\n.#{$ti-prefix}-contrast-2-filled:before { content: $ti-icon-contrast-2-filled; }\n.#{$ti-prefix}-contrast-2-off:before { content: $ti-icon-contrast-2-off; }\n.#{$ti-prefix}-contrast-filled:before { content: $ti-icon-contrast-filled; }\n.#{$ti-prefix}-contrast-off:before { content: $ti-icon-contrast-off; }\n.#{$ti-prefix}-cooker:before { content: $ti-icon-cooker; }\n.#{$ti-prefix}-cookie:before { content: $ti-icon-cookie; }\n.#{$ti-prefix}-cookie-filled:before { content: $ti-icon-cookie-filled; }\n.#{$ti-prefix}-cookie-man:before { content: $ti-icon-cookie-man; }\n.#{$ti-prefix}-cookie-man-filled:before { content: $ti-icon-cookie-man-filled; }\n.#{$ti-prefix}-cookie-off:before { content: $ti-icon-cookie-off; }\n.#{$ti-prefix}-copy:before { content: $ti-icon-copy; }\n.#{$ti-prefix}-copy-check:before { content: $ti-icon-copy-check; }\n.#{$ti-prefix}-copy-check-filled:before { content: $ti-icon-copy-check-filled; }\n.#{$ti-prefix}-copy-minus:before { content: $ti-icon-copy-minus; }\n.#{$ti-prefix}-copy-minus-filled:before { content: $ti-icon-copy-minus-filled; }\n.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; }\n.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; }\n.#{$ti-prefix}-copy-plus-filled:before { content: $ti-icon-copy-plus-filled; }\n.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; }\n.#{$ti-prefix}-copy-x-filled:before { content: $ti-icon-copy-x-filled; }\n.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }\n.#{$ti-prefix}-copyleft-filled:before { content: $ti-icon-copyleft-filled; }\n.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }\n.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }\n.#{$ti-prefix}-copyright-filled:before { content: $ti-icon-copyright-filled; }\n.#{$ti-prefix}-copyright-off:before { content: $ti-icon-copyright-off; }\n.#{$ti-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; }\n.#{$ti-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; }\n.#{$ti-prefix}-corner-down-right:before { content: $ti-icon-corner-down-right; }\n.#{$ti-prefix}-corner-down-right-double:before { content: $ti-icon-corner-down-right-double; }\n.#{$ti-prefix}-corner-left-down:before { content: $ti-icon-corner-left-down; }\n.#{$ti-prefix}-corner-left-down-double:before { content: $ti-icon-corner-left-down-double; }\n.#{$ti-prefix}-corner-left-up:before { content: $ti-icon-corner-left-up; }\n.#{$ti-prefix}-corner-left-up-double:before { content: $ti-icon-corner-left-up-double; }\n.#{$ti-prefix}-corner-right-down:before { content: $ti-icon-corner-right-down; }\n.#{$ti-prefix}-corner-right-down-double:before { content: $ti-icon-corner-right-down-double; }\n.#{$ti-prefix}-corner-right-up:before { content: $ti-icon-corner-right-up; }\n.#{$ti-prefix}-corner-right-up-double:before { content: $ti-icon-corner-right-up-double; }\n.#{$ti-prefix}-corner-up-left:before { content: $ti-icon-corner-up-left; }\n.#{$ti-prefix}-corner-up-left-double:before { content: $ti-icon-corner-up-left-double; }\n.#{$ti-prefix}-corner-up-right:before { content: $ti-icon-corner-up-right; }\n.#{$ti-prefix}-corner-up-right-double:before { content: $ti-icon-corner-up-right-double; }\n.#{$ti-prefix}-cpu:before { content: $ti-icon-cpu; }\n.#{$ti-prefix}-cpu-2:before { content: $ti-icon-cpu-2; }\n.#{$ti-prefix}-cpu-off:before { content: $ti-icon-cpu-off; }\n.#{$ti-prefix}-crane:before { content: $ti-icon-crane; }\n.#{$ti-prefix}-crane-off:before { content: $ti-icon-crane-off; }\n.#{$ti-prefix}-creative-commons:before { content: $ti-icon-creative-commons; }\n.#{$ti-prefix}-creative-commons-by:before { content: $ti-icon-creative-commons-by; }\n.#{$ti-prefix}-creative-commons-nc:before { content: $ti-icon-creative-commons-nc; }\n.#{$ti-prefix}-creative-commons-nd:before { content: $ti-icon-creative-commons-nd; }\n.#{$ti-prefix}-creative-commons-off:before { content: $ti-icon-creative-commons-off; }\n.#{$ti-prefix}-creative-commons-sa:before { content: $ti-icon-creative-commons-sa; }\n.#{$ti-prefix}-creative-commons-zero:before { content: $ti-icon-creative-commons-zero; }\n.#{$ti-prefix}-credit-card:before { content: $ti-icon-credit-card; }\n.#{$ti-prefix}-credit-card-filled:before { content: $ti-icon-credit-card-filled; }\n.#{$ti-prefix}-credit-card-off:before { content: $ti-icon-credit-card-off; }\n.#{$ti-prefix}-credit-card-pay:before { content: $ti-icon-credit-card-pay; }\n.#{$ti-prefix}-credit-card-refund:before { content: $ti-icon-credit-card-refund; }\n.#{$ti-prefix}-cricket:before { content: $ti-icon-cricket; }\n.#{$ti-prefix}-crop:before { content: $ti-icon-crop; }\n.#{$ti-prefix}-crop-1-1:before { content: $ti-icon-crop-1-1; }\n.#{$ti-prefix}-crop-1-1-filled:before { content: $ti-icon-crop-1-1-filled; }\n.#{$ti-prefix}-crop-16-9:before { content: $ti-icon-crop-16-9; }\n.#{$ti-prefix}-crop-16-9-filled:before { content: $ti-icon-crop-16-9-filled; }\n.#{$ti-prefix}-crop-3-2:before { content: $ti-icon-crop-3-2; }\n.#{$ti-prefix}-crop-3-2-filled:before { content: $ti-icon-crop-3-2-filled; }\n.#{$ti-prefix}-crop-5-4:before { content: $ti-icon-crop-5-4; }\n.#{$ti-prefix}-crop-5-4-filled:before { content: $ti-icon-crop-5-4-filled; }\n.#{$ti-prefix}-crop-7-5:before { content: $ti-icon-crop-7-5; }\n.#{$ti-prefix}-crop-7-5-filled:before { content: $ti-icon-crop-7-5-filled; }\n.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; }\n.#{$ti-prefix}-crop-landscape-filled:before { content: $ti-icon-crop-landscape-filled; }\n.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; }\n.#{$ti-prefix}-crop-portrait-filled:before { content: $ti-icon-crop-portrait-filled; }\n.#{$ti-prefix}-cross:before { content: $ti-icon-cross; }\n.#{$ti-prefix}-cross-filled:before { content: $ti-icon-cross-filled; }\n.#{$ti-prefix}-cross-off:before { content: $ti-icon-cross-off; }\n.#{$ti-prefix}-crosshair:before { content: $ti-icon-crosshair; }\n.#{$ti-prefix}-crown:before { content: $ti-icon-crown; }\n.#{$ti-prefix}-crown-off:before { content: $ti-icon-crown-off; }\n.#{$ti-prefix}-crutches:before { content: $ti-icon-crutches; }\n.#{$ti-prefix}-crutches-off:before { content: $ti-icon-crutches-off; }\n.#{$ti-prefix}-crystal-ball:before { content: $ti-icon-crystal-ball; }\n.#{$ti-prefix}-csv:before { content: $ti-icon-csv; }\n.#{$ti-prefix}-cube:before { content: $ti-icon-cube; }\n.#{$ti-prefix}-cube-3d-sphere:before { content: $ti-icon-cube-3d-sphere; }\n.#{$ti-prefix}-cube-3d-sphere-off:before { content: $ti-icon-cube-3d-sphere-off; }\n.#{$ti-prefix}-cube-off:before { content: $ti-icon-cube-off; }\n.#{$ti-prefix}-cube-plus:before { content: $ti-icon-cube-plus; }\n.#{$ti-prefix}-cube-send:before { content: $ti-icon-cube-send; }\n.#{$ti-prefix}-cube-spark:before { content: $ti-icon-cube-spark; }\n.#{$ti-prefix}-cube-unfolded:before { content: $ti-icon-cube-unfolded; }\n.#{$ti-prefix}-cup:before { content: $ti-icon-cup; }\n.#{$ti-prefix}-cup-off:before { content: $ti-icon-cup-off; }\n.#{$ti-prefix}-curling:before { content: $ti-icon-curling; }\n.#{$ti-prefix}-curly-loop:before { content: $ti-icon-curly-loop; }\n.#{$ti-prefix}-currency:before { content: $ti-icon-currency; }\n.#{$ti-prefix}-currency-afghani:before { content: $ti-icon-currency-afghani; }\n.#{$ti-prefix}-currency-bahraini:before { content: $ti-icon-currency-bahraini; }\n.#{$ti-prefix}-currency-baht:before { content: $ti-icon-currency-baht; }\n.#{$ti-prefix}-currency-bitcoin:before { content: $ti-icon-currency-bitcoin; }\n.#{$ti-prefix}-currency-cent:before { content: $ti-icon-currency-cent; }\n.#{$ti-prefix}-currency-dinar:before { content: $ti-icon-currency-dinar; }\n.#{$ti-prefix}-currency-dirham:before { content: $ti-icon-currency-dirham; }\n.#{$ti-prefix}-currency-dogecoin:before { content: $ti-icon-currency-dogecoin; }\n.#{$ti-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; }\n.#{$ti-prefix}-currency-dollar-australian:before { content: $ti-icon-currency-dollar-australian; }\n.#{$ti-prefix}-currency-dollar-brunei:before { content: $ti-icon-currency-dollar-brunei; }\n.#{$ti-prefix}-currency-dollar-canadian:before { content: $ti-icon-currency-dollar-canadian; }\n.#{$ti-prefix}-currency-dollar-guyanese:before { content: $ti-icon-currency-dollar-guyanese; }\n.#{$ti-prefix}-currency-dollar-off:before { content: $ti-icon-currency-dollar-off; }\n.#{$ti-prefix}-currency-dollar-singapore:before { content: $ti-icon-currency-dollar-singapore; }\n.#{$ti-prefix}-currency-dollar-zimbabwean:before { content: $ti-icon-currency-dollar-zimbabwean; }\n.#{$ti-prefix}-currency-dong:before { content: $ti-icon-currency-dong; }\n.#{$ti-prefix}-currency-dram:before { content: $ti-icon-currency-dram; }\n.#{$ti-prefix}-currency-ethereum:before { content: $ti-icon-currency-ethereum; }\n.#{$ti-prefix}-currency-euro:before { content: $ti-icon-currency-euro; }\n.#{$ti-prefix}-currency-euro-off:before { content: $ti-icon-currency-euro-off; }\n.#{$ti-prefix}-currency-florin:before { content: $ti-icon-currency-florin; }\n.#{$ti-prefix}-currency-forint:before { content: $ti-icon-currency-forint; }\n.#{$ti-prefix}-currency-frank:before { content: $ti-icon-currency-frank; }\n.#{$ti-prefix}-currency-guarani:before { content: $ti-icon-currency-guarani; }\n.#{$ti-prefix}-currency-hryvnia:before { content: $ti-icon-currency-hryvnia; }\n.#{$ti-prefix}-currency-iranian-rial:before { content: $ti-icon-currency-iranian-rial; }\n.#{$ti-prefix}-currency-kip:before { content: $ti-icon-currency-kip; }\n.#{$ti-prefix}-currency-krone-czech:before { content: $ti-icon-currency-krone-czech; }\n.#{$ti-prefix}-currency-krone-danish:before { content: $ti-icon-currency-krone-danish; }\n.#{$ti-prefix}-currency-krone-swedish:before { content: $ti-icon-currency-krone-swedish; }\n.#{$ti-prefix}-currency-lari:before { content: $ti-icon-currency-lari; }\n.#{$ti-prefix}-currency-leu:before { content: $ti-icon-currency-leu; }\n.#{$ti-prefix}-currency-lira:before { content: $ti-icon-currency-lira; }\n.#{$ti-prefix}-currency-litecoin:before { content: $ti-icon-currency-litecoin; }\n.#{$ti-prefix}-currency-lyd:before { content: $ti-icon-currency-lyd; }\n.#{$ti-prefix}-currency-manat:before { content: $ti-icon-currency-manat; }\n.#{$ti-prefix}-currency-monero:before { content: $ti-icon-currency-monero; }\n.#{$ti-prefix}-currency-naira:before { content: $ti-icon-currency-naira; }\n.#{$ti-prefix}-currency-nano:before { content: $ti-icon-currency-nano; }\n.#{$ti-prefix}-currency-off:before { content: $ti-icon-currency-off; }\n.#{$ti-prefix}-currency-paanga:before { content: $ti-icon-currency-paanga; }\n.#{$ti-prefix}-currency-peso:before { content: $ti-icon-currency-peso; }\n.#{$ti-prefix}-currency-pound:before { content: $ti-icon-currency-pound; }\n.#{$ti-prefix}-currency-pound-off:before { content: $ti-icon-currency-pound-off; }\n.#{$ti-prefix}-currency-quetzal:before { content: $ti-icon-currency-quetzal; }\n.#{$ti-prefix}-currency-real:before { content: $ti-icon-currency-real; }\n.#{$ti-prefix}-currency-renminbi:before { content: $ti-icon-currency-renminbi; }\n.#{$ti-prefix}-currency-ripple:before { content: $ti-icon-currency-ripple; }\n.#{$ti-prefix}-currency-riyal:before { content: $ti-icon-currency-riyal; }\n.#{$ti-prefix}-currency-rubel:before { content: $ti-icon-currency-rubel; }\n.#{$ti-prefix}-currency-rufiyaa:before { content: $ti-icon-currency-rufiyaa; }\n.#{$ti-prefix}-currency-rupee:before { content: $ti-icon-currency-rupee; }\n.#{$ti-prefix}-currency-rupee-nepalese:before { content: $ti-icon-currency-rupee-nepalese; }\n.#{$ti-prefix}-currency-shekel:before { content: $ti-icon-currency-shekel; }\n.#{$ti-prefix}-currency-solana:before { content: $ti-icon-currency-solana; }\n.#{$ti-prefix}-currency-som:before { content: $ti-icon-currency-som; }\n.#{$ti-prefix}-currency-taka:before { content: $ti-icon-currency-taka; }\n.#{$ti-prefix}-currency-tenge:before { content: $ti-icon-currency-tenge; }\n.#{$ti-prefix}-currency-tugrik:before { content: $ti-icon-currency-tugrik; }\n.#{$ti-prefix}-currency-won:before { content: $ti-icon-currency-won; }\n.#{$ti-prefix}-currency-xrp:before { content: $ti-icon-currency-xrp; }\n.#{$ti-prefix}-currency-yen:before { content: $ti-icon-currency-yen; }\n.#{$ti-prefix}-currency-yen-off:before { content: $ti-icon-currency-yen-off; }\n.#{$ti-prefix}-currency-yuan:before { content: $ti-icon-currency-yuan; }\n.#{$ti-prefix}-currency-zloty:before { content: $ti-icon-currency-zloty; }\n.#{$ti-prefix}-current-location:before { content: $ti-icon-current-location; }\n.#{$ti-prefix}-current-location-off:before { content: $ti-icon-current-location-off; }\n.#{$ti-prefix}-cursor-off:before { content: $ti-icon-cursor-off; }\n.#{$ti-prefix}-cursor-text:before { content: $ti-icon-cursor-text; }\n.#{$ti-prefix}-cut:before { content: $ti-icon-cut; }\n.#{$ti-prefix}-cylinder:before { content: $ti-icon-cylinder; }\n.#{$ti-prefix}-cylinder-off:before { content: $ti-icon-cylinder-off; }\n.#{$ti-prefix}-cylinder-plus:before { content: $ti-icon-cylinder-plus; }\n.#{$ti-prefix}-dashboard:before { content: $ti-icon-dashboard; }\n.#{$ti-prefix}-dashboard-filled:before { content: $ti-icon-dashboard-filled; }\n.#{$ti-prefix}-dashboard-off:before { content: $ti-icon-dashboard-off; }\n.#{$ti-prefix}-database:before { content: $ti-icon-database; }\n.#{$ti-prefix}-database-cog:before { content: $ti-icon-database-cog; }\n.#{$ti-prefix}-database-dollar:before { content: $ti-icon-database-dollar; }\n.#{$ti-prefix}-database-edit:before { content: $ti-icon-database-edit; }\n.#{$ti-prefix}-database-exclamation:before { content: $ti-icon-database-exclamation; }\n.#{$ti-prefix}-database-export:before { content: $ti-icon-database-export; }\n.#{$ti-prefix}-database-heart:before { content: $ti-icon-database-heart; }\n.#{$ti-prefix}-database-import:before { content: $ti-icon-database-import; }\n.#{$ti-prefix}-database-leak:before { content: $ti-icon-database-leak; }\n.#{$ti-prefix}-database-minus:before { content: $ti-icon-database-minus; }\n.#{$ti-prefix}-database-off:before { content: $ti-icon-database-off; }\n.#{$ti-prefix}-database-plus:before { content: $ti-icon-database-plus; }\n.#{$ti-prefix}-database-search:before { content: $ti-icon-database-search; }\n.#{$ti-prefix}-database-share:before { content: $ti-icon-database-share; }\n.#{$ti-prefix}-database-smile:before { content: $ti-icon-database-smile; }\n.#{$ti-prefix}-database-star:before { content: $ti-icon-database-star; }\n.#{$ti-prefix}-database-x:before { content: $ti-icon-database-x; }\n.#{$ti-prefix}-decimal:before { content: $ti-icon-decimal; }\n.#{$ti-prefix}-deer:before { content: $ti-icon-deer; }\n.#{$ti-prefix}-delta:before { content: $ti-icon-delta; }\n.#{$ti-prefix}-dental:before { content: $ti-icon-dental; }\n.#{$ti-prefix}-dental-broken:before { content: $ti-icon-dental-broken; }\n.#{$ti-prefix}-dental-off:before { content: $ti-icon-dental-off; }\n.#{$ti-prefix}-deselect:before { content: $ti-icon-deselect; }\n.#{$ti-prefix}-desk:before { content: $ti-icon-desk; }\n.#{$ti-prefix}-details:before { content: $ti-icon-details; }\n.#{$ti-prefix}-details-off:before { content: $ti-icon-details-off; }\n.#{$ti-prefix}-device-airpods:before { content: $ti-icon-device-airpods; }\n.#{$ti-prefix}-device-airpods-case:before { content: $ti-icon-device-airpods-case; }\n.#{$ti-prefix}-device-airtag:before { content: $ti-icon-device-airtag; }\n.#{$ti-prefix}-device-analytics:before { content: $ti-icon-device-analytics; }\n.#{$ti-prefix}-device-audio-tape:before { content: $ti-icon-device-audio-tape; }\n.#{$ti-prefix}-device-camera-phone:before { content: $ti-icon-device-camera-phone; }\n.#{$ti-prefix}-device-cctv:before { content: $ti-icon-device-cctv; }\n.#{$ti-prefix}-device-cctv-filled:before { content: $ti-icon-device-cctv-filled; }\n.#{$ti-prefix}-device-cctv-off:before { content: $ti-icon-device-cctv-off; }\n.#{$ti-prefix}-device-computer-camera:before { content: $ti-icon-device-computer-camera; }\n.#{$ti-prefix}-device-computer-camera-off:before { content: $ti-icon-device-computer-camera-off; }\n.#{$ti-prefix}-device-desktop:before { content: $ti-icon-device-desktop; }\n.#{$ti-prefix}-device-desktop-analytics:before { content: $ti-icon-device-desktop-analytics; }\n.#{$ti-prefix}-device-desktop-bolt:before { content: $ti-icon-device-desktop-bolt; }\n.#{$ti-prefix}-device-desktop-cancel:before { content: $ti-icon-device-desktop-cancel; }\n.#{$ti-prefix}-device-desktop-check:before { content: $ti-icon-device-desktop-check; }\n.#{$ti-prefix}-device-desktop-code:before { content: $ti-icon-device-desktop-code; }\n.#{$ti-prefix}-device-desktop-cog:before { content: $ti-icon-device-desktop-cog; }\n.#{$ti-prefix}-device-desktop-dollar:before { content: $ti-icon-device-desktop-dollar; }\n.#{$ti-prefix}-device-desktop-down:before { content: $ti-icon-device-desktop-down; }\n.#{$ti-prefix}-device-desktop-exclamation:before { content: $ti-icon-device-desktop-exclamation; }\n.#{$ti-prefix}-device-desktop-filled:before { content: $ti-icon-device-desktop-filled; }\n.#{$ti-prefix}-device-desktop-heart:before { content: $ti-icon-device-desktop-heart; }\n.#{$ti-prefix}-device-desktop-minus:before { content: $ti-icon-device-desktop-minus; }\n.#{$ti-prefix}-device-desktop-off:before { content: $ti-icon-device-desktop-off; }\n.#{$ti-prefix}-device-desktop-pause:before { content: $ti-icon-device-desktop-pause; }\n.#{$ti-prefix}-device-desktop-pin:before { content: $ti-icon-device-desktop-pin; }\n.#{$ti-prefix}-device-desktop-plus:before { content: $ti-icon-device-desktop-plus; }\n.#{$ti-prefix}-device-desktop-question:before { content: $ti-icon-device-desktop-question; }\n.#{$ti-prefix}-device-desktop-search:before { content: $ti-icon-device-desktop-search; }\n.#{$ti-prefix}-device-desktop-share:before { content: $ti-icon-device-desktop-share; }\n.#{$ti-prefix}-device-desktop-star:before { content: $ti-icon-device-desktop-star; }\n.#{$ti-prefix}-device-desktop-up:before { content: $ti-icon-device-desktop-up; }\n.#{$ti-prefix}-device-desktop-x:before { content: $ti-icon-device-desktop-x; }\n.#{$ti-prefix}-device-floppy:before { content: $ti-icon-device-floppy; }\n.#{$ti-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; }\n.#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; }\n.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; }\n.#{$ti-prefix}-device-gamepad-3-filled:before { content: $ti-icon-device-gamepad-3-filled; }\n.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }\n.#{$ti-prefix}-device-heart-monitor-filled:before { content: $ti-icon-device-heart-monitor-filled; }\n.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; }\n.#{$ti-prefix}-device-imac-bolt:before { content: $ti-icon-device-imac-bolt; }\n.#{$ti-prefix}-device-imac-cancel:before { content: $ti-icon-device-imac-cancel; }\n.#{$ti-prefix}-device-imac-check:before { content: $ti-icon-device-imac-check; }\n.#{$ti-prefix}-device-imac-code:before { content: $ti-icon-device-imac-code; }\n.#{$ti-prefix}-device-imac-cog:before { content: $ti-icon-device-imac-cog; }\n.#{$ti-prefix}-device-imac-dollar:before { content: $ti-icon-device-imac-dollar; }\n.#{$ti-prefix}-device-imac-down:before { content: $ti-icon-device-imac-down; }\n.#{$ti-prefix}-device-imac-exclamation:before { content: $ti-icon-device-imac-exclamation; }\n.#{$ti-prefix}-device-imac-filled:before { content: $ti-icon-device-imac-filled; }\n.#{$ti-prefix}-device-imac-heart:before { content: $ti-icon-device-imac-heart; }\n.#{$ti-prefix}-device-imac-minus:before { content: $ti-icon-device-imac-minus; }\n.#{$ti-prefix}-device-imac-off:before { content: $ti-icon-device-imac-off; }\n.#{$ti-prefix}-device-imac-pause:before { content: $ti-icon-device-imac-pause; }\n.#{$ti-prefix}-device-imac-pin:before { content: $ti-icon-device-imac-pin; }\n.#{$ti-prefix}-device-imac-plus:before { content: $ti-icon-device-imac-plus; }\n.#{$ti-prefix}-device-imac-question:before { content: $ti-icon-device-imac-question; }\n.#{$ti-prefix}-device-imac-search:before { content: $ti-icon-device-imac-search; }\n.#{$ti-prefix}-device-imac-share:before { content: $ti-icon-device-imac-share; }\n.#{$ti-prefix}-device-imac-star:before { content: $ti-icon-device-imac-star; }\n.#{$ti-prefix}-device-imac-up:before { content: $ti-icon-device-imac-up; }\n.#{$ti-prefix}-device-imac-x:before { content: $ti-icon-device-imac-x; }\n.#{$ti-prefix}-device-ipad:before { content: $ti-icon-device-ipad; }\n.#{$ti-prefix}-device-ipad-bolt:before { content: $ti-icon-device-ipad-bolt; }\n.#{$ti-prefix}-device-ipad-cancel:before { content: $ti-icon-device-ipad-cancel; }\n.#{$ti-prefix}-device-ipad-check:before { content: $ti-icon-device-ipad-check; }\n.#{$ti-prefix}-device-ipad-code:before { content: $ti-icon-device-ipad-code; }\n.#{$ti-prefix}-device-ipad-cog:before { content: $ti-icon-device-ipad-cog; }\n.#{$ti-prefix}-device-ipad-dollar:before { content: $ti-icon-device-ipad-dollar; }\n.#{$ti-prefix}-device-ipad-down:before { content: $ti-icon-device-ipad-down; }\n.#{$ti-prefix}-device-ipad-exclamation:before { content: $ti-icon-device-ipad-exclamation; }\n.#{$ti-prefix}-device-ipad-filled:before { content: $ti-icon-device-ipad-filled; }\n.#{$ti-prefix}-device-ipad-heart:before { content: $ti-icon-device-ipad-heart; }\n.#{$ti-prefix}-device-ipad-horizontal:before { content: $ti-icon-device-ipad-horizontal; }\n.#{$ti-prefix}-device-ipad-horizontal-bolt:before { content: $ti-icon-device-ipad-horizontal-bolt; }\n.#{$ti-prefix}-device-ipad-horizontal-cancel:before { content: $ti-icon-device-ipad-horizontal-cancel; }\n.#{$ti-prefix}-device-ipad-horizontal-check:before { content: $ti-icon-device-ipad-horizontal-check; }\n.#{$ti-prefix}-device-ipad-horizontal-code:before { content: $ti-icon-device-ipad-horizontal-code; }\n.#{$ti-prefix}-device-ipad-horizontal-cog:before { content: $ti-icon-device-ipad-horizontal-cog; }\n.#{$ti-prefix}-device-ipad-horizontal-dollar:before { content: $ti-icon-device-ipad-horizontal-dollar; }\n.#{$ti-prefix}-device-ipad-horizontal-down:before { content: $ti-icon-device-ipad-horizontal-down; }\n.#{$ti-prefix}-device-ipad-horizontal-exclamation:before { content: $ti-icon-device-ipad-horizontal-exclamation; }\n.#{$ti-prefix}-device-ipad-horizontal-heart:before { content: $ti-icon-device-ipad-horizontal-heart; }\n.#{$ti-prefix}-device-ipad-horizontal-minus:before { content: $ti-icon-device-ipad-horizontal-minus; }\n.#{$ti-prefix}-device-ipad-horizontal-off:before { content: $ti-icon-device-ipad-horizontal-off; }\n.#{$ti-prefix}-device-ipad-horizontal-pause:before { content: $ti-icon-device-ipad-horizontal-pause; }\n.#{$ti-prefix}-device-ipad-horizontal-pin:before { content: $ti-icon-device-ipad-horizontal-pin; }\n.#{$ti-prefix}-device-ipad-horizontal-plus:before { content: $ti-icon-device-ipad-horizontal-plus; }\n.#{$ti-prefix}-device-ipad-horizontal-question:before { content: $ti-icon-device-ipad-horizontal-question; }\n.#{$ti-prefix}-device-ipad-horizontal-search:before { content: $ti-icon-device-ipad-horizontal-search; }\n.#{$ti-prefix}-device-ipad-horizontal-share:before { content: $ti-icon-device-ipad-horizontal-share; }\n.#{$ti-prefix}-device-ipad-horizontal-star:before { content: $ti-icon-device-ipad-horizontal-star; }\n.#{$ti-prefix}-device-ipad-horizontal-up:before { content: $ti-icon-device-ipad-horizontal-up; }\n.#{$ti-prefix}-device-ipad-horizontal-x:before { content: $ti-icon-device-ipad-horizontal-x; }\n.#{$ti-prefix}-device-ipad-minus:before { content: $ti-icon-device-ipad-minus; }\n.#{$ti-prefix}-device-ipad-off:before { content: $ti-icon-device-ipad-off; }\n.#{$ti-prefix}-device-ipad-pause:before { content: $ti-icon-device-ipad-pause; }\n.#{$ti-prefix}-device-ipad-pin:before { content: $ti-icon-device-ipad-pin; }\n.#{$ti-prefix}-device-ipad-plus:before { content: $ti-icon-device-ipad-plus; }\n.#{$ti-prefix}-device-ipad-question:before { content: $ti-icon-device-ipad-question; }\n.#{$ti-prefix}-device-ipad-search:before { content: $ti-icon-device-ipad-search; }\n.#{$ti-prefix}-device-ipad-share:before { content: $ti-icon-device-ipad-share; }\n.#{$ti-prefix}-device-ipad-star:before { content: $ti-icon-device-ipad-star; }\n.#{$ti-prefix}-device-ipad-up:before { content: $ti-icon-device-ipad-up; }\n.#{$ti-prefix}-device-ipad-x:before { content: $ti-icon-device-ipad-x; }\n.#{$ti-prefix}-device-landline-phone:before { content: $ti-icon-device-landline-phone; }\n.#{$ti-prefix}-device-laptop:before { content: $ti-icon-device-laptop; }\n.#{$ti-prefix}-device-laptop-off:before { content: $ti-icon-device-laptop-off; }\n.#{$ti-prefix}-device-mobile:before { content: $ti-icon-device-mobile; }\n.#{$ti-prefix}-device-mobile-bolt:before { content: $ti-icon-device-mobile-bolt; }\n.#{$ti-prefix}-device-mobile-cancel:before { content: $ti-icon-device-mobile-cancel; }\n.#{$ti-prefix}-device-mobile-charging:before { content: $ti-icon-device-mobile-charging; }\n.#{$ti-prefix}-device-mobile-check:before { content: $ti-icon-device-mobile-check; }\n.#{$ti-prefix}-device-mobile-code:before { content: $ti-icon-device-mobile-code; }\n.#{$ti-prefix}-device-mobile-cog:before { content: $ti-icon-device-mobile-cog; }\n.#{$ti-prefix}-device-mobile-dollar:before { content: $ti-icon-device-mobile-dollar; }\n.#{$ti-prefix}-device-mobile-down:before { content: $ti-icon-device-mobile-down; }\n.#{$ti-prefix}-device-mobile-exclamation:before { content: $ti-icon-device-mobile-exclamation; }\n.#{$ti-prefix}-device-mobile-filled:before { content: $ti-icon-device-mobile-filled; }\n.#{$ti-prefix}-device-mobile-heart:before { content: $ti-icon-device-mobile-heart; }\n.#{$ti-prefix}-device-mobile-message:before { content: $ti-icon-device-mobile-message; }\n.#{$ti-prefix}-device-mobile-minus:before { content: $ti-icon-device-mobile-minus; }\n.#{$ti-prefix}-device-mobile-off:before { content: $ti-icon-device-mobile-off; }\n.#{$ti-prefix}-device-mobile-pause:before { content: $ti-icon-device-mobile-pause; }\n.#{$ti-prefix}-device-mobile-pin:before { content: $ti-icon-device-mobile-pin; }\n.#{$ti-prefix}-device-mobile-plus:before { content: $ti-icon-device-mobile-plus; }\n.#{$ti-prefix}-device-mobile-question:before { content: $ti-icon-device-mobile-question; }\n.#{$ti-prefix}-device-mobile-rotated:before { content: $ti-icon-device-mobile-rotated; }\n.#{$ti-prefix}-device-mobile-search:before { content: $ti-icon-device-mobile-search; }\n.#{$ti-prefix}-device-mobile-share:before { content: $ti-icon-device-mobile-share; }\n.#{$ti-prefix}-device-mobile-star:before { content: $ti-icon-device-mobile-star; }\n.#{$ti-prefix}-device-mobile-up:before { content: $ti-icon-device-mobile-up; }\n.#{$ti-prefix}-device-mobile-vibration:before { content: $ti-icon-device-mobile-vibration; }\n.#{$ti-prefix}-device-mobile-x:before { content: $ti-icon-device-mobile-x; }\n.#{$ti-prefix}-device-nintendo:before { content: $ti-icon-device-nintendo; }\n.#{$ti-prefix}-device-nintendo-off:before { content: $ti-icon-device-nintendo-off; }\n.#{$ti-prefix}-device-projector:before { content: $ti-icon-device-projector; }\n.#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; }\n.#{$ti-prefix}-device-remote-filled:before { content: $ti-icon-device-remote-filled; }\n.#{$ti-prefix}-device-sd-card:before { content: $ti-icon-device-sd-card; }\n.#{$ti-prefix}-device-sim:before { content: $ti-icon-device-sim; }\n.#{$ti-prefix}-device-sim-1:before { content: $ti-icon-device-sim-1; }\n.#{$ti-prefix}-device-sim-2:before { content: $ti-icon-device-sim-2; }\n.#{$ti-prefix}-device-sim-3:before { content: $ti-icon-device-sim-3; }\n.#{$ti-prefix}-device-speaker:before { content: $ti-icon-device-speaker; }\n.#{$ti-prefix}-device-speaker-filled:before { content: $ti-icon-device-speaker-filled; }\n.#{$ti-prefix}-device-speaker-off:before { content: $ti-icon-device-speaker-off; }\n.#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; }\n.#{$ti-prefix}-device-tablet-bolt:before { content: $ti-icon-device-tablet-bolt; }\n.#{$ti-prefix}-device-tablet-cancel:before { content: $ti-icon-device-tablet-cancel; }\n.#{$ti-prefix}-device-tablet-check:before { content: $ti-icon-device-tablet-check; }\n.#{$ti-prefix}-device-tablet-code:before { content: $ti-icon-device-tablet-code; }\n.#{$ti-prefix}-device-tablet-cog:before { content: $ti-icon-device-tablet-cog; }\n.#{$ti-prefix}-device-tablet-dollar:before { content: $ti-icon-device-tablet-dollar; }\n.#{$ti-prefix}-device-tablet-down:before { content: $ti-icon-device-tablet-down; }\n.#{$ti-prefix}-device-tablet-exclamation:before { content: $ti-icon-device-tablet-exclamation; }\n.#{$ti-prefix}-device-tablet-filled:before { content: $ti-icon-device-tablet-filled; }\n.#{$ti-prefix}-device-tablet-heart:before { content: $ti-icon-device-tablet-heart; }\n.#{$ti-prefix}-device-tablet-minus:before { content: $ti-icon-device-tablet-minus; }\n.#{$ti-prefix}-device-tablet-off:before { content: $ti-icon-device-tablet-off; }\n.#{$ti-prefix}-device-tablet-pause:before { content: $ti-icon-device-tablet-pause; }\n.#{$ti-prefix}-device-tablet-pin:before { content: $ti-icon-device-tablet-pin; }\n.#{$ti-prefix}-device-tablet-plus:before { content: $ti-icon-device-tablet-plus; }\n.#{$ti-prefix}-device-tablet-question:before { content: $ti-icon-device-tablet-question; }\n.#{$ti-prefix}-device-tablet-search:before { content: $ti-icon-device-tablet-search; }\n.#{$ti-prefix}-device-tablet-share:before { content: $ti-icon-device-tablet-share; }\n.#{$ti-prefix}-device-tablet-star:before { content: $ti-icon-device-tablet-star; }\n.#{$ti-prefix}-device-tablet-up:before { content: $ti-icon-device-tablet-up; }\n.#{$ti-prefix}-device-tablet-x:before { content: $ti-icon-device-tablet-x; }\n.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; }\n.#{$ti-prefix}-device-tv-filled:before { content: $ti-icon-device-tv-filled; }\n.#{$ti-prefix}-device-tv-off:before { content: $ti-icon-device-tv-off; }\n.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; }\n.#{$ti-prefix}-device-tv-old-filled:before { content: $ti-icon-device-tv-old-filled; }\n.#{$ti-prefix}-device-unknown:before { content: $ti-icon-device-unknown; }\n.#{$ti-prefix}-device-unknown-filled:before { content: $ti-icon-device-unknown-filled; }\n.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; }\n.#{$ti-prefix}-device-usb-filled:before { content: $ti-icon-device-usb-filled; }\n.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; }\n.#{$ti-prefix}-device-vision-pro-filled:before { content: $ti-icon-device-vision-pro-filled; }\n.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; }\n.#{$ti-prefix}-device-watch-bolt:before { content: $ti-icon-device-watch-bolt; }\n.#{$ti-prefix}-device-watch-cancel:before { content: $ti-icon-device-watch-cancel; }\n.#{$ti-prefix}-device-watch-check:before { content: $ti-icon-device-watch-check; }\n.#{$ti-prefix}-device-watch-code:before { content: $ti-icon-device-watch-code; }\n.#{$ti-prefix}-device-watch-cog:before { content: $ti-icon-device-watch-cog; }\n.#{$ti-prefix}-device-watch-dollar:before { content: $ti-icon-device-watch-dollar; }\n.#{$ti-prefix}-device-watch-down:before { content: $ti-icon-device-watch-down; }\n.#{$ti-prefix}-device-watch-exclamation:before { content: $ti-icon-device-watch-exclamation; }\n.#{$ti-prefix}-device-watch-filled:before { content: $ti-icon-device-watch-filled; }\n.#{$ti-prefix}-device-watch-heart:before { content: $ti-icon-device-watch-heart; }\n.#{$ti-prefix}-device-watch-minus:before { content: $ti-icon-device-watch-minus; }\n.#{$ti-prefix}-device-watch-off:before { content: $ti-icon-device-watch-off; }\n.#{$ti-prefix}-device-watch-pause:before { content: $ti-icon-device-watch-pause; }\n.#{$ti-prefix}-device-watch-pin:before { content: $ti-icon-device-watch-pin; }\n.#{$ti-prefix}-device-watch-plus:before { content: $ti-icon-device-watch-plus; }\n.#{$ti-prefix}-device-watch-question:before { content: $ti-icon-device-watch-question; }\n.#{$ti-prefix}-device-watch-search:before { content: $ti-icon-device-watch-search; }\n.#{$ti-prefix}-device-watch-share:before { content: $ti-icon-device-watch-share; }\n.#{$ti-prefix}-device-watch-star:before { content: $ti-icon-device-watch-star; }\n.#{$ti-prefix}-device-watch-stats:before { content: $ti-icon-device-watch-stats; }\n.#{$ti-prefix}-device-watch-stats-2:before { content: $ti-icon-device-watch-stats-2; }\n.#{$ti-prefix}-device-watch-up:before { content: $ti-icon-device-watch-up; }\n.#{$ti-prefix}-device-watch-x:before { content: $ti-icon-device-watch-x; }\n.#{$ti-prefix}-devices:before { content: $ti-icon-devices; }\n.#{$ti-prefix}-devices-2:before { content: $ti-icon-devices-2; }\n.#{$ti-prefix}-devices-bolt:before { content: $ti-icon-devices-bolt; }\n.#{$ti-prefix}-devices-cancel:before { content: $ti-icon-devices-cancel; }\n.#{$ti-prefix}-devices-check:before { content: $ti-icon-devices-check; }\n.#{$ti-prefix}-devices-code:before { content: $ti-icon-devices-code; }\n.#{$ti-prefix}-devices-cog:before { content: $ti-icon-devices-cog; }\n.#{$ti-prefix}-devices-dollar:before { content: $ti-icon-devices-dollar; }\n.#{$ti-prefix}-devices-down:before { content: $ti-icon-devices-down; }\n.#{$ti-prefix}-devices-exclamation:before { content: $ti-icon-devices-exclamation; }\n.#{$ti-prefix}-devices-heart:before { content: $ti-icon-devices-heart; }\n.#{$ti-prefix}-devices-minus:before { content: $ti-icon-devices-minus; }\n.#{$ti-prefix}-devices-off:before { content: $ti-icon-devices-off; }\n.#{$ti-prefix}-devices-pause:before { content: $ti-icon-devices-pause; }\n.#{$ti-prefix}-devices-pc:before { content: $ti-icon-devices-pc; }\n.#{$ti-prefix}-devices-pc-off:before { content: $ti-icon-devices-pc-off; }\n.#{$ti-prefix}-devices-pin:before { content: $ti-icon-devices-pin; }\n.#{$ti-prefix}-devices-plus:before { content: $ti-icon-devices-plus; }\n.#{$ti-prefix}-devices-question:before { content: $ti-icon-devices-question; }\n.#{$ti-prefix}-devices-search:before { content: $ti-icon-devices-search; }\n.#{$ti-prefix}-devices-share:before { content: $ti-icon-devices-share; }\n.#{$ti-prefix}-devices-star:before { content: $ti-icon-devices-star; }\n.#{$ti-prefix}-devices-up:before { content: $ti-icon-devices-up; }\n.#{$ti-prefix}-devices-x:before { content: $ti-icon-devices-x; }\n.#{$ti-prefix}-diabolo:before { content: $ti-icon-diabolo; }\n.#{$ti-prefix}-diabolo-off:before { content: $ti-icon-diabolo-off; }\n.#{$ti-prefix}-diabolo-plus:before { content: $ti-icon-diabolo-plus; }\n.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }\n.#{$ti-prefix}-dialpad-filled:before { content: $ti-icon-dialpad-filled; }\n.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; }\n.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }\n.#{$ti-prefix}-diamond-filled:before { content: $ti-icon-diamond-filled; }\n.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; }\n.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }\n.#{$ti-prefix}-diamonds-filled:before { content: $ti-icon-diamonds-filled; }\n.#{$ti-prefix}-diaper:before { content: $ti-icon-diaper; }\n.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }\n.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }\n.#{$ti-prefix}-dice-1-filled:before { content: $ti-icon-dice-1-filled; }\n.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }\n.#{$ti-prefix}-dice-2-filled:before { content: $ti-icon-dice-2-filled; }\n.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }\n.#{$ti-prefix}-dice-3-filled:before { content: $ti-icon-dice-3-filled; }\n.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }\n.#{$ti-prefix}-dice-4-filled:before { content: $ti-icon-dice-4-filled; }\n.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }\n.#{$ti-prefix}-dice-5-filled:before { content: $ti-icon-dice-5-filled; }\n.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; }\n.#{$ti-prefix}-dice-6-filled:before { content: $ti-icon-dice-6-filled; }\n.#{$ti-prefix}-dice-filled:before { content: $ti-icon-dice-filled; }\n.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; }\n.#{$ti-prefix}-direction:before { content: $ti-icon-direction; }\n.#{$ti-prefix}-direction-arrows:before { content: $ti-icon-direction-arrows; }\n.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; }\n.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }\n.#{$ti-prefix}-direction-sign-filled:before { content: $ti-icon-direction-sign-filled; }\n.#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; }\n.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }\n.#{$ti-prefix}-directions-filled:before { content: $ti-icon-directions-filled; }\n.#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; }\n.#{$ti-prefix}-disabled:before { content: $ti-icon-disabled; }\n.#{$ti-prefix}-disabled-2:before { content: $ti-icon-disabled-2; }\n.#{$ti-prefix}-disabled-off:before { content: $ti-icon-disabled-off; }\n.#{$ti-prefix}-disc:before { content: $ti-icon-disc; }\n.#{$ti-prefix}-disc-filled:before { content: $ti-icon-disc-filled; }\n.#{$ti-prefix}-disc-golf:before { content: $ti-icon-disc-golf; }\n.#{$ti-prefix}-disc-off:before { content: $ti-icon-disc-off; }\n.#{$ti-prefix}-discount:before { content: $ti-icon-discount; }\n.#{$ti-prefix}-discount-filled:before { content: $ti-icon-discount-filled; }\n.#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; }\n.#{$ti-prefix}-divide:before { content: $ti-icon-divide; }\n.#{$ti-prefix}-dna:before { content: $ti-icon-dna; }\n.#{$ti-prefix}-dna-2:before { content: $ti-icon-dna-2; }\n.#{$ti-prefix}-dna-2-off:before { content: $ti-icon-dna-2-off; }\n.#{$ti-prefix}-dna-off:before { content: $ti-icon-dna-off; }\n.#{$ti-prefix}-dog:before { content: $ti-icon-dog; }\n.#{$ti-prefix}-dog-bowl:before { content: $ti-icon-dog-bowl; }\n.#{$ti-prefix}-door:before { content: $ti-icon-door; }\n.#{$ti-prefix}-door-enter:before { content: $ti-icon-door-enter; }\n.#{$ti-prefix}-door-exit:before { content: $ti-icon-door-exit; }\n.#{$ti-prefix}-door-off:before { content: $ti-icon-door-off; }\n.#{$ti-prefix}-dots:before { content: $ti-icon-dots; }\n.#{$ti-prefix}-dots-circle-horizontal:before { content: $ti-icon-dots-circle-horizontal; }\n.#{$ti-prefix}-dots-diagonal:before { content: $ti-icon-dots-diagonal; }\n.#{$ti-prefix}-dots-diagonal-2:before { content: $ti-icon-dots-diagonal-2; }\n.#{$ti-prefix}-dots-vertical:before { content: $ti-icon-dots-vertical; }\n.#{$ti-prefix}-download:before { content: $ti-icon-download; }\n.#{$ti-prefix}-download-off:before { content: $ti-icon-download-off; }\n.#{$ti-prefix}-drag-drop:before { content: $ti-icon-drag-drop; }\n.#{$ti-prefix}-drag-drop-2:before { content: $ti-icon-drag-drop-2; }\n.#{$ti-prefix}-drone:before { content: $ti-icon-drone; }\n.#{$ti-prefix}-drone-off:before { content: $ti-icon-drone-off; }\n.#{$ti-prefix}-drop-circle:before { content: $ti-icon-drop-circle; }\n.#{$ti-prefix}-droplet:before { content: $ti-icon-droplet; }\n.#{$ti-prefix}-droplet-bolt:before { content: $ti-icon-droplet-bolt; }\n.#{$ti-prefix}-droplet-cancel:before { content: $ti-icon-droplet-cancel; }\n.#{$ti-prefix}-droplet-check:before { content: $ti-icon-droplet-check; }\n.#{$ti-prefix}-droplet-code:before { content: $ti-icon-droplet-code; }\n.#{$ti-prefix}-droplet-cog:before { content: $ti-icon-droplet-cog; }\n.#{$ti-prefix}-droplet-dollar:before { content: $ti-icon-droplet-dollar; }\n.#{$ti-prefix}-droplet-down:before { content: $ti-icon-droplet-down; }\n.#{$ti-prefix}-droplet-exclamation:before { content: $ti-icon-droplet-exclamation; }\n.#{$ti-prefix}-droplet-filled:before { content: $ti-icon-droplet-filled; }\n.#{$ti-prefix}-droplet-half:before { content: $ti-icon-droplet-half; }\n.#{$ti-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; }\n.#{$ti-prefix}-droplet-half-2-filled:before { content: $ti-icon-droplet-half-2-filled; }\n.#{$ti-prefix}-droplet-half-filled:before { content: $ti-icon-droplet-half-filled; }\n.#{$ti-prefix}-droplet-heart:before { content: $ti-icon-droplet-heart; }\n.#{$ti-prefix}-droplet-minus:before { content: $ti-icon-droplet-minus; }\n.#{$ti-prefix}-droplet-off:before { content: $ti-icon-droplet-off; }\n.#{$ti-prefix}-droplet-pause:before { content: $ti-icon-droplet-pause; }\n.#{$ti-prefix}-droplet-pin:before { content: $ti-icon-droplet-pin; }\n.#{$ti-prefix}-droplet-plus:before { content: $ti-icon-droplet-plus; }\n.#{$ti-prefix}-droplet-question:before { content: $ti-icon-droplet-question; }\n.#{$ti-prefix}-droplet-search:before { content: $ti-icon-droplet-search; }\n.#{$ti-prefix}-droplet-share:before { content: $ti-icon-droplet-share; }\n.#{$ti-prefix}-droplet-star:before { content: $ti-icon-droplet-star; }\n.#{$ti-prefix}-droplet-up:before { content: $ti-icon-droplet-up; }\n.#{$ti-prefix}-droplet-x:before { content: $ti-icon-droplet-x; }\n.#{$ti-prefix}-droplets:before { content: $ti-icon-droplets; }\n.#{$ti-prefix}-dual-screen:before { content: $ti-icon-dual-screen; }\n.#{$ti-prefix}-dumpling:before { content: $ti-icon-dumpling; }\n.#{$ti-prefix}-e-passport:before { content: $ti-icon-e-passport; }\n.#{$ti-prefix}-ear:before { content: $ti-icon-ear; }\n.#{$ti-prefix}-ear-off:before { content: $ti-icon-ear-off; }\n.#{$ti-prefix}-ear-scan:before { content: $ti-icon-ear-scan; }\n.#{$ti-prefix}-ease-in:before { content: $ti-icon-ease-in; }\n.#{$ti-prefix}-ease-in-control-point:before { content: $ti-icon-ease-in-control-point; }\n.#{$ti-prefix}-ease-in-out:before { content: $ti-icon-ease-in-out; }\n.#{$ti-prefix}-ease-in-out-control-points:before { content: $ti-icon-ease-in-out-control-points; }\n.#{$ti-prefix}-ease-out:before { content: $ti-icon-ease-out; }\n.#{$ti-prefix}-ease-out-control-point:before { content: $ti-icon-ease-out-control-point; }\n.#{$ti-prefix}-edit:before { content: $ti-icon-edit; }\n.#{$ti-prefix}-edit-circle:before { content: $ti-icon-edit-circle; }\n.#{$ti-prefix}-edit-circle-off:before { content: $ti-icon-edit-circle-off; }\n.#{$ti-prefix}-edit-off:before { content: $ti-icon-edit-off; }\n.#{$ti-prefix}-egg:before { content: $ti-icon-egg; }\n.#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; }\n.#{$ti-prefix}-egg-cracked-filled:before { content: $ti-icon-egg-cracked-filled; }\n.#{$ti-prefix}-egg-filled:before { content: $ti-icon-egg-filled; }\n.#{$ti-prefix}-egg-fried:before { content: $ti-icon-egg-fried; }\n.#{$ti-prefix}-egg-off:before { content: $ti-icon-egg-off; }\n.#{$ti-prefix}-eggs:before { content: $ti-icon-eggs; }\n.#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; }\n.#{$ti-prefix}-elevator-filled:before { content: $ti-icon-elevator-filled; }\n.#{$ti-prefix}-elevator-off:before { content: $ti-icon-elevator-off; }\n.#{$ti-prefix}-emergency-bed:before { content: $ti-icon-emergency-bed; }\n.#{$ti-prefix}-empathize:before { content: $ti-icon-empathize; }\n.#{$ti-prefix}-empathize-off:before { content: $ti-icon-empathize-off; }\n.#{$ti-prefix}-emphasis:before { content: $ti-icon-emphasis; }\n.#{$ti-prefix}-engine:before { content: $ti-icon-engine; }\n.#{$ti-prefix}-engine-off:before { content: $ti-icon-engine-off; }\n.#{$ti-prefix}-equal:before { content: $ti-icon-equal; }\n.#{$ti-prefix}-equal-double:before { content: $ti-icon-equal-double; }\n.#{$ti-prefix}-equal-not:before { content: $ti-icon-equal-not; }\n.#{$ti-prefix}-eraser:before { content: $ti-icon-eraser; }\n.#{$ti-prefix}-eraser-off:before { content: $ti-icon-eraser-off; }\n.#{$ti-prefix}-error-404:before { content: $ti-icon-error-404; }\n.#{$ti-prefix}-error-404-off:before { content: $ti-icon-error-404-off; }\n.#{$ti-prefix}-escalator:before { content: $ti-icon-escalator; }\n.#{$ti-prefix}-escalator-down:before { content: $ti-icon-escalator-down; }\n.#{$ti-prefix}-escalator-up:before { content: $ti-icon-escalator-up; }\n.#{$ti-prefix}-exchange:before { content: $ti-icon-exchange; }\n.#{$ti-prefix}-exchange-off:before { content: $ti-icon-exchange-off; }\n.#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; }\n.#{$ti-prefix}-exclamation-circle-filled:before { content: $ti-icon-exclamation-circle-filled; }\n.#{$ti-prefix}-exclamation-mark:before { content: $ti-icon-exclamation-mark; }\n.#{$ti-prefix}-exclamation-mark-off:before { content: $ti-icon-exclamation-mark-off; }\n.#{$ti-prefix}-explicit:before { content: $ti-icon-explicit; }\n.#{$ti-prefix}-explicit-off:before { content: $ti-icon-explicit-off; }\n.#{$ti-prefix}-exposure:before { content: $ti-icon-exposure; }\n.#{$ti-prefix}-exposure-0:before { content: $ti-icon-exposure-0; }\n.#{$ti-prefix}-exposure-minus-1:before { content: $ti-icon-exposure-minus-1; }\n.#{$ti-prefix}-exposure-minus-2:before { content: $ti-icon-exposure-minus-2; }\n.#{$ti-prefix}-exposure-off:before { content: $ti-icon-exposure-off; }\n.#{$ti-prefix}-exposure-plus-1:before { content: $ti-icon-exposure-plus-1; }\n.#{$ti-prefix}-exposure-plus-2:before { content: $ti-icon-exposure-plus-2; }\n.#{$ti-prefix}-external-link:before { content: $ti-icon-external-link; }\n.#{$ti-prefix}-external-link-off:before { content: $ti-icon-external-link-off; }\n.#{$ti-prefix}-eye:before { content: $ti-icon-eye; }\n.#{$ti-prefix}-eye-bitcoin:before { content: $ti-icon-eye-bitcoin; }\n.#{$ti-prefix}-eye-bolt:before { content: $ti-icon-eye-bolt; }\n.#{$ti-prefix}-eye-cancel:before { content: $ti-icon-eye-cancel; }\n.#{$ti-prefix}-eye-check:before { content: $ti-icon-eye-check; }\n.#{$ti-prefix}-eye-closed:before { content: $ti-icon-eye-closed; }\n.#{$ti-prefix}-eye-code:before { content: $ti-icon-eye-code; }\n.#{$ti-prefix}-eye-cog:before { content: $ti-icon-eye-cog; }\n.#{$ti-prefix}-eye-discount:before { content: $ti-icon-eye-discount; }\n.#{$ti-prefix}-eye-dollar:before { content: $ti-icon-eye-dollar; }\n.#{$ti-prefix}-eye-dotted:before { content: $ti-icon-eye-dotted; }\n.#{$ti-prefix}-eye-down:before { content: $ti-icon-eye-down; }\n.#{$ti-prefix}-eye-edit:before { content: $ti-icon-eye-edit; }\n.#{$ti-prefix}-eye-exclamation:before { content: $ti-icon-eye-exclamation; }\n.#{$ti-prefix}-eye-filled:before { content: $ti-icon-eye-filled; }\n.#{$ti-prefix}-eye-heart:before { content: $ti-icon-eye-heart; }\n.#{$ti-prefix}-eye-minus:before { content: $ti-icon-eye-minus; }\n.#{$ti-prefix}-eye-off:before { content: $ti-icon-eye-off; }\n.#{$ti-prefix}-eye-pause:before { content: $ti-icon-eye-pause; }\n.#{$ti-prefix}-eye-pin:before { content: $ti-icon-eye-pin; }\n.#{$ti-prefix}-eye-plus:before { content: $ti-icon-eye-plus; }\n.#{$ti-prefix}-eye-question:before { content: $ti-icon-eye-question; }\n.#{$ti-prefix}-eye-search:before { content: $ti-icon-eye-search; }\n.#{$ti-prefix}-eye-share:before { content: $ti-icon-eye-share; }\n.#{$ti-prefix}-eye-spark:before { content: $ti-icon-eye-spark; }\n.#{$ti-prefix}-eye-star:before { content: $ti-icon-eye-star; }\n.#{$ti-prefix}-eye-table:before { content: $ti-icon-eye-table; }\n.#{$ti-prefix}-eye-up:before { content: $ti-icon-eye-up; }\n.#{$ti-prefix}-eye-x:before { content: $ti-icon-eye-x; }\n.#{$ti-prefix}-eyeglass:before { content: $ti-icon-eyeglass; }\n.#{$ti-prefix}-eyeglass-2:before { content: $ti-icon-eyeglass-2; }\n.#{$ti-prefix}-eyeglass-off:before { content: $ti-icon-eyeglass-off; }\n.#{$ti-prefix}-face-id:before { content: $ti-icon-face-id; }\n.#{$ti-prefix}-face-id-error:before { content: $ti-icon-face-id-error; }\n.#{$ti-prefix}-face-mask:before { content: $ti-icon-face-mask; }\n.#{$ti-prefix}-face-mask-off:before { content: $ti-icon-face-mask-off; }\n.#{$ti-prefix}-fall:before { content: $ti-icon-fall; }\n.#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; }\n.#{$ti-prefix}-favicon-filled:before { content: $ti-icon-favicon-filled; }\n.#{$ti-prefix}-feather:before { content: $ti-icon-feather; }\n.#{$ti-prefix}-feather-filled:before { content: $ti-icon-feather-filled; }\n.#{$ti-prefix}-feather-off:before { content: $ti-icon-feather-off; }\n.#{$ti-prefix}-fence:before { content: $ti-icon-fence; }\n.#{$ti-prefix}-fence-off:before { content: $ti-icon-fence-off; }\n.#{$ti-prefix}-ferry:before { content: $ti-icon-ferry; }\n.#{$ti-prefix}-fidget-spinner:before { content: $ti-icon-fidget-spinner; }\n.#{$ti-prefix}-file:before { content: $ti-icon-file; }\n.#{$ti-prefix}-file-3d:before { content: $ti-icon-file-3d; }\n.#{$ti-prefix}-file-ai:before { content: $ti-icon-file-ai; }\n.#{$ti-prefix}-file-alert:before { content: $ti-icon-file-alert; }\n.#{$ti-prefix}-file-analytics:before { content: $ti-icon-file-analytics; }\n.#{$ti-prefix}-file-arrow-left:before { content: $ti-icon-file-arrow-left; }\n.#{$ti-prefix}-file-arrow-right:before { content: $ti-icon-file-arrow-right; }\n.#{$ti-prefix}-file-barcode:before { content: $ti-icon-file-barcode; }\n.#{$ti-prefix}-file-bitcoin:before { content: $ti-icon-file-bitcoin; }\n.#{$ti-prefix}-file-broken:before { content: $ti-icon-file-broken; }\n.#{$ti-prefix}-file-certificate:before { content: $ti-icon-file-certificate; }\n.#{$ti-prefix}-file-chart:before { content: $ti-icon-file-chart; }\n.#{$ti-prefix}-file-check:before { content: $ti-icon-file-check; }\n.#{$ti-prefix}-file-code:before { content: $ti-icon-file-code; }\n.#{$ti-prefix}-file-code-2:before { content: $ti-icon-file-code-2; }\n.#{$ti-prefix}-file-cv:before { content: $ti-icon-file-cv; }\n.#{$ti-prefix}-file-database:before { content: $ti-icon-file-database; }\n.#{$ti-prefix}-file-delta:before { content: $ti-icon-file-delta; }\n.#{$ti-prefix}-file-description:before { content: $ti-icon-file-description; }\n.#{$ti-prefix}-file-diff:before { content: $ti-icon-file-diff; }\n.#{$ti-prefix}-file-digit:before { content: $ti-icon-file-digit; }\n.#{$ti-prefix}-file-dislike:before { content: $ti-icon-file-dislike; }\n.#{$ti-prefix}-file-dollar:before { content: $ti-icon-file-dollar; }\n.#{$ti-prefix}-file-dots:before { content: $ti-icon-file-dots; }\n.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }\n.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }\n.#{$ti-prefix}-file-excel:before { content: $ti-icon-file-excel; }\n.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }\n.#{$ti-prefix}-file-filled:before { content: $ti-icon-file-filled; }\n.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }\n.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }\n.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; }\n.#{$ti-prefix}-file-infinity:before { content: $ti-icon-file-infinity; }\n.#{$ti-prefix}-file-info:before { content: $ti-icon-file-info; }\n.#{$ti-prefix}-file-invoice:before { content: $ti-icon-file-invoice; }\n.#{$ti-prefix}-file-isr:before { content: $ti-icon-file-isr; }\n.#{$ti-prefix}-file-lambda:before { content: $ti-icon-file-lambda; }\n.#{$ti-prefix}-file-like:before { content: $ti-icon-file-like; }\n.#{$ti-prefix}-file-minus:before { content: $ti-icon-file-minus; }\n.#{$ti-prefix}-file-music:before { content: $ti-icon-file-music; }\n.#{$ti-prefix}-file-neutral:before { content: $ti-icon-file-neutral; }\n.#{$ti-prefix}-file-off:before { content: $ti-icon-file-off; }\n.#{$ti-prefix}-file-orientation:before { content: $ti-icon-file-orientation; }\n.#{$ti-prefix}-file-pencil:before { content: $ti-icon-file-pencil; }\n.#{$ti-prefix}-file-percent:before { content: $ti-icon-file-percent; }\n.#{$ti-prefix}-file-phone:before { content: $ti-icon-file-phone; }\n.#{$ti-prefix}-file-plus:before { content: $ti-icon-file-plus; }\n.#{$ti-prefix}-file-power:before { content: $ti-icon-file-power; }\n.#{$ti-prefix}-file-report:before { content: $ti-icon-file-report; }\n.#{$ti-prefix}-file-rss:before { content: $ti-icon-file-rss; }\n.#{$ti-prefix}-file-sad:before { content: $ti-icon-file-sad; }\n.#{$ti-prefix}-file-scissors:before { content: $ti-icon-file-scissors; }\n.#{$ti-prefix}-file-search:before { content: $ti-icon-file-search; }\n.#{$ti-prefix}-file-settings:before { content: $ti-icon-file-settings; }\n.#{$ti-prefix}-file-shredder:before { content: $ti-icon-file-shredder; }\n.#{$ti-prefix}-file-signal:before { content: $ti-icon-file-signal; }\n.#{$ti-prefix}-file-smile:before { content: $ti-icon-file-smile; }\n.#{$ti-prefix}-file-spark:before { content: $ti-icon-file-spark; }\n.#{$ti-prefix}-file-spreadsheet:before { content: $ti-icon-file-spreadsheet; }\n.#{$ti-prefix}-file-stack:before { content: $ti-icon-file-stack; }\n.#{$ti-prefix}-file-star:before { content: $ti-icon-file-star; }\n.#{$ti-prefix}-file-symlink:before { content: $ti-icon-file-symlink; }\n.#{$ti-prefix}-file-text:before { content: $ti-icon-file-text; }\n.#{$ti-prefix}-file-text-ai:before { content: $ti-icon-file-text-ai; }\n.#{$ti-prefix}-file-text-spark:before { content: $ti-icon-file-text-spark; }\n.#{$ti-prefix}-file-time:before { content: $ti-icon-file-time; }\n.#{$ti-prefix}-file-type-bmp:before { content: $ti-icon-file-type-bmp; }\n.#{$ti-prefix}-file-type-css:before { content: $ti-icon-file-type-css; }\n.#{$ti-prefix}-file-type-csv:before { content: $ti-icon-file-type-csv; }\n.#{$ti-prefix}-file-type-doc:before { content: $ti-icon-file-type-doc; }\n.#{$ti-prefix}-file-type-docx:before { content: $ti-icon-file-type-docx; }\n.#{$ti-prefix}-file-type-html:before { content: $ti-icon-file-type-html; }\n.#{$ti-prefix}-file-type-jpg:before { content: $ti-icon-file-type-jpg; }\n.#{$ti-prefix}-file-type-js:before { content: $ti-icon-file-type-js; }\n.#{$ti-prefix}-file-type-jsx:before { content: $ti-icon-file-type-jsx; }\n.#{$ti-prefix}-file-type-pdf:before { content: $ti-icon-file-type-pdf; }\n.#{$ti-prefix}-file-type-php:before { content: $ti-icon-file-type-php; }\n.#{$ti-prefix}-file-type-png:before { content: $ti-icon-file-type-png; }\n.#{$ti-prefix}-file-type-ppt:before { content: $ti-icon-file-type-ppt; }\n.#{$ti-prefix}-file-type-rs:before { content: $ti-icon-file-type-rs; }\n.#{$ti-prefix}-file-type-sql:before { content: $ti-icon-file-type-sql; }\n.#{$ti-prefix}-file-type-svg:before { content: $ti-icon-file-type-svg; }\n.#{$ti-prefix}-file-type-ts:before { content: $ti-icon-file-type-ts; }\n.#{$ti-prefix}-file-type-tsx:before { content: $ti-icon-file-type-tsx; }\n.#{$ti-prefix}-file-type-txt:before { content: $ti-icon-file-type-txt; }\n.#{$ti-prefix}-file-type-vue:before { content: $ti-icon-file-type-vue; }\n.#{$ti-prefix}-file-type-xls:before { content: $ti-icon-file-type-xls; }\n.#{$ti-prefix}-file-type-xml:before { content: $ti-icon-file-type-xml; }\n.#{$ti-prefix}-file-type-zip:before { content: $ti-icon-file-type-zip; }\n.#{$ti-prefix}-file-typography:before { content: $ti-icon-file-typography; }\n.#{$ti-prefix}-file-unknown:before { content: $ti-icon-file-unknown; }\n.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }\n.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }\n.#{$ti-prefix}-file-word:before { content: $ti-icon-file-word; }\n.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }\n.#{$ti-prefix}-file-x-filled:before { content: $ti-icon-file-x-filled; }\n.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; }\n.#{$ti-prefix}-files:before { content: $ti-icon-files; }\n.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; }\n.#{$ti-prefix}-filter:before { content: $ti-icon-filter; }\n.#{$ti-prefix}-filter-bolt:before { content: $ti-icon-filter-bolt; }\n.#{$ti-prefix}-filter-cancel:before { content: $ti-icon-filter-cancel; }\n.#{$ti-prefix}-filter-check:before { content: $ti-icon-filter-check; }\n.#{$ti-prefix}-filter-code:before { content: $ti-icon-filter-code; }\n.#{$ti-prefix}-filter-cog:before { content: $ti-icon-filter-cog; }\n.#{$ti-prefix}-filter-discount:before { content: $ti-icon-filter-discount; }\n.#{$ti-prefix}-filter-dollar:before { content: $ti-icon-filter-dollar; }\n.#{$ti-prefix}-filter-down:before { content: $ti-icon-filter-down; }\n.#{$ti-prefix}-filter-edit:before { content: $ti-icon-filter-edit; }\n.#{$ti-prefix}-filter-exclamation:before { content: $ti-icon-filter-exclamation; }\n.#{$ti-prefix}-filter-filled:before { content: $ti-icon-filter-filled; }\n.#{$ti-prefix}-filter-heart:before { content: $ti-icon-filter-heart; }\n.#{$ti-prefix}-filter-minus:before { content: $ti-icon-filter-minus; }\n.#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; }\n.#{$ti-prefix}-filter-pause:before { content: $ti-icon-filter-pause; }\n.#{$ti-prefix}-filter-pin:before { content: $ti-icon-filter-pin; }\n.#{$ti-prefix}-filter-plus:before { content: $ti-icon-filter-plus; }\n.#{$ti-prefix}-filter-question:before { content: $ti-icon-filter-question; }\n.#{$ti-prefix}-filter-search:before { content: $ti-icon-filter-search; }\n.#{$ti-prefix}-filter-share:before { content: $ti-icon-filter-share; }\n.#{$ti-prefix}-filter-star:before { content: $ti-icon-filter-star; }\n.#{$ti-prefix}-filter-up:before { content: $ti-icon-filter-up; }\n.#{$ti-prefix}-filter-x:before { content: $ti-icon-filter-x; }\n.#{$ti-prefix}-filters:before { content: $ti-icon-filters; }\n.#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; }\n.#{$ti-prefix}-fingerprint-off:before { content: $ti-icon-fingerprint-off; }\n.#{$ti-prefix}-fingerprint-scan:before { content: $ti-icon-fingerprint-scan; }\n.#{$ti-prefix}-fire-extinguisher:before { content: $ti-icon-fire-extinguisher; }\n.#{$ti-prefix}-fire-hydrant:before { content: $ti-icon-fire-hydrant; }\n.#{$ti-prefix}-fire-hydrant-off:before { content: $ti-icon-fire-hydrant-off; }\n.#{$ti-prefix}-firetruck:before { content: $ti-icon-firetruck; }\n.#{$ti-prefix}-first-aid-kit:before { content: $ti-icon-first-aid-kit; }\n.#{$ti-prefix}-first-aid-kit-off:before { content: $ti-icon-first-aid-kit-off; }\n.#{$ti-prefix}-fish:before { content: $ti-icon-fish; }\n.#{$ti-prefix}-fish-bone:before { content: $ti-icon-fish-bone; }\n.#{$ti-prefix}-fish-christianity:before { content: $ti-icon-fish-christianity; }\n.#{$ti-prefix}-fish-hook:before { content: $ti-icon-fish-hook; }\n.#{$ti-prefix}-fish-hook-off:before { content: $ti-icon-fish-hook-off; }\n.#{$ti-prefix}-fish-off:before { content: $ti-icon-fish-off; }\n.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }\n.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }\n.#{$ti-prefix}-flag-2-filled:before { content: $ti-icon-flag-2-filled; }\n.#{$ti-prefix}-flag-2-off:before { content: $ti-icon-flag-2-off; }\n.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }\n.#{$ti-prefix}-flag-3-filled:before { content: $ti-icon-flag-3-filled; }\n.#{$ti-prefix}-flag-bitcoin:before { content: $ti-icon-flag-bitcoin; }\n.#{$ti-prefix}-flag-bolt:before { content: $ti-icon-flag-bolt; }\n.#{$ti-prefix}-flag-cancel:before { content: $ti-icon-flag-cancel; }\n.#{$ti-prefix}-flag-check:before { content: $ti-icon-flag-check; }\n.#{$ti-prefix}-flag-code:before { content: $ti-icon-flag-code; }\n.#{$ti-prefix}-flag-cog:before { content: $ti-icon-flag-cog; }\n.#{$ti-prefix}-flag-discount:before { content: $ti-icon-flag-discount; }\n.#{$ti-prefix}-flag-dollar:before { content: $ti-icon-flag-dollar; }\n.#{$ti-prefix}-flag-down:before { content: $ti-icon-flag-down; }\n.#{$ti-prefix}-flag-exclamation:before { content: $ti-icon-flag-exclamation; }\n.#{$ti-prefix}-flag-filled:before { content: $ti-icon-flag-filled; }\n.#{$ti-prefix}-flag-heart:before { content: $ti-icon-flag-heart; }\n.#{$ti-prefix}-flag-minus:before { content: $ti-icon-flag-minus; }\n.#{$ti-prefix}-flag-off:before { content: $ti-icon-flag-off; }\n.#{$ti-prefix}-flag-pause:before { content: $ti-icon-flag-pause; }\n.#{$ti-prefix}-flag-pin:before { content: $ti-icon-flag-pin; }\n.#{$ti-prefix}-flag-plus:before { content: $ti-icon-flag-plus; }\n.#{$ti-prefix}-flag-question:before { content: $ti-icon-flag-question; }\n.#{$ti-prefix}-flag-search:before { content: $ti-icon-flag-search; }\n.#{$ti-prefix}-flag-share:before { content: $ti-icon-flag-share; }\n.#{$ti-prefix}-flag-spark:before { content: $ti-icon-flag-spark; }\n.#{$ti-prefix}-flag-star:before { content: $ti-icon-flag-star; }\n.#{$ti-prefix}-flag-up:before { content: $ti-icon-flag-up; }\n.#{$ti-prefix}-flag-x:before { content: $ti-icon-flag-x; }\n.#{$ti-prefix}-flame:before { content: $ti-icon-flame; }\n.#{$ti-prefix}-flame-off:before { content: $ti-icon-flame-off; }\n.#{$ti-prefix}-flare:before { content: $ti-icon-flare; }\n.#{$ti-prefix}-flask:before { content: $ti-icon-flask; }\n.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }\n.#{$ti-prefix}-flask-2-filled:before { content: $ti-icon-flask-2-filled; }\n.#{$ti-prefix}-flask-2-off:before { content: $ti-icon-flask-2-off; }\n.#{$ti-prefix}-flask-filled:before { content: $ti-icon-flask-filled; }\n.#{$ti-prefix}-flask-off:before { content: $ti-icon-flask-off; }\n.#{$ti-prefix}-flip-flops:before { content: $ti-icon-flip-flops; }\n.#{$ti-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; }\n.#{$ti-prefix}-flip-vertical:before { content: $ti-icon-flip-vertical; }\n.#{$ti-prefix}-float-center:before { content: $ti-icon-float-center; }\n.#{$ti-prefix}-float-left:before { content: $ti-icon-float-left; }\n.#{$ti-prefix}-float-none:before { content: $ti-icon-float-none; }\n.#{$ti-prefix}-float-right:before { content: $ti-icon-float-right; }\n.#{$ti-prefix}-flower:before { content: $ti-icon-flower; }\n.#{$ti-prefix}-flower-filled:before { content: $ti-icon-flower-filled; }\n.#{$ti-prefix}-flower-off:before { content: $ti-icon-flower-off; }\n.#{$ti-prefix}-focus:before { content: $ti-icon-focus; }\n.#{$ti-prefix}-focus-2:before { content: $ti-icon-focus-2; }\n.#{$ti-prefix}-focus-auto:before { content: $ti-icon-focus-auto; }\n.#{$ti-prefix}-focus-centered:before { content: $ti-icon-focus-centered; }\n.#{$ti-prefix}-fold:before { content: $ti-icon-fold; }\n.#{$ti-prefix}-fold-down:before { content: $ti-icon-fold-down; }\n.#{$ti-prefix}-fold-up:before { content: $ti-icon-fold-up; }\n.#{$ti-prefix}-folder:before { content: $ti-icon-folder; }\n.#{$ti-prefix}-folder-bolt:before { content: $ti-icon-folder-bolt; }\n.#{$ti-prefix}-folder-cancel:before { content: $ti-icon-folder-cancel; }\n.#{$ti-prefix}-folder-check:before { content: $ti-icon-folder-check; }\n.#{$ti-prefix}-folder-code:before { content: $ti-icon-folder-code; }\n.#{$ti-prefix}-folder-cog:before { content: $ti-icon-folder-cog; }\n.#{$ti-prefix}-folder-dollar:before { content: $ti-icon-folder-dollar; }\n.#{$ti-prefix}-folder-down:before { content: $ti-icon-folder-down; }\n.#{$ti-prefix}-folder-exclamation:before { content: $ti-icon-folder-exclamation; }\n.#{$ti-prefix}-folder-filled:before { content: $ti-icon-folder-filled; }\n.#{$ti-prefix}-folder-heart:before { content: $ti-icon-folder-heart; }\n.#{$ti-prefix}-folder-minus:before { content: $ti-icon-folder-minus; }\n.#{$ti-prefix}-folder-off:before { content: $ti-icon-folder-off; }\n.#{$ti-prefix}-folder-open:before { content: $ti-icon-folder-open; }\n.#{$ti-prefix}-folder-pause:before { content: $ti-icon-folder-pause; }\n.#{$ti-prefix}-folder-pin:before { content: $ti-icon-folder-pin; }\n.#{$ti-prefix}-folder-plus:before { content: $ti-icon-folder-plus; }\n.#{$ti-prefix}-folder-question:before { content: $ti-icon-folder-question; }\n.#{$ti-prefix}-folder-root:before { content: $ti-icon-folder-root; }\n.#{$ti-prefix}-folder-search:before { content: $ti-icon-folder-search; }\n.#{$ti-prefix}-folder-share:before { content: $ti-icon-folder-share; }\n.#{$ti-prefix}-folder-star:before { content: $ti-icon-folder-star; }\n.#{$ti-prefix}-folder-symlink:before { content: $ti-icon-folder-symlink; }\n.#{$ti-prefix}-folder-up:before { content: $ti-icon-folder-up; }\n.#{$ti-prefix}-folder-x:before { content: $ti-icon-folder-x; }\n.#{$ti-prefix}-folders:before { content: $ti-icon-folders; }\n.#{$ti-prefix}-folders-off:before { content: $ti-icon-folders-off; }\n.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; }\n.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; }\n.#{$ti-prefix}-forbid-2-filled:before { content: $ti-icon-forbid-2-filled; }\n.#{$ti-prefix}-forbid-filled:before { content: $ti-icon-forbid-filled; }\n.#{$ti-prefix}-forklift:before { content: $ti-icon-forklift; }\n.#{$ti-prefix}-forms:before { content: $ti-icon-forms; }\n.#{$ti-prefix}-fountain:before { content: $ti-icon-fountain; }\n.#{$ti-prefix}-fountain-filled:before { content: $ti-icon-fountain-filled; }\n.#{$ti-prefix}-fountain-off:before { content: $ti-icon-fountain-off; }\n.#{$ti-prefix}-frame:before { content: $ti-icon-frame; }\n.#{$ti-prefix}-frame-off:before { content: $ti-icon-frame-off; }\n.#{$ti-prefix}-free-rights:before { content: $ti-icon-free-rights; }\n.#{$ti-prefix}-freeze-column:before { content: $ti-icon-freeze-column; }\n.#{$ti-prefix}-freeze-row:before { content: $ti-icon-freeze-row; }\n.#{$ti-prefix}-freeze-row-column:before { content: $ti-icon-freeze-row-column; }\n.#{$ti-prefix}-fridge:before { content: $ti-icon-fridge; }\n.#{$ti-prefix}-fridge-off:before { content: $ti-icon-fridge-off; }\n.#{$ti-prefix}-friends:before { content: $ti-icon-friends; }\n.#{$ti-prefix}-friends-off:before { content: $ti-icon-friends-off; }\n.#{$ti-prefix}-frustum:before { content: $ti-icon-frustum; }\n.#{$ti-prefix}-frustum-off:before { content: $ti-icon-frustum-off; }\n.#{$ti-prefix}-frustum-plus:before { content: $ti-icon-frustum-plus; }\n.#{$ti-prefix}-function:before { content: $ti-icon-function; }\n.#{$ti-prefix}-function-filled:before { content: $ti-icon-function-filled; }\n.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; }\n.#{$ti-prefix}-galaxy:before { content: $ti-icon-galaxy; }\n.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; }\n.#{$ti-prefix}-garden-cart-off:before { content: $ti-icon-garden-cart-off; }\n.#{$ti-prefix}-gas-station:before { content: $ti-icon-gas-station; }\n.#{$ti-prefix}-gas-station-off:before { content: $ti-icon-gas-station-off; }\n.#{$ti-prefix}-gauge:before { content: $ti-icon-gauge; }\n.#{$ti-prefix}-gauge-filled:before { content: $ti-icon-gauge-filled; }\n.#{$ti-prefix}-gauge-off:before { content: $ti-icon-gauge-off; }\n.#{$ti-prefix}-gavel:before { content: $ti-icon-gavel; }\n.#{$ti-prefix}-gender-agender:before { content: $ti-icon-gender-agender; }\n.#{$ti-prefix}-gender-androgyne:before { content: $ti-icon-gender-androgyne; }\n.#{$ti-prefix}-gender-bigender:before { content: $ti-icon-gender-bigender; }\n.#{$ti-prefix}-gender-demiboy:before { content: $ti-icon-gender-demiboy; }\n.#{$ti-prefix}-gender-demigirl:before { content: $ti-icon-gender-demigirl; }\n.#{$ti-prefix}-gender-epicene:before { content: $ti-icon-gender-epicene; }\n.#{$ti-prefix}-gender-female:before { content: $ti-icon-gender-female; }\n.#{$ti-prefix}-gender-femme:before { content: $ti-icon-gender-femme; }\n.#{$ti-prefix}-gender-genderfluid:before { content: $ti-icon-gender-genderfluid; }\n.#{$ti-prefix}-gender-genderless:before { content: $ti-icon-gender-genderless; }\n.#{$ti-prefix}-gender-genderqueer:before { content: $ti-icon-gender-genderqueer; }\n.#{$ti-prefix}-gender-hermaphrodite:before { content: $ti-icon-gender-hermaphrodite; }\n.#{$ti-prefix}-gender-intergender:before { content: $ti-icon-gender-intergender; }\n.#{$ti-prefix}-gender-male:before { content: $ti-icon-gender-male; }\n.#{$ti-prefix}-gender-neutrois:before { content: $ti-icon-gender-neutrois; }\n.#{$ti-prefix}-gender-third:before { content: $ti-icon-gender-third; }\n.#{$ti-prefix}-gender-transgender:before { content: $ti-icon-gender-transgender; }\n.#{$ti-prefix}-gender-trasvesti:before { content: $ti-icon-gender-trasvesti; }\n.#{$ti-prefix}-geometry:before { content: $ti-icon-geometry; }\n.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }\n.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }\n.#{$ti-prefix}-ghost-2-filled:before { content: $ti-icon-ghost-2-filled; }\n.#{$ti-prefix}-ghost-3:before { content: $ti-icon-ghost-3; }\n.#{$ti-prefix}-ghost-filled:before { content: $ti-icon-ghost-filled; }\n.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; }\n.#{$ti-prefix}-gif:before { content: $ti-icon-gif; }\n.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }\n.#{$ti-prefix}-gift-card:before { content: $ti-icon-gift-card; }\n.#{$ti-prefix}-gift-card-filled:before { content: $ti-icon-gift-card-filled; }\n.#{$ti-prefix}-gift-filled:before { content: $ti-icon-gift-filled; }\n.#{$ti-prefix}-gift-off:before { content: $ti-icon-gift-off; }\n.#{$ti-prefix}-git-branch:before { content: $ti-icon-git-branch; }\n.#{$ti-prefix}-git-branch-deleted:before { content: $ti-icon-git-branch-deleted; }\n.#{$ti-prefix}-git-cherry-pick:before { content: $ti-icon-git-cherry-pick; }\n.#{$ti-prefix}-git-commit:before { content: $ti-icon-git-commit; }\n.#{$ti-prefix}-git-compare:before { content: $ti-icon-git-compare; }\n.#{$ti-prefix}-git-fork:before { content: $ti-icon-git-fork; }\n.#{$ti-prefix}-git-merge:before { content: $ti-icon-git-merge; }\n.#{$ti-prefix}-git-pull-request:before { content: $ti-icon-git-pull-request; }\n.#{$ti-prefix}-git-pull-request-closed:before { content: $ti-icon-git-pull-request-closed; }\n.#{$ti-prefix}-git-pull-request-draft:before { content: $ti-icon-git-pull-request-draft; }\n.#{$ti-prefix}-gizmo:before { content: $ti-icon-gizmo; }\n.#{$ti-prefix}-glass:before { content: $ti-icon-glass; }\n.#{$ti-prefix}-glass-champagne:before { content: $ti-icon-glass-champagne; }\n.#{$ti-prefix}-glass-cocktail:before { content: $ti-icon-glass-cocktail; }\n.#{$ti-prefix}-glass-filled:before { content: $ti-icon-glass-filled; }\n.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }\n.#{$ti-prefix}-glass-full-filled:before { content: $ti-icon-glass-full-filled; }\n.#{$ti-prefix}-glass-gin:before { content: $ti-icon-glass-gin; }\n.#{$ti-prefix}-glass-off:before { content: $ti-icon-glass-off; }\n.#{$ti-prefix}-globe:before { content: $ti-icon-globe; }\n.#{$ti-prefix}-globe-filled:before { content: $ti-icon-globe-filled; }\n.#{$ti-prefix}-globe-off:before { content: $ti-icon-globe-off; }\n.#{$ti-prefix}-go-game:before { content: $ti-icon-go-game; }\n.#{$ti-prefix}-golf:before { content: $ti-icon-golf; }\n.#{$ti-prefix}-golf-off:before { content: $ti-icon-golf-off; }\n.#{$ti-prefix}-gps:before { content: $ti-icon-gps; }\n.#{$ti-prefix}-gps-filled:before { content: $ti-icon-gps-filled; }\n.#{$ti-prefix}-gradienter:before { content: $ti-icon-gradienter; }\n.#{$ti-prefix}-grain:before { content: $ti-icon-grain; }\n.#{$ti-prefix}-graph:before { content: $ti-icon-graph; }\n.#{$ti-prefix}-graph-filled:before { content: $ti-icon-graph-filled; }\n.#{$ti-prefix}-graph-off:before { content: $ti-icon-graph-off; }\n.#{$ti-prefix}-grave:before { content: $ti-icon-grave; }\n.#{$ti-prefix}-grave-2:before { content: $ti-icon-grave-2; }\n.#{$ti-prefix}-grid-3x3:before { content: $ti-icon-grid-3x3; }\n.#{$ti-prefix}-grid-4x4:before { content: $ti-icon-grid-4x4; }\n.#{$ti-prefix}-grid-dots:before { content: $ti-icon-grid-dots; }\n.#{$ti-prefix}-grid-goldenratio:before { content: $ti-icon-grid-goldenratio; }\n.#{$ti-prefix}-grid-pattern:before { content: $ti-icon-grid-pattern; }\n.#{$ti-prefix}-grid-scan:before { content: $ti-icon-grid-scan; }\n.#{$ti-prefix}-grill:before { content: $ti-icon-grill; }\n.#{$ti-prefix}-grill-fork:before { content: $ti-icon-grill-fork; }\n.#{$ti-prefix}-grill-off:before { content: $ti-icon-grill-off; }\n.#{$ti-prefix}-grill-spatula:before { content: $ti-icon-grill-spatula; }\n.#{$ti-prefix}-grip-horizontal:before { content: $ti-icon-grip-horizontal; }\n.#{$ti-prefix}-grip-vertical:before { content: $ti-icon-grip-vertical; }\n.#{$ti-prefix}-growth:before { content: $ti-icon-growth; }\n.#{$ti-prefix}-guitar-pick:before { content: $ti-icon-guitar-pick; }\n.#{$ti-prefix}-guitar-pick-filled:before { content: $ti-icon-guitar-pick-filled; }\n.#{$ti-prefix}-gymnastics:before { content: $ti-icon-gymnastics; }\n.#{$ti-prefix}-h-1:before { content: $ti-icon-h-1; }\n.#{$ti-prefix}-h-2:before { content: $ti-icon-h-2; }\n.#{$ti-prefix}-h-3:before { content: $ti-icon-h-3; }\n.#{$ti-prefix}-h-4:before { content: $ti-icon-h-4; }\n.#{$ti-prefix}-h-5:before { content: $ti-icon-h-5; }\n.#{$ti-prefix}-h-6:before { content: $ti-icon-h-6; }\n.#{$ti-prefix}-hammer:before { content: $ti-icon-hammer; }\n.#{$ti-prefix}-hammer-off:before { content: $ti-icon-hammer-off; }\n.#{$ti-prefix}-hand-click:before { content: $ti-icon-hand-click; }\n.#{$ti-prefix}-hand-finger:before { content: $ti-icon-hand-finger; }\n.#{$ti-prefix}-hand-finger-down:before { content: $ti-icon-hand-finger-down; }\n.#{$ti-prefix}-hand-finger-left:before { content: $ti-icon-hand-finger-left; }\n.#{$ti-prefix}-hand-finger-off:before { content: $ti-icon-hand-finger-off; }\n.#{$ti-prefix}-hand-finger-right:before { content: $ti-icon-hand-finger-right; }\n.#{$ti-prefix}-hand-grab:before { content: $ti-icon-hand-grab; }\n.#{$ti-prefix}-hand-little-finger:before { content: $ti-icon-hand-little-finger; }\n.#{$ti-prefix}-hand-love-you:before { content: $ti-icon-hand-love-you; }\n.#{$ti-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; }\n.#{$ti-prefix}-hand-move:before { content: $ti-icon-hand-move; }\n.#{$ti-prefix}-hand-off:before { content: $ti-icon-hand-off; }\n.#{$ti-prefix}-hand-ring-finger:before { content: $ti-icon-hand-ring-finger; }\n.#{$ti-prefix}-hand-sanitizer:before { content: $ti-icon-hand-sanitizer; }\n.#{$ti-prefix}-hand-stop:before { content: $ti-icon-hand-stop; }\n.#{$ti-prefix}-hand-three-fingers:before { content: $ti-icon-hand-three-fingers; }\n.#{$ti-prefix}-hand-two-fingers:before { content: $ti-icon-hand-two-fingers; }\n.#{$ti-prefix}-hanger:before { content: $ti-icon-hanger; }\n.#{$ti-prefix}-hanger-2:before { content: $ti-icon-hanger-2; }\n.#{$ti-prefix}-hanger-2-filled:before { content: $ti-icon-hanger-2-filled; }\n.#{$ti-prefix}-hanger-off:before { content: $ti-icon-hanger-off; }\n.#{$ti-prefix}-hash:before { content: $ti-icon-hash; }\n.#{$ti-prefix}-haze:before { content: $ti-icon-haze; }\n.#{$ti-prefix}-haze-moon:before { content: $ti-icon-haze-moon; }\n.#{$ti-prefix}-hdr:before { content: $ti-icon-hdr; }\n.#{$ti-prefix}-heading:before { content: $ti-icon-heading; }\n.#{$ti-prefix}-heading-off:before { content: $ti-icon-heading-off; }\n.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; }\n.#{$ti-prefix}-headphones-filled:before { content: $ti-icon-headphones-filled; }\n.#{$ti-prefix}-headphones-off:before { content: $ti-icon-headphones-off; }\n.#{$ti-prefix}-headset:before { content: $ti-icon-headset; }\n.#{$ti-prefix}-headset-off:before { content: $ti-icon-headset-off; }\n.#{$ti-prefix}-health-recognition:before { content: $ti-icon-health-recognition; }\n.#{$ti-prefix}-heart:before { content: $ti-icon-heart; }\n.#{$ti-prefix}-heart-bitcoin:before { content: $ti-icon-heart-bitcoin; }\n.#{$ti-prefix}-heart-bolt:before { content: $ti-icon-heart-bolt; }\n.#{$ti-prefix}-heart-broken:before { content: $ti-icon-heart-broken; }\n.#{$ti-prefix}-heart-cancel:before { content: $ti-icon-heart-cancel; }\n.#{$ti-prefix}-heart-check:before { content: $ti-icon-heart-check; }\n.#{$ti-prefix}-heart-code:before { content: $ti-icon-heart-code; }\n.#{$ti-prefix}-heart-cog:before { content: $ti-icon-heart-cog; }\n.#{$ti-prefix}-heart-discount:before { content: $ti-icon-heart-discount; }\n.#{$ti-prefix}-heart-dollar:before { content: $ti-icon-heart-dollar; }\n.#{$ti-prefix}-heart-down:before { content: $ti-icon-heart-down; }\n.#{$ti-prefix}-heart-exclamation:before { content: $ti-icon-heart-exclamation; }\n.#{$ti-prefix}-heart-filled:before { content: $ti-icon-heart-filled; }\n.#{$ti-prefix}-heart-handshake:before { content: $ti-icon-heart-handshake; }\n.#{$ti-prefix}-heart-minus:before { content: $ti-icon-heart-minus; }\n.#{$ti-prefix}-heart-off:before { content: $ti-icon-heart-off; }\n.#{$ti-prefix}-heart-pause:before { content: $ti-icon-heart-pause; }\n.#{$ti-prefix}-heart-pin:before { content: $ti-icon-heart-pin; }\n.#{$ti-prefix}-heart-plus:before { content: $ti-icon-heart-plus; }\n.#{$ti-prefix}-heart-question:before { content: $ti-icon-heart-question; }\n.#{$ti-prefix}-heart-rate-monitor:before { content: $ti-icon-heart-rate-monitor; }\n.#{$ti-prefix}-heart-search:before { content: $ti-icon-heart-search; }\n.#{$ti-prefix}-heart-share:before { content: $ti-icon-heart-share; }\n.#{$ti-prefix}-heart-spark:before { content: $ti-icon-heart-spark; }\n.#{$ti-prefix}-heart-star:before { content: $ti-icon-heart-star; }\n.#{$ti-prefix}-heart-up:before { content: $ti-icon-heart-up; }\n.#{$ti-prefix}-heart-x:before { content: $ti-icon-heart-x; }\n.#{$ti-prefix}-heartbeat:before { content: $ti-icon-heartbeat; }\n.#{$ti-prefix}-hearts:before { content: $ti-icon-hearts; }\n.#{$ti-prefix}-hearts-off:before { content: $ti-icon-hearts-off; }\n.#{$ti-prefix}-helicopter:before { content: $ti-icon-helicopter; }\n.#{$ti-prefix}-helicopter-landing:before { content: $ti-icon-helicopter-landing; }\n.#{$ti-prefix}-helmet:before { content: $ti-icon-helmet; }\n.#{$ti-prefix}-helmet-off:before { content: $ti-icon-helmet-off; }\n.#{$ti-prefix}-help:before { content: $ti-icon-help; }\n.#{$ti-prefix}-help-circle:before { content: $ti-icon-help-circle; }\n.#{$ti-prefix}-help-circle-filled:before { content: $ti-icon-help-circle-filled; }\n.#{$ti-prefix}-help-hexagon:before { content: $ti-icon-help-hexagon; }\n.#{$ti-prefix}-help-hexagon-filled:before { content: $ti-icon-help-hexagon-filled; }\n.#{$ti-prefix}-help-octagon:before { content: $ti-icon-help-octagon; }\n.#{$ti-prefix}-help-octagon-filled:before { content: $ti-icon-help-octagon-filled; }\n.#{$ti-prefix}-help-off:before { content: $ti-icon-help-off; }\n.#{$ti-prefix}-help-small:before { content: $ti-icon-help-small; }\n.#{$ti-prefix}-help-square:before { content: $ti-icon-help-square; }\n.#{$ti-prefix}-help-square-filled:before { content: $ti-icon-help-square-filled; }\n.#{$ti-prefix}-help-square-rounded:before { content: $ti-icon-help-square-rounded; }\n.#{$ti-prefix}-help-square-rounded-filled:before { content: $ti-icon-help-square-rounded-filled; }\n.#{$ti-prefix}-help-triangle:before { content: $ti-icon-help-triangle; }\n.#{$ti-prefix}-help-triangle-filled:before { content: $ti-icon-help-triangle-filled; }\n.#{$ti-prefix}-hemisphere:before { content: $ti-icon-hemisphere; }\n.#{$ti-prefix}-hemisphere-off:before { content: $ti-icon-hemisphere-off; }\n.#{$ti-prefix}-hemisphere-plus:before { content: $ti-icon-hemisphere-plus; }\n.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }\n.#{$ti-prefix}-hexagon-3d:before { content: $ti-icon-hexagon-3d; }\n.#{$ti-prefix}-hexagon-filled:before { content: $ti-icon-hexagon-filled; }\n.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }\n.#{$ti-prefix}-hexagon-letter-a-filled:before { content: $ti-icon-hexagon-letter-a-filled; }\n.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }\n.#{$ti-prefix}-hexagon-letter-b-filled:before { content: $ti-icon-hexagon-letter-b-filled; }\n.#{$ti-prefix}-hexagon-letter-c:before { content: $ti-icon-hexagon-letter-c; }\n.#{$ti-prefix}-hexagon-letter-c-filled:before { content: $ti-icon-hexagon-letter-c-filled; }\n.#{$ti-prefix}-hexagon-letter-d:before { content: $ti-icon-hexagon-letter-d; }\n.#{$ti-prefix}-hexagon-letter-d-filled:before { content: $ti-icon-hexagon-letter-d-filled; }\n.#{$ti-prefix}-hexagon-letter-e:before { content: $ti-icon-hexagon-letter-e; }\n.#{$ti-prefix}-hexagon-letter-e-filled:before { content: $ti-icon-hexagon-letter-e-filled; }\n.#{$ti-prefix}-hexagon-letter-f:before { content: $ti-icon-hexagon-letter-f; }\n.#{$ti-prefix}-hexagon-letter-f-filled:before { content: $ti-icon-hexagon-letter-f-filled; }\n.#{$ti-prefix}-hexagon-letter-g:before { content: $ti-icon-hexagon-letter-g; }\n.#{$ti-prefix}-hexagon-letter-g-filled:before { content: $ti-icon-hexagon-letter-g-filled; }\n.#{$ti-prefix}-hexagon-letter-h:before { content: $ti-icon-hexagon-letter-h; }\n.#{$ti-prefix}-hexagon-letter-h-filled:before { content: $ti-icon-hexagon-letter-h-filled; }\n.#{$ti-prefix}-hexagon-letter-i:before { content: $ti-icon-hexagon-letter-i; }\n.#{$ti-prefix}-hexagon-letter-i-filled:before { content: $ti-icon-hexagon-letter-i-filled; }\n.#{$ti-prefix}-hexagon-letter-j:before { content: $ti-icon-hexagon-letter-j; }\n.#{$ti-prefix}-hexagon-letter-j-filled:before { content: $ti-icon-hexagon-letter-j-filled; }\n.#{$ti-prefix}-hexagon-letter-k:before { content: $ti-icon-hexagon-letter-k; }\n.#{$ti-prefix}-hexagon-letter-k-filled:before { content: $ti-icon-hexagon-letter-k-filled; }\n.#{$ti-prefix}-hexagon-letter-l:before { content: $ti-icon-hexagon-letter-l; }\n.#{$ti-prefix}-hexagon-letter-l-filled:before { content: $ti-icon-hexagon-letter-l-filled; }\n.#{$ti-prefix}-hexagon-letter-m:before { content: $ti-icon-hexagon-letter-m; }\n.#{$ti-prefix}-hexagon-letter-m-filled:before { content: $ti-icon-hexagon-letter-m-filled; }\n.#{$ti-prefix}-hexagon-letter-n:before { content: $ti-icon-hexagon-letter-n; }\n.#{$ti-prefix}-hexagon-letter-n-filled:before { content: $ti-icon-hexagon-letter-n-filled; }\n.#{$ti-prefix}-hexagon-letter-o:before { content: $ti-icon-hexagon-letter-o; }\n.#{$ti-prefix}-hexagon-letter-o-filled:before { content: $ti-icon-hexagon-letter-o-filled; }\n.#{$ti-prefix}-hexagon-letter-p:before { content: $ti-icon-hexagon-letter-p; }\n.#{$ti-prefix}-hexagon-letter-p-filled:before { content: $ti-icon-hexagon-letter-p-filled; }\n.#{$ti-prefix}-hexagon-letter-q:before { content: $ti-icon-hexagon-letter-q; }\n.#{$ti-prefix}-hexagon-letter-q-filled:before { content: $ti-icon-hexagon-letter-q-filled; }\n.#{$ti-prefix}-hexagon-letter-r:before { content: $ti-icon-hexagon-letter-r; }\n.#{$ti-prefix}-hexagon-letter-r-filled:before { content: $ti-icon-hexagon-letter-r-filled; }\n.#{$ti-prefix}-hexagon-letter-s:before { content: $ti-icon-hexagon-letter-s; }\n.#{$ti-prefix}-hexagon-letter-s-filled:before { content: $ti-icon-hexagon-letter-s-filled; }\n.#{$ti-prefix}-hexagon-letter-t:before { content: $ti-icon-hexagon-letter-t; }\n.#{$ti-prefix}-hexagon-letter-t-filled:before { content: $ti-icon-hexagon-letter-t-filled; }\n.#{$ti-prefix}-hexagon-letter-u:before { content: $ti-icon-hexagon-letter-u; }\n.#{$ti-prefix}-hexagon-letter-u-filled:before { content: $ti-icon-hexagon-letter-u-filled; }\n.#{$ti-prefix}-hexagon-letter-v:before { content: $ti-icon-hexagon-letter-v; }\n.#{$ti-prefix}-hexagon-letter-v-filled:before { content: $ti-icon-hexagon-letter-v-filled; }\n.#{$ti-prefix}-hexagon-letter-w:before { content: $ti-icon-hexagon-letter-w; }\n.#{$ti-prefix}-hexagon-letter-w-filled:before { content: $ti-icon-hexagon-letter-w-filled; }\n.#{$ti-prefix}-hexagon-letter-x:before { content: $ti-icon-hexagon-letter-x; }\n.#{$ti-prefix}-hexagon-letter-x-filled:before { content: $ti-icon-hexagon-letter-x-filled; }\n.#{$ti-prefix}-hexagon-letter-y:before { content: $ti-icon-hexagon-letter-y; }\n.#{$ti-prefix}-hexagon-letter-y-filled:before { content: $ti-icon-hexagon-letter-y-filled; }\n.#{$ti-prefix}-hexagon-letter-z:before { content: $ti-icon-hexagon-letter-z; }\n.#{$ti-prefix}-hexagon-letter-z-filled:before { content: $ti-icon-hexagon-letter-z-filled; }\n.#{$ti-prefix}-hexagon-minus:before { content: $ti-icon-hexagon-minus; }\n.#{$ti-prefix}-hexagon-minus-2:before { content: $ti-icon-hexagon-minus-2; }\n.#{$ti-prefix}-hexagon-minus-filled:before { content: $ti-icon-hexagon-minus-filled; }\n.#{$ti-prefix}-hexagon-number-0:before { content: $ti-icon-hexagon-number-0; }\n.#{$ti-prefix}-hexagon-number-0-filled:before { content: $ti-icon-hexagon-number-0-filled; }\n.#{$ti-prefix}-hexagon-number-1:before { content: $ti-icon-hexagon-number-1; }\n.#{$ti-prefix}-hexagon-number-1-filled:before { content: $ti-icon-hexagon-number-1-filled; }\n.#{$ti-prefix}-hexagon-number-2:before { content: $ti-icon-hexagon-number-2; }\n.#{$ti-prefix}-hexagon-number-2-filled:before { content: $ti-icon-hexagon-number-2-filled; }\n.#{$ti-prefix}-hexagon-number-3:before { content: $ti-icon-hexagon-number-3; }\n.#{$ti-prefix}-hexagon-number-3-filled:before { content: $ti-icon-hexagon-number-3-filled; }\n.#{$ti-prefix}-hexagon-number-4:before { content: $ti-icon-hexagon-number-4; }\n.#{$ti-prefix}-hexagon-number-4-filled:before { content: $ti-icon-hexagon-number-4-filled; }\n.#{$ti-prefix}-hexagon-number-5:before { content: $ti-icon-hexagon-number-5; }\n.#{$ti-prefix}-hexagon-number-5-filled:before { content: $ti-icon-hexagon-number-5-filled; }\n.#{$ti-prefix}-hexagon-number-6:before { content: $ti-icon-hexagon-number-6; }\n.#{$ti-prefix}-hexagon-number-6-filled:before { content: $ti-icon-hexagon-number-6-filled; }\n.#{$ti-prefix}-hexagon-number-7:before { content: $ti-icon-hexagon-number-7; }\n.#{$ti-prefix}-hexagon-number-7-filled:before { content: $ti-icon-hexagon-number-7-filled; }\n.#{$ti-prefix}-hexagon-number-8:before { content: $ti-icon-hexagon-number-8; }\n.#{$ti-prefix}-hexagon-number-8-filled:before { content: $ti-icon-hexagon-number-8-filled; }\n.#{$ti-prefix}-hexagon-number-9:before { content: $ti-icon-hexagon-number-9; }\n.#{$ti-prefix}-hexagon-number-9-filled:before { content: $ti-icon-hexagon-number-9-filled; }\n.#{$ti-prefix}-hexagon-off:before { content: $ti-icon-hexagon-off; }\n.#{$ti-prefix}-hexagon-plus:before { content: $ti-icon-hexagon-plus; }\n.#{$ti-prefix}-hexagon-plus-2:before { content: $ti-icon-hexagon-plus-2; }\n.#{$ti-prefix}-hexagon-plus-filled:before { content: $ti-icon-hexagon-plus-filled; }\n.#{$ti-prefix}-hexagonal-prism:before { content: $ti-icon-hexagonal-prism; }\n.#{$ti-prefix}-hexagonal-prism-off:before { content: $ti-icon-hexagonal-prism-off; }\n.#{$ti-prefix}-hexagonal-prism-plus:before { content: $ti-icon-hexagonal-prism-plus; }\n.#{$ti-prefix}-hexagonal-pyramid:before { content: $ti-icon-hexagonal-pyramid; }\n.#{$ti-prefix}-hexagonal-pyramid-off:before { content: $ti-icon-hexagonal-pyramid-off; }\n.#{$ti-prefix}-hexagonal-pyramid-plus:before { content: $ti-icon-hexagonal-pyramid-plus; }\n.#{$ti-prefix}-hexagons:before { content: $ti-icon-hexagons; }\n.#{$ti-prefix}-hexagons-off:before { content: $ti-icon-hexagons-off; }\n.#{$ti-prefix}-hierarchy:before { content: $ti-icon-hierarchy; }\n.#{$ti-prefix}-hierarchy-2:before { content: $ti-icon-hierarchy-2; }\n.#{$ti-prefix}-hierarchy-3:before { content: $ti-icon-hierarchy-3; }\n.#{$ti-prefix}-hierarchy-off:before { content: $ti-icon-hierarchy-off; }\n.#{$ti-prefix}-highlight:before { content: $ti-icon-highlight; }\n.#{$ti-prefix}-highlight-off:before { content: $ti-icon-highlight-off; }\n.#{$ti-prefix}-history:before { content: $ti-icon-history; }\n.#{$ti-prefix}-history-off:before { content: $ti-icon-history-off; }\n.#{$ti-prefix}-history-toggle:before { content: $ti-icon-history-toggle; }\n.#{$ti-prefix}-home:before { content: $ti-icon-home; }\n.#{$ti-prefix}-home-2:before { content: $ti-icon-home-2; }\n.#{$ti-prefix}-home-bitcoin:before { content: $ti-icon-home-bitcoin; }\n.#{$ti-prefix}-home-bolt:before { content: $ti-icon-home-bolt; }\n.#{$ti-prefix}-home-cancel:before { content: $ti-icon-home-cancel; }\n.#{$ti-prefix}-home-check:before { content: $ti-icon-home-check; }\n.#{$ti-prefix}-home-cog:before { content: $ti-icon-home-cog; }\n.#{$ti-prefix}-home-dollar:before { content: $ti-icon-home-dollar; }\n.#{$ti-prefix}-home-dot:before { content: $ti-icon-home-dot; }\n.#{$ti-prefix}-home-down:before { content: $ti-icon-home-down; }\n.#{$ti-prefix}-home-eco:before { content: $ti-icon-home-eco; }\n.#{$ti-prefix}-home-edit:before { content: $ti-icon-home-edit; }\n.#{$ti-prefix}-home-exclamation:before { content: $ti-icon-home-exclamation; }\n.#{$ti-prefix}-home-filled:before { content: $ti-icon-home-filled; }\n.#{$ti-prefix}-home-hand:before { content: $ti-icon-home-hand; }\n.#{$ti-prefix}-home-heart:before { content: $ti-icon-home-heart; }\n.#{$ti-prefix}-home-infinity:before { content: $ti-icon-home-infinity; }\n.#{$ti-prefix}-home-link:before { content: $ti-icon-home-link; }\n.#{$ti-prefix}-home-minus:before { content: $ti-icon-home-minus; }\n.#{$ti-prefix}-home-move:before { content: $ti-icon-home-move; }\n.#{$ti-prefix}-home-off:before { content: $ti-icon-home-off; }\n.#{$ti-prefix}-home-plus:before { content: $ti-icon-home-plus; }\n.#{$ti-prefix}-home-question:before { content: $ti-icon-home-question; }\n.#{$ti-prefix}-home-ribbon:before { content: $ti-icon-home-ribbon; }\n.#{$ti-prefix}-home-search:before { content: $ti-icon-home-search; }\n.#{$ti-prefix}-home-share:before { content: $ti-icon-home-share; }\n.#{$ti-prefix}-home-shield:before { content: $ti-icon-home-shield; }\n.#{$ti-prefix}-home-signal:before { content: $ti-icon-home-signal; }\n.#{$ti-prefix}-home-spark:before { content: $ti-icon-home-spark; }\n.#{$ti-prefix}-home-star:before { content: $ti-icon-home-star; }\n.#{$ti-prefix}-home-stats:before { content: $ti-icon-home-stats; }\n.#{$ti-prefix}-home-up:before { content: $ti-icon-home-up; }\n.#{$ti-prefix}-home-x:before { content: $ti-icon-home-x; }\n.#{$ti-prefix}-horse:before { content: $ti-icon-horse; }\n.#{$ti-prefix}-horse-toy:before { content: $ti-icon-horse-toy; }\n.#{$ti-prefix}-horseshoe:before { content: $ti-icon-horseshoe; }\n.#{$ti-prefix}-hospital:before { content: $ti-icon-hospital; }\n.#{$ti-prefix}-hospital-circle:before { content: $ti-icon-hospital-circle; }\n.#{$ti-prefix}-hospital-circle-filled:before { content: $ti-icon-hospital-circle-filled; }\n.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }\n.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }\n.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }\n.#{$ti-prefix}-hourglass-filled:before { content: $ti-icon-hourglass-filled; }\n.#{$ti-prefix}-hourglass-high:before { content: $ti-icon-hourglass-high; }\n.#{$ti-prefix}-hourglass-low:before { content: $ti-icon-hourglass-low; }\n.#{$ti-prefix}-hourglass-off:before { content: $ti-icon-hourglass-off; }\n.#{$ti-prefix}-hours-12:before { content: $ti-icon-hours-12; }\n.#{$ti-prefix}-hours-24:before { content: $ti-icon-hours-24; }\n.#{$ti-prefix}-html:before { content: $ti-icon-html; }\n.#{$ti-prefix}-http-connect:before { content: $ti-icon-http-connect; }\n.#{$ti-prefix}-http-delete:before { content: $ti-icon-http-delete; }\n.#{$ti-prefix}-http-get:before { content: $ti-icon-http-get; }\n.#{$ti-prefix}-http-head:before { content: $ti-icon-http-head; }\n.#{$ti-prefix}-http-options:before { content: $ti-icon-http-options; }\n.#{$ti-prefix}-http-patch:before { content: $ti-icon-http-patch; }\n.#{$ti-prefix}-http-post:before { content: $ti-icon-http-post; }\n.#{$ti-prefix}-http-put:before { content: $ti-icon-http-put; }\n.#{$ti-prefix}-http-que:before { content: $ti-icon-http-que; }\n.#{$ti-prefix}-http-trace:before { content: $ti-icon-http-trace; }\n.#{$ti-prefix}-ice-cream:before { content: $ti-icon-ice-cream; }\n.#{$ti-prefix}-ice-cream-2:before { content: $ti-icon-ice-cream-2; }\n.#{$ti-prefix}-ice-cream-off:before { content: $ti-icon-ice-cream-off; }\n.#{$ti-prefix}-ice-skating:before { content: $ti-icon-ice-skating; }\n.#{$ti-prefix}-icons:before { content: $ti-icon-icons; }\n.#{$ti-prefix}-icons-filled:before { content: $ti-icon-icons-filled; }\n.#{$ti-prefix}-icons-off:before { content: $ti-icon-icons-off; }\n.#{$ti-prefix}-id:before { content: $ti-icon-id; }\n.#{$ti-prefix}-id-badge:before { content: $ti-icon-id-badge; }\n.#{$ti-prefix}-id-badge-2:before { content: $ti-icon-id-badge-2; }\n.#{$ti-prefix}-id-badge-off:before { content: $ti-icon-id-badge-off; }\n.#{$ti-prefix}-id-off:before { content: $ti-icon-id-off; }\n.#{$ti-prefix}-ikosaedr:before { content: $ti-icon-ikosaedr; }\n.#{$ti-prefix}-image-in-picture:before { content: $ti-icon-image-in-picture; }\n.#{$ti-prefix}-inbox:before { content: $ti-icon-inbox; }\n.#{$ti-prefix}-inbox-off:before { content: $ti-icon-inbox-off; }\n.#{$ti-prefix}-indent-decrease:before { content: $ti-icon-indent-decrease; }\n.#{$ti-prefix}-indent-increase:before { content: $ti-icon-indent-increase; }\n.#{$ti-prefix}-infinity:before { content: $ti-icon-infinity; }\n.#{$ti-prefix}-infinity-off:before { content: $ti-icon-infinity-off; }\n.#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; }\n.#{$ti-prefix}-info-circle-filled:before { content: $ti-icon-info-circle-filled; }\n.#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; }\n.#{$ti-prefix}-info-hexagon-filled:before { content: $ti-icon-info-hexagon-filled; }\n.#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; }\n.#{$ti-prefix}-info-octagon-filled:before { content: $ti-icon-info-octagon-filled; }\n.#{$ti-prefix}-info-small:before { content: $ti-icon-info-small; }\n.#{$ti-prefix}-info-square:before { content: $ti-icon-info-square; }\n.#{$ti-prefix}-info-square-filled:before { content: $ti-icon-info-square-filled; }\n.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }\n.#{$ti-prefix}-info-square-rounded-filled:before { content: $ti-icon-info-square-rounded-filled; }\n.#{$ti-prefix}-info-triangle:before { content: $ti-icon-info-triangle; }\n.#{$ti-prefix}-info-triangle-filled:before { content: $ti-icon-info-triangle-filled; }\n.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }\n.#{$ti-prefix}-inner-shadow-bottom-filled:before { content: $ti-icon-inner-shadow-bottom-filled; }\n.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }\n.#{$ti-prefix}-inner-shadow-bottom-left-filled:before { content: $ti-icon-inner-shadow-bottom-left-filled; }\n.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }\n.#{$ti-prefix}-inner-shadow-bottom-right-filled:before { content: $ti-icon-inner-shadow-bottom-right-filled; }\n.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; }\n.#{$ti-prefix}-inner-shadow-left-filled:before { content: $ti-icon-inner-shadow-left-filled; }\n.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; }\n.#{$ti-prefix}-inner-shadow-right-filled:before { content: $ti-icon-inner-shadow-right-filled; }\n.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; }\n.#{$ti-prefix}-inner-shadow-top-filled:before { content: $ti-icon-inner-shadow-top-filled; }\n.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }\n.#{$ti-prefix}-inner-shadow-top-left-filled:before { content: $ti-icon-inner-shadow-top-left-filled; }\n.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }\n.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; }\n.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; }\n.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; }\n.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }\n.#{$ti-prefix}-input-spark:before { content: $ti-icon-input-spark; }\n.#{$ti-prefix}-input-x:before { content: $ti-icon-input-x; }\n.#{$ti-prefix}-invoice:before { content: $ti-icon-invoice; }\n.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }\n.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }\n.#{$ti-prefix}-ironing-1-filled:before { content: $ti-icon-ironing-1-filled; }\n.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }\n.#{$ti-prefix}-ironing-2-filled:before { content: $ti-icon-ironing-2-filled; }\n.#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; }\n.#{$ti-prefix}-ironing-3-filled:before { content: $ti-icon-ironing-3-filled; }\n.#{$ti-prefix}-ironing-filled:before { content: $ti-icon-ironing-filled; }\n.#{$ti-prefix}-ironing-off:before { content: $ti-icon-ironing-off; }\n.#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; }\n.#{$ti-prefix}-ironing-steam-filled:before { content: $ti-icon-ironing-steam-filled; }\n.#{$ti-prefix}-ironing-steam-off:before { content: $ti-icon-ironing-steam-off; }\n.#{$ti-prefix}-irregular-polyhedron:before { content: $ti-icon-irregular-polyhedron; }\n.#{$ti-prefix}-irregular-polyhedron-off:before { content: $ti-icon-irregular-polyhedron-off; }\n.#{$ti-prefix}-irregular-polyhedron-plus:before { content: $ti-icon-irregular-polyhedron-plus; }\n.#{$ti-prefix}-italic:before { content: $ti-icon-italic; }\n.#{$ti-prefix}-jacket:before { content: $ti-icon-jacket; }\n.#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; }\n.#{$ti-prefix}-jetpack-filled:before { content: $ti-icon-jetpack-filled; }\n.#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; }\n.#{$ti-prefix}-jewish-star-filled:before { content: $ti-icon-jewish-star-filled; }\n.#{$ti-prefix}-join-bevel:before { content: $ti-icon-join-bevel; }\n.#{$ti-prefix}-join-round:before { content: $ti-icon-join-round; }\n.#{$ti-prefix}-join-straight:before { content: $ti-icon-join-straight; }\n.#{$ti-prefix}-joker:before { content: $ti-icon-joker; }\n.#{$ti-prefix}-jpg:before { content: $ti-icon-jpg; }\n.#{$ti-prefix}-json:before { content: $ti-icon-json; }\n.#{$ti-prefix}-jump-rope:before { content: $ti-icon-jump-rope; }\n.#{$ti-prefix}-karate:before { content: $ti-icon-karate; }\n.#{$ti-prefix}-kayak:before { content: $ti-icon-kayak; }\n.#{$ti-prefix}-kerning:before { content: $ti-icon-kerning; }\n.#{$ti-prefix}-key:before { content: $ti-icon-key; }\n.#{$ti-prefix}-key-filled:before { content: $ti-icon-key-filled; }\n.#{$ti-prefix}-key-off:before { content: $ti-icon-key-off; }\n.#{$ti-prefix}-keyboard:before { content: $ti-icon-keyboard; }\n.#{$ti-prefix}-keyboard-hide:before { content: $ti-icon-keyboard-hide; }\n.#{$ti-prefix}-keyboard-off:before { content: $ti-icon-keyboard-off; }\n.#{$ti-prefix}-keyboard-show:before { content: $ti-icon-keyboard-show; }\n.#{$ti-prefix}-keyframe:before { content: $ti-icon-keyframe; }\n.#{$ti-prefix}-keyframe-align-center:before { content: $ti-icon-keyframe-align-center; }\n.#{$ti-prefix}-keyframe-align-center-filled:before { content: $ti-icon-keyframe-align-center-filled; }\n.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; }\n.#{$ti-prefix}-keyframe-align-horizontal-filled:before { content: $ti-icon-keyframe-align-horizontal-filled; }\n.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; }\n.#{$ti-prefix}-keyframe-align-vertical-filled:before { content: $ti-icon-keyframe-align-vertical-filled; }\n.#{$ti-prefix}-keyframe-filled:before { content: $ti-icon-keyframe-filled; }\n.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; }\n.#{$ti-prefix}-keyframes-filled:before { content: $ti-icon-keyframes-filled; }\n.#{$ti-prefix}-label:before { content: $ti-icon-label; }\n.#{$ti-prefix}-label-filled:before { content: $ti-icon-label-filled; }\n.#{$ti-prefix}-label-important:before { content: $ti-icon-label-important; }\n.#{$ti-prefix}-label-important-filled:before { content: $ti-icon-label-important-filled; }\n.#{$ti-prefix}-label-off:before { content: $ti-icon-label-off; }\n.#{$ti-prefix}-ladder:before { content: $ti-icon-ladder; }\n.#{$ti-prefix}-ladder-off:before { content: $ti-icon-ladder-off; }\n.#{$ti-prefix}-ladle:before { content: $ti-icon-ladle; }\n.#{$ti-prefix}-lambda:before { content: $ti-icon-lambda; }\n.#{$ti-prefix}-lamp:before { content: $ti-icon-lamp; }\n.#{$ti-prefix}-lamp-2:before { content: $ti-icon-lamp-2; }\n.#{$ti-prefix}-lamp-off:before { content: $ti-icon-lamp-off; }\n.#{$ti-prefix}-lane:before { content: $ti-icon-lane; }\n.#{$ti-prefix}-language:before { content: $ti-icon-language; }\n.#{$ti-prefix}-language-hiragana:before { content: $ti-icon-language-hiragana; }\n.#{$ti-prefix}-language-katakana:before { content: $ti-icon-language-katakana; }\n.#{$ti-prefix}-language-off:before { content: $ti-icon-language-off; }\n.#{$ti-prefix}-lasso:before { content: $ti-icon-lasso; }\n.#{$ti-prefix}-lasso-off:before { content: $ti-icon-lasso-off; }\n.#{$ti-prefix}-lasso-polygon:before { content: $ti-icon-lasso-polygon; }\n.#{$ti-prefix}-lasso-polygon-filled:before { content: $ti-icon-lasso-polygon-filled; }\n.#{$ti-prefix}-laurel-wreath:before { content: $ti-icon-laurel-wreath; }\n.#{$ti-prefix}-laurel-wreath-1:before { content: $ti-icon-laurel-wreath-1; }\n.#{$ti-prefix}-laurel-wreath-2:before { content: $ti-icon-laurel-wreath-2; }\n.#{$ti-prefix}-laurel-wreath-3:before { content: $ti-icon-laurel-wreath-3; }\n.#{$ti-prefix}-layers-difference:before { content: $ti-icon-layers-difference; }\n.#{$ti-prefix}-layers-intersect:before { content: $ti-icon-layers-intersect; }\n.#{$ti-prefix}-layers-intersect-2:before { content: $ti-icon-layers-intersect-2; }\n.#{$ti-prefix}-layers-linked:before { content: $ti-icon-layers-linked; }\n.#{$ti-prefix}-layers-off:before { content: $ti-icon-layers-off; }\n.#{$ti-prefix}-layers-selected:before { content: $ti-icon-layers-selected; }\n.#{$ti-prefix}-layers-selected-bottom:before { content: $ti-icon-layers-selected-bottom; }\n.#{$ti-prefix}-layers-subtract:before { content: $ti-icon-layers-subtract; }\n.#{$ti-prefix}-layers-union:before { content: $ti-icon-layers-union; }\n.#{$ti-prefix}-layout:before { content: $ti-icon-layout; }\n.#{$ti-prefix}-layout-2:before { content: $ti-icon-layout-2; }\n.#{$ti-prefix}-layout-2-filled:before { content: $ti-icon-layout-2-filled; }\n.#{$ti-prefix}-layout-align-bottom:before { content: $ti-icon-layout-align-bottom; }\n.#{$ti-prefix}-layout-align-bottom-filled:before { content: $ti-icon-layout-align-bottom-filled; }\n.#{$ti-prefix}-layout-align-center:before { content: $ti-icon-layout-align-center; }\n.#{$ti-prefix}-layout-align-center-filled:before { content: $ti-icon-layout-align-center-filled; }\n.#{$ti-prefix}-layout-align-left:before { content: $ti-icon-layout-align-left; }\n.#{$ti-prefix}-layout-align-left-filled:before { content: $ti-icon-layout-align-left-filled; }\n.#{$ti-prefix}-layout-align-middle:before { content: $ti-icon-layout-align-middle; }\n.#{$ti-prefix}-layout-align-middle-filled:before { content: $ti-icon-layout-align-middle-filled; }\n.#{$ti-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; }\n.#{$ti-prefix}-layout-align-right-filled:before { content: $ti-icon-layout-align-right-filled; }\n.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }\n.#{$ti-prefix}-layout-align-top-filled:before { content: $ti-icon-layout-align-top-filled; }\n.#{$ti-prefix}-layout-board:before { content: $ti-icon-layout-board; }\n.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; }\n.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }\n.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }\n.#{$ti-prefix}-layout-bottombar-collapse-filled:before { content: $ti-icon-layout-bottombar-collapse-filled; }\n.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }\n.#{$ti-prefix}-layout-bottombar-expand-filled:before { content: $ti-icon-layout-bottombar-expand-filled; }\n.#{$ti-prefix}-layout-bottombar-filled:before { content: $ti-icon-layout-bottombar-filled; }\n.#{$ti-prefix}-layout-bottombar-inactive:before { content: $ti-icon-layout-bottombar-inactive; }\n.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }\n.#{$ti-prefix}-layout-cards-filled:before { content: $ti-icon-layout-cards-filled; }\n.#{$ti-prefix}-layout-collage:before { content: $ti-icon-layout-collage; }\n.#{$ti-prefix}-layout-columns:before { content: $ti-icon-layout-columns; }\n.#{$ti-prefix}-layout-dashboard:before { content: $ti-icon-layout-dashboard; }\n.#{$ti-prefix}-layout-dashboard-filled:before { content: $ti-icon-layout-dashboard-filled; }\n.#{$ti-prefix}-layout-distribute-horizontal:before { content: $ti-icon-layout-distribute-horizontal; }\n.#{$ti-prefix}-layout-distribute-horizontal-filled:before { content: $ti-icon-layout-distribute-horizontal-filled; }\n.#{$ti-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; }\n.#{$ti-prefix}-layout-distribute-vertical-filled:before { content: $ti-icon-layout-distribute-vertical-filled; }\n.#{$ti-prefix}-layout-filled:before { content: $ti-icon-layout-filled; }\n.#{$ti-prefix}-layout-grid:before { content: $ti-icon-layout-grid; }\n.#{$ti-prefix}-layout-grid-add:before { content: $ti-icon-layout-grid-add; }\n.#{$ti-prefix}-layout-grid-filled:before { content: $ti-icon-layout-grid-filled; }\n.#{$ti-prefix}-layout-grid-remove:before { content: $ti-icon-layout-grid-remove; }\n.#{$ti-prefix}-layout-kanban:before { content: $ti-icon-layout-kanban; }\n.#{$ti-prefix}-layout-kanban-filled:before { content: $ti-icon-layout-kanban-filled; }\n.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }\n.#{$ti-prefix}-layout-list-filled:before { content: $ti-icon-layout-list-filled; }\n.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }\n.#{$ti-prefix}-layout-navbar-collapse:before { content: $ti-icon-layout-navbar-collapse; }\n.#{$ti-prefix}-layout-navbar-collapse-filled:before { content: $ti-icon-layout-navbar-collapse-filled; }\n.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; }\n.#{$ti-prefix}-layout-navbar-expand-filled:before { content: $ti-icon-layout-navbar-expand-filled; }\n.#{$ti-prefix}-layout-navbar-filled:before { content: $ti-icon-layout-navbar-filled; }\n.#{$ti-prefix}-layout-navbar-inactive:before { content: $ti-icon-layout-navbar-inactive; }\n.#{$ti-prefix}-layout-off:before { content: $ti-icon-layout-off; }\n.#{$ti-prefix}-layout-rows:before { content: $ti-icon-layout-rows; }\n.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }\n.#{$ti-prefix}-layout-sidebar-filled:before { content: $ti-icon-layout-sidebar-filled; }\n.#{$ti-prefix}-layout-sidebar-inactive:before { content: $ti-icon-layout-sidebar-inactive; }\n.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; }\n.#{$ti-prefix}-layout-sidebar-left-collapse-filled:before { content: $ti-icon-layout-sidebar-left-collapse-filled; }\n.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; }\n.#{$ti-prefix}-layout-sidebar-left-expand-filled:before { content: $ti-icon-layout-sidebar-left-expand-filled; }\n.#{$ti-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; }\n.#{$ti-prefix}-layout-sidebar-right-collapse:before { content: $ti-icon-layout-sidebar-right-collapse; }\n.#{$ti-prefix}-layout-sidebar-right-collapse-filled:before { content: $ti-icon-layout-sidebar-right-collapse-filled; }\n.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }\n.#{$ti-prefix}-layout-sidebar-right-expand-filled:before { content: $ti-icon-layout-sidebar-right-expand-filled; }\n.#{$ti-prefix}-layout-sidebar-right-filled:before { content: $ti-icon-layout-sidebar-right-filled; }\n.#{$ti-prefix}-layout-sidebar-right-inactive:before { content: $ti-icon-layout-sidebar-right-inactive; }\n.#{$ti-prefix}-leaf:before { content: $ti-icon-leaf; }\n.#{$ti-prefix}-leaf-2:before { content: $ti-icon-leaf-2; }\n.#{$ti-prefix}-leaf-off:before { content: $ti-icon-leaf-off; }\n.#{$ti-prefix}-lego:before { content: $ti-icon-lego; }\n.#{$ti-prefix}-lego-filled:before { content: $ti-icon-lego-filled; }\n.#{$ti-prefix}-lego-off:before { content: $ti-icon-lego-off; }\n.#{$ti-prefix}-lemon:before { content: $ti-icon-lemon; }\n.#{$ti-prefix}-lemon-2:before { content: $ti-icon-lemon-2; }\n.#{$ti-prefix}-letter-a:before { content: $ti-icon-letter-a; }\n.#{$ti-prefix}-letter-a-small:before { content: $ti-icon-letter-a-small; }\n.#{$ti-prefix}-letter-b:before { content: $ti-icon-letter-b; }\n.#{$ti-prefix}-letter-b-small:before { content: $ti-icon-letter-b-small; }\n.#{$ti-prefix}-letter-c:before { content: $ti-icon-letter-c; }\n.#{$ti-prefix}-letter-c-small:before { content: $ti-icon-letter-c-small; }\n.#{$ti-prefix}-letter-case:before { content: $ti-icon-letter-case; }\n.#{$ti-prefix}-letter-case-lower:before { content: $ti-icon-letter-case-lower; }\n.#{$ti-prefix}-letter-case-toggle:before { content: $ti-icon-letter-case-toggle; }\n.#{$ti-prefix}-letter-case-upper:before { content: $ti-icon-letter-case-upper; }\n.#{$ti-prefix}-letter-d:before { content: $ti-icon-letter-d; }\n.#{$ti-prefix}-letter-d-small:before { content: $ti-icon-letter-d-small; }\n.#{$ti-prefix}-letter-e:before { content: $ti-icon-letter-e; }\n.#{$ti-prefix}-letter-e-small:before { content: $ti-icon-letter-e-small; }\n.#{$ti-prefix}-letter-f:before { content: $ti-icon-letter-f; }\n.#{$ti-prefix}-letter-f-small:before { content: $ti-icon-letter-f-small; }\n.#{$ti-prefix}-letter-g:before { content: $ti-icon-letter-g; }\n.#{$ti-prefix}-letter-g-small:before { content: $ti-icon-letter-g-small; }\n.#{$ti-prefix}-letter-h:before { content: $ti-icon-letter-h; }\n.#{$ti-prefix}-letter-h-small:before { content: $ti-icon-letter-h-small; }\n.#{$ti-prefix}-letter-i:before { content: $ti-icon-letter-i; }\n.#{$ti-prefix}-letter-i-small:before { content: $ti-icon-letter-i-small; }\n.#{$ti-prefix}-letter-j:before { content: $ti-icon-letter-j; }\n.#{$ti-prefix}-letter-j-small:before { content: $ti-icon-letter-j-small; }\n.#{$ti-prefix}-letter-k:before { content: $ti-icon-letter-k; }\n.#{$ti-prefix}-letter-k-small:before { content: $ti-icon-letter-k-small; }\n.#{$ti-prefix}-letter-l:before { content: $ti-icon-letter-l; }\n.#{$ti-prefix}-letter-l-small:before { content: $ti-icon-letter-l-small; }\n.#{$ti-prefix}-letter-m:before { content: $ti-icon-letter-m; }\n.#{$ti-prefix}-letter-m-small:before { content: $ti-icon-letter-m-small; }\n.#{$ti-prefix}-letter-n:before { content: $ti-icon-letter-n; }\n.#{$ti-prefix}-letter-n-small:before { content: $ti-icon-letter-n-small; }\n.#{$ti-prefix}-letter-o:before { content: $ti-icon-letter-o; }\n.#{$ti-prefix}-letter-o-small:before { content: $ti-icon-letter-o-small; }\n.#{$ti-prefix}-letter-p:before { content: $ti-icon-letter-p; }\n.#{$ti-prefix}-letter-p-small:before { content: $ti-icon-letter-p-small; }\n.#{$ti-prefix}-letter-q:before { content: $ti-icon-letter-q; }\n.#{$ti-prefix}-letter-q-small:before { content: $ti-icon-letter-q-small; }\n.#{$ti-prefix}-letter-r:before { content: $ti-icon-letter-r; }\n.#{$ti-prefix}-letter-r-small:before { content: $ti-icon-letter-r-small; }\n.#{$ti-prefix}-letter-s:before { content: $ti-icon-letter-s; }\n.#{$ti-prefix}-letter-s-small:before { content: $ti-icon-letter-s-small; }\n.#{$ti-prefix}-letter-spacing:before { content: $ti-icon-letter-spacing; }\n.#{$ti-prefix}-letter-t:before { content: $ti-icon-letter-t; }\n.#{$ti-prefix}-letter-t-small:before { content: $ti-icon-letter-t-small; }\n.#{$ti-prefix}-letter-u:before { content: $ti-icon-letter-u; }\n.#{$ti-prefix}-letter-u-small:before { content: $ti-icon-letter-u-small; }\n.#{$ti-prefix}-letter-v:before { content: $ti-icon-letter-v; }\n.#{$ti-prefix}-letter-v-small:before { content: $ti-icon-letter-v-small; }\n.#{$ti-prefix}-letter-w:before { content: $ti-icon-letter-w; }\n.#{$ti-prefix}-letter-w-small:before { content: $ti-icon-letter-w-small; }\n.#{$ti-prefix}-letter-x:before { content: $ti-icon-letter-x; }\n.#{$ti-prefix}-letter-x-small:before { content: $ti-icon-letter-x-small; }\n.#{$ti-prefix}-letter-y:before { content: $ti-icon-letter-y; }\n.#{$ti-prefix}-letter-y-small:before { content: $ti-icon-letter-y-small; }\n.#{$ti-prefix}-letter-z:before { content: $ti-icon-letter-z; }\n.#{$ti-prefix}-letter-z-small:before { content: $ti-icon-letter-z-small; }\n.#{$ti-prefix}-library:before { content: $ti-icon-library; }\n.#{$ti-prefix}-library-minus:before { content: $ti-icon-library-minus; }\n.#{$ti-prefix}-library-photo:before { content: $ti-icon-library-photo; }\n.#{$ti-prefix}-library-plus:before { content: $ti-icon-library-plus; }\n.#{$ti-prefix}-license:before { content: $ti-icon-license; }\n.#{$ti-prefix}-license-off:before { content: $ti-icon-license-off; }\n.#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; }\n.#{$ti-prefix}-lifebuoy-off:before { content: $ti-icon-lifebuoy-off; }\n.#{$ti-prefix}-lighter:before { content: $ti-icon-lighter; }\n.#{$ti-prefix}-line:before { content: $ti-icon-line; }\n.#{$ti-prefix}-line-dashed:before { content: $ti-icon-line-dashed; }\n.#{$ti-prefix}-line-dotted:before { content: $ti-icon-line-dotted; }\n.#{$ti-prefix}-line-height:before { content: $ti-icon-line-height; }\n.#{$ti-prefix}-line-scan:before { content: $ti-icon-line-scan; }\n.#{$ti-prefix}-link:before { content: $ti-icon-link; }\n.#{$ti-prefix}-link-minus:before { content: $ti-icon-link-minus; }\n.#{$ti-prefix}-link-off:before { content: $ti-icon-link-off; }\n.#{$ti-prefix}-link-plus:before { content: $ti-icon-link-plus; }\n.#{$ti-prefix}-list:before { content: $ti-icon-list; }\n.#{$ti-prefix}-list-check:before { content: $ti-icon-list-check; }\n.#{$ti-prefix}-list-details:before { content: $ti-icon-list-details; }\n.#{$ti-prefix}-list-letters:before { content: $ti-icon-list-letters; }\n.#{$ti-prefix}-list-numbers:before { content: $ti-icon-list-numbers; }\n.#{$ti-prefix}-list-search:before { content: $ti-icon-list-search; }\n.#{$ti-prefix}-list-tree:before { content: $ti-icon-list-tree; }\n.#{$ti-prefix}-live-photo:before { content: $ti-icon-live-photo; }\n.#{$ti-prefix}-live-photo-filled:before { content: $ti-icon-live-photo-filled; }\n.#{$ti-prefix}-live-photo-off:before { content: $ti-icon-live-photo-off; }\n.#{$ti-prefix}-live-view:before { content: $ti-icon-live-view; }\n.#{$ti-prefix}-load-balancer:before { content: $ti-icon-load-balancer; }\n.#{$ti-prefix}-loader:before { content: $ti-icon-loader; }\n.#{$ti-prefix}-loader-2:before { content: $ti-icon-loader-2; }\n.#{$ti-prefix}-loader-3:before { content: $ti-icon-loader-3; }\n.#{$ti-prefix}-loader-quarter:before { content: $ti-icon-loader-quarter; }\n.#{$ti-prefix}-location:before { content: $ti-icon-location; }\n.#{$ti-prefix}-location-bolt:before { content: $ti-icon-location-bolt; }\n.#{$ti-prefix}-location-broken:before { content: $ti-icon-location-broken; }\n.#{$ti-prefix}-location-cancel:before { content: $ti-icon-location-cancel; }\n.#{$ti-prefix}-location-check:before { content: $ti-icon-location-check; }\n.#{$ti-prefix}-location-code:before { content: $ti-icon-location-code; }\n.#{$ti-prefix}-location-cog:before { content: $ti-icon-location-cog; }\n.#{$ti-prefix}-location-discount:before { content: $ti-icon-location-discount; }\n.#{$ti-prefix}-location-dollar:before { content: $ti-icon-location-dollar; }\n.#{$ti-prefix}-location-down:before { content: $ti-icon-location-down; }\n.#{$ti-prefix}-location-exclamation:before { content: $ti-icon-location-exclamation; }\n.#{$ti-prefix}-location-filled:before { content: $ti-icon-location-filled; }\n.#{$ti-prefix}-location-heart:before { content: $ti-icon-location-heart; }\n.#{$ti-prefix}-location-minus:before { content: $ti-icon-location-minus; }\n.#{$ti-prefix}-location-off:before { content: $ti-icon-location-off; }\n.#{$ti-prefix}-location-pause:before { content: $ti-icon-location-pause; }\n.#{$ti-prefix}-location-pin:before { content: $ti-icon-location-pin; }\n.#{$ti-prefix}-location-plus:before { content: $ti-icon-location-plus; }\n.#{$ti-prefix}-location-question:before { content: $ti-icon-location-question; }\n.#{$ti-prefix}-location-search:before { content: $ti-icon-location-search; }\n.#{$ti-prefix}-location-share:before { content: $ti-icon-location-share; }\n.#{$ti-prefix}-location-star:before { content: $ti-icon-location-star; }\n.#{$ti-prefix}-location-up:before { content: $ti-icon-location-up; }\n.#{$ti-prefix}-location-x:before { content: $ti-icon-location-x; }\n.#{$ti-prefix}-lock:before { content: $ti-icon-lock; }\n.#{$ti-prefix}-lock-access:before { content: $ti-icon-lock-access; }\n.#{$ti-prefix}-lock-access-off:before { content: $ti-icon-lock-access-off; }\n.#{$ti-prefix}-lock-bitcoin:before { content: $ti-icon-lock-bitcoin; }\n.#{$ti-prefix}-lock-bolt:before { content: $ti-icon-lock-bolt; }\n.#{$ti-prefix}-lock-cancel:before { content: $ti-icon-lock-cancel; }\n.#{$ti-prefix}-lock-check:before { content: $ti-icon-lock-check; }\n.#{$ti-prefix}-lock-code:before { content: $ti-icon-lock-code; }\n.#{$ti-prefix}-lock-cog:before { content: $ti-icon-lock-cog; }\n.#{$ti-prefix}-lock-dollar:before { content: $ti-icon-lock-dollar; }\n.#{$ti-prefix}-lock-down:before { content: $ti-icon-lock-down; }\n.#{$ti-prefix}-lock-exclamation:before { content: $ti-icon-lock-exclamation; }\n.#{$ti-prefix}-lock-filled:before { content: $ti-icon-lock-filled; }\n.#{$ti-prefix}-lock-heart:before { content: $ti-icon-lock-heart; }\n.#{$ti-prefix}-lock-minus:before { content: $ti-icon-lock-minus; }\n.#{$ti-prefix}-lock-off:before { content: $ti-icon-lock-off; }\n.#{$ti-prefix}-lock-open:before { content: $ti-icon-lock-open; }\n.#{$ti-prefix}-lock-open-2:before { content: $ti-icon-lock-open-2; }\n.#{$ti-prefix}-lock-open-off:before { content: $ti-icon-lock-open-off; }\n.#{$ti-prefix}-lock-password:before { content: $ti-icon-lock-password; }\n.#{$ti-prefix}-lock-pause:before { content: $ti-icon-lock-pause; }\n.#{$ti-prefix}-lock-pin:before { content: $ti-icon-lock-pin; }\n.#{$ti-prefix}-lock-plus:before { content: $ti-icon-lock-plus; }\n.#{$ti-prefix}-lock-question:before { content: $ti-icon-lock-question; }\n.#{$ti-prefix}-lock-search:before { content: $ti-icon-lock-search; }\n.#{$ti-prefix}-lock-share:before { content: $ti-icon-lock-share; }\n.#{$ti-prefix}-lock-square:before { content: $ti-icon-lock-square; }\n.#{$ti-prefix}-lock-square-rounded:before { content: $ti-icon-lock-square-rounded; }\n.#{$ti-prefix}-lock-square-rounded-filled:before { content: $ti-icon-lock-square-rounded-filled; }\n.#{$ti-prefix}-lock-star:before { content: $ti-icon-lock-star; }\n.#{$ti-prefix}-lock-up:before { content: $ti-icon-lock-up; }\n.#{$ti-prefix}-lock-x:before { content: $ti-icon-lock-x; }\n.#{$ti-prefix}-logic-and:before { content: $ti-icon-logic-and; }\n.#{$ti-prefix}-logic-buffer:before { content: $ti-icon-logic-buffer; }\n.#{$ti-prefix}-logic-nand:before { content: $ti-icon-logic-nand; }\n.#{$ti-prefix}-logic-nor:before { content: $ti-icon-logic-nor; }\n.#{$ti-prefix}-logic-not:before { content: $ti-icon-logic-not; }\n.#{$ti-prefix}-logic-or:before { content: $ti-icon-logic-or; }\n.#{$ti-prefix}-logic-xnor:before { content: $ti-icon-logic-xnor; }\n.#{$ti-prefix}-logic-xor:before { content: $ti-icon-logic-xor; }\n.#{$ti-prefix}-login:before { content: $ti-icon-login; }\n.#{$ti-prefix}-login-2:before { content: $ti-icon-login-2; }\n.#{$ti-prefix}-logout:before { content: $ti-icon-logout; }\n.#{$ti-prefix}-logout-2:before { content: $ti-icon-logout-2; }\n.#{$ti-prefix}-logs:before { content: $ti-icon-logs; }\n.#{$ti-prefix}-lollipop:before { content: $ti-icon-lollipop; }\n.#{$ti-prefix}-lollipop-off:before { content: $ti-icon-lollipop-off; }\n.#{$ti-prefix}-luggage:before { content: $ti-icon-luggage; }\n.#{$ti-prefix}-luggage-off:before { content: $ti-icon-luggage-off; }\n.#{$ti-prefix}-lungs:before { content: $ti-icon-lungs; }\n.#{$ti-prefix}-lungs-filled:before { content: $ti-icon-lungs-filled; }\n.#{$ti-prefix}-lungs-off:before { content: $ti-icon-lungs-off; }\n.#{$ti-prefix}-macro:before { content: $ti-icon-macro; }\n.#{$ti-prefix}-macro-filled:before { content: $ti-icon-macro-filled; }\n.#{$ti-prefix}-macro-off:before { content: $ti-icon-macro-off; }\n.#{$ti-prefix}-magnet:before { content: $ti-icon-magnet; }\n.#{$ti-prefix}-magnet-filled:before { content: $ti-icon-magnet-filled; }\n.#{$ti-prefix}-magnet-off:before { content: $ti-icon-magnet-off; }\n.#{$ti-prefix}-magnetic:before { content: $ti-icon-magnetic; }\n.#{$ti-prefix}-mail:before { content: $ti-icon-mail; }\n.#{$ti-prefix}-mail-ai:before { content: $ti-icon-mail-ai; }\n.#{$ti-prefix}-mail-bitcoin:before { content: $ti-icon-mail-bitcoin; }\n.#{$ti-prefix}-mail-bolt:before { content: $ti-icon-mail-bolt; }\n.#{$ti-prefix}-mail-cancel:before { content: $ti-icon-mail-cancel; }\n.#{$ti-prefix}-mail-check:before { content: $ti-icon-mail-check; }\n.#{$ti-prefix}-mail-code:before { content: $ti-icon-mail-code; }\n.#{$ti-prefix}-mail-cog:before { content: $ti-icon-mail-cog; }\n.#{$ti-prefix}-mail-dollar:before { content: $ti-icon-mail-dollar; }\n.#{$ti-prefix}-mail-down:before { content: $ti-icon-mail-down; }\n.#{$ti-prefix}-mail-exclamation:before { content: $ti-icon-mail-exclamation; }\n.#{$ti-prefix}-mail-fast:before { content: $ti-icon-mail-fast; }\n.#{$ti-prefix}-mail-filled:before { content: $ti-icon-mail-filled; }\n.#{$ti-prefix}-mail-forward:before { content: $ti-icon-mail-forward; }\n.#{$ti-prefix}-mail-heart:before { content: $ti-icon-mail-heart; }\n.#{$ti-prefix}-mail-minus:before { content: $ti-icon-mail-minus; }\n.#{$ti-prefix}-mail-off:before { content: $ti-icon-mail-off; }\n.#{$ti-prefix}-mail-opened:before { content: $ti-icon-mail-opened; }\n.#{$ti-prefix}-mail-opened-filled:before { content: $ti-icon-mail-opened-filled; }\n.#{$ti-prefix}-mail-pause:before { content: $ti-icon-mail-pause; }\n.#{$ti-prefix}-mail-pin:before { content: $ti-icon-mail-pin; }\n.#{$ti-prefix}-mail-plus:before { content: $ti-icon-mail-plus; }\n.#{$ti-prefix}-mail-question:before { content: $ti-icon-mail-question; }\n.#{$ti-prefix}-mail-search:before { content: $ti-icon-mail-search; }\n.#{$ti-prefix}-mail-share:before { content: $ti-icon-mail-share; }\n.#{$ti-prefix}-mail-spark:before { content: $ti-icon-mail-spark; }\n.#{$ti-prefix}-mail-star:before { content: $ti-icon-mail-star; }\n.#{$ti-prefix}-mail-up:before { content: $ti-icon-mail-up; }\n.#{$ti-prefix}-mail-x:before { content: $ti-icon-mail-x; }\n.#{$ti-prefix}-mailbox:before { content: $ti-icon-mailbox; }\n.#{$ti-prefix}-mailbox-off:before { content: $ti-icon-mailbox-off; }\n.#{$ti-prefix}-man:before { content: $ti-icon-man; }\n.#{$ti-prefix}-man-filled:before { content: $ti-icon-man-filled; }\n.#{$ti-prefix}-manual-gearbox:before { content: $ti-icon-manual-gearbox; }\n.#{$ti-prefix}-manual-gearbox-filled:before { content: $ti-icon-manual-gearbox-filled; }\n.#{$ti-prefix}-map:before { content: $ti-icon-map; }\n.#{$ti-prefix}-map-2:before { content: $ti-icon-map-2; }\n.#{$ti-prefix}-map-bolt:before { content: $ti-icon-map-bolt; }\n.#{$ti-prefix}-map-cancel:before { content: $ti-icon-map-cancel; }\n.#{$ti-prefix}-map-check:before { content: $ti-icon-map-check; }\n.#{$ti-prefix}-map-code:before { content: $ti-icon-map-code; }\n.#{$ti-prefix}-map-cog:before { content: $ti-icon-map-cog; }\n.#{$ti-prefix}-map-discount:before { content: $ti-icon-map-discount; }\n.#{$ti-prefix}-map-dollar:before { content: $ti-icon-map-dollar; }\n.#{$ti-prefix}-map-down:before { content: $ti-icon-map-down; }\n.#{$ti-prefix}-map-east:before { content: $ti-icon-map-east; }\n.#{$ti-prefix}-map-exclamation:before { content: $ti-icon-map-exclamation; }\n.#{$ti-prefix}-map-heart:before { content: $ti-icon-map-heart; }\n.#{$ti-prefix}-map-minus:before { content: $ti-icon-map-minus; }\n.#{$ti-prefix}-map-north:before { content: $ti-icon-map-north; }\n.#{$ti-prefix}-map-off:before { content: $ti-icon-map-off; }\n.#{$ti-prefix}-map-pause:before { content: $ti-icon-map-pause; }\n.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; }\n.#{$ti-prefix}-map-pin-2:before { content: $ti-icon-map-pin-2; }\n.#{$ti-prefix}-map-pin-bolt:before { content: $ti-icon-map-pin-bolt; }\n.#{$ti-prefix}-map-pin-cancel:before { content: $ti-icon-map-pin-cancel; }\n.#{$ti-prefix}-map-pin-check:before { content: $ti-icon-map-pin-check; }\n.#{$ti-prefix}-map-pin-code:before { content: $ti-icon-map-pin-code; }\n.#{$ti-prefix}-map-pin-cog:before { content: $ti-icon-map-pin-cog; }\n.#{$ti-prefix}-map-pin-dollar:before { content: $ti-icon-map-pin-dollar; }\n.#{$ti-prefix}-map-pin-down:before { content: $ti-icon-map-pin-down; }\n.#{$ti-prefix}-map-pin-exclamation:before { content: $ti-icon-map-pin-exclamation; }\n.#{$ti-prefix}-map-pin-filled:before { content: $ti-icon-map-pin-filled; }\n.#{$ti-prefix}-map-pin-heart:before { content: $ti-icon-map-pin-heart; }\n.#{$ti-prefix}-map-pin-minus:before { content: $ti-icon-map-pin-minus; }\n.#{$ti-prefix}-map-pin-off:before { content: $ti-icon-map-pin-off; }\n.#{$ti-prefix}-map-pin-pause:before { content: $ti-icon-map-pin-pause; }\n.#{$ti-prefix}-map-pin-pin:before { content: $ti-icon-map-pin-pin; }\n.#{$ti-prefix}-map-pin-plus:before { content: $ti-icon-map-pin-plus; }\n.#{$ti-prefix}-map-pin-question:before { content: $ti-icon-map-pin-question; }\n.#{$ti-prefix}-map-pin-search:before { content: $ti-icon-map-pin-search; }\n.#{$ti-prefix}-map-pin-share:before { content: $ti-icon-map-pin-share; }\n.#{$ti-prefix}-map-pin-star:before { content: $ti-icon-map-pin-star; }\n.#{$ti-prefix}-map-pin-up:before { content: $ti-icon-map-pin-up; }\n.#{$ti-prefix}-map-pin-x:before { content: $ti-icon-map-pin-x; }\n.#{$ti-prefix}-map-pins:before { content: $ti-icon-map-pins; }\n.#{$ti-prefix}-map-plus:before { content: $ti-icon-map-plus; }\n.#{$ti-prefix}-map-question:before { content: $ti-icon-map-question; }\n.#{$ti-prefix}-map-route:before { content: $ti-icon-map-route; }\n.#{$ti-prefix}-map-search:before { content: $ti-icon-map-search; }\n.#{$ti-prefix}-map-share:before { content: $ti-icon-map-share; }\n.#{$ti-prefix}-map-south:before { content: $ti-icon-map-south; }\n.#{$ti-prefix}-map-star:before { content: $ti-icon-map-star; }\n.#{$ti-prefix}-map-up:before { content: $ti-icon-map-up; }\n.#{$ti-prefix}-map-west:before { content: $ti-icon-map-west; }\n.#{$ti-prefix}-map-x:before { content: $ti-icon-map-x; }\n.#{$ti-prefix}-markdown:before { content: $ti-icon-markdown; }\n.#{$ti-prefix}-markdown-off:before { content: $ti-icon-markdown-off; }\n.#{$ti-prefix}-marquee:before { content: $ti-icon-marquee; }\n.#{$ti-prefix}-marquee-2:before { content: $ti-icon-marquee-2; }\n.#{$ti-prefix}-marquee-off:before { content: $ti-icon-marquee-off; }\n.#{$ti-prefix}-mars:before { content: $ti-icon-mars; }\n.#{$ti-prefix}-mask:before { content: $ti-icon-mask; }\n.#{$ti-prefix}-mask-off:before { content: $ti-icon-mask-off; }\n.#{$ti-prefix}-masks-theater:before { content: $ti-icon-masks-theater; }\n.#{$ti-prefix}-masks-theater-off:before { content: $ti-icon-masks-theater-off; }\n.#{$ti-prefix}-massage:before { content: $ti-icon-massage; }\n.#{$ti-prefix}-matchstick:before { content: $ti-icon-matchstick; }\n.#{$ti-prefix}-math:before { content: $ti-icon-math; }\n.#{$ti-prefix}-math-1-divide-2:before { content: $ti-icon-math-1-divide-2; }\n.#{$ti-prefix}-math-1-divide-3:before { content: $ti-icon-math-1-divide-3; }\n.#{$ti-prefix}-math-avg:before { content: $ti-icon-math-avg; }\n.#{$ti-prefix}-math-cos:before { content: $ti-icon-math-cos; }\n.#{$ti-prefix}-math-ctg:before { content: $ti-icon-math-ctg; }\n.#{$ti-prefix}-math-equal-greater:before { content: $ti-icon-math-equal-greater; }\n.#{$ti-prefix}-math-equal-lower:before { content: $ti-icon-math-equal-lower; }\n.#{$ti-prefix}-math-function:before { content: $ti-icon-math-function; }\n.#{$ti-prefix}-math-function-off:before { content: $ti-icon-math-function-off; }\n.#{$ti-prefix}-math-function-y:before { content: $ti-icon-math-function-y; }\n.#{$ti-prefix}-math-greater:before { content: $ti-icon-math-greater; }\n.#{$ti-prefix}-math-integral:before { content: $ti-icon-math-integral; }\n.#{$ti-prefix}-math-integral-x:before { content: $ti-icon-math-integral-x; }\n.#{$ti-prefix}-math-integrals:before { content: $ti-icon-math-integrals; }\n.#{$ti-prefix}-math-lower:before { content: $ti-icon-math-lower; }\n.#{$ti-prefix}-math-max:before { content: $ti-icon-math-max; }\n.#{$ti-prefix}-math-max-min:before { content: $ti-icon-math-max-min; }\n.#{$ti-prefix}-math-min:before { content: $ti-icon-math-min; }\n.#{$ti-prefix}-math-not:before { content: $ti-icon-math-not; }\n.#{$ti-prefix}-math-off:before { content: $ti-icon-math-off; }\n.#{$ti-prefix}-math-pi:before { content: $ti-icon-math-pi; }\n.#{$ti-prefix}-math-pi-divide-2:before { content: $ti-icon-math-pi-divide-2; }\n.#{$ti-prefix}-math-sec:before { content: $ti-icon-math-sec; }\n.#{$ti-prefix}-math-sin:before { content: $ti-icon-math-sin; }\n.#{$ti-prefix}-math-symbols:before { content: $ti-icon-math-symbols; }\n.#{$ti-prefix}-math-tg:before { content: $ti-icon-math-tg; }\n.#{$ti-prefix}-math-x-divide-2:before { content: $ti-icon-math-x-divide-2; }\n.#{$ti-prefix}-math-x-divide-y:before { content: $ti-icon-math-x-divide-y; }\n.#{$ti-prefix}-math-x-divide-y-2:before { content: $ti-icon-math-x-divide-y-2; }\n.#{$ti-prefix}-math-x-floor-divide-y:before { content: $ti-icon-math-x-floor-divide-y; }\n.#{$ti-prefix}-math-x-minus-x:before { content: $ti-icon-math-x-minus-x; }\n.#{$ti-prefix}-math-x-minus-y:before { content: $ti-icon-math-x-minus-y; }\n.#{$ti-prefix}-math-x-plus-x:before { content: $ti-icon-math-x-plus-x; }\n.#{$ti-prefix}-math-x-plus-y:before { content: $ti-icon-math-x-plus-y; }\n.#{$ti-prefix}-math-xy:before { content: $ti-icon-math-xy; }\n.#{$ti-prefix}-math-y-minus-y:before { content: $ti-icon-math-y-minus-y; }\n.#{$ti-prefix}-math-y-plus-y:before { content: $ti-icon-math-y-plus-y; }\n.#{$ti-prefix}-maximize:before { content: $ti-icon-maximize; }\n.#{$ti-prefix}-maximize-off:before { content: $ti-icon-maximize-off; }\n.#{$ti-prefix}-meat:before { content: $ti-icon-meat; }\n.#{$ti-prefix}-meat-off:before { content: $ti-icon-meat-off; }\n.#{$ti-prefix}-medal:before { content: $ti-icon-medal; }\n.#{$ti-prefix}-medal-2:before { content: $ti-icon-medal-2; }\n.#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }\n.#{$ti-prefix}-medical-cross-circle:before { content: $ti-icon-medical-cross-circle; }\n.#{$ti-prefix}-medical-cross-filled:before { content: $ti-icon-medical-cross-filled; }\n.#{$ti-prefix}-medical-cross-off:before { content: $ti-icon-medical-cross-off; }\n.#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; }\n.#{$ti-prefix}-meeple:before { content: $ti-icon-meeple; }\n.#{$ti-prefix}-melon:before { content: $ti-icon-melon; }\n.#{$ti-prefix}-melon-filled:before { content: $ti-icon-melon-filled; }\n.#{$ti-prefix}-menorah:before { content: $ti-icon-menorah; }\n.#{$ti-prefix}-menu:before { content: $ti-icon-menu; }\n.#{$ti-prefix}-menu-2:before { content: $ti-icon-menu-2; }\n.#{$ti-prefix}-menu-3:before { content: $ti-icon-menu-3; }\n.#{$ti-prefix}-menu-4:before { content: $ti-icon-menu-4; }\n.#{$ti-prefix}-menu-deep:before { content: $ti-icon-menu-deep; }\n.#{$ti-prefix}-menu-order:before { content: $ti-icon-menu-order; }\n.#{$ti-prefix}-message:before { content: $ti-icon-message; }\n.#{$ti-prefix}-message-2:before { content: $ti-icon-message-2; }\n.#{$ti-prefix}-message-2-bolt:before { content: $ti-icon-message-2-bolt; }\n.#{$ti-prefix}-message-2-cancel:before { content: $ti-icon-message-2-cancel; }\n.#{$ti-prefix}-message-2-check:before { content: $ti-icon-message-2-check; }\n.#{$ti-prefix}-message-2-code:before { content: $ti-icon-message-2-code; }\n.#{$ti-prefix}-message-2-cog:before { content: $ti-icon-message-2-cog; }\n.#{$ti-prefix}-message-2-dollar:before { content: $ti-icon-message-2-dollar; }\n.#{$ti-prefix}-message-2-down:before { content: $ti-icon-message-2-down; }\n.#{$ti-prefix}-message-2-exclamation:before { content: $ti-icon-message-2-exclamation; }\n.#{$ti-prefix}-message-2-heart:before { content: $ti-icon-message-2-heart; }\n.#{$ti-prefix}-message-2-minus:before { content: $ti-icon-message-2-minus; }\n.#{$ti-prefix}-message-2-off:before { content: $ti-icon-message-2-off; }\n.#{$ti-prefix}-message-2-pause:before { content: $ti-icon-message-2-pause; }\n.#{$ti-prefix}-message-2-pin:before { content: $ti-icon-message-2-pin; }\n.#{$ti-prefix}-message-2-plus:before { content: $ti-icon-message-2-plus; }\n.#{$ti-prefix}-message-2-question:before { content: $ti-icon-message-2-question; }\n.#{$ti-prefix}-message-2-search:before { content: $ti-icon-message-2-search; }\n.#{$ti-prefix}-message-2-share:before { content: $ti-icon-message-2-share; }\n.#{$ti-prefix}-message-2-star:before { content: $ti-icon-message-2-star; }\n.#{$ti-prefix}-message-2-up:before { content: $ti-icon-message-2-up; }\n.#{$ti-prefix}-message-2-x:before { content: $ti-icon-message-2-x; }\n.#{$ti-prefix}-message-bolt:before { content: $ti-icon-message-bolt; }\n.#{$ti-prefix}-message-cancel:before { content: $ti-icon-message-cancel; }\n.#{$ti-prefix}-message-chatbot:before { content: $ti-icon-message-chatbot; }\n.#{$ti-prefix}-message-chatbot-filled:before { content: $ti-icon-message-chatbot-filled; }\n.#{$ti-prefix}-message-check:before { content: $ti-icon-message-check; }\n.#{$ti-prefix}-message-circle:before { content: $ti-icon-message-circle; }\n.#{$ti-prefix}-message-circle-bolt:before { content: $ti-icon-message-circle-bolt; }\n.#{$ti-prefix}-message-circle-cancel:before { content: $ti-icon-message-circle-cancel; }\n.#{$ti-prefix}-message-circle-check:before { content: $ti-icon-message-circle-check; }\n.#{$ti-prefix}-message-circle-code:before { content: $ti-icon-message-circle-code; }\n.#{$ti-prefix}-message-circle-cog:before { content: $ti-icon-message-circle-cog; }\n.#{$ti-prefix}-message-circle-dollar:before { content: $ti-icon-message-circle-dollar; }\n.#{$ti-prefix}-message-circle-down:before { content: $ti-icon-message-circle-down; }\n.#{$ti-prefix}-message-circle-exclamation:before { content: $ti-icon-message-circle-exclamation; }\n.#{$ti-prefix}-message-circle-filled:before { content: $ti-icon-message-circle-filled; }\n.#{$ti-prefix}-message-circle-heart:before { content: $ti-icon-message-circle-heart; }\n.#{$ti-prefix}-message-circle-minus:before { content: $ti-icon-message-circle-minus; }\n.#{$ti-prefix}-message-circle-off:before { content: $ti-icon-message-circle-off; }\n.#{$ti-prefix}-message-circle-pause:before { content: $ti-icon-message-circle-pause; }\n.#{$ti-prefix}-message-circle-pin:before { content: $ti-icon-message-circle-pin; }\n.#{$ti-prefix}-message-circle-plus:before { content: $ti-icon-message-circle-plus; }\n.#{$ti-prefix}-message-circle-question:before { content: $ti-icon-message-circle-question; }\n.#{$ti-prefix}-message-circle-search:before { content: $ti-icon-message-circle-search; }\n.#{$ti-prefix}-message-circle-share:before { content: $ti-icon-message-circle-share; }\n.#{$ti-prefix}-message-circle-star:before { content: $ti-icon-message-circle-star; }\n.#{$ti-prefix}-message-circle-up:before { content: $ti-icon-message-circle-up; }\n.#{$ti-prefix}-message-circle-user:before { content: $ti-icon-message-circle-user; }\n.#{$ti-prefix}-message-circle-x:before { content: $ti-icon-message-circle-x; }\n.#{$ti-prefix}-message-code:before { content: $ti-icon-message-code; }\n.#{$ti-prefix}-message-cog:before { content: $ti-icon-message-cog; }\n.#{$ti-prefix}-message-dollar:before { content: $ti-icon-message-dollar; }\n.#{$ti-prefix}-message-dots:before { content: $ti-icon-message-dots; }\n.#{$ti-prefix}-message-down:before { content: $ti-icon-message-down; }\n.#{$ti-prefix}-message-exclamation:before { content: $ti-icon-message-exclamation; }\n.#{$ti-prefix}-message-filled:before { content: $ti-icon-message-filled; }\n.#{$ti-prefix}-message-forward:before { content: $ti-icon-message-forward; }\n.#{$ti-prefix}-message-heart:before { content: $ti-icon-message-heart; }\n.#{$ti-prefix}-message-language:before { content: $ti-icon-message-language; }\n.#{$ti-prefix}-message-minus:before { content: $ti-icon-message-minus; }\n.#{$ti-prefix}-message-off:before { content: $ti-icon-message-off; }\n.#{$ti-prefix}-message-pause:before { content: $ti-icon-message-pause; }\n.#{$ti-prefix}-message-pin:before { content: $ti-icon-message-pin; }\n.#{$ti-prefix}-message-plus:before { content: $ti-icon-message-plus; }\n.#{$ti-prefix}-message-question:before { content: $ti-icon-message-question; }\n.#{$ti-prefix}-message-reply:before { content: $ti-icon-message-reply; }\n.#{$ti-prefix}-message-report:before { content: $ti-icon-message-report; }\n.#{$ti-prefix}-message-report-filled:before { content: $ti-icon-message-report-filled; }\n.#{$ti-prefix}-message-search:before { content: $ti-icon-message-search; }\n.#{$ti-prefix}-message-share:before { content: $ti-icon-message-share; }\n.#{$ti-prefix}-message-star:before { content: $ti-icon-message-star; }\n.#{$ti-prefix}-message-up:before { content: $ti-icon-message-up; }\n.#{$ti-prefix}-message-user:before { content: $ti-icon-message-user; }\n.#{$ti-prefix}-message-x:before { content: $ti-icon-message-x; }\n.#{$ti-prefix}-messages:before { content: $ti-icon-messages; }\n.#{$ti-prefix}-messages-off:before { content: $ti-icon-messages-off; }\n.#{$ti-prefix}-meteor:before { content: $ti-icon-meteor; }\n.#{$ti-prefix}-meteor-filled:before { content: $ti-icon-meteor-filled; }\n.#{$ti-prefix}-meteor-off:before { content: $ti-icon-meteor-off; }\n.#{$ti-prefix}-meter-cube:before { content: $ti-icon-meter-cube; }\n.#{$ti-prefix}-meter-square:before { content: $ti-icon-meter-square; }\n.#{$ti-prefix}-metronome:before { content: $ti-icon-metronome; }\n.#{$ti-prefix}-michelin-bib-gourmand:before { content: $ti-icon-michelin-bib-gourmand; }\n.#{$ti-prefix}-michelin-star:before { content: $ti-icon-michelin-star; }\n.#{$ti-prefix}-michelin-star-filled:before { content: $ti-icon-michelin-star-filled; }\n.#{$ti-prefix}-michelin-star-green:before { content: $ti-icon-michelin-star-green; }\n.#{$ti-prefix}-mickey:before { content: $ti-icon-mickey; }\n.#{$ti-prefix}-mickey-filled:before { content: $ti-icon-mickey-filled; }\n.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }\n.#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; }\n.#{$ti-prefix}-microphone-2-off:before { content: $ti-icon-microphone-2-off; }\n.#{$ti-prefix}-microphone-filled:before { content: $ti-icon-microphone-filled; }\n.#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; }\n.#{$ti-prefix}-microscope:before { content: $ti-icon-microscope; }\n.#{$ti-prefix}-microscope-off:before { content: $ti-icon-microscope-off; }\n.#{$ti-prefix}-microwave:before { content: $ti-icon-microwave; }\n.#{$ti-prefix}-microwave-filled:before { content: $ti-icon-microwave-filled; }\n.#{$ti-prefix}-microwave-off:before { content: $ti-icon-microwave-off; }\n.#{$ti-prefix}-military-award:before { content: $ti-icon-military-award; }\n.#{$ti-prefix}-military-rank:before { content: $ti-icon-military-rank; }\n.#{$ti-prefix}-military-rank-filled:before { content: $ti-icon-military-rank-filled; }\n.#{$ti-prefix}-milk:before { content: $ti-icon-milk; }\n.#{$ti-prefix}-milk-filled:before { content: $ti-icon-milk-filled; }\n.#{$ti-prefix}-milk-off:before { content: $ti-icon-milk-off; }\n.#{$ti-prefix}-milkshake:before { content: $ti-icon-milkshake; }\n.#{$ti-prefix}-minimize:before { content: $ti-icon-minimize; }\n.#{$ti-prefix}-minus:before { content: $ti-icon-minus; }\n.#{$ti-prefix}-minus-vertical:before { content: $ti-icon-minus-vertical; }\n.#{$ti-prefix}-mist:before { content: $ti-icon-mist; }\n.#{$ti-prefix}-mist-off:before { content: $ti-icon-mist-off; }\n.#{$ti-prefix}-mobiledata:before { content: $ti-icon-mobiledata; }\n.#{$ti-prefix}-mobiledata-off:before { content: $ti-icon-mobiledata-off; }\n.#{$ti-prefix}-moneybag:before { content: $ti-icon-moneybag; }\n.#{$ti-prefix}-monkeybar:before { content: $ti-icon-monkeybar; }\n.#{$ti-prefix}-mood-angry:before { content: $ti-icon-mood-angry; }\n.#{$ti-prefix}-mood-angry-filled:before { content: $ti-icon-mood-angry-filled; }\n.#{$ti-prefix}-mood-annoyed:before { content: $ti-icon-mood-annoyed; }\n.#{$ti-prefix}-mood-annoyed-2:before { content: $ti-icon-mood-annoyed-2; }\n.#{$ti-prefix}-mood-bitcoin:before { content: $ti-icon-mood-bitcoin; }\n.#{$ti-prefix}-mood-boy:before { content: $ti-icon-mood-boy; }\n.#{$ti-prefix}-mood-check:before { content: $ti-icon-mood-check; }\n.#{$ti-prefix}-mood-cog:before { content: $ti-icon-mood-cog; }\n.#{$ti-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; }\n.#{$ti-prefix}-mood-confuzed-filled:before { content: $ti-icon-mood-confuzed-filled; }\n.#{$ti-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; }\n.#{$ti-prefix}-mood-crazy-happy-filled:before { content: $ti-icon-mood-crazy-happy-filled; }\n.#{$ti-prefix}-mood-cry:before { content: $ti-icon-mood-cry; }\n.#{$ti-prefix}-mood-dollar:before { content: $ti-icon-mood-dollar; }\n.#{$ti-prefix}-mood-edit:before { content: $ti-icon-mood-edit; }\n.#{$ti-prefix}-mood-empty:before { content: $ti-icon-mood-empty; }\n.#{$ti-prefix}-mood-empty-filled:before { content: $ti-icon-mood-empty-filled; }\n.#{$ti-prefix}-mood-happy:before { content: $ti-icon-mood-happy; }\n.#{$ti-prefix}-mood-happy-filled:before { content: $ti-icon-mood-happy-filled; }\n.#{$ti-prefix}-mood-heart:before { content: $ti-icon-mood-heart; }\n.#{$ti-prefix}-mood-kid:before { content: $ti-icon-mood-kid; }\n.#{$ti-prefix}-mood-kid-filled:before { content: $ti-icon-mood-kid-filled; }\n.#{$ti-prefix}-mood-look-down:before { content: $ti-icon-mood-look-down; }\n.#{$ti-prefix}-mood-look-left:before { content: $ti-icon-mood-look-left; }\n.#{$ti-prefix}-mood-look-right:before { content: $ti-icon-mood-look-right; }\n.#{$ti-prefix}-mood-look-up:before { content: $ti-icon-mood-look-up; }\n.#{$ti-prefix}-mood-minus:before { content: $ti-icon-mood-minus; }\n.#{$ti-prefix}-mood-nerd:before { content: $ti-icon-mood-nerd; }\n.#{$ti-prefix}-mood-nervous:before { content: $ti-icon-mood-nervous; }\n.#{$ti-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; }\n.#{$ti-prefix}-mood-neutral-filled:before { content: $ti-icon-mood-neutral-filled; }\n.#{$ti-prefix}-mood-off:before { content: $ti-icon-mood-off; }\n.#{$ti-prefix}-mood-pin:before { content: $ti-icon-mood-pin; }\n.#{$ti-prefix}-mood-plus:before { content: $ti-icon-mood-plus; }\n.#{$ti-prefix}-mood-puzzled:before { content: $ti-icon-mood-puzzled; }\n.#{$ti-prefix}-mood-sad:before { content: $ti-icon-mood-sad; }\n.#{$ti-prefix}-mood-sad-2:before { content: $ti-icon-mood-sad-2; }\n.#{$ti-prefix}-mood-sad-dizzy:before { content: $ti-icon-mood-sad-dizzy; }\n.#{$ti-prefix}-mood-sad-filled:before { content: $ti-icon-mood-sad-filled; }\n.#{$ti-prefix}-mood-sad-squint:before { content: $ti-icon-mood-sad-squint; }\n.#{$ti-prefix}-mood-search:before { content: $ti-icon-mood-search; }\n.#{$ti-prefix}-mood-share:before { content: $ti-icon-mood-share; }\n.#{$ti-prefix}-mood-sick:before { content: $ti-icon-mood-sick; }\n.#{$ti-prefix}-mood-silence:before { content: $ti-icon-mood-silence; }\n.#{$ti-prefix}-mood-sing:before { content: $ti-icon-mood-sing; }\n.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; }\n.#{$ti-prefix}-mood-smile-beam:before { content: $ti-icon-mood-smile-beam; }\n.#{$ti-prefix}-mood-smile-dizzy:before { content: $ti-icon-mood-smile-dizzy; }\n.#{$ti-prefix}-mood-smile-filled:before { content: $ti-icon-mood-smile-filled; }\n.#{$ti-prefix}-mood-spark:before { content: $ti-icon-mood-spark; }\n.#{$ti-prefix}-mood-surprised:before { content: $ti-icon-mood-surprised; }\n.#{$ti-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; }\n.#{$ti-prefix}-mood-tongue-wink:before { content: $ti-icon-mood-tongue-wink; }\n.#{$ti-prefix}-mood-tongue-wink-2:before { content: $ti-icon-mood-tongue-wink-2; }\n.#{$ti-prefix}-mood-unamused:before { content: $ti-icon-mood-unamused; }\n.#{$ti-prefix}-mood-up:before { content: $ti-icon-mood-up; }\n.#{$ti-prefix}-mood-wink:before { content: $ti-icon-mood-wink; }\n.#{$ti-prefix}-mood-wink-2:before { content: $ti-icon-mood-wink-2; }\n.#{$ti-prefix}-mood-wrrr:before { content: $ti-icon-mood-wrrr; }\n.#{$ti-prefix}-mood-wrrr-filled:before { content: $ti-icon-mood-wrrr-filled; }\n.#{$ti-prefix}-mood-x:before { content: $ti-icon-mood-x; }\n.#{$ti-prefix}-mood-xd:before { content: $ti-icon-mood-xd; }\n.#{$ti-prefix}-moon:before { content: $ti-icon-moon; }\n.#{$ti-prefix}-moon-2:before { content: $ti-icon-moon-2; }\n.#{$ti-prefix}-moon-filled:before { content: $ti-icon-moon-filled; }\n.#{$ti-prefix}-moon-off:before { content: $ti-icon-moon-off; }\n.#{$ti-prefix}-moon-stars:before { content: $ti-icon-moon-stars; }\n.#{$ti-prefix}-moped:before { content: $ti-icon-moped; }\n.#{$ti-prefix}-motorbike:before { content: $ti-icon-motorbike; }\n.#{$ti-prefix}-mountain:before { content: $ti-icon-mountain; }\n.#{$ti-prefix}-mountain-filled:before { content: $ti-icon-mountain-filled; }\n.#{$ti-prefix}-mountain-off:before { content: $ti-icon-mountain-off; }\n.#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; }\n.#{$ti-prefix}-mouse-2:before { content: $ti-icon-mouse-2; }\n.#{$ti-prefix}-mouse-filled:before { content: $ti-icon-mouse-filled; }\n.#{$ti-prefix}-mouse-off:before { content: $ti-icon-mouse-off; }\n.#{$ti-prefix}-moustache:before { content: $ti-icon-moustache; }\n.#{$ti-prefix}-movie:before { content: $ti-icon-movie; }\n.#{$ti-prefix}-movie-off:before { content: $ti-icon-movie-off; }\n.#{$ti-prefix}-mug:before { content: $ti-icon-mug; }\n.#{$ti-prefix}-mug-filled:before { content: $ti-icon-mug-filled; }\n.#{$ti-prefix}-mug-off:before { content: $ti-icon-mug-off; }\n.#{$ti-prefix}-multiplier-0-5x:before { content: $ti-icon-multiplier-0-5x; }\n.#{$ti-prefix}-multiplier-1-5x:before { content: $ti-icon-multiplier-1-5x; }\n.#{$ti-prefix}-multiplier-1x:before { content: $ti-icon-multiplier-1x; }\n.#{$ti-prefix}-multiplier-2x:before { content: $ti-icon-multiplier-2x; }\n.#{$ti-prefix}-mushroom:before { content: $ti-icon-mushroom; }\n.#{$ti-prefix}-mushroom-filled:before { content: $ti-icon-mushroom-filled; }\n.#{$ti-prefix}-mushroom-off:before { content: $ti-icon-mushroom-off; }\n.#{$ti-prefix}-music:before { content: $ti-icon-music; }\n.#{$ti-prefix}-music-bolt:before { content: $ti-icon-music-bolt; }\n.#{$ti-prefix}-music-cancel:before { content: $ti-icon-music-cancel; }\n.#{$ti-prefix}-music-check:before { content: $ti-icon-music-check; }\n.#{$ti-prefix}-music-code:before { content: $ti-icon-music-code; }\n.#{$ti-prefix}-music-cog:before { content: $ti-icon-music-cog; }\n.#{$ti-prefix}-music-discount:before { content: $ti-icon-music-discount; }\n.#{$ti-prefix}-music-dollar:before { content: $ti-icon-music-dollar; }\n.#{$ti-prefix}-music-down:before { content: $ti-icon-music-down; }\n.#{$ti-prefix}-music-exclamation:before { content: $ti-icon-music-exclamation; }\n.#{$ti-prefix}-music-heart:before { content: $ti-icon-music-heart; }\n.#{$ti-prefix}-music-minus:before { content: $ti-icon-music-minus; }\n.#{$ti-prefix}-music-off:before { content: $ti-icon-music-off; }\n.#{$ti-prefix}-music-pause:before { content: $ti-icon-music-pause; }\n.#{$ti-prefix}-music-pin:before { content: $ti-icon-music-pin; }\n.#{$ti-prefix}-music-plus:before { content: $ti-icon-music-plus; }\n.#{$ti-prefix}-music-question:before { content: $ti-icon-music-question; }\n.#{$ti-prefix}-music-search:before { content: $ti-icon-music-search; }\n.#{$ti-prefix}-music-share:before { content: $ti-icon-music-share; }\n.#{$ti-prefix}-music-star:before { content: $ti-icon-music-star; }\n.#{$ti-prefix}-music-up:before { content: $ti-icon-music-up; }\n.#{$ti-prefix}-music-x:before { content: $ti-icon-music-x; }\n.#{$ti-prefix}-navigation:before { content: $ti-icon-navigation; }\n.#{$ti-prefix}-navigation-bolt:before { content: $ti-icon-navigation-bolt; }\n.#{$ti-prefix}-navigation-cancel:before { content: $ti-icon-navigation-cancel; }\n.#{$ti-prefix}-navigation-check:before { content: $ti-icon-navigation-check; }\n.#{$ti-prefix}-navigation-code:before { content: $ti-icon-navigation-code; }\n.#{$ti-prefix}-navigation-cog:before { content: $ti-icon-navigation-cog; }\n.#{$ti-prefix}-navigation-discount:before { content: $ti-icon-navigation-discount; }\n.#{$ti-prefix}-navigation-dollar:before { content: $ti-icon-navigation-dollar; }\n.#{$ti-prefix}-navigation-down:before { content: $ti-icon-navigation-down; }\n.#{$ti-prefix}-navigation-east:before { content: $ti-icon-navigation-east; }\n.#{$ti-prefix}-navigation-exclamation:before { content: $ti-icon-navigation-exclamation; }\n.#{$ti-prefix}-navigation-filled:before { content: $ti-icon-navigation-filled; }\n.#{$ti-prefix}-navigation-heart:before { content: $ti-icon-navigation-heart; }\n.#{$ti-prefix}-navigation-minus:before { content: $ti-icon-navigation-minus; }\n.#{$ti-prefix}-navigation-north:before { content: $ti-icon-navigation-north; }\n.#{$ti-prefix}-navigation-off:before { content: $ti-icon-navigation-off; }\n.#{$ti-prefix}-navigation-pause:before { content: $ti-icon-navigation-pause; }\n.#{$ti-prefix}-navigation-pin:before { content: $ti-icon-navigation-pin; }\n.#{$ti-prefix}-navigation-plus:before { content: $ti-icon-navigation-plus; }\n.#{$ti-prefix}-navigation-question:before { content: $ti-icon-navigation-question; }\n.#{$ti-prefix}-navigation-search:before { content: $ti-icon-navigation-search; }\n.#{$ti-prefix}-navigation-share:before { content: $ti-icon-navigation-share; }\n.#{$ti-prefix}-navigation-south:before { content: $ti-icon-navigation-south; }\n.#{$ti-prefix}-navigation-star:before { content: $ti-icon-navigation-star; }\n.#{$ti-prefix}-navigation-top:before { content: $ti-icon-navigation-top; }\n.#{$ti-prefix}-navigation-up:before { content: $ti-icon-navigation-up; }\n.#{$ti-prefix}-navigation-west:before { content: $ti-icon-navigation-west; }\n.#{$ti-prefix}-navigation-x:before { content: $ti-icon-navigation-x; }\n.#{$ti-prefix}-needle:before { content: $ti-icon-needle; }\n.#{$ti-prefix}-needle-thread:before { content: $ti-icon-needle-thread; }\n.#{$ti-prefix}-network:before { content: $ti-icon-network; }\n.#{$ti-prefix}-network-off:before { content: $ti-icon-network-off; }\n.#{$ti-prefix}-new-section:before { content: $ti-icon-new-section; }\n.#{$ti-prefix}-news:before { content: $ti-icon-news; }\n.#{$ti-prefix}-news-off:before { content: $ti-icon-news-off; }\n.#{$ti-prefix}-nfc:before { content: $ti-icon-nfc; }\n.#{$ti-prefix}-nfc-off:before { content: $ti-icon-nfc-off; }\n.#{$ti-prefix}-no-copyright:before { content: $ti-icon-no-copyright; }\n.#{$ti-prefix}-no-creative-commons:before { content: $ti-icon-no-creative-commons; }\n.#{$ti-prefix}-no-derivatives:before { content: $ti-icon-no-derivatives; }\n.#{$ti-prefix}-north-star:before { content: $ti-icon-north-star; }\n.#{$ti-prefix}-note:before { content: $ti-icon-note; }\n.#{$ti-prefix}-note-off:before { content: $ti-icon-note-off; }\n.#{$ti-prefix}-notebook:before { content: $ti-icon-notebook; }\n.#{$ti-prefix}-notebook-off:before { content: $ti-icon-notebook-off; }\n.#{$ti-prefix}-notes:before { content: $ti-icon-notes; }\n.#{$ti-prefix}-notes-off:before { content: $ti-icon-notes-off; }\n.#{$ti-prefix}-notification:before { content: $ti-icon-notification; }\n.#{$ti-prefix}-notification-off:before { content: $ti-icon-notification-off; }\n.#{$ti-prefix}-number:before { content: $ti-icon-number; }\n.#{$ti-prefix}-number-0:before { content: $ti-icon-number-0; }\n.#{$ti-prefix}-number-0-small:before { content: $ti-icon-number-0-small; }\n.#{$ti-prefix}-number-1:before { content: $ti-icon-number-1; }\n.#{$ti-prefix}-number-1-small:before { content: $ti-icon-number-1-small; }\n.#{$ti-prefix}-number-10:before { content: $ti-icon-number-10; }\n.#{$ti-prefix}-number-10-small:before { content: $ti-icon-number-10-small; }\n.#{$ti-prefix}-number-100-small:before { content: $ti-icon-number-100-small; }\n.#{$ti-prefix}-number-11:before { content: $ti-icon-number-11; }\n.#{$ti-prefix}-number-11-small:before { content: $ti-icon-number-11-small; }\n.#{$ti-prefix}-number-12-small:before { content: $ti-icon-number-12-small; }\n.#{$ti-prefix}-number-123:before { content: $ti-icon-number-123; }\n.#{$ti-prefix}-number-13-small:before { content: $ti-icon-number-13-small; }\n.#{$ti-prefix}-number-14-small:before { content: $ti-icon-number-14-small; }\n.#{$ti-prefix}-number-15-small:before { content: $ti-icon-number-15-small; }\n.#{$ti-prefix}-number-16-small:before { content: $ti-icon-number-16-small; }\n.#{$ti-prefix}-number-17-small:before { content: $ti-icon-number-17-small; }\n.#{$ti-prefix}-number-18-small:before { content: $ti-icon-number-18-small; }\n.#{$ti-prefix}-number-19-small:before { content: $ti-icon-number-19-small; }\n.#{$ti-prefix}-number-2:before { content: $ti-icon-number-2; }\n.#{$ti-prefix}-number-2-small:before { content: $ti-icon-number-2-small; }\n.#{$ti-prefix}-number-20-small:before { content: $ti-icon-number-20-small; }\n.#{$ti-prefix}-number-21-small:before { content: $ti-icon-number-21-small; }\n.#{$ti-prefix}-number-22-small:before { content: $ti-icon-number-22-small; }\n.#{$ti-prefix}-number-23-small:before { content: $ti-icon-number-23-small; }\n.#{$ti-prefix}-number-24-small:before { content: $ti-icon-number-24-small; }\n.#{$ti-prefix}-number-25-small:before { content: $ti-icon-number-25-small; }\n.#{$ti-prefix}-number-26-small:before { content: $ti-icon-number-26-small; }\n.#{$ti-prefix}-number-27-small:before { content: $ti-icon-number-27-small; }\n.#{$ti-prefix}-number-28-small:before { content: $ti-icon-number-28-small; }\n.#{$ti-prefix}-number-29-small:before { content: $ti-icon-number-29-small; }\n.#{$ti-prefix}-number-3:before { content: $ti-icon-number-3; }\n.#{$ti-prefix}-number-3-small:before { content: $ti-icon-number-3-small; }\n.#{$ti-prefix}-number-30-small:before { content: $ti-icon-number-30-small; }\n.#{$ti-prefix}-number-31-small:before { content: $ti-icon-number-31-small; }\n.#{$ti-prefix}-number-32-small:before { content: $ti-icon-number-32-small; }\n.#{$ti-prefix}-number-33-small:before { content: $ti-icon-number-33-small; }\n.#{$ti-prefix}-number-34-small:before { content: $ti-icon-number-34-small; }\n.#{$ti-prefix}-number-35-small:before { content: $ti-icon-number-35-small; }\n.#{$ti-prefix}-number-36-small:before { content: $ti-icon-number-36-small; }\n.#{$ti-prefix}-number-37-small:before { content: $ti-icon-number-37-small; }\n.#{$ti-prefix}-number-38-small:before { content: $ti-icon-number-38-small; }\n.#{$ti-prefix}-number-39-small:before { content: $ti-icon-number-39-small; }\n.#{$ti-prefix}-number-4:before { content: $ti-icon-number-4; }\n.#{$ti-prefix}-number-4-small:before { content: $ti-icon-number-4-small; }\n.#{$ti-prefix}-number-40-small:before { content: $ti-icon-number-40-small; }\n.#{$ti-prefix}-number-41-small:before { content: $ti-icon-number-41-small; }\n.#{$ti-prefix}-number-42-small:before { content: $ti-icon-number-42-small; }\n.#{$ti-prefix}-number-43-small:before { content: $ti-icon-number-43-small; }\n.#{$ti-prefix}-number-44-small:before { content: $ti-icon-number-44-small; }\n.#{$ti-prefix}-number-45-small:before { content: $ti-icon-number-45-small; }\n.#{$ti-prefix}-number-46-small:before { content: $ti-icon-number-46-small; }\n.#{$ti-prefix}-number-47-small:before { content: $ti-icon-number-47-small; }\n.#{$ti-prefix}-number-48-small:before { content: $ti-icon-number-48-small; }\n.#{$ti-prefix}-number-49-small:before { content: $ti-icon-number-49-small; }\n.#{$ti-prefix}-number-5:before { content: $ti-icon-number-5; }\n.#{$ti-prefix}-number-5-small:before { content: $ti-icon-number-5-small; }\n.#{$ti-prefix}-number-50-small:before { content: $ti-icon-number-50-small; }\n.#{$ti-prefix}-number-51-small:before { content: $ti-icon-number-51-small; }\n.#{$ti-prefix}-number-52-small:before { content: $ti-icon-number-52-small; }\n.#{$ti-prefix}-number-53-small:before { content: $ti-icon-number-53-small; }\n.#{$ti-prefix}-number-54-small:before { content: $ti-icon-number-54-small; }\n.#{$ti-prefix}-number-55-small:before { content: $ti-icon-number-55-small; }\n.#{$ti-prefix}-number-56-small:before { content: $ti-icon-number-56-small; }\n.#{$ti-prefix}-number-57-small:before { content: $ti-icon-number-57-small; }\n.#{$ti-prefix}-number-58-small:before { content: $ti-icon-number-58-small; }\n.#{$ti-prefix}-number-59-small:before { content: $ti-icon-number-59-small; }\n.#{$ti-prefix}-number-6:before { content: $ti-icon-number-6; }\n.#{$ti-prefix}-number-6-small:before { content: $ti-icon-number-6-small; }\n.#{$ti-prefix}-number-60-small:before { content: $ti-icon-number-60-small; }\n.#{$ti-prefix}-number-61-small:before { content: $ti-icon-number-61-small; }\n.#{$ti-prefix}-number-62-small:before { content: $ti-icon-number-62-small; }\n.#{$ti-prefix}-number-63-small:before { content: $ti-icon-number-63-small; }\n.#{$ti-prefix}-number-64-small:before { content: $ti-icon-number-64-small; }\n.#{$ti-prefix}-number-65-small:before { content: $ti-icon-number-65-small; }\n.#{$ti-prefix}-number-66-small:before { content: $ti-icon-number-66-small; }\n.#{$ti-prefix}-number-67-small:before { content: $ti-icon-number-67-small; }\n.#{$ti-prefix}-number-68-small:before { content: $ti-icon-number-68-small; }\n.#{$ti-prefix}-number-69-small:before { content: $ti-icon-number-69-small; }\n.#{$ti-prefix}-number-7:before { content: $ti-icon-number-7; }\n.#{$ti-prefix}-number-7-small:before { content: $ti-icon-number-7-small; }\n.#{$ti-prefix}-number-70-small:before { content: $ti-icon-number-70-small; }\n.#{$ti-prefix}-number-71-small:before { content: $ti-icon-number-71-small; }\n.#{$ti-prefix}-number-72-small:before { content: $ti-icon-number-72-small; }\n.#{$ti-prefix}-number-73-small:before { content: $ti-icon-number-73-small; }\n.#{$ti-prefix}-number-74-small:before { content: $ti-icon-number-74-small; }\n.#{$ti-prefix}-number-75-small:before { content: $ti-icon-number-75-small; }\n.#{$ti-prefix}-number-76-small:before { content: $ti-icon-number-76-small; }\n.#{$ti-prefix}-number-77-small:before { content: $ti-icon-number-77-small; }\n.#{$ti-prefix}-number-78-small:before { content: $ti-icon-number-78-small; }\n.#{$ti-prefix}-number-79-small:before { content: $ti-icon-number-79-small; }\n.#{$ti-prefix}-number-8:before { content: $ti-icon-number-8; }\n.#{$ti-prefix}-number-8-small:before { content: $ti-icon-number-8-small; }\n.#{$ti-prefix}-number-80-small:before { content: $ti-icon-number-80-small; }\n.#{$ti-prefix}-number-81-small:before { content: $ti-icon-number-81-small; }\n.#{$ti-prefix}-number-82-small:before { content: $ti-icon-number-82-small; }\n.#{$ti-prefix}-number-83-small:before { content: $ti-icon-number-83-small; }\n.#{$ti-prefix}-number-84-small:before { content: $ti-icon-number-84-small; }\n.#{$ti-prefix}-number-85-small:before { content: $ti-icon-number-85-small; }\n.#{$ti-prefix}-number-86-small:before { content: $ti-icon-number-86-small; }\n.#{$ti-prefix}-number-87-small:before { content: $ti-icon-number-87-small; }\n.#{$ti-prefix}-number-88-small:before { content: $ti-icon-number-88-small; }\n.#{$ti-prefix}-number-89-small:before { content: $ti-icon-number-89-small; }\n.#{$ti-prefix}-number-9:before { content: $ti-icon-number-9; }\n.#{$ti-prefix}-number-9-small:before { content: $ti-icon-number-9-small; }\n.#{$ti-prefix}-number-90-small:before { content: $ti-icon-number-90-small; }\n.#{$ti-prefix}-number-91-small:before { content: $ti-icon-number-91-small; }\n.#{$ti-prefix}-number-92-small:before { content: $ti-icon-number-92-small; }\n.#{$ti-prefix}-number-93-small:before { content: $ti-icon-number-93-small; }\n.#{$ti-prefix}-number-94-small:before { content: $ti-icon-number-94-small; }\n.#{$ti-prefix}-number-95-small:before { content: $ti-icon-number-95-small; }\n.#{$ti-prefix}-number-96-small:before { content: $ti-icon-number-96-small; }\n.#{$ti-prefix}-number-97-small:before { content: $ti-icon-number-97-small; }\n.#{$ti-prefix}-number-98-small:before { content: $ti-icon-number-98-small; }\n.#{$ti-prefix}-number-99-small:before { content: $ti-icon-number-99-small; }\n.#{$ti-prefix}-numbers:before { content: $ti-icon-numbers; }\n.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }\n.#{$ti-prefix}-nut:before { content: $ti-icon-nut; }\n.#{$ti-prefix}-object-scan:before { content: $ti-icon-object-scan; }\n.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }\n.#{$ti-prefix}-octagon-filled:before { content: $ti-icon-octagon-filled; }\n.#{$ti-prefix}-octagon-minus:before { content: $ti-icon-octagon-minus; }\n.#{$ti-prefix}-octagon-minus-2:before { content: $ti-icon-octagon-minus-2; }\n.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }\n.#{$ti-prefix}-octagon-plus:before { content: $ti-icon-octagon-plus; }\n.#{$ti-prefix}-octagon-plus-2:before { content: $ti-icon-octagon-plus-2; }\n.#{$ti-prefix}-octahedron:before { content: $ti-icon-octahedron; }\n.#{$ti-prefix}-octahedron-off:before { content: $ti-icon-octahedron-off; }\n.#{$ti-prefix}-octahedron-plus:before { content: $ti-icon-octahedron-plus; }\n.#{$ti-prefix}-old:before { content: $ti-icon-old; }\n.#{$ti-prefix}-olympics:before { content: $ti-icon-olympics; }\n.#{$ti-prefix}-olympics-off:before { content: $ti-icon-olympics-off; }\n.#{$ti-prefix}-om:before { content: $ti-icon-om; }\n.#{$ti-prefix}-omega:before { content: $ti-icon-omega; }\n.#{$ti-prefix}-outbound:before { content: $ti-icon-outbound; }\n.#{$ti-prefix}-outlet:before { content: $ti-icon-outlet; }\n.#{$ti-prefix}-oval:before { content: $ti-icon-oval; }\n.#{$ti-prefix}-oval-filled:before { content: $ti-icon-oval-filled; }\n.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; }\n.#{$ti-prefix}-oval-vertical-filled:before { content: $ti-icon-oval-vertical-filled; }\n.#{$ti-prefix}-overline:before { content: $ti-icon-overline; }\n.#{$ti-prefix}-package:before { content: $ti-icon-package; }\n.#{$ti-prefix}-package-export:before { content: $ti-icon-package-export; }\n.#{$ti-prefix}-package-import:before { content: $ti-icon-package-import; }\n.#{$ti-prefix}-package-off:before { content: $ti-icon-package-off; }\n.#{$ti-prefix}-packages:before { content: $ti-icon-packages; }\n.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; }\n.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; }\n.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }\n.#{$ti-prefix}-paint-filled:before { content: $ti-icon-paint-filled; }\n.#{$ti-prefix}-paint-off:before { content: $ti-icon-paint-off; }\n.#{$ti-prefix}-palette:before { content: $ti-icon-palette; }\n.#{$ti-prefix}-palette-off:before { content: $ti-icon-palette-off; }\n.#{$ti-prefix}-panorama-horizontal:before { content: $ti-icon-panorama-horizontal; }\n.#{$ti-prefix}-panorama-horizontal-filled:before { content: $ti-icon-panorama-horizontal-filled; }\n.#{$ti-prefix}-panorama-horizontal-off:before { content: $ti-icon-panorama-horizontal-off; }\n.#{$ti-prefix}-panorama-vertical:before { content: $ti-icon-panorama-vertical; }\n.#{$ti-prefix}-panorama-vertical-filled:before { content: $ti-icon-panorama-vertical-filled; }\n.#{$ti-prefix}-panorama-vertical-off:before { content: $ti-icon-panorama-vertical-off; }\n.#{$ti-prefix}-paper-bag:before { content: $ti-icon-paper-bag; }\n.#{$ti-prefix}-paper-bag-off:before { content: $ti-icon-paper-bag-off; }\n.#{$ti-prefix}-paperclip:before { content: $ti-icon-paperclip; }\n.#{$ti-prefix}-parachute:before { content: $ti-icon-parachute; }\n.#{$ti-prefix}-parachute-off:before { content: $ti-icon-parachute-off; }\n.#{$ti-prefix}-parentheses:before { content: $ti-icon-parentheses; }\n.#{$ti-prefix}-parentheses-off:before { content: $ti-icon-parentheses-off; }\n.#{$ti-prefix}-parking:before { content: $ti-icon-parking; }\n.#{$ti-prefix}-parking-circle:before { content: $ti-icon-parking-circle; }\n.#{$ti-prefix}-parking-circle-filled:before { content: $ti-icon-parking-circle-filled; }\n.#{$ti-prefix}-parking-off:before { content: $ti-icon-parking-off; }\n.#{$ti-prefix}-password:before { content: $ti-icon-password; }\n.#{$ti-prefix}-password-fingerprint:before { content: $ti-icon-password-fingerprint; }\n.#{$ti-prefix}-password-mobile-phone:before { content: $ti-icon-password-mobile-phone; }\n.#{$ti-prefix}-password-user:before { content: $ti-icon-password-user; }\n.#{$ti-prefix}-paw:before { content: $ti-icon-paw; }\n.#{$ti-prefix}-paw-filled:before { content: $ti-icon-paw-filled; }\n.#{$ti-prefix}-paw-off:before { content: $ti-icon-paw-off; }\n.#{$ti-prefix}-paywall:before { content: $ti-icon-paywall; }\n.#{$ti-prefix}-pdf:before { content: $ti-icon-pdf; }\n.#{$ti-prefix}-peace:before { content: $ti-icon-peace; }\n.#{$ti-prefix}-pencil:before { content: $ti-icon-pencil; }\n.#{$ti-prefix}-pencil-bolt:before { content: $ti-icon-pencil-bolt; }\n.#{$ti-prefix}-pencil-cancel:before { content: $ti-icon-pencil-cancel; }\n.#{$ti-prefix}-pencil-check:before { content: $ti-icon-pencil-check; }\n.#{$ti-prefix}-pencil-code:before { content: $ti-icon-pencil-code; }\n.#{$ti-prefix}-pencil-cog:before { content: $ti-icon-pencil-cog; }\n.#{$ti-prefix}-pencil-discount:before { content: $ti-icon-pencil-discount; }\n.#{$ti-prefix}-pencil-dollar:before { content: $ti-icon-pencil-dollar; }\n.#{$ti-prefix}-pencil-down:before { content: $ti-icon-pencil-down; }\n.#{$ti-prefix}-pencil-exclamation:before { content: $ti-icon-pencil-exclamation; }\n.#{$ti-prefix}-pencil-heart:before { content: $ti-icon-pencil-heart; }\n.#{$ti-prefix}-pencil-minus:before { content: $ti-icon-pencil-minus; }\n.#{$ti-prefix}-pencil-off:before { content: $ti-icon-pencil-off; }\n.#{$ti-prefix}-pencil-pause:before { content: $ti-icon-pencil-pause; }\n.#{$ti-prefix}-pencil-pin:before { content: $ti-icon-pencil-pin; }\n.#{$ti-prefix}-pencil-plus:before { content: $ti-icon-pencil-plus; }\n.#{$ti-prefix}-pencil-question:before { content: $ti-icon-pencil-question; }\n.#{$ti-prefix}-pencil-search:before { content: $ti-icon-pencil-search; }\n.#{$ti-prefix}-pencil-share:before { content: $ti-icon-pencil-share; }\n.#{$ti-prefix}-pencil-star:before { content: $ti-icon-pencil-star; }\n.#{$ti-prefix}-pencil-up:before { content: $ti-icon-pencil-up; }\n.#{$ti-prefix}-pencil-x:before { content: $ti-icon-pencil-x; }\n.#{$ti-prefix}-pennant:before { content: $ti-icon-pennant; }\n.#{$ti-prefix}-pennant-2:before { content: $ti-icon-pennant-2; }\n.#{$ti-prefix}-pennant-2-filled:before { content: $ti-icon-pennant-2-filled; }\n.#{$ti-prefix}-pennant-filled:before { content: $ti-icon-pennant-filled; }\n.#{$ti-prefix}-pennant-off:before { content: $ti-icon-pennant-off; }\n.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; }\n.#{$ti-prefix}-pentagon-filled:before { content: $ti-icon-pentagon-filled; }\n.#{$ti-prefix}-pentagon-minus:before { content: $ti-icon-pentagon-minus; }\n.#{$ti-prefix}-pentagon-number-0:before { content: $ti-icon-pentagon-number-0; }\n.#{$ti-prefix}-pentagon-number-1:before { content: $ti-icon-pentagon-number-1; }\n.#{$ti-prefix}-pentagon-number-2:before { content: $ti-icon-pentagon-number-2; }\n.#{$ti-prefix}-pentagon-number-3:before { content: $ti-icon-pentagon-number-3; }\n.#{$ti-prefix}-pentagon-number-4:before { content: $ti-icon-pentagon-number-4; }\n.#{$ti-prefix}-pentagon-number-5:before { content: $ti-icon-pentagon-number-5; }\n.#{$ti-prefix}-pentagon-number-6:before { content: $ti-icon-pentagon-number-6; }\n.#{$ti-prefix}-pentagon-number-7:before { content: $ti-icon-pentagon-number-7; }\n.#{$ti-prefix}-pentagon-number-8:before { content: $ti-icon-pentagon-number-8; }\n.#{$ti-prefix}-pentagon-number-9:before { content: $ti-icon-pentagon-number-9; }\n.#{$ti-prefix}-pentagon-off:before { content: $ti-icon-pentagon-off; }\n.#{$ti-prefix}-pentagon-plus:before { content: $ti-icon-pentagon-plus; }\n.#{$ti-prefix}-pentagon-x:before { content: $ti-icon-pentagon-x; }\n.#{$ti-prefix}-pentagram:before { content: $ti-icon-pentagram; }\n.#{$ti-prefix}-pepper:before { content: $ti-icon-pepper; }\n.#{$ti-prefix}-pepper-off:before { content: $ti-icon-pepper-off; }\n.#{$ti-prefix}-percentage:before { content: $ti-icon-percentage; }\n.#{$ti-prefix}-percentage-0:before { content: $ti-icon-percentage-0; }\n.#{$ti-prefix}-percentage-10:before { content: $ti-icon-percentage-10; }\n.#{$ti-prefix}-percentage-100:before { content: $ti-icon-percentage-100; }\n.#{$ti-prefix}-percentage-20:before { content: $ti-icon-percentage-20; }\n.#{$ti-prefix}-percentage-25:before { content: $ti-icon-percentage-25; }\n.#{$ti-prefix}-percentage-30:before { content: $ti-icon-percentage-30; }\n.#{$ti-prefix}-percentage-33:before { content: $ti-icon-percentage-33; }\n.#{$ti-prefix}-percentage-40:before { content: $ti-icon-percentage-40; }\n.#{$ti-prefix}-percentage-50:before { content: $ti-icon-percentage-50; }\n.#{$ti-prefix}-percentage-60:before { content: $ti-icon-percentage-60; }\n.#{$ti-prefix}-percentage-66:before { content: $ti-icon-percentage-66; }\n.#{$ti-prefix}-percentage-70:before { content: $ti-icon-percentage-70; }\n.#{$ti-prefix}-percentage-75:before { content: $ti-icon-percentage-75; }\n.#{$ti-prefix}-percentage-80:before { content: $ti-icon-percentage-80; }\n.#{$ti-prefix}-percentage-90:before { content: $ti-icon-percentage-90; }\n.#{$ti-prefix}-perfume:before { content: $ti-icon-perfume; }\n.#{$ti-prefix}-perspective:before { content: $ti-icon-perspective; }\n.#{$ti-prefix}-perspective-off:before { content: $ti-icon-perspective-off; }\n.#{$ti-prefix}-phone:before { content: $ti-icon-phone; }\n.#{$ti-prefix}-phone-call:before { content: $ti-icon-phone-call; }\n.#{$ti-prefix}-phone-calling:before { content: $ti-icon-phone-calling; }\n.#{$ti-prefix}-phone-check:before { content: $ti-icon-phone-check; }\n.#{$ti-prefix}-phone-done:before { content: $ti-icon-phone-done; }\n.#{$ti-prefix}-phone-end:before { content: $ti-icon-phone-end; }\n.#{$ti-prefix}-phone-filled:before { content: $ti-icon-phone-filled; }\n.#{$ti-prefix}-phone-incoming:before { content: $ti-icon-phone-incoming; }\n.#{$ti-prefix}-phone-off:before { content: $ti-icon-phone-off; }\n.#{$ti-prefix}-phone-outgoing:before { content: $ti-icon-phone-outgoing; }\n.#{$ti-prefix}-phone-pause:before { content: $ti-icon-phone-pause; }\n.#{$ti-prefix}-phone-plus:before { content: $ti-icon-phone-plus; }\n.#{$ti-prefix}-phone-ringing:before { content: $ti-icon-phone-ringing; }\n.#{$ti-prefix}-phone-spark:before { content: $ti-icon-phone-spark; }\n.#{$ti-prefix}-phone-x:before { content: $ti-icon-phone-x; }\n.#{$ti-prefix}-photo:before { content: $ti-icon-photo; }\n.#{$ti-prefix}-photo-ai:before { content: $ti-icon-photo-ai; }\n.#{$ti-prefix}-photo-bitcoin:before { content: $ti-icon-photo-bitcoin; }\n.#{$ti-prefix}-photo-bolt:before { content: $ti-icon-photo-bolt; }\n.#{$ti-prefix}-photo-cancel:before { content: $ti-icon-photo-cancel; }\n.#{$ti-prefix}-photo-check:before { content: $ti-icon-photo-check; }\n.#{$ti-prefix}-photo-circle:before { content: $ti-icon-photo-circle; }\n.#{$ti-prefix}-photo-circle-minus:before { content: $ti-icon-photo-circle-minus; }\n.#{$ti-prefix}-photo-circle-plus:before { content: $ti-icon-photo-circle-plus; }\n.#{$ti-prefix}-photo-code:before { content: $ti-icon-photo-code; }\n.#{$ti-prefix}-photo-cog:before { content: $ti-icon-photo-cog; }\n.#{$ti-prefix}-photo-dollar:before { content: $ti-icon-photo-dollar; }\n.#{$ti-prefix}-photo-down:before { content: $ti-icon-photo-down; }\n.#{$ti-prefix}-photo-edit:before { content: $ti-icon-photo-edit; }\n.#{$ti-prefix}-photo-exclamation:before { content: $ti-icon-photo-exclamation; }\n.#{$ti-prefix}-photo-filled:before { content: $ti-icon-photo-filled; }\n.#{$ti-prefix}-photo-heart:before { content: $ti-icon-photo-heart; }\n.#{$ti-prefix}-photo-hexagon:before { content: $ti-icon-photo-hexagon; }\n.#{$ti-prefix}-photo-minus:before { content: $ti-icon-photo-minus; }\n.#{$ti-prefix}-photo-off:before { content: $ti-icon-photo-off; }\n.#{$ti-prefix}-photo-pause:before { content: $ti-icon-photo-pause; }\n.#{$ti-prefix}-photo-pentagon:before { content: $ti-icon-photo-pentagon; }\n.#{$ti-prefix}-photo-pin:before { content: $ti-icon-photo-pin; }\n.#{$ti-prefix}-photo-plus:before { content: $ti-icon-photo-plus; }\n.#{$ti-prefix}-photo-question:before { content: $ti-icon-photo-question; }\n.#{$ti-prefix}-photo-scan:before { content: $ti-icon-photo-scan; }\n.#{$ti-prefix}-photo-search:before { content: $ti-icon-photo-search; }\n.#{$ti-prefix}-photo-sensor:before { content: $ti-icon-photo-sensor; }\n.#{$ti-prefix}-photo-sensor-2:before { content: $ti-icon-photo-sensor-2; }\n.#{$ti-prefix}-photo-sensor-3:before { content: $ti-icon-photo-sensor-3; }\n.#{$ti-prefix}-photo-share:before { content: $ti-icon-photo-share; }\n.#{$ti-prefix}-photo-shield:before { content: $ti-icon-photo-shield; }\n.#{$ti-prefix}-photo-spark:before { content: $ti-icon-photo-spark; }\n.#{$ti-prefix}-photo-square-rounded:before { content: $ti-icon-photo-square-rounded; }\n.#{$ti-prefix}-photo-star:before { content: $ti-icon-photo-star; }\n.#{$ti-prefix}-photo-up:before { content: $ti-icon-photo-up; }\n.#{$ti-prefix}-photo-video:before { content: $ti-icon-photo-video; }\n.#{$ti-prefix}-photo-x:before { content: $ti-icon-photo-x; }\n.#{$ti-prefix}-physotherapist:before { content: $ti-icon-physotherapist; }\n.#{$ti-prefix}-piano:before { content: $ti-icon-piano; }\n.#{$ti-prefix}-pick:before { content: $ti-icon-pick; }\n.#{$ti-prefix}-picnic-table:before { content: $ti-icon-picnic-table; }\n.#{$ti-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; }\n.#{$ti-prefix}-picture-in-picture-filled:before { content: $ti-icon-picture-in-picture-filled; }\n.#{$ti-prefix}-picture-in-picture-off:before { content: $ti-icon-picture-in-picture-off; }\n.#{$ti-prefix}-picture-in-picture-on:before { content: $ti-icon-picture-in-picture-on; }\n.#{$ti-prefix}-picture-in-picture-top:before { content: $ti-icon-picture-in-picture-top; }\n.#{$ti-prefix}-picture-in-picture-top-filled:before { content: $ti-icon-picture-in-picture-top-filled; }\n.#{$ti-prefix}-pig:before { content: $ti-icon-pig; }\n.#{$ti-prefix}-pig-money:before { content: $ti-icon-pig-money; }\n.#{$ti-prefix}-pig-off:before { content: $ti-icon-pig-off; }\n.#{$ti-prefix}-pilcrow:before { content: $ti-icon-pilcrow; }\n.#{$ti-prefix}-pilcrow-left:before { content: $ti-icon-pilcrow-left; }\n.#{$ti-prefix}-pilcrow-right:before { content: $ti-icon-pilcrow-right; }\n.#{$ti-prefix}-pill:before { content: $ti-icon-pill; }\n.#{$ti-prefix}-pill-filled:before { content: $ti-icon-pill-filled; }\n.#{$ti-prefix}-pill-off:before { content: $ti-icon-pill-off; }\n.#{$ti-prefix}-pills:before { content: $ti-icon-pills; }\n.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }\n.#{$ti-prefix}-pin-end:before { content: $ti-icon-pin-end; }\n.#{$ti-prefix}-pin-filled:before { content: $ti-icon-pin-filled; }\n.#{$ti-prefix}-pin-invoke:before { content: $ti-icon-pin-invoke; }\n.#{$ti-prefix}-ping-pong:before { content: $ti-icon-ping-pong; }\n.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }\n.#{$ti-prefix}-pinned-filled:before { content: $ti-icon-pinned-filled; }\n.#{$ti-prefix}-pinned-off:before { content: $ti-icon-pinned-off; }\n.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; }\n.#{$ti-prefix}-pizza-filled:before { content: $ti-icon-pizza-filled; }\n.#{$ti-prefix}-pizza-off:before { content: $ti-icon-pizza-off; }\n.#{$ti-prefix}-placeholder:before { content: $ti-icon-placeholder; }\n.#{$ti-prefix}-plane:before { content: $ti-icon-plane; }\n.#{$ti-prefix}-plane-arrival:before { content: $ti-icon-plane-arrival; }\n.#{$ti-prefix}-plane-departure:before { content: $ti-icon-plane-departure; }\n.#{$ti-prefix}-plane-inflight:before { content: $ti-icon-plane-inflight; }\n.#{$ti-prefix}-plane-off:before { content: $ti-icon-plane-off; }\n.#{$ti-prefix}-plane-tilt:before { content: $ti-icon-plane-tilt; }\n.#{$ti-prefix}-planet:before { content: $ti-icon-planet; }\n.#{$ti-prefix}-planet-off:before { content: $ti-icon-planet-off; }\n.#{$ti-prefix}-plant:before { content: $ti-icon-plant; }\n.#{$ti-prefix}-plant-2:before { content: $ti-icon-plant-2; }\n.#{$ti-prefix}-plant-2-off:before { content: $ti-icon-plant-2-off; }\n.#{$ti-prefix}-plant-off:before { content: $ti-icon-plant-off; }\n.#{$ti-prefix}-play-basketball:before { content: $ti-icon-play-basketball; }\n.#{$ti-prefix}-play-card:before { content: $ti-icon-play-card; }\n.#{$ti-prefix}-play-card-1:before { content: $ti-icon-play-card-1; }\n.#{$ti-prefix}-play-card-1-filled:before { content: $ti-icon-play-card-1-filled; }\n.#{$ti-prefix}-play-card-10:before { content: $ti-icon-play-card-10; }\n.#{$ti-prefix}-play-card-10-filled:before { content: $ti-icon-play-card-10-filled; }\n.#{$ti-prefix}-play-card-2:before { content: $ti-icon-play-card-2; }\n.#{$ti-prefix}-play-card-2-filled:before { content: $ti-icon-play-card-2-filled; }\n.#{$ti-prefix}-play-card-3:before { content: $ti-icon-play-card-3; }\n.#{$ti-prefix}-play-card-3-filled:before { content: $ti-icon-play-card-3-filled; }\n.#{$ti-prefix}-play-card-4:before { content: $ti-icon-play-card-4; }\n.#{$ti-prefix}-play-card-4-filled:before { content: $ti-icon-play-card-4-filled; }\n.#{$ti-prefix}-play-card-5:before { content: $ti-icon-play-card-5; }\n.#{$ti-prefix}-play-card-5-filled:before { content: $ti-icon-play-card-5-filled; }\n.#{$ti-prefix}-play-card-6:before { content: $ti-icon-play-card-6; }\n.#{$ti-prefix}-play-card-6-filled:before { content: $ti-icon-play-card-6-filled; }\n.#{$ti-prefix}-play-card-7:before { content: $ti-icon-play-card-7; }\n.#{$ti-prefix}-play-card-7-filled:before { content: $ti-icon-play-card-7-filled; }\n.#{$ti-prefix}-play-card-8:before { content: $ti-icon-play-card-8; }\n.#{$ti-prefix}-play-card-8-filled:before { content: $ti-icon-play-card-8-filled; }\n.#{$ti-prefix}-play-card-9:before { content: $ti-icon-play-card-9; }\n.#{$ti-prefix}-play-card-9-filled:before { content: $ti-icon-play-card-9-filled; }\n.#{$ti-prefix}-play-card-a:before { content: $ti-icon-play-card-a; }\n.#{$ti-prefix}-play-card-a-filled:before { content: $ti-icon-play-card-a-filled; }\n.#{$ti-prefix}-play-card-j:before { content: $ti-icon-play-card-j; }\n.#{$ti-prefix}-play-card-j-filled:before { content: $ti-icon-play-card-j-filled; }\n.#{$ti-prefix}-play-card-k:before { content: $ti-icon-play-card-k; }\n.#{$ti-prefix}-play-card-k-filled:before { content: $ti-icon-play-card-k-filled; }\n.#{$ti-prefix}-play-card-off:before { content: $ti-icon-play-card-off; }\n.#{$ti-prefix}-play-card-q:before { content: $ti-icon-play-card-q; }\n.#{$ti-prefix}-play-card-q-filled:before { content: $ti-icon-play-card-q-filled; }\n.#{$ti-prefix}-play-card-star:before { content: $ti-icon-play-card-star; }\n.#{$ti-prefix}-play-card-star-filled:before { content: $ti-icon-play-card-star-filled; }\n.#{$ti-prefix}-play-football:before { content: $ti-icon-play-football; }\n.#{$ti-prefix}-play-handball:before { content: $ti-icon-play-handball; }\n.#{$ti-prefix}-play-volleyball:before { content: $ti-icon-play-volleyball; }\n.#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; }\n.#{$ti-prefix}-player-eject-filled:before { content: $ti-icon-player-eject-filled; }\n.#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; }\n.#{$ti-prefix}-player-pause-filled:before { content: $ti-icon-player-pause-filled; }\n.#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; }\n.#{$ti-prefix}-player-play-filled:before { content: $ti-icon-player-play-filled; }\n.#{$ti-prefix}-player-record:before { content: $ti-icon-player-record; }\n.#{$ti-prefix}-player-record-filled:before { content: $ti-icon-player-record-filled; }\n.#{$ti-prefix}-player-skip-back:before { content: $ti-icon-player-skip-back; }\n.#{$ti-prefix}-player-skip-back-filled:before { content: $ti-icon-player-skip-back-filled; }\n.#{$ti-prefix}-player-skip-forward:before { content: $ti-icon-player-skip-forward; }\n.#{$ti-prefix}-player-skip-forward-filled:before { content: $ti-icon-player-skip-forward-filled; }\n.#{$ti-prefix}-player-stop:before { content: $ti-icon-player-stop; }\n.#{$ti-prefix}-player-stop-filled:before { content: $ti-icon-player-stop-filled; }\n.#{$ti-prefix}-player-track-next:before { content: $ti-icon-player-track-next; }\n.#{$ti-prefix}-player-track-next-filled:before { content: $ti-icon-player-track-next-filled; }\n.#{$ti-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; }\n.#{$ti-prefix}-player-track-prev-filled:before { content: $ti-icon-player-track-prev-filled; }\n.#{$ti-prefix}-playlist:before { content: $ti-icon-playlist; }\n.#{$ti-prefix}-playlist-add:before { content: $ti-icon-playlist-add; }\n.#{$ti-prefix}-playlist-off:before { content: $ti-icon-playlist-off; }\n.#{$ti-prefix}-playlist-x:before { content: $ti-icon-playlist-x; }\n.#{$ti-prefix}-playstation-circle:before { content: $ti-icon-playstation-circle; }\n.#{$ti-prefix}-playstation-square:before { content: $ti-icon-playstation-square; }\n.#{$ti-prefix}-playstation-triangle:before { content: $ti-icon-playstation-triangle; }\n.#{$ti-prefix}-playstation-x:before { content: $ti-icon-playstation-x; }\n.#{$ti-prefix}-plug:before { content: $ti-icon-plug; }\n.#{$ti-prefix}-plug-connected:before { content: $ti-icon-plug-connected; }\n.#{$ti-prefix}-plug-connected-x:before { content: $ti-icon-plug-connected-x; }\n.#{$ti-prefix}-plug-off:before { content: $ti-icon-plug-off; }\n.#{$ti-prefix}-plug-x:before { content: $ti-icon-plug-x; }\n.#{$ti-prefix}-plus:before { content: $ti-icon-plus; }\n.#{$ti-prefix}-plus-equal:before { content: $ti-icon-plus-equal; }\n.#{$ti-prefix}-plus-minus:before { content: $ti-icon-plus-minus; }\n.#{$ti-prefix}-png:before { content: $ti-icon-png; }\n.#{$ti-prefix}-podium:before { content: $ti-icon-podium; }\n.#{$ti-prefix}-podium-off:before { content: $ti-icon-podium-off; }\n.#{$ti-prefix}-point:before { content: $ti-icon-point; }\n.#{$ti-prefix}-point-filled:before { content: $ti-icon-point-filled; }\n.#{$ti-prefix}-point-off:before { content: $ti-icon-point-off; }\n.#{$ti-prefix}-pointer:before { content: $ti-icon-pointer; }\n.#{$ti-prefix}-pointer-bolt:before { content: $ti-icon-pointer-bolt; }\n.#{$ti-prefix}-pointer-cancel:before { content: $ti-icon-pointer-cancel; }\n.#{$ti-prefix}-pointer-check:before { content: $ti-icon-pointer-check; }\n.#{$ti-prefix}-pointer-code:before { content: $ti-icon-pointer-code; }\n.#{$ti-prefix}-pointer-cog:before { content: $ti-icon-pointer-cog; }\n.#{$ti-prefix}-pointer-dollar:before { content: $ti-icon-pointer-dollar; }\n.#{$ti-prefix}-pointer-down:before { content: $ti-icon-pointer-down; }\n.#{$ti-prefix}-pointer-exclamation:before { content: $ti-icon-pointer-exclamation; }\n.#{$ti-prefix}-pointer-filled:before { content: $ti-icon-pointer-filled; }\n.#{$ti-prefix}-pointer-heart:before { content: $ti-icon-pointer-heart; }\n.#{$ti-prefix}-pointer-minus:before { content: $ti-icon-pointer-minus; }\n.#{$ti-prefix}-pointer-off:before { content: $ti-icon-pointer-off; }\n.#{$ti-prefix}-pointer-pause:before { content: $ti-icon-pointer-pause; }\n.#{$ti-prefix}-pointer-pin:before { content: $ti-icon-pointer-pin; }\n.#{$ti-prefix}-pointer-plus:before { content: $ti-icon-pointer-plus; }\n.#{$ti-prefix}-pointer-question:before { content: $ti-icon-pointer-question; }\n.#{$ti-prefix}-pointer-search:before { content: $ti-icon-pointer-search; }\n.#{$ti-prefix}-pointer-share:before { content: $ti-icon-pointer-share; }\n.#{$ti-prefix}-pointer-star:before { content: $ti-icon-pointer-star; }\n.#{$ti-prefix}-pointer-up:before { content: $ti-icon-pointer-up; }\n.#{$ti-prefix}-pointer-x:before { content: $ti-icon-pointer-x; }\n.#{$ti-prefix}-pokeball:before { content: $ti-icon-pokeball; }\n.#{$ti-prefix}-pokeball-off:before { content: $ti-icon-pokeball-off; }\n.#{$ti-prefix}-poker-chip:before { content: $ti-icon-poker-chip; }\n.#{$ti-prefix}-polaroid:before { content: $ti-icon-polaroid; }\n.#{$ti-prefix}-polaroid-filled:before { content: $ti-icon-polaroid-filled; }\n.#{$ti-prefix}-polygon:before { content: $ti-icon-polygon; }\n.#{$ti-prefix}-polygon-off:before { content: $ti-icon-polygon-off; }\n.#{$ti-prefix}-poo:before { content: $ti-icon-poo; }\n.#{$ti-prefix}-poo-filled:before { content: $ti-icon-poo-filled; }\n.#{$ti-prefix}-pool:before { content: $ti-icon-pool; }\n.#{$ti-prefix}-pool-off:before { content: $ti-icon-pool-off; }\n.#{$ti-prefix}-power:before { content: $ti-icon-power; }\n.#{$ti-prefix}-pray:before { content: $ti-icon-pray; }\n.#{$ti-prefix}-premium-rights:before { content: $ti-icon-premium-rights; }\n.#{$ti-prefix}-prescription:before { content: $ti-icon-prescription; }\n.#{$ti-prefix}-presentation:before { content: $ti-icon-presentation; }\n.#{$ti-prefix}-presentation-analytics:before { content: $ti-icon-presentation-analytics; }\n.#{$ti-prefix}-presentation-analytics-filled:before { content: $ti-icon-presentation-analytics-filled; }\n.#{$ti-prefix}-presentation-filled:before { content: $ti-icon-presentation-filled; }\n.#{$ti-prefix}-presentation-off:before { content: $ti-icon-presentation-off; }\n.#{$ti-prefix}-printer:before { content: $ti-icon-printer; }\n.#{$ti-prefix}-printer-off:before { content: $ti-icon-printer-off; }\n.#{$ti-prefix}-prism:before { content: $ti-icon-prism; }\n.#{$ti-prefix}-prism-light:before { content: $ti-icon-prism-light; }\n.#{$ti-prefix}-prism-off:before { content: $ti-icon-prism-off; }\n.#{$ti-prefix}-prism-plus:before { content: $ti-icon-prism-plus; }\n.#{$ti-prefix}-prison:before { content: $ti-icon-prison; }\n.#{$ti-prefix}-progress:before { content: $ti-icon-progress; }\n.#{$ti-prefix}-progress-alert:before { content: $ti-icon-progress-alert; }\n.#{$ti-prefix}-progress-bolt:before { content: $ti-icon-progress-bolt; }\n.#{$ti-prefix}-progress-check:before { content: $ti-icon-progress-check; }\n.#{$ti-prefix}-progress-down:before { content: $ti-icon-progress-down; }\n.#{$ti-prefix}-progress-help:before { content: $ti-icon-progress-help; }\n.#{$ti-prefix}-progress-x:before { content: $ti-icon-progress-x; }\n.#{$ti-prefix}-prompt:before { content: $ti-icon-prompt; }\n.#{$ti-prefix}-prong:before { content: $ti-icon-prong; }\n.#{$ti-prefix}-propeller:before { content: $ti-icon-propeller; }\n.#{$ti-prefix}-propeller-off:before { content: $ti-icon-propeller-off; }\n.#{$ti-prefix}-protocol:before { content: $ti-icon-protocol; }\n.#{$ti-prefix}-pumpkin-scary:before { content: $ti-icon-pumpkin-scary; }\n.#{$ti-prefix}-puzzle:before { content: $ti-icon-puzzle; }\n.#{$ti-prefix}-puzzle-2:before { content: $ti-icon-puzzle-2; }\n.#{$ti-prefix}-puzzle-filled:before { content: $ti-icon-puzzle-filled; }\n.#{$ti-prefix}-puzzle-off:before { content: $ti-icon-puzzle-off; }\n.#{$ti-prefix}-pyramid:before { content: $ti-icon-pyramid; }\n.#{$ti-prefix}-pyramid-off:before { content: $ti-icon-pyramid-off; }\n.#{$ti-prefix}-pyramid-plus:before { content: $ti-icon-pyramid-plus; }\n.#{$ti-prefix}-qrcode:before { content: $ti-icon-qrcode; }\n.#{$ti-prefix}-qrcode-off:before { content: $ti-icon-qrcode-off; }\n.#{$ti-prefix}-question-mark:before { content: $ti-icon-question-mark; }\n.#{$ti-prefix}-quote:before { content: $ti-icon-quote; }\n.#{$ti-prefix}-quote-off:before { content: $ti-icon-quote-off; }\n.#{$ti-prefix}-quotes:before { content: $ti-icon-quotes; }\n.#{$ti-prefix}-radar:before { content: $ti-icon-radar; }\n.#{$ti-prefix}-radar-2:before { content: $ti-icon-radar-2; }\n.#{$ti-prefix}-radar-filled:before { content: $ti-icon-radar-filled; }\n.#{$ti-prefix}-radar-off:before { content: $ti-icon-radar-off; }\n.#{$ti-prefix}-radio:before { content: $ti-icon-radio; }\n.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; }\n.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }\n.#{$ti-prefix}-radioactive-filled:before { content: $ti-icon-radioactive-filled; }\n.#{$ti-prefix}-radioactive-off:before { content: $ti-icon-radioactive-off; }\n.#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; }\n.#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; }\n.#{$ti-prefix}-radius-top-left:before { content: $ti-icon-radius-top-left; }\n.#{$ti-prefix}-radius-top-right:before { content: $ti-icon-radius-top-right; }\n.#{$ti-prefix}-rainbow:before { content: $ti-icon-rainbow; }\n.#{$ti-prefix}-rainbow-off:before { content: $ti-icon-rainbow-off; }\n.#{$ti-prefix}-rating-12-plus:before { content: $ti-icon-rating-12-plus; }\n.#{$ti-prefix}-rating-14-plus:before { content: $ti-icon-rating-14-plus; }\n.#{$ti-prefix}-rating-16-plus:before { content: $ti-icon-rating-16-plus; }\n.#{$ti-prefix}-rating-18-plus:before { content: $ti-icon-rating-18-plus; }\n.#{$ti-prefix}-rating-21-plus:before { content: $ti-icon-rating-21-plus; }\n.#{$ti-prefix}-razor:before { content: $ti-icon-razor; }\n.#{$ti-prefix}-razor-electric:before { content: $ti-icon-razor-electric; }\n.#{$ti-prefix}-receipt:before { content: $ti-icon-receipt; }\n.#{$ti-prefix}-receipt-2:before { content: $ti-icon-receipt-2; }\n.#{$ti-prefix}-receipt-bitcoin:before { content: $ti-icon-receipt-bitcoin; }\n.#{$ti-prefix}-receipt-dollar:before { content: $ti-icon-receipt-dollar; }\n.#{$ti-prefix}-receipt-euro:before { content: $ti-icon-receipt-euro; }\n.#{$ti-prefix}-receipt-filled:before { content: $ti-icon-receipt-filled; }\n.#{$ti-prefix}-receipt-off:before { content: $ti-icon-receipt-off; }\n.#{$ti-prefix}-receipt-pound:before { content: $ti-icon-receipt-pound; }\n.#{$ti-prefix}-receipt-refund:before { content: $ti-icon-receipt-refund; }\n.#{$ti-prefix}-receipt-rupee:before { content: $ti-icon-receipt-rupee; }\n.#{$ti-prefix}-receipt-tax:before { content: $ti-icon-receipt-tax; }\n.#{$ti-prefix}-receipt-yen:before { content: $ti-icon-receipt-yen; }\n.#{$ti-prefix}-receipt-yuan:before { content: $ti-icon-receipt-yuan; }\n.#{$ti-prefix}-recharging:before { content: $ti-icon-recharging; }\n.#{$ti-prefix}-record-mail:before { content: $ti-icon-record-mail; }\n.#{$ti-prefix}-record-mail-off:before { content: $ti-icon-record-mail-off; }\n.#{$ti-prefix}-rectangle:before { content: $ti-icon-rectangle; }\n.#{$ti-prefix}-rectangle-filled:before { content: $ti-icon-rectangle-filled; }\n.#{$ti-prefix}-rectangle-rounded-bottom:before { content: $ti-icon-rectangle-rounded-bottom; }\n.#{$ti-prefix}-rectangle-rounded-top:before { content: $ti-icon-rectangle-rounded-top; }\n.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }\n.#{$ti-prefix}-rectangle-vertical-filled:before { content: $ti-icon-rectangle-vertical-filled; }\n.#{$ti-prefix}-rectangular-prism:before { content: $ti-icon-rectangular-prism; }\n.#{$ti-prefix}-rectangular-prism-off:before { content: $ti-icon-rectangular-prism-off; }\n.#{$ti-prefix}-rectangular-prism-plus:before { content: $ti-icon-rectangular-prism-plus; }\n.#{$ti-prefix}-recycle:before { content: $ti-icon-recycle; }\n.#{$ti-prefix}-recycle-off:before { content: $ti-icon-recycle-off; }\n.#{$ti-prefix}-refresh:before { content: $ti-icon-refresh; }\n.#{$ti-prefix}-refresh-alert:before { content: $ti-icon-refresh-alert; }\n.#{$ti-prefix}-refresh-dot:before { content: $ti-icon-refresh-dot; }\n.#{$ti-prefix}-refresh-off:before { content: $ti-icon-refresh-off; }\n.#{$ti-prefix}-regex:before { content: $ti-icon-regex; }\n.#{$ti-prefix}-regex-off:before { content: $ti-icon-regex-off; }\n.#{$ti-prefix}-registered:before { content: $ti-icon-registered; }\n.#{$ti-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; }\n.#{$ti-prefix}-relation-many-to-many-filled:before { content: $ti-icon-relation-many-to-many-filled; }\n.#{$ti-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; }\n.#{$ti-prefix}-relation-one-to-many-filled:before { content: $ti-icon-relation-one-to-many-filled; }\n.#{$ti-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; }\n.#{$ti-prefix}-relation-one-to-one-filled:before { content: $ti-icon-relation-one-to-one-filled; }\n.#{$ti-prefix}-reload:before { content: $ti-icon-reload; }\n.#{$ti-prefix}-reorder:before { content: $ti-icon-reorder; }\n.#{$ti-prefix}-repeat:before { content: $ti-icon-repeat; }\n.#{$ti-prefix}-repeat-off:before { content: $ti-icon-repeat-off; }\n.#{$ti-prefix}-repeat-once:before { content: $ti-icon-repeat-once; }\n.#{$ti-prefix}-replace:before { content: $ti-icon-replace; }\n.#{$ti-prefix}-replace-filled:before { content: $ti-icon-replace-filled; }\n.#{$ti-prefix}-replace-off:before { content: $ti-icon-replace-off; }\n.#{$ti-prefix}-report:before { content: $ti-icon-report; }\n.#{$ti-prefix}-report-analytics:before { content: $ti-icon-report-analytics; }\n.#{$ti-prefix}-report-medical:before { content: $ti-icon-report-medical; }\n.#{$ti-prefix}-report-money:before { content: $ti-icon-report-money; }\n.#{$ti-prefix}-report-off:before { content: $ti-icon-report-off; }\n.#{$ti-prefix}-report-search:before { content: $ti-icon-report-search; }\n.#{$ti-prefix}-reserved-line:before { content: $ti-icon-reserved-line; }\n.#{$ti-prefix}-resize:before { content: $ti-icon-resize; }\n.#{$ti-prefix}-restore:before { content: $ti-icon-restore; }\n.#{$ti-prefix}-rewind-backward-10:before { content: $ti-icon-rewind-backward-10; }\n.#{$ti-prefix}-rewind-backward-15:before { content: $ti-icon-rewind-backward-15; }\n.#{$ti-prefix}-rewind-backward-20:before { content: $ti-icon-rewind-backward-20; }\n.#{$ti-prefix}-rewind-backward-30:before { content: $ti-icon-rewind-backward-30; }\n.#{$ti-prefix}-rewind-backward-40:before { content: $ti-icon-rewind-backward-40; }\n.#{$ti-prefix}-rewind-backward-5:before { content: $ti-icon-rewind-backward-5; }\n.#{$ti-prefix}-rewind-backward-50:before { content: $ti-icon-rewind-backward-50; }\n.#{$ti-prefix}-rewind-backward-60:before { content: $ti-icon-rewind-backward-60; }\n.#{$ti-prefix}-rewind-forward-10:before { content: $ti-icon-rewind-forward-10; }\n.#{$ti-prefix}-rewind-forward-15:before { content: $ti-icon-rewind-forward-15; }\n.#{$ti-prefix}-rewind-forward-20:before { content: $ti-icon-rewind-forward-20; }\n.#{$ti-prefix}-rewind-forward-30:before { content: $ti-icon-rewind-forward-30; }\n.#{$ti-prefix}-rewind-forward-40:before { content: $ti-icon-rewind-forward-40; }\n.#{$ti-prefix}-rewind-forward-5:before { content: $ti-icon-rewind-forward-5; }\n.#{$ti-prefix}-rewind-forward-50:before { content: $ti-icon-rewind-forward-50; }\n.#{$ti-prefix}-rewind-forward-60:before { content: $ti-icon-rewind-forward-60; }\n.#{$ti-prefix}-ribbon-health:before { content: $ti-icon-ribbon-health; }\n.#{$ti-prefix}-rings:before { content: $ti-icon-rings; }\n.#{$ti-prefix}-ripple:before { content: $ti-icon-ripple; }\n.#{$ti-prefix}-ripple-off:before { content: $ti-icon-ripple-off; }\n.#{$ti-prefix}-road:before { content: $ti-icon-road; }\n.#{$ti-prefix}-road-off:before { content: $ti-icon-road-off; }\n.#{$ti-prefix}-road-sign:before { content: $ti-icon-road-sign; }\n.#{$ti-prefix}-robot:before { content: $ti-icon-robot; }\n.#{$ti-prefix}-robot-face:before { content: $ti-icon-robot-face; }\n.#{$ti-prefix}-robot-off:before { content: $ti-icon-robot-off; }\n.#{$ti-prefix}-rocket:before { content: $ti-icon-rocket; }\n.#{$ti-prefix}-rocket-off:before { content: $ti-icon-rocket-off; }\n.#{$ti-prefix}-roller-skating:before { content: $ti-icon-roller-skating; }\n.#{$ti-prefix}-rollercoaster:before { content: $ti-icon-rollercoaster; }\n.#{$ti-prefix}-rollercoaster-off:before { content: $ti-icon-rollercoaster-off; }\n.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; }\n.#{$ti-prefix}-rosette-discount:before { content: $ti-icon-rosette-discount; }\n.#{$ti-prefix}-rosette-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-rosette-discount-check-filled:before { content: $ti-icon-rosette-discount-check-filled; }\n.#{$ti-prefix}-rosette-discount-check-off:before { content: $ti-icon-rosette-discount-check-off; }\n.#{$ti-prefix}-rosette-discount-filled:before { content: $ti-icon-rosette-discount-filled; }\n.#{$ti-prefix}-rosette-discount-off:before { content: $ti-icon-rosette-discount-off; }\n.#{$ti-prefix}-rosette-filled:before { content: $ti-icon-rosette-filled; }\n.#{$ti-prefix}-rosette-number-0:before { content: $ti-icon-rosette-number-0; }\n.#{$ti-prefix}-rosette-number-1:before { content: $ti-icon-rosette-number-1; }\n.#{$ti-prefix}-rosette-number-2:before { content: $ti-icon-rosette-number-2; }\n.#{$ti-prefix}-rosette-number-3:before { content: $ti-icon-rosette-number-3; }\n.#{$ti-prefix}-rosette-number-4:before { content: $ti-icon-rosette-number-4; }\n.#{$ti-prefix}-rosette-number-5:before { content: $ti-icon-rosette-number-5; }\n.#{$ti-prefix}-rosette-number-6:before { content: $ti-icon-rosette-number-6; }\n.#{$ti-prefix}-rosette-number-7:before { content: $ti-icon-rosette-number-7; }\n.#{$ti-prefix}-rosette-number-8:before { content: $ti-icon-rosette-number-8; }\n.#{$ti-prefix}-rosette-number-9:before { content: $ti-icon-rosette-number-9; }\n.#{$ti-prefix}-rotate:before { content: $ti-icon-rotate; }\n.#{$ti-prefix}-rotate-2:before { content: $ti-icon-rotate-2; }\n.#{$ti-prefix}-rotate-360:before { content: $ti-icon-rotate-360; }\n.#{$ti-prefix}-rotate-3d:before { content: $ti-icon-rotate-3d; }\n.#{$ti-prefix}-rotate-clockwise:before { content: $ti-icon-rotate-clockwise; }\n.#{$ti-prefix}-rotate-clockwise-2:before { content: $ti-icon-rotate-clockwise-2; }\n.#{$ti-prefix}-rotate-dot:before { content: $ti-icon-rotate-dot; }\n.#{$ti-prefix}-rotate-rectangle:before { content: $ti-icon-rotate-rectangle; }\n.#{$ti-prefix}-route:before { content: $ti-icon-route; }\n.#{$ti-prefix}-route-2:before { content: $ti-icon-route-2; }\n.#{$ti-prefix}-route-alt-left:before { content: $ti-icon-route-alt-left; }\n.#{$ti-prefix}-route-alt-right:before { content: $ti-icon-route-alt-right; }\n.#{$ti-prefix}-route-off:before { content: $ti-icon-route-off; }\n.#{$ti-prefix}-route-scan:before { content: $ti-icon-route-scan; }\n.#{$ti-prefix}-route-square:before { content: $ti-icon-route-square; }\n.#{$ti-prefix}-route-square-2:before { content: $ti-icon-route-square-2; }\n.#{$ti-prefix}-route-x:before { content: $ti-icon-route-x; }\n.#{$ti-prefix}-route-x-2:before { content: $ti-icon-route-x-2; }\n.#{$ti-prefix}-router:before { content: $ti-icon-router; }\n.#{$ti-prefix}-router-off:before { content: $ti-icon-router-off; }\n.#{$ti-prefix}-row-insert-bottom:before { content: $ti-icon-row-insert-bottom; }\n.#{$ti-prefix}-row-insert-top:before { content: $ti-icon-row-insert-top; }\n.#{$ti-prefix}-row-remove:before { content: $ti-icon-row-remove; }\n.#{$ti-prefix}-rss:before { content: $ti-icon-rss; }\n.#{$ti-prefix}-rubber-stamp:before { content: $ti-icon-rubber-stamp; }\n.#{$ti-prefix}-rubber-stamp-off:before { content: $ti-icon-rubber-stamp-off; }\n.#{$ti-prefix}-ruler:before { content: $ti-icon-ruler; }\n.#{$ti-prefix}-ruler-2:before { content: $ti-icon-ruler-2; }\n.#{$ti-prefix}-ruler-2-off:before { content: $ti-icon-ruler-2-off; }\n.#{$ti-prefix}-ruler-3:before { content: $ti-icon-ruler-3; }\n.#{$ti-prefix}-ruler-measure:before { content: $ti-icon-ruler-measure; }\n.#{$ti-prefix}-ruler-measure-2:before { content: $ti-icon-ruler-measure-2; }\n.#{$ti-prefix}-ruler-off:before { content: $ti-icon-ruler-off; }\n.#{$ti-prefix}-run:before { content: $ti-icon-run; }\n.#{$ti-prefix}-rv-truck:before { content: $ti-icon-rv-truck; }\n.#{$ti-prefix}-s-turn-down:before { content: $ti-icon-s-turn-down; }\n.#{$ti-prefix}-s-turn-left:before { content: $ti-icon-s-turn-left; }\n.#{$ti-prefix}-s-turn-right:before { content: $ti-icon-s-turn-right; }\n.#{$ti-prefix}-s-turn-up:before { content: $ti-icon-s-turn-up; }\n.#{$ti-prefix}-sailboat:before { content: $ti-icon-sailboat; }\n.#{$ti-prefix}-sailboat-2:before { content: $ti-icon-sailboat-2; }\n.#{$ti-prefix}-sailboat-off:before { content: $ti-icon-sailboat-off; }\n.#{$ti-prefix}-salad:before { content: $ti-icon-salad; }\n.#{$ti-prefix}-salad-filled:before { content: $ti-icon-salad-filled; }\n.#{$ti-prefix}-salt:before { content: $ti-icon-salt; }\n.#{$ti-prefix}-sandbox:before { content: $ti-icon-sandbox; }\n.#{$ti-prefix}-satellite:before { content: $ti-icon-satellite; }\n.#{$ti-prefix}-satellite-off:before { content: $ti-icon-satellite-off; }\n.#{$ti-prefix}-sausage:before { content: $ti-icon-sausage; }\n.#{$ti-prefix}-scale:before { content: $ti-icon-scale; }\n.#{$ti-prefix}-scale-off:before { content: $ti-icon-scale-off; }\n.#{$ti-prefix}-scale-outline:before { content: $ti-icon-scale-outline; }\n.#{$ti-prefix}-scale-outline-off:before { content: $ti-icon-scale-outline-off; }\n.#{$ti-prefix}-scan:before { content: $ti-icon-scan; }\n.#{$ti-prefix}-scan-eye:before { content: $ti-icon-scan-eye; }\n.#{$ti-prefix}-scan-position:before { content: $ti-icon-scan-position; }\n.#{$ti-prefix}-schema:before { content: $ti-icon-schema; }\n.#{$ti-prefix}-schema-off:before { content: $ti-icon-schema-off; }\n.#{$ti-prefix}-school:before { content: $ti-icon-school; }\n.#{$ti-prefix}-school-bell:before { content: $ti-icon-school-bell; }\n.#{$ti-prefix}-school-off:before { content: $ti-icon-school-off; }\n.#{$ti-prefix}-scissors:before { content: $ti-icon-scissors; }\n.#{$ti-prefix}-scissors-off:before { content: $ti-icon-scissors-off; }\n.#{$ti-prefix}-scooter:before { content: $ti-icon-scooter; }\n.#{$ti-prefix}-scooter-electric:before { content: $ti-icon-scooter-electric; }\n.#{$ti-prefix}-scoreboard:before { content: $ti-icon-scoreboard; }\n.#{$ti-prefix}-screen-share:before { content: $ti-icon-screen-share; }\n.#{$ti-prefix}-screen-share-off:before { content: $ti-icon-screen-share-off; }\n.#{$ti-prefix}-screenshot:before { content: $ti-icon-screenshot; }\n.#{$ti-prefix}-scribble:before { content: $ti-icon-scribble; }\n.#{$ti-prefix}-scribble-off:before { content: $ti-icon-scribble-off; }\n.#{$ti-prefix}-script:before { content: $ti-icon-script; }\n.#{$ti-prefix}-script-minus:before { content: $ti-icon-script-minus; }\n.#{$ti-prefix}-script-plus:before { content: $ti-icon-script-plus; }\n.#{$ti-prefix}-script-x:before { content: $ti-icon-script-x; }\n.#{$ti-prefix}-scuba-diving:before { content: $ti-icon-scuba-diving; }\n.#{$ti-prefix}-scuba-diving-tank:before { content: $ti-icon-scuba-diving-tank; }\n.#{$ti-prefix}-scuba-diving-tank-filled:before { content: $ti-icon-scuba-diving-tank-filled; }\n.#{$ti-prefix}-scuba-mask:before { content: $ti-icon-scuba-mask; }\n.#{$ti-prefix}-scuba-mask-off:before { content: $ti-icon-scuba-mask-off; }\n.#{$ti-prefix}-sdk:before { content: $ti-icon-sdk; }\n.#{$ti-prefix}-search:before { content: $ti-icon-search; }\n.#{$ti-prefix}-search-off:before { content: $ti-icon-search-off; }\n.#{$ti-prefix}-section:before { content: $ti-icon-section; }\n.#{$ti-prefix}-section-filled:before { content: $ti-icon-section-filled; }\n.#{$ti-prefix}-section-sign:before { content: $ti-icon-section-sign; }\n.#{$ti-prefix}-seeding:before { content: $ti-icon-seeding; }\n.#{$ti-prefix}-seeding-filled:before { content: $ti-icon-seeding-filled; }\n.#{$ti-prefix}-seeding-off:before { content: $ti-icon-seeding-off; }\n.#{$ti-prefix}-select:before { content: $ti-icon-select; }\n.#{$ti-prefix}-select-all:before { content: $ti-icon-select-all; }\n.#{$ti-prefix}-selector:before { content: $ti-icon-selector; }\n.#{$ti-prefix}-send:before { content: $ti-icon-send; }\n.#{$ti-prefix}-send-2:before { content: $ti-icon-send-2; }\n.#{$ti-prefix}-send-off:before { content: $ti-icon-send-off; }\n.#{$ti-prefix}-seo:before { content: $ti-icon-seo; }\n.#{$ti-prefix}-separator:before { content: $ti-icon-separator; }\n.#{$ti-prefix}-separator-horizontal:before { content: $ti-icon-separator-horizontal; }\n.#{$ti-prefix}-separator-vertical:before { content: $ti-icon-separator-vertical; }\n.#{$ti-prefix}-server:before { content: $ti-icon-server; }\n.#{$ti-prefix}-server-2:before { content: $ti-icon-server-2; }\n.#{$ti-prefix}-server-bolt:before { content: $ti-icon-server-bolt; }\n.#{$ti-prefix}-server-cog:before { content: $ti-icon-server-cog; }\n.#{$ti-prefix}-server-off:before { content: $ti-icon-server-off; }\n.#{$ti-prefix}-server-spark:before { content: $ti-icon-server-spark; }\n.#{$ti-prefix}-servicemark:before { content: $ti-icon-servicemark; }\n.#{$ti-prefix}-settings:before { content: $ti-icon-settings; }\n.#{$ti-prefix}-settings-2:before { content: $ti-icon-settings-2; }\n.#{$ti-prefix}-settings-automation:before { content: $ti-icon-settings-automation; }\n.#{$ti-prefix}-settings-bolt:before { content: $ti-icon-settings-bolt; }\n.#{$ti-prefix}-settings-cancel:before { content: $ti-icon-settings-cancel; }\n.#{$ti-prefix}-settings-check:before { content: $ti-icon-settings-check; }\n.#{$ti-prefix}-settings-code:before { content: $ti-icon-settings-code; }\n.#{$ti-prefix}-settings-cog:before { content: $ti-icon-settings-cog; }\n.#{$ti-prefix}-settings-dollar:before { content: $ti-icon-settings-dollar; }\n.#{$ti-prefix}-settings-down:before { content: $ti-icon-settings-down; }\n.#{$ti-prefix}-settings-exclamation:before { content: $ti-icon-settings-exclamation; }\n.#{$ti-prefix}-settings-filled:before { content: $ti-icon-settings-filled; }\n.#{$ti-prefix}-settings-heart:before { content: $ti-icon-settings-heart; }\n.#{$ti-prefix}-settings-minus:before { content: $ti-icon-settings-minus; }\n.#{$ti-prefix}-settings-off:before { content: $ti-icon-settings-off; }\n.#{$ti-prefix}-settings-pause:before { content: $ti-icon-settings-pause; }\n.#{$ti-prefix}-settings-pin:before { content: $ti-icon-settings-pin; }\n.#{$ti-prefix}-settings-plus:before { content: $ti-icon-settings-plus; }\n.#{$ti-prefix}-settings-question:before { content: $ti-icon-settings-question; }\n.#{$ti-prefix}-settings-search:before { content: $ti-icon-settings-search; }\n.#{$ti-prefix}-settings-share:before { content: $ti-icon-settings-share; }\n.#{$ti-prefix}-settings-spark:before { content: $ti-icon-settings-spark; }\n.#{$ti-prefix}-settings-star:before { content: $ti-icon-settings-star; }\n.#{$ti-prefix}-settings-up:before { content: $ti-icon-settings-up; }\n.#{$ti-prefix}-settings-x:before { content: $ti-icon-settings-x; }\n.#{$ti-prefix}-shadow:before { content: $ti-icon-shadow; }\n.#{$ti-prefix}-shadow-off:before { content: $ti-icon-shadow-off; }\n.#{$ti-prefix}-shape:before { content: $ti-icon-shape; }\n.#{$ti-prefix}-shape-2:before { content: $ti-icon-shape-2; }\n.#{$ti-prefix}-shape-3:before { content: $ti-icon-shape-3; }\n.#{$ti-prefix}-shape-off:before { content: $ti-icon-shape-off; }\n.#{$ti-prefix}-share:before { content: $ti-icon-share; }\n.#{$ti-prefix}-share-2:before { content: $ti-icon-share-2; }\n.#{$ti-prefix}-share-3:before { content: $ti-icon-share-3; }\n.#{$ti-prefix}-share-off:before { content: $ti-icon-share-off; }\n.#{$ti-prefix}-shareplay:before { content: $ti-icon-shareplay; }\n.#{$ti-prefix}-shield:before { content: $ti-icon-shield; }\n.#{$ti-prefix}-shield-bolt:before { content: $ti-icon-shield-bolt; }\n.#{$ti-prefix}-shield-cancel:before { content: $ti-icon-shield-cancel; }\n.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }\n.#{$ti-prefix}-shield-check-filled:before { content: $ti-icon-shield-check-filled; }\n.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }\n.#{$ti-prefix}-shield-checkered-filled:before { content: $ti-icon-shield-checkered-filled; }\n.#{$ti-prefix}-shield-chevron:before { content: $ti-icon-shield-chevron; }\n.#{$ti-prefix}-shield-code:before { content: $ti-icon-shield-code; }\n.#{$ti-prefix}-shield-cog:before { content: $ti-icon-shield-cog; }\n.#{$ti-prefix}-shield-dollar:before { content: $ti-icon-shield-dollar; }\n.#{$ti-prefix}-shield-down:before { content: $ti-icon-shield-down; }\n.#{$ti-prefix}-shield-exclamation:before { content: $ti-icon-shield-exclamation; }\n.#{$ti-prefix}-shield-filled:before { content: $ti-icon-shield-filled; }\n.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }\n.#{$ti-prefix}-shield-half-filled:before { content: $ti-icon-shield-half-filled; }\n.#{$ti-prefix}-shield-heart:before { content: $ti-icon-shield-heart; }\n.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }\n.#{$ti-prefix}-shield-lock-filled:before { content: $ti-icon-shield-lock-filled; }\n.#{$ti-prefix}-shield-minus:before { content: $ti-icon-shield-minus; }\n.#{$ti-prefix}-shield-off:before { content: $ti-icon-shield-off; }\n.#{$ti-prefix}-shield-pause:before { content: $ti-icon-shield-pause; }\n.#{$ti-prefix}-shield-pin:before { content: $ti-icon-shield-pin; }\n.#{$ti-prefix}-shield-plus:before { content: $ti-icon-shield-plus; }\n.#{$ti-prefix}-shield-question:before { content: $ti-icon-shield-question; }\n.#{$ti-prefix}-shield-search:before { content: $ti-icon-shield-search; }\n.#{$ti-prefix}-shield-share:before { content: $ti-icon-shield-share; }\n.#{$ti-prefix}-shield-star:before { content: $ti-icon-shield-star; }\n.#{$ti-prefix}-shield-up:before { content: $ti-icon-shield-up; }\n.#{$ti-prefix}-shield-x:before { content: $ti-icon-shield-x; }\n.#{$ti-prefix}-ship:before { content: $ti-icon-ship; }\n.#{$ti-prefix}-ship-off:before { content: $ti-icon-ship-off; }\n.#{$ti-prefix}-shirt:before { content: $ti-icon-shirt; }\n.#{$ti-prefix}-shirt-filled:before { content: $ti-icon-shirt-filled; }\n.#{$ti-prefix}-shirt-off:before { content: $ti-icon-shirt-off; }\n.#{$ti-prefix}-shirt-sport:before { content: $ti-icon-shirt-sport; }\n.#{$ti-prefix}-shoe:before { content: $ti-icon-shoe; }\n.#{$ti-prefix}-shoe-off:before { content: $ti-icon-shoe-off; }\n.#{$ti-prefix}-shopping-bag:before { content: $ti-icon-shopping-bag; }\n.#{$ti-prefix}-shopping-bag-check:before { content: $ti-icon-shopping-bag-check; }\n.#{$ti-prefix}-shopping-bag-discount:before { content: $ti-icon-shopping-bag-discount; }\n.#{$ti-prefix}-shopping-bag-edit:before { content: $ti-icon-shopping-bag-edit; }\n.#{$ti-prefix}-shopping-bag-exclamation:before { content: $ti-icon-shopping-bag-exclamation; }\n.#{$ti-prefix}-shopping-bag-heart:before { content: $ti-icon-shopping-bag-heart; }\n.#{$ti-prefix}-shopping-bag-minus:before { content: $ti-icon-shopping-bag-minus; }\n.#{$ti-prefix}-shopping-bag-plus:before { content: $ti-icon-shopping-bag-plus; }\n.#{$ti-prefix}-shopping-bag-search:before { content: $ti-icon-shopping-bag-search; }\n.#{$ti-prefix}-shopping-bag-x:before { content: $ti-icon-shopping-bag-x; }\n.#{$ti-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; }\n.#{$ti-prefix}-shopping-cart-bolt:before { content: $ti-icon-shopping-cart-bolt; }\n.#{$ti-prefix}-shopping-cart-cancel:before { content: $ti-icon-shopping-cart-cancel; }\n.#{$ti-prefix}-shopping-cart-check:before { content: $ti-icon-shopping-cart-check; }\n.#{$ti-prefix}-shopping-cart-code:before { content: $ti-icon-shopping-cart-code; }\n.#{$ti-prefix}-shopping-cart-cog:before { content: $ti-icon-shopping-cart-cog; }\n.#{$ti-prefix}-shopping-cart-copy:before { content: $ti-icon-shopping-cart-copy; }\n.#{$ti-prefix}-shopping-cart-discount:before { content: $ti-icon-shopping-cart-discount; }\n.#{$ti-prefix}-shopping-cart-dollar:before { content: $ti-icon-shopping-cart-dollar; }\n.#{$ti-prefix}-shopping-cart-down:before { content: $ti-icon-shopping-cart-down; }\n.#{$ti-prefix}-shopping-cart-exclamation:before { content: $ti-icon-shopping-cart-exclamation; }\n.#{$ti-prefix}-shopping-cart-filled:before { content: $ti-icon-shopping-cart-filled; }\n.#{$ti-prefix}-shopping-cart-heart:before { content: $ti-icon-shopping-cart-heart; }\n.#{$ti-prefix}-shopping-cart-minus:before { content: $ti-icon-shopping-cart-minus; }\n.#{$ti-prefix}-shopping-cart-off:before { content: $ti-icon-shopping-cart-off; }\n.#{$ti-prefix}-shopping-cart-pause:before { content: $ti-icon-shopping-cart-pause; }\n.#{$ti-prefix}-shopping-cart-pin:before { content: $ti-icon-shopping-cart-pin; }\n.#{$ti-prefix}-shopping-cart-plus:before { content: $ti-icon-shopping-cart-plus; }\n.#{$ti-prefix}-shopping-cart-question:before { content: $ti-icon-shopping-cart-question; }\n.#{$ti-prefix}-shopping-cart-search:before { content: $ti-icon-shopping-cart-search; }\n.#{$ti-prefix}-shopping-cart-share:before { content: $ti-icon-shopping-cart-share; }\n.#{$ti-prefix}-shopping-cart-star:before { content: $ti-icon-shopping-cart-star; }\n.#{$ti-prefix}-shopping-cart-up:before { content: $ti-icon-shopping-cart-up; }\n.#{$ti-prefix}-shopping-cart-x:before { content: $ti-icon-shopping-cart-x; }\n.#{$ti-prefix}-shovel:before { content: $ti-icon-shovel; }\n.#{$ti-prefix}-shovel-pitchforks:before { content: $ti-icon-shovel-pitchforks; }\n.#{$ti-prefix}-shredder:before { content: $ti-icon-shredder; }\n.#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; }\n.#{$ti-prefix}-sign-left-filled:before { content: $ti-icon-sign-left-filled; }\n.#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; }\n.#{$ti-prefix}-sign-right-filled:before { content: $ti-icon-sign-right-filled; }\n.#{$ti-prefix}-signal-2g:before { content: $ti-icon-signal-2g; }\n.#{$ti-prefix}-signal-3g:before { content: $ti-icon-signal-3g; }\n.#{$ti-prefix}-signal-4g:before { content: $ti-icon-signal-4g; }\n.#{$ti-prefix}-signal-4g-plus:before { content: $ti-icon-signal-4g-plus; }\n.#{$ti-prefix}-signal-5g:before { content: $ti-icon-signal-5g; }\n.#{$ti-prefix}-signal-6g:before { content: $ti-icon-signal-6g; }\n.#{$ti-prefix}-signal-e:before { content: $ti-icon-signal-e; }\n.#{$ti-prefix}-signal-g:before { content: $ti-icon-signal-g; }\n.#{$ti-prefix}-signal-h:before { content: $ti-icon-signal-h; }\n.#{$ti-prefix}-signal-h-plus:before { content: $ti-icon-signal-h-plus; }\n.#{$ti-prefix}-signal-lte:before { content: $ti-icon-signal-lte; }\n.#{$ti-prefix}-signature:before { content: $ti-icon-signature; }\n.#{$ti-prefix}-signature-off:before { content: $ti-icon-signature-off; }\n.#{$ti-prefix}-sitemap:before { content: $ti-icon-sitemap; }\n.#{$ti-prefix}-sitemap-filled:before { content: $ti-icon-sitemap-filled; }\n.#{$ti-prefix}-sitemap-off:before { content: $ti-icon-sitemap-off; }\n.#{$ti-prefix}-skateboard:before { content: $ti-icon-skateboard; }\n.#{$ti-prefix}-skateboard-off:before { content: $ti-icon-skateboard-off; }\n.#{$ti-prefix}-skateboarding:before { content: $ti-icon-skateboarding; }\n.#{$ti-prefix}-skew-x:before { content: $ti-icon-skew-x; }\n.#{$ti-prefix}-skew-y:before { content: $ti-icon-skew-y; }\n.#{$ti-prefix}-ski-jumping:before { content: $ti-icon-ski-jumping; }\n.#{$ti-prefix}-skull:before { content: $ti-icon-skull; }\n.#{$ti-prefix}-slash:before { content: $ti-icon-slash; }\n.#{$ti-prefix}-slashes:before { content: $ti-icon-slashes; }\n.#{$ti-prefix}-sleigh:before { content: $ti-icon-sleigh; }\n.#{$ti-prefix}-slice:before { content: $ti-icon-slice; }\n.#{$ti-prefix}-slideshow:before { content: $ti-icon-slideshow; }\n.#{$ti-prefix}-smart-home:before { content: $ti-icon-smart-home; }\n.#{$ti-prefix}-smart-home-off:before { content: $ti-icon-smart-home-off; }\n.#{$ti-prefix}-smoking:before { content: $ti-icon-smoking; }\n.#{$ti-prefix}-smoking-no:before { content: $ti-icon-smoking-no; }\n.#{$ti-prefix}-snowboarding:before { content: $ti-icon-snowboarding; }\n.#{$ti-prefix}-snowflake:before { content: $ti-icon-snowflake; }\n.#{$ti-prefix}-snowflake-off:before { content: $ti-icon-snowflake-off; }\n.#{$ti-prefix}-snowman:before { content: $ti-icon-snowman; }\n.#{$ti-prefix}-soccer-field:before { content: $ti-icon-soccer-field; }\n.#{$ti-prefix}-social:before { content: $ti-icon-social; }\n.#{$ti-prefix}-social-off:before { content: $ti-icon-social-off; }\n.#{$ti-prefix}-sock:before { content: $ti-icon-sock; }\n.#{$ti-prefix}-sofa:before { content: $ti-icon-sofa; }\n.#{$ti-prefix}-sofa-off:before { content: $ti-icon-sofa-off; }\n.#{$ti-prefix}-solar-electricity:before { content: $ti-icon-solar-electricity; }\n.#{$ti-prefix}-solar-panel:before { content: $ti-icon-solar-panel; }\n.#{$ti-prefix}-solar-panel-2:before { content: $ti-icon-solar-panel-2; }\n.#{$ti-prefix}-sort-0-9:before { content: $ti-icon-sort-0-9; }\n.#{$ti-prefix}-sort-9-0:before { content: $ti-icon-sort-9-0; }\n.#{$ti-prefix}-sort-a-z:before { content: $ti-icon-sort-a-z; }\n.#{$ti-prefix}-sort-ascending:before { content: $ti-icon-sort-ascending; }\n.#{$ti-prefix}-sort-ascending-2:before { content: $ti-icon-sort-ascending-2; }\n.#{$ti-prefix}-sort-ascending-2-filled:before { content: $ti-icon-sort-ascending-2-filled; }\n.#{$ti-prefix}-sort-ascending-letters:before { content: $ti-icon-sort-ascending-letters; }\n.#{$ti-prefix}-sort-ascending-numbers:before { content: $ti-icon-sort-ascending-numbers; }\n.#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; }\n.#{$ti-prefix}-sort-ascending-shapes-filled:before { content: $ti-icon-sort-ascending-shapes-filled; }\n.#{$ti-prefix}-sort-ascending-small-big:before { content: $ti-icon-sort-ascending-small-big; }\n.#{$ti-prefix}-sort-descending:before { content: $ti-icon-sort-descending; }\n.#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; }\n.#{$ti-prefix}-sort-descending-2-filled:before { content: $ti-icon-sort-descending-2-filled; }\n.#{$ti-prefix}-sort-descending-letters:before { content: $ti-icon-sort-descending-letters; }\n.#{$ti-prefix}-sort-descending-numbers:before { content: $ti-icon-sort-descending-numbers; }\n.#{$ti-prefix}-sort-descending-shapes:before { content: $ti-icon-sort-descending-shapes; }\n.#{$ti-prefix}-sort-descending-shapes-filled:before { content: $ti-icon-sort-descending-shapes-filled; }\n.#{$ti-prefix}-sort-descending-small-big:before { content: $ti-icon-sort-descending-small-big; }\n.#{$ti-prefix}-sort-z-a:before { content: $ti-icon-sort-z-a; }\n.#{$ti-prefix}-sos:before { content: $ti-icon-sos; }\n.#{$ti-prefix}-soup:before { content: $ti-icon-soup; }\n.#{$ti-prefix}-soup-filled:before { content: $ti-icon-soup-filled; }\n.#{$ti-prefix}-soup-off:before { content: $ti-icon-soup-off; }\n.#{$ti-prefix}-source-code:before { content: $ti-icon-source-code; }\n.#{$ti-prefix}-space:before { content: $ti-icon-space; }\n.#{$ti-prefix}-space-off:before { content: $ti-icon-space-off; }\n.#{$ti-prefix}-spaces:before { content: $ti-icon-spaces; }\n.#{$ti-prefix}-spacing-horizontal:before { content: $ti-icon-spacing-horizontal; }\n.#{$ti-prefix}-spacing-vertical:before { content: $ti-icon-spacing-vertical; }\n.#{$ti-prefix}-spade:before { content: $ti-icon-spade; }\n.#{$ti-prefix}-spade-filled:before { content: $ti-icon-spade-filled; }\n.#{$ti-prefix}-sparkles:before { content: $ti-icon-sparkles; }\n.#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; }\n.#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; }\n.#{$ti-prefix}-sphere:before { content: $ti-icon-sphere; }\n.#{$ti-prefix}-sphere-off:before { content: $ti-icon-sphere-off; }\n.#{$ti-prefix}-sphere-plus:before { content: $ti-icon-sphere-plus; }\n.#{$ti-prefix}-spider:before { content: $ti-icon-spider; }\n.#{$ti-prefix}-spiral:before { content: $ti-icon-spiral; }\n.#{$ti-prefix}-spiral-off:before { content: $ti-icon-spiral-off; }\n.#{$ti-prefix}-sport-billard:before { content: $ti-icon-sport-billard; }\n.#{$ti-prefix}-spray:before { content: $ti-icon-spray; }\n.#{$ti-prefix}-spy:before { content: $ti-icon-spy; }\n.#{$ti-prefix}-spy-off:before { content: $ti-icon-spy-off; }\n.#{$ti-prefix}-sql:before { content: $ti-icon-sql; }\n.#{$ti-prefix}-square:before { content: $ti-icon-square; }\n.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }\n.#{$ti-prefix}-square-arrow-down-filled:before { content: $ti-icon-square-arrow-down-filled; }\n.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }\n.#{$ti-prefix}-square-arrow-left-filled:before { content: $ti-icon-square-arrow-left-filled; }\n.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }\n.#{$ti-prefix}-square-arrow-right-filled:before { content: $ti-icon-square-arrow-right-filled; }\n.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }\n.#{$ti-prefix}-square-arrow-up-filled:before { content: $ti-icon-square-arrow-up-filled; }\n.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }\n.#{$ti-prefix}-square-asterisk-filled:before { content: $ti-icon-square-asterisk-filled; }\n.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }\n.#{$ti-prefix}-square-check-filled:before { content: $ti-icon-square-check-filled; }\n.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }\n.#{$ti-prefix}-square-chevron-down-filled:before { content: $ti-icon-square-chevron-down-filled; }\n.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }\n.#{$ti-prefix}-square-chevron-left-filled:before { content: $ti-icon-square-chevron-left-filled; }\n.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }\n.#{$ti-prefix}-square-chevron-right-filled:before { content: $ti-icon-square-chevron-right-filled; }\n.#{$ti-prefix}-square-chevron-up:before { content: $ti-icon-square-chevron-up; }\n.#{$ti-prefix}-square-chevron-up-filled:before { content: $ti-icon-square-chevron-up-filled; }\n.#{$ti-prefix}-square-chevrons-down:before { content: $ti-icon-square-chevrons-down; }\n.#{$ti-prefix}-square-chevrons-down-filled:before { content: $ti-icon-square-chevrons-down-filled; }\n.#{$ti-prefix}-square-chevrons-left:before { content: $ti-icon-square-chevrons-left; }\n.#{$ti-prefix}-square-chevrons-left-filled:before { content: $ti-icon-square-chevrons-left-filled; }\n.#{$ti-prefix}-square-chevrons-right:before { content: $ti-icon-square-chevrons-right; }\n.#{$ti-prefix}-square-chevrons-right-filled:before { content: $ti-icon-square-chevrons-right-filled; }\n.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }\n.#{$ti-prefix}-square-chevrons-up-filled:before { content: $ti-icon-square-chevrons-up-filled; }\n.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }\n.#{$ti-prefix}-square-dot-filled:before { content: $ti-icon-square-dot-filled; }\n.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }\n.#{$ti-prefix}-square-f0-filled:before { content: $ti-icon-square-f0-filled; }\n.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }\n.#{$ti-prefix}-square-f1-filled:before { content: $ti-icon-square-f1-filled; }\n.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }\n.#{$ti-prefix}-square-f2-filled:before { content: $ti-icon-square-f2-filled; }\n.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }\n.#{$ti-prefix}-square-f3-filled:before { content: $ti-icon-square-f3-filled; }\n.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }\n.#{$ti-prefix}-square-f4-filled:before { content: $ti-icon-square-f4-filled; }\n.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }\n.#{$ti-prefix}-square-f5-filled:before { content: $ti-icon-square-f5-filled; }\n.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }\n.#{$ti-prefix}-square-f6-filled:before { content: $ti-icon-square-f6-filled; }\n.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }\n.#{$ti-prefix}-square-f7-filled:before { content: $ti-icon-square-f7-filled; }\n.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }\n.#{$ti-prefix}-square-f8-filled:before { content: $ti-icon-square-f8-filled; }\n.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }\n.#{$ti-prefix}-square-f9-filled:before { content: $ti-icon-square-f9-filled; }\n.#{$ti-prefix}-square-filled:before { content: $ti-icon-square-filled; }\n.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }\n.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }\n.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }\n.#{$ti-prefix}-square-key:before { content: $ti-icon-square-key; }\n.#{$ti-prefix}-square-letter-a:before { content: $ti-icon-square-letter-a; }\n.#{$ti-prefix}-square-letter-a-filled:before { content: $ti-icon-square-letter-a-filled; }\n.#{$ti-prefix}-square-letter-b:before { content: $ti-icon-square-letter-b; }\n.#{$ti-prefix}-square-letter-b-filled:before { content: $ti-icon-square-letter-b-filled; }\n.#{$ti-prefix}-square-letter-c:before { content: $ti-icon-square-letter-c; }\n.#{$ti-prefix}-square-letter-c-filled:before { content: $ti-icon-square-letter-c-filled; }\n.#{$ti-prefix}-square-letter-d:before { content: $ti-icon-square-letter-d; }\n.#{$ti-prefix}-square-letter-d-filled:before { content: $ti-icon-square-letter-d-filled; }\n.#{$ti-prefix}-square-letter-e:before { content: $ti-icon-square-letter-e; }\n.#{$ti-prefix}-square-letter-e-filled:before { content: $ti-icon-square-letter-e-filled; }\n.#{$ti-prefix}-square-letter-f:before { content: $ti-icon-square-letter-f; }\n.#{$ti-prefix}-square-letter-f-filled:before { content: $ti-icon-square-letter-f-filled; }\n.#{$ti-prefix}-square-letter-g:before { content: $ti-icon-square-letter-g; }\n.#{$ti-prefix}-square-letter-g-filled:before { content: $ti-icon-square-letter-g-filled; }\n.#{$ti-prefix}-square-letter-h:before { content: $ti-icon-square-letter-h; }\n.#{$ti-prefix}-square-letter-h-filled:before { content: $ti-icon-square-letter-h-filled; }\n.#{$ti-prefix}-square-letter-i:before { content: $ti-icon-square-letter-i; }\n.#{$ti-prefix}-square-letter-i-filled:before { content: $ti-icon-square-letter-i-filled; }\n.#{$ti-prefix}-square-letter-j:before { content: $ti-icon-square-letter-j; }\n.#{$ti-prefix}-square-letter-j-filled:before { content: $ti-icon-square-letter-j-filled; }\n.#{$ti-prefix}-square-letter-k:before { content: $ti-icon-square-letter-k; }\n.#{$ti-prefix}-square-letter-k-filled:before { content: $ti-icon-square-letter-k-filled; }\n.#{$ti-prefix}-square-letter-l:before { content: $ti-icon-square-letter-l; }\n.#{$ti-prefix}-square-letter-l-filled:before { content: $ti-icon-square-letter-l-filled; }\n.#{$ti-prefix}-square-letter-m:before { content: $ti-icon-square-letter-m; }\n.#{$ti-prefix}-square-letter-m-filled:before { content: $ti-icon-square-letter-m-filled; }\n.#{$ti-prefix}-square-letter-n:before { content: $ti-icon-square-letter-n; }\n.#{$ti-prefix}-square-letter-n-filled:before { content: $ti-icon-square-letter-n-filled; }\n.#{$ti-prefix}-square-letter-o:before { content: $ti-icon-square-letter-o; }\n.#{$ti-prefix}-square-letter-o-filled:before { content: $ti-icon-square-letter-o-filled; }\n.#{$ti-prefix}-square-letter-p:before { content: $ti-icon-square-letter-p; }\n.#{$ti-prefix}-square-letter-p-filled:before { content: $ti-icon-square-letter-p-filled; }\n.#{$ti-prefix}-square-letter-q:before { content: $ti-icon-square-letter-q; }\n.#{$ti-prefix}-square-letter-q-filled:before { content: $ti-icon-square-letter-q-filled; }\n.#{$ti-prefix}-square-letter-r:before { content: $ti-icon-square-letter-r; }\n.#{$ti-prefix}-square-letter-r-filled:before { content: $ti-icon-square-letter-r-filled; }\n.#{$ti-prefix}-square-letter-s:before { content: $ti-icon-square-letter-s; }\n.#{$ti-prefix}-square-letter-s-filled:before { content: $ti-icon-square-letter-s-filled; }\n.#{$ti-prefix}-square-letter-t:before { content: $ti-icon-square-letter-t; }\n.#{$ti-prefix}-square-letter-t-filled:before { content: $ti-icon-square-letter-t-filled; }\n.#{$ti-prefix}-square-letter-u:before { content: $ti-icon-square-letter-u; }\n.#{$ti-prefix}-square-letter-u-filled:before { content: $ti-icon-square-letter-u-filled; }\n.#{$ti-prefix}-square-letter-v:before { content: $ti-icon-square-letter-v; }\n.#{$ti-prefix}-square-letter-v-filled:before { content: $ti-icon-square-letter-v-filled; }\n.#{$ti-prefix}-square-letter-w:before { content: $ti-icon-square-letter-w; }\n.#{$ti-prefix}-square-letter-w-filled:before { content: $ti-icon-square-letter-w-filled; }\n.#{$ti-prefix}-square-letter-x:before { content: $ti-icon-square-letter-x; }\n.#{$ti-prefix}-square-letter-x-filled:before { content: $ti-icon-square-letter-x-filled; }\n.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; }\n.#{$ti-prefix}-square-letter-y-filled:before { content: $ti-icon-square-letter-y-filled; }\n.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; }\n.#{$ti-prefix}-square-letter-z-filled:before { content: $ti-icon-square-letter-z-filled; }\n.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; }\n.#{$ti-prefix}-square-minus-filled:before { content: $ti-icon-square-minus-filled; }\n.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; }\n.#{$ti-prefix}-square-number-0-filled:before { content: $ti-icon-square-number-0-filled; }\n.#{$ti-prefix}-square-number-1:before { content: $ti-icon-square-number-1; }\n.#{$ti-prefix}-square-number-1-filled:before { content: $ti-icon-square-number-1-filled; }\n.#{$ti-prefix}-square-number-2:before { content: $ti-icon-square-number-2; }\n.#{$ti-prefix}-square-number-2-filled:before { content: $ti-icon-square-number-2-filled; }\n.#{$ti-prefix}-square-number-3:before { content: $ti-icon-square-number-3; }\n.#{$ti-prefix}-square-number-3-filled:before { content: $ti-icon-square-number-3-filled; }\n.#{$ti-prefix}-square-number-4:before { content: $ti-icon-square-number-4; }\n.#{$ti-prefix}-square-number-4-filled:before { content: $ti-icon-square-number-4-filled; }\n.#{$ti-prefix}-square-number-5:before { content: $ti-icon-square-number-5; }\n.#{$ti-prefix}-square-number-5-filled:before { content: $ti-icon-square-number-5-filled; }\n.#{$ti-prefix}-square-number-6:before { content: $ti-icon-square-number-6; }\n.#{$ti-prefix}-square-number-6-filled:before { content: $ti-icon-square-number-6-filled; }\n.#{$ti-prefix}-square-number-7:before { content: $ti-icon-square-number-7; }\n.#{$ti-prefix}-square-number-7-filled:before { content: $ti-icon-square-number-7-filled; }\n.#{$ti-prefix}-square-number-8:before { content: $ti-icon-square-number-8; }\n.#{$ti-prefix}-square-number-8-filled:before { content: $ti-icon-square-number-8-filled; }\n.#{$ti-prefix}-square-number-9:before { content: $ti-icon-square-number-9; }\n.#{$ti-prefix}-square-number-9-filled:before { content: $ti-icon-square-number-9-filled; }\n.#{$ti-prefix}-square-off:before { content: $ti-icon-square-off; }\n.#{$ti-prefix}-square-percentage:before { content: $ti-icon-square-percentage; }\n.#{$ti-prefix}-square-plus:before { content: $ti-icon-square-plus; }\n.#{$ti-prefix}-square-plus-2:before { content: $ti-icon-square-plus-2; }\n.#{$ti-prefix}-square-root:before { content: $ti-icon-square-root; }\n.#{$ti-prefix}-square-root-2:before { content: $ti-icon-square-root-2; }\n.#{$ti-prefix}-square-rotated:before { content: $ti-icon-square-rotated; }\n.#{$ti-prefix}-square-rotated-filled:before { content: $ti-icon-square-rotated-filled; }\n.#{$ti-prefix}-square-rotated-forbid:before { content: $ti-icon-square-rotated-forbid; }\n.#{$ti-prefix}-square-rotated-forbid-2:before { content: $ti-icon-square-rotated-forbid-2; }\n.#{$ti-prefix}-square-rotated-off:before { content: $ti-icon-square-rotated-off; }\n.#{$ti-prefix}-square-rounded:before { content: $ti-icon-square-rounded; }\n.#{$ti-prefix}-square-rounded-arrow-down:before { content: $ti-icon-square-rounded-arrow-down; }\n.#{$ti-prefix}-square-rounded-arrow-down-filled:before { content: $ti-icon-square-rounded-arrow-down-filled; }\n.#{$ti-prefix}-square-rounded-arrow-left:before { content: $ti-icon-square-rounded-arrow-left; }\n.#{$ti-prefix}-square-rounded-arrow-left-filled:before { content: $ti-icon-square-rounded-arrow-left-filled; }\n.#{$ti-prefix}-square-rounded-arrow-right:before { content: $ti-icon-square-rounded-arrow-right; }\n.#{$ti-prefix}-square-rounded-arrow-right-filled:before { content: $ti-icon-square-rounded-arrow-right-filled; }\n.#{$ti-prefix}-square-rounded-arrow-up:before { content: $ti-icon-square-rounded-arrow-up; }\n.#{$ti-prefix}-square-rounded-arrow-up-filled:before { content: $ti-icon-square-rounded-arrow-up-filled; }\n.#{$ti-prefix}-square-rounded-check:before { content: $ti-icon-square-rounded-check; }\n.#{$ti-prefix}-square-rounded-check-filled:before { content: $ti-icon-square-rounded-check-filled; }\n.#{$ti-prefix}-square-rounded-chevron-down:before { content: $ti-icon-square-rounded-chevron-down; }\n.#{$ti-prefix}-square-rounded-chevron-down-filled:before { content: $ti-icon-square-rounded-chevron-down-filled; }\n.#{$ti-prefix}-square-rounded-chevron-left:before { content: $ti-icon-square-rounded-chevron-left; }\n.#{$ti-prefix}-square-rounded-chevron-left-filled:before { content: $ti-icon-square-rounded-chevron-left-filled; }\n.#{$ti-prefix}-square-rounded-chevron-right:before { content: $ti-icon-square-rounded-chevron-right; }\n.#{$ti-prefix}-square-rounded-chevron-right-filled:before { content: $ti-icon-square-rounded-chevron-right-filled; }\n.#{$ti-prefix}-square-rounded-chevron-up:before { content: $ti-icon-square-rounded-chevron-up; }\n.#{$ti-prefix}-square-rounded-chevron-up-filled:before { content: $ti-icon-square-rounded-chevron-up-filled; }\n.#{$ti-prefix}-square-rounded-chevrons-down:before { content: $ti-icon-square-rounded-chevrons-down; }\n.#{$ti-prefix}-square-rounded-chevrons-down-filled:before { content: $ti-icon-square-rounded-chevrons-down-filled; }\n.#{$ti-prefix}-square-rounded-chevrons-left:before { content: $ti-icon-square-rounded-chevrons-left; }\n.#{$ti-prefix}-square-rounded-chevrons-left-filled:before { content: $ti-icon-square-rounded-chevrons-left-filled; }\n.#{$ti-prefix}-square-rounded-chevrons-right:before { content: $ti-icon-square-rounded-chevrons-right; }\n.#{$ti-prefix}-square-rounded-chevrons-right-filled:before { content: $ti-icon-square-rounded-chevrons-right-filled; }\n.#{$ti-prefix}-square-rounded-chevrons-up:before { content: $ti-icon-square-rounded-chevrons-up; }\n.#{$ti-prefix}-square-rounded-chevrons-up-filled:before { content: $ti-icon-square-rounded-chevrons-up-filled; }\n.#{$ti-prefix}-square-rounded-filled:before { content: $ti-icon-square-rounded-filled; }\n.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; }\n.#{$ti-prefix}-square-rounded-letter-a-filled:before { content: $ti-icon-square-rounded-letter-a-filled; }\n.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; }\n.#{$ti-prefix}-square-rounded-letter-b-filled:before { content: $ti-icon-square-rounded-letter-b-filled; }\n.#{$ti-prefix}-square-rounded-letter-c:before { content: $ti-icon-square-rounded-letter-c; }\n.#{$ti-prefix}-square-rounded-letter-c-filled:before { content: $ti-icon-square-rounded-letter-c-filled; }\n.#{$ti-prefix}-square-rounded-letter-d:before { content: $ti-icon-square-rounded-letter-d; }\n.#{$ti-prefix}-square-rounded-letter-d-filled:before { content: $ti-icon-square-rounded-letter-d-filled; }\n.#{$ti-prefix}-square-rounded-letter-e:before { content: $ti-icon-square-rounded-letter-e; }\n.#{$ti-prefix}-square-rounded-letter-e-filled:before { content: $ti-icon-square-rounded-letter-e-filled; }\n.#{$ti-prefix}-square-rounded-letter-f:before { content: $ti-icon-square-rounded-letter-f; }\n.#{$ti-prefix}-square-rounded-letter-f-filled:before { content: $ti-icon-square-rounded-letter-f-filled; }\n.#{$ti-prefix}-square-rounded-letter-g:before { content: $ti-icon-square-rounded-letter-g; }\n.#{$ti-prefix}-square-rounded-letter-g-filled:before { content: $ti-icon-square-rounded-letter-g-filled; }\n.#{$ti-prefix}-square-rounded-letter-h:before { content: $ti-icon-square-rounded-letter-h; }\n.#{$ti-prefix}-square-rounded-letter-h-filled:before { content: $ti-icon-square-rounded-letter-h-filled; }\n.#{$ti-prefix}-square-rounded-letter-i:before { content: $ti-icon-square-rounded-letter-i; }\n.#{$ti-prefix}-square-rounded-letter-i-filled:before { content: $ti-icon-square-rounded-letter-i-filled; }\n.#{$ti-prefix}-square-rounded-letter-j:before { content: $ti-icon-square-rounded-letter-j; }\n.#{$ti-prefix}-square-rounded-letter-j-filled:before { content: $ti-icon-square-rounded-letter-j-filled; }\n.#{$ti-prefix}-square-rounded-letter-k:before { content: $ti-icon-square-rounded-letter-k; }\n.#{$ti-prefix}-square-rounded-letter-k-filled:before { content: $ti-icon-square-rounded-letter-k-filled; }\n.#{$ti-prefix}-square-rounded-letter-l:before { content: $ti-icon-square-rounded-letter-l; }\n.#{$ti-prefix}-square-rounded-letter-l-filled:before { content: $ti-icon-square-rounded-letter-l-filled; }\n.#{$ti-prefix}-square-rounded-letter-m:before { content: $ti-icon-square-rounded-letter-m; }\n.#{$ti-prefix}-square-rounded-letter-m-filled:before { content: $ti-icon-square-rounded-letter-m-filled; }\n.#{$ti-prefix}-square-rounded-letter-n:before { content: $ti-icon-square-rounded-letter-n; }\n.#{$ti-prefix}-square-rounded-letter-n-filled:before { content: $ti-icon-square-rounded-letter-n-filled; }\n.#{$ti-prefix}-square-rounded-letter-o:before { content: $ti-icon-square-rounded-letter-o; }\n.#{$ti-prefix}-square-rounded-letter-o-filled:before { content: $ti-icon-square-rounded-letter-o-filled; }\n.#{$ti-prefix}-square-rounded-letter-p:before { content: $ti-icon-square-rounded-letter-p; }\n.#{$ti-prefix}-square-rounded-letter-p-filled:before { content: $ti-icon-square-rounded-letter-p-filled; }\n.#{$ti-prefix}-square-rounded-letter-q:before { content: $ti-icon-square-rounded-letter-q; }\n.#{$ti-prefix}-square-rounded-letter-q-filled:before { content: $ti-icon-square-rounded-letter-q-filled; }\n.#{$ti-prefix}-square-rounded-letter-r:before { content: $ti-icon-square-rounded-letter-r; }\n.#{$ti-prefix}-square-rounded-letter-r-filled:before { content: $ti-icon-square-rounded-letter-r-filled; }\n.#{$ti-prefix}-square-rounded-letter-s:before { content: $ti-icon-square-rounded-letter-s; }\n.#{$ti-prefix}-square-rounded-letter-s-filled:before { content: $ti-icon-square-rounded-letter-s-filled; }\n.#{$ti-prefix}-square-rounded-letter-t:before { content: $ti-icon-square-rounded-letter-t; }\n.#{$ti-prefix}-square-rounded-letter-t-filled:before { content: $ti-icon-square-rounded-letter-t-filled; }\n.#{$ti-prefix}-square-rounded-letter-u:before { content: $ti-icon-square-rounded-letter-u; }\n.#{$ti-prefix}-square-rounded-letter-u-filled:before { content: $ti-icon-square-rounded-letter-u-filled; }\n.#{$ti-prefix}-square-rounded-letter-v:before { content: $ti-icon-square-rounded-letter-v; }\n.#{$ti-prefix}-square-rounded-letter-v-filled:before { content: $ti-icon-square-rounded-letter-v-filled; }\n.#{$ti-prefix}-square-rounded-letter-w:before { content: $ti-icon-square-rounded-letter-w; }\n.#{$ti-prefix}-square-rounded-letter-w-filled:before { content: $ti-icon-square-rounded-letter-w-filled; }\n.#{$ti-prefix}-square-rounded-letter-x:before { content: $ti-icon-square-rounded-letter-x; }\n.#{$ti-prefix}-square-rounded-letter-x-filled:before { content: $ti-icon-square-rounded-letter-x-filled; }\n.#{$ti-prefix}-square-rounded-letter-y:before { content: $ti-icon-square-rounded-letter-y; }\n.#{$ti-prefix}-square-rounded-letter-y-filled:before { content: $ti-icon-square-rounded-letter-y-filled; }\n.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }\n.#{$ti-prefix}-square-rounded-letter-z-filled:before { content: $ti-icon-square-rounded-letter-z-filled; }\n.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }\n.#{$ti-prefix}-square-rounded-minus-2:before { content: $ti-icon-square-rounded-minus-2; }\n.#{$ti-prefix}-square-rounded-minus-filled:before { content: $ti-icon-square-rounded-minus-filled; }\n.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }\n.#{$ti-prefix}-square-rounded-number-0-filled:before { content: $ti-icon-square-rounded-number-0-filled; }\n.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }\n.#{$ti-prefix}-square-rounded-number-1-filled:before { content: $ti-icon-square-rounded-number-1-filled; }\n.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; }\n.#{$ti-prefix}-square-rounded-number-2-filled:before { content: $ti-icon-square-rounded-number-2-filled; }\n.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; }\n.#{$ti-prefix}-square-rounded-number-3-filled:before { content: $ti-icon-square-rounded-number-3-filled; }\n.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; }\n.#{$ti-prefix}-square-rounded-number-4-filled:before { content: $ti-icon-square-rounded-number-4-filled; }\n.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; }\n.#{$ti-prefix}-square-rounded-number-5-filled:before { content: $ti-icon-square-rounded-number-5-filled; }\n.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; }\n.#{$ti-prefix}-square-rounded-number-6-filled:before { content: $ti-icon-square-rounded-number-6-filled; }\n.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; }\n.#{$ti-prefix}-square-rounded-number-7-filled:before { content: $ti-icon-square-rounded-number-7-filled; }\n.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }\n.#{$ti-prefix}-square-rounded-number-8-filled:before { content: $ti-icon-square-rounded-number-8-filled; }\n.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }\n.#{$ti-prefix}-square-rounded-number-9-filled:before { content: $ti-icon-square-rounded-number-9-filled; }\n.#{$ti-prefix}-square-rounded-percentage:before { content: $ti-icon-square-rounded-percentage; }\n.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }\n.#{$ti-prefix}-square-rounded-plus-2:before { content: $ti-icon-square-rounded-plus-2; }\n.#{$ti-prefix}-square-rounded-plus-filled:before { content: $ti-icon-square-rounded-plus-filled; }\n.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }\n.#{$ti-prefix}-square-rounded-x-filled:before { content: $ti-icon-square-rounded-x-filled; }\n.#{$ti-prefix}-square-toggle:before { content: $ti-icon-square-toggle; }\n.#{$ti-prefix}-square-toggle-horizontal:before { content: $ti-icon-square-toggle-horizontal; }\n.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; }\n.#{$ti-prefix}-square-x-filled:before { content: $ti-icon-square-x-filled; }\n.#{$ti-prefix}-squares:before { content: $ti-icon-squares; }\n.#{$ti-prefix}-squares-diagonal:before { content: $ti-icon-squares-diagonal; }\n.#{$ti-prefix}-squares-filled:before { content: $ti-icon-squares-filled; }\n.#{$ti-prefix}-squares-selected:before { content: $ti-icon-squares-selected; }\n.#{$ti-prefix}-stack:before { content: $ti-icon-stack; }\n.#{$ti-prefix}-stack-2:before { content: $ti-icon-stack-2; }\n.#{$ti-prefix}-stack-2-filled:before { content: $ti-icon-stack-2-filled; }\n.#{$ti-prefix}-stack-3:before { content: $ti-icon-stack-3; }\n.#{$ti-prefix}-stack-3-filled:before { content: $ti-icon-stack-3-filled; }\n.#{$ti-prefix}-stack-back:before { content: $ti-icon-stack-back; }\n.#{$ti-prefix}-stack-backward:before { content: $ti-icon-stack-backward; }\n.#{$ti-prefix}-stack-filled:before { content: $ti-icon-stack-filled; }\n.#{$ti-prefix}-stack-forward:before { content: $ti-icon-stack-forward; }\n.#{$ti-prefix}-stack-front:before { content: $ti-icon-stack-front; }\n.#{$ti-prefix}-stack-middle:before { content: $ti-icon-stack-middle; }\n.#{$ti-prefix}-stack-pop:before { content: $ti-icon-stack-pop; }\n.#{$ti-prefix}-stack-push:before { content: $ti-icon-stack-push; }\n.#{$ti-prefix}-stairs:before { content: $ti-icon-stairs; }\n.#{$ti-prefix}-stairs-down:before { content: $ti-icon-stairs-down; }\n.#{$ti-prefix}-stairs-up:before { content: $ti-icon-stairs-up; }\n.#{$ti-prefix}-star:before { content: $ti-icon-star; }\n.#{$ti-prefix}-star-filled:before { content: $ti-icon-star-filled; }\n.#{$ti-prefix}-star-half:before { content: $ti-icon-star-half; }\n.#{$ti-prefix}-star-half-filled:before { content: $ti-icon-star-half-filled; }\n.#{$ti-prefix}-star-off:before { content: $ti-icon-star-off; }\n.#{$ti-prefix}-stars:before { content: $ti-icon-stars; }\n.#{$ti-prefix}-stars-filled:before { content: $ti-icon-stars-filled; }\n.#{$ti-prefix}-stars-off:before { content: $ti-icon-stars-off; }\n.#{$ti-prefix}-status-change:before { content: $ti-icon-status-change; }\n.#{$ti-prefix}-steam:before { content: $ti-icon-steam; }\n.#{$ti-prefix}-steering-wheel:before { content: $ti-icon-steering-wheel; }\n.#{$ti-prefix}-steering-wheel-filled:before { content: $ti-icon-steering-wheel-filled; }\n.#{$ti-prefix}-steering-wheel-off:before { content: $ti-icon-steering-wheel-off; }\n.#{$ti-prefix}-step-into:before { content: $ti-icon-step-into; }\n.#{$ti-prefix}-step-out:before { content: $ti-icon-step-out; }\n.#{$ti-prefix}-stereo-glasses:before { content: $ti-icon-stereo-glasses; }\n.#{$ti-prefix}-stethoscope:before { content: $ti-icon-stethoscope; }\n.#{$ti-prefix}-stethoscope-off:before { content: $ti-icon-stethoscope-off; }\n.#{$ti-prefix}-sticker:before { content: $ti-icon-sticker; }\n.#{$ti-prefix}-sticker-2:before { content: $ti-icon-sticker-2; }\n.#{$ti-prefix}-stopwatch:before { content: $ti-icon-stopwatch; }\n.#{$ti-prefix}-storm:before { content: $ti-icon-storm; }\n.#{$ti-prefix}-storm-off:before { content: $ti-icon-storm-off; }\n.#{$ti-prefix}-stretching:before { content: $ti-icon-stretching; }\n.#{$ti-prefix}-stretching-2:before { content: $ti-icon-stretching-2; }\n.#{$ti-prefix}-strikethrough:before { content: $ti-icon-strikethrough; }\n.#{$ti-prefix}-submarine:before { content: $ti-icon-submarine; }\n.#{$ti-prefix}-subscript:before { content: $ti-icon-subscript; }\n.#{$ti-prefix}-subtask:before { content: $ti-icon-subtask; }\n.#{$ti-prefix}-sum:before { content: $ti-icon-sum; }\n.#{$ti-prefix}-sum-off:before { content: $ti-icon-sum-off; }\n.#{$ti-prefix}-sun:before { content: $ti-icon-sun; }\n.#{$ti-prefix}-sun-electricity:before { content: $ti-icon-sun-electricity; }\n.#{$ti-prefix}-sun-filled:before { content: $ti-icon-sun-filled; }\n.#{$ti-prefix}-sun-high:before { content: $ti-icon-sun-high; }\n.#{$ti-prefix}-sun-low:before { content: $ti-icon-sun-low; }\n.#{$ti-prefix}-sun-moon:before { content: $ti-icon-sun-moon; }\n.#{$ti-prefix}-sun-off:before { content: $ti-icon-sun-off; }\n.#{$ti-prefix}-sun-wind:before { content: $ti-icon-sun-wind; }\n.#{$ti-prefix}-sunglasses:before { content: $ti-icon-sunglasses; }\n.#{$ti-prefix}-sunglasses-filled:before { content: $ti-icon-sunglasses-filled; }\n.#{$ti-prefix}-sunrise:before { content: $ti-icon-sunrise; }\n.#{$ti-prefix}-sunset:before { content: $ti-icon-sunset; }\n.#{$ti-prefix}-sunset-2:before { content: $ti-icon-sunset-2; }\n.#{$ti-prefix}-superscript:before { content: $ti-icon-superscript; }\n.#{$ti-prefix}-svg:before { content: $ti-icon-svg; }\n.#{$ti-prefix}-swimming:before { content: $ti-icon-swimming; }\n.#{$ti-prefix}-swipe:before { content: $ti-icon-swipe; }\n.#{$ti-prefix}-swipe-down:before { content: $ti-icon-swipe-down; }\n.#{$ti-prefix}-swipe-down-filled:before { content: $ti-icon-swipe-down-filled; }\n.#{$ti-prefix}-swipe-left:before { content: $ti-icon-swipe-left; }\n.#{$ti-prefix}-swipe-left-filled:before { content: $ti-icon-swipe-left-filled; }\n.#{$ti-prefix}-swipe-right:before { content: $ti-icon-swipe-right; }\n.#{$ti-prefix}-swipe-right-filled:before { content: $ti-icon-swipe-right-filled; }\n.#{$ti-prefix}-swipe-up:before { content: $ti-icon-swipe-up; }\n.#{$ti-prefix}-swipe-up-filled:before { content: $ti-icon-swipe-up-filled; }\n.#{$ti-prefix}-switch:before { content: $ti-icon-switch; }\n.#{$ti-prefix}-switch-2:before { content: $ti-icon-switch-2; }\n.#{$ti-prefix}-switch-3:before { content: $ti-icon-switch-3; }\n.#{$ti-prefix}-switch-horizontal:before { content: $ti-icon-switch-horizontal; }\n.#{$ti-prefix}-switch-vertical:before { content: $ti-icon-switch-vertical; }\n.#{$ti-prefix}-sword:before { content: $ti-icon-sword; }\n.#{$ti-prefix}-sword-off:before { content: $ti-icon-sword-off; }\n.#{$ti-prefix}-swords:before { content: $ti-icon-swords; }\n.#{$ti-prefix}-table:before { content: $ti-icon-table; }\n.#{$ti-prefix}-table-alias:before { content: $ti-icon-table-alias; }\n.#{$ti-prefix}-table-column:before { content: $ti-icon-table-column; }\n.#{$ti-prefix}-table-down:before { content: $ti-icon-table-down; }\n.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; }\n.#{$ti-prefix}-table-filled:before { content: $ti-icon-table-filled; }\n.#{$ti-prefix}-table-heart:before { content: $ti-icon-table-heart; }\n.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; }\n.#{$ti-prefix}-table-minus:before { content: $ti-icon-table-minus; }\n.#{$ti-prefix}-table-off:before { content: $ti-icon-table-off; }\n.#{$ti-prefix}-table-options:before { content: $ti-icon-table-options; }\n.#{$ti-prefix}-table-plus:before { content: $ti-icon-table-plus; }\n.#{$ti-prefix}-table-row:before { content: $ti-icon-table-row; }\n.#{$ti-prefix}-table-share:before { content: $ti-icon-table-share; }\n.#{$ti-prefix}-table-shortcut:before { content: $ti-icon-table-shortcut; }\n.#{$ti-prefix}-table-spark:before { content: $ti-icon-table-spark; }\n.#{$ti-prefix}-tag:before { content: $ti-icon-tag; }\n.#{$ti-prefix}-tag-filled:before { content: $ti-icon-tag-filled; }\n.#{$ti-prefix}-tag-off:before { content: $ti-icon-tag-off; }\n.#{$ti-prefix}-tag-starred:before { content: $ti-icon-tag-starred; }\n.#{$ti-prefix}-tags:before { content: $ti-icon-tags; }\n.#{$ti-prefix}-tags-filled:before { content: $ti-icon-tags-filled; }\n.#{$ti-prefix}-tags-off:before { content: $ti-icon-tags-off; }\n.#{$ti-prefix}-tallymark-1:before { content: $ti-icon-tallymark-1; }\n.#{$ti-prefix}-tallymark-2:before { content: $ti-icon-tallymark-2; }\n.#{$ti-prefix}-tallymark-3:before { content: $ti-icon-tallymark-3; }\n.#{$ti-prefix}-tallymark-4:before { content: $ti-icon-tallymark-4; }\n.#{$ti-prefix}-tallymarks:before { content: $ti-icon-tallymarks; }\n.#{$ti-prefix}-tank:before { content: $ti-icon-tank; }\n.#{$ti-prefix}-target:before { content: $ti-icon-target; }\n.#{$ti-prefix}-target-arrow:before { content: $ti-icon-target-arrow; }\n.#{$ti-prefix}-target-off:before { content: $ti-icon-target-off; }\n.#{$ti-prefix}-tax:before { content: $ti-icon-tax; }\n.#{$ti-prefix}-tax-euro:before { content: $ti-icon-tax-euro; }\n.#{$ti-prefix}-tax-pound:before { content: $ti-icon-tax-pound; }\n.#{$ti-prefix}-teapot:before { content: $ti-icon-teapot; }\n.#{$ti-prefix}-telescope:before { content: $ti-icon-telescope; }\n.#{$ti-prefix}-telescope-off:before { content: $ti-icon-telescope-off; }\n.#{$ti-prefix}-temperature:before { content: $ti-icon-temperature; }\n.#{$ti-prefix}-temperature-celsius:before { content: $ti-icon-temperature-celsius; }\n.#{$ti-prefix}-temperature-fahrenheit:before { content: $ti-icon-temperature-fahrenheit; }\n.#{$ti-prefix}-temperature-minus:before { content: $ti-icon-temperature-minus; }\n.#{$ti-prefix}-temperature-off:before { content: $ti-icon-temperature-off; }\n.#{$ti-prefix}-temperature-plus:before { content: $ti-icon-temperature-plus; }\n.#{$ti-prefix}-temperature-snow:before { content: $ti-icon-temperature-snow; }\n.#{$ti-prefix}-temperature-sun:before { content: $ti-icon-temperature-sun; }\n.#{$ti-prefix}-template:before { content: $ti-icon-template; }\n.#{$ti-prefix}-template-off:before { content: $ti-icon-template-off; }\n.#{$ti-prefix}-tent:before { content: $ti-icon-tent; }\n.#{$ti-prefix}-tent-off:before { content: $ti-icon-tent-off; }\n.#{$ti-prefix}-terminal:before { content: $ti-icon-terminal; }\n.#{$ti-prefix}-terminal-2:before { content: $ti-icon-terminal-2; }\n.#{$ti-prefix}-test-pipe:before { content: $ti-icon-test-pipe; }\n.#{$ti-prefix}-test-pipe-2:before { content: $ti-icon-test-pipe-2; }\n.#{$ti-prefix}-test-pipe-2-filled:before { content: $ti-icon-test-pipe-2-filled; }\n.#{$ti-prefix}-test-pipe-off:before { content: $ti-icon-test-pipe-off; }\n.#{$ti-prefix}-tex:before { content: $ti-icon-tex; }\n.#{$ti-prefix}-text-caption:before { content: $ti-icon-text-caption; }\n.#{$ti-prefix}-text-color:before { content: $ti-icon-text-color; }\n.#{$ti-prefix}-text-decrease:before { content: $ti-icon-text-decrease; }\n.#{$ti-prefix}-text-direction-ltr:before { content: $ti-icon-text-direction-ltr; }\n.#{$ti-prefix}-text-direction-rtl:before { content: $ti-icon-text-direction-rtl; }\n.#{$ti-prefix}-text-grammar:before { content: $ti-icon-text-grammar; }\n.#{$ti-prefix}-text-increase:before { content: $ti-icon-text-increase; }\n.#{$ti-prefix}-text-orientation:before { content: $ti-icon-text-orientation; }\n.#{$ti-prefix}-text-plus:before { content: $ti-icon-text-plus; }\n.#{$ti-prefix}-text-recognition:before { content: $ti-icon-text-recognition; }\n.#{$ti-prefix}-text-resize:before { content: $ti-icon-text-resize; }\n.#{$ti-prefix}-text-scan-2:before { content: $ti-icon-text-scan-2; }\n.#{$ti-prefix}-text-size:before { content: $ti-icon-text-size; }\n.#{$ti-prefix}-text-spellcheck:before { content: $ti-icon-text-spellcheck; }\n.#{$ti-prefix}-text-wrap:before { content: $ti-icon-text-wrap; }\n.#{$ti-prefix}-text-wrap-column:before { content: $ti-icon-text-wrap-column; }\n.#{$ti-prefix}-text-wrap-disabled:before { content: $ti-icon-text-wrap-disabled; }\n.#{$ti-prefix}-texture:before { content: $ti-icon-texture; }\n.#{$ti-prefix}-theater:before { content: $ti-icon-theater; }\n.#{$ti-prefix}-thermometer:before { content: $ti-icon-thermometer; }\n.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }\n.#{$ti-prefix}-thumb-down-filled:before { content: $ti-icon-thumb-down-filled; }\n.#{$ti-prefix}-thumb-down-off:before { content: $ti-icon-thumb-down-off; }\n.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }\n.#{$ti-prefix}-thumb-up-filled:before { content: $ti-icon-thumb-up-filled; }\n.#{$ti-prefix}-thumb-up-off:before { content: $ti-icon-thumb-up-off; }\n.#{$ti-prefix}-tic-tac:before { content: $ti-icon-tic-tac; }\n.#{$ti-prefix}-ticket:before { content: $ti-icon-ticket; }\n.#{$ti-prefix}-ticket-off:before { content: $ti-icon-ticket-off; }\n.#{$ti-prefix}-tie:before { content: $ti-icon-tie; }\n.#{$ti-prefix}-tilde:before { content: $ti-icon-tilde; }\n.#{$ti-prefix}-tilt-shift:before { content: $ti-icon-tilt-shift; }\n.#{$ti-prefix}-tilt-shift-filled:before { content: $ti-icon-tilt-shift-filled; }\n.#{$ti-prefix}-tilt-shift-off:before { content: $ti-icon-tilt-shift-off; }\n.#{$ti-prefix}-time-duration-0:before { content: $ti-icon-time-duration-0; }\n.#{$ti-prefix}-time-duration-10:before { content: $ti-icon-time-duration-10; }\n.#{$ti-prefix}-time-duration-15:before { content: $ti-icon-time-duration-15; }\n.#{$ti-prefix}-time-duration-30:before { content: $ti-icon-time-duration-30; }\n.#{$ti-prefix}-time-duration-45:before { content: $ti-icon-time-duration-45; }\n.#{$ti-prefix}-time-duration-5:before { content: $ti-icon-time-duration-5; }\n.#{$ti-prefix}-time-duration-60:before { content: $ti-icon-time-duration-60; }\n.#{$ti-prefix}-time-duration-90:before { content: $ti-icon-time-duration-90; }\n.#{$ti-prefix}-time-duration-off:before { content: $ti-icon-time-duration-off; }\n.#{$ti-prefix}-timeline:before { content: $ti-icon-timeline; }\n.#{$ti-prefix}-timeline-event:before { content: $ti-icon-timeline-event; }\n.#{$ti-prefix}-timeline-event-exclamation:before { content: $ti-icon-timeline-event-exclamation; }\n.#{$ti-prefix}-timeline-event-filled:before { content: $ti-icon-timeline-event-filled; }\n.#{$ti-prefix}-timeline-event-minus:before { content: $ti-icon-timeline-event-minus; }\n.#{$ti-prefix}-timeline-event-plus:before { content: $ti-icon-timeline-event-plus; }\n.#{$ti-prefix}-timeline-event-text:before { content: $ti-icon-timeline-event-text; }\n.#{$ti-prefix}-timeline-event-x:before { content: $ti-icon-timeline-event-x; }\n.#{$ti-prefix}-timezone:before { content: $ti-icon-timezone; }\n.#{$ti-prefix}-tip-jar:before { content: $ti-icon-tip-jar; }\n.#{$ti-prefix}-tip-jar-euro:before { content: $ti-icon-tip-jar-euro; }\n.#{$ti-prefix}-tip-jar-pound:before { content: $ti-icon-tip-jar-pound; }\n.#{$ti-prefix}-tir:before { content: $ti-icon-tir; }\n.#{$ti-prefix}-toggle-left:before { content: $ti-icon-toggle-left; }\n.#{$ti-prefix}-toggle-left-filled:before { content: $ti-icon-toggle-left-filled; }\n.#{$ti-prefix}-toggle-right:before { content: $ti-icon-toggle-right; }\n.#{$ti-prefix}-toggle-right-filled:before { content: $ti-icon-toggle-right-filled; }\n.#{$ti-prefix}-toilet-paper:before { content: $ti-icon-toilet-paper; }\n.#{$ti-prefix}-toilet-paper-off:before { content: $ti-icon-toilet-paper-off; }\n.#{$ti-prefix}-toml:before { content: $ti-icon-toml; }\n.#{$ti-prefix}-tool:before { content: $ti-icon-tool; }\n.#{$ti-prefix}-tools:before { content: $ti-icon-tools; }\n.#{$ti-prefix}-tools-kitchen:before { content: $ti-icon-tools-kitchen; }\n.#{$ti-prefix}-tools-kitchen-2:before { content: $ti-icon-tools-kitchen-2; }\n.#{$ti-prefix}-tools-kitchen-2-off:before { content: $ti-icon-tools-kitchen-2-off; }\n.#{$ti-prefix}-tools-kitchen-3:before { content: $ti-icon-tools-kitchen-3; }\n.#{$ti-prefix}-tools-kitchen-off:before { content: $ti-icon-tools-kitchen-off; }\n.#{$ti-prefix}-tools-off:before { content: $ti-icon-tools-off; }\n.#{$ti-prefix}-tooltip:before { content: $ti-icon-tooltip; }\n.#{$ti-prefix}-topology-bus:before { content: $ti-icon-topology-bus; }\n.#{$ti-prefix}-topology-complex:before { content: $ti-icon-topology-complex; }\n.#{$ti-prefix}-topology-full:before { content: $ti-icon-topology-full; }\n.#{$ti-prefix}-topology-full-hierarchy:before { content: $ti-icon-topology-full-hierarchy; }\n.#{$ti-prefix}-topology-ring:before { content: $ti-icon-topology-ring; }\n.#{$ti-prefix}-topology-ring-2:before { content: $ti-icon-topology-ring-2; }\n.#{$ti-prefix}-topology-ring-3:before { content: $ti-icon-topology-ring-3; }\n.#{$ti-prefix}-topology-star:before { content: $ti-icon-topology-star; }\n.#{$ti-prefix}-topology-star-2:before { content: $ti-icon-topology-star-2; }\n.#{$ti-prefix}-topology-star-3:before { content: $ti-icon-topology-star-3; }\n.#{$ti-prefix}-topology-star-ring:before { content: $ti-icon-topology-star-ring; }\n.#{$ti-prefix}-topology-star-ring-2:before { content: $ti-icon-topology-star-ring-2; }\n.#{$ti-prefix}-topology-star-ring-3:before { content: $ti-icon-topology-star-ring-3; }\n.#{$ti-prefix}-torii:before { content: $ti-icon-torii; }\n.#{$ti-prefix}-tornado:before { content: $ti-icon-tornado; }\n.#{$ti-prefix}-tournament:before { content: $ti-icon-tournament; }\n.#{$ti-prefix}-tower:before { content: $ti-icon-tower; }\n.#{$ti-prefix}-tower-off:before { content: $ti-icon-tower-off; }\n.#{$ti-prefix}-track:before { content: $ti-icon-track; }\n.#{$ti-prefix}-tractor:before { content: $ti-icon-tractor; }\n.#{$ti-prefix}-trademark:before { content: $ti-icon-trademark; }\n.#{$ti-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; }\n.#{$ti-prefix}-traffic-cone-off:before { content: $ti-icon-traffic-cone-off; }\n.#{$ti-prefix}-traffic-lights:before { content: $ti-icon-traffic-lights; }\n.#{$ti-prefix}-traffic-lights-off:before { content: $ti-icon-traffic-lights-off; }\n.#{$ti-prefix}-train:before { content: $ti-icon-train; }\n.#{$ti-prefix}-transaction-bitcoin:before { content: $ti-icon-transaction-bitcoin; }\n.#{$ti-prefix}-transaction-dollar:before { content: $ti-icon-transaction-dollar; }\n.#{$ti-prefix}-transaction-euro:before { content: $ti-icon-transaction-euro; }\n.#{$ti-prefix}-transaction-pound:before { content: $ti-icon-transaction-pound; }\n.#{$ti-prefix}-transaction-rupee:before { content: $ti-icon-transaction-rupee; }\n.#{$ti-prefix}-transaction-yen:before { content: $ti-icon-transaction-yen; }\n.#{$ti-prefix}-transaction-yuan:before { content: $ti-icon-transaction-yuan; }\n.#{$ti-prefix}-transfer:before { content: $ti-icon-transfer; }\n.#{$ti-prefix}-transfer-in:before { content: $ti-icon-transfer-in; }\n.#{$ti-prefix}-transfer-out:before { content: $ti-icon-transfer-out; }\n.#{$ti-prefix}-transfer-vertical:before { content: $ti-icon-transfer-vertical; }\n.#{$ti-prefix}-transform:before { content: $ti-icon-transform; }\n.#{$ti-prefix}-transform-filled:before { content: $ti-icon-transform-filled; }\n.#{$ti-prefix}-transform-point:before { content: $ti-icon-transform-point; }\n.#{$ti-prefix}-transform-point-bottom-left:before { content: $ti-icon-transform-point-bottom-left; }\n.#{$ti-prefix}-transform-point-bottom-right:before { content: $ti-icon-transform-point-bottom-right; }\n.#{$ti-prefix}-transform-point-top-left:before { content: $ti-icon-transform-point-top-left; }\n.#{$ti-prefix}-transform-point-top-right:before { content: $ti-icon-transform-point-top-right; }\n.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; }\n.#{$ti-prefix}-transition-bottom-filled:before { content: $ti-icon-transition-bottom-filled; }\n.#{$ti-prefix}-transition-left:before { content: $ti-icon-transition-left; }\n.#{$ti-prefix}-transition-left-filled:before { content: $ti-icon-transition-left-filled; }\n.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }\n.#{$ti-prefix}-transition-right-filled:before { content: $ti-icon-transition-right-filled; }\n.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }\n.#{$ti-prefix}-transition-top-filled:before { content: $ti-icon-transition-top-filled; }\n.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }\n.#{$ti-prefix}-trash-filled:before { content: $ti-icon-trash-filled; }\n.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }\n.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }\n.#{$ti-prefix}-trash-x-filled:before { content: $ti-icon-trash-x-filled; }\n.#{$ti-prefix}-treadmill:before { content: $ti-icon-treadmill; }\n.#{$ti-prefix}-tree:before { content: $ti-icon-tree; }\n.#{$ti-prefix}-trees:before { content: $ti-icon-trees; }\n.#{$ti-prefix}-trekking:before { content: $ti-icon-trekking; }\n.#{$ti-prefix}-trending-down:before { content: $ti-icon-trending-down; }\n.#{$ti-prefix}-trending-down-2:before { content: $ti-icon-trending-down-2; }\n.#{$ti-prefix}-trending-down-3:before { content: $ti-icon-trending-down-3; }\n.#{$ti-prefix}-trending-up:before { content: $ti-icon-trending-up; }\n.#{$ti-prefix}-trending-up-2:before { content: $ti-icon-trending-up-2; }\n.#{$ti-prefix}-trending-up-3:before { content: $ti-icon-trending-up-3; }\n.#{$ti-prefix}-triangle:before { content: $ti-icon-triangle; }\n.#{$ti-prefix}-triangle-filled:before { content: $ti-icon-triangle-filled; }\n.#{$ti-prefix}-triangle-inverted:before { content: $ti-icon-triangle-inverted; }\n.#{$ti-prefix}-triangle-inverted-filled:before { content: $ti-icon-triangle-inverted-filled; }\n.#{$ti-prefix}-triangle-minus:before { content: $ti-icon-triangle-minus; }\n.#{$ti-prefix}-triangle-minus-2:before { content: $ti-icon-triangle-minus-2; }\n.#{$ti-prefix}-triangle-off:before { content: $ti-icon-triangle-off; }\n.#{$ti-prefix}-triangle-plus:before { content: $ti-icon-triangle-plus; }\n.#{$ti-prefix}-triangle-plus-2:before { content: $ti-icon-triangle-plus-2; }\n.#{$ti-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; }\n.#{$ti-prefix}-triangle-square-circle-filled:before { content: $ti-icon-triangle-square-circle-filled; }\n.#{$ti-prefix}-triangles:before { content: $ti-icon-triangles; }\n.#{$ti-prefix}-trident:before { content: $ti-icon-trident; }\n.#{$ti-prefix}-trolley:before { content: $ti-icon-trolley; }\n.#{$ti-prefix}-trophy:before { content: $ti-icon-trophy; }\n.#{$ti-prefix}-trophy-filled:before { content: $ti-icon-trophy-filled; }\n.#{$ti-prefix}-trophy-off:before { content: $ti-icon-trophy-off; }\n.#{$ti-prefix}-trowel:before { content: $ti-icon-trowel; }\n.#{$ti-prefix}-truck:before { content: $ti-icon-truck; }\n.#{$ti-prefix}-truck-delivery:before { content: $ti-icon-truck-delivery; }\n.#{$ti-prefix}-truck-loading:before { content: $ti-icon-truck-loading; }\n.#{$ti-prefix}-truck-off:before { content: $ti-icon-truck-off; }\n.#{$ti-prefix}-truck-return:before { content: $ti-icon-truck-return; }\n.#{$ti-prefix}-txt:before { content: $ti-icon-txt; }\n.#{$ti-prefix}-typeface:before { content: $ti-icon-typeface; }\n.#{$ti-prefix}-typography:before { content: $ti-icon-typography; }\n.#{$ti-prefix}-typography-off:before { content: $ti-icon-typography-off; }\n.#{$ti-prefix}-u-turn-left:before { content: $ti-icon-u-turn-left; }\n.#{$ti-prefix}-u-turn-right:before { content: $ti-icon-u-turn-right; }\n.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; }\n.#{$ti-prefix}-ufo-off:before { content: $ti-icon-ufo-off; }\n.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }\n.#{$ti-prefix}-umbrella-2:before { content: $ti-icon-umbrella-2; }\n.#{$ti-prefix}-umbrella-closed:before { content: $ti-icon-umbrella-closed; }\n.#{$ti-prefix}-umbrella-closed-2:before { content: $ti-icon-umbrella-closed-2; }\n.#{$ti-prefix}-umbrella-filled:before { content: $ti-icon-umbrella-filled; }\n.#{$ti-prefix}-umbrella-off:before { content: $ti-icon-umbrella-off; }\n.#{$ti-prefix}-underline:before { content: $ti-icon-underline; }\n.#{$ti-prefix}-universe:before { content: $ti-icon-universe; }\n.#{$ti-prefix}-unlink:before { content: $ti-icon-unlink; }\n.#{$ti-prefix}-upload:before { content: $ti-icon-upload; }\n.#{$ti-prefix}-urgent:before { content: $ti-icon-urgent; }\n.#{$ti-prefix}-usb:before { content: $ti-icon-usb; }\n.#{$ti-prefix}-user:before { content: $ti-icon-user; }\n.#{$ti-prefix}-user-bitcoin:before { content: $ti-icon-user-bitcoin; }\n.#{$ti-prefix}-user-bolt:before { content: $ti-icon-user-bolt; }\n.#{$ti-prefix}-user-cancel:before { content: $ti-icon-user-cancel; }\n.#{$ti-prefix}-user-check:before { content: $ti-icon-user-check; }\n.#{$ti-prefix}-user-circle:before { content: $ti-icon-user-circle; }\n.#{$ti-prefix}-user-code:before { content: $ti-icon-user-code; }\n.#{$ti-prefix}-user-cog:before { content: $ti-icon-user-cog; }\n.#{$ti-prefix}-user-dollar:before { content: $ti-icon-user-dollar; }\n.#{$ti-prefix}-user-down:before { content: $ti-icon-user-down; }\n.#{$ti-prefix}-user-edit:before { content: $ti-icon-user-edit; }\n.#{$ti-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; }\n.#{$ti-prefix}-user-filled:before { content: $ti-icon-user-filled; }\n.#{$ti-prefix}-user-heart:before { content: $ti-icon-user-heart; }\n.#{$ti-prefix}-user-hexagon:before { content: $ti-icon-user-hexagon; }\n.#{$ti-prefix}-user-minus:before { content: $ti-icon-user-minus; }\n.#{$ti-prefix}-user-off:before { content: $ti-icon-user-off; }\n.#{$ti-prefix}-user-pause:before { content: $ti-icon-user-pause; }\n.#{$ti-prefix}-user-pentagon:before { content: $ti-icon-user-pentagon; }\n.#{$ti-prefix}-user-pin:before { content: $ti-icon-user-pin; }\n.#{$ti-prefix}-user-plus:before { content: $ti-icon-user-plus; }\n.#{$ti-prefix}-user-question:before { content: $ti-icon-user-question; }\n.#{$ti-prefix}-user-scan:before { content: $ti-icon-user-scan; }\n.#{$ti-prefix}-user-screen:before { content: $ti-icon-user-screen; }\n.#{$ti-prefix}-user-search:before { content: $ti-icon-user-search; }\n.#{$ti-prefix}-user-share:before { content: $ti-icon-user-share; }\n.#{$ti-prefix}-user-shield:before { content: $ti-icon-user-shield; }\n.#{$ti-prefix}-user-square:before { content: $ti-icon-user-square; }\n.#{$ti-prefix}-user-square-rounded:before { content: $ti-icon-user-square-rounded; }\n.#{$ti-prefix}-user-star:before { content: $ti-icon-user-star; }\n.#{$ti-prefix}-user-up:before { content: $ti-icon-user-up; }\n.#{$ti-prefix}-user-x:before { content: $ti-icon-user-x; }\n.#{$ti-prefix}-users:before { content: $ti-icon-users; }\n.#{$ti-prefix}-users-group:before { content: $ti-icon-users-group; }\n.#{$ti-prefix}-users-minus:before { content: $ti-icon-users-minus; }\n.#{$ti-prefix}-users-plus:before { content: $ti-icon-users-plus; }\n.#{$ti-prefix}-uv-index:before { content: $ti-icon-uv-index; }\n.#{$ti-prefix}-ux-circle:before { content: $ti-icon-ux-circle; }\n.#{$ti-prefix}-vaccine:before { content: $ti-icon-vaccine; }\n.#{$ti-prefix}-vaccine-bottle:before { content: $ti-icon-vaccine-bottle; }\n.#{$ti-prefix}-vaccine-bottle-off:before { content: $ti-icon-vaccine-bottle-off; }\n.#{$ti-prefix}-vaccine-off:before { content: $ti-icon-vaccine-off; }\n.#{$ti-prefix}-vacuum-cleaner:before { content: $ti-icon-vacuum-cleaner; }\n.#{$ti-prefix}-variable:before { content: $ti-icon-variable; }\n.#{$ti-prefix}-variable-minus:before { content: $ti-icon-variable-minus; }\n.#{$ti-prefix}-variable-off:before { content: $ti-icon-variable-off; }\n.#{$ti-prefix}-variable-plus:before { content: $ti-icon-variable-plus; }\n.#{$ti-prefix}-vector:before { content: $ti-icon-vector; }\n.#{$ti-prefix}-vector-bezier:before { content: $ti-icon-vector-bezier; }\n.#{$ti-prefix}-vector-bezier-2:before { content: $ti-icon-vector-bezier-2; }\n.#{$ti-prefix}-vector-bezier-arc:before { content: $ti-icon-vector-bezier-arc; }\n.#{$ti-prefix}-vector-bezier-circle:before { content: $ti-icon-vector-bezier-circle; }\n.#{$ti-prefix}-vector-off:before { content: $ti-icon-vector-off; }\n.#{$ti-prefix}-vector-spline:before { content: $ti-icon-vector-spline; }\n.#{$ti-prefix}-vector-triangle:before { content: $ti-icon-vector-triangle; }\n.#{$ti-prefix}-vector-triangle-off:before { content: $ti-icon-vector-triangle-off; }\n.#{$ti-prefix}-venus:before { content: $ti-icon-venus; }\n.#{$ti-prefix}-versions:before { content: $ti-icon-versions; }\n.#{$ti-prefix}-versions-filled:before { content: $ti-icon-versions-filled; }\n.#{$ti-prefix}-versions-off:before { content: $ti-icon-versions-off; }\n.#{$ti-prefix}-video:before { content: $ti-icon-video; }\n.#{$ti-prefix}-video-minus:before { content: $ti-icon-video-minus; }\n.#{$ti-prefix}-video-off:before { content: $ti-icon-video-off; }\n.#{$ti-prefix}-video-plus:before { content: $ti-icon-video-plus; }\n.#{$ti-prefix}-view-360:before { content: $ti-icon-view-360; }\n.#{$ti-prefix}-view-360-arrow:before { content: $ti-icon-view-360-arrow; }\n.#{$ti-prefix}-view-360-number:before { content: $ti-icon-view-360-number; }\n.#{$ti-prefix}-view-360-off:before { content: $ti-icon-view-360-off; }\n.#{$ti-prefix}-viewfinder:before { content: $ti-icon-viewfinder; }\n.#{$ti-prefix}-viewfinder-off:before { content: $ti-icon-viewfinder-off; }\n.#{$ti-prefix}-viewport-narrow:before { content: $ti-icon-viewport-narrow; }\n.#{$ti-prefix}-viewport-short:before { content: $ti-icon-viewport-short; }\n.#{$ti-prefix}-viewport-tall:before { content: $ti-icon-viewport-tall; }\n.#{$ti-prefix}-viewport-wide:before { content: $ti-icon-viewport-wide; }\n.#{$ti-prefix}-vinyl:before { content: $ti-icon-vinyl; }\n.#{$ti-prefix}-vip:before { content: $ti-icon-vip; }\n.#{$ti-prefix}-vip-off:before { content: $ti-icon-vip-off; }\n.#{$ti-prefix}-virus:before { content: $ti-icon-virus; }\n.#{$ti-prefix}-virus-off:before { content: $ti-icon-virus-off; }\n.#{$ti-prefix}-virus-search:before { content: $ti-icon-virus-search; }\n.#{$ti-prefix}-vocabulary:before { content: $ti-icon-vocabulary; }\n.#{$ti-prefix}-vocabulary-off:before { content: $ti-icon-vocabulary-off; }\n.#{$ti-prefix}-volcano:before { content: $ti-icon-volcano; }\n.#{$ti-prefix}-volume:before { content: $ti-icon-volume; }\n.#{$ti-prefix}-volume-2:before { content: $ti-icon-volume-2; }\n.#{$ti-prefix}-volume-3:before { content: $ti-icon-volume-3; }\n.#{$ti-prefix}-volume-off:before { content: $ti-icon-volume-off; }\n.#{$ti-prefix}-vs:before { content: $ti-icon-vs; }\n.#{$ti-prefix}-walk:before { content: $ti-icon-walk; }\n.#{$ti-prefix}-wall:before { content: $ti-icon-wall; }\n.#{$ti-prefix}-wall-off:before { content: $ti-icon-wall-off; }\n.#{$ti-prefix}-wallet:before { content: $ti-icon-wallet; }\n.#{$ti-prefix}-wallet-off:before { content: $ti-icon-wallet-off; }\n.#{$ti-prefix}-wallpaper:before { content: $ti-icon-wallpaper; }\n.#{$ti-prefix}-wallpaper-off:before { content: $ti-icon-wallpaper-off; }\n.#{$ti-prefix}-wand:before { content: $ti-icon-wand; }\n.#{$ti-prefix}-wand-off:before { content: $ti-icon-wand-off; }\n.#{$ti-prefix}-wash:before { content: $ti-icon-wash; }\n.#{$ti-prefix}-wash-dry:before { content: $ti-icon-wash-dry; }\n.#{$ti-prefix}-wash-dry-1:before { content: $ti-icon-wash-dry-1; }\n.#{$ti-prefix}-wash-dry-2:before { content: $ti-icon-wash-dry-2; }\n.#{$ti-prefix}-wash-dry-3:before { content: $ti-icon-wash-dry-3; }\n.#{$ti-prefix}-wash-dry-a:before { content: $ti-icon-wash-dry-a; }\n.#{$ti-prefix}-wash-dry-dip:before { content: $ti-icon-wash-dry-dip; }\n.#{$ti-prefix}-wash-dry-f:before { content: $ti-icon-wash-dry-f; }\n.#{$ti-prefix}-wash-dry-flat:before { content: $ti-icon-wash-dry-flat; }\n.#{$ti-prefix}-wash-dry-hang:before { content: $ti-icon-wash-dry-hang; }\n.#{$ti-prefix}-wash-dry-off:before { content: $ti-icon-wash-dry-off; }\n.#{$ti-prefix}-wash-dry-p:before { content: $ti-icon-wash-dry-p; }\n.#{$ti-prefix}-wash-dry-shade:before { content: $ti-icon-wash-dry-shade; }\n.#{$ti-prefix}-wash-dry-w:before { content: $ti-icon-wash-dry-w; }\n.#{$ti-prefix}-wash-dryclean:before { content: $ti-icon-wash-dryclean; }\n.#{$ti-prefix}-wash-dryclean-off:before { content: $ti-icon-wash-dryclean-off; }\n.#{$ti-prefix}-wash-eco:before { content: $ti-icon-wash-eco; }\n.#{$ti-prefix}-wash-gentle:before { content: $ti-icon-wash-gentle; }\n.#{$ti-prefix}-wash-hand:before { content: $ti-icon-wash-hand; }\n.#{$ti-prefix}-wash-machine:before { content: $ti-icon-wash-machine; }\n.#{$ti-prefix}-wash-off:before { content: $ti-icon-wash-off; }\n.#{$ti-prefix}-wash-press:before { content: $ti-icon-wash-press; }\n.#{$ti-prefix}-wash-temperature-1:before { content: $ti-icon-wash-temperature-1; }\n.#{$ti-prefix}-wash-temperature-2:before { content: $ti-icon-wash-temperature-2; }\n.#{$ti-prefix}-wash-temperature-3:before { content: $ti-icon-wash-temperature-3; }\n.#{$ti-prefix}-wash-temperature-4:before { content: $ti-icon-wash-temperature-4; }\n.#{$ti-prefix}-wash-temperature-5:before { content: $ti-icon-wash-temperature-5; }\n.#{$ti-prefix}-wash-temperature-6:before { content: $ti-icon-wash-temperature-6; }\n.#{$ti-prefix}-wash-tumble-dry:before { content: $ti-icon-wash-tumble-dry; }\n.#{$ti-prefix}-wash-tumble-off:before { content: $ti-icon-wash-tumble-off; }\n.#{$ti-prefix}-waterpolo:before { content: $ti-icon-waterpolo; }\n.#{$ti-prefix}-wave-saw-tool:before { content: $ti-icon-wave-saw-tool; }\n.#{$ti-prefix}-wave-sine:before { content: $ti-icon-wave-sine; }\n.#{$ti-prefix}-wave-square:before { content: $ti-icon-wave-square; }\n.#{$ti-prefix}-waves-electricity:before { content: $ti-icon-waves-electricity; }\n.#{$ti-prefix}-webhook:before { content: $ti-icon-webhook; }\n.#{$ti-prefix}-webhook-off:before { content: $ti-icon-webhook-off; }\n.#{$ti-prefix}-weight:before { content: $ti-icon-weight; }\n.#{$ti-prefix}-wheel:before { content: $ti-icon-wheel; }\n.#{$ti-prefix}-wheelchair:before { content: $ti-icon-wheelchair; }\n.#{$ti-prefix}-wheelchair-off:before { content: $ti-icon-wheelchair-off; }\n.#{$ti-prefix}-whirl:before { content: $ti-icon-whirl; }\n.#{$ti-prefix}-wifi:before { content: $ti-icon-wifi; }\n.#{$ti-prefix}-wifi-0:before { content: $ti-icon-wifi-0; }\n.#{$ti-prefix}-wifi-1:before { content: $ti-icon-wifi-1; }\n.#{$ti-prefix}-wifi-2:before { content: $ti-icon-wifi-2; }\n.#{$ti-prefix}-wifi-off:before { content: $ti-icon-wifi-off; }\n.#{$ti-prefix}-wind:before { content: $ti-icon-wind; }\n.#{$ti-prefix}-wind-electricity:before { content: $ti-icon-wind-electricity; }\n.#{$ti-prefix}-wind-off:before { content: $ti-icon-wind-off; }\n.#{$ti-prefix}-windmill:before { content: $ti-icon-windmill; }\n.#{$ti-prefix}-windmill-filled:before { content: $ti-icon-windmill-filled; }\n.#{$ti-prefix}-windmill-off:before { content: $ti-icon-windmill-off; }\n.#{$ti-prefix}-window:before { content: $ti-icon-window; }\n.#{$ti-prefix}-window-maximize:before { content: $ti-icon-window-maximize; }\n.#{$ti-prefix}-window-minimize:before { content: $ti-icon-window-minimize; }\n.#{$ti-prefix}-window-off:before { content: $ti-icon-window-off; }\n.#{$ti-prefix}-windsock:before { content: $ti-icon-windsock; }\n.#{$ti-prefix}-wiper:before { content: $ti-icon-wiper; }\n.#{$ti-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; }\n.#{$ti-prefix}-woman:before { content: $ti-icon-woman; }\n.#{$ti-prefix}-woman-filled:before { content: $ti-icon-woman-filled; }\n.#{$ti-prefix}-wood:before { content: $ti-icon-wood; }\n.#{$ti-prefix}-world:before { content: $ti-icon-world; }\n.#{$ti-prefix}-world-bolt:before { content: $ti-icon-world-bolt; }\n.#{$ti-prefix}-world-cancel:before { content: $ti-icon-world-cancel; }\n.#{$ti-prefix}-world-check:before { content: $ti-icon-world-check; }\n.#{$ti-prefix}-world-code:before { content: $ti-icon-world-code; }\n.#{$ti-prefix}-world-cog:before { content: $ti-icon-world-cog; }\n.#{$ti-prefix}-world-dollar:before { content: $ti-icon-world-dollar; }\n.#{$ti-prefix}-world-down:before { content: $ti-icon-world-down; }\n.#{$ti-prefix}-world-download:before { content: $ti-icon-world-download; }\n.#{$ti-prefix}-world-exclamation:before { content: $ti-icon-world-exclamation; }\n.#{$ti-prefix}-world-heart:before { content: $ti-icon-world-heart; }\n.#{$ti-prefix}-world-latitude:before { content: $ti-icon-world-latitude; }\n.#{$ti-prefix}-world-longitude:before { content: $ti-icon-world-longitude; }\n.#{$ti-prefix}-world-minus:before { content: $ti-icon-world-minus; }\n.#{$ti-prefix}-world-off:before { content: $ti-icon-world-off; }\n.#{$ti-prefix}-world-pause:before { content: $ti-icon-world-pause; }\n.#{$ti-prefix}-world-pin:before { content: $ti-icon-world-pin; }\n.#{$ti-prefix}-world-plus:before { content: $ti-icon-world-plus; }\n.#{$ti-prefix}-world-question:before { content: $ti-icon-world-question; }\n.#{$ti-prefix}-world-search:before { content: $ti-icon-world-search; }\n.#{$ti-prefix}-world-share:before { content: $ti-icon-world-share; }\n.#{$ti-prefix}-world-star:before { content: $ti-icon-world-star; }\n.#{$ti-prefix}-world-up:before { content: $ti-icon-world-up; }\n.#{$ti-prefix}-world-upload:before { content: $ti-icon-world-upload; }\n.#{$ti-prefix}-world-www:before { content: $ti-icon-world-www; }\n.#{$ti-prefix}-world-x:before { content: $ti-icon-world-x; }\n.#{$ti-prefix}-wrecking-ball:before { content: $ti-icon-wrecking-ball; }\n.#{$ti-prefix}-writing:before { content: $ti-icon-writing; }\n.#{$ti-prefix}-writing-off:before { content: $ti-icon-writing-off; }\n.#{$ti-prefix}-writing-sign:before { content: $ti-icon-writing-sign; }\n.#{$ti-prefix}-writing-sign-off:before { content: $ti-icon-writing-sign-off; }\n.#{$ti-prefix}-x:before { content: $ti-icon-x; }\n.#{$ti-prefix}-x-power-y:before { content: $ti-icon-x-power-y; }\n.#{$ti-prefix}-xbox-a:before { content: $ti-icon-xbox-a; }\n.#{$ti-prefix}-xbox-a-filled:before { content: $ti-icon-xbox-a-filled; }\n.#{$ti-prefix}-xbox-b:before { content: $ti-icon-xbox-b; }\n.#{$ti-prefix}-xbox-b-filled:before { content: $ti-icon-xbox-b-filled; }\n.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; }\n.#{$ti-prefix}-xbox-x-filled:before { content: $ti-icon-xbox-x-filled; }\n.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; }\n.#{$ti-prefix}-xbox-y-filled:before { content: $ti-icon-xbox-y-filled; }\n.#{$ti-prefix}-xd:before { content: $ti-icon-xd; }\n.#{$ti-prefix}-xxx:before { content: $ti-icon-xxx; }\n.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }\n.#{$ti-prefix}-yin-yang-filled:before { content: $ti-icon-yin-yang-filled; }\n.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; }\n.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }\n.#{$ti-prefix}-zeppelin-filled:before { content: $ti-icon-zeppelin-filled; }\n.#{$ti-prefix}-zeppelin-off:before { content: $ti-icon-zeppelin-off; }\n.#{$ti-prefix}-zip:before { content: $ti-icon-zip; }\n.#{$ti-prefix}-zodiac-aquarius:before { content: $ti-icon-zodiac-aquarius; }\n.#{$ti-prefix}-zodiac-aries:before { content: $ti-icon-zodiac-aries; }\n.#{$ti-prefix}-zodiac-cancer:before { content: $ti-icon-zodiac-cancer; }\n.#{$ti-prefix}-zodiac-capricorn:before { content: $ti-icon-zodiac-capricorn; }\n.#{$ti-prefix}-zodiac-gemini:before { content: $ti-icon-zodiac-gemini; }\n.#{$ti-prefix}-zodiac-leo:before { content: $ti-icon-zodiac-leo; }\n.#{$ti-prefix}-zodiac-libra:before { content: $ti-icon-zodiac-libra; }\n.#{$ti-prefix}-zodiac-pisces:before { content: $ti-icon-zodiac-pisces; }\n.#{$ti-prefix}-zodiac-sagittarius:before { content: $ti-icon-zodiac-sagittarius; }\n.#{$ti-prefix}-zodiac-scorpio:before { content: $ti-icon-zodiac-scorpio; }\n.#{$ti-prefix}-zodiac-taurus:before { content: $ti-icon-zodiac-taurus; }\n.#{$ti-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; }\n.#{$ti-prefix}-zoom:before { content: $ti-icon-zoom; }\n.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }\n.#{$ti-prefix}-zoom-cancel-filled:before { content: $ti-icon-zoom-cancel-filled; }\n.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }\n.#{$ti-prefix}-zoom-check-filled:before { content: $ti-icon-zoom-check-filled; }\n.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }\n.#{$ti-prefix}-zoom-code-filled:before { content: $ti-icon-zoom-code-filled; }\n.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }\n.#{$ti-prefix}-zoom-exclamation-filled:before { content: $ti-icon-zoom-exclamation-filled; }\n.#{$ti-prefix}-zoom-filled:before { content: $ti-icon-zoom-filled; }\n.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }\n.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; }\n.#{$ti-prefix}-zoom-in-area-filled:before { content: $ti-icon-zoom-in-area-filled; }\n.#{$ti-prefix}-zoom-in-filled:before { content: $ti-icon-zoom-in-filled; }\n.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }\n.#{$ti-prefix}-zoom-money-filled:before { content: $ti-icon-zoom-money-filled; }\n.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }\n.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; }\n.#{$ti-prefix}-zoom-out-area-filled:before { content: $ti-icon-zoom-out-area-filled; }\n.#{$ti-prefix}-zoom-out-filled:before { content: $ti-icon-zoom-out-filled; }\n.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }\n.#{$ti-prefix}-zoom-pan-filled:before { content: $ti-icon-zoom-pan-filled; }\n.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }\n.#{$ti-prefix}-zoom-question-filled:before { content: $ti-icon-zoom-question-filled; }\n.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; }\n.#{$ti-prefix}-zoom-reset:before { content: $ti-icon-zoom-reset; }\n.#{$ti-prefix}-zoom-scan:before { content: $ti-icon-zoom-scan; }\n.#{$ti-prefix}-zoom-scan-filled:before { content: $ti-icon-zoom-scan-filled; }\n.#{$ti-prefix}-zzz:before { content: $ti-icon-zzz; }\n.#{$ti-prefix}-zzz-off:before { content: $ti-icon-zzz-off; }\n\n// Aliases\n.#{$ti-prefix}-123:before { content: $ti-icon-number-123; }\n.#{$ti-prefix}-360:before { content: $ti-icon-view-360-arrow; }\n.#{$ti-prefix}-code-asterix:before { content: $ti-icon-code-asterisk; }\n.#{$ti-prefix}-discount-2:before { content: $ti-icon-rosette-discount; }\n.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-rosette-discount-off; }\n.#{$ti-prefix}-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-love-you; }\n.#{$ti-prefix}-sort-deacending-small-big:before { content: $ti-icon-sort-descending-small-big; }\n.#{$ti-prefix}-shi-jumping:before { content: $ti-icon-ski-jumping; }\n.#{$ti-prefix}-box-seam:before { content: $ti-icon-package; }\n.#{$ti-prefix}-kering:before { content: $ti-icon-kerning; }\n.#{$ti-prefix}-2fa:before { content: $ti-icon-auth-2fa; }\n.#{$ti-prefix}-3d-cube-sphere:before { content: $ti-icon-cube-3d-sphere; }\n.#{$ti-prefix}-3d-cube-sphere-off:before { content: $ti-icon-cube-3d-sphere-off; }\n.#{$ti-prefix}-3d-rotate:before { content: $ti-icon-rotate-3d; }\n.#{$ti-prefix}-12-hours:before { content: $ti-icon-hours-12; }\n.#{$ti-prefix}-24-hours:before { content: $ti-icon-hours-24; }\n.#{$ti-prefix}-360-view:before { content: $ti-icon-view-360-number; }\n.#{$ti-prefix}-circle-0:before { content: $ti-icon-circle-number-0; }\n.#{$ti-prefix}-circle-1:before { content: $ti-icon-circle-number-1; }\n.#{$ti-prefix}-circle-2:before { content: $ti-icon-circle-number-2; }\n.#{$ti-prefix}-circle-3:before { content: $ti-icon-circle-number-3; }\n.#{$ti-prefix}-circle-4:before { content: $ti-icon-circle-number-4; }\n.#{$ti-prefix}-circle-5:before { content: $ti-icon-circle-number-5; }\n.#{$ti-prefix}-circle-6:before { content: $ti-icon-circle-number-6; }\n.#{$ti-prefix}-circle-7:before { content: $ti-icon-circle-number-7; }\n.#{$ti-prefix}-circle-8:before { content: $ti-icon-circle-number-8; }\n.#{$ti-prefix}-circle-9:before { content: $ti-icon-circle-number-9; }\n.#{$ti-prefix}-hexagon-0:before { content: $ti-icon-hexagon-number-0; }\n.#{$ti-prefix}-hexagon-1:before { content: $ti-icon-hexagon-number-1; }\n.#{$ti-prefix}-hexagon-2:before { content: $ti-icon-hexagon-number-2; }\n.#{$ti-prefix}-hexagon-3:before { content: $ti-icon-hexagon-number-3; }\n.#{$ti-prefix}-hexagon-4:before { content: $ti-icon-hexagon-number-4; }\n.#{$ti-prefix}-hexagon-5:before { content: $ti-icon-hexagon-number-5; }\n.#{$ti-prefix}-hexagon-6:before { content: $ti-icon-hexagon-number-6; }\n.#{$ti-prefix}-hexagon-7:before { content: $ti-icon-hexagon-number-7; }\n.#{$ti-prefix}-hexagon-8:before { content: $ti-icon-hexagon-number-8; }\n.#{$ti-prefix}-hexagon-9:before { content: $ti-icon-hexagon-number-9; }\n.#{$ti-prefix}-square-0:before { content: $ti-icon-square-number-0; }\n.#{$ti-prefix}-square-1:before { content: $ti-icon-square-number-1; }\n.#{$ti-prefix}-square-2:before { content: $ti-icon-square-number-2; }\n.#{$ti-prefix}-square-3:before { content: $ti-icon-square-number-3; }\n.#{$ti-prefix}-square-4:before { content: $ti-icon-square-number-4; }\n.#{$ti-prefix}-square-5:before { content: $ti-icon-square-number-5; }\n.#{$ti-prefix}-square-6:before { content: $ti-icon-square-number-6; }\n.#{$ti-prefix}-square-7:before { content: $ti-icon-square-number-7; }\n.#{$ti-prefix}-square-8:before { content: $ti-icon-square-number-8; }\n.#{$ti-prefix}-square-9:before { content: $ti-icon-square-number-9; }\n.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle; }\n.#{$ti-prefix}-mood-suprised:before { content: $ti-icon-mood-surprised; }\n.#{$ti-prefix}-circle-dashed-letter-letter-v:before { content: $ti-icon-circle-dashed-letter-v; }\n.#{$ti-prefix}-discount-check-filled:before { content: $ti-icon-rosette-discount-check-filled; }\n.#{$ti-prefix}-message-circle-2-filled:before { content: $ti-icon-message-circle-filled; }\n\n","@charset \"UTF-8\";\n/*!\n * Tabler Icons 3.20.0 by tabler - https://tabler.io\n * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE\n */\n$ti-font-family: 'tabler-icons-filled' !default;\n$ti-font-path: './fonts' !default;\n$ti-font-display: null !default;\n$ti-prefix: 'ti' !default;\n\n@font-face {\n font-family: $ti-font-family;\n font-style: normal;\n font-weight: 400;\n font-display: $ti-font-display;\n src: url('#{$ti-font-path}/tabler-icons-filled.woff2?v3.20.0') format('woff2'),\n url('#{$ti-font-path}/tabler-icons-filled.woff?') format('woff'),\n url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.20.0') format('truetype');\n}\n\n.#{$ti-prefix} {\n font-family: $ti-font-family !important;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n@function unicode($str) {\n @return unquote(\"\\\"\")+unquote(str-insert($str, \"\\\\\", 1))+unquote(\"\\\"\")\n}\n\n\n$ti-icon-accessible: unicode('f6ea');\n$ti-icon-ad: unicode('f6eb');\n$ti-icon-ad-circle: unicode('f7d3');\n$ti-icon-adjustments: unicode('f6ec');\n$ti-icon-affiliate: unicode('f6ed');\n$ti-icon-alarm: unicode('f709');\n$ti-icon-alarm-minus: unicode('f70a');\n$ti-icon-alarm-plus: unicode('f70b');\n$ti-icon-alarm-snooze: unicode('f70c');\n$ti-icon-alert-circle: unicode('f6ee');\n$ti-icon-alert-hexagon: unicode('fa34');\n$ti-icon-alert-octagon: unicode('f6ef');\n$ti-icon-alert-square: unicode('fa35');\n$ti-icon-alert-square-rounded: unicode('fa36');\n$ti-icon-alert-triangle: unicode('f6f0');\n$ti-icon-alien: unicode('f70d');\n$ti-icon-align-box-bottom-center: unicode('f70e');\n$ti-icon-align-box-bottom-left: unicode('f70f');\n$ti-icon-align-box-bottom-right: unicode('f710');\n$ti-icon-align-box-center-middle: unicode('f7d4');\n$ti-icon-align-box-left-bottom: unicode('f711');\n$ti-icon-align-box-left-middle: unicode('f712');\n$ti-icon-align-box-left-top: unicode('f713');\n$ti-icon-align-box-right-bottom: unicode('f714');\n$ti-icon-align-box-right-middle: unicode('f7d5');\n$ti-icon-align-box-right-top: unicode('f715');\n$ti-icon-align-box-top-center: unicode('f716');\n$ti-icon-align-box-top-left: unicode('f717');\n$ti-icon-align-box-top-right: unicode('f718');\n$ti-icon-analyze: unicode('f719');\n$ti-icon-app-window: unicode('f71a');\n$ti-icon-apple: unicode('10017');\n$ti-icon-apps: unicode('f6f1');\n$ti-icon-archive: unicode('fa82');\n$ti-icon-arrow-autofit-content: unicode('f6f2');\n$ti-icon-arrow-badge-down: unicode('f7d6');\n$ti-icon-arrow-badge-left: unicode('f7d7');\n$ti-icon-arrow-badge-right: unicode('f7d8');\n$ti-icon-arrow-badge-up: unicode('f7d9');\n$ti-icon-arrow-big-down: unicode('f6c6');\n$ti-icon-arrow-big-down-line: unicode('f6c7');\n$ti-icon-arrow-big-down-lines: unicode('f6c8');\n$ti-icon-arrow-big-left: unicode('f6c9');\n$ti-icon-arrow-big-left-line: unicode('f6ca');\n$ti-icon-arrow-big-left-lines: unicode('f6cb');\n$ti-icon-arrow-big-right: unicode('f6cc');\n$ti-icon-arrow-big-right-line: unicode('f6cd');\n$ti-icon-arrow-big-right-lines: unicode('f6ce');\n$ti-icon-arrow-big-up: unicode('f6cf');\n$ti-icon-arrow-big-up-line: unicode('f6d0');\n$ti-icon-arrow-big-up-lines: unicode('f6d1');\n$ti-icon-arrow-down-circle: unicode('1003b');\n$ti-icon-arrow-down-rhombus: unicode('1003a');\n$ti-icon-arrow-down-square: unicode('10039');\n$ti-icon-arrow-guide: unicode('10038');\n$ti-icon-arrow-left-circle: unicode('10037');\n$ti-icon-arrow-left-rhombus: unicode('10036');\n$ti-icon-arrow-left-square: unicode('10035');\n$ti-icon-arrow-move-down: unicode('10034');\n$ti-icon-arrow-move-left: unicode('10033');\n$ti-icon-arrow-move-right: unicode('10032');\n$ti-icon-arrow-move-up: unicode('10031');\n$ti-icon-arrow-right-circle: unicode('10030');\n$ti-icon-arrow-right-rhombus: unicode('1002f');\n$ti-icon-arrow-right-square: unicode('1002e');\n$ti-icon-arrow-up-circle: unicode('1002d');\n$ti-icon-arrow-up-rhombus: unicode('1002c');\n$ti-icon-arrow-up-square: unicode('1002b');\n$ti-icon-artboard: unicode('fa83');\n$ti-icon-article: unicode('f7da');\n$ti-icon-aspect-ratio: unicode('f7db');\n$ti-icon-assembly: unicode('fe9e');\n$ti-icon-asset: unicode('fe9d');\n$ti-icon-atom-2: unicode('f71b');\n$ti-icon-automatic-gearbox: unicode('1002a');\n$ti-icon-award: unicode('f71c');\n$ti-icon-baby-carriage: unicode('fe9c');\n$ti-icon-backspace: unicode('f7dc');\n$ti-icon-badge: unicode('f667');\n$ti-icon-badge-3d: unicode('fe9b');\n$ti-icon-badge-4k: unicode('fe9a');\n$ti-icon-badge-8k: unicode('fe99');\n$ti-icon-badge-ad: unicode('fe98');\n$ti-icon-badge-ar: unicode('fe97');\n$ti-icon-badge-cc: unicode('fe96');\n$ti-icon-badge-hd: unicode('fe95');\n$ti-icon-badge-sd: unicode('fe94');\n$ti-icon-badge-tm: unicode('fe93');\n$ti-icon-badge-vo: unicode('fe92');\n$ti-icon-badge-vr: unicode('fe91');\n$ti-icon-badge-wc: unicode('fe90');\n$ti-icon-badges: unicode('f7dd');\n$ti-icon-balloon: unicode('fa84');\n$ti-icon-ballpen: unicode('fa85');\n$ti-icon-bandage: unicode('f7de');\n$ti-icon-barbell: unicode('fe8f');\n$ti-icon-barrier-block: unicode('fe8e');\n$ti-icon-basket: unicode('f7df');\n$ti-icon-bath: unicode('f71d');\n$ti-icon-battery: unicode('f668');\n$ti-icon-battery-1: unicode('f71e');\n$ti-icon-battery-2: unicode('f71f');\n$ti-icon-battery-3: unicode('f720');\n$ti-icon-battery-4: unicode('f721');\n$ti-icon-battery-automotive: unicode('10029');\n$ti-icon-battery-vertical: unicode('10024');\n$ti-icon-battery-vertical-1: unicode('10028');\n$ti-icon-battery-vertical-2: unicode('10027');\n$ti-icon-battery-vertical-3: unicode('10026');\n$ti-icon-battery-vertical-4: unicode('10025');\n$ti-icon-bed: unicode('f7e0');\n$ti-icon-bed-flat: unicode('fe8d');\n$ti-icon-beer: unicode('f7e1');\n$ti-icon-bell: unicode('f669');\n$ti-icon-bell-minus: unicode('f722');\n$ti-icon-bell-plus: unicode('f723');\n$ti-icon-bell-ringing: unicode('f725');\n$ti-icon-bell-ringing-2: unicode('f724');\n$ti-icon-bell-x: unicode('f726');\n$ti-icon-bell-z: unicode('f727');\n$ti-icon-bike: unicode('10023');\n$ti-icon-binary-tree: unicode('ff64');\n$ti-icon-binary-tree-2: unicode('ff65');\n$ti-icon-binoculars: unicode('ff0b');\n$ti-icon-biohazard: unicode('fe8c');\n$ti-icon-blade: unicode('f7e2');\n$ti-icon-blender: unicode('10022');\n$ti-icon-blob: unicode('feb1');\n$ti-icon-bolt: unicode('10021');\n$ti-icon-bomb: unicode('fa86');\n$ti-icon-bone: unicode('fe8b');\n$ti-icon-bong: unicode('10020');\n$ti-icon-book: unicode('fa87');\n$ti-icon-bookmark: unicode('fa88');\n$ti-icon-bookmarks: unicode('fb1f');\n$ti-icon-boom: unicode('fe8a');\n$ti-icon-bottle: unicode('fa89');\n$ti-icon-bounce-left: unicode('fb20');\n$ti-icon-bounce-right: unicode('fb21');\n$ti-icon-bow: unicode('fe89');\n$ti-icon-bowl: unicode('fb22');\n$ti-icon-bowl-chopsticks: unicode('fe88');\n$ti-icon-bowl-spoon: unicode('fe87');\n$ti-icon-box-align-bottom: unicode('fa8a');\n$ti-icon-box-align-bottom-left: unicode('fa8b');\n$ti-icon-box-align-bottom-right: unicode('fa8c');\n$ti-icon-box-align-left: unicode('fa8d');\n$ti-icon-box-align-right: unicode('fa8e');\n$ti-icon-box-align-top: unicode('fa8f');\n$ti-icon-box-align-top-left: unicode('fa90');\n$ti-icon-box-align-top-right: unicode('fa91');\n$ti-icon-box-multiple: unicode('1001f');\n$ti-icon-brand-apple: unicode('fd74');\n$ti-icon-brand-discord: unicode('f7e4');\n$ti-icon-brand-dribbble: unicode('f7e5');\n$ti-icon-brand-facebook: unicode('f7e6');\n$ti-icon-brand-github: unicode('f7e7');\n$ti-icon-brand-google: unicode('fd1a');\n$ti-icon-brand-patreon: unicode('fcff');\n$ti-icon-brand-paypal: unicode('f7e9');\n$ti-icon-brand-spotify: unicode('fe86');\n$ti-icon-brand-tiktok: unicode('f7ea');\n$ti-icon-brand-twitter: unicode('f7eb');\n$ti-icon-brand-x: unicode('fc21');\n$ti-icon-brand-youtube: unicode('fc22');\n$ti-icon-bread: unicode('fe85');\n$ti-icon-briefcase: unicode('fd00');\n$ti-icon-briefcase-2: unicode('fe84');\n$ti-icon-brightness: unicode('fe82');\n$ti-icon-brightness-auto: unicode('fe83');\n$ti-icon-brightness-down: unicode('fb23');\n$ti-icon-brightness-up: unicode('fb24');\n$ti-icon-bubble: unicode('fec3');\n$ti-icon-bug: unicode('fd01');\n$ti-icon-building-broadcast-tower: unicode('fe81');\n$ti-icon-bulb: unicode('f66a');\n$ti-icon-butterfly: unicode('10016');\n$ti-icon-cactus: unicode('fb25');\n$ti-icon-calculator: unicode('fb26');\n$ti-icon-calendar: unicode('fb27');\n$ti-icon-camera: unicode('fa37');\n$ti-icon-campfire: unicode('fb28');\n$ti-icon-candle: unicode('fc23');\n$ti-icon-cannabis: unicode('10015');\n$ti-icon-capsule: unicode('fc24');\n$ti-icon-capsule-horizontal: unicode('fc25');\n$ti-icon-capture: unicode('fb29');\n$ti-icon-car: unicode('1004c');\n$ti-icon-car-4wd: unicode('1001e');\n$ti-icon-car-fan: unicode('1001d');\n$ti-icon-car-suv: unicode('1004d');\n$ti-icon-carambola: unicode('10014');\n$ti-icon-cardboards: unicode('1001c');\n$ti-icon-cards: unicode('fc26');\n$ti-icon-caret-down: unicode('fb2a');\n$ti-icon-caret-left: unicode('fb2b');\n$ti-icon-caret-left-right: unicode('fd02');\n$ti-icon-caret-right: unicode('fb2c');\n$ti-icon-caret-up: unicode('fb2d');\n$ti-icon-caret-up-down: unicode('fd03');\n$ti-icon-carousel-horizontal: unicode('fa92');\n$ti-icon-carousel-vertical: unicode('fa93');\n$ti-icon-cash-banknote: unicode('fe80');\n$ti-icon-category: unicode('fb2e');\n$ti-icon-charging-pile: unicode('1001b');\n$ti-icon-chart-area: unicode('f66b');\n$ti-icon-chart-area-line: unicode('f66c');\n$ti-icon-chart-bubble: unicode('f66d');\n$ti-icon-chart-candle: unicode('f66e');\n$ti-icon-chart-donut: unicode('f66f');\n$ti-icon-chart-dots: unicode('fd04');\n$ti-icon-chart-grid-dots: unicode('fd05');\n$ti-icon-chart-pie: unicode('f670');\n$ti-icon-cherry: unicode('f728');\n$ti-icon-chess: unicode('f72a');\n$ti-icon-chess-bishop: unicode('f729');\n$ti-icon-chess-king: unicode('f72b');\n$ti-icon-chess-knight: unicode('f72c');\n$ti-icon-chess-queen: unicode('f72d');\n$ti-icon-chess-rook: unicode('f72e');\n$ti-icon-christmas-tree: unicode('1001a');\n$ti-icon-circle: unicode('f671');\n$ti-icon-circle-arrow-down: unicode('f6f4');\n$ti-icon-circle-arrow-down-left: unicode('f6f5');\n$ti-icon-circle-arrow-down-right: unicode('f6f7');\n$ti-icon-circle-arrow-left: unicode('f6fa');\n$ti-icon-circle-arrow-right: unicode('f6fc');\n$ti-icon-circle-arrow-up: unicode('f6fe');\n$ti-icon-circle-arrow-up-left: unicode('f6ff');\n$ti-icon-circle-arrow-up-right: unicode('f701');\n$ti-icon-circle-check: unicode('f704');\n$ti-icon-circle-dot: unicode('f705');\n$ti-icon-circle-key: unicode('f706');\n$ti-icon-circle-letter-a: unicode('fe7f');\n$ti-icon-circle-letter-b: unicode('fe7e');\n$ti-icon-circle-letter-c: unicode('fe7d');\n$ti-icon-circle-letter-d: unicode('fe7c');\n$ti-icon-circle-letter-e: unicode('fe7b');\n$ti-icon-circle-letter-f: unicode('fe7a');\n$ti-icon-circle-letter-g: unicode('fe79');\n$ti-icon-circle-letter-h: unicode('fe78');\n$ti-icon-circle-letter-i: unicode('fe77');\n$ti-icon-circle-letter-j: unicode('fe76');\n$ti-icon-circle-letter-k: unicode('fe75');\n$ti-icon-circle-letter-l: unicode('fe74');\n$ti-icon-circle-letter-m: unicode('fe73');\n$ti-icon-circle-letter-n: unicode('fe72');\n$ti-icon-circle-letter-o: unicode('fe71');\n$ti-icon-circle-letter-p: unicode('fe70');\n$ti-icon-circle-letter-q: unicode('fe6f');\n$ti-icon-circle-letter-r: unicode('fe6e');\n$ti-icon-circle-letter-s: unicode('fe6d');\n$ti-icon-circle-letter-t: unicode('fe6c');\n$ti-icon-circle-letter-u: unicode('fe6b');\n$ti-icon-circle-letter-v: unicode('fe6a');\n$ti-icon-circle-letter-w: unicode('fe69');\n$ti-icon-circle-letter-x: unicode('fe68');\n$ti-icon-circle-letter-y: unicode('fe67');\n$ti-icon-circle-letter-z: unicode('fe66');\n$ti-icon-circle-number-0: unicode('f72f');\n$ti-icon-circle-number-1: unicode('f730');\n$ti-icon-circle-number-2: unicode('f731');\n$ti-icon-circle-number-3: unicode('f732');\n$ti-icon-circle-number-4: unicode('f733');\n$ti-icon-circle-number-5: unicode('f734');\n$ti-icon-circle-number-6: unicode('f735');\n$ti-icon-circle-number-7: unicode('f736');\n$ti-icon-circle-number-8: unicode('f737');\n$ti-icon-circle-number-9: unicode('f738');\n$ti-icon-circle-percentage: unicode('fed5');\n$ti-icon-circle-plus: unicode('fef9');\n$ti-icon-circle-rectangle: unicode('ff63');\n$ti-icon-circle-x: unicode('f739');\n$ti-icon-circles: unicode('f672');\n$ti-icon-clock: unicode('f73a');\n$ti-icon-clock-hour-1: unicode('fe65');\n$ti-icon-clock-hour-10: unicode('fe64');\n$ti-icon-clock-hour-11: unicode('fe63');\n$ti-icon-clock-hour-12: unicode('fe62');\n$ti-icon-clock-hour-2: unicode('fe61');\n$ti-icon-clock-hour-3: unicode('fe60');\n$ti-icon-clock-hour-4: unicode('fe5f');\n$ti-icon-clock-hour-5: unicode('fe5e');\n$ti-icon-clock-hour-6: unicode('fe5d');\n$ti-icon-clock-hour-7: unicode('fe5c');\n$ti-icon-clock-hour-8: unicode('fe5b');\n$ti-icon-clock-hour-9: unicode('fe5a');\n$ti-icon-cloud: unicode('f673');\n$ti-icon-clover: unicode('10013');\n$ti-icon-clubs: unicode('f674');\n$ti-icon-code-circle: unicode('fed3');\n$ti-icon-code-circle-2: unicode('fed4');\n$ti-icon-coin: unicode('fd08');\n$ti-icon-coin-bitcoin: unicode('fd06');\n$ti-icon-coin-euro: unicode('fd07');\n$ti-icon-coin-monero: unicode('fd09');\n$ti-icon-coin-pound: unicode('fd0a');\n$ti-icon-coin-rupee: unicode('fd0b');\n$ti-icon-coin-taka: unicode('fd0c');\n$ti-icon-coin-yen: unicode('fd0e');\n$ti-icon-coin-yuan: unicode('fd0f');\n$ti-icon-compass: unicode('fd10');\n$ti-icon-cone: unicode('fe58');\n$ti-icon-cone-2: unicode('fe59');\n$ti-icon-contrast: unicode('fe56');\n$ti-icon-contrast-2: unicode('fe57');\n$ti-icon-cookie: unicode('fe54');\n$ti-icon-cookie-man: unicode('fe55');\n$ti-icon-copy-check: unicode('fe53');\n$ti-icon-copy-minus: unicode('fe52');\n$ti-icon-copy-plus: unicode('fe51');\n$ti-icon-copy-x: unicode('fe50');\n$ti-icon-copyleft: unicode('f73b');\n$ti-icon-copyright: unicode('f73c');\n$ti-icon-credit-card: unicode('fd11');\n$ti-icon-crop-1-1: unicode('fe4f');\n$ti-icon-crop-16-9: unicode('fe4e');\n$ti-icon-crop-3-2: unicode('fe4d');\n$ti-icon-crop-5-4: unicode('fe4c');\n$ti-icon-crop-7-5: unicode('fe4b');\n$ti-icon-crop-landscape: unicode('fe4a');\n$ti-icon-crop-portrait: unicode('fe49');\n$ti-icon-cross: unicode('f675');\n$ti-icon-dashboard: unicode('10019');\n$ti-icon-device-cctv: unicode('1004b');\n$ti-icon-device-desktop: unicode('1004a');\n$ti-icon-device-gamepad-3: unicode('10049');\n$ti-icon-device-heart-monitor: unicode('fa38');\n$ti-icon-device-imac: unicode('10048');\n$ti-icon-device-ipad: unicode('10047');\n$ti-icon-device-mobile: unicode('fa39');\n$ti-icon-device-remote: unicode('10046');\n$ti-icon-device-speaker: unicode('10045');\n$ti-icon-device-tablet: unicode('fa3a');\n$ti-icon-device-tv: unicode('10043');\n$ti-icon-device-tv-old: unicode('10044');\n$ti-icon-device-unknown: unicode('10018');\n$ti-icon-device-usb: unicode('10042');\n$ti-icon-device-vision-pro: unicode('10041');\n$ti-icon-device-watch: unicode('10040');\n$ti-icon-dialpad: unicode('fa3b');\n$ti-icon-diamond: unicode('f73d');\n$ti-icon-diamonds: unicode('f676');\n$ti-icon-dice: unicode('f744');\n$ti-icon-dice-1: unicode('f73e');\n$ti-icon-dice-2: unicode('f73f');\n$ti-icon-dice-3: unicode('f740');\n$ti-icon-dice-4: unicode('f741');\n$ti-icon-dice-5: unicode('f742');\n$ti-icon-dice-6: unicode('f743');\n$ti-icon-direction-sign: unicode('f745');\n$ti-icon-directions: unicode('1003f');\n$ti-icon-disc: unicode('1003e');\n$ti-icon-discount: unicode('1003d');\n$ti-icon-droplet: unicode('ee80');\n$ti-icon-droplet-half: unicode('f6c5');\n$ti-icon-droplet-half-2: unicode('fb6c');\n$ti-icon-egg: unicode('f678');\n$ti-icon-egg-cracked: unicode('10012');\n$ti-icon-elevator: unicode('1003c');\n$ti-icon-exclamation-circle: unicode('ff62');\n$ti-icon-eye: unicode('f679');\n$ti-icon-favicon: unicode('10071');\n$ti-icon-feather: unicode('10011');\n$ti-icon-file: unicode('f747');\n$ti-icon-file-x: unicode('f748');\n$ti-icon-filter: unicode('fc27');\n$ti-icon-flag: unicode('f67a');\n$ti-icon-flag-2: unicode('f707');\n$ti-icon-flag-3: unicode('f708');\n$ti-icon-flask: unicode('fd13');\n$ti-icon-flask-2: unicode('fd12');\n$ti-icon-flower: unicode('10010');\n$ti-icon-folder: unicode('f749');\n$ti-icon-forbid: unicode('fc29');\n$ti-icon-forbid-2: unicode('fc28');\n$ti-icon-fountain: unicode('fc2a');\n$ti-icon-function: unicode('fc2b');\n$ti-icon-gauge: unicode('fc2c');\n$ti-icon-ghost: unicode('f74b');\n$ti-icon-ghost-2: unicode('f74a');\n$ti-icon-gift: unicode('fd14');\n$ti-icon-gift-card: unicode('fc2d');\n$ti-icon-glass: unicode('1000f');\n$ti-icon-glass-full: unicode('fc2e');\n$ti-icon-globe: unicode('fc2f');\n$ti-icon-gps: unicode('fe48');\n$ti-icon-graph: unicode('fd15');\n$ti-icon-guitar-pick: unicode('f67b');\n$ti-icon-hanger-2: unicode('ff61');\n$ti-icon-headphones: unicode('fa3c');\n$ti-icon-heart: unicode('f67c');\n$ti-icon-help-circle: unicode('fa3d');\n$ti-icon-help-hexagon: unicode('fa3e');\n$ti-icon-help-octagon: unicode('fa3f');\n$ti-icon-help-square: unicode('fa40');\n$ti-icon-help-square-rounded: unicode('fa41');\n$ti-icon-help-triangle: unicode('fa42');\n$ti-icon-hexagon: unicode('f67d');\n$ti-icon-hexagon-letter-a: unicode('fe47');\n$ti-icon-hexagon-letter-b: unicode('fe46');\n$ti-icon-hexagon-letter-c: unicode('fe45');\n$ti-icon-hexagon-letter-d: unicode('fe44');\n$ti-icon-hexagon-letter-e: unicode('fe43');\n$ti-icon-hexagon-letter-f: unicode('fe42');\n$ti-icon-hexagon-letter-g: unicode('fe41');\n$ti-icon-hexagon-letter-h: unicode('fe40');\n$ti-icon-hexagon-letter-i: unicode('fe3f');\n$ti-icon-hexagon-letter-j: unicode('fe3e');\n$ti-icon-hexagon-letter-k: unicode('fe3d');\n$ti-icon-hexagon-letter-l: unicode('fe3c');\n$ti-icon-hexagon-letter-m: unicode('fe3b');\n$ti-icon-hexagon-letter-n: unicode('fe3a');\n$ti-icon-hexagon-letter-o: unicode('fe39');\n$ti-icon-hexagon-letter-p: unicode('fe38');\n$ti-icon-hexagon-letter-q: unicode('fe37');\n$ti-icon-hexagon-letter-r: unicode('fe36');\n$ti-icon-hexagon-letter-s: unicode('fe35');\n$ti-icon-hexagon-letter-t: unicode('fe34');\n$ti-icon-hexagon-letter-u: unicode('fe33');\n$ti-icon-hexagon-letter-v: unicode('fe32');\n$ti-icon-hexagon-letter-w: unicode('fe31');\n$ti-icon-hexagon-letter-x: unicode('fe30');\n$ti-icon-hexagon-letter-y: unicode('fe2f');\n$ti-icon-hexagon-letter-z: unicode('fe2e');\n$ti-icon-hexagon-minus: unicode('fe2d');\n$ti-icon-hexagon-number-0: unicode('f74c');\n$ti-icon-hexagon-number-1: unicode('f74d');\n$ti-icon-hexagon-number-2: unicode('f74e');\n$ti-icon-hexagon-number-3: unicode('f74f');\n$ti-icon-hexagon-number-4: unicode('f750');\n$ti-icon-hexagon-number-5: unicode('f751');\n$ti-icon-hexagon-number-6: unicode('f752');\n$ti-icon-hexagon-number-7: unicode('f753');\n$ti-icon-hexagon-number-8: unicode('f754');\n$ti-icon-hexagon-number-9: unicode('f755');\n$ti-icon-hexagon-plus: unicode('fe2c');\n$ti-icon-home: unicode('fe2b');\n$ti-icon-hospital-circle: unicode('fed2');\n$ti-icon-hourglass: unicode('f756');\n$ti-icon-icons: unicode('10070');\n$ti-icon-info-circle: unicode('f6d8');\n$ti-icon-info-hexagon: unicode('fa43');\n$ti-icon-info-octagon: unicode('fa44');\n$ti-icon-info-square: unicode('fa45');\n$ti-icon-info-square-rounded: unicode('f6d9');\n$ti-icon-info-triangle: unicode('fa46');\n$ti-icon-inner-shadow-bottom: unicode('f757');\n$ti-icon-inner-shadow-bottom-left: unicode('f758');\n$ti-icon-inner-shadow-bottom-right: unicode('f759');\n$ti-icon-inner-shadow-left: unicode('f75a');\n$ti-icon-inner-shadow-right: unicode('f75b');\n$ti-icon-inner-shadow-top: unicode('f75c');\n$ti-icon-inner-shadow-top-left: unicode('f75d');\n$ti-icon-inner-shadow-top-right: unicode('f75e');\n$ti-icon-ironing: unicode('fe2a');\n$ti-icon-ironing-1: unicode('1006f');\n$ti-icon-ironing-2: unicode('1006e');\n$ti-icon-ironing-3: unicode('1006d');\n$ti-icon-ironing-steam: unicode('1006c');\n$ti-icon-jetpack: unicode('fe29');\n$ti-icon-jewish-star: unicode('f67e');\n$ti-icon-key: unicode('fe28');\n$ti-icon-keyframe: unicode('fc33');\n$ti-icon-keyframe-align-center: unicode('fc30');\n$ti-icon-keyframe-align-horizontal: unicode('fc31');\n$ti-icon-keyframe-align-vertical: unicode('fc32');\n$ti-icon-keyframes: unicode('fc34');\n$ti-icon-label: unicode('ff41');\n$ti-icon-label-important: unicode('ff60');\n$ti-icon-lasso-polygon: unicode('ff5f');\n$ti-icon-layout: unicode('fe17');\n$ti-icon-layout-2: unicode('fe27');\n$ti-icon-layout-align-bottom: unicode('fe26');\n$ti-icon-layout-align-center: unicode('fe25');\n$ti-icon-layout-align-left: unicode('fe24');\n$ti-icon-layout-align-middle: unicode('fe23');\n$ti-icon-layout-align-right: unicode('fe22');\n$ti-icon-layout-align-top: unicode('fe21');\n$ti-icon-layout-bottombar: unicode('fc37');\n$ti-icon-layout-bottombar-collapse: unicode('fc35');\n$ti-icon-layout-bottombar-expand: unicode('fc36');\n$ti-icon-layout-cards: unicode('fe20');\n$ti-icon-layout-dashboard: unicode('fe1f');\n$ti-icon-layout-distribute-horizontal: unicode('fe1e');\n$ti-icon-layout-distribute-vertical: unicode('fe1d');\n$ti-icon-layout-grid: unicode('fe1c');\n$ti-icon-layout-kanban: unicode('fe1b');\n$ti-icon-layout-list: unicode('fe1a');\n$ti-icon-layout-navbar: unicode('fc3a');\n$ti-icon-layout-navbar-collapse: unicode('fc38');\n$ti-icon-layout-navbar-expand: unicode('fc39');\n$ti-icon-layout-sidebar: unicode('fe18');\n$ti-icon-layout-sidebar-left-collapse: unicode('fc3b');\n$ti-icon-layout-sidebar-left-expand: unicode('fc3c');\n$ti-icon-layout-sidebar-right: unicode('fe19');\n$ti-icon-layout-sidebar-right-collapse: unicode('fc3d');\n$ti-icon-layout-sidebar-right-expand: unicode('fc3e');\n$ti-icon-lego: unicode('fe16');\n$ti-icon-live-photo: unicode('fed1');\n$ti-icon-location: unicode('f67f');\n$ti-icon-lock: unicode('fe15');\n$ti-icon-lock-square-rounded: unicode('f6da');\n$ti-icon-lungs: unicode('fe14');\n$ti-icon-macro: unicode('fe13');\n$ti-icon-magnet: unicode('fe12');\n$ti-icon-mail: unicode('fa47');\n$ti-icon-mail-opened: unicode('fa48');\n$ti-icon-man: unicode('fe11');\n$ti-icon-manual-gearbox: unicode('fe10');\n$ti-icon-map-pin: unicode('f680');\n$ti-icon-medical-cross: unicode('f681');\n$ti-icon-melon: unicode('1000e');\n$ti-icon-message: unicode('fecd');\n$ti-icon-message-chatbot: unicode('fed0');\n$ti-icon-message-circle: unicode('fecf');\n$ti-icon-message-report: unicode('fece');\n$ti-icon-meteor: unicode('1000d');\n$ti-icon-michelin-star: unicode('1000c');\n$ti-icon-mickey: unicode('f683');\n$ti-icon-microphone: unicode('fe0f');\n$ti-icon-microwave: unicode('fe0e');\n$ti-icon-military-rank: unicode('ff5e');\n$ti-icon-milk: unicode('1000b');\n$ti-icon-mood-angry: unicode('ff0a');\n$ti-icon-mood-confuzed: unicode('f7f2');\n$ti-icon-mood-crazy-happy: unicode('ff09');\n$ti-icon-mood-empty: unicode('f7f3');\n$ti-icon-mood-happy: unicode('f7f4');\n$ti-icon-mood-kid: unicode('f7f5');\n$ti-icon-mood-neutral: unicode('f7f6');\n$ti-icon-mood-sad: unicode('f7f7');\n$ti-icon-mood-smile: unicode('f7f8');\n$ti-icon-mood-wrrr: unicode('ff08');\n$ti-icon-moon: unicode('f684');\n$ti-icon-mountain: unicode('1000a');\n$ti-icon-mouse: unicode('fb2f');\n$ti-icon-mug: unicode('10009');\n$ti-icon-mushroom: unicode('f7f9');\n$ti-icon-navigation: unicode('f685');\n$ti-icon-octagon: unicode('f686');\n$ti-icon-oval: unicode('f687');\n$ti-icon-oval-vertical: unicode('f688');\n$ti-icon-paint: unicode('f75f');\n$ti-icon-panorama-horizontal: unicode('fecc');\n$ti-icon-panorama-vertical: unicode('fecb');\n$ti-icon-parking-circle: unicode('feca');\n$ti-icon-paw: unicode('f689');\n$ti-icon-pennant: unicode('f68b');\n$ti-icon-pennant-2: unicode('f68a');\n$ti-icon-pentagon: unicode('f68c');\n$ti-icon-phone: unicode('fa49');\n$ti-icon-photo: unicode('fa4a');\n$ti-icon-picture-in-picture: unicode('fec1');\n$ti-icon-picture-in-picture-top: unicode('fec2');\n$ti-icon-pill: unicode('ff07');\n$ti-icon-pin: unicode('f68d');\n$ti-icon-pinned: unicode('f68e');\n$ti-icon-pizza: unicode('10008');\n$ti-icon-play-card-1: unicode('10083');\n$ti-icon-play-card-10: unicode('10082');\n$ti-icon-play-card-2: unicode('10081');\n$ti-icon-play-card-3: unicode('10080');\n$ti-icon-play-card-4: unicode('1007f');\n$ti-icon-play-card-5: unicode('1007e');\n$ti-icon-play-card-6: unicode('1007d');\n$ti-icon-play-card-7: unicode('1007c');\n$ti-icon-play-card-8: unicode('1007b');\n$ti-icon-play-card-9: unicode('1007a');\n$ti-icon-play-card-a: unicode('10079');\n$ti-icon-play-card-j: unicode('10078');\n$ti-icon-play-card-k: unicode('10077');\n$ti-icon-play-card-q: unicode('10076');\n$ti-icon-play-card-star: unicode('10075');\n$ti-icon-player-eject: unicode('f68f');\n$ti-icon-player-pause: unicode('f690');\n$ti-icon-player-play: unicode('f691');\n$ti-icon-player-record: unicode('f692');\n$ti-icon-player-skip-back: unicode('f693');\n$ti-icon-player-skip-forward: unicode('f694');\n$ti-icon-player-stop: unicode('f695');\n$ti-icon-player-track-next: unicode('f696');\n$ti-icon-player-track-prev: unicode('f697');\n$ti-icon-point: unicode('f698');\n$ti-icon-pointer: unicode('fb30');\n$ti-icon-polaroid: unicode('fa4b');\n$ti-icon-poo: unicode('fec9');\n$ti-icon-presentation: unicode('ff5c');\n$ti-icon-presentation-analytics: unicode('ff5d');\n$ti-icon-puzzle: unicode('f699');\n$ti-icon-radar: unicode('fe0d');\n$ti-icon-radioactive: unicode('f760');\n$ti-icon-receipt: unicode('ff06');\n$ti-icon-rectangle: unicode('f69a');\n$ti-icon-rectangle-vertical: unicode('f69b');\n$ti-icon-relation-many-to-many: unicode('fe0c');\n$ti-icon-relation-one-to-many: unicode('fe0b');\n$ti-icon-relation-one-to-one: unicode('fe0a');\n$ti-icon-replace: unicode('f69c');\n$ti-icon-rosette: unicode('f69d');\n$ti-icon-rosette-discount: unicode('ff05');\n$ti-icon-rosette-discount-check: unicode('f746');\n$ti-icon-salad: unicode('10007');\n$ti-icon-scuba-diving-tank: unicode('ff04');\n$ti-icon-section: unicode('fe09');\n$ti-icon-seeding: unicode('10006');\n$ti-icon-settings: unicode('f69e');\n$ti-icon-shield: unicode('f69f');\n$ti-icon-shield-check: unicode('f761');\n$ti-icon-shield-checkered: unicode('f762');\n$ti-icon-shield-half: unicode('f357');\n$ti-icon-shield-lock: unicode('f763');\n$ti-icon-shirt: unicode('f6a0');\n$ti-icon-shopping-cart: unicode('fc3f');\n$ti-icon-sign-left: unicode('f6a1');\n$ti-icon-sign-right: unicode('f6a2');\n$ti-icon-sitemap: unicode('1006b');\n$ti-icon-sort-ascending-2: unicode('ff5b');\n$ti-icon-sort-ascending-shapes: unicode('ff5a');\n$ti-icon-sort-descending-2: unicode('ff59');\n$ti-icon-sort-descending-shapes: unicode('ff58');\n$ti-icon-soup: unicode('fe08');\n$ti-icon-spade: unicode('f6a3');\n$ti-icon-square: unicode('fc40');\n$ti-icon-square-arrow-down: unicode('fb31');\n$ti-icon-square-arrow-left: unicode('fb32');\n$ti-icon-square-arrow-right: unicode('fb33');\n$ti-icon-square-arrow-up: unicode('fb34');\n$ti-icon-square-asterisk: unicode('fb35');\n$ti-icon-square-check: unicode('f76d');\n$ti-icon-square-chevron-down: unicode('fb36');\n$ti-icon-square-chevron-left: unicode('fb37');\n$ti-icon-square-chevron-right: unicode('fb38');\n$ti-icon-square-chevron-up: unicode('fb39');\n$ti-icon-square-chevrons-down: unicode('fb3a');\n$ti-icon-square-chevrons-left: unicode('fb3b');\n$ti-icon-square-chevrons-right: unicode('fb3c');\n$ti-icon-square-chevrons-up: unicode('fb3d');\n$ti-icon-square-dot: unicode('fb3e');\n$ti-icon-square-f0: unicode('f76e');\n$ti-icon-square-f1: unicode('f76f');\n$ti-icon-square-f2: unicode('f770');\n$ti-icon-square-f3: unicode('f771');\n$ti-icon-square-f4: unicode('f772');\n$ti-icon-square-f5: unicode('f773');\n$ti-icon-square-f6: unicode('f774');\n$ti-icon-square-f7: unicode('f775');\n$ti-icon-square-f8: unicode('f776');\n$ti-icon-square-f9: unicode('f777');\n$ti-icon-square-letter-a: unicode('fe07');\n$ti-icon-square-letter-b: unicode('fe06');\n$ti-icon-square-letter-c: unicode('fe05');\n$ti-icon-square-letter-d: unicode('fe04');\n$ti-icon-square-letter-e: unicode('fe03');\n$ti-icon-square-letter-f: unicode('fe02');\n$ti-icon-square-letter-g: unicode('fe01');\n$ti-icon-square-letter-h: unicode('fe00');\n$ti-icon-square-letter-i: unicode('fdff');\n$ti-icon-square-letter-j: unicode('fdfe');\n$ti-icon-square-letter-k: unicode('fdfd');\n$ti-icon-square-letter-l: unicode('fdfc');\n$ti-icon-square-letter-m: unicode('fdfb');\n$ti-icon-square-letter-n: unicode('fdfa');\n$ti-icon-square-letter-o: unicode('fdf9');\n$ti-icon-square-letter-p: unicode('fdf8');\n$ti-icon-square-letter-q: unicode('fdf7');\n$ti-icon-square-letter-r: unicode('fdf6');\n$ti-icon-square-letter-s: unicode('fdf5');\n$ti-icon-square-letter-t: unicode('fdf4');\n$ti-icon-square-letter-u: unicode('fdf3');\n$ti-icon-square-letter-v: unicode('fdf2');\n$ti-icon-square-letter-w: unicode('fdf1');\n$ti-icon-square-letter-x: unicode('fdf0');\n$ti-icon-square-letter-y: unicode('fdef');\n$ti-icon-square-letter-z: unicode('fdee');\n$ti-icon-square-minus: unicode('fb3f');\n$ti-icon-square-number-0: unicode('f764');\n$ti-icon-square-number-1: unicode('f765');\n$ti-icon-square-number-2: unicode('f7fa');\n$ti-icon-square-number-3: unicode('f766');\n$ti-icon-square-number-4: unicode('f767');\n$ti-icon-square-number-5: unicode('f768');\n$ti-icon-square-number-6: unicode('f769');\n$ti-icon-square-number-7: unicode('f76a');\n$ti-icon-square-number-8: unicode('f76b');\n$ti-icon-square-number-9: unicode('f76c');\n$ti-icon-square-rotated: unicode('f6a4');\n$ti-icon-square-rounded: unicode('f6a5');\n$ti-icon-square-rounded-arrow-down: unicode('f6db');\n$ti-icon-square-rounded-arrow-left: unicode('f6dc');\n$ti-icon-square-rounded-arrow-right: unicode('f6dd');\n$ti-icon-square-rounded-arrow-up: unicode('f6de');\n$ti-icon-square-rounded-check: unicode('f6df');\n$ti-icon-square-rounded-chevron-down: unicode('f6e0');\n$ti-icon-square-rounded-chevron-left: unicode('f6e1');\n$ti-icon-square-rounded-chevron-right: unicode('f6e2');\n$ti-icon-square-rounded-chevron-up: unicode('f6e3');\n$ti-icon-square-rounded-chevrons-down: unicode('f6e4');\n$ti-icon-square-rounded-chevrons-left: unicode('f6e5');\n$ti-icon-square-rounded-chevrons-right: unicode('f6e6');\n$ti-icon-square-rounded-chevrons-up: unicode('f6e7');\n$ti-icon-square-rounded-letter-a: unicode('fded');\n$ti-icon-square-rounded-letter-b: unicode('fdec');\n$ti-icon-square-rounded-letter-c: unicode('fdeb');\n$ti-icon-square-rounded-letter-d: unicode('fdea');\n$ti-icon-square-rounded-letter-e: unicode('fde9');\n$ti-icon-square-rounded-letter-f: unicode('fde8');\n$ti-icon-square-rounded-letter-g: unicode('fde7');\n$ti-icon-square-rounded-letter-h: unicode('fde6');\n$ti-icon-square-rounded-letter-i: unicode('fde5');\n$ti-icon-square-rounded-letter-j: unicode('fde4');\n$ti-icon-square-rounded-letter-k: unicode('fde3');\n$ti-icon-square-rounded-letter-l: unicode('fde2');\n$ti-icon-square-rounded-letter-m: unicode('fde1');\n$ti-icon-square-rounded-letter-n: unicode('fde0');\n$ti-icon-square-rounded-letter-o: unicode('fddf');\n$ti-icon-square-rounded-letter-p: unicode('fdde');\n$ti-icon-square-rounded-letter-q: unicode('fddd');\n$ti-icon-square-rounded-letter-r: unicode('fddc');\n$ti-icon-square-rounded-letter-s: unicode('fddb');\n$ti-icon-square-rounded-letter-t: unicode('fdda');\n$ti-icon-square-rounded-letter-u: unicode('fdd9');\n$ti-icon-square-rounded-letter-v: unicode('fdd8');\n$ti-icon-square-rounded-letter-w: unicode('fdd7');\n$ti-icon-square-rounded-letter-x: unicode('fdd6');\n$ti-icon-square-rounded-letter-y: unicode('fdd5');\n$ti-icon-square-rounded-letter-z: unicode('fdd4');\n$ti-icon-square-rounded-minus: unicode('fb40');\n$ti-icon-square-rounded-number-0: unicode('f778');\n$ti-icon-square-rounded-number-1: unicode('f779');\n$ti-icon-square-rounded-number-2: unicode('f77a');\n$ti-icon-square-rounded-number-3: unicode('f77b');\n$ti-icon-square-rounded-number-4: unicode('f77c');\n$ti-icon-square-rounded-number-5: unicode('f77d');\n$ti-icon-square-rounded-number-6: unicode('f77e');\n$ti-icon-square-rounded-number-7: unicode('f77f');\n$ti-icon-square-rounded-number-8: unicode('f780');\n$ti-icon-square-rounded-number-9: unicode('f781');\n$ti-icon-square-rounded-plus: unicode('f6e8');\n$ti-icon-square-rounded-x: unicode('f6e9');\n$ti-icon-square-x: unicode('fb41');\n$ti-icon-squares: unicode('fe9f');\n$ti-icon-stack: unicode('fdd1');\n$ti-icon-stack-2: unicode('fdd3');\n$ti-icon-stack-3: unicode('fdd2');\n$ti-icon-star: unicode('f6a6');\n$ti-icon-star-half: unicode('f6a7');\n$ti-icon-stars: unicode('f6a8');\n$ti-icon-steering-wheel: unicode('ff03');\n$ti-icon-sun: unicode('f6a9');\n$ti-icon-sunglasses: unicode('fec8');\n$ti-icon-swipe-down: unicode('ff57');\n$ti-icon-swipe-left: unicode('ff56');\n$ti-icon-swipe-right: unicode('ff55');\n$ti-icon-swipe-up: unicode('ff54');\n$ti-icon-table: unicode('f782');\n$ti-icon-tag: unicode('ff02');\n$ti-icon-tags: unicode('ff01');\n$ti-icon-test-pipe-2: unicode('ff53');\n$ti-icon-thumb-down: unicode('f6aa');\n$ti-icon-thumb-up: unicode('f6ab');\n$ti-icon-tilt-shift: unicode('fec7');\n$ti-icon-timeline-event: unicode('fd18');\n$ti-icon-toggle-left: unicode('fec0');\n$ti-icon-toggle-right: unicode('febf');\n$ti-icon-transform: unicode('f6ac');\n$ti-icon-transition-bottom: unicode('fdd0');\n$ti-icon-transition-left: unicode('fdcf');\n$ti-icon-transition-right: unicode('fdce');\n$ti-icon-transition-top: unicode('fdcd');\n$ti-icon-trash: unicode('f783');\n$ti-icon-trash-x: unicode('f784');\n$ti-icon-triangle: unicode('f6ad');\n$ti-icon-triangle-inverted: unicode('f6ae');\n$ti-icon-triangle-square-circle: unicode('fb42');\n$ti-icon-trophy: unicode('f6af');\n$ti-icon-umbrella: unicode('f6b0');\n$ti-icon-user: unicode('fd19');\n$ti-icon-versions: unicode('f6b1');\n$ti-icon-windmill: unicode('f6b2');\n$ti-icon-woman: unicode('fdcc');\n$ti-icon-xbox-a: unicode('fdcb');\n$ti-icon-xbox-b: unicode('fdca');\n$ti-icon-xbox-x: unicode('fdc9');\n$ti-icon-xbox-y: unicode('fdc8');\n$ti-icon-yin-yang: unicode('f785');\n$ti-icon-zeppelin: unicode('fdc7');\n$ti-icon-zoom: unicode('f787');\n$ti-icon-zoom-cancel: unicode('fdc6');\n$ti-icon-zoom-check: unicode('f786');\n$ti-icon-zoom-code: unicode('fdc5');\n$ti-icon-zoom-exclamation: unicode('fdc4');\n$ti-icon-zoom-in: unicode('f789');\n$ti-icon-zoom-in-area: unicode('f788');\n$ti-icon-zoom-money: unicode('fdc3');\n$ti-icon-zoom-out: unicode('f78a');\n$ti-icon-zoom-out-area: unicode('fdc2');\n$ti-icon-zoom-pan: unicode('fdc1');\n$ti-icon-zoom-question: unicode('fdc0');\n$ti-icon-zoom-scan: unicode('fdbf');\n\n\n.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; }\n.#{$ti-prefix}-ad:before { content: $ti-icon-ad; }\n.#{$ti-prefix}-ad-circle:before { content: $ti-icon-ad-circle; }\n.#{$ti-prefix}-adjustments:before { content: $ti-icon-adjustments; }\n.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; }\n.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }\n.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }\n.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }\n.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }\n.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }\n.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; }\n.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }\n.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; }\n.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; }\n.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }\n.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }\n.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }\n.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }\n.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; }\n.#{$ti-prefix}-align-box-center-middle:before { content: $ti-icon-align-box-center-middle; }\n.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; }\n.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; }\n.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; }\n.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; }\n.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }\n.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; }\n.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; }\n.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; }\n.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; }\n.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }\n.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }\n.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }\n.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }\n.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }\n.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }\n.#{$ti-prefix}-arrow-badge-down:before { content: $ti-icon-arrow-badge-down; }\n.#{$ti-prefix}-arrow-badge-left:before { content: $ti-icon-arrow-badge-left; }\n.#{$ti-prefix}-arrow-badge-right:before { content: $ti-icon-arrow-badge-right; }\n.#{$ti-prefix}-arrow-badge-up:before { content: $ti-icon-arrow-badge-up; }\n.#{$ti-prefix}-arrow-big-down:before { content: $ti-icon-arrow-big-down; }\n.#{$ti-prefix}-arrow-big-down-line:before { content: $ti-icon-arrow-big-down-line; }\n.#{$ti-prefix}-arrow-big-down-lines:before { content: $ti-icon-arrow-big-down-lines; }\n.#{$ti-prefix}-arrow-big-left:before { content: $ti-icon-arrow-big-left; }\n.#{$ti-prefix}-arrow-big-left-line:before { content: $ti-icon-arrow-big-left-line; }\n.#{$ti-prefix}-arrow-big-left-lines:before { content: $ti-icon-arrow-big-left-lines; }\n.#{$ti-prefix}-arrow-big-right:before { content: $ti-icon-arrow-big-right; }\n.#{$ti-prefix}-arrow-big-right-line:before { content: $ti-icon-arrow-big-right-line; }\n.#{$ti-prefix}-arrow-big-right-lines:before { content: $ti-icon-arrow-big-right-lines; }\n.#{$ti-prefix}-arrow-big-up:before { content: $ti-icon-arrow-big-up; }\n.#{$ti-prefix}-arrow-big-up-line:before { content: $ti-icon-arrow-big-up-line; }\n.#{$ti-prefix}-arrow-big-up-lines:before { content: $ti-icon-arrow-big-up-lines; }\n.#{$ti-prefix}-arrow-down-circle:before { content: $ti-icon-arrow-down-circle; }\n.#{$ti-prefix}-arrow-down-rhombus:before { content: $ti-icon-arrow-down-rhombus; }\n.#{$ti-prefix}-arrow-down-square:before { content: $ti-icon-arrow-down-square; }\n.#{$ti-prefix}-arrow-guide:before { content: $ti-icon-arrow-guide; }\n.#{$ti-prefix}-arrow-left-circle:before { content: $ti-icon-arrow-left-circle; }\n.#{$ti-prefix}-arrow-left-rhombus:before { content: $ti-icon-arrow-left-rhombus; }\n.#{$ti-prefix}-arrow-left-square:before { content: $ti-icon-arrow-left-square; }\n.#{$ti-prefix}-arrow-move-down:before { content: $ti-icon-arrow-move-down; }\n.#{$ti-prefix}-arrow-move-left:before { content: $ti-icon-arrow-move-left; }\n.#{$ti-prefix}-arrow-move-right:before { content: $ti-icon-arrow-move-right; }\n.#{$ti-prefix}-arrow-move-up:before { content: $ti-icon-arrow-move-up; }\n.#{$ti-prefix}-arrow-right-circle:before { content: $ti-icon-arrow-right-circle; }\n.#{$ti-prefix}-arrow-right-rhombus:before { content: $ti-icon-arrow-right-rhombus; }\n.#{$ti-prefix}-arrow-right-square:before { content: $ti-icon-arrow-right-square; }\n.#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; }\n.#{$ti-prefix}-arrow-up-rhombus:before { content: $ti-icon-arrow-up-rhombus; }\n.#{$ti-prefix}-arrow-up-square:before { content: $ti-icon-arrow-up-square; }\n.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; }\n.#{$ti-prefix}-article:before { content: $ti-icon-article; }\n.#{$ti-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; }\n.#{$ti-prefix}-assembly:before { content: $ti-icon-assembly; }\n.#{$ti-prefix}-asset:before { content: $ti-icon-asset; }\n.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }\n.#{$ti-prefix}-automatic-gearbox:before { content: $ti-icon-automatic-gearbox; }\n.#{$ti-prefix}-award:before { content: $ti-icon-award; }\n.#{$ti-prefix}-baby-carriage:before { content: $ti-icon-baby-carriage; }\n.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }\n.#{$ti-prefix}-badge:before { content: $ti-icon-badge; }\n.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; }\n.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; }\n.#{$ti-prefix}-badge-8k:before { content: $ti-icon-badge-8k; }\n.#{$ti-prefix}-badge-ad:before { content: $ti-icon-badge-ad; }\n.#{$ti-prefix}-badge-ar:before { content: $ti-icon-badge-ar; }\n.#{$ti-prefix}-badge-cc:before { content: $ti-icon-badge-cc; }\n.#{$ti-prefix}-badge-hd:before { content: $ti-icon-badge-hd; }\n.#{$ti-prefix}-badge-sd:before { content: $ti-icon-badge-sd; }\n.#{$ti-prefix}-badge-tm:before { content: $ti-icon-badge-tm; }\n.#{$ti-prefix}-badge-vo:before { content: $ti-icon-badge-vo; }\n.#{$ti-prefix}-badge-vr:before { content: $ti-icon-badge-vr; }\n.#{$ti-prefix}-badge-wc:before { content: $ti-icon-badge-wc; }\n.#{$ti-prefix}-badges:before { content: $ti-icon-badges; }\n.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }\n.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }\n.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }\n.#{$ti-prefix}-barbell:before { content: $ti-icon-barbell; }\n.#{$ti-prefix}-barrier-block:before { content: $ti-icon-barrier-block; }\n.#{$ti-prefix}-basket:before { content: $ti-icon-basket; }\n.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }\n.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }\n.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }\n.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }\n.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }\n.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }\n.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }\n.#{$ti-prefix}-battery-vertical:before { content: $ti-icon-battery-vertical; }\n.#{$ti-prefix}-battery-vertical-1:before { content: $ti-icon-battery-vertical-1; }\n.#{$ti-prefix}-battery-vertical-2:before { content: $ti-icon-battery-vertical-2; }\n.#{$ti-prefix}-battery-vertical-3:before { content: $ti-icon-battery-vertical-3; }\n.#{$ti-prefix}-battery-vertical-4:before { content: $ti-icon-battery-vertical-4; }\n.#{$ti-prefix}-bed:before { content: $ti-icon-bed; }\n.#{$ti-prefix}-bed-flat:before { content: $ti-icon-bed-flat; }\n.#{$ti-prefix}-beer:before { content: $ti-icon-beer; }\n.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }\n.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }\n.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }\n.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }\n.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; }\n.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }\n.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }\n.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }\n.#{$ti-prefix}-binary-tree:before { content: $ti-icon-binary-tree; }\n.#{$ti-prefix}-binary-tree-2:before { content: $ti-icon-binary-tree-2; }\n.#{$ti-prefix}-binoculars:before { content: $ti-icon-binoculars; }\n.#{$ti-prefix}-biohazard:before { content: $ti-icon-biohazard; }\n.#{$ti-prefix}-blade:before { content: $ti-icon-blade; }\n.#{$ti-prefix}-blender:before { content: $ti-icon-blender; }\n.#{$ti-prefix}-blob:before { content: $ti-icon-blob; }\n.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }\n.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; }\n.#{$ti-prefix}-bone:before { content: $ti-icon-bone; }\n.#{$ti-prefix}-bong:before { content: $ti-icon-bong; }\n.#{$ti-prefix}-book:before { content: $ti-icon-book; }\n.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; }\n.#{$ti-prefix}-bookmarks:before { content: $ti-icon-bookmarks; }\n.#{$ti-prefix}-boom:before { content: $ti-icon-boom; }\n.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; }\n.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; }\n.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; }\n.#{$ti-prefix}-bow:before { content: $ti-icon-bow; }\n.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; }\n.#{$ti-prefix}-bowl-chopsticks:before { content: $ti-icon-bowl-chopsticks; }\n.#{$ti-prefix}-bowl-spoon:before { content: $ti-icon-bowl-spoon; }\n.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }\n.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; }\n.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; }\n.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; }\n.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; }\n.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; }\n.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; }\n.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; }\n.#{$ti-prefix}-box-multiple:before { content: $ti-icon-box-multiple; }\n.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }\n.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }\n.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; }\n.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }\n.#{$ti-prefix}-brand-github:before { content: $ti-icon-brand-github; }\n.#{$ti-prefix}-brand-google:before { content: $ti-icon-brand-google; }\n.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; }\n.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; }\n.#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; }\n.#{$ti-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; }\n.#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; }\n.#{$ti-prefix}-brand-x:before { content: $ti-icon-brand-x; }\n.#{$ti-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; }\n.#{$ti-prefix}-bread:before { content: $ti-icon-bread; }\n.#{$ti-prefix}-briefcase:before { content: $ti-icon-briefcase; }\n.#{$ti-prefix}-briefcase-2:before { content: $ti-icon-briefcase-2; }\n.#{$ti-prefix}-brightness:before { content: $ti-icon-brightness; }\n.#{$ti-prefix}-brightness-auto:before { content: $ti-icon-brightness-auto; }\n.#{$ti-prefix}-brightness-down:before { content: $ti-icon-brightness-down; }\n.#{$ti-prefix}-brightness-up:before { content: $ti-icon-brightness-up; }\n.#{$ti-prefix}-bubble:before { content: $ti-icon-bubble; }\n.#{$ti-prefix}-bug:before { content: $ti-icon-bug; }\n.#{$ti-prefix}-building-broadcast-tower:before { content: $ti-icon-building-broadcast-tower; }\n.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; }\n.#{$ti-prefix}-butterfly:before { content: $ti-icon-butterfly; }\n.#{$ti-prefix}-cactus:before { content: $ti-icon-cactus; }\n.#{$ti-prefix}-calculator:before { content: $ti-icon-calculator; }\n.#{$ti-prefix}-calendar:before { content: $ti-icon-calendar; }\n.#{$ti-prefix}-camera:before { content: $ti-icon-camera; }\n.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; }\n.#{$ti-prefix}-candle:before { content: $ti-icon-candle; }\n.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }\n.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }\n.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }\n.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }\n.#{$ti-prefix}-car:before { content: $ti-icon-car; }\n.#{$ti-prefix}-car-4wd:before { content: $ti-icon-car-4wd; }\n.#{$ti-prefix}-car-fan:before { content: $ti-icon-car-fan; }\n.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; }\n.#{$ti-prefix}-carambola:before { content: $ti-icon-carambola; }\n.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; }\n.#{$ti-prefix}-cards:before { content: $ti-icon-cards; }\n.#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; }\n.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; }\n.#{$ti-prefix}-caret-left-right:before { content: $ti-icon-caret-left-right; }\n.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }\n.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }\n.#{$ti-prefix}-caret-up-down:before { content: $ti-icon-caret-up-down; }\n.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }\n.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; }\n.#{$ti-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; }\n.#{$ti-prefix}-category:before { content: $ti-icon-category; }\n.#{$ti-prefix}-charging-pile:before { content: $ti-icon-charging-pile; }\n.#{$ti-prefix}-chart-area:before { content: $ti-icon-chart-area; }\n.#{$ti-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; }\n.#{$ti-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; }\n.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; }\n.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; }\n.#{$ti-prefix}-chart-dots:before { content: $ti-icon-chart-dots; }\n.#{$ti-prefix}-chart-grid-dots:before { content: $ti-icon-chart-grid-dots; }\n.#{$ti-prefix}-chart-pie:before { content: $ti-icon-chart-pie; }\n.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }\n.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }\n.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; }\n.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }\n.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }\n.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }\n.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }\n.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }\n.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }\n.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }\n.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }\n.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; }\n.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; }\n.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; }\n.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; }\n.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; }\n.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; }\n.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; }\n.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }\n.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }\n.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }\n.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }\n.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }\n.#{$ti-prefix}-circle-letter-d:before { content: $ti-icon-circle-letter-d; }\n.#{$ti-prefix}-circle-letter-e:before { content: $ti-icon-circle-letter-e; }\n.#{$ti-prefix}-circle-letter-f:before { content: $ti-icon-circle-letter-f; }\n.#{$ti-prefix}-circle-letter-g:before { content: $ti-icon-circle-letter-g; }\n.#{$ti-prefix}-circle-letter-h:before { content: $ti-icon-circle-letter-h; }\n.#{$ti-prefix}-circle-letter-i:before { content: $ti-icon-circle-letter-i; }\n.#{$ti-prefix}-circle-letter-j:before { content: $ti-icon-circle-letter-j; }\n.#{$ti-prefix}-circle-letter-k:before { content: $ti-icon-circle-letter-k; }\n.#{$ti-prefix}-circle-letter-l:before { content: $ti-icon-circle-letter-l; }\n.#{$ti-prefix}-circle-letter-m:before { content: $ti-icon-circle-letter-m; }\n.#{$ti-prefix}-circle-letter-n:before { content: $ti-icon-circle-letter-n; }\n.#{$ti-prefix}-circle-letter-o:before { content: $ti-icon-circle-letter-o; }\n.#{$ti-prefix}-circle-letter-p:before { content: $ti-icon-circle-letter-p; }\n.#{$ti-prefix}-circle-letter-q:before { content: $ti-icon-circle-letter-q; }\n.#{$ti-prefix}-circle-letter-r:before { content: $ti-icon-circle-letter-r; }\n.#{$ti-prefix}-circle-letter-s:before { content: $ti-icon-circle-letter-s; }\n.#{$ti-prefix}-circle-letter-t:before { content: $ti-icon-circle-letter-t; }\n.#{$ti-prefix}-circle-letter-u:before { content: $ti-icon-circle-letter-u; }\n.#{$ti-prefix}-circle-letter-v:before { content: $ti-icon-circle-letter-v; }\n.#{$ti-prefix}-circle-letter-w:before { content: $ti-icon-circle-letter-w; }\n.#{$ti-prefix}-circle-letter-x:before { content: $ti-icon-circle-letter-x; }\n.#{$ti-prefix}-circle-letter-y:before { content: $ti-icon-circle-letter-y; }\n.#{$ti-prefix}-circle-letter-z:before { content: $ti-icon-circle-letter-z; }\n.#{$ti-prefix}-circle-number-0:before { content: $ti-icon-circle-number-0; }\n.#{$ti-prefix}-circle-number-1:before { content: $ti-icon-circle-number-1; }\n.#{$ti-prefix}-circle-number-2:before { content: $ti-icon-circle-number-2; }\n.#{$ti-prefix}-circle-number-3:before { content: $ti-icon-circle-number-3; }\n.#{$ti-prefix}-circle-number-4:before { content: $ti-icon-circle-number-4; }\n.#{$ti-prefix}-circle-number-5:before { content: $ti-icon-circle-number-5; }\n.#{$ti-prefix}-circle-number-6:before { content: $ti-icon-circle-number-6; }\n.#{$ti-prefix}-circle-number-7:before { content: $ti-icon-circle-number-7; }\n.#{$ti-prefix}-circle-number-8:before { content: $ti-icon-circle-number-8; }\n.#{$ti-prefix}-circle-number-9:before { content: $ti-icon-circle-number-9; }\n.#{$ti-prefix}-circle-percentage:before { content: $ti-icon-circle-percentage; }\n.#{$ti-prefix}-circle-plus:before { content: $ti-icon-circle-plus; }\n.#{$ti-prefix}-circle-rectangle:before { content: $ti-icon-circle-rectangle; }\n.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }\n.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }\n.#{$ti-prefix}-clock:before { content: $ti-icon-clock; }\n.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }\n.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }\n.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }\n.#{$ti-prefix}-clock-hour-12:before { content: $ti-icon-clock-hour-12; }\n.#{$ti-prefix}-clock-hour-2:before { content: $ti-icon-clock-hour-2; }\n.#{$ti-prefix}-clock-hour-3:before { content: $ti-icon-clock-hour-3; }\n.#{$ti-prefix}-clock-hour-4:before { content: $ti-icon-clock-hour-4; }\n.#{$ti-prefix}-clock-hour-5:before { content: $ti-icon-clock-hour-5; }\n.#{$ti-prefix}-clock-hour-6:before { content: $ti-icon-clock-hour-6; }\n.#{$ti-prefix}-clock-hour-7:before { content: $ti-icon-clock-hour-7; }\n.#{$ti-prefix}-clock-hour-8:before { content: $ti-icon-clock-hour-8; }\n.#{$ti-prefix}-clock-hour-9:before { content: $ti-icon-clock-hour-9; }\n.#{$ti-prefix}-cloud:before { content: $ti-icon-cloud; }\n.#{$ti-prefix}-clover:before { content: $ti-icon-clover; }\n.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; }\n.#{$ti-prefix}-code-circle:before { content: $ti-icon-code-circle; }\n.#{$ti-prefix}-code-circle-2:before { content: $ti-icon-code-circle-2; }\n.#{$ti-prefix}-coin:before { content: $ti-icon-coin; }\n.#{$ti-prefix}-coin-bitcoin:before { content: $ti-icon-coin-bitcoin; }\n.#{$ti-prefix}-coin-euro:before { content: $ti-icon-coin-euro; }\n.#{$ti-prefix}-coin-monero:before { content: $ti-icon-coin-monero; }\n.#{$ti-prefix}-coin-pound:before { content: $ti-icon-coin-pound; }\n.#{$ti-prefix}-coin-rupee:before { content: $ti-icon-coin-rupee; }\n.#{$ti-prefix}-coin-taka:before { content: $ti-icon-coin-taka; }\n.#{$ti-prefix}-coin-yen:before { content: $ti-icon-coin-yen; }\n.#{$ti-prefix}-coin-yuan:before { content: $ti-icon-coin-yuan; }\n.#{$ti-prefix}-compass:before { content: $ti-icon-compass; }\n.#{$ti-prefix}-cone:before { content: $ti-icon-cone; }\n.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; }\n.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; }\n.#{$ti-prefix}-contrast-2:before { content: $ti-icon-contrast-2; }\n.#{$ti-prefix}-cookie:before { content: $ti-icon-cookie; }\n.#{$ti-prefix}-cookie-man:before { content: $ti-icon-cookie-man; }\n.#{$ti-prefix}-copy-check:before { content: $ti-icon-copy-check; }\n.#{$ti-prefix}-copy-minus:before { content: $ti-icon-copy-minus; }\n.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; }\n.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; }\n.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }\n.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }\n.#{$ti-prefix}-credit-card:before { content: $ti-icon-credit-card; }\n.#{$ti-prefix}-crop-1-1:before { content: $ti-icon-crop-1-1; }\n.#{$ti-prefix}-crop-16-9:before { content: $ti-icon-crop-16-9; }\n.#{$ti-prefix}-crop-3-2:before { content: $ti-icon-crop-3-2; }\n.#{$ti-prefix}-crop-5-4:before { content: $ti-icon-crop-5-4; }\n.#{$ti-prefix}-crop-7-5:before { content: $ti-icon-crop-7-5; }\n.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; }\n.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; }\n.#{$ti-prefix}-cross:before { content: $ti-icon-cross; }\n.#{$ti-prefix}-dashboard:before { content: $ti-icon-dashboard; }\n.#{$ti-prefix}-device-cctv:before { content: $ti-icon-device-cctv; }\n.#{$ti-prefix}-device-desktop:before { content: $ti-icon-device-desktop; }\n.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; }\n.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }\n.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; }\n.#{$ti-prefix}-device-ipad:before { content: $ti-icon-device-ipad; }\n.#{$ti-prefix}-device-mobile:before { content: $ti-icon-device-mobile; }\n.#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; }\n.#{$ti-prefix}-device-speaker:before { content: $ti-icon-device-speaker; }\n.#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; }\n.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; }\n.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; }\n.#{$ti-prefix}-device-unknown:before { content: $ti-icon-device-unknown; }\n.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; }\n.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; }\n.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; }\n.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }\n.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }\n.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }\n.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }\n.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }\n.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }\n.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }\n.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }\n.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }\n.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; }\n.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }\n.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }\n.#{$ti-prefix}-disc:before { content: $ti-icon-disc; }\n.#{$ti-prefix}-discount:before { content: $ti-icon-discount; }\n.#{$ti-prefix}-droplet:before { content: $ti-icon-droplet; }\n.#{$ti-prefix}-droplet-half:before { content: $ti-icon-droplet-half; }\n.#{$ti-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; }\n.#{$ti-prefix}-egg:before { content: $ti-icon-egg; }\n.#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; }\n.#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; }\n.#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; }\n.#{$ti-prefix}-eye:before { content: $ti-icon-eye; }\n.#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; }\n.#{$ti-prefix}-feather:before { content: $ti-icon-feather; }\n.#{$ti-prefix}-file:before { content: $ti-icon-file; }\n.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }\n.#{$ti-prefix}-filter:before { content: $ti-icon-filter; }\n.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }\n.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }\n.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }\n.#{$ti-prefix}-flask:before { content: $ti-icon-flask; }\n.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }\n.#{$ti-prefix}-flower:before { content: $ti-icon-flower; }\n.#{$ti-prefix}-folder:before { content: $ti-icon-folder; }\n.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; }\n.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; }\n.#{$ti-prefix}-fountain:before { content: $ti-icon-fountain; }\n.#{$ti-prefix}-function:before { content: $ti-icon-function; }\n.#{$ti-prefix}-gauge:before { content: $ti-icon-gauge; }\n.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }\n.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }\n.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }\n.#{$ti-prefix}-gift-card:before { content: $ti-icon-gift-card; }\n.#{$ti-prefix}-glass:before { content: $ti-icon-glass; }\n.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }\n.#{$ti-prefix}-globe:before { content: $ti-icon-globe; }\n.#{$ti-prefix}-gps:before { content: $ti-icon-gps; }\n.#{$ti-prefix}-graph:before { content: $ti-icon-graph; }\n.#{$ti-prefix}-guitar-pick:before { content: $ti-icon-guitar-pick; }\n.#{$ti-prefix}-hanger-2:before { content: $ti-icon-hanger-2; }\n.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; }\n.#{$ti-prefix}-heart:before { content: $ti-icon-heart; }\n.#{$ti-prefix}-help-circle:before { content: $ti-icon-help-circle; }\n.#{$ti-prefix}-help-hexagon:before { content: $ti-icon-help-hexagon; }\n.#{$ti-prefix}-help-octagon:before { content: $ti-icon-help-octagon; }\n.#{$ti-prefix}-help-square:before { content: $ti-icon-help-square; }\n.#{$ti-prefix}-help-square-rounded:before { content: $ti-icon-help-square-rounded; }\n.#{$ti-prefix}-help-triangle:before { content: $ti-icon-help-triangle; }\n.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }\n.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }\n.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }\n.#{$ti-prefix}-hexagon-letter-c:before { content: $ti-icon-hexagon-letter-c; }\n.#{$ti-prefix}-hexagon-letter-d:before { content: $ti-icon-hexagon-letter-d; }\n.#{$ti-prefix}-hexagon-letter-e:before { content: $ti-icon-hexagon-letter-e; }\n.#{$ti-prefix}-hexagon-letter-f:before { content: $ti-icon-hexagon-letter-f; }\n.#{$ti-prefix}-hexagon-letter-g:before { content: $ti-icon-hexagon-letter-g; }\n.#{$ti-prefix}-hexagon-letter-h:before { content: $ti-icon-hexagon-letter-h; }\n.#{$ti-prefix}-hexagon-letter-i:before { content: $ti-icon-hexagon-letter-i; }\n.#{$ti-prefix}-hexagon-letter-j:before { content: $ti-icon-hexagon-letter-j; }\n.#{$ti-prefix}-hexagon-letter-k:before { content: $ti-icon-hexagon-letter-k; }\n.#{$ti-prefix}-hexagon-letter-l:before { content: $ti-icon-hexagon-letter-l; }\n.#{$ti-prefix}-hexagon-letter-m:before { content: $ti-icon-hexagon-letter-m; }\n.#{$ti-prefix}-hexagon-letter-n:before { content: $ti-icon-hexagon-letter-n; }\n.#{$ti-prefix}-hexagon-letter-o:before { content: $ti-icon-hexagon-letter-o; }\n.#{$ti-prefix}-hexagon-letter-p:before { content: $ti-icon-hexagon-letter-p; }\n.#{$ti-prefix}-hexagon-letter-q:before { content: $ti-icon-hexagon-letter-q; }\n.#{$ti-prefix}-hexagon-letter-r:before { content: $ti-icon-hexagon-letter-r; }\n.#{$ti-prefix}-hexagon-letter-s:before { content: $ti-icon-hexagon-letter-s; }\n.#{$ti-prefix}-hexagon-letter-t:before { content: $ti-icon-hexagon-letter-t; }\n.#{$ti-prefix}-hexagon-letter-u:before { content: $ti-icon-hexagon-letter-u; }\n.#{$ti-prefix}-hexagon-letter-v:before { content: $ti-icon-hexagon-letter-v; }\n.#{$ti-prefix}-hexagon-letter-w:before { content: $ti-icon-hexagon-letter-w; }\n.#{$ti-prefix}-hexagon-letter-x:before { content: $ti-icon-hexagon-letter-x; }\n.#{$ti-prefix}-hexagon-letter-y:before { content: $ti-icon-hexagon-letter-y; }\n.#{$ti-prefix}-hexagon-letter-z:before { content: $ti-icon-hexagon-letter-z; }\n.#{$ti-prefix}-hexagon-minus:before { content: $ti-icon-hexagon-minus; }\n.#{$ti-prefix}-hexagon-number-0:before { content: $ti-icon-hexagon-number-0; }\n.#{$ti-prefix}-hexagon-number-1:before { content: $ti-icon-hexagon-number-1; }\n.#{$ti-prefix}-hexagon-number-2:before { content: $ti-icon-hexagon-number-2; }\n.#{$ti-prefix}-hexagon-number-3:before { content: $ti-icon-hexagon-number-3; }\n.#{$ti-prefix}-hexagon-number-4:before { content: $ti-icon-hexagon-number-4; }\n.#{$ti-prefix}-hexagon-number-5:before { content: $ti-icon-hexagon-number-5; }\n.#{$ti-prefix}-hexagon-number-6:before { content: $ti-icon-hexagon-number-6; }\n.#{$ti-prefix}-hexagon-number-7:before { content: $ti-icon-hexagon-number-7; }\n.#{$ti-prefix}-hexagon-number-8:before { content: $ti-icon-hexagon-number-8; }\n.#{$ti-prefix}-hexagon-number-9:before { content: $ti-icon-hexagon-number-9; }\n.#{$ti-prefix}-hexagon-plus:before { content: $ti-icon-hexagon-plus; }\n.#{$ti-prefix}-home:before { content: $ti-icon-home; }\n.#{$ti-prefix}-hospital-circle:before { content: $ti-icon-hospital-circle; }\n.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }\n.#{$ti-prefix}-icons:before { content: $ti-icon-icons; }\n.#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; }\n.#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; }\n.#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; }\n.#{$ti-prefix}-info-square:before { content: $ti-icon-info-square; }\n.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }\n.#{$ti-prefix}-info-triangle:before { content: $ti-icon-info-triangle; }\n.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }\n.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }\n.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }\n.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; }\n.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; }\n.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; }\n.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }\n.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }\n.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }\n.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }\n.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }\n.#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; }\n.#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; }\n.#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; }\n.#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; }\n.#{$ti-prefix}-key:before { content: $ti-icon-key; }\n.#{$ti-prefix}-keyframe:before { content: $ti-icon-keyframe; }\n.#{$ti-prefix}-keyframe-align-center:before { content: $ti-icon-keyframe-align-center; }\n.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; }\n.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; }\n.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; }\n.#{$ti-prefix}-label:before { content: $ti-icon-label; }\n.#{$ti-prefix}-label-important:before { content: $ti-icon-label-important; }\n.#{$ti-prefix}-lasso-polygon:before { content: $ti-icon-lasso-polygon; }\n.#{$ti-prefix}-layout:before { content: $ti-icon-layout; }\n.#{$ti-prefix}-layout-2:before { content: $ti-icon-layout-2; }\n.#{$ti-prefix}-layout-align-bottom:before { content: $ti-icon-layout-align-bottom; }\n.#{$ti-prefix}-layout-align-center:before { content: $ti-icon-layout-align-center; }\n.#{$ti-prefix}-layout-align-left:before { content: $ti-icon-layout-align-left; }\n.#{$ti-prefix}-layout-align-middle:before { content: $ti-icon-layout-align-middle; }\n.#{$ti-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; }\n.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }\n.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }\n.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }\n.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }\n.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }\n.#{$ti-prefix}-layout-dashboard:before { content: $ti-icon-layout-dashboard; }\n.#{$ti-prefix}-layout-distribute-horizontal:before { content: $ti-icon-layout-distribute-horizontal; }\n.#{$ti-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; }\n.#{$ti-prefix}-layout-grid:before { content: $ti-icon-layout-grid; }\n.#{$ti-prefix}-layout-kanban:before { content: $ti-icon-layout-kanban; }\n.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }\n.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }\n.#{$ti-prefix}-layout-navbar-collapse:before { content: $ti-icon-layout-navbar-collapse; }\n.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; }\n.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }\n.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; }\n.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; }\n.#{$ti-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; }\n.#{$ti-prefix}-layout-sidebar-right-collapse:before { content: $ti-icon-layout-sidebar-right-collapse; }\n.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }\n.#{$ti-prefix}-lego:before { content: $ti-icon-lego; }\n.#{$ti-prefix}-live-photo:before { content: $ti-icon-live-photo; }\n.#{$ti-prefix}-location:before { content: $ti-icon-location; }\n.#{$ti-prefix}-lock:before { content: $ti-icon-lock; }\n.#{$ti-prefix}-lock-square-rounded:before { content: $ti-icon-lock-square-rounded; }\n.#{$ti-prefix}-lungs:before { content: $ti-icon-lungs; }\n.#{$ti-prefix}-macro:before { content: $ti-icon-macro; }\n.#{$ti-prefix}-magnet:before { content: $ti-icon-magnet; }\n.#{$ti-prefix}-mail:before { content: $ti-icon-mail; }\n.#{$ti-prefix}-mail-opened:before { content: $ti-icon-mail-opened; }\n.#{$ti-prefix}-man:before { content: $ti-icon-man; }\n.#{$ti-prefix}-manual-gearbox:before { content: $ti-icon-manual-gearbox; }\n.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; }\n.#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }\n.#{$ti-prefix}-melon:before { content: $ti-icon-melon; }\n.#{$ti-prefix}-message:before { content: $ti-icon-message; }\n.#{$ti-prefix}-message-chatbot:before { content: $ti-icon-message-chatbot; }\n.#{$ti-prefix}-message-circle:before { content: $ti-icon-message-circle; }\n.#{$ti-prefix}-message-report:before { content: $ti-icon-message-report; }\n.#{$ti-prefix}-meteor:before { content: $ti-icon-meteor; }\n.#{$ti-prefix}-michelin-star:before { content: $ti-icon-michelin-star; }\n.#{$ti-prefix}-mickey:before { content: $ti-icon-mickey; }\n.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }\n.#{$ti-prefix}-microwave:before { content: $ti-icon-microwave; }\n.#{$ti-prefix}-military-rank:before { content: $ti-icon-military-rank; }\n.#{$ti-prefix}-milk:before { content: $ti-icon-milk; }\n.#{$ti-prefix}-mood-angry:before { content: $ti-icon-mood-angry; }\n.#{$ti-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; }\n.#{$ti-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; }\n.#{$ti-prefix}-mood-empty:before { content: $ti-icon-mood-empty; }\n.#{$ti-prefix}-mood-happy:before { content: $ti-icon-mood-happy; }\n.#{$ti-prefix}-mood-kid:before { content: $ti-icon-mood-kid; }\n.#{$ti-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; }\n.#{$ti-prefix}-mood-sad:before { content: $ti-icon-mood-sad; }\n.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; }\n.#{$ti-prefix}-mood-wrrr:before { content: $ti-icon-mood-wrrr; }\n.#{$ti-prefix}-moon:before { content: $ti-icon-moon; }\n.#{$ti-prefix}-mountain:before { content: $ti-icon-mountain; }\n.#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; }\n.#{$ti-prefix}-mug:before { content: $ti-icon-mug; }\n.#{$ti-prefix}-mushroom:before { content: $ti-icon-mushroom; }\n.#{$ti-prefix}-navigation:before { content: $ti-icon-navigation; }\n.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }\n.#{$ti-prefix}-oval:before { content: $ti-icon-oval; }\n.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; }\n.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }\n.#{$ti-prefix}-panorama-horizontal:before { content: $ti-icon-panorama-horizontal; }\n.#{$ti-prefix}-panorama-vertical:before { content: $ti-icon-panorama-vertical; }\n.#{$ti-prefix}-parking-circle:before { content: $ti-icon-parking-circle; }\n.#{$ti-prefix}-paw:before { content: $ti-icon-paw; }\n.#{$ti-prefix}-pennant:before { content: $ti-icon-pennant; }\n.#{$ti-prefix}-pennant-2:before { content: $ti-icon-pennant-2; }\n.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; }\n.#{$ti-prefix}-phone:before { content: $ti-icon-phone; }\n.#{$ti-prefix}-photo:before { content: $ti-icon-photo; }\n.#{$ti-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; }\n.#{$ti-prefix}-picture-in-picture-top:before { content: $ti-icon-picture-in-picture-top; }\n.#{$ti-prefix}-pill:before { content: $ti-icon-pill; }\n.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }\n.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }\n.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; }\n.#{$ti-prefix}-play-card-1:before { content: $ti-icon-play-card-1; }\n.#{$ti-prefix}-play-card-10:before { content: $ti-icon-play-card-10; }\n.#{$ti-prefix}-play-card-2:before { content: $ti-icon-play-card-2; }\n.#{$ti-prefix}-play-card-3:before { content: $ti-icon-play-card-3; }\n.#{$ti-prefix}-play-card-4:before { content: $ti-icon-play-card-4; }\n.#{$ti-prefix}-play-card-5:before { content: $ti-icon-play-card-5; }\n.#{$ti-prefix}-play-card-6:before { content: $ti-icon-play-card-6; }\n.#{$ti-prefix}-play-card-7:before { content: $ti-icon-play-card-7; }\n.#{$ti-prefix}-play-card-8:before { content: $ti-icon-play-card-8; }\n.#{$ti-prefix}-play-card-9:before { content: $ti-icon-play-card-9; }\n.#{$ti-prefix}-play-card-a:before { content: $ti-icon-play-card-a; }\n.#{$ti-prefix}-play-card-j:before { content: $ti-icon-play-card-j; }\n.#{$ti-prefix}-play-card-k:before { content: $ti-icon-play-card-k; }\n.#{$ti-prefix}-play-card-q:before { content: $ti-icon-play-card-q; }\n.#{$ti-prefix}-play-card-star:before { content: $ti-icon-play-card-star; }\n.#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; }\n.#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; }\n.#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; }\n.#{$ti-prefix}-player-record:before { content: $ti-icon-player-record; }\n.#{$ti-prefix}-player-skip-back:before { content: $ti-icon-player-skip-back; }\n.#{$ti-prefix}-player-skip-forward:before { content: $ti-icon-player-skip-forward; }\n.#{$ti-prefix}-player-stop:before { content: $ti-icon-player-stop; }\n.#{$ti-prefix}-player-track-next:before { content: $ti-icon-player-track-next; }\n.#{$ti-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; }\n.#{$ti-prefix}-point:before { content: $ti-icon-point; }\n.#{$ti-prefix}-pointer:before { content: $ti-icon-pointer; }\n.#{$ti-prefix}-polaroid:before { content: $ti-icon-polaroid; }\n.#{$ti-prefix}-poo:before { content: $ti-icon-poo; }\n.#{$ti-prefix}-presentation:before { content: $ti-icon-presentation; }\n.#{$ti-prefix}-presentation-analytics:before { content: $ti-icon-presentation-analytics; }\n.#{$ti-prefix}-puzzle:before { content: $ti-icon-puzzle; }\n.#{$ti-prefix}-radar:before { content: $ti-icon-radar; }\n.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }\n.#{$ti-prefix}-receipt:before { content: $ti-icon-receipt; }\n.#{$ti-prefix}-rectangle:before { content: $ti-icon-rectangle; }\n.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }\n.#{$ti-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; }\n.#{$ti-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; }\n.#{$ti-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; }\n.#{$ti-prefix}-replace:before { content: $ti-icon-replace; }\n.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; }\n.#{$ti-prefix}-rosette-discount:before { content: $ti-icon-rosette-discount; }\n.#{$ti-prefix}-rosette-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-salad:before { content: $ti-icon-salad; }\n.#{$ti-prefix}-scuba-diving-tank:before { content: $ti-icon-scuba-diving-tank; }\n.#{$ti-prefix}-section:before { content: $ti-icon-section; }\n.#{$ti-prefix}-seeding:before { content: $ti-icon-seeding; }\n.#{$ti-prefix}-settings:before { content: $ti-icon-settings; }\n.#{$ti-prefix}-shield:before { content: $ti-icon-shield; }\n.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }\n.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }\n.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }\n.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }\n.#{$ti-prefix}-shirt:before { content: $ti-icon-shirt; }\n.#{$ti-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; }\n.#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; }\n.#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; }\n.#{$ti-prefix}-sitemap:before { content: $ti-icon-sitemap; }\n.#{$ti-prefix}-sort-ascending-2:before { content: $ti-icon-sort-ascending-2; }\n.#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; }\n.#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; }\n.#{$ti-prefix}-sort-descending-shapes:before { content: $ti-icon-sort-descending-shapes; }\n.#{$ti-prefix}-soup:before { content: $ti-icon-soup; }\n.#{$ti-prefix}-spade:before { content: $ti-icon-spade; }\n.#{$ti-prefix}-square:before { content: $ti-icon-square; }\n.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }\n.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }\n.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }\n.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }\n.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }\n.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }\n.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }\n.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }\n.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }\n.#{$ti-prefix}-square-chevron-up:before { content: $ti-icon-square-chevron-up; }\n.#{$ti-prefix}-square-chevrons-down:before { content: $ti-icon-square-chevrons-down; }\n.#{$ti-prefix}-square-chevrons-left:before { content: $ti-icon-square-chevrons-left; }\n.#{$ti-prefix}-square-chevrons-right:before { content: $ti-icon-square-chevrons-right; }\n.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }\n.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }\n.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }\n.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }\n.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }\n.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }\n.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }\n.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }\n.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }\n.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }\n.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }\n.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }\n.#{$ti-prefix}-square-letter-a:before { content: $ti-icon-square-letter-a; }\n.#{$ti-prefix}-square-letter-b:before { content: $ti-icon-square-letter-b; }\n.#{$ti-prefix}-square-letter-c:before { content: $ti-icon-square-letter-c; }\n.#{$ti-prefix}-square-letter-d:before { content: $ti-icon-square-letter-d; }\n.#{$ti-prefix}-square-letter-e:before { content: $ti-icon-square-letter-e; }\n.#{$ti-prefix}-square-letter-f:before { content: $ti-icon-square-letter-f; }\n.#{$ti-prefix}-square-letter-g:before { content: $ti-icon-square-letter-g; }\n.#{$ti-prefix}-square-letter-h:before { content: $ti-icon-square-letter-h; }\n.#{$ti-prefix}-square-letter-i:before { content: $ti-icon-square-letter-i; }\n.#{$ti-prefix}-square-letter-j:before { content: $ti-icon-square-letter-j; }\n.#{$ti-prefix}-square-letter-k:before { content: $ti-icon-square-letter-k; }\n.#{$ti-prefix}-square-letter-l:before { content: $ti-icon-square-letter-l; }\n.#{$ti-prefix}-square-letter-m:before { content: $ti-icon-square-letter-m; }\n.#{$ti-prefix}-square-letter-n:before { content: $ti-icon-square-letter-n; }\n.#{$ti-prefix}-square-letter-o:before { content: $ti-icon-square-letter-o; }\n.#{$ti-prefix}-square-letter-p:before { content: $ti-icon-square-letter-p; }\n.#{$ti-prefix}-square-letter-q:before { content: $ti-icon-square-letter-q; }\n.#{$ti-prefix}-square-letter-r:before { content: $ti-icon-square-letter-r; }\n.#{$ti-prefix}-square-letter-s:before { content: $ti-icon-square-letter-s; }\n.#{$ti-prefix}-square-letter-t:before { content: $ti-icon-square-letter-t; }\n.#{$ti-prefix}-square-letter-u:before { content: $ti-icon-square-letter-u; }\n.#{$ti-prefix}-square-letter-v:before { content: $ti-icon-square-letter-v; }\n.#{$ti-prefix}-square-letter-w:before { content: $ti-icon-square-letter-w; }\n.#{$ti-prefix}-square-letter-x:before { content: $ti-icon-square-letter-x; }\n.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; }\n.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; }\n.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; }\n.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; }\n.#{$ti-prefix}-square-number-1:before { content: $ti-icon-square-number-1; }\n.#{$ti-prefix}-square-number-2:before { content: $ti-icon-square-number-2; }\n.#{$ti-prefix}-square-number-3:before { content: $ti-icon-square-number-3; }\n.#{$ti-prefix}-square-number-4:before { content: $ti-icon-square-number-4; }\n.#{$ti-prefix}-square-number-5:before { content: $ti-icon-square-number-5; }\n.#{$ti-prefix}-square-number-6:before { content: $ti-icon-square-number-6; }\n.#{$ti-prefix}-square-number-7:before { content: $ti-icon-square-number-7; }\n.#{$ti-prefix}-square-number-8:before { content: $ti-icon-square-number-8; }\n.#{$ti-prefix}-square-number-9:before { content: $ti-icon-square-number-9; }\n.#{$ti-prefix}-square-rotated:before { content: $ti-icon-square-rotated; }\n.#{$ti-prefix}-square-rounded:before { content: $ti-icon-square-rounded; }\n.#{$ti-prefix}-square-rounded-arrow-down:before { content: $ti-icon-square-rounded-arrow-down; }\n.#{$ti-prefix}-square-rounded-arrow-left:before { content: $ti-icon-square-rounded-arrow-left; }\n.#{$ti-prefix}-square-rounded-arrow-right:before { content: $ti-icon-square-rounded-arrow-right; }\n.#{$ti-prefix}-square-rounded-arrow-up:before { content: $ti-icon-square-rounded-arrow-up; }\n.#{$ti-prefix}-square-rounded-check:before { content: $ti-icon-square-rounded-check; }\n.#{$ti-prefix}-square-rounded-chevron-down:before { content: $ti-icon-square-rounded-chevron-down; }\n.#{$ti-prefix}-square-rounded-chevron-left:before { content: $ti-icon-square-rounded-chevron-left; }\n.#{$ti-prefix}-square-rounded-chevron-right:before { content: $ti-icon-square-rounded-chevron-right; }\n.#{$ti-prefix}-square-rounded-chevron-up:before { content: $ti-icon-square-rounded-chevron-up; }\n.#{$ti-prefix}-square-rounded-chevrons-down:before { content: $ti-icon-square-rounded-chevrons-down; }\n.#{$ti-prefix}-square-rounded-chevrons-left:before { content: $ti-icon-square-rounded-chevrons-left; }\n.#{$ti-prefix}-square-rounded-chevrons-right:before { content: $ti-icon-square-rounded-chevrons-right; }\n.#{$ti-prefix}-square-rounded-chevrons-up:before { content: $ti-icon-square-rounded-chevrons-up; }\n.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; }\n.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; }\n.#{$ti-prefix}-square-rounded-letter-c:before { content: $ti-icon-square-rounded-letter-c; }\n.#{$ti-prefix}-square-rounded-letter-d:before { content: $ti-icon-square-rounded-letter-d; }\n.#{$ti-prefix}-square-rounded-letter-e:before { content: $ti-icon-square-rounded-letter-e; }\n.#{$ti-prefix}-square-rounded-letter-f:before { content: $ti-icon-square-rounded-letter-f; }\n.#{$ti-prefix}-square-rounded-letter-g:before { content: $ti-icon-square-rounded-letter-g; }\n.#{$ti-prefix}-square-rounded-letter-h:before { content: $ti-icon-square-rounded-letter-h; }\n.#{$ti-prefix}-square-rounded-letter-i:before { content: $ti-icon-square-rounded-letter-i; }\n.#{$ti-prefix}-square-rounded-letter-j:before { content: $ti-icon-square-rounded-letter-j; }\n.#{$ti-prefix}-square-rounded-letter-k:before { content: $ti-icon-square-rounded-letter-k; }\n.#{$ti-prefix}-square-rounded-letter-l:before { content: $ti-icon-square-rounded-letter-l; }\n.#{$ti-prefix}-square-rounded-letter-m:before { content: $ti-icon-square-rounded-letter-m; }\n.#{$ti-prefix}-square-rounded-letter-n:before { content: $ti-icon-square-rounded-letter-n; }\n.#{$ti-prefix}-square-rounded-letter-o:before { content: $ti-icon-square-rounded-letter-o; }\n.#{$ti-prefix}-square-rounded-letter-p:before { content: $ti-icon-square-rounded-letter-p; }\n.#{$ti-prefix}-square-rounded-letter-q:before { content: $ti-icon-square-rounded-letter-q; }\n.#{$ti-prefix}-square-rounded-letter-r:before { content: $ti-icon-square-rounded-letter-r; }\n.#{$ti-prefix}-square-rounded-letter-s:before { content: $ti-icon-square-rounded-letter-s; }\n.#{$ti-prefix}-square-rounded-letter-t:before { content: $ti-icon-square-rounded-letter-t; }\n.#{$ti-prefix}-square-rounded-letter-u:before { content: $ti-icon-square-rounded-letter-u; }\n.#{$ti-prefix}-square-rounded-letter-v:before { content: $ti-icon-square-rounded-letter-v; }\n.#{$ti-prefix}-square-rounded-letter-w:before { content: $ti-icon-square-rounded-letter-w; }\n.#{$ti-prefix}-square-rounded-letter-x:before { content: $ti-icon-square-rounded-letter-x; }\n.#{$ti-prefix}-square-rounded-letter-y:before { content: $ti-icon-square-rounded-letter-y; }\n.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }\n.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }\n.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }\n.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }\n.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; }\n.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; }\n.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; }\n.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; }\n.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; }\n.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; }\n.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }\n.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }\n.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }\n.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }\n.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; }\n.#{$ti-prefix}-squares:before { content: $ti-icon-squares; }\n.#{$ti-prefix}-stack:before { content: $ti-icon-stack; }\n.#{$ti-prefix}-stack-2:before { content: $ti-icon-stack-2; }\n.#{$ti-prefix}-stack-3:before { content: $ti-icon-stack-3; }\n.#{$ti-prefix}-star:before { content: $ti-icon-star; }\n.#{$ti-prefix}-star-half:before { content: $ti-icon-star-half; }\n.#{$ti-prefix}-stars:before { content: $ti-icon-stars; }\n.#{$ti-prefix}-steering-wheel:before { content: $ti-icon-steering-wheel; }\n.#{$ti-prefix}-sun:before { content: $ti-icon-sun; }\n.#{$ti-prefix}-sunglasses:before { content: $ti-icon-sunglasses; }\n.#{$ti-prefix}-swipe-down:before { content: $ti-icon-swipe-down; }\n.#{$ti-prefix}-swipe-left:before { content: $ti-icon-swipe-left; }\n.#{$ti-prefix}-swipe-right:before { content: $ti-icon-swipe-right; }\n.#{$ti-prefix}-swipe-up:before { content: $ti-icon-swipe-up; }\n.#{$ti-prefix}-table:before { content: $ti-icon-table; }\n.#{$ti-prefix}-tag:before { content: $ti-icon-tag; }\n.#{$ti-prefix}-tags:before { content: $ti-icon-tags; }\n.#{$ti-prefix}-test-pipe-2:before { content: $ti-icon-test-pipe-2; }\n.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }\n.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }\n.#{$ti-prefix}-tilt-shift:before { content: $ti-icon-tilt-shift; }\n.#{$ti-prefix}-timeline-event:before { content: $ti-icon-timeline-event; }\n.#{$ti-prefix}-toggle-left:before { content: $ti-icon-toggle-left; }\n.#{$ti-prefix}-toggle-right:before { content: $ti-icon-toggle-right; }\n.#{$ti-prefix}-transform:before { content: $ti-icon-transform; }\n.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; }\n.#{$ti-prefix}-transition-left:before { content: $ti-icon-transition-left; }\n.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }\n.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }\n.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }\n.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }\n.#{$ti-prefix}-triangle:before { content: $ti-icon-triangle; }\n.#{$ti-prefix}-triangle-inverted:before { content: $ti-icon-triangle-inverted; }\n.#{$ti-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; }\n.#{$ti-prefix}-trophy:before { content: $ti-icon-trophy; }\n.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }\n.#{$ti-prefix}-user:before { content: $ti-icon-user; }\n.#{$ti-prefix}-versions:before { content: $ti-icon-versions; }\n.#{$ti-prefix}-windmill:before { content: $ti-icon-windmill; }\n.#{$ti-prefix}-woman:before { content: $ti-icon-woman; }\n.#{$ti-prefix}-xbox-a:before { content: $ti-icon-xbox-a; }\n.#{$ti-prefix}-xbox-b:before { content: $ti-icon-xbox-b; }\n.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; }\n.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; }\n.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }\n.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }\n.#{$ti-prefix}-zoom:before { content: $ti-icon-zoom; }\n.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }\n.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }\n.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }\n.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }\n.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }\n.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; }\n.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }\n.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }\n.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; }\n.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }\n.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }\n.#{$ti-prefix}-zoom-scan:before { content: $ti-icon-zoom-scan; }\n\n// Aliases\n.#{$ti-prefix}-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle; }\n\n","@charset \"UTF-8\";\n/*!\n * Tabler Icons 3.20.0 by tabler - https://tabler.io\n * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE\n */\n$ti-font-family: 'tabler-icons-outline' !default;\n$ti-font-path: './fonts' !default;\n$ti-font-display: null !default;\n$ti-prefix: 'ti' !default;\n\n@font-face {\n font-family: $ti-font-family;\n font-style: normal;\n font-weight: 400;\n font-display: $ti-font-display;\n src: url('#{$ti-font-path}/tabler-icons-outline.woff2?v3.20.0') format('woff2'),\n url('#{$ti-font-path}/tabler-icons-outline.woff?') format('woff'),\n url('#{$ti-font-path}/tabler-icons-outline.ttf?v3.20.0') format('truetype');\n}\n\n.#{$ti-prefix} {\n font-family: $ti-font-family !important;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n@function unicode($str) {\n @return unquote(\"\\\"\")+unquote(str-insert($str, \"\\\\\", 1))+unquote(\"\\\"\")\n}\n\n\n$ti-icon-a-b: unicode('ec36');\n$ti-icon-a-b-2: unicode('f25f');\n$ti-icon-a-b-off: unicode('f0a6');\n$ti-icon-abacus: unicode('f05c');\n$ti-icon-abacus-off: unicode('f3b6');\n$ti-icon-abc: unicode('f567');\n$ti-icon-access-point: unicode('ed1b');\n$ti-icon-access-point-off: unicode('ed1a');\n$ti-icon-accessible: unicode('eba9');\n$ti-icon-accessible-off: unicode('f0a7');\n$ti-icon-activity: unicode('ed23');\n$ti-icon-activity-heartbeat: unicode('f0db');\n$ti-icon-ad: unicode('ea02');\n$ti-icon-ad-2: unicode('ef1f');\n$ti-icon-ad-circle: unicode('f79e');\n$ti-icon-ad-circle-off: unicode('f79d');\n$ti-icon-ad-off: unicode('f3b7');\n$ti-icon-address-book: unicode('f021');\n$ti-icon-address-book-off: unicode('f3b8');\n$ti-icon-adjustments: unicode('ea03');\n$ti-icon-adjustments-alt: unicode('ec37');\n$ti-icon-adjustments-bolt: unicode('f7fb');\n$ti-icon-adjustments-cancel: unicode('f7fc');\n$ti-icon-adjustments-check: unicode('f7fd');\n$ti-icon-adjustments-code: unicode('f7fe');\n$ti-icon-adjustments-cog: unicode('f7ff');\n$ti-icon-adjustments-dollar: unicode('f800');\n$ti-icon-adjustments-down: unicode('f801');\n$ti-icon-adjustments-exclamation: unicode('f802');\n$ti-icon-adjustments-heart: unicode('f803');\n$ti-icon-adjustments-horizontal: unicode('ec38');\n$ti-icon-adjustments-minus: unicode('f804');\n$ti-icon-adjustments-off: unicode('f0a8');\n$ti-icon-adjustments-pause: unicode('f805');\n$ti-icon-adjustments-pin: unicode('f806');\n$ti-icon-adjustments-plus: unicode('f807');\n$ti-icon-adjustments-question: unicode('f808');\n$ti-icon-adjustments-search: unicode('f809');\n$ti-icon-adjustments-share: unicode('f80a');\n$ti-icon-adjustments-spark: unicode('ffbe');\n$ti-icon-adjustments-star: unicode('f80b');\n$ti-icon-adjustments-up: unicode('f80c');\n$ti-icon-adjustments-x: unicode('f80d');\n$ti-icon-aerial-lift: unicode('edfe');\n$ti-icon-affiliate: unicode('edff');\n$ti-icon-ai: unicode('fee7');\n$ti-icon-air-balloon: unicode('f4a6');\n$ti-icon-air-conditioning: unicode('f3a2');\n$ti-icon-air-conditioning-disabled: unicode('f542');\n$ti-icon-air-traffic-control: unicode('fb01');\n$ti-icon-alarm: unicode('ea04');\n$ti-icon-alarm-average: unicode('fc9e');\n$ti-icon-alarm-minus: unicode('f630');\n$ti-icon-alarm-off: unicode('f0a9');\n$ti-icon-alarm-plus: unicode('f631');\n$ti-icon-alarm-snooze: unicode('f632');\n$ti-icon-album: unicode('f022');\n$ti-icon-album-off: unicode('f3b9');\n$ti-icon-alert-circle: unicode('ea05');\n$ti-icon-alert-circle-off: unicode('fc65');\n$ti-icon-alert-hexagon: unicode('f80e');\n$ti-icon-alert-hexagon-off: unicode('fc66');\n$ti-icon-alert-octagon: unicode('ecc6');\n$ti-icon-alert-small: unicode('f80f');\n$ti-icon-alert-small-off: unicode('fc67');\n$ti-icon-alert-square: unicode('f811');\n$ti-icon-alert-square-rounded: unicode('f810');\n$ti-icon-alert-square-rounded-off: unicode('fc68');\n$ti-icon-alert-triangle: unicode('ea06');\n$ti-icon-alert-triangle-off: unicode('fc69');\n$ti-icon-alien: unicode('ebde');\n$ti-icon-align-box-bottom-center: unicode('f530');\n$ti-icon-align-box-bottom-left: unicode('f531');\n$ti-icon-align-box-bottom-right: unicode('f532');\n$ti-icon-align-box-center-bottom: unicode('facb');\n$ti-icon-align-box-center-middle: unicode('f79f');\n$ti-icon-align-box-center-stretch: unicode('facc');\n$ti-icon-align-box-center-top: unicode('facd');\n$ti-icon-align-box-left-bottom: unicode('f533');\n$ti-icon-align-box-left-middle: unicode('f534');\n$ti-icon-align-box-left-stretch: unicode('face');\n$ti-icon-align-box-left-top: unicode('f535');\n$ti-icon-align-box-right-bottom: unicode('f536');\n$ti-icon-align-box-right-middle: unicode('f537');\n$ti-icon-align-box-right-stretch: unicode('facf');\n$ti-icon-align-box-right-top: unicode('f538');\n$ti-icon-align-box-top-center: unicode('f539');\n$ti-icon-align-box-top-left: unicode('f53a');\n$ti-icon-align-box-top-right: unicode('f53b');\n$ti-icon-align-center: unicode('ea07');\n$ti-icon-align-justified: unicode('ea08');\n$ti-icon-align-left: unicode('ea09');\n$ti-icon-align-left-2: unicode('ff00');\n$ti-icon-align-right: unicode('ea0a');\n$ti-icon-align-right-2: unicode('feff');\n$ti-icon-alpha: unicode('f543');\n$ti-icon-alphabet-arabic: unicode('ff2f');\n$ti-icon-alphabet-bangla: unicode('ff2e');\n$ti-icon-alphabet-cyrillic: unicode('f1df');\n$ti-icon-alphabet-greek: unicode('f1e0');\n$ti-icon-alphabet-hebrew: unicode('ff2d');\n$ti-icon-alphabet-korean: unicode('ff2c');\n$ti-icon-alphabet-latin: unicode('f1e1');\n$ti-icon-alphabet-thai: unicode('ff2b');\n$ti-icon-alt: unicode('fc54');\n$ti-icon-ambulance: unicode('ebf5');\n$ti-icon-ampersand: unicode('f229');\n$ti-icon-analyze: unicode('f3a3');\n$ti-icon-analyze-off: unicode('f3ba');\n$ti-icon-anchor: unicode('eb76');\n$ti-icon-anchor-off: unicode('f0f7');\n$ti-icon-angle: unicode('ef20');\n$ti-icon-ankh: unicode('f1cd');\n$ti-icon-antenna: unicode('f094');\n$ti-icon-antenna-bars-1: unicode('ecc7');\n$ti-icon-antenna-bars-2: unicode('ecc8');\n$ti-icon-antenna-bars-3: unicode('ecc9');\n$ti-icon-antenna-bars-4: unicode('ecca');\n$ti-icon-antenna-bars-5: unicode('eccb');\n$ti-icon-antenna-bars-off: unicode('f0aa');\n$ti-icon-antenna-off: unicode('f3bb');\n$ti-icon-aperture: unicode('eb58');\n$ti-icon-aperture-off: unicode('f3bc');\n$ti-icon-api: unicode('effd');\n$ti-icon-api-app: unicode('effc');\n$ti-icon-api-app-off: unicode('f0ab');\n$ti-icon-api-off: unicode('f0f8');\n$ti-icon-app-window: unicode('efe6');\n$ti-icon-apple: unicode('ef21');\n$ti-icon-apps: unicode('ebb6');\n$ti-icon-apps-off: unicode('f0ac');\n$ti-icon-archery-arrow: unicode('fc55');\n$ti-icon-archive: unicode('ea0b');\n$ti-icon-archive-off: unicode('f0ad');\n$ti-icon-armchair: unicode('ef9e');\n$ti-icon-armchair-2: unicode('efe7');\n$ti-icon-armchair-2-off: unicode('f3bd');\n$ti-icon-armchair-off: unicode('f3be');\n$ti-icon-arrow-autofit-content: unicode('ef31');\n$ti-icon-arrow-autofit-down: unicode('ef32');\n$ti-icon-arrow-autofit-height: unicode('ef33');\n$ti-icon-arrow-autofit-left: unicode('ef34');\n$ti-icon-arrow-autofit-right: unicode('ef35');\n$ti-icon-arrow-autofit-up: unicode('ef36');\n$ti-icon-arrow-autofit-width: unicode('ef37');\n$ti-icon-arrow-back: unicode('ea0c');\n$ti-icon-arrow-back-up: unicode('eb77');\n$ti-icon-arrow-back-up-double: unicode('f9ec');\n$ti-icon-arrow-badge-down: unicode('f60b');\n$ti-icon-arrow-badge-left: unicode('f60c');\n$ti-icon-arrow-badge-right: unicode('f60d');\n$ti-icon-arrow-badge-up: unicode('f60e');\n$ti-icon-arrow-bar-both: unicode('fadd');\n$ti-icon-arrow-bar-down: unicode('ea0d');\n$ti-icon-arrow-bar-left: unicode('ea0e');\n$ti-icon-arrow-bar-right: unicode('ea0f');\n$ti-icon-arrow-bar-to-down: unicode('ec88');\n$ti-icon-arrow-bar-to-left: unicode('ec89');\n$ti-icon-arrow-bar-to-right: unicode('ec8a');\n$ti-icon-arrow-bar-to-up: unicode('ec8b');\n$ti-icon-arrow-bar-up: unicode('ea10');\n$ti-icon-arrow-bear-left: unicode('f045');\n$ti-icon-arrow-bear-left-2: unicode('f044');\n$ti-icon-arrow-bear-right: unicode('f047');\n$ti-icon-arrow-bear-right-2: unicode('f046');\n$ti-icon-arrow-big-down: unicode('edda');\n$ti-icon-arrow-big-down-line: unicode('efe8');\n$ti-icon-arrow-big-down-lines: unicode('efe9');\n$ti-icon-arrow-big-left: unicode('eddb');\n$ti-icon-arrow-big-left-line: unicode('efea');\n$ti-icon-arrow-big-left-lines: unicode('efeb');\n$ti-icon-arrow-big-right: unicode('eddc');\n$ti-icon-arrow-big-right-line: unicode('efec');\n$ti-icon-arrow-big-right-lines: unicode('efed');\n$ti-icon-arrow-big-up: unicode('eddd');\n$ti-icon-arrow-big-up-line: unicode('efee');\n$ti-icon-arrow-big-up-lines: unicode('efef');\n$ti-icon-arrow-bounce: unicode('f3a4');\n$ti-icon-arrow-capsule: unicode('fade');\n$ti-icon-arrow-curve-left: unicode('f048');\n$ti-icon-arrow-curve-right: unicode('f049');\n$ti-icon-arrow-down: unicode('ea16');\n$ti-icon-arrow-down-bar: unicode('ed98');\n$ti-icon-arrow-down-circle: unicode('ea11');\n$ti-icon-arrow-down-dashed: unicode('1006a');\n$ti-icon-arrow-down-from-arc: unicode('fd86');\n$ti-icon-arrow-down-left: unicode('ea13');\n$ti-icon-arrow-down-left-circle: unicode('ea12');\n$ti-icon-arrow-down-rhombus: unicode('f61d');\n$ti-icon-arrow-down-right: unicode('ea15');\n$ti-icon-arrow-down-right-circle: unicode('ea14');\n$ti-icon-arrow-down-square: unicode('ed9a');\n$ti-icon-arrow-down-tail: unicode('ed9b');\n$ti-icon-arrow-down-to-arc: unicode('fd87');\n$ti-icon-arrow-elbow-left: unicode('f9ed');\n$ti-icon-arrow-elbow-right: unicode('f9ee');\n$ti-icon-arrow-fork: unicode('f04a');\n$ti-icon-arrow-forward: unicode('ea17');\n$ti-icon-arrow-forward-up: unicode('eb78');\n$ti-icon-arrow-forward-up-double: unicode('f9ef');\n$ti-icon-arrow-guide: unicode('f22a');\n$ti-icon-arrow-iteration: unicode('f578');\n$ti-icon-arrow-left: unicode('ea19');\n$ti-icon-arrow-left-bar: unicode('ed9c');\n$ti-icon-arrow-left-circle: unicode('ea18');\n$ti-icon-arrow-left-dashed: unicode('10069');\n$ti-icon-arrow-left-from-arc: unicode('fd88');\n$ti-icon-arrow-left-rhombus: unicode('f61e');\n$ti-icon-arrow-left-right: unicode('f04b');\n$ti-icon-arrow-left-square: unicode('ed9d');\n$ti-icon-arrow-left-tail: unicode('ed9e');\n$ti-icon-arrow-left-to-arc: unicode('fd89');\n$ti-icon-arrow-loop-left: unicode('ed9f');\n$ti-icon-arrow-loop-left-2: unicode('f04c');\n$ti-icon-arrow-loop-right: unicode('eda0');\n$ti-icon-arrow-loop-right-2: unicode('f04d');\n$ti-icon-arrow-merge: unicode('f04e');\n$ti-icon-arrow-merge-alt-left: unicode('fc9f');\n$ti-icon-arrow-merge-alt-right: unicode('fca0');\n$ti-icon-arrow-merge-both: unicode('f23b');\n$ti-icon-arrow-merge-left: unicode('f23c');\n$ti-icon-arrow-merge-right: unicode('f23d');\n$ti-icon-arrow-move-down: unicode('f2ba');\n$ti-icon-arrow-move-left: unicode('f2bb');\n$ti-icon-arrow-move-right: unicode('f2bc');\n$ti-icon-arrow-move-up: unicode('f2bd');\n$ti-icon-arrow-narrow-down: unicode('ea1a');\n$ti-icon-arrow-narrow-down-dashed: unicode('10068');\n$ti-icon-arrow-narrow-left: unicode('ea1b');\n$ti-icon-arrow-narrow-left-dashed: unicode('10067');\n$ti-icon-arrow-narrow-right: unicode('ea1c');\n$ti-icon-arrow-narrow-right-dashed: unicode('10066');\n$ti-icon-arrow-narrow-up: unicode('ea1d');\n$ti-icon-arrow-narrow-up-dashed: unicode('10065');\n$ti-icon-arrow-ramp-left: unicode('ed3c');\n$ti-icon-arrow-ramp-left-2: unicode('f04f');\n$ti-icon-arrow-ramp-left-3: unicode('f050');\n$ti-icon-arrow-ramp-right: unicode('ed3d');\n$ti-icon-arrow-ramp-right-2: unicode('f051');\n$ti-icon-arrow-ramp-right-3: unicode('f052');\n$ti-icon-arrow-right: unicode('ea1f');\n$ti-icon-arrow-right-bar: unicode('eda1');\n$ti-icon-arrow-right-circle: unicode('ea1e');\n$ti-icon-arrow-right-dashed: unicode('10064');\n$ti-icon-arrow-right-from-arc: unicode('fd8a');\n$ti-icon-arrow-right-rhombus: unicode('f61f');\n$ti-icon-arrow-right-square: unicode('eda2');\n$ti-icon-arrow-right-tail: unicode('eda3');\n$ti-icon-arrow-right-to-arc: unicode('fd8b');\n$ti-icon-arrow-rotary-first-left: unicode('f053');\n$ti-icon-arrow-rotary-first-right: unicode('f054');\n$ti-icon-arrow-rotary-last-left: unicode('f055');\n$ti-icon-arrow-rotary-last-right: unicode('f056');\n$ti-icon-arrow-rotary-left: unicode('f057');\n$ti-icon-arrow-rotary-right: unicode('f058');\n$ti-icon-arrow-rotary-straight: unicode('f059');\n$ti-icon-arrow-roundabout-left: unicode('f22b');\n$ti-icon-arrow-roundabout-right: unicode('f22c');\n$ti-icon-arrow-sharp-turn-left: unicode('f05a');\n$ti-icon-arrow-sharp-turn-right: unicode('f05b');\n$ti-icon-arrow-up: unicode('ea25');\n$ti-icon-arrow-up-bar: unicode('eda4');\n$ti-icon-arrow-up-circle: unicode('ea20');\n$ti-icon-arrow-up-dashed: unicode('10063');\n$ti-icon-arrow-up-from-arc: unicode('fd8c');\n$ti-icon-arrow-up-left: unicode('ea22');\n$ti-icon-arrow-up-left-circle: unicode('ea21');\n$ti-icon-arrow-up-rhombus: unicode('f620');\n$ti-icon-arrow-up-right: unicode('ea24');\n$ti-icon-arrow-up-right-circle: unicode('ea23');\n$ti-icon-arrow-up-square: unicode('eda6');\n$ti-icon-arrow-up-tail: unicode('eda7');\n$ti-icon-arrow-up-to-arc: unicode('fd8d');\n$ti-icon-arrow-wave-left-down: unicode('eda8');\n$ti-icon-arrow-wave-left-up: unicode('eda9');\n$ti-icon-arrow-wave-right-down: unicode('edaa');\n$ti-icon-arrow-wave-right-up: unicode('edab');\n$ti-icon-arrow-zig-zag: unicode('f4a7');\n$ti-icon-arrows-cross: unicode('effe');\n$ti-icon-arrows-diagonal: unicode('ea27');\n$ti-icon-arrows-diagonal-2: unicode('ea26');\n$ti-icon-arrows-diagonal-minimize: unicode('ef39');\n$ti-icon-arrows-diagonal-minimize-2: unicode('ef38');\n$ti-icon-arrows-diff: unicode('f296');\n$ti-icon-arrows-double-ne-sw: unicode('edde');\n$ti-icon-arrows-double-nw-se: unicode('eddf');\n$ti-icon-arrows-double-se-nw: unicode('ede0');\n$ti-icon-arrows-double-sw-ne: unicode('ede1');\n$ti-icon-arrows-down: unicode('edad');\n$ti-icon-arrows-down-up: unicode('edac');\n$ti-icon-arrows-exchange: unicode('f1f4');\n$ti-icon-arrows-exchange-2: unicode('f1f3');\n$ti-icon-arrows-horizontal: unicode('eb59');\n$ti-icon-arrows-join: unicode('edaf');\n$ti-icon-arrows-join-2: unicode('edae');\n$ti-icon-arrows-left: unicode('edb1');\n$ti-icon-arrows-left-down: unicode('ee00');\n$ti-icon-arrows-left-right: unicode('edb0');\n$ti-icon-arrows-maximize: unicode('ea28');\n$ti-icon-arrows-minimize: unicode('ea29');\n$ti-icon-arrows-move: unicode('f22f');\n$ti-icon-arrows-move-horizontal: unicode('f22d');\n$ti-icon-arrows-move-vertical: unicode('f22e');\n$ti-icon-arrows-random: unicode('f095');\n$ti-icon-arrows-right: unicode('edb3');\n$ti-icon-arrows-right-down: unicode('ee01');\n$ti-icon-arrows-right-left: unicode('edb2');\n$ti-icon-arrows-shuffle: unicode('f000');\n$ti-icon-arrows-shuffle-2: unicode('efff');\n$ti-icon-arrows-sort: unicode('eb5a');\n$ti-icon-arrows-split: unicode('edb5');\n$ti-icon-arrows-split-2: unicode('edb4');\n$ti-icon-arrows-transfer-down: unicode('f2cc');\n$ti-icon-arrows-transfer-up: unicode('f2cd');\n$ti-icon-arrows-transfer-up-down: unicode('ffac');\n$ti-icon-arrows-up: unicode('edb7');\n$ti-icon-arrows-up-down: unicode('edb6');\n$ti-icon-arrows-up-left: unicode('ee02');\n$ti-icon-arrows-up-right: unicode('ee03');\n$ti-icon-arrows-vertical: unicode('eb5b');\n$ti-icon-artboard: unicode('ea2a');\n$ti-icon-artboard-off: unicode('f0ae');\n$ti-icon-article: unicode('f1e2');\n$ti-icon-article-off: unicode('f3bf');\n$ti-icon-aspect-ratio: unicode('ed30');\n$ti-icon-aspect-ratio-off: unicode('f0af');\n$ti-icon-assembly: unicode('f24d');\n$ti-icon-assembly-off: unicode('f3c0');\n$ti-icon-asset: unicode('f1ce');\n$ti-icon-asterisk: unicode('efd5');\n$ti-icon-asterisk-simple: unicode('efd4');\n$ti-icon-at: unicode('ea2b');\n$ti-icon-at-off: unicode('f0b0');\n$ti-icon-atom: unicode('eb79');\n$ti-icon-atom-2: unicode('ebdf');\n$ti-icon-atom-off: unicode('f0f9');\n$ti-icon-augmented-reality: unicode('f023');\n$ti-icon-augmented-reality-2: unicode('f37e');\n$ti-icon-augmented-reality-off: unicode('f3c1');\n$ti-icon-auth-2fa: unicode('eca0');\n$ti-icon-automatic-gearbox: unicode('fc89');\n$ti-icon-automation: unicode('fef8');\n$ti-icon-avocado: unicode('fd8e');\n$ti-icon-award: unicode('ea2c');\n$ti-icon-award-off: unicode('f0fa');\n$ti-icon-axe: unicode('ef9f');\n$ti-icon-axis-x: unicode('ef45');\n$ti-icon-axis-y: unicode('ef46');\n$ti-icon-baby-bottle: unicode('f5d2');\n$ti-icon-baby-carriage: unicode('f05d');\n$ti-icon-background: unicode('fd2c');\n$ti-icon-backhoe: unicode('ed86');\n$ti-icon-backpack: unicode('ef47');\n$ti-icon-backpack-off: unicode('f3c2');\n$ti-icon-backslash: unicode('fab9');\n$ti-icon-backspace: unicode('ea2d');\n$ti-icon-badge: unicode('efc2');\n$ti-icon-badge-3d: unicode('f555');\n$ti-icon-badge-4k: unicode('f556');\n$ti-icon-badge-8k: unicode('f557');\n$ti-icon-badge-ad: unicode('f558');\n$ti-icon-badge-ad-off: unicode('fd8f');\n$ti-icon-badge-ar: unicode('f559');\n$ti-icon-badge-cc: unicode('f55a');\n$ti-icon-badge-hd: unicode('f55b');\n$ti-icon-badge-off: unicode('f0fb');\n$ti-icon-badge-sd: unicode('f55c');\n$ti-icon-badge-tm: unicode('f55d');\n$ti-icon-badge-vo: unicode('f55e');\n$ti-icon-badge-vr: unicode('f55f');\n$ti-icon-badge-wc: unicode('f560');\n$ti-icon-badges: unicode('efc3');\n$ti-icon-badges-off: unicode('f0fc');\n$ti-icon-baguette: unicode('f3a5');\n$ti-icon-ball-american-football: unicode('ee04');\n$ti-icon-ball-american-football-off: unicode('f3c3');\n$ti-icon-ball-baseball: unicode('efa0');\n$ti-icon-ball-basketball: unicode('ec28');\n$ti-icon-ball-bowling: unicode('ec29');\n$ti-icon-ball-football: unicode('ee06');\n$ti-icon-ball-football-off: unicode('ee05');\n$ti-icon-ball-tennis: unicode('ec2a');\n$ti-icon-ball-volleyball: unicode('ec2b');\n$ti-icon-balloon: unicode('ef3a');\n$ti-icon-balloon-off: unicode('f0fd');\n$ti-icon-ballpen: unicode('f06e');\n$ti-icon-ballpen-off: unicode('f0b1');\n$ti-icon-ban: unicode('ea2e');\n$ti-icon-bandage: unicode('eb7a');\n$ti-icon-bandage-off: unicode('f3c4');\n$ti-icon-barbell: unicode('eff0');\n$ti-icon-barbell-off: unicode('f0b2');\n$ti-icon-barcode: unicode('ebc6');\n$ti-icon-barcode-off: unicode('f0b3');\n$ti-icon-barrel: unicode('f0b4');\n$ti-icon-barrel-off: unicode('f0fe');\n$ti-icon-barrier-block: unicode('f00e');\n$ti-icon-barrier-block-off: unicode('f0b5');\n$ti-icon-baseline: unicode('f024');\n$ti-icon-baseline-density-large: unicode('f9f0');\n$ti-icon-baseline-density-medium: unicode('f9f1');\n$ti-icon-baseline-density-small: unicode('f9f2');\n$ti-icon-basket: unicode('ebe1');\n$ti-icon-basket-bolt: unicode('fb43');\n$ti-icon-basket-cancel: unicode('fb44');\n$ti-icon-basket-check: unicode('fb45');\n$ti-icon-basket-code: unicode('fb46');\n$ti-icon-basket-cog: unicode('fb47');\n$ti-icon-basket-discount: unicode('fb48');\n$ti-icon-basket-dollar: unicode('fb49');\n$ti-icon-basket-down: unicode('fb4a');\n$ti-icon-basket-exclamation: unicode('fb4b');\n$ti-icon-basket-heart: unicode('fb4c');\n$ti-icon-basket-minus: unicode('fb4d');\n$ti-icon-basket-off: unicode('f0b6');\n$ti-icon-basket-pause: unicode('fb4e');\n$ti-icon-basket-pin: unicode('fb4f');\n$ti-icon-basket-plus: unicode('fb50');\n$ti-icon-basket-question: unicode('fb51');\n$ti-icon-basket-search: unicode('fb52');\n$ti-icon-basket-share: unicode('fb53');\n$ti-icon-basket-star: unicode('fb54');\n$ti-icon-basket-up: unicode('fb55');\n$ti-icon-basket-x: unicode('fb56');\n$ti-icon-bat: unicode('f284');\n$ti-icon-bath: unicode('ef48');\n$ti-icon-bath-off: unicode('f0ff');\n$ti-icon-battery: unicode('ea34');\n$ti-icon-battery-1: unicode('ea2f');\n$ti-icon-battery-2: unicode('ea30');\n$ti-icon-battery-3: unicode('ea31');\n$ti-icon-battery-4: unicode('ea32');\n$ti-icon-battery-automotive: unicode('ee07');\n$ti-icon-battery-charging: unicode('ea33');\n$ti-icon-battery-charging-2: unicode('ef3b');\n$ti-icon-battery-eco: unicode('ef3c');\n$ti-icon-battery-exclamation: unicode('ff1d');\n$ti-icon-battery-off: unicode('ed1c');\n$ti-icon-battery-spark: unicode('ffbd');\n$ti-icon-battery-vertical: unicode('ff13');\n$ti-icon-battery-vertical-1: unicode('ff1c');\n$ti-icon-battery-vertical-2: unicode('ff1b');\n$ti-icon-battery-vertical-3: unicode('ff1a');\n$ti-icon-battery-vertical-4: unicode('ff19');\n$ti-icon-battery-vertical-charging: unicode('ff17');\n$ti-icon-battery-vertical-charging-2: unicode('ff18');\n$ti-icon-battery-vertical-eco: unicode('ff16');\n$ti-icon-battery-vertical-exclamation: unicode('ff15');\n$ti-icon-battery-vertical-off: unicode('ff14');\n$ti-icon-beach: unicode('ef3d');\n$ti-icon-beach-off: unicode('f0b7');\n$ti-icon-bed: unicode('eb5c');\n$ti-icon-bed-flat: unicode('fca1');\n$ti-icon-bed-off: unicode('f100');\n$ti-icon-beer: unicode('efa1');\n$ti-icon-beer-off: unicode('f101');\n$ti-icon-bell: unicode('ea35');\n$ti-icon-bell-bolt: unicode('f812');\n$ti-icon-bell-cancel: unicode('f813');\n$ti-icon-bell-check: unicode('f814');\n$ti-icon-bell-code: unicode('f815');\n$ti-icon-bell-cog: unicode('f816');\n$ti-icon-bell-dollar: unicode('f817');\n$ti-icon-bell-down: unicode('f818');\n$ti-icon-bell-exclamation: unicode('f819');\n$ti-icon-bell-heart: unicode('f81a');\n$ti-icon-bell-minus: unicode('ede2');\n$ti-icon-bell-off: unicode('ece9');\n$ti-icon-bell-pause: unicode('f81b');\n$ti-icon-bell-pin: unicode('f81c');\n$ti-icon-bell-plus: unicode('ede3');\n$ti-icon-bell-question: unicode('f81d');\n$ti-icon-bell-ringing: unicode('ed07');\n$ti-icon-bell-ringing-2: unicode('ede4');\n$ti-icon-bell-school: unicode('f05e');\n$ti-icon-bell-search: unicode('f81e');\n$ti-icon-bell-share: unicode('f81f');\n$ti-icon-bell-star: unicode('f820');\n$ti-icon-bell-up: unicode('f821');\n$ti-icon-bell-x: unicode('ede5');\n$ti-icon-bell-z: unicode('eff1');\n$ti-icon-beta: unicode('f544');\n$ti-icon-bible: unicode('efc4');\n$ti-icon-bike: unicode('ea36');\n$ti-icon-bike-off: unicode('f0b8');\n$ti-icon-binary: unicode('ee08');\n$ti-icon-binary-off: unicode('f3c5');\n$ti-icon-binary-tree: unicode('f5d4');\n$ti-icon-binary-tree-2: unicode('f5d3');\n$ti-icon-binoculars: unicode('fefe');\n$ti-icon-biohazard: unicode('ecb8');\n$ti-icon-biohazard-off: unicode('f0b9');\n$ti-icon-blade: unicode('f4bd');\n$ti-icon-bleach: unicode('f2f3');\n$ti-icon-bleach-chlorine: unicode('f2f0');\n$ti-icon-bleach-no-chlorine: unicode('f2f1');\n$ti-icon-bleach-off: unicode('f2f2');\n$ti-icon-blend-mode: unicode('feb0');\n$ti-icon-blender: unicode('fca2');\n$ti-icon-blob: unicode('feaf');\n$ti-icon-blockquote: unicode('ee09');\n$ti-icon-bluetooth: unicode('ea37');\n$ti-icon-bluetooth-connected: unicode('ecea');\n$ti-icon-bluetooth-off: unicode('eceb');\n$ti-icon-bluetooth-x: unicode('f081');\n$ti-icon-blur: unicode('ef8c');\n$ti-icon-blur-off: unicode('f3c6');\n$ti-icon-bmp: unicode('f3a6');\n$ti-icon-body-scan: unicode('fca3');\n$ti-icon-bold: unicode('eb7b');\n$ti-icon-bold-off: unicode('f0ba');\n$ti-icon-bolt: unicode('ea38');\n$ti-icon-bolt-off: unicode('ecec');\n$ti-icon-bomb: unicode('f59c');\n$ti-icon-bone: unicode('edb8');\n$ti-icon-bone-off: unicode('f0bb');\n$ti-icon-bong: unicode('f3a7');\n$ti-icon-bong-off: unicode('f3c7');\n$ti-icon-book: unicode('ea39');\n$ti-icon-book-2: unicode('efc5');\n$ti-icon-book-download: unicode('f070');\n$ti-icon-book-off: unicode('f0bc');\n$ti-icon-book-upload: unicode('f071');\n$ti-icon-bookmark: unicode('ea3a');\n$ti-icon-bookmark-ai: unicode('fc8a');\n$ti-icon-bookmark-edit: unicode('fa5e');\n$ti-icon-bookmark-minus: unicode('fa5f');\n$ti-icon-bookmark-off: unicode('eced');\n$ti-icon-bookmark-plus: unicode('fa60');\n$ti-icon-bookmark-question: unicode('fa61');\n$ti-icon-bookmarks: unicode('ed08');\n$ti-icon-bookmarks-off: unicode('f0bd');\n$ti-icon-books: unicode('eff2');\n$ti-icon-books-off: unicode('f0be');\n$ti-icon-boom: unicode('fdbe');\n$ti-icon-border-all: unicode('ea3b');\n$ti-icon-border-bottom: unicode('ea3c');\n$ti-icon-border-bottom-plus: unicode('fdbd');\n$ti-icon-border-corner-ios: unicode('fd98');\n$ti-icon-border-corner-pill: unicode('fd62');\n$ti-icon-border-corner-rounded: unicode('fd63');\n$ti-icon-border-corner-square: unicode('fd64');\n$ti-icon-border-corners: unicode('f7a0');\n$ti-icon-border-horizontal: unicode('ea3d');\n$ti-icon-border-inner: unicode('ea3e');\n$ti-icon-border-left: unicode('ea3f');\n$ti-icon-border-left-plus: unicode('fdbc');\n$ti-icon-border-none: unicode('ea40');\n$ti-icon-border-outer: unicode('ea41');\n$ti-icon-border-radius: unicode('eb7c');\n$ti-icon-border-right: unicode('ea42');\n$ti-icon-border-right-plus: unicode('fdbb');\n$ti-icon-border-sides: unicode('f7a1');\n$ti-icon-border-style: unicode('ee0a');\n$ti-icon-border-style-2: unicode('ef22');\n$ti-icon-border-top: unicode('ea43');\n$ti-icon-border-top-plus: unicode('fdba');\n$ti-icon-border-vertical: unicode('ea44');\n$ti-icon-bottle: unicode('ef0b');\n$ti-icon-bottle-off: unicode('f3c8');\n$ti-icon-bounce-left: unicode('f59d');\n$ti-icon-bounce-right: unicode('f59e');\n$ti-icon-bow: unicode('f096');\n$ti-icon-bowl: unicode('f4fa');\n$ti-icon-bowl-chopsticks: unicode('fd90');\n$ti-icon-bowl-spoon: unicode('fd91');\n$ti-icon-box: unicode('ea45');\n$ti-icon-box-align-bottom: unicode('f2a8');\n$ti-icon-box-align-bottom-left: unicode('f2ce');\n$ti-icon-box-align-bottom-right: unicode('f2cf');\n$ti-icon-box-align-left: unicode('f2a9');\n$ti-icon-box-align-right: unicode('f2aa');\n$ti-icon-box-align-top: unicode('f2ab');\n$ti-icon-box-align-top-left: unicode('f2d0');\n$ti-icon-box-align-top-right: unicode('f2d1');\n$ti-icon-box-margin: unicode('ee0b');\n$ti-icon-box-model: unicode('ee0c');\n$ti-icon-box-model-2: unicode('ef23');\n$ti-icon-box-model-2-off: unicode('f3c9');\n$ti-icon-box-model-off: unicode('f3ca');\n$ti-icon-box-multiple: unicode('ee17');\n$ti-icon-box-multiple-0: unicode('ee0d');\n$ti-icon-box-multiple-1: unicode('ee0e');\n$ti-icon-box-multiple-2: unicode('ee0f');\n$ti-icon-box-multiple-3: unicode('ee10');\n$ti-icon-box-multiple-4: unicode('ee11');\n$ti-icon-box-multiple-5: unicode('ee12');\n$ti-icon-box-multiple-6: unicode('ee13');\n$ti-icon-box-multiple-7: unicode('ee14');\n$ti-icon-box-multiple-8: unicode('ee15');\n$ti-icon-box-multiple-9: unicode('ee16');\n$ti-icon-box-off: unicode('f102');\n$ti-icon-box-padding: unicode('ee18');\n$ti-icon-braces: unicode('ebcc');\n$ti-icon-braces-off: unicode('f0bf');\n$ti-icon-brackets: unicode('ebcd');\n$ti-icon-brackets-angle: unicode('fcb2');\n$ti-icon-brackets-angle-off: unicode('fcb1');\n$ti-icon-brackets-contain: unicode('f1e5');\n$ti-icon-brackets-contain-end: unicode('f1e3');\n$ti-icon-brackets-contain-start: unicode('f1e4');\n$ti-icon-brackets-off: unicode('f0c0');\n$ti-icon-braille: unicode('f545');\n$ti-icon-brain: unicode('f59f');\n$ti-icon-brand-4chan: unicode('f494');\n$ti-icon-brand-abstract: unicode('f495');\n$ti-icon-brand-adobe: unicode('f0dc');\n$ti-icon-brand-adobe-after-effect: unicode('ff2a');\n$ti-icon-brand-adobe-illustrator: unicode('ff29');\n$ti-icon-brand-adobe-indesign: unicode('ff28');\n$ti-icon-brand-adobe-photoshop: unicode('ff27');\n$ti-icon-brand-adobe-premier: unicode('ff26');\n$ti-icon-brand-adobe-xd: unicode('ff25');\n$ti-icon-brand-adonis-js: unicode('f496');\n$ti-icon-brand-airbnb: unicode('ed68');\n$ti-icon-brand-airtable: unicode('ef6a');\n$ti-icon-brand-algolia: unicode('f390');\n$ti-icon-brand-alipay: unicode('f7a2');\n$ti-icon-brand-alpine-js: unicode('f324');\n$ti-icon-brand-amazon: unicode('f230');\n$ti-icon-brand-amd: unicode('f653');\n$ti-icon-brand-amie: unicode('ffab');\n$ti-icon-brand-amigo: unicode('f5f9');\n$ti-icon-brand-among-us: unicode('f205');\n$ti-icon-brand-android: unicode('ec16');\n$ti-icon-brand-angular: unicode('ef6b');\n$ti-icon-brand-ansible: unicode('fa70');\n$ti-icon-brand-ao3: unicode('f5e8');\n$ti-icon-brand-appgallery: unicode('f231');\n$ti-icon-brand-apple: unicode('ec17');\n$ti-icon-brand-apple-arcade: unicode('ed69');\n$ti-icon-brand-apple-news: unicode('ff24');\n$ti-icon-brand-apple-podcast: unicode('f1e6');\n$ti-icon-brand-appstore: unicode('ed24');\n$ti-icon-brand-arc: unicode('feae');\n$ti-icon-brand-asana: unicode('edc5');\n$ti-icon-brand-astro: unicode('fdb9');\n$ti-icon-brand-auth0: unicode('fcb3');\n$ti-icon-brand-aws: unicode('fa4c');\n$ti-icon-brand-azure: unicode('fa4d');\n$ti-icon-brand-backbone: unicode('f325');\n$ti-icon-brand-badoo: unicode('f206');\n$ti-icon-brand-baidu: unicode('f5e9');\n$ti-icon-brand-bandcamp: unicode('f207');\n$ti-icon-brand-bandlab: unicode('f5fa');\n$ti-icon-brand-beats: unicode('f208');\n$ti-icon-brand-bebo: unicode('ffaa');\n$ti-icon-brand-behance: unicode('ec6e');\n$ti-icon-brand-bilibili: unicode('f6d2');\n$ti-icon-brand-binance: unicode('f5a0');\n$ti-icon-brand-bing: unicode('edc6');\n$ti-icon-brand-bitbucket: unicode('edc7');\n$ti-icon-brand-blackberry: unicode('f568');\n$ti-icon-brand-blender: unicode('f326');\n$ti-icon-brand-blogger: unicode('f35a');\n$ti-icon-brand-bluesky: unicode('fd75');\n$ti-icon-brand-booking: unicode('edc8');\n$ti-icon-brand-bootstrap: unicode('ef3e');\n$ti-icon-brand-bulma: unicode('f327');\n$ti-icon-brand-bumble: unicode('f5fb');\n$ti-icon-brand-bunpo: unicode('f4cf');\n$ti-icon-brand-c-sharp: unicode('f003');\n$ti-icon-brand-cake: unicode('f7a3');\n$ti-icon-brand-cakephp: unicode('f7af');\n$ti-icon-brand-campaignmonitor: unicode('f328');\n$ti-icon-brand-carbon: unicode('f348');\n$ti-icon-brand-cashapp: unicode('f391');\n$ti-icon-brand-chrome: unicode('ec18');\n$ti-icon-brand-cinema-4d: unicode('fa71');\n$ti-icon-brand-citymapper: unicode('f5fc');\n$ti-icon-brand-cloudflare: unicode('fa4e');\n$ti-icon-brand-codecov: unicode('f329');\n$ti-icon-brand-codepen: unicode('ec6f');\n$ti-icon-brand-codesandbox: unicode('ed6a');\n$ti-icon-brand-cohost: unicode('f5d5');\n$ti-icon-brand-coinbase: unicode('f209');\n$ti-icon-brand-comedy-central: unicode('f217');\n$ti-icon-brand-coreos: unicode('f5fd');\n$ti-icon-brand-couchdb: unicode('f60f');\n$ti-icon-brand-couchsurfing: unicode('f392');\n$ti-icon-brand-cpp: unicode('f5fe');\n$ti-icon-brand-craft: unicode('fa72');\n$ti-icon-brand-crunchbase: unicode('f7e3');\n$ti-icon-brand-css3: unicode('ed6b');\n$ti-icon-brand-ctemplar: unicode('f4d0');\n$ti-icon-brand-cucumber: unicode('ef6c');\n$ti-icon-brand-cupra: unicode('f4d1');\n$ti-icon-brand-cypress: unicode('f333');\n$ti-icon-brand-d3: unicode('f24e');\n$ti-icon-brand-databricks: unicode('fc41');\n$ti-icon-brand-days-counter: unicode('f4d2');\n$ti-icon-brand-dcos: unicode('f32a');\n$ti-icon-brand-debian: unicode('ef57');\n$ti-icon-brand-deezer: unicode('f78b');\n$ti-icon-brand-deliveroo: unicode('f4d3');\n$ti-icon-brand-deno: unicode('f24f');\n$ti-icon-brand-denodo: unicode('f610');\n$ti-icon-brand-deviantart: unicode('ecfb');\n$ti-icon-brand-digg: unicode('fa73');\n$ti-icon-brand-dingtalk: unicode('f5ea');\n$ti-icon-brand-discord: unicode('ece3');\n$ti-icon-brand-disney: unicode('f20a');\n$ti-icon-brand-disqus: unicode('edc9');\n$ti-icon-brand-django: unicode('f349');\n$ti-icon-brand-docker: unicode('edca');\n$ti-icon-brand-doctrine: unicode('ef6d');\n$ti-icon-brand-dolby-digital: unicode('f4d4');\n$ti-icon-brand-douban: unicode('f5ff');\n$ti-icon-brand-dribbble: unicode('ec19');\n$ti-icon-brand-drops: unicode('f4d5');\n$ti-icon-brand-drupal: unicode('f393');\n$ti-icon-brand-edge: unicode('ecfc');\n$ti-icon-brand-elastic: unicode('f611');\n$ti-icon-brand-electronic-arts: unicode('fa74');\n$ti-icon-brand-ember: unicode('f497');\n$ti-icon-brand-envato: unicode('f394');\n$ti-icon-brand-etsy: unicode('f654');\n$ti-icon-brand-evernote: unicode('f600');\n$ti-icon-brand-facebook: unicode('ec1a');\n$ti-icon-brand-feedly: unicode('fa75');\n$ti-icon-brand-figma: unicode('ec93');\n$ti-icon-brand-filezilla: unicode('fa76');\n$ti-icon-brand-finder: unicode('f218');\n$ti-icon-brand-firebase: unicode('ef6e');\n$ti-icon-brand-firefox: unicode('ecfd');\n$ti-icon-brand-fiverr: unicode('f7a4');\n$ti-icon-brand-flickr: unicode('ecfe');\n$ti-icon-brand-flightradar24: unicode('f4d6');\n$ti-icon-brand-flipboard: unicode('f20b');\n$ti-icon-brand-flutter: unicode('f395');\n$ti-icon-brand-fortnite: unicode('f260');\n$ti-icon-brand-foursquare: unicode('ecff');\n$ti-icon-brand-framer: unicode('ec1b');\n$ti-icon-brand-framer-motion: unicode('f78c');\n$ti-icon-brand-funimation: unicode('f655');\n$ti-icon-brand-gatsby: unicode('f396');\n$ti-icon-brand-git: unicode('ef6f');\n$ti-icon-brand-github: unicode('ec1c');\n$ti-icon-brand-github-copilot: unicode('f4a8');\n$ti-icon-brand-gitlab: unicode('ec1d');\n$ti-icon-brand-gmail: unicode('efa2');\n$ti-icon-brand-golang: unicode('f78d');\n$ti-icon-brand-google: unicode('ec1f');\n$ti-icon-brand-google-analytics: unicode('edcb');\n$ti-icon-brand-google-big-query: unicode('f612');\n$ti-icon-brand-google-drive: unicode('ec1e');\n$ti-icon-brand-google-fit: unicode('f297');\n$ti-icon-brand-google-home: unicode('f601');\n$ti-icon-brand-google-maps: unicode('fa4f');\n$ti-icon-brand-google-one: unicode('f232');\n$ti-icon-brand-google-photos: unicode('f20c');\n$ti-icon-brand-google-play: unicode('ed25');\n$ti-icon-brand-google-podcasts: unicode('f656');\n$ti-icon-brand-grammarly: unicode('f32b');\n$ti-icon-brand-graphql: unicode('f32c');\n$ti-icon-brand-gravatar: unicode('edcc');\n$ti-icon-brand-grindr: unicode('f20d');\n$ti-icon-brand-guardian: unicode('f4fb');\n$ti-icon-brand-gumroad: unicode('f5d6');\n$ti-icon-brand-hackerrank: unicode('ff23');\n$ti-icon-brand-hbo: unicode('f657');\n$ti-icon-brand-headlessui: unicode('f32d');\n$ti-icon-brand-hexo: unicode('fa50');\n$ti-icon-brand-hipchat: unicode('edcd');\n$ti-icon-brand-html5: unicode('ed6c');\n$ti-icon-brand-inertia: unicode('f34a');\n$ti-icon-brand-instagram: unicode('ec20');\n$ti-icon-brand-intercom: unicode('f1cf');\n$ti-icon-brand-itch: unicode('fa22');\n$ti-icon-brand-javascript: unicode('ef0c');\n$ti-icon-brand-juejin: unicode('f7b0');\n$ti-icon-brand-kako-talk: unicode('fd2d');\n$ti-icon-brand-kbin: unicode('fad0');\n$ti-icon-brand-kick: unicode('fa23');\n$ti-icon-brand-kickstarter: unicode('edce');\n$ti-icon-brand-kotlin: unicode('ed6d');\n$ti-icon-brand-laravel: unicode('f34b');\n$ti-icon-brand-lastfm: unicode('f001');\n$ti-icon-brand-leetcode: unicode('fa51');\n$ti-icon-brand-letterboxd: unicode('fa24');\n$ti-icon-brand-line: unicode('f7e8');\n$ti-icon-brand-linkedin: unicode('ec8c');\n$ti-icon-brand-linktree: unicode('f1e7');\n$ti-icon-brand-linqpad: unicode('f562');\n$ti-icon-brand-livewire: unicode('fd76');\n$ti-icon-brand-loom: unicode('ef70');\n$ti-icon-brand-mailgun: unicode('f32e');\n$ti-icon-brand-mantine: unicode('f32f');\n$ti-icon-brand-mastercard: unicode('ef49');\n$ti-icon-brand-mastodon: unicode('f250');\n$ti-icon-brand-matrix: unicode('f5eb');\n$ti-icon-brand-mcdonalds: unicode('f251');\n$ti-icon-brand-medium: unicode('ec70');\n$ti-icon-brand-meetup: unicode('fc6a');\n$ti-icon-brand-mercedes: unicode('f072');\n$ti-icon-brand-messenger: unicode('ec71');\n$ti-icon-brand-meta: unicode('efb0');\n$ti-icon-brand-metabrainz: unicode('ff12');\n$ti-icon-brand-minecraft: unicode('faef');\n$ti-icon-brand-miniprogram: unicode('f602');\n$ti-icon-brand-mixpanel: unicode('f397');\n$ti-icon-brand-monday: unicode('f219');\n$ti-icon-brand-mongodb: unicode('f613');\n$ti-icon-brand-my-oppo: unicode('f4d7');\n$ti-icon-brand-mysql: unicode('f614');\n$ti-icon-brand-national-geographic: unicode('f603');\n$ti-icon-brand-nem: unicode('f5a1');\n$ti-icon-brand-netbeans: unicode('ef71');\n$ti-icon-brand-netease-music: unicode('f604');\n$ti-icon-brand-netflix: unicode('edcf');\n$ti-icon-brand-nexo: unicode('f5a2');\n$ti-icon-brand-nextcloud: unicode('f4d8');\n$ti-icon-brand-nextjs: unicode('f0dd');\n$ti-icon-brand-nodejs: unicode('fae0');\n$ti-icon-brand-nord-vpn: unicode('f37f');\n$ti-icon-brand-notion: unicode('ef7b');\n$ti-icon-brand-npm: unicode('f569');\n$ti-icon-brand-nuxt: unicode('f0de');\n$ti-icon-brand-nytimes: unicode('ef8d');\n$ti-icon-brand-oauth: unicode('fa52');\n$ti-icon-brand-office: unicode('f398');\n$ti-icon-brand-ok-ru: unicode('f399');\n$ti-icon-brand-onedrive: unicode('f5d7');\n$ti-icon-brand-onlyfans: unicode('f605');\n$ti-icon-brand-open-source: unicode('edd0');\n$ti-icon-brand-openai: unicode('f78e');\n$ti-icon-brand-openvpn: unicode('f39a');\n$ti-icon-brand-opera: unicode('ec21');\n$ti-icon-brand-pagekit: unicode('edd1');\n$ti-icon-brand-parsinta: unicode('fc42');\n$ti-icon-brand-patreon: unicode('edd2');\n$ti-icon-brand-paypal: unicode('ec22');\n$ti-icon-brand-paypay: unicode('f5ec');\n$ti-icon-brand-peanut: unicode('f39b');\n$ti-icon-brand-pepsi: unicode('f261');\n$ti-icon-brand-php: unicode('ef72');\n$ti-icon-brand-picsart: unicode('f4d9');\n$ti-icon-brand-pinterest: unicode('ec8d');\n$ti-icon-brand-planetscale: unicode('f78f');\n$ti-icon-brand-pnpm: unicode('fd77');\n$ti-icon-brand-pocket: unicode('ed00');\n$ti-icon-brand-polymer: unicode('f498');\n$ti-icon-brand-powershell: unicode('f5ed');\n$ti-icon-brand-printables: unicode('fd1b');\n$ti-icon-brand-prisma: unicode('f499');\n$ti-icon-brand-producthunt: unicode('edd3');\n$ti-icon-brand-pushbullet: unicode('f330');\n$ti-icon-brand-pushover: unicode('f20e');\n$ti-icon-brand-python: unicode('ed01');\n$ti-icon-brand-qq: unicode('f606');\n$ti-icon-brand-radix-ui: unicode('f790');\n$ti-icon-brand-react: unicode('f34c');\n$ti-icon-brand-react-native: unicode('ef73');\n$ti-icon-brand-reason: unicode('f49a');\n$ti-icon-brand-reddit: unicode('ec8e');\n$ti-icon-brand-redhat: unicode('f331');\n$ti-icon-brand-redux: unicode('f3a8');\n$ti-icon-brand-revolut: unicode('f4da');\n$ti-icon-brand-rumble: unicode('fad1');\n$ti-icon-brand-rust: unicode('fa53');\n$ti-icon-brand-safari: unicode('ec23');\n$ti-icon-brand-samsungpass: unicode('f4db');\n$ti-icon-brand-sass: unicode('edd4');\n$ti-icon-brand-sentry: unicode('edd5');\n$ti-icon-brand-sharik: unicode('f4dc');\n$ti-icon-brand-shazam: unicode('edd6');\n$ti-icon-brand-shopee: unicode('f252');\n$ti-icon-brand-sketch: unicode('ec24');\n$ti-icon-brand-skype: unicode('ed02');\n$ti-icon-brand-slack: unicode('ec72');\n$ti-icon-brand-snapchat: unicode('ec25');\n$ti-icon-brand-snapseed: unicode('f253');\n$ti-icon-brand-snowflake: unicode('f615');\n$ti-icon-brand-socket-io: unicode('f49b');\n$ti-icon-brand-solidjs: unicode('f5ee');\n$ti-icon-brand-soundcloud: unicode('ed6e');\n$ti-icon-brand-spacehey: unicode('f4fc');\n$ti-icon-brand-speedtest: unicode('fa77');\n$ti-icon-brand-spotify: unicode('ed03');\n$ti-icon-brand-stackoverflow: unicode('ef58');\n$ti-icon-brand-stackshare: unicode('f607');\n$ti-icon-brand-steam: unicode('ed6f');\n$ti-icon-brand-stocktwits: unicode('fd78');\n$ti-icon-brand-storj: unicode('fa54');\n$ti-icon-brand-storybook: unicode('f332');\n$ti-icon-brand-storytel: unicode('f608');\n$ti-icon-brand-strava: unicode('f254');\n$ti-icon-brand-stripe: unicode('edd7');\n$ti-icon-brand-sublime-text: unicode('ef74');\n$ti-icon-brand-sugarizer: unicode('f7a5');\n$ti-icon-brand-supabase: unicode('f6d3');\n$ti-icon-brand-superhuman: unicode('f50c');\n$ti-icon-brand-supernova: unicode('f49c');\n$ti-icon-brand-surfshark: unicode('f255');\n$ti-icon-brand-svelte: unicode('f0df');\n$ti-icon-brand-swift: unicode('fa55');\n$ti-icon-brand-symfony: unicode('f616');\n$ti-icon-brand-tabler: unicode('ec8f');\n$ti-icon-brand-tailwind: unicode('eca1');\n$ti-icon-brand-taobao: unicode('f5ef');\n$ti-icon-brand-teams: unicode('fadf');\n$ti-icon-brand-ted: unicode('f658');\n$ti-icon-brand-telegram: unicode('ec26');\n$ti-icon-brand-terraform: unicode('fa56');\n$ti-icon-brand-tether: unicode('f5a3');\n$ti-icon-brand-thingiverse: unicode('fd1c');\n$ti-icon-brand-threads: unicode('fb02');\n$ti-icon-brand-threejs: unicode('f5f0');\n$ti-icon-brand-tidal: unicode('ed70');\n$ti-icon-brand-tiktok: unicode('ec73');\n$ti-icon-brand-tinder: unicode('ed71');\n$ti-icon-brand-topbuzz: unicode('f50d');\n$ti-icon-brand-torchain: unicode('f5a4');\n$ti-icon-brand-toyota: unicode('f262');\n$ti-icon-brand-trello: unicode('f39d');\n$ti-icon-brand-tripadvisor: unicode('f002');\n$ti-icon-brand-tumblr: unicode('ed04');\n$ti-icon-brand-twilio: unicode('f617');\n$ti-icon-brand-twitch: unicode('ed05');\n$ti-icon-brand-twitter: unicode('ec27');\n$ti-icon-brand-typescript: unicode('f5f1');\n$ti-icon-brand-uber: unicode('ef75');\n$ti-icon-brand-ubuntu: unicode('ef59');\n$ti-icon-brand-unity: unicode('f49d');\n$ti-icon-brand-unsplash: unicode('edd8');\n$ti-icon-brand-upwork: unicode('f39e');\n$ti-icon-brand-valorant: unicode('f39f');\n$ti-icon-brand-vercel: unicode('ef24');\n$ti-icon-brand-vimeo: unicode('ed06');\n$ti-icon-brand-vinted: unicode('f20f');\n$ti-icon-brand-visa: unicode('f380');\n$ti-icon-brand-visual-studio: unicode('ef76');\n$ti-icon-brand-vite: unicode('f5f2');\n$ti-icon-brand-vivaldi: unicode('f210');\n$ti-icon-brand-vk: unicode('ed72');\n$ti-icon-brand-vlc: unicode('fa78');\n$ti-icon-brand-volkswagen: unicode('f50e');\n$ti-icon-brand-vsco: unicode('f334');\n$ti-icon-brand-vscode: unicode('f3a0');\n$ti-icon-brand-vue: unicode('f0e0');\n$ti-icon-brand-walmart: unicode('f211');\n$ti-icon-brand-waze: unicode('f5d8');\n$ti-icon-brand-webflow: unicode('f2d2');\n$ti-icon-brand-wechat: unicode('f5f3');\n$ti-icon-brand-weibo: unicode('f609');\n$ti-icon-brand-whatsapp: unicode('ec74');\n$ti-icon-brand-wikipedia: unicode('fa79');\n$ti-icon-brand-windows: unicode('ecd8');\n$ti-icon-brand-windy: unicode('f4dd');\n$ti-icon-brand-wish: unicode('f212');\n$ti-icon-brand-wix: unicode('f3a1');\n$ti-icon-brand-wordpress: unicode('f2d3');\n$ti-icon-brand-x: unicode('fc0f');\n$ti-icon-brand-xamarin: unicode('fa7a');\n$ti-icon-brand-xbox: unicode('f298');\n$ti-icon-brand-xdeep: unicode('fc10');\n$ti-icon-brand-xing: unicode('f21a');\n$ti-icon-brand-yahoo: unicode('ed73');\n$ti-icon-brand-yandex: unicode('fae1');\n$ti-icon-brand-yarn: unicode('fd79');\n$ti-icon-brand-yatse: unicode('f213');\n$ti-icon-brand-ycombinator: unicode('edd9');\n$ti-icon-brand-youtube: unicode('ec90');\n$ti-icon-brand-youtube-kids: unicode('f214');\n$ti-icon-brand-zalando: unicode('f49e');\n$ti-icon-brand-zapier: unicode('f49f');\n$ti-icon-brand-zeit: unicode('f335');\n$ti-icon-brand-zhihu: unicode('f60a');\n$ti-icon-brand-zoom: unicode('f215');\n$ti-icon-brand-zulip: unicode('f4de');\n$ti-icon-brand-zwift: unicode('f216');\n$ti-icon-bread: unicode('efa3');\n$ti-icon-bread-off: unicode('f3cb');\n$ti-icon-briefcase: unicode('ea46');\n$ti-icon-briefcase-2: unicode('fb03');\n$ti-icon-briefcase-off: unicode('f3cc');\n$ti-icon-brightness: unicode('eb7f');\n$ti-icon-brightness-2: unicode('ee19');\n$ti-icon-brightness-auto: unicode('fd99');\n$ti-icon-brightness-down: unicode('eb7d');\n$ti-icon-brightness-half: unicode('ee1a');\n$ti-icon-brightness-off: unicode('f3cd');\n$ti-icon-brightness-up: unicode('eb7e');\n$ti-icon-broadcast: unicode('f1e9');\n$ti-icon-broadcast-off: unicode('f1e8');\n$ti-icon-browser: unicode('ebb7');\n$ti-icon-browser-check: unicode('efd6');\n$ti-icon-browser-off: unicode('f0c1');\n$ti-icon-browser-plus: unicode('efd7');\n$ti-icon-browser-x: unicode('efd8');\n$ti-icon-brush: unicode('ebb8');\n$ti-icon-brush-off: unicode('f0c2');\n$ti-icon-bubble: unicode('feba');\n$ti-icon-bubble-minus: unicode('febe');\n$ti-icon-bubble-plus: unicode('febd');\n$ti-icon-bubble-tea: unicode('ff51');\n$ti-icon-bubble-tea-2: unicode('ff52');\n$ti-icon-bubble-text: unicode('febc');\n$ti-icon-bubble-x: unicode('febb');\n$ti-icon-bucket: unicode('ea47');\n$ti-icon-bucket-droplet: unicode('f56a');\n$ti-icon-bucket-off: unicode('f103');\n$ti-icon-bug: unicode('ea48');\n$ti-icon-bug-off: unicode('f0c3');\n$ti-icon-building: unicode('ea4f');\n$ti-icon-building-airport: unicode('ffa9');\n$ti-icon-building-arch: unicode('ea49');\n$ti-icon-building-bank: unicode('ebe2');\n$ti-icon-building-bridge: unicode('ea4b');\n$ti-icon-building-bridge-2: unicode('ea4a');\n$ti-icon-building-broadcast-tower: unicode('f4be');\n$ti-icon-building-burj-al-arab: unicode('ff50');\n$ti-icon-building-carousel: unicode('ed87');\n$ti-icon-building-castle: unicode('ed88');\n$ti-icon-building-church: unicode('ea4c');\n$ti-icon-building-circus: unicode('f4bf');\n$ti-icon-building-cog: unicode('10062');\n$ti-icon-building-community: unicode('ebf6');\n$ti-icon-building-cottage: unicode('ee1b');\n$ti-icon-building-estate: unicode('f5a5');\n$ti-icon-building-factory: unicode('ee1c');\n$ti-icon-building-factory-2: unicode('f082');\n$ti-icon-building-fortress: unicode('ed89');\n$ti-icon-building-hospital: unicode('ea4d');\n$ti-icon-building-lighthouse: unicode('ed8a');\n$ti-icon-building-minus: unicode('10061');\n$ti-icon-building-monument: unicode('ed26');\n$ti-icon-building-mosque: unicode('fa57');\n$ti-icon-building-off: unicode('fefd');\n$ti-icon-building-pavilion: unicode('ebf7');\n$ti-icon-building-plus: unicode('10060');\n$ti-icon-building-skyscraper: unicode('ec39');\n$ti-icon-building-stadium: unicode('f641');\n$ti-icon-building-store: unicode('ea4e');\n$ti-icon-building-tunnel: unicode('f5a6');\n$ti-icon-building-warehouse: unicode('ebe3');\n$ti-icon-building-wind-turbine: unicode('f4c0');\n$ti-icon-buildings: unicode('ff40');\n$ti-icon-bulb: unicode('ea51');\n$ti-icon-bulb-off: unicode('ea50');\n$ti-icon-bulldozer: unicode('ee1d');\n$ti-icon-burger: unicode('fcb4');\n$ti-icon-bus: unicode('ebe4');\n$ti-icon-bus-off: unicode('f3ce');\n$ti-icon-bus-stop: unicode('f2d4');\n$ti-icon-businessplan: unicode('ee1e');\n$ti-icon-butterfly: unicode('efd9');\n$ti-icon-cactus: unicode('f21b');\n$ti-icon-cactus-off: unicode('f3cf');\n$ti-icon-cake: unicode('f00f');\n$ti-icon-cake-off: unicode('f104');\n$ti-icon-calculator: unicode('eb80');\n$ti-icon-calculator-off: unicode('f0c4');\n$ti-icon-calendar: unicode('ea53');\n$ti-icon-calendar-bolt: unicode('f822');\n$ti-icon-calendar-cancel: unicode('f823');\n$ti-icon-calendar-check: unicode('f824');\n$ti-icon-calendar-clock: unicode('fd2e');\n$ti-icon-calendar-code: unicode('f825');\n$ti-icon-calendar-cog: unicode('f826');\n$ti-icon-calendar-dollar: unicode('f827');\n$ti-icon-calendar-dot: unicode('fd3e');\n$ti-icon-calendar-down: unicode('f828');\n$ti-icon-calendar-due: unicode('f621');\n$ti-icon-calendar-event: unicode('ea52');\n$ti-icon-calendar-exclamation: unicode('f829');\n$ti-icon-calendar-heart: unicode('f82a');\n$ti-icon-calendar-minus: unicode('ebb9');\n$ti-icon-calendar-month: unicode('fd2f');\n$ti-icon-calendar-off: unicode('ee1f');\n$ti-icon-calendar-pause: unicode('f82b');\n$ti-icon-calendar-pin: unicode('f82c');\n$ti-icon-calendar-plus: unicode('ebba');\n$ti-icon-calendar-question: unicode('f82d');\n$ti-icon-calendar-repeat: unicode('fad2');\n$ti-icon-calendar-sad: unicode('fd1d');\n$ti-icon-calendar-search: unicode('f82e');\n$ti-icon-calendar-share: unicode('f82f');\n$ti-icon-calendar-smile: unicode('fd1e');\n$ti-icon-calendar-star: unicode('f830');\n$ti-icon-calendar-stats: unicode('ee20');\n$ti-icon-calendar-time: unicode('ee21');\n$ti-icon-calendar-up: unicode('f831');\n$ti-icon-calendar-user: unicode('fd1f');\n$ti-icon-calendar-week: unicode('fd30');\n$ti-icon-calendar-x: unicode('f832');\n$ti-icon-camera: unicode('ea54');\n$ti-icon-camera-ai: unicode('ffa8');\n$ti-icon-camera-bitcoin: unicode('ffa7');\n$ti-icon-camera-bolt: unicode('f833');\n$ti-icon-camera-cancel: unicode('f834');\n$ti-icon-camera-check: unicode('f835');\n$ti-icon-camera-code: unicode('f836');\n$ti-icon-camera-cog: unicode('f837');\n$ti-icon-camera-dollar: unicode('f838');\n$ti-icon-camera-down: unicode('f839');\n$ti-icon-camera-exclamation: unicode('f83a');\n$ti-icon-camera-heart: unicode('f83b');\n$ti-icon-camera-minus: unicode('ec3a');\n$ti-icon-camera-moon: unicode('ffa6');\n$ti-icon-camera-off: unicode('ecee');\n$ti-icon-camera-pause: unicode('f83c');\n$ti-icon-camera-pin: unicode('f83d');\n$ti-icon-camera-plus: unicode('ec3b');\n$ti-icon-camera-question: unicode('f83e');\n$ti-icon-camera-rotate: unicode('ee22');\n$ti-icon-camera-search: unicode('f83f');\n$ti-icon-camera-selfie: unicode('ee23');\n$ti-icon-camera-share: unicode('f840');\n$ti-icon-camera-spark: unicode('ffbc');\n$ti-icon-camera-star: unicode('f841');\n$ti-icon-camera-up: unicode('f842');\n$ti-icon-camera-x: unicode('f843');\n$ti-icon-camper: unicode('fa25');\n$ti-icon-campfire: unicode('f5a7');\n$ti-icon-cancel: unicode('ff11');\n$ti-icon-candle: unicode('efc6');\n$ti-icon-candy: unicode('ef0d');\n$ti-icon-candy-off: unicode('f0c5');\n$ti-icon-cane: unicode('f50f');\n$ti-icon-cannabis: unicode('f4c1');\n$ti-icon-cap-projecting: unicode('ff22');\n$ti-icon-cap-rounded: unicode('ff21');\n$ti-icon-cap-straight: unicode('ff20');\n$ti-icon-capsule: unicode('fae3');\n$ti-icon-capsule-horizontal: unicode('fae2');\n$ti-icon-capture: unicode('ec3c');\n$ti-icon-capture-off: unicode('f0c6');\n$ti-icon-car: unicode('ebbb');\n$ti-icon-car-4wd: unicode('fdb8');\n$ti-icon-car-crane: unicode('ef25');\n$ti-icon-car-crash: unicode('efa4');\n$ti-icon-car-fan: unicode('fdb3');\n$ti-icon-car-fan-1: unicode('fdb7');\n$ti-icon-car-fan-2: unicode('fdb6');\n$ti-icon-car-fan-3: unicode('fdb5');\n$ti-icon-car-fan-auto: unicode('fdb4');\n$ti-icon-car-garage: unicode('fc77');\n$ti-icon-car-off: unicode('f0c7');\n$ti-icon-car-suv: unicode('fc8b');\n$ti-icon-car-turbine: unicode('f4fd');\n$ti-icon-carambola: unicode('feb9');\n$ti-icon-caravan: unicode('ec7c');\n$ti-icon-cardboards: unicode('ed74');\n$ti-icon-cardboards-off: unicode('f0c8');\n$ti-icon-cards: unicode('f510');\n$ti-icon-caret-down: unicode('eb5d');\n$ti-icon-caret-left: unicode('eb5e');\n$ti-icon-caret-left-right: unicode('fc43');\n$ti-icon-caret-right: unicode('eb5f');\n$ti-icon-caret-up: unicode('eb60');\n$ti-icon-caret-up-down: unicode('fc44');\n$ti-icon-carousel-horizontal: unicode('f659');\n$ti-icon-carousel-vertical: unicode('f65a');\n$ti-icon-carrot: unicode('f21c');\n$ti-icon-carrot-off: unicode('f3d0');\n$ti-icon-cash: unicode('ea55');\n$ti-icon-cash-banknote: unicode('ee25');\n$ti-icon-cash-banknote-off: unicode('ee24');\n$ti-icon-cash-off: unicode('f105');\n$ti-icon-cash-register: unicode('fee6');\n$ti-icon-cast: unicode('ea56');\n$ti-icon-cast-off: unicode('f0c9');\n$ti-icon-cat: unicode('f65b');\n$ti-icon-category: unicode('f1f6');\n$ti-icon-category-2: unicode('f1f5');\n$ti-icon-category-minus: unicode('fd20');\n$ti-icon-category-plus: unicode('fd21');\n$ti-icon-ce: unicode('ed75');\n$ti-icon-ce-off: unicode('f0ca');\n$ti-icon-cell: unicode('f05f');\n$ti-icon-cell-signal-1: unicode('f083');\n$ti-icon-cell-signal-2: unicode('f084');\n$ti-icon-cell-signal-3: unicode('f085');\n$ti-icon-cell-signal-4: unicode('f086');\n$ti-icon-cell-signal-5: unicode('f087');\n$ti-icon-cell-signal-off: unicode('f088');\n$ti-icon-certificate: unicode('ed76');\n$ti-icon-certificate-2: unicode('f073');\n$ti-icon-certificate-2-off: unicode('f0cb');\n$ti-icon-certificate-off: unicode('f0cc');\n$ti-icon-chair-director: unicode('f2d5');\n$ti-icon-chalkboard: unicode('f34d');\n$ti-icon-chalkboard-off: unicode('f3d1');\n$ti-icon-charging-pile: unicode('ee26');\n$ti-icon-chart-arcs: unicode('ee28');\n$ti-icon-chart-arcs-3: unicode('ee27');\n$ti-icon-chart-area: unicode('ea58');\n$ti-icon-chart-area-line: unicode('ea57');\n$ti-icon-chart-arrows: unicode('ee2a');\n$ti-icon-chart-arrows-vertical: unicode('ee29');\n$ti-icon-chart-bar: unicode('ea59');\n$ti-icon-chart-bar-off: unicode('f3d2');\n$ti-icon-chart-bar-popular: unicode('fef7');\n$ti-icon-chart-bubble: unicode('ec75');\n$ti-icon-chart-candle: unicode('ea5a');\n$ti-icon-chart-circles: unicode('ee2b');\n$ti-icon-chart-cohort: unicode('fef6');\n$ti-icon-chart-column: unicode('ffa5');\n$ti-icon-chart-covariate: unicode('ffa4');\n$ti-icon-chart-donut: unicode('ea5b');\n$ti-icon-chart-donut-2: unicode('ee2c');\n$ti-icon-chart-donut-3: unicode('ee2d');\n$ti-icon-chart-donut-4: unicode('ee2e');\n$ti-icon-chart-dots: unicode('ee2f');\n$ti-icon-chart-dots-2: unicode('f097');\n$ti-icon-chart-dots-3: unicode('f098');\n$ti-icon-chart-funnel: unicode('fef5');\n$ti-icon-chart-grid-dots: unicode('f4c2');\n$ti-icon-chart-histogram: unicode('f65c');\n$ti-icon-chart-infographic: unicode('ee30');\n$ti-icon-chart-line: unicode('ea5c');\n$ti-icon-chart-pie: unicode('ea5d');\n$ti-icon-chart-pie-2: unicode('ee31');\n$ti-icon-chart-pie-3: unicode('ee32');\n$ti-icon-chart-pie-4: unicode('ee33');\n$ti-icon-chart-pie-off: unicode('f3d3');\n$ti-icon-chart-ppf: unicode('f618');\n$ti-icon-chart-radar: unicode('ed77');\n$ti-icon-chart-sankey: unicode('f619');\n$ti-icon-chart-scatter: unicode('fd93');\n$ti-icon-chart-scatter-3d: unicode('fd92');\n$ti-icon-chart-treemap: unicode('f381');\n$ti-icon-check: unicode('ea5e');\n$ti-icon-checkbox: unicode('eba6');\n$ti-icon-checklist: unicode('f074');\n$ti-icon-checks: unicode('ebaa');\n$ti-icon-checkup-list: unicode('ef5a');\n$ti-icon-cheese: unicode('ef26');\n$ti-icon-chef-hat: unicode('f21d');\n$ti-icon-chef-hat-off: unicode('f3d4');\n$ti-icon-cherry: unicode('f511');\n$ti-icon-chess: unicode('f382');\n$ti-icon-chess-bishop: unicode('f56b');\n$ti-icon-chess-king: unicode('f56c');\n$ti-icon-chess-knight: unicode('f56d');\n$ti-icon-chess-queen: unicode('f56e');\n$ti-icon-chess-rook: unicode('f56f');\n$ti-icon-chevron-compact-down: unicode('faf0');\n$ti-icon-chevron-compact-left: unicode('faf1');\n$ti-icon-chevron-compact-right: unicode('faf2');\n$ti-icon-chevron-compact-up: unicode('faf3');\n$ti-icon-chevron-down: unicode('ea5f');\n$ti-icon-chevron-down-left: unicode('ed09');\n$ti-icon-chevron-down-right: unicode('ed0a');\n$ti-icon-chevron-left: unicode('ea60');\n$ti-icon-chevron-left-pipe: unicode('fae4');\n$ti-icon-chevron-right: unicode('ea61');\n$ti-icon-chevron-right-pipe: unicode('fae5');\n$ti-icon-chevron-up: unicode('ea62');\n$ti-icon-chevron-up-left: unicode('ed0b');\n$ti-icon-chevron-up-right: unicode('ed0c');\n$ti-icon-chevrons-down: unicode('ea63');\n$ti-icon-chevrons-down-left: unicode('ed0d');\n$ti-icon-chevrons-down-right: unicode('ed0e');\n$ti-icon-chevrons-left: unicode('ea64');\n$ti-icon-chevrons-right: unicode('ea65');\n$ti-icon-chevrons-up: unicode('ea66');\n$ti-icon-chevrons-up-left: unicode('ed0f');\n$ti-icon-chevrons-up-right: unicode('ed10');\n$ti-icon-chisel: unicode('f383');\n$ti-icon-christmas-ball: unicode('fd31');\n$ti-icon-christmas-tree: unicode('ed78');\n$ti-icon-christmas-tree-off: unicode('f3d5');\n$ti-icon-circle: unicode('ea6b');\n$ti-icon-circle-arrow-down: unicode('f6f9');\n$ti-icon-circle-arrow-down-left: unicode('f6f6');\n$ti-icon-circle-arrow-down-right: unicode('f6f8');\n$ti-icon-circle-arrow-left: unicode('f6fb');\n$ti-icon-circle-arrow-right: unicode('f6fd');\n$ti-icon-circle-arrow-up: unicode('f703');\n$ti-icon-circle-arrow-up-left: unicode('f700');\n$ti-icon-circle-arrow-up-right: unicode('f702');\n$ti-icon-circle-caret-down: unicode('f4a9');\n$ti-icon-circle-caret-left: unicode('f4aa');\n$ti-icon-circle-caret-right: unicode('f4ab');\n$ti-icon-circle-caret-up: unicode('f4ac');\n$ti-icon-circle-check: unicode('ea67');\n$ti-icon-circle-chevron-down: unicode('f622');\n$ti-icon-circle-chevron-left: unicode('f623');\n$ti-icon-circle-chevron-right: unicode('f624');\n$ti-icon-circle-chevron-up: unicode('f625');\n$ti-icon-circle-chevrons-down: unicode('f642');\n$ti-icon-circle-chevrons-left: unicode('f643');\n$ti-icon-circle-chevrons-right: unicode('f644');\n$ti-icon-circle-chevrons-up: unicode('f645');\n$ti-icon-circle-dashed: unicode('ed27');\n$ti-icon-circle-dashed-check: unicode('feb8');\n$ti-icon-circle-dashed-letter-a: unicode('ff9a');\n$ti-icon-circle-dashed-letter-b: unicode('ff99');\n$ti-icon-circle-dashed-letter-c: unicode('ff98');\n$ti-icon-circle-dashed-letter-d: unicode('ff97');\n$ti-icon-circle-dashed-letter-e: unicode('ff96');\n$ti-icon-circle-dashed-letter-f: unicode('ff95');\n$ti-icon-circle-dashed-letter-g: unicode('ff94');\n$ti-icon-circle-dashed-letter-h: unicode('ff93');\n$ti-icon-circle-dashed-letter-i: unicode('ff92');\n$ti-icon-circle-dashed-letter-j: unicode('ff91');\n$ti-icon-circle-dashed-letter-k: unicode('ff90');\n$ti-icon-circle-dashed-letter-l: unicode('ff8f');\n$ti-icon-circle-dashed-letter-m: unicode('ff8d');\n$ti-icon-circle-dashed-letter-n: unicode('ff8c');\n$ti-icon-circle-dashed-letter-o: unicode('ff8b');\n$ti-icon-circle-dashed-letter-p: unicode('ff8a');\n$ti-icon-circle-dashed-letter-q: unicode('ff89');\n$ti-icon-circle-dashed-letter-r: unicode('ff88');\n$ti-icon-circle-dashed-letter-s: unicode('ff87');\n$ti-icon-circle-dashed-letter-t: unicode('ff86');\n$ti-icon-circle-dashed-letter-u: unicode('ff85');\n$ti-icon-circle-dashed-letter-v: unicode('ff84');\n$ti-icon-circle-dashed-letter-w: unicode('ff83');\n$ti-icon-circle-dashed-letter-x: unicode('ff82');\n$ti-icon-circle-dashed-letter-y: unicode('ff81');\n$ti-icon-circle-dashed-letter-z: unicode('ff80');\n$ti-icon-circle-dashed-minus: unicode('feb7');\n$ti-icon-circle-dashed-number-0: unicode('fc6b');\n$ti-icon-circle-dashed-number-1: unicode('fc6c');\n$ti-icon-circle-dashed-number-2: unicode('fc6d');\n$ti-icon-circle-dashed-number-3: unicode('fc6e');\n$ti-icon-circle-dashed-number-4: unicode('fc6f');\n$ti-icon-circle-dashed-number-5: unicode('fc70');\n$ti-icon-circle-dashed-number-6: unicode('fc71');\n$ti-icon-circle-dashed-number-7: unicode('fc72');\n$ti-icon-circle-dashed-number-8: unicode('fc73');\n$ti-icon-circle-dashed-number-9: unicode('fc74');\n$ti-icon-circle-dashed-percentage: unicode('fd7a');\n$ti-icon-circle-dashed-plus: unicode('feb6');\n$ti-icon-circle-dashed-x: unicode('fc75');\n$ti-icon-circle-dot: unicode('efb1');\n$ti-icon-circle-dotted: unicode('ed28');\n$ti-icon-circle-dotted-letter-a: unicode('ff7f');\n$ti-icon-circle-dotted-letter-b: unicode('ff7e');\n$ti-icon-circle-dotted-letter-c: unicode('ff7d');\n$ti-icon-circle-dotted-letter-d: unicode('ff7c');\n$ti-icon-circle-dotted-letter-e: unicode('ff7b');\n$ti-icon-circle-dotted-letter-f: unicode('ff7a');\n$ti-icon-circle-dotted-letter-g: unicode('ff79');\n$ti-icon-circle-dotted-letter-h: unicode('ff78');\n$ti-icon-circle-dotted-letter-i: unicode('ff77');\n$ti-icon-circle-dotted-letter-j: unicode('ff76');\n$ti-icon-circle-dotted-letter-k: unicode('ff75');\n$ti-icon-circle-dotted-letter-l: unicode('ff74');\n$ti-icon-circle-dotted-letter-m: unicode('ff73');\n$ti-icon-circle-dotted-letter-n: unicode('ff72');\n$ti-icon-circle-dotted-letter-o: unicode('ff71');\n$ti-icon-circle-dotted-letter-p: unicode('ff70');\n$ti-icon-circle-dotted-letter-q: unicode('ff6f');\n$ti-icon-circle-dotted-letter-r: unicode('ff6e');\n$ti-icon-circle-dotted-letter-s: unicode('ff6d');\n$ti-icon-circle-dotted-letter-t: unicode('ff6c');\n$ti-icon-circle-dotted-letter-u: unicode('ff6b');\n$ti-icon-circle-dotted-letter-v: unicode('ff6a');\n$ti-icon-circle-dotted-letter-w: unicode('ff69');\n$ti-icon-circle-dotted-letter-x: unicode('ff68');\n$ti-icon-circle-dotted-letter-y: unicode('ff67');\n$ti-icon-circle-dotted-letter-z: unicode('ff66');\n$ti-icon-circle-half: unicode('ee3f');\n$ti-icon-circle-half-2: unicode('eff3');\n$ti-icon-circle-half-vertical: unicode('ee3e');\n$ti-icon-circle-key: unicode('f633');\n$ti-icon-circle-letter-a: unicode('f441');\n$ti-icon-circle-letter-b: unicode('f442');\n$ti-icon-circle-letter-c: unicode('f443');\n$ti-icon-circle-letter-d: unicode('f444');\n$ti-icon-circle-letter-e: unicode('f445');\n$ti-icon-circle-letter-f: unicode('f446');\n$ti-icon-circle-letter-g: unicode('f447');\n$ti-icon-circle-letter-h: unicode('f448');\n$ti-icon-circle-letter-i: unicode('f449');\n$ti-icon-circle-letter-j: unicode('f44a');\n$ti-icon-circle-letter-k: unicode('f44b');\n$ti-icon-circle-letter-l: unicode('f44c');\n$ti-icon-circle-letter-m: unicode('f44d');\n$ti-icon-circle-letter-n: unicode('f44e');\n$ti-icon-circle-letter-o: unicode('f44f');\n$ti-icon-circle-letter-p: unicode('f450');\n$ti-icon-circle-letter-q: unicode('f451');\n$ti-icon-circle-letter-r: unicode('f452');\n$ti-icon-circle-letter-s: unicode('f453');\n$ti-icon-circle-letter-t: unicode('f454');\n$ti-icon-circle-letter-u: unicode('f455');\n$ti-icon-circle-letter-v: unicode('f4ad');\n$ti-icon-circle-letter-w: unicode('f456');\n$ti-icon-circle-letter-x: unicode('f4ae');\n$ti-icon-circle-letter-y: unicode('f457');\n$ti-icon-circle-letter-z: unicode('f458');\n$ti-icon-circle-minus: unicode('ea68');\n$ti-icon-circle-minus-2: unicode('fc8c');\n$ti-icon-circle-number-0: unicode('ee34');\n$ti-icon-circle-number-1: unicode('ee35');\n$ti-icon-circle-number-2: unicode('ee36');\n$ti-icon-circle-number-3: unicode('ee37');\n$ti-icon-circle-number-4: unicode('ee38');\n$ti-icon-circle-number-5: unicode('ee39');\n$ti-icon-circle-number-6: unicode('ee3a');\n$ti-icon-circle-number-7: unicode('ee3b');\n$ti-icon-circle-number-8: unicode('ee3c');\n$ti-icon-circle-number-9: unicode('ee3d');\n$ti-icon-circle-off: unicode('ee40');\n$ti-icon-circle-percentage: unicode('fd7b');\n$ti-icon-circle-plus: unicode('ea69');\n$ti-icon-circle-plus-2: unicode('fc8d');\n$ti-icon-circle-rectangle: unicode('f010');\n$ti-icon-circle-rectangle-off: unicode('f0cd');\n$ti-icon-circle-square: unicode('ece4');\n$ti-icon-circle-triangle: unicode('f011');\n$ti-icon-circle-x: unicode('ea6a');\n$ti-icon-circles: unicode('ece5');\n$ti-icon-circles-relation: unicode('f4c3');\n$ti-icon-circuit-ammeter: unicode('f271');\n$ti-icon-circuit-battery: unicode('f272');\n$ti-icon-circuit-bulb: unicode('f273');\n$ti-icon-circuit-capacitor: unicode('f275');\n$ti-icon-circuit-capacitor-polarized: unicode('f274');\n$ti-icon-circuit-cell: unicode('f277');\n$ti-icon-circuit-cell-plus: unicode('f276');\n$ti-icon-circuit-changeover: unicode('f278');\n$ti-icon-circuit-diode: unicode('f27a');\n$ti-icon-circuit-diode-zener: unicode('f279');\n$ti-icon-circuit-ground: unicode('f27c');\n$ti-icon-circuit-ground-digital: unicode('f27b');\n$ti-icon-circuit-inductor: unicode('f27d');\n$ti-icon-circuit-motor: unicode('f27e');\n$ti-icon-circuit-pushbutton: unicode('f27f');\n$ti-icon-circuit-resistor: unicode('f280');\n$ti-icon-circuit-switch-closed: unicode('f281');\n$ti-icon-circuit-switch-open: unicode('f282');\n$ti-icon-circuit-voltmeter: unicode('f283');\n$ti-icon-clear-all: unicode('ee41');\n$ti-icon-clear-formatting: unicode('ebe5');\n$ti-icon-click: unicode('ebbc');\n$ti-icon-cliff-jumping: unicode('fefc');\n$ti-icon-clipboard: unicode('ea6f');\n$ti-icon-clipboard-check: unicode('ea6c');\n$ti-icon-clipboard-copy: unicode('f299');\n$ti-icon-clipboard-data: unicode('f563');\n$ti-icon-clipboard-heart: unicode('f34e');\n$ti-icon-clipboard-list: unicode('ea6d');\n$ti-icon-clipboard-off: unicode('f0ce');\n$ti-icon-clipboard-plus: unicode('efb2');\n$ti-icon-clipboard-smile: unicode('fd9a');\n$ti-icon-clipboard-text: unicode('f089');\n$ti-icon-clipboard-typography: unicode('f34f');\n$ti-icon-clipboard-x: unicode('ea6e');\n$ti-icon-clock: unicode('ea70');\n$ti-icon-clock-12: unicode('fc56');\n$ti-icon-clock-2: unicode('f099');\n$ti-icon-clock-24: unicode('fc57');\n$ti-icon-clock-bitcoin: unicode('ff3f');\n$ti-icon-clock-bolt: unicode('f844');\n$ti-icon-clock-cancel: unicode('f546');\n$ti-icon-clock-check: unicode('f7c1');\n$ti-icon-clock-code: unicode('f845');\n$ti-icon-clock-cog: unicode('f7c2');\n$ti-icon-clock-dollar: unicode('f846');\n$ti-icon-clock-down: unicode('f7c3');\n$ti-icon-clock-edit: unicode('f547');\n$ti-icon-clock-exclamation: unicode('f847');\n$ti-icon-clock-heart: unicode('f7c4');\n$ti-icon-clock-hour-1: unicode('f313');\n$ti-icon-clock-hour-10: unicode('f314');\n$ti-icon-clock-hour-11: unicode('f315');\n$ti-icon-clock-hour-12: unicode('f316');\n$ti-icon-clock-hour-2: unicode('f317');\n$ti-icon-clock-hour-3: unicode('f318');\n$ti-icon-clock-hour-4: unicode('f319');\n$ti-icon-clock-hour-5: unicode('f31a');\n$ti-icon-clock-hour-6: unicode('f31b');\n$ti-icon-clock-hour-7: unicode('f31c');\n$ti-icon-clock-hour-8: unicode('f31d');\n$ti-icon-clock-hour-9: unicode('f31e');\n$ti-icon-clock-minus: unicode('f848');\n$ti-icon-clock-off: unicode('f0cf');\n$ti-icon-clock-pause: unicode('f548');\n$ti-icon-clock-pin: unicode('f849');\n$ti-icon-clock-play: unicode('f549');\n$ti-icon-clock-plus: unicode('f7c5');\n$ti-icon-clock-question: unicode('f7c6');\n$ti-icon-clock-record: unicode('f54a');\n$ti-icon-clock-search: unicode('f7c7');\n$ti-icon-clock-share: unicode('f84a');\n$ti-icon-clock-shield: unicode('f7c8');\n$ti-icon-clock-star: unicode('f7c9');\n$ti-icon-clock-stop: unicode('f54b');\n$ti-icon-clock-up: unicode('f7ca');\n$ti-icon-clock-x: unicode('f7cb');\n$ti-icon-clothes-rack: unicode('f285');\n$ti-icon-clothes-rack-off: unicode('f3d6');\n$ti-icon-cloud: unicode('ea76');\n$ti-icon-cloud-bitcoin: unicode('ff3e');\n$ti-icon-cloud-bolt: unicode('f84b');\n$ti-icon-cloud-cancel: unicode('f84c');\n$ti-icon-cloud-check: unicode('f84d');\n$ti-icon-cloud-code: unicode('f84e');\n$ti-icon-cloud-cog: unicode('f84f');\n$ti-icon-cloud-computing: unicode('f1d0');\n$ti-icon-cloud-data-connection: unicode('f1d1');\n$ti-icon-cloud-dollar: unicode('f850');\n$ti-icon-cloud-down: unicode('f851');\n$ti-icon-cloud-download: unicode('ea71');\n$ti-icon-cloud-exclamation: unicode('f852');\n$ti-icon-cloud-fog: unicode('ecd9');\n$ti-icon-cloud-heart: unicode('f853');\n$ti-icon-cloud-lock: unicode('efdb');\n$ti-icon-cloud-lock-open: unicode('efda');\n$ti-icon-cloud-minus: unicode('f854');\n$ti-icon-cloud-network: unicode('fc78');\n$ti-icon-cloud-off: unicode('ed3e');\n$ti-icon-cloud-pause: unicode('f855');\n$ti-icon-cloud-pin: unicode('f856');\n$ti-icon-cloud-plus: unicode('f857');\n$ti-icon-cloud-question: unicode('f858');\n$ti-icon-cloud-rain: unicode('ea72');\n$ti-icon-cloud-search: unicode('f859');\n$ti-icon-cloud-share: unicode('f85a');\n$ti-icon-cloud-snow: unicode('ea73');\n$ti-icon-cloud-star: unicode('f85b');\n$ti-icon-cloud-storm: unicode('ea74');\n$ti-icon-cloud-up: unicode('f85c');\n$ti-icon-cloud-upload: unicode('ea75');\n$ti-icon-cloud-x: unicode('f85d');\n$ti-icon-clover: unicode('f1ea');\n$ti-icon-clover-2: unicode('f21e');\n$ti-icon-clubs: unicode('eff4');\n$ti-icon-code: unicode('ea77');\n$ti-icon-code-asterisk: unicode('f312');\n$ti-icon-code-circle: unicode('f4ff');\n$ti-icon-code-circle-2: unicode('f4fe');\n$ti-icon-code-dots: unicode('f61a');\n$ti-icon-code-minus: unicode('ee42');\n$ti-icon-code-off: unicode('f0d0');\n$ti-icon-code-plus: unicode('ee43');\n$ti-icon-coffee: unicode('ef0e');\n$ti-icon-coffee-off: unicode('f106');\n$ti-icon-coffin: unicode('f579');\n$ti-icon-coin: unicode('eb82');\n$ti-icon-coin-bitcoin: unicode('f2be');\n$ti-icon-coin-euro: unicode('f2bf');\n$ti-icon-coin-monero: unicode('f4a0');\n$ti-icon-coin-off: unicode('f0d1');\n$ti-icon-coin-pound: unicode('f2c0');\n$ti-icon-coin-rupee: unicode('f2c1');\n$ti-icon-coin-taka: unicode('fd0d');\n$ti-icon-coin-yen: unicode('f2c2');\n$ti-icon-coin-yuan: unicode('f2c3');\n$ti-icon-coins: unicode('f65d');\n$ti-icon-color-filter: unicode('f5a8');\n$ti-icon-color-picker: unicode('ebe6');\n$ti-icon-color-picker-off: unicode('f0d2');\n$ti-icon-color-swatch: unicode('eb61');\n$ti-icon-color-swatch-off: unicode('f0d3');\n$ti-icon-column-insert-left: unicode('ee44');\n$ti-icon-column-insert-right: unicode('ee45');\n$ti-icon-column-remove: unicode('faf4');\n$ti-icon-columns: unicode('eb83');\n$ti-icon-columns-1: unicode('f6d4');\n$ti-icon-columns-2: unicode('f6d5');\n$ti-icon-columns-3: unicode('f6d6');\n$ti-icon-columns-off: unicode('f0d4');\n$ti-icon-comet: unicode('ec76');\n$ti-icon-command: unicode('ea78');\n$ti-icon-command-off: unicode('f3d7');\n$ti-icon-compass: unicode('ea79');\n$ti-icon-compass-off: unicode('f0d5');\n$ti-icon-components: unicode('efa5');\n$ti-icon-components-off: unicode('f0d6');\n$ti-icon-cone: unicode('efdd');\n$ti-icon-cone-2: unicode('efdc');\n$ti-icon-cone-off: unicode('f3d8');\n$ti-icon-cone-plus: unicode('fa94');\n$ti-icon-confetti: unicode('ee46');\n$ti-icon-confetti-off: unicode('f3d9');\n$ti-icon-confucius: unicode('f58a');\n$ti-icon-congruent-to: unicode('ffa3');\n$ti-icon-container: unicode('ee47');\n$ti-icon-container-off: unicode('f107');\n$ti-icon-contract: unicode('fefb');\n$ti-icon-contrast: unicode('ec4e');\n$ti-icon-contrast-2: unicode('efc7');\n$ti-icon-contrast-2-off: unicode('f3da');\n$ti-icon-contrast-off: unicode('f3db');\n$ti-icon-cooker: unicode('f57a');\n$ti-icon-cookie: unicode('fdb1');\n$ti-icon-cookie-man: unicode('fdb2');\n$ti-icon-cookie-off: unicode('f0d7');\n$ti-icon-copy: unicode('ea7a');\n$ti-icon-copy-check: unicode('fdb0');\n$ti-icon-copy-minus: unicode('fdaf');\n$ti-icon-copy-off: unicode('f0d8');\n$ti-icon-copy-plus: unicode('fdae');\n$ti-icon-copy-x: unicode('fdad');\n$ti-icon-copyleft: unicode('ec3d');\n$ti-icon-copyleft-off: unicode('f0d9');\n$ti-icon-copyright: unicode('ea7b');\n$ti-icon-copyright-off: unicode('f0da');\n$ti-icon-corner-down-left: unicode('ea7c');\n$ti-icon-corner-down-left-double: unicode('ee48');\n$ti-icon-corner-down-right: unicode('ea7d');\n$ti-icon-corner-down-right-double: unicode('ee49');\n$ti-icon-corner-left-down: unicode('ea7e');\n$ti-icon-corner-left-down-double: unicode('ee4a');\n$ti-icon-corner-left-up: unicode('ea7f');\n$ti-icon-corner-left-up-double: unicode('ee4b');\n$ti-icon-corner-right-down: unicode('ea80');\n$ti-icon-corner-right-down-double: unicode('ee4c');\n$ti-icon-corner-right-up: unicode('ea81');\n$ti-icon-corner-right-up-double: unicode('ee4d');\n$ti-icon-corner-up-left: unicode('ea82');\n$ti-icon-corner-up-left-double: unicode('ee4e');\n$ti-icon-corner-up-right: unicode('ea83');\n$ti-icon-corner-up-right-double: unicode('ee4f');\n$ti-icon-cpu: unicode('ef8e');\n$ti-icon-cpu-2: unicode('f075');\n$ti-icon-cpu-off: unicode('f108');\n$ti-icon-crane: unicode('ef27');\n$ti-icon-crane-off: unicode('f109');\n$ti-icon-creative-commons: unicode('efb3');\n$ti-icon-creative-commons-by: unicode('f21f');\n$ti-icon-creative-commons-nc: unicode('f220');\n$ti-icon-creative-commons-nd: unicode('f221');\n$ti-icon-creative-commons-off: unicode('f10a');\n$ti-icon-creative-commons-sa: unicode('f222');\n$ti-icon-creative-commons-zero: unicode('f223');\n$ti-icon-credit-card: unicode('ea84');\n$ti-icon-credit-card-off: unicode('ed11');\n$ti-icon-credit-card-pay: unicode('fd32');\n$ti-icon-credit-card-refund: unicode('fd33');\n$ti-icon-cricket: unicode('f09a');\n$ti-icon-crop: unicode('ea85');\n$ti-icon-crop-1-1: unicode('fd50');\n$ti-icon-crop-16-9: unicode('fd51');\n$ti-icon-crop-3-2: unicode('fd52');\n$ti-icon-crop-5-4: unicode('fd53');\n$ti-icon-crop-7-5: unicode('fd54');\n$ti-icon-crop-landscape: unicode('fd55');\n$ti-icon-crop-portrait: unicode('fd56');\n$ti-icon-cross: unicode('ef8f');\n$ti-icon-cross-off: unicode('f10b');\n$ti-icon-crosshair: unicode('ec3e');\n$ti-icon-crown: unicode('ed12');\n$ti-icon-crown-off: unicode('ee50');\n$ti-icon-crutches: unicode('ef5b');\n$ti-icon-crutches-off: unicode('f10c');\n$ti-icon-crystal-ball: unicode('f57b');\n$ti-icon-csv: unicode('f791');\n$ti-icon-cube: unicode('fa97');\n$ti-icon-cube-3d-sphere: unicode('ecd7');\n$ti-icon-cube-3d-sphere-off: unicode('f3b5');\n$ti-icon-cube-off: unicode('fa95');\n$ti-icon-cube-plus: unicode('fa96');\n$ti-icon-cube-send: unicode('f61b');\n$ti-icon-cube-spark: unicode('ffbb');\n$ti-icon-cube-unfolded: unicode('f61c');\n$ti-icon-cup: unicode('ef28');\n$ti-icon-cup-off: unicode('f10d');\n$ti-icon-curling: unicode('efc8');\n$ti-icon-curly-loop: unicode('ecda');\n$ti-icon-currency: unicode('efa6');\n$ti-icon-currency-afghani: unicode('f65e');\n$ti-icon-currency-bahraini: unicode('ee51');\n$ti-icon-currency-baht: unicode('f08a');\n$ti-icon-currency-bitcoin: unicode('ebab');\n$ti-icon-currency-cent: unicode('ee53');\n$ti-icon-currency-dinar: unicode('ee54');\n$ti-icon-currency-dirham: unicode('ee55');\n$ti-icon-currency-dogecoin: unicode('ef4b');\n$ti-icon-currency-dollar: unicode('eb84');\n$ti-icon-currency-dollar-australian: unicode('ee56');\n$ti-icon-currency-dollar-brunei: unicode('f36c');\n$ti-icon-currency-dollar-canadian: unicode('ee57');\n$ti-icon-currency-dollar-guyanese: unicode('f36d');\n$ti-icon-currency-dollar-off: unicode('f3dc');\n$ti-icon-currency-dollar-singapore: unicode('ee58');\n$ti-icon-currency-dollar-zimbabwean: unicode('f36e');\n$ti-icon-currency-dong: unicode('f36f');\n$ti-icon-currency-dram: unicode('f370');\n$ti-icon-currency-ethereum: unicode('ee59');\n$ti-icon-currency-euro: unicode('eb85');\n$ti-icon-currency-euro-off: unicode('f3dd');\n$ti-icon-currency-florin: unicode('faf5');\n$ti-icon-currency-forint: unicode('ee5a');\n$ti-icon-currency-frank: unicode('ee5b');\n$ti-icon-currency-guarani: unicode('f371');\n$ti-icon-currency-hryvnia: unicode('f372');\n$ti-icon-currency-iranian-rial: unicode('fa58');\n$ti-icon-currency-kip: unicode('f373');\n$ti-icon-currency-krone-czech: unicode('ee5c');\n$ti-icon-currency-krone-danish: unicode('ee5d');\n$ti-icon-currency-krone-swedish: unicode('ee5e');\n$ti-icon-currency-lari: unicode('f374');\n$ti-icon-currency-leu: unicode('ee5f');\n$ti-icon-currency-lira: unicode('ee60');\n$ti-icon-currency-litecoin: unicode('ee61');\n$ti-icon-currency-lyd: unicode('f375');\n$ti-icon-currency-manat: unicode('f376');\n$ti-icon-currency-monero: unicode('f377');\n$ti-icon-currency-naira: unicode('ee62');\n$ti-icon-currency-nano: unicode('f7a6');\n$ti-icon-currency-off: unicode('f3de');\n$ti-icon-currency-paanga: unicode('f378');\n$ti-icon-currency-peso: unicode('f65f');\n$ti-icon-currency-pound: unicode('ebac');\n$ti-icon-currency-pound-off: unicode('f3df');\n$ti-icon-currency-quetzal: unicode('f379');\n$ti-icon-currency-real: unicode('ee63');\n$ti-icon-currency-renminbi: unicode('ee64');\n$ti-icon-currency-ripple: unicode('ee65');\n$ti-icon-currency-riyal: unicode('ee66');\n$ti-icon-currency-rubel: unicode('ee67');\n$ti-icon-currency-rufiyaa: unicode('f37a');\n$ti-icon-currency-rupee: unicode('ebad');\n$ti-icon-currency-rupee-nepalese: unicode('f37b');\n$ti-icon-currency-shekel: unicode('ee68');\n$ti-icon-currency-solana: unicode('f4a1');\n$ti-icon-currency-som: unicode('f37c');\n$ti-icon-currency-taka: unicode('ee69');\n$ti-icon-currency-tenge: unicode('f37d');\n$ti-icon-currency-tugrik: unicode('ee6a');\n$ti-icon-currency-won: unicode('ee6b');\n$ti-icon-currency-xrp: unicode('fd34');\n$ti-icon-currency-yen: unicode('ebae');\n$ti-icon-currency-yen-off: unicode('f3e0');\n$ti-icon-currency-yuan: unicode('f29a');\n$ti-icon-currency-zloty: unicode('ee6c');\n$ti-icon-current-location: unicode('ecef');\n$ti-icon-current-location-off: unicode('f10e');\n$ti-icon-cursor-off: unicode('f10f');\n$ti-icon-cursor-text: unicode('ee6d');\n$ti-icon-cut: unicode('ea86');\n$ti-icon-cylinder: unicode('f54c');\n$ti-icon-cylinder-off: unicode('fa98');\n$ti-icon-cylinder-plus: unicode('fa99');\n$ti-icon-dashboard: unicode('ea87');\n$ti-icon-dashboard-off: unicode('f3e1');\n$ti-icon-database: unicode('ea88');\n$ti-icon-database-cog: unicode('fa10');\n$ti-icon-database-dollar: unicode('fa11');\n$ti-icon-database-edit: unicode('fa12');\n$ti-icon-database-exclamation: unicode('fa13');\n$ti-icon-database-export: unicode('ee6e');\n$ti-icon-database-heart: unicode('fa14');\n$ti-icon-database-import: unicode('ee6f');\n$ti-icon-database-leak: unicode('fa15');\n$ti-icon-database-minus: unicode('fa16');\n$ti-icon-database-off: unicode('ee70');\n$ti-icon-database-plus: unicode('fa17');\n$ti-icon-database-search: unicode('fa18');\n$ti-icon-database-share: unicode('fa19');\n$ti-icon-database-smile: unicode('fd9b');\n$ti-icon-database-star: unicode('fa1a');\n$ti-icon-database-x: unicode('fa1b');\n$ti-icon-decimal: unicode('fa26');\n$ti-icon-deer: unicode('f4c5');\n$ti-icon-delta: unicode('f53c');\n$ti-icon-dental: unicode('f025');\n$ti-icon-dental-broken: unicode('f286');\n$ti-icon-dental-off: unicode('f110');\n$ti-icon-deselect: unicode('f9f3');\n$ti-icon-desk: unicode('fd35');\n$ti-icon-details: unicode('ee71');\n$ti-icon-details-off: unicode('f3e2');\n$ti-icon-device-airpods: unicode('f5a9');\n$ti-icon-device-airpods-case: unicode('f646');\n$ti-icon-device-airtag: unicode('fae6');\n$ti-icon-device-analytics: unicode('ee72');\n$ti-icon-device-audio-tape: unicode('ee73');\n$ti-icon-device-camera-phone: unicode('f233');\n$ti-icon-device-cctv: unicode('ee74');\n$ti-icon-device-cctv-off: unicode('f3e3');\n$ti-icon-device-computer-camera: unicode('ee76');\n$ti-icon-device-computer-camera-off: unicode('ee75');\n$ti-icon-device-desktop: unicode('ea89');\n$ti-icon-device-desktop-analytics: unicode('ee77');\n$ti-icon-device-desktop-bolt: unicode('f85e');\n$ti-icon-device-desktop-cancel: unicode('f85f');\n$ti-icon-device-desktop-check: unicode('f860');\n$ti-icon-device-desktop-code: unicode('f861');\n$ti-icon-device-desktop-cog: unicode('f862');\n$ti-icon-device-desktop-dollar: unicode('f863');\n$ti-icon-device-desktop-down: unicode('f864');\n$ti-icon-device-desktop-exclamation: unicode('f865');\n$ti-icon-device-desktop-heart: unicode('f866');\n$ti-icon-device-desktop-minus: unicode('f867');\n$ti-icon-device-desktop-off: unicode('ee78');\n$ti-icon-device-desktop-pause: unicode('f868');\n$ti-icon-device-desktop-pin: unicode('f869');\n$ti-icon-device-desktop-plus: unicode('f86a');\n$ti-icon-device-desktop-question: unicode('f86b');\n$ti-icon-device-desktop-search: unicode('f86c');\n$ti-icon-device-desktop-share: unicode('f86d');\n$ti-icon-device-desktop-star: unicode('f86e');\n$ti-icon-device-desktop-up: unicode('f86f');\n$ti-icon-device-desktop-x: unicode('f870');\n$ti-icon-device-floppy: unicode('eb62');\n$ti-icon-device-gamepad: unicode('eb63');\n$ti-icon-device-gamepad-2: unicode('f1d2');\n$ti-icon-device-gamepad-3: unicode('fc58');\n$ti-icon-device-heart-monitor: unicode('f060');\n$ti-icon-device-imac: unicode('f7a7');\n$ti-icon-device-imac-bolt: unicode('f871');\n$ti-icon-device-imac-cancel: unicode('f872');\n$ti-icon-device-imac-check: unicode('f873');\n$ti-icon-device-imac-code: unicode('f874');\n$ti-icon-device-imac-cog: unicode('f875');\n$ti-icon-device-imac-dollar: unicode('f876');\n$ti-icon-device-imac-down: unicode('f877');\n$ti-icon-device-imac-exclamation: unicode('f878');\n$ti-icon-device-imac-heart: unicode('f879');\n$ti-icon-device-imac-minus: unicode('f87a');\n$ti-icon-device-imac-off: unicode('f87b');\n$ti-icon-device-imac-pause: unicode('f87c');\n$ti-icon-device-imac-pin: unicode('f87d');\n$ti-icon-device-imac-plus: unicode('f87e');\n$ti-icon-device-imac-question: unicode('f87f');\n$ti-icon-device-imac-search: unicode('f880');\n$ti-icon-device-imac-share: unicode('f881');\n$ti-icon-device-imac-star: unicode('f882');\n$ti-icon-device-imac-up: unicode('f883');\n$ti-icon-device-imac-x: unicode('f884');\n$ti-icon-device-ipad: unicode('f648');\n$ti-icon-device-ipad-bolt: unicode('f885');\n$ti-icon-device-ipad-cancel: unicode('f886');\n$ti-icon-device-ipad-check: unicode('f887');\n$ti-icon-device-ipad-code: unicode('f888');\n$ti-icon-device-ipad-cog: unicode('f889');\n$ti-icon-device-ipad-dollar: unicode('f88a');\n$ti-icon-device-ipad-down: unicode('f88b');\n$ti-icon-device-ipad-exclamation: unicode('f88c');\n$ti-icon-device-ipad-heart: unicode('f88d');\n$ti-icon-device-ipad-horizontal: unicode('f647');\n$ti-icon-device-ipad-horizontal-bolt: unicode('f88e');\n$ti-icon-device-ipad-horizontal-cancel: unicode('f88f');\n$ti-icon-device-ipad-horizontal-check: unicode('f890');\n$ti-icon-device-ipad-horizontal-code: unicode('f891');\n$ti-icon-device-ipad-horizontal-cog: unicode('f892');\n$ti-icon-device-ipad-horizontal-dollar: unicode('f893');\n$ti-icon-device-ipad-horizontal-down: unicode('f894');\n$ti-icon-device-ipad-horizontal-exclamation: unicode('f895');\n$ti-icon-device-ipad-horizontal-heart: unicode('f896');\n$ti-icon-device-ipad-horizontal-minus: unicode('f897');\n$ti-icon-device-ipad-horizontal-off: unicode('f898');\n$ti-icon-device-ipad-horizontal-pause: unicode('f899');\n$ti-icon-device-ipad-horizontal-pin: unicode('f89a');\n$ti-icon-device-ipad-horizontal-plus: unicode('f89b');\n$ti-icon-device-ipad-horizontal-question: unicode('f89c');\n$ti-icon-device-ipad-horizontal-search: unicode('f89d');\n$ti-icon-device-ipad-horizontal-share: unicode('f89e');\n$ti-icon-device-ipad-horizontal-star: unicode('f89f');\n$ti-icon-device-ipad-horizontal-up: unicode('f8a0');\n$ti-icon-device-ipad-horizontal-x: unicode('f8a1');\n$ti-icon-device-ipad-minus: unicode('f8a2');\n$ti-icon-device-ipad-off: unicode('f8a3');\n$ti-icon-device-ipad-pause: unicode('f8a4');\n$ti-icon-device-ipad-pin: unicode('f8a5');\n$ti-icon-device-ipad-plus: unicode('f8a6');\n$ti-icon-device-ipad-question: unicode('f8a7');\n$ti-icon-device-ipad-search: unicode('f8a8');\n$ti-icon-device-ipad-share: unicode('f8a9');\n$ti-icon-device-ipad-star: unicode('f8aa');\n$ti-icon-device-ipad-up: unicode('f8ab');\n$ti-icon-device-ipad-x: unicode('f8ac');\n$ti-icon-device-landline-phone: unicode('f649');\n$ti-icon-device-laptop: unicode('eb64');\n$ti-icon-device-laptop-off: unicode('f061');\n$ti-icon-device-mobile: unicode('ea8a');\n$ti-icon-device-mobile-bolt: unicode('f8ad');\n$ti-icon-device-mobile-cancel: unicode('f8ae');\n$ti-icon-device-mobile-charging: unicode('f224');\n$ti-icon-device-mobile-check: unicode('f8af');\n$ti-icon-device-mobile-code: unicode('f8b0');\n$ti-icon-device-mobile-cog: unicode('f8b1');\n$ti-icon-device-mobile-dollar: unicode('f8b2');\n$ti-icon-device-mobile-down: unicode('f8b3');\n$ti-icon-device-mobile-exclamation: unicode('f8b4');\n$ti-icon-device-mobile-heart: unicode('f8b5');\n$ti-icon-device-mobile-message: unicode('ee79');\n$ti-icon-device-mobile-minus: unicode('f8b6');\n$ti-icon-device-mobile-off: unicode('f062');\n$ti-icon-device-mobile-pause: unicode('f8b7');\n$ti-icon-device-mobile-pin: unicode('f8b8');\n$ti-icon-device-mobile-plus: unicode('f8b9');\n$ti-icon-device-mobile-question: unicode('f8ba');\n$ti-icon-device-mobile-rotated: unicode('ecdb');\n$ti-icon-device-mobile-search: unicode('f8bb');\n$ti-icon-device-mobile-share: unicode('f8bc');\n$ti-icon-device-mobile-star: unicode('f8bd');\n$ti-icon-device-mobile-up: unicode('f8be');\n$ti-icon-device-mobile-vibration: unicode('eb86');\n$ti-icon-device-mobile-x: unicode('f8bf');\n$ti-icon-device-nintendo: unicode('f026');\n$ti-icon-device-nintendo-off: unicode('f111');\n$ti-icon-device-projector: unicode('fc11');\n$ti-icon-device-remote: unicode('f792');\n$ti-icon-device-sd-card: unicode('f384');\n$ti-icon-device-sim: unicode('f4b2');\n$ti-icon-device-sim-1: unicode('f4af');\n$ti-icon-device-sim-2: unicode('f4b0');\n$ti-icon-device-sim-3: unicode('f4b1');\n$ti-icon-device-speaker: unicode('ea8b');\n$ti-icon-device-speaker-off: unicode('f112');\n$ti-icon-device-tablet: unicode('ea8c');\n$ti-icon-device-tablet-bolt: unicode('f8c0');\n$ti-icon-device-tablet-cancel: unicode('f8c1');\n$ti-icon-device-tablet-check: unicode('f8c2');\n$ti-icon-device-tablet-code: unicode('f8c3');\n$ti-icon-device-tablet-cog: unicode('f8c4');\n$ti-icon-device-tablet-dollar: unicode('f8c5');\n$ti-icon-device-tablet-down: unicode('f8c6');\n$ti-icon-device-tablet-exclamation: unicode('f8c7');\n$ti-icon-device-tablet-heart: unicode('f8c8');\n$ti-icon-device-tablet-minus: unicode('f8c9');\n$ti-icon-device-tablet-off: unicode('f063');\n$ti-icon-device-tablet-pause: unicode('f8ca');\n$ti-icon-device-tablet-pin: unicode('f8cb');\n$ti-icon-device-tablet-plus: unicode('f8cc');\n$ti-icon-device-tablet-question: unicode('f8cd');\n$ti-icon-device-tablet-search: unicode('f8ce');\n$ti-icon-device-tablet-share: unicode('f8cf');\n$ti-icon-device-tablet-star: unicode('f8d0');\n$ti-icon-device-tablet-up: unicode('f8d1');\n$ti-icon-device-tablet-x: unicode('f8d2');\n$ti-icon-device-tv: unicode('ea8d');\n$ti-icon-device-tv-off: unicode('f064');\n$ti-icon-device-tv-old: unicode('f1d3');\n$ti-icon-device-unknown: unicode('fef4');\n$ti-icon-device-usb: unicode('fc59');\n$ti-icon-device-vision-pro: unicode('fae7');\n$ti-icon-device-watch: unicode('ebf9');\n$ti-icon-device-watch-bolt: unicode('f8d3');\n$ti-icon-device-watch-cancel: unicode('f8d4');\n$ti-icon-device-watch-check: unicode('f8d5');\n$ti-icon-device-watch-code: unicode('f8d6');\n$ti-icon-device-watch-cog: unicode('f8d7');\n$ti-icon-device-watch-dollar: unicode('f8d8');\n$ti-icon-device-watch-down: unicode('f8d9');\n$ti-icon-device-watch-exclamation: unicode('f8da');\n$ti-icon-device-watch-heart: unicode('f8db');\n$ti-icon-device-watch-minus: unicode('f8dc');\n$ti-icon-device-watch-off: unicode('f065');\n$ti-icon-device-watch-pause: unicode('f8dd');\n$ti-icon-device-watch-pin: unicode('f8de');\n$ti-icon-device-watch-plus: unicode('f8df');\n$ti-icon-device-watch-question: unicode('f8e0');\n$ti-icon-device-watch-search: unicode('f8e1');\n$ti-icon-device-watch-share: unicode('f8e2');\n$ti-icon-device-watch-star: unicode('f8e3');\n$ti-icon-device-watch-stats: unicode('ef7d');\n$ti-icon-device-watch-stats-2: unicode('ef7c');\n$ti-icon-device-watch-up: unicode('f8e4');\n$ti-icon-device-watch-x: unicode('f8e5');\n$ti-icon-devices: unicode('eb87');\n$ti-icon-devices-2: unicode('ed29');\n$ti-icon-devices-bolt: unicode('f8e6');\n$ti-icon-devices-cancel: unicode('f8e7');\n$ti-icon-devices-check: unicode('f8e8');\n$ti-icon-devices-code: unicode('f8e9');\n$ti-icon-devices-cog: unicode('f8ea');\n$ti-icon-devices-dollar: unicode('f8eb');\n$ti-icon-devices-down: unicode('f8ec');\n$ti-icon-devices-exclamation: unicode('f8ed');\n$ti-icon-devices-heart: unicode('f8ee');\n$ti-icon-devices-minus: unicode('f8ef');\n$ti-icon-devices-off: unicode('f3e4');\n$ti-icon-devices-pause: unicode('f8f0');\n$ti-icon-devices-pc: unicode('ee7a');\n$ti-icon-devices-pc-off: unicode('f113');\n$ti-icon-devices-pin: unicode('f8f1');\n$ti-icon-devices-plus: unicode('f8f2');\n$ti-icon-devices-question: unicode('f8f3');\n$ti-icon-devices-search: unicode('f8f4');\n$ti-icon-devices-share: unicode('f8f5');\n$ti-icon-devices-star: unicode('f8f6');\n$ti-icon-devices-up: unicode('f8f7');\n$ti-icon-devices-x: unicode('f8f8');\n$ti-icon-diabolo: unicode('fa9c');\n$ti-icon-diabolo-off: unicode('fa9a');\n$ti-icon-diabolo-plus: unicode('fa9b');\n$ti-icon-dialpad: unicode('f067');\n$ti-icon-dialpad-off: unicode('f114');\n$ti-icon-diamond: unicode('eb65');\n$ti-icon-diamond-off: unicode('f115');\n$ti-icon-diamonds: unicode('eff5');\n$ti-icon-diaper: unicode('ffa2');\n$ti-icon-dice: unicode('eb66');\n$ti-icon-dice-1: unicode('f08b');\n$ti-icon-dice-2: unicode('f08c');\n$ti-icon-dice-3: unicode('f08d');\n$ti-icon-dice-4: unicode('f08e');\n$ti-icon-dice-5: unicode('f08f');\n$ti-icon-dice-6: unicode('f090');\n$ti-icon-dimensions: unicode('ee7b');\n$ti-icon-direction: unicode('ebfb');\n$ti-icon-direction-arrows: unicode('fd36');\n$ti-icon-direction-horizontal: unicode('ebfa');\n$ti-icon-direction-sign: unicode('f1f7');\n$ti-icon-direction-sign-off: unicode('f3e5');\n$ti-icon-directions: unicode('ea8e');\n$ti-icon-directions-off: unicode('f116');\n$ti-icon-disabled: unicode('ea8f');\n$ti-icon-disabled-2: unicode('ebaf');\n$ti-icon-disabled-off: unicode('f117');\n$ti-icon-disc: unicode('ea90');\n$ti-icon-disc-golf: unicode('f385');\n$ti-icon-disc-off: unicode('f118');\n$ti-icon-discount: unicode('ebbd');\n$ti-icon-discount-off: unicode('f3e7');\n$ti-icon-divide: unicode('ed5c');\n$ti-icon-dna: unicode('ee7d');\n$ti-icon-dna-2: unicode('ef5c');\n$ti-icon-dna-2-off: unicode('f119');\n$ti-icon-dna-off: unicode('f11a');\n$ti-icon-dog: unicode('f660');\n$ti-icon-dog-bowl: unicode('ef29');\n$ti-icon-door: unicode('ef4e');\n$ti-icon-door-enter: unicode('ef4c');\n$ti-icon-door-exit: unicode('ef4d');\n$ti-icon-door-off: unicode('f11b');\n$ti-icon-dots: unicode('ea95');\n$ti-icon-dots-circle-horizontal: unicode('ea91');\n$ti-icon-dots-diagonal: unicode('ea93');\n$ti-icon-dots-diagonal-2: unicode('ea92');\n$ti-icon-dots-vertical: unicode('ea94');\n$ti-icon-download: unicode('ea96');\n$ti-icon-download-off: unicode('f11c');\n$ti-icon-drag-drop: unicode('eb89');\n$ti-icon-drag-drop-2: unicode('eb88');\n$ti-icon-drone: unicode('ed79');\n$ti-icon-drone-off: unicode('ee7e');\n$ti-icon-drop-circle: unicode('efde');\n$ti-icon-droplet: unicode('ea97');\n$ti-icon-droplet-bolt: unicode('f8f9');\n$ti-icon-droplet-cancel: unicode('f8fa');\n$ti-icon-droplet-check: unicode('f8fb');\n$ti-icon-droplet-code: unicode('f8fc');\n$ti-icon-droplet-cog: unicode('f8fd');\n$ti-icon-droplet-dollar: unicode('f8fe');\n$ti-icon-droplet-down: unicode('f8ff');\n$ti-icon-droplet-exclamation: unicode('f900');\n$ti-icon-droplet-half: unicode('ee82');\n$ti-icon-droplet-half-2: unicode('ee81');\n$ti-icon-droplet-heart: unicode('f901');\n$ti-icon-droplet-minus: unicode('f902');\n$ti-icon-droplet-off: unicode('ee83');\n$ti-icon-droplet-pause: unicode('f903');\n$ti-icon-droplet-pin: unicode('f904');\n$ti-icon-droplet-plus: unicode('f905');\n$ti-icon-droplet-question: unicode('f906');\n$ti-icon-droplet-search: unicode('f907');\n$ti-icon-droplet-share: unicode('f908');\n$ti-icon-droplet-star: unicode('f909');\n$ti-icon-droplet-up: unicode('f90a');\n$ti-icon-droplet-x: unicode('f90b');\n$ti-icon-droplets: unicode('fc12');\n$ti-icon-dual-screen: unicode('fa59');\n$ti-icon-dumpling: unicode('feb5');\n$ti-icon-e-passport: unicode('f4df');\n$ti-icon-ear: unicode('ebce');\n$ti-icon-ear-off: unicode('ee84');\n$ti-icon-ear-scan: unicode('fd57');\n$ti-icon-ease-in: unicode('f573');\n$ti-icon-ease-in-control-point: unicode('f570');\n$ti-icon-ease-in-out: unicode('f572');\n$ti-icon-ease-in-out-control-points: unicode('f571');\n$ti-icon-ease-out: unicode('f575');\n$ti-icon-ease-out-control-point: unicode('f574');\n$ti-icon-edit: unicode('ea98');\n$ti-icon-edit-circle: unicode('ee85');\n$ti-icon-edit-circle-off: unicode('f11d');\n$ti-icon-edit-off: unicode('f11e');\n$ti-icon-egg: unicode('eb8a');\n$ti-icon-egg-cracked: unicode('f2d6');\n$ti-icon-egg-fried: unicode('f386');\n$ti-icon-egg-off: unicode('f11f');\n$ti-icon-eggs: unicode('f500');\n$ti-icon-elevator: unicode('efdf');\n$ti-icon-elevator-off: unicode('f3e8');\n$ti-icon-emergency-bed: unicode('ef5d');\n$ti-icon-empathize: unicode('f29b');\n$ti-icon-empathize-off: unicode('f3e9');\n$ti-icon-emphasis: unicode('ebcf');\n$ti-icon-engine: unicode('ef7e');\n$ti-icon-engine-off: unicode('f120');\n$ti-icon-equal: unicode('ee87');\n$ti-icon-equal-double: unicode('f4e1');\n$ti-icon-equal-not: unicode('ee86');\n$ti-icon-eraser: unicode('eb8b');\n$ti-icon-eraser-off: unicode('f121');\n$ti-icon-error-404: unicode('f027');\n$ti-icon-error-404-off: unicode('f122');\n$ti-icon-escalator: unicode('fb06');\n$ti-icon-escalator-down: unicode('fb04');\n$ti-icon-escalator-up: unicode('fb05');\n$ti-icon-exchange: unicode('ebe7');\n$ti-icon-exchange-off: unicode('f123');\n$ti-icon-exclamation-circle: unicode('f634');\n$ti-icon-exclamation-mark: unicode('efb4');\n$ti-icon-exclamation-mark-off: unicode('f124');\n$ti-icon-explicit: unicode('f256');\n$ti-icon-explicit-off: unicode('f3ea');\n$ti-icon-exposure: unicode('eb8c');\n$ti-icon-exposure-0: unicode('f29c');\n$ti-icon-exposure-minus-1: unicode('f29d');\n$ti-icon-exposure-minus-2: unicode('f29e');\n$ti-icon-exposure-off: unicode('f3eb');\n$ti-icon-exposure-plus-1: unicode('f29f');\n$ti-icon-exposure-plus-2: unicode('f2a0');\n$ti-icon-external-link: unicode('ea99');\n$ti-icon-external-link-off: unicode('f125');\n$ti-icon-eye: unicode('ea9a');\n$ti-icon-eye-bitcoin: unicode('ff3d');\n$ti-icon-eye-bolt: unicode('fb6d');\n$ti-icon-eye-cancel: unicode('fb6e');\n$ti-icon-eye-check: unicode('ee88');\n$ti-icon-eye-closed: unicode('f7ec');\n$ti-icon-eye-code: unicode('fb6f');\n$ti-icon-eye-cog: unicode('f7ed');\n$ti-icon-eye-discount: unicode('fb70');\n$ti-icon-eye-dollar: unicode('fb71');\n$ti-icon-eye-dotted: unicode('fead');\n$ti-icon-eye-down: unicode('fb72');\n$ti-icon-eye-edit: unicode('f7ee');\n$ti-icon-eye-exclamation: unicode('f7ef');\n$ti-icon-eye-heart: unicode('f7f0');\n$ti-icon-eye-minus: unicode('fb73');\n$ti-icon-eye-off: unicode('ecf0');\n$ti-icon-eye-pause: unicode('fb74');\n$ti-icon-eye-pin: unicode('fb75');\n$ti-icon-eye-plus: unicode('fb76');\n$ti-icon-eye-question: unicode('fb77');\n$ti-icon-eye-search: unicode('fb78');\n$ti-icon-eye-share: unicode('fb79');\n$ti-icon-eye-spark: unicode('ffba');\n$ti-icon-eye-star: unicode('fb7a');\n$ti-icon-eye-table: unicode('ef5e');\n$ti-icon-eye-up: unicode('fb7b');\n$ti-icon-eye-x: unicode('f7f1');\n$ti-icon-eyeglass: unicode('ee8a');\n$ti-icon-eyeglass-2: unicode('ee89');\n$ti-icon-eyeglass-off: unicode('f126');\n$ti-icon-face-id: unicode('ea9b');\n$ti-icon-face-id-error: unicode('efa7');\n$ti-icon-face-mask: unicode('efb5');\n$ti-icon-face-mask-off: unicode('f127');\n$ti-icon-fall: unicode('ecb9');\n$ti-icon-favicon: unicode('fd65');\n$ti-icon-feather: unicode('ee8b');\n$ti-icon-feather-off: unicode('f128');\n$ti-icon-fence: unicode('ef2a');\n$ti-icon-fence-off: unicode('f129');\n$ti-icon-ferry: unicode('10074');\n$ti-icon-fidget-spinner: unicode('f068');\n$ti-icon-file: unicode('eaa4');\n$ti-icon-file-3d: unicode('f032');\n$ti-icon-file-ai: unicode('ffa1');\n$ti-icon-file-alert: unicode('ede6');\n$ti-icon-file-analytics: unicode('ede7');\n$ti-icon-file-arrow-left: unicode('f033');\n$ti-icon-file-arrow-right: unicode('f034');\n$ti-icon-file-barcode: unicode('f035');\n$ti-icon-file-bitcoin: unicode('ffa0');\n$ti-icon-file-broken: unicode('f501');\n$ti-icon-file-certificate: unicode('ed4d');\n$ti-icon-file-chart: unicode('f036');\n$ti-icon-file-check: unicode('ea9c');\n$ti-icon-file-code: unicode('ebd0');\n$ti-icon-file-code-2: unicode('ede8');\n$ti-icon-file-cv: unicode('fa5a');\n$ti-icon-file-database: unicode('f037');\n$ti-icon-file-delta: unicode('f53d');\n$ti-icon-file-description: unicode('f028');\n$ti-icon-file-diff: unicode('ecf1');\n$ti-icon-file-digit: unicode('efa8');\n$ti-icon-file-dislike: unicode('ed2a');\n$ti-icon-file-dollar: unicode('efe0');\n$ti-icon-file-dots: unicode('f038');\n$ti-icon-file-download: unicode('ea9d');\n$ti-icon-file-euro: unicode('efe1');\n$ti-icon-file-excel: unicode('fef3');\n$ti-icon-file-export: unicode('ede9');\n$ti-icon-file-function: unicode('f53e');\n$ti-icon-file-horizontal: unicode('ebb0');\n$ti-icon-file-import: unicode('edea');\n$ti-icon-file-infinity: unicode('f502');\n$ti-icon-file-info: unicode('edec');\n$ti-icon-file-invoice: unicode('eb67');\n$ti-icon-file-isr: unicode('feac');\n$ti-icon-file-lambda: unicode('f53f');\n$ti-icon-file-like: unicode('ed2b');\n$ti-icon-file-minus: unicode('ea9e');\n$ti-icon-file-music: unicode('ea9f');\n$ti-icon-file-neutral: unicode('fd22');\n$ti-icon-file-off: unicode('ecf2');\n$ti-icon-file-orientation: unicode('f2a1');\n$ti-icon-file-pencil: unicode('f039');\n$ti-icon-file-percent: unicode('f540');\n$ti-icon-file-phone: unicode('ecdc');\n$ti-icon-file-plus: unicode('eaa0');\n$ti-icon-file-power: unicode('f03a');\n$ti-icon-file-report: unicode('eded');\n$ti-icon-file-rss: unicode('f03b');\n$ti-icon-file-sad: unicode('fd23');\n$ti-icon-file-scissors: unicode('f03c');\n$ti-icon-file-search: unicode('ed5d');\n$ti-icon-file-settings: unicode('f029');\n$ti-icon-file-shredder: unicode('eaa1');\n$ti-icon-file-signal: unicode('f03d');\n$ti-icon-file-smile: unicode('fd24');\n$ti-icon-file-spark: unicode('ffb9');\n$ti-icon-file-spreadsheet: unicode('f03e');\n$ti-icon-file-stack: unicode('f503');\n$ti-icon-file-star: unicode('f03f');\n$ti-icon-file-symlink: unicode('ed53');\n$ti-icon-file-text: unicode('eaa2');\n$ti-icon-file-text-ai: unicode('fa27');\n$ti-icon-file-text-spark: unicode('ffb8');\n$ti-icon-file-time: unicode('f040');\n$ti-icon-file-type-bmp: unicode('fb07');\n$ti-icon-file-type-css: unicode('fb08');\n$ti-icon-file-type-csv: unicode('fb09');\n$ti-icon-file-type-doc: unicode('fb0a');\n$ti-icon-file-type-docx: unicode('fb0b');\n$ti-icon-file-type-html: unicode('fb0c');\n$ti-icon-file-type-jpg: unicode('fb0d');\n$ti-icon-file-type-js: unicode('fb0e');\n$ti-icon-file-type-jsx: unicode('fb0f');\n$ti-icon-file-type-pdf: unicode('fb10');\n$ti-icon-file-type-php: unicode('fb11');\n$ti-icon-file-type-png: unicode('fb12');\n$ti-icon-file-type-ppt: unicode('fb13');\n$ti-icon-file-type-rs: unicode('fb14');\n$ti-icon-file-type-sql: unicode('fb15');\n$ti-icon-file-type-svg: unicode('fb16');\n$ti-icon-file-type-ts: unicode('fb17');\n$ti-icon-file-type-tsx: unicode('fb18');\n$ti-icon-file-type-txt: unicode('fb19');\n$ti-icon-file-type-vue: unicode('fb1a');\n$ti-icon-file-type-xls: unicode('fb1b');\n$ti-icon-file-type-xml: unicode('fb1c');\n$ti-icon-file-type-zip: unicode('fb1d');\n$ti-icon-file-typography: unicode('f041');\n$ti-icon-file-unknown: unicode('f042');\n$ti-icon-file-upload: unicode('ec91');\n$ti-icon-file-vector: unicode('f043');\n$ti-icon-file-word: unicode('fef2');\n$ti-icon-file-x: unicode('eaa3');\n$ti-icon-file-zip: unicode('ed4e');\n$ti-icon-files: unicode('edef');\n$ti-icon-files-off: unicode('edee');\n$ti-icon-filter: unicode('eaa5');\n$ti-icon-filter-bolt: unicode('fb7c');\n$ti-icon-filter-cancel: unicode('fb7d');\n$ti-icon-filter-check: unicode('fb7e');\n$ti-icon-filter-code: unicode('fb7f');\n$ti-icon-filter-cog: unicode('f9fe');\n$ti-icon-filter-discount: unicode('fb80');\n$ti-icon-filter-dollar: unicode('f9ff');\n$ti-icon-filter-down: unicode('fb81');\n$ti-icon-filter-edit: unicode('fa00');\n$ti-icon-filter-exclamation: unicode('fb82');\n$ti-icon-filter-heart: unicode('fb83');\n$ti-icon-filter-minus: unicode('fa01');\n$ti-icon-filter-off: unicode('ed2c');\n$ti-icon-filter-pause: unicode('fb84');\n$ti-icon-filter-pin: unicode('fb85');\n$ti-icon-filter-plus: unicode('fa02');\n$ti-icon-filter-question: unicode('fb86');\n$ti-icon-filter-search: unicode('fb87');\n$ti-icon-filter-share: unicode('fb88');\n$ti-icon-filter-star: unicode('fa03');\n$ti-icon-filter-up: unicode('fb89');\n$ti-icon-filter-x: unicode('fa04');\n$ti-icon-filters: unicode('f793');\n$ti-icon-fingerprint: unicode('ebd1');\n$ti-icon-fingerprint-off: unicode('f12a');\n$ti-icon-fingerprint-scan: unicode('fcb5');\n$ti-icon-fire-extinguisher: unicode('faf6');\n$ti-icon-fire-hydrant: unicode('f3a9');\n$ti-icon-fire-hydrant-off: unicode('f3ec');\n$ti-icon-firetruck: unicode('ebe8');\n$ti-icon-first-aid-kit: unicode('ef5f');\n$ti-icon-first-aid-kit-off: unicode('f3ed');\n$ti-icon-fish: unicode('ef2b');\n$ti-icon-fish-bone: unicode('f287');\n$ti-icon-fish-christianity: unicode('f58b');\n$ti-icon-fish-hook: unicode('f1f9');\n$ti-icon-fish-hook-off: unicode('f3ee');\n$ti-icon-fish-off: unicode('f12b');\n$ti-icon-flag: unicode('eaa6');\n$ti-icon-flag-2: unicode('ee8c');\n$ti-icon-flag-2-off: unicode('f12c');\n$ti-icon-flag-3: unicode('ee8d');\n$ti-icon-flag-bitcoin: unicode('ff3c');\n$ti-icon-flag-bolt: unicode('fb8a');\n$ti-icon-flag-cancel: unicode('fb8b');\n$ti-icon-flag-check: unicode('fb8c');\n$ti-icon-flag-code: unicode('fb8d');\n$ti-icon-flag-cog: unicode('fb8e');\n$ti-icon-flag-discount: unicode('fb8f');\n$ti-icon-flag-dollar: unicode('fb90');\n$ti-icon-flag-down: unicode('fb91');\n$ti-icon-flag-exclamation: unicode('fb92');\n$ti-icon-flag-heart: unicode('fb93');\n$ti-icon-flag-minus: unicode('fb94');\n$ti-icon-flag-off: unicode('f12d');\n$ti-icon-flag-pause: unicode('fb95');\n$ti-icon-flag-pin: unicode('fb96');\n$ti-icon-flag-plus: unicode('fb97');\n$ti-icon-flag-question: unicode('fb98');\n$ti-icon-flag-search: unicode('fb99');\n$ti-icon-flag-share: unicode('fb9a');\n$ti-icon-flag-spark: unicode('ffb7');\n$ti-icon-flag-star: unicode('fb9b');\n$ti-icon-flag-up: unicode('fb9c');\n$ti-icon-flag-x: unicode('fb9d');\n$ti-icon-flame: unicode('ec2c');\n$ti-icon-flame-off: unicode('f12e');\n$ti-icon-flare: unicode('ee8e');\n$ti-icon-flask: unicode('ebd2');\n$ti-icon-flask-2: unicode('ef60');\n$ti-icon-flask-2-off: unicode('f12f');\n$ti-icon-flask-off: unicode('f130');\n$ti-icon-flip-flops: unicode('f564');\n$ti-icon-flip-horizontal: unicode('eaa7');\n$ti-icon-flip-vertical: unicode('eaa8');\n$ti-icon-float-center: unicode('ebb1');\n$ti-icon-float-left: unicode('ebb2');\n$ti-icon-float-none: unicode('ed13');\n$ti-icon-float-right: unicode('ebb3');\n$ti-icon-flower: unicode('eff6');\n$ti-icon-flower-off: unicode('f131');\n$ti-icon-focus: unicode('eb8d');\n$ti-icon-focus-2: unicode('ebd3');\n$ti-icon-focus-auto: unicode('fa62');\n$ti-icon-focus-centered: unicode('f02a');\n$ti-icon-fold: unicode('ed56');\n$ti-icon-fold-down: unicode('ed54');\n$ti-icon-fold-up: unicode('ed55');\n$ti-icon-folder: unicode('eaad');\n$ti-icon-folder-bolt: unicode('f90c');\n$ti-icon-folder-cancel: unicode('f90d');\n$ti-icon-folder-check: unicode('f90e');\n$ti-icon-folder-code: unicode('f90f');\n$ti-icon-folder-cog: unicode('f910');\n$ti-icon-folder-dollar: unicode('f911');\n$ti-icon-folder-down: unicode('f912');\n$ti-icon-folder-exclamation: unicode('f913');\n$ti-icon-folder-heart: unicode('f914');\n$ti-icon-folder-minus: unicode('eaaa');\n$ti-icon-folder-off: unicode('ed14');\n$ti-icon-folder-open: unicode('faf7');\n$ti-icon-folder-pause: unicode('f915');\n$ti-icon-folder-pin: unicode('f916');\n$ti-icon-folder-plus: unicode('eaab');\n$ti-icon-folder-question: unicode('f917');\n$ti-icon-folder-root: unicode('fd43');\n$ti-icon-folder-search: unicode('f918');\n$ti-icon-folder-share: unicode('f919');\n$ti-icon-folder-star: unicode('f91a');\n$ti-icon-folder-symlink: unicode('f91b');\n$ti-icon-folder-up: unicode('f91c');\n$ti-icon-folder-x: unicode('eaac');\n$ti-icon-folders: unicode('eaae');\n$ti-icon-folders-off: unicode('f133');\n$ti-icon-forbid: unicode('ebd5');\n$ti-icon-forbid-2: unicode('ebd4');\n$ti-icon-forklift: unicode('ebe9');\n$ti-icon-forms: unicode('ee8f');\n$ti-icon-fountain: unicode('f09b');\n$ti-icon-fountain-off: unicode('f134');\n$ti-icon-frame: unicode('eaaf');\n$ti-icon-frame-off: unicode('f135');\n$ti-icon-free-rights: unicode('efb6');\n$ti-icon-freeze-column: unicode('fa63');\n$ti-icon-freeze-row: unicode('fa65');\n$ti-icon-freeze-row-column: unicode('fa64');\n$ti-icon-fridge: unicode('f1fa');\n$ti-icon-fridge-off: unicode('f3ef');\n$ti-icon-friends: unicode('eab0');\n$ti-icon-friends-off: unicode('f136');\n$ti-icon-frustum: unicode('fa9f');\n$ti-icon-frustum-off: unicode('fa9d');\n$ti-icon-frustum-plus: unicode('fa9e');\n$ti-icon-function: unicode('f225');\n$ti-icon-function-off: unicode('f3f0');\n$ti-icon-galaxy: unicode('fcb6');\n$ti-icon-garden-cart: unicode('f23e');\n$ti-icon-garden-cart-off: unicode('f3f1');\n$ti-icon-gas-station: unicode('ec7d');\n$ti-icon-gas-station-off: unicode('f137');\n$ti-icon-gauge: unicode('eab1');\n$ti-icon-gauge-off: unicode('f138');\n$ti-icon-gavel: unicode('ef90');\n$ti-icon-gender-agender: unicode('f0e1');\n$ti-icon-gender-androgyne: unicode('f0e2');\n$ti-icon-gender-bigender: unicode('f0e3');\n$ti-icon-gender-demiboy: unicode('f0e4');\n$ti-icon-gender-demigirl: unicode('f0e5');\n$ti-icon-gender-epicene: unicode('f0e6');\n$ti-icon-gender-female: unicode('f0e7');\n$ti-icon-gender-femme: unicode('f0e8');\n$ti-icon-gender-genderfluid: unicode('f0e9');\n$ti-icon-gender-genderless: unicode('f0ea');\n$ti-icon-gender-genderqueer: unicode('f0eb');\n$ti-icon-gender-hermaphrodite: unicode('f0ec');\n$ti-icon-gender-intergender: unicode('f0ed');\n$ti-icon-gender-male: unicode('f0ee');\n$ti-icon-gender-neutrois: unicode('f0ef');\n$ti-icon-gender-third: unicode('f0f0');\n$ti-icon-gender-transgender: unicode('f0f1');\n$ti-icon-gender-trasvesti: unicode('f0f2');\n$ti-icon-geometry: unicode('ee90');\n$ti-icon-ghost: unicode('eb8e');\n$ti-icon-ghost-2: unicode('f57c');\n$ti-icon-ghost-3: unicode('fc13');\n$ti-icon-ghost-off: unicode('f3f2');\n$ti-icon-gif: unicode('f257');\n$ti-icon-gift: unicode('eb68');\n$ti-icon-gift-card: unicode('f3aa');\n$ti-icon-gift-off: unicode('f3f3');\n$ti-icon-git-branch: unicode('eab2');\n$ti-icon-git-branch-deleted: unicode('f57d');\n$ti-icon-git-cherry-pick: unicode('f57e');\n$ti-icon-git-commit: unicode('eab3');\n$ti-icon-git-compare: unicode('eab4');\n$ti-icon-git-fork: unicode('eb8f');\n$ti-icon-git-merge: unicode('eab5');\n$ti-icon-git-pull-request: unicode('eab6');\n$ti-icon-git-pull-request-closed: unicode('ef7f');\n$ti-icon-git-pull-request-draft: unicode('efb7');\n$ti-icon-gizmo: unicode('f02b');\n$ti-icon-glass: unicode('eab8');\n$ti-icon-glass-champagne: unicode('fd9c');\n$ti-icon-glass-cocktail: unicode('fd9d');\n$ti-icon-glass-full: unicode('eab7');\n$ti-icon-glass-gin: unicode('fd9e');\n$ti-icon-glass-off: unicode('ee91');\n$ti-icon-globe: unicode('eab9');\n$ti-icon-globe-off: unicode('f139');\n$ti-icon-go-game: unicode('f512');\n$ti-icon-golf: unicode('ed8c');\n$ti-icon-golf-off: unicode('f13a');\n$ti-icon-gps: unicode('ed7a');\n$ti-icon-gradienter: unicode('f3ab');\n$ti-icon-grain: unicode('ee92');\n$ti-icon-graph: unicode('f288');\n$ti-icon-graph-off: unicode('f3f4');\n$ti-icon-grave: unicode('f580');\n$ti-icon-grave-2: unicode('f57f');\n$ti-icon-grid-3x3: unicode('fca4');\n$ti-icon-grid-4x4: unicode('fca5');\n$ti-icon-grid-dots: unicode('eaba');\n$ti-icon-grid-goldenratio: unicode('fca6');\n$ti-icon-grid-pattern: unicode('efc9');\n$ti-icon-grid-scan: unicode('fca7');\n$ti-icon-grill: unicode('efa9');\n$ti-icon-grill-fork: unicode('f35b');\n$ti-icon-grill-off: unicode('f3f5');\n$ti-icon-grill-spatula: unicode('f35c');\n$ti-icon-grip-horizontal: unicode('ec00');\n$ti-icon-grip-vertical: unicode('ec01');\n$ti-icon-growth: unicode('ee93');\n$ti-icon-guitar-pick: unicode('f4c6');\n$ti-icon-gymnastics: unicode('fd44');\n$ti-icon-h-1: unicode('ec94');\n$ti-icon-h-2: unicode('ec95');\n$ti-icon-h-3: unicode('ec96');\n$ti-icon-h-4: unicode('ec97');\n$ti-icon-h-5: unicode('ec98');\n$ti-icon-h-6: unicode('ec99');\n$ti-icon-hammer: unicode('ef91');\n$ti-icon-hammer-off: unicode('f13c');\n$ti-icon-hand-click: unicode('ef4f');\n$ti-icon-hand-finger: unicode('ee94');\n$ti-icon-hand-finger-down: unicode('ff4f');\n$ti-icon-hand-finger-left: unicode('ff4e');\n$ti-icon-hand-finger-off: unicode('f13d');\n$ti-icon-hand-finger-right: unicode('ff4d');\n$ti-icon-hand-grab: unicode('f091');\n$ti-icon-hand-little-finger: unicode('ee95');\n$ti-icon-hand-love-you: unicode('ee97');\n$ti-icon-hand-middle-finger: unicode('ec2d');\n$ti-icon-hand-move: unicode('ef50');\n$ti-icon-hand-off: unicode('ed15');\n$ti-icon-hand-ring-finger: unicode('ee96');\n$ti-icon-hand-sanitizer: unicode('f5f4');\n$ti-icon-hand-stop: unicode('ec2e');\n$ti-icon-hand-three-fingers: unicode('ee98');\n$ti-icon-hand-two-fingers: unicode('ee99');\n$ti-icon-hanger: unicode('ee9a');\n$ti-icon-hanger-2: unicode('f09c');\n$ti-icon-hanger-off: unicode('f13e');\n$ti-icon-hash: unicode('eabc');\n$ti-icon-haze: unicode('efaa');\n$ti-icon-haze-moon: unicode('faf8');\n$ti-icon-hdr: unicode('fa7b');\n$ti-icon-heading: unicode('ee9b');\n$ti-icon-heading-off: unicode('f13f');\n$ti-icon-headphones: unicode('eabd');\n$ti-icon-headphones-off: unicode('ed1d');\n$ti-icon-headset: unicode('eb90');\n$ti-icon-headset-off: unicode('f3f6');\n$ti-icon-health-recognition: unicode('f1fb');\n$ti-icon-heart: unicode('eabe');\n$ti-icon-heart-bitcoin: unicode('ff3b');\n$ti-icon-heart-bolt: unicode('fb9e');\n$ti-icon-heart-broken: unicode('ecba');\n$ti-icon-heart-cancel: unicode('fb9f');\n$ti-icon-heart-check: unicode('fba0');\n$ti-icon-heart-code: unicode('fba1');\n$ti-icon-heart-cog: unicode('fba2');\n$ti-icon-heart-discount: unicode('fba3');\n$ti-icon-heart-dollar: unicode('fba4');\n$ti-icon-heart-down: unicode('fba5');\n$ti-icon-heart-exclamation: unicode('fba6');\n$ti-icon-heart-handshake: unicode('f0f3');\n$ti-icon-heart-minus: unicode('f140');\n$ti-icon-heart-off: unicode('f141');\n$ti-icon-heart-pause: unicode('fba7');\n$ti-icon-heart-pin: unicode('fba8');\n$ti-icon-heart-plus: unicode('f142');\n$ti-icon-heart-question: unicode('fba9');\n$ti-icon-heart-rate-monitor: unicode('ef61');\n$ti-icon-heart-search: unicode('fbaa');\n$ti-icon-heart-share: unicode('fbab');\n$ti-icon-heart-spark: unicode('ffb6');\n$ti-icon-heart-star: unicode('fbac');\n$ti-icon-heart-up: unicode('fbad');\n$ti-icon-heart-x: unicode('fbae');\n$ti-icon-heartbeat: unicode('ef92');\n$ti-icon-hearts: unicode('f387');\n$ti-icon-hearts-off: unicode('f3f7');\n$ti-icon-helicopter: unicode('ed8e');\n$ti-icon-helicopter-landing: unicode('ed8d');\n$ti-icon-helmet: unicode('efca');\n$ti-icon-helmet-off: unicode('f143');\n$ti-icon-help: unicode('eabf');\n$ti-icon-help-circle: unicode('f91d');\n$ti-icon-help-hexagon: unicode('f7a8');\n$ti-icon-help-octagon: unicode('f7a9');\n$ti-icon-help-off: unicode('f3f8');\n$ti-icon-help-small: unicode('f91e');\n$ti-icon-help-square: unicode('f920');\n$ti-icon-help-square-rounded: unicode('f91f');\n$ti-icon-help-triangle: unicode('f921');\n$ti-icon-hemisphere: unicode('faa2');\n$ti-icon-hemisphere-off: unicode('faa0');\n$ti-icon-hemisphere-plus: unicode('faa1');\n$ti-icon-hexagon: unicode('ec02');\n$ti-icon-hexagon-3d: unicode('f4c7');\n$ti-icon-hexagon-letter-a: unicode('f463');\n$ti-icon-hexagon-letter-b: unicode('f464');\n$ti-icon-hexagon-letter-c: unicode('f465');\n$ti-icon-hexagon-letter-d: unicode('f466');\n$ti-icon-hexagon-letter-e: unicode('f467');\n$ti-icon-hexagon-letter-f: unicode('f468');\n$ti-icon-hexagon-letter-g: unicode('f469');\n$ti-icon-hexagon-letter-h: unicode('f46a');\n$ti-icon-hexagon-letter-i: unicode('f46b');\n$ti-icon-hexagon-letter-j: unicode('f46c');\n$ti-icon-hexagon-letter-k: unicode('f46d');\n$ti-icon-hexagon-letter-l: unicode('f46e');\n$ti-icon-hexagon-letter-m: unicode('f46f');\n$ti-icon-hexagon-letter-n: unicode('f470');\n$ti-icon-hexagon-letter-o: unicode('f471');\n$ti-icon-hexagon-letter-p: unicode('f472');\n$ti-icon-hexagon-letter-q: unicode('f473');\n$ti-icon-hexagon-letter-r: unicode('f474');\n$ti-icon-hexagon-letter-s: unicode('f475');\n$ti-icon-hexagon-letter-t: unicode('f476');\n$ti-icon-hexagon-letter-u: unicode('f477');\n$ti-icon-hexagon-letter-v: unicode('f4b3');\n$ti-icon-hexagon-letter-w: unicode('f478');\n$ti-icon-hexagon-letter-x: unicode('f479');\n$ti-icon-hexagon-letter-y: unicode('f47a');\n$ti-icon-hexagon-letter-z: unicode('f47b');\n$ti-icon-hexagon-minus: unicode('fc8f');\n$ti-icon-hexagon-minus-2: unicode('fc8e');\n$ti-icon-hexagon-number-0: unicode('f459');\n$ti-icon-hexagon-number-1: unicode('f45a');\n$ti-icon-hexagon-number-2: unicode('f45b');\n$ti-icon-hexagon-number-3: unicode('f45c');\n$ti-icon-hexagon-number-4: unicode('f45d');\n$ti-icon-hexagon-number-5: unicode('f45e');\n$ti-icon-hexagon-number-6: unicode('f45f');\n$ti-icon-hexagon-number-7: unicode('f460');\n$ti-icon-hexagon-number-8: unicode('f461');\n$ti-icon-hexagon-number-9: unicode('f462');\n$ti-icon-hexagon-off: unicode('ee9c');\n$ti-icon-hexagon-plus: unicode('fc45');\n$ti-icon-hexagon-plus-2: unicode('fc90');\n$ti-icon-hexagonal-prism: unicode('faa5');\n$ti-icon-hexagonal-prism-off: unicode('faa3');\n$ti-icon-hexagonal-prism-plus: unicode('faa4');\n$ti-icon-hexagonal-pyramid: unicode('faa8');\n$ti-icon-hexagonal-pyramid-off: unicode('faa6');\n$ti-icon-hexagonal-pyramid-plus: unicode('faa7');\n$ti-icon-hexagons: unicode('f09d');\n$ti-icon-hexagons-off: unicode('f3f9');\n$ti-icon-hierarchy: unicode('ee9e');\n$ti-icon-hierarchy-2: unicode('ee9d');\n$ti-icon-hierarchy-3: unicode('f289');\n$ti-icon-hierarchy-off: unicode('f3fa');\n$ti-icon-highlight: unicode('ef3f');\n$ti-icon-highlight-off: unicode('f144');\n$ti-icon-history: unicode('ebea');\n$ti-icon-history-off: unicode('f3fb');\n$ti-icon-history-toggle: unicode('f1fc');\n$ti-icon-home: unicode('eac1');\n$ti-icon-home-2: unicode('eac0');\n$ti-icon-home-bitcoin: unicode('ff3a');\n$ti-icon-home-bolt: unicode('f336');\n$ti-icon-home-cancel: unicode('f350');\n$ti-icon-home-check: unicode('f337');\n$ti-icon-home-cog: unicode('f338');\n$ti-icon-home-dollar: unicode('f339');\n$ti-icon-home-dot: unicode('f33a');\n$ti-icon-home-down: unicode('f33b');\n$ti-icon-home-eco: unicode('f351');\n$ti-icon-home-edit: unicode('f352');\n$ti-icon-home-exclamation: unicode('f33c');\n$ti-icon-home-hand: unicode('f504');\n$ti-icon-home-heart: unicode('f353');\n$ti-icon-home-infinity: unicode('f505');\n$ti-icon-home-link: unicode('f354');\n$ti-icon-home-minus: unicode('f33d');\n$ti-icon-home-move: unicode('f33e');\n$ti-icon-home-off: unicode('f145');\n$ti-icon-home-plus: unicode('f33f');\n$ti-icon-home-question: unicode('f340');\n$ti-icon-home-ribbon: unicode('f355');\n$ti-icon-home-search: unicode('f341');\n$ti-icon-home-share: unicode('f342');\n$ti-icon-home-shield: unicode('f343');\n$ti-icon-home-signal: unicode('f356');\n$ti-icon-home-spark: unicode('ffb5');\n$ti-icon-home-star: unicode('f344');\n$ti-icon-home-stats: unicode('f345');\n$ti-icon-home-up: unicode('f346');\n$ti-icon-home-x: unicode('f347');\n$ti-icon-horse: unicode('fc46');\n$ti-icon-horse-toy: unicode('f28a');\n$ti-icon-horseshoe: unicode('fcb7');\n$ti-icon-hospital: unicode('fd59');\n$ti-icon-hospital-circle: unicode('fd58');\n$ti-icon-hotel-service: unicode('ef80');\n$ti-icon-hourglass: unicode('ef93');\n$ti-icon-hourglass-empty: unicode('f146');\n$ti-icon-hourglass-high: unicode('f092');\n$ti-icon-hourglass-low: unicode('f093');\n$ti-icon-hourglass-off: unicode('f147');\n$ti-icon-hours-12: unicode('fc53');\n$ti-icon-hours-24: unicode('f5e7');\n$ti-icon-html: unicode('f7b1');\n$ti-icon-http-connect: unicode('fa28');\n$ti-icon-http-delete: unicode('fa29');\n$ti-icon-http-get: unicode('fa2a');\n$ti-icon-http-head: unicode('fa2b');\n$ti-icon-http-options: unicode('fa2c');\n$ti-icon-http-patch: unicode('fa2d');\n$ti-icon-http-post: unicode('fa2e');\n$ti-icon-http-put: unicode('fa2f');\n$ti-icon-http-que: unicode('fa5b');\n$ti-icon-http-trace: unicode('fa30');\n$ti-icon-ice-cream: unicode('eac2');\n$ti-icon-ice-cream-2: unicode('ee9f');\n$ti-icon-ice-cream-off: unicode('f148');\n$ti-icon-ice-skating: unicode('efcb');\n$ti-icon-icons: unicode('f1d4');\n$ti-icon-icons-off: unicode('f3fc');\n$ti-icon-id: unicode('eac3');\n$ti-icon-id-badge: unicode('eff7');\n$ti-icon-id-badge-2: unicode('f076');\n$ti-icon-id-badge-off: unicode('f3fd');\n$ti-icon-id-off: unicode('f149');\n$ti-icon-ikosaedr: unicode('fec6');\n$ti-icon-image-in-picture: unicode('fd9f');\n$ti-icon-inbox: unicode('eac4');\n$ti-icon-inbox-off: unicode('f14a');\n$ti-icon-indent-decrease: unicode('eb91');\n$ti-icon-indent-increase: unicode('eb92');\n$ti-icon-infinity: unicode('eb69');\n$ti-icon-infinity-off: unicode('f3fe');\n$ti-icon-info-circle: unicode('eac5');\n$ti-icon-info-hexagon: unicode('f7aa');\n$ti-icon-info-octagon: unicode('f7ab');\n$ti-icon-info-small: unicode('f922');\n$ti-icon-info-square: unicode('eac6');\n$ti-icon-info-square-rounded: unicode('f635');\n$ti-icon-info-triangle: unicode('f923');\n$ti-icon-inner-shadow-bottom: unicode('f520');\n$ti-icon-inner-shadow-bottom-left: unicode('f51e');\n$ti-icon-inner-shadow-bottom-right: unicode('f51f');\n$ti-icon-inner-shadow-left: unicode('f521');\n$ti-icon-inner-shadow-right: unicode('f522');\n$ti-icon-inner-shadow-top: unicode('f525');\n$ti-icon-inner-shadow-top-left: unicode('f523');\n$ti-icon-inner-shadow-top-right: unicode('f524');\n$ti-icon-input-ai: unicode('fc5a');\n$ti-icon-input-check: unicode('fc5b');\n$ti-icon-input-search: unicode('f2a2');\n$ti-icon-input-spark: unicode('ffb4');\n$ti-icon-input-x: unicode('fc5c');\n$ti-icon-invoice: unicode('feab');\n$ti-icon-ironing: unicode('fa7c');\n$ti-icon-ironing-1: unicode('f2f4');\n$ti-icon-ironing-2: unicode('f2f5');\n$ti-icon-ironing-3: unicode('f2f6');\n$ti-icon-ironing-off: unicode('f2f7');\n$ti-icon-ironing-steam: unicode('f2f9');\n$ti-icon-ironing-steam-off: unicode('f2f8');\n$ti-icon-irregular-polyhedron: unicode('faab');\n$ti-icon-irregular-polyhedron-off: unicode('faa9');\n$ti-icon-irregular-polyhedron-plus: unicode('faaa');\n$ti-icon-italic: unicode('eb93');\n$ti-icon-jacket: unicode('f661');\n$ti-icon-jetpack: unicode('f581');\n$ti-icon-jewish-star: unicode('f3ff');\n$ti-icon-join-bevel: unicode('ff4c');\n$ti-icon-join-round: unicode('ff4b');\n$ti-icon-join-straight: unicode('ff4a');\n$ti-icon-joker: unicode('1005f');\n$ti-icon-jpg: unicode('f3ac');\n$ti-icon-json: unicode('f7b2');\n$ti-icon-jump-rope: unicode('ed8f');\n$ti-icon-karate: unicode('ed32');\n$ti-icon-kayak: unicode('f1d6');\n$ti-icon-kerning: unicode('efb8');\n$ti-icon-key: unicode('eac7');\n$ti-icon-key-off: unicode('f14b');\n$ti-icon-keyboard: unicode('ebd6');\n$ti-icon-keyboard-hide: unicode('ec7e');\n$ti-icon-keyboard-off: unicode('eea0');\n$ti-icon-keyboard-show: unicode('ec7f');\n$ti-icon-keyframe: unicode('f576');\n$ti-icon-keyframe-align-center: unicode('f582');\n$ti-icon-keyframe-align-horizontal: unicode('f583');\n$ti-icon-keyframe-align-vertical: unicode('f584');\n$ti-icon-keyframes: unicode('f585');\n$ti-icon-label: unicode('ff38');\n$ti-icon-label-important: unicode('ff49');\n$ti-icon-label-off: unicode('ff39');\n$ti-icon-ladder: unicode('efe2');\n$ti-icon-ladder-off: unicode('f14c');\n$ti-icon-ladle: unicode('fc14');\n$ti-icon-lambda: unicode('f541');\n$ti-icon-lamp: unicode('efab');\n$ti-icon-lamp-2: unicode('f09e');\n$ti-icon-lamp-off: unicode('f14d');\n$ti-icon-lane: unicode('faf9');\n$ti-icon-language: unicode('ebbe');\n$ti-icon-language-hiragana: unicode('ef77');\n$ti-icon-language-katakana: unicode('ef78');\n$ti-icon-language-off: unicode('f14e');\n$ti-icon-lasso: unicode('efac');\n$ti-icon-lasso-off: unicode('f14f');\n$ti-icon-lasso-polygon: unicode('f388');\n$ti-icon-laurel-wreath: unicode('ff45');\n$ti-icon-laurel-wreath-1: unicode('ff48');\n$ti-icon-laurel-wreath-2: unicode('ff47');\n$ti-icon-laurel-wreath-3: unicode('ff46');\n$ti-icon-layers-difference: unicode('eac8');\n$ti-icon-layers-intersect: unicode('eac9');\n$ti-icon-layers-intersect-2: unicode('eff8');\n$ti-icon-layers-linked: unicode('eea1');\n$ti-icon-layers-off: unicode('f150');\n$ti-icon-layers-selected: unicode('fea9');\n$ti-icon-layers-selected-bottom: unicode('feaa');\n$ti-icon-layers-subtract: unicode('eaca');\n$ti-icon-layers-union: unicode('eacb');\n$ti-icon-layout: unicode('eadb');\n$ti-icon-layout-2: unicode('eacc');\n$ti-icon-layout-align-bottom: unicode('eacd');\n$ti-icon-layout-align-center: unicode('eace');\n$ti-icon-layout-align-left: unicode('eacf');\n$ti-icon-layout-align-middle: unicode('ead0');\n$ti-icon-layout-align-right: unicode('ead1');\n$ti-icon-layout-align-top: unicode('ead2');\n$ti-icon-layout-board: unicode('ef95');\n$ti-icon-layout-board-split: unicode('ef94');\n$ti-icon-layout-bottombar: unicode('ead3');\n$ti-icon-layout-bottombar-collapse: unicode('f28b');\n$ti-icon-layout-bottombar-expand: unicode('f28c');\n$ti-icon-layout-bottombar-inactive: unicode('fd45');\n$ti-icon-layout-cards: unicode('ec13');\n$ti-icon-layout-collage: unicode('f389');\n$ti-icon-layout-columns: unicode('ead4');\n$ti-icon-layout-dashboard: unicode('f02c');\n$ti-icon-layout-distribute-horizontal: unicode('ead5');\n$ti-icon-layout-distribute-vertical: unicode('ead6');\n$ti-icon-layout-grid: unicode('edba');\n$ti-icon-layout-grid-add: unicode('edb9');\n$ti-icon-layout-grid-remove: unicode('fa7d');\n$ti-icon-layout-kanban: unicode('ec3f');\n$ti-icon-layout-list: unicode('ec14');\n$ti-icon-layout-navbar: unicode('ead7');\n$ti-icon-layout-navbar-collapse: unicode('f28d');\n$ti-icon-layout-navbar-expand: unicode('f28e');\n$ti-icon-layout-navbar-inactive: unicode('fd46');\n$ti-icon-layout-off: unicode('f151');\n$ti-icon-layout-rows: unicode('ead8');\n$ti-icon-layout-sidebar: unicode('eada');\n$ti-icon-layout-sidebar-inactive: unicode('fd47');\n$ti-icon-layout-sidebar-left-collapse: unicode('f004');\n$ti-icon-layout-sidebar-left-expand: unicode('f005');\n$ti-icon-layout-sidebar-right: unicode('ead9');\n$ti-icon-layout-sidebar-right-collapse: unicode('f006');\n$ti-icon-layout-sidebar-right-expand: unicode('f007');\n$ti-icon-layout-sidebar-right-inactive: unicode('fd48');\n$ti-icon-leaf: unicode('ed4f');\n$ti-icon-leaf-2: unicode('ff44');\n$ti-icon-leaf-off: unicode('f400');\n$ti-icon-lego: unicode('eadc');\n$ti-icon-lego-off: unicode('f401');\n$ti-icon-lemon: unicode('ef10');\n$ti-icon-lemon-2: unicode('ef81');\n$ti-icon-letter-a: unicode('ec50');\n$ti-icon-letter-a-small: unicode('fcc7');\n$ti-icon-letter-b: unicode('ec51');\n$ti-icon-letter-b-small: unicode('fcc8');\n$ti-icon-letter-c: unicode('ec52');\n$ti-icon-letter-c-small: unicode('fcc9');\n$ti-icon-letter-case: unicode('eea5');\n$ti-icon-letter-case-lower: unicode('eea2');\n$ti-icon-letter-case-toggle: unicode('eea3');\n$ti-icon-letter-case-upper: unicode('eea4');\n$ti-icon-letter-d: unicode('ec53');\n$ti-icon-letter-d-small: unicode('fcca');\n$ti-icon-letter-e: unicode('ec54');\n$ti-icon-letter-e-small: unicode('fccb');\n$ti-icon-letter-f: unicode('ec55');\n$ti-icon-letter-f-small: unicode('fccc');\n$ti-icon-letter-g: unicode('ec56');\n$ti-icon-letter-g-small: unicode('fccd');\n$ti-icon-letter-h: unicode('ec57');\n$ti-icon-letter-h-small: unicode('fcce');\n$ti-icon-letter-i: unicode('ec58');\n$ti-icon-letter-i-small: unicode('fccf');\n$ti-icon-letter-j: unicode('ec59');\n$ti-icon-letter-j-small: unicode('fcd0');\n$ti-icon-letter-k: unicode('ec5a');\n$ti-icon-letter-k-small: unicode('fcd1');\n$ti-icon-letter-l: unicode('ec5b');\n$ti-icon-letter-l-small: unicode('fcd2');\n$ti-icon-letter-m: unicode('ec5c');\n$ti-icon-letter-m-small: unicode('fcd3');\n$ti-icon-letter-n: unicode('ec5d');\n$ti-icon-letter-n-small: unicode('fcd4');\n$ti-icon-letter-o: unicode('ec5e');\n$ti-icon-letter-o-small: unicode('fcd5');\n$ti-icon-letter-p: unicode('ec5f');\n$ti-icon-letter-p-small: unicode('fcd6');\n$ti-icon-letter-q: unicode('ec60');\n$ti-icon-letter-q-small: unicode('fcd7');\n$ti-icon-letter-r: unicode('ec61');\n$ti-icon-letter-r-small: unicode('fcd8');\n$ti-icon-letter-s: unicode('ec62');\n$ti-icon-letter-s-small: unicode('fcd9');\n$ti-icon-letter-spacing: unicode('eea6');\n$ti-icon-letter-t: unicode('ec63');\n$ti-icon-letter-t-small: unicode('fcda');\n$ti-icon-letter-u: unicode('ec64');\n$ti-icon-letter-u-small: unicode('fcdb');\n$ti-icon-letter-v: unicode('ec65');\n$ti-icon-letter-v-small: unicode('fcdc');\n$ti-icon-letter-w: unicode('ec66');\n$ti-icon-letter-w-small: unicode('fcdd');\n$ti-icon-letter-x: unicode('ec67');\n$ti-icon-letter-x-small: unicode('fcde');\n$ti-icon-letter-y: unicode('ec68');\n$ti-icon-letter-y-small: unicode('fcdf');\n$ti-icon-letter-z: unicode('ec69');\n$ti-icon-letter-z-small: unicode('fce0');\n$ti-icon-library: unicode('fd4c');\n$ti-icon-library-minus: unicode('fd49');\n$ti-icon-library-photo: unicode('fd4a');\n$ti-icon-library-plus: unicode('fd4b');\n$ti-icon-license: unicode('ebc0');\n$ti-icon-license-off: unicode('f153');\n$ti-icon-lifebuoy: unicode('eadd');\n$ti-icon-lifebuoy-off: unicode('f154');\n$ti-icon-lighter: unicode('f794');\n$ti-icon-line: unicode('ec40');\n$ti-icon-line-dashed: unicode('eea7');\n$ti-icon-line-dotted: unicode('eea8');\n$ti-icon-line-height: unicode('eb94');\n$ti-icon-line-scan: unicode('fcb8');\n$ti-icon-link: unicode('eade');\n$ti-icon-link-minus: unicode('fd16');\n$ti-icon-link-off: unicode('f402');\n$ti-icon-link-plus: unicode('fd17');\n$ti-icon-list: unicode('eb6b');\n$ti-icon-list-check: unicode('eb6a');\n$ti-icon-list-details: unicode('ef40');\n$ti-icon-list-letters: unicode('fc47');\n$ti-icon-list-numbers: unicode('ef11');\n$ti-icon-list-search: unicode('eea9');\n$ti-icon-list-tree: unicode('fafa');\n$ti-icon-live-photo: unicode('eadf');\n$ti-icon-live-photo-off: unicode('f403');\n$ti-icon-live-view: unicode('ec6b');\n$ti-icon-load-balancer: unicode('fa5c');\n$ti-icon-loader: unicode('eca3');\n$ti-icon-loader-2: unicode('f226');\n$ti-icon-loader-3: unicode('f513');\n$ti-icon-loader-quarter: unicode('eca2');\n$ti-icon-location: unicode('eae0');\n$ti-icon-location-bolt: unicode('fbaf');\n$ti-icon-location-broken: unicode('f2c4');\n$ti-icon-location-cancel: unicode('fbb0');\n$ti-icon-location-check: unicode('fbb1');\n$ti-icon-location-code: unicode('fbb2');\n$ti-icon-location-cog: unicode('fbb3');\n$ti-icon-location-discount: unicode('fbb4');\n$ti-icon-location-dollar: unicode('fbb5');\n$ti-icon-location-down: unicode('fbb6');\n$ti-icon-location-exclamation: unicode('fbb7');\n$ti-icon-location-heart: unicode('fbb8');\n$ti-icon-location-minus: unicode('fbb9');\n$ti-icon-location-off: unicode('f155');\n$ti-icon-location-pause: unicode('fbba');\n$ti-icon-location-pin: unicode('fbbb');\n$ti-icon-location-plus: unicode('fbbc');\n$ti-icon-location-question: unicode('fbbd');\n$ti-icon-location-search: unicode('fbbe');\n$ti-icon-location-share: unicode('fbbf');\n$ti-icon-location-star: unicode('fbc0');\n$ti-icon-location-up: unicode('fbc1');\n$ti-icon-location-x: unicode('fbc2');\n$ti-icon-lock: unicode('eae2');\n$ti-icon-lock-access: unicode('eeaa');\n$ti-icon-lock-access-off: unicode('f404');\n$ti-icon-lock-bitcoin: unicode('ff37');\n$ti-icon-lock-bolt: unicode('f924');\n$ti-icon-lock-cancel: unicode('f925');\n$ti-icon-lock-check: unicode('f926');\n$ti-icon-lock-code: unicode('f927');\n$ti-icon-lock-cog: unicode('f928');\n$ti-icon-lock-dollar: unicode('f929');\n$ti-icon-lock-down: unicode('f92a');\n$ti-icon-lock-exclamation: unicode('f92b');\n$ti-icon-lock-heart: unicode('f92c');\n$ti-icon-lock-minus: unicode('f92d');\n$ti-icon-lock-off: unicode('ed1e');\n$ti-icon-lock-open: unicode('eae1');\n$ti-icon-lock-open-2: unicode('fea8');\n$ti-icon-lock-open-off: unicode('f156');\n$ti-icon-lock-password: unicode('ff9f');\n$ti-icon-lock-pause: unicode('f92e');\n$ti-icon-lock-pin: unicode('f92f');\n$ti-icon-lock-plus: unicode('f930');\n$ti-icon-lock-question: unicode('f931');\n$ti-icon-lock-search: unicode('f932');\n$ti-icon-lock-share: unicode('f933');\n$ti-icon-lock-square: unicode('ef51');\n$ti-icon-lock-square-rounded: unicode('f636');\n$ti-icon-lock-star: unicode('f934');\n$ti-icon-lock-up: unicode('f935');\n$ti-icon-lock-x: unicode('f936');\n$ti-icon-logic-and: unicode('f240');\n$ti-icon-logic-buffer: unicode('f241');\n$ti-icon-logic-nand: unicode('f242');\n$ti-icon-logic-nor: unicode('f243');\n$ti-icon-logic-not: unicode('f244');\n$ti-icon-logic-or: unicode('f245');\n$ti-icon-logic-xnor: unicode('f246');\n$ti-icon-logic-xor: unicode('f247');\n$ti-icon-login: unicode('eba7');\n$ti-icon-login-2: unicode('fc76');\n$ti-icon-logout: unicode('eba8');\n$ti-icon-logout-2: unicode('fa7e');\n$ti-icon-logs: unicode('fea7');\n$ti-icon-lollipop: unicode('efcc');\n$ti-icon-lollipop-off: unicode('f157');\n$ti-icon-luggage: unicode('efad');\n$ti-icon-luggage-off: unicode('f158');\n$ti-icon-lungs: unicode('ef62');\n$ti-icon-lungs-off: unicode('f405');\n$ti-icon-macro: unicode('eeab');\n$ti-icon-macro-off: unicode('f406');\n$ti-icon-magnet: unicode('eae3');\n$ti-icon-magnet-off: unicode('f159');\n$ti-icon-magnetic: unicode('fcb9');\n$ti-icon-mail: unicode('eae5');\n$ti-icon-mail-ai: unicode('fa31');\n$ti-icon-mail-bitcoin: unicode('ff36');\n$ti-icon-mail-bolt: unicode('f937');\n$ti-icon-mail-cancel: unicode('f938');\n$ti-icon-mail-check: unicode('f939');\n$ti-icon-mail-code: unicode('f93a');\n$ti-icon-mail-cog: unicode('f93b');\n$ti-icon-mail-dollar: unicode('f93c');\n$ti-icon-mail-down: unicode('f93d');\n$ti-icon-mail-exclamation: unicode('f93e');\n$ti-icon-mail-fast: unicode('f069');\n$ti-icon-mail-forward: unicode('eeac');\n$ti-icon-mail-heart: unicode('f93f');\n$ti-icon-mail-minus: unicode('f940');\n$ti-icon-mail-off: unicode('f15a');\n$ti-icon-mail-opened: unicode('eae4');\n$ti-icon-mail-pause: unicode('f941');\n$ti-icon-mail-pin: unicode('f942');\n$ti-icon-mail-plus: unicode('f943');\n$ti-icon-mail-question: unicode('f944');\n$ti-icon-mail-search: unicode('f945');\n$ti-icon-mail-share: unicode('f946');\n$ti-icon-mail-spark: unicode('ffb3');\n$ti-icon-mail-star: unicode('f947');\n$ti-icon-mail-up: unicode('f948');\n$ti-icon-mail-x: unicode('f949');\n$ti-icon-mailbox: unicode('eead');\n$ti-icon-mailbox-off: unicode('f15b');\n$ti-icon-man: unicode('eae6');\n$ti-icon-manual-gearbox: unicode('ed7b');\n$ti-icon-map: unicode('eae9');\n$ti-icon-map-2: unicode('eae7');\n$ti-icon-map-bolt: unicode('fbc3');\n$ti-icon-map-cancel: unicode('fbc4');\n$ti-icon-map-check: unicode('fbc5');\n$ti-icon-map-code: unicode('fbc6');\n$ti-icon-map-cog: unicode('fbc7');\n$ti-icon-map-discount: unicode('fbc8');\n$ti-icon-map-dollar: unicode('fbc9');\n$ti-icon-map-down: unicode('fbca');\n$ti-icon-map-east: unicode('fc5d');\n$ti-icon-map-exclamation: unicode('fbcb');\n$ti-icon-map-heart: unicode('fbcc');\n$ti-icon-map-minus: unicode('fbcd');\n$ti-icon-map-north: unicode('fc5e');\n$ti-icon-map-off: unicode('f15c');\n$ti-icon-map-pause: unicode('fbce');\n$ti-icon-map-pin: unicode('eae8');\n$ti-icon-map-pin-2: unicode('fc48');\n$ti-icon-map-pin-bolt: unicode('f94a');\n$ti-icon-map-pin-cancel: unicode('f94b');\n$ti-icon-map-pin-check: unicode('f94c');\n$ti-icon-map-pin-code: unicode('f94d');\n$ti-icon-map-pin-cog: unicode('f94e');\n$ti-icon-map-pin-dollar: unicode('f94f');\n$ti-icon-map-pin-down: unicode('f950');\n$ti-icon-map-pin-exclamation: unicode('f951');\n$ti-icon-map-pin-heart: unicode('f952');\n$ti-icon-map-pin-minus: unicode('f953');\n$ti-icon-map-pin-off: unicode('ecf3');\n$ti-icon-map-pin-pause: unicode('f954');\n$ti-icon-map-pin-pin: unicode('f955');\n$ti-icon-map-pin-plus: unicode('f956');\n$ti-icon-map-pin-question: unicode('f957');\n$ti-icon-map-pin-search: unicode('f958');\n$ti-icon-map-pin-share: unicode('f795');\n$ti-icon-map-pin-star: unicode('f959');\n$ti-icon-map-pin-up: unicode('f95a');\n$ti-icon-map-pin-x: unicode('f95b');\n$ti-icon-map-pins: unicode('ed5e');\n$ti-icon-map-plus: unicode('fbcf');\n$ti-icon-map-question: unicode('fbd0');\n$ti-icon-map-route: unicode('fc79');\n$ti-icon-map-search: unicode('ef82');\n$ti-icon-map-share: unicode('fbd1');\n$ti-icon-map-south: unicode('fc5f');\n$ti-icon-map-star: unicode('fbd2');\n$ti-icon-map-up: unicode('fbd3');\n$ti-icon-map-west: unicode('fc60');\n$ti-icon-map-x: unicode('fbd4');\n$ti-icon-markdown: unicode('ec41');\n$ti-icon-markdown-off: unicode('f407');\n$ti-icon-marquee: unicode('ec77');\n$ti-icon-marquee-2: unicode('eeae');\n$ti-icon-marquee-off: unicode('f15d');\n$ti-icon-mars: unicode('ec80');\n$ti-icon-mask: unicode('eeb0');\n$ti-icon-mask-off: unicode('eeaf');\n$ti-icon-masks-theater: unicode('f263');\n$ti-icon-masks-theater-off: unicode('f408');\n$ti-icon-massage: unicode('eeb1');\n$ti-icon-matchstick: unicode('f577');\n$ti-icon-math: unicode('ebeb');\n$ti-icon-math-1-divide-2: unicode('f4e2');\n$ti-icon-math-1-divide-3: unicode('f4e3');\n$ti-icon-math-avg: unicode('f0f4');\n$ti-icon-math-cos: unicode('ff1f');\n$ti-icon-math-ctg: unicode('ff35');\n$ti-icon-math-equal-greater: unicode('f4e4');\n$ti-icon-math-equal-lower: unicode('f4e5');\n$ti-icon-math-function: unicode('eeb2');\n$ti-icon-math-function-off: unicode('f15e');\n$ti-icon-math-function-y: unicode('f4e6');\n$ti-icon-math-greater: unicode('f4e7');\n$ti-icon-math-integral: unicode('f4e9');\n$ti-icon-math-integral-x: unicode('f4e8');\n$ti-icon-math-integrals: unicode('f4ea');\n$ti-icon-math-lower: unicode('f4eb');\n$ti-icon-math-max: unicode('f0f5');\n$ti-icon-math-max-min: unicode('fda0');\n$ti-icon-math-min: unicode('f0f6');\n$ti-icon-math-not: unicode('f4ec');\n$ti-icon-math-off: unicode('f409');\n$ti-icon-math-pi: unicode('f4ee');\n$ti-icon-math-pi-divide-2: unicode('f4ed');\n$ti-icon-math-sec: unicode('ff34');\n$ti-icon-math-sin: unicode('ff1e');\n$ti-icon-math-symbols: unicode('eeb3');\n$ti-icon-math-tg: unicode('ff33');\n$ti-icon-math-x-divide-2: unicode('f4ef');\n$ti-icon-math-x-divide-y: unicode('f4f1');\n$ti-icon-math-x-divide-y-2: unicode('f4f0');\n$ti-icon-math-x-floor-divide-y: unicode('10073');\n$ti-icon-math-x-minus-x: unicode('f4f2');\n$ti-icon-math-x-minus-y: unicode('f4f3');\n$ti-icon-math-x-plus-x: unicode('f4f4');\n$ti-icon-math-x-plus-y: unicode('f4f5');\n$ti-icon-math-xy: unicode('f4f6');\n$ti-icon-math-y-minus-y: unicode('f4f7');\n$ti-icon-math-y-plus-y: unicode('f4f8');\n$ti-icon-maximize: unicode('eaea');\n$ti-icon-maximize-off: unicode('f15f');\n$ti-icon-meat: unicode('ef12');\n$ti-icon-meat-off: unicode('f40a');\n$ti-icon-medal: unicode('ec78');\n$ti-icon-medal-2: unicode('efcd');\n$ti-icon-medical-cross: unicode('ec2f');\n$ti-icon-medical-cross-circle: unicode('fae8');\n$ti-icon-medical-cross-off: unicode('f160');\n$ti-icon-medicine-syrup: unicode('ef63');\n$ti-icon-meeple: unicode('f514');\n$ti-icon-melon: unicode('fc7a');\n$ti-icon-menorah: unicode('f58c');\n$ti-icon-menu: unicode('eaeb');\n$ti-icon-menu-2: unicode('ec42');\n$ti-icon-menu-3: unicode('ff43');\n$ti-icon-menu-4: unicode('ff42');\n$ti-icon-menu-deep: unicode('fafb');\n$ti-icon-menu-order: unicode('f5f5');\n$ti-icon-message: unicode('eaef');\n$ti-icon-message-2: unicode('eaec');\n$ti-icon-message-2-bolt: unicode('f95c');\n$ti-icon-message-2-cancel: unicode('f95d');\n$ti-icon-message-2-check: unicode('f95e');\n$ti-icon-message-2-code: unicode('f012');\n$ti-icon-message-2-cog: unicode('f95f');\n$ti-icon-message-2-dollar: unicode('f960');\n$ti-icon-message-2-down: unicode('f961');\n$ti-icon-message-2-exclamation: unicode('f962');\n$ti-icon-message-2-heart: unicode('f963');\n$ti-icon-message-2-minus: unicode('f964');\n$ti-icon-message-2-off: unicode('f40b');\n$ti-icon-message-2-pause: unicode('f965');\n$ti-icon-message-2-pin: unicode('f966');\n$ti-icon-message-2-plus: unicode('f967');\n$ti-icon-message-2-question: unicode('f968');\n$ti-icon-message-2-search: unicode('f969');\n$ti-icon-message-2-share: unicode('f077');\n$ti-icon-message-2-star: unicode('f96a');\n$ti-icon-message-2-up: unicode('f96b');\n$ti-icon-message-2-x: unicode('f96c');\n$ti-icon-message-bolt: unicode('f96d');\n$ti-icon-message-cancel: unicode('f96e');\n$ti-icon-message-chatbot: unicode('f38a');\n$ti-icon-message-check: unicode('f96f');\n$ti-icon-message-circle: unicode('eaed');\n$ti-icon-message-circle-bolt: unicode('f970');\n$ti-icon-message-circle-cancel: unicode('f971');\n$ti-icon-message-circle-check: unicode('f972');\n$ti-icon-message-circle-code: unicode('f973');\n$ti-icon-message-circle-cog: unicode('f974');\n$ti-icon-message-circle-dollar: unicode('f975');\n$ti-icon-message-circle-down: unicode('f976');\n$ti-icon-message-circle-exclamation: unicode('f977');\n$ti-icon-message-circle-heart: unicode('f978');\n$ti-icon-message-circle-minus: unicode('f979');\n$ti-icon-message-circle-off: unicode('ed40');\n$ti-icon-message-circle-pause: unicode('f97a');\n$ti-icon-message-circle-pin: unicode('f97b');\n$ti-icon-message-circle-plus: unicode('f97c');\n$ti-icon-message-circle-question: unicode('f97d');\n$ti-icon-message-circle-search: unicode('f97e');\n$ti-icon-message-circle-share: unicode('f97f');\n$ti-icon-message-circle-star: unicode('f980');\n$ti-icon-message-circle-up: unicode('f981');\n$ti-icon-message-circle-user: unicode('fec5');\n$ti-icon-message-circle-x: unicode('f982');\n$ti-icon-message-code: unicode('f013');\n$ti-icon-message-cog: unicode('f983');\n$ti-icon-message-dollar: unicode('f984');\n$ti-icon-message-dots: unicode('eaee');\n$ti-icon-message-down: unicode('f985');\n$ti-icon-message-exclamation: unicode('f986');\n$ti-icon-message-forward: unicode('f28f');\n$ti-icon-message-heart: unicode('f987');\n$ti-icon-message-language: unicode('efae');\n$ti-icon-message-minus: unicode('f988');\n$ti-icon-message-off: unicode('ed41');\n$ti-icon-message-pause: unicode('f989');\n$ti-icon-message-pin: unicode('f98a');\n$ti-icon-message-plus: unicode('ec9a');\n$ti-icon-message-question: unicode('f98b');\n$ti-icon-message-reply: unicode('fd4d');\n$ti-icon-message-report: unicode('ec9b');\n$ti-icon-message-search: unicode('f98c');\n$ti-icon-message-share: unicode('f078');\n$ti-icon-message-star: unicode('f98d');\n$ti-icon-message-up: unicode('f98e');\n$ti-icon-message-user: unicode('fec4');\n$ti-icon-message-x: unicode('f98f');\n$ti-icon-messages: unicode('eb6c');\n$ti-icon-messages-off: unicode('ed42');\n$ti-icon-meteor: unicode('f1fd');\n$ti-icon-meteor-off: unicode('f40c');\n$ti-icon-meter-cube: unicode('fd7c');\n$ti-icon-meter-square: unicode('fd7d');\n$ti-icon-metronome: unicode('fd25');\n$ti-icon-michelin-bib-gourmand: unicode('fae9');\n$ti-icon-michelin-star: unicode('faeb');\n$ti-icon-michelin-star-green: unicode('faea');\n$ti-icon-mickey: unicode('f2a3');\n$ti-icon-microphone: unicode('eaf0');\n$ti-icon-microphone-2: unicode('ef2c');\n$ti-icon-microphone-2-off: unicode('f40d');\n$ti-icon-microphone-off: unicode('ed16');\n$ti-icon-microscope: unicode('ef64');\n$ti-icon-microscope-off: unicode('f40e');\n$ti-icon-microwave: unicode('f248');\n$ti-icon-microwave-off: unicode('f264');\n$ti-icon-military-award: unicode('f079');\n$ti-icon-military-rank: unicode('efcf');\n$ti-icon-milk: unicode('ef13');\n$ti-icon-milk-off: unicode('f40f');\n$ti-icon-milkshake: unicode('f4c8');\n$ti-icon-minimize: unicode('eaf1');\n$ti-icon-minus: unicode('eaf2');\n$ti-icon-minus-vertical: unicode('eeb4');\n$ti-icon-mist: unicode('ec30');\n$ti-icon-mist-off: unicode('f410');\n$ti-icon-mobiledata: unicode('f9f5');\n$ti-icon-mobiledata-off: unicode('f9f4');\n$ti-icon-moneybag: unicode('f506');\n$ti-icon-monkeybar: unicode('feb4');\n$ti-icon-mood-angry: unicode('f2de');\n$ti-icon-mood-annoyed: unicode('f2e0');\n$ti-icon-mood-annoyed-2: unicode('f2df');\n$ti-icon-mood-bitcoin: unicode('ff32');\n$ti-icon-mood-boy: unicode('ed2d');\n$ti-icon-mood-check: unicode('f7b3');\n$ti-icon-mood-cog: unicode('f7b4');\n$ti-icon-mood-confuzed: unicode('eaf3');\n$ti-icon-mood-crazy-happy: unicode('ed90');\n$ti-icon-mood-cry: unicode('ecbb');\n$ti-icon-mood-dollar: unicode('f7b5');\n$ti-icon-mood-edit: unicode('fa05');\n$ti-icon-mood-empty: unicode('eeb5');\n$ti-icon-mood-happy: unicode('eaf4');\n$ti-icon-mood-heart: unicode('f7b6');\n$ti-icon-mood-kid: unicode('ec03');\n$ti-icon-mood-look-down: unicode('fd37');\n$ti-icon-mood-look-left: unicode('f2c5');\n$ti-icon-mood-look-right: unicode('f2c6');\n$ti-icon-mood-look-up: unicode('fd38');\n$ti-icon-mood-minus: unicode('f7b7');\n$ti-icon-mood-nerd: unicode('f2e1');\n$ti-icon-mood-nervous: unicode('ef96');\n$ti-icon-mood-neutral: unicode('eaf5');\n$ti-icon-mood-off: unicode('f161');\n$ti-icon-mood-pin: unicode('f7b8');\n$ti-icon-mood-plus: unicode('f7b9');\n$ti-icon-mood-puzzled: unicode('fd39');\n$ti-icon-mood-sad: unicode('eaf6');\n$ti-icon-mood-sad-2: unicode('f2e2');\n$ti-icon-mood-sad-dizzy: unicode('f2e3');\n$ti-icon-mood-sad-squint: unicode('f2e4');\n$ti-icon-mood-search: unicode('f7ba');\n$ti-icon-mood-share: unicode('fa06');\n$ti-icon-mood-sick: unicode('f2e5');\n$ti-icon-mood-silence: unicode('f2e6');\n$ti-icon-mood-sing: unicode('f2c7');\n$ti-icon-mood-smile: unicode('eaf7');\n$ti-icon-mood-smile-beam: unicode('f2e7');\n$ti-icon-mood-smile-dizzy: unicode('f2e8');\n$ti-icon-mood-spark: unicode('ffb2');\n$ti-icon-mood-surprised: unicode('ec04');\n$ti-icon-mood-tongue: unicode('eb95');\n$ti-icon-mood-tongue-wink: unicode('f2ea');\n$ti-icon-mood-tongue-wink-2: unicode('f2e9');\n$ti-icon-mood-unamused: unicode('f2eb');\n$ti-icon-mood-up: unicode('f7bb');\n$ti-icon-mood-wink: unicode('f2ed');\n$ti-icon-mood-wink-2: unicode('f2ec');\n$ti-icon-mood-wrrr: unicode('f2ee');\n$ti-icon-mood-x: unicode('f7bc');\n$ti-icon-mood-xd: unicode('f2ef');\n$ti-icon-moon: unicode('eaf8');\n$ti-icon-moon-2: unicode('ece6');\n$ti-icon-moon-off: unicode('f162');\n$ti-icon-moon-stars: unicode('ece7');\n$ti-icon-moped: unicode('ecbc');\n$ti-icon-motorbike: unicode('eeb6');\n$ti-icon-mountain: unicode('ef97');\n$ti-icon-mountain-off: unicode('f411');\n$ti-icon-mouse: unicode('eaf9');\n$ti-icon-mouse-2: unicode('f1d7');\n$ti-icon-mouse-off: unicode('f163');\n$ti-icon-moustache: unicode('f4c9');\n$ti-icon-movie: unicode('eafa');\n$ti-icon-movie-off: unicode('f164');\n$ti-icon-mug: unicode('eafb');\n$ti-icon-mug-off: unicode('f165');\n$ti-icon-multiplier-0-5x: unicode('ef41');\n$ti-icon-multiplier-1-5x: unicode('ef42');\n$ti-icon-multiplier-1x: unicode('ef43');\n$ti-icon-multiplier-2x: unicode('ef44');\n$ti-icon-mushroom: unicode('ef14');\n$ti-icon-mushroom-off: unicode('f412');\n$ti-icon-music: unicode('eafc');\n$ti-icon-music-bolt: unicode('fbd5');\n$ti-icon-music-cancel: unicode('fbd6');\n$ti-icon-music-check: unicode('fbd7');\n$ti-icon-music-code: unicode('fbd8');\n$ti-icon-music-cog: unicode('fbd9');\n$ti-icon-music-discount: unicode('fbda');\n$ti-icon-music-dollar: unicode('fbdb');\n$ti-icon-music-down: unicode('fbdc');\n$ti-icon-music-exclamation: unicode('fbdd');\n$ti-icon-music-heart: unicode('fbde');\n$ti-icon-music-minus: unicode('fbdf');\n$ti-icon-music-off: unicode('f166');\n$ti-icon-music-pause: unicode('fbe0');\n$ti-icon-music-pin: unicode('fbe1');\n$ti-icon-music-plus: unicode('fbe2');\n$ti-icon-music-question: unicode('fbe3');\n$ti-icon-music-search: unicode('fbe4');\n$ti-icon-music-share: unicode('fbe5');\n$ti-icon-music-star: unicode('fbe6');\n$ti-icon-music-up: unicode('fbe7');\n$ti-icon-music-x: unicode('fbe8');\n$ti-icon-navigation: unicode('f2c8');\n$ti-icon-navigation-bolt: unicode('fbe9');\n$ti-icon-navigation-cancel: unicode('fbea');\n$ti-icon-navigation-check: unicode('fbeb');\n$ti-icon-navigation-code: unicode('fbec');\n$ti-icon-navigation-cog: unicode('fbed');\n$ti-icon-navigation-discount: unicode('fbee');\n$ti-icon-navigation-dollar: unicode('fbef');\n$ti-icon-navigation-down: unicode('fbf0');\n$ti-icon-navigation-east: unicode('fcba');\n$ti-icon-navigation-exclamation: unicode('fbf1');\n$ti-icon-navigation-heart: unicode('fbf2');\n$ti-icon-navigation-minus: unicode('fbf3');\n$ti-icon-navigation-north: unicode('fcbb');\n$ti-icon-navigation-off: unicode('f413');\n$ti-icon-navigation-pause: unicode('fbf4');\n$ti-icon-navigation-pin: unicode('fbf5');\n$ti-icon-navigation-plus: unicode('fbf6');\n$ti-icon-navigation-question: unicode('fbf7');\n$ti-icon-navigation-search: unicode('fbf8');\n$ti-icon-navigation-share: unicode('fbf9');\n$ti-icon-navigation-south: unicode('fcbc');\n$ti-icon-navigation-star: unicode('fbfa');\n$ti-icon-navigation-top: unicode('faec');\n$ti-icon-navigation-up: unicode('fbfb');\n$ti-icon-navigation-west: unicode('fcbd');\n$ti-icon-navigation-x: unicode('fbfc');\n$ti-icon-needle: unicode('f508');\n$ti-icon-needle-thread: unicode('f507');\n$ti-icon-network: unicode('f09f');\n$ti-icon-network-off: unicode('f414');\n$ti-icon-new-section: unicode('ebc1');\n$ti-icon-news: unicode('eafd');\n$ti-icon-news-off: unicode('f167');\n$ti-icon-nfc: unicode('eeb7');\n$ti-icon-nfc-off: unicode('f168');\n$ti-icon-no-copyright: unicode('efb9');\n$ti-icon-no-creative-commons: unicode('efba');\n$ti-icon-no-derivatives: unicode('efbb');\n$ti-icon-north-star: unicode('f014');\n$ti-icon-note: unicode('eb6d');\n$ti-icon-note-off: unicode('f169');\n$ti-icon-notebook: unicode('eb96');\n$ti-icon-notebook-off: unicode('f415');\n$ti-icon-notes: unicode('eb6e');\n$ti-icon-notes-off: unicode('f16a');\n$ti-icon-notification: unicode('eafe');\n$ti-icon-notification-off: unicode('f16b');\n$ti-icon-number: unicode('f1fe');\n$ti-icon-number-0: unicode('edf0');\n$ti-icon-number-0-small: unicode('fce1');\n$ti-icon-number-1: unicode('edf1');\n$ti-icon-number-1-small: unicode('fce2');\n$ti-icon-number-10: unicode('1005e');\n$ti-icon-number-10-small: unicode('fce3');\n$ti-icon-number-100-small: unicode('10005');\n$ti-icon-number-11: unicode('1005d');\n$ti-icon-number-11-small: unicode('fce4');\n$ti-icon-number-12-small: unicode('fce5');\n$ti-icon-number-123: unicode('f554');\n$ti-icon-number-13-small: unicode('fce6');\n$ti-icon-number-14-small: unicode('fce7');\n$ti-icon-number-15-small: unicode('fce8');\n$ti-icon-number-16-small: unicode('fce9');\n$ti-icon-number-17-small: unicode('fcea');\n$ti-icon-number-18-small: unicode('fceb');\n$ti-icon-number-19-small: unicode('fcec');\n$ti-icon-number-2: unicode('edf2');\n$ti-icon-number-2-small: unicode('fced');\n$ti-icon-number-20-small: unicode('fcee');\n$ti-icon-number-21-small: unicode('fcef');\n$ti-icon-number-22-small: unicode('fcf0');\n$ti-icon-number-23-small: unicode('fcf1');\n$ti-icon-number-24-small: unicode('fcf2');\n$ti-icon-number-25-small: unicode('fcf3');\n$ti-icon-number-26-small: unicode('fcf4');\n$ti-icon-number-27-small: unicode('fcf5');\n$ti-icon-number-28-small: unicode('fcf6');\n$ti-icon-number-29-small: unicode('fcf7');\n$ti-icon-number-3: unicode('edf3');\n$ti-icon-number-3-small: unicode('fcf8');\n$ti-icon-number-30-small: unicode('10004');\n$ti-icon-number-31-small: unicode('10003');\n$ti-icon-number-32-small: unicode('10002');\n$ti-icon-number-33-small: unicode('10001');\n$ti-icon-number-34-small: unicode('10000');\n$ti-icon-number-35-small: unicode('ffff');\n$ti-icon-number-36-small: unicode('fffe');\n$ti-icon-number-37-small: unicode('fffd');\n$ti-icon-number-38-small: unicode('fffc');\n$ti-icon-number-39-small: unicode('fffb');\n$ti-icon-number-4: unicode('edf4');\n$ti-icon-number-4-small: unicode('fcf9');\n$ti-icon-number-40-small: unicode('fffa');\n$ti-icon-number-41-small: unicode('fff9');\n$ti-icon-number-42-small: unicode('fff8');\n$ti-icon-number-43-small: unicode('fff7');\n$ti-icon-number-44-small: unicode('fff6');\n$ti-icon-number-45-small: unicode('fff5');\n$ti-icon-number-46-small: unicode('fff4');\n$ti-icon-number-47-small: unicode('fff3');\n$ti-icon-number-48-small: unicode('fff2');\n$ti-icon-number-49-small: unicode('fff1');\n$ti-icon-number-5: unicode('edf5');\n$ti-icon-number-5-small: unicode('fcfa');\n$ti-icon-number-50-small: unicode('fff0');\n$ti-icon-number-51-small: unicode('ffef');\n$ti-icon-number-52-small: unicode('ffee');\n$ti-icon-number-53-small: unicode('ffed');\n$ti-icon-number-54-small: unicode('ffec');\n$ti-icon-number-55-small: unicode('ffeb');\n$ti-icon-number-56-small: unicode('ffea');\n$ti-icon-number-57-small: unicode('ffe9');\n$ti-icon-number-58-small: unicode('ffe8');\n$ti-icon-number-59-small: unicode('ffe7');\n$ti-icon-number-6: unicode('edf6');\n$ti-icon-number-6-small: unicode('fcfb');\n$ti-icon-number-60-small: unicode('ffe6');\n$ti-icon-number-61-small: unicode('ffe5');\n$ti-icon-number-62-small: unicode('ffe4');\n$ti-icon-number-63-small: unicode('ffe3');\n$ti-icon-number-64-small: unicode('ffe2');\n$ti-icon-number-65-small: unicode('ffe1');\n$ti-icon-number-66-small: unicode('ffe0');\n$ti-icon-number-67-small: unicode('ffdf');\n$ti-icon-number-68-small: unicode('ffde');\n$ti-icon-number-69-small: unicode('ffdd');\n$ti-icon-number-7: unicode('edf7');\n$ti-icon-number-7-small: unicode('fcfc');\n$ti-icon-number-70-small: unicode('ffdc');\n$ti-icon-number-71-small: unicode('ffdb');\n$ti-icon-number-72-small: unicode('ffda');\n$ti-icon-number-73-small: unicode('ffd9');\n$ti-icon-number-74-small: unicode('ffd8');\n$ti-icon-number-75-small: unicode('ffd7');\n$ti-icon-number-76-small: unicode('ffd6');\n$ti-icon-number-77-small: unicode('ffd5');\n$ti-icon-number-78-small: unicode('ffd4');\n$ti-icon-number-79-small: unicode('ffd3');\n$ti-icon-number-8: unicode('edf8');\n$ti-icon-number-8-small: unicode('fcfd');\n$ti-icon-number-80-small: unicode('ffd2');\n$ti-icon-number-81-small: unicode('ffd1');\n$ti-icon-number-82-small: unicode('ffd0');\n$ti-icon-number-83-small: unicode('ffcf');\n$ti-icon-number-84-small: unicode('ffce');\n$ti-icon-number-85-small: unicode('ffcd');\n$ti-icon-number-86-small: unicode('ffcc');\n$ti-icon-number-87-small: unicode('ffcb');\n$ti-icon-number-88-small: unicode('ffca');\n$ti-icon-number-89-small: unicode('ffc9');\n$ti-icon-number-9: unicode('edf9');\n$ti-icon-number-9-small: unicode('fcfe');\n$ti-icon-number-90-small: unicode('ffc8');\n$ti-icon-number-91-small: unicode('ffc7');\n$ti-icon-number-92-small: unicode('ffc6');\n$ti-icon-number-93-small: unicode('ffc5');\n$ti-icon-number-94-small: unicode('ffc4');\n$ti-icon-number-95-small: unicode('ffc3');\n$ti-icon-number-96-small: unicode('ffc2');\n$ti-icon-number-97-small: unicode('ffc1');\n$ti-icon-number-98-small: unicode('ffc0');\n$ti-icon-number-99-small: unicode('ffbf');\n$ti-icon-numbers: unicode('f015');\n$ti-icon-nurse: unicode('ef65');\n$ti-icon-nut: unicode('fc61');\n$ti-icon-object-scan: unicode('fef1');\n$ti-icon-octagon: unicode('ecbd');\n$ti-icon-octagon-minus: unicode('fc92');\n$ti-icon-octagon-minus-2: unicode('fc91');\n$ti-icon-octagon-off: unicode('eeb8');\n$ti-icon-octagon-plus: unicode('fc94');\n$ti-icon-octagon-plus-2: unicode('fc93');\n$ti-icon-octahedron: unicode('faae');\n$ti-icon-octahedron-off: unicode('faac');\n$ti-icon-octahedron-plus: unicode('faad');\n$ti-icon-old: unicode('eeb9');\n$ti-icon-olympics: unicode('eeba');\n$ti-icon-olympics-off: unicode('f416');\n$ti-icon-om: unicode('f58d');\n$ti-icon-omega: unicode('eb97');\n$ti-icon-outbound: unicode('f249');\n$ti-icon-outlet: unicode('ebd7');\n$ti-icon-oval: unicode('f02e');\n$ti-icon-oval-vertical: unicode('f02d');\n$ti-icon-overline: unicode('eebb');\n$ti-icon-package: unicode('eaff');\n$ti-icon-package-export: unicode('f07a');\n$ti-icon-package-import: unicode('f07b');\n$ti-icon-package-off: unicode('f16c');\n$ti-icon-packages: unicode('f2c9');\n$ti-icon-pacman: unicode('eebc');\n$ti-icon-page-break: unicode('ec81');\n$ti-icon-paint: unicode('eb00');\n$ti-icon-paint-off: unicode('f16d');\n$ti-icon-palette: unicode('eb01');\n$ti-icon-palette-off: unicode('f16e');\n$ti-icon-panorama-horizontal: unicode('ed33');\n$ti-icon-panorama-horizontal-off: unicode('f417');\n$ti-icon-panorama-vertical: unicode('ed34');\n$ti-icon-panorama-vertical-off: unicode('f418');\n$ti-icon-paper-bag: unicode('f02f');\n$ti-icon-paper-bag-off: unicode('f16f');\n$ti-icon-paperclip: unicode('eb02');\n$ti-icon-parachute: unicode('ed7c');\n$ti-icon-parachute-off: unicode('f170');\n$ti-icon-parentheses: unicode('ebd8');\n$ti-icon-parentheses-off: unicode('f171');\n$ti-icon-parking: unicode('eb03');\n$ti-icon-parking-circle: unicode('fd5a');\n$ti-icon-parking-off: unicode('f172');\n$ti-icon-password: unicode('f4ca');\n$ti-icon-password-fingerprint: unicode('fc7b');\n$ti-icon-password-mobile-phone: unicode('fc7c');\n$ti-icon-password-user: unicode('fc7d');\n$ti-icon-paw: unicode('eff9');\n$ti-icon-paw-off: unicode('f419');\n$ti-icon-paywall: unicode('fd7e');\n$ti-icon-pdf: unicode('f7ac');\n$ti-icon-peace: unicode('ecbe');\n$ti-icon-pencil: unicode('eb04');\n$ti-icon-pencil-bolt: unicode('fbfd');\n$ti-icon-pencil-cancel: unicode('fbfe');\n$ti-icon-pencil-check: unicode('fbff');\n$ti-icon-pencil-code: unicode('fc00');\n$ti-icon-pencil-cog: unicode('fc01');\n$ti-icon-pencil-discount: unicode('fc02');\n$ti-icon-pencil-dollar: unicode('fc03');\n$ti-icon-pencil-down: unicode('fc04');\n$ti-icon-pencil-exclamation: unicode('fc05');\n$ti-icon-pencil-heart: unicode('fc06');\n$ti-icon-pencil-minus: unicode('f1eb');\n$ti-icon-pencil-off: unicode('f173');\n$ti-icon-pencil-pause: unicode('fc07');\n$ti-icon-pencil-pin: unicode('fc08');\n$ti-icon-pencil-plus: unicode('f1ec');\n$ti-icon-pencil-question: unicode('fc09');\n$ti-icon-pencil-search: unicode('fc0a');\n$ti-icon-pencil-share: unicode('fc0b');\n$ti-icon-pencil-star: unicode('fc0c');\n$ti-icon-pencil-up: unicode('fc0d');\n$ti-icon-pencil-x: unicode('fc0e');\n$ti-icon-pennant: unicode('ed7d');\n$ti-icon-pennant-2: unicode('f06a');\n$ti-icon-pennant-off: unicode('f174');\n$ti-icon-pentagon: unicode('efe3');\n$ti-icon-pentagon-minus: unicode('feb3');\n$ti-icon-pentagon-number-0: unicode('fc7e');\n$ti-icon-pentagon-number-1: unicode('fc7f');\n$ti-icon-pentagon-number-2: unicode('fc80');\n$ti-icon-pentagon-number-3: unicode('fc81');\n$ti-icon-pentagon-number-4: unicode('fc82');\n$ti-icon-pentagon-number-5: unicode('fc83');\n$ti-icon-pentagon-number-6: unicode('fc84');\n$ti-icon-pentagon-number-7: unicode('fc85');\n$ti-icon-pentagon-number-8: unicode('fc86');\n$ti-icon-pentagon-number-9: unicode('fc87');\n$ti-icon-pentagon-off: unicode('f41a');\n$ti-icon-pentagon-plus: unicode('fc49');\n$ti-icon-pentagon-x: unicode('fc88');\n$ti-icon-pentagram: unicode('f586');\n$ti-icon-pepper: unicode('ef15');\n$ti-icon-pepper-off: unicode('f175');\n$ti-icon-percentage: unicode('ecf4');\n$ti-icon-percentage-0: unicode('fee5');\n$ti-icon-percentage-10: unicode('fee4');\n$ti-icon-percentage-100: unicode('fee3');\n$ti-icon-percentage-20: unicode('fee2');\n$ti-icon-percentage-25: unicode('fee1');\n$ti-icon-percentage-30: unicode('fee0');\n$ti-icon-percentage-33: unicode('fedf');\n$ti-icon-percentage-40: unicode('fede');\n$ti-icon-percentage-50: unicode('fedd');\n$ti-icon-percentage-60: unicode('fedc');\n$ti-icon-percentage-66: unicode('fedb');\n$ti-icon-percentage-70: unicode('feda');\n$ti-icon-percentage-75: unicode('fed9');\n$ti-icon-percentage-80: unicode('fed8');\n$ti-icon-percentage-90: unicode('fed7');\n$ti-icon-perfume: unicode('f509');\n$ti-icon-perspective: unicode('eebd');\n$ti-icon-perspective-off: unicode('f176');\n$ti-icon-phone: unicode('eb09');\n$ti-icon-phone-call: unicode('eb05');\n$ti-icon-phone-calling: unicode('ec43');\n$ti-icon-phone-check: unicode('ec05');\n$ti-icon-phone-done: unicode('ff9e');\n$ti-icon-phone-end: unicode('ff9d');\n$ti-icon-phone-incoming: unicode('eb06');\n$ti-icon-phone-off: unicode('ecf5');\n$ti-icon-phone-outgoing: unicode('eb07');\n$ti-icon-phone-pause: unicode('eb08');\n$ti-icon-phone-plus: unicode('ec06');\n$ti-icon-phone-ringing: unicode('ff9c');\n$ti-icon-phone-spark: unicode('ffb1');\n$ti-icon-phone-x: unicode('ec07');\n$ti-icon-photo: unicode('eb0a');\n$ti-icon-photo-ai: unicode('fa32');\n$ti-icon-photo-bitcoin: unicode('ff31');\n$ti-icon-photo-bolt: unicode('f990');\n$ti-icon-photo-cancel: unicode('f35d');\n$ti-icon-photo-check: unicode('f35e');\n$ti-icon-photo-circle: unicode('fc4a');\n$ti-icon-photo-circle-minus: unicode('fc62');\n$ti-icon-photo-circle-plus: unicode('fc63');\n$ti-icon-photo-code: unicode('f991');\n$ti-icon-photo-cog: unicode('f992');\n$ti-icon-photo-dollar: unicode('f993');\n$ti-icon-photo-down: unicode('f35f');\n$ti-icon-photo-edit: unicode('f360');\n$ti-icon-photo-exclamation: unicode('f994');\n$ti-icon-photo-heart: unicode('f361');\n$ti-icon-photo-hexagon: unicode('fc4b');\n$ti-icon-photo-minus: unicode('f362');\n$ti-icon-photo-off: unicode('ecf6');\n$ti-icon-photo-pause: unicode('f995');\n$ti-icon-photo-pentagon: unicode('fc4c');\n$ti-icon-photo-pin: unicode('f996');\n$ti-icon-photo-plus: unicode('f363');\n$ti-icon-photo-question: unicode('f997');\n$ti-icon-photo-scan: unicode('fca8');\n$ti-icon-photo-search: unicode('f364');\n$ti-icon-photo-sensor: unicode('f798');\n$ti-icon-photo-sensor-2: unicode('f796');\n$ti-icon-photo-sensor-3: unicode('f797');\n$ti-icon-photo-share: unicode('f998');\n$ti-icon-photo-shield: unicode('f365');\n$ti-icon-photo-spark: unicode('ffb0');\n$ti-icon-photo-square-rounded: unicode('fc4d');\n$ti-icon-photo-star: unicode('f366');\n$ti-icon-photo-up: unicode('f38b');\n$ti-icon-photo-video: unicode('fc95');\n$ti-icon-photo-x: unicode('f367');\n$ti-icon-physotherapist: unicode('eebe');\n$ti-icon-piano: unicode('fad3');\n$ti-icon-pick: unicode('fafc');\n$ti-icon-picnic-table: unicode('fed6');\n$ti-icon-picture-in-picture: unicode('ed35');\n$ti-icon-picture-in-picture-off: unicode('ed43');\n$ti-icon-picture-in-picture-on: unicode('ed44');\n$ti-icon-picture-in-picture-top: unicode('efe4');\n$ti-icon-pig: unicode('ef52');\n$ti-icon-pig-money: unicode('f38c');\n$ti-icon-pig-off: unicode('f177');\n$ti-icon-pilcrow: unicode('f5f6');\n$ti-icon-pilcrow-left: unicode('fd7f');\n$ti-icon-pilcrow-right: unicode('fd80');\n$ti-icon-pill: unicode('ec44');\n$ti-icon-pill-off: unicode('f178');\n$ti-icon-pills: unicode('ef66');\n$ti-icon-pin: unicode('ec9c');\n$ti-icon-pin-end: unicode('fd5b');\n$ti-icon-pin-invoke: unicode('fd5c');\n$ti-icon-ping-pong: unicode('f38d');\n$ti-icon-pinned: unicode('ed60');\n$ti-icon-pinned-off: unicode('ed5f');\n$ti-icon-pizza: unicode('edbb');\n$ti-icon-pizza-off: unicode('f179');\n$ti-icon-placeholder: unicode('f626');\n$ti-icon-plane: unicode('eb6f');\n$ti-icon-plane-arrival: unicode('eb99');\n$ti-icon-plane-departure: unicode('eb9a');\n$ti-icon-plane-inflight: unicode('ef98');\n$ti-icon-plane-off: unicode('f17a');\n$ti-icon-plane-tilt: unicode('f1ed');\n$ti-icon-planet: unicode('ec08');\n$ti-icon-planet-off: unicode('f17b');\n$ti-icon-plant: unicode('ed50');\n$ti-icon-plant-2: unicode('ed7e');\n$ti-icon-plant-2-off: unicode('f17c');\n$ti-icon-plant-off: unicode('f17d');\n$ti-icon-play-basketball: unicode('fa66');\n$ti-icon-play-card: unicode('eebf');\n$ti-icon-play-card-1: unicode('1005c');\n$ti-icon-play-card-10: unicode('1005b');\n$ti-icon-play-card-2: unicode('1005a');\n$ti-icon-play-card-3: unicode('10059');\n$ti-icon-play-card-4: unicode('10058');\n$ti-icon-play-card-5: unicode('10057');\n$ti-icon-play-card-6: unicode('10056');\n$ti-icon-play-card-7: unicode('10055');\n$ti-icon-play-card-8: unicode('10054');\n$ti-icon-play-card-9: unicode('10053');\n$ti-icon-play-card-a: unicode('10052');\n$ti-icon-play-card-j: unicode('10051');\n$ti-icon-play-card-k: unicode('10050');\n$ti-icon-play-card-off: unicode('f17e');\n$ti-icon-play-card-q: unicode('1004f');\n$ti-icon-play-card-star: unicode('1004e');\n$ti-icon-play-football: unicode('fa67');\n$ti-icon-play-handball: unicode('fa68');\n$ti-icon-play-volleyball: unicode('fa69');\n$ti-icon-player-eject: unicode('efbc');\n$ti-icon-player-pause: unicode('ed45');\n$ti-icon-player-play: unicode('ed46');\n$ti-icon-player-record: unicode('ed47');\n$ti-icon-player-skip-back: unicode('ed48');\n$ti-icon-player-skip-forward: unicode('ed49');\n$ti-icon-player-stop: unicode('ed4a');\n$ti-icon-player-track-next: unicode('ed4b');\n$ti-icon-player-track-prev: unicode('ed4c');\n$ti-icon-playlist: unicode('eec0');\n$ti-icon-playlist-add: unicode('f008');\n$ti-icon-playlist-off: unicode('f17f');\n$ti-icon-playlist-x: unicode('f009');\n$ti-icon-playstation-circle: unicode('f2ad');\n$ti-icon-playstation-square: unicode('f2ae');\n$ti-icon-playstation-triangle: unicode('f2af');\n$ti-icon-playstation-x: unicode('f2b0');\n$ti-icon-plug: unicode('ebd9');\n$ti-icon-plug-connected: unicode('f00a');\n$ti-icon-plug-connected-x: unicode('f0a0');\n$ti-icon-plug-off: unicode('f180');\n$ti-icon-plug-x: unicode('f0a1');\n$ti-icon-plus: unicode('eb0b');\n$ti-icon-plus-equal: unicode('f7ad');\n$ti-icon-plus-minus: unicode('f7ae');\n$ti-icon-png: unicode('f3ad');\n$ti-icon-podium: unicode('f1d8');\n$ti-icon-podium-off: unicode('f41b');\n$ti-icon-point: unicode('eb0c');\n$ti-icon-point-off: unicode('f181');\n$ti-icon-pointer: unicode('f265');\n$ti-icon-pointer-bolt: unicode('f999');\n$ti-icon-pointer-cancel: unicode('f99a');\n$ti-icon-pointer-check: unicode('f99b');\n$ti-icon-pointer-code: unicode('f99c');\n$ti-icon-pointer-cog: unicode('f99d');\n$ti-icon-pointer-dollar: unicode('f99e');\n$ti-icon-pointer-down: unicode('f99f');\n$ti-icon-pointer-exclamation: unicode('f9a0');\n$ti-icon-pointer-heart: unicode('f9a1');\n$ti-icon-pointer-minus: unicode('f9a2');\n$ti-icon-pointer-off: unicode('f9a3');\n$ti-icon-pointer-pause: unicode('f9a4');\n$ti-icon-pointer-pin: unicode('f9a5');\n$ti-icon-pointer-plus: unicode('f9a6');\n$ti-icon-pointer-question: unicode('f9a7');\n$ti-icon-pointer-search: unicode('f9a8');\n$ti-icon-pointer-share: unicode('f9a9');\n$ti-icon-pointer-star: unicode('f9aa');\n$ti-icon-pointer-up: unicode('f9ab');\n$ti-icon-pointer-x: unicode('f9ac');\n$ti-icon-pokeball: unicode('eec1');\n$ti-icon-pokeball-off: unicode('f41c');\n$ti-icon-poker-chip: unicode('f515');\n$ti-icon-polaroid: unicode('eec2');\n$ti-icon-polygon: unicode('efd0');\n$ti-icon-polygon-off: unicode('f182');\n$ti-icon-poo: unicode('f258');\n$ti-icon-pool: unicode('ed91');\n$ti-icon-pool-off: unicode('f41d');\n$ti-icon-power: unicode('eb0d');\n$ti-icon-pray: unicode('ecbf');\n$ti-icon-premium-rights: unicode('efbd');\n$ti-icon-prescription: unicode('ef99');\n$ti-icon-presentation: unicode('eb70');\n$ti-icon-presentation-analytics: unicode('eec3');\n$ti-icon-presentation-off: unicode('f183');\n$ti-icon-printer: unicode('eb0e');\n$ti-icon-printer-off: unicode('f184');\n$ti-icon-prism: unicode('fab1');\n$ti-icon-prism-light: unicode('fea6');\n$ti-icon-prism-off: unicode('faaf');\n$ti-icon-prism-plus: unicode('fab0');\n$ti-icon-prison: unicode('ef79');\n$ti-icon-progress: unicode('fa0d');\n$ti-icon-progress-alert: unicode('fa07');\n$ti-icon-progress-bolt: unicode('fa08');\n$ti-icon-progress-check: unicode('fa09');\n$ti-icon-progress-down: unicode('fa0a');\n$ti-icon-progress-help: unicode('fa0b');\n$ti-icon-progress-x: unicode('fa0c');\n$ti-icon-prompt: unicode('eb0f');\n$ti-icon-prong: unicode('fda1');\n$ti-icon-propeller: unicode('eec4');\n$ti-icon-propeller-off: unicode('f185');\n$ti-icon-protocol: unicode('fd81');\n$ti-icon-pumpkin-scary: unicode('f587');\n$ti-icon-puzzle: unicode('eb10');\n$ti-icon-puzzle-2: unicode('ef83');\n$ti-icon-puzzle-off: unicode('f186');\n$ti-icon-pyramid: unicode('eec5');\n$ti-icon-pyramid-off: unicode('f187');\n$ti-icon-pyramid-plus: unicode('fab2');\n$ti-icon-qrcode: unicode('eb11');\n$ti-icon-qrcode-off: unicode('f41e');\n$ti-icon-question-mark: unicode('ec9d');\n$ti-icon-quote: unicode('efbe');\n$ti-icon-quote-off: unicode('f188');\n$ti-icon-quotes: unicode('fb1e');\n$ti-icon-radar: unicode('f017');\n$ti-icon-radar-2: unicode('f016');\n$ti-icon-radar-off: unicode('f41f');\n$ti-icon-radio: unicode('ef2d');\n$ti-icon-radio-off: unicode('f420');\n$ti-icon-radioactive: unicode('ecc0');\n$ti-icon-radioactive-off: unicode('f189');\n$ti-icon-radius-bottom-left: unicode('eec6');\n$ti-icon-radius-bottom-right: unicode('eec7');\n$ti-icon-radius-top-left: unicode('eec8');\n$ti-icon-radius-top-right: unicode('eec9');\n$ti-icon-rainbow: unicode('edbc');\n$ti-icon-rainbow-off: unicode('f18a');\n$ti-icon-rating-12-plus: unicode('f266');\n$ti-icon-rating-14-plus: unicode('f267');\n$ti-icon-rating-16-plus: unicode('f268');\n$ti-icon-rating-18-plus: unicode('f269');\n$ti-icon-rating-21-plus: unicode('f26a');\n$ti-icon-razor: unicode('f4b5');\n$ti-icon-razor-electric: unicode('f4b4');\n$ti-icon-receipt: unicode('edfd');\n$ti-icon-receipt-2: unicode('edfa');\n$ti-icon-receipt-bitcoin: unicode('fd66');\n$ti-icon-receipt-dollar: unicode('fd67');\n$ti-icon-receipt-euro: unicode('fd68');\n$ti-icon-receipt-off: unicode('edfb');\n$ti-icon-receipt-pound: unicode('fd69');\n$ti-icon-receipt-refund: unicode('edfc');\n$ti-icon-receipt-rupee: unicode('fd82');\n$ti-icon-receipt-tax: unicode('edbd');\n$ti-icon-receipt-yen: unicode('fd6a');\n$ti-icon-receipt-yuan: unicode('fd6b');\n$ti-icon-recharging: unicode('eeca');\n$ti-icon-record-mail: unicode('eb12');\n$ti-icon-record-mail-off: unicode('f18b');\n$ti-icon-rectangle: unicode('ed37');\n$ti-icon-rectangle-rounded-bottom: unicode('faed');\n$ti-icon-rectangle-rounded-top: unicode('faee');\n$ti-icon-rectangle-vertical: unicode('ed36');\n$ti-icon-rectangular-prism: unicode('fab5');\n$ti-icon-rectangular-prism-off: unicode('fab3');\n$ti-icon-rectangular-prism-plus: unicode('fab4');\n$ti-icon-recycle: unicode('eb9b');\n$ti-icon-recycle-off: unicode('f18c');\n$ti-icon-refresh: unicode('eb13');\n$ti-icon-refresh-alert: unicode('ed57');\n$ti-icon-refresh-dot: unicode('efbf');\n$ti-icon-refresh-off: unicode('f18d');\n$ti-icon-regex: unicode('f31f');\n$ti-icon-regex-off: unicode('f421');\n$ti-icon-registered: unicode('eb14');\n$ti-icon-relation-many-to-many: unicode('ed7f');\n$ti-icon-relation-one-to-many: unicode('ed80');\n$ti-icon-relation-one-to-one: unicode('ed81');\n$ti-icon-reload: unicode('f3ae');\n$ti-icon-reorder: unicode('fc15');\n$ti-icon-repeat: unicode('eb72');\n$ti-icon-repeat-off: unicode('f18e');\n$ti-icon-repeat-once: unicode('eb71');\n$ti-icon-replace: unicode('ebc7');\n$ti-icon-replace-off: unicode('f422');\n$ti-icon-report: unicode('eece');\n$ti-icon-report-analytics: unicode('eecb');\n$ti-icon-report-medical: unicode('eecc');\n$ti-icon-report-money: unicode('eecd');\n$ti-icon-report-off: unicode('f18f');\n$ti-icon-report-search: unicode('ef84');\n$ti-icon-reserved-line: unicode('f9f6');\n$ti-icon-resize: unicode('eecf');\n$ti-icon-restore: unicode('fafd');\n$ti-icon-rewind-backward-10: unicode('faba');\n$ti-icon-rewind-backward-15: unicode('fabb');\n$ti-icon-rewind-backward-20: unicode('fabc');\n$ti-icon-rewind-backward-30: unicode('fabd');\n$ti-icon-rewind-backward-40: unicode('fabe');\n$ti-icon-rewind-backward-5: unicode('fabf');\n$ti-icon-rewind-backward-50: unicode('fac0');\n$ti-icon-rewind-backward-60: unicode('fac1');\n$ti-icon-rewind-forward-10: unicode('fac2');\n$ti-icon-rewind-forward-15: unicode('fac3');\n$ti-icon-rewind-forward-20: unicode('fac4');\n$ti-icon-rewind-forward-30: unicode('fac5');\n$ti-icon-rewind-forward-40: unicode('fac6');\n$ti-icon-rewind-forward-5: unicode('fac7');\n$ti-icon-rewind-forward-50: unicode('fac8');\n$ti-icon-rewind-forward-60: unicode('fac9');\n$ti-icon-ribbon-health: unicode('f58e');\n$ti-icon-rings: unicode('fa6a');\n$ti-icon-ripple: unicode('ed82');\n$ti-icon-ripple-off: unicode('f190');\n$ti-icon-road: unicode('f018');\n$ti-icon-road-off: unicode('f191');\n$ti-icon-road-sign: unicode('ecdd');\n$ti-icon-robot: unicode('f00b');\n$ti-icon-robot-face: unicode('fcbe');\n$ti-icon-robot-off: unicode('f192');\n$ti-icon-rocket: unicode('ec45');\n$ti-icon-rocket-off: unicode('f193');\n$ti-icon-roller-skating: unicode('efd1');\n$ti-icon-rollercoaster: unicode('f0a2');\n$ti-icon-rollercoaster-off: unicode('f423');\n$ti-icon-rosette: unicode('f599');\n$ti-icon-rosette-discount: unicode('ee7c');\n$ti-icon-rosette-discount-check: unicode('f1f8');\n$ti-icon-rosette-discount-check-off: unicode('ff10');\n$ti-icon-rosette-discount-off: unicode('f3e6');\n$ti-icon-rosette-number-0: unicode('f58f');\n$ti-icon-rosette-number-1: unicode('f590');\n$ti-icon-rosette-number-2: unicode('f591');\n$ti-icon-rosette-number-3: unicode('f592');\n$ti-icon-rosette-number-4: unicode('f593');\n$ti-icon-rosette-number-5: unicode('f594');\n$ti-icon-rosette-number-6: unicode('f595');\n$ti-icon-rosette-number-7: unicode('f596');\n$ti-icon-rosette-number-8: unicode('f597');\n$ti-icon-rosette-number-9: unicode('f598');\n$ti-icon-rotate: unicode('eb16');\n$ti-icon-rotate-2: unicode('ebb4');\n$ti-icon-rotate-360: unicode('ef85');\n$ti-icon-rotate-3d: unicode('f020');\n$ti-icon-rotate-clockwise: unicode('eb15');\n$ti-icon-rotate-clockwise-2: unicode('ebb5');\n$ti-icon-rotate-dot: unicode('efe5');\n$ti-icon-rotate-rectangle: unicode('ec15');\n$ti-icon-route: unicode('eb17');\n$ti-icon-route-2: unicode('f4b6');\n$ti-icon-route-alt-left: unicode('fca9');\n$ti-icon-route-alt-right: unicode('fcaa');\n$ti-icon-route-off: unicode('f194');\n$ti-icon-route-scan: unicode('fcbf');\n$ti-icon-route-square: unicode('fcac');\n$ti-icon-route-square-2: unicode('fcab');\n$ti-icon-route-x: unicode('fcae');\n$ti-icon-route-x-2: unicode('fcad');\n$ti-icon-router: unicode('eb18');\n$ti-icon-router-off: unicode('f424');\n$ti-icon-row-insert-bottom: unicode('eed0');\n$ti-icon-row-insert-top: unicode('eed1');\n$ti-icon-row-remove: unicode('fafe');\n$ti-icon-rss: unicode('eb19');\n$ti-icon-rubber-stamp: unicode('f5ab');\n$ti-icon-rubber-stamp-off: unicode('f5aa');\n$ti-icon-ruler: unicode('eb1a');\n$ti-icon-ruler-2: unicode('eed2');\n$ti-icon-ruler-2-off: unicode('f195');\n$ti-icon-ruler-3: unicode('f290');\n$ti-icon-ruler-measure: unicode('f291');\n$ti-icon-ruler-measure-2: unicode('ff0f');\n$ti-icon-ruler-off: unicode('f196');\n$ti-icon-run: unicode('ec82');\n$ti-icon-rv-truck: unicode('fcc0');\n$ti-icon-s-turn-down: unicode('f516');\n$ti-icon-s-turn-left: unicode('f517');\n$ti-icon-s-turn-right: unicode('f518');\n$ti-icon-s-turn-up: unicode('f519');\n$ti-icon-sailboat: unicode('ec83');\n$ti-icon-sailboat-2: unicode('f5f7');\n$ti-icon-sailboat-off: unicode('f425');\n$ti-icon-salad: unicode('f50a');\n$ti-icon-salt: unicode('ef16');\n$ti-icon-sandbox: unicode('fd6c');\n$ti-icon-satellite: unicode('eed3');\n$ti-icon-satellite-off: unicode('f197');\n$ti-icon-sausage: unicode('ef17');\n$ti-icon-scale: unicode('ebc2');\n$ti-icon-scale-off: unicode('f198');\n$ti-icon-scale-outline: unicode('ef53');\n$ti-icon-scale-outline-off: unicode('f199');\n$ti-icon-scan: unicode('ebc8');\n$ti-icon-scan-eye: unicode('f1ff');\n$ti-icon-scan-position: unicode('fdac');\n$ti-icon-schema: unicode('f200');\n$ti-icon-schema-off: unicode('f426');\n$ti-icon-school: unicode('ecf7');\n$ti-icon-school-bell: unicode('f64a');\n$ti-icon-school-off: unicode('f19a');\n$ti-icon-scissors: unicode('eb1b');\n$ti-icon-scissors-off: unicode('f19b');\n$ti-icon-scooter: unicode('ec6c');\n$ti-icon-scooter-electric: unicode('ecc1');\n$ti-icon-scoreboard: unicode('fa6b');\n$ti-icon-screen-share: unicode('ed18');\n$ti-icon-screen-share-off: unicode('ed17');\n$ti-icon-screenshot: unicode('f201');\n$ti-icon-scribble: unicode('f0a3');\n$ti-icon-scribble-off: unicode('f427');\n$ti-icon-script: unicode('f2da');\n$ti-icon-script-minus: unicode('f2d7');\n$ti-icon-script-plus: unicode('f2d8');\n$ti-icon-script-x: unicode('f2d9');\n$ti-icon-scuba-diving: unicode('fd4e');\n$ti-icon-scuba-diving-tank: unicode('fefa');\n$ti-icon-scuba-mask: unicode('eed4');\n$ti-icon-scuba-mask-off: unicode('f428');\n$ti-icon-sdk: unicode('f3af');\n$ti-icon-search: unicode('eb1c');\n$ti-icon-search-off: unicode('f19c');\n$ti-icon-section: unicode('eed5');\n$ti-icon-section-sign: unicode('f019');\n$ti-icon-seeding: unicode('ed51');\n$ti-icon-seeding-off: unicode('f19d');\n$ti-icon-select: unicode('ec9e');\n$ti-icon-select-all: unicode('f9f7');\n$ti-icon-selector: unicode('eb1d');\n$ti-icon-send: unicode('eb1e');\n$ti-icon-send-2: unicode('fd5d');\n$ti-icon-send-off: unicode('f429');\n$ti-icon-seo: unicode('f26b');\n$ti-icon-separator: unicode('ebda');\n$ti-icon-separator-horizontal: unicode('ec79');\n$ti-icon-separator-vertical: unicode('ec7a');\n$ti-icon-server: unicode('eb1f');\n$ti-icon-server-2: unicode('f07c');\n$ti-icon-server-bolt: unicode('f320');\n$ti-icon-server-cog: unicode('f321');\n$ti-icon-server-off: unicode('f19e');\n$ti-icon-server-spark: unicode('ffaf');\n$ti-icon-servicemark: unicode('ec09');\n$ti-icon-settings: unicode('eb20');\n$ti-icon-settings-2: unicode('f5ac');\n$ti-icon-settings-automation: unicode('eed6');\n$ti-icon-settings-bolt: unicode('f9ad');\n$ti-icon-settings-cancel: unicode('f9ae');\n$ti-icon-settings-check: unicode('f9af');\n$ti-icon-settings-code: unicode('f9b0');\n$ti-icon-settings-cog: unicode('f9b1');\n$ti-icon-settings-dollar: unicode('f9b2');\n$ti-icon-settings-down: unicode('f9b3');\n$ti-icon-settings-exclamation: unicode('f9b4');\n$ti-icon-settings-heart: unicode('f9b5');\n$ti-icon-settings-minus: unicode('f9b6');\n$ti-icon-settings-off: unicode('f19f');\n$ti-icon-settings-pause: unicode('f9b7');\n$ti-icon-settings-pin: unicode('f9b8');\n$ti-icon-settings-plus: unicode('f9b9');\n$ti-icon-settings-question: unicode('f9ba');\n$ti-icon-settings-search: unicode('f9bb');\n$ti-icon-settings-share: unicode('f9bc');\n$ti-icon-settings-spark: unicode('ffae');\n$ti-icon-settings-star: unicode('f9bd');\n$ti-icon-settings-up: unicode('f9be');\n$ti-icon-settings-x: unicode('f9bf');\n$ti-icon-shadow: unicode('eed8');\n$ti-icon-shadow-off: unicode('eed7');\n$ti-icon-shape: unicode('eb9c');\n$ti-icon-shape-2: unicode('eed9');\n$ti-icon-shape-3: unicode('eeda');\n$ti-icon-shape-off: unicode('f1a0');\n$ti-icon-share: unicode('eb21');\n$ti-icon-share-2: unicode('f799');\n$ti-icon-share-3: unicode('f7bd');\n$ti-icon-share-off: unicode('f1a1');\n$ti-icon-shareplay: unicode('fea5');\n$ti-icon-shield: unicode('eb24');\n$ti-icon-shield-bolt: unicode('f9c0');\n$ti-icon-shield-cancel: unicode('f9c1');\n$ti-icon-shield-check: unicode('eb22');\n$ti-icon-shield-checkered: unicode('ef9a');\n$ti-icon-shield-chevron: unicode('ef9b');\n$ti-icon-shield-code: unicode('f9c2');\n$ti-icon-shield-cog: unicode('f9c3');\n$ti-icon-shield-dollar: unicode('f9c4');\n$ti-icon-shield-down: unicode('f9c5');\n$ti-icon-shield-exclamation: unicode('f9c6');\n$ti-icon-shield-half: unicode('f358');\n$ti-icon-shield-heart: unicode('f9c7');\n$ti-icon-shield-lock: unicode('ed58');\n$ti-icon-shield-minus: unicode('f9c8');\n$ti-icon-shield-off: unicode('ecf8');\n$ti-icon-shield-pause: unicode('f9c9');\n$ti-icon-shield-pin: unicode('f9ca');\n$ti-icon-shield-plus: unicode('f9cb');\n$ti-icon-shield-question: unicode('f9cc');\n$ti-icon-shield-search: unicode('f9cd');\n$ti-icon-shield-share: unicode('f9ce');\n$ti-icon-shield-star: unicode('f9cf');\n$ti-icon-shield-up: unicode('f9d0');\n$ti-icon-shield-x: unicode('eb23');\n$ti-icon-ship: unicode('ec84');\n$ti-icon-ship-off: unicode('f42a');\n$ti-icon-shirt: unicode('ec0a');\n$ti-icon-shirt-off: unicode('f1a2');\n$ti-icon-shirt-sport: unicode('f26c');\n$ti-icon-shoe: unicode('efd2');\n$ti-icon-shoe-off: unicode('f1a4');\n$ti-icon-shopping-bag: unicode('f5f8');\n$ti-icon-shopping-bag-check: unicode('fc16');\n$ti-icon-shopping-bag-discount: unicode('fc17');\n$ti-icon-shopping-bag-edit: unicode('fc18');\n$ti-icon-shopping-bag-exclamation: unicode('fc19');\n$ti-icon-shopping-bag-heart: unicode('fda2');\n$ti-icon-shopping-bag-minus: unicode('fc1a');\n$ti-icon-shopping-bag-plus: unicode('fc1b');\n$ti-icon-shopping-bag-search: unicode('fc1c');\n$ti-icon-shopping-bag-x: unicode('fc1d');\n$ti-icon-shopping-cart: unicode('eb25');\n$ti-icon-shopping-cart-bolt: unicode('fb57');\n$ti-icon-shopping-cart-cancel: unicode('fb58');\n$ti-icon-shopping-cart-check: unicode('fb59');\n$ti-icon-shopping-cart-code: unicode('fb5a');\n$ti-icon-shopping-cart-cog: unicode('fb5b');\n$ti-icon-shopping-cart-copy: unicode('fb5c');\n$ti-icon-shopping-cart-discount: unicode('fb5d');\n$ti-icon-shopping-cart-dollar: unicode('fb5e');\n$ti-icon-shopping-cart-down: unicode('fb5f');\n$ti-icon-shopping-cart-exclamation: unicode('fb60');\n$ti-icon-shopping-cart-heart: unicode('fb61');\n$ti-icon-shopping-cart-minus: unicode('fb62');\n$ti-icon-shopping-cart-off: unicode('eedc');\n$ti-icon-shopping-cart-pause: unicode('fb63');\n$ti-icon-shopping-cart-pin: unicode('fb64');\n$ti-icon-shopping-cart-plus: unicode('fb65');\n$ti-icon-shopping-cart-question: unicode('fb66');\n$ti-icon-shopping-cart-search: unicode('fb67');\n$ti-icon-shopping-cart-share: unicode('fb68');\n$ti-icon-shopping-cart-star: unicode('fb69');\n$ti-icon-shopping-cart-up: unicode('fb6a');\n$ti-icon-shopping-cart-x: unicode('fb6b');\n$ti-icon-shovel: unicode('f1d9');\n$ti-icon-shovel-pitchforks: unicode('fd3a');\n$ti-icon-shredder: unicode('eedf');\n$ti-icon-sign-left: unicode('f06b');\n$ti-icon-sign-right: unicode('f06c');\n$ti-icon-signal-2g: unicode('f79a');\n$ti-icon-signal-3g: unicode('f1ee');\n$ti-icon-signal-4g: unicode('f1ef');\n$ti-icon-signal-4g-plus: unicode('f259');\n$ti-icon-signal-5g: unicode('f1f0');\n$ti-icon-signal-6g: unicode('f9f8');\n$ti-icon-signal-e: unicode('f9f9');\n$ti-icon-signal-g: unicode('f9fa');\n$ti-icon-signal-h: unicode('f9fc');\n$ti-icon-signal-h-plus: unicode('f9fb');\n$ti-icon-signal-lte: unicode('f9fd');\n$ti-icon-signature: unicode('eee0');\n$ti-icon-signature-off: unicode('f1a5');\n$ti-icon-sitemap: unicode('eb9d');\n$ti-icon-sitemap-off: unicode('f1a6');\n$ti-icon-skateboard: unicode('ecc2');\n$ti-icon-skateboard-off: unicode('f42b');\n$ti-icon-skateboarding: unicode('faca');\n$ti-icon-skew-x: unicode('fd3b');\n$ti-icon-skew-y: unicode('fd3c');\n$ti-icon-ski-jumping: unicode('fa6c');\n$ti-icon-skull: unicode('f292');\n$ti-icon-slash: unicode('f4f9');\n$ti-icon-slashes: unicode('f588');\n$ti-icon-sleigh: unicode('ef9c');\n$ti-icon-slice: unicode('ebdb');\n$ti-icon-slideshow: unicode('ebc9');\n$ti-icon-smart-home: unicode('ecde');\n$ti-icon-smart-home-off: unicode('f1a7');\n$ti-icon-smoking: unicode('ecc4');\n$ti-icon-smoking-no: unicode('ecc3');\n$ti-icon-snowboarding: unicode('fd4f');\n$ti-icon-snowflake: unicode('ec0b');\n$ti-icon-snowflake-off: unicode('f1a8');\n$ti-icon-snowman: unicode('f26d');\n$ti-icon-soccer-field: unicode('ed92');\n$ti-icon-social: unicode('ebec');\n$ti-icon-social-off: unicode('f1a9');\n$ti-icon-sock: unicode('eee1');\n$ti-icon-sofa: unicode('efaf');\n$ti-icon-sofa-off: unicode('f42c');\n$ti-icon-solar-electricity: unicode('fcc1');\n$ti-icon-solar-panel: unicode('f7bf');\n$ti-icon-solar-panel-2: unicode('f7be');\n$ti-icon-sort-0-9: unicode('f54d');\n$ti-icon-sort-9-0: unicode('f54e');\n$ti-icon-sort-a-z: unicode('f54f');\n$ti-icon-sort-ascending: unicode('eb26');\n$ti-icon-sort-ascending-2: unicode('eee2');\n$ti-icon-sort-ascending-letters: unicode('ef18');\n$ti-icon-sort-ascending-numbers: unicode('ef19');\n$ti-icon-sort-ascending-shapes: unicode('fd94');\n$ti-icon-sort-ascending-small-big: unicode('fd95');\n$ti-icon-sort-descending: unicode('eb27');\n$ti-icon-sort-descending-2: unicode('eee3');\n$ti-icon-sort-descending-letters: unicode('ef1a');\n$ti-icon-sort-descending-numbers: unicode('ef1b');\n$ti-icon-sort-descending-shapes: unicode('fd97');\n$ti-icon-sort-descending-small-big: unicode('fd96');\n$ti-icon-sort-z-a: unicode('f550');\n$ti-icon-sos: unicode('f24a');\n$ti-icon-soup: unicode('ef2e');\n$ti-icon-soup-off: unicode('f42d');\n$ti-icon-source-code: unicode('f4a2');\n$ti-icon-space: unicode('ec0c');\n$ti-icon-space-off: unicode('f1aa');\n$ti-icon-spaces: unicode('fea4');\n$ti-icon-spacing-horizontal: unicode('ef54');\n$ti-icon-spacing-vertical: unicode('ef55');\n$ti-icon-spade: unicode('effa');\n$ti-icon-sparkles: unicode('f6d7');\n$ti-icon-speakerphone: unicode('ed61');\n$ti-icon-speedboat: unicode('ed93');\n$ti-icon-sphere: unicode('fab8');\n$ti-icon-sphere-off: unicode('fab6');\n$ti-icon-sphere-plus: unicode('fab7');\n$ti-icon-spider: unicode('f293');\n$ti-icon-spiral: unicode('f294');\n$ti-icon-spiral-off: unicode('f42e');\n$ti-icon-sport-billard: unicode('eee4');\n$ti-icon-spray: unicode('f50b');\n$ti-icon-spy: unicode('f227');\n$ti-icon-spy-off: unicode('f42f');\n$ti-icon-sql: unicode('f7c0');\n$ti-icon-square: unicode('eb2c');\n$ti-icon-square-arrow-down: unicode('f4b7');\n$ti-icon-square-arrow-left: unicode('f4b8');\n$ti-icon-square-arrow-right: unicode('f4b9');\n$ti-icon-square-arrow-up: unicode('f4ba');\n$ti-icon-square-asterisk: unicode('f01a');\n$ti-icon-square-check: unicode('eb28');\n$ti-icon-square-chevron-down: unicode('f627');\n$ti-icon-square-chevron-left: unicode('f628');\n$ti-icon-square-chevron-right: unicode('f629');\n$ti-icon-square-chevron-up: unicode('f62a');\n$ti-icon-square-chevrons-down: unicode('f64b');\n$ti-icon-square-chevrons-left: unicode('f64c');\n$ti-icon-square-chevrons-right: unicode('f64d');\n$ti-icon-square-chevrons-up: unicode('f64e');\n$ti-icon-square-dot: unicode('ed59');\n$ti-icon-square-f0: unicode('f526');\n$ti-icon-square-f1: unicode('f527');\n$ti-icon-square-f2: unicode('f528');\n$ti-icon-square-f3: unicode('f529');\n$ti-icon-square-f4: unicode('f52a');\n$ti-icon-square-f5: unicode('f52b');\n$ti-icon-square-f6: unicode('f52c');\n$ti-icon-square-f7: unicode('f52d');\n$ti-icon-square-f8: unicode('f52e');\n$ti-icon-square-f9: unicode('f52f');\n$ti-icon-square-forbid: unicode('ed5b');\n$ti-icon-square-forbid-2: unicode('ed5a');\n$ti-icon-square-half: unicode('effb');\n$ti-icon-square-key: unicode('f638');\n$ti-icon-square-letter-a: unicode('f47c');\n$ti-icon-square-letter-b: unicode('f47d');\n$ti-icon-square-letter-c: unicode('f47e');\n$ti-icon-square-letter-d: unicode('f47f');\n$ti-icon-square-letter-e: unicode('f480');\n$ti-icon-square-letter-f: unicode('f481');\n$ti-icon-square-letter-g: unicode('f482');\n$ti-icon-square-letter-h: unicode('f483');\n$ti-icon-square-letter-i: unicode('f484');\n$ti-icon-square-letter-j: unicode('f485');\n$ti-icon-square-letter-k: unicode('f486');\n$ti-icon-square-letter-l: unicode('f487');\n$ti-icon-square-letter-m: unicode('f488');\n$ti-icon-square-letter-n: unicode('f489');\n$ti-icon-square-letter-o: unicode('f48a');\n$ti-icon-square-letter-p: unicode('f48b');\n$ti-icon-square-letter-q: unicode('f48c');\n$ti-icon-square-letter-r: unicode('f48d');\n$ti-icon-square-letter-s: unicode('f48e');\n$ti-icon-square-letter-t: unicode('f48f');\n$ti-icon-square-letter-u: unicode('f490');\n$ti-icon-square-letter-v: unicode('f4bb');\n$ti-icon-square-letter-w: unicode('f491');\n$ti-icon-square-letter-x: unicode('f4bc');\n$ti-icon-square-letter-y: unicode('f492');\n$ti-icon-square-letter-z: unicode('f493');\n$ti-icon-square-minus: unicode('eb29');\n$ti-icon-square-number-0: unicode('eee5');\n$ti-icon-square-number-1: unicode('eee6');\n$ti-icon-square-number-2: unicode('eee7');\n$ti-icon-square-number-3: unicode('eee8');\n$ti-icon-square-number-4: unicode('eee9');\n$ti-icon-square-number-5: unicode('eeea');\n$ti-icon-square-number-6: unicode('eeeb');\n$ti-icon-square-number-7: unicode('eeec');\n$ti-icon-square-number-8: unicode('eeed');\n$ti-icon-square-number-9: unicode('eeee');\n$ti-icon-square-off: unicode('eeef');\n$ti-icon-square-percentage: unicode('fd83');\n$ti-icon-square-plus: unicode('eb2a');\n$ti-icon-square-plus-2: unicode('fc96');\n$ti-icon-square-root: unicode('eef1');\n$ti-icon-square-root-2: unicode('eef0');\n$ti-icon-square-rotated: unicode('ecdf');\n$ti-icon-square-rotated-forbid: unicode('f01c');\n$ti-icon-square-rotated-forbid-2: unicode('f01b');\n$ti-icon-square-rotated-off: unicode('eef2');\n$ti-icon-square-rounded: unicode('f59a');\n$ti-icon-square-rounded-arrow-down: unicode('f639');\n$ti-icon-square-rounded-arrow-left: unicode('f63a');\n$ti-icon-square-rounded-arrow-right: unicode('f63b');\n$ti-icon-square-rounded-arrow-up: unicode('f63c');\n$ti-icon-square-rounded-check: unicode('f63d');\n$ti-icon-square-rounded-chevron-down: unicode('f62b');\n$ti-icon-square-rounded-chevron-left: unicode('f62c');\n$ti-icon-square-rounded-chevron-right: unicode('f62d');\n$ti-icon-square-rounded-chevron-up: unicode('f62e');\n$ti-icon-square-rounded-chevrons-down: unicode('f64f');\n$ti-icon-square-rounded-chevrons-left: unicode('f650');\n$ti-icon-square-rounded-chevrons-right: unicode('f651');\n$ti-icon-square-rounded-chevrons-up: unicode('f652');\n$ti-icon-square-rounded-letter-a: unicode('f5ae');\n$ti-icon-square-rounded-letter-b: unicode('f5af');\n$ti-icon-square-rounded-letter-c: unicode('f5b0');\n$ti-icon-square-rounded-letter-d: unicode('f5b1');\n$ti-icon-square-rounded-letter-e: unicode('f5b2');\n$ti-icon-square-rounded-letter-f: unicode('f5b3');\n$ti-icon-square-rounded-letter-g: unicode('f5b4');\n$ti-icon-square-rounded-letter-h: unicode('f5b5');\n$ti-icon-square-rounded-letter-i: unicode('f5b6');\n$ti-icon-square-rounded-letter-j: unicode('f5b7');\n$ti-icon-square-rounded-letter-k: unicode('f5b8');\n$ti-icon-square-rounded-letter-l: unicode('f5b9');\n$ti-icon-square-rounded-letter-m: unicode('f5ba');\n$ti-icon-square-rounded-letter-n: unicode('f5bb');\n$ti-icon-square-rounded-letter-o: unicode('f5bc');\n$ti-icon-square-rounded-letter-p: unicode('f5bd');\n$ti-icon-square-rounded-letter-q: unicode('f5be');\n$ti-icon-square-rounded-letter-r: unicode('f5bf');\n$ti-icon-square-rounded-letter-s: unicode('f5c0');\n$ti-icon-square-rounded-letter-t: unicode('f5c1');\n$ti-icon-square-rounded-letter-u: unicode('f5c2');\n$ti-icon-square-rounded-letter-v: unicode('f5c3');\n$ti-icon-square-rounded-letter-w: unicode('f5c4');\n$ti-icon-square-rounded-letter-x: unicode('f5c5');\n$ti-icon-square-rounded-letter-y: unicode('f5c6');\n$ti-icon-square-rounded-letter-z: unicode('f5c7');\n$ti-icon-square-rounded-minus: unicode('f63e');\n$ti-icon-square-rounded-minus-2: unicode('fc97');\n$ti-icon-square-rounded-number-0: unicode('f5c8');\n$ti-icon-square-rounded-number-1: unicode('f5c9');\n$ti-icon-square-rounded-number-2: unicode('f5ca');\n$ti-icon-square-rounded-number-3: unicode('f5cb');\n$ti-icon-square-rounded-number-4: unicode('f5cc');\n$ti-icon-square-rounded-number-5: unicode('f5cd');\n$ti-icon-square-rounded-number-6: unicode('f5ce');\n$ti-icon-square-rounded-number-7: unicode('f5cf');\n$ti-icon-square-rounded-number-8: unicode('f5d0');\n$ti-icon-square-rounded-number-9: unicode('f5d1');\n$ti-icon-square-rounded-percentage: unicode('fd84');\n$ti-icon-square-rounded-plus: unicode('f63f');\n$ti-icon-square-rounded-plus-2: unicode('fc98');\n$ti-icon-square-rounded-x: unicode('f640');\n$ti-icon-square-toggle: unicode('eef4');\n$ti-icon-square-toggle-horizontal: unicode('eef3');\n$ti-icon-square-x: unicode('eb2b');\n$ti-icon-squares: unicode('eef6');\n$ti-icon-squares-diagonal: unicode('eef5');\n$ti-icon-squares-selected: unicode('fea3');\n$ti-icon-stack: unicode('eb2d');\n$ti-icon-stack-2: unicode('eef7');\n$ti-icon-stack-3: unicode('ef9d');\n$ti-icon-stack-back: unicode('fd26');\n$ti-icon-stack-backward: unicode('fd27');\n$ti-icon-stack-forward: unicode('fd28');\n$ti-icon-stack-front: unicode('fd29');\n$ti-icon-stack-middle: unicode('fd2a');\n$ti-icon-stack-pop: unicode('f234');\n$ti-icon-stack-push: unicode('f235');\n$ti-icon-stairs: unicode('eca6');\n$ti-icon-stairs-down: unicode('eca4');\n$ti-icon-stairs-up: unicode('eca5');\n$ti-icon-star: unicode('eb2e');\n$ti-icon-star-half: unicode('ed19');\n$ti-icon-star-off: unicode('ed62');\n$ti-icon-stars: unicode('ed38');\n$ti-icon-stars-off: unicode('f430');\n$ti-icon-status-change: unicode('f3b0');\n$ti-icon-steam: unicode('f24b');\n$ti-icon-steering-wheel: unicode('ec7b');\n$ti-icon-steering-wheel-off: unicode('f431');\n$ti-icon-step-into: unicode('ece0');\n$ti-icon-step-out: unicode('ece1');\n$ti-icon-stereo-glasses: unicode('f4cb');\n$ti-icon-stethoscope: unicode('edbe');\n$ti-icon-stethoscope-off: unicode('f432');\n$ti-icon-sticker: unicode('eb2f');\n$ti-icon-sticker-2: unicode('fd3d');\n$ti-icon-stopwatch: unicode('ff9b');\n$ti-icon-storm: unicode('f24c');\n$ti-icon-storm-off: unicode('f433');\n$ti-icon-stretching: unicode('f2db');\n$ti-icon-stretching-2: unicode('fa6d');\n$ti-icon-strikethrough: unicode('eb9e');\n$ti-icon-submarine: unicode('ed94');\n$ti-icon-subscript: unicode('eb9f');\n$ti-icon-subtask: unicode('ec9f');\n$ti-icon-sum: unicode('eb73');\n$ti-icon-sum-off: unicode('f1ab');\n$ti-icon-sun: unicode('eb30');\n$ti-icon-sun-electricity: unicode('fcc2');\n$ti-icon-sun-high: unicode('f236');\n$ti-icon-sun-low: unicode('f237');\n$ti-icon-sun-moon: unicode('f4a3');\n$ti-icon-sun-off: unicode('ed63');\n$ti-icon-sun-wind: unicode('f238');\n$ti-icon-sunglasses: unicode('f239');\n$ti-icon-sunrise: unicode('ef1c');\n$ti-icon-sunset: unicode('ec31');\n$ti-icon-sunset-2: unicode('f23a');\n$ti-icon-superscript: unicode('eba0');\n$ti-icon-svg: unicode('f25a');\n$ti-icon-swimming: unicode('ec92');\n$ti-icon-swipe: unicode('f551');\n$ti-icon-swipe-down: unicode('fd5e');\n$ti-icon-swipe-left: unicode('fd5f');\n$ti-icon-swipe-right: unicode('fd60');\n$ti-icon-swipe-up: unicode('fd61');\n$ti-icon-switch: unicode('eb33');\n$ti-icon-switch-2: unicode('edbf');\n$ti-icon-switch-3: unicode('edc0');\n$ti-icon-switch-horizontal: unicode('eb31');\n$ti-icon-switch-vertical: unicode('eb32');\n$ti-icon-sword: unicode('f030');\n$ti-icon-sword-off: unicode('f434');\n$ti-icon-swords: unicode('f132');\n$ti-icon-table: unicode('eba1');\n$ti-icon-table-alias: unicode('f25b');\n$ti-icon-table-column: unicode('faff');\n$ti-icon-table-down: unicode('fa1c');\n$ti-icon-table-export: unicode('eef8');\n$ti-icon-table-heart: unicode('fa1d');\n$ti-icon-table-import: unicode('eef9');\n$ti-icon-table-minus: unicode('fa1e');\n$ti-icon-table-off: unicode('eefa');\n$ti-icon-table-options: unicode('f25c');\n$ti-icon-table-plus: unicode('fa1f');\n$ti-icon-table-row: unicode('fb00');\n$ti-icon-table-share: unicode('fa20');\n$ti-icon-table-shortcut: unicode('f25d');\n$ti-icon-table-spark: unicode('ffad');\n$ti-icon-tag: unicode('eb34');\n$ti-icon-tag-off: unicode('efc0');\n$ti-icon-tag-starred: unicode('fc99');\n$ti-icon-tags: unicode('ef86');\n$ti-icon-tags-off: unicode('efc1');\n$ti-icon-tallymark-1: unicode('ec46');\n$ti-icon-tallymark-2: unicode('ec47');\n$ti-icon-tallymark-3: unicode('ec48');\n$ti-icon-tallymark-4: unicode('ec49');\n$ti-icon-tallymarks: unicode('ec4a');\n$ti-icon-tank: unicode('ed95');\n$ti-icon-target: unicode('eb35');\n$ti-icon-target-arrow: unicode('f51a');\n$ti-icon-target-off: unicode('f1ad');\n$ti-icon-tax: unicode('feee');\n$ti-icon-tax-euro: unicode('fef0');\n$ti-icon-tax-pound: unicode('feef');\n$ti-icon-teapot: unicode('f552');\n$ti-icon-telescope: unicode('f07d');\n$ti-icon-telescope-off: unicode('f1ae');\n$ti-icon-temperature: unicode('eb38');\n$ti-icon-temperature-celsius: unicode('eb36');\n$ti-icon-temperature-fahrenheit: unicode('eb37');\n$ti-icon-temperature-minus: unicode('ebed');\n$ti-icon-temperature-off: unicode('f1af');\n$ti-icon-temperature-plus: unicode('ebee');\n$ti-icon-temperature-snow: unicode('fda3');\n$ti-icon-temperature-sun: unicode('fda4');\n$ti-icon-template: unicode('eb39');\n$ti-icon-template-off: unicode('f1b0');\n$ti-icon-tent: unicode('eefb');\n$ti-icon-tent-off: unicode('f435');\n$ti-icon-terminal: unicode('ebdc');\n$ti-icon-terminal-2: unicode('ebef');\n$ti-icon-test-pipe: unicode('eb3a');\n$ti-icon-test-pipe-2: unicode('f0a4');\n$ti-icon-test-pipe-off: unicode('f1b1');\n$ti-icon-tex: unicode('f4e0');\n$ti-icon-text-caption: unicode('f4a4');\n$ti-icon-text-color: unicode('f2dc');\n$ti-icon-text-decrease: unicode('f202');\n$ti-icon-text-direction-ltr: unicode('eefc');\n$ti-icon-text-direction-rtl: unicode('eefd');\n$ti-icon-text-grammar: unicode('fd6d');\n$ti-icon-text-increase: unicode('f203');\n$ti-icon-text-orientation: unicode('f2a4');\n$ti-icon-text-plus: unicode('f2a5');\n$ti-icon-text-recognition: unicode('f204');\n$ti-icon-text-resize: unicode('ef87');\n$ti-icon-text-scan-2: unicode('fcc3');\n$ti-icon-text-size: unicode('f2b1');\n$ti-icon-text-spellcheck: unicode('f2a6');\n$ti-icon-text-wrap: unicode('ebdd');\n$ti-icon-text-wrap-column: unicode('feb2');\n$ti-icon-text-wrap-disabled: unicode('eca7');\n$ti-icon-texture: unicode('f51b');\n$ti-icon-theater: unicode('f79b');\n$ti-icon-thermometer: unicode('ef67');\n$ti-icon-thumb-down: unicode('eb3b');\n$ti-icon-thumb-down-off: unicode('f436');\n$ti-icon-thumb-up: unicode('eb3c');\n$ti-icon-thumb-up-off: unicode('f437');\n$ti-icon-tic-tac: unicode('f51c');\n$ti-icon-ticket: unicode('eb3d');\n$ti-icon-ticket-off: unicode('f1b2');\n$ti-icon-tie: unicode('f07e');\n$ti-icon-tilde: unicode('f4a5');\n$ti-icon-tilt-shift: unicode('eefe');\n$ti-icon-tilt-shift-off: unicode('f1b3');\n$ti-icon-time-duration-0: unicode('fad4');\n$ti-icon-time-duration-10: unicode('fad5');\n$ti-icon-time-duration-15: unicode('fad6');\n$ti-icon-time-duration-30: unicode('fad7');\n$ti-icon-time-duration-45: unicode('fad8');\n$ti-icon-time-duration-5: unicode('fad9');\n$ti-icon-time-duration-60: unicode('fada');\n$ti-icon-time-duration-90: unicode('fadb');\n$ti-icon-time-duration-off: unicode('fadc');\n$ti-icon-timeline: unicode('f031');\n$ti-icon-timeline-event: unicode('f553');\n$ti-icon-timeline-event-exclamation: unicode('f662');\n$ti-icon-timeline-event-minus: unicode('f663');\n$ti-icon-timeline-event-plus: unicode('f664');\n$ti-icon-timeline-event-text: unicode('f665');\n$ti-icon-timeline-event-x: unicode('f666');\n$ti-icon-timezone: unicode('feed');\n$ti-icon-tip-jar: unicode('feea');\n$ti-icon-tip-jar-euro: unicode('feec');\n$ti-icon-tip-jar-pound: unicode('feeb');\n$ti-icon-tir: unicode('ebf0');\n$ti-icon-toggle-left: unicode('eb3e');\n$ti-icon-toggle-right: unicode('eb3f');\n$ti-icon-toilet-paper: unicode('efd3');\n$ti-icon-toilet-paper-off: unicode('f1b4');\n$ti-icon-toml: unicode('fa5d');\n$ti-icon-tool: unicode('eb40');\n$ti-icon-tools: unicode('ebca');\n$ti-icon-tools-kitchen: unicode('ed64');\n$ti-icon-tools-kitchen-2: unicode('eeff');\n$ti-icon-tools-kitchen-2-off: unicode('f1b5');\n$ti-icon-tools-kitchen-3: unicode('fd2b');\n$ti-icon-tools-kitchen-off: unicode('f1b6');\n$ti-icon-tools-off: unicode('f1b7');\n$ti-icon-tooltip: unicode('f2dd');\n$ti-icon-topology-bus: unicode('f5d9');\n$ti-icon-topology-complex: unicode('f5da');\n$ti-icon-topology-full: unicode('f5dc');\n$ti-icon-topology-full-hierarchy: unicode('f5db');\n$ti-icon-topology-ring: unicode('f5df');\n$ti-icon-topology-ring-2: unicode('f5dd');\n$ti-icon-topology-ring-3: unicode('f5de');\n$ti-icon-topology-star: unicode('f5e5');\n$ti-icon-topology-star-2: unicode('f5e0');\n$ti-icon-topology-star-3: unicode('f5e1');\n$ti-icon-topology-star-ring: unicode('f5e4');\n$ti-icon-topology-star-ring-2: unicode('f5e2');\n$ti-icon-topology-star-ring-3: unicode('f5e3');\n$ti-icon-torii: unicode('f59b');\n$ti-icon-tornado: unicode('ece2');\n$ti-icon-tournament: unicode('ecd0');\n$ti-icon-tower: unicode('f2cb');\n$ti-icon-tower-off: unicode('f2ca');\n$ti-icon-track: unicode('ef00');\n$ti-icon-tractor: unicode('ec0d');\n$ti-icon-trademark: unicode('ec0e');\n$ti-icon-traffic-cone: unicode('ec0f');\n$ti-icon-traffic-cone-off: unicode('f1b8');\n$ti-icon-traffic-lights: unicode('ed39');\n$ti-icon-traffic-lights-off: unicode('f1b9');\n$ti-icon-train: unicode('ed96');\n$ti-icon-transaction-bitcoin: unicode('fd6e');\n$ti-icon-transaction-dollar: unicode('fd6f');\n$ti-icon-transaction-euro: unicode('fd70');\n$ti-icon-transaction-pound: unicode('fd71');\n$ti-icon-transaction-rupee: unicode('fd85');\n$ti-icon-transaction-yen: unicode('fd72');\n$ti-icon-transaction-yuan: unicode('fd73');\n$ti-icon-transfer: unicode('fc1f');\n$ti-icon-transfer-in: unicode('ef2f');\n$ti-icon-transfer-out: unicode('ef30');\n$ti-icon-transfer-vertical: unicode('fc1e');\n$ti-icon-transform: unicode('f38e');\n$ti-icon-transform-point: unicode('fda9');\n$ti-icon-transform-point-bottom-left: unicode('fda5');\n$ti-icon-transform-point-bottom-right: unicode('fda6');\n$ti-icon-transform-point-top-left: unicode('fda7');\n$ti-icon-transform-point-top-right: unicode('fda8');\n$ti-icon-transition-bottom: unicode('f2b2');\n$ti-icon-transition-left: unicode('f2b3');\n$ti-icon-transition-right: unicode('f2b4');\n$ti-icon-transition-top: unicode('f2b5');\n$ti-icon-trash: unicode('eb41');\n$ti-icon-trash-off: unicode('ed65');\n$ti-icon-trash-x: unicode('ef88');\n$ti-icon-treadmill: unicode('fa6e');\n$ti-icon-tree: unicode('ef01');\n$ti-icon-trees: unicode('ec10');\n$ti-icon-trekking: unicode('f5ad');\n$ti-icon-trending-down: unicode('eb42');\n$ti-icon-trending-down-2: unicode('edc1');\n$ti-icon-trending-down-3: unicode('edc2');\n$ti-icon-trending-up: unicode('eb43');\n$ti-icon-trending-up-2: unicode('edc3');\n$ti-icon-trending-up-3: unicode('edc4');\n$ti-icon-triangle: unicode('eb44');\n$ti-icon-triangle-inverted: unicode('f01d');\n$ti-icon-triangle-minus: unicode('fc9b');\n$ti-icon-triangle-minus-2: unicode('fc9a');\n$ti-icon-triangle-off: unicode('ef02');\n$ti-icon-triangle-plus: unicode('fc9d');\n$ti-icon-triangle-plus-2: unicode('fc9c');\n$ti-icon-triangle-square-circle: unicode('ece8');\n$ti-icon-triangles: unicode('f0a5');\n$ti-icon-trident: unicode('ecc5');\n$ti-icon-trolley: unicode('f4cc');\n$ti-icon-trophy: unicode('eb45');\n$ti-icon-trophy-off: unicode('f438');\n$ti-icon-trowel: unicode('f368');\n$ti-icon-truck: unicode('ebc4');\n$ti-icon-truck-delivery: unicode('ec4b');\n$ti-icon-truck-loading: unicode('f1da');\n$ti-icon-truck-off: unicode('ef03');\n$ti-icon-truck-return: unicode('ec4c');\n$ti-icon-txt: unicode('f3b1');\n$ti-icon-typeface: unicode('fdab');\n$ti-icon-typography: unicode('ebc5');\n$ti-icon-typography-off: unicode('f1ba');\n$ti-icon-u-turn-left: unicode('fea2');\n$ti-icon-u-turn-right: unicode('fea1');\n$ti-icon-ufo: unicode('f26f');\n$ti-icon-ufo-off: unicode('f26e');\n$ti-icon-umbrella: unicode('ebf1');\n$ti-icon-umbrella-2: unicode('ff0e');\n$ti-icon-umbrella-closed: unicode('ff0c');\n$ti-icon-umbrella-closed-2: unicode('ff0d');\n$ti-icon-umbrella-off: unicode('f1bb');\n$ti-icon-underline: unicode('eba2');\n$ti-icon-universe: unicode('fcc4');\n$ti-icon-unlink: unicode('eb46');\n$ti-icon-upload: unicode('eb47');\n$ti-icon-urgent: unicode('eb48');\n$ti-icon-usb: unicode('f00c');\n$ti-icon-user: unicode('eb4d');\n$ti-icon-user-bitcoin: unicode('ff30');\n$ti-icon-user-bolt: unicode('f9d1');\n$ti-icon-user-cancel: unicode('f9d2');\n$ti-icon-user-check: unicode('eb49');\n$ti-icon-user-circle: unicode('ef68');\n$ti-icon-user-code: unicode('f9d3');\n$ti-icon-user-cog: unicode('f9d4');\n$ti-icon-user-dollar: unicode('f9d5');\n$ti-icon-user-down: unicode('f9d6');\n$ti-icon-user-edit: unicode('f7cc');\n$ti-icon-user-exclamation: unicode('ec12');\n$ti-icon-user-heart: unicode('f7cd');\n$ti-icon-user-hexagon: unicode('fc4e');\n$ti-icon-user-minus: unicode('eb4a');\n$ti-icon-user-off: unicode('ecf9');\n$ti-icon-user-pause: unicode('f9d7');\n$ti-icon-user-pentagon: unicode('fc4f');\n$ti-icon-user-pin: unicode('f7ce');\n$ti-icon-user-plus: unicode('eb4b');\n$ti-icon-user-question: unicode('f7cf');\n$ti-icon-user-scan: unicode('fcaf');\n$ti-icon-user-screen: unicode('fea0');\n$ti-icon-user-search: unicode('ef89');\n$ti-icon-user-share: unicode('f9d8');\n$ti-icon-user-shield: unicode('f7d0');\n$ti-icon-user-square: unicode('fc51');\n$ti-icon-user-square-rounded: unicode('fc50');\n$ti-icon-user-star: unicode('f7d1');\n$ti-icon-user-up: unicode('f7d2');\n$ti-icon-user-x: unicode('eb4c');\n$ti-icon-users: unicode('ebf2');\n$ti-icon-users-group: unicode('fa21');\n$ti-icon-users-minus: unicode('fa0e');\n$ti-icon-users-plus: unicode('fa0f');\n$ti-icon-uv-index: unicode('f3b2');\n$ti-icon-ux-circle: unicode('f369');\n$ti-icon-vaccine: unicode('ef04');\n$ti-icon-vaccine-bottle: unicode('ef69');\n$ti-icon-vaccine-bottle-off: unicode('f439');\n$ti-icon-vaccine-off: unicode('f1bc');\n$ti-icon-vacuum-cleaner: unicode('f5e6');\n$ti-icon-variable: unicode('ef05');\n$ti-icon-variable-minus: unicode('f36a');\n$ti-icon-variable-off: unicode('f1bd');\n$ti-icon-variable-plus: unicode('f36b');\n$ti-icon-vector: unicode('eca9');\n$ti-icon-vector-bezier: unicode('ef1d');\n$ti-icon-vector-bezier-2: unicode('f1a3');\n$ti-icon-vector-bezier-arc: unicode('f4cd');\n$ti-icon-vector-bezier-circle: unicode('f4ce');\n$ti-icon-vector-off: unicode('f1be');\n$ti-icon-vector-spline: unicode('f565');\n$ti-icon-vector-triangle: unicode('eca8');\n$ti-icon-vector-triangle-off: unicode('f1bf');\n$ti-icon-venus: unicode('ec86');\n$ti-icon-versions: unicode('ed52');\n$ti-icon-versions-off: unicode('f1c0');\n$ti-icon-video: unicode('ed22');\n$ti-icon-video-minus: unicode('ed1f');\n$ti-icon-video-off: unicode('ed20');\n$ti-icon-video-plus: unicode('ed21');\n$ti-icon-view-360: unicode('ed84');\n$ti-icon-view-360-arrow: unicode('f62f');\n$ti-icon-view-360-number: unicode('f566');\n$ti-icon-view-360-off: unicode('f1c1');\n$ti-icon-viewfinder: unicode('eb4e');\n$ti-icon-viewfinder-off: unicode('f1c2');\n$ti-icon-viewport-narrow: unicode('ebf3');\n$ti-icon-viewport-short: unicode('fee9');\n$ti-icon-viewport-tall: unicode('fee8');\n$ti-icon-viewport-wide: unicode('ebf4');\n$ti-icon-vinyl: unicode('f00d');\n$ti-icon-vip: unicode('f3b3');\n$ti-icon-vip-off: unicode('f43a');\n$ti-icon-virus: unicode('eb74');\n$ti-icon-virus-off: unicode('ed66');\n$ti-icon-virus-search: unicode('ed67');\n$ti-icon-vocabulary: unicode('ef1e');\n$ti-icon-vocabulary-off: unicode('f43b');\n$ti-icon-volcano: unicode('f79c');\n$ti-icon-volume: unicode('eb51');\n$ti-icon-volume-2: unicode('eb4f');\n$ti-icon-volume-3: unicode('eb50');\n$ti-icon-volume-off: unicode('f1c3');\n$ti-icon-vs: unicode('fc52');\n$ti-icon-walk: unicode('ec87');\n$ti-icon-wall: unicode('ef7a');\n$ti-icon-wall-off: unicode('f43c');\n$ti-icon-wallet: unicode('eb75');\n$ti-icon-wallet-off: unicode('f1c4');\n$ti-icon-wallpaper: unicode('ef56');\n$ti-icon-wallpaper-off: unicode('f1c5');\n$ti-icon-wand: unicode('ebcb');\n$ti-icon-wand-off: unicode('f1c6');\n$ti-icon-wash: unicode('f311');\n$ti-icon-wash-dry: unicode('f304');\n$ti-icon-wash-dry-1: unicode('f2fa');\n$ti-icon-wash-dry-2: unicode('f2fb');\n$ti-icon-wash-dry-3: unicode('f2fc');\n$ti-icon-wash-dry-a: unicode('f2fd');\n$ti-icon-wash-dry-dip: unicode('f2fe');\n$ti-icon-wash-dry-f: unicode('f2ff');\n$ti-icon-wash-dry-flat: unicode('fa7f');\n$ti-icon-wash-dry-hang: unicode('f300');\n$ti-icon-wash-dry-off: unicode('f301');\n$ti-icon-wash-dry-p: unicode('f302');\n$ti-icon-wash-dry-shade: unicode('f303');\n$ti-icon-wash-dry-w: unicode('f322');\n$ti-icon-wash-dryclean: unicode('f305');\n$ti-icon-wash-dryclean-off: unicode('f323');\n$ti-icon-wash-eco: unicode('fa80');\n$ti-icon-wash-gentle: unicode('f306');\n$ti-icon-wash-hand: unicode('fa81');\n$ti-icon-wash-machine: unicode('f25e');\n$ti-icon-wash-off: unicode('f307');\n$ti-icon-wash-press: unicode('f308');\n$ti-icon-wash-temperature-1: unicode('f309');\n$ti-icon-wash-temperature-2: unicode('f30a');\n$ti-icon-wash-temperature-3: unicode('f30b');\n$ti-icon-wash-temperature-4: unicode('f30c');\n$ti-icon-wash-temperature-5: unicode('f30d');\n$ti-icon-wash-temperature-6: unicode('f30e');\n$ti-icon-wash-tumble-dry: unicode('f30f');\n$ti-icon-wash-tumble-off: unicode('f310');\n$ti-icon-waterpolo: unicode('fa6f');\n$ti-icon-wave-saw-tool: unicode('ecd3');\n$ti-icon-wave-sine: unicode('ecd4');\n$ti-icon-wave-square: unicode('ecd5');\n$ti-icon-waves-electricity: unicode('fcc5');\n$ti-icon-webhook: unicode('f01e');\n$ti-icon-webhook-off: unicode('f43d');\n$ti-icon-weight: unicode('f589');\n$ti-icon-wheel: unicode('fc64');\n$ti-icon-wheelchair: unicode('f1db');\n$ti-icon-wheelchair-off: unicode('f43e');\n$ti-icon-whirl: unicode('f51d');\n$ti-icon-wifi: unicode('eb52');\n$ti-icon-wifi-0: unicode('eba3');\n$ti-icon-wifi-1: unicode('eba4');\n$ti-icon-wifi-2: unicode('eba5');\n$ti-icon-wifi-off: unicode('ecfa');\n$ti-icon-wind: unicode('ec34');\n$ti-icon-wind-electricity: unicode('fcc6');\n$ti-icon-wind-off: unicode('f1c7');\n$ti-icon-windmill: unicode('ed85');\n$ti-icon-windmill-off: unicode('f1c8');\n$ti-icon-window: unicode('ef06');\n$ti-icon-window-maximize: unicode('f1f1');\n$ti-icon-window-minimize: unicode('f1f2');\n$ti-icon-window-off: unicode('f1c9');\n$ti-icon-windsock: unicode('f06d');\n$ti-icon-wiper: unicode('ecab');\n$ti-icon-wiper-wash: unicode('ecaa');\n$ti-icon-woman: unicode('eb53');\n$ti-icon-wood: unicode('f359');\n$ti-icon-world: unicode('eb54');\n$ti-icon-world-bolt: unicode('f9d9');\n$ti-icon-world-cancel: unicode('f9da');\n$ti-icon-world-check: unicode('f9db');\n$ti-icon-world-code: unicode('f9dc');\n$ti-icon-world-cog: unicode('f9dd');\n$ti-icon-world-dollar: unicode('f9de');\n$ti-icon-world-down: unicode('f9df');\n$ti-icon-world-download: unicode('ef8a');\n$ti-icon-world-exclamation: unicode('f9e0');\n$ti-icon-world-heart: unicode('f9e1');\n$ti-icon-world-latitude: unicode('ed2e');\n$ti-icon-world-longitude: unicode('ed2f');\n$ti-icon-world-minus: unicode('f9e2');\n$ti-icon-world-off: unicode('f1ca');\n$ti-icon-world-pause: unicode('f9e3');\n$ti-icon-world-pin: unicode('f9e4');\n$ti-icon-world-plus: unicode('f9e5');\n$ti-icon-world-question: unicode('f9e6');\n$ti-icon-world-search: unicode('f9e7');\n$ti-icon-world-share: unicode('f9e8');\n$ti-icon-world-star: unicode('f9e9');\n$ti-icon-world-up: unicode('f9ea');\n$ti-icon-world-upload: unicode('ef8b');\n$ti-icon-world-www: unicode('f38f');\n$ti-icon-world-x: unicode('f9eb');\n$ti-icon-wrecking-ball: unicode('ed97');\n$ti-icon-writing: unicode('ef08');\n$ti-icon-writing-off: unicode('f1cb');\n$ti-icon-writing-sign: unicode('ef07');\n$ti-icon-writing-sign-off: unicode('f1cc');\n$ti-icon-x: unicode('eb55');\n$ti-icon-x-power-y: unicode('10072');\n$ti-icon-xbox-a: unicode('f2b6');\n$ti-icon-xbox-b: unicode('f2b7');\n$ti-icon-xbox-x: unicode('f2b8');\n$ti-icon-xbox-y: unicode('f2b9');\n$ti-icon-xd: unicode('fa33');\n$ti-icon-xxx: unicode('fc20');\n$ti-icon-yin-yang: unicode('ec35');\n$ti-icon-yoga: unicode('f01f');\n$ti-icon-zeppelin: unicode('f270');\n$ti-icon-zeppelin-off: unicode('f43f');\n$ti-icon-zip: unicode('f3b4');\n$ti-icon-zodiac-aquarius: unicode('ecac');\n$ti-icon-zodiac-aries: unicode('ecad');\n$ti-icon-zodiac-cancer: unicode('ecae');\n$ti-icon-zodiac-capricorn: unicode('ecaf');\n$ti-icon-zodiac-gemini: unicode('ecb0');\n$ti-icon-zodiac-leo: unicode('ecb1');\n$ti-icon-zodiac-libra: unicode('ecb2');\n$ti-icon-zodiac-pisces: unicode('ecb3');\n$ti-icon-zodiac-sagittarius: unicode('ecb4');\n$ti-icon-zodiac-scorpio: unicode('ecb5');\n$ti-icon-zodiac-taurus: unicode('ecb6');\n$ti-icon-zodiac-virgo: unicode('ecb7');\n$ti-icon-zoom: unicode('fdaa');\n$ti-icon-zoom-cancel: unicode('ec4d');\n$ti-icon-zoom-check: unicode('ef09');\n$ti-icon-zoom-code: unicode('f07f');\n$ti-icon-zoom-exclamation: unicode('f080');\n$ti-icon-zoom-in: unicode('eb56');\n$ti-icon-zoom-in-area: unicode('f1dc');\n$ti-icon-zoom-money: unicode('ef0a');\n$ti-icon-zoom-out: unicode('eb57');\n$ti-icon-zoom-out-area: unicode('f1dd');\n$ti-icon-zoom-pan: unicode('f1de');\n$ti-icon-zoom-question: unicode('edeb');\n$ti-icon-zoom-replace: unicode('f2a7');\n$ti-icon-zoom-reset: unicode('f295');\n$ti-icon-zoom-scan: unicode('fcb0');\n$ti-icon-zzz: unicode('f228');\n$ti-icon-zzz-off: unicode('f440');\n\n\n.#{$ti-prefix}-a-b:before { content: $ti-icon-a-b; }\n.#{$ti-prefix}-a-b-2:before { content: $ti-icon-a-b-2; }\n.#{$ti-prefix}-a-b-off:before { content: $ti-icon-a-b-off; }\n.#{$ti-prefix}-abacus:before { content: $ti-icon-abacus; }\n.#{$ti-prefix}-abacus-off:before { content: $ti-icon-abacus-off; }\n.#{$ti-prefix}-abc:before { content: $ti-icon-abc; }\n.#{$ti-prefix}-access-point:before { content: $ti-icon-access-point; }\n.#{$ti-prefix}-access-point-off:before { content: $ti-icon-access-point-off; }\n.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; }\n.#{$ti-prefix}-accessible-off:before { content: $ti-icon-accessible-off; }\n.#{$ti-prefix}-activity:before { content: $ti-icon-activity; }\n.#{$ti-prefix}-activity-heartbeat:before { content: $ti-icon-activity-heartbeat; }\n.#{$ti-prefix}-ad:before { content: $ti-icon-ad; }\n.#{$ti-prefix}-ad-2:before { content: $ti-icon-ad-2; }\n.#{$ti-prefix}-ad-circle:before { content: $ti-icon-ad-circle; }\n.#{$ti-prefix}-ad-circle-off:before { content: $ti-icon-ad-circle-off; }\n.#{$ti-prefix}-ad-off:before { content: $ti-icon-ad-off; }\n.#{$ti-prefix}-address-book:before { content: $ti-icon-address-book; }\n.#{$ti-prefix}-address-book-off:before { content: $ti-icon-address-book-off; }\n.#{$ti-prefix}-adjustments:before { content: $ti-icon-adjustments; }\n.#{$ti-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; }\n.#{$ti-prefix}-adjustments-bolt:before { content: $ti-icon-adjustments-bolt; }\n.#{$ti-prefix}-adjustments-cancel:before { content: $ti-icon-adjustments-cancel; }\n.#{$ti-prefix}-adjustments-check:before { content: $ti-icon-adjustments-check; }\n.#{$ti-prefix}-adjustments-code:before { content: $ti-icon-adjustments-code; }\n.#{$ti-prefix}-adjustments-cog:before { content: $ti-icon-adjustments-cog; }\n.#{$ti-prefix}-adjustments-dollar:before { content: $ti-icon-adjustments-dollar; }\n.#{$ti-prefix}-adjustments-down:before { content: $ti-icon-adjustments-down; }\n.#{$ti-prefix}-adjustments-exclamation:before { content: $ti-icon-adjustments-exclamation; }\n.#{$ti-prefix}-adjustments-heart:before { content: $ti-icon-adjustments-heart; }\n.#{$ti-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; }\n.#{$ti-prefix}-adjustments-minus:before { content: $ti-icon-adjustments-minus; }\n.#{$ti-prefix}-adjustments-off:before { content: $ti-icon-adjustments-off; }\n.#{$ti-prefix}-adjustments-pause:before { content: $ti-icon-adjustments-pause; }\n.#{$ti-prefix}-adjustments-pin:before { content: $ti-icon-adjustments-pin; }\n.#{$ti-prefix}-adjustments-plus:before { content: $ti-icon-adjustments-plus; }\n.#{$ti-prefix}-adjustments-question:before { content: $ti-icon-adjustments-question; }\n.#{$ti-prefix}-adjustments-search:before { content: $ti-icon-adjustments-search; }\n.#{$ti-prefix}-adjustments-share:before { content: $ti-icon-adjustments-share; }\n.#{$ti-prefix}-adjustments-spark:before { content: $ti-icon-adjustments-spark; }\n.#{$ti-prefix}-adjustments-star:before { content: $ti-icon-adjustments-star; }\n.#{$ti-prefix}-adjustments-up:before { content: $ti-icon-adjustments-up; }\n.#{$ti-prefix}-adjustments-x:before { content: $ti-icon-adjustments-x; }\n.#{$ti-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; }\n.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; }\n.#{$ti-prefix}-ai:before { content: $ti-icon-ai; }\n.#{$ti-prefix}-air-balloon:before { content: $ti-icon-air-balloon; }\n.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }\n.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }\n.#{$ti-prefix}-air-traffic-control:before { content: $ti-icon-air-traffic-control; }\n.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }\n.#{$ti-prefix}-alarm-average:before { content: $ti-icon-alarm-average; }\n.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }\n.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; }\n.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }\n.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }\n.#{$ti-prefix}-album:before { content: $ti-icon-album; }\n.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }\n.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }\n.#{$ti-prefix}-alert-circle-off:before { content: $ti-icon-alert-circle-off; }\n.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; }\n.#{$ti-prefix}-alert-hexagon-off:before { content: $ti-icon-alert-hexagon-off; }\n.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }\n.#{$ti-prefix}-alert-small:before { content: $ti-icon-alert-small; }\n.#{$ti-prefix}-alert-small-off:before { content: $ti-icon-alert-small-off; }\n.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; }\n.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; }\n.#{$ti-prefix}-alert-square-rounded-off:before { content: $ti-icon-alert-square-rounded-off; }\n.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }\n.#{$ti-prefix}-alert-triangle-off:before { content: $ti-icon-alert-triangle-off; }\n.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }\n.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }\n.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }\n.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; }\n.#{$ti-prefix}-align-box-center-bottom:before { content: $ti-icon-align-box-center-bottom; }\n.#{$ti-prefix}-align-box-center-middle:before { content: $ti-icon-align-box-center-middle; }\n.#{$ti-prefix}-align-box-center-stretch:before { content: $ti-icon-align-box-center-stretch; }\n.#{$ti-prefix}-align-box-center-top:before { content: $ti-icon-align-box-center-top; }\n.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; }\n.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; }\n.#{$ti-prefix}-align-box-left-stretch:before { content: $ti-icon-align-box-left-stretch; }\n.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; }\n.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; }\n.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }\n.#{$ti-prefix}-align-box-right-stretch:before { content: $ti-icon-align-box-right-stretch; }\n.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; }\n.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; }\n.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; }\n.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; }\n.#{$ti-prefix}-align-center:before { content: $ti-icon-align-center; }\n.#{$ti-prefix}-align-justified:before { content: $ti-icon-align-justified; }\n.#{$ti-prefix}-align-left:before { content: $ti-icon-align-left; }\n.#{$ti-prefix}-align-left-2:before { content: $ti-icon-align-left-2; }\n.#{$ti-prefix}-align-right:before { content: $ti-icon-align-right; }\n.#{$ti-prefix}-align-right-2:before { content: $ti-icon-align-right-2; }\n.#{$ti-prefix}-alpha:before { content: $ti-icon-alpha; }\n.#{$ti-prefix}-alphabet-arabic:before { content: $ti-icon-alphabet-arabic; }\n.#{$ti-prefix}-alphabet-bangla:before { content: $ti-icon-alphabet-bangla; }\n.#{$ti-prefix}-alphabet-cyrillic:before { content: $ti-icon-alphabet-cyrillic; }\n.#{$ti-prefix}-alphabet-greek:before { content: $ti-icon-alphabet-greek; }\n.#{$ti-prefix}-alphabet-hebrew:before { content: $ti-icon-alphabet-hebrew; }\n.#{$ti-prefix}-alphabet-korean:before { content: $ti-icon-alphabet-korean; }\n.#{$ti-prefix}-alphabet-latin:before { content: $ti-icon-alphabet-latin; }\n.#{$ti-prefix}-alphabet-thai:before { content: $ti-icon-alphabet-thai; }\n.#{$ti-prefix}-alt:before { content: $ti-icon-alt; }\n.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }\n.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }\n.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }\n.#{$ti-prefix}-analyze-off:before { content: $ti-icon-analyze-off; }\n.#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; }\n.#{$ti-prefix}-anchor-off:before { content: $ti-icon-anchor-off; }\n.#{$ti-prefix}-angle:before { content: $ti-icon-angle; }\n.#{$ti-prefix}-ankh:before { content: $ti-icon-ankh; }\n.#{$ti-prefix}-antenna:before { content: $ti-icon-antenna; }\n.#{$ti-prefix}-antenna-bars-1:before { content: $ti-icon-antenna-bars-1; }\n.#{$ti-prefix}-antenna-bars-2:before { content: $ti-icon-antenna-bars-2; }\n.#{$ti-prefix}-antenna-bars-3:before { content: $ti-icon-antenna-bars-3; }\n.#{$ti-prefix}-antenna-bars-4:before { content: $ti-icon-antenna-bars-4; }\n.#{$ti-prefix}-antenna-bars-5:before { content: $ti-icon-antenna-bars-5; }\n.#{$ti-prefix}-antenna-bars-off:before { content: $ti-icon-antenna-bars-off; }\n.#{$ti-prefix}-antenna-off:before { content: $ti-icon-antenna-off; }\n.#{$ti-prefix}-aperture:before { content: $ti-icon-aperture; }\n.#{$ti-prefix}-aperture-off:before { content: $ti-icon-aperture-off; }\n.#{$ti-prefix}-api:before { content: $ti-icon-api; }\n.#{$ti-prefix}-api-app:before { content: $ti-icon-api-app; }\n.#{$ti-prefix}-api-app-off:before { content: $ti-icon-api-app-off; }\n.#{$ti-prefix}-api-off:before { content: $ti-icon-api-off; }\n.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }\n.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }\n.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }\n.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }\n.#{$ti-prefix}-archery-arrow:before { content: $ti-icon-archery-arrow; }\n.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }\n.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }\n.#{$ti-prefix}-armchair:before { content: $ti-icon-armchair; }\n.#{$ti-prefix}-armchair-2:before { content: $ti-icon-armchair-2; }\n.#{$ti-prefix}-armchair-2-off:before { content: $ti-icon-armchair-2-off; }\n.#{$ti-prefix}-armchair-off:before { content: $ti-icon-armchair-off; }\n.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }\n.#{$ti-prefix}-arrow-autofit-down:before { content: $ti-icon-arrow-autofit-down; }\n.#{$ti-prefix}-arrow-autofit-height:before { content: $ti-icon-arrow-autofit-height; }\n.#{$ti-prefix}-arrow-autofit-left:before { content: $ti-icon-arrow-autofit-left; }\n.#{$ti-prefix}-arrow-autofit-right:before { content: $ti-icon-arrow-autofit-right; }\n.#{$ti-prefix}-arrow-autofit-up:before { content: $ti-icon-arrow-autofit-up; }\n.#{$ti-prefix}-arrow-autofit-width:before { content: $ti-icon-arrow-autofit-width; }\n.#{$ti-prefix}-arrow-back:before { content: $ti-icon-arrow-back; }\n.#{$ti-prefix}-arrow-back-up:before { content: $ti-icon-arrow-back-up; }\n.#{$ti-prefix}-arrow-back-up-double:before { content: $ti-icon-arrow-back-up-double; }\n.#{$ti-prefix}-arrow-badge-down:before { content: $ti-icon-arrow-badge-down; }\n.#{$ti-prefix}-arrow-badge-left:before { content: $ti-icon-arrow-badge-left; }\n.#{$ti-prefix}-arrow-badge-right:before { content: $ti-icon-arrow-badge-right; }\n.#{$ti-prefix}-arrow-badge-up:before { content: $ti-icon-arrow-badge-up; }\n.#{$ti-prefix}-arrow-bar-both:before { content: $ti-icon-arrow-bar-both; }\n.#{$ti-prefix}-arrow-bar-down:before { content: $ti-icon-arrow-bar-down; }\n.#{$ti-prefix}-arrow-bar-left:before { content: $ti-icon-arrow-bar-left; }\n.#{$ti-prefix}-arrow-bar-right:before { content: $ti-icon-arrow-bar-right; }\n.#{$ti-prefix}-arrow-bar-to-down:before { content: $ti-icon-arrow-bar-to-down; }\n.#{$ti-prefix}-arrow-bar-to-left:before { content: $ti-icon-arrow-bar-to-left; }\n.#{$ti-prefix}-arrow-bar-to-right:before { content: $ti-icon-arrow-bar-to-right; }\n.#{$ti-prefix}-arrow-bar-to-up:before { content: $ti-icon-arrow-bar-to-up; }\n.#{$ti-prefix}-arrow-bar-up:before { content: $ti-icon-arrow-bar-up; }\n.#{$ti-prefix}-arrow-bear-left:before { content: $ti-icon-arrow-bear-left; }\n.#{$ti-prefix}-arrow-bear-left-2:before { content: $ti-icon-arrow-bear-left-2; }\n.#{$ti-prefix}-arrow-bear-right:before { content: $ti-icon-arrow-bear-right; }\n.#{$ti-prefix}-arrow-bear-right-2:before { content: $ti-icon-arrow-bear-right-2; }\n.#{$ti-prefix}-arrow-big-down:before { content: $ti-icon-arrow-big-down; }\n.#{$ti-prefix}-arrow-big-down-line:before { content: $ti-icon-arrow-big-down-line; }\n.#{$ti-prefix}-arrow-big-down-lines:before { content: $ti-icon-arrow-big-down-lines; }\n.#{$ti-prefix}-arrow-big-left:before { content: $ti-icon-arrow-big-left; }\n.#{$ti-prefix}-arrow-big-left-line:before { content: $ti-icon-arrow-big-left-line; }\n.#{$ti-prefix}-arrow-big-left-lines:before { content: $ti-icon-arrow-big-left-lines; }\n.#{$ti-prefix}-arrow-big-right:before { content: $ti-icon-arrow-big-right; }\n.#{$ti-prefix}-arrow-big-right-line:before { content: $ti-icon-arrow-big-right-line; }\n.#{$ti-prefix}-arrow-big-right-lines:before { content: $ti-icon-arrow-big-right-lines; }\n.#{$ti-prefix}-arrow-big-up:before { content: $ti-icon-arrow-big-up; }\n.#{$ti-prefix}-arrow-big-up-line:before { content: $ti-icon-arrow-big-up-line; }\n.#{$ti-prefix}-arrow-big-up-lines:before { content: $ti-icon-arrow-big-up-lines; }\n.#{$ti-prefix}-arrow-bounce:before { content: $ti-icon-arrow-bounce; }\n.#{$ti-prefix}-arrow-capsule:before { content: $ti-icon-arrow-capsule; }\n.#{$ti-prefix}-arrow-curve-left:before { content: $ti-icon-arrow-curve-left; }\n.#{$ti-prefix}-arrow-curve-right:before { content: $ti-icon-arrow-curve-right; }\n.#{$ti-prefix}-arrow-down:before { content: $ti-icon-arrow-down; }\n.#{$ti-prefix}-arrow-down-bar:before { content: $ti-icon-arrow-down-bar; }\n.#{$ti-prefix}-arrow-down-circle:before { content: $ti-icon-arrow-down-circle; }\n.#{$ti-prefix}-arrow-down-dashed:before { content: $ti-icon-arrow-down-dashed; }\n.#{$ti-prefix}-arrow-down-from-arc:before { content: $ti-icon-arrow-down-from-arc; }\n.#{$ti-prefix}-arrow-down-left:before { content: $ti-icon-arrow-down-left; }\n.#{$ti-prefix}-arrow-down-left-circle:before { content: $ti-icon-arrow-down-left-circle; }\n.#{$ti-prefix}-arrow-down-rhombus:before { content: $ti-icon-arrow-down-rhombus; }\n.#{$ti-prefix}-arrow-down-right:before { content: $ti-icon-arrow-down-right; }\n.#{$ti-prefix}-arrow-down-right-circle:before { content: $ti-icon-arrow-down-right-circle; }\n.#{$ti-prefix}-arrow-down-square:before { content: $ti-icon-arrow-down-square; }\n.#{$ti-prefix}-arrow-down-tail:before { content: $ti-icon-arrow-down-tail; }\n.#{$ti-prefix}-arrow-down-to-arc:before { content: $ti-icon-arrow-down-to-arc; }\n.#{$ti-prefix}-arrow-elbow-left:before { content: $ti-icon-arrow-elbow-left; }\n.#{$ti-prefix}-arrow-elbow-right:before { content: $ti-icon-arrow-elbow-right; }\n.#{$ti-prefix}-arrow-fork:before { content: $ti-icon-arrow-fork; }\n.#{$ti-prefix}-arrow-forward:before { content: $ti-icon-arrow-forward; }\n.#{$ti-prefix}-arrow-forward-up:before { content: $ti-icon-arrow-forward-up; }\n.#{$ti-prefix}-arrow-forward-up-double:before { content: $ti-icon-arrow-forward-up-double; }\n.#{$ti-prefix}-arrow-guide:before { content: $ti-icon-arrow-guide; }\n.#{$ti-prefix}-arrow-iteration:before { content: $ti-icon-arrow-iteration; }\n.#{$ti-prefix}-arrow-left:before { content: $ti-icon-arrow-left; }\n.#{$ti-prefix}-arrow-left-bar:before { content: $ti-icon-arrow-left-bar; }\n.#{$ti-prefix}-arrow-left-circle:before { content: $ti-icon-arrow-left-circle; }\n.#{$ti-prefix}-arrow-left-dashed:before { content: $ti-icon-arrow-left-dashed; }\n.#{$ti-prefix}-arrow-left-from-arc:before { content: $ti-icon-arrow-left-from-arc; }\n.#{$ti-prefix}-arrow-left-rhombus:before { content: $ti-icon-arrow-left-rhombus; }\n.#{$ti-prefix}-arrow-left-right:before { content: $ti-icon-arrow-left-right; }\n.#{$ti-prefix}-arrow-left-square:before { content: $ti-icon-arrow-left-square; }\n.#{$ti-prefix}-arrow-left-tail:before { content: $ti-icon-arrow-left-tail; }\n.#{$ti-prefix}-arrow-left-to-arc:before { content: $ti-icon-arrow-left-to-arc; }\n.#{$ti-prefix}-arrow-loop-left:before { content: $ti-icon-arrow-loop-left; }\n.#{$ti-prefix}-arrow-loop-left-2:before { content: $ti-icon-arrow-loop-left-2; }\n.#{$ti-prefix}-arrow-loop-right:before { content: $ti-icon-arrow-loop-right; }\n.#{$ti-prefix}-arrow-loop-right-2:before { content: $ti-icon-arrow-loop-right-2; }\n.#{$ti-prefix}-arrow-merge:before { content: $ti-icon-arrow-merge; }\n.#{$ti-prefix}-arrow-merge-alt-left:before { content: $ti-icon-arrow-merge-alt-left; }\n.#{$ti-prefix}-arrow-merge-alt-right:before { content: $ti-icon-arrow-merge-alt-right; }\n.#{$ti-prefix}-arrow-merge-both:before { content: $ti-icon-arrow-merge-both; }\n.#{$ti-prefix}-arrow-merge-left:before { content: $ti-icon-arrow-merge-left; }\n.#{$ti-prefix}-arrow-merge-right:before { content: $ti-icon-arrow-merge-right; }\n.#{$ti-prefix}-arrow-move-down:before { content: $ti-icon-arrow-move-down; }\n.#{$ti-prefix}-arrow-move-left:before { content: $ti-icon-arrow-move-left; }\n.#{$ti-prefix}-arrow-move-right:before { content: $ti-icon-arrow-move-right; }\n.#{$ti-prefix}-arrow-move-up:before { content: $ti-icon-arrow-move-up; }\n.#{$ti-prefix}-arrow-narrow-down:before { content: $ti-icon-arrow-narrow-down; }\n.#{$ti-prefix}-arrow-narrow-down-dashed:before { content: $ti-icon-arrow-narrow-down-dashed; }\n.#{$ti-prefix}-arrow-narrow-left:before { content: $ti-icon-arrow-narrow-left; }\n.#{$ti-prefix}-arrow-narrow-left-dashed:before { content: $ti-icon-arrow-narrow-left-dashed; }\n.#{$ti-prefix}-arrow-narrow-right:before { content: $ti-icon-arrow-narrow-right; }\n.#{$ti-prefix}-arrow-narrow-right-dashed:before { content: $ti-icon-arrow-narrow-right-dashed; }\n.#{$ti-prefix}-arrow-narrow-up:before { content: $ti-icon-arrow-narrow-up; }\n.#{$ti-prefix}-arrow-narrow-up-dashed:before { content: $ti-icon-arrow-narrow-up-dashed; }\n.#{$ti-prefix}-arrow-ramp-left:before { content: $ti-icon-arrow-ramp-left; }\n.#{$ti-prefix}-arrow-ramp-left-2:before { content: $ti-icon-arrow-ramp-left-2; }\n.#{$ti-prefix}-arrow-ramp-left-3:before { content: $ti-icon-arrow-ramp-left-3; }\n.#{$ti-prefix}-arrow-ramp-right:before { content: $ti-icon-arrow-ramp-right; }\n.#{$ti-prefix}-arrow-ramp-right-2:before { content: $ti-icon-arrow-ramp-right-2; }\n.#{$ti-prefix}-arrow-ramp-right-3:before { content: $ti-icon-arrow-ramp-right-3; }\n.#{$ti-prefix}-arrow-right:before { content: $ti-icon-arrow-right; }\n.#{$ti-prefix}-arrow-right-bar:before { content: $ti-icon-arrow-right-bar; }\n.#{$ti-prefix}-arrow-right-circle:before { content: $ti-icon-arrow-right-circle; }\n.#{$ti-prefix}-arrow-right-dashed:before { content: $ti-icon-arrow-right-dashed; }\n.#{$ti-prefix}-arrow-right-from-arc:before { content: $ti-icon-arrow-right-from-arc; }\n.#{$ti-prefix}-arrow-right-rhombus:before { content: $ti-icon-arrow-right-rhombus; }\n.#{$ti-prefix}-arrow-right-square:before { content: $ti-icon-arrow-right-square; }\n.#{$ti-prefix}-arrow-right-tail:before { content: $ti-icon-arrow-right-tail; }\n.#{$ti-prefix}-arrow-right-to-arc:before { content: $ti-icon-arrow-right-to-arc; }\n.#{$ti-prefix}-arrow-rotary-first-left:before { content: $ti-icon-arrow-rotary-first-left; }\n.#{$ti-prefix}-arrow-rotary-first-right:before { content: $ti-icon-arrow-rotary-first-right; }\n.#{$ti-prefix}-arrow-rotary-last-left:before { content: $ti-icon-arrow-rotary-last-left; }\n.#{$ti-prefix}-arrow-rotary-last-right:before { content: $ti-icon-arrow-rotary-last-right; }\n.#{$ti-prefix}-arrow-rotary-left:before { content: $ti-icon-arrow-rotary-left; }\n.#{$ti-prefix}-arrow-rotary-right:before { content: $ti-icon-arrow-rotary-right; }\n.#{$ti-prefix}-arrow-rotary-straight:before { content: $ti-icon-arrow-rotary-straight; }\n.#{$ti-prefix}-arrow-roundabout-left:before { content: $ti-icon-arrow-roundabout-left; }\n.#{$ti-prefix}-arrow-roundabout-right:before { content: $ti-icon-arrow-roundabout-right; }\n.#{$ti-prefix}-arrow-sharp-turn-left:before { content: $ti-icon-arrow-sharp-turn-left; }\n.#{$ti-prefix}-arrow-sharp-turn-right:before { content: $ti-icon-arrow-sharp-turn-right; }\n.#{$ti-prefix}-arrow-up:before { content: $ti-icon-arrow-up; }\n.#{$ti-prefix}-arrow-up-bar:before { content: $ti-icon-arrow-up-bar; }\n.#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; }\n.#{$ti-prefix}-arrow-up-dashed:before { content: $ti-icon-arrow-up-dashed; }\n.#{$ti-prefix}-arrow-up-from-arc:before { content: $ti-icon-arrow-up-from-arc; }\n.#{$ti-prefix}-arrow-up-left:before { content: $ti-icon-arrow-up-left; }\n.#{$ti-prefix}-arrow-up-left-circle:before { content: $ti-icon-arrow-up-left-circle; }\n.#{$ti-prefix}-arrow-up-rhombus:before { content: $ti-icon-arrow-up-rhombus; }\n.#{$ti-prefix}-arrow-up-right:before { content: $ti-icon-arrow-up-right; }\n.#{$ti-prefix}-arrow-up-right-circle:before { content: $ti-icon-arrow-up-right-circle; }\n.#{$ti-prefix}-arrow-up-square:before { content: $ti-icon-arrow-up-square; }\n.#{$ti-prefix}-arrow-up-tail:before { content: $ti-icon-arrow-up-tail; }\n.#{$ti-prefix}-arrow-up-to-arc:before { content: $ti-icon-arrow-up-to-arc; }\n.#{$ti-prefix}-arrow-wave-left-down:before { content: $ti-icon-arrow-wave-left-down; }\n.#{$ti-prefix}-arrow-wave-left-up:before { content: $ti-icon-arrow-wave-left-up; }\n.#{$ti-prefix}-arrow-wave-right-down:before { content: $ti-icon-arrow-wave-right-down; }\n.#{$ti-prefix}-arrow-wave-right-up:before { content: $ti-icon-arrow-wave-right-up; }\n.#{$ti-prefix}-arrow-zig-zag:before { content: $ti-icon-arrow-zig-zag; }\n.#{$ti-prefix}-arrows-cross:before { content: $ti-icon-arrows-cross; }\n.#{$ti-prefix}-arrows-diagonal:before { content: $ti-icon-arrows-diagonal; }\n.#{$ti-prefix}-arrows-diagonal-2:before { content: $ti-icon-arrows-diagonal-2; }\n.#{$ti-prefix}-arrows-diagonal-minimize:before { content: $ti-icon-arrows-diagonal-minimize; }\n.#{$ti-prefix}-arrows-diagonal-minimize-2:before { content: $ti-icon-arrows-diagonal-minimize-2; }\n.#{$ti-prefix}-arrows-diff:before { content: $ti-icon-arrows-diff; }\n.#{$ti-prefix}-arrows-double-ne-sw:before { content: $ti-icon-arrows-double-ne-sw; }\n.#{$ti-prefix}-arrows-double-nw-se:before { content: $ti-icon-arrows-double-nw-se; }\n.#{$ti-prefix}-arrows-double-se-nw:before { content: $ti-icon-arrows-double-se-nw; }\n.#{$ti-prefix}-arrows-double-sw-ne:before { content: $ti-icon-arrows-double-sw-ne; }\n.#{$ti-prefix}-arrows-down:before { content: $ti-icon-arrows-down; }\n.#{$ti-prefix}-arrows-down-up:before { content: $ti-icon-arrows-down-up; }\n.#{$ti-prefix}-arrows-exchange:before { content: $ti-icon-arrows-exchange; }\n.#{$ti-prefix}-arrows-exchange-2:before { content: $ti-icon-arrows-exchange-2; }\n.#{$ti-prefix}-arrows-horizontal:before { content: $ti-icon-arrows-horizontal; }\n.#{$ti-prefix}-arrows-join:before { content: $ti-icon-arrows-join; }\n.#{$ti-prefix}-arrows-join-2:before { content: $ti-icon-arrows-join-2; }\n.#{$ti-prefix}-arrows-left:before { content: $ti-icon-arrows-left; }\n.#{$ti-prefix}-arrows-left-down:before { content: $ti-icon-arrows-left-down; }\n.#{$ti-prefix}-arrows-left-right:before { content: $ti-icon-arrows-left-right; }\n.#{$ti-prefix}-arrows-maximize:before { content: $ti-icon-arrows-maximize; }\n.#{$ti-prefix}-arrows-minimize:before { content: $ti-icon-arrows-minimize; }\n.#{$ti-prefix}-arrows-move:before { content: $ti-icon-arrows-move; }\n.#{$ti-prefix}-arrows-move-horizontal:before { content: $ti-icon-arrows-move-horizontal; }\n.#{$ti-prefix}-arrows-move-vertical:before { content: $ti-icon-arrows-move-vertical; }\n.#{$ti-prefix}-arrows-random:before { content: $ti-icon-arrows-random; }\n.#{$ti-prefix}-arrows-right:before { content: $ti-icon-arrows-right; }\n.#{$ti-prefix}-arrows-right-down:before { content: $ti-icon-arrows-right-down; }\n.#{$ti-prefix}-arrows-right-left:before { content: $ti-icon-arrows-right-left; }\n.#{$ti-prefix}-arrows-shuffle:before { content: $ti-icon-arrows-shuffle; }\n.#{$ti-prefix}-arrows-shuffle-2:before { content: $ti-icon-arrows-shuffle-2; }\n.#{$ti-prefix}-arrows-sort:before { content: $ti-icon-arrows-sort; }\n.#{$ti-prefix}-arrows-split:before { content: $ti-icon-arrows-split; }\n.#{$ti-prefix}-arrows-split-2:before { content: $ti-icon-arrows-split-2; }\n.#{$ti-prefix}-arrows-transfer-down:before { content: $ti-icon-arrows-transfer-down; }\n.#{$ti-prefix}-arrows-transfer-up:before { content: $ti-icon-arrows-transfer-up; }\n.#{$ti-prefix}-arrows-transfer-up-down:before { content: $ti-icon-arrows-transfer-up-down; }\n.#{$ti-prefix}-arrows-up:before { content: $ti-icon-arrows-up; }\n.#{$ti-prefix}-arrows-up-down:before { content: $ti-icon-arrows-up-down; }\n.#{$ti-prefix}-arrows-up-left:before { content: $ti-icon-arrows-up-left; }\n.#{$ti-prefix}-arrows-up-right:before { content: $ti-icon-arrows-up-right; }\n.#{$ti-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; }\n.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; }\n.#{$ti-prefix}-artboard-off:before { content: $ti-icon-artboard-off; }\n.#{$ti-prefix}-article:before { content: $ti-icon-article; }\n.#{$ti-prefix}-article-off:before { content: $ti-icon-article-off; }\n.#{$ti-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; }\n.#{$ti-prefix}-aspect-ratio-off:before { content: $ti-icon-aspect-ratio-off; }\n.#{$ti-prefix}-assembly:before { content: $ti-icon-assembly; }\n.#{$ti-prefix}-assembly-off:before { content: $ti-icon-assembly-off; }\n.#{$ti-prefix}-asset:before { content: $ti-icon-asset; }\n.#{$ti-prefix}-asterisk:before { content: $ti-icon-asterisk; }\n.#{$ti-prefix}-asterisk-simple:before { content: $ti-icon-asterisk-simple; }\n.#{$ti-prefix}-at:before { content: $ti-icon-at; }\n.#{$ti-prefix}-at-off:before { content: $ti-icon-at-off; }\n.#{$ti-prefix}-atom:before { content: $ti-icon-atom; }\n.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }\n.#{$ti-prefix}-atom-off:before { content: $ti-icon-atom-off; }\n.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; }\n.#{$ti-prefix}-augmented-reality-2:before { content: $ti-icon-augmented-reality-2; }\n.#{$ti-prefix}-augmented-reality-off:before { content: $ti-icon-augmented-reality-off; }\n.#{$ti-prefix}-auth-2fa:before { content: $ti-icon-auth-2fa; }\n.#{$ti-prefix}-automatic-gearbox:before { content: $ti-icon-automatic-gearbox; }\n.#{$ti-prefix}-automation:before { content: $ti-icon-automation; }\n.#{$ti-prefix}-avocado:before { content: $ti-icon-avocado; }\n.#{$ti-prefix}-award:before { content: $ti-icon-award; }\n.#{$ti-prefix}-award-off:before { content: $ti-icon-award-off; }\n.#{$ti-prefix}-axe:before { content: $ti-icon-axe; }\n.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }\n.#{$ti-prefix}-axis-y:before { content: $ti-icon-axis-y; }\n.#{$ti-prefix}-baby-bottle:before { content: $ti-icon-baby-bottle; }\n.#{$ti-prefix}-baby-carriage:before { content: $ti-icon-baby-carriage; }\n.#{$ti-prefix}-background:before { content: $ti-icon-background; }\n.#{$ti-prefix}-backhoe:before { content: $ti-icon-backhoe; }\n.#{$ti-prefix}-backpack:before { content: $ti-icon-backpack; }\n.#{$ti-prefix}-backpack-off:before { content: $ti-icon-backpack-off; }\n.#{$ti-prefix}-backslash:before { content: $ti-icon-backslash; }\n.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }\n.#{$ti-prefix}-badge:before { content: $ti-icon-badge; }\n.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; }\n.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; }\n.#{$ti-prefix}-badge-8k:before { content: $ti-icon-badge-8k; }\n.#{$ti-prefix}-badge-ad:before { content: $ti-icon-badge-ad; }\n.#{$ti-prefix}-badge-ad-off:before { content: $ti-icon-badge-ad-off; }\n.#{$ti-prefix}-badge-ar:before { content: $ti-icon-badge-ar; }\n.#{$ti-prefix}-badge-cc:before { content: $ti-icon-badge-cc; }\n.#{$ti-prefix}-badge-hd:before { content: $ti-icon-badge-hd; }\n.#{$ti-prefix}-badge-off:before { content: $ti-icon-badge-off; }\n.#{$ti-prefix}-badge-sd:before { content: $ti-icon-badge-sd; }\n.#{$ti-prefix}-badge-tm:before { content: $ti-icon-badge-tm; }\n.#{$ti-prefix}-badge-vo:before { content: $ti-icon-badge-vo; }\n.#{$ti-prefix}-badge-vr:before { content: $ti-icon-badge-vr; }\n.#{$ti-prefix}-badge-wc:before { content: $ti-icon-badge-wc; }\n.#{$ti-prefix}-badges:before { content: $ti-icon-badges; }\n.#{$ti-prefix}-badges-off:before { content: $ti-icon-badges-off; }\n.#{$ti-prefix}-baguette:before { content: $ti-icon-baguette; }\n.#{$ti-prefix}-ball-american-football:before { content: $ti-icon-ball-american-football; }\n.#{$ti-prefix}-ball-american-football-off:before { content: $ti-icon-ball-american-football-off; }\n.#{$ti-prefix}-ball-baseball:before { content: $ti-icon-ball-baseball; }\n.#{$ti-prefix}-ball-basketball:before { content: $ti-icon-ball-basketball; }\n.#{$ti-prefix}-ball-bowling:before { content: $ti-icon-ball-bowling; }\n.#{$ti-prefix}-ball-football:before { content: $ti-icon-ball-football; }\n.#{$ti-prefix}-ball-football-off:before { content: $ti-icon-ball-football-off; }\n.#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; }\n.#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; }\n.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }\n.#{$ti-prefix}-balloon-off:before { content: $ti-icon-balloon-off; }\n.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }\n.#{$ti-prefix}-ballpen-off:before { content: $ti-icon-ballpen-off; }\n.#{$ti-prefix}-ban:before { content: $ti-icon-ban; }\n.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }\n.#{$ti-prefix}-bandage-off:before { content: $ti-icon-bandage-off; }\n.#{$ti-prefix}-barbell:before { content: $ti-icon-barbell; }\n.#{$ti-prefix}-barbell-off:before { content: $ti-icon-barbell-off; }\n.#{$ti-prefix}-barcode:before { content: $ti-icon-barcode; }\n.#{$ti-prefix}-barcode-off:before { content: $ti-icon-barcode-off; }\n.#{$ti-prefix}-barrel:before { content: $ti-icon-barrel; }\n.#{$ti-prefix}-barrel-off:before { content: $ti-icon-barrel-off; }\n.#{$ti-prefix}-barrier-block:before { content: $ti-icon-barrier-block; }\n.#{$ti-prefix}-barrier-block-off:before { content: $ti-icon-barrier-block-off; }\n.#{$ti-prefix}-baseline:before { content: $ti-icon-baseline; }\n.#{$ti-prefix}-baseline-density-large:before { content: $ti-icon-baseline-density-large; }\n.#{$ti-prefix}-baseline-density-medium:before { content: $ti-icon-baseline-density-medium; }\n.#{$ti-prefix}-baseline-density-small:before { content: $ti-icon-baseline-density-small; }\n.#{$ti-prefix}-basket:before { content: $ti-icon-basket; }\n.#{$ti-prefix}-basket-bolt:before { content: $ti-icon-basket-bolt; }\n.#{$ti-prefix}-basket-cancel:before { content: $ti-icon-basket-cancel; }\n.#{$ti-prefix}-basket-check:before { content: $ti-icon-basket-check; }\n.#{$ti-prefix}-basket-code:before { content: $ti-icon-basket-code; }\n.#{$ti-prefix}-basket-cog:before { content: $ti-icon-basket-cog; }\n.#{$ti-prefix}-basket-discount:before { content: $ti-icon-basket-discount; }\n.#{$ti-prefix}-basket-dollar:before { content: $ti-icon-basket-dollar; }\n.#{$ti-prefix}-basket-down:before { content: $ti-icon-basket-down; }\n.#{$ti-prefix}-basket-exclamation:before { content: $ti-icon-basket-exclamation; }\n.#{$ti-prefix}-basket-heart:before { content: $ti-icon-basket-heart; }\n.#{$ti-prefix}-basket-minus:before { content: $ti-icon-basket-minus; }\n.#{$ti-prefix}-basket-off:before { content: $ti-icon-basket-off; }\n.#{$ti-prefix}-basket-pause:before { content: $ti-icon-basket-pause; }\n.#{$ti-prefix}-basket-pin:before { content: $ti-icon-basket-pin; }\n.#{$ti-prefix}-basket-plus:before { content: $ti-icon-basket-plus; }\n.#{$ti-prefix}-basket-question:before { content: $ti-icon-basket-question; }\n.#{$ti-prefix}-basket-search:before { content: $ti-icon-basket-search; }\n.#{$ti-prefix}-basket-share:before { content: $ti-icon-basket-share; }\n.#{$ti-prefix}-basket-star:before { content: $ti-icon-basket-star; }\n.#{$ti-prefix}-basket-up:before { content: $ti-icon-basket-up; }\n.#{$ti-prefix}-basket-x:before { content: $ti-icon-basket-x; }\n.#{$ti-prefix}-bat:before { content: $ti-icon-bat; }\n.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }\n.#{$ti-prefix}-bath-off:before { content: $ti-icon-bath-off; }\n.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }\n.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }\n.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }\n.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }\n.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }\n.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }\n.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }\n.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }\n.#{$ti-prefix}-battery-eco:before { content: $ti-icon-battery-eco; }\n.#{$ti-prefix}-battery-exclamation:before { content: $ti-icon-battery-exclamation; }\n.#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; }\n.#{$ti-prefix}-battery-spark:before { content: $ti-icon-battery-spark; }\n.#{$ti-prefix}-battery-vertical:before { content: $ti-icon-battery-vertical; }\n.#{$ti-prefix}-battery-vertical-1:before { content: $ti-icon-battery-vertical-1; }\n.#{$ti-prefix}-battery-vertical-2:before { content: $ti-icon-battery-vertical-2; }\n.#{$ti-prefix}-battery-vertical-3:before { content: $ti-icon-battery-vertical-3; }\n.#{$ti-prefix}-battery-vertical-4:before { content: $ti-icon-battery-vertical-4; }\n.#{$ti-prefix}-battery-vertical-charging:before { content: $ti-icon-battery-vertical-charging; }\n.#{$ti-prefix}-battery-vertical-charging-2:before { content: $ti-icon-battery-vertical-charging-2; }\n.#{$ti-prefix}-battery-vertical-eco:before { content: $ti-icon-battery-vertical-eco; }\n.#{$ti-prefix}-battery-vertical-exclamation:before { content: $ti-icon-battery-vertical-exclamation; }\n.#{$ti-prefix}-battery-vertical-off:before { content: $ti-icon-battery-vertical-off; }\n.#{$ti-prefix}-beach:before { content: $ti-icon-beach; }\n.#{$ti-prefix}-beach-off:before { content: $ti-icon-beach-off; }\n.#{$ti-prefix}-bed:before { content: $ti-icon-bed; }\n.#{$ti-prefix}-bed-flat:before { content: $ti-icon-bed-flat; }\n.#{$ti-prefix}-bed-off:before { content: $ti-icon-bed-off; }\n.#{$ti-prefix}-beer:before { content: $ti-icon-beer; }\n.#{$ti-prefix}-beer-off:before { content: $ti-icon-beer-off; }\n.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }\n.#{$ti-prefix}-bell-bolt:before { content: $ti-icon-bell-bolt; }\n.#{$ti-prefix}-bell-cancel:before { content: $ti-icon-bell-cancel; }\n.#{$ti-prefix}-bell-check:before { content: $ti-icon-bell-check; }\n.#{$ti-prefix}-bell-code:before { content: $ti-icon-bell-code; }\n.#{$ti-prefix}-bell-cog:before { content: $ti-icon-bell-cog; }\n.#{$ti-prefix}-bell-dollar:before { content: $ti-icon-bell-dollar; }\n.#{$ti-prefix}-bell-down:before { content: $ti-icon-bell-down; }\n.#{$ti-prefix}-bell-exclamation:before { content: $ti-icon-bell-exclamation; }\n.#{$ti-prefix}-bell-heart:before { content: $ti-icon-bell-heart; }\n.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }\n.#{$ti-prefix}-bell-off:before { content: $ti-icon-bell-off; }\n.#{$ti-prefix}-bell-pause:before { content: $ti-icon-bell-pause; }\n.#{$ti-prefix}-bell-pin:before { content: $ti-icon-bell-pin; }\n.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }\n.#{$ti-prefix}-bell-question:before { content: $ti-icon-bell-question; }\n.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }\n.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; }\n.#{$ti-prefix}-bell-school:before { content: $ti-icon-bell-school; }\n.#{$ti-prefix}-bell-search:before { content: $ti-icon-bell-search; }\n.#{$ti-prefix}-bell-share:before { content: $ti-icon-bell-share; }\n.#{$ti-prefix}-bell-star:before { content: $ti-icon-bell-star; }\n.#{$ti-prefix}-bell-up:before { content: $ti-icon-bell-up; }\n.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }\n.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }\n.#{$ti-prefix}-beta:before { content: $ti-icon-beta; }\n.#{$ti-prefix}-bible:before { content: $ti-icon-bible; }\n.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }\n.#{$ti-prefix}-bike-off:before { content: $ti-icon-bike-off; }\n.#{$ti-prefix}-binary:before { content: $ti-icon-binary; }\n.#{$ti-prefix}-binary-off:before { content: $ti-icon-binary-off; }\n.#{$ti-prefix}-binary-tree:before { content: $ti-icon-binary-tree; }\n.#{$ti-prefix}-binary-tree-2:before { content: $ti-icon-binary-tree-2; }\n.#{$ti-prefix}-binoculars:before { content: $ti-icon-binoculars; }\n.#{$ti-prefix}-biohazard:before { content: $ti-icon-biohazard; }\n.#{$ti-prefix}-biohazard-off:before { content: $ti-icon-biohazard-off; }\n.#{$ti-prefix}-blade:before { content: $ti-icon-blade; }\n.#{$ti-prefix}-bleach:before { content: $ti-icon-bleach; }\n.#{$ti-prefix}-bleach-chlorine:before { content: $ti-icon-bleach-chlorine; }\n.#{$ti-prefix}-bleach-no-chlorine:before { content: $ti-icon-bleach-no-chlorine; }\n.#{$ti-prefix}-bleach-off:before { content: $ti-icon-bleach-off; }\n.#{$ti-prefix}-blend-mode:before { content: $ti-icon-blend-mode; }\n.#{$ti-prefix}-blender:before { content: $ti-icon-blender; }\n.#{$ti-prefix}-blob:before { content: $ti-icon-blob; }\n.#{$ti-prefix}-blockquote:before { content: $ti-icon-blockquote; }\n.#{$ti-prefix}-bluetooth:before { content: $ti-icon-bluetooth; }\n.#{$ti-prefix}-bluetooth-connected:before { content: $ti-icon-bluetooth-connected; }\n.#{$ti-prefix}-bluetooth-off:before { content: $ti-icon-bluetooth-off; }\n.#{$ti-prefix}-bluetooth-x:before { content: $ti-icon-bluetooth-x; }\n.#{$ti-prefix}-blur:before { content: $ti-icon-blur; }\n.#{$ti-prefix}-blur-off:before { content: $ti-icon-blur-off; }\n.#{$ti-prefix}-bmp:before { content: $ti-icon-bmp; }\n.#{$ti-prefix}-body-scan:before { content: $ti-icon-body-scan; }\n.#{$ti-prefix}-bold:before { content: $ti-icon-bold; }\n.#{$ti-prefix}-bold-off:before { content: $ti-icon-bold-off; }\n.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }\n.#{$ti-prefix}-bolt-off:before { content: $ti-icon-bolt-off; }\n.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; }\n.#{$ti-prefix}-bone:before { content: $ti-icon-bone; }\n.#{$ti-prefix}-bone-off:before { content: $ti-icon-bone-off; }\n.#{$ti-prefix}-bong:before { content: $ti-icon-bong; }\n.#{$ti-prefix}-bong-off:before { content: $ti-icon-bong-off; }\n.#{$ti-prefix}-book:before { content: $ti-icon-book; }\n.#{$ti-prefix}-book-2:before { content: $ti-icon-book-2; }\n.#{$ti-prefix}-book-download:before { content: $ti-icon-book-download; }\n.#{$ti-prefix}-book-off:before { content: $ti-icon-book-off; }\n.#{$ti-prefix}-book-upload:before { content: $ti-icon-book-upload; }\n.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; }\n.#{$ti-prefix}-bookmark-ai:before { content: $ti-icon-bookmark-ai; }\n.#{$ti-prefix}-bookmark-edit:before { content: $ti-icon-bookmark-edit; }\n.#{$ti-prefix}-bookmark-minus:before { content: $ti-icon-bookmark-minus; }\n.#{$ti-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; }\n.#{$ti-prefix}-bookmark-plus:before { content: $ti-icon-bookmark-plus; }\n.#{$ti-prefix}-bookmark-question:before { content: $ti-icon-bookmark-question; }\n.#{$ti-prefix}-bookmarks:before { content: $ti-icon-bookmarks; }\n.#{$ti-prefix}-bookmarks-off:before { content: $ti-icon-bookmarks-off; }\n.#{$ti-prefix}-books:before { content: $ti-icon-books; }\n.#{$ti-prefix}-books-off:before { content: $ti-icon-books-off; }\n.#{$ti-prefix}-boom:before { content: $ti-icon-boom; }\n.#{$ti-prefix}-border-all:before { content: $ti-icon-border-all; }\n.#{$ti-prefix}-border-bottom:before { content: $ti-icon-border-bottom; }\n.#{$ti-prefix}-border-bottom-plus:before { content: $ti-icon-border-bottom-plus; }\n.#{$ti-prefix}-border-corner-ios:before { content: $ti-icon-border-corner-ios; }\n.#{$ti-prefix}-border-corner-pill:before { content: $ti-icon-border-corner-pill; }\n.#{$ti-prefix}-border-corner-rounded:before { content: $ti-icon-border-corner-rounded; }\n.#{$ti-prefix}-border-corner-square:before { content: $ti-icon-border-corner-square; }\n.#{$ti-prefix}-border-corners:before { content: $ti-icon-border-corners; }\n.#{$ti-prefix}-border-horizontal:before { content: $ti-icon-border-horizontal; }\n.#{$ti-prefix}-border-inner:before { content: $ti-icon-border-inner; }\n.#{$ti-prefix}-border-left:before { content: $ti-icon-border-left; }\n.#{$ti-prefix}-border-left-plus:before { content: $ti-icon-border-left-plus; }\n.#{$ti-prefix}-border-none:before { content: $ti-icon-border-none; }\n.#{$ti-prefix}-border-outer:before { content: $ti-icon-border-outer; }\n.#{$ti-prefix}-border-radius:before { content: $ti-icon-border-radius; }\n.#{$ti-prefix}-border-right:before { content: $ti-icon-border-right; }\n.#{$ti-prefix}-border-right-plus:before { content: $ti-icon-border-right-plus; }\n.#{$ti-prefix}-border-sides:before { content: $ti-icon-border-sides; }\n.#{$ti-prefix}-border-style:before { content: $ti-icon-border-style; }\n.#{$ti-prefix}-border-style-2:before { content: $ti-icon-border-style-2; }\n.#{$ti-prefix}-border-top:before { content: $ti-icon-border-top; }\n.#{$ti-prefix}-border-top-plus:before { content: $ti-icon-border-top-plus; }\n.#{$ti-prefix}-border-vertical:before { content: $ti-icon-border-vertical; }\n.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; }\n.#{$ti-prefix}-bottle-off:before { content: $ti-icon-bottle-off; }\n.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; }\n.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; }\n.#{$ti-prefix}-bow:before { content: $ti-icon-bow; }\n.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; }\n.#{$ti-prefix}-bowl-chopsticks:before { content: $ti-icon-bowl-chopsticks; }\n.#{$ti-prefix}-bowl-spoon:before { content: $ti-icon-bowl-spoon; }\n.#{$ti-prefix}-box:before { content: $ti-icon-box; }\n.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }\n.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; }\n.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; }\n.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; }\n.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; }\n.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; }\n.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; }\n.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; }\n.#{$ti-prefix}-box-margin:before { content: $ti-icon-box-margin; }\n.#{$ti-prefix}-box-model:before { content: $ti-icon-box-model; }\n.#{$ti-prefix}-box-model-2:before { content: $ti-icon-box-model-2; }\n.#{$ti-prefix}-box-model-2-off:before { content: $ti-icon-box-model-2-off; }\n.#{$ti-prefix}-box-model-off:before { content: $ti-icon-box-model-off; }\n.#{$ti-prefix}-box-multiple:before { content: $ti-icon-box-multiple; }\n.#{$ti-prefix}-box-multiple-0:before { content: $ti-icon-box-multiple-0; }\n.#{$ti-prefix}-box-multiple-1:before { content: $ti-icon-box-multiple-1; }\n.#{$ti-prefix}-box-multiple-2:before { content: $ti-icon-box-multiple-2; }\n.#{$ti-prefix}-box-multiple-3:before { content: $ti-icon-box-multiple-3; }\n.#{$ti-prefix}-box-multiple-4:before { content: $ti-icon-box-multiple-4; }\n.#{$ti-prefix}-box-multiple-5:before { content: $ti-icon-box-multiple-5; }\n.#{$ti-prefix}-box-multiple-6:before { content: $ti-icon-box-multiple-6; }\n.#{$ti-prefix}-box-multiple-7:before { content: $ti-icon-box-multiple-7; }\n.#{$ti-prefix}-box-multiple-8:before { content: $ti-icon-box-multiple-8; }\n.#{$ti-prefix}-box-multiple-9:before { content: $ti-icon-box-multiple-9; }\n.#{$ti-prefix}-box-off:before { content: $ti-icon-box-off; }\n.#{$ti-prefix}-box-padding:before { content: $ti-icon-box-padding; }\n.#{$ti-prefix}-braces:before { content: $ti-icon-braces; }\n.#{$ti-prefix}-braces-off:before { content: $ti-icon-braces-off; }\n.#{$ti-prefix}-brackets:before { content: $ti-icon-brackets; }\n.#{$ti-prefix}-brackets-angle:before { content: $ti-icon-brackets-angle; }\n.#{$ti-prefix}-brackets-angle-off:before { content: $ti-icon-brackets-angle-off; }\n.#{$ti-prefix}-brackets-contain:before { content: $ti-icon-brackets-contain; }\n.#{$ti-prefix}-brackets-contain-end:before { content: $ti-icon-brackets-contain-end; }\n.#{$ti-prefix}-brackets-contain-start:before { content: $ti-icon-brackets-contain-start; }\n.#{$ti-prefix}-brackets-off:before { content: $ti-icon-brackets-off; }\n.#{$ti-prefix}-braille:before { content: $ti-icon-braille; }\n.#{$ti-prefix}-brain:before { content: $ti-icon-brain; }\n.#{$ti-prefix}-brand-4chan:before { content: $ti-icon-brand-4chan; }\n.#{$ti-prefix}-brand-abstract:before { content: $ti-icon-brand-abstract; }\n.#{$ti-prefix}-brand-adobe:before { content: $ti-icon-brand-adobe; }\n.#{$ti-prefix}-brand-adobe-after-effect:before { content: $ti-icon-brand-adobe-after-effect; }\n.#{$ti-prefix}-brand-adobe-illustrator:before { content: $ti-icon-brand-adobe-illustrator; }\n.#{$ti-prefix}-brand-adobe-indesign:before { content: $ti-icon-brand-adobe-indesign; }\n.#{$ti-prefix}-brand-adobe-photoshop:before { content: $ti-icon-brand-adobe-photoshop; }\n.#{$ti-prefix}-brand-adobe-premier:before { content: $ti-icon-brand-adobe-premier; }\n.#{$ti-prefix}-brand-adobe-xd:before { content: $ti-icon-brand-adobe-xd; }\n.#{$ti-prefix}-brand-adonis-js:before { content: $ti-icon-brand-adonis-js; }\n.#{$ti-prefix}-brand-airbnb:before { content: $ti-icon-brand-airbnb; }\n.#{$ti-prefix}-brand-airtable:before { content: $ti-icon-brand-airtable; }\n.#{$ti-prefix}-brand-algolia:before { content: $ti-icon-brand-algolia; }\n.#{$ti-prefix}-brand-alipay:before { content: $ti-icon-brand-alipay; }\n.#{$ti-prefix}-brand-alpine-js:before { content: $ti-icon-brand-alpine-js; }\n.#{$ti-prefix}-brand-amazon:before { content: $ti-icon-brand-amazon; }\n.#{$ti-prefix}-brand-amd:before { content: $ti-icon-brand-amd; }\n.#{$ti-prefix}-brand-amie:before { content: $ti-icon-brand-amie; }\n.#{$ti-prefix}-brand-amigo:before { content: $ti-icon-brand-amigo; }\n.#{$ti-prefix}-brand-among-us:before { content: $ti-icon-brand-among-us; }\n.#{$ti-prefix}-brand-android:before { content: $ti-icon-brand-android; }\n.#{$ti-prefix}-brand-angular:before { content: $ti-icon-brand-angular; }\n.#{$ti-prefix}-brand-ansible:before { content: $ti-icon-brand-ansible; }\n.#{$ti-prefix}-brand-ao3:before { content: $ti-icon-brand-ao3; }\n.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; }\n.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }\n.#{$ti-prefix}-brand-apple-arcade:before { content: $ti-icon-brand-apple-arcade; }\n.#{$ti-prefix}-brand-apple-news:before { content: $ti-icon-brand-apple-news; }\n.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; }\n.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }\n.#{$ti-prefix}-brand-arc:before { content: $ti-icon-brand-arc; }\n.#{$ti-prefix}-brand-asana:before { content: $ti-icon-brand-asana; }\n.#{$ti-prefix}-brand-astro:before { content: $ti-icon-brand-astro; }\n.#{$ti-prefix}-brand-auth0:before { content: $ti-icon-brand-auth0; }\n.#{$ti-prefix}-brand-aws:before { content: $ti-icon-brand-aws; }\n.#{$ti-prefix}-brand-azure:before { content: $ti-icon-brand-azure; }\n.#{$ti-prefix}-brand-backbone:before { content: $ti-icon-brand-backbone; }\n.#{$ti-prefix}-brand-badoo:before { content: $ti-icon-brand-badoo; }\n.#{$ti-prefix}-brand-baidu:before { content: $ti-icon-brand-baidu; }\n.#{$ti-prefix}-brand-bandcamp:before { content: $ti-icon-brand-bandcamp; }\n.#{$ti-prefix}-brand-bandlab:before { content: $ti-icon-brand-bandlab; }\n.#{$ti-prefix}-brand-beats:before { content: $ti-icon-brand-beats; }\n.#{$ti-prefix}-brand-bebo:before { content: $ti-icon-brand-bebo; }\n.#{$ti-prefix}-brand-behance:before { content: $ti-icon-brand-behance; }\n.#{$ti-prefix}-brand-bilibili:before { content: $ti-icon-brand-bilibili; }\n.#{$ti-prefix}-brand-binance:before { content: $ti-icon-brand-binance; }\n.#{$ti-prefix}-brand-bing:before { content: $ti-icon-brand-bing; }\n.#{$ti-prefix}-brand-bitbucket:before { content: $ti-icon-brand-bitbucket; }\n.#{$ti-prefix}-brand-blackberry:before { content: $ti-icon-brand-blackberry; }\n.#{$ti-prefix}-brand-blender:before { content: $ti-icon-brand-blender; }\n.#{$ti-prefix}-brand-blogger:before { content: $ti-icon-brand-blogger; }\n.#{$ti-prefix}-brand-bluesky:before { content: $ti-icon-brand-bluesky; }\n.#{$ti-prefix}-brand-booking:before { content: $ti-icon-brand-booking; }\n.#{$ti-prefix}-brand-bootstrap:before { content: $ti-icon-brand-bootstrap; }\n.#{$ti-prefix}-brand-bulma:before { content: $ti-icon-brand-bulma; }\n.#{$ti-prefix}-brand-bumble:before { content: $ti-icon-brand-bumble; }\n.#{$ti-prefix}-brand-bunpo:before { content: $ti-icon-brand-bunpo; }\n.#{$ti-prefix}-brand-c-sharp:before { content: $ti-icon-brand-c-sharp; }\n.#{$ti-prefix}-brand-cake:before { content: $ti-icon-brand-cake; }\n.#{$ti-prefix}-brand-cakephp:before { content: $ti-icon-brand-cakephp; }\n.#{$ti-prefix}-brand-campaignmonitor:before { content: $ti-icon-brand-campaignmonitor; }\n.#{$ti-prefix}-brand-carbon:before { content: $ti-icon-brand-carbon; }\n.#{$ti-prefix}-brand-cashapp:before { content: $ti-icon-brand-cashapp; }\n.#{$ti-prefix}-brand-chrome:before { content: $ti-icon-brand-chrome; }\n.#{$ti-prefix}-brand-cinema-4d:before { content: $ti-icon-brand-cinema-4d; }\n.#{$ti-prefix}-brand-citymapper:before { content: $ti-icon-brand-citymapper; }\n.#{$ti-prefix}-brand-cloudflare:before { content: $ti-icon-brand-cloudflare; }\n.#{$ti-prefix}-brand-codecov:before { content: $ti-icon-brand-codecov; }\n.#{$ti-prefix}-brand-codepen:before { content: $ti-icon-brand-codepen; }\n.#{$ti-prefix}-brand-codesandbox:before { content: $ti-icon-brand-codesandbox; }\n.#{$ti-prefix}-brand-cohost:before { content: $ti-icon-brand-cohost; }\n.#{$ti-prefix}-brand-coinbase:before { content: $ti-icon-brand-coinbase; }\n.#{$ti-prefix}-brand-comedy-central:before { content: $ti-icon-brand-comedy-central; }\n.#{$ti-prefix}-brand-coreos:before { content: $ti-icon-brand-coreos; }\n.#{$ti-prefix}-brand-couchdb:before { content: $ti-icon-brand-couchdb; }\n.#{$ti-prefix}-brand-couchsurfing:before { content: $ti-icon-brand-couchsurfing; }\n.#{$ti-prefix}-brand-cpp:before { content: $ti-icon-brand-cpp; }\n.#{$ti-prefix}-brand-craft:before { content: $ti-icon-brand-craft; }\n.#{$ti-prefix}-brand-crunchbase:before { content: $ti-icon-brand-crunchbase; }\n.#{$ti-prefix}-brand-css3:before { content: $ti-icon-brand-css3; }\n.#{$ti-prefix}-brand-ctemplar:before { content: $ti-icon-brand-ctemplar; }\n.#{$ti-prefix}-brand-cucumber:before { content: $ti-icon-brand-cucumber; }\n.#{$ti-prefix}-brand-cupra:before { content: $ti-icon-brand-cupra; }\n.#{$ti-prefix}-brand-cypress:before { content: $ti-icon-brand-cypress; }\n.#{$ti-prefix}-brand-d3:before { content: $ti-icon-brand-d3; }\n.#{$ti-prefix}-brand-databricks:before { content: $ti-icon-brand-databricks; }\n.#{$ti-prefix}-brand-days-counter:before { content: $ti-icon-brand-days-counter; }\n.#{$ti-prefix}-brand-dcos:before { content: $ti-icon-brand-dcos; }\n.#{$ti-prefix}-brand-debian:before { content: $ti-icon-brand-debian; }\n.#{$ti-prefix}-brand-deezer:before { content: $ti-icon-brand-deezer; }\n.#{$ti-prefix}-brand-deliveroo:before { content: $ti-icon-brand-deliveroo; }\n.#{$ti-prefix}-brand-deno:before { content: $ti-icon-brand-deno; }\n.#{$ti-prefix}-brand-denodo:before { content: $ti-icon-brand-denodo; }\n.#{$ti-prefix}-brand-deviantart:before { content: $ti-icon-brand-deviantart; }\n.#{$ti-prefix}-brand-digg:before { content: $ti-icon-brand-digg; }\n.#{$ti-prefix}-brand-dingtalk:before { content: $ti-icon-brand-dingtalk; }\n.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }\n.#{$ti-prefix}-brand-disney:before { content: $ti-icon-brand-disney; }\n.#{$ti-prefix}-brand-disqus:before { content: $ti-icon-brand-disqus; }\n.#{$ti-prefix}-brand-django:before { content: $ti-icon-brand-django; }\n.#{$ti-prefix}-brand-docker:before { content: $ti-icon-brand-docker; }\n.#{$ti-prefix}-brand-doctrine:before { content: $ti-icon-brand-doctrine; }\n.#{$ti-prefix}-brand-dolby-digital:before { content: $ti-icon-brand-dolby-digital; }\n.#{$ti-prefix}-brand-douban:before { content: $ti-icon-brand-douban; }\n.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; }\n.#{$ti-prefix}-brand-drops:before { content: $ti-icon-brand-drops; }\n.#{$ti-prefix}-brand-drupal:before { content: $ti-icon-brand-drupal; }\n.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; }\n.#{$ti-prefix}-brand-elastic:before { content: $ti-icon-brand-elastic; }\n.#{$ti-prefix}-brand-electronic-arts:before { content: $ti-icon-brand-electronic-arts; }\n.#{$ti-prefix}-brand-ember:before { content: $ti-icon-brand-ember; }\n.#{$ti-prefix}-brand-envato:before { content: $ti-icon-brand-envato; }\n.#{$ti-prefix}-brand-etsy:before { content: $ti-icon-brand-etsy; }\n.#{$ti-prefix}-brand-evernote:before { content: $ti-icon-brand-evernote; }\n.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }\n.#{$ti-prefix}-brand-feedly:before { content: $ti-icon-brand-feedly; }\n.#{$ti-prefix}-brand-figma:before { content: $ti-icon-brand-figma; }\n.#{$ti-prefix}-brand-filezilla:before { content: $ti-icon-brand-filezilla; }\n.#{$ti-prefix}-brand-finder:before { content: $ti-icon-brand-finder; }\n.#{$ti-prefix}-brand-firebase:before { content: $ti-icon-brand-firebase; }\n.#{$ti-prefix}-brand-firefox:before { content: $ti-icon-brand-firefox; }\n.#{$ti-prefix}-brand-fiverr:before { content: $ti-icon-brand-fiverr; }\n.#{$ti-prefix}-brand-flickr:before { content: $ti-icon-brand-flickr; }\n.#{$ti-prefix}-brand-flightradar24:before { content: $ti-icon-brand-flightradar24; }\n.#{$ti-prefix}-brand-flipboard:before { content: $ti-icon-brand-flipboard; }\n.#{$ti-prefix}-brand-flutter:before { content: $ti-icon-brand-flutter; }\n.#{$ti-prefix}-brand-fortnite:before { content: $ti-icon-brand-fortnite; }\n.#{$ti-prefix}-brand-foursquare:before { content: $ti-icon-brand-foursquare; }\n.#{$ti-prefix}-brand-framer:before { content: $ti-icon-brand-framer; }\n.#{$ti-prefix}-brand-framer-motion:before { content: $ti-icon-brand-framer-motion; }\n.#{$ti-prefix}-brand-funimation:before { content: $ti-icon-brand-funimation; }\n.#{$ti-prefix}-brand-gatsby:before { content: $ti-icon-brand-gatsby; }\n.#{$ti-prefix}-brand-git:before { content: $ti-icon-brand-git; }\n.#{$ti-prefix}-brand-github:before { content: $ti-icon-brand-github; }\n.#{$ti-prefix}-brand-github-copilot:before { content: $ti-icon-brand-github-copilot; }\n.#{$ti-prefix}-brand-gitlab:before { content: $ti-icon-brand-gitlab; }\n.#{$ti-prefix}-brand-gmail:before { content: $ti-icon-brand-gmail; }\n.#{$ti-prefix}-brand-golang:before { content: $ti-icon-brand-golang; }\n.#{$ti-prefix}-brand-google:before { content: $ti-icon-brand-google; }\n.#{$ti-prefix}-brand-google-analytics:before { content: $ti-icon-brand-google-analytics; }\n.#{$ti-prefix}-brand-google-big-query:before { content: $ti-icon-brand-google-big-query; }\n.#{$ti-prefix}-brand-google-drive:before { content: $ti-icon-brand-google-drive; }\n.#{$ti-prefix}-brand-google-fit:before { content: $ti-icon-brand-google-fit; }\n.#{$ti-prefix}-brand-google-home:before { content: $ti-icon-brand-google-home; }\n.#{$ti-prefix}-brand-google-maps:before { content: $ti-icon-brand-google-maps; }\n.#{$ti-prefix}-brand-google-one:before { content: $ti-icon-brand-google-one; }\n.#{$ti-prefix}-brand-google-photos:before { content: $ti-icon-brand-google-photos; }\n.#{$ti-prefix}-brand-google-play:before { content: $ti-icon-brand-google-play; }\n.#{$ti-prefix}-brand-google-podcasts:before { content: $ti-icon-brand-google-podcasts; }\n.#{$ti-prefix}-brand-grammarly:before { content: $ti-icon-brand-grammarly; }\n.#{$ti-prefix}-brand-graphql:before { content: $ti-icon-brand-graphql; }\n.#{$ti-prefix}-brand-gravatar:before { content: $ti-icon-brand-gravatar; }\n.#{$ti-prefix}-brand-grindr:before { content: $ti-icon-brand-grindr; }\n.#{$ti-prefix}-brand-guardian:before { content: $ti-icon-brand-guardian; }\n.#{$ti-prefix}-brand-gumroad:before { content: $ti-icon-brand-gumroad; }\n.#{$ti-prefix}-brand-hackerrank:before { content: $ti-icon-brand-hackerrank; }\n.#{$ti-prefix}-brand-hbo:before { content: $ti-icon-brand-hbo; }\n.#{$ti-prefix}-brand-headlessui:before { content: $ti-icon-brand-headlessui; }\n.#{$ti-prefix}-brand-hexo:before { content: $ti-icon-brand-hexo; }\n.#{$ti-prefix}-brand-hipchat:before { content: $ti-icon-brand-hipchat; }\n.#{$ti-prefix}-brand-html5:before { content: $ti-icon-brand-html5; }\n.#{$ti-prefix}-brand-inertia:before { content: $ti-icon-brand-inertia; }\n.#{$ti-prefix}-brand-instagram:before { content: $ti-icon-brand-instagram; }\n.#{$ti-prefix}-brand-intercom:before { content: $ti-icon-brand-intercom; }\n.#{$ti-prefix}-brand-itch:before { content: $ti-icon-brand-itch; }\n.#{$ti-prefix}-brand-javascript:before { content: $ti-icon-brand-javascript; }\n.#{$ti-prefix}-brand-juejin:before { content: $ti-icon-brand-juejin; }\n.#{$ti-prefix}-brand-kako-talk:before { content: $ti-icon-brand-kako-talk; }\n.#{$ti-prefix}-brand-kbin:before { content: $ti-icon-brand-kbin; }\n.#{$ti-prefix}-brand-kick:before { content: $ti-icon-brand-kick; }\n.#{$ti-prefix}-brand-kickstarter:before { content: $ti-icon-brand-kickstarter; }\n.#{$ti-prefix}-brand-kotlin:before { content: $ti-icon-brand-kotlin; }\n.#{$ti-prefix}-brand-laravel:before { content: $ti-icon-brand-laravel; }\n.#{$ti-prefix}-brand-lastfm:before { content: $ti-icon-brand-lastfm; }\n.#{$ti-prefix}-brand-leetcode:before { content: $ti-icon-brand-leetcode; }\n.#{$ti-prefix}-brand-letterboxd:before { content: $ti-icon-brand-letterboxd; }\n.#{$ti-prefix}-brand-line:before { content: $ti-icon-brand-line; }\n.#{$ti-prefix}-brand-linkedin:before { content: $ti-icon-brand-linkedin; }\n.#{$ti-prefix}-brand-linktree:before { content: $ti-icon-brand-linktree; }\n.#{$ti-prefix}-brand-linqpad:before { content: $ti-icon-brand-linqpad; }\n.#{$ti-prefix}-brand-livewire:before { content: $ti-icon-brand-livewire; }\n.#{$ti-prefix}-brand-loom:before { content: $ti-icon-brand-loom; }\n.#{$ti-prefix}-brand-mailgun:before { content: $ti-icon-brand-mailgun; }\n.#{$ti-prefix}-brand-mantine:before { content: $ti-icon-brand-mantine; }\n.#{$ti-prefix}-brand-mastercard:before { content: $ti-icon-brand-mastercard; }\n.#{$ti-prefix}-brand-mastodon:before { content: $ti-icon-brand-mastodon; }\n.#{$ti-prefix}-brand-matrix:before { content: $ti-icon-brand-matrix; }\n.#{$ti-prefix}-brand-mcdonalds:before { content: $ti-icon-brand-mcdonalds; }\n.#{$ti-prefix}-brand-medium:before { content: $ti-icon-brand-medium; }\n.#{$ti-prefix}-brand-meetup:before { content: $ti-icon-brand-meetup; }\n.#{$ti-prefix}-brand-mercedes:before { content: $ti-icon-brand-mercedes; }\n.#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; }\n.#{$ti-prefix}-brand-meta:before { content: $ti-icon-brand-meta; }\n.#{$ti-prefix}-brand-metabrainz:before { content: $ti-icon-brand-metabrainz; }\n.#{$ti-prefix}-brand-minecraft:before { content: $ti-icon-brand-minecraft; }\n.#{$ti-prefix}-brand-miniprogram:before { content: $ti-icon-brand-miniprogram; }\n.#{$ti-prefix}-brand-mixpanel:before { content: $ti-icon-brand-mixpanel; }\n.#{$ti-prefix}-brand-monday:before { content: $ti-icon-brand-monday; }\n.#{$ti-prefix}-brand-mongodb:before { content: $ti-icon-brand-mongodb; }\n.#{$ti-prefix}-brand-my-oppo:before { content: $ti-icon-brand-my-oppo; }\n.#{$ti-prefix}-brand-mysql:before { content: $ti-icon-brand-mysql; }\n.#{$ti-prefix}-brand-national-geographic:before { content: $ti-icon-brand-national-geographic; }\n.#{$ti-prefix}-brand-nem:before { content: $ti-icon-brand-nem; }\n.#{$ti-prefix}-brand-netbeans:before { content: $ti-icon-brand-netbeans; }\n.#{$ti-prefix}-brand-netease-music:before { content: $ti-icon-brand-netease-music; }\n.#{$ti-prefix}-brand-netflix:before { content: $ti-icon-brand-netflix; }\n.#{$ti-prefix}-brand-nexo:before { content: $ti-icon-brand-nexo; }\n.#{$ti-prefix}-brand-nextcloud:before { content: $ti-icon-brand-nextcloud; }\n.#{$ti-prefix}-brand-nextjs:before { content: $ti-icon-brand-nextjs; }\n.#{$ti-prefix}-brand-nodejs:before { content: $ti-icon-brand-nodejs; }\n.#{$ti-prefix}-brand-nord-vpn:before { content: $ti-icon-brand-nord-vpn; }\n.#{$ti-prefix}-brand-notion:before { content: $ti-icon-brand-notion; }\n.#{$ti-prefix}-brand-npm:before { content: $ti-icon-brand-npm; }\n.#{$ti-prefix}-brand-nuxt:before { content: $ti-icon-brand-nuxt; }\n.#{$ti-prefix}-brand-nytimes:before { content: $ti-icon-brand-nytimes; }\n.#{$ti-prefix}-brand-oauth:before { content: $ti-icon-brand-oauth; }\n.#{$ti-prefix}-brand-office:before { content: $ti-icon-brand-office; }\n.#{$ti-prefix}-brand-ok-ru:before { content: $ti-icon-brand-ok-ru; }\n.#{$ti-prefix}-brand-onedrive:before { content: $ti-icon-brand-onedrive; }\n.#{$ti-prefix}-brand-onlyfans:before { content: $ti-icon-brand-onlyfans; }\n.#{$ti-prefix}-brand-open-source:before { content: $ti-icon-brand-open-source; }\n.#{$ti-prefix}-brand-openai:before { content: $ti-icon-brand-openai; }\n.#{$ti-prefix}-brand-openvpn:before { content: $ti-icon-brand-openvpn; }\n.#{$ti-prefix}-brand-opera:before { content: $ti-icon-brand-opera; }\n.#{$ti-prefix}-brand-pagekit:before { content: $ti-icon-brand-pagekit; }\n.#{$ti-prefix}-brand-parsinta:before { content: $ti-icon-brand-parsinta; }\n.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; }\n.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; }\n.#{$ti-prefix}-brand-paypay:before { content: $ti-icon-brand-paypay; }\n.#{$ti-prefix}-brand-peanut:before { content: $ti-icon-brand-peanut; }\n.#{$ti-prefix}-brand-pepsi:before { content: $ti-icon-brand-pepsi; }\n.#{$ti-prefix}-brand-php:before { content: $ti-icon-brand-php; }\n.#{$ti-prefix}-brand-picsart:before { content: $ti-icon-brand-picsart; }\n.#{$ti-prefix}-brand-pinterest:before { content: $ti-icon-brand-pinterest; }\n.#{$ti-prefix}-brand-planetscale:before { content: $ti-icon-brand-planetscale; }\n.#{$ti-prefix}-brand-pnpm:before { content: $ti-icon-brand-pnpm; }\n.#{$ti-prefix}-brand-pocket:before { content: $ti-icon-brand-pocket; }\n.#{$ti-prefix}-brand-polymer:before { content: $ti-icon-brand-polymer; }\n.#{$ti-prefix}-brand-powershell:before { content: $ti-icon-brand-powershell; }\n.#{$ti-prefix}-brand-printables:before { content: $ti-icon-brand-printables; }\n.#{$ti-prefix}-brand-prisma:before { content: $ti-icon-brand-prisma; }\n.#{$ti-prefix}-brand-producthunt:before { content: $ti-icon-brand-producthunt; }\n.#{$ti-prefix}-brand-pushbullet:before { content: $ti-icon-brand-pushbullet; }\n.#{$ti-prefix}-brand-pushover:before { content: $ti-icon-brand-pushover; }\n.#{$ti-prefix}-brand-python:before { content: $ti-icon-brand-python; }\n.#{$ti-prefix}-brand-qq:before { content: $ti-icon-brand-qq; }\n.#{$ti-prefix}-brand-radix-ui:before { content: $ti-icon-brand-radix-ui; }\n.#{$ti-prefix}-brand-react:before { content: $ti-icon-brand-react; }\n.#{$ti-prefix}-brand-react-native:before { content: $ti-icon-brand-react-native; }\n.#{$ti-prefix}-brand-reason:before { content: $ti-icon-brand-reason; }\n.#{$ti-prefix}-brand-reddit:before { content: $ti-icon-brand-reddit; }\n.#{$ti-prefix}-brand-redhat:before { content: $ti-icon-brand-redhat; }\n.#{$ti-prefix}-brand-redux:before { content: $ti-icon-brand-redux; }\n.#{$ti-prefix}-brand-revolut:before { content: $ti-icon-brand-revolut; }\n.#{$ti-prefix}-brand-rumble:before { content: $ti-icon-brand-rumble; }\n.#{$ti-prefix}-brand-rust:before { content: $ti-icon-brand-rust; }\n.#{$ti-prefix}-brand-safari:before { content: $ti-icon-brand-safari; }\n.#{$ti-prefix}-brand-samsungpass:before { content: $ti-icon-brand-samsungpass; }\n.#{$ti-prefix}-brand-sass:before { content: $ti-icon-brand-sass; }\n.#{$ti-prefix}-brand-sentry:before { content: $ti-icon-brand-sentry; }\n.#{$ti-prefix}-brand-sharik:before { content: $ti-icon-brand-sharik; }\n.#{$ti-prefix}-brand-shazam:before { content: $ti-icon-brand-shazam; }\n.#{$ti-prefix}-brand-shopee:before { content: $ti-icon-brand-shopee; }\n.#{$ti-prefix}-brand-sketch:before { content: $ti-icon-brand-sketch; }\n.#{$ti-prefix}-brand-skype:before { content: $ti-icon-brand-skype; }\n.#{$ti-prefix}-brand-slack:before { content: $ti-icon-brand-slack; }\n.#{$ti-prefix}-brand-snapchat:before { content: $ti-icon-brand-snapchat; }\n.#{$ti-prefix}-brand-snapseed:before { content: $ti-icon-brand-snapseed; }\n.#{$ti-prefix}-brand-snowflake:before { content: $ti-icon-brand-snowflake; }\n.#{$ti-prefix}-brand-socket-io:before { content: $ti-icon-brand-socket-io; }\n.#{$ti-prefix}-brand-solidjs:before { content: $ti-icon-brand-solidjs; }\n.#{$ti-prefix}-brand-soundcloud:before { content: $ti-icon-brand-soundcloud; }\n.#{$ti-prefix}-brand-spacehey:before { content: $ti-icon-brand-spacehey; }\n.#{$ti-prefix}-brand-speedtest:before { content: $ti-icon-brand-speedtest; }\n.#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; }\n.#{$ti-prefix}-brand-stackoverflow:before { content: $ti-icon-brand-stackoverflow; }\n.#{$ti-prefix}-brand-stackshare:before { content: $ti-icon-brand-stackshare; }\n.#{$ti-prefix}-brand-steam:before { content: $ti-icon-brand-steam; }\n.#{$ti-prefix}-brand-stocktwits:before { content: $ti-icon-brand-stocktwits; }\n.#{$ti-prefix}-brand-storj:before { content: $ti-icon-brand-storj; }\n.#{$ti-prefix}-brand-storybook:before { content: $ti-icon-brand-storybook; }\n.#{$ti-prefix}-brand-storytel:before { content: $ti-icon-brand-storytel; }\n.#{$ti-prefix}-brand-strava:before { content: $ti-icon-brand-strava; }\n.#{$ti-prefix}-brand-stripe:before { content: $ti-icon-brand-stripe; }\n.#{$ti-prefix}-brand-sublime-text:before { content: $ti-icon-brand-sublime-text; }\n.#{$ti-prefix}-brand-sugarizer:before { content: $ti-icon-brand-sugarizer; }\n.#{$ti-prefix}-brand-supabase:before { content: $ti-icon-brand-supabase; }\n.#{$ti-prefix}-brand-superhuman:before { content: $ti-icon-brand-superhuman; }\n.#{$ti-prefix}-brand-supernova:before { content: $ti-icon-brand-supernova; }\n.#{$ti-prefix}-brand-surfshark:before { content: $ti-icon-brand-surfshark; }\n.#{$ti-prefix}-brand-svelte:before { content: $ti-icon-brand-svelte; }\n.#{$ti-prefix}-brand-swift:before { content: $ti-icon-brand-swift; }\n.#{$ti-prefix}-brand-symfony:before { content: $ti-icon-brand-symfony; }\n.#{$ti-prefix}-brand-tabler:before { content: $ti-icon-brand-tabler; }\n.#{$ti-prefix}-brand-tailwind:before { content: $ti-icon-brand-tailwind; }\n.#{$ti-prefix}-brand-taobao:before { content: $ti-icon-brand-taobao; }\n.#{$ti-prefix}-brand-teams:before { content: $ti-icon-brand-teams; }\n.#{$ti-prefix}-brand-ted:before { content: $ti-icon-brand-ted; }\n.#{$ti-prefix}-brand-telegram:before { content: $ti-icon-brand-telegram; }\n.#{$ti-prefix}-brand-terraform:before { content: $ti-icon-brand-terraform; }\n.#{$ti-prefix}-brand-tether:before { content: $ti-icon-brand-tether; }\n.#{$ti-prefix}-brand-thingiverse:before { content: $ti-icon-brand-thingiverse; }\n.#{$ti-prefix}-brand-threads:before { content: $ti-icon-brand-threads; }\n.#{$ti-prefix}-brand-threejs:before { content: $ti-icon-brand-threejs; }\n.#{$ti-prefix}-brand-tidal:before { content: $ti-icon-brand-tidal; }\n.#{$ti-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; }\n.#{$ti-prefix}-brand-tinder:before { content: $ti-icon-brand-tinder; }\n.#{$ti-prefix}-brand-topbuzz:before { content: $ti-icon-brand-topbuzz; }\n.#{$ti-prefix}-brand-torchain:before { content: $ti-icon-brand-torchain; }\n.#{$ti-prefix}-brand-toyota:before { content: $ti-icon-brand-toyota; }\n.#{$ti-prefix}-brand-trello:before { content: $ti-icon-brand-trello; }\n.#{$ti-prefix}-brand-tripadvisor:before { content: $ti-icon-brand-tripadvisor; }\n.#{$ti-prefix}-brand-tumblr:before { content: $ti-icon-brand-tumblr; }\n.#{$ti-prefix}-brand-twilio:before { content: $ti-icon-brand-twilio; }\n.#{$ti-prefix}-brand-twitch:before { content: $ti-icon-brand-twitch; }\n.#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; }\n.#{$ti-prefix}-brand-typescript:before { content: $ti-icon-brand-typescript; }\n.#{$ti-prefix}-brand-uber:before { content: $ti-icon-brand-uber; }\n.#{$ti-prefix}-brand-ubuntu:before { content: $ti-icon-brand-ubuntu; }\n.#{$ti-prefix}-brand-unity:before { content: $ti-icon-brand-unity; }\n.#{$ti-prefix}-brand-unsplash:before { content: $ti-icon-brand-unsplash; }\n.#{$ti-prefix}-brand-upwork:before { content: $ti-icon-brand-upwork; }\n.#{$ti-prefix}-brand-valorant:before { content: $ti-icon-brand-valorant; }\n.#{$ti-prefix}-brand-vercel:before { content: $ti-icon-brand-vercel; }\n.#{$ti-prefix}-brand-vimeo:before { content: $ti-icon-brand-vimeo; }\n.#{$ti-prefix}-brand-vinted:before { content: $ti-icon-brand-vinted; }\n.#{$ti-prefix}-brand-visa:before { content: $ti-icon-brand-visa; }\n.#{$ti-prefix}-brand-visual-studio:before { content: $ti-icon-brand-visual-studio; }\n.#{$ti-prefix}-brand-vite:before { content: $ti-icon-brand-vite; }\n.#{$ti-prefix}-brand-vivaldi:before { content: $ti-icon-brand-vivaldi; }\n.#{$ti-prefix}-brand-vk:before { content: $ti-icon-brand-vk; }\n.#{$ti-prefix}-brand-vlc:before { content: $ti-icon-brand-vlc; }\n.#{$ti-prefix}-brand-volkswagen:before { content: $ti-icon-brand-volkswagen; }\n.#{$ti-prefix}-brand-vsco:before { content: $ti-icon-brand-vsco; }\n.#{$ti-prefix}-brand-vscode:before { content: $ti-icon-brand-vscode; }\n.#{$ti-prefix}-brand-vue:before { content: $ti-icon-brand-vue; }\n.#{$ti-prefix}-brand-walmart:before { content: $ti-icon-brand-walmart; }\n.#{$ti-prefix}-brand-waze:before { content: $ti-icon-brand-waze; }\n.#{$ti-prefix}-brand-webflow:before { content: $ti-icon-brand-webflow; }\n.#{$ti-prefix}-brand-wechat:before { content: $ti-icon-brand-wechat; }\n.#{$ti-prefix}-brand-weibo:before { content: $ti-icon-brand-weibo; }\n.#{$ti-prefix}-brand-whatsapp:before { content: $ti-icon-brand-whatsapp; }\n.#{$ti-prefix}-brand-wikipedia:before { content: $ti-icon-brand-wikipedia; }\n.#{$ti-prefix}-brand-windows:before { content: $ti-icon-brand-windows; }\n.#{$ti-prefix}-brand-windy:before { content: $ti-icon-brand-windy; }\n.#{$ti-prefix}-brand-wish:before { content: $ti-icon-brand-wish; }\n.#{$ti-prefix}-brand-wix:before { content: $ti-icon-brand-wix; }\n.#{$ti-prefix}-brand-wordpress:before { content: $ti-icon-brand-wordpress; }\n.#{$ti-prefix}-brand-x:before { content: $ti-icon-brand-x; }\n.#{$ti-prefix}-brand-xamarin:before { content: $ti-icon-brand-xamarin; }\n.#{$ti-prefix}-brand-xbox:before { content: $ti-icon-brand-xbox; }\n.#{$ti-prefix}-brand-xdeep:before { content: $ti-icon-brand-xdeep; }\n.#{$ti-prefix}-brand-xing:before { content: $ti-icon-brand-xing; }\n.#{$ti-prefix}-brand-yahoo:before { content: $ti-icon-brand-yahoo; }\n.#{$ti-prefix}-brand-yandex:before { content: $ti-icon-brand-yandex; }\n.#{$ti-prefix}-brand-yarn:before { content: $ti-icon-brand-yarn; }\n.#{$ti-prefix}-brand-yatse:before { content: $ti-icon-brand-yatse; }\n.#{$ti-prefix}-brand-ycombinator:before { content: $ti-icon-brand-ycombinator; }\n.#{$ti-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; }\n.#{$ti-prefix}-brand-youtube-kids:before { content: $ti-icon-brand-youtube-kids; }\n.#{$ti-prefix}-brand-zalando:before { content: $ti-icon-brand-zalando; }\n.#{$ti-prefix}-brand-zapier:before { content: $ti-icon-brand-zapier; }\n.#{$ti-prefix}-brand-zeit:before { content: $ti-icon-brand-zeit; }\n.#{$ti-prefix}-brand-zhihu:before { content: $ti-icon-brand-zhihu; }\n.#{$ti-prefix}-brand-zoom:before { content: $ti-icon-brand-zoom; }\n.#{$ti-prefix}-brand-zulip:before { content: $ti-icon-brand-zulip; }\n.#{$ti-prefix}-brand-zwift:before { content: $ti-icon-brand-zwift; }\n.#{$ti-prefix}-bread:before { content: $ti-icon-bread; }\n.#{$ti-prefix}-bread-off:before { content: $ti-icon-bread-off; }\n.#{$ti-prefix}-briefcase:before { content: $ti-icon-briefcase; }\n.#{$ti-prefix}-briefcase-2:before { content: $ti-icon-briefcase-2; }\n.#{$ti-prefix}-briefcase-off:before { content: $ti-icon-briefcase-off; }\n.#{$ti-prefix}-brightness:before { content: $ti-icon-brightness; }\n.#{$ti-prefix}-brightness-2:before { content: $ti-icon-brightness-2; }\n.#{$ti-prefix}-brightness-auto:before { content: $ti-icon-brightness-auto; }\n.#{$ti-prefix}-brightness-down:before { content: $ti-icon-brightness-down; }\n.#{$ti-prefix}-brightness-half:before { content: $ti-icon-brightness-half; }\n.#{$ti-prefix}-brightness-off:before { content: $ti-icon-brightness-off; }\n.#{$ti-prefix}-brightness-up:before { content: $ti-icon-brightness-up; }\n.#{$ti-prefix}-broadcast:before { content: $ti-icon-broadcast; }\n.#{$ti-prefix}-broadcast-off:before { content: $ti-icon-broadcast-off; }\n.#{$ti-prefix}-browser:before { content: $ti-icon-browser; }\n.#{$ti-prefix}-browser-check:before { content: $ti-icon-browser-check; }\n.#{$ti-prefix}-browser-off:before { content: $ti-icon-browser-off; }\n.#{$ti-prefix}-browser-plus:before { content: $ti-icon-browser-plus; }\n.#{$ti-prefix}-browser-x:before { content: $ti-icon-browser-x; }\n.#{$ti-prefix}-brush:before { content: $ti-icon-brush; }\n.#{$ti-prefix}-brush-off:before { content: $ti-icon-brush-off; }\n.#{$ti-prefix}-bubble:before { content: $ti-icon-bubble; }\n.#{$ti-prefix}-bubble-minus:before { content: $ti-icon-bubble-minus; }\n.#{$ti-prefix}-bubble-plus:before { content: $ti-icon-bubble-plus; }\n.#{$ti-prefix}-bubble-tea:before { content: $ti-icon-bubble-tea; }\n.#{$ti-prefix}-bubble-tea-2:before { content: $ti-icon-bubble-tea-2; }\n.#{$ti-prefix}-bubble-text:before { content: $ti-icon-bubble-text; }\n.#{$ti-prefix}-bubble-x:before { content: $ti-icon-bubble-x; }\n.#{$ti-prefix}-bucket:before { content: $ti-icon-bucket; }\n.#{$ti-prefix}-bucket-droplet:before { content: $ti-icon-bucket-droplet; }\n.#{$ti-prefix}-bucket-off:before { content: $ti-icon-bucket-off; }\n.#{$ti-prefix}-bug:before { content: $ti-icon-bug; }\n.#{$ti-prefix}-bug-off:before { content: $ti-icon-bug-off; }\n.#{$ti-prefix}-building:before { content: $ti-icon-building; }\n.#{$ti-prefix}-building-airport:before { content: $ti-icon-building-airport; }\n.#{$ti-prefix}-building-arch:before { content: $ti-icon-building-arch; }\n.#{$ti-prefix}-building-bank:before { content: $ti-icon-building-bank; }\n.#{$ti-prefix}-building-bridge:before { content: $ti-icon-building-bridge; }\n.#{$ti-prefix}-building-bridge-2:before { content: $ti-icon-building-bridge-2; }\n.#{$ti-prefix}-building-broadcast-tower:before { content: $ti-icon-building-broadcast-tower; }\n.#{$ti-prefix}-building-burj-al-arab:before { content: $ti-icon-building-burj-al-arab; }\n.#{$ti-prefix}-building-carousel:before { content: $ti-icon-building-carousel; }\n.#{$ti-prefix}-building-castle:before { content: $ti-icon-building-castle; }\n.#{$ti-prefix}-building-church:before { content: $ti-icon-building-church; }\n.#{$ti-prefix}-building-circus:before { content: $ti-icon-building-circus; }\n.#{$ti-prefix}-building-cog:before { content: $ti-icon-building-cog; }\n.#{$ti-prefix}-building-community:before { content: $ti-icon-building-community; }\n.#{$ti-prefix}-building-cottage:before { content: $ti-icon-building-cottage; }\n.#{$ti-prefix}-building-estate:before { content: $ti-icon-building-estate; }\n.#{$ti-prefix}-building-factory:before { content: $ti-icon-building-factory; }\n.#{$ti-prefix}-building-factory-2:before { content: $ti-icon-building-factory-2; }\n.#{$ti-prefix}-building-fortress:before { content: $ti-icon-building-fortress; }\n.#{$ti-prefix}-building-hospital:before { content: $ti-icon-building-hospital; }\n.#{$ti-prefix}-building-lighthouse:before { content: $ti-icon-building-lighthouse; }\n.#{$ti-prefix}-building-minus:before { content: $ti-icon-building-minus; }\n.#{$ti-prefix}-building-monument:before { content: $ti-icon-building-monument; }\n.#{$ti-prefix}-building-mosque:before { content: $ti-icon-building-mosque; }\n.#{$ti-prefix}-building-off:before { content: $ti-icon-building-off; }\n.#{$ti-prefix}-building-pavilion:before { content: $ti-icon-building-pavilion; }\n.#{$ti-prefix}-building-plus:before { content: $ti-icon-building-plus; }\n.#{$ti-prefix}-building-skyscraper:before { content: $ti-icon-building-skyscraper; }\n.#{$ti-prefix}-building-stadium:before { content: $ti-icon-building-stadium; }\n.#{$ti-prefix}-building-store:before { content: $ti-icon-building-store; }\n.#{$ti-prefix}-building-tunnel:before { content: $ti-icon-building-tunnel; }\n.#{$ti-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; }\n.#{$ti-prefix}-building-wind-turbine:before { content: $ti-icon-building-wind-turbine; }\n.#{$ti-prefix}-buildings:before { content: $ti-icon-buildings; }\n.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; }\n.#{$ti-prefix}-bulb-off:before { content: $ti-icon-bulb-off; }\n.#{$ti-prefix}-bulldozer:before { content: $ti-icon-bulldozer; }\n.#{$ti-prefix}-burger:before { content: $ti-icon-burger; }\n.#{$ti-prefix}-bus:before { content: $ti-icon-bus; }\n.#{$ti-prefix}-bus-off:before { content: $ti-icon-bus-off; }\n.#{$ti-prefix}-bus-stop:before { content: $ti-icon-bus-stop; }\n.#{$ti-prefix}-businessplan:before { content: $ti-icon-businessplan; }\n.#{$ti-prefix}-butterfly:before { content: $ti-icon-butterfly; }\n.#{$ti-prefix}-cactus:before { content: $ti-icon-cactus; }\n.#{$ti-prefix}-cactus-off:before { content: $ti-icon-cactus-off; }\n.#{$ti-prefix}-cake:before { content: $ti-icon-cake; }\n.#{$ti-prefix}-cake-off:before { content: $ti-icon-cake-off; }\n.#{$ti-prefix}-calculator:before { content: $ti-icon-calculator; }\n.#{$ti-prefix}-calculator-off:before { content: $ti-icon-calculator-off; }\n.#{$ti-prefix}-calendar:before { content: $ti-icon-calendar; }\n.#{$ti-prefix}-calendar-bolt:before { content: $ti-icon-calendar-bolt; }\n.#{$ti-prefix}-calendar-cancel:before { content: $ti-icon-calendar-cancel; }\n.#{$ti-prefix}-calendar-check:before { content: $ti-icon-calendar-check; }\n.#{$ti-prefix}-calendar-clock:before { content: $ti-icon-calendar-clock; }\n.#{$ti-prefix}-calendar-code:before { content: $ti-icon-calendar-code; }\n.#{$ti-prefix}-calendar-cog:before { content: $ti-icon-calendar-cog; }\n.#{$ti-prefix}-calendar-dollar:before { content: $ti-icon-calendar-dollar; }\n.#{$ti-prefix}-calendar-dot:before { content: $ti-icon-calendar-dot; }\n.#{$ti-prefix}-calendar-down:before { content: $ti-icon-calendar-down; }\n.#{$ti-prefix}-calendar-due:before { content: $ti-icon-calendar-due; }\n.#{$ti-prefix}-calendar-event:before { content: $ti-icon-calendar-event; }\n.#{$ti-prefix}-calendar-exclamation:before { content: $ti-icon-calendar-exclamation; }\n.#{$ti-prefix}-calendar-heart:before { content: $ti-icon-calendar-heart; }\n.#{$ti-prefix}-calendar-minus:before { content: $ti-icon-calendar-minus; }\n.#{$ti-prefix}-calendar-month:before { content: $ti-icon-calendar-month; }\n.#{$ti-prefix}-calendar-off:before { content: $ti-icon-calendar-off; }\n.#{$ti-prefix}-calendar-pause:before { content: $ti-icon-calendar-pause; }\n.#{$ti-prefix}-calendar-pin:before { content: $ti-icon-calendar-pin; }\n.#{$ti-prefix}-calendar-plus:before { content: $ti-icon-calendar-plus; }\n.#{$ti-prefix}-calendar-question:before { content: $ti-icon-calendar-question; }\n.#{$ti-prefix}-calendar-repeat:before { content: $ti-icon-calendar-repeat; }\n.#{$ti-prefix}-calendar-sad:before { content: $ti-icon-calendar-sad; }\n.#{$ti-prefix}-calendar-search:before { content: $ti-icon-calendar-search; }\n.#{$ti-prefix}-calendar-share:before { content: $ti-icon-calendar-share; }\n.#{$ti-prefix}-calendar-smile:before { content: $ti-icon-calendar-smile; }\n.#{$ti-prefix}-calendar-star:before { content: $ti-icon-calendar-star; }\n.#{$ti-prefix}-calendar-stats:before { content: $ti-icon-calendar-stats; }\n.#{$ti-prefix}-calendar-time:before { content: $ti-icon-calendar-time; }\n.#{$ti-prefix}-calendar-up:before { content: $ti-icon-calendar-up; }\n.#{$ti-prefix}-calendar-user:before { content: $ti-icon-calendar-user; }\n.#{$ti-prefix}-calendar-week:before { content: $ti-icon-calendar-week; }\n.#{$ti-prefix}-calendar-x:before { content: $ti-icon-calendar-x; }\n.#{$ti-prefix}-camera:before { content: $ti-icon-camera; }\n.#{$ti-prefix}-camera-ai:before { content: $ti-icon-camera-ai; }\n.#{$ti-prefix}-camera-bitcoin:before { content: $ti-icon-camera-bitcoin; }\n.#{$ti-prefix}-camera-bolt:before { content: $ti-icon-camera-bolt; }\n.#{$ti-prefix}-camera-cancel:before { content: $ti-icon-camera-cancel; }\n.#{$ti-prefix}-camera-check:before { content: $ti-icon-camera-check; }\n.#{$ti-prefix}-camera-code:before { content: $ti-icon-camera-code; }\n.#{$ti-prefix}-camera-cog:before { content: $ti-icon-camera-cog; }\n.#{$ti-prefix}-camera-dollar:before { content: $ti-icon-camera-dollar; }\n.#{$ti-prefix}-camera-down:before { content: $ti-icon-camera-down; }\n.#{$ti-prefix}-camera-exclamation:before { content: $ti-icon-camera-exclamation; }\n.#{$ti-prefix}-camera-heart:before { content: $ti-icon-camera-heart; }\n.#{$ti-prefix}-camera-minus:before { content: $ti-icon-camera-minus; }\n.#{$ti-prefix}-camera-moon:before { content: $ti-icon-camera-moon; }\n.#{$ti-prefix}-camera-off:before { content: $ti-icon-camera-off; }\n.#{$ti-prefix}-camera-pause:before { content: $ti-icon-camera-pause; }\n.#{$ti-prefix}-camera-pin:before { content: $ti-icon-camera-pin; }\n.#{$ti-prefix}-camera-plus:before { content: $ti-icon-camera-plus; }\n.#{$ti-prefix}-camera-question:before { content: $ti-icon-camera-question; }\n.#{$ti-prefix}-camera-rotate:before { content: $ti-icon-camera-rotate; }\n.#{$ti-prefix}-camera-search:before { content: $ti-icon-camera-search; }\n.#{$ti-prefix}-camera-selfie:before { content: $ti-icon-camera-selfie; }\n.#{$ti-prefix}-camera-share:before { content: $ti-icon-camera-share; }\n.#{$ti-prefix}-camera-spark:before { content: $ti-icon-camera-spark; }\n.#{$ti-prefix}-camera-star:before { content: $ti-icon-camera-star; }\n.#{$ti-prefix}-camera-up:before { content: $ti-icon-camera-up; }\n.#{$ti-prefix}-camera-x:before { content: $ti-icon-camera-x; }\n.#{$ti-prefix}-camper:before { content: $ti-icon-camper; }\n.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; }\n.#{$ti-prefix}-cancel:before { content: $ti-icon-cancel; }\n.#{$ti-prefix}-candle:before { content: $ti-icon-candle; }\n.#{$ti-prefix}-candy:before { content: $ti-icon-candy; }\n.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; }\n.#{$ti-prefix}-cane:before { content: $ti-icon-cane; }\n.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }\n.#{$ti-prefix}-cap-projecting:before { content: $ti-icon-cap-projecting; }\n.#{$ti-prefix}-cap-rounded:before { content: $ti-icon-cap-rounded; }\n.#{$ti-prefix}-cap-straight:before { content: $ti-icon-cap-straight; }\n.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }\n.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }\n.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }\n.#{$ti-prefix}-capture-off:before { content: $ti-icon-capture-off; }\n.#{$ti-prefix}-car:before { content: $ti-icon-car; }\n.#{$ti-prefix}-car-4wd:before { content: $ti-icon-car-4wd; }\n.#{$ti-prefix}-car-crane:before { content: $ti-icon-car-crane; }\n.#{$ti-prefix}-car-crash:before { content: $ti-icon-car-crash; }\n.#{$ti-prefix}-car-fan:before { content: $ti-icon-car-fan; }\n.#{$ti-prefix}-car-fan-1:before { content: $ti-icon-car-fan-1; }\n.#{$ti-prefix}-car-fan-2:before { content: $ti-icon-car-fan-2; }\n.#{$ti-prefix}-car-fan-3:before { content: $ti-icon-car-fan-3; }\n.#{$ti-prefix}-car-fan-auto:before { content: $ti-icon-car-fan-auto; }\n.#{$ti-prefix}-car-garage:before { content: $ti-icon-car-garage; }\n.#{$ti-prefix}-car-off:before { content: $ti-icon-car-off; }\n.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; }\n.#{$ti-prefix}-car-turbine:before { content: $ti-icon-car-turbine; }\n.#{$ti-prefix}-carambola:before { content: $ti-icon-carambola; }\n.#{$ti-prefix}-caravan:before { content: $ti-icon-caravan; }\n.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; }\n.#{$ti-prefix}-cardboards-off:before { content: $ti-icon-cardboards-off; }\n.#{$ti-prefix}-cards:before { content: $ti-icon-cards; }\n.#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; }\n.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; }\n.#{$ti-prefix}-caret-left-right:before { content: $ti-icon-caret-left-right; }\n.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }\n.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }\n.#{$ti-prefix}-caret-up-down:before { content: $ti-icon-caret-up-down; }\n.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }\n.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; }\n.#{$ti-prefix}-carrot:before { content: $ti-icon-carrot; }\n.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; }\n.#{$ti-prefix}-cash:before { content: $ti-icon-cash; }\n.#{$ti-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; }\n.#{$ti-prefix}-cash-banknote-off:before { content: $ti-icon-cash-banknote-off; }\n.#{$ti-prefix}-cash-off:before { content: $ti-icon-cash-off; }\n.#{$ti-prefix}-cash-register:before { content: $ti-icon-cash-register; }\n.#{$ti-prefix}-cast:before { content: $ti-icon-cast; }\n.#{$ti-prefix}-cast-off:before { content: $ti-icon-cast-off; }\n.#{$ti-prefix}-cat:before { content: $ti-icon-cat; }\n.#{$ti-prefix}-category:before { content: $ti-icon-category; }\n.#{$ti-prefix}-category-2:before { content: $ti-icon-category-2; }\n.#{$ti-prefix}-category-minus:before { content: $ti-icon-category-minus; }\n.#{$ti-prefix}-category-plus:before { content: $ti-icon-category-plus; }\n.#{$ti-prefix}-ce:before { content: $ti-icon-ce; }\n.#{$ti-prefix}-ce-off:before { content: $ti-icon-ce-off; }\n.#{$ti-prefix}-cell:before { content: $ti-icon-cell; }\n.#{$ti-prefix}-cell-signal-1:before { content: $ti-icon-cell-signal-1; }\n.#{$ti-prefix}-cell-signal-2:before { content: $ti-icon-cell-signal-2; }\n.#{$ti-prefix}-cell-signal-3:before { content: $ti-icon-cell-signal-3; }\n.#{$ti-prefix}-cell-signal-4:before { content: $ti-icon-cell-signal-4; }\n.#{$ti-prefix}-cell-signal-5:before { content: $ti-icon-cell-signal-5; }\n.#{$ti-prefix}-cell-signal-off:before { content: $ti-icon-cell-signal-off; }\n.#{$ti-prefix}-certificate:before { content: $ti-icon-certificate; }\n.#{$ti-prefix}-certificate-2:before { content: $ti-icon-certificate-2; }\n.#{$ti-prefix}-certificate-2-off:before { content: $ti-icon-certificate-2-off; }\n.#{$ti-prefix}-certificate-off:before { content: $ti-icon-certificate-off; }\n.#{$ti-prefix}-chair-director:before { content: $ti-icon-chair-director; }\n.#{$ti-prefix}-chalkboard:before { content: $ti-icon-chalkboard; }\n.#{$ti-prefix}-chalkboard-off:before { content: $ti-icon-chalkboard-off; }\n.#{$ti-prefix}-charging-pile:before { content: $ti-icon-charging-pile; }\n.#{$ti-prefix}-chart-arcs:before { content: $ti-icon-chart-arcs; }\n.#{$ti-prefix}-chart-arcs-3:before { content: $ti-icon-chart-arcs-3; }\n.#{$ti-prefix}-chart-area:before { content: $ti-icon-chart-area; }\n.#{$ti-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; }\n.#{$ti-prefix}-chart-arrows:before { content: $ti-icon-chart-arrows; }\n.#{$ti-prefix}-chart-arrows-vertical:before { content: $ti-icon-chart-arrows-vertical; }\n.#{$ti-prefix}-chart-bar:before { content: $ti-icon-chart-bar; }\n.#{$ti-prefix}-chart-bar-off:before { content: $ti-icon-chart-bar-off; }\n.#{$ti-prefix}-chart-bar-popular:before { content: $ti-icon-chart-bar-popular; }\n.#{$ti-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; }\n.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; }\n.#{$ti-prefix}-chart-circles:before { content: $ti-icon-chart-circles; }\n.#{$ti-prefix}-chart-cohort:before { content: $ti-icon-chart-cohort; }\n.#{$ti-prefix}-chart-column:before { content: $ti-icon-chart-column; }\n.#{$ti-prefix}-chart-covariate:before { content: $ti-icon-chart-covariate; }\n.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; }\n.#{$ti-prefix}-chart-donut-2:before { content: $ti-icon-chart-donut-2; }\n.#{$ti-prefix}-chart-donut-3:before { content: $ti-icon-chart-donut-3; }\n.#{$ti-prefix}-chart-donut-4:before { content: $ti-icon-chart-donut-4; }\n.#{$ti-prefix}-chart-dots:before { content: $ti-icon-chart-dots; }\n.#{$ti-prefix}-chart-dots-2:before { content: $ti-icon-chart-dots-2; }\n.#{$ti-prefix}-chart-dots-3:before { content: $ti-icon-chart-dots-3; }\n.#{$ti-prefix}-chart-funnel:before { content: $ti-icon-chart-funnel; }\n.#{$ti-prefix}-chart-grid-dots:before { content: $ti-icon-chart-grid-dots; }\n.#{$ti-prefix}-chart-histogram:before { content: $ti-icon-chart-histogram; }\n.#{$ti-prefix}-chart-infographic:before { content: $ti-icon-chart-infographic; }\n.#{$ti-prefix}-chart-line:before { content: $ti-icon-chart-line; }\n.#{$ti-prefix}-chart-pie:before { content: $ti-icon-chart-pie; }\n.#{$ti-prefix}-chart-pie-2:before { content: $ti-icon-chart-pie-2; }\n.#{$ti-prefix}-chart-pie-3:before { content: $ti-icon-chart-pie-3; }\n.#{$ti-prefix}-chart-pie-4:before { content: $ti-icon-chart-pie-4; }\n.#{$ti-prefix}-chart-pie-off:before { content: $ti-icon-chart-pie-off; }\n.#{$ti-prefix}-chart-ppf:before { content: $ti-icon-chart-ppf; }\n.#{$ti-prefix}-chart-radar:before { content: $ti-icon-chart-radar; }\n.#{$ti-prefix}-chart-sankey:before { content: $ti-icon-chart-sankey; }\n.#{$ti-prefix}-chart-scatter:before { content: $ti-icon-chart-scatter; }\n.#{$ti-prefix}-chart-scatter-3d:before { content: $ti-icon-chart-scatter-3d; }\n.#{$ti-prefix}-chart-treemap:before { content: $ti-icon-chart-treemap; }\n.#{$ti-prefix}-check:before { content: $ti-icon-check; }\n.#{$ti-prefix}-checkbox:before { content: $ti-icon-checkbox; }\n.#{$ti-prefix}-checklist:before { content: $ti-icon-checklist; }\n.#{$ti-prefix}-checks:before { content: $ti-icon-checks; }\n.#{$ti-prefix}-checkup-list:before { content: $ti-icon-checkup-list; }\n.#{$ti-prefix}-cheese:before { content: $ti-icon-cheese; }\n.#{$ti-prefix}-chef-hat:before { content: $ti-icon-chef-hat; }\n.#{$ti-prefix}-chef-hat-off:before { content: $ti-icon-chef-hat-off; }\n.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }\n.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }\n.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; }\n.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }\n.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }\n.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }\n.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }\n.#{$ti-prefix}-chevron-compact-down:before { content: $ti-icon-chevron-compact-down; }\n.#{$ti-prefix}-chevron-compact-left:before { content: $ti-icon-chevron-compact-left; }\n.#{$ti-prefix}-chevron-compact-right:before { content: $ti-icon-chevron-compact-right; }\n.#{$ti-prefix}-chevron-compact-up:before { content: $ti-icon-chevron-compact-up; }\n.#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; }\n.#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; }\n.#{$ti-prefix}-chevron-down-right:before { content: $ti-icon-chevron-down-right; }\n.#{$ti-prefix}-chevron-left:before { content: $ti-icon-chevron-left; }\n.#{$ti-prefix}-chevron-left-pipe:before { content: $ti-icon-chevron-left-pipe; }\n.#{$ti-prefix}-chevron-right:before { content: $ti-icon-chevron-right; }\n.#{$ti-prefix}-chevron-right-pipe:before { content: $ti-icon-chevron-right-pipe; }\n.#{$ti-prefix}-chevron-up:before { content: $ti-icon-chevron-up; }\n.#{$ti-prefix}-chevron-up-left:before { content: $ti-icon-chevron-up-left; }\n.#{$ti-prefix}-chevron-up-right:before { content: $ti-icon-chevron-up-right; }\n.#{$ti-prefix}-chevrons-down:before { content: $ti-icon-chevrons-down; }\n.#{$ti-prefix}-chevrons-down-left:before { content: $ti-icon-chevrons-down-left; }\n.#{$ti-prefix}-chevrons-down-right:before { content: $ti-icon-chevrons-down-right; }\n.#{$ti-prefix}-chevrons-left:before { content: $ti-icon-chevrons-left; }\n.#{$ti-prefix}-chevrons-right:before { content: $ti-icon-chevrons-right; }\n.#{$ti-prefix}-chevrons-up:before { content: $ti-icon-chevrons-up; }\n.#{$ti-prefix}-chevrons-up-left:before { content: $ti-icon-chevrons-up-left; }\n.#{$ti-prefix}-chevrons-up-right:before { content: $ti-icon-chevrons-up-right; }\n.#{$ti-prefix}-chisel:before { content: $ti-icon-chisel; }\n.#{$ti-prefix}-christmas-ball:before { content: $ti-icon-christmas-ball; }\n.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }\n.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; }\n.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }\n.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }\n.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }\n.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; }\n.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; }\n.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; }\n.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; }\n.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; }\n.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; }\n.#{$ti-prefix}-circle-caret-down:before { content: $ti-icon-circle-caret-down; }\n.#{$ti-prefix}-circle-caret-left:before { content: $ti-icon-circle-caret-left; }\n.#{$ti-prefix}-circle-caret-right:before { content: $ti-icon-circle-caret-right; }\n.#{$ti-prefix}-circle-caret-up:before { content: $ti-icon-circle-caret-up; }\n.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; }\n.#{$ti-prefix}-circle-chevron-down:before { content: $ti-icon-circle-chevron-down; }\n.#{$ti-prefix}-circle-chevron-left:before { content: $ti-icon-circle-chevron-left; }\n.#{$ti-prefix}-circle-chevron-right:before { content: $ti-icon-circle-chevron-right; }\n.#{$ti-prefix}-circle-chevron-up:before { content: $ti-icon-circle-chevron-up; }\n.#{$ti-prefix}-circle-chevrons-down:before { content: $ti-icon-circle-chevrons-down; }\n.#{$ti-prefix}-circle-chevrons-left:before { content: $ti-icon-circle-chevrons-left; }\n.#{$ti-prefix}-circle-chevrons-right:before { content: $ti-icon-circle-chevrons-right; }\n.#{$ti-prefix}-circle-chevrons-up:before { content: $ti-icon-circle-chevrons-up; }\n.#{$ti-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; }\n.#{$ti-prefix}-circle-dashed-check:before { content: $ti-icon-circle-dashed-check; }\n.#{$ti-prefix}-circle-dashed-letter-a:before { content: $ti-icon-circle-dashed-letter-a; }\n.#{$ti-prefix}-circle-dashed-letter-b:before { content: $ti-icon-circle-dashed-letter-b; }\n.#{$ti-prefix}-circle-dashed-letter-c:before { content: $ti-icon-circle-dashed-letter-c; }\n.#{$ti-prefix}-circle-dashed-letter-d:before { content: $ti-icon-circle-dashed-letter-d; }\n.#{$ti-prefix}-circle-dashed-letter-e:before { content: $ti-icon-circle-dashed-letter-e; }\n.#{$ti-prefix}-circle-dashed-letter-f:before { content: $ti-icon-circle-dashed-letter-f; }\n.#{$ti-prefix}-circle-dashed-letter-g:before { content: $ti-icon-circle-dashed-letter-g; }\n.#{$ti-prefix}-circle-dashed-letter-h:before { content: $ti-icon-circle-dashed-letter-h; }\n.#{$ti-prefix}-circle-dashed-letter-i:before { content: $ti-icon-circle-dashed-letter-i; }\n.#{$ti-prefix}-circle-dashed-letter-j:before { content: $ti-icon-circle-dashed-letter-j; }\n.#{$ti-prefix}-circle-dashed-letter-k:before { content: $ti-icon-circle-dashed-letter-k; }\n.#{$ti-prefix}-circle-dashed-letter-l:before { content: $ti-icon-circle-dashed-letter-l; }\n.#{$ti-prefix}-circle-dashed-letter-m:before { content: $ti-icon-circle-dashed-letter-m; }\n.#{$ti-prefix}-circle-dashed-letter-n:before { content: $ti-icon-circle-dashed-letter-n; }\n.#{$ti-prefix}-circle-dashed-letter-o:before { content: $ti-icon-circle-dashed-letter-o; }\n.#{$ti-prefix}-circle-dashed-letter-p:before { content: $ti-icon-circle-dashed-letter-p; }\n.#{$ti-prefix}-circle-dashed-letter-q:before { content: $ti-icon-circle-dashed-letter-q; }\n.#{$ti-prefix}-circle-dashed-letter-r:before { content: $ti-icon-circle-dashed-letter-r; }\n.#{$ti-prefix}-circle-dashed-letter-s:before { content: $ti-icon-circle-dashed-letter-s; }\n.#{$ti-prefix}-circle-dashed-letter-t:before { content: $ti-icon-circle-dashed-letter-t; }\n.#{$ti-prefix}-circle-dashed-letter-u:before { content: $ti-icon-circle-dashed-letter-u; }\n.#{$ti-prefix}-circle-dashed-letter-v:before { content: $ti-icon-circle-dashed-letter-v; }\n.#{$ti-prefix}-circle-dashed-letter-w:before { content: $ti-icon-circle-dashed-letter-w; }\n.#{$ti-prefix}-circle-dashed-letter-x:before { content: $ti-icon-circle-dashed-letter-x; }\n.#{$ti-prefix}-circle-dashed-letter-y:before { content: $ti-icon-circle-dashed-letter-y; }\n.#{$ti-prefix}-circle-dashed-letter-z:before { content: $ti-icon-circle-dashed-letter-z; }\n.#{$ti-prefix}-circle-dashed-minus:before { content: $ti-icon-circle-dashed-minus; }\n.#{$ti-prefix}-circle-dashed-number-0:before { content: $ti-icon-circle-dashed-number-0; }\n.#{$ti-prefix}-circle-dashed-number-1:before { content: $ti-icon-circle-dashed-number-1; }\n.#{$ti-prefix}-circle-dashed-number-2:before { content: $ti-icon-circle-dashed-number-2; }\n.#{$ti-prefix}-circle-dashed-number-3:before { content: $ti-icon-circle-dashed-number-3; }\n.#{$ti-prefix}-circle-dashed-number-4:before { content: $ti-icon-circle-dashed-number-4; }\n.#{$ti-prefix}-circle-dashed-number-5:before { content: $ti-icon-circle-dashed-number-5; }\n.#{$ti-prefix}-circle-dashed-number-6:before { content: $ti-icon-circle-dashed-number-6; }\n.#{$ti-prefix}-circle-dashed-number-7:before { content: $ti-icon-circle-dashed-number-7; }\n.#{$ti-prefix}-circle-dashed-number-8:before { content: $ti-icon-circle-dashed-number-8; }\n.#{$ti-prefix}-circle-dashed-number-9:before { content: $ti-icon-circle-dashed-number-9; }\n.#{$ti-prefix}-circle-dashed-percentage:before { content: $ti-icon-circle-dashed-percentage; }\n.#{$ti-prefix}-circle-dashed-plus:before { content: $ti-icon-circle-dashed-plus; }\n.#{$ti-prefix}-circle-dashed-x:before { content: $ti-icon-circle-dashed-x; }\n.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }\n.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; }\n.#{$ti-prefix}-circle-dotted-letter-a:before { content: $ti-icon-circle-dotted-letter-a; }\n.#{$ti-prefix}-circle-dotted-letter-b:before { content: $ti-icon-circle-dotted-letter-b; }\n.#{$ti-prefix}-circle-dotted-letter-c:before { content: $ti-icon-circle-dotted-letter-c; }\n.#{$ti-prefix}-circle-dotted-letter-d:before { content: $ti-icon-circle-dotted-letter-d; }\n.#{$ti-prefix}-circle-dotted-letter-e:before { content: $ti-icon-circle-dotted-letter-e; }\n.#{$ti-prefix}-circle-dotted-letter-f:before { content: $ti-icon-circle-dotted-letter-f; }\n.#{$ti-prefix}-circle-dotted-letter-g:before { content: $ti-icon-circle-dotted-letter-g; }\n.#{$ti-prefix}-circle-dotted-letter-h:before { content: $ti-icon-circle-dotted-letter-h; }\n.#{$ti-prefix}-circle-dotted-letter-i:before { content: $ti-icon-circle-dotted-letter-i; }\n.#{$ti-prefix}-circle-dotted-letter-j:before { content: $ti-icon-circle-dotted-letter-j; }\n.#{$ti-prefix}-circle-dotted-letter-k:before { content: $ti-icon-circle-dotted-letter-k; }\n.#{$ti-prefix}-circle-dotted-letter-l:before { content: $ti-icon-circle-dotted-letter-l; }\n.#{$ti-prefix}-circle-dotted-letter-m:before { content: $ti-icon-circle-dotted-letter-m; }\n.#{$ti-prefix}-circle-dotted-letter-n:before { content: $ti-icon-circle-dotted-letter-n; }\n.#{$ti-prefix}-circle-dotted-letter-o:before { content: $ti-icon-circle-dotted-letter-o; }\n.#{$ti-prefix}-circle-dotted-letter-p:before { content: $ti-icon-circle-dotted-letter-p; }\n.#{$ti-prefix}-circle-dotted-letter-q:before { content: $ti-icon-circle-dotted-letter-q; }\n.#{$ti-prefix}-circle-dotted-letter-r:before { content: $ti-icon-circle-dotted-letter-r; }\n.#{$ti-prefix}-circle-dotted-letter-s:before { content: $ti-icon-circle-dotted-letter-s; }\n.#{$ti-prefix}-circle-dotted-letter-t:before { content: $ti-icon-circle-dotted-letter-t; }\n.#{$ti-prefix}-circle-dotted-letter-u:before { content: $ti-icon-circle-dotted-letter-u; }\n.#{$ti-prefix}-circle-dotted-letter-v:before { content: $ti-icon-circle-dotted-letter-v; }\n.#{$ti-prefix}-circle-dotted-letter-w:before { content: $ti-icon-circle-dotted-letter-w; }\n.#{$ti-prefix}-circle-dotted-letter-x:before { content: $ti-icon-circle-dotted-letter-x; }\n.#{$ti-prefix}-circle-dotted-letter-y:before { content: $ti-icon-circle-dotted-letter-y; }\n.#{$ti-prefix}-circle-dotted-letter-z:before { content: $ti-icon-circle-dotted-letter-z; }\n.#{$ti-prefix}-circle-half:before { content: $ti-icon-circle-half; }\n.#{$ti-prefix}-circle-half-2:before { content: $ti-icon-circle-half-2; }\n.#{$ti-prefix}-circle-half-vertical:before { content: $ti-icon-circle-half-vertical; }\n.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }\n.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }\n.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }\n.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }\n.#{$ti-prefix}-circle-letter-d:before { content: $ti-icon-circle-letter-d; }\n.#{$ti-prefix}-circle-letter-e:before { content: $ti-icon-circle-letter-e; }\n.#{$ti-prefix}-circle-letter-f:before { content: $ti-icon-circle-letter-f; }\n.#{$ti-prefix}-circle-letter-g:before { content: $ti-icon-circle-letter-g; }\n.#{$ti-prefix}-circle-letter-h:before { content: $ti-icon-circle-letter-h; }\n.#{$ti-prefix}-circle-letter-i:before { content: $ti-icon-circle-letter-i; }\n.#{$ti-prefix}-circle-letter-j:before { content: $ti-icon-circle-letter-j; }\n.#{$ti-prefix}-circle-letter-k:before { content: $ti-icon-circle-letter-k; }\n.#{$ti-prefix}-circle-letter-l:before { content: $ti-icon-circle-letter-l; }\n.#{$ti-prefix}-circle-letter-m:before { content: $ti-icon-circle-letter-m; }\n.#{$ti-prefix}-circle-letter-n:before { content: $ti-icon-circle-letter-n; }\n.#{$ti-prefix}-circle-letter-o:before { content: $ti-icon-circle-letter-o; }\n.#{$ti-prefix}-circle-letter-p:before { content: $ti-icon-circle-letter-p; }\n.#{$ti-prefix}-circle-letter-q:before { content: $ti-icon-circle-letter-q; }\n.#{$ti-prefix}-circle-letter-r:before { content: $ti-icon-circle-letter-r; }\n.#{$ti-prefix}-circle-letter-s:before { content: $ti-icon-circle-letter-s; }\n.#{$ti-prefix}-circle-letter-t:before { content: $ti-icon-circle-letter-t; }\n.#{$ti-prefix}-circle-letter-u:before { content: $ti-icon-circle-letter-u; }\n.#{$ti-prefix}-circle-letter-v:before { content: $ti-icon-circle-letter-v; }\n.#{$ti-prefix}-circle-letter-w:before { content: $ti-icon-circle-letter-w; }\n.#{$ti-prefix}-circle-letter-x:before { content: $ti-icon-circle-letter-x; }\n.#{$ti-prefix}-circle-letter-y:before { content: $ti-icon-circle-letter-y; }\n.#{$ti-prefix}-circle-letter-z:before { content: $ti-icon-circle-letter-z; }\n.#{$ti-prefix}-circle-minus:before { content: $ti-icon-circle-minus; }\n.#{$ti-prefix}-circle-minus-2:before { content: $ti-icon-circle-minus-2; }\n.#{$ti-prefix}-circle-number-0:before { content: $ti-icon-circle-number-0; }\n.#{$ti-prefix}-circle-number-1:before { content: $ti-icon-circle-number-1; }\n.#{$ti-prefix}-circle-number-2:before { content: $ti-icon-circle-number-2; }\n.#{$ti-prefix}-circle-number-3:before { content: $ti-icon-circle-number-3; }\n.#{$ti-prefix}-circle-number-4:before { content: $ti-icon-circle-number-4; }\n.#{$ti-prefix}-circle-number-5:before { content: $ti-icon-circle-number-5; }\n.#{$ti-prefix}-circle-number-6:before { content: $ti-icon-circle-number-6; }\n.#{$ti-prefix}-circle-number-7:before { content: $ti-icon-circle-number-7; }\n.#{$ti-prefix}-circle-number-8:before { content: $ti-icon-circle-number-8; }\n.#{$ti-prefix}-circle-number-9:before { content: $ti-icon-circle-number-9; }\n.#{$ti-prefix}-circle-off:before { content: $ti-icon-circle-off; }\n.#{$ti-prefix}-circle-percentage:before { content: $ti-icon-circle-percentage; }\n.#{$ti-prefix}-circle-plus:before { content: $ti-icon-circle-plus; }\n.#{$ti-prefix}-circle-plus-2:before { content: $ti-icon-circle-plus-2; }\n.#{$ti-prefix}-circle-rectangle:before { content: $ti-icon-circle-rectangle; }\n.#{$ti-prefix}-circle-rectangle-off:before { content: $ti-icon-circle-rectangle-off; }\n.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; }\n.#{$ti-prefix}-circle-triangle:before { content: $ti-icon-circle-triangle; }\n.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }\n.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }\n.#{$ti-prefix}-circles-relation:before { content: $ti-icon-circles-relation; }\n.#{$ti-prefix}-circuit-ammeter:before { content: $ti-icon-circuit-ammeter; }\n.#{$ti-prefix}-circuit-battery:before { content: $ti-icon-circuit-battery; }\n.#{$ti-prefix}-circuit-bulb:before { content: $ti-icon-circuit-bulb; }\n.#{$ti-prefix}-circuit-capacitor:before { content: $ti-icon-circuit-capacitor; }\n.#{$ti-prefix}-circuit-capacitor-polarized:before { content: $ti-icon-circuit-capacitor-polarized; }\n.#{$ti-prefix}-circuit-cell:before { content: $ti-icon-circuit-cell; }\n.#{$ti-prefix}-circuit-cell-plus:before { content: $ti-icon-circuit-cell-plus; }\n.#{$ti-prefix}-circuit-changeover:before { content: $ti-icon-circuit-changeover; }\n.#{$ti-prefix}-circuit-diode:before { content: $ti-icon-circuit-diode; }\n.#{$ti-prefix}-circuit-diode-zener:before { content: $ti-icon-circuit-diode-zener; }\n.#{$ti-prefix}-circuit-ground:before { content: $ti-icon-circuit-ground; }\n.#{$ti-prefix}-circuit-ground-digital:before { content: $ti-icon-circuit-ground-digital; }\n.#{$ti-prefix}-circuit-inductor:before { content: $ti-icon-circuit-inductor; }\n.#{$ti-prefix}-circuit-motor:before { content: $ti-icon-circuit-motor; }\n.#{$ti-prefix}-circuit-pushbutton:before { content: $ti-icon-circuit-pushbutton; }\n.#{$ti-prefix}-circuit-resistor:before { content: $ti-icon-circuit-resistor; }\n.#{$ti-prefix}-circuit-switch-closed:before { content: $ti-icon-circuit-switch-closed; }\n.#{$ti-prefix}-circuit-switch-open:before { content: $ti-icon-circuit-switch-open; }\n.#{$ti-prefix}-circuit-voltmeter:before { content: $ti-icon-circuit-voltmeter; }\n.#{$ti-prefix}-clear-all:before { content: $ti-icon-clear-all; }\n.#{$ti-prefix}-clear-formatting:before { content: $ti-icon-clear-formatting; }\n.#{$ti-prefix}-click:before { content: $ti-icon-click; }\n.#{$ti-prefix}-cliff-jumping:before { content: $ti-icon-cliff-jumping; }\n.#{$ti-prefix}-clipboard:before { content: $ti-icon-clipboard; }\n.#{$ti-prefix}-clipboard-check:before { content: $ti-icon-clipboard-check; }\n.#{$ti-prefix}-clipboard-copy:before { content: $ti-icon-clipboard-copy; }\n.#{$ti-prefix}-clipboard-data:before { content: $ti-icon-clipboard-data; }\n.#{$ti-prefix}-clipboard-heart:before { content: $ti-icon-clipboard-heart; }\n.#{$ti-prefix}-clipboard-list:before { content: $ti-icon-clipboard-list; }\n.#{$ti-prefix}-clipboard-off:before { content: $ti-icon-clipboard-off; }\n.#{$ti-prefix}-clipboard-plus:before { content: $ti-icon-clipboard-plus; }\n.#{$ti-prefix}-clipboard-smile:before { content: $ti-icon-clipboard-smile; }\n.#{$ti-prefix}-clipboard-text:before { content: $ti-icon-clipboard-text; }\n.#{$ti-prefix}-clipboard-typography:before { content: $ti-icon-clipboard-typography; }\n.#{$ti-prefix}-clipboard-x:before { content: $ti-icon-clipboard-x; }\n.#{$ti-prefix}-clock:before { content: $ti-icon-clock; }\n.#{$ti-prefix}-clock-12:before { content: $ti-icon-clock-12; }\n.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; }\n.#{$ti-prefix}-clock-24:before { content: $ti-icon-clock-24; }\n.#{$ti-prefix}-clock-bitcoin:before { content: $ti-icon-clock-bitcoin; }\n.#{$ti-prefix}-clock-bolt:before { content: $ti-icon-clock-bolt; }\n.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; }\n.#{$ti-prefix}-clock-check:before { content: $ti-icon-clock-check; }\n.#{$ti-prefix}-clock-code:before { content: $ti-icon-clock-code; }\n.#{$ti-prefix}-clock-cog:before { content: $ti-icon-clock-cog; }\n.#{$ti-prefix}-clock-dollar:before { content: $ti-icon-clock-dollar; }\n.#{$ti-prefix}-clock-down:before { content: $ti-icon-clock-down; }\n.#{$ti-prefix}-clock-edit:before { content: $ti-icon-clock-edit; }\n.#{$ti-prefix}-clock-exclamation:before { content: $ti-icon-clock-exclamation; }\n.#{$ti-prefix}-clock-heart:before { content: $ti-icon-clock-heart; }\n.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }\n.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }\n.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }\n.#{$ti-prefix}-clock-hour-12:before { content: $ti-icon-clock-hour-12; }\n.#{$ti-prefix}-clock-hour-2:before { content: $ti-icon-clock-hour-2; }\n.#{$ti-prefix}-clock-hour-3:before { content: $ti-icon-clock-hour-3; }\n.#{$ti-prefix}-clock-hour-4:before { content: $ti-icon-clock-hour-4; }\n.#{$ti-prefix}-clock-hour-5:before { content: $ti-icon-clock-hour-5; }\n.#{$ti-prefix}-clock-hour-6:before { content: $ti-icon-clock-hour-6; }\n.#{$ti-prefix}-clock-hour-7:before { content: $ti-icon-clock-hour-7; }\n.#{$ti-prefix}-clock-hour-8:before { content: $ti-icon-clock-hour-8; }\n.#{$ti-prefix}-clock-hour-9:before { content: $ti-icon-clock-hour-9; }\n.#{$ti-prefix}-clock-minus:before { content: $ti-icon-clock-minus; }\n.#{$ti-prefix}-clock-off:before { content: $ti-icon-clock-off; }\n.#{$ti-prefix}-clock-pause:before { content: $ti-icon-clock-pause; }\n.#{$ti-prefix}-clock-pin:before { content: $ti-icon-clock-pin; }\n.#{$ti-prefix}-clock-play:before { content: $ti-icon-clock-play; }\n.#{$ti-prefix}-clock-plus:before { content: $ti-icon-clock-plus; }\n.#{$ti-prefix}-clock-question:before { content: $ti-icon-clock-question; }\n.#{$ti-prefix}-clock-record:before { content: $ti-icon-clock-record; }\n.#{$ti-prefix}-clock-search:before { content: $ti-icon-clock-search; }\n.#{$ti-prefix}-clock-share:before { content: $ti-icon-clock-share; }\n.#{$ti-prefix}-clock-shield:before { content: $ti-icon-clock-shield; }\n.#{$ti-prefix}-clock-star:before { content: $ti-icon-clock-star; }\n.#{$ti-prefix}-clock-stop:before { content: $ti-icon-clock-stop; }\n.#{$ti-prefix}-clock-up:before { content: $ti-icon-clock-up; }\n.#{$ti-prefix}-clock-x:before { content: $ti-icon-clock-x; }\n.#{$ti-prefix}-clothes-rack:before { content: $ti-icon-clothes-rack; }\n.#{$ti-prefix}-clothes-rack-off:before { content: $ti-icon-clothes-rack-off; }\n.#{$ti-prefix}-cloud:before { content: $ti-icon-cloud; }\n.#{$ti-prefix}-cloud-bitcoin:before { content: $ti-icon-cloud-bitcoin; }\n.#{$ti-prefix}-cloud-bolt:before { content: $ti-icon-cloud-bolt; }\n.#{$ti-prefix}-cloud-cancel:before { content: $ti-icon-cloud-cancel; }\n.#{$ti-prefix}-cloud-check:before { content: $ti-icon-cloud-check; }\n.#{$ti-prefix}-cloud-code:before { content: $ti-icon-cloud-code; }\n.#{$ti-prefix}-cloud-cog:before { content: $ti-icon-cloud-cog; }\n.#{$ti-prefix}-cloud-computing:before { content: $ti-icon-cloud-computing; }\n.#{$ti-prefix}-cloud-data-connection:before { content: $ti-icon-cloud-data-connection; }\n.#{$ti-prefix}-cloud-dollar:before { content: $ti-icon-cloud-dollar; }\n.#{$ti-prefix}-cloud-down:before { content: $ti-icon-cloud-down; }\n.#{$ti-prefix}-cloud-download:before { content: $ti-icon-cloud-download; }\n.#{$ti-prefix}-cloud-exclamation:before { content: $ti-icon-cloud-exclamation; }\n.#{$ti-prefix}-cloud-fog:before { content: $ti-icon-cloud-fog; }\n.#{$ti-prefix}-cloud-heart:before { content: $ti-icon-cloud-heart; }\n.#{$ti-prefix}-cloud-lock:before { content: $ti-icon-cloud-lock; }\n.#{$ti-prefix}-cloud-lock-open:before { content: $ti-icon-cloud-lock-open; }\n.#{$ti-prefix}-cloud-minus:before { content: $ti-icon-cloud-minus; }\n.#{$ti-prefix}-cloud-network:before { content: $ti-icon-cloud-network; }\n.#{$ti-prefix}-cloud-off:before { content: $ti-icon-cloud-off; }\n.#{$ti-prefix}-cloud-pause:before { content: $ti-icon-cloud-pause; }\n.#{$ti-prefix}-cloud-pin:before { content: $ti-icon-cloud-pin; }\n.#{$ti-prefix}-cloud-plus:before { content: $ti-icon-cloud-plus; }\n.#{$ti-prefix}-cloud-question:before { content: $ti-icon-cloud-question; }\n.#{$ti-prefix}-cloud-rain:before { content: $ti-icon-cloud-rain; }\n.#{$ti-prefix}-cloud-search:before { content: $ti-icon-cloud-search; }\n.#{$ti-prefix}-cloud-share:before { content: $ti-icon-cloud-share; }\n.#{$ti-prefix}-cloud-snow:before { content: $ti-icon-cloud-snow; }\n.#{$ti-prefix}-cloud-star:before { content: $ti-icon-cloud-star; }\n.#{$ti-prefix}-cloud-storm:before { content: $ti-icon-cloud-storm; }\n.#{$ti-prefix}-cloud-up:before { content: $ti-icon-cloud-up; }\n.#{$ti-prefix}-cloud-upload:before { content: $ti-icon-cloud-upload; }\n.#{$ti-prefix}-cloud-x:before { content: $ti-icon-cloud-x; }\n.#{$ti-prefix}-clover:before { content: $ti-icon-clover; }\n.#{$ti-prefix}-clover-2:before { content: $ti-icon-clover-2; }\n.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; }\n.#{$ti-prefix}-code:before { content: $ti-icon-code; }\n.#{$ti-prefix}-code-asterisk:before { content: $ti-icon-code-asterisk; }\n.#{$ti-prefix}-code-circle:before { content: $ti-icon-code-circle; }\n.#{$ti-prefix}-code-circle-2:before { content: $ti-icon-code-circle-2; }\n.#{$ti-prefix}-code-dots:before { content: $ti-icon-code-dots; }\n.#{$ti-prefix}-code-minus:before { content: $ti-icon-code-minus; }\n.#{$ti-prefix}-code-off:before { content: $ti-icon-code-off; }\n.#{$ti-prefix}-code-plus:before { content: $ti-icon-code-plus; }\n.#{$ti-prefix}-coffee:before { content: $ti-icon-coffee; }\n.#{$ti-prefix}-coffee-off:before { content: $ti-icon-coffee-off; }\n.#{$ti-prefix}-coffin:before { content: $ti-icon-coffin; }\n.#{$ti-prefix}-coin:before { content: $ti-icon-coin; }\n.#{$ti-prefix}-coin-bitcoin:before { content: $ti-icon-coin-bitcoin; }\n.#{$ti-prefix}-coin-euro:before { content: $ti-icon-coin-euro; }\n.#{$ti-prefix}-coin-monero:before { content: $ti-icon-coin-monero; }\n.#{$ti-prefix}-coin-off:before { content: $ti-icon-coin-off; }\n.#{$ti-prefix}-coin-pound:before { content: $ti-icon-coin-pound; }\n.#{$ti-prefix}-coin-rupee:before { content: $ti-icon-coin-rupee; }\n.#{$ti-prefix}-coin-taka:before { content: $ti-icon-coin-taka; }\n.#{$ti-prefix}-coin-yen:before { content: $ti-icon-coin-yen; }\n.#{$ti-prefix}-coin-yuan:before { content: $ti-icon-coin-yuan; }\n.#{$ti-prefix}-coins:before { content: $ti-icon-coins; }\n.#{$ti-prefix}-color-filter:before { content: $ti-icon-color-filter; }\n.#{$ti-prefix}-color-picker:before { content: $ti-icon-color-picker; }\n.#{$ti-prefix}-color-picker-off:before { content: $ti-icon-color-picker-off; }\n.#{$ti-prefix}-color-swatch:before { content: $ti-icon-color-swatch; }\n.#{$ti-prefix}-color-swatch-off:before { content: $ti-icon-color-swatch-off; }\n.#{$ti-prefix}-column-insert-left:before { content: $ti-icon-column-insert-left; }\n.#{$ti-prefix}-column-insert-right:before { content: $ti-icon-column-insert-right; }\n.#{$ti-prefix}-column-remove:before { content: $ti-icon-column-remove; }\n.#{$ti-prefix}-columns:before { content: $ti-icon-columns; }\n.#{$ti-prefix}-columns-1:before { content: $ti-icon-columns-1; }\n.#{$ti-prefix}-columns-2:before { content: $ti-icon-columns-2; }\n.#{$ti-prefix}-columns-3:before { content: $ti-icon-columns-3; }\n.#{$ti-prefix}-columns-off:before { content: $ti-icon-columns-off; }\n.#{$ti-prefix}-comet:before { content: $ti-icon-comet; }\n.#{$ti-prefix}-command:before { content: $ti-icon-command; }\n.#{$ti-prefix}-command-off:before { content: $ti-icon-command-off; }\n.#{$ti-prefix}-compass:before { content: $ti-icon-compass; }\n.#{$ti-prefix}-compass-off:before { content: $ti-icon-compass-off; }\n.#{$ti-prefix}-components:before { content: $ti-icon-components; }\n.#{$ti-prefix}-components-off:before { content: $ti-icon-components-off; }\n.#{$ti-prefix}-cone:before { content: $ti-icon-cone; }\n.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; }\n.#{$ti-prefix}-cone-off:before { content: $ti-icon-cone-off; }\n.#{$ti-prefix}-cone-plus:before { content: $ti-icon-cone-plus; }\n.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; }\n.#{$ti-prefix}-confetti-off:before { content: $ti-icon-confetti-off; }\n.#{$ti-prefix}-confucius:before { content: $ti-icon-confucius; }\n.#{$ti-prefix}-congruent-to:before { content: $ti-icon-congruent-to; }\n.#{$ti-prefix}-container:before { content: $ti-icon-container; }\n.#{$ti-prefix}-container-off:before { content: $ti-icon-container-off; }\n.#{$ti-prefix}-contract:before { content: $ti-icon-contract; }\n.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; }\n.#{$ti-prefix}-contrast-2:before { content: $ti-icon-contrast-2; }\n.#{$ti-prefix}-contrast-2-off:before { content: $ti-icon-contrast-2-off; }\n.#{$ti-prefix}-contrast-off:before { content: $ti-icon-contrast-off; }\n.#{$ti-prefix}-cooker:before { content: $ti-icon-cooker; }\n.#{$ti-prefix}-cookie:before { content: $ti-icon-cookie; }\n.#{$ti-prefix}-cookie-man:before { content: $ti-icon-cookie-man; }\n.#{$ti-prefix}-cookie-off:before { content: $ti-icon-cookie-off; }\n.#{$ti-prefix}-copy:before { content: $ti-icon-copy; }\n.#{$ti-prefix}-copy-check:before { content: $ti-icon-copy-check; }\n.#{$ti-prefix}-copy-minus:before { content: $ti-icon-copy-minus; }\n.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; }\n.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; }\n.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; }\n.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }\n.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }\n.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }\n.#{$ti-prefix}-copyright-off:before { content: $ti-icon-copyright-off; }\n.#{$ti-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; }\n.#{$ti-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; }\n.#{$ti-prefix}-corner-down-right:before { content: $ti-icon-corner-down-right; }\n.#{$ti-prefix}-corner-down-right-double:before { content: $ti-icon-corner-down-right-double; }\n.#{$ti-prefix}-corner-left-down:before { content: $ti-icon-corner-left-down; }\n.#{$ti-prefix}-corner-left-down-double:before { content: $ti-icon-corner-left-down-double; }\n.#{$ti-prefix}-corner-left-up:before { content: $ti-icon-corner-left-up; }\n.#{$ti-prefix}-corner-left-up-double:before { content: $ti-icon-corner-left-up-double; }\n.#{$ti-prefix}-corner-right-down:before { content: $ti-icon-corner-right-down; }\n.#{$ti-prefix}-corner-right-down-double:before { content: $ti-icon-corner-right-down-double; }\n.#{$ti-prefix}-corner-right-up:before { content: $ti-icon-corner-right-up; }\n.#{$ti-prefix}-corner-right-up-double:before { content: $ti-icon-corner-right-up-double; }\n.#{$ti-prefix}-corner-up-left:before { content: $ti-icon-corner-up-left; }\n.#{$ti-prefix}-corner-up-left-double:before { content: $ti-icon-corner-up-left-double; }\n.#{$ti-prefix}-corner-up-right:before { content: $ti-icon-corner-up-right; }\n.#{$ti-prefix}-corner-up-right-double:before { content: $ti-icon-corner-up-right-double; }\n.#{$ti-prefix}-cpu:before { content: $ti-icon-cpu; }\n.#{$ti-prefix}-cpu-2:before { content: $ti-icon-cpu-2; }\n.#{$ti-prefix}-cpu-off:before { content: $ti-icon-cpu-off; }\n.#{$ti-prefix}-crane:before { content: $ti-icon-crane; }\n.#{$ti-prefix}-crane-off:before { content: $ti-icon-crane-off; }\n.#{$ti-prefix}-creative-commons:before { content: $ti-icon-creative-commons; }\n.#{$ti-prefix}-creative-commons-by:before { content: $ti-icon-creative-commons-by; }\n.#{$ti-prefix}-creative-commons-nc:before { content: $ti-icon-creative-commons-nc; }\n.#{$ti-prefix}-creative-commons-nd:before { content: $ti-icon-creative-commons-nd; }\n.#{$ti-prefix}-creative-commons-off:before { content: $ti-icon-creative-commons-off; }\n.#{$ti-prefix}-creative-commons-sa:before { content: $ti-icon-creative-commons-sa; }\n.#{$ti-prefix}-creative-commons-zero:before { content: $ti-icon-creative-commons-zero; }\n.#{$ti-prefix}-credit-card:before { content: $ti-icon-credit-card; }\n.#{$ti-prefix}-credit-card-off:before { content: $ti-icon-credit-card-off; }\n.#{$ti-prefix}-credit-card-pay:before { content: $ti-icon-credit-card-pay; }\n.#{$ti-prefix}-credit-card-refund:before { content: $ti-icon-credit-card-refund; }\n.#{$ti-prefix}-cricket:before { content: $ti-icon-cricket; }\n.#{$ti-prefix}-crop:before { content: $ti-icon-crop; }\n.#{$ti-prefix}-crop-1-1:before { content: $ti-icon-crop-1-1; }\n.#{$ti-prefix}-crop-16-9:before { content: $ti-icon-crop-16-9; }\n.#{$ti-prefix}-crop-3-2:before { content: $ti-icon-crop-3-2; }\n.#{$ti-prefix}-crop-5-4:before { content: $ti-icon-crop-5-4; }\n.#{$ti-prefix}-crop-7-5:before { content: $ti-icon-crop-7-5; }\n.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; }\n.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; }\n.#{$ti-prefix}-cross:before { content: $ti-icon-cross; }\n.#{$ti-prefix}-cross-off:before { content: $ti-icon-cross-off; }\n.#{$ti-prefix}-crosshair:before { content: $ti-icon-crosshair; }\n.#{$ti-prefix}-crown:before { content: $ti-icon-crown; }\n.#{$ti-prefix}-crown-off:before { content: $ti-icon-crown-off; }\n.#{$ti-prefix}-crutches:before { content: $ti-icon-crutches; }\n.#{$ti-prefix}-crutches-off:before { content: $ti-icon-crutches-off; }\n.#{$ti-prefix}-crystal-ball:before { content: $ti-icon-crystal-ball; }\n.#{$ti-prefix}-csv:before { content: $ti-icon-csv; }\n.#{$ti-prefix}-cube:before { content: $ti-icon-cube; }\n.#{$ti-prefix}-cube-3d-sphere:before { content: $ti-icon-cube-3d-sphere; }\n.#{$ti-prefix}-cube-3d-sphere-off:before { content: $ti-icon-cube-3d-sphere-off; }\n.#{$ti-prefix}-cube-off:before { content: $ti-icon-cube-off; }\n.#{$ti-prefix}-cube-plus:before { content: $ti-icon-cube-plus; }\n.#{$ti-prefix}-cube-send:before { content: $ti-icon-cube-send; }\n.#{$ti-prefix}-cube-spark:before { content: $ti-icon-cube-spark; }\n.#{$ti-prefix}-cube-unfolded:before { content: $ti-icon-cube-unfolded; }\n.#{$ti-prefix}-cup:before { content: $ti-icon-cup; }\n.#{$ti-prefix}-cup-off:before { content: $ti-icon-cup-off; }\n.#{$ti-prefix}-curling:before { content: $ti-icon-curling; }\n.#{$ti-prefix}-curly-loop:before { content: $ti-icon-curly-loop; }\n.#{$ti-prefix}-currency:before { content: $ti-icon-currency; }\n.#{$ti-prefix}-currency-afghani:before { content: $ti-icon-currency-afghani; }\n.#{$ti-prefix}-currency-bahraini:before { content: $ti-icon-currency-bahraini; }\n.#{$ti-prefix}-currency-baht:before { content: $ti-icon-currency-baht; }\n.#{$ti-prefix}-currency-bitcoin:before { content: $ti-icon-currency-bitcoin; }\n.#{$ti-prefix}-currency-cent:before { content: $ti-icon-currency-cent; }\n.#{$ti-prefix}-currency-dinar:before { content: $ti-icon-currency-dinar; }\n.#{$ti-prefix}-currency-dirham:before { content: $ti-icon-currency-dirham; }\n.#{$ti-prefix}-currency-dogecoin:before { content: $ti-icon-currency-dogecoin; }\n.#{$ti-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; }\n.#{$ti-prefix}-currency-dollar-australian:before { content: $ti-icon-currency-dollar-australian; }\n.#{$ti-prefix}-currency-dollar-brunei:before { content: $ti-icon-currency-dollar-brunei; }\n.#{$ti-prefix}-currency-dollar-canadian:before { content: $ti-icon-currency-dollar-canadian; }\n.#{$ti-prefix}-currency-dollar-guyanese:before { content: $ti-icon-currency-dollar-guyanese; }\n.#{$ti-prefix}-currency-dollar-off:before { content: $ti-icon-currency-dollar-off; }\n.#{$ti-prefix}-currency-dollar-singapore:before { content: $ti-icon-currency-dollar-singapore; }\n.#{$ti-prefix}-currency-dollar-zimbabwean:before { content: $ti-icon-currency-dollar-zimbabwean; }\n.#{$ti-prefix}-currency-dong:before { content: $ti-icon-currency-dong; }\n.#{$ti-prefix}-currency-dram:before { content: $ti-icon-currency-dram; }\n.#{$ti-prefix}-currency-ethereum:before { content: $ti-icon-currency-ethereum; }\n.#{$ti-prefix}-currency-euro:before { content: $ti-icon-currency-euro; }\n.#{$ti-prefix}-currency-euro-off:before { content: $ti-icon-currency-euro-off; }\n.#{$ti-prefix}-currency-florin:before { content: $ti-icon-currency-florin; }\n.#{$ti-prefix}-currency-forint:before { content: $ti-icon-currency-forint; }\n.#{$ti-prefix}-currency-frank:before { content: $ti-icon-currency-frank; }\n.#{$ti-prefix}-currency-guarani:before { content: $ti-icon-currency-guarani; }\n.#{$ti-prefix}-currency-hryvnia:before { content: $ti-icon-currency-hryvnia; }\n.#{$ti-prefix}-currency-iranian-rial:before { content: $ti-icon-currency-iranian-rial; }\n.#{$ti-prefix}-currency-kip:before { content: $ti-icon-currency-kip; }\n.#{$ti-prefix}-currency-krone-czech:before { content: $ti-icon-currency-krone-czech; }\n.#{$ti-prefix}-currency-krone-danish:before { content: $ti-icon-currency-krone-danish; }\n.#{$ti-prefix}-currency-krone-swedish:before { content: $ti-icon-currency-krone-swedish; }\n.#{$ti-prefix}-currency-lari:before { content: $ti-icon-currency-lari; }\n.#{$ti-prefix}-currency-leu:before { content: $ti-icon-currency-leu; }\n.#{$ti-prefix}-currency-lira:before { content: $ti-icon-currency-lira; }\n.#{$ti-prefix}-currency-litecoin:before { content: $ti-icon-currency-litecoin; }\n.#{$ti-prefix}-currency-lyd:before { content: $ti-icon-currency-lyd; }\n.#{$ti-prefix}-currency-manat:before { content: $ti-icon-currency-manat; }\n.#{$ti-prefix}-currency-monero:before { content: $ti-icon-currency-monero; }\n.#{$ti-prefix}-currency-naira:before { content: $ti-icon-currency-naira; }\n.#{$ti-prefix}-currency-nano:before { content: $ti-icon-currency-nano; }\n.#{$ti-prefix}-currency-off:before { content: $ti-icon-currency-off; }\n.#{$ti-prefix}-currency-paanga:before { content: $ti-icon-currency-paanga; }\n.#{$ti-prefix}-currency-peso:before { content: $ti-icon-currency-peso; }\n.#{$ti-prefix}-currency-pound:before { content: $ti-icon-currency-pound; }\n.#{$ti-prefix}-currency-pound-off:before { content: $ti-icon-currency-pound-off; }\n.#{$ti-prefix}-currency-quetzal:before { content: $ti-icon-currency-quetzal; }\n.#{$ti-prefix}-currency-real:before { content: $ti-icon-currency-real; }\n.#{$ti-prefix}-currency-renminbi:before { content: $ti-icon-currency-renminbi; }\n.#{$ti-prefix}-currency-ripple:before { content: $ti-icon-currency-ripple; }\n.#{$ti-prefix}-currency-riyal:before { content: $ti-icon-currency-riyal; }\n.#{$ti-prefix}-currency-rubel:before { content: $ti-icon-currency-rubel; }\n.#{$ti-prefix}-currency-rufiyaa:before { content: $ti-icon-currency-rufiyaa; }\n.#{$ti-prefix}-currency-rupee:before { content: $ti-icon-currency-rupee; }\n.#{$ti-prefix}-currency-rupee-nepalese:before { content: $ti-icon-currency-rupee-nepalese; }\n.#{$ti-prefix}-currency-shekel:before { content: $ti-icon-currency-shekel; }\n.#{$ti-prefix}-currency-solana:before { content: $ti-icon-currency-solana; }\n.#{$ti-prefix}-currency-som:before { content: $ti-icon-currency-som; }\n.#{$ti-prefix}-currency-taka:before { content: $ti-icon-currency-taka; }\n.#{$ti-prefix}-currency-tenge:before { content: $ti-icon-currency-tenge; }\n.#{$ti-prefix}-currency-tugrik:before { content: $ti-icon-currency-tugrik; }\n.#{$ti-prefix}-currency-won:before { content: $ti-icon-currency-won; }\n.#{$ti-prefix}-currency-xrp:before { content: $ti-icon-currency-xrp; }\n.#{$ti-prefix}-currency-yen:before { content: $ti-icon-currency-yen; }\n.#{$ti-prefix}-currency-yen-off:before { content: $ti-icon-currency-yen-off; }\n.#{$ti-prefix}-currency-yuan:before { content: $ti-icon-currency-yuan; }\n.#{$ti-prefix}-currency-zloty:before { content: $ti-icon-currency-zloty; }\n.#{$ti-prefix}-current-location:before { content: $ti-icon-current-location; }\n.#{$ti-prefix}-current-location-off:before { content: $ti-icon-current-location-off; }\n.#{$ti-prefix}-cursor-off:before { content: $ti-icon-cursor-off; }\n.#{$ti-prefix}-cursor-text:before { content: $ti-icon-cursor-text; }\n.#{$ti-prefix}-cut:before { content: $ti-icon-cut; }\n.#{$ti-prefix}-cylinder:before { content: $ti-icon-cylinder; }\n.#{$ti-prefix}-cylinder-off:before { content: $ti-icon-cylinder-off; }\n.#{$ti-prefix}-cylinder-plus:before { content: $ti-icon-cylinder-plus; }\n.#{$ti-prefix}-dashboard:before { content: $ti-icon-dashboard; }\n.#{$ti-prefix}-dashboard-off:before { content: $ti-icon-dashboard-off; }\n.#{$ti-prefix}-database:before { content: $ti-icon-database; }\n.#{$ti-prefix}-database-cog:before { content: $ti-icon-database-cog; }\n.#{$ti-prefix}-database-dollar:before { content: $ti-icon-database-dollar; }\n.#{$ti-prefix}-database-edit:before { content: $ti-icon-database-edit; }\n.#{$ti-prefix}-database-exclamation:before { content: $ti-icon-database-exclamation; }\n.#{$ti-prefix}-database-export:before { content: $ti-icon-database-export; }\n.#{$ti-prefix}-database-heart:before { content: $ti-icon-database-heart; }\n.#{$ti-prefix}-database-import:before { content: $ti-icon-database-import; }\n.#{$ti-prefix}-database-leak:before { content: $ti-icon-database-leak; }\n.#{$ti-prefix}-database-minus:before { content: $ti-icon-database-minus; }\n.#{$ti-prefix}-database-off:before { content: $ti-icon-database-off; }\n.#{$ti-prefix}-database-plus:before { content: $ti-icon-database-plus; }\n.#{$ti-prefix}-database-search:before { content: $ti-icon-database-search; }\n.#{$ti-prefix}-database-share:before { content: $ti-icon-database-share; }\n.#{$ti-prefix}-database-smile:before { content: $ti-icon-database-smile; }\n.#{$ti-prefix}-database-star:before { content: $ti-icon-database-star; }\n.#{$ti-prefix}-database-x:before { content: $ti-icon-database-x; }\n.#{$ti-prefix}-decimal:before { content: $ti-icon-decimal; }\n.#{$ti-prefix}-deer:before { content: $ti-icon-deer; }\n.#{$ti-prefix}-delta:before { content: $ti-icon-delta; }\n.#{$ti-prefix}-dental:before { content: $ti-icon-dental; }\n.#{$ti-prefix}-dental-broken:before { content: $ti-icon-dental-broken; }\n.#{$ti-prefix}-dental-off:before { content: $ti-icon-dental-off; }\n.#{$ti-prefix}-deselect:before { content: $ti-icon-deselect; }\n.#{$ti-prefix}-desk:before { content: $ti-icon-desk; }\n.#{$ti-prefix}-details:before { content: $ti-icon-details; }\n.#{$ti-prefix}-details-off:before { content: $ti-icon-details-off; }\n.#{$ti-prefix}-device-airpods:before { content: $ti-icon-device-airpods; }\n.#{$ti-prefix}-device-airpods-case:before { content: $ti-icon-device-airpods-case; }\n.#{$ti-prefix}-device-airtag:before { content: $ti-icon-device-airtag; }\n.#{$ti-prefix}-device-analytics:before { content: $ti-icon-device-analytics; }\n.#{$ti-prefix}-device-audio-tape:before { content: $ti-icon-device-audio-tape; }\n.#{$ti-prefix}-device-camera-phone:before { content: $ti-icon-device-camera-phone; }\n.#{$ti-prefix}-device-cctv:before { content: $ti-icon-device-cctv; }\n.#{$ti-prefix}-device-cctv-off:before { content: $ti-icon-device-cctv-off; }\n.#{$ti-prefix}-device-computer-camera:before { content: $ti-icon-device-computer-camera; }\n.#{$ti-prefix}-device-computer-camera-off:before { content: $ti-icon-device-computer-camera-off; }\n.#{$ti-prefix}-device-desktop:before { content: $ti-icon-device-desktop; }\n.#{$ti-prefix}-device-desktop-analytics:before { content: $ti-icon-device-desktop-analytics; }\n.#{$ti-prefix}-device-desktop-bolt:before { content: $ti-icon-device-desktop-bolt; }\n.#{$ti-prefix}-device-desktop-cancel:before { content: $ti-icon-device-desktop-cancel; }\n.#{$ti-prefix}-device-desktop-check:before { content: $ti-icon-device-desktop-check; }\n.#{$ti-prefix}-device-desktop-code:before { content: $ti-icon-device-desktop-code; }\n.#{$ti-prefix}-device-desktop-cog:before { content: $ti-icon-device-desktop-cog; }\n.#{$ti-prefix}-device-desktop-dollar:before { content: $ti-icon-device-desktop-dollar; }\n.#{$ti-prefix}-device-desktop-down:before { content: $ti-icon-device-desktop-down; }\n.#{$ti-prefix}-device-desktop-exclamation:before { content: $ti-icon-device-desktop-exclamation; }\n.#{$ti-prefix}-device-desktop-heart:before { content: $ti-icon-device-desktop-heart; }\n.#{$ti-prefix}-device-desktop-minus:before { content: $ti-icon-device-desktop-minus; }\n.#{$ti-prefix}-device-desktop-off:before { content: $ti-icon-device-desktop-off; }\n.#{$ti-prefix}-device-desktop-pause:before { content: $ti-icon-device-desktop-pause; }\n.#{$ti-prefix}-device-desktop-pin:before { content: $ti-icon-device-desktop-pin; }\n.#{$ti-prefix}-device-desktop-plus:before { content: $ti-icon-device-desktop-plus; }\n.#{$ti-prefix}-device-desktop-question:before { content: $ti-icon-device-desktop-question; }\n.#{$ti-prefix}-device-desktop-search:before { content: $ti-icon-device-desktop-search; }\n.#{$ti-prefix}-device-desktop-share:before { content: $ti-icon-device-desktop-share; }\n.#{$ti-prefix}-device-desktop-star:before { content: $ti-icon-device-desktop-star; }\n.#{$ti-prefix}-device-desktop-up:before { content: $ti-icon-device-desktop-up; }\n.#{$ti-prefix}-device-desktop-x:before { content: $ti-icon-device-desktop-x; }\n.#{$ti-prefix}-device-floppy:before { content: $ti-icon-device-floppy; }\n.#{$ti-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; }\n.#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; }\n.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; }\n.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }\n.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; }\n.#{$ti-prefix}-device-imac-bolt:before { content: $ti-icon-device-imac-bolt; }\n.#{$ti-prefix}-device-imac-cancel:before { content: $ti-icon-device-imac-cancel; }\n.#{$ti-prefix}-device-imac-check:before { content: $ti-icon-device-imac-check; }\n.#{$ti-prefix}-device-imac-code:before { content: $ti-icon-device-imac-code; }\n.#{$ti-prefix}-device-imac-cog:before { content: $ti-icon-device-imac-cog; }\n.#{$ti-prefix}-device-imac-dollar:before { content: $ti-icon-device-imac-dollar; }\n.#{$ti-prefix}-device-imac-down:before { content: $ti-icon-device-imac-down; }\n.#{$ti-prefix}-device-imac-exclamation:before { content: $ti-icon-device-imac-exclamation; }\n.#{$ti-prefix}-device-imac-heart:before { content: $ti-icon-device-imac-heart; }\n.#{$ti-prefix}-device-imac-minus:before { content: $ti-icon-device-imac-minus; }\n.#{$ti-prefix}-device-imac-off:before { content: $ti-icon-device-imac-off; }\n.#{$ti-prefix}-device-imac-pause:before { content: $ti-icon-device-imac-pause; }\n.#{$ti-prefix}-device-imac-pin:before { content: $ti-icon-device-imac-pin; }\n.#{$ti-prefix}-device-imac-plus:before { content: $ti-icon-device-imac-plus; }\n.#{$ti-prefix}-device-imac-question:before { content: $ti-icon-device-imac-question; }\n.#{$ti-prefix}-device-imac-search:before { content: $ti-icon-device-imac-search; }\n.#{$ti-prefix}-device-imac-share:before { content: $ti-icon-device-imac-share; }\n.#{$ti-prefix}-device-imac-star:before { content: $ti-icon-device-imac-star; }\n.#{$ti-prefix}-device-imac-up:before { content: $ti-icon-device-imac-up; }\n.#{$ti-prefix}-device-imac-x:before { content: $ti-icon-device-imac-x; }\n.#{$ti-prefix}-device-ipad:before { content: $ti-icon-device-ipad; }\n.#{$ti-prefix}-device-ipad-bolt:before { content: $ti-icon-device-ipad-bolt; }\n.#{$ti-prefix}-device-ipad-cancel:before { content: $ti-icon-device-ipad-cancel; }\n.#{$ti-prefix}-device-ipad-check:before { content: $ti-icon-device-ipad-check; }\n.#{$ti-prefix}-device-ipad-code:before { content: $ti-icon-device-ipad-code; }\n.#{$ti-prefix}-device-ipad-cog:before { content: $ti-icon-device-ipad-cog; }\n.#{$ti-prefix}-device-ipad-dollar:before { content: $ti-icon-device-ipad-dollar; }\n.#{$ti-prefix}-device-ipad-down:before { content: $ti-icon-device-ipad-down; }\n.#{$ti-prefix}-device-ipad-exclamation:before { content: $ti-icon-device-ipad-exclamation; }\n.#{$ti-prefix}-device-ipad-heart:before { content: $ti-icon-device-ipad-heart; }\n.#{$ti-prefix}-device-ipad-horizontal:before { content: $ti-icon-device-ipad-horizontal; }\n.#{$ti-prefix}-device-ipad-horizontal-bolt:before { content: $ti-icon-device-ipad-horizontal-bolt; }\n.#{$ti-prefix}-device-ipad-horizontal-cancel:before { content: $ti-icon-device-ipad-horizontal-cancel; }\n.#{$ti-prefix}-device-ipad-horizontal-check:before { content: $ti-icon-device-ipad-horizontal-check; }\n.#{$ti-prefix}-device-ipad-horizontal-code:before { content: $ti-icon-device-ipad-horizontal-code; }\n.#{$ti-prefix}-device-ipad-horizontal-cog:before { content: $ti-icon-device-ipad-horizontal-cog; }\n.#{$ti-prefix}-device-ipad-horizontal-dollar:before { content: $ti-icon-device-ipad-horizontal-dollar; }\n.#{$ti-prefix}-device-ipad-horizontal-down:before { content: $ti-icon-device-ipad-horizontal-down; }\n.#{$ti-prefix}-device-ipad-horizontal-exclamation:before { content: $ti-icon-device-ipad-horizontal-exclamation; }\n.#{$ti-prefix}-device-ipad-horizontal-heart:before { content: $ti-icon-device-ipad-horizontal-heart; }\n.#{$ti-prefix}-device-ipad-horizontal-minus:before { content: $ti-icon-device-ipad-horizontal-minus; }\n.#{$ti-prefix}-device-ipad-horizontal-off:before { content: $ti-icon-device-ipad-horizontal-off; }\n.#{$ti-prefix}-device-ipad-horizontal-pause:before { content: $ti-icon-device-ipad-horizontal-pause; }\n.#{$ti-prefix}-device-ipad-horizontal-pin:before { content: $ti-icon-device-ipad-horizontal-pin; }\n.#{$ti-prefix}-device-ipad-horizontal-plus:before { content: $ti-icon-device-ipad-horizontal-plus; }\n.#{$ti-prefix}-device-ipad-horizontal-question:before { content: $ti-icon-device-ipad-horizontal-question; }\n.#{$ti-prefix}-device-ipad-horizontal-search:before { content: $ti-icon-device-ipad-horizontal-search; }\n.#{$ti-prefix}-device-ipad-horizontal-share:before { content: $ti-icon-device-ipad-horizontal-share; }\n.#{$ti-prefix}-device-ipad-horizontal-star:before { content: $ti-icon-device-ipad-horizontal-star; }\n.#{$ti-prefix}-device-ipad-horizontal-up:before { content: $ti-icon-device-ipad-horizontal-up; }\n.#{$ti-prefix}-device-ipad-horizontal-x:before { content: $ti-icon-device-ipad-horizontal-x; }\n.#{$ti-prefix}-device-ipad-minus:before { content: $ti-icon-device-ipad-minus; }\n.#{$ti-prefix}-device-ipad-off:before { content: $ti-icon-device-ipad-off; }\n.#{$ti-prefix}-device-ipad-pause:before { content: $ti-icon-device-ipad-pause; }\n.#{$ti-prefix}-device-ipad-pin:before { content: $ti-icon-device-ipad-pin; }\n.#{$ti-prefix}-device-ipad-plus:before { content: $ti-icon-device-ipad-plus; }\n.#{$ti-prefix}-device-ipad-question:before { content: $ti-icon-device-ipad-question; }\n.#{$ti-prefix}-device-ipad-search:before { content: $ti-icon-device-ipad-search; }\n.#{$ti-prefix}-device-ipad-share:before { content: $ti-icon-device-ipad-share; }\n.#{$ti-prefix}-device-ipad-star:before { content: $ti-icon-device-ipad-star; }\n.#{$ti-prefix}-device-ipad-up:before { content: $ti-icon-device-ipad-up; }\n.#{$ti-prefix}-device-ipad-x:before { content: $ti-icon-device-ipad-x; }\n.#{$ti-prefix}-device-landline-phone:before { content: $ti-icon-device-landline-phone; }\n.#{$ti-prefix}-device-laptop:before { content: $ti-icon-device-laptop; }\n.#{$ti-prefix}-device-laptop-off:before { content: $ti-icon-device-laptop-off; }\n.#{$ti-prefix}-device-mobile:before { content: $ti-icon-device-mobile; }\n.#{$ti-prefix}-device-mobile-bolt:before { content: $ti-icon-device-mobile-bolt; }\n.#{$ti-prefix}-device-mobile-cancel:before { content: $ti-icon-device-mobile-cancel; }\n.#{$ti-prefix}-device-mobile-charging:before { content: $ti-icon-device-mobile-charging; }\n.#{$ti-prefix}-device-mobile-check:before { content: $ti-icon-device-mobile-check; }\n.#{$ti-prefix}-device-mobile-code:before { content: $ti-icon-device-mobile-code; }\n.#{$ti-prefix}-device-mobile-cog:before { content: $ti-icon-device-mobile-cog; }\n.#{$ti-prefix}-device-mobile-dollar:before { content: $ti-icon-device-mobile-dollar; }\n.#{$ti-prefix}-device-mobile-down:before { content: $ti-icon-device-mobile-down; }\n.#{$ti-prefix}-device-mobile-exclamation:before { content: $ti-icon-device-mobile-exclamation; }\n.#{$ti-prefix}-device-mobile-heart:before { content: $ti-icon-device-mobile-heart; }\n.#{$ti-prefix}-device-mobile-message:before { content: $ti-icon-device-mobile-message; }\n.#{$ti-prefix}-device-mobile-minus:before { content: $ti-icon-device-mobile-minus; }\n.#{$ti-prefix}-device-mobile-off:before { content: $ti-icon-device-mobile-off; }\n.#{$ti-prefix}-device-mobile-pause:before { content: $ti-icon-device-mobile-pause; }\n.#{$ti-prefix}-device-mobile-pin:before { content: $ti-icon-device-mobile-pin; }\n.#{$ti-prefix}-device-mobile-plus:before { content: $ti-icon-device-mobile-plus; }\n.#{$ti-prefix}-device-mobile-question:before { content: $ti-icon-device-mobile-question; }\n.#{$ti-prefix}-device-mobile-rotated:before { content: $ti-icon-device-mobile-rotated; }\n.#{$ti-prefix}-device-mobile-search:before { content: $ti-icon-device-mobile-search; }\n.#{$ti-prefix}-device-mobile-share:before { content: $ti-icon-device-mobile-share; }\n.#{$ti-prefix}-device-mobile-star:before { content: $ti-icon-device-mobile-star; }\n.#{$ti-prefix}-device-mobile-up:before { content: $ti-icon-device-mobile-up; }\n.#{$ti-prefix}-device-mobile-vibration:before { content: $ti-icon-device-mobile-vibration; }\n.#{$ti-prefix}-device-mobile-x:before { content: $ti-icon-device-mobile-x; }\n.#{$ti-prefix}-device-nintendo:before { content: $ti-icon-device-nintendo; }\n.#{$ti-prefix}-device-nintendo-off:before { content: $ti-icon-device-nintendo-off; }\n.#{$ti-prefix}-device-projector:before { content: $ti-icon-device-projector; }\n.#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; }\n.#{$ti-prefix}-device-sd-card:before { content: $ti-icon-device-sd-card; }\n.#{$ti-prefix}-device-sim:before { content: $ti-icon-device-sim; }\n.#{$ti-prefix}-device-sim-1:before { content: $ti-icon-device-sim-1; }\n.#{$ti-prefix}-device-sim-2:before { content: $ti-icon-device-sim-2; }\n.#{$ti-prefix}-device-sim-3:before { content: $ti-icon-device-sim-3; }\n.#{$ti-prefix}-device-speaker:before { content: $ti-icon-device-speaker; }\n.#{$ti-prefix}-device-speaker-off:before { content: $ti-icon-device-speaker-off; }\n.#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; }\n.#{$ti-prefix}-device-tablet-bolt:before { content: $ti-icon-device-tablet-bolt; }\n.#{$ti-prefix}-device-tablet-cancel:before { content: $ti-icon-device-tablet-cancel; }\n.#{$ti-prefix}-device-tablet-check:before { content: $ti-icon-device-tablet-check; }\n.#{$ti-prefix}-device-tablet-code:before { content: $ti-icon-device-tablet-code; }\n.#{$ti-prefix}-device-tablet-cog:before { content: $ti-icon-device-tablet-cog; }\n.#{$ti-prefix}-device-tablet-dollar:before { content: $ti-icon-device-tablet-dollar; }\n.#{$ti-prefix}-device-tablet-down:before { content: $ti-icon-device-tablet-down; }\n.#{$ti-prefix}-device-tablet-exclamation:before { content: $ti-icon-device-tablet-exclamation; }\n.#{$ti-prefix}-device-tablet-heart:before { content: $ti-icon-device-tablet-heart; }\n.#{$ti-prefix}-device-tablet-minus:before { content: $ti-icon-device-tablet-minus; }\n.#{$ti-prefix}-device-tablet-off:before { content: $ti-icon-device-tablet-off; }\n.#{$ti-prefix}-device-tablet-pause:before { content: $ti-icon-device-tablet-pause; }\n.#{$ti-prefix}-device-tablet-pin:before { content: $ti-icon-device-tablet-pin; }\n.#{$ti-prefix}-device-tablet-plus:before { content: $ti-icon-device-tablet-plus; }\n.#{$ti-prefix}-device-tablet-question:before { content: $ti-icon-device-tablet-question; }\n.#{$ti-prefix}-device-tablet-search:before { content: $ti-icon-device-tablet-search; }\n.#{$ti-prefix}-device-tablet-share:before { content: $ti-icon-device-tablet-share; }\n.#{$ti-prefix}-device-tablet-star:before { content: $ti-icon-device-tablet-star; }\n.#{$ti-prefix}-device-tablet-up:before { content: $ti-icon-device-tablet-up; }\n.#{$ti-prefix}-device-tablet-x:before { content: $ti-icon-device-tablet-x; }\n.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; }\n.#{$ti-prefix}-device-tv-off:before { content: $ti-icon-device-tv-off; }\n.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; }\n.#{$ti-prefix}-device-unknown:before { content: $ti-icon-device-unknown; }\n.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; }\n.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; }\n.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; }\n.#{$ti-prefix}-device-watch-bolt:before { content: $ti-icon-device-watch-bolt; }\n.#{$ti-prefix}-device-watch-cancel:before { content: $ti-icon-device-watch-cancel; }\n.#{$ti-prefix}-device-watch-check:before { content: $ti-icon-device-watch-check; }\n.#{$ti-prefix}-device-watch-code:before { content: $ti-icon-device-watch-code; }\n.#{$ti-prefix}-device-watch-cog:before { content: $ti-icon-device-watch-cog; }\n.#{$ti-prefix}-device-watch-dollar:before { content: $ti-icon-device-watch-dollar; }\n.#{$ti-prefix}-device-watch-down:before { content: $ti-icon-device-watch-down; }\n.#{$ti-prefix}-device-watch-exclamation:before { content: $ti-icon-device-watch-exclamation; }\n.#{$ti-prefix}-device-watch-heart:before { content: $ti-icon-device-watch-heart; }\n.#{$ti-prefix}-device-watch-minus:before { content: $ti-icon-device-watch-minus; }\n.#{$ti-prefix}-device-watch-off:before { content: $ti-icon-device-watch-off; }\n.#{$ti-prefix}-device-watch-pause:before { content: $ti-icon-device-watch-pause; }\n.#{$ti-prefix}-device-watch-pin:before { content: $ti-icon-device-watch-pin; }\n.#{$ti-prefix}-device-watch-plus:before { content: $ti-icon-device-watch-plus; }\n.#{$ti-prefix}-device-watch-question:before { content: $ti-icon-device-watch-question; }\n.#{$ti-prefix}-device-watch-search:before { content: $ti-icon-device-watch-search; }\n.#{$ti-prefix}-device-watch-share:before { content: $ti-icon-device-watch-share; }\n.#{$ti-prefix}-device-watch-star:before { content: $ti-icon-device-watch-star; }\n.#{$ti-prefix}-device-watch-stats:before { content: $ti-icon-device-watch-stats; }\n.#{$ti-prefix}-device-watch-stats-2:before { content: $ti-icon-device-watch-stats-2; }\n.#{$ti-prefix}-device-watch-up:before { content: $ti-icon-device-watch-up; }\n.#{$ti-prefix}-device-watch-x:before { content: $ti-icon-device-watch-x; }\n.#{$ti-prefix}-devices:before { content: $ti-icon-devices; }\n.#{$ti-prefix}-devices-2:before { content: $ti-icon-devices-2; }\n.#{$ti-prefix}-devices-bolt:before { content: $ti-icon-devices-bolt; }\n.#{$ti-prefix}-devices-cancel:before { content: $ti-icon-devices-cancel; }\n.#{$ti-prefix}-devices-check:before { content: $ti-icon-devices-check; }\n.#{$ti-prefix}-devices-code:before { content: $ti-icon-devices-code; }\n.#{$ti-prefix}-devices-cog:before { content: $ti-icon-devices-cog; }\n.#{$ti-prefix}-devices-dollar:before { content: $ti-icon-devices-dollar; }\n.#{$ti-prefix}-devices-down:before { content: $ti-icon-devices-down; }\n.#{$ti-prefix}-devices-exclamation:before { content: $ti-icon-devices-exclamation; }\n.#{$ti-prefix}-devices-heart:before { content: $ti-icon-devices-heart; }\n.#{$ti-prefix}-devices-minus:before { content: $ti-icon-devices-minus; }\n.#{$ti-prefix}-devices-off:before { content: $ti-icon-devices-off; }\n.#{$ti-prefix}-devices-pause:before { content: $ti-icon-devices-pause; }\n.#{$ti-prefix}-devices-pc:before { content: $ti-icon-devices-pc; }\n.#{$ti-prefix}-devices-pc-off:before { content: $ti-icon-devices-pc-off; }\n.#{$ti-prefix}-devices-pin:before { content: $ti-icon-devices-pin; }\n.#{$ti-prefix}-devices-plus:before { content: $ti-icon-devices-plus; }\n.#{$ti-prefix}-devices-question:before { content: $ti-icon-devices-question; }\n.#{$ti-prefix}-devices-search:before { content: $ti-icon-devices-search; }\n.#{$ti-prefix}-devices-share:before { content: $ti-icon-devices-share; }\n.#{$ti-prefix}-devices-star:before { content: $ti-icon-devices-star; }\n.#{$ti-prefix}-devices-up:before { content: $ti-icon-devices-up; }\n.#{$ti-prefix}-devices-x:before { content: $ti-icon-devices-x; }\n.#{$ti-prefix}-diabolo:before { content: $ti-icon-diabolo; }\n.#{$ti-prefix}-diabolo-off:before { content: $ti-icon-diabolo-off; }\n.#{$ti-prefix}-diabolo-plus:before { content: $ti-icon-diabolo-plus; }\n.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }\n.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; }\n.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }\n.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; }\n.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }\n.#{$ti-prefix}-diaper:before { content: $ti-icon-diaper; }\n.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }\n.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }\n.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }\n.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }\n.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }\n.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }\n.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; }\n.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; }\n.#{$ti-prefix}-direction:before { content: $ti-icon-direction; }\n.#{$ti-prefix}-direction-arrows:before { content: $ti-icon-direction-arrows; }\n.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; }\n.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }\n.#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; }\n.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }\n.#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; }\n.#{$ti-prefix}-disabled:before { content: $ti-icon-disabled; }\n.#{$ti-prefix}-disabled-2:before { content: $ti-icon-disabled-2; }\n.#{$ti-prefix}-disabled-off:before { content: $ti-icon-disabled-off; }\n.#{$ti-prefix}-disc:before { content: $ti-icon-disc; }\n.#{$ti-prefix}-disc-golf:before { content: $ti-icon-disc-golf; }\n.#{$ti-prefix}-disc-off:before { content: $ti-icon-disc-off; }\n.#{$ti-prefix}-discount:before { content: $ti-icon-discount; }\n.#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; }\n.#{$ti-prefix}-divide:before { content: $ti-icon-divide; }\n.#{$ti-prefix}-dna:before { content: $ti-icon-dna; }\n.#{$ti-prefix}-dna-2:before { content: $ti-icon-dna-2; }\n.#{$ti-prefix}-dna-2-off:before { content: $ti-icon-dna-2-off; }\n.#{$ti-prefix}-dna-off:before { content: $ti-icon-dna-off; }\n.#{$ti-prefix}-dog:before { content: $ti-icon-dog; }\n.#{$ti-prefix}-dog-bowl:before { content: $ti-icon-dog-bowl; }\n.#{$ti-prefix}-door:before { content: $ti-icon-door; }\n.#{$ti-prefix}-door-enter:before { content: $ti-icon-door-enter; }\n.#{$ti-prefix}-door-exit:before { content: $ti-icon-door-exit; }\n.#{$ti-prefix}-door-off:before { content: $ti-icon-door-off; }\n.#{$ti-prefix}-dots:before { content: $ti-icon-dots; }\n.#{$ti-prefix}-dots-circle-horizontal:before { content: $ti-icon-dots-circle-horizontal; }\n.#{$ti-prefix}-dots-diagonal:before { content: $ti-icon-dots-diagonal; }\n.#{$ti-prefix}-dots-diagonal-2:before { content: $ti-icon-dots-diagonal-2; }\n.#{$ti-prefix}-dots-vertical:before { content: $ti-icon-dots-vertical; }\n.#{$ti-prefix}-download:before { content: $ti-icon-download; }\n.#{$ti-prefix}-download-off:before { content: $ti-icon-download-off; }\n.#{$ti-prefix}-drag-drop:before { content: $ti-icon-drag-drop; }\n.#{$ti-prefix}-drag-drop-2:before { content: $ti-icon-drag-drop-2; }\n.#{$ti-prefix}-drone:before { content: $ti-icon-drone; }\n.#{$ti-prefix}-drone-off:before { content: $ti-icon-drone-off; }\n.#{$ti-prefix}-drop-circle:before { content: $ti-icon-drop-circle; }\n.#{$ti-prefix}-droplet:before { content: $ti-icon-droplet; }\n.#{$ti-prefix}-droplet-bolt:before { content: $ti-icon-droplet-bolt; }\n.#{$ti-prefix}-droplet-cancel:before { content: $ti-icon-droplet-cancel; }\n.#{$ti-prefix}-droplet-check:before { content: $ti-icon-droplet-check; }\n.#{$ti-prefix}-droplet-code:before { content: $ti-icon-droplet-code; }\n.#{$ti-prefix}-droplet-cog:before { content: $ti-icon-droplet-cog; }\n.#{$ti-prefix}-droplet-dollar:before { content: $ti-icon-droplet-dollar; }\n.#{$ti-prefix}-droplet-down:before { content: $ti-icon-droplet-down; }\n.#{$ti-prefix}-droplet-exclamation:before { content: $ti-icon-droplet-exclamation; }\n.#{$ti-prefix}-droplet-half:before { content: $ti-icon-droplet-half; }\n.#{$ti-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; }\n.#{$ti-prefix}-droplet-heart:before { content: $ti-icon-droplet-heart; }\n.#{$ti-prefix}-droplet-minus:before { content: $ti-icon-droplet-minus; }\n.#{$ti-prefix}-droplet-off:before { content: $ti-icon-droplet-off; }\n.#{$ti-prefix}-droplet-pause:before { content: $ti-icon-droplet-pause; }\n.#{$ti-prefix}-droplet-pin:before { content: $ti-icon-droplet-pin; }\n.#{$ti-prefix}-droplet-plus:before { content: $ti-icon-droplet-plus; }\n.#{$ti-prefix}-droplet-question:before { content: $ti-icon-droplet-question; }\n.#{$ti-prefix}-droplet-search:before { content: $ti-icon-droplet-search; }\n.#{$ti-prefix}-droplet-share:before { content: $ti-icon-droplet-share; }\n.#{$ti-prefix}-droplet-star:before { content: $ti-icon-droplet-star; }\n.#{$ti-prefix}-droplet-up:before { content: $ti-icon-droplet-up; }\n.#{$ti-prefix}-droplet-x:before { content: $ti-icon-droplet-x; }\n.#{$ti-prefix}-droplets:before { content: $ti-icon-droplets; }\n.#{$ti-prefix}-dual-screen:before { content: $ti-icon-dual-screen; }\n.#{$ti-prefix}-dumpling:before { content: $ti-icon-dumpling; }\n.#{$ti-prefix}-e-passport:before { content: $ti-icon-e-passport; }\n.#{$ti-prefix}-ear:before { content: $ti-icon-ear; }\n.#{$ti-prefix}-ear-off:before { content: $ti-icon-ear-off; }\n.#{$ti-prefix}-ear-scan:before { content: $ti-icon-ear-scan; }\n.#{$ti-prefix}-ease-in:before { content: $ti-icon-ease-in; }\n.#{$ti-prefix}-ease-in-control-point:before { content: $ti-icon-ease-in-control-point; }\n.#{$ti-prefix}-ease-in-out:before { content: $ti-icon-ease-in-out; }\n.#{$ti-prefix}-ease-in-out-control-points:before { content: $ti-icon-ease-in-out-control-points; }\n.#{$ti-prefix}-ease-out:before { content: $ti-icon-ease-out; }\n.#{$ti-prefix}-ease-out-control-point:before { content: $ti-icon-ease-out-control-point; }\n.#{$ti-prefix}-edit:before { content: $ti-icon-edit; }\n.#{$ti-prefix}-edit-circle:before { content: $ti-icon-edit-circle; }\n.#{$ti-prefix}-edit-circle-off:before { content: $ti-icon-edit-circle-off; }\n.#{$ti-prefix}-edit-off:before { content: $ti-icon-edit-off; }\n.#{$ti-prefix}-egg:before { content: $ti-icon-egg; }\n.#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; }\n.#{$ti-prefix}-egg-fried:before { content: $ti-icon-egg-fried; }\n.#{$ti-prefix}-egg-off:before { content: $ti-icon-egg-off; }\n.#{$ti-prefix}-eggs:before { content: $ti-icon-eggs; }\n.#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; }\n.#{$ti-prefix}-elevator-off:before { content: $ti-icon-elevator-off; }\n.#{$ti-prefix}-emergency-bed:before { content: $ti-icon-emergency-bed; }\n.#{$ti-prefix}-empathize:before { content: $ti-icon-empathize; }\n.#{$ti-prefix}-empathize-off:before { content: $ti-icon-empathize-off; }\n.#{$ti-prefix}-emphasis:before { content: $ti-icon-emphasis; }\n.#{$ti-prefix}-engine:before { content: $ti-icon-engine; }\n.#{$ti-prefix}-engine-off:before { content: $ti-icon-engine-off; }\n.#{$ti-prefix}-equal:before { content: $ti-icon-equal; }\n.#{$ti-prefix}-equal-double:before { content: $ti-icon-equal-double; }\n.#{$ti-prefix}-equal-not:before { content: $ti-icon-equal-not; }\n.#{$ti-prefix}-eraser:before { content: $ti-icon-eraser; }\n.#{$ti-prefix}-eraser-off:before { content: $ti-icon-eraser-off; }\n.#{$ti-prefix}-error-404:before { content: $ti-icon-error-404; }\n.#{$ti-prefix}-error-404-off:before { content: $ti-icon-error-404-off; }\n.#{$ti-prefix}-escalator:before { content: $ti-icon-escalator; }\n.#{$ti-prefix}-escalator-down:before { content: $ti-icon-escalator-down; }\n.#{$ti-prefix}-escalator-up:before { content: $ti-icon-escalator-up; }\n.#{$ti-prefix}-exchange:before { content: $ti-icon-exchange; }\n.#{$ti-prefix}-exchange-off:before { content: $ti-icon-exchange-off; }\n.#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; }\n.#{$ti-prefix}-exclamation-mark:before { content: $ti-icon-exclamation-mark; }\n.#{$ti-prefix}-exclamation-mark-off:before { content: $ti-icon-exclamation-mark-off; }\n.#{$ti-prefix}-explicit:before { content: $ti-icon-explicit; }\n.#{$ti-prefix}-explicit-off:before { content: $ti-icon-explicit-off; }\n.#{$ti-prefix}-exposure:before { content: $ti-icon-exposure; }\n.#{$ti-prefix}-exposure-0:before { content: $ti-icon-exposure-0; }\n.#{$ti-prefix}-exposure-minus-1:before { content: $ti-icon-exposure-minus-1; }\n.#{$ti-prefix}-exposure-minus-2:before { content: $ti-icon-exposure-minus-2; }\n.#{$ti-prefix}-exposure-off:before { content: $ti-icon-exposure-off; }\n.#{$ti-prefix}-exposure-plus-1:before { content: $ti-icon-exposure-plus-1; }\n.#{$ti-prefix}-exposure-plus-2:before { content: $ti-icon-exposure-plus-2; }\n.#{$ti-prefix}-external-link:before { content: $ti-icon-external-link; }\n.#{$ti-prefix}-external-link-off:before { content: $ti-icon-external-link-off; }\n.#{$ti-prefix}-eye:before { content: $ti-icon-eye; }\n.#{$ti-prefix}-eye-bitcoin:before { content: $ti-icon-eye-bitcoin; }\n.#{$ti-prefix}-eye-bolt:before { content: $ti-icon-eye-bolt; }\n.#{$ti-prefix}-eye-cancel:before { content: $ti-icon-eye-cancel; }\n.#{$ti-prefix}-eye-check:before { content: $ti-icon-eye-check; }\n.#{$ti-prefix}-eye-closed:before { content: $ti-icon-eye-closed; }\n.#{$ti-prefix}-eye-code:before { content: $ti-icon-eye-code; }\n.#{$ti-prefix}-eye-cog:before { content: $ti-icon-eye-cog; }\n.#{$ti-prefix}-eye-discount:before { content: $ti-icon-eye-discount; }\n.#{$ti-prefix}-eye-dollar:before { content: $ti-icon-eye-dollar; }\n.#{$ti-prefix}-eye-dotted:before { content: $ti-icon-eye-dotted; }\n.#{$ti-prefix}-eye-down:before { content: $ti-icon-eye-down; }\n.#{$ti-prefix}-eye-edit:before { content: $ti-icon-eye-edit; }\n.#{$ti-prefix}-eye-exclamation:before { content: $ti-icon-eye-exclamation; }\n.#{$ti-prefix}-eye-heart:before { content: $ti-icon-eye-heart; }\n.#{$ti-prefix}-eye-minus:before { content: $ti-icon-eye-minus; }\n.#{$ti-prefix}-eye-off:before { content: $ti-icon-eye-off; }\n.#{$ti-prefix}-eye-pause:before { content: $ti-icon-eye-pause; }\n.#{$ti-prefix}-eye-pin:before { content: $ti-icon-eye-pin; }\n.#{$ti-prefix}-eye-plus:before { content: $ti-icon-eye-plus; }\n.#{$ti-prefix}-eye-question:before { content: $ti-icon-eye-question; }\n.#{$ti-prefix}-eye-search:before { content: $ti-icon-eye-search; }\n.#{$ti-prefix}-eye-share:before { content: $ti-icon-eye-share; }\n.#{$ti-prefix}-eye-spark:before { content: $ti-icon-eye-spark; }\n.#{$ti-prefix}-eye-star:before { content: $ti-icon-eye-star; }\n.#{$ti-prefix}-eye-table:before { content: $ti-icon-eye-table; }\n.#{$ti-prefix}-eye-up:before { content: $ti-icon-eye-up; }\n.#{$ti-prefix}-eye-x:before { content: $ti-icon-eye-x; }\n.#{$ti-prefix}-eyeglass:before { content: $ti-icon-eyeglass; }\n.#{$ti-prefix}-eyeglass-2:before { content: $ti-icon-eyeglass-2; }\n.#{$ti-prefix}-eyeglass-off:before { content: $ti-icon-eyeglass-off; }\n.#{$ti-prefix}-face-id:before { content: $ti-icon-face-id; }\n.#{$ti-prefix}-face-id-error:before { content: $ti-icon-face-id-error; }\n.#{$ti-prefix}-face-mask:before { content: $ti-icon-face-mask; }\n.#{$ti-prefix}-face-mask-off:before { content: $ti-icon-face-mask-off; }\n.#{$ti-prefix}-fall:before { content: $ti-icon-fall; }\n.#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; }\n.#{$ti-prefix}-feather:before { content: $ti-icon-feather; }\n.#{$ti-prefix}-feather-off:before { content: $ti-icon-feather-off; }\n.#{$ti-prefix}-fence:before { content: $ti-icon-fence; }\n.#{$ti-prefix}-fence-off:before { content: $ti-icon-fence-off; }\n.#{$ti-prefix}-ferry:before { content: $ti-icon-ferry; }\n.#{$ti-prefix}-fidget-spinner:before { content: $ti-icon-fidget-spinner; }\n.#{$ti-prefix}-file:before { content: $ti-icon-file; }\n.#{$ti-prefix}-file-3d:before { content: $ti-icon-file-3d; }\n.#{$ti-prefix}-file-ai:before { content: $ti-icon-file-ai; }\n.#{$ti-prefix}-file-alert:before { content: $ti-icon-file-alert; }\n.#{$ti-prefix}-file-analytics:before { content: $ti-icon-file-analytics; }\n.#{$ti-prefix}-file-arrow-left:before { content: $ti-icon-file-arrow-left; }\n.#{$ti-prefix}-file-arrow-right:before { content: $ti-icon-file-arrow-right; }\n.#{$ti-prefix}-file-barcode:before { content: $ti-icon-file-barcode; }\n.#{$ti-prefix}-file-bitcoin:before { content: $ti-icon-file-bitcoin; }\n.#{$ti-prefix}-file-broken:before { content: $ti-icon-file-broken; }\n.#{$ti-prefix}-file-certificate:before { content: $ti-icon-file-certificate; }\n.#{$ti-prefix}-file-chart:before { content: $ti-icon-file-chart; }\n.#{$ti-prefix}-file-check:before { content: $ti-icon-file-check; }\n.#{$ti-prefix}-file-code:before { content: $ti-icon-file-code; }\n.#{$ti-prefix}-file-code-2:before { content: $ti-icon-file-code-2; }\n.#{$ti-prefix}-file-cv:before { content: $ti-icon-file-cv; }\n.#{$ti-prefix}-file-database:before { content: $ti-icon-file-database; }\n.#{$ti-prefix}-file-delta:before { content: $ti-icon-file-delta; }\n.#{$ti-prefix}-file-description:before { content: $ti-icon-file-description; }\n.#{$ti-prefix}-file-diff:before { content: $ti-icon-file-diff; }\n.#{$ti-prefix}-file-digit:before { content: $ti-icon-file-digit; }\n.#{$ti-prefix}-file-dislike:before { content: $ti-icon-file-dislike; }\n.#{$ti-prefix}-file-dollar:before { content: $ti-icon-file-dollar; }\n.#{$ti-prefix}-file-dots:before { content: $ti-icon-file-dots; }\n.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }\n.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }\n.#{$ti-prefix}-file-excel:before { content: $ti-icon-file-excel; }\n.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }\n.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }\n.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }\n.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; }\n.#{$ti-prefix}-file-infinity:before { content: $ti-icon-file-infinity; }\n.#{$ti-prefix}-file-info:before { content: $ti-icon-file-info; }\n.#{$ti-prefix}-file-invoice:before { content: $ti-icon-file-invoice; }\n.#{$ti-prefix}-file-isr:before { content: $ti-icon-file-isr; }\n.#{$ti-prefix}-file-lambda:before { content: $ti-icon-file-lambda; }\n.#{$ti-prefix}-file-like:before { content: $ti-icon-file-like; }\n.#{$ti-prefix}-file-minus:before { content: $ti-icon-file-minus; }\n.#{$ti-prefix}-file-music:before { content: $ti-icon-file-music; }\n.#{$ti-prefix}-file-neutral:before { content: $ti-icon-file-neutral; }\n.#{$ti-prefix}-file-off:before { content: $ti-icon-file-off; }\n.#{$ti-prefix}-file-orientation:before { content: $ti-icon-file-orientation; }\n.#{$ti-prefix}-file-pencil:before { content: $ti-icon-file-pencil; }\n.#{$ti-prefix}-file-percent:before { content: $ti-icon-file-percent; }\n.#{$ti-prefix}-file-phone:before { content: $ti-icon-file-phone; }\n.#{$ti-prefix}-file-plus:before { content: $ti-icon-file-plus; }\n.#{$ti-prefix}-file-power:before { content: $ti-icon-file-power; }\n.#{$ti-prefix}-file-report:before { content: $ti-icon-file-report; }\n.#{$ti-prefix}-file-rss:before { content: $ti-icon-file-rss; }\n.#{$ti-prefix}-file-sad:before { content: $ti-icon-file-sad; }\n.#{$ti-prefix}-file-scissors:before { content: $ti-icon-file-scissors; }\n.#{$ti-prefix}-file-search:before { content: $ti-icon-file-search; }\n.#{$ti-prefix}-file-settings:before { content: $ti-icon-file-settings; }\n.#{$ti-prefix}-file-shredder:before { content: $ti-icon-file-shredder; }\n.#{$ti-prefix}-file-signal:before { content: $ti-icon-file-signal; }\n.#{$ti-prefix}-file-smile:before { content: $ti-icon-file-smile; }\n.#{$ti-prefix}-file-spark:before { content: $ti-icon-file-spark; }\n.#{$ti-prefix}-file-spreadsheet:before { content: $ti-icon-file-spreadsheet; }\n.#{$ti-prefix}-file-stack:before { content: $ti-icon-file-stack; }\n.#{$ti-prefix}-file-star:before { content: $ti-icon-file-star; }\n.#{$ti-prefix}-file-symlink:before { content: $ti-icon-file-symlink; }\n.#{$ti-prefix}-file-text:before { content: $ti-icon-file-text; }\n.#{$ti-prefix}-file-text-ai:before { content: $ti-icon-file-text-ai; }\n.#{$ti-prefix}-file-text-spark:before { content: $ti-icon-file-text-spark; }\n.#{$ti-prefix}-file-time:before { content: $ti-icon-file-time; }\n.#{$ti-prefix}-file-type-bmp:before { content: $ti-icon-file-type-bmp; }\n.#{$ti-prefix}-file-type-css:before { content: $ti-icon-file-type-css; }\n.#{$ti-prefix}-file-type-csv:before { content: $ti-icon-file-type-csv; }\n.#{$ti-prefix}-file-type-doc:before { content: $ti-icon-file-type-doc; }\n.#{$ti-prefix}-file-type-docx:before { content: $ti-icon-file-type-docx; }\n.#{$ti-prefix}-file-type-html:before { content: $ti-icon-file-type-html; }\n.#{$ti-prefix}-file-type-jpg:before { content: $ti-icon-file-type-jpg; }\n.#{$ti-prefix}-file-type-js:before { content: $ti-icon-file-type-js; }\n.#{$ti-prefix}-file-type-jsx:before { content: $ti-icon-file-type-jsx; }\n.#{$ti-prefix}-file-type-pdf:before { content: $ti-icon-file-type-pdf; }\n.#{$ti-prefix}-file-type-php:before { content: $ti-icon-file-type-php; }\n.#{$ti-prefix}-file-type-png:before { content: $ti-icon-file-type-png; }\n.#{$ti-prefix}-file-type-ppt:before { content: $ti-icon-file-type-ppt; }\n.#{$ti-prefix}-file-type-rs:before { content: $ti-icon-file-type-rs; }\n.#{$ti-prefix}-file-type-sql:before { content: $ti-icon-file-type-sql; }\n.#{$ti-prefix}-file-type-svg:before { content: $ti-icon-file-type-svg; }\n.#{$ti-prefix}-file-type-ts:before { content: $ti-icon-file-type-ts; }\n.#{$ti-prefix}-file-type-tsx:before { content: $ti-icon-file-type-tsx; }\n.#{$ti-prefix}-file-type-txt:before { content: $ti-icon-file-type-txt; }\n.#{$ti-prefix}-file-type-vue:before { content: $ti-icon-file-type-vue; }\n.#{$ti-prefix}-file-type-xls:before { content: $ti-icon-file-type-xls; }\n.#{$ti-prefix}-file-type-xml:before { content: $ti-icon-file-type-xml; }\n.#{$ti-prefix}-file-type-zip:before { content: $ti-icon-file-type-zip; }\n.#{$ti-prefix}-file-typography:before { content: $ti-icon-file-typography; }\n.#{$ti-prefix}-file-unknown:before { content: $ti-icon-file-unknown; }\n.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }\n.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }\n.#{$ti-prefix}-file-word:before { content: $ti-icon-file-word; }\n.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }\n.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; }\n.#{$ti-prefix}-files:before { content: $ti-icon-files; }\n.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; }\n.#{$ti-prefix}-filter:before { content: $ti-icon-filter; }\n.#{$ti-prefix}-filter-bolt:before { content: $ti-icon-filter-bolt; }\n.#{$ti-prefix}-filter-cancel:before { content: $ti-icon-filter-cancel; }\n.#{$ti-prefix}-filter-check:before { content: $ti-icon-filter-check; }\n.#{$ti-prefix}-filter-code:before { content: $ti-icon-filter-code; }\n.#{$ti-prefix}-filter-cog:before { content: $ti-icon-filter-cog; }\n.#{$ti-prefix}-filter-discount:before { content: $ti-icon-filter-discount; }\n.#{$ti-prefix}-filter-dollar:before { content: $ti-icon-filter-dollar; }\n.#{$ti-prefix}-filter-down:before { content: $ti-icon-filter-down; }\n.#{$ti-prefix}-filter-edit:before { content: $ti-icon-filter-edit; }\n.#{$ti-prefix}-filter-exclamation:before { content: $ti-icon-filter-exclamation; }\n.#{$ti-prefix}-filter-heart:before { content: $ti-icon-filter-heart; }\n.#{$ti-prefix}-filter-minus:before { content: $ti-icon-filter-minus; }\n.#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; }\n.#{$ti-prefix}-filter-pause:before { content: $ti-icon-filter-pause; }\n.#{$ti-prefix}-filter-pin:before { content: $ti-icon-filter-pin; }\n.#{$ti-prefix}-filter-plus:before { content: $ti-icon-filter-plus; }\n.#{$ti-prefix}-filter-question:before { content: $ti-icon-filter-question; }\n.#{$ti-prefix}-filter-search:before { content: $ti-icon-filter-search; }\n.#{$ti-prefix}-filter-share:before { content: $ti-icon-filter-share; }\n.#{$ti-prefix}-filter-star:before { content: $ti-icon-filter-star; }\n.#{$ti-prefix}-filter-up:before { content: $ti-icon-filter-up; }\n.#{$ti-prefix}-filter-x:before { content: $ti-icon-filter-x; }\n.#{$ti-prefix}-filters:before { content: $ti-icon-filters; }\n.#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; }\n.#{$ti-prefix}-fingerprint-off:before { content: $ti-icon-fingerprint-off; }\n.#{$ti-prefix}-fingerprint-scan:before { content: $ti-icon-fingerprint-scan; }\n.#{$ti-prefix}-fire-extinguisher:before { content: $ti-icon-fire-extinguisher; }\n.#{$ti-prefix}-fire-hydrant:before { content: $ti-icon-fire-hydrant; }\n.#{$ti-prefix}-fire-hydrant-off:before { content: $ti-icon-fire-hydrant-off; }\n.#{$ti-prefix}-firetruck:before { content: $ti-icon-firetruck; }\n.#{$ti-prefix}-first-aid-kit:before { content: $ti-icon-first-aid-kit; }\n.#{$ti-prefix}-first-aid-kit-off:before { content: $ti-icon-first-aid-kit-off; }\n.#{$ti-prefix}-fish:before { content: $ti-icon-fish; }\n.#{$ti-prefix}-fish-bone:before { content: $ti-icon-fish-bone; }\n.#{$ti-prefix}-fish-christianity:before { content: $ti-icon-fish-christianity; }\n.#{$ti-prefix}-fish-hook:before { content: $ti-icon-fish-hook; }\n.#{$ti-prefix}-fish-hook-off:before { content: $ti-icon-fish-hook-off; }\n.#{$ti-prefix}-fish-off:before { content: $ti-icon-fish-off; }\n.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }\n.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }\n.#{$ti-prefix}-flag-2-off:before { content: $ti-icon-flag-2-off; }\n.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }\n.#{$ti-prefix}-flag-bitcoin:before { content: $ti-icon-flag-bitcoin; }\n.#{$ti-prefix}-flag-bolt:before { content: $ti-icon-flag-bolt; }\n.#{$ti-prefix}-flag-cancel:before { content: $ti-icon-flag-cancel; }\n.#{$ti-prefix}-flag-check:before { content: $ti-icon-flag-check; }\n.#{$ti-prefix}-flag-code:before { content: $ti-icon-flag-code; }\n.#{$ti-prefix}-flag-cog:before { content: $ti-icon-flag-cog; }\n.#{$ti-prefix}-flag-discount:before { content: $ti-icon-flag-discount; }\n.#{$ti-prefix}-flag-dollar:before { content: $ti-icon-flag-dollar; }\n.#{$ti-prefix}-flag-down:before { content: $ti-icon-flag-down; }\n.#{$ti-prefix}-flag-exclamation:before { content: $ti-icon-flag-exclamation; }\n.#{$ti-prefix}-flag-heart:before { content: $ti-icon-flag-heart; }\n.#{$ti-prefix}-flag-minus:before { content: $ti-icon-flag-minus; }\n.#{$ti-prefix}-flag-off:before { content: $ti-icon-flag-off; }\n.#{$ti-prefix}-flag-pause:before { content: $ti-icon-flag-pause; }\n.#{$ti-prefix}-flag-pin:before { content: $ti-icon-flag-pin; }\n.#{$ti-prefix}-flag-plus:before { content: $ti-icon-flag-plus; }\n.#{$ti-prefix}-flag-question:before { content: $ti-icon-flag-question; }\n.#{$ti-prefix}-flag-search:before { content: $ti-icon-flag-search; }\n.#{$ti-prefix}-flag-share:before { content: $ti-icon-flag-share; }\n.#{$ti-prefix}-flag-spark:before { content: $ti-icon-flag-spark; }\n.#{$ti-prefix}-flag-star:before { content: $ti-icon-flag-star; }\n.#{$ti-prefix}-flag-up:before { content: $ti-icon-flag-up; }\n.#{$ti-prefix}-flag-x:before { content: $ti-icon-flag-x; }\n.#{$ti-prefix}-flame:before { content: $ti-icon-flame; }\n.#{$ti-prefix}-flame-off:before { content: $ti-icon-flame-off; }\n.#{$ti-prefix}-flare:before { content: $ti-icon-flare; }\n.#{$ti-prefix}-flask:before { content: $ti-icon-flask; }\n.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }\n.#{$ti-prefix}-flask-2-off:before { content: $ti-icon-flask-2-off; }\n.#{$ti-prefix}-flask-off:before { content: $ti-icon-flask-off; }\n.#{$ti-prefix}-flip-flops:before { content: $ti-icon-flip-flops; }\n.#{$ti-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; }\n.#{$ti-prefix}-flip-vertical:before { content: $ti-icon-flip-vertical; }\n.#{$ti-prefix}-float-center:before { content: $ti-icon-float-center; }\n.#{$ti-prefix}-float-left:before { content: $ti-icon-float-left; }\n.#{$ti-prefix}-float-none:before { content: $ti-icon-float-none; }\n.#{$ti-prefix}-float-right:before { content: $ti-icon-float-right; }\n.#{$ti-prefix}-flower:before { content: $ti-icon-flower; }\n.#{$ti-prefix}-flower-off:before { content: $ti-icon-flower-off; }\n.#{$ti-prefix}-focus:before { content: $ti-icon-focus; }\n.#{$ti-prefix}-focus-2:before { content: $ti-icon-focus-2; }\n.#{$ti-prefix}-focus-auto:before { content: $ti-icon-focus-auto; }\n.#{$ti-prefix}-focus-centered:before { content: $ti-icon-focus-centered; }\n.#{$ti-prefix}-fold:before { content: $ti-icon-fold; }\n.#{$ti-prefix}-fold-down:before { content: $ti-icon-fold-down; }\n.#{$ti-prefix}-fold-up:before { content: $ti-icon-fold-up; }\n.#{$ti-prefix}-folder:before { content: $ti-icon-folder; }\n.#{$ti-prefix}-folder-bolt:before { content: $ti-icon-folder-bolt; }\n.#{$ti-prefix}-folder-cancel:before { content: $ti-icon-folder-cancel; }\n.#{$ti-prefix}-folder-check:before { content: $ti-icon-folder-check; }\n.#{$ti-prefix}-folder-code:before { content: $ti-icon-folder-code; }\n.#{$ti-prefix}-folder-cog:before { content: $ti-icon-folder-cog; }\n.#{$ti-prefix}-folder-dollar:before { content: $ti-icon-folder-dollar; }\n.#{$ti-prefix}-folder-down:before { content: $ti-icon-folder-down; }\n.#{$ti-prefix}-folder-exclamation:before { content: $ti-icon-folder-exclamation; }\n.#{$ti-prefix}-folder-heart:before { content: $ti-icon-folder-heart; }\n.#{$ti-prefix}-folder-minus:before { content: $ti-icon-folder-minus; }\n.#{$ti-prefix}-folder-off:before { content: $ti-icon-folder-off; }\n.#{$ti-prefix}-folder-open:before { content: $ti-icon-folder-open; }\n.#{$ti-prefix}-folder-pause:before { content: $ti-icon-folder-pause; }\n.#{$ti-prefix}-folder-pin:before { content: $ti-icon-folder-pin; }\n.#{$ti-prefix}-folder-plus:before { content: $ti-icon-folder-plus; }\n.#{$ti-prefix}-folder-question:before { content: $ti-icon-folder-question; }\n.#{$ti-prefix}-folder-root:before { content: $ti-icon-folder-root; }\n.#{$ti-prefix}-folder-search:before { content: $ti-icon-folder-search; }\n.#{$ti-prefix}-folder-share:before { content: $ti-icon-folder-share; }\n.#{$ti-prefix}-folder-star:before { content: $ti-icon-folder-star; }\n.#{$ti-prefix}-folder-symlink:before { content: $ti-icon-folder-symlink; }\n.#{$ti-prefix}-folder-up:before { content: $ti-icon-folder-up; }\n.#{$ti-prefix}-folder-x:before { content: $ti-icon-folder-x; }\n.#{$ti-prefix}-folders:before { content: $ti-icon-folders; }\n.#{$ti-prefix}-folders-off:before { content: $ti-icon-folders-off; }\n.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; }\n.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; }\n.#{$ti-prefix}-forklift:before { content: $ti-icon-forklift; }\n.#{$ti-prefix}-forms:before { content: $ti-icon-forms; }\n.#{$ti-prefix}-fountain:before { content: $ti-icon-fountain; }\n.#{$ti-prefix}-fountain-off:before { content: $ti-icon-fountain-off; }\n.#{$ti-prefix}-frame:before { content: $ti-icon-frame; }\n.#{$ti-prefix}-frame-off:before { content: $ti-icon-frame-off; }\n.#{$ti-prefix}-free-rights:before { content: $ti-icon-free-rights; }\n.#{$ti-prefix}-freeze-column:before { content: $ti-icon-freeze-column; }\n.#{$ti-prefix}-freeze-row:before { content: $ti-icon-freeze-row; }\n.#{$ti-prefix}-freeze-row-column:before { content: $ti-icon-freeze-row-column; }\n.#{$ti-prefix}-fridge:before { content: $ti-icon-fridge; }\n.#{$ti-prefix}-fridge-off:before { content: $ti-icon-fridge-off; }\n.#{$ti-prefix}-friends:before { content: $ti-icon-friends; }\n.#{$ti-prefix}-friends-off:before { content: $ti-icon-friends-off; }\n.#{$ti-prefix}-frustum:before { content: $ti-icon-frustum; }\n.#{$ti-prefix}-frustum-off:before { content: $ti-icon-frustum-off; }\n.#{$ti-prefix}-frustum-plus:before { content: $ti-icon-frustum-plus; }\n.#{$ti-prefix}-function:before { content: $ti-icon-function; }\n.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; }\n.#{$ti-prefix}-galaxy:before { content: $ti-icon-galaxy; }\n.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; }\n.#{$ti-prefix}-garden-cart-off:before { content: $ti-icon-garden-cart-off; }\n.#{$ti-prefix}-gas-station:before { content: $ti-icon-gas-station; }\n.#{$ti-prefix}-gas-station-off:before { content: $ti-icon-gas-station-off; }\n.#{$ti-prefix}-gauge:before { content: $ti-icon-gauge; }\n.#{$ti-prefix}-gauge-off:before { content: $ti-icon-gauge-off; }\n.#{$ti-prefix}-gavel:before { content: $ti-icon-gavel; }\n.#{$ti-prefix}-gender-agender:before { content: $ti-icon-gender-agender; }\n.#{$ti-prefix}-gender-androgyne:before { content: $ti-icon-gender-androgyne; }\n.#{$ti-prefix}-gender-bigender:before { content: $ti-icon-gender-bigender; }\n.#{$ti-prefix}-gender-demiboy:before { content: $ti-icon-gender-demiboy; }\n.#{$ti-prefix}-gender-demigirl:before { content: $ti-icon-gender-demigirl; }\n.#{$ti-prefix}-gender-epicene:before { content: $ti-icon-gender-epicene; }\n.#{$ti-prefix}-gender-female:before { content: $ti-icon-gender-female; }\n.#{$ti-prefix}-gender-femme:before { content: $ti-icon-gender-femme; }\n.#{$ti-prefix}-gender-genderfluid:before { content: $ti-icon-gender-genderfluid; }\n.#{$ti-prefix}-gender-genderless:before { content: $ti-icon-gender-genderless; }\n.#{$ti-prefix}-gender-genderqueer:before { content: $ti-icon-gender-genderqueer; }\n.#{$ti-prefix}-gender-hermaphrodite:before { content: $ti-icon-gender-hermaphrodite; }\n.#{$ti-prefix}-gender-intergender:before { content: $ti-icon-gender-intergender; }\n.#{$ti-prefix}-gender-male:before { content: $ti-icon-gender-male; }\n.#{$ti-prefix}-gender-neutrois:before { content: $ti-icon-gender-neutrois; }\n.#{$ti-prefix}-gender-third:before { content: $ti-icon-gender-third; }\n.#{$ti-prefix}-gender-transgender:before { content: $ti-icon-gender-transgender; }\n.#{$ti-prefix}-gender-trasvesti:before { content: $ti-icon-gender-trasvesti; }\n.#{$ti-prefix}-geometry:before { content: $ti-icon-geometry; }\n.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }\n.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }\n.#{$ti-prefix}-ghost-3:before { content: $ti-icon-ghost-3; }\n.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; }\n.#{$ti-prefix}-gif:before { content: $ti-icon-gif; }\n.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }\n.#{$ti-prefix}-gift-card:before { content: $ti-icon-gift-card; }\n.#{$ti-prefix}-gift-off:before { content: $ti-icon-gift-off; }\n.#{$ti-prefix}-git-branch:before { content: $ti-icon-git-branch; }\n.#{$ti-prefix}-git-branch-deleted:before { content: $ti-icon-git-branch-deleted; }\n.#{$ti-prefix}-git-cherry-pick:before { content: $ti-icon-git-cherry-pick; }\n.#{$ti-prefix}-git-commit:before { content: $ti-icon-git-commit; }\n.#{$ti-prefix}-git-compare:before { content: $ti-icon-git-compare; }\n.#{$ti-prefix}-git-fork:before { content: $ti-icon-git-fork; }\n.#{$ti-prefix}-git-merge:before { content: $ti-icon-git-merge; }\n.#{$ti-prefix}-git-pull-request:before { content: $ti-icon-git-pull-request; }\n.#{$ti-prefix}-git-pull-request-closed:before { content: $ti-icon-git-pull-request-closed; }\n.#{$ti-prefix}-git-pull-request-draft:before { content: $ti-icon-git-pull-request-draft; }\n.#{$ti-prefix}-gizmo:before { content: $ti-icon-gizmo; }\n.#{$ti-prefix}-glass:before { content: $ti-icon-glass; }\n.#{$ti-prefix}-glass-champagne:before { content: $ti-icon-glass-champagne; }\n.#{$ti-prefix}-glass-cocktail:before { content: $ti-icon-glass-cocktail; }\n.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }\n.#{$ti-prefix}-glass-gin:before { content: $ti-icon-glass-gin; }\n.#{$ti-prefix}-glass-off:before { content: $ti-icon-glass-off; }\n.#{$ti-prefix}-globe:before { content: $ti-icon-globe; }\n.#{$ti-prefix}-globe-off:before { content: $ti-icon-globe-off; }\n.#{$ti-prefix}-go-game:before { content: $ti-icon-go-game; }\n.#{$ti-prefix}-golf:before { content: $ti-icon-golf; }\n.#{$ti-prefix}-golf-off:before { content: $ti-icon-golf-off; }\n.#{$ti-prefix}-gps:before { content: $ti-icon-gps; }\n.#{$ti-prefix}-gradienter:before { content: $ti-icon-gradienter; }\n.#{$ti-prefix}-grain:before { content: $ti-icon-grain; }\n.#{$ti-prefix}-graph:before { content: $ti-icon-graph; }\n.#{$ti-prefix}-graph-off:before { content: $ti-icon-graph-off; }\n.#{$ti-prefix}-grave:before { content: $ti-icon-grave; }\n.#{$ti-prefix}-grave-2:before { content: $ti-icon-grave-2; }\n.#{$ti-prefix}-grid-3x3:before { content: $ti-icon-grid-3x3; }\n.#{$ti-prefix}-grid-4x4:before { content: $ti-icon-grid-4x4; }\n.#{$ti-prefix}-grid-dots:before { content: $ti-icon-grid-dots; }\n.#{$ti-prefix}-grid-goldenratio:before { content: $ti-icon-grid-goldenratio; }\n.#{$ti-prefix}-grid-pattern:before { content: $ti-icon-grid-pattern; }\n.#{$ti-prefix}-grid-scan:before { content: $ti-icon-grid-scan; }\n.#{$ti-prefix}-grill:before { content: $ti-icon-grill; }\n.#{$ti-prefix}-grill-fork:before { content: $ti-icon-grill-fork; }\n.#{$ti-prefix}-grill-off:before { content: $ti-icon-grill-off; }\n.#{$ti-prefix}-grill-spatula:before { content: $ti-icon-grill-spatula; }\n.#{$ti-prefix}-grip-horizontal:before { content: $ti-icon-grip-horizontal; }\n.#{$ti-prefix}-grip-vertical:before { content: $ti-icon-grip-vertical; }\n.#{$ti-prefix}-growth:before { content: $ti-icon-growth; }\n.#{$ti-prefix}-guitar-pick:before { content: $ti-icon-guitar-pick; }\n.#{$ti-prefix}-gymnastics:before { content: $ti-icon-gymnastics; }\n.#{$ti-prefix}-h-1:before { content: $ti-icon-h-1; }\n.#{$ti-prefix}-h-2:before { content: $ti-icon-h-2; }\n.#{$ti-prefix}-h-3:before { content: $ti-icon-h-3; }\n.#{$ti-prefix}-h-4:before { content: $ti-icon-h-4; }\n.#{$ti-prefix}-h-5:before { content: $ti-icon-h-5; }\n.#{$ti-prefix}-h-6:before { content: $ti-icon-h-6; }\n.#{$ti-prefix}-hammer:before { content: $ti-icon-hammer; }\n.#{$ti-prefix}-hammer-off:before { content: $ti-icon-hammer-off; }\n.#{$ti-prefix}-hand-click:before { content: $ti-icon-hand-click; }\n.#{$ti-prefix}-hand-finger:before { content: $ti-icon-hand-finger; }\n.#{$ti-prefix}-hand-finger-down:before { content: $ti-icon-hand-finger-down; }\n.#{$ti-prefix}-hand-finger-left:before { content: $ti-icon-hand-finger-left; }\n.#{$ti-prefix}-hand-finger-off:before { content: $ti-icon-hand-finger-off; }\n.#{$ti-prefix}-hand-finger-right:before { content: $ti-icon-hand-finger-right; }\n.#{$ti-prefix}-hand-grab:before { content: $ti-icon-hand-grab; }\n.#{$ti-prefix}-hand-little-finger:before { content: $ti-icon-hand-little-finger; }\n.#{$ti-prefix}-hand-love-you:before { content: $ti-icon-hand-love-you; }\n.#{$ti-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; }\n.#{$ti-prefix}-hand-move:before { content: $ti-icon-hand-move; }\n.#{$ti-prefix}-hand-off:before { content: $ti-icon-hand-off; }\n.#{$ti-prefix}-hand-ring-finger:before { content: $ti-icon-hand-ring-finger; }\n.#{$ti-prefix}-hand-sanitizer:before { content: $ti-icon-hand-sanitizer; }\n.#{$ti-prefix}-hand-stop:before { content: $ti-icon-hand-stop; }\n.#{$ti-prefix}-hand-three-fingers:before { content: $ti-icon-hand-three-fingers; }\n.#{$ti-prefix}-hand-two-fingers:before { content: $ti-icon-hand-two-fingers; }\n.#{$ti-prefix}-hanger:before { content: $ti-icon-hanger; }\n.#{$ti-prefix}-hanger-2:before { content: $ti-icon-hanger-2; }\n.#{$ti-prefix}-hanger-off:before { content: $ti-icon-hanger-off; }\n.#{$ti-prefix}-hash:before { content: $ti-icon-hash; }\n.#{$ti-prefix}-haze:before { content: $ti-icon-haze; }\n.#{$ti-prefix}-haze-moon:before { content: $ti-icon-haze-moon; }\n.#{$ti-prefix}-hdr:before { content: $ti-icon-hdr; }\n.#{$ti-prefix}-heading:before { content: $ti-icon-heading; }\n.#{$ti-prefix}-heading-off:before { content: $ti-icon-heading-off; }\n.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; }\n.#{$ti-prefix}-headphones-off:before { content: $ti-icon-headphones-off; }\n.#{$ti-prefix}-headset:before { content: $ti-icon-headset; }\n.#{$ti-prefix}-headset-off:before { content: $ti-icon-headset-off; }\n.#{$ti-prefix}-health-recognition:before { content: $ti-icon-health-recognition; }\n.#{$ti-prefix}-heart:before { content: $ti-icon-heart; }\n.#{$ti-prefix}-heart-bitcoin:before { content: $ti-icon-heart-bitcoin; }\n.#{$ti-prefix}-heart-bolt:before { content: $ti-icon-heart-bolt; }\n.#{$ti-prefix}-heart-broken:before { content: $ti-icon-heart-broken; }\n.#{$ti-prefix}-heart-cancel:before { content: $ti-icon-heart-cancel; }\n.#{$ti-prefix}-heart-check:before { content: $ti-icon-heart-check; }\n.#{$ti-prefix}-heart-code:before { content: $ti-icon-heart-code; }\n.#{$ti-prefix}-heart-cog:before { content: $ti-icon-heart-cog; }\n.#{$ti-prefix}-heart-discount:before { content: $ti-icon-heart-discount; }\n.#{$ti-prefix}-heart-dollar:before { content: $ti-icon-heart-dollar; }\n.#{$ti-prefix}-heart-down:before { content: $ti-icon-heart-down; }\n.#{$ti-prefix}-heart-exclamation:before { content: $ti-icon-heart-exclamation; }\n.#{$ti-prefix}-heart-handshake:before { content: $ti-icon-heart-handshake; }\n.#{$ti-prefix}-heart-minus:before { content: $ti-icon-heart-minus; }\n.#{$ti-prefix}-heart-off:before { content: $ti-icon-heart-off; }\n.#{$ti-prefix}-heart-pause:before { content: $ti-icon-heart-pause; }\n.#{$ti-prefix}-heart-pin:before { content: $ti-icon-heart-pin; }\n.#{$ti-prefix}-heart-plus:before { content: $ti-icon-heart-plus; }\n.#{$ti-prefix}-heart-question:before { content: $ti-icon-heart-question; }\n.#{$ti-prefix}-heart-rate-monitor:before { content: $ti-icon-heart-rate-monitor; }\n.#{$ti-prefix}-heart-search:before { content: $ti-icon-heart-search; }\n.#{$ti-prefix}-heart-share:before { content: $ti-icon-heart-share; }\n.#{$ti-prefix}-heart-spark:before { content: $ti-icon-heart-spark; }\n.#{$ti-prefix}-heart-star:before { content: $ti-icon-heart-star; }\n.#{$ti-prefix}-heart-up:before { content: $ti-icon-heart-up; }\n.#{$ti-prefix}-heart-x:before { content: $ti-icon-heart-x; }\n.#{$ti-prefix}-heartbeat:before { content: $ti-icon-heartbeat; }\n.#{$ti-prefix}-hearts:before { content: $ti-icon-hearts; }\n.#{$ti-prefix}-hearts-off:before { content: $ti-icon-hearts-off; }\n.#{$ti-prefix}-helicopter:before { content: $ti-icon-helicopter; }\n.#{$ti-prefix}-helicopter-landing:before { content: $ti-icon-helicopter-landing; }\n.#{$ti-prefix}-helmet:before { content: $ti-icon-helmet; }\n.#{$ti-prefix}-helmet-off:before { content: $ti-icon-helmet-off; }\n.#{$ti-prefix}-help:before { content: $ti-icon-help; }\n.#{$ti-prefix}-help-circle:before { content: $ti-icon-help-circle; }\n.#{$ti-prefix}-help-hexagon:before { content: $ti-icon-help-hexagon; }\n.#{$ti-prefix}-help-octagon:before { content: $ti-icon-help-octagon; }\n.#{$ti-prefix}-help-off:before { content: $ti-icon-help-off; }\n.#{$ti-prefix}-help-small:before { content: $ti-icon-help-small; }\n.#{$ti-prefix}-help-square:before { content: $ti-icon-help-square; }\n.#{$ti-prefix}-help-square-rounded:before { content: $ti-icon-help-square-rounded; }\n.#{$ti-prefix}-help-triangle:before { content: $ti-icon-help-triangle; }\n.#{$ti-prefix}-hemisphere:before { content: $ti-icon-hemisphere; }\n.#{$ti-prefix}-hemisphere-off:before { content: $ti-icon-hemisphere-off; }\n.#{$ti-prefix}-hemisphere-plus:before { content: $ti-icon-hemisphere-plus; }\n.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }\n.#{$ti-prefix}-hexagon-3d:before { content: $ti-icon-hexagon-3d; }\n.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }\n.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }\n.#{$ti-prefix}-hexagon-letter-c:before { content: $ti-icon-hexagon-letter-c; }\n.#{$ti-prefix}-hexagon-letter-d:before { content: $ti-icon-hexagon-letter-d; }\n.#{$ti-prefix}-hexagon-letter-e:before { content: $ti-icon-hexagon-letter-e; }\n.#{$ti-prefix}-hexagon-letter-f:before { content: $ti-icon-hexagon-letter-f; }\n.#{$ti-prefix}-hexagon-letter-g:before { content: $ti-icon-hexagon-letter-g; }\n.#{$ti-prefix}-hexagon-letter-h:before { content: $ti-icon-hexagon-letter-h; }\n.#{$ti-prefix}-hexagon-letter-i:before { content: $ti-icon-hexagon-letter-i; }\n.#{$ti-prefix}-hexagon-letter-j:before { content: $ti-icon-hexagon-letter-j; }\n.#{$ti-prefix}-hexagon-letter-k:before { content: $ti-icon-hexagon-letter-k; }\n.#{$ti-prefix}-hexagon-letter-l:before { content: $ti-icon-hexagon-letter-l; }\n.#{$ti-prefix}-hexagon-letter-m:before { content: $ti-icon-hexagon-letter-m; }\n.#{$ti-prefix}-hexagon-letter-n:before { content: $ti-icon-hexagon-letter-n; }\n.#{$ti-prefix}-hexagon-letter-o:before { content: $ti-icon-hexagon-letter-o; }\n.#{$ti-prefix}-hexagon-letter-p:before { content: $ti-icon-hexagon-letter-p; }\n.#{$ti-prefix}-hexagon-letter-q:before { content: $ti-icon-hexagon-letter-q; }\n.#{$ti-prefix}-hexagon-letter-r:before { content: $ti-icon-hexagon-letter-r; }\n.#{$ti-prefix}-hexagon-letter-s:before { content: $ti-icon-hexagon-letter-s; }\n.#{$ti-prefix}-hexagon-letter-t:before { content: $ti-icon-hexagon-letter-t; }\n.#{$ti-prefix}-hexagon-letter-u:before { content: $ti-icon-hexagon-letter-u; }\n.#{$ti-prefix}-hexagon-letter-v:before { content: $ti-icon-hexagon-letter-v; }\n.#{$ti-prefix}-hexagon-letter-w:before { content: $ti-icon-hexagon-letter-w; }\n.#{$ti-prefix}-hexagon-letter-x:before { content: $ti-icon-hexagon-letter-x; }\n.#{$ti-prefix}-hexagon-letter-y:before { content: $ti-icon-hexagon-letter-y; }\n.#{$ti-prefix}-hexagon-letter-z:before { content: $ti-icon-hexagon-letter-z; }\n.#{$ti-prefix}-hexagon-minus:before { content: $ti-icon-hexagon-minus; }\n.#{$ti-prefix}-hexagon-minus-2:before { content: $ti-icon-hexagon-minus-2; }\n.#{$ti-prefix}-hexagon-number-0:before { content: $ti-icon-hexagon-number-0; }\n.#{$ti-prefix}-hexagon-number-1:before { content: $ti-icon-hexagon-number-1; }\n.#{$ti-prefix}-hexagon-number-2:before { content: $ti-icon-hexagon-number-2; }\n.#{$ti-prefix}-hexagon-number-3:before { content: $ti-icon-hexagon-number-3; }\n.#{$ti-prefix}-hexagon-number-4:before { content: $ti-icon-hexagon-number-4; }\n.#{$ti-prefix}-hexagon-number-5:before { content: $ti-icon-hexagon-number-5; }\n.#{$ti-prefix}-hexagon-number-6:before { content: $ti-icon-hexagon-number-6; }\n.#{$ti-prefix}-hexagon-number-7:before { content: $ti-icon-hexagon-number-7; }\n.#{$ti-prefix}-hexagon-number-8:before { content: $ti-icon-hexagon-number-8; }\n.#{$ti-prefix}-hexagon-number-9:before { content: $ti-icon-hexagon-number-9; }\n.#{$ti-prefix}-hexagon-off:before { content: $ti-icon-hexagon-off; }\n.#{$ti-prefix}-hexagon-plus:before { content: $ti-icon-hexagon-plus; }\n.#{$ti-prefix}-hexagon-plus-2:before { content: $ti-icon-hexagon-plus-2; }\n.#{$ti-prefix}-hexagonal-prism:before { content: $ti-icon-hexagonal-prism; }\n.#{$ti-prefix}-hexagonal-prism-off:before { content: $ti-icon-hexagonal-prism-off; }\n.#{$ti-prefix}-hexagonal-prism-plus:before { content: $ti-icon-hexagonal-prism-plus; }\n.#{$ti-prefix}-hexagonal-pyramid:before { content: $ti-icon-hexagonal-pyramid; }\n.#{$ti-prefix}-hexagonal-pyramid-off:before { content: $ti-icon-hexagonal-pyramid-off; }\n.#{$ti-prefix}-hexagonal-pyramid-plus:before { content: $ti-icon-hexagonal-pyramid-plus; }\n.#{$ti-prefix}-hexagons:before { content: $ti-icon-hexagons; }\n.#{$ti-prefix}-hexagons-off:before { content: $ti-icon-hexagons-off; }\n.#{$ti-prefix}-hierarchy:before { content: $ti-icon-hierarchy; }\n.#{$ti-prefix}-hierarchy-2:before { content: $ti-icon-hierarchy-2; }\n.#{$ti-prefix}-hierarchy-3:before { content: $ti-icon-hierarchy-3; }\n.#{$ti-prefix}-hierarchy-off:before { content: $ti-icon-hierarchy-off; }\n.#{$ti-prefix}-highlight:before { content: $ti-icon-highlight; }\n.#{$ti-prefix}-highlight-off:before { content: $ti-icon-highlight-off; }\n.#{$ti-prefix}-history:before { content: $ti-icon-history; }\n.#{$ti-prefix}-history-off:before { content: $ti-icon-history-off; }\n.#{$ti-prefix}-history-toggle:before { content: $ti-icon-history-toggle; }\n.#{$ti-prefix}-home:before { content: $ti-icon-home; }\n.#{$ti-prefix}-home-2:before { content: $ti-icon-home-2; }\n.#{$ti-prefix}-home-bitcoin:before { content: $ti-icon-home-bitcoin; }\n.#{$ti-prefix}-home-bolt:before { content: $ti-icon-home-bolt; }\n.#{$ti-prefix}-home-cancel:before { content: $ti-icon-home-cancel; }\n.#{$ti-prefix}-home-check:before { content: $ti-icon-home-check; }\n.#{$ti-prefix}-home-cog:before { content: $ti-icon-home-cog; }\n.#{$ti-prefix}-home-dollar:before { content: $ti-icon-home-dollar; }\n.#{$ti-prefix}-home-dot:before { content: $ti-icon-home-dot; }\n.#{$ti-prefix}-home-down:before { content: $ti-icon-home-down; }\n.#{$ti-prefix}-home-eco:before { content: $ti-icon-home-eco; }\n.#{$ti-prefix}-home-edit:before { content: $ti-icon-home-edit; }\n.#{$ti-prefix}-home-exclamation:before { content: $ti-icon-home-exclamation; }\n.#{$ti-prefix}-home-hand:before { content: $ti-icon-home-hand; }\n.#{$ti-prefix}-home-heart:before { content: $ti-icon-home-heart; }\n.#{$ti-prefix}-home-infinity:before { content: $ti-icon-home-infinity; }\n.#{$ti-prefix}-home-link:before { content: $ti-icon-home-link; }\n.#{$ti-prefix}-home-minus:before { content: $ti-icon-home-minus; }\n.#{$ti-prefix}-home-move:before { content: $ti-icon-home-move; }\n.#{$ti-prefix}-home-off:before { content: $ti-icon-home-off; }\n.#{$ti-prefix}-home-plus:before { content: $ti-icon-home-plus; }\n.#{$ti-prefix}-home-question:before { content: $ti-icon-home-question; }\n.#{$ti-prefix}-home-ribbon:before { content: $ti-icon-home-ribbon; }\n.#{$ti-prefix}-home-search:before { content: $ti-icon-home-search; }\n.#{$ti-prefix}-home-share:before { content: $ti-icon-home-share; }\n.#{$ti-prefix}-home-shield:before { content: $ti-icon-home-shield; }\n.#{$ti-prefix}-home-signal:before { content: $ti-icon-home-signal; }\n.#{$ti-prefix}-home-spark:before { content: $ti-icon-home-spark; }\n.#{$ti-prefix}-home-star:before { content: $ti-icon-home-star; }\n.#{$ti-prefix}-home-stats:before { content: $ti-icon-home-stats; }\n.#{$ti-prefix}-home-up:before { content: $ti-icon-home-up; }\n.#{$ti-prefix}-home-x:before { content: $ti-icon-home-x; }\n.#{$ti-prefix}-horse:before { content: $ti-icon-horse; }\n.#{$ti-prefix}-horse-toy:before { content: $ti-icon-horse-toy; }\n.#{$ti-prefix}-horseshoe:before { content: $ti-icon-horseshoe; }\n.#{$ti-prefix}-hospital:before { content: $ti-icon-hospital; }\n.#{$ti-prefix}-hospital-circle:before { content: $ti-icon-hospital-circle; }\n.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }\n.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }\n.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }\n.#{$ti-prefix}-hourglass-high:before { content: $ti-icon-hourglass-high; }\n.#{$ti-prefix}-hourglass-low:before { content: $ti-icon-hourglass-low; }\n.#{$ti-prefix}-hourglass-off:before { content: $ti-icon-hourglass-off; }\n.#{$ti-prefix}-hours-12:before { content: $ti-icon-hours-12; }\n.#{$ti-prefix}-hours-24:before { content: $ti-icon-hours-24; }\n.#{$ti-prefix}-html:before { content: $ti-icon-html; }\n.#{$ti-prefix}-http-connect:before { content: $ti-icon-http-connect; }\n.#{$ti-prefix}-http-delete:before { content: $ti-icon-http-delete; }\n.#{$ti-prefix}-http-get:before { content: $ti-icon-http-get; }\n.#{$ti-prefix}-http-head:before { content: $ti-icon-http-head; }\n.#{$ti-prefix}-http-options:before { content: $ti-icon-http-options; }\n.#{$ti-prefix}-http-patch:before { content: $ti-icon-http-patch; }\n.#{$ti-prefix}-http-post:before { content: $ti-icon-http-post; }\n.#{$ti-prefix}-http-put:before { content: $ti-icon-http-put; }\n.#{$ti-prefix}-http-que:before { content: $ti-icon-http-que; }\n.#{$ti-prefix}-http-trace:before { content: $ti-icon-http-trace; }\n.#{$ti-prefix}-ice-cream:before { content: $ti-icon-ice-cream; }\n.#{$ti-prefix}-ice-cream-2:before { content: $ti-icon-ice-cream-2; }\n.#{$ti-prefix}-ice-cream-off:before { content: $ti-icon-ice-cream-off; }\n.#{$ti-prefix}-ice-skating:before { content: $ti-icon-ice-skating; }\n.#{$ti-prefix}-icons:before { content: $ti-icon-icons; }\n.#{$ti-prefix}-icons-off:before { content: $ti-icon-icons-off; }\n.#{$ti-prefix}-id:before { content: $ti-icon-id; }\n.#{$ti-prefix}-id-badge:before { content: $ti-icon-id-badge; }\n.#{$ti-prefix}-id-badge-2:before { content: $ti-icon-id-badge-2; }\n.#{$ti-prefix}-id-badge-off:before { content: $ti-icon-id-badge-off; }\n.#{$ti-prefix}-id-off:before { content: $ti-icon-id-off; }\n.#{$ti-prefix}-ikosaedr:before { content: $ti-icon-ikosaedr; }\n.#{$ti-prefix}-image-in-picture:before { content: $ti-icon-image-in-picture; }\n.#{$ti-prefix}-inbox:before { content: $ti-icon-inbox; }\n.#{$ti-prefix}-inbox-off:before { content: $ti-icon-inbox-off; }\n.#{$ti-prefix}-indent-decrease:before { content: $ti-icon-indent-decrease; }\n.#{$ti-prefix}-indent-increase:before { content: $ti-icon-indent-increase; }\n.#{$ti-prefix}-infinity:before { content: $ti-icon-infinity; }\n.#{$ti-prefix}-infinity-off:before { content: $ti-icon-infinity-off; }\n.#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; }\n.#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; }\n.#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; }\n.#{$ti-prefix}-info-small:before { content: $ti-icon-info-small; }\n.#{$ti-prefix}-info-square:before { content: $ti-icon-info-square; }\n.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }\n.#{$ti-prefix}-info-triangle:before { content: $ti-icon-info-triangle; }\n.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }\n.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }\n.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }\n.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; }\n.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; }\n.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; }\n.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }\n.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }\n.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; }\n.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; }\n.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }\n.#{$ti-prefix}-input-spark:before { content: $ti-icon-input-spark; }\n.#{$ti-prefix}-input-x:before { content: $ti-icon-input-x; }\n.#{$ti-prefix}-invoice:before { content: $ti-icon-invoice; }\n.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }\n.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }\n.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }\n.#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; }\n.#{$ti-prefix}-ironing-off:before { content: $ti-icon-ironing-off; }\n.#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; }\n.#{$ti-prefix}-ironing-steam-off:before { content: $ti-icon-ironing-steam-off; }\n.#{$ti-prefix}-irregular-polyhedron:before { content: $ti-icon-irregular-polyhedron; }\n.#{$ti-prefix}-irregular-polyhedron-off:before { content: $ti-icon-irregular-polyhedron-off; }\n.#{$ti-prefix}-irregular-polyhedron-plus:before { content: $ti-icon-irregular-polyhedron-plus; }\n.#{$ti-prefix}-italic:before { content: $ti-icon-italic; }\n.#{$ti-prefix}-jacket:before { content: $ti-icon-jacket; }\n.#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; }\n.#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; }\n.#{$ti-prefix}-join-bevel:before { content: $ti-icon-join-bevel; }\n.#{$ti-prefix}-join-round:before { content: $ti-icon-join-round; }\n.#{$ti-prefix}-join-straight:before { content: $ti-icon-join-straight; }\n.#{$ti-prefix}-joker:before { content: $ti-icon-joker; }\n.#{$ti-prefix}-jpg:before { content: $ti-icon-jpg; }\n.#{$ti-prefix}-json:before { content: $ti-icon-json; }\n.#{$ti-prefix}-jump-rope:before { content: $ti-icon-jump-rope; }\n.#{$ti-prefix}-karate:before { content: $ti-icon-karate; }\n.#{$ti-prefix}-kayak:before { content: $ti-icon-kayak; }\n.#{$ti-prefix}-kerning:before { content: $ti-icon-kerning; }\n.#{$ti-prefix}-key:before { content: $ti-icon-key; }\n.#{$ti-prefix}-key-off:before { content: $ti-icon-key-off; }\n.#{$ti-prefix}-keyboard:before { content: $ti-icon-keyboard; }\n.#{$ti-prefix}-keyboard-hide:before { content: $ti-icon-keyboard-hide; }\n.#{$ti-prefix}-keyboard-off:before { content: $ti-icon-keyboard-off; }\n.#{$ti-prefix}-keyboard-show:before { content: $ti-icon-keyboard-show; }\n.#{$ti-prefix}-keyframe:before { content: $ti-icon-keyframe; }\n.#{$ti-prefix}-keyframe-align-center:before { content: $ti-icon-keyframe-align-center; }\n.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; }\n.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; }\n.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; }\n.#{$ti-prefix}-label:before { content: $ti-icon-label; }\n.#{$ti-prefix}-label-important:before { content: $ti-icon-label-important; }\n.#{$ti-prefix}-label-off:before { content: $ti-icon-label-off; }\n.#{$ti-prefix}-ladder:before { content: $ti-icon-ladder; }\n.#{$ti-prefix}-ladder-off:before { content: $ti-icon-ladder-off; }\n.#{$ti-prefix}-ladle:before { content: $ti-icon-ladle; }\n.#{$ti-prefix}-lambda:before { content: $ti-icon-lambda; }\n.#{$ti-prefix}-lamp:before { content: $ti-icon-lamp; }\n.#{$ti-prefix}-lamp-2:before { content: $ti-icon-lamp-2; }\n.#{$ti-prefix}-lamp-off:before { content: $ti-icon-lamp-off; }\n.#{$ti-prefix}-lane:before { content: $ti-icon-lane; }\n.#{$ti-prefix}-language:before { content: $ti-icon-language; }\n.#{$ti-prefix}-language-hiragana:before { content: $ti-icon-language-hiragana; }\n.#{$ti-prefix}-language-katakana:before { content: $ti-icon-language-katakana; }\n.#{$ti-prefix}-language-off:before { content: $ti-icon-language-off; }\n.#{$ti-prefix}-lasso:before { content: $ti-icon-lasso; }\n.#{$ti-prefix}-lasso-off:before { content: $ti-icon-lasso-off; }\n.#{$ti-prefix}-lasso-polygon:before { content: $ti-icon-lasso-polygon; }\n.#{$ti-prefix}-laurel-wreath:before { content: $ti-icon-laurel-wreath; }\n.#{$ti-prefix}-laurel-wreath-1:before { content: $ti-icon-laurel-wreath-1; }\n.#{$ti-prefix}-laurel-wreath-2:before { content: $ti-icon-laurel-wreath-2; }\n.#{$ti-prefix}-laurel-wreath-3:before { content: $ti-icon-laurel-wreath-3; }\n.#{$ti-prefix}-layers-difference:before { content: $ti-icon-layers-difference; }\n.#{$ti-prefix}-layers-intersect:before { content: $ti-icon-layers-intersect; }\n.#{$ti-prefix}-layers-intersect-2:before { content: $ti-icon-layers-intersect-2; }\n.#{$ti-prefix}-layers-linked:before { content: $ti-icon-layers-linked; }\n.#{$ti-prefix}-layers-off:before { content: $ti-icon-layers-off; }\n.#{$ti-prefix}-layers-selected:before { content: $ti-icon-layers-selected; }\n.#{$ti-prefix}-layers-selected-bottom:before { content: $ti-icon-layers-selected-bottom; }\n.#{$ti-prefix}-layers-subtract:before { content: $ti-icon-layers-subtract; }\n.#{$ti-prefix}-layers-union:before { content: $ti-icon-layers-union; }\n.#{$ti-prefix}-layout:before { content: $ti-icon-layout; }\n.#{$ti-prefix}-layout-2:before { content: $ti-icon-layout-2; }\n.#{$ti-prefix}-layout-align-bottom:before { content: $ti-icon-layout-align-bottom; }\n.#{$ti-prefix}-layout-align-center:before { content: $ti-icon-layout-align-center; }\n.#{$ti-prefix}-layout-align-left:before { content: $ti-icon-layout-align-left; }\n.#{$ti-prefix}-layout-align-middle:before { content: $ti-icon-layout-align-middle; }\n.#{$ti-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; }\n.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }\n.#{$ti-prefix}-layout-board:before { content: $ti-icon-layout-board; }\n.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; }\n.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }\n.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }\n.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }\n.#{$ti-prefix}-layout-bottombar-inactive:before { content: $ti-icon-layout-bottombar-inactive; }\n.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }\n.#{$ti-prefix}-layout-collage:before { content: $ti-icon-layout-collage; }\n.#{$ti-prefix}-layout-columns:before { content: $ti-icon-layout-columns; }\n.#{$ti-prefix}-layout-dashboard:before { content: $ti-icon-layout-dashboard; }\n.#{$ti-prefix}-layout-distribute-horizontal:before { content: $ti-icon-layout-distribute-horizontal; }\n.#{$ti-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; }\n.#{$ti-prefix}-layout-grid:before { content: $ti-icon-layout-grid; }\n.#{$ti-prefix}-layout-grid-add:before { content: $ti-icon-layout-grid-add; }\n.#{$ti-prefix}-layout-grid-remove:before { content: $ti-icon-layout-grid-remove; }\n.#{$ti-prefix}-layout-kanban:before { content: $ti-icon-layout-kanban; }\n.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }\n.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }\n.#{$ti-prefix}-layout-navbar-collapse:before { content: $ti-icon-layout-navbar-collapse; }\n.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; }\n.#{$ti-prefix}-layout-navbar-inactive:before { content: $ti-icon-layout-navbar-inactive; }\n.#{$ti-prefix}-layout-off:before { content: $ti-icon-layout-off; }\n.#{$ti-prefix}-layout-rows:before { content: $ti-icon-layout-rows; }\n.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }\n.#{$ti-prefix}-layout-sidebar-inactive:before { content: $ti-icon-layout-sidebar-inactive; }\n.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; }\n.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; }\n.#{$ti-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; }\n.#{$ti-prefix}-layout-sidebar-right-collapse:before { content: $ti-icon-layout-sidebar-right-collapse; }\n.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }\n.#{$ti-prefix}-layout-sidebar-right-inactive:before { content: $ti-icon-layout-sidebar-right-inactive; }\n.#{$ti-prefix}-leaf:before { content: $ti-icon-leaf; }\n.#{$ti-prefix}-leaf-2:before { content: $ti-icon-leaf-2; }\n.#{$ti-prefix}-leaf-off:before { content: $ti-icon-leaf-off; }\n.#{$ti-prefix}-lego:before { content: $ti-icon-lego; }\n.#{$ti-prefix}-lego-off:before { content: $ti-icon-lego-off; }\n.#{$ti-prefix}-lemon:before { content: $ti-icon-lemon; }\n.#{$ti-prefix}-lemon-2:before { content: $ti-icon-lemon-2; }\n.#{$ti-prefix}-letter-a:before { content: $ti-icon-letter-a; }\n.#{$ti-prefix}-letter-a-small:before { content: $ti-icon-letter-a-small; }\n.#{$ti-prefix}-letter-b:before { content: $ti-icon-letter-b; }\n.#{$ti-prefix}-letter-b-small:before { content: $ti-icon-letter-b-small; }\n.#{$ti-prefix}-letter-c:before { content: $ti-icon-letter-c; }\n.#{$ti-prefix}-letter-c-small:before { content: $ti-icon-letter-c-small; }\n.#{$ti-prefix}-letter-case:before { content: $ti-icon-letter-case; }\n.#{$ti-prefix}-letter-case-lower:before { content: $ti-icon-letter-case-lower; }\n.#{$ti-prefix}-letter-case-toggle:before { content: $ti-icon-letter-case-toggle; }\n.#{$ti-prefix}-letter-case-upper:before { content: $ti-icon-letter-case-upper; }\n.#{$ti-prefix}-letter-d:before { content: $ti-icon-letter-d; }\n.#{$ti-prefix}-letter-d-small:before { content: $ti-icon-letter-d-small; }\n.#{$ti-prefix}-letter-e:before { content: $ti-icon-letter-e; }\n.#{$ti-prefix}-letter-e-small:before { content: $ti-icon-letter-e-small; }\n.#{$ti-prefix}-letter-f:before { content: $ti-icon-letter-f; }\n.#{$ti-prefix}-letter-f-small:before { content: $ti-icon-letter-f-small; }\n.#{$ti-prefix}-letter-g:before { content: $ti-icon-letter-g; }\n.#{$ti-prefix}-letter-g-small:before { content: $ti-icon-letter-g-small; }\n.#{$ti-prefix}-letter-h:before { content: $ti-icon-letter-h; }\n.#{$ti-prefix}-letter-h-small:before { content: $ti-icon-letter-h-small; }\n.#{$ti-prefix}-letter-i:before { content: $ti-icon-letter-i; }\n.#{$ti-prefix}-letter-i-small:before { content: $ti-icon-letter-i-small; }\n.#{$ti-prefix}-letter-j:before { content: $ti-icon-letter-j; }\n.#{$ti-prefix}-letter-j-small:before { content: $ti-icon-letter-j-small; }\n.#{$ti-prefix}-letter-k:before { content: $ti-icon-letter-k; }\n.#{$ti-prefix}-letter-k-small:before { content: $ti-icon-letter-k-small; }\n.#{$ti-prefix}-letter-l:before { content: $ti-icon-letter-l; }\n.#{$ti-prefix}-letter-l-small:before { content: $ti-icon-letter-l-small; }\n.#{$ti-prefix}-letter-m:before { content: $ti-icon-letter-m; }\n.#{$ti-prefix}-letter-m-small:before { content: $ti-icon-letter-m-small; }\n.#{$ti-prefix}-letter-n:before { content: $ti-icon-letter-n; }\n.#{$ti-prefix}-letter-n-small:before { content: $ti-icon-letter-n-small; }\n.#{$ti-prefix}-letter-o:before { content: $ti-icon-letter-o; }\n.#{$ti-prefix}-letter-o-small:before { content: $ti-icon-letter-o-small; }\n.#{$ti-prefix}-letter-p:before { content: $ti-icon-letter-p; }\n.#{$ti-prefix}-letter-p-small:before { content: $ti-icon-letter-p-small; }\n.#{$ti-prefix}-letter-q:before { content: $ti-icon-letter-q; }\n.#{$ti-prefix}-letter-q-small:before { content: $ti-icon-letter-q-small; }\n.#{$ti-prefix}-letter-r:before { content: $ti-icon-letter-r; }\n.#{$ti-prefix}-letter-r-small:before { content: $ti-icon-letter-r-small; }\n.#{$ti-prefix}-letter-s:before { content: $ti-icon-letter-s; }\n.#{$ti-prefix}-letter-s-small:before { content: $ti-icon-letter-s-small; }\n.#{$ti-prefix}-letter-spacing:before { content: $ti-icon-letter-spacing; }\n.#{$ti-prefix}-letter-t:before { content: $ti-icon-letter-t; }\n.#{$ti-prefix}-letter-t-small:before { content: $ti-icon-letter-t-small; }\n.#{$ti-prefix}-letter-u:before { content: $ti-icon-letter-u; }\n.#{$ti-prefix}-letter-u-small:before { content: $ti-icon-letter-u-small; }\n.#{$ti-prefix}-letter-v:before { content: $ti-icon-letter-v; }\n.#{$ti-prefix}-letter-v-small:before { content: $ti-icon-letter-v-small; }\n.#{$ti-prefix}-letter-w:before { content: $ti-icon-letter-w; }\n.#{$ti-prefix}-letter-w-small:before { content: $ti-icon-letter-w-small; }\n.#{$ti-prefix}-letter-x:before { content: $ti-icon-letter-x; }\n.#{$ti-prefix}-letter-x-small:before { content: $ti-icon-letter-x-small; }\n.#{$ti-prefix}-letter-y:before { content: $ti-icon-letter-y; }\n.#{$ti-prefix}-letter-y-small:before { content: $ti-icon-letter-y-small; }\n.#{$ti-prefix}-letter-z:before { content: $ti-icon-letter-z; }\n.#{$ti-prefix}-letter-z-small:before { content: $ti-icon-letter-z-small; }\n.#{$ti-prefix}-library:before { content: $ti-icon-library; }\n.#{$ti-prefix}-library-minus:before { content: $ti-icon-library-minus; }\n.#{$ti-prefix}-library-photo:before { content: $ti-icon-library-photo; }\n.#{$ti-prefix}-library-plus:before { content: $ti-icon-library-plus; }\n.#{$ti-prefix}-license:before { content: $ti-icon-license; }\n.#{$ti-prefix}-license-off:before { content: $ti-icon-license-off; }\n.#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; }\n.#{$ti-prefix}-lifebuoy-off:before { content: $ti-icon-lifebuoy-off; }\n.#{$ti-prefix}-lighter:before { content: $ti-icon-lighter; }\n.#{$ti-prefix}-line:before { content: $ti-icon-line; }\n.#{$ti-prefix}-line-dashed:before { content: $ti-icon-line-dashed; }\n.#{$ti-prefix}-line-dotted:before { content: $ti-icon-line-dotted; }\n.#{$ti-prefix}-line-height:before { content: $ti-icon-line-height; }\n.#{$ti-prefix}-line-scan:before { content: $ti-icon-line-scan; }\n.#{$ti-prefix}-link:before { content: $ti-icon-link; }\n.#{$ti-prefix}-link-minus:before { content: $ti-icon-link-minus; }\n.#{$ti-prefix}-link-off:before { content: $ti-icon-link-off; }\n.#{$ti-prefix}-link-plus:before { content: $ti-icon-link-plus; }\n.#{$ti-prefix}-list:before { content: $ti-icon-list; }\n.#{$ti-prefix}-list-check:before { content: $ti-icon-list-check; }\n.#{$ti-prefix}-list-details:before { content: $ti-icon-list-details; }\n.#{$ti-prefix}-list-letters:before { content: $ti-icon-list-letters; }\n.#{$ti-prefix}-list-numbers:before { content: $ti-icon-list-numbers; }\n.#{$ti-prefix}-list-search:before { content: $ti-icon-list-search; }\n.#{$ti-prefix}-list-tree:before { content: $ti-icon-list-tree; }\n.#{$ti-prefix}-live-photo:before { content: $ti-icon-live-photo; }\n.#{$ti-prefix}-live-photo-off:before { content: $ti-icon-live-photo-off; }\n.#{$ti-prefix}-live-view:before { content: $ti-icon-live-view; }\n.#{$ti-prefix}-load-balancer:before { content: $ti-icon-load-balancer; }\n.#{$ti-prefix}-loader:before { content: $ti-icon-loader; }\n.#{$ti-prefix}-loader-2:before { content: $ti-icon-loader-2; }\n.#{$ti-prefix}-loader-3:before { content: $ti-icon-loader-3; }\n.#{$ti-prefix}-loader-quarter:before { content: $ti-icon-loader-quarter; }\n.#{$ti-prefix}-location:before { content: $ti-icon-location; }\n.#{$ti-prefix}-location-bolt:before { content: $ti-icon-location-bolt; }\n.#{$ti-prefix}-location-broken:before { content: $ti-icon-location-broken; }\n.#{$ti-prefix}-location-cancel:before { content: $ti-icon-location-cancel; }\n.#{$ti-prefix}-location-check:before { content: $ti-icon-location-check; }\n.#{$ti-prefix}-location-code:before { content: $ti-icon-location-code; }\n.#{$ti-prefix}-location-cog:before { content: $ti-icon-location-cog; }\n.#{$ti-prefix}-location-discount:before { content: $ti-icon-location-discount; }\n.#{$ti-prefix}-location-dollar:before { content: $ti-icon-location-dollar; }\n.#{$ti-prefix}-location-down:before { content: $ti-icon-location-down; }\n.#{$ti-prefix}-location-exclamation:before { content: $ti-icon-location-exclamation; }\n.#{$ti-prefix}-location-heart:before { content: $ti-icon-location-heart; }\n.#{$ti-prefix}-location-minus:before { content: $ti-icon-location-minus; }\n.#{$ti-prefix}-location-off:before { content: $ti-icon-location-off; }\n.#{$ti-prefix}-location-pause:before { content: $ti-icon-location-pause; }\n.#{$ti-prefix}-location-pin:before { content: $ti-icon-location-pin; }\n.#{$ti-prefix}-location-plus:before { content: $ti-icon-location-plus; }\n.#{$ti-prefix}-location-question:before { content: $ti-icon-location-question; }\n.#{$ti-prefix}-location-search:before { content: $ti-icon-location-search; }\n.#{$ti-prefix}-location-share:before { content: $ti-icon-location-share; }\n.#{$ti-prefix}-location-star:before { content: $ti-icon-location-star; }\n.#{$ti-prefix}-location-up:before { content: $ti-icon-location-up; }\n.#{$ti-prefix}-location-x:before { content: $ti-icon-location-x; }\n.#{$ti-prefix}-lock:before { content: $ti-icon-lock; }\n.#{$ti-prefix}-lock-access:before { content: $ti-icon-lock-access; }\n.#{$ti-prefix}-lock-access-off:before { content: $ti-icon-lock-access-off; }\n.#{$ti-prefix}-lock-bitcoin:before { content: $ti-icon-lock-bitcoin; }\n.#{$ti-prefix}-lock-bolt:before { content: $ti-icon-lock-bolt; }\n.#{$ti-prefix}-lock-cancel:before { content: $ti-icon-lock-cancel; }\n.#{$ti-prefix}-lock-check:before { content: $ti-icon-lock-check; }\n.#{$ti-prefix}-lock-code:before { content: $ti-icon-lock-code; }\n.#{$ti-prefix}-lock-cog:before { content: $ti-icon-lock-cog; }\n.#{$ti-prefix}-lock-dollar:before { content: $ti-icon-lock-dollar; }\n.#{$ti-prefix}-lock-down:before { content: $ti-icon-lock-down; }\n.#{$ti-prefix}-lock-exclamation:before { content: $ti-icon-lock-exclamation; }\n.#{$ti-prefix}-lock-heart:before { content: $ti-icon-lock-heart; }\n.#{$ti-prefix}-lock-minus:before { content: $ti-icon-lock-minus; }\n.#{$ti-prefix}-lock-off:before { content: $ti-icon-lock-off; }\n.#{$ti-prefix}-lock-open:before { content: $ti-icon-lock-open; }\n.#{$ti-prefix}-lock-open-2:before { content: $ti-icon-lock-open-2; }\n.#{$ti-prefix}-lock-open-off:before { content: $ti-icon-lock-open-off; }\n.#{$ti-prefix}-lock-password:before { content: $ti-icon-lock-password; }\n.#{$ti-prefix}-lock-pause:before { content: $ti-icon-lock-pause; }\n.#{$ti-prefix}-lock-pin:before { content: $ti-icon-lock-pin; }\n.#{$ti-prefix}-lock-plus:before { content: $ti-icon-lock-plus; }\n.#{$ti-prefix}-lock-question:before { content: $ti-icon-lock-question; }\n.#{$ti-prefix}-lock-search:before { content: $ti-icon-lock-search; }\n.#{$ti-prefix}-lock-share:before { content: $ti-icon-lock-share; }\n.#{$ti-prefix}-lock-square:before { content: $ti-icon-lock-square; }\n.#{$ti-prefix}-lock-square-rounded:before { content: $ti-icon-lock-square-rounded; }\n.#{$ti-prefix}-lock-star:before { content: $ti-icon-lock-star; }\n.#{$ti-prefix}-lock-up:before { content: $ti-icon-lock-up; }\n.#{$ti-prefix}-lock-x:before { content: $ti-icon-lock-x; }\n.#{$ti-prefix}-logic-and:before { content: $ti-icon-logic-and; }\n.#{$ti-prefix}-logic-buffer:before { content: $ti-icon-logic-buffer; }\n.#{$ti-prefix}-logic-nand:before { content: $ti-icon-logic-nand; }\n.#{$ti-prefix}-logic-nor:before { content: $ti-icon-logic-nor; }\n.#{$ti-prefix}-logic-not:before { content: $ti-icon-logic-not; }\n.#{$ti-prefix}-logic-or:before { content: $ti-icon-logic-or; }\n.#{$ti-prefix}-logic-xnor:before { content: $ti-icon-logic-xnor; }\n.#{$ti-prefix}-logic-xor:before { content: $ti-icon-logic-xor; }\n.#{$ti-prefix}-login:before { content: $ti-icon-login; }\n.#{$ti-prefix}-login-2:before { content: $ti-icon-login-2; }\n.#{$ti-prefix}-logout:before { content: $ti-icon-logout; }\n.#{$ti-prefix}-logout-2:before { content: $ti-icon-logout-2; }\n.#{$ti-prefix}-logs:before { content: $ti-icon-logs; }\n.#{$ti-prefix}-lollipop:before { content: $ti-icon-lollipop; }\n.#{$ti-prefix}-lollipop-off:before { content: $ti-icon-lollipop-off; }\n.#{$ti-prefix}-luggage:before { content: $ti-icon-luggage; }\n.#{$ti-prefix}-luggage-off:before { content: $ti-icon-luggage-off; }\n.#{$ti-prefix}-lungs:before { content: $ti-icon-lungs; }\n.#{$ti-prefix}-lungs-off:before { content: $ti-icon-lungs-off; }\n.#{$ti-prefix}-macro:before { content: $ti-icon-macro; }\n.#{$ti-prefix}-macro-off:before { content: $ti-icon-macro-off; }\n.#{$ti-prefix}-magnet:before { content: $ti-icon-magnet; }\n.#{$ti-prefix}-magnet-off:before { content: $ti-icon-magnet-off; }\n.#{$ti-prefix}-magnetic:before { content: $ti-icon-magnetic; }\n.#{$ti-prefix}-mail:before { content: $ti-icon-mail; }\n.#{$ti-prefix}-mail-ai:before { content: $ti-icon-mail-ai; }\n.#{$ti-prefix}-mail-bitcoin:before { content: $ti-icon-mail-bitcoin; }\n.#{$ti-prefix}-mail-bolt:before { content: $ti-icon-mail-bolt; }\n.#{$ti-prefix}-mail-cancel:before { content: $ti-icon-mail-cancel; }\n.#{$ti-prefix}-mail-check:before { content: $ti-icon-mail-check; }\n.#{$ti-prefix}-mail-code:before { content: $ti-icon-mail-code; }\n.#{$ti-prefix}-mail-cog:before { content: $ti-icon-mail-cog; }\n.#{$ti-prefix}-mail-dollar:before { content: $ti-icon-mail-dollar; }\n.#{$ti-prefix}-mail-down:before { content: $ti-icon-mail-down; }\n.#{$ti-prefix}-mail-exclamation:before { content: $ti-icon-mail-exclamation; }\n.#{$ti-prefix}-mail-fast:before { content: $ti-icon-mail-fast; }\n.#{$ti-prefix}-mail-forward:before { content: $ti-icon-mail-forward; }\n.#{$ti-prefix}-mail-heart:before { content: $ti-icon-mail-heart; }\n.#{$ti-prefix}-mail-minus:before { content: $ti-icon-mail-minus; }\n.#{$ti-prefix}-mail-off:before { content: $ti-icon-mail-off; }\n.#{$ti-prefix}-mail-opened:before { content: $ti-icon-mail-opened; }\n.#{$ti-prefix}-mail-pause:before { content: $ti-icon-mail-pause; }\n.#{$ti-prefix}-mail-pin:before { content: $ti-icon-mail-pin; }\n.#{$ti-prefix}-mail-plus:before { content: $ti-icon-mail-plus; }\n.#{$ti-prefix}-mail-question:before { content: $ti-icon-mail-question; }\n.#{$ti-prefix}-mail-search:before { content: $ti-icon-mail-search; }\n.#{$ti-prefix}-mail-share:before { content: $ti-icon-mail-share; }\n.#{$ti-prefix}-mail-spark:before { content: $ti-icon-mail-spark; }\n.#{$ti-prefix}-mail-star:before { content: $ti-icon-mail-star; }\n.#{$ti-prefix}-mail-up:before { content: $ti-icon-mail-up; }\n.#{$ti-prefix}-mail-x:before { content: $ti-icon-mail-x; }\n.#{$ti-prefix}-mailbox:before { content: $ti-icon-mailbox; }\n.#{$ti-prefix}-mailbox-off:before { content: $ti-icon-mailbox-off; }\n.#{$ti-prefix}-man:before { content: $ti-icon-man; }\n.#{$ti-prefix}-manual-gearbox:before { content: $ti-icon-manual-gearbox; }\n.#{$ti-prefix}-map:before { content: $ti-icon-map; }\n.#{$ti-prefix}-map-2:before { content: $ti-icon-map-2; }\n.#{$ti-prefix}-map-bolt:before { content: $ti-icon-map-bolt; }\n.#{$ti-prefix}-map-cancel:before { content: $ti-icon-map-cancel; }\n.#{$ti-prefix}-map-check:before { content: $ti-icon-map-check; }\n.#{$ti-prefix}-map-code:before { content: $ti-icon-map-code; }\n.#{$ti-prefix}-map-cog:before { content: $ti-icon-map-cog; }\n.#{$ti-prefix}-map-discount:before { content: $ti-icon-map-discount; }\n.#{$ti-prefix}-map-dollar:before { content: $ti-icon-map-dollar; }\n.#{$ti-prefix}-map-down:before { content: $ti-icon-map-down; }\n.#{$ti-prefix}-map-east:before { content: $ti-icon-map-east; }\n.#{$ti-prefix}-map-exclamation:before { content: $ti-icon-map-exclamation; }\n.#{$ti-prefix}-map-heart:before { content: $ti-icon-map-heart; }\n.#{$ti-prefix}-map-minus:before { content: $ti-icon-map-minus; }\n.#{$ti-prefix}-map-north:before { content: $ti-icon-map-north; }\n.#{$ti-prefix}-map-off:before { content: $ti-icon-map-off; }\n.#{$ti-prefix}-map-pause:before { content: $ti-icon-map-pause; }\n.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; }\n.#{$ti-prefix}-map-pin-2:before { content: $ti-icon-map-pin-2; }\n.#{$ti-prefix}-map-pin-bolt:before { content: $ti-icon-map-pin-bolt; }\n.#{$ti-prefix}-map-pin-cancel:before { content: $ti-icon-map-pin-cancel; }\n.#{$ti-prefix}-map-pin-check:before { content: $ti-icon-map-pin-check; }\n.#{$ti-prefix}-map-pin-code:before { content: $ti-icon-map-pin-code; }\n.#{$ti-prefix}-map-pin-cog:before { content: $ti-icon-map-pin-cog; }\n.#{$ti-prefix}-map-pin-dollar:before { content: $ti-icon-map-pin-dollar; }\n.#{$ti-prefix}-map-pin-down:before { content: $ti-icon-map-pin-down; }\n.#{$ti-prefix}-map-pin-exclamation:before { content: $ti-icon-map-pin-exclamation; }\n.#{$ti-prefix}-map-pin-heart:before { content: $ti-icon-map-pin-heart; }\n.#{$ti-prefix}-map-pin-minus:before { content: $ti-icon-map-pin-minus; }\n.#{$ti-prefix}-map-pin-off:before { content: $ti-icon-map-pin-off; }\n.#{$ti-prefix}-map-pin-pause:before { content: $ti-icon-map-pin-pause; }\n.#{$ti-prefix}-map-pin-pin:before { content: $ti-icon-map-pin-pin; }\n.#{$ti-prefix}-map-pin-plus:before { content: $ti-icon-map-pin-plus; }\n.#{$ti-prefix}-map-pin-question:before { content: $ti-icon-map-pin-question; }\n.#{$ti-prefix}-map-pin-search:before { content: $ti-icon-map-pin-search; }\n.#{$ti-prefix}-map-pin-share:before { content: $ti-icon-map-pin-share; }\n.#{$ti-prefix}-map-pin-star:before { content: $ti-icon-map-pin-star; }\n.#{$ti-prefix}-map-pin-up:before { content: $ti-icon-map-pin-up; }\n.#{$ti-prefix}-map-pin-x:before { content: $ti-icon-map-pin-x; }\n.#{$ti-prefix}-map-pins:before { content: $ti-icon-map-pins; }\n.#{$ti-prefix}-map-plus:before { content: $ti-icon-map-plus; }\n.#{$ti-prefix}-map-question:before { content: $ti-icon-map-question; }\n.#{$ti-prefix}-map-route:before { content: $ti-icon-map-route; }\n.#{$ti-prefix}-map-search:before { content: $ti-icon-map-search; }\n.#{$ti-prefix}-map-share:before { content: $ti-icon-map-share; }\n.#{$ti-prefix}-map-south:before { content: $ti-icon-map-south; }\n.#{$ti-prefix}-map-star:before { content: $ti-icon-map-star; }\n.#{$ti-prefix}-map-up:before { content: $ti-icon-map-up; }\n.#{$ti-prefix}-map-west:before { content: $ti-icon-map-west; }\n.#{$ti-prefix}-map-x:before { content: $ti-icon-map-x; }\n.#{$ti-prefix}-markdown:before { content: $ti-icon-markdown; }\n.#{$ti-prefix}-markdown-off:before { content: $ti-icon-markdown-off; }\n.#{$ti-prefix}-marquee:before { content: $ti-icon-marquee; }\n.#{$ti-prefix}-marquee-2:before { content: $ti-icon-marquee-2; }\n.#{$ti-prefix}-marquee-off:before { content: $ti-icon-marquee-off; }\n.#{$ti-prefix}-mars:before { content: $ti-icon-mars; }\n.#{$ti-prefix}-mask:before { content: $ti-icon-mask; }\n.#{$ti-prefix}-mask-off:before { content: $ti-icon-mask-off; }\n.#{$ti-prefix}-masks-theater:before { content: $ti-icon-masks-theater; }\n.#{$ti-prefix}-masks-theater-off:before { content: $ti-icon-masks-theater-off; }\n.#{$ti-prefix}-massage:before { content: $ti-icon-massage; }\n.#{$ti-prefix}-matchstick:before { content: $ti-icon-matchstick; }\n.#{$ti-prefix}-math:before { content: $ti-icon-math; }\n.#{$ti-prefix}-math-1-divide-2:before { content: $ti-icon-math-1-divide-2; }\n.#{$ti-prefix}-math-1-divide-3:before { content: $ti-icon-math-1-divide-3; }\n.#{$ti-prefix}-math-avg:before { content: $ti-icon-math-avg; }\n.#{$ti-prefix}-math-cos:before { content: $ti-icon-math-cos; }\n.#{$ti-prefix}-math-ctg:before { content: $ti-icon-math-ctg; }\n.#{$ti-prefix}-math-equal-greater:before { content: $ti-icon-math-equal-greater; }\n.#{$ti-prefix}-math-equal-lower:before { content: $ti-icon-math-equal-lower; }\n.#{$ti-prefix}-math-function:before { content: $ti-icon-math-function; }\n.#{$ti-prefix}-math-function-off:before { content: $ti-icon-math-function-off; }\n.#{$ti-prefix}-math-function-y:before { content: $ti-icon-math-function-y; }\n.#{$ti-prefix}-math-greater:before { content: $ti-icon-math-greater; }\n.#{$ti-prefix}-math-integral:before { content: $ti-icon-math-integral; }\n.#{$ti-prefix}-math-integral-x:before { content: $ti-icon-math-integral-x; }\n.#{$ti-prefix}-math-integrals:before { content: $ti-icon-math-integrals; }\n.#{$ti-prefix}-math-lower:before { content: $ti-icon-math-lower; }\n.#{$ti-prefix}-math-max:before { content: $ti-icon-math-max; }\n.#{$ti-prefix}-math-max-min:before { content: $ti-icon-math-max-min; }\n.#{$ti-prefix}-math-min:before { content: $ti-icon-math-min; }\n.#{$ti-prefix}-math-not:before { content: $ti-icon-math-not; }\n.#{$ti-prefix}-math-off:before { content: $ti-icon-math-off; }\n.#{$ti-prefix}-math-pi:before { content: $ti-icon-math-pi; }\n.#{$ti-prefix}-math-pi-divide-2:before { content: $ti-icon-math-pi-divide-2; }\n.#{$ti-prefix}-math-sec:before { content: $ti-icon-math-sec; }\n.#{$ti-prefix}-math-sin:before { content: $ti-icon-math-sin; }\n.#{$ti-prefix}-math-symbols:before { content: $ti-icon-math-symbols; }\n.#{$ti-prefix}-math-tg:before { content: $ti-icon-math-tg; }\n.#{$ti-prefix}-math-x-divide-2:before { content: $ti-icon-math-x-divide-2; }\n.#{$ti-prefix}-math-x-divide-y:before { content: $ti-icon-math-x-divide-y; }\n.#{$ti-prefix}-math-x-divide-y-2:before { content: $ti-icon-math-x-divide-y-2; }\n.#{$ti-prefix}-math-x-floor-divide-y:before { content: $ti-icon-math-x-floor-divide-y; }\n.#{$ti-prefix}-math-x-minus-x:before { content: $ti-icon-math-x-minus-x; }\n.#{$ti-prefix}-math-x-minus-y:before { content: $ti-icon-math-x-minus-y; }\n.#{$ti-prefix}-math-x-plus-x:before { content: $ti-icon-math-x-plus-x; }\n.#{$ti-prefix}-math-x-plus-y:before { content: $ti-icon-math-x-plus-y; }\n.#{$ti-prefix}-math-xy:before { content: $ti-icon-math-xy; }\n.#{$ti-prefix}-math-y-minus-y:before { content: $ti-icon-math-y-minus-y; }\n.#{$ti-prefix}-math-y-plus-y:before { content: $ti-icon-math-y-plus-y; }\n.#{$ti-prefix}-maximize:before { content: $ti-icon-maximize; }\n.#{$ti-prefix}-maximize-off:before { content: $ti-icon-maximize-off; }\n.#{$ti-prefix}-meat:before { content: $ti-icon-meat; }\n.#{$ti-prefix}-meat-off:before { content: $ti-icon-meat-off; }\n.#{$ti-prefix}-medal:before { content: $ti-icon-medal; }\n.#{$ti-prefix}-medal-2:before { content: $ti-icon-medal-2; }\n.#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }\n.#{$ti-prefix}-medical-cross-circle:before { content: $ti-icon-medical-cross-circle; }\n.#{$ti-prefix}-medical-cross-off:before { content: $ti-icon-medical-cross-off; }\n.#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; }\n.#{$ti-prefix}-meeple:before { content: $ti-icon-meeple; }\n.#{$ti-prefix}-melon:before { content: $ti-icon-melon; }\n.#{$ti-prefix}-menorah:before { content: $ti-icon-menorah; }\n.#{$ti-prefix}-menu:before { content: $ti-icon-menu; }\n.#{$ti-prefix}-menu-2:before { content: $ti-icon-menu-2; }\n.#{$ti-prefix}-menu-3:before { content: $ti-icon-menu-3; }\n.#{$ti-prefix}-menu-4:before { content: $ti-icon-menu-4; }\n.#{$ti-prefix}-menu-deep:before { content: $ti-icon-menu-deep; }\n.#{$ti-prefix}-menu-order:before { content: $ti-icon-menu-order; }\n.#{$ti-prefix}-message:before { content: $ti-icon-message; }\n.#{$ti-prefix}-message-2:before { content: $ti-icon-message-2; }\n.#{$ti-prefix}-message-2-bolt:before { content: $ti-icon-message-2-bolt; }\n.#{$ti-prefix}-message-2-cancel:before { content: $ti-icon-message-2-cancel; }\n.#{$ti-prefix}-message-2-check:before { content: $ti-icon-message-2-check; }\n.#{$ti-prefix}-message-2-code:before { content: $ti-icon-message-2-code; }\n.#{$ti-prefix}-message-2-cog:before { content: $ti-icon-message-2-cog; }\n.#{$ti-prefix}-message-2-dollar:before { content: $ti-icon-message-2-dollar; }\n.#{$ti-prefix}-message-2-down:before { content: $ti-icon-message-2-down; }\n.#{$ti-prefix}-message-2-exclamation:before { content: $ti-icon-message-2-exclamation; }\n.#{$ti-prefix}-message-2-heart:before { content: $ti-icon-message-2-heart; }\n.#{$ti-prefix}-message-2-minus:before { content: $ti-icon-message-2-minus; }\n.#{$ti-prefix}-message-2-off:before { content: $ti-icon-message-2-off; }\n.#{$ti-prefix}-message-2-pause:before { content: $ti-icon-message-2-pause; }\n.#{$ti-prefix}-message-2-pin:before { content: $ti-icon-message-2-pin; }\n.#{$ti-prefix}-message-2-plus:before { content: $ti-icon-message-2-plus; }\n.#{$ti-prefix}-message-2-question:before { content: $ti-icon-message-2-question; }\n.#{$ti-prefix}-message-2-search:before { content: $ti-icon-message-2-search; }\n.#{$ti-prefix}-message-2-share:before { content: $ti-icon-message-2-share; }\n.#{$ti-prefix}-message-2-star:before { content: $ti-icon-message-2-star; }\n.#{$ti-prefix}-message-2-up:before { content: $ti-icon-message-2-up; }\n.#{$ti-prefix}-message-2-x:before { content: $ti-icon-message-2-x; }\n.#{$ti-prefix}-message-bolt:before { content: $ti-icon-message-bolt; }\n.#{$ti-prefix}-message-cancel:before { content: $ti-icon-message-cancel; }\n.#{$ti-prefix}-message-chatbot:before { content: $ti-icon-message-chatbot; }\n.#{$ti-prefix}-message-check:before { content: $ti-icon-message-check; }\n.#{$ti-prefix}-message-circle:before { content: $ti-icon-message-circle; }\n.#{$ti-prefix}-message-circle-bolt:before { content: $ti-icon-message-circle-bolt; }\n.#{$ti-prefix}-message-circle-cancel:before { content: $ti-icon-message-circle-cancel; }\n.#{$ti-prefix}-message-circle-check:before { content: $ti-icon-message-circle-check; }\n.#{$ti-prefix}-message-circle-code:before { content: $ti-icon-message-circle-code; }\n.#{$ti-prefix}-message-circle-cog:before { content: $ti-icon-message-circle-cog; }\n.#{$ti-prefix}-message-circle-dollar:before { content: $ti-icon-message-circle-dollar; }\n.#{$ti-prefix}-message-circle-down:before { content: $ti-icon-message-circle-down; }\n.#{$ti-prefix}-message-circle-exclamation:before { content: $ti-icon-message-circle-exclamation; }\n.#{$ti-prefix}-message-circle-heart:before { content: $ti-icon-message-circle-heart; }\n.#{$ti-prefix}-message-circle-minus:before { content: $ti-icon-message-circle-minus; }\n.#{$ti-prefix}-message-circle-off:before { content: $ti-icon-message-circle-off; }\n.#{$ti-prefix}-message-circle-pause:before { content: $ti-icon-message-circle-pause; }\n.#{$ti-prefix}-message-circle-pin:before { content: $ti-icon-message-circle-pin; }\n.#{$ti-prefix}-message-circle-plus:before { content: $ti-icon-message-circle-plus; }\n.#{$ti-prefix}-message-circle-question:before { content: $ti-icon-message-circle-question; }\n.#{$ti-prefix}-message-circle-search:before { content: $ti-icon-message-circle-search; }\n.#{$ti-prefix}-message-circle-share:before { content: $ti-icon-message-circle-share; }\n.#{$ti-prefix}-message-circle-star:before { content: $ti-icon-message-circle-star; }\n.#{$ti-prefix}-message-circle-up:before { content: $ti-icon-message-circle-up; }\n.#{$ti-prefix}-message-circle-user:before { content: $ti-icon-message-circle-user; }\n.#{$ti-prefix}-message-circle-x:before { content: $ti-icon-message-circle-x; }\n.#{$ti-prefix}-message-code:before { content: $ti-icon-message-code; }\n.#{$ti-prefix}-message-cog:before { content: $ti-icon-message-cog; }\n.#{$ti-prefix}-message-dollar:before { content: $ti-icon-message-dollar; }\n.#{$ti-prefix}-message-dots:before { content: $ti-icon-message-dots; }\n.#{$ti-prefix}-message-down:before { content: $ti-icon-message-down; }\n.#{$ti-prefix}-message-exclamation:before { content: $ti-icon-message-exclamation; }\n.#{$ti-prefix}-message-forward:before { content: $ti-icon-message-forward; }\n.#{$ti-prefix}-message-heart:before { content: $ti-icon-message-heart; }\n.#{$ti-prefix}-message-language:before { content: $ti-icon-message-language; }\n.#{$ti-prefix}-message-minus:before { content: $ti-icon-message-minus; }\n.#{$ti-prefix}-message-off:before { content: $ti-icon-message-off; }\n.#{$ti-prefix}-message-pause:before { content: $ti-icon-message-pause; }\n.#{$ti-prefix}-message-pin:before { content: $ti-icon-message-pin; }\n.#{$ti-prefix}-message-plus:before { content: $ti-icon-message-plus; }\n.#{$ti-prefix}-message-question:before { content: $ti-icon-message-question; }\n.#{$ti-prefix}-message-reply:before { content: $ti-icon-message-reply; }\n.#{$ti-prefix}-message-report:before { content: $ti-icon-message-report; }\n.#{$ti-prefix}-message-search:before { content: $ti-icon-message-search; }\n.#{$ti-prefix}-message-share:before { content: $ti-icon-message-share; }\n.#{$ti-prefix}-message-star:before { content: $ti-icon-message-star; }\n.#{$ti-prefix}-message-up:before { content: $ti-icon-message-up; }\n.#{$ti-prefix}-message-user:before { content: $ti-icon-message-user; }\n.#{$ti-prefix}-message-x:before { content: $ti-icon-message-x; }\n.#{$ti-prefix}-messages:before { content: $ti-icon-messages; }\n.#{$ti-prefix}-messages-off:before { content: $ti-icon-messages-off; }\n.#{$ti-prefix}-meteor:before { content: $ti-icon-meteor; }\n.#{$ti-prefix}-meteor-off:before { content: $ti-icon-meteor-off; }\n.#{$ti-prefix}-meter-cube:before { content: $ti-icon-meter-cube; }\n.#{$ti-prefix}-meter-square:before { content: $ti-icon-meter-square; }\n.#{$ti-prefix}-metronome:before { content: $ti-icon-metronome; }\n.#{$ti-prefix}-michelin-bib-gourmand:before { content: $ti-icon-michelin-bib-gourmand; }\n.#{$ti-prefix}-michelin-star:before { content: $ti-icon-michelin-star; }\n.#{$ti-prefix}-michelin-star-green:before { content: $ti-icon-michelin-star-green; }\n.#{$ti-prefix}-mickey:before { content: $ti-icon-mickey; }\n.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }\n.#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; }\n.#{$ti-prefix}-microphone-2-off:before { content: $ti-icon-microphone-2-off; }\n.#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; }\n.#{$ti-prefix}-microscope:before { content: $ti-icon-microscope; }\n.#{$ti-prefix}-microscope-off:before { content: $ti-icon-microscope-off; }\n.#{$ti-prefix}-microwave:before { content: $ti-icon-microwave; }\n.#{$ti-prefix}-microwave-off:before { content: $ti-icon-microwave-off; }\n.#{$ti-prefix}-military-award:before { content: $ti-icon-military-award; }\n.#{$ti-prefix}-military-rank:before { content: $ti-icon-military-rank; }\n.#{$ti-prefix}-milk:before { content: $ti-icon-milk; }\n.#{$ti-prefix}-milk-off:before { content: $ti-icon-milk-off; }\n.#{$ti-prefix}-milkshake:before { content: $ti-icon-milkshake; }\n.#{$ti-prefix}-minimize:before { content: $ti-icon-minimize; }\n.#{$ti-prefix}-minus:before { content: $ti-icon-minus; }\n.#{$ti-prefix}-minus-vertical:before { content: $ti-icon-minus-vertical; }\n.#{$ti-prefix}-mist:before { content: $ti-icon-mist; }\n.#{$ti-prefix}-mist-off:before { content: $ti-icon-mist-off; }\n.#{$ti-prefix}-mobiledata:before { content: $ti-icon-mobiledata; }\n.#{$ti-prefix}-mobiledata-off:before { content: $ti-icon-mobiledata-off; }\n.#{$ti-prefix}-moneybag:before { content: $ti-icon-moneybag; }\n.#{$ti-prefix}-monkeybar:before { content: $ti-icon-monkeybar; }\n.#{$ti-prefix}-mood-angry:before { content: $ti-icon-mood-angry; }\n.#{$ti-prefix}-mood-annoyed:before { content: $ti-icon-mood-annoyed; }\n.#{$ti-prefix}-mood-annoyed-2:before { content: $ti-icon-mood-annoyed-2; }\n.#{$ti-prefix}-mood-bitcoin:before { content: $ti-icon-mood-bitcoin; }\n.#{$ti-prefix}-mood-boy:before { content: $ti-icon-mood-boy; }\n.#{$ti-prefix}-mood-check:before { content: $ti-icon-mood-check; }\n.#{$ti-prefix}-mood-cog:before { content: $ti-icon-mood-cog; }\n.#{$ti-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; }\n.#{$ti-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; }\n.#{$ti-prefix}-mood-cry:before { content: $ti-icon-mood-cry; }\n.#{$ti-prefix}-mood-dollar:before { content: $ti-icon-mood-dollar; }\n.#{$ti-prefix}-mood-edit:before { content: $ti-icon-mood-edit; }\n.#{$ti-prefix}-mood-empty:before { content: $ti-icon-mood-empty; }\n.#{$ti-prefix}-mood-happy:before { content: $ti-icon-mood-happy; }\n.#{$ti-prefix}-mood-heart:before { content: $ti-icon-mood-heart; }\n.#{$ti-prefix}-mood-kid:before { content: $ti-icon-mood-kid; }\n.#{$ti-prefix}-mood-look-down:before { content: $ti-icon-mood-look-down; }\n.#{$ti-prefix}-mood-look-left:before { content: $ti-icon-mood-look-left; }\n.#{$ti-prefix}-mood-look-right:before { content: $ti-icon-mood-look-right; }\n.#{$ti-prefix}-mood-look-up:before { content: $ti-icon-mood-look-up; }\n.#{$ti-prefix}-mood-minus:before { content: $ti-icon-mood-minus; }\n.#{$ti-prefix}-mood-nerd:before { content: $ti-icon-mood-nerd; }\n.#{$ti-prefix}-mood-nervous:before { content: $ti-icon-mood-nervous; }\n.#{$ti-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; }\n.#{$ti-prefix}-mood-off:before { content: $ti-icon-mood-off; }\n.#{$ti-prefix}-mood-pin:before { content: $ti-icon-mood-pin; }\n.#{$ti-prefix}-mood-plus:before { content: $ti-icon-mood-plus; }\n.#{$ti-prefix}-mood-puzzled:before { content: $ti-icon-mood-puzzled; }\n.#{$ti-prefix}-mood-sad:before { content: $ti-icon-mood-sad; }\n.#{$ti-prefix}-mood-sad-2:before { content: $ti-icon-mood-sad-2; }\n.#{$ti-prefix}-mood-sad-dizzy:before { content: $ti-icon-mood-sad-dizzy; }\n.#{$ti-prefix}-mood-sad-squint:before { content: $ti-icon-mood-sad-squint; }\n.#{$ti-prefix}-mood-search:before { content: $ti-icon-mood-search; }\n.#{$ti-prefix}-mood-share:before { content: $ti-icon-mood-share; }\n.#{$ti-prefix}-mood-sick:before { content: $ti-icon-mood-sick; }\n.#{$ti-prefix}-mood-silence:before { content: $ti-icon-mood-silence; }\n.#{$ti-prefix}-mood-sing:before { content: $ti-icon-mood-sing; }\n.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; }\n.#{$ti-prefix}-mood-smile-beam:before { content: $ti-icon-mood-smile-beam; }\n.#{$ti-prefix}-mood-smile-dizzy:before { content: $ti-icon-mood-smile-dizzy; }\n.#{$ti-prefix}-mood-spark:before { content: $ti-icon-mood-spark; }\n.#{$ti-prefix}-mood-surprised:before { content: $ti-icon-mood-surprised; }\n.#{$ti-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; }\n.#{$ti-prefix}-mood-tongue-wink:before { content: $ti-icon-mood-tongue-wink; }\n.#{$ti-prefix}-mood-tongue-wink-2:before { content: $ti-icon-mood-tongue-wink-2; }\n.#{$ti-prefix}-mood-unamused:before { content: $ti-icon-mood-unamused; }\n.#{$ti-prefix}-mood-up:before { content: $ti-icon-mood-up; }\n.#{$ti-prefix}-mood-wink:before { content: $ti-icon-mood-wink; }\n.#{$ti-prefix}-mood-wink-2:before { content: $ti-icon-mood-wink-2; }\n.#{$ti-prefix}-mood-wrrr:before { content: $ti-icon-mood-wrrr; }\n.#{$ti-prefix}-mood-x:before { content: $ti-icon-mood-x; }\n.#{$ti-prefix}-mood-xd:before { content: $ti-icon-mood-xd; }\n.#{$ti-prefix}-moon:before { content: $ti-icon-moon; }\n.#{$ti-prefix}-moon-2:before { content: $ti-icon-moon-2; }\n.#{$ti-prefix}-moon-off:before { content: $ti-icon-moon-off; }\n.#{$ti-prefix}-moon-stars:before { content: $ti-icon-moon-stars; }\n.#{$ti-prefix}-moped:before { content: $ti-icon-moped; }\n.#{$ti-prefix}-motorbike:before { content: $ti-icon-motorbike; }\n.#{$ti-prefix}-mountain:before { content: $ti-icon-mountain; }\n.#{$ti-prefix}-mountain-off:before { content: $ti-icon-mountain-off; }\n.#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; }\n.#{$ti-prefix}-mouse-2:before { content: $ti-icon-mouse-2; }\n.#{$ti-prefix}-mouse-off:before { content: $ti-icon-mouse-off; }\n.#{$ti-prefix}-moustache:before { content: $ti-icon-moustache; }\n.#{$ti-prefix}-movie:before { content: $ti-icon-movie; }\n.#{$ti-prefix}-movie-off:before { content: $ti-icon-movie-off; }\n.#{$ti-prefix}-mug:before { content: $ti-icon-mug; }\n.#{$ti-prefix}-mug-off:before { content: $ti-icon-mug-off; }\n.#{$ti-prefix}-multiplier-0-5x:before { content: $ti-icon-multiplier-0-5x; }\n.#{$ti-prefix}-multiplier-1-5x:before { content: $ti-icon-multiplier-1-5x; }\n.#{$ti-prefix}-multiplier-1x:before { content: $ti-icon-multiplier-1x; }\n.#{$ti-prefix}-multiplier-2x:before { content: $ti-icon-multiplier-2x; }\n.#{$ti-prefix}-mushroom:before { content: $ti-icon-mushroom; }\n.#{$ti-prefix}-mushroom-off:before { content: $ti-icon-mushroom-off; }\n.#{$ti-prefix}-music:before { content: $ti-icon-music; }\n.#{$ti-prefix}-music-bolt:before { content: $ti-icon-music-bolt; }\n.#{$ti-prefix}-music-cancel:before { content: $ti-icon-music-cancel; }\n.#{$ti-prefix}-music-check:before { content: $ti-icon-music-check; }\n.#{$ti-prefix}-music-code:before { content: $ti-icon-music-code; }\n.#{$ti-prefix}-music-cog:before { content: $ti-icon-music-cog; }\n.#{$ti-prefix}-music-discount:before { content: $ti-icon-music-discount; }\n.#{$ti-prefix}-music-dollar:before { content: $ti-icon-music-dollar; }\n.#{$ti-prefix}-music-down:before { content: $ti-icon-music-down; }\n.#{$ti-prefix}-music-exclamation:before { content: $ti-icon-music-exclamation; }\n.#{$ti-prefix}-music-heart:before { content: $ti-icon-music-heart; }\n.#{$ti-prefix}-music-minus:before { content: $ti-icon-music-minus; }\n.#{$ti-prefix}-music-off:before { content: $ti-icon-music-off; }\n.#{$ti-prefix}-music-pause:before { content: $ti-icon-music-pause; }\n.#{$ti-prefix}-music-pin:before { content: $ti-icon-music-pin; }\n.#{$ti-prefix}-music-plus:before { content: $ti-icon-music-plus; }\n.#{$ti-prefix}-music-question:before { content: $ti-icon-music-question; }\n.#{$ti-prefix}-music-search:before { content: $ti-icon-music-search; }\n.#{$ti-prefix}-music-share:before { content: $ti-icon-music-share; }\n.#{$ti-prefix}-music-star:before { content: $ti-icon-music-star; }\n.#{$ti-prefix}-music-up:before { content: $ti-icon-music-up; }\n.#{$ti-prefix}-music-x:before { content: $ti-icon-music-x; }\n.#{$ti-prefix}-navigation:before { content: $ti-icon-navigation; }\n.#{$ti-prefix}-navigation-bolt:before { content: $ti-icon-navigation-bolt; }\n.#{$ti-prefix}-navigation-cancel:before { content: $ti-icon-navigation-cancel; }\n.#{$ti-prefix}-navigation-check:before { content: $ti-icon-navigation-check; }\n.#{$ti-prefix}-navigation-code:before { content: $ti-icon-navigation-code; }\n.#{$ti-prefix}-navigation-cog:before { content: $ti-icon-navigation-cog; }\n.#{$ti-prefix}-navigation-discount:before { content: $ti-icon-navigation-discount; }\n.#{$ti-prefix}-navigation-dollar:before { content: $ti-icon-navigation-dollar; }\n.#{$ti-prefix}-navigation-down:before { content: $ti-icon-navigation-down; }\n.#{$ti-prefix}-navigation-east:before { content: $ti-icon-navigation-east; }\n.#{$ti-prefix}-navigation-exclamation:before { content: $ti-icon-navigation-exclamation; }\n.#{$ti-prefix}-navigation-heart:before { content: $ti-icon-navigation-heart; }\n.#{$ti-prefix}-navigation-minus:before { content: $ti-icon-navigation-minus; }\n.#{$ti-prefix}-navigation-north:before { content: $ti-icon-navigation-north; }\n.#{$ti-prefix}-navigation-off:before { content: $ti-icon-navigation-off; }\n.#{$ti-prefix}-navigation-pause:before { content: $ti-icon-navigation-pause; }\n.#{$ti-prefix}-navigation-pin:before { content: $ti-icon-navigation-pin; }\n.#{$ti-prefix}-navigation-plus:before { content: $ti-icon-navigation-plus; }\n.#{$ti-prefix}-navigation-question:before { content: $ti-icon-navigation-question; }\n.#{$ti-prefix}-navigation-search:before { content: $ti-icon-navigation-search; }\n.#{$ti-prefix}-navigation-share:before { content: $ti-icon-navigation-share; }\n.#{$ti-prefix}-navigation-south:before { content: $ti-icon-navigation-south; }\n.#{$ti-prefix}-navigation-star:before { content: $ti-icon-navigation-star; }\n.#{$ti-prefix}-navigation-top:before { content: $ti-icon-navigation-top; }\n.#{$ti-prefix}-navigation-up:before { content: $ti-icon-navigation-up; }\n.#{$ti-prefix}-navigation-west:before { content: $ti-icon-navigation-west; }\n.#{$ti-prefix}-navigation-x:before { content: $ti-icon-navigation-x; }\n.#{$ti-prefix}-needle:before { content: $ti-icon-needle; }\n.#{$ti-prefix}-needle-thread:before { content: $ti-icon-needle-thread; }\n.#{$ti-prefix}-network:before { content: $ti-icon-network; }\n.#{$ti-prefix}-network-off:before { content: $ti-icon-network-off; }\n.#{$ti-prefix}-new-section:before { content: $ti-icon-new-section; }\n.#{$ti-prefix}-news:before { content: $ti-icon-news; }\n.#{$ti-prefix}-news-off:before { content: $ti-icon-news-off; }\n.#{$ti-prefix}-nfc:before { content: $ti-icon-nfc; }\n.#{$ti-prefix}-nfc-off:before { content: $ti-icon-nfc-off; }\n.#{$ti-prefix}-no-copyright:before { content: $ti-icon-no-copyright; }\n.#{$ti-prefix}-no-creative-commons:before { content: $ti-icon-no-creative-commons; }\n.#{$ti-prefix}-no-derivatives:before { content: $ti-icon-no-derivatives; }\n.#{$ti-prefix}-north-star:before { content: $ti-icon-north-star; }\n.#{$ti-prefix}-note:before { content: $ti-icon-note; }\n.#{$ti-prefix}-note-off:before { content: $ti-icon-note-off; }\n.#{$ti-prefix}-notebook:before { content: $ti-icon-notebook; }\n.#{$ti-prefix}-notebook-off:before { content: $ti-icon-notebook-off; }\n.#{$ti-prefix}-notes:before { content: $ti-icon-notes; }\n.#{$ti-prefix}-notes-off:before { content: $ti-icon-notes-off; }\n.#{$ti-prefix}-notification:before { content: $ti-icon-notification; }\n.#{$ti-prefix}-notification-off:before { content: $ti-icon-notification-off; }\n.#{$ti-prefix}-number:before { content: $ti-icon-number; }\n.#{$ti-prefix}-number-0:before { content: $ti-icon-number-0; }\n.#{$ti-prefix}-number-0-small:before { content: $ti-icon-number-0-small; }\n.#{$ti-prefix}-number-1:before { content: $ti-icon-number-1; }\n.#{$ti-prefix}-number-1-small:before { content: $ti-icon-number-1-small; }\n.#{$ti-prefix}-number-10:before { content: $ti-icon-number-10; }\n.#{$ti-prefix}-number-10-small:before { content: $ti-icon-number-10-small; }\n.#{$ti-prefix}-number-100-small:before { content: $ti-icon-number-100-small; }\n.#{$ti-prefix}-number-11:before { content: $ti-icon-number-11; }\n.#{$ti-prefix}-number-11-small:before { content: $ti-icon-number-11-small; }\n.#{$ti-prefix}-number-12-small:before { content: $ti-icon-number-12-small; }\n.#{$ti-prefix}-number-123:before { content: $ti-icon-number-123; }\n.#{$ti-prefix}-number-13-small:before { content: $ti-icon-number-13-small; }\n.#{$ti-prefix}-number-14-small:before { content: $ti-icon-number-14-small; }\n.#{$ti-prefix}-number-15-small:before { content: $ti-icon-number-15-small; }\n.#{$ti-prefix}-number-16-small:before { content: $ti-icon-number-16-small; }\n.#{$ti-prefix}-number-17-small:before { content: $ti-icon-number-17-small; }\n.#{$ti-prefix}-number-18-small:before { content: $ti-icon-number-18-small; }\n.#{$ti-prefix}-number-19-small:before { content: $ti-icon-number-19-small; }\n.#{$ti-prefix}-number-2:before { content: $ti-icon-number-2; }\n.#{$ti-prefix}-number-2-small:before { content: $ti-icon-number-2-small; }\n.#{$ti-prefix}-number-20-small:before { content: $ti-icon-number-20-small; }\n.#{$ti-prefix}-number-21-small:before { content: $ti-icon-number-21-small; }\n.#{$ti-prefix}-number-22-small:before { content: $ti-icon-number-22-small; }\n.#{$ti-prefix}-number-23-small:before { content: $ti-icon-number-23-small; }\n.#{$ti-prefix}-number-24-small:before { content: $ti-icon-number-24-small; }\n.#{$ti-prefix}-number-25-small:before { content: $ti-icon-number-25-small; }\n.#{$ti-prefix}-number-26-small:before { content: $ti-icon-number-26-small; }\n.#{$ti-prefix}-number-27-small:before { content: $ti-icon-number-27-small; }\n.#{$ti-prefix}-number-28-small:before { content: $ti-icon-number-28-small; }\n.#{$ti-prefix}-number-29-small:before { content: $ti-icon-number-29-small; }\n.#{$ti-prefix}-number-3:before { content: $ti-icon-number-3; }\n.#{$ti-prefix}-number-3-small:before { content: $ti-icon-number-3-small; }\n.#{$ti-prefix}-number-30-small:before { content: $ti-icon-number-30-small; }\n.#{$ti-prefix}-number-31-small:before { content: $ti-icon-number-31-small; }\n.#{$ti-prefix}-number-32-small:before { content: $ti-icon-number-32-small; }\n.#{$ti-prefix}-number-33-small:before { content: $ti-icon-number-33-small; }\n.#{$ti-prefix}-number-34-small:before { content: $ti-icon-number-34-small; }\n.#{$ti-prefix}-number-35-small:before { content: $ti-icon-number-35-small; }\n.#{$ti-prefix}-number-36-small:before { content: $ti-icon-number-36-small; }\n.#{$ti-prefix}-number-37-small:before { content: $ti-icon-number-37-small; }\n.#{$ti-prefix}-number-38-small:before { content: $ti-icon-number-38-small; }\n.#{$ti-prefix}-number-39-small:before { content: $ti-icon-number-39-small; }\n.#{$ti-prefix}-number-4:before { content: $ti-icon-number-4; }\n.#{$ti-prefix}-number-4-small:before { content: $ti-icon-number-4-small; }\n.#{$ti-prefix}-number-40-small:before { content: $ti-icon-number-40-small; }\n.#{$ti-prefix}-number-41-small:before { content: $ti-icon-number-41-small; }\n.#{$ti-prefix}-number-42-small:before { content: $ti-icon-number-42-small; }\n.#{$ti-prefix}-number-43-small:before { content: $ti-icon-number-43-small; }\n.#{$ti-prefix}-number-44-small:before { content: $ti-icon-number-44-small; }\n.#{$ti-prefix}-number-45-small:before { content: $ti-icon-number-45-small; }\n.#{$ti-prefix}-number-46-small:before { content: $ti-icon-number-46-small; }\n.#{$ti-prefix}-number-47-small:before { content: $ti-icon-number-47-small; }\n.#{$ti-prefix}-number-48-small:before { content: $ti-icon-number-48-small; }\n.#{$ti-prefix}-number-49-small:before { content: $ti-icon-number-49-small; }\n.#{$ti-prefix}-number-5:before { content: $ti-icon-number-5; }\n.#{$ti-prefix}-number-5-small:before { content: $ti-icon-number-5-small; }\n.#{$ti-prefix}-number-50-small:before { content: $ti-icon-number-50-small; }\n.#{$ti-prefix}-number-51-small:before { content: $ti-icon-number-51-small; }\n.#{$ti-prefix}-number-52-small:before { content: $ti-icon-number-52-small; }\n.#{$ti-prefix}-number-53-small:before { content: $ti-icon-number-53-small; }\n.#{$ti-prefix}-number-54-small:before { content: $ti-icon-number-54-small; }\n.#{$ti-prefix}-number-55-small:before { content: $ti-icon-number-55-small; }\n.#{$ti-prefix}-number-56-small:before { content: $ti-icon-number-56-small; }\n.#{$ti-prefix}-number-57-small:before { content: $ti-icon-number-57-small; }\n.#{$ti-prefix}-number-58-small:before { content: $ti-icon-number-58-small; }\n.#{$ti-prefix}-number-59-small:before { content: $ti-icon-number-59-small; }\n.#{$ti-prefix}-number-6:before { content: $ti-icon-number-6; }\n.#{$ti-prefix}-number-6-small:before { content: $ti-icon-number-6-small; }\n.#{$ti-prefix}-number-60-small:before { content: $ti-icon-number-60-small; }\n.#{$ti-prefix}-number-61-small:before { content: $ti-icon-number-61-small; }\n.#{$ti-prefix}-number-62-small:before { content: $ti-icon-number-62-small; }\n.#{$ti-prefix}-number-63-small:before { content: $ti-icon-number-63-small; }\n.#{$ti-prefix}-number-64-small:before { content: $ti-icon-number-64-small; }\n.#{$ti-prefix}-number-65-small:before { content: $ti-icon-number-65-small; }\n.#{$ti-prefix}-number-66-small:before { content: $ti-icon-number-66-small; }\n.#{$ti-prefix}-number-67-small:before { content: $ti-icon-number-67-small; }\n.#{$ti-prefix}-number-68-small:before { content: $ti-icon-number-68-small; }\n.#{$ti-prefix}-number-69-small:before { content: $ti-icon-number-69-small; }\n.#{$ti-prefix}-number-7:before { content: $ti-icon-number-7; }\n.#{$ti-prefix}-number-7-small:before { content: $ti-icon-number-7-small; }\n.#{$ti-prefix}-number-70-small:before { content: $ti-icon-number-70-small; }\n.#{$ti-prefix}-number-71-small:before { content: $ti-icon-number-71-small; }\n.#{$ti-prefix}-number-72-small:before { content: $ti-icon-number-72-small; }\n.#{$ti-prefix}-number-73-small:before { content: $ti-icon-number-73-small; }\n.#{$ti-prefix}-number-74-small:before { content: $ti-icon-number-74-small; }\n.#{$ti-prefix}-number-75-small:before { content: $ti-icon-number-75-small; }\n.#{$ti-prefix}-number-76-small:before { content: $ti-icon-number-76-small; }\n.#{$ti-prefix}-number-77-small:before { content: $ti-icon-number-77-small; }\n.#{$ti-prefix}-number-78-small:before { content: $ti-icon-number-78-small; }\n.#{$ti-prefix}-number-79-small:before { content: $ti-icon-number-79-small; }\n.#{$ti-prefix}-number-8:before { content: $ti-icon-number-8; }\n.#{$ti-prefix}-number-8-small:before { content: $ti-icon-number-8-small; }\n.#{$ti-prefix}-number-80-small:before { content: $ti-icon-number-80-small; }\n.#{$ti-prefix}-number-81-small:before { content: $ti-icon-number-81-small; }\n.#{$ti-prefix}-number-82-small:before { content: $ti-icon-number-82-small; }\n.#{$ti-prefix}-number-83-small:before { content: $ti-icon-number-83-small; }\n.#{$ti-prefix}-number-84-small:before { content: $ti-icon-number-84-small; }\n.#{$ti-prefix}-number-85-small:before { content: $ti-icon-number-85-small; }\n.#{$ti-prefix}-number-86-small:before { content: $ti-icon-number-86-small; }\n.#{$ti-prefix}-number-87-small:before { content: $ti-icon-number-87-small; }\n.#{$ti-prefix}-number-88-small:before { content: $ti-icon-number-88-small; }\n.#{$ti-prefix}-number-89-small:before { content: $ti-icon-number-89-small; }\n.#{$ti-prefix}-number-9:before { content: $ti-icon-number-9; }\n.#{$ti-prefix}-number-9-small:before { content: $ti-icon-number-9-small; }\n.#{$ti-prefix}-number-90-small:before { content: $ti-icon-number-90-small; }\n.#{$ti-prefix}-number-91-small:before { content: $ti-icon-number-91-small; }\n.#{$ti-prefix}-number-92-small:before { content: $ti-icon-number-92-small; }\n.#{$ti-prefix}-number-93-small:before { content: $ti-icon-number-93-small; }\n.#{$ti-prefix}-number-94-small:before { content: $ti-icon-number-94-small; }\n.#{$ti-prefix}-number-95-small:before { content: $ti-icon-number-95-small; }\n.#{$ti-prefix}-number-96-small:before { content: $ti-icon-number-96-small; }\n.#{$ti-prefix}-number-97-small:before { content: $ti-icon-number-97-small; }\n.#{$ti-prefix}-number-98-small:before { content: $ti-icon-number-98-small; }\n.#{$ti-prefix}-number-99-small:before { content: $ti-icon-number-99-small; }\n.#{$ti-prefix}-numbers:before { content: $ti-icon-numbers; }\n.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }\n.#{$ti-prefix}-nut:before { content: $ti-icon-nut; }\n.#{$ti-prefix}-object-scan:before { content: $ti-icon-object-scan; }\n.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }\n.#{$ti-prefix}-octagon-minus:before { content: $ti-icon-octagon-minus; }\n.#{$ti-prefix}-octagon-minus-2:before { content: $ti-icon-octagon-minus-2; }\n.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }\n.#{$ti-prefix}-octagon-plus:before { content: $ti-icon-octagon-plus; }\n.#{$ti-prefix}-octagon-plus-2:before { content: $ti-icon-octagon-plus-2; }\n.#{$ti-prefix}-octahedron:before { content: $ti-icon-octahedron; }\n.#{$ti-prefix}-octahedron-off:before { content: $ti-icon-octahedron-off; }\n.#{$ti-prefix}-octahedron-plus:before { content: $ti-icon-octahedron-plus; }\n.#{$ti-prefix}-old:before { content: $ti-icon-old; }\n.#{$ti-prefix}-olympics:before { content: $ti-icon-olympics; }\n.#{$ti-prefix}-olympics-off:before { content: $ti-icon-olympics-off; }\n.#{$ti-prefix}-om:before { content: $ti-icon-om; }\n.#{$ti-prefix}-omega:before { content: $ti-icon-omega; }\n.#{$ti-prefix}-outbound:before { content: $ti-icon-outbound; }\n.#{$ti-prefix}-outlet:before { content: $ti-icon-outlet; }\n.#{$ti-prefix}-oval:before { content: $ti-icon-oval; }\n.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; }\n.#{$ti-prefix}-overline:before { content: $ti-icon-overline; }\n.#{$ti-prefix}-package:before { content: $ti-icon-package; }\n.#{$ti-prefix}-package-export:before { content: $ti-icon-package-export; }\n.#{$ti-prefix}-package-import:before { content: $ti-icon-package-import; }\n.#{$ti-prefix}-package-off:before { content: $ti-icon-package-off; }\n.#{$ti-prefix}-packages:before { content: $ti-icon-packages; }\n.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; }\n.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; }\n.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }\n.#{$ti-prefix}-paint-off:before { content: $ti-icon-paint-off; }\n.#{$ti-prefix}-palette:before { content: $ti-icon-palette; }\n.#{$ti-prefix}-palette-off:before { content: $ti-icon-palette-off; }\n.#{$ti-prefix}-panorama-horizontal:before { content: $ti-icon-panorama-horizontal; }\n.#{$ti-prefix}-panorama-horizontal-off:before { content: $ti-icon-panorama-horizontal-off; }\n.#{$ti-prefix}-panorama-vertical:before { content: $ti-icon-panorama-vertical; }\n.#{$ti-prefix}-panorama-vertical-off:before { content: $ti-icon-panorama-vertical-off; }\n.#{$ti-prefix}-paper-bag:before { content: $ti-icon-paper-bag; }\n.#{$ti-prefix}-paper-bag-off:before { content: $ti-icon-paper-bag-off; }\n.#{$ti-prefix}-paperclip:before { content: $ti-icon-paperclip; }\n.#{$ti-prefix}-parachute:before { content: $ti-icon-parachute; }\n.#{$ti-prefix}-parachute-off:before { content: $ti-icon-parachute-off; }\n.#{$ti-prefix}-parentheses:before { content: $ti-icon-parentheses; }\n.#{$ti-prefix}-parentheses-off:before { content: $ti-icon-parentheses-off; }\n.#{$ti-prefix}-parking:before { content: $ti-icon-parking; }\n.#{$ti-prefix}-parking-circle:before { content: $ti-icon-parking-circle; }\n.#{$ti-prefix}-parking-off:before { content: $ti-icon-parking-off; }\n.#{$ti-prefix}-password:before { content: $ti-icon-password; }\n.#{$ti-prefix}-password-fingerprint:before { content: $ti-icon-password-fingerprint; }\n.#{$ti-prefix}-password-mobile-phone:before { content: $ti-icon-password-mobile-phone; }\n.#{$ti-prefix}-password-user:before { content: $ti-icon-password-user; }\n.#{$ti-prefix}-paw:before { content: $ti-icon-paw; }\n.#{$ti-prefix}-paw-off:before { content: $ti-icon-paw-off; }\n.#{$ti-prefix}-paywall:before { content: $ti-icon-paywall; }\n.#{$ti-prefix}-pdf:before { content: $ti-icon-pdf; }\n.#{$ti-prefix}-peace:before { content: $ti-icon-peace; }\n.#{$ti-prefix}-pencil:before { content: $ti-icon-pencil; }\n.#{$ti-prefix}-pencil-bolt:before { content: $ti-icon-pencil-bolt; }\n.#{$ti-prefix}-pencil-cancel:before { content: $ti-icon-pencil-cancel; }\n.#{$ti-prefix}-pencil-check:before { content: $ti-icon-pencil-check; }\n.#{$ti-prefix}-pencil-code:before { content: $ti-icon-pencil-code; }\n.#{$ti-prefix}-pencil-cog:before { content: $ti-icon-pencil-cog; }\n.#{$ti-prefix}-pencil-discount:before { content: $ti-icon-pencil-discount; }\n.#{$ti-prefix}-pencil-dollar:before { content: $ti-icon-pencil-dollar; }\n.#{$ti-prefix}-pencil-down:before { content: $ti-icon-pencil-down; }\n.#{$ti-prefix}-pencil-exclamation:before { content: $ti-icon-pencil-exclamation; }\n.#{$ti-prefix}-pencil-heart:before { content: $ti-icon-pencil-heart; }\n.#{$ti-prefix}-pencil-minus:before { content: $ti-icon-pencil-minus; }\n.#{$ti-prefix}-pencil-off:before { content: $ti-icon-pencil-off; }\n.#{$ti-prefix}-pencil-pause:before { content: $ti-icon-pencil-pause; }\n.#{$ti-prefix}-pencil-pin:before { content: $ti-icon-pencil-pin; }\n.#{$ti-prefix}-pencil-plus:before { content: $ti-icon-pencil-plus; }\n.#{$ti-prefix}-pencil-question:before { content: $ti-icon-pencil-question; }\n.#{$ti-prefix}-pencil-search:before { content: $ti-icon-pencil-search; }\n.#{$ti-prefix}-pencil-share:before { content: $ti-icon-pencil-share; }\n.#{$ti-prefix}-pencil-star:before { content: $ti-icon-pencil-star; }\n.#{$ti-prefix}-pencil-up:before { content: $ti-icon-pencil-up; }\n.#{$ti-prefix}-pencil-x:before { content: $ti-icon-pencil-x; }\n.#{$ti-prefix}-pennant:before { content: $ti-icon-pennant; }\n.#{$ti-prefix}-pennant-2:before { content: $ti-icon-pennant-2; }\n.#{$ti-prefix}-pennant-off:before { content: $ti-icon-pennant-off; }\n.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; }\n.#{$ti-prefix}-pentagon-minus:before { content: $ti-icon-pentagon-minus; }\n.#{$ti-prefix}-pentagon-number-0:before { content: $ti-icon-pentagon-number-0; }\n.#{$ti-prefix}-pentagon-number-1:before { content: $ti-icon-pentagon-number-1; }\n.#{$ti-prefix}-pentagon-number-2:before { content: $ti-icon-pentagon-number-2; }\n.#{$ti-prefix}-pentagon-number-3:before { content: $ti-icon-pentagon-number-3; }\n.#{$ti-prefix}-pentagon-number-4:before { content: $ti-icon-pentagon-number-4; }\n.#{$ti-prefix}-pentagon-number-5:before { content: $ti-icon-pentagon-number-5; }\n.#{$ti-prefix}-pentagon-number-6:before { content: $ti-icon-pentagon-number-6; }\n.#{$ti-prefix}-pentagon-number-7:before { content: $ti-icon-pentagon-number-7; }\n.#{$ti-prefix}-pentagon-number-8:before { content: $ti-icon-pentagon-number-8; }\n.#{$ti-prefix}-pentagon-number-9:before { content: $ti-icon-pentagon-number-9; }\n.#{$ti-prefix}-pentagon-off:before { content: $ti-icon-pentagon-off; }\n.#{$ti-prefix}-pentagon-plus:before { content: $ti-icon-pentagon-plus; }\n.#{$ti-prefix}-pentagon-x:before { content: $ti-icon-pentagon-x; }\n.#{$ti-prefix}-pentagram:before { content: $ti-icon-pentagram; }\n.#{$ti-prefix}-pepper:before { content: $ti-icon-pepper; }\n.#{$ti-prefix}-pepper-off:before { content: $ti-icon-pepper-off; }\n.#{$ti-prefix}-percentage:before { content: $ti-icon-percentage; }\n.#{$ti-prefix}-percentage-0:before { content: $ti-icon-percentage-0; }\n.#{$ti-prefix}-percentage-10:before { content: $ti-icon-percentage-10; }\n.#{$ti-prefix}-percentage-100:before { content: $ti-icon-percentage-100; }\n.#{$ti-prefix}-percentage-20:before { content: $ti-icon-percentage-20; }\n.#{$ti-prefix}-percentage-25:before { content: $ti-icon-percentage-25; }\n.#{$ti-prefix}-percentage-30:before { content: $ti-icon-percentage-30; }\n.#{$ti-prefix}-percentage-33:before { content: $ti-icon-percentage-33; }\n.#{$ti-prefix}-percentage-40:before { content: $ti-icon-percentage-40; }\n.#{$ti-prefix}-percentage-50:before { content: $ti-icon-percentage-50; }\n.#{$ti-prefix}-percentage-60:before { content: $ti-icon-percentage-60; }\n.#{$ti-prefix}-percentage-66:before { content: $ti-icon-percentage-66; }\n.#{$ti-prefix}-percentage-70:before { content: $ti-icon-percentage-70; }\n.#{$ti-prefix}-percentage-75:before { content: $ti-icon-percentage-75; }\n.#{$ti-prefix}-percentage-80:before { content: $ti-icon-percentage-80; }\n.#{$ti-prefix}-percentage-90:before { content: $ti-icon-percentage-90; }\n.#{$ti-prefix}-perfume:before { content: $ti-icon-perfume; }\n.#{$ti-prefix}-perspective:before { content: $ti-icon-perspective; }\n.#{$ti-prefix}-perspective-off:before { content: $ti-icon-perspective-off; }\n.#{$ti-prefix}-phone:before { content: $ti-icon-phone; }\n.#{$ti-prefix}-phone-call:before { content: $ti-icon-phone-call; }\n.#{$ti-prefix}-phone-calling:before { content: $ti-icon-phone-calling; }\n.#{$ti-prefix}-phone-check:before { content: $ti-icon-phone-check; }\n.#{$ti-prefix}-phone-done:before { content: $ti-icon-phone-done; }\n.#{$ti-prefix}-phone-end:before { content: $ti-icon-phone-end; }\n.#{$ti-prefix}-phone-incoming:before { content: $ti-icon-phone-incoming; }\n.#{$ti-prefix}-phone-off:before { content: $ti-icon-phone-off; }\n.#{$ti-prefix}-phone-outgoing:before { content: $ti-icon-phone-outgoing; }\n.#{$ti-prefix}-phone-pause:before { content: $ti-icon-phone-pause; }\n.#{$ti-prefix}-phone-plus:before { content: $ti-icon-phone-plus; }\n.#{$ti-prefix}-phone-ringing:before { content: $ti-icon-phone-ringing; }\n.#{$ti-prefix}-phone-spark:before { content: $ti-icon-phone-spark; }\n.#{$ti-prefix}-phone-x:before { content: $ti-icon-phone-x; }\n.#{$ti-prefix}-photo:before { content: $ti-icon-photo; }\n.#{$ti-prefix}-photo-ai:before { content: $ti-icon-photo-ai; }\n.#{$ti-prefix}-photo-bitcoin:before { content: $ti-icon-photo-bitcoin; }\n.#{$ti-prefix}-photo-bolt:before { content: $ti-icon-photo-bolt; }\n.#{$ti-prefix}-photo-cancel:before { content: $ti-icon-photo-cancel; }\n.#{$ti-prefix}-photo-check:before { content: $ti-icon-photo-check; }\n.#{$ti-prefix}-photo-circle:before { content: $ti-icon-photo-circle; }\n.#{$ti-prefix}-photo-circle-minus:before { content: $ti-icon-photo-circle-minus; }\n.#{$ti-prefix}-photo-circle-plus:before { content: $ti-icon-photo-circle-plus; }\n.#{$ti-prefix}-photo-code:before { content: $ti-icon-photo-code; }\n.#{$ti-prefix}-photo-cog:before { content: $ti-icon-photo-cog; }\n.#{$ti-prefix}-photo-dollar:before { content: $ti-icon-photo-dollar; }\n.#{$ti-prefix}-photo-down:before { content: $ti-icon-photo-down; }\n.#{$ti-prefix}-photo-edit:before { content: $ti-icon-photo-edit; }\n.#{$ti-prefix}-photo-exclamation:before { content: $ti-icon-photo-exclamation; }\n.#{$ti-prefix}-photo-heart:before { content: $ti-icon-photo-heart; }\n.#{$ti-prefix}-photo-hexagon:before { content: $ti-icon-photo-hexagon; }\n.#{$ti-prefix}-photo-minus:before { content: $ti-icon-photo-minus; }\n.#{$ti-prefix}-photo-off:before { content: $ti-icon-photo-off; }\n.#{$ti-prefix}-photo-pause:before { content: $ti-icon-photo-pause; }\n.#{$ti-prefix}-photo-pentagon:before { content: $ti-icon-photo-pentagon; }\n.#{$ti-prefix}-photo-pin:before { content: $ti-icon-photo-pin; }\n.#{$ti-prefix}-photo-plus:before { content: $ti-icon-photo-plus; }\n.#{$ti-prefix}-photo-question:before { content: $ti-icon-photo-question; }\n.#{$ti-prefix}-photo-scan:before { content: $ti-icon-photo-scan; }\n.#{$ti-prefix}-photo-search:before { content: $ti-icon-photo-search; }\n.#{$ti-prefix}-photo-sensor:before { content: $ti-icon-photo-sensor; }\n.#{$ti-prefix}-photo-sensor-2:before { content: $ti-icon-photo-sensor-2; }\n.#{$ti-prefix}-photo-sensor-3:before { content: $ti-icon-photo-sensor-3; }\n.#{$ti-prefix}-photo-share:before { content: $ti-icon-photo-share; }\n.#{$ti-prefix}-photo-shield:before { content: $ti-icon-photo-shield; }\n.#{$ti-prefix}-photo-spark:before { content: $ti-icon-photo-spark; }\n.#{$ti-prefix}-photo-square-rounded:before { content: $ti-icon-photo-square-rounded; }\n.#{$ti-prefix}-photo-star:before { content: $ti-icon-photo-star; }\n.#{$ti-prefix}-photo-up:before { content: $ti-icon-photo-up; }\n.#{$ti-prefix}-photo-video:before { content: $ti-icon-photo-video; }\n.#{$ti-prefix}-photo-x:before { content: $ti-icon-photo-x; }\n.#{$ti-prefix}-physotherapist:before { content: $ti-icon-physotherapist; }\n.#{$ti-prefix}-piano:before { content: $ti-icon-piano; }\n.#{$ti-prefix}-pick:before { content: $ti-icon-pick; }\n.#{$ti-prefix}-picnic-table:before { content: $ti-icon-picnic-table; }\n.#{$ti-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; }\n.#{$ti-prefix}-picture-in-picture-off:before { content: $ti-icon-picture-in-picture-off; }\n.#{$ti-prefix}-picture-in-picture-on:before { content: $ti-icon-picture-in-picture-on; }\n.#{$ti-prefix}-picture-in-picture-top:before { content: $ti-icon-picture-in-picture-top; }\n.#{$ti-prefix}-pig:before { content: $ti-icon-pig; }\n.#{$ti-prefix}-pig-money:before { content: $ti-icon-pig-money; }\n.#{$ti-prefix}-pig-off:before { content: $ti-icon-pig-off; }\n.#{$ti-prefix}-pilcrow:before { content: $ti-icon-pilcrow; }\n.#{$ti-prefix}-pilcrow-left:before { content: $ti-icon-pilcrow-left; }\n.#{$ti-prefix}-pilcrow-right:before { content: $ti-icon-pilcrow-right; }\n.#{$ti-prefix}-pill:before { content: $ti-icon-pill; }\n.#{$ti-prefix}-pill-off:before { content: $ti-icon-pill-off; }\n.#{$ti-prefix}-pills:before { content: $ti-icon-pills; }\n.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }\n.#{$ti-prefix}-pin-end:before { content: $ti-icon-pin-end; }\n.#{$ti-prefix}-pin-invoke:before { content: $ti-icon-pin-invoke; }\n.#{$ti-prefix}-ping-pong:before { content: $ti-icon-ping-pong; }\n.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }\n.#{$ti-prefix}-pinned-off:before { content: $ti-icon-pinned-off; }\n.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; }\n.#{$ti-prefix}-pizza-off:before { content: $ti-icon-pizza-off; }\n.#{$ti-prefix}-placeholder:before { content: $ti-icon-placeholder; }\n.#{$ti-prefix}-plane:before { content: $ti-icon-plane; }\n.#{$ti-prefix}-plane-arrival:before { content: $ti-icon-plane-arrival; }\n.#{$ti-prefix}-plane-departure:before { content: $ti-icon-plane-departure; }\n.#{$ti-prefix}-plane-inflight:before { content: $ti-icon-plane-inflight; }\n.#{$ti-prefix}-plane-off:before { content: $ti-icon-plane-off; }\n.#{$ti-prefix}-plane-tilt:before { content: $ti-icon-plane-tilt; }\n.#{$ti-prefix}-planet:before { content: $ti-icon-planet; }\n.#{$ti-prefix}-planet-off:before { content: $ti-icon-planet-off; }\n.#{$ti-prefix}-plant:before { content: $ti-icon-plant; }\n.#{$ti-prefix}-plant-2:before { content: $ti-icon-plant-2; }\n.#{$ti-prefix}-plant-2-off:before { content: $ti-icon-plant-2-off; }\n.#{$ti-prefix}-plant-off:before { content: $ti-icon-plant-off; }\n.#{$ti-prefix}-play-basketball:before { content: $ti-icon-play-basketball; }\n.#{$ti-prefix}-play-card:before { content: $ti-icon-play-card; }\n.#{$ti-prefix}-play-card-1:before { content: $ti-icon-play-card-1; }\n.#{$ti-prefix}-play-card-10:before { content: $ti-icon-play-card-10; }\n.#{$ti-prefix}-play-card-2:before { content: $ti-icon-play-card-2; }\n.#{$ti-prefix}-play-card-3:before { content: $ti-icon-play-card-3; }\n.#{$ti-prefix}-play-card-4:before { content: $ti-icon-play-card-4; }\n.#{$ti-prefix}-play-card-5:before { content: $ti-icon-play-card-5; }\n.#{$ti-prefix}-play-card-6:before { content: $ti-icon-play-card-6; }\n.#{$ti-prefix}-play-card-7:before { content: $ti-icon-play-card-7; }\n.#{$ti-prefix}-play-card-8:before { content: $ti-icon-play-card-8; }\n.#{$ti-prefix}-play-card-9:before { content: $ti-icon-play-card-9; }\n.#{$ti-prefix}-play-card-a:before { content: $ti-icon-play-card-a; }\n.#{$ti-prefix}-play-card-j:before { content: $ti-icon-play-card-j; }\n.#{$ti-prefix}-play-card-k:before { content: $ti-icon-play-card-k; }\n.#{$ti-prefix}-play-card-off:before { content: $ti-icon-play-card-off; }\n.#{$ti-prefix}-play-card-q:before { content: $ti-icon-play-card-q; }\n.#{$ti-prefix}-play-card-star:before { content: $ti-icon-play-card-star; }\n.#{$ti-prefix}-play-football:before { content: $ti-icon-play-football; }\n.#{$ti-prefix}-play-handball:before { content: $ti-icon-play-handball; }\n.#{$ti-prefix}-play-volleyball:before { content: $ti-icon-play-volleyball; }\n.#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; }\n.#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; }\n.#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; }\n.#{$ti-prefix}-player-record:before { content: $ti-icon-player-record; }\n.#{$ti-prefix}-player-skip-back:before { content: $ti-icon-player-skip-back; }\n.#{$ti-prefix}-player-skip-forward:before { content: $ti-icon-player-skip-forward; }\n.#{$ti-prefix}-player-stop:before { content: $ti-icon-player-stop; }\n.#{$ti-prefix}-player-track-next:before { content: $ti-icon-player-track-next; }\n.#{$ti-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; }\n.#{$ti-prefix}-playlist:before { content: $ti-icon-playlist; }\n.#{$ti-prefix}-playlist-add:before { content: $ti-icon-playlist-add; }\n.#{$ti-prefix}-playlist-off:before { content: $ti-icon-playlist-off; }\n.#{$ti-prefix}-playlist-x:before { content: $ti-icon-playlist-x; }\n.#{$ti-prefix}-playstation-circle:before { content: $ti-icon-playstation-circle; }\n.#{$ti-prefix}-playstation-square:before { content: $ti-icon-playstation-square; }\n.#{$ti-prefix}-playstation-triangle:before { content: $ti-icon-playstation-triangle; }\n.#{$ti-prefix}-playstation-x:before { content: $ti-icon-playstation-x; }\n.#{$ti-prefix}-plug:before { content: $ti-icon-plug; }\n.#{$ti-prefix}-plug-connected:before { content: $ti-icon-plug-connected; }\n.#{$ti-prefix}-plug-connected-x:before { content: $ti-icon-plug-connected-x; }\n.#{$ti-prefix}-plug-off:before { content: $ti-icon-plug-off; }\n.#{$ti-prefix}-plug-x:before { content: $ti-icon-plug-x; }\n.#{$ti-prefix}-plus:before { content: $ti-icon-plus; }\n.#{$ti-prefix}-plus-equal:before { content: $ti-icon-plus-equal; }\n.#{$ti-prefix}-plus-minus:before { content: $ti-icon-plus-minus; }\n.#{$ti-prefix}-png:before { content: $ti-icon-png; }\n.#{$ti-prefix}-podium:before { content: $ti-icon-podium; }\n.#{$ti-prefix}-podium-off:before { content: $ti-icon-podium-off; }\n.#{$ti-prefix}-point:before { content: $ti-icon-point; }\n.#{$ti-prefix}-point-off:before { content: $ti-icon-point-off; }\n.#{$ti-prefix}-pointer:before { content: $ti-icon-pointer; }\n.#{$ti-prefix}-pointer-bolt:before { content: $ti-icon-pointer-bolt; }\n.#{$ti-prefix}-pointer-cancel:before { content: $ti-icon-pointer-cancel; }\n.#{$ti-prefix}-pointer-check:before { content: $ti-icon-pointer-check; }\n.#{$ti-prefix}-pointer-code:before { content: $ti-icon-pointer-code; }\n.#{$ti-prefix}-pointer-cog:before { content: $ti-icon-pointer-cog; }\n.#{$ti-prefix}-pointer-dollar:before { content: $ti-icon-pointer-dollar; }\n.#{$ti-prefix}-pointer-down:before { content: $ti-icon-pointer-down; }\n.#{$ti-prefix}-pointer-exclamation:before { content: $ti-icon-pointer-exclamation; }\n.#{$ti-prefix}-pointer-heart:before { content: $ti-icon-pointer-heart; }\n.#{$ti-prefix}-pointer-minus:before { content: $ti-icon-pointer-minus; }\n.#{$ti-prefix}-pointer-off:before { content: $ti-icon-pointer-off; }\n.#{$ti-prefix}-pointer-pause:before { content: $ti-icon-pointer-pause; }\n.#{$ti-prefix}-pointer-pin:before { content: $ti-icon-pointer-pin; }\n.#{$ti-prefix}-pointer-plus:before { content: $ti-icon-pointer-plus; }\n.#{$ti-prefix}-pointer-question:before { content: $ti-icon-pointer-question; }\n.#{$ti-prefix}-pointer-search:before { content: $ti-icon-pointer-search; }\n.#{$ti-prefix}-pointer-share:before { content: $ti-icon-pointer-share; }\n.#{$ti-prefix}-pointer-star:before { content: $ti-icon-pointer-star; }\n.#{$ti-prefix}-pointer-up:before { content: $ti-icon-pointer-up; }\n.#{$ti-prefix}-pointer-x:before { content: $ti-icon-pointer-x; }\n.#{$ti-prefix}-pokeball:before { content: $ti-icon-pokeball; }\n.#{$ti-prefix}-pokeball-off:before { content: $ti-icon-pokeball-off; }\n.#{$ti-prefix}-poker-chip:before { content: $ti-icon-poker-chip; }\n.#{$ti-prefix}-polaroid:before { content: $ti-icon-polaroid; }\n.#{$ti-prefix}-polygon:before { content: $ti-icon-polygon; }\n.#{$ti-prefix}-polygon-off:before { content: $ti-icon-polygon-off; }\n.#{$ti-prefix}-poo:before { content: $ti-icon-poo; }\n.#{$ti-prefix}-pool:before { content: $ti-icon-pool; }\n.#{$ti-prefix}-pool-off:before { content: $ti-icon-pool-off; }\n.#{$ti-prefix}-power:before { content: $ti-icon-power; }\n.#{$ti-prefix}-pray:before { content: $ti-icon-pray; }\n.#{$ti-prefix}-premium-rights:before { content: $ti-icon-premium-rights; }\n.#{$ti-prefix}-prescription:before { content: $ti-icon-prescription; }\n.#{$ti-prefix}-presentation:before { content: $ti-icon-presentation; }\n.#{$ti-prefix}-presentation-analytics:before { content: $ti-icon-presentation-analytics; }\n.#{$ti-prefix}-presentation-off:before { content: $ti-icon-presentation-off; }\n.#{$ti-prefix}-printer:before { content: $ti-icon-printer; }\n.#{$ti-prefix}-printer-off:before { content: $ti-icon-printer-off; }\n.#{$ti-prefix}-prism:before { content: $ti-icon-prism; }\n.#{$ti-prefix}-prism-light:before { content: $ti-icon-prism-light; }\n.#{$ti-prefix}-prism-off:before { content: $ti-icon-prism-off; }\n.#{$ti-prefix}-prism-plus:before { content: $ti-icon-prism-plus; }\n.#{$ti-prefix}-prison:before { content: $ti-icon-prison; }\n.#{$ti-prefix}-progress:before { content: $ti-icon-progress; }\n.#{$ti-prefix}-progress-alert:before { content: $ti-icon-progress-alert; }\n.#{$ti-prefix}-progress-bolt:before { content: $ti-icon-progress-bolt; }\n.#{$ti-prefix}-progress-check:before { content: $ti-icon-progress-check; }\n.#{$ti-prefix}-progress-down:before { content: $ti-icon-progress-down; }\n.#{$ti-prefix}-progress-help:before { content: $ti-icon-progress-help; }\n.#{$ti-prefix}-progress-x:before { content: $ti-icon-progress-x; }\n.#{$ti-prefix}-prompt:before { content: $ti-icon-prompt; }\n.#{$ti-prefix}-prong:before { content: $ti-icon-prong; }\n.#{$ti-prefix}-propeller:before { content: $ti-icon-propeller; }\n.#{$ti-prefix}-propeller-off:before { content: $ti-icon-propeller-off; }\n.#{$ti-prefix}-protocol:before { content: $ti-icon-protocol; }\n.#{$ti-prefix}-pumpkin-scary:before { content: $ti-icon-pumpkin-scary; }\n.#{$ti-prefix}-puzzle:before { content: $ti-icon-puzzle; }\n.#{$ti-prefix}-puzzle-2:before { content: $ti-icon-puzzle-2; }\n.#{$ti-prefix}-puzzle-off:before { content: $ti-icon-puzzle-off; }\n.#{$ti-prefix}-pyramid:before { content: $ti-icon-pyramid; }\n.#{$ti-prefix}-pyramid-off:before { content: $ti-icon-pyramid-off; }\n.#{$ti-prefix}-pyramid-plus:before { content: $ti-icon-pyramid-plus; }\n.#{$ti-prefix}-qrcode:before { content: $ti-icon-qrcode; }\n.#{$ti-prefix}-qrcode-off:before { content: $ti-icon-qrcode-off; }\n.#{$ti-prefix}-question-mark:before { content: $ti-icon-question-mark; }\n.#{$ti-prefix}-quote:before { content: $ti-icon-quote; }\n.#{$ti-prefix}-quote-off:before { content: $ti-icon-quote-off; }\n.#{$ti-prefix}-quotes:before { content: $ti-icon-quotes; }\n.#{$ti-prefix}-radar:before { content: $ti-icon-radar; }\n.#{$ti-prefix}-radar-2:before { content: $ti-icon-radar-2; }\n.#{$ti-prefix}-radar-off:before { content: $ti-icon-radar-off; }\n.#{$ti-prefix}-radio:before { content: $ti-icon-radio; }\n.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; }\n.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }\n.#{$ti-prefix}-radioactive-off:before { content: $ti-icon-radioactive-off; }\n.#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; }\n.#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; }\n.#{$ti-prefix}-radius-top-left:before { content: $ti-icon-radius-top-left; }\n.#{$ti-prefix}-radius-top-right:before { content: $ti-icon-radius-top-right; }\n.#{$ti-prefix}-rainbow:before { content: $ti-icon-rainbow; }\n.#{$ti-prefix}-rainbow-off:before { content: $ti-icon-rainbow-off; }\n.#{$ti-prefix}-rating-12-plus:before { content: $ti-icon-rating-12-plus; }\n.#{$ti-prefix}-rating-14-plus:before { content: $ti-icon-rating-14-plus; }\n.#{$ti-prefix}-rating-16-plus:before { content: $ti-icon-rating-16-plus; }\n.#{$ti-prefix}-rating-18-plus:before { content: $ti-icon-rating-18-plus; }\n.#{$ti-prefix}-rating-21-plus:before { content: $ti-icon-rating-21-plus; }\n.#{$ti-prefix}-razor:before { content: $ti-icon-razor; }\n.#{$ti-prefix}-razor-electric:before { content: $ti-icon-razor-electric; }\n.#{$ti-prefix}-receipt:before { content: $ti-icon-receipt; }\n.#{$ti-prefix}-receipt-2:before { content: $ti-icon-receipt-2; }\n.#{$ti-prefix}-receipt-bitcoin:before { content: $ti-icon-receipt-bitcoin; }\n.#{$ti-prefix}-receipt-dollar:before { content: $ti-icon-receipt-dollar; }\n.#{$ti-prefix}-receipt-euro:before { content: $ti-icon-receipt-euro; }\n.#{$ti-prefix}-receipt-off:before { content: $ti-icon-receipt-off; }\n.#{$ti-prefix}-receipt-pound:before { content: $ti-icon-receipt-pound; }\n.#{$ti-prefix}-receipt-refund:before { content: $ti-icon-receipt-refund; }\n.#{$ti-prefix}-receipt-rupee:before { content: $ti-icon-receipt-rupee; }\n.#{$ti-prefix}-receipt-tax:before { content: $ti-icon-receipt-tax; }\n.#{$ti-prefix}-receipt-yen:before { content: $ti-icon-receipt-yen; }\n.#{$ti-prefix}-receipt-yuan:before { content: $ti-icon-receipt-yuan; }\n.#{$ti-prefix}-recharging:before { content: $ti-icon-recharging; }\n.#{$ti-prefix}-record-mail:before { content: $ti-icon-record-mail; }\n.#{$ti-prefix}-record-mail-off:before { content: $ti-icon-record-mail-off; }\n.#{$ti-prefix}-rectangle:before { content: $ti-icon-rectangle; }\n.#{$ti-prefix}-rectangle-rounded-bottom:before { content: $ti-icon-rectangle-rounded-bottom; }\n.#{$ti-prefix}-rectangle-rounded-top:before { content: $ti-icon-rectangle-rounded-top; }\n.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }\n.#{$ti-prefix}-rectangular-prism:before { content: $ti-icon-rectangular-prism; }\n.#{$ti-prefix}-rectangular-prism-off:before { content: $ti-icon-rectangular-prism-off; }\n.#{$ti-prefix}-rectangular-prism-plus:before { content: $ti-icon-rectangular-prism-plus; }\n.#{$ti-prefix}-recycle:before { content: $ti-icon-recycle; }\n.#{$ti-prefix}-recycle-off:before { content: $ti-icon-recycle-off; }\n.#{$ti-prefix}-refresh:before { content: $ti-icon-refresh; }\n.#{$ti-prefix}-refresh-alert:before { content: $ti-icon-refresh-alert; }\n.#{$ti-prefix}-refresh-dot:before { content: $ti-icon-refresh-dot; }\n.#{$ti-prefix}-refresh-off:before { content: $ti-icon-refresh-off; }\n.#{$ti-prefix}-regex:before { content: $ti-icon-regex; }\n.#{$ti-prefix}-regex-off:before { content: $ti-icon-regex-off; }\n.#{$ti-prefix}-registered:before { content: $ti-icon-registered; }\n.#{$ti-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; }\n.#{$ti-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; }\n.#{$ti-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; }\n.#{$ti-prefix}-reload:before { content: $ti-icon-reload; }\n.#{$ti-prefix}-reorder:before { content: $ti-icon-reorder; }\n.#{$ti-prefix}-repeat:before { content: $ti-icon-repeat; }\n.#{$ti-prefix}-repeat-off:before { content: $ti-icon-repeat-off; }\n.#{$ti-prefix}-repeat-once:before { content: $ti-icon-repeat-once; }\n.#{$ti-prefix}-replace:before { content: $ti-icon-replace; }\n.#{$ti-prefix}-replace-off:before { content: $ti-icon-replace-off; }\n.#{$ti-prefix}-report:before { content: $ti-icon-report; }\n.#{$ti-prefix}-report-analytics:before { content: $ti-icon-report-analytics; }\n.#{$ti-prefix}-report-medical:before { content: $ti-icon-report-medical; }\n.#{$ti-prefix}-report-money:before { content: $ti-icon-report-money; }\n.#{$ti-prefix}-report-off:before { content: $ti-icon-report-off; }\n.#{$ti-prefix}-report-search:before { content: $ti-icon-report-search; }\n.#{$ti-prefix}-reserved-line:before { content: $ti-icon-reserved-line; }\n.#{$ti-prefix}-resize:before { content: $ti-icon-resize; }\n.#{$ti-prefix}-restore:before { content: $ti-icon-restore; }\n.#{$ti-prefix}-rewind-backward-10:before { content: $ti-icon-rewind-backward-10; }\n.#{$ti-prefix}-rewind-backward-15:before { content: $ti-icon-rewind-backward-15; }\n.#{$ti-prefix}-rewind-backward-20:before { content: $ti-icon-rewind-backward-20; }\n.#{$ti-prefix}-rewind-backward-30:before { content: $ti-icon-rewind-backward-30; }\n.#{$ti-prefix}-rewind-backward-40:before { content: $ti-icon-rewind-backward-40; }\n.#{$ti-prefix}-rewind-backward-5:before { content: $ti-icon-rewind-backward-5; }\n.#{$ti-prefix}-rewind-backward-50:before { content: $ti-icon-rewind-backward-50; }\n.#{$ti-prefix}-rewind-backward-60:before { content: $ti-icon-rewind-backward-60; }\n.#{$ti-prefix}-rewind-forward-10:before { content: $ti-icon-rewind-forward-10; }\n.#{$ti-prefix}-rewind-forward-15:before { content: $ti-icon-rewind-forward-15; }\n.#{$ti-prefix}-rewind-forward-20:before { content: $ti-icon-rewind-forward-20; }\n.#{$ti-prefix}-rewind-forward-30:before { content: $ti-icon-rewind-forward-30; }\n.#{$ti-prefix}-rewind-forward-40:before { content: $ti-icon-rewind-forward-40; }\n.#{$ti-prefix}-rewind-forward-5:before { content: $ti-icon-rewind-forward-5; }\n.#{$ti-prefix}-rewind-forward-50:before { content: $ti-icon-rewind-forward-50; }\n.#{$ti-prefix}-rewind-forward-60:before { content: $ti-icon-rewind-forward-60; }\n.#{$ti-prefix}-ribbon-health:before { content: $ti-icon-ribbon-health; }\n.#{$ti-prefix}-rings:before { content: $ti-icon-rings; }\n.#{$ti-prefix}-ripple:before { content: $ti-icon-ripple; }\n.#{$ti-prefix}-ripple-off:before { content: $ti-icon-ripple-off; }\n.#{$ti-prefix}-road:before { content: $ti-icon-road; }\n.#{$ti-prefix}-road-off:before { content: $ti-icon-road-off; }\n.#{$ti-prefix}-road-sign:before { content: $ti-icon-road-sign; }\n.#{$ti-prefix}-robot:before { content: $ti-icon-robot; }\n.#{$ti-prefix}-robot-face:before { content: $ti-icon-robot-face; }\n.#{$ti-prefix}-robot-off:before { content: $ti-icon-robot-off; }\n.#{$ti-prefix}-rocket:before { content: $ti-icon-rocket; }\n.#{$ti-prefix}-rocket-off:before { content: $ti-icon-rocket-off; }\n.#{$ti-prefix}-roller-skating:before { content: $ti-icon-roller-skating; }\n.#{$ti-prefix}-rollercoaster:before { content: $ti-icon-rollercoaster; }\n.#{$ti-prefix}-rollercoaster-off:before { content: $ti-icon-rollercoaster-off; }\n.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; }\n.#{$ti-prefix}-rosette-discount:before { content: $ti-icon-rosette-discount; }\n.#{$ti-prefix}-rosette-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-rosette-discount-check-off:before { content: $ti-icon-rosette-discount-check-off; }\n.#{$ti-prefix}-rosette-discount-off:before { content: $ti-icon-rosette-discount-off; }\n.#{$ti-prefix}-rosette-number-0:before { content: $ti-icon-rosette-number-0; }\n.#{$ti-prefix}-rosette-number-1:before { content: $ti-icon-rosette-number-1; }\n.#{$ti-prefix}-rosette-number-2:before { content: $ti-icon-rosette-number-2; }\n.#{$ti-prefix}-rosette-number-3:before { content: $ti-icon-rosette-number-3; }\n.#{$ti-prefix}-rosette-number-4:before { content: $ti-icon-rosette-number-4; }\n.#{$ti-prefix}-rosette-number-5:before { content: $ti-icon-rosette-number-5; }\n.#{$ti-prefix}-rosette-number-6:before { content: $ti-icon-rosette-number-6; }\n.#{$ti-prefix}-rosette-number-7:before { content: $ti-icon-rosette-number-7; }\n.#{$ti-prefix}-rosette-number-8:before { content: $ti-icon-rosette-number-8; }\n.#{$ti-prefix}-rosette-number-9:before { content: $ti-icon-rosette-number-9; }\n.#{$ti-prefix}-rotate:before { content: $ti-icon-rotate; }\n.#{$ti-prefix}-rotate-2:before { content: $ti-icon-rotate-2; }\n.#{$ti-prefix}-rotate-360:before { content: $ti-icon-rotate-360; }\n.#{$ti-prefix}-rotate-3d:before { content: $ti-icon-rotate-3d; }\n.#{$ti-prefix}-rotate-clockwise:before { content: $ti-icon-rotate-clockwise; }\n.#{$ti-prefix}-rotate-clockwise-2:before { content: $ti-icon-rotate-clockwise-2; }\n.#{$ti-prefix}-rotate-dot:before { content: $ti-icon-rotate-dot; }\n.#{$ti-prefix}-rotate-rectangle:before { content: $ti-icon-rotate-rectangle; }\n.#{$ti-prefix}-route:before { content: $ti-icon-route; }\n.#{$ti-prefix}-route-2:before { content: $ti-icon-route-2; }\n.#{$ti-prefix}-route-alt-left:before { content: $ti-icon-route-alt-left; }\n.#{$ti-prefix}-route-alt-right:before { content: $ti-icon-route-alt-right; }\n.#{$ti-prefix}-route-off:before { content: $ti-icon-route-off; }\n.#{$ti-prefix}-route-scan:before { content: $ti-icon-route-scan; }\n.#{$ti-prefix}-route-square:before { content: $ti-icon-route-square; }\n.#{$ti-prefix}-route-square-2:before { content: $ti-icon-route-square-2; }\n.#{$ti-prefix}-route-x:before { content: $ti-icon-route-x; }\n.#{$ti-prefix}-route-x-2:before { content: $ti-icon-route-x-2; }\n.#{$ti-prefix}-router:before { content: $ti-icon-router; }\n.#{$ti-prefix}-router-off:before { content: $ti-icon-router-off; }\n.#{$ti-prefix}-row-insert-bottom:before { content: $ti-icon-row-insert-bottom; }\n.#{$ti-prefix}-row-insert-top:before { content: $ti-icon-row-insert-top; }\n.#{$ti-prefix}-row-remove:before { content: $ti-icon-row-remove; }\n.#{$ti-prefix}-rss:before { content: $ti-icon-rss; }\n.#{$ti-prefix}-rubber-stamp:before { content: $ti-icon-rubber-stamp; }\n.#{$ti-prefix}-rubber-stamp-off:before { content: $ti-icon-rubber-stamp-off; }\n.#{$ti-prefix}-ruler:before { content: $ti-icon-ruler; }\n.#{$ti-prefix}-ruler-2:before { content: $ti-icon-ruler-2; }\n.#{$ti-prefix}-ruler-2-off:before { content: $ti-icon-ruler-2-off; }\n.#{$ti-prefix}-ruler-3:before { content: $ti-icon-ruler-3; }\n.#{$ti-prefix}-ruler-measure:before { content: $ti-icon-ruler-measure; }\n.#{$ti-prefix}-ruler-measure-2:before { content: $ti-icon-ruler-measure-2; }\n.#{$ti-prefix}-ruler-off:before { content: $ti-icon-ruler-off; }\n.#{$ti-prefix}-run:before { content: $ti-icon-run; }\n.#{$ti-prefix}-rv-truck:before { content: $ti-icon-rv-truck; }\n.#{$ti-prefix}-s-turn-down:before { content: $ti-icon-s-turn-down; }\n.#{$ti-prefix}-s-turn-left:before { content: $ti-icon-s-turn-left; }\n.#{$ti-prefix}-s-turn-right:before { content: $ti-icon-s-turn-right; }\n.#{$ti-prefix}-s-turn-up:before { content: $ti-icon-s-turn-up; }\n.#{$ti-prefix}-sailboat:before { content: $ti-icon-sailboat; }\n.#{$ti-prefix}-sailboat-2:before { content: $ti-icon-sailboat-2; }\n.#{$ti-prefix}-sailboat-off:before { content: $ti-icon-sailboat-off; }\n.#{$ti-prefix}-salad:before { content: $ti-icon-salad; }\n.#{$ti-prefix}-salt:before { content: $ti-icon-salt; }\n.#{$ti-prefix}-sandbox:before { content: $ti-icon-sandbox; }\n.#{$ti-prefix}-satellite:before { content: $ti-icon-satellite; }\n.#{$ti-prefix}-satellite-off:before { content: $ti-icon-satellite-off; }\n.#{$ti-prefix}-sausage:before { content: $ti-icon-sausage; }\n.#{$ti-prefix}-scale:before { content: $ti-icon-scale; }\n.#{$ti-prefix}-scale-off:before { content: $ti-icon-scale-off; }\n.#{$ti-prefix}-scale-outline:before { content: $ti-icon-scale-outline; }\n.#{$ti-prefix}-scale-outline-off:before { content: $ti-icon-scale-outline-off; }\n.#{$ti-prefix}-scan:before { content: $ti-icon-scan; }\n.#{$ti-prefix}-scan-eye:before { content: $ti-icon-scan-eye; }\n.#{$ti-prefix}-scan-position:before { content: $ti-icon-scan-position; }\n.#{$ti-prefix}-schema:before { content: $ti-icon-schema; }\n.#{$ti-prefix}-schema-off:before { content: $ti-icon-schema-off; }\n.#{$ti-prefix}-school:before { content: $ti-icon-school; }\n.#{$ti-prefix}-school-bell:before { content: $ti-icon-school-bell; }\n.#{$ti-prefix}-school-off:before { content: $ti-icon-school-off; }\n.#{$ti-prefix}-scissors:before { content: $ti-icon-scissors; }\n.#{$ti-prefix}-scissors-off:before { content: $ti-icon-scissors-off; }\n.#{$ti-prefix}-scooter:before { content: $ti-icon-scooter; }\n.#{$ti-prefix}-scooter-electric:before { content: $ti-icon-scooter-electric; }\n.#{$ti-prefix}-scoreboard:before { content: $ti-icon-scoreboard; }\n.#{$ti-prefix}-screen-share:before { content: $ti-icon-screen-share; }\n.#{$ti-prefix}-screen-share-off:before { content: $ti-icon-screen-share-off; }\n.#{$ti-prefix}-screenshot:before { content: $ti-icon-screenshot; }\n.#{$ti-prefix}-scribble:before { content: $ti-icon-scribble; }\n.#{$ti-prefix}-scribble-off:before { content: $ti-icon-scribble-off; }\n.#{$ti-prefix}-script:before { content: $ti-icon-script; }\n.#{$ti-prefix}-script-minus:before { content: $ti-icon-script-minus; }\n.#{$ti-prefix}-script-plus:before { content: $ti-icon-script-plus; }\n.#{$ti-prefix}-script-x:before { content: $ti-icon-script-x; }\n.#{$ti-prefix}-scuba-diving:before { content: $ti-icon-scuba-diving; }\n.#{$ti-prefix}-scuba-diving-tank:before { content: $ti-icon-scuba-diving-tank; }\n.#{$ti-prefix}-scuba-mask:before { content: $ti-icon-scuba-mask; }\n.#{$ti-prefix}-scuba-mask-off:before { content: $ti-icon-scuba-mask-off; }\n.#{$ti-prefix}-sdk:before { content: $ti-icon-sdk; }\n.#{$ti-prefix}-search:before { content: $ti-icon-search; }\n.#{$ti-prefix}-search-off:before { content: $ti-icon-search-off; }\n.#{$ti-prefix}-section:before { content: $ti-icon-section; }\n.#{$ti-prefix}-section-sign:before { content: $ti-icon-section-sign; }\n.#{$ti-prefix}-seeding:before { content: $ti-icon-seeding; }\n.#{$ti-prefix}-seeding-off:before { content: $ti-icon-seeding-off; }\n.#{$ti-prefix}-select:before { content: $ti-icon-select; }\n.#{$ti-prefix}-select-all:before { content: $ti-icon-select-all; }\n.#{$ti-prefix}-selector:before { content: $ti-icon-selector; }\n.#{$ti-prefix}-send:before { content: $ti-icon-send; }\n.#{$ti-prefix}-send-2:before { content: $ti-icon-send-2; }\n.#{$ti-prefix}-send-off:before { content: $ti-icon-send-off; }\n.#{$ti-prefix}-seo:before { content: $ti-icon-seo; }\n.#{$ti-prefix}-separator:before { content: $ti-icon-separator; }\n.#{$ti-prefix}-separator-horizontal:before { content: $ti-icon-separator-horizontal; }\n.#{$ti-prefix}-separator-vertical:before { content: $ti-icon-separator-vertical; }\n.#{$ti-prefix}-server:before { content: $ti-icon-server; }\n.#{$ti-prefix}-server-2:before { content: $ti-icon-server-2; }\n.#{$ti-prefix}-server-bolt:before { content: $ti-icon-server-bolt; }\n.#{$ti-prefix}-server-cog:before { content: $ti-icon-server-cog; }\n.#{$ti-prefix}-server-off:before { content: $ti-icon-server-off; }\n.#{$ti-prefix}-server-spark:before { content: $ti-icon-server-spark; }\n.#{$ti-prefix}-servicemark:before { content: $ti-icon-servicemark; }\n.#{$ti-prefix}-settings:before { content: $ti-icon-settings; }\n.#{$ti-prefix}-settings-2:before { content: $ti-icon-settings-2; }\n.#{$ti-prefix}-settings-automation:before { content: $ti-icon-settings-automation; }\n.#{$ti-prefix}-settings-bolt:before { content: $ti-icon-settings-bolt; }\n.#{$ti-prefix}-settings-cancel:before { content: $ti-icon-settings-cancel; }\n.#{$ti-prefix}-settings-check:before { content: $ti-icon-settings-check; }\n.#{$ti-prefix}-settings-code:before { content: $ti-icon-settings-code; }\n.#{$ti-prefix}-settings-cog:before { content: $ti-icon-settings-cog; }\n.#{$ti-prefix}-settings-dollar:before { content: $ti-icon-settings-dollar; }\n.#{$ti-prefix}-settings-down:before { content: $ti-icon-settings-down; }\n.#{$ti-prefix}-settings-exclamation:before { content: $ti-icon-settings-exclamation; }\n.#{$ti-prefix}-settings-heart:before { content: $ti-icon-settings-heart; }\n.#{$ti-prefix}-settings-minus:before { content: $ti-icon-settings-minus; }\n.#{$ti-prefix}-settings-off:before { content: $ti-icon-settings-off; }\n.#{$ti-prefix}-settings-pause:before { content: $ti-icon-settings-pause; }\n.#{$ti-prefix}-settings-pin:before { content: $ti-icon-settings-pin; }\n.#{$ti-prefix}-settings-plus:before { content: $ti-icon-settings-plus; }\n.#{$ti-prefix}-settings-question:before { content: $ti-icon-settings-question; }\n.#{$ti-prefix}-settings-search:before { content: $ti-icon-settings-search; }\n.#{$ti-prefix}-settings-share:before { content: $ti-icon-settings-share; }\n.#{$ti-prefix}-settings-spark:before { content: $ti-icon-settings-spark; }\n.#{$ti-prefix}-settings-star:before { content: $ti-icon-settings-star; }\n.#{$ti-prefix}-settings-up:before { content: $ti-icon-settings-up; }\n.#{$ti-prefix}-settings-x:before { content: $ti-icon-settings-x; }\n.#{$ti-prefix}-shadow:before { content: $ti-icon-shadow; }\n.#{$ti-prefix}-shadow-off:before { content: $ti-icon-shadow-off; }\n.#{$ti-prefix}-shape:before { content: $ti-icon-shape; }\n.#{$ti-prefix}-shape-2:before { content: $ti-icon-shape-2; }\n.#{$ti-prefix}-shape-3:before { content: $ti-icon-shape-3; }\n.#{$ti-prefix}-shape-off:before { content: $ti-icon-shape-off; }\n.#{$ti-prefix}-share:before { content: $ti-icon-share; }\n.#{$ti-prefix}-share-2:before { content: $ti-icon-share-2; }\n.#{$ti-prefix}-share-3:before { content: $ti-icon-share-3; }\n.#{$ti-prefix}-share-off:before { content: $ti-icon-share-off; }\n.#{$ti-prefix}-shareplay:before { content: $ti-icon-shareplay; }\n.#{$ti-prefix}-shield:before { content: $ti-icon-shield; }\n.#{$ti-prefix}-shield-bolt:before { content: $ti-icon-shield-bolt; }\n.#{$ti-prefix}-shield-cancel:before { content: $ti-icon-shield-cancel; }\n.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }\n.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }\n.#{$ti-prefix}-shield-chevron:before { content: $ti-icon-shield-chevron; }\n.#{$ti-prefix}-shield-code:before { content: $ti-icon-shield-code; }\n.#{$ti-prefix}-shield-cog:before { content: $ti-icon-shield-cog; }\n.#{$ti-prefix}-shield-dollar:before { content: $ti-icon-shield-dollar; }\n.#{$ti-prefix}-shield-down:before { content: $ti-icon-shield-down; }\n.#{$ti-prefix}-shield-exclamation:before { content: $ti-icon-shield-exclamation; }\n.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }\n.#{$ti-prefix}-shield-heart:before { content: $ti-icon-shield-heart; }\n.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }\n.#{$ti-prefix}-shield-minus:before { content: $ti-icon-shield-minus; }\n.#{$ti-prefix}-shield-off:before { content: $ti-icon-shield-off; }\n.#{$ti-prefix}-shield-pause:before { content: $ti-icon-shield-pause; }\n.#{$ti-prefix}-shield-pin:before { content: $ti-icon-shield-pin; }\n.#{$ti-prefix}-shield-plus:before { content: $ti-icon-shield-plus; }\n.#{$ti-prefix}-shield-question:before { content: $ti-icon-shield-question; }\n.#{$ti-prefix}-shield-search:before { content: $ti-icon-shield-search; }\n.#{$ti-prefix}-shield-share:before { content: $ti-icon-shield-share; }\n.#{$ti-prefix}-shield-star:before { content: $ti-icon-shield-star; }\n.#{$ti-prefix}-shield-up:before { content: $ti-icon-shield-up; }\n.#{$ti-prefix}-shield-x:before { content: $ti-icon-shield-x; }\n.#{$ti-prefix}-ship:before { content: $ti-icon-ship; }\n.#{$ti-prefix}-ship-off:before { content: $ti-icon-ship-off; }\n.#{$ti-prefix}-shirt:before { content: $ti-icon-shirt; }\n.#{$ti-prefix}-shirt-off:before { content: $ti-icon-shirt-off; }\n.#{$ti-prefix}-shirt-sport:before { content: $ti-icon-shirt-sport; }\n.#{$ti-prefix}-shoe:before { content: $ti-icon-shoe; }\n.#{$ti-prefix}-shoe-off:before { content: $ti-icon-shoe-off; }\n.#{$ti-prefix}-shopping-bag:before { content: $ti-icon-shopping-bag; }\n.#{$ti-prefix}-shopping-bag-check:before { content: $ti-icon-shopping-bag-check; }\n.#{$ti-prefix}-shopping-bag-discount:before { content: $ti-icon-shopping-bag-discount; }\n.#{$ti-prefix}-shopping-bag-edit:before { content: $ti-icon-shopping-bag-edit; }\n.#{$ti-prefix}-shopping-bag-exclamation:before { content: $ti-icon-shopping-bag-exclamation; }\n.#{$ti-prefix}-shopping-bag-heart:before { content: $ti-icon-shopping-bag-heart; }\n.#{$ti-prefix}-shopping-bag-minus:before { content: $ti-icon-shopping-bag-minus; }\n.#{$ti-prefix}-shopping-bag-plus:before { content: $ti-icon-shopping-bag-plus; }\n.#{$ti-prefix}-shopping-bag-search:before { content: $ti-icon-shopping-bag-search; }\n.#{$ti-prefix}-shopping-bag-x:before { content: $ti-icon-shopping-bag-x; }\n.#{$ti-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; }\n.#{$ti-prefix}-shopping-cart-bolt:before { content: $ti-icon-shopping-cart-bolt; }\n.#{$ti-prefix}-shopping-cart-cancel:before { content: $ti-icon-shopping-cart-cancel; }\n.#{$ti-prefix}-shopping-cart-check:before { content: $ti-icon-shopping-cart-check; }\n.#{$ti-prefix}-shopping-cart-code:before { content: $ti-icon-shopping-cart-code; }\n.#{$ti-prefix}-shopping-cart-cog:before { content: $ti-icon-shopping-cart-cog; }\n.#{$ti-prefix}-shopping-cart-copy:before { content: $ti-icon-shopping-cart-copy; }\n.#{$ti-prefix}-shopping-cart-discount:before { content: $ti-icon-shopping-cart-discount; }\n.#{$ti-prefix}-shopping-cart-dollar:before { content: $ti-icon-shopping-cart-dollar; }\n.#{$ti-prefix}-shopping-cart-down:before { content: $ti-icon-shopping-cart-down; }\n.#{$ti-prefix}-shopping-cart-exclamation:before { content: $ti-icon-shopping-cart-exclamation; }\n.#{$ti-prefix}-shopping-cart-heart:before { content: $ti-icon-shopping-cart-heart; }\n.#{$ti-prefix}-shopping-cart-minus:before { content: $ti-icon-shopping-cart-minus; }\n.#{$ti-prefix}-shopping-cart-off:before { content: $ti-icon-shopping-cart-off; }\n.#{$ti-prefix}-shopping-cart-pause:before { content: $ti-icon-shopping-cart-pause; }\n.#{$ti-prefix}-shopping-cart-pin:before { content: $ti-icon-shopping-cart-pin; }\n.#{$ti-prefix}-shopping-cart-plus:before { content: $ti-icon-shopping-cart-plus; }\n.#{$ti-prefix}-shopping-cart-question:before { content: $ti-icon-shopping-cart-question; }\n.#{$ti-prefix}-shopping-cart-search:before { content: $ti-icon-shopping-cart-search; }\n.#{$ti-prefix}-shopping-cart-share:before { content: $ti-icon-shopping-cart-share; }\n.#{$ti-prefix}-shopping-cart-star:before { content: $ti-icon-shopping-cart-star; }\n.#{$ti-prefix}-shopping-cart-up:before { content: $ti-icon-shopping-cart-up; }\n.#{$ti-prefix}-shopping-cart-x:before { content: $ti-icon-shopping-cart-x; }\n.#{$ti-prefix}-shovel:before { content: $ti-icon-shovel; }\n.#{$ti-prefix}-shovel-pitchforks:before { content: $ti-icon-shovel-pitchforks; }\n.#{$ti-prefix}-shredder:before { content: $ti-icon-shredder; }\n.#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; }\n.#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; }\n.#{$ti-prefix}-signal-2g:before { content: $ti-icon-signal-2g; }\n.#{$ti-prefix}-signal-3g:before { content: $ti-icon-signal-3g; }\n.#{$ti-prefix}-signal-4g:before { content: $ti-icon-signal-4g; }\n.#{$ti-prefix}-signal-4g-plus:before { content: $ti-icon-signal-4g-plus; }\n.#{$ti-prefix}-signal-5g:before { content: $ti-icon-signal-5g; }\n.#{$ti-prefix}-signal-6g:before { content: $ti-icon-signal-6g; }\n.#{$ti-prefix}-signal-e:before { content: $ti-icon-signal-e; }\n.#{$ti-prefix}-signal-g:before { content: $ti-icon-signal-g; }\n.#{$ti-prefix}-signal-h:before { content: $ti-icon-signal-h; }\n.#{$ti-prefix}-signal-h-plus:before { content: $ti-icon-signal-h-plus; }\n.#{$ti-prefix}-signal-lte:before { content: $ti-icon-signal-lte; }\n.#{$ti-prefix}-signature:before { content: $ti-icon-signature; }\n.#{$ti-prefix}-signature-off:before { content: $ti-icon-signature-off; }\n.#{$ti-prefix}-sitemap:before { content: $ti-icon-sitemap; }\n.#{$ti-prefix}-sitemap-off:before { content: $ti-icon-sitemap-off; }\n.#{$ti-prefix}-skateboard:before { content: $ti-icon-skateboard; }\n.#{$ti-prefix}-skateboard-off:before { content: $ti-icon-skateboard-off; }\n.#{$ti-prefix}-skateboarding:before { content: $ti-icon-skateboarding; }\n.#{$ti-prefix}-skew-x:before { content: $ti-icon-skew-x; }\n.#{$ti-prefix}-skew-y:before { content: $ti-icon-skew-y; }\n.#{$ti-prefix}-ski-jumping:before { content: $ti-icon-ski-jumping; }\n.#{$ti-prefix}-skull:before { content: $ti-icon-skull; }\n.#{$ti-prefix}-slash:before { content: $ti-icon-slash; }\n.#{$ti-prefix}-slashes:before { content: $ti-icon-slashes; }\n.#{$ti-prefix}-sleigh:before { content: $ti-icon-sleigh; }\n.#{$ti-prefix}-slice:before { content: $ti-icon-slice; }\n.#{$ti-prefix}-slideshow:before { content: $ti-icon-slideshow; }\n.#{$ti-prefix}-smart-home:before { content: $ti-icon-smart-home; }\n.#{$ti-prefix}-smart-home-off:before { content: $ti-icon-smart-home-off; }\n.#{$ti-prefix}-smoking:before { content: $ti-icon-smoking; }\n.#{$ti-prefix}-smoking-no:before { content: $ti-icon-smoking-no; }\n.#{$ti-prefix}-snowboarding:before { content: $ti-icon-snowboarding; }\n.#{$ti-prefix}-snowflake:before { content: $ti-icon-snowflake; }\n.#{$ti-prefix}-snowflake-off:before { content: $ti-icon-snowflake-off; }\n.#{$ti-prefix}-snowman:before { content: $ti-icon-snowman; }\n.#{$ti-prefix}-soccer-field:before { content: $ti-icon-soccer-field; }\n.#{$ti-prefix}-social:before { content: $ti-icon-social; }\n.#{$ti-prefix}-social-off:before { content: $ti-icon-social-off; }\n.#{$ti-prefix}-sock:before { content: $ti-icon-sock; }\n.#{$ti-prefix}-sofa:before { content: $ti-icon-sofa; }\n.#{$ti-prefix}-sofa-off:before { content: $ti-icon-sofa-off; }\n.#{$ti-prefix}-solar-electricity:before { content: $ti-icon-solar-electricity; }\n.#{$ti-prefix}-solar-panel:before { content: $ti-icon-solar-panel; }\n.#{$ti-prefix}-solar-panel-2:before { content: $ti-icon-solar-panel-2; }\n.#{$ti-prefix}-sort-0-9:before { content: $ti-icon-sort-0-9; }\n.#{$ti-prefix}-sort-9-0:before { content: $ti-icon-sort-9-0; }\n.#{$ti-prefix}-sort-a-z:before { content: $ti-icon-sort-a-z; }\n.#{$ti-prefix}-sort-ascending:before { content: $ti-icon-sort-ascending; }\n.#{$ti-prefix}-sort-ascending-2:before { content: $ti-icon-sort-ascending-2; }\n.#{$ti-prefix}-sort-ascending-letters:before { content: $ti-icon-sort-ascending-letters; }\n.#{$ti-prefix}-sort-ascending-numbers:before { content: $ti-icon-sort-ascending-numbers; }\n.#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; }\n.#{$ti-prefix}-sort-ascending-small-big:before { content: $ti-icon-sort-ascending-small-big; }\n.#{$ti-prefix}-sort-descending:before { content: $ti-icon-sort-descending; }\n.#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; }\n.#{$ti-prefix}-sort-descending-letters:before { content: $ti-icon-sort-descending-letters; }\n.#{$ti-prefix}-sort-descending-numbers:before { content: $ti-icon-sort-descending-numbers; }\n.#{$ti-prefix}-sort-descending-shapes:before { content: $ti-icon-sort-descending-shapes; }\n.#{$ti-prefix}-sort-descending-small-big:before { content: $ti-icon-sort-descending-small-big; }\n.#{$ti-prefix}-sort-z-a:before { content: $ti-icon-sort-z-a; }\n.#{$ti-prefix}-sos:before { content: $ti-icon-sos; }\n.#{$ti-prefix}-soup:before { content: $ti-icon-soup; }\n.#{$ti-prefix}-soup-off:before { content: $ti-icon-soup-off; }\n.#{$ti-prefix}-source-code:before { content: $ti-icon-source-code; }\n.#{$ti-prefix}-space:before { content: $ti-icon-space; }\n.#{$ti-prefix}-space-off:before { content: $ti-icon-space-off; }\n.#{$ti-prefix}-spaces:before { content: $ti-icon-spaces; }\n.#{$ti-prefix}-spacing-horizontal:before { content: $ti-icon-spacing-horizontal; }\n.#{$ti-prefix}-spacing-vertical:before { content: $ti-icon-spacing-vertical; }\n.#{$ti-prefix}-spade:before { content: $ti-icon-spade; }\n.#{$ti-prefix}-sparkles:before { content: $ti-icon-sparkles; }\n.#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; }\n.#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; }\n.#{$ti-prefix}-sphere:before { content: $ti-icon-sphere; }\n.#{$ti-prefix}-sphere-off:before { content: $ti-icon-sphere-off; }\n.#{$ti-prefix}-sphere-plus:before { content: $ti-icon-sphere-plus; }\n.#{$ti-prefix}-spider:before { content: $ti-icon-spider; }\n.#{$ti-prefix}-spiral:before { content: $ti-icon-spiral; }\n.#{$ti-prefix}-spiral-off:before { content: $ti-icon-spiral-off; }\n.#{$ti-prefix}-sport-billard:before { content: $ti-icon-sport-billard; }\n.#{$ti-prefix}-spray:before { content: $ti-icon-spray; }\n.#{$ti-prefix}-spy:before { content: $ti-icon-spy; }\n.#{$ti-prefix}-spy-off:before { content: $ti-icon-spy-off; }\n.#{$ti-prefix}-sql:before { content: $ti-icon-sql; }\n.#{$ti-prefix}-square:before { content: $ti-icon-square; }\n.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }\n.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }\n.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }\n.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }\n.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }\n.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }\n.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }\n.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }\n.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }\n.#{$ti-prefix}-square-chevron-up:before { content: $ti-icon-square-chevron-up; }\n.#{$ti-prefix}-square-chevrons-down:before { content: $ti-icon-square-chevrons-down; }\n.#{$ti-prefix}-square-chevrons-left:before { content: $ti-icon-square-chevrons-left; }\n.#{$ti-prefix}-square-chevrons-right:before { content: $ti-icon-square-chevrons-right; }\n.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }\n.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }\n.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }\n.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }\n.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }\n.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }\n.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }\n.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }\n.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }\n.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }\n.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }\n.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }\n.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }\n.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }\n.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }\n.#{$ti-prefix}-square-key:before { content: $ti-icon-square-key; }\n.#{$ti-prefix}-square-letter-a:before { content: $ti-icon-square-letter-a; }\n.#{$ti-prefix}-square-letter-b:before { content: $ti-icon-square-letter-b; }\n.#{$ti-prefix}-square-letter-c:before { content: $ti-icon-square-letter-c; }\n.#{$ti-prefix}-square-letter-d:before { content: $ti-icon-square-letter-d; }\n.#{$ti-prefix}-square-letter-e:before { content: $ti-icon-square-letter-e; }\n.#{$ti-prefix}-square-letter-f:before { content: $ti-icon-square-letter-f; }\n.#{$ti-prefix}-square-letter-g:before { content: $ti-icon-square-letter-g; }\n.#{$ti-prefix}-square-letter-h:before { content: $ti-icon-square-letter-h; }\n.#{$ti-prefix}-square-letter-i:before { content: $ti-icon-square-letter-i; }\n.#{$ti-prefix}-square-letter-j:before { content: $ti-icon-square-letter-j; }\n.#{$ti-prefix}-square-letter-k:before { content: $ti-icon-square-letter-k; }\n.#{$ti-prefix}-square-letter-l:before { content: $ti-icon-square-letter-l; }\n.#{$ti-prefix}-square-letter-m:before { content: $ti-icon-square-letter-m; }\n.#{$ti-prefix}-square-letter-n:before { content: $ti-icon-square-letter-n; }\n.#{$ti-prefix}-square-letter-o:before { content: $ti-icon-square-letter-o; }\n.#{$ti-prefix}-square-letter-p:before { content: $ti-icon-square-letter-p; }\n.#{$ti-prefix}-square-letter-q:before { content: $ti-icon-square-letter-q; }\n.#{$ti-prefix}-square-letter-r:before { content: $ti-icon-square-letter-r; }\n.#{$ti-prefix}-square-letter-s:before { content: $ti-icon-square-letter-s; }\n.#{$ti-prefix}-square-letter-t:before { content: $ti-icon-square-letter-t; }\n.#{$ti-prefix}-square-letter-u:before { content: $ti-icon-square-letter-u; }\n.#{$ti-prefix}-square-letter-v:before { content: $ti-icon-square-letter-v; }\n.#{$ti-prefix}-square-letter-w:before { content: $ti-icon-square-letter-w; }\n.#{$ti-prefix}-square-letter-x:before { content: $ti-icon-square-letter-x; }\n.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; }\n.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; }\n.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; }\n.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; }\n.#{$ti-prefix}-square-number-1:before { content: $ti-icon-square-number-1; }\n.#{$ti-prefix}-square-number-2:before { content: $ti-icon-square-number-2; }\n.#{$ti-prefix}-square-number-3:before { content: $ti-icon-square-number-3; }\n.#{$ti-prefix}-square-number-4:before { content: $ti-icon-square-number-4; }\n.#{$ti-prefix}-square-number-5:before { content: $ti-icon-square-number-5; }\n.#{$ti-prefix}-square-number-6:before { content: $ti-icon-square-number-6; }\n.#{$ti-prefix}-square-number-7:before { content: $ti-icon-square-number-7; }\n.#{$ti-prefix}-square-number-8:before { content: $ti-icon-square-number-8; }\n.#{$ti-prefix}-square-number-9:before { content: $ti-icon-square-number-9; }\n.#{$ti-prefix}-square-off:before { content: $ti-icon-square-off; }\n.#{$ti-prefix}-square-percentage:before { content: $ti-icon-square-percentage; }\n.#{$ti-prefix}-square-plus:before { content: $ti-icon-square-plus; }\n.#{$ti-prefix}-square-plus-2:before { content: $ti-icon-square-plus-2; }\n.#{$ti-prefix}-square-root:before { content: $ti-icon-square-root; }\n.#{$ti-prefix}-square-root-2:before { content: $ti-icon-square-root-2; }\n.#{$ti-prefix}-square-rotated:before { content: $ti-icon-square-rotated; }\n.#{$ti-prefix}-square-rotated-forbid:before { content: $ti-icon-square-rotated-forbid; }\n.#{$ti-prefix}-square-rotated-forbid-2:before { content: $ti-icon-square-rotated-forbid-2; }\n.#{$ti-prefix}-square-rotated-off:before { content: $ti-icon-square-rotated-off; }\n.#{$ti-prefix}-square-rounded:before { content: $ti-icon-square-rounded; }\n.#{$ti-prefix}-square-rounded-arrow-down:before { content: $ti-icon-square-rounded-arrow-down; }\n.#{$ti-prefix}-square-rounded-arrow-left:before { content: $ti-icon-square-rounded-arrow-left; }\n.#{$ti-prefix}-square-rounded-arrow-right:before { content: $ti-icon-square-rounded-arrow-right; }\n.#{$ti-prefix}-square-rounded-arrow-up:before { content: $ti-icon-square-rounded-arrow-up; }\n.#{$ti-prefix}-square-rounded-check:before { content: $ti-icon-square-rounded-check; }\n.#{$ti-prefix}-square-rounded-chevron-down:before { content: $ti-icon-square-rounded-chevron-down; }\n.#{$ti-prefix}-square-rounded-chevron-left:before { content: $ti-icon-square-rounded-chevron-left; }\n.#{$ti-prefix}-square-rounded-chevron-right:before { content: $ti-icon-square-rounded-chevron-right; }\n.#{$ti-prefix}-square-rounded-chevron-up:before { content: $ti-icon-square-rounded-chevron-up; }\n.#{$ti-prefix}-square-rounded-chevrons-down:before { content: $ti-icon-square-rounded-chevrons-down; }\n.#{$ti-prefix}-square-rounded-chevrons-left:before { content: $ti-icon-square-rounded-chevrons-left; }\n.#{$ti-prefix}-square-rounded-chevrons-right:before { content: $ti-icon-square-rounded-chevrons-right; }\n.#{$ti-prefix}-square-rounded-chevrons-up:before { content: $ti-icon-square-rounded-chevrons-up; }\n.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; }\n.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; }\n.#{$ti-prefix}-square-rounded-letter-c:before { content: $ti-icon-square-rounded-letter-c; }\n.#{$ti-prefix}-square-rounded-letter-d:before { content: $ti-icon-square-rounded-letter-d; }\n.#{$ti-prefix}-square-rounded-letter-e:before { content: $ti-icon-square-rounded-letter-e; }\n.#{$ti-prefix}-square-rounded-letter-f:before { content: $ti-icon-square-rounded-letter-f; }\n.#{$ti-prefix}-square-rounded-letter-g:before { content: $ti-icon-square-rounded-letter-g; }\n.#{$ti-prefix}-square-rounded-letter-h:before { content: $ti-icon-square-rounded-letter-h; }\n.#{$ti-prefix}-square-rounded-letter-i:before { content: $ti-icon-square-rounded-letter-i; }\n.#{$ti-prefix}-square-rounded-letter-j:before { content: $ti-icon-square-rounded-letter-j; }\n.#{$ti-prefix}-square-rounded-letter-k:before { content: $ti-icon-square-rounded-letter-k; }\n.#{$ti-prefix}-square-rounded-letter-l:before { content: $ti-icon-square-rounded-letter-l; }\n.#{$ti-prefix}-square-rounded-letter-m:before { content: $ti-icon-square-rounded-letter-m; }\n.#{$ti-prefix}-square-rounded-letter-n:before { content: $ti-icon-square-rounded-letter-n; }\n.#{$ti-prefix}-square-rounded-letter-o:before { content: $ti-icon-square-rounded-letter-o; }\n.#{$ti-prefix}-square-rounded-letter-p:before { content: $ti-icon-square-rounded-letter-p; }\n.#{$ti-prefix}-square-rounded-letter-q:before { content: $ti-icon-square-rounded-letter-q; }\n.#{$ti-prefix}-square-rounded-letter-r:before { content: $ti-icon-square-rounded-letter-r; }\n.#{$ti-prefix}-square-rounded-letter-s:before { content: $ti-icon-square-rounded-letter-s; }\n.#{$ti-prefix}-square-rounded-letter-t:before { content: $ti-icon-square-rounded-letter-t; }\n.#{$ti-prefix}-square-rounded-letter-u:before { content: $ti-icon-square-rounded-letter-u; }\n.#{$ti-prefix}-square-rounded-letter-v:before { content: $ti-icon-square-rounded-letter-v; }\n.#{$ti-prefix}-square-rounded-letter-w:before { content: $ti-icon-square-rounded-letter-w; }\n.#{$ti-prefix}-square-rounded-letter-x:before { content: $ti-icon-square-rounded-letter-x; }\n.#{$ti-prefix}-square-rounded-letter-y:before { content: $ti-icon-square-rounded-letter-y; }\n.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }\n.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }\n.#{$ti-prefix}-square-rounded-minus-2:before { content: $ti-icon-square-rounded-minus-2; }\n.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }\n.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }\n.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; }\n.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; }\n.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; }\n.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; }\n.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; }\n.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; }\n.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }\n.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }\n.#{$ti-prefix}-square-rounded-percentage:before { content: $ti-icon-square-rounded-percentage; }\n.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }\n.#{$ti-prefix}-square-rounded-plus-2:before { content: $ti-icon-square-rounded-plus-2; }\n.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }\n.#{$ti-prefix}-square-toggle:before { content: $ti-icon-square-toggle; }\n.#{$ti-prefix}-square-toggle-horizontal:before { content: $ti-icon-square-toggle-horizontal; }\n.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; }\n.#{$ti-prefix}-squares:before { content: $ti-icon-squares; }\n.#{$ti-prefix}-squares-diagonal:before { content: $ti-icon-squares-diagonal; }\n.#{$ti-prefix}-squares-selected:before { content: $ti-icon-squares-selected; }\n.#{$ti-prefix}-stack:before { content: $ti-icon-stack; }\n.#{$ti-prefix}-stack-2:before { content: $ti-icon-stack-2; }\n.#{$ti-prefix}-stack-3:before { content: $ti-icon-stack-3; }\n.#{$ti-prefix}-stack-back:before { content: $ti-icon-stack-back; }\n.#{$ti-prefix}-stack-backward:before { content: $ti-icon-stack-backward; }\n.#{$ti-prefix}-stack-forward:before { content: $ti-icon-stack-forward; }\n.#{$ti-prefix}-stack-front:before { content: $ti-icon-stack-front; }\n.#{$ti-prefix}-stack-middle:before { content: $ti-icon-stack-middle; }\n.#{$ti-prefix}-stack-pop:before { content: $ti-icon-stack-pop; }\n.#{$ti-prefix}-stack-push:before { content: $ti-icon-stack-push; }\n.#{$ti-prefix}-stairs:before { content: $ti-icon-stairs; }\n.#{$ti-prefix}-stairs-down:before { content: $ti-icon-stairs-down; }\n.#{$ti-prefix}-stairs-up:before { content: $ti-icon-stairs-up; }\n.#{$ti-prefix}-star:before { content: $ti-icon-star; }\n.#{$ti-prefix}-star-half:before { content: $ti-icon-star-half; }\n.#{$ti-prefix}-star-off:before { content: $ti-icon-star-off; }\n.#{$ti-prefix}-stars:before { content: $ti-icon-stars; }\n.#{$ti-prefix}-stars-off:before { content: $ti-icon-stars-off; }\n.#{$ti-prefix}-status-change:before { content: $ti-icon-status-change; }\n.#{$ti-prefix}-steam:before { content: $ti-icon-steam; }\n.#{$ti-prefix}-steering-wheel:before { content: $ti-icon-steering-wheel; }\n.#{$ti-prefix}-steering-wheel-off:before { content: $ti-icon-steering-wheel-off; }\n.#{$ti-prefix}-step-into:before { content: $ti-icon-step-into; }\n.#{$ti-prefix}-step-out:before { content: $ti-icon-step-out; }\n.#{$ti-prefix}-stereo-glasses:before { content: $ti-icon-stereo-glasses; }\n.#{$ti-prefix}-stethoscope:before { content: $ti-icon-stethoscope; }\n.#{$ti-prefix}-stethoscope-off:before { content: $ti-icon-stethoscope-off; }\n.#{$ti-prefix}-sticker:before { content: $ti-icon-sticker; }\n.#{$ti-prefix}-sticker-2:before { content: $ti-icon-sticker-2; }\n.#{$ti-prefix}-stopwatch:before { content: $ti-icon-stopwatch; }\n.#{$ti-prefix}-storm:before { content: $ti-icon-storm; }\n.#{$ti-prefix}-storm-off:before { content: $ti-icon-storm-off; }\n.#{$ti-prefix}-stretching:before { content: $ti-icon-stretching; }\n.#{$ti-prefix}-stretching-2:before { content: $ti-icon-stretching-2; }\n.#{$ti-prefix}-strikethrough:before { content: $ti-icon-strikethrough; }\n.#{$ti-prefix}-submarine:before { content: $ti-icon-submarine; }\n.#{$ti-prefix}-subscript:before { content: $ti-icon-subscript; }\n.#{$ti-prefix}-subtask:before { content: $ti-icon-subtask; }\n.#{$ti-prefix}-sum:before { content: $ti-icon-sum; }\n.#{$ti-prefix}-sum-off:before { content: $ti-icon-sum-off; }\n.#{$ti-prefix}-sun:before { content: $ti-icon-sun; }\n.#{$ti-prefix}-sun-electricity:before { content: $ti-icon-sun-electricity; }\n.#{$ti-prefix}-sun-high:before { content: $ti-icon-sun-high; }\n.#{$ti-prefix}-sun-low:before { content: $ti-icon-sun-low; }\n.#{$ti-prefix}-sun-moon:before { content: $ti-icon-sun-moon; }\n.#{$ti-prefix}-sun-off:before { content: $ti-icon-sun-off; }\n.#{$ti-prefix}-sun-wind:before { content: $ti-icon-sun-wind; }\n.#{$ti-prefix}-sunglasses:before { content: $ti-icon-sunglasses; }\n.#{$ti-prefix}-sunrise:before { content: $ti-icon-sunrise; }\n.#{$ti-prefix}-sunset:before { content: $ti-icon-sunset; }\n.#{$ti-prefix}-sunset-2:before { content: $ti-icon-sunset-2; }\n.#{$ti-prefix}-superscript:before { content: $ti-icon-superscript; }\n.#{$ti-prefix}-svg:before { content: $ti-icon-svg; }\n.#{$ti-prefix}-swimming:before { content: $ti-icon-swimming; }\n.#{$ti-prefix}-swipe:before { content: $ti-icon-swipe; }\n.#{$ti-prefix}-swipe-down:before { content: $ti-icon-swipe-down; }\n.#{$ti-prefix}-swipe-left:before { content: $ti-icon-swipe-left; }\n.#{$ti-prefix}-swipe-right:before { content: $ti-icon-swipe-right; }\n.#{$ti-prefix}-swipe-up:before { content: $ti-icon-swipe-up; }\n.#{$ti-prefix}-switch:before { content: $ti-icon-switch; }\n.#{$ti-prefix}-switch-2:before { content: $ti-icon-switch-2; }\n.#{$ti-prefix}-switch-3:before { content: $ti-icon-switch-3; }\n.#{$ti-prefix}-switch-horizontal:before { content: $ti-icon-switch-horizontal; }\n.#{$ti-prefix}-switch-vertical:before { content: $ti-icon-switch-vertical; }\n.#{$ti-prefix}-sword:before { content: $ti-icon-sword; }\n.#{$ti-prefix}-sword-off:before { content: $ti-icon-sword-off; }\n.#{$ti-prefix}-swords:before { content: $ti-icon-swords; }\n.#{$ti-prefix}-table:before { content: $ti-icon-table; }\n.#{$ti-prefix}-table-alias:before { content: $ti-icon-table-alias; }\n.#{$ti-prefix}-table-column:before { content: $ti-icon-table-column; }\n.#{$ti-prefix}-table-down:before { content: $ti-icon-table-down; }\n.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; }\n.#{$ti-prefix}-table-heart:before { content: $ti-icon-table-heart; }\n.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; }\n.#{$ti-prefix}-table-minus:before { content: $ti-icon-table-minus; }\n.#{$ti-prefix}-table-off:before { content: $ti-icon-table-off; }\n.#{$ti-prefix}-table-options:before { content: $ti-icon-table-options; }\n.#{$ti-prefix}-table-plus:before { content: $ti-icon-table-plus; }\n.#{$ti-prefix}-table-row:before { content: $ti-icon-table-row; }\n.#{$ti-prefix}-table-share:before { content: $ti-icon-table-share; }\n.#{$ti-prefix}-table-shortcut:before { content: $ti-icon-table-shortcut; }\n.#{$ti-prefix}-table-spark:before { content: $ti-icon-table-spark; }\n.#{$ti-prefix}-tag:before { content: $ti-icon-tag; }\n.#{$ti-prefix}-tag-off:before { content: $ti-icon-tag-off; }\n.#{$ti-prefix}-tag-starred:before { content: $ti-icon-tag-starred; }\n.#{$ti-prefix}-tags:before { content: $ti-icon-tags; }\n.#{$ti-prefix}-tags-off:before { content: $ti-icon-tags-off; }\n.#{$ti-prefix}-tallymark-1:before { content: $ti-icon-tallymark-1; }\n.#{$ti-prefix}-tallymark-2:before { content: $ti-icon-tallymark-2; }\n.#{$ti-prefix}-tallymark-3:before { content: $ti-icon-tallymark-3; }\n.#{$ti-prefix}-tallymark-4:before { content: $ti-icon-tallymark-4; }\n.#{$ti-prefix}-tallymarks:before { content: $ti-icon-tallymarks; }\n.#{$ti-prefix}-tank:before { content: $ti-icon-tank; }\n.#{$ti-prefix}-target:before { content: $ti-icon-target; }\n.#{$ti-prefix}-target-arrow:before { content: $ti-icon-target-arrow; }\n.#{$ti-prefix}-target-off:before { content: $ti-icon-target-off; }\n.#{$ti-prefix}-tax:before { content: $ti-icon-tax; }\n.#{$ti-prefix}-tax-euro:before { content: $ti-icon-tax-euro; }\n.#{$ti-prefix}-tax-pound:before { content: $ti-icon-tax-pound; }\n.#{$ti-prefix}-teapot:before { content: $ti-icon-teapot; }\n.#{$ti-prefix}-telescope:before { content: $ti-icon-telescope; }\n.#{$ti-prefix}-telescope-off:before { content: $ti-icon-telescope-off; }\n.#{$ti-prefix}-temperature:before { content: $ti-icon-temperature; }\n.#{$ti-prefix}-temperature-celsius:before { content: $ti-icon-temperature-celsius; }\n.#{$ti-prefix}-temperature-fahrenheit:before { content: $ti-icon-temperature-fahrenheit; }\n.#{$ti-prefix}-temperature-minus:before { content: $ti-icon-temperature-minus; }\n.#{$ti-prefix}-temperature-off:before { content: $ti-icon-temperature-off; }\n.#{$ti-prefix}-temperature-plus:before { content: $ti-icon-temperature-plus; }\n.#{$ti-prefix}-temperature-snow:before { content: $ti-icon-temperature-snow; }\n.#{$ti-prefix}-temperature-sun:before { content: $ti-icon-temperature-sun; }\n.#{$ti-prefix}-template:before { content: $ti-icon-template; }\n.#{$ti-prefix}-template-off:before { content: $ti-icon-template-off; }\n.#{$ti-prefix}-tent:before { content: $ti-icon-tent; }\n.#{$ti-prefix}-tent-off:before { content: $ti-icon-tent-off; }\n.#{$ti-prefix}-terminal:before { content: $ti-icon-terminal; }\n.#{$ti-prefix}-terminal-2:before { content: $ti-icon-terminal-2; }\n.#{$ti-prefix}-test-pipe:before { content: $ti-icon-test-pipe; }\n.#{$ti-prefix}-test-pipe-2:before { content: $ti-icon-test-pipe-2; }\n.#{$ti-prefix}-test-pipe-off:before { content: $ti-icon-test-pipe-off; }\n.#{$ti-prefix}-tex:before { content: $ti-icon-tex; }\n.#{$ti-prefix}-text-caption:before { content: $ti-icon-text-caption; }\n.#{$ti-prefix}-text-color:before { content: $ti-icon-text-color; }\n.#{$ti-prefix}-text-decrease:before { content: $ti-icon-text-decrease; }\n.#{$ti-prefix}-text-direction-ltr:before { content: $ti-icon-text-direction-ltr; }\n.#{$ti-prefix}-text-direction-rtl:before { content: $ti-icon-text-direction-rtl; }\n.#{$ti-prefix}-text-grammar:before { content: $ti-icon-text-grammar; }\n.#{$ti-prefix}-text-increase:before { content: $ti-icon-text-increase; }\n.#{$ti-prefix}-text-orientation:before { content: $ti-icon-text-orientation; }\n.#{$ti-prefix}-text-plus:before { content: $ti-icon-text-plus; }\n.#{$ti-prefix}-text-recognition:before { content: $ti-icon-text-recognition; }\n.#{$ti-prefix}-text-resize:before { content: $ti-icon-text-resize; }\n.#{$ti-prefix}-text-scan-2:before { content: $ti-icon-text-scan-2; }\n.#{$ti-prefix}-text-size:before { content: $ti-icon-text-size; }\n.#{$ti-prefix}-text-spellcheck:before { content: $ti-icon-text-spellcheck; }\n.#{$ti-prefix}-text-wrap:before { content: $ti-icon-text-wrap; }\n.#{$ti-prefix}-text-wrap-column:before { content: $ti-icon-text-wrap-column; }\n.#{$ti-prefix}-text-wrap-disabled:before { content: $ti-icon-text-wrap-disabled; }\n.#{$ti-prefix}-texture:before { content: $ti-icon-texture; }\n.#{$ti-prefix}-theater:before { content: $ti-icon-theater; }\n.#{$ti-prefix}-thermometer:before { content: $ti-icon-thermometer; }\n.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }\n.#{$ti-prefix}-thumb-down-off:before { content: $ti-icon-thumb-down-off; }\n.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }\n.#{$ti-prefix}-thumb-up-off:before { content: $ti-icon-thumb-up-off; }\n.#{$ti-prefix}-tic-tac:before { content: $ti-icon-tic-tac; }\n.#{$ti-prefix}-ticket:before { content: $ti-icon-ticket; }\n.#{$ti-prefix}-ticket-off:before { content: $ti-icon-ticket-off; }\n.#{$ti-prefix}-tie:before { content: $ti-icon-tie; }\n.#{$ti-prefix}-tilde:before { content: $ti-icon-tilde; }\n.#{$ti-prefix}-tilt-shift:before { content: $ti-icon-tilt-shift; }\n.#{$ti-prefix}-tilt-shift-off:before { content: $ti-icon-tilt-shift-off; }\n.#{$ti-prefix}-time-duration-0:before { content: $ti-icon-time-duration-0; }\n.#{$ti-prefix}-time-duration-10:before { content: $ti-icon-time-duration-10; }\n.#{$ti-prefix}-time-duration-15:before { content: $ti-icon-time-duration-15; }\n.#{$ti-prefix}-time-duration-30:before { content: $ti-icon-time-duration-30; }\n.#{$ti-prefix}-time-duration-45:before { content: $ti-icon-time-duration-45; }\n.#{$ti-prefix}-time-duration-5:before { content: $ti-icon-time-duration-5; }\n.#{$ti-prefix}-time-duration-60:before { content: $ti-icon-time-duration-60; }\n.#{$ti-prefix}-time-duration-90:before { content: $ti-icon-time-duration-90; }\n.#{$ti-prefix}-time-duration-off:before { content: $ti-icon-time-duration-off; }\n.#{$ti-prefix}-timeline:before { content: $ti-icon-timeline; }\n.#{$ti-prefix}-timeline-event:before { content: $ti-icon-timeline-event; }\n.#{$ti-prefix}-timeline-event-exclamation:before { content: $ti-icon-timeline-event-exclamation; }\n.#{$ti-prefix}-timeline-event-minus:before { content: $ti-icon-timeline-event-minus; }\n.#{$ti-prefix}-timeline-event-plus:before { content: $ti-icon-timeline-event-plus; }\n.#{$ti-prefix}-timeline-event-text:before { content: $ti-icon-timeline-event-text; }\n.#{$ti-prefix}-timeline-event-x:before { content: $ti-icon-timeline-event-x; }\n.#{$ti-prefix}-timezone:before { content: $ti-icon-timezone; }\n.#{$ti-prefix}-tip-jar:before { content: $ti-icon-tip-jar; }\n.#{$ti-prefix}-tip-jar-euro:before { content: $ti-icon-tip-jar-euro; }\n.#{$ti-prefix}-tip-jar-pound:before { content: $ti-icon-tip-jar-pound; }\n.#{$ti-prefix}-tir:before { content: $ti-icon-tir; }\n.#{$ti-prefix}-toggle-left:before { content: $ti-icon-toggle-left; }\n.#{$ti-prefix}-toggle-right:before { content: $ti-icon-toggle-right; }\n.#{$ti-prefix}-toilet-paper:before { content: $ti-icon-toilet-paper; }\n.#{$ti-prefix}-toilet-paper-off:before { content: $ti-icon-toilet-paper-off; }\n.#{$ti-prefix}-toml:before { content: $ti-icon-toml; }\n.#{$ti-prefix}-tool:before { content: $ti-icon-tool; }\n.#{$ti-prefix}-tools:before { content: $ti-icon-tools; }\n.#{$ti-prefix}-tools-kitchen:before { content: $ti-icon-tools-kitchen; }\n.#{$ti-prefix}-tools-kitchen-2:before { content: $ti-icon-tools-kitchen-2; }\n.#{$ti-prefix}-tools-kitchen-2-off:before { content: $ti-icon-tools-kitchen-2-off; }\n.#{$ti-prefix}-tools-kitchen-3:before { content: $ti-icon-tools-kitchen-3; }\n.#{$ti-prefix}-tools-kitchen-off:before { content: $ti-icon-tools-kitchen-off; }\n.#{$ti-prefix}-tools-off:before { content: $ti-icon-tools-off; }\n.#{$ti-prefix}-tooltip:before { content: $ti-icon-tooltip; }\n.#{$ti-prefix}-topology-bus:before { content: $ti-icon-topology-bus; }\n.#{$ti-prefix}-topology-complex:before { content: $ti-icon-topology-complex; }\n.#{$ti-prefix}-topology-full:before { content: $ti-icon-topology-full; }\n.#{$ti-prefix}-topology-full-hierarchy:before { content: $ti-icon-topology-full-hierarchy; }\n.#{$ti-prefix}-topology-ring:before { content: $ti-icon-topology-ring; }\n.#{$ti-prefix}-topology-ring-2:before { content: $ti-icon-topology-ring-2; }\n.#{$ti-prefix}-topology-ring-3:before { content: $ti-icon-topology-ring-3; }\n.#{$ti-prefix}-topology-star:before { content: $ti-icon-topology-star; }\n.#{$ti-prefix}-topology-star-2:before { content: $ti-icon-topology-star-2; }\n.#{$ti-prefix}-topology-star-3:before { content: $ti-icon-topology-star-3; }\n.#{$ti-prefix}-topology-star-ring:before { content: $ti-icon-topology-star-ring; }\n.#{$ti-prefix}-topology-star-ring-2:before { content: $ti-icon-topology-star-ring-2; }\n.#{$ti-prefix}-topology-star-ring-3:before { content: $ti-icon-topology-star-ring-3; }\n.#{$ti-prefix}-torii:before { content: $ti-icon-torii; }\n.#{$ti-prefix}-tornado:before { content: $ti-icon-tornado; }\n.#{$ti-prefix}-tournament:before { content: $ti-icon-tournament; }\n.#{$ti-prefix}-tower:before { content: $ti-icon-tower; }\n.#{$ti-prefix}-tower-off:before { content: $ti-icon-tower-off; }\n.#{$ti-prefix}-track:before { content: $ti-icon-track; }\n.#{$ti-prefix}-tractor:before { content: $ti-icon-tractor; }\n.#{$ti-prefix}-trademark:before { content: $ti-icon-trademark; }\n.#{$ti-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; }\n.#{$ti-prefix}-traffic-cone-off:before { content: $ti-icon-traffic-cone-off; }\n.#{$ti-prefix}-traffic-lights:before { content: $ti-icon-traffic-lights; }\n.#{$ti-prefix}-traffic-lights-off:before { content: $ti-icon-traffic-lights-off; }\n.#{$ti-prefix}-train:before { content: $ti-icon-train; }\n.#{$ti-prefix}-transaction-bitcoin:before { content: $ti-icon-transaction-bitcoin; }\n.#{$ti-prefix}-transaction-dollar:before { content: $ti-icon-transaction-dollar; }\n.#{$ti-prefix}-transaction-euro:before { content: $ti-icon-transaction-euro; }\n.#{$ti-prefix}-transaction-pound:before { content: $ti-icon-transaction-pound; }\n.#{$ti-prefix}-transaction-rupee:before { content: $ti-icon-transaction-rupee; }\n.#{$ti-prefix}-transaction-yen:before { content: $ti-icon-transaction-yen; }\n.#{$ti-prefix}-transaction-yuan:before { content: $ti-icon-transaction-yuan; }\n.#{$ti-prefix}-transfer:before { content: $ti-icon-transfer; }\n.#{$ti-prefix}-transfer-in:before { content: $ti-icon-transfer-in; }\n.#{$ti-prefix}-transfer-out:before { content: $ti-icon-transfer-out; }\n.#{$ti-prefix}-transfer-vertical:before { content: $ti-icon-transfer-vertical; }\n.#{$ti-prefix}-transform:before { content: $ti-icon-transform; }\n.#{$ti-prefix}-transform-point:before { content: $ti-icon-transform-point; }\n.#{$ti-prefix}-transform-point-bottom-left:before { content: $ti-icon-transform-point-bottom-left; }\n.#{$ti-prefix}-transform-point-bottom-right:before { content: $ti-icon-transform-point-bottom-right; }\n.#{$ti-prefix}-transform-point-top-left:before { content: $ti-icon-transform-point-top-left; }\n.#{$ti-prefix}-transform-point-top-right:before { content: $ti-icon-transform-point-top-right; }\n.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; }\n.#{$ti-prefix}-transition-left:before { content: $ti-icon-transition-left; }\n.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }\n.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }\n.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }\n.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }\n.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }\n.#{$ti-prefix}-treadmill:before { content: $ti-icon-treadmill; }\n.#{$ti-prefix}-tree:before { content: $ti-icon-tree; }\n.#{$ti-prefix}-trees:before { content: $ti-icon-trees; }\n.#{$ti-prefix}-trekking:before { content: $ti-icon-trekking; }\n.#{$ti-prefix}-trending-down:before { content: $ti-icon-trending-down; }\n.#{$ti-prefix}-trending-down-2:before { content: $ti-icon-trending-down-2; }\n.#{$ti-prefix}-trending-down-3:before { content: $ti-icon-trending-down-3; }\n.#{$ti-prefix}-trending-up:before { content: $ti-icon-trending-up; }\n.#{$ti-prefix}-trending-up-2:before { content: $ti-icon-trending-up-2; }\n.#{$ti-prefix}-trending-up-3:before { content: $ti-icon-trending-up-3; }\n.#{$ti-prefix}-triangle:before { content: $ti-icon-triangle; }\n.#{$ti-prefix}-triangle-inverted:before { content: $ti-icon-triangle-inverted; }\n.#{$ti-prefix}-triangle-minus:before { content: $ti-icon-triangle-minus; }\n.#{$ti-prefix}-triangle-minus-2:before { content: $ti-icon-triangle-minus-2; }\n.#{$ti-prefix}-triangle-off:before { content: $ti-icon-triangle-off; }\n.#{$ti-prefix}-triangle-plus:before { content: $ti-icon-triangle-plus; }\n.#{$ti-prefix}-triangle-plus-2:before { content: $ti-icon-triangle-plus-2; }\n.#{$ti-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; }\n.#{$ti-prefix}-triangles:before { content: $ti-icon-triangles; }\n.#{$ti-prefix}-trident:before { content: $ti-icon-trident; }\n.#{$ti-prefix}-trolley:before { content: $ti-icon-trolley; }\n.#{$ti-prefix}-trophy:before { content: $ti-icon-trophy; }\n.#{$ti-prefix}-trophy-off:before { content: $ti-icon-trophy-off; }\n.#{$ti-prefix}-trowel:before { content: $ti-icon-trowel; }\n.#{$ti-prefix}-truck:before { content: $ti-icon-truck; }\n.#{$ti-prefix}-truck-delivery:before { content: $ti-icon-truck-delivery; }\n.#{$ti-prefix}-truck-loading:before { content: $ti-icon-truck-loading; }\n.#{$ti-prefix}-truck-off:before { content: $ti-icon-truck-off; }\n.#{$ti-prefix}-truck-return:before { content: $ti-icon-truck-return; }\n.#{$ti-prefix}-txt:before { content: $ti-icon-txt; }\n.#{$ti-prefix}-typeface:before { content: $ti-icon-typeface; }\n.#{$ti-prefix}-typography:before { content: $ti-icon-typography; }\n.#{$ti-prefix}-typography-off:before { content: $ti-icon-typography-off; }\n.#{$ti-prefix}-u-turn-left:before { content: $ti-icon-u-turn-left; }\n.#{$ti-prefix}-u-turn-right:before { content: $ti-icon-u-turn-right; }\n.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; }\n.#{$ti-prefix}-ufo-off:before { content: $ti-icon-ufo-off; }\n.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }\n.#{$ti-prefix}-umbrella-2:before { content: $ti-icon-umbrella-2; }\n.#{$ti-prefix}-umbrella-closed:before { content: $ti-icon-umbrella-closed; }\n.#{$ti-prefix}-umbrella-closed-2:before { content: $ti-icon-umbrella-closed-2; }\n.#{$ti-prefix}-umbrella-off:before { content: $ti-icon-umbrella-off; }\n.#{$ti-prefix}-underline:before { content: $ti-icon-underline; }\n.#{$ti-prefix}-universe:before { content: $ti-icon-universe; }\n.#{$ti-prefix}-unlink:before { content: $ti-icon-unlink; }\n.#{$ti-prefix}-upload:before { content: $ti-icon-upload; }\n.#{$ti-prefix}-urgent:before { content: $ti-icon-urgent; }\n.#{$ti-prefix}-usb:before { content: $ti-icon-usb; }\n.#{$ti-prefix}-user:before { content: $ti-icon-user; }\n.#{$ti-prefix}-user-bitcoin:before { content: $ti-icon-user-bitcoin; }\n.#{$ti-prefix}-user-bolt:before { content: $ti-icon-user-bolt; }\n.#{$ti-prefix}-user-cancel:before { content: $ti-icon-user-cancel; }\n.#{$ti-prefix}-user-check:before { content: $ti-icon-user-check; }\n.#{$ti-prefix}-user-circle:before { content: $ti-icon-user-circle; }\n.#{$ti-prefix}-user-code:before { content: $ti-icon-user-code; }\n.#{$ti-prefix}-user-cog:before { content: $ti-icon-user-cog; }\n.#{$ti-prefix}-user-dollar:before { content: $ti-icon-user-dollar; }\n.#{$ti-prefix}-user-down:before { content: $ti-icon-user-down; }\n.#{$ti-prefix}-user-edit:before { content: $ti-icon-user-edit; }\n.#{$ti-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; }\n.#{$ti-prefix}-user-heart:before { content: $ti-icon-user-heart; }\n.#{$ti-prefix}-user-hexagon:before { content: $ti-icon-user-hexagon; }\n.#{$ti-prefix}-user-minus:before { content: $ti-icon-user-minus; }\n.#{$ti-prefix}-user-off:before { content: $ti-icon-user-off; }\n.#{$ti-prefix}-user-pause:before { content: $ti-icon-user-pause; }\n.#{$ti-prefix}-user-pentagon:before { content: $ti-icon-user-pentagon; }\n.#{$ti-prefix}-user-pin:before { content: $ti-icon-user-pin; }\n.#{$ti-prefix}-user-plus:before { content: $ti-icon-user-plus; }\n.#{$ti-prefix}-user-question:before { content: $ti-icon-user-question; }\n.#{$ti-prefix}-user-scan:before { content: $ti-icon-user-scan; }\n.#{$ti-prefix}-user-screen:before { content: $ti-icon-user-screen; }\n.#{$ti-prefix}-user-search:before { content: $ti-icon-user-search; }\n.#{$ti-prefix}-user-share:before { content: $ti-icon-user-share; }\n.#{$ti-prefix}-user-shield:before { content: $ti-icon-user-shield; }\n.#{$ti-prefix}-user-square:before { content: $ti-icon-user-square; }\n.#{$ti-prefix}-user-square-rounded:before { content: $ti-icon-user-square-rounded; }\n.#{$ti-prefix}-user-star:before { content: $ti-icon-user-star; }\n.#{$ti-prefix}-user-up:before { content: $ti-icon-user-up; }\n.#{$ti-prefix}-user-x:before { content: $ti-icon-user-x; }\n.#{$ti-prefix}-users:before { content: $ti-icon-users; }\n.#{$ti-prefix}-users-group:before { content: $ti-icon-users-group; }\n.#{$ti-prefix}-users-minus:before { content: $ti-icon-users-minus; }\n.#{$ti-prefix}-users-plus:before { content: $ti-icon-users-plus; }\n.#{$ti-prefix}-uv-index:before { content: $ti-icon-uv-index; }\n.#{$ti-prefix}-ux-circle:before { content: $ti-icon-ux-circle; }\n.#{$ti-prefix}-vaccine:before { content: $ti-icon-vaccine; }\n.#{$ti-prefix}-vaccine-bottle:before { content: $ti-icon-vaccine-bottle; }\n.#{$ti-prefix}-vaccine-bottle-off:before { content: $ti-icon-vaccine-bottle-off; }\n.#{$ti-prefix}-vaccine-off:before { content: $ti-icon-vaccine-off; }\n.#{$ti-prefix}-vacuum-cleaner:before { content: $ti-icon-vacuum-cleaner; }\n.#{$ti-prefix}-variable:before { content: $ti-icon-variable; }\n.#{$ti-prefix}-variable-minus:before { content: $ti-icon-variable-minus; }\n.#{$ti-prefix}-variable-off:before { content: $ti-icon-variable-off; }\n.#{$ti-prefix}-variable-plus:before { content: $ti-icon-variable-plus; }\n.#{$ti-prefix}-vector:before { content: $ti-icon-vector; }\n.#{$ti-prefix}-vector-bezier:before { content: $ti-icon-vector-bezier; }\n.#{$ti-prefix}-vector-bezier-2:before { content: $ti-icon-vector-bezier-2; }\n.#{$ti-prefix}-vector-bezier-arc:before { content: $ti-icon-vector-bezier-arc; }\n.#{$ti-prefix}-vector-bezier-circle:before { content: $ti-icon-vector-bezier-circle; }\n.#{$ti-prefix}-vector-off:before { content: $ti-icon-vector-off; }\n.#{$ti-prefix}-vector-spline:before { content: $ti-icon-vector-spline; }\n.#{$ti-prefix}-vector-triangle:before { content: $ti-icon-vector-triangle; }\n.#{$ti-prefix}-vector-triangle-off:before { content: $ti-icon-vector-triangle-off; }\n.#{$ti-prefix}-venus:before { content: $ti-icon-venus; }\n.#{$ti-prefix}-versions:before { content: $ti-icon-versions; }\n.#{$ti-prefix}-versions-off:before { content: $ti-icon-versions-off; }\n.#{$ti-prefix}-video:before { content: $ti-icon-video; }\n.#{$ti-prefix}-video-minus:before { content: $ti-icon-video-minus; }\n.#{$ti-prefix}-video-off:before { content: $ti-icon-video-off; }\n.#{$ti-prefix}-video-plus:before { content: $ti-icon-video-plus; }\n.#{$ti-prefix}-view-360:before { content: $ti-icon-view-360; }\n.#{$ti-prefix}-view-360-arrow:before { content: $ti-icon-view-360-arrow; }\n.#{$ti-prefix}-view-360-number:before { content: $ti-icon-view-360-number; }\n.#{$ti-prefix}-view-360-off:before { content: $ti-icon-view-360-off; }\n.#{$ti-prefix}-viewfinder:before { content: $ti-icon-viewfinder; }\n.#{$ti-prefix}-viewfinder-off:before { content: $ti-icon-viewfinder-off; }\n.#{$ti-prefix}-viewport-narrow:before { content: $ti-icon-viewport-narrow; }\n.#{$ti-prefix}-viewport-short:before { content: $ti-icon-viewport-short; }\n.#{$ti-prefix}-viewport-tall:before { content: $ti-icon-viewport-tall; }\n.#{$ti-prefix}-viewport-wide:before { content: $ti-icon-viewport-wide; }\n.#{$ti-prefix}-vinyl:before { content: $ti-icon-vinyl; }\n.#{$ti-prefix}-vip:before { content: $ti-icon-vip; }\n.#{$ti-prefix}-vip-off:before { content: $ti-icon-vip-off; }\n.#{$ti-prefix}-virus:before { content: $ti-icon-virus; }\n.#{$ti-prefix}-virus-off:before { content: $ti-icon-virus-off; }\n.#{$ti-prefix}-virus-search:before { content: $ti-icon-virus-search; }\n.#{$ti-prefix}-vocabulary:before { content: $ti-icon-vocabulary; }\n.#{$ti-prefix}-vocabulary-off:before { content: $ti-icon-vocabulary-off; }\n.#{$ti-prefix}-volcano:before { content: $ti-icon-volcano; }\n.#{$ti-prefix}-volume:before { content: $ti-icon-volume; }\n.#{$ti-prefix}-volume-2:before { content: $ti-icon-volume-2; }\n.#{$ti-prefix}-volume-3:before { content: $ti-icon-volume-3; }\n.#{$ti-prefix}-volume-off:before { content: $ti-icon-volume-off; }\n.#{$ti-prefix}-vs:before { content: $ti-icon-vs; }\n.#{$ti-prefix}-walk:before { content: $ti-icon-walk; }\n.#{$ti-prefix}-wall:before { content: $ti-icon-wall; }\n.#{$ti-prefix}-wall-off:before { content: $ti-icon-wall-off; }\n.#{$ti-prefix}-wallet:before { content: $ti-icon-wallet; }\n.#{$ti-prefix}-wallet-off:before { content: $ti-icon-wallet-off; }\n.#{$ti-prefix}-wallpaper:before { content: $ti-icon-wallpaper; }\n.#{$ti-prefix}-wallpaper-off:before { content: $ti-icon-wallpaper-off; }\n.#{$ti-prefix}-wand:before { content: $ti-icon-wand; }\n.#{$ti-prefix}-wand-off:before { content: $ti-icon-wand-off; }\n.#{$ti-prefix}-wash:before { content: $ti-icon-wash; }\n.#{$ti-prefix}-wash-dry:before { content: $ti-icon-wash-dry; }\n.#{$ti-prefix}-wash-dry-1:before { content: $ti-icon-wash-dry-1; }\n.#{$ti-prefix}-wash-dry-2:before { content: $ti-icon-wash-dry-2; }\n.#{$ti-prefix}-wash-dry-3:before { content: $ti-icon-wash-dry-3; }\n.#{$ti-prefix}-wash-dry-a:before { content: $ti-icon-wash-dry-a; }\n.#{$ti-prefix}-wash-dry-dip:before { content: $ti-icon-wash-dry-dip; }\n.#{$ti-prefix}-wash-dry-f:before { content: $ti-icon-wash-dry-f; }\n.#{$ti-prefix}-wash-dry-flat:before { content: $ti-icon-wash-dry-flat; }\n.#{$ti-prefix}-wash-dry-hang:before { content: $ti-icon-wash-dry-hang; }\n.#{$ti-prefix}-wash-dry-off:before { content: $ti-icon-wash-dry-off; }\n.#{$ti-prefix}-wash-dry-p:before { content: $ti-icon-wash-dry-p; }\n.#{$ti-prefix}-wash-dry-shade:before { content: $ti-icon-wash-dry-shade; }\n.#{$ti-prefix}-wash-dry-w:before { content: $ti-icon-wash-dry-w; }\n.#{$ti-prefix}-wash-dryclean:before { content: $ti-icon-wash-dryclean; }\n.#{$ti-prefix}-wash-dryclean-off:before { content: $ti-icon-wash-dryclean-off; }\n.#{$ti-prefix}-wash-eco:before { content: $ti-icon-wash-eco; }\n.#{$ti-prefix}-wash-gentle:before { content: $ti-icon-wash-gentle; }\n.#{$ti-prefix}-wash-hand:before { content: $ti-icon-wash-hand; }\n.#{$ti-prefix}-wash-machine:before { content: $ti-icon-wash-machine; }\n.#{$ti-prefix}-wash-off:before { content: $ti-icon-wash-off; }\n.#{$ti-prefix}-wash-press:before { content: $ti-icon-wash-press; }\n.#{$ti-prefix}-wash-temperature-1:before { content: $ti-icon-wash-temperature-1; }\n.#{$ti-prefix}-wash-temperature-2:before { content: $ti-icon-wash-temperature-2; }\n.#{$ti-prefix}-wash-temperature-3:before { content: $ti-icon-wash-temperature-3; }\n.#{$ti-prefix}-wash-temperature-4:before { content: $ti-icon-wash-temperature-4; }\n.#{$ti-prefix}-wash-temperature-5:before { content: $ti-icon-wash-temperature-5; }\n.#{$ti-prefix}-wash-temperature-6:before { content: $ti-icon-wash-temperature-6; }\n.#{$ti-prefix}-wash-tumble-dry:before { content: $ti-icon-wash-tumble-dry; }\n.#{$ti-prefix}-wash-tumble-off:before { content: $ti-icon-wash-tumble-off; }\n.#{$ti-prefix}-waterpolo:before { content: $ti-icon-waterpolo; }\n.#{$ti-prefix}-wave-saw-tool:before { content: $ti-icon-wave-saw-tool; }\n.#{$ti-prefix}-wave-sine:before { content: $ti-icon-wave-sine; }\n.#{$ti-prefix}-wave-square:before { content: $ti-icon-wave-square; }\n.#{$ti-prefix}-waves-electricity:before { content: $ti-icon-waves-electricity; }\n.#{$ti-prefix}-webhook:before { content: $ti-icon-webhook; }\n.#{$ti-prefix}-webhook-off:before { content: $ti-icon-webhook-off; }\n.#{$ti-prefix}-weight:before { content: $ti-icon-weight; }\n.#{$ti-prefix}-wheel:before { content: $ti-icon-wheel; }\n.#{$ti-prefix}-wheelchair:before { content: $ti-icon-wheelchair; }\n.#{$ti-prefix}-wheelchair-off:before { content: $ti-icon-wheelchair-off; }\n.#{$ti-prefix}-whirl:before { content: $ti-icon-whirl; }\n.#{$ti-prefix}-wifi:before { content: $ti-icon-wifi; }\n.#{$ti-prefix}-wifi-0:before { content: $ti-icon-wifi-0; }\n.#{$ti-prefix}-wifi-1:before { content: $ti-icon-wifi-1; }\n.#{$ti-prefix}-wifi-2:before { content: $ti-icon-wifi-2; }\n.#{$ti-prefix}-wifi-off:before { content: $ti-icon-wifi-off; }\n.#{$ti-prefix}-wind:before { content: $ti-icon-wind; }\n.#{$ti-prefix}-wind-electricity:before { content: $ti-icon-wind-electricity; }\n.#{$ti-prefix}-wind-off:before { content: $ti-icon-wind-off; }\n.#{$ti-prefix}-windmill:before { content: $ti-icon-windmill; }\n.#{$ti-prefix}-windmill-off:before { content: $ti-icon-windmill-off; }\n.#{$ti-prefix}-window:before { content: $ti-icon-window; }\n.#{$ti-prefix}-window-maximize:before { content: $ti-icon-window-maximize; }\n.#{$ti-prefix}-window-minimize:before { content: $ti-icon-window-minimize; }\n.#{$ti-prefix}-window-off:before { content: $ti-icon-window-off; }\n.#{$ti-prefix}-windsock:before { content: $ti-icon-windsock; }\n.#{$ti-prefix}-wiper:before { content: $ti-icon-wiper; }\n.#{$ti-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; }\n.#{$ti-prefix}-woman:before { content: $ti-icon-woman; }\n.#{$ti-prefix}-wood:before { content: $ti-icon-wood; }\n.#{$ti-prefix}-world:before { content: $ti-icon-world; }\n.#{$ti-prefix}-world-bolt:before { content: $ti-icon-world-bolt; }\n.#{$ti-prefix}-world-cancel:before { content: $ti-icon-world-cancel; }\n.#{$ti-prefix}-world-check:before { content: $ti-icon-world-check; }\n.#{$ti-prefix}-world-code:before { content: $ti-icon-world-code; }\n.#{$ti-prefix}-world-cog:before { content: $ti-icon-world-cog; }\n.#{$ti-prefix}-world-dollar:before { content: $ti-icon-world-dollar; }\n.#{$ti-prefix}-world-down:before { content: $ti-icon-world-down; }\n.#{$ti-prefix}-world-download:before { content: $ti-icon-world-download; }\n.#{$ti-prefix}-world-exclamation:before { content: $ti-icon-world-exclamation; }\n.#{$ti-prefix}-world-heart:before { content: $ti-icon-world-heart; }\n.#{$ti-prefix}-world-latitude:before { content: $ti-icon-world-latitude; }\n.#{$ti-prefix}-world-longitude:before { content: $ti-icon-world-longitude; }\n.#{$ti-prefix}-world-minus:before { content: $ti-icon-world-minus; }\n.#{$ti-prefix}-world-off:before { content: $ti-icon-world-off; }\n.#{$ti-prefix}-world-pause:before { content: $ti-icon-world-pause; }\n.#{$ti-prefix}-world-pin:before { content: $ti-icon-world-pin; }\n.#{$ti-prefix}-world-plus:before { content: $ti-icon-world-plus; }\n.#{$ti-prefix}-world-question:before { content: $ti-icon-world-question; }\n.#{$ti-prefix}-world-search:before { content: $ti-icon-world-search; }\n.#{$ti-prefix}-world-share:before { content: $ti-icon-world-share; }\n.#{$ti-prefix}-world-star:before { content: $ti-icon-world-star; }\n.#{$ti-prefix}-world-up:before { content: $ti-icon-world-up; }\n.#{$ti-prefix}-world-upload:before { content: $ti-icon-world-upload; }\n.#{$ti-prefix}-world-www:before { content: $ti-icon-world-www; }\n.#{$ti-prefix}-world-x:before { content: $ti-icon-world-x; }\n.#{$ti-prefix}-wrecking-ball:before { content: $ti-icon-wrecking-ball; }\n.#{$ti-prefix}-writing:before { content: $ti-icon-writing; }\n.#{$ti-prefix}-writing-off:before { content: $ti-icon-writing-off; }\n.#{$ti-prefix}-writing-sign:before { content: $ti-icon-writing-sign; }\n.#{$ti-prefix}-writing-sign-off:before { content: $ti-icon-writing-sign-off; }\n.#{$ti-prefix}-x:before { content: $ti-icon-x; }\n.#{$ti-prefix}-x-power-y:before { content: $ti-icon-x-power-y; }\n.#{$ti-prefix}-xbox-a:before { content: $ti-icon-xbox-a; }\n.#{$ti-prefix}-xbox-b:before { content: $ti-icon-xbox-b; }\n.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; }\n.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; }\n.#{$ti-prefix}-xd:before { content: $ti-icon-xd; }\n.#{$ti-prefix}-xxx:before { content: $ti-icon-xxx; }\n.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }\n.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; }\n.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }\n.#{$ti-prefix}-zeppelin-off:before { content: $ti-icon-zeppelin-off; }\n.#{$ti-prefix}-zip:before { content: $ti-icon-zip; }\n.#{$ti-prefix}-zodiac-aquarius:before { content: $ti-icon-zodiac-aquarius; }\n.#{$ti-prefix}-zodiac-aries:before { content: $ti-icon-zodiac-aries; }\n.#{$ti-prefix}-zodiac-cancer:before { content: $ti-icon-zodiac-cancer; }\n.#{$ti-prefix}-zodiac-capricorn:before { content: $ti-icon-zodiac-capricorn; }\n.#{$ti-prefix}-zodiac-gemini:before { content: $ti-icon-zodiac-gemini; }\n.#{$ti-prefix}-zodiac-leo:before { content: $ti-icon-zodiac-leo; }\n.#{$ti-prefix}-zodiac-libra:before { content: $ti-icon-zodiac-libra; }\n.#{$ti-prefix}-zodiac-pisces:before { content: $ti-icon-zodiac-pisces; }\n.#{$ti-prefix}-zodiac-sagittarius:before { content: $ti-icon-zodiac-sagittarius; }\n.#{$ti-prefix}-zodiac-scorpio:before { content: $ti-icon-zodiac-scorpio; }\n.#{$ti-prefix}-zodiac-taurus:before { content: $ti-icon-zodiac-taurus; }\n.#{$ti-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; }\n.#{$ti-prefix}-zoom:before { content: $ti-icon-zoom; }\n.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }\n.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }\n.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }\n.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }\n.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }\n.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; }\n.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }\n.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }\n.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; }\n.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }\n.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }\n.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; }\n.#{$ti-prefix}-zoom-reset:before { content: $ti-icon-zoom-reset; }\n.#{$ti-prefix}-zoom-scan:before { content: $ti-icon-zoom-scan; }\n.#{$ti-prefix}-zzz:before { content: $ti-icon-zzz; }\n.#{$ti-prefix}-zzz-off:before { content: $ti-icon-zzz-off; }\n\n// Aliases\n.#{$ti-prefix}-123:before { content: $ti-icon-number-123; }\n.#{$ti-prefix}-360:before { content: $ti-icon-view-360-arrow; }\n.#{$ti-prefix}-code-asterix:before { content: $ti-icon-code-asterisk; }\n.#{$ti-prefix}-discount-2:before { content: $ti-icon-rosette-discount; }\n.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-rosette-discount-off; }\n.#{$ti-prefix}-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-love-you; }\n.#{$ti-prefix}-sort-deacending-small-big:before { content: $ti-icon-sort-descending-small-big; }\n.#{$ti-prefix}-shi-jumping:before { content: $ti-icon-ski-jumping; }\n.#{$ti-prefix}-box-seam:before { content: $ti-icon-package; }\n.#{$ti-prefix}-kering:before { content: $ti-icon-kerning; }\n.#{$ti-prefix}-2fa:before { content: $ti-icon-auth-2fa; }\n.#{$ti-prefix}-3d-cube-sphere:before { content: $ti-icon-cube-3d-sphere; }\n.#{$ti-prefix}-3d-cube-sphere-off:before { content: $ti-icon-cube-3d-sphere-off; }\n.#{$ti-prefix}-3d-rotate:before { content: $ti-icon-rotate-3d; }\n.#{$ti-prefix}-12-hours:before { content: $ti-icon-hours-12; }\n.#{$ti-prefix}-24-hours:before { content: $ti-icon-hours-24; }\n.#{$ti-prefix}-360-view:before { content: $ti-icon-view-360-number; }\n.#{$ti-prefix}-circle-0:before { content: $ti-icon-circle-number-0; }\n.#{$ti-prefix}-circle-1:before { content: $ti-icon-circle-number-1; }\n.#{$ti-prefix}-circle-2:before { content: $ti-icon-circle-number-2; }\n.#{$ti-prefix}-circle-3:before { content: $ti-icon-circle-number-3; }\n.#{$ti-prefix}-circle-4:before { content: $ti-icon-circle-number-4; }\n.#{$ti-prefix}-circle-5:before { content: $ti-icon-circle-number-5; }\n.#{$ti-prefix}-circle-6:before { content: $ti-icon-circle-number-6; }\n.#{$ti-prefix}-circle-7:before { content: $ti-icon-circle-number-7; }\n.#{$ti-prefix}-circle-8:before { content: $ti-icon-circle-number-8; }\n.#{$ti-prefix}-circle-9:before { content: $ti-icon-circle-number-9; }\n.#{$ti-prefix}-hexagon-0:before { content: $ti-icon-hexagon-number-0; }\n.#{$ti-prefix}-hexagon-1:before { content: $ti-icon-hexagon-number-1; }\n.#{$ti-prefix}-hexagon-2:before { content: $ti-icon-hexagon-number-2; }\n.#{$ti-prefix}-hexagon-3:before { content: $ti-icon-hexagon-number-3; }\n.#{$ti-prefix}-hexagon-4:before { content: $ti-icon-hexagon-number-4; }\n.#{$ti-prefix}-hexagon-5:before { content: $ti-icon-hexagon-number-5; }\n.#{$ti-prefix}-hexagon-6:before { content: $ti-icon-hexagon-number-6; }\n.#{$ti-prefix}-hexagon-7:before { content: $ti-icon-hexagon-number-7; }\n.#{$ti-prefix}-hexagon-8:before { content: $ti-icon-hexagon-number-8; }\n.#{$ti-prefix}-hexagon-9:before { content: $ti-icon-hexagon-number-9; }\n.#{$ti-prefix}-square-0:before { content: $ti-icon-square-number-0; }\n.#{$ti-prefix}-square-1:before { content: $ti-icon-square-number-1; }\n.#{$ti-prefix}-square-2:before { content: $ti-icon-square-number-2; }\n.#{$ti-prefix}-square-3:before { content: $ti-icon-square-number-3; }\n.#{$ti-prefix}-square-4:before { content: $ti-icon-square-number-4; }\n.#{$ti-prefix}-square-5:before { content: $ti-icon-square-number-5; }\n.#{$ti-prefix}-square-6:before { content: $ti-icon-square-number-6; }\n.#{$ti-prefix}-square-7:before { content: $ti-icon-square-number-7; }\n.#{$ti-prefix}-square-8:before { content: $ti-icon-square-number-8; }\n.#{$ti-prefix}-square-9:before { content: $ti-icon-square-number-9; }\n.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle; }\n.#{$ti-prefix}-mood-suprised:before { content: $ti-icon-mood-surprised; }\n.#{$ti-prefix}-circle-dashed-letter-letter-v:before { content: $ti-icon-circle-dashed-letter-v; }\n\n"],"file":"main.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../../_sass/_themes.scss","../../_sass/_variables.scss","../../_sass/_layout.scss","main.scss","../../_sass/_base.scss","../../_sass/_distill.scss","../../_sass/_cv.scss","../../_sass/_tabs.scss","../../_sass/_typograms.scss","../../_sass/font-awesome/fontawesome.scss","../../_sass/font-awesome/_core.scss","../../_sass/font-awesome/_sizing.scss","../../_sass/font-awesome/_mixins.scss","../../_sass/font-awesome/_fixed-width.scss","../../_sass/font-awesome/_variables.scss","../../_sass/font-awesome/_list.scss","../../_sass/font-awesome/_bordered-pulled.scss","../../_sass/font-awesome/_animated.scss","../../_sass/font-awesome/_rotated-flipped.scss","../../_sass/font-awesome/_stacked.scss","../../_sass/font-awesome/_icons.scss","../../_sass/font-awesome/_screen-reader.scss","../../_sass/font-awesome/brands.scss","../../_sass/font-awesome/solid.scss","../../_sass/font-awesome/regular.scss","../../_sass/tabler-icons/tabler-icons.scss","../../_sass/tabler-icons/tabler-icons-filled.scss","../../_sass/tabler-icons/tabler-icons-outline.scss"],"names":[],"mappings":"CAMA,MACE,2BACA,gDACA,6BACA,mCACA,8BACA,8BACA,mCACA,kCACA,oCACA,oCACA,oCACA,2CACA,gCACA,kCACA,oDAMA,yCACA,sCACA,wCAEA,4BACA,+BACA,iCACA,kCACA,gCACA,mCACA,qCACA,sCACA,4BACA,kCACA,iCACA,kCAEA,2BACE,kBACA,iBACA,cAGF,yBACE,aAGF,0BACE,aAGF,kBACE,cAGF,iBACE,aAGF,mBACE,2CACA,8CACA,OCtBiB,KDuBjB,MCtBgB,KDuBhB,OCtBmB,KDuBnB,MCvBmB,KDwBnB,QC3BkB,GD+BtB,sBACE,2BACA,gCACA,6BACA,mCACA,8BACA,8BACA,mCACA,kCACA,oCACA,oCACA,oCACA,gCACA,gCACA,0DAMA,yCACA,sCACA,wCAEA,4BACA,+BACA,iCACA,kCACA,gCACA,mCACA,qCACA,sCACA,4BACA,kCACA,iCACA,kCAEA,kCACE,aAGF,iCACE,cAgDF,mDACE,aAGF,iDACE,kBACA,iBACA,cAGF,kDACE,aAGF,2CACE,2CACA,8CAKF,oDACE,aAGF,kDACE,aAGF,mDACE,kBACA,iBACA,cEnMJ,KACE,oBACA,+BACA,wCAEA,gDAME,uBAIJ,mBAEE,iBAGF,0BAEE,iBAGF,WACE,UC3BkB,MDgClB,aACE,WE9BJ,0CAYE,+BAGF,GACE,iDAKA,kBAEE,eACA,uBAGF,SACE,iBAIJ,gBAEE,gCAEA,4BACE,gCACA,0BAGF,0FACE,WAIJ,YACE,+BAEA,2BACE,wDAkFJ,WACE,kCACA,gDACA,eACA,YACA,iBAEA,aACE,mBAEA,wBACE,gBAKJ,qBACE,qCACA,4CAEA,mGAIE,mCACA,mBAEA,+IACE,gBAIJ,gJAME,oCAIJ,yBACE,yCACA,gDAEA,mHAIE,uCACA,mBAEA,+JACE,gBAIJ,wKAME,wCAIJ,wBACE,wCACA,+CAEA,+GAIE,sCACA,mBAEA,2JACE,gBAIJ,kKAME,uCAON,aACE,qBAIF,mBAEE,4BAGF,kCACE,iCACA,sBAKF,UACE,mBACA,kBAKF,SACE,kBACA,kBACA,qBACA,kBAKF,MACE,6CAEA,gBACE,WACA,oBAGF,kBACE,+BAGF,iBACE,wCAMJ,2BAEE,gCAKF,SACE,WAEA,oBACE,kBACA,eACA,sBAEA,sBACE,qBACA,SAKN,qBACE,iBAGF,oBACE,kBAGF,yBACE,SACE,UAGE,oBACE,eAMR,kBACE,mBACA,kBAEA,oBACE,cAEA,0BACE,gCACA,qBAON,QACE,gBACA,oDACA,wCACA,YAGF,uBACE,wCACA,6CAEA,sCACE,+BAGF,+BACE,gCAGF,yCACE,4DAIJ,eACE,+BAEA,qBACE,gCACA,wCAMA,6BACE,qBAIJ,mCACE,+BAGF,qDACE,+BAEA,2DACE,gCAIJ,4DACE,yBACA,mBACA,gCAEA,kEACE,gCAIJ,0CACE,iBACA,cACA,iBAGE,gDACE,aACA,cACA,oBAIF,gDACE,aACA,cACA,oBAEA,sDACE,aACA,cAIJ,sDACE,+BACA,wCAIA,4DACE,gCAQR,0BACE,cACA,WACA,WACA,0CACA,kBACA,kBACA,mBAGF,yBACE,wBACA,yBAGF,4BACE,UAGF,4BACE,yBACA,yBAKF,mCACE,oBAGF,sCACE,UAGF,sCACE,oBAIJ,6BAEE,UACA,SACA,yBACA,+BAEA,yCACE,gCAMJ,QACE,kBAEA,uBACE,eAGE,6BACE,aACA,cACA,mBAGF,6BACE,aACA,YACA,oBAEA,mCACE,aACA,cAIJ,mCACE,+BACA,wCAGF,+BACE,qBAEA,yCACE,gCAMR,sBACE,gBAIJ,cACE,aACA,eACA,UACA,kBACA,OACA,MACA,WACA,YACA,cACA,sBACA,gCAGF,kBACE,cACA,kBACA,QACA,SACA,UACA,gBACA,gCAGF,0CACE,kBACE,YAKJ,oBACE,+CACA,iBAEA,+BACE,sCACA,gBACA,mBACA,kBAGF,sBACE,sCAEA,4BACE,gCACA,qBAKN,qBACE,iDACA,iBACA,oBACA,gBAEA,gCACE,kBAMJ,IACE,mBAEA,UACE,6CACA,6CAEA,2BACE,yBACA,yCAEA,kCACE,6CACA,sDAMR,cACE,+BACA,YACA,+BAGF,aACE,WACA,6CAKF,yBACE,MACE,eAMJ,YACE,oDACA,kBACA,iBACA,oBAEA,eACE,gCACA,eAIJ,mBACE,oDACA,kBACA,iBAEA,sBACE,uBACA,kBAEA,iDAEE,gBACA,qBACA,mBACA,qCAMJ,mDACE,cAIJ,WACE,SACA,mBACA,UAEA,cACE,oDACA,gBACA,iBACA,oBAEA,yBACE,qCACA,kBACA,gBAGF,yBACE,qCACA,kBACA,mBACA,iBAGF,gBACE,+BACA,qBAEA,sBACE,gCAIJ,qDACE,cAOF,kCACE,+BACA,uBAEA,wCACE,MH3rBM,KG+rBV,yCACE,MHjsBQ,KGksBR,2CAEA,+CACE,2CASN,iBACE,8CACA,qBAOF,YACE,qBAGE,8BACE,gCAMJ,oBACE,WAIJ,eACE,oBAGF,2CAEE,YACA,mBAGF,sBACE,kCACA,oDACA,kBACA,gBACA,mBACA,iBAMJ,cACE,gBAEA,iBACE,gCACA,eACA,kBACA,eACA,kBAGF,iBACE,mBAEA,sBACE,iBAIJ,8BACE,kCACA,iDACA,iBACA,gBACA,iBAGF,8BACE,gBACA,UACA,aAEA,iCACE,mBAIA,uCACE,oBAEA,4CACE,qBACA,2CACA,oBAEA,8CACE,WAEA,oDACE,qBAKN,8CACE,2CACA,2CAIJ,wCACE,mBAIA,2CACE,mDAEA,iDACE,0BACA,qBAIJ,4CACE,wBACA,kBAGF,2DACE,qCACA,wDACA,eAEA,iEACE,+BACA,kDAMJ,8CACE,+BACA,0CACA,kBACA,mBACA,mBACA,sBACA,cAEA,oDACE,gCACA,uCAIJ,oDACE,2CAIJ,yCACE,qBAEA,8CACE,qBACA,MHj3BI,KGk3BJ,YACA,oBACA,sBAEA,oDACE,0BAKN,yCACE,kBACA,eACA,gBACA,mBACA,8BACA,0BACA,yBACA,wBACA,yBAEA,2CACE,kBACA,YAGF,6CACE,cACA,kBACA,aAIJ,8CACE,iBACA,8BACA,0BACA,yBACA,wBACA,yBAGF,qDACE,yCAGF,0DACE,sCAIJ,+CACE,yCAGF,oDACE,2CAMN,iBACE,gBAGF,IACE,gCACA,6CACA,kBACA,iBAEA,iBAEE,+BACA,gBACA,gBACA,UAIJ,KACE,gCACA,6CACA,kBACA,gBAKF,mFAIE,gCACA,8BAKA,iBACE,qCACA,kBACA,gBAGF,iBACE,qCACA,kBACA,mBACA,oBAEA,mBACE,qCACA,qBAEA,yBACE,gCAMR,SAEE,eACA,OACA,SACA,WAGA,WACA,WAGA,wBACA,qBACA,gBAGA,YAGA,+BAGA,gCAGF,+BACE,+BAGF,iCACE,2CAGF,4BACE,2CAGF,oBACE,WACA,+BACA,eACA,SACA,OACA,WACA,cAGF,cACE,2CACA,SACA,cACA,eAIF,sBACE,kBAEA,4BACE,uCACA,oCACA,oBACA,kBACA,+BACA,iBACA,UACA,kBACA,YACA,UAGF,uGAGE,gCACA,UAKF,yBACE,gBACA,wBAGF,mDACE,6CAEA,8DACE,cAGF,gEACE,mDACA,+BAGF,yDACE,sDACA,gDAIJ,mCACE,wCAGF,mCACE,wCACA,+BAEA,yCACE,gCAIJ,oFAEE,2CACA,gDAEA,gGACE,qCAMN,qBACE,SAEA,oCACE,iBAGF,+BACE,+BACA,iBAEA,qCACE,gCACA,4CAIJ,sCACE,gCACA,4CACA,iBAEA,4CACE,gCACA,4CAMN,yBAGE,qBACE,kBACA,SACA,OAKF,kBACE,qCACA,qBAEA,6BACE,gBACA,uBACA,mBAGF,wBACE,gCAEA,oCACE,gCAKN,2BACE,qCACA,kBACA,gBACA,kBAIJ,UACE,wBAGF,gDAEE,YAGF,aACE,UAGF,SACE,aACA,WAGF,KACE,aACA,WAGF,iBACE,qDACA,qDACA,oEAIA,uBACE,cACA,8CACA,iDAGF,yDACE,iDAMJ,WACE,gDACA,uBACA,iDACA,sBAGF,8BACE,uCAGF,sCACE,kCAIF,2BACE,mBAGF,iBACE,aACA,mBACA,mBACA,WAGF,6CAEE,0CACA,6CACA,qDACA,aACA,wBACA,WACA,gBACA,gBACA,sBACA,uCACA,kBACA,iBAGF,6BACE,kDAGF,wBACE,qCACA,6BACA,aACA,kBACA,gBACA,mBACA,YACA,mBACA,mBACA,iBACA,uCACA,kBACA,kBACA,kBACA,gBACA,iBACA,YACA,eAGF,2BACE,qCACA,6BACA,aACA,kBACA,gBACA,mBACA,YACA,mBACA,mBACA,iBACA,uCACA,kBACA,kBACA,kBACA,gBACA,iBACA,YACA,eACA,kBAGF,oBACE,+BACA,aACA,mBACA,WAGF,kBACE,gCACA,aACA,mBACA,WAGF,wBACE,gCACA,iBACA,kBACA,aACA,yBACA,YACA,eAGF,yBAEE,gHAKE,0BAGF,2BACE,kBACA,kBAKJ,SACE,wCACA,yCAEA,yBACE,+BACA,oDAGF,uBACE,+BAOF,8BACE,wCAIF,8BACE,6CAOF,iCACE,2CAIF,iCACE,gDAKJ,oBACE,2CACA,+BCv6CF,SACE,wDAGF,YACE,0CAGF,gCAEE,0CACA,4CACE,2CAIJ,UACE,wDACA,uHASE,0CAEF,6FAME,2DAEF,YACE,2CACA,kBACE,2CAGJ,cACE,eAEF,qBACE,2DAIF,kBACE,+BACA,6CACA,aACA,iBACA,kBACA,kBACA,cACA,mBACA,iBACA,cACA,eACA,0BACE,gCAEF,oBACE,iBACA,oBAIJ,qBACE,iBACA,gBACA,qBACA,iBACA,eACA,iBACA,kBACA,mDACA,qBACA,iBACA,eACA,aACA,sBACE,8EAIF,yBACE,gBACA,2BACE,8BACA,iCACE,4DAGJ,4BACE,aACA,kBAEF,6BACE,cACA,aACA,mBACA,qBACA,iBAEF,4BACE,iBACA,aACA,kBACA,qBACA,+BACE,oBAIN,iCACE,kBAEF,8BACE,mDACA,qBAIJ,qBACE,uBAIJ,WACE,wDACA,iDACA,4CAGE,iDAEF,4CAEE,iDACA,wDACE,2CAKN,0BAEI,qBACE,cACA,oBACA,mBACA,oBACA,kBACA,iBACA,WACA,6CACA,yBACE,kBClKR,0BACE,mBAGF,eACE,0CAEA,oCAEE,YAIJ,QACE,0CACA,qDACA,sBACA,kBACA,mBACA,mBACA,sBACA,qBACA,gBACA,gBACA,kBACA,sBACA,yBACA,mBAGF,cACE,2CACA,kDACA,gCAOF,WACE,gBACA,mBAGF,eACE,gCACA,gBAGF,kBACE,gCACA,iBACA,mBAGF,iBACE,gCACA,gBACA,mBAGF,kBACE,mBAGF,cACE,gBAGF,oBACE,aACA,mBACA,eACA,mBACA,2BACA,gBACA,oBAOF,kBACE,aACA,mBACA,eACA,mBACA,2BAOF,gBACE,aACA,eACA,2BACA,mBACA,qBAGF,eACE,aACA,eACA,sBACA,uBACA,mBAGF,uBACE,gCACA,oBAGF,4BACE,gBACA,gCACA,aACA,oBAGF,mBACE,gBAGF,oBACE,gBACA,mBAGF,qBACE,gBACA,mBACA,kBAGF,kBACE,gBACA,mBAGF,mBACE,mBAOF,SACE,cACA,kBACA,UACA,kBAGF,YACE,gBACA,mBAGF,eACE,kBACA,kBACA,+BACA,2BAGF,eACE,6BACA,2CACA,sBACA,oCACA,2BACA,qBACA,wBAGF,uBACE,WACA,kBACA,UACA,oCACA,SACA,UACA,kBACA,SACA,YClMF,KACE,aACA,eACA,kBACA,UACA,gBACA,kBAGF,OACE,UACA,kBACA,kBAGF,SACE,cACA,kBACA,iBACA,qCACA,sCACA,kCACA,eACA,yBACA,iCACA,iBAGF,eACE,+BACA,uCAGF,UACE,qBACA,eAGF,aACE,UAGF,gBACE,aAEF,uBACE,cC7CA,mBACE,cAGF,0EAGE,gCAGF,wBACE,eAGF,0BACE,MAGF,wBACE,UACA,WAGF,+DAIE,YACE,wBAEF,cACA,mBACA,2BACA,gBACA,8BAGF,oBACE,mBACA,gBAGF,uCACE,8BACA,WAGF,uCACE,gCACA,gBACA,oBACA,8BACA,WAGF,kBACE,eAGF,2CACE,8BACA,gCACA,WAGF,kBACE,gCAEA,oBACA,8BAGF,4EAEE,YAGF,2GAGE,YAGF,qCACE,SACA,WASF,sEAEE,YACA,SAGF,oCACE,WAGF,oCACE,gBAGF,oBACE,eACA,oBACA,gCAGF,uCACE,YACA,WAGF,yCACE,eACA,oBACA,YACA,gCAGF,0BACE,mBACA,2BCjIJ;AAAA;AAAA;AAAA;AAAA,GCGA,IACE,0DACA,iCAGF,oDAOE,kCACA,mCACA,wCACA,kBACA,oBACA,cACA,oBAGF,4GAOE,kBAGF,4CAKE,kCAEF,gBAEE,oCCtCA,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,QACE,eAMF,QCIA,iBACA,iBACA,sBDNA,OCIA,gBACA,0BACA,sBDNA,OCIA,iBACA,0BACA,6BDNA,OCIA,iBACA,kBACA,uBDNA,OCIA,gBACA,0BACA,wBDNA,QCIA,cACA,qBACA,yBCfF,OACE,kBACA,MCO0B,OCT5B,OACE,qBACA,uCACA,eAEA,4BAGF,OACE,sCACA,kBACA,kBACA,8BACA,oBCbF,WACE,0CACA,6CACA,2CACA,4CACA,sDAGF,cACE,WACA,0CAGF,eACE,YACA,yCCfF,SACE,uBACA,8CACA,0DACA,oDACA,wEACA,kEAGF,WACE,yBACA,8CACA,0DACA,oDACA,wEACA,wFAGF,SACE,uBACA,8CACA,0DACA,oDACA,wEACA,mFAGF,cACE,4BACA,8CACA,0DACA,oDACA,wEACA,mFAGF,SACE,uBACA,8CACA,0DACA,oDACA,wEACA,kEAGF,UACE,wBACA,8CACA,0DACA,oDACA,wEACA,6DAGF,SACE,uBACA,8CACA,0DACA,oDACA,wEACA,6DAGF,iBACE,kCAGF,yBAEE,uBACA,0DACA,oDACA,wEACA,+DAMF,uCACE,gGASE,qBACA,uBACA,4BACA,oBACA,wBAIJ,mBACE,0BACA,iDAGF,qBACE,uCACA,4GACA,wIACA,4GACA,yEACA,wCACA,0CAGF,mBACE,yCAGF,wBACE,QACE,yCACA,mBAEF,IACE,UACA,mDAIJ,mBACE,IACE,kHAIJ,oBACE,4BACA,2BACA,gCACA,gCACA,6BACA,4BACA,6BACA,4BACA,iCAGF,mBACE,0BACA,+BCnJF,cACE,wBAGF,eACE,yBAGF,eACE,yBAGF,oBACE,uBAGF,kBACE,uBAGF,mDAEE,wBAGF,cACE,4CC1BF,UACE,qBACA,WACA,gBACA,kBACA,eLsC0B,OKrC1B,MLsC0B,MKnC5B,0BAEE,OACA,kBACA,kBACA,WACA,sCAGF,aACE,oBAGF,aACE,cAGF,YACE,8BCvBA,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,MACE,YACA,oBAFF,cACE,SACA,cAFF,qBACE,SACA,cAFF,yBACE,SACA,cAFF,yBACE,SACA,cAFF,OACE,UACA,gBAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,qCACE,SACA,cAFF,iBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,wBACE,SACA,cAFF,gCACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,cACE,SACA,cAFF,uBACE,SACA,cAFF,iBACE,SACA,cAFF,SACE,SACA,cAFF,SACE,SACA,cAFF,UACE,SACA,cAFF,4BACE,SACA,cAFF,2BACE,SACA,cAFF,yBACE,SACA,cAFF,wBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,qBACE,SACA,cAFF,8BACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,8BACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,mBACE,SACA,cAFF,SACE,SACA,cAFF,wBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,6BACE,SACA,cAFF,mBACE,SACA,cAFF,8BACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,4BACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,MACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,sBACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,8BACE,SACA,cAFF,iBACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,yBACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,oBACE,SACA,cAFF,mBACE,SACA,cAFF,sBACE,SACA,cAFF,0BACE,SACA,cAFF,4BACE,SACA,cAFF,uBACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,MACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,yBACE,SACA,cAFF,eACE,SACA,cAFF,QACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,kBACE,SACA,cAFF,0BACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,qBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,6BACE,SACA,cAFF,yBACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,QACE,SACA,cAFF,mBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,iCACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,yBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,wBACE,SACA,cAFF,SACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,6BACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,wBACE,SACA,cAFF,6BACE,SACA,cAFF,aACE,SACA,cAFF,wBACE,SACA,cAFF,wBACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,wBACE,SACA,cAFF,sBACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,0BACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,UACA,gBAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,sBACE,SACA,cAFF,qBACE,SACA,cAFF,cACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,QACE,SACA,cAFF,+BACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,uBACE,SACA,cAFF,mBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,oBACE,SACA,cAFF,wBACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,OACE,SACA,cAFF,SACE,SACA,cAFF,uBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,wBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,WACE,SACA,cAFF,MACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,MACE,SACA,cAFF,0BACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,sBACE,SACA,cAFF,0BACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,iCACE,SACA,cAFF,YACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,MACE,SACA,cAFF,MACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,oBACE,SACA,cAFF,0BACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,2BACE,SACA,cAFF,wBACE,SACA,cAFF,wBACE,SACA,cAFF,MACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,8BACE,SACA,cAFF,SACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,sBACE,SACA,cAFF,gBACE,SACA,cAFF,mBACE,SACA,cAFF,MACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,wBACE,SACA,cAFF,QACE,SACA,cAFF,WACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,QACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,sBACE,SACA,cAFF,qBACE,SACA,cAFF,WACE,SACA,cAFF,2BACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,wBACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,wBACE,SACA,cAFF,6BACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,UACE,SACA,cAFF,2BACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,WACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,yBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,qBACE,SACA,cAFF,iBACE,SACA,cAFF,qBACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,MACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,cACE,SACA,cAFF,6BACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,SACE,SACA,cAFF,yBACE,SACA,cAFF,SACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,wBACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,QACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,+BACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,QACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,QACE,SACA,cAFF,SACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,qBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,mBACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,WACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,qBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,YACE,SACA,cAFF,2CACE,SACA,cAFF,kBACE,SACA,cAFF,QACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,2BACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,4BACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,yBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,gBACE,SACA,cAFF,wBACE,SACA,cAFF,0BACE,SACA,cAFF,yBACE,SACA,cAFF,aACE,SACA,cAFF,WACE,SACA,cAFF,QACE,SACA,cAFF,sBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,sBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,UACE,SACA,cAFF,0BACE,SACA,cAFF,wBACE,SACA,cAFF,cACE,SACA,cAFF,uBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,qBACE,SACA,cAFF,YACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,UACE,SACA,cAFF,0BACE,SACA,cAFF,aACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,wBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,0BACE,SACA,cAFF,oBACE,SACA,cAFF,qBACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,2BACE,SACA,cAFF,wBACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,SACE,SACA,cAFF,sBACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,0BACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,uBACE,SACA,cAFF,wBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,wBACE,SACA,cAFF,kBACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,WACE,SACA,cAFF,4BACE,SACA,cAFF,WACE,SACA,cAFF,oBACE,SACA,cAFF,aACE,SACA,cAFF,MACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,cACE,SACA,cAFF,MACE,SACA,cAFF,2BACE,SACA,cAFF,qBACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,MACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,OACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,wBACE,SACA,cAFF,WACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,aACE,SACA,cAFF,yBACE,SACA,cAFF,oBACE,SACA,cAFF,WACE,SACA,cAFF,aACE,UACA,gBAFF,mBACE,SACA,cAFF,uBACE,SACA,cAFF,eACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,gCACE,SACA,cAFF,2BACE,SACA,cAFF,+BACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,QACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,MACE,SACA,cAFF,SACE,SACA,cAFF,SACE,SACA,cAFF,SACE,SACA,cAFF,QACE,SACA,cAFF,uBACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,2BACE,SACA,cAFF,uBACE,SACA,cAFF,sBACE,SACA,cAFF,qBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,2BACE,SACA,cAFF,MACE,SACA,cAFF,SACE,SACA,cAFF,uBACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,yBACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,uBACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,MACE,SACA,cAFF,wBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,wBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,wBACE,SACA,cAFF,wBACE,SACA,cAFF,yCACE,SACA,cAFF,2BACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,mBACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,yBACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,cACE,SACA,cAFF,WACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,8BACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,QACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,sBACE,SACA,cAFF,8BACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,QACE,SACA,cAFF,sBACE,SACA,cAFF,cACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,QACE,SACA,cAFF,uBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,qBACE,SACA,cAFF,uBACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,wBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,uBACE,SACA,cAFF,yBACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,wBACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,oBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,qBACE,SACA,cAFF,uBACE,SACA,cAFF,iBACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,UACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,wBACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,MACE,SACA,cAFF,qBACE,SACA,cAFF,eACE,SACA,cAFF,yBACE,SACA,cAFF,sBACE,SACA,cAFF,gBACE,SACA,cAFF,OACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,MACE,SACA,cAFF,qBACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,yBACE,SACA,cAFF,oBACE,SACA,cAFF,mBACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,QACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,wBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,mBACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,qBACE,SACA,cAFF,sBACE,SACA,cAFF,yBACE,SACA,cAFF,uBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,gCACE,SACA,cAFF,4BACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,oBACE,SACA,cAFF,qBACE,SACA,cAFF,WACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,0BACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,QACE,SACA,cAFF,2BACE,SACA,cAFF,sBACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,+BACE,SACA,cAFF,yBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,2BACE,SACA,cAFF,wCACE,SACA,cAFF,qBACE,SACA,cAFF,8CACE,SACA,cAFF,SACE,SACA,cAFF,QACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,0BACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,UACE,SACA,cAFF,qBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,MACE,SACA,cAFF,yBACE,SACA,cAFF,oBACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,sBACE,SACA,cAFF,MACE,SACA,cAFF,aACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,0BACE,SACA,cAFF,mBACE,SACA,cAFF,+BACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,+BACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,UACE,SACA,cAFF,WACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,yBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,qCACE,SACA,cAFF,sBACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,MACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,0BACE,SACA,cAFF,SACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,QACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,YACE,SACA,cAFF,oBACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,6BACE,SACA,cAFF,UACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,MACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,2BACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,wBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,sBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,SACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,QACE,SACA,cAFF,QACE,SACA,cAFF,QACE,SACA,cAFF,QACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,QACE,SACA,cAFF,UACE,SACA,cAFF,QACE,SACA,cAFF,WACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,wBACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,qBACE,SACA,cAFF,yBACE,SACA,cAFF,cACE,UACA,gBAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,qBACE,SACA,cAFF,qBACE,SACA,cAFF,wBACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,0BACE,SACA,cAFF,YACE,SACA,cAFF,yBACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,QACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,8BACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,yBACE,SACA,cAFF,mBACE,SACA,cAFF,UACE,SACA,cAFF,QACE,SACA,cAFF,aACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,UACA,gBAFF,oBACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,SACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,wBACE,SACA,cAFF,uBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,WACE,SACA,cAFF,6BACE,SACA,cAFF,UACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,sBACE,SACA,cAFF,QACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,kBACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,gCACE,SACA,cAFF,cACE,SACA,cAFF,SACE,SACA,cAFF,SACE,SACA,cAFF,yBACE,SACA,cAFF,gBACE,SACA,cAFF,qBACE,SACA,cAFF,WACE,SACA,cAFF,6BACE,SACA,cAFF,0BACE,SACA,cAFF,iBACE,SACA,cAFF,0BACE,SACA,cAFF,cACE,SACA,cAFF,uBACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,cACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,qBACE,SACA,cAFF,8BACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,qBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,qBACE,SACA,cAFF,wBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,OACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,MACE,SACA,cAFF,wBACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,SACE,SACA,cAFF,oBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,SACE,UACA,gBAFF,QACE,UACA,gBAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,aACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,8BACE,SACA,cAFF,WACE,SACA,cAFF,oBACE,SACA,cAFF,uBACE,SACA,cAFF,cACE,SACA,cAFF,oBACE,SACA,cAFF,SACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,mBACE,SACA,cAFF,YACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,uBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,WACE,UACA,gBAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,WACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,uBACE,SACA,cAFF,UACE,SACA,cAFF,mBACE,SACA,cAFF,sBACE,SACA,cAFF,iBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,gBACE,SACA,cAFF,SACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,YACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,iBACE,SACA,cAFF,uBACE,SACA,cAFF,YACE,UACA,gBAFF,eACE,UACA,gBAFF,iBACE,SACA,cAFF,wBACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,mBACE,SACA,cAFF,SACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,YACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,YACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,yBACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,WACE,SACA,cAFF,sBACE,SACA,cAFF,YACE,SACA,cAFF,yBACE,SACA,cAFF,oBACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,WACE,SACA,cAFF,iBACE,SACA,cAFF,wBACE,SACA,cAFF,uBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,wBACE,SACA,cAFF,yBACE,SACA,cAFF,YACE,SACA,cAFF,yBACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,QACE,SACA,cAFF,WACE,SACA,cAFF,SACE,SACA,cAFF,qBACE,SACA,cAFF,mBACE,SACA,cAFF,WACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,oBACE,SACA,cAFF,kBACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,UACA,gBAFF,uCACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,MACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,aACE,SACA,cAFF,sBACE,SACA,cAFF,8BACE,SACA,cAFF,cACE,SACA,cAFF,QACE,SACA,cAFF,2BACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,UACE,SACA,cAFF,WACE,SACA,cAFF,YACE,SACA,cAFF,WACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,qBACE,SACA,cAFF,iBACE,SACA,cAFF,4BACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,mCACE,SACA,cAFF,iBACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,aACE,SACA,cAFF,YACE,SACA,cAFF,qBACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,gBACE,SACA,cAFF,qBACE,SACA,cAFF,QACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,kBACE,SACA,cAFF,sBACE,SACA,cAFF,eACE,SACA,cAFF,oBACE,SACA,cAFF,WACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,MACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,QACE,SACA,cAFF,SACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,2BACE,SACA,cAFF,cACE,SACA,cAFF,uBACE,SACA,cAFF,eACE,SACA,cAFF,sBACE,SACA,cAFF,sBACE,SACA,cAFF,6BACE,SACA,cAFF,cACE,SACA,cAFF,gBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,aACE,SACA,cAFF,QACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,0BACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,iBACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,wBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,yBACE,SACA,cAFF,yBACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,4BACE,SACA,cAFF,YACE,SACA,cAFF,gBACE,SACA,cAFF,sBACE,SACA,cAFF,wBACE,SACA,cAFF,cACE,SACA,cAFF,UACE,SACA,cAFF,kBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,mBACE,SACA,cAFF,aACE,SACA,cAFF,iBACE,SACA,cAFF,YACE,SACA,cAFF,oBACE,SACA,cAFF,mBACE,SACA,cAFF,cACE,SACA,cAFF,mBACE,SACA,cAFF,+BACE,SACA,cAFF,oBACE,SACA,cAFF,oBACE,SACA,cAFF,SACE,SACA,cAFF,iBACE,SACA,cAFF,UACE,SACA,cAFF,YACE,SACA,cAFF,aACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,iBACE,SACA,cAFF,UACE,SACA,cAFF,UACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,0BACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,oBACE,SACA,cAFF,eACE,SACA,cAFF,WACE,SACA,cAFF,UACE,SACA,cAFF,qBACE,SACA,cAFF,SACE,SACA,cAFF,2BACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,eACE,SACA,cAFF,eACE,SACA,cAFF,YACE,SACA,cAFF,cACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,QACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,cACE,SACA,cAFF,6BACE,SACA,cAFF,SACE,SACA,cAFF,2BACE,SACA,cAFF,iBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,UACE,SACA,cAFF,qBACE,SACA,cAFF,gBACE,UACA,gBAFF,gBACE,SACA,cAFF,UACE,SACA,cAFF,sBACE,SACA,cAFF,QACE,SACA,cAFF,iBACE,SACA,cAFF,gBACE,UACA,gBAFF,WACE,UACA,gBAFF,QACE,UACA,gBAFF,MACE,SACA,cAFF,4BACE,SACA,cAFF,kBACE,SACA,cAFF,eACE,SACA,cAFF,cACE,SACA,cAFF,6BACE,SACA,cAFF,qBACE,SACA,cAFF,SACE,SACA,cAFF,gBACE,SACA,cAFF,WACE,SACA,cAFF,eACE,SACA,cAFF,aACE,SACA,cAFF,WACE,SACA,cAFF,MACE,SACA,cAFF,YACE,SACA,cAFF,kBACE,SACA,cAFF,kBACE,SACA,cAFF,aACE,SACA,cAFF,oBACE,SACA,cAFF,qBACE,SACA,cAFF,kBACE,SACA,cAFF,gBACE,SACA,cAFF,gBACE,SACA,cAFF,uBACE,SACA,cAFF,qBACE,SACA,cAFF,YACE,SACA,cAFF,eACE,SACA,cAFF,UACE,SACA,cAFF,iBACE,SACA,cAFF,mBACE,SACA,cAFF,iBACE,SACA,cAFF,yBACE,SACA,cAFF,wBACE,SACA,cAFF,YACE,SACA,cAFF,iBACE,SACA,cCLJ,qBTqBE,kBACA,UACA,WACA,UACA,YACA,gBACA,sBACA,mBACA,eAKA,iEAbA,kBACA,UACA,WACA,UACA,YACA,gBACA,sBACA,mBACA,eUjCF;AAAA;AAAA;AAAA;AAAA,GAQA,YACE,kDACA,2DAGF,WACE,oCACA,kBACA,gBACA,aRiC0B,MQhC1B,mHAIF,gBAEE,gBAIA,wiYC5BF;AAAA;AAAA;AAAA;AAAA,GAQA,YACE,iDACA,wDAIF,WACE,kCACA,kBACA,gBACA,aTgC0B,MS/B1B,iHAIF,eAEE,gBCzBF;AAAA;AAAA;AAAA;AAAA,GAQA,YACE,iDACA,0DAIF,WACE,kCACA,kBACA,gBACA,aVgC0B,MU/B1B,qHAIF,iBAEE,gBCxBF;AAAA;AAAA;AAAA,GASA,WACE,YANe,eAOf,kBACA,gBAEA,6KAKF,IACE,sCACA,WACA,kBACA,mBACA,oBACA,oBACA,cAGA,mCACA,kCA6jLF,uBArjLc,QAsjLd,yBArjLgB,QAsjLhB,2BArjLkB,QAsjLlB,0BArjLiB,QAsjLjB,8BArjLqB,QAsjLrB,uBArjLc,QAsjLd,gCArjLuB,QAsjLvB,oCArjL2B,QAsjL3B,8BArjLqB,QAsjLrB,qCArjL4B,QAsjL5B,kCArjLyB,QAsjLzB,4BArjLmB,QAsjLnB,sCArjL6B,QAsjL7B,sBArjLa,QAsjLb,wBArjLe,QAsjLf,6BArjLoB,QAsjLpB,oC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","sourcesContent":["/*******************************************************************************\n * Themes\n ******************************************************************************/\n\n@use \"sass:color\";\n\n:root {\n --global-bg-color: #{$white-color};\n --global-code-bg-color: #{$code-bg-color-light};\n --global-text-color: #{$black-color};\n --global-text-color-light: #{$grey-color};\n --global-theme-color: #{$purple-color};\n --global-hover-color: #{$purple-color};\n --global-hover-text-color: #{$white-color};\n --global-footer-bg-color: #{$grey-color-dark};\n --global-footer-text-color: #{$grey-color-light};\n --global-footer-link-color: #{$white-color};\n --global-distill-app-color: #{$grey-color};\n --global-divider-color: rgba(0, 0, 0, 0.1);\n --global-card-bg-color: #{$white-color};\n --global-highlight-color: #{$red-color-dark};\n --global-back-to-top-bg-color: rgba(\n #{color.channel($black-color, \"red\", $space: rgb)},\n #{color.channel($black-color, \"green\", $space: rgb)},\n #{color.channel($black-color, \"blue\", $space: rgb)},\n 0.4\n );\n --global-back-to-top-text-color: #{$white-color};\n --global-newsletter-bg-color: #{$white-color};\n --global-newsletter-text-color: #{$black-color};\n\n --global-tip-block: #42b983;\n --global-tip-block-bg: #e2f5ec;\n --global-tip-block-text: #215d42;\n --global-tip-block-title: #359469;\n --global-warning-block: #e7c000;\n --global-warning-block-bg: #fff8d8;\n --global-warning-block-text: #6b5900;\n --global-warning-block-title: #b29400;\n --global-danger-block: #c00;\n --global-danger-block-bg: #ffe0e0;\n --global-danger-block-text: #600;\n --global-danger-block-title: #c00;\n\n #light-toggle-system {\n padding-left: 10px;\n padding-top: 12px;\n display: block;\n }\n\n #light-toggle-dark {\n display: none;\n }\n\n #light-toggle-light {\n display: none;\n }\n\n .only-light {\n display: block;\n }\n\n .only-dark {\n display: none;\n }\n\n #back-to-top {\n color: var(--global-back-to-top-text-color);\n background: var(--global-back-to-top-bg-color);\n bottom: $back-to-top-bottom;\n right: $back-to-top-right;\n height: $back-to-top-height;\n width: $back-to-top-width;\n z-index: $back-to-top-z-index;\n }\n}\n\nhtml[data-theme=\"dark\"] {\n --global-bg-color: #{$grey-color-dark};\n --global-code-bg-color: #{$code-bg-color-dark};\n --global-text-color: #{$grey-color-light};\n --global-text-color-light: #{$grey-color};\n --global-theme-color: #{$cyan-color};\n --global-hover-color: #{$cyan-color};\n --global-hover-text-color: #{$white-color};\n --global-footer-bg-color: #{$grey-color-light};\n --global-footer-text-color: #{$grey-color-dark};\n --global-footer-link-color: #{$black-color};\n --global-distill-app-color: #{$grey-color-light};\n --global-divider-color: #424246;\n --global-card-bg-color: #{$grey-900};\n --global-back-to-top-bg-color: rgba(\n #{color.channel($white-color, \"red\", $space: rgb)},\n #{color.channel($white-color, \"green\", $space: rgb)},\n #{color.channel($white-color, \"blue\", $space: rgb)},\n 0.5\n );\n --global-back-to-top-text-color: #{$black-color};\n --global-newsletter-bg-color: #{$grey-color-light};\n --global-newsletter-text-color: #{$grey-color-dark};\n\n --global-tip-block: #42b983;\n --global-tip-block-bg: #e2f5ec;\n --global-tip-block-text: #215d42;\n --global-tip-block-title: #359469;\n --global-warning-block: #e7c000;\n --global-warning-block-bg: #fff8d8;\n --global-warning-block-text: #6b5900;\n --global-warning-block-title: #b29400;\n --global-danger-block: #c00;\n --global-danger-block-bg: #ffe0e0;\n --global-danger-block-text: #600;\n --global-danger-block-title: #c00;\n\n .only-light {\n display: none;\n }\n\n .only-dark {\n display: block;\n }\n}\n\n/* Catppuccin Mocha theme \nhtml[data-theme=\"dark\"] {\n --global-bg-color: #1e1e2e; // Mocha base\n --global-code-bg-color: #181825; // Mocha mantle\n --global-text-color: #cdd6f4; // Mocha text\n --global-text-color-light: #a6adc8; // Mocha subtext0\n --global-theme-color: #89b4fa; // Mocha blue\n --global-hover-color: #b4befe; // Mocha lavender\n --global-hover-text-color: #cdd6f4; // Mocha text\n --global-footer-bg-color: #181825; // Mocha mantle\n --global-footer-text-color: #a6adc8; // Mocha subtext0\n --global-footer-link-color: #89b4fa; // Mocha blue\n --global-distill-app-color: #a6adc8; // Mocha subtext0\n --global-divider-color: #313244; // Mocha surface0\n --global-card-bg-color: #181825; // Mocha mantle\n --global-back-to-top-bg-color: rgba(30, 30, 46, 0.5); // Mocha base with opacity\n --global-back-to-top-text-color: #cdd6f4; // Mocha text\n --global-newsletter-bg-color: #181825; // Mocha mantle\n --global-newsletter-text-color: #cdd6f4; // Mocha text\n\n --global-tip-block: #42b983;\n --global-tip-block-bg: #e2f5ec;\n --global-tip-block-text: #215d42;\n --global-tip-block-title: #359469;\n --global-warning-block: #e7c000;\n --global-warning-block-bg: #fff8d8;\n --global-warning-block-text: #6b5900;\n --global-warning-block-title: #b29400;\n --global-danger-block: #c00;\n --global-danger-block-bg: #ffe0e0;\n --global-danger-block-text: #600;\n --global-danger-block-title: #c00;\n\n .only-light {\n display: none;\n }\n\n .only-dark {\n display: block;\n }\n}\n*/\n\nhtml[data-theme-setting=\"dark\"] {\n #light-toggle-system {\n display: none;\n }\n\n #light-toggle-dark {\n padding-left: 10px;\n padding-top: 12px;\n display: block;\n }\n\n #light-toggle-light {\n display: none;\n }\n\n #back-to-top {\n color: var(--global-back-to-top-text-color);\n background: var(--global-back-to-top-bg-color);\n }\n}\n\nhtml[data-theme-setting=\"light\"] {\n #light-toggle-system {\n display: none;\n }\n\n #light-toggle-dark {\n display: none;\n }\n\n #light-toggle-light {\n padding-left: 10px;\n padding-top: 12px;\n display: block;\n }\n}\n","/*******************************************************************************\n * Variables used throughout the theme.\n * To adjust anything, simply edit the variables below and rebuild the theme.\n ******************************************************************************/\n\n@use \"sass:color\";\n\n// Colors\n$red-color: #ff3636 !default;\n$red-color-dark: #b71c1c !default;\n$orange-color: #f29105 !default;\n$blue-color: #0076df !default;\n$blue-color-dark: #00369f !default;\n$cyan-color: #2698ba !default;\n$light-cyan-color: color.adjust($cyan-color, $lightness: 25%);\n$green-color: #00ab37 !default;\n$green-color-lime: #b7d12a !default;\n$green-color-dark: #009f06 !default;\n$green-color-light: #ddffdd !default;\n$green-color-bright: #11d68b !default;\n$purple-color: #b509ac !default;\n$light-purple-color: color.adjust($purple-color, $lightness: 25%);\n$pink-color: #f92080 !default;\n$pink-color-light: #ffdddd !default;\n$yellow-color: #efcc00 !default;\n\n$grey-color: #828282 !default;\n$grey-color-light: color.adjust($grey-color, $lightness: 40%);\n$grey-color-dark: #1c1c1d;\n$grey-900: #212529;\n\n$white-color: #ffffff !default;\n$black-color: #000000 !default;\n\n// Theme colors\n\n$code-bg-color-light: rgba($purple-color, 0.05);\n$code-bg-color-dark: #2c3237 !default;\n\n// Font awesome location\n$fa-font-path: \"../webfonts\";\n\n// Tabler icons location\n$ti-font-path: \"../fonts\";\n\n// Back To Top button config\n$back-to-top-z-index: 10;\n$back-to-top-bottom: 30px;\n$back-to-top-right: 30px;\n$back-to-top-diameter: 40px;\n$back-to-top-height: $back-to-top-diameter;\n$back-to-top-width: $back-to-top-diameter;\n","/******************************************************************************\n * Content\n ******************************************************************************/\n\nbody {\n padding-bottom: 70px;\n color: var(--global-text-color);\n background-color: var(--global-bg-color);\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n scroll-margin-top: 66px;\n }\n}\n\nbody.fixed-top-nav {\n // Add some padding for the nav-bar.\n padding-top: 56px;\n}\n\nbody.sticky-bottom-footer {\n // Remove padding below footer.\n padding-bottom: 0;\n}\n\n.container {\n max-width: $max-content-width;\n}\n\n// Profile\n.profile {\n img {\n width: 100%;\n }\n}\n\n// TODO: redefine content layout.\n\n/******************************************************************************\n * Publications\n ******************************************************************************/\n\n// TODO: redefine publications layout.\n\n/*****************************************************************************\n* Projects\n*****************************************************************************/\n\n// TODO: redefine projects layout.\n","@charset \"utf-8\";\n\n// Dimensions\n$max-content-width: 930px;\n\n@import\n \"variables\",\n \"themes\",\n \"layout\",\n \"base\",\n \"distill\",\n \"cv\",\n \"tabs\",\n \"typograms\",\n \"font-awesome/fontawesome\",\n \"font-awesome/brands\",\n \"font-awesome/solid\",\n \"font-awesome/regular\",\n \"tabler-icons/tabler-icons.scss\",\n \"tabler-icons/tabler-icons-filled.scss\",\n \"tabler-icons/tabler-icons-outline.scss\"\n;\n","/*******************************************************************************\n * Styles for the base elements of the theme.\n ******************************************************************************/\n\n// Typography\n\np,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nem,\ndiv,\nli,\nspan,\nstrong {\n color: var(--global-text-color);\n}\n\nhr {\n border-top: 1px solid var(--global-divider-color);\n}\n\ntable {\n\n td,\n th {\n font-size: 1rem;\n padding: 1px 1rem 1px 0;\n }\n\n th {\n font-weight: bold;\n }\n}\n\na,\ntable.table a {\n color: var(--global-theme-color);\n\n &:hover {\n color: var(--global-theme-color);\n text-decoration: underline;\n }\n\n &:hover:after :not(.nav-item.dropdown) {\n width: 100%;\n }\n}\n\n.table-dark {\n background-color: transparent;\n\n &.table-bordered {\n border: 1px solid var(--global-divider-color) !important;\n }\n}\n\n/*\nblockquote {\n background: var(--global-bg-color);\n border-left: 5px solid var(--global-theme-color);\n margin: 1.5em 0;\n padding: 1em;\n font-size: 1.2rem;\n\n p {\n margin-bottom: 0;\n }\n\n // Tips, warnings, and dangers blockquotes\n &.block-tip {\n border-color: var(--global-tip-block);\n background-color: var(--global-tip-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-tip-block-text);\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-tip-block-title);\n }\n }\n\n &.block-warning {\n border-color: var(--global-warning-block);\n background-color: var(--global-warning-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-warning-block-text);\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-warning-block-title);\n }\n }\n\n &.block-danger {\n border-color: var(--global-danger-block);\n background-color: var(--global-danger-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-danger-block-text);\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-danger-block-title);\n }\n }\n}\n*/\n\nblockquote {\n background: var(--global-bg-color);\n border-left: 5px solid var(--global-theme-color);\n margin: 1.5em 0;\n padding: 1em;\n font-size: 1.2rem;\n\n p {\n margin-bottom: 1rem; // Add spacing between paragraphs\n\n &:last-child {\n margin-bottom: 0; // Remove margin from last paragraph\n }\n }\n\n /* Tips, warnings, and dangers blockquotes */\n &.block-tip {\n border-color: var(--global-tip-block);\n background-color: var(--global-tip-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-tip-block-text);\n margin-bottom: 1rem; // Add spacing for these blocks too\n\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-tip-block-title);\n }\n }\n\n &.block-warning {\n border-color: var(--global-warning-block);\n background-color: var(--global-warning-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-warning-block-text);\n margin-bottom: 1rem;\n\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-warning-block-title);\n }\n }\n\n &.block-danger {\n border-color: var(--global-danger-block);\n background-color: var(--global-danger-block-bg);\n\n em,\n li,\n p,\n strong {\n color: var(--global-danger-block-text);\n margin-bottom: 1rem;\n\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: var(--global-danger-block-title);\n }\n }\n}\n\n// Checklist\n\nul.task-list {\n list-style-type: none;\n /* Remove bullets from all levels */\n}\n\nul.task-list>li ul {\n /* Nested lists within .task-list */\n padding-inline-start: 1.5rem;\n}\n\nul.task-list input[type=\"checkbox\"] {\n margin: 0.275rem 0.5rem 0.5rem -1rem;\n vertical-align: middle;\n}\n\n// Math\n\n.equation {\n margin-bottom: 1rem;\n text-align: center;\n}\n\n// Caption\n\n.caption {\n font-size: 0.875rem;\n margin-top: 0.75rem;\n margin-bottom: 1.5rem;\n text-align: center;\n}\n\n// Card\n\n.card {\n background-color: var(--global-card-bg-color);\n\n .card-img {\n width: 100%;\n padding-top: 1.25rem;\n }\n\n .card-title {\n color: var(--global-text-color);\n }\n\n .card-body {\n padding: 1.25rem 1.25rem 1.25rem 1.25rem;\n }\n}\n\n// Citation\n\n.citation,\n.citation-number {\n color: var(--global-theme-color);\n}\n\n// Profile\n\n.profile {\n width: 100%;\n\n .more-info {\n margin-bottom: 5px;\n margin-top: 5px;\n font-family: monospace;\n\n p {\n display: inline-block;\n margin: 0;\n }\n }\n}\n\n.profile.float-right {\n margin-left: 1rem;\n}\n\n.profile.float-left {\n margin-right: 1rem;\n}\n\n@media (min-width: 576px) {\n .profile {\n width: 30%;\n\n .address {\n p {\n display: block;\n }\n }\n }\n}\n\n.post-description {\n margin-bottom: 2rem;\n font-size: 0.875rem;\n\n a {\n color: inherit;\n\n &:hover {\n color: var(--global-theme-color);\n text-decoration: none;\n }\n }\n}\n\n// Navbar customization\n\n.navbar {\n box-shadow: none;\n border-bottom: 1px solid var(--global-divider-color);\n background-color: var(--global-bg-color);\n opacity: 0.95;\n}\n\n.navbar .dropdown-menu {\n background-color: var(--global-bg-color);\n border: 1px solid var(--global-divider-color);\n\n a:not(.active) {\n color: var(--global-text-color);\n }\n\n a:hover {\n color: var(--global-hover-color);\n }\n\n .dropdown-divider {\n border-top: 1px solid var(--global-divider-color) !important;\n }\n}\n\n.dropdown-item {\n color: var(--global-text-color);\n\n &:hover {\n color: var(--global-hover-color);\n background-color: var(--global-bg-color);\n }\n}\n\n.navbar.navbar-light {\n a {\n &:hover {\n text-decoration: none;\n }\n }\n\n .navbar-brand {\n color: var(--global-text-color);\n }\n\n .navbar-nav .nav-item .nav-link {\n color: var(--global-text-color);\n\n &:hover {\n color: var(--global-hover-color);\n }\n }\n\n .navbar-nav .nav-item.active>.nav-link {\n background-color: inherit;\n font-weight: bolder;\n color: var(--global-theme-color);\n\n &:hover {\n color: var(--global-hover-color);\n }\n }\n\n .navbar-brand.social {\n padding-bottom: 0;\n padding-top: 0;\n font-size: 1.7rem;\n\n a {\n img {\n width: 1.7rem;\n height: 1.7rem;\n margin-bottom: 0.5rem;\n // margin: 0.5rem;\n }\n\n svg {\n width: 1.7rem;\n height: 1.7rem;\n margin-bottom: 0.5rem;\n\n image {\n width: 1.7rem;\n height: 1.7rem;\n }\n }\n\n i::before {\n color: var(--global-text-color);\n transition-property: all 0.2s ease-in-out;\n }\n\n &:hover {\n i::before {\n color: var(--global-theme-color);\n }\n }\n }\n }\n}\n\n.navbar-toggler {\n .icon-bar {\n display: block;\n width: 22px;\n height: 2px;\n background-color: var(--global-text-color);\n border-radius: 1px;\n margin-bottom: 4px;\n transition: all 0.2s;\n }\n\n .top-bar {\n transform: rotate(45deg);\n transform-origin: 10% 10%;\n }\n\n .middle-bar {\n opacity: 0;\n }\n\n .bottom-bar {\n transform: rotate(-45deg);\n transform-origin: 10% 90%;\n }\n}\n\n.navbar-toggler.collapsed {\n .top-bar {\n transform: rotate(0);\n }\n\n .middle-bar {\n opacity: 1;\n }\n\n .bottom-bar {\n transform: rotate(0);\n }\n}\n\n#light-toggle,\n#search-toggle {\n padding: 0;\n border: 0;\n background-color: inherit;\n color: var(--global-text-color);\n\n &:hover {\n color: var(--global-hover-color);\n }\n}\n\n// Social (bottom)\n\n.social {\n text-align: center;\n\n .contact-icons {\n font-size: 4rem;\n\n a {\n img {\n width: 3.2rem;\n height: 3.2rem;\n margin-bottom: 1rem;\n }\n\n svg {\n width: 3.5rem;\n height: 4rem;\n margin-bottom: 0.5rem;\n\n image {\n width: 3.5rem;\n height: 3.5rem;\n }\n }\n\n i::before {\n color: var(--global-text-color);\n transition-property: all 0.2s ease-in-out;\n }\n\n &:hover {\n text-decoration: none;\n\n i::before {\n color: var(--global-theme-color);\n }\n }\n }\n }\n\n .contact-note {\n font-size: 0.8rem;\n }\n}\n\n.wechat-modal {\n display: none;\n position: fixed;\n z-index: 1;\n padding-top: 100px;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n background-color: rgb(0, 0, 0);\n background-color: rgba(0, 0, 0, 0.8);\n}\n\n.wechat-modal>img {\n display: block;\n position: relative;\n top: 50%;\n left: 50%;\n width: 33%;\n max-width: 400px;\n transform: translate(-50%, -50%);\n}\n\n@media only screen and (max-width: 400px) {\n .wechat-modal>img {\n width: 100%;\n }\n}\n\n// Footer\nfooter.fixed-bottom {\n background-color: var(--global-footer-bg-color);\n font-size: 0.75rem;\n\n .container {\n color: var(--global-footer-text-color);\n padding-top: 9px;\n padding-bottom: 8px;\n text-align: center;\n }\n\n a {\n color: var(--global-footer-link-color);\n\n &:hover {\n color: var(--global-theme-color);\n text-decoration: none;\n }\n }\n}\n\nfooter.sticky-bottom {\n border-top: 1px solid var(--global-divider-color);\n padding-top: 40px;\n padding-bottom: 40px;\n font-size: 0.9rem;\n\n .container {\n text-align: center;\n }\n}\n\n// CV\n\n.cv {\n margin-bottom: 40px;\n\n .card {\n background-color: var(--global-card-bg-color);\n border: 1px solid var(--global-divider-color);\n\n .list-group-item {\n background-color: inherit;\n border-color: var(--global-divider-color);\n\n .badge {\n color: var(--global-card-bg-color) !important;\n background-color: var(--global-theme-color) !important;\n }\n }\n }\n}\n\n.table-cv-map {\n background-color: transparent;\n border: none;\n color: var(--global-text-color);\n}\n\n.date-column {\n width: 75px;\n transform: translateX(-15px) translateY(-5px);\n}\n\n// Repositories\n\n@media (min-width: 768px) {\n .repo {\n max-width: 50%;\n }\n}\n\n// Blog\n\n.header-bar {\n border-bottom: 1px solid var(--global-divider-color);\n text-align: center;\n padding-top: 2rem;\n padding-bottom: 3rem;\n\n h1 {\n color: var(--global-theme-color);\n font-size: 5rem;\n }\n}\n\n.tag-category-list {\n border-bottom: 1px solid var(--global-divider-color);\n text-align: center;\n padding-top: 1rem;\n\n ul {\n justify-content: center;\n display: flow-root;\n\n p,\n li {\n list-style: none;\n display: inline-block;\n padding: 1rem 0.5rem;\n color: var(--global-text-color-light);\n }\n }\n}\n\n.post-title {\n mjx-container[jax=\"CHTML\"][display=\"true\"] {\n display: unset;\n }\n}\n\n.post-list {\n margin: 0;\n margin-bottom: 40px;\n padding: 0;\n\n li {\n border-bottom: 1px solid var(--global-divider-color);\n list-style: none;\n padding-top: 2rem;\n padding-bottom: 2rem;\n\n .post-meta {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n margin-bottom: 0;\n }\n\n .post-tags {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n padding-top: 0.25rem;\n padding-bottom: 0;\n }\n\n a {\n color: var(--global-text-color);\n text-decoration: none;\n\n &:hover {\n color: var(--global-theme-color);\n }\n }\n\n mjx-container[jax=\"CHTML\"][display=\"true\"] {\n display: unset;\n }\n }\n}\n\n.pagination {\n .page-item {\n .page-link {\n color: var(--global-text-color);\n padding: 0.75rem 1.15rem;\n\n &:hover {\n color: $black-color;\n }\n }\n\n &.active .page-link {\n color: $white-color;\n background-color: var(--global-theme-color);\n\n &:hover {\n background-color: var(--global-theme-color);\n }\n }\n }\n}\n\n// Distill\n\n.distill {\n a:hover {\n border-bottom-color: var(--global-theme-color);\n text-decoration: none;\n }\n}\n\n// Projects\n\n.projects {\n a {\n text-decoration: none;\n\n &:hover {\n .card-title {\n color: var(--global-theme-color);\n }\n }\n }\n\n .card {\n img {\n width: 100%;\n }\n }\n\n .col {\n padding-bottom: 1rem;\n }\n\n .grid-sizer,\n .grid-item {\n width: 250px;\n margin-bottom: 10px;\n }\n\n h2.category {\n color: var(--global-divider-color);\n border-bottom: 1px solid var(--global-divider-color);\n padding-top: 0.5rem;\n margin-top: 2rem;\n margin-bottom: 1rem;\n text-align: right;\n }\n}\n\n// Publications\n\n.publications {\n margin-top: 2rem;\n\n h1 {\n color: var(--global-theme-color);\n font-size: 2rem;\n text-align: center;\n margin-top: 1em;\n margin-bottom: 1em;\n }\n\n h2 {\n margin-bottom: 1rem;\n\n span {\n font-size: 1.5rem;\n }\n }\n\n h2.bibliography {\n color: var(--global-divider-color);\n border-top: 1px solid var(--global-divider-color);\n padding-top: 1rem;\n margin-top: 2rem;\n text-align: right;\n }\n\n ol.bibliography {\n list-style: none;\n padding: 0;\n margin-top: 0;\n\n li {\n margin-bottom: 1rem;\n\n .preview {}\n\n .abbr {\n margin-bottom: 0.5rem;\n\n abbr {\n display: inline-block;\n background-color: var(--global-theme-color);\n margin-bottom: 0.5rem;\n\n a {\n color: white;\n\n &:hover {\n text-decoration: none;\n }\n }\n }\n\n .award {\n color: var(--global-theme-color) !important;\n border: 1px solid var(--global-theme-color);\n }\n }\n\n .title {\n font-weight: bolder;\n }\n\n .author {\n a {\n border-bottom: 1px dashed var(--global-theme-color);\n\n &:hover {\n border-bottom-style: solid;\n text-decoration: none;\n }\n }\n\n >em {\n border-bottom: 1px solid;\n font-style: normal;\n }\n\n >span.more-authors {\n color: var(--global-text-color-light);\n border-bottom: 1px dashed var(--global-text-color-light);\n cursor: pointer;\n\n &:hover {\n color: var(--global-text-color);\n border-bottom: 1px dashed var(--global-text-color);\n }\n }\n }\n\n .links {\n a.btn {\n color: var(--global-text-color);\n border: 1px solid var(--global-text-color);\n padding-left: 1rem;\n padding-right: 1rem;\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n margin-left: 0;\n\n &:hover {\n color: var(--global-theme-color);\n border-color: var(--global-theme-color);\n }\n }\n\n a.award.btn {\n border-color: var(--global-highlight-color);\n }\n }\n\n .badges {\n padding-bottom: 0.5rem;\n\n span {\n display: inline-block;\n color: $black-color;\n height: 100%;\n padding-right: 0.5rem;\n vertical-align: middle;\n\n &:hover {\n text-decoration: underline;\n }\n }\n }\n\n .hidden {\n font-size: 0.875rem;\n max-height: 0px;\n overflow: hidden;\n text-align: justify;\n transition-property: 0.15s ease;\n -moz-transition: 0.15s ease;\n -ms-transition: 0.15s ease;\n -o-transition: 0.15s ease;\n transition: all 0.15s ease;\n\n p {\n line-height: 1.4em;\n margin: 10px;\n }\n\n pre {\n font-size: 1em;\n line-height: 1.4em;\n padding: 10px;\n }\n }\n\n .hidden.open {\n max-height: 100em;\n transition-property: 0.15s ease;\n -moz-transition: 0.15s ease;\n -ms-transition: 0.15s ease;\n -o-transition: 0.15s ease;\n transition: all 0.15s ease;\n }\n\n div.abstract.hidden {\n border: dashed 1px var(--global-bg-color);\n }\n\n div.abstract.hidden.open {\n border-color: var(--global-text-color);\n }\n }\n\n div.award.hidden {\n border: dashed 1px var(--global-bg-color);\n }\n\n div.award.hidden.open {\n border-color: var(--global-highlight-color);\n }\n }\n}\n\n// Rouge Color Customization\nfigure.highlight {\n margin: 0 0 1rem;\n}\n\npre {\n color: var(--global-theme-color);\n background-color: var(--global-code-bg-color);\n border-radius: 6px;\n padding: 6px 12px;\n\n pre,\n code {\n background-color: transparent;\n border-radius: 0;\n margin-bottom: 0;\n padding: 0;\n }\n}\n\ncode {\n color: var(--global-theme-color);\n background-color: var(--global-code-bg-color);\n border-radius: 3px;\n padding: 3px 3px;\n}\n\n\n// Transitioning Themes\nhtml.transition,\nhtml.transition *,\nhtml.transition *:before,\nhtml.transition *:after {\n transition: all 750ms !important;\n transition-delay: 0 !important;\n}\n\n// Extra Markdown style (post Customization)\n.post {\n .post-meta {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n margin-bottom: 0;\n }\n\n .post-tags {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n padding-top: 0.25rem;\n padding-bottom: 1rem;\n\n a {\n color: var(--global-text-color-light);\n text-decoration: none;\n\n &:hover {\n color: var(--global-theme-color);\n }\n }\n }\n}\n\nprogress {\n /* Positioning */\n position: fixed;\n left: 0;\n top: 56px;\n z-index: 10;\n\n /* Dimensions */\n width: 100%;\n height: 1px;\n\n /* Reset the appearance */\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n\n /* Get rid of the default border in Firefox/Opera. */\n border: none;\n\n /* Progress bar container for Firefox/IE10 */\n background-color: transparent;\n\n /* Progress bar value for IE10 */\n color: var(--global-theme-color);\n}\n\nprogress::-webkit-progress-bar {\n background-color: transparent;\n}\n\nprogress::-webkit-progress-value {\n background-color: var(--global-theme-color);\n}\n\nprogress::-moz-progress-bar {\n background-color: var(--global-theme-color);\n}\n\n.progress-container {\n width: 100%;\n background-color: transparent;\n position: fixed;\n top: 56px;\n left: 0;\n height: 5px;\n display: block;\n}\n\n.progress-bar {\n background-color: var(--global-theme-color);\n width: 0%;\n display: block;\n height: inherit;\n}\n\n/* Copy button */\n.code-display-wrapper {\n position: relative;\n\n .copy {\n background: var(--global-card-bg-color);\n border-color: var(--global-bg-color);\n border-radius: 0.3rem;\n border-style: none;\n color: var(--global-text-color);\n font-size: medium;\n opacity: 0;\n position: absolute;\n right: 0.2rem;\n top: 0.2rem;\n }\n\n &:active .copy,\n &:focus .copy,\n &:hover .copy {\n color: var(--global-hover-color);\n opacity: 1;\n }\n}\n\n.btn-group.dropdown {\n .btn {\n box-shadow: none;\n -webkit-box-shadow: none;\n }\n\n .btn-secondary.dropdown-toggle {\n border: 1px solid var(--global-divider-color);\n\n .page-size {\n color: inherit;\n }\n\n &:not(.active) {\n background-color: var(--global-bg-color) !important;\n color: var(--global-text-color);\n }\n\n &:hover {\n background-color: var(--global-hover-color) !important;\n color: var(--global-hover-text-color) !important;\n }\n }\n\n .dropdown-menu {\n background-color: var(--global-bg-color);\n }\n\n .dropdown-item {\n background-color: var(--global-bg-color);\n color: var(--global-text-color);\n\n &:hover {\n color: var(--global-hover-color);\n }\n }\n\n .dropdown-item.active,\n .dropdown-item:active {\n background-color: var(--global-hover-color);\n color: var(--global-hover-text-color) !important;\n\n &:hover {\n color: var(--global-hover-text-color);\n }\n }\n}\n\n/* Table of Contents */\nnav[data-toggle=\"toc\"] {\n top: 5rem;\n\n .nav .nav>li>a {\n font-size: 0.75rem;\n }\n\n .nav>li>a {\n color: var(--global-text-color);\n font-size: 0.75rem;\n\n &:hover {\n color: var(--global-hover-color);\n border-left-color: var(--global-hover-color);\n }\n }\n\n .nav-link.active {\n color: var(--global-theme-color);\n border-left-color: var(--global-theme-color);\n font-size: 0.75rem;\n\n &:hover {\n color: var(--global-hover-color);\n border-left-color: var(--global-hover-color);\n }\n }\n}\n\n/* small screens */\n@media (max-width: 576px) {\n\n /* override stickyness so that the navigation does not follow scrolling */\n nav[data-toggle=\"toc\"] {\n visibility: hidden;\n height: 0;\n top: 0;\n }\n}\n\n.featured-posts {\n a {\n color: var(--global-text-color-light);\n text-decoration: none;\n\n .card-text {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n &:hover {\n color: var(--global-theme-color);\n\n .card-title {\n color: var(--global-theme-color);\n }\n }\n }\n\n .post-meta {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n margin-bottom: 0;\n padding-top: 0.5rem;\n }\n}\n\n.unloaded {\n display: none !important;\n}\n\n.medium-zoom-overlay,\n.medium-zoom-image--opened {\n z-index: 999;\n}\n\n#toc-sidebar {\n z-index: 1;\n}\n\n.echarts {\n height: 400px;\n width: 100%;\n}\n\n.map {\n height: 400px;\n width: 100%;\n}\n\nswiper-container {\n --swiper-navigation-color: var(--global-theme-color);\n --swiper-pagination-color: var(--global-theme-color);\n --swiper-pagination-bullet-inactive-color: var(--global-text-color);\n}\n\n.ps-root {\n .ps-algorithm {\n margin: 0.8em 0;\n border-top: 3px solid var(--global-text-color);\n border-bottom: 2px solid var(--global-text-color);\n }\n\n .ps-algorithm.with-caption>.ps-line:first-child {\n border-bottom: 2px solid var(--global-text-color);\n }\n}\n\n// Ninja Keys\n// for more options, check https://github.com/ssleptsov/ninja-keys?tab=readme-ov-file#css-variables\nninja-keys {\n --ninja-accent-color: var(--global-theme-color);\n --ninja-icon-size: 0px;\n --ninja-modal-background: var(--global-bg-color);\n --ninja-z-index: 1031;\n}\n\nninja-keys::part(ninja-input) {\n color: var(--ninja-selected-text-color);\n}\n\nninja-keys::part(ninja-input-wrapper) {\n background: var(--global-bg-color);\n}\n\n// newsletter\n.newsletter-form-container {\n margin-bottom: 20px;\n}\n\n.newsletter-form {\n display: flex;\n flex-direction: row;\n align-items: center;\n width: 100%;\n}\n\n.newsletter-form-input,\n.bibsearch-form-input {\n color: var(--global-newsletter-text-color);\n background: var(--global-newsletter-bg-color);\n border: 1px solid var(--global-newsletter-text-color);\n outline: none;\n margin: 0px 10px 0px 0px;\n width: 100%;\n max-width: 350px;\n min-width: 100px;\n box-sizing: border-box;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;\n border-radius: 6px;\n padding: 8px 12px;\n}\n\n.newsletter-form-input:focus {\n border-color: var(--global-theme-color) !important;\n}\n\n.newsletter-form-button {\n background: var(--global-theme-color);\n color: var(--global-bg-color);\n display: flex;\n width: min-content;\n max-width: 200px;\n white-space: nowrap;\n height: 38px;\n align-items: center;\n flex-direction: row;\n padding: 9px 17px;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;\n border-radius: 6px;\n text-align: center;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n border: none;\n cursor: pointer;\n}\n\n.newsletter-loading-button {\n background: var(--global-theme-color);\n color: var(--global-bg-color);\n display: none;\n width: min-content;\n max-width: 300px;\n white-space: nowrap;\n height: 38px;\n align-items: center;\n flex-direction: row;\n padding: 9px 17px;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;\n border-radius: 6px;\n text-align: center;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n border: none;\n cursor: pointer;\n margin-right: 20px;\n}\n\n.newsletter-success {\n color: var(--global-text-color);\n display: none;\n align-items: center;\n width: 100%;\n}\n\n.newsletter-error {\n color: var(--global-theme-color);\n display: none;\n align-items: center;\n width: 100%;\n}\n\n.newsletter-back-button {\n color: var(--global-theme-color);\n margin: 10px auto;\n text-align: center;\n display: none;\n background: transparent;\n border: none;\n cursor: pointer;\n}\n\n@media (max-width: 575px) {\n\n .newsletter-form-input,\n .newsletter-form-button,\n .newsletter-loading-button,\n .newsletter-success,\n .newsletter-error {\n font-size: 16px !important;\n }\n\n .newsletter-form-container {\n margin-right: 20px;\n margin-left: 20px;\n }\n}\n\n// popover is used for annotation in bib.liquid\n.popover {\n background-color: var(--global-bg-color);\n border-color: var(--global-divider-color);\n\n .popover-header {\n color: var(--global-text-color); // Header text color\n border-bottom: 1px solid var(--global-divider-color);\n }\n\n .popover-body {\n color: var(--global-text-color); // Body text color\n }\n}\n\n.bs-popover-top {\n\n // arrow fill color\n .arrow::after {\n border-top-color: var(--global-bg-color);\n }\n\n // arrow border color\n .arrow:before {\n border-top-color: var(--global-divider-color);\n }\n}\n\n.bs-popover-bottom {\n\n // arrow fill color\n .arrow::after {\n border-bottom-color: var(--global-bg-color);\n }\n\n // arrow border color\n .arrow:before {\n border-bottom-color: var(--global-divider-color);\n }\n}\n\n// highlight-search-term\n::highlight(search) {\n background-color: var(--global-theme-color);\n color: var(--global-text-color);\n}\n","/*******************************************************************************\n * Style overrides for distill blog posts.\n ******************************************************************************/\n\nd-byline {\n border-top-color: var(--global-divider-color) !important;\n}\n\nd-byline h3 {\n color: var(--global-text-color) !important;\n}\n\nd-byline a,\nd-article d-byline a {\n color: var(--global-text-color) !important;\n &:hover {\n color: var(--global-hover-color) !important;\n }\n}\n\nd-article {\n border-top-color: var(--global-divider-color) !important;\n p,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n li,\n table {\n color: var(--global-text-color) !important;\n }\n h1,\n h2,\n hr,\n table,\n table th,\n table td {\n border-bottom-color: var(--global-divider-color) !important;\n }\n a {\n color: var(--global-theme-color) !important;\n &:hover {\n color: var(--global-theme-color) !important;\n }\n }\n b i {\n display: inline;\n }\n blockquote {\n border-left: 2px solid var(--global-theme-color) !important;\n }\n\n // Style taken from code blocks\n details {\n color: var(--global-text-color);\n background-color: var(--global-code-bg-color);\n margin-top: 0;\n padding: 8px 12px;\n position: relative;\n border-radius: 6px;\n display: block;\n margin-bottom: 20px;\n grid-column: text;\n overflow: auto;\n max-width: 100%;\n summary {\n color: var(--global-theme-color);\n }\n p {\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n }\n }\n\n d-contents {\n align-self: start;\n grid-column: 1 / 4;\n grid-row: auto / span 4;\n justify-self: end;\n margin-top: 0em;\n padding-left: 2em;\n padding-right: 3em;\n border-right: 1px solid var(--global-divider-color);\n width: calc(max(70%, 300px));\n margin-right: 0px;\n margin-top: 0em;\n display: grid;\n grid-template-columns:\n minmax(8px, 1fr) [toc] auto\n minmax(8px, 1fr) [toc-line] 1px\n minmax(32px, 2fr);\n\n nav {\n grid-column: toc;\n a {\n border-bottom: none !important;\n &:hover {\n border-bottom: 1px solid var(--global-text-color) !important;\n }\n }\n h3 {\n margin-top: 0;\n margin-bottom: 1em;\n }\n div {\n display: block;\n outline: none;\n margin-bottom: 0.8em;\n color: rgba(0, 0, 0, 0.8);\n font-weight: bold;\n }\n ul {\n padding-left: 1em;\n margin-top: 0;\n margin-bottom: 6px;\n list-style-type: none;\n li {\n margin-bottom: 0.25em;\n }\n }\n }\n .figcaption {\n line-height: 1.4em;\n }\n toc-line {\n border-right: 1px solid var(--global-divider-color);\n grid-column: toc-line;\n }\n }\n\n d-footnote {\n scroll-margin-top: 66px;\n }\n}\n\nd-appendix {\n border-top-color: var(--global-divider-color) !important;\n color: var(--global-distill-app-color) !important;\n h3,\n li,\n span {\n color: var(--global-distill-app-color) !important;\n }\n a,\n a.footnote-backlink {\n color: var(--global-distill-app-color) !important;\n &:hover {\n color: var(--global-hover-color) !important;\n }\n }\n}\n\n@media (max-width: 1024px) {\n d-article {\n d-contents {\n display: block;\n grid-column-start: 2;\n grid-column-end: -2;\n padding-bottom: 0.5em;\n margin-bottom: 1em;\n padding-top: 0.5em;\n width: 100%;\n border: 1px solid var(--global-divider-color);\n nav {\n grid-column: none;\n }\n }\n }\n}\n","/*****************************\n * CV shared styles\n *****************************/\n\ndiv.container-link-button {\n margin-right: 0.5rem;\n}\n\ntable.table-cv {\n background-color: transparent !important;\n\n td,\n th {\n padding: 1px;\n }\n}\n\na.btncv {\n color: var(--global-text-color) !important;\n border: 1px solid var(--global-text-color) !important;\n border-radius: 0.125rem;\n padding-left: 1rem;\n padding-right: 1rem;\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n text-decoration: none;\n font-weight: 400;\n font-size: 0.7rem;\n text-align: center;\n vertical-align: middle;\n text-transform: uppercase;\n white-space: nowrap;\n}\n\na.btncv:hover {\n color: var(--global-theme-color) !important;\n border-color: var(--global-theme-color) !important;\n text-decoration: none !important;\n}\n\n/*****************************\n * CV TIME_TABLE styles\n *****************************/\n\np.location {\n font-size: 0.7rem;\n white-space: nowrap;\n}\n\ni.iconlocation {\n color: var(--global-theme-color);\n font-size: 0.8rem;\n}\n\ni.iconinstitution {\n color: var(--global-theme-color);\n font-size: 0.95rem;\n margin-right: 0.3rem;\n}\n\ni.icondepartment {\n color: var(--global-theme-color);\n font-size: 0.8rem;\n margin-right: 0.3rem;\n}\n\ntable.institution {\n margin-bottom: 1rem;\n}\n\ntd.department {\n font-size: 0.8rem;\n}\n\ndiv.container-links {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n justify-content: flex-start;\n margin-top: 1rem;\n margin-bottom: 0.5rem;\n}\n\n/*****************************\n * CV MAP styles\n *****************************/\n\ndiv.container-pdf {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-items: center;\n justify-content: flex-start;\n}\n\n/*****************************\n * CV LIST_GROUPS styles\n *****************************/\n\ndiv.list-groups {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-start;\n flex-direction: row;\n align-content: center;\n}\n\ndiv.list-group {\n display: flex;\n flex-wrap: wrap;\n flex-direction: column;\n align-items: flex-start;\n margin-bottom: 2rem;\n}\n\ntd.list-group-category {\n color: var(--global-theme-color);\n margin-bottom: 0.5rem;\n}\n\ntd.list-group-category-icon {\n font-size: 0.8rem;\n color: var(--global-theme-color);\n width: 1.4rem;\n padding-right: 0.4rem;\n}\n\ntd.list-group-name {\n font-size: 0.8rem;\n}\n\ntd.list-group-level {\n font-size: 0.8rem;\n padding-left: 0.5rem;\n}\n\ntd.list-group-school {\n font-size: 0.7rem;\n padding-left: 0.5rem;\n text-align: center;\n}\n\np.list-group-time {\n font-size: 0.7rem;\n padding-left: 0.5rem;\n}\n\ntd.list-group-link {\n padding-left: 0.5rem;\n}\n\n/*****************************\n * CV TOC styles\n *****************************/\n\na.anchor {\n display: block;\n position: relative;\n top: -50px;\n visibility: hidden;\n}\n\nul.timeline {\n margin-top: 2rem;\n margin-bottom: 2rem;\n}\n\nul.timeline li {\n position: relative;\n min-height: 2.2rem;\n color: var(--global-text-color);\n list-style-position: inside;\n}\n\nspan.badge-toc {\n color: var(--global-bg-color);\n background-color: var(--global-theme-color);\n border-radius: 0.125rem;\n padding: 0.125rem 0.5rem 0.125rem 0.5rem;\n font-weight: 700 !important;\n display: inline-block;\n inline-size: fit-content;\n}\n\nul.timeline li::before {\n content: \"\";\n min-height: 2.5rem;\n width: 1px;\n background: var(--global-text-color);\n margin: 0;\n padding: 0;\n position: absolute;\n left: 2px;\n top: -0.5rem;\n}\n\n/*ul.timeline::before {\n content: \"●\";\n font-size: 1em;\n display: inline-block;\n margin: 0;\n padding: 0;\n position: relative;\n left: -2px;\n top: 0.4rem;\n color: var(--global-text-color);\n}\n ul.timeline::after {\n content: \"●\";\n font-size: 1em;\n display: inline-block;\n margin: 0;\n padding: 0;\n position: relative;\n left: -2px;\n top: -1rem;\n color: var(--global-text-color);\n}\n*/\n",".tab {\n display: flex;\n flex-wrap: wrap;\n margin-left: -20px;\n padding: 0;\n list-style: none;\n position: relative;\n}\n\n.tab > * {\n flex: none;\n padding-left: 20px;\n position: relative;\n}\n\n.tab > * > a {\n display: block;\n text-align: center;\n padding: 9px 20px;\n color: var(--global-text-color-light);\n border-bottom: 2px solid transparent;\n border-bottom-color: transparent;\n font-size: 12px;\n text-transform: uppercase;\n transition: color 0.1s ease-in-out;\n line-height: 20px;\n}\n\n.tab > .active > a {\n color: var(--global-text-color);\n border-color: var(--global-theme-color);\n}\n\n.tab > li > a {\n text-decoration: none;\n cursor: pointer;\n}\n\n.tab-content {\n padding: 0;\n}\n\n.tab-content > li {\n display: none;\n}\n.tab-content > li.active {\n display: block;\n}\n",".typogram {\n .diagram {\n display: block;\n }\n\n .diagram line,\n .diagram circle,\n .diagram rect {\n stroke: var(--global-text-color);\n }\n\n .diagram line {\n stroke-width: 2;\n }\n\n .diagram circle {\n r: 3.5;\n }\n\n .diagram rect {\n width: 6px;\n height: 6px;\n }\n\n .diagram text,\n .glyph,\n .debug text {\n /** font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; **/\n font-family:\n Iosevka Fixed,\n monospace;\n font-size: 3em;\n text-anchor: middle;\n alignment-baseline: central;\n white-space: pre;\n fill: var(--global-text-color);\n }\n\n .reserved {\n fill: transparent;\n white-space: pre;\n }\n\n .debug[debug=\"true\"] .reserved {\n fill: var(--global-text-color);\n opacity: 0.5;\n }\n\n .debug[debug=\"true\"] line.grid {\n stroke: var(--global-text-color);\n stroke-width: 0.2;\n stroke-linecap: butt;\n fill: var(--global-text-color);\n opacity: 1%;\n }\n\n polygon {\n stroke-width: 0;\n }\n\n .debug[debug=\"true\"] polygon.inner {\n fill: var(--global-text-color);\n stroke: var(--global-text-color);\n opacity: 5%;\n }\n\n polygon {\n stroke: var(--global-text-color);\n /** stroke-width: 0.2; **/\n stroke-linecap: butt;\n fill: var(--global-text-color);\n }\n\n .debug[debug=\"true\"] polygon,\n .debug[debug=\"true\"] line.grid {\n opacity: 10%;\n }\n\n .debug[debug=\"true\"] polygon,\n .debug[debug=\"true\"] path,\n .debug[debug=\"true\"] circle {\n opacity: 50%;\n }\n\n .debug[debug=\"true\"] polygon {\n fill: red;\n stroke: red;\n }\n\n /**\n circle {\n fill: var(--global-text-color);\n }\n **/\n\n .debug[debug=\"true\"] circle,\n .debug[debug=\"true\"] path {\n opacity: 50%;\n fill: red;\n }\n\n .debug[debug=\"true\"] circle {\n stroke: red;\n }\n\n .debug[debug=\"true\"] .inner {\n stroke-width: 0.2;\n }\n\n line.part {\n stroke-width: 6;\n stroke-linecap: butt;\n stroke: var(--global-text-color);\n }\n\n .debug[debug=\"true\"] line.part {\n opacity: 50%;\n stroke: red;\n }\n\n .debug[debug=\"true\"] line.center {\n stroke-width: 3;\n stroke-linecap: butt;\n opacity: 10%;\n stroke: var(--global-text-color);\n }\n\n text::selection {\n fill: HighlightText;\n background-color: Highlight;\n }\n}\n","/*!\n * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2024 Fonticons, Inc.\n */\n// Font Awesome core compile (Web Fonts-based)\n// -------------------------\n\n@import 'functions';\n@import 'variables';\n@import 'mixins';\n@import 'core';\n@import 'sizing';\n@import 'fixed-width';\n@import 'list';\n@import 'bordered-pulled';\n@import 'animated';\n@import 'rotated-flipped';\n@import 'stacked';\n@import 'icons';\n@import 'screen-reader';\n","// base icon class definition\n// -------------------------\n\n.#{$fa-css-prefix} {\n font-family: var(--#{$fa-css-prefix}-style-family, '#{$fa-style-family}');\n font-weight: var(--#{$fa-css-prefix}-style, #{$fa-style});\n}\n\n.fas,\n.far,\n.fab,\n.#{$fa-css-prefix}-solid,\n.#{$fa-css-prefix}-regular,\n.#{$fa-css-prefix}-brands,\n.#{$fa-css-prefix} {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: var(--#{$fa-css-prefix}-display, #{$fa-display});\n font-style: normal;\n font-variant: normal;\n line-height: 1;\n text-rendering: auto;\n}\n\n.fas::before,\n.far::before,\n.fab::before,\n.#{$fa-css-prefix}-solid::before,\n.#{$fa-css-prefix}-regular::before,\n.#{$fa-css-prefix}-brands::before,\n.fa::before {\n content: var(#{$fa-icon-property});\n}\n\n.#{$fa-css-prefix}-classic,\n.fas,\n.#{$fa-css-prefix}-solid,\n.far,\n.#{$fa-css-prefix}-regular {\n font-family: 'Font Awesome 6 Free';\n}\n.#{$fa-css-prefix}-brands,\n.fab {\n font-family: 'Font Awesome 6 Brands';\n}\n\n%fa-icon {\n @include fa-icon;\n}\n","// sizing icons\n// -------------------------\n\n// literal magnification scale\n@for $i from 1 through 10 {\n .#{$fa-css-prefix}-#{$i}x {\n font-size: $i * 1em;\n }\n}\n\n// step-based scale (with alignment)\n@each $size, $value in $fa-sizes {\n .#{$fa-css-prefix}-#{$size} {\n @include fa-size($value);\n }\n}\n","// mixins\n// --------------------------\n\n// base rendering for an icon\n@mixin fa-icon {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n font-weight: normal;\n line-height: 1;\n}\n\n// sets relative font-sizing and alignment (in _sizing)\n@mixin fa-size ($font-size) {\n font-size: fa-divide($font-size, $fa-size-scale-base) * 1em; // converts step in sizing scale into an em-based value that's relative to the scale's base\n line-height: fa-divide(1, $font-size) * 1em; // sets the line-height of the icon back to that of it's parent\n vertical-align: (fa-divide(6, $font-size) - fa-divide(3, 8)) * 1em; // vertically centers the icon taking into account the surrounding text's descender\n}\n\n// only display content to screen readers\n// see: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/\n// see: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/\n@mixin fa-sr-only() {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n// use in conjunction with .sr-only to only display content when it's focused\n@mixin fa-sr-only-focusable() {\n &:not(:focus) {\n @include fa-sr-only();\n }\n}\n\n// sets a specific icon family to use alongside style + icon mixins\n@mixin fa-family-classic() {\n @extend .fa-classic;\n}\n\n// convenience mixins for declaring pseudo-elements by CSS variable,\n// including all style-specific font properties\n@mixin fa-icon-solid($fa-var) {\n @extend .fa-solid;\n\n & { #{$fa-icon-property}: unquote(\"\\\"#{ $fa-var }\\\"\"); #{$fa-duotone-icon-property}: unquote(\"\\\"#{ $fa-var }#{ $fa-var }\\\"\"); }\n}\n@mixin fa-icon-regular($fa-var) {\n @extend .fa-regular;\n\n & { #{$fa-icon-property}: unquote(\"\\\"#{ $fa-var }\\\"\"); #{$fa-duotone-icon-property}: unquote(\"\\\"#{ $fa-var }#{ $fa-var }\\\"\"); }\n}\n@mixin fa-icon-brands($fa-var) {\n @extend .fa-brands;\n\n & { #{$fa-icon-property}: unquote(\"\\\"#{ $fa-var }\\\"\"); #{$fa-duotone-icon-property}: unquote(\"\\\"#{ $fa-var }#{ $fa-var }\\\"\"); }\n}\n","// fixed-width icons\n// -------------------------\n\n.#{$fa-css-prefix}-fw {\n text-align: center;\n width: $fa-fw-width;\n}\n","// variables\n// --------------------------\n\n$fa-css-prefix : fa !default;\n$fa-style : 900 !default;\n$fa-style-family : \"Font Awesome 6 Free\" !default;\n\n$fa-icon-property : --fa;\n$fa-duotone-icon-property : --fa--fa;\n\n$fa-display : inline-block !default;\n\n$fa-fw-width : fa-divide(20em, 16) !default;\n$fa-inverse : #fff !default;\n\n$fa-border-color : #eee !default;\n$fa-border-padding : .2em .25em .15em !default;\n$fa-border-radius : .1em !default;\n$fa-border-style : solid !default;\n$fa-border-width : .08em !default;\n\n$fa-size-scale-2xs : 10 !default;\n$fa-size-scale-xs : 12 !default;\n$fa-size-scale-sm : 14 !default;\n$fa-size-scale-base : 16 !default;\n$fa-size-scale-lg : 20 !default;\n$fa-size-scale-xl : 24 !default;\n$fa-size-scale-2xl : 32 !default;\n\n$fa-sizes: (\n \"2xs\" : $fa-size-scale-2xs,\n \"xs\" : $fa-size-scale-xs,\n \"sm\" : $fa-size-scale-sm,\n \"lg\" : $fa-size-scale-lg,\n \"xl\" : $fa-size-scale-xl,\n \"2xl\" : $fa-size-scale-2xl\n) !default;\n\n$fa-li-width : 2em !default;\n$fa-li-margin : $fa-li-width * fa-divide(5, 4) !default;\n\n$fa-pull-margin : .3em !default;\n\n$fa-primary-opacity : 1 !default;\n$fa-secondary-opacity : .4 !default;\n\n$fa-stack-vertical-align : middle !default;\n$fa-stack-width : ($fa-fw-width * 2) !default;\n$fa-stack-z-index : auto !default;\n\n$fa-font-display : block !default;\n$fa-font-path : \"../webfonts\" !default;\n\n$fa-var-0: \\30;\n$fa-var-1: \\31;\n$fa-var-2: \\32;\n$fa-var-3: \\33;\n$fa-var-4: \\34;\n$fa-var-5: \\35;\n$fa-var-6: \\36;\n$fa-var-7: \\37;\n$fa-var-8: \\38;\n$fa-var-9: \\39;\n$fa-var-fill-drip: \\f576;\n$fa-var-arrows-to-circle: \\e4bd;\n$fa-var-circle-chevron-right: \\f138;\n$fa-var-chevron-circle-right: \\f138;\n$fa-var-at: \\40;\n$fa-var-trash-can: \\f2ed;\n$fa-var-trash-alt: \\f2ed;\n$fa-var-text-height: \\f034;\n$fa-var-user-xmark: \\f235;\n$fa-var-user-times: \\f235;\n$fa-var-stethoscope: \\f0f1;\n$fa-var-message: \\f27a;\n$fa-var-comment-alt: \\f27a;\n$fa-var-info: \\f129;\n$fa-var-down-left-and-up-right-to-center: \\f422;\n$fa-var-compress-alt: \\f422;\n$fa-var-explosion: \\e4e9;\n$fa-var-file-lines: \\f15c;\n$fa-var-file-alt: \\f15c;\n$fa-var-file-text: \\f15c;\n$fa-var-wave-square: \\f83e;\n$fa-var-ring: \\f70b;\n$fa-var-building-un: \\e4d9;\n$fa-var-dice-three: \\f527;\n$fa-var-calendar-days: \\f073;\n$fa-var-calendar-alt: \\f073;\n$fa-var-anchor-circle-check: \\e4aa;\n$fa-var-building-circle-arrow-right: \\e4d1;\n$fa-var-volleyball: \\f45f;\n$fa-var-volleyball-ball: \\f45f;\n$fa-var-arrows-up-to-line: \\e4c2;\n$fa-var-sort-down: \\f0dd;\n$fa-var-sort-desc: \\f0dd;\n$fa-var-circle-minus: \\f056;\n$fa-var-minus-circle: \\f056;\n$fa-var-door-open: \\f52b;\n$fa-var-right-from-bracket: \\f2f5;\n$fa-var-sign-out-alt: \\f2f5;\n$fa-var-atom: \\f5d2;\n$fa-var-soap: \\e06e;\n$fa-var-icons: \\f86d;\n$fa-var-heart-music-camera-bolt: \\f86d;\n$fa-var-microphone-lines-slash: \\f539;\n$fa-var-microphone-alt-slash: \\f539;\n$fa-var-bridge-circle-check: \\e4c9;\n$fa-var-pump-medical: \\e06a;\n$fa-var-fingerprint: \\f577;\n$fa-var-hand-point-right: \\f0a4;\n$fa-var-magnifying-glass-location: \\f689;\n$fa-var-search-location: \\f689;\n$fa-var-forward-step: \\f051;\n$fa-var-step-forward: \\f051;\n$fa-var-face-smile-beam: \\f5b8;\n$fa-var-smile-beam: \\f5b8;\n$fa-var-flag-checkered: \\f11e;\n$fa-var-football: \\f44e;\n$fa-var-football-ball: \\f44e;\n$fa-var-school-circle-exclamation: \\e56c;\n$fa-var-crop: \\f125;\n$fa-var-angles-down: \\f103;\n$fa-var-angle-double-down: \\f103;\n$fa-var-users-rectangle: \\e594;\n$fa-var-people-roof: \\e537;\n$fa-var-people-line: \\e534;\n$fa-var-beer-mug-empty: \\f0fc;\n$fa-var-beer: \\f0fc;\n$fa-var-diagram-predecessor: \\e477;\n$fa-var-arrow-up-long: \\f176;\n$fa-var-long-arrow-up: \\f176;\n$fa-var-fire-flame-simple: \\f46a;\n$fa-var-burn: \\f46a;\n$fa-var-person: \\f183;\n$fa-var-male: \\f183;\n$fa-var-laptop: \\f109;\n$fa-var-file-csv: \\f6dd;\n$fa-var-menorah: \\f676;\n$fa-var-truck-plane: \\e58f;\n$fa-var-record-vinyl: \\f8d9;\n$fa-var-face-grin-stars: \\f587;\n$fa-var-grin-stars: \\f587;\n$fa-var-bong: \\f55c;\n$fa-var-spaghetti-monster-flying: \\f67b;\n$fa-var-pastafarianism: \\f67b;\n$fa-var-arrow-down-up-across-line: \\e4af;\n$fa-var-spoon: \\f2e5;\n$fa-var-utensil-spoon: \\f2e5;\n$fa-var-jar-wheat: \\e517;\n$fa-var-envelopes-bulk: \\f674;\n$fa-var-mail-bulk: \\f674;\n$fa-var-file-circle-exclamation: \\e4eb;\n$fa-var-circle-h: \\f47e;\n$fa-var-hospital-symbol: \\f47e;\n$fa-var-pager: \\f815;\n$fa-var-address-book: \\f2b9;\n$fa-var-contact-book: \\f2b9;\n$fa-var-strikethrough: \\f0cc;\n$fa-var-k: \\4b;\n$fa-var-landmark-flag: \\e51c;\n$fa-var-pencil: \\f303;\n$fa-var-pencil-alt: \\f303;\n$fa-var-backward: \\f04a;\n$fa-var-caret-right: \\f0da;\n$fa-var-comments: \\f086;\n$fa-var-paste: \\f0ea;\n$fa-var-file-clipboard: \\f0ea;\n$fa-var-code-pull-request: \\e13c;\n$fa-var-clipboard-list: \\f46d;\n$fa-var-truck-ramp-box: \\f4de;\n$fa-var-truck-loading: \\f4de;\n$fa-var-user-check: \\f4fc;\n$fa-var-vial-virus: \\e597;\n$fa-var-sheet-plastic: \\e571;\n$fa-var-blog: \\f781;\n$fa-var-user-ninja: \\f504;\n$fa-var-person-arrow-up-from-line: \\e539;\n$fa-var-scroll-torah: \\f6a0;\n$fa-var-torah: \\f6a0;\n$fa-var-broom-ball: \\f458;\n$fa-var-quidditch: \\f458;\n$fa-var-quidditch-broom-ball: \\f458;\n$fa-var-toggle-off: \\f204;\n$fa-var-box-archive: \\f187;\n$fa-var-archive: \\f187;\n$fa-var-person-drowning: \\e545;\n$fa-var-arrow-down-9-1: \\f886;\n$fa-var-sort-numeric-desc: \\f886;\n$fa-var-sort-numeric-down-alt: \\f886;\n$fa-var-face-grin-tongue-squint: \\f58a;\n$fa-var-grin-tongue-squint: \\f58a;\n$fa-var-spray-can: \\f5bd;\n$fa-var-truck-monster: \\f63b;\n$fa-var-w: \\57;\n$fa-var-earth-africa: \\f57c;\n$fa-var-globe-africa: \\f57c;\n$fa-var-rainbow: \\f75b;\n$fa-var-circle-notch: \\f1ce;\n$fa-var-tablet-screen-button: \\f3fa;\n$fa-var-tablet-alt: \\f3fa;\n$fa-var-paw: \\f1b0;\n$fa-var-cloud: \\f0c2;\n$fa-var-trowel-bricks: \\e58a;\n$fa-var-face-flushed: \\f579;\n$fa-var-flushed: \\f579;\n$fa-var-hospital-user: \\f80d;\n$fa-var-tent-arrow-left-right: \\e57f;\n$fa-var-gavel: \\f0e3;\n$fa-var-legal: \\f0e3;\n$fa-var-binoculars: \\f1e5;\n$fa-var-microphone-slash: \\f131;\n$fa-var-box-tissue: \\e05b;\n$fa-var-motorcycle: \\f21c;\n$fa-var-bell-concierge: \\f562;\n$fa-var-concierge-bell: \\f562;\n$fa-var-pen-ruler: \\f5ae;\n$fa-var-pencil-ruler: \\f5ae;\n$fa-var-people-arrows: \\e068;\n$fa-var-people-arrows-left-right: \\e068;\n$fa-var-mars-and-venus-burst: \\e523;\n$fa-var-square-caret-right: \\f152;\n$fa-var-caret-square-right: \\f152;\n$fa-var-scissors: \\f0c4;\n$fa-var-cut: \\f0c4;\n$fa-var-sun-plant-wilt: \\e57a;\n$fa-var-toilets-portable: \\e584;\n$fa-var-hockey-puck: \\f453;\n$fa-var-table: \\f0ce;\n$fa-var-magnifying-glass-arrow-right: \\e521;\n$fa-var-tachograph-digital: \\f566;\n$fa-var-digital-tachograph: \\f566;\n$fa-var-users-slash: \\e073;\n$fa-var-clover: \\e139;\n$fa-var-reply: \\f3e5;\n$fa-var-mail-reply: \\f3e5;\n$fa-var-star-and-crescent: \\f699;\n$fa-var-house-fire: \\e50c;\n$fa-var-square-minus: \\f146;\n$fa-var-minus-square: \\f146;\n$fa-var-helicopter: \\f533;\n$fa-var-compass: \\f14e;\n$fa-var-square-caret-down: \\f150;\n$fa-var-caret-square-down: \\f150;\n$fa-var-file-circle-question: \\e4ef;\n$fa-var-laptop-code: \\f5fc;\n$fa-var-swatchbook: \\f5c3;\n$fa-var-prescription-bottle: \\f485;\n$fa-var-bars: \\f0c9;\n$fa-var-navicon: \\f0c9;\n$fa-var-people-group: \\e533;\n$fa-var-hourglass-end: \\f253;\n$fa-var-hourglass-3: \\f253;\n$fa-var-heart-crack: \\f7a9;\n$fa-var-heart-broken: \\f7a9;\n$fa-var-square-up-right: \\f360;\n$fa-var-external-link-square-alt: \\f360;\n$fa-var-face-kiss-beam: \\f597;\n$fa-var-kiss-beam: \\f597;\n$fa-var-film: \\f008;\n$fa-var-ruler-horizontal: \\f547;\n$fa-var-people-robbery: \\e536;\n$fa-var-lightbulb: \\f0eb;\n$fa-var-caret-left: \\f0d9;\n$fa-var-circle-exclamation: \\f06a;\n$fa-var-exclamation-circle: \\f06a;\n$fa-var-school-circle-xmark: \\e56d;\n$fa-var-arrow-right-from-bracket: \\f08b;\n$fa-var-sign-out: \\f08b;\n$fa-var-circle-chevron-down: \\f13a;\n$fa-var-chevron-circle-down: \\f13a;\n$fa-var-unlock-keyhole: \\f13e;\n$fa-var-unlock-alt: \\f13e;\n$fa-var-cloud-showers-heavy: \\f740;\n$fa-var-headphones-simple: \\f58f;\n$fa-var-headphones-alt: \\f58f;\n$fa-var-sitemap: \\f0e8;\n$fa-var-circle-dollar-to-slot: \\f4b9;\n$fa-var-donate: \\f4b9;\n$fa-var-memory: \\f538;\n$fa-var-road-spikes: \\e568;\n$fa-var-fire-burner: \\e4f1;\n$fa-var-flag: \\f024;\n$fa-var-hanukiah: \\f6e6;\n$fa-var-feather: \\f52d;\n$fa-var-volume-low: \\f027;\n$fa-var-volume-down: \\f027;\n$fa-var-comment-slash: \\f4b3;\n$fa-var-cloud-sun-rain: \\f743;\n$fa-var-compress: \\f066;\n$fa-var-wheat-awn: \\e2cd;\n$fa-var-wheat-alt: \\e2cd;\n$fa-var-ankh: \\f644;\n$fa-var-hands-holding-child: \\e4fa;\n$fa-var-asterisk: \\2a;\n$fa-var-square-check: \\f14a;\n$fa-var-check-square: \\f14a;\n$fa-var-peseta-sign: \\e221;\n$fa-var-heading: \\f1dc;\n$fa-var-header: \\f1dc;\n$fa-var-ghost: \\f6e2;\n$fa-var-list: \\f03a;\n$fa-var-list-squares: \\f03a;\n$fa-var-square-phone-flip: \\f87b;\n$fa-var-phone-square-alt: \\f87b;\n$fa-var-cart-plus: \\f217;\n$fa-var-gamepad: \\f11b;\n$fa-var-circle-dot: \\f192;\n$fa-var-dot-circle: \\f192;\n$fa-var-face-dizzy: \\f567;\n$fa-var-dizzy: \\f567;\n$fa-var-egg: \\f7fb;\n$fa-var-house-medical-circle-xmark: \\e513;\n$fa-var-campground: \\f6bb;\n$fa-var-folder-plus: \\f65e;\n$fa-var-futbol: \\f1e3;\n$fa-var-futbol-ball: \\f1e3;\n$fa-var-soccer-ball: \\f1e3;\n$fa-var-paintbrush: \\f1fc;\n$fa-var-paint-brush: \\f1fc;\n$fa-var-lock: \\f023;\n$fa-var-gas-pump: \\f52f;\n$fa-var-hot-tub-person: \\f593;\n$fa-var-hot-tub: \\f593;\n$fa-var-map-location: \\f59f;\n$fa-var-map-marked: \\f59f;\n$fa-var-house-flood-water: \\e50e;\n$fa-var-tree: \\f1bb;\n$fa-var-bridge-lock: \\e4cc;\n$fa-var-sack-dollar: \\f81d;\n$fa-var-pen-to-square: \\f044;\n$fa-var-edit: \\f044;\n$fa-var-car-side: \\f5e4;\n$fa-var-share-nodes: \\f1e0;\n$fa-var-share-alt: \\f1e0;\n$fa-var-heart-circle-minus: \\e4ff;\n$fa-var-hourglass-half: \\f252;\n$fa-var-hourglass-2: \\f252;\n$fa-var-microscope: \\f610;\n$fa-var-sink: \\e06d;\n$fa-var-bag-shopping: \\f290;\n$fa-var-shopping-bag: \\f290;\n$fa-var-arrow-down-z-a: \\f881;\n$fa-var-sort-alpha-desc: \\f881;\n$fa-var-sort-alpha-down-alt: \\f881;\n$fa-var-mitten: \\f7b5;\n$fa-var-person-rays: \\e54d;\n$fa-var-users: \\f0c0;\n$fa-var-eye-slash: \\f070;\n$fa-var-flask-vial: \\e4f3;\n$fa-var-hand: \\f256;\n$fa-var-hand-paper: \\f256;\n$fa-var-om: \\f679;\n$fa-var-worm: \\e599;\n$fa-var-house-circle-xmark: \\e50b;\n$fa-var-plug: \\f1e6;\n$fa-var-chevron-up: \\f077;\n$fa-var-hand-spock: \\f259;\n$fa-var-stopwatch: \\f2f2;\n$fa-var-face-kiss: \\f596;\n$fa-var-kiss: \\f596;\n$fa-var-bridge-circle-xmark: \\e4cb;\n$fa-var-face-grin-tongue: \\f589;\n$fa-var-grin-tongue: \\f589;\n$fa-var-chess-bishop: \\f43a;\n$fa-var-face-grin-wink: \\f58c;\n$fa-var-grin-wink: \\f58c;\n$fa-var-ear-deaf: \\f2a4;\n$fa-var-deaf: \\f2a4;\n$fa-var-deafness: \\f2a4;\n$fa-var-hard-of-hearing: \\f2a4;\n$fa-var-road-circle-check: \\e564;\n$fa-var-dice-five: \\f523;\n$fa-var-square-rss: \\f143;\n$fa-var-rss-square: \\f143;\n$fa-var-land-mine-on: \\e51b;\n$fa-var-i-cursor: \\f246;\n$fa-var-stamp: \\f5bf;\n$fa-var-stairs: \\e289;\n$fa-var-i: \\49;\n$fa-var-hryvnia-sign: \\f6f2;\n$fa-var-hryvnia: \\f6f2;\n$fa-var-pills: \\f484;\n$fa-var-face-grin-wide: \\f581;\n$fa-var-grin-alt: \\f581;\n$fa-var-tooth: \\f5c9;\n$fa-var-v: \\56;\n$fa-var-bangladeshi-taka-sign: \\e2e6;\n$fa-var-bicycle: \\f206;\n$fa-var-staff-snake: \\e579;\n$fa-var-rod-asclepius: \\e579;\n$fa-var-rod-snake: \\e579;\n$fa-var-staff-aesculapius: \\e579;\n$fa-var-head-side-cough-slash: \\e062;\n$fa-var-truck-medical: \\f0f9;\n$fa-var-ambulance: \\f0f9;\n$fa-var-wheat-awn-circle-exclamation: \\e598;\n$fa-var-snowman: \\f7d0;\n$fa-var-mortar-pestle: \\f5a7;\n$fa-var-road-barrier: \\e562;\n$fa-var-school: \\f549;\n$fa-var-igloo: \\f7ae;\n$fa-var-joint: \\f595;\n$fa-var-angle-right: \\f105;\n$fa-var-horse: \\f6f0;\n$fa-var-q: \\51;\n$fa-var-g: \\47;\n$fa-var-notes-medical: \\f481;\n$fa-var-temperature-half: \\f2c9;\n$fa-var-temperature-2: \\f2c9;\n$fa-var-thermometer-2: \\f2c9;\n$fa-var-thermometer-half: \\f2c9;\n$fa-var-dong-sign: \\e169;\n$fa-var-capsules: \\f46b;\n$fa-var-poo-storm: \\f75a;\n$fa-var-poo-bolt: \\f75a;\n$fa-var-face-frown-open: \\f57a;\n$fa-var-frown-open: \\f57a;\n$fa-var-hand-point-up: \\f0a6;\n$fa-var-money-bill: \\f0d6;\n$fa-var-bookmark: \\f02e;\n$fa-var-align-justify: \\f039;\n$fa-var-umbrella-beach: \\f5ca;\n$fa-var-helmet-un: \\e503;\n$fa-var-bullseye: \\f140;\n$fa-var-bacon: \\f7e5;\n$fa-var-hand-point-down: \\f0a7;\n$fa-var-arrow-up-from-bracket: \\e09a;\n$fa-var-folder: \\f07b;\n$fa-var-folder-blank: \\f07b;\n$fa-var-file-waveform: \\f478;\n$fa-var-file-medical-alt: \\f478;\n$fa-var-radiation: \\f7b9;\n$fa-var-chart-simple: \\e473;\n$fa-var-mars-stroke: \\f229;\n$fa-var-vial: \\f492;\n$fa-var-gauge: \\f624;\n$fa-var-dashboard: \\f624;\n$fa-var-gauge-med: \\f624;\n$fa-var-tachometer-alt-average: \\f624;\n$fa-var-wand-magic-sparkles: \\e2ca;\n$fa-var-magic-wand-sparkles: \\e2ca;\n$fa-var-e: \\45;\n$fa-var-pen-clip: \\f305;\n$fa-var-pen-alt: \\f305;\n$fa-var-bridge-circle-exclamation: \\e4ca;\n$fa-var-user: \\f007;\n$fa-var-school-circle-check: \\e56b;\n$fa-var-dumpster: \\f793;\n$fa-var-van-shuttle: \\f5b6;\n$fa-var-shuttle-van: \\f5b6;\n$fa-var-building-user: \\e4da;\n$fa-var-square-caret-left: \\f191;\n$fa-var-caret-square-left: \\f191;\n$fa-var-highlighter: \\f591;\n$fa-var-key: \\f084;\n$fa-var-bullhorn: \\f0a1;\n$fa-var-globe: \\f0ac;\n$fa-var-synagogue: \\f69b;\n$fa-var-person-half-dress: \\e548;\n$fa-var-road-bridge: \\e563;\n$fa-var-location-arrow: \\f124;\n$fa-var-c: \\43;\n$fa-var-tablet-button: \\f10a;\n$fa-var-building-lock: \\e4d6;\n$fa-var-pizza-slice: \\f818;\n$fa-var-money-bill-wave: \\f53a;\n$fa-var-chart-area: \\f1fe;\n$fa-var-area-chart: \\f1fe;\n$fa-var-house-flag: \\e50d;\n$fa-var-person-circle-minus: \\e540;\n$fa-var-ban: \\f05e;\n$fa-var-cancel: \\f05e;\n$fa-var-camera-rotate: \\e0d8;\n$fa-var-spray-can-sparkles: \\f5d0;\n$fa-var-air-freshener: \\f5d0;\n$fa-var-star: \\f005;\n$fa-var-repeat: \\f363;\n$fa-var-cross: \\f654;\n$fa-var-box: \\f466;\n$fa-var-venus-mars: \\f228;\n$fa-var-arrow-pointer: \\f245;\n$fa-var-mouse-pointer: \\f245;\n$fa-var-maximize: \\f31e;\n$fa-var-expand-arrows-alt: \\f31e;\n$fa-var-charging-station: \\f5e7;\n$fa-var-shapes: \\f61f;\n$fa-var-triangle-circle-square: \\f61f;\n$fa-var-shuffle: \\f074;\n$fa-var-random: \\f074;\n$fa-var-person-running: \\f70c;\n$fa-var-running: \\f70c;\n$fa-var-mobile-retro: \\e527;\n$fa-var-grip-lines-vertical: \\f7a5;\n$fa-var-spider: \\f717;\n$fa-var-hands-bound: \\e4f9;\n$fa-var-file-invoice-dollar: \\f571;\n$fa-var-plane-circle-exclamation: \\e556;\n$fa-var-x-ray: \\f497;\n$fa-var-spell-check: \\f891;\n$fa-var-slash: \\f715;\n$fa-var-computer-mouse: \\f8cc;\n$fa-var-mouse: \\f8cc;\n$fa-var-arrow-right-to-bracket: \\f090;\n$fa-var-sign-in: \\f090;\n$fa-var-shop-slash: \\e070;\n$fa-var-store-alt-slash: \\e070;\n$fa-var-server: \\f233;\n$fa-var-virus-covid-slash: \\e4a9;\n$fa-var-shop-lock: \\e4a5;\n$fa-var-hourglass-start: \\f251;\n$fa-var-hourglass-1: \\f251;\n$fa-var-blender-phone: \\f6b6;\n$fa-var-building-wheat: \\e4db;\n$fa-var-person-breastfeeding: \\e53a;\n$fa-var-right-to-bracket: \\f2f6;\n$fa-var-sign-in-alt: \\f2f6;\n$fa-var-venus: \\f221;\n$fa-var-passport: \\f5ab;\n$fa-var-thumbtack-slash: \\e68f;\n$fa-var-thumb-tack-slash: \\e68f;\n$fa-var-heart-pulse: \\f21e;\n$fa-var-heartbeat: \\f21e;\n$fa-var-people-carry-box: \\f4ce;\n$fa-var-people-carry: \\f4ce;\n$fa-var-temperature-high: \\f769;\n$fa-var-microchip: \\f2db;\n$fa-var-crown: \\f521;\n$fa-var-weight-hanging: \\f5cd;\n$fa-var-xmarks-lines: \\e59a;\n$fa-var-file-prescription: \\f572;\n$fa-var-weight-scale: \\f496;\n$fa-var-weight: \\f496;\n$fa-var-user-group: \\f500;\n$fa-var-user-friends: \\f500;\n$fa-var-arrow-up-a-z: \\f15e;\n$fa-var-sort-alpha-up: \\f15e;\n$fa-var-chess-knight: \\f441;\n$fa-var-face-laugh-squint: \\f59b;\n$fa-var-laugh-squint: \\f59b;\n$fa-var-wheelchair: \\f193;\n$fa-var-circle-arrow-up: \\f0aa;\n$fa-var-arrow-circle-up: \\f0aa;\n$fa-var-toggle-on: \\f205;\n$fa-var-person-walking: \\f554;\n$fa-var-walking: \\f554;\n$fa-var-l: \\4c;\n$fa-var-fire: \\f06d;\n$fa-var-bed-pulse: \\f487;\n$fa-var-procedures: \\f487;\n$fa-var-shuttle-space: \\f197;\n$fa-var-space-shuttle: \\f197;\n$fa-var-face-laugh: \\f599;\n$fa-var-laugh: \\f599;\n$fa-var-folder-open: \\f07c;\n$fa-var-heart-circle-plus: \\e500;\n$fa-var-code-fork: \\e13b;\n$fa-var-city: \\f64f;\n$fa-var-microphone-lines: \\f3c9;\n$fa-var-microphone-alt: \\f3c9;\n$fa-var-pepper-hot: \\f816;\n$fa-var-unlock: \\f09c;\n$fa-var-colon-sign: \\e140;\n$fa-var-headset: \\f590;\n$fa-var-store-slash: \\e071;\n$fa-var-road-circle-xmark: \\e566;\n$fa-var-user-minus: \\f503;\n$fa-var-mars-stroke-up: \\f22a;\n$fa-var-mars-stroke-v: \\f22a;\n$fa-var-champagne-glasses: \\f79f;\n$fa-var-glass-cheers: \\f79f;\n$fa-var-clipboard: \\f328;\n$fa-var-house-circle-exclamation: \\e50a;\n$fa-var-file-arrow-up: \\f574;\n$fa-var-file-upload: \\f574;\n$fa-var-wifi: \\f1eb;\n$fa-var-wifi-3: \\f1eb;\n$fa-var-wifi-strong: \\f1eb;\n$fa-var-bath: \\f2cd;\n$fa-var-bathtub: \\f2cd;\n$fa-var-underline: \\f0cd;\n$fa-var-user-pen: \\f4ff;\n$fa-var-user-edit: \\f4ff;\n$fa-var-signature: \\f5b7;\n$fa-var-stroopwafel: \\f551;\n$fa-var-bold: \\f032;\n$fa-var-anchor-lock: \\e4ad;\n$fa-var-building-ngo: \\e4d7;\n$fa-var-manat-sign: \\e1d5;\n$fa-var-not-equal: \\f53e;\n$fa-var-border-top-left: \\f853;\n$fa-var-border-style: \\f853;\n$fa-var-map-location-dot: \\f5a0;\n$fa-var-map-marked-alt: \\f5a0;\n$fa-var-jedi: \\f669;\n$fa-var-square-poll-vertical: \\f681;\n$fa-var-poll: \\f681;\n$fa-var-mug-hot: \\f7b6;\n$fa-var-car-battery: \\f5df;\n$fa-var-battery-car: \\f5df;\n$fa-var-gift: \\f06b;\n$fa-var-dice-two: \\f528;\n$fa-var-chess-queen: \\f445;\n$fa-var-glasses: \\f530;\n$fa-var-chess-board: \\f43c;\n$fa-var-building-circle-check: \\e4d2;\n$fa-var-person-chalkboard: \\e53d;\n$fa-var-mars-stroke-right: \\f22b;\n$fa-var-mars-stroke-h: \\f22b;\n$fa-var-hand-back-fist: \\f255;\n$fa-var-hand-rock: \\f255;\n$fa-var-square-caret-up: \\f151;\n$fa-var-caret-square-up: \\f151;\n$fa-var-cloud-showers-water: \\e4e4;\n$fa-var-chart-bar: \\f080;\n$fa-var-bar-chart: \\f080;\n$fa-var-hands-bubbles: \\e05e;\n$fa-var-hands-wash: \\e05e;\n$fa-var-less-than-equal: \\f537;\n$fa-var-train: \\f238;\n$fa-var-eye-low-vision: \\f2a8;\n$fa-var-low-vision: \\f2a8;\n$fa-var-crow: \\f520;\n$fa-var-sailboat: \\e445;\n$fa-var-window-restore: \\f2d2;\n$fa-var-square-plus: \\f0fe;\n$fa-var-plus-square: \\f0fe;\n$fa-var-torii-gate: \\f6a1;\n$fa-var-frog: \\f52e;\n$fa-var-bucket: \\e4cf;\n$fa-var-image: \\f03e;\n$fa-var-microphone: \\f130;\n$fa-var-cow: \\f6c8;\n$fa-var-caret-up: \\f0d8;\n$fa-var-screwdriver: \\f54a;\n$fa-var-folder-closed: \\e185;\n$fa-var-house-tsunami: \\e515;\n$fa-var-square-nfi: \\e576;\n$fa-var-arrow-up-from-ground-water: \\e4b5;\n$fa-var-martini-glass: \\f57b;\n$fa-var-glass-martini-alt: \\f57b;\n$fa-var-square-binary: \\e69b;\n$fa-var-rotate-left: \\f2ea;\n$fa-var-rotate-back: \\f2ea;\n$fa-var-rotate-backward: \\f2ea;\n$fa-var-undo-alt: \\f2ea;\n$fa-var-table-columns: \\f0db;\n$fa-var-columns: \\f0db;\n$fa-var-lemon: \\f094;\n$fa-var-head-side-mask: \\e063;\n$fa-var-handshake: \\f2b5;\n$fa-var-gem: \\f3a5;\n$fa-var-dolly: \\f472;\n$fa-var-dolly-box: \\f472;\n$fa-var-smoking: \\f48d;\n$fa-var-minimize: \\f78c;\n$fa-var-compress-arrows-alt: \\f78c;\n$fa-var-monument: \\f5a6;\n$fa-var-snowplow: \\f7d2;\n$fa-var-angles-right: \\f101;\n$fa-var-angle-double-right: \\f101;\n$fa-var-cannabis: \\f55f;\n$fa-var-circle-play: \\f144;\n$fa-var-play-circle: \\f144;\n$fa-var-tablets: \\f490;\n$fa-var-ethernet: \\f796;\n$fa-var-euro-sign: \\f153;\n$fa-var-eur: \\f153;\n$fa-var-euro: \\f153;\n$fa-var-chair: \\f6c0;\n$fa-var-circle-check: \\f058;\n$fa-var-check-circle: \\f058;\n$fa-var-circle-stop: \\f28d;\n$fa-var-stop-circle: \\f28d;\n$fa-var-compass-drafting: \\f568;\n$fa-var-drafting-compass: \\f568;\n$fa-var-plate-wheat: \\e55a;\n$fa-var-icicles: \\f7ad;\n$fa-var-person-shelter: \\e54f;\n$fa-var-neuter: \\f22c;\n$fa-var-id-badge: \\f2c1;\n$fa-var-marker: \\f5a1;\n$fa-var-face-laugh-beam: \\f59a;\n$fa-var-laugh-beam: \\f59a;\n$fa-var-helicopter-symbol: \\e502;\n$fa-var-universal-access: \\f29a;\n$fa-var-circle-chevron-up: \\f139;\n$fa-var-chevron-circle-up: \\f139;\n$fa-var-lari-sign: \\e1c8;\n$fa-var-volcano: \\f770;\n$fa-var-person-walking-dashed-line-arrow-right: \\e553;\n$fa-var-sterling-sign: \\f154;\n$fa-var-gbp: \\f154;\n$fa-var-pound-sign: \\f154;\n$fa-var-viruses: \\e076;\n$fa-var-square-person-confined: \\e577;\n$fa-var-user-tie: \\f508;\n$fa-var-arrow-down-long: \\f175;\n$fa-var-long-arrow-down: \\f175;\n$fa-var-tent-arrow-down-to-line: \\e57e;\n$fa-var-certificate: \\f0a3;\n$fa-var-reply-all: \\f122;\n$fa-var-mail-reply-all: \\f122;\n$fa-var-suitcase: \\f0f2;\n$fa-var-person-skating: \\f7c5;\n$fa-var-skating: \\f7c5;\n$fa-var-filter-circle-dollar: \\f662;\n$fa-var-funnel-dollar: \\f662;\n$fa-var-camera-retro: \\f083;\n$fa-var-circle-arrow-down: \\f0ab;\n$fa-var-arrow-circle-down: \\f0ab;\n$fa-var-file-import: \\f56f;\n$fa-var-arrow-right-to-file: \\f56f;\n$fa-var-square-arrow-up-right: \\f14c;\n$fa-var-external-link-square: \\f14c;\n$fa-var-box-open: \\f49e;\n$fa-var-scroll: \\f70e;\n$fa-var-spa: \\f5bb;\n$fa-var-location-pin-lock: \\e51f;\n$fa-var-pause: \\f04c;\n$fa-var-hill-avalanche: \\e507;\n$fa-var-temperature-empty: \\f2cb;\n$fa-var-temperature-0: \\f2cb;\n$fa-var-thermometer-0: \\f2cb;\n$fa-var-thermometer-empty: \\f2cb;\n$fa-var-bomb: \\f1e2;\n$fa-var-registered: \\f25d;\n$fa-var-address-card: \\f2bb;\n$fa-var-contact-card: \\f2bb;\n$fa-var-vcard: \\f2bb;\n$fa-var-scale-unbalanced-flip: \\f516;\n$fa-var-balance-scale-right: \\f516;\n$fa-var-subscript: \\f12c;\n$fa-var-diamond-turn-right: \\f5eb;\n$fa-var-directions: \\f5eb;\n$fa-var-burst: \\e4dc;\n$fa-var-house-laptop: \\e066;\n$fa-var-laptop-house: \\e066;\n$fa-var-face-tired: \\f5c8;\n$fa-var-tired: \\f5c8;\n$fa-var-money-bills: \\e1f3;\n$fa-var-smog: \\f75f;\n$fa-var-crutch: \\f7f7;\n$fa-var-cloud-arrow-up: \\f0ee;\n$fa-var-cloud-upload: \\f0ee;\n$fa-var-cloud-upload-alt: \\f0ee;\n$fa-var-palette: \\f53f;\n$fa-var-arrows-turn-right: \\e4c0;\n$fa-var-vest: \\e085;\n$fa-var-ferry: \\e4ea;\n$fa-var-arrows-down-to-people: \\e4b9;\n$fa-var-seedling: \\f4d8;\n$fa-var-sprout: \\f4d8;\n$fa-var-left-right: \\f337;\n$fa-var-arrows-alt-h: \\f337;\n$fa-var-boxes-packing: \\e4c7;\n$fa-var-circle-arrow-left: \\f0a8;\n$fa-var-arrow-circle-left: \\f0a8;\n$fa-var-group-arrows-rotate: \\e4f6;\n$fa-var-bowl-food: \\e4c6;\n$fa-var-candy-cane: \\f786;\n$fa-var-arrow-down-wide-short: \\f160;\n$fa-var-sort-amount-asc: \\f160;\n$fa-var-sort-amount-down: \\f160;\n$fa-var-cloud-bolt: \\f76c;\n$fa-var-thunderstorm: \\f76c;\n$fa-var-text-slash: \\f87d;\n$fa-var-remove-format: \\f87d;\n$fa-var-face-smile-wink: \\f4da;\n$fa-var-smile-wink: \\f4da;\n$fa-var-file-word: \\f1c2;\n$fa-var-file-powerpoint: \\f1c4;\n$fa-var-arrows-left-right: \\f07e;\n$fa-var-arrows-h: \\f07e;\n$fa-var-house-lock: \\e510;\n$fa-var-cloud-arrow-down: \\f0ed;\n$fa-var-cloud-download: \\f0ed;\n$fa-var-cloud-download-alt: \\f0ed;\n$fa-var-children: \\e4e1;\n$fa-var-chalkboard: \\f51b;\n$fa-var-blackboard: \\f51b;\n$fa-var-user-large-slash: \\f4fa;\n$fa-var-user-alt-slash: \\f4fa;\n$fa-var-envelope-open: \\f2b6;\n$fa-var-handshake-simple-slash: \\e05f;\n$fa-var-handshake-alt-slash: \\e05f;\n$fa-var-mattress-pillow: \\e525;\n$fa-var-guarani-sign: \\e19a;\n$fa-var-arrows-rotate: \\f021;\n$fa-var-refresh: \\f021;\n$fa-var-sync: \\f021;\n$fa-var-fire-extinguisher: \\f134;\n$fa-var-cruzeiro-sign: \\e152;\n$fa-var-greater-than-equal: \\f532;\n$fa-var-shield-halved: \\f3ed;\n$fa-var-shield-alt: \\f3ed;\n$fa-var-book-atlas: \\f558;\n$fa-var-atlas: \\f558;\n$fa-var-virus: \\e074;\n$fa-var-envelope-circle-check: \\e4e8;\n$fa-var-layer-group: \\f5fd;\n$fa-var-arrows-to-dot: \\e4be;\n$fa-var-archway: \\f557;\n$fa-var-heart-circle-check: \\e4fd;\n$fa-var-house-chimney-crack: \\f6f1;\n$fa-var-house-damage: \\f6f1;\n$fa-var-file-zipper: \\f1c6;\n$fa-var-file-archive: \\f1c6;\n$fa-var-square: \\f0c8;\n$fa-var-martini-glass-empty: \\f000;\n$fa-var-glass-martini: \\f000;\n$fa-var-couch: \\f4b8;\n$fa-var-cedi-sign: \\e0df;\n$fa-var-italic: \\f033;\n$fa-var-table-cells-column-lock: \\e678;\n$fa-var-church: \\f51d;\n$fa-var-comments-dollar: \\f653;\n$fa-var-democrat: \\f747;\n$fa-var-z: \\5a;\n$fa-var-person-skiing: \\f7c9;\n$fa-var-skiing: \\f7c9;\n$fa-var-road-lock: \\e567;\n$fa-var-a: \\41;\n$fa-var-temperature-arrow-down: \\e03f;\n$fa-var-temperature-down: \\e03f;\n$fa-var-feather-pointed: \\f56b;\n$fa-var-feather-alt: \\f56b;\n$fa-var-p: \\50;\n$fa-var-snowflake: \\f2dc;\n$fa-var-newspaper: \\f1ea;\n$fa-var-rectangle-ad: \\f641;\n$fa-var-ad: \\f641;\n$fa-var-circle-arrow-right: \\f0a9;\n$fa-var-arrow-circle-right: \\f0a9;\n$fa-var-filter-circle-xmark: \\e17b;\n$fa-var-locust: \\e520;\n$fa-var-sort: \\f0dc;\n$fa-var-unsorted: \\f0dc;\n$fa-var-list-ol: \\f0cb;\n$fa-var-list-1-2: \\f0cb;\n$fa-var-list-numeric: \\f0cb;\n$fa-var-person-dress-burst: \\e544;\n$fa-var-money-check-dollar: \\f53d;\n$fa-var-money-check-alt: \\f53d;\n$fa-var-vector-square: \\f5cb;\n$fa-var-bread-slice: \\f7ec;\n$fa-var-language: \\f1ab;\n$fa-var-face-kiss-wink-heart: \\f598;\n$fa-var-kiss-wink-heart: \\f598;\n$fa-var-filter: \\f0b0;\n$fa-var-question: \\3f;\n$fa-var-file-signature: \\f573;\n$fa-var-up-down-left-right: \\f0b2;\n$fa-var-arrows-alt: \\f0b2;\n$fa-var-house-chimney-user: \\e065;\n$fa-var-hand-holding-heart: \\f4be;\n$fa-var-puzzle-piece: \\f12e;\n$fa-var-money-check: \\f53c;\n$fa-var-star-half-stroke: \\f5c0;\n$fa-var-star-half-alt: \\f5c0;\n$fa-var-code: \\f121;\n$fa-var-whiskey-glass: \\f7a0;\n$fa-var-glass-whiskey: \\f7a0;\n$fa-var-building-circle-exclamation: \\e4d3;\n$fa-var-magnifying-glass-chart: \\e522;\n$fa-var-arrow-up-right-from-square: \\f08e;\n$fa-var-external-link: \\f08e;\n$fa-var-cubes-stacked: \\e4e6;\n$fa-var-won-sign: \\f159;\n$fa-var-krw: \\f159;\n$fa-var-won: \\f159;\n$fa-var-virus-covid: \\e4a8;\n$fa-var-austral-sign: \\e0a9;\n$fa-var-f: \\46;\n$fa-var-leaf: \\f06c;\n$fa-var-road: \\f018;\n$fa-var-taxi: \\f1ba;\n$fa-var-cab: \\f1ba;\n$fa-var-person-circle-plus: \\e541;\n$fa-var-chart-pie: \\f200;\n$fa-var-pie-chart: \\f200;\n$fa-var-bolt-lightning: \\e0b7;\n$fa-var-sack-xmark: \\e56a;\n$fa-var-file-excel: \\f1c3;\n$fa-var-file-contract: \\f56c;\n$fa-var-fish-fins: \\e4f2;\n$fa-var-building-flag: \\e4d5;\n$fa-var-face-grin-beam: \\f582;\n$fa-var-grin-beam: \\f582;\n$fa-var-object-ungroup: \\f248;\n$fa-var-poop: \\f619;\n$fa-var-location-pin: \\f041;\n$fa-var-map-marker: \\f041;\n$fa-var-kaaba: \\f66b;\n$fa-var-toilet-paper: \\f71e;\n$fa-var-helmet-safety: \\f807;\n$fa-var-hard-hat: \\f807;\n$fa-var-hat-hard: \\f807;\n$fa-var-eject: \\f052;\n$fa-var-circle-right: \\f35a;\n$fa-var-arrow-alt-circle-right: \\f35a;\n$fa-var-plane-circle-check: \\e555;\n$fa-var-face-rolling-eyes: \\f5a5;\n$fa-var-meh-rolling-eyes: \\f5a5;\n$fa-var-object-group: \\f247;\n$fa-var-chart-line: \\f201;\n$fa-var-line-chart: \\f201;\n$fa-var-mask-ventilator: \\e524;\n$fa-var-arrow-right: \\f061;\n$fa-var-signs-post: \\f277;\n$fa-var-map-signs: \\f277;\n$fa-var-cash-register: \\f788;\n$fa-var-person-circle-question: \\e542;\n$fa-var-h: \\48;\n$fa-var-tarp: \\e57b;\n$fa-var-screwdriver-wrench: \\f7d9;\n$fa-var-tools: \\f7d9;\n$fa-var-arrows-to-eye: \\e4bf;\n$fa-var-plug-circle-bolt: \\e55b;\n$fa-var-heart: \\f004;\n$fa-var-mars-and-venus: \\f224;\n$fa-var-house-user: \\e1b0;\n$fa-var-home-user: \\e1b0;\n$fa-var-dumpster-fire: \\f794;\n$fa-var-house-crack: \\e3b1;\n$fa-var-martini-glass-citrus: \\f561;\n$fa-var-cocktail: \\f561;\n$fa-var-face-surprise: \\f5c2;\n$fa-var-surprise: \\f5c2;\n$fa-var-bottle-water: \\e4c5;\n$fa-var-circle-pause: \\f28b;\n$fa-var-pause-circle: \\f28b;\n$fa-var-toilet-paper-slash: \\e072;\n$fa-var-apple-whole: \\f5d1;\n$fa-var-apple-alt: \\f5d1;\n$fa-var-kitchen-set: \\e51a;\n$fa-var-r: \\52;\n$fa-var-temperature-quarter: \\f2ca;\n$fa-var-temperature-1: \\f2ca;\n$fa-var-thermometer-1: \\f2ca;\n$fa-var-thermometer-quarter: \\f2ca;\n$fa-var-cube: \\f1b2;\n$fa-var-bitcoin-sign: \\e0b4;\n$fa-var-shield-dog: \\e573;\n$fa-var-solar-panel: \\f5ba;\n$fa-var-lock-open: \\f3c1;\n$fa-var-elevator: \\e16d;\n$fa-var-money-bill-transfer: \\e528;\n$fa-var-money-bill-trend-up: \\e529;\n$fa-var-house-flood-water-circle-arrow-right: \\e50f;\n$fa-var-square-poll-horizontal: \\f682;\n$fa-var-poll-h: \\f682;\n$fa-var-circle: \\f111;\n$fa-var-backward-fast: \\f049;\n$fa-var-fast-backward: \\f049;\n$fa-var-recycle: \\f1b8;\n$fa-var-user-astronaut: \\f4fb;\n$fa-var-plane-slash: \\e069;\n$fa-var-trademark: \\f25c;\n$fa-var-basketball: \\f434;\n$fa-var-basketball-ball: \\f434;\n$fa-var-satellite-dish: \\f7c0;\n$fa-var-circle-up: \\f35b;\n$fa-var-arrow-alt-circle-up: \\f35b;\n$fa-var-mobile-screen-button: \\f3cd;\n$fa-var-mobile-alt: \\f3cd;\n$fa-var-volume-high: \\f028;\n$fa-var-volume-up: \\f028;\n$fa-var-users-rays: \\e593;\n$fa-var-wallet: \\f555;\n$fa-var-clipboard-check: \\f46c;\n$fa-var-file-audio: \\f1c7;\n$fa-var-burger: \\f805;\n$fa-var-hamburger: \\f805;\n$fa-var-wrench: \\f0ad;\n$fa-var-bugs: \\e4d0;\n$fa-var-rupee-sign: \\f156;\n$fa-var-rupee: \\f156;\n$fa-var-file-image: \\f1c5;\n$fa-var-circle-question: \\f059;\n$fa-var-question-circle: \\f059;\n$fa-var-plane-departure: \\f5b0;\n$fa-var-handshake-slash: \\e060;\n$fa-var-book-bookmark: \\e0bb;\n$fa-var-code-branch: \\f126;\n$fa-var-hat-cowboy: \\f8c0;\n$fa-var-bridge: \\e4c8;\n$fa-var-phone-flip: \\f879;\n$fa-var-phone-alt: \\f879;\n$fa-var-truck-front: \\e2b7;\n$fa-var-cat: \\f6be;\n$fa-var-anchor-circle-exclamation: \\e4ab;\n$fa-var-truck-field: \\e58d;\n$fa-var-route: \\f4d7;\n$fa-var-clipboard-question: \\e4e3;\n$fa-var-panorama: \\e209;\n$fa-var-comment-medical: \\f7f5;\n$fa-var-teeth-open: \\f62f;\n$fa-var-file-circle-minus: \\e4ed;\n$fa-var-tags: \\f02c;\n$fa-var-wine-glass: \\f4e3;\n$fa-var-forward-fast: \\f050;\n$fa-var-fast-forward: \\f050;\n$fa-var-face-meh-blank: \\f5a4;\n$fa-var-meh-blank: \\f5a4;\n$fa-var-square-parking: \\f540;\n$fa-var-parking: \\f540;\n$fa-var-house-signal: \\e012;\n$fa-var-bars-progress: \\f828;\n$fa-var-tasks-alt: \\f828;\n$fa-var-faucet-drip: \\e006;\n$fa-var-cart-flatbed: \\f474;\n$fa-var-dolly-flatbed: \\f474;\n$fa-var-ban-smoking: \\f54d;\n$fa-var-smoking-ban: \\f54d;\n$fa-var-terminal: \\f120;\n$fa-var-mobile-button: \\f10b;\n$fa-var-house-medical-flag: \\e514;\n$fa-var-basket-shopping: \\f291;\n$fa-var-shopping-basket: \\f291;\n$fa-var-tape: \\f4db;\n$fa-var-bus-simple: \\f55e;\n$fa-var-bus-alt: \\f55e;\n$fa-var-eye: \\f06e;\n$fa-var-face-sad-cry: \\f5b3;\n$fa-var-sad-cry: \\f5b3;\n$fa-var-audio-description: \\f29e;\n$fa-var-person-military-to-person: \\e54c;\n$fa-var-file-shield: \\e4f0;\n$fa-var-user-slash: \\f506;\n$fa-var-pen: \\f304;\n$fa-var-tower-observation: \\e586;\n$fa-var-file-code: \\f1c9;\n$fa-var-signal: \\f012;\n$fa-var-signal-5: \\f012;\n$fa-var-signal-perfect: \\f012;\n$fa-var-bus: \\f207;\n$fa-var-heart-circle-xmark: \\e501;\n$fa-var-house-chimney: \\e3af;\n$fa-var-home-lg: \\e3af;\n$fa-var-window-maximize: \\f2d0;\n$fa-var-face-frown: \\f119;\n$fa-var-frown: \\f119;\n$fa-var-prescription: \\f5b1;\n$fa-var-shop: \\f54f;\n$fa-var-store-alt: \\f54f;\n$fa-var-floppy-disk: \\f0c7;\n$fa-var-save: \\f0c7;\n$fa-var-vihara: \\f6a7;\n$fa-var-scale-unbalanced: \\f515;\n$fa-var-balance-scale-left: \\f515;\n$fa-var-sort-up: \\f0de;\n$fa-var-sort-asc: \\f0de;\n$fa-var-comment-dots: \\f4ad;\n$fa-var-commenting: \\f4ad;\n$fa-var-plant-wilt: \\e5aa;\n$fa-var-diamond: \\f219;\n$fa-var-face-grin-squint: \\f585;\n$fa-var-grin-squint: \\f585;\n$fa-var-hand-holding-dollar: \\f4c0;\n$fa-var-hand-holding-usd: \\f4c0;\n$fa-var-chart-diagram: \\e695;\n$fa-var-bacterium: \\e05a;\n$fa-var-hand-pointer: \\f25a;\n$fa-var-drum-steelpan: \\f56a;\n$fa-var-hand-scissors: \\f257;\n$fa-var-hands-praying: \\f684;\n$fa-var-praying-hands: \\f684;\n$fa-var-arrow-rotate-right: \\f01e;\n$fa-var-arrow-right-rotate: \\f01e;\n$fa-var-arrow-rotate-forward: \\f01e;\n$fa-var-redo: \\f01e;\n$fa-var-biohazard: \\f780;\n$fa-var-location-crosshairs: \\f601;\n$fa-var-location: \\f601;\n$fa-var-mars-double: \\f227;\n$fa-var-child-dress: \\e59c;\n$fa-var-users-between-lines: \\e591;\n$fa-var-lungs-virus: \\e067;\n$fa-var-face-grin-tears: \\f588;\n$fa-var-grin-tears: \\f588;\n$fa-var-phone: \\f095;\n$fa-var-calendar-xmark: \\f273;\n$fa-var-calendar-times: \\f273;\n$fa-var-child-reaching: \\e59d;\n$fa-var-head-side-virus: \\e064;\n$fa-var-user-gear: \\f4fe;\n$fa-var-user-cog: \\f4fe;\n$fa-var-arrow-up-1-9: \\f163;\n$fa-var-sort-numeric-up: \\f163;\n$fa-var-door-closed: \\f52a;\n$fa-var-shield-virus: \\e06c;\n$fa-var-dice-six: \\f526;\n$fa-var-mosquito-net: \\e52c;\n$fa-var-file-fragment: \\e697;\n$fa-var-bridge-water: \\e4ce;\n$fa-var-person-booth: \\f756;\n$fa-var-text-width: \\f035;\n$fa-var-hat-wizard: \\f6e8;\n$fa-var-pen-fancy: \\f5ac;\n$fa-var-person-digging: \\f85e;\n$fa-var-digging: \\f85e;\n$fa-var-trash: \\f1f8;\n$fa-var-gauge-simple: \\f629;\n$fa-var-gauge-simple-med: \\f629;\n$fa-var-tachometer-average: \\f629;\n$fa-var-book-medical: \\f7e6;\n$fa-var-poo: \\f2fe;\n$fa-var-quote-right: \\f10e;\n$fa-var-quote-right-alt: \\f10e;\n$fa-var-shirt: \\f553;\n$fa-var-t-shirt: \\f553;\n$fa-var-tshirt: \\f553;\n$fa-var-cubes: \\f1b3;\n$fa-var-divide: \\f529;\n$fa-var-tenge-sign: \\f7d7;\n$fa-var-tenge: \\f7d7;\n$fa-var-headphones: \\f025;\n$fa-var-hands-holding: \\f4c2;\n$fa-var-hands-clapping: \\e1a8;\n$fa-var-republican: \\f75e;\n$fa-var-arrow-left: \\f060;\n$fa-var-person-circle-xmark: \\e543;\n$fa-var-ruler: \\f545;\n$fa-var-align-left: \\f036;\n$fa-var-dice-d6: \\f6d1;\n$fa-var-restroom: \\f7bd;\n$fa-var-j: \\4a;\n$fa-var-users-viewfinder: \\e595;\n$fa-var-file-video: \\f1c8;\n$fa-var-up-right-from-square: \\f35d;\n$fa-var-external-link-alt: \\f35d;\n$fa-var-table-cells: \\f00a;\n$fa-var-th: \\f00a;\n$fa-var-file-pdf: \\f1c1;\n$fa-var-book-bible: \\f647;\n$fa-var-bible: \\f647;\n$fa-var-o: \\4f;\n$fa-var-suitcase-medical: \\f0fa;\n$fa-var-medkit: \\f0fa;\n$fa-var-user-secret: \\f21b;\n$fa-var-otter: \\f700;\n$fa-var-person-dress: \\f182;\n$fa-var-female: \\f182;\n$fa-var-comment-dollar: \\f651;\n$fa-var-business-time: \\f64a;\n$fa-var-briefcase-clock: \\f64a;\n$fa-var-table-cells-large: \\f009;\n$fa-var-th-large: \\f009;\n$fa-var-book-tanakh: \\f827;\n$fa-var-tanakh: \\f827;\n$fa-var-phone-volume: \\f2a0;\n$fa-var-volume-control-phone: \\f2a0;\n$fa-var-hat-cowboy-side: \\f8c1;\n$fa-var-clipboard-user: \\f7f3;\n$fa-var-child: \\f1ae;\n$fa-var-lira-sign: \\f195;\n$fa-var-satellite: \\f7bf;\n$fa-var-plane-lock: \\e558;\n$fa-var-tag: \\f02b;\n$fa-var-comment: \\f075;\n$fa-var-cake-candles: \\f1fd;\n$fa-var-birthday-cake: \\f1fd;\n$fa-var-cake: \\f1fd;\n$fa-var-envelope: \\f0e0;\n$fa-var-angles-up: \\f102;\n$fa-var-angle-double-up: \\f102;\n$fa-var-paperclip: \\f0c6;\n$fa-var-arrow-right-to-city: \\e4b3;\n$fa-var-ribbon: \\f4d6;\n$fa-var-lungs: \\f604;\n$fa-var-arrow-up-9-1: \\f887;\n$fa-var-sort-numeric-up-alt: \\f887;\n$fa-var-litecoin-sign: \\e1d3;\n$fa-var-border-none: \\f850;\n$fa-var-circle-nodes: \\e4e2;\n$fa-var-parachute-box: \\f4cd;\n$fa-var-indent: \\f03c;\n$fa-var-truck-field-un: \\e58e;\n$fa-var-hourglass: \\f254;\n$fa-var-hourglass-empty: \\f254;\n$fa-var-mountain: \\f6fc;\n$fa-var-user-doctor: \\f0f0;\n$fa-var-user-md: \\f0f0;\n$fa-var-circle-info: \\f05a;\n$fa-var-info-circle: \\f05a;\n$fa-var-cloud-meatball: \\f73b;\n$fa-var-camera: \\f030;\n$fa-var-camera-alt: \\f030;\n$fa-var-square-virus: \\e578;\n$fa-var-meteor: \\f753;\n$fa-var-car-on: \\e4dd;\n$fa-var-sleigh: \\f7cc;\n$fa-var-arrow-down-1-9: \\f162;\n$fa-var-sort-numeric-asc: \\f162;\n$fa-var-sort-numeric-down: \\f162;\n$fa-var-hand-holding-droplet: \\f4c1;\n$fa-var-hand-holding-water: \\f4c1;\n$fa-var-water: \\f773;\n$fa-var-calendar-check: \\f274;\n$fa-var-braille: \\f2a1;\n$fa-var-prescription-bottle-medical: \\f486;\n$fa-var-prescription-bottle-alt: \\f486;\n$fa-var-landmark: \\f66f;\n$fa-var-truck: \\f0d1;\n$fa-var-crosshairs: \\f05b;\n$fa-var-person-cane: \\e53c;\n$fa-var-tent: \\e57d;\n$fa-var-vest-patches: \\e086;\n$fa-var-check-double: \\f560;\n$fa-var-arrow-down-a-z: \\f15d;\n$fa-var-sort-alpha-asc: \\f15d;\n$fa-var-sort-alpha-down: \\f15d;\n$fa-var-money-bill-wheat: \\e52a;\n$fa-var-cookie: \\f563;\n$fa-var-arrow-rotate-left: \\f0e2;\n$fa-var-arrow-left-rotate: \\f0e2;\n$fa-var-arrow-rotate-back: \\f0e2;\n$fa-var-arrow-rotate-backward: \\f0e2;\n$fa-var-undo: \\f0e2;\n$fa-var-hard-drive: \\f0a0;\n$fa-var-hdd: \\f0a0;\n$fa-var-face-grin-squint-tears: \\f586;\n$fa-var-grin-squint-tears: \\f586;\n$fa-var-dumbbell: \\f44b;\n$fa-var-rectangle-list: \\f022;\n$fa-var-list-alt: \\f022;\n$fa-var-tarp-droplet: \\e57c;\n$fa-var-house-medical-circle-check: \\e511;\n$fa-var-person-skiing-nordic: \\f7ca;\n$fa-var-skiing-nordic: \\f7ca;\n$fa-var-calendar-plus: \\f271;\n$fa-var-plane-arrival: \\f5af;\n$fa-var-circle-left: \\f359;\n$fa-var-arrow-alt-circle-left: \\f359;\n$fa-var-train-subway: \\f239;\n$fa-var-subway: \\f239;\n$fa-var-chart-gantt: \\e0e4;\n$fa-var-indian-rupee-sign: \\e1bc;\n$fa-var-indian-rupee: \\e1bc;\n$fa-var-inr: \\e1bc;\n$fa-var-crop-simple: \\f565;\n$fa-var-crop-alt: \\f565;\n$fa-var-money-bill-1: \\f3d1;\n$fa-var-money-bill-alt: \\f3d1;\n$fa-var-left-long: \\f30a;\n$fa-var-long-arrow-alt-left: \\f30a;\n$fa-var-dna: \\f471;\n$fa-var-virus-slash: \\e075;\n$fa-var-minus: \\f068;\n$fa-var-subtract: \\f068;\n$fa-var-chess: \\f439;\n$fa-var-arrow-left-long: \\f177;\n$fa-var-long-arrow-left: \\f177;\n$fa-var-plug-circle-check: \\e55c;\n$fa-var-street-view: \\f21d;\n$fa-var-franc-sign: \\e18f;\n$fa-var-volume-off: \\f026;\n$fa-var-hands-asl-interpreting: \\f2a3;\n$fa-var-american-sign-language-interpreting: \\f2a3;\n$fa-var-asl-interpreting: \\f2a3;\n$fa-var-hands-american-sign-language-interpreting: \\f2a3;\n$fa-var-gear: \\f013;\n$fa-var-cog: \\f013;\n$fa-var-droplet-slash: \\f5c7;\n$fa-var-tint-slash: \\f5c7;\n$fa-var-mosque: \\f678;\n$fa-var-mosquito: \\e52b;\n$fa-var-star-of-david: \\f69a;\n$fa-var-person-military-rifle: \\e54b;\n$fa-var-cart-shopping: \\f07a;\n$fa-var-shopping-cart: \\f07a;\n$fa-var-vials: \\f493;\n$fa-var-plug-circle-plus: \\e55f;\n$fa-var-place-of-worship: \\f67f;\n$fa-var-grip-vertical: \\f58e;\n$fa-var-hexagon-nodes: \\e699;\n$fa-var-arrow-turn-up: \\f148;\n$fa-var-level-up: \\f148;\n$fa-var-u: \\55;\n$fa-var-square-root-variable: \\f698;\n$fa-var-square-root-alt: \\f698;\n$fa-var-clock: \\f017;\n$fa-var-clock-four: \\f017;\n$fa-var-backward-step: \\f048;\n$fa-var-step-backward: \\f048;\n$fa-var-pallet: \\f482;\n$fa-var-faucet: \\e005;\n$fa-var-baseball-bat-ball: \\f432;\n$fa-var-s: \\53;\n$fa-var-timeline: \\e29c;\n$fa-var-keyboard: \\f11c;\n$fa-var-caret-down: \\f0d7;\n$fa-var-house-chimney-medical: \\f7f2;\n$fa-var-clinic-medical: \\f7f2;\n$fa-var-temperature-three-quarters: \\f2c8;\n$fa-var-temperature-3: \\f2c8;\n$fa-var-thermometer-3: \\f2c8;\n$fa-var-thermometer-three-quarters: \\f2c8;\n$fa-var-mobile-screen: \\f3cf;\n$fa-var-mobile-android-alt: \\f3cf;\n$fa-var-plane-up: \\e22d;\n$fa-var-piggy-bank: \\f4d3;\n$fa-var-battery-half: \\f242;\n$fa-var-battery-3: \\f242;\n$fa-var-mountain-city: \\e52e;\n$fa-var-coins: \\f51e;\n$fa-var-khanda: \\f66d;\n$fa-var-sliders: \\f1de;\n$fa-var-sliders-h: \\f1de;\n$fa-var-folder-tree: \\f802;\n$fa-var-network-wired: \\f6ff;\n$fa-var-map-pin: \\f276;\n$fa-var-hamsa: \\f665;\n$fa-var-cent-sign: \\e3f5;\n$fa-var-flask: \\f0c3;\n$fa-var-person-pregnant: \\e31e;\n$fa-var-wand-sparkles: \\f72b;\n$fa-var-ellipsis-vertical: \\f142;\n$fa-var-ellipsis-v: \\f142;\n$fa-var-ticket: \\f145;\n$fa-var-power-off: \\f011;\n$fa-var-right-long: \\f30b;\n$fa-var-long-arrow-alt-right: \\f30b;\n$fa-var-flag-usa: \\f74d;\n$fa-var-laptop-file: \\e51d;\n$fa-var-tty: \\f1e4;\n$fa-var-teletype: \\f1e4;\n$fa-var-diagram-next: \\e476;\n$fa-var-person-rifle: \\e54e;\n$fa-var-house-medical-circle-exclamation: \\e512;\n$fa-var-closed-captioning: \\f20a;\n$fa-var-person-hiking: \\f6ec;\n$fa-var-hiking: \\f6ec;\n$fa-var-venus-double: \\f226;\n$fa-var-images: \\f302;\n$fa-var-calculator: \\f1ec;\n$fa-var-people-pulling: \\e535;\n$fa-var-n: \\4e;\n$fa-var-cable-car: \\f7da;\n$fa-var-tram: \\f7da;\n$fa-var-cloud-rain: \\f73d;\n$fa-var-building-circle-xmark: \\e4d4;\n$fa-var-ship: \\f21a;\n$fa-var-arrows-down-to-line: \\e4b8;\n$fa-var-download: \\f019;\n$fa-var-face-grin: \\f580;\n$fa-var-grin: \\f580;\n$fa-var-delete-left: \\f55a;\n$fa-var-backspace: \\f55a;\n$fa-var-eye-dropper: \\f1fb;\n$fa-var-eye-dropper-empty: \\f1fb;\n$fa-var-eyedropper: \\f1fb;\n$fa-var-file-circle-check: \\e5a0;\n$fa-var-forward: \\f04e;\n$fa-var-mobile: \\f3ce;\n$fa-var-mobile-android: \\f3ce;\n$fa-var-mobile-phone: \\f3ce;\n$fa-var-face-meh: \\f11a;\n$fa-var-meh: \\f11a;\n$fa-var-align-center: \\f037;\n$fa-var-book-skull: \\f6b7;\n$fa-var-book-dead: \\f6b7;\n$fa-var-id-card: \\f2c2;\n$fa-var-drivers-license: \\f2c2;\n$fa-var-outdent: \\f03b;\n$fa-var-dedent: \\f03b;\n$fa-var-heart-circle-exclamation: \\e4fe;\n$fa-var-house: \\f015;\n$fa-var-home: \\f015;\n$fa-var-home-alt: \\f015;\n$fa-var-home-lg-alt: \\f015;\n$fa-var-calendar-week: \\f784;\n$fa-var-laptop-medical: \\f812;\n$fa-var-b: \\42;\n$fa-var-file-medical: \\f477;\n$fa-var-dice-one: \\f525;\n$fa-var-kiwi-bird: \\f535;\n$fa-var-arrow-right-arrow-left: \\f0ec;\n$fa-var-exchange: \\f0ec;\n$fa-var-rotate-right: \\f2f9;\n$fa-var-redo-alt: \\f2f9;\n$fa-var-rotate-forward: \\f2f9;\n$fa-var-utensils: \\f2e7;\n$fa-var-cutlery: \\f2e7;\n$fa-var-arrow-up-wide-short: \\f161;\n$fa-var-sort-amount-up: \\f161;\n$fa-var-mill-sign: \\e1ed;\n$fa-var-bowl-rice: \\e2eb;\n$fa-var-skull: \\f54c;\n$fa-var-tower-broadcast: \\f519;\n$fa-var-broadcast-tower: \\f519;\n$fa-var-truck-pickup: \\f63c;\n$fa-var-up-long: \\f30c;\n$fa-var-long-arrow-alt-up: \\f30c;\n$fa-var-stop: \\f04d;\n$fa-var-code-merge: \\f387;\n$fa-var-upload: \\f093;\n$fa-var-hurricane: \\f751;\n$fa-var-mound: \\e52d;\n$fa-var-toilet-portable: \\e583;\n$fa-var-compact-disc: \\f51f;\n$fa-var-file-arrow-down: \\f56d;\n$fa-var-file-download: \\f56d;\n$fa-var-caravan: \\f8ff;\n$fa-var-shield-cat: \\e572;\n$fa-var-bolt: \\f0e7;\n$fa-var-zap: \\f0e7;\n$fa-var-glass-water: \\e4f4;\n$fa-var-oil-well: \\e532;\n$fa-var-vault: \\e2c5;\n$fa-var-mars: \\f222;\n$fa-var-toilet: \\f7d8;\n$fa-var-plane-circle-xmark: \\e557;\n$fa-var-yen-sign: \\f157;\n$fa-var-cny: \\f157;\n$fa-var-jpy: \\f157;\n$fa-var-rmb: \\f157;\n$fa-var-yen: \\f157;\n$fa-var-ruble-sign: \\f158;\n$fa-var-rouble: \\f158;\n$fa-var-rub: \\f158;\n$fa-var-ruble: \\f158;\n$fa-var-sun: \\f185;\n$fa-var-guitar: \\f7a6;\n$fa-var-face-laugh-wink: \\f59c;\n$fa-var-laugh-wink: \\f59c;\n$fa-var-horse-head: \\f7ab;\n$fa-var-bore-hole: \\e4c3;\n$fa-var-industry: \\f275;\n$fa-var-circle-down: \\f358;\n$fa-var-arrow-alt-circle-down: \\f358;\n$fa-var-arrows-turn-to-dots: \\e4c1;\n$fa-var-florin-sign: \\e184;\n$fa-var-arrow-down-short-wide: \\f884;\n$fa-var-sort-amount-desc: \\f884;\n$fa-var-sort-amount-down-alt: \\f884;\n$fa-var-less-than: \\3c;\n$fa-var-angle-down: \\f107;\n$fa-var-car-tunnel: \\e4de;\n$fa-var-head-side-cough: \\e061;\n$fa-var-grip-lines: \\f7a4;\n$fa-var-thumbs-down: \\f165;\n$fa-var-user-lock: \\f502;\n$fa-var-arrow-right-long: \\f178;\n$fa-var-long-arrow-right: \\f178;\n$fa-var-anchor-circle-xmark: \\e4ac;\n$fa-var-ellipsis: \\f141;\n$fa-var-ellipsis-h: \\f141;\n$fa-var-chess-pawn: \\f443;\n$fa-var-kit-medical: \\f479;\n$fa-var-first-aid: \\f479;\n$fa-var-person-through-window: \\e5a9;\n$fa-var-toolbox: \\f552;\n$fa-var-hands-holding-circle: \\e4fb;\n$fa-var-bug: \\f188;\n$fa-var-credit-card: \\f09d;\n$fa-var-credit-card-alt: \\f09d;\n$fa-var-car: \\f1b9;\n$fa-var-automobile: \\f1b9;\n$fa-var-hand-holding-hand: \\e4f7;\n$fa-var-book-open-reader: \\f5da;\n$fa-var-book-reader: \\f5da;\n$fa-var-mountain-sun: \\e52f;\n$fa-var-arrows-left-right-to-line: \\e4ba;\n$fa-var-dice-d20: \\f6cf;\n$fa-var-truck-droplet: \\e58c;\n$fa-var-file-circle-xmark: \\e5a1;\n$fa-var-temperature-arrow-up: \\e040;\n$fa-var-temperature-up: \\e040;\n$fa-var-medal: \\f5a2;\n$fa-var-bed: \\f236;\n$fa-var-square-h: \\f0fd;\n$fa-var-h-square: \\f0fd;\n$fa-var-podcast: \\f2ce;\n$fa-var-temperature-full: \\f2c7;\n$fa-var-temperature-4: \\f2c7;\n$fa-var-thermometer-4: \\f2c7;\n$fa-var-thermometer-full: \\f2c7;\n$fa-var-bell: \\f0f3;\n$fa-var-superscript: \\f12b;\n$fa-var-plug-circle-xmark: \\e560;\n$fa-var-star-of-life: \\f621;\n$fa-var-phone-slash: \\f3dd;\n$fa-var-paint-roller: \\f5aa;\n$fa-var-handshake-angle: \\f4c4;\n$fa-var-hands-helping: \\f4c4;\n$fa-var-location-dot: \\f3c5;\n$fa-var-map-marker-alt: \\f3c5;\n$fa-var-file: \\f15b;\n$fa-var-greater-than: \\3e;\n$fa-var-person-swimming: \\f5c4;\n$fa-var-swimmer: \\f5c4;\n$fa-var-arrow-down: \\f063;\n$fa-var-droplet: \\f043;\n$fa-var-tint: \\f043;\n$fa-var-eraser: \\f12d;\n$fa-var-earth-americas: \\f57d;\n$fa-var-earth: \\f57d;\n$fa-var-earth-america: \\f57d;\n$fa-var-globe-americas: \\f57d;\n$fa-var-person-burst: \\e53b;\n$fa-var-dove: \\f4ba;\n$fa-var-battery-empty: \\f244;\n$fa-var-battery-0: \\f244;\n$fa-var-socks: \\f696;\n$fa-var-inbox: \\f01c;\n$fa-var-section: \\e447;\n$fa-var-gauge-high: \\f625;\n$fa-var-tachometer-alt: \\f625;\n$fa-var-tachometer-alt-fast: \\f625;\n$fa-var-envelope-open-text: \\f658;\n$fa-var-hospital: \\f0f8;\n$fa-var-hospital-alt: \\f0f8;\n$fa-var-hospital-wide: \\f0f8;\n$fa-var-wine-bottle: \\f72f;\n$fa-var-chess-rook: \\f447;\n$fa-var-bars-staggered: \\f550;\n$fa-var-reorder: \\f550;\n$fa-var-stream: \\f550;\n$fa-var-dharmachakra: \\f655;\n$fa-var-hotdog: \\f80f;\n$fa-var-person-walking-with-cane: \\f29d;\n$fa-var-blind: \\f29d;\n$fa-var-drum: \\f569;\n$fa-var-ice-cream: \\f810;\n$fa-var-heart-circle-bolt: \\e4fc;\n$fa-var-fax: \\f1ac;\n$fa-var-paragraph: \\f1dd;\n$fa-var-check-to-slot: \\f772;\n$fa-var-vote-yea: \\f772;\n$fa-var-star-half: \\f089;\n$fa-var-boxes-stacked: \\f468;\n$fa-var-boxes: \\f468;\n$fa-var-boxes-alt: \\f468;\n$fa-var-link: \\f0c1;\n$fa-var-chain: \\f0c1;\n$fa-var-ear-listen: \\f2a2;\n$fa-var-assistive-listening-systems: \\f2a2;\n$fa-var-tree-city: \\e587;\n$fa-var-play: \\f04b;\n$fa-var-font: \\f031;\n$fa-var-table-cells-row-lock: \\e67a;\n$fa-var-rupiah-sign: \\e23d;\n$fa-var-magnifying-glass: \\f002;\n$fa-var-search: \\f002;\n$fa-var-table-tennis-paddle-ball: \\f45d;\n$fa-var-ping-pong-paddle-ball: \\f45d;\n$fa-var-table-tennis: \\f45d;\n$fa-var-person-dots-from-line: \\f470;\n$fa-var-diagnoses: \\f470;\n$fa-var-trash-can-arrow-up: \\f82a;\n$fa-var-trash-restore-alt: \\f82a;\n$fa-var-naira-sign: \\e1f6;\n$fa-var-cart-arrow-down: \\f218;\n$fa-var-walkie-talkie: \\f8ef;\n$fa-var-file-pen: \\f31c;\n$fa-var-file-edit: \\f31c;\n$fa-var-receipt: \\f543;\n$fa-var-square-pen: \\f14b;\n$fa-var-pen-square: \\f14b;\n$fa-var-pencil-square: \\f14b;\n$fa-var-suitcase-rolling: \\f5c1;\n$fa-var-person-circle-exclamation: \\e53f;\n$fa-var-chevron-down: \\f078;\n$fa-var-battery-full: \\f240;\n$fa-var-battery: \\f240;\n$fa-var-battery-5: \\f240;\n$fa-var-skull-crossbones: \\f714;\n$fa-var-code-compare: \\e13a;\n$fa-var-list-ul: \\f0ca;\n$fa-var-list-dots: \\f0ca;\n$fa-var-school-lock: \\e56f;\n$fa-var-tower-cell: \\e585;\n$fa-var-down-long: \\f309;\n$fa-var-long-arrow-alt-down: \\f309;\n$fa-var-ranking-star: \\e561;\n$fa-var-chess-king: \\f43f;\n$fa-var-person-harassing: \\e549;\n$fa-var-brazilian-real-sign: \\e46c;\n$fa-var-landmark-dome: \\f752;\n$fa-var-landmark-alt: \\f752;\n$fa-var-arrow-up: \\f062;\n$fa-var-tv: \\f26c;\n$fa-var-television: \\f26c;\n$fa-var-tv-alt: \\f26c;\n$fa-var-shrimp: \\e448;\n$fa-var-list-check: \\f0ae;\n$fa-var-tasks: \\f0ae;\n$fa-var-jug-detergent: \\e519;\n$fa-var-circle-user: \\f2bd;\n$fa-var-user-circle: \\f2bd;\n$fa-var-user-shield: \\f505;\n$fa-var-wind: \\f72e;\n$fa-var-car-burst: \\f5e1;\n$fa-var-car-crash: \\f5e1;\n$fa-var-y: \\59;\n$fa-var-person-snowboarding: \\f7ce;\n$fa-var-snowboarding: \\f7ce;\n$fa-var-truck-fast: \\f48b;\n$fa-var-shipping-fast: \\f48b;\n$fa-var-fish: \\f578;\n$fa-var-user-graduate: \\f501;\n$fa-var-circle-half-stroke: \\f042;\n$fa-var-adjust: \\f042;\n$fa-var-clapperboard: \\e131;\n$fa-var-circle-radiation: \\f7ba;\n$fa-var-radiation-alt: \\f7ba;\n$fa-var-baseball: \\f433;\n$fa-var-baseball-ball: \\f433;\n$fa-var-jet-fighter-up: \\e518;\n$fa-var-diagram-project: \\f542;\n$fa-var-project-diagram: \\f542;\n$fa-var-copy: \\f0c5;\n$fa-var-volume-xmark: \\f6a9;\n$fa-var-volume-mute: \\f6a9;\n$fa-var-volume-times: \\f6a9;\n$fa-var-hand-sparkles: \\e05d;\n$fa-var-grip: \\f58d;\n$fa-var-grip-horizontal: \\f58d;\n$fa-var-share-from-square: \\f14d;\n$fa-var-share-square: \\f14d;\n$fa-var-child-combatant: \\e4e0;\n$fa-var-child-rifle: \\e4e0;\n$fa-var-gun: \\e19b;\n$fa-var-square-phone: \\f098;\n$fa-var-phone-square: \\f098;\n$fa-var-plus: \\2b;\n$fa-var-add: \\2b;\n$fa-var-expand: \\f065;\n$fa-var-computer: \\e4e5;\n$fa-var-xmark: \\f00d;\n$fa-var-close: \\f00d;\n$fa-var-multiply: \\f00d;\n$fa-var-remove: \\f00d;\n$fa-var-times: \\f00d;\n$fa-var-arrows-up-down-left-right: \\f047;\n$fa-var-arrows: \\f047;\n$fa-var-chalkboard-user: \\f51c;\n$fa-var-chalkboard-teacher: \\f51c;\n$fa-var-peso-sign: \\e222;\n$fa-var-building-shield: \\e4d8;\n$fa-var-baby: \\f77c;\n$fa-var-users-line: \\e592;\n$fa-var-quote-left: \\f10d;\n$fa-var-quote-left-alt: \\f10d;\n$fa-var-tractor: \\f722;\n$fa-var-trash-arrow-up: \\f829;\n$fa-var-trash-restore: \\f829;\n$fa-var-arrow-down-up-lock: \\e4b0;\n$fa-var-lines-leaning: \\e51e;\n$fa-var-ruler-combined: \\f546;\n$fa-var-copyright: \\f1f9;\n$fa-var-equals: \\3d;\n$fa-var-blender: \\f517;\n$fa-var-teeth: \\f62e;\n$fa-var-shekel-sign: \\f20b;\n$fa-var-ils: \\f20b;\n$fa-var-shekel: \\f20b;\n$fa-var-sheqel: \\f20b;\n$fa-var-sheqel-sign: \\f20b;\n$fa-var-map: \\f279;\n$fa-var-rocket: \\f135;\n$fa-var-photo-film: \\f87c;\n$fa-var-photo-video: \\f87c;\n$fa-var-folder-minus: \\f65d;\n$fa-var-hexagon-nodes-bolt: \\e69a;\n$fa-var-store: \\f54e;\n$fa-var-arrow-trend-up: \\e098;\n$fa-var-plug-circle-minus: \\e55e;\n$fa-var-sign-hanging: \\f4d9;\n$fa-var-sign: \\f4d9;\n$fa-var-bezier-curve: \\f55b;\n$fa-var-bell-slash: \\f1f6;\n$fa-var-tablet: \\f3fb;\n$fa-var-tablet-android: \\f3fb;\n$fa-var-school-flag: \\e56e;\n$fa-var-fill: \\f575;\n$fa-var-angle-up: \\f106;\n$fa-var-drumstick-bite: \\f6d7;\n$fa-var-holly-berry: \\f7aa;\n$fa-var-chevron-left: \\f053;\n$fa-var-bacteria: \\e059;\n$fa-var-hand-lizard: \\f258;\n$fa-var-notdef: \\e1fe;\n$fa-var-disease: \\f7fa;\n$fa-var-briefcase-medical: \\f469;\n$fa-var-genderless: \\f22d;\n$fa-var-chevron-right: \\f054;\n$fa-var-retweet: \\f079;\n$fa-var-car-rear: \\f5de;\n$fa-var-car-alt: \\f5de;\n$fa-var-pump-soap: \\e06b;\n$fa-var-video-slash: \\f4e2;\n$fa-var-battery-quarter: \\f243;\n$fa-var-battery-2: \\f243;\n$fa-var-radio: \\f8d7;\n$fa-var-baby-carriage: \\f77d;\n$fa-var-carriage-baby: \\f77d;\n$fa-var-traffic-light: \\f637;\n$fa-var-thermometer: \\f491;\n$fa-var-vr-cardboard: \\f729;\n$fa-var-hand-middle-finger: \\f806;\n$fa-var-percent: \\25;\n$fa-var-percentage: \\25;\n$fa-var-truck-moving: \\f4df;\n$fa-var-glass-water-droplet: \\e4f5;\n$fa-var-display: \\e163;\n$fa-var-face-smile: \\f118;\n$fa-var-smile: \\f118;\n$fa-var-thumbtack: \\f08d;\n$fa-var-thumb-tack: \\f08d;\n$fa-var-trophy: \\f091;\n$fa-var-person-praying: \\f683;\n$fa-var-pray: \\f683;\n$fa-var-hammer: \\f6e3;\n$fa-var-hand-peace: \\f25b;\n$fa-var-rotate: \\f2f1;\n$fa-var-sync-alt: \\f2f1;\n$fa-var-spinner: \\f110;\n$fa-var-robot: \\f544;\n$fa-var-peace: \\f67c;\n$fa-var-gears: \\f085;\n$fa-var-cogs: \\f085;\n$fa-var-warehouse: \\f494;\n$fa-var-arrow-up-right-dots: \\e4b7;\n$fa-var-splotch: \\f5bc;\n$fa-var-face-grin-hearts: \\f584;\n$fa-var-grin-hearts: \\f584;\n$fa-var-dice-four: \\f524;\n$fa-var-sim-card: \\f7c4;\n$fa-var-transgender: \\f225;\n$fa-var-transgender-alt: \\f225;\n$fa-var-mercury: \\f223;\n$fa-var-arrow-turn-down: \\f149;\n$fa-var-level-down: \\f149;\n$fa-var-person-falling-burst: \\e547;\n$fa-var-award: \\f559;\n$fa-var-ticket-simple: \\f3ff;\n$fa-var-ticket-alt: \\f3ff;\n$fa-var-building: \\f1ad;\n$fa-var-angles-left: \\f100;\n$fa-var-angle-double-left: \\f100;\n$fa-var-qrcode: \\f029;\n$fa-var-clock-rotate-left: \\f1da;\n$fa-var-history: \\f1da;\n$fa-var-face-grin-beam-sweat: \\f583;\n$fa-var-grin-beam-sweat: \\f583;\n$fa-var-file-export: \\f56e;\n$fa-var-arrow-right-from-file: \\f56e;\n$fa-var-shield: \\f132;\n$fa-var-shield-blank: \\f132;\n$fa-var-arrow-up-short-wide: \\f885;\n$fa-var-sort-amount-up-alt: \\f885;\n$fa-var-comment-nodes: \\e696;\n$fa-var-house-medical: \\e3b2;\n$fa-var-golf-ball-tee: \\f450;\n$fa-var-golf-ball: \\f450;\n$fa-var-circle-chevron-left: \\f137;\n$fa-var-chevron-circle-left: \\f137;\n$fa-var-house-chimney-window: \\e00d;\n$fa-var-pen-nib: \\f5ad;\n$fa-var-tent-arrow-turn-left: \\e580;\n$fa-var-tents: \\e582;\n$fa-var-wand-magic: \\f0d0;\n$fa-var-magic: \\f0d0;\n$fa-var-dog: \\f6d3;\n$fa-var-carrot: \\f787;\n$fa-var-moon: \\f186;\n$fa-var-wine-glass-empty: \\f5ce;\n$fa-var-wine-glass-alt: \\f5ce;\n$fa-var-cheese: \\f7ef;\n$fa-var-yin-yang: \\f6ad;\n$fa-var-music: \\f001;\n$fa-var-code-commit: \\f386;\n$fa-var-temperature-low: \\f76b;\n$fa-var-person-biking: \\f84a;\n$fa-var-biking: \\f84a;\n$fa-var-broom: \\f51a;\n$fa-var-shield-heart: \\e574;\n$fa-var-gopuram: \\f664;\n$fa-var-earth-oceania: \\e47b;\n$fa-var-globe-oceania: \\e47b;\n$fa-var-square-xmark: \\f2d3;\n$fa-var-times-square: \\f2d3;\n$fa-var-xmark-square: \\f2d3;\n$fa-var-hashtag: \\23;\n$fa-var-up-right-and-down-left-from-center: \\f424;\n$fa-var-expand-alt: \\f424;\n$fa-var-oil-can: \\f613;\n$fa-var-t: \\54;\n$fa-var-hippo: \\f6ed;\n$fa-var-chart-column: \\e0e3;\n$fa-var-infinity: \\f534;\n$fa-var-vial-circle-check: \\e596;\n$fa-var-person-arrow-down-to-line: \\e538;\n$fa-var-voicemail: \\f897;\n$fa-var-fan: \\f863;\n$fa-var-person-walking-luggage: \\e554;\n$fa-var-up-down: \\f338;\n$fa-var-arrows-alt-v: \\f338;\n$fa-var-cloud-moon-rain: \\f73c;\n$fa-var-calendar: \\f133;\n$fa-var-trailer: \\e041;\n$fa-var-bahai: \\f666;\n$fa-var-haykal: \\f666;\n$fa-var-sd-card: \\f7c2;\n$fa-var-dragon: \\f6d5;\n$fa-var-shoe-prints: \\f54b;\n$fa-var-circle-plus: \\f055;\n$fa-var-plus-circle: \\f055;\n$fa-var-face-grin-tongue-wink: \\f58b;\n$fa-var-grin-tongue-wink: \\f58b;\n$fa-var-hand-holding: \\f4bd;\n$fa-var-plug-circle-exclamation: \\e55d;\n$fa-var-link-slash: \\f127;\n$fa-var-chain-broken: \\f127;\n$fa-var-chain-slash: \\f127;\n$fa-var-unlink: \\f127;\n$fa-var-clone: \\f24d;\n$fa-var-person-walking-arrow-loop-left: \\e551;\n$fa-var-arrow-up-z-a: \\f882;\n$fa-var-sort-alpha-up-alt: \\f882;\n$fa-var-fire-flame-curved: \\f7e4;\n$fa-var-fire-alt: \\f7e4;\n$fa-var-tornado: \\f76f;\n$fa-var-file-circle-plus: \\e494;\n$fa-var-book-quran: \\f687;\n$fa-var-quran: \\f687;\n$fa-var-anchor: \\f13d;\n$fa-var-border-all: \\f84c;\n$fa-var-face-angry: \\f556;\n$fa-var-angry: \\f556;\n$fa-var-cookie-bite: \\f564;\n$fa-var-arrow-trend-down: \\e097;\n$fa-var-rss: \\f09e;\n$fa-var-feed: \\f09e;\n$fa-var-draw-polygon: \\f5ee;\n$fa-var-scale-balanced: \\f24e;\n$fa-var-balance-scale: \\f24e;\n$fa-var-gauge-simple-high: \\f62a;\n$fa-var-tachometer: \\f62a;\n$fa-var-tachometer-fast: \\f62a;\n$fa-var-shower: \\f2cc;\n$fa-var-desktop: \\f390;\n$fa-var-desktop-alt: \\f390;\n$fa-var-m: \\4d;\n$fa-var-table-list: \\f00b;\n$fa-var-th-list: \\f00b;\n$fa-var-comment-sms: \\f7cd;\n$fa-var-sms: \\f7cd;\n$fa-var-book: \\f02d;\n$fa-var-user-plus: \\f234;\n$fa-var-check: \\f00c;\n$fa-var-battery-three-quarters: \\f241;\n$fa-var-battery-4: \\f241;\n$fa-var-house-circle-check: \\e509;\n$fa-var-angle-left: \\f104;\n$fa-var-diagram-successor: \\e47a;\n$fa-var-truck-arrow-right: \\e58b;\n$fa-var-arrows-split-up-and-left: \\e4bc;\n$fa-var-hand-fist: \\f6de;\n$fa-var-fist-raised: \\f6de;\n$fa-var-cloud-moon: \\f6c3;\n$fa-var-briefcase: \\f0b1;\n$fa-var-person-falling: \\e546;\n$fa-var-image-portrait: \\f3e0;\n$fa-var-portrait: \\f3e0;\n$fa-var-user-tag: \\f507;\n$fa-var-rug: \\e569;\n$fa-var-earth-europe: \\f7a2;\n$fa-var-globe-europe: \\f7a2;\n$fa-var-cart-flatbed-suitcase: \\f59d;\n$fa-var-luggage-cart: \\f59d;\n$fa-var-rectangle-xmark: \\f410;\n$fa-var-rectangle-times: \\f410;\n$fa-var-times-rectangle: \\f410;\n$fa-var-window-close: \\f410;\n$fa-var-baht-sign: \\e0ac;\n$fa-var-book-open: \\f518;\n$fa-var-book-journal-whills: \\f66a;\n$fa-var-journal-whills: \\f66a;\n$fa-var-handcuffs: \\e4f8;\n$fa-var-triangle-exclamation: \\f071;\n$fa-var-exclamation-triangle: \\f071;\n$fa-var-warning: \\f071;\n$fa-var-database: \\f1c0;\n$fa-var-share: \\f064;\n$fa-var-mail-forward: \\f064;\n$fa-var-bottle-droplet: \\e4c4;\n$fa-var-mask-face: \\e1d7;\n$fa-var-hill-rockslide: \\e508;\n$fa-var-right-left: \\f362;\n$fa-var-exchange-alt: \\f362;\n$fa-var-paper-plane: \\f1d8;\n$fa-var-road-circle-exclamation: \\e565;\n$fa-var-dungeon: \\f6d9;\n$fa-var-align-right: \\f038;\n$fa-var-money-bill-1-wave: \\f53b;\n$fa-var-money-bill-wave-alt: \\f53b;\n$fa-var-life-ring: \\f1cd;\n$fa-var-hands: \\f2a7;\n$fa-var-sign-language: \\f2a7;\n$fa-var-signing: \\f2a7;\n$fa-var-calendar-day: \\f783;\n$fa-var-water-ladder: \\f5c5;\n$fa-var-ladder-water: \\f5c5;\n$fa-var-swimming-pool: \\f5c5;\n$fa-var-arrows-up-down: \\f07d;\n$fa-var-arrows-v: \\f07d;\n$fa-var-face-grimace: \\f57f;\n$fa-var-grimace: \\f57f;\n$fa-var-wheelchair-move: \\e2ce;\n$fa-var-wheelchair-alt: \\e2ce;\n$fa-var-turn-down: \\f3be;\n$fa-var-level-down-alt: \\f3be;\n$fa-var-person-walking-arrow-right: \\e552;\n$fa-var-square-envelope: \\f199;\n$fa-var-envelope-square: \\f199;\n$fa-var-dice: \\f522;\n$fa-var-bowling-ball: \\f436;\n$fa-var-brain: \\f5dc;\n$fa-var-bandage: \\f462;\n$fa-var-band-aid: \\f462;\n$fa-var-calendar-minus: \\f272;\n$fa-var-circle-xmark: \\f057;\n$fa-var-times-circle: \\f057;\n$fa-var-xmark-circle: \\f057;\n$fa-var-gifts: \\f79c;\n$fa-var-hotel: \\f594;\n$fa-var-earth-asia: \\f57e;\n$fa-var-globe-asia: \\f57e;\n$fa-var-id-card-clip: \\f47f;\n$fa-var-id-card-alt: \\f47f;\n$fa-var-magnifying-glass-plus: \\f00e;\n$fa-var-search-plus: \\f00e;\n$fa-var-thumbs-up: \\f164;\n$fa-var-user-clock: \\f4fd;\n$fa-var-hand-dots: \\f461;\n$fa-var-allergies: \\f461;\n$fa-var-file-invoice: \\f570;\n$fa-var-window-minimize: \\f2d1;\n$fa-var-mug-saucer: \\f0f4;\n$fa-var-coffee: \\f0f4;\n$fa-var-brush: \\f55d;\n$fa-var-file-half-dashed: \\e698;\n$fa-var-mask: \\f6fa;\n$fa-var-magnifying-glass-minus: \\f010;\n$fa-var-search-minus: \\f010;\n$fa-var-ruler-vertical: \\f548;\n$fa-var-user-large: \\f406;\n$fa-var-user-alt: \\f406;\n$fa-var-train-tram: \\e5b4;\n$fa-var-user-nurse: \\f82f;\n$fa-var-syringe: \\f48e;\n$fa-var-cloud-sun: \\f6c4;\n$fa-var-stopwatch-20: \\e06f;\n$fa-var-square-full: \\f45c;\n$fa-var-magnet: \\f076;\n$fa-var-jar: \\e516;\n$fa-var-note-sticky: \\f249;\n$fa-var-sticky-note: \\f249;\n$fa-var-bug-slash: \\e490;\n$fa-var-arrow-up-from-water-pump: \\e4b6;\n$fa-var-bone: \\f5d7;\n$fa-var-table-cells-row-unlock: \\e691;\n$fa-var-user-injured: \\f728;\n$fa-var-face-sad-tear: \\f5b4;\n$fa-var-sad-tear: \\f5b4;\n$fa-var-plane: \\f072;\n$fa-var-tent-arrows-down: \\e581;\n$fa-var-exclamation: \\21;\n$fa-var-arrows-spin: \\e4bb;\n$fa-var-print: \\f02f;\n$fa-var-turkish-lira-sign: \\e2bb;\n$fa-var-try: \\e2bb;\n$fa-var-turkish-lira: \\e2bb;\n$fa-var-dollar-sign: \\24;\n$fa-var-dollar: \\24;\n$fa-var-usd: \\24;\n$fa-var-x: \\58;\n$fa-var-magnifying-glass-dollar: \\f688;\n$fa-var-search-dollar: \\f688;\n$fa-var-users-gear: \\f509;\n$fa-var-users-cog: \\f509;\n$fa-var-person-military-pointing: \\e54a;\n$fa-var-building-columns: \\f19c;\n$fa-var-bank: \\f19c;\n$fa-var-institution: \\f19c;\n$fa-var-museum: \\f19c;\n$fa-var-university: \\f19c;\n$fa-var-umbrella: \\f0e9;\n$fa-var-trowel: \\e589;\n$fa-var-d: \\44;\n$fa-var-stapler: \\e5af;\n$fa-var-masks-theater: \\f630;\n$fa-var-theater-masks: \\f630;\n$fa-var-kip-sign: \\e1c4;\n$fa-var-hand-point-left: \\f0a5;\n$fa-var-handshake-simple: \\f4c6;\n$fa-var-handshake-alt: \\f4c6;\n$fa-var-jet-fighter: \\f0fb;\n$fa-var-fighter-jet: \\f0fb;\n$fa-var-square-share-nodes: \\f1e1;\n$fa-var-share-alt-square: \\f1e1;\n$fa-var-barcode: \\f02a;\n$fa-var-plus-minus: \\e43c;\n$fa-var-video: \\f03d;\n$fa-var-video-camera: \\f03d;\n$fa-var-graduation-cap: \\f19d;\n$fa-var-mortar-board: \\f19d;\n$fa-var-hand-holding-medical: \\e05c;\n$fa-var-person-circle-check: \\e53e;\n$fa-var-turn-up: \\f3bf;\n$fa-var-level-up-alt: \\f3bf;\n\n$fa-var-monero: \\f3d0;\n$fa-var-hooli: \\f427;\n$fa-var-yelp: \\f1e9;\n$fa-var-cc-visa: \\f1f0;\n$fa-var-lastfm: \\f202;\n$fa-var-shopware: \\f5b5;\n$fa-var-creative-commons-nc: \\f4e8;\n$fa-var-aws: \\f375;\n$fa-var-redhat: \\f7bc;\n$fa-var-yoast: \\f2b1;\n$fa-var-cloudflare: \\e07d;\n$fa-var-ups: \\f7e0;\n$fa-var-pixiv: \\e640;\n$fa-var-wpexplorer: \\f2de;\n$fa-var-dyalog: \\f399;\n$fa-var-bity: \\f37a;\n$fa-var-stackpath: \\f842;\n$fa-var-buysellads: \\f20d;\n$fa-var-first-order: \\f2b0;\n$fa-var-modx: \\f285;\n$fa-var-guilded: \\e07e;\n$fa-var-vnv: \\f40b;\n$fa-var-square-js: \\f3b9;\n$fa-var-js-square: \\f3b9;\n$fa-var-microsoft: \\f3ca;\n$fa-var-qq: \\f1d6;\n$fa-var-orcid: \\f8d2;\n$fa-var-java: \\f4e4;\n$fa-var-invision: \\f7b0;\n$fa-var-creative-commons-pd-alt: \\f4ed;\n$fa-var-centercode: \\f380;\n$fa-var-glide-g: \\f2a6;\n$fa-var-drupal: \\f1a9;\n$fa-var-jxl: \\e67b;\n$fa-var-dart-lang: \\e693;\n$fa-var-hire-a-helper: \\f3b0;\n$fa-var-creative-commons-by: \\f4e7;\n$fa-var-unity: \\e049;\n$fa-var-whmcs: \\f40d;\n$fa-var-rocketchat: \\f3e8;\n$fa-var-vk: \\f189;\n$fa-var-untappd: \\f405;\n$fa-var-mailchimp: \\f59e;\n$fa-var-css3-alt: \\f38b;\n$fa-var-square-reddit: \\f1a2;\n$fa-var-reddit-square: \\f1a2;\n$fa-var-vimeo-v: \\f27d;\n$fa-var-contao: \\f26d;\n$fa-var-square-font-awesome: \\e5ad;\n$fa-var-deskpro: \\f38f;\n$fa-var-brave: \\e63c;\n$fa-var-sistrix: \\f3ee;\n$fa-var-square-instagram: \\e055;\n$fa-var-instagram-square: \\e055;\n$fa-var-battle-net: \\f835;\n$fa-var-the-red-yeti: \\f69d;\n$fa-var-square-hacker-news: \\f3af;\n$fa-var-hacker-news-square: \\f3af;\n$fa-var-edge: \\f282;\n$fa-var-threads: \\e618;\n$fa-var-napster: \\f3d2;\n$fa-var-square-snapchat: \\f2ad;\n$fa-var-snapchat-square: \\f2ad;\n$fa-var-google-plus-g: \\f0d5;\n$fa-var-artstation: \\f77a;\n$fa-var-markdown: \\f60f;\n$fa-var-sourcetree: \\f7d3;\n$fa-var-google-plus: \\f2b3;\n$fa-var-diaspora: \\f791;\n$fa-var-foursquare: \\f180;\n$fa-var-stack-overflow: \\f16c;\n$fa-var-github-alt: \\f113;\n$fa-var-phoenix-squadron: \\f511;\n$fa-var-pagelines: \\f18c;\n$fa-var-algolia: \\f36c;\n$fa-var-red-river: \\f3e3;\n$fa-var-creative-commons-sa: \\f4ef;\n$fa-var-safari: \\f267;\n$fa-var-google: \\f1a0;\n$fa-var-square-font-awesome-stroke: \\f35c;\n$fa-var-font-awesome-alt: \\f35c;\n$fa-var-atlassian: \\f77b;\n$fa-var-linkedin-in: \\f0e1;\n$fa-var-digital-ocean: \\f391;\n$fa-var-nimblr: \\f5a8;\n$fa-var-chromecast: \\f838;\n$fa-var-evernote: \\f839;\n$fa-var-hacker-news: \\f1d4;\n$fa-var-creative-commons-sampling: \\f4f0;\n$fa-var-adversal: \\f36a;\n$fa-var-creative-commons: \\f25e;\n$fa-var-watchman-monitoring: \\e087;\n$fa-var-fonticons: \\f280;\n$fa-var-weixin: \\f1d7;\n$fa-var-shirtsinbulk: \\f214;\n$fa-var-codepen: \\f1cb;\n$fa-var-git-alt: \\f841;\n$fa-var-lyft: \\f3c3;\n$fa-var-rev: \\f5b2;\n$fa-var-windows: \\f17a;\n$fa-var-wizards-of-the-coast: \\f730;\n$fa-var-square-viadeo: \\f2aa;\n$fa-var-viadeo-square: \\f2aa;\n$fa-var-meetup: \\f2e0;\n$fa-var-centos: \\f789;\n$fa-var-adn: \\f170;\n$fa-var-cloudsmith: \\f384;\n$fa-var-opensuse: \\e62b;\n$fa-var-pied-piper-alt: \\f1a8;\n$fa-var-square-dribbble: \\f397;\n$fa-var-dribbble-square: \\f397;\n$fa-var-codiepie: \\f284;\n$fa-var-node: \\f419;\n$fa-var-mix: \\f3cb;\n$fa-var-steam: \\f1b6;\n$fa-var-cc-apple-pay: \\f416;\n$fa-var-scribd: \\f28a;\n$fa-var-debian: \\e60b;\n$fa-var-openid: \\f19b;\n$fa-var-instalod: \\e081;\n$fa-var-files-pinwheel: \\e69f;\n$fa-var-expeditedssl: \\f23e;\n$fa-var-sellcast: \\f2da;\n$fa-var-square-twitter: \\f081;\n$fa-var-twitter-square: \\f081;\n$fa-var-r-project: \\f4f7;\n$fa-var-delicious: \\f1a5;\n$fa-var-freebsd: \\f3a4;\n$fa-var-vuejs: \\f41f;\n$fa-var-accusoft: \\f369;\n$fa-var-ioxhost: \\f208;\n$fa-var-fonticons-fi: \\f3a2;\n$fa-var-app-store: \\f36f;\n$fa-var-cc-mastercard: \\f1f1;\n$fa-var-itunes-note: \\f3b5;\n$fa-var-golang: \\e40f;\n$fa-var-kickstarter: \\f3bb;\n$fa-var-square-kickstarter: \\f3bb;\n$fa-var-grav: \\f2d6;\n$fa-var-weibo: \\f18a;\n$fa-var-uncharted: \\e084;\n$fa-var-firstdraft: \\f3a1;\n$fa-var-square-youtube: \\f431;\n$fa-var-youtube-square: \\f431;\n$fa-var-wikipedia-w: \\f266;\n$fa-var-wpressr: \\f3e4;\n$fa-var-rendact: \\f3e4;\n$fa-var-angellist: \\f209;\n$fa-var-galactic-republic: \\f50c;\n$fa-var-nfc-directional: \\e530;\n$fa-var-skype: \\f17e;\n$fa-var-joget: \\f3b7;\n$fa-var-fedora: \\f798;\n$fa-var-stripe-s: \\f42a;\n$fa-var-meta: \\e49b;\n$fa-var-laravel: \\f3bd;\n$fa-var-hotjar: \\f3b1;\n$fa-var-bluetooth-b: \\f294;\n$fa-var-square-letterboxd: \\e62e;\n$fa-var-sticker-mule: \\f3f7;\n$fa-var-creative-commons-zero: \\f4f3;\n$fa-var-hips: \\f452;\n$fa-var-css: \\e6a2;\n$fa-var-behance: \\f1b4;\n$fa-var-reddit: \\f1a1;\n$fa-var-discord: \\f392;\n$fa-var-chrome: \\f268;\n$fa-var-app-store-ios: \\f370;\n$fa-var-cc-discover: \\f1f2;\n$fa-var-wpbeginner: \\f297;\n$fa-var-confluence: \\f78d;\n$fa-var-shoelace: \\e60c;\n$fa-var-mdb: \\f8ca;\n$fa-var-dochub: \\f394;\n$fa-var-accessible-icon: \\f368;\n$fa-var-ebay: \\f4f4;\n$fa-var-amazon: \\f270;\n$fa-var-unsplash: \\e07c;\n$fa-var-yarn: \\f7e3;\n$fa-var-square-steam: \\f1b7;\n$fa-var-steam-square: \\f1b7;\n$fa-var-500px: \\f26e;\n$fa-var-square-vimeo: \\f194;\n$fa-var-vimeo-square: \\f194;\n$fa-var-asymmetrik: \\f372;\n$fa-var-font-awesome: \\f2b4;\n$fa-var-font-awesome-flag: \\f2b4;\n$fa-var-font-awesome-logo-full: \\f2b4;\n$fa-var-gratipay: \\f184;\n$fa-var-apple: \\f179;\n$fa-var-hive: \\e07f;\n$fa-var-gitkraken: \\f3a6;\n$fa-var-keybase: \\f4f5;\n$fa-var-apple-pay: \\f415;\n$fa-var-padlet: \\e4a0;\n$fa-var-amazon-pay: \\f42c;\n$fa-var-square-github: \\f092;\n$fa-var-github-square: \\f092;\n$fa-var-stumbleupon: \\f1a4;\n$fa-var-fedex: \\f797;\n$fa-var-phoenix-framework: \\f3dc;\n$fa-var-shopify: \\e057;\n$fa-var-neos: \\f612;\n$fa-var-square-threads: \\e619;\n$fa-var-hackerrank: \\f5f7;\n$fa-var-researchgate: \\f4f8;\n$fa-var-swift: \\f8e1;\n$fa-var-angular: \\f420;\n$fa-var-speakap: \\f3f3;\n$fa-var-angrycreative: \\f36e;\n$fa-var-y-combinator: \\f23b;\n$fa-var-empire: \\f1d1;\n$fa-var-envira: \\f299;\n$fa-var-google-scholar: \\e63b;\n$fa-var-square-gitlab: \\e5ae;\n$fa-var-gitlab-square: \\e5ae;\n$fa-var-studiovinari: \\f3f8;\n$fa-var-pied-piper: \\f2ae;\n$fa-var-wordpress: \\f19a;\n$fa-var-product-hunt: \\f288;\n$fa-var-firefox: \\f269;\n$fa-var-linode: \\f2b8;\n$fa-var-goodreads: \\f3a8;\n$fa-var-square-odnoklassniki: \\f264;\n$fa-var-odnoklassniki-square: \\f264;\n$fa-var-jsfiddle: \\f1cc;\n$fa-var-sith: \\f512;\n$fa-var-themeisle: \\f2b2;\n$fa-var-page4: \\f3d7;\n$fa-var-hashnode: \\e499;\n$fa-var-react: \\f41b;\n$fa-var-cc-paypal: \\f1f4;\n$fa-var-squarespace: \\f5be;\n$fa-var-cc-stripe: \\f1f5;\n$fa-var-creative-commons-share: \\f4f2;\n$fa-var-bitcoin: \\f379;\n$fa-var-keycdn: \\f3ba;\n$fa-var-opera: \\f26a;\n$fa-var-itch-io: \\f83a;\n$fa-var-umbraco: \\f8e8;\n$fa-var-galactic-senate: \\f50d;\n$fa-var-ubuntu: \\f7df;\n$fa-var-draft2digital: \\f396;\n$fa-var-stripe: \\f429;\n$fa-var-houzz: \\f27c;\n$fa-var-gg: \\f260;\n$fa-var-dhl: \\f790;\n$fa-var-square-pinterest: \\f0d3;\n$fa-var-pinterest-square: \\f0d3;\n$fa-var-xing: \\f168;\n$fa-var-blackberry: \\f37b;\n$fa-var-creative-commons-pd: \\f4ec;\n$fa-var-playstation: \\f3df;\n$fa-var-quinscape: \\f459;\n$fa-var-less: \\f41d;\n$fa-var-blogger-b: \\f37d;\n$fa-var-opencart: \\f23d;\n$fa-var-vine: \\f1ca;\n$fa-var-signal-messenger: \\e663;\n$fa-var-paypal: \\f1ed;\n$fa-var-gitlab: \\f296;\n$fa-var-typo3: \\f42b;\n$fa-var-reddit-alien: \\f281;\n$fa-var-yahoo: \\f19e;\n$fa-var-dailymotion: \\e052;\n$fa-var-affiliatetheme: \\f36b;\n$fa-var-pied-piper-pp: \\f1a7;\n$fa-var-bootstrap: \\f836;\n$fa-var-odnoklassniki: \\f263;\n$fa-var-nfc-symbol: \\e531;\n$fa-var-mintbit: \\e62f;\n$fa-var-ethereum: \\f42e;\n$fa-var-speaker-deck: \\f83c;\n$fa-var-creative-commons-nc-eu: \\f4e9;\n$fa-var-patreon: \\f3d9;\n$fa-var-avianex: \\f374;\n$fa-var-ello: \\f5f1;\n$fa-var-gofore: \\f3a7;\n$fa-var-bimobject: \\f378;\n$fa-var-brave-reverse: \\e63d;\n$fa-var-facebook-f: \\f39e;\n$fa-var-square-google-plus: \\f0d4;\n$fa-var-google-plus-square: \\f0d4;\n$fa-var-web-awesome: \\e682;\n$fa-var-mandalorian: \\f50f;\n$fa-var-first-order-alt: \\f50a;\n$fa-var-osi: \\f41a;\n$fa-var-google-wallet: \\f1ee;\n$fa-var-d-and-d-beyond: \\f6ca;\n$fa-var-periscope: \\f3da;\n$fa-var-fulcrum: \\f50b;\n$fa-var-cloudscale: \\f383;\n$fa-var-forumbee: \\f211;\n$fa-var-mizuni: \\f3cc;\n$fa-var-schlix: \\f3ea;\n$fa-var-square-xing: \\f169;\n$fa-var-xing-square: \\f169;\n$fa-var-bandcamp: \\f2d5;\n$fa-var-wpforms: \\f298;\n$fa-var-cloudversify: \\f385;\n$fa-var-usps: \\f7e1;\n$fa-var-megaport: \\f5a3;\n$fa-var-magento: \\f3c4;\n$fa-var-spotify: \\f1bc;\n$fa-var-optin-monster: \\f23c;\n$fa-var-fly: \\f417;\n$fa-var-square-bluesky: \\e6a3;\n$fa-var-aviato: \\f421;\n$fa-var-itunes: \\f3b4;\n$fa-var-cuttlefish: \\f38c;\n$fa-var-blogger: \\f37c;\n$fa-var-flickr: \\f16e;\n$fa-var-viber: \\f409;\n$fa-var-soundcloud: \\f1be;\n$fa-var-digg: \\f1a6;\n$fa-var-tencent-weibo: \\f1d5;\n$fa-var-letterboxd: \\e62d;\n$fa-var-symfony: \\f83d;\n$fa-var-maxcdn: \\f136;\n$fa-var-etsy: \\f2d7;\n$fa-var-facebook-messenger: \\f39f;\n$fa-var-audible: \\f373;\n$fa-var-think-peaks: \\f731;\n$fa-var-bilibili: \\e3d9;\n$fa-var-erlang: \\f39d;\n$fa-var-x-twitter: \\e61b;\n$fa-var-cotton-bureau: \\f89e;\n$fa-var-dashcube: \\f210;\n$fa-var-42-group: \\e080;\n$fa-var-innosoft: \\e080;\n$fa-var-stack-exchange: \\f18d;\n$fa-var-elementor: \\f430;\n$fa-var-square-pied-piper: \\e01e;\n$fa-var-pied-piper-square: \\e01e;\n$fa-var-creative-commons-nd: \\f4eb;\n$fa-var-palfed: \\f3d8;\n$fa-var-superpowers: \\f2dd;\n$fa-var-resolving: \\f3e7;\n$fa-var-xbox: \\f412;\n$fa-var-square-web-awesome-stroke: \\e684;\n$fa-var-searchengin: \\f3eb;\n$fa-var-tiktok: \\e07b;\n$fa-var-square-facebook: \\f082;\n$fa-var-facebook-square: \\f082;\n$fa-var-renren: \\f18b;\n$fa-var-linux: \\f17c;\n$fa-var-glide: \\f2a5;\n$fa-var-linkedin: \\f08c;\n$fa-var-hubspot: \\f3b2;\n$fa-var-deploydog: \\f38e;\n$fa-var-twitch: \\f1e8;\n$fa-var-flutter: \\e694;\n$fa-var-ravelry: \\f2d9;\n$fa-var-mixer: \\e056;\n$fa-var-square-lastfm: \\f203;\n$fa-var-lastfm-square: \\f203;\n$fa-var-vimeo: \\f40a;\n$fa-var-mendeley: \\f7b3;\n$fa-var-uniregistry: \\f404;\n$fa-var-figma: \\f799;\n$fa-var-creative-commons-remix: \\f4ee;\n$fa-var-cc-amazon-pay: \\f42d;\n$fa-var-dropbox: \\f16b;\n$fa-var-instagram: \\f16d;\n$fa-var-cmplid: \\e360;\n$fa-var-upwork: \\e641;\n$fa-var-facebook: \\f09a;\n$fa-var-gripfire: \\f3ac;\n$fa-var-jedi-order: \\f50e;\n$fa-var-uikit: \\f403;\n$fa-var-fort-awesome-alt: \\f3a3;\n$fa-var-phabricator: \\f3db;\n$fa-var-ussunnah: \\f407;\n$fa-var-earlybirds: \\f39a;\n$fa-var-trade-federation: \\f513;\n$fa-var-autoprefixer: \\f41c;\n$fa-var-whatsapp: \\f232;\n$fa-var-square-upwork: \\e67c;\n$fa-var-slideshare: \\f1e7;\n$fa-var-google-play: \\f3ab;\n$fa-var-viadeo: \\f2a9;\n$fa-var-line: \\f3c0;\n$fa-var-google-drive: \\f3aa;\n$fa-var-servicestack: \\f3ec;\n$fa-var-simplybuilt: \\f215;\n$fa-var-bitbucket: \\f171;\n$fa-var-imdb: \\f2d8;\n$fa-var-deezer: \\e077;\n$fa-var-raspberry-pi: \\f7bb;\n$fa-var-jira: \\f7b1;\n$fa-var-docker: \\f395;\n$fa-var-screenpal: \\e570;\n$fa-var-bluetooth: \\f293;\n$fa-var-gitter: \\f426;\n$fa-var-d-and-d: \\f38d;\n$fa-var-microblog: \\e01a;\n$fa-var-cc-diners-club: \\f24c;\n$fa-var-gg-circle: \\f261;\n$fa-var-pied-piper-hat: \\f4e5;\n$fa-var-kickstarter-k: \\f3bc;\n$fa-var-yandex: \\f413;\n$fa-var-readme: \\f4d5;\n$fa-var-html5: \\f13b;\n$fa-var-sellsy: \\f213;\n$fa-var-square-web-awesome: \\e683;\n$fa-var-sass: \\f41e;\n$fa-var-wirsindhandwerk: \\e2d0;\n$fa-var-wsh: \\e2d0;\n$fa-var-buromobelexperte: \\f37f;\n$fa-var-salesforce: \\f83b;\n$fa-var-octopus-deploy: \\e082;\n$fa-var-medapps: \\f3c6;\n$fa-var-ns8: \\f3d5;\n$fa-var-pinterest-p: \\f231;\n$fa-var-apper: \\f371;\n$fa-var-fort-awesome: \\f286;\n$fa-var-waze: \\f83f;\n$fa-var-bluesky: \\e671;\n$fa-var-cc-jcb: \\f24b;\n$fa-var-snapchat: \\f2ab;\n$fa-var-snapchat-ghost: \\f2ab;\n$fa-var-fantasy-flight-games: \\f6dc;\n$fa-var-rust: \\e07a;\n$fa-var-wix: \\f5cf;\n$fa-var-square-behance: \\f1b5;\n$fa-var-behance-square: \\f1b5;\n$fa-var-supple: \\f3f9;\n$fa-var-webflow: \\e65c;\n$fa-var-rebel: \\f1d0;\n$fa-var-css3: \\f13c;\n$fa-var-staylinked: \\f3f5;\n$fa-var-kaggle: \\f5fa;\n$fa-var-space-awesome: \\e5ac;\n$fa-var-deviantart: \\f1bd;\n$fa-var-cpanel: \\f388;\n$fa-var-goodreads-g: \\f3a9;\n$fa-var-square-git: \\f1d2;\n$fa-var-git-square: \\f1d2;\n$fa-var-square-tumblr: \\f174;\n$fa-var-tumblr-square: \\f174;\n$fa-var-trello: \\f181;\n$fa-var-creative-commons-nc-jp: \\f4ea;\n$fa-var-get-pocket: \\f265;\n$fa-var-perbyte: \\e083;\n$fa-var-grunt: \\f3ad;\n$fa-var-weebly: \\f5cc;\n$fa-var-connectdevelop: \\f20e;\n$fa-var-leanpub: \\f212;\n$fa-var-black-tie: \\f27e;\n$fa-var-themeco: \\f5c6;\n$fa-var-python: \\f3e2;\n$fa-var-android: \\f17b;\n$fa-var-bots: \\e340;\n$fa-var-free-code-camp: \\f2c5;\n$fa-var-hornbill: \\f592;\n$fa-var-js: \\f3b8;\n$fa-var-ideal: \\e013;\n$fa-var-git: \\f1d3;\n$fa-var-dev: \\f6cc;\n$fa-var-sketch: \\f7c6;\n$fa-var-yandex-international: \\f414;\n$fa-var-cc-amex: \\f1f3;\n$fa-var-uber: \\f402;\n$fa-var-github: \\f09b;\n$fa-var-php: \\f457;\n$fa-var-alipay: \\f642;\n$fa-var-youtube: \\f167;\n$fa-var-skyatlas: \\f216;\n$fa-var-firefox-browser: \\e007;\n$fa-var-replyd: \\f3e6;\n$fa-var-suse: \\f7d6;\n$fa-var-jenkins: \\f3b6;\n$fa-var-twitter: \\f099;\n$fa-var-rockrms: \\f3e9;\n$fa-var-pinterest: \\f0d2;\n$fa-var-buffer: \\f837;\n$fa-var-npm: \\f3d4;\n$fa-var-yammer: \\f840;\n$fa-var-btc: \\f15a;\n$fa-var-dribbble: \\f17d;\n$fa-var-stumbleupon-circle: \\f1a3;\n$fa-var-internet-explorer: \\f26b;\n$fa-var-stubber: \\e5c7;\n$fa-var-telegram: \\f2c6;\n$fa-var-telegram-plane: \\f2c6;\n$fa-var-old-republic: \\f510;\n$fa-var-odysee: \\e5c6;\n$fa-var-square-whatsapp: \\f40c;\n$fa-var-whatsapp-square: \\f40c;\n$fa-var-node-js: \\f3d3;\n$fa-var-edge-legacy: \\e078;\n$fa-var-slack: \\f198;\n$fa-var-slack-hash: \\f198;\n$fa-var-medrt: \\f3c8;\n$fa-var-usb: \\f287;\n$fa-var-tumblr: \\f173;\n$fa-var-vaadin: \\f408;\n$fa-var-quora: \\f2c4;\n$fa-var-square-x-twitter: \\e61a;\n$fa-var-reacteurope: \\f75d;\n$fa-var-medium: \\f23a;\n$fa-var-medium-m: \\f23a;\n$fa-var-amilia: \\f36d;\n$fa-var-mixcloud: \\f289;\n$fa-var-flipboard: \\f44d;\n$fa-var-viacoin: \\f237;\n$fa-var-critical-role: \\f6c9;\n$fa-var-sitrox: \\e44a;\n$fa-var-discourse: \\f393;\n$fa-var-joomla: \\f1aa;\n$fa-var-mastodon: \\f4f6;\n$fa-var-airbnb: \\f834;\n$fa-var-wolf-pack-battalion: \\f514;\n$fa-var-buy-n-large: \\f8a6;\n$fa-var-gulp: \\f3ae;\n$fa-var-creative-commons-sampling-plus: \\f4f1;\n$fa-var-strava: \\f428;\n$fa-var-ember: \\f423;\n$fa-var-canadian-maple-leaf: \\f785;\n$fa-var-teamspeak: \\f4f9;\n$fa-var-pushed: \\f3e1;\n$fa-var-wordpress-simple: \\f411;\n$fa-var-nutritionix: \\f3d6;\n$fa-var-wodu: \\e088;\n$fa-var-google-pay: \\e079;\n$fa-var-intercom: \\f7af;\n$fa-var-zhihu: \\f63f;\n$fa-var-korvue: \\f42f;\n$fa-var-pix: \\e43a;\n$fa-var-steam-symbol: \\f3f6;\n\n$fa-icons: (\n \"0\": $fa-var-0,\n \"1\": $fa-var-1,\n \"2\": $fa-var-2,\n \"3\": $fa-var-3,\n \"4\": $fa-var-4,\n \"5\": $fa-var-5,\n \"6\": $fa-var-6,\n \"7\": $fa-var-7,\n \"8\": $fa-var-8,\n \"9\": $fa-var-9,\n \"fill-drip\": $fa-var-fill-drip,\n \"arrows-to-circle\": $fa-var-arrows-to-circle,\n \"circle-chevron-right\": $fa-var-circle-chevron-right,\n \"chevron-circle-right\": $fa-var-chevron-circle-right,\n \"at\": $fa-var-at,\n \"trash-can\": $fa-var-trash-can,\n \"trash-alt\": $fa-var-trash-alt,\n \"text-height\": $fa-var-text-height,\n \"user-xmark\": $fa-var-user-xmark,\n \"user-times\": $fa-var-user-times,\n \"stethoscope\": $fa-var-stethoscope,\n \"message\": $fa-var-message,\n \"comment-alt\": $fa-var-comment-alt,\n \"info\": $fa-var-info,\n \"down-left-and-up-right-to-center\": $fa-var-down-left-and-up-right-to-center,\n \"compress-alt\": $fa-var-compress-alt,\n \"explosion\": $fa-var-explosion,\n \"file-lines\": $fa-var-file-lines,\n \"file-alt\": $fa-var-file-alt,\n \"file-text\": $fa-var-file-text,\n \"wave-square\": $fa-var-wave-square,\n \"ring\": $fa-var-ring,\n \"building-un\": $fa-var-building-un,\n \"dice-three\": $fa-var-dice-three,\n \"calendar-days\": $fa-var-calendar-days,\n \"calendar-alt\": $fa-var-calendar-alt,\n \"anchor-circle-check\": $fa-var-anchor-circle-check,\n \"building-circle-arrow-right\": $fa-var-building-circle-arrow-right,\n \"volleyball\": $fa-var-volleyball,\n \"volleyball-ball\": $fa-var-volleyball-ball,\n \"arrows-up-to-line\": $fa-var-arrows-up-to-line,\n \"sort-down\": $fa-var-sort-down,\n \"sort-desc\": $fa-var-sort-desc,\n \"circle-minus\": $fa-var-circle-minus,\n \"minus-circle\": $fa-var-minus-circle,\n \"door-open\": $fa-var-door-open,\n \"right-from-bracket\": $fa-var-right-from-bracket,\n \"sign-out-alt\": $fa-var-sign-out-alt,\n \"atom\": $fa-var-atom,\n \"soap\": $fa-var-soap,\n \"icons\": $fa-var-icons,\n \"heart-music-camera-bolt\": $fa-var-heart-music-camera-bolt,\n \"microphone-lines-slash\": $fa-var-microphone-lines-slash,\n \"microphone-alt-slash\": $fa-var-microphone-alt-slash,\n \"bridge-circle-check\": $fa-var-bridge-circle-check,\n \"pump-medical\": $fa-var-pump-medical,\n \"fingerprint\": $fa-var-fingerprint,\n \"hand-point-right\": $fa-var-hand-point-right,\n \"magnifying-glass-location\": $fa-var-magnifying-glass-location,\n \"search-location\": $fa-var-search-location,\n \"forward-step\": $fa-var-forward-step,\n \"step-forward\": $fa-var-step-forward,\n \"face-smile-beam\": $fa-var-face-smile-beam,\n \"smile-beam\": $fa-var-smile-beam,\n \"flag-checkered\": $fa-var-flag-checkered,\n \"football\": $fa-var-football,\n \"football-ball\": $fa-var-football-ball,\n \"school-circle-exclamation\": $fa-var-school-circle-exclamation,\n \"crop\": $fa-var-crop,\n \"angles-down\": $fa-var-angles-down,\n \"angle-double-down\": $fa-var-angle-double-down,\n \"users-rectangle\": $fa-var-users-rectangle,\n \"people-roof\": $fa-var-people-roof,\n \"people-line\": $fa-var-people-line,\n \"beer-mug-empty\": $fa-var-beer-mug-empty,\n \"beer\": $fa-var-beer,\n \"diagram-predecessor\": $fa-var-diagram-predecessor,\n \"arrow-up-long\": $fa-var-arrow-up-long,\n \"long-arrow-up\": $fa-var-long-arrow-up,\n \"fire-flame-simple\": $fa-var-fire-flame-simple,\n \"burn\": $fa-var-burn,\n \"person\": $fa-var-person,\n \"male\": $fa-var-male,\n \"laptop\": $fa-var-laptop,\n \"file-csv\": $fa-var-file-csv,\n \"menorah\": $fa-var-menorah,\n \"truck-plane\": $fa-var-truck-plane,\n \"record-vinyl\": $fa-var-record-vinyl,\n \"face-grin-stars\": $fa-var-face-grin-stars,\n \"grin-stars\": $fa-var-grin-stars,\n \"bong\": $fa-var-bong,\n \"spaghetti-monster-flying\": $fa-var-spaghetti-monster-flying,\n \"pastafarianism\": $fa-var-pastafarianism,\n \"arrow-down-up-across-line\": $fa-var-arrow-down-up-across-line,\n \"spoon\": $fa-var-spoon,\n \"utensil-spoon\": $fa-var-utensil-spoon,\n \"jar-wheat\": $fa-var-jar-wheat,\n \"envelopes-bulk\": $fa-var-envelopes-bulk,\n \"mail-bulk\": $fa-var-mail-bulk,\n \"file-circle-exclamation\": $fa-var-file-circle-exclamation,\n \"circle-h\": $fa-var-circle-h,\n \"hospital-symbol\": $fa-var-hospital-symbol,\n \"pager\": $fa-var-pager,\n \"address-book\": $fa-var-address-book,\n \"contact-book\": $fa-var-contact-book,\n \"strikethrough\": $fa-var-strikethrough,\n \"k\": $fa-var-k,\n \"landmark-flag\": $fa-var-landmark-flag,\n \"pencil\": $fa-var-pencil,\n \"pencil-alt\": $fa-var-pencil-alt,\n \"backward\": $fa-var-backward,\n \"caret-right\": $fa-var-caret-right,\n \"comments\": $fa-var-comments,\n \"paste\": $fa-var-paste,\n \"file-clipboard\": $fa-var-file-clipboard,\n \"code-pull-request\": $fa-var-code-pull-request,\n \"clipboard-list\": $fa-var-clipboard-list,\n \"truck-ramp-box\": $fa-var-truck-ramp-box,\n \"truck-loading\": $fa-var-truck-loading,\n \"user-check\": $fa-var-user-check,\n \"vial-virus\": $fa-var-vial-virus,\n \"sheet-plastic\": $fa-var-sheet-plastic,\n \"blog\": $fa-var-blog,\n \"user-ninja\": $fa-var-user-ninja,\n \"person-arrow-up-from-line\": $fa-var-person-arrow-up-from-line,\n \"scroll-torah\": $fa-var-scroll-torah,\n \"torah\": $fa-var-torah,\n \"broom-ball\": $fa-var-broom-ball,\n \"quidditch\": $fa-var-quidditch,\n \"quidditch-broom-ball\": $fa-var-quidditch-broom-ball,\n \"toggle-off\": $fa-var-toggle-off,\n \"box-archive\": $fa-var-box-archive,\n \"archive\": $fa-var-archive,\n \"person-drowning\": $fa-var-person-drowning,\n \"arrow-down-9-1\": $fa-var-arrow-down-9-1,\n \"sort-numeric-desc\": $fa-var-sort-numeric-desc,\n \"sort-numeric-down-alt\": $fa-var-sort-numeric-down-alt,\n \"face-grin-tongue-squint\": $fa-var-face-grin-tongue-squint,\n \"grin-tongue-squint\": $fa-var-grin-tongue-squint,\n \"spray-can\": $fa-var-spray-can,\n \"truck-monster\": $fa-var-truck-monster,\n \"w\": $fa-var-w,\n \"earth-africa\": $fa-var-earth-africa,\n \"globe-africa\": $fa-var-globe-africa,\n \"rainbow\": $fa-var-rainbow,\n \"circle-notch\": $fa-var-circle-notch,\n \"tablet-screen-button\": $fa-var-tablet-screen-button,\n \"tablet-alt\": $fa-var-tablet-alt,\n \"paw\": $fa-var-paw,\n \"cloud\": $fa-var-cloud,\n \"trowel-bricks\": $fa-var-trowel-bricks,\n \"face-flushed\": $fa-var-face-flushed,\n \"flushed\": $fa-var-flushed,\n \"hospital-user\": $fa-var-hospital-user,\n \"tent-arrow-left-right\": $fa-var-tent-arrow-left-right,\n \"gavel\": $fa-var-gavel,\n \"legal\": $fa-var-legal,\n \"binoculars\": $fa-var-binoculars,\n \"microphone-slash\": $fa-var-microphone-slash,\n \"box-tissue\": $fa-var-box-tissue,\n \"motorcycle\": $fa-var-motorcycle,\n \"bell-concierge\": $fa-var-bell-concierge,\n \"concierge-bell\": $fa-var-concierge-bell,\n \"pen-ruler\": $fa-var-pen-ruler,\n \"pencil-ruler\": $fa-var-pencil-ruler,\n \"people-arrows\": $fa-var-people-arrows,\n \"people-arrows-left-right\": $fa-var-people-arrows-left-right,\n \"mars-and-venus-burst\": $fa-var-mars-and-venus-burst,\n \"square-caret-right\": $fa-var-square-caret-right,\n \"caret-square-right\": $fa-var-caret-square-right,\n \"scissors\": $fa-var-scissors,\n \"cut\": $fa-var-cut,\n \"sun-plant-wilt\": $fa-var-sun-plant-wilt,\n \"toilets-portable\": $fa-var-toilets-portable,\n \"hockey-puck\": $fa-var-hockey-puck,\n \"table\": $fa-var-table,\n \"magnifying-glass-arrow-right\": $fa-var-magnifying-glass-arrow-right,\n \"tachograph-digital\": $fa-var-tachograph-digital,\n \"digital-tachograph\": $fa-var-digital-tachograph,\n \"users-slash\": $fa-var-users-slash,\n \"clover\": $fa-var-clover,\n \"reply\": $fa-var-reply,\n \"mail-reply\": $fa-var-mail-reply,\n \"star-and-crescent\": $fa-var-star-and-crescent,\n \"house-fire\": $fa-var-house-fire,\n \"square-minus\": $fa-var-square-minus,\n \"minus-square\": $fa-var-minus-square,\n \"helicopter\": $fa-var-helicopter,\n \"compass\": $fa-var-compass,\n \"square-caret-down\": $fa-var-square-caret-down,\n \"caret-square-down\": $fa-var-caret-square-down,\n \"file-circle-question\": $fa-var-file-circle-question,\n \"laptop-code\": $fa-var-laptop-code,\n \"swatchbook\": $fa-var-swatchbook,\n \"prescription-bottle\": $fa-var-prescription-bottle,\n \"bars\": $fa-var-bars,\n \"navicon\": $fa-var-navicon,\n \"people-group\": $fa-var-people-group,\n \"hourglass-end\": $fa-var-hourglass-end,\n \"hourglass-3\": $fa-var-hourglass-3,\n \"heart-crack\": $fa-var-heart-crack,\n \"heart-broken\": $fa-var-heart-broken,\n \"square-up-right\": $fa-var-square-up-right,\n \"external-link-square-alt\": $fa-var-external-link-square-alt,\n \"face-kiss-beam\": $fa-var-face-kiss-beam,\n \"kiss-beam\": $fa-var-kiss-beam,\n \"film\": $fa-var-film,\n \"ruler-horizontal\": $fa-var-ruler-horizontal,\n \"people-robbery\": $fa-var-people-robbery,\n \"lightbulb\": $fa-var-lightbulb,\n \"caret-left\": $fa-var-caret-left,\n \"circle-exclamation\": $fa-var-circle-exclamation,\n \"exclamation-circle\": $fa-var-exclamation-circle,\n \"school-circle-xmark\": $fa-var-school-circle-xmark,\n \"arrow-right-from-bracket\": $fa-var-arrow-right-from-bracket,\n \"sign-out\": $fa-var-sign-out,\n \"circle-chevron-down\": $fa-var-circle-chevron-down,\n \"chevron-circle-down\": $fa-var-chevron-circle-down,\n \"unlock-keyhole\": $fa-var-unlock-keyhole,\n \"unlock-alt\": $fa-var-unlock-alt,\n \"cloud-showers-heavy\": $fa-var-cloud-showers-heavy,\n \"headphones-simple\": $fa-var-headphones-simple,\n \"headphones-alt\": $fa-var-headphones-alt,\n \"sitemap\": $fa-var-sitemap,\n \"circle-dollar-to-slot\": $fa-var-circle-dollar-to-slot,\n \"donate\": $fa-var-donate,\n \"memory\": $fa-var-memory,\n \"road-spikes\": $fa-var-road-spikes,\n \"fire-burner\": $fa-var-fire-burner,\n \"flag\": $fa-var-flag,\n \"hanukiah\": $fa-var-hanukiah,\n \"feather\": $fa-var-feather,\n \"volume-low\": $fa-var-volume-low,\n \"volume-down\": $fa-var-volume-down,\n \"comment-slash\": $fa-var-comment-slash,\n \"cloud-sun-rain\": $fa-var-cloud-sun-rain,\n \"compress\": $fa-var-compress,\n \"wheat-awn\": $fa-var-wheat-awn,\n \"wheat-alt\": $fa-var-wheat-alt,\n \"ankh\": $fa-var-ankh,\n \"hands-holding-child\": $fa-var-hands-holding-child,\n \"asterisk\": $fa-var-asterisk,\n \"square-check\": $fa-var-square-check,\n \"check-square\": $fa-var-check-square,\n \"peseta-sign\": $fa-var-peseta-sign,\n \"heading\": $fa-var-heading,\n \"header\": $fa-var-header,\n \"ghost\": $fa-var-ghost,\n \"list\": $fa-var-list,\n \"list-squares\": $fa-var-list-squares,\n \"square-phone-flip\": $fa-var-square-phone-flip,\n \"phone-square-alt\": $fa-var-phone-square-alt,\n \"cart-plus\": $fa-var-cart-plus,\n \"gamepad\": $fa-var-gamepad,\n \"circle-dot\": $fa-var-circle-dot,\n \"dot-circle\": $fa-var-dot-circle,\n \"face-dizzy\": $fa-var-face-dizzy,\n \"dizzy\": $fa-var-dizzy,\n \"egg\": $fa-var-egg,\n \"house-medical-circle-xmark\": $fa-var-house-medical-circle-xmark,\n \"campground\": $fa-var-campground,\n \"folder-plus\": $fa-var-folder-plus,\n \"futbol\": $fa-var-futbol,\n \"futbol-ball\": $fa-var-futbol-ball,\n \"soccer-ball\": $fa-var-soccer-ball,\n \"paintbrush\": $fa-var-paintbrush,\n \"paint-brush\": $fa-var-paint-brush,\n \"lock\": $fa-var-lock,\n \"gas-pump\": $fa-var-gas-pump,\n \"hot-tub-person\": $fa-var-hot-tub-person,\n \"hot-tub\": $fa-var-hot-tub,\n \"map-location\": $fa-var-map-location,\n \"map-marked\": $fa-var-map-marked,\n \"house-flood-water\": $fa-var-house-flood-water,\n \"tree\": $fa-var-tree,\n \"bridge-lock\": $fa-var-bridge-lock,\n \"sack-dollar\": $fa-var-sack-dollar,\n \"pen-to-square\": $fa-var-pen-to-square,\n \"edit\": $fa-var-edit,\n \"car-side\": $fa-var-car-side,\n \"share-nodes\": $fa-var-share-nodes,\n \"share-alt\": $fa-var-share-alt,\n \"heart-circle-minus\": $fa-var-heart-circle-minus,\n \"hourglass-half\": $fa-var-hourglass-half,\n \"hourglass-2\": $fa-var-hourglass-2,\n \"microscope\": $fa-var-microscope,\n \"sink\": $fa-var-sink,\n \"bag-shopping\": $fa-var-bag-shopping,\n \"shopping-bag\": $fa-var-shopping-bag,\n \"arrow-down-z-a\": $fa-var-arrow-down-z-a,\n \"sort-alpha-desc\": $fa-var-sort-alpha-desc,\n \"sort-alpha-down-alt\": $fa-var-sort-alpha-down-alt,\n \"mitten\": $fa-var-mitten,\n \"person-rays\": $fa-var-person-rays,\n \"users\": $fa-var-users,\n \"eye-slash\": $fa-var-eye-slash,\n \"flask-vial\": $fa-var-flask-vial,\n \"hand\": $fa-var-hand,\n \"hand-paper\": $fa-var-hand-paper,\n \"om\": $fa-var-om,\n \"worm\": $fa-var-worm,\n \"house-circle-xmark\": $fa-var-house-circle-xmark,\n \"plug\": $fa-var-plug,\n \"chevron-up\": $fa-var-chevron-up,\n \"hand-spock\": $fa-var-hand-spock,\n \"stopwatch\": $fa-var-stopwatch,\n \"face-kiss\": $fa-var-face-kiss,\n \"kiss\": $fa-var-kiss,\n \"bridge-circle-xmark\": $fa-var-bridge-circle-xmark,\n \"face-grin-tongue\": $fa-var-face-grin-tongue,\n \"grin-tongue\": $fa-var-grin-tongue,\n \"chess-bishop\": $fa-var-chess-bishop,\n \"face-grin-wink\": $fa-var-face-grin-wink,\n \"grin-wink\": $fa-var-grin-wink,\n \"ear-deaf\": $fa-var-ear-deaf,\n \"deaf\": $fa-var-deaf,\n \"deafness\": $fa-var-deafness,\n \"hard-of-hearing\": $fa-var-hard-of-hearing,\n \"road-circle-check\": $fa-var-road-circle-check,\n \"dice-five\": $fa-var-dice-five,\n \"square-rss\": $fa-var-square-rss,\n \"rss-square\": $fa-var-rss-square,\n \"land-mine-on\": $fa-var-land-mine-on,\n \"i-cursor\": $fa-var-i-cursor,\n \"stamp\": $fa-var-stamp,\n \"stairs\": $fa-var-stairs,\n \"i\": $fa-var-i,\n \"hryvnia-sign\": $fa-var-hryvnia-sign,\n \"hryvnia\": $fa-var-hryvnia,\n \"pills\": $fa-var-pills,\n \"face-grin-wide\": $fa-var-face-grin-wide,\n \"grin-alt\": $fa-var-grin-alt,\n \"tooth\": $fa-var-tooth,\n \"v\": $fa-var-v,\n \"bangladeshi-taka-sign\": $fa-var-bangladeshi-taka-sign,\n \"bicycle\": $fa-var-bicycle,\n \"staff-snake\": $fa-var-staff-snake,\n \"rod-asclepius\": $fa-var-rod-asclepius,\n \"rod-snake\": $fa-var-rod-snake,\n \"staff-aesculapius\": $fa-var-staff-aesculapius,\n \"head-side-cough-slash\": $fa-var-head-side-cough-slash,\n \"truck-medical\": $fa-var-truck-medical,\n \"ambulance\": $fa-var-ambulance,\n \"wheat-awn-circle-exclamation\": $fa-var-wheat-awn-circle-exclamation,\n \"snowman\": $fa-var-snowman,\n \"mortar-pestle\": $fa-var-mortar-pestle,\n \"road-barrier\": $fa-var-road-barrier,\n \"school\": $fa-var-school,\n \"igloo\": $fa-var-igloo,\n \"joint\": $fa-var-joint,\n \"angle-right\": $fa-var-angle-right,\n \"horse\": $fa-var-horse,\n \"q\": $fa-var-q,\n \"g\": $fa-var-g,\n \"notes-medical\": $fa-var-notes-medical,\n \"temperature-half\": $fa-var-temperature-half,\n \"temperature-2\": $fa-var-temperature-2,\n \"thermometer-2\": $fa-var-thermometer-2,\n \"thermometer-half\": $fa-var-thermometer-half,\n \"dong-sign\": $fa-var-dong-sign,\n \"capsules\": $fa-var-capsules,\n \"poo-storm\": $fa-var-poo-storm,\n \"poo-bolt\": $fa-var-poo-bolt,\n \"face-frown-open\": $fa-var-face-frown-open,\n \"frown-open\": $fa-var-frown-open,\n \"hand-point-up\": $fa-var-hand-point-up,\n \"money-bill\": $fa-var-money-bill,\n \"bookmark\": $fa-var-bookmark,\n \"align-justify\": $fa-var-align-justify,\n \"umbrella-beach\": $fa-var-umbrella-beach,\n \"helmet-un\": $fa-var-helmet-un,\n \"bullseye\": $fa-var-bullseye,\n \"bacon\": $fa-var-bacon,\n \"hand-point-down\": $fa-var-hand-point-down,\n \"arrow-up-from-bracket\": $fa-var-arrow-up-from-bracket,\n \"folder\": $fa-var-folder,\n \"folder-blank\": $fa-var-folder-blank,\n \"file-waveform\": $fa-var-file-waveform,\n \"file-medical-alt\": $fa-var-file-medical-alt,\n \"radiation\": $fa-var-radiation,\n \"chart-simple\": $fa-var-chart-simple,\n \"mars-stroke\": $fa-var-mars-stroke,\n \"vial\": $fa-var-vial,\n \"gauge\": $fa-var-gauge,\n \"dashboard\": $fa-var-dashboard,\n \"gauge-med\": $fa-var-gauge-med,\n \"tachometer-alt-average\": $fa-var-tachometer-alt-average,\n \"wand-magic-sparkles\": $fa-var-wand-magic-sparkles,\n \"magic-wand-sparkles\": $fa-var-magic-wand-sparkles,\n \"e\": $fa-var-e,\n \"pen-clip\": $fa-var-pen-clip,\n \"pen-alt\": $fa-var-pen-alt,\n \"bridge-circle-exclamation\": $fa-var-bridge-circle-exclamation,\n \"user\": $fa-var-user,\n \"school-circle-check\": $fa-var-school-circle-check,\n \"dumpster\": $fa-var-dumpster,\n \"van-shuttle\": $fa-var-van-shuttle,\n \"shuttle-van\": $fa-var-shuttle-van,\n \"building-user\": $fa-var-building-user,\n \"square-caret-left\": $fa-var-square-caret-left,\n \"caret-square-left\": $fa-var-caret-square-left,\n \"highlighter\": $fa-var-highlighter,\n \"key\": $fa-var-key,\n \"bullhorn\": $fa-var-bullhorn,\n \"globe\": $fa-var-globe,\n \"synagogue\": $fa-var-synagogue,\n \"person-half-dress\": $fa-var-person-half-dress,\n \"road-bridge\": $fa-var-road-bridge,\n \"location-arrow\": $fa-var-location-arrow,\n \"c\": $fa-var-c,\n \"tablet-button\": $fa-var-tablet-button,\n \"building-lock\": $fa-var-building-lock,\n \"pizza-slice\": $fa-var-pizza-slice,\n \"money-bill-wave\": $fa-var-money-bill-wave,\n \"chart-area\": $fa-var-chart-area,\n \"area-chart\": $fa-var-area-chart,\n \"house-flag\": $fa-var-house-flag,\n \"person-circle-minus\": $fa-var-person-circle-minus,\n \"ban\": $fa-var-ban,\n \"cancel\": $fa-var-cancel,\n \"camera-rotate\": $fa-var-camera-rotate,\n \"spray-can-sparkles\": $fa-var-spray-can-sparkles,\n \"air-freshener\": $fa-var-air-freshener,\n \"star\": $fa-var-star,\n \"repeat\": $fa-var-repeat,\n \"cross\": $fa-var-cross,\n \"box\": $fa-var-box,\n \"venus-mars\": $fa-var-venus-mars,\n \"arrow-pointer\": $fa-var-arrow-pointer,\n \"mouse-pointer\": $fa-var-mouse-pointer,\n \"maximize\": $fa-var-maximize,\n \"expand-arrows-alt\": $fa-var-expand-arrows-alt,\n \"charging-station\": $fa-var-charging-station,\n \"shapes\": $fa-var-shapes,\n \"triangle-circle-square\": $fa-var-triangle-circle-square,\n \"shuffle\": $fa-var-shuffle,\n \"random\": $fa-var-random,\n \"person-running\": $fa-var-person-running,\n \"running\": $fa-var-running,\n \"mobile-retro\": $fa-var-mobile-retro,\n \"grip-lines-vertical\": $fa-var-grip-lines-vertical,\n \"spider\": $fa-var-spider,\n \"hands-bound\": $fa-var-hands-bound,\n \"file-invoice-dollar\": $fa-var-file-invoice-dollar,\n \"plane-circle-exclamation\": $fa-var-plane-circle-exclamation,\n \"x-ray\": $fa-var-x-ray,\n \"spell-check\": $fa-var-spell-check,\n \"slash\": $fa-var-slash,\n \"computer-mouse\": $fa-var-computer-mouse,\n \"mouse\": $fa-var-mouse,\n \"arrow-right-to-bracket\": $fa-var-arrow-right-to-bracket,\n \"sign-in\": $fa-var-sign-in,\n \"shop-slash\": $fa-var-shop-slash,\n \"store-alt-slash\": $fa-var-store-alt-slash,\n \"server\": $fa-var-server,\n \"virus-covid-slash\": $fa-var-virus-covid-slash,\n \"shop-lock\": $fa-var-shop-lock,\n \"hourglass-start\": $fa-var-hourglass-start,\n \"hourglass-1\": $fa-var-hourglass-1,\n \"blender-phone\": $fa-var-blender-phone,\n \"building-wheat\": $fa-var-building-wheat,\n \"person-breastfeeding\": $fa-var-person-breastfeeding,\n \"right-to-bracket\": $fa-var-right-to-bracket,\n \"sign-in-alt\": $fa-var-sign-in-alt,\n \"venus\": $fa-var-venus,\n \"passport\": $fa-var-passport,\n \"thumbtack-slash\": $fa-var-thumbtack-slash,\n \"thumb-tack-slash\": $fa-var-thumb-tack-slash,\n \"heart-pulse\": $fa-var-heart-pulse,\n \"heartbeat\": $fa-var-heartbeat,\n \"people-carry-box\": $fa-var-people-carry-box,\n \"people-carry\": $fa-var-people-carry,\n \"temperature-high\": $fa-var-temperature-high,\n \"microchip\": $fa-var-microchip,\n \"crown\": $fa-var-crown,\n \"weight-hanging\": $fa-var-weight-hanging,\n \"xmarks-lines\": $fa-var-xmarks-lines,\n \"file-prescription\": $fa-var-file-prescription,\n \"weight-scale\": $fa-var-weight-scale,\n \"weight\": $fa-var-weight,\n \"user-group\": $fa-var-user-group,\n \"user-friends\": $fa-var-user-friends,\n \"arrow-up-a-z\": $fa-var-arrow-up-a-z,\n \"sort-alpha-up\": $fa-var-sort-alpha-up,\n \"chess-knight\": $fa-var-chess-knight,\n \"face-laugh-squint\": $fa-var-face-laugh-squint,\n \"laugh-squint\": $fa-var-laugh-squint,\n \"wheelchair\": $fa-var-wheelchair,\n \"circle-arrow-up\": $fa-var-circle-arrow-up,\n \"arrow-circle-up\": $fa-var-arrow-circle-up,\n \"toggle-on\": $fa-var-toggle-on,\n \"person-walking\": $fa-var-person-walking,\n \"walking\": $fa-var-walking,\n \"l\": $fa-var-l,\n \"fire\": $fa-var-fire,\n \"bed-pulse\": $fa-var-bed-pulse,\n \"procedures\": $fa-var-procedures,\n \"shuttle-space\": $fa-var-shuttle-space,\n \"space-shuttle\": $fa-var-space-shuttle,\n \"face-laugh\": $fa-var-face-laugh,\n \"laugh\": $fa-var-laugh,\n \"folder-open\": $fa-var-folder-open,\n \"heart-circle-plus\": $fa-var-heart-circle-plus,\n \"code-fork\": $fa-var-code-fork,\n \"city\": $fa-var-city,\n \"microphone-lines\": $fa-var-microphone-lines,\n \"microphone-alt\": $fa-var-microphone-alt,\n \"pepper-hot\": $fa-var-pepper-hot,\n \"unlock\": $fa-var-unlock,\n \"colon-sign\": $fa-var-colon-sign,\n \"headset\": $fa-var-headset,\n \"store-slash\": $fa-var-store-slash,\n \"road-circle-xmark\": $fa-var-road-circle-xmark,\n \"user-minus\": $fa-var-user-minus,\n \"mars-stroke-up\": $fa-var-mars-stroke-up,\n \"mars-stroke-v\": $fa-var-mars-stroke-v,\n \"champagne-glasses\": $fa-var-champagne-glasses,\n \"glass-cheers\": $fa-var-glass-cheers,\n \"clipboard\": $fa-var-clipboard,\n \"house-circle-exclamation\": $fa-var-house-circle-exclamation,\n \"file-arrow-up\": $fa-var-file-arrow-up,\n \"file-upload\": $fa-var-file-upload,\n \"wifi\": $fa-var-wifi,\n \"wifi-3\": $fa-var-wifi-3,\n \"wifi-strong\": $fa-var-wifi-strong,\n \"bath\": $fa-var-bath,\n \"bathtub\": $fa-var-bathtub,\n \"underline\": $fa-var-underline,\n \"user-pen\": $fa-var-user-pen,\n \"user-edit\": $fa-var-user-edit,\n \"signature\": $fa-var-signature,\n \"stroopwafel\": $fa-var-stroopwafel,\n \"bold\": $fa-var-bold,\n \"anchor-lock\": $fa-var-anchor-lock,\n \"building-ngo\": $fa-var-building-ngo,\n \"manat-sign\": $fa-var-manat-sign,\n \"not-equal\": $fa-var-not-equal,\n \"border-top-left\": $fa-var-border-top-left,\n \"border-style\": $fa-var-border-style,\n \"map-location-dot\": $fa-var-map-location-dot,\n \"map-marked-alt\": $fa-var-map-marked-alt,\n \"jedi\": $fa-var-jedi,\n \"square-poll-vertical\": $fa-var-square-poll-vertical,\n \"poll\": $fa-var-poll,\n \"mug-hot\": $fa-var-mug-hot,\n \"car-battery\": $fa-var-car-battery,\n \"battery-car\": $fa-var-battery-car,\n \"gift\": $fa-var-gift,\n \"dice-two\": $fa-var-dice-two,\n \"chess-queen\": $fa-var-chess-queen,\n \"glasses\": $fa-var-glasses,\n \"chess-board\": $fa-var-chess-board,\n \"building-circle-check\": $fa-var-building-circle-check,\n \"person-chalkboard\": $fa-var-person-chalkboard,\n \"mars-stroke-right\": $fa-var-mars-stroke-right,\n \"mars-stroke-h\": $fa-var-mars-stroke-h,\n \"hand-back-fist\": $fa-var-hand-back-fist,\n \"hand-rock\": $fa-var-hand-rock,\n \"square-caret-up\": $fa-var-square-caret-up,\n \"caret-square-up\": $fa-var-caret-square-up,\n \"cloud-showers-water\": $fa-var-cloud-showers-water,\n \"chart-bar\": $fa-var-chart-bar,\n \"bar-chart\": $fa-var-bar-chart,\n \"hands-bubbles\": $fa-var-hands-bubbles,\n \"hands-wash\": $fa-var-hands-wash,\n \"less-than-equal\": $fa-var-less-than-equal,\n \"train\": $fa-var-train,\n \"eye-low-vision\": $fa-var-eye-low-vision,\n \"low-vision\": $fa-var-low-vision,\n \"crow\": $fa-var-crow,\n \"sailboat\": $fa-var-sailboat,\n \"window-restore\": $fa-var-window-restore,\n \"square-plus\": $fa-var-square-plus,\n \"plus-square\": $fa-var-plus-square,\n \"torii-gate\": $fa-var-torii-gate,\n \"frog\": $fa-var-frog,\n \"bucket\": $fa-var-bucket,\n \"image\": $fa-var-image,\n \"microphone\": $fa-var-microphone,\n \"cow\": $fa-var-cow,\n \"caret-up\": $fa-var-caret-up,\n \"screwdriver\": $fa-var-screwdriver,\n \"folder-closed\": $fa-var-folder-closed,\n \"house-tsunami\": $fa-var-house-tsunami,\n \"square-nfi\": $fa-var-square-nfi,\n \"arrow-up-from-ground-water\": $fa-var-arrow-up-from-ground-water,\n \"martini-glass\": $fa-var-martini-glass,\n \"glass-martini-alt\": $fa-var-glass-martini-alt,\n \"square-binary\": $fa-var-square-binary,\n \"rotate-left\": $fa-var-rotate-left,\n \"rotate-back\": $fa-var-rotate-back,\n \"rotate-backward\": $fa-var-rotate-backward,\n \"undo-alt\": $fa-var-undo-alt,\n \"table-columns\": $fa-var-table-columns,\n \"columns\": $fa-var-columns,\n \"lemon\": $fa-var-lemon,\n \"head-side-mask\": $fa-var-head-side-mask,\n \"handshake\": $fa-var-handshake,\n \"gem\": $fa-var-gem,\n \"dolly\": $fa-var-dolly,\n \"dolly-box\": $fa-var-dolly-box,\n \"smoking\": $fa-var-smoking,\n \"minimize\": $fa-var-minimize,\n \"compress-arrows-alt\": $fa-var-compress-arrows-alt,\n \"monument\": $fa-var-monument,\n \"snowplow\": $fa-var-snowplow,\n \"angles-right\": $fa-var-angles-right,\n \"angle-double-right\": $fa-var-angle-double-right,\n \"cannabis\": $fa-var-cannabis,\n \"circle-play\": $fa-var-circle-play,\n \"play-circle\": $fa-var-play-circle,\n \"tablets\": $fa-var-tablets,\n \"ethernet\": $fa-var-ethernet,\n \"euro-sign\": $fa-var-euro-sign,\n \"eur\": $fa-var-eur,\n \"euro\": $fa-var-euro,\n \"chair\": $fa-var-chair,\n \"circle-check\": $fa-var-circle-check,\n \"check-circle\": $fa-var-check-circle,\n \"circle-stop\": $fa-var-circle-stop,\n \"stop-circle\": $fa-var-stop-circle,\n \"compass-drafting\": $fa-var-compass-drafting,\n \"drafting-compass\": $fa-var-drafting-compass,\n \"plate-wheat\": $fa-var-plate-wheat,\n \"icicles\": $fa-var-icicles,\n \"person-shelter\": $fa-var-person-shelter,\n \"neuter\": $fa-var-neuter,\n \"id-badge\": $fa-var-id-badge,\n \"marker\": $fa-var-marker,\n \"face-laugh-beam\": $fa-var-face-laugh-beam,\n \"laugh-beam\": $fa-var-laugh-beam,\n \"helicopter-symbol\": $fa-var-helicopter-symbol,\n \"universal-access\": $fa-var-universal-access,\n \"circle-chevron-up\": $fa-var-circle-chevron-up,\n \"chevron-circle-up\": $fa-var-chevron-circle-up,\n \"lari-sign\": $fa-var-lari-sign,\n \"volcano\": $fa-var-volcano,\n \"person-walking-dashed-line-arrow-right\": $fa-var-person-walking-dashed-line-arrow-right,\n \"sterling-sign\": $fa-var-sterling-sign,\n \"gbp\": $fa-var-gbp,\n \"pound-sign\": $fa-var-pound-sign,\n \"viruses\": $fa-var-viruses,\n \"square-person-confined\": $fa-var-square-person-confined,\n \"user-tie\": $fa-var-user-tie,\n \"arrow-down-long\": $fa-var-arrow-down-long,\n \"long-arrow-down\": $fa-var-long-arrow-down,\n \"tent-arrow-down-to-line\": $fa-var-tent-arrow-down-to-line,\n \"certificate\": $fa-var-certificate,\n \"reply-all\": $fa-var-reply-all,\n \"mail-reply-all\": $fa-var-mail-reply-all,\n \"suitcase\": $fa-var-suitcase,\n \"person-skating\": $fa-var-person-skating,\n \"skating\": $fa-var-skating,\n \"filter-circle-dollar\": $fa-var-filter-circle-dollar,\n \"funnel-dollar\": $fa-var-funnel-dollar,\n \"camera-retro\": $fa-var-camera-retro,\n \"circle-arrow-down\": $fa-var-circle-arrow-down,\n \"arrow-circle-down\": $fa-var-arrow-circle-down,\n \"file-import\": $fa-var-file-import,\n \"arrow-right-to-file\": $fa-var-arrow-right-to-file,\n \"square-arrow-up-right\": $fa-var-square-arrow-up-right,\n \"external-link-square\": $fa-var-external-link-square,\n \"box-open\": $fa-var-box-open,\n \"scroll\": $fa-var-scroll,\n \"spa\": $fa-var-spa,\n \"location-pin-lock\": $fa-var-location-pin-lock,\n \"pause\": $fa-var-pause,\n \"hill-avalanche\": $fa-var-hill-avalanche,\n \"temperature-empty\": $fa-var-temperature-empty,\n \"temperature-0\": $fa-var-temperature-0,\n \"thermometer-0\": $fa-var-thermometer-0,\n \"thermometer-empty\": $fa-var-thermometer-empty,\n \"bomb\": $fa-var-bomb,\n \"registered\": $fa-var-registered,\n \"address-card\": $fa-var-address-card,\n \"contact-card\": $fa-var-contact-card,\n \"vcard\": $fa-var-vcard,\n \"scale-unbalanced-flip\": $fa-var-scale-unbalanced-flip,\n \"balance-scale-right\": $fa-var-balance-scale-right,\n \"subscript\": $fa-var-subscript,\n \"diamond-turn-right\": $fa-var-diamond-turn-right,\n \"directions\": $fa-var-directions,\n \"burst\": $fa-var-burst,\n \"house-laptop\": $fa-var-house-laptop,\n \"laptop-house\": $fa-var-laptop-house,\n \"face-tired\": $fa-var-face-tired,\n \"tired\": $fa-var-tired,\n \"money-bills\": $fa-var-money-bills,\n \"smog\": $fa-var-smog,\n \"crutch\": $fa-var-crutch,\n \"cloud-arrow-up\": $fa-var-cloud-arrow-up,\n \"cloud-upload\": $fa-var-cloud-upload,\n \"cloud-upload-alt\": $fa-var-cloud-upload-alt,\n \"palette\": $fa-var-palette,\n \"arrows-turn-right\": $fa-var-arrows-turn-right,\n \"vest\": $fa-var-vest,\n \"ferry\": $fa-var-ferry,\n \"arrows-down-to-people\": $fa-var-arrows-down-to-people,\n \"seedling\": $fa-var-seedling,\n \"sprout\": $fa-var-sprout,\n \"left-right\": $fa-var-left-right,\n \"arrows-alt-h\": $fa-var-arrows-alt-h,\n \"boxes-packing\": $fa-var-boxes-packing,\n \"circle-arrow-left\": $fa-var-circle-arrow-left,\n \"arrow-circle-left\": $fa-var-arrow-circle-left,\n \"group-arrows-rotate\": $fa-var-group-arrows-rotate,\n \"bowl-food\": $fa-var-bowl-food,\n \"candy-cane\": $fa-var-candy-cane,\n \"arrow-down-wide-short\": $fa-var-arrow-down-wide-short,\n \"sort-amount-asc\": $fa-var-sort-amount-asc,\n \"sort-amount-down\": $fa-var-sort-amount-down,\n \"cloud-bolt\": $fa-var-cloud-bolt,\n \"thunderstorm\": $fa-var-thunderstorm,\n \"text-slash\": $fa-var-text-slash,\n \"remove-format\": $fa-var-remove-format,\n \"face-smile-wink\": $fa-var-face-smile-wink,\n \"smile-wink\": $fa-var-smile-wink,\n \"file-word\": $fa-var-file-word,\n \"file-powerpoint\": $fa-var-file-powerpoint,\n \"arrows-left-right\": $fa-var-arrows-left-right,\n \"arrows-h\": $fa-var-arrows-h,\n \"house-lock\": $fa-var-house-lock,\n \"cloud-arrow-down\": $fa-var-cloud-arrow-down,\n \"cloud-download\": $fa-var-cloud-download,\n \"cloud-download-alt\": $fa-var-cloud-download-alt,\n \"children\": $fa-var-children,\n \"chalkboard\": $fa-var-chalkboard,\n \"blackboard\": $fa-var-blackboard,\n \"user-large-slash\": $fa-var-user-large-slash,\n \"user-alt-slash\": $fa-var-user-alt-slash,\n \"envelope-open\": $fa-var-envelope-open,\n \"handshake-simple-slash\": $fa-var-handshake-simple-slash,\n \"handshake-alt-slash\": $fa-var-handshake-alt-slash,\n \"mattress-pillow\": $fa-var-mattress-pillow,\n \"guarani-sign\": $fa-var-guarani-sign,\n \"arrows-rotate\": $fa-var-arrows-rotate,\n \"refresh\": $fa-var-refresh,\n \"sync\": $fa-var-sync,\n \"fire-extinguisher\": $fa-var-fire-extinguisher,\n \"cruzeiro-sign\": $fa-var-cruzeiro-sign,\n \"greater-than-equal\": $fa-var-greater-than-equal,\n \"shield-halved\": $fa-var-shield-halved,\n \"shield-alt\": $fa-var-shield-alt,\n \"book-atlas\": $fa-var-book-atlas,\n \"atlas\": $fa-var-atlas,\n \"virus\": $fa-var-virus,\n \"envelope-circle-check\": $fa-var-envelope-circle-check,\n \"layer-group\": $fa-var-layer-group,\n \"arrows-to-dot\": $fa-var-arrows-to-dot,\n \"archway\": $fa-var-archway,\n \"heart-circle-check\": $fa-var-heart-circle-check,\n \"house-chimney-crack\": $fa-var-house-chimney-crack,\n \"house-damage\": $fa-var-house-damage,\n \"file-zipper\": $fa-var-file-zipper,\n \"file-archive\": $fa-var-file-archive,\n \"square\": $fa-var-square,\n \"martini-glass-empty\": $fa-var-martini-glass-empty,\n \"glass-martini\": $fa-var-glass-martini,\n \"couch\": $fa-var-couch,\n \"cedi-sign\": $fa-var-cedi-sign,\n \"italic\": $fa-var-italic,\n \"table-cells-column-lock\": $fa-var-table-cells-column-lock,\n \"church\": $fa-var-church,\n \"comments-dollar\": $fa-var-comments-dollar,\n \"democrat\": $fa-var-democrat,\n \"z\": $fa-var-z,\n \"person-skiing\": $fa-var-person-skiing,\n \"skiing\": $fa-var-skiing,\n \"road-lock\": $fa-var-road-lock,\n \"a\": $fa-var-a,\n \"temperature-arrow-down\": $fa-var-temperature-arrow-down,\n \"temperature-down\": $fa-var-temperature-down,\n \"feather-pointed\": $fa-var-feather-pointed,\n \"feather-alt\": $fa-var-feather-alt,\n \"p\": $fa-var-p,\n \"snowflake\": $fa-var-snowflake,\n \"newspaper\": $fa-var-newspaper,\n \"rectangle-ad\": $fa-var-rectangle-ad,\n \"ad\": $fa-var-ad,\n \"circle-arrow-right\": $fa-var-circle-arrow-right,\n \"arrow-circle-right\": $fa-var-arrow-circle-right,\n \"filter-circle-xmark\": $fa-var-filter-circle-xmark,\n \"locust\": $fa-var-locust,\n \"sort\": $fa-var-sort,\n \"unsorted\": $fa-var-unsorted,\n \"list-ol\": $fa-var-list-ol,\n \"list-1-2\": $fa-var-list-1-2,\n \"list-numeric\": $fa-var-list-numeric,\n \"person-dress-burst\": $fa-var-person-dress-burst,\n \"money-check-dollar\": $fa-var-money-check-dollar,\n \"money-check-alt\": $fa-var-money-check-alt,\n \"vector-square\": $fa-var-vector-square,\n \"bread-slice\": $fa-var-bread-slice,\n \"language\": $fa-var-language,\n \"face-kiss-wink-heart\": $fa-var-face-kiss-wink-heart,\n \"kiss-wink-heart\": $fa-var-kiss-wink-heart,\n \"filter\": $fa-var-filter,\n \"question\": $fa-var-question,\n \"file-signature\": $fa-var-file-signature,\n \"up-down-left-right\": $fa-var-up-down-left-right,\n \"arrows-alt\": $fa-var-arrows-alt,\n \"house-chimney-user\": $fa-var-house-chimney-user,\n \"hand-holding-heart\": $fa-var-hand-holding-heart,\n \"puzzle-piece\": $fa-var-puzzle-piece,\n \"money-check\": $fa-var-money-check,\n \"star-half-stroke\": $fa-var-star-half-stroke,\n \"star-half-alt\": $fa-var-star-half-alt,\n \"code\": $fa-var-code,\n \"whiskey-glass\": $fa-var-whiskey-glass,\n \"glass-whiskey\": $fa-var-glass-whiskey,\n \"building-circle-exclamation\": $fa-var-building-circle-exclamation,\n \"magnifying-glass-chart\": $fa-var-magnifying-glass-chart,\n \"arrow-up-right-from-square\": $fa-var-arrow-up-right-from-square,\n \"external-link\": $fa-var-external-link,\n \"cubes-stacked\": $fa-var-cubes-stacked,\n \"won-sign\": $fa-var-won-sign,\n \"krw\": $fa-var-krw,\n \"won\": $fa-var-won,\n \"virus-covid\": $fa-var-virus-covid,\n \"austral-sign\": $fa-var-austral-sign,\n \"f\": $fa-var-f,\n \"leaf\": $fa-var-leaf,\n \"road\": $fa-var-road,\n \"taxi\": $fa-var-taxi,\n \"cab\": $fa-var-cab,\n \"person-circle-plus\": $fa-var-person-circle-plus,\n \"chart-pie\": $fa-var-chart-pie,\n \"pie-chart\": $fa-var-pie-chart,\n \"bolt-lightning\": $fa-var-bolt-lightning,\n \"sack-xmark\": $fa-var-sack-xmark,\n \"file-excel\": $fa-var-file-excel,\n \"file-contract\": $fa-var-file-contract,\n \"fish-fins\": $fa-var-fish-fins,\n \"building-flag\": $fa-var-building-flag,\n \"face-grin-beam\": $fa-var-face-grin-beam,\n \"grin-beam\": $fa-var-grin-beam,\n \"object-ungroup\": $fa-var-object-ungroup,\n \"poop\": $fa-var-poop,\n \"location-pin\": $fa-var-location-pin,\n \"map-marker\": $fa-var-map-marker,\n \"kaaba\": $fa-var-kaaba,\n \"toilet-paper\": $fa-var-toilet-paper,\n \"helmet-safety\": $fa-var-helmet-safety,\n \"hard-hat\": $fa-var-hard-hat,\n \"hat-hard\": $fa-var-hat-hard,\n \"eject\": $fa-var-eject,\n \"circle-right\": $fa-var-circle-right,\n \"arrow-alt-circle-right\": $fa-var-arrow-alt-circle-right,\n \"plane-circle-check\": $fa-var-plane-circle-check,\n \"face-rolling-eyes\": $fa-var-face-rolling-eyes,\n \"meh-rolling-eyes\": $fa-var-meh-rolling-eyes,\n \"object-group\": $fa-var-object-group,\n \"chart-line\": $fa-var-chart-line,\n \"line-chart\": $fa-var-line-chart,\n \"mask-ventilator\": $fa-var-mask-ventilator,\n \"arrow-right\": $fa-var-arrow-right,\n \"signs-post\": $fa-var-signs-post,\n \"map-signs\": $fa-var-map-signs,\n \"cash-register\": $fa-var-cash-register,\n \"person-circle-question\": $fa-var-person-circle-question,\n \"h\": $fa-var-h,\n \"tarp\": $fa-var-tarp,\n \"screwdriver-wrench\": $fa-var-screwdriver-wrench,\n \"tools\": $fa-var-tools,\n \"arrows-to-eye\": $fa-var-arrows-to-eye,\n \"plug-circle-bolt\": $fa-var-plug-circle-bolt,\n \"heart\": $fa-var-heart,\n \"mars-and-venus\": $fa-var-mars-and-venus,\n \"house-user\": $fa-var-house-user,\n \"home-user\": $fa-var-home-user,\n \"dumpster-fire\": $fa-var-dumpster-fire,\n \"house-crack\": $fa-var-house-crack,\n \"martini-glass-citrus\": $fa-var-martini-glass-citrus,\n \"cocktail\": $fa-var-cocktail,\n \"face-surprise\": $fa-var-face-surprise,\n \"surprise\": $fa-var-surprise,\n \"bottle-water\": $fa-var-bottle-water,\n \"circle-pause\": $fa-var-circle-pause,\n \"pause-circle\": $fa-var-pause-circle,\n \"toilet-paper-slash\": $fa-var-toilet-paper-slash,\n \"apple-whole\": $fa-var-apple-whole,\n \"apple-alt\": $fa-var-apple-alt,\n \"kitchen-set\": $fa-var-kitchen-set,\n \"r\": $fa-var-r,\n \"temperature-quarter\": $fa-var-temperature-quarter,\n \"temperature-1\": $fa-var-temperature-1,\n \"thermometer-1\": $fa-var-thermometer-1,\n \"thermometer-quarter\": $fa-var-thermometer-quarter,\n \"cube\": $fa-var-cube,\n \"bitcoin-sign\": $fa-var-bitcoin-sign,\n \"shield-dog\": $fa-var-shield-dog,\n \"solar-panel\": $fa-var-solar-panel,\n \"lock-open\": $fa-var-lock-open,\n \"elevator\": $fa-var-elevator,\n \"money-bill-transfer\": $fa-var-money-bill-transfer,\n \"money-bill-trend-up\": $fa-var-money-bill-trend-up,\n \"house-flood-water-circle-arrow-right\": $fa-var-house-flood-water-circle-arrow-right,\n \"square-poll-horizontal\": $fa-var-square-poll-horizontal,\n \"poll-h\": $fa-var-poll-h,\n \"circle\": $fa-var-circle,\n \"backward-fast\": $fa-var-backward-fast,\n \"fast-backward\": $fa-var-fast-backward,\n \"recycle\": $fa-var-recycle,\n \"user-astronaut\": $fa-var-user-astronaut,\n \"plane-slash\": $fa-var-plane-slash,\n \"trademark\": $fa-var-trademark,\n \"basketball\": $fa-var-basketball,\n \"basketball-ball\": $fa-var-basketball-ball,\n \"satellite-dish\": $fa-var-satellite-dish,\n \"circle-up\": $fa-var-circle-up,\n \"arrow-alt-circle-up\": $fa-var-arrow-alt-circle-up,\n \"mobile-screen-button\": $fa-var-mobile-screen-button,\n \"mobile-alt\": $fa-var-mobile-alt,\n \"volume-high\": $fa-var-volume-high,\n \"volume-up\": $fa-var-volume-up,\n \"users-rays\": $fa-var-users-rays,\n \"wallet\": $fa-var-wallet,\n \"clipboard-check\": $fa-var-clipboard-check,\n \"file-audio\": $fa-var-file-audio,\n \"burger\": $fa-var-burger,\n \"hamburger\": $fa-var-hamburger,\n \"wrench\": $fa-var-wrench,\n \"bugs\": $fa-var-bugs,\n \"rupee-sign\": $fa-var-rupee-sign,\n \"rupee\": $fa-var-rupee,\n \"file-image\": $fa-var-file-image,\n \"circle-question\": $fa-var-circle-question,\n \"question-circle\": $fa-var-question-circle,\n \"plane-departure\": $fa-var-plane-departure,\n \"handshake-slash\": $fa-var-handshake-slash,\n \"book-bookmark\": $fa-var-book-bookmark,\n \"code-branch\": $fa-var-code-branch,\n \"hat-cowboy\": $fa-var-hat-cowboy,\n \"bridge\": $fa-var-bridge,\n \"phone-flip\": $fa-var-phone-flip,\n \"phone-alt\": $fa-var-phone-alt,\n \"truck-front\": $fa-var-truck-front,\n \"cat\": $fa-var-cat,\n \"anchor-circle-exclamation\": $fa-var-anchor-circle-exclamation,\n \"truck-field\": $fa-var-truck-field,\n \"route\": $fa-var-route,\n \"clipboard-question\": $fa-var-clipboard-question,\n \"panorama\": $fa-var-panorama,\n \"comment-medical\": $fa-var-comment-medical,\n \"teeth-open\": $fa-var-teeth-open,\n \"file-circle-minus\": $fa-var-file-circle-minus,\n \"tags\": $fa-var-tags,\n \"wine-glass\": $fa-var-wine-glass,\n \"forward-fast\": $fa-var-forward-fast,\n \"fast-forward\": $fa-var-fast-forward,\n \"face-meh-blank\": $fa-var-face-meh-blank,\n \"meh-blank\": $fa-var-meh-blank,\n \"square-parking\": $fa-var-square-parking,\n \"parking\": $fa-var-parking,\n \"house-signal\": $fa-var-house-signal,\n \"bars-progress\": $fa-var-bars-progress,\n \"tasks-alt\": $fa-var-tasks-alt,\n \"faucet-drip\": $fa-var-faucet-drip,\n \"cart-flatbed\": $fa-var-cart-flatbed,\n \"dolly-flatbed\": $fa-var-dolly-flatbed,\n \"ban-smoking\": $fa-var-ban-smoking,\n \"smoking-ban\": $fa-var-smoking-ban,\n \"terminal\": $fa-var-terminal,\n \"mobile-button\": $fa-var-mobile-button,\n \"house-medical-flag\": $fa-var-house-medical-flag,\n \"basket-shopping\": $fa-var-basket-shopping,\n \"shopping-basket\": $fa-var-shopping-basket,\n \"tape\": $fa-var-tape,\n \"bus-simple\": $fa-var-bus-simple,\n \"bus-alt\": $fa-var-bus-alt,\n \"eye\": $fa-var-eye,\n \"face-sad-cry\": $fa-var-face-sad-cry,\n \"sad-cry\": $fa-var-sad-cry,\n \"audio-description\": $fa-var-audio-description,\n \"person-military-to-person\": $fa-var-person-military-to-person,\n \"file-shield\": $fa-var-file-shield,\n \"user-slash\": $fa-var-user-slash,\n \"pen\": $fa-var-pen,\n \"tower-observation\": $fa-var-tower-observation,\n \"file-code\": $fa-var-file-code,\n \"signal\": $fa-var-signal,\n \"signal-5\": $fa-var-signal-5,\n \"signal-perfect\": $fa-var-signal-perfect,\n \"bus\": $fa-var-bus,\n \"heart-circle-xmark\": $fa-var-heart-circle-xmark,\n \"house-chimney\": $fa-var-house-chimney,\n \"home-lg\": $fa-var-home-lg,\n \"window-maximize\": $fa-var-window-maximize,\n \"face-frown\": $fa-var-face-frown,\n \"frown\": $fa-var-frown,\n \"prescription\": $fa-var-prescription,\n \"shop\": $fa-var-shop,\n \"store-alt\": $fa-var-store-alt,\n \"floppy-disk\": $fa-var-floppy-disk,\n \"save\": $fa-var-save,\n \"vihara\": $fa-var-vihara,\n \"scale-unbalanced\": $fa-var-scale-unbalanced,\n \"balance-scale-left\": $fa-var-balance-scale-left,\n \"sort-up\": $fa-var-sort-up,\n \"sort-asc\": $fa-var-sort-asc,\n \"comment-dots\": $fa-var-comment-dots,\n \"commenting\": $fa-var-commenting,\n \"plant-wilt\": $fa-var-plant-wilt,\n \"diamond\": $fa-var-diamond,\n \"face-grin-squint\": $fa-var-face-grin-squint,\n \"grin-squint\": $fa-var-grin-squint,\n \"hand-holding-dollar\": $fa-var-hand-holding-dollar,\n \"hand-holding-usd\": $fa-var-hand-holding-usd,\n \"chart-diagram\": $fa-var-chart-diagram,\n \"bacterium\": $fa-var-bacterium,\n \"hand-pointer\": $fa-var-hand-pointer,\n \"drum-steelpan\": $fa-var-drum-steelpan,\n \"hand-scissors\": $fa-var-hand-scissors,\n \"hands-praying\": $fa-var-hands-praying,\n \"praying-hands\": $fa-var-praying-hands,\n \"arrow-rotate-right\": $fa-var-arrow-rotate-right,\n \"arrow-right-rotate\": $fa-var-arrow-right-rotate,\n \"arrow-rotate-forward\": $fa-var-arrow-rotate-forward,\n \"redo\": $fa-var-redo,\n \"biohazard\": $fa-var-biohazard,\n \"location-crosshairs\": $fa-var-location-crosshairs,\n \"location\": $fa-var-location,\n \"mars-double\": $fa-var-mars-double,\n \"child-dress\": $fa-var-child-dress,\n \"users-between-lines\": $fa-var-users-between-lines,\n \"lungs-virus\": $fa-var-lungs-virus,\n \"face-grin-tears\": $fa-var-face-grin-tears,\n \"grin-tears\": $fa-var-grin-tears,\n \"phone\": $fa-var-phone,\n \"calendar-xmark\": $fa-var-calendar-xmark,\n \"calendar-times\": $fa-var-calendar-times,\n \"child-reaching\": $fa-var-child-reaching,\n \"head-side-virus\": $fa-var-head-side-virus,\n \"user-gear\": $fa-var-user-gear,\n \"user-cog\": $fa-var-user-cog,\n \"arrow-up-1-9\": $fa-var-arrow-up-1-9,\n \"sort-numeric-up\": $fa-var-sort-numeric-up,\n \"door-closed\": $fa-var-door-closed,\n \"shield-virus\": $fa-var-shield-virus,\n \"dice-six\": $fa-var-dice-six,\n \"mosquito-net\": $fa-var-mosquito-net,\n \"file-fragment\": $fa-var-file-fragment,\n \"bridge-water\": $fa-var-bridge-water,\n \"person-booth\": $fa-var-person-booth,\n \"text-width\": $fa-var-text-width,\n \"hat-wizard\": $fa-var-hat-wizard,\n \"pen-fancy\": $fa-var-pen-fancy,\n \"person-digging\": $fa-var-person-digging,\n \"digging\": $fa-var-digging,\n \"trash\": $fa-var-trash,\n \"gauge-simple\": $fa-var-gauge-simple,\n \"gauge-simple-med\": $fa-var-gauge-simple-med,\n \"tachometer-average\": $fa-var-tachometer-average,\n \"book-medical\": $fa-var-book-medical,\n \"poo\": $fa-var-poo,\n \"quote-right\": $fa-var-quote-right,\n \"quote-right-alt\": $fa-var-quote-right-alt,\n \"shirt\": $fa-var-shirt,\n \"t-shirt\": $fa-var-t-shirt,\n \"tshirt\": $fa-var-tshirt,\n \"cubes\": $fa-var-cubes,\n \"divide\": $fa-var-divide,\n \"tenge-sign\": $fa-var-tenge-sign,\n \"tenge\": $fa-var-tenge,\n \"headphones\": $fa-var-headphones,\n \"hands-holding\": $fa-var-hands-holding,\n \"hands-clapping\": $fa-var-hands-clapping,\n \"republican\": $fa-var-republican,\n \"arrow-left\": $fa-var-arrow-left,\n \"person-circle-xmark\": $fa-var-person-circle-xmark,\n \"ruler\": $fa-var-ruler,\n \"align-left\": $fa-var-align-left,\n \"dice-d6\": $fa-var-dice-d6,\n \"restroom\": $fa-var-restroom,\n \"j\": $fa-var-j,\n \"users-viewfinder\": $fa-var-users-viewfinder,\n \"file-video\": $fa-var-file-video,\n \"up-right-from-square\": $fa-var-up-right-from-square,\n \"external-link-alt\": $fa-var-external-link-alt,\n \"table-cells\": $fa-var-table-cells,\n \"th\": $fa-var-th,\n \"file-pdf\": $fa-var-file-pdf,\n \"book-bible\": $fa-var-book-bible,\n \"bible\": $fa-var-bible,\n \"o\": $fa-var-o,\n \"suitcase-medical\": $fa-var-suitcase-medical,\n \"medkit\": $fa-var-medkit,\n \"user-secret\": $fa-var-user-secret,\n \"otter\": $fa-var-otter,\n \"person-dress\": $fa-var-person-dress,\n \"female\": $fa-var-female,\n \"comment-dollar\": $fa-var-comment-dollar,\n \"business-time\": $fa-var-business-time,\n \"briefcase-clock\": $fa-var-briefcase-clock,\n \"table-cells-large\": $fa-var-table-cells-large,\n \"th-large\": $fa-var-th-large,\n \"book-tanakh\": $fa-var-book-tanakh,\n \"tanakh\": $fa-var-tanakh,\n \"phone-volume\": $fa-var-phone-volume,\n \"volume-control-phone\": $fa-var-volume-control-phone,\n \"hat-cowboy-side\": $fa-var-hat-cowboy-side,\n \"clipboard-user\": $fa-var-clipboard-user,\n \"child\": $fa-var-child,\n \"lira-sign\": $fa-var-lira-sign,\n \"satellite\": $fa-var-satellite,\n \"plane-lock\": $fa-var-plane-lock,\n \"tag\": $fa-var-tag,\n \"comment\": $fa-var-comment,\n \"cake-candles\": $fa-var-cake-candles,\n \"birthday-cake\": $fa-var-birthday-cake,\n \"cake\": $fa-var-cake,\n \"envelope\": $fa-var-envelope,\n \"angles-up\": $fa-var-angles-up,\n \"angle-double-up\": $fa-var-angle-double-up,\n \"paperclip\": $fa-var-paperclip,\n \"arrow-right-to-city\": $fa-var-arrow-right-to-city,\n \"ribbon\": $fa-var-ribbon,\n \"lungs\": $fa-var-lungs,\n \"arrow-up-9-1\": $fa-var-arrow-up-9-1,\n \"sort-numeric-up-alt\": $fa-var-sort-numeric-up-alt,\n \"litecoin-sign\": $fa-var-litecoin-sign,\n \"border-none\": $fa-var-border-none,\n \"circle-nodes\": $fa-var-circle-nodes,\n \"parachute-box\": $fa-var-parachute-box,\n \"indent\": $fa-var-indent,\n \"truck-field-un\": $fa-var-truck-field-un,\n \"hourglass\": $fa-var-hourglass,\n \"hourglass-empty\": $fa-var-hourglass-empty,\n \"mountain\": $fa-var-mountain,\n \"user-doctor\": $fa-var-user-doctor,\n \"user-md\": $fa-var-user-md,\n \"circle-info\": $fa-var-circle-info,\n \"info-circle\": $fa-var-info-circle,\n \"cloud-meatball\": $fa-var-cloud-meatball,\n \"camera\": $fa-var-camera,\n \"camera-alt\": $fa-var-camera-alt,\n \"square-virus\": $fa-var-square-virus,\n \"meteor\": $fa-var-meteor,\n \"car-on\": $fa-var-car-on,\n \"sleigh\": $fa-var-sleigh,\n \"arrow-down-1-9\": $fa-var-arrow-down-1-9,\n \"sort-numeric-asc\": $fa-var-sort-numeric-asc,\n \"sort-numeric-down\": $fa-var-sort-numeric-down,\n \"hand-holding-droplet\": $fa-var-hand-holding-droplet,\n \"hand-holding-water\": $fa-var-hand-holding-water,\n \"water\": $fa-var-water,\n \"calendar-check\": $fa-var-calendar-check,\n \"braille\": $fa-var-braille,\n \"prescription-bottle-medical\": $fa-var-prescription-bottle-medical,\n \"prescription-bottle-alt\": $fa-var-prescription-bottle-alt,\n \"landmark\": $fa-var-landmark,\n \"truck\": $fa-var-truck,\n \"crosshairs\": $fa-var-crosshairs,\n \"person-cane\": $fa-var-person-cane,\n \"tent\": $fa-var-tent,\n \"vest-patches\": $fa-var-vest-patches,\n \"check-double\": $fa-var-check-double,\n \"arrow-down-a-z\": $fa-var-arrow-down-a-z,\n \"sort-alpha-asc\": $fa-var-sort-alpha-asc,\n \"sort-alpha-down\": $fa-var-sort-alpha-down,\n \"money-bill-wheat\": $fa-var-money-bill-wheat,\n \"cookie\": $fa-var-cookie,\n \"arrow-rotate-left\": $fa-var-arrow-rotate-left,\n \"arrow-left-rotate\": $fa-var-arrow-left-rotate,\n \"arrow-rotate-back\": $fa-var-arrow-rotate-back,\n \"arrow-rotate-backward\": $fa-var-arrow-rotate-backward,\n \"undo\": $fa-var-undo,\n \"hard-drive\": $fa-var-hard-drive,\n \"hdd\": $fa-var-hdd,\n \"face-grin-squint-tears\": $fa-var-face-grin-squint-tears,\n \"grin-squint-tears\": $fa-var-grin-squint-tears,\n \"dumbbell\": $fa-var-dumbbell,\n \"rectangle-list\": $fa-var-rectangle-list,\n \"list-alt\": $fa-var-list-alt,\n \"tarp-droplet\": $fa-var-tarp-droplet,\n \"house-medical-circle-check\": $fa-var-house-medical-circle-check,\n \"person-skiing-nordic\": $fa-var-person-skiing-nordic,\n \"skiing-nordic\": $fa-var-skiing-nordic,\n \"calendar-plus\": $fa-var-calendar-plus,\n \"plane-arrival\": $fa-var-plane-arrival,\n \"circle-left\": $fa-var-circle-left,\n \"arrow-alt-circle-left\": $fa-var-arrow-alt-circle-left,\n \"train-subway\": $fa-var-train-subway,\n \"subway\": $fa-var-subway,\n \"chart-gantt\": $fa-var-chart-gantt,\n \"indian-rupee-sign\": $fa-var-indian-rupee-sign,\n \"indian-rupee\": $fa-var-indian-rupee,\n \"inr\": $fa-var-inr,\n \"crop-simple\": $fa-var-crop-simple,\n \"crop-alt\": $fa-var-crop-alt,\n \"money-bill-1\": $fa-var-money-bill-1,\n \"money-bill-alt\": $fa-var-money-bill-alt,\n \"left-long\": $fa-var-left-long,\n \"long-arrow-alt-left\": $fa-var-long-arrow-alt-left,\n \"dna\": $fa-var-dna,\n \"virus-slash\": $fa-var-virus-slash,\n \"minus\": $fa-var-minus,\n \"subtract\": $fa-var-subtract,\n \"chess\": $fa-var-chess,\n \"arrow-left-long\": $fa-var-arrow-left-long,\n \"long-arrow-left\": $fa-var-long-arrow-left,\n \"plug-circle-check\": $fa-var-plug-circle-check,\n \"street-view\": $fa-var-street-view,\n \"franc-sign\": $fa-var-franc-sign,\n \"volume-off\": $fa-var-volume-off,\n \"hands-asl-interpreting\": $fa-var-hands-asl-interpreting,\n \"american-sign-language-interpreting\": $fa-var-american-sign-language-interpreting,\n \"asl-interpreting\": $fa-var-asl-interpreting,\n \"hands-american-sign-language-interpreting\": $fa-var-hands-american-sign-language-interpreting,\n \"gear\": $fa-var-gear,\n \"cog\": $fa-var-cog,\n \"droplet-slash\": $fa-var-droplet-slash,\n \"tint-slash\": $fa-var-tint-slash,\n \"mosque\": $fa-var-mosque,\n \"mosquito\": $fa-var-mosquito,\n \"star-of-david\": $fa-var-star-of-david,\n \"person-military-rifle\": $fa-var-person-military-rifle,\n \"cart-shopping\": $fa-var-cart-shopping,\n \"shopping-cart\": $fa-var-shopping-cart,\n \"vials\": $fa-var-vials,\n \"plug-circle-plus\": $fa-var-plug-circle-plus,\n \"place-of-worship\": $fa-var-place-of-worship,\n \"grip-vertical\": $fa-var-grip-vertical,\n \"hexagon-nodes\": $fa-var-hexagon-nodes,\n \"arrow-turn-up\": $fa-var-arrow-turn-up,\n \"level-up\": $fa-var-level-up,\n \"u\": $fa-var-u,\n \"square-root-variable\": $fa-var-square-root-variable,\n \"square-root-alt\": $fa-var-square-root-alt,\n \"clock\": $fa-var-clock,\n \"clock-four\": $fa-var-clock-four,\n \"backward-step\": $fa-var-backward-step,\n \"step-backward\": $fa-var-step-backward,\n \"pallet\": $fa-var-pallet,\n \"faucet\": $fa-var-faucet,\n \"baseball-bat-ball\": $fa-var-baseball-bat-ball,\n \"s\": $fa-var-s,\n \"timeline\": $fa-var-timeline,\n \"keyboard\": $fa-var-keyboard,\n \"caret-down\": $fa-var-caret-down,\n \"house-chimney-medical\": $fa-var-house-chimney-medical,\n \"clinic-medical\": $fa-var-clinic-medical,\n \"temperature-three-quarters\": $fa-var-temperature-three-quarters,\n \"temperature-3\": $fa-var-temperature-3,\n \"thermometer-3\": $fa-var-thermometer-3,\n \"thermometer-three-quarters\": $fa-var-thermometer-three-quarters,\n \"mobile-screen\": $fa-var-mobile-screen,\n \"mobile-android-alt\": $fa-var-mobile-android-alt,\n \"plane-up\": $fa-var-plane-up,\n \"piggy-bank\": $fa-var-piggy-bank,\n \"battery-half\": $fa-var-battery-half,\n \"battery-3\": $fa-var-battery-3,\n \"mountain-city\": $fa-var-mountain-city,\n \"coins\": $fa-var-coins,\n \"khanda\": $fa-var-khanda,\n \"sliders\": $fa-var-sliders,\n \"sliders-h\": $fa-var-sliders-h,\n \"folder-tree\": $fa-var-folder-tree,\n \"network-wired\": $fa-var-network-wired,\n \"map-pin\": $fa-var-map-pin,\n \"hamsa\": $fa-var-hamsa,\n \"cent-sign\": $fa-var-cent-sign,\n \"flask\": $fa-var-flask,\n \"person-pregnant\": $fa-var-person-pregnant,\n \"wand-sparkles\": $fa-var-wand-sparkles,\n \"ellipsis-vertical\": $fa-var-ellipsis-vertical,\n \"ellipsis-v\": $fa-var-ellipsis-v,\n \"ticket\": $fa-var-ticket,\n \"power-off\": $fa-var-power-off,\n \"right-long\": $fa-var-right-long,\n \"long-arrow-alt-right\": $fa-var-long-arrow-alt-right,\n \"flag-usa\": $fa-var-flag-usa,\n \"laptop-file\": $fa-var-laptop-file,\n \"tty\": $fa-var-tty,\n \"teletype\": $fa-var-teletype,\n \"diagram-next\": $fa-var-diagram-next,\n \"person-rifle\": $fa-var-person-rifle,\n \"house-medical-circle-exclamation\": $fa-var-house-medical-circle-exclamation,\n \"closed-captioning\": $fa-var-closed-captioning,\n \"person-hiking\": $fa-var-person-hiking,\n \"hiking\": $fa-var-hiking,\n \"venus-double\": $fa-var-venus-double,\n \"images\": $fa-var-images,\n \"calculator\": $fa-var-calculator,\n \"people-pulling\": $fa-var-people-pulling,\n \"n\": $fa-var-n,\n \"cable-car\": $fa-var-cable-car,\n \"tram\": $fa-var-tram,\n \"cloud-rain\": $fa-var-cloud-rain,\n \"building-circle-xmark\": $fa-var-building-circle-xmark,\n \"ship\": $fa-var-ship,\n \"arrows-down-to-line\": $fa-var-arrows-down-to-line,\n \"download\": $fa-var-download,\n \"face-grin\": $fa-var-face-grin,\n \"grin\": $fa-var-grin,\n \"delete-left\": $fa-var-delete-left,\n \"backspace\": $fa-var-backspace,\n \"eye-dropper\": $fa-var-eye-dropper,\n \"eye-dropper-empty\": $fa-var-eye-dropper-empty,\n \"eyedropper\": $fa-var-eyedropper,\n \"file-circle-check\": $fa-var-file-circle-check,\n \"forward\": $fa-var-forward,\n \"mobile\": $fa-var-mobile,\n \"mobile-android\": $fa-var-mobile-android,\n \"mobile-phone\": $fa-var-mobile-phone,\n \"face-meh\": $fa-var-face-meh,\n \"meh\": $fa-var-meh,\n \"align-center\": $fa-var-align-center,\n \"book-skull\": $fa-var-book-skull,\n \"book-dead\": $fa-var-book-dead,\n \"id-card\": $fa-var-id-card,\n \"drivers-license\": $fa-var-drivers-license,\n \"outdent\": $fa-var-outdent,\n \"dedent\": $fa-var-dedent,\n \"heart-circle-exclamation\": $fa-var-heart-circle-exclamation,\n \"house\": $fa-var-house,\n \"home\": $fa-var-home,\n \"home-alt\": $fa-var-home-alt,\n \"home-lg-alt\": $fa-var-home-lg-alt,\n \"calendar-week\": $fa-var-calendar-week,\n \"laptop-medical\": $fa-var-laptop-medical,\n \"b\": $fa-var-b,\n \"file-medical\": $fa-var-file-medical,\n \"dice-one\": $fa-var-dice-one,\n \"kiwi-bird\": $fa-var-kiwi-bird,\n \"arrow-right-arrow-left\": $fa-var-arrow-right-arrow-left,\n \"exchange\": $fa-var-exchange,\n \"rotate-right\": $fa-var-rotate-right,\n \"redo-alt\": $fa-var-redo-alt,\n \"rotate-forward\": $fa-var-rotate-forward,\n \"utensils\": $fa-var-utensils,\n \"cutlery\": $fa-var-cutlery,\n \"arrow-up-wide-short\": $fa-var-arrow-up-wide-short,\n \"sort-amount-up\": $fa-var-sort-amount-up,\n \"mill-sign\": $fa-var-mill-sign,\n \"bowl-rice\": $fa-var-bowl-rice,\n \"skull\": $fa-var-skull,\n \"tower-broadcast\": $fa-var-tower-broadcast,\n \"broadcast-tower\": $fa-var-broadcast-tower,\n \"truck-pickup\": $fa-var-truck-pickup,\n \"up-long\": $fa-var-up-long,\n \"long-arrow-alt-up\": $fa-var-long-arrow-alt-up,\n \"stop\": $fa-var-stop,\n \"code-merge\": $fa-var-code-merge,\n \"upload\": $fa-var-upload,\n \"hurricane\": $fa-var-hurricane,\n \"mound\": $fa-var-mound,\n \"toilet-portable\": $fa-var-toilet-portable,\n \"compact-disc\": $fa-var-compact-disc,\n \"file-arrow-down\": $fa-var-file-arrow-down,\n \"file-download\": $fa-var-file-download,\n \"caravan\": $fa-var-caravan,\n \"shield-cat\": $fa-var-shield-cat,\n \"bolt\": $fa-var-bolt,\n \"zap\": $fa-var-zap,\n \"glass-water\": $fa-var-glass-water,\n \"oil-well\": $fa-var-oil-well,\n \"vault\": $fa-var-vault,\n \"mars\": $fa-var-mars,\n \"toilet\": $fa-var-toilet,\n \"plane-circle-xmark\": $fa-var-plane-circle-xmark,\n \"yen-sign\": $fa-var-yen-sign,\n \"cny\": $fa-var-cny,\n \"jpy\": $fa-var-jpy,\n \"rmb\": $fa-var-rmb,\n \"yen\": $fa-var-yen,\n \"ruble-sign\": $fa-var-ruble-sign,\n \"rouble\": $fa-var-rouble,\n \"rub\": $fa-var-rub,\n \"ruble\": $fa-var-ruble,\n \"sun\": $fa-var-sun,\n \"guitar\": $fa-var-guitar,\n \"face-laugh-wink\": $fa-var-face-laugh-wink,\n \"laugh-wink\": $fa-var-laugh-wink,\n \"horse-head\": $fa-var-horse-head,\n \"bore-hole\": $fa-var-bore-hole,\n \"industry\": $fa-var-industry,\n \"circle-down\": $fa-var-circle-down,\n \"arrow-alt-circle-down\": $fa-var-arrow-alt-circle-down,\n \"arrows-turn-to-dots\": $fa-var-arrows-turn-to-dots,\n \"florin-sign\": $fa-var-florin-sign,\n \"arrow-down-short-wide\": $fa-var-arrow-down-short-wide,\n \"sort-amount-desc\": $fa-var-sort-amount-desc,\n \"sort-amount-down-alt\": $fa-var-sort-amount-down-alt,\n \"less-than\": $fa-var-less-than,\n \"angle-down\": $fa-var-angle-down,\n \"car-tunnel\": $fa-var-car-tunnel,\n \"head-side-cough\": $fa-var-head-side-cough,\n \"grip-lines\": $fa-var-grip-lines,\n \"thumbs-down\": $fa-var-thumbs-down,\n \"user-lock\": $fa-var-user-lock,\n \"arrow-right-long\": $fa-var-arrow-right-long,\n \"long-arrow-right\": $fa-var-long-arrow-right,\n \"anchor-circle-xmark\": $fa-var-anchor-circle-xmark,\n \"ellipsis\": $fa-var-ellipsis,\n \"ellipsis-h\": $fa-var-ellipsis-h,\n \"chess-pawn\": $fa-var-chess-pawn,\n \"kit-medical\": $fa-var-kit-medical,\n \"first-aid\": $fa-var-first-aid,\n \"person-through-window\": $fa-var-person-through-window,\n \"toolbox\": $fa-var-toolbox,\n \"hands-holding-circle\": $fa-var-hands-holding-circle,\n \"bug\": $fa-var-bug,\n \"credit-card\": $fa-var-credit-card,\n \"credit-card-alt\": $fa-var-credit-card-alt,\n \"car\": $fa-var-car,\n \"automobile\": $fa-var-automobile,\n \"hand-holding-hand\": $fa-var-hand-holding-hand,\n \"book-open-reader\": $fa-var-book-open-reader,\n \"book-reader\": $fa-var-book-reader,\n \"mountain-sun\": $fa-var-mountain-sun,\n \"arrows-left-right-to-line\": $fa-var-arrows-left-right-to-line,\n \"dice-d20\": $fa-var-dice-d20,\n \"truck-droplet\": $fa-var-truck-droplet,\n \"file-circle-xmark\": $fa-var-file-circle-xmark,\n \"temperature-arrow-up\": $fa-var-temperature-arrow-up,\n \"temperature-up\": $fa-var-temperature-up,\n \"medal\": $fa-var-medal,\n \"bed\": $fa-var-bed,\n \"square-h\": $fa-var-square-h,\n \"h-square\": $fa-var-h-square,\n \"podcast\": $fa-var-podcast,\n \"temperature-full\": $fa-var-temperature-full,\n \"temperature-4\": $fa-var-temperature-4,\n \"thermometer-4\": $fa-var-thermometer-4,\n \"thermometer-full\": $fa-var-thermometer-full,\n \"bell\": $fa-var-bell,\n \"superscript\": $fa-var-superscript,\n \"plug-circle-xmark\": $fa-var-plug-circle-xmark,\n \"star-of-life\": $fa-var-star-of-life,\n \"phone-slash\": $fa-var-phone-slash,\n \"paint-roller\": $fa-var-paint-roller,\n \"handshake-angle\": $fa-var-handshake-angle,\n \"hands-helping\": $fa-var-hands-helping,\n \"location-dot\": $fa-var-location-dot,\n \"map-marker-alt\": $fa-var-map-marker-alt,\n \"file\": $fa-var-file,\n \"greater-than\": $fa-var-greater-than,\n \"person-swimming\": $fa-var-person-swimming,\n \"swimmer\": $fa-var-swimmer,\n \"arrow-down\": $fa-var-arrow-down,\n \"droplet\": $fa-var-droplet,\n \"tint\": $fa-var-tint,\n \"eraser\": $fa-var-eraser,\n \"earth-americas\": $fa-var-earth-americas,\n \"earth\": $fa-var-earth,\n \"earth-america\": $fa-var-earth-america,\n \"globe-americas\": $fa-var-globe-americas,\n \"person-burst\": $fa-var-person-burst,\n \"dove\": $fa-var-dove,\n \"battery-empty\": $fa-var-battery-empty,\n \"battery-0\": $fa-var-battery-0,\n \"socks\": $fa-var-socks,\n \"inbox\": $fa-var-inbox,\n \"section\": $fa-var-section,\n \"gauge-high\": $fa-var-gauge-high,\n \"tachometer-alt\": $fa-var-tachometer-alt,\n \"tachometer-alt-fast\": $fa-var-tachometer-alt-fast,\n \"envelope-open-text\": $fa-var-envelope-open-text,\n \"hospital\": $fa-var-hospital,\n \"hospital-alt\": $fa-var-hospital-alt,\n \"hospital-wide\": $fa-var-hospital-wide,\n \"wine-bottle\": $fa-var-wine-bottle,\n \"chess-rook\": $fa-var-chess-rook,\n \"bars-staggered\": $fa-var-bars-staggered,\n \"reorder\": $fa-var-reorder,\n \"stream\": $fa-var-stream,\n \"dharmachakra\": $fa-var-dharmachakra,\n \"hotdog\": $fa-var-hotdog,\n \"person-walking-with-cane\": $fa-var-person-walking-with-cane,\n \"blind\": $fa-var-blind,\n \"drum\": $fa-var-drum,\n \"ice-cream\": $fa-var-ice-cream,\n \"heart-circle-bolt\": $fa-var-heart-circle-bolt,\n \"fax\": $fa-var-fax,\n \"paragraph\": $fa-var-paragraph,\n \"check-to-slot\": $fa-var-check-to-slot,\n \"vote-yea\": $fa-var-vote-yea,\n \"star-half\": $fa-var-star-half,\n \"boxes-stacked\": $fa-var-boxes-stacked,\n \"boxes\": $fa-var-boxes,\n \"boxes-alt\": $fa-var-boxes-alt,\n \"link\": $fa-var-link,\n \"chain\": $fa-var-chain,\n \"ear-listen\": $fa-var-ear-listen,\n \"assistive-listening-systems\": $fa-var-assistive-listening-systems,\n \"tree-city\": $fa-var-tree-city,\n \"play\": $fa-var-play,\n \"font\": $fa-var-font,\n \"table-cells-row-lock\": $fa-var-table-cells-row-lock,\n \"rupiah-sign\": $fa-var-rupiah-sign,\n \"magnifying-glass\": $fa-var-magnifying-glass,\n \"search\": $fa-var-search,\n \"table-tennis-paddle-ball\": $fa-var-table-tennis-paddle-ball,\n \"ping-pong-paddle-ball\": $fa-var-ping-pong-paddle-ball,\n \"table-tennis\": $fa-var-table-tennis,\n \"person-dots-from-line\": $fa-var-person-dots-from-line,\n \"diagnoses\": $fa-var-diagnoses,\n \"trash-can-arrow-up\": $fa-var-trash-can-arrow-up,\n \"trash-restore-alt\": $fa-var-trash-restore-alt,\n \"naira-sign\": $fa-var-naira-sign,\n \"cart-arrow-down\": $fa-var-cart-arrow-down,\n \"walkie-talkie\": $fa-var-walkie-talkie,\n \"file-pen\": $fa-var-file-pen,\n \"file-edit\": $fa-var-file-edit,\n \"receipt\": $fa-var-receipt,\n \"square-pen\": $fa-var-square-pen,\n \"pen-square\": $fa-var-pen-square,\n \"pencil-square\": $fa-var-pencil-square,\n \"suitcase-rolling\": $fa-var-suitcase-rolling,\n \"person-circle-exclamation\": $fa-var-person-circle-exclamation,\n \"chevron-down\": $fa-var-chevron-down,\n \"battery-full\": $fa-var-battery-full,\n \"battery\": $fa-var-battery,\n \"battery-5\": $fa-var-battery-5,\n \"skull-crossbones\": $fa-var-skull-crossbones,\n \"code-compare\": $fa-var-code-compare,\n \"list-ul\": $fa-var-list-ul,\n \"list-dots\": $fa-var-list-dots,\n \"school-lock\": $fa-var-school-lock,\n \"tower-cell\": $fa-var-tower-cell,\n \"down-long\": $fa-var-down-long,\n \"long-arrow-alt-down\": $fa-var-long-arrow-alt-down,\n \"ranking-star\": $fa-var-ranking-star,\n \"chess-king\": $fa-var-chess-king,\n \"person-harassing\": $fa-var-person-harassing,\n \"brazilian-real-sign\": $fa-var-brazilian-real-sign,\n \"landmark-dome\": $fa-var-landmark-dome,\n \"landmark-alt\": $fa-var-landmark-alt,\n \"arrow-up\": $fa-var-arrow-up,\n \"tv\": $fa-var-tv,\n \"television\": $fa-var-television,\n \"tv-alt\": $fa-var-tv-alt,\n \"shrimp\": $fa-var-shrimp,\n \"list-check\": $fa-var-list-check,\n \"tasks\": $fa-var-tasks,\n \"jug-detergent\": $fa-var-jug-detergent,\n \"circle-user\": $fa-var-circle-user,\n \"user-circle\": $fa-var-user-circle,\n \"user-shield\": $fa-var-user-shield,\n \"wind\": $fa-var-wind,\n \"car-burst\": $fa-var-car-burst,\n \"car-crash\": $fa-var-car-crash,\n \"y\": $fa-var-y,\n \"person-snowboarding\": $fa-var-person-snowboarding,\n \"snowboarding\": $fa-var-snowboarding,\n \"truck-fast\": $fa-var-truck-fast,\n \"shipping-fast\": $fa-var-shipping-fast,\n \"fish\": $fa-var-fish,\n \"user-graduate\": $fa-var-user-graduate,\n \"circle-half-stroke\": $fa-var-circle-half-stroke,\n \"adjust\": $fa-var-adjust,\n \"clapperboard\": $fa-var-clapperboard,\n \"circle-radiation\": $fa-var-circle-radiation,\n \"radiation-alt\": $fa-var-radiation-alt,\n \"baseball\": $fa-var-baseball,\n \"baseball-ball\": $fa-var-baseball-ball,\n \"jet-fighter-up\": $fa-var-jet-fighter-up,\n \"diagram-project\": $fa-var-diagram-project,\n \"project-diagram\": $fa-var-project-diagram,\n \"copy\": $fa-var-copy,\n \"volume-xmark\": $fa-var-volume-xmark,\n \"volume-mute\": $fa-var-volume-mute,\n \"volume-times\": $fa-var-volume-times,\n \"hand-sparkles\": $fa-var-hand-sparkles,\n \"grip\": $fa-var-grip,\n \"grip-horizontal\": $fa-var-grip-horizontal,\n \"share-from-square\": $fa-var-share-from-square,\n \"share-square\": $fa-var-share-square,\n \"child-combatant\": $fa-var-child-combatant,\n \"child-rifle\": $fa-var-child-rifle,\n \"gun\": $fa-var-gun,\n \"square-phone\": $fa-var-square-phone,\n \"phone-square\": $fa-var-phone-square,\n \"plus\": $fa-var-plus,\n \"add\": $fa-var-add,\n \"expand\": $fa-var-expand,\n \"computer\": $fa-var-computer,\n \"xmark\": $fa-var-xmark,\n \"close\": $fa-var-close,\n \"multiply\": $fa-var-multiply,\n \"remove\": $fa-var-remove,\n \"times\": $fa-var-times,\n \"arrows-up-down-left-right\": $fa-var-arrows-up-down-left-right,\n \"arrows\": $fa-var-arrows,\n \"chalkboard-user\": $fa-var-chalkboard-user,\n \"chalkboard-teacher\": $fa-var-chalkboard-teacher,\n \"peso-sign\": $fa-var-peso-sign,\n \"building-shield\": $fa-var-building-shield,\n \"baby\": $fa-var-baby,\n \"users-line\": $fa-var-users-line,\n \"quote-left\": $fa-var-quote-left,\n \"quote-left-alt\": $fa-var-quote-left-alt,\n \"tractor\": $fa-var-tractor,\n \"trash-arrow-up\": $fa-var-trash-arrow-up,\n \"trash-restore\": $fa-var-trash-restore,\n \"arrow-down-up-lock\": $fa-var-arrow-down-up-lock,\n \"lines-leaning\": $fa-var-lines-leaning,\n \"ruler-combined\": $fa-var-ruler-combined,\n \"copyright\": $fa-var-copyright,\n \"equals\": $fa-var-equals,\n \"blender\": $fa-var-blender,\n \"teeth\": $fa-var-teeth,\n \"shekel-sign\": $fa-var-shekel-sign,\n \"ils\": $fa-var-ils,\n \"shekel\": $fa-var-shekel,\n \"sheqel\": $fa-var-sheqel,\n \"sheqel-sign\": $fa-var-sheqel-sign,\n \"map\": $fa-var-map,\n \"rocket\": $fa-var-rocket,\n \"photo-film\": $fa-var-photo-film,\n \"photo-video\": $fa-var-photo-video,\n \"folder-minus\": $fa-var-folder-minus,\n \"hexagon-nodes-bolt\": $fa-var-hexagon-nodes-bolt,\n \"store\": $fa-var-store,\n \"arrow-trend-up\": $fa-var-arrow-trend-up,\n \"plug-circle-minus\": $fa-var-plug-circle-minus,\n \"sign-hanging\": $fa-var-sign-hanging,\n \"sign\": $fa-var-sign,\n \"bezier-curve\": $fa-var-bezier-curve,\n \"bell-slash\": $fa-var-bell-slash,\n \"tablet\": $fa-var-tablet,\n \"tablet-android\": $fa-var-tablet-android,\n \"school-flag\": $fa-var-school-flag,\n \"fill\": $fa-var-fill,\n \"angle-up\": $fa-var-angle-up,\n \"drumstick-bite\": $fa-var-drumstick-bite,\n \"holly-berry\": $fa-var-holly-berry,\n \"chevron-left\": $fa-var-chevron-left,\n \"bacteria\": $fa-var-bacteria,\n \"hand-lizard\": $fa-var-hand-lizard,\n \"notdef\": $fa-var-notdef,\n \"disease\": $fa-var-disease,\n \"briefcase-medical\": $fa-var-briefcase-medical,\n \"genderless\": $fa-var-genderless,\n \"chevron-right\": $fa-var-chevron-right,\n \"retweet\": $fa-var-retweet,\n \"car-rear\": $fa-var-car-rear,\n \"car-alt\": $fa-var-car-alt,\n \"pump-soap\": $fa-var-pump-soap,\n \"video-slash\": $fa-var-video-slash,\n \"battery-quarter\": $fa-var-battery-quarter,\n \"battery-2\": $fa-var-battery-2,\n \"radio\": $fa-var-radio,\n \"baby-carriage\": $fa-var-baby-carriage,\n \"carriage-baby\": $fa-var-carriage-baby,\n \"traffic-light\": $fa-var-traffic-light,\n \"thermometer\": $fa-var-thermometer,\n \"vr-cardboard\": $fa-var-vr-cardboard,\n \"hand-middle-finger\": $fa-var-hand-middle-finger,\n \"percent\": $fa-var-percent,\n \"percentage\": $fa-var-percentage,\n \"truck-moving\": $fa-var-truck-moving,\n \"glass-water-droplet\": $fa-var-glass-water-droplet,\n \"display\": $fa-var-display,\n \"face-smile\": $fa-var-face-smile,\n \"smile\": $fa-var-smile,\n \"thumbtack\": $fa-var-thumbtack,\n \"thumb-tack\": $fa-var-thumb-tack,\n \"trophy\": $fa-var-trophy,\n \"person-praying\": $fa-var-person-praying,\n \"pray\": $fa-var-pray,\n \"hammer\": $fa-var-hammer,\n \"hand-peace\": $fa-var-hand-peace,\n \"rotate\": $fa-var-rotate,\n \"sync-alt\": $fa-var-sync-alt,\n \"spinner\": $fa-var-spinner,\n \"robot\": $fa-var-robot,\n \"peace\": $fa-var-peace,\n \"gears\": $fa-var-gears,\n \"cogs\": $fa-var-cogs,\n \"warehouse\": $fa-var-warehouse,\n \"arrow-up-right-dots\": $fa-var-arrow-up-right-dots,\n \"splotch\": $fa-var-splotch,\n \"face-grin-hearts\": $fa-var-face-grin-hearts,\n \"grin-hearts\": $fa-var-grin-hearts,\n \"dice-four\": $fa-var-dice-four,\n \"sim-card\": $fa-var-sim-card,\n \"transgender\": $fa-var-transgender,\n \"transgender-alt\": $fa-var-transgender-alt,\n \"mercury\": $fa-var-mercury,\n \"arrow-turn-down\": $fa-var-arrow-turn-down,\n \"level-down\": $fa-var-level-down,\n \"person-falling-burst\": $fa-var-person-falling-burst,\n \"award\": $fa-var-award,\n \"ticket-simple\": $fa-var-ticket-simple,\n \"ticket-alt\": $fa-var-ticket-alt,\n \"building\": $fa-var-building,\n \"angles-left\": $fa-var-angles-left,\n \"angle-double-left\": $fa-var-angle-double-left,\n \"qrcode\": $fa-var-qrcode,\n \"clock-rotate-left\": $fa-var-clock-rotate-left,\n \"history\": $fa-var-history,\n \"face-grin-beam-sweat\": $fa-var-face-grin-beam-sweat,\n \"grin-beam-sweat\": $fa-var-grin-beam-sweat,\n \"file-export\": $fa-var-file-export,\n \"arrow-right-from-file\": $fa-var-arrow-right-from-file,\n \"shield\": $fa-var-shield,\n \"shield-blank\": $fa-var-shield-blank,\n \"arrow-up-short-wide\": $fa-var-arrow-up-short-wide,\n \"sort-amount-up-alt\": $fa-var-sort-amount-up-alt,\n \"comment-nodes\": $fa-var-comment-nodes,\n \"house-medical\": $fa-var-house-medical,\n \"golf-ball-tee\": $fa-var-golf-ball-tee,\n \"golf-ball\": $fa-var-golf-ball,\n \"circle-chevron-left\": $fa-var-circle-chevron-left,\n \"chevron-circle-left\": $fa-var-chevron-circle-left,\n \"house-chimney-window\": $fa-var-house-chimney-window,\n \"pen-nib\": $fa-var-pen-nib,\n \"tent-arrow-turn-left\": $fa-var-tent-arrow-turn-left,\n \"tents\": $fa-var-tents,\n \"wand-magic\": $fa-var-wand-magic,\n \"magic\": $fa-var-magic,\n \"dog\": $fa-var-dog,\n \"carrot\": $fa-var-carrot,\n \"moon\": $fa-var-moon,\n \"wine-glass-empty\": $fa-var-wine-glass-empty,\n \"wine-glass-alt\": $fa-var-wine-glass-alt,\n \"cheese\": $fa-var-cheese,\n \"yin-yang\": $fa-var-yin-yang,\n \"music\": $fa-var-music,\n \"code-commit\": $fa-var-code-commit,\n \"temperature-low\": $fa-var-temperature-low,\n \"person-biking\": $fa-var-person-biking,\n \"biking\": $fa-var-biking,\n \"broom\": $fa-var-broom,\n \"shield-heart\": $fa-var-shield-heart,\n \"gopuram\": $fa-var-gopuram,\n \"earth-oceania\": $fa-var-earth-oceania,\n \"globe-oceania\": $fa-var-globe-oceania,\n \"square-xmark\": $fa-var-square-xmark,\n \"times-square\": $fa-var-times-square,\n \"xmark-square\": $fa-var-xmark-square,\n \"hashtag\": $fa-var-hashtag,\n \"up-right-and-down-left-from-center\": $fa-var-up-right-and-down-left-from-center,\n \"expand-alt\": $fa-var-expand-alt,\n \"oil-can\": $fa-var-oil-can,\n \"t\": $fa-var-t,\n \"hippo\": $fa-var-hippo,\n \"chart-column\": $fa-var-chart-column,\n \"infinity\": $fa-var-infinity,\n \"vial-circle-check\": $fa-var-vial-circle-check,\n \"person-arrow-down-to-line\": $fa-var-person-arrow-down-to-line,\n \"voicemail\": $fa-var-voicemail,\n \"fan\": $fa-var-fan,\n \"person-walking-luggage\": $fa-var-person-walking-luggage,\n \"up-down\": $fa-var-up-down,\n \"arrows-alt-v\": $fa-var-arrows-alt-v,\n \"cloud-moon-rain\": $fa-var-cloud-moon-rain,\n \"calendar\": $fa-var-calendar,\n \"trailer\": $fa-var-trailer,\n \"bahai\": $fa-var-bahai,\n \"haykal\": $fa-var-haykal,\n \"sd-card\": $fa-var-sd-card,\n \"dragon\": $fa-var-dragon,\n \"shoe-prints\": $fa-var-shoe-prints,\n \"circle-plus\": $fa-var-circle-plus,\n \"plus-circle\": $fa-var-plus-circle,\n \"face-grin-tongue-wink\": $fa-var-face-grin-tongue-wink,\n \"grin-tongue-wink\": $fa-var-grin-tongue-wink,\n \"hand-holding\": $fa-var-hand-holding,\n \"plug-circle-exclamation\": $fa-var-plug-circle-exclamation,\n \"link-slash\": $fa-var-link-slash,\n \"chain-broken\": $fa-var-chain-broken,\n \"chain-slash\": $fa-var-chain-slash,\n \"unlink\": $fa-var-unlink,\n \"clone\": $fa-var-clone,\n \"person-walking-arrow-loop-left\": $fa-var-person-walking-arrow-loop-left,\n \"arrow-up-z-a\": $fa-var-arrow-up-z-a,\n \"sort-alpha-up-alt\": $fa-var-sort-alpha-up-alt,\n \"fire-flame-curved\": $fa-var-fire-flame-curved,\n \"fire-alt\": $fa-var-fire-alt,\n \"tornado\": $fa-var-tornado,\n \"file-circle-plus\": $fa-var-file-circle-plus,\n \"book-quran\": $fa-var-book-quran,\n \"quran\": $fa-var-quran,\n \"anchor\": $fa-var-anchor,\n \"border-all\": $fa-var-border-all,\n \"face-angry\": $fa-var-face-angry,\n \"angry\": $fa-var-angry,\n \"cookie-bite\": $fa-var-cookie-bite,\n \"arrow-trend-down\": $fa-var-arrow-trend-down,\n \"rss\": $fa-var-rss,\n \"feed\": $fa-var-feed,\n \"draw-polygon\": $fa-var-draw-polygon,\n \"scale-balanced\": $fa-var-scale-balanced,\n \"balance-scale\": $fa-var-balance-scale,\n \"gauge-simple-high\": $fa-var-gauge-simple-high,\n \"tachometer\": $fa-var-tachometer,\n \"tachometer-fast\": $fa-var-tachometer-fast,\n \"shower\": $fa-var-shower,\n \"desktop\": $fa-var-desktop,\n \"desktop-alt\": $fa-var-desktop-alt,\n \"m\": $fa-var-m,\n \"table-list\": $fa-var-table-list,\n \"th-list\": $fa-var-th-list,\n \"comment-sms\": $fa-var-comment-sms,\n \"sms\": $fa-var-sms,\n \"book\": $fa-var-book,\n \"user-plus\": $fa-var-user-plus,\n \"check\": $fa-var-check,\n \"battery-three-quarters\": $fa-var-battery-three-quarters,\n \"battery-4\": $fa-var-battery-4,\n \"house-circle-check\": $fa-var-house-circle-check,\n \"angle-left\": $fa-var-angle-left,\n \"diagram-successor\": $fa-var-diagram-successor,\n \"truck-arrow-right\": $fa-var-truck-arrow-right,\n \"arrows-split-up-and-left\": $fa-var-arrows-split-up-and-left,\n \"hand-fist\": $fa-var-hand-fist,\n \"fist-raised\": $fa-var-fist-raised,\n \"cloud-moon\": $fa-var-cloud-moon,\n \"briefcase\": $fa-var-briefcase,\n \"person-falling\": $fa-var-person-falling,\n \"image-portrait\": $fa-var-image-portrait,\n \"portrait\": $fa-var-portrait,\n \"user-tag\": $fa-var-user-tag,\n \"rug\": $fa-var-rug,\n \"earth-europe\": $fa-var-earth-europe,\n \"globe-europe\": $fa-var-globe-europe,\n \"cart-flatbed-suitcase\": $fa-var-cart-flatbed-suitcase,\n \"luggage-cart\": $fa-var-luggage-cart,\n \"rectangle-xmark\": $fa-var-rectangle-xmark,\n \"rectangle-times\": $fa-var-rectangle-times,\n \"times-rectangle\": $fa-var-times-rectangle,\n \"window-close\": $fa-var-window-close,\n \"baht-sign\": $fa-var-baht-sign,\n \"book-open\": $fa-var-book-open,\n \"book-journal-whills\": $fa-var-book-journal-whills,\n \"journal-whills\": $fa-var-journal-whills,\n \"handcuffs\": $fa-var-handcuffs,\n \"triangle-exclamation\": $fa-var-triangle-exclamation,\n \"exclamation-triangle\": $fa-var-exclamation-triangle,\n \"warning\": $fa-var-warning,\n \"database\": $fa-var-database,\n \"share\": $fa-var-share,\n \"mail-forward\": $fa-var-mail-forward,\n \"bottle-droplet\": $fa-var-bottle-droplet,\n \"mask-face\": $fa-var-mask-face,\n \"hill-rockslide\": $fa-var-hill-rockslide,\n \"right-left\": $fa-var-right-left,\n \"exchange-alt\": $fa-var-exchange-alt,\n \"paper-plane\": $fa-var-paper-plane,\n \"road-circle-exclamation\": $fa-var-road-circle-exclamation,\n \"dungeon\": $fa-var-dungeon,\n \"align-right\": $fa-var-align-right,\n \"money-bill-1-wave\": $fa-var-money-bill-1-wave,\n \"money-bill-wave-alt\": $fa-var-money-bill-wave-alt,\n \"life-ring\": $fa-var-life-ring,\n \"hands\": $fa-var-hands,\n \"sign-language\": $fa-var-sign-language,\n \"signing\": $fa-var-signing,\n \"calendar-day\": $fa-var-calendar-day,\n \"water-ladder\": $fa-var-water-ladder,\n \"ladder-water\": $fa-var-ladder-water,\n \"swimming-pool\": $fa-var-swimming-pool,\n \"arrows-up-down\": $fa-var-arrows-up-down,\n \"arrows-v\": $fa-var-arrows-v,\n \"face-grimace\": $fa-var-face-grimace,\n \"grimace\": $fa-var-grimace,\n \"wheelchair-move\": $fa-var-wheelchair-move,\n \"wheelchair-alt\": $fa-var-wheelchair-alt,\n \"turn-down\": $fa-var-turn-down,\n \"level-down-alt\": $fa-var-level-down-alt,\n \"person-walking-arrow-right\": $fa-var-person-walking-arrow-right,\n \"square-envelope\": $fa-var-square-envelope,\n \"envelope-square\": $fa-var-envelope-square,\n \"dice\": $fa-var-dice,\n \"bowling-ball\": $fa-var-bowling-ball,\n \"brain\": $fa-var-brain,\n \"bandage\": $fa-var-bandage,\n \"band-aid\": $fa-var-band-aid,\n \"calendar-minus\": $fa-var-calendar-minus,\n \"circle-xmark\": $fa-var-circle-xmark,\n \"times-circle\": $fa-var-times-circle,\n \"xmark-circle\": $fa-var-xmark-circle,\n \"gifts\": $fa-var-gifts,\n \"hotel\": $fa-var-hotel,\n \"earth-asia\": $fa-var-earth-asia,\n \"globe-asia\": $fa-var-globe-asia,\n \"id-card-clip\": $fa-var-id-card-clip,\n \"id-card-alt\": $fa-var-id-card-alt,\n \"magnifying-glass-plus\": $fa-var-magnifying-glass-plus,\n \"search-plus\": $fa-var-search-plus,\n \"thumbs-up\": $fa-var-thumbs-up,\n \"user-clock\": $fa-var-user-clock,\n \"hand-dots\": $fa-var-hand-dots,\n \"allergies\": $fa-var-allergies,\n \"file-invoice\": $fa-var-file-invoice,\n \"window-minimize\": $fa-var-window-minimize,\n \"mug-saucer\": $fa-var-mug-saucer,\n \"coffee\": $fa-var-coffee,\n \"brush\": $fa-var-brush,\n \"file-half-dashed\": $fa-var-file-half-dashed,\n \"mask\": $fa-var-mask,\n \"magnifying-glass-minus\": $fa-var-magnifying-glass-minus,\n \"search-minus\": $fa-var-search-minus,\n \"ruler-vertical\": $fa-var-ruler-vertical,\n \"user-large\": $fa-var-user-large,\n \"user-alt\": $fa-var-user-alt,\n \"train-tram\": $fa-var-train-tram,\n \"user-nurse\": $fa-var-user-nurse,\n \"syringe\": $fa-var-syringe,\n \"cloud-sun\": $fa-var-cloud-sun,\n \"stopwatch-20\": $fa-var-stopwatch-20,\n \"square-full\": $fa-var-square-full,\n \"magnet\": $fa-var-magnet,\n \"jar\": $fa-var-jar,\n \"note-sticky\": $fa-var-note-sticky,\n \"sticky-note\": $fa-var-sticky-note,\n \"bug-slash\": $fa-var-bug-slash,\n \"arrow-up-from-water-pump\": $fa-var-arrow-up-from-water-pump,\n \"bone\": $fa-var-bone,\n \"table-cells-row-unlock\": $fa-var-table-cells-row-unlock,\n \"user-injured\": $fa-var-user-injured,\n \"face-sad-tear\": $fa-var-face-sad-tear,\n \"sad-tear\": $fa-var-sad-tear,\n \"plane\": $fa-var-plane,\n \"tent-arrows-down\": $fa-var-tent-arrows-down,\n \"exclamation\": $fa-var-exclamation,\n \"arrows-spin\": $fa-var-arrows-spin,\n \"print\": $fa-var-print,\n \"turkish-lira-sign\": $fa-var-turkish-lira-sign,\n \"try\": $fa-var-try,\n \"turkish-lira\": $fa-var-turkish-lira,\n \"dollar-sign\": $fa-var-dollar-sign,\n \"dollar\": $fa-var-dollar,\n \"usd\": $fa-var-usd,\n \"x\": $fa-var-x,\n \"magnifying-glass-dollar\": $fa-var-magnifying-glass-dollar,\n \"search-dollar\": $fa-var-search-dollar,\n \"users-gear\": $fa-var-users-gear,\n \"users-cog\": $fa-var-users-cog,\n \"person-military-pointing\": $fa-var-person-military-pointing,\n \"building-columns\": $fa-var-building-columns,\n \"bank\": $fa-var-bank,\n \"institution\": $fa-var-institution,\n \"museum\": $fa-var-museum,\n \"university\": $fa-var-university,\n \"umbrella\": $fa-var-umbrella,\n \"trowel\": $fa-var-trowel,\n \"d\": $fa-var-d,\n \"stapler\": $fa-var-stapler,\n \"masks-theater\": $fa-var-masks-theater,\n \"theater-masks\": $fa-var-theater-masks,\n \"kip-sign\": $fa-var-kip-sign,\n \"hand-point-left\": $fa-var-hand-point-left,\n \"handshake-simple\": $fa-var-handshake-simple,\n \"handshake-alt\": $fa-var-handshake-alt,\n \"jet-fighter\": $fa-var-jet-fighter,\n \"fighter-jet\": $fa-var-fighter-jet,\n \"square-share-nodes\": $fa-var-square-share-nodes,\n \"share-alt-square\": $fa-var-share-alt-square,\n \"barcode\": $fa-var-barcode,\n \"plus-minus\": $fa-var-plus-minus,\n \"video\": $fa-var-video,\n \"video-camera\": $fa-var-video-camera,\n \"graduation-cap\": $fa-var-graduation-cap,\n \"mortar-board\": $fa-var-mortar-board,\n \"hand-holding-medical\": $fa-var-hand-holding-medical,\n \"person-circle-check\": $fa-var-person-circle-check,\n \"turn-up\": $fa-var-turn-up,\n \"level-up-alt\": $fa-var-level-up-alt,\n);\n\n$fa-brand-icons: (\n \"monero\": $fa-var-monero,\n \"hooli\": $fa-var-hooli,\n \"yelp\": $fa-var-yelp,\n \"cc-visa\": $fa-var-cc-visa,\n \"lastfm\": $fa-var-lastfm,\n \"shopware\": $fa-var-shopware,\n \"creative-commons-nc\": $fa-var-creative-commons-nc,\n \"aws\": $fa-var-aws,\n \"redhat\": $fa-var-redhat,\n \"yoast\": $fa-var-yoast,\n \"cloudflare\": $fa-var-cloudflare,\n \"ups\": $fa-var-ups,\n \"pixiv\": $fa-var-pixiv,\n \"wpexplorer\": $fa-var-wpexplorer,\n \"dyalog\": $fa-var-dyalog,\n \"bity\": $fa-var-bity,\n \"stackpath\": $fa-var-stackpath,\n \"buysellads\": $fa-var-buysellads,\n \"first-order\": $fa-var-first-order,\n \"modx\": $fa-var-modx,\n \"guilded\": $fa-var-guilded,\n \"vnv\": $fa-var-vnv,\n \"square-js\": $fa-var-square-js,\n \"js-square\": $fa-var-js-square,\n \"microsoft\": $fa-var-microsoft,\n \"qq\": $fa-var-qq,\n \"orcid\": $fa-var-orcid,\n \"java\": $fa-var-java,\n \"invision\": $fa-var-invision,\n \"creative-commons-pd-alt\": $fa-var-creative-commons-pd-alt,\n \"centercode\": $fa-var-centercode,\n \"glide-g\": $fa-var-glide-g,\n \"drupal\": $fa-var-drupal,\n \"jxl\": $fa-var-jxl,\n \"dart-lang\": $fa-var-dart-lang,\n \"hire-a-helper\": $fa-var-hire-a-helper,\n \"creative-commons-by\": $fa-var-creative-commons-by,\n \"unity\": $fa-var-unity,\n \"whmcs\": $fa-var-whmcs,\n \"rocketchat\": $fa-var-rocketchat,\n \"vk\": $fa-var-vk,\n \"untappd\": $fa-var-untappd,\n \"mailchimp\": $fa-var-mailchimp,\n \"css3-alt\": $fa-var-css3-alt,\n \"square-reddit\": $fa-var-square-reddit,\n \"reddit-square\": $fa-var-reddit-square,\n \"vimeo-v\": $fa-var-vimeo-v,\n \"contao\": $fa-var-contao,\n \"square-font-awesome\": $fa-var-square-font-awesome,\n \"deskpro\": $fa-var-deskpro,\n \"brave\": $fa-var-brave,\n \"sistrix\": $fa-var-sistrix,\n \"square-instagram\": $fa-var-square-instagram,\n \"instagram-square\": $fa-var-instagram-square,\n \"battle-net\": $fa-var-battle-net,\n \"the-red-yeti\": $fa-var-the-red-yeti,\n \"square-hacker-news\": $fa-var-square-hacker-news,\n \"hacker-news-square\": $fa-var-hacker-news-square,\n \"edge\": $fa-var-edge,\n \"threads\": $fa-var-threads,\n \"napster\": $fa-var-napster,\n \"square-snapchat\": $fa-var-square-snapchat,\n \"snapchat-square\": $fa-var-snapchat-square,\n \"google-plus-g\": $fa-var-google-plus-g,\n \"artstation\": $fa-var-artstation,\n \"markdown\": $fa-var-markdown,\n \"sourcetree\": $fa-var-sourcetree,\n \"google-plus\": $fa-var-google-plus,\n \"diaspora\": $fa-var-diaspora,\n \"foursquare\": $fa-var-foursquare,\n \"stack-overflow\": $fa-var-stack-overflow,\n \"github-alt\": $fa-var-github-alt,\n \"phoenix-squadron\": $fa-var-phoenix-squadron,\n \"pagelines\": $fa-var-pagelines,\n \"algolia\": $fa-var-algolia,\n \"red-river\": $fa-var-red-river,\n \"creative-commons-sa\": $fa-var-creative-commons-sa,\n \"safari\": $fa-var-safari,\n \"google\": $fa-var-google,\n \"square-font-awesome-stroke\": $fa-var-square-font-awesome-stroke,\n \"font-awesome-alt\": $fa-var-font-awesome-alt,\n \"atlassian\": $fa-var-atlassian,\n \"linkedin-in\": $fa-var-linkedin-in,\n \"digital-ocean\": $fa-var-digital-ocean,\n \"nimblr\": $fa-var-nimblr,\n \"chromecast\": $fa-var-chromecast,\n \"evernote\": $fa-var-evernote,\n \"hacker-news\": $fa-var-hacker-news,\n \"creative-commons-sampling\": $fa-var-creative-commons-sampling,\n \"adversal\": $fa-var-adversal,\n \"creative-commons\": $fa-var-creative-commons,\n \"watchman-monitoring\": $fa-var-watchman-monitoring,\n \"fonticons\": $fa-var-fonticons,\n \"weixin\": $fa-var-weixin,\n \"shirtsinbulk\": $fa-var-shirtsinbulk,\n \"codepen\": $fa-var-codepen,\n \"git-alt\": $fa-var-git-alt,\n \"lyft\": $fa-var-lyft,\n \"rev\": $fa-var-rev,\n \"windows\": $fa-var-windows,\n \"wizards-of-the-coast\": $fa-var-wizards-of-the-coast,\n \"square-viadeo\": $fa-var-square-viadeo,\n \"viadeo-square\": $fa-var-viadeo-square,\n \"meetup\": $fa-var-meetup,\n \"centos\": $fa-var-centos,\n \"adn\": $fa-var-adn,\n \"cloudsmith\": $fa-var-cloudsmith,\n \"opensuse\": $fa-var-opensuse,\n \"pied-piper-alt\": $fa-var-pied-piper-alt,\n \"square-dribbble\": $fa-var-square-dribbble,\n \"dribbble-square\": $fa-var-dribbble-square,\n \"codiepie\": $fa-var-codiepie,\n \"node\": $fa-var-node,\n \"mix\": $fa-var-mix,\n \"steam\": $fa-var-steam,\n \"cc-apple-pay\": $fa-var-cc-apple-pay,\n \"scribd\": $fa-var-scribd,\n \"debian\": $fa-var-debian,\n \"openid\": $fa-var-openid,\n \"instalod\": $fa-var-instalod,\n \"files-pinwheel\": $fa-var-files-pinwheel,\n \"expeditedssl\": $fa-var-expeditedssl,\n \"sellcast\": $fa-var-sellcast,\n \"square-twitter\": $fa-var-square-twitter,\n \"twitter-square\": $fa-var-twitter-square,\n \"r-project\": $fa-var-r-project,\n \"delicious\": $fa-var-delicious,\n \"freebsd\": $fa-var-freebsd,\n \"vuejs\": $fa-var-vuejs,\n \"accusoft\": $fa-var-accusoft,\n \"ioxhost\": $fa-var-ioxhost,\n \"fonticons-fi\": $fa-var-fonticons-fi,\n \"app-store\": $fa-var-app-store,\n \"cc-mastercard\": $fa-var-cc-mastercard,\n \"itunes-note\": $fa-var-itunes-note,\n \"golang\": $fa-var-golang,\n \"kickstarter\": $fa-var-kickstarter,\n \"square-kickstarter\": $fa-var-square-kickstarter,\n \"grav\": $fa-var-grav,\n \"weibo\": $fa-var-weibo,\n \"uncharted\": $fa-var-uncharted,\n \"firstdraft\": $fa-var-firstdraft,\n \"square-youtube\": $fa-var-square-youtube,\n \"youtube-square\": $fa-var-youtube-square,\n \"wikipedia-w\": $fa-var-wikipedia-w,\n \"wpressr\": $fa-var-wpressr,\n \"rendact\": $fa-var-rendact,\n \"angellist\": $fa-var-angellist,\n \"galactic-republic\": $fa-var-galactic-republic,\n \"nfc-directional\": $fa-var-nfc-directional,\n \"skype\": $fa-var-skype,\n \"joget\": $fa-var-joget,\n \"fedora\": $fa-var-fedora,\n \"stripe-s\": $fa-var-stripe-s,\n \"meta\": $fa-var-meta,\n \"laravel\": $fa-var-laravel,\n \"hotjar\": $fa-var-hotjar,\n \"bluetooth-b\": $fa-var-bluetooth-b,\n \"square-letterboxd\": $fa-var-square-letterboxd,\n \"sticker-mule\": $fa-var-sticker-mule,\n \"creative-commons-zero\": $fa-var-creative-commons-zero,\n \"hips\": $fa-var-hips,\n \"css\": $fa-var-css,\n \"behance\": $fa-var-behance,\n \"reddit\": $fa-var-reddit,\n \"discord\": $fa-var-discord,\n \"chrome\": $fa-var-chrome,\n \"app-store-ios\": $fa-var-app-store-ios,\n \"cc-discover\": $fa-var-cc-discover,\n \"wpbeginner\": $fa-var-wpbeginner,\n \"confluence\": $fa-var-confluence,\n \"shoelace\": $fa-var-shoelace,\n \"mdb\": $fa-var-mdb,\n \"dochub\": $fa-var-dochub,\n \"accessible-icon\": $fa-var-accessible-icon,\n \"ebay\": $fa-var-ebay,\n \"amazon\": $fa-var-amazon,\n \"unsplash\": $fa-var-unsplash,\n \"yarn\": $fa-var-yarn,\n \"square-steam\": $fa-var-square-steam,\n \"steam-square\": $fa-var-steam-square,\n \"500px\": $fa-var-500px,\n \"square-vimeo\": $fa-var-square-vimeo,\n \"vimeo-square\": $fa-var-vimeo-square,\n \"asymmetrik\": $fa-var-asymmetrik,\n \"font-awesome\": $fa-var-font-awesome,\n \"font-awesome-flag\": $fa-var-font-awesome-flag,\n \"font-awesome-logo-full\": $fa-var-font-awesome-logo-full,\n \"gratipay\": $fa-var-gratipay,\n \"apple\": $fa-var-apple,\n \"hive\": $fa-var-hive,\n \"gitkraken\": $fa-var-gitkraken,\n \"keybase\": $fa-var-keybase,\n \"apple-pay\": $fa-var-apple-pay,\n \"padlet\": $fa-var-padlet,\n \"amazon-pay\": $fa-var-amazon-pay,\n \"square-github\": $fa-var-square-github,\n \"github-square\": $fa-var-github-square,\n \"stumbleupon\": $fa-var-stumbleupon,\n \"fedex\": $fa-var-fedex,\n \"phoenix-framework\": $fa-var-phoenix-framework,\n \"shopify\": $fa-var-shopify,\n \"neos\": $fa-var-neos,\n \"square-threads\": $fa-var-square-threads,\n \"hackerrank\": $fa-var-hackerrank,\n \"researchgate\": $fa-var-researchgate,\n \"swift\": $fa-var-swift,\n \"angular\": $fa-var-angular,\n \"speakap\": $fa-var-speakap,\n \"angrycreative\": $fa-var-angrycreative,\n \"y-combinator\": $fa-var-y-combinator,\n \"empire\": $fa-var-empire,\n \"envira\": $fa-var-envira,\n \"google-scholar\": $fa-var-google-scholar,\n \"square-gitlab\": $fa-var-square-gitlab,\n \"gitlab-square\": $fa-var-gitlab-square,\n \"studiovinari\": $fa-var-studiovinari,\n \"pied-piper\": $fa-var-pied-piper,\n \"wordpress\": $fa-var-wordpress,\n \"product-hunt\": $fa-var-product-hunt,\n \"firefox\": $fa-var-firefox,\n \"linode\": $fa-var-linode,\n \"goodreads\": $fa-var-goodreads,\n \"square-odnoklassniki\": $fa-var-square-odnoklassniki,\n \"odnoklassniki-square\": $fa-var-odnoklassniki-square,\n \"jsfiddle\": $fa-var-jsfiddle,\n \"sith\": $fa-var-sith,\n \"themeisle\": $fa-var-themeisle,\n \"page4\": $fa-var-page4,\n \"hashnode\": $fa-var-hashnode,\n \"react\": $fa-var-react,\n \"cc-paypal\": $fa-var-cc-paypal,\n \"squarespace\": $fa-var-squarespace,\n \"cc-stripe\": $fa-var-cc-stripe,\n \"creative-commons-share\": $fa-var-creative-commons-share,\n \"bitcoin\": $fa-var-bitcoin,\n \"keycdn\": $fa-var-keycdn,\n \"opera\": $fa-var-opera,\n \"itch-io\": $fa-var-itch-io,\n \"umbraco\": $fa-var-umbraco,\n \"galactic-senate\": $fa-var-galactic-senate,\n \"ubuntu\": $fa-var-ubuntu,\n \"draft2digital\": $fa-var-draft2digital,\n \"stripe\": $fa-var-stripe,\n \"houzz\": $fa-var-houzz,\n \"gg\": $fa-var-gg,\n \"dhl\": $fa-var-dhl,\n \"square-pinterest\": $fa-var-square-pinterest,\n \"pinterest-square\": $fa-var-pinterest-square,\n \"xing\": $fa-var-xing,\n \"blackberry\": $fa-var-blackberry,\n \"creative-commons-pd\": $fa-var-creative-commons-pd,\n \"playstation\": $fa-var-playstation,\n \"quinscape\": $fa-var-quinscape,\n \"less\": $fa-var-less,\n \"blogger-b\": $fa-var-blogger-b,\n \"opencart\": $fa-var-opencart,\n \"vine\": $fa-var-vine,\n \"signal-messenger\": $fa-var-signal-messenger,\n \"paypal\": $fa-var-paypal,\n \"gitlab\": $fa-var-gitlab,\n \"typo3\": $fa-var-typo3,\n \"reddit-alien\": $fa-var-reddit-alien,\n \"yahoo\": $fa-var-yahoo,\n \"dailymotion\": $fa-var-dailymotion,\n \"affiliatetheme\": $fa-var-affiliatetheme,\n \"pied-piper-pp\": $fa-var-pied-piper-pp,\n \"bootstrap\": $fa-var-bootstrap,\n \"odnoklassniki\": $fa-var-odnoklassniki,\n \"nfc-symbol\": $fa-var-nfc-symbol,\n \"mintbit\": $fa-var-mintbit,\n \"ethereum\": $fa-var-ethereum,\n \"speaker-deck\": $fa-var-speaker-deck,\n \"creative-commons-nc-eu\": $fa-var-creative-commons-nc-eu,\n \"patreon\": $fa-var-patreon,\n \"avianex\": $fa-var-avianex,\n \"ello\": $fa-var-ello,\n \"gofore\": $fa-var-gofore,\n \"bimobject\": $fa-var-bimobject,\n \"brave-reverse\": $fa-var-brave-reverse,\n \"facebook-f\": $fa-var-facebook-f,\n \"square-google-plus\": $fa-var-square-google-plus,\n \"google-plus-square\": $fa-var-google-plus-square,\n \"web-awesome\": $fa-var-web-awesome,\n \"mandalorian\": $fa-var-mandalorian,\n \"first-order-alt\": $fa-var-first-order-alt,\n \"osi\": $fa-var-osi,\n \"google-wallet\": $fa-var-google-wallet,\n \"d-and-d-beyond\": $fa-var-d-and-d-beyond,\n \"periscope\": $fa-var-periscope,\n \"fulcrum\": $fa-var-fulcrum,\n \"cloudscale\": $fa-var-cloudscale,\n \"forumbee\": $fa-var-forumbee,\n \"mizuni\": $fa-var-mizuni,\n \"schlix\": $fa-var-schlix,\n \"square-xing\": $fa-var-square-xing,\n \"xing-square\": $fa-var-xing-square,\n \"bandcamp\": $fa-var-bandcamp,\n \"wpforms\": $fa-var-wpforms,\n \"cloudversify\": $fa-var-cloudversify,\n \"usps\": $fa-var-usps,\n \"megaport\": $fa-var-megaport,\n \"magento\": $fa-var-magento,\n \"spotify\": $fa-var-spotify,\n \"optin-monster\": $fa-var-optin-monster,\n \"fly\": $fa-var-fly,\n \"square-bluesky\": $fa-var-square-bluesky,\n \"aviato\": $fa-var-aviato,\n \"itunes\": $fa-var-itunes,\n \"cuttlefish\": $fa-var-cuttlefish,\n \"blogger\": $fa-var-blogger,\n \"flickr\": $fa-var-flickr,\n \"viber\": $fa-var-viber,\n \"soundcloud\": $fa-var-soundcloud,\n \"digg\": $fa-var-digg,\n \"tencent-weibo\": $fa-var-tencent-weibo,\n \"letterboxd\": $fa-var-letterboxd,\n \"symfony\": $fa-var-symfony,\n \"maxcdn\": $fa-var-maxcdn,\n \"etsy\": $fa-var-etsy,\n \"facebook-messenger\": $fa-var-facebook-messenger,\n \"audible\": $fa-var-audible,\n \"think-peaks\": $fa-var-think-peaks,\n \"bilibili\": $fa-var-bilibili,\n \"erlang\": $fa-var-erlang,\n \"x-twitter\": $fa-var-x-twitter,\n \"cotton-bureau\": $fa-var-cotton-bureau,\n \"dashcube\": $fa-var-dashcube,\n \"42-group\": $fa-var-42-group,\n \"innosoft\": $fa-var-innosoft,\n \"stack-exchange\": $fa-var-stack-exchange,\n \"elementor\": $fa-var-elementor,\n \"square-pied-piper\": $fa-var-square-pied-piper,\n \"pied-piper-square\": $fa-var-pied-piper-square,\n \"creative-commons-nd\": $fa-var-creative-commons-nd,\n \"palfed\": $fa-var-palfed,\n \"superpowers\": $fa-var-superpowers,\n \"resolving\": $fa-var-resolving,\n \"xbox\": $fa-var-xbox,\n \"square-web-awesome-stroke\": $fa-var-square-web-awesome-stroke,\n \"searchengin\": $fa-var-searchengin,\n \"tiktok\": $fa-var-tiktok,\n \"square-facebook\": $fa-var-square-facebook,\n \"facebook-square\": $fa-var-facebook-square,\n \"renren\": $fa-var-renren,\n \"linux\": $fa-var-linux,\n \"glide\": $fa-var-glide,\n \"linkedin\": $fa-var-linkedin,\n \"hubspot\": $fa-var-hubspot,\n \"deploydog\": $fa-var-deploydog,\n \"twitch\": $fa-var-twitch,\n \"flutter\": $fa-var-flutter,\n \"ravelry\": $fa-var-ravelry,\n \"mixer\": $fa-var-mixer,\n \"square-lastfm\": $fa-var-square-lastfm,\n \"lastfm-square\": $fa-var-lastfm-square,\n \"vimeo\": $fa-var-vimeo,\n \"mendeley\": $fa-var-mendeley,\n \"uniregistry\": $fa-var-uniregistry,\n \"figma\": $fa-var-figma,\n \"creative-commons-remix\": $fa-var-creative-commons-remix,\n \"cc-amazon-pay\": $fa-var-cc-amazon-pay,\n \"dropbox\": $fa-var-dropbox,\n \"instagram\": $fa-var-instagram,\n \"cmplid\": $fa-var-cmplid,\n \"upwork\": $fa-var-upwork,\n \"facebook\": $fa-var-facebook,\n \"gripfire\": $fa-var-gripfire,\n \"jedi-order\": $fa-var-jedi-order,\n \"uikit\": $fa-var-uikit,\n \"fort-awesome-alt\": $fa-var-fort-awesome-alt,\n \"phabricator\": $fa-var-phabricator,\n \"ussunnah\": $fa-var-ussunnah,\n \"earlybirds\": $fa-var-earlybirds,\n \"trade-federation\": $fa-var-trade-federation,\n \"autoprefixer\": $fa-var-autoprefixer,\n \"whatsapp\": $fa-var-whatsapp,\n \"square-upwork\": $fa-var-square-upwork,\n \"slideshare\": $fa-var-slideshare,\n \"google-play\": $fa-var-google-play,\n \"viadeo\": $fa-var-viadeo,\n \"line\": $fa-var-line,\n \"google-drive\": $fa-var-google-drive,\n \"servicestack\": $fa-var-servicestack,\n \"simplybuilt\": $fa-var-simplybuilt,\n \"bitbucket\": $fa-var-bitbucket,\n \"imdb\": $fa-var-imdb,\n \"deezer\": $fa-var-deezer,\n \"raspberry-pi\": $fa-var-raspberry-pi,\n \"jira\": $fa-var-jira,\n \"docker\": $fa-var-docker,\n \"screenpal\": $fa-var-screenpal,\n \"bluetooth\": $fa-var-bluetooth,\n \"gitter\": $fa-var-gitter,\n \"d-and-d\": $fa-var-d-and-d,\n \"microblog\": $fa-var-microblog,\n \"cc-diners-club\": $fa-var-cc-diners-club,\n \"gg-circle\": $fa-var-gg-circle,\n \"pied-piper-hat\": $fa-var-pied-piper-hat,\n \"kickstarter-k\": $fa-var-kickstarter-k,\n \"yandex\": $fa-var-yandex,\n \"readme\": $fa-var-readme,\n \"html5\": $fa-var-html5,\n \"sellsy\": $fa-var-sellsy,\n \"square-web-awesome\": $fa-var-square-web-awesome,\n \"sass\": $fa-var-sass,\n \"wirsindhandwerk\": $fa-var-wirsindhandwerk,\n \"wsh\": $fa-var-wsh,\n \"buromobelexperte\": $fa-var-buromobelexperte,\n \"salesforce\": $fa-var-salesforce,\n \"octopus-deploy\": $fa-var-octopus-deploy,\n \"medapps\": $fa-var-medapps,\n \"ns8\": $fa-var-ns8,\n \"pinterest-p\": $fa-var-pinterest-p,\n \"apper\": $fa-var-apper,\n \"fort-awesome\": $fa-var-fort-awesome,\n \"waze\": $fa-var-waze,\n \"bluesky\": $fa-var-bluesky,\n \"cc-jcb\": $fa-var-cc-jcb,\n \"snapchat\": $fa-var-snapchat,\n \"snapchat-ghost\": $fa-var-snapchat-ghost,\n \"fantasy-flight-games\": $fa-var-fantasy-flight-games,\n \"rust\": $fa-var-rust,\n \"wix\": $fa-var-wix,\n \"square-behance\": $fa-var-square-behance,\n \"behance-square\": $fa-var-behance-square,\n \"supple\": $fa-var-supple,\n \"webflow\": $fa-var-webflow,\n \"rebel\": $fa-var-rebel,\n \"css3\": $fa-var-css3,\n \"staylinked\": $fa-var-staylinked,\n \"kaggle\": $fa-var-kaggle,\n \"space-awesome\": $fa-var-space-awesome,\n \"deviantart\": $fa-var-deviantart,\n \"cpanel\": $fa-var-cpanel,\n \"goodreads-g\": $fa-var-goodreads-g,\n \"square-git\": $fa-var-square-git,\n \"git-square\": $fa-var-git-square,\n \"square-tumblr\": $fa-var-square-tumblr,\n \"tumblr-square\": $fa-var-tumblr-square,\n \"trello\": $fa-var-trello,\n \"creative-commons-nc-jp\": $fa-var-creative-commons-nc-jp,\n \"get-pocket\": $fa-var-get-pocket,\n \"perbyte\": $fa-var-perbyte,\n \"grunt\": $fa-var-grunt,\n \"weebly\": $fa-var-weebly,\n \"connectdevelop\": $fa-var-connectdevelop,\n \"leanpub\": $fa-var-leanpub,\n \"black-tie\": $fa-var-black-tie,\n \"themeco\": $fa-var-themeco,\n \"python\": $fa-var-python,\n \"android\": $fa-var-android,\n \"bots\": $fa-var-bots,\n \"free-code-camp\": $fa-var-free-code-camp,\n \"hornbill\": $fa-var-hornbill,\n \"js\": $fa-var-js,\n \"ideal\": $fa-var-ideal,\n \"git\": $fa-var-git,\n \"dev\": $fa-var-dev,\n \"sketch\": $fa-var-sketch,\n \"yandex-international\": $fa-var-yandex-international,\n \"cc-amex\": $fa-var-cc-amex,\n \"uber\": $fa-var-uber,\n \"github\": $fa-var-github,\n \"php\": $fa-var-php,\n \"alipay\": $fa-var-alipay,\n \"youtube\": $fa-var-youtube,\n \"skyatlas\": $fa-var-skyatlas,\n \"firefox-browser\": $fa-var-firefox-browser,\n \"replyd\": $fa-var-replyd,\n \"suse\": $fa-var-suse,\n \"jenkins\": $fa-var-jenkins,\n \"twitter\": $fa-var-twitter,\n \"rockrms\": $fa-var-rockrms,\n \"pinterest\": $fa-var-pinterest,\n \"buffer\": $fa-var-buffer,\n \"npm\": $fa-var-npm,\n \"yammer\": $fa-var-yammer,\n \"btc\": $fa-var-btc,\n \"dribbble\": $fa-var-dribbble,\n \"stumbleupon-circle\": $fa-var-stumbleupon-circle,\n \"internet-explorer\": $fa-var-internet-explorer,\n \"stubber\": $fa-var-stubber,\n \"telegram\": $fa-var-telegram,\n \"telegram-plane\": $fa-var-telegram-plane,\n \"old-republic\": $fa-var-old-republic,\n \"odysee\": $fa-var-odysee,\n \"square-whatsapp\": $fa-var-square-whatsapp,\n \"whatsapp-square\": $fa-var-whatsapp-square,\n \"node-js\": $fa-var-node-js,\n \"edge-legacy\": $fa-var-edge-legacy,\n \"slack\": $fa-var-slack,\n \"slack-hash\": $fa-var-slack-hash,\n \"medrt\": $fa-var-medrt,\n \"usb\": $fa-var-usb,\n \"tumblr\": $fa-var-tumblr,\n \"vaadin\": $fa-var-vaadin,\n \"quora\": $fa-var-quora,\n \"square-x-twitter\": $fa-var-square-x-twitter,\n \"reacteurope\": $fa-var-reacteurope,\n \"medium\": $fa-var-medium,\n \"medium-m\": $fa-var-medium-m,\n \"amilia\": $fa-var-amilia,\n \"mixcloud\": $fa-var-mixcloud,\n \"flipboard\": $fa-var-flipboard,\n \"viacoin\": $fa-var-viacoin,\n \"critical-role\": $fa-var-critical-role,\n \"sitrox\": $fa-var-sitrox,\n \"discourse\": $fa-var-discourse,\n \"joomla\": $fa-var-joomla,\n \"mastodon\": $fa-var-mastodon,\n \"airbnb\": $fa-var-airbnb,\n \"wolf-pack-battalion\": $fa-var-wolf-pack-battalion,\n \"buy-n-large\": $fa-var-buy-n-large,\n \"gulp\": $fa-var-gulp,\n \"creative-commons-sampling-plus\": $fa-var-creative-commons-sampling-plus,\n \"strava\": $fa-var-strava,\n \"ember\": $fa-var-ember,\n \"canadian-maple-leaf\": $fa-var-canadian-maple-leaf,\n \"teamspeak\": $fa-var-teamspeak,\n \"pushed\": $fa-var-pushed,\n \"wordpress-simple\": $fa-var-wordpress-simple,\n \"nutritionix\": $fa-var-nutritionix,\n \"wodu\": $fa-var-wodu,\n \"google-pay\": $fa-var-google-pay,\n \"intercom\": $fa-var-intercom,\n \"zhihu\": $fa-var-zhihu,\n \"korvue\": $fa-var-korvue,\n \"pix\": $fa-var-pix,\n \"steam-symbol\": $fa-var-steam-symbol,\n);\n","// icons in a list\n// -------------------------\n\n.#{$fa-css-prefix}-ul {\n list-style-type: none;\n margin-left: var(--#{$fa-css-prefix}-li-margin, #{$fa-li-margin});\n padding-left: 0;\n\n > li { position: relative; }\n}\n\n.#{$fa-css-prefix}-li {\n left: calc(-1 * var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}));\n position: absolute;\n text-align: center;\n width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width});\n line-height: inherit;\n}\n","// bordered + pulled icons\n// -------------------------\n\n.#{$fa-css-prefix}-border {\n border-color: var(--#{$fa-css-prefix}-border-color, #{$fa-border-color});\n border-radius: var(--#{$fa-css-prefix}-border-radius, #{$fa-border-radius});\n border-style: var(--#{$fa-css-prefix}-border-style, #{$fa-border-style});\n border-width: var(--#{$fa-css-prefix}-border-width, #{$fa-border-width});\n padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding});\n}\n\n.#{$fa-css-prefix}-pull-left {\n float: left;\n margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin}); \n}\n\n.#{$fa-css-prefix}-pull-right {\n float: right;\n margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin}); \n}\n","// animating icons\n// --------------------------\n\n.#{$fa-css-prefix}-beat {\n animation-name: #{$fa-css-prefix}-beat;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, ease-in-out);\n}\n\n.#{$fa-css-prefix}-bounce {\n animation-name: #{$fa-css-prefix}-bounce;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));\n}\n\n.#{$fa-css-prefix}-fade {\n animation-name: #{$fa-css-prefix}-fade;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1));\n}\n\n.#{$fa-css-prefix}-beat-fade {\n animation-name: #{$fa-css-prefix}-beat-fade;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1));\n}\n\n.#{$fa-css-prefix}-flip {\n animation-name: #{$fa-css-prefix}-flip;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, ease-in-out);\n}\n\n.#{$fa-css-prefix}-shake {\n animation-name: #{$fa-css-prefix}-shake;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, linear);\n}\n\n.#{$fa-css-prefix}-spin {\n animation-name: #{$fa-css-prefix}-spin;\n animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 2s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, linear);\n}\n\n.#{$fa-css-prefix}-spin-reverse {\n --#{$fa-css-prefix}-animation-direction: reverse;\n}\n\n.#{$fa-css-prefix}-pulse,\n.#{$fa-css-prefix}-spin-pulse {\n animation-name: #{$fa-css-prefix}-spin;\n animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);\n animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);\n animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);\n animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, steps(8));\n}\n\n// if agent or operating system prefers reduced motion, disable animations\n// see: https://www.smashingmagazine.com/2020/09/design-reduced-motion-sensitivities/\n// see: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion\n@media (prefers-reduced-motion: reduce) {\n .#{$fa-css-prefix}-beat,\n .#{$fa-css-prefix}-bounce,\n .#{$fa-css-prefix}-fade,\n .#{$fa-css-prefix}-beat-fade,\n .#{$fa-css-prefix}-flip,\n .#{$fa-css-prefix}-pulse,\n .#{$fa-css-prefix}-shake,\n .#{$fa-css-prefix}-spin,\n .#{$fa-css-prefix}-spin-pulse {\n animation-delay: -1ms;\n animation-duration: 1ms;\n animation-iteration-count: 1;\n transition-delay: 0s;\n transition-duration: 0s;\n }\n}\n\n@keyframes #{$fa-css-prefix}-beat {\n 0%, 90% { transform: scale(1); }\n 45% { transform: scale(var(--#{$fa-css-prefix}-beat-scale, 1.25)); }\n}\n\n@keyframes #{$fa-css-prefix}-bounce {\n 0% { transform: scale(1,1) translateY(0); }\n 10% { transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0); }\n 30% { transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em)); }\n 50% { transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0); }\n 57% { transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em)); }\n 64% { transform: scale(1,1) translateY(0); }\n 100% { transform: scale(1,1) translateY(0); }\n}\n\n@keyframes #{$fa-css-prefix}-fade {\n 50% { opacity: var(--#{$fa-css-prefix}-fade-opacity, 0.4); }\n}\n\n@keyframes #{$fa-css-prefix}-beat-fade {\n 0%, 100% {\n opacity: var(--#{$fa-css-prefix}-beat-fade-opacity, 0.4);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n transform: scale(var(--#{$fa-css-prefix}-beat-fade-scale, 1.125));\n }\n}\n\n@keyframes #{$fa-css-prefix}-flip {\n 50% {\n transform: rotate3d(var(--#{$fa-css-prefix}-flip-x, 0), var(--#{$fa-css-prefix}-flip-y, 1), var(--#{$fa-css-prefix}-flip-z, 0), var(--#{$fa-css-prefix}-flip-angle, -180deg));\n }\n}\n\n@keyframes #{$fa-css-prefix}-shake {\n 0% { transform: rotate(-15deg); }\n 4% { transform: rotate(15deg); }\n 8%, 24% { transform: rotate(-18deg); }\n 12%, 28% { transform: rotate(18deg); }\n 16% { transform: rotate(-22deg); }\n 20% { transform: rotate(22deg); }\n 32% { transform: rotate(-12deg); }\n 36% { transform: rotate(12deg); }\n 40%, 100% { transform: rotate(0deg); }\n}\n\n@keyframes #{$fa-css-prefix}-spin {\n 0% { transform: rotate(0deg); }\n 100% { transform: rotate(360deg); }\n}\n","// rotating + flipping icons\n// -------------------------\n\n.#{$fa-css-prefix}-rotate-90 {\n transform: rotate(90deg);\n}\n\n.#{$fa-css-prefix}-rotate-180 {\n transform: rotate(180deg);\n}\n\n.#{$fa-css-prefix}-rotate-270 {\n transform: rotate(270deg);\n}\n\n.#{$fa-css-prefix}-flip-horizontal {\n transform: scale(-1, 1);\n}\n\n.#{$fa-css-prefix}-flip-vertical {\n transform: scale(1, -1);\n}\n\n.#{$fa-css-prefix}-flip-both,\n.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {\n transform: scale(-1, -1);\n}\n\n.#{$fa-css-prefix}-rotate-by {\n transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, 0));\n}\n","// stacking icons\n// -------------------------\n\n.#{$fa-css-prefix}-stack {\n display: inline-block;\n height: 2em;\n line-height: 2em;\n position: relative;\n vertical-align: $fa-stack-vertical-align;\n width: $fa-stack-width;\n}\n\n.#{$fa-css-prefix}-stack-1x,\n.#{$fa-css-prefix}-stack-2x {\n left: 0;\n position: absolute;\n text-align: center;\n width: 100%;\n z-index: var(--#{$fa-css-prefix}-stack-z-index, #{$fa-stack-z-index});\n}\n\n.#{$fa-css-prefix}-stack-1x {\n line-height: inherit;\n}\n\n.#{$fa-css-prefix}-stack-2x {\n font-size: 2em;\n}\n\n.#{$fa-css-prefix}-inverse {\n color: var(--#{$fa-css-prefix}-inverse, #{$fa-inverse});\n}\n","// specific icon class definition\n// -------------------------\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\nreaders do not read off random characters that represent icons */\n\n@each $name, $icon in $fa-icons {\n .#{$fa-css-prefix}-#{$name} {\n #{$fa-icon-property}: unquote(\"\\\"#{ $icon }\\\"\");\n #{$fa-duotone-icon-property}: unquote(\"\\\"#{$icon}#{$icon}\\\"\");\n }\n}\n\n","// screen-reader utilities\n// -------------------------\n\n// only display content to screen readers\n.sr-only,\n.#{$fa-css-prefix}-sr-only {\n @include fa-sr-only;\n}\n\n// use in conjunction with .sr-only to only display content when it's focused\n.sr-only-focusable,\n.#{$fa-css-prefix}-sr-only-focusable {\n @include fa-sr-only-focusable;\n}\n","/*!\n * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2024 Fonticons, Inc.\n */\n@import 'functions';\n@import 'variables';\n\n:root, :host {\n --#{$fa-css-prefix}-style-family-brands: 'Font Awesome 6 Brands';\n --#{$fa-css-prefix}-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';\n}\n\n@font-face {\n font-family: 'Font Awesome 6 Brands';\n font-style: normal;\n font-weight: 400;\n font-display: $fa-font-display;\n src: url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),\n url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype');\n}\n\n.fab,\n.#{$fa-css-prefix}-brands {\n font-weight: 400;\n}\n\n@each $name, $icon in $fa-brand-icons {\n .#{$fa-css-prefix}-#{$name} { #{$fa-icon-property}: unquote(\"\\\"#{ $icon }\\\"\"); }\n}\n","/*!\n * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2024 Fonticons, Inc.\n */\n@import 'functions';\n@import 'variables';\n\n:root, :host {\n --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';\n --#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }';\n}\n\n\n@font-face {\n font-family: 'Font Awesome 6 Free';\n font-style: normal;\n font-weight: 900;\n font-display: $fa-font-display;\n src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),\n url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype');\n}\n\n.fas,\n.#{$fa-css-prefix}-solid {\n font-weight: 900;\n}\n","/*!\n * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2024 Fonticons, Inc.\n */\n@import 'functions';\n@import 'variables';\n\n:root, :host {\n --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';\n --#{$fa-css-prefix}-font-regular: normal 400 1em/1 '#{ $fa-style-family }';\n}\n\n\n@font-face {\n font-family: 'Font Awesome 6 Free';\n font-style: normal;\n font-weight: 400;\n font-display: $fa-font-display;\n src: url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),\n url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype');\n}\n\n.far,\n.#{$fa-css-prefix}-regular {\n font-weight: 400;\n}\n","@charset \"UTF-8\";\n/*!\n * Tabler Icons 3.20.0 by tabler - https://tabler.io\n * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE\n */\n$ti-font-family: 'tabler-icons' !default;\n$ti-font-path: './fonts' !default;\n$ti-font-display: null !default;\n$ti-prefix: 'ti' !default;\n\n@font-face {\n font-family: $ti-font-family;\n font-style: normal;\n font-weight: 400;\n font-display: $ti-font-display;\n src: url('#{$ti-font-path}/tabler-icons.woff2?v3.20.0') format('woff2'),\n url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),\n url('#{$ti-font-path}/tabler-icons.ttf?v3.20.0') format('truetype');\n}\n\n.#{$ti-prefix} {\n font-family: $ti-font-family !important;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n@function unicode($str) {\n @return unquote(\"\\\"\")+unquote(str-insert($str, \"\\\\\", 1))+unquote(\"\\\"\")\n}\n\n\n$ti-icon-a-b: unicode('ec36');\n$ti-icon-a-b-2: unicode('f25f');\n$ti-icon-a-b-off: unicode('f0a6');\n$ti-icon-abacus: unicode('f05c');\n$ti-icon-abacus-off: unicode('f3b6');\n$ti-icon-abc: unicode('f567');\n$ti-icon-access-point: unicode('ed1b');\n$ti-icon-access-point-off: unicode('ed1a');\n$ti-icon-accessible: unicode('eba9');\n$ti-icon-accessible-filled: unicode('f6ea');\n$ti-icon-accessible-off: unicode('f0a7');\n$ti-icon-activity: unicode('ed23');\n$ti-icon-activity-heartbeat: unicode('f0db');\n$ti-icon-ad: unicode('ea02');\n$ti-icon-ad-2: unicode('ef1f');\n$ti-icon-ad-circle: unicode('f79e');\n$ti-icon-ad-circle-filled: unicode('f7d3');\n$ti-icon-ad-circle-off: unicode('f79d');\n$ti-icon-ad-filled: unicode('f6eb');\n$ti-icon-ad-off: unicode('f3b7');\n$ti-icon-address-book: unicode('f021');\n$ti-icon-address-book-off: unicode('f3b8');\n$ti-icon-adjustments: unicode('ea03');\n$ti-icon-adjustments-alt: unicode('ec37');\n$ti-icon-adjustments-bolt: unicode('f7fb');\n$ti-icon-adjustments-cancel: unicode('f7fc');\n$ti-icon-adjustments-check: unicode('f7fd');\n$ti-icon-adjustments-code: unicode('f7fe');\n$ti-icon-adjustments-cog: unicode('f7ff');\n$ti-icon-adjustments-dollar: unicode('f800');\n$ti-icon-adjustments-down: unicode('f801');\n$ti-icon-adjustments-exclamation: unicode('f802');\n$ti-icon-adjustments-filled: unicode('f6ec');\n$ti-icon-adjustments-heart: unicode('f803');\n$ti-icon-adjustments-horizontal: unicode('ec38');\n$ti-icon-adjustments-minus: unicode('f804');\n$ti-icon-adjustments-off: unicode('f0a8');\n$ti-icon-adjustments-pause: unicode('f805');\n$ti-icon-adjustments-pin: unicode('f806');\n$ti-icon-adjustments-plus: unicode('f807');\n$ti-icon-adjustments-question: unicode('f808');\n$ti-icon-adjustments-search: unicode('f809');\n$ti-icon-adjustments-share: unicode('f80a');\n$ti-icon-adjustments-spark: unicode('ffbe');\n$ti-icon-adjustments-star: unicode('f80b');\n$ti-icon-adjustments-up: unicode('f80c');\n$ti-icon-adjustments-x: unicode('f80d');\n$ti-icon-aerial-lift: unicode('edfe');\n$ti-icon-affiliate: unicode('edff');\n$ti-icon-affiliate-filled: unicode('f6ed');\n$ti-icon-ai: unicode('fee7');\n$ti-icon-air-balloon: unicode('f4a6');\n$ti-icon-air-conditioning: unicode('f3a2');\n$ti-icon-air-conditioning-disabled: unicode('f542');\n$ti-icon-air-traffic-control: unicode('fb01');\n$ti-icon-alarm: unicode('ea04');\n$ti-icon-alarm-average: unicode('fc9e');\n$ti-icon-alarm-filled: unicode('f709');\n$ti-icon-alarm-minus: unicode('f630');\n$ti-icon-alarm-minus-filled: unicode('f70a');\n$ti-icon-alarm-off: unicode('f0a9');\n$ti-icon-alarm-plus: unicode('f631');\n$ti-icon-alarm-plus-filled: unicode('f70b');\n$ti-icon-alarm-snooze: unicode('f632');\n$ti-icon-alarm-snooze-filled: unicode('f70c');\n$ti-icon-album: unicode('f022');\n$ti-icon-album-off: unicode('f3b9');\n$ti-icon-alert-circle: unicode('ea05');\n$ti-icon-alert-circle-filled: unicode('f6ee');\n$ti-icon-alert-circle-off: unicode('fc65');\n$ti-icon-alert-hexagon: unicode('f80e');\n$ti-icon-alert-hexagon-filled: unicode('fa34');\n$ti-icon-alert-hexagon-off: unicode('fc66');\n$ti-icon-alert-octagon: unicode('ecc6');\n$ti-icon-alert-octagon-filled: unicode('f6ef');\n$ti-icon-alert-small: unicode('f80f');\n$ti-icon-alert-small-off: unicode('fc67');\n$ti-icon-alert-square: unicode('f811');\n$ti-icon-alert-square-filled: unicode('fa35');\n$ti-icon-alert-square-rounded: unicode('f810');\n$ti-icon-alert-square-rounded-filled: unicode('fa36');\n$ti-icon-alert-square-rounded-off: unicode('fc68');\n$ti-icon-alert-triangle: unicode('ea06');\n$ti-icon-alert-triangle-filled: unicode('f6f0');\n$ti-icon-alert-triangle-off: unicode('fc69');\n$ti-icon-alien: unicode('ebde');\n$ti-icon-alien-filled: unicode('f70d');\n$ti-icon-align-box-bottom-center: unicode('f530');\n$ti-icon-align-box-bottom-center-filled: unicode('f70e');\n$ti-icon-align-box-bottom-left: unicode('f531');\n$ti-icon-align-box-bottom-left-filled: unicode('f70f');\n$ti-icon-align-box-bottom-right: unicode('f532');\n$ti-icon-align-box-bottom-right-filled: unicode('f710');\n$ti-icon-align-box-center-bottom: unicode('facb');\n$ti-icon-align-box-center-middle: unicode('f79f');\n$ti-icon-align-box-center-middle-filled: unicode('f7d4');\n$ti-icon-align-box-center-stretch: unicode('facc');\n$ti-icon-align-box-center-top: unicode('facd');\n$ti-icon-align-box-left-bottom: unicode('f533');\n$ti-icon-align-box-left-bottom-filled: unicode('f711');\n$ti-icon-align-box-left-middle: unicode('f534');\n$ti-icon-align-box-left-middle-filled: unicode('f712');\n$ti-icon-align-box-left-stretch: unicode('face');\n$ti-icon-align-box-left-top: unicode('f535');\n$ti-icon-align-box-left-top-filled: unicode('f713');\n$ti-icon-align-box-right-bottom: unicode('f536');\n$ti-icon-align-box-right-bottom-filled: unicode('f714');\n$ti-icon-align-box-right-middle: unicode('f537');\n$ti-icon-align-box-right-middle-filled: unicode('f7d5');\n$ti-icon-align-box-right-stretch: unicode('facf');\n$ti-icon-align-box-right-top: unicode('f538');\n$ti-icon-align-box-right-top-filled: unicode('f715');\n$ti-icon-align-box-top-center: unicode('f539');\n$ti-icon-align-box-top-center-filled: unicode('f716');\n$ti-icon-align-box-top-left: unicode('f53a');\n$ti-icon-align-box-top-left-filled: unicode('f717');\n$ti-icon-align-box-top-right: unicode('f53b');\n$ti-icon-align-box-top-right-filled: unicode('f718');\n$ti-icon-align-center: unicode('ea07');\n$ti-icon-align-justified: unicode('ea08');\n$ti-icon-align-left: unicode('ea09');\n$ti-icon-align-left-2: unicode('ff00');\n$ti-icon-align-right: unicode('ea0a');\n$ti-icon-align-right-2: unicode('feff');\n$ti-icon-alpha: unicode('f543');\n$ti-icon-alphabet-arabic: unicode('ff2f');\n$ti-icon-alphabet-bangla: unicode('ff2e');\n$ti-icon-alphabet-cyrillic: unicode('f1df');\n$ti-icon-alphabet-greek: unicode('f1e0');\n$ti-icon-alphabet-hebrew: unicode('ff2d');\n$ti-icon-alphabet-korean: unicode('ff2c');\n$ti-icon-alphabet-latin: unicode('f1e1');\n$ti-icon-alphabet-thai: unicode('ff2b');\n$ti-icon-alt: unicode('fc54');\n$ti-icon-ambulance: unicode('ebf5');\n$ti-icon-ampersand: unicode('f229');\n$ti-icon-analyze: unicode('f3a3');\n$ti-icon-analyze-filled: unicode('f719');\n$ti-icon-analyze-off: unicode('f3ba');\n$ti-icon-anchor: unicode('eb76');\n$ti-icon-anchor-off: unicode('f0f7');\n$ti-icon-angle: unicode('ef20');\n$ti-icon-ankh: unicode('f1cd');\n$ti-icon-antenna: unicode('f094');\n$ti-icon-antenna-bars-1: unicode('ecc7');\n$ti-icon-antenna-bars-2: unicode('ecc8');\n$ti-icon-antenna-bars-3: unicode('ecc9');\n$ti-icon-antenna-bars-4: unicode('ecca');\n$ti-icon-antenna-bars-5: unicode('eccb');\n$ti-icon-antenna-bars-off: unicode('f0aa');\n$ti-icon-antenna-off: unicode('f3bb');\n$ti-icon-aperture: unicode('eb58');\n$ti-icon-aperture-off: unicode('f3bc');\n$ti-icon-api: unicode('effd');\n$ti-icon-api-app: unicode('effc');\n$ti-icon-api-app-off: unicode('f0ab');\n$ti-icon-api-off: unicode('f0f8');\n$ti-icon-app-window: unicode('efe6');\n$ti-icon-app-window-filled: unicode('f71a');\n$ti-icon-apple: unicode('ef21');\n$ti-icon-apple-filled: unicode('10017');\n$ti-icon-apps: unicode('ebb6');\n$ti-icon-apps-filled: unicode('f6f1');\n$ti-icon-apps-off: unicode('f0ac');\n$ti-icon-archery-arrow: unicode('fc55');\n$ti-icon-archive: unicode('ea0b');\n$ti-icon-archive-filled: unicode('fa82');\n$ti-icon-archive-off: unicode('f0ad');\n$ti-icon-armchair: unicode('ef9e');\n$ti-icon-armchair-2: unicode('efe7');\n$ti-icon-armchair-2-off: unicode('f3bd');\n$ti-icon-armchair-off: unicode('f3be');\n$ti-icon-arrow-autofit-content: unicode('ef31');\n$ti-icon-arrow-autofit-content-filled: unicode('f6f2');\n$ti-icon-arrow-autofit-down: unicode('ef32');\n$ti-icon-arrow-autofit-height: unicode('ef33');\n$ti-icon-arrow-autofit-left: unicode('ef34');\n$ti-icon-arrow-autofit-right: unicode('ef35');\n$ti-icon-arrow-autofit-up: unicode('ef36');\n$ti-icon-arrow-autofit-width: unicode('ef37');\n$ti-icon-arrow-back: unicode('ea0c');\n$ti-icon-arrow-back-up: unicode('eb77');\n$ti-icon-arrow-back-up-double: unicode('f9ec');\n$ti-icon-arrow-badge-down: unicode('f60b');\n$ti-icon-arrow-badge-down-filled: unicode('f7d6');\n$ti-icon-arrow-badge-left: unicode('f60c');\n$ti-icon-arrow-badge-left-filled: unicode('f7d7');\n$ti-icon-arrow-badge-right: unicode('f60d');\n$ti-icon-arrow-badge-right-filled: unicode('f7d8');\n$ti-icon-arrow-badge-up: unicode('f60e');\n$ti-icon-arrow-badge-up-filled: unicode('f7d9');\n$ti-icon-arrow-bar-both: unicode('fadd');\n$ti-icon-arrow-bar-down: unicode('ea0d');\n$ti-icon-arrow-bar-left: unicode('ea0e');\n$ti-icon-arrow-bar-right: unicode('ea0f');\n$ti-icon-arrow-bar-to-down: unicode('ec88');\n$ti-icon-arrow-bar-to-left: unicode('ec89');\n$ti-icon-arrow-bar-to-right: unicode('ec8a');\n$ti-icon-arrow-bar-to-up: unicode('ec8b');\n$ti-icon-arrow-bar-up: unicode('ea10');\n$ti-icon-arrow-bear-left: unicode('f045');\n$ti-icon-arrow-bear-left-2: unicode('f044');\n$ti-icon-arrow-bear-right: unicode('f047');\n$ti-icon-arrow-bear-right-2: unicode('f046');\n$ti-icon-arrow-big-down: unicode('edda');\n$ti-icon-arrow-big-down-filled: unicode('f6c6');\n$ti-icon-arrow-big-down-line: unicode('efe8');\n$ti-icon-arrow-big-down-line-filled: unicode('f6c7');\n$ti-icon-arrow-big-down-lines: unicode('efe9');\n$ti-icon-arrow-big-down-lines-filled: unicode('f6c8');\n$ti-icon-arrow-big-left: unicode('eddb');\n$ti-icon-arrow-big-left-filled: unicode('f6c9');\n$ti-icon-arrow-big-left-line: unicode('efea');\n$ti-icon-arrow-big-left-line-filled: unicode('f6ca');\n$ti-icon-arrow-big-left-lines: unicode('efeb');\n$ti-icon-arrow-big-left-lines-filled: unicode('f6cb');\n$ti-icon-arrow-big-right: unicode('eddc');\n$ti-icon-arrow-big-right-filled: unicode('f6cc');\n$ti-icon-arrow-big-right-line: unicode('efec');\n$ti-icon-arrow-big-right-line-filled: unicode('f6cd');\n$ti-icon-arrow-big-right-lines: unicode('efed');\n$ti-icon-arrow-big-right-lines-filled: unicode('f6ce');\n$ti-icon-arrow-big-up: unicode('eddd');\n$ti-icon-arrow-big-up-filled: unicode('f6cf');\n$ti-icon-arrow-big-up-line: unicode('efee');\n$ti-icon-arrow-big-up-line-filled: unicode('f6d0');\n$ti-icon-arrow-big-up-lines: unicode('efef');\n$ti-icon-arrow-big-up-lines-filled: unicode('f6d1');\n$ti-icon-arrow-bounce: unicode('f3a4');\n$ti-icon-arrow-capsule: unicode('fade');\n$ti-icon-arrow-curve-left: unicode('f048');\n$ti-icon-arrow-curve-right: unicode('f049');\n$ti-icon-arrow-down: unicode('ea16');\n$ti-icon-arrow-down-bar: unicode('ed98');\n$ti-icon-arrow-down-circle: unicode('ea11');\n$ti-icon-arrow-down-circle-filled: unicode('1003b');\n$ti-icon-arrow-down-dashed: unicode('1006a');\n$ti-icon-arrow-down-from-arc: unicode('fd86');\n$ti-icon-arrow-down-left: unicode('ea13');\n$ti-icon-arrow-down-left-circle: unicode('ea12');\n$ti-icon-arrow-down-rhombus: unicode('f61d');\n$ti-icon-arrow-down-rhombus-filled: unicode('1003a');\n$ti-icon-arrow-down-right: unicode('ea15');\n$ti-icon-arrow-down-right-circle: unicode('ea14');\n$ti-icon-arrow-down-square: unicode('ed9a');\n$ti-icon-arrow-down-square-filled: unicode('10039');\n$ti-icon-arrow-down-tail: unicode('ed9b');\n$ti-icon-arrow-down-to-arc: unicode('fd87');\n$ti-icon-arrow-elbow-left: unicode('f9ed');\n$ti-icon-arrow-elbow-right: unicode('f9ee');\n$ti-icon-arrow-fork: unicode('f04a');\n$ti-icon-arrow-forward: unicode('ea17');\n$ti-icon-arrow-forward-up: unicode('eb78');\n$ti-icon-arrow-forward-up-double: unicode('f9ef');\n$ti-icon-arrow-guide: unicode('f22a');\n$ti-icon-arrow-guide-filled: unicode('10038');\n$ti-icon-arrow-iteration: unicode('f578');\n$ti-icon-arrow-left: unicode('ea19');\n$ti-icon-arrow-left-bar: unicode('ed9c');\n$ti-icon-arrow-left-circle: unicode('ea18');\n$ti-icon-arrow-left-circle-filled: unicode('10037');\n$ti-icon-arrow-left-dashed: unicode('10069');\n$ti-icon-arrow-left-from-arc: unicode('fd88');\n$ti-icon-arrow-left-rhombus: unicode('f61e');\n$ti-icon-arrow-left-rhombus-filled: unicode('10036');\n$ti-icon-arrow-left-right: unicode('f04b');\n$ti-icon-arrow-left-square: unicode('ed9d');\n$ti-icon-arrow-left-square-filled: unicode('10035');\n$ti-icon-arrow-left-tail: unicode('ed9e');\n$ti-icon-arrow-left-to-arc: unicode('fd89');\n$ti-icon-arrow-loop-left: unicode('ed9f');\n$ti-icon-arrow-loop-left-2: unicode('f04c');\n$ti-icon-arrow-loop-right: unicode('eda0');\n$ti-icon-arrow-loop-right-2: unicode('f04d');\n$ti-icon-arrow-merge: unicode('f04e');\n$ti-icon-arrow-merge-alt-left: unicode('fc9f');\n$ti-icon-arrow-merge-alt-right: unicode('fca0');\n$ti-icon-arrow-merge-both: unicode('f23b');\n$ti-icon-arrow-merge-left: unicode('f23c');\n$ti-icon-arrow-merge-right: unicode('f23d');\n$ti-icon-arrow-move-down: unicode('f2ba');\n$ti-icon-arrow-move-down-filled: unicode('10034');\n$ti-icon-arrow-move-left: unicode('f2bb');\n$ti-icon-arrow-move-left-filled: unicode('10033');\n$ti-icon-arrow-move-right: unicode('f2bc');\n$ti-icon-arrow-move-right-filled: unicode('10032');\n$ti-icon-arrow-move-up: unicode('f2bd');\n$ti-icon-arrow-move-up-filled: unicode('10031');\n$ti-icon-arrow-narrow-down: unicode('ea1a');\n$ti-icon-arrow-narrow-down-dashed: unicode('10068');\n$ti-icon-arrow-narrow-left: unicode('ea1b');\n$ti-icon-arrow-narrow-left-dashed: unicode('10067');\n$ti-icon-arrow-narrow-right: unicode('ea1c');\n$ti-icon-arrow-narrow-right-dashed: unicode('10066');\n$ti-icon-arrow-narrow-up: unicode('ea1d');\n$ti-icon-arrow-narrow-up-dashed: unicode('10065');\n$ti-icon-arrow-ramp-left: unicode('ed3c');\n$ti-icon-arrow-ramp-left-2: unicode('f04f');\n$ti-icon-arrow-ramp-left-3: unicode('f050');\n$ti-icon-arrow-ramp-right: unicode('ed3d');\n$ti-icon-arrow-ramp-right-2: unicode('f051');\n$ti-icon-arrow-ramp-right-3: unicode('f052');\n$ti-icon-arrow-right: unicode('ea1f');\n$ti-icon-arrow-right-bar: unicode('eda1');\n$ti-icon-arrow-right-circle: unicode('ea1e');\n$ti-icon-arrow-right-circle-filled: unicode('10030');\n$ti-icon-arrow-right-dashed: unicode('10064');\n$ti-icon-arrow-right-from-arc: unicode('fd8a');\n$ti-icon-arrow-right-rhombus: unicode('f61f');\n$ti-icon-arrow-right-rhombus-filled: unicode('1002f');\n$ti-icon-arrow-right-square: unicode('eda2');\n$ti-icon-arrow-right-square-filled: unicode('1002e');\n$ti-icon-arrow-right-tail: unicode('eda3');\n$ti-icon-arrow-right-to-arc: unicode('fd8b');\n$ti-icon-arrow-rotary-first-left: unicode('f053');\n$ti-icon-arrow-rotary-first-right: unicode('f054');\n$ti-icon-arrow-rotary-last-left: unicode('f055');\n$ti-icon-arrow-rotary-last-right: unicode('f056');\n$ti-icon-arrow-rotary-left: unicode('f057');\n$ti-icon-arrow-rotary-right: unicode('f058');\n$ti-icon-arrow-rotary-straight: unicode('f059');\n$ti-icon-arrow-roundabout-left: unicode('f22b');\n$ti-icon-arrow-roundabout-right: unicode('f22c');\n$ti-icon-arrow-sharp-turn-left: unicode('f05a');\n$ti-icon-arrow-sharp-turn-right: unicode('f05b');\n$ti-icon-arrow-up: unicode('ea25');\n$ti-icon-arrow-up-bar: unicode('eda4');\n$ti-icon-arrow-up-circle: unicode('ea20');\n$ti-icon-arrow-up-circle-filled: unicode('1002d');\n$ti-icon-arrow-up-dashed: unicode('10063');\n$ti-icon-arrow-up-from-arc: unicode('fd8c');\n$ti-icon-arrow-up-left: unicode('ea22');\n$ti-icon-arrow-up-left-circle: unicode('ea21');\n$ti-icon-arrow-up-rhombus: unicode('f620');\n$ti-icon-arrow-up-rhombus-filled: unicode('1002c');\n$ti-icon-arrow-up-right: unicode('ea24');\n$ti-icon-arrow-up-right-circle: unicode('ea23');\n$ti-icon-arrow-up-square: unicode('eda6');\n$ti-icon-arrow-up-square-filled: unicode('1002b');\n$ti-icon-arrow-up-tail: unicode('eda7');\n$ti-icon-arrow-up-to-arc: unicode('fd8d');\n$ti-icon-arrow-wave-left-down: unicode('eda8');\n$ti-icon-arrow-wave-left-up: unicode('eda9');\n$ti-icon-arrow-wave-right-down: unicode('edaa');\n$ti-icon-arrow-wave-right-up: unicode('edab');\n$ti-icon-arrow-zig-zag: unicode('f4a7');\n$ti-icon-arrows-cross: unicode('effe');\n$ti-icon-arrows-diagonal: unicode('ea27');\n$ti-icon-arrows-diagonal-2: unicode('ea26');\n$ti-icon-arrows-diagonal-minimize: unicode('ef39');\n$ti-icon-arrows-diagonal-minimize-2: unicode('ef38');\n$ti-icon-arrows-diff: unicode('f296');\n$ti-icon-arrows-double-ne-sw: unicode('edde');\n$ti-icon-arrows-double-nw-se: unicode('eddf');\n$ti-icon-arrows-double-se-nw: unicode('ede0');\n$ti-icon-arrows-double-sw-ne: unicode('ede1');\n$ti-icon-arrows-down: unicode('edad');\n$ti-icon-arrows-down-up: unicode('edac');\n$ti-icon-arrows-exchange: unicode('f1f4');\n$ti-icon-arrows-exchange-2: unicode('f1f3');\n$ti-icon-arrows-horizontal: unicode('eb59');\n$ti-icon-arrows-join: unicode('edaf');\n$ti-icon-arrows-join-2: unicode('edae');\n$ti-icon-arrows-left: unicode('edb1');\n$ti-icon-arrows-left-down: unicode('ee00');\n$ti-icon-arrows-left-right: unicode('edb0');\n$ti-icon-arrows-maximize: unicode('ea28');\n$ti-icon-arrows-minimize: unicode('ea29');\n$ti-icon-arrows-move: unicode('f22f');\n$ti-icon-arrows-move-horizontal: unicode('f22d');\n$ti-icon-arrows-move-vertical: unicode('f22e');\n$ti-icon-arrows-random: unicode('f095');\n$ti-icon-arrows-right: unicode('edb3');\n$ti-icon-arrows-right-down: unicode('ee01');\n$ti-icon-arrows-right-left: unicode('edb2');\n$ti-icon-arrows-shuffle: unicode('f000');\n$ti-icon-arrows-shuffle-2: unicode('efff');\n$ti-icon-arrows-sort: unicode('eb5a');\n$ti-icon-arrows-split: unicode('edb5');\n$ti-icon-arrows-split-2: unicode('edb4');\n$ti-icon-arrows-transfer-down: unicode('f2cc');\n$ti-icon-arrows-transfer-up: unicode('f2cd');\n$ti-icon-arrows-transfer-up-down: unicode('ffac');\n$ti-icon-arrows-up: unicode('edb7');\n$ti-icon-arrows-up-down: unicode('edb6');\n$ti-icon-arrows-up-left: unicode('ee02');\n$ti-icon-arrows-up-right: unicode('ee03');\n$ti-icon-arrows-vertical: unicode('eb5b');\n$ti-icon-artboard: unicode('ea2a');\n$ti-icon-artboard-filled: unicode('fa83');\n$ti-icon-artboard-off: unicode('f0ae');\n$ti-icon-article: unicode('f1e2');\n$ti-icon-article-filled: unicode('f7da');\n$ti-icon-article-off: unicode('f3bf');\n$ti-icon-aspect-ratio: unicode('ed30');\n$ti-icon-aspect-ratio-filled: unicode('f7db');\n$ti-icon-aspect-ratio-off: unicode('f0af');\n$ti-icon-assembly: unicode('f24d');\n$ti-icon-assembly-filled: unicode('fe9e');\n$ti-icon-assembly-off: unicode('f3c0');\n$ti-icon-asset: unicode('f1ce');\n$ti-icon-asset-filled: unicode('fe9d');\n$ti-icon-asterisk: unicode('efd5');\n$ti-icon-asterisk-simple: unicode('efd4');\n$ti-icon-at: unicode('ea2b');\n$ti-icon-at-off: unicode('f0b0');\n$ti-icon-atom: unicode('eb79');\n$ti-icon-atom-2: unicode('ebdf');\n$ti-icon-atom-2-filled: unicode('f71b');\n$ti-icon-atom-off: unicode('f0f9');\n$ti-icon-augmented-reality: unicode('f023');\n$ti-icon-augmented-reality-2: unicode('f37e');\n$ti-icon-augmented-reality-off: unicode('f3c1');\n$ti-icon-auth-2fa: unicode('eca0');\n$ti-icon-automatic-gearbox: unicode('fc89');\n$ti-icon-automatic-gearbox-filled: unicode('1002a');\n$ti-icon-automation: unicode('fef8');\n$ti-icon-avocado: unicode('fd8e');\n$ti-icon-award: unicode('ea2c');\n$ti-icon-award-filled: unicode('f71c');\n$ti-icon-award-off: unicode('f0fa');\n$ti-icon-axe: unicode('ef9f');\n$ti-icon-axis-x: unicode('ef45');\n$ti-icon-axis-y: unicode('ef46');\n$ti-icon-baby-bottle: unicode('f5d2');\n$ti-icon-baby-carriage: unicode('f05d');\n$ti-icon-baby-carriage-filled: unicode('fe9c');\n$ti-icon-background: unicode('fd2c');\n$ti-icon-backhoe: unicode('ed86');\n$ti-icon-backpack: unicode('ef47');\n$ti-icon-backpack-off: unicode('f3c2');\n$ti-icon-backslash: unicode('fab9');\n$ti-icon-backspace: unicode('ea2d');\n$ti-icon-backspace-filled: unicode('f7dc');\n$ti-icon-badge: unicode('efc2');\n$ti-icon-badge-3d: unicode('f555');\n$ti-icon-badge-3d-filled: unicode('fe9b');\n$ti-icon-badge-4k: unicode('f556');\n$ti-icon-badge-4k-filled: unicode('fe9a');\n$ti-icon-badge-8k: unicode('f557');\n$ti-icon-badge-8k-filled: unicode('fe99');\n$ti-icon-badge-ad: unicode('f558');\n$ti-icon-badge-ad-filled: unicode('fe98');\n$ti-icon-badge-ad-off: unicode('fd8f');\n$ti-icon-badge-ar: unicode('f559');\n$ti-icon-badge-ar-filled: unicode('fe97');\n$ti-icon-badge-cc: unicode('f55a');\n$ti-icon-badge-cc-filled: unicode('fe96');\n$ti-icon-badge-filled: unicode('f667');\n$ti-icon-badge-hd: unicode('f55b');\n$ti-icon-badge-hd-filled: unicode('fe95');\n$ti-icon-badge-off: unicode('f0fb');\n$ti-icon-badge-sd: unicode('f55c');\n$ti-icon-badge-sd-filled: unicode('fe94');\n$ti-icon-badge-tm: unicode('f55d');\n$ti-icon-badge-tm-filled: unicode('fe93');\n$ti-icon-badge-vo: unicode('f55e');\n$ti-icon-badge-vo-filled: unicode('fe92');\n$ti-icon-badge-vr: unicode('f55f');\n$ti-icon-badge-vr-filled: unicode('fe91');\n$ti-icon-badge-wc: unicode('f560');\n$ti-icon-badge-wc-filled: unicode('fe90');\n$ti-icon-badges: unicode('efc3');\n$ti-icon-badges-filled: unicode('f7dd');\n$ti-icon-badges-off: unicode('f0fc');\n$ti-icon-baguette: unicode('f3a5');\n$ti-icon-ball-american-football: unicode('ee04');\n$ti-icon-ball-american-football-off: unicode('f3c3');\n$ti-icon-ball-baseball: unicode('efa0');\n$ti-icon-ball-basketball: unicode('ec28');\n$ti-icon-ball-bowling: unicode('ec29');\n$ti-icon-ball-football: unicode('ee06');\n$ti-icon-ball-football-off: unicode('ee05');\n$ti-icon-ball-tennis: unicode('ec2a');\n$ti-icon-ball-volleyball: unicode('ec2b');\n$ti-icon-balloon: unicode('ef3a');\n$ti-icon-balloon-filled: unicode('fa84');\n$ti-icon-balloon-off: unicode('f0fd');\n$ti-icon-ballpen: unicode('f06e');\n$ti-icon-ballpen-filled: unicode('fa85');\n$ti-icon-ballpen-off: unicode('f0b1');\n$ti-icon-ban: unicode('ea2e');\n$ti-icon-bandage: unicode('eb7a');\n$ti-icon-bandage-filled: unicode('f7de');\n$ti-icon-bandage-off: unicode('f3c4');\n$ti-icon-barbell: unicode('eff0');\n$ti-icon-barbell-filled: unicode('fe8f');\n$ti-icon-barbell-off: unicode('f0b2');\n$ti-icon-barcode: unicode('ebc6');\n$ti-icon-barcode-off: unicode('f0b3');\n$ti-icon-barrel: unicode('f0b4');\n$ti-icon-barrel-off: unicode('f0fe');\n$ti-icon-barrier-block: unicode('f00e');\n$ti-icon-barrier-block-filled: unicode('fe8e');\n$ti-icon-barrier-block-off: unicode('f0b5');\n$ti-icon-baseline: unicode('f024');\n$ti-icon-baseline-density-large: unicode('f9f0');\n$ti-icon-baseline-density-medium: unicode('f9f1');\n$ti-icon-baseline-density-small: unicode('f9f2');\n$ti-icon-basket: unicode('ebe1');\n$ti-icon-basket-bolt: unicode('fb43');\n$ti-icon-basket-cancel: unicode('fb44');\n$ti-icon-basket-check: unicode('fb45');\n$ti-icon-basket-code: unicode('fb46');\n$ti-icon-basket-cog: unicode('fb47');\n$ti-icon-basket-discount: unicode('fb48');\n$ti-icon-basket-dollar: unicode('fb49');\n$ti-icon-basket-down: unicode('fb4a');\n$ti-icon-basket-exclamation: unicode('fb4b');\n$ti-icon-basket-filled: unicode('f7df');\n$ti-icon-basket-heart: unicode('fb4c');\n$ti-icon-basket-minus: unicode('fb4d');\n$ti-icon-basket-off: unicode('f0b6');\n$ti-icon-basket-pause: unicode('fb4e');\n$ti-icon-basket-pin: unicode('fb4f');\n$ti-icon-basket-plus: unicode('fb50');\n$ti-icon-basket-question: unicode('fb51');\n$ti-icon-basket-search: unicode('fb52');\n$ti-icon-basket-share: unicode('fb53');\n$ti-icon-basket-star: unicode('fb54');\n$ti-icon-basket-up: unicode('fb55');\n$ti-icon-basket-x: unicode('fb56');\n$ti-icon-bat: unicode('f284');\n$ti-icon-bath: unicode('ef48');\n$ti-icon-bath-filled: unicode('f71d');\n$ti-icon-bath-off: unicode('f0ff');\n$ti-icon-battery: unicode('ea34');\n$ti-icon-battery-1: unicode('ea2f');\n$ti-icon-battery-1-filled: unicode('f71e');\n$ti-icon-battery-2: unicode('ea30');\n$ti-icon-battery-2-filled: unicode('f71f');\n$ti-icon-battery-3: unicode('ea31');\n$ti-icon-battery-3-filled: unicode('f720');\n$ti-icon-battery-4: unicode('ea32');\n$ti-icon-battery-4-filled: unicode('f721');\n$ti-icon-battery-automotive: unicode('ee07');\n$ti-icon-battery-automotive-filled: unicode('10029');\n$ti-icon-battery-charging: unicode('ea33');\n$ti-icon-battery-charging-2: unicode('ef3b');\n$ti-icon-battery-eco: unicode('ef3c');\n$ti-icon-battery-exclamation: unicode('ff1d');\n$ti-icon-battery-filled: unicode('f668');\n$ti-icon-battery-off: unicode('ed1c');\n$ti-icon-battery-spark: unicode('ffbd');\n$ti-icon-battery-vertical: unicode('ff13');\n$ti-icon-battery-vertical-1: unicode('ff1c');\n$ti-icon-battery-vertical-1-filled: unicode('10028');\n$ti-icon-battery-vertical-2: unicode('ff1b');\n$ti-icon-battery-vertical-2-filled: unicode('10027');\n$ti-icon-battery-vertical-3: unicode('ff1a');\n$ti-icon-battery-vertical-3-filled: unicode('10026');\n$ti-icon-battery-vertical-4: unicode('ff19');\n$ti-icon-battery-vertical-4-filled: unicode('10025');\n$ti-icon-battery-vertical-charging: unicode('ff17');\n$ti-icon-battery-vertical-charging-2: unicode('ff18');\n$ti-icon-battery-vertical-eco: unicode('ff16');\n$ti-icon-battery-vertical-exclamation: unicode('ff15');\n$ti-icon-battery-vertical-filled: unicode('10024');\n$ti-icon-battery-vertical-off: unicode('ff14');\n$ti-icon-beach: unicode('ef3d');\n$ti-icon-beach-off: unicode('f0b7');\n$ti-icon-bed: unicode('eb5c');\n$ti-icon-bed-filled: unicode('f7e0');\n$ti-icon-bed-flat: unicode('fca1');\n$ti-icon-bed-flat-filled: unicode('fe8d');\n$ti-icon-bed-off: unicode('f100');\n$ti-icon-beer: unicode('efa1');\n$ti-icon-beer-filled: unicode('f7e1');\n$ti-icon-beer-off: unicode('f101');\n$ti-icon-bell: unicode('ea35');\n$ti-icon-bell-bolt: unicode('f812');\n$ti-icon-bell-cancel: unicode('f813');\n$ti-icon-bell-check: unicode('f814');\n$ti-icon-bell-code: unicode('f815');\n$ti-icon-bell-cog: unicode('f816');\n$ti-icon-bell-dollar: unicode('f817');\n$ti-icon-bell-down: unicode('f818');\n$ti-icon-bell-exclamation: unicode('f819');\n$ti-icon-bell-filled: unicode('f669');\n$ti-icon-bell-heart: unicode('f81a');\n$ti-icon-bell-minus: unicode('ede2');\n$ti-icon-bell-minus-filled: unicode('f722');\n$ti-icon-bell-off: unicode('ece9');\n$ti-icon-bell-pause: unicode('f81b');\n$ti-icon-bell-pin: unicode('f81c');\n$ti-icon-bell-plus: unicode('ede3');\n$ti-icon-bell-plus-filled: unicode('f723');\n$ti-icon-bell-question: unicode('f81d');\n$ti-icon-bell-ringing: unicode('ed07');\n$ti-icon-bell-ringing-2: unicode('ede4');\n$ti-icon-bell-ringing-2-filled: unicode('f724');\n$ti-icon-bell-ringing-filled: unicode('f725');\n$ti-icon-bell-school: unicode('f05e');\n$ti-icon-bell-search: unicode('f81e');\n$ti-icon-bell-share: unicode('f81f');\n$ti-icon-bell-star: unicode('f820');\n$ti-icon-bell-up: unicode('f821');\n$ti-icon-bell-x: unicode('ede5');\n$ti-icon-bell-x-filled: unicode('f726');\n$ti-icon-bell-z: unicode('eff1');\n$ti-icon-bell-z-filled: unicode('f727');\n$ti-icon-beta: unicode('f544');\n$ti-icon-bible: unicode('efc4');\n$ti-icon-bike: unicode('ea36');\n$ti-icon-bike-filled: unicode('10023');\n$ti-icon-bike-off: unicode('f0b8');\n$ti-icon-binary: unicode('ee08');\n$ti-icon-binary-off: unicode('f3c5');\n$ti-icon-binary-tree: unicode('f5d4');\n$ti-icon-binary-tree-2: unicode('f5d3');\n$ti-icon-binary-tree-2-filled: unicode('ff65');\n$ti-icon-binary-tree-filled: unicode('ff64');\n$ti-icon-binoculars: unicode('fefe');\n$ti-icon-binoculars-filled: unicode('ff0b');\n$ti-icon-biohazard: unicode('ecb8');\n$ti-icon-biohazard-filled: unicode('fe8c');\n$ti-icon-biohazard-off: unicode('f0b9');\n$ti-icon-blade: unicode('f4bd');\n$ti-icon-blade-filled: unicode('f7e2');\n$ti-icon-bleach: unicode('f2f3');\n$ti-icon-bleach-chlorine: unicode('f2f0');\n$ti-icon-bleach-no-chlorine: unicode('f2f1');\n$ti-icon-bleach-off: unicode('f2f2');\n$ti-icon-blend-mode: unicode('feb0');\n$ti-icon-blender: unicode('fca2');\n$ti-icon-blender-filled: unicode('10022');\n$ti-icon-blob: unicode('feaf');\n$ti-icon-blob-filled: unicode('feb1');\n$ti-icon-blockquote: unicode('ee09');\n$ti-icon-bluetooth: unicode('ea37');\n$ti-icon-bluetooth-connected: unicode('ecea');\n$ti-icon-bluetooth-off: unicode('eceb');\n$ti-icon-bluetooth-x: unicode('f081');\n$ti-icon-blur: unicode('ef8c');\n$ti-icon-blur-off: unicode('f3c6');\n$ti-icon-bmp: unicode('f3a6');\n$ti-icon-body-scan: unicode('fca3');\n$ti-icon-bold: unicode('eb7b');\n$ti-icon-bold-off: unicode('f0ba');\n$ti-icon-bolt: unicode('ea38');\n$ti-icon-bolt-filled: unicode('10021');\n$ti-icon-bolt-off: unicode('ecec');\n$ti-icon-bomb: unicode('f59c');\n$ti-icon-bomb-filled: unicode('fa86');\n$ti-icon-bone: unicode('edb8');\n$ti-icon-bone-filled: unicode('fe8b');\n$ti-icon-bone-off: unicode('f0bb');\n$ti-icon-bong: unicode('f3a7');\n$ti-icon-bong-filled: unicode('10020');\n$ti-icon-bong-off: unicode('f3c7');\n$ti-icon-book: unicode('ea39');\n$ti-icon-book-2: unicode('efc5');\n$ti-icon-book-download: unicode('f070');\n$ti-icon-book-filled: unicode('fa87');\n$ti-icon-book-off: unicode('f0bc');\n$ti-icon-book-upload: unicode('f071');\n$ti-icon-bookmark: unicode('ea3a');\n$ti-icon-bookmark-ai: unicode('fc8a');\n$ti-icon-bookmark-edit: unicode('fa5e');\n$ti-icon-bookmark-filled: unicode('fa88');\n$ti-icon-bookmark-minus: unicode('fa5f');\n$ti-icon-bookmark-off: unicode('eced');\n$ti-icon-bookmark-plus: unicode('fa60');\n$ti-icon-bookmark-question: unicode('fa61');\n$ti-icon-bookmarks: unicode('ed08');\n$ti-icon-bookmarks-filled: unicode('fb1f');\n$ti-icon-bookmarks-off: unicode('f0bd');\n$ti-icon-books: unicode('eff2');\n$ti-icon-books-off: unicode('f0be');\n$ti-icon-boom: unicode('fdbe');\n$ti-icon-boom-filled: unicode('fe8a');\n$ti-icon-border-all: unicode('ea3b');\n$ti-icon-border-bottom: unicode('ea3c');\n$ti-icon-border-bottom-plus: unicode('fdbd');\n$ti-icon-border-corner-ios: unicode('fd98');\n$ti-icon-border-corner-pill: unicode('fd62');\n$ti-icon-border-corner-rounded: unicode('fd63');\n$ti-icon-border-corner-square: unicode('fd64');\n$ti-icon-border-corners: unicode('f7a0');\n$ti-icon-border-horizontal: unicode('ea3d');\n$ti-icon-border-inner: unicode('ea3e');\n$ti-icon-border-left: unicode('ea3f');\n$ti-icon-border-left-plus: unicode('fdbc');\n$ti-icon-border-none: unicode('ea40');\n$ti-icon-border-outer: unicode('ea41');\n$ti-icon-border-radius: unicode('eb7c');\n$ti-icon-border-right: unicode('ea42');\n$ti-icon-border-right-plus: unicode('fdbb');\n$ti-icon-border-sides: unicode('f7a1');\n$ti-icon-border-style: unicode('ee0a');\n$ti-icon-border-style-2: unicode('ef22');\n$ti-icon-border-top: unicode('ea43');\n$ti-icon-border-top-plus: unicode('fdba');\n$ti-icon-border-vertical: unicode('ea44');\n$ti-icon-bottle: unicode('ef0b');\n$ti-icon-bottle-filled: unicode('fa89');\n$ti-icon-bottle-off: unicode('f3c8');\n$ti-icon-bounce-left: unicode('f59d');\n$ti-icon-bounce-left-filled: unicode('fb20');\n$ti-icon-bounce-right: unicode('f59e');\n$ti-icon-bounce-right-filled: unicode('fb21');\n$ti-icon-bow: unicode('f096');\n$ti-icon-bow-filled: unicode('fe89');\n$ti-icon-bowl: unicode('f4fa');\n$ti-icon-bowl-chopsticks: unicode('fd90');\n$ti-icon-bowl-chopsticks-filled: unicode('fe88');\n$ti-icon-bowl-filled: unicode('fb22');\n$ti-icon-bowl-spoon: unicode('fd91');\n$ti-icon-bowl-spoon-filled: unicode('fe87');\n$ti-icon-box: unicode('ea45');\n$ti-icon-box-align-bottom: unicode('f2a8');\n$ti-icon-box-align-bottom-filled: unicode('fa8a');\n$ti-icon-box-align-bottom-left: unicode('f2ce');\n$ti-icon-box-align-bottom-left-filled: unicode('fa8b');\n$ti-icon-box-align-bottom-right: unicode('f2cf');\n$ti-icon-box-align-bottom-right-filled: unicode('fa8c');\n$ti-icon-box-align-left: unicode('f2a9');\n$ti-icon-box-align-left-filled: unicode('fa8d');\n$ti-icon-box-align-right: unicode('f2aa');\n$ti-icon-box-align-right-filled: unicode('fa8e');\n$ti-icon-box-align-top: unicode('f2ab');\n$ti-icon-box-align-top-filled: unicode('fa8f');\n$ti-icon-box-align-top-left: unicode('f2d0');\n$ti-icon-box-align-top-left-filled: unicode('fa90');\n$ti-icon-box-align-top-right: unicode('f2d1');\n$ti-icon-box-align-top-right-filled: unicode('fa91');\n$ti-icon-box-margin: unicode('ee0b');\n$ti-icon-box-model: unicode('ee0c');\n$ti-icon-box-model-2: unicode('ef23');\n$ti-icon-box-model-2-off: unicode('f3c9');\n$ti-icon-box-model-off: unicode('f3ca');\n$ti-icon-box-multiple: unicode('ee17');\n$ti-icon-box-multiple-0: unicode('ee0d');\n$ti-icon-box-multiple-1: unicode('ee0e');\n$ti-icon-box-multiple-2: unicode('ee0f');\n$ti-icon-box-multiple-3: unicode('ee10');\n$ti-icon-box-multiple-4: unicode('ee11');\n$ti-icon-box-multiple-5: unicode('ee12');\n$ti-icon-box-multiple-6: unicode('ee13');\n$ti-icon-box-multiple-7: unicode('ee14');\n$ti-icon-box-multiple-8: unicode('ee15');\n$ti-icon-box-multiple-9: unicode('ee16');\n$ti-icon-box-multiple-filled: unicode('1001f');\n$ti-icon-box-off: unicode('f102');\n$ti-icon-box-padding: unicode('ee18');\n$ti-icon-braces: unicode('ebcc');\n$ti-icon-braces-off: unicode('f0bf');\n$ti-icon-brackets: unicode('ebcd');\n$ti-icon-brackets-angle: unicode('fcb2');\n$ti-icon-brackets-angle-off: unicode('fcb1');\n$ti-icon-brackets-contain: unicode('f1e5');\n$ti-icon-brackets-contain-end: unicode('f1e3');\n$ti-icon-brackets-contain-start: unicode('f1e4');\n$ti-icon-brackets-off: unicode('f0c0');\n$ti-icon-braille: unicode('f545');\n$ti-icon-brain: unicode('f59f');\n$ti-icon-brand-4chan: unicode('f494');\n$ti-icon-brand-abstract: unicode('f495');\n$ti-icon-brand-adobe: unicode('f0dc');\n$ti-icon-brand-adobe-after-effect: unicode('ff2a');\n$ti-icon-brand-adobe-illustrator: unicode('ff29');\n$ti-icon-brand-adobe-indesign: unicode('ff28');\n$ti-icon-brand-adobe-photoshop: unicode('ff27');\n$ti-icon-brand-adobe-premier: unicode('ff26');\n$ti-icon-brand-adobe-xd: unicode('ff25');\n$ti-icon-brand-adonis-js: unicode('f496');\n$ti-icon-brand-airbnb: unicode('ed68');\n$ti-icon-brand-airtable: unicode('ef6a');\n$ti-icon-brand-algolia: unicode('f390');\n$ti-icon-brand-alipay: unicode('f7a2');\n$ti-icon-brand-alpine-js: unicode('f324');\n$ti-icon-brand-amazon: unicode('f230');\n$ti-icon-brand-amd: unicode('f653');\n$ti-icon-brand-amie: unicode('ffab');\n$ti-icon-brand-amigo: unicode('f5f9');\n$ti-icon-brand-among-us: unicode('f205');\n$ti-icon-brand-android: unicode('ec16');\n$ti-icon-brand-angular: unicode('ef6b');\n$ti-icon-brand-ansible: unicode('fa70');\n$ti-icon-brand-ao3: unicode('f5e8');\n$ti-icon-brand-appgallery: unicode('f231');\n$ti-icon-brand-apple: unicode('ec17');\n$ti-icon-brand-apple-arcade: unicode('ed69');\n$ti-icon-brand-apple-filled: unicode('fd74');\n$ti-icon-brand-apple-news: unicode('ff24');\n$ti-icon-brand-apple-podcast: unicode('f1e6');\n$ti-icon-brand-appstore: unicode('ed24');\n$ti-icon-brand-arc: unicode('feae');\n$ti-icon-brand-asana: unicode('edc5');\n$ti-icon-brand-astro: unicode('fdb9');\n$ti-icon-brand-auth0: unicode('fcb3');\n$ti-icon-brand-aws: unicode('fa4c');\n$ti-icon-brand-azure: unicode('fa4d');\n$ti-icon-brand-backbone: unicode('f325');\n$ti-icon-brand-badoo: unicode('f206');\n$ti-icon-brand-baidu: unicode('f5e9');\n$ti-icon-brand-bandcamp: unicode('f207');\n$ti-icon-brand-bandlab: unicode('f5fa');\n$ti-icon-brand-beats: unicode('f208');\n$ti-icon-brand-bebo: unicode('ffaa');\n$ti-icon-brand-behance: unicode('ec6e');\n$ti-icon-brand-bilibili: unicode('f6d2');\n$ti-icon-brand-binance: unicode('f5a0');\n$ti-icon-brand-bing: unicode('edc6');\n$ti-icon-brand-bitbucket: unicode('edc7');\n$ti-icon-brand-blackberry: unicode('f568');\n$ti-icon-brand-blender: unicode('f326');\n$ti-icon-brand-blogger: unicode('f35a');\n$ti-icon-brand-bluesky: unicode('fd75');\n$ti-icon-brand-booking: unicode('edc8');\n$ti-icon-brand-bootstrap: unicode('ef3e');\n$ti-icon-brand-bulma: unicode('f327');\n$ti-icon-brand-bumble: unicode('f5fb');\n$ti-icon-brand-bunpo: unicode('f4cf');\n$ti-icon-brand-c-sharp: unicode('f003');\n$ti-icon-brand-cake: unicode('f7a3');\n$ti-icon-brand-cakephp: unicode('f7af');\n$ti-icon-brand-campaignmonitor: unicode('f328');\n$ti-icon-brand-carbon: unicode('f348');\n$ti-icon-brand-cashapp: unicode('f391');\n$ti-icon-brand-chrome: unicode('ec18');\n$ti-icon-brand-cinema-4d: unicode('fa71');\n$ti-icon-brand-citymapper: unicode('f5fc');\n$ti-icon-brand-cloudflare: unicode('fa4e');\n$ti-icon-brand-codecov: unicode('f329');\n$ti-icon-brand-codepen: unicode('ec6f');\n$ti-icon-brand-codesandbox: unicode('ed6a');\n$ti-icon-brand-cohost: unicode('f5d5');\n$ti-icon-brand-coinbase: unicode('f209');\n$ti-icon-brand-comedy-central: unicode('f217');\n$ti-icon-brand-coreos: unicode('f5fd');\n$ti-icon-brand-couchdb: unicode('f60f');\n$ti-icon-brand-couchsurfing: unicode('f392');\n$ti-icon-brand-cpp: unicode('f5fe');\n$ti-icon-brand-craft: unicode('fa72');\n$ti-icon-brand-crunchbase: unicode('f7e3');\n$ti-icon-brand-css3: unicode('ed6b');\n$ti-icon-brand-ctemplar: unicode('f4d0');\n$ti-icon-brand-cucumber: unicode('ef6c');\n$ti-icon-brand-cupra: unicode('f4d1');\n$ti-icon-brand-cypress: unicode('f333');\n$ti-icon-brand-d3: unicode('f24e');\n$ti-icon-brand-databricks: unicode('fc41');\n$ti-icon-brand-days-counter: unicode('f4d2');\n$ti-icon-brand-dcos: unicode('f32a');\n$ti-icon-brand-debian: unicode('ef57');\n$ti-icon-brand-deezer: unicode('f78b');\n$ti-icon-brand-deliveroo: unicode('f4d3');\n$ti-icon-brand-deno: unicode('f24f');\n$ti-icon-brand-denodo: unicode('f610');\n$ti-icon-brand-deviantart: unicode('ecfb');\n$ti-icon-brand-digg: unicode('fa73');\n$ti-icon-brand-dingtalk: unicode('f5ea');\n$ti-icon-brand-discord: unicode('ece3');\n$ti-icon-brand-discord-filled: unicode('f7e4');\n$ti-icon-brand-disney: unicode('f20a');\n$ti-icon-brand-disqus: unicode('edc9');\n$ti-icon-brand-django: unicode('f349');\n$ti-icon-brand-docker: unicode('edca');\n$ti-icon-brand-doctrine: unicode('ef6d');\n$ti-icon-brand-dolby-digital: unicode('f4d4');\n$ti-icon-brand-douban: unicode('f5ff');\n$ti-icon-brand-dribbble: unicode('ec19');\n$ti-icon-brand-dribbble-filled: unicode('f7e5');\n$ti-icon-brand-drops: unicode('f4d5');\n$ti-icon-brand-drupal: unicode('f393');\n$ti-icon-brand-edge: unicode('ecfc');\n$ti-icon-brand-elastic: unicode('f611');\n$ti-icon-brand-electronic-arts: unicode('fa74');\n$ti-icon-brand-ember: unicode('f497');\n$ti-icon-brand-envato: unicode('f394');\n$ti-icon-brand-etsy: unicode('f654');\n$ti-icon-brand-evernote: unicode('f600');\n$ti-icon-brand-facebook: unicode('ec1a');\n$ti-icon-brand-facebook-filled: unicode('f7e6');\n$ti-icon-brand-feedly: unicode('fa75');\n$ti-icon-brand-figma: unicode('ec93');\n$ti-icon-brand-filezilla: unicode('fa76');\n$ti-icon-brand-finder: unicode('f218');\n$ti-icon-brand-firebase: unicode('ef6e');\n$ti-icon-brand-firefox: unicode('ecfd');\n$ti-icon-brand-fiverr: unicode('f7a4');\n$ti-icon-brand-flickr: unicode('ecfe');\n$ti-icon-brand-flightradar24: unicode('f4d6');\n$ti-icon-brand-flipboard: unicode('f20b');\n$ti-icon-brand-flutter: unicode('f395');\n$ti-icon-brand-fortnite: unicode('f260');\n$ti-icon-brand-foursquare: unicode('ecff');\n$ti-icon-brand-framer: unicode('ec1b');\n$ti-icon-brand-framer-motion: unicode('f78c');\n$ti-icon-brand-funimation: unicode('f655');\n$ti-icon-brand-gatsby: unicode('f396');\n$ti-icon-brand-git: unicode('ef6f');\n$ti-icon-brand-github: unicode('ec1c');\n$ti-icon-brand-github-copilot: unicode('f4a8');\n$ti-icon-brand-github-filled: unicode('f7e7');\n$ti-icon-brand-gitlab: unicode('ec1d');\n$ti-icon-brand-gmail: unicode('efa2');\n$ti-icon-brand-golang: unicode('f78d');\n$ti-icon-brand-google: unicode('ec1f');\n$ti-icon-brand-google-analytics: unicode('edcb');\n$ti-icon-brand-google-big-query: unicode('f612');\n$ti-icon-brand-google-drive: unicode('ec1e');\n$ti-icon-brand-google-filled: unicode('fd1a');\n$ti-icon-brand-google-fit: unicode('f297');\n$ti-icon-brand-google-home: unicode('f601');\n$ti-icon-brand-google-maps: unicode('fa4f');\n$ti-icon-brand-google-one: unicode('f232');\n$ti-icon-brand-google-photos: unicode('f20c');\n$ti-icon-brand-google-play: unicode('ed25');\n$ti-icon-brand-google-podcasts: unicode('f656');\n$ti-icon-brand-grammarly: unicode('f32b');\n$ti-icon-brand-graphql: unicode('f32c');\n$ti-icon-brand-gravatar: unicode('edcc');\n$ti-icon-brand-grindr: unicode('f20d');\n$ti-icon-brand-guardian: unicode('f4fb');\n$ti-icon-brand-gumroad: unicode('f5d6');\n$ti-icon-brand-hackerrank: unicode('ff23');\n$ti-icon-brand-hbo: unicode('f657');\n$ti-icon-brand-headlessui: unicode('f32d');\n$ti-icon-brand-hexo: unicode('fa50');\n$ti-icon-brand-hipchat: unicode('edcd');\n$ti-icon-brand-html5: unicode('ed6c');\n$ti-icon-brand-inertia: unicode('f34a');\n$ti-icon-brand-instagram: unicode('ec20');\n$ti-icon-brand-intercom: unicode('f1cf');\n$ti-icon-brand-itch: unicode('fa22');\n$ti-icon-brand-javascript: unicode('ef0c');\n$ti-icon-brand-juejin: unicode('f7b0');\n$ti-icon-brand-kako-talk: unicode('fd2d');\n$ti-icon-brand-kbin: unicode('fad0');\n$ti-icon-brand-kick: unicode('fa23');\n$ti-icon-brand-kickstarter: unicode('edce');\n$ti-icon-brand-kotlin: unicode('ed6d');\n$ti-icon-brand-laravel: unicode('f34b');\n$ti-icon-brand-lastfm: unicode('f001');\n$ti-icon-brand-leetcode: unicode('fa51');\n$ti-icon-brand-letterboxd: unicode('fa24');\n$ti-icon-brand-line: unicode('f7e8');\n$ti-icon-brand-linkedin: unicode('ec8c');\n$ti-icon-brand-linktree: unicode('f1e7');\n$ti-icon-brand-linqpad: unicode('f562');\n$ti-icon-brand-livewire: unicode('fd76');\n$ti-icon-brand-loom: unicode('ef70');\n$ti-icon-brand-mailgun: unicode('f32e');\n$ti-icon-brand-mantine: unicode('f32f');\n$ti-icon-brand-mastercard: unicode('ef49');\n$ti-icon-brand-mastodon: unicode('f250');\n$ti-icon-brand-matrix: unicode('f5eb');\n$ti-icon-brand-mcdonalds: unicode('f251');\n$ti-icon-brand-medium: unicode('ec70');\n$ti-icon-brand-meetup: unicode('fc6a');\n$ti-icon-brand-mercedes: unicode('f072');\n$ti-icon-brand-messenger: unicode('ec71');\n$ti-icon-brand-meta: unicode('efb0');\n$ti-icon-brand-metabrainz: unicode('ff12');\n$ti-icon-brand-minecraft: unicode('faef');\n$ti-icon-brand-miniprogram: unicode('f602');\n$ti-icon-brand-mixpanel: unicode('f397');\n$ti-icon-brand-monday: unicode('f219');\n$ti-icon-brand-mongodb: unicode('f613');\n$ti-icon-brand-my-oppo: unicode('f4d7');\n$ti-icon-brand-mysql: unicode('f614');\n$ti-icon-brand-national-geographic: unicode('f603');\n$ti-icon-brand-nem: unicode('f5a1');\n$ti-icon-brand-netbeans: unicode('ef71');\n$ti-icon-brand-netease-music: unicode('f604');\n$ti-icon-brand-netflix: unicode('edcf');\n$ti-icon-brand-nexo: unicode('f5a2');\n$ti-icon-brand-nextcloud: unicode('f4d8');\n$ti-icon-brand-nextjs: unicode('f0dd');\n$ti-icon-brand-nodejs: unicode('fae0');\n$ti-icon-brand-nord-vpn: unicode('f37f');\n$ti-icon-brand-notion: unicode('ef7b');\n$ti-icon-brand-npm: unicode('f569');\n$ti-icon-brand-nuxt: unicode('f0de');\n$ti-icon-brand-nytimes: unicode('ef8d');\n$ti-icon-brand-oauth: unicode('fa52');\n$ti-icon-brand-office: unicode('f398');\n$ti-icon-brand-ok-ru: unicode('f399');\n$ti-icon-brand-onedrive: unicode('f5d7');\n$ti-icon-brand-onlyfans: unicode('f605');\n$ti-icon-brand-open-source: unicode('edd0');\n$ti-icon-brand-openai: unicode('f78e');\n$ti-icon-brand-openvpn: unicode('f39a');\n$ti-icon-brand-opera: unicode('ec21');\n$ti-icon-brand-pagekit: unicode('edd1');\n$ti-icon-brand-parsinta: unicode('fc42');\n$ti-icon-brand-patreon: unicode('edd2');\n$ti-icon-brand-patreon-filled: unicode('fcff');\n$ti-icon-brand-paypal: unicode('ec22');\n$ti-icon-brand-paypal-filled: unicode('f7e9');\n$ti-icon-brand-paypay: unicode('f5ec');\n$ti-icon-brand-peanut: unicode('f39b');\n$ti-icon-brand-pepsi: unicode('f261');\n$ti-icon-brand-php: unicode('ef72');\n$ti-icon-brand-picsart: unicode('f4d9');\n$ti-icon-brand-pinterest: unicode('ec8d');\n$ti-icon-brand-planetscale: unicode('f78f');\n$ti-icon-brand-pnpm: unicode('fd77');\n$ti-icon-brand-pocket: unicode('ed00');\n$ti-icon-brand-polymer: unicode('f498');\n$ti-icon-brand-powershell: unicode('f5ed');\n$ti-icon-brand-printables: unicode('fd1b');\n$ti-icon-brand-prisma: unicode('f499');\n$ti-icon-brand-producthunt: unicode('edd3');\n$ti-icon-brand-pushbullet: unicode('f330');\n$ti-icon-brand-pushover: unicode('f20e');\n$ti-icon-brand-python: unicode('ed01');\n$ti-icon-brand-qq: unicode('f606');\n$ti-icon-brand-radix-ui: unicode('f790');\n$ti-icon-brand-react: unicode('f34c');\n$ti-icon-brand-react-native: unicode('ef73');\n$ti-icon-brand-reason: unicode('f49a');\n$ti-icon-brand-reddit: unicode('ec8e');\n$ti-icon-brand-redhat: unicode('f331');\n$ti-icon-brand-redux: unicode('f3a8');\n$ti-icon-brand-revolut: unicode('f4da');\n$ti-icon-brand-rumble: unicode('fad1');\n$ti-icon-brand-rust: unicode('fa53');\n$ti-icon-brand-safari: unicode('ec23');\n$ti-icon-brand-samsungpass: unicode('f4db');\n$ti-icon-brand-sass: unicode('edd4');\n$ti-icon-brand-sentry: unicode('edd5');\n$ti-icon-brand-sharik: unicode('f4dc');\n$ti-icon-brand-shazam: unicode('edd6');\n$ti-icon-brand-shopee: unicode('f252');\n$ti-icon-brand-sketch: unicode('ec24');\n$ti-icon-brand-skype: unicode('ed02');\n$ti-icon-brand-slack: unicode('ec72');\n$ti-icon-brand-snapchat: unicode('ec25');\n$ti-icon-brand-snapseed: unicode('f253');\n$ti-icon-brand-snowflake: unicode('f615');\n$ti-icon-brand-socket-io: unicode('f49b');\n$ti-icon-brand-solidjs: unicode('f5ee');\n$ti-icon-brand-soundcloud: unicode('ed6e');\n$ti-icon-brand-spacehey: unicode('f4fc');\n$ti-icon-brand-speedtest: unicode('fa77');\n$ti-icon-brand-spotify: unicode('ed03');\n$ti-icon-brand-spotify-filled: unicode('fe86');\n$ti-icon-brand-stackoverflow: unicode('ef58');\n$ti-icon-brand-stackshare: unicode('f607');\n$ti-icon-brand-steam: unicode('ed6f');\n$ti-icon-brand-stocktwits: unicode('fd78');\n$ti-icon-brand-storj: unicode('fa54');\n$ti-icon-brand-storybook: unicode('f332');\n$ti-icon-brand-storytel: unicode('f608');\n$ti-icon-brand-strava: unicode('f254');\n$ti-icon-brand-stripe: unicode('edd7');\n$ti-icon-brand-sublime-text: unicode('ef74');\n$ti-icon-brand-sugarizer: unicode('f7a5');\n$ti-icon-brand-supabase: unicode('f6d3');\n$ti-icon-brand-superhuman: unicode('f50c');\n$ti-icon-brand-supernova: unicode('f49c');\n$ti-icon-brand-surfshark: unicode('f255');\n$ti-icon-brand-svelte: unicode('f0df');\n$ti-icon-brand-swift: unicode('fa55');\n$ti-icon-brand-symfony: unicode('f616');\n$ti-icon-brand-tabler: unicode('ec8f');\n$ti-icon-brand-tailwind: unicode('eca1');\n$ti-icon-brand-taobao: unicode('f5ef');\n$ti-icon-brand-teams: unicode('fadf');\n$ti-icon-brand-ted: unicode('f658');\n$ti-icon-brand-telegram: unicode('ec26');\n$ti-icon-brand-terraform: unicode('fa56');\n$ti-icon-brand-tether: unicode('f5a3');\n$ti-icon-brand-thingiverse: unicode('fd1c');\n$ti-icon-brand-threads: unicode('fb02');\n$ti-icon-brand-threejs: unicode('f5f0');\n$ti-icon-brand-tidal: unicode('ed70');\n$ti-icon-brand-tiktok: unicode('ec73');\n$ti-icon-brand-tiktok-filled: unicode('f7ea');\n$ti-icon-brand-tinder: unicode('ed71');\n$ti-icon-brand-topbuzz: unicode('f50d');\n$ti-icon-brand-torchain: unicode('f5a4');\n$ti-icon-brand-toyota: unicode('f262');\n$ti-icon-brand-trello: unicode('f39d');\n$ti-icon-brand-tripadvisor: unicode('f002');\n$ti-icon-brand-tumblr: unicode('ed04');\n$ti-icon-brand-twilio: unicode('f617');\n$ti-icon-brand-twitch: unicode('ed05');\n$ti-icon-brand-twitter: unicode('ec27');\n$ti-icon-brand-twitter-filled: unicode('f7eb');\n$ti-icon-brand-typescript: unicode('f5f1');\n$ti-icon-brand-uber: unicode('ef75');\n$ti-icon-brand-ubuntu: unicode('ef59');\n$ti-icon-brand-unity: unicode('f49d');\n$ti-icon-brand-unsplash: unicode('edd8');\n$ti-icon-brand-upwork: unicode('f39e');\n$ti-icon-brand-valorant: unicode('f39f');\n$ti-icon-brand-vercel: unicode('ef24');\n$ti-icon-brand-vimeo: unicode('ed06');\n$ti-icon-brand-vinted: unicode('f20f');\n$ti-icon-brand-visa: unicode('f380');\n$ti-icon-brand-visual-studio: unicode('ef76');\n$ti-icon-brand-vite: unicode('f5f2');\n$ti-icon-brand-vivaldi: unicode('f210');\n$ti-icon-brand-vk: unicode('ed72');\n$ti-icon-brand-vlc: unicode('fa78');\n$ti-icon-brand-volkswagen: unicode('f50e');\n$ti-icon-brand-vsco: unicode('f334');\n$ti-icon-brand-vscode: unicode('f3a0');\n$ti-icon-brand-vue: unicode('f0e0');\n$ti-icon-brand-walmart: unicode('f211');\n$ti-icon-brand-waze: unicode('f5d8');\n$ti-icon-brand-webflow: unicode('f2d2');\n$ti-icon-brand-wechat: unicode('f5f3');\n$ti-icon-brand-weibo: unicode('f609');\n$ti-icon-brand-whatsapp: unicode('ec74');\n$ti-icon-brand-wikipedia: unicode('fa79');\n$ti-icon-brand-windows: unicode('ecd8');\n$ti-icon-brand-windy: unicode('f4dd');\n$ti-icon-brand-wish: unicode('f212');\n$ti-icon-brand-wix: unicode('f3a1');\n$ti-icon-brand-wordpress: unicode('f2d3');\n$ti-icon-brand-x: unicode('fc0f');\n$ti-icon-brand-x-filled: unicode('fc21');\n$ti-icon-brand-xamarin: unicode('fa7a');\n$ti-icon-brand-xbox: unicode('f298');\n$ti-icon-brand-xdeep: unicode('fc10');\n$ti-icon-brand-xing: unicode('f21a');\n$ti-icon-brand-yahoo: unicode('ed73');\n$ti-icon-brand-yandex: unicode('fae1');\n$ti-icon-brand-yarn: unicode('fd79');\n$ti-icon-brand-yatse: unicode('f213');\n$ti-icon-brand-ycombinator: unicode('edd9');\n$ti-icon-brand-youtube: unicode('ec90');\n$ti-icon-brand-youtube-filled: unicode('fc22');\n$ti-icon-brand-youtube-kids: unicode('f214');\n$ti-icon-brand-zalando: unicode('f49e');\n$ti-icon-brand-zapier: unicode('f49f');\n$ti-icon-brand-zeit: unicode('f335');\n$ti-icon-brand-zhihu: unicode('f60a');\n$ti-icon-brand-zoom: unicode('f215');\n$ti-icon-brand-zulip: unicode('f4de');\n$ti-icon-brand-zwift: unicode('f216');\n$ti-icon-bread: unicode('efa3');\n$ti-icon-bread-filled: unicode('fe85');\n$ti-icon-bread-off: unicode('f3cb');\n$ti-icon-briefcase: unicode('ea46');\n$ti-icon-briefcase-2: unicode('fb03');\n$ti-icon-briefcase-2-filled: unicode('fe84');\n$ti-icon-briefcase-filled: unicode('fd00');\n$ti-icon-briefcase-off: unicode('f3cc');\n$ti-icon-brightness: unicode('eb7f');\n$ti-icon-brightness-2: unicode('ee19');\n$ti-icon-brightness-auto: unicode('fd99');\n$ti-icon-brightness-auto-filled: unicode('fe83');\n$ti-icon-brightness-down: unicode('eb7d');\n$ti-icon-brightness-down-filled: unicode('fb23');\n$ti-icon-brightness-filled: unicode('fe82');\n$ti-icon-brightness-half: unicode('ee1a');\n$ti-icon-brightness-off: unicode('f3cd');\n$ti-icon-brightness-up: unicode('eb7e');\n$ti-icon-brightness-up-filled: unicode('fb24');\n$ti-icon-broadcast: unicode('f1e9');\n$ti-icon-broadcast-off: unicode('f1e8');\n$ti-icon-browser: unicode('ebb7');\n$ti-icon-browser-check: unicode('efd6');\n$ti-icon-browser-off: unicode('f0c1');\n$ti-icon-browser-plus: unicode('efd7');\n$ti-icon-browser-x: unicode('efd8');\n$ti-icon-brush: unicode('ebb8');\n$ti-icon-brush-off: unicode('f0c2');\n$ti-icon-bubble: unicode('feba');\n$ti-icon-bubble-filled: unicode('fec3');\n$ti-icon-bubble-minus: unicode('febe');\n$ti-icon-bubble-plus: unicode('febd');\n$ti-icon-bubble-tea: unicode('ff51');\n$ti-icon-bubble-tea-2: unicode('ff52');\n$ti-icon-bubble-text: unicode('febc');\n$ti-icon-bubble-x: unicode('febb');\n$ti-icon-bucket: unicode('ea47');\n$ti-icon-bucket-droplet: unicode('f56a');\n$ti-icon-bucket-off: unicode('f103');\n$ti-icon-bug: unicode('ea48');\n$ti-icon-bug-filled: unicode('fd01');\n$ti-icon-bug-off: unicode('f0c3');\n$ti-icon-building: unicode('ea4f');\n$ti-icon-building-airport: unicode('ffa9');\n$ti-icon-building-arch: unicode('ea49');\n$ti-icon-building-bank: unicode('ebe2');\n$ti-icon-building-bridge: unicode('ea4b');\n$ti-icon-building-bridge-2: unicode('ea4a');\n$ti-icon-building-broadcast-tower: unicode('f4be');\n$ti-icon-building-broadcast-tower-filled: unicode('fe81');\n$ti-icon-building-burj-al-arab: unicode('ff50');\n$ti-icon-building-carousel: unicode('ed87');\n$ti-icon-building-castle: unicode('ed88');\n$ti-icon-building-church: unicode('ea4c');\n$ti-icon-building-circus: unicode('f4bf');\n$ti-icon-building-cog: unicode('10062');\n$ti-icon-building-community: unicode('ebf6');\n$ti-icon-building-cottage: unicode('ee1b');\n$ti-icon-building-estate: unicode('f5a5');\n$ti-icon-building-factory: unicode('ee1c');\n$ti-icon-building-factory-2: unicode('f082');\n$ti-icon-building-fortress: unicode('ed89');\n$ti-icon-building-hospital: unicode('ea4d');\n$ti-icon-building-lighthouse: unicode('ed8a');\n$ti-icon-building-minus: unicode('10061');\n$ti-icon-building-monument: unicode('ed26');\n$ti-icon-building-mosque: unicode('fa57');\n$ti-icon-building-off: unicode('fefd');\n$ti-icon-building-pavilion: unicode('ebf7');\n$ti-icon-building-plus: unicode('10060');\n$ti-icon-building-skyscraper: unicode('ec39');\n$ti-icon-building-stadium: unicode('f641');\n$ti-icon-building-store: unicode('ea4e');\n$ti-icon-building-tunnel: unicode('f5a6');\n$ti-icon-building-warehouse: unicode('ebe3');\n$ti-icon-building-wind-turbine: unicode('f4c0');\n$ti-icon-buildings: unicode('ff40');\n$ti-icon-bulb: unicode('ea51');\n$ti-icon-bulb-filled: unicode('f66a');\n$ti-icon-bulb-off: unicode('ea50');\n$ti-icon-bulldozer: unicode('ee1d');\n$ti-icon-burger: unicode('fcb4');\n$ti-icon-bus: unicode('ebe4');\n$ti-icon-bus-off: unicode('f3ce');\n$ti-icon-bus-stop: unicode('f2d4');\n$ti-icon-businessplan: unicode('ee1e');\n$ti-icon-butterfly: unicode('efd9');\n$ti-icon-butterfly-filled: unicode('10016');\n$ti-icon-cactus: unicode('f21b');\n$ti-icon-cactus-filled: unicode('fb25');\n$ti-icon-cactus-off: unicode('f3cf');\n$ti-icon-cake: unicode('f00f');\n$ti-icon-cake-off: unicode('f104');\n$ti-icon-calculator: unicode('eb80');\n$ti-icon-calculator-filled: unicode('fb26');\n$ti-icon-calculator-off: unicode('f0c4');\n$ti-icon-calendar: unicode('ea53');\n$ti-icon-calendar-bolt: unicode('f822');\n$ti-icon-calendar-cancel: unicode('f823');\n$ti-icon-calendar-check: unicode('f824');\n$ti-icon-calendar-clock: unicode('fd2e');\n$ti-icon-calendar-code: unicode('f825');\n$ti-icon-calendar-cog: unicode('f826');\n$ti-icon-calendar-dollar: unicode('f827');\n$ti-icon-calendar-dot: unicode('fd3e');\n$ti-icon-calendar-down: unicode('f828');\n$ti-icon-calendar-due: unicode('f621');\n$ti-icon-calendar-event: unicode('ea52');\n$ti-icon-calendar-exclamation: unicode('f829');\n$ti-icon-calendar-filled: unicode('fb27');\n$ti-icon-calendar-heart: unicode('f82a');\n$ti-icon-calendar-minus: unicode('ebb9');\n$ti-icon-calendar-month: unicode('fd2f');\n$ti-icon-calendar-off: unicode('ee1f');\n$ti-icon-calendar-pause: unicode('f82b');\n$ti-icon-calendar-pin: unicode('f82c');\n$ti-icon-calendar-plus: unicode('ebba');\n$ti-icon-calendar-question: unicode('f82d');\n$ti-icon-calendar-repeat: unicode('fad2');\n$ti-icon-calendar-sad: unicode('fd1d');\n$ti-icon-calendar-search: unicode('f82e');\n$ti-icon-calendar-share: unicode('f82f');\n$ti-icon-calendar-smile: unicode('fd1e');\n$ti-icon-calendar-star: unicode('f830');\n$ti-icon-calendar-stats: unicode('ee20');\n$ti-icon-calendar-time: unicode('ee21');\n$ti-icon-calendar-up: unicode('f831');\n$ti-icon-calendar-user: unicode('fd1f');\n$ti-icon-calendar-week: unicode('fd30');\n$ti-icon-calendar-x: unicode('f832');\n$ti-icon-camera: unicode('ea54');\n$ti-icon-camera-ai: unicode('ffa8');\n$ti-icon-camera-bitcoin: unicode('ffa7');\n$ti-icon-camera-bolt: unicode('f833');\n$ti-icon-camera-cancel: unicode('f834');\n$ti-icon-camera-check: unicode('f835');\n$ti-icon-camera-code: unicode('f836');\n$ti-icon-camera-cog: unicode('f837');\n$ti-icon-camera-dollar: unicode('f838');\n$ti-icon-camera-down: unicode('f839');\n$ti-icon-camera-exclamation: unicode('f83a');\n$ti-icon-camera-filled: unicode('fa37');\n$ti-icon-camera-heart: unicode('f83b');\n$ti-icon-camera-minus: unicode('ec3a');\n$ti-icon-camera-moon: unicode('ffa6');\n$ti-icon-camera-off: unicode('ecee');\n$ti-icon-camera-pause: unicode('f83c');\n$ti-icon-camera-pin: unicode('f83d');\n$ti-icon-camera-plus: unicode('ec3b');\n$ti-icon-camera-question: unicode('f83e');\n$ti-icon-camera-rotate: unicode('ee22');\n$ti-icon-camera-search: unicode('f83f');\n$ti-icon-camera-selfie: unicode('ee23');\n$ti-icon-camera-share: unicode('f840');\n$ti-icon-camera-spark: unicode('ffbc');\n$ti-icon-camera-star: unicode('f841');\n$ti-icon-camera-up: unicode('f842');\n$ti-icon-camera-x: unicode('f843');\n$ti-icon-camper: unicode('fa25');\n$ti-icon-campfire: unicode('f5a7');\n$ti-icon-campfire-filled: unicode('fb28');\n$ti-icon-cancel: unicode('ff11');\n$ti-icon-candle: unicode('efc6');\n$ti-icon-candle-filled: unicode('fc23');\n$ti-icon-candy: unicode('ef0d');\n$ti-icon-candy-off: unicode('f0c5');\n$ti-icon-cane: unicode('f50f');\n$ti-icon-cannabis: unicode('f4c1');\n$ti-icon-cannabis-filled: unicode('10015');\n$ti-icon-cap-projecting: unicode('ff22');\n$ti-icon-cap-rounded: unicode('ff21');\n$ti-icon-cap-straight: unicode('ff20');\n$ti-icon-capsule: unicode('fae3');\n$ti-icon-capsule-filled: unicode('fc24');\n$ti-icon-capsule-horizontal: unicode('fae2');\n$ti-icon-capsule-horizontal-filled: unicode('fc25');\n$ti-icon-capture: unicode('ec3c');\n$ti-icon-capture-filled: unicode('fb29');\n$ti-icon-capture-off: unicode('f0c6');\n$ti-icon-car: unicode('ebbb');\n$ti-icon-car-4wd: unicode('fdb8');\n$ti-icon-car-4wd-filled: unicode('1001e');\n$ti-icon-car-crane: unicode('ef25');\n$ti-icon-car-crash: unicode('efa4');\n$ti-icon-car-fan: unicode('fdb3');\n$ti-icon-car-fan-1: unicode('fdb7');\n$ti-icon-car-fan-2: unicode('fdb6');\n$ti-icon-car-fan-3: unicode('fdb5');\n$ti-icon-car-fan-auto: unicode('fdb4');\n$ti-icon-car-fan-filled: unicode('1001d');\n$ti-icon-car-filled: unicode('1004c');\n$ti-icon-car-garage: unicode('fc77');\n$ti-icon-car-off: unicode('f0c7');\n$ti-icon-car-suv: unicode('fc8b');\n$ti-icon-car-suv-filled: unicode('1004d');\n$ti-icon-car-turbine: unicode('f4fd');\n$ti-icon-carambola: unicode('feb9');\n$ti-icon-carambola-filled: unicode('10014');\n$ti-icon-caravan: unicode('ec7c');\n$ti-icon-cardboards: unicode('ed74');\n$ti-icon-cardboards-filled: unicode('1001c');\n$ti-icon-cardboards-off: unicode('f0c8');\n$ti-icon-cards: unicode('f510');\n$ti-icon-cards-filled: unicode('fc26');\n$ti-icon-caret-down: unicode('eb5d');\n$ti-icon-caret-down-filled: unicode('fb2a');\n$ti-icon-caret-left: unicode('eb5e');\n$ti-icon-caret-left-filled: unicode('fb2b');\n$ti-icon-caret-left-right: unicode('fc43');\n$ti-icon-caret-left-right-filled: unicode('fd02');\n$ti-icon-caret-right: unicode('eb5f');\n$ti-icon-caret-right-filled: unicode('fb2c');\n$ti-icon-caret-up: unicode('eb60');\n$ti-icon-caret-up-down: unicode('fc44');\n$ti-icon-caret-up-down-filled: unicode('fd03');\n$ti-icon-caret-up-filled: unicode('fb2d');\n$ti-icon-carousel-horizontal: unicode('f659');\n$ti-icon-carousel-horizontal-filled: unicode('fa92');\n$ti-icon-carousel-vertical: unicode('f65a');\n$ti-icon-carousel-vertical-filled: unicode('fa93');\n$ti-icon-carrot: unicode('f21c');\n$ti-icon-carrot-off: unicode('f3d0');\n$ti-icon-cash: unicode('ea55');\n$ti-icon-cash-banknote: unicode('ee25');\n$ti-icon-cash-banknote-filled: unicode('fe80');\n$ti-icon-cash-banknote-off: unicode('ee24');\n$ti-icon-cash-off: unicode('f105');\n$ti-icon-cash-register: unicode('fee6');\n$ti-icon-cast: unicode('ea56');\n$ti-icon-cast-off: unicode('f0c9');\n$ti-icon-cat: unicode('f65b');\n$ti-icon-category: unicode('f1f6');\n$ti-icon-category-2: unicode('f1f5');\n$ti-icon-category-filled: unicode('fb2e');\n$ti-icon-category-minus: unicode('fd20');\n$ti-icon-category-plus: unicode('fd21');\n$ti-icon-ce: unicode('ed75');\n$ti-icon-ce-off: unicode('f0ca');\n$ti-icon-cell: unicode('f05f');\n$ti-icon-cell-signal-1: unicode('f083');\n$ti-icon-cell-signal-2: unicode('f084');\n$ti-icon-cell-signal-3: unicode('f085');\n$ti-icon-cell-signal-4: unicode('f086');\n$ti-icon-cell-signal-5: unicode('f087');\n$ti-icon-cell-signal-off: unicode('f088');\n$ti-icon-certificate: unicode('ed76');\n$ti-icon-certificate-2: unicode('f073');\n$ti-icon-certificate-2-off: unicode('f0cb');\n$ti-icon-certificate-off: unicode('f0cc');\n$ti-icon-chair-director: unicode('f2d5');\n$ti-icon-chalkboard: unicode('f34d');\n$ti-icon-chalkboard-off: unicode('f3d1');\n$ti-icon-charging-pile: unicode('ee26');\n$ti-icon-charging-pile-filled: unicode('1001b');\n$ti-icon-chart-arcs: unicode('ee28');\n$ti-icon-chart-arcs-3: unicode('ee27');\n$ti-icon-chart-area: unicode('ea58');\n$ti-icon-chart-area-filled: unicode('f66b');\n$ti-icon-chart-area-line: unicode('ea57');\n$ti-icon-chart-area-line-filled: unicode('f66c');\n$ti-icon-chart-arrows: unicode('ee2a');\n$ti-icon-chart-arrows-vertical: unicode('ee29');\n$ti-icon-chart-bar: unicode('ea59');\n$ti-icon-chart-bar-off: unicode('f3d2');\n$ti-icon-chart-bar-popular: unicode('fef7');\n$ti-icon-chart-bubble: unicode('ec75');\n$ti-icon-chart-bubble-filled: unicode('f66d');\n$ti-icon-chart-candle: unicode('ea5a');\n$ti-icon-chart-candle-filled: unicode('f66e');\n$ti-icon-chart-circles: unicode('ee2b');\n$ti-icon-chart-cohort: unicode('fef6');\n$ti-icon-chart-column: unicode('ffa5');\n$ti-icon-chart-covariate: unicode('ffa4');\n$ti-icon-chart-donut: unicode('ea5b');\n$ti-icon-chart-donut-2: unicode('ee2c');\n$ti-icon-chart-donut-3: unicode('ee2d');\n$ti-icon-chart-donut-4: unicode('ee2e');\n$ti-icon-chart-donut-filled: unicode('f66f');\n$ti-icon-chart-dots: unicode('ee2f');\n$ti-icon-chart-dots-2: unicode('f097');\n$ti-icon-chart-dots-3: unicode('f098');\n$ti-icon-chart-dots-filled: unicode('fd04');\n$ti-icon-chart-funnel: unicode('fef5');\n$ti-icon-chart-grid-dots: unicode('f4c2');\n$ti-icon-chart-grid-dots-filled: unicode('fd05');\n$ti-icon-chart-histogram: unicode('f65c');\n$ti-icon-chart-infographic: unicode('ee30');\n$ti-icon-chart-line: unicode('ea5c');\n$ti-icon-chart-pie: unicode('ea5d');\n$ti-icon-chart-pie-2: unicode('ee31');\n$ti-icon-chart-pie-3: unicode('ee32');\n$ti-icon-chart-pie-4: unicode('ee33');\n$ti-icon-chart-pie-filled: unicode('f670');\n$ti-icon-chart-pie-off: unicode('f3d3');\n$ti-icon-chart-ppf: unicode('f618');\n$ti-icon-chart-radar: unicode('ed77');\n$ti-icon-chart-sankey: unicode('f619');\n$ti-icon-chart-scatter: unicode('fd93');\n$ti-icon-chart-scatter-3d: unicode('fd92');\n$ti-icon-chart-treemap: unicode('f381');\n$ti-icon-check: unicode('ea5e');\n$ti-icon-checkbox: unicode('eba6');\n$ti-icon-checklist: unicode('f074');\n$ti-icon-checks: unicode('ebaa');\n$ti-icon-checkup-list: unicode('ef5a');\n$ti-icon-cheese: unicode('ef26');\n$ti-icon-chef-hat: unicode('f21d');\n$ti-icon-chef-hat-off: unicode('f3d4');\n$ti-icon-cherry: unicode('f511');\n$ti-icon-cherry-filled: unicode('f728');\n$ti-icon-chess: unicode('f382');\n$ti-icon-chess-bishop: unicode('f56b');\n$ti-icon-chess-bishop-filled: unicode('f729');\n$ti-icon-chess-filled: unicode('f72a');\n$ti-icon-chess-king: unicode('f56c');\n$ti-icon-chess-king-filled: unicode('f72b');\n$ti-icon-chess-knight: unicode('f56d');\n$ti-icon-chess-knight-filled: unicode('f72c');\n$ti-icon-chess-queen: unicode('f56e');\n$ti-icon-chess-queen-filled: unicode('f72d');\n$ti-icon-chess-rook: unicode('f56f');\n$ti-icon-chess-rook-filled: unicode('f72e');\n$ti-icon-chevron-compact-down: unicode('faf0');\n$ti-icon-chevron-compact-left: unicode('faf1');\n$ti-icon-chevron-compact-right: unicode('faf2');\n$ti-icon-chevron-compact-up: unicode('faf3');\n$ti-icon-chevron-down: unicode('ea5f');\n$ti-icon-chevron-down-left: unicode('ed09');\n$ti-icon-chevron-down-right: unicode('ed0a');\n$ti-icon-chevron-left: unicode('ea60');\n$ti-icon-chevron-left-pipe: unicode('fae4');\n$ti-icon-chevron-right: unicode('ea61');\n$ti-icon-chevron-right-pipe: unicode('fae5');\n$ti-icon-chevron-up: unicode('ea62');\n$ti-icon-chevron-up-left: unicode('ed0b');\n$ti-icon-chevron-up-right: unicode('ed0c');\n$ti-icon-chevrons-down: unicode('ea63');\n$ti-icon-chevrons-down-left: unicode('ed0d');\n$ti-icon-chevrons-down-right: unicode('ed0e');\n$ti-icon-chevrons-left: unicode('ea64');\n$ti-icon-chevrons-right: unicode('ea65');\n$ti-icon-chevrons-up: unicode('ea66');\n$ti-icon-chevrons-up-left: unicode('ed0f');\n$ti-icon-chevrons-up-right: unicode('ed10');\n$ti-icon-chisel: unicode('f383');\n$ti-icon-christmas-ball: unicode('fd31');\n$ti-icon-christmas-tree: unicode('ed78');\n$ti-icon-christmas-tree-filled: unicode('1001a');\n$ti-icon-christmas-tree-off: unicode('f3d5');\n$ti-icon-circle: unicode('ea6b');\n$ti-icon-circle-arrow-down: unicode('f6f9');\n$ti-icon-circle-arrow-down-filled: unicode('f6f4');\n$ti-icon-circle-arrow-down-left: unicode('f6f6');\n$ti-icon-circle-arrow-down-left-filled: unicode('f6f5');\n$ti-icon-circle-arrow-down-right: unicode('f6f8');\n$ti-icon-circle-arrow-down-right-filled: unicode('f6f7');\n$ti-icon-circle-arrow-left: unicode('f6fb');\n$ti-icon-circle-arrow-left-filled: unicode('f6fa');\n$ti-icon-circle-arrow-right: unicode('f6fd');\n$ti-icon-circle-arrow-right-filled: unicode('f6fc');\n$ti-icon-circle-arrow-up: unicode('f703');\n$ti-icon-circle-arrow-up-filled: unicode('f6fe');\n$ti-icon-circle-arrow-up-left: unicode('f700');\n$ti-icon-circle-arrow-up-left-filled: unicode('f6ff');\n$ti-icon-circle-arrow-up-right: unicode('f702');\n$ti-icon-circle-arrow-up-right-filled: unicode('f701');\n$ti-icon-circle-caret-down: unicode('f4a9');\n$ti-icon-circle-caret-left: unicode('f4aa');\n$ti-icon-circle-caret-right: unicode('f4ab');\n$ti-icon-circle-caret-up: unicode('f4ac');\n$ti-icon-circle-check: unicode('ea67');\n$ti-icon-circle-check-filled: unicode('f704');\n$ti-icon-circle-chevron-down: unicode('f622');\n$ti-icon-circle-chevron-left: unicode('f623');\n$ti-icon-circle-chevron-right: unicode('f624');\n$ti-icon-circle-chevron-up: unicode('f625');\n$ti-icon-circle-chevrons-down: unicode('f642');\n$ti-icon-circle-chevrons-left: unicode('f643');\n$ti-icon-circle-chevrons-right: unicode('f644');\n$ti-icon-circle-chevrons-up: unicode('f645');\n$ti-icon-circle-dashed: unicode('ed27');\n$ti-icon-circle-dashed-check: unicode('feb8');\n$ti-icon-circle-dashed-letter-a: unicode('ff9a');\n$ti-icon-circle-dashed-letter-b: unicode('ff99');\n$ti-icon-circle-dashed-letter-c: unicode('ff98');\n$ti-icon-circle-dashed-letter-d: unicode('ff97');\n$ti-icon-circle-dashed-letter-e: unicode('ff96');\n$ti-icon-circle-dashed-letter-f: unicode('ff95');\n$ti-icon-circle-dashed-letter-g: unicode('ff94');\n$ti-icon-circle-dashed-letter-h: unicode('ff93');\n$ti-icon-circle-dashed-letter-i: unicode('ff92');\n$ti-icon-circle-dashed-letter-j: unicode('ff91');\n$ti-icon-circle-dashed-letter-k: unicode('ff90');\n$ti-icon-circle-dashed-letter-l: unicode('ff8f');\n$ti-icon-circle-dashed-letter-letter-v: unicode('ff8e');\n$ti-icon-circle-dashed-letter-m: unicode('ff8d');\n$ti-icon-circle-dashed-letter-n: unicode('ff8c');\n$ti-icon-circle-dashed-letter-o: unicode('ff8b');\n$ti-icon-circle-dashed-letter-p: unicode('ff8a');\n$ti-icon-circle-dashed-letter-q: unicode('ff89');\n$ti-icon-circle-dashed-letter-r: unicode('ff88');\n$ti-icon-circle-dashed-letter-s: unicode('ff87');\n$ti-icon-circle-dashed-letter-t: unicode('ff86');\n$ti-icon-circle-dashed-letter-u: unicode('ff85');\n$ti-icon-circle-dashed-letter-v: unicode('ff84');\n$ti-icon-circle-dashed-letter-w: unicode('ff83');\n$ti-icon-circle-dashed-letter-x: unicode('ff82');\n$ti-icon-circle-dashed-letter-y: unicode('ff81');\n$ti-icon-circle-dashed-letter-z: unicode('ff80');\n$ti-icon-circle-dashed-minus: unicode('feb7');\n$ti-icon-circle-dashed-number-0: unicode('fc6b');\n$ti-icon-circle-dashed-number-1: unicode('fc6c');\n$ti-icon-circle-dashed-number-2: unicode('fc6d');\n$ti-icon-circle-dashed-number-3: unicode('fc6e');\n$ti-icon-circle-dashed-number-4: unicode('fc6f');\n$ti-icon-circle-dashed-number-5: unicode('fc70');\n$ti-icon-circle-dashed-number-6: unicode('fc71');\n$ti-icon-circle-dashed-number-7: unicode('fc72');\n$ti-icon-circle-dashed-number-8: unicode('fc73');\n$ti-icon-circle-dashed-number-9: unicode('fc74');\n$ti-icon-circle-dashed-percentage: unicode('fd7a');\n$ti-icon-circle-dashed-plus: unicode('feb6');\n$ti-icon-circle-dashed-x: unicode('fc75');\n$ti-icon-circle-dot: unicode('efb1');\n$ti-icon-circle-dot-filled: unicode('f705');\n$ti-icon-circle-dotted: unicode('ed28');\n$ti-icon-circle-dotted-letter-a: unicode('ff7f');\n$ti-icon-circle-dotted-letter-b: unicode('ff7e');\n$ti-icon-circle-dotted-letter-c: unicode('ff7d');\n$ti-icon-circle-dotted-letter-d: unicode('ff7c');\n$ti-icon-circle-dotted-letter-e: unicode('ff7b');\n$ti-icon-circle-dotted-letter-f: unicode('ff7a');\n$ti-icon-circle-dotted-letter-g: unicode('ff79');\n$ti-icon-circle-dotted-letter-h: unicode('ff78');\n$ti-icon-circle-dotted-letter-i: unicode('ff77');\n$ti-icon-circle-dotted-letter-j: unicode('ff76');\n$ti-icon-circle-dotted-letter-k: unicode('ff75');\n$ti-icon-circle-dotted-letter-l: unicode('ff74');\n$ti-icon-circle-dotted-letter-m: unicode('ff73');\n$ti-icon-circle-dotted-letter-n: unicode('ff72');\n$ti-icon-circle-dotted-letter-o: unicode('ff71');\n$ti-icon-circle-dotted-letter-p: unicode('ff70');\n$ti-icon-circle-dotted-letter-q: unicode('ff6f');\n$ti-icon-circle-dotted-letter-r: unicode('ff6e');\n$ti-icon-circle-dotted-letter-s: unicode('ff6d');\n$ti-icon-circle-dotted-letter-t: unicode('ff6c');\n$ti-icon-circle-dotted-letter-u: unicode('ff6b');\n$ti-icon-circle-dotted-letter-v: unicode('ff6a');\n$ti-icon-circle-dotted-letter-w: unicode('ff69');\n$ti-icon-circle-dotted-letter-x: unicode('ff68');\n$ti-icon-circle-dotted-letter-y: unicode('ff67');\n$ti-icon-circle-dotted-letter-z: unicode('ff66');\n$ti-icon-circle-filled: unicode('f671');\n$ti-icon-circle-half: unicode('ee3f');\n$ti-icon-circle-half-2: unicode('eff3');\n$ti-icon-circle-half-vertical: unicode('ee3e');\n$ti-icon-circle-key: unicode('f633');\n$ti-icon-circle-key-filled: unicode('f706');\n$ti-icon-circle-letter-a: unicode('f441');\n$ti-icon-circle-letter-a-filled: unicode('fe7f');\n$ti-icon-circle-letter-b: unicode('f442');\n$ti-icon-circle-letter-b-filled: unicode('fe7e');\n$ti-icon-circle-letter-c: unicode('f443');\n$ti-icon-circle-letter-c-filled: unicode('fe7d');\n$ti-icon-circle-letter-d: unicode('f444');\n$ti-icon-circle-letter-d-filled: unicode('fe7c');\n$ti-icon-circle-letter-e: unicode('f445');\n$ti-icon-circle-letter-e-filled: unicode('fe7b');\n$ti-icon-circle-letter-f: unicode('f446');\n$ti-icon-circle-letter-f-filled: unicode('fe7a');\n$ti-icon-circle-letter-g: unicode('f447');\n$ti-icon-circle-letter-g-filled: unicode('fe79');\n$ti-icon-circle-letter-h: unicode('f448');\n$ti-icon-circle-letter-h-filled: unicode('fe78');\n$ti-icon-circle-letter-i: unicode('f449');\n$ti-icon-circle-letter-i-filled: unicode('fe77');\n$ti-icon-circle-letter-j: unicode('f44a');\n$ti-icon-circle-letter-j-filled: unicode('fe76');\n$ti-icon-circle-letter-k: unicode('f44b');\n$ti-icon-circle-letter-k-filled: unicode('fe75');\n$ti-icon-circle-letter-l: unicode('f44c');\n$ti-icon-circle-letter-l-filled: unicode('fe74');\n$ti-icon-circle-letter-m: unicode('f44d');\n$ti-icon-circle-letter-m-filled: unicode('fe73');\n$ti-icon-circle-letter-n: unicode('f44e');\n$ti-icon-circle-letter-n-filled: unicode('fe72');\n$ti-icon-circle-letter-o: unicode('f44f');\n$ti-icon-circle-letter-o-filled: unicode('fe71');\n$ti-icon-circle-letter-p: unicode('f450');\n$ti-icon-circle-letter-p-filled: unicode('fe70');\n$ti-icon-circle-letter-q: unicode('f451');\n$ti-icon-circle-letter-q-filled: unicode('fe6f');\n$ti-icon-circle-letter-r: unicode('f452');\n$ti-icon-circle-letter-r-filled: unicode('fe6e');\n$ti-icon-circle-letter-s: unicode('f453');\n$ti-icon-circle-letter-s-filled: unicode('fe6d');\n$ti-icon-circle-letter-t: unicode('f454');\n$ti-icon-circle-letter-t-filled: unicode('fe6c');\n$ti-icon-circle-letter-u: unicode('f455');\n$ti-icon-circle-letter-u-filled: unicode('fe6b');\n$ti-icon-circle-letter-v: unicode('f4ad');\n$ti-icon-circle-letter-v-filled: unicode('fe6a');\n$ti-icon-circle-letter-w: unicode('f456');\n$ti-icon-circle-letter-w-filled: unicode('fe69');\n$ti-icon-circle-letter-x: unicode('f4ae');\n$ti-icon-circle-letter-x-filled: unicode('fe68');\n$ti-icon-circle-letter-y: unicode('f457');\n$ti-icon-circle-letter-y-filled: unicode('fe67');\n$ti-icon-circle-letter-z: unicode('f458');\n$ti-icon-circle-letter-z-filled: unicode('fe66');\n$ti-icon-circle-minus: unicode('ea68');\n$ti-icon-circle-minus-2: unicode('fc8c');\n$ti-icon-circle-number-0: unicode('ee34');\n$ti-icon-circle-number-0-filled: unicode('f72f');\n$ti-icon-circle-number-1: unicode('ee35');\n$ti-icon-circle-number-1-filled: unicode('f730');\n$ti-icon-circle-number-2: unicode('ee36');\n$ti-icon-circle-number-2-filled: unicode('f731');\n$ti-icon-circle-number-3: unicode('ee37');\n$ti-icon-circle-number-3-filled: unicode('f732');\n$ti-icon-circle-number-4: unicode('ee38');\n$ti-icon-circle-number-4-filled: unicode('f733');\n$ti-icon-circle-number-5: unicode('ee39');\n$ti-icon-circle-number-5-filled: unicode('f734');\n$ti-icon-circle-number-6: unicode('ee3a');\n$ti-icon-circle-number-6-filled: unicode('f735');\n$ti-icon-circle-number-7: unicode('ee3b');\n$ti-icon-circle-number-7-filled: unicode('f736');\n$ti-icon-circle-number-8: unicode('ee3c');\n$ti-icon-circle-number-8-filled: unicode('f737');\n$ti-icon-circle-number-9: unicode('ee3d');\n$ti-icon-circle-number-9-filled: unicode('f738');\n$ti-icon-circle-off: unicode('ee40');\n$ti-icon-circle-percentage: unicode('fd7b');\n$ti-icon-circle-percentage-filled: unicode('fed5');\n$ti-icon-circle-plus: unicode('ea69');\n$ti-icon-circle-plus-2: unicode('fc8d');\n$ti-icon-circle-plus-filled: unicode('fef9');\n$ti-icon-circle-rectangle: unicode('f010');\n$ti-icon-circle-rectangle-filled: unicode('ff63');\n$ti-icon-circle-rectangle-off: unicode('f0cd');\n$ti-icon-circle-square: unicode('ece4');\n$ti-icon-circle-triangle: unicode('f011');\n$ti-icon-circle-x: unicode('ea6a');\n$ti-icon-circle-x-filled: unicode('f739');\n$ti-icon-circles: unicode('ece5');\n$ti-icon-circles-filled: unicode('f672');\n$ti-icon-circles-relation: unicode('f4c3');\n$ti-icon-circuit-ammeter: unicode('f271');\n$ti-icon-circuit-battery: unicode('f272');\n$ti-icon-circuit-bulb: unicode('f273');\n$ti-icon-circuit-capacitor: unicode('f275');\n$ti-icon-circuit-capacitor-polarized: unicode('f274');\n$ti-icon-circuit-cell: unicode('f277');\n$ti-icon-circuit-cell-plus: unicode('f276');\n$ti-icon-circuit-changeover: unicode('f278');\n$ti-icon-circuit-diode: unicode('f27a');\n$ti-icon-circuit-diode-zener: unicode('f279');\n$ti-icon-circuit-ground: unicode('f27c');\n$ti-icon-circuit-ground-digital: unicode('f27b');\n$ti-icon-circuit-inductor: unicode('f27d');\n$ti-icon-circuit-motor: unicode('f27e');\n$ti-icon-circuit-pushbutton: unicode('f27f');\n$ti-icon-circuit-resistor: unicode('f280');\n$ti-icon-circuit-switch-closed: unicode('f281');\n$ti-icon-circuit-switch-open: unicode('f282');\n$ti-icon-circuit-voltmeter: unicode('f283');\n$ti-icon-clear-all: unicode('ee41');\n$ti-icon-clear-formatting: unicode('ebe5');\n$ti-icon-click: unicode('ebbc');\n$ti-icon-cliff-jumping: unicode('fefc');\n$ti-icon-clipboard: unicode('ea6f');\n$ti-icon-clipboard-check: unicode('ea6c');\n$ti-icon-clipboard-copy: unicode('f299');\n$ti-icon-clipboard-data: unicode('f563');\n$ti-icon-clipboard-heart: unicode('f34e');\n$ti-icon-clipboard-list: unicode('ea6d');\n$ti-icon-clipboard-off: unicode('f0ce');\n$ti-icon-clipboard-plus: unicode('efb2');\n$ti-icon-clipboard-smile: unicode('fd9a');\n$ti-icon-clipboard-text: unicode('f089');\n$ti-icon-clipboard-typography: unicode('f34f');\n$ti-icon-clipboard-x: unicode('ea6e');\n$ti-icon-clock: unicode('ea70');\n$ti-icon-clock-12: unicode('fc56');\n$ti-icon-clock-2: unicode('f099');\n$ti-icon-clock-24: unicode('fc57');\n$ti-icon-clock-bitcoin: unicode('ff3f');\n$ti-icon-clock-bolt: unicode('f844');\n$ti-icon-clock-cancel: unicode('f546');\n$ti-icon-clock-check: unicode('f7c1');\n$ti-icon-clock-code: unicode('f845');\n$ti-icon-clock-cog: unicode('f7c2');\n$ti-icon-clock-dollar: unicode('f846');\n$ti-icon-clock-down: unicode('f7c3');\n$ti-icon-clock-edit: unicode('f547');\n$ti-icon-clock-exclamation: unicode('f847');\n$ti-icon-clock-filled: unicode('f73a');\n$ti-icon-clock-heart: unicode('f7c4');\n$ti-icon-clock-hour-1: unicode('f313');\n$ti-icon-clock-hour-1-filled: unicode('fe65');\n$ti-icon-clock-hour-10: unicode('f314');\n$ti-icon-clock-hour-10-filled: unicode('fe64');\n$ti-icon-clock-hour-11: unicode('f315');\n$ti-icon-clock-hour-11-filled: unicode('fe63');\n$ti-icon-clock-hour-12: unicode('f316');\n$ti-icon-clock-hour-12-filled: unicode('fe62');\n$ti-icon-clock-hour-2: unicode('f317');\n$ti-icon-clock-hour-2-filled: unicode('fe61');\n$ti-icon-clock-hour-3: unicode('f318');\n$ti-icon-clock-hour-3-filled: unicode('fe60');\n$ti-icon-clock-hour-4: unicode('f319');\n$ti-icon-clock-hour-4-filled: unicode('fe5f');\n$ti-icon-clock-hour-5: unicode('f31a');\n$ti-icon-clock-hour-5-filled: unicode('fe5e');\n$ti-icon-clock-hour-6: unicode('f31b');\n$ti-icon-clock-hour-6-filled: unicode('fe5d');\n$ti-icon-clock-hour-7: unicode('f31c');\n$ti-icon-clock-hour-7-filled: unicode('fe5c');\n$ti-icon-clock-hour-8: unicode('f31d');\n$ti-icon-clock-hour-8-filled: unicode('fe5b');\n$ti-icon-clock-hour-9: unicode('f31e');\n$ti-icon-clock-hour-9-filled: unicode('fe5a');\n$ti-icon-clock-minus: unicode('f848');\n$ti-icon-clock-off: unicode('f0cf');\n$ti-icon-clock-pause: unicode('f548');\n$ti-icon-clock-pin: unicode('f849');\n$ti-icon-clock-play: unicode('f549');\n$ti-icon-clock-plus: unicode('f7c5');\n$ti-icon-clock-question: unicode('f7c6');\n$ti-icon-clock-record: unicode('f54a');\n$ti-icon-clock-search: unicode('f7c7');\n$ti-icon-clock-share: unicode('f84a');\n$ti-icon-clock-shield: unicode('f7c8');\n$ti-icon-clock-star: unicode('f7c9');\n$ti-icon-clock-stop: unicode('f54b');\n$ti-icon-clock-up: unicode('f7ca');\n$ti-icon-clock-x: unicode('f7cb');\n$ti-icon-clothes-rack: unicode('f285');\n$ti-icon-clothes-rack-off: unicode('f3d6');\n$ti-icon-cloud: unicode('ea76');\n$ti-icon-cloud-bitcoin: unicode('ff3e');\n$ti-icon-cloud-bolt: unicode('f84b');\n$ti-icon-cloud-cancel: unicode('f84c');\n$ti-icon-cloud-check: unicode('f84d');\n$ti-icon-cloud-code: unicode('f84e');\n$ti-icon-cloud-cog: unicode('f84f');\n$ti-icon-cloud-computing: unicode('f1d0');\n$ti-icon-cloud-data-connection: unicode('f1d1');\n$ti-icon-cloud-dollar: unicode('f850');\n$ti-icon-cloud-down: unicode('f851');\n$ti-icon-cloud-download: unicode('ea71');\n$ti-icon-cloud-exclamation: unicode('f852');\n$ti-icon-cloud-filled: unicode('f673');\n$ti-icon-cloud-fog: unicode('ecd9');\n$ti-icon-cloud-heart: unicode('f853');\n$ti-icon-cloud-lock: unicode('efdb');\n$ti-icon-cloud-lock-open: unicode('efda');\n$ti-icon-cloud-minus: unicode('f854');\n$ti-icon-cloud-network: unicode('fc78');\n$ti-icon-cloud-off: unicode('ed3e');\n$ti-icon-cloud-pause: unicode('f855');\n$ti-icon-cloud-pin: unicode('f856');\n$ti-icon-cloud-plus: unicode('f857');\n$ti-icon-cloud-question: unicode('f858');\n$ti-icon-cloud-rain: unicode('ea72');\n$ti-icon-cloud-search: unicode('f859');\n$ti-icon-cloud-share: unicode('f85a');\n$ti-icon-cloud-snow: unicode('ea73');\n$ti-icon-cloud-star: unicode('f85b');\n$ti-icon-cloud-storm: unicode('ea74');\n$ti-icon-cloud-up: unicode('f85c');\n$ti-icon-cloud-upload: unicode('ea75');\n$ti-icon-cloud-x: unicode('f85d');\n$ti-icon-clover: unicode('f1ea');\n$ti-icon-clover-2: unicode('f21e');\n$ti-icon-clover-filled: unicode('10013');\n$ti-icon-clubs: unicode('eff4');\n$ti-icon-clubs-filled: unicode('f674');\n$ti-icon-code: unicode('ea77');\n$ti-icon-code-asterisk: unicode('f312');\n$ti-icon-code-circle: unicode('f4ff');\n$ti-icon-code-circle-2: unicode('f4fe');\n$ti-icon-code-circle-2-filled: unicode('fed4');\n$ti-icon-code-circle-filled: unicode('fed3');\n$ti-icon-code-dots: unicode('f61a');\n$ti-icon-code-minus: unicode('ee42');\n$ti-icon-code-off: unicode('f0d0');\n$ti-icon-code-plus: unicode('ee43');\n$ti-icon-coffee: unicode('ef0e');\n$ti-icon-coffee-off: unicode('f106');\n$ti-icon-coffin: unicode('f579');\n$ti-icon-coin: unicode('eb82');\n$ti-icon-coin-bitcoin: unicode('f2be');\n$ti-icon-coin-bitcoin-filled: unicode('fd06');\n$ti-icon-coin-euro: unicode('f2bf');\n$ti-icon-coin-euro-filled: unicode('fd07');\n$ti-icon-coin-filled: unicode('fd08');\n$ti-icon-coin-monero: unicode('f4a0');\n$ti-icon-coin-monero-filled: unicode('fd09');\n$ti-icon-coin-off: unicode('f0d1');\n$ti-icon-coin-pound: unicode('f2c0');\n$ti-icon-coin-pound-filled: unicode('fd0a');\n$ti-icon-coin-rupee: unicode('f2c1');\n$ti-icon-coin-rupee-filled: unicode('fd0b');\n$ti-icon-coin-taka: unicode('fd0d');\n$ti-icon-coin-taka-filled: unicode('fd0c');\n$ti-icon-coin-yen: unicode('f2c2');\n$ti-icon-coin-yen-filled: unicode('fd0e');\n$ti-icon-coin-yuan: unicode('f2c3');\n$ti-icon-coin-yuan-filled: unicode('fd0f');\n$ti-icon-coins: unicode('f65d');\n$ti-icon-color-filter: unicode('f5a8');\n$ti-icon-color-picker: unicode('ebe6');\n$ti-icon-color-picker-off: unicode('f0d2');\n$ti-icon-color-swatch: unicode('eb61');\n$ti-icon-color-swatch-off: unicode('f0d3');\n$ti-icon-column-insert-left: unicode('ee44');\n$ti-icon-column-insert-right: unicode('ee45');\n$ti-icon-column-remove: unicode('faf4');\n$ti-icon-columns: unicode('eb83');\n$ti-icon-columns-1: unicode('f6d4');\n$ti-icon-columns-2: unicode('f6d5');\n$ti-icon-columns-3: unicode('f6d6');\n$ti-icon-columns-off: unicode('f0d4');\n$ti-icon-comet: unicode('ec76');\n$ti-icon-command: unicode('ea78');\n$ti-icon-command-off: unicode('f3d7');\n$ti-icon-compass: unicode('ea79');\n$ti-icon-compass-filled: unicode('fd10');\n$ti-icon-compass-off: unicode('f0d5');\n$ti-icon-components: unicode('efa5');\n$ti-icon-components-off: unicode('f0d6');\n$ti-icon-cone: unicode('efdd');\n$ti-icon-cone-2: unicode('efdc');\n$ti-icon-cone-2-filled: unicode('fe59');\n$ti-icon-cone-filled: unicode('fe58');\n$ti-icon-cone-off: unicode('f3d8');\n$ti-icon-cone-plus: unicode('fa94');\n$ti-icon-confetti: unicode('ee46');\n$ti-icon-confetti-off: unicode('f3d9');\n$ti-icon-confucius: unicode('f58a');\n$ti-icon-congruent-to: unicode('ffa3');\n$ti-icon-container: unicode('ee47');\n$ti-icon-container-off: unicode('f107');\n$ti-icon-contract: unicode('fefb');\n$ti-icon-contrast: unicode('ec4e');\n$ti-icon-contrast-2: unicode('efc7');\n$ti-icon-contrast-2-filled: unicode('fe57');\n$ti-icon-contrast-2-off: unicode('f3da');\n$ti-icon-contrast-filled: unicode('fe56');\n$ti-icon-contrast-off: unicode('f3db');\n$ti-icon-cooker: unicode('f57a');\n$ti-icon-cookie: unicode('fdb1');\n$ti-icon-cookie-filled: unicode('fe54');\n$ti-icon-cookie-man: unicode('fdb2');\n$ti-icon-cookie-man-filled: unicode('fe55');\n$ti-icon-cookie-off: unicode('f0d7');\n$ti-icon-copy: unicode('ea7a');\n$ti-icon-copy-check: unicode('fdb0');\n$ti-icon-copy-check-filled: unicode('fe53');\n$ti-icon-copy-minus: unicode('fdaf');\n$ti-icon-copy-minus-filled: unicode('fe52');\n$ti-icon-copy-off: unicode('f0d8');\n$ti-icon-copy-plus: unicode('fdae');\n$ti-icon-copy-plus-filled: unicode('fe51');\n$ti-icon-copy-x: unicode('fdad');\n$ti-icon-copy-x-filled: unicode('fe50');\n$ti-icon-copyleft: unicode('ec3d');\n$ti-icon-copyleft-filled: unicode('f73b');\n$ti-icon-copyleft-off: unicode('f0d9');\n$ti-icon-copyright: unicode('ea7b');\n$ti-icon-copyright-filled: unicode('f73c');\n$ti-icon-copyright-off: unicode('f0da');\n$ti-icon-corner-down-left: unicode('ea7c');\n$ti-icon-corner-down-left-double: unicode('ee48');\n$ti-icon-corner-down-right: unicode('ea7d');\n$ti-icon-corner-down-right-double: unicode('ee49');\n$ti-icon-corner-left-down: unicode('ea7e');\n$ti-icon-corner-left-down-double: unicode('ee4a');\n$ti-icon-corner-left-up: unicode('ea7f');\n$ti-icon-corner-left-up-double: unicode('ee4b');\n$ti-icon-corner-right-down: unicode('ea80');\n$ti-icon-corner-right-down-double: unicode('ee4c');\n$ti-icon-corner-right-up: unicode('ea81');\n$ti-icon-corner-right-up-double: unicode('ee4d');\n$ti-icon-corner-up-left: unicode('ea82');\n$ti-icon-corner-up-left-double: unicode('ee4e');\n$ti-icon-corner-up-right: unicode('ea83');\n$ti-icon-corner-up-right-double: unicode('ee4f');\n$ti-icon-cpu: unicode('ef8e');\n$ti-icon-cpu-2: unicode('f075');\n$ti-icon-cpu-off: unicode('f108');\n$ti-icon-crane: unicode('ef27');\n$ti-icon-crane-off: unicode('f109');\n$ti-icon-creative-commons: unicode('efb3');\n$ti-icon-creative-commons-by: unicode('f21f');\n$ti-icon-creative-commons-nc: unicode('f220');\n$ti-icon-creative-commons-nd: unicode('f221');\n$ti-icon-creative-commons-off: unicode('f10a');\n$ti-icon-creative-commons-sa: unicode('f222');\n$ti-icon-creative-commons-zero: unicode('f223');\n$ti-icon-credit-card: unicode('ea84');\n$ti-icon-credit-card-filled: unicode('fd11');\n$ti-icon-credit-card-off: unicode('ed11');\n$ti-icon-credit-card-pay: unicode('fd32');\n$ti-icon-credit-card-refund: unicode('fd33');\n$ti-icon-cricket: unicode('f09a');\n$ti-icon-crop: unicode('ea85');\n$ti-icon-crop-1-1: unicode('fd50');\n$ti-icon-crop-1-1-filled: unicode('fe4f');\n$ti-icon-crop-16-9: unicode('fd51');\n$ti-icon-crop-16-9-filled: unicode('fe4e');\n$ti-icon-crop-3-2: unicode('fd52');\n$ti-icon-crop-3-2-filled: unicode('fe4d');\n$ti-icon-crop-5-4: unicode('fd53');\n$ti-icon-crop-5-4-filled: unicode('fe4c');\n$ti-icon-crop-7-5: unicode('fd54');\n$ti-icon-crop-7-5-filled: unicode('fe4b');\n$ti-icon-crop-landscape: unicode('fd55');\n$ti-icon-crop-landscape-filled: unicode('fe4a');\n$ti-icon-crop-portrait: unicode('fd56');\n$ti-icon-crop-portrait-filled: unicode('fe49');\n$ti-icon-cross: unicode('ef8f');\n$ti-icon-cross-filled: unicode('f675');\n$ti-icon-cross-off: unicode('f10b');\n$ti-icon-crosshair: unicode('ec3e');\n$ti-icon-crown: unicode('ed12');\n$ti-icon-crown-off: unicode('ee50');\n$ti-icon-crutches: unicode('ef5b');\n$ti-icon-crutches-off: unicode('f10c');\n$ti-icon-crystal-ball: unicode('f57b');\n$ti-icon-csv: unicode('f791');\n$ti-icon-cube: unicode('fa97');\n$ti-icon-cube-3d-sphere: unicode('ecd7');\n$ti-icon-cube-3d-sphere-off: unicode('f3b5');\n$ti-icon-cube-off: unicode('fa95');\n$ti-icon-cube-plus: unicode('fa96');\n$ti-icon-cube-send: unicode('f61b');\n$ti-icon-cube-spark: unicode('ffbb');\n$ti-icon-cube-unfolded: unicode('f61c');\n$ti-icon-cup: unicode('ef28');\n$ti-icon-cup-off: unicode('f10d');\n$ti-icon-curling: unicode('efc8');\n$ti-icon-curly-loop: unicode('ecda');\n$ti-icon-currency: unicode('efa6');\n$ti-icon-currency-afghani: unicode('f65e');\n$ti-icon-currency-bahraini: unicode('ee51');\n$ti-icon-currency-baht: unicode('f08a');\n$ti-icon-currency-bitcoin: unicode('ebab');\n$ti-icon-currency-cent: unicode('ee53');\n$ti-icon-currency-dinar: unicode('ee54');\n$ti-icon-currency-dirham: unicode('ee55');\n$ti-icon-currency-dogecoin: unicode('ef4b');\n$ti-icon-currency-dollar: unicode('eb84');\n$ti-icon-currency-dollar-australian: unicode('ee56');\n$ti-icon-currency-dollar-brunei: unicode('f36c');\n$ti-icon-currency-dollar-canadian: unicode('ee57');\n$ti-icon-currency-dollar-guyanese: unicode('f36d');\n$ti-icon-currency-dollar-off: unicode('f3dc');\n$ti-icon-currency-dollar-singapore: unicode('ee58');\n$ti-icon-currency-dollar-zimbabwean: unicode('f36e');\n$ti-icon-currency-dong: unicode('f36f');\n$ti-icon-currency-dram: unicode('f370');\n$ti-icon-currency-ethereum: unicode('ee59');\n$ti-icon-currency-euro: unicode('eb85');\n$ti-icon-currency-euro-off: unicode('f3dd');\n$ti-icon-currency-florin: unicode('faf5');\n$ti-icon-currency-forint: unicode('ee5a');\n$ti-icon-currency-frank: unicode('ee5b');\n$ti-icon-currency-guarani: unicode('f371');\n$ti-icon-currency-hryvnia: unicode('f372');\n$ti-icon-currency-iranian-rial: unicode('fa58');\n$ti-icon-currency-kip: unicode('f373');\n$ti-icon-currency-krone-czech: unicode('ee5c');\n$ti-icon-currency-krone-danish: unicode('ee5d');\n$ti-icon-currency-krone-swedish: unicode('ee5e');\n$ti-icon-currency-lari: unicode('f374');\n$ti-icon-currency-leu: unicode('ee5f');\n$ti-icon-currency-lira: unicode('ee60');\n$ti-icon-currency-litecoin: unicode('ee61');\n$ti-icon-currency-lyd: unicode('f375');\n$ti-icon-currency-manat: unicode('f376');\n$ti-icon-currency-monero: unicode('f377');\n$ti-icon-currency-naira: unicode('ee62');\n$ti-icon-currency-nano: unicode('f7a6');\n$ti-icon-currency-off: unicode('f3de');\n$ti-icon-currency-paanga: unicode('f378');\n$ti-icon-currency-peso: unicode('f65f');\n$ti-icon-currency-pound: unicode('ebac');\n$ti-icon-currency-pound-off: unicode('f3df');\n$ti-icon-currency-quetzal: unicode('f379');\n$ti-icon-currency-real: unicode('ee63');\n$ti-icon-currency-renminbi: unicode('ee64');\n$ti-icon-currency-ripple: unicode('ee65');\n$ti-icon-currency-riyal: unicode('ee66');\n$ti-icon-currency-rubel: unicode('ee67');\n$ti-icon-currency-rufiyaa: unicode('f37a');\n$ti-icon-currency-rupee: unicode('ebad');\n$ti-icon-currency-rupee-nepalese: unicode('f37b');\n$ti-icon-currency-shekel: unicode('ee68');\n$ti-icon-currency-solana: unicode('f4a1');\n$ti-icon-currency-som: unicode('f37c');\n$ti-icon-currency-taka: unicode('ee69');\n$ti-icon-currency-tenge: unicode('f37d');\n$ti-icon-currency-tugrik: unicode('ee6a');\n$ti-icon-currency-won: unicode('ee6b');\n$ti-icon-currency-xrp: unicode('fd34');\n$ti-icon-currency-yen: unicode('ebae');\n$ti-icon-currency-yen-off: unicode('f3e0');\n$ti-icon-currency-yuan: unicode('f29a');\n$ti-icon-currency-zloty: unicode('ee6c');\n$ti-icon-current-location: unicode('ecef');\n$ti-icon-current-location-off: unicode('f10e');\n$ti-icon-cursor-off: unicode('f10f');\n$ti-icon-cursor-text: unicode('ee6d');\n$ti-icon-cut: unicode('ea86');\n$ti-icon-cylinder: unicode('f54c');\n$ti-icon-cylinder-off: unicode('fa98');\n$ti-icon-cylinder-plus: unicode('fa99');\n$ti-icon-dashboard: unicode('ea87');\n$ti-icon-dashboard-filled: unicode('10019');\n$ti-icon-dashboard-off: unicode('f3e1');\n$ti-icon-database: unicode('ea88');\n$ti-icon-database-cog: unicode('fa10');\n$ti-icon-database-dollar: unicode('fa11');\n$ti-icon-database-edit: unicode('fa12');\n$ti-icon-database-exclamation: unicode('fa13');\n$ti-icon-database-export: unicode('ee6e');\n$ti-icon-database-heart: unicode('fa14');\n$ti-icon-database-import: unicode('ee6f');\n$ti-icon-database-leak: unicode('fa15');\n$ti-icon-database-minus: unicode('fa16');\n$ti-icon-database-off: unicode('ee70');\n$ti-icon-database-plus: unicode('fa17');\n$ti-icon-database-search: unicode('fa18');\n$ti-icon-database-share: unicode('fa19');\n$ti-icon-database-smile: unicode('fd9b');\n$ti-icon-database-star: unicode('fa1a');\n$ti-icon-database-x: unicode('fa1b');\n$ti-icon-decimal: unicode('fa26');\n$ti-icon-deer: unicode('f4c5');\n$ti-icon-delta: unicode('f53c');\n$ti-icon-dental: unicode('f025');\n$ti-icon-dental-broken: unicode('f286');\n$ti-icon-dental-off: unicode('f110');\n$ti-icon-deselect: unicode('f9f3');\n$ti-icon-desk: unicode('fd35');\n$ti-icon-details: unicode('ee71');\n$ti-icon-details-off: unicode('f3e2');\n$ti-icon-device-airpods: unicode('f5a9');\n$ti-icon-device-airpods-case: unicode('f646');\n$ti-icon-device-airtag: unicode('fae6');\n$ti-icon-device-analytics: unicode('ee72');\n$ti-icon-device-audio-tape: unicode('ee73');\n$ti-icon-device-camera-phone: unicode('f233');\n$ti-icon-device-cctv: unicode('ee74');\n$ti-icon-device-cctv-filled: unicode('1004b');\n$ti-icon-device-cctv-off: unicode('f3e3');\n$ti-icon-device-computer-camera: unicode('ee76');\n$ti-icon-device-computer-camera-off: unicode('ee75');\n$ti-icon-device-desktop: unicode('ea89');\n$ti-icon-device-desktop-analytics: unicode('ee77');\n$ti-icon-device-desktop-bolt: unicode('f85e');\n$ti-icon-device-desktop-cancel: unicode('f85f');\n$ti-icon-device-desktop-check: unicode('f860');\n$ti-icon-device-desktop-code: unicode('f861');\n$ti-icon-device-desktop-cog: unicode('f862');\n$ti-icon-device-desktop-dollar: unicode('f863');\n$ti-icon-device-desktop-down: unicode('f864');\n$ti-icon-device-desktop-exclamation: unicode('f865');\n$ti-icon-device-desktop-filled: unicode('1004a');\n$ti-icon-device-desktop-heart: unicode('f866');\n$ti-icon-device-desktop-minus: unicode('f867');\n$ti-icon-device-desktop-off: unicode('ee78');\n$ti-icon-device-desktop-pause: unicode('f868');\n$ti-icon-device-desktop-pin: unicode('f869');\n$ti-icon-device-desktop-plus: unicode('f86a');\n$ti-icon-device-desktop-question: unicode('f86b');\n$ti-icon-device-desktop-search: unicode('f86c');\n$ti-icon-device-desktop-share: unicode('f86d');\n$ti-icon-device-desktop-star: unicode('f86e');\n$ti-icon-device-desktop-up: unicode('f86f');\n$ti-icon-device-desktop-x: unicode('f870');\n$ti-icon-device-floppy: unicode('eb62');\n$ti-icon-device-gamepad: unicode('eb63');\n$ti-icon-device-gamepad-2: unicode('f1d2');\n$ti-icon-device-gamepad-3: unicode('fc58');\n$ti-icon-device-gamepad-3-filled: unicode('10049');\n$ti-icon-device-heart-monitor: unicode('f060');\n$ti-icon-device-heart-monitor-filled: unicode('fa38');\n$ti-icon-device-imac: unicode('f7a7');\n$ti-icon-device-imac-bolt: unicode('f871');\n$ti-icon-device-imac-cancel: unicode('f872');\n$ti-icon-device-imac-check: unicode('f873');\n$ti-icon-device-imac-code: unicode('f874');\n$ti-icon-device-imac-cog: unicode('f875');\n$ti-icon-device-imac-dollar: unicode('f876');\n$ti-icon-device-imac-down: unicode('f877');\n$ti-icon-device-imac-exclamation: unicode('f878');\n$ti-icon-device-imac-filled: unicode('10048');\n$ti-icon-device-imac-heart: unicode('f879');\n$ti-icon-device-imac-minus: unicode('f87a');\n$ti-icon-device-imac-off: unicode('f87b');\n$ti-icon-device-imac-pause: unicode('f87c');\n$ti-icon-device-imac-pin: unicode('f87d');\n$ti-icon-device-imac-plus: unicode('f87e');\n$ti-icon-device-imac-question: unicode('f87f');\n$ti-icon-device-imac-search: unicode('f880');\n$ti-icon-device-imac-share: unicode('f881');\n$ti-icon-device-imac-star: unicode('f882');\n$ti-icon-device-imac-up: unicode('f883');\n$ti-icon-device-imac-x: unicode('f884');\n$ti-icon-device-ipad: unicode('f648');\n$ti-icon-device-ipad-bolt: unicode('f885');\n$ti-icon-device-ipad-cancel: unicode('f886');\n$ti-icon-device-ipad-check: unicode('f887');\n$ti-icon-device-ipad-code: unicode('f888');\n$ti-icon-device-ipad-cog: unicode('f889');\n$ti-icon-device-ipad-dollar: unicode('f88a');\n$ti-icon-device-ipad-down: unicode('f88b');\n$ti-icon-device-ipad-exclamation: unicode('f88c');\n$ti-icon-device-ipad-filled: unicode('10047');\n$ti-icon-device-ipad-heart: unicode('f88d');\n$ti-icon-device-ipad-horizontal: unicode('f647');\n$ti-icon-device-ipad-horizontal-bolt: unicode('f88e');\n$ti-icon-device-ipad-horizontal-cancel: unicode('f88f');\n$ti-icon-device-ipad-horizontal-check: unicode('f890');\n$ti-icon-device-ipad-horizontal-code: unicode('f891');\n$ti-icon-device-ipad-horizontal-cog: unicode('f892');\n$ti-icon-device-ipad-horizontal-dollar: unicode('f893');\n$ti-icon-device-ipad-horizontal-down: unicode('f894');\n$ti-icon-device-ipad-horizontal-exclamation: unicode('f895');\n$ti-icon-device-ipad-horizontal-heart: unicode('f896');\n$ti-icon-device-ipad-horizontal-minus: unicode('f897');\n$ti-icon-device-ipad-horizontal-off: unicode('f898');\n$ti-icon-device-ipad-horizontal-pause: unicode('f899');\n$ti-icon-device-ipad-horizontal-pin: unicode('f89a');\n$ti-icon-device-ipad-horizontal-plus: unicode('f89b');\n$ti-icon-device-ipad-horizontal-question: unicode('f89c');\n$ti-icon-device-ipad-horizontal-search: unicode('f89d');\n$ti-icon-device-ipad-horizontal-share: unicode('f89e');\n$ti-icon-device-ipad-horizontal-star: unicode('f89f');\n$ti-icon-device-ipad-horizontal-up: unicode('f8a0');\n$ti-icon-device-ipad-horizontal-x: unicode('f8a1');\n$ti-icon-device-ipad-minus: unicode('f8a2');\n$ti-icon-device-ipad-off: unicode('f8a3');\n$ti-icon-device-ipad-pause: unicode('f8a4');\n$ti-icon-device-ipad-pin: unicode('f8a5');\n$ti-icon-device-ipad-plus: unicode('f8a6');\n$ti-icon-device-ipad-question: unicode('f8a7');\n$ti-icon-device-ipad-search: unicode('f8a8');\n$ti-icon-device-ipad-share: unicode('f8a9');\n$ti-icon-device-ipad-star: unicode('f8aa');\n$ti-icon-device-ipad-up: unicode('f8ab');\n$ti-icon-device-ipad-x: unicode('f8ac');\n$ti-icon-device-landline-phone: unicode('f649');\n$ti-icon-device-laptop: unicode('eb64');\n$ti-icon-device-laptop-off: unicode('f061');\n$ti-icon-device-mobile: unicode('ea8a');\n$ti-icon-device-mobile-bolt: unicode('f8ad');\n$ti-icon-device-mobile-cancel: unicode('f8ae');\n$ti-icon-device-mobile-charging: unicode('f224');\n$ti-icon-device-mobile-check: unicode('f8af');\n$ti-icon-device-mobile-code: unicode('f8b0');\n$ti-icon-device-mobile-cog: unicode('f8b1');\n$ti-icon-device-mobile-dollar: unicode('f8b2');\n$ti-icon-device-mobile-down: unicode('f8b3');\n$ti-icon-device-mobile-exclamation: unicode('f8b4');\n$ti-icon-device-mobile-filled: unicode('fa39');\n$ti-icon-device-mobile-heart: unicode('f8b5');\n$ti-icon-device-mobile-message: unicode('ee79');\n$ti-icon-device-mobile-minus: unicode('f8b6');\n$ti-icon-device-mobile-off: unicode('f062');\n$ti-icon-device-mobile-pause: unicode('f8b7');\n$ti-icon-device-mobile-pin: unicode('f8b8');\n$ti-icon-device-mobile-plus: unicode('f8b9');\n$ti-icon-device-mobile-question: unicode('f8ba');\n$ti-icon-device-mobile-rotated: unicode('ecdb');\n$ti-icon-device-mobile-search: unicode('f8bb');\n$ti-icon-device-mobile-share: unicode('f8bc');\n$ti-icon-device-mobile-star: unicode('f8bd');\n$ti-icon-device-mobile-up: unicode('f8be');\n$ti-icon-device-mobile-vibration: unicode('eb86');\n$ti-icon-device-mobile-x: unicode('f8bf');\n$ti-icon-device-nintendo: unicode('f026');\n$ti-icon-device-nintendo-off: unicode('f111');\n$ti-icon-device-projector: unicode('fc11');\n$ti-icon-device-remote: unicode('f792');\n$ti-icon-device-remote-filled: unicode('10046');\n$ti-icon-device-sd-card: unicode('f384');\n$ti-icon-device-sim: unicode('f4b2');\n$ti-icon-device-sim-1: unicode('f4af');\n$ti-icon-device-sim-2: unicode('f4b0');\n$ti-icon-device-sim-3: unicode('f4b1');\n$ti-icon-device-speaker: unicode('ea8b');\n$ti-icon-device-speaker-filled: unicode('10045');\n$ti-icon-device-speaker-off: unicode('f112');\n$ti-icon-device-tablet: unicode('ea8c');\n$ti-icon-device-tablet-bolt: unicode('f8c0');\n$ti-icon-device-tablet-cancel: unicode('f8c1');\n$ti-icon-device-tablet-check: unicode('f8c2');\n$ti-icon-device-tablet-code: unicode('f8c3');\n$ti-icon-device-tablet-cog: unicode('f8c4');\n$ti-icon-device-tablet-dollar: unicode('f8c5');\n$ti-icon-device-tablet-down: unicode('f8c6');\n$ti-icon-device-tablet-exclamation: unicode('f8c7');\n$ti-icon-device-tablet-filled: unicode('fa3a');\n$ti-icon-device-tablet-heart: unicode('f8c8');\n$ti-icon-device-tablet-minus: unicode('f8c9');\n$ti-icon-device-tablet-off: unicode('f063');\n$ti-icon-device-tablet-pause: unicode('f8ca');\n$ti-icon-device-tablet-pin: unicode('f8cb');\n$ti-icon-device-tablet-plus: unicode('f8cc');\n$ti-icon-device-tablet-question: unicode('f8cd');\n$ti-icon-device-tablet-search: unicode('f8ce');\n$ti-icon-device-tablet-share: unicode('f8cf');\n$ti-icon-device-tablet-star: unicode('f8d0');\n$ti-icon-device-tablet-up: unicode('f8d1');\n$ti-icon-device-tablet-x: unicode('f8d2');\n$ti-icon-device-tv: unicode('ea8d');\n$ti-icon-device-tv-filled: unicode('10043');\n$ti-icon-device-tv-off: unicode('f064');\n$ti-icon-device-tv-old: unicode('f1d3');\n$ti-icon-device-tv-old-filled: unicode('10044');\n$ti-icon-device-unknown: unicode('fef4');\n$ti-icon-device-unknown-filled: unicode('10018');\n$ti-icon-device-usb: unicode('fc59');\n$ti-icon-device-usb-filled: unicode('10042');\n$ti-icon-device-vision-pro: unicode('fae7');\n$ti-icon-device-vision-pro-filled: unicode('10041');\n$ti-icon-device-watch: unicode('ebf9');\n$ti-icon-device-watch-bolt: unicode('f8d3');\n$ti-icon-device-watch-cancel: unicode('f8d4');\n$ti-icon-device-watch-check: unicode('f8d5');\n$ti-icon-device-watch-code: unicode('f8d6');\n$ti-icon-device-watch-cog: unicode('f8d7');\n$ti-icon-device-watch-dollar: unicode('f8d8');\n$ti-icon-device-watch-down: unicode('f8d9');\n$ti-icon-device-watch-exclamation: unicode('f8da');\n$ti-icon-device-watch-filled: unicode('10040');\n$ti-icon-device-watch-heart: unicode('f8db');\n$ti-icon-device-watch-minus: unicode('f8dc');\n$ti-icon-device-watch-off: unicode('f065');\n$ti-icon-device-watch-pause: unicode('f8dd');\n$ti-icon-device-watch-pin: unicode('f8de');\n$ti-icon-device-watch-plus: unicode('f8df');\n$ti-icon-device-watch-question: unicode('f8e0');\n$ti-icon-device-watch-search: unicode('f8e1');\n$ti-icon-device-watch-share: unicode('f8e2');\n$ti-icon-device-watch-star: unicode('f8e3');\n$ti-icon-device-watch-stats: unicode('ef7d');\n$ti-icon-device-watch-stats-2: unicode('ef7c');\n$ti-icon-device-watch-up: unicode('f8e4');\n$ti-icon-device-watch-x: unicode('f8e5');\n$ti-icon-devices: unicode('eb87');\n$ti-icon-devices-2: unicode('ed29');\n$ti-icon-devices-bolt: unicode('f8e6');\n$ti-icon-devices-cancel: unicode('f8e7');\n$ti-icon-devices-check: unicode('f8e8');\n$ti-icon-devices-code: unicode('f8e9');\n$ti-icon-devices-cog: unicode('f8ea');\n$ti-icon-devices-dollar: unicode('f8eb');\n$ti-icon-devices-down: unicode('f8ec');\n$ti-icon-devices-exclamation: unicode('f8ed');\n$ti-icon-devices-heart: unicode('f8ee');\n$ti-icon-devices-minus: unicode('f8ef');\n$ti-icon-devices-off: unicode('f3e4');\n$ti-icon-devices-pause: unicode('f8f0');\n$ti-icon-devices-pc: unicode('ee7a');\n$ti-icon-devices-pc-off: unicode('f113');\n$ti-icon-devices-pin: unicode('f8f1');\n$ti-icon-devices-plus: unicode('f8f2');\n$ti-icon-devices-question: unicode('f8f3');\n$ti-icon-devices-search: unicode('f8f4');\n$ti-icon-devices-share: unicode('f8f5');\n$ti-icon-devices-star: unicode('f8f6');\n$ti-icon-devices-up: unicode('f8f7');\n$ti-icon-devices-x: unicode('f8f8');\n$ti-icon-diabolo: unicode('fa9c');\n$ti-icon-diabolo-off: unicode('fa9a');\n$ti-icon-diabolo-plus: unicode('fa9b');\n$ti-icon-dialpad: unicode('f067');\n$ti-icon-dialpad-filled: unicode('fa3b');\n$ti-icon-dialpad-off: unicode('f114');\n$ti-icon-diamond: unicode('eb65');\n$ti-icon-diamond-filled: unicode('f73d');\n$ti-icon-diamond-off: unicode('f115');\n$ti-icon-diamonds: unicode('eff5');\n$ti-icon-diamonds-filled: unicode('f676');\n$ti-icon-diaper: unicode('ffa2');\n$ti-icon-dice: unicode('eb66');\n$ti-icon-dice-1: unicode('f08b');\n$ti-icon-dice-1-filled: unicode('f73e');\n$ti-icon-dice-2: unicode('f08c');\n$ti-icon-dice-2-filled: unicode('f73f');\n$ti-icon-dice-3: unicode('f08d');\n$ti-icon-dice-3-filled: unicode('f740');\n$ti-icon-dice-4: unicode('f08e');\n$ti-icon-dice-4-filled: unicode('f741');\n$ti-icon-dice-5: unicode('f08f');\n$ti-icon-dice-5-filled: unicode('f742');\n$ti-icon-dice-6: unicode('f090');\n$ti-icon-dice-6-filled: unicode('f743');\n$ti-icon-dice-filled: unicode('f744');\n$ti-icon-dimensions: unicode('ee7b');\n$ti-icon-direction: unicode('ebfb');\n$ti-icon-direction-arrows: unicode('fd36');\n$ti-icon-direction-horizontal: unicode('ebfa');\n$ti-icon-direction-sign: unicode('f1f7');\n$ti-icon-direction-sign-filled: unicode('f745');\n$ti-icon-direction-sign-off: unicode('f3e5');\n$ti-icon-directions: unicode('ea8e');\n$ti-icon-directions-filled: unicode('1003f');\n$ti-icon-directions-off: unicode('f116');\n$ti-icon-disabled: unicode('ea8f');\n$ti-icon-disabled-2: unicode('ebaf');\n$ti-icon-disabled-off: unicode('f117');\n$ti-icon-disc: unicode('ea90');\n$ti-icon-disc-filled: unicode('1003e');\n$ti-icon-disc-golf: unicode('f385');\n$ti-icon-disc-off: unicode('f118');\n$ti-icon-discount: unicode('ebbd');\n$ti-icon-discount-filled: unicode('1003d');\n$ti-icon-discount-off: unicode('f3e7');\n$ti-icon-divide: unicode('ed5c');\n$ti-icon-dna: unicode('ee7d');\n$ti-icon-dna-2: unicode('ef5c');\n$ti-icon-dna-2-off: unicode('f119');\n$ti-icon-dna-off: unicode('f11a');\n$ti-icon-dog: unicode('f660');\n$ti-icon-dog-bowl: unicode('ef29');\n$ti-icon-door: unicode('ef4e');\n$ti-icon-door-enter: unicode('ef4c');\n$ti-icon-door-exit: unicode('ef4d');\n$ti-icon-door-off: unicode('f11b');\n$ti-icon-dots: unicode('ea95');\n$ti-icon-dots-circle-horizontal: unicode('ea91');\n$ti-icon-dots-diagonal: unicode('ea93');\n$ti-icon-dots-diagonal-2: unicode('ea92');\n$ti-icon-dots-vertical: unicode('ea94');\n$ti-icon-download: unicode('ea96');\n$ti-icon-download-off: unicode('f11c');\n$ti-icon-drag-drop: unicode('eb89');\n$ti-icon-drag-drop-2: unicode('eb88');\n$ti-icon-drone: unicode('ed79');\n$ti-icon-drone-off: unicode('ee7e');\n$ti-icon-drop-circle: unicode('efde');\n$ti-icon-droplet: unicode('ea97');\n$ti-icon-droplet-bolt: unicode('f8f9');\n$ti-icon-droplet-cancel: unicode('f8fa');\n$ti-icon-droplet-check: unicode('f8fb');\n$ti-icon-droplet-code: unicode('f8fc');\n$ti-icon-droplet-cog: unicode('f8fd');\n$ti-icon-droplet-dollar: unicode('f8fe');\n$ti-icon-droplet-down: unicode('f8ff');\n$ti-icon-droplet-exclamation: unicode('f900');\n$ti-icon-droplet-filled: unicode('ee80');\n$ti-icon-droplet-half: unicode('ee82');\n$ti-icon-droplet-half-2: unicode('ee81');\n$ti-icon-droplet-half-2-filled: unicode('fb6c');\n$ti-icon-droplet-half-filled: unicode('f6c5');\n$ti-icon-droplet-heart: unicode('f901');\n$ti-icon-droplet-minus: unicode('f902');\n$ti-icon-droplet-off: unicode('ee83');\n$ti-icon-droplet-pause: unicode('f903');\n$ti-icon-droplet-pin: unicode('f904');\n$ti-icon-droplet-plus: unicode('f905');\n$ti-icon-droplet-question: unicode('f906');\n$ti-icon-droplet-search: unicode('f907');\n$ti-icon-droplet-share: unicode('f908');\n$ti-icon-droplet-star: unicode('f909');\n$ti-icon-droplet-up: unicode('f90a');\n$ti-icon-droplet-x: unicode('f90b');\n$ti-icon-droplets: unicode('fc12');\n$ti-icon-dual-screen: unicode('fa59');\n$ti-icon-dumpling: unicode('feb5');\n$ti-icon-e-passport: unicode('f4df');\n$ti-icon-ear: unicode('ebce');\n$ti-icon-ear-off: unicode('ee84');\n$ti-icon-ear-scan: unicode('fd57');\n$ti-icon-ease-in: unicode('f573');\n$ti-icon-ease-in-control-point: unicode('f570');\n$ti-icon-ease-in-out: unicode('f572');\n$ti-icon-ease-in-out-control-points: unicode('f571');\n$ti-icon-ease-out: unicode('f575');\n$ti-icon-ease-out-control-point: unicode('f574');\n$ti-icon-edit: unicode('ea98');\n$ti-icon-edit-circle: unicode('ee85');\n$ti-icon-edit-circle-off: unicode('f11d');\n$ti-icon-edit-off: unicode('f11e');\n$ti-icon-egg: unicode('eb8a');\n$ti-icon-egg-cracked: unicode('f2d6');\n$ti-icon-egg-cracked-filled: unicode('10012');\n$ti-icon-egg-filled: unicode('f678');\n$ti-icon-egg-fried: unicode('f386');\n$ti-icon-egg-off: unicode('f11f');\n$ti-icon-eggs: unicode('f500');\n$ti-icon-elevator: unicode('efdf');\n$ti-icon-elevator-filled: unicode('1003c');\n$ti-icon-elevator-off: unicode('f3e8');\n$ti-icon-emergency-bed: unicode('ef5d');\n$ti-icon-empathize: unicode('f29b');\n$ti-icon-empathize-off: unicode('f3e9');\n$ti-icon-emphasis: unicode('ebcf');\n$ti-icon-engine: unicode('ef7e');\n$ti-icon-engine-off: unicode('f120');\n$ti-icon-equal: unicode('ee87');\n$ti-icon-equal-double: unicode('f4e1');\n$ti-icon-equal-not: unicode('ee86');\n$ti-icon-eraser: unicode('eb8b');\n$ti-icon-eraser-off: unicode('f121');\n$ti-icon-error-404: unicode('f027');\n$ti-icon-error-404-off: unicode('f122');\n$ti-icon-escalator: unicode('fb06');\n$ti-icon-escalator-down: unicode('fb04');\n$ti-icon-escalator-up: unicode('fb05');\n$ti-icon-exchange: unicode('ebe7');\n$ti-icon-exchange-off: unicode('f123');\n$ti-icon-exclamation-circle: unicode('f634');\n$ti-icon-exclamation-circle-filled: unicode('ff62');\n$ti-icon-exclamation-mark: unicode('efb4');\n$ti-icon-exclamation-mark-off: unicode('f124');\n$ti-icon-explicit: unicode('f256');\n$ti-icon-explicit-off: unicode('f3ea');\n$ti-icon-exposure: unicode('eb8c');\n$ti-icon-exposure-0: unicode('f29c');\n$ti-icon-exposure-minus-1: unicode('f29d');\n$ti-icon-exposure-minus-2: unicode('f29e');\n$ti-icon-exposure-off: unicode('f3eb');\n$ti-icon-exposure-plus-1: unicode('f29f');\n$ti-icon-exposure-plus-2: unicode('f2a0');\n$ti-icon-external-link: unicode('ea99');\n$ti-icon-external-link-off: unicode('f125');\n$ti-icon-eye: unicode('ea9a');\n$ti-icon-eye-bitcoin: unicode('ff3d');\n$ti-icon-eye-bolt: unicode('fb6d');\n$ti-icon-eye-cancel: unicode('fb6e');\n$ti-icon-eye-check: unicode('ee88');\n$ti-icon-eye-closed: unicode('f7ec');\n$ti-icon-eye-code: unicode('fb6f');\n$ti-icon-eye-cog: unicode('f7ed');\n$ti-icon-eye-discount: unicode('fb70');\n$ti-icon-eye-dollar: unicode('fb71');\n$ti-icon-eye-dotted: unicode('fead');\n$ti-icon-eye-down: unicode('fb72');\n$ti-icon-eye-edit: unicode('f7ee');\n$ti-icon-eye-exclamation: unicode('f7ef');\n$ti-icon-eye-filled: unicode('f679');\n$ti-icon-eye-heart: unicode('f7f0');\n$ti-icon-eye-minus: unicode('fb73');\n$ti-icon-eye-off: unicode('ecf0');\n$ti-icon-eye-pause: unicode('fb74');\n$ti-icon-eye-pin: unicode('fb75');\n$ti-icon-eye-plus: unicode('fb76');\n$ti-icon-eye-question: unicode('fb77');\n$ti-icon-eye-search: unicode('fb78');\n$ti-icon-eye-share: unicode('fb79');\n$ti-icon-eye-spark: unicode('ffba');\n$ti-icon-eye-star: unicode('fb7a');\n$ti-icon-eye-table: unicode('ef5e');\n$ti-icon-eye-up: unicode('fb7b');\n$ti-icon-eye-x: unicode('f7f1');\n$ti-icon-eyeglass: unicode('ee8a');\n$ti-icon-eyeglass-2: unicode('ee89');\n$ti-icon-eyeglass-off: unicode('f126');\n$ti-icon-face-id: unicode('ea9b');\n$ti-icon-face-id-error: unicode('efa7');\n$ti-icon-face-mask: unicode('efb5');\n$ti-icon-face-mask-off: unicode('f127');\n$ti-icon-fall: unicode('ecb9');\n$ti-icon-favicon: unicode('fd65');\n$ti-icon-favicon-filled: unicode('10071');\n$ti-icon-feather: unicode('ee8b');\n$ti-icon-feather-filled: unicode('10011');\n$ti-icon-feather-off: unicode('f128');\n$ti-icon-fence: unicode('ef2a');\n$ti-icon-fence-off: unicode('f129');\n$ti-icon-ferry: unicode('10074');\n$ti-icon-fidget-spinner: unicode('f068');\n$ti-icon-file: unicode('eaa4');\n$ti-icon-file-3d: unicode('f032');\n$ti-icon-file-ai: unicode('ffa1');\n$ti-icon-file-alert: unicode('ede6');\n$ti-icon-file-analytics: unicode('ede7');\n$ti-icon-file-arrow-left: unicode('f033');\n$ti-icon-file-arrow-right: unicode('f034');\n$ti-icon-file-barcode: unicode('f035');\n$ti-icon-file-bitcoin: unicode('ffa0');\n$ti-icon-file-broken: unicode('f501');\n$ti-icon-file-certificate: unicode('ed4d');\n$ti-icon-file-chart: unicode('f036');\n$ti-icon-file-check: unicode('ea9c');\n$ti-icon-file-code: unicode('ebd0');\n$ti-icon-file-code-2: unicode('ede8');\n$ti-icon-file-cv: unicode('fa5a');\n$ti-icon-file-database: unicode('f037');\n$ti-icon-file-delta: unicode('f53d');\n$ti-icon-file-description: unicode('f028');\n$ti-icon-file-diff: unicode('ecf1');\n$ti-icon-file-digit: unicode('efa8');\n$ti-icon-file-dislike: unicode('ed2a');\n$ti-icon-file-dollar: unicode('efe0');\n$ti-icon-file-dots: unicode('f038');\n$ti-icon-file-download: unicode('ea9d');\n$ti-icon-file-euro: unicode('efe1');\n$ti-icon-file-excel: unicode('fef3');\n$ti-icon-file-export: unicode('ede9');\n$ti-icon-file-filled: unicode('f747');\n$ti-icon-file-function: unicode('f53e');\n$ti-icon-file-horizontal: unicode('ebb0');\n$ti-icon-file-import: unicode('edea');\n$ti-icon-file-infinity: unicode('f502');\n$ti-icon-file-info: unicode('edec');\n$ti-icon-file-invoice: unicode('eb67');\n$ti-icon-file-isr: unicode('feac');\n$ti-icon-file-lambda: unicode('f53f');\n$ti-icon-file-like: unicode('ed2b');\n$ti-icon-file-minus: unicode('ea9e');\n$ti-icon-file-music: unicode('ea9f');\n$ti-icon-file-neutral: unicode('fd22');\n$ti-icon-file-off: unicode('ecf2');\n$ti-icon-file-orientation: unicode('f2a1');\n$ti-icon-file-pencil: unicode('f039');\n$ti-icon-file-percent: unicode('f540');\n$ti-icon-file-phone: unicode('ecdc');\n$ti-icon-file-plus: unicode('eaa0');\n$ti-icon-file-power: unicode('f03a');\n$ti-icon-file-report: unicode('eded');\n$ti-icon-file-rss: unicode('f03b');\n$ti-icon-file-sad: unicode('fd23');\n$ti-icon-file-scissors: unicode('f03c');\n$ti-icon-file-search: unicode('ed5d');\n$ti-icon-file-settings: unicode('f029');\n$ti-icon-file-shredder: unicode('eaa1');\n$ti-icon-file-signal: unicode('f03d');\n$ti-icon-file-smile: unicode('fd24');\n$ti-icon-file-spark: unicode('ffb9');\n$ti-icon-file-spreadsheet: unicode('f03e');\n$ti-icon-file-stack: unicode('f503');\n$ti-icon-file-star: unicode('f03f');\n$ti-icon-file-symlink: unicode('ed53');\n$ti-icon-file-text: unicode('eaa2');\n$ti-icon-file-text-ai: unicode('fa27');\n$ti-icon-file-text-spark: unicode('ffb8');\n$ti-icon-file-time: unicode('f040');\n$ti-icon-file-type-bmp: unicode('fb07');\n$ti-icon-file-type-css: unicode('fb08');\n$ti-icon-file-type-csv: unicode('fb09');\n$ti-icon-file-type-doc: unicode('fb0a');\n$ti-icon-file-type-docx: unicode('fb0b');\n$ti-icon-file-type-html: unicode('fb0c');\n$ti-icon-file-type-jpg: unicode('fb0d');\n$ti-icon-file-type-js: unicode('fb0e');\n$ti-icon-file-type-jsx: unicode('fb0f');\n$ti-icon-file-type-pdf: unicode('fb10');\n$ti-icon-file-type-php: unicode('fb11');\n$ti-icon-file-type-png: unicode('fb12');\n$ti-icon-file-type-ppt: unicode('fb13');\n$ti-icon-file-type-rs: unicode('fb14');\n$ti-icon-file-type-sql: unicode('fb15');\n$ti-icon-file-type-svg: unicode('fb16');\n$ti-icon-file-type-ts: unicode('fb17');\n$ti-icon-file-type-tsx: unicode('fb18');\n$ti-icon-file-type-txt: unicode('fb19');\n$ti-icon-file-type-vue: unicode('fb1a');\n$ti-icon-file-type-xls: unicode('fb1b');\n$ti-icon-file-type-xml: unicode('fb1c');\n$ti-icon-file-type-zip: unicode('fb1d');\n$ti-icon-file-typography: unicode('f041');\n$ti-icon-file-unknown: unicode('f042');\n$ti-icon-file-upload: unicode('ec91');\n$ti-icon-file-vector: unicode('f043');\n$ti-icon-file-word: unicode('fef2');\n$ti-icon-file-x: unicode('eaa3');\n$ti-icon-file-x-filled: unicode('f748');\n$ti-icon-file-zip: unicode('ed4e');\n$ti-icon-files: unicode('edef');\n$ti-icon-files-off: unicode('edee');\n$ti-icon-filter: unicode('eaa5');\n$ti-icon-filter-bolt: unicode('fb7c');\n$ti-icon-filter-cancel: unicode('fb7d');\n$ti-icon-filter-check: unicode('fb7e');\n$ti-icon-filter-code: unicode('fb7f');\n$ti-icon-filter-cog: unicode('f9fe');\n$ti-icon-filter-discount: unicode('fb80');\n$ti-icon-filter-dollar: unicode('f9ff');\n$ti-icon-filter-down: unicode('fb81');\n$ti-icon-filter-edit: unicode('fa00');\n$ti-icon-filter-exclamation: unicode('fb82');\n$ti-icon-filter-filled: unicode('fc27');\n$ti-icon-filter-heart: unicode('fb83');\n$ti-icon-filter-minus: unicode('fa01');\n$ti-icon-filter-off: unicode('ed2c');\n$ti-icon-filter-pause: unicode('fb84');\n$ti-icon-filter-pin: unicode('fb85');\n$ti-icon-filter-plus: unicode('fa02');\n$ti-icon-filter-question: unicode('fb86');\n$ti-icon-filter-search: unicode('fb87');\n$ti-icon-filter-share: unicode('fb88');\n$ti-icon-filter-star: unicode('fa03');\n$ti-icon-filter-up: unicode('fb89');\n$ti-icon-filter-x: unicode('fa04');\n$ti-icon-filters: unicode('f793');\n$ti-icon-fingerprint: unicode('ebd1');\n$ti-icon-fingerprint-off: unicode('f12a');\n$ti-icon-fingerprint-scan: unicode('fcb5');\n$ti-icon-fire-extinguisher: unicode('faf6');\n$ti-icon-fire-hydrant: unicode('f3a9');\n$ti-icon-fire-hydrant-off: unicode('f3ec');\n$ti-icon-firetruck: unicode('ebe8');\n$ti-icon-first-aid-kit: unicode('ef5f');\n$ti-icon-first-aid-kit-off: unicode('f3ed');\n$ti-icon-fish: unicode('ef2b');\n$ti-icon-fish-bone: unicode('f287');\n$ti-icon-fish-christianity: unicode('f58b');\n$ti-icon-fish-hook: unicode('f1f9');\n$ti-icon-fish-hook-off: unicode('f3ee');\n$ti-icon-fish-off: unicode('f12b');\n$ti-icon-flag: unicode('eaa6');\n$ti-icon-flag-2: unicode('ee8c');\n$ti-icon-flag-2-filled: unicode('f707');\n$ti-icon-flag-2-off: unicode('f12c');\n$ti-icon-flag-3: unicode('ee8d');\n$ti-icon-flag-3-filled: unicode('f708');\n$ti-icon-flag-bitcoin: unicode('ff3c');\n$ti-icon-flag-bolt: unicode('fb8a');\n$ti-icon-flag-cancel: unicode('fb8b');\n$ti-icon-flag-check: unicode('fb8c');\n$ti-icon-flag-code: unicode('fb8d');\n$ti-icon-flag-cog: unicode('fb8e');\n$ti-icon-flag-discount: unicode('fb8f');\n$ti-icon-flag-dollar: unicode('fb90');\n$ti-icon-flag-down: unicode('fb91');\n$ti-icon-flag-exclamation: unicode('fb92');\n$ti-icon-flag-filled: unicode('f67a');\n$ti-icon-flag-heart: unicode('fb93');\n$ti-icon-flag-minus: unicode('fb94');\n$ti-icon-flag-off: unicode('f12d');\n$ti-icon-flag-pause: unicode('fb95');\n$ti-icon-flag-pin: unicode('fb96');\n$ti-icon-flag-plus: unicode('fb97');\n$ti-icon-flag-question: unicode('fb98');\n$ti-icon-flag-search: unicode('fb99');\n$ti-icon-flag-share: unicode('fb9a');\n$ti-icon-flag-spark: unicode('ffb7');\n$ti-icon-flag-star: unicode('fb9b');\n$ti-icon-flag-up: unicode('fb9c');\n$ti-icon-flag-x: unicode('fb9d');\n$ti-icon-flame: unicode('ec2c');\n$ti-icon-flame-off: unicode('f12e');\n$ti-icon-flare: unicode('ee8e');\n$ti-icon-flask: unicode('ebd2');\n$ti-icon-flask-2: unicode('ef60');\n$ti-icon-flask-2-filled: unicode('fd12');\n$ti-icon-flask-2-off: unicode('f12f');\n$ti-icon-flask-filled: unicode('fd13');\n$ti-icon-flask-off: unicode('f130');\n$ti-icon-flip-flops: unicode('f564');\n$ti-icon-flip-horizontal: unicode('eaa7');\n$ti-icon-flip-vertical: unicode('eaa8');\n$ti-icon-float-center: unicode('ebb1');\n$ti-icon-float-left: unicode('ebb2');\n$ti-icon-float-none: unicode('ed13');\n$ti-icon-float-right: unicode('ebb3');\n$ti-icon-flower: unicode('eff6');\n$ti-icon-flower-filled: unicode('10010');\n$ti-icon-flower-off: unicode('f131');\n$ti-icon-focus: unicode('eb8d');\n$ti-icon-focus-2: unicode('ebd3');\n$ti-icon-focus-auto: unicode('fa62');\n$ti-icon-focus-centered: unicode('f02a');\n$ti-icon-fold: unicode('ed56');\n$ti-icon-fold-down: unicode('ed54');\n$ti-icon-fold-up: unicode('ed55');\n$ti-icon-folder: unicode('eaad');\n$ti-icon-folder-bolt: unicode('f90c');\n$ti-icon-folder-cancel: unicode('f90d');\n$ti-icon-folder-check: unicode('f90e');\n$ti-icon-folder-code: unicode('f90f');\n$ti-icon-folder-cog: unicode('f910');\n$ti-icon-folder-dollar: unicode('f911');\n$ti-icon-folder-down: unicode('f912');\n$ti-icon-folder-exclamation: unicode('f913');\n$ti-icon-folder-filled: unicode('f749');\n$ti-icon-folder-heart: unicode('f914');\n$ti-icon-folder-minus: unicode('eaaa');\n$ti-icon-folder-off: unicode('ed14');\n$ti-icon-folder-open: unicode('faf7');\n$ti-icon-folder-pause: unicode('f915');\n$ti-icon-folder-pin: unicode('f916');\n$ti-icon-folder-plus: unicode('eaab');\n$ti-icon-folder-question: unicode('f917');\n$ti-icon-folder-root: unicode('fd43');\n$ti-icon-folder-search: unicode('f918');\n$ti-icon-folder-share: unicode('f919');\n$ti-icon-folder-star: unicode('f91a');\n$ti-icon-folder-symlink: unicode('f91b');\n$ti-icon-folder-up: unicode('f91c');\n$ti-icon-folder-x: unicode('eaac');\n$ti-icon-folders: unicode('eaae');\n$ti-icon-folders-off: unicode('f133');\n$ti-icon-forbid: unicode('ebd5');\n$ti-icon-forbid-2: unicode('ebd4');\n$ti-icon-forbid-2-filled: unicode('fc28');\n$ti-icon-forbid-filled: unicode('fc29');\n$ti-icon-forklift: unicode('ebe9');\n$ti-icon-forms: unicode('ee8f');\n$ti-icon-fountain: unicode('f09b');\n$ti-icon-fountain-filled: unicode('fc2a');\n$ti-icon-fountain-off: unicode('f134');\n$ti-icon-frame: unicode('eaaf');\n$ti-icon-frame-off: unicode('f135');\n$ti-icon-free-rights: unicode('efb6');\n$ti-icon-freeze-column: unicode('fa63');\n$ti-icon-freeze-row: unicode('fa65');\n$ti-icon-freeze-row-column: unicode('fa64');\n$ti-icon-fridge: unicode('f1fa');\n$ti-icon-fridge-off: unicode('f3ef');\n$ti-icon-friends: unicode('eab0');\n$ti-icon-friends-off: unicode('f136');\n$ti-icon-frustum: unicode('fa9f');\n$ti-icon-frustum-off: unicode('fa9d');\n$ti-icon-frustum-plus: unicode('fa9e');\n$ti-icon-function: unicode('f225');\n$ti-icon-function-filled: unicode('fc2b');\n$ti-icon-function-off: unicode('f3f0');\n$ti-icon-galaxy: unicode('fcb6');\n$ti-icon-garden-cart: unicode('f23e');\n$ti-icon-garden-cart-off: unicode('f3f1');\n$ti-icon-gas-station: unicode('ec7d');\n$ti-icon-gas-station-off: unicode('f137');\n$ti-icon-gauge: unicode('eab1');\n$ti-icon-gauge-filled: unicode('fc2c');\n$ti-icon-gauge-off: unicode('f138');\n$ti-icon-gavel: unicode('ef90');\n$ti-icon-gender-agender: unicode('f0e1');\n$ti-icon-gender-androgyne: unicode('f0e2');\n$ti-icon-gender-bigender: unicode('f0e3');\n$ti-icon-gender-demiboy: unicode('f0e4');\n$ti-icon-gender-demigirl: unicode('f0e5');\n$ti-icon-gender-epicene: unicode('f0e6');\n$ti-icon-gender-female: unicode('f0e7');\n$ti-icon-gender-femme: unicode('f0e8');\n$ti-icon-gender-genderfluid: unicode('f0e9');\n$ti-icon-gender-genderless: unicode('f0ea');\n$ti-icon-gender-genderqueer: unicode('f0eb');\n$ti-icon-gender-hermaphrodite: unicode('f0ec');\n$ti-icon-gender-intergender: unicode('f0ed');\n$ti-icon-gender-male: unicode('f0ee');\n$ti-icon-gender-neutrois: unicode('f0ef');\n$ti-icon-gender-third: unicode('f0f0');\n$ti-icon-gender-transgender: unicode('f0f1');\n$ti-icon-gender-trasvesti: unicode('f0f2');\n$ti-icon-geometry: unicode('ee90');\n$ti-icon-ghost: unicode('eb8e');\n$ti-icon-ghost-2: unicode('f57c');\n$ti-icon-ghost-2-filled: unicode('f74a');\n$ti-icon-ghost-3: unicode('fc13');\n$ti-icon-ghost-filled: unicode('f74b');\n$ti-icon-ghost-off: unicode('f3f2');\n$ti-icon-gif: unicode('f257');\n$ti-icon-gift: unicode('eb68');\n$ti-icon-gift-card: unicode('f3aa');\n$ti-icon-gift-card-filled: unicode('fc2d');\n$ti-icon-gift-filled: unicode('fd14');\n$ti-icon-gift-off: unicode('f3f3');\n$ti-icon-git-branch: unicode('eab2');\n$ti-icon-git-branch-deleted: unicode('f57d');\n$ti-icon-git-cherry-pick: unicode('f57e');\n$ti-icon-git-commit: unicode('eab3');\n$ti-icon-git-compare: unicode('eab4');\n$ti-icon-git-fork: unicode('eb8f');\n$ti-icon-git-merge: unicode('eab5');\n$ti-icon-git-pull-request: unicode('eab6');\n$ti-icon-git-pull-request-closed: unicode('ef7f');\n$ti-icon-git-pull-request-draft: unicode('efb7');\n$ti-icon-gizmo: unicode('f02b');\n$ti-icon-glass: unicode('eab8');\n$ti-icon-glass-champagne: unicode('fd9c');\n$ti-icon-glass-cocktail: unicode('fd9d');\n$ti-icon-glass-filled: unicode('1000f');\n$ti-icon-glass-full: unicode('eab7');\n$ti-icon-glass-full-filled: unicode('fc2e');\n$ti-icon-glass-gin: unicode('fd9e');\n$ti-icon-glass-off: unicode('ee91');\n$ti-icon-globe: unicode('eab9');\n$ti-icon-globe-filled: unicode('fc2f');\n$ti-icon-globe-off: unicode('f139');\n$ti-icon-go-game: unicode('f512');\n$ti-icon-golf: unicode('ed8c');\n$ti-icon-golf-off: unicode('f13a');\n$ti-icon-gps: unicode('ed7a');\n$ti-icon-gps-filled: unicode('fe48');\n$ti-icon-gradienter: unicode('f3ab');\n$ti-icon-grain: unicode('ee92');\n$ti-icon-graph: unicode('f288');\n$ti-icon-graph-filled: unicode('fd15');\n$ti-icon-graph-off: unicode('f3f4');\n$ti-icon-grave: unicode('f580');\n$ti-icon-grave-2: unicode('f57f');\n$ti-icon-grid-3x3: unicode('fca4');\n$ti-icon-grid-4x4: unicode('fca5');\n$ti-icon-grid-dots: unicode('eaba');\n$ti-icon-grid-goldenratio: unicode('fca6');\n$ti-icon-grid-pattern: unicode('efc9');\n$ti-icon-grid-scan: unicode('fca7');\n$ti-icon-grill: unicode('efa9');\n$ti-icon-grill-fork: unicode('f35b');\n$ti-icon-grill-off: unicode('f3f5');\n$ti-icon-grill-spatula: unicode('f35c');\n$ti-icon-grip-horizontal: unicode('ec00');\n$ti-icon-grip-vertical: unicode('ec01');\n$ti-icon-growth: unicode('ee93');\n$ti-icon-guitar-pick: unicode('f4c6');\n$ti-icon-guitar-pick-filled: unicode('f67b');\n$ti-icon-gymnastics: unicode('fd44');\n$ti-icon-h-1: unicode('ec94');\n$ti-icon-h-2: unicode('ec95');\n$ti-icon-h-3: unicode('ec96');\n$ti-icon-h-4: unicode('ec97');\n$ti-icon-h-5: unicode('ec98');\n$ti-icon-h-6: unicode('ec99');\n$ti-icon-hammer: unicode('ef91');\n$ti-icon-hammer-off: unicode('f13c');\n$ti-icon-hand-click: unicode('ef4f');\n$ti-icon-hand-finger: unicode('ee94');\n$ti-icon-hand-finger-down: unicode('ff4f');\n$ti-icon-hand-finger-left: unicode('ff4e');\n$ti-icon-hand-finger-off: unicode('f13d');\n$ti-icon-hand-finger-right: unicode('ff4d');\n$ti-icon-hand-grab: unicode('f091');\n$ti-icon-hand-little-finger: unicode('ee95');\n$ti-icon-hand-love-you: unicode('ee97');\n$ti-icon-hand-middle-finger: unicode('ec2d');\n$ti-icon-hand-move: unicode('ef50');\n$ti-icon-hand-off: unicode('ed15');\n$ti-icon-hand-ring-finger: unicode('ee96');\n$ti-icon-hand-sanitizer: unicode('f5f4');\n$ti-icon-hand-stop: unicode('ec2e');\n$ti-icon-hand-three-fingers: unicode('ee98');\n$ti-icon-hand-two-fingers: unicode('ee99');\n$ti-icon-hanger: unicode('ee9a');\n$ti-icon-hanger-2: unicode('f09c');\n$ti-icon-hanger-2-filled: unicode('ff61');\n$ti-icon-hanger-off: unicode('f13e');\n$ti-icon-hash: unicode('eabc');\n$ti-icon-haze: unicode('efaa');\n$ti-icon-haze-moon: unicode('faf8');\n$ti-icon-hdr: unicode('fa7b');\n$ti-icon-heading: unicode('ee9b');\n$ti-icon-heading-off: unicode('f13f');\n$ti-icon-headphones: unicode('eabd');\n$ti-icon-headphones-filled: unicode('fa3c');\n$ti-icon-headphones-off: unicode('ed1d');\n$ti-icon-headset: unicode('eb90');\n$ti-icon-headset-off: unicode('f3f6');\n$ti-icon-health-recognition: unicode('f1fb');\n$ti-icon-heart: unicode('eabe');\n$ti-icon-heart-bitcoin: unicode('ff3b');\n$ti-icon-heart-bolt: unicode('fb9e');\n$ti-icon-heart-broken: unicode('ecba');\n$ti-icon-heart-cancel: unicode('fb9f');\n$ti-icon-heart-check: unicode('fba0');\n$ti-icon-heart-code: unicode('fba1');\n$ti-icon-heart-cog: unicode('fba2');\n$ti-icon-heart-discount: unicode('fba3');\n$ti-icon-heart-dollar: unicode('fba4');\n$ti-icon-heart-down: unicode('fba5');\n$ti-icon-heart-exclamation: unicode('fba6');\n$ti-icon-heart-filled: unicode('f67c');\n$ti-icon-heart-handshake: unicode('f0f3');\n$ti-icon-heart-minus: unicode('f140');\n$ti-icon-heart-off: unicode('f141');\n$ti-icon-heart-pause: unicode('fba7');\n$ti-icon-heart-pin: unicode('fba8');\n$ti-icon-heart-plus: unicode('f142');\n$ti-icon-heart-question: unicode('fba9');\n$ti-icon-heart-rate-monitor: unicode('ef61');\n$ti-icon-heart-search: unicode('fbaa');\n$ti-icon-heart-share: unicode('fbab');\n$ti-icon-heart-spark: unicode('ffb6');\n$ti-icon-heart-star: unicode('fbac');\n$ti-icon-heart-up: unicode('fbad');\n$ti-icon-heart-x: unicode('fbae');\n$ti-icon-heartbeat: unicode('ef92');\n$ti-icon-hearts: unicode('f387');\n$ti-icon-hearts-off: unicode('f3f7');\n$ti-icon-helicopter: unicode('ed8e');\n$ti-icon-helicopter-landing: unicode('ed8d');\n$ti-icon-helmet: unicode('efca');\n$ti-icon-helmet-off: unicode('f143');\n$ti-icon-help: unicode('eabf');\n$ti-icon-help-circle: unicode('f91d');\n$ti-icon-help-circle-filled: unicode('fa3d');\n$ti-icon-help-hexagon: unicode('f7a8');\n$ti-icon-help-hexagon-filled: unicode('fa3e');\n$ti-icon-help-octagon: unicode('f7a9');\n$ti-icon-help-octagon-filled: unicode('fa3f');\n$ti-icon-help-off: unicode('f3f8');\n$ti-icon-help-small: unicode('f91e');\n$ti-icon-help-square: unicode('f920');\n$ti-icon-help-square-filled: unicode('fa40');\n$ti-icon-help-square-rounded: unicode('f91f');\n$ti-icon-help-square-rounded-filled: unicode('fa41');\n$ti-icon-help-triangle: unicode('f921');\n$ti-icon-help-triangle-filled: unicode('fa42');\n$ti-icon-hemisphere: unicode('faa2');\n$ti-icon-hemisphere-off: unicode('faa0');\n$ti-icon-hemisphere-plus: unicode('faa1');\n$ti-icon-hexagon: unicode('ec02');\n$ti-icon-hexagon-3d: unicode('f4c7');\n$ti-icon-hexagon-filled: unicode('f67d');\n$ti-icon-hexagon-letter-a: unicode('f463');\n$ti-icon-hexagon-letter-a-filled: unicode('fe47');\n$ti-icon-hexagon-letter-b: unicode('f464');\n$ti-icon-hexagon-letter-b-filled: unicode('fe46');\n$ti-icon-hexagon-letter-c: unicode('f465');\n$ti-icon-hexagon-letter-c-filled: unicode('fe45');\n$ti-icon-hexagon-letter-d: unicode('f466');\n$ti-icon-hexagon-letter-d-filled: unicode('fe44');\n$ti-icon-hexagon-letter-e: unicode('f467');\n$ti-icon-hexagon-letter-e-filled: unicode('fe43');\n$ti-icon-hexagon-letter-f: unicode('f468');\n$ti-icon-hexagon-letter-f-filled: unicode('fe42');\n$ti-icon-hexagon-letter-g: unicode('f469');\n$ti-icon-hexagon-letter-g-filled: unicode('fe41');\n$ti-icon-hexagon-letter-h: unicode('f46a');\n$ti-icon-hexagon-letter-h-filled: unicode('fe40');\n$ti-icon-hexagon-letter-i: unicode('f46b');\n$ti-icon-hexagon-letter-i-filled: unicode('fe3f');\n$ti-icon-hexagon-letter-j: unicode('f46c');\n$ti-icon-hexagon-letter-j-filled: unicode('fe3e');\n$ti-icon-hexagon-letter-k: unicode('f46d');\n$ti-icon-hexagon-letter-k-filled: unicode('fe3d');\n$ti-icon-hexagon-letter-l: unicode('f46e');\n$ti-icon-hexagon-letter-l-filled: unicode('fe3c');\n$ti-icon-hexagon-letter-m: unicode('f46f');\n$ti-icon-hexagon-letter-m-filled: unicode('fe3b');\n$ti-icon-hexagon-letter-n: unicode('f470');\n$ti-icon-hexagon-letter-n-filled: unicode('fe3a');\n$ti-icon-hexagon-letter-o: unicode('f471');\n$ti-icon-hexagon-letter-o-filled: unicode('fe39');\n$ti-icon-hexagon-letter-p: unicode('f472');\n$ti-icon-hexagon-letter-p-filled: unicode('fe38');\n$ti-icon-hexagon-letter-q: unicode('f473');\n$ti-icon-hexagon-letter-q-filled: unicode('fe37');\n$ti-icon-hexagon-letter-r: unicode('f474');\n$ti-icon-hexagon-letter-r-filled: unicode('fe36');\n$ti-icon-hexagon-letter-s: unicode('f475');\n$ti-icon-hexagon-letter-s-filled: unicode('fe35');\n$ti-icon-hexagon-letter-t: unicode('f476');\n$ti-icon-hexagon-letter-t-filled: unicode('fe34');\n$ti-icon-hexagon-letter-u: unicode('f477');\n$ti-icon-hexagon-letter-u-filled: unicode('fe33');\n$ti-icon-hexagon-letter-v: unicode('f4b3');\n$ti-icon-hexagon-letter-v-filled: unicode('fe32');\n$ti-icon-hexagon-letter-w: unicode('f478');\n$ti-icon-hexagon-letter-w-filled: unicode('fe31');\n$ti-icon-hexagon-letter-x: unicode('f479');\n$ti-icon-hexagon-letter-x-filled: unicode('fe30');\n$ti-icon-hexagon-letter-y: unicode('f47a');\n$ti-icon-hexagon-letter-y-filled: unicode('fe2f');\n$ti-icon-hexagon-letter-z: unicode('f47b');\n$ti-icon-hexagon-letter-z-filled: unicode('fe2e');\n$ti-icon-hexagon-minus: unicode('fc8f');\n$ti-icon-hexagon-minus-2: unicode('fc8e');\n$ti-icon-hexagon-minus-filled: unicode('fe2d');\n$ti-icon-hexagon-number-0: unicode('f459');\n$ti-icon-hexagon-number-0-filled: unicode('f74c');\n$ti-icon-hexagon-number-1: unicode('f45a');\n$ti-icon-hexagon-number-1-filled: unicode('f74d');\n$ti-icon-hexagon-number-2: unicode('f45b');\n$ti-icon-hexagon-number-2-filled: unicode('f74e');\n$ti-icon-hexagon-number-3: unicode('f45c');\n$ti-icon-hexagon-number-3-filled: unicode('f74f');\n$ti-icon-hexagon-number-4: unicode('f45d');\n$ti-icon-hexagon-number-4-filled: unicode('f750');\n$ti-icon-hexagon-number-5: unicode('f45e');\n$ti-icon-hexagon-number-5-filled: unicode('f751');\n$ti-icon-hexagon-number-6: unicode('f45f');\n$ti-icon-hexagon-number-6-filled: unicode('f752');\n$ti-icon-hexagon-number-7: unicode('f460');\n$ti-icon-hexagon-number-7-filled: unicode('f753');\n$ti-icon-hexagon-number-8: unicode('f461');\n$ti-icon-hexagon-number-8-filled: unicode('f754');\n$ti-icon-hexagon-number-9: unicode('f462');\n$ti-icon-hexagon-number-9-filled: unicode('f755');\n$ti-icon-hexagon-off: unicode('ee9c');\n$ti-icon-hexagon-plus: unicode('fc45');\n$ti-icon-hexagon-plus-2: unicode('fc90');\n$ti-icon-hexagon-plus-filled: unicode('fe2c');\n$ti-icon-hexagonal-prism: unicode('faa5');\n$ti-icon-hexagonal-prism-off: unicode('faa3');\n$ti-icon-hexagonal-prism-plus: unicode('faa4');\n$ti-icon-hexagonal-pyramid: unicode('faa8');\n$ti-icon-hexagonal-pyramid-off: unicode('faa6');\n$ti-icon-hexagonal-pyramid-plus: unicode('faa7');\n$ti-icon-hexagons: unicode('f09d');\n$ti-icon-hexagons-off: unicode('f3f9');\n$ti-icon-hierarchy: unicode('ee9e');\n$ti-icon-hierarchy-2: unicode('ee9d');\n$ti-icon-hierarchy-3: unicode('f289');\n$ti-icon-hierarchy-off: unicode('f3fa');\n$ti-icon-highlight: unicode('ef3f');\n$ti-icon-highlight-off: unicode('f144');\n$ti-icon-history: unicode('ebea');\n$ti-icon-history-off: unicode('f3fb');\n$ti-icon-history-toggle: unicode('f1fc');\n$ti-icon-home: unicode('eac1');\n$ti-icon-home-2: unicode('eac0');\n$ti-icon-home-bitcoin: unicode('ff3a');\n$ti-icon-home-bolt: unicode('f336');\n$ti-icon-home-cancel: unicode('f350');\n$ti-icon-home-check: unicode('f337');\n$ti-icon-home-cog: unicode('f338');\n$ti-icon-home-dollar: unicode('f339');\n$ti-icon-home-dot: unicode('f33a');\n$ti-icon-home-down: unicode('f33b');\n$ti-icon-home-eco: unicode('f351');\n$ti-icon-home-edit: unicode('f352');\n$ti-icon-home-exclamation: unicode('f33c');\n$ti-icon-home-filled: unicode('fe2b');\n$ti-icon-home-hand: unicode('f504');\n$ti-icon-home-heart: unicode('f353');\n$ti-icon-home-infinity: unicode('f505');\n$ti-icon-home-link: unicode('f354');\n$ti-icon-home-minus: unicode('f33d');\n$ti-icon-home-move: unicode('f33e');\n$ti-icon-home-off: unicode('f145');\n$ti-icon-home-plus: unicode('f33f');\n$ti-icon-home-question: unicode('f340');\n$ti-icon-home-ribbon: unicode('f355');\n$ti-icon-home-search: unicode('f341');\n$ti-icon-home-share: unicode('f342');\n$ti-icon-home-shield: unicode('f343');\n$ti-icon-home-signal: unicode('f356');\n$ti-icon-home-spark: unicode('ffb5');\n$ti-icon-home-star: unicode('f344');\n$ti-icon-home-stats: unicode('f345');\n$ti-icon-home-up: unicode('f346');\n$ti-icon-home-x: unicode('f347');\n$ti-icon-horse: unicode('fc46');\n$ti-icon-horse-toy: unicode('f28a');\n$ti-icon-horseshoe: unicode('fcb7');\n$ti-icon-hospital: unicode('fd59');\n$ti-icon-hospital-circle: unicode('fd58');\n$ti-icon-hospital-circle-filled: unicode('fed2');\n$ti-icon-hotel-service: unicode('ef80');\n$ti-icon-hourglass: unicode('ef93');\n$ti-icon-hourglass-empty: unicode('f146');\n$ti-icon-hourglass-filled: unicode('f756');\n$ti-icon-hourglass-high: unicode('f092');\n$ti-icon-hourglass-low: unicode('f093');\n$ti-icon-hourglass-off: unicode('f147');\n$ti-icon-hours-12: unicode('fc53');\n$ti-icon-hours-24: unicode('f5e7');\n$ti-icon-html: unicode('f7b1');\n$ti-icon-http-connect: unicode('fa28');\n$ti-icon-http-delete: unicode('fa29');\n$ti-icon-http-get: unicode('fa2a');\n$ti-icon-http-head: unicode('fa2b');\n$ti-icon-http-options: unicode('fa2c');\n$ti-icon-http-patch: unicode('fa2d');\n$ti-icon-http-post: unicode('fa2e');\n$ti-icon-http-put: unicode('fa2f');\n$ti-icon-http-que: unicode('fa5b');\n$ti-icon-http-trace: unicode('fa30');\n$ti-icon-ice-cream: unicode('eac2');\n$ti-icon-ice-cream-2: unicode('ee9f');\n$ti-icon-ice-cream-off: unicode('f148');\n$ti-icon-ice-skating: unicode('efcb');\n$ti-icon-icons: unicode('f1d4');\n$ti-icon-icons-filled: unicode('10070');\n$ti-icon-icons-off: unicode('f3fc');\n$ti-icon-id: unicode('eac3');\n$ti-icon-id-badge: unicode('eff7');\n$ti-icon-id-badge-2: unicode('f076');\n$ti-icon-id-badge-off: unicode('f3fd');\n$ti-icon-id-off: unicode('f149');\n$ti-icon-ikosaedr: unicode('fec6');\n$ti-icon-image-in-picture: unicode('fd9f');\n$ti-icon-inbox: unicode('eac4');\n$ti-icon-inbox-off: unicode('f14a');\n$ti-icon-indent-decrease: unicode('eb91');\n$ti-icon-indent-increase: unicode('eb92');\n$ti-icon-infinity: unicode('eb69');\n$ti-icon-infinity-off: unicode('f3fe');\n$ti-icon-info-circle: unicode('eac5');\n$ti-icon-info-circle-filled: unicode('f6d8');\n$ti-icon-info-hexagon: unicode('f7aa');\n$ti-icon-info-hexagon-filled: unicode('fa43');\n$ti-icon-info-octagon: unicode('f7ab');\n$ti-icon-info-octagon-filled: unicode('fa44');\n$ti-icon-info-small: unicode('f922');\n$ti-icon-info-square: unicode('eac6');\n$ti-icon-info-square-filled: unicode('fa45');\n$ti-icon-info-square-rounded: unicode('f635');\n$ti-icon-info-square-rounded-filled: unicode('f6d9');\n$ti-icon-info-triangle: unicode('f923');\n$ti-icon-info-triangle-filled: unicode('fa46');\n$ti-icon-inner-shadow-bottom: unicode('f520');\n$ti-icon-inner-shadow-bottom-filled: unicode('f757');\n$ti-icon-inner-shadow-bottom-left: unicode('f51e');\n$ti-icon-inner-shadow-bottom-left-filled: unicode('f758');\n$ti-icon-inner-shadow-bottom-right: unicode('f51f');\n$ti-icon-inner-shadow-bottom-right-filled: unicode('f759');\n$ti-icon-inner-shadow-left: unicode('f521');\n$ti-icon-inner-shadow-left-filled: unicode('f75a');\n$ti-icon-inner-shadow-right: unicode('f522');\n$ti-icon-inner-shadow-right-filled: unicode('f75b');\n$ti-icon-inner-shadow-top: unicode('f525');\n$ti-icon-inner-shadow-top-filled: unicode('f75c');\n$ti-icon-inner-shadow-top-left: unicode('f523');\n$ti-icon-inner-shadow-top-left-filled: unicode('f75d');\n$ti-icon-inner-shadow-top-right: unicode('f524');\n$ti-icon-inner-shadow-top-right-filled: unicode('f75e');\n$ti-icon-input-ai: unicode('fc5a');\n$ti-icon-input-check: unicode('fc5b');\n$ti-icon-input-search: unicode('f2a2');\n$ti-icon-input-spark: unicode('ffb4');\n$ti-icon-input-x: unicode('fc5c');\n$ti-icon-invoice: unicode('feab');\n$ti-icon-ironing: unicode('fa7c');\n$ti-icon-ironing-1: unicode('f2f4');\n$ti-icon-ironing-1-filled: unicode('1006f');\n$ti-icon-ironing-2: unicode('f2f5');\n$ti-icon-ironing-2-filled: unicode('1006e');\n$ti-icon-ironing-3: unicode('f2f6');\n$ti-icon-ironing-3-filled: unicode('1006d');\n$ti-icon-ironing-filled: unicode('fe2a');\n$ti-icon-ironing-off: unicode('f2f7');\n$ti-icon-ironing-steam: unicode('f2f9');\n$ti-icon-ironing-steam-filled: unicode('1006c');\n$ti-icon-ironing-steam-off: unicode('f2f8');\n$ti-icon-irregular-polyhedron: unicode('faab');\n$ti-icon-irregular-polyhedron-off: unicode('faa9');\n$ti-icon-irregular-polyhedron-plus: unicode('faaa');\n$ti-icon-italic: unicode('eb93');\n$ti-icon-jacket: unicode('f661');\n$ti-icon-jetpack: unicode('f581');\n$ti-icon-jetpack-filled: unicode('fe29');\n$ti-icon-jewish-star: unicode('f3ff');\n$ti-icon-jewish-star-filled: unicode('f67e');\n$ti-icon-join-bevel: unicode('ff4c');\n$ti-icon-join-round: unicode('ff4b');\n$ti-icon-join-straight: unicode('ff4a');\n$ti-icon-joker: unicode('1005f');\n$ti-icon-jpg: unicode('f3ac');\n$ti-icon-json: unicode('f7b2');\n$ti-icon-jump-rope: unicode('ed8f');\n$ti-icon-karate: unicode('ed32');\n$ti-icon-kayak: unicode('f1d6');\n$ti-icon-kerning: unicode('efb8');\n$ti-icon-key: unicode('eac7');\n$ti-icon-key-filled: unicode('fe28');\n$ti-icon-key-off: unicode('f14b');\n$ti-icon-keyboard: unicode('ebd6');\n$ti-icon-keyboard-hide: unicode('ec7e');\n$ti-icon-keyboard-off: unicode('eea0');\n$ti-icon-keyboard-show: unicode('ec7f');\n$ti-icon-keyframe: unicode('f576');\n$ti-icon-keyframe-align-center: unicode('f582');\n$ti-icon-keyframe-align-center-filled: unicode('fc30');\n$ti-icon-keyframe-align-horizontal: unicode('f583');\n$ti-icon-keyframe-align-horizontal-filled: unicode('fc31');\n$ti-icon-keyframe-align-vertical: unicode('f584');\n$ti-icon-keyframe-align-vertical-filled: unicode('fc32');\n$ti-icon-keyframe-filled: unicode('fc33');\n$ti-icon-keyframes: unicode('f585');\n$ti-icon-keyframes-filled: unicode('fc34');\n$ti-icon-label: unicode('ff38');\n$ti-icon-label-filled: unicode('ff41');\n$ti-icon-label-important: unicode('ff49');\n$ti-icon-label-important-filled: unicode('ff60');\n$ti-icon-label-off: unicode('ff39');\n$ti-icon-ladder: unicode('efe2');\n$ti-icon-ladder-off: unicode('f14c');\n$ti-icon-ladle: unicode('fc14');\n$ti-icon-lambda: unicode('f541');\n$ti-icon-lamp: unicode('efab');\n$ti-icon-lamp-2: unicode('f09e');\n$ti-icon-lamp-off: unicode('f14d');\n$ti-icon-lane: unicode('faf9');\n$ti-icon-language: unicode('ebbe');\n$ti-icon-language-hiragana: unicode('ef77');\n$ti-icon-language-katakana: unicode('ef78');\n$ti-icon-language-off: unicode('f14e');\n$ti-icon-lasso: unicode('efac');\n$ti-icon-lasso-off: unicode('f14f');\n$ti-icon-lasso-polygon: unicode('f388');\n$ti-icon-lasso-polygon-filled: unicode('ff5f');\n$ti-icon-laurel-wreath: unicode('ff45');\n$ti-icon-laurel-wreath-1: unicode('ff48');\n$ti-icon-laurel-wreath-2: unicode('ff47');\n$ti-icon-laurel-wreath-3: unicode('ff46');\n$ti-icon-layers-difference: unicode('eac8');\n$ti-icon-layers-intersect: unicode('eac9');\n$ti-icon-layers-intersect-2: unicode('eff8');\n$ti-icon-layers-linked: unicode('eea1');\n$ti-icon-layers-off: unicode('f150');\n$ti-icon-layers-selected: unicode('fea9');\n$ti-icon-layers-selected-bottom: unicode('feaa');\n$ti-icon-layers-subtract: unicode('eaca');\n$ti-icon-layers-union: unicode('eacb');\n$ti-icon-layout: unicode('eadb');\n$ti-icon-layout-2: unicode('eacc');\n$ti-icon-layout-2-filled: unicode('fe27');\n$ti-icon-layout-align-bottom: unicode('eacd');\n$ti-icon-layout-align-bottom-filled: unicode('fe26');\n$ti-icon-layout-align-center: unicode('eace');\n$ti-icon-layout-align-center-filled: unicode('fe25');\n$ti-icon-layout-align-left: unicode('eacf');\n$ti-icon-layout-align-left-filled: unicode('fe24');\n$ti-icon-layout-align-middle: unicode('ead0');\n$ti-icon-layout-align-middle-filled: unicode('fe23');\n$ti-icon-layout-align-right: unicode('ead1');\n$ti-icon-layout-align-right-filled: unicode('fe22');\n$ti-icon-layout-align-top: unicode('ead2');\n$ti-icon-layout-align-top-filled: unicode('fe21');\n$ti-icon-layout-board: unicode('ef95');\n$ti-icon-layout-board-split: unicode('ef94');\n$ti-icon-layout-bottombar: unicode('ead3');\n$ti-icon-layout-bottombar-collapse: unicode('f28b');\n$ti-icon-layout-bottombar-collapse-filled: unicode('fc35');\n$ti-icon-layout-bottombar-expand: unicode('f28c');\n$ti-icon-layout-bottombar-expand-filled: unicode('fc36');\n$ti-icon-layout-bottombar-filled: unicode('fc37');\n$ti-icon-layout-bottombar-inactive: unicode('fd45');\n$ti-icon-layout-cards: unicode('ec13');\n$ti-icon-layout-cards-filled: unicode('fe20');\n$ti-icon-layout-collage: unicode('f389');\n$ti-icon-layout-columns: unicode('ead4');\n$ti-icon-layout-dashboard: unicode('f02c');\n$ti-icon-layout-dashboard-filled: unicode('fe1f');\n$ti-icon-layout-distribute-horizontal: unicode('ead5');\n$ti-icon-layout-distribute-horizontal-filled: unicode('fe1e');\n$ti-icon-layout-distribute-vertical: unicode('ead6');\n$ti-icon-layout-distribute-vertical-filled: unicode('fe1d');\n$ti-icon-layout-filled: unicode('fe17');\n$ti-icon-layout-grid: unicode('edba');\n$ti-icon-layout-grid-add: unicode('edb9');\n$ti-icon-layout-grid-filled: unicode('fe1c');\n$ti-icon-layout-grid-remove: unicode('fa7d');\n$ti-icon-layout-kanban: unicode('ec3f');\n$ti-icon-layout-kanban-filled: unicode('fe1b');\n$ti-icon-layout-list: unicode('ec14');\n$ti-icon-layout-list-filled: unicode('fe1a');\n$ti-icon-layout-navbar: unicode('ead7');\n$ti-icon-layout-navbar-collapse: unicode('f28d');\n$ti-icon-layout-navbar-collapse-filled: unicode('fc38');\n$ti-icon-layout-navbar-expand: unicode('f28e');\n$ti-icon-layout-navbar-expand-filled: unicode('fc39');\n$ti-icon-layout-navbar-filled: unicode('fc3a');\n$ti-icon-layout-navbar-inactive: unicode('fd46');\n$ti-icon-layout-off: unicode('f151');\n$ti-icon-layout-rows: unicode('ead8');\n$ti-icon-layout-sidebar: unicode('eada');\n$ti-icon-layout-sidebar-filled: unicode('fe18');\n$ti-icon-layout-sidebar-inactive: unicode('fd47');\n$ti-icon-layout-sidebar-left-collapse: unicode('f004');\n$ti-icon-layout-sidebar-left-collapse-filled: unicode('fc3b');\n$ti-icon-layout-sidebar-left-expand: unicode('f005');\n$ti-icon-layout-sidebar-left-expand-filled: unicode('fc3c');\n$ti-icon-layout-sidebar-right: unicode('ead9');\n$ti-icon-layout-sidebar-right-collapse: unicode('f006');\n$ti-icon-layout-sidebar-right-collapse-filled: unicode('fc3d');\n$ti-icon-layout-sidebar-right-expand: unicode('f007');\n$ti-icon-layout-sidebar-right-expand-filled: unicode('fc3e');\n$ti-icon-layout-sidebar-right-filled: unicode('fe19');\n$ti-icon-layout-sidebar-right-inactive: unicode('fd48');\n$ti-icon-leaf: unicode('ed4f');\n$ti-icon-leaf-2: unicode('ff44');\n$ti-icon-leaf-off: unicode('f400');\n$ti-icon-lego: unicode('eadc');\n$ti-icon-lego-filled: unicode('fe16');\n$ti-icon-lego-off: unicode('f401');\n$ti-icon-lemon: unicode('ef10');\n$ti-icon-lemon-2: unicode('ef81');\n$ti-icon-letter-a: unicode('ec50');\n$ti-icon-letter-a-small: unicode('fcc7');\n$ti-icon-letter-b: unicode('ec51');\n$ti-icon-letter-b-small: unicode('fcc8');\n$ti-icon-letter-c: unicode('ec52');\n$ti-icon-letter-c-small: unicode('fcc9');\n$ti-icon-letter-case: unicode('eea5');\n$ti-icon-letter-case-lower: unicode('eea2');\n$ti-icon-letter-case-toggle: unicode('eea3');\n$ti-icon-letter-case-upper: unicode('eea4');\n$ti-icon-letter-d: unicode('ec53');\n$ti-icon-letter-d-small: unicode('fcca');\n$ti-icon-letter-e: unicode('ec54');\n$ti-icon-letter-e-small: unicode('fccb');\n$ti-icon-letter-f: unicode('ec55');\n$ti-icon-letter-f-small: unicode('fccc');\n$ti-icon-letter-g: unicode('ec56');\n$ti-icon-letter-g-small: unicode('fccd');\n$ti-icon-letter-h: unicode('ec57');\n$ti-icon-letter-h-small: unicode('fcce');\n$ti-icon-letter-i: unicode('ec58');\n$ti-icon-letter-i-small: unicode('fccf');\n$ti-icon-letter-j: unicode('ec59');\n$ti-icon-letter-j-small: unicode('fcd0');\n$ti-icon-letter-k: unicode('ec5a');\n$ti-icon-letter-k-small: unicode('fcd1');\n$ti-icon-letter-l: unicode('ec5b');\n$ti-icon-letter-l-small: unicode('fcd2');\n$ti-icon-letter-m: unicode('ec5c');\n$ti-icon-letter-m-small: unicode('fcd3');\n$ti-icon-letter-n: unicode('ec5d');\n$ti-icon-letter-n-small: unicode('fcd4');\n$ti-icon-letter-o: unicode('ec5e');\n$ti-icon-letter-o-small: unicode('fcd5');\n$ti-icon-letter-p: unicode('ec5f');\n$ti-icon-letter-p-small: unicode('fcd6');\n$ti-icon-letter-q: unicode('ec60');\n$ti-icon-letter-q-small: unicode('fcd7');\n$ti-icon-letter-r: unicode('ec61');\n$ti-icon-letter-r-small: unicode('fcd8');\n$ti-icon-letter-s: unicode('ec62');\n$ti-icon-letter-s-small: unicode('fcd9');\n$ti-icon-letter-spacing: unicode('eea6');\n$ti-icon-letter-t: unicode('ec63');\n$ti-icon-letter-t-small: unicode('fcda');\n$ti-icon-letter-u: unicode('ec64');\n$ti-icon-letter-u-small: unicode('fcdb');\n$ti-icon-letter-v: unicode('ec65');\n$ti-icon-letter-v-small: unicode('fcdc');\n$ti-icon-letter-w: unicode('ec66');\n$ti-icon-letter-w-small: unicode('fcdd');\n$ti-icon-letter-x: unicode('ec67');\n$ti-icon-letter-x-small: unicode('fcde');\n$ti-icon-letter-y: unicode('ec68');\n$ti-icon-letter-y-small: unicode('fcdf');\n$ti-icon-letter-z: unicode('ec69');\n$ti-icon-letter-z-small: unicode('fce0');\n$ti-icon-library: unicode('fd4c');\n$ti-icon-library-minus: unicode('fd49');\n$ti-icon-library-photo: unicode('fd4a');\n$ti-icon-library-plus: unicode('fd4b');\n$ti-icon-license: unicode('ebc0');\n$ti-icon-license-off: unicode('f153');\n$ti-icon-lifebuoy: unicode('eadd');\n$ti-icon-lifebuoy-off: unicode('f154');\n$ti-icon-lighter: unicode('f794');\n$ti-icon-line: unicode('ec40');\n$ti-icon-line-dashed: unicode('eea7');\n$ti-icon-line-dotted: unicode('eea8');\n$ti-icon-line-height: unicode('eb94');\n$ti-icon-line-scan: unicode('fcb8');\n$ti-icon-link: unicode('eade');\n$ti-icon-link-minus: unicode('fd16');\n$ti-icon-link-off: unicode('f402');\n$ti-icon-link-plus: unicode('fd17');\n$ti-icon-list: unicode('eb6b');\n$ti-icon-list-check: unicode('eb6a');\n$ti-icon-list-details: unicode('ef40');\n$ti-icon-list-letters: unicode('fc47');\n$ti-icon-list-numbers: unicode('ef11');\n$ti-icon-list-search: unicode('eea9');\n$ti-icon-list-tree: unicode('fafa');\n$ti-icon-live-photo: unicode('eadf');\n$ti-icon-live-photo-filled: unicode('fed1');\n$ti-icon-live-photo-off: unicode('f403');\n$ti-icon-live-view: unicode('ec6b');\n$ti-icon-load-balancer: unicode('fa5c');\n$ti-icon-loader: unicode('eca3');\n$ti-icon-loader-2: unicode('f226');\n$ti-icon-loader-3: unicode('f513');\n$ti-icon-loader-quarter: unicode('eca2');\n$ti-icon-location: unicode('eae0');\n$ti-icon-location-bolt: unicode('fbaf');\n$ti-icon-location-broken: unicode('f2c4');\n$ti-icon-location-cancel: unicode('fbb0');\n$ti-icon-location-check: unicode('fbb1');\n$ti-icon-location-code: unicode('fbb2');\n$ti-icon-location-cog: unicode('fbb3');\n$ti-icon-location-discount: unicode('fbb4');\n$ti-icon-location-dollar: unicode('fbb5');\n$ti-icon-location-down: unicode('fbb6');\n$ti-icon-location-exclamation: unicode('fbb7');\n$ti-icon-location-filled: unicode('f67f');\n$ti-icon-location-heart: unicode('fbb8');\n$ti-icon-location-minus: unicode('fbb9');\n$ti-icon-location-off: unicode('f155');\n$ti-icon-location-pause: unicode('fbba');\n$ti-icon-location-pin: unicode('fbbb');\n$ti-icon-location-plus: unicode('fbbc');\n$ti-icon-location-question: unicode('fbbd');\n$ti-icon-location-search: unicode('fbbe');\n$ti-icon-location-share: unicode('fbbf');\n$ti-icon-location-star: unicode('fbc0');\n$ti-icon-location-up: unicode('fbc1');\n$ti-icon-location-x: unicode('fbc2');\n$ti-icon-lock: unicode('eae2');\n$ti-icon-lock-access: unicode('eeaa');\n$ti-icon-lock-access-off: unicode('f404');\n$ti-icon-lock-bitcoin: unicode('ff37');\n$ti-icon-lock-bolt: unicode('f924');\n$ti-icon-lock-cancel: unicode('f925');\n$ti-icon-lock-check: unicode('f926');\n$ti-icon-lock-code: unicode('f927');\n$ti-icon-lock-cog: unicode('f928');\n$ti-icon-lock-dollar: unicode('f929');\n$ti-icon-lock-down: unicode('f92a');\n$ti-icon-lock-exclamation: unicode('f92b');\n$ti-icon-lock-filled: unicode('fe15');\n$ti-icon-lock-heart: unicode('f92c');\n$ti-icon-lock-minus: unicode('f92d');\n$ti-icon-lock-off: unicode('ed1e');\n$ti-icon-lock-open: unicode('eae1');\n$ti-icon-lock-open-2: unicode('fea8');\n$ti-icon-lock-open-off: unicode('f156');\n$ti-icon-lock-password: unicode('ff9f');\n$ti-icon-lock-pause: unicode('f92e');\n$ti-icon-lock-pin: unicode('f92f');\n$ti-icon-lock-plus: unicode('f930');\n$ti-icon-lock-question: unicode('f931');\n$ti-icon-lock-search: unicode('f932');\n$ti-icon-lock-share: unicode('f933');\n$ti-icon-lock-square: unicode('ef51');\n$ti-icon-lock-square-rounded: unicode('f636');\n$ti-icon-lock-square-rounded-filled: unicode('f6da');\n$ti-icon-lock-star: unicode('f934');\n$ti-icon-lock-up: unicode('f935');\n$ti-icon-lock-x: unicode('f936');\n$ti-icon-logic-and: unicode('f240');\n$ti-icon-logic-buffer: unicode('f241');\n$ti-icon-logic-nand: unicode('f242');\n$ti-icon-logic-nor: unicode('f243');\n$ti-icon-logic-not: unicode('f244');\n$ti-icon-logic-or: unicode('f245');\n$ti-icon-logic-xnor: unicode('f246');\n$ti-icon-logic-xor: unicode('f247');\n$ti-icon-login: unicode('eba7');\n$ti-icon-login-2: unicode('fc76');\n$ti-icon-logout: unicode('eba8');\n$ti-icon-logout-2: unicode('fa7e');\n$ti-icon-logs: unicode('fea7');\n$ti-icon-lollipop: unicode('efcc');\n$ti-icon-lollipop-off: unicode('f157');\n$ti-icon-luggage: unicode('efad');\n$ti-icon-luggage-off: unicode('f158');\n$ti-icon-lungs: unicode('ef62');\n$ti-icon-lungs-filled: unicode('fe14');\n$ti-icon-lungs-off: unicode('f405');\n$ti-icon-macro: unicode('eeab');\n$ti-icon-macro-filled: unicode('fe13');\n$ti-icon-macro-off: unicode('f406');\n$ti-icon-magnet: unicode('eae3');\n$ti-icon-magnet-filled: unicode('fe12');\n$ti-icon-magnet-off: unicode('f159');\n$ti-icon-magnetic: unicode('fcb9');\n$ti-icon-mail: unicode('eae5');\n$ti-icon-mail-ai: unicode('fa31');\n$ti-icon-mail-bitcoin: unicode('ff36');\n$ti-icon-mail-bolt: unicode('f937');\n$ti-icon-mail-cancel: unicode('f938');\n$ti-icon-mail-check: unicode('f939');\n$ti-icon-mail-code: unicode('f93a');\n$ti-icon-mail-cog: unicode('f93b');\n$ti-icon-mail-dollar: unicode('f93c');\n$ti-icon-mail-down: unicode('f93d');\n$ti-icon-mail-exclamation: unicode('f93e');\n$ti-icon-mail-fast: unicode('f069');\n$ti-icon-mail-filled: unicode('fa47');\n$ti-icon-mail-forward: unicode('eeac');\n$ti-icon-mail-heart: unicode('f93f');\n$ti-icon-mail-minus: unicode('f940');\n$ti-icon-mail-off: unicode('f15a');\n$ti-icon-mail-opened: unicode('eae4');\n$ti-icon-mail-opened-filled: unicode('fa48');\n$ti-icon-mail-pause: unicode('f941');\n$ti-icon-mail-pin: unicode('f942');\n$ti-icon-mail-plus: unicode('f943');\n$ti-icon-mail-question: unicode('f944');\n$ti-icon-mail-search: unicode('f945');\n$ti-icon-mail-share: unicode('f946');\n$ti-icon-mail-spark: unicode('ffb3');\n$ti-icon-mail-star: unicode('f947');\n$ti-icon-mail-up: unicode('f948');\n$ti-icon-mail-x: unicode('f949');\n$ti-icon-mailbox: unicode('eead');\n$ti-icon-mailbox-off: unicode('f15b');\n$ti-icon-man: unicode('eae6');\n$ti-icon-man-filled: unicode('fe11');\n$ti-icon-manual-gearbox: unicode('ed7b');\n$ti-icon-manual-gearbox-filled: unicode('fe10');\n$ti-icon-map: unicode('eae9');\n$ti-icon-map-2: unicode('eae7');\n$ti-icon-map-bolt: unicode('fbc3');\n$ti-icon-map-cancel: unicode('fbc4');\n$ti-icon-map-check: unicode('fbc5');\n$ti-icon-map-code: unicode('fbc6');\n$ti-icon-map-cog: unicode('fbc7');\n$ti-icon-map-discount: unicode('fbc8');\n$ti-icon-map-dollar: unicode('fbc9');\n$ti-icon-map-down: unicode('fbca');\n$ti-icon-map-east: unicode('fc5d');\n$ti-icon-map-exclamation: unicode('fbcb');\n$ti-icon-map-heart: unicode('fbcc');\n$ti-icon-map-minus: unicode('fbcd');\n$ti-icon-map-north: unicode('fc5e');\n$ti-icon-map-off: unicode('f15c');\n$ti-icon-map-pause: unicode('fbce');\n$ti-icon-map-pin: unicode('eae8');\n$ti-icon-map-pin-2: unicode('fc48');\n$ti-icon-map-pin-bolt: unicode('f94a');\n$ti-icon-map-pin-cancel: unicode('f94b');\n$ti-icon-map-pin-check: unicode('f94c');\n$ti-icon-map-pin-code: unicode('f94d');\n$ti-icon-map-pin-cog: unicode('f94e');\n$ti-icon-map-pin-dollar: unicode('f94f');\n$ti-icon-map-pin-down: unicode('f950');\n$ti-icon-map-pin-exclamation: unicode('f951');\n$ti-icon-map-pin-filled: unicode('f680');\n$ti-icon-map-pin-heart: unicode('f952');\n$ti-icon-map-pin-minus: unicode('f953');\n$ti-icon-map-pin-off: unicode('ecf3');\n$ti-icon-map-pin-pause: unicode('f954');\n$ti-icon-map-pin-pin: unicode('f955');\n$ti-icon-map-pin-plus: unicode('f956');\n$ti-icon-map-pin-question: unicode('f957');\n$ti-icon-map-pin-search: unicode('f958');\n$ti-icon-map-pin-share: unicode('f795');\n$ti-icon-map-pin-star: unicode('f959');\n$ti-icon-map-pin-up: unicode('f95a');\n$ti-icon-map-pin-x: unicode('f95b');\n$ti-icon-map-pins: unicode('ed5e');\n$ti-icon-map-plus: unicode('fbcf');\n$ti-icon-map-question: unicode('fbd0');\n$ti-icon-map-route: unicode('fc79');\n$ti-icon-map-search: unicode('ef82');\n$ti-icon-map-share: unicode('fbd1');\n$ti-icon-map-south: unicode('fc5f');\n$ti-icon-map-star: unicode('fbd2');\n$ti-icon-map-up: unicode('fbd3');\n$ti-icon-map-west: unicode('fc60');\n$ti-icon-map-x: unicode('fbd4');\n$ti-icon-markdown: unicode('ec41');\n$ti-icon-markdown-off: unicode('f407');\n$ti-icon-marquee: unicode('ec77');\n$ti-icon-marquee-2: unicode('eeae');\n$ti-icon-marquee-off: unicode('f15d');\n$ti-icon-mars: unicode('ec80');\n$ti-icon-mask: unicode('eeb0');\n$ti-icon-mask-off: unicode('eeaf');\n$ti-icon-masks-theater: unicode('f263');\n$ti-icon-masks-theater-off: unicode('f408');\n$ti-icon-massage: unicode('eeb1');\n$ti-icon-matchstick: unicode('f577');\n$ti-icon-math: unicode('ebeb');\n$ti-icon-math-1-divide-2: unicode('f4e2');\n$ti-icon-math-1-divide-3: unicode('f4e3');\n$ti-icon-math-avg: unicode('f0f4');\n$ti-icon-math-cos: unicode('ff1f');\n$ti-icon-math-ctg: unicode('ff35');\n$ti-icon-math-equal-greater: unicode('f4e4');\n$ti-icon-math-equal-lower: unicode('f4e5');\n$ti-icon-math-function: unicode('eeb2');\n$ti-icon-math-function-off: unicode('f15e');\n$ti-icon-math-function-y: unicode('f4e6');\n$ti-icon-math-greater: unicode('f4e7');\n$ti-icon-math-integral: unicode('f4e9');\n$ti-icon-math-integral-x: unicode('f4e8');\n$ti-icon-math-integrals: unicode('f4ea');\n$ti-icon-math-lower: unicode('f4eb');\n$ti-icon-math-max: unicode('f0f5');\n$ti-icon-math-max-min: unicode('fda0');\n$ti-icon-math-min: unicode('f0f6');\n$ti-icon-math-not: unicode('f4ec');\n$ti-icon-math-off: unicode('f409');\n$ti-icon-math-pi: unicode('f4ee');\n$ti-icon-math-pi-divide-2: unicode('f4ed');\n$ti-icon-math-sec: unicode('ff34');\n$ti-icon-math-sin: unicode('ff1e');\n$ti-icon-math-symbols: unicode('eeb3');\n$ti-icon-math-tg: unicode('ff33');\n$ti-icon-math-x-divide-2: unicode('f4ef');\n$ti-icon-math-x-divide-y: unicode('f4f1');\n$ti-icon-math-x-divide-y-2: unicode('f4f0');\n$ti-icon-math-x-floor-divide-y: unicode('10073');\n$ti-icon-math-x-minus-x: unicode('f4f2');\n$ti-icon-math-x-minus-y: unicode('f4f3');\n$ti-icon-math-x-plus-x: unicode('f4f4');\n$ti-icon-math-x-plus-y: unicode('f4f5');\n$ti-icon-math-xy: unicode('f4f6');\n$ti-icon-math-y-minus-y: unicode('f4f7');\n$ti-icon-math-y-plus-y: unicode('f4f8');\n$ti-icon-maximize: unicode('eaea');\n$ti-icon-maximize-off: unicode('f15f');\n$ti-icon-meat: unicode('ef12');\n$ti-icon-meat-off: unicode('f40a');\n$ti-icon-medal: unicode('ec78');\n$ti-icon-medal-2: unicode('efcd');\n$ti-icon-medical-cross: unicode('ec2f');\n$ti-icon-medical-cross-circle: unicode('fae8');\n$ti-icon-medical-cross-filled: unicode('f681');\n$ti-icon-medical-cross-off: unicode('f160');\n$ti-icon-medicine-syrup: unicode('ef63');\n$ti-icon-meeple: unicode('f514');\n$ti-icon-melon: unicode('fc7a');\n$ti-icon-melon-filled: unicode('1000e');\n$ti-icon-menorah: unicode('f58c');\n$ti-icon-menu: unicode('eaeb');\n$ti-icon-menu-2: unicode('ec42');\n$ti-icon-menu-3: unicode('ff43');\n$ti-icon-menu-4: unicode('ff42');\n$ti-icon-menu-deep: unicode('fafb');\n$ti-icon-menu-order: unicode('f5f5');\n$ti-icon-message: unicode('eaef');\n$ti-icon-message-2: unicode('eaec');\n$ti-icon-message-2-bolt: unicode('f95c');\n$ti-icon-message-2-cancel: unicode('f95d');\n$ti-icon-message-2-check: unicode('f95e');\n$ti-icon-message-2-code: unicode('f012');\n$ti-icon-message-2-cog: unicode('f95f');\n$ti-icon-message-2-dollar: unicode('f960');\n$ti-icon-message-2-down: unicode('f961');\n$ti-icon-message-2-exclamation: unicode('f962');\n$ti-icon-message-2-heart: unicode('f963');\n$ti-icon-message-2-minus: unicode('f964');\n$ti-icon-message-2-off: unicode('f40b');\n$ti-icon-message-2-pause: unicode('f965');\n$ti-icon-message-2-pin: unicode('f966');\n$ti-icon-message-2-plus: unicode('f967');\n$ti-icon-message-2-question: unicode('f968');\n$ti-icon-message-2-search: unicode('f969');\n$ti-icon-message-2-share: unicode('f077');\n$ti-icon-message-2-star: unicode('f96a');\n$ti-icon-message-2-up: unicode('f96b');\n$ti-icon-message-2-x: unicode('f96c');\n$ti-icon-message-bolt: unicode('f96d');\n$ti-icon-message-cancel: unicode('f96e');\n$ti-icon-message-chatbot: unicode('f38a');\n$ti-icon-message-chatbot-filled: unicode('fed0');\n$ti-icon-message-check: unicode('f96f');\n$ti-icon-message-circle: unicode('eaed');\n$ti-icon-message-circle-bolt: unicode('f970');\n$ti-icon-message-circle-cancel: unicode('f971');\n$ti-icon-message-circle-check: unicode('f972');\n$ti-icon-message-circle-code: unicode('f973');\n$ti-icon-message-circle-cog: unicode('f974');\n$ti-icon-message-circle-dollar: unicode('f975');\n$ti-icon-message-circle-down: unicode('f976');\n$ti-icon-message-circle-exclamation: unicode('f977');\n$ti-icon-message-circle-filled: unicode('fecf');\n$ti-icon-message-circle-heart: unicode('f978');\n$ti-icon-message-circle-minus: unicode('f979');\n$ti-icon-message-circle-off: unicode('ed40');\n$ti-icon-message-circle-pause: unicode('f97a');\n$ti-icon-message-circle-pin: unicode('f97b');\n$ti-icon-message-circle-plus: unicode('f97c');\n$ti-icon-message-circle-question: unicode('f97d');\n$ti-icon-message-circle-search: unicode('f97e');\n$ti-icon-message-circle-share: unicode('f97f');\n$ti-icon-message-circle-star: unicode('f980');\n$ti-icon-message-circle-up: unicode('f981');\n$ti-icon-message-circle-user: unicode('fec5');\n$ti-icon-message-circle-x: unicode('f982');\n$ti-icon-message-code: unicode('f013');\n$ti-icon-message-cog: unicode('f983');\n$ti-icon-message-dollar: unicode('f984');\n$ti-icon-message-dots: unicode('eaee');\n$ti-icon-message-down: unicode('f985');\n$ti-icon-message-exclamation: unicode('f986');\n$ti-icon-message-filled: unicode('fecd');\n$ti-icon-message-forward: unicode('f28f');\n$ti-icon-message-heart: unicode('f987');\n$ti-icon-message-language: unicode('efae');\n$ti-icon-message-minus: unicode('f988');\n$ti-icon-message-off: unicode('ed41');\n$ti-icon-message-pause: unicode('f989');\n$ti-icon-message-pin: unicode('f98a');\n$ti-icon-message-plus: unicode('ec9a');\n$ti-icon-message-question: unicode('f98b');\n$ti-icon-message-reply: unicode('fd4d');\n$ti-icon-message-report: unicode('ec9b');\n$ti-icon-message-report-filled: unicode('fece');\n$ti-icon-message-search: unicode('f98c');\n$ti-icon-message-share: unicode('f078');\n$ti-icon-message-star: unicode('f98d');\n$ti-icon-message-up: unicode('f98e');\n$ti-icon-message-user: unicode('fec4');\n$ti-icon-message-x: unicode('f98f');\n$ti-icon-messages: unicode('eb6c');\n$ti-icon-messages-off: unicode('ed42');\n$ti-icon-meteor: unicode('f1fd');\n$ti-icon-meteor-filled: unicode('1000d');\n$ti-icon-meteor-off: unicode('f40c');\n$ti-icon-meter-cube: unicode('fd7c');\n$ti-icon-meter-square: unicode('fd7d');\n$ti-icon-metronome: unicode('fd25');\n$ti-icon-michelin-bib-gourmand: unicode('fae9');\n$ti-icon-michelin-star: unicode('faeb');\n$ti-icon-michelin-star-filled: unicode('1000c');\n$ti-icon-michelin-star-green: unicode('faea');\n$ti-icon-mickey: unicode('f2a3');\n$ti-icon-mickey-filled: unicode('f683');\n$ti-icon-microphone: unicode('eaf0');\n$ti-icon-microphone-2: unicode('ef2c');\n$ti-icon-microphone-2-off: unicode('f40d');\n$ti-icon-microphone-filled: unicode('fe0f');\n$ti-icon-microphone-off: unicode('ed16');\n$ti-icon-microscope: unicode('ef64');\n$ti-icon-microscope-off: unicode('f40e');\n$ti-icon-microwave: unicode('f248');\n$ti-icon-microwave-filled: unicode('fe0e');\n$ti-icon-microwave-off: unicode('f264');\n$ti-icon-military-award: unicode('f079');\n$ti-icon-military-rank: unicode('efcf');\n$ti-icon-military-rank-filled: unicode('ff5e');\n$ti-icon-milk: unicode('ef13');\n$ti-icon-milk-filled: unicode('1000b');\n$ti-icon-milk-off: unicode('f40f');\n$ti-icon-milkshake: unicode('f4c8');\n$ti-icon-minimize: unicode('eaf1');\n$ti-icon-minus: unicode('eaf2');\n$ti-icon-minus-vertical: unicode('eeb4');\n$ti-icon-mist: unicode('ec30');\n$ti-icon-mist-off: unicode('f410');\n$ti-icon-mobiledata: unicode('f9f5');\n$ti-icon-mobiledata-off: unicode('f9f4');\n$ti-icon-moneybag: unicode('f506');\n$ti-icon-monkeybar: unicode('feb4');\n$ti-icon-mood-angry: unicode('f2de');\n$ti-icon-mood-angry-filled: unicode('ff0a');\n$ti-icon-mood-annoyed: unicode('f2e0');\n$ti-icon-mood-annoyed-2: unicode('f2df');\n$ti-icon-mood-bitcoin: unicode('ff32');\n$ti-icon-mood-boy: unicode('ed2d');\n$ti-icon-mood-check: unicode('f7b3');\n$ti-icon-mood-cog: unicode('f7b4');\n$ti-icon-mood-confuzed: unicode('eaf3');\n$ti-icon-mood-confuzed-filled: unicode('f7f2');\n$ti-icon-mood-crazy-happy: unicode('ed90');\n$ti-icon-mood-crazy-happy-filled: unicode('ff09');\n$ti-icon-mood-cry: unicode('ecbb');\n$ti-icon-mood-dollar: unicode('f7b5');\n$ti-icon-mood-edit: unicode('fa05');\n$ti-icon-mood-empty: unicode('eeb5');\n$ti-icon-mood-empty-filled: unicode('f7f3');\n$ti-icon-mood-happy: unicode('eaf4');\n$ti-icon-mood-happy-filled: unicode('f7f4');\n$ti-icon-mood-heart: unicode('f7b6');\n$ti-icon-mood-kid: unicode('ec03');\n$ti-icon-mood-kid-filled: unicode('f7f5');\n$ti-icon-mood-look-down: unicode('fd37');\n$ti-icon-mood-look-left: unicode('f2c5');\n$ti-icon-mood-look-right: unicode('f2c6');\n$ti-icon-mood-look-up: unicode('fd38');\n$ti-icon-mood-minus: unicode('f7b7');\n$ti-icon-mood-nerd: unicode('f2e1');\n$ti-icon-mood-nervous: unicode('ef96');\n$ti-icon-mood-neutral: unicode('eaf5');\n$ti-icon-mood-neutral-filled: unicode('f7f6');\n$ti-icon-mood-off: unicode('f161');\n$ti-icon-mood-pin: unicode('f7b8');\n$ti-icon-mood-plus: unicode('f7b9');\n$ti-icon-mood-puzzled: unicode('fd39');\n$ti-icon-mood-sad: unicode('eaf6');\n$ti-icon-mood-sad-2: unicode('f2e2');\n$ti-icon-mood-sad-dizzy: unicode('f2e3');\n$ti-icon-mood-sad-filled: unicode('f7f7');\n$ti-icon-mood-sad-squint: unicode('f2e4');\n$ti-icon-mood-search: unicode('f7ba');\n$ti-icon-mood-share: unicode('fa06');\n$ti-icon-mood-sick: unicode('f2e5');\n$ti-icon-mood-silence: unicode('f2e6');\n$ti-icon-mood-sing: unicode('f2c7');\n$ti-icon-mood-smile: unicode('eaf7');\n$ti-icon-mood-smile-beam: unicode('f2e7');\n$ti-icon-mood-smile-dizzy: unicode('f2e8');\n$ti-icon-mood-smile-filled: unicode('f7f8');\n$ti-icon-mood-spark: unicode('ffb2');\n$ti-icon-mood-surprised: unicode('ec04');\n$ti-icon-mood-tongue: unicode('eb95');\n$ti-icon-mood-tongue-wink: unicode('f2ea');\n$ti-icon-mood-tongue-wink-2: unicode('f2e9');\n$ti-icon-mood-unamused: unicode('f2eb');\n$ti-icon-mood-up: unicode('f7bb');\n$ti-icon-mood-wink: unicode('f2ed');\n$ti-icon-mood-wink-2: unicode('f2ec');\n$ti-icon-mood-wrrr: unicode('f2ee');\n$ti-icon-mood-wrrr-filled: unicode('ff08');\n$ti-icon-mood-x: unicode('f7bc');\n$ti-icon-mood-xd: unicode('f2ef');\n$ti-icon-moon: unicode('eaf8');\n$ti-icon-moon-2: unicode('ece6');\n$ti-icon-moon-filled: unicode('f684');\n$ti-icon-moon-off: unicode('f162');\n$ti-icon-moon-stars: unicode('ece7');\n$ti-icon-moped: unicode('ecbc');\n$ti-icon-motorbike: unicode('eeb6');\n$ti-icon-mountain: unicode('ef97');\n$ti-icon-mountain-filled: unicode('1000a');\n$ti-icon-mountain-off: unicode('f411');\n$ti-icon-mouse: unicode('eaf9');\n$ti-icon-mouse-2: unicode('f1d7');\n$ti-icon-mouse-filled: unicode('fb2f');\n$ti-icon-mouse-off: unicode('f163');\n$ti-icon-moustache: unicode('f4c9');\n$ti-icon-movie: unicode('eafa');\n$ti-icon-movie-off: unicode('f164');\n$ti-icon-mug: unicode('eafb');\n$ti-icon-mug-filled: unicode('10009');\n$ti-icon-mug-off: unicode('f165');\n$ti-icon-multiplier-0-5x: unicode('ef41');\n$ti-icon-multiplier-1-5x: unicode('ef42');\n$ti-icon-multiplier-1x: unicode('ef43');\n$ti-icon-multiplier-2x: unicode('ef44');\n$ti-icon-mushroom: unicode('ef14');\n$ti-icon-mushroom-filled: unicode('f7f9');\n$ti-icon-mushroom-off: unicode('f412');\n$ti-icon-music: unicode('eafc');\n$ti-icon-music-bolt: unicode('fbd5');\n$ti-icon-music-cancel: unicode('fbd6');\n$ti-icon-music-check: unicode('fbd7');\n$ti-icon-music-code: unicode('fbd8');\n$ti-icon-music-cog: unicode('fbd9');\n$ti-icon-music-discount: unicode('fbda');\n$ti-icon-music-dollar: unicode('fbdb');\n$ti-icon-music-down: unicode('fbdc');\n$ti-icon-music-exclamation: unicode('fbdd');\n$ti-icon-music-heart: unicode('fbde');\n$ti-icon-music-minus: unicode('fbdf');\n$ti-icon-music-off: unicode('f166');\n$ti-icon-music-pause: unicode('fbe0');\n$ti-icon-music-pin: unicode('fbe1');\n$ti-icon-music-plus: unicode('fbe2');\n$ti-icon-music-question: unicode('fbe3');\n$ti-icon-music-search: unicode('fbe4');\n$ti-icon-music-share: unicode('fbe5');\n$ti-icon-music-star: unicode('fbe6');\n$ti-icon-music-up: unicode('fbe7');\n$ti-icon-music-x: unicode('fbe8');\n$ti-icon-navigation: unicode('f2c8');\n$ti-icon-navigation-bolt: unicode('fbe9');\n$ti-icon-navigation-cancel: unicode('fbea');\n$ti-icon-navigation-check: unicode('fbeb');\n$ti-icon-navigation-code: unicode('fbec');\n$ti-icon-navigation-cog: unicode('fbed');\n$ti-icon-navigation-discount: unicode('fbee');\n$ti-icon-navigation-dollar: unicode('fbef');\n$ti-icon-navigation-down: unicode('fbf0');\n$ti-icon-navigation-east: unicode('fcba');\n$ti-icon-navigation-exclamation: unicode('fbf1');\n$ti-icon-navigation-filled: unicode('f685');\n$ti-icon-navigation-heart: unicode('fbf2');\n$ti-icon-navigation-minus: unicode('fbf3');\n$ti-icon-navigation-north: unicode('fcbb');\n$ti-icon-navigation-off: unicode('f413');\n$ti-icon-navigation-pause: unicode('fbf4');\n$ti-icon-navigation-pin: unicode('fbf5');\n$ti-icon-navigation-plus: unicode('fbf6');\n$ti-icon-navigation-question: unicode('fbf7');\n$ti-icon-navigation-search: unicode('fbf8');\n$ti-icon-navigation-share: unicode('fbf9');\n$ti-icon-navigation-south: unicode('fcbc');\n$ti-icon-navigation-star: unicode('fbfa');\n$ti-icon-navigation-top: unicode('faec');\n$ti-icon-navigation-up: unicode('fbfb');\n$ti-icon-navigation-west: unicode('fcbd');\n$ti-icon-navigation-x: unicode('fbfc');\n$ti-icon-needle: unicode('f508');\n$ti-icon-needle-thread: unicode('f507');\n$ti-icon-network: unicode('f09f');\n$ti-icon-network-off: unicode('f414');\n$ti-icon-new-section: unicode('ebc1');\n$ti-icon-news: unicode('eafd');\n$ti-icon-news-off: unicode('f167');\n$ti-icon-nfc: unicode('eeb7');\n$ti-icon-nfc-off: unicode('f168');\n$ti-icon-no-copyright: unicode('efb9');\n$ti-icon-no-creative-commons: unicode('efba');\n$ti-icon-no-derivatives: unicode('efbb');\n$ti-icon-north-star: unicode('f014');\n$ti-icon-note: unicode('eb6d');\n$ti-icon-note-off: unicode('f169');\n$ti-icon-notebook: unicode('eb96');\n$ti-icon-notebook-off: unicode('f415');\n$ti-icon-notes: unicode('eb6e');\n$ti-icon-notes-off: unicode('f16a');\n$ti-icon-notification: unicode('eafe');\n$ti-icon-notification-off: unicode('f16b');\n$ti-icon-number: unicode('f1fe');\n$ti-icon-number-0: unicode('edf0');\n$ti-icon-number-0-small: unicode('fce1');\n$ti-icon-number-1: unicode('edf1');\n$ti-icon-number-1-small: unicode('fce2');\n$ti-icon-number-10: unicode('1005e');\n$ti-icon-number-10-small: unicode('fce3');\n$ti-icon-number-100-small: unicode('10005');\n$ti-icon-number-11: unicode('1005d');\n$ti-icon-number-11-small: unicode('fce4');\n$ti-icon-number-12-small: unicode('fce5');\n$ti-icon-number-123: unicode('f554');\n$ti-icon-number-13-small: unicode('fce6');\n$ti-icon-number-14-small: unicode('fce7');\n$ti-icon-number-15-small: unicode('fce8');\n$ti-icon-number-16-small: unicode('fce9');\n$ti-icon-number-17-small: unicode('fcea');\n$ti-icon-number-18-small: unicode('fceb');\n$ti-icon-number-19-small: unicode('fcec');\n$ti-icon-number-2: unicode('edf2');\n$ti-icon-number-2-small: unicode('fced');\n$ti-icon-number-20-small: unicode('fcee');\n$ti-icon-number-21-small: unicode('fcef');\n$ti-icon-number-22-small: unicode('fcf0');\n$ti-icon-number-23-small: unicode('fcf1');\n$ti-icon-number-24-small: unicode('fcf2');\n$ti-icon-number-25-small: unicode('fcf3');\n$ti-icon-number-26-small: unicode('fcf4');\n$ti-icon-number-27-small: unicode('fcf5');\n$ti-icon-number-28-small: unicode('fcf6');\n$ti-icon-number-29-small: unicode('fcf7');\n$ti-icon-number-3: unicode('edf3');\n$ti-icon-number-3-small: unicode('fcf8');\n$ti-icon-number-30-small: unicode('10004');\n$ti-icon-number-31-small: unicode('10003');\n$ti-icon-number-32-small: unicode('10002');\n$ti-icon-number-33-small: unicode('10001');\n$ti-icon-number-34-small: unicode('10000');\n$ti-icon-number-35-small: unicode('ffff');\n$ti-icon-number-36-small: unicode('fffe');\n$ti-icon-number-37-small: unicode('fffd');\n$ti-icon-number-38-small: unicode('fffc');\n$ti-icon-number-39-small: unicode('fffb');\n$ti-icon-number-4: unicode('edf4');\n$ti-icon-number-4-small: unicode('fcf9');\n$ti-icon-number-40-small: unicode('fffa');\n$ti-icon-number-41-small: unicode('fff9');\n$ti-icon-number-42-small: unicode('fff8');\n$ti-icon-number-43-small: unicode('fff7');\n$ti-icon-number-44-small: unicode('fff6');\n$ti-icon-number-45-small: unicode('fff5');\n$ti-icon-number-46-small: unicode('fff4');\n$ti-icon-number-47-small: unicode('fff3');\n$ti-icon-number-48-small: unicode('fff2');\n$ti-icon-number-49-small: unicode('fff1');\n$ti-icon-number-5: unicode('edf5');\n$ti-icon-number-5-small: unicode('fcfa');\n$ti-icon-number-50-small: unicode('fff0');\n$ti-icon-number-51-small: unicode('ffef');\n$ti-icon-number-52-small: unicode('ffee');\n$ti-icon-number-53-small: unicode('ffed');\n$ti-icon-number-54-small: unicode('ffec');\n$ti-icon-number-55-small: unicode('ffeb');\n$ti-icon-number-56-small: unicode('ffea');\n$ti-icon-number-57-small: unicode('ffe9');\n$ti-icon-number-58-small: unicode('ffe8');\n$ti-icon-number-59-small: unicode('ffe7');\n$ti-icon-number-6: unicode('edf6');\n$ti-icon-number-6-small: unicode('fcfb');\n$ti-icon-number-60-small: unicode('ffe6');\n$ti-icon-number-61-small: unicode('ffe5');\n$ti-icon-number-62-small: unicode('ffe4');\n$ti-icon-number-63-small: unicode('ffe3');\n$ti-icon-number-64-small: unicode('ffe2');\n$ti-icon-number-65-small: unicode('ffe1');\n$ti-icon-number-66-small: unicode('ffe0');\n$ti-icon-number-67-small: unicode('ffdf');\n$ti-icon-number-68-small: unicode('ffde');\n$ti-icon-number-69-small: unicode('ffdd');\n$ti-icon-number-7: unicode('edf7');\n$ti-icon-number-7-small: unicode('fcfc');\n$ti-icon-number-70-small: unicode('ffdc');\n$ti-icon-number-71-small: unicode('ffdb');\n$ti-icon-number-72-small: unicode('ffda');\n$ti-icon-number-73-small: unicode('ffd9');\n$ti-icon-number-74-small: unicode('ffd8');\n$ti-icon-number-75-small: unicode('ffd7');\n$ti-icon-number-76-small: unicode('ffd6');\n$ti-icon-number-77-small: unicode('ffd5');\n$ti-icon-number-78-small: unicode('ffd4');\n$ti-icon-number-79-small: unicode('ffd3');\n$ti-icon-number-8: unicode('edf8');\n$ti-icon-number-8-small: unicode('fcfd');\n$ti-icon-number-80-small: unicode('ffd2');\n$ti-icon-number-81-small: unicode('ffd1');\n$ti-icon-number-82-small: unicode('ffd0');\n$ti-icon-number-83-small: unicode('ffcf');\n$ti-icon-number-84-small: unicode('ffce');\n$ti-icon-number-85-small: unicode('ffcd');\n$ti-icon-number-86-small: unicode('ffcc');\n$ti-icon-number-87-small: unicode('ffcb');\n$ti-icon-number-88-small: unicode('ffca');\n$ti-icon-number-89-small: unicode('ffc9');\n$ti-icon-number-9: unicode('edf9');\n$ti-icon-number-9-small: unicode('fcfe');\n$ti-icon-number-90-small: unicode('ffc8');\n$ti-icon-number-91-small: unicode('ffc7');\n$ti-icon-number-92-small: unicode('ffc6');\n$ti-icon-number-93-small: unicode('ffc5');\n$ti-icon-number-94-small: unicode('ffc4');\n$ti-icon-number-95-small: unicode('ffc3');\n$ti-icon-number-96-small: unicode('ffc2');\n$ti-icon-number-97-small: unicode('ffc1');\n$ti-icon-number-98-small: unicode('ffc0');\n$ti-icon-number-99-small: unicode('ffbf');\n$ti-icon-numbers: unicode('f015');\n$ti-icon-nurse: unicode('ef65');\n$ti-icon-nut: unicode('fc61');\n$ti-icon-object-scan: unicode('fef1');\n$ti-icon-octagon: unicode('ecbd');\n$ti-icon-octagon-filled: unicode('f686');\n$ti-icon-octagon-minus: unicode('fc92');\n$ti-icon-octagon-minus-2: unicode('fc91');\n$ti-icon-octagon-off: unicode('eeb8');\n$ti-icon-octagon-plus: unicode('fc94');\n$ti-icon-octagon-plus-2: unicode('fc93');\n$ti-icon-octahedron: unicode('faae');\n$ti-icon-octahedron-off: unicode('faac');\n$ti-icon-octahedron-plus: unicode('faad');\n$ti-icon-old: unicode('eeb9');\n$ti-icon-olympics: unicode('eeba');\n$ti-icon-olympics-off: unicode('f416');\n$ti-icon-om: unicode('f58d');\n$ti-icon-omega: unicode('eb97');\n$ti-icon-outbound: unicode('f249');\n$ti-icon-outlet: unicode('ebd7');\n$ti-icon-oval: unicode('f02e');\n$ti-icon-oval-filled: unicode('f687');\n$ti-icon-oval-vertical: unicode('f02d');\n$ti-icon-oval-vertical-filled: unicode('f688');\n$ti-icon-overline: unicode('eebb');\n$ti-icon-package: unicode('eaff');\n$ti-icon-package-export: unicode('f07a');\n$ti-icon-package-import: unicode('f07b');\n$ti-icon-package-off: unicode('f16c');\n$ti-icon-packages: unicode('f2c9');\n$ti-icon-pacman: unicode('eebc');\n$ti-icon-page-break: unicode('ec81');\n$ti-icon-paint: unicode('eb00');\n$ti-icon-paint-filled: unicode('f75f');\n$ti-icon-paint-off: unicode('f16d');\n$ti-icon-palette: unicode('eb01');\n$ti-icon-palette-off: unicode('f16e');\n$ti-icon-panorama-horizontal: unicode('ed33');\n$ti-icon-panorama-horizontal-filled: unicode('fecc');\n$ti-icon-panorama-horizontal-off: unicode('f417');\n$ti-icon-panorama-vertical: unicode('ed34');\n$ti-icon-panorama-vertical-filled: unicode('fecb');\n$ti-icon-panorama-vertical-off: unicode('f418');\n$ti-icon-paper-bag: unicode('f02f');\n$ti-icon-paper-bag-off: unicode('f16f');\n$ti-icon-paperclip: unicode('eb02');\n$ti-icon-parachute: unicode('ed7c');\n$ti-icon-parachute-off: unicode('f170');\n$ti-icon-parentheses: unicode('ebd8');\n$ti-icon-parentheses-off: unicode('f171');\n$ti-icon-parking: unicode('eb03');\n$ti-icon-parking-circle: unicode('fd5a');\n$ti-icon-parking-circle-filled: unicode('feca');\n$ti-icon-parking-off: unicode('f172');\n$ti-icon-password: unicode('f4ca');\n$ti-icon-password-fingerprint: unicode('fc7b');\n$ti-icon-password-mobile-phone: unicode('fc7c');\n$ti-icon-password-user: unicode('fc7d');\n$ti-icon-paw: unicode('eff9');\n$ti-icon-paw-filled: unicode('f689');\n$ti-icon-paw-off: unicode('f419');\n$ti-icon-paywall: unicode('fd7e');\n$ti-icon-pdf: unicode('f7ac');\n$ti-icon-peace: unicode('ecbe');\n$ti-icon-pencil: unicode('eb04');\n$ti-icon-pencil-bolt: unicode('fbfd');\n$ti-icon-pencil-cancel: unicode('fbfe');\n$ti-icon-pencil-check: unicode('fbff');\n$ti-icon-pencil-code: unicode('fc00');\n$ti-icon-pencil-cog: unicode('fc01');\n$ti-icon-pencil-discount: unicode('fc02');\n$ti-icon-pencil-dollar: unicode('fc03');\n$ti-icon-pencil-down: unicode('fc04');\n$ti-icon-pencil-exclamation: unicode('fc05');\n$ti-icon-pencil-heart: unicode('fc06');\n$ti-icon-pencil-minus: unicode('f1eb');\n$ti-icon-pencil-off: unicode('f173');\n$ti-icon-pencil-pause: unicode('fc07');\n$ti-icon-pencil-pin: unicode('fc08');\n$ti-icon-pencil-plus: unicode('f1ec');\n$ti-icon-pencil-question: unicode('fc09');\n$ti-icon-pencil-search: unicode('fc0a');\n$ti-icon-pencil-share: unicode('fc0b');\n$ti-icon-pencil-star: unicode('fc0c');\n$ti-icon-pencil-up: unicode('fc0d');\n$ti-icon-pencil-x: unicode('fc0e');\n$ti-icon-pennant: unicode('ed7d');\n$ti-icon-pennant-2: unicode('f06a');\n$ti-icon-pennant-2-filled: unicode('f68a');\n$ti-icon-pennant-filled: unicode('f68b');\n$ti-icon-pennant-off: unicode('f174');\n$ti-icon-pentagon: unicode('efe3');\n$ti-icon-pentagon-filled: unicode('f68c');\n$ti-icon-pentagon-minus: unicode('feb3');\n$ti-icon-pentagon-number-0: unicode('fc7e');\n$ti-icon-pentagon-number-1: unicode('fc7f');\n$ti-icon-pentagon-number-2: unicode('fc80');\n$ti-icon-pentagon-number-3: unicode('fc81');\n$ti-icon-pentagon-number-4: unicode('fc82');\n$ti-icon-pentagon-number-5: unicode('fc83');\n$ti-icon-pentagon-number-6: unicode('fc84');\n$ti-icon-pentagon-number-7: unicode('fc85');\n$ti-icon-pentagon-number-8: unicode('fc86');\n$ti-icon-pentagon-number-9: unicode('fc87');\n$ti-icon-pentagon-off: unicode('f41a');\n$ti-icon-pentagon-plus: unicode('fc49');\n$ti-icon-pentagon-x: unicode('fc88');\n$ti-icon-pentagram: unicode('f586');\n$ti-icon-pepper: unicode('ef15');\n$ti-icon-pepper-off: unicode('f175');\n$ti-icon-percentage: unicode('ecf4');\n$ti-icon-percentage-0: unicode('fee5');\n$ti-icon-percentage-10: unicode('fee4');\n$ti-icon-percentage-100: unicode('fee3');\n$ti-icon-percentage-20: unicode('fee2');\n$ti-icon-percentage-25: unicode('fee1');\n$ti-icon-percentage-30: unicode('fee0');\n$ti-icon-percentage-33: unicode('fedf');\n$ti-icon-percentage-40: unicode('fede');\n$ti-icon-percentage-50: unicode('fedd');\n$ti-icon-percentage-60: unicode('fedc');\n$ti-icon-percentage-66: unicode('fedb');\n$ti-icon-percentage-70: unicode('feda');\n$ti-icon-percentage-75: unicode('fed9');\n$ti-icon-percentage-80: unicode('fed8');\n$ti-icon-percentage-90: unicode('fed7');\n$ti-icon-perfume: unicode('f509');\n$ti-icon-perspective: unicode('eebd');\n$ti-icon-perspective-off: unicode('f176');\n$ti-icon-phone: unicode('eb09');\n$ti-icon-phone-call: unicode('eb05');\n$ti-icon-phone-calling: unicode('ec43');\n$ti-icon-phone-check: unicode('ec05');\n$ti-icon-phone-done: unicode('ff9e');\n$ti-icon-phone-end: unicode('ff9d');\n$ti-icon-phone-filled: unicode('fa49');\n$ti-icon-phone-incoming: unicode('eb06');\n$ti-icon-phone-off: unicode('ecf5');\n$ti-icon-phone-outgoing: unicode('eb07');\n$ti-icon-phone-pause: unicode('eb08');\n$ti-icon-phone-plus: unicode('ec06');\n$ti-icon-phone-ringing: unicode('ff9c');\n$ti-icon-phone-spark: unicode('ffb1');\n$ti-icon-phone-x: unicode('ec07');\n$ti-icon-photo: unicode('eb0a');\n$ti-icon-photo-ai: unicode('fa32');\n$ti-icon-photo-bitcoin: unicode('ff31');\n$ti-icon-photo-bolt: unicode('f990');\n$ti-icon-photo-cancel: unicode('f35d');\n$ti-icon-photo-check: unicode('f35e');\n$ti-icon-photo-circle: unicode('fc4a');\n$ti-icon-photo-circle-minus: unicode('fc62');\n$ti-icon-photo-circle-plus: unicode('fc63');\n$ti-icon-photo-code: unicode('f991');\n$ti-icon-photo-cog: unicode('f992');\n$ti-icon-photo-dollar: unicode('f993');\n$ti-icon-photo-down: unicode('f35f');\n$ti-icon-photo-edit: unicode('f360');\n$ti-icon-photo-exclamation: unicode('f994');\n$ti-icon-photo-filled: unicode('fa4a');\n$ti-icon-photo-heart: unicode('f361');\n$ti-icon-photo-hexagon: unicode('fc4b');\n$ti-icon-photo-minus: unicode('f362');\n$ti-icon-photo-off: unicode('ecf6');\n$ti-icon-photo-pause: unicode('f995');\n$ti-icon-photo-pentagon: unicode('fc4c');\n$ti-icon-photo-pin: unicode('f996');\n$ti-icon-photo-plus: unicode('f363');\n$ti-icon-photo-question: unicode('f997');\n$ti-icon-photo-scan: unicode('fca8');\n$ti-icon-photo-search: unicode('f364');\n$ti-icon-photo-sensor: unicode('f798');\n$ti-icon-photo-sensor-2: unicode('f796');\n$ti-icon-photo-sensor-3: unicode('f797');\n$ti-icon-photo-share: unicode('f998');\n$ti-icon-photo-shield: unicode('f365');\n$ti-icon-photo-spark: unicode('ffb0');\n$ti-icon-photo-square-rounded: unicode('fc4d');\n$ti-icon-photo-star: unicode('f366');\n$ti-icon-photo-up: unicode('f38b');\n$ti-icon-photo-video: unicode('fc95');\n$ti-icon-photo-x: unicode('f367');\n$ti-icon-physotherapist: unicode('eebe');\n$ti-icon-piano: unicode('fad3');\n$ti-icon-pick: unicode('fafc');\n$ti-icon-picnic-table: unicode('fed6');\n$ti-icon-picture-in-picture: unicode('ed35');\n$ti-icon-picture-in-picture-filled: unicode('fec1');\n$ti-icon-picture-in-picture-off: unicode('ed43');\n$ti-icon-picture-in-picture-on: unicode('ed44');\n$ti-icon-picture-in-picture-top: unicode('efe4');\n$ti-icon-picture-in-picture-top-filled: unicode('fec2');\n$ti-icon-pig: unicode('ef52');\n$ti-icon-pig-money: unicode('f38c');\n$ti-icon-pig-off: unicode('f177');\n$ti-icon-pilcrow: unicode('f5f6');\n$ti-icon-pilcrow-left: unicode('fd7f');\n$ti-icon-pilcrow-right: unicode('fd80');\n$ti-icon-pill: unicode('ec44');\n$ti-icon-pill-filled: unicode('ff07');\n$ti-icon-pill-off: unicode('f178');\n$ti-icon-pills: unicode('ef66');\n$ti-icon-pin: unicode('ec9c');\n$ti-icon-pin-end: unicode('fd5b');\n$ti-icon-pin-filled: unicode('f68d');\n$ti-icon-pin-invoke: unicode('fd5c');\n$ti-icon-ping-pong: unicode('f38d');\n$ti-icon-pinned: unicode('ed60');\n$ti-icon-pinned-filled: unicode('f68e');\n$ti-icon-pinned-off: unicode('ed5f');\n$ti-icon-pizza: unicode('edbb');\n$ti-icon-pizza-filled: unicode('10008');\n$ti-icon-pizza-off: unicode('f179');\n$ti-icon-placeholder: unicode('f626');\n$ti-icon-plane: unicode('eb6f');\n$ti-icon-plane-arrival: unicode('eb99');\n$ti-icon-plane-departure: unicode('eb9a');\n$ti-icon-plane-inflight: unicode('ef98');\n$ti-icon-plane-off: unicode('f17a');\n$ti-icon-plane-tilt: unicode('f1ed');\n$ti-icon-planet: unicode('ec08');\n$ti-icon-planet-off: unicode('f17b');\n$ti-icon-plant: unicode('ed50');\n$ti-icon-plant-2: unicode('ed7e');\n$ti-icon-plant-2-off: unicode('f17c');\n$ti-icon-plant-off: unicode('f17d');\n$ti-icon-play-basketball: unicode('fa66');\n$ti-icon-play-card: unicode('eebf');\n$ti-icon-play-card-1: unicode('1005c');\n$ti-icon-play-card-1-filled: unicode('10083');\n$ti-icon-play-card-10: unicode('1005b');\n$ti-icon-play-card-10-filled: unicode('10082');\n$ti-icon-play-card-2: unicode('1005a');\n$ti-icon-play-card-2-filled: unicode('10081');\n$ti-icon-play-card-3: unicode('10059');\n$ti-icon-play-card-3-filled: unicode('10080');\n$ti-icon-play-card-4: unicode('10058');\n$ti-icon-play-card-4-filled: unicode('1007f');\n$ti-icon-play-card-5: unicode('10057');\n$ti-icon-play-card-5-filled: unicode('1007e');\n$ti-icon-play-card-6: unicode('10056');\n$ti-icon-play-card-6-filled: unicode('1007d');\n$ti-icon-play-card-7: unicode('10055');\n$ti-icon-play-card-7-filled: unicode('1007c');\n$ti-icon-play-card-8: unicode('10054');\n$ti-icon-play-card-8-filled: unicode('1007b');\n$ti-icon-play-card-9: unicode('10053');\n$ti-icon-play-card-9-filled: unicode('1007a');\n$ti-icon-play-card-a: unicode('10052');\n$ti-icon-play-card-a-filled: unicode('10079');\n$ti-icon-play-card-j: unicode('10051');\n$ti-icon-play-card-j-filled: unicode('10078');\n$ti-icon-play-card-k: unicode('10050');\n$ti-icon-play-card-k-filled: unicode('10077');\n$ti-icon-play-card-off: unicode('f17e');\n$ti-icon-play-card-q: unicode('1004f');\n$ti-icon-play-card-q-filled: unicode('10076');\n$ti-icon-play-card-star: unicode('1004e');\n$ti-icon-play-card-star-filled: unicode('10075');\n$ti-icon-play-football: unicode('fa67');\n$ti-icon-play-handball: unicode('fa68');\n$ti-icon-play-volleyball: unicode('fa69');\n$ti-icon-player-eject: unicode('efbc');\n$ti-icon-player-eject-filled: unicode('f68f');\n$ti-icon-player-pause: unicode('ed45');\n$ti-icon-player-pause-filled: unicode('f690');\n$ti-icon-player-play: unicode('ed46');\n$ti-icon-player-play-filled: unicode('f691');\n$ti-icon-player-record: unicode('ed47');\n$ti-icon-player-record-filled: unicode('f692');\n$ti-icon-player-skip-back: unicode('ed48');\n$ti-icon-player-skip-back-filled: unicode('f693');\n$ti-icon-player-skip-forward: unicode('ed49');\n$ti-icon-player-skip-forward-filled: unicode('f694');\n$ti-icon-player-stop: unicode('ed4a');\n$ti-icon-player-stop-filled: unicode('f695');\n$ti-icon-player-track-next: unicode('ed4b');\n$ti-icon-player-track-next-filled: unicode('f696');\n$ti-icon-player-track-prev: unicode('ed4c');\n$ti-icon-player-track-prev-filled: unicode('f697');\n$ti-icon-playlist: unicode('eec0');\n$ti-icon-playlist-add: unicode('f008');\n$ti-icon-playlist-off: unicode('f17f');\n$ti-icon-playlist-x: unicode('f009');\n$ti-icon-playstation-circle: unicode('f2ad');\n$ti-icon-playstation-square: unicode('f2ae');\n$ti-icon-playstation-triangle: unicode('f2af');\n$ti-icon-playstation-x: unicode('f2b0');\n$ti-icon-plug: unicode('ebd9');\n$ti-icon-plug-connected: unicode('f00a');\n$ti-icon-plug-connected-x: unicode('f0a0');\n$ti-icon-plug-off: unicode('f180');\n$ti-icon-plug-x: unicode('f0a1');\n$ti-icon-plus: unicode('eb0b');\n$ti-icon-plus-equal: unicode('f7ad');\n$ti-icon-plus-minus: unicode('f7ae');\n$ti-icon-png: unicode('f3ad');\n$ti-icon-podium: unicode('f1d8');\n$ti-icon-podium-off: unicode('f41b');\n$ti-icon-point: unicode('eb0c');\n$ti-icon-point-filled: unicode('f698');\n$ti-icon-point-off: unicode('f181');\n$ti-icon-pointer: unicode('f265');\n$ti-icon-pointer-bolt: unicode('f999');\n$ti-icon-pointer-cancel: unicode('f99a');\n$ti-icon-pointer-check: unicode('f99b');\n$ti-icon-pointer-code: unicode('f99c');\n$ti-icon-pointer-cog: unicode('f99d');\n$ti-icon-pointer-dollar: unicode('f99e');\n$ti-icon-pointer-down: unicode('f99f');\n$ti-icon-pointer-exclamation: unicode('f9a0');\n$ti-icon-pointer-filled: unicode('fb30');\n$ti-icon-pointer-heart: unicode('f9a1');\n$ti-icon-pointer-minus: unicode('f9a2');\n$ti-icon-pointer-off: unicode('f9a3');\n$ti-icon-pointer-pause: unicode('f9a4');\n$ti-icon-pointer-pin: unicode('f9a5');\n$ti-icon-pointer-plus: unicode('f9a6');\n$ti-icon-pointer-question: unicode('f9a7');\n$ti-icon-pointer-search: unicode('f9a8');\n$ti-icon-pointer-share: unicode('f9a9');\n$ti-icon-pointer-star: unicode('f9aa');\n$ti-icon-pointer-up: unicode('f9ab');\n$ti-icon-pointer-x: unicode('f9ac');\n$ti-icon-pokeball: unicode('eec1');\n$ti-icon-pokeball-off: unicode('f41c');\n$ti-icon-poker-chip: unicode('f515');\n$ti-icon-polaroid: unicode('eec2');\n$ti-icon-polaroid-filled: unicode('fa4b');\n$ti-icon-polygon: unicode('efd0');\n$ti-icon-polygon-off: unicode('f182');\n$ti-icon-poo: unicode('f258');\n$ti-icon-poo-filled: unicode('fec9');\n$ti-icon-pool: unicode('ed91');\n$ti-icon-pool-off: unicode('f41d');\n$ti-icon-power: unicode('eb0d');\n$ti-icon-pray: unicode('ecbf');\n$ti-icon-premium-rights: unicode('efbd');\n$ti-icon-prescription: unicode('ef99');\n$ti-icon-presentation: unicode('eb70');\n$ti-icon-presentation-analytics: unicode('eec3');\n$ti-icon-presentation-analytics-filled: unicode('ff5d');\n$ti-icon-presentation-filled: unicode('ff5c');\n$ti-icon-presentation-off: unicode('f183');\n$ti-icon-printer: unicode('eb0e');\n$ti-icon-printer-off: unicode('f184');\n$ti-icon-prism: unicode('fab1');\n$ti-icon-prism-light: unicode('fea6');\n$ti-icon-prism-off: unicode('faaf');\n$ti-icon-prism-plus: unicode('fab0');\n$ti-icon-prison: unicode('ef79');\n$ti-icon-progress: unicode('fa0d');\n$ti-icon-progress-alert: unicode('fa07');\n$ti-icon-progress-bolt: unicode('fa08');\n$ti-icon-progress-check: unicode('fa09');\n$ti-icon-progress-down: unicode('fa0a');\n$ti-icon-progress-help: unicode('fa0b');\n$ti-icon-progress-x: unicode('fa0c');\n$ti-icon-prompt: unicode('eb0f');\n$ti-icon-prong: unicode('fda1');\n$ti-icon-propeller: unicode('eec4');\n$ti-icon-propeller-off: unicode('f185');\n$ti-icon-protocol: unicode('fd81');\n$ti-icon-pumpkin-scary: unicode('f587');\n$ti-icon-puzzle: unicode('eb10');\n$ti-icon-puzzle-2: unicode('ef83');\n$ti-icon-puzzle-filled: unicode('f699');\n$ti-icon-puzzle-off: unicode('f186');\n$ti-icon-pyramid: unicode('eec5');\n$ti-icon-pyramid-off: unicode('f187');\n$ti-icon-pyramid-plus: unicode('fab2');\n$ti-icon-qrcode: unicode('eb11');\n$ti-icon-qrcode-off: unicode('f41e');\n$ti-icon-question-mark: unicode('ec9d');\n$ti-icon-quote: unicode('efbe');\n$ti-icon-quote-off: unicode('f188');\n$ti-icon-quotes: unicode('fb1e');\n$ti-icon-radar: unicode('f017');\n$ti-icon-radar-2: unicode('f016');\n$ti-icon-radar-filled: unicode('fe0d');\n$ti-icon-radar-off: unicode('f41f');\n$ti-icon-radio: unicode('ef2d');\n$ti-icon-radio-off: unicode('f420');\n$ti-icon-radioactive: unicode('ecc0');\n$ti-icon-radioactive-filled: unicode('f760');\n$ti-icon-radioactive-off: unicode('f189');\n$ti-icon-radius-bottom-left: unicode('eec6');\n$ti-icon-radius-bottom-right: unicode('eec7');\n$ti-icon-radius-top-left: unicode('eec8');\n$ti-icon-radius-top-right: unicode('eec9');\n$ti-icon-rainbow: unicode('edbc');\n$ti-icon-rainbow-off: unicode('f18a');\n$ti-icon-rating-12-plus: unicode('f266');\n$ti-icon-rating-14-plus: unicode('f267');\n$ti-icon-rating-16-plus: unicode('f268');\n$ti-icon-rating-18-plus: unicode('f269');\n$ti-icon-rating-21-plus: unicode('f26a');\n$ti-icon-razor: unicode('f4b5');\n$ti-icon-razor-electric: unicode('f4b4');\n$ti-icon-receipt: unicode('edfd');\n$ti-icon-receipt-2: unicode('edfa');\n$ti-icon-receipt-bitcoin: unicode('fd66');\n$ti-icon-receipt-dollar: unicode('fd67');\n$ti-icon-receipt-euro: unicode('fd68');\n$ti-icon-receipt-filled: unicode('ff06');\n$ti-icon-receipt-off: unicode('edfb');\n$ti-icon-receipt-pound: unicode('fd69');\n$ti-icon-receipt-refund: unicode('edfc');\n$ti-icon-receipt-rupee: unicode('fd82');\n$ti-icon-receipt-tax: unicode('edbd');\n$ti-icon-receipt-yen: unicode('fd6a');\n$ti-icon-receipt-yuan: unicode('fd6b');\n$ti-icon-recharging: unicode('eeca');\n$ti-icon-record-mail: unicode('eb12');\n$ti-icon-record-mail-off: unicode('f18b');\n$ti-icon-rectangle: unicode('ed37');\n$ti-icon-rectangle-filled: unicode('f69a');\n$ti-icon-rectangle-rounded-bottom: unicode('faed');\n$ti-icon-rectangle-rounded-top: unicode('faee');\n$ti-icon-rectangle-vertical: unicode('ed36');\n$ti-icon-rectangle-vertical-filled: unicode('f69b');\n$ti-icon-rectangular-prism: unicode('fab5');\n$ti-icon-rectangular-prism-off: unicode('fab3');\n$ti-icon-rectangular-prism-plus: unicode('fab4');\n$ti-icon-recycle: unicode('eb9b');\n$ti-icon-recycle-off: unicode('f18c');\n$ti-icon-refresh: unicode('eb13');\n$ti-icon-refresh-alert: unicode('ed57');\n$ti-icon-refresh-dot: unicode('efbf');\n$ti-icon-refresh-off: unicode('f18d');\n$ti-icon-regex: unicode('f31f');\n$ti-icon-regex-off: unicode('f421');\n$ti-icon-registered: unicode('eb14');\n$ti-icon-relation-many-to-many: unicode('ed7f');\n$ti-icon-relation-many-to-many-filled: unicode('fe0c');\n$ti-icon-relation-one-to-many: unicode('ed80');\n$ti-icon-relation-one-to-many-filled: unicode('fe0b');\n$ti-icon-relation-one-to-one: unicode('ed81');\n$ti-icon-relation-one-to-one-filled: unicode('fe0a');\n$ti-icon-reload: unicode('f3ae');\n$ti-icon-reorder: unicode('fc15');\n$ti-icon-repeat: unicode('eb72');\n$ti-icon-repeat-off: unicode('f18e');\n$ti-icon-repeat-once: unicode('eb71');\n$ti-icon-replace: unicode('ebc7');\n$ti-icon-replace-filled: unicode('f69c');\n$ti-icon-replace-off: unicode('f422');\n$ti-icon-report: unicode('eece');\n$ti-icon-report-analytics: unicode('eecb');\n$ti-icon-report-medical: unicode('eecc');\n$ti-icon-report-money: unicode('eecd');\n$ti-icon-report-off: unicode('f18f');\n$ti-icon-report-search: unicode('ef84');\n$ti-icon-reserved-line: unicode('f9f6');\n$ti-icon-resize: unicode('eecf');\n$ti-icon-restore: unicode('fafd');\n$ti-icon-rewind-backward-10: unicode('faba');\n$ti-icon-rewind-backward-15: unicode('fabb');\n$ti-icon-rewind-backward-20: unicode('fabc');\n$ti-icon-rewind-backward-30: unicode('fabd');\n$ti-icon-rewind-backward-40: unicode('fabe');\n$ti-icon-rewind-backward-5: unicode('fabf');\n$ti-icon-rewind-backward-50: unicode('fac0');\n$ti-icon-rewind-backward-60: unicode('fac1');\n$ti-icon-rewind-forward-10: unicode('fac2');\n$ti-icon-rewind-forward-15: unicode('fac3');\n$ti-icon-rewind-forward-20: unicode('fac4');\n$ti-icon-rewind-forward-30: unicode('fac5');\n$ti-icon-rewind-forward-40: unicode('fac6');\n$ti-icon-rewind-forward-5: unicode('fac7');\n$ti-icon-rewind-forward-50: unicode('fac8');\n$ti-icon-rewind-forward-60: unicode('fac9');\n$ti-icon-ribbon-health: unicode('f58e');\n$ti-icon-rings: unicode('fa6a');\n$ti-icon-ripple: unicode('ed82');\n$ti-icon-ripple-off: unicode('f190');\n$ti-icon-road: unicode('f018');\n$ti-icon-road-off: unicode('f191');\n$ti-icon-road-sign: unicode('ecdd');\n$ti-icon-robot: unicode('f00b');\n$ti-icon-robot-face: unicode('fcbe');\n$ti-icon-robot-off: unicode('f192');\n$ti-icon-rocket: unicode('ec45');\n$ti-icon-rocket-off: unicode('f193');\n$ti-icon-roller-skating: unicode('efd1');\n$ti-icon-rollercoaster: unicode('f0a2');\n$ti-icon-rollercoaster-off: unicode('f423');\n$ti-icon-rosette: unicode('f599');\n$ti-icon-rosette-discount: unicode('ee7c');\n$ti-icon-rosette-discount-check: unicode('f1f8');\n$ti-icon-rosette-discount-check-filled: unicode('f746');\n$ti-icon-rosette-discount-check-off: unicode('ff10');\n$ti-icon-rosette-discount-filled: unicode('ff05');\n$ti-icon-rosette-discount-off: unicode('f3e6');\n$ti-icon-rosette-filled: unicode('f69d');\n$ti-icon-rosette-number-0: unicode('f58f');\n$ti-icon-rosette-number-1: unicode('f590');\n$ti-icon-rosette-number-2: unicode('f591');\n$ti-icon-rosette-number-3: unicode('f592');\n$ti-icon-rosette-number-4: unicode('f593');\n$ti-icon-rosette-number-5: unicode('f594');\n$ti-icon-rosette-number-6: unicode('f595');\n$ti-icon-rosette-number-7: unicode('f596');\n$ti-icon-rosette-number-8: unicode('f597');\n$ti-icon-rosette-number-9: unicode('f598');\n$ti-icon-rotate: unicode('eb16');\n$ti-icon-rotate-2: unicode('ebb4');\n$ti-icon-rotate-360: unicode('ef85');\n$ti-icon-rotate-3d: unicode('f020');\n$ti-icon-rotate-clockwise: unicode('eb15');\n$ti-icon-rotate-clockwise-2: unicode('ebb5');\n$ti-icon-rotate-dot: unicode('efe5');\n$ti-icon-rotate-rectangle: unicode('ec15');\n$ti-icon-route: unicode('eb17');\n$ti-icon-route-2: unicode('f4b6');\n$ti-icon-route-alt-left: unicode('fca9');\n$ti-icon-route-alt-right: unicode('fcaa');\n$ti-icon-route-off: unicode('f194');\n$ti-icon-route-scan: unicode('fcbf');\n$ti-icon-route-square: unicode('fcac');\n$ti-icon-route-square-2: unicode('fcab');\n$ti-icon-route-x: unicode('fcae');\n$ti-icon-route-x-2: unicode('fcad');\n$ti-icon-router: unicode('eb18');\n$ti-icon-router-off: unicode('f424');\n$ti-icon-row-insert-bottom: unicode('eed0');\n$ti-icon-row-insert-top: unicode('eed1');\n$ti-icon-row-remove: unicode('fafe');\n$ti-icon-rss: unicode('eb19');\n$ti-icon-rubber-stamp: unicode('f5ab');\n$ti-icon-rubber-stamp-off: unicode('f5aa');\n$ti-icon-ruler: unicode('eb1a');\n$ti-icon-ruler-2: unicode('eed2');\n$ti-icon-ruler-2-off: unicode('f195');\n$ti-icon-ruler-3: unicode('f290');\n$ti-icon-ruler-measure: unicode('f291');\n$ti-icon-ruler-measure-2: unicode('ff0f');\n$ti-icon-ruler-off: unicode('f196');\n$ti-icon-run: unicode('ec82');\n$ti-icon-rv-truck: unicode('fcc0');\n$ti-icon-s-turn-down: unicode('f516');\n$ti-icon-s-turn-left: unicode('f517');\n$ti-icon-s-turn-right: unicode('f518');\n$ti-icon-s-turn-up: unicode('f519');\n$ti-icon-sailboat: unicode('ec83');\n$ti-icon-sailboat-2: unicode('f5f7');\n$ti-icon-sailboat-off: unicode('f425');\n$ti-icon-salad: unicode('f50a');\n$ti-icon-salad-filled: unicode('10007');\n$ti-icon-salt: unicode('ef16');\n$ti-icon-sandbox: unicode('fd6c');\n$ti-icon-satellite: unicode('eed3');\n$ti-icon-satellite-off: unicode('f197');\n$ti-icon-sausage: unicode('ef17');\n$ti-icon-scale: unicode('ebc2');\n$ti-icon-scale-off: unicode('f198');\n$ti-icon-scale-outline: unicode('ef53');\n$ti-icon-scale-outline-off: unicode('f199');\n$ti-icon-scan: unicode('ebc8');\n$ti-icon-scan-eye: unicode('f1ff');\n$ti-icon-scan-position: unicode('fdac');\n$ti-icon-schema: unicode('f200');\n$ti-icon-schema-off: unicode('f426');\n$ti-icon-school: unicode('ecf7');\n$ti-icon-school-bell: unicode('f64a');\n$ti-icon-school-off: unicode('f19a');\n$ti-icon-scissors: unicode('eb1b');\n$ti-icon-scissors-off: unicode('f19b');\n$ti-icon-scooter: unicode('ec6c');\n$ti-icon-scooter-electric: unicode('ecc1');\n$ti-icon-scoreboard: unicode('fa6b');\n$ti-icon-screen-share: unicode('ed18');\n$ti-icon-screen-share-off: unicode('ed17');\n$ti-icon-screenshot: unicode('f201');\n$ti-icon-scribble: unicode('f0a3');\n$ti-icon-scribble-off: unicode('f427');\n$ti-icon-script: unicode('f2da');\n$ti-icon-script-minus: unicode('f2d7');\n$ti-icon-script-plus: unicode('f2d8');\n$ti-icon-script-x: unicode('f2d9');\n$ti-icon-scuba-diving: unicode('fd4e');\n$ti-icon-scuba-diving-tank: unicode('fefa');\n$ti-icon-scuba-diving-tank-filled: unicode('ff04');\n$ti-icon-scuba-mask: unicode('eed4');\n$ti-icon-scuba-mask-off: unicode('f428');\n$ti-icon-sdk: unicode('f3af');\n$ti-icon-search: unicode('eb1c');\n$ti-icon-search-off: unicode('f19c');\n$ti-icon-section: unicode('eed5');\n$ti-icon-section-filled: unicode('fe09');\n$ti-icon-section-sign: unicode('f019');\n$ti-icon-seeding: unicode('ed51');\n$ti-icon-seeding-filled: unicode('10006');\n$ti-icon-seeding-off: unicode('f19d');\n$ti-icon-select: unicode('ec9e');\n$ti-icon-select-all: unicode('f9f7');\n$ti-icon-selector: unicode('eb1d');\n$ti-icon-send: unicode('eb1e');\n$ti-icon-send-2: unicode('fd5d');\n$ti-icon-send-off: unicode('f429');\n$ti-icon-seo: unicode('f26b');\n$ti-icon-separator: unicode('ebda');\n$ti-icon-separator-horizontal: unicode('ec79');\n$ti-icon-separator-vertical: unicode('ec7a');\n$ti-icon-server: unicode('eb1f');\n$ti-icon-server-2: unicode('f07c');\n$ti-icon-server-bolt: unicode('f320');\n$ti-icon-server-cog: unicode('f321');\n$ti-icon-server-off: unicode('f19e');\n$ti-icon-server-spark: unicode('ffaf');\n$ti-icon-servicemark: unicode('ec09');\n$ti-icon-settings: unicode('eb20');\n$ti-icon-settings-2: unicode('f5ac');\n$ti-icon-settings-automation: unicode('eed6');\n$ti-icon-settings-bolt: unicode('f9ad');\n$ti-icon-settings-cancel: unicode('f9ae');\n$ti-icon-settings-check: unicode('f9af');\n$ti-icon-settings-code: unicode('f9b0');\n$ti-icon-settings-cog: unicode('f9b1');\n$ti-icon-settings-dollar: unicode('f9b2');\n$ti-icon-settings-down: unicode('f9b3');\n$ti-icon-settings-exclamation: unicode('f9b4');\n$ti-icon-settings-filled: unicode('f69e');\n$ti-icon-settings-heart: unicode('f9b5');\n$ti-icon-settings-minus: unicode('f9b6');\n$ti-icon-settings-off: unicode('f19f');\n$ti-icon-settings-pause: unicode('f9b7');\n$ti-icon-settings-pin: unicode('f9b8');\n$ti-icon-settings-plus: unicode('f9b9');\n$ti-icon-settings-question: unicode('f9ba');\n$ti-icon-settings-search: unicode('f9bb');\n$ti-icon-settings-share: unicode('f9bc');\n$ti-icon-settings-spark: unicode('ffae');\n$ti-icon-settings-star: unicode('f9bd');\n$ti-icon-settings-up: unicode('f9be');\n$ti-icon-settings-x: unicode('f9bf');\n$ti-icon-shadow: unicode('eed8');\n$ti-icon-shadow-off: unicode('eed7');\n$ti-icon-shape: unicode('eb9c');\n$ti-icon-shape-2: unicode('eed9');\n$ti-icon-shape-3: unicode('eeda');\n$ti-icon-shape-off: unicode('f1a0');\n$ti-icon-share: unicode('eb21');\n$ti-icon-share-2: unicode('f799');\n$ti-icon-share-3: unicode('f7bd');\n$ti-icon-share-off: unicode('f1a1');\n$ti-icon-shareplay: unicode('fea5');\n$ti-icon-shield: unicode('eb24');\n$ti-icon-shield-bolt: unicode('f9c0');\n$ti-icon-shield-cancel: unicode('f9c1');\n$ti-icon-shield-check: unicode('eb22');\n$ti-icon-shield-check-filled: unicode('f761');\n$ti-icon-shield-checkered: unicode('ef9a');\n$ti-icon-shield-checkered-filled: unicode('f762');\n$ti-icon-shield-chevron: unicode('ef9b');\n$ti-icon-shield-code: unicode('f9c2');\n$ti-icon-shield-cog: unicode('f9c3');\n$ti-icon-shield-dollar: unicode('f9c4');\n$ti-icon-shield-down: unicode('f9c5');\n$ti-icon-shield-exclamation: unicode('f9c6');\n$ti-icon-shield-filled: unicode('f69f');\n$ti-icon-shield-half: unicode('f358');\n$ti-icon-shield-half-filled: unicode('f357');\n$ti-icon-shield-heart: unicode('f9c7');\n$ti-icon-shield-lock: unicode('ed58');\n$ti-icon-shield-lock-filled: unicode('f763');\n$ti-icon-shield-minus: unicode('f9c8');\n$ti-icon-shield-off: unicode('ecf8');\n$ti-icon-shield-pause: unicode('f9c9');\n$ti-icon-shield-pin: unicode('f9ca');\n$ti-icon-shield-plus: unicode('f9cb');\n$ti-icon-shield-question: unicode('f9cc');\n$ti-icon-shield-search: unicode('f9cd');\n$ti-icon-shield-share: unicode('f9ce');\n$ti-icon-shield-star: unicode('f9cf');\n$ti-icon-shield-up: unicode('f9d0');\n$ti-icon-shield-x: unicode('eb23');\n$ti-icon-ship: unicode('ec84');\n$ti-icon-ship-off: unicode('f42a');\n$ti-icon-shirt: unicode('ec0a');\n$ti-icon-shirt-filled: unicode('f6a0');\n$ti-icon-shirt-off: unicode('f1a2');\n$ti-icon-shirt-sport: unicode('f26c');\n$ti-icon-shoe: unicode('efd2');\n$ti-icon-shoe-off: unicode('f1a4');\n$ti-icon-shopping-bag: unicode('f5f8');\n$ti-icon-shopping-bag-check: unicode('fc16');\n$ti-icon-shopping-bag-discount: unicode('fc17');\n$ti-icon-shopping-bag-edit: unicode('fc18');\n$ti-icon-shopping-bag-exclamation: unicode('fc19');\n$ti-icon-shopping-bag-heart: unicode('fda2');\n$ti-icon-shopping-bag-minus: unicode('fc1a');\n$ti-icon-shopping-bag-plus: unicode('fc1b');\n$ti-icon-shopping-bag-search: unicode('fc1c');\n$ti-icon-shopping-bag-x: unicode('fc1d');\n$ti-icon-shopping-cart: unicode('eb25');\n$ti-icon-shopping-cart-bolt: unicode('fb57');\n$ti-icon-shopping-cart-cancel: unicode('fb58');\n$ti-icon-shopping-cart-check: unicode('fb59');\n$ti-icon-shopping-cart-code: unicode('fb5a');\n$ti-icon-shopping-cart-cog: unicode('fb5b');\n$ti-icon-shopping-cart-copy: unicode('fb5c');\n$ti-icon-shopping-cart-discount: unicode('fb5d');\n$ti-icon-shopping-cart-dollar: unicode('fb5e');\n$ti-icon-shopping-cart-down: unicode('fb5f');\n$ti-icon-shopping-cart-exclamation: unicode('fb60');\n$ti-icon-shopping-cart-filled: unicode('fc3f');\n$ti-icon-shopping-cart-heart: unicode('fb61');\n$ti-icon-shopping-cart-minus: unicode('fb62');\n$ti-icon-shopping-cart-off: unicode('eedc');\n$ti-icon-shopping-cart-pause: unicode('fb63');\n$ti-icon-shopping-cart-pin: unicode('fb64');\n$ti-icon-shopping-cart-plus: unicode('fb65');\n$ti-icon-shopping-cart-question: unicode('fb66');\n$ti-icon-shopping-cart-search: unicode('fb67');\n$ti-icon-shopping-cart-share: unicode('fb68');\n$ti-icon-shopping-cart-star: unicode('fb69');\n$ti-icon-shopping-cart-up: unicode('fb6a');\n$ti-icon-shopping-cart-x: unicode('fb6b');\n$ti-icon-shovel: unicode('f1d9');\n$ti-icon-shovel-pitchforks: unicode('fd3a');\n$ti-icon-shredder: unicode('eedf');\n$ti-icon-sign-left: unicode('f06b');\n$ti-icon-sign-left-filled: unicode('f6a1');\n$ti-icon-sign-right: unicode('f06c');\n$ti-icon-sign-right-filled: unicode('f6a2');\n$ti-icon-signal-2g: unicode('f79a');\n$ti-icon-signal-3g: unicode('f1ee');\n$ti-icon-signal-4g: unicode('f1ef');\n$ti-icon-signal-4g-plus: unicode('f259');\n$ti-icon-signal-5g: unicode('f1f0');\n$ti-icon-signal-6g: unicode('f9f8');\n$ti-icon-signal-e: unicode('f9f9');\n$ti-icon-signal-g: unicode('f9fa');\n$ti-icon-signal-h: unicode('f9fc');\n$ti-icon-signal-h-plus: unicode('f9fb');\n$ti-icon-signal-lte: unicode('f9fd');\n$ti-icon-signature: unicode('eee0');\n$ti-icon-signature-off: unicode('f1a5');\n$ti-icon-sitemap: unicode('eb9d');\n$ti-icon-sitemap-filled: unicode('1006b');\n$ti-icon-sitemap-off: unicode('f1a6');\n$ti-icon-skateboard: unicode('ecc2');\n$ti-icon-skateboard-off: unicode('f42b');\n$ti-icon-skateboarding: unicode('faca');\n$ti-icon-skew-x: unicode('fd3b');\n$ti-icon-skew-y: unicode('fd3c');\n$ti-icon-ski-jumping: unicode('fa6c');\n$ti-icon-skull: unicode('f292');\n$ti-icon-slash: unicode('f4f9');\n$ti-icon-slashes: unicode('f588');\n$ti-icon-sleigh: unicode('ef9c');\n$ti-icon-slice: unicode('ebdb');\n$ti-icon-slideshow: unicode('ebc9');\n$ti-icon-smart-home: unicode('ecde');\n$ti-icon-smart-home-off: unicode('f1a7');\n$ti-icon-smoking: unicode('ecc4');\n$ti-icon-smoking-no: unicode('ecc3');\n$ti-icon-snowboarding: unicode('fd4f');\n$ti-icon-snowflake: unicode('ec0b');\n$ti-icon-snowflake-off: unicode('f1a8');\n$ti-icon-snowman: unicode('f26d');\n$ti-icon-soccer-field: unicode('ed92');\n$ti-icon-social: unicode('ebec');\n$ti-icon-social-off: unicode('f1a9');\n$ti-icon-sock: unicode('eee1');\n$ti-icon-sofa: unicode('efaf');\n$ti-icon-sofa-off: unicode('f42c');\n$ti-icon-solar-electricity: unicode('fcc1');\n$ti-icon-solar-panel: unicode('f7bf');\n$ti-icon-solar-panel-2: unicode('f7be');\n$ti-icon-sort-0-9: unicode('f54d');\n$ti-icon-sort-9-0: unicode('f54e');\n$ti-icon-sort-a-z: unicode('f54f');\n$ti-icon-sort-ascending: unicode('eb26');\n$ti-icon-sort-ascending-2: unicode('eee2');\n$ti-icon-sort-ascending-2-filled: unicode('ff5b');\n$ti-icon-sort-ascending-letters: unicode('ef18');\n$ti-icon-sort-ascending-numbers: unicode('ef19');\n$ti-icon-sort-ascending-shapes: unicode('fd94');\n$ti-icon-sort-ascending-shapes-filled: unicode('ff5a');\n$ti-icon-sort-ascending-small-big: unicode('fd95');\n$ti-icon-sort-descending: unicode('eb27');\n$ti-icon-sort-descending-2: unicode('eee3');\n$ti-icon-sort-descending-2-filled: unicode('ff59');\n$ti-icon-sort-descending-letters: unicode('ef1a');\n$ti-icon-sort-descending-numbers: unicode('ef1b');\n$ti-icon-sort-descending-shapes: unicode('fd97');\n$ti-icon-sort-descending-shapes-filled: unicode('ff58');\n$ti-icon-sort-descending-small-big: unicode('fd96');\n$ti-icon-sort-z-a: unicode('f550');\n$ti-icon-sos: unicode('f24a');\n$ti-icon-soup: unicode('ef2e');\n$ti-icon-soup-filled: unicode('fe08');\n$ti-icon-soup-off: unicode('f42d');\n$ti-icon-source-code: unicode('f4a2');\n$ti-icon-space: unicode('ec0c');\n$ti-icon-space-off: unicode('f1aa');\n$ti-icon-spaces: unicode('fea4');\n$ti-icon-spacing-horizontal: unicode('ef54');\n$ti-icon-spacing-vertical: unicode('ef55');\n$ti-icon-spade: unicode('effa');\n$ti-icon-spade-filled: unicode('f6a3');\n$ti-icon-sparkles: unicode('f6d7');\n$ti-icon-speakerphone: unicode('ed61');\n$ti-icon-speedboat: unicode('ed93');\n$ti-icon-sphere: unicode('fab8');\n$ti-icon-sphere-off: unicode('fab6');\n$ti-icon-sphere-plus: unicode('fab7');\n$ti-icon-spider: unicode('f293');\n$ti-icon-spiral: unicode('f294');\n$ti-icon-spiral-off: unicode('f42e');\n$ti-icon-sport-billard: unicode('eee4');\n$ti-icon-spray: unicode('f50b');\n$ti-icon-spy: unicode('f227');\n$ti-icon-spy-off: unicode('f42f');\n$ti-icon-sql: unicode('f7c0');\n$ti-icon-square: unicode('eb2c');\n$ti-icon-square-arrow-down: unicode('f4b7');\n$ti-icon-square-arrow-down-filled: unicode('fb31');\n$ti-icon-square-arrow-left: unicode('f4b8');\n$ti-icon-square-arrow-left-filled: unicode('fb32');\n$ti-icon-square-arrow-right: unicode('f4b9');\n$ti-icon-square-arrow-right-filled: unicode('fb33');\n$ti-icon-square-arrow-up: unicode('f4ba');\n$ti-icon-square-arrow-up-filled: unicode('fb34');\n$ti-icon-square-asterisk: unicode('f01a');\n$ti-icon-square-asterisk-filled: unicode('fb35');\n$ti-icon-square-check: unicode('eb28');\n$ti-icon-square-check-filled: unicode('f76d');\n$ti-icon-square-chevron-down: unicode('f627');\n$ti-icon-square-chevron-down-filled: unicode('fb36');\n$ti-icon-square-chevron-left: unicode('f628');\n$ti-icon-square-chevron-left-filled: unicode('fb37');\n$ti-icon-square-chevron-right: unicode('f629');\n$ti-icon-square-chevron-right-filled: unicode('fb38');\n$ti-icon-square-chevron-up: unicode('f62a');\n$ti-icon-square-chevron-up-filled: unicode('fb39');\n$ti-icon-square-chevrons-down: unicode('f64b');\n$ti-icon-square-chevrons-down-filled: unicode('fb3a');\n$ti-icon-square-chevrons-left: unicode('f64c');\n$ti-icon-square-chevrons-left-filled: unicode('fb3b');\n$ti-icon-square-chevrons-right: unicode('f64d');\n$ti-icon-square-chevrons-right-filled: unicode('fb3c');\n$ti-icon-square-chevrons-up: unicode('f64e');\n$ti-icon-square-chevrons-up-filled: unicode('fb3d');\n$ti-icon-square-dot: unicode('ed59');\n$ti-icon-square-dot-filled: unicode('fb3e');\n$ti-icon-square-f0: unicode('f526');\n$ti-icon-square-f0-filled: unicode('f76e');\n$ti-icon-square-f1: unicode('f527');\n$ti-icon-square-f1-filled: unicode('f76f');\n$ti-icon-square-f2: unicode('f528');\n$ti-icon-square-f2-filled: unicode('f770');\n$ti-icon-square-f3: unicode('f529');\n$ti-icon-square-f3-filled: unicode('f771');\n$ti-icon-square-f4: unicode('f52a');\n$ti-icon-square-f4-filled: unicode('f772');\n$ti-icon-square-f5: unicode('f52b');\n$ti-icon-square-f5-filled: unicode('f773');\n$ti-icon-square-f6: unicode('f52c');\n$ti-icon-square-f6-filled: unicode('f774');\n$ti-icon-square-f7: unicode('f52d');\n$ti-icon-square-f7-filled: unicode('f775');\n$ti-icon-square-f8: unicode('f52e');\n$ti-icon-square-f8-filled: unicode('f776');\n$ti-icon-square-f9: unicode('f52f');\n$ti-icon-square-f9-filled: unicode('f777');\n$ti-icon-square-filled: unicode('fc40');\n$ti-icon-square-forbid: unicode('ed5b');\n$ti-icon-square-forbid-2: unicode('ed5a');\n$ti-icon-square-half: unicode('effb');\n$ti-icon-square-key: unicode('f638');\n$ti-icon-square-letter-a: unicode('f47c');\n$ti-icon-square-letter-a-filled: unicode('fe07');\n$ti-icon-square-letter-b: unicode('f47d');\n$ti-icon-square-letter-b-filled: unicode('fe06');\n$ti-icon-square-letter-c: unicode('f47e');\n$ti-icon-square-letter-c-filled: unicode('fe05');\n$ti-icon-square-letter-d: unicode('f47f');\n$ti-icon-square-letter-d-filled: unicode('fe04');\n$ti-icon-square-letter-e: unicode('f480');\n$ti-icon-square-letter-e-filled: unicode('fe03');\n$ti-icon-square-letter-f: unicode('f481');\n$ti-icon-square-letter-f-filled: unicode('fe02');\n$ti-icon-square-letter-g: unicode('f482');\n$ti-icon-square-letter-g-filled: unicode('fe01');\n$ti-icon-square-letter-h: unicode('f483');\n$ti-icon-square-letter-h-filled: unicode('fe00');\n$ti-icon-square-letter-i: unicode('f484');\n$ti-icon-square-letter-i-filled: unicode('fdff');\n$ti-icon-square-letter-j: unicode('f485');\n$ti-icon-square-letter-j-filled: unicode('fdfe');\n$ti-icon-square-letter-k: unicode('f486');\n$ti-icon-square-letter-k-filled: unicode('fdfd');\n$ti-icon-square-letter-l: unicode('f487');\n$ti-icon-square-letter-l-filled: unicode('fdfc');\n$ti-icon-square-letter-m: unicode('f488');\n$ti-icon-square-letter-m-filled: unicode('fdfb');\n$ti-icon-square-letter-n: unicode('f489');\n$ti-icon-square-letter-n-filled: unicode('fdfa');\n$ti-icon-square-letter-o: unicode('f48a');\n$ti-icon-square-letter-o-filled: unicode('fdf9');\n$ti-icon-square-letter-p: unicode('f48b');\n$ti-icon-square-letter-p-filled: unicode('fdf8');\n$ti-icon-square-letter-q: unicode('f48c');\n$ti-icon-square-letter-q-filled: unicode('fdf7');\n$ti-icon-square-letter-r: unicode('f48d');\n$ti-icon-square-letter-r-filled: unicode('fdf6');\n$ti-icon-square-letter-s: unicode('f48e');\n$ti-icon-square-letter-s-filled: unicode('fdf5');\n$ti-icon-square-letter-t: unicode('f48f');\n$ti-icon-square-letter-t-filled: unicode('fdf4');\n$ti-icon-square-letter-u: unicode('f490');\n$ti-icon-square-letter-u-filled: unicode('fdf3');\n$ti-icon-square-letter-v: unicode('f4bb');\n$ti-icon-square-letter-v-filled: unicode('fdf2');\n$ti-icon-square-letter-w: unicode('f491');\n$ti-icon-square-letter-w-filled: unicode('fdf1');\n$ti-icon-square-letter-x: unicode('f4bc');\n$ti-icon-square-letter-x-filled: unicode('fdf0');\n$ti-icon-square-letter-y: unicode('f492');\n$ti-icon-square-letter-y-filled: unicode('fdef');\n$ti-icon-square-letter-z: unicode('f493');\n$ti-icon-square-letter-z-filled: unicode('fdee');\n$ti-icon-square-minus: unicode('eb29');\n$ti-icon-square-minus-filled: unicode('fb3f');\n$ti-icon-square-number-0: unicode('eee5');\n$ti-icon-square-number-0-filled: unicode('f764');\n$ti-icon-square-number-1: unicode('eee6');\n$ti-icon-square-number-1-filled: unicode('f765');\n$ti-icon-square-number-2: unicode('eee7');\n$ti-icon-square-number-2-filled: unicode('f7fa');\n$ti-icon-square-number-3: unicode('eee8');\n$ti-icon-square-number-3-filled: unicode('f766');\n$ti-icon-square-number-4: unicode('eee9');\n$ti-icon-square-number-4-filled: unicode('f767');\n$ti-icon-square-number-5: unicode('eeea');\n$ti-icon-square-number-5-filled: unicode('f768');\n$ti-icon-square-number-6: unicode('eeeb');\n$ti-icon-square-number-6-filled: unicode('f769');\n$ti-icon-square-number-7: unicode('eeec');\n$ti-icon-square-number-7-filled: unicode('f76a');\n$ti-icon-square-number-8: unicode('eeed');\n$ti-icon-square-number-8-filled: unicode('f76b');\n$ti-icon-square-number-9: unicode('eeee');\n$ti-icon-square-number-9-filled: unicode('f76c');\n$ti-icon-square-off: unicode('eeef');\n$ti-icon-square-percentage: unicode('fd83');\n$ti-icon-square-plus: unicode('eb2a');\n$ti-icon-square-plus-2: unicode('fc96');\n$ti-icon-square-root: unicode('eef1');\n$ti-icon-square-root-2: unicode('eef0');\n$ti-icon-square-rotated: unicode('ecdf');\n$ti-icon-square-rotated-filled: unicode('f6a4');\n$ti-icon-square-rotated-forbid: unicode('f01c');\n$ti-icon-square-rotated-forbid-2: unicode('f01b');\n$ti-icon-square-rotated-off: unicode('eef2');\n$ti-icon-square-rounded: unicode('f59a');\n$ti-icon-square-rounded-arrow-down: unicode('f639');\n$ti-icon-square-rounded-arrow-down-filled: unicode('f6db');\n$ti-icon-square-rounded-arrow-left: unicode('f63a');\n$ti-icon-square-rounded-arrow-left-filled: unicode('f6dc');\n$ti-icon-square-rounded-arrow-right: unicode('f63b');\n$ti-icon-square-rounded-arrow-right-filled: unicode('f6dd');\n$ti-icon-square-rounded-arrow-up: unicode('f63c');\n$ti-icon-square-rounded-arrow-up-filled: unicode('f6de');\n$ti-icon-square-rounded-check: unicode('f63d');\n$ti-icon-square-rounded-check-filled: unicode('f6df');\n$ti-icon-square-rounded-chevron-down: unicode('f62b');\n$ti-icon-square-rounded-chevron-down-filled: unicode('f6e0');\n$ti-icon-square-rounded-chevron-left: unicode('f62c');\n$ti-icon-square-rounded-chevron-left-filled: unicode('f6e1');\n$ti-icon-square-rounded-chevron-right: unicode('f62d');\n$ti-icon-square-rounded-chevron-right-filled: unicode('f6e2');\n$ti-icon-square-rounded-chevron-up: unicode('f62e');\n$ti-icon-square-rounded-chevron-up-filled: unicode('f6e3');\n$ti-icon-square-rounded-chevrons-down: unicode('f64f');\n$ti-icon-square-rounded-chevrons-down-filled: unicode('f6e4');\n$ti-icon-square-rounded-chevrons-left: unicode('f650');\n$ti-icon-square-rounded-chevrons-left-filled: unicode('f6e5');\n$ti-icon-square-rounded-chevrons-right: unicode('f651');\n$ti-icon-square-rounded-chevrons-right-filled: unicode('f6e6');\n$ti-icon-square-rounded-chevrons-up: unicode('f652');\n$ti-icon-square-rounded-chevrons-up-filled: unicode('f6e7');\n$ti-icon-square-rounded-filled: unicode('f6a5');\n$ti-icon-square-rounded-letter-a: unicode('f5ae');\n$ti-icon-square-rounded-letter-a-filled: unicode('fded');\n$ti-icon-square-rounded-letter-b: unicode('f5af');\n$ti-icon-square-rounded-letter-b-filled: unicode('fdec');\n$ti-icon-square-rounded-letter-c: unicode('f5b0');\n$ti-icon-square-rounded-letter-c-filled: unicode('fdeb');\n$ti-icon-square-rounded-letter-d: unicode('f5b1');\n$ti-icon-square-rounded-letter-d-filled: unicode('fdea');\n$ti-icon-square-rounded-letter-e: unicode('f5b2');\n$ti-icon-square-rounded-letter-e-filled: unicode('fde9');\n$ti-icon-square-rounded-letter-f: unicode('f5b3');\n$ti-icon-square-rounded-letter-f-filled: unicode('fde8');\n$ti-icon-square-rounded-letter-g: unicode('f5b4');\n$ti-icon-square-rounded-letter-g-filled: unicode('fde7');\n$ti-icon-square-rounded-letter-h: unicode('f5b5');\n$ti-icon-square-rounded-letter-h-filled: unicode('fde6');\n$ti-icon-square-rounded-letter-i: unicode('f5b6');\n$ti-icon-square-rounded-letter-i-filled: unicode('fde5');\n$ti-icon-square-rounded-letter-j: unicode('f5b7');\n$ti-icon-square-rounded-letter-j-filled: unicode('fde4');\n$ti-icon-square-rounded-letter-k: unicode('f5b8');\n$ti-icon-square-rounded-letter-k-filled: unicode('fde3');\n$ti-icon-square-rounded-letter-l: unicode('f5b9');\n$ti-icon-square-rounded-letter-l-filled: unicode('fde2');\n$ti-icon-square-rounded-letter-m: unicode('f5ba');\n$ti-icon-square-rounded-letter-m-filled: unicode('fde1');\n$ti-icon-square-rounded-letter-n: unicode('f5bb');\n$ti-icon-square-rounded-letter-n-filled: unicode('fde0');\n$ti-icon-square-rounded-letter-o: unicode('f5bc');\n$ti-icon-square-rounded-letter-o-filled: unicode('fddf');\n$ti-icon-square-rounded-letter-p: unicode('f5bd');\n$ti-icon-square-rounded-letter-p-filled: unicode('fdde');\n$ti-icon-square-rounded-letter-q: unicode('f5be');\n$ti-icon-square-rounded-letter-q-filled: unicode('fddd');\n$ti-icon-square-rounded-letter-r: unicode('f5bf');\n$ti-icon-square-rounded-letter-r-filled: unicode('fddc');\n$ti-icon-square-rounded-letter-s: unicode('f5c0');\n$ti-icon-square-rounded-letter-s-filled: unicode('fddb');\n$ti-icon-square-rounded-letter-t: unicode('f5c1');\n$ti-icon-square-rounded-letter-t-filled: unicode('fdda');\n$ti-icon-square-rounded-letter-u: unicode('f5c2');\n$ti-icon-square-rounded-letter-u-filled: unicode('fdd9');\n$ti-icon-square-rounded-letter-v: unicode('f5c3');\n$ti-icon-square-rounded-letter-v-filled: unicode('fdd8');\n$ti-icon-square-rounded-letter-w: unicode('f5c4');\n$ti-icon-square-rounded-letter-w-filled: unicode('fdd7');\n$ti-icon-square-rounded-letter-x: unicode('f5c5');\n$ti-icon-square-rounded-letter-x-filled: unicode('fdd6');\n$ti-icon-square-rounded-letter-y: unicode('f5c6');\n$ti-icon-square-rounded-letter-y-filled: unicode('fdd5');\n$ti-icon-square-rounded-letter-z: unicode('f5c7');\n$ti-icon-square-rounded-letter-z-filled: unicode('fdd4');\n$ti-icon-square-rounded-minus: unicode('f63e');\n$ti-icon-square-rounded-minus-2: unicode('fc97');\n$ti-icon-square-rounded-minus-filled: unicode('fb40');\n$ti-icon-square-rounded-number-0: unicode('f5c8');\n$ti-icon-square-rounded-number-0-filled: unicode('f778');\n$ti-icon-square-rounded-number-1: unicode('f5c9');\n$ti-icon-square-rounded-number-1-filled: unicode('f779');\n$ti-icon-square-rounded-number-2: unicode('f5ca');\n$ti-icon-square-rounded-number-2-filled: unicode('f77a');\n$ti-icon-square-rounded-number-3: unicode('f5cb');\n$ti-icon-square-rounded-number-3-filled: unicode('f77b');\n$ti-icon-square-rounded-number-4: unicode('f5cc');\n$ti-icon-square-rounded-number-4-filled: unicode('f77c');\n$ti-icon-square-rounded-number-5: unicode('f5cd');\n$ti-icon-square-rounded-number-5-filled: unicode('f77d');\n$ti-icon-square-rounded-number-6: unicode('f5ce');\n$ti-icon-square-rounded-number-6-filled: unicode('f77e');\n$ti-icon-square-rounded-number-7: unicode('f5cf');\n$ti-icon-square-rounded-number-7-filled: unicode('f77f');\n$ti-icon-square-rounded-number-8: unicode('f5d0');\n$ti-icon-square-rounded-number-8-filled: unicode('f780');\n$ti-icon-square-rounded-number-9: unicode('f5d1');\n$ti-icon-square-rounded-number-9-filled: unicode('f781');\n$ti-icon-square-rounded-percentage: unicode('fd84');\n$ti-icon-square-rounded-plus: unicode('f63f');\n$ti-icon-square-rounded-plus-2: unicode('fc98');\n$ti-icon-square-rounded-plus-filled: unicode('f6e8');\n$ti-icon-square-rounded-x: unicode('f640');\n$ti-icon-square-rounded-x-filled: unicode('f6e9');\n$ti-icon-square-toggle: unicode('eef4');\n$ti-icon-square-toggle-horizontal: unicode('eef3');\n$ti-icon-square-x: unicode('eb2b');\n$ti-icon-square-x-filled: unicode('fb41');\n$ti-icon-squares: unicode('eef6');\n$ti-icon-squares-diagonal: unicode('eef5');\n$ti-icon-squares-filled: unicode('fe9f');\n$ti-icon-squares-selected: unicode('fea3');\n$ti-icon-stack: unicode('eb2d');\n$ti-icon-stack-2: unicode('eef7');\n$ti-icon-stack-2-filled: unicode('fdd3');\n$ti-icon-stack-3: unicode('ef9d');\n$ti-icon-stack-3-filled: unicode('fdd2');\n$ti-icon-stack-back: unicode('fd26');\n$ti-icon-stack-backward: unicode('fd27');\n$ti-icon-stack-filled: unicode('fdd1');\n$ti-icon-stack-forward: unicode('fd28');\n$ti-icon-stack-front: unicode('fd29');\n$ti-icon-stack-middle: unicode('fd2a');\n$ti-icon-stack-pop: unicode('f234');\n$ti-icon-stack-push: unicode('f235');\n$ti-icon-stairs: unicode('eca6');\n$ti-icon-stairs-down: unicode('eca4');\n$ti-icon-stairs-up: unicode('eca5');\n$ti-icon-star: unicode('eb2e');\n$ti-icon-star-filled: unicode('f6a6');\n$ti-icon-star-half: unicode('ed19');\n$ti-icon-star-half-filled: unicode('f6a7');\n$ti-icon-star-off: unicode('ed62');\n$ti-icon-stars: unicode('ed38');\n$ti-icon-stars-filled: unicode('f6a8');\n$ti-icon-stars-off: unicode('f430');\n$ti-icon-status-change: unicode('f3b0');\n$ti-icon-steam: unicode('f24b');\n$ti-icon-steering-wheel: unicode('ec7b');\n$ti-icon-steering-wheel-filled: unicode('ff03');\n$ti-icon-steering-wheel-off: unicode('f431');\n$ti-icon-step-into: unicode('ece0');\n$ti-icon-step-out: unicode('ece1');\n$ti-icon-stereo-glasses: unicode('f4cb');\n$ti-icon-stethoscope: unicode('edbe');\n$ti-icon-stethoscope-off: unicode('f432');\n$ti-icon-sticker: unicode('eb2f');\n$ti-icon-sticker-2: unicode('fd3d');\n$ti-icon-stopwatch: unicode('ff9b');\n$ti-icon-storm: unicode('f24c');\n$ti-icon-storm-off: unicode('f433');\n$ti-icon-stretching: unicode('f2db');\n$ti-icon-stretching-2: unicode('fa6d');\n$ti-icon-strikethrough: unicode('eb9e');\n$ti-icon-submarine: unicode('ed94');\n$ti-icon-subscript: unicode('eb9f');\n$ti-icon-subtask: unicode('ec9f');\n$ti-icon-sum: unicode('eb73');\n$ti-icon-sum-off: unicode('f1ab');\n$ti-icon-sun: unicode('eb30');\n$ti-icon-sun-electricity: unicode('fcc2');\n$ti-icon-sun-filled: unicode('f6a9');\n$ti-icon-sun-high: unicode('f236');\n$ti-icon-sun-low: unicode('f237');\n$ti-icon-sun-moon: unicode('f4a3');\n$ti-icon-sun-off: unicode('ed63');\n$ti-icon-sun-wind: unicode('f238');\n$ti-icon-sunglasses: unicode('f239');\n$ti-icon-sunglasses-filled: unicode('fec8');\n$ti-icon-sunrise: unicode('ef1c');\n$ti-icon-sunset: unicode('ec31');\n$ti-icon-sunset-2: unicode('f23a');\n$ti-icon-superscript: unicode('eba0');\n$ti-icon-svg: unicode('f25a');\n$ti-icon-swimming: unicode('ec92');\n$ti-icon-swipe: unicode('f551');\n$ti-icon-swipe-down: unicode('fd5e');\n$ti-icon-swipe-down-filled: unicode('ff57');\n$ti-icon-swipe-left: unicode('fd5f');\n$ti-icon-swipe-left-filled: unicode('ff56');\n$ti-icon-swipe-right: unicode('fd60');\n$ti-icon-swipe-right-filled: unicode('ff55');\n$ti-icon-swipe-up: unicode('fd61');\n$ti-icon-swipe-up-filled: unicode('ff54');\n$ti-icon-switch: unicode('eb33');\n$ti-icon-switch-2: unicode('edbf');\n$ti-icon-switch-3: unicode('edc0');\n$ti-icon-switch-horizontal: unicode('eb31');\n$ti-icon-switch-vertical: unicode('eb32');\n$ti-icon-sword: unicode('f030');\n$ti-icon-sword-off: unicode('f434');\n$ti-icon-swords: unicode('f132');\n$ti-icon-table: unicode('eba1');\n$ti-icon-table-alias: unicode('f25b');\n$ti-icon-table-column: unicode('faff');\n$ti-icon-table-down: unicode('fa1c');\n$ti-icon-table-export: unicode('eef8');\n$ti-icon-table-filled: unicode('f782');\n$ti-icon-table-heart: unicode('fa1d');\n$ti-icon-table-import: unicode('eef9');\n$ti-icon-table-minus: unicode('fa1e');\n$ti-icon-table-off: unicode('eefa');\n$ti-icon-table-options: unicode('f25c');\n$ti-icon-table-plus: unicode('fa1f');\n$ti-icon-table-row: unicode('fb00');\n$ti-icon-table-share: unicode('fa20');\n$ti-icon-table-shortcut: unicode('f25d');\n$ti-icon-table-spark: unicode('ffad');\n$ti-icon-tag: unicode('eb34');\n$ti-icon-tag-filled: unicode('ff02');\n$ti-icon-tag-off: unicode('efc0');\n$ti-icon-tag-starred: unicode('fc99');\n$ti-icon-tags: unicode('ef86');\n$ti-icon-tags-filled: unicode('ff01');\n$ti-icon-tags-off: unicode('efc1');\n$ti-icon-tallymark-1: unicode('ec46');\n$ti-icon-tallymark-2: unicode('ec47');\n$ti-icon-tallymark-3: unicode('ec48');\n$ti-icon-tallymark-4: unicode('ec49');\n$ti-icon-tallymarks: unicode('ec4a');\n$ti-icon-tank: unicode('ed95');\n$ti-icon-target: unicode('eb35');\n$ti-icon-target-arrow: unicode('f51a');\n$ti-icon-target-off: unicode('f1ad');\n$ti-icon-tax: unicode('feee');\n$ti-icon-tax-euro: unicode('fef0');\n$ti-icon-tax-pound: unicode('feef');\n$ti-icon-teapot: unicode('f552');\n$ti-icon-telescope: unicode('f07d');\n$ti-icon-telescope-off: unicode('f1ae');\n$ti-icon-temperature: unicode('eb38');\n$ti-icon-temperature-celsius: unicode('eb36');\n$ti-icon-temperature-fahrenheit: unicode('eb37');\n$ti-icon-temperature-minus: unicode('ebed');\n$ti-icon-temperature-off: unicode('f1af');\n$ti-icon-temperature-plus: unicode('ebee');\n$ti-icon-temperature-snow: unicode('fda3');\n$ti-icon-temperature-sun: unicode('fda4');\n$ti-icon-template: unicode('eb39');\n$ti-icon-template-off: unicode('f1b0');\n$ti-icon-tent: unicode('eefb');\n$ti-icon-tent-off: unicode('f435');\n$ti-icon-terminal: unicode('ebdc');\n$ti-icon-terminal-2: unicode('ebef');\n$ti-icon-test-pipe: unicode('eb3a');\n$ti-icon-test-pipe-2: unicode('f0a4');\n$ti-icon-test-pipe-2-filled: unicode('ff53');\n$ti-icon-test-pipe-off: unicode('f1b1');\n$ti-icon-tex: unicode('f4e0');\n$ti-icon-text-caption: unicode('f4a4');\n$ti-icon-text-color: unicode('f2dc');\n$ti-icon-text-decrease: unicode('f202');\n$ti-icon-text-direction-ltr: unicode('eefc');\n$ti-icon-text-direction-rtl: unicode('eefd');\n$ti-icon-text-grammar: unicode('fd6d');\n$ti-icon-text-increase: unicode('f203');\n$ti-icon-text-orientation: unicode('f2a4');\n$ti-icon-text-plus: unicode('f2a5');\n$ti-icon-text-recognition: unicode('f204');\n$ti-icon-text-resize: unicode('ef87');\n$ti-icon-text-scan-2: unicode('fcc3');\n$ti-icon-text-size: unicode('f2b1');\n$ti-icon-text-spellcheck: unicode('f2a6');\n$ti-icon-text-wrap: unicode('ebdd');\n$ti-icon-text-wrap-column: unicode('feb2');\n$ti-icon-text-wrap-disabled: unicode('eca7');\n$ti-icon-texture: unicode('f51b');\n$ti-icon-theater: unicode('f79b');\n$ti-icon-thermometer: unicode('ef67');\n$ti-icon-thumb-down: unicode('eb3b');\n$ti-icon-thumb-down-filled: unicode('f6aa');\n$ti-icon-thumb-down-off: unicode('f436');\n$ti-icon-thumb-up: unicode('eb3c');\n$ti-icon-thumb-up-filled: unicode('f6ab');\n$ti-icon-thumb-up-off: unicode('f437');\n$ti-icon-tic-tac: unicode('f51c');\n$ti-icon-ticket: unicode('eb3d');\n$ti-icon-ticket-off: unicode('f1b2');\n$ti-icon-tie: unicode('f07e');\n$ti-icon-tilde: unicode('f4a5');\n$ti-icon-tilt-shift: unicode('eefe');\n$ti-icon-tilt-shift-filled: unicode('fec7');\n$ti-icon-tilt-shift-off: unicode('f1b3');\n$ti-icon-time-duration-0: unicode('fad4');\n$ti-icon-time-duration-10: unicode('fad5');\n$ti-icon-time-duration-15: unicode('fad6');\n$ti-icon-time-duration-30: unicode('fad7');\n$ti-icon-time-duration-45: unicode('fad8');\n$ti-icon-time-duration-5: unicode('fad9');\n$ti-icon-time-duration-60: unicode('fada');\n$ti-icon-time-duration-90: unicode('fadb');\n$ti-icon-time-duration-off: unicode('fadc');\n$ti-icon-timeline: unicode('f031');\n$ti-icon-timeline-event: unicode('f553');\n$ti-icon-timeline-event-exclamation: unicode('f662');\n$ti-icon-timeline-event-filled: unicode('fd18');\n$ti-icon-timeline-event-minus: unicode('f663');\n$ti-icon-timeline-event-plus: unicode('f664');\n$ti-icon-timeline-event-text: unicode('f665');\n$ti-icon-timeline-event-x: unicode('f666');\n$ti-icon-timezone: unicode('feed');\n$ti-icon-tip-jar: unicode('feea');\n$ti-icon-tip-jar-euro: unicode('feec');\n$ti-icon-tip-jar-pound: unicode('feeb');\n$ti-icon-tir: unicode('ebf0');\n$ti-icon-toggle-left: unicode('eb3e');\n$ti-icon-toggle-left-filled: unicode('fec0');\n$ti-icon-toggle-right: unicode('eb3f');\n$ti-icon-toggle-right-filled: unicode('febf');\n$ti-icon-toilet-paper: unicode('efd3');\n$ti-icon-toilet-paper-off: unicode('f1b4');\n$ti-icon-toml: unicode('fa5d');\n$ti-icon-tool: unicode('eb40');\n$ti-icon-tools: unicode('ebca');\n$ti-icon-tools-kitchen: unicode('ed64');\n$ti-icon-tools-kitchen-2: unicode('eeff');\n$ti-icon-tools-kitchen-2-off: unicode('f1b5');\n$ti-icon-tools-kitchen-3: unicode('fd2b');\n$ti-icon-tools-kitchen-off: unicode('f1b6');\n$ti-icon-tools-off: unicode('f1b7');\n$ti-icon-tooltip: unicode('f2dd');\n$ti-icon-topology-bus: unicode('f5d9');\n$ti-icon-topology-complex: unicode('f5da');\n$ti-icon-topology-full: unicode('f5dc');\n$ti-icon-topology-full-hierarchy: unicode('f5db');\n$ti-icon-topology-ring: unicode('f5df');\n$ti-icon-topology-ring-2: unicode('f5dd');\n$ti-icon-topology-ring-3: unicode('f5de');\n$ti-icon-topology-star: unicode('f5e5');\n$ti-icon-topology-star-2: unicode('f5e0');\n$ti-icon-topology-star-3: unicode('f5e1');\n$ti-icon-topology-star-ring: unicode('f5e4');\n$ti-icon-topology-star-ring-2: unicode('f5e2');\n$ti-icon-topology-star-ring-3: unicode('f5e3');\n$ti-icon-torii: unicode('f59b');\n$ti-icon-tornado: unicode('ece2');\n$ti-icon-tournament: unicode('ecd0');\n$ti-icon-tower: unicode('f2cb');\n$ti-icon-tower-off: unicode('f2ca');\n$ti-icon-track: unicode('ef00');\n$ti-icon-tractor: unicode('ec0d');\n$ti-icon-trademark: unicode('ec0e');\n$ti-icon-traffic-cone: unicode('ec0f');\n$ti-icon-traffic-cone-off: unicode('f1b8');\n$ti-icon-traffic-lights: unicode('ed39');\n$ti-icon-traffic-lights-off: unicode('f1b9');\n$ti-icon-train: unicode('ed96');\n$ti-icon-transaction-bitcoin: unicode('fd6e');\n$ti-icon-transaction-dollar: unicode('fd6f');\n$ti-icon-transaction-euro: unicode('fd70');\n$ti-icon-transaction-pound: unicode('fd71');\n$ti-icon-transaction-rupee: unicode('fd85');\n$ti-icon-transaction-yen: unicode('fd72');\n$ti-icon-transaction-yuan: unicode('fd73');\n$ti-icon-transfer: unicode('fc1f');\n$ti-icon-transfer-in: unicode('ef2f');\n$ti-icon-transfer-out: unicode('ef30');\n$ti-icon-transfer-vertical: unicode('fc1e');\n$ti-icon-transform: unicode('f38e');\n$ti-icon-transform-filled: unicode('f6ac');\n$ti-icon-transform-point: unicode('fda9');\n$ti-icon-transform-point-bottom-left: unicode('fda5');\n$ti-icon-transform-point-bottom-right: unicode('fda6');\n$ti-icon-transform-point-top-left: unicode('fda7');\n$ti-icon-transform-point-top-right: unicode('fda8');\n$ti-icon-transition-bottom: unicode('f2b2');\n$ti-icon-transition-bottom-filled: unicode('fdd0');\n$ti-icon-transition-left: unicode('f2b3');\n$ti-icon-transition-left-filled: unicode('fdcf');\n$ti-icon-transition-right: unicode('f2b4');\n$ti-icon-transition-right-filled: unicode('fdce');\n$ti-icon-transition-top: unicode('f2b5');\n$ti-icon-transition-top-filled: unicode('fdcd');\n$ti-icon-trash: unicode('eb41');\n$ti-icon-trash-filled: unicode('f783');\n$ti-icon-trash-off: unicode('ed65');\n$ti-icon-trash-x: unicode('ef88');\n$ti-icon-trash-x-filled: unicode('f784');\n$ti-icon-treadmill: unicode('fa6e');\n$ti-icon-tree: unicode('ef01');\n$ti-icon-trees: unicode('ec10');\n$ti-icon-trekking: unicode('f5ad');\n$ti-icon-trending-down: unicode('eb42');\n$ti-icon-trending-down-2: unicode('edc1');\n$ti-icon-trending-down-3: unicode('edc2');\n$ti-icon-trending-up: unicode('eb43');\n$ti-icon-trending-up-2: unicode('edc3');\n$ti-icon-trending-up-3: unicode('edc4');\n$ti-icon-triangle: unicode('eb44');\n$ti-icon-triangle-filled: unicode('f6ad');\n$ti-icon-triangle-inverted: unicode('f01d');\n$ti-icon-triangle-inverted-filled: unicode('f6ae');\n$ti-icon-triangle-minus: unicode('fc9b');\n$ti-icon-triangle-minus-2: unicode('fc9a');\n$ti-icon-triangle-off: unicode('ef02');\n$ti-icon-triangle-plus: unicode('fc9d');\n$ti-icon-triangle-plus-2: unicode('fc9c');\n$ti-icon-triangle-square-circle: unicode('ece8');\n$ti-icon-triangle-square-circle-filled: unicode('fb42');\n$ti-icon-triangles: unicode('f0a5');\n$ti-icon-trident: unicode('ecc5');\n$ti-icon-trolley: unicode('f4cc');\n$ti-icon-trophy: unicode('eb45');\n$ti-icon-trophy-filled: unicode('f6af');\n$ti-icon-trophy-off: unicode('f438');\n$ti-icon-trowel: unicode('f368');\n$ti-icon-truck: unicode('ebc4');\n$ti-icon-truck-delivery: unicode('ec4b');\n$ti-icon-truck-loading: unicode('f1da');\n$ti-icon-truck-off: unicode('ef03');\n$ti-icon-truck-return: unicode('ec4c');\n$ti-icon-txt: unicode('f3b1');\n$ti-icon-typeface: unicode('fdab');\n$ti-icon-typography: unicode('ebc5');\n$ti-icon-typography-off: unicode('f1ba');\n$ti-icon-u-turn-left: unicode('fea2');\n$ti-icon-u-turn-right: unicode('fea1');\n$ti-icon-ufo: unicode('f26f');\n$ti-icon-ufo-off: unicode('f26e');\n$ti-icon-umbrella: unicode('ebf1');\n$ti-icon-umbrella-2: unicode('ff0e');\n$ti-icon-umbrella-closed: unicode('ff0c');\n$ti-icon-umbrella-closed-2: unicode('ff0d');\n$ti-icon-umbrella-filled: unicode('f6b0');\n$ti-icon-umbrella-off: unicode('f1bb');\n$ti-icon-underline: unicode('eba2');\n$ti-icon-universe: unicode('fcc4');\n$ti-icon-unlink: unicode('eb46');\n$ti-icon-upload: unicode('eb47');\n$ti-icon-urgent: unicode('eb48');\n$ti-icon-usb: unicode('f00c');\n$ti-icon-user: unicode('eb4d');\n$ti-icon-user-bitcoin: unicode('ff30');\n$ti-icon-user-bolt: unicode('f9d1');\n$ti-icon-user-cancel: unicode('f9d2');\n$ti-icon-user-check: unicode('eb49');\n$ti-icon-user-circle: unicode('ef68');\n$ti-icon-user-code: unicode('f9d3');\n$ti-icon-user-cog: unicode('f9d4');\n$ti-icon-user-dollar: unicode('f9d5');\n$ti-icon-user-down: unicode('f9d6');\n$ti-icon-user-edit: unicode('f7cc');\n$ti-icon-user-exclamation: unicode('ec12');\n$ti-icon-user-filled: unicode('fd19');\n$ti-icon-user-heart: unicode('f7cd');\n$ti-icon-user-hexagon: unicode('fc4e');\n$ti-icon-user-minus: unicode('eb4a');\n$ti-icon-user-off: unicode('ecf9');\n$ti-icon-user-pause: unicode('f9d7');\n$ti-icon-user-pentagon: unicode('fc4f');\n$ti-icon-user-pin: unicode('f7ce');\n$ti-icon-user-plus: unicode('eb4b');\n$ti-icon-user-question: unicode('f7cf');\n$ti-icon-user-scan: unicode('fcaf');\n$ti-icon-user-screen: unicode('fea0');\n$ti-icon-user-search: unicode('ef89');\n$ti-icon-user-share: unicode('f9d8');\n$ti-icon-user-shield: unicode('f7d0');\n$ti-icon-user-square: unicode('fc51');\n$ti-icon-user-square-rounded: unicode('fc50');\n$ti-icon-user-star: unicode('f7d1');\n$ti-icon-user-up: unicode('f7d2');\n$ti-icon-user-x: unicode('eb4c');\n$ti-icon-users: unicode('ebf2');\n$ti-icon-users-group: unicode('fa21');\n$ti-icon-users-minus: unicode('fa0e');\n$ti-icon-users-plus: unicode('fa0f');\n$ti-icon-uv-index: unicode('f3b2');\n$ti-icon-ux-circle: unicode('f369');\n$ti-icon-vaccine: unicode('ef04');\n$ti-icon-vaccine-bottle: unicode('ef69');\n$ti-icon-vaccine-bottle-off: unicode('f439');\n$ti-icon-vaccine-off: unicode('f1bc');\n$ti-icon-vacuum-cleaner: unicode('f5e6');\n$ti-icon-variable: unicode('ef05');\n$ti-icon-variable-minus: unicode('f36a');\n$ti-icon-variable-off: unicode('f1bd');\n$ti-icon-variable-plus: unicode('f36b');\n$ti-icon-vector: unicode('eca9');\n$ti-icon-vector-bezier: unicode('ef1d');\n$ti-icon-vector-bezier-2: unicode('f1a3');\n$ti-icon-vector-bezier-arc: unicode('f4cd');\n$ti-icon-vector-bezier-circle: unicode('f4ce');\n$ti-icon-vector-off: unicode('f1be');\n$ti-icon-vector-spline: unicode('f565');\n$ti-icon-vector-triangle: unicode('eca8');\n$ti-icon-vector-triangle-off: unicode('f1bf');\n$ti-icon-venus: unicode('ec86');\n$ti-icon-versions: unicode('ed52');\n$ti-icon-versions-filled: unicode('f6b1');\n$ti-icon-versions-off: unicode('f1c0');\n$ti-icon-video: unicode('ed22');\n$ti-icon-video-minus: unicode('ed1f');\n$ti-icon-video-off: unicode('ed20');\n$ti-icon-video-plus: unicode('ed21');\n$ti-icon-view-360: unicode('ed84');\n$ti-icon-view-360-arrow: unicode('f62f');\n$ti-icon-view-360-number: unicode('f566');\n$ti-icon-view-360-off: unicode('f1c1');\n$ti-icon-viewfinder: unicode('eb4e');\n$ti-icon-viewfinder-off: unicode('f1c2');\n$ti-icon-viewport-narrow: unicode('ebf3');\n$ti-icon-viewport-short: unicode('fee9');\n$ti-icon-viewport-tall: unicode('fee8');\n$ti-icon-viewport-wide: unicode('ebf4');\n$ti-icon-vinyl: unicode('f00d');\n$ti-icon-vip: unicode('f3b3');\n$ti-icon-vip-off: unicode('f43a');\n$ti-icon-virus: unicode('eb74');\n$ti-icon-virus-off: unicode('ed66');\n$ti-icon-virus-search: unicode('ed67');\n$ti-icon-vocabulary: unicode('ef1e');\n$ti-icon-vocabulary-off: unicode('f43b');\n$ti-icon-volcano: unicode('f79c');\n$ti-icon-volume: unicode('eb51');\n$ti-icon-volume-2: unicode('eb4f');\n$ti-icon-volume-3: unicode('eb50');\n$ti-icon-volume-off: unicode('f1c3');\n$ti-icon-vs: unicode('fc52');\n$ti-icon-walk: unicode('ec87');\n$ti-icon-wall: unicode('ef7a');\n$ti-icon-wall-off: unicode('f43c');\n$ti-icon-wallet: unicode('eb75');\n$ti-icon-wallet-off: unicode('f1c4');\n$ti-icon-wallpaper: unicode('ef56');\n$ti-icon-wallpaper-off: unicode('f1c5');\n$ti-icon-wand: unicode('ebcb');\n$ti-icon-wand-off: unicode('f1c6');\n$ti-icon-wash: unicode('f311');\n$ti-icon-wash-dry: unicode('f304');\n$ti-icon-wash-dry-1: unicode('f2fa');\n$ti-icon-wash-dry-2: unicode('f2fb');\n$ti-icon-wash-dry-3: unicode('f2fc');\n$ti-icon-wash-dry-a: unicode('f2fd');\n$ti-icon-wash-dry-dip: unicode('f2fe');\n$ti-icon-wash-dry-f: unicode('f2ff');\n$ti-icon-wash-dry-flat: unicode('fa7f');\n$ti-icon-wash-dry-hang: unicode('f300');\n$ti-icon-wash-dry-off: unicode('f301');\n$ti-icon-wash-dry-p: unicode('f302');\n$ti-icon-wash-dry-shade: unicode('f303');\n$ti-icon-wash-dry-w: unicode('f322');\n$ti-icon-wash-dryclean: unicode('f305');\n$ti-icon-wash-dryclean-off: unicode('f323');\n$ti-icon-wash-eco: unicode('fa80');\n$ti-icon-wash-gentle: unicode('f306');\n$ti-icon-wash-hand: unicode('fa81');\n$ti-icon-wash-machine: unicode('f25e');\n$ti-icon-wash-off: unicode('f307');\n$ti-icon-wash-press: unicode('f308');\n$ti-icon-wash-temperature-1: unicode('f309');\n$ti-icon-wash-temperature-2: unicode('f30a');\n$ti-icon-wash-temperature-3: unicode('f30b');\n$ti-icon-wash-temperature-4: unicode('f30c');\n$ti-icon-wash-temperature-5: unicode('f30d');\n$ti-icon-wash-temperature-6: unicode('f30e');\n$ti-icon-wash-tumble-dry: unicode('f30f');\n$ti-icon-wash-tumble-off: unicode('f310');\n$ti-icon-waterpolo: unicode('fa6f');\n$ti-icon-wave-saw-tool: unicode('ecd3');\n$ti-icon-wave-sine: unicode('ecd4');\n$ti-icon-wave-square: unicode('ecd5');\n$ti-icon-waves-electricity: unicode('fcc5');\n$ti-icon-webhook: unicode('f01e');\n$ti-icon-webhook-off: unicode('f43d');\n$ti-icon-weight: unicode('f589');\n$ti-icon-wheel: unicode('fc64');\n$ti-icon-wheelchair: unicode('f1db');\n$ti-icon-wheelchair-off: unicode('f43e');\n$ti-icon-whirl: unicode('f51d');\n$ti-icon-wifi: unicode('eb52');\n$ti-icon-wifi-0: unicode('eba3');\n$ti-icon-wifi-1: unicode('eba4');\n$ti-icon-wifi-2: unicode('eba5');\n$ti-icon-wifi-off: unicode('ecfa');\n$ti-icon-wind: unicode('ec34');\n$ti-icon-wind-electricity: unicode('fcc6');\n$ti-icon-wind-off: unicode('f1c7');\n$ti-icon-windmill: unicode('ed85');\n$ti-icon-windmill-filled: unicode('f6b2');\n$ti-icon-windmill-off: unicode('f1c8');\n$ti-icon-window: unicode('ef06');\n$ti-icon-window-maximize: unicode('f1f1');\n$ti-icon-window-minimize: unicode('f1f2');\n$ti-icon-window-off: unicode('f1c9');\n$ti-icon-windsock: unicode('f06d');\n$ti-icon-wiper: unicode('ecab');\n$ti-icon-wiper-wash: unicode('ecaa');\n$ti-icon-woman: unicode('eb53');\n$ti-icon-woman-filled: unicode('fdcc');\n$ti-icon-wood: unicode('f359');\n$ti-icon-world: unicode('eb54');\n$ti-icon-world-bolt: unicode('f9d9');\n$ti-icon-world-cancel: unicode('f9da');\n$ti-icon-world-check: unicode('f9db');\n$ti-icon-world-code: unicode('f9dc');\n$ti-icon-world-cog: unicode('f9dd');\n$ti-icon-world-dollar: unicode('f9de');\n$ti-icon-world-down: unicode('f9df');\n$ti-icon-world-download: unicode('ef8a');\n$ti-icon-world-exclamation: unicode('f9e0');\n$ti-icon-world-heart: unicode('f9e1');\n$ti-icon-world-latitude: unicode('ed2e');\n$ti-icon-world-longitude: unicode('ed2f');\n$ti-icon-world-minus: unicode('f9e2');\n$ti-icon-world-off: unicode('f1ca');\n$ti-icon-world-pause: unicode('f9e3');\n$ti-icon-world-pin: unicode('f9e4');\n$ti-icon-world-plus: unicode('f9e5');\n$ti-icon-world-question: unicode('f9e6');\n$ti-icon-world-search: unicode('f9e7');\n$ti-icon-world-share: unicode('f9e8');\n$ti-icon-world-star: unicode('f9e9');\n$ti-icon-world-up: unicode('f9ea');\n$ti-icon-world-upload: unicode('ef8b');\n$ti-icon-world-www: unicode('f38f');\n$ti-icon-world-x: unicode('f9eb');\n$ti-icon-wrecking-ball: unicode('ed97');\n$ti-icon-writing: unicode('ef08');\n$ti-icon-writing-off: unicode('f1cb');\n$ti-icon-writing-sign: unicode('ef07');\n$ti-icon-writing-sign-off: unicode('f1cc');\n$ti-icon-x: unicode('eb55');\n$ti-icon-x-power-y: unicode('10072');\n$ti-icon-xbox-a: unicode('f2b6');\n$ti-icon-xbox-a-filled: unicode('fdcb');\n$ti-icon-xbox-b: unicode('f2b7');\n$ti-icon-xbox-b-filled: unicode('fdca');\n$ti-icon-xbox-x: unicode('f2b8');\n$ti-icon-xbox-x-filled: unicode('fdc9');\n$ti-icon-xbox-y: unicode('f2b9');\n$ti-icon-xbox-y-filled: unicode('fdc8');\n$ti-icon-xd: unicode('fa33');\n$ti-icon-xxx: unicode('fc20');\n$ti-icon-yin-yang: unicode('ec35');\n$ti-icon-yin-yang-filled: unicode('f785');\n$ti-icon-yoga: unicode('f01f');\n$ti-icon-zeppelin: unicode('f270');\n$ti-icon-zeppelin-filled: unicode('fdc7');\n$ti-icon-zeppelin-off: unicode('f43f');\n$ti-icon-zip: unicode('f3b4');\n$ti-icon-zodiac-aquarius: unicode('ecac');\n$ti-icon-zodiac-aries: unicode('ecad');\n$ti-icon-zodiac-cancer: unicode('ecae');\n$ti-icon-zodiac-capricorn: unicode('ecaf');\n$ti-icon-zodiac-gemini: unicode('ecb0');\n$ti-icon-zodiac-leo: unicode('ecb1');\n$ti-icon-zodiac-libra: unicode('ecb2');\n$ti-icon-zodiac-pisces: unicode('ecb3');\n$ti-icon-zodiac-sagittarius: unicode('ecb4');\n$ti-icon-zodiac-scorpio: unicode('ecb5');\n$ti-icon-zodiac-taurus: unicode('ecb6');\n$ti-icon-zodiac-virgo: unicode('ecb7');\n$ti-icon-zoom: unicode('fdaa');\n$ti-icon-zoom-cancel: unicode('ec4d');\n$ti-icon-zoom-cancel-filled: unicode('fdc6');\n$ti-icon-zoom-check: unicode('ef09');\n$ti-icon-zoom-check-filled: unicode('f786');\n$ti-icon-zoom-code: unicode('f07f');\n$ti-icon-zoom-code-filled: unicode('fdc5');\n$ti-icon-zoom-exclamation: unicode('f080');\n$ti-icon-zoom-exclamation-filled: unicode('fdc4');\n$ti-icon-zoom-filled: unicode('f787');\n$ti-icon-zoom-in: unicode('eb56');\n$ti-icon-zoom-in-area: unicode('f1dc');\n$ti-icon-zoom-in-area-filled: unicode('f788');\n$ti-icon-zoom-in-filled: unicode('f789');\n$ti-icon-zoom-money: unicode('ef0a');\n$ti-icon-zoom-money-filled: unicode('fdc3');\n$ti-icon-zoom-out: unicode('eb57');\n$ti-icon-zoom-out-area: unicode('f1dd');\n$ti-icon-zoom-out-area-filled: unicode('fdc2');\n$ti-icon-zoom-out-filled: unicode('f78a');\n$ti-icon-zoom-pan: unicode('f1de');\n$ti-icon-zoom-pan-filled: unicode('fdc1');\n$ti-icon-zoom-question: unicode('edeb');\n$ti-icon-zoom-question-filled: unicode('fdc0');\n$ti-icon-zoom-replace: unicode('f2a7');\n$ti-icon-zoom-reset: unicode('f295');\n$ti-icon-zoom-scan: unicode('fcb0');\n$ti-icon-zoom-scan-filled: unicode('fdbf');\n$ti-icon-zzz: unicode('f228');\n$ti-icon-zzz-off: unicode('f440');\n\n\n.#{$ti-prefix}-a-b:before { content: $ti-icon-a-b; }\n.#{$ti-prefix}-a-b-2:before { content: $ti-icon-a-b-2; }\n.#{$ti-prefix}-a-b-off:before { content: $ti-icon-a-b-off; }\n.#{$ti-prefix}-abacus:before { content: $ti-icon-abacus; }\n.#{$ti-prefix}-abacus-off:before { content: $ti-icon-abacus-off; }\n.#{$ti-prefix}-abc:before { content: $ti-icon-abc; }\n.#{$ti-prefix}-access-point:before { content: $ti-icon-access-point; }\n.#{$ti-prefix}-access-point-off:before { content: $ti-icon-access-point-off; }\n.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; }\n.#{$ti-prefix}-accessible-filled:before { content: $ti-icon-accessible-filled; }\n.#{$ti-prefix}-accessible-off:before { content: $ti-icon-accessible-off; }\n.#{$ti-prefix}-activity:before { content: $ti-icon-activity; }\n.#{$ti-prefix}-activity-heartbeat:before { content: $ti-icon-activity-heartbeat; }\n.#{$ti-prefix}-ad:before { content: $ti-icon-ad; }\n.#{$ti-prefix}-ad-2:before { content: $ti-icon-ad-2; }\n.#{$ti-prefix}-ad-circle:before { content: $ti-icon-ad-circle; }\n.#{$ti-prefix}-ad-circle-filled:before { content: $ti-icon-ad-circle-filled; }\n.#{$ti-prefix}-ad-circle-off:before { content: $ti-icon-ad-circle-off; }\n.#{$ti-prefix}-ad-filled:before { content: $ti-icon-ad-filled; }\n.#{$ti-prefix}-ad-off:before { content: $ti-icon-ad-off; }\n.#{$ti-prefix}-address-book:before { content: $ti-icon-address-book; }\n.#{$ti-prefix}-address-book-off:before { content: $ti-icon-address-book-off; }\n.#{$ti-prefix}-adjustments:before { content: $ti-icon-adjustments; }\n.#{$ti-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; }\n.#{$ti-prefix}-adjustments-bolt:before { content: $ti-icon-adjustments-bolt; }\n.#{$ti-prefix}-adjustments-cancel:before { content: $ti-icon-adjustments-cancel; }\n.#{$ti-prefix}-adjustments-check:before { content: $ti-icon-adjustments-check; }\n.#{$ti-prefix}-adjustments-code:before { content: $ti-icon-adjustments-code; }\n.#{$ti-prefix}-adjustments-cog:before { content: $ti-icon-adjustments-cog; }\n.#{$ti-prefix}-adjustments-dollar:before { content: $ti-icon-adjustments-dollar; }\n.#{$ti-prefix}-adjustments-down:before { content: $ti-icon-adjustments-down; }\n.#{$ti-prefix}-adjustments-exclamation:before { content: $ti-icon-adjustments-exclamation; }\n.#{$ti-prefix}-adjustments-filled:before { content: $ti-icon-adjustments-filled; }\n.#{$ti-prefix}-adjustments-heart:before { content: $ti-icon-adjustments-heart; }\n.#{$ti-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; }\n.#{$ti-prefix}-adjustments-minus:before { content: $ti-icon-adjustments-minus; }\n.#{$ti-prefix}-adjustments-off:before { content: $ti-icon-adjustments-off; }\n.#{$ti-prefix}-adjustments-pause:before { content: $ti-icon-adjustments-pause; }\n.#{$ti-prefix}-adjustments-pin:before { content: $ti-icon-adjustments-pin; }\n.#{$ti-prefix}-adjustments-plus:before { content: $ti-icon-adjustments-plus; }\n.#{$ti-prefix}-adjustments-question:before { content: $ti-icon-adjustments-question; }\n.#{$ti-prefix}-adjustments-search:before { content: $ti-icon-adjustments-search; }\n.#{$ti-prefix}-adjustments-share:before { content: $ti-icon-adjustments-share; }\n.#{$ti-prefix}-adjustments-spark:before { content: $ti-icon-adjustments-spark; }\n.#{$ti-prefix}-adjustments-star:before { content: $ti-icon-adjustments-star; }\n.#{$ti-prefix}-adjustments-up:before { content: $ti-icon-adjustments-up; }\n.#{$ti-prefix}-adjustments-x:before { content: $ti-icon-adjustments-x; }\n.#{$ti-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; }\n.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; }\n.#{$ti-prefix}-affiliate-filled:before { content: $ti-icon-affiliate-filled; }\n.#{$ti-prefix}-ai:before { content: $ti-icon-ai; }\n.#{$ti-prefix}-air-balloon:before { content: $ti-icon-air-balloon; }\n.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }\n.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }\n.#{$ti-prefix}-air-traffic-control:before { content: $ti-icon-air-traffic-control; }\n.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }\n.#{$ti-prefix}-alarm-average:before { content: $ti-icon-alarm-average; }\n.#{$ti-prefix}-alarm-filled:before { content: $ti-icon-alarm-filled; }\n.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }\n.#{$ti-prefix}-alarm-minus-filled:before { content: $ti-icon-alarm-minus-filled; }\n.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; }\n.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }\n.#{$ti-prefix}-alarm-plus-filled:before { content: $ti-icon-alarm-plus-filled; }\n.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }\n.#{$ti-prefix}-alarm-snooze-filled:before { content: $ti-icon-alarm-snooze-filled; }\n.#{$ti-prefix}-album:before { content: $ti-icon-album; }\n.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }\n.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }\n.#{$ti-prefix}-alert-circle-filled:before { content: $ti-icon-alert-circle-filled; }\n.#{$ti-prefix}-alert-circle-off:before { content: $ti-icon-alert-circle-off; }\n.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; }\n.#{$ti-prefix}-alert-hexagon-filled:before { content: $ti-icon-alert-hexagon-filled; }\n.#{$ti-prefix}-alert-hexagon-off:before { content: $ti-icon-alert-hexagon-off; }\n.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }\n.#{$ti-prefix}-alert-octagon-filled:before { content: $ti-icon-alert-octagon-filled; }\n.#{$ti-prefix}-alert-small:before { content: $ti-icon-alert-small; }\n.#{$ti-prefix}-alert-small-off:before { content: $ti-icon-alert-small-off; }\n.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; }\n.#{$ti-prefix}-alert-square-filled:before { content: $ti-icon-alert-square-filled; }\n.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; }\n.#{$ti-prefix}-alert-square-rounded-filled:before { content: $ti-icon-alert-square-rounded-filled; }\n.#{$ti-prefix}-alert-square-rounded-off:before { content: $ti-icon-alert-square-rounded-off; }\n.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }\n.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; }\n.#{$ti-prefix}-alert-triangle-off:before { content: $ti-icon-alert-triangle-off; }\n.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }\n.#{$ti-prefix}-alien-filled:before { content: $ti-icon-alien-filled; }\n.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }\n.#{$ti-prefix}-align-box-bottom-center-filled:before { content: $ti-icon-align-box-bottom-center-filled; }\n.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }\n.#{$ti-prefix}-align-box-bottom-left-filled:before { content: $ti-icon-align-box-bottom-left-filled; }\n.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; }\n.#{$ti-prefix}-align-box-bottom-right-filled:before { content: $ti-icon-align-box-bottom-right-filled; }\n.#{$ti-prefix}-align-box-center-bottom:before { content: $ti-icon-align-box-center-bottom; }\n.#{$ti-prefix}-align-box-center-middle:before { content: $ti-icon-align-box-center-middle; }\n.#{$ti-prefix}-align-box-center-middle-filled:before { content: $ti-icon-align-box-center-middle-filled; }\n.#{$ti-prefix}-align-box-center-stretch:before { content: $ti-icon-align-box-center-stretch; }\n.#{$ti-prefix}-align-box-center-top:before { content: $ti-icon-align-box-center-top; }\n.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; }\n.#{$ti-prefix}-align-box-left-bottom-filled:before { content: $ti-icon-align-box-left-bottom-filled; }\n.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; }\n.#{$ti-prefix}-align-box-left-middle-filled:before { content: $ti-icon-align-box-left-middle-filled; }\n.#{$ti-prefix}-align-box-left-stretch:before { content: $ti-icon-align-box-left-stretch; }\n.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; }\n.#{$ti-prefix}-align-box-left-top-filled:before { content: $ti-icon-align-box-left-top-filled; }\n.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; }\n.#{$ti-prefix}-align-box-right-bottom-filled:before { content: $ti-icon-align-box-right-bottom-filled; }\n.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }\n.#{$ti-prefix}-align-box-right-middle-filled:before { content: $ti-icon-align-box-right-middle-filled; }\n.#{$ti-prefix}-align-box-right-stretch:before { content: $ti-icon-align-box-right-stretch; }\n.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; }\n.#{$ti-prefix}-align-box-right-top-filled:before { content: $ti-icon-align-box-right-top-filled; }\n.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; }\n.#{$ti-prefix}-align-box-top-center-filled:before { content: $ti-icon-align-box-top-center-filled; }\n.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; }\n.#{$ti-prefix}-align-box-top-left-filled:before { content: $ti-icon-align-box-top-left-filled; }\n.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; }\n.#{$ti-prefix}-align-box-top-right-filled:before { content: $ti-icon-align-box-top-right-filled; }\n.#{$ti-prefix}-align-center:before { content: $ti-icon-align-center; }\n.#{$ti-prefix}-align-justified:before { content: $ti-icon-align-justified; }\n.#{$ti-prefix}-align-left:before { content: $ti-icon-align-left; }\n.#{$ti-prefix}-align-left-2:before { content: $ti-icon-align-left-2; }\n.#{$ti-prefix}-align-right:before { content: $ti-icon-align-right; }\n.#{$ti-prefix}-align-right-2:before { content: $ti-icon-align-right-2; }\n.#{$ti-prefix}-alpha:before { content: $ti-icon-alpha; }\n.#{$ti-prefix}-alphabet-arabic:before { content: $ti-icon-alphabet-arabic; }\n.#{$ti-prefix}-alphabet-bangla:before { content: $ti-icon-alphabet-bangla; }\n.#{$ti-prefix}-alphabet-cyrillic:before { content: $ti-icon-alphabet-cyrillic; }\n.#{$ti-prefix}-alphabet-greek:before { content: $ti-icon-alphabet-greek; }\n.#{$ti-prefix}-alphabet-hebrew:before { content: $ti-icon-alphabet-hebrew; }\n.#{$ti-prefix}-alphabet-korean:before { content: $ti-icon-alphabet-korean; }\n.#{$ti-prefix}-alphabet-latin:before { content: $ti-icon-alphabet-latin; }\n.#{$ti-prefix}-alphabet-thai:before { content: $ti-icon-alphabet-thai; }\n.#{$ti-prefix}-alt:before { content: $ti-icon-alt; }\n.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }\n.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }\n.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }\n.#{$ti-prefix}-analyze-filled:before { content: $ti-icon-analyze-filled; }\n.#{$ti-prefix}-analyze-off:before { content: $ti-icon-analyze-off; }\n.#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; }\n.#{$ti-prefix}-anchor-off:before { content: $ti-icon-anchor-off; }\n.#{$ti-prefix}-angle:before { content: $ti-icon-angle; }\n.#{$ti-prefix}-ankh:before { content: $ti-icon-ankh; }\n.#{$ti-prefix}-antenna:before { content: $ti-icon-antenna; }\n.#{$ti-prefix}-antenna-bars-1:before { content: $ti-icon-antenna-bars-1; }\n.#{$ti-prefix}-antenna-bars-2:before { content: $ti-icon-antenna-bars-2; }\n.#{$ti-prefix}-antenna-bars-3:before { content: $ti-icon-antenna-bars-3; }\n.#{$ti-prefix}-antenna-bars-4:before { content: $ti-icon-antenna-bars-4; }\n.#{$ti-prefix}-antenna-bars-5:before { content: $ti-icon-antenna-bars-5; }\n.#{$ti-prefix}-antenna-bars-off:before { content: $ti-icon-antenna-bars-off; }\n.#{$ti-prefix}-antenna-off:before { content: $ti-icon-antenna-off; }\n.#{$ti-prefix}-aperture:before { content: $ti-icon-aperture; }\n.#{$ti-prefix}-aperture-off:before { content: $ti-icon-aperture-off; }\n.#{$ti-prefix}-api:before { content: $ti-icon-api; }\n.#{$ti-prefix}-api-app:before { content: $ti-icon-api-app; }\n.#{$ti-prefix}-api-app-off:before { content: $ti-icon-api-app-off; }\n.#{$ti-prefix}-api-off:before { content: $ti-icon-api-off; }\n.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }\n.#{$ti-prefix}-app-window-filled:before { content: $ti-icon-app-window-filled; }\n.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }\n.#{$ti-prefix}-apple-filled:before { content: $ti-icon-apple-filled; }\n.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }\n.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }\n.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }\n.#{$ti-prefix}-archery-arrow:before { content: $ti-icon-archery-arrow; }\n.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }\n.#{$ti-prefix}-archive-filled:before { content: $ti-icon-archive-filled; }\n.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }\n.#{$ti-prefix}-armchair:before { content: $ti-icon-armchair; }\n.#{$ti-prefix}-armchair-2:before { content: $ti-icon-armchair-2; }\n.#{$ti-prefix}-armchair-2-off:before { content: $ti-icon-armchair-2-off; }\n.#{$ti-prefix}-armchair-off:before { content: $ti-icon-armchair-off; }\n.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }\n.#{$ti-prefix}-arrow-autofit-content-filled:before { content: $ti-icon-arrow-autofit-content-filled; }\n.#{$ti-prefix}-arrow-autofit-down:before { content: $ti-icon-arrow-autofit-down; }\n.#{$ti-prefix}-arrow-autofit-height:before { content: $ti-icon-arrow-autofit-height; }\n.#{$ti-prefix}-arrow-autofit-left:before { content: $ti-icon-arrow-autofit-left; }\n.#{$ti-prefix}-arrow-autofit-right:before { content: $ti-icon-arrow-autofit-right; }\n.#{$ti-prefix}-arrow-autofit-up:before { content: $ti-icon-arrow-autofit-up; }\n.#{$ti-prefix}-arrow-autofit-width:before { content: $ti-icon-arrow-autofit-width; }\n.#{$ti-prefix}-arrow-back:before { content: $ti-icon-arrow-back; }\n.#{$ti-prefix}-arrow-back-up:before { content: $ti-icon-arrow-back-up; }\n.#{$ti-prefix}-arrow-back-up-double:before { content: $ti-icon-arrow-back-up-double; }\n.#{$ti-prefix}-arrow-badge-down:before { content: $ti-icon-arrow-badge-down; }\n.#{$ti-prefix}-arrow-badge-down-filled:before { content: $ti-icon-arrow-badge-down-filled; }\n.#{$ti-prefix}-arrow-badge-left:before { content: $ti-icon-arrow-badge-left; }\n.#{$ti-prefix}-arrow-badge-left-filled:before { content: $ti-icon-arrow-badge-left-filled; }\n.#{$ti-prefix}-arrow-badge-right:before { content: $ti-icon-arrow-badge-right; }\n.#{$ti-prefix}-arrow-badge-right-filled:before { content: $ti-icon-arrow-badge-right-filled; }\n.#{$ti-prefix}-arrow-badge-up:before { content: $ti-icon-arrow-badge-up; }\n.#{$ti-prefix}-arrow-badge-up-filled:before { content: $ti-icon-arrow-badge-up-filled; }\n.#{$ti-prefix}-arrow-bar-both:before { content: $ti-icon-arrow-bar-both; }\n.#{$ti-prefix}-arrow-bar-down:before { content: $ti-icon-arrow-bar-down; }\n.#{$ti-prefix}-arrow-bar-left:before { content: $ti-icon-arrow-bar-left; }\n.#{$ti-prefix}-arrow-bar-right:before { content: $ti-icon-arrow-bar-right; }\n.#{$ti-prefix}-arrow-bar-to-down:before { content: $ti-icon-arrow-bar-to-down; }\n.#{$ti-prefix}-arrow-bar-to-left:before { content: $ti-icon-arrow-bar-to-left; }\n.#{$ti-prefix}-arrow-bar-to-right:before { content: $ti-icon-arrow-bar-to-right; }\n.#{$ti-prefix}-arrow-bar-to-up:before { content: $ti-icon-arrow-bar-to-up; }\n.#{$ti-prefix}-arrow-bar-up:before { content: $ti-icon-arrow-bar-up; }\n.#{$ti-prefix}-arrow-bear-left:before { content: $ti-icon-arrow-bear-left; }\n.#{$ti-prefix}-arrow-bear-left-2:before { content: $ti-icon-arrow-bear-left-2; }\n.#{$ti-prefix}-arrow-bear-right:before { content: $ti-icon-arrow-bear-right; }\n.#{$ti-prefix}-arrow-bear-right-2:before { content: $ti-icon-arrow-bear-right-2; }\n.#{$ti-prefix}-arrow-big-down:before { content: $ti-icon-arrow-big-down; }\n.#{$ti-prefix}-arrow-big-down-filled:before { content: $ti-icon-arrow-big-down-filled; }\n.#{$ti-prefix}-arrow-big-down-line:before { content: $ti-icon-arrow-big-down-line; }\n.#{$ti-prefix}-arrow-big-down-line-filled:before { content: $ti-icon-arrow-big-down-line-filled; }\n.#{$ti-prefix}-arrow-big-down-lines:before { content: $ti-icon-arrow-big-down-lines; }\n.#{$ti-prefix}-arrow-big-down-lines-filled:before { content: $ti-icon-arrow-big-down-lines-filled; }\n.#{$ti-prefix}-arrow-big-left:before { content: $ti-icon-arrow-big-left; }\n.#{$ti-prefix}-arrow-big-left-filled:before { content: $ti-icon-arrow-big-left-filled; }\n.#{$ti-prefix}-arrow-big-left-line:before { content: $ti-icon-arrow-big-left-line; }\n.#{$ti-prefix}-arrow-big-left-line-filled:before { content: $ti-icon-arrow-big-left-line-filled; }\n.#{$ti-prefix}-arrow-big-left-lines:before { content: $ti-icon-arrow-big-left-lines; }\n.#{$ti-prefix}-arrow-big-left-lines-filled:before { content: $ti-icon-arrow-big-left-lines-filled; }\n.#{$ti-prefix}-arrow-big-right:before { content: $ti-icon-arrow-big-right; }\n.#{$ti-prefix}-arrow-big-right-filled:before { content: $ti-icon-arrow-big-right-filled; }\n.#{$ti-prefix}-arrow-big-right-line:before { content: $ti-icon-arrow-big-right-line; }\n.#{$ti-prefix}-arrow-big-right-line-filled:before { content: $ti-icon-arrow-big-right-line-filled; }\n.#{$ti-prefix}-arrow-big-right-lines:before { content: $ti-icon-arrow-big-right-lines; }\n.#{$ti-prefix}-arrow-big-right-lines-filled:before { content: $ti-icon-arrow-big-right-lines-filled; }\n.#{$ti-prefix}-arrow-big-up:before { content: $ti-icon-arrow-big-up; }\n.#{$ti-prefix}-arrow-big-up-filled:before { content: $ti-icon-arrow-big-up-filled; }\n.#{$ti-prefix}-arrow-big-up-line:before { content: $ti-icon-arrow-big-up-line; }\n.#{$ti-prefix}-arrow-big-up-line-filled:before { content: $ti-icon-arrow-big-up-line-filled; }\n.#{$ti-prefix}-arrow-big-up-lines:before { content: $ti-icon-arrow-big-up-lines; }\n.#{$ti-prefix}-arrow-big-up-lines-filled:before { content: $ti-icon-arrow-big-up-lines-filled; }\n.#{$ti-prefix}-arrow-bounce:before { content: $ti-icon-arrow-bounce; }\n.#{$ti-prefix}-arrow-capsule:before { content: $ti-icon-arrow-capsule; }\n.#{$ti-prefix}-arrow-curve-left:before { content: $ti-icon-arrow-curve-left; }\n.#{$ti-prefix}-arrow-curve-right:before { content: $ti-icon-arrow-curve-right; }\n.#{$ti-prefix}-arrow-down:before { content: $ti-icon-arrow-down; }\n.#{$ti-prefix}-arrow-down-bar:before { content: $ti-icon-arrow-down-bar; }\n.#{$ti-prefix}-arrow-down-circle:before { content: $ti-icon-arrow-down-circle; }\n.#{$ti-prefix}-arrow-down-circle-filled:before { content: $ti-icon-arrow-down-circle-filled; }\n.#{$ti-prefix}-arrow-down-dashed:before { content: $ti-icon-arrow-down-dashed; }\n.#{$ti-prefix}-arrow-down-from-arc:before { content: $ti-icon-arrow-down-from-arc; }\n.#{$ti-prefix}-arrow-down-left:before { content: $ti-icon-arrow-down-left; }\n.#{$ti-prefix}-arrow-down-left-circle:before { content: $ti-icon-arrow-down-left-circle; }\n.#{$ti-prefix}-arrow-down-rhombus:before { content: $ti-icon-arrow-down-rhombus; }\n.#{$ti-prefix}-arrow-down-rhombus-filled:before { content: $ti-icon-arrow-down-rhombus-filled; }\n.#{$ti-prefix}-arrow-down-right:before { content: $ti-icon-arrow-down-right; }\n.#{$ti-prefix}-arrow-down-right-circle:before { content: $ti-icon-arrow-down-right-circle; }\n.#{$ti-prefix}-arrow-down-square:before { content: $ti-icon-arrow-down-square; }\n.#{$ti-prefix}-arrow-down-square-filled:before { content: $ti-icon-arrow-down-square-filled; }\n.#{$ti-prefix}-arrow-down-tail:before { content: $ti-icon-arrow-down-tail; }\n.#{$ti-prefix}-arrow-down-to-arc:before { content: $ti-icon-arrow-down-to-arc; }\n.#{$ti-prefix}-arrow-elbow-left:before { content: $ti-icon-arrow-elbow-left; }\n.#{$ti-prefix}-arrow-elbow-right:before { content: $ti-icon-arrow-elbow-right; }\n.#{$ti-prefix}-arrow-fork:before { content: $ti-icon-arrow-fork; }\n.#{$ti-prefix}-arrow-forward:before { content: $ti-icon-arrow-forward; }\n.#{$ti-prefix}-arrow-forward-up:before { content: $ti-icon-arrow-forward-up; }\n.#{$ti-prefix}-arrow-forward-up-double:before { content: $ti-icon-arrow-forward-up-double; }\n.#{$ti-prefix}-arrow-guide:before { content: $ti-icon-arrow-guide; }\n.#{$ti-prefix}-arrow-guide-filled:before { content: $ti-icon-arrow-guide-filled; }\n.#{$ti-prefix}-arrow-iteration:before { content: $ti-icon-arrow-iteration; }\n.#{$ti-prefix}-arrow-left:before { content: $ti-icon-arrow-left; }\n.#{$ti-prefix}-arrow-left-bar:before { content: $ti-icon-arrow-left-bar; }\n.#{$ti-prefix}-arrow-left-circle:before { content: $ti-icon-arrow-left-circle; }\n.#{$ti-prefix}-arrow-left-circle-filled:before { content: $ti-icon-arrow-left-circle-filled; }\n.#{$ti-prefix}-arrow-left-dashed:before { content: $ti-icon-arrow-left-dashed; }\n.#{$ti-prefix}-arrow-left-from-arc:before { content: $ti-icon-arrow-left-from-arc; }\n.#{$ti-prefix}-arrow-left-rhombus:before { content: $ti-icon-arrow-left-rhombus; }\n.#{$ti-prefix}-arrow-left-rhombus-filled:before { content: $ti-icon-arrow-left-rhombus-filled; }\n.#{$ti-prefix}-arrow-left-right:before { content: $ti-icon-arrow-left-right; }\n.#{$ti-prefix}-arrow-left-square:before { content: $ti-icon-arrow-left-square; }\n.#{$ti-prefix}-arrow-left-square-filled:before { content: $ti-icon-arrow-left-square-filled; }\n.#{$ti-prefix}-arrow-left-tail:before { content: $ti-icon-arrow-left-tail; }\n.#{$ti-prefix}-arrow-left-to-arc:before { content: $ti-icon-arrow-left-to-arc; }\n.#{$ti-prefix}-arrow-loop-left:before { content: $ti-icon-arrow-loop-left; }\n.#{$ti-prefix}-arrow-loop-left-2:before { content: $ti-icon-arrow-loop-left-2; }\n.#{$ti-prefix}-arrow-loop-right:before { content: $ti-icon-arrow-loop-right; }\n.#{$ti-prefix}-arrow-loop-right-2:before { content: $ti-icon-arrow-loop-right-2; }\n.#{$ti-prefix}-arrow-merge:before { content: $ti-icon-arrow-merge; }\n.#{$ti-prefix}-arrow-merge-alt-left:before { content: $ti-icon-arrow-merge-alt-left; }\n.#{$ti-prefix}-arrow-merge-alt-right:before { content: $ti-icon-arrow-merge-alt-right; }\n.#{$ti-prefix}-arrow-merge-both:before { content: $ti-icon-arrow-merge-both; }\n.#{$ti-prefix}-arrow-merge-left:before { content: $ti-icon-arrow-merge-left; }\n.#{$ti-prefix}-arrow-merge-right:before { content: $ti-icon-arrow-merge-right; }\n.#{$ti-prefix}-arrow-move-down:before { content: $ti-icon-arrow-move-down; }\n.#{$ti-prefix}-arrow-move-down-filled:before { content: $ti-icon-arrow-move-down-filled; }\n.#{$ti-prefix}-arrow-move-left:before { content: $ti-icon-arrow-move-left; }\n.#{$ti-prefix}-arrow-move-left-filled:before { content: $ti-icon-arrow-move-left-filled; }\n.#{$ti-prefix}-arrow-move-right:before { content: $ti-icon-arrow-move-right; }\n.#{$ti-prefix}-arrow-move-right-filled:before { content: $ti-icon-arrow-move-right-filled; }\n.#{$ti-prefix}-arrow-move-up:before { content: $ti-icon-arrow-move-up; }\n.#{$ti-prefix}-arrow-move-up-filled:before { content: $ti-icon-arrow-move-up-filled; }\n.#{$ti-prefix}-arrow-narrow-down:before { content: $ti-icon-arrow-narrow-down; }\n.#{$ti-prefix}-arrow-narrow-down-dashed:before { content: $ti-icon-arrow-narrow-down-dashed; }\n.#{$ti-prefix}-arrow-narrow-left:before { content: $ti-icon-arrow-narrow-left; }\n.#{$ti-prefix}-arrow-narrow-left-dashed:before { content: $ti-icon-arrow-narrow-left-dashed; }\n.#{$ti-prefix}-arrow-narrow-right:before { content: $ti-icon-arrow-narrow-right; }\n.#{$ti-prefix}-arrow-narrow-right-dashed:before { content: $ti-icon-arrow-narrow-right-dashed; }\n.#{$ti-prefix}-arrow-narrow-up:before { content: $ti-icon-arrow-narrow-up; }\n.#{$ti-prefix}-arrow-narrow-up-dashed:before { content: $ti-icon-arrow-narrow-up-dashed; }\n.#{$ti-prefix}-arrow-ramp-left:before { content: $ti-icon-arrow-ramp-left; }\n.#{$ti-prefix}-arrow-ramp-left-2:before { content: $ti-icon-arrow-ramp-left-2; }\n.#{$ti-prefix}-arrow-ramp-left-3:before { content: $ti-icon-arrow-ramp-left-3; }\n.#{$ti-prefix}-arrow-ramp-right:before { content: $ti-icon-arrow-ramp-right; }\n.#{$ti-prefix}-arrow-ramp-right-2:before { content: $ti-icon-arrow-ramp-right-2; }\n.#{$ti-prefix}-arrow-ramp-right-3:before { content: $ti-icon-arrow-ramp-right-3; }\n.#{$ti-prefix}-arrow-right:before { content: $ti-icon-arrow-right; }\n.#{$ti-prefix}-arrow-right-bar:before { content: $ti-icon-arrow-right-bar; }\n.#{$ti-prefix}-arrow-right-circle:before { content: $ti-icon-arrow-right-circle; }\n.#{$ti-prefix}-arrow-right-circle-filled:before { content: $ti-icon-arrow-right-circle-filled; }\n.#{$ti-prefix}-arrow-right-dashed:before { content: $ti-icon-arrow-right-dashed; }\n.#{$ti-prefix}-arrow-right-from-arc:before { content: $ti-icon-arrow-right-from-arc; }\n.#{$ti-prefix}-arrow-right-rhombus:before { content: $ti-icon-arrow-right-rhombus; }\n.#{$ti-prefix}-arrow-right-rhombus-filled:before { content: $ti-icon-arrow-right-rhombus-filled; }\n.#{$ti-prefix}-arrow-right-square:before { content: $ti-icon-arrow-right-square; }\n.#{$ti-prefix}-arrow-right-square-filled:before { content: $ti-icon-arrow-right-square-filled; }\n.#{$ti-prefix}-arrow-right-tail:before { content: $ti-icon-arrow-right-tail; }\n.#{$ti-prefix}-arrow-right-to-arc:before { content: $ti-icon-arrow-right-to-arc; }\n.#{$ti-prefix}-arrow-rotary-first-left:before { content: $ti-icon-arrow-rotary-first-left; }\n.#{$ti-prefix}-arrow-rotary-first-right:before { content: $ti-icon-arrow-rotary-first-right; }\n.#{$ti-prefix}-arrow-rotary-last-left:before { content: $ti-icon-arrow-rotary-last-left; }\n.#{$ti-prefix}-arrow-rotary-last-right:before { content: $ti-icon-arrow-rotary-last-right; }\n.#{$ti-prefix}-arrow-rotary-left:before { content: $ti-icon-arrow-rotary-left; }\n.#{$ti-prefix}-arrow-rotary-right:before { content: $ti-icon-arrow-rotary-right; }\n.#{$ti-prefix}-arrow-rotary-straight:before { content: $ti-icon-arrow-rotary-straight; }\n.#{$ti-prefix}-arrow-roundabout-left:before { content: $ti-icon-arrow-roundabout-left; }\n.#{$ti-prefix}-arrow-roundabout-right:before { content: $ti-icon-arrow-roundabout-right; }\n.#{$ti-prefix}-arrow-sharp-turn-left:before { content: $ti-icon-arrow-sharp-turn-left; }\n.#{$ti-prefix}-arrow-sharp-turn-right:before { content: $ti-icon-arrow-sharp-turn-right; }\n.#{$ti-prefix}-arrow-up:before { content: $ti-icon-arrow-up; }\n.#{$ti-prefix}-arrow-up-bar:before { content: $ti-icon-arrow-up-bar; }\n.#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; }\n.#{$ti-prefix}-arrow-up-circle-filled:before { content: $ti-icon-arrow-up-circle-filled; }\n.#{$ti-prefix}-arrow-up-dashed:before { content: $ti-icon-arrow-up-dashed; }\n.#{$ti-prefix}-arrow-up-from-arc:before { content: $ti-icon-arrow-up-from-arc; }\n.#{$ti-prefix}-arrow-up-left:before { content: $ti-icon-arrow-up-left; }\n.#{$ti-prefix}-arrow-up-left-circle:before { content: $ti-icon-arrow-up-left-circle; }\n.#{$ti-prefix}-arrow-up-rhombus:before { content: $ti-icon-arrow-up-rhombus; }\n.#{$ti-prefix}-arrow-up-rhombus-filled:before { content: $ti-icon-arrow-up-rhombus-filled; }\n.#{$ti-prefix}-arrow-up-right:before { content: $ti-icon-arrow-up-right; }\n.#{$ti-prefix}-arrow-up-right-circle:before { content: $ti-icon-arrow-up-right-circle; }\n.#{$ti-prefix}-arrow-up-square:before { content: $ti-icon-arrow-up-square; }\n.#{$ti-prefix}-arrow-up-square-filled:before { content: $ti-icon-arrow-up-square-filled; }\n.#{$ti-prefix}-arrow-up-tail:before { content: $ti-icon-arrow-up-tail; }\n.#{$ti-prefix}-arrow-up-to-arc:before { content: $ti-icon-arrow-up-to-arc; }\n.#{$ti-prefix}-arrow-wave-left-down:before { content: $ti-icon-arrow-wave-left-down; }\n.#{$ti-prefix}-arrow-wave-left-up:before { content: $ti-icon-arrow-wave-left-up; }\n.#{$ti-prefix}-arrow-wave-right-down:before { content: $ti-icon-arrow-wave-right-down; }\n.#{$ti-prefix}-arrow-wave-right-up:before { content: $ti-icon-arrow-wave-right-up; }\n.#{$ti-prefix}-arrow-zig-zag:before { content: $ti-icon-arrow-zig-zag; }\n.#{$ti-prefix}-arrows-cross:before { content: $ti-icon-arrows-cross; }\n.#{$ti-prefix}-arrows-diagonal:before { content: $ti-icon-arrows-diagonal; }\n.#{$ti-prefix}-arrows-diagonal-2:before { content: $ti-icon-arrows-diagonal-2; }\n.#{$ti-prefix}-arrows-diagonal-minimize:before { content: $ti-icon-arrows-diagonal-minimize; }\n.#{$ti-prefix}-arrows-diagonal-minimize-2:before { content: $ti-icon-arrows-diagonal-minimize-2; }\n.#{$ti-prefix}-arrows-diff:before { content: $ti-icon-arrows-diff; }\n.#{$ti-prefix}-arrows-double-ne-sw:before { content: $ti-icon-arrows-double-ne-sw; }\n.#{$ti-prefix}-arrows-double-nw-se:before { content: $ti-icon-arrows-double-nw-se; }\n.#{$ti-prefix}-arrows-double-se-nw:before { content: $ti-icon-arrows-double-se-nw; }\n.#{$ti-prefix}-arrows-double-sw-ne:before { content: $ti-icon-arrows-double-sw-ne; }\n.#{$ti-prefix}-arrows-down:before { content: $ti-icon-arrows-down; }\n.#{$ti-prefix}-arrows-down-up:before { content: $ti-icon-arrows-down-up; }\n.#{$ti-prefix}-arrows-exchange:before { content: $ti-icon-arrows-exchange; }\n.#{$ti-prefix}-arrows-exchange-2:before { content: $ti-icon-arrows-exchange-2; }\n.#{$ti-prefix}-arrows-horizontal:before { content: $ti-icon-arrows-horizontal; }\n.#{$ti-prefix}-arrows-join:before { content: $ti-icon-arrows-join; }\n.#{$ti-prefix}-arrows-join-2:before { content: $ti-icon-arrows-join-2; }\n.#{$ti-prefix}-arrows-left:before { content: $ti-icon-arrows-left; }\n.#{$ti-prefix}-arrows-left-down:before { content: $ti-icon-arrows-left-down; }\n.#{$ti-prefix}-arrows-left-right:before { content: $ti-icon-arrows-left-right; }\n.#{$ti-prefix}-arrows-maximize:before { content: $ti-icon-arrows-maximize; }\n.#{$ti-prefix}-arrows-minimize:before { content: $ti-icon-arrows-minimize; }\n.#{$ti-prefix}-arrows-move:before { content: $ti-icon-arrows-move; }\n.#{$ti-prefix}-arrows-move-horizontal:before { content: $ti-icon-arrows-move-horizontal; }\n.#{$ti-prefix}-arrows-move-vertical:before { content: $ti-icon-arrows-move-vertical; }\n.#{$ti-prefix}-arrows-random:before { content: $ti-icon-arrows-random; }\n.#{$ti-prefix}-arrows-right:before { content: $ti-icon-arrows-right; }\n.#{$ti-prefix}-arrows-right-down:before { content: $ti-icon-arrows-right-down; }\n.#{$ti-prefix}-arrows-right-left:before { content: $ti-icon-arrows-right-left; }\n.#{$ti-prefix}-arrows-shuffle:before { content: $ti-icon-arrows-shuffle; }\n.#{$ti-prefix}-arrows-shuffle-2:before { content: $ti-icon-arrows-shuffle-2; }\n.#{$ti-prefix}-arrows-sort:before { content: $ti-icon-arrows-sort; }\n.#{$ti-prefix}-arrows-split:before { content: $ti-icon-arrows-split; }\n.#{$ti-prefix}-arrows-split-2:before { content: $ti-icon-arrows-split-2; }\n.#{$ti-prefix}-arrows-transfer-down:before { content: $ti-icon-arrows-transfer-down; }\n.#{$ti-prefix}-arrows-transfer-up:before { content: $ti-icon-arrows-transfer-up; }\n.#{$ti-prefix}-arrows-transfer-up-down:before { content: $ti-icon-arrows-transfer-up-down; }\n.#{$ti-prefix}-arrows-up:before { content: $ti-icon-arrows-up; }\n.#{$ti-prefix}-arrows-up-down:before { content: $ti-icon-arrows-up-down; }\n.#{$ti-prefix}-arrows-up-left:before { content: $ti-icon-arrows-up-left; }\n.#{$ti-prefix}-arrows-up-right:before { content: $ti-icon-arrows-up-right; }\n.#{$ti-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; }\n.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; }\n.#{$ti-prefix}-artboard-filled:before { content: $ti-icon-artboard-filled; }\n.#{$ti-prefix}-artboard-off:before { content: $ti-icon-artboard-off; }\n.#{$ti-prefix}-article:before { content: $ti-icon-article; }\n.#{$ti-prefix}-article-filled:before { content: $ti-icon-article-filled; }\n.#{$ti-prefix}-article-off:before { content: $ti-icon-article-off; }\n.#{$ti-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; }\n.#{$ti-prefix}-aspect-ratio-filled:before { content: $ti-icon-aspect-ratio-filled; }\n.#{$ti-prefix}-aspect-ratio-off:before { content: $ti-icon-aspect-ratio-off; }\n.#{$ti-prefix}-assembly:before { content: $ti-icon-assembly; }\n.#{$ti-prefix}-assembly-filled:before { content: $ti-icon-assembly-filled; }\n.#{$ti-prefix}-assembly-off:before { content: $ti-icon-assembly-off; }\n.#{$ti-prefix}-asset:before { content: $ti-icon-asset; }\n.#{$ti-prefix}-asset-filled:before { content: $ti-icon-asset-filled; }\n.#{$ti-prefix}-asterisk:before { content: $ti-icon-asterisk; }\n.#{$ti-prefix}-asterisk-simple:before { content: $ti-icon-asterisk-simple; }\n.#{$ti-prefix}-at:before { content: $ti-icon-at; }\n.#{$ti-prefix}-at-off:before { content: $ti-icon-at-off; }\n.#{$ti-prefix}-atom:before { content: $ti-icon-atom; }\n.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }\n.#{$ti-prefix}-atom-2-filled:before { content: $ti-icon-atom-2-filled; }\n.#{$ti-prefix}-atom-off:before { content: $ti-icon-atom-off; }\n.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; }\n.#{$ti-prefix}-augmented-reality-2:before { content: $ti-icon-augmented-reality-2; }\n.#{$ti-prefix}-augmented-reality-off:before { content: $ti-icon-augmented-reality-off; }\n.#{$ti-prefix}-auth-2fa:before { content: $ti-icon-auth-2fa; }\n.#{$ti-prefix}-automatic-gearbox:before { content: $ti-icon-automatic-gearbox; }\n.#{$ti-prefix}-automatic-gearbox-filled:before { content: $ti-icon-automatic-gearbox-filled; }\n.#{$ti-prefix}-automation:before { content: $ti-icon-automation; }\n.#{$ti-prefix}-avocado:before { content: $ti-icon-avocado; }\n.#{$ti-prefix}-award:before { content: $ti-icon-award; }\n.#{$ti-prefix}-award-filled:before { content: $ti-icon-award-filled; }\n.#{$ti-prefix}-award-off:before { content: $ti-icon-award-off; }\n.#{$ti-prefix}-axe:before { content: $ti-icon-axe; }\n.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }\n.#{$ti-prefix}-axis-y:before { content: $ti-icon-axis-y; }\n.#{$ti-prefix}-baby-bottle:before { content: $ti-icon-baby-bottle; }\n.#{$ti-prefix}-baby-carriage:before { content: $ti-icon-baby-carriage; }\n.#{$ti-prefix}-baby-carriage-filled:before { content: $ti-icon-baby-carriage-filled; }\n.#{$ti-prefix}-background:before { content: $ti-icon-background; }\n.#{$ti-prefix}-backhoe:before { content: $ti-icon-backhoe; }\n.#{$ti-prefix}-backpack:before { content: $ti-icon-backpack; }\n.#{$ti-prefix}-backpack-off:before { content: $ti-icon-backpack-off; }\n.#{$ti-prefix}-backslash:before { content: $ti-icon-backslash; }\n.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }\n.#{$ti-prefix}-backspace-filled:before { content: $ti-icon-backspace-filled; }\n.#{$ti-prefix}-badge:before { content: $ti-icon-badge; }\n.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; }\n.#{$ti-prefix}-badge-3d-filled:before { content: $ti-icon-badge-3d-filled; }\n.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; }\n.#{$ti-prefix}-badge-4k-filled:before { content: $ti-icon-badge-4k-filled; }\n.#{$ti-prefix}-badge-8k:before { content: $ti-icon-badge-8k; }\n.#{$ti-prefix}-badge-8k-filled:before { content: $ti-icon-badge-8k-filled; }\n.#{$ti-prefix}-badge-ad:before { content: $ti-icon-badge-ad; }\n.#{$ti-prefix}-badge-ad-filled:before { content: $ti-icon-badge-ad-filled; }\n.#{$ti-prefix}-badge-ad-off:before { content: $ti-icon-badge-ad-off; }\n.#{$ti-prefix}-badge-ar:before { content: $ti-icon-badge-ar; }\n.#{$ti-prefix}-badge-ar-filled:before { content: $ti-icon-badge-ar-filled; }\n.#{$ti-prefix}-badge-cc:before { content: $ti-icon-badge-cc; }\n.#{$ti-prefix}-badge-cc-filled:before { content: $ti-icon-badge-cc-filled; }\n.#{$ti-prefix}-badge-filled:before { content: $ti-icon-badge-filled; }\n.#{$ti-prefix}-badge-hd:before { content: $ti-icon-badge-hd; }\n.#{$ti-prefix}-badge-hd-filled:before { content: $ti-icon-badge-hd-filled; }\n.#{$ti-prefix}-badge-off:before { content: $ti-icon-badge-off; }\n.#{$ti-prefix}-badge-sd:before { content: $ti-icon-badge-sd; }\n.#{$ti-prefix}-badge-sd-filled:before { content: $ti-icon-badge-sd-filled; }\n.#{$ti-prefix}-badge-tm:before { content: $ti-icon-badge-tm; }\n.#{$ti-prefix}-badge-tm-filled:before { content: $ti-icon-badge-tm-filled; }\n.#{$ti-prefix}-badge-vo:before { content: $ti-icon-badge-vo; }\n.#{$ti-prefix}-badge-vo-filled:before { content: $ti-icon-badge-vo-filled; }\n.#{$ti-prefix}-badge-vr:before { content: $ti-icon-badge-vr; }\n.#{$ti-prefix}-badge-vr-filled:before { content: $ti-icon-badge-vr-filled; }\n.#{$ti-prefix}-badge-wc:before { content: $ti-icon-badge-wc; }\n.#{$ti-prefix}-badge-wc-filled:before { content: $ti-icon-badge-wc-filled; }\n.#{$ti-prefix}-badges:before { content: $ti-icon-badges; }\n.#{$ti-prefix}-badges-filled:before { content: $ti-icon-badges-filled; }\n.#{$ti-prefix}-badges-off:before { content: $ti-icon-badges-off; }\n.#{$ti-prefix}-baguette:before { content: $ti-icon-baguette; }\n.#{$ti-prefix}-ball-american-football:before { content: $ti-icon-ball-american-football; }\n.#{$ti-prefix}-ball-american-football-off:before { content: $ti-icon-ball-american-football-off; }\n.#{$ti-prefix}-ball-baseball:before { content: $ti-icon-ball-baseball; }\n.#{$ti-prefix}-ball-basketball:before { content: $ti-icon-ball-basketball; }\n.#{$ti-prefix}-ball-bowling:before { content: $ti-icon-ball-bowling; }\n.#{$ti-prefix}-ball-football:before { content: $ti-icon-ball-football; }\n.#{$ti-prefix}-ball-football-off:before { content: $ti-icon-ball-football-off; }\n.#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; }\n.#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; }\n.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }\n.#{$ti-prefix}-balloon-filled:before { content: $ti-icon-balloon-filled; }\n.#{$ti-prefix}-balloon-off:before { content: $ti-icon-balloon-off; }\n.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }\n.#{$ti-prefix}-ballpen-filled:before { content: $ti-icon-ballpen-filled; }\n.#{$ti-prefix}-ballpen-off:before { content: $ti-icon-ballpen-off; }\n.#{$ti-prefix}-ban:before { content: $ti-icon-ban; }\n.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }\n.#{$ti-prefix}-bandage-filled:before { content: $ti-icon-bandage-filled; }\n.#{$ti-prefix}-bandage-off:before { content: $ti-icon-bandage-off; }\n.#{$ti-prefix}-barbell:before { content: $ti-icon-barbell; }\n.#{$ti-prefix}-barbell-filled:before { content: $ti-icon-barbell-filled; }\n.#{$ti-prefix}-barbell-off:before { content: $ti-icon-barbell-off; }\n.#{$ti-prefix}-barcode:before { content: $ti-icon-barcode; }\n.#{$ti-prefix}-barcode-off:before { content: $ti-icon-barcode-off; }\n.#{$ti-prefix}-barrel:before { content: $ti-icon-barrel; }\n.#{$ti-prefix}-barrel-off:before { content: $ti-icon-barrel-off; }\n.#{$ti-prefix}-barrier-block:before { content: $ti-icon-barrier-block; }\n.#{$ti-prefix}-barrier-block-filled:before { content: $ti-icon-barrier-block-filled; }\n.#{$ti-prefix}-barrier-block-off:before { content: $ti-icon-barrier-block-off; }\n.#{$ti-prefix}-baseline:before { content: $ti-icon-baseline; }\n.#{$ti-prefix}-baseline-density-large:before { content: $ti-icon-baseline-density-large; }\n.#{$ti-prefix}-baseline-density-medium:before { content: $ti-icon-baseline-density-medium; }\n.#{$ti-prefix}-baseline-density-small:before { content: $ti-icon-baseline-density-small; }\n.#{$ti-prefix}-basket:before { content: $ti-icon-basket; }\n.#{$ti-prefix}-basket-bolt:before { content: $ti-icon-basket-bolt; }\n.#{$ti-prefix}-basket-cancel:before { content: $ti-icon-basket-cancel; }\n.#{$ti-prefix}-basket-check:before { content: $ti-icon-basket-check; }\n.#{$ti-prefix}-basket-code:before { content: $ti-icon-basket-code; }\n.#{$ti-prefix}-basket-cog:before { content: $ti-icon-basket-cog; }\n.#{$ti-prefix}-basket-discount:before { content: $ti-icon-basket-discount; }\n.#{$ti-prefix}-basket-dollar:before { content: $ti-icon-basket-dollar; }\n.#{$ti-prefix}-basket-down:before { content: $ti-icon-basket-down; }\n.#{$ti-prefix}-basket-exclamation:before { content: $ti-icon-basket-exclamation; }\n.#{$ti-prefix}-basket-filled:before { content: $ti-icon-basket-filled; }\n.#{$ti-prefix}-basket-heart:before { content: $ti-icon-basket-heart; }\n.#{$ti-prefix}-basket-minus:before { content: $ti-icon-basket-minus; }\n.#{$ti-prefix}-basket-off:before { content: $ti-icon-basket-off; }\n.#{$ti-prefix}-basket-pause:before { content: $ti-icon-basket-pause; }\n.#{$ti-prefix}-basket-pin:before { content: $ti-icon-basket-pin; }\n.#{$ti-prefix}-basket-plus:before { content: $ti-icon-basket-plus; }\n.#{$ti-prefix}-basket-question:before { content: $ti-icon-basket-question; }\n.#{$ti-prefix}-basket-search:before { content: $ti-icon-basket-search; }\n.#{$ti-prefix}-basket-share:before { content: $ti-icon-basket-share; }\n.#{$ti-prefix}-basket-star:before { content: $ti-icon-basket-star; }\n.#{$ti-prefix}-basket-up:before { content: $ti-icon-basket-up; }\n.#{$ti-prefix}-basket-x:before { content: $ti-icon-basket-x; }\n.#{$ti-prefix}-bat:before { content: $ti-icon-bat; }\n.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }\n.#{$ti-prefix}-bath-filled:before { content: $ti-icon-bath-filled; }\n.#{$ti-prefix}-bath-off:before { content: $ti-icon-bath-off; }\n.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }\n.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }\n.#{$ti-prefix}-battery-1-filled:before { content: $ti-icon-battery-1-filled; }\n.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }\n.#{$ti-prefix}-battery-2-filled:before { content: $ti-icon-battery-2-filled; }\n.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }\n.#{$ti-prefix}-battery-3-filled:before { content: $ti-icon-battery-3-filled; }\n.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }\n.#{$ti-prefix}-battery-4-filled:before { content: $ti-icon-battery-4-filled; }\n.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }\n.#{$ti-prefix}-battery-automotive-filled:before { content: $ti-icon-battery-automotive-filled; }\n.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }\n.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }\n.#{$ti-prefix}-battery-eco:before { content: $ti-icon-battery-eco; }\n.#{$ti-prefix}-battery-exclamation:before { content: $ti-icon-battery-exclamation; }\n.#{$ti-prefix}-battery-filled:before { content: $ti-icon-battery-filled; }\n.#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; }\n.#{$ti-prefix}-battery-spark:before { content: $ti-icon-battery-spark; }\n.#{$ti-prefix}-battery-vertical:before { content: $ti-icon-battery-vertical; }\n.#{$ti-prefix}-battery-vertical-1:before { content: $ti-icon-battery-vertical-1; }\n.#{$ti-prefix}-battery-vertical-1-filled:before { content: $ti-icon-battery-vertical-1-filled; }\n.#{$ti-prefix}-battery-vertical-2:before { content: $ti-icon-battery-vertical-2; }\n.#{$ti-prefix}-battery-vertical-2-filled:before { content: $ti-icon-battery-vertical-2-filled; }\n.#{$ti-prefix}-battery-vertical-3:before { content: $ti-icon-battery-vertical-3; }\n.#{$ti-prefix}-battery-vertical-3-filled:before { content: $ti-icon-battery-vertical-3-filled; }\n.#{$ti-prefix}-battery-vertical-4:before { content: $ti-icon-battery-vertical-4; }\n.#{$ti-prefix}-battery-vertical-4-filled:before { content: $ti-icon-battery-vertical-4-filled; }\n.#{$ti-prefix}-battery-vertical-charging:before { content: $ti-icon-battery-vertical-charging; }\n.#{$ti-prefix}-battery-vertical-charging-2:before { content: $ti-icon-battery-vertical-charging-2; }\n.#{$ti-prefix}-battery-vertical-eco:before { content: $ti-icon-battery-vertical-eco; }\n.#{$ti-prefix}-battery-vertical-exclamation:before { content: $ti-icon-battery-vertical-exclamation; }\n.#{$ti-prefix}-battery-vertical-filled:before { content: $ti-icon-battery-vertical-filled; }\n.#{$ti-prefix}-battery-vertical-off:before { content: $ti-icon-battery-vertical-off; }\n.#{$ti-prefix}-beach:before { content: $ti-icon-beach; }\n.#{$ti-prefix}-beach-off:before { content: $ti-icon-beach-off; }\n.#{$ti-prefix}-bed:before { content: $ti-icon-bed; }\n.#{$ti-prefix}-bed-filled:before { content: $ti-icon-bed-filled; }\n.#{$ti-prefix}-bed-flat:before { content: $ti-icon-bed-flat; }\n.#{$ti-prefix}-bed-flat-filled:before { content: $ti-icon-bed-flat-filled; }\n.#{$ti-prefix}-bed-off:before { content: $ti-icon-bed-off; }\n.#{$ti-prefix}-beer:before { content: $ti-icon-beer; }\n.#{$ti-prefix}-beer-filled:before { content: $ti-icon-beer-filled; }\n.#{$ti-prefix}-beer-off:before { content: $ti-icon-beer-off; }\n.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }\n.#{$ti-prefix}-bell-bolt:before { content: $ti-icon-bell-bolt; }\n.#{$ti-prefix}-bell-cancel:before { content: $ti-icon-bell-cancel; }\n.#{$ti-prefix}-bell-check:before { content: $ti-icon-bell-check; }\n.#{$ti-prefix}-bell-code:before { content: $ti-icon-bell-code; }\n.#{$ti-prefix}-bell-cog:before { content: $ti-icon-bell-cog; }\n.#{$ti-prefix}-bell-dollar:before { content: $ti-icon-bell-dollar; }\n.#{$ti-prefix}-bell-down:before { content: $ti-icon-bell-down; }\n.#{$ti-prefix}-bell-exclamation:before { content: $ti-icon-bell-exclamation; }\n.#{$ti-prefix}-bell-filled:before { content: $ti-icon-bell-filled; }\n.#{$ti-prefix}-bell-heart:before { content: $ti-icon-bell-heart; }\n.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }\n.#{$ti-prefix}-bell-minus-filled:before { content: $ti-icon-bell-minus-filled; }\n.#{$ti-prefix}-bell-off:before { content: $ti-icon-bell-off; }\n.#{$ti-prefix}-bell-pause:before { content: $ti-icon-bell-pause; }\n.#{$ti-prefix}-bell-pin:before { content: $ti-icon-bell-pin; }\n.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }\n.#{$ti-prefix}-bell-plus-filled:before { content: $ti-icon-bell-plus-filled; }\n.#{$ti-prefix}-bell-question:before { content: $ti-icon-bell-question; }\n.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }\n.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; }\n.#{$ti-prefix}-bell-ringing-2-filled:before { content: $ti-icon-bell-ringing-2-filled; }\n.#{$ti-prefix}-bell-ringing-filled:before { content: $ti-icon-bell-ringing-filled; }\n.#{$ti-prefix}-bell-school:before { content: $ti-icon-bell-school; }\n.#{$ti-prefix}-bell-search:before { content: $ti-icon-bell-search; }\n.#{$ti-prefix}-bell-share:before { content: $ti-icon-bell-share; }\n.#{$ti-prefix}-bell-star:before { content: $ti-icon-bell-star; }\n.#{$ti-prefix}-bell-up:before { content: $ti-icon-bell-up; }\n.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }\n.#{$ti-prefix}-bell-x-filled:before { content: $ti-icon-bell-x-filled; }\n.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }\n.#{$ti-prefix}-bell-z-filled:before { content: $ti-icon-bell-z-filled; }\n.#{$ti-prefix}-beta:before { content: $ti-icon-beta; }\n.#{$ti-prefix}-bible:before { content: $ti-icon-bible; }\n.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }\n.#{$ti-prefix}-bike-filled:before { content: $ti-icon-bike-filled; }\n.#{$ti-prefix}-bike-off:before { content: $ti-icon-bike-off; }\n.#{$ti-prefix}-binary:before { content: $ti-icon-binary; }\n.#{$ti-prefix}-binary-off:before { content: $ti-icon-binary-off; }\n.#{$ti-prefix}-binary-tree:before { content: $ti-icon-binary-tree; }\n.#{$ti-prefix}-binary-tree-2:before { content: $ti-icon-binary-tree-2; }\n.#{$ti-prefix}-binary-tree-2-filled:before { content: $ti-icon-binary-tree-2-filled; }\n.#{$ti-prefix}-binary-tree-filled:before { content: $ti-icon-binary-tree-filled; }\n.#{$ti-prefix}-binoculars:before { content: $ti-icon-binoculars; }\n.#{$ti-prefix}-binoculars-filled:before { content: $ti-icon-binoculars-filled; }\n.#{$ti-prefix}-biohazard:before { content: $ti-icon-biohazard; }\n.#{$ti-prefix}-biohazard-filled:before { content: $ti-icon-biohazard-filled; }\n.#{$ti-prefix}-biohazard-off:before { content: $ti-icon-biohazard-off; }\n.#{$ti-prefix}-blade:before { content: $ti-icon-blade; }\n.#{$ti-prefix}-blade-filled:before { content: $ti-icon-blade-filled; }\n.#{$ti-prefix}-bleach:before { content: $ti-icon-bleach; }\n.#{$ti-prefix}-bleach-chlorine:before { content: $ti-icon-bleach-chlorine; }\n.#{$ti-prefix}-bleach-no-chlorine:before { content: $ti-icon-bleach-no-chlorine; }\n.#{$ti-prefix}-bleach-off:before { content: $ti-icon-bleach-off; }\n.#{$ti-prefix}-blend-mode:before { content: $ti-icon-blend-mode; }\n.#{$ti-prefix}-blender:before { content: $ti-icon-blender; }\n.#{$ti-prefix}-blender-filled:before { content: $ti-icon-blender-filled; }\n.#{$ti-prefix}-blob:before { content: $ti-icon-blob; }\n.#{$ti-prefix}-blob-filled:before { content: $ti-icon-blob-filled; }\n.#{$ti-prefix}-blockquote:before { content: $ti-icon-blockquote; }\n.#{$ti-prefix}-bluetooth:before { content: $ti-icon-bluetooth; }\n.#{$ti-prefix}-bluetooth-connected:before { content: $ti-icon-bluetooth-connected; }\n.#{$ti-prefix}-bluetooth-off:before { content: $ti-icon-bluetooth-off; }\n.#{$ti-prefix}-bluetooth-x:before { content: $ti-icon-bluetooth-x; }\n.#{$ti-prefix}-blur:before { content: $ti-icon-blur; }\n.#{$ti-prefix}-blur-off:before { content: $ti-icon-blur-off; }\n.#{$ti-prefix}-bmp:before { content: $ti-icon-bmp; }\n.#{$ti-prefix}-body-scan:before { content: $ti-icon-body-scan; }\n.#{$ti-prefix}-bold:before { content: $ti-icon-bold; }\n.#{$ti-prefix}-bold-off:before { content: $ti-icon-bold-off; }\n.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }\n.#{$ti-prefix}-bolt-filled:before { content: $ti-icon-bolt-filled; }\n.#{$ti-prefix}-bolt-off:before { content: $ti-icon-bolt-off; }\n.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; }\n.#{$ti-prefix}-bomb-filled:before { content: $ti-icon-bomb-filled; }\n.#{$ti-prefix}-bone:before { content: $ti-icon-bone; }\n.#{$ti-prefix}-bone-filled:before { content: $ti-icon-bone-filled; }\n.#{$ti-prefix}-bone-off:before { content: $ti-icon-bone-off; }\n.#{$ti-prefix}-bong:before { content: $ti-icon-bong; }\n.#{$ti-prefix}-bong-filled:before { content: $ti-icon-bong-filled; }\n.#{$ti-prefix}-bong-off:before { content: $ti-icon-bong-off; }\n.#{$ti-prefix}-book:before { content: $ti-icon-book; }\n.#{$ti-prefix}-book-2:before { content: $ti-icon-book-2; }\n.#{$ti-prefix}-book-download:before { content: $ti-icon-book-download; }\n.#{$ti-prefix}-book-filled:before { content: $ti-icon-book-filled; }\n.#{$ti-prefix}-book-off:before { content: $ti-icon-book-off; }\n.#{$ti-prefix}-book-upload:before { content: $ti-icon-book-upload; }\n.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; }\n.#{$ti-prefix}-bookmark-ai:before { content: $ti-icon-bookmark-ai; }\n.#{$ti-prefix}-bookmark-edit:before { content: $ti-icon-bookmark-edit; }\n.#{$ti-prefix}-bookmark-filled:before { content: $ti-icon-bookmark-filled; }\n.#{$ti-prefix}-bookmark-minus:before { content: $ti-icon-bookmark-minus; }\n.#{$ti-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; }\n.#{$ti-prefix}-bookmark-plus:before { content: $ti-icon-bookmark-plus; }\n.#{$ti-prefix}-bookmark-question:before { content: $ti-icon-bookmark-question; }\n.#{$ti-prefix}-bookmarks:before { content: $ti-icon-bookmarks; }\n.#{$ti-prefix}-bookmarks-filled:before { content: $ti-icon-bookmarks-filled; }\n.#{$ti-prefix}-bookmarks-off:before { content: $ti-icon-bookmarks-off; }\n.#{$ti-prefix}-books:before { content: $ti-icon-books; }\n.#{$ti-prefix}-books-off:before { content: $ti-icon-books-off; }\n.#{$ti-prefix}-boom:before { content: $ti-icon-boom; }\n.#{$ti-prefix}-boom-filled:before { content: $ti-icon-boom-filled; }\n.#{$ti-prefix}-border-all:before { content: $ti-icon-border-all; }\n.#{$ti-prefix}-border-bottom:before { content: $ti-icon-border-bottom; }\n.#{$ti-prefix}-border-bottom-plus:before { content: $ti-icon-border-bottom-plus; }\n.#{$ti-prefix}-border-corner-ios:before { content: $ti-icon-border-corner-ios; }\n.#{$ti-prefix}-border-corner-pill:before { content: $ti-icon-border-corner-pill; }\n.#{$ti-prefix}-border-corner-rounded:before { content: $ti-icon-border-corner-rounded; }\n.#{$ti-prefix}-border-corner-square:before { content: $ti-icon-border-corner-square; }\n.#{$ti-prefix}-border-corners:before { content: $ti-icon-border-corners; }\n.#{$ti-prefix}-border-horizontal:before { content: $ti-icon-border-horizontal; }\n.#{$ti-prefix}-border-inner:before { content: $ti-icon-border-inner; }\n.#{$ti-prefix}-border-left:before { content: $ti-icon-border-left; }\n.#{$ti-prefix}-border-left-plus:before { content: $ti-icon-border-left-plus; }\n.#{$ti-prefix}-border-none:before { content: $ti-icon-border-none; }\n.#{$ti-prefix}-border-outer:before { content: $ti-icon-border-outer; }\n.#{$ti-prefix}-border-radius:before { content: $ti-icon-border-radius; }\n.#{$ti-prefix}-border-right:before { content: $ti-icon-border-right; }\n.#{$ti-prefix}-border-right-plus:before { content: $ti-icon-border-right-plus; }\n.#{$ti-prefix}-border-sides:before { content: $ti-icon-border-sides; }\n.#{$ti-prefix}-border-style:before { content: $ti-icon-border-style; }\n.#{$ti-prefix}-border-style-2:before { content: $ti-icon-border-style-2; }\n.#{$ti-prefix}-border-top:before { content: $ti-icon-border-top; }\n.#{$ti-prefix}-border-top-plus:before { content: $ti-icon-border-top-plus; }\n.#{$ti-prefix}-border-vertical:before { content: $ti-icon-border-vertical; }\n.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; }\n.#{$ti-prefix}-bottle-filled:before { content: $ti-icon-bottle-filled; }\n.#{$ti-prefix}-bottle-off:before { content: $ti-icon-bottle-off; }\n.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; }\n.#{$ti-prefix}-bounce-left-filled:before { content: $ti-icon-bounce-left-filled; }\n.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; }\n.#{$ti-prefix}-bounce-right-filled:before { content: $ti-icon-bounce-right-filled; }\n.#{$ti-prefix}-bow:before { content: $ti-icon-bow; }\n.#{$ti-prefix}-bow-filled:before { content: $ti-icon-bow-filled; }\n.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; }\n.#{$ti-prefix}-bowl-chopsticks:before { content: $ti-icon-bowl-chopsticks; }\n.#{$ti-prefix}-bowl-chopsticks-filled:before { content: $ti-icon-bowl-chopsticks-filled; }\n.#{$ti-prefix}-bowl-filled:before { content: $ti-icon-bowl-filled; }\n.#{$ti-prefix}-bowl-spoon:before { content: $ti-icon-bowl-spoon; }\n.#{$ti-prefix}-bowl-spoon-filled:before { content: $ti-icon-bowl-spoon-filled; }\n.#{$ti-prefix}-box:before { content: $ti-icon-box; }\n.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }\n.#{$ti-prefix}-box-align-bottom-filled:before { content: $ti-icon-box-align-bottom-filled; }\n.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; }\n.#{$ti-prefix}-box-align-bottom-left-filled:before { content: $ti-icon-box-align-bottom-left-filled; }\n.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; }\n.#{$ti-prefix}-box-align-bottom-right-filled:before { content: $ti-icon-box-align-bottom-right-filled; }\n.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; }\n.#{$ti-prefix}-box-align-left-filled:before { content: $ti-icon-box-align-left-filled; }\n.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; }\n.#{$ti-prefix}-box-align-right-filled:before { content: $ti-icon-box-align-right-filled; }\n.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; }\n.#{$ti-prefix}-box-align-top-filled:before { content: $ti-icon-box-align-top-filled; }\n.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; }\n.#{$ti-prefix}-box-align-top-left-filled:before { content: $ti-icon-box-align-top-left-filled; }\n.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; }\n.#{$ti-prefix}-box-align-top-right-filled:before { content: $ti-icon-box-align-top-right-filled; }\n.#{$ti-prefix}-box-margin:before { content: $ti-icon-box-margin; }\n.#{$ti-prefix}-box-model:before { content: $ti-icon-box-model; }\n.#{$ti-prefix}-box-model-2:before { content: $ti-icon-box-model-2; }\n.#{$ti-prefix}-box-model-2-off:before { content: $ti-icon-box-model-2-off; }\n.#{$ti-prefix}-box-model-off:before { content: $ti-icon-box-model-off; }\n.#{$ti-prefix}-box-multiple:before { content: $ti-icon-box-multiple; }\n.#{$ti-prefix}-box-multiple-0:before { content: $ti-icon-box-multiple-0; }\n.#{$ti-prefix}-box-multiple-1:before { content: $ti-icon-box-multiple-1; }\n.#{$ti-prefix}-box-multiple-2:before { content: $ti-icon-box-multiple-2; }\n.#{$ti-prefix}-box-multiple-3:before { content: $ti-icon-box-multiple-3; }\n.#{$ti-prefix}-box-multiple-4:before { content: $ti-icon-box-multiple-4; }\n.#{$ti-prefix}-box-multiple-5:before { content: $ti-icon-box-multiple-5; }\n.#{$ti-prefix}-box-multiple-6:before { content: $ti-icon-box-multiple-6; }\n.#{$ti-prefix}-box-multiple-7:before { content: $ti-icon-box-multiple-7; }\n.#{$ti-prefix}-box-multiple-8:before { content: $ti-icon-box-multiple-8; }\n.#{$ti-prefix}-box-multiple-9:before { content: $ti-icon-box-multiple-9; }\n.#{$ti-prefix}-box-multiple-filled:before { content: $ti-icon-box-multiple-filled; }\n.#{$ti-prefix}-box-off:before { content: $ti-icon-box-off; }\n.#{$ti-prefix}-box-padding:before { content: $ti-icon-box-padding; }\n.#{$ti-prefix}-braces:before { content: $ti-icon-braces; }\n.#{$ti-prefix}-braces-off:before { content: $ti-icon-braces-off; }\n.#{$ti-prefix}-brackets:before { content: $ti-icon-brackets; }\n.#{$ti-prefix}-brackets-angle:before { content: $ti-icon-brackets-angle; }\n.#{$ti-prefix}-brackets-angle-off:before { content: $ti-icon-brackets-angle-off; }\n.#{$ti-prefix}-brackets-contain:before { content: $ti-icon-brackets-contain; }\n.#{$ti-prefix}-brackets-contain-end:before { content: $ti-icon-brackets-contain-end; }\n.#{$ti-prefix}-brackets-contain-start:before { content: $ti-icon-brackets-contain-start; }\n.#{$ti-prefix}-brackets-off:before { content: $ti-icon-brackets-off; }\n.#{$ti-prefix}-braille:before { content: $ti-icon-braille; }\n.#{$ti-prefix}-brain:before { content: $ti-icon-brain; }\n.#{$ti-prefix}-brand-4chan:before { content: $ti-icon-brand-4chan; }\n.#{$ti-prefix}-brand-abstract:before { content: $ti-icon-brand-abstract; }\n.#{$ti-prefix}-brand-adobe:before { content: $ti-icon-brand-adobe; }\n.#{$ti-prefix}-brand-adobe-after-effect:before { content: $ti-icon-brand-adobe-after-effect; }\n.#{$ti-prefix}-brand-adobe-illustrator:before { content: $ti-icon-brand-adobe-illustrator; }\n.#{$ti-prefix}-brand-adobe-indesign:before { content: $ti-icon-brand-adobe-indesign; }\n.#{$ti-prefix}-brand-adobe-photoshop:before { content: $ti-icon-brand-adobe-photoshop; }\n.#{$ti-prefix}-brand-adobe-premier:before { content: $ti-icon-brand-adobe-premier; }\n.#{$ti-prefix}-brand-adobe-xd:before { content: $ti-icon-brand-adobe-xd; }\n.#{$ti-prefix}-brand-adonis-js:before { content: $ti-icon-brand-adonis-js; }\n.#{$ti-prefix}-brand-airbnb:before { content: $ti-icon-brand-airbnb; }\n.#{$ti-prefix}-brand-airtable:before { content: $ti-icon-brand-airtable; }\n.#{$ti-prefix}-brand-algolia:before { content: $ti-icon-brand-algolia; }\n.#{$ti-prefix}-brand-alipay:before { content: $ti-icon-brand-alipay; }\n.#{$ti-prefix}-brand-alpine-js:before { content: $ti-icon-brand-alpine-js; }\n.#{$ti-prefix}-brand-amazon:before { content: $ti-icon-brand-amazon; }\n.#{$ti-prefix}-brand-amd:before { content: $ti-icon-brand-amd; }\n.#{$ti-prefix}-brand-amie:before { content: $ti-icon-brand-amie; }\n.#{$ti-prefix}-brand-amigo:before { content: $ti-icon-brand-amigo; }\n.#{$ti-prefix}-brand-among-us:before { content: $ti-icon-brand-among-us; }\n.#{$ti-prefix}-brand-android:before { content: $ti-icon-brand-android; }\n.#{$ti-prefix}-brand-angular:before { content: $ti-icon-brand-angular; }\n.#{$ti-prefix}-brand-ansible:before { content: $ti-icon-brand-ansible; }\n.#{$ti-prefix}-brand-ao3:before { content: $ti-icon-brand-ao3; }\n.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; }\n.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }\n.#{$ti-prefix}-brand-apple-arcade:before { content: $ti-icon-brand-apple-arcade; }\n.#{$ti-prefix}-brand-apple-filled:before { content: $ti-icon-brand-apple-filled; }\n.#{$ti-prefix}-brand-apple-news:before { content: $ti-icon-brand-apple-news; }\n.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; }\n.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }\n.#{$ti-prefix}-brand-arc:before { content: $ti-icon-brand-arc; }\n.#{$ti-prefix}-brand-asana:before { content: $ti-icon-brand-asana; }\n.#{$ti-prefix}-brand-astro:before { content: $ti-icon-brand-astro; }\n.#{$ti-prefix}-brand-auth0:before { content: $ti-icon-brand-auth0; }\n.#{$ti-prefix}-brand-aws:before { content: $ti-icon-brand-aws; }\n.#{$ti-prefix}-brand-azure:before { content: $ti-icon-brand-azure; }\n.#{$ti-prefix}-brand-backbone:before { content: $ti-icon-brand-backbone; }\n.#{$ti-prefix}-brand-badoo:before { content: $ti-icon-brand-badoo; }\n.#{$ti-prefix}-brand-baidu:before { content: $ti-icon-brand-baidu; }\n.#{$ti-prefix}-brand-bandcamp:before { content: $ti-icon-brand-bandcamp; }\n.#{$ti-prefix}-brand-bandlab:before { content: $ti-icon-brand-bandlab; }\n.#{$ti-prefix}-brand-beats:before { content: $ti-icon-brand-beats; }\n.#{$ti-prefix}-brand-bebo:before { content: $ti-icon-brand-bebo; }\n.#{$ti-prefix}-brand-behance:before { content: $ti-icon-brand-behance; }\n.#{$ti-prefix}-brand-bilibili:before { content: $ti-icon-brand-bilibili; }\n.#{$ti-prefix}-brand-binance:before { content: $ti-icon-brand-binance; }\n.#{$ti-prefix}-brand-bing:before { content: $ti-icon-brand-bing; }\n.#{$ti-prefix}-brand-bitbucket:before { content: $ti-icon-brand-bitbucket; }\n.#{$ti-prefix}-brand-blackberry:before { content: $ti-icon-brand-blackberry; }\n.#{$ti-prefix}-brand-blender:before { content: $ti-icon-brand-blender; }\n.#{$ti-prefix}-brand-blogger:before { content: $ti-icon-brand-blogger; }\n.#{$ti-prefix}-brand-bluesky:before { content: $ti-icon-brand-bluesky; }\n.#{$ti-prefix}-brand-booking:before { content: $ti-icon-brand-booking; }\n.#{$ti-prefix}-brand-bootstrap:before { content: $ti-icon-brand-bootstrap; }\n.#{$ti-prefix}-brand-bulma:before { content: $ti-icon-brand-bulma; }\n.#{$ti-prefix}-brand-bumble:before { content: $ti-icon-brand-bumble; }\n.#{$ti-prefix}-brand-bunpo:before { content: $ti-icon-brand-bunpo; }\n.#{$ti-prefix}-brand-c-sharp:before { content: $ti-icon-brand-c-sharp; }\n.#{$ti-prefix}-brand-cake:before { content: $ti-icon-brand-cake; }\n.#{$ti-prefix}-brand-cakephp:before { content: $ti-icon-brand-cakephp; }\n.#{$ti-prefix}-brand-campaignmonitor:before { content: $ti-icon-brand-campaignmonitor; }\n.#{$ti-prefix}-brand-carbon:before { content: $ti-icon-brand-carbon; }\n.#{$ti-prefix}-brand-cashapp:before { content: $ti-icon-brand-cashapp; }\n.#{$ti-prefix}-brand-chrome:before { content: $ti-icon-brand-chrome; }\n.#{$ti-prefix}-brand-cinema-4d:before { content: $ti-icon-brand-cinema-4d; }\n.#{$ti-prefix}-brand-citymapper:before { content: $ti-icon-brand-citymapper; }\n.#{$ti-prefix}-brand-cloudflare:before { content: $ti-icon-brand-cloudflare; }\n.#{$ti-prefix}-brand-codecov:before { content: $ti-icon-brand-codecov; }\n.#{$ti-prefix}-brand-codepen:before { content: $ti-icon-brand-codepen; }\n.#{$ti-prefix}-brand-codesandbox:before { content: $ti-icon-brand-codesandbox; }\n.#{$ti-prefix}-brand-cohost:before { content: $ti-icon-brand-cohost; }\n.#{$ti-prefix}-brand-coinbase:before { content: $ti-icon-brand-coinbase; }\n.#{$ti-prefix}-brand-comedy-central:before { content: $ti-icon-brand-comedy-central; }\n.#{$ti-prefix}-brand-coreos:before { content: $ti-icon-brand-coreos; }\n.#{$ti-prefix}-brand-couchdb:before { content: $ti-icon-brand-couchdb; }\n.#{$ti-prefix}-brand-couchsurfing:before { content: $ti-icon-brand-couchsurfing; }\n.#{$ti-prefix}-brand-cpp:before { content: $ti-icon-brand-cpp; }\n.#{$ti-prefix}-brand-craft:before { content: $ti-icon-brand-craft; }\n.#{$ti-prefix}-brand-crunchbase:before { content: $ti-icon-brand-crunchbase; }\n.#{$ti-prefix}-brand-css3:before { content: $ti-icon-brand-css3; }\n.#{$ti-prefix}-brand-ctemplar:before { content: $ti-icon-brand-ctemplar; }\n.#{$ti-prefix}-brand-cucumber:before { content: $ti-icon-brand-cucumber; }\n.#{$ti-prefix}-brand-cupra:before { content: $ti-icon-brand-cupra; }\n.#{$ti-prefix}-brand-cypress:before { content: $ti-icon-brand-cypress; }\n.#{$ti-prefix}-brand-d3:before { content: $ti-icon-brand-d3; }\n.#{$ti-prefix}-brand-databricks:before { content: $ti-icon-brand-databricks; }\n.#{$ti-prefix}-brand-days-counter:before { content: $ti-icon-brand-days-counter; }\n.#{$ti-prefix}-brand-dcos:before { content: $ti-icon-brand-dcos; }\n.#{$ti-prefix}-brand-debian:before { content: $ti-icon-brand-debian; }\n.#{$ti-prefix}-brand-deezer:before { content: $ti-icon-brand-deezer; }\n.#{$ti-prefix}-brand-deliveroo:before { content: $ti-icon-brand-deliveroo; }\n.#{$ti-prefix}-brand-deno:before { content: $ti-icon-brand-deno; }\n.#{$ti-prefix}-brand-denodo:before { content: $ti-icon-brand-denodo; }\n.#{$ti-prefix}-brand-deviantart:before { content: $ti-icon-brand-deviantart; }\n.#{$ti-prefix}-brand-digg:before { content: $ti-icon-brand-digg; }\n.#{$ti-prefix}-brand-dingtalk:before { content: $ti-icon-brand-dingtalk; }\n.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }\n.#{$ti-prefix}-brand-discord-filled:before { content: $ti-icon-brand-discord-filled; }\n.#{$ti-prefix}-brand-disney:before { content: $ti-icon-brand-disney; }\n.#{$ti-prefix}-brand-disqus:before { content: $ti-icon-brand-disqus; }\n.#{$ti-prefix}-brand-django:before { content: $ti-icon-brand-django; }\n.#{$ti-prefix}-brand-docker:before { content: $ti-icon-brand-docker; }\n.#{$ti-prefix}-brand-doctrine:before { content: $ti-icon-brand-doctrine; }\n.#{$ti-prefix}-brand-dolby-digital:before { content: $ti-icon-brand-dolby-digital; }\n.#{$ti-prefix}-brand-douban:before { content: $ti-icon-brand-douban; }\n.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; }\n.#{$ti-prefix}-brand-dribbble-filled:before { content: $ti-icon-brand-dribbble-filled; }\n.#{$ti-prefix}-brand-drops:before { content: $ti-icon-brand-drops; }\n.#{$ti-prefix}-brand-drupal:before { content: $ti-icon-brand-drupal; }\n.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; }\n.#{$ti-prefix}-brand-elastic:before { content: $ti-icon-brand-elastic; }\n.#{$ti-prefix}-brand-electronic-arts:before { content: $ti-icon-brand-electronic-arts; }\n.#{$ti-prefix}-brand-ember:before { content: $ti-icon-brand-ember; }\n.#{$ti-prefix}-brand-envato:before { content: $ti-icon-brand-envato; }\n.#{$ti-prefix}-brand-etsy:before { content: $ti-icon-brand-etsy; }\n.#{$ti-prefix}-brand-evernote:before { content: $ti-icon-brand-evernote; }\n.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }\n.#{$ti-prefix}-brand-facebook-filled:before { content: $ti-icon-brand-facebook-filled; }\n.#{$ti-prefix}-brand-feedly:before { content: $ti-icon-brand-feedly; }\n.#{$ti-prefix}-brand-figma:before { content: $ti-icon-brand-figma; }\n.#{$ti-prefix}-brand-filezilla:before { content: $ti-icon-brand-filezilla; }\n.#{$ti-prefix}-brand-finder:before { content: $ti-icon-brand-finder; }\n.#{$ti-prefix}-brand-firebase:before { content: $ti-icon-brand-firebase; }\n.#{$ti-prefix}-brand-firefox:before { content: $ti-icon-brand-firefox; }\n.#{$ti-prefix}-brand-fiverr:before { content: $ti-icon-brand-fiverr; }\n.#{$ti-prefix}-brand-flickr:before { content: $ti-icon-brand-flickr; }\n.#{$ti-prefix}-brand-flightradar24:before { content: $ti-icon-brand-flightradar24; }\n.#{$ti-prefix}-brand-flipboard:before { content: $ti-icon-brand-flipboard; }\n.#{$ti-prefix}-brand-flutter:before { content: $ti-icon-brand-flutter; }\n.#{$ti-prefix}-brand-fortnite:before { content: $ti-icon-brand-fortnite; }\n.#{$ti-prefix}-brand-foursquare:before { content: $ti-icon-brand-foursquare; }\n.#{$ti-prefix}-brand-framer:before { content: $ti-icon-brand-framer; }\n.#{$ti-prefix}-brand-framer-motion:before { content: $ti-icon-brand-framer-motion; }\n.#{$ti-prefix}-brand-funimation:before { content: $ti-icon-brand-funimation; }\n.#{$ti-prefix}-brand-gatsby:before { content: $ti-icon-brand-gatsby; }\n.#{$ti-prefix}-brand-git:before { content: $ti-icon-brand-git; }\n.#{$ti-prefix}-brand-github:before { content: $ti-icon-brand-github; }\n.#{$ti-prefix}-brand-github-copilot:before { content: $ti-icon-brand-github-copilot; }\n.#{$ti-prefix}-brand-github-filled:before { content: $ti-icon-brand-github-filled; }\n.#{$ti-prefix}-brand-gitlab:before { content: $ti-icon-brand-gitlab; }\n.#{$ti-prefix}-brand-gmail:before { content: $ti-icon-brand-gmail; }\n.#{$ti-prefix}-brand-golang:before { content: $ti-icon-brand-golang; }\n.#{$ti-prefix}-brand-google:before { content: $ti-icon-brand-google; }\n.#{$ti-prefix}-brand-google-analytics:before { content: $ti-icon-brand-google-analytics; }\n.#{$ti-prefix}-brand-google-big-query:before { content: $ti-icon-brand-google-big-query; }\n.#{$ti-prefix}-brand-google-drive:before { content: $ti-icon-brand-google-drive; }\n.#{$ti-prefix}-brand-google-filled:before { content: $ti-icon-brand-google-filled; }\n.#{$ti-prefix}-brand-google-fit:before { content: $ti-icon-brand-google-fit; }\n.#{$ti-prefix}-brand-google-home:before { content: $ti-icon-brand-google-home; }\n.#{$ti-prefix}-brand-google-maps:before { content: $ti-icon-brand-google-maps; }\n.#{$ti-prefix}-brand-google-one:before { content: $ti-icon-brand-google-one; }\n.#{$ti-prefix}-brand-google-photos:before { content: $ti-icon-brand-google-photos; }\n.#{$ti-prefix}-brand-google-play:before { content: $ti-icon-brand-google-play; }\n.#{$ti-prefix}-brand-google-podcasts:before { content: $ti-icon-brand-google-podcasts; }\n.#{$ti-prefix}-brand-grammarly:before { content: $ti-icon-brand-grammarly; }\n.#{$ti-prefix}-brand-graphql:before { content: $ti-icon-brand-graphql; }\n.#{$ti-prefix}-brand-gravatar:before { content: $ti-icon-brand-gravatar; }\n.#{$ti-prefix}-brand-grindr:before { content: $ti-icon-brand-grindr; }\n.#{$ti-prefix}-brand-guardian:before { content: $ti-icon-brand-guardian; }\n.#{$ti-prefix}-brand-gumroad:before { content: $ti-icon-brand-gumroad; }\n.#{$ti-prefix}-brand-hackerrank:before { content: $ti-icon-brand-hackerrank; }\n.#{$ti-prefix}-brand-hbo:before { content: $ti-icon-brand-hbo; }\n.#{$ti-prefix}-brand-headlessui:before { content: $ti-icon-brand-headlessui; }\n.#{$ti-prefix}-brand-hexo:before { content: $ti-icon-brand-hexo; }\n.#{$ti-prefix}-brand-hipchat:before { content: $ti-icon-brand-hipchat; }\n.#{$ti-prefix}-brand-html5:before { content: $ti-icon-brand-html5; }\n.#{$ti-prefix}-brand-inertia:before { content: $ti-icon-brand-inertia; }\n.#{$ti-prefix}-brand-instagram:before { content: $ti-icon-brand-instagram; }\n.#{$ti-prefix}-brand-intercom:before { content: $ti-icon-brand-intercom; }\n.#{$ti-prefix}-brand-itch:before { content: $ti-icon-brand-itch; }\n.#{$ti-prefix}-brand-javascript:before { content: $ti-icon-brand-javascript; }\n.#{$ti-prefix}-brand-juejin:before { content: $ti-icon-brand-juejin; }\n.#{$ti-prefix}-brand-kako-talk:before { content: $ti-icon-brand-kako-talk; }\n.#{$ti-prefix}-brand-kbin:before { content: $ti-icon-brand-kbin; }\n.#{$ti-prefix}-brand-kick:before { content: $ti-icon-brand-kick; }\n.#{$ti-prefix}-brand-kickstarter:before { content: $ti-icon-brand-kickstarter; }\n.#{$ti-prefix}-brand-kotlin:before { content: $ti-icon-brand-kotlin; }\n.#{$ti-prefix}-brand-laravel:before { content: $ti-icon-brand-laravel; }\n.#{$ti-prefix}-brand-lastfm:before { content: $ti-icon-brand-lastfm; }\n.#{$ti-prefix}-brand-leetcode:before { content: $ti-icon-brand-leetcode; }\n.#{$ti-prefix}-brand-letterboxd:before { content: $ti-icon-brand-letterboxd; }\n.#{$ti-prefix}-brand-line:before { content: $ti-icon-brand-line; }\n.#{$ti-prefix}-brand-linkedin:before { content: $ti-icon-brand-linkedin; }\n.#{$ti-prefix}-brand-linktree:before { content: $ti-icon-brand-linktree; }\n.#{$ti-prefix}-brand-linqpad:before { content: $ti-icon-brand-linqpad; }\n.#{$ti-prefix}-brand-livewire:before { content: $ti-icon-brand-livewire; }\n.#{$ti-prefix}-brand-loom:before { content: $ti-icon-brand-loom; }\n.#{$ti-prefix}-brand-mailgun:before { content: $ti-icon-brand-mailgun; }\n.#{$ti-prefix}-brand-mantine:before { content: $ti-icon-brand-mantine; }\n.#{$ti-prefix}-brand-mastercard:before { content: $ti-icon-brand-mastercard; }\n.#{$ti-prefix}-brand-mastodon:before { content: $ti-icon-brand-mastodon; }\n.#{$ti-prefix}-brand-matrix:before { content: $ti-icon-brand-matrix; }\n.#{$ti-prefix}-brand-mcdonalds:before { content: $ti-icon-brand-mcdonalds; }\n.#{$ti-prefix}-brand-medium:before { content: $ti-icon-brand-medium; }\n.#{$ti-prefix}-brand-meetup:before { content: $ti-icon-brand-meetup; }\n.#{$ti-prefix}-brand-mercedes:before { content: $ti-icon-brand-mercedes; }\n.#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; }\n.#{$ti-prefix}-brand-meta:before { content: $ti-icon-brand-meta; }\n.#{$ti-prefix}-brand-metabrainz:before { content: $ti-icon-brand-metabrainz; }\n.#{$ti-prefix}-brand-minecraft:before { content: $ti-icon-brand-minecraft; }\n.#{$ti-prefix}-brand-miniprogram:before { content: $ti-icon-brand-miniprogram; }\n.#{$ti-prefix}-brand-mixpanel:before { content: $ti-icon-brand-mixpanel; }\n.#{$ti-prefix}-brand-monday:before { content: $ti-icon-brand-monday; }\n.#{$ti-prefix}-brand-mongodb:before { content: $ti-icon-brand-mongodb; }\n.#{$ti-prefix}-brand-my-oppo:before { content: $ti-icon-brand-my-oppo; }\n.#{$ti-prefix}-brand-mysql:before { content: $ti-icon-brand-mysql; }\n.#{$ti-prefix}-brand-national-geographic:before { content: $ti-icon-brand-national-geographic; }\n.#{$ti-prefix}-brand-nem:before { content: $ti-icon-brand-nem; }\n.#{$ti-prefix}-brand-netbeans:before { content: $ti-icon-brand-netbeans; }\n.#{$ti-prefix}-brand-netease-music:before { content: $ti-icon-brand-netease-music; }\n.#{$ti-prefix}-brand-netflix:before { content: $ti-icon-brand-netflix; }\n.#{$ti-prefix}-brand-nexo:before { content: $ti-icon-brand-nexo; }\n.#{$ti-prefix}-brand-nextcloud:before { content: $ti-icon-brand-nextcloud; }\n.#{$ti-prefix}-brand-nextjs:before { content: $ti-icon-brand-nextjs; }\n.#{$ti-prefix}-brand-nodejs:before { content: $ti-icon-brand-nodejs; }\n.#{$ti-prefix}-brand-nord-vpn:before { content: $ti-icon-brand-nord-vpn; }\n.#{$ti-prefix}-brand-notion:before { content: $ti-icon-brand-notion; }\n.#{$ti-prefix}-brand-npm:before { content: $ti-icon-brand-npm; }\n.#{$ti-prefix}-brand-nuxt:before { content: $ti-icon-brand-nuxt; }\n.#{$ti-prefix}-brand-nytimes:before { content: $ti-icon-brand-nytimes; }\n.#{$ti-prefix}-brand-oauth:before { content: $ti-icon-brand-oauth; }\n.#{$ti-prefix}-brand-office:before { content: $ti-icon-brand-office; }\n.#{$ti-prefix}-brand-ok-ru:before { content: $ti-icon-brand-ok-ru; }\n.#{$ti-prefix}-brand-onedrive:before { content: $ti-icon-brand-onedrive; }\n.#{$ti-prefix}-brand-onlyfans:before { content: $ti-icon-brand-onlyfans; }\n.#{$ti-prefix}-brand-open-source:before { content: $ti-icon-brand-open-source; }\n.#{$ti-prefix}-brand-openai:before { content: $ti-icon-brand-openai; }\n.#{$ti-prefix}-brand-openvpn:before { content: $ti-icon-brand-openvpn; }\n.#{$ti-prefix}-brand-opera:before { content: $ti-icon-brand-opera; }\n.#{$ti-prefix}-brand-pagekit:before { content: $ti-icon-brand-pagekit; }\n.#{$ti-prefix}-brand-parsinta:before { content: $ti-icon-brand-parsinta; }\n.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; }\n.#{$ti-prefix}-brand-patreon-filled:before { content: $ti-icon-brand-patreon-filled; }\n.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; }\n.#{$ti-prefix}-brand-paypal-filled:before { content: $ti-icon-brand-paypal-filled; }\n.#{$ti-prefix}-brand-paypay:before { content: $ti-icon-brand-paypay; }\n.#{$ti-prefix}-brand-peanut:before { content: $ti-icon-brand-peanut; }\n.#{$ti-prefix}-brand-pepsi:before { content: $ti-icon-brand-pepsi; }\n.#{$ti-prefix}-brand-php:before { content: $ti-icon-brand-php; }\n.#{$ti-prefix}-brand-picsart:before { content: $ti-icon-brand-picsart; }\n.#{$ti-prefix}-brand-pinterest:before { content: $ti-icon-brand-pinterest; }\n.#{$ti-prefix}-brand-planetscale:before { content: $ti-icon-brand-planetscale; }\n.#{$ti-prefix}-brand-pnpm:before { content: $ti-icon-brand-pnpm; }\n.#{$ti-prefix}-brand-pocket:before { content: $ti-icon-brand-pocket; }\n.#{$ti-prefix}-brand-polymer:before { content: $ti-icon-brand-polymer; }\n.#{$ti-prefix}-brand-powershell:before { content: $ti-icon-brand-powershell; }\n.#{$ti-prefix}-brand-printables:before { content: $ti-icon-brand-printables; }\n.#{$ti-prefix}-brand-prisma:before { content: $ti-icon-brand-prisma; }\n.#{$ti-prefix}-brand-producthunt:before { content: $ti-icon-brand-producthunt; }\n.#{$ti-prefix}-brand-pushbullet:before { content: $ti-icon-brand-pushbullet; }\n.#{$ti-prefix}-brand-pushover:before { content: $ti-icon-brand-pushover; }\n.#{$ti-prefix}-brand-python:before { content: $ti-icon-brand-python; }\n.#{$ti-prefix}-brand-qq:before { content: $ti-icon-brand-qq; }\n.#{$ti-prefix}-brand-radix-ui:before { content: $ti-icon-brand-radix-ui; }\n.#{$ti-prefix}-brand-react:before { content: $ti-icon-brand-react; }\n.#{$ti-prefix}-brand-react-native:before { content: $ti-icon-brand-react-native; }\n.#{$ti-prefix}-brand-reason:before { content: $ti-icon-brand-reason; }\n.#{$ti-prefix}-brand-reddit:before { content: $ti-icon-brand-reddit; }\n.#{$ti-prefix}-brand-redhat:before { content: $ti-icon-brand-redhat; }\n.#{$ti-prefix}-brand-redux:before { content: $ti-icon-brand-redux; }\n.#{$ti-prefix}-brand-revolut:before { content: $ti-icon-brand-revolut; }\n.#{$ti-prefix}-brand-rumble:before { content: $ti-icon-brand-rumble; }\n.#{$ti-prefix}-brand-rust:before { content: $ti-icon-brand-rust; }\n.#{$ti-prefix}-brand-safari:before { content: $ti-icon-brand-safari; }\n.#{$ti-prefix}-brand-samsungpass:before { content: $ti-icon-brand-samsungpass; }\n.#{$ti-prefix}-brand-sass:before { content: $ti-icon-brand-sass; }\n.#{$ti-prefix}-brand-sentry:before { content: $ti-icon-brand-sentry; }\n.#{$ti-prefix}-brand-sharik:before { content: $ti-icon-brand-sharik; }\n.#{$ti-prefix}-brand-shazam:before { content: $ti-icon-brand-shazam; }\n.#{$ti-prefix}-brand-shopee:before { content: $ti-icon-brand-shopee; }\n.#{$ti-prefix}-brand-sketch:before { content: $ti-icon-brand-sketch; }\n.#{$ti-prefix}-brand-skype:before { content: $ti-icon-brand-skype; }\n.#{$ti-prefix}-brand-slack:before { content: $ti-icon-brand-slack; }\n.#{$ti-prefix}-brand-snapchat:before { content: $ti-icon-brand-snapchat; }\n.#{$ti-prefix}-brand-snapseed:before { content: $ti-icon-brand-snapseed; }\n.#{$ti-prefix}-brand-snowflake:before { content: $ti-icon-brand-snowflake; }\n.#{$ti-prefix}-brand-socket-io:before { content: $ti-icon-brand-socket-io; }\n.#{$ti-prefix}-brand-solidjs:before { content: $ti-icon-brand-solidjs; }\n.#{$ti-prefix}-brand-soundcloud:before { content: $ti-icon-brand-soundcloud; }\n.#{$ti-prefix}-brand-spacehey:before { content: $ti-icon-brand-spacehey; }\n.#{$ti-prefix}-brand-speedtest:before { content: $ti-icon-brand-speedtest; }\n.#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; }\n.#{$ti-prefix}-brand-spotify-filled:before { content: $ti-icon-brand-spotify-filled; }\n.#{$ti-prefix}-brand-stackoverflow:before { content: $ti-icon-brand-stackoverflow; }\n.#{$ti-prefix}-brand-stackshare:before { content: $ti-icon-brand-stackshare; }\n.#{$ti-prefix}-brand-steam:before { content: $ti-icon-brand-steam; }\n.#{$ti-prefix}-brand-stocktwits:before { content: $ti-icon-brand-stocktwits; }\n.#{$ti-prefix}-brand-storj:before { content: $ti-icon-brand-storj; }\n.#{$ti-prefix}-brand-storybook:before { content: $ti-icon-brand-storybook; }\n.#{$ti-prefix}-brand-storytel:before { content: $ti-icon-brand-storytel; }\n.#{$ti-prefix}-brand-strava:before { content: $ti-icon-brand-strava; }\n.#{$ti-prefix}-brand-stripe:before { content: $ti-icon-brand-stripe; }\n.#{$ti-prefix}-brand-sublime-text:before { content: $ti-icon-brand-sublime-text; }\n.#{$ti-prefix}-brand-sugarizer:before { content: $ti-icon-brand-sugarizer; }\n.#{$ti-prefix}-brand-supabase:before { content: $ti-icon-brand-supabase; }\n.#{$ti-prefix}-brand-superhuman:before { content: $ti-icon-brand-superhuman; }\n.#{$ti-prefix}-brand-supernova:before { content: $ti-icon-brand-supernova; }\n.#{$ti-prefix}-brand-surfshark:before { content: $ti-icon-brand-surfshark; }\n.#{$ti-prefix}-brand-svelte:before { content: $ti-icon-brand-svelte; }\n.#{$ti-prefix}-brand-swift:before { content: $ti-icon-brand-swift; }\n.#{$ti-prefix}-brand-symfony:before { content: $ti-icon-brand-symfony; }\n.#{$ti-prefix}-brand-tabler:before { content: $ti-icon-brand-tabler; }\n.#{$ti-prefix}-brand-tailwind:before { content: $ti-icon-brand-tailwind; }\n.#{$ti-prefix}-brand-taobao:before { content: $ti-icon-brand-taobao; }\n.#{$ti-prefix}-brand-teams:before { content: $ti-icon-brand-teams; }\n.#{$ti-prefix}-brand-ted:before { content: $ti-icon-brand-ted; }\n.#{$ti-prefix}-brand-telegram:before { content: $ti-icon-brand-telegram; }\n.#{$ti-prefix}-brand-terraform:before { content: $ti-icon-brand-terraform; }\n.#{$ti-prefix}-brand-tether:before { content: $ti-icon-brand-tether; }\n.#{$ti-prefix}-brand-thingiverse:before { content: $ti-icon-brand-thingiverse; }\n.#{$ti-prefix}-brand-threads:before { content: $ti-icon-brand-threads; }\n.#{$ti-prefix}-brand-threejs:before { content: $ti-icon-brand-threejs; }\n.#{$ti-prefix}-brand-tidal:before { content: $ti-icon-brand-tidal; }\n.#{$ti-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; }\n.#{$ti-prefix}-brand-tiktok-filled:before { content: $ti-icon-brand-tiktok-filled; }\n.#{$ti-prefix}-brand-tinder:before { content: $ti-icon-brand-tinder; }\n.#{$ti-prefix}-brand-topbuzz:before { content: $ti-icon-brand-topbuzz; }\n.#{$ti-prefix}-brand-torchain:before { content: $ti-icon-brand-torchain; }\n.#{$ti-prefix}-brand-toyota:before { content: $ti-icon-brand-toyota; }\n.#{$ti-prefix}-brand-trello:before { content: $ti-icon-brand-trello; }\n.#{$ti-prefix}-brand-tripadvisor:before { content: $ti-icon-brand-tripadvisor; }\n.#{$ti-prefix}-brand-tumblr:before { content: $ti-icon-brand-tumblr; }\n.#{$ti-prefix}-brand-twilio:before { content: $ti-icon-brand-twilio; }\n.#{$ti-prefix}-brand-twitch:before { content: $ti-icon-brand-twitch; }\n.#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; }\n.#{$ti-prefix}-brand-twitter-filled:before { content: $ti-icon-brand-twitter-filled; }\n.#{$ti-prefix}-brand-typescript:before { content: $ti-icon-brand-typescript; }\n.#{$ti-prefix}-brand-uber:before { content: $ti-icon-brand-uber; }\n.#{$ti-prefix}-brand-ubuntu:before { content: $ti-icon-brand-ubuntu; }\n.#{$ti-prefix}-brand-unity:before { content: $ti-icon-brand-unity; }\n.#{$ti-prefix}-brand-unsplash:before { content: $ti-icon-brand-unsplash; }\n.#{$ti-prefix}-brand-upwork:before { content: $ti-icon-brand-upwork; }\n.#{$ti-prefix}-brand-valorant:before { content: $ti-icon-brand-valorant; }\n.#{$ti-prefix}-brand-vercel:before { content: $ti-icon-brand-vercel; }\n.#{$ti-prefix}-brand-vimeo:before { content: $ti-icon-brand-vimeo; }\n.#{$ti-prefix}-brand-vinted:before { content: $ti-icon-brand-vinted; }\n.#{$ti-prefix}-brand-visa:before { content: $ti-icon-brand-visa; }\n.#{$ti-prefix}-brand-visual-studio:before { content: $ti-icon-brand-visual-studio; }\n.#{$ti-prefix}-brand-vite:before { content: $ti-icon-brand-vite; }\n.#{$ti-prefix}-brand-vivaldi:before { content: $ti-icon-brand-vivaldi; }\n.#{$ti-prefix}-brand-vk:before { content: $ti-icon-brand-vk; }\n.#{$ti-prefix}-brand-vlc:before { content: $ti-icon-brand-vlc; }\n.#{$ti-prefix}-brand-volkswagen:before { content: $ti-icon-brand-volkswagen; }\n.#{$ti-prefix}-brand-vsco:before { content: $ti-icon-brand-vsco; }\n.#{$ti-prefix}-brand-vscode:before { content: $ti-icon-brand-vscode; }\n.#{$ti-prefix}-brand-vue:before { content: $ti-icon-brand-vue; }\n.#{$ti-prefix}-brand-walmart:before { content: $ti-icon-brand-walmart; }\n.#{$ti-prefix}-brand-waze:before { content: $ti-icon-brand-waze; }\n.#{$ti-prefix}-brand-webflow:before { content: $ti-icon-brand-webflow; }\n.#{$ti-prefix}-brand-wechat:before { content: $ti-icon-brand-wechat; }\n.#{$ti-prefix}-brand-weibo:before { content: $ti-icon-brand-weibo; }\n.#{$ti-prefix}-brand-whatsapp:before { content: $ti-icon-brand-whatsapp; }\n.#{$ti-prefix}-brand-wikipedia:before { content: $ti-icon-brand-wikipedia; }\n.#{$ti-prefix}-brand-windows:before { content: $ti-icon-brand-windows; }\n.#{$ti-prefix}-brand-windy:before { content: $ti-icon-brand-windy; }\n.#{$ti-prefix}-brand-wish:before { content: $ti-icon-brand-wish; }\n.#{$ti-prefix}-brand-wix:before { content: $ti-icon-brand-wix; }\n.#{$ti-prefix}-brand-wordpress:before { content: $ti-icon-brand-wordpress; }\n.#{$ti-prefix}-brand-x:before { content: $ti-icon-brand-x; }\n.#{$ti-prefix}-brand-x-filled:before { content: $ti-icon-brand-x-filled; }\n.#{$ti-prefix}-brand-xamarin:before { content: $ti-icon-brand-xamarin; }\n.#{$ti-prefix}-brand-xbox:before { content: $ti-icon-brand-xbox; }\n.#{$ti-prefix}-brand-xdeep:before { content: $ti-icon-brand-xdeep; }\n.#{$ti-prefix}-brand-xing:before { content: $ti-icon-brand-xing; }\n.#{$ti-prefix}-brand-yahoo:before { content: $ti-icon-brand-yahoo; }\n.#{$ti-prefix}-brand-yandex:before { content: $ti-icon-brand-yandex; }\n.#{$ti-prefix}-brand-yarn:before { content: $ti-icon-brand-yarn; }\n.#{$ti-prefix}-brand-yatse:before { content: $ti-icon-brand-yatse; }\n.#{$ti-prefix}-brand-ycombinator:before { content: $ti-icon-brand-ycombinator; }\n.#{$ti-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; }\n.#{$ti-prefix}-brand-youtube-filled:before { content: $ti-icon-brand-youtube-filled; }\n.#{$ti-prefix}-brand-youtube-kids:before { content: $ti-icon-brand-youtube-kids; }\n.#{$ti-prefix}-brand-zalando:before { content: $ti-icon-brand-zalando; }\n.#{$ti-prefix}-brand-zapier:before { content: $ti-icon-brand-zapier; }\n.#{$ti-prefix}-brand-zeit:before { content: $ti-icon-brand-zeit; }\n.#{$ti-prefix}-brand-zhihu:before { content: $ti-icon-brand-zhihu; }\n.#{$ti-prefix}-brand-zoom:before { content: $ti-icon-brand-zoom; }\n.#{$ti-prefix}-brand-zulip:before { content: $ti-icon-brand-zulip; }\n.#{$ti-prefix}-brand-zwift:before { content: $ti-icon-brand-zwift; }\n.#{$ti-prefix}-bread:before { content: $ti-icon-bread; }\n.#{$ti-prefix}-bread-filled:before { content: $ti-icon-bread-filled; }\n.#{$ti-prefix}-bread-off:before { content: $ti-icon-bread-off; }\n.#{$ti-prefix}-briefcase:before { content: $ti-icon-briefcase; }\n.#{$ti-prefix}-briefcase-2:before { content: $ti-icon-briefcase-2; }\n.#{$ti-prefix}-briefcase-2-filled:before { content: $ti-icon-briefcase-2-filled; }\n.#{$ti-prefix}-briefcase-filled:before { content: $ti-icon-briefcase-filled; }\n.#{$ti-prefix}-briefcase-off:before { content: $ti-icon-briefcase-off; }\n.#{$ti-prefix}-brightness:before { content: $ti-icon-brightness; }\n.#{$ti-prefix}-brightness-2:before { content: $ti-icon-brightness-2; }\n.#{$ti-prefix}-brightness-auto:before { content: $ti-icon-brightness-auto; }\n.#{$ti-prefix}-brightness-auto-filled:before { content: $ti-icon-brightness-auto-filled; }\n.#{$ti-prefix}-brightness-down:before { content: $ti-icon-brightness-down; }\n.#{$ti-prefix}-brightness-down-filled:before { content: $ti-icon-brightness-down-filled; }\n.#{$ti-prefix}-brightness-filled:before { content: $ti-icon-brightness-filled; }\n.#{$ti-prefix}-brightness-half:before { content: $ti-icon-brightness-half; }\n.#{$ti-prefix}-brightness-off:before { content: $ti-icon-brightness-off; }\n.#{$ti-prefix}-brightness-up:before { content: $ti-icon-brightness-up; }\n.#{$ti-prefix}-brightness-up-filled:before { content: $ti-icon-brightness-up-filled; }\n.#{$ti-prefix}-broadcast:before { content: $ti-icon-broadcast; }\n.#{$ti-prefix}-broadcast-off:before { content: $ti-icon-broadcast-off; }\n.#{$ti-prefix}-browser:before { content: $ti-icon-browser; }\n.#{$ti-prefix}-browser-check:before { content: $ti-icon-browser-check; }\n.#{$ti-prefix}-browser-off:before { content: $ti-icon-browser-off; }\n.#{$ti-prefix}-browser-plus:before { content: $ti-icon-browser-plus; }\n.#{$ti-prefix}-browser-x:before { content: $ti-icon-browser-x; }\n.#{$ti-prefix}-brush:before { content: $ti-icon-brush; }\n.#{$ti-prefix}-brush-off:before { content: $ti-icon-brush-off; }\n.#{$ti-prefix}-bubble:before { content: $ti-icon-bubble; }\n.#{$ti-prefix}-bubble-filled:before { content: $ti-icon-bubble-filled; }\n.#{$ti-prefix}-bubble-minus:before { content: $ti-icon-bubble-minus; }\n.#{$ti-prefix}-bubble-plus:before { content: $ti-icon-bubble-plus; }\n.#{$ti-prefix}-bubble-tea:before { content: $ti-icon-bubble-tea; }\n.#{$ti-prefix}-bubble-tea-2:before { content: $ti-icon-bubble-tea-2; }\n.#{$ti-prefix}-bubble-text:before { content: $ti-icon-bubble-text; }\n.#{$ti-prefix}-bubble-x:before { content: $ti-icon-bubble-x; }\n.#{$ti-prefix}-bucket:before { content: $ti-icon-bucket; }\n.#{$ti-prefix}-bucket-droplet:before { content: $ti-icon-bucket-droplet; }\n.#{$ti-prefix}-bucket-off:before { content: $ti-icon-bucket-off; }\n.#{$ti-prefix}-bug:before { content: $ti-icon-bug; }\n.#{$ti-prefix}-bug-filled:before { content: $ti-icon-bug-filled; }\n.#{$ti-prefix}-bug-off:before { content: $ti-icon-bug-off; }\n.#{$ti-prefix}-building:before { content: $ti-icon-building; }\n.#{$ti-prefix}-building-airport:before { content: $ti-icon-building-airport; }\n.#{$ti-prefix}-building-arch:before { content: $ti-icon-building-arch; }\n.#{$ti-prefix}-building-bank:before { content: $ti-icon-building-bank; }\n.#{$ti-prefix}-building-bridge:before { content: $ti-icon-building-bridge; }\n.#{$ti-prefix}-building-bridge-2:before { content: $ti-icon-building-bridge-2; }\n.#{$ti-prefix}-building-broadcast-tower:before { content: $ti-icon-building-broadcast-tower; }\n.#{$ti-prefix}-building-broadcast-tower-filled:before { content: $ti-icon-building-broadcast-tower-filled; }\n.#{$ti-prefix}-building-burj-al-arab:before { content: $ti-icon-building-burj-al-arab; }\n.#{$ti-prefix}-building-carousel:before { content: $ti-icon-building-carousel; }\n.#{$ti-prefix}-building-castle:before { content: $ti-icon-building-castle; }\n.#{$ti-prefix}-building-church:before { content: $ti-icon-building-church; }\n.#{$ti-prefix}-building-circus:before { content: $ti-icon-building-circus; }\n.#{$ti-prefix}-building-cog:before { content: $ti-icon-building-cog; }\n.#{$ti-prefix}-building-community:before { content: $ti-icon-building-community; }\n.#{$ti-prefix}-building-cottage:before { content: $ti-icon-building-cottage; }\n.#{$ti-prefix}-building-estate:before { content: $ti-icon-building-estate; }\n.#{$ti-prefix}-building-factory:before { content: $ti-icon-building-factory; }\n.#{$ti-prefix}-building-factory-2:before { content: $ti-icon-building-factory-2; }\n.#{$ti-prefix}-building-fortress:before { content: $ti-icon-building-fortress; }\n.#{$ti-prefix}-building-hospital:before { content: $ti-icon-building-hospital; }\n.#{$ti-prefix}-building-lighthouse:before { content: $ti-icon-building-lighthouse; }\n.#{$ti-prefix}-building-minus:before { content: $ti-icon-building-minus; }\n.#{$ti-prefix}-building-monument:before { content: $ti-icon-building-monument; }\n.#{$ti-prefix}-building-mosque:before { content: $ti-icon-building-mosque; }\n.#{$ti-prefix}-building-off:before { content: $ti-icon-building-off; }\n.#{$ti-prefix}-building-pavilion:before { content: $ti-icon-building-pavilion; }\n.#{$ti-prefix}-building-plus:before { content: $ti-icon-building-plus; }\n.#{$ti-prefix}-building-skyscraper:before { content: $ti-icon-building-skyscraper; }\n.#{$ti-prefix}-building-stadium:before { content: $ti-icon-building-stadium; }\n.#{$ti-prefix}-building-store:before { content: $ti-icon-building-store; }\n.#{$ti-prefix}-building-tunnel:before { content: $ti-icon-building-tunnel; }\n.#{$ti-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; }\n.#{$ti-prefix}-building-wind-turbine:before { content: $ti-icon-building-wind-turbine; }\n.#{$ti-prefix}-buildings:before { content: $ti-icon-buildings; }\n.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; }\n.#{$ti-prefix}-bulb-filled:before { content: $ti-icon-bulb-filled; }\n.#{$ti-prefix}-bulb-off:before { content: $ti-icon-bulb-off; }\n.#{$ti-prefix}-bulldozer:before { content: $ti-icon-bulldozer; }\n.#{$ti-prefix}-burger:before { content: $ti-icon-burger; }\n.#{$ti-prefix}-bus:before { content: $ti-icon-bus; }\n.#{$ti-prefix}-bus-off:before { content: $ti-icon-bus-off; }\n.#{$ti-prefix}-bus-stop:before { content: $ti-icon-bus-stop; }\n.#{$ti-prefix}-businessplan:before { content: $ti-icon-businessplan; }\n.#{$ti-prefix}-butterfly:before { content: $ti-icon-butterfly; }\n.#{$ti-prefix}-butterfly-filled:before { content: $ti-icon-butterfly-filled; }\n.#{$ti-prefix}-cactus:before { content: $ti-icon-cactus; }\n.#{$ti-prefix}-cactus-filled:before { content: $ti-icon-cactus-filled; }\n.#{$ti-prefix}-cactus-off:before { content: $ti-icon-cactus-off; }\n.#{$ti-prefix}-cake:before { content: $ti-icon-cake; }\n.#{$ti-prefix}-cake-off:before { content: $ti-icon-cake-off; }\n.#{$ti-prefix}-calculator:before { content: $ti-icon-calculator; }\n.#{$ti-prefix}-calculator-filled:before { content: $ti-icon-calculator-filled; }\n.#{$ti-prefix}-calculator-off:before { content: $ti-icon-calculator-off; }\n.#{$ti-prefix}-calendar:before { content: $ti-icon-calendar; }\n.#{$ti-prefix}-calendar-bolt:before { content: $ti-icon-calendar-bolt; }\n.#{$ti-prefix}-calendar-cancel:before { content: $ti-icon-calendar-cancel; }\n.#{$ti-prefix}-calendar-check:before { content: $ti-icon-calendar-check; }\n.#{$ti-prefix}-calendar-clock:before { content: $ti-icon-calendar-clock; }\n.#{$ti-prefix}-calendar-code:before { content: $ti-icon-calendar-code; }\n.#{$ti-prefix}-calendar-cog:before { content: $ti-icon-calendar-cog; }\n.#{$ti-prefix}-calendar-dollar:before { content: $ti-icon-calendar-dollar; }\n.#{$ti-prefix}-calendar-dot:before { content: $ti-icon-calendar-dot; }\n.#{$ti-prefix}-calendar-down:before { content: $ti-icon-calendar-down; }\n.#{$ti-prefix}-calendar-due:before { content: $ti-icon-calendar-due; }\n.#{$ti-prefix}-calendar-event:before { content: $ti-icon-calendar-event; }\n.#{$ti-prefix}-calendar-exclamation:before { content: $ti-icon-calendar-exclamation; }\n.#{$ti-prefix}-calendar-filled:before { content: $ti-icon-calendar-filled; }\n.#{$ti-prefix}-calendar-heart:before { content: $ti-icon-calendar-heart; }\n.#{$ti-prefix}-calendar-minus:before { content: $ti-icon-calendar-minus; }\n.#{$ti-prefix}-calendar-month:before { content: $ti-icon-calendar-month; }\n.#{$ti-prefix}-calendar-off:before { content: $ti-icon-calendar-off; }\n.#{$ti-prefix}-calendar-pause:before { content: $ti-icon-calendar-pause; }\n.#{$ti-prefix}-calendar-pin:before { content: $ti-icon-calendar-pin; }\n.#{$ti-prefix}-calendar-plus:before { content: $ti-icon-calendar-plus; }\n.#{$ti-prefix}-calendar-question:before { content: $ti-icon-calendar-question; }\n.#{$ti-prefix}-calendar-repeat:before { content: $ti-icon-calendar-repeat; }\n.#{$ti-prefix}-calendar-sad:before { content: $ti-icon-calendar-sad; }\n.#{$ti-prefix}-calendar-search:before { content: $ti-icon-calendar-search; }\n.#{$ti-prefix}-calendar-share:before { content: $ti-icon-calendar-share; }\n.#{$ti-prefix}-calendar-smile:before { content: $ti-icon-calendar-smile; }\n.#{$ti-prefix}-calendar-star:before { content: $ti-icon-calendar-star; }\n.#{$ti-prefix}-calendar-stats:before { content: $ti-icon-calendar-stats; }\n.#{$ti-prefix}-calendar-time:before { content: $ti-icon-calendar-time; }\n.#{$ti-prefix}-calendar-up:before { content: $ti-icon-calendar-up; }\n.#{$ti-prefix}-calendar-user:before { content: $ti-icon-calendar-user; }\n.#{$ti-prefix}-calendar-week:before { content: $ti-icon-calendar-week; }\n.#{$ti-prefix}-calendar-x:before { content: $ti-icon-calendar-x; }\n.#{$ti-prefix}-camera:before { content: $ti-icon-camera; }\n.#{$ti-prefix}-camera-ai:before { content: $ti-icon-camera-ai; }\n.#{$ti-prefix}-camera-bitcoin:before { content: $ti-icon-camera-bitcoin; }\n.#{$ti-prefix}-camera-bolt:before { content: $ti-icon-camera-bolt; }\n.#{$ti-prefix}-camera-cancel:before { content: $ti-icon-camera-cancel; }\n.#{$ti-prefix}-camera-check:before { content: $ti-icon-camera-check; }\n.#{$ti-prefix}-camera-code:before { content: $ti-icon-camera-code; }\n.#{$ti-prefix}-camera-cog:before { content: $ti-icon-camera-cog; }\n.#{$ti-prefix}-camera-dollar:before { content: $ti-icon-camera-dollar; }\n.#{$ti-prefix}-camera-down:before { content: $ti-icon-camera-down; }\n.#{$ti-prefix}-camera-exclamation:before { content: $ti-icon-camera-exclamation; }\n.#{$ti-prefix}-camera-filled:before { content: $ti-icon-camera-filled; }\n.#{$ti-prefix}-camera-heart:before { content: $ti-icon-camera-heart; }\n.#{$ti-prefix}-camera-minus:before { content: $ti-icon-camera-minus; }\n.#{$ti-prefix}-camera-moon:before { content: $ti-icon-camera-moon; }\n.#{$ti-prefix}-camera-off:before { content: $ti-icon-camera-off; }\n.#{$ti-prefix}-camera-pause:before { content: $ti-icon-camera-pause; }\n.#{$ti-prefix}-camera-pin:before { content: $ti-icon-camera-pin; }\n.#{$ti-prefix}-camera-plus:before { content: $ti-icon-camera-plus; }\n.#{$ti-prefix}-camera-question:before { content: $ti-icon-camera-question; }\n.#{$ti-prefix}-camera-rotate:before { content: $ti-icon-camera-rotate; }\n.#{$ti-prefix}-camera-search:before { content: $ti-icon-camera-search; }\n.#{$ti-prefix}-camera-selfie:before { content: $ti-icon-camera-selfie; }\n.#{$ti-prefix}-camera-share:before { content: $ti-icon-camera-share; }\n.#{$ti-prefix}-camera-spark:before { content: $ti-icon-camera-spark; }\n.#{$ti-prefix}-camera-star:before { content: $ti-icon-camera-star; }\n.#{$ti-prefix}-camera-up:before { content: $ti-icon-camera-up; }\n.#{$ti-prefix}-camera-x:before { content: $ti-icon-camera-x; }\n.#{$ti-prefix}-camper:before { content: $ti-icon-camper; }\n.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; }\n.#{$ti-prefix}-campfire-filled:before { content: $ti-icon-campfire-filled; }\n.#{$ti-prefix}-cancel:before { content: $ti-icon-cancel; }\n.#{$ti-prefix}-candle:before { content: $ti-icon-candle; }\n.#{$ti-prefix}-candle-filled:before { content: $ti-icon-candle-filled; }\n.#{$ti-prefix}-candy:before { content: $ti-icon-candy; }\n.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; }\n.#{$ti-prefix}-cane:before { content: $ti-icon-cane; }\n.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }\n.#{$ti-prefix}-cannabis-filled:before { content: $ti-icon-cannabis-filled; }\n.#{$ti-prefix}-cap-projecting:before { content: $ti-icon-cap-projecting; }\n.#{$ti-prefix}-cap-rounded:before { content: $ti-icon-cap-rounded; }\n.#{$ti-prefix}-cap-straight:before { content: $ti-icon-cap-straight; }\n.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }\n.#{$ti-prefix}-capsule-filled:before { content: $ti-icon-capsule-filled; }\n.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }\n.#{$ti-prefix}-capsule-horizontal-filled:before { content: $ti-icon-capsule-horizontal-filled; }\n.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }\n.#{$ti-prefix}-capture-filled:before { content: $ti-icon-capture-filled; }\n.#{$ti-prefix}-capture-off:before { content: $ti-icon-capture-off; }\n.#{$ti-prefix}-car:before { content: $ti-icon-car; }\n.#{$ti-prefix}-car-4wd:before { content: $ti-icon-car-4wd; }\n.#{$ti-prefix}-car-4wd-filled:before { content: $ti-icon-car-4wd-filled; }\n.#{$ti-prefix}-car-crane:before { content: $ti-icon-car-crane; }\n.#{$ti-prefix}-car-crash:before { content: $ti-icon-car-crash; }\n.#{$ti-prefix}-car-fan:before { content: $ti-icon-car-fan; }\n.#{$ti-prefix}-car-fan-1:before { content: $ti-icon-car-fan-1; }\n.#{$ti-prefix}-car-fan-2:before { content: $ti-icon-car-fan-2; }\n.#{$ti-prefix}-car-fan-3:before { content: $ti-icon-car-fan-3; }\n.#{$ti-prefix}-car-fan-auto:before { content: $ti-icon-car-fan-auto; }\n.#{$ti-prefix}-car-fan-filled:before { content: $ti-icon-car-fan-filled; }\n.#{$ti-prefix}-car-filled:before { content: $ti-icon-car-filled; }\n.#{$ti-prefix}-car-garage:before { content: $ti-icon-car-garage; }\n.#{$ti-prefix}-car-off:before { content: $ti-icon-car-off; }\n.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; }\n.#{$ti-prefix}-car-suv-filled:before { content: $ti-icon-car-suv-filled; }\n.#{$ti-prefix}-car-turbine:before { content: $ti-icon-car-turbine; }\n.#{$ti-prefix}-carambola:before { content: $ti-icon-carambola; }\n.#{$ti-prefix}-carambola-filled:before { content: $ti-icon-carambola-filled; }\n.#{$ti-prefix}-caravan:before { content: $ti-icon-caravan; }\n.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; }\n.#{$ti-prefix}-cardboards-filled:before { content: $ti-icon-cardboards-filled; }\n.#{$ti-prefix}-cardboards-off:before { content: $ti-icon-cardboards-off; }\n.#{$ti-prefix}-cards:before { content: $ti-icon-cards; }\n.#{$ti-prefix}-cards-filled:before { content: $ti-icon-cards-filled; }\n.#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; }\n.#{$ti-prefix}-caret-down-filled:before { content: $ti-icon-caret-down-filled; }\n.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; }\n.#{$ti-prefix}-caret-left-filled:before { content: $ti-icon-caret-left-filled; }\n.#{$ti-prefix}-caret-left-right:before { content: $ti-icon-caret-left-right; }\n.#{$ti-prefix}-caret-left-right-filled:before { content: $ti-icon-caret-left-right-filled; }\n.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }\n.#{$ti-prefix}-caret-right-filled:before { content: $ti-icon-caret-right-filled; }\n.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }\n.#{$ti-prefix}-caret-up-down:before { content: $ti-icon-caret-up-down; }\n.#{$ti-prefix}-caret-up-down-filled:before { content: $ti-icon-caret-up-down-filled; }\n.#{$ti-prefix}-caret-up-filled:before { content: $ti-icon-caret-up-filled; }\n.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }\n.#{$ti-prefix}-carousel-horizontal-filled:before { content: $ti-icon-carousel-horizontal-filled; }\n.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; }\n.#{$ti-prefix}-carousel-vertical-filled:before { content: $ti-icon-carousel-vertical-filled; }\n.#{$ti-prefix}-carrot:before { content: $ti-icon-carrot; }\n.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; }\n.#{$ti-prefix}-cash:before { content: $ti-icon-cash; }\n.#{$ti-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; }\n.#{$ti-prefix}-cash-banknote-filled:before { content: $ti-icon-cash-banknote-filled; }\n.#{$ti-prefix}-cash-banknote-off:before { content: $ti-icon-cash-banknote-off; }\n.#{$ti-prefix}-cash-off:before { content: $ti-icon-cash-off; }\n.#{$ti-prefix}-cash-register:before { content: $ti-icon-cash-register; }\n.#{$ti-prefix}-cast:before { content: $ti-icon-cast; }\n.#{$ti-prefix}-cast-off:before { content: $ti-icon-cast-off; }\n.#{$ti-prefix}-cat:before { content: $ti-icon-cat; }\n.#{$ti-prefix}-category:before { content: $ti-icon-category; }\n.#{$ti-prefix}-category-2:before { content: $ti-icon-category-2; }\n.#{$ti-prefix}-category-filled:before { content: $ti-icon-category-filled; }\n.#{$ti-prefix}-category-minus:before { content: $ti-icon-category-minus; }\n.#{$ti-prefix}-category-plus:before { content: $ti-icon-category-plus; }\n.#{$ti-prefix}-ce:before { content: $ti-icon-ce; }\n.#{$ti-prefix}-ce-off:before { content: $ti-icon-ce-off; }\n.#{$ti-prefix}-cell:before { content: $ti-icon-cell; }\n.#{$ti-prefix}-cell-signal-1:before { content: $ti-icon-cell-signal-1; }\n.#{$ti-prefix}-cell-signal-2:before { content: $ti-icon-cell-signal-2; }\n.#{$ti-prefix}-cell-signal-3:before { content: $ti-icon-cell-signal-3; }\n.#{$ti-prefix}-cell-signal-4:before { content: $ti-icon-cell-signal-4; }\n.#{$ti-prefix}-cell-signal-5:before { content: $ti-icon-cell-signal-5; }\n.#{$ti-prefix}-cell-signal-off:before { content: $ti-icon-cell-signal-off; }\n.#{$ti-prefix}-certificate:before { content: $ti-icon-certificate; }\n.#{$ti-prefix}-certificate-2:before { content: $ti-icon-certificate-2; }\n.#{$ti-prefix}-certificate-2-off:before { content: $ti-icon-certificate-2-off; }\n.#{$ti-prefix}-certificate-off:before { content: $ti-icon-certificate-off; }\n.#{$ti-prefix}-chair-director:before { content: $ti-icon-chair-director; }\n.#{$ti-prefix}-chalkboard:before { content: $ti-icon-chalkboard; }\n.#{$ti-prefix}-chalkboard-off:before { content: $ti-icon-chalkboard-off; }\n.#{$ti-prefix}-charging-pile:before { content: $ti-icon-charging-pile; }\n.#{$ti-prefix}-charging-pile-filled:before { content: $ti-icon-charging-pile-filled; }\n.#{$ti-prefix}-chart-arcs:before { content: $ti-icon-chart-arcs; }\n.#{$ti-prefix}-chart-arcs-3:before { content: $ti-icon-chart-arcs-3; }\n.#{$ti-prefix}-chart-area:before { content: $ti-icon-chart-area; }\n.#{$ti-prefix}-chart-area-filled:before { content: $ti-icon-chart-area-filled; }\n.#{$ti-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; }\n.#{$ti-prefix}-chart-area-line-filled:before { content: $ti-icon-chart-area-line-filled; }\n.#{$ti-prefix}-chart-arrows:before { content: $ti-icon-chart-arrows; }\n.#{$ti-prefix}-chart-arrows-vertical:before { content: $ti-icon-chart-arrows-vertical; }\n.#{$ti-prefix}-chart-bar:before { content: $ti-icon-chart-bar; }\n.#{$ti-prefix}-chart-bar-off:before { content: $ti-icon-chart-bar-off; }\n.#{$ti-prefix}-chart-bar-popular:before { content: $ti-icon-chart-bar-popular; }\n.#{$ti-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; }\n.#{$ti-prefix}-chart-bubble-filled:before { content: $ti-icon-chart-bubble-filled; }\n.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; }\n.#{$ti-prefix}-chart-candle-filled:before { content: $ti-icon-chart-candle-filled; }\n.#{$ti-prefix}-chart-circles:before { content: $ti-icon-chart-circles; }\n.#{$ti-prefix}-chart-cohort:before { content: $ti-icon-chart-cohort; }\n.#{$ti-prefix}-chart-column:before { content: $ti-icon-chart-column; }\n.#{$ti-prefix}-chart-covariate:before { content: $ti-icon-chart-covariate; }\n.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; }\n.#{$ti-prefix}-chart-donut-2:before { content: $ti-icon-chart-donut-2; }\n.#{$ti-prefix}-chart-donut-3:before { content: $ti-icon-chart-donut-3; }\n.#{$ti-prefix}-chart-donut-4:before { content: $ti-icon-chart-donut-4; }\n.#{$ti-prefix}-chart-donut-filled:before { content: $ti-icon-chart-donut-filled; }\n.#{$ti-prefix}-chart-dots:before { content: $ti-icon-chart-dots; }\n.#{$ti-prefix}-chart-dots-2:before { content: $ti-icon-chart-dots-2; }\n.#{$ti-prefix}-chart-dots-3:before { content: $ti-icon-chart-dots-3; }\n.#{$ti-prefix}-chart-dots-filled:before { content: $ti-icon-chart-dots-filled; }\n.#{$ti-prefix}-chart-funnel:before { content: $ti-icon-chart-funnel; }\n.#{$ti-prefix}-chart-grid-dots:before { content: $ti-icon-chart-grid-dots; }\n.#{$ti-prefix}-chart-grid-dots-filled:before { content: $ti-icon-chart-grid-dots-filled; }\n.#{$ti-prefix}-chart-histogram:before { content: $ti-icon-chart-histogram; }\n.#{$ti-prefix}-chart-infographic:before { content: $ti-icon-chart-infographic; }\n.#{$ti-prefix}-chart-line:before { content: $ti-icon-chart-line; }\n.#{$ti-prefix}-chart-pie:before { content: $ti-icon-chart-pie; }\n.#{$ti-prefix}-chart-pie-2:before { content: $ti-icon-chart-pie-2; }\n.#{$ti-prefix}-chart-pie-3:before { content: $ti-icon-chart-pie-3; }\n.#{$ti-prefix}-chart-pie-4:before { content: $ti-icon-chart-pie-4; }\n.#{$ti-prefix}-chart-pie-filled:before { content: $ti-icon-chart-pie-filled; }\n.#{$ti-prefix}-chart-pie-off:before { content: $ti-icon-chart-pie-off; }\n.#{$ti-prefix}-chart-ppf:before { content: $ti-icon-chart-ppf; }\n.#{$ti-prefix}-chart-radar:before { content: $ti-icon-chart-radar; }\n.#{$ti-prefix}-chart-sankey:before { content: $ti-icon-chart-sankey; }\n.#{$ti-prefix}-chart-scatter:before { content: $ti-icon-chart-scatter; }\n.#{$ti-prefix}-chart-scatter-3d:before { content: $ti-icon-chart-scatter-3d; }\n.#{$ti-prefix}-chart-treemap:before { content: $ti-icon-chart-treemap; }\n.#{$ti-prefix}-check:before { content: $ti-icon-check; }\n.#{$ti-prefix}-checkbox:before { content: $ti-icon-checkbox; }\n.#{$ti-prefix}-checklist:before { content: $ti-icon-checklist; }\n.#{$ti-prefix}-checks:before { content: $ti-icon-checks; }\n.#{$ti-prefix}-checkup-list:before { content: $ti-icon-checkup-list; }\n.#{$ti-prefix}-cheese:before { content: $ti-icon-cheese; }\n.#{$ti-prefix}-chef-hat:before { content: $ti-icon-chef-hat; }\n.#{$ti-prefix}-chef-hat-off:before { content: $ti-icon-chef-hat-off; }\n.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }\n.#{$ti-prefix}-cherry-filled:before { content: $ti-icon-cherry-filled; }\n.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }\n.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; }\n.#{$ti-prefix}-chess-bishop-filled:before { content: $ti-icon-chess-bishop-filled; }\n.#{$ti-prefix}-chess-filled:before { content: $ti-icon-chess-filled; }\n.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }\n.#{$ti-prefix}-chess-king-filled:before { content: $ti-icon-chess-king-filled; }\n.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }\n.#{$ti-prefix}-chess-knight-filled:before { content: $ti-icon-chess-knight-filled; }\n.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }\n.#{$ti-prefix}-chess-queen-filled:before { content: $ti-icon-chess-queen-filled; }\n.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }\n.#{$ti-prefix}-chess-rook-filled:before { content: $ti-icon-chess-rook-filled; }\n.#{$ti-prefix}-chevron-compact-down:before { content: $ti-icon-chevron-compact-down; }\n.#{$ti-prefix}-chevron-compact-left:before { content: $ti-icon-chevron-compact-left; }\n.#{$ti-prefix}-chevron-compact-right:before { content: $ti-icon-chevron-compact-right; }\n.#{$ti-prefix}-chevron-compact-up:before { content: $ti-icon-chevron-compact-up; }\n.#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; }\n.#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; }\n.#{$ti-prefix}-chevron-down-right:before { content: $ti-icon-chevron-down-right; }\n.#{$ti-prefix}-chevron-left:before { content: $ti-icon-chevron-left; }\n.#{$ti-prefix}-chevron-left-pipe:before { content: $ti-icon-chevron-left-pipe; }\n.#{$ti-prefix}-chevron-right:before { content: $ti-icon-chevron-right; }\n.#{$ti-prefix}-chevron-right-pipe:before { content: $ti-icon-chevron-right-pipe; }\n.#{$ti-prefix}-chevron-up:before { content: $ti-icon-chevron-up; }\n.#{$ti-prefix}-chevron-up-left:before { content: $ti-icon-chevron-up-left; }\n.#{$ti-prefix}-chevron-up-right:before { content: $ti-icon-chevron-up-right; }\n.#{$ti-prefix}-chevrons-down:before { content: $ti-icon-chevrons-down; }\n.#{$ti-prefix}-chevrons-down-left:before { content: $ti-icon-chevrons-down-left; }\n.#{$ti-prefix}-chevrons-down-right:before { content: $ti-icon-chevrons-down-right; }\n.#{$ti-prefix}-chevrons-left:before { content: $ti-icon-chevrons-left; }\n.#{$ti-prefix}-chevrons-right:before { content: $ti-icon-chevrons-right; }\n.#{$ti-prefix}-chevrons-up:before { content: $ti-icon-chevrons-up; }\n.#{$ti-prefix}-chevrons-up-left:before { content: $ti-icon-chevrons-up-left; }\n.#{$ti-prefix}-chevrons-up-right:before { content: $ti-icon-chevrons-up-right; }\n.#{$ti-prefix}-chisel:before { content: $ti-icon-chisel; }\n.#{$ti-prefix}-christmas-ball:before { content: $ti-icon-christmas-ball; }\n.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }\n.#{$ti-prefix}-christmas-tree-filled:before { content: $ti-icon-christmas-tree-filled; }\n.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; }\n.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }\n.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }\n.#{$ti-prefix}-circle-arrow-down-filled:before { content: $ti-icon-circle-arrow-down-filled; }\n.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }\n.#{$ti-prefix}-circle-arrow-down-left-filled:before { content: $ti-icon-circle-arrow-down-left-filled; }\n.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; }\n.#{$ti-prefix}-circle-arrow-down-right-filled:before { content: $ti-icon-circle-arrow-down-right-filled; }\n.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; }\n.#{$ti-prefix}-circle-arrow-left-filled:before { content: $ti-icon-circle-arrow-left-filled; }\n.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; }\n.#{$ti-prefix}-circle-arrow-right-filled:before { content: $ti-icon-circle-arrow-right-filled; }\n.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; }\n.#{$ti-prefix}-circle-arrow-up-filled:before { content: $ti-icon-circle-arrow-up-filled; }\n.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; }\n.#{$ti-prefix}-circle-arrow-up-left-filled:before { content: $ti-icon-circle-arrow-up-left-filled; }\n.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; }\n.#{$ti-prefix}-circle-arrow-up-right-filled:before { content: $ti-icon-circle-arrow-up-right-filled; }\n.#{$ti-prefix}-circle-caret-down:before { content: $ti-icon-circle-caret-down; }\n.#{$ti-prefix}-circle-caret-left:before { content: $ti-icon-circle-caret-left; }\n.#{$ti-prefix}-circle-caret-right:before { content: $ti-icon-circle-caret-right; }\n.#{$ti-prefix}-circle-caret-up:before { content: $ti-icon-circle-caret-up; }\n.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; }\n.#{$ti-prefix}-circle-check-filled:before { content: $ti-icon-circle-check-filled; }\n.#{$ti-prefix}-circle-chevron-down:before { content: $ti-icon-circle-chevron-down; }\n.#{$ti-prefix}-circle-chevron-left:before { content: $ti-icon-circle-chevron-left; }\n.#{$ti-prefix}-circle-chevron-right:before { content: $ti-icon-circle-chevron-right; }\n.#{$ti-prefix}-circle-chevron-up:before { content: $ti-icon-circle-chevron-up; }\n.#{$ti-prefix}-circle-chevrons-down:before { content: $ti-icon-circle-chevrons-down; }\n.#{$ti-prefix}-circle-chevrons-left:before { content: $ti-icon-circle-chevrons-left; }\n.#{$ti-prefix}-circle-chevrons-right:before { content: $ti-icon-circle-chevrons-right; }\n.#{$ti-prefix}-circle-chevrons-up:before { content: $ti-icon-circle-chevrons-up; }\n.#{$ti-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; }\n.#{$ti-prefix}-circle-dashed-check:before { content: $ti-icon-circle-dashed-check; }\n.#{$ti-prefix}-circle-dashed-letter-a:before { content: $ti-icon-circle-dashed-letter-a; }\n.#{$ti-prefix}-circle-dashed-letter-b:before { content: $ti-icon-circle-dashed-letter-b; }\n.#{$ti-prefix}-circle-dashed-letter-c:before { content: $ti-icon-circle-dashed-letter-c; }\n.#{$ti-prefix}-circle-dashed-letter-d:before { content: $ti-icon-circle-dashed-letter-d; }\n.#{$ti-prefix}-circle-dashed-letter-e:before { content: $ti-icon-circle-dashed-letter-e; }\n.#{$ti-prefix}-circle-dashed-letter-f:before { content: $ti-icon-circle-dashed-letter-f; }\n.#{$ti-prefix}-circle-dashed-letter-g:before { content: $ti-icon-circle-dashed-letter-g; }\n.#{$ti-prefix}-circle-dashed-letter-h:before { content: $ti-icon-circle-dashed-letter-h; }\n.#{$ti-prefix}-circle-dashed-letter-i:before { content: $ti-icon-circle-dashed-letter-i; }\n.#{$ti-prefix}-circle-dashed-letter-j:before { content: $ti-icon-circle-dashed-letter-j; }\n.#{$ti-prefix}-circle-dashed-letter-k:before { content: $ti-icon-circle-dashed-letter-k; }\n.#{$ti-prefix}-circle-dashed-letter-l:before { content: $ti-icon-circle-dashed-letter-l; }\n.#{$ti-prefix}-circle-dashed-letter-letter-v:before { content: $ti-icon-circle-dashed-letter-letter-v; }\n.#{$ti-prefix}-circle-dashed-letter-m:before { content: $ti-icon-circle-dashed-letter-m; }\n.#{$ti-prefix}-circle-dashed-letter-n:before { content: $ti-icon-circle-dashed-letter-n; }\n.#{$ti-prefix}-circle-dashed-letter-o:before { content: $ti-icon-circle-dashed-letter-o; }\n.#{$ti-prefix}-circle-dashed-letter-p:before { content: $ti-icon-circle-dashed-letter-p; }\n.#{$ti-prefix}-circle-dashed-letter-q:before { content: $ti-icon-circle-dashed-letter-q; }\n.#{$ti-prefix}-circle-dashed-letter-r:before { content: $ti-icon-circle-dashed-letter-r; }\n.#{$ti-prefix}-circle-dashed-letter-s:before { content: $ti-icon-circle-dashed-letter-s; }\n.#{$ti-prefix}-circle-dashed-letter-t:before { content: $ti-icon-circle-dashed-letter-t; }\n.#{$ti-prefix}-circle-dashed-letter-u:before { content: $ti-icon-circle-dashed-letter-u; }\n.#{$ti-prefix}-circle-dashed-letter-v:before { content: $ti-icon-circle-dashed-letter-v; }\n.#{$ti-prefix}-circle-dashed-letter-w:before { content: $ti-icon-circle-dashed-letter-w; }\n.#{$ti-prefix}-circle-dashed-letter-x:before { content: $ti-icon-circle-dashed-letter-x; }\n.#{$ti-prefix}-circle-dashed-letter-y:before { content: $ti-icon-circle-dashed-letter-y; }\n.#{$ti-prefix}-circle-dashed-letter-z:before { content: $ti-icon-circle-dashed-letter-z; }\n.#{$ti-prefix}-circle-dashed-minus:before { content: $ti-icon-circle-dashed-minus; }\n.#{$ti-prefix}-circle-dashed-number-0:before { content: $ti-icon-circle-dashed-number-0; }\n.#{$ti-prefix}-circle-dashed-number-1:before { content: $ti-icon-circle-dashed-number-1; }\n.#{$ti-prefix}-circle-dashed-number-2:before { content: $ti-icon-circle-dashed-number-2; }\n.#{$ti-prefix}-circle-dashed-number-3:before { content: $ti-icon-circle-dashed-number-3; }\n.#{$ti-prefix}-circle-dashed-number-4:before { content: $ti-icon-circle-dashed-number-4; }\n.#{$ti-prefix}-circle-dashed-number-5:before { content: $ti-icon-circle-dashed-number-5; }\n.#{$ti-prefix}-circle-dashed-number-6:before { content: $ti-icon-circle-dashed-number-6; }\n.#{$ti-prefix}-circle-dashed-number-7:before { content: $ti-icon-circle-dashed-number-7; }\n.#{$ti-prefix}-circle-dashed-number-8:before { content: $ti-icon-circle-dashed-number-8; }\n.#{$ti-prefix}-circle-dashed-number-9:before { content: $ti-icon-circle-dashed-number-9; }\n.#{$ti-prefix}-circle-dashed-percentage:before { content: $ti-icon-circle-dashed-percentage; }\n.#{$ti-prefix}-circle-dashed-plus:before { content: $ti-icon-circle-dashed-plus; }\n.#{$ti-prefix}-circle-dashed-x:before { content: $ti-icon-circle-dashed-x; }\n.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }\n.#{$ti-prefix}-circle-dot-filled:before { content: $ti-icon-circle-dot-filled; }\n.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; }\n.#{$ti-prefix}-circle-dotted-letter-a:before { content: $ti-icon-circle-dotted-letter-a; }\n.#{$ti-prefix}-circle-dotted-letter-b:before { content: $ti-icon-circle-dotted-letter-b; }\n.#{$ti-prefix}-circle-dotted-letter-c:before { content: $ti-icon-circle-dotted-letter-c; }\n.#{$ti-prefix}-circle-dotted-letter-d:before { content: $ti-icon-circle-dotted-letter-d; }\n.#{$ti-prefix}-circle-dotted-letter-e:before { content: $ti-icon-circle-dotted-letter-e; }\n.#{$ti-prefix}-circle-dotted-letter-f:before { content: $ti-icon-circle-dotted-letter-f; }\n.#{$ti-prefix}-circle-dotted-letter-g:before { content: $ti-icon-circle-dotted-letter-g; }\n.#{$ti-prefix}-circle-dotted-letter-h:before { content: $ti-icon-circle-dotted-letter-h; }\n.#{$ti-prefix}-circle-dotted-letter-i:before { content: $ti-icon-circle-dotted-letter-i; }\n.#{$ti-prefix}-circle-dotted-letter-j:before { content: $ti-icon-circle-dotted-letter-j; }\n.#{$ti-prefix}-circle-dotted-letter-k:before { content: $ti-icon-circle-dotted-letter-k; }\n.#{$ti-prefix}-circle-dotted-letter-l:before { content: $ti-icon-circle-dotted-letter-l; }\n.#{$ti-prefix}-circle-dotted-letter-m:before { content: $ti-icon-circle-dotted-letter-m; }\n.#{$ti-prefix}-circle-dotted-letter-n:before { content: $ti-icon-circle-dotted-letter-n; }\n.#{$ti-prefix}-circle-dotted-letter-o:before { content: $ti-icon-circle-dotted-letter-o; }\n.#{$ti-prefix}-circle-dotted-letter-p:before { content: $ti-icon-circle-dotted-letter-p; }\n.#{$ti-prefix}-circle-dotted-letter-q:before { content: $ti-icon-circle-dotted-letter-q; }\n.#{$ti-prefix}-circle-dotted-letter-r:before { content: $ti-icon-circle-dotted-letter-r; }\n.#{$ti-prefix}-circle-dotted-letter-s:before { content: $ti-icon-circle-dotted-letter-s; }\n.#{$ti-prefix}-circle-dotted-letter-t:before { content: $ti-icon-circle-dotted-letter-t; }\n.#{$ti-prefix}-circle-dotted-letter-u:before { content: $ti-icon-circle-dotted-letter-u; }\n.#{$ti-prefix}-circle-dotted-letter-v:before { content: $ti-icon-circle-dotted-letter-v; }\n.#{$ti-prefix}-circle-dotted-letter-w:before { content: $ti-icon-circle-dotted-letter-w; }\n.#{$ti-prefix}-circle-dotted-letter-x:before { content: $ti-icon-circle-dotted-letter-x; }\n.#{$ti-prefix}-circle-dotted-letter-y:before { content: $ti-icon-circle-dotted-letter-y; }\n.#{$ti-prefix}-circle-dotted-letter-z:before { content: $ti-icon-circle-dotted-letter-z; }\n.#{$ti-prefix}-circle-filled:before { content: $ti-icon-circle-filled; }\n.#{$ti-prefix}-circle-half:before { content: $ti-icon-circle-half; }\n.#{$ti-prefix}-circle-half-2:before { content: $ti-icon-circle-half-2; }\n.#{$ti-prefix}-circle-half-vertical:before { content: $ti-icon-circle-half-vertical; }\n.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }\n.#{$ti-prefix}-circle-key-filled:before { content: $ti-icon-circle-key-filled; }\n.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }\n.#{$ti-prefix}-circle-letter-a-filled:before { content: $ti-icon-circle-letter-a-filled; }\n.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }\n.#{$ti-prefix}-circle-letter-b-filled:before { content: $ti-icon-circle-letter-b-filled; }\n.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }\n.#{$ti-prefix}-circle-letter-c-filled:before { content: $ti-icon-circle-letter-c-filled; }\n.#{$ti-prefix}-circle-letter-d:before { content: $ti-icon-circle-letter-d; }\n.#{$ti-prefix}-circle-letter-d-filled:before { content: $ti-icon-circle-letter-d-filled; }\n.#{$ti-prefix}-circle-letter-e:before { content: $ti-icon-circle-letter-e; }\n.#{$ti-prefix}-circle-letter-e-filled:before { content: $ti-icon-circle-letter-e-filled; }\n.#{$ti-prefix}-circle-letter-f:before { content: $ti-icon-circle-letter-f; }\n.#{$ti-prefix}-circle-letter-f-filled:before { content: $ti-icon-circle-letter-f-filled; }\n.#{$ti-prefix}-circle-letter-g:before { content: $ti-icon-circle-letter-g; }\n.#{$ti-prefix}-circle-letter-g-filled:before { content: $ti-icon-circle-letter-g-filled; }\n.#{$ti-prefix}-circle-letter-h:before { content: $ti-icon-circle-letter-h; }\n.#{$ti-prefix}-circle-letter-h-filled:before { content: $ti-icon-circle-letter-h-filled; }\n.#{$ti-prefix}-circle-letter-i:before { content: $ti-icon-circle-letter-i; }\n.#{$ti-prefix}-circle-letter-i-filled:before { content: $ti-icon-circle-letter-i-filled; }\n.#{$ti-prefix}-circle-letter-j:before { content: $ti-icon-circle-letter-j; }\n.#{$ti-prefix}-circle-letter-j-filled:before { content: $ti-icon-circle-letter-j-filled; }\n.#{$ti-prefix}-circle-letter-k:before { content: $ti-icon-circle-letter-k; }\n.#{$ti-prefix}-circle-letter-k-filled:before { content: $ti-icon-circle-letter-k-filled; }\n.#{$ti-prefix}-circle-letter-l:before { content: $ti-icon-circle-letter-l; }\n.#{$ti-prefix}-circle-letter-l-filled:before { content: $ti-icon-circle-letter-l-filled; }\n.#{$ti-prefix}-circle-letter-m:before { content: $ti-icon-circle-letter-m; }\n.#{$ti-prefix}-circle-letter-m-filled:before { content: $ti-icon-circle-letter-m-filled; }\n.#{$ti-prefix}-circle-letter-n:before { content: $ti-icon-circle-letter-n; }\n.#{$ti-prefix}-circle-letter-n-filled:before { content: $ti-icon-circle-letter-n-filled; }\n.#{$ti-prefix}-circle-letter-o:before { content: $ti-icon-circle-letter-o; }\n.#{$ti-prefix}-circle-letter-o-filled:before { content: $ti-icon-circle-letter-o-filled; }\n.#{$ti-prefix}-circle-letter-p:before { content: $ti-icon-circle-letter-p; }\n.#{$ti-prefix}-circle-letter-p-filled:before { content: $ti-icon-circle-letter-p-filled; }\n.#{$ti-prefix}-circle-letter-q:before { content: $ti-icon-circle-letter-q; }\n.#{$ti-prefix}-circle-letter-q-filled:before { content: $ti-icon-circle-letter-q-filled; }\n.#{$ti-prefix}-circle-letter-r:before { content: $ti-icon-circle-letter-r; }\n.#{$ti-prefix}-circle-letter-r-filled:before { content: $ti-icon-circle-letter-r-filled; }\n.#{$ti-prefix}-circle-letter-s:before { content: $ti-icon-circle-letter-s; }\n.#{$ti-prefix}-circle-letter-s-filled:before { content: $ti-icon-circle-letter-s-filled; }\n.#{$ti-prefix}-circle-letter-t:before { content: $ti-icon-circle-letter-t; }\n.#{$ti-prefix}-circle-letter-t-filled:before { content: $ti-icon-circle-letter-t-filled; }\n.#{$ti-prefix}-circle-letter-u:before { content: $ti-icon-circle-letter-u; }\n.#{$ti-prefix}-circle-letter-u-filled:before { content: $ti-icon-circle-letter-u-filled; }\n.#{$ti-prefix}-circle-letter-v:before { content: $ti-icon-circle-letter-v; }\n.#{$ti-prefix}-circle-letter-v-filled:before { content: $ti-icon-circle-letter-v-filled; }\n.#{$ti-prefix}-circle-letter-w:before { content: $ti-icon-circle-letter-w; }\n.#{$ti-prefix}-circle-letter-w-filled:before { content: $ti-icon-circle-letter-w-filled; }\n.#{$ti-prefix}-circle-letter-x:before { content: $ti-icon-circle-letter-x; }\n.#{$ti-prefix}-circle-letter-x-filled:before { content: $ti-icon-circle-letter-x-filled; }\n.#{$ti-prefix}-circle-letter-y:before { content: $ti-icon-circle-letter-y; }\n.#{$ti-prefix}-circle-letter-y-filled:before { content: $ti-icon-circle-letter-y-filled; }\n.#{$ti-prefix}-circle-letter-z:before { content: $ti-icon-circle-letter-z; }\n.#{$ti-prefix}-circle-letter-z-filled:before { content: $ti-icon-circle-letter-z-filled; }\n.#{$ti-prefix}-circle-minus:before { content: $ti-icon-circle-minus; }\n.#{$ti-prefix}-circle-minus-2:before { content: $ti-icon-circle-minus-2; }\n.#{$ti-prefix}-circle-number-0:before { content: $ti-icon-circle-number-0; }\n.#{$ti-prefix}-circle-number-0-filled:before { content: $ti-icon-circle-number-0-filled; }\n.#{$ti-prefix}-circle-number-1:before { content: $ti-icon-circle-number-1; }\n.#{$ti-prefix}-circle-number-1-filled:before { content: $ti-icon-circle-number-1-filled; }\n.#{$ti-prefix}-circle-number-2:before { content: $ti-icon-circle-number-2; }\n.#{$ti-prefix}-circle-number-2-filled:before { content: $ti-icon-circle-number-2-filled; }\n.#{$ti-prefix}-circle-number-3:before { content: $ti-icon-circle-number-3; }\n.#{$ti-prefix}-circle-number-3-filled:before { content: $ti-icon-circle-number-3-filled; }\n.#{$ti-prefix}-circle-number-4:before { content: $ti-icon-circle-number-4; }\n.#{$ti-prefix}-circle-number-4-filled:before { content: $ti-icon-circle-number-4-filled; }\n.#{$ti-prefix}-circle-number-5:before { content: $ti-icon-circle-number-5; }\n.#{$ti-prefix}-circle-number-5-filled:before { content: $ti-icon-circle-number-5-filled; }\n.#{$ti-prefix}-circle-number-6:before { content: $ti-icon-circle-number-6; }\n.#{$ti-prefix}-circle-number-6-filled:before { content: $ti-icon-circle-number-6-filled; }\n.#{$ti-prefix}-circle-number-7:before { content: $ti-icon-circle-number-7; }\n.#{$ti-prefix}-circle-number-7-filled:before { content: $ti-icon-circle-number-7-filled; }\n.#{$ti-prefix}-circle-number-8:before { content: $ti-icon-circle-number-8; }\n.#{$ti-prefix}-circle-number-8-filled:before { content: $ti-icon-circle-number-8-filled; }\n.#{$ti-prefix}-circle-number-9:before { content: $ti-icon-circle-number-9; }\n.#{$ti-prefix}-circle-number-9-filled:before { content: $ti-icon-circle-number-9-filled; }\n.#{$ti-prefix}-circle-off:before { content: $ti-icon-circle-off; }\n.#{$ti-prefix}-circle-percentage:before { content: $ti-icon-circle-percentage; }\n.#{$ti-prefix}-circle-percentage-filled:before { content: $ti-icon-circle-percentage-filled; }\n.#{$ti-prefix}-circle-plus:before { content: $ti-icon-circle-plus; }\n.#{$ti-prefix}-circle-plus-2:before { content: $ti-icon-circle-plus-2; }\n.#{$ti-prefix}-circle-plus-filled:before { content: $ti-icon-circle-plus-filled; }\n.#{$ti-prefix}-circle-rectangle:before { content: $ti-icon-circle-rectangle; }\n.#{$ti-prefix}-circle-rectangle-filled:before { content: $ti-icon-circle-rectangle-filled; }\n.#{$ti-prefix}-circle-rectangle-off:before { content: $ti-icon-circle-rectangle-off; }\n.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; }\n.#{$ti-prefix}-circle-triangle:before { content: $ti-icon-circle-triangle; }\n.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }\n.#{$ti-prefix}-circle-x-filled:before { content: $ti-icon-circle-x-filled; }\n.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }\n.#{$ti-prefix}-circles-filled:before { content: $ti-icon-circles-filled; }\n.#{$ti-prefix}-circles-relation:before { content: $ti-icon-circles-relation; }\n.#{$ti-prefix}-circuit-ammeter:before { content: $ti-icon-circuit-ammeter; }\n.#{$ti-prefix}-circuit-battery:before { content: $ti-icon-circuit-battery; }\n.#{$ti-prefix}-circuit-bulb:before { content: $ti-icon-circuit-bulb; }\n.#{$ti-prefix}-circuit-capacitor:before { content: $ti-icon-circuit-capacitor; }\n.#{$ti-prefix}-circuit-capacitor-polarized:before { content: $ti-icon-circuit-capacitor-polarized; }\n.#{$ti-prefix}-circuit-cell:before { content: $ti-icon-circuit-cell; }\n.#{$ti-prefix}-circuit-cell-plus:before { content: $ti-icon-circuit-cell-plus; }\n.#{$ti-prefix}-circuit-changeover:before { content: $ti-icon-circuit-changeover; }\n.#{$ti-prefix}-circuit-diode:before { content: $ti-icon-circuit-diode; }\n.#{$ti-prefix}-circuit-diode-zener:before { content: $ti-icon-circuit-diode-zener; }\n.#{$ti-prefix}-circuit-ground:before { content: $ti-icon-circuit-ground; }\n.#{$ti-prefix}-circuit-ground-digital:before { content: $ti-icon-circuit-ground-digital; }\n.#{$ti-prefix}-circuit-inductor:before { content: $ti-icon-circuit-inductor; }\n.#{$ti-prefix}-circuit-motor:before { content: $ti-icon-circuit-motor; }\n.#{$ti-prefix}-circuit-pushbutton:before { content: $ti-icon-circuit-pushbutton; }\n.#{$ti-prefix}-circuit-resistor:before { content: $ti-icon-circuit-resistor; }\n.#{$ti-prefix}-circuit-switch-closed:before { content: $ti-icon-circuit-switch-closed; }\n.#{$ti-prefix}-circuit-switch-open:before { content: $ti-icon-circuit-switch-open; }\n.#{$ti-prefix}-circuit-voltmeter:before { content: $ti-icon-circuit-voltmeter; }\n.#{$ti-prefix}-clear-all:before { content: $ti-icon-clear-all; }\n.#{$ti-prefix}-clear-formatting:before { content: $ti-icon-clear-formatting; }\n.#{$ti-prefix}-click:before { content: $ti-icon-click; }\n.#{$ti-prefix}-cliff-jumping:before { content: $ti-icon-cliff-jumping; }\n.#{$ti-prefix}-clipboard:before { content: $ti-icon-clipboard; }\n.#{$ti-prefix}-clipboard-check:before { content: $ti-icon-clipboard-check; }\n.#{$ti-prefix}-clipboard-copy:before { content: $ti-icon-clipboard-copy; }\n.#{$ti-prefix}-clipboard-data:before { content: $ti-icon-clipboard-data; }\n.#{$ti-prefix}-clipboard-heart:before { content: $ti-icon-clipboard-heart; }\n.#{$ti-prefix}-clipboard-list:before { content: $ti-icon-clipboard-list; }\n.#{$ti-prefix}-clipboard-off:before { content: $ti-icon-clipboard-off; }\n.#{$ti-prefix}-clipboard-plus:before { content: $ti-icon-clipboard-plus; }\n.#{$ti-prefix}-clipboard-smile:before { content: $ti-icon-clipboard-smile; }\n.#{$ti-prefix}-clipboard-text:before { content: $ti-icon-clipboard-text; }\n.#{$ti-prefix}-clipboard-typography:before { content: $ti-icon-clipboard-typography; }\n.#{$ti-prefix}-clipboard-x:before { content: $ti-icon-clipboard-x; }\n.#{$ti-prefix}-clock:before { content: $ti-icon-clock; }\n.#{$ti-prefix}-clock-12:before { content: $ti-icon-clock-12; }\n.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; }\n.#{$ti-prefix}-clock-24:before { content: $ti-icon-clock-24; }\n.#{$ti-prefix}-clock-bitcoin:before { content: $ti-icon-clock-bitcoin; }\n.#{$ti-prefix}-clock-bolt:before { content: $ti-icon-clock-bolt; }\n.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; }\n.#{$ti-prefix}-clock-check:before { content: $ti-icon-clock-check; }\n.#{$ti-prefix}-clock-code:before { content: $ti-icon-clock-code; }\n.#{$ti-prefix}-clock-cog:before { content: $ti-icon-clock-cog; }\n.#{$ti-prefix}-clock-dollar:before { content: $ti-icon-clock-dollar; }\n.#{$ti-prefix}-clock-down:before { content: $ti-icon-clock-down; }\n.#{$ti-prefix}-clock-edit:before { content: $ti-icon-clock-edit; }\n.#{$ti-prefix}-clock-exclamation:before { content: $ti-icon-clock-exclamation; }\n.#{$ti-prefix}-clock-filled:before { content: $ti-icon-clock-filled; }\n.#{$ti-prefix}-clock-heart:before { content: $ti-icon-clock-heart; }\n.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }\n.#{$ti-prefix}-clock-hour-1-filled:before { content: $ti-icon-clock-hour-1-filled; }\n.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }\n.#{$ti-prefix}-clock-hour-10-filled:before { content: $ti-icon-clock-hour-10-filled; }\n.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }\n.#{$ti-prefix}-clock-hour-11-filled:before { content: $ti-icon-clock-hour-11-filled; }\n.#{$ti-prefix}-clock-hour-12:before { content: $ti-icon-clock-hour-12; }\n.#{$ti-prefix}-clock-hour-12-filled:before { content: $ti-icon-clock-hour-12-filled; }\n.#{$ti-prefix}-clock-hour-2:before { content: $ti-icon-clock-hour-2; }\n.#{$ti-prefix}-clock-hour-2-filled:before { content: $ti-icon-clock-hour-2-filled; }\n.#{$ti-prefix}-clock-hour-3:before { content: $ti-icon-clock-hour-3; }\n.#{$ti-prefix}-clock-hour-3-filled:before { content: $ti-icon-clock-hour-3-filled; }\n.#{$ti-prefix}-clock-hour-4:before { content: $ti-icon-clock-hour-4; }\n.#{$ti-prefix}-clock-hour-4-filled:before { content: $ti-icon-clock-hour-4-filled; }\n.#{$ti-prefix}-clock-hour-5:before { content: $ti-icon-clock-hour-5; }\n.#{$ti-prefix}-clock-hour-5-filled:before { content: $ti-icon-clock-hour-5-filled; }\n.#{$ti-prefix}-clock-hour-6:before { content: $ti-icon-clock-hour-6; }\n.#{$ti-prefix}-clock-hour-6-filled:before { content: $ti-icon-clock-hour-6-filled; }\n.#{$ti-prefix}-clock-hour-7:before { content: $ti-icon-clock-hour-7; }\n.#{$ti-prefix}-clock-hour-7-filled:before { content: $ti-icon-clock-hour-7-filled; }\n.#{$ti-prefix}-clock-hour-8:before { content: $ti-icon-clock-hour-8; }\n.#{$ti-prefix}-clock-hour-8-filled:before { content: $ti-icon-clock-hour-8-filled; }\n.#{$ti-prefix}-clock-hour-9:before { content: $ti-icon-clock-hour-9; }\n.#{$ti-prefix}-clock-hour-9-filled:before { content: $ti-icon-clock-hour-9-filled; }\n.#{$ti-prefix}-clock-minus:before { content: $ti-icon-clock-minus; }\n.#{$ti-prefix}-clock-off:before { content: $ti-icon-clock-off; }\n.#{$ti-prefix}-clock-pause:before { content: $ti-icon-clock-pause; }\n.#{$ti-prefix}-clock-pin:before { content: $ti-icon-clock-pin; }\n.#{$ti-prefix}-clock-play:before { content: $ti-icon-clock-play; }\n.#{$ti-prefix}-clock-plus:before { content: $ti-icon-clock-plus; }\n.#{$ti-prefix}-clock-question:before { content: $ti-icon-clock-question; }\n.#{$ti-prefix}-clock-record:before { content: $ti-icon-clock-record; }\n.#{$ti-prefix}-clock-search:before { content: $ti-icon-clock-search; }\n.#{$ti-prefix}-clock-share:before { content: $ti-icon-clock-share; }\n.#{$ti-prefix}-clock-shield:before { content: $ti-icon-clock-shield; }\n.#{$ti-prefix}-clock-star:before { content: $ti-icon-clock-star; }\n.#{$ti-prefix}-clock-stop:before { content: $ti-icon-clock-stop; }\n.#{$ti-prefix}-clock-up:before { content: $ti-icon-clock-up; }\n.#{$ti-prefix}-clock-x:before { content: $ti-icon-clock-x; }\n.#{$ti-prefix}-clothes-rack:before { content: $ti-icon-clothes-rack; }\n.#{$ti-prefix}-clothes-rack-off:before { content: $ti-icon-clothes-rack-off; }\n.#{$ti-prefix}-cloud:before { content: $ti-icon-cloud; }\n.#{$ti-prefix}-cloud-bitcoin:before { content: $ti-icon-cloud-bitcoin; }\n.#{$ti-prefix}-cloud-bolt:before { content: $ti-icon-cloud-bolt; }\n.#{$ti-prefix}-cloud-cancel:before { content: $ti-icon-cloud-cancel; }\n.#{$ti-prefix}-cloud-check:before { content: $ti-icon-cloud-check; }\n.#{$ti-prefix}-cloud-code:before { content: $ti-icon-cloud-code; }\n.#{$ti-prefix}-cloud-cog:before { content: $ti-icon-cloud-cog; }\n.#{$ti-prefix}-cloud-computing:before { content: $ti-icon-cloud-computing; }\n.#{$ti-prefix}-cloud-data-connection:before { content: $ti-icon-cloud-data-connection; }\n.#{$ti-prefix}-cloud-dollar:before { content: $ti-icon-cloud-dollar; }\n.#{$ti-prefix}-cloud-down:before { content: $ti-icon-cloud-down; }\n.#{$ti-prefix}-cloud-download:before { content: $ti-icon-cloud-download; }\n.#{$ti-prefix}-cloud-exclamation:before { content: $ti-icon-cloud-exclamation; }\n.#{$ti-prefix}-cloud-filled:before { content: $ti-icon-cloud-filled; }\n.#{$ti-prefix}-cloud-fog:before { content: $ti-icon-cloud-fog; }\n.#{$ti-prefix}-cloud-heart:before { content: $ti-icon-cloud-heart; }\n.#{$ti-prefix}-cloud-lock:before { content: $ti-icon-cloud-lock; }\n.#{$ti-prefix}-cloud-lock-open:before { content: $ti-icon-cloud-lock-open; }\n.#{$ti-prefix}-cloud-minus:before { content: $ti-icon-cloud-minus; }\n.#{$ti-prefix}-cloud-network:before { content: $ti-icon-cloud-network; }\n.#{$ti-prefix}-cloud-off:before { content: $ti-icon-cloud-off; }\n.#{$ti-prefix}-cloud-pause:before { content: $ti-icon-cloud-pause; }\n.#{$ti-prefix}-cloud-pin:before { content: $ti-icon-cloud-pin; }\n.#{$ti-prefix}-cloud-plus:before { content: $ti-icon-cloud-plus; }\n.#{$ti-prefix}-cloud-question:before { content: $ti-icon-cloud-question; }\n.#{$ti-prefix}-cloud-rain:before { content: $ti-icon-cloud-rain; }\n.#{$ti-prefix}-cloud-search:before { content: $ti-icon-cloud-search; }\n.#{$ti-prefix}-cloud-share:before { content: $ti-icon-cloud-share; }\n.#{$ti-prefix}-cloud-snow:before { content: $ti-icon-cloud-snow; }\n.#{$ti-prefix}-cloud-star:before { content: $ti-icon-cloud-star; }\n.#{$ti-prefix}-cloud-storm:before { content: $ti-icon-cloud-storm; }\n.#{$ti-prefix}-cloud-up:before { content: $ti-icon-cloud-up; }\n.#{$ti-prefix}-cloud-upload:before { content: $ti-icon-cloud-upload; }\n.#{$ti-prefix}-cloud-x:before { content: $ti-icon-cloud-x; }\n.#{$ti-prefix}-clover:before { content: $ti-icon-clover; }\n.#{$ti-prefix}-clover-2:before { content: $ti-icon-clover-2; }\n.#{$ti-prefix}-clover-filled:before { content: $ti-icon-clover-filled; }\n.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; }\n.#{$ti-prefix}-clubs-filled:before { content: $ti-icon-clubs-filled; }\n.#{$ti-prefix}-code:before { content: $ti-icon-code; }\n.#{$ti-prefix}-code-asterisk:before { content: $ti-icon-code-asterisk; }\n.#{$ti-prefix}-code-circle:before { content: $ti-icon-code-circle; }\n.#{$ti-prefix}-code-circle-2:before { content: $ti-icon-code-circle-2; }\n.#{$ti-prefix}-code-circle-2-filled:before { content: $ti-icon-code-circle-2-filled; }\n.#{$ti-prefix}-code-circle-filled:before { content: $ti-icon-code-circle-filled; }\n.#{$ti-prefix}-code-dots:before { content: $ti-icon-code-dots; }\n.#{$ti-prefix}-code-minus:before { content: $ti-icon-code-minus; }\n.#{$ti-prefix}-code-off:before { content: $ti-icon-code-off; }\n.#{$ti-prefix}-code-plus:before { content: $ti-icon-code-plus; }\n.#{$ti-prefix}-coffee:before { content: $ti-icon-coffee; }\n.#{$ti-prefix}-coffee-off:before { content: $ti-icon-coffee-off; }\n.#{$ti-prefix}-coffin:before { content: $ti-icon-coffin; }\n.#{$ti-prefix}-coin:before { content: $ti-icon-coin; }\n.#{$ti-prefix}-coin-bitcoin:before { content: $ti-icon-coin-bitcoin; }\n.#{$ti-prefix}-coin-bitcoin-filled:before { content: $ti-icon-coin-bitcoin-filled; }\n.#{$ti-prefix}-coin-euro:before { content: $ti-icon-coin-euro; }\n.#{$ti-prefix}-coin-euro-filled:before { content: $ti-icon-coin-euro-filled; }\n.#{$ti-prefix}-coin-filled:before { content: $ti-icon-coin-filled; }\n.#{$ti-prefix}-coin-monero:before { content: $ti-icon-coin-monero; }\n.#{$ti-prefix}-coin-monero-filled:before { content: $ti-icon-coin-monero-filled; }\n.#{$ti-prefix}-coin-off:before { content: $ti-icon-coin-off; }\n.#{$ti-prefix}-coin-pound:before { content: $ti-icon-coin-pound; }\n.#{$ti-prefix}-coin-pound-filled:before { content: $ti-icon-coin-pound-filled; }\n.#{$ti-prefix}-coin-rupee:before { content: $ti-icon-coin-rupee; }\n.#{$ti-prefix}-coin-rupee-filled:before { content: $ti-icon-coin-rupee-filled; }\n.#{$ti-prefix}-coin-taka:before { content: $ti-icon-coin-taka; }\n.#{$ti-prefix}-coin-taka-filled:before { content: $ti-icon-coin-taka-filled; }\n.#{$ti-prefix}-coin-yen:before { content: $ti-icon-coin-yen; }\n.#{$ti-prefix}-coin-yen-filled:before { content: $ti-icon-coin-yen-filled; }\n.#{$ti-prefix}-coin-yuan:before { content: $ti-icon-coin-yuan; }\n.#{$ti-prefix}-coin-yuan-filled:before { content: $ti-icon-coin-yuan-filled; }\n.#{$ti-prefix}-coins:before { content: $ti-icon-coins; }\n.#{$ti-prefix}-color-filter:before { content: $ti-icon-color-filter; }\n.#{$ti-prefix}-color-picker:before { content: $ti-icon-color-picker; }\n.#{$ti-prefix}-color-picker-off:before { content: $ti-icon-color-picker-off; }\n.#{$ti-prefix}-color-swatch:before { content: $ti-icon-color-swatch; }\n.#{$ti-prefix}-color-swatch-off:before { content: $ti-icon-color-swatch-off; }\n.#{$ti-prefix}-column-insert-left:before { content: $ti-icon-column-insert-left; }\n.#{$ti-prefix}-column-insert-right:before { content: $ti-icon-column-insert-right; }\n.#{$ti-prefix}-column-remove:before { content: $ti-icon-column-remove; }\n.#{$ti-prefix}-columns:before { content: $ti-icon-columns; }\n.#{$ti-prefix}-columns-1:before { content: $ti-icon-columns-1; }\n.#{$ti-prefix}-columns-2:before { content: $ti-icon-columns-2; }\n.#{$ti-prefix}-columns-3:before { content: $ti-icon-columns-3; }\n.#{$ti-prefix}-columns-off:before { content: $ti-icon-columns-off; }\n.#{$ti-prefix}-comet:before { content: $ti-icon-comet; }\n.#{$ti-prefix}-command:before { content: $ti-icon-command; }\n.#{$ti-prefix}-command-off:before { content: $ti-icon-command-off; }\n.#{$ti-prefix}-compass:before { content: $ti-icon-compass; }\n.#{$ti-prefix}-compass-filled:before { content: $ti-icon-compass-filled; }\n.#{$ti-prefix}-compass-off:before { content: $ti-icon-compass-off; }\n.#{$ti-prefix}-components:before { content: $ti-icon-components; }\n.#{$ti-prefix}-components-off:before { content: $ti-icon-components-off; }\n.#{$ti-prefix}-cone:before { content: $ti-icon-cone; }\n.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; }\n.#{$ti-prefix}-cone-2-filled:before { content: $ti-icon-cone-2-filled; }\n.#{$ti-prefix}-cone-filled:before { content: $ti-icon-cone-filled; }\n.#{$ti-prefix}-cone-off:before { content: $ti-icon-cone-off; }\n.#{$ti-prefix}-cone-plus:before { content: $ti-icon-cone-plus; }\n.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; }\n.#{$ti-prefix}-confetti-off:before { content: $ti-icon-confetti-off; }\n.#{$ti-prefix}-confucius:before { content: $ti-icon-confucius; }\n.#{$ti-prefix}-congruent-to:before { content: $ti-icon-congruent-to; }\n.#{$ti-prefix}-container:before { content: $ti-icon-container; }\n.#{$ti-prefix}-container-off:before { content: $ti-icon-container-off; }\n.#{$ti-prefix}-contract:before { content: $ti-icon-contract; }\n.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; }\n.#{$ti-prefix}-contrast-2:before { content: $ti-icon-contrast-2; }\n.#{$ti-prefix}-contrast-2-filled:before { content: $ti-icon-contrast-2-filled; }\n.#{$ti-prefix}-contrast-2-off:before { content: $ti-icon-contrast-2-off; }\n.#{$ti-prefix}-contrast-filled:before { content: $ti-icon-contrast-filled; }\n.#{$ti-prefix}-contrast-off:before { content: $ti-icon-contrast-off; }\n.#{$ti-prefix}-cooker:before { content: $ti-icon-cooker; }\n.#{$ti-prefix}-cookie:before { content: $ti-icon-cookie; }\n.#{$ti-prefix}-cookie-filled:before { content: $ti-icon-cookie-filled; }\n.#{$ti-prefix}-cookie-man:before { content: $ti-icon-cookie-man; }\n.#{$ti-prefix}-cookie-man-filled:before { content: $ti-icon-cookie-man-filled; }\n.#{$ti-prefix}-cookie-off:before { content: $ti-icon-cookie-off; }\n.#{$ti-prefix}-copy:before { content: $ti-icon-copy; }\n.#{$ti-prefix}-copy-check:before { content: $ti-icon-copy-check; }\n.#{$ti-prefix}-copy-check-filled:before { content: $ti-icon-copy-check-filled; }\n.#{$ti-prefix}-copy-minus:before { content: $ti-icon-copy-minus; }\n.#{$ti-prefix}-copy-minus-filled:before { content: $ti-icon-copy-minus-filled; }\n.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; }\n.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; }\n.#{$ti-prefix}-copy-plus-filled:before { content: $ti-icon-copy-plus-filled; }\n.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; }\n.#{$ti-prefix}-copy-x-filled:before { content: $ti-icon-copy-x-filled; }\n.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }\n.#{$ti-prefix}-copyleft-filled:before { content: $ti-icon-copyleft-filled; }\n.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }\n.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }\n.#{$ti-prefix}-copyright-filled:before { content: $ti-icon-copyright-filled; }\n.#{$ti-prefix}-copyright-off:before { content: $ti-icon-copyright-off; }\n.#{$ti-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; }\n.#{$ti-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; }\n.#{$ti-prefix}-corner-down-right:before { content: $ti-icon-corner-down-right; }\n.#{$ti-prefix}-corner-down-right-double:before { content: $ti-icon-corner-down-right-double; }\n.#{$ti-prefix}-corner-left-down:before { content: $ti-icon-corner-left-down; }\n.#{$ti-prefix}-corner-left-down-double:before { content: $ti-icon-corner-left-down-double; }\n.#{$ti-prefix}-corner-left-up:before { content: $ti-icon-corner-left-up; }\n.#{$ti-prefix}-corner-left-up-double:before { content: $ti-icon-corner-left-up-double; }\n.#{$ti-prefix}-corner-right-down:before { content: $ti-icon-corner-right-down; }\n.#{$ti-prefix}-corner-right-down-double:before { content: $ti-icon-corner-right-down-double; }\n.#{$ti-prefix}-corner-right-up:before { content: $ti-icon-corner-right-up; }\n.#{$ti-prefix}-corner-right-up-double:before { content: $ti-icon-corner-right-up-double; }\n.#{$ti-prefix}-corner-up-left:before { content: $ti-icon-corner-up-left; }\n.#{$ti-prefix}-corner-up-left-double:before { content: $ti-icon-corner-up-left-double; }\n.#{$ti-prefix}-corner-up-right:before { content: $ti-icon-corner-up-right; }\n.#{$ti-prefix}-corner-up-right-double:before { content: $ti-icon-corner-up-right-double; }\n.#{$ti-prefix}-cpu:before { content: $ti-icon-cpu; }\n.#{$ti-prefix}-cpu-2:before { content: $ti-icon-cpu-2; }\n.#{$ti-prefix}-cpu-off:before { content: $ti-icon-cpu-off; }\n.#{$ti-prefix}-crane:before { content: $ti-icon-crane; }\n.#{$ti-prefix}-crane-off:before { content: $ti-icon-crane-off; }\n.#{$ti-prefix}-creative-commons:before { content: $ti-icon-creative-commons; }\n.#{$ti-prefix}-creative-commons-by:before { content: $ti-icon-creative-commons-by; }\n.#{$ti-prefix}-creative-commons-nc:before { content: $ti-icon-creative-commons-nc; }\n.#{$ti-prefix}-creative-commons-nd:before { content: $ti-icon-creative-commons-nd; }\n.#{$ti-prefix}-creative-commons-off:before { content: $ti-icon-creative-commons-off; }\n.#{$ti-prefix}-creative-commons-sa:before { content: $ti-icon-creative-commons-sa; }\n.#{$ti-prefix}-creative-commons-zero:before { content: $ti-icon-creative-commons-zero; }\n.#{$ti-prefix}-credit-card:before { content: $ti-icon-credit-card; }\n.#{$ti-prefix}-credit-card-filled:before { content: $ti-icon-credit-card-filled; }\n.#{$ti-prefix}-credit-card-off:before { content: $ti-icon-credit-card-off; }\n.#{$ti-prefix}-credit-card-pay:before { content: $ti-icon-credit-card-pay; }\n.#{$ti-prefix}-credit-card-refund:before { content: $ti-icon-credit-card-refund; }\n.#{$ti-prefix}-cricket:before { content: $ti-icon-cricket; }\n.#{$ti-prefix}-crop:before { content: $ti-icon-crop; }\n.#{$ti-prefix}-crop-1-1:before { content: $ti-icon-crop-1-1; }\n.#{$ti-prefix}-crop-1-1-filled:before { content: $ti-icon-crop-1-1-filled; }\n.#{$ti-prefix}-crop-16-9:before { content: $ti-icon-crop-16-9; }\n.#{$ti-prefix}-crop-16-9-filled:before { content: $ti-icon-crop-16-9-filled; }\n.#{$ti-prefix}-crop-3-2:before { content: $ti-icon-crop-3-2; }\n.#{$ti-prefix}-crop-3-2-filled:before { content: $ti-icon-crop-3-2-filled; }\n.#{$ti-prefix}-crop-5-4:before { content: $ti-icon-crop-5-4; }\n.#{$ti-prefix}-crop-5-4-filled:before { content: $ti-icon-crop-5-4-filled; }\n.#{$ti-prefix}-crop-7-5:before { content: $ti-icon-crop-7-5; }\n.#{$ti-prefix}-crop-7-5-filled:before { content: $ti-icon-crop-7-5-filled; }\n.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; }\n.#{$ti-prefix}-crop-landscape-filled:before { content: $ti-icon-crop-landscape-filled; }\n.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; }\n.#{$ti-prefix}-crop-portrait-filled:before { content: $ti-icon-crop-portrait-filled; }\n.#{$ti-prefix}-cross:before { content: $ti-icon-cross; }\n.#{$ti-prefix}-cross-filled:before { content: $ti-icon-cross-filled; }\n.#{$ti-prefix}-cross-off:before { content: $ti-icon-cross-off; }\n.#{$ti-prefix}-crosshair:before { content: $ti-icon-crosshair; }\n.#{$ti-prefix}-crown:before { content: $ti-icon-crown; }\n.#{$ti-prefix}-crown-off:before { content: $ti-icon-crown-off; }\n.#{$ti-prefix}-crutches:before { content: $ti-icon-crutches; }\n.#{$ti-prefix}-crutches-off:before { content: $ti-icon-crutches-off; }\n.#{$ti-prefix}-crystal-ball:before { content: $ti-icon-crystal-ball; }\n.#{$ti-prefix}-csv:before { content: $ti-icon-csv; }\n.#{$ti-prefix}-cube:before { content: $ti-icon-cube; }\n.#{$ti-prefix}-cube-3d-sphere:before { content: $ti-icon-cube-3d-sphere; }\n.#{$ti-prefix}-cube-3d-sphere-off:before { content: $ti-icon-cube-3d-sphere-off; }\n.#{$ti-prefix}-cube-off:before { content: $ti-icon-cube-off; }\n.#{$ti-prefix}-cube-plus:before { content: $ti-icon-cube-plus; }\n.#{$ti-prefix}-cube-send:before { content: $ti-icon-cube-send; }\n.#{$ti-prefix}-cube-spark:before { content: $ti-icon-cube-spark; }\n.#{$ti-prefix}-cube-unfolded:before { content: $ti-icon-cube-unfolded; }\n.#{$ti-prefix}-cup:before { content: $ti-icon-cup; }\n.#{$ti-prefix}-cup-off:before { content: $ti-icon-cup-off; }\n.#{$ti-prefix}-curling:before { content: $ti-icon-curling; }\n.#{$ti-prefix}-curly-loop:before { content: $ti-icon-curly-loop; }\n.#{$ti-prefix}-currency:before { content: $ti-icon-currency; }\n.#{$ti-prefix}-currency-afghani:before { content: $ti-icon-currency-afghani; }\n.#{$ti-prefix}-currency-bahraini:before { content: $ti-icon-currency-bahraini; }\n.#{$ti-prefix}-currency-baht:before { content: $ti-icon-currency-baht; }\n.#{$ti-prefix}-currency-bitcoin:before { content: $ti-icon-currency-bitcoin; }\n.#{$ti-prefix}-currency-cent:before { content: $ti-icon-currency-cent; }\n.#{$ti-prefix}-currency-dinar:before { content: $ti-icon-currency-dinar; }\n.#{$ti-prefix}-currency-dirham:before { content: $ti-icon-currency-dirham; }\n.#{$ti-prefix}-currency-dogecoin:before { content: $ti-icon-currency-dogecoin; }\n.#{$ti-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; }\n.#{$ti-prefix}-currency-dollar-australian:before { content: $ti-icon-currency-dollar-australian; }\n.#{$ti-prefix}-currency-dollar-brunei:before { content: $ti-icon-currency-dollar-brunei; }\n.#{$ti-prefix}-currency-dollar-canadian:before { content: $ti-icon-currency-dollar-canadian; }\n.#{$ti-prefix}-currency-dollar-guyanese:before { content: $ti-icon-currency-dollar-guyanese; }\n.#{$ti-prefix}-currency-dollar-off:before { content: $ti-icon-currency-dollar-off; }\n.#{$ti-prefix}-currency-dollar-singapore:before { content: $ti-icon-currency-dollar-singapore; }\n.#{$ti-prefix}-currency-dollar-zimbabwean:before { content: $ti-icon-currency-dollar-zimbabwean; }\n.#{$ti-prefix}-currency-dong:before { content: $ti-icon-currency-dong; }\n.#{$ti-prefix}-currency-dram:before { content: $ti-icon-currency-dram; }\n.#{$ti-prefix}-currency-ethereum:before { content: $ti-icon-currency-ethereum; }\n.#{$ti-prefix}-currency-euro:before { content: $ti-icon-currency-euro; }\n.#{$ti-prefix}-currency-euro-off:before { content: $ti-icon-currency-euro-off; }\n.#{$ti-prefix}-currency-florin:before { content: $ti-icon-currency-florin; }\n.#{$ti-prefix}-currency-forint:before { content: $ti-icon-currency-forint; }\n.#{$ti-prefix}-currency-frank:before { content: $ti-icon-currency-frank; }\n.#{$ti-prefix}-currency-guarani:before { content: $ti-icon-currency-guarani; }\n.#{$ti-prefix}-currency-hryvnia:before { content: $ti-icon-currency-hryvnia; }\n.#{$ti-prefix}-currency-iranian-rial:before { content: $ti-icon-currency-iranian-rial; }\n.#{$ti-prefix}-currency-kip:before { content: $ti-icon-currency-kip; }\n.#{$ti-prefix}-currency-krone-czech:before { content: $ti-icon-currency-krone-czech; }\n.#{$ti-prefix}-currency-krone-danish:before { content: $ti-icon-currency-krone-danish; }\n.#{$ti-prefix}-currency-krone-swedish:before { content: $ti-icon-currency-krone-swedish; }\n.#{$ti-prefix}-currency-lari:before { content: $ti-icon-currency-lari; }\n.#{$ti-prefix}-currency-leu:before { content: $ti-icon-currency-leu; }\n.#{$ti-prefix}-currency-lira:before { content: $ti-icon-currency-lira; }\n.#{$ti-prefix}-currency-litecoin:before { content: $ti-icon-currency-litecoin; }\n.#{$ti-prefix}-currency-lyd:before { content: $ti-icon-currency-lyd; }\n.#{$ti-prefix}-currency-manat:before { content: $ti-icon-currency-manat; }\n.#{$ti-prefix}-currency-monero:before { content: $ti-icon-currency-monero; }\n.#{$ti-prefix}-currency-naira:before { content: $ti-icon-currency-naira; }\n.#{$ti-prefix}-currency-nano:before { content: $ti-icon-currency-nano; }\n.#{$ti-prefix}-currency-off:before { content: $ti-icon-currency-off; }\n.#{$ti-prefix}-currency-paanga:before { content: $ti-icon-currency-paanga; }\n.#{$ti-prefix}-currency-peso:before { content: $ti-icon-currency-peso; }\n.#{$ti-prefix}-currency-pound:before { content: $ti-icon-currency-pound; }\n.#{$ti-prefix}-currency-pound-off:before { content: $ti-icon-currency-pound-off; }\n.#{$ti-prefix}-currency-quetzal:before { content: $ti-icon-currency-quetzal; }\n.#{$ti-prefix}-currency-real:before { content: $ti-icon-currency-real; }\n.#{$ti-prefix}-currency-renminbi:before { content: $ti-icon-currency-renminbi; }\n.#{$ti-prefix}-currency-ripple:before { content: $ti-icon-currency-ripple; }\n.#{$ti-prefix}-currency-riyal:before { content: $ti-icon-currency-riyal; }\n.#{$ti-prefix}-currency-rubel:before { content: $ti-icon-currency-rubel; }\n.#{$ti-prefix}-currency-rufiyaa:before { content: $ti-icon-currency-rufiyaa; }\n.#{$ti-prefix}-currency-rupee:before { content: $ti-icon-currency-rupee; }\n.#{$ti-prefix}-currency-rupee-nepalese:before { content: $ti-icon-currency-rupee-nepalese; }\n.#{$ti-prefix}-currency-shekel:before { content: $ti-icon-currency-shekel; }\n.#{$ti-prefix}-currency-solana:before { content: $ti-icon-currency-solana; }\n.#{$ti-prefix}-currency-som:before { content: $ti-icon-currency-som; }\n.#{$ti-prefix}-currency-taka:before { content: $ti-icon-currency-taka; }\n.#{$ti-prefix}-currency-tenge:before { content: $ti-icon-currency-tenge; }\n.#{$ti-prefix}-currency-tugrik:before { content: $ti-icon-currency-tugrik; }\n.#{$ti-prefix}-currency-won:before { content: $ti-icon-currency-won; }\n.#{$ti-prefix}-currency-xrp:before { content: $ti-icon-currency-xrp; }\n.#{$ti-prefix}-currency-yen:before { content: $ti-icon-currency-yen; }\n.#{$ti-prefix}-currency-yen-off:before { content: $ti-icon-currency-yen-off; }\n.#{$ti-prefix}-currency-yuan:before { content: $ti-icon-currency-yuan; }\n.#{$ti-prefix}-currency-zloty:before { content: $ti-icon-currency-zloty; }\n.#{$ti-prefix}-current-location:before { content: $ti-icon-current-location; }\n.#{$ti-prefix}-current-location-off:before { content: $ti-icon-current-location-off; }\n.#{$ti-prefix}-cursor-off:before { content: $ti-icon-cursor-off; }\n.#{$ti-prefix}-cursor-text:before { content: $ti-icon-cursor-text; }\n.#{$ti-prefix}-cut:before { content: $ti-icon-cut; }\n.#{$ti-prefix}-cylinder:before { content: $ti-icon-cylinder; }\n.#{$ti-prefix}-cylinder-off:before { content: $ti-icon-cylinder-off; }\n.#{$ti-prefix}-cylinder-plus:before { content: $ti-icon-cylinder-plus; }\n.#{$ti-prefix}-dashboard:before { content: $ti-icon-dashboard; }\n.#{$ti-prefix}-dashboard-filled:before { content: $ti-icon-dashboard-filled; }\n.#{$ti-prefix}-dashboard-off:before { content: $ti-icon-dashboard-off; }\n.#{$ti-prefix}-database:before { content: $ti-icon-database; }\n.#{$ti-prefix}-database-cog:before { content: $ti-icon-database-cog; }\n.#{$ti-prefix}-database-dollar:before { content: $ti-icon-database-dollar; }\n.#{$ti-prefix}-database-edit:before { content: $ti-icon-database-edit; }\n.#{$ti-prefix}-database-exclamation:before { content: $ti-icon-database-exclamation; }\n.#{$ti-prefix}-database-export:before { content: $ti-icon-database-export; }\n.#{$ti-prefix}-database-heart:before { content: $ti-icon-database-heart; }\n.#{$ti-prefix}-database-import:before { content: $ti-icon-database-import; }\n.#{$ti-prefix}-database-leak:before { content: $ti-icon-database-leak; }\n.#{$ti-prefix}-database-minus:before { content: $ti-icon-database-minus; }\n.#{$ti-prefix}-database-off:before { content: $ti-icon-database-off; }\n.#{$ti-prefix}-database-plus:before { content: $ti-icon-database-plus; }\n.#{$ti-prefix}-database-search:before { content: $ti-icon-database-search; }\n.#{$ti-prefix}-database-share:before { content: $ti-icon-database-share; }\n.#{$ti-prefix}-database-smile:before { content: $ti-icon-database-smile; }\n.#{$ti-prefix}-database-star:before { content: $ti-icon-database-star; }\n.#{$ti-prefix}-database-x:before { content: $ti-icon-database-x; }\n.#{$ti-prefix}-decimal:before { content: $ti-icon-decimal; }\n.#{$ti-prefix}-deer:before { content: $ti-icon-deer; }\n.#{$ti-prefix}-delta:before { content: $ti-icon-delta; }\n.#{$ti-prefix}-dental:before { content: $ti-icon-dental; }\n.#{$ti-prefix}-dental-broken:before { content: $ti-icon-dental-broken; }\n.#{$ti-prefix}-dental-off:before { content: $ti-icon-dental-off; }\n.#{$ti-prefix}-deselect:before { content: $ti-icon-deselect; }\n.#{$ti-prefix}-desk:before { content: $ti-icon-desk; }\n.#{$ti-prefix}-details:before { content: $ti-icon-details; }\n.#{$ti-prefix}-details-off:before { content: $ti-icon-details-off; }\n.#{$ti-prefix}-device-airpods:before { content: $ti-icon-device-airpods; }\n.#{$ti-prefix}-device-airpods-case:before { content: $ti-icon-device-airpods-case; }\n.#{$ti-prefix}-device-airtag:before { content: $ti-icon-device-airtag; }\n.#{$ti-prefix}-device-analytics:before { content: $ti-icon-device-analytics; }\n.#{$ti-prefix}-device-audio-tape:before { content: $ti-icon-device-audio-tape; }\n.#{$ti-prefix}-device-camera-phone:before { content: $ti-icon-device-camera-phone; }\n.#{$ti-prefix}-device-cctv:before { content: $ti-icon-device-cctv; }\n.#{$ti-prefix}-device-cctv-filled:before { content: $ti-icon-device-cctv-filled; }\n.#{$ti-prefix}-device-cctv-off:before { content: $ti-icon-device-cctv-off; }\n.#{$ti-prefix}-device-computer-camera:before { content: $ti-icon-device-computer-camera; }\n.#{$ti-prefix}-device-computer-camera-off:before { content: $ti-icon-device-computer-camera-off; }\n.#{$ti-prefix}-device-desktop:before { content: $ti-icon-device-desktop; }\n.#{$ti-prefix}-device-desktop-analytics:before { content: $ti-icon-device-desktop-analytics; }\n.#{$ti-prefix}-device-desktop-bolt:before { content: $ti-icon-device-desktop-bolt; }\n.#{$ti-prefix}-device-desktop-cancel:before { content: $ti-icon-device-desktop-cancel; }\n.#{$ti-prefix}-device-desktop-check:before { content: $ti-icon-device-desktop-check; }\n.#{$ti-prefix}-device-desktop-code:before { content: $ti-icon-device-desktop-code; }\n.#{$ti-prefix}-device-desktop-cog:before { content: $ti-icon-device-desktop-cog; }\n.#{$ti-prefix}-device-desktop-dollar:before { content: $ti-icon-device-desktop-dollar; }\n.#{$ti-prefix}-device-desktop-down:before { content: $ti-icon-device-desktop-down; }\n.#{$ti-prefix}-device-desktop-exclamation:before { content: $ti-icon-device-desktop-exclamation; }\n.#{$ti-prefix}-device-desktop-filled:before { content: $ti-icon-device-desktop-filled; }\n.#{$ti-prefix}-device-desktop-heart:before { content: $ti-icon-device-desktop-heart; }\n.#{$ti-prefix}-device-desktop-minus:before { content: $ti-icon-device-desktop-minus; }\n.#{$ti-prefix}-device-desktop-off:before { content: $ti-icon-device-desktop-off; }\n.#{$ti-prefix}-device-desktop-pause:before { content: $ti-icon-device-desktop-pause; }\n.#{$ti-prefix}-device-desktop-pin:before { content: $ti-icon-device-desktop-pin; }\n.#{$ti-prefix}-device-desktop-plus:before { content: $ti-icon-device-desktop-plus; }\n.#{$ti-prefix}-device-desktop-question:before { content: $ti-icon-device-desktop-question; }\n.#{$ti-prefix}-device-desktop-search:before { content: $ti-icon-device-desktop-search; }\n.#{$ti-prefix}-device-desktop-share:before { content: $ti-icon-device-desktop-share; }\n.#{$ti-prefix}-device-desktop-star:before { content: $ti-icon-device-desktop-star; }\n.#{$ti-prefix}-device-desktop-up:before { content: $ti-icon-device-desktop-up; }\n.#{$ti-prefix}-device-desktop-x:before { content: $ti-icon-device-desktop-x; }\n.#{$ti-prefix}-device-floppy:before { content: $ti-icon-device-floppy; }\n.#{$ti-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; }\n.#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; }\n.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; }\n.#{$ti-prefix}-device-gamepad-3-filled:before { content: $ti-icon-device-gamepad-3-filled; }\n.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }\n.#{$ti-prefix}-device-heart-monitor-filled:before { content: $ti-icon-device-heart-monitor-filled; }\n.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; }\n.#{$ti-prefix}-device-imac-bolt:before { content: $ti-icon-device-imac-bolt; }\n.#{$ti-prefix}-device-imac-cancel:before { content: $ti-icon-device-imac-cancel; }\n.#{$ti-prefix}-device-imac-check:before { content: $ti-icon-device-imac-check; }\n.#{$ti-prefix}-device-imac-code:before { content: $ti-icon-device-imac-code; }\n.#{$ti-prefix}-device-imac-cog:before { content: $ti-icon-device-imac-cog; }\n.#{$ti-prefix}-device-imac-dollar:before { content: $ti-icon-device-imac-dollar; }\n.#{$ti-prefix}-device-imac-down:before { content: $ti-icon-device-imac-down; }\n.#{$ti-prefix}-device-imac-exclamation:before { content: $ti-icon-device-imac-exclamation; }\n.#{$ti-prefix}-device-imac-filled:before { content: $ti-icon-device-imac-filled; }\n.#{$ti-prefix}-device-imac-heart:before { content: $ti-icon-device-imac-heart; }\n.#{$ti-prefix}-device-imac-minus:before { content: $ti-icon-device-imac-minus; }\n.#{$ti-prefix}-device-imac-off:before { content: $ti-icon-device-imac-off; }\n.#{$ti-prefix}-device-imac-pause:before { content: $ti-icon-device-imac-pause; }\n.#{$ti-prefix}-device-imac-pin:before { content: $ti-icon-device-imac-pin; }\n.#{$ti-prefix}-device-imac-plus:before { content: $ti-icon-device-imac-plus; }\n.#{$ti-prefix}-device-imac-question:before { content: $ti-icon-device-imac-question; }\n.#{$ti-prefix}-device-imac-search:before { content: $ti-icon-device-imac-search; }\n.#{$ti-prefix}-device-imac-share:before { content: $ti-icon-device-imac-share; }\n.#{$ti-prefix}-device-imac-star:before { content: $ti-icon-device-imac-star; }\n.#{$ti-prefix}-device-imac-up:before { content: $ti-icon-device-imac-up; }\n.#{$ti-prefix}-device-imac-x:before { content: $ti-icon-device-imac-x; }\n.#{$ti-prefix}-device-ipad:before { content: $ti-icon-device-ipad; }\n.#{$ti-prefix}-device-ipad-bolt:before { content: $ti-icon-device-ipad-bolt; }\n.#{$ti-prefix}-device-ipad-cancel:before { content: $ti-icon-device-ipad-cancel; }\n.#{$ti-prefix}-device-ipad-check:before { content: $ti-icon-device-ipad-check; }\n.#{$ti-prefix}-device-ipad-code:before { content: $ti-icon-device-ipad-code; }\n.#{$ti-prefix}-device-ipad-cog:before { content: $ti-icon-device-ipad-cog; }\n.#{$ti-prefix}-device-ipad-dollar:before { content: $ti-icon-device-ipad-dollar; }\n.#{$ti-prefix}-device-ipad-down:before { content: $ti-icon-device-ipad-down; }\n.#{$ti-prefix}-device-ipad-exclamation:before { content: $ti-icon-device-ipad-exclamation; }\n.#{$ti-prefix}-device-ipad-filled:before { content: $ti-icon-device-ipad-filled; }\n.#{$ti-prefix}-device-ipad-heart:before { content: $ti-icon-device-ipad-heart; }\n.#{$ti-prefix}-device-ipad-horizontal:before { content: $ti-icon-device-ipad-horizontal; }\n.#{$ti-prefix}-device-ipad-horizontal-bolt:before { content: $ti-icon-device-ipad-horizontal-bolt; }\n.#{$ti-prefix}-device-ipad-horizontal-cancel:before { content: $ti-icon-device-ipad-horizontal-cancel; }\n.#{$ti-prefix}-device-ipad-horizontal-check:before { content: $ti-icon-device-ipad-horizontal-check; }\n.#{$ti-prefix}-device-ipad-horizontal-code:before { content: $ti-icon-device-ipad-horizontal-code; }\n.#{$ti-prefix}-device-ipad-horizontal-cog:before { content: $ti-icon-device-ipad-horizontal-cog; }\n.#{$ti-prefix}-device-ipad-horizontal-dollar:before { content: $ti-icon-device-ipad-horizontal-dollar; }\n.#{$ti-prefix}-device-ipad-horizontal-down:before { content: $ti-icon-device-ipad-horizontal-down; }\n.#{$ti-prefix}-device-ipad-horizontal-exclamation:before { content: $ti-icon-device-ipad-horizontal-exclamation; }\n.#{$ti-prefix}-device-ipad-horizontal-heart:before { content: $ti-icon-device-ipad-horizontal-heart; }\n.#{$ti-prefix}-device-ipad-horizontal-minus:before { content: $ti-icon-device-ipad-horizontal-minus; }\n.#{$ti-prefix}-device-ipad-horizontal-off:before { content: $ti-icon-device-ipad-horizontal-off; }\n.#{$ti-prefix}-device-ipad-horizontal-pause:before { content: $ti-icon-device-ipad-horizontal-pause; }\n.#{$ti-prefix}-device-ipad-horizontal-pin:before { content: $ti-icon-device-ipad-horizontal-pin; }\n.#{$ti-prefix}-device-ipad-horizontal-plus:before { content: $ti-icon-device-ipad-horizontal-plus; }\n.#{$ti-prefix}-device-ipad-horizontal-question:before { content: $ti-icon-device-ipad-horizontal-question; }\n.#{$ti-prefix}-device-ipad-horizontal-search:before { content: $ti-icon-device-ipad-horizontal-search; }\n.#{$ti-prefix}-device-ipad-horizontal-share:before { content: $ti-icon-device-ipad-horizontal-share; }\n.#{$ti-prefix}-device-ipad-horizontal-star:before { content: $ti-icon-device-ipad-horizontal-star; }\n.#{$ti-prefix}-device-ipad-horizontal-up:before { content: $ti-icon-device-ipad-horizontal-up; }\n.#{$ti-prefix}-device-ipad-horizontal-x:before { content: $ti-icon-device-ipad-horizontal-x; }\n.#{$ti-prefix}-device-ipad-minus:before { content: $ti-icon-device-ipad-minus; }\n.#{$ti-prefix}-device-ipad-off:before { content: $ti-icon-device-ipad-off; }\n.#{$ti-prefix}-device-ipad-pause:before { content: $ti-icon-device-ipad-pause; }\n.#{$ti-prefix}-device-ipad-pin:before { content: $ti-icon-device-ipad-pin; }\n.#{$ti-prefix}-device-ipad-plus:before { content: $ti-icon-device-ipad-plus; }\n.#{$ti-prefix}-device-ipad-question:before { content: $ti-icon-device-ipad-question; }\n.#{$ti-prefix}-device-ipad-search:before { content: $ti-icon-device-ipad-search; }\n.#{$ti-prefix}-device-ipad-share:before { content: $ti-icon-device-ipad-share; }\n.#{$ti-prefix}-device-ipad-star:before { content: $ti-icon-device-ipad-star; }\n.#{$ti-prefix}-device-ipad-up:before { content: $ti-icon-device-ipad-up; }\n.#{$ti-prefix}-device-ipad-x:before { content: $ti-icon-device-ipad-x; }\n.#{$ti-prefix}-device-landline-phone:before { content: $ti-icon-device-landline-phone; }\n.#{$ti-prefix}-device-laptop:before { content: $ti-icon-device-laptop; }\n.#{$ti-prefix}-device-laptop-off:before { content: $ti-icon-device-laptop-off; }\n.#{$ti-prefix}-device-mobile:before { content: $ti-icon-device-mobile; }\n.#{$ti-prefix}-device-mobile-bolt:before { content: $ti-icon-device-mobile-bolt; }\n.#{$ti-prefix}-device-mobile-cancel:before { content: $ti-icon-device-mobile-cancel; }\n.#{$ti-prefix}-device-mobile-charging:before { content: $ti-icon-device-mobile-charging; }\n.#{$ti-prefix}-device-mobile-check:before { content: $ti-icon-device-mobile-check; }\n.#{$ti-prefix}-device-mobile-code:before { content: $ti-icon-device-mobile-code; }\n.#{$ti-prefix}-device-mobile-cog:before { content: $ti-icon-device-mobile-cog; }\n.#{$ti-prefix}-device-mobile-dollar:before { content: $ti-icon-device-mobile-dollar; }\n.#{$ti-prefix}-device-mobile-down:before { content: $ti-icon-device-mobile-down; }\n.#{$ti-prefix}-device-mobile-exclamation:before { content: $ti-icon-device-mobile-exclamation; }\n.#{$ti-prefix}-device-mobile-filled:before { content: $ti-icon-device-mobile-filled; }\n.#{$ti-prefix}-device-mobile-heart:before { content: $ti-icon-device-mobile-heart; }\n.#{$ti-prefix}-device-mobile-message:before { content: $ti-icon-device-mobile-message; }\n.#{$ti-prefix}-device-mobile-minus:before { content: $ti-icon-device-mobile-minus; }\n.#{$ti-prefix}-device-mobile-off:before { content: $ti-icon-device-mobile-off; }\n.#{$ti-prefix}-device-mobile-pause:before { content: $ti-icon-device-mobile-pause; }\n.#{$ti-prefix}-device-mobile-pin:before { content: $ti-icon-device-mobile-pin; }\n.#{$ti-prefix}-device-mobile-plus:before { content: $ti-icon-device-mobile-plus; }\n.#{$ti-prefix}-device-mobile-question:before { content: $ti-icon-device-mobile-question; }\n.#{$ti-prefix}-device-mobile-rotated:before { content: $ti-icon-device-mobile-rotated; }\n.#{$ti-prefix}-device-mobile-search:before { content: $ti-icon-device-mobile-search; }\n.#{$ti-prefix}-device-mobile-share:before { content: $ti-icon-device-mobile-share; }\n.#{$ti-prefix}-device-mobile-star:before { content: $ti-icon-device-mobile-star; }\n.#{$ti-prefix}-device-mobile-up:before { content: $ti-icon-device-mobile-up; }\n.#{$ti-prefix}-device-mobile-vibration:before { content: $ti-icon-device-mobile-vibration; }\n.#{$ti-prefix}-device-mobile-x:before { content: $ti-icon-device-mobile-x; }\n.#{$ti-prefix}-device-nintendo:before { content: $ti-icon-device-nintendo; }\n.#{$ti-prefix}-device-nintendo-off:before { content: $ti-icon-device-nintendo-off; }\n.#{$ti-prefix}-device-projector:before { content: $ti-icon-device-projector; }\n.#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; }\n.#{$ti-prefix}-device-remote-filled:before { content: $ti-icon-device-remote-filled; }\n.#{$ti-prefix}-device-sd-card:before { content: $ti-icon-device-sd-card; }\n.#{$ti-prefix}-device-sim:before { content: $ti-icon-device-sim; }\n.#{$ti-prefix}-device-sim-1:before { content: $ti-icon-device-sim-1; }\n.#{$ti-prefix}-device-sim-2:before { content: $ti-icon-device-sim-2; }\n.#{$ti-prefix}-device-sim-3:before { content: $ti-icon-device-sim-3; }\n.#{$ti-prefix}-device-speaker:before { content: $ti-icon-device-speaker; }\n.#{$ti-prefix}-device-speaker-filled:before { content: $ti-icon-device-speaker-filled; }\n.#{$ti-prefix}-device-speaker-off:before { content: $ti-icon-device-speaker-off; }\n.#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; }\n.#{$ti-prefix}-device-tablet-bolt:before { content: $ti-icon-device-tablet-bolt; }\n.#{$ti-prefix}-device-tablet-cancel:before { content: $ti-icon-device-tablet-cancel; }\n.#{$ti-prefix}-device-tablet-check:before { content: $ti-icon-device-tablet-check; }\n.#{$ti-prefix}-device-tablet-code:before { content: $ti-icon-device-tablet-code; }\n.#{$ti-prefix}-device-tablet-cog:before { content: $ti-icon-device-tablet-cog; }\n.#{$ti-prefix}-device-tablet-dollar:before { content: $ti-icon-device-tablet-dollar; }\n.#{$ti-prefix}-device-tablet-down:before { content: $ti-icon-device-tablet-down; }\n.#{$ti-prefix}-device-tablet-exclamation:before { content: $ti-icon-device-tablet-exclamation; }\n.#{$ti-prefix}-device-tablet-filled:before { content: $ti-icon-device-tablet-filled; }\n.#{$ti-prefix}-device-tablet-heart:before { content: $ti-icon-device-tablet-heart; }\n.#{$ti-prefix}-device-tablet-minus:before { content: $ti-icon-device-tablet-minus; }\n.#{$ti-prefix}-device-tablet-off:before { content: $ti-icon-device-tablet-off; }\n.#{$ti-prefix}-device-tablet-pause:before { content: $ti-icon-device-tablet-pause; }\n.#{$ti-prefix}-device-tablet-pin:before { content: $ti-icon-device-tablet-pin; }\n.#{$ti-prefix}-device-tablet-plus:before { content: $ti-icon-device-tablet-plus; }\n.#{$ti-prefix}-device-tablet-question:before { content: $ti-icon-device-tablet-question; }\n.#{$ti-prefix}-device-tablet-search:before { content: $ti-icon-device-tablet-search; }\n.#{$ti-prefix}-device-tablet-share:before { content: $ti-icon-device-tablet-share; }\n.#{$ti-prefix}-device-tablet-star:before { content: $ti-icon-device-tablet-star; }\n.#{$ti-prefix}-device-tablet-up:before { content: $ti-icon-device-tablet-up; }\n.#{$ti-prefix}-device-tablet-x:before { content: $ti-icon-device-tablet-x; }\n.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; }\n.#{$ti-prefix}-device-tv-filled:before { content: $ti-icon-device-tv-filled; }\n.#{$ti-prefix}-device-tv-off:before { content: $ti-icon-device-tv-off; }\n.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; }\n.#{$ti-prefix}-device-tv-old-filled:before { content: $ti-icon-device-tv-old-filled; }\n.#{$ti-prefix}-device-unknown:before { content: $ti-icon-device-unknown; }\n.#{$ti-prefix}-device-unknown-filled:before { content: $ti-icon-device-unknown-filled; }\n.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; }\n.#{$ti-prefix}-device-usb-filled:before { content: $ti-icon-device-usb-filled; }\n.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; }\n.#{$ti-prefix}-device-vision-pro-filled:before { content: $ti-icon-device-vision-pro-filled; }\n.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; }\n.#{$ti-prefix}-device-watch-bolt:before { content: $ti-icon-device-watch-bolt; }\n.#{$ti-prefix}-device-watch-cancel:before { content: $ti-icon-device-watch-cancel; }\n.#{$ti-prefix}-device-watch-check:before { content: $ti-icon-device-watch-check; }\n.#{$ti-prefix}-device-watch-code:before { content: $ti-icon-device-watch-code; }\n.#{$ti-prefix}-device-watch-cog:before { content: $ti-icon-device-watch-cog; }\n.#{$ti-prefix}-device-watch-dollar:before { content: $ti-icon-device-watch-dollar; }\n.#{$ti-prefix}-device-watch-down:before { content: $ti-icon-device-watch-down; }\n.#{$ti-prefix}-device-watch-exclamation:before { content: $ti-icon-device-watch-exclamation; }\n.#{$ti-prefix}-device-watch-filled:before { content: $ti-icon-device-watch-filled; }\n.#{$ti-prefix}-device-watch-heart:before { content: $ti-icon-device-watch-heart; }\n.#{$ti-prefix}-device-watch-minus:before { content: $ti-icon-device-watch-minus; }\n.#{$ti-prefix}-device-watch-off:before { content: $ti-icon-device-watch-off; }\n.#{$ti-prefix}-device-watch-pause:before { content: $ti-icon-device-watch-pause; }\n.#{$ti-prefix}-device-watch-pin:before { content: $ti-icon-device-watch-pin; }\n.#{$ti-prefix}-device-watch-plus:before { content: $ti-icon-device-watch-plus; }\n.#{$ti-prefix}-device-watch-question:before { content: $ti-icon-device-watch-question; }\n.#{$ti-prefix}-device-watch-search:before { content: $ti-icon-device-watch-search; }\n.#{$ti-prefix}-device-watch-share:before { content: $ti-icon-device-watch-share; }\n.#{$ti-prefix}-device-watch-star:before { content: $ti-icon-device-watch-star; }\n.#{$ti-prefix}-device-watch-stats:before { content: $ti-icon-device-watch-stats; }\n.#{$ti-prefix}-device-watch-stats-2:before { content: $ti-icon-device-watch-stats-2; }\n.#{$ti-prefix}-device-watch-up:before { content: $ti-icon-device-watch-up; }\n.#{$ti-prefix}-device-watch-x:before { content: $ti-icon-device-watch-x; }\n.#{$ti-prefix}-devices:before { content: $ti-icon-devices; }\n.#{$ti-prefix}-devices-2:before { content: $ti-icon-devices-2; }\n.#{$ti-prefix}-devices-bolt:before { content: $ti-icon-devices-bolt; }\n.#{$ti-prefix}-devices-cancel:before { content: $ti-icon-devices-cancel; }\n.#{$ti-prefix}-devices-check:before { content: $ti-icon-devices-check; }\n.#{$ti-prefix}-devices-code:before { content: $ti-icon-devices-code; }\n.#{$ti-prefix}-devices-cog:before { content: $ti-icon-devices-cog; }\n.#{$ti-prefix}-devices-dollar:before { content: $ti-icon-devices-dollar; }\n.#{$ti-prefix}-devices-down:before { content: $ti-icon-devices-down; }\n.#{$ti-prefix}-devices-exclamation:before { content: $ti-icon-devices-exclamation; }\n.#{$ti-prefix}-devices-heart:before { content: $ti-icon-devices-heart; }\n.#{$ti-prefix}-devices-minus:before { content: $ti-icon-devices-minus; }\n.#{$ti-prefix}-devices-off:before { content: $ti-icon-devices-off; }\n.#{$ti-prefix}-devices-pause:before { content: $ti-icon-devices-pause; }\n.#{$ti-prefix}-devices-pc:before { content: $ti-icon-devices-pc; }\n.#{$ti-prefix}-devices-pc-off:before { content: $ti-icon-devices-pc-off; }\n.#{$ti-prefix}-devices-pin:before { content: $ti-icon-devices-pin; }\n.#{$ti-prefix}-devices-plus:before { content: $ti-icon-devices-plus; }\n.#{$ti-prefix}-devices-question:before { content: $ti-icon-devices-question; }\n.#{$ti-prefix}-devices-search:before { content: $ti-icon-devices-search; }\n.#{$ti-prefix}-devices-share:before { content: $ti-icon-devices-share; }\n.#{$ti-prefix}-devices-star:before { content: $ti-icon-devices-star; }\n.#{$ti-prefix}-devices-up:before { content: $ti-icon-devices-up; }\n.#{$ti-prefix}-devices-x:before { content: $ti-icon-devices-x; }\n.#{$ti-prefix}-diabolo:before { content: $ti-icon-diabolo; }\n.#{$ti-prefix}-diabolo-off:before { content: $ti-icon-diabolo-off; }\n.#{$ti-prefix}-diabolo-plus:before { content: $ti-icon-diabolo-plus; }\n.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }\n.#{$ti-prefix}-dialpad-filled:before { content: $ti-icon-dialpad-filled; }\n.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; }\n.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }\n.#{$ti-prefix}-diamond-filled:before { content: $ti-icon-diamond-filled; }\n.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; }\n.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }\n.#{$ti-prefix}-diamonds-filled:before { content: $ti-icon-diamonds-filled; }\n.#{$ti-prefix}-diaper:before { content: $ti-icon-diaper; }\n.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }\n.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }\n.#{$ti-prefix}-dice-1-filled:before { content: $ti-icon-dice-1-filled; }\n.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }\n.#{$ti-prefix}-dice-2-filled:before { content: $ti-icon-dice-2-filled; }\n.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }\n.#{$ti-prefix}-dice-3-filled:before { content: $ti-icon-dice-3-filled; }\n.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }\n.#{$ti-prefix}-dice-4-filled:before { content: $ti-icon-dice-4-filled; }\n.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }\n.#{$ti-prefix}-dice-5-filled:before { content: $ti-icon-dice-5-filled; }\n.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; }\n.#{$ti-prefix}-dice-6-filled:before { content: $ti-icon-dice-6-filled; }\n.#{$ti-prefix}-dice-filled:before { content: $ti-icon-dice-filled; }\n.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; }\n.#{$ti-prefix}-direction:before { content: $ti-icon-direction; }\n.#{$ti-prefix}-direction-arrows:before { content: $ti-icon-direction-arrows; }\n.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; }\n.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }\n.#{$ti-prefix}-direction-sign-filled:before { content: $ti-icon-direction-sign-filled; }\n.#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; }\n.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }\n.#{$ti-prefix}-directions-filled:before { content: $ti-icon-directions-filled; }\n.#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; }\n.#{$ti-prefix}-disabled:before { content: $ti-icon-disabled; }\n.#{$ti-prefix}-disabled-2:before { content: $ti-icon-disabled-2; }\n.#{$ti-prefix}-disabled-off:before { content: $ti-icon-disabled-off; }\n.#{$ti-prefix}-disc:before { content: $ti-icon-disc; }\n.#{$ti-prefix}-disc-filled:before { content: $ti-icon-disc-filled; }\n.#{$ti-prefix}-disc-golf:before { content: $ti-icon-disc-golf; }\n.#{$ti-prefix}-disc-off:before { content: $ti-icon-disc-off; }\n.#{$ti-prefix}-discount:before { content: $ti-icon-discount; }\n.#{$ti-prefix}-discount-filled:before { content: $ti-icon-discount-filled; }\n.#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; }\n.#{$ti-prefix}-divide:before { content: $ti-icon-divide; }\n.#{$ti-prefix}-dna:before { content: $ti-icon-dna; }\n.#{$ti-prefix}-dna-2:before { content: $ti-icon-dna-2; }\n.#{$ti-prefix}-dna-2-off:before { content: $ti-icon-dna-2-off; }\n.#{$ti-prefix}-dna-off:before { content: $ti-icon-dna-off; }\n.#{$ti-prefix}-dog:before { content: $ti-icon-dog; }\n.#{$ti-prefix}-dog-bowl:before { content: $ti-icon-dog-bowl; }\n.#{$ti-prefix}-door:before { content: $ti-icon-door; }\n.#{$ti-prefix}-door-enter:before { content: $ti-icon-door-enter; }\n.#{$ti-prefix}-door-exit:before { content: $ti-icon-door-exit; }\n.#{$ti-prefix}-door-off:before { content: $ti-icon-door-off; }\n.#{$ti-prefix}-dots:before { content: $ti-icon-dots; }\n.#{$ti-prefix}-dots-circle-horizontal:before { content: $ti-icon-dots-circle-horizontal; }\n.#{$ti-prefix}-dots-diagonal:before { content: $ti-icon-dots-diagonal; }\n.#{$ti-prefix}-dots-diagonal-2:before { content: $ti-icon-dots-diagonal-2; }\n.#{$ti-prefix}-dots-vertical:before { content: $ti-icon-dots-vertical; }\n.#{$ti-prefix}-download:before { content: $ti-icon-download; }\n.#{$ti-prefix}-download-off:before { content: $ti-icon-download-off; }\n.#{$ti-prefix}-drag-drop:before { content: $ti-icon-drag-drop; }\n.#{$ti-prefix}-drag-drop-2:before { content: $ti-icon-drag-drop-2; }\n.#{$ti-prefix}-drone:before { content: $ti-icon-drone; }\n.#{$ti-prefix}-drone-off:before { content: $ti-icon-drone-off; }\n.#{$ti-prefix}-drop-circle:before { content: $ti-icon-drop-circle; }\n.#{$ti-prefix}-droplet:before { content: $ti-icon-droplet; }\n.#{$ti-prefix}-droplet-bolt:before { content: $ti-icon-droplet-bolt; }\n.#{$ti-prefix}-droplet-cancel:before { content: $ti-icon-droplet-cancel; }\n.#{$ti-prefix}-droplet-check:before { content: $ti-icon-droplet-check; }\n.#{$ti-prefix}-droplet-code:before { content: $ti-icon-droplet-code; }\n.#{$ti-prefix}-droplet-cog:before { content: $ti-icon-droplet-cog; }\n.#{$ti-prefix}-droplet-dollar:before { content: $ti-icon-droplet-dollar; }\n.#{$ti-prefix}-droplet-down:before { content: $ti-icon-droplet-down; }\n.#{$ti-prefix}-droplet-exclamation:before { content: $ti-icon-droplet-exclamation; }\n.#{$ti-prefix}-droplet-filled:before { content: $ti-icon-droplet-filled; }\n.#{$ti-prefix}-droplet-half:before { content: $ti-icon-droplet-half; }\n.#{$ti-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; }\n.#{$ti-prefix}-droplet-half-2-filled:before { content: $ti-icon-droplet-half-2-filled; }\n.#{$ti-prefix}-droplet-half-filled:before { content: $ti-icon-droplet-half-filled; }\n.#{$ti-prefix}-droplet-heart:before { content: $ti-icon-droplet-heart; }\n.#{$ti-prefix}-droplet-minus:before { content: $ti-icon-droplet-minus; }\n.#{$ti-prefix}-droplet-off:before { content: $ti-icon-droplet-off; }\n.#{$ti-prefix}-droplet-pause:before { content: $ti-icon-droplet-pause; }\n.#{$ti-prefix}-droplet-pin:before { content: $ti-icon-droplet-pin; }\n.#{$ti-prefix}-droplet-plus:before { content: $ti-icon-droplet-plus; }\n.#{$ti-prefix}-droplet-question:before { content: $ti-icon-droplet-question; }\n.#{$ti-prefix}-droplet-search:before { content: $ti-icon-droplet-search; }\n.#{$ti-prefix}-droplet-share:before { content: $ti-icon-droplet-share; }\n.#{$ti-prefix}-droplet-star:before { content: $ti-icon-droplet-star; }\n.#{$ti-prefix}-droplet-up:before { content: $ti-icon-droplet-up; }\n.#{$ti-prefix}-droplet-x:before { content: $ti-icon-droplet-x; }\n.#{$ti-prefix}-droplets:before { content: $ti-icon-droplets; }\n.#{$ti-prefix}-dual-screen:before { content: $ti-icon-dual-screen; }\n.#{$ti-prefix}-dumpling:before { content: $ti-icon-dumpling; }\n.#{$ti-prefix}-e-passport:before { content: $ti-icon-e-passport; }\n.#{$ti-prefix}-ear:before { content: $ti-icon-ear; }\n.#{$ti-prefix}-ear-off:before { content: $ti-icon-ear-off; }\n.#{$ti-prefix}-ear-scan:before { content: $ti-icon-ear-scan; }\n.#{$ti-prefix}-ease-in:before { content: $ti-icon-ease-in; }\n.#{$ti-prefix}-ease-in-control-point:before { content: $ti-icon-ease-in-control-point; }\n.#{$ti-prefix}-ease-in-out:before { content: $ti-icon-ease-in-out; }\n.#{$ti-prefix}-ease-in-out-control-points:before { content: $ti-icon-ease-in-out-control-points; }\n.#{$ti-prefix}-ease-out:before { content: $ti-icon-ease-out; }\n.#{$ti-prefix}-ease-out-control-point:before { content: $ti-icon-ease-out-control-point; }\n.#{$ti-prefix}-edit:before { content: $ti-icon-edit; }\n.#{$ti-prefix}-edit-circle:before { content: $ti-icon-edit-circle; }\n.#{$ti-prefix}-edit-circle-off:before { content: $ti-icon-edit-circle-off; }\n.#{$ti-prefix}-edit-off:before { content: $ti-icon-edit-off; }\n.#{$ti-prefix}-egg:before { content: $ti-icon-egg; }\n.#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; }\n.#{$ti-prefix}-egg-cracked-filled:before { content: $ti-icon-egg-cracked-filled; }\n.#{$ti-prefix}-egg-filled:before { content: $ti-icon-egg-filled; }\n.#{$ti-prefix}-egg-fried:before { content: $ti-icon-egg-fried; }\n.#{$ti-prefix}-egg-off:before { content: $ti-icon-egg-off; }\n.#{$ti-prefix}-eggs:before { content: $ti-icon-eggs; }\n.#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; }\n.#{$ti-prefix}-elevator-filled:before { content: $ti-icon-elevator-filled; }\n.#{$ti-prefix}-elevator-off:before { content: $ti-icon-elevator-off; }\n.#{$ti-prefix}-emergency-bed:before { content: $ti-icon-emergency-bed; }\n.#{$ti-prefix}-empathize:before { content: $ti-icon-empathize; }\n.#{$ti-prefix}-empathize-off:before { content: $ti-icon-empathize-off; }\n.#{$ti-prefix}-emphasis:before { content: $ti-icon-emphasis; }\n.#{$ti-prefix}-engine:before { content: $ti-icon-engine; }\n.#{$ti-prefix}-engine-off:before { content: $ti-icon-engine-off; }\n.#{$ti-prefix}-equal:before { content: $ti-icon-equal; }\n.#{$ti-prefix}-equal-double:before { content: $ti-icon-equal-double; }\n.#{$ti-prefix}-equal-not:before { content: $ti-icon-equal-not; }\n.#{$ti-prefix}-eraser:before { content: $ti-icon-eraser; }\n.#{$ti-prefix}-eraser-off:before { content: $ti-icon-eraser-off; }\n.#{$ti-prefix}-error-404:before { content: $ti-icon-error-404; }\n.#{$ti-prefix}-error-404-off:before { content: $ti-icon-error-404-off; }\n.#{$ti-prefix}-escalator:before { content: $ti-icon-escalator; }\n.#{$ti-prefix}-escalator-down:before { content: $ti-icon-escalator-down; }\n.#{$ti-prefix}-escalator-up:before { content: $ti-icon-escalator-up; }\n.#{$ti-prefix}-exchange:before { content: $ti-icon-exchange; }\n.#{$ti-prefix}-exchange-off:before { content: $ti-icon-exchange-off; }\n.#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; }\n.#{$ti-prefix}-exclamation-circle-filled:before { content: $ti-icon-exclamation-circle-filled; }\n.#{$ti-prefix}-exclamation-mark:before { content: $ti-icon-exclamation-mark; }\n.#{$ti-prefix}-exclamation-mark-off:before { content: $ti-icon-exclamation-mark-off; }\n.#{$ti-prefix}-explicit:before { content: $ti-icon-explicit; }\n.#{$ti-prefix}-explicit-off:before { content: $ti-icon-explicit-off; }\n.#{$ti-prefix}-exposure:before { content: $ti-icon-exposure; }\n.#{$ti-prefix}-exposure-0:before { content: $ti-icon-exposure-0; }\n.#{$ti-prefix}-exposure-minus-1:before { content: $ti-icon-exposure-minus-1; }\n.#{$ti-prefix}-exposure-minus-2:before { content: $ti-icon-exposure-minus-2; }\n.#{$ti-prefix}-exposure-off:before { content: $ti-icon-exposure-off; }\n.#{$ti-prefix}-exposure-plus-1:before { content: $ti-icon-exposure-plus-1; }\n.#{$ti-prefix}-exposure-plus-2:before { content: $ti-icon-exposure-plus-2; }\n.#{$ti-prefix}-external-link:before { content: $ti-icon-external-link; }\n.#{$ti-prefix}-external-link-off:before { content: $ti-icon-external-link-off; }\n.#{$ti-prefix}-eye:before { content: $ti-icon-eye; }\n.#{$ti-prefix}-eye-bitcoin:before { content: $ti-icon-eye-bitcoin; }\n.#{$ti-prefix}-eye-bolt:before { content: $ti-icon-eye-bolt; }\n.#{$ti-prefix}-eye-cancel:before { content: $ti-icon-eye-cancel; }\n.#{$ti-prefix}-eye-check:before { content: $ti-icon-eye-check; }\n.#{$ti-prefix}-eye-closed:before { content: $ti-icon-eye-closed; }\n.#{$ti-prefix}-eye-code:before { content: $ti-icon-eye-code; }\n.#{$ti-prefix}-eye-cog:before { content: $ti-icon-eye-cog; }\n.#{$ti-prefix}-eye-discount:before { content: $ti-icon-eye-discount; }\n.#{$ti-prefix}-eye-dollar:before { content: $ti-icon-eye-dollar; }\n.#{$ti-prefix}-eye-dotted:before { content: $ti-icon-eye-dotted; }\n.#{$ti-prefix}-eye-down:before { content: $ti-icon-eye-down; }\n.#{$ti-prefix}-eye-edit:before { content: $ti-icon-eye-edit; }\n.#{$ti-prefix}-eye-exclamation:before { content: $ti-icon-eye-exclamation; }\n.#{$ti-prefix}-eye-filled:before { content: $ti-icon-eye-filled; }\n.#{$ti-prefix}-eye-heart:before { content: $ti-icon-eye-heart; }\n.#{$ti-prefix}-eye-minus:before { content: $ti-icon-eye-minus; }\n.#{$ti-prefix}-eye-off:before { content: $ti-icon-eye-off; }\n.#{$ti-prefix}-eye-pause:before { content: $ti-icon-eye-pause; }\n.#{$ti-prefix}-eye-pin:before { content: $ti-icon-eye-pin; }\n.#{$ti-prefix}-eye-plus:before { content: $ti-icon-eye-plus; }\n.#{$ti-prefix}-eye-question:before { content: $ti-icon-eye-question; }\n.#{$ti-prefix}-eye-search:before { content: $ti-icon-eye-search; }\n.#{$ti-prefix}-eye-share:before { content: $ti-icon-eye-share; }\n.#{$ti-prefix}-eye-spark:before { content: $ti-icon-eye-spark; }\n.#{$ti-prefix}-eye-star:before { content: $ti-icon-eye-star; }\n.#{$ti-prefix}-eye-table:before { content: $ti-icon-eye-table; }\n.#{$ti-prefix}-eye-up:before { content: $ti-icon-eye-up; }\n.#{$ti-prefix}-eye-x:before { content: $ti-icon-eye-x; }\n.#{$ti-prefix}-eyeglass:before { content: $ti-icon-eyeglass; }\n.#{$ti-prefix}-eyeglass-2:before { content: $ti-icon-eyeglass-2; }\n.#{$ti-prefix}-eyeglass-off:before { content: $ti-icon-eyeglass-off; }\n.#{$ti-prefix}-face-id:before { content: $ti-icon-face-id; }\n.#{$ti-prefix}-face-id-error:before { content: $ti-icon-face-id-error; }\n.#{$ti-prefix}-face-mask:before { content: $ti-icon-face-mask; }\n.#{$ti-prefix}-face-mask-off:before { content: $ti-icon-face-mask-off; }\n.#{$ti-prefix}-fall:before { content: $ti-icon-fall; }\n.#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; }\n.#{$ti-prefix}-favicon-filled:before { content: $ti-icon-favicon-filled; }\n.#{$ti-prefix}-feather:before { content: $ti-icon-feather; }\n.#{$ti-prefix}-feather-filled:before { content: $ti-icon-feather-filled; }\n.#{$ti-prefix}-feather-off:before { content: $ti-icon-feather-off; }\n.#{$ti-prefix}-fence:before { content: $ti-icon-fence; }\n.#{$ti-prefix}-fence-off:before { content: $ti-icon-fence-off; }\n.#{$ti-prefix}-ferry:before { content: $ti-icon-ferry; }\n.#{$ti-prefix}-fidget-spinner:before { content: $ti-icon-fidget-spinner; }\n.#{$ti-prefix}-file:before { content: $ti-icon-file; }\n.#{$ti-prefix}-file-3d:before { content: $ti-icon-file-3d; }\n.#{$ti-prefix}-file-ai:before { content: $ti-icon-file-ai; }\n.#{$ti-prefix}-file-alert:before { content: $ti-icon-file-alert; }\n.#{$ti-prefix}-file-analytics:before { content: $ti-icon-file-analytics; }\n.#{$ti-prefix}-file-arrow-left:before { content: $ti-icon-file-arrow-left; }\n.#{$ti-prefix}-file-arrow-right:before { content: $ti-icon-file-arrow-right; }\n.#{$ti-prefix}-file-barcode:before { content: $ti-icon-file-barcode; }\n.#{$ti-prefix}-file-bitcoin:before { content: $ti-icon-file-bitcoin; }\n.#{$ti-prefix}-file-broken:before { content: $ti-icon-file-broken; }\n.#{$ti-prefix}-file-certificate:before { content: $ti-icon-file-certificate; }\n.#{$ti-prefix}-file-chart:before { content: $ti-icon-file-chart; }\n.#{$ti-prefix}-file-check:before { content: $ti-icon-file-check; }\n.#{$ti-prefix}-file-code:before { content: $ti-icon-file-code; }\n.#{$ti-prefix}-file-code-2:before { content: $ti-icon-file-code-2; }\n.#{$ti-prefix}-file-cv:before { content: $ti-icon-file-cv; }\n.#{$ti-prefix}-file-database:before { content: $ti-icon-file-database; }\n.#{$ti-prefix}-file-delta:before { content: $ti-icon-file-delta; }\n.#{$ti-prefix}-file-description:before { content: $ti-icon-file-description; }\n.#{$ti-prefix}-file-diff:before { content: $ti-icon-file-diff; }\n.#{$ti-prefix}-file-digit:before { content: $ti-icon-file-digit; }\n.#{$ti-prefix}-file-dislike:before { content: $ti-icon-file-dislike; }\n.#{$ti-prefix}-file-dollar:before { content: $ti-icon-file-dollar; }\n.#{$ti-prefix}-file-dots:before { content: $ti-icon-file-dots; }\n.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }\n.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }\n.#{$ti-prefix}-file-excel:before { content: $ti-icon-file-excel; }\n.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }\n.#{$ti-prefix}-file-filled:before { content: $ti-icon-file-filled; }\n.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }\n.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }\n.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; }\n.#{$ti-prefix}-file-infinity:before { content: $ti-icon-file-infinity; }\n.#{$ti-prefix}-file-info:before { content: $ti-icon-file-info; }\n.#{$ti-prefix}-file-invoice:before { content: $ti-icon-file-invoice; }\n.#{$ti-prefix}-file-isr:before { content: $ti-icon-file-isr; }\n.#{$ti-prefix}-file-lambda:before { content: $ti-icon-file-lambda; }\n.#{$ti-prefix}-file-like:before { content: $ti-icon-file-like; }\n.#{$ti-prefix}-file-minus:before { content: $ti-icon-file-minus; }\n.#{$ti-prefix}-file-music:before { content: $ti-icon-file-music; }\n.#{$ti-prefix}-file-neutral:before { content: $ti-icon-file-neutral; }\n.#{$ti-prefix}-file-off:before { content: $ti-icon-file-off; }\n.#{$ti-prefix}-file-orientation:before { content: $ti-icon-file-orientation; }\n.#{$ti-prefix}-file-pencil:before { content: $ti-icon-file-pencil; }\n.#{$ti-prefix}-file-percent:before { content: $ti-icon-file-percent; }\n.#{$ti-prefix}-file-phone:before { content: $ti-icon-file-phone; }\n.#{$ti-prefix}-file-plus:before { content: $ti-icon-file-plus; }\n.#{$ti-prefix}-file-power:before { content: $ti-icon-file-power; }\n.#{$ti-prefix}-file-report:before { content: $ti-icon-file-report; }\n.#{$ti-prefix}-file-rss:before { content: $ti-icon-file-rss; }\n.#{$ti-prefix}-file-sad:before { content: $ti-icon-file-sad; }\n.#{$ti-prefix}-file-scissors:before { content: $ti-icon-file-scissors; }\n.#{$ti-prefix}-file-search:before { content: $ti-icon-file-search; }\n.#{$ti-prefix}-file-settings:before { content: $ti-icon-file-settings; }\n.#{$ti-prefix}-file-shredder:before { content: $ti-icon-file-shredder; }\n.#{$ti-prefix}-file-signal:before { content: $ti-icon-file-signal; }\n.#{$ti-prefix}-file-smile:before { content: $ti-icon-file-smile; }\n.#{$ti-prefix}-file-spark:before { content: $ti-icon-file-spark; }\n.#{$ti-prefix}-file-spreadsheet:before { content: $ti-icon-file-spreadsheet; }\n.#{$ti-prefix}-file-stack:before { content: $ti-icon-file-stack; }\n.#{$ti-prefix}-file-star:before { content: $ti-icon-file-star; }\n.#{$ti-prefix}-file-symlink:before { content: $ti-icon-file-symlink; }\n.#{$ti-prefix}-file-text:before { content: $ti-icon-file-text; }\n.#{$ti-prefix}-file-text-ai:before { content: $ti-icon-file-text-ai; }\n.#{$ti-prefix}-file-text-spark:before { content: $ti-icon-file-text-spark; }\n.#{$ti-prefix}-file-time:before { content: $ti-icon-file-time; }\n.#{$ti-prefix}-file-type-bmp:before { content: $ti-icon-file-type-bmp; }\n.#{$ti-prefix}-file-type-css:before { content: $ti-icon-file-type-css; }\n.#{$ti-prefix}-file-type-csv:before { content: $ti-icon-file-type-csv; }\n.#{$ti-prefix}-file-type-doc:before { content: $ti-icon-file-type-doc; }\n.#{$ti-prefix}-file-type-docx:before { content: $ti-icon-file-type-docx; }\n.#{$ti-prefix}-file-type-html:before { content: $ti-icon-file-type-html; }\n.#{$ti-prefix}-file-type-jpg:before { content: $ti-icon-file-type-jpg; }\n.#{$ti-prefix}-file-type-js:before { content: $ti-icon-file-type-js; }\n.#{$ti-prefix}-file-type-jsx:before { content: $ti-icon-file-type-jsx; }\n.#{$ti-prefix}-file-type-pdf:before { content: $ti-icon-file-type-pdf; }\n.#{$ti-prefix}-file-type-php:before { content: $ti-icon-file-type-php; }\n.#{$ti-prefix}-file-type-png:before { content: $ti-icon-file-type-png; }\n.#{$ti-prefix}-file-type-ppt:before { content: $ti-icon-file-type-ppt; }\n.#{$ti-prefix}-file-type-rs:before { content: $ti-icon-file-type-rs; }\n.#{$ti-prefix}-file-type-sql:before { content: $ti-icon-file-type-sql; }\n.#{$ti-prefix}-file-type-svg:before { content: $ti-icon-file-type-svg; }\n.#{$ti-prefix}-file-type-ts:before { content: $ti-icon-file-type-ts; }\n.#{$ti-prefix}-file-type-tsx:before { content: $ti-icon-file-type-tsx; }\n.#{$ti-prefix}-file-type-txt:before { content: $ti-icon-file-type-txt; }\n.#{$ti-prefix}-file-type-vue:before { content: $ti-icon-file-type-vue; }\n.#{$ti-prefix}-file-type-xls:before { content: $ti-icon-file-type-xls; }\n.#{$ti-prefix}-file-type-xml:before { content: $ti-icon-file-type-xml; }\n.#{$ti-prefix}-file-type-zip:before { content: $ti-icon-file-type-zip; }\n.#{$ti-prefix}-file-typography:before { content: $ti-icon-file-typography; }\n.#{$ti-prefix}-file-unknown:before { content: $ti-icon-file-unknown; }\n.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }\n.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }\n.#{$ti-prefix}-file-word:before { content: $ti-icon-file-word; }\n.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }\n.#{$ti-prefix}-file-x-filled:before { content: $ti-icon-file-x-filled; }\n.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; }\n.#{$ti-prefix}-files:before { content: $ti-icon-files; }\n.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; }\n.#{$ti-prefix}-filter:before { content: $ti-icon-filter; }\n.#{$ti-prefix}-filter-bolt:before { content: $ti-icon-filter-bolt; }\n.#{$ti-prefix}-filter-cancel:before { content: $ti-icon-filter-cancel; }\n.#{$ti-prefix}-filter-check:before { content: $ti-icon-filter-check; }\n.#{$ti-prefix}-filter-code:before { content: $ti-icon-filter-code; }\n.#{$ti-prefix}-filter-cog:before { content: $ti-icon-filter-cog; }\n.#{$ti-prefix}-filter-discount:before { content: $ti-icon-filter-discount; }\n.#{$ti-prefix}-filter-dollar:before { content: $ti-icon-filter-dollar; }\n.#{$ti-prefix}-filter-down:before { content: $ti-icon-filter-down; }\n.#{$ti-prefix}-filter-edit:before { content: $ti-icon-filter-edit; }\n.#{$ti-prefix}-filter-exclamation:before { content: $ti-icon-filter-exclamation; }\n.#{$ti-prefix}-filter-filled:before { content: $ti-icon-filter-filled; }\n.#{$ti-prefix}-filter-heart:before { content: $ti-icon-filter-heart; }\n.#{$ti-prefix}-filter-minus:before { content: $ti-icon-filter-minus; }\n.#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; }\n.#{$ti-prefix}-filter-pause:before { content: $ti-icon-filter-pause; }\n.#{$ti-prefix}-filter-pin:before { content: $ti-icon-filter-pin; }\n.#{$ti-prefix}-filter-plus:before { content: $ti-icon-filter-plus; }\n.#{$ti-prefix}-filter-question:before { content: $ti-icon-filter-question; }\n.#{$ti-prefix}-filter-search:before { content: $ti-icon-filter-search; }\n.#{$ti-prefix}-filter-share:before { content: $ti-icon-filter-share; }\n.#{$ti-prefix}-filter-star:before { content: $ti-icon-filter-star; }\n.#{$ti-prefix}-filter-up:before { content: $ti-icon-filter-up; }\n.#{$ti-prefix}-filter-x:before { content: $ti-icon-filter-x; }\n.#{$ti-prefix}-filters:before { content: $ti-icon-filters; }\n.#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; }\n.#{$ti-prefix}-fingerprint-off:before { content: $ti-icon-fingerprint-off; }\n.#{$ti-prefix}-fingerprint-scan:before { content: $ti-icon-fingerprint-scan; }\n.#{$ti-prefix}-fire-extinguisher:before { content: $ti-icon-fire-extinguisher; }\n.#{$ti-prefix}-fire-hydrant:before { content: $ti-icon-fire-hydrant; }\n.#{$ti-prefix}-fire-hydrant-off:before { content: $ti-icon-fire-hydrant-off; }\n.#{$ti-prefix}-firetruck:before { content: $ti-icon-firetruck; }\n.#{$ti-prefix}-first-aid-kit:before { content: $ti-icon-first-aid-kit; }\n.#{$ti-prefix}-first-aid-kit-off:before { content: $ti-icon-first-aid-kit-off; }\n.#{$ti-prefix}-fish:before { content: $ti-icon-fish; }\n.#{$ti-prefix}-fish-bone:before { content: $ti-icon-fish-bone; }\n.#{$ti-prefix}-fish-christianity:before { content: $ti-icon-fish-christianity; }\n.#{$ti-prefix}-fish-hook:before { content: $ti-icon-fish-hook; }\n.#{$ti-prefix}-fish-hook-off:before { content: $ti-icon-fish-hook-off; }\n.#{$ti-prefix}-fish-off:before { content: $ti-icon-fish-off; }\n.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }\n.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }\n.#{$ti-prefix}-flag-2-filled:before { content: $ti-icon-flag-2-filled; }\n.#{$ti-prefix}-flag-2-off:before { content: $ti-icon-flag-2-off; }\n.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }\n.#{$ti-prefix}-flag-3-filled:before { content: $ti-icon-flag-3-filled; }\n.#{$ti-prefix}-flag-bitcoin:before { content: $ti-icon-flag-bitcoin; }\n.#{$ti-prefix}-flag-bolt:before { content: $ti-icon-flag-bolt; }\n.#{$ti-prefix}-flag-cancel:before { content: $ti-icon-flag-cancel; }\n.#{$ti-prefix}-flag-check:before { content: $ti-icon-flag-check; }\n.#{$ti-prefix}-flag-code:before { content: $ti-icon-flag-code; }\n.#{$ti-prefix}-flag-cog:before { content: $ti-icon-flag-cog; }\n.#{$ti-prefix}-flag-discount:before { content: $ti-icon-flag-discount; }\n.#{$ti-prefix}-flag-dollar:before { content: $ti-icon-flag-dollar; }\n.#{$ti-prefix}-flag-down:before { content: $ti-icon-flag-down; }\n.#{$ti-prefix}-flag-exclamation:before { content: $ti-icon-flag-exclamation; }\n.#{$ti-prefix}-flag-filled:before { content: $ti-icon-flag-filled; }\n.#{$ti-prefix}-flag-heart:before { content: $ti-icon-flag-heart; }\n.#{$ti-prefix}-flag-minus:before { content: $ti-icon-flag-minus; }\n.#{$ti-prefix}-flag-off:before { content: $ti-icon-flag-off; }\n.#{$ti-prefix}-flag-pause:before { content: $ti-icon-flag-pause; }\n.#{$ti-prefix}-flag-pin:before { content: $ti-icon-flag-pin; }\n.#{$ti-prefix}-flag-plus:before { content: $ti-icon-flag-plus; }\n.#{$ti-prefix}-flag-question:before { content: $ti-icon-flag-question; }\n.#{$ti-prefix}-flag-search:before { content: $ti-icon-flag-search; }\n.#{$ti-prefix}-flag-share:before { content: $ti-icon-flag-share; }\n.#{$ti-prefix}-flag-spark:before { content: $ti-icon-flag-spark; }\n.#{$ti-prefix}-flag-star:before { content: $ti-icon-flag-star; }\n.#{$ti-prefix}-flag-up:before { content: $ti-icon-flag-up; }\n.#{$ti-prefix}-flag-x:before { content: $ti-icon-flag-x; }\n.#{$ti-prefix}-flame:before { content: $ti-icon-flame; }\n.#{$ti-prefix}-flame-off:before { content: $ti-icon-flame-off; }\n.#{$ti-prefix}-flare:before { content: $ti-icon-flare; }\n.#{$ti-prefix}-flask:before { content: $ti-icon-flask; }\n.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }\n.#{$ti-prefix}-flask-2-filled:before { content: $ti-icon-flask-2-filled; }\n.#{$ti-prefix}-flask-2-off:before { content: $ti-icon-flask-2-off; }\n.#{$ti-prefix}-flask-filled:before { content: $ti-icon-flask-filled; }\n.#{$ti-prefix}-flask-off:before { content: $ti-icon-flask-off; }\n.#{$ti-prefix}-flip-flops:before { content: $ti-icon-flip-flops; }\n.#{$ti-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; }\n.#{$ti-prefix}-flip-vertical:before { content: $ti-icon-flip-vertical; }\n.#{$ti-prefix}-float-center:before { content: $ti-icon-float-center; }\n.#{$ti-prefix}-float-left:before { content: $ti-icon-float-left; }\n.#{$ti-prefix}-float-none:before { content: $ti-icon-float-none; }\n.#{$ti-prefix}-float-right:before { content: $ti-icon-float-right; }\n.#{$ti-prefix}-flower:before { content: $ti-icon-flower; }\n.#{$ti-prefix}-flower-filled:before { content: $ti-icon-flower-filled; }\n.#{$ti-prefix}-flower-off:before { content: $ti-icon-flower-off; }\n.#{$ti-prefix}-focus:before { content: $ti-icon-focus; }\n.#{$ti-prefix}-focus-2:before { content: $ti-icon-focus-2; }\n.#{$ti-prefix}-focus-auto:before { content: $ti-icon-focus-auto; }\n.#{$ti-prefix}-focus-centered:before { content: $ti-icon-focus-centered; }\n.#{$ti-prefix}-fold:before { content: $ti-icon-fold; }\n.#{$ti-prefix}-fold-down:before { content: $ti-icon-fold-down; }\n.#{$ti-prefix}-fold-up:before { content: $ti-icon-fold-up; }\n.#{$ti-prefix}-folder:before { content: $ti-icon-folder; }\n.#{$ti-prefix}-folder-bolt:before { content: $ti-icon-folder-bolt; }\n.#{$ti-prefix}-folder-cancel:before { content: $ti-icon-folder-cancel; }\n.#{$ti-prefix}-folder-check:before { content: $ti-icon-folder-check; }\n.#{$ti-prefix}-folder-code:before { content: $ti-icon-folder-code; }\n.#{$ti-prefix}-folder-cog:before { content: $ti-icon-folder-cog; }\n.#{$ti-prefix}-folder-dollar:before { content: $ti-icon-folder-dollar; }\n.#{$ti-prefix}-folder-down:before { content: $ti-icon-folder-down; }\n.#{$ti-prefix}-folder-exclamation:before { content: $ti-icon-folder-exclamation; }\n.#{$ti-prefix}-folder-filled:before { content: $ti-icon-folder-filled; }\n.#{$ti-prefix}-folder-heart:before { content: $ti-icon-folder-heart; }\n.#{$ti-prefix}-folder-minus:before { content: $ti-icon-folder-minus; }\n.#{$ti-prefix}-folder-off:before { content: $ti-icon-folder-off; }\n.#{$ti-prefix}-folder-open:before { content: $ti-icon-folder-open; }\n.#{$ti-prefix}-folder-pause:before { content: $ti-icon-folder-pause; }\n.#{$ti-prefix}-folder-pin:before { content: $ti-icon-folder-pin; }\n.#{$ti-prefix}-folder-plus:before { content: $ti-icon-folder-plus; }\n.#{$ti-prefix}-folder-question:before { content: $ti-icon-folder-question; }\n.#{$ti-prefix}-folder-root:before { content: $ti-icon-folder-root; }\n.#{$ti-prefix}-folder-search:before { content: $ti-icon-folder-search; }\n.#{$ti-prefix}-folder-share:before { content: $ti-icon-folder-share; }\n.#{$ti-prefix}-folder-star:before { content: $ti-icon-folder-star; }\n.#{$ti-prefix}-folder-symlink:before { content: $ti-icon-folder-symlink; }\n.#{$ti-prefix}-folder-up:before { content: $ti-icon-folder-up; }\n.#{$ti-prefix}-folder-x:before { content: $ti-icon-folder-x; }\n.#{$ti-prefix}-folders:before { content: $ti-icon-folders; }\n.#{$ti-prefix}-folders-off:before { content: $ti-icon-folders-off; }\n.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; }\n.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; }\n.#{$ti-prefix}-forbid-2-filled:before { content: $ti-icon-forbid-2-filled; }\n.#{$ti-prefix}-forbid-filled:before { content: $ti-icon-forbid-filled; }\n.#{$ti-prefix}-forklift:before { content: $ti-icon-forklift; }\n.#{$ti-prefix}-forms:before { content: $ti-icon-forms; }\n.#{$ti-prefix}-fountain:before { content: $ti-icon-fountain; }\n.#{$ti-prefix}-fountain-filled:before { content: $ti-icon-fountain-filled; }\n.#{$ti-prefix}-fountain-off:before { content: $ti-icon-fountain-off; }\n.#{$ti-prefix}-frame:before { content: $ti-icon-frame; }\n.#{$ti-prefix}-frame-off:before { content: $ti-icon-frame-off; }\n.#{$ti-prefix}-free-rights:before { content: $ti-icon-free-rights; }\n.#{$ti-prefix}-freeze-column:before { content: $ti-icon-freeze-column; }\n.#{$ti-prefix}-freeze-row:before { content: $ti-icon-freeze-row; }\n.#{$ti-prefix}-freeze-row-column:before { content: $ti-icon-freeze-row-column; }\n.#{$ti-prefix}-fridge:before { content: $ti-icon-fridge; }\n.#{$ti-prefix}-fridge-off:before { content: $ti-icon-fridge-off; }\n.#{$ti-prefix}-friends:before { content: $ti-icon-friends; }\n.#{$ti-prefix}-friends-off:before { content: $ti-icon-friends-off; }\n.#{$ti-prefix}-frustum:before { content: $ti-icon-frustum; }\n.#{$ti-prefix}-frustum-off:before { content: $ti-icon-frustum-off; }\n.#{$ti-prefix}-frustum-plus:before { content: $ti-icon-frustum-plus; }\n.#{$ti-prefix}-function:before { content: $ti-icon-function; }\n.#{$ti-prefix}-function-filled:before { content: $ti-icon-function-filled; }\n.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; }\n.#{$ti-prefix}-galaxy:before { content: $ti-icon-galaxy; }\n.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; }\n.#{$ti-prefix}-garden-cart-off:before { content: $ti-icon-garden-cart-off; }\n.#{$ti-prefix}-gas-station:before { content: $ti-icon-gas-station; }\n.#{$ti-prefix}-gas-station-off:before { content: $ti-icon-gas-station-off; }\n.#{$ti-prefix}-gauge:before { content: $ti-icon-gauge; }\n.#{$ti-prefix}-gauge-filled:before { content: $ti-icon-gauge-filled; }\n.#{$ti-prefix}-gauge-off:before { content: $ti-icon-gauge-off; }\n.#{$ti-prefix}-gavel:before { content: $ti-icon-gavel; }\n.#{$ti-prefix}-gender-agender:before { content: $ti-icon-gender-agender; }\n.#{$ti-prefix}-gender-androgyne:before { content: $ti-icon-gender-androgyne; }\n.#{$ti-prefix}-gender-bigender:before { content: $ti-icon-gender-bigender; }\n.#{$ti-prefix}-gender-demiboy:before { content: $ti-icon-gender-demiboy; }\n.#{$ti-prefix}-gender-demigirl:before { content: $ti-icon-gender-demigirl; }\n.#{$ti-prefix}-gender-epicene:before { content: $ti-icon-gender-epicene; }\n.#{$ti-prefix}-gender-female:before { content: $ti-icon-gender-female; }\n.#{$ti-prefix}-gender-femme:before { content: $ti-icon-gender-femme; }\n.#{$ti-prefix}-gender-genderfluid:before { content: $ti-icon-gender-genderfluid; }\n.#{$ti-prefix}-gender-genderless:before { content: $ti-icon-gender-genderless; }\n.#{$ti-prefix}-gender-genderqueer:before { content: $ti-icon-gender-genderqueer; }\n.#{$ti-prefix}-gender-hermaphrodite:before { content: $ti-icon-gender-hermaphrodite; }\n.#{$ti-prefix}-gender-intergender:before { content: $ti-icon-gender-intergender; }\n.#{$ti-prefix}-gender-male:before { content: $ti-icon-gender-male; }\n.#{$ti-prefix}-gender-neutrois:before { content: $ti-icon-gender-neutrois; }\n.#{$ti-prefix}-gender-third:before { content: $ti-icon-gender-third; }\n.#{$ti-prefix}-gender-transgender:before { content: $ti-icon-gender-transgender; }\n.#{$ti-prefix}-gender-trasvesti:before { content: $ti-icon-gender-trasvesti; }\n.#{$ti-prefix}-geometry:before { content: $ti-icon-geometry; }\n.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }\n.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }\n.#{$ti-prefix}-ghost-2-filled:before { content: $ti-icon-ghost-2-filled; }\n.#{$ti-prefix}-ghost-3:before { content: $ti-icon-ghost-3; }\n.#{$ti-prefix}-ghost-filled:before { content: $ti-icon-ghost-filled; }\n.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; }\n.#{$ti-prefix}-gif:before { content: $ti-icon-gif; }\n.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }\n.#{$ti-prefix}-gift-card:before { content: $ti-icon-gift-card; }\n.#{$ti-prefix}-gift-card-filled:before { content: $ti-icon-gift-card-filled; }\n.#{$ti-prefix}-gift-filled:before { content: $ti-icon-gift-filled; }\n.#{$ti-prefix}-gift-off:before { content: $ti-icon-gift-off; }\n.#{$ti-prefix}-git-branch:before { content: $ti-icon-git-branch; }\n.#{$ti-prefix}-git-branch-deleted:before { content: $ti-icon-git-branch-deleted; }\n.#{$ti-prefix}-git-cherry-pick:before { content: $ti-icon-git-cherry-pick; }\n.#{$ti-prefix}-git-commit:before { content: $ti-icon-git-commit; }\n.#{$ti-prefix}-git-compare:before { content: $ti-icon-git-compare; }\n.#{$ti-prefix}-git-fork:before { content: $ti-icon-git-fork; }\n.#{$ti-prefix}-git-merge:before { content: $ti-icon-git-merge; }\n.#{$ti-prefix}-git-pull-request:before { content: $ti-icon-git-pull-request; }\n.#{$ti-prefix}-git-pull-request-closed:before { content: $ti-icon-git-pull-request-closed; }\n.#{$ti-prefix}-git-pull-request-draft:before { content: $ti-icon-git-pull-request-draft; }\n.#{$ti-prefix}-gizmo:before { content: $ti-icon-gizmo; }\n.#{$ti-prefix}-glass:before { content: $ti-icon-glass; }\n.#{$ti-prefix}-glass-champagne:before { content: $ti-icon-glass-champagne; }\n.#{$ti-prefix}-glass-cocktail:before { content: $ti-icon-glass-cocktail; }\n.#{$ti-prefix}-glass-filled:before { content: $ti-icon-glass-filled; }\n.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }\n.#{$ti-prefix}-glass-full-filled:before { content: $ti-icon-glass-full-filled; }\n.#{$ti-prefix}-glass-gin:before { content: $ti-icon-glass-gin; }\n.#{$ti-prefix}-glass-off:before { content: $ti-icon-glass-off; }\n.#{$ti-prefix}-globe:before { content: $ti-icon-globe; }\n.#{$ti-prefix}-globe-filled:before { content: $ti-icon-globe-filled; }\n.#{$ti-prefix}-globe-off:before { content: $ti-icon-globe-off; }\n.#{$ti-prefix}-go-game:before { content: $ti-icon-go-game; }\n.#{$ti-prefix}-golf:before { content: $ti-icon-golf; }\n.#{$ti-prefix}-golf-off:before { content: $ti-icon-golf-off; }\n.#{$ti-prefix}-gps:before { content: $ti-icon-gps; }\n.#{$ti-prefix}-gps-filled:before { content: $ti-icon-gps-filled; }\n.#{$ti-prefix}-gradienter:before { content: $ti-icon-gradienter; }\n.#{$ti-prefix}-grain:before { content: $ti-icon-grain; }\n.#{$ti-prefix}-graph:before { content: $ti-icon-graph; }\n.#{$ti-prefix}-graph-filled:before { content: $ti-icon-graph-filled; }\n.#{$ti-prefix}-graph-off:before { content: $ti-icon-graph-off; }\n.#{$ti-prefix}-grave:before { content: $ti-icon-grave; }\n.#{$ti-prefix}-grave-2:before { content: $ti-icon-grave-2; }\n.#{$ti-prefix}-grid-3x3:before { content: $ti-icon-grid-3x3; }\n.#{$ti-prefix}-grid-4x4:before { content: $ti-icon-grid-4x4; }\n.#{$ti-prefix}-grid-dots:before { content: $ti-icon-grid-dots; }\n.#{$ti-prefix}-grid-goldenratio:before { content: $ti-icon-grid-goldenratio; }\n.#{$ti-prefix}-grid-pattern:before { content: $ti-icon-grid-pattern; }\n.#{$ti-prefix}-grid-scan:before { content: $ti-icon-grid-scan; }\n.#{$ti-prefix}-grill:before { content: $ti-icon-grill; }\n.#{$ti-prefix}-grill-fork:before { content: $ti-icon-grill-fork; }\n.#{$ti-prefix}-grill-off:before { content: $ti-icon-grill-off; }\n.#{$ti-prefix}-grill-spatula:before { content: $ti-icon-grill-spatula; }\n.#{$ti-prefix}-grip-horizontal:before { content: $ti-icon-grip-horizontal; }\n.#{$ti-prefix}-grip-vertical:before { content: $ti-icon-grip-vertical; }\n.#{$ti-prefix}-growth:before { content: $ti-icon-growth; }\n.#{$ti-prefix}-guitar-pick:before { content: $ti-icon-guitar-pick; }\n.#{$ti-prefix}-guitar-pick-filled:before { content: $ti-icon-guitar-pick-filled; }\n.#{$ti-prefix}-gymnastics:before { content: $ti-icon-gymnastics; }\n.#{$ti-prefix}-h-1:before { content: $ti-icon-h-1; }\n.#{$ti-prefix}-h-2:before { content: $ti-icon-h-2; }\n.#{$ti-prefix}-h-3:before { content: $ti-icon-h-3; }\n.#{$ti-prefix}-h-4:before { content: $ti-icon-h-4; }\n.#{$ti-prefix}-h-5:before { content: $ti-icon-h-5; }\n.#{$ti-prefix}-h-6:before { content: $ti-icon-h-6; }\n.#{$ti-prefix}-hammer:before { content: $ti-icon-hammer; }\n.#{$ti-prefix}-hammer-off:before { content: $ti-icon-hammer-off; }\n.#{$ti-prefix}-hand-click:before { content: $ti-icon-hand-click; }\n.#{$ti-prefix}-hand-finger:before { content: $ti-icon-hand-finger; }\n.#{$ti-prefix}-hand-finger-down:before { content: $ti-icon-hand-finger-down; }\n.#{$ti-prefix}-hand-finger-left:before { content: $ti-icon-hand-finger-left; }\n.#{$ti-prefix}-hand-finger-off:before { content: $ti-icon-hand-finger-off; }\n.#{$ti-prefix}-hand-finger-right:before { content: $ti-icon-hand-finger-right; }\n.#{$ti-prefix}-hand-grab:before { content: $ti-icon-hand-grab; }\n.#{$ti-prefix}-hand-little-finger:before { content: $ti-icon-hand-little-finger; }\n.#{$ti-prefix}-hand-love-you:before { content: $ti-icon-hand-love-you; }\n.#{$ti-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; }\n.#{$ti-prefix}-hand-move:before { content: $ti-icon-hand-move; }\n.#{$ti-prefix}-hand-off:before { content: $ti-icon-hand-off; }\n.#{$ti-prefix}-hand-ring-finger:before { content: $ti-icon-hand-ring-finger; }\n.#{$ti-prefix}-hand-sanitizer:before { content: $ti-icon-hand-sanitizer; }\n.#{$ti-prefix}-hand-stop:before { content: $ti-icon-hand-stop; }\n.#{$ti-prefix}-hand-three-fingers:before { content: $ti-icon-hand-three-fingers; }\n.#{$ti-prefix}-hand-two-fingers:before { content: $ti-icon-hand-two-fingers; }\n.#{$ti-prefix}-hanger:before { content: $ti-icon-hanger; }\n.#{$ti-prefix}-hanger-2:before { content: $ti-icon-hanger-2; }\n.#{$ti-prefix}-hanger-2-filled:before { content: $ti-icon-hanger-2-filled; }\n.#{$ti-prefix}-hanger-off:before { content: $ti-icon-hanger-off; }\n.#{$ti-prefix}-hash:before { content: $ti-icon-hash; }\n.#{$ti-prefix}-haze:before { content: $ti-icon-haze; }\n.#{$ti-prefix}-haze-moon:before { content: $ti-icon-haze-moon; }\n.#{$ti-prefix}-hdr:before { content: $ti-icon-hdr; }\n.#{$ti-prefix}-heading:before { content: $ti-icon-heading; }\n.#{$ti-prefix}-heading-off:before { content: $ti-icon-heading-off; }\n.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; }\n.#{$ti-prefix}-headphones-filled:before { content: $ti-icon-headphones-filled; }\n.#{$ti-prefix}-headphones-off:before { content: $ti-icon-headphones-off; }\n.#{$ti-prefix}-headset:before { content: $ti-icon-headset; }\n.#{$ti-prefix}-headset-off:before { content: $ti-icon-headset-off; }\n.#{$ti-prefix}-health-recognition:before { content: $ti-icon-health-recognition; }\n.#{$ti-prefix}-heart:before { content: $ti-icon-heart; }\n.#{$ti-prefix}-heart-bitcoin:before { content: $ti-icon-heart-bitcoin; }\n.#{$ti-prefix}-heart-bolt:before { content: $ti-icon-heart-bolt; }\n.#{$ti-prefix}-heart-broken:before { content: $ti-icon-heart-broken; }\n.#{$ti-prefix}-heart-cancel:before { content: $ti-icon-heart-cancel; }\n.#{$ti-prefix}-heart-check:before { content: $ti-icon-heart-check; }\n.#{$ti-prefix}-heart-code:before { content: $ti-icon-heart-code; }\n.#{$ti-prefix}-heart-cog:before { content: $ti-icon-heart-cog; }\n.#{$ti-prefix}-heart-discount:before { content: $ti-icon-heart-discount; }\n.#{$ti-prefix}-heart-dollar:before { content: $ti-icon-heart-dollar; }\n.#{$ti-prefix}-heart-down:before { content: $ti-icon-heart-down; }\n.#{$ti-prefix}-heart-exclamation:before { content: $ti-icon-heart-exclamation; }\n.#{$ti-prefix}-heart-filled:before { content: $ti-icon-heart-filled; }\n.#{$ti-prefix}-heart-handshake:before { content: $ti-icon-heart-handshake; }\n.#{$ti-prefix}-heart-minus:before { content: $ti-icon-heart-minus; }\n.#{$ti-prefix}-heart-off:before { content: $ti-icon-heart-off; }\n.#{$ti-prefix}-heart-pause:before { content: $ti-icon-heart-pause; }\n.#{$ti-prefix}-heart-pin:before { content: $ti-icon-heart-pin; }\n.#{$ti-prefix}-heart-plus:before { content: $ti-icon-heart-plus; }\n.#{$ti-prefix}-heart-question:before { content: $ti-icon-heart-question; }\n.#{$ti-prefix}-heart-rate-monitor:before { content: $ti-icon-heart-rate-monitor; }\n.#{$ti-prefix}-heart-search:before { content: $ti-icon-heart-search; }\n.#{$ti-prefix}-heart-share:before { content: $ti-icon-heart-share; }\n.#{$ti-prefix}-heart-spark:before { content: $ti-icon-heart-spark; }\n.#{$ti-prefix}-heart-star:before { content: $ti-icon-heart-star; }\n.#{$ti-prefix}-heart-up:before { content: $ti-icon-heart-up; }\n.#{$ti-prefix}-heart-x:before { content: $ti-icon-heart-x; }\n.#{$ti-prefix}-heartbeat:before { content: $ti-icon-heartbeat; }\n.#{$ti-prefix}-hearts:before { content: $ti-icon-hearts; }\n.#{$ti-prefix}-hearts-off:before { content: $ti-icon-hearts-off; }\n.#{$ti-prefix}-helicopter:before { content: $ti-icon-helicopter; }\n.#{$ti-prefix}-helicopter-landing:before { content: $ti-icon-helicopter-landing; }\n.#{$ti-prefix}-helmet:before { content: $ti-icon-helmet; }\n.#{$ti-prefix}-helmet-off:before { content: $ti-icon-helmet-off; }\n.#{$ti-prefix}-help:before { content: $ti-icon-help; }\n.#{$ti-prefix}-help-circle:before { content: $ti-icon-help-circle; }\n.#{$ti-prefix}-help-circle-filled:before { content: $ti-icon-help-circle-filled; }\n.#{$ti-prefix}-help-hexagon:before { content: $ti-icon-help-hexagon; }\n.#{$ti-prefix}-help-hexagon-filled:before { content: $ti-icon-help-hexagon-filled; }\n.#{$ti-prefix}-help-octagon:before { content: $ti-icon-help-octagon; }\n.#{$ti-prefix}-help-octagon-filled:before { content: $ti-icon-help-octagon-filled; }\n.#{$ti-prefix}-help-off:before { content: $ti-icon-help-off; }\n.#{$ti-prefix}-help-small:before { content: $ti-icon-help-small; }\n.#{$ti-prefix}-help-square:before { content: $ti-icon-help-square; }\n.#{$ti-prefix}-help-square-filled:before { content: $ti-icon-help-square-filled; }\n.#{$ti-prefix}-help-square-rounded:before { content: $ti-icon-help-square-rounded; }\n.#{$ti-prefix}-help-square-rounded-filled:before { content: $ti-icon-help-square-rounded-filled; }\n.#{$ti-prefix}-help-triangle:before { content: $ti-icon-help-triangle; }\n.#{$ti-prefix}-help-triangle-filled:before { content: $ti-icon-help-triangle-filled; }\n.#{$ti-prefix}-hemisphere:before { content: $ti-icon-hemisphere; }\n.#{$ti-prefix}-hemisphere-off:before { content: $ti-icon-hemisphere-off; }\n.#{$ti-prefix}-hemisphere-plus:before { content: $ti-icon-hemisphere-plus; }\n.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }\n.#{$ti-prefix}-hexagon-3d:before { content: $ti-icon-hexagon-3d; }\n.#{$ti-prefix}-hexagon-filled:before { content: $ti-icon-hexagon-filled; }\n.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }\n.#{$ti-prefix}-hexagon-letter-a-filled:before { content: $ti-icon-hexagon-letter-a-filled; }\n.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }\n.#{$ti-prefix}-hexagon-letter-b-filled:before { content: $ti-icon-hexagon-letter-b-filled; }\n.#{$ti-prefix}-hexagon-letter-c:before { content: $ti-icon-hexagon-letter-c; }\n.#{$ti-prefix}-hexagon-letter-c-filled:before { content: $ti-icon-hexagon-letter-c-filled; }\n.#{$ti-prefix}-hexagon-letter-d:before { content: $ti-icon-hexagon-letter-d; }\n.#{$ti-prefix}-hexagon-letter-d-filled:before { content: $ti-icon-hexagon-letter-d-filled; }\n.#{$ti-prefix}-hexagon-letter-e:before { content: $ti-icon-hexagon-letter-e; }\n.#{$ti-prefix}-hexagon-letter-e-filled:before { content: $ti-icon-hexagon-letter-e-filled; }\n.#{$ti-prefix}-hexagon-letter-f:before { content: $ti-icon-hexagon-letter-f; }\n.#{$ti-prefix}-hexagon-letter-f-filled:before { content: $ti-icon-hexagon-letter-f-filled; }\n.#{$ti-prefix}-hexagon-letter-g:before { content: $ti-icon-hexagon-letter-g; }\n.#{$ti-prefix}-hexagon-letter-g-filled:before { content: $ti-icon-hexagon-letter-g-filled; }\n.#{$ti-prefix}-hexagon-letter-h:before { content: $ti-icon-hexagon-letter-h; }\n.#{$ti-prefix}-hexagon-letter-h-filled:before { content: $ti-icon-hexagon-letter-h-filled; }\n.#{$ti-prefix}-hexagon-letter-i:before { content: $ti-icon-hexagon-letter-i; }\n.#{$ti-prefix}-hexagon-letter-i-filled:before { content: $ti-icon-hexagon-letter-i-filled; }\n.#{$ti-prefix}-hexagon-letter-j:before { content: $ti-icon-hexagon-letter-j; }\n.#{$ti-prefix}-hexagon-letter-j-filled:before { content: $ti-icon-hexagon-letter-j-filled; }\n.#{$ti-prefix}-hexagon-letter-k:before { content: $ti-icon-hexagon-letter-k; }\n.#{$ti-prefix}-hexagon-letter-k-filled:before { content: $ti-icon-hexagon-letter-k-filled; }\n.#{$ti-prefix}-hexagon-letter-l:before { content: $ti-icon-hexagon-letter-l; }\n.#{$ti-prefix}-hexagon-letter-l-filled:before { content: $ti-icon-hexagon-letter-l-filled; }\n.#{$ti-prefix}-hexagon-letter-m:before { content: $ti-icon-hexagon-letter-m; }\n.#{$ti-prefix}-hexagon-letter-m-filled:before { content: $ti-icon-hexagon-letter-m-filled; }\n.#{$ti-prefix}-hexagon-letter-n:before { content: $ti-icon-hexagon-letter-n; }\n.#{$ti-prefix}-hexagon-letter-n-filled:before { content: $ti-icon-hexagon-letter-n-filled; }\n.#{$ti-prefix}-hexagon-letter-o:before { content: $ti-icon-hexagon-letter-o; }\n.#{$ti-prefix}-hexagon-letter-o-filled:before { content: $ti-icon-hexagon-letter-o-filled; }\n.#{$ti-prefix}-hexagon-letter-p:before { content: $ti-icon-hexagon-letter-p; }\n.#{$ti-prefix}-hexagon-letter-p-filled:before { content: $ti-icon-hexagon-letter-p-filled; }\n.#{$ti-prefix}-hexagon-letter-q:before { content: $ti-icon-hexagon-letter-q; }\n.#{$ti-prefix}-hexagon-letter-q-filled:before { content: $ti-icon-hexagon-letter-q-filled; }\n.#{$ti-prefix}-hexagon-letter-r:before { content: $ti-icon-hexagon-letter-r; }\n.#{$ti-prefix}-hexagon-letter-r-filled:before { content: $ti-icon-hexagon-letter-r-filled; }\n.#{$ti-prefix}-hexagon-letter-s:before { content: $ti-icon-hexagon-letter-s; }\n.#{$ti-prefix}-hexagon-letter-s-filled:before { content: $ti-icon-hexagon-letter-s-filled; }\n.#{$ti-prefix}-hexagon-letter-t:before { content: $ti-icon-hexagon-letter-t; }\n.#{$ti-prefix}-hexagon-letter-t-filled:before { content: $ti-icon-hexagon-letter-t-filled; }\n.#{$ti-prefix}-hexagon-letter-u:before { content: $ti-icon-hexagon-letter-u; }\n.#{$ti-prefix}-hexagon-letter-u-filled:before { content: $ti-icon-hexagon-letter-u-filled; }\n.#{$ti-prefix}-hexagon-letter-v:before { content: $ti-icon-hexagon-letter-v; }\n.#{$ti-prefix}-hexagon-letter-v-filled:before { content: $ti-icon-hexagon-letter-v-filled; }\n.#{$ti-prefix}-hexagon-letter-w:before { content: $ti-icon-hexagon-letter-w; }\n.#{$ti-prefix}-hexagon-letter-w-filled:before { content: $ti-icon-hexagon-letter-w-filled; }\n.#{$ti-prefix}-hexagon-letter-x:before { content: $ti-icon-hexagon-letter-x; }\n.#{$ti-prefix}-hexagon-letter-x-filled:before { content: $ti-icon-hexagon-letter-x-filled; }\n.#{$ti-prefix}-hexagon-letter-y:before { content: $ti-icon-hexagon-letter-y; }\n.#{$ti-prefix}-hexagon-letter-y-filled:before { content: $ti-icon-hexagon-letter-y-filled; }\n.#{$ti-prefix}-hexagon-letter-z:before { content: $ti-icon-hexagon-letter-z; }\n.#{$ti-prefix}-hexagon-letter-z-filled:before { content: $ti-icon-hexagon-letter-z-filled; }\n.#{$ti-prefix}-hexagon-minus:before { content: $ti-icon-hexagon-minus; }\n.#{$ti-prefix}-hexagon-minus-2:before { content: $ti-icon-hexagon-minus-2; }\n.#{$ti-prefix}-hexagon-minus-filled:before { content: $ti-icon-hexagon-minus-filled; }\n.#{$ti-prefix}-hexagon-number-0:before { content: $ti-icon-hexagon-number-0; }\n.#{$ti-prefix}-hexagon-number-0-filled:before { content: $ti-icon-hexagon-number-0-filled; }\n.#{$ti-prefix}-hexagon-number-1:before { content: $ti-icon-hexagon-number-1; }\n.#{$ti-prefix}-hexagon-number-1-filled:before { content: $ti-icon-hexagon-number-1-filled; }\n.#{$ti-prefix}-hexagon-number-2:before { content: $ti-icon-hexagon-number-2; }\n.#{$ti-prefix}-hexagon-number-2-filled:before { content: $ti-icon-hexagon-number-2-filled; }\n.#{$ti-prefix}-hexagon-number-3:before { content: $ti-icon-hexagon-number-3; }\n.#{$ti-prefix}-hexagon-number-3-filled:before { content: $ti-icon-hexagon-number-3-filled; }\n.#{$ti-prefix}-hexagon-number-4:before { content: $ti-icon-hexagon-number-4; }\n.#{$ti-prefix}-hexagon-number-4-filled:before { content: $ti-icon-hexagon-number-4-filled; }\n.#{$ti-prefix}-hexagon-number-5:before { content: $ti-icon-hexagon-number-5; }\n.#{$ti-prefix}-hexagon-number-5-filled:before { content: $ti-icon-hexagon-number-5-filled; }\n.#{$ti-prefix}-hexagon-number-6:before { content: $ti-icon-hexagon-number-6; }\n.#{$ti-prefix}-hexagon-number-6-filled:before { content: $ti-icon-hexagon-number-6-filled; }\n.#{$ti-prefix}-hexagon-number-7:before { content: $ti-icon-hexagon-number-7; }\n.#{$ti-prefix}-hexagon-number-7-filled:before { content: $ti-icon-hexagon-number-7-filled; }\n.#{$ti-prefix}-hexagon-number-8:before { content: $ti-icon-hexagon-number-8; }\n.#{$ti-prefix}-hexagon-number-8-filled:before { content: $ti-icon-hexagon-number-8-filled; }\n.#{$ti-prefix}-hexagon-number-9:before { content: $ti-icon-hexagon-number-9; }\n.#{$ti-prefix}-hexagon-number-9-filled:before { content: $ti-icon-hexagon-number-9-filled; }\n.#{$ti-prefix}-hexagon-off:before { content: $ti-icon-hexagon-off; }\n.#{$ti-prefix}-hexagon-plus:before { content: $ti-icon-hexagon-plus; }\n.#{$ti-prefix}-hexagon-plus-2:before { content: $ti-icon-hexagon-plus-2; }\n.#{$ti-prefix}-hexagon-plus-filled:before { content: $ti-icon-hexagon-plus-filled; }\n.#{$ti-prefix}-hexagonal-prism:before { content: $ti-icon-hexagonal-prism; }\n.#{$ti-prefix}-hexagonal-prism-off:before { content: $ti-icon-hexagonal-prism-off; }\n.#{$ti-prefix}-hexagonal-prism-plus:before { content: $ti-icon-hexagonal-prism-plus; }\n.#{$ti-prefix}-hexagonal-pyramid:before { content: $ti-icon-hexagonal-pyramid; }\n.#{$ti-prefix}-hexagonal-pyramid-off:before { content: $ti-icon-hexagonal-pyramid-off; }\n.#{$ti-prefix}-hexagonal-pyramid-plus:before { content: $ti-icon-hexagonal-pyramid-plus; }\n.#{$ti-prefix}-hexagons:before { content: $ti-icon-hexagons; }\n.#{$ti-prefix}-hexagons-off:before { content: $ti-icon-hexagons-off; }\n.#{$ti-prefix}-hierarchy:before { content: $ti-icon-hierarchy; }\n.#{$ti-prefix}-hierarchy-2:before { content: $ti-icon-hierarchy-2; }\n.#{$ti-prefix}-hierarchy-3:before { content: $ti-icon-hierarchy-3; }\n.#{$ti-prefix}-hierarchy-off:before { content: $ti-icon-hierarchy-off; }\n.#{$ti-prefix}-highlight:before { content: $ti-icon-highlight; }\n.#{$ti-prefix}-highlight-off:before { content: $ti-icon-highlight-off; }\n.#{$ti-prefix}-history:before { content: $ti-icon-history; }\n.#{$ti-prefix}-history-off:before { content: $ti-icon-history-off; }\n.#{$ti-prefix}-history-toggle:before { content: $ti-icon-history-toggle; }\n.#{$ti-prefix}-home:before { content: $ti-icon-home; }\n.#{$ti-prefix}-home-2:before { content: $ti-icon-home-2; }\n.#{$ti-prefix}-home-bitcoin:before { content: $ti-icon-home-bitcoin; }\n.#{$ti-prefix}-home-bolt:before { content: $ti-icon-home-bolt; }\n.#{$ti-prefix}-home-cancel:before { content: $ti-icon-home-cancel; }\n.#{$ti-prefix}-home-check:before { content: $ti-icon-home-check; }\n.#{$ti-prefix}-home-cog:before { content: $ti-icon-home-cog; }\n.#{$ti-prefix}-home-dollar:before { content: $ti-icon-home-dollar; }\n.#{$ti-prefix}-home-dot:before { content: $ti-icon-home-dot; }\n.#{$ti-prefix}-home-down:before { content: $ti-icon-home-down; }\n.#{$ti-prefix}-home-eco:before { content: $ti-icon-home-eco; }\n.#{$ti-prefix}-home-edit:before { content: $ti-icon-home-edit; }\n.#{$ti-prefix}-home-exclamation:before { content: $ti-icon-home-exclamation; }\n.#{$ti-prefix}-home-filled:before { content: $ti-icon-home-filled; }\n.#{$ti-prefix}-home-hand:before { content: $ti-icon-home-hand; }\n.#{$ti-prefix}-home-heart:before { content: $ti-icon-home-heart; }\n.#{$ti-prefix}-home-infinity:before { content: $ti-icon-home-infinity; }\n.#{$ti-prefix}-home-link:before { content: $ti-icon-home-link; }\n.#{$ti-prefix}-home-minus:before { content: $ti-icon-home-minus; }\n.#{$ti-prefix}-home-move:before { content: $ti-icon-home-move; }\n.#{$ti-prefix}-home-off:before { content: $ti-icon-home-off; }\n.#{$ti-prefix}-home-plus:before { content: $ti-icon-home-plus; }\n.#{$ti-prefix}-home-question:before { content: $ti-icon-home-question; }\n.#{$ti-prefix}-home-ribbon:before { content: $ti-icon-home-ribbon; }\n.#{$ti-prefix}-home-search:before { content: $ti-icon-home-search; }\n.#{$ti-prefix}-home-share:before { content: $ti-icon-home-share; }\n.#{$ti-prefix}-home-shield:before { content: $ti-icon-home-shield; }\n.#{$ti-prefix}-home-signal:before { content: $ti-icon-home-signal; }\n.#{$ti-prefix}-home-spark:before { content: $ti-icon-home-spark; }\n.#{$ti-prefix}-home-star:before { content: $ti-icon-home-star; }\n.#{$ti-prefix}-home-stats:before { content: $ti-icon-home-stats; }\n.#{$ti-prefix}-home-up:before { content: $ti-icon-home-up; }\n.#{$ti-prefix}-home-x:before { content: $ti-icon-home-x; }\n.#{$ti-prefix}-horse:before { content: $ti-icon-horse; }\n.#{$ti-prefix}-horse-toy:before { content: $ti-icon-horse-toy; }\n.#{$ti-prefix}-horseshoe:before { content: $ti-icon-horseshoe; }\n.#{$ti-prefix}-hospital:before { content: $ti-icon-hospital; }\n.#{$ti-prefix}-hospital-circle:before { content: $ti-icon-hospital-circle; }\n.#{$ti-prefix}-hospital-circle-filled:before { content: $ti-icon-hospital-circle-filled; }\n.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }\n.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }\n.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }\n.#{$ti-prefix}-hourglass-filled:before { content: $ti-icon-hourglass-filled; }\n.#{$ti-prefix}-hourglass-high:before { content: $ti-icon-hourglass-high; }\n.#{$ti-prefix}-hourglass-low:before { content: $ti-icon-hourglass-low; }\n.#{$ti-prefix}-hourglass-off:before { content: $ti-icon-hourglass-off; }\n.#{$ti-prefix}-hours-12:before { content: $ti-icon-hours-12; }\n.#{$ti-prefix}-hours-24:before { content: $ti-icon-hours-24; }\n.#{$ti-prefix}-html:before { content: $ti-icon-html; }\n.#{$ti-prefix}-http-connect:before { content: $ti-icon-http-connect; }\n.#{$ti-prefix}-http-delete:before { content: $ti-icon-http-delete; }\n.#{$ti-prefix}-http-get:before { content: $ti-icon-http-get; }\n.#{$ti-prefix}-http-head:before { content: $ti-icon-http-head; }\n.#{$ti-prefix}-http-options:before { content: $ti-icon-http-options; }\n.#{$ti-prefix}-http-patch:before { content: $ti-icon-http-patch; }\n.#{$ti-prefix}-http-post:before { content: $ti-icon-http-post; }\n.#{$ti-prefix}-http-put:before { content: $ti-icon-http-put; }\n.#{$ti-prefix}-http-que:before { content: $ti-icon-http-que; }\n.#{$ti-prefix}-http-trace:before { content: $ti-icon-http-trace; }\n.#{$ti-prefix}-ice-cream:before { content: $ti-icon-ice-cream; }\n.#{$ti-prefix}-ice-cream-2:before { content: $ti-icon-ice-cream-2; }\n.#{$ti-prefix}-ice-cream-off:before { content: $ti-icon-ice-cream-off; }\n.#{$ti-prefix}-ice-skating:before { content: $ti-icon-ice-skating; }\n.#{$ti-prefix}-icons:before { content: $ti-icon-icons; }\n.#{$ti-prefix}-icons-filled:before { content: $ti-icon-icons-filled; }\n.#{$ti-prefix}-icons-off:before { content: $ti-icon-icons-off; }\n.#{$ti-prefix}-id:before { content: $ti-icon-id; }\n.#{$ti-prefix}-id-badge:before { content: $ti-icon-id-badge; }\n.#{$ti-prefix}-id-badge-2:before { content: $ti-icon-id-badge-2; }\n.#{$ti-prefix}-id-badge-off:before { content: $ti-icon-id-badge-off; }\n.#{$ti-prefix}-id-off:before { content: $ti-icon-id-off; }\n.#{$ti-prefix}-ikosaedr:before { content: $ti-icon-ikosaedr; }\n.#{$ti-prefix}-image-in-picture:before { content: $ti-icon-image-in-picture; }\n.#{$ti-prefix}-inbox:before { content: $ti-icon-inbox; }\n.#{$ti-prefix}-inbox-off:before { content: $ti-icon-inbox-off; }\n.#{$ti-prefix}-indent-decrease:before { content: $ti-icon-indent-decrease; }\n.#{$ti-prefix}-indent-increase:before { content: $ti-icon-indent-increase; }\n.#{$ti-prefix}-infinity:before { content: $ti-icon-infinity; }\n.#{$ti-prefix}-infinity-off:before { content: $ti-icon-infinity-off; }\n.#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; }\n.#{$ti-prefix}-info-circle-filled:before { content: $ti-icon-info-circle-filled; }\n.#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; }\n.#{$ti-prefix}-info-hexagon-filled:before { content: $ti-icon-info-hexagon-filled; }\n.#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; }\n.#{$ti-prefix}-info-octagon-filled:before { content: $ti-icon-info-octagon-filled; }\n.#{$ti-prefix}-info-small:before { content: $ti-icon-info-small; }\n.#{$ti-prefix}-info-square:before { content: $ti-icon-info-square; }\n.#{$ti-prefix}-info-square-filled:before { content: $ti-icon-info-square-filled; }\n.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }\n.#{$ti-prefix}-info-square-rounded-filled:before { content: $ti-icon-info-square-rounded-filled; }\n.#{$ti-prefix}-info-triangle:before { content: $ti-icon-info-triangle; }\n.#{$ti-prefix}-info-triangle-filled:before { content: $ti-icon-info-triangle-filled; }\n.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }\n.#{$ti-prefix}-inner-shadow-bottom-filled:before { content: $ti-icon-inner-shadow-bottom-filled; }\n.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }\n.#{$ti-prefix}-inner-shadow-bottom-left-filled:before { content: $ti-icon-inner-shadow-bottom-left-filled; }\n.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }\n.#{$ti-prefix}-inner-shadow-bottom-right-filled:before { content: $ti-icon-inner-shadow-bottom-right-filled; }\n.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; }\n.#{$ti-prefix}-inner-shadow-left-filled:before { content: $ti-icon-inner-shadow-left-filled; }\n.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; }\n.#{$ti-prefix}-inner-shadow-right-filled:before { content: $ti-icon-inner-shadow-right-filled; }\n.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; }\n.#{$ti-prefix}-inner-shadow-top-filled:before { content: $ti-icon-inner-shadow-top-filled; }\n.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }\n.#{$ti-prefix}-inner-shadow-top-left-filled:before { content: $ti-icon-inner-shadow-top-left-filled; }\n.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }\n.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; }\n.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; }\n.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; }\n.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }\n.#{$ti-prefix}-input-spark:before { content: $ti-icon-input-spark; }\n.#{$ti-prefix}-input-x:before { content: $ti-icon-input-x; }\n.#{$ti-prefix}-invoice:before { content: $ti-icon-invoice; }\n.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }\n.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }\n.#{$ti-prefix}-ironing-1-filled:before { content: $ti-icon-ironing-1-filled; }\n.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }\n.#{$ti-prefix}-ironing-2-filled:before { content: $ti-icon-ironing-2-filled; }\n.#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; }\n.#{$ti-prefix}-ironing-3-filled:before { content: $ti-icon-ironing-3-filled; }\n.#{$ti-prefix}-ironing-filled:before { content: $ti-icon-ironing-filled; }\n.#{$ti-prefix}-ironing-off:before { content: $ti-icon-ironing-off; }\n.#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; }\n.#{$ti-prefix}-ironing-steam-filled:before { content: $ti-icon-ironing-steam-filled; }\n.#{$ti-prefix}-ironing-steam-off:before { content: $ti-icon-ironing-steam-off; }\n.#{$ti-prefix}-irregular-polyhedron:before { content: $ti-icon-irregular-polyhedron; }\n.#{$ti-prefix}-irregular-polyhedron-off:before { content: $ti-icon-irregular-polyhedron-off; }\n.#{$ti-prefix}-irregular-polyhedron-plus:before { content: $ti-icon-irregular-polyhedron-plus; }\n.#{$ti-prefix}-italic:before { content: $ti-icon-italic; }\n.#{$ti-prefix}-jacket:before { content: $ti-icon-jacket; }\n.#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; }\n.#{$ti-prefix}-jetpack-filled:before { content: $ti-icon-jetpack-filled; }\n.#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; }\n.#{$ti-prefix}-jewish-star-filled:before { content: $ti-icon-jewish-star-filled; }\n.#{$ti-prefix}-join-bevel:before { content: $ti-icon-join-bevel; }\n.#{$ti-prefix}-join-round:before { content: $ti-icon-join-round; }\n.#{$ti-prefix}-join-straight:before { content: $ti-icon-join-straight; }\n.#{$ti-prefix}-joker:before { content: $ti-icon-joker; }\n.#{$ti-prefix}-jpg:before { content: $ti-icon-jpg; }\n.#{$ti-prefix}-json:before { content: $ti-icon-json; }\n.#{$ti-prefix}-jump-rope:before { content: $ti-icon-jump-rope; }\n.#{$ti-prefix}-karate:before { content: $ti-icon-karate; }\n.#{$ti-prefix}-kayak:before { content: $ti-icon-kayak; }\n.#{$ti-prefix}-kerning:before { content: $ti-icon-kerning; }\n.#{$ti-prefix}-key:before { content: $ti-icon-key; }\n.#{$ti-prefix}-key-filled:before { content: $ti-icon-key-filled; }\n.#{$ti-prefix}-key-off:before { content: $ti-icon-key-off; }\n.#{$ti-prefix}-keyboard:before { content: $ti-icon-keyboard; }\n.#{$ti-prefix}-keyboard-hide:before { content: $ti-icon-keyboard-hide; }\n.#{$ti-prefix}-keyboard-off:before { content: $ti-icon-keyboard-off; }\n.#{$ti-prefix}-keyboard-show:before { content: $ti-icon-keyboard-show; }\n.#{$ti-prefix}-keyframe:before { content: $ti-icon-keyframe; }\n.#{$ti-prefix}-keyframe-align-center:before { content: $ti-icon-keyframe-align-center; }\n.#{$ti-prefix}-keyframe-align-center-filled:before { content: $ti-icon-keyframe-align-center-filled; }\n.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; }\n.#{$ti-prefix}-keyframe-align-horizontal-filled:before { content: $ti-icon-keyframe-align-horizontal-filled; }\n.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; }\n.#{$ti-prefix}-keyframe-align-vertical-filled:before { content: $ti-icon-keyframe-align-vertical-filled; }\n.#{$ti-prefix}-keyframe-filled:before { content: $ti-icon-keyframe-filled; }\n.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; }\n.#{$ti-prefix}-keyframes-filled:before { content: $ti-icon-keyframes-filled; }\n.#{$ti-prefix}-label:before { content: $ti-icon-label; }\n.#{$ti-prefix}-label-filled:before { content: $ti-icon-label-filled; }\n.#{$ti-prefix}-label-important:before { content: $ti-icon-label-important; }\n.#{$ti-prefix}-label-important-filled:before { content: $ti-icon-label-important-filled; }\n.#{$ti-prefix}-label-off:before { content: $ti-icon-label-off; }\n.#{$ti-prefix}-ladder:before { content: $ti-icon-ladder; }\n.#{$ti-prefix}-ladder-off:before { content: $ti-icon-ladder-off; }\n.#{$ti-prefix}-ladle:before { content: $ti-icon-ladle; }\n.#{$ti-prefix}-lambda:before { content: $ti-icon-lambda; }\n.#{$ti-prefix}-lamp:before { content: $ti-icon-lamp; }\n.#{$ti-prefix}-lamp-2:before { content: $ti-icon-lamp-2; }\n.#{$ti-prefix}-lamp-off:before { content: $ti-icon-lamp-off; }\n.#{$ti-prefix}-lane:before { content: $ti-icon-lane; }\n.#{$ti-prefix}-language:before { content: $ti-icon-language; }\n.#{$ti-prefix}-language-hiragana:before { content: $ti-icon-language-hiragana; }\n.#{$ti-prefix}-language-katakana:before { content: $ti-icon-language-katakana; }\n.#{$ti-prefix}-language-off:before { content: $ti-icon-language-off; }\n.#{$ti-prefix}-lasso:before { content: $ti-icon-lasso; }\n.#{$ti-prefix}-lasso-off:before { content: $ti-icon-lasso-off; }\n.#{$ti-prefix}-lasso-polygon:before { content: $ti-icon-lasso-polygon; }\n.#{$ti-prefix}-lasso-polygon-filled:before { content: $ti-icon-lasso-polygon-filled; }\n.#{$ti-prefix}-laurel-wreath:before { content: $ti-icon-laurel-wreath; }\n.#{$ti-prefix}-laurel-wreath-1:before { content: $ti-icon-laurel-wreath-1; }\n.#{$ti-prefix}-laurel-wreath-2:before { content: $ti-icon-laurel-wreath-2; }\n.#{$ti-prefix}-laurel-wreath-3:before { content: $ti-icon-laurel-wreath-3; }\n.#{$ti-prefix}-layers-difference:before { content: $ti-icon-layers-difference; }\n.#{$ti-prefix}-layers-intersect:before { content: $ti-icon-layers-intersect; }\n.#{$ti-prefix}-layers-intersect-2:before { content: $ti-icon-layers-intersect-2; }\n.#{$ti-prefix}-layers-linked:before { content: $ti-icon-layers-linked; }\n.#{$ti-prefix}-layers-off:before { content: $ti-icon-layers-off; }\n.#{$ti-prefix}-layers-selected:before { content: $ti-icon-layers-selected; }\n.#{$ti-prefix}-layers-selected-bottom:before { content: $ti-icon-layers-selected-bottom; }\n.#{$ti-prefix}-layers-subtract:before { content: $ti-icon-layers-subtract; }\n.#{$ti-prefix}-layers-union:before { content: $ti-icon-layers-union; }\n.#{$ti-prefix}-layout:before { content: $ti-icon-layout; }\n.#{$ti-prefix}-layout-2:before { content: $ti-icon-layout-2; }\n.#{$ti-prefix}-layout-2-filled:before { content: $ti-icon-layout-2-filled; }\n.#{$ti-prefix}-layout-align-bottom:before { content: $ti-icon-layout-align-bottom; }\n.#{$ti-prefix}-layout-align-bottom-filled:before { content: $ti-icon-layout-align-bottom-filled; }\n.#{$ti-prefix}-layout-align-center:before { content: $ti-icon-layout-align-center; }\n.#{$ti-prefix}-layout-align-center-filled:before { content: $ti-icon-layout-align-center-filled; }\n.#{$ti-prefix}-layout-align-left:before { content: $ti-icon-layout-align-left; }\n.#{$ti-prefix}-layout-align-left-filled:before { content: $ti-icon-layout-align-left-filled; }\n.#{$ti-prefix}-layout-align-middle:before { content: $ti-icon-layout-align-middle; }\n.#{$ti-prefix}-layout-align-middle-filled:before { content: $ti-icon-layout-align-middle-filled; }\n.#{$ti-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; }\n.#{$ti-prefix}-layout-align-right-filled:before { content: $ti-icon-layout-align-right-filled; }\n.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }\n.#{$ti-prefix}-layout-align-top-filled:before { content: $ti-icon-layout-align-top-filled; }\n.#{$ti-prefix}-layout-board:before { content: $ti-icon-layout-board; }\n.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; }\n.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }\n.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }\n.#{$ti-prefix}-layout-bottombar-collapse-filled:before { content: $ti-icon-layout-bottombar-collapse-filled; }\n.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }\n.#{$ti-prefix}-layout-bottombar-expand-filled:before { content: $ti-icon-layout-bottombar-expand-filled; }\n.#{$ti-prefix}-layout-bottombar-filled:before { content: $ti-icon-layout-bottombar-filled; }\n.#{$ti-prefix}-layout-bottombar-inactive:before { content: $ti-icon-layout-bottombar-inactive; }\n.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }\n.#{$ti-prefix}-layout-cards-filled:before { content: $ti-icon-layout-cards-filled; }\n.#{$ti-prefix}-layout-collage:before { content: $ti-icon-layout-collage; }\n.#{$ti-prefix}-layout-columns:before { content: $ti-icon-layout-columns; }\n.#{$ti-prefix}-layout-dashboard:before { content: $ti-icon-layout-dashboard; }\n.#{$ti-prefix}-layout-dashboard-filled:before { content: $ti-icon-layout-dashboard-filled; }\n.#{$ti-prefix}-layout-distribute-horizontal:before { content: $ti-icon-layout-distribute-horizontal; }\n.#{$ti-prefix}-layout-distribute-horizontal-filled:before { content: $ti-icon-layout-distribute-horizontal-filled; }\n.#{$ti-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; }\n.#{$ti-prefix}-layout-distribute-vertical-filled:before { content: $ti-icon-layout-distribute-vertical-filled; }\n.#{$ti-prefix}-layout-filled:before { content: $ti-icon-layout-filled; }\n.#{$ti-prefix}-layout-grid:before { content: $ti-icon-layout-grid; }\n.#{$ti-prefix}-layout-grid-add:before { content: $ti-icon-layout-grid-add; }\n.#{$ti-prefix}-layout-grid-filled:before { content: $ti-icon-layout-grid-filled; }\n.#{$ti-prefix}-layout-grid-remove:before { content: $ti-icon-layout-grid-remove; }\n.#{$ti-prefix}-layout-kanban:before { content: $ti-icon-layout-kanban; }\n.#{$ti-prefix}-layout-kanban-filled:before { content: $ti-icon-layout-kanban-filled; }\n.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }\n.#{$ti-prefix}-layout-list-filled:before { content: $ti-icon-layout-list-filled; }\n.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }\n.#{$ti-prefix}-layout-navbar-collapse:before { content: $ti-icon-layout-navbar-collapse; }\n.#{$ti-prefix}-layout-navbar-collapse-filled:before { content: $ti-icon-layout-navbar-collapse-filled; }\n.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; }\n.#{$ti-prefix}-layout-navbar-expand-filled:before { content: $ti-icon-layout-navbar-expand-filled; }\n.#{$ti-prefix}-layout-navbar-filled:before { content: $ti-icon-layout-navbar-filled; }\n.#{$ti-prefix}-layout-navbar-inactive:before { content: $ti-icon-layout-navbar-inactive; }\n.#{$ti-prefix}-layout-off:before { content: $ti-icon-layout-off; }\n.#{$ti-prefix}-layout-rows:before { content: $ti-icon-layout-rows; }\n.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }\n.#{$ti-prefix}-layout-sidebar-filled:before { content: $ti-icon-layout-sidebar-filled; }\n.#{$ti-prefix}-layout-sidebar-inactive:before { content: $ti-icon-layout-sidebar-inactive; }\n.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; }\n.#{$ti-prefix}-layout-sidebar-left-collapse-filled:before { content: $ti-icon-layout-sidebar-left-collapse-filled; }\n.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; }\n.#{$ti-prefix}-layout-sidebar-left-expand-filled:before { content: $ti-icon-layout-sidebar-left-expand-filled; }\n.#{$ti-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; }\n.#{$ti-prefix}-layout-sidebar-right-collapse:before { content: $ti-icon-layout-sidebar-right-collapse; }\n.#{$ti-prefix}-layout-sidebar-right-collapse-filled:before { content: $ti-icon-layout-sidebar-right-collapse-filled; }\n.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }\n.#{$ti-prefix}-layout-sidebar-right-expand-filled:before { content: $ti-icon-layout-sidebar-right-expand-filled; }\n.#{$ti-prefix}-layout-sidebar-right-filled:before { content: $ti-icon-layout-sidebar-right-filled; }\n.#{$ti-prefix}-layout-sidebar-right-inactive:before { content: $ti-icon-layout-sidebar-right-inactive; }\n.#{$ti-prefix}-leaf:before { content: $ti-icon-leaf; }\n.#{$ti-prefix}-leaf-2:before { content: $ti-icon-leaf-2; }\n.#{$ti-prefix}-leaf-off:before { content: $ti-icon-leaf-off; }\n.#{$ti-prefix}-lego:before { content: $ti-icon-lego; }\n.#{$ti-prefix}-lego-filled:before { content: $ti-icon-lego-filled; }\n.#{$ti-prefix}-lego-off:before { content: $ti-icon-lego-off; }\n.#{$ti-prefix}-lemon:before { content: $ti-icon-lemon; }\n.#{$ti-prefix}-lemon-2:before { content: $ti-icon-lemon-2; }\n.#{$ti-prefix}-letter-a:before { content: $ti-icon-letter-a; }\n.#{$ti-prefix}-letter-a-small:before { content: $ti-icon-letter-a-small; }\n.#{$ti-prefix}-letter-b:before { content: $ti-icon-letter-b; }\n.#{$ti-prefix}-letter-b-small:before { content: $ti-icon-letter-b-small; }\n.#{$ti-prefix}-letter-c:before { content: $ti-icon-letter-c; }\n.#{$ti-prefix}-letter-c-small:before { content: $ti-icon-letter-c-small; }\n.#{$ti-prefix}-letter-case:before { content: $ti-icon-letter-case; }\n.#{$ti-prefix}-letter-case-lower:before { content: $ti-icon-letter-case-lower; }\n.#{$ti-prefix}-letter-case-toggle:before { content: $ti-icon-letter-case-toggle; }\n.#{$ti-prefix}-letter-case-upper:before { content: $ti-icon-letter-case-upper; }\n.#{$ti-prefix}-letter-d:before { content: $ti-icon-letter-d; }\n.#{$ti-prefix}-letter-d-small:before { content: $ti-icon-letter-d-small; }\n.#{$ti-prefix}-letter-e:before { content: $ti-icon-letter-e; }\n.#{$ti-prefix}-letter-e-small:before { content: $ti-icon-letter-e-small; }\n.#{$ti-prefix}-letter-f:before { content: $ti-icon-letter-f; }\n.#{$ti-prefix}-letter-f-small:before { content: $ti-icon-letter-f-small; }\n.#{$ti-prefix}-letter-g:before { content: $ti-icon-letter-g; }\n.#{$ti-prefix}-letter-g-small:before { content: $ti-icon-letter-g-small; }\n.#{$ti-prefix}-letter-h:before { content: $ti-icon-letter-h; }\n.#{$ti-prefix}-letter-h-small:before { content: $ti-icon-letter-h-small; }\n.#{$ti-prefix}-letter-i:before { content: $ti-icon-letter-i; }\n.#{$ti-prefix}-letter-i-small:before { content: $ti-icon-letter-i-small; }\n.#{$ti-prefix}-letter-j:before { content: $ti-icon-letter-j; }\n.#{$ti-prefix}-letter-j-small:before { content: $ti-icon-letter-j-small; }\n.#{$ti-prefix}-letter-k:before { content: $ti-icon-letter-k; }\n.#{$ti-prefix}-letter-k-small:before { content: $ti-icon-letter-k-small; }\n.#{$ti-prefix}-letter-l:before { content: $ti-icon-letter-l; }\n.#{$ti-prefix}-letter-l-small:before { content: $ti-icon-letter-l-small; }\n.#{$ti-prefix}-letter-m:before { content: $ti-icon-letter-m; }\n.#{$ti-prefix}-letter-m-small:before { content: $ti-icon-letter-m-small; }\n.#{$ti-prefix}-letter-n:before { content: $ti-icon-letter-n; }\n.#{$ti-prefix}-letter-n-small:before { content: $ti-icon-letter-n-small; }\n.#{$ti-prefix}-letter-o:before { content: $ti-icon-letter-o; }\n.#{$ti-prefix}-letter-o-small:before { content: $ti-icon-letter-o-small; }\n.#{$ti-prefix}-letter-p:before { content: $ti-icon-letter-p; }\n.#{$ti-prefix}-letter-p-small:before { content: $ti-icon-letter-p-small; }\n.#{$ti-prefix}-letter-q:before { content: $ti-icon-letter-q; }\n.#{$ti-prefix}-letter-q-small:before { content: $ti-icon-letter-q-small; }\n.#{$ti-prefix}-letter-r:before { content: $ti-icon-letter-r; }\n.#{$ti-prefix}-letter-r-small:before { content: $ti-icon-letter-r-small; }\n.#{$ti-prefix}-letter-s:before { content: $ti-icon-letter-s; }\n.#{$ti-prefix}-letter-s-small:before { content: $ti-icon-letter-s-small; }\n.#{$ti-prefix}-letter-spacing:before { content: $ti-icon-letter-spacing; }\n.#{$ti-prefix}-letter-t:before { content: $ti-icon-letter-t; }\n.#{$ti-prefix}-letter-t-small:before { content: $ti-icon-letter-t-small; }\n.#{$ti-prefix}-letter-u:before { content: $ti-icon-letter-u; }\n.#{$ti-prefix}-letter-u-small:before { content: $ti-icon-letter-u-small; }\n.#{$ti-prefix}-letter-v:before { content: $ti-icon-letter-v; }\n.#{$ti-prefix}-letter-v-small:before { content: $ti-icon-letter-v-small; }\n.#{$ti-prefix}-letter-w:before { content: $ti-icon-letter-w; }\n.#{$ti-prefix}-letter-w-small:before { content: $ti-icon-letter-w-small; }\n.#{$ti-prefix}-letter-x:before { content: $ti-icon-letter-x; }\n.#{$ti-prefix}-letter-x-small:before { content: $ti-icon-letter-x-small; }\n.#{$ti-prefix}-letter-y:before { content: $ti-icon-letter-y; }\n.#{$ti-prefix}-letter-y-small:before { content: $ti-icon-letter-y-small; }\n.#{$ti-prefix}-letter-z:before { content: $ti-icon-letter-z; }\n.#{$ti-prefix}-letter-z-small:before { content: $ti-icon-letter-z-small; }\n.#{$ti-prefix}-library:before { content: $ti-icon-library; }\n.#{$ti-prefix}-library-minus:before { content: $ti-icon-library-minus; }\n.#{$ti-prefix}-library-photo:before { content: $ti-icon-library-photo; }\n.#{$ti-prefix}-library-plus:before { content: $ti-icon-library-plus; }\n.#{$ti-prefix}-license:before { content: $ti-icon-license; }\n.#{$ti-prefix}-license-off:before { content: $ti-icon-license-off; }\n.#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; }\n.#{$ti-prefix}-lifebuoy-off:before { content: $ti-icon-lifebuoy-off; }\n.#{$ti-prefix}-lighter:before { content: $ti-icon-lighter; }\n.#{$ti-prefix}-line:before { content: $ti-icon-line; }\n.#{$ti-prefix}-line-dashed:before { content: $ti-icon-line-dashed; }\n.#{$ti-prefix}-line-dotted:before { content: $ti-icon-line-dotted; }\n.#{$ti-prefix}-line-height:before { content: $ti-icon-line-height; }\n.#{$ti-prefix}-line-scan:before { content: $ti-icon-line-scan; }\n.#{$ti-prefix}-link:before { content: $ti-icon-link; }\n.#{$ti-prefix}-link-minus:before { content: $ti-icon-link-minus; }\n.#{$ti-prefix}-link-off:before { content: $ti-icon-link-off; }\n.#{$ti-prefix}-link-plus:before { content: $ti-icon-link-plus; }\n.#{$ti-prefix}-list:before { content: $ti-icon-list; }\n.#{$ti-prefix}-list-check:before { content: $ti-icon-list-check; }\n.#{$ti-prefix}-list-details:before { content: $ti-icon-list-details; }\n.#{$ti-prefix}-list-letters:before { content: $ti-icon-list-letters; }\n.#{$ti-prefix}-list-numbers:before { content: $ti-icon-list-numbers; }\n.#{$ti-prefix}-list-search:before { content: $ti-icon-list-search; }\n.#{$ti-prefix}-list-tree:before { content: $ti-icon-list-tree; }\n.#{$ti-prefix}-live-photo:before { content: $ti-icon-live-photo; }\n.#{$ti-prefix}-live-photo-filled:before { content: $ti-icon-live-photo-filled; }\n.#{$ti-prefix}-live-photo-off:before { content: $ti-icon-live-photo-off; }\n.#{$ti-prefix}-live-view:before { content: $ti-icon-live-view; }\n.#{$ti-prefix}-load-balancer:before { content: $ti-icon-load-balancer; }\n.#{$ti-prefix}-loader:before { content: $ti-icon-loader; }\n.#{$ti-prefix}-loader-2:before { content: $ti-icon-loader-2; }\n.#{$ti-prefix}-loader-3:before { content: $ti-icon-loader-3; }\n.#{$ti-prefix}-loader-quarter:before { content: $ti-icon-loader-quarter; }\n.#{$ti-prefix}-location:before { content: $ti-icon-location; }\n.#{$ti-prefix}-location-bolt:before { content: $ti-icon-location-bolt; }\n.#{$ti-prefix}-location-broken:before { content: $ti-icon-location-broken; }\n.#{$ti-prefix}-location-cancel:before { content: $ti-icon-location-cancel; }\n.#{$ti-prefix}-location-check:before { content: $ti-icon-location-check; }\n.#{$ti-prefix}-location-code:before { content: $ti-icon-location-code; }\n.#{$ti-prefix}-location-cog:before { content: $ti-icon-location-cog; }\n.#{$ti-prefix}-location-discount:before { content: $ti-icon-location-discount; }\n.#{$ti-prefix}-location-dollar:before { content: $ti-icon-location-dollar; }\n.#{$ti-prefix}-location-down:before { content: $ti-icon-location-down; }\n.#{$ti-prefix}-location-exclamation:before { content: $ti-icon-location-exclamation; }\n.#{$ti-prefix}-location-filled:before { content: $ti-icon-location-filled; }\n.#{$ti-prefix}-location-heart:before { content: $ti-icon-location-heart; }\n.#{$ti-prefix}-location-minus:before { content: $ti-icon-location-minus; }\n.#{$ti-prefix}-location-off:before { content: $ti-icon-location-off; }\n.#{$ti-prefix}-location-pause:before { content: $ti-icon-location-pause; }\n.#{$ti-prefix}-location-pin:before { content: $ti-icon-location-pin; }\n.#{$ti-prefix}-location-plus:before { content: $ti-icon-location-plus; }\n.#{$ti-prefix}-location-question:before { content: $ti-icon-location-question; }\n.#{$ti-prefix}-location-search:before { content: $ti-icon-location-search; }\n.#{$ti-prefix}-location-share:before { content: $ti-icon-location-share; }\n.#{$ti-prefix}-location-star:before { content: $ti-icon-location-star; }\n.#{$ti-prefix}-location-up:before { content: $ti-icon-location-up; }\n.#{$ti-prefix}-location-x:before { content: $ti-icon-location-x; }\n.#{$ti-prefix}-lock:before { content: $ti-icon-lock; }\n.#{$ti-prefix}-lock-access:before { content: $ti-icon-lock-access; }\n.#{$ti-prefix}-lock-access-off:before { content: $ti-icon-lock-access-off; }\n.#{$ti-prefix}-lock-bitcoin:before { content: $ti-icon-lock-bitcoin; }\n.#{$ti-prefix}-lock-bolt:before { content: $ti-icon-lock-bolt; }\n.#{$ti-prefix}-lock-cancel:before { content: $ti-icon-lock-cancel; }\n.#{$ti-prefix}-lock-check:before { content: $ti-icon-lock-check; }\n.#{$ti-prefix}-lock-code:before { content: $ti-icon-lock-code; }\n.#{$ti-prefix}-lock-cog:before { content: $ti-icon-lock-cog; }\n.#{$ti-prefix}-lock-dollar:before { content: $ti-icon-lock-dollar; }\n.#{$ti-prefix}-lock-down:before { content: $ti-icon-lock-down; }\n.#{$ti-prefix}-lock-exclamation:before { content: $ti-icon-lock-exclamation; }\n.#{$ti-prefix}-lock-filled:before { content: $ti-icon-lock-filled; }\n.#{$ti-prefix}-lock-heart:before { content: $ti-icon-lock-heart; }\n.#{$ti-prefix}-lock-minus:before { content: $ti-icon-lock-minus; }\n.#{$ti-prefix}-lock-off:before { content: $ti-icon-lock-off; }\n.#{$ti-prefix}-lock-open:before { content: $ti-icon-lock-open; }\n.#{$ti-prefix}-lock-open-2:before { content: $ti-icon-lock-open-2; }\n.#{$ti-prefix}-lock-open-off:before { content: $ti-icon-lock-open-off; }\n.#{$ti-prefix}-lock-password:before { content: $ti-icon-lock-password; }\n.#{$ti-prefix}-lock-pause:before { content: $ti-icon-lock-pause; }\n.#{$ti-prefix}-lock-pin:before { content: $ti-icon-lock-pin; }\n.#{$ti-prefix}-lock-plus:before { content: $ti-icon-lock-plus; }\n.#{$ti-prefix}-lock-question:before { content: $ti-icon-lock-question; }\n.#{$ti-prefix}-lock-search:before { content: $ti-icon-lock-search; }\n.#{$ti-prefix}-lock-share:before { content: $ti-icon-lock-share; }\n.#{$ti-prefix}-lock-square:before { content: $ti-icon-lock-square; }\n.#{$ti-prefix}-lock-square-rounded:before { content: $ti-icon-lock-square-rounded; }\n.#{$ti-prefix}-lock-square-rounded-filled:before { content: $ti-icon-lock-square-rounded-filled; }\n.#{$ti-prefix}-lock-star:before { content: $ti-icon-lock-star; }\n.#{$ti-prefix}-lock-up:before { content: $ti-icon-lock-up; }\n.#{$ti-prefix}-lock-x:before { content: $ti-icon-lock-x; }\n.#{$ti-prefix}-logic-and:before { content: $ti-icon-logic-and; }\n.#{$ti-prefix}-logic-buffer:before { content: $ti-icon-logic-buffer; }\n.#{$ti-prefix}-logic-nand:before { content: $ti-icon-logic-nand; }\n.#{$ti-prefix}-logic-nor:before { content: $ti-icon-logic-nor; }\n.#{$ti-prefix}-logic-not:before { content: $ti-icon-logic-not; }\n.#{$ti-prefix}-logic-or:before { content: $ti-icon-logic-or; }\n.#{$ti-prefix}-logic-xnor:before { content: $ti-icon-logic-xnor; }\n.#{$ti-prefix}-logic-xor:before { content: $ti-icon-logic-xor; }\n.#{$ti-prefix}-login:before { content: $ti-icon-login; }\n.#{$ti-prefix}-login-2:before { content: $ti-icon-login-2; }\n.#{$ti-prefix}-logout:before { content: $ti-icon-logout; }\n.#{$ti-prefix}-logout-2:before { content: $ti-icon-logout-2; }\n.#{$ti-prefix}-logs:before { content: $ti-icon-logs; }\n.#{$ti-prefix}-lollipop:before { content: $ti-icon-lollipop; }\n.#{$ti-prefix}-lollipop-off:before { content: $ti-icon-lollipop-off; }\n.#{$ti-prefix}-luggage:before { content: $ti-icon-luggage; }\n.#{$ti-prefix}-luggage-off:before { content: $ti-icon-luggage-off; }\n.#{$ti-prefix}-lungs:before { content: $ti-icon-lungs; }\n.#{$ti-prefix}-lungs-filled:before { content: $ti-icon-lungs-filled; }\n.#{$ti-prefix}-lungs-off:before { content: $ti-icon-lungs-off; }\n.#{$ti-prefix}-macro:before { content: $ti-icon-macro; }\n.#{$ti-prefix}-macro-filled:before { content: $ti-icon-macro-filled; }\n.#{$ti-prefix}-macro-off:before { content: $ti-icon-macro-off; }\n.#{$ti-prefix}-magnet:before { content: $ti-icon-magnet; }\n.#{$ti-prefix}-magnet-filled:before { content: $ti-icon-magnet-filled; }\n.#{$ti-prefix}-magnet-off:before { content: $ti-icon-magnet-off; }\n.#{$ti-prefix}-magnetic:before { content: $ti-icon-magnetic; }\n.#{$ti-prefix}-mail:before { content: $ti-icon-mail; }\n.#{$ti-prefix}-mail-ai:before { content: $ti-icon-mail-ai; }\n.#{$ti-prefix}-mail-bitcoin:before { content: $ti-icon-mail-bitcoin; }\n.#{$ti-prefix}-mail-bolt:before { content: $ti-icon-mail-bolt; }\n.#{$ti-prefix}-mail-cancel:before { content: $ti-icon-mail-cancel; }\n.#{$ti-prefix}-mail-check:before { content: $ti-icon-mail-check; }\n.#{$ti-prefix}-mail-code:before { content: $ti-icon-mail-code; }\n.#{$ti-prefix}-mail-cog:before { content: $ti-icon-mail-cog; }\n.#{$ti-prefix}-mail-dollar:before { content: $ti-icon-mail-dollar; }\n.#{$ti-prefix}-mail-down:before { content: $ti-icon-mail-down; }\n.#{$ti-prefix}-mail-exclamation:before { content: $ti-icon-mail-exclamation; }\n.#{$ti-prefix}-mail-fast:before { content: $ti-icon-mail-fast; }\n.#{$ti-prefix}-mail-filled:before { content: $ti-icon-mail-filled; }\n.#{$ti-prefix}-mail-forward:before { content: $ti-icon-mail-forward; }\n.#{$ti-prefix}-mail-heart:before { content: $ti-icon-mail-heart; }\n.#{$ti-prefix}-mail-minus:before { content: $ti-icon-mail-minus; }\n.#{$ti-prefix}-mail-off:before { content: $ti-icon-mail-off; }\n.#{$ti-prefix}-mail-opened:before { content: $ti-icon-mail-opened; }\n.#{$ti-prefix}-mail-opened-filled:before { content: $ti-icon-mail-opened-filled; }\n.#{$ti-prefix}-mail-pause:before { content: $ti-icon-mail-pause; }\n.#{$ti-prefix}-mail-pin:before { content: $ti-icon-mail-pin; }\n.#{$ti-prefix}-mail-plus:before { content: $ti-icon-mail-plus; }\n.#{$ti-prefix}-mail-question:before { content: $ti-icon-mail-question; }\n.#{$ti-prefix}-mail-search:before { content: $ti-icon-mail-search; }\n.#{$ti-prefix}-mail-share:before { content: $ti-icon-mail-share; }\n.#{$ti-prefix}-mail-spark:before { content: $ti-icon-mail-spark; }\n.#{$ti-prefix}-mail-star:before { content: $ti-icon-mail-star; }\n.#{$ti-prefix}-mail-up:before { content: $ti-icon-mail-up; }\n.#{$ti-prefix}-mail-x:before { content: $ti-icon-mail-x; }\n.#{$ti-prefix}-mailbox:before { content: $ti-icon-mailbox; }\n.#{$ti-prefix}-mailbox-off:before { content: $ti-icon-mailbox-off; }\n.#{$ti-prefix}-man:before { content: $ti-icon-man; }\n.#{$ti-prefix}-man-filled:before { content: $ti-icon-man-filled; }\n.#{$ti-prefix}-manual-gearbox:before { content: $ti-icon-manual-gearbox; }\n.#{$ti-prefix}-manual-gearbox-filled:before { content: $ti-icon-manual-gearbox-filled; }\n.#{$ti-prefix}-map:before { content: $ti-icon-map; }\n.#{$ti-prefix}-map-2:before { content: $ti-icon-map-2; }\n.#{$ti-prefix}-map-bolt:before { content: $ti-icon-map-bolt; }\n.#{$ti-prefix}-map-cancel:before { content: $ti-icon-map-cancel; }\n.#{$ti-prefix}-map-check:before { content: $ti-icon-map-check; }\n.#{$ti-prefix}-map-code:before { content: $ti-icon-map-code; }\n.#{$ti-prefix}-map-cog:before { content: $ti-icon-map-cog; }\n.#{$ti-prefix}-map-discount:before { content: $ti-icon-map-discount; }\n.#{$ti-prefix}-map-dollar:before { content: $ti-icon-map-dollar; }\n.#{$ti-prefix}-map-down:before { content: $ti-icon-map-down; }\n.#{$ti-prefix}-map-east:before { content: $ti-icon-map-east; }\n.#{$ti-prefix}-map-exclamation:before { content: $ti-icon-map-exclamation; }\n.#{$ti-prefix}-map-heart:before { content: $ti-icon-map-heart; }\n.#{$ti-prefix}-map-minus:before { content: $ti-icon-map-minus; }\n.#{$ti-prefix}-map-north:before { content: $ti-icon-map-north; }\n.#{$ti-prefix}-map-off:before { content: $ti-icon-map-off; }\n.#{$ti-prefix}-map-pause:before { content: $ti-icon-map-pause; }\n.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; }\n.#{$ti-prefix}-map-pin-2:before { content: $ti-icon-map-pin-2; }\n.#{$ti-prefix}-map-pin-bolt:before { content: $ti-icon-map-pin-bolt; }\n.#{$ti-prefix}-map-pin-cancel:before { content: $ti-icon-map-pin-cancel; }\n.#{$ti-prefix}-map-pin-check:before { content: $ti-icon-map-pin-check; }\n.#{$ti-prefix}-map-pin-code:before { content: $ti-icon-map-pin-code; }\n.#{$ti-prefix}-map-pin-cog:before { content: $ti-icon-map-pin-cog; }\n.#{$ti-prefix}-map-pin-dollar:before { content: $ti-icon-map-pin-dollar; }\n.#{$ti-prefix}-map-pin-down:before { content: $ti-icon-map-pin-down; }\n.#{$ti-prefix}-map-pin-exclamation:before { content: $ti-icon-map-pin-exclamation; }\n.#{$ti-prefix}-map-pin-filled:before { content: $ti-icon-map-pin-filled; }\n.#{$ti-prefix}-map-pin-heart:before { content: $ti-icon-map-pin-heart; }\n.#{$ti-prefix}-map-pin-minus:before { content: $ti-icon-map-pin-minus; }\n.#{$ti-prefix}-map-pin-off:before { content: $ti-icon-map-pin-off; }\n.#{$ti-prefix}-map-pin-pause:before { content: $ti-icon-map-pin-pause; }\n.#{$ti-prefix}-map-pin-pin:before { content: $ti-icon-map-pin-pin; }\n.#{$ti-prefix}-map-pin-plus:before { content: $ti-icon-map-pin-plus; }\n.#{$ti-prefix}-map-pin-question:before { content: $ti-icon-map-pin-question; }\n.#{$ti-prefix}-map-pin-search:before { content: $ti-icon-map-pin-search; }\n.#{$ti-prefix}-map-pin-share:before { content: $ti-icon-map-pin-share; }\n.#{$ti-prefix}-map-pin-star:before { content: $ti-icon-map-pin-star; }\n.#{$ti-prefix}-map-pin-up:before { content: $ti-icon-map-pin-up; }\n.#{$ti-prefix}-map-pin-x:before { content: $ti-icon-map-pin-x; }\n.#{$ti-prefix}-map-pins:before { content: $ti-icon-map-pins; }\n.#{$ti-prefix}-map-plus:before { content: $ti-icon-map-plus; }\n.#{$ti-prefix}-map-question:before { content: $ti-icon-map-question; }\n.#{$ti-prefix}-map-route:before { content: $ti-icon-map-route; }\n.#{$ti-prefix}-map-search:before { content: $ti-icon-map-search; }\n.#{$ti-prefix}-map-share:before { content: $ti-icon-map-share; }\n.#{$ti-prefix}-map-south:before { content: $ti-icon-map-south; }\n.#{$ti-prefix}-map-star:before { content: $ti-icon-map-star; }\n.#{$ti-prefix}-map-up:before { content: $ti-icon-map-up; }\n.#{$ti-prefix}-map-west:before { content: $ti-icon-map-west; }\n.#{$ti-prefix}-map-x:before { content: $ti-icon-map-x; }\n.#{$ti-prefix}-markdown:before { content: $ti-icon-markdown; }\n.#{$ti-prefix}-markdown-off:before { content: $ti-icon-markdown-off; }\n.#{$ti-prefix}-marquee:before { content: $ti-icon-marquee; }\n.#{$ti-prefix}-marquee-2:before { content: $ti-icon-marquee-2; }\n.#{$ti-prefix}-marquee-off:before { content: $ti-icon-marquee-off; }\n.#{$ti-prefix}-mars:before { content: $ti-icon-mars; }\n.#{$ti-prefix}-mask:before { content: $ti-icon-mask; }\n.#{$ti-prefix}-mask-off:before { content: $ti-icon-mask-off; }\n.#{$ti-prefix}-masks-theater:before { content: $ti-icon-masks-theater; }\n.#{$ti-prefix}-masks-theater-off:before { content: $ti-icon-masks-theater-off; }\n.#{$ti-prefix}-massage:before { content: $ti-icon-massage; }\n.#{$ti-prefix}-matchstick:before { content: $ti-icon-matchstick; }\n.#{$ti-prefix}-math:before { content: $ti-icon-math; }\n.#{$ti-prefix}-math-1-divide-2:before { content: $ti-icon-math-1-divide-2; }\n.#{$ti-prefix}-math-1-divide-3:before { content: $ti-icon-math-1-divide-3; }\n.#{$ti-prefix}-math-avg:before { content: $ti-icon-math-avg; }\n.#{$ti-prefix}-math-cos:before { content: $ti-icon-math-cos; }\n.#{$ti-prefix}-math-ctg:before { content: $ti-icon-math-ctg; }\n.#{$ti-prefix}-math-equal-greater:before { content: $ti-icon-math-equal-greater; }\n.#{$ti-prefix}-math-equal-lower:before { content: $ti-icon-math-equal-lower; }\n.#{$ti-prefix}-math-function:before { content: $ti-icon-math-function; }\n.#{$ti-prefix}-math-function-off:before { content: $ti-icon-math-function-off; }\n.#{$ti-prefix}-math-function-y:before { content: $ti-icon-math-function-y; }\n.#{$ti-prefix}-math-greater:before { content: $ti-icon-math-greater; }\n.#{$ti-prefix}-math-integral:before { content: $ti-icon-math-integral; }\n.#{$ti-prefix}-math-integral-x:before { content: $ti-icon-math-integral-x; }\n.#{$ti-prefix}-math-integrals:before { content: $ti-icon-math-integrals; }\n.#{$ti-prefix}-math-lower:before { content: $ti-icon-math-lower; }\n.#{$ti-prefix}-math-max:before { content: $ti-icon-math-max; }\n.#{$ti-prefix}-math-max-min:before { content: $ti-icon-math-max-min; }\n.#{$ti-prefix}-math-min:before { content: $ti-icon-math-min; }\n.#{$ti-prefix}-math-not:before { content: $ti-icon-math-not; }\n.#{$ti-prefix}-math-off:before { content: $ti-icon-math-off; }\n.#{$ti-prefix}-math-pi:before { content: $ti-icon-math-pi; }\n.#{$ti-prefix}-math-pi-divide-2:before { content: $ti-icon-math-pi-divide-2; }\n.#{$ti-prefix}-math-sec:before { content: $ti-icon-math-sec; }\n.#{$ti-prefix}-math-sin:before { content: $ti-icon-math-sin; }\n.#{$ti-prefix}-math-symbols:before { content: $ti-icon-math-symbols; }\n.#{$ti-prefix}-math-tg:before { content: $ti-icon-math-tg; }\n.#{$ti-prefix}-math-x-divide-2:before { content: $ti-icon-math-x-divide-2; }\n.#{$ti-prefix}-math-x-divide-y:before { content: $ti-icon-math-x-divide-y; }\n.#{$ti-prefix}-math-x-divide-y-2:before { content: $ti-icon-math-x-divide-y-2; }\n.#{$ti-prefix}-math-x-floor-divide-y:before { content: $ti-icon-math-x-floor-divide-y; }\n.#{$ti-prefix}-math-x-minus-x:before { content: $ti-icon-math-x-minus-x; }\n.#{$ti-prefix}-math-x-minus-y:before { content: $ti-icon-math-x-minus-y; }\n.#{$ti-prefix}-math-x-plus-x:before { content: $ti-icon-math-x-plus-x; }\n.#{$ti-prefix}-math-x-plus-y:before { content: $ti-icon-math-x-plus-y; }\n.#{$ti-prefix}-math-xy:before { content: $ti-icon-math-xy; }\n.#{$ti-prefix}-math-y-minus-y:before { content: $ti-icon-math-y-minus-y; }\n.#{$ti-prefix}-math-y-plus-y:before { content: $ti-icon-math-y-plus-y; }\n.#{$ti-prefix}-maximize:before { content: $ti-icon-maximize; }\n.#{$ti-prefix}-maximize-off:before { content: $ti-icon-maximize-off; }\n.#{$ti-prefix}-meat:before { content: $ti-icon-meat; }\n.#{$ti-prefix}-meat-off:before { content: $ti-icon-meat-off; }\n.#{$ti-prefix}-medal:before { content: $ti-icon-medal; }\n.#{$ti-prefix}-medal-2:before { content: $ti-icon-medal-2; }\n.#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }\n.#{$ti-prefix}-medical-cross-circle:before { content: $ti-icon-medical-cross-circle; }\n.#{$ti-prefix}-medical-cross-filled:before { content: $ti-icon-medical-cross-filled; }\n.#{$ti-prefix}-medical-cross-off:before { content: $ti-icon-medical-cross-off; }\n.#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; }\n.#{$ti-prefix}-meeple:before { content: $ti-icon-meeple; }\n.#{$ti-prefix}-melon:before { content: $ti-icon-melon; }\n.#{$ti-prefix}-melon-filled:before { content: $ti-icon-melon-filled; }\n.#{$ti-prefix}-menorah:before { content: $ti-icon-menorah; }\n.#{$ti-prefix}-menu:before { content: $ti-icon-menu; }\n.#{$ti-prefix}-menu-2:before { content: $ti-icon-menu-2; }\n.#{$ti-prefix}-menu-3:before { content: $ti-icon-menu-3; }\n.#{$ti-prefix}-menu-4:before { content: $ti-icon-menu-4; }\n.#{$ti-prefix}-menu-deep:before { content: $ti-icon-menu-deep; }\n.#{$ti-prefix}-menu-order:before { content: $ti-icon-menu-order; }\n.#{$ti-prefix}-message:before { content: $ti-icon-message; }\n.#{$ti-prefix}-message-2:before { content: $ti-icon-message-2; }\n.#{$ti-prefix}-message-2-bolt:before { content: $ti-icon-message-2-bolt; }\n.#{$ti-prefix}-message-2-cancel:before { content: $ti-icon-message-2-cancel; }\n.#{$ti-prefix}-message-2-check:before { content: $ti-icon-message-2-check; }\n.#{$ti-prefix}-message-2-code:before { content: $ti-icon-message-2-code; }\n.#{$ti-prefix}-message-2-cog:before { content: $ti-icon-message-2-cog; }\n.#{$ti-prefix}-message-2-dollar:before { content: $ti-icon-message-2-dollar; }\n.#{$ti-prefix}-message-2-down:before { content: $ti-icon-message-2-down; }\n.#{$ti-prefix}-message-2-exclamation:before { content: $ti-icon-message-2-exclamation; }\n.#{$ti-prefix}-message-2-heart:before { content: $ti-icon-message-2-heart; }\n.#{$ti-prefix}-message-2-minus:before { content: $ti-icon-message-2-minus; }\n.#{$ti-prefix}-message-2-off:before { content: $ti-icon-message-2-off; }\n.#{$ti-prefix}-message-2-pause:before { content: $ti-icon-message-2-pause; }\n.#{$ti-prefix}-message-2-pin:before { content: $ti-icon-message-2-pin; }\n.#{$ti-prefix}-message-2-plus:before { content: $ti-icon-message-2-plus; }\n.#{$ti-prefix}-message-2-question:before { content: $ti-icon-message-2-question; }\n.#{$ti-prefix}-message-2-search:before { content: $ti-icon-message-2-search; }\n.#{$ti-prefix}-message-2-share:before { content: $ti-icon-message-2-share; }\n.#{$ti-prefix}-message-2-star:before { content: $ti-icon-message-2-star; }\n.#{$ti-prefix}-message-2-up:before { content: $ti-icon-message-2-up; }\n.#{$ti-prefix}-message-2-x:before { content: $ti-icon-message-2-x; }\n.#{$ti-prefix}-message-bolt:before { content: $ti-icon-message-bolt; }\n.#{$ti-prefix}-message-cancel:before { content: $ti-icon-message-cancel; }\n.#{$ti-prefix}-message-chatbot:before { content: $ti-icon-message-chatbot; }\n.#{$ti-prefix}-message-chatbot-filled:before { content: $ti-icon-message-chatbot-filled; }\n.#{$ti-prefix}-message-check:before { content: $ti-icon-message-check; }\n.#{$ti-prefix}-message-circle:before { content: $ti-icon-message-circle; }\n.#{$ti-prefix}-message-circle-bolt:before { content: $ti-icon-message-circle-bolt; }\n.#{$ti-prefix}-message-circle-cancel:before { content: $ti-icon-message-circle-cancel; }\n.#{$ti-prefix}-message-circle-check:before { content: $ti-icon-message-circle-check; }\n.#{$ti-prefix}-message-circle-code:before { content: $ti-icon-message-circle-code; }\n.#{$ti-prefix}-message-circle-cog:before { content: $ti-icon-message-circle-cog; }\n.#{$ti-prefix}-message-circle-dollar:before { content: $ti-icon-message-circle-dollar; }\n.#{$ti-prefix}-message-circle-down:before { content: $ti-icon-message-circle-down; }\n.#{$ti-prefix}-message-circle-exclamation:before { content: $ti-icon-message-circle-exclamation; }\n.#{$ti-prefix}-message-circle-filled:before { content: $ti-icon-message-circle-filled; }\n.#{$ti-prefix}-message-circle-heart:before { content: $ti-icon-message-circle-heart; }\n.#{$ti-prefix}-message-circle-minus:before { content: $ti-icon-message-circle-minus; }\n.#{$ti-prefix}-message-circle-off:before { content: $ti-icon-message-circle-off; }\n.#{$ti-prefix}-message-circle-pause:before { content: $ti-icon-message-circle-pause; }\n.#{$ti-prefix}-message-circle-pin:before { content: $ti-icon-message-circle-pin; }\n.#{$ti-prefix}-message-circle-plus:before { content: $ti-icon-message-circle-plus; }\n.#{$ti-prefix}-message-circle-question:before { content: $ti-icon-message-circle-question; }\n.#{$ti-prefix}-message-circle-search:before { content: $ti-icon-message-circle-search; }\n.#{$ti-prefix}-message-circle-share:before { content: $ti-icon-message-circle-share; }\n.#{$ti-prefix}-message-circle-star:before { content: $ti-icon-message-circle-star; }\n.#{$ti-prefix}-message-circle-up:before { content: $ti-icon-message-circle-up; }\n.#{$ti-prefix}-message-circle-user:before { content: $ti-icon-message-circle-user; }\n.#{$ti-prefix}-message-circle-x:before { content: $ti-icon-message-circle-x; }\n.#{$ti-prefix}-message-code:before { content: $ti-icon-message-code; }\n.#{$ti-prefix}-message-cog:before { content: $ti-icon-message-cog; }\n.#{$ti-prefix}-message-dollar:before { content: $ti-icon-message-dollar; }\n.#{$ti-prefix}-message-dots:before { content: $ti-icon-message-dots; }\n.#{$ti-prefix}-message-down:before { content: $ti-icon-message-down; }\n.#{$ti-prefix}-message-exclamation:before { content: $ti-icon-message-exclamation; }\n.#{$ti-prefix}-message-filled:before { content: $ti-icon-message-filled; }\n.#{$ti-prefix}-message-forward:before { content: $ti-icon-message-forward; }\n.#{$ti-prefix}-message-heart:before { content: $ti-icon-message-heart; }\n.#{$ti-prefix}-message-language:before { content: $ti-icon-message-language; }\n.#{$ti-prefix}-message-minus:before { content: $ti-icon-message-minus; }\n.#{$ti-prefix}-message-off:before { content: $ti-icon-message-off; }\n.#{$ti-prefix}-message-pause:before { content: $ti-icon-message-pause; }\n.#{$ti-prefix}-message-pin:before { content: $ti-icon-message-pin; }\n.#{$ti-prefix}-message-plus:before { content: $ti-icon-message-plus; }\n.#{$ti-prefix}-message-question:before { content: $ti-icon-message-question; }\n.#{$ti-prefix}-message-reply:before { content: $ti-icon-message-reply; }\n.#{$ti-prefix}-message-report:before { content: $ti-icon-message-report; }\n.#{$ti-prefix}-message-report-filled:before { content: $ti-icon-message-report-filled; }\n.#{$ti-prefix}-message-search:before { content: $ti-icon-message-search; }\n.#{$ti-prefix}-message-share:before { content: $ti-icon-message-share; }\n.#{$ti-prefix}-message-star:before { content: $ti-icon-message-star; }\n.#{$ti-prefix}-message-up:before { content: $ti-icon-message-up; }\n.#{$ti-prefix}-message-user:before { content: $ti-icon-message-user; }\n.#{$ti-prefix}-message-x:before { content: $ti-icon-message-x; }\n.#{$ti-prefix}-messages:before { content: $ti-icon-messages; }\n.#{$ti-prefix}-messages-off:before { content: $ti-icon-messages-off; }\n.#{$ti-prefix}-meteor:before { content: $ti-icon-meteor; }\n.#{$ti-prefix}-meteor-filled:before { content: $ti-icon-meteor-filled; }\n.#{$ti-prefix}-meteor-off:before { content: $ti-icon-meteor-off; }\n.#{$ti-prefix}-meter-cube:before { content: $ti-icon-meter-cube; }\n.#{$ti-prefix}-meter-square:before { content: $ti-icon-meter-square; }\n.#{$ti-prefix}-metronome:before { content: $ti-icon-metronome; }\n.#{$ti-prefix}-michelin-bib-gourmand:before { content: $ti-icon-michelin-bib-gourmand; }\n.#{$ti-prefix}-michelin-star:before { content: $ti-icon-michelin-star; }\n.#{$ti-prefix}-michelin-star-filled:before { content: $ti-icon-michelin-star-filled; }\n.#{$ti-prefix}-michelin-star-green:before { content: $ti-icon-michelin-star-green; }\n.#{$ti-prefix}-mickey:before { content: $ti-icon-mickey; }\n.#{$ti-prefix}-mickey-filled:before { content: $ti-icon-mickey-filled; }\n.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }\n.#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; }\n.#{$ti-prefix}-microphone-2-off:before { content: $ti-icon-microphone-2-off; }\n.#{$ti-prefix}-microphone-filled:before { content: $ti-icon-microphone-filled; }\n.#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; }\n.#{$ti-prefix}-microscope:before { content: $ti-icon-microscope; }\n.#{$ti-prefix}-microscope-off:before { content: $ti-icon-microscope-off; }\n.#{$ti-prefix}-microwave:before { content: $ti-icon-microwave; }\n.#{$ti-prefix}-microwave-filled:before { content: $ti-icon-microwave-filled; }\n.#{$ti-prefix}-microwave-off:before { content: $ti-icon-microwave-off; }\n.#{$ti-prefix}-military-award:before { content: $ti-icon-military-award; }\n.#{$ti-prefix}-military-rank:before { content: $ti-icon-military-rank; }\n.#{$ti-prefix}-military-rank-filled:before { content: $ti-icon-military-rank-filled; }\n.#{$ti-prefix}-milk:before { content: $ti-icon-milk; }\n.#{$ti-prefix}-milk-filled:before { content: $ti-icon-milk-filled; }\n.#{$ti-prefix}-milk-off:before { content: $ti-icon-milk-off; }\n.#{$ti-prefix}-milkshake:before { content: $ti-icon-milkshake; }\n.#{$ti-prefix}-minimize:before { content: $ti-icon-minimize; }\n.#{$ti-prefix}-minus:before { content: $ti-icon-minus; }\n.#{$ti-prefix}-minus-vertical:before { content: $ti-icon-minus-vertical; }\n.#{$ti-prefix}-mist:before { content: $ti-icon-mist; }\n.#{$ti-prefix}-mist-off:before { content: $ti-icon-mist-off; }\n.#{$ti-prefix}-mobiledata:before { content: $ti-icon-mobiledata; }\n.#{$ti-prefix}-mobiledata-off:before { content: $ti-icon-mobiledata-off; }\n.#{$ti-prefix}-moneybag:before { content: $ti-icon-moneybag; }\n.#{$ti-prefix}-monkeybar:before { content: $ti-icon-monkeybar; }\n.#{$ti-prefix}-mood-angry:before { content: $ti-icon-mood-angry; }\n.#{$ti-prefix}-mood-angry-filled:before { content: $ti-icon-mood-angry-filled; }\n.#{$ti-prefix}-mood-annoyed:before { content: $ti-icon-mood-annoyed; }\n.#{$ti-prefix}-mood-annoyed-2:before { content: $ti-icon-mood-annoyed-2; }\n.#{$ti-prefix}-mood-bitcoin:before { content: $ti-icon-mood-bitcoin; }\n.#{$ti-prefix}-mood-boy:before { content: $ti-icon-mood-boy; }\n.#{$ti-prefix}-mood-check:before { content: $ti-icon-mood-check; }\n.#{$ti-prefix}-mood-cog:before { content: $ti-icon-mood-cog; }\n.#{$ti-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; }\n.#{$ti-prefix}-mood-confuzed-filled:before { content: $ti-icon-mood-confuzed-filled; }\n.#{$ti-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; }\n.#{$ti-prefix}-mood-crazy-happy-filled:before { content: $ti-icon-mood-crazy-happy-filled; }\n.#{$ti-prefix}-mood-cry:before { content: $ti-icon-mood-cry; }\n.#{$ti-prefix}-mood-dollar:before { content: $ti-icon-mood-dollar; }\n.#{$ti-prefix}-mood-edit:before { content: $ti-icon-mood-edit; }\n.#{$ti-prefix}-mood-empty:before { content: $ti-icon-mood-empty; }\n.#{$ti-prefix}-mood-empty-filled:before { content: $ti-icon-mood-empty-filled; }\n.#{$ti-prefix}-mood-happy:before { content: $ti-icon-mood-happy; }\n.#{$ti-prefix}-mood-happy-filled:before { content: $ti-icon-mood-happy-filled; }\n.#{$ti-prefix}-mood-heart:before { content: $ti-icon-mood-heart; }\n.#{$ti-prefix}-mood-kid:before { content: $ti-icon-mood-kid; }\n.#{$ti-prefix}-mood-kid-filled:before { content: $ti-icon-mood-kid-filled; }\n.#{$ti-prefix}-mood-look-down:before { content: $ti-icon-mood-look-down; }\n.#{$ti-prefix}-mood-look-left:before { content: $ti-icon-mood-look-left; }\n.#{$ti-prefix}-mood-look-right:before { content: $ti-icon-mood-look-right; }\n.#{$ti-prefix}-mood-look-up:before { content: $ti-icon-mood-look-up; }\n.#{$ti-prefix}-mood-minus:before { content: $ti-icon-mood-minus; }\n.#{$ti-prefix}-mood-nerd:before { content: $ti-icon-mood-nerd; }\n.#{$ti-prefix}-mood-nervous:before { content: $ti-icon-mood-nervous; }\n.#{$ti-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; }\n.#{$ti-prefix}-mood-neutral-filled:before { content: $ti-icon-mood-neutral-filled; }\n.#{$ti-prefix}-mood-off:before { content: $ti-icon-mood-off; }\n.#{$ti-prefix}-mood-pin:before { content: $ti-icon-mood-pin; }\n.#{$ti-prefix}-mood-plus:before { content: $ti-icon-mood-plus; }\n.#{$ti-prefix}-mood-puzzled:before { content: $ti-icon-mood-puzzled; }\n.#{$ti-prefix}-mood-sad:before { content: $ti-icon-mood-sad; }\n.#{$ti-prefix}-mood-sad-2:before { content: $ti-icon-mood-sad-2; }\n.#{$ti-prefix}-mood-sad-dizzy:before { content: $ti-icon-mood-sad-dizzy; }\n.#{$ti-prefix}-mood-sad-filled:before { content: $ti-icon-mood-sad-filled; }\n.#{$ti-prefix}-mood-sad-squint:before { content: $ti-icon-mood-sad-squint; }\n.#{$ti-prefix}-mood-search:before { content: $ti-icon-mood-search; }\n.#{$ti-prefix}-mood-share:before { content: $ti-icon-mood-share; }\n.#{$ti-prefix}-mood-sick:before { content: $ti-icon-mood-sick; }\n.#{$ti-prefix}-mood-silence:before { content: $ti-icon-mood-silence; }\n.#{$ti-prefix}-mood-sing:before { content: $ti-icon-mood-sing; }\n.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; }\n.#{$ti-prefix}-mood-smile-beam:before { content: $ti-icon-mood-smile-beam; }\n.#{$ti-prefix}-mood-smile-dizzy:before { content: $ti-icon-mood-smile-dizzy; }\n.#{$ti-prefix}-mood-smile-filled:before { content: $ti-icon-mood-smile-filled; }\n.#{$ti-prefix}-mood-spark:before { content: $ti-icon-mood-spark; }\n.#{$ti-prefix}-mood-surprised:before { content: $ti-icon-mood-surprised; }\n.#{$ti-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; }\n.#{$ti-prefix}-mood-tongue-wink:before { content: $ti-icon-mood-tongue-wink; }\n.#{$ti-prefix}-mood-tongue-wink-2:before { content: $ti-icon-mood-tongue-wink-2; }\n.#{$ti-prefix}-mood-unamused:before { content: $ti-icon-mood-unamused; }\n.#{$ti-prefix}-mood-up:before { content: $ti-icon-mood-up; }\n.#{$ti-prefix}-mood-wink:before { content: $ti-icon-mood-wink; }\n.#{$ti-prefix}-mood-wink-2:before { content: $ti-icon-mood-wink-2; }\n.#{$ti-prefix}-mood-wrrr:before { content: $ti-icon-mood-wrrr; }\n.#{$ti-prefix}-mood-wrrr-filled:before { content: $ti-icon-mood-wrrr-filled; }\n.#{$ti-prefix}-mood-x:before { content: $ti-icon-mood-x; }\n.#{$ti-prefix}-mood-xd:before { content: $ti-icon-mood-xd; }\n.#{$ti-prefix}-moon:before { content: $ti-icon-moon; }\n.#{$ti-prefix}-moon-2:before { content: $ti-icon-moon-2; }\n.#{$ti-prefix}-moon-filled:before { content: $ti-icon-moon-filled; }\n.#{$ti-prefix}-moon-off:before { content: $ti-icon-moon-off; }\n.#{$ti-prefix}-moon-stars:before { content: $ti-icon-moon-stars; }\n.#{$ti-prefix}-moped:before { content: $ti-icon-moped; }\n.#{$ti-prefix}-motorbike:before { content: $ti-icon-motorbike; }\n.#{$ti-prefix}-mountain:before { content: $ti-icon-mountain; }\n.#{$ti-prefix}-mountain-filled:before { content: $ti-icon-mountain-filled; }\n.#{$ti-prefix}-mountain-off:before { content: $ti-icon-mountain-off; }\n.#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; }\n.#{$ti-prefix}-mouse-2:before { content: $ti-icon-mouse-2; }\n.#{$ti-prefix}-mouse-filled:before { content: $ti-icon-mouse-filled; }\n.#{$ti-prefix}-mouse-off:before { content: $ti-icon-mouse-off; }\n.#{$ti-prefix}-moustache:before { content: $ti-icon-moustache; }\n.#{$ti-prefix}-movie:before { content: $ti-icon-movie; }\n.#{$ti-prefix}-movie-off:before { content: $ti-icon-movie-off; }\n.#{$ti-prefix}-mug:before { content: $ti-icon-mug; }\n.#{$ti-prefix}-mug-filled:before { content: $ti-icon-mug-filled; }\n.#{$ti-prefix}-mug-off:before { content: $ti-icon-mug-off; }\n.#{$ti-prefix}-multiplier-0-5x:before { content: $ti-icon-multiplier-0-5x; }\n.#{$ti-prefix}-multiplier-1-5x:before { content: $ti-icon-multiplier-1-5x; }\n.#{$ti-prefix}-multiplier-1x:before { content: $ti-icon-multiplier-1x; }\n.#{$ti-prefix}-multiplier-2x:before { content: $ti-icon-multiplier-2x; }\n.#{$ti-prefix}-mushroom:before { content: $ti-icon-mushroom; }\n.#{$ti-prefix}-mushroom-filled:before { content: $ti-icon-mushroom-filled; }\n.#{$ti-prefix}-mushroom-off:before { content: $ti-icon-mushroom-off; }\n.#{$ti-prefix}-music:before { content: $ti-icon-music; }\n.#{$ti-prefix}-music-bolt:before { content: $ti-icon-music-bolt; }\n.#{$ti-prefix}-music-cancel:before { content: $ti-icon-music-cancel; }\n.#{$ti-prefix}-music-check:before { content: $ti-icon-music-check; }\n.#{$ti-prefix}-music-code:before { content: $ti-icon-music-code; }\n.#{$ti-prefix}-music-cog:before { content: $ti-icon-music-cog; }\n.#{$ti-prefix}-music-discount:before { content: $ti-icon-music-discount; }\n.#{$ti-prefix}-music-dollar:before { content: $ti-icon-music-dollar; }\n.#{$ti-prefix}-music-down:before { content: $ti-icon-music-down; }\n.#{$ti-prefix}-music-exclamation:before { content: $ti-icon-music-exclamation; }\n.#{$ti-prefix}-music-heart:before { content: $ti-icon-music-heart; }\n.#{$ti-prefix}-music-minus:before { content: $ti-icon-music-minus; }\n.#{$ti-prefix}-music-off:before { content: $ti-icon-music-off; }\n.#{$ti-prefix}-music-pause:before { content: $ti-icon-music-pause; }\n.#{$ti-prefix}-music-pin:before { content: $ti-icon-music-pin; }\n.#{$ti-prefix}-music-plus:before { content: $ti-icon-music-plus; }\n.#{$ti-prefix}-music-question:before { content: $ti-icon-music-question; }\n.#{$ti-prefix}-music-search:before { content: $ti-icon-music-search; }\n.#{$ti-prefix}-music-share:before { content: $ti-icon-music-share; }\n.#{$ti-prefix}-music-star:before { content: $ti-icon-music-star; }\n.#{$ti-prefix}-music-up:before { content: $ti-icon-music-up; }\n.#{$ti-prefix}-music-x:before { content: $ti-icon-music-x; }\n.#{$ti-prefix}-navigation:before { content: $ti-icon-navigation; }\n.#{$ti-prefix}-navigation-bolt:before { content: $ti-icon-navigation-bolt; }\n.#{$ti-prefix}-navigation-cancel:before { content: $ti-icon-navigation-cancel; }\n.#{$ti-prefix}-navigation-check:before { content: $ti-icon-navigation-check; }\n.#{$ti-prefix}-navigation-code:before { content: $ti-icon-navigation-code; }\n.#{$ti-prefix}-navigation-cog:before { content: $ti-icon-navigation-cog; }\n.#{$ti-prefix}-navigation-discount:before { content: $ti-icon-navigation-discount; }\n.#{$ti-prefix}-navigation-dollar:before { content: $ti-icon-navigation-dollar; }\n.#{$ti-prefix}-navigation-down:before { content: $ti-icon-navigation-down; }\n.#{$ti-prefix}-navigation-east:before { content: $ti-icon-navigation-east; }\n.#{$ti-prefix}-navigation-exclamation:before { content: $ti-icon-navigation-exclamation; }\n.#{$ti-prefix}-navigation-filled:before { content: $ti-icon-navigation-filled; }\n.#{$ti-prefix}-navigation-heart:before { content: $ti-icon-navigation-heart; }\n.#{$ti-prefix}-navigation-minus:before { content: $ti-icon-navigation-minus; }\n.#{$ti-prefix}-navigation-north:before { content: $ti-icon-navigation-north; }\n.#{$ti-prefix}-navigation-off:before { content: $ti-icon-navigation-off; }\n.#{$ti-prefix}-navigation-pause:before { content: $ti-icon-navigation-pause; }\n.#{$ti-prefix}-navigation-pin:before { content: $ti-icon-navigation-pin; }\n.#{$ti-prefix}-navigation-plus:before { content: $ti-icon-navigation-plus; }\n.#{$ti-prefix}-navigation-question:before { content: $ti-icon-navigation-question; }\n.#{$ti-prefix}-navigation-search:before { content: $ti-icon-navigation-search; }\n.#{$ti-prefix}-navigation-share:before { content: $ti-icon-navigation-share; }\n.#{$ti-prefix}-navigation-south:before { content: $ti-icon-navigation-south; }\n.#{$ti-prefix}-navigation-star:before { content: $ti-icon-navigation-star; }\n.#{$ti-prefix}-navigation-top:before { content: $ti-icon-navigation-top; }\n.#{$ti-prefix}-navigation-up:before { content: $ti-icon-navigation-up; }\n.#{$ti-prefix}-navigation-west:before { content: $ti-icon-navigation-west; }\n.#{$ti-prefix}-navigation-x:before { content: $ti-icon-navigation-x; }\n.#{$ti-prefix}-needle:before { content: $ti-icon-needle; }\n.#{$ti-prefix}-needle-thread:before { content: $ti-icon-needle-thread; }\n.#{$ti-prefix}-network:before { content: $ti-icon-network; }\n.#{$ti-prefix}-network-off:before { content: $ti-icon-network-off; }\n.#{$ti-prefix}-new-section:before { content: $ti-icon-new-section; }\n.#{$ti-prefix}-news:before { content: $ti-icon-news; }\n.#{$ti-prefix}-news-off:before { content: $ti-icon-news-off; }\n.#{$ti-prefix}-nfc:before { content: $ti-icon-nfc; }\n.#{$ti-prefix}-nfc-off:before { content: $ti-icon-nfc-off; }\n.#{$ti-prefix}-no-copyright:before { content: $ti-icon-no-copyright; }\n.#{$ti-prefix}-no-creative-commons:before { content: $ti-icon-no-creative-commons; }\n.#{$ti-prefix}-no-derivatives:before { content: $ti-icon-no-derivatives; }\n.#{$ti-prefix}-north-star:before { content: $ti-icon-north-star; }\n.#{$ti-prefix}-note:before { content: $ti-icon-note; }\n.#{$ti-prefix}-note-off:before { content: $ti-icon-note-off; }\n.#{$ti-prefix}-notebook:before { content: $ti-icon-notebook; }\n.#{$ti-prefix}-notebook-off:before { content: $ti-icon-notebook-off; }\n.#{$ti-prefix}-notes:before { content: $ti-icon-notes; }\n.#{$ti-prefix}-notes-off:before { content: $ti-icon-notes-off; }\n.#{$ti-prefix}-notification:before { content: $ti-icon-notification; }\n.#{$ti-prefix}-notification-off:before { content: $ti-icon-notification-off; }\n.#{$ti-prefix}-number:before { content: $ti-icon-number; }\n.#{$ti-prefix}-number-0:before { content: $ti-icon-number-0; }\n.#{$ti-prefix}-number-0-small:before { content: $ti-icon-number-0-small; }\n.#{$ti-prefix}-number-1:before { content: $ti-icon-number-1; }\n.#{$ti-prefix}-number-1-small:before { content: $ti-icon-number-1-small; }\n.#{$ti-prefix}-number-10:before { content: $ti-icon-number-10; }\n.#{$ti-prefix}-number-10-small:before { content: $ti-icon-number-10-small; }\n.#{$ti-prefix}-number-100-small:before { content: $ti-icon-number-100-small; }\n.#{$ti-prefix}-number-11:before { content: $ti-icon-number-11; }\n.#{$ti-prefix}-number-11-small:before { content: $ti-icon-number-11-small; }\n.#{$ti-prefix}-number-12-small:before { content: $ti-icon-number-12-small; }\n.#{$ti-prefix}-number-123:before { content: $ti-icon-number-123; }\n.#{$ti-prefix}-number-13-small:before { content: $ti-icon-number-13-small; }\n.#{$ti-prefix}-number-14-small:before { content: $ti-icon-number-14-small; }\n.#{$ti-prefix}-number-15-small:before { content: $ti-icon-number-15-small; }\n.#{$ti-prefix}-number-16-small:before { content: $ti-icon-number-16-small; }\n.#{$ti-prefix}-number-17-small:before { content: $ti-icon-number-17-small; }\n.#{$ti-prefix}-number-18-small:before { content: $ti-icon-number-18-small; }\n.#{$ti-prefix}-number-19-small:before { content: $ti-icon-number-19-small; }\n.#{$ti-prefix}-number-2:before { content: $ti-icon-number-2; }\n.#{$ti-prefix}-number-2-small:before { content: $ti-icon-number-2-small; }\n.#{$ti-prefix}-number-20-small:before { content: $ti-icon-number-20-small; }\n.#{$ti-prefix}-number-21-small:before { content: $ti-icon-number-21-small; }\n.#{$ti-prefix}-number-22-small:before { content: $ti-icon-number-22-small; }\n.#{$ti-prefix}-number-23-small:before { content: $ti-icon-number-23-small; }\n.#{$ti-prefix}-number-24-small:before { content: $ti-icon-number-24-small; }\n.#{$ti-prefix}-number-25-small:before { content: $ti-icon-number-25-small; }\n.#{$ti-prefix}-number-26-small:before { content: $ti-icon-number-26-small; }\n.#{$ti-prefix}-number-27-small:before { content: $ti-icon-number-27-small; }\n.#{$ti-prefix}-number-28-small:before { content: $ti-icon-number-28-small; }\n.#{$ti-prefix}-number-29-small:before { content: $ti-icon-number-29-small; }\n.#{$ti-prefix}-number-3:before { content: $ti-icon-number-3; }\n.#{$ti-prefix}-number-3-small:before { content: $ti-icon-number-3-small; }\n.#{$ti-prefix}-number-30-small:before { content: $ti-icon-number-30-small; }\n.#{$ti-prefix}-number-31-small:before { content: $ti-icon-number-31-small; }\n.#{$ti-prefix}-number-32-small:before { content: $ti-icon-number-32-small; }\n.#{$ti-prefix}-number-33-small:before { content: $ti-icon-number-33-small; }\n.#{$ti-prefix}-number-34-small:before { content: $ti-icon-number-34-small; }\n.#{$ti-prefix}-number-35-small:before { content: $ti-icon-number-35-small; }\n.#{$ti-prefix}-number-36-small:before { content: $ti-icon-number-36-small; }\n.#{$ti-prefix}-number-37-small:before { content: $ti-icon-number-37-small; }\n.#{$ti-prefix}-number-38-small:before { content: $ti-icon-number-38-small; }\n.#{$ti-prefix}-number-39-small:before { content: $ti-icon-number-39-small; }\n.#{$ti-prefix}-number-4:before { content: $ti-icon-number-4; }\n.#{$ti-prefix}-number-4-small:before { content: $ti-icon-number-4-small; }\n.#{$ti-prefix}-number-40-small:before { content: $ti-icon-number-40-small; }\n.#{$ti-prefix}-number-41-small:before { content: $ti-icon-number-41-small; }\n.#{$ti-prefix}-number-42-small:before { content: $ti-icon-number-42-small; }\n.#{$ti-prefix}-number-43-small:before { content: $ti-icon-number-43-small; }\n.#{$ti-prefix}-number-44-small:before { content: $ti-icon-number-44-small; }\n.#{$ti-prefix}-number-45-small:before { content: $ti-icon-number-45-small; }\n.#{$ti-prefix}-number-46-small:before { content: $ti-icon-number-46-small; }\n.#{$ti-prefix}-number-47-small:before { content: $ti-icon-number-47-small; }\n.#{$ti-prefix}-number-48-small:before { content: $ti-icon-number-48-small; }\n.#{$ti-prefix}-number-49-small:before { content: $ti-icon-number-49-small; }\n.#{$ti-prefix}-number-5:before { content: $ti-icon-number-5; }\n.#{$ti-prefix}-number-5-small:before { content: $ti-icon-number-5-small; }\n.#{$ti-prefix}-number-50-small:before { content: $ti-icon-number-50-small; }\n.#{$ti-prefix}-number-51-small:before { content: $ti-icon-number-51-small; }\n.#{$ti-prefix}-number-52-small:before { content: $ti-icon-number-52-small; }\n.#{$ti-prefix}-number-53-small:before { content: $ti-icon-number-53-small; }\n.#{$ti-prefix}-number-54-small:before { content: $ti-icon-number-54-small; }\n.#{$ti-prefix}-number-55-small:before { content: $ti-icon-number-55-small; }\n.#{$ti-prefix}-number-56-small:before { content: $ti-icon-number-56-small; }\n.#{$ti-prefix}-number-57-small:before { content: $ti-icon-number-57-small; }\n.#{$ti-prefix}-number-58-small:before { content: $ti-icon-number-58-small; }\n.#{$ti-prefix}-number-59-small:before { content: $ti-icon-number-59-small; }\n.#{$ti-prefix}-number-6:before { content: $ti-icon-number-6; }\n.#{$ti-prefix}-number-6-small:before { content: $ti-icon-number-6-small; }\n.#{$ti-prefix}-number-60-small:before { content: $ti-icon-number-60-small; }\n.#{$ti-prefix}-number-61-small:before { content: $ti-icon-number-61-small; }\n.#{$ti-prefix}-number-62-small:before { content: $ti-icon-number-62-small; }\n.#{$ti-prefix}-number-63-small:before { content: $ti-icon-number-63-small; }\n.#{$ti-prefix}-number-64-small:before { content: $ti-icon-number-64-small; }\n.#{$ti-prefix}-number-65-small:before { content: $ti-icon-number-65-small; }\n.#{$ti-prefix}-number-66-small:before { content: $ti-icon-number-66-small; }\n.#{$ti-prefix}-number-67-small:before { content: $ti-icon-number-67-small; }\n.#{$ti-prefix}-number-68-small:before { content: $ti-icon-number-68-small; }\n.#{$ti-prefix}-number-69-small:before { content: $ti-icon-number-69-small; }\n.#{$ti-prefix}-number-7:before { content: $ti-icon-number-7; }\n.#{$ti-prefix}-number-7-small:before { content: $ti-icon-number-7-small; }\n.#{$ti-prefix}-number-70-small:before { content: $ti-icon-number-70-small; }\n.#{$ti-prefix}-number-71-small:before { content: $ti-icon-number-71-small; }\n.#{$ti-prefix}-number-72-small:before { content: $ti-icon-number-72-small; }\n.#{$ti-prefix}-number-73-small:before { content: $ti-icon-number-73-small; }\n.#{$ti-prefix}-number-74-small:before { content: $ti-icon-number-74-small; }\n.#{$ti-prefix}-number-75-small:before { content: $ti-icon-number-75-small; }\n.#{$ti-prefix}-number-76-small:before { content: $ti-icon-number-76-small; }\n.#{$ti-prefix}-number-77-small:before { content: $ti-icon-number-77-small; }\n.#{$ti-prefix}-number-78-small:before { content: $ti-icon-number-78-small; }\n.#{$ti-prefix}-number-79-small:before { content: $ti-icon-number-79-small; }\n.#{$ti-prefix}-number-8:before { content: $ti-icon-number-8; }\n.#{$ti-prefix}-number-8-small:before { content: $ti-icon-number-8-small; }\n.#{$ti-prefix}-number-80-small:before { content: $ti-icon-number-80-small; }\n.#{$ti-prefix}-number-81-small:before { content: $ti-icon-number-81-small; }\n.#{$ti-prefix}-number-82-small:before { content: $ti-icon-number-82-small; }\n.#{$ti-prefix}-number-83-small:before { content: $ti-icon-number-83-small; }\n.#{$ti-prefix}-number-84-small:before { content: $ti-icon-number-84-small; }\n.#{$ti-prefix}-number-85-small:before { content: $ti-icon-number-85-small; }\n.#{$ti-prefix}-number-86-small:before { content: $ti-icon-number-86-small; }\n.#{$ti-prefix}-number-87-small:before { content: $ti-icon-number-87-small; }\n.#{$ti-prefix}-number-88-small:before { content: $ti-icon-number-88-small; }\n.#{$ti-prefix}-number-89-small:before { content: $ti-icon-number-89-small; }\n.#{$ti-prefix}-number-9:before { content: $ti-icon-number-9; }\n.#{$ti-prefix}-number-9-small:before { content: $ti-icon-number-9-small; }\n.#{$ti-prefix}-number-90-small:before { content: $ti-icon-number-90-small; }\n.#{$ti-prefix}-number-91-small:before { content: $ti-icon-number-91-small; }\n.#{$ti-prefix}-number-92-small:before { content: $ti-icon-number-92-small; }\n.#{$ti-prefix}-number-93-small:before { content: $ti-icon-number-93-small; }\n.#{$ti-prefix}-number-94-small:before { content: $ti-icon-number-94-small; }\n.#{$ti-prefix}-number-95-small:before { content: $ti-icon-number-95-small; }\n.#{$ti-prefix}-number-96-small:before { content: $ti-icon-number-96-small; }\n.#{$ti-prefix}-number-97-small:before { content: $ti-icon-number-97-small; }\n.#{$ti-prefix}-number-98-small:before { content: $ti-icon-number-98-small; }\n.#{$ti-prefix}-number-99-small:before { content: $ti-icon-number-99-small; }\n.#{$ti-prefix}-numbers:before { content: $ti-icon-numbers; }\n.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }\n.#{$ti-prefix}-nut:before { content: $ti-icon-nut; }\n.#{$ti-prefix}-object-scan:before { content: $ti-icon-object-scan; }\n.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }\n.#{$ti-prefix}-octagon-filled:before { content: $ti-icon-octagon-filled; }\n.#{$ti-prefix}-octagon-minus:before { content: $ti-icon-octagon-minus; }\n.#{$ti-prefix}-octagon-minus-2:before { content: $ti-icon-octagon-minus-2; }\n.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }\n.#{$ti-prefix}-octagon-plus:before { content: $ti-icon-octagon-plus; }\n.#{$ti-prefix}-octagon-plus-2:before { content: $ti-icon-octagon-plus-2; }\n.#{$ti-prefix}-octahedron:before { content: $ti-icon-octahedron; }\n.#{$ti-prefix}-octahedron-off:before { content: $ti-icon-octahedron-off; }\n.#{$ti-prefix}-octahedron-plus:before { content: $ti-icon-octahedron-plus; }\n.#{$ti-prefix}-old:before { content: $ti-icon-old; }\n.#{$ti-prefix}-olympics:before { content: $ti-icon-olympics; }\n.#{$ti-prefix}-olympics-off:before { content: $ti-icon-olympics-off; }\n.#{$ti-prefix}-om:before { content: $ti-icon-om; }\n.#{$ti-prefix}-omega:before { content: $ti-icon-omega; }\n.#{$ti-prefix}-outbound:before { content: $ti-icon-outbound; }\n.#{$ti-prefix}-outlet:before { content: $ti-icon-outlet; }\n.#{$ti-prefix}-oval:before { content: $ti-icon-oval; }\n.#{$ti-prefix}-oval-filled:before { content: $ti-icon-oval-filled; }\n.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; }\n.#{$ti-prefix}-oval-vertical-filled:before { content: $ti-icon-oval-vertical-filled; }\n.#{$ti-prefix}-overline:before { content: $ti-icon-overline; }\n.#{$ti-prefix}-package:before { content: $ti-icon-package; }\n.#{$ti-prefix}-package-export:before { content: $ti-icon-package-export; }\n.#{$ti-prefix}-package-import:before { content: $ti-icon-package-import; }\n.#{$ti-prefix}-package-off:before { content: $ti-icon-package-off; }\n.#{$ti-prefix}-packages:before { content: $ti-icon-packages; }\n.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; }\n.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; }\n.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }\n.#{$ti-prefix}-paint-filled:before { content: $ti-icon-paint-filled; }\n.#{$ti-prefix}-paint-off:before { content: $ti-icon-paint-off; }\n.#{$ti-prefix}-palette:before { content: $ti-icon-palette; }\n.#{$ti-prefix}-palette-off:before { content: $ti-icon-palette-off; }\n.#{$ti-prefix}-panorama-horizontal:before { content: $ti-icon-panorama-horizontal; }\n.#{$ti-prefix}-panorama-horizontal-filled:before { content: $ti-icon-panorama-horizontal-filled; }\n.#{$ti-prefix}-panorama-horizontal-off:before { content: $ti-icon-panorama-horizontal-off; }\n.#{$ti-prefix}-panorama-vertical:before { content: $ti-icon-panorama-vertical; }\n.#{$ti-prefix}-panorama-vertical-filled:before { content: $ti-icon-panorama-vertical-filled; }\n.#{$ti-prefix}-panorama-vertical-off:before { content: $ti-icon-panorama-vertical-off; }\n.#{$ti-prefix}-paper-bag:before { content: $ti-icon-paper-bag; }\n.#{$ti-prefix}-paper-bag-off:before { content: $ti-icon-paper-bag-off; }\n.#{$ti-prefix}-paperclip:before { content: $ti-icon-paperclip; }\n.#{$ti-prefix}-parachute:before { content: $ti-icon-parachute; }\n.#{$ti-prefix}-parachute-off:before { content: $ti-icon-parachute-off; }\n.#{$ti-prefix}-parentheses:before { content: $ti-icon-parentheses; }\n.#{$ti-prefix}-parentheses-off:before { content: $ti-icon-parentheses-off; }\n.#{$ti-prefix}-parking:before { content: $ti-icon-parking; }\n.#{$ti-prefix}-parking-circle:before { content: $ti-icon-parking-circle; }\n.#{$ti-prefix}-parking-circle-filled:before { content: $ti-icon-parking-circle-filled; }\n.#{$ti-prefix}-parking-off:before { content: $ti-icon-parking-off; }\n.#{$ti-prefix}-password:before { content: $ti-icon-password; }\n.#{$ti-prefix}-password-fingerprint:before { content: $ti-icon-password-fingerprint; }\n.#{$ti-prefix}-password-mobile-phone:before { content: $ti-icon-password-mobile-phone; }\n.#{$ti-prefix}-password-user:before { content: $ti-icon-password-user; }\n.#{$ti-prefix}-paw:before { content: $ti-icon-paw; }\n.#{$ti-prefix}-paw-filled:before { content: $ti-icon-paw-filled; }\n.#{$ti-prefix}-paw-off:before { content: $ti-icon-paw-off; }\n.#{$ti-prefix}-paywall:before { content: $ti-icon-paywall; }\n.#{$ti-prefix}-pdf:before { content: $ti-icon-pdf; }\n.#{$ti-prefix}-peace:before { content: $ti-icon-peace; }\n.#{$ti-prefix}-pencil:before { content: $ti-icon-pencil; }\n.#{$ti-prefix}-pencil-bolt:before { content: $ti-icon-pencil-bolt; }\n.#{$ti-prefix}-pencil-cancel:before { content: $ti-icon-pencil-cancel; }\n.#{$ti-prefix}-pencil-check:before { content: $ti-icon-pencil-check; }\n.#{$ti-prefix}-pencil-code:before { content: $ti-icon-pencil-code; }\n.#{$ti-prefix}-pencil-cog:before { content: $ti-icon-pencil-cog; }\n.#{$ti-prefix}-pencil-discount:before { content: $ti-icon-pencil-discount; }\n.#{$ti-prefix}-pencil-dollar:before { content: $ti-icon-pencil-dollar; }\n.#{$ti-prefix}-pencil-down:before { content: $ti-icon-pencil-down; }\n.#{$ti-prefix}-pencil-exclamation:before { content: $ti-icon-pencil-exclamation; }\n.#{$ti-prefix}-pencil-heart:before { content: $ti-icon-pencil-heart; }\n.#{$ti-prefix}-pencil-minus:before { content: $ti-icon-pencil-minus; }\n.#{$ti-prefix}-pencil-off:before { content: $ti-icon-pencil-off; }\n.#{$ti-prefix}-pencil-pause:before { content: $ti-icon-pencil-pause; }\n.#{$ti-prefix}-pencil-pin:before { content: $ti-icon-pencil-pin; }\n.#{$ti-prefix}-pencil-plus:before { content: $ti-icon-pencil-plus; }\n.#{$ti-prefix}-pencil-question:before { content: $ti-icon-pencil-question; }\n.#{$ti-prefix}-pencil-search:before { content: $ti-icon-pencil-search; }\n.#{$ti-prefix}-pencil-share:before { content: $ti-icon-pencil-share; }\n.#{$ti-prefix}-pencil-star:before { content: $ti-icon-pencil-star; }\n.#{$ti-prefix}-pencil-up:before { content: $ti-icon-pencil-up; }\n.#{$ti-prefix}-pencil-x:before { content: $ti-icon-pencil-x; }\n.#{$ti-prefix}-pennant:before { content: $ti-icon-pennant; }\n.#{$ti-prefix}-pennant-2:before { content: $ti-icon-pennant-2; }\n.#{$ti-prefix}-pennant-2-filled:before { content: $ti-icon-pennant-2-filled; }\n.#{$ti-prefix}-pennant-filled:before { content: $ti-icon-pennant-filled; }\n.#{$ti-prefix}-pennant-off:before { content: $ti-icon-pennant-off; }\n.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; }\n.#{$ti-prefix}-pentagon-filled:before { content: $ti-icon-pentagon-filled; }\n.#{$ti-prefix}-pentagon-minus:before { content: $ti-icon-pentagon-minus; }\n.#{$ti-prefix}-pentagon-number-0:before { content: $ti-icon-pentagon-number-0; }\n.#{$ti-prefix}-pentagon-number-1:before { content: $ti-icon-pentagon-number-1; }\n.#{$ti-prefix}-pentagon-number-2:before { content: $ti-icon-pentagon-number-2; }\n.#{$ti-prefix}-pentagon-number-3:before { content: $ti-icon-pentagon-number-3; }\n.#{$ti-prefix}-pentagon-number-4:before { content: $ti-icon-pentagon-number-4; }\n.#{$ti-prefix}-pentagon-number-5:before { content: $ti-icon-pentagon-number-5; }\n.#{$ti-prefix}-pentagon-number-6:before { content: $ti-icon-pentagon-number-6; }\n.#{$ti-prefix}-pentagon-number-7:before { content: $ti-icon-pentagon-number-7; }\n.#{$ti-prefix}-pentagon-number-8:before { content: $ti-icon-pentagon-number-8; }\n.#{$ti-prefix}-pentagon-number-9:before { content: $ti-icon-pentagon-number-9; }\n.#{$ti-prefix}-pentagon-off:before { content: $ti-icon-pentagon-off; }\n.#{$ti-prefix}-pentagon-plus:before { content: $ti-icon-pentagon-plus; }\n.#{$ti-prefix}-pentagon-x:before { content: $ti-icon-pentagon-x; }\n.#{$ti-prefix}-pentagram:before { content: $ti-icon-pentagram; }\n.#{$ti-prefix}-pepper:before { content: $ti-icon-pepper; }\n.#{$ti-prefix}-pepper-off:before { content: $ti-icon-pepper-off; }\n.#{$ti-prefix}-percentage:before { content: $ti-icon-percentage; }\n.#{$ti-prefix}-percentage-0:before { content: $ti-icon-percentage-0; }\n.#{$ti-prefix}-percentage-10:before { content: $ti-icon-percentage-10; }\n.#{$ti-prefix}-percentage-100:before { content: $ti-icon-percentage-100; }\n.#{$ti-prefix}-percentage-20:before { content: $ti-icon-percentage-20; }\n.#{$ti-prefix}-percentage-25:before { content: $ti-icon-percentage-25; }\n.#{$ti-prefix}-percentage-30:before { content: $ti-icon-percentage-30; }\n.#{$ti-prefix}-percentage-33:before { content: $ti-icon-percentage-33; }\n.#{$ti-prefix}-percentage-40:before { content: $ti-icon-percentage-40; }\n.#{$ti-prefix}-percentage-50:before { content: $ti-icon-percentage-50; }\n.#{$ti-prefix}-percentage-60:before { content: $ti-icon-percentage-60; }\n.#{$ti-prefix}-percentage-66:before { content: $ti-icon-percentage-66; }\n.#{$ti-prefix}-percentage-70:before { content: $ti-icon-percentage-70; }\n.#{$ti-prefix}-percentage-75:before { content: $ti-icon-percentage-75; }\n.#{$ti-prefix}-percentage-80:before { content: $ti-icon-percentage-80; }\n.#{$ti-prefix}-percentage-90:before { content: $ti-icon-percentage-90; }\n.#{$ti-prefix}-perfume:before { content: $ti-icon-perfume; }\n.#{$ti-prefix}-perspective:before { content: $ti-icon-perspective; }\n.#{$ti-prefix}-perspective-off:before { content: $ti-icon-perspective-off; }\n.#{$ti-prefix}-phone:before { content: $ti-icon-phone; }\n.#{$ti-prefix}-phone-call:before { content: $ti-icon-phone-call; }\n.#{$ti-prefix}-phone-calling:before { content: $ti-icon-phone-calling; }\n.#{$ti-prefix}-phone-check:before { content: $ti-icon-phone-check; }\n.#{$ti-prefix}-phone-done:before { content: $ti-icon-phone-done; }\n.#{$ti-prefix}-phone-end:before { content: $ti-icon-phone-end; }\n.#{$ti-prefix}-phone-filled:before { content: $ti-icon-phone-filled; }\n.#{$ti-prefix}-phone-incoming:before { content: $ti-icon-phone-incoming; }\n.#{$ti-prefix}-phone-off:before { content: $ti-icon-phone-off; }\n.#{$ti-prefix}-phone-outgoing:before { content: $ti-icon-phone-outgoing; }\n.#{$ti-prefix}-phone-pause:before { content: $ti-icon-phone-pause; }\n.#{$ti-prefix}-phone-plus:before { content: $ti-icon-phone-plus; }\n.#{$ti-prefix}-phone-ringing:before { content: $ti-icon-phone-ringing; }\n.#{$ti-prefix}-phone-spark:before { content: $ti-icon-phone-spark; }\n.#{$ti-prefix}-phone-x:before { content: $ti-icon-phone-x; }\n.#{$ti-prefix}-photo:before { content: $ti-icon-photo; }\n.#{$ti-prefix}-photo-ai:before { content: $ti-icon-photo-ai; }\n.#{$ti-prefix}-photo-bitcoin:before { content: $ti-icon-photo-bitcoin; }\n.#{$ti-prefix}-photo-bolt:before { content: $ti-icon-photo-bolt; }\n.#{$ti-prefix}-photo-cancel:before { content: $ti-icon-photo-cancel; }\n.#{$ti-prefix}-photo-check:before { content: $ti-icon-photo-check; }\n.#{$ti-prefix}-photo-circle:before { content: $ti-icon-photo-circle; }\n.#{$ti-prefix}-photo-circle-minus:before { content: $ti-icon-photo-circle-minus; }\n.#{$ti-prefix}-photo-circle-plus:before { content: $ti-icon-photo-circle-plus; }\n.#{$ti-prefix}-photo-code:before { content: $ti-icon-photo-code; }\n.#{$ti-prefix}-photo-cog:before { content: $ti-icon-photo-cog; }\n.#{$ti-prefix}-photo-dollar:before { content: $ti-icon-photo-dollar; }\n.#{$ti-prefix}-photo-down:before { content: $ti-icon-photo-down; }\n.#{$ti-prefix}-photo-edit:before { content: $ti-icon-photo-edit; }\n.#{$ti-prefix}-photo-exclamation:before { content: $ti-icon-photo-exclamation; }\n.#{$ti-prefix}-photo-filled:before { content: $ti-icon-photo-filled; }\n.#{$ti-prefix}-photo-heart:before { content: $ti-icon-photo-heart; }\n.#{$ti-prefix}-photo-hexagon:before { content: $ti-icon-photo-hexagon; }\n.#{$ti-prefix}-photo-minus:before { content: $ti-icon-photo-minus; }\n.#{$ti-prefix}-photo-off:before { content: $ti-icon-photo-off; }\n.#{$ti-prefix}-photo-pause:before { content: $ti-icon-photo-pause; }\n.#{$ti-prefix}-photo-pentagon:before { content: $ti-icon-photo-pentagon; }\n.#{$ti-prefix}-photo-pin:before { content: $ti-icon-photo-pin; }\n.#{$ti-prefix}-photo-plus:before { content: $ti-icon-photo-plus; }\n.#{$ti-prefix}-photo-question:before { content: $ti-icon-photo-question; }\n.#{$ti-prefix}-photo-scan:before { content: $ti-icon-photo-scan; }\n.#{$ti-prefix}-photo-search:before { content: $ti-icon-photo-search; }\n.#{$ti-prefix}-photo-sensor:before { content: $ti-icon-photo-sensor; }\n.#{$ti-prefix}-photo-sensor-2:before { content: $ti-icon-photo-sensor-2; }\n.#{$ti-prefix}-photo-sensor-3:before { content: $ti-icon-photo-sensor-3; }\n.#{$ti-prefix}-photo-share:before { content: $ti-icon-photo-share; }\n.#{$ti-prefix}-photo-shield:before { content: $ti-icon-photo-shield; }\n.#{$ti-prefix}-photo-spark:before { content: $ti-icon-photo-spark; }\n.#{$ti-prefix}-photo-square-rounded:before { content: $ti-icon-photo-square-rounded; }\n.#{$ti-prefix}-photo-star:before { content: $ti-icon-photo-star; }\n.#{$ti-prefix}-photo-up:before { content: $ti-icon-photo-up; }\n.#{$ti-prefix}-photo-video:before { content: $ti-icon-photo-video; }\n.#{$ti-prefix}-photo-x:before { content: $ti-icon-photo-x; }\n.#{$ti-prefix}-physotherapist:before { content: $ti-icon-physotherapist; }\n.#{$ti-prefix}-piano:before { content: $ti-icon-piano; }\n.#{$ti-prefix}-pick:before { content: $ti-icon-pick; }\n.#{$ti-prefix}-picnic-table:before { content: $ti-icon-picnic-table; }\n.#{$ti-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; }\n.#{$ti-prefix}-picture-in-picture-filled:before { content: $ti-icon-picture-in-picture-filled; }\n.#{$ti-prefix}-picture-in-picture-off:before { content: $ti-icon-picture-in-picture-off; }\n.#{$ti-prefix}-picture-in-picture-on:before { content: $ti-icon-picture-in-picture-on; }\n.#{$ti-prefix}-picture-in-picture-top:before { content: $ti-icon-picture-in-picture-top; }\n.#{$ti-prefix}-picture-in-picture-top-filled:before { content: $ti-icon-picture-in-picture-top-filled; }\n.#{$ti-prefix}-pig:before { content: $ti-icon-pig; }\n.#{$ti-prefix}-pig-money:before { content: $ti-icon-pig-money; }\n.#{$ti-prefix}-pig-off:before { content: $ti-icon-pig-off; }\n.#{$ti-prefix}-pilcrow:before { content: $ti-icon-pilcrow; }\n.#{$ti-prefix}-pilcrow-left:before { content: $ti-icon-pilcrow-left; }\n.#{$ti-prefix}-pilcrow-right:before { content: $ti-icon-pilcrow-right; }\n.#{$ti-prefix}-pill:before { content: $ti-icon-pill; }\n.#{$ti-prefix}-pill-filled:before { content: $ti-icon-pill-filled; }\n.#{$ti-prefix}-pill-off:before { content: $ti-icon-pill-off; }\n.#{$ti-prefix}-pills:before { content: $ti-icon-pills; }\n.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }\n.#{$ti-prefix}-pin-end:before { content: $ti-icon-pin-end; }\n.#{$ti-prefix}-pin-filled:before { content: $ti-icon-pin-filled; }\n.#{$ti-prefix}-pin-invoke:before { content: $ti-icon-pin-invoke; }\n.#{$ti-prefix}-ping-pong:before { content: $ti-icon-ping-pong; }\n.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }\n.#{$ti-prefix}-pinned-filled:before { content: $ti-icon-pinned-filled; }\n.#{$ti-prefix}-pinned-off:before { content: $ti-icon-pinned-off; }\n.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; }\n.#{$ti-prefix}-pizza-filled:before { content: $ti-icon-pizza-filled; }\n.#{$ti-prefix}-pizza-off:before { content: $ti-icon-pizza-off; }\n.#{$ti-prefix}-placeholder:before { content: $ti-icon-placeholder; }\n.#{$ti-prefix}-plane:before { content: $ti-icon-plane; }\n.#{$ti-prefix}-plane-arrival:before { content: $ti-icon-plane-arrival; }\n.#{$ti-prefix}-plane-departure:before { content: $ti-icon-plane-departure; }\n.#{$ti-prefix}-plane-inflight:before { content: $ti-icon-plane-inflight; }\n.#{$ti-prefix}-plane-off:before { content: $ti-icon-plane-off; }\n.#{$ti-prefix}-plane-tilt:before { content: $ti-icon-plane-tilt; }\n.#{$ti-prefix}-planet:before { content: $ti-icon-planet; }\n.#{$ti-prefix}-planet-off:before { content: $ti-icon-planet-off; }\n.#{$ti-prefix}-plant:before { content: $ti-icon-plant; }\n.#{$ti-prefix}-plant-2:before { content: $ti-icon-plant-2; }\n.#{$ti-prefix}-plant-2-off:before { content: $ti-icon-plant-2-off; }\n.#{$ti-prefix}-plant-off:before { content: $ti-icon-plant-off; }\n.#{$ti-prefix}-play-basketball:before { content: $ti-icon-play-basketball; }\n.#{$ti-prefix}-play-card:before { content: $ti-icon-play-card; }\n.#{$ti-prefix}-play-card-1:before { content: $ti-icon-play-card-1; }\n.#{$ti-prefix}-play-card-1-filled:before { content: $ti-icon-play-card-1-filled; }\n.#{$ti-prefix}-play-card-10:before { content: $ti-icon-play-card-10; }\n.#{$ti-prefix}-play-card-10-filled:before { content: $ti-icon-play-card-10-filled; }\n.#{$ti-prefix}-play-card-2:before { content: $ti-icon-play-card-2; }\n.#{$ti-prefix}-play-card-2-filled:before { content: $ti-icon-play-card-2-filled; }\n.#{$ti-prefix}-play-card-3:before { content: $ti-icon-play-card-3; }\n.#{$ti-prefix}-play-card-3-filled:before { content: $ti-icon-play-card-3-filled; }\n.#{$ti-prefix}-play-card-4:before { content: $ti-icon-play-card-4; }\n.#{$ti-prefix}-play-card-4-filled:before { content: $ti-icon-play-card-4-filled; }\n.#{$ti-prefix}-play-card-5:before { content: $ti-icon-play-card-5; }\n.#{$ti-prefix}-play-card-5-filled:before { content: $ti-icon-play-card-5-filled; }\n.#{$ti-prefix}-play-card-6:before { content: $ti-icon-play-card-6; }\n.#{$ti-prefix}-play-card-6-filled:before { content: $ti-icon-play-card-6-filled; }\n.#{$ti-prefix}-play-card-7:before { content: $ti-icon-play-card-7; }\n.#{$ti-prefix}-play-card-7-filled:before { content: $ti-icon-play-card-7-filled; }\n.#{$ti-prefix}-play-card-8:before { content: $ti-icon-play-card-8; }\n.#{$ti-prefix}-play-card-8-filled:before { content: $ti-icon-play-card-8-filled; }\n.#{$ti-prefix}-play-card-9:before { content: $ti-icon-play-card-9; }\n.#{$ti-prefix}-play-card-9-filled:before { content: $ti-icon-play-card-9-filled; }\n.#{$ti-prefix}-play-card-a:before { content: $ti-icon-play-card-a; }\n.#{$ti-prefix}-play-card-a-filled:before { content: $ti-icon-play-card-a-filled; }\n.#{$ti-prefix}-play-card-j:before { content: $ti-icon-play-card-j; }\n.#{$ti-prefix}-play-card-j-filled:before { content: $ti-icon-play-card-j-filled; }\n.#{$ti-prefix}-play-card-k:before { content: $ti-icon-play-card-k; }\n.#{$ti-prefix}-play-card-k-filled:before { content: $ti-icon-play-card-k-filled; }\n.#{$ti-prefix}-play-card-off:before { content: $ti-icon-play-card-off; }\n.#{$ti-prefix}-play-card-q:before { content: $ti-icon-play-card-q; }\n.#{$ti-prefix}-play-card-q-filled:before { content: $ti-icon-play-card-q-filled; }\n.#{$ti-prefix}-play-card-star:before { content: $ti-icon-play-card-star; }\n.#{$ti-prefix}-play-card-star-filled:before { content: $ti-icon-play-card-star-filled; }\n.#{$ti-prefix}-play-football:before { content: $ti-icon-play-football; }\n.#{$ti-prefix}-play-handball:before { content: $ti-icon-play-handball; }\n.#{$ti-prefix}-play-volleyball:before { content: $ti-icon-play-volleyball; }\n.#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; }\n.#{$ti-prefix}-player-eject-filled:before { content: $ti-icon-player-eject-filled; }\n.#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; }\n.#{$ti-prefix}-player-pause-filled:before { content: $ti-icon-player-pause-filled; }\n.#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; }\n.#{$ti-prefix}-player-play-filled:before { content: $ti-icon-player-play-filled; }\n.#{$ti-prefix}-player-record:before { content: $ti-icon-player-record; }\n.#{$ti-prefix}-player-record-filled:before { content: $ti-icon-player-record-filled; }\n.#{$ti-prefix}-player-skip-back:before { content: $ti-icon-player-skip-back; }\n.#{$ti-prefix}-player-skip-back-filled:before { content: $ti-icon-player-skip-back-filled; }\n.#{$ti-prefix}-player-skip-forward:before { content: $ti-icon-player-skip-forward; }\n.#{$ti-prefix}-player-skip-forward-filled:before { content: $ti-icon-player-skip-forward-filled; }\n.#{$ti-prefix}-player-stop:before { content: $ti-icon-player-stop; }\n.#{$ti-prefix}-player-stop-filled:before { content: $ti-icon-player-stop-filled; }\n.#{$ti-prefix}-player-track-next:before { content: $ti-icon-player-track-next; }\n.#{$ti-prefix}-player-track-next-filled:before { content: $ti-icon-player-track-next-filled; }\n.#{$ti-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; }\n.#{$ti-prefix}-player-track-prev-filled:before { content: $ti-icon-player-track-prev-filled; }\n.#{$ti-prefix}-playlist:before { content: $ti-icon-playlist; }\n.#{$ti-prefix}-playlist-add:before { content: $ti-icon-playlist-add; }\n.#{$ti-prefix}-playlist-off:before { content: $ti-icon-playlist-off; }\n.#{$ti-prefix}-playlist-x:before { content: $ti-icon-playlist-x; }\n.#{$ti-prefix}-playstation-circle:before { content: $ti-icon-playstation-circle; }\n.#{$ti-prefix}-playstation-square:before { content: $ti-icon-playstation-square; }\n.#{$ti-prefix}-playstation-triangle:before { content: $ti-icon-playstation-triangle; }\n.#{$ti-prefix}-playstation-x:before { content: $ti-icon-playstation-x; }\n.#{$ti-prefix}-plug:before { content: $ti-icon-plug; }\n.#{$ti-prefix}-plug-connected:before { content: $ti-icon-plug-connected; }\n.#{$ti-prefix}-plug-connected-x:before { content: $ti-icon-plug-connected-x; }\n.#{$ti-prefix}-plug-off:before { content: $ti-icon-plug-off; }\n.#{$ti-prefix}-plug-x:before { content: $ti-icon-plug-x; }\n.#{$ti-prefix}-plus:before { content: $ti-icon-plus; }\n.#{$ti-prefix}-plus-equal:before { content: $ti-icon-plus-equal; }\n.#{$ti-prefix}-plus-minus:before { content: $ti-icon-plus-minus; }\n.#{$ti-prefix}-png:before { content: $ti-icon-png; }\n.#{$ti-prefix}-podium:before { content: $ti-icon-podium; }\n.#{$ti-prefix}-podium-off:before { content: $ti-icon-podium-off; }\n.#{$ti-prefix}-point:before { content: $ti-icon-point; }\n.#{$ti-prefix}-point-filled:before { content: $ti-icon-point-filled; }\n.#{$ti-prefix}-point-off:before { content: $ti-icon-point-off; }\n.#{$ti-prefix}-pointer:before { content: $ti-icon-pointer; }\n.#{$ti-prefix}-pointer-bolt:before { content: $ti-icon-pointer-bolt; }\n.#{$ti-prefix}-pointer-cancel:before { content: $ti-icon-pointer-cancel; }\n.#{$ti-prefix}-pointer-check:before { content: $ti-icon-pointer-check; }\n.#{$ti-prefix}-pointer-code:before { content: $ti-icon-pointer-code; }\n.#{$ti-prefix}-pointer-cog:before { content: $ti-icon-pointer-cog; }\n.#{$ti-prefix}-pointer-dollar:before { content: $ti-icon-pointer-dollar; }\n.#{$ti-prefix}-pointer-down:before { content: $ti-icon-pointer-down; }\n.#{$ti-prefix}-pointer-exclamation:before { content: $ti-icon-pointer-exclamation; }\n.#{$ti-prefix}-pointer-filled:before { content: $ti-icon-pointer-filled; }\n.#{$ti-prefix}-pointer-heart:before { content: $ti-icon-pointer-heart; }\n.#{$ti-prefix}-pointer-minus:before { content: $ti-icon-pointer-minus; }\n.#{$ti-prefix}-pointer-off:before { content: $ti-icon-pointer-off; }\n.#{$ti-prefix}-pointer-pause:before { content: $ti-icon-pointer-pause; }\n.#{$ti-prefix}-pointer-pin:before { content: $ti-icon-pointer-pin; }\n.#{$ti-prefix}-pointer-plus:before { content: $ti-icon-pointer-plus; }\n.#{$ti-prefix}-pointer-question:before { content: $ti-icon-pointer-question; }\n.#{$ti-prefix}-pointer-search:before { content: $ti-icon-pointer-search; }\n.#{$ti-prefix}-pointer-share:before { content: $ti-icon-pointer-share; }\n.#{$ti-prefix}-pointer-star:before { content: $ti-icon-pointer-star; }\n.#{$ti-prefix}-pointer-up:before { content: $ti-icon-pointer-up; }\n.#{$ti-prefix}-pointer-x:before { content: $ti-icon-pointer-x; }\n.#{$ti-prefix}-pokeball:before { content: $ti-icon-pokeball; }\n.#{$ti-prefix}-pokeball-off:before { content: $ti-icon-pokeball-off; }\n.#{$ti-prefix}-poker-chip:before { content: $ti-icon-poker-chip; }\n.#{$ti-prefix}-polaroid:before { content: $ti-icon-polaroid; }\n.#{$ti-prefix}-polaroid-filled:before { content: $ti-icon-polaroid-filled; }\n.#{$ti-prefix}-polygon:before { content: $ti-icon-polygon; }\n.#{$ti-prefix}-polygon-off:before { content: $ti-icon-polygon-off; }\n.#{$ti-prefix}-poo:before { content: $ti-icon-poo; }\n.#{$ti-prefix}-poo-filled:before { content: $ti-icon-poo-filled; }\n.#{$ti-prefix}-pool:before { content: $ti-icon-pool; }\n.#{$ti-prefix}-pool-off:before { content: $ti-icon-pool-off; }\n.#{$ti-prefix}-power:before { content: $ti-icon-power; }\n.#{$ti-prefix}-pray:before { content: $ti-icon-pray; }\n.#{$ti-prefix}-premium-rights:before { content: $ti-icon-premium-rights; }\n.#{$ti-prefix}-prescription:before { content: $ti-icon-prescription; }\n.#{$ti-prefix}-presentation:before { content: $ti-icon-presentation; }\n.#{$ti-prefix}-presentation-analytics:before { content: $ti-icon-presentation-analytics; }\n.#{$ti-prefix}-presentation-analytics-filled:before { content: $ti-icon-presentation-analytics-filled; }\n.#{$ti-prefix}-presentation-filled:before { content: $ti-icon-presentation-filled; }\n.#{$ti-prefix}-presentation-off:before { content: $ti-icon-presentation-off; }\n.#{$ti-prefix}-printer:before { content: $ti-icon-printer; }\n.#{$ti-prefix}-printer-off:before { content: $ti-icon-printer-off; }\n.#{$ti-prefix}-prism:before { content: $ti-icon-prism; }\n.#{$ti-prefix}-prism-light:before { content: $ti-icon-prism-light; }\n.#{$ti-prefix}-prism-off:before { content: $ti-icon-prism-off; }\n.#{$ti-prefix}-prism-plus:before { content: $ti-icon-prism-plus; }\n.#{$ti-prefix}-prison:before { content: $ti-icon-prison; }\n.#{$ti-prefix}-progress:before { content: $ti-icon-progress; }\n.#{$ti-prefix}-progress-alert:before { content: $ti-icon-progress-alert; }\n.#{$ti-prefix}-progress-bolt:before { content: $ti-icon-progress-bolt; }\n.#{$ti-prefix}-progress-check:before { content: $ti-icon-progress-check; }\n.#{$ti-prefix}-progress-down:before { content: $ti-icon-progress-down; }\n.#{$ti-prefix}-progress-help:before { content: $ti-icon-progress-help; }\n.#{$ti-prefix}-progress-x:before { content: $ti-icon-progress-x; }\n.#{$ti-prefix}-prompt:before { content: $ti-icon-prompt; }\n.#{$ti-prefix}-prong:before { content: $ti-icon-prong; }\n.#{$ti-prefix}-propeller:before { content: $ti-icon-propeller; }\n.#{$ti-prefix}-propeller-off:before { content: $ti-icon-propeller-off; }\n.#{$ti-prefix}-protocol:before { content: $ti-icon-protocol; }\n.#{$ti-prefix}-pumpkin-scary:before { content: $ti-icon-pumpkin-scary; }\n.#{$ti-prefix}-puzzle:before { content: $ti-icon-puzzle; }\n.#{$ti-prefix}-puzzle-2:before { content: $ti-icon-puzzle-2; }\n.#{$ti-prefix}-puzzle-filled:before { content: $ti-icon-puzzle-filled; }\n.#{$ti-prefix}-puzzle-off:before { content: $ti-icon-puzzle-off; }\n.#{$ti-prefix}-pyramid:before { content: $ti-icon-pyramid; }\n.#{$ti-prefix}-pyramid-off:before { content: $ti-icon-pyramid-off; }\n.#{$ti-prefix}-pyramid-plus:before { content: $ti-icon-pyramid-plus; }\n.#{$ti-prefix}-qrcode:before { content: $ti-icon-qrcode; }\n.#{$ti-prefix}-qrcode-off:before { content: $ti-icon-qrcode-off; }\n.#{$ti-prefix}-question-mark:before { content: $ti-icon-question-mark; }\n.#{$ti-prefix}-quote:before { content: $ti-icon-quote; }\n.#{$ti-prefix}-quote-off:before { content: $ti-icon-quote-off; }\n.#{$ti-prefix}-quotes:before { content: $ti-icon-quotes; }\n.#{$ti-prefix}-radar:before { content: $ti-icon-radar; }\n.#{$ti-prefix}-radar-2:before { content: $ti-icon-radar-2; }\n.#{$ti-prefix}-radar-filled:before { content: $ti-icon-radar-filled; }\n.#{$ti-prefix}-radar-off:before { content: $ti-icon-radar-off; }\n.#{$ti-prefix}-radio:before { content: $ti-icon-radio; }\n.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; }\n.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }\n.#{$ti-prefix}-radioactive-filled:before { content: $ti-icon-radioactive-filled; }\n.#{$ti-prefix}-radioactive-off:before { content: $ti-icon-radioactive-off; }\n.#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; }\n.#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; }\n.#{$ti-prefix}-radius-top-left:before { content: $ti-icon-radius-top-left; }\n.#{$ti-prefix}-radius-top-right:before { content: $ti-icon-radius-top-right; }\n.#{$ti-prefix}-rainbow:before { content: $ti-icon-rainbow; }\n.#{$ti-prefix}-rainbow-off:before { content: $ti-icon-rainbow-off; }\n.#{$ti-prefix}-rating-12-plus:before { content: $ti-icon-rating-12-plus; }\n.#{$ti-prefix}-rating-14-plus:before { content: $ti-icon-rating-14-plus; }\n.#{$ti-prefix}-rating-16-plus:before { content: $ti-icon-rating-16-plus; }\n.#{$ti-prefix}-rating-18-plus:before { content: $ti-icon-rating-18-plus; }\n.#{$ti-prefix}-rating-21-plus:before { content: $ti-icon-rating-21-plus; }\n.#{$ti-prefix}-razor:before { content: $ti-icon-razor; }\n.#{$ti-prefix}-razor-electric:before { content: $ti-icon-razor-electric; }\n.#{$ti-prefix}-receipt:before { content: $ti-icon-receipt; }\n.#{$ti-prefix}-receipt-2:before { content: $ti-icon-receipt-2; }\n.#{$ti-prefix}-receipt-bitcoin:before { content: $ti-icon-receipt-bitcoin; }\n.#{$ti-prefix}-receipt-dollar:before { content: $ti-icon-receipt-dollar; }\n.#{$ti-prefix}-receipt-euro:before { content: $ti-icon-receipt-euro; }\n.#{$ti-prefix}-receipt-filled:before { content: $ti-icon-receipt-filled; }\n.#{$ti-prefix}-receipt-off:before { content: $ti-icon-receipt-off; }\n.#{$ti-prefix}-receipt-pound:before { content: $ti-icon-receipt-pound; }\n.#{$ti-prefix}-receipt-refund:before { content: $ti-icon-receipt-refund; }\n.#{$ti-prefix}-receipt-rupee:before { content: $ti-icon-receipt-rupee; }\n.#{$ti-prefix}-receipt-tax:before { content: $ti-icon-receipt-tax; }\n.#{$ti-prefix}-receipt-yen:before { content: $ti-icon-receipt-yen; }\n.#{$ti-prefix}-receipt-yuan:before { content: $ti-icon-receipt-yuan; }\n.#{$ti-prefix}-recharging:before { content: $ti-icon-recharging; }\n.#{$ti-prefix}-record-mail:before { content: $ti-icon-record-mail; }\n.#{$ti-prefix}-record-mail-off:before { content: $ti-icon-record-mail-off; }\n.#{$ti-prefix}-rectangle:before { content: $ti-icon-rectangle; }\n.#{$ti-prefix}-rectangle-filled:before { content: $ti-icon-rectangle-filled; }\n.#{$ti-prefix}-rectangle-rounded-bottom:before { content: $ti-icon-rectangle-rounded-bottom; }\n.#{$ti-prefix}-rectangle-rounded-top:before { content: $ti-icon-rectangle-rounded-top; }\n.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }\n.#{$ti-prefix}-rectangle-vertical-filled:before { content: $ti-icon-rectangle-vertical-filled; }\n.#{$ti-prefix}-rectangular-prism:before { content: $ti-icon-rectangular-prism; }\n.#{$ti-prefix}-rectangular-prism-off:before { content: $ti-icon-rectangular-prism-off; }\n.#{$ti-prefix}-rectangular-prism-plus:before { content: $ti-icon-rectangular-prism-plus; }\n.#{$ti-prefix}-recycle:before { content: $ti-icon-recycle; }\n.#{$ti-prefix}-recycle-off:before { content: $ti-icon-recycle-off; }\n.#{$ti-prefix}-refresh:before { content: $ti-icon-refresh; }\n.#{$ti-prefix}-refresh-alert:before { content: $ti-icon-refresh-alert; }\n.#{$ti-prefix}-refresh-dot:before { content: $ti-icon-refresh-dot; }\n.#{$ti-prefix}-refresh-off:before { content: $ti-icon-refresh-off; }\n.#{$ti-prefix}-regex:before { content: $ti-icon-regex; }\n.#{$ti-prefix}-regex-off:before { content: $ti-icon-regex-off; }\n.#{$ti-prefix}-registered:before { content: $ti-icon-registered; }\n.#{$ti-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; }\n.#{$ti-prefix}-relation-many-to-many-filled:before { content: $ti-icon-relation-many-to-many-filled; }\n.#{$ti-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; }\n.#{$ti-prefix}-relation-one-to-many-filled:before { content: $ti-icon-relation-one-to-many-filled; }\n.#{$ti-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; }\n.#{$ti-prefix}-relation-one-to-one-filled:before { content: $ti-icon-relation-one-to-one-filled; }\n.#{$ti-prefix}-reload:before { content: $ti-icon-reload; }\n.#{$ti-prefix}-reorder:before { content: $ti-icon-reorder; }\n.#{$ti-prefix}-repeat:before { content: $ti-icon-repeat; }\n.#{$ti-prefix}-repeat-off:before { content: $ti-icon-repeat-off; }\n.#{$ti-prefix}-repeat-once:before { content: $ti-icon-repeat-once; }\n.#{$ti-prefix}-replace:before { content: $ti-icon-replace; }\n.#{$ti-prefix}-replace-filled:before { content: $ti-icon-replace-filled; }\n.#{$ti-prefix}-replace-off:before { content: $ti-icon-replace-off; }\n.#{$ti-prefix}-report:before { content: $ti-icon-report; }\n.#{$ti-prefix}-report-analytics:before { content: $ti-icon-report-analytics; }\n.#{$ti-prefix}-report-medical:before { content: $ti-icon-report-medical; }\n.#{$ti-prefix}-report-money:before { content: $ti-icon-report-money; }\n.#{$ti-prefix}-report-off:before { content: $ti-icon-report-off; }\n.#{$ti-prefix}-report-search:before { content: $ti-icon-report-search; }\n.#{$ti-prefix}-reserved-line:before { content: $ti-icon-reserved-line; }\n.#{$ti-prefix}-resize:before { content: $ti-icon-resize; }\n.#{$ti-prefix}-restore:before { content: $ti-icon-restore; }\n.#{$ti-prefix}-rewind-backward-10:before { content: $ti-icon-rewind-backward-10; }\n.#{$ti-prefix}-rewind-backward-15:before { content: $ti-icon-rewind-backward-15; }\n.#{$ti-prefix}-rewind-backward-20:before { content: $ti-icon-rewind-backward-20; }\n.#{$ti-prefix}-rewind-backward-30:before { content: $ti-icon-rewind-backward-30; }\n.#{$ti-prefix}-rewind-backward-40:before { content: $ti-icon-rewind-backward-40; }\n.#{$ti-prefix}-rewind-backward-5:before { content: $ti-icon-rewind-backward-5; }\n.#{$ti-prefix}-rewind-backward-50:before { content: $ti-icon-rewind-backward-50; }\n.#{$ti-prefix}-rewind-backward-60:before { content: $ti-icon-rewind-backward-60; }\n.#{$ti-prefix}-rewind-forward-10:before { content: $ti-icon-rewind-forward-10; }\n.#{$ti-prefix}-rewind-forward-15:before { content: $ti-icon-rewind-forward-15; }\n.#{$ti-prefix}-rewind-forward-20:before { content: $ti-icon-rewind-forward-20; }\n.#{$ti-prefix}-rewind-forward-30:before { content: $ti-icon-rewind-forward-30; }\n.#{$ti-prefix}-rewind-forward-40:before { content: $ti-icon-rewind-forward-40; }\n.#{$ti-prefix}-rewind-forward-5:before { content: $ti-icon-rewind-forward-5; }\n.#{$ti-prefix}-rewind-forward-50:before { content: $ti-icon-rewind-forward-50; }\n.#{$ti-prefix}-rewind-forward-60:before { content: $ti-icon-rewind-forward-60; }\n.#{$ti-prefix}-ribbon-health:before { content: $ti-icon-ribbon-health; }\n.#{$ti-prefix}-rings:before { content: $ti-icon-rings; }\n.#{$ti-prefix}-ripple:before { content: $ti-icon-ripple; }\n.#{$ti-prefix}-ripple-off:before { content: $ti-icon-ripple-off; }\n.#{$ti-prefix}-road:before { content: $ti-icon-road; }\n.#{$ti-prefix}-road-off:before { content: $ti-icon-road-off; }\n.#{$ti-prefix}-road-sign:before { content: $ti-icon-road-sign; }\n.#{$ti-prefix}-robot:before { content: $ti-icon-robot; }\n.#{$ti-prefix}-robot-face:before { content: $ti-icon-robot-face; }\n.#{$ti-prefix}-robot-off:before { content: $ti-icon-robot-off; }\n.#{$ti-prefix}-rocket:before { content: $ti-icon-rocket; }\n.#{$ti-prefix}-rocket-off:before { content: $ti-icon-rocket-off; }\n.#{$ti-prefix}-roller-skating:before { content: $ti-icon-roller-skating; }\n.#{$ti-prefix}-rollercoaster:before { content: $ti-icon-rollercoaster; }\n.#{$ti-prefix}-rollercoaster-off:before { content: $ti-icon-rollercoaster-off; }\n.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; }\n.#{$ti-prefix}-rosette-discount:before { content: $ti-icon-rosette-discount; }\n.#{$ti-prefix}-rosette-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-rosette-discount-check-filled:before { content: $ti-icon-rosette-discount-check-filled; }\n.#{$ti-prefix}-rosette-discount-check-off:before { content: $ti-icon-rosette-discount-check-off; }\n.#{$ti-prefix}-rosette-discount-filled:before { content: $ti-icon-rosette-discount-filled; }\n.#{$ti-prefix}-rosette-discount-off:before { content: $ti-icon-rosette-discount-off; }\n.#{$ti-prefix}-rosette-filled:before { content: $ti-icon-rosette-filled; }\n.#{$ti-prefix}-rosette-number-0:before { content: $ti-icon-rosette-number-0; }\n.#{$ti-prefix}-rosette-number-1:before { content: $ti-icon-rosette-number-1; }\n.#{$ti-prefix}-rosette-number-2:before { content: $ti-icon-rosette-number-2; }\n.#{$ti-prefix}-rosette-number-3:before { content: $ti-icon-rosette-number-3; }\n.#{$ti-prefix}-rosette-number-4:before { content: $ti-icon-rosette-number-4; }\n.#{$ti-prefix}-rosette-number-5:before { content: $ti-icon-rosette-number-5; }\n.#{$ti-prefix}-rosette-number-6:before { content: $ti-icon-rosette-number-6; }\n.#{$ti-prefix}-rosette-number-7:before { content: $ti-icon-rosette-number-7; }\n.#{$ti-prefix}-rosette-number-8:before { content: $ti-icon-rosette-number-8; }\n.#{$ti-prefix}-rosette-number-9:before { content: $ti-icon-rosette-number-9; }\n.#{$ti-prefix}-rotate:before { content: $ti-icon-rotate; }\n.#{$ti-prefix}-rotate-2:before { content: $ti-icon-rotate-2; }\n.#{$ti-prefix}-rotate-360:before { content: $ti-icon-rotate-360; }\n.#{$ti-prefix}-rotate-3d:before { content: $ti-icon-rotate-3d; }\n.#{$ti-prefix}-rotate-clockwise:before { content: $ti-icon-rotate-clockwise; }\n.#{$ti-prefix}-rotate-clockwise-2:before { content: $ti-icon-rotate-clockwise-2; }\n.#{$ti-prefix}-rotate-dot:before { content: $ti-icon-rotate-dot; }\n.#{$ti-prefix}-rotate-rectangle:before { content: $ti-icon-rotate-rectangle; }\n.#{$ti-prefix}-route:before { content: $ti-icon-route; }\n.#{$ti-prefix}-route-2:before { content: $ti-icon-route-2; }\n.#{$ti-prefix}-route-alt-left:before { content: $ti-icon-route-alt-left; }\n.#{$ti-prefix}-route-alt-right:before { content: $ti-icon-route-alt-right; }\n.#{$ti-prefix}-route-off:before { content: $ti-icon-route-off; }\n.#{$ti-prefix}-route-scan:before { content: $ti-icon-route-scan; }\n.#{$ti-prefix}-route-square:before { content: $ti-icon-route-square; }\n.#{$ti-prefix}-route-square-2:before { content: $ti-icon-route-square-2; }\n.#{$ti-prefix}-route-x:before { content: $ti-icon-route-x; }\n.#{$ti-prefix}-route-x-2:before { content: $ti-icon-route-x-2; }\n.#{$ti-prefix}-router:before { content: $ti-icon-router; }\n.#{$ti-prefix}-router-off:before { content: $ti-icon-router-off; }\n.#{$ti-prefix}-row-insert-bottom:before { content: $ti-icon-row-insert-bottom; }\n.#{$ti-prefix}-row-insert-top:before { content: $ti-icon-row-insert-top; }\n.#{$ti-prefix}-row-remove:before { content: $ti-icon-row-remove; }\n.#{$ti-prefix}-rss:before { content: $ti-icon-rss; }\n.#{$ti-prefix}-rubber-stamp:before { content: $ti-icon-rubber-stamp; }\n.#{$ti-prefix}-rubber-stamp-off:before { content: $ti-icon-rubber-stamp-off; }\n.#{$ti-prefix}-ruler:before { content: $ti-icon-ruler; }\n.#{$ti-prefix}-ruler-2:before { content: $ti-icon-ruler-2; }\n.#{$ti-prefix}-ruler-2-off:before { content: $ti-icon-ruler-2-off; }\n.#{$ti-prefix}-ruler-3:before { content: $ti-icon-ruler-3; }\n.#{$ti-prefix}-ruler-measure:before { content: $ti-icon-ruler-measure; }\n.#{$ti-prefix}-ruler-measure-2:before { content: $ti-icon-ruler-measure-2; }\n.#{$ti-prefix}-ruler-off:before { content: $ti-icon-ruler-off; }\n.#{$ti-prefix}-run:before { content: $ti-icon-run; }\n.#{$ti-prefix}-rv-truck:before { content: $ti-icon-rv-truck; }\n.#{$ti-prefix}-s-turn-down:before { content: $ti-icon-s-turn-down; }\n.#{$ti-prefix}-s-turn-left:before { content: $ti-icon-s-turn-left; }\n.#{$ti-prefix}-s-turn-right:before { content: $ti-icon-s-turn-right; }\n.#{$ti-prefix}-s-turn-up:before { content: $ti-icon-s-turn-up; }\n.#{$ti-prefix}-sailboat:before { content: $ti-icon-sailboat; }\n.#{$ti-prefix}-sailboat-2:before { content: $ti-icon-sailboat-2; }\n.#{$ti-prefix}-sailboat-off:before { content: $ti-icon-sailboat-off; }\n.#{$ti-prefix}-salad:before { content: $ti-icon-salad; }\n.#{$ti-prefix}-salad-filled:before { content: $ti-icon-salad-filled; }\n.#{$ti-prefix}-salt:before { content: $ti-icon-salt; }\n.#{$ti-prefix}-sandbox:before { content: $ti-icon-sandbox; }\n.#{$ti-prefix}-satellite:before { content: $ti-icon-satellite; }\n.#{$ti-prefix}-satellite-off:before { content: $ti-icon-satellite-off; }\n.#{$ti-prefix}-sausage:before { content: $ti-icon-sausage; }\n.#{$ti-prefix}-scale:before { content: $ti-icon-scale; }\n.#{$ti-prefix}-scale-off:before { content: $ti-icon-scale-off; }\n.#{$ti-prefix}-scale-outline:before { content: $ti-icon-scale-outline; }\n.#{$ti-prefix}-scale-outline-off:before { content: $ti-icon-scale-outline-off; }\n.#{$ti-prefix}-scan:before { content: $ti-icon-scan; }\n.#{$ti-prefix}-scan-eye:before { content: $ti-icon-scan-eye; }\n.#{$ti-prefix}-scan-position:before { content: $ti-icon-scan-position; }\n.#{$ti-prefix}-schema:before { content: $ti-icon-schema; }\n.#{$ti-prefix}-schema-off:before { content: $ti-icon-schema-off; }\n.#{$ti-prefix}-school:before { content: $ti-icon-school; }\n.#{$ti-prefix}-school-bell:before { content: $ti-icon-school-bell; }\n.#{$ti-prefix}-school-off:before { content: $ti-icon-school-off; }\n.#{$ti-prefix}-scissors:before { content: $ti-icon-scissors; }\n.#{$ti-prefix}-scissors-off:before { content: $ti-icon-scissors-off; }\n.#{$ti-prefix}-scooter:before { content: $ti-icon-scooter; }\n.#{$ti-prefix}-scooter-electric:before { content: $ti-icon-scooter-electric; }\n.#{$ti-prefix}-scoreboard:before { content: $ti-icon-scoreboard; }\n.#{$ti-prefix}-screen-share:before { content: $ti-icon-screen-share; }\n.#{$ti-prefix}-screen-share-off:before { content: $ti-icon-screen-share-off; }\n.#{$ti-prefix}-screenshot:before { content: $ti-icon-screenshot; }\n.#{$ti-prefix}-scribble:before { content: $ti-icon-scribble; }\n.#{$ti-prefix}-scribble-off:before { content: $ti-icon-scribble-off; }\n.#{$ti-prefix}-script:before { content: $ti-icon-script; }\n.#{$ti-prefix}-script-minus:before { content: $ti-icon-script-minus; }\n.#{$ti-prefix}-script-plus:before { content: $ti-icon-script-plus; }\n.#{$ti-prefix}-script-x:before { content: $ti-icon-script-x; }\n.#{$ti-prefix}-scuba-diving:before { content: $ti-icon-scuba-diving; }\n.#{$ti-prefix}-scuba-diving-tank:before { content: $ti-icon-scuba-diving-tank; }\n.#{$ti-prefix}-scuba-diving-tank-filled:before { content: $ti-icon-scuba-diving-tank-filled; }\n.#{$ti-prefix}-scuba-mask:before { content: $ti-icon-scuba-mask; }\n.#{$ti-prefix}-scuba-mask-off:before { content: $ti-icon-scuba-mask-off; }\n.#{$ti-prefix}-sdk:before { content: $ti-icon-sdk; }\n.#{$ti-prefix}-search:before { content: $ti-icon-search; }\n.#{$ti-prefix}-search-off:before { content: $ti-icon-search-off; }\n.#{$ti-prefix}-section:before { content: $ti-icon-section; }\n.#{$ti-prefix}-section-filled:before { content: $ti-icon-section-filled; }\n.#{$ti-prefix}-section-sign:before { content: $ti-icon-section-sign; }\n.#{$ti-prefix}-seeding:before { content: $ti-icon-seeding; }\n.#{$ti-prefix}-seeding-filled:before { content: $ti-icon-seeding-filled; }\n.#{$ti-prefix}-seeding-off:before { content: $ti-icon-seeding-off; }\n.#{$ti-prefix}-select:before { content: $ti-icon-select; }\n.#{$ti-prefix}-select-all:before { content: $ti-icon-select-all; }\n.#{$ti-prefix}-selector:before { content: $ti-icon-selector; }\n.#{$ti-prefix}-send:before { content: $ti-icon-send; }\n.#{$ti-prefix}-send-2:before { content: $ti-icon-send-2; }\n.#{$ti-prefix}-send-off:before { content: $ti-icon-send-off; }\n.#{$ti-prefix}-seo:before { content: $ti-icon-seo; }\n.#{$ti-prefix}-separator:before { content: $ti-icon-separator; }\n.#{$ti-prefix}-separator-horizontal:before { content: $ti-icon-separator-horizontal; }\n.#{$ti-prefix}-separator-vertical:before { content: $ti-icon-separator-vertical; }\n.#{$ti-prefix}-server:before { content: $ti-icon-server; }\n.#{$ti-prefix}-server-2:before { content: $ti-icon-server-2; }\n.#{$ti-prefix}-server-bolt:before { content: $ti-icon-server-bolt; }\n.#{$ti-prefix}-server-cog:before { content: $ti-icon-server-cog; }\n.#{$ti-prefix}-server-off:before { content: $ti-icon-server-off; }\n.#{$ti-prefix}-server-spark:before { content: $ti-icon-server-spark; }\n.#{$ti-prefix}-servicemark:before { content: $ti-icon-servicemark; }\n.#{$ti-prefix}-settings:before { content: $ti-icon-settings; }\n.#{$ti-prefix}-settings-2:before { content: $ti-icon-settings-2; }\n.#{$ti-prefix}-settings-automation:before { content: $ti-icon-settings-automation; }\n.#{$ti-prefix}-settings-bolt:before { content: $ti-icon-settings-bolt; }\n.#{$ti-prefix}-settings-cancel:before { content: $ti-icon-settings-cancel; }\n.#{$ti-prefix}-settings-check:before { content: $ti-icon-settings-check; }\n.#{$ti-prefix}-settings-code:before { content: $ti-icon-settings-code; }\n.#{$ti-prefix}-settings-cog:before { content: $ti-icon-settings-cog; }\n.#{$ti-prefix}-settings-dollar:before { content: $ti-icon-settings-dollar; }\n.#{$ti-prefix}-settings-down:before { content: $ti-icon-settings-down; }\n.#{$ti-prefix}-settings-exclamation:before { content: $ti-icon-settings-exclamation; }\n.#{$ti-prefix}-settings-filled:before { content: $ti-icon-settings-filled; }\n.#{$ti-prefix}-settings-heart:before { content: $ti-icon-settings-heart; }\n.#{$ti-prefix}-settings-minus:before { content: $ti-icon-settings-minus; }\n.#{$ti-prefix}-settings-off:before { content: $ti-icon-settings-off; }\n.#{$ti-prefix}-settings-pause:before { content: $ti-icon-settings-pause; }\n.#{$ti-prefix}-settings-pin:before { content: $ti-icon-settings-pin; }\n.#{$ti-prefix}-settings-plus:before { content: $ti-icon-settings-plus; }\n.#{$ti-prefix}-settings-question:before { content: $ti-icon-settings-question; }\n.#{$ti-prefix}-settings-search:before { content: $ti-icon-settings-search; }\n.#{$ti-prefix}-settings-share:before { content: $ti-icon-settings-share; }\n.#{$ti-prefix}-settings-spark:before { content: $ti-icon-settings-spark; }\n.#{$ti-prefix}-settings-star:before { content: $ti-icon-settings-star; }\n.#{$ti-prefix}-settings-up:before { content: $ti-icon-settings-up; }\n.#{$ti-prefix}-settings-x:before { content: $ti-icon-settings-x; }\n.#{$ti-prefix}-shadow:before { content: $ti-icon-shadow; }\n.#{$ti-prefix}-shadow-off:before { content: $ti-icon-shadow-off; }\n.#{$ti-prefix}-shape:before { content: $ti-icon-shape; }\n.#{$ti-prefix}-shape-2:before { content: $ti-icon-shape-2; }\n.#{$ti-prefix}-shape-3:before { content: $ti-icon-shape-3; }\n.#{$ti-prefix}-shape-off:before { content: $ti-icon-shape-off; }\n.#{$ti-prefix}-share:before { content: $ti-icon-share; }\n.#{$ti-prefix}-share-2:before { content: $ti-icon-share-2; }\n.#{$ti-prefix}-share-3:before { content: $ti-icon-share-3; }\n.#{$ti-prefix}-share-off:before { content: $ti-icon-share-off; }\n.#{$ti-prefix}-shareplay:before { content: $ti-icon-shareplay; }\n.#{$ti-prefix}-shield:before { content: $ti-icon-shield; }\n.#{$ti-prefix}-shield-bolt:before { content: $ti-icon-shield-bolt; }\n.#{$ti-prefix}-shield-cancel:before { content: $ti-icon-shield-cancel; }\n.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }\n.#{$ti-prefix}-shield-check-filled:before { content: $ti-icon-shield-check-filled; }\n.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }\n.#{$ti-prefix}-shield-checkered-filled:before { content: $ti-icon-shield-checkered-filled; }\n.#{$ti-prefix}-shield-chevron:before { content: $ti-icon-shield-chevron; }\n.#{$ti-prefix}-shield-code:before { content: $ti-icon-shield-code; }\n.#{$ti-prefix}-shield-cog:before { content: $ti-icon-shield-cog; }\n.#{$ti-prefix}-shield-dollar:before { content: $ti-icon-shield-dollar; }\n.#{$ti-prefix}-shield-down:before { content: $ti-icon-shield-down; }\n.#{$ti-prefix}-shield-exclamation:before { content: $ti-icon-shield-exclamation; }\n.#{$ti-prefix}-shield-filled:before { content: $ti-icon-shield-filled; }\n.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }\n.#{$ti-prefix}-shield-half-filled:before { content: $ti-icon-shield-half-filled; }\n.#{$ti-prefix}-shield-heart:before { content: $ti-icon-shield-heart; }\n.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }\n.#{$ti-prefix}-shield-lock-filled:before { content: $ti-icon-shield-lock-filled; }\n.#{$ti-prefix}-shield-minus:before { content: $ti-icon-shield-minus; }\n.#{$ti-prefix}-shield-off:before { content: $ti-icon-shield-off; }\n.#{$ti-prefix}-shield-pause:before { content: $ti-icon-shield-pause; }\n.#{$ti-prefix}-shield-pin:before { content: $ti-icon-shield-pin; }\n.#{$ti-prefix}-shield-plus:before { content: $ti-icon-shield-plus; }\n.#{$ti-prefix}-shield-question:before { content: $ti-icon-shield-question; }\n.#{$ti-prefix}-shield-search:before { content: $ti-icon-shield-search; }\n.#{$ti-prefix}-shield-share:before { content: $ti-icon-shield-share; }\n.#{$ti-prefix}-shield-star:before { content: $ti-icon-shield-star; }\n.#{$ti-prefix}-shield-up:before { content: $ti-icon-shield-up; }\n.#{$ti-prefix}-shield-x:before { content: $ti-icon-shield-x; }\n.#{$ti-prefix}-ship:before { content: $ti-icon-ship; }\n.#{$ti-prefix}-ship-off:before { content: $ti-icon-ship-off; }\n.#{$ti-prefix}-shirt:before { content: $ti-icon-shirt; }\n.#{$ti-prefix}-shirt-filled:before { content: $ti-icon-shirt-filled; }\n.#{$ti-prefix}-shirt-off:before { content: $ti-icon-shirt-off; }\n.#{$ti-prefix}-shirt-sport:before { content: $ti-icon-shirt-sport; }\n.#{$ti-prefix}-shoe:before { content: $ti-icon-shoe; }\n.#{$ti-prefix}-shoe-off:before { content: $ti-icon-shoe-off; }\n.#{$ti-prefix}-shopping-bag:before { content: $ti-icon-shopping-bag; }\n.#{$ti-prefix}-shopping-bag-check:before { content: $ti-icon-shopping-bag-check; }\n.#{$ti-prefix}-shopping-bag-discount:before { content: $ti-icon-shopping-bag-discount; }\n.#{$ti-prefix}-shopping-bag-edit:before { content: $ti-icon-shopping-bag-edit; }\n.#{$ti-prefix}-shopping-bag-exclamation:before { content: $ti-icon-shopping-bag-exclamation; }\n.#{$ti-prefix}-shopping-bag-heart:before { content: $ti-icon-shopping-bag-heart; }\n.#{$ti-prefix}-shopping-bag-minus:before { content: $ti-icon-shopping-bag-minus; }\n.#{$ti-prefix}-shopping-bag-plus:before { content: $ti-icon-shopping-bag-plus; }\n.#{$ti-prefix}-shopping-bag-search:before { content: $ti-icon-shopping-bag-search; }\n.#{$ti-prefix}-shopping-bag-x:before { content: $ti-icon-shopping-bag-x; }\n.#{$ti-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; }\n.#{$ti-prefix}-shopping-cart-bolt:before { content: $ti-icon-shopping-cart-bolt; }\n.#{$ti-prefix}-shopping-cart-cancel:before { content: $ti-icon-shopping-cart-cancel; }\n.#{$ti-prefix}-shopping-cart-check:before { content: $ti-icon-shopping-cart-check; }\n.#{$ti-prefix}-shopping-cart-code:before { content: $ti-icon-shopping-cart-code; }\n.#{$ti-prefix}-shopping-cart-cog:before { content: $ti-icon-shopping-cart-cog; }\n.#{$ti-prefix}-shopping-cart-copy:before { content: $ti-icon-shopping-cart-copy; }\n.#{$ti-prefix}-shopping-cart-discount:before { content: $ti-icon-shopping-cart-discount; }\n.#{$ti-prefix}-shopping-cart-dollar:before { content: $ti-icon-shopping-cart-dollar; }\n.#{$ti-prefix}-shopping-cart-down:before { content: $ti-icon-shopping-cart-down; }\n.#{$ti-prefix}-shopping-cart-exclamation:before { content: $ti-icon-shopping-cart-exclamation; }\n.#{$ti-prefix}-shopping-cart-filled:before { content: $ti-icon-shopping-cart-filled; }\n.#{$ti-prefix}-shopping-cart-heart:before { content: $ti-icon-shopping-cart-heart; }\n.#{$ti-prefix}-shopping-cart-minus:before { content: $ti-icon-shopping-cart-minus; }\n.#{$ti-prefix}-shopping-cart-off:before { content: $ti-icon-shopping-cart-off; }\n.#{$ti-prefix}-shopping-cart-pause:before { content: $ti-icon-shopping-cart-pause; }\n.#{$ti-prefix}-shopping-cart-pin:before { content: $ti-icon-shopping-cart-pin; }\n.#{$ti-prefix}-shopping-cart-plus:before { content: $ti-icon-shopping-cart-plus; }\n.#{$ti-prefix}-shopping-cart-question:before { content: $ti-icon-shopping-cart-question; }\n.#{$ti-prefix}-shopping-cart-search:before { content: $ti-icon-shopping-cart-search; }\n.#{$ti-prefix}-shopping-cart-share:before { content: $ti-icon-shopping-cart-share; }\n.#{$ti-prefix}-shopping-cart-star:before { content: $ti-icon-shopping-cart-star; }\n.#{$ti-prefix}-shopping-cart-up:before { content: $ti-icon-shopping-cart-up; }\n.#{$ti-prefix}-shopping-cart-x:before { content: $ti-icon-shopping-cart-x; }\n.#{$ti-prefix}-shovel:before { content: $ti-icon-shovel; }\n.#{$ti-prefix}-shovel-pitchforks:before { content: $ti-icon-shovel-pitchforks; }\n.#{$ti-prefix}-shredder:before { content: $ti-icon-shredder; }\n.#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; }\n.#{$ti-prefix}-sign-left-filled:before { content: $ti-icon-sign-left-filled; }\n.#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; }\n.#{$ti-prefix}-sign-right-filled:before { content: $ti-icon-sign-right-filled; }\n.#{$ti-prefix}-signal-2g:before { content: $ti-icon-signal-2g; }\n.#{$ti-prefix}-signal-3g:before { content: $ti-icon-signal-3g; }\n.#{$ti-prefix}-signal-4g:before { content: $ti-icon-signal-4g; }\n.#{$ti-prefix}-signal-4g-plus:before { content: $ti-icon-signal-4g-plus; }\n.#{$ti-prefix}-signal-5g:before { content: $ti-icon-signal-5g; }\n.#{$ti-prefix}-signal-6g:before { content: $ti-icon-signal-6g; }\n.#{$ti-prefix}-signal-e:before { content: $ti-icon-signal-e; }\n.#{$ti-prefix}-signal-g:before { content: $ti-icon-signal-g; }\n.#{$ti-prefix}-signal-h:before { content: $ti-icon-signal-h; }\n.#{$ti-prefix}-signal-h-plus:before { content: $ti-icon-signal-h-plus; }\n.#{$ti-prefix}-signal-lte:before { content: $ti-icon-signal-lte; }\n.#{$ti-prefix}-signature:before { content: $ti-icon-signature; }\n.#{$ti-prefix}-signature-off:before { content: $ti-icon-signature-off; }\n.#{$ti-prefix}-sitemap:before { content: $ti-icon-sitemap; }\n.#{$ti-prefix}-sitemap-filled:before { content: $ti-icon-sitemap-filled; }\n.#{$ti-prefix}-sitemap-off:before { content: $ti-icon-sitemap-off; }\n.#{$ti-prefix}-skateboard:before { content: $ti-icon-skateboard; }\n.#{$ti-prefix}-skateboard-off:before { content: $ti-icon-skateboard-off; }\n.#{$ti-prefix}-skateboarding:before { content: $ti-icon-skateboarding; }\n.#{$ti-prefix}-skew-x:before { content: $ti-icon-skew-x; }\n.#{$ti-prefix}-skew-y:before { content: $ti-icon-skew-y; }\n.#{$ti-prefix}-ski-jumping:before { content: $ti-icon-ski-jumping; }\n.#{$ti-prefix}-skull:before { content: $ti-icon-skull; }\n.#{$ti-prefix}-slash:before { content: $ti-icon-slash; }\n.#{$ti-prefix}-slashes:before { content: $ti-icon-slashes; }\n.#{$ti-prefix}-sleigh:before { content: $ti-icon-sleigh; }\n.#{$ti-prefix}-slice:before { content: $ti-icon-slice; }\n.#{$ti-prefix}-slideshow:before { content: $ti-icon-slideshow; }\n.#{$ti-prefix}-smart-home:before { content: $ti-icon-smart-home; }\n.#{$ti-prefix}-smart-home-off:before { content: $ti-icon-smart-home-off; }\n.#{$ti-prefix}-smoking:before { content: $ti-icon-smoking; }\n.#{$ti-prefix}-smoking-no:before { content: $ti-icon-smoking-no; }\n.#{$ti-prefix}-snowboarding:before { content: $ti-icon-snowboarding; }\n.#{$ti-prefix}-snowflake:before { content: $ti-icon-snowflake; }\n.#{$ti-prefix}-snowflake-off:before { content: $ti-icon-snowflake-off; }\n.#{$ti-prefix}-snowman:before { content: $ti-icon-snowman; }\n.#{$ti-prefix}-soccer-field:before { content: $ti-icon-soccer-field; }\n.#{$ti-prefix}-social:before { content: $ti-icon-social; }\n.#{$ti-prefix}-social-off:before { content: $ti-icon-social-off; }\n.#{$ti-prefix}-sock:before { content: $ti-icon-sock; }\n.#{$ti-prefix}-sofa:before { content: $ti-icon-sofa; }\n.#{$ti-prefix}-sofa-off:before { content: $ti-icon-sofa-off; }\n.#{$ti-prefix}-solar-electricity:before { content: $ti-icon-solar-electricity; }\n.#{$ti-prefix}-solar-panel:before { content: $ti-icon-solar-panel; }\n.#{$ti-prefix}-solar-panel-2:before { content: $ti-icon-solar-panel-2; }\n.#{$ti-prefix}-sort-0-9:before { content: $ti-icon-sort-0-9; }\n.#{$ti-prefix}-sort-9-0:before { content: $ti-icon-sort-9-0; }\n.#{$ti-prefix}-sort-a-z:before { content: $ti-icon-sort-a-z; }\n.#{$ti-prefix}-sort-ascending:before { content: $ti-icon-sort-ascending; }\n.#{$ti-prefix}-sort-ascending-2:before { content: $ti-icon-sort-ascending-2; }\n.#{$ti-prefix}-sort-ascending-2-filled:before { content: $ti-icon-sort-ascending-2-filled; }\n.#{$ti-prefix}-sort-ascending-letters:before { content: $ti-icon-sort-ascending-letters; }\n.#{$ti-prefix}-sort-ascending-numbers:before { content: $ti-icon-sort-ascending-numbers; }\n.#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; }\n.#{$ti-prefix}-sort-ascending-shapes-filled:before { content: $ti-icon-sort-ascending-shapes-filled; }\n.#{$ti-prefix}-sort-ascending-small-big:before { content: $ti-icon-sort-ascending-small-big; }\n.#{$ti-prefix}-sort-descending:before { content: $ti-icon-sort-descending; }\n.#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; }\n.#{$ti-prefix}-sort-descending-2-filled:before { content: $ti-icon-sort-descending-2-filled; }\n.#{$ti-prefix}-sort-descending-letters:before { content: $ti-icon-sort-descending-letters; }\n.#{$ti-prefix}-sort-descending-numbers:before { content: $ti-icon-sort-descending-numbers; }\n.#{$ti-prefix}-sort-descending-shapes:before { content: $ti-icon-sort-descending-shapes; }\n.#{$ti-prefix}-sort-descending-shapes-filled:before { content: $ti-icon-sort-descending-shapes-filled; }\n.#{$ti-prefix}-sort-descending-small-big:before { content: $ti-icon-sort-descending-small-big; }\n.#{$ti-prefix}-sort-z-a:before { content: $ti-icon-sort-z-a; }\n.#{$ti-prefix}-sos:before { content: $ti-icon-sos; }\n.#{$ti-prefix}-soup:before { content: $ti-icon-soup; }\n.#{$ti-prefix}-soup-filled:before { content: $ti-icon-soup-filled; }\n.#{$ti-prefix}-soup-off:before { content: $ti-icon-soup-off; }\n.#{$ti-prefix}-source-code:before { content: $ti-icon-source-code; }\n.#{$ti-prefix}-space:before { content: $ti-icon-space; }\n.#{$ti-prefix}-space-off:before { content: $ti-icon-space-off; }\n.#{$ti-prefix}-spaces:before { content: $ti-icon-spaces; }\n.#{$ti-prefix}-spacing-horizontal:before { content: $ti-icon-spacing-horizontal; }\n.#{$ti-prefix}-spacing-vertical:before { content: $ti-icon-spacing-vertical; }\n.#{$ti-prefix}-spade:before { content: $ti-icon-spade; }\n.#{$ti-prefix}-spade-filled:before { content: $ti-icon-spade-filled; }\n.#{$ti-prefix}-sparkles:before { content: $ti-icon-sparkles; }\n.#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; }\n.#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; }\n.#{$ti-prefix}-sphere:before { content: $ti-icon-sphere; }\n.#{$ti-prefix}-sphere-off:before { content: $ti-icon-sphere-off; }\n.#{$ti-prefix}-sphere-plus:before { content: $ti-icon-sphere-plus; }\n.#{$ti-prefix}-spider:before { content: $ti-icon-spider; }\n.#{$ti-prefix}-spiral:before { content: $ti-icon-spiral; }\n.#{$ti-prefix}-spiral-off:before { content: $ti-icon-spiral-off; }\n.#{$ti-prefix}-sport-billard:before { content: $ti-icon-sport-billard; }\n.#{$ti-prefix}-spray:before { content: $ti-icon-spray; }\n.#{$ti-prefix}-spy:before { content: $ti-icon-spy; }\n.#{$ti-prefix}-spy-off:before { content: $ti-icon-spy-off; }\n.#{$ti-prefix}-sql:before { content: $ti-icon-sql; }\n.#{$ti-prefix}-square:before { content: $ti-icon-square; }\n.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }\n.#{$ti-prefix}-square-arrow-down-filled:before { content: $ti-icon-square-arrow-down-filled; }\n.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }\n.#{$ti-prefix}-square-arrow-left-filled:before { content: $ti-icon-square-arrow-left-filled; }\n.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }\n.#{$ti-prefix}-square-arrow-right-filled:before { content: $ti-icon-square-arrow-right-filled; }\n.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }\n.#{$ti-prefix}-square-arrow-up-filled:before { content: $ti-icon-square-arrow-up-filled; }\n.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }\n.#{$ti-prefix}-square-asterisk-filled:before { content: $ti-icon-square-asterisk-filled; }\n.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }\n.#{$ti-prefix}-square-check-filled:before { content: $ti-icon-square-check-filled; }\n.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }\n.#{$ti-prefix}-square-chevron-down-filled:before { content: $ti-icon-square-chevron-down-filled; }\n.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }\n.#{$ti-prefix}-square-chevron-left-filled:before { content: $ti-icon-square-chevron-left-filled; }\n.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }\n.#{$ti-prefix}-square-chevron-right-filled:before { content: $ti-icon-square-chevron-right-filled; }\n.#{$ti-prefix}-square-chevron-up:before { content: $ti-icon-square-chevron-up; }\n.#{$ti-prefix}-square-chevron-up-filled:before { content: $ti-icon-square-chevron-up-filled; }\n.#{$ti-prefix}-square-chevrons-down:before { content: $ti-icon-square-chevrons-down; }\n.#{$ti-prefix}-square-chevrons-down-filled:before { content: $ti-icon-square-chevrons-down-filled; }\n.#{$ti-prefix}-square-chevrons-left:before { content: $ti-icon-square-chevrons-left; }\n.#{$ti-prefix}-square-chevrons-left-filled:before { content: $ti-icon-square-chevrons-left-filled; }\n.#{$ti-prefix}-square-chevrons-right:before { content: $ti-icon-square-chevrons-right; }\n.#{$ti-prefix}-square-chevrons-right-filled:before { content: $ti-icon-square-chevrons-right-filled; }\n.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }\n.#{$ti-prefix}-square-chevrons-up-filled:before { content: $ti-icon-square-chevrons-up-filled; }\n.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }\n.#{$ti-prefix}-square-dot-filled:before { content: $ti-icon-square-dot-filled; }\n.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }\n.#{$ti-prefix}-square-f0-filled:before { content: $ti-icon-square-f0-filled; }\n.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }\n.#{$ti-prefix}-square-f1-filled:before { content: $ti-icon-square-f1-filled; }\n.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }\n.#{$ti-prefix}-square-f2-filled:before { content: $ti-icon-square-f2-filled; }\n.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }\n.#{$ti-prefix}-square-f3-filled:before { content: $ti-icon-square-f3-filled; }\n.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }\n.#{$ti-prefix}-square-f4-filled:before { content: $ti-icon-square-f4-filled; }\n.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }\n.#{$ti-prefix}-square-f5-filled:before { content: $ti-icon-square-f5-filled; }\n.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }\n.#{$ti-prefix}-square-f6-filled:before { content: $ti-icon-square-f6-filled; }\n.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }\n.#{$ti-prefix}-square-f7-filled:before { content: $ti-icon-square-f7-filled; }\n.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }\n.#{$ti-prefix}-square-f8-filled:before { content: $ti-icon-square-f8-filled; }\n.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }\n.#{$ti-prefix}-square-f9-filled:before { content: $ti-icon-square-f9-filled; }\n.#{$ti-prefix}-square-filled:before { content: $ti-icon-square-filled; }\n.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }\n.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }\n.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }\n.#{$ti-prefix}-square-key:before { content: $ti-icon-square-key; }\n.#{$ti-prefix}-square-letter-a:before { content: $ti-icon-square-letter-a; }\n.#{$ti-prefix}-square-letter-a-filled:before { content: $ti-icon-square-letter-a-filled; }\n.#{$ti-prefix}-square-letter-b:before { content: $ti-icon-square-letter-b; }\n.#{$ti-prefix}-square-letter-b-filled:before { content: $ti-icon-square-letter-b-filled; }\n.#{$ti-prefix}-square-letter-c:before { content: $ti-icon-square-letter-c; }\n.#{$ti-prefix}-square-letter-c-filled:before { content: $ti-icon-square-letter-c-filled; }\n.#{$ti-prefix}-square-letter-d:before { content: $ti-icon-square-letter-d; }\n.#{$ti-prefix}-square-letter-d-filled:before { content: $ti-icon-square-letter-d-filled; }\n.#{$ti-prefix}-square-letter-e:before { content: $ti-icon-square-letter-e; }\n.#{$ti-prefix}-square-letter-e-filled:before { content: $ti-icon-square-letter-e-filled; }\n.#{$ti-prefix}-square-letter-f:before { content: $ti-icon-square-letter-f; }\n.#{$ti-prefix}-square-letter-f-filled:before { content: $ti-icon-square-letter-f-filled; }\n.#{$ti-prefix}-square-letter-g:before { content: $ti-icon-square-letter-g; }\n.#{$ti-prefix}-square-letter-g-filled:before { content: $ti-icon-square-letter-g-filled; }\n.#{$ti-prefix}-square-letter-h:before { content: $ti-icon-square-letter-h; }\n.#{$ti-prefix}-square-letter-h-filled:before { content: $ti-icon-square-letter-h-filled; }\n.#{$ti-prefix}-square-letter-i:before { content: $ti-icon-square-letter-i; }\n.#{$ti-prefix}-square-letter-i-filled:before { content: $ti-icon-square-letter-i-filled; }\n.#{$ti-prefix}-square-letter-j:before { content: $ti-icon-square-letter-j; }\n.#{$ti-prefix}-square-letter-j-filled:before { content: $ti-icon-square-letter-j-filled; }\n.#{$ti-prefix}-square-letter-k:before { content: $ti-icon-square-letter-k; }\n.#{$ti-prefix}-square-letter-k-filled:before { content: $ti-icon-square-letter-k-filled; }\n.#{$ti-prefix}-square-letter-l:before { content: $ti-icon-square-letter-l; }\n.#{$ti-prefix}-square-letter-l-filled:before { content: $ti-icon-square-letter-l-filled; }\n.#{$ti-prefix}-square-letter-m:before { content: $ti-icon-square-letter-m; }\n.#{$ti-prefix}-square-letter-m-filled:before { content: $ti-icon-square-letter-m-filled; }\n.#{$ti-prefix}-square-letter-n:before { content: $ti-icon-square-letter-n; }\n.#{$ti-prefix}-square-letter-n-filled:before { content: $ti-icon-square-letter-n-filled; }\n.#{$ti-prefix}-square-letter-o:before { content: $ti-icon-square-letter-o; }\n.#{$ti-prefix}-square-letter-o-filled:before { content: $ti-icon-square-letter-o-filled; }\n.#{$ti-prefix}-square-letter-p:before { content: $ti-icon-square-letter-p; }\n.#{$ti-prefix}-square-letter-p-filled:before { content: $ti-icon-square-letter-p-filled; }\n.#{$ti-prefix}-square-letter-q:before { content: $ti-icon-square-letter-q; }\n.#{$ti-prefix}-square-letter-q-filled:before { content: $ti-icon-square-letter-q-filled; }\n.#{$ti-prefix}-square-letter-r:before { content: $ti-icon-square-letter-r; }\n.#{$ti-prefix}-square-letter-r-filled:before { content: $ti-icon-square-letter-r-filled; }\n.#{$ti-prefix}-square-letter-s:before { content: $ti-icon-square-letter-s; }\n.#{$ti-prefix}-square-letter-s-filled:before { content: $ti-icon-square-letter-s-filled; }\n.#{$ti-prefix}-square-letter-t:before { content: $ti-icon-square-letter-t; }\n.#{$ti-prefix}-square-letter-t-filled:before { content: $ti-icon-square-letter-t-filled; }\n.#{$ti-prefix}-square-letter-u:before { content: $ti-icon-square-letter-u; }\n.#{$ti-prefix}-square-letter-u-filled:before { content: $ti-icon-square-letter-u-filled; }\n.#{$ti-prefix}-square-letter-v:before { content: $ti-icon-square-letter-v; }\n.#{$ti-prefix}-square-letter-v-filled:before { content: $ti-icon-square-letter-v-filled; }\n.#{$ti-prefix}-square-letter-w:before { content: $ti-icon-square-letter-w; }\n.#{$ti-prefix}-square-letter-w-filled:before { content: $ti-icon-square-letter-w-filled; }\n.#{$ti-prefix}-square-letter-x:before { content: $ti-icon-square-letter-x; }\n.#{$ti-prefix}-square-letter-x-filled:before { content: $ti-icon-square-letter-x-filled; }\n.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; }\n.#{$ti-prefix}-square-letter-y-filled:before { content: $ti-icon-square-letter-y-filled; }\n.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; }\n.#{$ti-prefix}-square-letter-z-filled:before { content: $ti-icon-square-letter-z-filled; }\n.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; }\n.#{$ti-prefix}-square-minus-filled:before { content: $ti-icon-square-minus-filled; }\n.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; }\n.#{$ti-prefix}-square-number-0-filled:before { content: $ti-icon-square-number-0-filled; }\n.#{$ti-prefix}-square-number-1:before { content: $ti-icon-square-number-1; }\n.#{$ti-prefix}-square-number-1-filled:before { content: $ti-icon-square-number-1-filled; }\n.#{$ti-prefix}-square-number-2:before { content: $ti-icon-square-number-2; }\n.#{$ti-prefix}-square-number-2-filled:before { content: $ti-icon-square-number-2-filled; }\n.#{$ti-prefix}-square-number-3:before { content: $ti-icon-square-number-3; }\n.#{$ti-prefix}-square-number-3-filled:before { content: $ti-icon-square-number-3-filled; }\n.#{$ti-prefix}-square-number-4:before { content: $ti-icon-square-number-4; }\n.#{$ti-prefix}-square-number-4-filled:before { content: $ti-icon-square-number-4-filled; }\n.#{$ti-prefix}-square-number-5:before { content: $ti-icon-square-number-5; }\n.#{$ti-prefix}-square-number-5-filled:before { content: $ti-icon-square-number-5-filled; }\n.#{$ti-prefix}-square-number-6:before { content: $ti-icon-square-number-6; }\n.#{$ti-prefix}-square-number-6-filled:before { content: $ti-icon-square-number-6-filled; }\n.#{$ti-prefix}-square-number-7:before { content: $ti-icon-square-number-7; }\n.#{$ti-prefix}-square-number-7-filled:before { content: $ti-icon-square-number-7-filled; }\n.#{$ti-prefix}-square-number-8:before { content: $ti-icon-square-number-8; }\n.#{$ti-prefix}-square-number-8-filled:before { content: $ti-icon-square-number-8-filled; }\n.#{$ti-prefix}-square-number-9:before { content: $ti-icon-square-number-9; }\n.#{$ti-prefix}-square-number-9-filled:before { content: $ti-icon-square-number-9-filled; }\n.#{$ti-prefix}-square-off:before { content: $ti-icon-square-off; }\n.#{$ti-prefix}-square-percentage:before { content: $ti-icon-square-percentage; }\n.#{$ti-prefix}-square-plus:before { content: $ti-icon-square-plus; }\n.#{$ti-prefix}-square-plus-2:before { content: $ti-icon-square-plus-2; }\n.#{$ti-prefix}-square-root:before { content: $ti-icon-square-root; }\n.#{$ti-prefix}-square-root-2:before { content: $ti-icon-square-root-2; }\n.#{$ti-prefix}-square-rotated:before { content: $ti-icon-square-rotated; }\n.#{$ti-prefix}-square-rotated-filled:before { content: $ti-icon-square-rotated-filled; }\n.#{$ti-prefix}-square-rotated-forbid:before { content: $ti-icon-square-rotated-forbid; }\n.#{$ti-prefix}-square-rotated-forbid-2:before { content: $ti-icon-square-rotated-forbid-2; }\n.#{$ti-prefix}-square-rotated-off:before { content: $ti-icon-square-rotated-off; }\n.#{$ti-prefix}-square-rounded:before { content: $ti-icon-square-rounded; }\n.#{$ti-prefix}-square-rounded-arrow-down:before { content: $ti-icon-square-rounded-arrow-down; }\n.#{$ti-prefix}-square-rounded-arrow-down-filled:before { content: $ti-icon-square-rounded-arrow-down-filled; }\n.#{$ti-prefix}-square-rounded-arrow-left:before { content: $ti-icon-square-rounded-arrow-left; }\n.#{$ti-prefix}-square-rounded-arrow-left-filled:before { content: $ti-icon-square-rounded-arrow-left-filled; }\n.#{$ti-prefix}-square-rounded-arrow-right:before { content: $ti-icon-square-rounded-arrow-right; }\n.#{$ti-prefix}-square-rounded-arrow-right-filled:before { content: $ti-icon-square-rounded-arrow-right-filled; }\n.#{$ti-prefix}-square-rounded-arrow-up:before { content: $ti-icon-square-rounded-arrow-up; }\n.#{$ti-prefix}-square-rounded-arrow-up-filled:before { content: $ti-icon-square-rounded-arrow-up-filled; }\n.#{$ti-prefix}-square-rounded-check:before { content: $ti-icon-square-rounded-check; }\n.#{$ti-prefix}-square-rounded-check-filled:before { content: $ti-icon-square-rounded-check-filled; }\n.#{$ti-prefix}-square-rounded-chevron-down:before { content: $ti-icon-square-rounded-chevron-down; }\n.#{$ti-prefix}-square-rounded-chevron-down-filled:before { content: $ti-icon-square-rounded-chevron-down-filled; }\n.#{$ti-prefix}-square-rounded-chevron-left:before { content: $ti-icon-square-rounded-chevron-left; }\n.#{$ti-prefix}-square-rounded-chevron-left-filled:before { content: $ti-icon-square-rounded-chevron-left-filled; }\n.#{$ti-prefix}-square-rounded-chevron-right:before { content: $ti-icon-square-rounded-chevron-right; }\n.#{$ti-prefix}-square-rounded-chevron-right-filled:before { content: $ti-icon-square-rounded-chevron-right-filled; }\n.#{$ti-prefix}-square-rounded-chevron-up:before { content: $ti-icon-square-rounded-chevron-up; }\n.#{$ti-prefix}-square-rounded-chevron-up-filled:before { content: $ti-icon-square-rounded-chevron-up-filled; }\n.#{$ti-prefix}-square-rounded-chevrons-down:before { content: $ti-icon-square-rounded-chevrons-down; }\n.#{$ti-prefix}-square-rounded-chevrons-down-filled:before { content: $ti-icon-square-rounded-chevrons-down-filled; }\n.#{$ti-prefix}-square-rounded-chevrons-left:before { content: $ti-icon-square-rounded-chevrons-left; }\n.#{$ti-prefix}-square-rounded-chevrons-left-filled:before { content: $ti-icon-square-rounded-chevrons-left-filled; }\n.#{$ti-prefix}-square-rounded-chevrons-right:before { content: $ti-icon-square-rounded-chevrons-right; }\n.#{$ti-prefix}-square-rounded-chevrons-right-filled:before { content: $ti-icon-square-rounded-chevrons-right-filled; }\n.#{$ti-prefix}-square-rounded-chevrons-up:before { content: $ti-icon-square-rounded-chevrons-up; }\n.#{$ti-prefix}-square-rounded-chevrons-up-filled:before { content: $ti-icon-square-rounded-chevrons-up-filled; }\n.#{$ti-prefix}-square-rounded-filled:before { content: $ti-icon-square-rounded-filled; }\n.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; }\n.#{$ti-prefix}-square-rounded-letter-a-filled:before { content: $ti-icon-square-rounded-letter-a-filled; }\n.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; }\n.#{$ti-prefix}-square-rounded-letter-b-filled:before { content: $ti-icon-square-rounded-letter-b-filled; }\n.#{$ti-prefix}-square-rounded-letter-c:before { content: $ti-icon-square-rounded-letter-c; }\n.#{$ti-prefix}-square-rounded-letter-c-filled:before { content: $ti-icon-square-rounded-letter-c-filled; }\n.#{$ti-prefix}-square-rounded-letter-d:before { content: $ti-icon-square-rounded-letter-d; }\n.#{$ti-prefix}-square-rounded-letter-d-filled:before { content: $ti-icon-square-rounded-letter-d-filled; }\n.#{$ti-prefix}-square-rounded-letter-e:before { content: $ti-icon-square-rounded-letter-e; }\n.#{$ti-prefix}-square-rounded-letter-e-filled:before { content: $ti-icon-square-rounded-letter-e-filled; }\n.#{$ti-prefix}-square-rounded-letter-f:before { content: $ti-icon-square-rounded-letter-f; }\n.#{$ti-prefix}-square-rounded-letter-f-filled:before { content: $ti-icon-square-rounded-letter-f-filled; }\n.#{$ti-prefix}-square-rounded-letter-g:before { content: $ti-icon-square-rounded-letter-g; }\n.#{$ti-prefix}-square-rounded-letter-g-filled:before { content: $ti-icon-square-rounded-letter-g-filled; }\n.#{$ti-prefix}-square-rounded-letter-h:before { content: $ti-icon-square-rounded-letter-h; }\n.#{$ti-prefix}-square-rounded-letter-h-filled:before { content: $ti-icon-square-rounded-letter-h-filled; }\n.#{$ti-prefix}-square-rounded-letter-i:before { content: $ti-icon-square-rounded-letter-i; }\n.#{$ti-prefix}-square-rounded-letter-i-filled:before { content: $ti-icon-square-rounded-letter-i-filled; }\n.#{$ti-prefix}-square-rounded-letter-j:before { content: $ti-icon-square-rounded-letter-j; }\n.#{$ti-prefix}-square-rounded-letter-j-filled:before { content: $ti-icon-square-rounded-letter-j-filled; }\n.#{$ti-prefix}-square-rounded-letter-k:before { content: $ti-icon-square-rounded-letter-k; }\n.#{$ti-prefix}-square-rounded-letter-k-filled:before { content: $ti-icon-square-rounded-letter-k-filled; }\n.#{$ti-prefix}-square-rounded-letter-l:before { content: $ti-icon-square-rounded-letter-l; }\n.#{$ti-prefix}-square-rounded-letter-l-filled:before { content: $ti-icon-square-rounded-letter-l-filled; }\n.#{$ti-prefix}-square-rounded-letter-m:before { content: $ti-icon-square-rounded-letter-m; }\n.#{$ti-prefix}-square-rounded-letter-m-filled:before { content: $ti-icon-square-rounded-letter-m-filled; }\n.#{$ti-prefix}-square-rounded-letter-n:before { content: $ti-icon-square-rounded-letter-n; }\n.#{$ti-prefix}-square-rounded-letter-n-filled:before { content: $ti-icon-square-rounded-letter-n-filled; }\n.#{$ti-prefix}-square-rounded-letter-o:before { content: $ti-icon-square-rounded-letter-o; }\n.#{$ti-prefix}-square-rounded-letter-o-filled:before { content: $ti-icon-square-rounded-letter-o-filled; }\n.#{$ti-prefix}-square-rounded-letter-p:before { content: $ti-icon-square-rounded-letter-p; }\n.#{$ti-prefix}-square-rounded-letter-p-filled:before { content: $ti-icon-square-rounded-letter-p-filled; }\n.#{$ti-prefix}-square-rounded-letter-q:before { content: $ti-icon-square-rounded-letter-q; }\n.#{$ti-prefix}-square-rounded-letter-q-filled:before { content: $ti-icon-square-rounded-letter-q-filled; }\n.#{$ti-prefix}-square-rounded-letter-r:before { content: $ti-icon-square-rounded-letter-r; }\n.#{$ti-prefix}-square-rounded-letter-r-filled:before { content: $ti-icon-square-rounded-letter-r-filled; }\n.#{$ti-prefix}-square-rounded-letter-s:before { content: $ti-icon-square-rounded-letter-s; }\n.#{$ti-prefix}-square-rounded-letter-s-filled:before { content: $ti-icon-square-rounded-letter-s-filled; }\n.#{$ti-prefix}-square-rounded-letter-t:before { content: $ti-icon-square-rounded-letter-t; }\n.#{$ti-prefix}-square-rounded-letter-t-filled:before { content: $ti-icon-square-rounded-letter-t-filled; }\n.#{$ti-prefix}-square-rounded-letter-u:before { content: $ti-icon-square-rounded-letter-u; }\n.#{$ti-prefix}-square-rounded-letter-u-filled:before { content: $ti-icon-square-rounded-letter-u-filled; }\n.#{$ti-prefix}-square-rounded-letter-v:before { content: $ti-icon-square-rounded-letter-v; }\n.#{$ti-prefix}-square-rounded-letter-v-filled:before { content: $ti-icon-square-rounded-letter-v-filled; }\n.#{$ti-prefix}-square-rounded-letter-w:before { content: $ti-icon-square-rounded-letter-w; }\n.#{$ti-prefix}-square-rounded-letter-w-filled:before { content: $ti-icon-square-rounded-letter-w-filled; }\n.#{$ti-prefix}-square-rounded-letter-x:before { content: $ti-icon-square-rounded-letter-x; }\n.#{$ti-prefix}-square-rounded-letter-x-filled:before { content: $ti-icon-square-rounded-letter-x-filled; }\n.#{$ti-prefix}-square-rounded-letter-y:before { content: $ti-icon-square-rounded-letter-y; }\n.#{$ti-prefix}-square-rounded-letter-y-filled:before { content: $ti-icon-square-rounded-letter-y-filled; }\n.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }\n.#{$ti-prefix}-square-rounded-letter-z-filled:before { content: $ti-icon-square-rounded-letter-z-filled; }\n.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }\n.#{$ti-prefix}-square-rounded-minus-2:before { content: $ti-icon-square-rounded-minus-2; }\n.#{$ti-prefix}-square-rounded-minus-filled:before { content: $ti-icon-square-rounded-minus-filled; }\n.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }\n.#{$ti-prefix}-square-rounded-number-0-filled:before { content: $ti-icon-square-rounded-number-0-filled; }\n.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }\n.#{$ti-prefix}-square-rounded-number-1-filled:before { content: $ti-icon-square-rounded-number-1-filled; }\n.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; }\n.#{$ti-prefix}-square-rounded-number-2-filled:before { content: $ti-icon-square-rounded-number-2-filled; }\n.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; }\n.#{$ti-prefix}-square-rounded-number-3-filled:before { content: $ti-icon-square-rounded-number-3-filled; }\n.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; }\n.#{$ti-prefix}-square-rounded-number-4-filled:before { content: $ti-icon-square-rounded-number-4-filled; }\n.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; }\n.#{$ti-prefix}-square-rounded-number-5-filled:before { content: $ti-icon-square-rounded-number-5-filled; }\n.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; }\n.#{$ti-prefix}-square-rounded-number-6-filled:before { content: $ti-icon-square-rounded-number-6-filled; }\n.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; }\n.#{$ti-prefix}-square-rounded-number-7-filled:before { content: $ti-icon-square-rounded-number-7-filled; }\n.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }\n.#{$ti-prefix}-square-rounded-number-8-filled:before { content: $ti-icon-square-rounded-number-8-filled; }\n.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }\n.#{$ti-prefix}-square-rounded-number-9-filled:before { content: $ti-icon-square-rounded-number-9-filled; }\n.#{$ti-prefix}-square-rounded-percentage:before { content: $ti-icon-square-rounded-percentage; }\n.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }\n.#{$ti-prefix}-square-rounded-plus-2:before { content: $ti-icon-square-rounded-plus-2; }\n.#{$ti-prefix}-square-rounded-plus-filled:before { content: $ti-icon-square-rounded-plus-filled; }\n.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }\n.#{$ti-prefix}-square-rounded-x-filled:before { content: $ti-icon-square-rounded-x-filled; }\n.#{$ti-prefix}-square-toggle:before { content: $ti-icon-square-toggle; }\n.#{$ti-prefix}-square-toggle-horizontal:before { content: $ti-icon-square-toggle-horizontal; }\n.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; }\n.#{$ti-prefix}-square-x-filled:before { content: $ti-icon-square-x-filled; }\n.#{$ti-prefix}-squares:before { content: $ti-icon-squares; }\n.#{$ti-prefix}-squares-diagonal:before { content: $ti-icon-squares-diagonal; }\n.#{$ti-prefix}-squares-filled:before { content: $ti-icon-squares-filled; }\n.#{$ti-prefix}-squares-selected:before { content: $ti-icon-squares-selected; }\n.#{$ti-prefix}-stack:before { content: $ti-icon-stack; }\n.#{$ti-prefix}-stack-2:before { content: $ti-icon-stack-2; }\n.#{$ti-prefix}-stack-2-filled:before { content: $ti-icon-stack-2-filled; }\n.#{$ti-prefix}-stack-3:before { content: $ti-icon-stack-3; }\n.#{$ti-prefix}-stack-3-filled:before { content: $ti-icon-stack-3-filled; }\n.#{$ti-prefix}-stack-back:before { content: $ti-icon-stack-back; }\n.#{$ti-prefix}-stack-backward:before { content: $ti-icon-stack-backward; }\n.#{$ti-prefix}-stack-filled:before { content: $ti-icon-stack-filled; }\n.#{$ti-prefix}-stack-forward:before { content: $ti-icon-stack-forward; }\n.#{$ti-prefix}-stack-front:before { content: $ti-icon-stack-front; }\n.#{$ti-prefix}-stack-middle:before { content: $ti-icon-stack-middle; }\n.#{$ti-prefix}-stack-pop:before { content: $ti-icon-stack-pop; }\n.#{$ti-prefix}-stack-push:before { content: $ti-icon-stack-push; }\n.#{$ti-prefix}-stairs:before { content: $ti-icon-stairs; }\n.#{$ti-prefix}-stairs-down:before { content: $ti-icon-stairs-down; }\n.#{$ti-prefix}-stairs-up:before { content: $ti-icon-stairs-up; }\n.#{$ti-prefix}-star:before { content: $ti-icon-star; }\n.#{$ti-prefix}-star-filled:before { content: $ti-icon-star-filled; }\n.#{$ti-prefix}-star-half:before { content: $ti-icon-star-half; }\n.#{$ti-prefix}-star-half-filled:before { content: $ti-icon-star-half-filled; }\n.#{$ti-prefix}-star-off:before { content: $ti-icon-star-off; }\n.#{$ti-prefix}-stars:before { content: $ti-icon-stars; }\n.#{$ti-prefix}-stars-filled:before { content: $ti-icon-stars-filled; }\n.#{$ti-prefix}-stars-off:before { content: $ti-icon-stars-off; }\n.#{$ti-prefix}-status-change:before { content: $ti-icon-status-change; }\n.#{$ti-prefix}-steam:before { content: $ti-icon-steam; }\n.#{$ti-prefix}-steering-wheel:before { content: $ti-icon-steering-wheel; }\n.#{$ti-prefix}-steering-wheel-filled:before { content: $ti-icon-steering-wheel-filled; }\n.#{$ti-prefix}-steering-wheel-off:before { content: $ti-icon-steering-wheel-off; }\n.#{$ti-prefix}-step-into:before { content: $ti-icon-step-into; }\n.#{$ti-prefix}-step-out:before { content: $ti-icon-step-out; }\n.#{$ti-prefix}-stereo-glasses:before { content: $ti-icon-stereo-glasses; }\n.#{$ti-prefix}-stethoscope:before { content: $ti-icon-stethoscope; }\n.#{$ti-prefix}-stethoscope-off:before { content: $ti-icon-stethoscope-off; }\n.#{$ti-prefix}-sticker:before { content: $ti-icon-sticker; }\n.#{$ti-prefix}-sticker-2:before { content: $ti-icon-sticker-2; }\n.#{$ti-prefix}-stopwatch:before { content: $ti-icon-stopwatch; }\n.#{$ti-prefix}-storm:before { content: $ti-icon-storm; }\n.#{$ti-prefix}-storm-off:before { content: $ti-icon-storm-off; }\n.#{$ti-prefix}-stretching:before { content: $ti-icon-stretching; }\n.#{$ti-prefix}-stretching-2:before { content: $ti-icon-stretching-2; }\n.#{$ti-prefix}-strikethrough:before { content: $ti-icon-strikethrough; }\n.#{$ti-prefix}-submarine:before { content: $ti-icon-submarine; }\n.#{$ti-prefix}-subscript:before { content: $ti-icon-subscript; }\n.#{$ti-prefix}-subtask:before { content: $ti-icon-subtask; }\n.#{$ti-prefix}-sum:before { content: $ti-icon-sum; }\n.#{$ti-prefix}-sum-off:before { content: $ti-icon-sum-off; }\n.#{$ti-prefix}-sun:before { content: $ti-icon-sun; }\n.#{$ti-prefix}-sun-electricity:before { content: $ti-icon-sun-electricity; }\n.#{$ti-prefix}-sun-filled:before { content: $ti-icon-sun-filled; }\n.#{$ti-prefix}-sun-high:before { content: $ti-icon-sun-high; }\n.#{$ti-prefix}-sun-low:before { content: $ti-icon-sun-low; }\n.#{$ti-prefix}-sun-moon:before { content: $ti-icon-sun-moon; }\n.#{$ti-prefix}-sun-off:before { content: $ti-icon-sun-off; }\n.#{$ti-prefix}-sun-wind:before { content: $ti-icon-sun-wind; }\n.#{$ti-prefix}-sunglasses:before { content: $ti-icon-sunglasses; }\n.#{$ti-prefix}-sunglasses-filled:before { content: $ti-icon-sunglasses-filled; }\n.#{$ti-prefix}-sunrise:before { content: $ti-icon-sunrise; }\n.#{$ti-prefix}-sunset:before { content: $ti-icon-sunset; }\n.#{$ti-prefix}-sunset-2:before { content: $ti-icon-sunset-2; }\n.#{$ti-prefix}-superscript:before { content: $ti-icon-superscript; }\n.#{$ti-prefix}-svg:before { content: $ti-icon-svg; }\n.#{$ti-prefix}-swimming:before { content: $ti-icon-swimming; }\n.#{$ti-prefix}-swipe:before { content: $ti-icon-swipe; }\n.#{$ti-prefix}-swipe-down:before { content: $ti-icon-swipe-down; }\n.#{$ti-prefix}-swipe-down-filled:before { content: $ti-icon-swipe-down-filled; }\n.#{$ti-prefix}-swipe-left:before { content: $ti-icon-swipe-left; }\n.#{$ti-prefix}-swipe-left-filled:before { content: $ti-icon-swipe-left-filled; }\n.#{$ti-prefix}-swipe-right:before { content: $ti-icon-swipe-right; }\n.#{$ti-prefix}-swipe-right-filled:before { content: $ti-icon-swipe-right-filled; }\n.#{$ti-prefix}-swipe-up:before { content: $ti-icon-swipe-up; }\n.#{$ti-prefix}-swipe-up-filled:before { content: $ti-icon-swipe-up-filled; }\n.#{$ti-prefix}-switch:before { content: $ti-icon-switch; }\n.#{$ti-prefix}-switch-2:before { content: $ti-icon-switch-2; }\n.#{$ti-prefix}-switch-3:before { content: $ti-icon-switch-3; }\n.#{$ti-prefix}-switch-horizontal:before { content: $ti-icon-switch-horizontal; }\n.#{$ti-prefix}-switch-vertical:before { content: $ti-icon-switch-vertical; }\n.#{$ti-prefix}-sword:before { content: $ti-icon-sword; }\n.#{$ti-prefix}-sword-off:before { content: $ti-icon-sword-off; }\n.#{$ti-prefix}-swords:before { content: $ti-icon-swords; }\n.#{$ti-prefix}-table:before { content: $ti-icon-table; }\n.#{$ti-prefix}-table-alias:before { content: $ti-icon-table-alias; }\n.#{$ti-prefix}-table-column:before { content: $ti-icon-table-column; }\n.#{$ti-prefix}-table-down:before { content: $ti-icon-table-down; }\n.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; }\n.#{$ti-prefix}-table-filled:before { content: $ti-icon-table-filled; }\n.#{$ti-prefix}-table-heart:before { content: $ti-icon-table-heart; }\n.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; }\n.#{$ti-prefix}-table-minus:before { content: $ti-icon-table-minus; }\n.#{$ti-prefix}-table-off:before { content: $ti-icon-table-off; }\n.#{$ti-prefix}-table-options:before { content: $ti-icon-table-options; }\n.#{$ti-prefix}-table-plus:before { content: $ti-icon-table-plus; }\n.#{$ti-prefix}-table-row:before { content: $ti-icon-table-row; }\n.#{$ti-prefix}-table-share:before { content: $ti-icon-table-share; }\n.#{$ti-prefix}-table-shortcut:before { content: $ti-icon-table-shortcut; }\n.#{$ti-prefix}-table-spark:before { content: $ti-icon-table-spark; }\n.#{$ti-prefix}-tag:before { content: $ti-icon-tag; }\n.#{$ti-prefix}-tag-filled:before { content: $ti-icon-tag-filled; }\n.#{$ti-prefix}-tag-off:before { content: $ti-icon-tag-off; }\n.#{$ti-prefix}-tag-starred:before { content: $ti-icon-tag-starred; }\n.#{$ti-prefix}-tags:before { content: $ti-icon-tags; }\n.#{$ti-prefix}-tags-filled:before { content: $ti-icon-tags-filled; }\n.#{$ti-prefix}-tags-off:before { content: $ti-icon-tags-off; }\n.#{$ti-prefix}-tallymark-1:before { content: $ti-icon-tallymark-1; }\n.#{$ti-prefix}-tallymark-2:before { content: $ti-icon-tallymark-2; }\n.#{$ti-prefix}-tallymark-3:before { content: $ti-icon-tallymark-3; }\n.#{$ti-prefix}-tallymark-4:before { content: $ti-icon-tallymark-4; }\n.#{$ti-prefix}-tallymarks:before { content: $ti-icon-tallymarks; }\n.#{$ti-prefix}-tank:before { content: $ti-icon-tank; }\n.#{$ti-prefix}-target:before { content: $ti-icon-target; }\n.#{$ti-prefix}-target-arrow:before { content: $ti-icon-target-arrow; }\n.#{$ti-prefix}-target-off:before { content: $ti-icon-target-off; }\n.#{$ti-prefix}-tax:before { content: $ti-icon-tax; }\n.#{$ti-prefix}-tax-euro:before { content: $ti-icon-tax-euro; }\n.#{$ti-prefix}-tax-pound:before { content: $ti-icon-tax-pound; }\n.#{$ti-prefix}-teapot:before { content: $ti-icon-teapot; }\n.#{$ti-prefix}-telescope:before { content: $ti-icon-telescope; }\n.#{$ti-prefix}-telescope-off:before { content: $ti-icon-telescope-off; }\n.#{$ti-prefix}-temperature:before { content: $ti-icon-temperature; }\n.#{$ti-prefix}-temperature-celsius:before { content: $ti-icon-temperature-celsius; }\n.#{$ti-prefix}-temperature-fahrenheit:before { content: $ti-icon-temperature-fahrenheit; }\n.#{$ti-prefix}-temperature-minus:before { content: $ti-icon-temperature-minus; }\n.#{$ti-prefix}-temperature-off:before { content: $ti-icon-temperature-off; }\n.#{$ti-prefix}-temperature-plus:before { content: $ti-icon-temperature-plus; }\n.#{$ti-prefix}-temperature-snow:before { content: $ti-icon-temperature-snow; }\n.#{$ti-prefix}-temperature-sun:before { content: $ti-icon-temperature-sun; }\n.#{$ti-prefix}-template:before { content: $ti-icon-template; }\n.#{$ti-prefix}-template-off:before { content: $ti-icon-template-off; }\n.#{$ti-prefix}-tent:before { content: $ti-icon-tent; }\n.#{$ti-prefix}-tent-off:before { content: $ti-icon-tent-off; }\n.#{$ti-prefix}-terminal:before { content: $ti-icon-terminal; }\n.#{$ti-prefix}-terminal-2:before { content: $ti-icon-terminal-2; }\n.#{$ti-prefix}-test-pipe:before { content: $ti-icon-test-pipe; }\n.#{$ti-prefix}-test-pipe-2:before { content: $ti-icon-test-pipe-2; }\n.#{$ti-prefix}-test-pipe-2-filled:before { content: $ti-icon-test-pipe-2-filled; }\n.#{$ti-prefix}-test-pipe-off:before { content: $ti-icon-test-pipe-off; }\n.#{$ti-prefix}-tex:before { content: $ti-icon-tex; }\n.#{$ti-prefix}-text-caption:before { content: $ti-icon-text-caption; }\n.#{$ti-prefix}-text-color:before { content: $ti-icon-text-color; }\n.#{$ti-prefix}-text-decrease:before { content: $ti-icon-text-decrease; }\n.#{$ti-prefix}-text-direction-ltr:before { content: $ti-icon-text-direction-ltr; }\n.#{$ti-prefix}-text-direction-rtl:before { content: $ti-icon-text-direction-rtl; }\n.#{$ti-prefix}-text-grammar:before { content: $ti-icon-text-grammar; }\n.#{$ti-prefix}-text-increase:before { content: $ti-icon-text-increase; }\n.#{$ti-prefix}-text-orientation:before { content: $ti-icon-text-orientation; }\n.#{$ti-prefix}-text-plus:before { content: $ti-icon-text-plus; }\n.#{$ti-prefix}-text-recognition:before { content: $ti-icon-text-recognition; }\n.#{$ti-prefix}-text-resize:before { content: $ti-icon-text-resize; }\n.#{$ti-prefix}-text-scan-2:before { content: $ti-icon-text-scan-2; }\n.#{$ti-prefix}-text-size:before { content: $ti-icon-text-size; }\n.#{$ti-prefix}-text-spellcheck:before { content: $ti-icon-text-spellcheck; }\n.#{$ti-prefix}-text-wrap:before { content: $ti-icon-text-wrap; }\n.#{$ti-prefix}-text-wrap-column:before { content: $ti-icon-text-wrap-column; }\n.#{$ti-prefix}-text-wrap-disabled:before { content: $ti-icon-text-wrap-disabled; }\n.#{$ti-prefix}-texture:before { content: $ti-icon-texture; }\n.#{$ti-prefix}-theater:before { content: $ti-icon-theater; }\n.#{$ti-prefix}-thermometer:before { content: $ti-icon-thermometer; }\n.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }\n.#{$ti-prefix}-thumb-down-filled:before { content: $ti-icon-thumb-down-filled; }\n.#{$ti-prefix}-thumb-down-off:before { content: $ti-icon-thumb-down-off; }\n.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }\n.#{$ti-prefix}-thumb-up-filled:before { content: $ti-icon-thumb-up-filled; }\n.#{$ti-prefix}-thumb-up-off:before { content: $ti-icon-thumb-up-off; }\n.#{$ti-prefix}-tic-tac:before { content: $ti-icon-tic-tac; }\n.#{$ti-prefix}-ticket:before { content: $ti-icon-ticket; }\n.#{$ti-prefix}-ticket-off:before { content: $ti-icon-ticket-off; }\n.#{$ti-prefix}-tie:before { content: $ti-icon-tie; }\n.#{$ti-prefix}-tilde:before { content: $ti-icon-tilde; }\n.#{$ti-prefix}-tilt-shift:before { content: $ti-icon-tilt-shift; }\n.#{$ti-prefix}-tilt-shift-filled:before { content: $ti-icon-tilt-shift-filled; }\n.#{$ti-prefix}-tilt-shift-off:before { content: $ti-icon-tilt-shift-off; }\n.#{$ti-prefix}-time-duration-0:before { content: $ti-icon-time-duration-0; }\n.#{$ti-prefix}-time-duration-10:before { content: $ti-icon-time-duration-10; }\n.#{$ti-prefix}-time-duration-15:before { content: $ti-icon-time-duration-15; }\n.#{$ti-prefix}-time-duration-30:before { content: $ti-icon-time-duration-30; }\n.#{$ti-prefix}-time-duration-45:before { content: $ti-icon-time-duration-45; }\n.#{$ti-prefix}-time-duration-5:before { content: $ti-icon-time-duration-5; }\n.#{$ti-prefix}-time-duration-60:before { content: $ti-icon-time-duration-60; }\n.#{$ti-prefix}-time-duration-90:before { content: $ti-icon-time-duration-90; }\n.#{$ti-prefix}-time-duration-off:before { content: $ti-icon-time-duration-off; }\n.#{$ti-prefix}-timeline:before { content: $ti-icon-timeline; }\n.#{$ti-prefix}-timeline-event:before { content: $ti-icon-timeline-event; }\n.#{$ti-prefix}-timeline-event-exclamation:before { content: $ti-icon-timeline-event-exclamation; }\n.#{$ti-prefix}-timeline-event-filled:before { content: $ti-icon-timeline-event-filled; }\n.#{$ti-prefix}-timeline-event-minus:before { content: $ti-icon-timeline-event-minus; }\n.#{$ti-prefix}-timeline-event-plus:before { content: $ti-icon-timeline-event-plus; }\n.#{$ti-prefix}-timeline-event-text:before { content: $ti-icon-timeline-event-text; }\n.#{$ti-prefix}-timeline-event-x:before { content: $ti-icon-timeline-event-x; }\n.#{$ti-prefix}-timezone:before { content: $ti-icon-timezone; }\n.#{$ti-prefix}-tip-jar:before { content: $ti-icon-tip-jar; }\n.#{$ti-prefix}-tip-jar-euro:before { content: $ti-icon-tip-jar-euro; }\n.#{$ti-prefix}-tip-jar-pound:before { content: $ti-icon-tip-jar-pound; }\n.#{$ti-prefix}-tir:before { content: $ti-icon-tir; }\n.#{$ti-prefix}-toggle-left:before { content: $ti-icon-toggle-left; }\n.#{$ti-prefix}-toggle-left-filled:before { content: $ti-icon-toggle-left-filled; }\n.#{$ti-prefix}-toggle-right:before { content: $ti-icon-toggle-right; }\n.#{$ti-prefix}-toggle-right-filled:before { content: $ti-icon-toggle-right-filled; }\n.#{$ti-prefix}-toilet-paper:before { content: $ti-icon-toilet-paper; }\n.#{$ti-prefix}-toilet-paper-off:before { content: $ti-icon-toilet-paper-off; }\n.#{$ti-prefix}-toml:before { content: $ti-icon-toml; }\n.#{$ti-prefix}-tool:before { content: $ti-icon-tool; }\n.#{$ti-prefix}-tools:before { content: $ti-icon-tools; }\n.#{$ti-prefix}-tools-kitchen:before { content: $ti-icon-tools-kitchen; }\n.#{$ti-prefix}-tools-kitchen-2:before { content: $ti-icon-tools-kitchen-2; }\n.#{$ti-prefix}-tools-kitchen-2-off:before { content: $ti-icon-tools-kitchen-2-off; }\n.#{$ti-prefix}-tools-kitchen-3:before { content: $ti-icon-tools-kitchen-3; }\n.#{$ti-prefix}-tools-kitchen-off:before { content: $ti-icon-tools-kitchen-off; }\n.#{$ti-prefix}-tools-off:before { content: $ti-icon-tools-off; }\n.#{$ti-prefix}-tooltip:before { content: $ti-icon-tooltip; }\n.#{$ti-prefix}-topology-bus:before { content: $ti-icon-topology-bus; }\n.#{$ti-prefix}-topology-complex:before { content: $ti-icon-topology-complex; }\n.#{$ti-prefix}-topology-full:before { content: $ti-icon-topology-full; }\n.#{$ti-prefix}-topology-full-hierarchy:before { content: $ti-icon-topology-full-hierarchy; }\n.#{$ti-prefix}-topology-ring:before { content: $ti-icon-topology-ring; }\n.#{$ti-prefix}-topology-ring-2:before { content: $ti-icon-topology-ring-2; }\n.#{$ti-prefix}-topology-ring-3:before { content: $ti-icon-topology-ring-3; }\n.#{$ti-prefix}-topology-star:before { content: $ti-icon-topology-star; }\n.#{$ti-prefix}-topology-star-2:before { content: $ti-icon-topology-star-2; }\n.#{$ti-prefix}-topology-star-3:before { content: $ti-icon-topology-star-3; }\n.#{$ti-prefix}-topology-star-ring:before { content: $ti-icon-topology-star-ring; }\n.#{$ti-prefix}-topology-star-ring-2:before { content: $ti-icon-topology-star-ring-2; }\n.#{$ti-prefix}-topology-star-ring-3:before { content: $ti-icon-topology-star-ring-3; }\n.#{$ti-prefix}-torii:before { content: $ti-icon-torii; }\n.#{$ti-prefix}-tornado:before { content: $ti-icon-tornado; }\n.#{$ti-prefix}-tournament:before { content: $ti-icon-tournament; }\n.#{$ti-prefix}-tower:before { content: $ti-icon-tower; }\n.#{$ti-prefix}-tower-off:before { content: $ti-icon-tower-off; }\n.#{$ti-prefix}-track:before { content: $ti-icon-track; }\n.#{$ti-prefix}-tractor:before { content: $ti-icon-tractor; }\n.#{$ti-prefix}-trademark:before { content: $ti-icon-trademark; }\n.#{$ti-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; }\n.#{$ti-prefix}-traffic-cone-off:before { content: $ti-icon-traffic-cone-off; }\n.#{$ti-prefix}-traffic-lights:before { content: $ti-icon-traffic-lights; }\n.#{$ti-prefix}-traffic-lights-off:before { content: $ti-icon-traffic-lights-off; }\n.#{$ti-prefix}-train:before { content: $ti-icon-train; }\n.#{$ti-prefix}-transaction-bitcoin:before { content: $ti-icon-transaction-bitcoin; }\n.#{$ti-prefix}-transaction-dollar:before { content: $ti-icon-transaction-dollar; }\n.#{$ti-prefix}-transaction-euro:before { content: $ti-icon-transaction-euro; }\n.#{$ti-prefix}-transaction-pound:before { content: $ti-icon-transaction-pound; }\n.#{$ti-prefix}-transaction-rupee:before { content: $ti-icon-transaction-rupee; }\n.#{$ti-prefix}-transaction-yen:before { content: $ti-icon-transaction-yen; }\n.#{$ti-prefix}-transaction-yuan:before { content: $ti-icon-transaction-yuan; }\n.#{$ti-prefix}-transfer:before { content: $ti-icon-transfer; }\n.#{$ti-prefix}-transfer-in:before { content: $ti-icon-transfer-in; }\n.#{$ti-prefix}-transfer-out:before { content: $ti-icon-transfer-out; }\n.#{$ti-prefix}-transfer-vertical:before { content: $ti-icon-transfer-vertical; }\n.#{$ti-prefix}-transform:before { content: $ti-icon-transform; }\n.#{$ti-prefix}-transform-filled:before { content: $ti-icon-transform-filled; }\n.#{$ti-prefix}-transform-point:before { content: $ti-icon-transform-point; }\n.#{$ti-prefix}-transform-point-bottom-left:before { content: $ti-icon-transform-point-bottom-left; }\n.#{$ti-prefix}-transform-point-bottom-right:before { content: $ti-icon-transform-point-bottom-right; }\n.#{$ti-prefix}-transform-point-top-left:before { content: $ti-icon-transform-point-top-left; }\n.#{$ti-prefix}-transform-point-top-right:before { content: $ti-icon-transform-point-top-right; }\n.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; }\n.#{$ti-prefix}-transition-bottom-filled:before { content: $ti-icon-transition-bottom-filled; }\n.#{$ti-prefix}-transition-left:before { content: $ti-icon-transition-left; }\n.#{$ti-prefix}-transition-left-filled:before { content: $ti-icon-transition-left-filled; }\n.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }\n.#{$ti-prefix}-transition-right-filled:before { content: $ti-icon-transition-right-filled; }\n.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }\n.#{$ti-prefix}-transition-top-filled:before { content: $ti-icon-transition-top-filled; }\n.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }\n.#{$ti-prefix}-trash-filled:before { content: $ti-icon-trash-filled; }\n.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }\n.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }\n.#{$ti-prefix}-trash-x-filled:before { content: $ti-icon-trash-x-filled; }\n.#{$ti-prefix}-treadmill:before { content: $ti-icon-treadmill; }\n.#{$ti-prefix}-tree:before { content: $ti-icon-tree; }\n.#{$ti-prefix}-trees:before { content: $ti-icon-trees; }\n.#{$ti-prefix}-trekking:before { content: $ti-icon-trekking; }\n.#{$ti-prefix}-trending-down:before { content: $ti-icon-trending-down; }\n.#{$ti-prefix}-trending-down-2:before { content: $ti-icon-trending-down-2; }\n.#{$ti-prefix}-trending-down-3:before { content: $ti-icon-trending-down-3; }\n.#{$ti-prefix}-trending-up:before { content: $ti-icon-trending-up; }\n.#{$ti-prefix}-trending-up-2:before { content: $ti-icon-trending-up-2; }\n.#{$ti-prefix}-trending-up-3:before { content: $ti-icon-trending-up-3; }\n.#{$ti-prefix}-triangle:before { content: $ti-icon-triangle; }\n.#{$ti-prefix}-triangle-filled:before { content: $ti-icon-triangle-filled; }\n.#{$ti-prefix}-triangle-inverted:before { content: $ti-icon-triangle-inverted; }\n.#{$ti-prefix}-triangle-inverted-filled:before { content: $ti-icon-triangle-inverted-filled; }\n.#{$ti-prefix}-triangle-minus:before { content: $ti-icon-triangle-minus; }\n.#{$ti-prefix}-triangle-minus-2:before { content: $ti-icon-triangle-minus-2; }\n.#{$ti-prefix}-triangle-off:before { content: $ti-icon-triangle-off; }\n.#{$ti-prefix}-triangle-plus:before { content: $ti-icon-triangle-plus; }\n.#{$ti-prefix}-triangle-plus-2:before { content: $ti-icon-triangle-plus-2; }\n.#{$ti-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; }\n.#{$ti-prefix}-triangle-square-circle-filled:before { content: $ti-icon-triangle-square-circle-filled; }\n.#{$ti-prefix}-triangles:before { content: $ti-icon-triangles; }\n.#{$ti-prefix}-trident:before { content: $ti-icon-trident; }\n.#{$ti-prefix}-trolley:before { content: $ti-icon-trolley; }\n.#{$ti-prefix}-trophy:before { content: $ti-icon-trophy; }\n.#{$ti-prefix}-trophy-filled:before { content: $ti-icon-trophy-filled; }\n.#{$ti-prefix}-trophy-off:before { content: $ti-icon-trophy-off; }\n.#{$ti-prefix}-trowel:before { content: $ti-icon-trowel; }\n.#{$ti-prefix}-truck:before { content: $ti-icon-truck; }\n.#{$ti-prefix}-truck-delivery:before { content: $ti-icon-truck-delivery; }\n.#{$ti-prefix}-truck-loading:before { content: $ti-icon-truck-loading; }\n.#{$ti-prefix}-truck-off:before { content: $ti-icon-truck-off; }\n.#{$ti-prefix}-truck-return:before { content: $ti-icon-truck-return; }\n.#{$ti-prefix}-txt:before { content: $ti-icon-txt; }\n.#{$ti-prefix}-typeface:before { content: $ti-icon-typeface; }\n.#{$ti-prefix}-typography:before { content: $ti-icon-typography; }\n.#{$ti-prefix}-typography-off:before { content: $ti-icon-typography-off; }\n.#{$ti-prefix}-u-turn-left:before { content: $ti-icon-u-turn-left; }\n.#{$ti-prefix}-u-turn-right:before { content: $ti-icon-u-turn-right; }\n.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; }\n.#{$ti-prefix}-ufo-off:before { content: $ti-icon-ufo-off; }\n.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }\n.#{$ti-prefix}-umbrella-2:before { content: $ti-icon-umbrella-2; }\n.#{$ti-prefix}-umbrella-closed:before { content: $ti-icon-umbrella-closed; }\n.#{$ti-prefix}-umbrella-closed-2:before { content: $ti-icon-umbrella-closed-2; }\n.#{$ti-prefix}-umbrella-filled:before { content: $ti-icon-umbrella-filled; }\n.#{$ti-prefix}-umbrella-off:before { content: $ti-icon-umbrella-off; }\n.#{$ti-prefix}-underline:before { content: $ti-icon-underline; }\n.#{$ti-prefix}-universe:before { content: $ti-icon-universe; }\n.#{$ti-prefix}-unlink:before { content: $ti-icon-unlink; }\n.#{$ti-prefix}-upload:before { content: $ti-icon-upload; }\n.#{$ti-prefix}-urgent:before { content: $ti-icon-urgent; }\n.#{$ti-prefix}-usb:before { content: $ti-icon-usb; }\n.#{$ti-prefix}-user:before { content: $ti-icon-user; }\n.#{$ti-prefix}-user-bitcoin:before { content: $ti-icon-user-bitcoin; }\n.#{$ti-prefix}-user-bolt:before { content: $ti-icon-user-bolt; }\n.#{$ti-prefix}-user-cancel:before { content: $ti-icon-user-cancel; }\n.#{$ti-prefix}-user-check:before { content: $ti-icon-user-check; }\n.#{$ti-prefix}-user-circle:before { content: $ti-icon-user-circle; }\n.#{$ti-prefix}-user-code:before { content: $ti-icon-user-code; }\n.#{$ti-prefix}-user-cog:before { content: $ti-icon-user-cog; }\n.#{$ti-prefix}-user-dollar:before { content: $ti-icon-user-dollar; }\n.#{$ti-prefix}-user-down:before { content: $ti-icon-user-down; }\n.#{$ti-prefix}-user-edit:before { content: $ti-icon-user-edit; }\n.#{$ti-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; }\n.#{$ti-prefix}-user-filled:before { content: $ti-icon-user-filled; }\n.#{$ti-prefix}-user-heart:before { content: $ti-icon-user-heart; }\n.#{$ti-prefix}-user-hexagon:before { content: $ti-icon-user-hexagon; }\n.#{$ti-prefix}-user-minus:before { content: $ti-icon-user-minus; }\n.#{$ti-prefix}-user-off:before { content: $ti-icon-user-off; }\n.#{$ti-prefix}-user-pause:before { content: $ti-icon-user-pause; }\n.#{$ti-prefix}-user-pentagon:before { content: $ti-icon-user-pentagon; }\n.#{$ti-prefix}-user-pin:before { content: $ti-icon-user-pin; }\n.#{$ti-prefix}-user-plus:before { content: $ti-icon-user-plus; }\n.#{$ti-prefix}-user-question:before { content: $ti-icon-user-question; }\n.#{$ti-prefix}-user-scan:before { content: $ti-icon-user-scan; }\n.#{$ti-prefix}-user-screen:before { content: $ti-icon-user-screen; }\n.#{$ti-prefix}-user-search:before { content: $ti-icon-user-search; }\n.#{$ti-prefix}-user-share:before { content: $ti-icon-user-share; }\n.#{$ti-prefix}-user-shield:before { content: $ti-icon-user-shield; }\n.#{$ti-prefix}-user-square:before { content: $ti-icon-user-square; }\n.#{$ti-prefix}-user-square-rounded:before { content: $ti-icon-user-square-rounded; }\n.#{$ti-prefix}-user-star:before { content: $ti-icon-user-star; }\n.#{$ti-prefix}-user-up:before { content: $ti-icon-user-up; }\n.#{$ti-prefix}-user-x:before { content: $ti-icon-user-x; }\n.#{$ti-prefix}-users:before { content: $ti-icon-users; }\n.#{$ti-prefix}-users-group:before { content: $ti-icon-users-group; }\n.#{$ti-prefix}-users-minus:before { content: $ti-icon-users-minus; }\n.#{$ti-prefix}-users-plus:before { content: $ti-icon-users-plus; }\n.#{$ti-prefix}-uv-index:before { content: $ti-icon-uv-index; }\n.#{$ti-prefix}-ux-circle:before { content: $ti-icon-ux-circle; }\n.#{$ti-prefix}-vaccine:before { content: $ti-icon-vaccine; }\n.#{$ti-prefix}-vaccine-bottle:before { content: $ti-icon-vaccine-bottle; }\n.#{$ti-prefix}-vaccine-bottle-off:before { content: $ti-icon-vaccine-bottle-off; }\n.#{$ti-prefix}-vaccine-off:before { content: $ti-icon-vaccine-off; }\n.#{$ti-prefix}-vacuum-cleaner:before { content: $ti-icon-vacuum-cleaner; }\n.#{$ti-prefix}-variable:before { content: $ti-icon-variable; }\n.#{$ti-prefix}-variable-minus:before { content: $ti-icon-variable-minus; }\n.#{$ti-prefix}-variable-off:before { content: $ti-icon-variable-off; }\n.#{$ti-prefix}-variable-plus:before { content: $ti-icon-variable-plus; }\n.#{$ti-prefix}-vector:before { content: $ti-icon-vector; }\n.#{$ti-prefix}-vector-bezier:before { content: $ti-icon-vector-bezier; }\n.#{$ti-prefix}-vector-bezier-2:before { content: $ti-icon-vector-bezier-2; }\n.#{$ti-prefix}-vector-bezier-arc:before { content: $ti-icon-vector-bezier-arc; }\n.#{$ti-prefix}-vector-bezier-circle:before { content: $ti-icon-vector-bezier-circle; }\n.#{$ti-prefix}-vector-off:before { content: $ti-icon-vector-off; }\n.#{$ti-prefix}-vector-spline:before { content: $ti-icon-vector-spline; }\n.#{$ti-prefix}-vector-triangle:before { content: $ti-icon-vector-triangle; }\n.#{$ti-prefix}-vector-triangle-off:before { content: $ti-icon-vector-triangle-off; }\n.#{$ti-prefix}-venus:before { content: $ti-icon-venus; }\n.#{$ti-prefix}-versions:before { content: $ti-icon-versions; }\n.#{$ti-prefix}-versions-filled:before { content: $ti-icon-versions-filled; }\n.#{$ti-prefix}-versions-off:before { content: $ti-icon-versions-off; }\n.#{$ti-prefix}-video:before { content: $ti-icon-video; }\n.#{$ti-prefix}-video-minus:before { content: $ti-icon-video-minus; }\n.#{$ti-prefix}-video-off:before { content: $ti-icon-video-off; }\n.#{$ti-prefix}-video-plus:before { content: $ti-icon-video-plus; }\n.#{$ti-prefix}-view-360:before { content: $ti-icon-view-360; }\n.#{$ti-prefix}-view-360-arrow:before { content: $ti-icon-view-360-arrow; }\n.#{$ti-prefix}-view-360-number:before { content: $ti-icon-view-360-number; }\n.#{$ti-prefix}-view-360-off:before { content: $ti-icon-view-360-off; }\n.#{$ti-prefix}-viewfinder:before { content: $ti-icon-viewfinder; }\n.#{$ti-prefix}-viewfinder-off:before { content: $ti-icon-viewfinder-off; }\n.#{$ti-prefix}-viewport-narrow:before { content: $ti-icon-viewport-narrow; }\n.#{$ti-prefix}-viewport-short:before { content: $ti-icon-viewport-short; }\n.#{$ti-prefix}-viewport-tall:before { content: $ti-icon-viewport-tall; }\n.#{$ti-prefix}-viewport-wide:before { content: $ti-icon-viewport-wide; }\n.#{$ti-prefix}-vinyl:before { content: $ti-icon-vinyl; }\n.#{$ti-prefix}-vip:before { content: $ti-icon-vip; }\n.#{$ti-prefix}-vip-off:before { content: $ti-icon-vip-off; }\n.#{$ti-prefix}-virus:before { content: $ti-icon-virus; }\n.#{$ti-prefix}-virus-off:before { content: $ti-icon-virus-off; }\n.#{$ti-prefix}-virus-search:before { content: $ti-icon-virus-search; }\n.#{$ti-prefix}-vocabulary:before { content: $ti-icon-vocabulary; }\n.#{$ti-prefix}-vocabulary-off:before { content: $ti-icon-vocabulary-off; }\n.#{$ti-prefix}-volcano:before { content: $ti-icon-volcano; }\n.#{$ti-prefix}-volume:before { content: $ti-icon-volume; }\n.#{$ti-prefix}-volume-2:before { content: $ti-icon-volume-2; }\n.#{$ti-prefix}-volume-3:before { content: $ti-icon-volume-3; }\n.#{$ti-prefix}-volume-off:before { content: $ti-icon-volume-off; }\n.#{$ti-prefix}-vs:before { content: $ti-icon-vs; }\n.#{$ti-prefix}-walk:before { content: $ti-icon-walk; }\n.#{$ti-prefix}-wall:before { content: $ti-icon-wall; }\n.#{$ti-prefix}-wall-off:before { content: $ti-icon-wall-off; }\n.#{$ti-prefix}-wallet:before { content: $ti-icon-wallet; }\n.#{$ti-prefix}-wallet-off:before { content: $ti-icon-wallet-off; }\n.#{$ti-prefix}-wallpaper:before { content: $ti-icon-wallpaper; }\n.#{$ti-prefix}-wallpaper-off:before { content: $ti-icon-wallpaper-off; }\n.#{$ti-prefix}-wand:before { content: $ti-icon-wand; }\n.#{$ti-prefix}-wand-off:before { content: $ti-icon-wand-off; }\n.#{$ti-prefix}-wash:before { content: $ti-icon-wash; }\n.#{$ti-prefix}-wash-dry:before { content: $ti-icon-wash-dry; }\n.#{$ti-prefix}-wash-dry-1:before { content: $ti-icon-wash-dry-1; }\n.#{$ti-prefix}-wash-dry-2:before { content: $ti-icon-wash-dry-2; }\n.#{$ti-prefix}-wash-dry-3:before { content: $ti-icon-wash-dry-3; }\n.#{$ti-prefix}-wash-dry-a:before { content: $ti-icon-wash-dry-a; }\n.#{$ti-prefix}-wash-dry-dip:before { content: $ti-icon-wash-dry-dip; }\n.#{$ti-prefix}-wash-dry-f:before { content: $ti-icon-wash-dry-f; }\n.#{$ti-prefix}-wash-dry-flat:before { content: $ti-icon-wash-dry-flat; }\n.#{$ti-prefix}-wash-dry-hang:before { content: $ti-icon-wash-dry-hang; }\n.#{$ti-prefix}-wash-dry-off:before { content: $ti-icon-wash-dry-off; }\n.#{$ti-prefix}-wash-dry-p:before { content: $ti-icon-wash-dry-p; }\n.#{$ti-prefix}-wash-dry-shade:before { content: $ti-icon-wash-dry-shade; }\n.#{$ti-prefix}-wash-dry-w:before { content: $ti-icon-wash-dry-w; }\n.#{$ti-prefix}-wash-dryclean:before { content: $ti-icon-wash-dryclean; }\n.#{$ti-prefix}-wash-dryclean-off:before { content: $ti-icon-wash-dryclean-off; }\n.#{$ti-prefix}-wash-eco:before { content: $ti-icon-wash-eco; }\n.#{$ti-prefix}-wash-gentle:before { content: $ti-icon-wash-gentle; }\n.#{$ti-prefix}-wash-hand:before { content: $ti-icon-wash-hand; }\n.#{$ti-prefix}-wash-machine:before { content: $ti-icon-wash-machine; }\n.#{$ti-prefix}-wash-off:before { content: $ti-icon-wash-off; }\n.#{$ti-prefix}-wash-press:before { content: $ti-icon-wash-press; }\n.#{$ti-prefix}-wash-temperature-1:before { content: $ti-icon-wash-temperature-1; }\n.#{$ti-prefix}-wash-temperature-2:before { content: $ti-icon-wash-temperature-2; }\n.#{$ti-prefix}-wash-temperature-3:before { content: $ti-icon-wash-temperature-3; }\n.#{$ti-prefix}-wash-temperature-4:before { content: $ti-icon-wash-temperature-4; }\n.#{$ti-prefix}-wash-temperature-5:before { content: $ti-icon-wash-temperature-5; }\n.#{$ti-prefix}-wash-temperature-6:before { content: $ti-icon-wash-temperature-6; }\n.#{$ti-prefix}-wash-tumble-dry:before { content: $ti-icon-wash-tumble-dry; }\n.#{$ti-prefix}-wash-tumble-off:before { content: $ti-icon-wash-tumble-off; }\n.#{$ti-prefix}-waterpolo:before { content: $ti-icon-waterpolo; }\n.#{$ti-prefix}-wave-saw-tool:before { content: $ti-icon-wave-saw-tool; }\n.#{$ti-prefix}-wave-sine:before { content: $ti-icon-wave-sine; }\n.#{$ti-prefix}-wave-square:before { content: $ti-icon-wave-square; }\n.#{$ti-prefix}-waves-electricity:before { content: $ti-icon-waves-electricity; }\n.#{$ti-prefix}-webhook:before { content: $ti-icon-webhook; }\n.#{$ti-prefix}-webhook-off:before { content: $ti-icon-webhook-off; }\n.#{$ti-prefix}-weight:before { content: $ti-icon-weight; }\n.#{$ti-prefix}-wheel:before { content: $ti-icon-wheel; }\n.#{$ti-prefix}-wheelchair:before { content: $ti-icon-wheelchair; }\n.#{$ti-prefix}-wheelchair-off:before { content: $ti-icon-wheelchair-off; }\n.#{$ti-prefix}-whirl:before { content: $ti-icon-whirl; }\n.#{$ti-prefix}-wifi:before { content: $ti-icon-wifi; }\n.#{$ti-prefix}-wifi-0:before { content: $ti-icon-wifi-0; }\n.#{$ti-prefix}-wifi-1:before { content: $ti-icon-wifi-1; }\n.#{$ti-prefix}-wifi-2:before { content: $ti-icon-wifi-2; }\n.#{$ti-prefix}-wifi-off:before { content: $ti-icon-wifi-off; }\n.#{$ti-prefix}-wind:before { content: $ti-icon-wind; }\n.#{$ti-prefix}-wind-electricity:before { content: $ti-icon-wind-electricity; }\n.#{$ti-prefix}-wind-off:before { content: $ti-icon-wind-off; }\n.#{$ti-prefix}-windmill:before { content: $ti-icon-windmill; }\n.#{$ti-prefix}-windmill-filled:before { content: $ti-icon-windmill-filled; }\n.#{$ti-prefix}-windmill-off:before { content: $ti-icon-windmill-off; }\n.#{$ti-prefix}-window:before { content: $ti-icon-window; }\n.#{$ti-prefix}-window-maximize:before { content: $ti-icon-window-maximize; }\n.#{$ti-prefix}-window-minimize:before { content: $ti-icon-window-minimize; }\n.#{$ti-prefix}-window-off:before { content: $ti-icon-window-off; }\n.#{$ti-prefix}-windsock:before { content: $ti-icon-windsock; }\n.#{$ti-prefix}-wiper:before { content: $ti-icon-wiper; }\n.#{$ti-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; }\n.#{$ti-prefix}-woman:before { content: $ti-icon-woman; }\n.#{$ti-prefix}-woman-filled:before { content: $ti-icon-woman-filled; }\n.#{$ti-prefix}-wood:before { content: $ti-icon-wood; }\n.#{$ti-prefix}-world:before { content: $ti-icon-world; }\n.#{$ti-prefix}-world-bolt:before { content: $ti-icon-world-bolt; }\n.#{$ti-prefix}-world-cancel:before { content: $ti-icon-world-cancel; }\n.#{$ti-prefix}-world-check:before { content: $ti-icon-world-check; }\n.#{$ti-prefix}-world-code:before { content: $ti-icon-world-code; }\n.#{$ti-prefix}-world-cog:before { content: $ti-icon-world-cog; }\n.#{$ti-prefix}-world-dollar:before { content: $ti-icon-world-dollar; }\n.#{$ti-prefix}-world-down:before { content: $ti-icon-world-down; }\n.#{$ti-prefix}-world-download:before { content: $ti-icon-world-download; }\n.#{$ti-prefix}-world-exclamation:before { content: $ti-icon-world-exclamation; }\n.#{$ti-prefix}-world-heart:before { content: $ti-icon-world-heart; }\n.#{$ti-prefix}-world-latitude:before { content: $ti-icon-world-latitude; }\n.#{$ti-prefix}-world-longitude:before { content: $ti-icon-world-longitude; }\n.#{$ti-prefix}-world-minus:before { content: $ti-icon-world-minus; }\n.#{$ti-prefix}-world-off:before { content: $ti-icon-world-off; }\n.#{$ti-prefix}-world-pause:before { content: $ti-icon-world-pause; }\n.#{$ti-prefix}-world-pin:before { content: $ti-icon-world-pin; }\n.#{$ti-prefix}-world-plus:before { content: $ti-icon-world-plus; }\n.#{$ti-prefix}-world-question:before { content: $ti-icon-world-question; }\n.#{$ti-prefix}-world-search:before { content: $ti-icon-world-search; }\n.#{$ti-prefix}-world-share:before { content: $ti-icon-world-share; }\n.#{$ti-prefix}-world-star:before { content: $ti-icon-world-star; }\n.#{$ti-prefix}-world-up:before { content: $ti-icon-world-up; }\n.#{$ti-prefix}-world-upload:before { content: $ti-icon-world-upload; }\n.#{$ti-prefix}-world-www:before { content: $ti-icon-world-www; }\n.#{$ti-prefix}-world-x:before { content: $ti-icon-world-x; }\n.#{$ti-prefix}-wrecking-ball:before { content: $ti-icon-wrecking-ball; }\n.#{$ti-prefix}-writing:before { content: $ti-icon-writing; }\n.#{$ti-prefix}-writing-off:before { content: $ti-icon-writing-off; }\n.#{$ti-prefix}-writing-sign:before { content: $ti-icon-writing-sign; }\n.#{$ti-prefix}-writing-sign-off:before { content: $ti-icon-writing-sign-off; }\n.#{$ti-prefix}-x:before { content: $ti-icon-x; }\n.#{$ti-prefix}-x-power-y:before { content: $ti-icon-x-power-y; }\n.#{$ti-prefix}-xbox-a:before { content: $ti-icon-xbox-a; }\n.#{$ti-prefix}-xbox-a-filled:before { content: $ti-icon-xbox-a-filled; }\n.#{$ti-prefix}-xbox-b:before { content: $ti-icon-xbox-b; }\n.#{$ti-prefix}-xbox-b-filled:before { content: $ti-icon-xbox-b-filled; }\n.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; }\n.#{$ti-prefix}-xbox-x-filled:before { content: $ti-icon-xbox-x-filled; }\n.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; }\n.#{$ti-prefix}-xbox-y-filled:before { content: $ti-icon-xbox-y-filled; }\n.#{$ti-prefix}-xd:before { content: $ti-icon-xd; }\n.#{$ti-prefix}-xxx:before { content: $ti-icon-xxx; }\n.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }\n.#{$ti-prefix}-yin-yang-filled:before { content: $ti-icon-yin-yang-filled; }\n.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; }\n.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }\n.#{$ti-prefix}-zeppelin-filled:before { content: $ti-icon-zeppelin-filled; }\n.#{$ti-prefix}-zeppelin-off:before { content: $ti-icon-zeppelin-off; }\n.#{$ti-prefix}-zip:before { content: $ti-icon-zip; }\n.#{$ti-prefix}-zodiac-aquarius:before { content: $ti-icon-zodiac-aquarius; }\n.#{$ti-prefix}-zodiac-aries:before { content: $ti-icon-zodiac-aries; }\n.#{$ti-prefix}-zodiac-cancer:before { content: $ti-icon-zodiac-cancer; }\n.#{$ti-prefix}-zodiac-capricorn:before { content: $ti-icon-zodiac-capricorn; }\n.#{$ti-prefix}-zodiac-gemini:before { content: $ti-icon-zodiac-gemini; }\n.#{$ti-prefix}-zodiac-leo:before { content: $ti-icon-zodiac-leo; }\n.#{$ti-prefix}-zodiac-libra:before { content: $ti-icon-zodiac-libra; }\n.#{$ti-prefix}-zodiac-pisces:before { content: $ti-icon-zodiac-pisces; }\n.#{$ti-prefix}-zodiac-sagittarius:before { content: $ti-icon-zodiac-sagittarius; }\n.#{$ti-prefix}-zodiac-scorpio:before { content: $ti-icon-zodiac-scorpio; }\n.#{$ti-prefix}-zodiac-taurus:before { content: $ti-icon-zodiac-taurus; }\n.#{$ti-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; }\n.#{$ti-prefix}-zoom:before { content: $ti-icon-zoom; }\n.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }\n.#{$ti-prefix}-zoom-cancel-filled:before { content: $ti-icon-zoom-cancel-filled; }\n.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }\n.#{$ti-prefix}-zoom-check-filled:before { content: $ti-icon-zoom-check-filled; }\n.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }\n.#{$ti-prefix}-zoom-code-filled:before { content: $ti-icon-zoom-code-filled; }\n.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }\n.#{$ti-prefix}-zoom-exclamation-filled:before { content: $ti-icon-zoom-exclamation-filled; }\n.#{$ti-prefix}-zoom-filled:before { content: $ti-icon-zoom-filled; }\n.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }\n.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; }\n.#{$ti-prefix}-zoom-in-area-filled:before { content: $ti-icon-zoom-in-area-filled; }\n.#{$ti-prefix}-zoom-in-filled:before { content: $ti-icon-zoom-in-filled; }\n.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }\n.#{$ti-prefix}-zoom-money-filled:before { content: $ti-icon-zoom-money-filled; }\n.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }\n.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; }\n.#{$ti-prefix}-zoom-out-area-filled:before { content: $ti-icon-zoom-out-area-filled; }\n.#{$ti-prefix}-zoom-out-filled:before { content: $ti-icon-zoom-out-filled; }\n.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }\n.#{$ti-prefix}-zoom-pan-filled:before { content: $ti-icon-zoom-pan-filled; }\n.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }\n.#{$ti-prefix}-zoom-question-filled:before { content: $ti-icon-zoom-question-filled; }\n.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; }\n.#{$ti-prefix}-zoom-reset:before { content: $ti-icon-zoom-reset; }\n.#{$ti-prefix}-zoom-scan:before { content: $ti-icon-zoom-scan; }\n.#{$ti-prefix}-zoom-scan-filled:before { content: $ti-icon-zoom-scan-filled; }\n.#{$ti-prefix}-zzz:before { content: $ti-icon-zzz; }\n.#{$ti-prefix}-zzz-off:before { content: $ti-icon-zzz-off; }\n\n// Aliases\n.#{$ti-prefix}-123:before { content: $ti-icon-number-123; }\n.#{$ti-prefix}-360:before { content: $ti-icon-view-360-arrow; }\n.#{$ti-prefix}-code-asterix:before { content: $ti-icon-code-asterisk; }\n.#{$ti-prefix}-discount-2:before { content: $ti-icon-rosette-discount; }\n.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-rosette-discount-off; }\n.#{$ti-prefix}-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-love-you; }\n.#{$ti-prefix}-sort-deacending-small-big:before { content: $ti-icon-sort-descending-small-big; }\n.#{$ti-prefix}-shi-jumping:before { content: $ti-icon-ski-jumping; }\n.#{$ti-prefix}-box-seam:before { content: $ti-icon-package; }\n.#{$ti-prefix}-kering:before { content: $ti-icon-kerning; }\n.#{$ti-prefix}-2fa:before { content: $ti-icon-auth-2fa; }\n.#{$ti-prefix}-3d-cube-sphere:before { content: $ti-icon-cube-3d-sphere; }\n.#{$ti-prefix}-3d-cube-sphere-off:before { content: $ti-icon-cube-3d-sphere-off; }\n.#{$ti-prefix}-3d-rotate:before { content: $ti-icon-rotate-3d; }\n.#{$ti-prefix}-12-hours:before { content: $ti-icon-hours-12; }\n.#{$ti-prefix}-24-hours:before { content: $ti-icon-hours-24; }\n.#{$ti-prefix}-360-view:before { content: $ti-icon-view-360-number; }\n.#{$ti-prefix}-circle-0:before { content: $ti-icon-circle-number-0; }\n.#{$ti-prefix}-circle-1:before { content: $ti-icon-circle-number-1; }\n.#{$ti-prefix}-circle-2:before { content: $ti-icon-circle-number-2; }\n.#{$ti-prefix}-circle-3:before { content: $ti-icon-circle-number-3; }\n.#{$ti-prefix}-circle-4:before { content: $ti-icon-circle-number-4; }\n.#{$ti-prefix}-circle-5:before { content: $ti-icon-circle-number-5; }\n.#{$ti-prefix}-circle-6:before { content: $ti-icon-circle-number-6; }\n.#{$ti-prefix}-circle-7:before { content: $ti-icon-circle-number-7; }\n.#{$ti-prefix}-circle-8:before { content: $ti-icon-circle-number-8; }\n.#{$ti-prefix}-circle-9:before { content: $ti-icon-circle-number-9; }\n.#{$ti-prefix}-hexagon-0:before { content: $ti-icon-hexagon-number-0; }\n.#{$ti-prefix}-hexagon-1:before { content: $ti-icon-hexagon-number-1; }\n.#{$ti-prefix}-hexagon-2:before { content: $ti-icon-hexagon-number-2; }\n.#{$ti-prefix}-hexagon-3:before { content: $ti-icon-hexagon-number-3; }\n.#{$ti-prefix}-hexagon-4:before { content: $ti-icon-hexagon-number-4; }\n.#{$ti-prefix}-hexagon-5:before { content: $ti-icon-hexagon-number-5; }\n.#{$ti-prefix}-hexagon-6:before { content: $ti-icon-hexagon-number-6; }\n.#{$ti-prefix}-hexagon-7:before { content: $ti-icon-hexagon-number-7; }\n.#{$ti-prefix}-hexagon-8:before { content: $ti-icon-hexagon-number-8; }\n.#{$ti-prefix}-hexagon-9:before { content: $ti-icon-hexagon-number-9; }\n.#{$ti-prefix}-square-0:before { content: $ti-icon-square-number-0; }\n.#{$ti-prefix}-square-1:before { content: $ti-icon-square-number-1; }\n.#{$ti-prefix}-square-2:before { content: $ti-icon-square-number-2; }\n.#{$ti-prefix}-square-3:before { content: $ti-icon-square-number-3; }\n.#{$ti-prefix}-square-4:before { content: $ti-icon-square-number-4; }\n.#{$ti-prefix}-square-5:before { content: $ti-icon-square-number-5; }\n.#{$ti-prefix}-square-6:before { content: $ti-icon-square-number-6; }\n.#{$ti-prefix}-square-7:before { content: $ti-icon-square-number-7; }\n.#{$ti-prefix}-square-8:before { content: $ti-icon-square-number-8; }\n.#{$ti-prefix}-square-9:before { content: $ti-icon-square-number-9; }\n.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle; }\n.#{$ti-prefix}-mood-suprised:before { content: $ti-icon-mood-surprised; }\n.#{$ti-prefix}-circle-dashed-letter-letter-v:before { content: $ti-icon-circle-dashed-letter-v; }\n.#{$ti-prefix}-discount-check-filled:before { content: $ti-icon-rosette-discount-check-filled; }\n.#{$ti-prefix}-message-circle-2-filled:before { content: $ti-icon-message-circle-filled; }\n\n","@charset \"UTF-8\";\n/*!\n * Tabler Icons 3.20.0 by tabler - https://tabler.io\n * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE\n */\n$ti-font-family: 'tabler-icons-filled' !default;\n$ti-font-path: './fonts' !default;\n$ti-font-display: null !default;\n$ti-prefix: 'ti' !default;\n\n@font-face {\n font-family: $ti-font-family;\n font-style: normal;\n font-weight: 400;\n font-display: $ti-font-display;\n src: url('#{$ti-font-path}/tabler-icons-filled.woff2?v3.20.0') format('woff2'),\n url('#{$ti-font-path}/tabler-icons-filled.woff?') format('woff'),\n url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.20.0') format('truetype');\n}\n\n.#{$ti-prefix} {\n font-family: $ti-font-family !important;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n@function unicode($str) {\n @return unquote(\"\\\"\")+unquote(str-insert($str, \"\\\\\", 1))+unquote(\"\\\"\")\n}\n\n\n$ti-icon-accessible: unicode('f6ea');\n$ti-icon-ad: unicode('f6eb');\n$ti-icon-ad-circle: unicode('f7d3');\n$ti-icon-adjustments: unicode('f6ec');\n$ti-icon-affiliate: unicode('f6ed');\n$ti-icon-alarm: unicode('f709');\n$ti-icon-alarm-minus: unicode('f70a');\n$ti-icon-alarm-plus: unicode('f70b');\n$ti-icon-alarm-snooze: unicode('f70c');\n$ti-icon-alert-circle: unicode('f6ee');\n$ti-icon-alert-hexagon: unicode('fa34');\n$ti-icon-alert-octagon: unicode('f6ef');\n$ti-icon-alert-square: unicode('fa35');\n$ti-icon-alert-square-rounded: unicode('fa36');\n$ti-icon-alert-triangle: unicode('f6f0');\n$ti-icon-alien: unicode('f70d');\n$ti-icon-align-box-bottom-center: unicode('f70e');\n$ti-icon-align-box-bottom-left: unicode('f70f');\n$ti-icon-align-box-bottom-right: unicode('f710');\n$ti-icon-align-box-center-middle: unicode('f7d4');\n$ti-icon-align-box-left-bottom: unicode('f711');\n$ti-icon-align-box-left-middle: unicode('f712');\n$ti-icon-align-box-left-top: unicode('f713');\n$ti-icon-align-box-right-bottom: unicode('f714');\n$ti-icon-align-box-right-middle: unicode('f7d5');\n$ti-icon-align-box-right-top: unicode('f715');\n$ti-icon-align-box-top-center: unicode('f716');\n$ti-icon-align-box-top-left: unicode('f717');\n$ti-icon-align-box-top-right: unicode('f718');\n$ti-icon-analyze: unicode('f719');\n$ti-icon-app-window: unicode('f71a');\n$ti-icon-apple: unicode('10017');\n$ti-icon-apps: unicode('f6f1');\n$ti-icon-archive: unicode('fa82');\n$ti-icon-arrow-autofit-content: unicode('f6f2');\n$ti-icon-arrow-badge-down: unicode('f7d6');\n$ti-icon-arrow-badge-left: unicode('f7d7');\n$ti-icon-arrow-badge-right: unicode('f7d8');\n$ti-icon-arrow-badge-up: unicode('f7d9');\n$ti-icon-arrow-big-down: unicode('f6c6');\n$ti-icon-arrow-big-down-line: unicode('f6c7');\n$ti-icon-arrow-big-down-lines: unicode('f6c8');\n$ti-icon-arrow-big-left: unicode('f6c9');\n$ti-icon-arrow-big-left-line: unicode('f6ca');\n$ti-icon-arrow-big-left-lines: unicode('f6cb');\n$ti-icon-arrow-big-right: unicode('f6cc');\n$ti-icon-arrow-big-right-line: unicode('f6cd');\n$ti-icon-arrow-big-right-lines: unicode('f6ce');\n$ti-icon-arrow-big-up: unicode('f6cf');\n$ti-icon-arrow-big-up-line: unicode('f6d0');\n$ti-icon-arrow-big-up-lines: unicode('f6d1');\n$ti-icon-arrow-down-circle: unicode('1003b');\n$ti-icon-arrow-down-rhombus: unicode('1003a');\n$ti-icon-arrow-down-square: unicode('10039');\n$ti-icon-arrow-guide: unicode('10038');\n$ti-icon-arrow-left-circle: unicode('10037');\n$ti-icon-arrow-left-rhombus: unicode('10036');\n$ti-icon-arrow-left-square: unicode('10035');\n$ti-icon-arrow-move-down: unicode('10034');\n$ti-icon-arrow-move-left: unicode('10033');\n$ti-icon-arrow-move-right: unicode('10032');\n$ti-icon-arrow-move-up: unicode('10031');\n$ti-icon-arrow-right-circle: unicode('10030');\n$ti-icon-arrow-right-rhombus: unicode('1002f');\n$ti-icon-arrow-right-square: unicode('1002e');\n$ti-icon-arrow-up-circle: unicode('1002d');\n$ti-icon-arrow-up-rhombus: unicode('1002c');\n$ti-icon-arrow-up-square: unicode('1002b');\n$ti-icon-artboard: unicode('fa83');\n$ti-icon-article: unicode('f7da');\n$ti-icon-aspect-ratio: unicode('f7db');\n$ti-icon-assembly: unicode('fe9e');\n$ti-icon-asset: unicode('fe9d');\n$ti-icon-atom-2: unicode('f71b');\n$ti-icon-automatic-gearbox: unicode('1002a');\n$ti-icon-award: unicode('f71c');\n$ti-icon-baby-carriage: unicode('fe9c');\n$ti-icon-backspace: unicode('f7dc');\n$ti-icon-badge: unicode('f667');\n$ti-icon-badge-3d: unicode('fe9b');\n$ti-icon-badge-4k: unicode('fe9a');\n$ti-icon-badge-8k: unicode('fe99');\n$ti-icon-badge-ad: unicode('fe98');\n$ti-icon-badge-ar: unicode('fe97');\n$ti-icon-badge-cc: unicode('fe96');\n$ti-icon-badge-hd: unicode('fe95');\n$ti-icon-badge-sd: unicode('fe94');\n$ti-icon-badge-tm: unicode('fe93');\n$ti-icon-badge-vo: unicode('fe92');\n$ti-icon-badge-vr: unicode('fe91');\n$ti-icon-badge-wc: unicode('fe90');\n$ti-icon-badges: unicode('f7dd');\n$ti-icon-balloon: unicode('fa84');\n$ti-icon-ballpen: unicode('fa85');\n$ti-icon-bandage: unicode('f7de');\n$ti-icon-barbell: unicode('fe8f');\n$ti-icon-barrier-block: unicode('fe8e');\n$ti-icon-basket: unicode('f7df');\n$ti-icon-bath: unicode('f71d');\n$ti-icon-battery: unicode('f668');\n$ti-icon-battery-1: unicode('f71e');\n$ti-icon-battery-2: unicode('f71f');\n$ti-icon-battery-3: unicode('f720');\n$ti-icon-battery-4: unicode('f721');\n$ti-icon-battery-automotive: unicode('10029');\n$ti-icon-battery-vertical: unicode('10024');\n$ti-icon-battery-vertical-1: unicode('10028');\n$ti-icon-battery-vertical-2: unicode('10027');\n$ti-icon-battery-vertical-3: unicode('10026');\n$ti-icon-battery-vertical-4: unicode('10025');\n$ti-icon-bed: unicode('f7e0');\n$ti-icon-bed-flat: unicode('fe8d');\n$ti-icon-beer: unicode('f7e1');\n$ti-icon-bell: unicode('f669');\n$ti-icon-bell-minus: unicode('f722');\n$ti-icon-bell-plus: unicode('f723');\n$ti-icon-bell-ringing: unicode('f725');\n$ti-icon-bell-ringing-2: unicode('f724');\n$ti-icon-bell-x: unicode('f726');\n$ti-icon-bell-z: unicode('f727');\n$ti-icon-bike: unicode('10023');\n$ti-icon-binary-tree: unicode('ff64');\n$ti-icon-binary-tree-2: unicode('ff65');\n$ti-icon-binoculars: unicode('ff0b');\n$ti-icon-biohazard: unicode('fe8c');\n$ti-icon-blade: unicode('f7e2');\n$ti-icon-blender: unicode('10022');\n$ti-icon-blob: unicode('feb1');\n$ti-icon-bolt: unicode('10021');\n$ti-icon-bomb: unicode('fa86');\n$ti-icon-bone: unicode('fe8b');\n$ti-icon-bong: unicode('10020');\n$ti-icon-book: unicode('fa87');\n$ti-icon-bookmark: unicode('fa88');\n$ti-icon-bookmarks: unicode('fb1f');\n$ti-icon-boom: unicode('fe8a');\n$ti-icon-bottle: unicode('fa89');\n$ti-icon-bounce-left: unicode('fb20');\n$ti-icon-bounce-right: unicode('fb21');\n$ti-icon-bow: unicode('fe89');\n$ti-icon-bowl: unicode('fb22');\n$ti-icon-bowl-chopsticks: unicode('fe88');\n$ti-icon-bowl-spoon: unicode('fe87');\n$ti-icon-box-align-bottom: unicode('fa8a');\n$ti-icon-box-align-bottom-left: unicode('fa8b');\n$ti-icon-box-align-bottom-right: unicode('fa8c');\n$ti-icon-box-align-left: unicode('fa8d');\n$ti-icon-box-align-right: unicode('fa8e');\n$ti-icon-box-align-top: unicode('fa8f');\n$ti-icon-box-align-top-left: unicode('fa90');\n$ti-icon-box-align-top-right: unicode('fa91');\n$ti-icon-box-multiple: unicode('1001f');\n$ti-icon-brand-apple: unicode('fd74');\n$ti-icon-brand-discord: unicode('f7e4');\n$ti-icon-brand-dribbble: unicode('f7e5');\n$ti-icon-brand-facebook: unicode('f7e6');\n$ti-icon-brand-github: unicode('f7e7');\n$ti-icon-brand-google: unicode('fd1a');\n$ti-icon-brand-patreon: unicode('fcff');\n$ti-icon-brand-paypal: unicode('f7e9');\n$ti-icon-brand-spotify: unicode('fe86');\n$ti-icon-brand-tiktok: unicode('f7ea');\n$ti-icon-brand-twitter: unicode('f7eb');\n$ti-icon-brand-x: unicode('fc21');\n$ti-icon-brand-youtube: unicode('fc22');\n$ti-icon-bread: unicode('fe85');\n$ti-icon-briefcase: unicode('fd00');\n$ti-icon-briefcase-2: unicode('fe84');\n$ti-icon-brightness: unicode('fe82');\n$ti-icon-brightness-auto: unicode('fe83');\n$ti-icon-brightness-down: unicode('fb23');\n$ti-icon-brightness-up: unicode('fb24');\n$ti-icon-bubble: unicode('fec3');\n$ti-icon-bug: unicode('fd01');\n$ti-icon-building-broadcast-tower: unicode('fe81');\n$ti-icon-bulb: unicode('f66a');\n$ti-icon-butterfly: unicode('10016');\n$ti-icon-cactus: unicode('fb25');\n$ti-icon-calculator: unicode('fb26');\n$ti-icon-calendar: unicode('fb27');\n$ti-icon-camera: unicode('fa37');\n$ti-icon-campfire: unicode('fb28');\n$ti-icon-candle: unicode('fc23');\n$ti-icon-cannabis: unicode('10015');\n$ti-icon-capsule: unicode('fc24');\n$ti-icon-capsule-horizontal: unicode('fc25');\n$ti-icon-capture: unicode('fb29');\n$ti-icon-car: unicode('1004c');\n$ti-icon-car-4wd: unicode('1001e');\n$ti-icon-car-fan: unicode('1001d');\n$ti-icon-car-suv: unicode('1004d');\n$ti-icon-carambola: unicode('10014');\n$ti-icon-cardboards: unicode('1001c');\n$ti-icon-cards: unicode('fc26');\n$ti-icon-caret-down: unicode('fb2a');\n$ti-icon-caret-left: unicode('fb2b');\n$ti-icon-caret-left-right: unicode('fd02');\n$ti-icon-caret-right: unicode('fb2c');\n$ti-icon-caret-up: unicode('fb2d');\n$ti-icon-caret-up-down: unicode('fd03');\n$ti-icon-carousel-horizontal: unicode('fa92');\n$ti-icon-carousel-vertical: unicode('fa93');\n$ti-icon-cash-banknote: unicode('fe80');\n$ti-icon-category: unicode('fb2e');\n$ti-icon-charging-pile: unicode('1001b');\n$ti-icon-chart-area: unicode('f66b');\n$ti-icon-chart-area-line: unicode('f66c');\n$ti-icon-chart-bubble: unicode('f66d');\n$ti-icon-chart-candle: unicode('f66e');\n$ti-icon-chart-donut: unicode('f66f');\n$ti-icon-chart-dots: unicode('fd04');\n$ti-icon-chart-grid-dots: unicode('fd05');\n$ti-icon-chart-pie: unicode('f670');\n$ti-icon-cherry: unicode('f728');\n$ti-icon-chess: unicode('f72a');\n$ti-icon-chess-bishop: unicode('f729');\n$ti-icon-chess-king: unicode('f72b');\n$ti-icon-chess-knight: unicode('f72c');\n$ti-icon-chess-queen: unicode('f72d');\n$ti-icon-chess-rook: unicode('f72e');\n$ti-icon-christmas-tree: unicode('1001a');\n$ti-icon-circle: unicode('f671');\n$ti-icon-circle-arrow-down: unicode('f6f4');\n$ti-icon-circle-arrow-down-left: unicode('f6f5');\n$ti-icon-circle-arrow-down-right: unicode('f6f7');\n$ti-icon-circle-arrow-left: unicode('f6fa');\n$ti-icon-circle-arrow-right: unicode('f6fc');\n$ti-icon-circle-arrow-up: unicode('f6fe');\n$ti-icon-circle-arrow-up-left: unicode('f6ff');\n$ti-icon-circle-arrow-up-right: unicode('f701');\n$ti-icon-circle-check: unicode('f704');\n$ti-icon-circle-dot: unicode('f705');\n$ti-icon-circle-key: unicode('f706');\n$ti-icon-circle-letter-a: unicode('fe7f');\n$ti-icon-circle-letter-b: unicode('fe7e');\n$ti-icon-circle-letter-c: unicode('fe7d');\n$ti-icon-circle-letter-d: unicode('fe7c');\n$ti-icon-circle-letter-e: unicode('fe7b');\n$ti-icon-circle-letter-f: unicode('fe7a');\n$ti-icon-circle-letter-g: unicode('fe79');\n$ti-icon-circle-letter-h: unicode('fe78');\n$ti-icon-circle-letter-i: unicode('fe77');\n$ti-icon-circle-letter-j: unicode('fe76');\n$ti-icon-circle-letter-k: unicode('fe75');\n$ti-icon-circle-letter-l: unicode('fe74');\n$ti-icon-circle-letter-m: unicode('fe73');\n$ti-icon-circle-letter-n: unicode('fe72');\n$ti-icon-circle-letter-o: unicode('fe71');\n$ti-icon-circle-letter-p: unicode('fe70');\n$ti-icon-circle-letter-q: unicode('fe6f');\n$ti-icon-circle-letter-r: unicode('fe6e');\n$ti-icon-circle-letter-s: unicode('fe6d');\n$ti-icon-circle-letter-t: unicode('fe6c');\n$ti-icon-circle-letter-u: unicode('fe6b');\n$ti-icon-circle-letter-v: unicode('fe6a');\n$ti-icon-circle-letter-w: unicode('fe69');\n$ti-icon-circle-letter-x: unicode('fe68');\n$ti-icon-circle-letter-y: unicode('fe67');\n$ti-icon-circle-letter-z: unicode('fe66');\n$ti-icon-circle-number-0: unicode('f72f');\n$ti-icon-circle-number-1: unicode('f730');\n$ti-icon-circle-number-2: unicode('f731');\n$ti-icon-circle-number-3: unicode('f732');\n$ti-icon-circle-number-4: unicode('f733');\n$ti-icon-circle-number-5: unicode('f734');\n$ti-icon-circle-number-6: unicode('f735');\n$ti-icon-circle-number-7: unicode('f736');\n$ti-icon-circle-number-8: unicode('f737');\n$ti-icon-circle-number-9: unicode('f738');\n$ti-icon-circle-percentage: unicode('fed5');\n$ti-icon-circle-plus: unicode('fef9');\n$ti-icon-circle-rectangle: unicode('ff63');\n$ti-icon-circle-x: unicode('f739');\n$ti-icon-circles: unicode('f672');\n$ti-icon-clock: unicode('f73a');\n$ti-icon-clock-hour-1: unicode('fe65');\n$ti-icon-clock-hour-10: unicode('fe64');\n$ti-icon-clock-hour-11: unicode('fe63');\n$ti-icon-clock-hour-12: unicode('fe62');\n$ti-icon-clock-hour-2: unicode('fe61');\n$ti-icon-clock-hour-3: unicode('fe60');\n$ti-icon-clock-hour-4: unicode('fe5f');\n$ti-icon-clock-hour-5: unicode('fe5e');\n$ti-icon-clock-hour-6: unicode('fe5d');\n$ti-icon-clock-hour-7: unicode('fe5c');\n$ti-icon-clock-hour-8: unicode('fe5b');\n$ti-icon-clock-hour-9: unicode('fe5a');\n$ti-icon-cloud: unicode('f673');\n$ti-icon-clover: unicode('10013');\n$ti-icon-clubs: unicode('f674');\n$ti-icon-code-circle: unicode('fed3');\n$ti-icon-code-circle-2: unicode('fed4');\n$ti-icon-coin: unicode('fd08');\n$ti-icon-coin-bitcoin: unicode('fd06');\n$ti-icon-coin-euro: unicode('fd07');\n$ti-icon-coin-monero: unicode('fd09');\n$ti-icon-coin-pound: unicode('fd0a');\n$ti-icon-coin-rupee: unicode('fd0b');\n$ti-icon-coin-taka: unicode('fd0c');\n$ti-icon-coin-yen: unicode('fd0e');\n$ti-icon-coin-yuan: unicode('fd0f');\n$ti-icon-compass: unicode('fd10');\n$ti-icon-cone: unicode('fe58');\n$ti-icon-cone-2: unicode('fe59');\n$ti-icon-contrast: unicode('fe56');\n$ti-icon-contrast-2: unicode('fe57');\n$ti-icon-cookie: unicode('fe54');\n$ti-icon-cookie-man: unicode('fe55');\n$ti-icon-copy-check: unicode('fe53');\n$ti-icon-copy-minus: unicode('fe52');\n$ti-icon-copy-plus: unicode('fe51');\n$ti-icon-copy-x: unicode('fe50');\n$ti-icon-copyleft: unicode('f73b');\n$ti-icon-copyright: unicode('f73c');\n$ti-icon-credit-card: unicode('fd11');\n$ti-icon-crop-1-1: unicode('fe4f');\n$ti-icon-crop-16-9: unicode('fe4e');\n$ti-icon-crop-3-2: unicode('fe4d');\n$ti-icon-crop-5-4: unicode('fe4c');\n$ti-icon-crop-7-5: unicode('fe4b');\n$ti-icon-crop-landscape: unicode('fe4a');\n$ti-icon-crop-portrait: unicode('fe49');\n$ti-icon-cross: unicode('f675');\n$ti-icon-dashboard: unicode('10019');\n$ti-icon-device-cctv: unicode('1004b');\n$ti-icon-device-desktop: unicode('1004a');\n$ti-icon-device-gamepad-3: unicode('10049');\n$ti-icon-device-heart-monitor: unicode('fa38');\n$ti-icon-device-imac: unicode('10048');\n$ti-icon-device-ipad: unicode('10047');\n$ti-icon-device-mobile: unicode('fa39');\n$ti-icon-device-remote: unicode('10046');\n$ti-icon-device-speaker: unicode('10045');\n$ti-icon-device-tablet: unicode('fa3a');\n$ti-icon-device-tv: unicode('10043');\n$ti-icon-device-tv-old: unicode('10044');\n$ti-icon-device-unknown: unicode('10018');\n$ti-icon-device-usb: unicode('10042');\n$ti-icon-device-vision-pro: unicode('10041');\n$ti-icon-device-watch: unicode('10040');\n$ti-icon-dialpad: unicode('fa3b');\n$ti-icon-diamond: unicode('f73d');\n$ti-icon-diamonds: unicode('f676');\n$ti-icon-dice: unicode('f744');\n$ti-icon-dice-1: unicode('f73e');\n$ti-icon-dice-2: unicode('f73f');\n$ti-icon-dice-3: unicode('f740');\n$ti-icon-dice-4: unicode('f741');\n$ti-icon-dice-5: unicode('f742');\n$ti-icon-dice-6: unicode('f743');\n$ti-icon-direction-sign: unicode('f745');\n$ti-icon-directions: unicode('1003f');\n$ti-icon-disc: unicode('1003e');\n$ti-icon-discount: unicode('1003d');\n$ti-icon-droplet: unicode('ee80');\n$ti-icon-droplet-half: unicode('f6c5');\n$ti-icon-droplet-half-2: unicode('fb6c');\n$ti-icon-egg: unicode('f678');\n$ti-icon-egg-cracked: unicode('10012');\n$ti-icon-elevator: unicode('1003c');\n$ti-icon-exclamation-circle: unicode('ff62');\n$ti-icon-eye: unicode('f679');\n$ti-icon-favicon: unicode('10071');\n$ti-icon-feather: unicode('10011');\n$ti-icon-file: unicode('f747');\n$ti-icon-file-x: unicode('f748');\n$ti-icon-filter: unicode('fc27');\n$ti-icon-flag: unicode('f67a');\n$ti-icon-flag-2: unicode('f707');\n$ti-icon-flag-3: unicode('f708');\n$ti-icon-flask: unicode('fd13');\n$ti-icon-flask-2: unicode('fd12');\n$ti-icon-flower: unicode('10010');\n$ti-icon-folder: unicode('f749');\n$ti-icon-forbid: unicode('fc29');\n$ti-icon-forbid-2: unicode('fc28');\n$ti-icon-fountain: unicode('fc2a');\n$ti-icon-function: unicode('fc2b');\n$ti-icon-gauge: unicode('fc2c');\n$ti-icon-ghost: unicode('f74b');\n$ti-icon-ghost-2: unicode('f74a');\n$ti-icon-gift: unicode('fd14');\n$ti-icon-gift-card: unicode('fc2d');\n$ti-icon-glass: unicode('1000f');\n$ti-icon-glass-full: unicode('fc2e');\n$ti-icon-globe: unicode('fc2f');\n$ti-icon-gps: unicode('fe48');\n$ti-icon-graph: unicode('fd15');\n$ti-icon-guitar-pick: unicode('f67b');\n$ti-icon-hanger-2: unicode('ff61');\n$ti-icon-headphones: unicode('fa3c');\n$ti-icon-heart: unicode('f67c');\n$ti-icon-help-circle: unicode('fa3d');\n$ti-icon-help-hexagon: unicode('fa3e');\n$ti-icon-help-octagon: unicode('fa3f');\n$ti-icon-help-square: unicode('fa40');\n$ti-icon-help-square-rounded: unicode('fa41');\n$ti-icon-help-triangle: unicode('fa42');\n$ti-icon-hexagon: unicode('f67d');\n$ti-icon-hexagon-letter-a: unicode('fe47');\n$ti-icon-hexagon-letter-b: unicode('fe46');\n$ti-icon-hexagon-letter-c: unicode('fe45');\n$ti-icon-hexagon-letter-d: unicode('fe44');\n$ti-icon-hexagon-letter-e: unicode('fe43');\n$ti-icon-hexagon-letter-f: unicode('fe42');\n$ti-icon-hexagon-letter-g: unicode('fe41');\n$ti-icon-hexagon-letter-h: unicode('fe40');\n$ti-icon-hexagon-letter-i: unicode('fe3f');\n$ti-icon-hexagon-letter-j: unicode('fe3e');\n$ti-icon-hexagon-letter-k: unicode('fe3d');\n$ti-icon-hexagon-letter-l: unicode('fe3c');\n$ti-icon-hexagon-letter-m: unicode('fe3b');\n$ti-icon-hexagon-letter-n: unicode('fe3a');\n$ti-icon-hexagon-letter-o: unicode('fe39');\n$ti-icon-hexagon-letter-p: unicode('fe38');\n$ti-icon-hexagon-letter-q: unicode('fe37');\n$ti-icon-hexagon-letter-r: unicode('fe36');\n$ti-icon-hexagon-letter-s: unicode('fe35');\n$ti-icon-hexagon-letter-t: unicode('fe34');\n$ti-icon-hexagon-letter-u: unicode('fe33');\n$ti-icon-hexagon-letter-v: unicode('fe32');\n$ti-icon-hexagon-letter-w: unicode('fe31');\n$ti-icon-hexagon-letter-x: unicode('fe30');\n$ti-icon-hexagon-letter-y: unicode('fe2f');\n$ti-icon-hexagon-letter-z: unicode('fe2e');\n$ti-icon-hexagon-minus: unicode('fe2d');\n$ti-icon-hexagon-number-0: unicode('f74c');\n$ti-icon-hexagon-number-1: unicode('f74d');\n$ti-icon-hexagon-number-2: unicode('f74e');\n$ti-icon-hexagon-number-3: unicode('f74f');\n$ti-icon-hexagon-number-4: unicode('f750');\n$ti-icon-hexagon-number-5: unicode('f751');\n$ti-icon-hexagon-number-6: unicode('f752');\n$ti-icon-hexagon-number-7: unicode('f753');\n$ti-icon-hexagon-number-8: unicode('f754');\n$ti-icon-hexagon-number-9: unicode('f755');\n$ti-icon-hexagon-plus: unicode('fe2c');\n$ti-icon-home: unicode('fe2b');\n$ti-icon-hospital-circle: unicode('fed2');\n$ti-icon-hourglass: unicode('f756');\n$ti-icon-icons: unicode('10070');\n$ti-icon-info-circle: unicode('f6d8');\n$ti-icon-info-hexagon: unicode('fa43');\n$ti-icon-info-octagon: unicode('fa44');\n$ti-icon-info-square: unicode('fa45');\n$ti-icon-info-square-rounded: unicode('f6d9');\n$ti-icon-info-triangle: unicode('fa46');\n$ti-icon-inner-shadow-bottom: unicode('f757');\n$ti-icon-inner-shadow-bottom-left: unicode('f758');\n$ti-icon-inner-shadow-bottom-right: unicode('f759');\n$ti-icon-inner-shadow-left: unicode('f75a');\n$ti-icon-inner-shadow-right: unicode('f75b');\n$ti-icon-inner-shadow-top: unicode('f75c');\n$ti-icon-inner-shadow-top-left: unicode('f75d');\n$ti-icon-inner-shadow-top-right: unicode('f75e');\n$ti-icon-ironing: unicode('fe2a');\n$ti-icon-ironing-1: unicode('1006f');\n$ti-icon-ironing-2: unicode('1006e');\n$ti-icon-ironing-3: unicode('1006d');\n$ti-icon-ironing-steam: unicode('1006c');\n$ti-icon-jetpack: unicode('fe29');\n$ti-icon-jewish-star: unicode('f67e');\n$ti-icon-key: unicode('fe28');\n$ti-icon-keyframe: unicode('fc33');\n$ti-icon-keyframe-align-center: unicode('fc30');\n$ti-icon-keyframe-align-horizontal: unicode('fc31');\n$ti-icon-keyframe-align-vertical: unicode('fc32');\n$ti-icon-keyframes: unicode('fc34');\n$ti-icon-label: unicode('ff41');\n$ti-icon-label-important: unicode('ff60');\n$ti-icon-lasso-polygon: unicode('ff5f');\n$ti-icon-layout: unicode('fe17');\n$ti-icon-layout-2: unicode('fe27');\n$ti-icon-layout-align-bottom: unicode('fe26');\n$ti-icon-layout-align-center: unicode('fe25');\n$ti-icon-layout-align-left: unicode('fe24');\n$ti-icon-layout-align-middle: unicode('fe23');\n$ti-icon-layout-align-right: unicode('fe22');\n$ti-icon-layout-align-top: unicode('fe21');\n$ti-icon-layout-bottombar: unicode('fc37');\n$ti-icon-layout-bottombar-collapse: unicode('fc35');\n$ti-icon-layout-bottombar-expand: unicode('fc36');\n$ti-icon-layout-cards: unicode('fe20');\n$ti-icon-layout-dashboard: unicode('fe1f');\n$ti-icon-layout-distribute-horizontal: unicode('fe1e');\n$ti-icon-layout-distribute-vertical: unicode('fe1d');\n$ti-icon-layout-grid: unicode('fe1c');\n$ti-icon-layout-kanban: unicode('fe1b');\n$ti-icon-layout-list: unicode('fe1a');\n$ti-icon-layout-navbar: unicode('fc3a');\n$ti-icon-layout-navbar-collapse: unicode('fc38');\n$ti-icon-layout-navbar-expand: unicode('fc39');\n$ti-icon-layout-sidebar: unicode('fe18');\n$ti-icon-layout-sidebar-left-collapse: unicode('fc3b');\n$ti-icon-layout-sidebar-left-expand: unicode('fc3c');\n$ti-icon-layout-sidebar-right: unicode('fe19');\n$ti-icon-layout-sidebar-right-collapse: unicode('fc3d');\n$ti-icon-layout-sidebar-right-expand: unicode('fc3e');\n$ti-icon-lego: unicode('fe16');\n$ti-icon-live-photo: unicode('fed1');\n$ti-icon-location: unicode('f67f');\n$ti-icon-lock: unicode('fe15');\n$ti-icon-lock-square-rounded: unicode('f6da');\n$ti-icon-lungs: unicode('fe14');\n$ti-icon-macro: unicode('fe13');\n$ti-icon-magnet: unicode('fe12');\n$ti-icon-mail: unicode('fa47');\n$ti-icon-mail-opened: unicode('fa48');\n$ti-icon-man: unicode('fe11');\n$ti-icon-manual-gearbox: unicode('fe10');\n$ti-icon-map-pin: unicode('f680');\n$ti-icon-medical-cross: unicode('f681');\n$ti-icon-melon: unicode('1000e');\n$ti-icon-message: unicode('fecd');\n$ti-icon-message-chatbot: unicode('fed0');\n$ti-icon-message-circle: unicode('fecf');\n$ti-icon-message-report: unicode('fece');\n$ti-icon-meteor: unicode('1000d');\n$ti-icon-michelin-star: unicode('1000c');\n$ti-icon-mickey: unicode('f683');\n$ti-icon-microphone: unicode('fe0f');\n$ti-icon-microwave: unicode('fe0e');\n$ti-icon-military-rank: unicode('ff5e');\n$ti-icon-milk: unicode('1000b');\n$ti-icon-mood-angry: unicode('ff0a');\n$ti-icon-mood-confuzed: unicode('f7f2');\n$ti-icon-mood-crazy-happy: unicode('ff09');\n$ti-icon-mood-empty: unicode('f7f3');\n$ti-icon-mood-happy: unicode('f7f4');\n$ti-icon-mood-kid: unicode('f7f5');\n$ti-icon-mood-neutral: unicode('f7f6');\n$ti-icon-mood-sad: unicode('f7f7');\n$ti-icon-mood-smile: unicode('f7f8');\n$ti-icon-mood-wrrr: unicode('ff08');\n$ti-icon-moon: unicode('f684');\n$ti-icon-mountain: unicode('1000a');\n$ti-icon-mouse: unicode('fb2f');\n$ti-icon-mug: unicode('10009');\n$ti-icon-mushroom: unicode('f7f9');\n$ti-icon-navigation: unicode('f685');\n$ti-icon-octagon: unicode('f686');\n$ti-icon-oval: unicode('f687');\n$ti-icon-oval-vertical: unicode('f688');\n$ti-icon-paint: unicode('f75f');\n$ti-icon-panorama-horizontal: unicode('fecc');\n$ti-icon-panorama-vertical: unicode('fecb');\n$ti-icon-parking-circle: unicode('feca');\n$ti-icon-paw: unicode('f689');\n$ti-icon-pennant: unicode('f68b');\n$ti-icon-pennant-2: unicode('f68a');\n$ti-icon-pentagon: unicode('f68c');\n$ti-icon-phone: unicode('fa49');\n$ti-icon-photo: unicode('fa4a');\n$ti-icon-picture-in-picture: unicode('fec1');\n$ti-icon-picture-in-picture-top: unicode('fec2');\n$ti-icon-pill: unicode('ff07');\n$ti-icon-pin: unicode('f68d');\n$ti-icon-pinned: unicode('f68e');\n$ti-icon-pizza: unicode('10008');\n$ti-icon-play-card-1: unicode('10083');\n$ti-icon-play-card-10: unicode('10082');\n$ti-icon-play-card-2: unicode('10081');\n$ti-icon-play-card-3: unicode('10080');\n$ti-icon-play-card-4: unicode('1007f');\n$ti-icon-play-card-5: unicode('1007e');\n$ti-icon-play-card-6: unicode('1007d');\n$ti-icon-play-card-7: unicode('1007c');\n$ti-icon-play-card-8: unicode('1007b');\n$ti-icon-play-card-9: unicode('1007a');\n$ti-icon-play-card-a: unicode('10079');\n$ti-icon-play-card-j: unicode('10078');\n$ti-icon-play-card-k: unicode('10077');\n$ti-icon-play-card-q: unicode('10076');\n$ti-icon-play-card-star: unicode('10075');\n$ti-icon-player-eject: unicode('f68f');\n$ti-icon-player-pause: unicode('f690');\n$ti-icon-player-play: unicode('f691');\n$ti-icon-player-record: unicode('f692');\n$ti-icon-player-skip-back: unicode('f693');\n$ti-icon-player-skip-forward: unicode('f694');\n$ti-icon-player-stop: unicode('f695');\n$ti-icon-player-track-next: unicode('f696');\n$ti-icon-player-track-prev: unicode('f697');\n$ti-icon-point: unicode('f698');\n$ti-icon-pointer: unicode('fb30');\n$ti-icon-polaroid: unicode('fa4b');\n$ti-icon-poo: unicode('fec9');\n$ti-icon-presentation: unicode('ff5c');\n$ti-icon-presentation-analytics: unicode('ff5d');\n$ti-icon-puzzle: unicode('f699');\n$ti-icon-radar: unicode('fe0d');\n$ti-icon-radioactive: unicode('f760');\n$ti-icon-receipt: unicode('ff06');\n$ti-icon-rectangle: unicode('f69a');\n$ti-icon-rectangle-vertical: unicode('f69b');\n$ti-icon-relation-many-to-many: unicode('fe0c');\n$ti-icon-relation-one-to-many: unicode('fe0b');\n$ti-icon-relation-one-to-one: unicode('fe0a');\n$ti-icon-replace: unicode('f69c');\n$ti-icon-rosette: unicode('f69d');\n$ti-icon-rosette-discount: unicode('ff05');\n$ti-icon-rosette-discount-check: unicode('f746');\n$ti-icon-salad: unicode('10007');\n$ti-icon-scuba-diving-tank: unicode('ff04');\n$ti-icon-section: unicode('fe09');\n$ti-icon-seeding: unicode('10006');\n$ti-icon-settings: unicode('f69e');\n$ti-icon-shield: unicode('f69f');\n$ti-icon-shield-check: unicode('f761');\n$ti-icon-shield-checkered: unicode('f762');\n$ti-icon-shield-half: unicode('f357');\n$ti-icon-shield-lock: unicode('f763');\n$ti-icon-shirt: unicode('f6a0');\n$ti-icon-shopping-cart: unicode('fc3f');\n$ti-icon-sign-left: unicode('f6a1');\n$ti-icon-sign-right: unicode('f6a2');\n$ti-icon-sitemap: unicode('1006b');\n$ti-icon-sort-ascending-2: unicode('ff5b');\n$ti-icon-sort-ascending-shapes: unicode('ff5a');\n$ti-icon-sort-descending-2: unicode('ff59');\n$ti-icon-sort-descending-shapes: unicode('ff58');\n$ti-icon-soup: unicode('fe08');\n$ti-icon-spade: unicode('f6a3');\n$ti-icon-square: unicode('fc40');\n$ti-icon-square-arrow-down: unicode('fb31');\n$ti-icon-square-arrow-left: unicode('fb32');\n$ti-icon-square-arrow-right: unicode('fb33');\n$ti-icon-square-arrow-up: unicode('fb34');\n$ti-icon-square-asterisk: unicode('fb35');\n$ti-icon-square-check: unicode('f76d');\n$ti-icon-square-chevron-down: unicode('fb36');\n$ti-icon-square-chevron-left: unicode('fb37');\n$ti-icon-square-chevron-right: unicode('fb38');\n$ti-icon-square-chevron-up: unicode('fb39');\n$ti-icon-square-chevrons-down: unicode('fb3a');\n$ti-icon-square-chevrons-left: unicode('fb3b');\n$ti-icon-square-chevrons-right: unicode('fb3c');\n$ti-icon-square-chevrons-up: unicode('fb3d');\n$ti-icon-square-dot: unicode('fb3e');\n$ti-icon-square-f0: unicode('f76e');\n$ti-icon-square-f1: unicode('f76f');\n$ti-icon-square-f2: unicode('f770');\n$ti-icon-square-f3: unicode('f771');\n$ti-icon-square-f4: unicode('f772');\n$ti-icon-square-f5: unicode('f773');\n$ti-icon-square-f6: unicode('f774');\n$ti-icon-square-f7: unicode('f775');\n$ti-icon-square-f8: unicode('f776');\n$ti-icon-square-f9: unicode('f777');\n$ti-icon-square-letter-a: unicode('fe07');\n$ti-icon-square-letter-b: unicode('fe06');\n$ti-icon-square-letter-c: unicode('fe05');\n$ti-icon-square-letter-d: unicode('fe04');\n$ti-icon-square-letter-e: unicode('fe03');\n$ti-icon-square-letter-f: unicode('fe02');\n$ti-icon-square-letter-g: unicode('fe01');\n$ti-icon-square-letter-h: unicode('fe00');\n$ti-icon-square-letter-i: unicode('fdff');\n$ti-icon-square-letter-j: unicode('fdfe');\n$ti-icon-square-letter-k: unicode('fdfd');\n$ti-icon-square-letter-l: unicode('fdfc');\n$ti-icon-square-letter-m: unicode('fdfb');\n$ti-icon-square-letter-n: unicode('fdfa');\n$ti-icon-square-letter-o: unicode('fdf9');\n$ti-icon-square-letter-p: unicode('fdf8');\n$ti-icon-square-letter-q: unicode('fdf7');\n$ti-icon-square-letter-r: unicode('fdf6');\n$ti-icon-square-letter-s: unicode('fdf5');\n$ti-icon-square-letter-t: unicode('fdf4');\n$ti-icon-square-letter-u: unicode('fdf3');\n$ti-icon-square-letter-v: unicode('fdf2');\n$ti-icon-square-letter-w: unicode('fdf1');\n$ti-icon-square-letter-x: unicode('fdf0');\n$ti-icon-square-letter-y: unicode('fdef');\n$ti-icon-square-letter-z: unicode('fdee');\n$ti-icon-square-minus: unicode('fb3f');\n$ti-icon-square-number-0: unicode('f764');\n$ti-icon-square-number-1: unicode('f765');\n$ti-icon-square-number-2: unicode('f7fa');\n$ti-icon-square-number-3: unicode('f766');\n$ti-icon-square-number-4: unicode('f767');\n$ti-icon-square-number-5: unicode('f768');\n$ti-icon-square-number-6: unicode('f769');\n$ti-icon-square-number-7: unicode('f76a');\n$ti-icon-square-number-8: unicode('f76b');\n$ti-icon-square-number-9: unicode('f76c');\n$ti-icon-square-rotated: unicode('f6a4');\n$ti-icon-square-rounded: unicode('f6a5');\n$ti-icon-square-rounded-arrow-down: unicode('f6db');\n$ti-icon-square-rounded-arrow-left: unicode('f6dc');\n$ti-icon-square-rounded-arrow-right: unicode('f6dd');\n$ti-icon-square-rounded-arrow-up: unicode('f6de');\n$ti-icon-square-rounded-check: unicode('f6df');\n$ti-icon-square-rounded-chevron-down: unicode('f6e0');\n$ti-icon-square-rounded-chevron-left: unicode('f6e1');\n$ti-icon-square-rounded-chevron-right: unicode('f6e2');\n$ti-icon-square-rounded-chevron-up: unicode('f6e3');\n$ti-icon-square-rounded-chevrons-down: unicode('f6e4');\n$ti-icon-square-rounded-chevrons-left: unicode('f6e5');\n$ti-icon-square-rounded-chevrons-right: unicode('f6e6');\n$ti-icon-square-rounded-chevrons-up: unicode('f6e7');\n$ti-icon-square-rounded-letter-a: unicode('fded');\n$ti-icon-square-rounded-letter-b: unicode('fdec');\n$ti-icon-square-rounded-letter-c: unicode('fdeb');\n$ti-icon-square-rounded-letter-d: unicode('fdea');\n$ti-icon-square-rounded-letter-e: unicode('fde9');\n$ti-icon-square-rounded-letter-f: unicode('fde8');\n$ti-icon-square-rounded-letter-g: unicode('fde7');\n$ti-icon-square-rounded-letter-h: unicode('fde6');\n$ti-icon-square-rounded-letter-i: unicode('fde5');\n$ti-icon-square-rounded-letter-j: unicode('fde4');\n$ti-icon-square-rounded-letter-k: unicode('fde3');\n$ti-icon-square-rounded-letter-l: unicode('fde2');\n$ti-icon-square-rounded-letter-m: unicode('fde1');\n$ti-icon-square-rounded-letter-n: unicode('fde0');\n$ti-icon-square-rounded-letter-o: unicode('fddf');\n$ti-icon-square-rounded-letter-p: unicode('fdde');\n$ti-icon-square-rounded-letter-q: unicode('fddd');\n$ti-icon-square-rounded-letter-r: unicode('fddc');\n$ti-icon-square-rounded-letter-s: unicode('fddb');\n$ti-icon-square-rounded-letter-t: unicode('fdda');\n$ti-icon-square-rounded-letter-u: unicode('fdd9');\n$ti-icon-square-rounded-letter-v: unicode('fdd8');\n$ti-icon-square-rounded-letter-w: unicode('fdd7');\n$ti-icon-square-rounded-letter-x: unicode('fdd6');\n$ti-icon-square-rounded-letter-y: unicode('fdd5');\n$ti-icon-square-rounded-letter-z: unicode('fdd4');\n$ti-icon-square-rounded-minus: unicode('fb40');\n$ti-icon-square-rounded-number-0: unicode('f778');\n$ti-icon-square-rounded-number-1: unicode('f779');\n$ti-icon-square-rounded-number-2: unicode('f77a');\n$ti-icon-square-rounded-number-3: unicode('f77b');\n$ti-icon-square-rounded-number-4: unicode('f77c');\n$ti-icon-square-rounded-number-5: unicode('f77d');\n$ti-icon-square-rounded-number-6: unicode('f77e');\n$ti-icon-square-rounded-number-7: unicode('f77f');\n$ti-icon-square-rounded-number-8: unicode('f780');\n$ti-icon-square-rounded-number-9: unicode('f781');\n$ti-icon-square-rounded-plus: unicode('f6e8');\n$ti-icon-square-rounded-x: unicode('f6e9');\n$ti-icon-square-x: unicode('fb41');\n$ti-icon-squares: unicode('fe9f');\n$ti-icon-stack: unicode('fdd1');\n$ti-icon-stack-2: unicode('fdd3');\n$ti-icon-stack-3: unicode('fdd2');\n$ti-icon-star: unicode('f6a6');\n$ti-icon-star-half: unicode('f6a7');\n$ti-icon-stars: unicode('f6a8');\n$ti-icon-steering-wheel: unicode('ff03');\n$ti-icon-sun: unicode('f6a9');\n$ti-icon-sunglasses: unicode('fec8');\n$ti-icon-swipe-down: unicode('ff57');\n$ti-icon-swipe-left: unicode('ff56');\n$ti-icon-swipe-right: unicode('ff55');\n$ti-icon-swipe-up: unicode('ff54');\n$ti-icon-table: unicode('f782');\n$ti-icon-tag: unicode('ff02');\n$ti-icon-tags: unicode('ff01');\n$ti-icon-test-pipe-2: unicode('ff53');\n$ti-icon-thumb-down: unicode('f6aa');\n$ti-icon-thumb-up: unicode('f6ab');\n$ti-icon-tilt-shift: unicode('fec7');\n$ti-icon-timeline-event: unicode('fd18');\n$ti-icon-toggle-left: unicode('fec0');\n$ti-icon-toggle-right: unicode('febf');\n$ti-icon-transform: unicode('f6ac');\n$ti-icon-transition-bottom: unicode('fdd0');\n$ti-icon-transition-left: unicode('fdcf');\n$ti-icon-transition-right: unicode('fdce');\n$ti-icon-transition-top: unicode('fdcd');\n$ti-icon-trash: unicode('f783');\n$ti-icon-trash-x: unicode('f784');\n$ti-icon-triangle: unicode('f6ad');\n$ti-icon-triangle-inverted: unicode('f6ae');\n$ti-icon-triangle-square-circle: unicode('fb42');\n$ti-icon-trophy: unicode('f6af');\n$ti-icon-umbrella: unicode('f6b0');\n$ti-icon-user: unicode('fd19');\n$ti-icon-versions: unicode('f6b1');\n$ti-icon-windmill: unicode('f6b2');\n$ti-icon-woman: unicode('fdcc');\n$ti-icon-xbox-a: unicode('fdcb');\n$ti-icon-xbox-b: unicode('fdca');\n$ti-icon-xbox-x: unicode('fdc9');\n$ti-icon-xbox-y: unicode('fdc8');\n$ti-icon-yin-yang: unicode('f785');\n$ti-icon-zeppelin: unicode('fdc7');\n$ti-icon-zoom: unicode('f787');\n$ti-icon-zoom-cancel: unicode('fdc6');\n$ti-icon-zoom-check: unicode('f786');\n$ti-icon-zoom-code: unicode('fdc5');\n$ti-icon-zoom-exclamation: unicode('fdc4');\n$ti-icon-zoom-in: unicode('f789');\n$ti-icon-zoom-in-area: unicode('f788');\n$ti-icon-zoom-money: unicode('fdc3');\n$ti-icon-zoom-out: unicode('f78a');\n$ti-icon-zoom-out-area: unicode('fdc2');\n$ti-icon-zoom-pan: unicode('fdc1');\n$ti-icon-zoom-question: unicode('fdc0');\n$ti-icon-zoom-scan: unicode('fdbf');\n\n\n.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; }\n.#{$ti-prefix}-ad:before { content: $ti-icon-ad; }\n.#{$ti-prefix}-ad-circle:before { content: $ti-icon-ad-circle; }\n.#{$ti-prefix}-adjustments:before { content: $ti-icon-adjustments; }\n.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; }\n.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }\n.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }\n.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }\n.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }\n.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }\n.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; }\n.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }\n.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; }\n.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; }\n.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }\n.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }\n.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }\n.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }\n.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; }\n.#{$ti-prefix}-align-box-center-middle:before { content: $ti-icon-align-box-center-middle; }\n.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; }\n.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; }\n.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; }\n.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; }\n.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }\n.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; }\n.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; }\n.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; }\n.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; }\n.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }\n.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }\n.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }\n.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }\n.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }\n.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }\n.#{$ti-prefix}-arrow-badge-down:before { content: $ti-icon-arrow-badge-down; }\n.#{$ti-prefix}-arrow-badge-left:before { content: $ti-icon-arrow-badge-left; }\n.#{$ti-prefix}-arrow-badge-right:before { content: $ti-icon-arrow-badge-right; }\n.#{$ti-prefix}-arrow-badge-up:before { content: $ti-icon-arrow-badge-up; }\n.#{$ti-prefix}-arrow-big-down:before { content: $ti-icon-arrow-big-down; }\n.#{$ti-prefix}-arrow-big-down-line:before { content: $ti-icon-arrow-big-down-line; }\n.#{$ti-prefix}-arrow-big-down-lines:before { content: $ti-icon-arrow-big-down-lines; }\n.#{$ti-prefix}-arrow-big-left:before { content: $ti-icon-arrow-big-left; }\n.#{$ti-prefix}-arrow-big-left-line:before { content: $ti-icon-arrow-big-left-line; }\n.#{$ti-prefix}-arrow-big-left-lines:before { content: $ti-icon-arrow-big-left-lines; }\n.#{$ti-prefix}-arrow-big-right:before { content: $ti-icon-arrow-big-right; }\n.#{$ti-prefix}-arrow-big-right-line:before { content: $ti-icon-arrow-big-right-line; }\n.#{$ti-prefix}-arrow-big-right-lines:before { content: $ti-icon-arrow-big-right-lines; }\n.#{$ti-prefix}-arrow-big-up:before { content: $ti-icon-arrow-big-up; }\n.#{$ti-prefix}-arrow-big-up-line:before { content: $ti-icon-arrow-big-up-line; }\n.#{$ti-prefix}-arrow-big-up-lines:before { content: $ti-icon-arrow-big-up-lines; }\n.#{$ti-prefix}-arrow-down-circle:before { content: $ti-icon-arrow-down-circle; }\n.#{$ti-prefix}-arrow-down-rhombus:before { content: $ti-icon-arrow-down-rhombus; }\n.#{$ti-prefix}-arrow-down-square:before { content: $ti-icon-arrow-down-square; }\n.#{$ti-prefix}-arrow-guide:before { content: $ti-icon-arrow-guide; }\n.#{$ti-prefix}-arrow-left-circle:before { content: $ti-icon-arrow-left-circle; }\n.#{$ti-prefix}-arrow-left-rhombus:before { content: $ti-icon-arrow-left-rhombus; }\n.#{$ti-prefix}-arrow-left-square:before { content: $ti-icon-arrow-left-square; }\n.#{$ti-prefix}-arrow-move-down:before { content: $ti-icon-arrow-move-down; }\n.#{$ti-prefix}-arrow-move-left:before { content: $ti-icon-arrow-move-left; }\n.#{$ti-prefix}-arrow-move-right:before { content: $ti-icon-arrow-move-right; }\n.#{$ti-prefix}-arrow-move-up:before { content: $ti-icon-arrow-move-up; }\n.#{$ti-prefix}-arrow-right-circle:before { content: $ti-icon-arrow-right-circle; }\n.#{$ti-prefix}-arrow-right-rhombus:before { content: $ti-icon-arrow-right-rhombus; }\n.#{$ti-prefix}-arrow-right-square:before { content: $ti-icon-arrow-right-square; }\n.#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; }\n.#{$ti-prefix}-arrow-up-rhombus:before { content: $ti-icon-arrow-up-rhombus; }\n.#{$ti-prefix}-arrow-up-square:before { content: $ti-icon-arrow-up-square; }\n.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; }\n.#{$ti-prefix}-article:before { content: $ti-icon-article; }\n.#{$ti-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; }\n.#{$ti-prefix}-assembly:before { content: $ti-icon-assembly; }\n.#{$ti-prefix}-asset:before { content: $ti-icon-asset; }\n.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }\n.#{$ti-prefix}-automatic-gearbox:before { content: $ti-icon-automatic-gearbox; }\n.#{$ti-prefix}-award:before { content: $ti-icon-award; }\n.#{$ti-prefix}-baby-carriage:before { content: $ti-icon-baby-carriage; }\n.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }\n.#{$ti-prefix}-badge:before { content: $ti-icon-badge; }\n.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; }\n.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; }\n.#{$ti-prefix}-badge-8k:before { content: $ti-icon-badge-8k; }\n.#{$ti-prefix}-badge-ad:before { content: $ti-icon-badge-ad; }\n.#{$ti-prefix}-badge-ar:before { content: $ti-icon-badge-ar; }\n.#{$ti-prefix}-badge-cc:before { content: $ti-icon-badge-cc; }\n.#{$ti-prefix}-badge-hd:before { content: $ti-icon-badge-hd; }\n.#{$ti-prefix}-badge-sd:before { content: $ti-icon-badge-sd; }\n.#{$ti-prefix}-badge-tm:before { content: $ti-icon-badge-tm; }\n.#{$ti-prefix}-badge-vo:before { content: $ti-icon-badge-vo; }\n.#{$ti-prefix}-badge-vr:before { content: $ti-icon-badge-vr; }\n.#{$ti-prefix}-badge-wc:before { content: $ti-icon-badge-wc; }\n.#{$ti-prefix}-badges:before { content: $ti-icon-badges; }\n.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }\n.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }\n.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }\n.#{$ti-prefix}-barbell:before { content: $ti-icon-barbell; }\n.#{$ti-prefix}-barrier-block:before { content: $ti-icon-barrier-block; }\n.#{$ti-prefix}-basket:before { content: $ti-icon-basket; }\n.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }\n.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }\n.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }\n.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }\n.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }\n.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }\n.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }\n.#{$ti-prefix}-battery-vertical:before { content: $ti-icon-battery-vertical; }\n.#{$ti-prefix}-battery-vertical-1:before { content: $ti-icon-battery-vertical-1; }\n.#{$ti-prefix}-battery-vertical-2:before { content: $ti-icon-battery-vertical-2; }\n.#{$ti-prefix}-battery-vertical-3:before { content: $ti-icon-battery-vertical-3; }\n.#{$ti-prefix}-battery-vertical-4:before { content: $ti-icon-battery-vertical-4; }\n.#{$ti-prefix}-bed:before { content: $ti-icon-bed; }\n.#{$ti-prefix}-bed-flat:before { content: $ti-icon-bed-flat; }\n.#{$ti-prefix}-beer:before { content: $ti-icon-beer; }\n.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }\n.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }\n.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }\n.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }\n.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; }\n.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }\n.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }\n.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }\n.#{$ti-prefix}-binary-tree:before { content: $ti-icon-binary-tree; }\n.#{$ti-prefix}-binary-tree-2:before { content: $ti-icon-binary-tree-2; }\n.#{$ti-prefix}-binoculars:before { content: $ti-icon-binoculars; }\n.#{$ti-prefix}-biohazard:before { content: $ti-icon-biohazard; }\n.#{$ti-prefix}-blade:before { content: $ti-icon-blade; }\n.#{$ti-prefix}-blender:before { content: $ti-icon-blender; }\n.#{$ti-prefix}-blob:before { content: $ti-icon-blob; }\n.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }\n.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; }\n.#{$ti-prefix}-bone:before { content: $ti-icon-bone; }\n.#{$ti-prefix}-bong:before { content: $ti-icon-bong; }\n.#{$ti-prefix}-book:before { content: $ti-icon-book; }\n.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; }\n.#{$ti-prefix}-bookmarks:before { content: $ti-icon-bookmarks; }\n.#{$ti-prefix}-boom:before { content: $ti-icon-boom; }\n.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; }\n.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; }\n.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; }\n.#{$ti-prefix}-bow:before { content: $ti-icon-bow; }\n.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; }\n.#{$ti-prefix}-bowl-chopsticks:before { content: $ti-icon-bowl-chopsticks; }\n.#{$ti-prefix}-bowl-spoon:before { content: $ti-icon-bowl-spoon; }\n.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }\n.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; }\n.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; }\n.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; }\n.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; }\n.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; }\n.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; }\n.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; }\n.#{$ti-prefix}-box-multiple:before { content: $ti-icon-box-multiple; }\n.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }\n.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }\n.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; }\n.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }\n.#{$ti-prefix}-brand-github:before { content: $ti-icon-brand-github; }\n.#{$ti-prefix}-brand-google:before { content: $ti-icon-brand-google; }\n.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; }\n.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; }\n.#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; }\n.#{$ti-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; }\n.#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; }\n.#{$ti-prefix}-brand-x:before { content: $ti-icon-brand-x; }\n.#{$ti-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; }\n.#{$ti-prefix}-bread:before { content: $ti-icon-bread; }\n.#{$ti-prefix}-briefcase:before { content: $ti-icon-briefcase; }\n.#{$ti-prefix}-briefcase-2:before { content: $ti-icon-briefcase-2; }\n.#{$ti-prefix}-brightness:before { content: $ti-icon-brightness; }\n.#{$ti-prefix}-brightness-auto:before { content: $ti-icon-brightness-auto; }\n.#{$ti-prefix}-brightness-down:before { content: $ti-icon-brightness-down; }\n.#{$ti-prefix}-brightness-up:before { content: $ti-icon-brightness-up; }\n.#{$ti-prefix}-bubble:before { content: $ti-icon-bubble; }\n.#{$ti-prefix}-bug:before { content: $ti-icon-bug; }\n.#{$ti-prefix}-building-broadcast-tower:before { content: $ti-icon-building-broadcast-tower; }\n.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; }\n.#{$ti-prefix}-butterfly:before { content: $ti-icon-butterfly; }\n.#{$ti-prefix}-cactus:before { content: $ti-icon-cactus; }\n.#{$ti-prefix}-calculator:before { content: $ti-icon-calculator; }\n.#{$ti-prefix}-calendar:before { content: $ti-icon-calendar; }\n.#{$ti-prefix}-camera:before { content: $ti-icon-camera; }\n.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; }\n.#{$ti-prefix}-candle:before { content: $ti-icon-candle; }\n.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }\n.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }\n.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }\n.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }\n.#{$ti-prefix}-car:before { content: $ti-icon-car; }\n.#{$ti-prefix}-car-4wd:before { content: $ti-icon-car-4wd; }\n.#{$ti-prefix}-car-fan:before { content: $ti-icon-car-fan; }\n.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; }\n.#{$ti-prefix}-carambola:before { content: $ti-icon-carambola; }\n.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; }\n.#{$ti-prefix}-cards:before { content: $ti-icon-cards; }\n.#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; }\n.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; }\n.#{$ti-prefix}-caret-left-right:before { content: $ti-icon-caret-left-right; }\n.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }\n.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }\n.#{$ti-prefix}-caret-up-down:before { content: $ti-icon-caret-up-down; }\n.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }\n.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; }\n.#{$ti-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; }\n.#{$ti-prefix}-category:before { content: $ti-icon-category; }\n.#{$ti-prefix}-charging-pile:before { content: $ti-icon-charging-pile; }\n.#{$ti-prefix}-chart-area:before { content: $ti-icon-chart-area; }\n.#{$ti-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; }\n.#{$ti-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; }\n.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; }\n.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; }\n.#{$ti-prefix}-chart-dots:before { content: $ti-icon-chart-dots; }\n.#{$ti-prefix}-chart-grid-dots:before { content: $ti-icon-chart-grid-dots; }\n.#{$ti-prefix}-chart-pie:before { content: $ti-icon-chart-pie; }\n.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }\n.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }\n.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; }\n.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }\n.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }\n.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }\n.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }\n.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }\n.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }\n.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }\n.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }\n.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; }\n.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; }\n.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; }\n.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; }\n.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; }\n.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; }\n.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; }\n.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }\n.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }\n.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }\n.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }\n.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }\n.#{$ti-prefix}-circle-letter-d:before { content: $ti-icon-circle-letter-d; }\n.#{$ti-prefix}-circle-letter-e:before { content: $ti-icon-circle-letter-e; }\n.#{$ti-prefix}-circle-letter-f:before { content: $ti-icon-circle-letter-f; }\n.#{$ti-prefix}-circle-letter-g:before { content: $ti-icon-circle-letter-g; }\n.#{$ti-prefix}-circle-letter-h:before { content: $ti-icon-circle-letter-h; }\n.#{$ti-prefix}-circle-letter-i:before { content: $ti-icon-circle-letter-i; }\n.#{$ti-prefix}-circle-letter-j:before { content: $ti-icon-circle-letter-j; }\n.#{$ti-prefix}-circle-letter-k:before { content: $ti-icon-circle-letter-k; }\n.#{$ti-prefix}-circle-letter-l:before { content: $ti-icon-circle-letter-l; }\n.#{$ti-prefix}-circle-letter-m:before { content: $ti-icon-circle-letter-m; }\n.#{$ti-prefix}-circle-letter-n:before { content: $ti-icon-circle-letter-n; }\n.#{$ti-prefix}-circle-letter-o:before { content: $ti-icon-circle-letter-o; }\n.#{$ti-prefix}-circle-letter-p:before { content: $ti-icon-circle-letter-p; }\n.#{$ti-prefix}-circle-letter-q:before { content: $ti-icon-circle-letter-q; }\n.#{$ti-prefix}-circle-letter-r:before { content: $ti-icon-circle-letter-r; }\n.#{$ti-prefix}-circle-letter-s:before { content: $ti-icon-circle-letter-s; }\n.#{$ti-prefix}-circle-letter-t:before { content: $ti-icon-circle-letter-t; }\n.#{$ti-prefix}-circle-letter-u:before { content: $ti-icon-circle-letter-u; }\n.#{$ti-prefix}-circle-letter-v:before { content: $ti-icon-circle-letter-v; }\n.#{$ti-prefix}-circle-letter-w:before { content: $ti-icon-circle-letter-w; }\n.#{$ti-prefix}-circle-letter-x:before { content: $ti-icon-circle-letter-x; }\n.#{$ti-prefix}-circle-letter-y:before { content: $ti-icon-circle-letter-y; }\n.#{$ti-prefix}-circle-letter-z:before { content: $ti-icon-circle-letter-z; }\n.#{$ti-prefix}-circle-number-0:before { content: $ti-icon-circle-number-0; }\n.#{$ti-prefix}-circle-number-1:before { content: $ti-icon-circle-number-1; }\n.#{$ti-prefix}-circle-number-2:before { content: $ti-icon-circle-number-2; }\n.#{$ti-prefix}-circle-number-3:before { content: $ti-icon-circle-number-3; }\n.#{$ti-prefix}-circle-number-4:before { content: $ti-icon-circle-number-4; }\n.#{$ti-prefix}-circle-number-5:before { content: $ti-icon-circle-number-5; }\n.#{$ti-prefix}-circle-number-6:before { content: $ti-icon-circle-number-6; }\n.#{$ti-prefix}-circle-number-7:before { content: $ti-icon-circle-number-7; }\n.#{$ti-prefix}-circle-number-8:before { content: $ti-icon-circle-number-8; }\n.#{$ti-prefix}-circle-number-9:before { content: $ti-icon-circle-number-9; }\n.#{$ti-prefix}-circle-percentage:before { content: $ti-icon-circle-percentage; }\n.#{$ti-prefix}-circle-plus:before { content: $ti-icon-circle-plus; }\n.#{$ti-prefix}-circle-rectangle:before { content: $ti-icon-circle-rectangle; }\n.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }\n.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }\n.#{$ti-prefix}-clock:before { content: $ti-icon-clock; }\n.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }\n.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }\n.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }\n.#{$ti-prefix}-clock-hour-12:before { content: $ti-icon-clock-hour-12; }\n.#{$ti-prefix}-clock-hour-2:before { content: $ti-icon-clock-hour-2; }\n.#{$ti-prefix}-clock-hour-3:before { content: $ti-icon-clock-hour-3; }\n.#{$ti-prefix}-clock-hour-4:before { content: $ti-icon-clock-hour-4; }\n.#{$ti-prefix}-clock-hour-5:before { content: $ti-icon-clock-hour-5; }\n.#{$ti-prefix}-clock-hour-6:before { content: $ti-icon-clock-hour-6; }\n.#{$ti-prefix}-clock-hour-7:before { content: $ti-icon-clock-hour-7; }\n.#{$ti-prefix}-clock-hour-8:before { content: $ti-icon-clock-hour-8; }\n.#{$ti-prefix}-clock-hour-9:before { content: $ti-icon-clock-hour-9; }\n.#{$ti-prefix}-cloud:before { content: $ti-icon-cloud; }\n.#{$ti-prefix}-clover:before { content: $ti-icon-clover; }\n.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; }\n.#{$ti-prefix}-code-circle:before { content: $ti-icon-code-circle; }\n.#{$ti-prefix}-code-circle-2:before { content: $ti-icon-code-circle-2; }\n.#{$ti-prefix}-coin:before { content: $ti-icon-coin; }\n.#{$ti-prefix}-coin-bitcoin:before { content: $ti-icon-coin-bitcoin; }\n.#{$ti-prefix}-coin-euro:before { content: $ti-icon-coin-euro; }\n.#{$ti-prefix}-coin-monero:before { content: $ti-icon-coin-monero; }\n.#{$ti-prefix}-coin-pound:before { content: $ti-icon-coin-pound; }\n.#{$ti-prefix}-coin-rupee:before { content: $ti-icon-coin-rupee; }\n.#{$ti-prefix}-coin-taka:before { content: $ti-icon-coin-taka; }\n.#{$ti-prefix}-coin-yen:before { content: $ti-icon-coin-yen; }\n.#{$ti-prefix}-coin-yuan:before { content: $ti-icon-coin-yuan; }\n.#{$ti-prefix}-compass:before { content: $ti-icon-compass; }\n.#{$ti-prefix}-cone:before { content: $ti-icon-cone; }\n.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; }\n.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; }\n.#{$ti-prefix}-contrast-2:before { content: $ti-icon-contrast-2; }\n.#{$ti-prefix}-cookie:before { content: $ti-icon-cookie; }\n.#{$ti-prefix}-cookie-man:before { content: $ti-icon-cookie-man; }\n.#{$ti-prefix}-copy-check:before { content: $ti-icon-copy-check; }\n.#{$ti-prefix}-copy-minus:before { content: $ti-icon-copy-minus; }\n.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; }\n.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; }\n.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }\n.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }\n.#{$ti-prefix}-credit-card:before { content: $ti-icon-credit-card; }\n.#{$ti-prefix}-crop-1-1:before { content: $ti-icon-crop-1-1; }\n.#{$ti-prefix}-crop-16-9:before { content: $ti-icon-crop-16-9; }\n.#{$ti-prefix}-crop-3-2:before { content: $ti-icon-crop-3-2; }\n.#{$ti-prefix}-crop-5-4:before { content: $ti-icon-crop-5-4; }\n.#{$ti-prefix}-crop-7-5:before { content: $ti-icon-crop-7-5; }\n.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; }\n.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; }\n.#{$ti-prefix}-cross:before { content: $ti-icon-cross; }\n.#{$ti-prefix}-dashboard:before { content: $ti-icon-dashboard; }\n.#{$ti-prefix}-device-cctv:before { content: $ti-icon-device-cctv; }\n.#{$ti-prefix}-device-desktop:before { content: $ti-icon-device-desktop; }\n.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; }\n.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }\n.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; }\n.#{$ti-prefix}-device-ipad:before { content: $ti-icon-device-ipad; }\n.#{$ti-prefix}-device-mobile:before { content: $ti-icon-device-mobile; }\n.#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; }\n.#{$ti-prefix}-device-speaker:before { content: $ti-icon-device-speaker; }\n.#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; }\n.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; }\n.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; }\n.#{$ti-prefix}-device-unknown:before { content: $ti-icon-device-unknown; }\n.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; }\n.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; }\n.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; }\n.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }\n.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }\n.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }\n.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }\n.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }\n.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }\n.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }\n.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }\n.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }\n.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; }\n.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }\n.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }\n.#{$ti-prefix}-disc:before { content: $ti-icon-disc; }\n.#{$ti-prefix}-discount:before { content: $ti-icon-discount; }\n.#{$ti-prefix}-droplet:before { content: $ti-icon-droplet; }\n.#{$ti-prefix}-droplet-half:before { content: $ti-icon-droplet-half; }\n.#{$ti-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; }\n.#{$ti-prefix}-egg:before { content: $ti-icon-egg; }\n.#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; }\n.#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; }\n.#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; }\n.#{$ti-prefix}-eye:before { content: $ti-icon-eye; }\n.#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; }\n.#{$ti-prefix}-feather:before { content: $ti-icon-feather; }\n.#{$ti-prefix}-file:before { content: $ti-icon-file; }\n.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }\n.#{$ti-prefix}-filter:before { content: $ti-icon-filter; }\n.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }\n.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }\n.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }\n.#{$ti-prefix}-flask:before { content: $ti-icon-flask; }\n.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }\n.#{$ti-prefix}-flower:before { content: $ti-icon-flower; }\n.#{$ti-prefix}-folder:before { content: $ti-icon-folder; }\n.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; }\n.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; }\n.#{$ti-prefix}-fountain:before { content: $ti-icon-fountain; }\n.#{$ti-prefix}-function:before { content: $ti-icon-function; }\n.#{$ti-prefix}-gauge:before { content: $ti-icon-gauge; }\n.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }\n.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }\n.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }\n.#{$ti-prefix}-gift-card:before { content: $ti-icon-gift-card; }\n.#{$ti-prefix}-glass:before { content: $ti-icon-glass; }\n.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }\n.#{$ti-prefix}-globe:before { content: $ti-icon-globe; }\n.#{$ti-prefix}-gps:before { content: $ti-icon-gps; }\n.#{$ti-prefix}-graph:before { content: $ti-icon-graph; }\n.#{$ti-prefix}-guitar-pick:before { content: $ti-icon-guitar-pick; }\n.#{$ti-prefix}-hanger-2:before { content: $ti-icon-hanger-2; }\n.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; }\n.#{$ti-prefix}-heart:before { content: $ti-icon-heart; }\n.#{$ti-prefix}-help-circle:before { content: $ti-icon-help-circle; }\n.#{$ti-prefix}-help-hexagon:before { content: $ti-icon-help-hexagon; }\n.#{$ti-prefix}-help-octagon:before { content: $ti-icon-help-octagon; }\n.#{$ti-prefix}-help-square:before { content: $ti-icon-help-square; }\n.#{$ti-prefix}-help-square-rounded:before { content: $ti-icon-help-square-rounded; }\n.#{$ti-prefix}-help-triangle:before { content: $ti-icon-help-triangle; }\n.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }\n.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }\n.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }\n.#{$ti-prefix}-hexagon-letter-c:before { content: $ti-icon-hexagon-letter-c; }\n.#{$ti-prefix}-hexagon-letter-d:before { content: $ti-icon-hexagon-letter-d; }\n.#{$ti-prefix}-hexagon-letter-e:before { content: $ti-icon-hexagon-letter-e; }\n.#{$ti-prefix}-hexagon-letter-f:before { content: $ti-icon-hexagon-letter-f; }\n.#{$ti-prefix}-hexagon-letter-g:before { content: $ti-icon-hexagon-letter-g; }\n.#{$ti-prefix}-hexagon-letter-h:before { content: $ti-icon-hexagon-letter-h; }\n.#{$ti-prefix}-hexagon-letter-i:before { content: $ti-icon-hexagon-letter-i; }\n.#{$ti-prefix}-hexagon-letter-j:before { content: $ti-icon-hexagon-letter-j; }\n.#{$ti-prefix}-hexagon-letter-k:before { content: $ti-icon-hexagon-letter-k; }\n.#{$ti-prefix}-hexagon-letter-l:before { content: $ti-icon-hexagon-letter-l; }\n.#{$ti-prefix}-hexagon-letter-m:before { content: $ti-icon-hexagon-letter-m; }\n.#{$ti-prefix}-hexagon-letter-n:before { content: $ti-icon-hexagon-letter-n; }\n.#{$ti-prefix}-hexagon-letter-o:before { content: $ti-icon-hexagon-letter-o; }\n.#{$ti-prefix}-hexagon-letter-p:before { content: $ti-icon-hexagon-letter-p; }\n.#{$ti-prefix}-hexagon-letter-q:before { content: $ti-icon-hexagon-letter-q; }\n.#{$ti-prefix}-hexagon-letter-r:before { content: $ti-icon-hexagon-letter-r; }\n.#{$ti-prefix}-hexagon-letter-s:before { content: $ti-icon-hexagon-letter-s; }\n.#{$ti-prefix}-hexagon-letter-t:before { content: $ti-icon-hexagon-letter-t; }\n.#{$ti-prefix}-hexagon-letter-u:before { content: $ti-icon-hexagon-letter-u; }\n.#{$ti-prefix}-hexagon-letter-v:before { content: $ti-icon-hexagon-letter-v; }\n.#{$ti-prefix}-hexagon-letter-w:before { content: $ti-icon-hexagon-letter-w; }\n.#{$ti-prefix}-hexagon-letter-x:before { content: $ti-icon-hexagon-letter-x; }\n.#{$ti-prefix}-hexagon-letter-y:before { content: $ti-icon-hexagon-letter-y; }\n.#{$ti-prefix}-hexagon-letter-z:before { content: $ti-icon-hexagon-letter-z; }\n.#{$ti-prefix}-hexagon-minus:before { content: $ti-icon-hexagon-minus; }\n.#{$ti-prefix}-hexagon-number-0:before { content: $ti-icon-hexagon-number-0; }\n.#{$ti-prefix}-hexagon-number-1:before { content: $ti-icon-hexagon-number-1; }\n.#{$ti-prefix}-hexagon-number-2:before { content: $ti-icon-hexagon-number-2; }\n.#{$ti-prefix}-hexagon-number-3:before { content: $ti-icon-hexagon-number-3; }\n.#{$ti-prefix}-hexagon-number-4:before { content: $ti-icon-hexagon-number-4; }\n.#{$ti-prefix}-hexagon-number-5:before { content: $ti-icon-hexagon-number-5; }\n.#{$ti-prefix}-hexagon-number-6:before { content: $ti-icon-hexagon-number-6; }\n.#{$ti-prefix}-hexagon-number-7:before { content: $ti-icon-hexagon-number-7; }\n.#{$ti-prefix}-hexagon-number-8:before { content: $ti-icon-hexagon-number-8; }\n.#{$ti-prefix}-hexagon-number-9:before { content: $ti-icon-hexagon-number-9; }\n.#{$ti-prefix}-hexagon-plus:before { content: $ti-icon-hexagon-plus; }\n.#{$ti-prefix}-home:before { content: $ti-icon-home; }\n.#{$ti-prefix}-hospital-circle:before { content: $ti-icon-hospital-circle; }\n.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }\n.#{$ti-prefix}-icons:before { content: $ti-icon-icons; }\n.#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; }\n.#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; }\n.#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; }\n.#{$ti-prefix}-info-square:before { content: $ti-icon-info-square; }\n.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }\n.#{$ti-prefix}-info-triangle:before { content: $ti-icon-info-triangle; }\n.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }\n.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }\n.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }\n.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; }\n.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; }\n.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; }\n.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }\n.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }\n.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }\n.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }\n.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }\n.#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; }\n.#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; }\n.#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; }\n.#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; }\n.#{$ti-prefix}-key:before { content: $ti-icon-key; }\n.#{$ti-prefix}-keyframe:before { content: $ti-icon-keyframe; }\n.#{$ti-prefix}-keyframe-align-center:before { content: $ti-icon-keyframe-align-center; }\n.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; }\n.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; }\n.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; }\n.#{$ti-prefix}-label:before { content: $ti-icon-label; }\n.#{$ti-prefix}-label-important:before { content: $ti-icon-label-important; }\n.#{$ti-prefix}-lasso-polygon:before { content: $ti-icon-lasso-polygon; }\n.#{$ti-prefix}-layout:before { content: $ti-icon-layout; }\n.#{$ti-prefix}-layout-2:before { content: $ti-icon-layout-2; }\n.#{$ti-prefix}-layout-align-bottom:before { content: $ti-icon-layout-align-bottom; }\n.#{$ti-prefix}-layout-align-center:before { content: $ti-icon-layout-align-center; }\n.#{$ti-prefix}-layout-align-left:before { content: $ti-icon-layout-align-left; }\n.#{$ti-prefix}-layout-align-middle:before { content: $ti-icon-layout-align-middle; }\n.#{$ti-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; }\n.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }\n.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }\n.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }\n.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }\n.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }\n.#{$ti-prefix}-layout-dashboard:before { content: $ti-icon-layout-dashboard; }\n.#{$ti-prefix}-layout-distribute-horizontal:before { content: $ti-icon-layout-distribute-horizontal; }\n.#{$ti-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; }\n.#{$ti-prefix}-layout-grid:before { content: $ti-icon-layout-grid; }\n.#{$ti-prefix}-layout-kanban:before { content: $ti-icon-layout-kanban; }\n.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }\n.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }\n.#{$ti-prefix}-layout-navbar-collapse:before { content: $ti-icon-layout-navbar-collapse; }\n.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; }\n.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }\n.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; }\n.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; }\n.#{$ti-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; }\n.#{$ti-prefix}-layout-sidebar-right-collapse:before { content: $ti-icon-layout-sidebar-right-collapse; }\n.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }\n.#{$ti-prefix}-lego:before { content: $ti-icon-lego; }\n.#{$ti-prefix}-live-photo:before { content: $ti-icon-live-photo; }\n.#{$ti-prefix}-location:before { content: $ti-icon-location; }\n.#{$ti-prefix}-lock:before { content: $ti-icon-lock; }\n.#{$ti-prefix}-lock-square-rounded:before { content: $ti-icon-lock-square-rounded; }\n.#{$ti-prefix}-lungs:before { content: $ti-icon-lungs; }\n.#{$ti-prefix}-macro:before { content: $ti-icon-macro; }\n.#{$ti-prefix}-magnet:before { content: $ti-icon-magnet; }\n.#{$ti-prefix}-mail:before { content: $ti-icon-mail; }\n.#{$ti-prefix}-mail-opened:before { content: $ti-icon-mail-opened; }\n.#{$ti-prefix}-man:before { content: $ti-icon-man; }\n.#{$ti-prefix}-manual-gearbox:before { content: $ti-icon-manual-gearbox; }\n.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; }\n.#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }\n.#{$ti-prefix}-melon:before { content: $ti-icon-melon; }\n.#{$ti-prefix}-message:before { content: $ti-icon-message; }\n.#{$ti-prefix}-message-chatbot:before { content: $ti-icon-message-chatbot; }\n.#{$ti-prefix}-message-circle:before { content: $ti-icon-message-circle; }\n.#{$ti-prefix}-message-report:before { content: $ti-icon-message-report; }\n.#{$ti-prefix}-meteor:before { content: $ti-icon-meteor; }\n.#{$ti-prefix}-michelin-star:before { content: $ti-icon-michelin-star; }\n.#{$ti-prefix}-mickey:before { content: $ti-icon-mickey; }\n.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }\n.#{$ti-prefix}-microwave:before { content: $ti-icon-microwave; }\n.#{$ti-prefix}-military-rank:before { content: $ti-icon-military-rank; }\n.#{$ti-prefix}-milk:before { content: $ti-icon-milk; }\n.#{$ti-prefix}-mood-angry:before { content: $ti-icon-mood-angry; }\n.#{$ti-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; }\n.#{$ti-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; }\n.#{$ti-prefix}-mood-empty:before { content: $ti-icon-mood-empty; }\n.#{$ti-prefix}-mood-happy:before { content: $ti-icon-mood-happy; }\n.#{$ti-prefix}-mood-kid:before { content: $ti-icon-mood-kid; }\n.#{$ti-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; }\n.#{$ti-prefix}-mood-sad:before { content: $ti-icon-mood-sad; }\n.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; }\n.#{$ti-prefix}-mood-wrrr:before { content: $ti-icon-mood-wrrr; }\n.#{$ti-prefix}-moon:before { content: $ti-icon-moon; }\n.#{$ti-prefix}-mountain:before { content: $ti-icon-mountain; }\n.#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; }\n.#{$ti-prefix}-mug:before { content: $ti-icon-mug; }\n.#{$ti-prefix}-mushroom:before { content: $ti-icon-mushroom; }\n.#{$ti-prefix}-navigation:before { content: $ti-icon-navigation; }\n.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }\n.#{$ti-prefix}-oval:before { content: $ti-icon-oval; }\n.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; }\n.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }\n.#{$ti-prefix}-panorama-horizontal:before { content: $ti-icon-panorama-horizontal; }\n.#{$ti-prefix}-panorama-vertical:before { content: $ti-icon-panorama-vertical; }\n.#{$ti-prefix}-parking-circle:before { content: $ti-icon-parking-circle; }\n.#{$ti-prefix}-paw:before { content: $ti-icon-paw; }\n.#{$ti-prefix}-pennant:before { content: $ti-icon-pennant; }\n.#{$ti-prefix}-pennant-2:before { content: $ti-icon-pennant-2; }\n.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; }\n.#{$ti-prefix}-phone:before { content: $ti-icon-phone; }\n.#{$ti-prefix}-photo:before { content: $ti-icon-photo; }\n.#{$ti-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; }\n.#{$ti-prefix}-picture-in-picture-top:before { content: $ti-icon-picture-in-picture-top; }\n.#{$ti-prefix}-pill:before { content: $ti-icon-pill; }\n.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }\n.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }\n.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; }\n.#{$ti-prefix}-play-card-1:before { content: $ti-icon-play-card-1; }\n.#{$ti-prefix}-play-card-10:before { content: $ti-icon-play-card-10; }\n.#{$ti-prefix}-play-card-2:before { content: $ti-icon-play-card-2; }\n.#{$ti-prefix}-play-card-3:before { content: $ti-icon-play-card-3; }\n.#{$ti-prefix}-play-card-4:before { content: $ti-icon-play-card-4; }\n.#{$ti-prefix}-play-card-5:before { content: $ti-icon-play-card-5; }\n.#{$ti-prefix}-play-card-6:before { content: $ti-icon-play-card-6; }\n.#{$ti-prefix}-play-card-7:before { content: $ti-icon-play-card-7; }\n.#{$ti-prefix}-play-card-8:before { content: $ti-icon-play-card-8; }\n.#{$ti-prefix}-play-card-9:before { content: $ti-icon-play-card-9; }\n.#{$ti-prefix}-play-card-a:before { content: $ti-icon-play-card-a; }\n.#{$ti-prefix}-play-card-j:before { content: $ti-icon-play-card-j; }\n.#{$ti-prefix}-play-card-k:before { content: $ti-icon-play-card-k; }\n.#{$ti-prefix}-play-card-q:before { content: $ti-icon-play-card-q; }\n.#{$ti-prefix}-play-card-star:before { content: $ti-icon-play-card-star; }\n.#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; }\n.#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; }\n.#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; }\n.#{$ti-prefix}-player-record:before { content: $ti-icon-player-record; }\n.#{$ti-prefix}-player-skip-back:before { content: $ti-icon-player-skip-back; }\n.#{$ti-prefix}-player-skip-forward:before { content: $ti-icon-player-skip-forward; }\n.#{$ti-prefix}-player-stop:before { content: $ti-icon-player-stop; }\n.#{$ti-prefix}-player-track-next:before { content: $ti-icon-player-track-next; }\n.#{$ti-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; }\n.#{$ti-prefix}-point:before { content: $ti-icon-point; }\n.#{$ti-prefix}-pointer:before { content: $ti-icon-pointer; }\n.#{$ti-prefix}-polaroid:before { content: $ti-icon-polaroid; }\n.#{$ti-prefix}-poo:before { content: $ti-icon-poo; }\n.#{$ti-prefix}-presentation:before { content: $ti-icon-presentation; }\n.#{$ti-prefix}-presentation-analytics:before { content: $ti-icon-presentation-analytics; }\n.#{$ti-prefix}-puzzle:before { content: $ti-icon-puzzle; }\n.#{$ti-prefix}-radar:before { content: $ti-icon-radar; }\n.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }\n.#{$ti-prefix}-receipt:before { content: $ti-icon-receipt; }\n.#{$ti-prefix}-rectangle:before { content: $ti-icon-rectangle; }\n.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }\n.#{$ti-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; }\n.#{$ti-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; }\n.#{$ti-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; }\n.#{$ti-prefix}-replace:before { content: $ti-icon-replace; }\n.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; }\n.#{$ti-prefix}-rosette-discount:before { content: $ti-icon-rosette-discount; }\n.#{$ti-prefix}-rosette-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-salad:before { content: $ti-icon-salad; }\n.#{$ti-prefix}-scuba-diving-tank:before { content: $ti-icon-scuba-diving-tank; }\n.#{$ti-prefix}-section:before { content: $ti-icon-section; }\n.#{$ti-prefix}-seeding:before { content: $ti-icon-seeding; }\n.#{$ti-prefix}-settings:before { content: $ti-icon-settings; }\n.#{$ti-prefix}-shield:before { content: $ti-icon-shield; }\n.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }\n.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }\n.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }\n.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }\n.#{$ti-prefix}-shirt:before { content: $ti-icon-shirt; }\n.#{$ti-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; }\n.#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; }\n.#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; }\n.#{$ti-prefix}-sitemap:before { content: $ti-icon-sitemap; }\n.#{$ti-prefix}-sort-ascending-2:before { content: $ti-icon-sort-ascending-2; }\n.#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; }\n.#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; }\n.#{$ti-prefix}-sort-descending-shapes:before { content: $ti-icon-sort-descending-shapes; }\n.#{$ti-prefix}-soup:before { content: $ti-icon-soup; }\n.#{$ti-prefix}-spade:before { content: $ti-icon-spade; }\n.#{$ti-prefix}-square:before { content: $ti-icon-square; }\n.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }\n.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }\n.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }\n.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }\n.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }\n.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }\n.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }\n.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }\n.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }\n.#{$ti-prefix}-square-chevron-up:before { content: $ti-icon-square-chevron-up; }\n.#{$ti-prefix}-square-chevrons-down:before { content: $ti-icon-square-chevrons-down; }\n.#{$ti-prefix}-square-chevrons-left:before { content: $ti-icon-square-chevrons-left; }\n.#{$ti-prefix}-square-chevrons-right:before { content: $ti-icon-square-chevrons-right; }\n.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }\n.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }\n.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }\n.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }\n.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }\n.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }\n.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }\n.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }\n.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }\n.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }\n.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }\n.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }\n.#{$ti-prefix}-square-letter-a:before { content: $ti-icon-square-letter-a; }\n.#{$ti-prefix}-square-letter-b:before { content: $ti-icon-square-letter-b; }\n.#{$ti-prefix}-square-letter-c:before { content: $ti-icon-square-letter-c; }\n.#{$ti-prefix}-square-letter-d:before { content: $ti-icon-square-letter-d; }\n.#{$ti-prefix}-square-letter-e:before { content: $ti-icon-square-letter-e; }\n.#{$ti-prefix}-square-letter-f:before { content: $ti-icon-square-letter-f; }\n.#{$ti-prefix}-square-letter-g:before { content: $ti-icon-square-letter-g; }\n.#{$ti-prefix}-square-letter-h:before { content: $ti-icon-square-letter-h; }\n.#{$ti-prefix}-square-letter-i:before { content: $ti-icon-square-letter-i; }\n.#{$ti-prefix}-square-letter-j:before { content: $ti-icon-square-letter-j; }\n.#{$ti-prefix}-square-letter-k:before { content: $ti-icon-square-letter-k; }\n.#{$ti-prefix}-square-letter-l:before { content: $ti-icon-square-letter-l; }\n.#{$ti-prefix}-square-letter-m:before { content: $ti-icon-square-letter-m; }\n.#{$ti-prefix}-square-letter-n:before { content: $ti-icon-square-letter-n; }\n.#{$ti-prefix}-square-letter-o:before { content: $ti-icon-square-letter-o; }\n.#{$ti-prefix}-square-letter-p:before { content: $ti-icon-square-letter-p; }\n.#{$ti-prefix}-square-letter-q:before { content: $ti-icon-square-letter-q; }\n.#{$ti-prefix}-square-letter-r:before { content: $ti-icon-square-letter-r; }\n.#{$ti-prefix}-square-letter-s:before { content: $ti-icon-square-letter-s; }\n.#{$ti-prefix}-square-letter-t:before { content: $ti-icon-square-letter-t; }\n.#{$ti-prefix}-square-letter-u:before { content: $ti-icon-square-letter-u; }\n.#{$ti-prefix}-square-letter-v:before { content: $ti-icon-square-letter-v; }\n.#{$ti-prefix}-square-letter-w:before { content: $ti-icon-square-letter-w; }\n.#{$ti-prefix}-square-letter-x:before { content: $ti-icon-square-letter-x; }\n.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; }\n.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; }\n.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; }\n.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; }\n.#{$ti-prefix}-square-number-1:before { content: $ti-icon-square-number-1; }\n.#{$ti-prefix}-square-number-2:before { content: $ti-icon-square-number-2; }\n.#{$ti-prefix}-square-number-3:before { content: $ti-icon-square-number-3; }\n.#{$ti-prefix}-square-number-4:before { content: $ti-icon-square-number-4; }\n.#{$ti-prefix}-square-number-5:before { content: $ti-icon-square-number-5; }\n.#{$ti-prefix}-square-number-6:before { content: $ti-icon-square-number-6; }\n.#{$ti-prefix}-square-number-7:before { content: $ti-icon-square-number-7; }\n.#{$ti-prefix}-square-number-8:before { content: $ti-icon-square-number-8; }\n.#{$ti-prefix}-square-number-9:before { content: $ti-icon-square-number-9; }\n.#{$ti-prefix}-square-rotated:before { content: $ti-icon-square-rotated; }\n.#{$ti-prefix}-square-rounded:before { content: $ti-icon-square-rounded; }\n.#{$ti-prefix}-square-rounded-arrow-down:before { content: $ti-icon-square-rounded-arrow-down; }\n.#{$ti-prefix}-square-rounded-arrow-left:before { content: $ti-icon-square-rounded-arrow-left; }\n.#{$ti-prefix}-square-rounded-arrow-right:before { content: $ti-icon-square-rounded-arrow-right; }\n.#{$ti-prefix}-square-rounded-arrow-up:before { content: $ti-icon-square-rounded-arrow-up; }\n.#{$ti-prefix}-square-rounded-check:before { content: $ti-icon-square-rounded-check; }\n.#{$ti-prefix}-square-rounded-chevron-down:before { content: $ti-icon-square-rounded-chevron-down; }\n.#{$ti-prefix}-square-rounded-chevron-left:before { content: $ti-icon-square-rounded-chevron-left; }\n.#{$ti-prefix}-square-rounded-chevron-right:before { content: $ti-icon-square-rounded-chevron-right; }\n.#{$ti-prefix}-square-rounded-chevron-up:before { content: $ti-icon-square-rounded-chevron-up; }\n.#{$ti-prefix}-square-rounded-chevrons-down:before { content: $ti-icon-square-rounded-chevrons-down; }\n.#{$ti-prefix}-square-rounded-chevrons-left:before { content: $ti-icon-square-rounded-chevrons-left; }\n.#{$ti-prefix}-square-rounded-chevrons-right:before { content: $ti-icon-square-rounded-chevrons-right; }\n.#{$ti-prefix}-square-rounded-chevrons-up:before { content: $ti-icon-square-rounded-chevrons-up; }\n.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; }\n.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; }\n.#{$ti-prefix}-square-rounded-letter-c:before { content: $ti-icon-square-rounded-letter-c; }\n.#{$ti-prefix}-square-rounded-letter-d:before { content: $ti-icon-square-rounded-letter-d; }\n.#{$ti-prefix}-square-rounded-letter-e:before { content: $ti-icon-square-rounded-letter-e; }\n.#{$ti-prefix}-square-rounded-letter-f:before { content: $ti-icon-square-rounded-letter-f; }\n.#{$ti-prefix}-square-rounded-letter-g:before { content: $ti-icon-square-rounded-letter-g; }\n.#{$ti-prefix}-square-rounded-letter-h:before { content: $ti-icon-square-rounded-letter-h; }\n.#{$ti-prefix}-square-rounded-letter-i:before { content: $ti-icon-square-rounded-letter-i; }\n.#{$ti-prefix}-square-rounded-letter-j:before { content: $ti-icon-square-rounded-letter-j; }\n.#{$ti-prefix}-square-rounded-letter-k:before { content: $ti-icon-square-rounded-letter-k; }\n.#{$ti-prefix}-square-rounded-letter-l:before { content: $ti-icon-square-rounded-letter-l; }\n.#{$ti-prefix}-square-rounded-letter-m:before { content: $ti-icon-square-rounded-letter-m; }\n.#{$ti-prefix}-square-rounded-letter-n:before { content: $ti-icon-square-rounded-letter-n; }\n.#{$ti-prefix}-square-rounded-letter-o:before { content: $ti-icon-square-rounded-letter-o; }\n.#{$ti-prefix}-square-rounded-letter-p:before { content: $ti-icon-square-rounded-letter-p; }\n.#{$ti-prefix}-square-rounded-letter-q:before { content: $ti-icon-square-rounded-letter-q; }\n.#{$ti-prefix}-square-rounded-letter-r:before { content: $ti-icon-square-rounded-letter-r; }\n.#{$ti-prefix}-square-rounded-letter-s:before { content: $ti-icon-square-rounded-letter-s; }\n.#{$ti-prefix}-square-rounded-letter-t:before { content: $ti-icon-square-rounded-letter-t; }\n.#{$ti-prefix}-square-rounded-letter-u:before { content: $ti-icon-square-rounded-letter-u; }\n.#{$ti-prefix}-square-rounded-letter-v:before { content: $ti-icon-square-rounded-letter-v; }\n.#{$ti-prefix}-square-rounded-letter-w:before { content: $ti-icon-square-rounded-letter-w; }\n.#{$ti-prefix}-square-rounded-letter-x:before { content: $ti-icon-square-rounded-letter-x; }\n.#{$ti-prefix}-square-rounded-letter-y:before { content: $ti-icon-square-rounded-letter-y; }\n.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }\n.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }\n.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }\n.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }\n.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; }\n.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; }\n.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; }\n.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; }\n.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; }\n.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; }\n.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }\n.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }\n.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }\n.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }\n.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; }\n.#{$ti-prefix}-squares:before { content: $ti-icon-squares; }\n.#{$ti-prefix}-stack:before { content: $ti-icon-stack; }\n.#{$ti-prefix}-stack-2:before { content: $ti-icon-stack-2; }\n.#{$ti-prefix}-stack-3:before { content: $ti-icon-stack-3; }\n.#{$ti-prefix}-star:before { content: $ti-icon-star; }\n.#{$ti-prefix}-star-half:before { content: $ti-icon-star-half; }\n.#{$ti-prefix}-stars:before { content: $ti-icon-stars; }\n.#{$ti-prefix}-steering-wheel:before { content: $ti-icon-steering-wheel; }\n.#{$ti-prefix}-sun:before { content: $ti-icon-sun; }\n.#{$ti-prefix}-sunglasses:before { content: $ti-icon-sunglasses; }\n.#{$ti-prefix}-swipe-down:before { content: $ti-icon-swipe-down; }\n.#{$ti-prefix}-swipe-left:before { content: $ti-icon-swipe-left; }\n.#{$ti-prefix}-swipe-right:before { content: $ti-icon-swipe-right; }\n.#{$ti-prefix}-swipe-up:before { content: $ti-icon-swipe-up; }\n.#{$ti-prefix}-table:before { content: $ti-icon-table; }\n.#{$ti-prefix}-tag:before { content: $ti-icon-tag; }\n.#{$ti-prefix}-tags:before { content: $ti-icon-tags; }\n.#{$ti-prefix}-test-pipe-2:before { content: $ti-icon-test-pipe-2; }\n.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }\n.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }\n.#{$ti-prefix}-tilt-shift:before { content: $ti-icon-tilt-shift; }\n.#{$ti-prefix}-timeline-event:before { content: $ti-icon-timeline-event; }\n.#{$ti-prefix}-toggle-left:before { content: $ti-icon-toggle-left; }\n.#{$ti-prefix}-toggle-right:before { content: $ti-icon-toggle-right; }\n.#{$ti-prefix}-transform:before { content: $ti-icon-transform; }\n.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; }\n.#{$ti-prefix}-transition-left:before { content: $ti-icon-transition-left; }\n.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }\n.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }\n.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }\n.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }\n.#{$ti-prefix}-triangle:before { content: $ti-icon-triangle; }\n.#{$ti-prefix}-triangle-inverted:before { content: $ti-icon-triangle-inverted; }\n.#{$ti-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; }\n.#{$ti-prefix}-trophy:before { content: $ti-icon-trophy; }\n.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }\n.#{$ti-prefix}-user:before { content: $ti-icon-user; }\n.#{$ti-prefix}-versions:before { content: $ti-icon-versions; }\n.#{$ti-prefix}-windmill:before { content: $ti-icon-windmill; }\n.#{$ti-prefix}-woman:before { content: $ti-icon-woman; }\n.#{$ti-prefix}-xbox-a:before { content: $ti-icon-xbox-a; }\n.#{$ti-prefix}-xbox-b:before { content: $ti-icon-xbox-b; }\n.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; }\n.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; }\n.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }\n.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }\n.#{$ti-prefix}-zoom:before { content: $ti-icon-zoom; }\n.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }\n.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }\n.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }\n.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }\n.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }\n.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; }\n.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }\n.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }\n.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; }\n.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }\n.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }\n.#{$ti-prefix}-zoom-scan:before { content: $ti-icon-zoom-scan; }\n\n// Aliases\n.#{$ti-prefix}-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle; }\n\n","@charset \"UTF-8\";\n/*!\n * Tabler Icons 3.20.0 by tabler - https://tabler.io\n * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE\n */\n$ti-font-family: 'tabler-icons-outline' !default;\n$ti-font-path: './fonts' !default;\n$ti-font-display: null !default;\n$ti-prefix: 'ti' !default;\n\n@font-face {\n font-family: $ti-font-family;\n font-style: normal;\n font-weight: 400;\n font-display: $ti-font-display;\n src: url('#{$ti-font-path}/tabler-icons-outline.woff2?v3.20.0') format('woff2'),\n url('#{$ti-font-path}/tabler-icons-outline.woff?') format('woff'),\n url('#{$ti-font-path}/tabler-icons-outline.ttf?v3.20.0') format('truetype');\n}\n\n.#{$ti-prefix} {\n font-family: $ti-font-family !important;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n@function unicode($str) {\n @return unquote(\"\\\"\")+unquote(str-insert($str, \"\\\\\", 1))+unquote(\"\\\"\")\n}\n\n\n$ti-icon-a-b: unicode('ec36');\n$ti-icon-a-b-2: unicode('f25f');\n$ti-icon-a-b-off: unicode('f0a6');\n$ti-icon-abacus: unicode('f05c');\n$ti-icon-abacus-off: unicode('f3b6');\n$ti-icon-abc: unicode('f567');\n$ti-icon-access-point: unicode('ed1b');\n$ti-icon-access-point-off: unicode('ed1a');\n$ti-icon-accessible: unicode('eba9');\n$ti-icon-accessible-off: unicode('f0a7');\n$ti-icon-activity: unicode('ed23');\n$ti-icon-activity-heartbeat: unicode('f0db');\n$ti-icon-ad: unicode('ea02');\n$ti-icon-ad-2: unicode('ef1f');\n$ti-icon-ad-circle: unicode('f79e');\n$ti-icon-ad-circle-off: unicode('f79d');\n$ti-icon-ad-off: unicode('f3b7');\n$ti-icon-address-book: unicode('f021');\n$ti-icon-address-book-off: unicode('f3b8');\n$ti-icon-adjustments: unicode('ea03');\n$ti-icon-adjustments-alt: unicode('ec37');\n$ti-icon-adjustments-bolt: unicode('f7fb');\n$ti-icon-adjustments-cancel: unicode('f7fc');\n$ti-icon-adjustments-check: unicode('f7fd');\n$ti-icon-adjustments-code: unicode('f7fe');\n$ti-icon-adjustments-cog: unicode('f7ff');\n$ti-icon-adjustments-dollar: unicode('f800');\n$ti-icon-adjustments-down: unicode('f801');\n$ti-icon-adjustments-exclamation: unicode('f802');\n$ti-icon-adjustments-heart: unicode('f803');\n$ti-icon-adjustments-horizontal: unicode('ec38');\n$ti-icon-adjustments-minus: unicode('f804');\n$ti-icon-adjustments-off: unicode('f0a8');\n$ti-icon-adjustments-pause: unicode('f805');\n$ti-icon-adjustments-pin: unicode('f806');\n$ti-icon-adjustments-plus: unicode('f807');\n$ti-icon-adjustments-question: unicode('f808');\n$ti-icon-adjustments-search: unicode('f809');\n$ti-icon-adjustments-share: unicode('f80a');\n$ti-icon-adjustments-spark: unicode('ffbe');\n$ti-icon-adjustments-star: unicode('f80b');\n$ti-icon-adjustments-up: unicode('f80c');\n$ti-icon-adjustments-x: unicode('f80d');\n$ti-icon-aerial-lift: unicode('edfe');\n$ti-icon-affiliate: unicode('edff');\n$ti-icon-ai: unicode('fee7');\n$ti-icon-air-balloon: unicode('f4a6');\n$ti-icon-air-conditioning: unicode('f3a2');\n$ti-icon-air-conditioning-disabled: unicode('f542');\n$ti-icon-air-traffic-control: unicode('fb01');\n$ti-icon-alarm: unicode('ea04');\n$ti-icon-alarm-average: unicode('fc9e');\n$ti-icon-alarm-minus: unicode('f630');\n$ti-icon-alarm-off: unicode('f0a9');\n$ti-icon-alarm-plus: unicode('f631');\n$ti-icon-alarm-snooze: unicode('f632');\n$ti-icon-album: unicode('f022');\n$ti-icon-album-off: unicode('f3b9');\n$ti-icon-alert-circle: unicode('ea05');\n$ti-icon-alert-circle-off: unicode('fc65');\n$ti-icon-alert-hexagon: unicode('f80e');\n$ti-icon-alert-hexagon-off: unicode('fc66');\n$ti-icon-alert-octagon: unicode('ecc6');\n$ti-icon-alert-small: unicode('f80f');\n$ti-icon-alert-small-off: unicode('fc67');\n$ti-icon-alert-square: unicode('f811');\n$ti-icon-alert-square-rounded: unicode('f810');\n$ti-icon-alert-square-rounded-off: unicode('fc68');\n$ti-icon-alert-triangle: unicode('ea06');\n$ti-icon-alert-triangle-off: unicode('fc69');\n$ti-icon-alien: unicode('ebde');\n$ti-icon-align-box-bottom-center: unicode('f530');\n$ti-icon-align-box-bottom-left: unicode('f531');\n$ti-icon-align-box-bottom-right: unicode('f532');\n$ti-icon-align-box-center-bottom: unicode('facb');\n$ti-icon-align-box-center-middle: unicode('f79f');\n$ti-icon-align-box-center-stretch: unicode('facc');\n$ti-icon-align-box-center-top: unicode('facd');\n$ti-icon-align-box-left-bottom: unicode('f533');\n$ti-icon-align-box-left-middle: unicode('f534');\n$ti-icon-align-box-left-stretch: unicode('face');\n$ti-icon-align-box-left-top: unicode('f535');\n$ti-icon-align-box-right-bottom: unicode('f536');\n$ti-icon-align-box-right-middle: unicode('f537');\n$ti-icon-align-box-right-stretch: unicode('facf');\n$ti-icon-align-box-right-top: unicode('f538');\n$ti-icon-align-box-top-center: unicode('f539');\n$ti-icon-align-box-top-left: unicode('f53a');\n$ti-icon-align-box-top-right: unicode('f53b');\n$ti-icon-align-center: unicode('ea07');\n$ti-icon-align-justified: unicode('ea08');\n$ti-icon-align-left: unicode('ea09');\n$ti-icon-align-left-2: unicode('ff00');\n$ti-icon-align-right: unicode('ea0a');\n$ti-icon-align-right-2: unicode('feff');\n$ti-icon-alpha: unicode('f543');\n$ti-icon-alphabet-arabic: unicode('ff2f');\n$ti-icon-alphabet-bangla: unicode('ff2e');\n$ti-icon-alphabet-cyrillic: unicode('f1df');\n$ti-icon-alphabet-greek: unicode('f1e0');\n$ti-icon-alphabet-hebrew: unicode('ff2d');\n$ti-icon-alphabet-korean: unicode('ff2c');\n$ti-icon-alphabet-latin: unicode('f1e1');\n$ti-icon-alphabet-thai: unicode('ff2b');\n$ti-icon-alt: unicode('fc54');\n$ti-icon-ambulance: unicode('ebf5');\n$ti-icon-ampersand: unicode('f229');\n$ti-icon-analyze: unicode('f3a3');\n$ti-icon-analyze-off: unicode('f3ba');\n$ti-icon-anchor: unicode('eb76');\n$ti-icon-anchor-off: unicode('f0f7');\n$ti-icon-angle: unicode('ef20');\n$ti-icon-ankh: unicode('f1cd');\n$ti-icon-antenna: unicode('f094');\n$ti-icon-antenna-bars-1: unicode('ecc7');\n$ti-icon-antenna-bars-2: unicode('ecc8');\n$ti-icon-antenna-bars-3: unicode('ecc9');\n$ti-icon-antenna-bars-4: unicode('ecca');\n$ti-icon-antenna-bars-5: unicode('eccb');\n$ti-icon-antenna-bars-off: unicode('f0aa');\n$ti-icon-antenna-off: unicode('f3bb');\n$ti-icon-aperture: unicode('eb58');\n$ti-icon-aperture-off: unicode('f3bc');\n$ti-icon-api: unicode('effd');\n$ti-icon-api-app: unicode('effc');\n$ti-icon-api-app-off: unicode('f0ab');\n$ti-icon-api-off: unicode('f0f8');\n$ti-icon-app-window: unicode('efe6');\n$ti-icon-apple: unicode('ef21');\n$ti-icon-apps: unicode('ebb6');\n$ti-icon-apps-off: unicode('f0ac');\n$ti-icon-archery-arrow: unicode('fc55');\n$ti-icon-archive: unicode('ea0b');\n$ti-icon-archive-off: unicode('f0ad');\n$ti-icon-armchair: unicode('ef9e');\n$ti-icon-armchair-2: unicode('efe7');\n$ti-icon-armchair-2-off: unicode('f3bd');\n$ti-icon-armchair-off: unicode('f3be');\n$ti-icon-arrow-autofit-content: unicode('ef31');\n$ti-icon-arrow-autofit-down: unicode('ef32');\n$ti-icon-arrow-autofit-height: unicode('ef33');\n$ti-icon-arrow-autofit-left: unicode('ef34');\n$ti-icon-arrow-autofit-right: unicode('ef35');\n$ti-icon-arrow-autofit-up: unicode('ef36');\n$ti-icon-arrow-autofit-width: unicode('ef37');\n$ti-icon-arrow-back: unicode('ea0c');\n$ti-icon-arrow-back-up: unicode('eb77');\n$ti-icon-arrow-back-up-double: unicode('f9ec');\n$ti-icon-arrow-badge-down: unicode('f60b');\n$ti-icon-arrow-badge-left: unicode('f60c');\n$ti-icon-arrow-badge-right: unicode('f60d');\n$ti-icon-arrow-badge-up: unicode('f60e');\n$ti-icon-arrow-bar-both: unicode('fadd');\n$ti-icon-arrow-bar-down: unicode('ea0d');\n$ti-icon-arrow-bar-left: unicode('ea0e');\n$ti-icon-arrow-bar-right: unicode('ea0f');\n$ti-icon-arrow-bar-to-down: unicode('ec88');\n$ti-icon-arrow-bar-to-left: unicode('ec89');\n$ti-icon-arrow-bar-to-right: unicode('ec8a');\n$ti-icon-arrow-bar-to-up: unicode('ec8b');\n$ti-icon-arrow-bar-up: unicode('ea10');\n$ti-icon-arrow-bear-left: unicode('f045');\n$ti-icon-arrow-bear-left-2: unicode('f044');\n$ti-icon-arrow-bear-right: unicode('f047');\n$ti-icon-arrow-bear-right-2: unicode('f046');\n$ti-icon-arrow-big-down: unicode('edda');\n$ti-icon-arrow-big-down-line: unicode('efe8');\n$ti-icon-arrow-big-down-lines: unicode('efe9');\n$ti-icon-arrow-big-left: unicode('eddb');\n$ti-icon-arrow-big-left-line: unicode('efea');\n$ti-icon-arrow-big-left-lines: unicode('efeb');\n$ti-icon-arrow-big-right: unicode('eddc');\n$ti-icon-arrow-big-right-line: unicode('efec');\n$ti-icon-arrow-big-right-lines: unicode('efed');\n$ti-icon-arrow-big-up: unicode('eddd');\n$ti-icon-arrow-big-up-line: unicode('efee');\n$ti-icon-arrow-big-up-lines: unicode('efef');\n$ti-icon-arrow-bounce: unicode('f3a4');\n$ti-icon-arrow-capsule: unicode('fade');\n$ti-icon-arrow-curve-left: unicode('f048');\n$ti-icon-arrow-curve-right: unicode('f049');\n$ti-icon-arrow-down: unicode('ea16');\n$ti-icon-arrow-down-bar: unicode('ed98');\n$ti-icon-arrow-down-circle: unicode('ea11');\n$ti-icon-arrow-down-dashed: unicode('1006a');\n$ti-icon-arrow-down-from-arc: unicode('fd86');\n$ti-icon-arrow-down-left: unicode('ea13');\n$ti-icon-arrow-down-left-circle: unicode('ea12');\n$ti-icon-arrow-down-rhombus: unicode('f61d');\n$ti-icon-arrow-down-right: unicode('ea15');\n$ti-icon-arrow-down-right-circle: unicode('ea14');\n$ti-icon-arrow-down-square: unicode('ed9a');\n$ti-icon-arrow-down-tail: unicode('ed9b');\n$ti-icon-arrow-down-to-arc: unicode('fd87');\n$ti-icon-arrow-elbow-left: unicode('f9ed');\n$ti-icon-arrow-elbow-right: unicode('f9ee');\n$ti-icon-arrow-fork: unicode('f04a');\n$ti-icon-arrow-forward: unicode('ea17');\n$ti-icon-arrow-forward-up: unicode('eb78');\n$ti-icon-arrow-forward-up-double: unicode('f9ef');\n$ti-icon-arrow-guide: unicode('f22a');\n$ti-icon-arrow-iteration: unicode('f578');\n$ti-icon-arrow-left: unicode('ea19');\n$ti-icon-arrow-left-bar: unicode('ed9c');\n$ti-icon-arrow-left-circle: unicode('ea18');\n$ti-icon-arrow-left-dashed: unicode('10069');\n$ti-icon-arrow-left-from-arc: unicode('fd88');\n$ti-icon-arrow-left-rhombus: unicode('f61e');\n$ti-icon-arrow-left-right: unicode('f04b');\n$ti-icon-arrow-left-square: unicode('ed9d');\n$ti-icon-arrow-left-tail: unicode('ed9e');\n$ti-icon-arrow-left-to-arc: unicode('fd89');\n$ti-icon-arrow-loop-left: unicode('ed9f');\n$ti-icon-arrow-loop-left-2: unicode('f04c');\n$ti-icon-arrow-loop-right: unicode('eda0');\n$ti-icon-arrow-loop-right-2: unicode('f04d');\n$ti-icon-arrow-merge: unicode('f04e');\n$ti-icon-arrow-merge-alt-left: unicode('fc9f');\n$ti-icon-arrow-merge-alt-right: unicode('fca0');\n$ti-icon-arrow-merge-both: unicode('f23b');\n$ti-icon-arrow-merge-left: unicode('f23c');\n$ti-icon-arrow-merge-right: unicode('f23d');\n$ti-icon-arrow-move-down: unicode('f2ba');\n$ti-icon-arrow-move-left: unicode('f2bb');\n$ti-icon-arrow-move-right: unicode('f2bc');\n$ti-icon-arrow-move-up: unicode('f2bd');\n$ti-icon-arrow-narrow-down: unicode('ea1a');\n$ti-icon-arrow-narrow-down-dashed: unicode('10068');\n$ti-icon-arrow-narrow-left: unicode('ea1b');\n$ti-icon-arrow-narrow-left-dashed: unicode('10067');\n$ti-icon-arrow-narrow-right: unicode('ea1c');\n$ti-icon-arrow-narrow-right-dashed: unicode('10066');\n$ti-icon-arrow-narrow-up: unicode('ea1d');\n$ti-icon-arrow-narrow-up-dashed: unicode('10065');\n$ti-icon-arrow-ramp-left: unicode('ed3c');\n$ti-icon-arrow-ramp-left-2: unicode('f04f');\n$ti-icon-arrow-ramp-left-3: unicode('f050');\n$ti-icon-arrow-ramp-right: unicode('ed3d');\n$ti-icon-arrow-ramp-right-2: unicode('f051');\n$ti-icon-arrow-ramp-right-3: unicode('f052');\n$ti-icon-arrow-right: unicode('ea1f');\n$ti-icon-arrow-right-bar: unicode('eda1');\n$ti-icon-arrow-right-circle: unicode('ea1e');\n$ti-icon-arrow-right-dashed: unicode('10064');\n$ti-icon-arrow-right-from-arc: unicode('fd8a');\n$ti-icon-arrow-right-rhombus: unicode('f61f');\n$ti-icon-arrow-right-square: unicode('eda2');\n$ti-icon-arrow-right-tail: unicode('eda3');\n$ti-icon-arrow-right-to-arc: unicode('fd8b');\n$ti-icon-arrow-rotary-first-left: unicode('f053');\n$ti-icon-arrow-rotary-first-right: unicode('f054');\n$ti-icon-arrow-rotary-last-left: unicode('f055');\n$ti-icon-arrow-rotary-last-right: unicode('f056');\n$ti-icon-arrow-rotary-left: unicode('f057');\n$ti-icon-arrow-rotary-right: unicode('f058');\n$ti-icon-arrow-rotary-straight: unicode('f059');\n$ti-icon-arrow-roundabout-left: unicode('f22b');\n$ti-icon-arrow-roundabout-right: unicode('f22c');\n$ti-icon-arrow-sharp-turn-left: unicode('f05a');\n$ti-icon-arrow-sharp-turn-right: unicode('f05b');\n$ti-icon-arrow-up: unicode('ea25');\n$ti-icon-arrow-up-bar: unicode('eda4');\n$ti-icon-arrow-up-circle: unicode('ea20');\n$ti-icon-arrow-up-dashed: unicode('10063');\n$ti-icon-arrow-up-from-arc: unicode('fd8c');\n$ti-icon-arrow-up-left: unicode('ea22');\n$ti-icon-arrow-up-left-circle: unicode('ea21');\n$ti-icon-arrow-up-rhombus: unicode('f620');\n$ti-icon-arrow-up-right: unicode('ea24');\n$ti-icon-arrow-up-right-circle: unicode('ea23');\n$ti-icon-arrow-up-square: unicode('eda6');\n$ti-icon-arrow-up-tail: unicode('eda7');\n$ti-icon-arrow-up-to-arc: unicode('fd8d');\n$ti-icon-arrow-wave-left-down: unicode('eda8');\n$ti-icon-arrow-wave-left-up: unicode('eda9');\n$ti-icon-arrow-wave-right-down: unicode('edaa');\n$ti-icon-arrow-wave-right-up: unicode('edab');\n$ti-icon-arrow-zig-zag: unicode('f4a7');\n$ti-icon-arrows-cross: unicode('effe');\n$ti-icon-arrows-diagonal: unicode('ea27');\n$ti-icon-arrows-diagonal-2: unicode('ea26');\n$ti-icon-arrows-diagonal-minimize: unicode('ef39');\n$ti-icon-arrows-diagonal-minimize-2: unicode('ef38');\n$ti-icon-arrows-diff: unicode('f296');\n$ti-icon-arrows-double-ne-sw: unicode('edde');\n$ti-icon-arrows-double-nw-se: unicode('eddf');\n$ti-icon-arrows-double-se-nw: unicode('ede0');\n$ti-icon-arrows-double-sw-ne: unicode('ede1');\n$ti-icon-arrows-down: unicode('edad');\n$ti-icon-arrows-down-up: unicode('edac');\n$ti-icon-arrows-exchange: unicode('f1f4');\n$ti-icon-arrows-exchange-2: unicode('f1f3');\n$ti-icon-arrows-horizontal: unicode('eb59');\n$ti-icon-arrows-join: unicode('edaf');\n$ti-icon-arrows-join-2: unicode('edae');\n$ti-icon-arrows-left: unicode('edb1');\n$ti-icon-arrows-left-down: unicode('ee00');\n$ti-icon-arrows-left-right: unicode('edb0');\n$ti-icon-arrows-maximize: unicode('ea28');\n$ti-icon-arrows-minimize: unicode('ea29');\n$ti-icon-arrows-move: unicode('f22f');\n$ti-icon-arrows-move-horizontal: unicode('f22d');\n$ti-icon-arrows-move-vertical: unicode('f22e');\n$ti-icon-arrows-random: unicode('f095');\n$ti-icon-arrows-right: unicode('edb3');\n$ti-icon-arrows-right-down: unicode('ee01');\n$ti-icon-arrows-right-left: unicode('edb2');\n$ti-icon-arrows-shuffle: unicode('f000');\n$ti-icon-arrows-shuffle-2: unicode('efff');\n$ti-icon-arrows-sort: unicode('eb5a');\n$ti-icon-arrows-split: unicode('edb5');\n$ti-icon-arrows-split-2: unicode('edb4');\n$ti-icon-arrows-transfer-down: unicode('f2cc');\n$ti-icon-arrows-transfer-up: unicode('f2cd');\n$ti-icon-arrows-transfer-up-down: unicode('ffac');\n$ti-icon-arrows-up: unicode('edb7');\n$ti-icon-arrows-up-down: unicode('edb6');\n$ti-icon-arrows-up-left: unicode('ee02');\n$ti-icon-arrows-up-right: unicode('ee03');\n$ti-icon-arrows-vertical: unicode('eb5b');\n$ti-icon-artboard: unicode('ea2a');\n$ti-icon-artboard-off: unicode('f0ae');\n$ti-icon-article: unicode('f1e2');\n$ti-icon-article-off: unicode('f3bf');\n$ti-icon-aspect-ratio: unicode('ed30');\n$ti-icon-aspect-ratio-off: unicode('f0af');\n$ti-icon-assembly: unicode('f24d');\n$ti-icon-assembly-off: unicode('f3c0');\n$ti-icon-asset: unicode('f1ce');\n$ti-icon-asterisk: unicode('efd5');\n$ti-icon-asterisk-simple: unicode('efd4');\n$ti-icon-at: unicode('ea2b');\n$ti-icon-at-off: unicode('f0b0');\n$ti-icon-atom: unicode('eb79');\n$ti-icon-atom-2: unicode('ebdf');\n$ti-icon-atom-off: unicode('f0f9');\n$ti-icon-augmented-reality: unicode('f023');\n$ti-icon-augmented-reality-2: unicode('f37e');\n$ti-icon-augmented-reality-off: unicode('f3c1');\n$ti-icon-auth-2fa: unicode('eca0');\n$ti-icon-automatic-gearbox: unicode('fc89');\n$ti-icon-automation: unicode('fef8');\n$ti-icon-avocado: unicode('fd8e');\n$ti-icon-award: unicode('ea2c');\n$ti-icon-award-off: unicode('f0fa');\n$ti-icon-axe: unicode('ef9f');\n$ti-icon-axis-x: unicode('ef45');\n$ti-icon-axis-y: unicode('ef46');\n$ti-icon-baby-bottle: unicode('f5d2');\n$ti-icon-baby-carriage: unicode('f05d');\n$ti-icon-background: unicode('fd2c');\n$ti-icon-backhoe: unicode('ed86');\n$ti-icon-backpack: unicode('ef47');\n$ti-icon-backpack-off: unicode('f3c2');\n$ti-icon-backslash: unicode('fab9');\n$ti-icon-backspace: unicode('ea2d');\n$ti-icon-badge: unicode('efc2');\n$ti-icon-badge-3d: unicode('f555');\n$ti-icon-badge-4k: unicode('f556');\n$ti-icon-badge-8k: unicode('f557');\n$ti-icon-badge-ad: unicode('f558');\n$ti-icon-badge-ad-off: unicode('fd8f');\n$ti-icon-badge-ar: unicode('f559');\n$ti-icon-badge-cc: unicode('f55a');\n$ti-icon-badge-hd: unicode('f55b');\n$ti-icon-badge-off: unicode('f0fb');\n$ti-icon-badge-sd: unicode('f55c');\n$ti-icon-badge-tm: unicode('f55d');\n$ti-icon-badge-vo: unicode('f55e');\n$ti-icon-badge-vr: unicode('f55f');\n$ti-icon-badge-wc: unicode('f560');\n$ti-icon-badges: unicode('efc3');\n$ti-icon-badges-off: unicode('f0fc');\n$ti-icon-baguette: unicode('f3a5');\n$ti-icon-ball-american-football: unicode('ee04');\n$ti-icon-ball-american-football-off: unicode('f3c3');\n$ti-icon-ball-baseball: unicode('efa0');\n$ti-icon-ball-basketball: unicode('ec28');\n$ti-icon-ball-bowling: unicode('ec29');\n$ti-icon-ball-football: unicode('ee06');\n$ti-icon-ball-football-off: unicode('ee05');\n$ti-icon-ball-tennis: unicode('ec2a');\n$ti-icon-ball-volleyball: unicode('ec2b');\n$ti-icon-balloon: unicode('ef3a');\n$ti-icon-balloon-off: unicode('f0fd');\n$ti-icon-ballpen: unicode('f06e');\n$ti-icon-ballpen-off: unicode('f0b1');\n$ti-icon-ban: unicode('ea2e');\n$ti-icon-bandage: unicode('eb7a');\n$ti-icon-bandage-off: unicode('f3c4');\n$ti-icon-barbell: unicode('eff0');\n$ti-icon-barbell-off: unicode('f0b2');\n$ti-icon-barcode: unicode('ebc6');\n$ti-icon-barcode-off: unicode('f0b3');\n$ti-icon-barrel: unicode('f0b4');\n$ti-icon-barrel-off: unicode('f0fe');\n$ti-icon-barrier-block: unicode('f00e');\n$ti-icon-barrier-block-off: unicode('f0b5');\n$ti-icon-baseline: unicode('f024');\n$ti-icon-baseline-density-large: unicode('f9f0');\n$ti-icon-baseline-density-medium: unicode('f9f1');\n$ti-icon-baseline-density-small: unicode('f9f2');\n$ti-icon-basket: unicode('ebe1');\n$ti-icon-basket-bolt: unicode('fb43');\n$ti-icon-basket-cancel: unicode('fb44');\n$ti-icon-basket-check: unicode('fb45');\n$ti-icon-basket-code: unicode('fb46');\n$ti-icon-basket-cog: unicode('fb47');\n$ti-icon-basket-discount: unicode('fb48');\n$ti-icon-basket-dollar: unicode('fb49');\n$ti-icon-basket-down: unicode('fb4a');\n$ti-icon-basket-exclamation: unicode('fb4b');\n$ti-icon-basket-heart: unicode('fb4c');\n$ti-icon-basket-minus: unicode('fb4d');\n$ti-icon-basket-off: unicode('f0b6');\n$ti-icon-basket-pause: unicode('fb4e');\n$ti-icon-basket-pin: unicode('fb4f');\n$ti-icon-basket-plus: unicode('fb50');\n$ti-icon-basket-question: unicode('fb51');\n$ti-icon-basket-search: unicode('fb52');\n$ti-icon-basket-share: unicode('fb53');\n$ti-icon-basket-star: unicode('fb54');\n$ti-icon-basket-up: unicode('fb55');\n$ti-icon-basket-x: unicode('fb56');\n$ti-icon-bat: unicode('f284');\n$ti-icon-bath: unicode('ef48');\n$ti-icon-bath-off: unicode('f0ff');\n$ti-icon-battery: unicode('ea34');\n$ti-icon-battery-1: unicode('ea2f');\n$ti-icon-battery-2: unicode('ea30');\n$ti-icon-battery-3: unicode('ea31');\n$ti-icon-battery-4: unicode('ea32');\n$ti-icon-battery-automotive: unicode('ee07');\n$ti-icon-battery-charging: unicode('ea33');\n$ti-icon-battery-charging-2: unicode('ef3b');\n$ti-icon-battery-eco: unicode('ef3c');\n$ti-icon-battery-exclamation: unicode('ff1d');\n$ti-icon-battery-off: unicode('ed1c');\n$ti-icon-battery-spark: unicode('ffbd');\n$ti-icon-battery-vertical: unicode('ff13');\n$ti-icon-battery-vertical-1: unicode('ff1c');\n$ti-icon-battery-vertical-2: unicode('ff1b');\n$ti-icon-battery-vertical-3: unicode('ff1a');\n$ti-icon-battery-vertical-4: unicode('ff19');\n$ti-icon-battery-vertical-charging: unicode('ff17');\n$ti-icon-battery-vertical-charging-2: unicode('ff18');\n$ti-icon-battery-vertical-eco: unicode('ff16');\n$ti-icon-battery-vertical-exclamation: unicode('ff15');\n$ti-icon-battery-vertical-off: unicode('ff14');\n$ti-icon-beach: unicode('ef3d');\n$ti-icon-beach-off: unicode('f0b7');\n$ti-icon-bed: unicode('eb5c');\n$ti-icon-bed-flat: unicode('fca1');\n$ti-icon-bed-off: unicode('f100');\n$ti-icon-beer: unicode('efa1');\n$ti-icon-beer-off: unicode('f101');\n$ti-icon-bell: unicode('ea35');\n$ti-icon-bell-bolt: unicode('f812');\n$ti-icon-bell-cancel: unicode('f813');\n$ti-icon-bell-check: unicode('f814');\n$ti-icon-bell-code: unicode('f815');\n$ti-icon-bell-cog: unicode('f816');\n$ti-icon-bell-dollar: unicode('f817');\n$ti-icon-bell-down: unicode('f818');\n$ti-icon-bell-exclamation: unicode('f819');\n$ti-icon-bell-heart: unicode('f81a');\n$ti-icon-bell-minus: unicode('ede2');\n$ti-icon-bell-off: unicode('ece9');\n$ti-icon-bell-pause: unicode('f81b');\n$ti-icon-bell-pin: unicode('f81c');\n$ti-icon-bell-plus: unicode('ede3');\n$ti-icon-bell-question: unicode('f81d');\n$ti-icon-bell-ringing: unicode('ed07');\n$ti-icon-bell-ringing-2: unicode('ede4');\n$ti-icon-bell-school: unicode('f05e');\n$ti-icon-bell-search: unicode('f81e');\n$ti-icon-bell-share: unicode('f81f');\n$ti-icon-bell-star: unicode('f820');\n$ti-icon-bell-up: unicode('f821');\n$ti-icon-bell-x: unicode('ede5');\n$ti-icon-bell-z: unicode('eff1');\n$ti-icon-beta: unicode('f544');\n$ti-icon-bible: unicode('efc4');\n$ti-icon-bike: unicode('ea36');\n$ti-icon-bike-off: unicode('f0b8');\n$ti-icon-binary: unicode('ee08');\n$ti-icon-binary-off: unicode('f3c5');\n$ti-icon-binary-tree: unicode('f5d4');\n$ti-icon-binary-tree-2: unicode('f5d3');\n$ti-icon-binoculars: unicode('fefe');\n$ti-icon-biohazard: unicode('ecb8');\n$ti-icon-biohazard-off: unicode('f0b9');\n$ti-icon-blade: unicode('f4bd');\n$ti-icon-bleach: unicode('f2f3');\n$ti-icon-bleach-chlorine: unicode('f2f0');\n$ti-icon-bleach-no-chlorine: unicode('f2f1');\n$ti-icon-bleach-off: unicode('f2f2');\n$ti-icon-blend-mode: unicode('feb0');\n$ti-icon-blender: unicode('fca2');\n$ti-icon-blob: unicode('feaf');\n$ti-icon-blockquote: unicode('ee09');\n$ti-icon-bluetooth: unicode('ea37');\n$ti-icon-bluetooth-connected: unicode('ecea');\n$ti-icon-bluetooth-off: unicode('eceb');\n$ti-icon-bluetooth-x: unicode('f081');\n$ti-icon-blur: unicode('ef8c');\n$ti-icon-blur-off: unicode('f3c6');\n$ti-icon-bmp: unicode('f3a6');\n$ti-icon-body-scan: unicode('fca3');\n$ti-icon-bold: unicode('eb7b');\n$ti-icon-bold-off: unicode('f0ba');\n$ti-icon-bolt: unicode('ea38');\n$ti-icon-bolt-off: unicode('ecec');\n$ti-icon-bomb: unicode('f59c');\n$ti-icon-bone: unicode('edb8');\n$ti-icon-bone-off: unicode('f0bb');\n$ti-icon-bong: unicode('f3a7');\n$ti-icon-bong-off: unicode('f3c7');\n$ti-icon-book: unicode('ea39');\n$ti-icon-book-2: unicode('efc5');\n$ti-icon-book-download: unicode('f070');\n$ti-icon-book-off: unicode('f0bc');\n$ti-icon-book-upload: unicode('f071');\n$ti-icon-bookmark: unicode('ea3a');\n$ti-icon-bookmark-ai: unicode('fc8a');\n$ti-icon-bookmark-edit: unicode('fa5e');\n$ti-icon-bookmark-minus: unicode('fa5f');\n$ti-icon-bookmark-off: unicode('eced');\n$ti-icon-bookmark-plus: unicode('fa60');\n$ti-icon-bookmark-question: unicode('fa61');\n$ti-icon-bookmarks: unicode('ed08');\n$ti-icon-bookmarks-off: unicode('f0bd');\n$ti-icon-books: unicode('eff2');\n$ti-icon-books-off: unicode('f0be');\n$ti-icon-boom: unicode('fdbe');\n$ti-icon-border-all: unicode('ea3b');\n$ti-icon-border-bottom: unicode('ea3c');\n$ti-icon-border-bottom-plus: unicode('fdbd');\n$ti-icon-border-corner-ios: unicode('fd98');\n$ti-icon-border-corner-pill: unicode('fd62');\n$ti-icon-border-corner-rounded: unicode('fd63');\n$ti-icon-border-corner-square: unicode('fd64');\n$ti-icon-border-corners: unicode('f7a0');\n$ti-icon-border-horizontal: unicode('ea3d');\n$ti-icon-border-inner: unicode('ea3e');\n$ti-icon-border-left: unicode('ea3f');\n$ti-icon-border-left-plus: unicode('fdbc');\n$ti-icon-border-none: unicode('ea40');\n$ti-icon-border-outer: unicode('ea41');\n$ti-icon-border-radius: unicode('eb7c');\n$ti-icon-border-right: unicode('ea42');\n$ti-icon-border-right-plus: unicode('fdbb');\n$ti-icon-border-sides: unicode('f7a1');\n$ti-icon-border-style: unicode('ee0a');\n$ti-icon-border-style-2: unicode('ef22');\n$ti-icon-border-top: unicode('ea43');\n$ti-icon-border-top-plus: unicode('fdba');\n$ti-icon-border-vertical: unicode('ea44');\n$ti-icon-bottle: unicode('ef0b');\n$ti-icon-bottle-off: unicode('f3c8');\n$ti-icon-bounce-left: unicode('f59d');\n$ti-icon-bounce-right: unicode('f59e');\n$ti-icon-bow: unicode('f096');\n$ti-icon-bowl: unicode('f4fa');\n$ti-icon-bowl-chopsticks: unicode('fd90');\n$ti-icon-bowl-spoon: unicode('fd91');\n$ti-icon-box: unicode('ea45');\n$ti-icon-box-align-bottom: unicode('f2a8');\n$ti-icon-box-align-bottom-left: unicode('f2ce');\n$ti-icon-box-align-bottom-right: unicode('f2cf');\n$ti-icon-box-align-left: unicode('f2a9');\n$ti-icon-box-align-right: unicode('f2aa');\n$ti-icon-box-align-top: unicode('f2ab');\n$ti-icon-box-align-top-left: unicode('f2d0');\n$ti-icon-box-align-top-right: unicode('f2d1');\n$ti-icon-box-margin: unicode('ee0b');\n$ti-icon-box-model: unicode('ee0c');\n$ti-icon-box-model-2: unicode('ef23');\n$ti-icon-box-model-2-off: unicode('f3c9');\n$ti-icon-box-model-off: unicode('f3ca');\n$ti-icon-box-multiple: unicode('ee17');\n$ti-icon-box-multiple-0: unicode('ee0d');\n$ti-icon-box-multiple-1: unicode('ee0e');\n$ti-icon-box-multiple-2: unicode('ee0f');\n$ti-icon-box-multiple-3: unicode('ee10');\n$ti-icon-box-multiple-4: unicode('ee11');\n$ti-icon-box-multiple-5: unicode('ee12');\n$ti-icon-box-multiple-6: unicode('ee13');\n$ti-icon-box-multiple-7: unicode('ee14');\n$ti-icon-box-multiple-8: unicode('ee15');\n$ti-icon-box-multiple-9: unicode('ee16');\n$ti-icon-box-off: unicode('f102');\n$ti-icon-box-padding: unicode('ee18');\n$ti-icon-braces: unicode('ebcc');\n$ti-icon-braces-off: unicode('f0bf');\n$ti-icon-brackets: unicode('ebcd');\n$ti-icon-brackets-angle: unicode('fcb2');\n$ti-icon-brackets-angle-off: unicode('fcb1');\n$ti-icon-brackets-contain: unicode('f1e5');\n$ti-icon-brackets-contain-end: unicode('f1e3');\n$ti-icon-brackets-contain-start: unicode('f1e4');\n$ti-icon-brackets-off: unicode('f0c0');\n$ti-icon-braille: unicode('f545');\n$ti-icon-brain: unicode('f59f');\n$ti-icon-brand-4chan: unicode('f494');\n$ti-icon-brand-abstract: unicode('f495');\n$ti-icon-brand-adobe: unicode('f0dc');\n$ti-icon-brand-adobe-after-effect: unicode('ff2a');\n$ti-icon-brand-adobe-illustrator: unicode('ff29');\n$ti-icon-brand-adobe-indesign: unicode('ff28');\n$ti-icon-brand-adobe-photoshop: unicode('ff27');\n$ti-icon-brand-adobe-premier: unicode('ff26');\n$ti-icon-brand-adobe-xd: unicode('ff25');\n$ti-icon-brand-adonis-js: unicode('f496');\n$ti-icon-brand-airbnb: unicode('ed68');\n$ti-icon-brand-airtable: unicode('ef6a');\n$ti-icon-brand-algolia: unicode('f390');\n$ti-icon-brand-alipay: unicode('f7a2');\n$ti-icon-brand-alpine-js: unicode('f324');\n$ti-icon-brand-amazon: unicode('f230');\n$ti-icon-brand-amd: unicode('f653');\n$ti-icon-brand-amie: unicode('ffab');\n$ti-icon-brand-amigo: unicode('f5f9');\n$ti-icon-brand-among-us: unicode('f205');\n$ti-icon-brand-android: unicode('ec16');\n$ti-icon-brand-angular: unicode('ef6b');\n$ti-icon-brand-ansible: unicode('fa70');\n$ti-icon-brand-ao3: unicode('f5e8');\n$ti-icon-brand-appgallery: unicode('f231');\n$ti-icon-brand-apple: unicode('ec17');\n$ti-icon-brand-apple-arcade: unicode('ed69');\n$ti-icon-brand-apple-news: unicode('ff24');\n$ti-icon-brand-apple-podcast: unicode('f1e6');\n$ti-icon-brand-appstore: unicode('ed24');\n$ti-icon-brand-arc: unicode('feae');\n$ti-icon-brand-asana: unicode('edc5');\n$ti-icon-brand-astro: unicode('fdb9');\n$ti-icon-brand-auth0: unicode('fcb3');\n$ti-icon-brand-aws: unicode('fa4c');\n$ti-icon-brand-azure: unicode('fa4d');\n$ti-icon-brand-backbone: unicode('f325');\n$ti-icon-brand-badoo: unicode('f206');\n$ti-icon-brand-baidu: unicode('f5e9');\n$ti-icon-brand-bandcamp: unicode('f207');\n$ti-icon-brand-bandlab: unicode('f5fa');\n$ti-icon-brand-beats: unicode('f208');\n$ti-icon-brand-bebo: unicode('ffaa');\n$ti-icon-brand-behance: unicode('ec6e');\n$ti-icon-brand-bilibili: unicode('f6d2');\n$ti-icon-brand-binance: unicode('f5a0');\n$ti-icon-brand-bing: unicode('edc6');\n$ti-icon-brand-bitbucket: unicode('edc7');\n$ti-icon-brand-blackberry: unicode('f568');\n$ti-icon-brand-blender: unicode('f326');\n$ti-icon-brand-blogger: unicode('f35a');\n$ti-icon-brand-bluesky: unicode('fd75');\n$ti-icon-brand-booking: unicode('edc8');\n$ti-icon-brand-bootstrap: unicode('ef3e');\n$ti-icon-brand-bulma: unicode('f327');\n$ti-icon-brand-bumble: unicode('f5fb');\n$ti-icon-brand-bunpo: unicode('f4cf');\n$ti-icon-brand-c-sharp: unicode('f003');\n$ti-icon-brand-cake: unicode('f7a3');\n$ti-icon-brand-cakephp: unicode('f7af');\n$ti-icon-brand-campaignmonitor: unicode('f328');\n$ti-icon-brand-carbon: unicode('f348');\n$ti-icon-brand-cashapp: unicode('f391');\n$ti-icon-brand-chrome: unicode('ec18');\n$ti-icon-brand-cinema-4d: unicode('fa71');\n$ti-icon-brand-citymapper: unicode('f5fc');\n$ti-icon-brand-cloudflare: unicode('fa4e');\n$ti-icon-brand-codecov: unicode('f329');\n$ti-icon-brand-codepen: unicode('ec6f');\n$ti-icon-brand-codesandbox: unicode('ed6a');\n$ti-icon-brand-cohost: unicode('f5d5');\n$ti-icon-brand-coinbase: unicode('f209');\n$ti-icon-brand-comedy-central: unicode('f217');\n$ti-icon-brand-coreos: unicode('f5fd');\n$ti-icon-brand-couchdb: unicode('f60f');\n$ti-icon-brand-couchsurfing: unicode('f392');\n$ti-icon-brand-cpp: unicode('f5fe');\n$ti-icon-brand-craft: unicode('fa72');\n$ti-icon-brand-crunchbase: unicode('f7e3');\n$ti-icon-brand-css3: unicode('ed6b');\n$ti-icon-brand-ctemplar: unicode('f4d0');\n$ti-icon-brand-cucumber: unicode('ef6c');\n$ti-icon-brand-cupra: unicode('f4d1');\n$ti-icon-brand-cypress: unicode('f333');\n$ti-icon-brand-d3: unicode('f24e');\n$ti-icon-brand-databricks: unicode('fc41');\n$ti-icon-brand-days-counter: unicode('f4d2');\n$ti-icon-brand-dcos: unicode('f32a');\n$ti-icon-brand-debian: unicode('ef57');\n$ti-icon-brand-deezer: unicode('f78b');\n$ti-icon-brand-deliveroo: unicode('f4d3');\n$ti-icon-brand-deno: unicode('f24f');\n$ti-icon-brand-denodo: unicode('f610');\n$ti-icon-brand-deviantart: unicode('ecfb');\n$ti-icon-brand-digg: unicode('fa73');\n$ti-icon-brand-dingtalk: unicode('f5ea');\n$ti-icon-brand-discord: unicode('ece3');\n$ti-icon-brand-disney: unicode('f20a');\n$ti-icon-brand-disqus: unicode('edc9');\n$ti-icon-brand-django: unicode('f349');\n$ti-icon-brand-docker: unicode('edca');\n$ti-icon-brand-doctrine: unicode('ef6d');\n$ti-icon-brand-dolby-digital: unicode('f4d4');\n$ti-icon-brand-douban: unicode('f5ff');\n$ti-icon-brand-dribbble: unicode('ec19');\n$ti-icon-brand-drops: unicode('f4d5');\n$ti-icon-brand-drupal: unicode('f393');\n$ti-icon-brand-edge: unicode('ecfc');\n$ti-icon-brand-elastic: unicode('f611');\n$ti-icon-brand-electronic-arts: unicode('fa74');\n$ti-icon-brand-ember: unicode('f497');\n$ti-icon-brand-envato: unicode('f394');\n$ti-icon-brand-etsy: unicode('f654');\n$ti-icon-brand-evernote: unicode('f600');\n$ti-icon-brand-facebook: unicode('ec1a');\n$ti-icon-brand-feedly: unicode('fa75');\n$ti-icon-brand-figma: unicode('ec93');\n$ti-icon-brand-filezilla: unicode('fa76');\n$ti-icon-brand-finder: unicode('f218');\n$ti-icon-brand-firebase: unicode('ef6e');\n$ti-icon-brand-firefox: unicode('ecfd');\n$ti-icon-brand-fiverr: unicode('f7a4');\n$ti-icon-brand-flickr: unicode('ecfe');\n$ti-icon-brand-flightradar24: unicode('f4d6');\n$ti-icon-brand-flipboard: unicode('f20b');\n$ti-icon-brand-flutter: unicode('f395');\n$ti-icon-brand-fortnite: unicode('f260');\n$ti-icon-brand-foursquare: unicode('ecff');\n$ti-icon-brand-framer: unicode('ec1b');\n$ti-icon-brand-framer-motion: unicode('f78c');\n$ti-icon-brand-funimation: unicode('f655');\n$ti-icon-brand-gatsby: unicode('f396');\n$ti-icon-brand-git: unicode('ef6f');\n$ti-icon-brand-github: unicode('ec1c');\n$ti-icon-brand-github-copilot: unicode('f4a8');\n$ti-icon-brand-gitlab: unicode('ec1d');\n$ti-icon-brand-gmail: unicode('efa2');\n$ti-icon-brand-golang: unicode('f78d');\n$ti-icon-brand-google: unicode('ec1f');\n$ti-icon-brand-google-analytics: unicode('edcb');\n$ti-icon-brand-google-big-query: unicode('f612');\n$ti-icon-brand-google-drive: unicode('ec1e');\n$ti-icon-brand-google-fit: unicode('f297');\n$ti-icon-brand-google-home: unicode('f601');\n$ti-icon-brand-google-maps: unicode('fa4f');\n$ti-icon-brand-google-one: unicode('f232');\n$ti-icon-brand-google-photos: unicode('f20c');\n$ti-icon-brand-google-play: unicode('ed25');\n$ti-icon-brand-google-podcasts: unicode('f656');\n$ti-icon-brand-grammarly: unicode('f32b');\n$ti-icon-brand-graphql: unicode('f32c');\n$ti-icon-brand-gravatar: unicode('edcc');\n$ti-icon-brand-grindr: unicode('f20d');\n$ti-icon-brand-guardian: unicode('f4fb');\n$ti-icon-brand-gumroad: unicode('f5d6');\n$ti-icon-brand-hackerrank: unicode('ff23');\n$ti-icon-brand-hbo: unicode('f657');\n$ti-icon-brand-headlessui: unicode('f32d');\n$ti-icon-brand-hexo: unicode('fa50');\n$ti-icon-brand-hipchat: unicode('edcd');\n$ti-icon-brand-html5: unicode('ed6c');\n$ti-icon-brand-inertia: unicode('f34a');\n$ti-icon-brand-instagram: unicode('ec20');\n$ti-icon-brand-intercom: unicode('f1cf');\n$ti-icon-brand-itch: unicode('fa22');\n$ti-icon-brand-javascript: unicode('ef0c');\n$ti-icon-brand-juejin: unicode('f7b0');\n$ti-icon-brand-kako-talk: unicode('fd2d');\n$ti-icon-brand-kbin: unicode('fad0');\n$ti-icon-brand-kick: unicode('fa23');\n$ti-icon-brand-kickstarter: unicode('edce');\n$ti-icon-brand-kotlin: unicode('ed6d');\n$ti-icon-brand-laravel: unicode('f34b');\n$ti-icon-brand-lastfm: unicode('f001');\n$ti-icon-brand-leetcode: unicode('fa51');\n$ti-icon-brand-letterboxd: unicode('fa24');\n$ti-icon-brand-line: unicode('f7e8');\n$ti-icon-brand-linkedin: unicode('ec8c');\n$ti-icon-brand-linktree: unicode('f1e7');\n$ti-icon-brand-linqpad: unicode('f562');\n$ti-icon-brand-livewire: unicode('fd76');\n$ti-icon-brand-loom: unicode('ef70');\n$ti-icon-brand-mailgun: unicode('f32e');\n$ti-icon-brand-mantine: unicode('f32f');\n$ti-icon-brand-mastercard: unicode('ef49');\n$ti-icon-brand-mastodon: unicode('f250');\n$ti-icon-brand-matrix: unicode('f5eb');\n$ti-icon-brand-mcdonalds: unicode('f251');\n$ti-icon-brand-medium: unicode('ec70');\n$ti-icon-brand-meetup: unicode('fc6a');\n$ti-icon-brand-mercedes: unicode('f072');\n$ti-icon-brand-messenger: unicode('ec71');\n$ti-icon-brand-meta: unicode('efb0');\n$ti-icon-brand-metabrainz: unicode('ff12');\n$ti-icon-brand-minecraft: unicode('faef');\n$ti-icon-brand-miniprogram: unicode('f602');\n$ti-icon-brand-mixpanel: unicode('f397');\n$ti-icon-brand-monday: unicode('f219');\n$ti-icon-brand-mongodb: unicode('f613');\n$ti-icon-brand-my-oppo: unicode('f4d7');\n$ti-icon-brand-mysql: unicode('f614');\n$ti-icon-brand-national-geographic: unicode('f603');\n$ti-icon-brand-nem: unicode('f5a1');\n$ti-icon-brand-netbeans: unicode('ef71');\n$ti-icon-brand-netease-music: unicode('f604');\n$ti-icon-brand-netflix: unicode('edcf');\n$ti-icon-brand-nexo: unicode('f5a2');\n$ti-icon-brand-nextcloud: unicode('f4d8');\n$ti-icon-brand-nextjs: unicode('f0dd');\n$ti-icon-brand-nodejs: unicode('fae0');\n$ti-icon-brand-nord-vpn: unicode('f37f');\n$ti-icon-brand-notion: unicode('ef7b');\n$ti-icon-brand-npm: unicode('f569');\n$ti-icon-brand-nuxt: unicode('f0de');\n$ti-icon-brand-nytimes: unicode('ef8d');\n$ti-icon-brand-oauth: unicode('fa52');\n$ti-icon-brand-office: unicode('f398');\n$ti-icon-brand-ok-ru: unicode('f399');\n$ti-icon-brand-onedrive: unicode('f5d7');\n$ti-icon-brand-onlyfans: unicode('f605');\n$ti-icon-brand-open-source: unicode('edd0');\n$ti-icon-brand-openai: unicode('f78e');\n$ti-icon-brand-openvpn: unicode('f39a');\n$ti-icon-brand-opera: unicode('ec21');\n$ti-icon-brand-pagekit: unicode('edd1');\n$ti-icon-brand-parsinta: unicode('fc42');\n$ti-icon-brand-patreon: unicode('edd2');\n$ti-icon-brand-paypal: unicode('ec22');\n$ti-icon-brand-paypay: unicode('f5ec');\n$ti-icon-brand-peanut: unicode('f39b');\n$ti-icon-brand-pepsi: unicode('f261');\n$ti-icon-brand-php: unicode('ef72');\n$ti-icon-brand-picsart: unicode('f4d9');\n$ti-icon-brand-pinterest: unicode('ec8d');\n$ti-icon-brand-planetscale: unicode('f78f');\n$ti-icon-brand-pnpm: unicode('fd77');\n$ti-icon-brand-pocket: unicode('ed00');\n$ti-icon-brand-polymer: unicode('f498');\n$ti-icon-brand-powershell: unicode('f5ed');\n$ti-icon-brand-printables: unicode('fd1b');\n$ti-icon-brand-prisma: unicode('f499');\n$ti-icon-brand-producthunt: unicode('edd3');\n$ti-icon-brand-pushbullet: unicode('f330');\n$ti-icon-brand-pushover: unicode('f20e');\n$ti-icon-brand-python: unicode('ed01');\n$ti-icon-brand-qq: unicode('f606');\n$ti-icon-brand-radix-ui: unicode('f790');\n$ti-icon-brand-react: unicode('f34c');\n$ti-icon-brand-react-native: unicode('ef73');\n$ti-icon-brand-reason: unicode('f49a');\n$ti-icon-brand-reddit: unicode('ec8e');\n$ti-icon-brand-redhat: unicode('f331');\n$ti-icon-brand-redux: unicode('f3a8');\n$ti-icon-brand-revolut: unicode('f4da');\n$ti-icon-brand-rumble: unicode('fad1');\n$ti-icon-brand-rust: unicode('fa53');\n$ti-icon-brand-safari: unicode('ec23');\n$ti-icon-brand-samsungpass: unicode('f4db');\n$ti-icon-brand-sass: unicode('edd4');\n$ti-icon-brand-sentry: unicode('edd5');\n$ti-icon-brand-sharik: unicode('f4dc');\n$ti-icon-brand-shazam: unicode('edd6');\n$ti-icon-brand-shopee: unicode('f252');\n$ti-icon-brand-sketch: unicode('ec24');\n$ti-icon-brand-skype: unicode('ed02');\n$ti-icon-brand-slack: unicode('ec72');\n$ti-icon-brand-snapchat: unicode('ec25');\n$ti-icon-brand-snapseed: unicode('f253');\n$ti-icon-brand-snowflake: unicode('f615');\n$ti-icon-brand-socket-io: unicode('f49b');\n$ti-icon-brand-solidjs: unicode('f5ee');\n$ti-icon-brand-soundcloud: unicode('ed6e');\n$ti-icon-brand-spacehey: unicode('f4fc');\n$ti-icon-brand-speedtest: unicode('fa77');\n$ti-icon-brand-spotify: unicode('ed03');\n$ti-icon-brand-stackoverflow: unicode('ef58');\n$ti-icon-brand-stackshare: unicode('f607');\n$ti-icon-brand-steam: unicode('ed6f');\n$ti-icon-brand-stocktwits: unicode('fd78');\n$ti-icon-brand-storj: unicode('fa54');\n$ti-icon-brand-storybook: unicode('f332');\n$ti-icon-brand-storytel: unicode('f608');\n$ti-icon-brand-strava: unicode('f254');\n$ti-icon-brand-stripe: unicode('edd7');\n$ti-icon-brand-sublime-text: unicode('ef74');\n$ti-icon-brand-sugarizer: unicode('f7a5');\n$ti-icon-brand-supabase: unicode('f6d3');\n$ti-icon-brand-superhuman: unicode('f50c');\n$ti-icon-brand-supernova: unicode('f49c');\n$ti-icon-brand-surfshark: unicode('f255');\n$ti-icon-brand-svelte: unicode('f0df');\n$ti-icon-brand-swift: unicode('fa55');\n$ti-icon-brand-symfony: unicode('f616');\n$ti-icon-brand-tabler: unicode('ec8f');\n$ti-icon-brand-tailwind: unicode('eca1');\n$ti-icon-brand-taobao: unicode('f5ef');\n$ti-icon-brand-teams: unicode('fadf');\n$ti-icon-brand-ted: unicode('f658');\n$ti-icon-brand-telegram: unicode('ec26');\n$ti-icon-brand-terraform: unicode('fa56');\n$ti-icon-brand-tether: unicode('f5a3');\n$ti-icon-brand-thingiverse: unicode('fd1c');\n$ti-icon-brand-threads: unicode('fb02');\n$ti-icon-brand-threejs: unicode('f5f0');\n$ti-icon-brand-tidal: unicode('ed70');\n$ti-icon-brand-tiktok: unicode('ec73');\n$ti-icon-brand-tinder: unicode('ed71');\n$ti-icon-brand-topbuzz: unicode('f50d');\n$ti-icon-brand-torchain: unicode('f5a4');\n$ti-icon-brand-toyota: unicode('f262');\n$ti-icon-brand-trello: unicode('f39d');\n$ti-icon-brand-tripadvisor: unicode('f002');\n$ti-icon-brand-tumblr: unicode('ed04');\n$ti-icon-brand-twilio: unicode('f617');\n$ti-icon-brand-twitch: unicode('ed05');\n$ti-icon-brand-twitter: unicode('ec27');\n$ti-icon-brand-typescript: unicode('f5f1');\n$ti-icon-brand-uber: unicode('ef75');\n$ti-icon-brand-ubuntu: unicode('ef59');\n$ti-icon-brand-unity: unicode('f49d');\n$ti-icon-brand-unsplash: unicode('edd8');\n$ti-icon-brand-upwork: unicode('f39e');\n$ti-icon-brand-valorant: unicode('f39f');\n$ti-icon-brand-vercel: unicode('ef24');\n$ti-icon-brand-vimeo: unicode('ed06');\n$ti-icon-brand-vinted: unicode('f20f');\n$ti-icon-brand-visa: unicode('f380');\n$ti-icon-brand-visual-studio: unicode('ef76');\n$ti-icon-brand-vite: unicode('f5f2');\n$ti-icon-brand-vivaldi: unicode('f210');\n$ti-icon-brand-vk: unicode('ed72');\n$ti-icon-brand-vlc: unicode('fa78');\n$ti-icon-brand-volkswagen: unicode('f50e');\n$ti-icon-brand-vsco: unicode('f334');\n$ti-icon-brand-vscode: unicode('f3a0');\n$ti-icon-brand-vue: unicode('f0e0');\n$ti-icon-brand-walmart: unicode('f211');\n$ti-icon-brand-waze: unicode('f5d8');\n$ti-icon-brand-webflow: unicode('f2d2');\n$ti-icon-brand-wechat: unicode('f5f3');\n$ti-icon-brand-weibo: unicode('f609');\n$ti-icon-brand-whatsapp: unicode('ec74');\n$ti-icon-brand-wikipedia: unicode('fa79');\n$ti-icon-brand-windows: unicode('ecd8');\n$ti-icon-brand-windy: unicode('f4dd');\n$ti-icon-brand-wish: unicode('f212');\n$ti-icon-brand-wix: unicode('f3a1');\n$ti-icon-brand-wordpress: unicode('f2d3');\n$ti-icon-brand-x: unicode('fc0f');\n$ti-icon-brand-xamarin: unicode('fa7a');\n$ti-icon-brand-xbox: unicode('f298');\n$ti-icon-brand-xdeep: unicode('fc10');\n$ti-icon-brand-xing: unicode('f21a');\n$ti-icon-brand-yahoo: unicode('ed73');\n$ti-icon-brand-yandex: unicode('fae1');\n$ti-icon-brand-yarn: unicode('fd79');\n$ti-icon-brand-yatse: unicode('f213');\n$ti-icon-brand-ycombinator: unicode('edd9');\n$ti-icon-brand-youtube: unicode('ec90');\n$ti-icon-brand-youtube-kids: unicode('f214');\n$ti-icon-brand-zalando: unicode('f49e');\n$ti-icon-brand-zapier: unicode('f49f');\n$ti-icon-brand-zeit: unicode('f335');\n$ti-icon-brand-zhihu: unicode('f60a');\n$ti-icon-brand-zoom: unicode('f215');\n$ti-icon-brand-zulip: unicode('f4de');\n$ti-icon-brand-zwift: unicode('f216');\n$ti-icon-bread: unicode('efa3');\n$ti-icon-bread-off: unicode('f3cb');\n$ti-icon-briefcase: unicode('ea46');\n$ti-icon-briefcase-2: unicode('fb03');\n$ti-icon-briefcase-off: unicode('f3cc');\n$ti-icon-brightness: unicode('eb7f');\n$ti-icon-brightness-2: unicode('ee19');\n$ti-icon-brightness-auto: unicode('fd99');\n$ti-icon-brightness-down: unicode('eb7d');\n$ti-icon-brightness-half: unicode('ee1a');\n$ti-icon-brightness-off: unicode('f3cd');\n$ti-icon-brightness-up: unicode('eb7e');\n$ti-icon-broadcast: unicode('f1e9');\n$ti-icon-broadcast-off: unicode('f1e8');\n$ti-icon-browser: unicode('ebb7');\n$ti-icon-browser-check: unicode('efd6');\n$ti-icon-browser-off: unicode('f0c1');\n$ti-icon-browser-plus: unicode('efd7');\n$ti-icon-browser-x: unicode('efd8');\n$ti-icon-brush: unicode('ebb8');\n$ti-icon-brush-off: unicode('f0c2');\n$ti-icon-bubble: unicode('feba');\n$ti-icon-bubble-minus: unicode('febe');\n$ti-icon-bubble-plus: unicode('febd');\n$ti-icon-bubble-tea: unicode('ff51');\n$ti-icon-bubble-tea-2: unicode('ff52');\n$ti-icon-bubble-text: unicode('febc');\n$ti-icon-bubble-x: unicode('febb');\n$ti-icon-bucket: unicode('ea47');\n$ti-icon-bucket-droplet: unicode('f56a');\n$ti-icon-bucket-off: unicode('f103');\n$ti-icon-bug: unicode('ea48');\n$ti-icon-bug-off: unicode('f0c3');\n$ti-icon-building: unicode('ea4f');\n$ti-icon-building-airport: unicode('ffa9');\n$ti-icon-building-arch: unicode('ea49');\n$ti-icon-building-bank: unicode('ebe2');\n$ti-icon-building-bridge: unicode('ea4b');\n$ti-icon-building-bridge-2: unicode('ea4a');\n$ti-icon-building-broadcast-tower: unicode('f4be');\n$ti-icon-building-burj-al-arab: unicode('ff50');\n$ti-icon-building-carousel: unicode('ed87');\n$ti-icon-building-castle: unicode('ed88');\n$ti-icon-building-church: unicode('ea4c');\n$ti-icon-building-circus: unicode('f4bf');\n$ti-icon-building-cog: unicode('10062');\n$ti-icon-building-community: unicode('ebf6');\n$ti-icon-building-cottage: unicode('ee1b');\n$ti-icon-building-estate: unicode('f5a5');\n$ti-icon-building-factory: unicode('ee1c');\n$ti-icon-building-factory-2: unicode('f082');\n$ti-icon-building-fortress: unicode('ed89');\n$ti-icon-building-hospital: unicode('ea4d');\n$ti-icon-building-lighthouse: unicode('ed8a');\n$ti-icon-building-minus: unicode('10061');\n$ti-icon-building-monument: unicode('ed26');\n$ti-icon-building-mosque: unicode('fa57');\n$ti-icon-building-off: unicode('fefd');\n$ti-icon-building-pavilion: unicode('ebf7');\n$ti-icon-building-plus: unicode('10060');\n$ti-icon-building-skyscraper: unicode('ec39');\n$ti-icon-building-stadium: unicode('f641');\n$ti-icon-building-store: unicode('ea4e');\n$ti-icon-building-tunnel: unicode('f5a6');\n$ti-icon-building-warehouse: unicode('ebe3');\n$ti-icon-building-wind-turbine: unicode('f4c0');\n$ti-icon-buildings: unicode('ff40');\n$ti-icon-bulb: unicode('ea51');\n$ti-icon-bulb-off: unicode('ea50');\n$ti-icon-bulldozer: unicode('ee1d');\n$ti-icon-burger: unicode('fcb4');\n$ti-icon-bus: unicode('ebe4');\n$ti-icon-bus-off: unicode('f3ce');\n$ti-icon-bus-stop: unicode('f2d4');\n$ti-icon-businessplan: unicode('ee1e');\n$ti-icon-butterfly: unicode('efd9');\n$ti-icon-cactus: unicode('f21b');\n$ti-icon-cactus-off: unicode('f3cf');\n$ti-icon-cake: unicode('f00f');\n$ti-icon-cake-off: unicode('f104');\n$ti-icon-calculator: unicode('eb80');\n$ti-icon-calculator-off: unicode('f0c4');\n$ti-icon-calendar: unicode('ea53');\n$ti-icon-calendar-bolt: unicode('f822');\n$ti-icon-calendar-cancel: unicode('f823');\n$ti-icon-calendar-check: unicode('f824');\n$ti-icon-calendar-clock: unicode('fd2e');\n$ti-icon-calendar-code: unicode('f825');\n$ti-icon-calendar-cog: unicode('f826');\n$ti-icon-calendar-dollar: unicode('f827');\n$ti-icon-calendar-dot: unicode('fd3e');\n$ti-icon-calendar-down: unicode('f828');\n$ti-icon-calendar-due: unicode('f621');\n$ti-icon-calendar-event: unicode('ea52');\n$ti-icon-calendar-exclamation: unicode('f829');\n$ti-icon-calendar-heart: unicode('f82a');\n$ti-icon-calendar-minus: unicode('ebb9');\n$ti-icon-calendar-month: unicode('fd2f');\n$ti-icon-calendar-off: unicode('ee1f');\n$ti-icon-calendar-pause: unicode('f82b');\n$ti-icon-calendar-pin: unicode('f82c');\n$ti-icon-calendar-plus: unicode('ebba');\n$ti-icon-calendar-question: unicode('f82d');\n$ti-icon-calendar-repeat: unicode('fad2');\n$ti-icon-calendar-sad: unicode('fd1d');\n$ti-icon-calendar-search: unicode('f82e');\n$ti-icon-calendar-share: unicode('f82f');\n$ti-icon-calendar-smile: unicode('fd1e');\n$ti-icon-calendar-star: unicode('f830');\n$ti-icon-calendar-stats: unicode('ee20');\n$ti-icon-calendar-time: unicode('ee21');\n$ti-icon-calendar-up: unicode('f831');\n$ti-icon-calendar-user: unicode('fd1f');\n$ti-icon-calendar-week: unicode('fd30');\n$ti-icon-calendar-x: unicode('f832');\n$ti-icon-camera: unicode('ea54');\n$ti-icon-camera-ai: unicode('ffa8');\n$ti-icon-camera-bitcoin: unicode('ffa7');\n$ti-icon-camera-bolt: unicode('f833');\n$ti-icon-camera-cancel: unicode('f834');\n$ti-icon-camera-check: unicode('f835');\n$ti-icon-camera-code: unicode('f836');\n$ti-icon-camera-cog: unicode('f837');\n$ti-icon-camera-dollar: unicode('f838');\n$ti-icon-camera-down: unicode('f839');\n$ti-icon-camera-exclamation: unicode('f83a');\n$ti-icon-camera-heart: unicode('f83b');\n$ti-icon-camera-minus: unicode('ec3a');\n$ti-icon-camera-moon: unicode('ffa6');\n$ti-icon-camera-off: unicode('ecee');\n$ti-icon-camera-pause: unicode('f83c');\n$ti-icon-camera-pin: unicode('f83d');\n$ti-icon-camera-plus: unicode('ec3b');\n$ti-icon-camera-question: unicode('f83e');\n$ti-icon-camera-rotate: unicode('ee22');\n$ti-icon-camera-search: unicode('f83f');\n$ti-icon-camera-selfie: unicode('ee23');\n$ti-icon-camera-share: unicode('f840');\n$ti-icon-camera-spark: unicode('ffbc');\n$ti-icon-camera-star: unicode('f841');\n$ti-icon-camera-up: unicode('f842');\n$ti-icon-camera-x: unicode('f843');\n$ti-icon-camper: unicode('fa25');\n$ti-icon-campfire: unicode('f5a7');\n$ti-icon-cancel: unicode('ff11');\n$ti-icon-candle: unicode('efc6');\n$ti-icon-candy: unicode('ef0d');\n$ti-icon-candy-off: unicode('f0c5');\n$ti-icon-cane: unicode('f50f');\n$ti-icon-cannabis: unicode('f4c1');\n$ti-icon-cap-projecting: unicode('ff22');\n$ti-icon-cap-rounded: unicode('ff21');\n$ti-icon-cap-straight: unicode('ff20');\n$ti-icon-capsule: unicode('fae3');\n$ti-icon-capsule-horizontal: unicode('fae2');\n$ti-icon-capture: unicode('ec3c');\n$ti-icon-capture-off: unicode('f0c6');\n$ti-icon-car: unicode('ebbb');\n$ti-icon-car-4wd: unicode('fdb8');\n$ti-icon-car-crane: unicode('ef25');\n$ti-icon-car-crash: unicode('efa4');\n$ti-icon-car-fan: unicode('fdb3');\n$ti-icon-car-fan-1: unicode('fdb7');\n$ti-icon-car-fan-2: unicode('fdb6');\n$ti-icon-car-fan-3: unicode('fdb5');\n$ti-icon-car-fan-auto: unicode('fdb4');\n$ti-icon-car-garage: unicode('fc77');\n$ti-icon-car-off: unicode('f0c7');\n$ti-icon-car-suv: unicode('fc8b');\n$ti-icon-car-turbine: unicode('f4fd');\n$ti-icon-carambola: unicode('feb9');\n$ti-icon-caravan: unicode('ec7c');\n$ti-icon-cardboards: unicode('ed74');\n$ti-icon-cardboards-off: unicode('f0c8');\n$ti-icon-cards: unicode('f510');\n$ti-icon-caret-down: unicode('eb5d');\n$ti-icon-caret-left: unicode('eb5e');\n$ti-icon-caret-left-right: unicode('fc43');\n$ti-icon-caret-right: unicode('eb5f');\n$ti-icon-caret-up: unicode('eb60');\n$ti-icon-caret-up-down: unicode('fc44');\n$ti-icon-carousel-horizontal: unicode('f659');\n$ti-icon-carousel-vertical: unicode('f65a');\n$ti-icon-carrot: unicode('f21c');\n$ti-icon-carrot-off: unicode('f3d0');\n$ti-icon-cash: unicode('ea55');\n$ti-icon-cash-banknote: unicode('ee25');\n$ti-icon-cash-banknote-off: unicode('ee24');\n$ti-icon-cash-off: unicode('f105');\n$ti-icon-cash-register: unicode('fee6');\n$ti-icon-cast: unicode('ea56');\n$ti-icon-cast-off: unicode('f0c9');\n$ti-icon-cat: unicode('f65b');\n$ti-icon-category: unicode('f1f6');\n$ti-icon-category-2: unicode('f1f5');\n$ti-icon-category-minus: unicode('fd20');\n$ti-icon-category-plus: unicode('fd21');\n$ti-icon-ce: unicode('ed75');\n$ti-icon-ce-off: unicode('f0ca');\n$ti-icon-cell: unicode('f05f');\n$ti-icon-cell-signal-1: unicode('f083');\n$ti-icon-cell-signal-2: unicode('f084');\n$ti-icon-cell-signal-3: unicode('f085');\n$ti-icon-cell-signal-4: unicode('f086');\n$ti-icon-cell-signal-5: unicode('f087');\n$ti-icon-cell-signal-off: unicode('f088');\n$ti-icon-certificate: unicode('ed76');\n$ti-icon-certificate-2: unicode('f073');\n$ti-icon-certificate-2-off: unicode('f0cb');\n$ti-icon-certificate-off: unicode('f0cc');\n$ti-icon-chair-director: unicode('f2d5');\n$ti-icon-chalkboard: unicode('f34d');\n$ti-icon-chalkboard-off: unicode('f3d1');\n$ti-icon-charging-pile: unicode('ee26');\n$ti-icon-chart-arcs: unicode('ee28');\n$ti-icon-chart-arcs-3: unicode('ee27');\n$ti-icon-chart-area: unicode('ea58');\n$ti-icon-chart-area-line: unicode('ea57');\n$ti-icon-chart-arrows: unicode('ee2a');\n$ti-icon-chart-arrows-vertical: unicode('ee29');\n$ti-icon-chart-bar: unicode('ea59');\n$ti-icon-chart-bar-off: unicode('f3d2');\n$ti-icon-chart-bar-popular: unicode('fef7');\n$ti-icon-chart-bubble: unicode('ec75');\n$ti-icon-chart-candle: unicode('ea5a');\n$ti-icon-chart-circles: unicode('ee2b');\n$ti-icon-chart-cohort: unicode('fef6');\n$ti-icon-chart-column: unicode('ffa5');\n$ti-icon-chart-covariate: unicode('ffa4');\n$ti-icon-chart-donut: unicode('ea5b');\n$ti-icon-chart-donut-2: unicode('ee2c');\n$ti-icon-chart-donut-3: unicode('ee2d');\n$ti-icon-chart-donut-4: unicode('ee2e');\n$ti-icon-chart-dots: unicode('ee2f');\n$ti-icon-chart-dots-2: unicode('f097');\n$ti-icon-chart-dots-3: unicode('f098');\n$ti-icon-chart-funnel: unicode('fef5');\n$ti-icon-chart-grid-dots: unicode('f4c2');\n$ti-icon-chart-histogram: unicode('f65c');\n$ti-icon-chart-infographic: unicode('ee30');\n$ti-icon-chart-line: unicode('ea5c');\n$ti-icon-chart-pie: unicode('ea5d');\n$ti-icon-chart-pie-2: unicode('ee31');\n$ti-icon-chart-pie-3: unicode('ee32');\n$ti-icon-chart-pie-4: unicode('ee33');\n$ti-icon-chart-pie-off: unicode('f3d3');\n$ti-icon-chart-ppf: unicode('f618');\n$ti-icon-chart-radar: unicode('ed77');\n$ti-icon-chart-sankey: unicode('f619');\n$ti-icon-chart-scatter: unicode('fd93');\n$ti-icon-chart-scatter-3d: unicode('fd92');\n$ti-icon-chart-treemap: unicode('f381');\n$ti-icon-check: unicode('ea5e');\n$ti-icon-checkbox: unicode('eba6');\n$ti-icon-checklist: unicode('f074');\n$ti-icon-checks: unicode('ebaa');\n$ti-icon-checkup-list: unicode('ef5a');\n$ti-icon-cheese: unicode('ef26');\n$ti-icon-chef-hat: unicode('f21d');\n$ti-icon-chef-hat-off: unicode('f3d4');\n$ti-icon-cherry: unicode('f511');\n$ti-icon-chess: unicode('f382');\n$ti-icon-chess-bishop: unicode('f56b');\n$ti-icon-chess-king: unicode('f56c');\n$ti-icon-chess-knight: unicode('f56d');\n$ti-icon-chess-queen: unicode('f56e');\n$ti-icon-chess-rook: unicode('f56f');\n$ti-icon-chevron-compact-down: unicode('faf0');\n$ti-icon-chevron-compact-left: unicode('faf1');\n$ti-icon-chevron-compact-right: unicode('faf2');\n$ti-icon-chevron-compact-up: unicode('faf3');\n$ti-icon-chevron-down: unicode('ea5f');\n$ti-icon-chevron-down-left: unicode('ed09');\n$ti-icon-chevron-down-right: unicode('ed0a');\n$ti-icon-chevron-left: unicode('ea60');\n$ti-icon-chevron-left-pipe: unicode('fae4');\n$ti-icon-chevron-right: unicode('ea61');\n$ti-icon-chevron-right-pipe: unicode('fae5');\n$ti-icon-chevron-up: unicode('ea62');\n$ti-icon-chevron-up-left: unicode('ed0b');\n$ti-icon-chevron-up-right: unicode('ed0c');\n$ti-icon-chevrons-down: unicode('ea63');\n$ti-icon-chevrons-down-left: unicode('ed0d');\n$ti-icon-chevrons-down-right: unicode('ed0e');\n$ti-icon-chevrons-left: unicode('ea64');\n$ti-icon-chevrons-right: unicode('ea65');\n$ti-icon-chevrons-up: unicode('ea66');\n$ti-icon-chevrons-up-left: unicode('ed0f');\n$ti-icon-chevrons-up-right: unicode('ed10');\n$ti-icon-chisel: unicode('f383');\n$ti-icon-christmas-ball: unicode('fd31');\n$ti-icon-christmas-tree: unicode('ed78');\n$ti-icon-christmas-tree-off: unicode('f3d5');\n$ti-icon-circle: unicode('ea6b');\n$ti-icon-circle-arrow-down: unicode('f6f9');\n$ti-icon-circle-arrow-down-left: unicode('f6f6');\n$ti-icon-circle-arrow-down-right: unicode('f6f8');\n$ti-icon-circle-arrow-left: unicode('f6fb');\n$ti-icon-circle-arrow-right: unicode('f6fd');\n$ti-icon-circle-arrow-up: unicode('f703');\n$ti-icon-circle-arrow-up-left: unicode('f700');\n$ti-icon-circle-arrow-up-right: unicode('f702');\n$ti-icon-circle-caret-down: unicode('f4a9');\n$ti-icon-circle-caret-left: unicode('f4aa');\n$ti-icon-circle-caret-right: unicode('f4ab');\n$ti-icon-circle-caret-up: unicode('f4ac');\n$ti-icon-circle-check: unicode('ea67');\n$ti-icon-circle-chevron-down: unicode('f622');\n$ti-icon-circle-chevron-left: unicode('f623');\n$ti-icon-circle-chevron-right: unicode('f624');\n$ti-icon-circle-chevron-up: unicode('f625');\n$ti-icon-circle-chevrons-down: unicode('f642');\n$ti-icon-circle-chevrons-left: unicode('f643');\n$ti-icon-circle-chevrons-right: unicode('f644');\n$ti-icon-circle-chevrons-up: unicode('f645');\n$ti-icon-circle-dashed: unicode('ed27');\n$ti-icon-circle-dashed-check: unicode('feb8');\n$ti-icon-circle-dashed-letter-a: unicode('ff9a');\n$ti-icon-circle-dashed-letter-b: unicode('ff99');\n$ti-icon-circle-dashed-letter-c: unicode('ff98');\n$ti-icon-circle-dashed-letter-d: unicode('ff97');\n$ti-icon-circle-dashed-letter-e: unicode('ff96');\n$ti-icon-circle-dashed-letter-f: unicode('ff95');\n$ti-icon-circle-dashed-letter-g: unicode('ff94');\n$ti-icon-circle-dashed-letter-h: unicode('ff93');\n$ti-icon-circle-dashed-letter-i: unicode('ff92');\n$ti-icon-circle-dashed-letter-j: unicode('ff91');\n$ti-icon-circle-dashed-letter-k: unicode('ff90');\n$ti-icon-circle-dashed-letter-l: unicode('ff8f');\n$ti-icon-circle-dashed-letter-m: unicode('ff8d');\n$ti-icon-circle-dashed-letter-n: unicode('ff8c');\n$ti-icon-circle-dashed-letter-o: unicode('ff8b');\n$ti-icon-circle-dashed-letter-p: unicode('ff8a');\n$ti-icon-circle-dashed-letter-q: unicode('ff89');\n$ti-icon-circle-dashed-letter-r: unicode('ff88');\n$ti-icon-circle-dashed-letter-s: unicode('ff87');\n$ti-icon-circle-dashed-letter-t: unicode('ff86');\n$ti-icon-circle-dashed-letter-u: unicode('ff85');\n$ti-icon-circle-dashed-letter-v: unicode('ff84');\n$ti-icon-circle-dashed-letter-w: unicode('ff83');\n$ti-icon-circle-dashed-letter-x: unicode('ff82');\n$ti-icon-circle-dashed-letter-y: unicode('ff81');\n$ti-icon-circle-dashed-letter-z: unicode('ff80');\n$ti-icon-circle-dashed-minus: unicode('feb7');\n$ti-icon-circle-dashed-number-0: unicode('fc6b');\n$ti-icon-circle-dashed-number-1: unicode('fc6c');\n$ti-icon-circle-dashed-number-2: unicode('fc6d');\n$ti-icon-circle-dashed-number-3: unicode('fc6e');\n$ti-icon-circle-dashed-number-4: unicode('fc6f');\n$ti-icon-circle-dashed-number-5: unicode('fc70');\n$ti-icon-circle-dashed-number-6: unicode('fc71');\n$ti-icon-circle-dashed-number-7: unicode('fc72');\n$ti-icon-circle-dashed-number-8: unicode('fc73');\n$ti-icon-circle-dashed-number-9: unicode('fc74');\n$ti-icon-circle-dashed-percentage: unicode('fd7a');\n$ti-icon-circle-dashed-plus: unicode('feb6');\n$ti-icon-circle-dashed-x: unicode('fc75');\n$ti-icon-circle-dot: unicode('efb1');\n$ti-icon-circle-dotted: unicode('ed28');\n$ti-icon-circle-dotted-letter-a: unicode('ff7f');\n$ti-icon-circle-dotted-letter-b: unicode('ff7e');\n$ti-icon-circle-dotted-letter-c: unicode('ff7d');\n$ti-icon-circle-dotted-letter-d: unicode('ff7c');\n$ti-icon-circle-dotted-letter-e: unicode('ff7b');\n$ti-icon-circle-dotted-letter-f: unicode('ff7a');\n$ti-icon-circle-dotted-letter-g: unicode('ff79');\n$ti-icon-circle-dotted-letter-h: unicode('ff78');\n$ti-icon-circle-dotted-letter-i: unicode('ff77');\n$ti-icon-circle-dotted-letter-j: unicode('ff76');\n$ti-icon-circle-dotted-letter-k: unicode('ff75');\n$ti-icon-circle-dotted-letter-l: unicode('ff74');\n$ti-icon-circle-dotted-letter-m: unicode('ff73');\n$ti-icon-circle-dotted-letter-n: unicode('ff72');\n$ti-icon-circle-dotted-letter-o: unicode('ff71');\n$ti-icon-circle-dotted-letter-p: unicode('ff70');\n$ti-icon-circle-dotted-letter-q: unicode('ff6f');\n$ti-icon-circle-dotted-letter-r: unicode('ff6e');\n$ti-icon-circle-dotted-letter-s: unicode('ff6d');\n$ti-icon-circle-dotted-letter-t: unicode('ff6c');\n$ti-icon-circle-dotted-letter-u: unicode('ff6b');\n$ti-icon-circle-dotted-letter-v: unicode('ff6a');\n$ti-icon-circle-dotted-letter-w: unicode('ff69');\n$ti-icon-circle-dotted-letter-x: unicode('ff68');\n$ti-icon-circle-dotted-letter-y: unicode('ff67');\n$ti-icon-circle-dotted-letter-z: unicode('ff66');\n$ti-icon-circle-half: unicode('ee3f');\n$ti-icon-circle-half-2: unicode('eff3');\n$ti-icon-circle-half-vertical: unicode('ee3e');\n$ti-icon-circle-key: unicode('f633');\n$ti-icon-circle-letter-a: unicode('f441');\n$ti-icon-circle-letter-b: unicode('f442');\n$ti-icon-circle-letter-c: unicode('f443');\n$ti-icon-circle-letter-d: unicode('f444');\n$ti-icon-circle-letter-e: unicode('f445');\n$ti-icon-circle-letter-f: unicode('f446');\n$ti-icon-circle-letter-g: unicode('f447');\n$ti-icon-circle-letter-h: unicode('f448');\n$ti-icon-circle-letter-i: unicode('f449');\n$ti-icon-circle-letter-j: unicode('f44a');\n$ti-icon-circle-letter-k: unicode('f44b');\n$ti-icon-circle-letter-l: unicode('f44c');\n$ti-icon-circle-letter-m: unicode('f44d');\n$ti-icon-circle-letter-n: unicode('f44e');\n$ti-icon-circle-letter-o: unicode('f44f');\n$ti-icon-circle-letter-p: unicode('f450');\n$ti-icon-circle-letter-q: unicode('f451');\n$ti-icon-circle-letter-r: unicode('f452');\n$ti-icon-circle-letter-s: unicode('f453');\n$ti-icon-circle-letter-t: unicode('f454');\n$ti-icon-circle-letter-u: unicode('f455');\n$ti-icon-circle-letter-v: unicode('f4ad');\n$ti-icon-circle-letter-w: unicode('f456');\n$ti-icon-circle-letter-x: unicode('f4ae');\n$ti-icon-circle-letter-y: unicode('f457');\n$ti-icon-circle-letter-z: unicode('f458');\n$ti-icon-circle-minus: unicode('ea68');\n$ti-icon-circle-minus-2: unicode('fc8c');\n$ti-icon-circle-number-0: unicode('ee34');\n$ti-icon-circle-number-1: unicode('ee35');\n$ti-icon-circle-number-2: unicode('ee36');\n$ti-icon-circle-number-3: unicode('ee37');\n$ti-icon-circle-number-4: unicode('ee38');\n$ti-icon-circle-number-5: unicode('ee39');\n$ti-icon-circle-number-6: unicode('ee3a');\n$ti-icon-circle-number-7: unicode('ee3b');\n$ti-icon-circle-number-8: unicode('ee3c');\n$ti-icon-circle-number-9: unicode('ee3d');\n$ti-icon-circle-off: unicode('ee40');\n$ti-icon-circle-percentage: unicode('fd7b');\n$ti-icon-circle-plus: unicode('ea69');\n$ti-icon-circle-plus-2: unicode('fc8d');\n$ti-icon-circle-rectangle: unicode('f010');\n$ti-icon-circle-rectangle-off: unicode('f0cd');\n$ti-icon-circle-square: unicode('ece4');\n$ti-icon-circle-triangle: unicode('f011');\n$ti-icon-circle-x: unicode('ea6a');\n$ti-icon-circles: unicode('ece5');\n$ti-icon-circles-relation: unicode('f4c3');\n$ti-icon-circuit-ammeter: unicode('f271');\n$ti-icon-circuit-battery: unicode('f272');\n$ti-icon-circuit-bulb: unicode('f273');\n$ti-icon-circuit-capacitor: unicode('f275');\n$ti-icon-circuit-capacitor-polarized: unicode('f274');\n$ti-icon-circuit-cell: unicode('f277');\n$ti-icon-circuit-cell-plus: unicode('f276');\n$ti-icon-circuit-changeover: unicode('f278');\n$ti-icon-circuit-diode: unicode('f27a');\n$ti-icon-circuit-diode-zener: unicode('f279');\n$ti-icon-circuit-ground: unicode('f27c');\n$ti-icon-circuit-ground-digital: unicode('f27b');\n$ti-icon-circuit-inductor: unicode('f27d');\n$ti-icon-circuit-motor: unicode('f27e');\n$ti-icon-circuit-pushbutton: unicode('f27f');\n$ti-icon-circuit-resistor: unicode('f280');\n$ti-icon-circuit-switch-closed: unicode('f281');\n$ti-icon-circuit-switch-open: unicode('f282');\n$ti-icon-circuit-voltmeter: unicode('f283');\n$ti-icon-clear-all: unicode('ee41');\n$ti-icon-clear-formatting: unicode('ebe5');\n$ti-icon-click: unicode('ebbc');\n$ti-icon-cliff-jumping: unicode('fefc');\n$ti-icon-clipboard: unicode('ea6f');\n$ti-icon-clipboard-check: unicode('ea6c');\n$ti-icon-clipboard-copy: unicode('f299');\n$ti-icon-clipboard-data: unicode('f563');\n$ti-icon-clipboard-heart: unicode('f34e');\n$ti-icon-clipboard-list: unicode('ea6d');\n$ti-icon-clipboard-off: unicode('f0ce');\n$ti-icon-clipboard-plus: unicode('efb2');\n$ti-icon-clipboard-smile: unicode('fd9a');\n$ti-icon-clipboard-text: unicode('f089');\n$ti-icon-clipboard-typography: unicode('f34f');\n$ti-icon-clipboard-x: unicode('ea6e');\n$ti-icon-clock: unicode('ea70');\n$ti-icon-clock-12: unicode('fc56');\n$ti-icon-clock-2: unicode('f099');\n$ti-icon-clock-24: unicode('fc57');\n$ti-icon-clock-bitcoin: unicode('ff3f');\n$ti-icon-clock-bolt: unicode('f844');\n$ti-icon-clock-cancel: unicode('f546');\n$ti-icon-clock-check: unicode('f7c1');\n$ti-icon-clock-code: unicode('f845');\n$ti-icon-clock-cog: unicode('f7c2');\n$ti-icon-clock-dollar: unicode('f846');\n$ti-icon-clock-down: unicode('f7c3');\n$ti-icon-clock-edit: unicode('f547');\n$ti-icon-clock-exclamation: unicode('f847');\n$ti-icon-clock-heart: unicode('f7c4');\n$ti-icon-clock-hour-1: unicode('f313');\n$ti-icon-clock-hour-10: unicode('f314');\n$ti-icon-clock-hour-11: unicode('f315');\n$ti-icon-clock-hour-12: unicode('f316');\n$ti-icon-clock-hour-2: unicode('f317');\n$ti-icon-clock-hour-3: unicode('f318');\n$ti-icon-clock-hour-4: unicode('f319');\n$ti-icon-clock-hour-5: unicode('f31a');\n$ti-icon-clock-hour-6: unicode('f31b');\n$ti-icon-clock-hour-7: unicode('f31c');\n$ti-icon-clock-hour-8: unicode('f31d');\n$ti-icon-clock-hour-9: unicode('f31e');\n$ti-icon-clock-minus: unicode('f848');\n$ti-icon-clock-off: unicode('f0cf');\n$ti-icon-clock-pause: unicode('f548');\n$ti-icon-clock-pin: unicode('f849');\n$ti-icon-clock-play: unicode('f549');\n$ti-icon-clock-plus: unicode('f7c5');\n$ti-icon-clock-question: unicode('f7c6');\n$ti-icon-clock-record: unicode('f54a');\n$ti-icon-clock-search: unicode('f7c7');\n$ti-icon-clock-share: unicode('f84a');\n$ti-icon-clock-shield: unicode('f7c8');\n$ti-icon-clock-star: unicode('f7c9');\n$ti-icon-clock-stop: unicode('f54b');\n$ti-icon-clock-up: unicode('f7ca');\n$ti-icon-clock-x: unicode('f7cb');\n$ti-icon-clothes-rack: unicode('f285');\n$ti-icon-clothes-rack-off: unicode('f3d6');\n$ti-icon-cloud: unicode('ea76');\n$ti-icon-cloud-bitcoin: unicode('ff3e');\n$ti-icon-cloud-bolt: unicode('f84b');\n$ti-icon-cloud-cancel: unicode('f84c');\n$ti-icon-cloud-check: unicode('f84d');\n$ti-icon-cloud-code: unicode('f84e');\n$ti-icon-cloud-cog: unicode('f84f');\n$ti-icon-cloud-computing: unicode('f1d0');\n$ti-icon-cloud-data-connection: unicode('f1d1');\n$ti-icon-cloud-dollar: unicode('f850');\n$ti-icon-cloud-down: unicode('f851');\n$ti-icon-cloud-download: unicode('ea71');\n$ti-icon-cloud-exclamation: unicode('f852');\n$ti-icon-cloud-fog: unicode('ecd9');\n$ti-icon-cloud-heart: unicode('f853');\n$ti-icon-cloud-lock: unicode('efdb');\n$ti-icon-cloud-lock-open: unicode('efda');\n$ti-icon-cloud-minus: unicode('f854');\n$ti-icon-cloud-network: unicode('fc78');\n$ti-icon-cloud-off: unicode('ed3e');\n$ti-icon-cloud-pause: unicode('f855');\n$ti-icon-cloud-pin: unicode('f856');\n$ti-icon-cloud-plus: unicode('f857');\n$ti-icon-cloud-question: unicode('f858');\n$ti-icon-cloud-rain: unicode('ea72');\n$ti-icon-cloud-search: unicode('f859');\n$ti-icon-cloud-share: unicode('f85a');\n$ti-icon-cloud-snow: unicode('ea73');\n$ti-icon-cloud-star: unicode('f85b');\n$ti-icon-cloud-storm: unicode('ea74');\n$ti-icon-cloud-up: unicode('f85c');\n$ti-icon-cloud-upload: unicode('ea75');\n$ti-icon-cloud-x: unicode('f85d');\n$ti-icon-clover: unicode('f1ea');\n$ti-icon-clover-2: unicode('f21e');\n$ti-icon-clubs: unicode('eff4');\n$ti-icon-code: unicode('ea77');\n$ti-icon-code-asterisk: unicode('f312');\n$ti-icon-code-circle: unicode('f4ff');\n$ti-icon-code-circle-2: unicode('f4fe');\n$ti-icon-code-dots: unicode('f61a');\n$ti-icon-code-minus: unicode('ee42');\n$ti-icon-code-off: unicode('f0d0');\n$ti-icon-code-plus: unicode('ee43');\n$ti-icon-coffee: unicode('ef0e');\n$ti-icon-coffee-off: unicode('f106');\n$ti-icon-coffin: unicode('f579');\n$ti-icon-coin: unicode('eb82');\n$ti-icon-coin-bitcoin: unicode('f2be');\n$ti-icon-coin-euro: unicode('f2bf');\n$ti-icon-coin-monero: unicode('f4a0');\n$ti-icon-coin-off: unicode('f0d1');\n$ti-icon-coin-pound: unicode('f2c0');\n$ti-icon-coin-rupee: unicode('f2c1');\n$ti-icon-coin-taka: unicode('fd0d');\n$ti-icon-coin-yen: unicode('f2c2');\n$ti-icon-coin-yuan: unicode('f2c3');\n$ti-icon-coins: unicode('f65d');\n$ti-icon-color-filter: unicode('f5a8');\n$ti-icon-color-picker: unicode('ebe6');\n$ti-icon-color-picker-off: unicode('f0d2');\n$ti-icon-color-swatch: unicode('eb61');\n$ti-icon-color-swatch-off: unicode('f0d3');\n$ti-icon-column-insert-left: unicode('ee44');\n$ti-icon-column-insert-right: unicode('ee45');\n$ti-icon-column-remove: unicode('faf4');\n$ti-icon-columns: unicode('eb83');\n$ti-icon-columns-1: unicode('f6d4');\n$ti-icon-columns-2: unicode('f6d5');\n$ti-icon-columns-3: unicode('f6d6');\n$ti-icon-columns-off: unicode('f0d4');\n$ti-icon-comet: unicode('ec76');\n$ti-icon-command: unicode('ea78');\n$ti-icon-command-off: unicode('f3d7');\n$ti-icon-compass: unicode('ea79');\n$ti-icon-compass-off: unicode('f0d5');\n$ti-icon-components: unicode('efa5');\n$ti-icon-components-off: unicode('f0d6');\n$ti-icon-cone: unicode('efdd');\n$ti-icon-cone-2: unicode('efdc');\n$ti-icon-cone-off: unicode('f3d8');\n$ti-icon-cone-plus: unicode('fa94');\n$ti-icon-confetti: unicode('ee46');\n$ti-icon-confetti-off: unicode('f3d9');\n$ti-icon-confucius: unicode('f58a');\n$ti-icon-congruent-to: unicode('ffa3');\n$ti-icon-container: unicode('ee47');\n$ti-icon-container-off: unicode('f107');\n$ti-icon-contract: unicode('fefb');\n$ti-icon-contrast: unicode('ec4e');\n$ti-icon-contrast-2: unicode('efc7');\n$ti-icon-contrast-2-off: unicode('f3da');\n$ti-icon-contrast-off: unicode('f3db');\n$ti-icon-cooker: unicode('f57a');\n$ti-icon-cookie: unicode('fdb1');\n$ti-icon-cookie-man: unicode('fdb2');\n$ti-icon-cookie-off: unicode('f0d7');\n$ti-icon-copy: unicode('ea7a');\n$ti-icon-copy-check: unicode('fdb0');\n$ti-icon-copy-minus: unicode('fdaf');\n$ti-icon-copy-off: unicode('f0d8');\n$ti-icon-copy-plus: unicode('fdae');\n$ti-icon-copy-x: unicode('fdad');\n$ti-icon-copyleft: unicode('ec3d');\n$ti-icon-copyleft-off: unicode('f0d9');\n$ti-icon-copyright: unicode('ea7b');\n$ti-icon-copyright-off: unicode('f0da');\n$ti-icon-corner-down-left: unicode('ea7c');\n$ti-icon-corner-down-left-double: unicode('ee48');\n$ti-icon-corner-down-right: unicode('ea7d');\n$ti-icon-corner-down-right-double: unicode('ee49');\n$ti-icon-corner-left-down: unicode('ea7e');\n$ti-icon-corner-left-down-double: unicode('ee4a');\n$ti-icon-corner-left-up: unicode('ea7f');\n$ti-icon-corner-left-up-double: unicode('ee4b');\n$ti-icon-corner-right-down: unicode('ea80');\n$ti-icon-corner-right-down-double: unicode('ee4c');\n$ti-icon-corner-right-up: unicode('ea81');\n$ti-icon-corner-right-up-double: unicode('ee4d');\n$ti-icon-corner-up-left: unicode('ea82');\n$ti-icon-corner-up-left-double: unicode('ee4e');\n$ti-icon-corner-up-right: unicode('ea83');\n$ti-icon-corner-up-right-double: unicode('ee4f');\n$ti-icon-cpu: unicode('ef8e');\n$ti-icon-cpu-2: unicode('f075');\n$ti-icon-cpu-off: unicode('f108');\n$ti-icon-crane: unicode('ef27');\n$ti-icon-crane-off: unicode('f109');\n$ti-icon-creative-commons: unicode('efb3');\n$ti-icon-creative-commons-by: unicode('f21f');\n$ti-icon-creative-commons-nc: unicode('f220');\n$ti-icon-creative-commons-nd: unicode('f221');\n$ti-icon-creative-commons-off: unicode('f10a');\n$ti-icon-creative-commons-sa: unicode('f222');\n$ti-icon-creative-commons-zero: unicode('f223');\n$ti-icon-credit-card: unicode('ea84');\n$ti-icon-credit-card-off: unicode('ed11');\n$ti-icon-credit-card-pay: unicode('fd32');\n$ti-icon-credit-card-refund: unicode('fd33');\n$ti-icon-cricket: unicode('f09a');\n$ti-icon-crop: unicode('ea85');\n$ti-icon-crop-1-1: unicode('fd50');\n$ti-icon-crop-16-9: unicode('fd51');\n$ti-icon-crop-3-2: unicode('fd52');\n$ti-icon-crop-5-4: unicode('fd53');\n$ti-icon-crop-7-5: unicode('fd54');\n$ti-icon-crop-landscape: unicode('fd55');\n$ti-icon-crop-portrait: unicode('fd56');\n$ti-icon-cross: unicode('ef8f');\n$ti-icon-cross-off: unicode('f10b');\n$ti-icon-crosshair: unicode('ec3e');\n$ti-icon-crown: unicode('ed12');\n$ti-icon-crown-off: unicode('ee50');\n$ti-icon-crutches: unicode('ef5b');\n$ti-icon-crutches-off: unicode('f10c');\n$ti-icon-crystal-ball: unicode('f57b');\n$ti-icon-csv: unicode('f791');\n$ti-icon-cube: unicode('fa97');\n$ti-icon-cube-3d-sphere: unicode('ecd7');\n$ti-icon-cube-3d-sphere-off: unicode('f3b5');\n$ti-icon-cube-off: unicode('fa95');\n$ti-icon-cube-plus: unicode('fa96');\n$ti-icon-cube-send: unicode('f61b');\n$ti-icon-cube-spark: unicode('ffbb');\n$ti-icon-cube-unfolded: unicode('f61c');\n$ti-icon-cup: unicode('ef28');\n$ti-icon-cup-off: unicode('f10d');\n$ti-icon-curling: unicode('efc8');\n$ti-icon-curly-loop: unicode('ecda');\n$ti-icon-currency: unicode('efa6');\n$ti-icon-currency-afghani: unicode('f65e');\n$ti-icon-currency-bahraini: unicode('ee51');\n$ti-icon-currency-baht: unicode('f08a');\n$ti-icon-currency-bitcoin: unicode('ebab');\n$ti-icon-currency-cent: unicode('ee53');\n$ti-icon-currency-dinar: unicode('ee54');\n$ti-icon-currency-dirham: unicode('ee55');\n$ti-icon-currency-dogecoin: unicode('ef4b');\n$ti-icon-currency-dollar: unicode('eb84');\n$ti-icon-currency-dollar-australian: unicode('ee56');\n$ti-icon-currency-dollar-brunei: unicode('f36c');\n$ti-icon-currency-dollar-canadian: unicode('ee57');\n$ti-icon-currency-dollar-guyanese: unicode('f36d');\n$ti-icon-currency-dollar-off: unicode('f3dc');\n$ti-icon-currency-dollar-singapore: unicode('ee58');\n$ti-icon-currency-dollar-zimbabwean: unicode('f36e');\n$ti-icon-currency-dong: unicode('f36f');\n$ti-icon-currency-dram: unicode('f370');\n$ti-icon-currency-ethereum: unicode('ee59');\n$ti-icon-currency-euro: unicode('eb85');\n$ti-icon-currency-euro-off: unicode('f3dd');\n$ti-icon-currency-florin: unicode('faf5');\n$ti-icon-currency-forint: unicode('ee5a');\n$ti-icon-currency-frank: unicode('ee5b');\n$ti-icon-currency-guarani: unicode('f371');\n$ti-icon-currency-hryvnia: unicode('f372');\n$ti-icon-currency-iranian-rial: unicode('fa58');\n$ti-icon-currency-kip: unicode('f373');\n$ti-icon-currency-krone-czech: unicode('ee5c');\n$ti-icon-currency-krone-danish: unicode('ee5d');\n$ti-icon-currency-krone-swedish: unicode('ee5e');\n$ti-icon-currency-lari: unicode('f374');\n$ti-icon-currency-leu: unicode('ee5f');\n$ti-icon-currency-lira: unicode('ee60');\n$ti-icon-currency-litecoin: unicode('ee61');\n$ti-icon-currency-lyd: unicode('f375');\n$ti-icon-currency-manat: unicode('f376');\n$ti-icon-currency-monero: unicode('f377');\n$ti-icon-currency-naira: unicode('ee62');\n$ti-icon-currency-nano: unicode('f7a6');\n$ti-icon-currency-off: unicode('f3de');\n$ti-icon-currency-paanga: unicode('f378');\n$ti-icon-currency-peso: unicode('f65f');\n$ti-icon-currency-pound: unicode('ebac');\n$ti-icon-currency-pound-off: unicode('f3df');\n$ti-icon-currency-quetzal: unicode('f379');\n$ti-icon-currency-real: unicode('ee63');\n$ti-icon-currency-renminbi: unicode('ee64');\n$ti-icon-currency-ripple: unicode('ee65');\n$ti-icon-currency-riyal: unicode('ee66');\n$ti-icon-currency-rubel: unicode('ee67');\n$ti-icon-currency-rufiyaa: unicode('f37a');\n$ti-icon-currency-rupee: unicode('ebad');\n$ti-icon-currency-rupee-nepalese: unicode('f37b');\n$ti-icon-currency-shekel: unicode('ee68');\n$ti-icon-currency-solana: unicode('f4a1');\n$ti-icon-currency-som: unicode('f37c');\n$ti-icon-currency-taka: unicode('ee69');\n$ti-icon-currency-tenge: unicode('f37d');\n$ti-icon-currency-tugrik: unicode('ee6a');\n$ti-icon-currency-won: unicode('ee6b');\n$ti-icon-currency-xrp: unicode('fd34');\n$ti-icon-currency-yen: unicode('ebae');\n$ti-icon-currency-yen-off: unicode('f3e0');\n$ti-icon-currency-yuan: unicode('f29a');\n$ti-icon-currency-zloty: unicode('ee6c');\n$ti-icon-current-location: unicode('ecef');\n$ti-icon-current-location-off: unicode('f10e');\n$ti-icon-cursor-off: unicode('f10f');\n$ti-icon-cursor-text: unicode('ee6d');\n$ti-icon-cut: unicode('ea86');\n$ti-icon-cylinder: unicode('f54c');\n$ti-icon-cylinder-off: unicode('fa98');\n$ti-icon-cylinder-plus: unicode('fa99');\n$ti-icon-dashboard: unicode('ea87');\n$ti-icon-dashboard-off: unicode('f3e1');\n$ti-icon-database: unicode('ea88');\n$ti-icon-database-cog: unicode('fa10');\n$ti-icon-database-dollar: unicode('fa11');\n$ti-icon-database-edit: unicode('fa12');\n$ti-icon-database-exclamation: unicode('fa13');\n$ti-icon-database-export: unicode('ee6e');\n$ti-icon-database-heart: unicode('fa14');\n$ti-icon-database-import: unicode('ee6f');\n$ti-icon-database-leak: unicode('fa15');\n$ti-icon-database-minus: unicode('fa16');\n$ti-icon-database-off: unicode('ee70');\n$ti-icon-database-plus: unicode('fa17');\n$ti-icon-database-search: unicode('fa18');\n$ti-icon-database-share: unicode('fa19');\n$ti-icon-database-smile: unicode('fd9b');\n$ti-icon-database-star: unicode('fa1a');\n$ti-icon-database-x: unicode('fa1b');\n$ti-icon-decimal: unicode('fa26');\n$ti-icon-deer: unicode('f4c5');\n$ti-icon-delta: unicode('f53c');\n$ti-icon-dental: unicode('f025');\n$ti-icon-dental-broken: unicode('f286');\n$ti-icon-dental-off: unicode('f110');\n$ti-icon-deselect: unicode('f9f3');\n$ti-icon-desk: unicode('fd35');\n$ti-icon-details: unicode('ee71');\n$ti-icon-details-off: unicode('f3e2');\n$ti-icon-device-airpods: unicode('f5a9');\n$ti-icon-device-airpods-case: unicode('f646');\n$ti-icon-device-airtag: unicode('fae6');\n$ti-icon-device-analytics: unicode('ee72');\n$ti-icon-device-audio-tape: unicode('ee73');\n$ti-icon-device-camera-phone: unicode('f233');\n$ti-icon-device-cctv: unicode('ee74');\n$ti-icon-device-cctv-off: unicode('f3e3');\n$ti-icon-device-computer-camera: unicode('ee76');\n$ti-icon-device-computer-camera-off: unicode('ee75');\n$ti-icon-device-desktop: unicode('ea89');\n$ti-icon-device-desktop-analytics: unicode('ee77');\n$ti-icon-device-desktop-bolt: unicode('f85e');\n$ti-icon-device-desktop-cancel: unicode('f85f');\n$ti-icon-device-desktop-check: unicode('f860');\n$ti-icon-device-desktop-code: unicode('f861');\n$ti-icon-device-desktop-cog: unicode('f862');\n$ti-icon-device-desktop-dollar: unicode('f863');\n$ti-icon-device-desktop-down: unicode('f864');\n$ti-icon-device-desktop-exclamation: unicode('f865');\n$ti-icon-device-desktop-heart: unicode('f866');\n$ti-icon-device-desktop-minus: unicode('f867');\n$ti-icon-device-desktop-off: unicode('ee78');\n$ti-icon-device-desktop-pause: unicode('f868');\n$ti-icon-device-desktop-pin: unicode('f869');\n$ti-icon-device-desktop-plus: unicode('f86a');\n$ti-icon-device-desktop-question: unicode('f86b');\n$ti-icon-device-desktop-search: unicode('f86c');\n$ti-icon-device-desktop-share: unicode('f86d');\n$ti-icon-device-desktop-star: unicode('f86e');\n$ti-icon-device-desktop-up: unicode('f86f');\n$ti-icon-device-desktop-x: unicode('f870');\n$ti-icon-device-floppy: unicode('eb62');\n$ti-icon-device-gamepad: unicode('eb63');\n$ti-icon-device-gamepad-2: unicode('f1d2');\n$ti-icon-device-gamepad-3: unicode('fc58');\n$ti-icon-device-heart-monitor: unicode('f060');\n$ti-icon-device-imac: unicode('f7a7');\n$ti-icon-device-imac-bolt: unicode('f871');\n$ti-icon-device-imac-cancel: unicode('f872');\n$ti-icon-device-imac-check: unicode('f873');\n$ti-icon-device-imac-code: unicode('f874');\n$ti-icon-device-imac-cog: unicode('f875');\n$ti-icon-device-imac-dollar: unicode('f876');\n$ti-icon-device-imac-down: unicode('f877');\n$ti-icon-device-imac-exclamation: unicode('f878');\n$ti-icon-device-imac-heart: unicode('f879');\n$ti-icon-device-imac-minus: unicode('f87a');\n$ti-icon-device-imac-off: unicode('f87b');\n$ti-icon-device-imac-pause: unicode('f87c');\n$ti-icon-device-imac-pin: unicode('f87d');\n$ti-icon-device-imac-plus: unicode('f87e');\n$ti-icon-device-imac-question: unicode('f87f');\n$ti-icon-device-imac-search: unicode('f880');\n$ti-icon-device-imac-share: unicode('f881');\n$ti-icon-device-imac-star: unicode('f882');\n$ti-icon-device-imac-up: unicode('f883');\n$ti-icon-device-imac-x: unicode('f884');\n$ti-icon-device-ipad: unicode('f648');\n$ti-icon-device-ipad-bolt: unicode('f885');\n$ti-icon-device-ipad-cancel: unicode('f886');\n$ti-icon-device-ipad-check: unicode('f887');\n$ti-icon-device-ipad-code: unicode('f888');\n$ti-icon-device-ipad-cog: unicode('f889');\n$ti-icon-device-ipad-dollar: unicode('f88a');\n$ti-icon-device-ipad-down: unicode('f88b');\n$ti-icon-device-ipad-exclamation: unicode('f88c');\n$ti-icon-device-ipad-heart: unicode('f88d');\n$ti-icon-device-ipad-horizontal: unicode('f647');\n$ti-icon-device-ipad-horizontal-bolt: unicode('f88e');\n$ti-icon-device-ipad-horizontal-cancel: unicode('f88f');\n$ti-icon-device-ipad-horizontal-check: unicode('f890');\n$ti-icon-device-ipad-horizontal-code: unicode('f891');\n$ti-icon-device-ipad-horizontal-cog: unicode('f892');\n$ti-icon-device-ipad-horizontal-dollar: unicode('f893');\n$ti-icon-device-ipad-horizontal-down: unicode('f894');\n$ti-icon-device-ipad-horizontal-exclamation: unicode('f895');\n$ti-icon-device-ipad-horizontal-heart: unicode('f896');\n$ti-icon-device-ipad-horizontal-minus: unicode('f897');\n$ti-icon-device-ipad-horizontal-off: unicode('f898');\n$ti-icon-device-ipad-horizontal-pause: unicode('f899');\n$ti-icon-device-ipad-horizontal-pin: unicode('f89a');\n$ti-icon-device-ipad-horizontal-plus: unicode('f89b');\n$ti-icon-device-ipad-horizontal-question: unicode('f89c');\n$ti-icon-device-ipad-horizontal-search: unicode('f89d');\n$ti-icon-device-ipad-horizontal-share: unicode('f89e');\n$ti-icon-device-ipad-horizontal-star: unicode('f89f');\n$ti-icon-device-ipad-horizontal-up: unicode('f8a0');\n$ti-icon-device-ipad-horizontal-x: unicode('f8a1');\n$ti-icon-device-ipad-minus: unicode('f8a2');\n$ti-icon-device-ipad-off: unicode('f8a3');\n$ti-icon-device-ipad-pause: unicode('f8a4');\n$ti-icon-device-ipad-pin: unicode('f8a5');\n$ti-icon-device-ipad-plus: unicode('f8a6');\n$ti-icon-device-ipad-question: unicode('f8a7');\n$ti-icon-device-ipad-search: unicode('f8a8');\n$ti-icon-device-ipad-share: unicode('f8a9');\n$ti-icon-device-ipad-star: unicode('f8aa');\n$ti-icon-device-ipad-up: unicode('f8ab');\n$ti-icon-device-ipad-x: unicode('f8ac');\n$ti-icon-device-landline-phone: unicode('f649');\n$ti-icon-device-laptop: unicode('eb64');\n$ti-icon-device-laptop-off: unicode('f061');\n$ti-icon-device-mobile: unicode('ea8a');\n$ti-icon-device-mobile-bolt: unicode('f8ad');\n$ti-icon-device-mobile-cancel: unicode('f8ae');\n$ti-icon-device-mobile-charging: unicode('f224');\n$ti-icon-device-mobile-check: unicode('f8af');\n$ti-icon-device-mobile-code: unicode('f8b0');\n$ti-icon-device-mobile-cog: unicode('f8b1');\n$ti-icon-device-mobile-dollar: unicode('f8b2');\n$ti-icon-device-mobile-down: unicode('f8b3');\n$ti-icon-device-mobile-exclamation: unicode('f8b4');\n$ti-icon-device-mobile-heart: unicode('f8b5');\n$ti-icon-device-mobile-message: unicode('ee79');\n$ti-icon-device-mobile-minus: unicode('f8b6');\n$ti-icon-device-mobile-off: unicode('f062');\n$ti-icon-device-mobile-pause: unicode('f8b7');\n$ti-icon-device-mobile-pin: unicode('f8b8');\n$ti-icon-device-mobile-plus: unicode('f8b9');\n$ti-icon-device-mobile-question: unicode('f8ba');\n$ti-icon-device-mobile-rotated: unicode('ecdb');\n$ti-icon-device-mobile-search: unicode('f8bb');\n$ti-icon-device-mobile-share: unicode('f8bc');\n$ti-icon-device-mobile-star: unicode('f8bd');\n$ti-icon-device-mobile-up: unicode('f8be');\n$ti-icon-device-mobile-vibration: unicode('eb86');\n$ti-icon-device-mobile-x: unicode('f8bf');\n$ti-icon-device-nintendo: unicode('f026');\n$ti-icon-device-nintendo-off: unicode('f111');\n$ti-icon-device-projector: unicode('fc11');\n$ti-icon-device-remote: unicode('f792');\n$ti-icon-device-sd-card: unicode('f384');\n$ti-icon-device-sim: unicode('f4b2');\n$ti-icon-device-sim-1: unicode('f4af');\n$ti-icon-device-sim-2: unicode('f4b0');\n$ti-icon-device-sim-3: unicode('f4b1');\n$ti-icon-device-speaker: unicode('ea8b');\n$ti-icon-device-speaker-off: unicode('f112');\n$ti-icon-device-tablet: unicode('ea8c');\n$ti-icon-device-tablet-bolt: unicode('f8c0');\n$ti-icon-device-tablet-cancel: unicode('f8c1');\n$ti-icon-device-tablet-check: unicode('f8c2');\n$ti-icon-device-tablet-code: unicode('f8c3');\n$ti-icon-device-tablet-cog: unicode('f8c4');\n$ti-icon-device-tablet-dollar: unicode('f8c5');\n$ti-icon-device-tablet-down: unicode('f8c6');\n$ti-icon-device-tablet-exclamation: unicode('f8c7');\n$ti-icon-device-tablet-heart: unicode('f8c8');\n$ti-icon-device-tablet-minus: unicode('f8c9');\n$ti-icon-device-tablet-off: unicode('f063');\n$ti-icon-device-tablet-pause: unicode('f8ca');\n$ti-icon-device-tablet-pin: unicode('f8cb');\n$ti-icon-device-tablet-plus: unicode('f8cc');\n$ti-icon-device-tablet-question: unicode('f8cd');\n$ti-icon-device-tablet-search: unicode('f8ce');\n$ti-icon-device-tablet-share: unicode('f8cf');\n$ti-icon-device-tablet-star: unicode('f8d0');\n$ti-icon-device-tablet-up: unicode('f8d1');\n$ti-icon-device-tablet-x: unicode('f8d2');\n$ti-icon-device-tv: unicode('ea8d');\n$ti-icon-device-tv-off: unicode('f064');\n$ti-icon-device-tv-old: unicode('f1d3');\n$ti-icon-device-unknown: unicode('fef4');\n$ti-icon-device-usb: unicode('fc59');\n$ti-icon-device-vision-pro: unicode('fae7');\n$ti-icon-device-watch: unicode('ebf9');\n$ti-icon-device-watch-bolt: unicode('f8d3');\n$ti-icon-device-watch-cancel: unicode('f8d4');\n$ti-icon-device-watch-check: unicode('f8d5');\n$ti-icon-device-watch-code: unicode('f8d6');\n$ti-icon-device-watch-cog: unicode('f8d7');\n$ti-icon-device-watch-dollar: unicode('f8d8');\n$ti-icon-device-watch-down: unicode('f8d9');\n$ti-icon-device-watch-exclamation: unicode('f8da');\n$ti-icon-device-watch-heart: unicode('f8db');\n$ti-icon-device-watch-minus: unicode('f8dc');\n$ti-icon-device-watch-off: unicode('f065');\n$ti-icon-device-watch-pause: unicode('f8dd');\n$ti-icon-device-watch-pin: unicode('f8de');\n$ti-icon-device-watch-plus: unicode('f8df');\n$ti-icon-device-watch-question: unicode('f8e0');\n$ti-icon-device-watch-search: unicode('f8e1');\n$ti-icon-device-watch-share: unicode('f8e2');\n$ti-icon-device-watch-star: unicode('f8e3');\n$ti-icon-device-watch-stats: unicode('ef7d');\n$ti-icon-device-watch-stats-2: unicode('ef7c');\n$ti-icon-device-watch-up: unicode('f8e4');\n$ti-icon-device-watch-x: unicode('f8e5');\n$ti-icon-devices: unicode('eb87');\n$ti-icon-devices-2: unicode('ed29');\n$ti-icon-devices-bolt: unicode('f8e6');\n$ti-icon-devices-cancel: unicode('f8e7');\n$ti-icon-devices-check: unicode('f8e8');\n$ti-icon-devices-code: unicode('f8e9');\n$ti-icon-devices-cog: unicode('f8ea');\n$ti-icon-devices-dollar: unicode('f8eb');\n$ti-icon-devices-down: unicode('f8ec');\n$ti-icon-devices-exclamation: unicode('f8ed');\n$ti-icon-devices-heart: unicode('f8ee');\n$ti-icon-devices-minus: unicode('f8ef');\n$ti-icon-devices-off: unicode('f3e4');\n$ti-icon-devices-pause: unicode('f8f0');\n$ti-icon-devices-pc: unicode('ee7a');\n$ti-icon-devices-pc-off: unicode('f113');\n$ti-icon-devices-pin: unicode('f8f1');\n$ti-icon-devices-plus: unicode('f8f2');\n$ti-icon-devices-question: unicode('f8f3');\n$ti-icon-devices-search: unicode('f8f4');\n$ti-icon-devices-share: unicode('f8f5');\n$ti-icon-devices-star: unicode('f8f6');\n$ti-icon-devices-up: unicode('f8f7');\n$ti-icon-devices-x: unicode('f8f8');\n$ti-icon-diabolo: unicode('fa9c');\n$ti-icon-diabolo-off: unicode('fa9a');\n$ti-icon-diabolo-plus: unicode('fa9b');\n$ti-icon-dialpad: unicode('f067');\n$ti-icon-dialpad-off: unicode('f114');\n$ti-icon-diamond: unicode('eb65');\n$ti-icon-diamond-off: unicode('f115');\n$ti-icon-diamonds: unicode('eff5');\n$ti-icon-diaper: unicode('ffa2');\n$ti-icon-dice: unicode('eb66');\n$ti-icon-dice-1: unicode('f08b');\n$ti-icon-dice-2: unicode('f08c');\n$ti-icon-dice-3: unicode('f08d');\n$ti-icon-dice-4: unicode('f08e');\n$ti-icon-dice-5: unicode('f08f');\n$ti-icon-dice-6: unicode('f090');\n$ti-icon-dimensions: unicode('ee7b');\n$ti-icon-direction: unicode('ebfb');\n$ti-icon-direction-arrows: unicode('fd36');\n$ti-icon-direction-horizontal: unicode('ebfa');\n$ti-icon-direction-sign: unicode('f1f7');\n$ti-icon-direction-sign-off: unicode('f3e5');\n$ti-icon-directions: unicode('ea8e');\n$ti-icon-directions-off: unicode('f116');\n$ti-icon-disabled: unicode('ea8f');\n$ti-icon-disabled-2: unicode('ebaf');\n$ti-icon-disabled-off: unicode('f117');\n$ti-icon-disc: unicode('ea90');\n$ti-icon-disc-golf: unicode('f385');\n$ti-icon-disc-off: unicode('f118');\n$ti-icon-discount: unicode('ebbd');\n$ti-icon-discount-off: unicode('f3e7');\n$ti-icon-divide: unicode('ed5c');\n$ti-icon-dna: unicode('ee7d');\n$ti-icon-dna-2: unicode('ef5c');\n$ti-icon-dna-2-off: unicode('f119');\n$ti-icon-dna-off: unicode('f11a');\n$ti-icon-dog: unicode('f660');\n$ti-icon-dog-bowl: unicode('ef29');\n$ti-icon-door: unicode('ef4e');\n$ti-icon-door-enter: unicode('ef4c');\n$ti-icon-door-exit: unicode('ef4d');\n$ti-icon-door-off: unicode('f11b');\n$ti-icon-dots: unicode('ea95');\n$ti-icon-dots-circle-horizontal: unicode('ea91');\n$ti-icon-dots-diagonal: unicode('ea93');\n$ti-icon-dots-diagonal-2: unicode('ea92');\n$ti-icon-dots-vertical: unicode('ea94');\n$ti-icon-download: unicode('ea96');\n$ti-icon-download-off: unicode('f11c');\n$ti-icon-drag-drop: unicode('eb89');\n$ti-icon-drag-drop-2: unicode('eb88');\n$ti-icon-drone: unicode('ed79');\n$ti-icon-drone-off: unicode('ee7e');\n$ti-icon-drop-circle: unicode('efde');\n$ti-icon-droplet: unicode('ea97');\n$ti-icon-droplet-bolt: unicode('f8f9');\n$ti-icon-droplet-cancel: unicode('f8fa');\n$ti-icon-droplet-check: unicode('f8fb');\n$ti-icon-droplet-code: unicode('f8fc');\n$ti-icon-droplet-cog: unicode('f8fd');\n$ti-icon-droplet-dollar: unicode('f8fe');\n$ti-icon-droplet-down: unicode('f8ff');\n$ti-icon-droplet-exclamation: unicode('f900');\n$ti-icon-droplet-half: unicode('ee82');\n$ti-icon-droplet-half-2: unicode('ee81');\n$ti-icon-droplet-heart: unicode('f901');\n$ti-icon-droplet-minus: unicode('f902');\n$ti-icon-droplet-off: unicode('ee83');\n$ti-icon-droplet-pause: unicode('f903');\n$ti-icon-droplet-pin: unicode('f904');\n$ti-icon-droplet-plus: unicode('f905');\n$ti-icon-droplet-question: unicode('f906');\n$ti-icon-droplet-search: unicode('f907');\n$ti-icon-droplet-share: unicode('f908');\n$ti-icon-droplet-star: unicode('f909');\n$ti-icon-droplet-up: unicode('f90a');\n$ti-icon-droplet-x: unicode('f90b');\n$ti-icon-droplets: unicode('fc12');\n$ti-icon-dual-screen: unicode('fa59');\n$ti-icon-dumpling: unicode('feb5');\n$ti-icon-e-passport: unicode('f4df');\n$ti-icon-ear: unicode('ebce');\n$ti-icon-ear-off: unicode('ee84');\n$ti-icon-ear-scan: unicode('fd57');\n$ti-icon-ease-in: unicode('f573');\n$ti-icon-ease-in-control-point: unicode('f570');\n$ti-icon-ease-in-out: unicode('f572');\n$ti-icon-ease-in-out-control-points: unicode('f571');\n$ti-icon-ease-out: unicode('f575');\n$ti-icon-ease-out-control-point: unicode('f574');\n$ti-icon-edit: unicode('ea98');\n$ti-icon-edit-circle: unicode('ee85');\n$ti-icon-edit-circle-off: unicode('f11d');\n$ti-icon-edit-off: unicode('f11e');\n$ti-icon-egg: unicode('eb8a');\n$ti-icon-egg-cracked: unicode('f2d6');\n$ti-icon-egg-fried: unicode('f386');\n$ti-icon-egg-off: unicode('f11f');\n$ti-icon-eggs: unicode('f500');\n$ti-icon-elevator: unicode('efdf');\n$ti-icon-elevator-off: unicode('f3e8');\n$ti-icon-emergency-bed: unicode('ef5d');\n$ti-icon-empathize: unicode('f29b');\n$ti-icon-empathize-off: unicode('f3e9');\n$ti-icon-emphasis: unicode('ebcf');\n$ti-icon-engine: unicode('ef7e');\n$ti-icon-engine-off: unicode('f120');\n$ti-icon-equal: unicode('ee87');\n$ti-icon-equal-double: unicode('f4e1');\n$ti-icon-equal-not: unicode('ee86');\n$ti-icon-eraser: unicode('eb8b');\n$ti-icon-eraser-off: unicode('f121');\n$ti-icon-error-404: unicode('f027');\n$ti-icon-error-404-off: unicode('f122');\n$ti-icon-escalator: unicode('fb06');\n$ti-icon-escalator-down: unicode('fb04');\n$ti-icon-escalator-up: unicode('fb05');\n$ti-icon-exchange: unicode('ebe7');\n$ti-icon-exchange-off: unicode('f123');\n$ti-icon-exclamation-circle: unicode('f634');\n$ti-icon-exclamation-mark: unicode('efb4');\n$ti-icon-exclamation-mark-off: unicode('f124');\n$ti-icon-explicit: unicode('f256');\n$ti-icon-explicit-off: unicode('f3ea');\n$ti-icon-exposure: unicode('eb8c');\n$ti-icon-exposure-0: unicode('f29c');\n$ti-icon-exposure-minus-1: unicode('f29d');\n$ti-icon-exposure-minus-2: unicode('f29e');\n$ti-icon-exposure-off: unicode('f3eb');\n$ti-icon-exposure-plus-1: unicode('f29f');\n$ti-icon-exposure-plus-2: unicode('f2a0');\n$ti-icon-external-link: unicode('ea99');\n$ti-icon-external-link-off: unicode('f125');\n$ti-icon-eye: unicode('ea9a');\n$ti-icon-eye-bitcoin: unicode('ff3d');\n$ti-icon-eye-bolt: unicode('fb6d');\n$ti-icon-eye-cancel: unicode('fb6e');\n$ti-icon-eye-check: unicode('ee88');\n$ti-icon-eye-closed: unicode('f7ec');\n$ti-icon-eye-code: unicode('fb6f');\n$ti-icon-eye-cog: unicode('f7ed');\n$ti-icon-eye-discount: unicode('fb70');\n$ti-icon-eye-dollar: unicode('fb71');\n$ti-icon-eye-dotted: unicode('fead');\n$ti-icon-eye-down: unicode('fb72');\n$ti-icon-eye-edit: unicode('f7ee');\n$ti-icon-eye-exclamation: unicode('f7ef');\n$ti-icon-eye-heart: unicode('f7f0');\n$ti-icon-eye-minus: unicode('fb73');\n$ti-icon-eye-off: unicode('ecf0');\n$ti-icon-eye-pause: unicode('fb74');\n$ti-icon-eye-pin: unicode('fb75');\n$ti-icon-eye-plus: unicode('fb76');\n$ti-icon-eye-question: unicode('fb77');\n$ti-icon-eye-search: unicode('fb78');\n$ti-icon-eye-share: unicode('fb79');\n$ti-icon-eye-spark: unicode('ffba');\n$ti-icon-eye-star: unicode('fb7a');\n$ti-icon-eye-table: unicode('ef5e');\n$ti-icon-eye-up: unicode('fb7b');\n$ti-icon-eye-x: unicode('f7f1');\n$ti-icon-eyeglass: unicode('ee8a');\n$ti-icon-eyeglass-2: unicode('ee89');\n$ti-icon-eyeglass-off: unicode('f126');\n$ti-icon-face-id: unicode('ea9b');\n$ti-icon-face-id-error: unicode('efa7');\n$ti-icon-face-mask: unicode('efb5');\n$ti-icon-face-mask-off: unicode('f127');\n$ti-icon-fall: unicode('ecb9');\n$ti-icon-favicon: unicode('fd65');\n$ti-icon-feather: unicode('ee8b');\n$ti-icon-feather-off: unicode('f128');\n$ti-icon-fence: unicode('ef2a');\n$ti-icon-fence-off: unicode('f129');\n$ti-icon-ferry: unicode('10074');\n$ti-icon-fidget-spinner: unicode('f068');\n$ti-icon-file: unicode('eaa4');\n$ti-icon-file-3d: unicode('f032');\n$ti-icon-file-ai: unicode('ffa1');\n$ti-icon-file-alert: unicode('ede6');\n$ti-icon-file-analytics: unicode('ede7');\n$ti-icon-file-arrow-left: unicode('f033');\n$ti-icon-file-arrow-right: unicode('f034');\n$ti-icon-file-barcode: unicode('f035');\n$ti-icon-file-bitcoin: unicode('ffa0');\n$ti-icon-file-broken: unicode('f501');\n$ti-icon-file-certificate: unicode('ed4d');\n$ti-icon-file-chart: unicode('f036');\n$ti-icon-file-check: unicode('ea9c');\n$ti-icon-file-code: unicode('ebd0');\n$ti-icon-file-code-2: unicode('ede8');\n$ti-icon-file-cv: unicode('fa5a');\n$ti-icon-file-database: unicode('f037');\n$ti-icon-file-delta: unicode('f53d');\n$ti-icon-file-description: unicode('f028');\n$ti-icon-file-diff: unicode('ecf1');\n$ti-icon-file-digit: unicode('efa8');\n$ti-icon-file-dislike: unicode('ed2a');\n$ti-icon-file-dollar: unicode('efe0');\n$ti-icon-file-dots: unicode('f038');\n$ti-icon-file-download: unicode('ea9d');\n$ti-icon-file-euro: unicode('efe1');\n$ti-icon-file-excel: unicode('fef3');\n$ti-icon-file-export: unicode('ede9');\n$ti-icon-file-function: unicode('f53e');\n$ti-icon-file-horizontal: unicode('ebb0');\n$ti-icon-file-import: unicode('edea');\n$ti-icon-file-infinity: unicode('f502');\n$ti-icon-file-info: unicode('edec');\n$ti-icon-file-invoice: unicode('eb67');\n$ti-icon-file-isr: unicode('feac');\n$ti-icon-file-lambda: unicode('f53f');\n$ti-icon-file-like: unicode('ed2b');\n$ti-icon-file-minus: unicode('ea9e');\n$ti-icon-file-music: unicode('ea9f');\n$ti-icon-file-neutral: unicode('fd22');\n$ti-icon-file-off: unicode('ecf2');\n$ti-icon-file-orientation: unicode('f2a1');\n$ti-icon-file-pencil: unicode('f039');\n$ti-icon-file-percent: unicode('f540');\n$ti-icon-file-phone: unicode('ecdc');\n$ti-icon-file-plus: unicode('eaa0');\n$ti-icon-file-power: unicode('f03a');\n$ti-icon-file-report: unicode('eded');\n$ti-icon-file-rss: unicode('f03b');\n$ti-icon-file-sad: unicode('fd23');\n$ti-icon-file-scissors: unicode('f03c');\n$ti-icon-file-search: unicode('ed5d');\n$ti-icon-file-settings: unicode('f029');\n$ti-icon-file-shredder: unicode('eaa1');\n$ti-icon-file-signal: unicode('f03d');\n$ti-icon-file-smile: unicode('fd24');\n$ti-icon-file-spark: unicode('ffb9');\n$ti-icon-file-spreadsheet: unicode('f03e');\n$ti-icon-file-stack: unicode('f503');\n$ti-icon-file-star: unicode('f03f');\n$ti-icon-file-symlink: unicode('ed53');\n$ti-icon-file-text: unicode('eaa2');\n$ti-icon-file-text-ai: unicode('fa27');\n$ti-icon-file-text-spark: unicode('ffb8');\n$ti-icon-file-time: unicode('f040');\n$ti-icon-file-type-bmp: unicode('fb07');\n$ti-icon-file-type-css: unicode('fb08');\n$ti-icon-file-type-csv: unicode('fb09');\n$ti-icon-file-type-doc: unicode('fb0a');\n$ti-icon-file-type-docx: unicode('fb0b');\n$ti-icon-file-type-html: unicode('fb0c');\n$ti-icon-file-type-jpg: unicode('fb0d');\n$ti-icon-file-type-js: unicode('fb0e');\n$ti-icon-file-type-jsx: unicode('fb0f');\n$ti-icon-file-type-pdf: unicode('fb10');\n$ti-icon-file-type-php: unicode('fb11');\n$ti-icon-file-type-png: unicode('fb12');\n$ti-icon-file-type-ppt: unicode('fb13');\n$ti-icon-file-type-rs: unicode('fb14');\n$ti-icon-file-type-sql: unicode('fb15');\n$ti-icon-file-type-svg: unicode('fb16');\n$ti-icon-file-type-ts: unicode('fb17');\n$ti-icon-file-type-tsx: unicode('fb18');\n$ti-icon-file-type-txt: unicode('fb19');\n$ti-icon-file-type-vue: unicode('fb1a');\n$ti-icon-file-type-xls: unicode('fb1b');\n$ti-icon-file-type-xml: unicode('fb1c');\n$ti-icon-file-type-zip: unicode('fb1d');\n$ti-icon-file-typography: unicode('f041');\n$ti-icon-file-unknown: unicode('f042');\n$ti-icon-file-upload: unicode('ec91');\n$ti-icon-file-vector: unicode('f043');\n$ti-icon-file-word: unicode('fef2');\n$ti-icon-file-x: unicode('eaa3');\n$ti-icon-file-zip: unicode('ed4e');\n$ti-icon-files: unicode('edef');\n$ti-icon-files-off: unicode('edee');\n$ti-icon-filter: unicode('eaa5');\n$ti-icon-filter-bolt: unicode('fb7c');\n$ti-icon-filter-cancel: unicode('fb7d');\n$ti-icon-filter-check: unicode('fb7e');\n$ti-icon-filter-code: unicode('fb7f');\n$ti-icon-filter-cog: unicode('f9fe');\n$ti-icon-filter-discount: unicode('fb80');\n$ti-icon-filter-dollar: unicode('f9ff');\n$ti-icon-filter-down: unicode('fb81');\n$ti-icon-filter-edit: unicode('fa00');\n$ti-icon-filter-exclamation: unicode('fb82');\n$ti-icon-filter-heart: unicode('fb83');\n$ti-icon-filter-minus: unicode('fa01');\n$ti-icon-filter-off: unicode('ed2c');\n$ti-icon-filter-pause: unicode('fb84');\n$ti-icon-filter-pin: unicode('fb85');\n$ti-icon-filter-plus: unicode('fa02');\n$ti-icon-filter-question: unicode('fb86');\n$ti-icon-filter-search: unicode('fb87');\n$ti-icon-filter-share: unicode('fb88');\n$ti-icon-filter-star: unicode('fa03');\n$ti-icon-filter-up: unicode('fb89');\n$ti-icon-filter-x: unicode('fa04');\n$ti-icon-filters: unicode('f793');\n$ti-icon-fingerprint: unicode('ebd1');\n$ti-icon-fingerprint-off: unicode('f12a');\n$ti-icon-fingerprint-scan: unicode('fcb5');\n$ti-icon-fire-extinguisher: unicode('faf6');\n$ti-icon-fire-hydrant: unicode('f3a9');\n$ti-icon-fire-hydrant-off: unicode('f3ec');\n$ti-icon-firetruck: unicode('ebe8');\n$ti-icon-first-aid-kit: unicode('ef5f');\n$ti-icon-first-aid-kit-off: unicode('f3ed');\n$ti-icon-fish: unicode('ef2b');\n$ti-icon-fish-bone: unicode('f287');\n$ti-icon-fish-christianity: unicode('f58b');\n$ti-icon-fish-hook: unicode('f1f9');\n$ti-icon-fish-hook-off: unicode('f3ee');\n$ti-icon-fish-off: unicode('f12b');\n$ti-icon-flag: unicode('eaa6');\n$ti-icon-flag-2: unicode('ee8c');\n$ti-icon-flag-2-off: unicode('f12c');\n$ti-icon-flag-3: unicode('ee8d');\n$ti-icon-flag-bitcoin: unicode('ff3c');\n$ti-icon-flag-bolt: unicode('fb8a');\n$ti-icon-flag-cancel: unicode('fb8b');\n$ti-icon-flag-check: unicode('fb8c');\n$ti-icon-flag-code: unicode('fb8d');\n$ti-icon-flag-cog: unicode('fb8e');\n$ti-icon-flag-discount: unicode('fb8f');\n$ti-icon-flag-dollar: unicode('fb90');\n$ti-icon-flag-down: unicode('fb91');\n$ti-icon-flag-exclamation: unicode('fb92');\n$ti-icon-flag-heart: unicode('fb93');\n$ti-icon-flag-minus: unicode('fb94');\n$ti-icon-flag-off: unicode('f12d');\n$ti-icon-flag-pause: unicode('fb95');\n$ti-icon-flag-pin: unicode('fb96');\n$ti-icon-flag-plus: unicode('fb97');\n$ti-icon-flag-question: unicode('fb98');\n$ti-icon-flag-search: unicode('fb99');\n$ti-icon-flag-share: unicode('fb9a');\n$ti-icon-flag-spark: unicode('ffb7');\n$ti-icon-flag-star: unicode('fb9b');\n$ti-icon-flag-up: unicode('fb9c');\n$ti-icon-flag-x: unicode('fb9d');\n$ti-icon-flame: unicode('ec2c');\n$ti-icon-flame-off: unicode('f12e');\n$ti-icon-flare: unicode('ee8e');\n$ti-icon-flask: unicode('ebd2');\n$ti-icon-flask-2: unicode('ef60');\n$ti-icon-flask-2-off: unicode('f12f');\n$ti-icon-flask-off: unicode('f130');\n$ti-icon-flip-flops: unicode('f564');\n$ti-icon-flip-horizontal: unicode('eaa7');\n$ti-icon-flip-vertical: unicode('eaa8');\n$ti-icon-float-center: unicode('ebb1');\n$ti-icon-float-left: unicode('ebb2');\n$ti-icon-float-none: unicode('ed13');\n$ti-icon-float-right: unicode('ebb3');\n$ti-icon-flower: unicode('eff6');\n$ti-icon-flower-off: unicode('f131');\n$ti-icon-focus: unicode('eb8d');\n$ti-icon-focus-2: unicode('ebd3');\n$ti-icon-focus-auto: unicode('fa62');\n$ti-icon-focus-centered: unicode('f02a');\n$ti-icon-fold: unicode('ed56');\n$ti-icon-fold-down: unicode('ed54');\n$ti-icon-fold-up: unicode('ed55');\n$ti-icon-folder: unicode('eaad');\n$ti-icon-folder-bolt: unicode('f90c');\n$ti-icon-folder-cancel: unicode('f90d');\n$ti-icon-folder-check: unicode('f90e');\n$ti-icon-folder-code: unicode('f90f');\n$ti-icon-folder-cog: unicode('f910');\n$ti-icon-folder-dollar: unicode('f911');\n$ti-icon-folder-down: unicode('f912');\n$ti-icon-folder-exclamation: unicode('f913');\n$ti-icon-folder-heart: unicode('f914');\n$ti-icon-folder-minus: unicode('eaaa');\n$ti-icon-folder-off: unicode('ed14');\n$ti-icon-folder-open: unicode('faf7');\n$ti-icon-folder-pause: unicode('f915');\n$ti-icon-folder-pin: unicode('f916');\n$ti-icon-folder-plus: unicode('eaab');\n$ti-icon-folder-question: unicode('f917');\n$ti-icon-folder-root: unicode('fd43');\n$ti-icon-folder-search: unicode('f918');\n$ti-icon-folder-share: unicode('f919');\n$ti-icon-folder-star: unicode('f91a');\n$ti-icon-folder-symlink: unicode('f91b');\n$ti-icon-folder-up: unicode('f91c');\n$ti-icon-folder-x: unicode('eaac');\n$ti-icon-folders: unicode('eaae');\n$ti-icon-folders-off: unicode('f133');\n$ti-icon-forbid: unicode('ebd5');\n$ti-icon-forbid-2: unicode('ebd4');\n$ti-icon-forklift: unicode('ebe9');\n$ti-icon-forms: unicode('ee8f');\n$ti-icon-fountain: unicode('f09b');\n$ti-icon-fountain-off: unicode('f134');\n$ti-icon-frame: unicode('eaaf');\n$ti-icon-frame-off: unicode('f135');\n$ti-icon-free-rights: unicode('efb6');\n$ti-icon-freeze-column: unicode('fa63');\n$ti-icon-freeze-row: unicode('fa65');\n$ti-icon-freeze-row-column: unicode('fa64');\n$ti-icon-fridge: unicode('f1fa');\n$ti-icon-fridge-off: unicode('f3ef');\n$ti-icon-friends: unicode('eab0');\n$ti-icon-friends-off: unicode('f136');\n$ti-icon-frustum: unicode('fa9f');\n$ti-icon-frustum-off: unicode('fa9d');\n$ti-icon-frustum-plus: unicode('fa9e');\n$ti-icon-function: unicode('f225');\n$ti-icon-function-off: unicode('f3f0');\n$ti-icon-galaxy: unicode('fcb6');\n$ti-icon-garden-cart: unicode('f23e');\n$ti-icon-garden-cart-off: unicode('f3f1');\n$ti-icon-gas-station: unicode('ec7d');\n$ti-icon-gas-station-off: unicode('f137');\n$ti-icon-gauge: unicode('eab1');\n$ti-icon-gauge-off: unicode('f138');\n$ti-icon-gavel: unicode('ef90');\n$ti-icon-gender-agender: unicode('f0e1');\n$ti-icon-gender-androgyne: unicode('f0e2');\n$ti-icon-gender-bigender: unicode('f0e3');\n$ti-icon-gender-demiboy: unicode('f0e4');\n$ti-icon-gender-demigirl: unicode('f0e5');\n$ti-icon-gender-epicene: unicode('f0e6');\n$ti-icon-gender-female: unicode('f0e7');\n$ti-icon-gender-femme: unicode('f0e8');\n$ti-icon-gender-genderfluid: unicode('f0e9');\n$ti-icon-gender-genderless: unicode('f0ea');\n$ti-icon-gender-genderqueer: unicode('f0eb');\n$ti-icon-gender-hermaphrodite: unicode('f0ec');\n$ti-icon-gender-intergender: unicode('f0ed');\n$ti-icon-gender-male: unicode('f0ee');\n$ti-icon-gender-neutrois: unicode('f0ef');\n$ti-icon-gender-third: unicode('f0f0');\n$ti-icon-gender-transgender: unicode('f0f1');\n$ti-icon-gender-trasvesti: unicode('f0f2');\n$ti-icon-geometry: unicode('ee90');\n$ti-icon-ghost: unicode('eb8e');\n$ti-icon-ghost-2: unicode('f57c');\n$ti-icon-ghost-3: unicode('fc13');\n$ti-icon-ghost-off: unicode('f3f2');\n$ti-icon-gif: unicode('f257');\n$ti-icon-gift: unicode('eb68');\n$ti-icon-gift-card: unicode('f3aa');\n$ti-icon-gift-off: unicode('f3f3');\n$ti-icon-git-branch: unicode('eab2');\n$ti-icon-git-branch-deleted: unicode('f57d');\n$ti-icon-git-cherry-pick: unicode('f57e');\n$ti-icon-git-commit: unicode('eab3');\n$ti-icon-git-compare: unicode('eab4');\n$ti-icon-git-fork: unicode('eb8f');\n$ti-icon-git-merge: unicode('eab5');\n$ti-icon-git-pull-request: unicode('eab6');\n$ti-icon-git-pull-request-closed: unicode('ef7f');\n$ti-icon-git-pull-request-draft: unicode('efb7');\n$ti-icon-gizmo: unicode('f02b');\n$ti-icon-glass: unicode('eab8');\n$ti-icon-glass-champagne: unicode('fd9c');\n$ti-icon-glass-cocktail: unicode('fd9d');\n$ti-icon-glass-full: unicode('eab7');\n$ti-icon-glass-gin: unicode('fd9e');\n$ti-icon-glass-off: unicode('ee91');\n$ti-icon-globe: unicode('eab9');\n$ti-icon-globe-off: unicode('f139');\n$ti-icon-go-game: unicode('f512');\n$ti-icon-golf: unicode('ed8c');\n$ti-icon-golf-off: unicode('f13a');\n$ti-icon-gps: unicode('ed7a');\n$ti-icon-gradienter: unicode('f3ab');\n$ti-icon-grain: unicode('ee92');\n$ti-icon-graph: unicode('f288');\n$ti-icon-graph-off: unicode('f3f4');\n$ti-icon-grave: unicode('f580');\n$ti-icon-grave-2: unicode('f57f');\n$ti-icon-grid-3x3: unicode('fca4');\n$ti-icon-grid-4x4: unicode('fca5');\n$ti-icon-grid-dots: unicode('eaba');\n$ti-icon-grid-goldenratio: unicode('fca6');\n$ti-icon-grid-pattern: unicode('efc9');\n$ti-icon-grid-scan: unicode('fca7');\n$ti-icon-grill: unicode('efa9');\n$ti-icon-grill-fork: unicode('f35b');\n$ti-icon-grill-off: unicode('f3f5');\n$ti-icon-grill-spatula: unicode('f35c');\n$ti-icon-grip-horizontal: unicode('ec00');\n$ti-icon-grip-vertical: unicode('ec01');\n$ti-icon-growth: unicode('ee93');\n$ti-icon-guitar-pick: unicode('f4c6');\n$ti-icon-gymnastics: unicode('fd44');\n$ti-icon-h-1: unicode('ec94');\n$ti-icon-h-2: unicode('ec95');\n$ti-icon-h-3: unicode('ec96');\n$ti-icon-h-4: unicode('ec97');\n$ti-icon-h-5: unicode('ec98');\n$ti-icon-h-6: unicode('ec99');\n$ti-icon-hammer: unicode('ef91');\n$ti-icon-hammer-off: unicode('f13c');\n$ti-icon-hand-click: unicode('ef4f');\n$ti-icon-hand-finger: unicode('ee94');\n$ti-icon-hand-finger-down: unicode('ff4f');\n$ti-icon-hand-finger-left: unicode('ff4e');\n$ti-icon-hand-finger-off: unicode('f13d');\n$ti-icon-hand-finger-right: unicode('ff4d');\n$ti-icon-hand-grab: unicode('f091');\n$ti-icon-hand-little-finger: unicode('ee95');\n$ti-icon-hand-love-you: unicode('ee97');\n$ti-icon-hand-middle-finger: unicode('ec2d');\n$ti-icon-hand-move: unicode('ef50');\n$ti-icon-hand-off: unicode('ed15');\n$ti-icon-hand-ring-finger: unicode('ee96');\n$ti-icon-hand-sanitizer: unicode('f5f4');\n$ti-icon-hand-stop: unicode('ec2e');\n$ti-icon-hand-three-fingers: unicode('ee98');\n$ti-icon-hand-two-fingers: unicode('ee99');\n$ti-icon-hanger: unicode('ee9a');\n$ti-icon-hanger-2: unicode('f09c');\n$ti-icon-hanger-off: unicode('f13e');\n$ti-icon-hash: unicode('eabc');\n$ti-icon-haze: unicode('efaa');\n$ti-icon-haze-moon: unicode('faf8');\n$ti-icon-hdr: unicode('fa7b');\n$ti-icon-heading: unicode('ee9b');\n$ti-icon-heading-off: unicode('f13f');\n$ti-icon-headphones: unicode('eabd');\n$ti-icon-headphones-off: unicode('ed1d');\n$ti-icon-headset: unicode('eb90');\n$ti-icon-headset-off: unicode('f3f6');\n$ti-icon-health-recognition: unicode('f1fb');\n$ti-icon-heart: unicode('eabe');\n$ti-icon-heart-bitcoin: unicode('ff3b');\n$ti-icon-heart-bolt: unicode('fb9e');\n$ti-icon-heart-broken: unicode('ecba');\n$ti-icon-heart-cancel: unicode('fb9f');\n$ti-icon-heart-check: unicode('fba0');\n$ti-icon-heart-code: unicode('fba1');\n$ti-icon-heart-cog: unicode('fba2');\n$ti-icon-heart-discount: unicode('fba3');\n$ti-icon-heart-dollar: unicode('fba4');\n$ti-icon-heart-down: unicode('fba5');\n$ti-icon-heart-exclamation: unicode('fba6');\n$ti-icon-heart-handshake: unicode('f0f3');\n$ti-icon-heart-minus: unicode('f140');\n$ti-icon-heart-off: unicode('f141');\n$ti-icon-heart-pause: unicode('fba7');\n$ti-icon-heart-pin: unicode('fba8');\n$ti-icon-heart-plus: unicode('f142');\n$ti-icon-heart-question: unicode('fba9');\n$ti-icon-heart-rate-monitor: unicode('ef61');\n$ti-icon-heart-search: unicode('fbaa');\n$ti-icon-heart-share: unicode('fbab');\n$ti-icon-heart-spark: unicode('ffb6');\n$ti-icon-heart-star: unicode('fbac');\n$ti-icon-heart-up: unicode('fbad');\n$ti-icon-heart-x: unicode('fbae');\n$ti-icon-heartbeat: unicode('ef92');\n$ti-icon-hearts: unicode('f387');\n$ti-icon-hearts-off: unicode('f3f7');\n$ti-icon-helicopter: unicode('ed8e');\n$ti-icon-helicopter-landing: unicode('ed8d');\n$ti-icon-helmet: unicode('efca');\n$ti-icon-helmet-off: unicode('f143');\n$ti-icon-help: unicode('eabf');\n$ti-icon-help-circle: unicode('f91d');\n$ti-icon-help-hexagon: unicode('f7a8');\n$ti-icon-help-octagon: unicode('f7a9');\n$ti-icon-help-off: unicode('f3f8');\n$ti-icon-help-small: unicode('f91e');\n$ti-icon-help-square: unicode('f920');\n$ti-icon-help-square-rounded: unicode('f91f');\n$ti-icon-help-triangle: unicode('f921');\n$ti-icon-hemisphere: unicode('faa2');\n$ti-icon-hemisphere-off: unicode('faa0');\n$ti-icon-hemisphere-plus: unicode('faa1');\n$ti-icon-hexagon: unicode('ec02');\n$ti-icon-hexagon-3d: unicode('f4c7');\n$ti-icon-hexagon-letter-a: unicode('f463');\n$ti-icon-hexagon-letter-b: unicode('f464');\n$ti-icon-hexagon-letter-c: unicode('f465');\n$ti-icon-hexagon-letter-d: unicode('f466');\n$ti-icon-hexagon-letter-e: unicode('f467');\n$ti-icon-hexagon-letter-f: unicode('f468');\n$ti-icon-hexagon-letter-g: unicode('f469');\n$ti-icon-hexagon-letter-h: unicode('f46a');\n$ti-icon-hexagon-letter-i: unicode('f46b');\n$ti-icon-hexagon-letter-j: unicode('f46c');\n$ti-icon-hexagon-letter-k: unicode('f46d');\n$ti-icon-hexagon-letter-l: unicode('f46e');\n$ti-icon-hexagon-letter-m: unicode('f46f');\n$ti-icon-hexagon-letter-n: unicode('f470');\n$ti-icon-hexagon-letter-o: unicode('f471');\n$ti-icon-hexagon-letter-p: unicode('f472');\n$ti-icon-hexagon-letter-q: unicode('f473');\n$ti-icon-hexagon-letter-r: unicode('f474');\n$ti-icon-hexagon-letter-s: unicode('f475');\n$ti-icon-hexagon-letter-t: unicode('f476');\n$ti-icon-hexagon-letter-u: unicode('f477');\n$ti-icon-hexagon-letter-v: unicode('f4b3');\n$ti-icon-hexagon-letter-w: unicode('f478');\n$ti-icon-hexagon-letter-x: unicode('f479');\n$ti-icon-hexagon-letter-y: unicode('f47a');\n$ti-icon-hexagon-letter-z: unicode('f47b');\n$ti-icon-hexagon-minus: unicode('fc8f');\n$ti-icon-hexagon-minus-2: unicode('fc8e');\n$ti-icon-hexagon-number-0: unicode('f459');\n$ti-icon-hexagon-number-1: unicode('f45a');\n$ti-icon-hexagon-number-2: unicode('f45b');\n$ti-icon-hexagon-number-3: unicode('f45c');\n$ti-icon-hexagon-number-4: unicode('f45d');\n$ti-icon-hexagon-number-5: unicode('f45e');\n$ti-icon-hexagon-number-6: unicode('f45f');\n$ti-icon-hexagon-number-7: unicode('f460');\n$ti-icon-hexagon-number-8: unicode('f461');\n$ti-icon-hexagon-number-9: unicode('f462');\n$ti-icon-hexagon-off: unicode('ee9c');\n$ti-icon-hexagon-plus: unicode('fc45');\n$ti-icon-hexagon-plus-2: unicode('fc90');\n$ti-icon-hexagonal-prism: unicode('faa5');\n$ti-icon-hexagonal-prism-off: unicode('faa3');\n$ti-icon-hexagonal-prism-plus: unicode('faa4');\n$ti-icon-hexagonal-pyramid: unicode('faa8');\n$ti-icon-hexagonal-pyramid-off: unicode('faa6');\n$ti-icon-hexagonal-pyramid-plus: unicode('faa7');\n$ti-icon-hexagons: unicode('f09d');\n$ti-icon-hexagons-off: unicode('f3f9');\n$ti-icon-hierarchy: unicode('ee9e');\n$ti-icon-hierarchy-2: unicode('ee9d');\n$ti-icon-hierarchy-3: unicode('f289');\n$ti-icon-hierarchy-off: unicode('f3fa');\n$ti-icon-highlight: unicode('ef3f');\n$ti-icon-highlight-off: unicode('f144');\n$ti-icon-history: unicode('ebea');\n$ti-icon-history-off: unicode('f3fb');\n$ti-icon-history-toggle: unicode('f1fc');\n$ti-icon-home: unicode('eac1');\n$ti-icon-home-2: unicode('eac0');\n$ti-icon-home-bitcoin: unicode('ff3a');\n$ti-icon-home-bolt: unicode('f336');\n$ti-icon-home-cancel: unicode('f350');\n$ti-icon-home-check: unicode('f337');\n$ti-icon-home-cog: unicode('f338');\n$ti-icon-home-dollar: unicode('f339');\n$ti-icon-home-dot: unicode('f33a');\n$ti-icon-home-down: unicode('f33b');\n$ti-icon-home-eco: unicode('f351');\n$ti-icon-home-edit: unicode('f352');\n$ti-icon-home-exclamation: unicode('f33c');\n$ti-icon-home-hand: unicode('f504');\n$ti-icon-home-heart: unicode('f353');\n$ti-icon-home-infinity: unicode('f505');\n$ti-icon-home-link: unicode('f354');\n$ti-icon-home-minus: unicode('f33d');\n$ti-icon-home-move: unicode('f33e');\n$ti-icon-home-off: unicode('f145');\n$ti-icon-home-plus: unicode('f33f');\n$ti-icon-home-question: unicode('f340');\n$ti-icon-home-ribbon: unicode('f355');\n$ti-icon-home-search: unicode('f341');\n$ti-icon-home-share: unicode('f342');\n$ti-icon-home-shield: unicode('f343');\n$ti-icon-home-signal: unicode('f356');\n$ti-icon-home-spark: unicode('ffb5');\n$ti-icon-home-star: unicode('f344');\n$ti-icon-home-stats: unicode('f345');\n$ti-icon-home-up: unicode('f346');\n$ti-icon-home-x: unicode('f347');\n$ti-icon-horse: unicode('fc46');\n$ti-icon-horse-toy: unicode('f28a');\n$ti-icon-horseshoe: unicode('fcb7');\n$ti-icon-hospital: unicode('fd59');\n$ti-icon-hospital-circle: unicode('fd58');\n$ti-icon-hotel-service: unicode('ef80');\n$ti-icon-hourglass: unicode('ef93');\n$ti-icon-hourglass-empty: unicode('f146');\n$ti-icon-hourglass-high: unicode('f092');\n$ti-icon-hourglass-low: unicode('f093');\n$ti-icon-hourglass-off: unicode('f147');\n$ti-icon-hours-12: unicode('fc53');\n$ti-icon-hours-24: unicode('f5e7');\n$ti-icon-html: unicode('f7b1');\n$ti-icon-http-connect: unicode('fa28');\n$ti-icon-http-delete: unicode('fa29');\n$ti-icon-http-get: unicode('fa2a');\n$ti-icon-http-head: unicode('fa2b');\n$ti-icon-http-options: unicode('fa2c');\n$ti-icon-http-patch: unicode('fa2d');\n$ti-icon-http-post: unicode('fa2e');\n$ti-icon-http-put: unicode('fa2f');\n$ti-icon-http-que: unicode('fa5b');\n$ti-icon-http-trace: unicode('fa30');\n$ti-icon-ice-cream: unicode('eac2');\n$ti-icon-ice-cream-2: unicode('ee9f');\n$ti-icon-ice-cream-off: unicode('f148');\n$ti-icon-ice-skating: unicode('efcb');\n$ti-icon-icons: unicode('f1d4');\n$ti-icon-icons-off: unicode('f3fc');\n$ti-icon-id: unicode('eac3');\n$ti-icon-id-badge: unicode('eff7');\n$ti-icon-id-badge-2: unicode('f076');\n$ti-icon-id-badge-off: unicode('f3fd');\n$ti-icon-id-off: unicode('f149');\n$ti-icon-ikosaedr: unicode('fec6');\n$ti-icon-image-in-picture: unicode('fd9f');\n$ti-icon-inbox: unicode('eac4');\n$ti-icon-inbox-off: unicode('f14a');\n$ti-icon-indent-decrease: unicode('eb91');\n$ti-icon-indent-increase: unicode('eb92');\n$ti-icon-infinity: unicode('eb69');\n$ti-icon-infinity-off: unicode('f3fe');\n$ti-icon-info-circle: unicode('eac5');\n$ti-icon-info-hexagon: unicode('f7aa');\n$ti-icon-info-octagon: unicode('f7ab');\n$ti-icon-info-small: unicode('f922');\n$ti-icon-info-square: unicode('eac6');\n$ti-icon-info-square-rounded: unicode('f635');\n$ti-icon-info-triangle: unicode('f923');\n$ti-icon-inner-shadow-bottom: unicode('f520');\n$ti-icon-inner-shadow-bottom-left: unicode('f51e');\n$ti-icon-inner-shadow-bottom-right: unicode('f51f');\n$ti-icon-inner-shadow-left: unicode('f521');\n$ti-icon-inner-shadow-right: unicode('f522');\n$ti-icon-inner-shadow-top: unicode('f525');\n$ti-icon-inner-shadow-top-left: unicode('f523');\n$ti-icon-inner-shadow-top-right: unicode('f524');\n$ti-icon-input-ai: unicode('fc5a');\n$ti-icon-input-check: unicode('fc5b');\n$ti-icon-input-search: unicode('f2a2');\n$ti-icon-input-spark: unicode('ffb4');\n$ti-icon-input-x: unicode('fc5c');\n$ti-icon-invoice: unicode('feab');\n$ti-icon-ironing: unicode('fa7c');\n$ti-icon-ironing-1: unicode('f2f4');\n$ti-icon-ironing-2: unicode('f2f5');\n$ti-icon-ironing-3: unicode('f2f6');\n$ti-icon-ironing-off: unicode('f2f7');\n$ti-icon-ironing-steam: unicode('f2f9');\n$ti-icon-ironing-steam-off: unicode('f2f8');\n$ti-icon-irregular-polyhedron: unicode('faab');\n$ti-icon-irregular-polyhedron-off: unicode('faa9');\n$ti-icon-irregular-polyhedron-plus: unicode('faaa');\n$ti-icon-italic: unicode('eb93');\n$ti-icon-jacket: unicode('f661');\n$ti-icon-jetpack: unicode('f581');\n$ti-icon-jewish-star: unicode('f3ff');\n$ti-icon-join-bevel: unicode('ff4c');\n$ti-icon-join-round: unicode('ff4b');\n$ti-icon-join-straight: unicode('ff4a');\n$ti-icon-joker: unicode('1005f');\n$ti-icon-jpg: unicode('f3ac');\n$ti-icon-json: unicode('f7b2');\n$ti-icon-jump-rope: unicode('ed8f');\n$ti-icon-karate: unicode('ed32');\n$ti-icon-kayak: unicode('f1d6');\n$ti-icon-kerning: unicode('efb8');\n$ti-icon-key: unicode('eac7');\n$ti-icon-key-off: unicode('f14b');\n$ti-icon-keyboard: unicode('ebd6');\n$ti-icon-keyboard-hide: unicode('ec7e');\n$ti-icon-keyboard-off: unicode('eea0');\n$ti-icon-keyboard-show: unicode('ec7f');\n$ti-icon-keyframe: unicode('f576');\n$ti-icon-keyframe-align-center: unicode('f582');\n$ti-icon-keyframe-align-horizontal: unicode('f583');\n$ti-icon-keyframe-align-vertical: unicode('f584');\n$ti-icon-keyframes: unicode('f585');\n$ti-icon-label: unicode('ff38');\n$ti-icon-label-important: unicode('ff49');\n$ti-icon-label-off: unicode('ff39');\n$ti-icon-ladder: unicode('efe2');\n$ti-icon-ladder-off: unicode('f14c');\n$ti-icon-ladle: unicode('fc14');\n$ti-icon-lambda: unicode('f541');\n$ti-icon-lamp: unicode('efab');\n$ti-icon-lamp-2: unicode('f09e');\n$ti-icon-lamp-off: unicode('f14d');\n$ti-icon-lane: unicode('faf9');\n$ti-icon-language: unicode('ebbe');\n$ti-icon-language-hiragana: unicode('ef77');\n$ti-icon-language-katakana: unicode('ef78');\n$ti-icon-language-off: unicode('f14e');\n$ti-icon-lasso: unicode('efac');\n$ti-icon-lasso-off: unicode('f14f');\n$ti-icon-lasso-polygon: unicode('f388');\n$ti-icon-laurel-wreath: unicode('ff45');\n$ti-icon-laurel-wreath-1: unicode('ff48');\n$ti-icon-laurel-wreath-2: unicode('ff47');\n$ti-icon-laurel-wreath-3: unicode('ff46');\n$ti-icon-layers-difference: unicode('eac8');\n$ti-icon-layers-intersect: unicode('eac9');\n$ti-icon-layers-intersect-2: unicode('eff8');\n$ti-icon-layers-linked: unicode('eea1');\n$ti-icon-layers-off: unicode('f150');\n$ti-icon-layers-selected: unicode('fea9');\n$ti-icon-layers-selected-bottom: unicode('feaa');\n$ti-icon-layers-subtract: unicode('eaca');\n$ti-icon-layers-union: unicode('eacb');\n$ti-icon-layout: unicode('eadb');\n$ti-icon-layout-2: unicode('eacc');\n$ti-icon-layout-align-bottom: unicode('eacd');\n$ti-icon-layout-align-center: unicode('eace');\n$ti-icon-layout-align-left: unicode('eacf');\n$ti-icon-layout-align-middle: unicode('ead0');\n$ti-icon-layout-align-right: unicode('ead1');\n$ti-icon-layout-align-top: unicode('ead2');\n$ti-icon-layout-board: unicode('ef95');\n$ti-icon-layout-board-split: unicode('ef94');\n$ti-icon-layout-bottombar: unicode('ead3');\n$ti-icon-layout-bottombar-collapse: unicode('f28b');\n$ti-icon-layout-bottombar-expand: unicode('f28c');\n$ti-icon-layout-bottombar-inactive: unicode('fd45');\n$ti-icon-layout-cards: unicode('ec13');\n$ti-icon-layout-collage: unicode('f389');\n$ti-icon-layout-columns: unicode('ead4');\n$ti-icon-layout-dashboard: unicode('f02c');\n$ti-icon-layout-distribute-horizontal: unicode('ead5');\n$ti-icon-layout-distribute-vertical: unicode('ead6');\n$ti-icon-layout-grid: unicode('edba');\n$ti-icon-layout-grid-add: unicode('edb9');\n$ti-icon-layout-grid-remove: unicode('fa7d');\n$ti-icon-layout-kanban: unicode('ec3f');\n$ti-icon-layout-list: unicode('ec14');\n$ti-icon-layout-navbar: unicode('ead7');\n$ti-icon-layout-navbar-collapse: unicode('f28d');\n$ti-icon-layout-navbar-expand: unicode('f28e');\n$ti-icon-layout-navbar-inactive: unicode('fd46');\n$ti-icon-layout-off: unicode('f151');\n$ti-icon-layout-rows: unicode('ead8');\n$ti-icon-layout-sidebar: unicode('eada');\n$ti-icon-layout-sidebar-inactive: unicode('fd47');\n$ti-icon-layout-sidebar-left-collapse: unicode('f004');\n$ti-icon-layout-sidebar-left-expand: unicode('f005');\n$ti-icon-layout-sidebar-right: unicode('ead9');\n$ti-icon-layout-sidebar-right-collapse: unicode('f006');\n$ti-icon-layout-sidebar-right-expand: unicode('f007');\n$ti-icon-layout-sidebar-right-inactive: unicode('fd48');\n$ti-icon-leaf: unicode('ed4f');\n$ti-icon-leaf-2: unicode('ff44');\n$ti-icon-leaf-off: unicode('f400');\n$ti-icon-lego: unicode('eadc');\n$ti-icon-lego-off: unicode('f401');\n$ti-icon-lemon: unicode('ef10');\n$ti-icon-lemon-2: unicode('ef81');\n$ti-icon-letter-a: unicode('ec50');\n$ti-icon-letter-a-small: unicode('fcc7');\n$ti-icon-letter-b: unicode('ec51');\n$ti-icon-letter-b-small: unicode('fcc8');\n$ti-icon-letter-c: unicode('ec52');\n$ti-icon-letter-c-small: unicode('fcc9');\n$ti-icon-letter-case: unicode('eea5');\n$ti-icon-letter-case-lower: unicode('eea2');\n$ti-icon-letter-case-toggle: unicode('eea3');\n$ti-icon-letter-case-upper: unicode('eea4');\n$ti-icon-letter-d: unicode('ec53');\n$ti-icon-letter-d-small: unicode('fcca');\n$ti-icon-letter-e: unicode('ec54');\n$ti-icon-letter-e-small: unicode('fccb');\n$ti-icon-letter-f: unicode('ec55');\n$ti-icon-letter-f-small: unicode('fccc');\n$ti-icon-letter-g: unicode('ec56');\n$ti-icon-letter-g-small: unicode('fccd');\n$ti-icon-letter-h: unicode('ec57');\n$ti-icon-letter-h-small: unicode('fcce');\n$ti-icon-letter-i: unicode('ec58');\n$ti-icon-letter-i-small: unicode('fccf');\n$ti-icon-letter-j: unicode('ec59');\n$ti-icon-letter-j-small: unicode('fcd0');\n$ti-icon-letter-k: unicode('ec5a');\n$ti-icon-letter-k-small: unicode('fcd1');\n$ti-icon-letter-l: unicode('ec5b');\n$ti-icon-letter-l-small: unicode('fcd2');\n$ti-icon-letter-m: unicode('ec5c');\n$ti-icon-letter-m-small: unicode('fcd3');\n$ti-icon-letter-n: unicode('ec5d');\n$ti-icon-letter-n-small: unicode('fcd4');\n$ti-icon-letter-o: unicode('ec5e');\n$ti-icon-letter-o-small: unicode('fcd5');\n$ti-icon-letter-p: unicode('ec5f');\n$ti-icon-letter-p-small: unicode('fcd6');\n$ti-icon-letter-q: unicode('ec60');\n$ti-icon-letter-q-small: unicode('fcd7');\n$ti-icon-letter-r: unicode('ec61');\n$ti-icon-letter-r-small: unicode('fcd8');\n$ti-icon-letter-s: unicode('ec62');\n$ti-icon-letter-s-small: unicode('fcd9');\n$ti-icon-letter-spacing: unicode('eea6');\n$ti-icon-letter-t: unicode('ec63');\n$ti-icon-letter-t-small: unicode('fcda');\n$ti-icon-letter-u: unicode('ec64');\n$ti-icon-letter-u-small: unicode('fcdb');\n$ti-icon-letter-v: unicode('ec65');\n$ti-icon-letter-v-small: unicode('fcdc');\n$ti-icon-letter-w: unicode('ec66');\n$ti-icon-letter-w-small: unicode('fcdd');\n$ti-icon-letter-x: unicode('ec67');\n$ti-icon-letter-x-small: unicode('fcde');\n$ti-icon-letter-y: unicode('ec68');\n$ti-icon-letter-y-small: unicode('fcdf');\n$ti-icon-letter-z: unicode('ec69');\n$ti-icon-letter-z-small: unicode('fce0');\n$ti-icon-library: unicode('fd4c');\n$ti-icon-library-minus: unicode('fd49');\n$ti-icon-library-photo: unicode('fd4a');\n$ti-icon-library-plus: unicode('fd4b');\n$ti-icon-license: unicode('ebc0');\n$ti-icon-license-off: unicode('f153');\n$ti-icon-lifebuoy: unicode('eadd');\n$ti-icon-lifebuoy-off: unicode('f154');\n$ti-icon-lighter: unicode('f794');\n$ti-icon-line: unicode('ec40');\n$ti-icon-line-dashed: unicode('eea7');\n$ti-icon-line-dotted: unicode('eea8');\n$ti-icon-line-height: unicode('eb94');\n$ti-icon-line-scan: unicode('fcb8');\n$ti-icon-link: unicode('eade');\n$ti-icon-link-minus: unicode('fd16');\n$ti-icon-link-off: unicode('f402');\n$ti-icon-link-plus: unicode('fd17');\n$ti-icon-list: unicode('eb6b');\n$ti-icon-list-check: unicode('eb6a');\n$ti-icon-list-details: unicode('ef40');\n$ti-icon-list-letters: unicode('fc47');\n$ti-icon-list-numbers: unicode('ef11');\n$ti-icon-list-search: unicode('eea9');\n$ti-icon-list-tree: unicode('fafa');\n$ti-icon-live-photo: unicode('eadf');\n$ti-icon-live-photo-off: unicode('f403');\n$ti-icon-live-view: unicode('ec6b');\n$ti-icon-load-balancer: unicode('fa5c');\n$ti-icon-loader: unicode('eca3');\n$ti-icon-loader-2: unicode('f226');\n$ti-icon-loader-3: unicode('f513');\n$ti-icon-loader-quarter: unicode('eca2');\n$ti-icon-location: unicode('eae0');\n$ti-icon-location-bolt: unicode('fbaf');\n$ti-icon-location-broken: unicode('f2c4');\n$ti-icon-location-cancel: unicode('fbb0');\n$ti-icon-location-check: unicode('fbb1');\n$ti-icon-location-code: unicode('fbb2');\n$ti-icon-location-cog: unicode('fbb3');\n$ti-icon-location-discount: unicode('fbb4');\n$ti-icon-location-dollar: unicode('fbb5');\n$ti-icon-location-down: unicode('fbb6');\n$ti-icon-location-exclamation: unicode('fbb7');\n$ti-icon-location-heart: unicode('fbb8');\n$ti-icon-location-minus: unicode('fbb9');\n$ti-icon-location-off: unicode('f155');\n$ti-icon-location-pause: unicode('fbba');\n$ti-icon-location-pin: unicode('fbbb');\n$ti-icon-location-plus: unicode('fbbc');\n$ti-icon-location-question: unicode('fbbd');\n$ti-icon-location-search: unicode('fbbe');\n$ti-icon-location-share: unicode('fbbf');\n$ti-icon-location-star: unicode('fbc0');\n$ti-icon-location-up: unicode('fbc1');\n$ti-icon-location-x: unicode('fbc2');\n$ti-icon-lock: unicode('eae2');\n$ti-icon-lock-access: unicode('eeaa');\n$ti-icon-lock-access-off: unicode('f404');\n$ti-icon-lock-bitcoin: unicode('ff37');\n$ti-icon-lock-bolt: unicode('f924');\n$ti-icon-lock-cancel: unicode('f925');\n$ti-icon-lock-check: unicode('f926');\n$ti-icon-lock-code: unicode('f927');\n$ti-icon-lock-cog: unicode('f928');\n$ti-icon-lock-dollar: unicode('f929');\n$ti-icon-lock-down: unicode('f92a');\n$ti-icon-lock-exclamation: unicode('f92b');\n$ti-icon-lock-heart: unicode('f92c');\n$ti-icon-lock-minus: unicode('f92d');\n$ti-icon-lock-off: unicode('ed1e');\n$ti-icon-lock-open: unicode('eae1');\n$ti-icon-lock-open-2: unicode('fea8');\n$ti-icon-lock-open-off: unicode('f156');\n$ti-icon-lock-password: unicode('ff9f');\n$ti-icon-lock-pause: unicode('f92e');\n$ti-icon-lock-pin: unicode('f92f');\n$ti-icon-lock-plus: unicode('f930');\n$ti-icon-lock-question: unicode('f931');\n$ti-icon-lock-search: unicode('f932');\n$ti-icon-lock-share: unicode('f933');\n$ti-icon-lock-square: unicode('ef51');\n$ti-icon-lock-square-rounded: unicode('f636');\n$ti-icon-lock-star: unicode('f934');\n$ti-icon-lock-up: unicode('f935');\n$ti-icon-lock-x: unicode('f936');\n$ti-icon-logic-and: unicode('f240');\n$ti-icon-logic-buffer: unicode('f241');\n$ti-icon-logic-nand: unicode('f242');\n$ti-icon-logic-nor: unicode('f243');\n$ti-icon-logic-not: unicode('f244');\n$ti-icon-logic-or: unicode('f245');\n$ti-icon-logic-xnor: unicode('f246');\n$ti-icon-logic-xor: unicode('f247');\n$ti-icon-login: unicode('eba7');\n$ti-icon-login-2: unicode('fc76');\n$ti-icon-logout: unicode('eba8');\n$ti-icon-logout-2: unicode('fa7e');\n$ti-icon-logs: unicode('fea7');\n$ti-icon-lollipop: unicode('efcc');\n$ti-icon-lollipop-off: unicode('f157');\n$ti-icon-luggage: unicode('efad');\n$ti-icon-luggage-off: unicode('f158');\n$ti-icon-lungs: unicode('ef62');\n$ti-icon-lungs-off: unicode('f405');\n$ti-icon-macro: unicode('eeab');\n$ti-icon-macro-off: unicode('f406');\n$ti-icon-magnet: unicode('eae3');\n$ti-icon-magnet-off: unicode('f159');\n$ti-icon-magnetic: unicode('fcb9');\n$ti-icon-mail: unicode('eae5');\n$ti-icon-mail-ai: unicode('fa31');\n$ti-icon-mail-bitcoin: unicode('ff36');\n$ti-icon-mail-bolt: unicode('f937');\n$ti-icon-mail-cancel: unicode('f938');\n$ti-icon-mail-check: unicode('f939');\n$ti-icon-mail-code: unicode('f93a');\n$ti-icon-mail-cog: unicode('f93b');\n$ti-icon-mail-dollar: unicode('f93c');\n$ti-icon-mail-down: unicode('f93d');\n$ti-icon-mail-exclamation: unicode('f93e');\n$ti-icon-mail-fast: unicode('f069');\n$ti-icon-mail-forward: unicode('eeac');\n$ti-icon-mail-heart: unicode('f93f');\n$ti-icon-mail-minus: unicode('f940');\n$ti-icon-mail-off: unicode('f15a');\n$ti-icon-mail-opened: unicode('eae4');\n$ti-icon-mail-pause: unicode('f941');\n$ti-icon-mail-pin: unicode('f942');\n$ti-icon-mail-plus: unicode('f943');\n$ti-icon-mail-question: unicode('f944');\n$ti-icon-mail-search: unicode('f945');\n$ti-icon-mail-share: unicode('f946');\n$ti-icon-mail-spark: unicode('ffb3');\n$ti-icon-mail-star: unicode('f947');\n$ti-icon-mail-up: unicode('f948');\n$ti-icon-mail-x: unicode('f949');\n$ti-icon-mailbox: unicode('eead');\n$ti-icon-mailbox-off: unicode('f15b');\n$ti-icon-man: unicode('eae6');\n$ti-icon-manual-gearbox: unicode('ed7b');\n$ti-icon-map: unicode('eae9');\n$ti-icon-map-2: unicode('eae7');\n$ti-icon-map-bolt: unicode('fbc3');\n$ti-icon-map-cancel: unicode('fbc4');\n$ti-icon-map-check: unicode('fbc5');\n$ti-icon-map-code: unicode('fbc6');\n$ti-icon-map-cog: unicode('fbc7');\n$ti-icon-map-discount: unicode('fbc8');\n$ti-icon-map-dollar: unicode('fbc9');\n$ti-icon-map-down: unicode('fbca');\n$ti-icon-map-east: unicode('fc5d');\n$ti-icon-map-exclamation: unicode('fbcb');\n$ti-icon-map-heart: unicode('fbcc');\n$ti-icon-map-minus: unicode('fbcd');\n$ti-icon-map-north: unicode('fc5e');\n$ti-icon-map-off: unicode('f15c');\n$ti-icon-map-pause: unicode('fbce');\n$ti-icon-map-pin: unicode('eae8');\n$ti-icon-map-pin-2: unicode('fc48');\n$ti-icon-map-pin-bolt: unicode('f94a');\n$ti-icon-map-pin-cancel: unicode('f94b');\n$ti-icon-map-pin-check: unicode('f94c');\n$ti-icon-map-pin-code: unicode('f94d');\n$ti-icon-map-pin-cog: unicode('f94e');\n$ti-icon-map-pin-dollar: unicode('f94f');\n$ti-icon-map-pin-down: unicode('f950');\n$ti-icon-map-pin-exclamation: unicode('f951');\n$ti-icon-map-pin-heart: unicode('f952');\n$ti-icon-map-pin-minus: unicode('f953');\n$ti-icon-map-pin-off: unicode('ecf3');\n$ti-icon-map-pin-pause: unicode('f954');\n$ti-icon-map-pin-pin: unicode('f955');\n$ti-icon-map-pin-plus: unicode('f956');\n$ti-icon-map-pin-question: unicode('f957');\n$ti-icon-map-pin-search: unicode('f958');\n$ti-icon-map-pin-share: unicode('f795');\n$ti-icon-map-pin-star: unicode('f959');\n$ti-icon-map-pin-up: unicode('f95a');\n$ti-icon-map-pin-x: unicode('f95b');\n$ti-icon-map-pins: unicode('ed5e');\n$ti-icon-map-plus: unicode('fbcf');\n$ti-icon-map-question: unicode('fbd0');\n$ti-icon-map-route: unicode('fc79');\n$ti-icon-map-search: unicode('ef82');\n$ti-icon-map-share: unicode('fbd1');\n$ti-icon-map-south: unicode('fc5f');\n$ti-icon-map-star: unicode('fbd2');\n$ti-icon-map-up: unicode('fbd3');\n$ti-icon-map-west: unicode('fc60');\n$ti-icon-map-x: unicode('fbd4');\n$ti-icon-markdown: unicode('ec41');\n$ti-icon-markdown-off: unicode('f407');\n$ti-icon-marquee: unicode('ec77');\n$ti-icon-marquee-2: unicode('eeae');\n$ti-icon-marquee-off: unicode('f15d');\n$ti-icon-mars: unicode('ec80');\n$ti-icon-mask: unicode('eeb0');\n$ti-icon-mask-off: unicode('eeaf');\n$ti-icon-masks-theater: unicode('f263');\n$ti-icon-masks-theater-off: unicode('f408');\n$ti-icon-massage: unicode('eeb1');\n$ti-icon-matchstick: unicode('f577');\n$ti-icon-math: unicode('ebeb');\n$ti-icon-math-1-divide-2: unicode('f4e2');\n$ti-icon-math-1-divide-3: unicode('f4e3');\n$ti-icon-math-avg: unicode('f0f4');\n$ti-icon-math-cos: unicode('ff1f');\n$ti-icon-math-ctg: unicode('ff35');\n$ti-icon-math-equal-greater: unicode('f4e4');\n$ti-icon-math-equal-lower: unicode('f4e5');\n$ti-icon-math-function: unicode('eeb2');\n$ti-icon-math-function-off: unicode('f15e');\n$ti-icon-math-function-y: unicode('f4e6');\n$ti-icon-math-greater: unicode('f4e7');\n$ti-icon-math-integral: unicode('f4e9');\n$ti-icon-math-integral-x: unicode('f4e8');\n$ti-icon-math-integrals: unicode('f4ea');\n$ti-icon-math-lower: unicode('f4eb');\n$ti-icon-math-max: unicode('f0f5');\n$ti-icon-math-max-min: unicode('fda0');\n$ti-icon-math-min: unicode('f0f6');\n$ti-icon-math-not: unicode('f4ec');\n$ti-icon-math-off: unicode('f409');\n$ti-icon-math-pi: unicode('f4ee');\n$ti-icon-math-pi-divide-2: unicode('f4ed');\n$ti-icon-math-sec: unicode('ff34');\n$ti-icon-math-sin: unicode('ff1e');\n$ti-icon-math-symbols: unicode('eeb3');\n$ti-icon-math-tg: unicode('ff33');\n$ti-icon-math-x-divide-2: unicode('f4ef');\n$ti-icon-math-x-divide-y: unicode('f4f1');\n$ti-icon-math-x-divide-y-2: unicode('f4f0');\n$ti-icon-math-x-floor-divide-y: unicode('10073');\n$ti-icon-math-x-minus-x: unicode('f4f2');\n$ti-icon-math-x-minus-y: unicode('f4f3');\n$ti-icon-math-x-plus-x: unicode('f4f4');\n$ti-icon-math-x-plus-y: unicode('f4f5');\n$ti-icon-math-xy: unicode('f4f6');\n$ti-icon-math-y-minus-y: unicode('f4f7');\n$ti-icon-math-y-plus-y: unicode('f4f8');\n$ti-icon-maximize: unicode('eaea');\n$ti-icon-maximize-off: unicode('f15f');\n$ti-icon-meat: unicode('ef12');\n$ti-icon-meat-off: unicode('f40a');\n$ti-icon-medal: unicode('ec78');\n$ti-icon-medal-2: unicode('efcd');\n$ti-icon-medical-cross: unicode('ec2f');\n$ti-icon-medical-cross-circle: unicode('fae8');\n$ti-icon-medical-cross-off: unicode('f160');\n$ti-icon-medicine-syrup: unicode('ef63');\n$ti-icon-meeple: unicode('f514');\n$ti-icon-melon: unicode('fc7a');\n$ti-icon-menorah: unicode('f58c');\n$ti-icon-menu: unicode('eaeb');\n$ti-icon-menu-2: unicode('ec42');\n$ti-icon-menu-3: unicode('ff43');\n$ti-icon-menu-4: unicode('ff42');\n$ti-icon-menu-deep: unicode('fafb');\n$ti-icon-menu-order: unicode('f5f5');\n$ti-icon-message: unicode('eaef');\n$ti-icon-message-2: unicode('eaec');\n$ti-icon-message-2-bolt: unicode('f95c');\n$ti-icon-message-2-cancel: unicode('f95d');\n$ti-icon-message-2-check: unicode('f95e');\n$ti-icon-message-2-code: unicode('f012');\n$ti-icon-message-2-cog: unicode('f95f');\n$ti-icon-message-2-dollar: unicode('f960');\n$ti-icon-message-2-down: unicode('f961');\n$ti-icon-message-2-exclamation: unicode('f962');\n$ti-icon-message-2-heart: unicode('f963');\n$ti-icon-message-2-minus: unicode('f964');\n$ti-icon-message-2-off: unicode('f40b');\n$ti-icon-message-2-pause: unicode('f965');\n$ti-icon-message-2-pin: unicode('f966');\n$ti-icon-message-2-plus: unicode('f967');\n$ti-icon-message-2-question: unicode('f968');\n$ti-icon-message-2-search: unicode('f969');\n$ti-icon-message-2-share: unicode('f077');\n$ti-icon-message-2-star: unicode('f96a');\n$ti-icon-message-2-up: unicode('f96b');\n$ti-icon-message-2-x: unicode('f96c');\n$ti-icon-message-bolt: unicode('f96d');\n$ti-icon-message-cancel: unicode('f96e');\n$ti-icon-message-chatbot: unicode('f38a');\n$ti-icon-message-check: unicode('f96f');\n$ti-icon-message-circle: unicode('eaed');\n$ti-icon-message-circle-bolt: unicode('f970');\n$ti-icon-message-circle-cancel: unicode('f971');\n$ti-icon-message-circle-check: unicode('f972');\n$ti-icon-message-circle-code: unicode('f973');\n$ti-icon-message-circle-cog: unicode('f974');\n$ti-icon-message-circle-dollar: unicode('f975');\n$ti-icon-message-circle-down: unicode('f976');\n$ti-icon-message-circle-exclamation: unicode('f977');\n$ti-icon-message-circle-heart: unicode('f978');\n$ti-icon-message-circle-minus: unicode('f979');\n$ti-icon-message-circle-off: unicode('ed40');\n$ti-icon-message-circle-pause: unicode('f97a');\n$ti-icon-message-circle-pin: unicode('f97b');\n$ti-icon-message-circle-plus: unicode('f97c');\n$ti-icon-message-circle-question: unicode('f97d');\n$ti-icon-message-circle-search: unicode('f97e');\n$ti-icon-message-circle-share: unicode('f97f');\n$ti-icon-message-circle-star: unicode('f980');\n$ti-icon-message-circle-up: unicode('f981');\n$ti-icon-message-circle-user: unicode('fec5');\n$ti-icon-message-circle-x: unicode('f982');\n$ti-icon-message-code: unicode('f013');\n$ti-icon-message-cog: unicode('f983');\n$ti-icon-message-dollar: unicode('f984');\n$ti-icon-message-dots: unicode('eaee');\n$ti-icon-message-down: unicode('f985');\n$ti-icon-message-exclamation: unicode('f986');\n$ti-icon-message-forward: unicode('f28f');\n$ti-icon-message-heart: unicode('f987');\n$ti-icon-message-language: unicode('efae');\n$ti-icon-message-minus: unicode('f988');\n$ti-icon-message-off: unicode('ed41');\n$ti-icon-message-pause: unicode('f989');\n$ti-icon-message-pin: unicode('f98a');\n$ti-icon-message-plus: unicode('ec9a');\n$ti-icon-message-question: unicode('f98b');\n$ti-icon-message-reply: unicode('fd4d');\n$ti-icon-message-report: unicode('ec9b');\n$ti-icon-message-search: unicode('f98c');\n$ti-icon-message-share: unicode('f078');\n$ti-icon-message-star: unicode('f98d');\n$ti-icon-message-up: unicode('f98e');\n$ti-icon-message-user: unicode('fec4');\n$ti-icon-message-x: unicode('f98f');\n$ti-icon-messages: unicode('eb6c');\n$ti-icon-messages-off: unicode('ed42');\n$ti-icon-meteor: unicode('f1fd');\n$ti-icon-meteor-off: unicode('f40c');\n$ti-icon-meter-cube: unicode('fd7c');\n$ti-icon-meter-square: unicode('fd7d');\n$ti-icon-metronome: unicode('fd25');\n$ti-icon-michelin-bib-gourmand: unicode('fae9');\n$ti-icon-michelin-star: unicode('faeb');\n$ti-icon-michelin-star-green: unicode('faea');\n$ti-icon-mickey: unicode('f2a3');\n$ti-icon-microphone: unicode('eaf0');\n$ti-icon-microphone-2: unicode('ef2c');\n$ti-icon-microphone-2-off: unicode('f40d');\n$ti-icon-microphone-off: unicode('ed16');\n$ti-icon-microscope: unicode('ef64');\n$ti-icon-microscope-off: unicode('f40e');\n$ti-icon-microwave: unicode('f248');\n$ti-icon-microwave-off: unicode('f264');\n$ti-icon-military-award: unicode('f079');\n$ti-icon-military-rank: unicode('efcf');\n$ti-icon-milk: unicode('ef13');\n$ti-icon-milk-off: unicode('f40f');\n$ti-icon-milkshake: unicode('f4c8');\n$ti-icon-minimize: unicode('eaf1');\n$ti-icon-minus: unicode('eaf2');\n$ti-icon-minus-vertical: unicode('eeb4');\n$ti-icon-mist: unicode('ec30');\n$ti-icon-mist-off: unicode('f410');\n$ti-icon-mobiledata: unicode('f9f5');\n$ti-icon-mobiledata-off: unicode('f9f4');\n$ti-icon-moneybag: unicode('f506');\n$ti-icon-monkeybar: unicode('feb4');\n$ti-icon-mood-angry: unicode('f2de');\n$ti-icon-mood-annoyed: unicode('f2e0');\n$ti-icon-mood-annoyed-2: unicode('f2df');\n$ti-icon-mood-bitcoin: unicode('ff32');\n$ti-icon-mood-boy: unicode('ed2d');\n$ti-icon-mood-check: unicode('f7b3');\n$ti-icon-mood-cog: unicode('f7b4');\n$ti-icon-mood-confuzed: unicode('eaf3');\n$ti-icon-mood-crazy-happy: unicode('ed90');\n$ti-icon-mood-cry: unicode('ecbb');\n$ti-icon-mood-dollar: unicode('f7b5');\n$ti-icon-mood-edit: unicode('fa05');\n$ti-icon-mood-empty: unicode('eeb5');\n$ti-icon-mood-happy: unicode('eaf4');\n$ti-icon-mood-heart: unicode('f7b6');\n$ti-icon-mood-kid: unicode('ec03');\n$ti-icon-mood-look-down: unicode('fd37');\n$ti-icon-mood-look-left: unicode('f2c5');\n$ti-icon-mood-look-right: unicode('f2c6');\n$ti-icon-mood-look-up: unicode('fd38');\n$ti-icon-mood-minus: unicode('f7b7');\n$ti-icon-mood-nerd: unicode('f2e1');\n$ti-icon-mood-nervous: unicode('ef96');\n$ti-icon-mood-neutral: unicode('eaf5');\n$ti-icon-mood-off: unicode('f161');\n$ti-icon-mood-pin: unicode('f7b8');\n$ti-icon-mood-plus: unicode('f7b9');\n$ti-icon-mood-puzzled: unicode('fd39');\n$ti-icon-mood-sad: unicode('eaf6');\n$ti-icon-mood-sad-2: unicode('f2e2');\n$ti-icon-mood-sad-dizzy: unicode('f2e3');\n$ti-icon-mood-sad-squint: unicode('f2e4');\n$ti-icon-mood-search: unicode('f7ba');\n$ti-icon-mood-share: unicode('fa06');\n$ti-icon-mood-sick: unicode('f2e5');\n$ti-icon-mood-silence: unicode('f2e6');\n$ti-icon-mood-sing: unicode('f2c7');\n$ti-icon-mood-smile: unicode('eaf7');\n$ti-icon-mood-smile-beam: unicode('f2e7');\n$ti-icon-mood-smile-dizzy: unicode('f2e8');\n$ti-icon-mood-spark: unicode('ffb2');\n$ti-icon-mood-surprised: unicode('ec04');\n$ti-icon-mood-tongue: unicode('eb95');\n$ti-icon-mood-tongue-wink: unicode('f2ea');\n$ti-icon-mood-tongue-wink-2: unicode('f2e9');\n$ti-icon-mood-unamused: unicode('f2eb');\n$ti-icon-mood-up: unicode('f7bb');\n$ti-icon-mood-wink: unicode('f2ed');\n$ti-icon-mood-wink-2: unicode('f2ec');\n$ti-icon-mood-wrrr: unicode('f2ee');\n$ti-icon-mood-x: unicode('f7bc');\n$ti-icon-mood-xd: unicode('f2ef');\n$ti-icon-moon: unicode('eaf8');\n$ti-icon-moon-2: unicode('ece6');\n$ti-icon-moon-off: unicode('f162');\n$ti-icon-moon-stars: unicode('ece7');\n$ti-icon-moped: unicode('ecbc');\n$ti-icon-motorbike: unicode('eeb6');\n$ti-icon-mountain: unicode('ef97');\n$ti-icon-mountain-off: unicode('f411');\n$ti-icon-mouse: unicode('eaf9');\n$ti-icon-mouse-2: unicode('f1d7');\n$ti-icon-mouse-off: unicode('f163');\n$ti-icon-moustache: unicode('f4c9');\n$ti-icon-movie: unicode('eafa');\n$ti-icon-movie-off: unicode('f164');\n$ti-icon-mug: unicode('eafb');\n$ti-icon-mug-off: unicode('f165');\n$ti-icon-multiplier-0-5x: unicode('ef41');\n$ti-icon-multiplier-1-5x: unicode('ef42');\n$ti-icon-multiplier-1x: unicode('ef43');\n$ti-icon-multiplier-2x: unicode('ef44');\n$ti-icon-mushroom: unicode('ef14');\n$ti-icon-mushroom-off: unicode('f412');\n$ti-icon-music: unicode('eafc');\n$ti-icon-music-bolt: unicode('fbd5');\n$ti-icon-music-cancel: unicode('fbd6');\n$ti-icon-music-check: unicode('fbd7');\n$ti-icon-music-code: unicode('fbd8');\n$ti-icon-music-cog: unicode('fbd9');\n$ti-icon-music-discount: unicode('fbda');\n$ti-icon-music-dollar: unicode('fbdb');\n$ti-icon-music-down: unicode('fbdc');\n$ti-icon-music-exclamation: unicode('fbdd');\n$ti-icon-music-heart: unicode('fbde');\n$ti-icon-music-minus: unicode('fbdf');\n$ti-icon-music-off: unicode('f166');\n$ti-icon-music-pause: unicode('fbe0');\n$ti-icon-music-pin: unicode('fbe1');\n$ti-icon-music-plus: unicode('fbe2');\n$ti-icon-music-question: unicode('fbe3');\n$ti-icon-music-search: unicode('fbe4');\n$ti-icon-music-share: unicode('fbe5');\n$ti-icon-music-star: unicode('fbe6');\n$ti-icon-music-up: unicode('fbe7');\n$ti-icon-music-x: unicode('fbe8');\n$ti-icon-navigation: unicode('f2c8');\n$ti-icon-navigation-bolt: unicode('fbe9');\n$ti-icon-navigation-cancel: unicode('fbea');\n$ti-icon-navigation-check: unicode('fbeb');\n$ti-icon-navigation-code: unicode('fbec');\n$ti-icon-navigation-cog: unicode('fbed');\n$ti-icon-navigation-discount: unicode('fbee');\n$ti-icon-navigation-dollar: unicode('fbef');\n$ti-icon-navigation-down: unicode('fbf0');\n$ti-icon-navigation-east: unicode('fcba');\n$ti-icon-navigation-exclamation: unicode('fbf1');\n$ti-icon-navigation-heart: unicode('fbf2');\n$ti-icon-navigation-minus: unicode('fbf3');\n$ti-icon-navigation-north: unicode('fcbb');\n$ti-icon-navigation-off: unicode('f413');\n$ti-icon-navigation-pause: unicode('fbf4');\n$ti-icon-navigation-pin: unicode('fbf5');\n$ti-icon-navigation-plus: unicode('fbf6');\n$ti-icon-navigation-question: unicode('fbf7');\n$ti-icon-navigation-search: unicode('fbf8');\n$ti-icon-navigation-share: unicode('fbf9');\n$ti-icon-navigation-south: unicode('fcbc');\n$ti-icon-navigation-star: unicode('fbfa');\n$ti-icon-navigation-top: unicode('faec');\n$ti-icon-navigation-up: unicode('fbfb');\n$ti-icon-navigation-west: unicode('fcbd');\n$ti-icon-navigation-x: unicode('fbfc');\n$ti-icon-needle: unicode('f508');\n$ti-icon-needle-thread: unicode('f507');\n$ti-icon-network: unicode('f09f');\n$ti-icon-network-off: unicode('f414');\n$ti-icon-new-section: unicode('ebc1');\n$ti-icon-news: unicode('eafd');\n$ti-icon-news-off: unicode('f167');\n$ti-icon-nfc: unicode('eeb7');\n$ti-icon-nfc-off: unicode('f168');\n$ti-icon-no-copyright: unicode('efb9');\n$ti-icon-no-creative-commons: unicode('efba');\n$ti-icon-no-derivatives: unicode('efbb');\n$ti-icon-north-star: unicode('f014');\n$ti-icon-note: unicode('eb6d');\n$ti-icon-note-off: unicode('f169');\n$ti-icon-notebook: unicode('eb96');\n$ti-icon-notebook-off: unicode('f415');\n$ti-icon-notes: unicode('eb6e');\n$ti-icon-notes-off: unicode('f16a');\n$ti-icon-notification: unicode('eafe');\n$ti-icon-notification-off: unicode('f16b');\n$ti-icon-number: unicode('f1fe');\n$ti-icon-number-0: unicode('edf0');\n$ti-icon-number-0-small: unicode('fce1');\n$ti-icon-number-1: unicode('edf1');\n$ti-icon-number-1-small: unicode('fce2');\n$ti-icon-number-10: unicode('1005e');\n$ti-icon-number-10-small: unicode('fce3');\n$ti-icon-number-100-small: unicode('10005');\n$ti-icon-number-11: unicode('1005d');\n$ti-icon-number-11-small: unicode('fce4');\n$ti-icon-number-12-small: unicode('fce5');\n$ti-icon-number-123: unicode('f554');\n$ti-icon-number-13-small: unicode('fce6');\n$ti-icon-number-14-small: unicode('fce7');\n$ti-icon-number-15-small: unicode('fce8');\n$ti-icon-number-16-small: unicode('fce9');\n$ti-icon-number-17-small: unicode('fcea');\n$ti-icon-number-18-small: unicode('fceb');\n$ti-icon-number-19-small: unicode('fcec');\n$ti-icon-number-2: unicode('edf2');\n$ti-icon-number-2-small: unicode('fced');\n$ti-icon-number-20-small: unicode('fcee');\n$ti-icon-number-21-small: unicode('fcef');\n$ti-icon-number-22-small: unicode('fcf0');\n$ti-icon-number-23-small: unicode('fcf1');\n$ti-icon-number-24-small: unicode('fcf2');\n$ti-icon-number-25-small: unicode('fcf3');\n$ti-icon-number-26-small: unicode('fcf4');\n$ti-icon-number-27-small: unicode('fcf5');\n$ti-icon-number-28-small: unicode('fcf6');\n$ti-icon-number-29-small: unicode('fcf7');\n$ti-icon-number-3: unicode('edf3');\n$ti-icon-number-3-small: unicode('fcf8');\n$ti-icon-number-30-small: unicode('10004');\n$ti-icon-number-31-small: unicode('10003');\n$ti-icon-number-32-small: unicode('10002');\n$ti-icon-number-33-small: unicode('10001');\n$ti-icon-number-34-small: unicode('10000');\n$ti-icon-number-35-small: unicode('ffff');\n$ti-icon-number-36-small: unicode('fffe');\n$ti-icon-number-37-small: unicode('fffd');\n$ti-icon-number-38-small: unicode('fffc');\n$ti-icon-number-39-small: unicode('fffb');\n$ti-icon-number-4: unicode('edf4');\n$ti-icon-number-4-small: unicode('fcf9');\n$ti-icon-number-40-small: unicode('fffa');\n$ti-icon-number-41-small: unicode('fff9');\n$ti-icon-number-42-small: unicode('fff8');\n$ti-icon-number-43-small: unicode('fff7');\n$ti-icon-number-44-small: unicode('fff6');\n$ti-icon-number-45-small: unicode('fff5');\n$ti-icon-number-46-small: unicode('fff4');\n$ti-icon-number-47-small: unicode('fff3');\n$ti-icon-number-48-small: unicode('fff2');\n$ti-icon-number-49-small: unicode('fff1');\n$ti-icon-number-5: unicode('edf5');\n$ti-icon-number-5-small: unicode('fcfa');\n$ti-icon-number-50-small: unicode('fff0');\n$ti-icon-number-51-small: unicode('ffef');\n$ti-icon-number-52-small: unicode('ffee');\n$ti-icon-number-53-small: unicode('ffed');\n$ti-icon-number-54-small: unicode('ffec');\n$ti-icon-number-55-small: unicode('ffeb');\n$ti-icon-number-56-small: unicode('ffea');\n$ti-icon-number-57-small: unicode('ffe9');\n$ti-icon-number-58-small: unicode('ffe8');\n$ti-icon-number-59-small: unicode('ffe7');\n$ti-icon-number-6: unicode('edf6');\n$ti-icon-number-6-small: unicode('fcfb');\n$ti-icon-number-60-small: unicode('ffe6');\n$ti-icon-number-61-small: unicode('ffe5');\n$ti-icon-number-62-small: unicode('ffe4');\n$ti-icon-number-63-small: unicode('ffe3');\n$ti-icon-number-64-small: unicode('ffe2');\n$ti-icon-number-65-small: unicode('ffe1');\n$ti-icon-number-66-small: unicode('ffe0');\n$ti-icon-number-67-small: unicode('ffdf');\n$ti-icon-number-68-small: unicode('ffde');\n$ti-icon-number-69-small: unicode('ffdd');\n$ti-icon-number-7: unicode('edf7');\n$ti-icon-number-7-small: unicode('fcfc');\n$ti-icon-number-70-small: unicode('ffdc');\n$ti-icon-number-71-small: unicode('ffdb');\n$ti-icon-number-72-small: unicode('ffda');\n$ti-icon-number-73-small: unicode('ffd9');\n$ti-icon-number-74-small: unicode('ffd8');\n$ti-icon-number-75-small: unicode('ffd7');\n$ti-icon-number-76-small: unicode('ffd6');\n$ti-icon-number-77-small: unicode('ffd5');\n$ti-icon-number-78-small: unicode('ffd4');\n$ti-icon-number-79-small: unicode('ffd3');\n$ti-icon-number-8: unicode('edf8');\n$ti-icon-number-8-small: unicode('fcfd');\n$ti-icon-number-80-small: unicode('ffd2');\n$ti-icon-number-81-small: unicode('ffd1');\n$ti-icon-number-82-small: unicode('ffd0');\n$ti-icon-number-83-small: unicode('ffcf');\n$ti-icon-number-84-small: unicode('ffce');\n$ti-icon-number-85-small: unicode('ffcd');\n$ti-icon-number-86-small: unicode('ffcc');\n$ti-icon-number-87-small: unicode('ffcb');\n$ti-icon-number-88-small: unicode('ffca');\n$ti-icon-number-89-small: unicode('ffc9');\n$ti-icon-number-9: unicode('edf9');\n$ti-icon-number-9-small: unicode('fcfe');\n$ti-icon-number-90-small: unicode('ffc8');\n$ti-icon-number-91-small: unicode('ffc7');\n$ti-icon-number-92-small: unicode('ffc6');\n$ti-icon-number-93-small: unicode('ffc5');\n$ti-icon-number-94-small: unicode('ffc4');\n$ti-icon-number-95-small: unicode('ffc3');\n$ti-icon-number-96-small: unicode('ffc2');\n$ti-icon-number-97-small: unicode('ffc1');\n$ti-icon-number-98-small: unicode('ffc0');\n$ti-icon-number-99-small: unicode('ffbf');\n$ti-icon-numbers: unicode('f015');\n$ti-icon-nurse: unicode('ef65');\n$ti-icon-nut: unicode('fc61');\n$ti-icon-object-scan: unicode('fef1');\n$ti-icon-octagon: unicode('ecbd');\n$ti-icon-octagon-minus: unicode('fc92');\n$ti-icon-octagon-minus-2: unicode('fc91');\n$ti-icon-octagon-off: unicode('eeb8');\n$ti-icon-octagon-plus: unicode('fc94');\n$ti-icon-octagon-plus-2: unicode('fc93');\n$ti-icon-octahedron: unicode('faae');\n$ti-icon-octahedron-off: unicode('faac');\n$ti-icon-octahedron-plus: unicode('faad');\n$ti-icon-old: unicode('eeb9');\n$ti-icon-olympics: unicode('eeba');\n$ti-icon-olympics-off: unicode('f416');\n$ti-icon-om: unicode('f58d');\n$ti-icon-omega: unicode('eb97');\n$ti-icon-outbound: unicode('f249');\n$ti-icon-outlet: unicode('ebd7');\n$ti-icon-oval: unicode('f02e');\n$ti-icon-oval-vertical: unicode('f02d');\n$ti-icon-overline: unicode('eebb');\n$ti-icon-package: unicode('eaff');\n$ti-icon-package-export: unicode('f07a');\n$ti-icon-package-import: unicode('f07b');\n$ti-icon-package-off: unicode('f16c');\n$ti-icon-packages: unicode('f2c9');\n$ti-icon-pacman: unicode('eebc');\n$ti-icon-page-break: unicode('ec81');\n$ti-icon-paint: unicode('eb00');\n$ti-icon-paint-off: unicode('f16d');\n$ti-icon-palette: unicode('eb01');\n$ti-icon-palette-off: unicode('f16e');\n$ti-icon-panorama-horizontal: unicode('ed33');\n$ti-icon-panorama-horizontal-off: unicode('f417');\n$ti-icon-panorama-vertical: unicode('ed34');\n$ti-icon-panorama-vertical-off: unicode('f418');\n$ti-icon-paper-bag: unicode('f02f');\n$ti-icon-paper-bag-off: unicode('f16f');\n$ti-icon-paperclip: unicode('eb02');\n$ti-icon-parachute: unicode('ed7c');\n$ti-icon-parachute-off: unicode('f170');\n$ti-icon-parentheses: unicode('ebd8');\n$ti-icon-parentheses-off: unicode('f171');\n$ti-icon-parking: unicode('eb03');\n$ti-icon-parking-circle: unicode('fd5a');\n$ti-icon-parking-off: unicode('f172');\n$ti-icon-password: unicode('f4ca');\n$ti-icon-password-fingerprint: unicode('fc7b');\n$ti-icon-password-mobile-phone: unicode('fc7c');\n$ti-icon-password-user: unicode('fc7d');\n$ti-icon-paw: unicode('eff9');\n$ti-icon-paw-off: unicode('f419');\n$ti-icon-paywall: unicode('fd7e');\n$ti-icon-pdf: unicode('f7ac');\n$ti-icon-peace: unicode('ecbe');\n$ti-icon-pencil: unicode('eb04');\n$ti-icon-pencil-bolt: unicode('fbfd');\n$ti-icon-pencil-cancel: unicode('fbfe');\n$ti-icon-pencil-check: unicode('fbff');\n$ti-icon-pencil-code: unicode('fc00');\n$ti-icon-pencil-cog: unicode('fc01');\n$ti-icon-pencil-discount: unicode('fc02');\n$ti-icon-pencil-dollar: unicode('fc03');\n$ti-icon-pencil-down: unicode('fc04');\n$ti-icon-pencil-exclamation: unicode('fc05');\n$ti-icon-pencil-heart: unicode('fc06');\n$ti-icon-pencil-minus: unicode('f1eb');\n$ti-icon-pencil-off: unicode('f173');\n$ti-icon-pencil-pause: unicode('fc07');\n$ti-icon-pencil-pin: unicode('fc08');\n$ti-icon-pencil-plus: unicode('f1ec');\n$ti-icon-pencil-question: unicode('fc09');\n$ti-icon-pencil-search: unicode('fc0a');\n$ti-icon-pencil-share: unicode('fc0b');\n$ti-icon-pencil-star: unicode('fc0c');\n$ti-icon-pencil-up: unicode('fc0d');\n$ti-icon-pencil-x: unicode('fc0e');\n$ti-icon-pennant: unicode('ed7d');\n$ti-icon-pennant-2: unicode('f06a');\n$ti-icon-pennant-off: unicode('f174');\n$ti-icon-pentagon: unicode('efe3');\n$ti-icon-pentagon-minus: unicode('feb3');\n$ti-icon-pentagon-number-0: unicode('fc7e');\n$ti-icon-pentagon-number-1: unicode('fc7f');\n$ti-icon-pentagon-number-2: unicode('fc80');\n$ti-icon-pentagon-number-3: unicode('fc81');\n$ti-icon-pentagon-number-4: unicode('fc82');\n$ti-icon-pentagon-number-5: unicode('fc83');\n$ti-icon-pentagon-number-6: unicode('fc84');\n$ti-icon-pentagon-number-7: unicode('fc85');\n$ti-icon-pentagon-number-8: unicode('fc86');\n$ti-icon-pentagon-number-9: unicode('fc87');\n$ti-icon-pentagon-off: unicode('f41a');\n$ti-icon-pentagon-plus: unicode('fc49');\n$ti-icon-pentagon-x: unicode('fc88');\n$ti-icon-pentagram: unicode('f586');\n$ti-icon-pepper: unicode('ef15');\n$ti-icon-pepper-off: unicode('f175');\n$ti-icon-percentage: unicode('ecf4');\n$ti-icon-percentage-0: unicode('fee5');\n$ti-icon-percentage-10: unicode('fee4');\n$ti-icon-percentage-100: unicode('fee3');\n$ti-icon-percentage-20: unicode('fee2');\n$ti-icon-percentage-25: unicode('fee1');\n$ti-icon-percentage-30: unicode('fee0');\n$ti-icon-percentage-33: unicode('fedf');\n$ti-icon-percentage-40: unicode('fede');\n$ti-icon-percentage-50: unicode('fedd');\n$ti-icon-percentage-60: unicode('fedc');\n$ti-icon-percentage-66: unicode('fedb');\n$ti-icon-percentage-70: unicode('feda');\n$ti-icon-percentage-75: unicode('fed9');\n$ti-icon-percentage-80: unicode('fed8');\n$ti-icon-percentage-90: unicode('fed7');\n$ti-icon-perfume: unicode('f509');\n$ti-icon-perspective: unicode('eebd');\n$ti-icon-perspective-off: unicode('f176');\n$ti-icon-phone: unicode('eb09');\n$ti-icon-phone-call: unicode('eb05');\n$ti-icon-phone-calling: unicode('ec43');\n$ti-icon-phone-check: unicode('ec05');\n$ti-icon-phone-done: unicode('ff9e');\n$ti-icon-phone-end: unicode('ff9d');\n$ti-icon-phone-incoming: unicode('eb06');\n$ti-icon-phone-off: unicode('ecf5');\n$ti-icon-phone-outgoing: unicode('eb07');\n$ti-icon-phone-pause: unicode('eb08');\n$ti-icon-phone-plus: unicode('ec06');\n$ti-icon-phone-ringing: unicode('ff9c');\n$ti-icon-phone-spark: unicode('ffb1');\n$ti-icon-phone-x: unicode('ec07');\n$ti-icon-photo: unicode('eb0a');\n$ti-icon-photo-ai: unicode('fa32');\n$ti-icon-photo-bitcoin: unicode('ff31');\n$ti-icon-photo-bolt: unicode('f990');\n$ti-icon-photo-cancel: unicode('f35d');\n$ti-icon-photo-check: unicode('f35e');\n$ti-icon-photo-circle: unicode('fc4a');\n$ti-icon-photo-circle-minus: unicode('fc62');\n$ti-icon-photo-circle-plus: unicode('fc63');\n$ti-icon-photo-code: unicode('f991');\n$ti-icon-photo-cog: unicode('f992');\n$ti-icon-photo-dollar: unicode('f993');\n$ti-icon-photo-down: unicode('f35f');\n$ti-icon-photo-edit: unicode('f360');\n$ti-icon-photo-exclamation: unicode('f994');\n$ti-icon-photo-heart: unicode('f361');\n$ti-icon-photo-hexagon: unicode('fc4b');\n$ti-icon-photo-minus: unicode('f362');\n$ti-icon-photo-off: unicode('ecf6');\n$ti-icon-photo-pause: unicode('f995');\n$ti-icon-photo-pentagon: unicode('fc4c');\n$ti-icon-photo-pin: unicode('f996');\n$ti-icon-photo-plus: unicode('f363');\n$ti-icon-photo-question: unicode('f997');\n$ti-icon-photo-scan: unicode('fca8');\n$ti-icon-photo-search: unicode('f364');\n$ti-icon-photo-sensor: unicode('f798');\n$ti-icon-photo-sensor-2: unicode('f796');\n$ti-icon-photo-sensor-3: unicode('f797');\n$ti-icon-photo-share: unicode('f998');\n$ti-icon-photo-shield: unicode('f365');\n$ti-icon-photo-spark: unicode('ffb0');\n$ti-icon-photo-square-rounded: unicode('fc4d');\n$ti-icon-photo-star: unicode('f366');\n$ti-icon-photo-up: unicode('f38b');\n$ti-icon-photo-video: unicode('fc95');\n$ti-icon-photo-x: unicode('f367');\n$ti-icon-physotherapist: unicode('eebe');\n$ti-icon-piano: unicode('fad3');\n$ti-icon-pick: unicode('fafc');\n$ti-icon-picnic-table: unicode('fed6');\n$ti-icon-picture-in-picture: unicode('ed35');\n$ti-icon-picture-in-picture-off: unicode('ed43');\n$ti-icon-picture-in-picture-on: unicode('ed44');\n$ti-icon-picture-in-picture-top: unicode('efe4');\n$ti-icon-pig: unicode('ef52');\n$ti-icon-pig-money: unicode('f38c');\n$ti-icon-pig-off: unicode('f177');\n$ti-icon-pilcrow: unicode('f5f6');\n$ti-icon-pilcrow-left: unicode('fd7f');\n$ti-icon-pilcrow-right: unicode('fd80');\n$ti-icon-pill: unicode('ec44');\n$ti-icon-pill-off: unicode('f178');\n$ti-icon-pills: unicode('ef66');\n$ti-icon-pin: unicode('ec9c');\n$ti-icon-pin-end: unicode('fd5b');\n$ti-icon-pin-invoke: unicode('fd5c');\n$ti-icon-ping-pong: unicode('f38d');\n$ti-icon-pinned: unicode('ed60');\n$ti-icon-pinned-off: unicode('ed5f');\n$ti-icon-pizza: unicode('edbb');\n$ti-icon-pizza-off: unicode('f179');\n$ti-icon-placeholder: unicode('f626');\n$ti-icon-plane: unicode('eb6f');\n$ti-icon-plane-arrival: unicode('eb99');\n$ti-icon-plane-departure: unicode('eb9a');\n$ti-icon-plane-inflight: unicode('ef98');\n$ti-icon-plane-off: unicode('f17a');\n$ti-icon-plane-tilt: unicode('f1ed');\n$ti-icon-planet: unicode('ec08');\n$ti-icon-planet-off: unicode('f17b');\n$ti-icon-plant: unicode('ed50');\n$ti-icon-plant-2: unicode('ed7e');\n$ti-icon-plant-2-off: unicode('f17c');\n$ti-icon-plant-off: unicode('f17d');\n$ti-icon-play-basketball: unicode('fa66');\n$ti-icon-play-card: unicode('eebf');\n$ti-icon-play-card-1: unicode('1005c');\n$ti-icon-play-card-10: unicode('1005b');\n$ti-icon-play-card-2: unicode('1005a');\n$ti-icon-play-card-3: unicode('10059');\n$ti-icon-play-card-4: unicode('10058');\n$ti-icon-play-card-5: unicode('10057');\n$ti-icon-play-card-6: unicode('10056');\n$ti-icon-play-card-7: unicode('10055');\n$ti-icon-play-card-8: unicode('10054');\n$ti-icon-play-card-9: unicode('10053');\n$ti-icon-play-card-a: unicode('10052');\n$ti-icon-play-card-j: unicode('10051');\n$ti-icon-play-card-k: unicode('10050');\n$ti-icon-play-card-off: unicode('f17e');\n$ti-icon-play-card-q: unicode('1004f');\n$ti-icon-play-card-star: unicode('1004e');\n$ti-icon-play-football: unicode('fa67');\n$ti-icon-play-handball: unicode('fa68');\n$ti-icon-play-volleyball: unicode('fa69');\n$ti-icon-player-eject: unicode('efbc');\n$ti-icon-player-pause: unicode('ed45');\n$ti-icon-player-play: unicode('ed46');\n$ti-icon-player-record: unicode('ed47');\n$ti-icon-player-skip-back: unicode('ed48');\n$ti-icon-player-skip-forward: unicode('ed49');\n$ti-icon-player-stop: unicode('ed4a');\n$ti-icon-player-track-next: unicode('ed4b');\n$ti-icon-player-track-prev: unicode('ed4c');\n$ti-icon-playlist: unicode('eec0');\n$ti-icon-playlist-add: unicode('f008');\n$ti-icon-playlist-off: unicode('f17f');\n$ti-icon-playlist-x: unicode('f009');\n$ti-icon-playstation-circle: unicode('f2ad');\n$ti-icon-playstation-square: unicode('f2ae');\n$ti-icon-playstation-triangle: unicode('f2af');\n$ti-icon-playstation-x: unicode('f2b0');\n$ti-icon-plug: unicode('ebd9');\n$ti-icon-plug-connected: unicode('f00a');\n$ti-icon-plug-connected-x: unicode('f0a0');\n$ti-icon-plug-off: unicode('f180');\n$ti-icon-plug-x: unicode('f0a1');\n$ti-icon-plus: unicode('eb0b');\n$ti-icon-plus-equal: unicode('f7ad');\n$ti-icon-plus-minus: unicode('f7ae');\n$ti-icon-png: unicode('f3ad');\n$ti-icon-podium: unicode('f1d8');\n$ti-icon-podium-off: unicode('f41b');\n$ti-icon-point: unicode('eb0c');\n$ti-icon-point-off: unicode('f181');\n$ti-icon-pointer: unicode('f265');\n$ti-icon-pointer-bolt: unicode('f999');\n$ti-icon-pointer-cancel: unicode('f99a');\n$ti-icon-pointer-check: unicode('f99b');\n$ti-icon-pointer-code: unicode('f99c');\n$ti-icon-pointer-cog: unicode('f99d');\n$ti-icon-pointer-dollar: unicode('f99e');\n$ti-icon-pointer-down: unicode('f99f');\n$ti-icon-pointer-exclamation: unicode('f9a0');\n$ti-icon-pointer-heart: unicode('f9a1');\n$ti-icon-pointer-minus: unicode('f9a2');\n$ti-icon-pointer-off: unicode('f9a3');\n$ti-icon-pointer-pause: unicode('f9a4');\n$ti-icon-pointer-pin: unicode('f9a5');\n$ti-icon-pointer-plus: unicode('f9a6');\n$ti-icon-pointer-question: unicode('f9a7');\n$ti-icon-pointer-search: unicode('f9a8');\n$ti-icon-pointer-share: unicode('f9a9');\n$ti-icon-pointer-star: unicode('f9aa');\n$ti-icon-pointer-up: unicode('f9ab');\n$ti-icon-pointer-x: unicode('f9ac');\n$ti-icon-pokeball: unicode('eec1');\n$ti-icon-pokeball-off: unicode('f41c');\n$ti-icon-poker-chip: unicode('f515');\n$ti-icon-polaroid: unicode('eec2');\n$ti-icon-polygon: unicode('efd0');\n$ti-icon-polygon-off: unicode('f182');\n$ti-icon-poo: unicode('f258');\n$ti-icon-pool: unicode('ed91');\n$ti-icon-pool-off: unicode('f41d');\n$ti-icon-power: unicode('eb0d');\n$ti-icon-pray: unicode('ecbf');\n$ti-icon-premium-rights: unicode('efbd');\n$ti-icon-prescription: unicode('ef99');\n$ti-icon-presentation: unicode('eb70');\n$ti-icon-presentation-analytics: unicode('eec3');\n$ti-icon-presentation-off: unicode('f183');\n$ti-icon-printer: unicode('eb0e');\n$ti-icon-printer-off: unicode('f184');\n$ti-icon-prism: unicode('fab1');\n$ti-icon-prism-light: unicode('fea6');\n$ti-icon-prism-off: unicode('faaf');\n$ti-icon-prism-plus: unicode('fab0');\n$ti-icon-prison: unicode('ef79');\n$ti-icon-progress: unicode('fa0d');\n$ti-icon-progress-alert: unicode('fa07');\n$ti-icon-progress-bolt: unicode('fa08');\n$ti-icon-progress-check: unicode('fa09');\n$ti-icon-progress-down: unicode('fa0a');\n$ti-icon-progress-help: unicode('fa0b');\n$ti-icon-progress-x: unicode('fa0c');\n$ti-icon-prompt: unicode('eb0f');\n$ti-icon-prong: unicode('fda1');\n$ti-icon-propeller: unicode('eec4');\n$ti-icon-propeller-off: unicode('f185');\n$ti-icon-protocol: unicode('fd81');\n$ti-icon-pumpkin-scary: unicode('f587');\n$ti-icon-puzzle: unicode('eb10');\n$ti-icon-puzzle-2: unicode('ef83');\n$ti-icon-puzzle-off: unicode('f186');\n$ti-icon-pyramid: unicode('eec5');\n$ti-icon-pyramid-off: unicode('f187');\n$ti-icon-pyramid-plus: unicode('fab2');\n$ti-icon-qrcode: unicode('eb11');\n$ti-icon-qrcode-off: unicode('f41e');\n$ti-icon-question-mark: unicode('ec9d');\n$ti-icon-quote: unicode('efbe');\n$ti-icon-quote-off: unicode('f188');\n$ti-icon-quotes: unicode('fb1e');\n$ti-icon-radar: unicode('f017');\n$ti-icon-radar-2: unicode('f016');\n$ti-icon-radar-off: unicode('f41f');\n$ti-icon-radio: unicode('ef2d');\n$ti-icon-radio-off: unicode('f420');\n$ti-icon-radioactive: unicode('ecc0');\n$ti-icon-radioactive-off: unicode('f189');\n$ti-icon-radius-bottom-left: unicode('eec6');\n$ti-icon-radius-bottom-right: unicode('eec7');\n$ti-icon-radius-top-left: unicode('eec8');\n$ti-icon-radius-top-right: unicode('eec9');\n$ti-icon-rainbow: unicode('edbc');\n$ti-icon-rainbow-off: unicode('f18a');\n$ti-icon-rating-12-plus: unicode('f266');\n$ti-icon-rating-14-plus: unicode('f267');\n$ti-icon-rating-16-plus: unicode('f268');\n$ti-icon-rating-18-plus: unicode('f269');\n$ti-icon-rating-21-plus: unicode('f26a');\n$ti-icon-razor: unicode('f4b5');\n$ti-icon-razor-electric: unicode('f4b4');\n$ti-icon-receipt: unicode('edfd');\n$ti-icon-receipt-2: unicode('edfa');\n$ti-icon-receipt-bitcoin: unicode('fd66');\n$ti-icon-receipt-dollar: unicode('fd67');\n$ti-icon-receipt-euro: unicode('fd68');\n$ti-icon-receipt-off: unicode('edfb');\n$ti-icon-receipt-pound: unicode('fd69');\n$ti-icon-receipt-refund: unicode('edfc');\n$ti-icon-receipt-rupee: unicode('fd82');\n$ti-icon-receipt-tax: unicode('edbd');\n$ti-icon-receipt-yen: unicode('fd6a');\n$ti-icon-receipt-yuan: unicode('fd6b');\n$ti-icon-recharging: unicode('eeca');\n$ti-icon-record-mail: unicode('eb12');\n$ti-icon-record-mail-off: unicode('f18b');\n$ti-icon-rectangle: unicode('ed37');\n$ti-icon-rectangle-rounded-bottom: unicode('faed');\n$ti-icon-rectangle-rounded-top: unicode('faee');\n$ti-icon-rectangle-vertical: unicode('ed36');\n$ti-icon-rectangular-prism: unicode('fab5');\n$ti-icon-rectangular-prism-off: unicode('fab3');\n$ti-icon-rectangular-prism-plus: unicode('fab4');\n$ti-icon-recycle: unicode('eb9b');\n$ti-icon-recycle-off: unicode('f18c');\n$ti-icon-refresh: unicode('eb13');\n$ti-icon-refresh-alert: unicode('ed57');\n$ti-icon-refresh-dot: unicode('efbf');\n$ti-icon-refresh-off: unicode('f18d');\n$ti-icon-regex: unicode('f31f');\n$ti-icon-regex-off: unicode('f421');\n$ti-icon-registered: unicode('eb14');\n$ti-icon-relation-many-to-many: unicode('ed7f');\n$ti-icon-relation-one-to-many: unicode('ed80');\n$ti-icon-relation-one-to-one: unicode('ed81');\n$ti-icon-reload: unicode('f3ae');\n$ti-icon-reorder: unicode('fc15');\n$ti-icon-repeat: unicode('eb72');\n$ti-icon-repeat-off: unicode('f18e');\n$ti-icon-repeat-once: unicode('eb71');\n$ti-icon-replace: unicode('ebc7');\n$ti-icon-replace-off: unicode('f422');\n$ti-icon-report: unicode('eece');\n$ti-icon-report-analytics: unicode('eecb');\n$ti-icon-report-medical: unicode('eecc');\n$ti-icon-report-money: unicode('eecd');\n$ti-icon-report-off: unicode('f18f');\n$ti-icon-report-search: unicode('ef84');\n$ti-icon-reserved-line: unicode('f9f6');\n$ti-icon-resize: unicode('eecf');\n$ti-icon-restore: unicode('fafd');\n$ti-icon-rewind-backward-10: unicode('faba');\n$ti-icon-rewind-backward-15: unicode('fabb');\n$ti-icon-rewind-backward-20: unicode('fabc');\n$ti-icon-rewind-backward-30: unicode('fabd');\n$ti-icon-rewind-backward-40: unicode('fabe');\n$ti-icon-rewind-backward-5: unicode('fabf');\n$ti-icon-rewind-backward-50: unicode('fac0');\n$ti-icon-rewind-backward-60: unicode('fac1');\n$ti-icon-rewind-forward-10: unicode('fac2');\n$ti-icon-rewind-forward-15: unicode('fac3');\n$ti-icon-rewind-forward-20: unicode('fac4');\n$ti-icon-rewind-forward-30: unicode('fac5');\n$ti-icon-rewind-forward-40: unicode('fac6');\n$ti-icon-rewind-forward-5: unicode('fac7');\n$ti-icon-rewind-forward-50: unicode('fac8');\n$ti-icon-rewind-forward-60: unicode('fac9');\n$ti-icon-ribbon-health: unicode('f58e');\n$ti-icon-rings: unicode('fa6a');\n$ti-icon-ripple: unicode('ed82');\n$ti-icon-ripple-off: unicode('f190');\n$ti-icon-road: unicode('f018');\n$ti-icon-road-off: unicode('f191');\n$ti-icon-road-sign: unicode('ecdd');\n$ti-icon-robot: unicode('f00b');\n$ti-icon-robot-face: unicode('fcbe');\n$ti-icon-robot-off: unicode('f192');\n$ti-icon-rocket: unicode('ec45');\n$ti-icon-rocket-off: unicode('f193');\n$ti-icon-roller-skating: unicode('efd1');\n$ti-icon-rollercoaster: unicode('f0a2');\n$ti-icon-rollercoaster-off: unicode('f423');\n$ti-icon-rosette: unicode('f599');\n$ti-icon-rosette-discount: unicode('ee7c');\n$ti-icon-rosette-discount-check: unicode('f1f8');\n$ti-icon-rosette-discount-check-off: unicode('ff10');\n$ti-icon-rosette-discount-off: unicode('f3e6');\n$ti-icon-rosette-number-0: unicode('f58f');\n$ti-icon-rosette-number-1: unicode('f590');\n$ti-icon-rosette-number-2: unicode('f591');\n$ti-icon-rosette-number-3: unicode('f592');\n$ti-icon-rosette-number-4: unicode('f593');\n$ti-icon-rosette-number-5: unicode('f594');\n$ti-icon-rosette-number-6: unicode('f595');\n$ti-icon-rosette-number-7: unicode('f596');\n$ti-icon-rosette-number-8: unicode('f597');\n$ti-icon-rosette-number-9: unicode('f598');\n$ti-icon-rotate: unicode('eb16');\n$ti-icon-rotate-2: unicode('ebb4');\n$ti-icon-rotate-360: unicode('ef85');\n$ti-icon-rotate-3d: unicode('f020');\n$ti-icon-rotate-clockwise: unicode('eb15');\n$ti-icon-rotate-clockwise-2: unicode('ebb5');\n$ti-icon-rotate-dot: unicode('efe5');\n$ti-icon-rotate-rectangle: unicode('ec15');\n$ti-icon-route: unicode('eb17');\n$ti-icon-route-2: unicode('f4b6');\n$ti-icon-route-alt-left: unicode('fca9');\n$ti-icon-route-alt-right: unicode('fcaa');\n$ti-icon-route-off: unicode('f194');\n$ti-icon-route-scan: unicode('fcbf');\n$ti-icon-route-square: unicode('fcac');\n$ti-icon-route-square-2: unicode('fcab');\n$ti-icon-route-x: unicode('fcae');\n$ti-icon-route-x-2: unicode('fcad');\n$ti-icon-router: unicode('eb18');\n$ti-icon-router-off: unicode('f424');\n$ti-icon-row-insert-bottom: unicode('eed0');\n$ti-icon-row-insert-top: unicode('eed1');\n$ti-icon-row-remove: unicode('fafe');\n$ti-icon-rss: unicode('eb19');\n$ti-icon-rubber-stamp: unicode('f5ab');\n$ti-icon-rubber-stamp-off: unicode('f5aa');\n$ti-icon-ruler: unicode('eb1a');\n$ti-icon-ruler-2: unicode('eed2');\n$ti-icon-ruler-2-off: unicode('f195');\n$ti-icon-ruler-3: unicode('f290');\n$ti-icon-ruler-measure: unicode('f291');\n$ti-icon-ruler-measure-2: unicode('ff0f');\n$ti-icon-ruler-off: unicode('f196');\n$ti-icon-run: unicode('ec82');\n$ti-icon-rv-truck: unicode('fcc0');\n$ti-icon-s-turn-down: unicode('f516');\n$ti-icon-s-turn-left: unicode('f517');\n$ti-icon-s-turn-right: unicode('f518');\n$ti-icon-s-turn-up: unicode('f519');\n$ti-icon-sailboat: unicode('ec83');\n$ti-icon-sailboat-2: unicode('f5f7');\n$ti-icon-sailboat-off: unicode('f425');\n$ti-icon-salad: unicode('f50a');\n$ti-icon-salt: unicode('ef16');\n$ti-icon-sandbox: unicode('fd6c');\n$ti-icon-satellite: unicode('eed3');\n$ti-icon-satellite-off: unicode('f197');\n$ti-icon-sausage: unicode('ef17');\n$ti-icon-scale: unicode('ebc2');\n$ti-icon-scale-off: unicode('f198');\n$ti-icon-scale-outline: unicode('ef53');\n$ti-icon-scale-outline-off: unicode('f199');\n$ti-icon-scan: unicode('ebc8');\n$ti-icon-scan-eye: unicode('f1ff');\n$ti-icon-scan-position: unicode('fdac');\n$ti-icon-schema: unicode('f200');\n$ti-icon-schema-off: unicode('f426');\n$ti-icon-school: unicode('ecf7');\n$ti-icon-school-bell: unicode('f64a');\n$ti-icon-school-off: unicode('f19a');\n$ti-icon-scissors: unicode('eb1b');\n$ti-icon-scissors-off: unicode('f19b');\n$ti-icon-scooter: unicode('ec6c');\n$ti-icon-scooter-electric: unicode('ecc1');\n$ti-icon-scoreboard: unicode('fa6b');\n$ti-icon-screen-share: unicode('ed18');\n$ti-icon-screen-share-off: unicode('ed17');\n$ti-icon-screenshot: unicode('f201');\n$ti-icon-scribble: unicode('f0a3');\n$ti-icon-scribble-off: unicode('f427');\n$ti-icon-script: unicode('f2da');\n$ti-icon-script-minus: unicode('f2d7');\n$ti-icon-script-plus: unicode('f2d8');\n$ti-icon-script-x: unicode('f2d9');\n$ti-icon-scuba-diving: unicode('fd4e');\n$ti-icon-scuba-diving-tank: unicode('fefa');\n$ti-icon-scuba-mask: unicode('eed4');\n$ti-icon-scuba-mask-off: unicode('f428');\n$ti-icon-sdk: unicode('f3af');\n$ti-icon-search: unicode('eb1c');\n$ti-icon-search-off: unicode('f19c');\n$ti-icon-section: unicode('eed5');\n$ti-icon-section-sign: unicode('f019');\n$ti-icon-seeding: unicode('ed51');\n$ti-icon-seeding-off: unicode('f19d');\n$ti-icon-select: unicode('ec9e');\n$ti-icon-select-all: unicode('f9f7');\n$ti-icon-selector: unicode('eb1d');\n$ti-icon-send: unicode('eb1e');\n$ti-icon-send-2: unicode('fd5d');\n$ti-icon-send-off: unicode('f429');\n$ti-icon-seo: unicode('f26b');\n$ti-icon-separator: unicode('ebda');\n$ti-icon-separator-horizontal: unicode('ec79');\n$ti-icon-separator-vertical: unicode('ec7a');\n$ti-icon-server: unicode('eb1f');\n$ti-icon-server-2: unicode('f07c');\n$ti-icon-server-bolt: unicode('f320');\n$ti-icon-server-cog: unicode('f321');\n$ti-icon-server-off: unicode('f19e');\n$ti-icon-server-spark: unicode('ffaf');\n$ti-icon-servicemark: unicode('ec09');\n$ti-icon-settings: unicode('eb20');\n$ti-icon-settings-2: unicode('f5ac');\n$ti-icon-settings-automation: unicode('eed6');\n$ti-icon-settings-bolt: unicode('f9ad');\n$ti-icon-settings-cancel: unicode('f9ae');\n$ti-icon-settings-check: unicode('f9af');\n$ti-icon-settings-code: unicode('f9b0');\n$ti-icon-settings-cog: unicode('f9b1');\n$ti-icon-settings-dollar: unicode('f9b2');\n$ti-icon-settings-down: unicode('f9b3');\n$ti-icon-settings-exclamation: unicode('f9b4');\n$ti-icon-settings-heart: unicode('f9b5');\n$ti-icon-settings-minus: unicode('f9b6');\n$ti-icon-settings-off: unicode('f19f');\n$ti-icon-settings-pause: unicode('f9b7');\n$ti-icon-settings-pin: unicode('f9b8');\n$ti-icon-settings-plus: unicode('f9b9');\n$ti-icon-settings-question: unicode('f9ba');\n$ti-icon-settings-search: unicode('f9bb');\n$ti-icon-settings-share: unicode('f9bc');\n$ti-icon-settings-spark: unicode('ffae');\n$ti-icon-settings-star: unicode('f9bd');\n$ti-icon-settings-up: unicode('f9be');\n$ti-icon-settings-x: unicode('f9bf');\n$ti-icon-shadow: unicode('eed8');\n$ti-icon-shadow-off: unicode('eed7');\n$ti-icon-shape: unicode('eb9c');\n$ti-icon-shape-2: unicode('eed9');\n$ti-icon-shape-3: unicode('eeda');\n$ti-icon-shape-off: unicode('f1a0');\n$ti-icon-share: unicode('eb21');\n$ti-icon-share-2: unicode('f799');\n$ti-icon-share-3: unicode('f7bd');\n$ti-icon-share-off: unicode('f1a1');\n$ti-icon-shareplay: unicode('fea5');\n$ti-icon-shield: unicode('eb24');\n$ti-icon-shield-bolt: unicode('f9c0');\n$ti-icon-shield-cancel: unicode('f9c1');\n$ti-icon-shield-check: unicode('eb22');\n$ti-icon-shield-checkered: unicode('ef9a');\n$ti-icon-shield-chevron: unicode('ef9b');\n$ti-icon-shield-code: unicode('f9c2');\n$ti-icon-shield-cog: unicode('f9c3');\n$ti-icon-shield-dollar: unicode('f9c4');\n$ti-icon-shield-down: unicode('f9c5');\n$ti-icon-shield-exclamation: unicode('f9c6');\n$ti-icon-shield-half: unicode('f358');\n$ti-icon-shield-heart: unicode('f9c7');\n$ti-icon-shield-lock: unicode('ed58');\n$ti-icon-shield-minus: unicode('f9c8');\n$ti-icon-shield-off: unicode('ecf8');\n$ti-icon-shield-pause: unicode('f9c9');\n$ti-icon-shield-pin: unicode('f9ca');\n$ti-icon-shield-plus: unicode('f9cb');\n$ti-icon-shield-question: unicode('f9cc');\n$ti-icon-shield-search: unicode('f9cd');\n$ti-icon-shield-share: unicode('f9ce');\n$ti-icon-shield-star: unicode('f9cf');\n$ti-icon-shield-up: unicode('f9d0');\n$ti-icon-shield-x: unicode('eb23');\n$ti-icon-ship: unicode('ec84');\n$ti-icon-ship-off: unicode('f42a');\n$ti-icon-shirt: unicode('ec0a');\n$ti-icon-shirt-off: unicode('f1a2');\n$ti-icon-shirt-sport: unicode('f26c');\n$ti-icon-shoe: unicode('efd2');\n$ti-icon-shoe-off: unicode('f1a4');\n$ti-icon-shopping-bag: unicode('f5f8');\n$ti-icon-shopping-bag-check: unicode('fc16');\n$ti-icon-shopping-bag-discount: unicode('fc17');\n$ti-icon-shopping-bag-edit: unicode('fc18');\n$ti-icon-shopping-bag-exclamation: unicode('fc19');\n$ti-icon-shopping-bag-heart: unicode('fda2');\n$ti-icon-shopping-bag-minus: unicode('fc1a');\n$ti-icon-shopping-bag-plus: unicode('fc1b');\n$ti-icon-shopping-bag-search: unicode('fc1c');\n$ti-icon-shopping-bag-x: unicode('fc1d');\n$ti-icon-shopping-cart: unicode('eb25');\n$ti-icon-shopping-cart-bolt: unicode('fb57');\n$ti-icon-shopping-cart-cancel: unicode('fb58');\n$ti-icon-shopping-cart-check: unicode('fb59');\n$ti-icon-shopping-cart-code: unicode('fb5a');\n$ti-icon-shopping-cart-cog: unicode('fb5b');\n$ti-icon-shopping-cart-copy: unicode('fb5c');\n$ti-icon-shopping-cart-discount: unicode('fb5d');\n$ti-icon-shopping-cart-dollar: unicode('fb5e');\n$ti-icon-shopping-cart-down: unicode('fb5f');\n$ti-icon-shopping-cart-exclamation: unicode('fb60');\n$ti-icon-shopping-cart-heart: unicode('fb61');\n$ti-icon-shopping-cart-minus: unicode('fb62');\n$ti-icon-shopping-cart-off: unicode('eedc');\n$ti-icon-shopping-cart-pause: unicode('fb63');\n$ti-icon-shopping-cart-pin: unicode('fb64');\n$ti-icon-shopping-cart-plus: unicode('fb65');\n$ti-icon-shopping-cart-question: unicode('fb66');\n$ti-icon-shopping-cart-search: unicode('fb67');\n$ti-icon-shopping-cart-share: unicode('fb68');\n$ti-icon-shopping-cart-star: unicode('fb69');\n$ti-icon-shopping-cart-up: unicode('fb6a');\n$ti-icon-shopping-cart-x: unicode('fb6b');\n$ti-icon-shovel: unicode('f1d9');\n$ti-icon-shovel-pitchforks: unicode('fd3a');\n$ti-icon-shredder: unicode('eedf');\n$ti-icon-sign-left: unicode('f06b');\n$ti-icon-sign-right: unicode('f06c');\n$ti-icon-signal-2g: unicode('f79a');\n$ti-icon-signal-3g: unicode('f1ee');\n$ti-icon-signal-4g: unicode('f1ef');\n$ti-icon-signal-4g-plus: unicode('f259');\n$ti-icon-signal-5g: unicode('f1f0');\n$ti-icon-signal-6g: unicode('f9f8');\n$ti-icon-signal-e: unicode('f9f9');\n$ti-icon-signal-g: unicode('f9fa');\n$ti-icon-signal-h: unicode('f9fc');\n$ti-icon-signal-h-plus: unicode('f9fb');\n$ti-icon-signal-lte: unicode('f9fd');\n$ti-icon-signature: unicode('eee0');\n$ti-icon-signature-off: unicode('f1a5');\n$ti-icon-sitemap: unicode('eb9d');\n$ti-icon-sitemap-off: unicode('f1a6');\n$ti-icon-skateboard: unicode('ecc2');\n$ti-icon-skateboard-off: unicode('f42b');\n$ti-icon-skateboarding: unicode('faca');\n$ti-icon-skew-x: unicode('fd3b');\n$ti-icon-skew-y: unicode('fd3c');\n$ti-icon-ski-jumping: unicode('fa6c');\n$ti-icon-skull: unicode('f292');\n$ti-icon-slash: unicode('f4f9');\n$ti-icon-slashes: unicode('f588');\n$ti-icon-sleigh: unicode('ef9c');\n$ti-icon-slice: unicode('ebdb');\n$ti-icon-slideshow: unicode('ebc9');\n$ti-icon-smart-home: unicode('ecde');\n$ti-icon-smart-home-off: unicode('f1a7');\n$ti-icon-smoking: unicode('ecc4');\n$ti-icon-smoking-no: unicode('ecc3');\n$ti-icon-snowboarding: unicode('fd4f');\n$ti-icon-snowflake: unicode('ec0b');\n$ti-icon-snowflake-off: unicode('f1a8');\n$ti-icon-snowman: unicode('f26d');\n$ti-icon-soccer-field: unicode('ed92');\n$ti-icon-social: unicode('ebec');\n$ti-icon-social-off: unicode('f1a9');\n$ti-icon-sock: unicode('eee1');\n$ti-icon-sofa: unicode('efaf');\n$ti-icon-sofa-off: unicode('f42c');\n$ti-icon-solar-electricity: unicode('fcc1');\n$ti-icon-solar-panel: unicode('f7bf');\n$ti-icon-solar-panel-2: unicode('f7be');\n$ti-icon-sort-0-9: unicode('f54d');\n$ti-icon-sort-9-0: unicode('f54e');\n$ti-icon-sort-a-z: unicode('f54f');\n$ti-icon-sort-ascending: unicode('eb26');\n$ti-icon-sort-ascending-2: unicode('eee2');\n$ti-icon-sort-ascending-letters: unicode('ef18');\n$ti-icon-sort-ascending-numbers: unicode('ef19');\n$ti-icon-sort-ascending-shapes: unicode('fd94');\n$ti-icon-sort-ascending-small-big: unicode('fd95');\n$ti-icon-sort-descending: unicode('eb27');\n$ti-icon-sort-descending-2: unicode('eee3');\n$ti-icon-sort-descending-letters: unicode('ef1a');\n$ti-icon-sort-descending-numbers: unicode('ef1b');\n$ti-icon-sort-descending-shapes: unicode('fd97');\n$ti-icon-sort-descending-small-big: unicode('fd96');\n$ti-icon-sort-z-a: unicode('f550');\n$ti-icon-sos: unicode('f24a');\n$ti-icon-soup: unicode('ef2e');\n$ti-icon-soup-off: unicode('f42d');\n$ti-icon-source-code: unicode('f4a2');\n$ti-icon-space: unicode('ec0c');\n$ti-icon-space-off: unicode('f1aa');\n$ti-icon-spaces: unicode('fea4');\n$ti-icon-spacing-horizontal: unicode('ef54');\n$ti-icon-spacing-vertical: unicode('ef55');\n$ti-icon-spade: unicode('effa');\n$ti-icon-sparkles: unicode('f6d7');\n$ti-icon-speakerphone: unicode('ed61');\n$ti-icon-speedboat: unicode('ed93');\n$ti-icon-sphere: unicode('fab8');\n$ti-icon-sphere-off: unicode('fab6');\n$ti-icon-sphere-plus: unicode('fab7');\n$ti-icon-spider: unicode('f293');\n$ti-icon-spiral: unicode('f294');\n$ti-icon-spiral-off: unicode('f42e');\n$ti-icon-sport-billard: unicode('eee4');\n$ti-icon-spray: unicode('f50b');\n$ti-icon-spy: unicode('f227');\n$ti-icon-spy-off: unicode('f42f');\n$ti-icon-sql: unicode('f7c0');\n$ti-icon-square: unicode('eb2c');\n$ti-icon-square-arrow-down: unicode('f4b7');\n$ti-icon-square-arrow-left: unicode('f4b8');\n$ti-icon-square-arrow-right: unicode('f4b9');\n$ti-icon-square-arrow-up: unicode('f4ba');\n$ti-icon-square-asterisk: unicode('f01a');\n$ti-icon-square-check: unicode('eb28');\n$ti-icon-square-chevron-down: unicode('f627');\n$ti-icon-square-chevron-left: unicode('f628');\n$ti-icon-square-chevron-right: unicode('f629');\n$ti-icon-square-chevron-up: unicode('f62a');\n$ti-icon-square-chevrons-down: unicode('f64b');\n$ti-icon-square-chevrons-left: unicode('f64c');\n$ti-icon-square-chevrons-right: unicode('f64d');\n$ti-icon-square-chevrons-up: unicode('f64e');\n$ti-icon-square-dot: unicode('ed59');\n$ti-icon-square-f0: unicode('f526');\n$ti-icon-square-f1: unicode('f527');\n$ti-icon-square-f2: unicode('f528');\n$ti-icon-square-f3: unicode('f529');\n$ti-icon-square-f4: unicode('f52a');\n$ti-icon-square-f5: unicode('f52b');\n$ti-icon-square-f6: unicode('f52c');\n$ti-icon-square-f7: unicode('f52d');\n$ti-icon-square-f8: unicode('f52e');\n$ti-icon-square-f9: unicode('f52f');\n$ti-icon-square-forbid: unicode('ed5b');\n$ti-icon-square-forbid-2: unicode('ed5a');\n$ti-icon-square-half: unicode('effb');\n$ti-icon-square-key: unicode('f638');\n$ti-icon-square-letter-a: unicode('f47c');\n$ti-icon-square-letter-b: unicode('f47d');\n$ti-icon-square-letter-c: unicode('f47e');\n$ti-icon-square-letter-d: unicode('f47f');\n$ti-icon-square-letter-e: unicode('f480');\n$ti-icon-square-letter-f: unicode('f481');\n$ti-icon-square-letter-g: unicode('f482');\n$ti-icon-square-letter-h: unicode('f483');\n$ti-icon-square-letter-i: unicode('f484');\n$ti-icon-square-letter-j: unicode('f485');\n$ti-icon-square-letter-k: unicode('f486');\n$ti-icon-square-letter-l: unicode('f487');\n$ti-icon-square-letter-m: unicode('f488');\n$ti-icon-square-letter-n: unicode('f489');\n$ti-icon-square-letter-o: unicode('f48a');\n$ti-icon-square-letter-p: unicode('f48b');\n$ti-icon-square-letter-q: unicode('f48c');\n$ti-icon-square-letter-r: unicode('f48d');\n$ti-icon-square-letter-s: unicode('f48e');\n$ti-icon-square-letter-t: unicode('f48f');\n$ti-icon-square-letter-u: unicode('f490');\n$ti-icon-square-letter-v: unicode('f4bb');\n$ti-icon-square-letter-w: unicode('f491');\n$ti-icon-square-letter-x: unicode('f4bc');\n$ti-icon-square-letter-y: unicode('f492');\n$ti-icon-square-letter-z: unicode('f493');\n$ti-icon-square-minus: unicode('eb29');\n$ti-icon-square-number-0: unicode('eee5');\n$ti-icon-square-number-1: unicode('eee6');\n$ti-icon-square-number-2: unicode('eee7');\n$ti-icon-square-number-3: unicode('eee8');\n$ti-icon-square-number-4: unicode('eee9');\n$ti-icon-square-number-5: unicode('eeea');\n$ti-icon-square-number-6: unicode('eeeb');\n$ti-icon-square-number-7: unicode('eeec');\n$ti-icon-square-number-8: unicode('eeed');\n$ti-icon-square-number-9: unicode('eeee');\n$ti-icon-square-off: unicode('eeef');\n$ti-icon-square-percentage: unicode('fd83');\n$ti-icon-square-plus: unicode('eb2a');\n$ti-icon-square-plus-2: unicode('fc96');\n$ti-icon-square-root: unicode('eef1');\n$ti-icon-square-root-2: unicode('eef0');\n$ti-icon-square-rotated: unicode('ecdf');\n$ti-icon-square-rotated-forbid: unicode('f01c');\n$ti-icon-square-rotated-forbid-2: unicode('f01b');\n$ti-icon-square-rotated-off: unicode('eef2');\n$ti-icon-square-rounded: unicode('f59a');\n$ti-icon-square-rounded-arrow-down: unicode('f639');\n$ti-icon-square-rounded-arrow-left: unicode('f63a');\n$ti-icon-square-rounded-arrow-right: unicode('f63b');\n$ti-icon-square-rounded-arrow-up: unicode('f63c');\n$ti-icon-square-rounded-check: unicode('f63d');\n$ti-icon-square-rounded-chevron-down: unicode('f62b');\n$ti-icon-square-rounded-chevron-left: unicode('f62c');\n$ti-icon-square-rounded-chevron-right: unicode('f62d');\n$ti-icon-square-rounded-chevron-up: unicode('f62e');\n$ti-icon-square-rounded-chevrons-down: unicode('f64f');\n$ti-icon-square-rounded-chevrons-left: unicode('f650');\n$ti-icon-square-rounded-chevrons-right: unicode('f651');\n$ti-icon-square-rounded-chevrons-up: unicode('f652');\n$ti-icon-square-rounded-letter-a: unicode('f5ae');\n$ti-icon-square-rounded-letter-b: unicode('f5af');\n$ti-icon-square-rounded-letter-c: unicode('f5b0');\n$ti-icon-square-rounded-letter-d: unicode('f5b1');\n$ti-icon-square-rounded-letter-e: unicode('f5b2');\n$ti-icon-square-rounded-letter-f: unicode('f5b3');\n$ti-icon-square-rounded-letter-g: unicode('f5b4');\n$ti-icon-square-rounded-letter-h: unicode('f5b5');\n$ti-icon-square-rounded-letter-i: unicode('f5b6');\n$ti-icon-square-rounded-letter-j: unicode('f5b7');\n$ti-icon-square-rounded-letter-k: unicode('f5b8');\n$ti-icon-square-rounded-letter-l: unicode('f5b9');\n$ti-icon-square-rounded-letter-m: unicode('f5ba');\n$ti-icon-square-rounded-letter-n: unicode('f5bb');\n$ti-icon-square-rounded-letter-o: unicode('f5bc');\n$ti-icon-square-rounded-letter-p: unicode('f5bd');\n$ti-icon-square-rounded-letter-q: unicode('f5be');\n$ti-icon-square-rounded-letter-r: unicode('f5bf');\n$ti-icon-square-rounded-letter-s: unicode('f5c0');\n$ti-icon-square-rounded-letter-t: unicode('f5c1');\n$ti-icon-square-rounded-letter-u: unicode('f5c2');\n$ti-icon-square-rounded-letter-v: unicode('f5c3');\n$ti-icon-square-rounded-letter-w: unicode('f5c4');\n$ti-icon-square-rounded-letter-x: unicode('f5c5');\n$ti-icon-square-rounded-letter-y: unicode('f5c6');\n$ti-icon-square-rounded-letter-z: unicode('f5c7');\n$ti-icon-square-rounded-minus: unicode('f63e');\n$ti-icon-square-rounded-minus-2: unicode('fc97');\n$ti-icon-square-rounded-number-0: unicode('f5c8');\n$ti-icon-square-rounded-number-1: unicode('f5c9');\n$ti-icon-square-rounded-number-2: unicode('f5ca');\n$ti-icon-square-rounded-number-3: unicode('f5cb');\n$ti-icon-square-rounded-number-4: unicode('f5cc');\n$ti-icon-square-rounded-number-5: unicode('f5cd');\n$ti-icon-square-rounded-number-6: unicode('f5ce');\n$ti-icon-square-rounded-number-7: unicode('f5cf');\n$ti-icon-square-rounded-number-8: unicode('f5d0');\n$ti-icon-square-rounded-number-9: unicode('f5d1');\n$ti-icon-square-rounded-percentage: unicode('fd84');\n$ti-icon-square-rounded-plus: unicode('f63f');\n$ti-icon-square-rounded-plus-2: unicode('fc98');\n$ti-icon-square-rounded-x: unicode('f640');\n$ti-icon-square-toggle: unicode('eef4');\n$ti-icon-square-toggle-horizontal: unicode('eef3');\n$ti-icon-square-x: unicode('eb2b');\n$ti-icon-squares: unicode('eef6');\n$ti-icon-squares-diagonal: unicode('eef5');\n$ti-icon-squares-selected: unicode('fea3');\n$ti-icon-stack: unicode('eb2d');\n$ti-icon-stack-2: unicode('eef7');\n$ti-icon-stack-3: unicode('ef9d');\n$ti-icon-stack-back: unicode('fd26');\n$ti-icon-stack-backward: unicode('fd27');\n$ti-icon-stack-forward: unicode('fd28');\n$ti-icon-stack-front: unicode('fd29');\n$ti-icon-stack-middle: unicode('fd2a');\n$ti-icon-stack-pop: unicode('f234');\n$ti-icon-stack-push: unicode('f235');\n$ti-icon-stairs: unicode('eca6');\n$ti-icon-stairs-down: unicode('eca4');\n$ti-icon-stairs-up: unicode('eca5');\n$ti-icon-star: unicode('eb2e');\n$ti-icon-star-half: unicode('ed19');\n$ti-icon-star-off: unicode('ed62');\n$ti-icon-stars: unicode('ed38');\n$ti-icon-stars-off: unicode('f430');\n$ti-icon-status-change: unicode('f3b0');\n$ti-icon-steam: unicode('f24b');\n$ti-icon-steering-wheel: unicode('ec7b');\n$ti-icon-steering-wheel-off: unicode('f431');\n$ti-icon-step-into: unicode('ece0');\n$ti-icon-step-out: unicode('ece1');\n$ti-icon-stereo-glasses: unicode('f4cb');\n$ti-icon-stethoscope: unicode('edbe');\n$ti-icon-stethoscope-off: unicode('f432');\n$ti-icon-sticker: unicode('eb2f');\n$ti-icon-sticker-2: unicode('fd3d');\n$ti-icon-stopwatch: unicode('ff9b');\n$ti-icon-storm: unicode('f24c');\n$ti-icon-storm-off: unicode('f433');\n$ti-icon-stretching: unicode('f2db');\n$ti-icon-stretching-2: unicode('fa6d');\n$ti-icon-strikethrough: unicode('eb9e');\n$ti-icon-submarine: unicode('ed94');\n$ti-icon-subscript: unicode('eb9f');\n$ti-icon-subtask: unicode('ec9f');\n$ti-icon-sum: unicode('eb73');\n$ti-icon-sum-off: unicode('f1ab');\n$ti-icon-sun: unicode('eb30');\n$ti-icon-sun-electricity: unicode('fcc2');\n$ti-icon-sun-high: unicode('f236');\n$ti-icon-sun-low: unicode('f237');\n$ti-icon-sun-moon: unicode('f4a3');\n$ti-icon-sun-off: unicode('ed63');\n$ti-icon-sun-wind: unicode('f238');\n$ti-icon-sunglasses: unicode('f239');\n$ti-icon-sunrise: unicode('ef1c');\n$ti-icon-sunset: unicode('ec31');\n$ti-icon-sunset-2: unicode('f23a');\n$ti-icon-superscript: unicode('eba0');\n$ti-icon-svg: unicode('f25a');\n$ti-icon-swimming: unicode('ec92');\n$ti-icon-swipe: unicode('f551');\n$ti-icon-swipe-down: unicode('fd5e');\n$ti-icon-swipe-left: unicode('fd5f');\n$ti-icon-swipe-right: unicode('fd60');\n$ti-icon-swipe-up: unicode('fd61');\n$ti-icon-switch: unicode('eb33');\n$ti-icon-switch-2: unicode('edbf');\n$ti-icon-switch-3: unicode('edc0');\n$ti-icon-switch-horizontal: unicode('eb31');\n$ti-icon-switch-vertical: unicode('eb32');\n$ti-icon-sword: unicode('f030');\n$ti-icon-sword-off: unicode('f434');\n$ti-icon-swords: unicode('f132');\n$ti-icon-table: unicode('eba1');\n$ti-icon-table-alias: unicode('f25b');\n$ti-icon-table-column: unicode('faff');\n$ti-icon-table-down: unicode('fa1c');\n$ti-icon-table-export: unicode('eef8');\n$ti-icon-table-heart: unicode('fa1d');\n$ti-icon-table-import: unicode('eef9');\n$ti-icon-table-minus: unicode('fa1e');\n$ti-icon-table-off: unicode('eefa');\n$ti-icon-table-options: unicode('f25c');\n$ti-icon-table-plus: unicode('fa1f');\n$ti-icon-table-row: unicode('fb00');\n$ti-icon-table-share: unicode('fa20');\n$ti-icon-table-shortcut: unicode('f25d');\n$ti-icon-table-spark: unicode('ffad');\n$ti-icon-tag: unicode('eb34');\n$ti-icon-tag-off: unicode('efc0');\n$ti-icon-tag-starred: unicode('fc99');\n$ti-icon-tags: unicode('ef86');\n$ti-icon-tags-off: unicode('efc1');\n$ti-icon-tallymark-1: unicode('ec46');\n$ti-icon-tallymark-2: unicode('ec47');\n$ti-icon-tallymark-3: unicode('ec48');\n$ti-icon-tallymark-4: unicode('ec49');\n$ti-icon-tallymarks: unicode('ec4a');\n$ti-icon-tank: unicode('ed95');\n$ti-icon-target: unicode('eb35');\n$ti-icon-target-arrow: unicode('f51a');\n$ti-icon-target-off: unicode('f1ad');\n$ti-icon-tax: unicode('feee');\n$ti-icon-tax-euro: unicode('fef0');\n$ti-icon-tax-pound: unicode('feef');\n$ti-icon-teapot: unicode('f552');\n$ti-icon-telescope: unicode('f07d');\n$ti-icon-telescope-off: unicode('f1ae');\n$ti-icon-temperature: unicode('eb38');\n$ti-icon-temperature-celsius: unicode('eb36');\n$ti-icon-temperature-fahrenheit: unicode('eb37');\n$ti-icon-temperature-minus: unicode('ebed');\n$ti-icon-temperature-off: unicode('f1af');\n$ti-icon-temperature-plus: unicode('ebee');\n$ti-icon-temperature-snow: unicode('fda3');\n$ti-icon-temperature-sun: unicode('fda4');\n$ti-icon-template: unicode('eb39');\n$ti-icon-template-off: unicode('f1b0');\n$ti-icon-tent: unicode('eefb');\n$ti-icon-tent-off: unicode('f435');\n$ti-icon-terminal: unicode('ebdc');\n$ti-icon-terminal-2: unicode('ebef');\n$ti-icon-test-pipe: unicode('eb3a');\n$ti-icon-test-pipe-2: unicode('f0a4');\n$ti-icon-test-pipe-off: unicode('f1b1');\n$ti-icon-tex: unicode('f4e0');\n$ti-icon-text-caption: unicode('f4a4');\n$ti-icon-text-color: unicode('f2dc');\n$ti-icon-text-decrease: unicode('f202');\n$ti-icon-text-direction-ltr: unicode('eefc');\n$ti-icon-text-direction-rtl: unicode('eefd');\n$ti-icon-text-grammar: unicode('fd6d');\n$ti-icon-text-increase: unicode('f203');\n$ti-icon-text-orientation: unicode('f2a4');\n$ti-icon-text-plus: unicode('f2a5');\n$ti-icon-text-recognition: unicode('f204');\n$ti-icon-text-resize: unicode('ef87');\n$ti-icon-text-scan-2: unicode('fcc3');\n$ti-icon-text-size: unicode('f2b1');\n$ti-icon-text-spellcheck: unicode('f2a6');\n$ti-icon-text-wrap: unicode('ebdd');\n$ti-icon-text-wrap-column: unicode('feb2');\n$ti-icon-text-wrap-disabled: unicode('eca7');\n$ti-icon-texture: unicode('f51b');\n$ti-icon-theater: unicode('f79b');\n$ti-icon-thermometer: unicode('ef67');\n$ti-icon-thumb-down: unicode('eb3b');\n$ti-icon-thumb-down-off: unicode('f436');\n$ti-icon-thumb-up: unicode('eb3c');\n$ti-icon-thumb-up-off: unicode('f437');\n$ti-icon-tic-tac: unicode('f51c');\n$ti-icon-ticket: unicode('eb3d');\n$ti-icon-ticket-off: unicode('f1b2');\n$ti-icon-tie: unicode('f07e');\n$ti-icon-tilde: unicode('f4a5');\n$ti-icon-tilt-shift: unicode('eefe');\n$ti-icon-tilt-shift-off: unicode('f1b3');\n$ti-icon-time-duration-0: unicode('fad4');\n$ti-icon-time-duration-10: unicode('fad5');\n$ti-icon-time-duration-15: unicode('fad6');\n$ti-icon-time-duration-30: unicode('fad7');\n$ti-icon-time-duration-45: unicode('fad8');\n$ti-icon-time-duration-5: unicode('fad9');\n$ti-icon-time-duration-60: unicode('fada');\n$ti-icon-time-duration-90: unicode('fadb');\n$ti-icon-time-duration-off: unicode('fadc');\n$ti-icon-timeline: unicode('f031');\n$ti-icon-timeline-event: unicode('f553');\n$ti-icon-timeline-event-exclamation: unicode('f662');\n$ti-icon-timeline-event-minus: unicode('f663');\n$ti-icon-timeline-event-plus: unicode('f664');\n$ti-icon-timeline-event-text: unicode('f665');\n$ti-icon-timeline-event-x: unicode('f666');\n$ti-icon-timezone: unicode('feed');\n$ti-icon-tip-jar: unicode('feea');\n$ti-icon-tip-jar-euro: unicode('feec');\n$ti-icon-tip-jar-pound: unicode('feeb');\n$ti-icon-tir: unicode('ebf0');\n$ti-icon-toggle-left: unicode('eb3e');\n$ti-icon-toggle-right: unicode('eb3f');\n$ti-icon-toilet-paper: unicode('efd3');\n$ti-icon-toilet-paper-off: unicode('f1b4');\n$ti-icon-toml: unicode('fa5d');\n$ti-icon-tool: unicode('eb40');\n$ti-icon-tools: unicode('ebca');\n$ti-icon-tools-kitchen: unicode('ed64');\n$ti-icon-tools-kitchen-2: unicode('eeff');\n$ti-icon-tools-kitchen-2-off: unicode('f1b5');\n$ti-icon-tools-kitchen-3: unicode('fd2b');\n$ti-icon-tools-kitchen-off: unicode('f1b6');\n$ti-icon-tools-off: unicode('f1b7');\n$ti-icon-tooltip: unicode('f2dd');\n$ti-icon-topology-bus: unicode('f5d9');\n$ti-icon-topology-complex: unicode('f5da');\n$ti-icon-topology-full: unicode('f5dc');\n$ti-icon-topology-full-hierarchy: unicode('f5db');\n$ti-icon-topology-ring: unicode('f5df');\n$ti-icon-topology-ring-2: unicode('f5dd');\n$ti-icon-topology-ring-3: unicode('f5de');\n$ti-icon-topology-star: unicode('f5e5');\n$ti-icon-topology-star-2: unicode('f5e0');\n$ti-icon-topology-star-3: unicode('f5e1');\n$ti-icon-topology-star-ring: unicode('f5e4');\n$ti-icon-topology-star-ring-2: unicode('f5e2');\n$ti-icon-topology-star-ring-3: unicode('f5e3');\n$ti-icon-torii: unicode('f59b');\n$ti-icon-tornado: unicode('ece2');\n$ti-icon-tournament: unicode('ecd0');\n$ti-icon-tower: unicode('f2cb');\n$ti-icon-tower-off: unicode('f2ca');\n$ti-icon-track: unicode('ef00');\n$ti-icon-tractor: unicode('ec0d');\n$ti-icon-trademark: unicode('ec0e');\n$ti-icon-traffic-cone: unicode('ec0f');\n$ti-icon-traffic-cone-off: unicode('f1b8');\n$ti-icon-traffic-lights: unicode('ed39');\n$ti-icon-traffic-lights-off: unicode('f1b9');\n$ti-icon-train: unicode('ed96');\n$ti-icon-transaction-bitcoin: unicode('fd6e');\n$ti-icon-transaction-dollar: unicode('fd6f');\n$ti-icon-transaction-euro: unicode('fd70');\n$ti-icon-transaction-pound: unicode('fd71');\n$ti-icon-transaction-rupee: unicode('fd85');\n$ti-icon-transaction-yen: unicode('fd72');\n$ti-icon-transaction-yuan: unicode('fd73');\n$ti-icon-transfer: unicode('fc1f');\n$ti-icon-transfer-in: unicode('ef2f');\n$ti-icon-transfer-out: unicode('ef30');\n$ti-icon-transfer-vertical: unicode('fc1e');\n$ti-icon-transform: unicode('f38e');\n$ti-icon-transform-point: unicode('fda9');\n$ti-icon-transform-point-bottom-left: unicode('fda5');\n$ti-icon-transform-point-bottom-right: unicode('fda6');\n$ti-icon-transform-point-top-left: unicode('fda7');\n$ti-icon-transform-point-top-right: unicode('fda8');\n$ti-icon-transition-bottom: unicode('f2b2');\n$ti-icon-transition-left: unicode('f2b3');\n$ti-icon-transition-right: unicode('f2b4');\n$ti-icon-transition-top: unicode('f2b5');\n$ti-icon-trash: unicode('eb41');\n$ti-icon-trash-off: unicode('ed65');\n$ti-icon-trash-x: unicode('ef88');\n$ti-icon-treadmill: unicode('fa6e');\n$ti-icon-tree: unicode('ef01');\n$ti-icon-trees: unicode('ec10');\n$ti-icon-trekking: unicode('f5ad');\n$ti-icon-trending-down: unicode('eb42');\n$ti-icon-trending-down-2: unicode('edc1');\n$ti-icon-trending-down-3: unicode('edc2');\n$ti-icon-trending-up: unicode('eb43');\n$ti-icon-trending-up-2: unicode('edc3');\n$ti-icon-trending-up-3: unicode('edc4');\n$ti-icon-triangle: unicode('eb44');\n$ti-icon-triangle-inverted: unicode('f01d');\n$ti-icon-triangle-minus: unicode('fc9b');\n$ti-icon-triangle-minus-2: unicode('fc9a');\n$ti-icon-triangle-off: unicode('ef02');\n$ti-icon-triangle-plus: unicode('fc9d');\n$ti-icon-triangle-plus-2: unicode('fc9c');\n$ti-icon-triangle-square-circle: unicode('ece8');\n$ti-icon-triangles: unicode('f0a5');\n$ti-icon-trident: unicode('ecc5');\n$ti-icon-trolley: unicode('f4cc');\n$ti-icon-trophy: unicode('eb45');\n$ti-icon-trophy-off: unicode('f438');\n$ti-icon-trowel: unicode('f368');\n$ti-icon-truck: unicode('ebc4');\n$ti-icon-truck-delivery: unicode('ec4b');\n$ti-icon-truck-loading: unicode('f1da');\n$ti-icon-truck-off: unicode('ef03');\n$ti-icon-truck-return: unicode('ec4c');\n$ti-icon-txt: unicode('f3b1');\n$ti-icon-typeface: unicode('fdab');\n$ti-icon-typography: unicode('ebc5');\n$ti-icon-typography-off: unicode('f1ba');\n$ti-icon-u-turn-left: unicode('fea2');\n$ti-icon-u-turn-right: unicode('fea1');\n$ti-icon-ufo: unicode('f26f');\n$ti-icon-ufo-off: unicode('f26e');\n$ti-icon-umbrella: unicode('ebf1');\n$ti-icon-umbrella-2: unicode('ff0e');\n$ti-icon-umbrella-closed: unicode('ff0c');\n$ti-icon-umbrella-closed-2: unicode('ff0d');\n$ti-icon-umbrella-off: unicode('f1bb');\n$ti-icon-underline: unicode('eba2');\n$ti-icon-universe: unicode('fcc4');\n$ti-icon-unlink: unicode('eb46');\n$ti-icon-upload: unicode('eb47');\n$ti-icon-urgent: unicode('eb48');\n$ti-icon-usb: unicode('f00c');\n$ti-icon-user: unicode('eb4d');\n$ti-icon-user-bitcoin: unicode('ff30');\n$ti-icon-user-bolt: unicode('f9d1');\n$ti-icon-user-cancel: unicode('f9d2');\n$ti-icon-user-check: unicode('eb49');\n$ti-icon-user-circle: unicode('ef68');\n$ti-icon-user-code: unicode('f9d3');\n$ti-icon-user-cog: unicode('f9d4');\n$ti-icon-user-dollar: unicode('f9d5');\n$ti-icon-user-down: unicode('f9d6');\n$ti-icon-user-edit: unicode('f7cc');\n$ti-icon-user-exclamation: unicode('ec12');\n$ti-icon-user-heart: unicode('f7cd');\n$ti-icon-user-hexagon: unicode('fc4e');\n$ti-icon-user-minus: unicode('eb4a');\n$ti-icon-user-off: unicode('ecf9');\n$ti-icon-user-pause: unicode('f9d7');\n$ti-icon-user-pentagon: unicode('fc4f');\n$ti-icon-user-pin: unicode('f7ce');\n$ti-icon-user-plus: unicode('eb4b');\n$ti-icon-user-question: unicode('f7cf');\n$ti-icon-user-scan: unicode('fcaf');\n$ti-icon-user-screen: unicode('fea0');\n$ti-icon-user-search: unicode('ef89');\n$ti-icon-user-share: unicode('f9d8');\n$ti-icon-user-shield: unicode('f7d0');\n$ti-icon-user-square: unicode('fc51');\n$ti-icon-user-square-rounded: unicode('fc50');\n$ti-icon-user-star: unicode('f7d1');\n$ti-icon-user-up: unicode('f7d2');\n$ti-icon-user-x: unicode('eb4c');\n$ti-icon-users: unicode('ebf2');\n$ti-icon-users-group: unicode('fa21');\n$ti-icon-users-minus: unicode('fa0e');\n$ti-icon-users-plus: unicode('fa0f');\n$ti-icon-uv-index: unicode('f3b2');\n$ti-icon-ux-circle: unicode('f369');\n$ti-icon-vaccine: unicode('ef04');\n$ti-icon-vaccine-bottle: unicode('ef69');\n$ti-icon-vaccine-bottle-off: unicode('f439');\n$ti-icon-vaccine-off: unicode('f1bc');\n$ti-icon-vacuum-cleaner: unicode('f5e6');\n$ti-icon-variable: unicode('ef05');\n$ti-icon-variable-minus: unicode('f36a');\n$ti-icon-variable-off: unicode('f1bd');\n$ti-icon-variable-plus: unicode('f36b');\n$ti-icon-vector: unicode('eca9');\n$ti-icon-vector-bezier: unicode('ef1d');\n$ti-icon-vector-bezier-2: unicode('f1a3');\n$ti-icon-vector-bezier-arc: unicode('f4cd');\n$ti-icon-vector-bezier-circle: unicode('f4ce');\n$ti-icon-vector-off: unicode('f1be');\n$ti-icon-vector-spline: unicode('f565');\n$ti-icon-vector-triangle: unicode('eca8');\n$ti-icon-vector-triangle-off: unicode('f1bf');\n$ti-icon-venus: unicode('ec86');\n$ti-icon-versions: unicode('ed52');\n$ti-icon-versions-off: unicode('f1c0');\n$ti-icon-video: unicode('ed22');\n$ti-icon-video-minus: unicode('ed1f');\n$ti-icon-video-off: unicode('ed20');\n$ti-icon-video-plus: unicode('ed21');\n$ti-icon-view-360: unicode('ed84');\n$ti-icon-view-360-arrow: unicode('f62f');\n$ti-icon-view-360-number: unicode('f566');\n$ti-icon-view-360-off: unicode('f1c1');\n$ti-icon-viewfinder: unicode('eb4e');\n$ti-icon-viewfinder-off: unicode('f1c2');\n$ti-icon-viewport-narrow: unicode('ebf3');\n$ti-icon-viewport-short: unicode('fee9');\n$ti-icon-viewport-tall: unicode('fee8');\n$ti-icon-viewport-wide: unicode('ebf4');\n$ti-icon-vinyl: unicode('f00d');\n$ti-icon-vip: unicode('f3b3');\n$ti-icon-vip-off: unicode('f43a');\n$ti-icon-virus: unicode('eb74');\n$ti-icon-virus-off: unicode('ed66');\n$ti-icon-virus-search: unicode('ed67');\n$ti-icon-vocabulary: unicode('ef1e');\n$ti-icon-vocabulary-off: unicode('f43b');\n$ti-icon-volcano: unicode('f79c');\n$ti-icon-volume: unicode('eb51');\n$ti-icon-volume-2: unicode('eb4f');\n$ti-icon-volume-3: unicode('eb50');\n$ti-icon-volume-off: unicode('f1c3');\n$ti-icon-vs: unicode('fc52');\n$ti-icon-walk: unicode('ec87');\n$ti-icon-wall: unicode('ef7a');\n$ti-icon-wall-off: unicode('f43c');\n$ti-icon-wallet: unicode('eb75');\n$ti-icon-wallet-off: unicode('f1c4');\n$ti-icon-wallpaper: unicode('ef56');\n$ti-icon-wallpaper-off: unicode('f1c5');\n$ti-icon-wand: unicode('ebcb');\n$ti-icon-wand-off: unicode('f1c6');\n$ti-icon-wash: unicode('f311');\n$ti-icon-wash-dry: unicode('f304');\n$ti-icon-wash-dry-1: unicode('f2fa');\n$ti-icon-wash-dry-2: unicode('f2fb');\n$ti-icon-wash-dry-3: unicode('f2fc');\n$ti-icon-wash-dry-a: unicode('f2fd');\n$ti-icon-wash-dry-dip: unicode('f2fe');\n$ti-icon-wash-dry-f: unicode('f2ff');\n$ti-icon-wash-dry-flat: unicode('fa7f');\n$ti-icon-wash-dry-hang: unicode('f300');\n$ti-icon-wash-dry-off: unicode('f301');\n$ti-icon-wash-dry-p: unicode('f302');\n$ti-icon-wash-dry-shade: unicode('f303');\n$ti-icon-wash-dry-w: unicode('f322');\n$ti-icon-wash-dryclean: unicode('f305');\n$ti-icon-wash-dryclean-off: unicode('f323');\n$ti-icon-wash-eco: unicode('fa80');\n$ti-icon-wash-gentle: unicode('f306');\n$ti-icon-wash-hand: unicode('fa81');\n$ti-icon-wash-machine: unicode('f25e');\n$ti-icon-wash-off: unicode('f307');\n$ti-icon-wash-press: unicode('f308');\n$ti-icon-wash-temperature-1: unicode('f309');\n$ti-icon-wash-temperature-2: unicode('f30a');\n$ti-icon-wash-temperature-3: unicode('f30b');\n$ti-icon-wash-temperature-4: unicode('f30c');\n$ti-icon-wash-temperature-5: unicode('f30d');\n$ti-icon-wash-temperature-6: unicode('f30e');\n$ti-icon-wash-tumble-dry: unicode('f30f');\n$ti-icon-wash-tumble-off: unicode('f310');\n$ti-icon-waterpolo: unicode('fa6f');\n$ti-icon-wave-saw-tool: unicode('ecd3');\n$ti-icon-wave-sine: unicode('ecd4');\n$ti-icon-wave-square: unicode('ecd5');\n$ti-icon-waves-electricity: unicode('fcc5');\n$ti-icon-webhook: unicode('f01e');\n$ti-icon-webhook-off: unicode('f43d');\n$ti-icon-weight: unicode('f589');\n$ti-icon-wheel: unicode('fc64');\n$ti-icon-wheelchair: unicode('f1db');\n$ti-icon-wheelchair-off: unicode('f43e');\n$ti-icon-whirl: unicode('f51d');\n$ti-icon-wifi: unicode('eb52');\n$ti-icon-wifi-0: unicode('eba3');\n$ti-icon-wifi-1: unicode('eba4');\n$ti-icon-wifi-2: unicode('eba5');\n$ti-icon-wifi-off: unicode('ecfa');\n$ti-icon-wind: unicode('ec34');\n$ti-icon-wind-electricity: unicode('fcc6');\n$ti-icon-wind-off: unicode('f1c7');\n$ti-icon-windmill: unicode('ed85');\n$ti-icon-windmill-off: unicode('f1c8');\n$ti-icon-window: unicode('ef06');\n$ti-icon-window-maximize: unicode('f1f1');\n$ti-icon-window-minimize: unicode('f1f2');\n$ti-icon-window-off: unicode('f1c9');\n$ti-icon-windsock: unicode('f06d');\n$ti-icon-wiper: unicode('ecab');\n$ti-icon-wiper-wash: unicode('ecaa');\n$ti-icon-woman: unicode('eb53');\n$ti-icon-wood: unicode('f359');\n$ti-icon-world: unicode('eb54');\n$ti-icon-world-bolt: unicode('f9d9');\n$ti-icon-world-cancel: unicode('f9da');\n$ti-icon-world-check: unicode('f9db');\n$ti-icon-world-code: unicode('f9dc');\n$ti-icon-world-cog: unicode('f9dd');\n$ti-icon-world-dollar: unicode('f9de');\n$ti-icon-world-down: unicode('f9df');\n$ti-icon-world-download: unicode('ef8a');\n$ti-icon-world-exclamation: unicode('f9e0');\n$ti-icon-world-heart: unicode('f9e1');\n$ti-icon-world-latitude: unicode('ed2e');\n$ti-icon-world-longitude: unicode('ed2f');\n$ti-icon-world-minus: unicode('f9e2');\n$ti-icon-world-off: unicode('f1ca');\n$ti-icon-world-pause: unicode('f9e3');\n$ti-icon-world-pin: unicode('f9e4');\n$ti-icon-world-plus: unicode('f9e5');\n$ti-icon-world-question: unicode('f9e6');\n$ti-icon-world-search: unicode('f9e7');\n$ti-icon-world-share: unicode('f9e8');\n$ti-icon-world-star: unicode('f9e9');\n$ti-icon-world-up: unicode('f9ea');\n$ti-icon-world-upload: unicode('ef8b');\n$ti-icon-world-www: unicode('f38f');\n$ti-icon-world-x: unicode('f9eb');\n$ti-icon-wrecking-ball: unicode('ed97');\n$ti-icon-writing: unicode('ef08');\n$ti-icon-writing-off: unicode('f1cb');\n$ti-icon-writing-sign: unicode('ef07');\n$ti-icon-writing-sign-off: unicode('f1cc');\n$ti-icon-x: unicode('eb55');\n$ti-icon-x-power-y: unicode('10072');\n$ti-icon-xbox-a: unicode('f2b6');\n$ti-icon-xbox-b: unicode('f2b7');\n$ti-icon-xbox-x: unicode('f2b8');\n$ti-icon-xbox-y: unicode('f2b9');\n$ti-icon-xd: unicode('fa33');\n$ti-icon-xxx: unicode('fc20');\n$ti-icon-yin-yang: unicode('ec35');\n$ti-icon-yoga: unicode('f01f');\n$ti-icon-zeppelin: unicode('f270');\n$ti-icon-zeppelin-off: unicode('f43f');\n$ti-icon-zip: unicode('f3b4');\n$ti-icon-zodiac-aquarius: unicode('ecac');\n$ti-icon-zodiac-aries: unicode('ecad');\n$ti-icon-zodiac-cancer: unicode('ecae');\n$ti-icon-zodiac-capricorn: unicode('ecaf');\n$ti-icon-zodiac-gemini: unicode('ecb0');\n$ti-icon-zodiac-leo: unicode('ecb1');\n$ti-icon-zodiac-libra: unicode('ecb2');\n$ti-icon-zodiac-pisces: unicode('ecb3');\n$ti-icon-zodiac-sagittarius: unicode('ecb4');\n$ti-icon-zodiac-scorpio: unicode('ecb5');\n$ti-icon-zodiac-taurus: unicode('ecb6');\n$ti-icon-zodiac-virgo: unicode('ecb7');\n$ti-icon-zoom: unicode('fdaa');\n$ti-icon-zoom-cancel: unicode('ec4d');\n$ti-icon-zoom-check: unicode('ef09');\n$ti-icon-zoom-code: unicode('f07f');\n$ti-icon-zoom-exclamation: unicode('f080');\n$ti-icon-zoom-in: unicode('eb56');\n$ti-icon-zoom-in-area: unicode('f1dc');\n$ti-icon-zoom-money: unicode('ef0a');\n$ti-icon-zoom-out: unicode('eb57');\n$ti-icon-zoom-out-area: unicode('f1dd');\n$ti-icon-zoom-pan: unicode('f1de');\n$ti-icon-zoom-question: unicode('edeb');\n$ti-icon-zoom-replace: unicode('f2a7');\n$ti-icon-zoom-reset: unicode('f295');\n$ti-icon-zoom-scan: unicode('fcb0');\n$ti-icon-zzz: unicode('f228');\n$ti-icon-zzz-off: unicode('f440');\n\n\n.#{$ti-prefix}-a-b:before { content: $ti-icon-a-b; }\n.#{$ti-prefix}-a-b-2:before { content: $ti-icon-a-b-2; }\n.#{$ti-prefix}-a-b-off:before { content: $ti-icon-a-b-off; }\n.#{$ti-prefix}-abacus:before { content: $ti-icon-abacus; }\n.#{$ti-prefix}-abacus-off:before { content: $ti-icon-abacus-off; }\n.#{$ti-prefix}-abc:before { content: $ti-icon-abc; }\n.#{$ti-prefix}-access-point:before { content: $ti-icon-access-point; }\n.#{$ti-prefix}-access-point-off:before { content: $ti-icon-access-point-off; }\n.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; }\n.#{$ti-prefix}-accessible-off:before { content: $ti-icon-accessible-off; }\n.#{$ti-prefix}-activity:before { content: $ti-icon-activity; }\n.#{$ti-prefix}-activity-heartbeat:before { content: $ti-icon-activity-heartbeat; }\n.#{$ti-prefix}-ad:before { content: $ti-icon-ad; }\n.#{$ti-prefix}-ad-2:before { content: $ti-icon-ad-2; }\n.#{$ti-prefix}-ad-circle:before { content: $ti-icon-ad-circle; }\n.#{$ti-prefix}-ad-circle-off:before { content: $ti-icon-ad-circle-off; }\n.#{$ti-prefix}-ad-off:before { content: $ti-icon-ad-off; }\n.#{$ti-prefix}-address-book:before { content: $ti-icon-address-book; }\n.#{$ti-prefix}-address-book-off:before { content: $ti-icon-address-book-off; }\n.#{$ti-prefix}-adjustments:before { content: $ti-icon-adjustments; }\n.#{$ti-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; }\n.#{$ti-prefix}-adjustments-bolt:before { content: $ti-icon-adjustments-bolt; }\n.#{$ti-prefix}-adjustments-cancel:before { content: $ti-icon-adjustments-cancel; }\n.#{$ti-prefix}-adjustments-check:before { content: $ti-icon-adjustments-check; }\n.#{$ti-prefix}-adjustments-code:before { content: $ti-icon-adjustments-code; }\n.#{$ti-prefix}-adjustments-cog:before { content: $ti-icon-adjustments-cog; }\n.#{$ti-prefix}-adjustments-dollar:before { content: $ti-icon-adjustments-dollar; }\n.#{$ti-prefix}-adjustments-down:before { content: $ti-icon-adjustments-down; }\n.#{$ti-prefix}-adjustments-exclamation:before { content: $ti-icon-adjustments-exclamation; }\n.#{$ti-prefix}-adjustments-heart:before { content: $ti-icon-adjustments-heart; }\n.#{$ti-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; }\n.#{$ti-prefix}-adjustments-minus:before { content: $ti-icon-adjustments-minus; }\n.#{$ti-prefix}-adjustments-off:before { content: $ti-icon-adjustments-off; }\n.#{$ti-prefix}-adjustments-pause:before { content: $ti-icon-adjustments-pause; }\n.#{$ti-prefix}-adjustments-pin:before { content: $ti-icon-adjustments-pin; }\n.#{$ti-prefix}-adjustments-plus:before { content: $ti-icon-adjustments-plus; }\n.#{$ti-prefix}-adjustments-question:before { content: $ti-icon-adjustments-question; }\n.#{$ti-prefix}-adjustments-search:before { content: $ti-icon-adjustments-search; }\n.#{$ti-prefix}-adjustments-share:before { content: $ti-icon-adjustments-share; }\n.#{$ti-prefix}-adjustments-spark:before { content: $ti-icon-adjustments-spark; }\n.#{$ti-prefix}-adjustments-star:before { content: $ti-icon-adjustments-star; }\n.#{$ti-prefix}-adjustments-up:before { content: $ti-icon-adjustments-up; }\n.#{$ti-prefix}-adjustments-x:before { content: $ti-icon-adjustments-x; }\n.#{$ti-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; }\n.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; }\n.#{$ti-prefix}-ai:before { content: $ti-icon-ai; }\n.#{$ti-prefix}-air-balloon:before { content: $ti-icon-air-balloon; }\n.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }\n.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }\n.#{$ti-prefix}-air-traffic-control:before { content: $ti-icon-air-traffic-control; }\n.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }\n.#{$ti-prefix}-alarm-average:before { content: $ti-icon-alarm-average; }\n.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }\n.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; }\n.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }\n.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }\n.#{$ti-prefix}-album:before { content: $ti-icon-album; }\n.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }\n.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }\n.#{$ti-prefix}-alert-circle-off:before { content: $ti-icon-alert-circle-off; }\n.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; }\n.#{$ti-prefix}-alert-hexagon-off:before { content: $ti-icon-alert-hexagon-off; }\n.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }\n.#{$ti-prefix}-alert-small:before { content: $ti-icon-alert-small; }\n.#{$ti-prefix}-alert-small-off:before { content: $ti-icon-alert-small-off; }\n.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; }\n.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; }\n.#{$ti-prefix}-alert-square-rounded-off:before { content: $ti-icon-alert-square-rounded-off; }\n.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }\n.#{$ti-prefix}-alert-triangle-off:before { content: $ti-icon-alert-triangle-off; }\n.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }\n.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }\n.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }\n.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; }\n.#{$ti-prefix}-align-box-center-bottom:before { content: $ti-icon-align-box-center-bottom; }\n.#{$ti-prefix}-align-box-center-middle:before { content: $ti-icon-align-box-center-middle; }\n.#{$ti-prefix}-align-box-center-stretch:before { content: $ti-icon-align-box-center-stretch; }\n.#{$ti-prefix}-align-box-center-top:before { content: $ti-icon-align-box-center-top; }\n.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; }\n.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; }\n.#{$ti-prefix}-align-box-left-stretch:before { content: $ti-icon-align-box-left-stretch; }\n.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; }\n.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; }\n.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }\n.#{$ti-prefix}-align-box-right-stretch:before { content: $ti-icon-align-box-right-stretch; }\n.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; }\n.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; }\n.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; }\n.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; }\n.#{$ti-prefix}-align-center:before { content: $ti-icon-align-center; }\n.#{$ti-prefix}-align-justified:before { content: $ti-icon-align-justified; }\n.#{$ti-prefix}-align-left:before { content: $ti-icon-align-left; }\n.#{$ti-prefix}-align-left-2:before { content: $ti-icon-align-left-2; }\n.#{$ti-prefix}-align-right:before { content: $ti-icon-align-right; }\n.#{$ti-prefix}-align-right-2:before { content: $ti-icon-align-right-2; }\n.#{$ti-prefix}-alpha:before { content: $ti-icon-alpha; }\n.#{$ti-prefix}-alphabet-arabic:before { content: $ti-icon-alphabet-arabic; }\n.#{$ti-prefix}-alphabet-bangla:before { content: $ti-icon-alphabet-bangla; }\n.#{$ti-prefix}-alphabet-cyrillic:before { content: $ti-icon-alphabet-cyrillic; }\n.#{$ti-prefix}-alphabet-greek:before { content: $ti-icon-alphabet-greek; }\n.#{$ti-prefix}-alphabet-hebrew:before { content: $ti-icon-alphabet-hebrew; }\n.#{$ti-prefix}-alphabet-korean:before { content: $ti-icon-alphabet-korean; }\n.#{$ti-prefix}-alphabet-latin:before { content: $ti-icon-alphabet-latin; }\n.#{$ti-prefix}-alphabet-thai:before { content: $ti-icon-alphabet-thai; }\n.#{$ti-prefix}-alt:before { content: $ti-icon-alt; }\n.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }\n.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }\n.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }\n.#{$ti-prefix}-analyze-off:before { content: $ti-icon-analyze-off; }\n.#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; }\n.#{$ti-prefix}-anchor-off:before { content: $ti-icon-anchor-off; }\n.#{$ti-prefix}-angle:before { content: $ti-icon-angle; }\n.#{$ti-prefix}-ankh:before { content: $ti-icon-ankh; }\n.#{$ti-prefix}-antenna:before { content: $ti-icon-antenna; }\n.#{$ti-prefix}-antenna-bars-1:before { content: $ti-icon-antenna-bars-1; }\n.#{$ti-prefix}-antenna-bars-2:before { content: $ti-icon-antenna-bars-2; }\n.#{$ti-prefix}-antenna-bars-3:before { content: $ti-icon-antenna-bars-3; }\n.#{$ti-prefix}-antenna-bars-4:before { content: $ti-icon-antenna-bars-4; }\n.#{$ti-prefix}-antenna-bars-5:before { content: $ti-icon-antenna-bars-5; }\n.#{$ti-prefix}-antenna-bars-off:before { content: $ti-icon-antenna-bars-off; }\n.#{$ti-prefix}-antenna-off:before { content: $ti-icon-antenna-off; }\n.#{$ti-prefix}-aperture:before { content: $ti-icon-aperture; }\n.#{$ti-prefix}-aperture-off:before { content: $ti-icon-aperture-off; }\n.#{$ti-prefix}-api:before { content: $ti-icon-api; }\n.#{$ti-prefix}-api-app:before { content: $ti-icon-api-app; }\n.#{$ti-prefix}-api-app-off:before { content: $ti-icon-api-app-off; }\n.#{$ti-prefix}-api-off:before { content: $ti-icon-api-off; }\n.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }\n.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }\n.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }\n.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }\n.#{$ti-prefix}-archery-arrow:before { content: $ti-icon-archery-arrow; }\n.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }\n.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }\n.#{$ti-prefix}-armchair:before { content: $ti-icon-armchair; }\n.#{$ti-prefix}-armchair-2:before { content: $ti-icon-armchair-2; }\n.#{$ti-prefix}-armchair-2-off:before { content: $ti-icon-armchair-2-off; }\n.#{$ti-prefix}-armchair-off:before { content: $ti-icon-armchair-off; }\n.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }\n.#{$ti-prefix}-arrow-autofit-down:before { content: $ti-icon-arrow-autofit-down; }\n.#{$ti-prefix}-arrow-autofit-height:before { content: $ti-icon-arrow-autofit-height; }\n.#{$ti-prefix}-arrow-autofit-left:before { content: $ti-icon-arrow-autofit-left; }\n.#{$ti-prefix}-arrow-autofit-right:before { content: $ti-icon-arrow-autofit-right; }\n.#{$ti-prefix}-arrow-autofit-up:before { content: $ti-icon-arrow-autofit-up; }\n.#{$ti-prefix}-arrow-autofit-width:before { content: $ti-icon-arrow-autofit-width; }\n.#{$ti-prefix}-arrow-back:before { content: $ti-icon-arrow-back; }\n.#{$ti-prefix}-arrow-back-up:before { content: $ti-icon-arrow-back-up; }\n.#{$ti-prefix}-arrow-back-up-double:before { content: $ti-icon-arrow-back-up-double; }\n.#{$ti-prefix}-arrow-badge-down:before { content: $ti-icon-arrow-badge-down; }\n.#{$ti-prefix}-arrow-badge-left:before { content: $ti-icon-arrow-badge-left; }\n.#{$ti-prefix}-arrow-badge-right:before { content: $ti-icon-arrow-badge-right; }\n.#{$ti-prefix}-arrow-badge-up:before { content: $ti-icon-arrow-badge-up; }\n.#{$ti-prefix}-arrow-bar-both:before { content: $ti-icon-arrow-bar-both; }\n.#{$ti-prefix}-arrow-bar-down:before { content: $ti-icon-arrow-bar-down; }\n.#{$ti-prefix}-arrow-bar-left:before { content: $ti-icon-arrow-bar-left; }\n.#{$ti-prefix}-arrow-bar-right:before { content: $ti-icon-arrow-bar-right; }\n.#{$ti-prefix}-arrow-bar-to-down:before { content: $ti-icon-arrow-bar-to-down; }\n.#{$ti-prefix}-arrow-bar-to-left:before { content: $ti-icon-arrow-bar-to-left; }\n.#{$ti-prefix}-arrow-bar-to-right:before { content: $ti-icon-arrow-bar-to-right; }\n.#{$ti-prefix}-arrow-bar-to-up:before { content: $ti-icon-arrow-bar-to-up; }\n.#{$ti-prefix}-arrow-bar-up:before { content: $ti-icon-arrow-bar-up; }\n.#{$ti-prefix}-arrow-bear-left:before { content: $ti-icon-arrow-bear-left; }\n.#{$ti-prefix}-arrow-bear-left-2:before { content: $ti-icon-arrow-bear-left-2; }\n.#{$ti-prefix}-arrow-bear-right:before { content: $ti-icon-arrow-bear-right; }\n.#{$ti-prefix}-arrow-bear-right-2:before { content: $ti-icon-arrow-bear-right-2; }\n.#{$ti-prefix}-arrow-big-down:before { content: $ti-icon-arrow-big-down; }\n.#{$ti-prefix}-arrow-big-down-line:before { content: $ti-icon-arrow-big-down-line; }\n.#{$ti-prefix}-arrow-big-down-lines:before { content: $ti-icon-arrow-big-down-lines; }\n.#{$ti-prefix}-arrow-big-left:before { content: $ti-icon-arrow-big-left; }\n.#{$ti-prefix}-arrow-big-left-line:before { content: $ti-icon-arrow-big-left-line; }\n.#{$ti-prefix}-arrow-big-left-lines:before { content: $ti-icon-arrow-big-left-lines; }\n.#{$ti-prefix}-arrow-big-right:before { content: $ti-icon-arrow-big-right; }\n.#{$ti-prefix}-arrow-big-right-line:before { content: $ti-icon-arrow-big-right-line; }\n.#{$ti-prefix}-arrow-big-right-lines:before { content: $ti-icon-arrow-big-right-lines; }\n.#{$ti-prefix}-arrow-big-up:before { content: $ti-icon-arrow-big-up; }\n.#{$ti-prefix}-arrow-big-up-line:before { content: $ti-icon-arrow-big-up-line; }\n.#{$ti-prefix}-arrow-big-up-lines:before { content: $ti-icon-arrow-big-up-lines; }\n.#{$ti-prefix}-arrow-bounce:before { content: $ti-icon-arrow-bounce; }\n.#{$ti-prefix}-arrow-capsule:before { content: $ti-icon-arrow-capsule; }\n.#{$ti-prefix}-arrow-curve-left:before { content: $ti-icon-arrow-curve-left; }\n.#{$ti-prefix}-arrow-curve-right:before { content: $ti-icon-arrow-curve-right; }\n.#{$ti-prefix}-arrow-down:before { content: $ti-icon-arrow-down; }\n.#{$ti-prefix}-arrow-down-bar:before { content: $ti-icon-arrow-down-bar; }\n.#{$ti-prefix}-arrow-down-circle:before { content: $ti-icon-arrow-down-circle; }\n.#{$ti-prefix}-arrow-down-dashed:before { content: $ti-icon-arrow-down-dashed; }\n.#{$ti-prefix}-arrow-down-from-arc:before { content: $ti-icon-arrow-down-from-arc; }\n.#{$ti-prefix}-arrow-down-left:before { content: $ti-icon-arrow-down-left; }\n.#{$ti-prefix}-arrow-down-left-circle:before { content: $ti-icon-arrow-down-left-circle; }\n.#{$ti-prefix}-arrow-down-rhombus:before { content: $ti-icon-arrow-down-rhombus; }\n.#{$ti-prefix}-arrow-down-right:before { content: $ti-icon-arrow-down-right; }\n.#{$ti-prefix}-arrow-down-right-circle:before { content: $ti-icon-arrow-down-right-circle; }\n.#{$ti-prefix}-arrow-down-square:before { content: $ti-icon-arrow-down-square; }\n.#{$ti-prefix}-arrow-down-tail:before { content: $ti-icon-arrow-down-tail; }\n.#{$ti-prefix}-arrow-down-to-arc:before { content: $ti-icon-arrow-down-to-arc; }\n.#{$ti-prefix}-arrow-elbow-left:before { content: $ti-icon-arrow-elbow-left; }\n.#{$ti-prefix}-arrow-elbow-right:before { content: $ti-icon-arrow-elbow-right; }\n.#{$ti-prefix}-arrow-fork:before { content: $ti-icon-arrow-fork; }\n.#{$ti-prefix}-arrow-forward:before { content: $ti-icon-arrow-forward; }\n.#{$ti-prefix}-arrow-forward-up:before { content: $ti-icon-arrow-forward-up; }\n.#{$ti-prefix}-arrow-forward-up-double:before { content: $ti-icon-arrow-forward-up-double; }\n.#{$ti-prefix}-arrow-guide:before { content: $ti-icon-arrow-guide; }\n.#{$ti-prefix}-arrow-iteration:before { content: $ti-icon-arrow-iteration; }\n.#{$ti-prefix}-arrow-left:before { content: $ti-icon-arrow-left; }\n.#{$ti-prefix}-arrow-left-bar:before { content: $ti-icon-arrow-left-bar; }\n.#{$ti-prefix}-arrow-left-circle:before { content: $ti-icon-arrow-left-circle; }\n.#{$ti-prefix}-arrow-left-dashed:before { content: $ti-icon-arrow-left-dashed; }\n.#{$ti-prefix}-arrow-left-from-arc:before { content: $ti-icon-arrow-left-from-arc; }\n.#{$ti-prefix}-arrow-left-rhombus:before { content: $ti-icon-arrow-left-rhombus; }\n.#{$ti-prefix}-arrow-left-right:before { content: $ti-icon-arrow-left-right; }\n.#{$ti-prefix}-arrow-left-square:before { content: $ti-icon-arrow-left-square; }\n.#{$ti-prefix}-arrow-left-tail:before { content: $ti-icon-arrow-left-tail; }\n.#{$ti-prefix}-arrow-left-to-arc:before { content: $ti-icon-arrow-left-to-arc; }\n.#{$ti-prefix}-arrow-loop-left:before { content: $ti-icon-arrow-loop-left; }\n.#{$ti-prefix}-arrow-loop-left-2:before { content: $ti-icon-arrow-loop-left-2; }\n.#{$ti-prefix}-arrow-loop-right:before { content: $ti-icon-arrow-loop-right; }\n.#{$ti-prefix}-arrow-loop-right-2:before { content: $ti-icon-arrow-loop-right-2; }\n.#{$ti-prefix}-arrow-merge:before { content: $ti-icon-arrow-merge; }\n.#{$ti-prefix}-arrow-merge-alt-left:before { content: $ti-icon-arrow-merge-alt-left; }\n.#{$ti-prefix}-arrow-merge-alt-right:before { content: $ti-icon-arrow-merge-alt-right; }\n.#{$ti-prefix}-arrow-merge-both:before { content: $ti-icon-arrow-merge-both; }\n.#{$ti-prefix}-arrow-merge-left:before { content: $ti-icon-arrow-merge-left; }\n.#{$ti-prefix}-arrow-merge-right:before { content: $ti-icon-arrow-merge-right; }\n.#{$ti-prefix}-arrow-move-down:before { content: $ti-icon-arrow-move-down; }\n.#{$ti-prefix}-arrow-move-left:before { content: $ti-icon-arrow-move-left; }\n.#{$ti-prefix}-arrow-move-right:before { content: $ti-icon-arrow-move-right; }\n.#{$ti-prefix}-arrow-move-up:before { content: $ti-icon-arrow-move-up; }\n.#{$ti-prefix}-arrow-narrow-down:before { content: $ti-icon-arrow-narrow-down; }\n.#{$ti-prefix}-arrow-narrow-down-dashed:before { content: $ti-icon-arrow-narrow-down-dashed; }\n.#{$ti-prefix}-arrow-narrow-left:before { content: $ti-icon-arrow-narrow-left; }\n.#{$ti-prefix}-arrow-narrow-left-dashed:before { content: $ti-icon-arrow-narrow-left-dashed; }\n.#{$ti-prefix}-arrow-narrow-right:before { content: $ti-icon-arrow-narrow-right; }\n.#{$ti-prefix}-arrow-narrow-right-dashed:before { content: $ti-icon-arrow-narrow-right-dashed; }\n.#{$ti-prefix}-arrow-narrow-up:before { content: $ti-icon-arrow-narrow-up; }\n.#{$ti-prefix}-arrow-narrow-up-dashed:before { content: $ti-icon-arrow-narrow-up-dashed; }\n.#{$ti-prefix}-arrow-ramp-left:before { content: $ti-icon-arrow-ramp-left; }\n.#{$ti-prefix}-arrow-ramp-left-2:before { content: $ti-icon-arrow-ramp-left-2; }\n.#{$ti-prefix}-arrow-ramp-left-3:before { content: $ti-icon-arrow-ramp-left-3; }\n.#{$ti-prefix}-arrow-ramp-right:before { content: $ti-icon-arrow-ramp-right; }\n.#{$ti-prefix}-arrow-ramp-right-2:before { content: $ti-icon-arrow-ramp-right-2; }\n.#{$ti-prefix}-arrow-ramp-right-3:before { content: $ti-icon-arrow-ramp-right-3; }\n.#{$ti-prefix}-arrow-right:before { content: $ti-icon-arrow-right; }\n.#{$ti-prefix}-arrow-right-bar:before { content: $ti-icon-arrow-right-bar; }\n.#{$ti-prefix}-arrow-right-circle:before { content: $ti-icon-arrow-right-circle; }\n.#{$ti-prefix}-arrow-right-dashed:before { content: $ti-icon-arrow-right-dashed; }\n.#{$ti-prefix}-arrow-right-from-arc:before { content: $ti-icon-arrow-right-from-arc; }\n.#{$ti-prefix}-arrow-right-rhombus:before { content: $ti-icon-arrow-right-rhombus; }\n.#{$ti-prefix}-arrow-right-square:before { content: $ti-icon-arrow-right-square; }\n.#{$ti-prefix}-arrow-right-tail:before { content: $ti-icon-arrow-right-tail; }\n.#{$ti-prefix}-arrow-right-to-arc:before { content: $ti-icon-arrow-right-to-arc; }\n.#{$ti-prefix}-arrow-rotary-first-left:before { content: $ti-icon-arrow-rotary-first-left; }\n.#{$ti-prefix}-arrow-rotary-first-right:before { content: $ti-icon-arrow-rotary-first-right; }\n.#{$ti-prefix}-arrow-rotary-last-left:before { content: $ti-icon-arrow-rotary-last-left; }\n.#{$ti-prefix}-arrow-rotary-last-right:before { content: $ti-icon-arrow-rotary-last-right; }\n.#{$ti-prefix}-arrow-rotary-left:before { content: $ti-icon-arrow-rotary-left; }\n.#{$ti-prefix}-arrow-rotary-right:before { content: $ti-icon-arrow-rotary-right; }\n.#{$ti-prefix}-arrow-rotary-straight:before { content: $ti-icon-arrow-rotary-straight; }\n.#{$ti-prefix}-arrow-roundabout-left:before { content: $ti-icon-arrow-roundabout-left; }\n.#{$ti-prefix}-arrow-roundabout-right:before { content: $ti-icon-arrow-roundabout-right; }\n.#{$ti-prefix}-arrow-sharp-turn-left:before { content: $ti-icon-arrow-sharp-turn-left; }\n.#{$ti-prefix}-arrow-sharp-turn-right:before { content: $ti-icon-arrow-sharp-turn-right; }\n.#{$ti-prefix}-arrow-up:before { content: $ti-icon-arrow-up; }\n.#{$ti-prefix}-arrow-up-bar:before { content: $ti-icon-arrow-up-bar; }\n.#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; }\n.#{$ti-prefix}-arrow-up-dashed:before { content: $ti-icon-arrow-up-dashed; }\n.#{$ti-prefix}-arrow-up-from-arc:before { content: $ti-icon-arrow-up-from-arc; }\n.#{$ti-prefix}-arrow-up-left:before { content: $ti-icon-arrow-up-left; }\n.#{$ti-prefix}-arrow-up-left-circle:before { content: $ti-icon-arrow-up-left-circle; }\n.#{$ti-prefix}-arrow-up-rhombus:before { content: $ti-icon-arrow-up-rhombus; }\n.#{$ti-prefix}-arrow-up-right:before { content: $ti-icon-arrow-up-right; }\n.#{$ti-prefix}-arrow-up-right-circle:before { content: $ti-icon-arrow-up-right-circle; }\n.#{$ti-prefix}-arrow-up-square:before { content: $ti-icon-arrow-up-square; }\n.#{$ti-prefix}-arrow-up-tail:before { content: $ti-icon-arrow-up-tail; }\n.#{$ti-prefix}-arrow-up-to-arc:before { content: $ti-icon-arrow-up-to-arc; }\n.#{$ti-prefix}-arrow-wave-left-down:before { content: $ti-icon-arrow-wave-left-down; }\n.#{$ti-prefix}-arrow-wave-left-up:before { content: $ti-icon-arrow-wave-left-up; }\n.#{$ti-prefix}-arrow-wave-right-down:before { content: $ti-icon-arrow-wave-right-down; }\n.#{$ti-prefix}-arrow-wave-right-up:before { content: $ti-icon-arrow-wave-right-up; }\n.#{$ti-prefix}-arrow-zig-zag:before { content: $ti-icon-arrow-zig-zag; }\n.#{$ti-prefix}-arrows-cross:before { content: $ti-icon-arrows-cross; }\n.#{$ti-prefix}-arrows-diagonal:before { content: $ti-icon-arrows-diagonal; }\n.#{$ti-prefix}-arrows-diagonal-2:before { content: $ti-icon-arrows-diagonal-2; }\n.#{$ti-prefix}-arrows-diagonal-minimize:before { content: $ti-icon-arrows-diagonal-minimize; }\n.#{$ti-prefix}-arrows-diagonal-minimize-2:before { content: $ti-icon-arrows-diagonal-minimize-2; }\n.#{$ti-prefix}-arrows-diff:before { content: $ti-icon-arrows-diff; }\n.#{$ti-prefix}-arrows-double-ne-sw:before { content: $ti-icon-arrows-double-ne-sw; }\n.#{$ti-prefix}-arrows-double-nw-se:before { content: $ti-icon-arrows-double-nw-se; }\n.#{$ti-prefix}-arrows-double-se-nw:before { content: $ti-icon-arrows-double-se-nw; }\n.#{$ti-prefix}-arrows-double-sw-ne:before { content: $ti-icon-arrows-double-sw-ne; }\n.#{$ti-prefix}-arrows-down:before { content: $ti-icon-arrows-down; }\n.#{$ti-prefix}-arrows-down-up:before { content: $ti-icon-arrows-down-up; }\n.#{$ti-prefix}-arrows-exchange:before { content: $ti-icon-arrows-exchange; }\n.#{$ti-prefix}-arrows-exchange-2:before { content: $ti-icon-arrows-exchange-2; }\n.#{$ti-prefix}-arrows-horizontal:before { content: $ti-icon-arrows-horizontal; }\n.#{$ti-prefix}-arrows-join:before { content: $ti-icon-arrows-join; }\n.#{$ti-prefix}-arrows-join-2:before { content: $ti-icon-arrows-join-2; }\n.#{$ti-prefix}-arrows-left:before { content: $ti-icon-arrows-left; }\n.#{$ti-prefix}-arrows-left-down:before { content: $ti-icon-arrows-left-down; }\n.#{$ti-prefix}-arrows-left-right:before { content: $ti-icon-arrows-left-right; }\n.#{$ti-prefix}-arrows-maximize:before { content: $ti-icon-arrows-maximize; }\n.#{$ti-prefix}-arrows-minimize:before { content: $ti-icon-arrows-minimize; }\n.#{$ti-prefix}-arrows-move:before { content: $ti-icon-arrows-move; }\n.#{$ti-prefix}-arrows-move-horizontal:before { content: $ti-icon-arrows-move-horizontal; }\n.#{$ti-prefix}-arrows-move-vertical:before { content: $ti-icon-arrows-move-vertical; }\n.#{$ti-prefix}-arrows-random:before { content: $ti-icon-arrows-random; }\n.#{$ti-prefix}-arrows-right:before { content: $ti-icon-arrows-right; }\n.#{$ti-prefix}-arrows-right-down:before { content: $ti-icon-arrows-right-down; }\n.#{$ti-prefix}-arrows-right-left:before { content: $ti-icon-arrows-right-left; }\n.#{$ti-prefix}-arrows-shuffle:before { content: $ti-icon-arrows-shuffle; }\n.#{$ti-prefix}-arrows-shuffle-2:before { content: $ti-icon-arrows-shuffle-2; }\n.#{$ti-prefix}-arrows-sort:before { content: $ti-icon-arrows-sort; }\n.#{$ti-prefix}-arrows-split:before { content: $ti-icon-arrows-split; }\n.#{$ti-prefix}-arrows-split-2:before { content: $ti-icon-arrows-split-2; }\n.#{$ti-prefix}-arrows-transfer-down:before { content: $ti-icon-arrows-transfer-down; }\n.#{$ti-prefix}-arrows-transfer-up:before { content: $ti-icon-arrows-transfer-up; }\n.#{$ti-prefix}-arrows-transfer-up-down:before { content: $ti-icon-arrows-transfer-up-down; }\n.#{$ti-prefix}-arrows-up:before { content: $ti-icon-arrows-up; }\n.#{$ti-prefix}-arrows-up-down:before { content: $ti-icon-arrows-up-down; }\n.#{$ti-prefix}-arrows-up-left:before { content: $ti-icon-arrows-up-left; }\n.#{$ti-prefix}-arrows-up-right:before { content: $ti-icon-arrows-up-right; }\n.#{$ti-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; }\n.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; }\n.#{$ti-prefix}-artboard-off:before { content: $ti-icon-artboard-off; }\n.#{$ti-prefix}-article:before { content: $ti-icon-article; }\n.#{$ti-prefix}-article-off:before { content: $ti-icon-article-off; }\n.#{$ti-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; }\n.#{$ti-prefix}-aspect-ratio-off:before { content: $ti-icon-aspect-ratio-off; }\n.#{$ti-prefix}-assembly:before { content: $ti-icon-assembly; }\n.#{$ti-prefix}-assembly-off:before { content: $ti-icon-assembly-off; }\n.#{$ti-prefix}-asset:before { content: $ti-icon-asset; }\n.#{$ti-prefix}-asterisk:before { content: $ti-icon-asterisk; }\n.#{$ti-prefix}-asterisk-simple:before { content: $ti-icon-asterisk-simple; }\n.#{$ti-prefix}-at:before { content: $ti-icon-at; }\n.#{$ti-prefix}-at-off:before { content: $ti-icon-at-off; }\n.#{$ti-prefix}-atom:before { content: $ti-icon-atom; }\n.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }\n.#{$ti-prefix}-atom-off:before { content: $ti-icon-atom-off; }\n.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; }\n.#{$ti-prefix}-augmented-reality-2:before { content: $ti-icon-augmented-reality-2; }\n.#{$ti-prefix}-augmented-reality-off:before { content: $ti-icon-augmented-reality-off; }\n.#{$ti-prefix}-auth-2fa:before { content: $ti-icon-auth-2fa; }\n.#{$ti-prefix}-automatic-gearbox:before { content: $ti-icon-automatic-gearbox; }\n.#{$ti-prefix}-automation:before { content: $ti-icon-automation; }\n.#{$ti-prefix}-avocado:before { content: $ti-icon-avocado; }\n.#{$ti-prefix}-award:before { content: $ti-icon-award; }\n.#{$ti-prefix}-award-off:before { content: $ti-icon-award-off; }\n.#{$ti-prefix}-axe:before { content: $ti-icon-axe; }\n.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }\n.#{$ti-prefix}-axis-y:before { content: $ti-icon-axis-y; }\n.#{$ti-prefix}-baby-bottle:before { content: $ti-icon-baby-bottle; }\n.#{$ti-prefix}-baby-carriage:before { content: $ti-icon-baby-carriage; }\n.#{$ti-prefix}-background:before { content: $ti-icon-background; }\n.#{$ti-prefix}-backhoe:before { content: $ti-icon-backhoe; }\n.#{$ti-prefix}-backpack:before { content: $ti-icon-backpack; }\n.#{$ti-prefix}-backpack-off:before { content: $ti-icon-backpack-off; }\n.#{$ti-prefix}-backslash:before { content: $ti-icon-backslash; }\n.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }\n.#{$ti-prefix}-badge:before { content: $ti-icon-badge; }\n.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; }\n.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; }\n.#{$ti-prefix}-badge-8k:before { content: $ti-icon-badge-8k; }\n.#{$ti-prefix}-badge-ad:before { content: $ti-icon-badge-ad; }\n.#{$ti-prefix}-badge-ad-off:before { content: $ti-icon-badge-ad-off; }\n.#{$ti-prefix}-badge-ar:before { content: $ti-icon-badge-ar; }\n.#{$ti-prefix}-badge-cc:before { content: $ti-icon-badge-cc; }\n.#{$ti-prefix}-badge-hd:before { content: $ti-icon-badge-hd; }\n.#{$ti-prefix}-badge-off:before { content: $ti-icon-badge-off; }\n.#{$ti-prefix}-badge-sd:before { content: $ti-icon-badge-sd; }\n.#{$ti-prefix}-badge-tm:before { content: $ti-icon-badge-tm; }\n.#{$ti-prefix}-badge-vo:before { content: $ti-icon-badge-vo; }\n.#{$ti-prefix}-badge-vr:before { content: $ti-icon-badge-vr; }\n.#{$ti-prefix}-badge-wc:before { content: $ti-icon-badge-wc; }\n.#{$ti-prefix}-badges:before { content: $ti-icon-badges; }\n.#{$ti-prefix}-badges-off:before { content: $ti-icon-badges-off; }\n.#{$ti-prefix}-baguette:before { content: $ti-icon-baguette; }\n.#{$ti-prefix}-ball-american-football:before { content: $ti-icon-ball-american-football; }\n.#{$ti-prefix}-ball-american-football-off:before { content: $ti-icon-ball-american-football-off; }\n.#{$ti-prefix}-ball-baseball:before { content: $ti-icon-ball-baseball; }\n.#{$ti-prefix}-ball-basketball:before { content: $ti-icon-ball-basketball; }\n.#{$ti-prefix}-ball-bowling:before { content: $ti-icon-ball-bowling; }\n.#{$ti-prefix}-ball-football:before { content: $ti-icon-ball-football; }\n.#{$ti-prefix}-ball-football-off:before { content: $ti-icon-ball-football-off; }\n.#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; }\n.#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; }\n.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }\n.#{$ti-prefix}-balloon-off:before { content: $ti-icon-balloon-off; }\n.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }\n.#{$ti-prefix}-ballpen-off:before { content: $ti-icon-ballpen-off; }\n.#{$ti-prefix}-ban:before { content: $ti-icon-ban; }\n.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }\n.#{$ti-prefix}-bandage-off:before { content: $ti-icon-bandage-off; }\n.#{$ti-prefix}-barbell:before { content: $ti-icon-barbell; }\n.#{$ti-prefix}-barbell-off:before { content: $ti-icon-barbell-off; }\n.#{$ti-prefix}-barcode:before { content: $ti-icon-barcode; }\n.#{$ti-prefix}-barcode-off:before { content: $ti-icon-barcode-off; }\n.#{$ti-prefix}-barrel:before { content: $ti-icon-barrel; }\n.#{$ti-prefix}-barrel-off:before { content: $ti-icon-barrel-off; }\n.#{$ti-prefix}-barrier-block:before { content: $ti-icon-barrier-block; }\n.#{$ti-prefix}-barrier-block-off:before { content: $ti-icon-barrier-block-off; }\n.#{$ti-prefix}-baseline:before { content: $ti-icon-baseline; }\n.#{$ti-prefix}-baseline-density-large:before { content: $ti-icon-baseline-density-large; }\n.#{$ti-prefix}-baseline-density-medium:before { content: $ti-icon-baseline-density-medium; }\n.#{$ti-prefix}-baseline-density-small:before { content: $ti-icon-baseline-density-small; }\n.#{$ti-prefix}-basket:before { content: $ti-icon-basket; }\n.#{$ti-prefix}-basket-bolt:before { content: $ti-icon-basket-bolt; }\n.#{$ti-prefix}-basket-cancel:before { content: $ti-icon-basket-cancel; }\n.#{$ti-prefix}-basket-check:before { content: $ti-icon-basket-check; }\n.#{$ti-prefix}-basket-code:before { content: $ti-icon-basket-code; }\n.#{$ti-prefix}-basket-cog:before { content: $ti-icon-basket-cog; }\n.#{$ti-prefix}-basket-discount:before { content: $ti-icon-basket-discount; }\n.#{$ti-prefix}-basket-dollar:before { content: $ti-icon-basket-dollar; }\n.#{$ti-prefix}-basket-down:before { content: $ti-icon-basket-down; }\n.#{$ti-prefix}-basket-exclamation:before { content: $ti-icon-basket-exclamation; }\n.#{$ti-prefix}-basket-heart:before { content: $ti-icon-basket-heart; }\n.#{$ti-prefix}-basket-minus:before { content: $ti-icon-basket-minus; }\n.#{$ti-prefix}-basket-off:before { content: $ti-icon-basket-off; }\n.#{$ti-prefix}-basket-pause:before { content: $ti-icon-basket-pause; }\n.#{$ti-prefix}-basket-pin:before { content: $ti-icon-basket-pin; }\n.#{$ti-prefix}-basket-plus:before { content: $ti-icon-basket-plus; }\n.#{$ti-prefix}-basket-question:before { content: $ti-icon-basket-question; }\n.#{$ti-prefix}-basket-search:before { content: $ti-icon-basket-search; }\n.#{$ti-prefix}-basket-share:before { content: $ti-icon-basket-share; }\n.#{$ti-prefix}-basket-star:before { content: $ti-icon-basket-star; }\n.#{$ti-prefix}-basket-up:before { content: $ti-icon-basket-up; }\n.#{$ti-prefix}-basket-x:before { content: $ti-icon-basket-x; }\n.#{$ti-prefix}-bat:before { content: $ti-icon-bat; }\n.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }\n.#{$ti-prefix}-bath-off:before { content: $ti-icon-bath-off; }\n.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }\n.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }\n.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }\n.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }\n.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }\n.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }\n.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }\n.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }\n.#{$ti-prefix}-battery-eco:before { content: $ti-icon-battery-eco; }\n.#{$ti-prefix}-battery-exclamation:before { content: $ti-icon-battery-exclamation; }\n.#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; }\n.#{$ti-prefix}-battery-spark:before { content: $ti-icon-battery-spark; }\n.#{$ti-prefix}-battery-vertical:before { content: $ti-icon-battery-vertical; }\n.#{$ti-prefix}-battery-vertical-1:before { content: $ti-icon-battery-vertical-1; }\n.#{$ti-prefix}-battery-vertical-2:before { content: $ti-icon-battery-vertical-2; }\n.#{$ti-prefix}-battery-vertical-3:before { content: $ti-icon-battery-vertical-3; }\n.#{$ti-prefix}-battery-vertical-4:before { content: $ti-icon-battery-vertical-4; }\n.#{$ti-prefix}-battery-vertical-charging:before { content: $ti-icon-battery-vertical-charging; }\n.#{$ti-prefix}-battery-vertical-charging-2:before { content: $ti-icon-battery-vertical-charging-2; }\n.#{$ti-prefix}-battery-vertical-eco:before { content: $ti-icon-battery-vertical-eco; }\n.#{$ti-prefix}-battery-vertical-exclamation:before { content: $ti-icon-battery-vertical-exclamation; }\n.#{$ti-prefix}-battery-vertical-off:before { content: $ti-icon-battery-vertical-off; }\n.#{$ti-prefix}-beach:before { content: $ti-icon-beach; }\n.#{$ti-prefix}-beach-off:before { content: $ti-icon-beach-off; }\n.#{$ti-prefix}-bed:before { content: $ti-icon-bed; }\n.#{$ti-prefix}-bed-flat:before { content: $ti-icon-bed-flat; }\n.#{$ti-prefix}-bed-off:before { content: $ti-icon-bed-off; }\n.#{$ti-prefix}-beer:before { content: $ti-icon-beer; }\n.#{$ti-prefix}-beer-off:before { content: $ti-icon-beer-off; }\n.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }\n.#{$ti-prefix}-bell-bolt:before { content: $ti-icon-bell-bolt; }\n.#{$ti-prefix}-bell-cancel:before { content: $ti-icon-bell-cancel; }\n.#{$ti-prefix}-bell-check:before { content: $ti-icon-bell-check; }\n.#{$ti-prefix}-bell-code:before { content: $ti-icon-bell-code; }\n.#{$ti-prefix}-bell-cog:before { content: $ti-icon-bell-cog; }\n.#{$ti-prefix}-bell-dollar:before { content: $ti-icon-bell-dollar; }\n.#{$ti-prefix}-bell-down:before { content: $ti-icon-bell-down; }\n.#{$ti-prefix}-bell-exclamation:before { content: $ti-icon-bell-exclamation; }\n.#{$ti-prefix}-bell-heart:before { content: $ti-icon-bell-heart; }\n.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }\n.#{$ti-prefix}-bell-off:before { content: $ti-icon-bell-off; }\n.#{$ti-prefix}-bell-pause:before { content: $ti-icon-bell-pause; }\n.#{$ti-prefix}-bell-pin:before { content: $ti-icon-bell-pin; }\n.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }\n.#{$ti-prefix}-bell-question:before { content: $ti-icon-bell-question; }\n.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }\n.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; }\n.#{$ti-prefix}-bell-school:before { content: $ti-icon-bell-school; }\n.#{$ti-prefix}-bell-search:before { content: $ti-icon-bell-search; }\n.#{$ti-prefix}-bell-share:before { content: $ti-icon-bell-share; }\n.#{$ti-prefix}-bell-star:before { content: $ti-icon-bell-star; }\n.#{$ti-prefix}-bell-up:before { content: $ti-icon-bell-up; }\n.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }\n.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }\n.#{$ti-prefix}-beta:before { content: $ti-icon-beta; }\n.#{$ti-prefix}-bible:before { content: $ti-icon-bible; }\n.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }\n.#{$ti-prefix}-bike-off:before { content: $ti-icon-bike-off; }\n.#{$ti-prefix}-binary:before { content: $ti-icon-binary; }\n.#{$ti-prefix}-binary-off:before { content: $ti-icon-binary-off; }\n.#{$ti-prefix}-binary-tree:before { content: $ti-icon-binary-tree; }\n.#{$ti-prefix}-binary-tree-2:before { content: $ti-icon-binary-tree-2; }\n.#{$ti-prefix}-binoculars:before { content: $ti-icon-binoculars; }\n.#{$ti-prefix}-biohazard:before { content: $ti-icon-biohazard; }\n.#{$ti-prefix}-biohazard-off:before { content: $ti-icon-biohazard-off; }\n.#{$ti-prefix}-blade:before { content: $ti-icon-blade; }\n.#{$ti-prefix}-bleach:before { content: $ti-icon-bleach; }\n.#{$ti-prefix}-bleach-chlorine:before { content: $ti-icon-bleach-chlorine; }\n.#{$ti-prefix}-bleach-no-chlorine:before { content: $ti-icon-bleach-no-chlorine; }\n.#{$ti-prefix}-bleach-off:before { content: $ti-icon-bleach-off; }\n.#{$ti-prefix}-blend-mode:before { content: $ti-icon-blend-mode; }\n.#{$ti-prefix}-blender:before { content: $ti-icon-blender; }\n.#{$ti-prefix}-blob:before { content: $ti-icon-blob; }\n.#{$ti-prefix}-blockquote:before { content: $ti-icon-blockquote; }\n.#{$ti-prefix}-bluetooth:before { content: $ti-icon-bluetooth; }\n.#{$ti-prefix}-bluetooth-connected:before { content: $ti-icon-bluetooth-connected; }\n.#{$ti-prefix}-bluetooth-off:before { content: $ti-icon-bluetooth-off; }\n.#{$ti-prefix}-bluetooth-x:before { content: $ti-icon-bluetooth-x; }\n.#{$ti-prefix}-blur:before { content: $ti-icon-blur; }\n.#{$ti-prefix}-blur-off:before { content: $ti-icon-blur-off; }\n.#{$ti-prefix}-bmp:before { content: $ti-icon-bmp; }\n.#{$ti-prefix}-body-scan:before { content: $ti-icon-body-scan; }\n.#{$ti-prefix}-bold:before { content: $ti-icon-bold; }\n.#{$ti-prefix}-bold-off:before { content: $ti-icon-bold-off; }\n.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }\n.#{$ti-prefix}-bolt-off:before { content: $ti-icon-bolt-off; }\n.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; }\n.#{$ti-prefix}-bone:before { content: $ti-icon-bone; }\n.#{$ti-prefix}-bone-off:before { content: $ti-icon-bone-off; }\n.#{$ti-prefix}-bong:before { content: $ti-icon-bong; }\n.#{$ti-prefix}-bong-off:before { content: $ti-icon-bong-off; }\n.#{$ti-prefix}-book:before { content: $ti-icon-book; }\n.#{$ti-prefix}-book-2:before { content: $ti-icon-book-2; }\n.#{$ti-prefix}-book-download:before { content: $ti-icon-book-download; }\n.#{$ti-prefix}-book-off:before { content: $ti-icon-book-off; }\n.#{$ti-prefix}-book-upload:before { content: $ti-icon-book-upload; }\n.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; }\n.#{$ti-prefix}-bookmark-ai:before { content: $ti-icon-bookmark-ai; }\n.#{$ti-prefix}-bookmark-edit:before { content: $ti-icon-bookmark-edit; }\n.#{$ti-prefix}-bookmark-minus:before { content: $ti-icon-bookmark-minus; }\n.#{$ti-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; }\n.#{$ti-prefix}-bookmark-plus:before { content: $ti-icon-bookmark-plus; }\n.#{$ti-prefix}-bookmark-question:before { content: $ti-icon-bookmark-question; }\n.#{$ti-prefix}-bookmarks:before { content: $ti-icon-bookmarks; }\n.#{$ti-prefix}-bookmarks-off:before { content: $ti-icon-bookmarks-off; }\n.#{$ti-prefix}-books:before { content: $ti-icon-books; }\n.#{$ti-prefix}-books-off:before { content: $ti-icon-books-off; }\n.#{$ti-prefix}-boom:before { content: $ti-icon-boom; }\n.#{$ti-prefix}-border-all:before { content: $ti-icon-border-all; }\n.#{$ti-prefix}-border-bottom:before { content: $ti-icon-border-bottom; }\n.#{$ti-prefix}-border-bottom-plus:before { content: $ti-icon-border-bottom-plus; }\n.#{$ti-prefix}-border-corner-ios:before { content: $ti-icon-border-corner-ios; }\n.#{$ti-prefix}-border-corner-pill:before { content: $ti-icon-border-corner-pill; }\n.#{$ti-prefix}-border-corner-rounded:before { content: $ti-icon-border-corner-rounded; }\n.#{$ti-prefix}-border-corner-square:before { content: $ti-icon-border-corner-square; }\n.#{$ti-prefix}-border-corners:before { content: $ti-icon-border-corners; }\n.#{$ti-prefix}-border-horizontal:before { content: $ti-icon-border-horizontal; }\n.#{$ti-prefix}-border-inner:before { content: $ti-icon-border-inner; }\n.#{$ti-prefix}-border-left:before { content: $ti-icon-border-left; }\n.#{$ti-prefix}-border-left-plus:before { content: $ti-icon-border-left-plus; }\n.#{$ti-prefix}-border-none:before { content: $ti-icon-border-none; }\n.#{$ti-prefix}-border-outer:before { content: $ti-icon-border-outer; }\n.#{$ti-prefix}-border-radius:before { content: $ti-icon-border-radius; }\n.#{$ti-prefix}-border-right:before { content: $ti-icon-border-right; }\n.#{$ti-prefix}-border-right-plus:before { content: $ti-icon-border-right-plus; }\n.#{$ti-prefix}-border-sides:before { content: $ti-icon-border-sides; }\n.#{$ti-prefix}-border-style:before { content: $ti-icon-border-style; }\n.#{$ti-prefix}-border-style-2:before { content: $ti-icon-border-style-2; }\n.#{$ti-prefix}-border-top:before { content: $ti-icon-border-top; }\n.#{$ti-prefix}-border-top-plus:before { content: $ti-icon-border-top-plus; }\n.#{$ti-prefix}-border-vertical:before { content: $ti-icon-border-vertical; }\n.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; }\n.#{$ti-prefix}-bottle-off:before { content: $ti-icon-bottle-off; }\n.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; }\n.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; }\n.#{$ti-prefix}-bow:before { content: $ti-icon-bow; }\n.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; }\n.#{$ti-prefix}-bowl-chopsticks:before { content: $ti-icon-bowl-chopsticks; }\n.#{$ti-prefix}-bowl-spoon:before { content: $ti-icon-bowl-spoon; }\n.#{$ti-prefix}-box:before { content: $ti-icon-box; }\n.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }\n.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; }\n.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; }\n.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; }\n.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; }\n.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; }\n.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; }\n.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; }\n.#{$ti-prefix}-box-margin:before { content: $ti-icon-box-margin; }\n.#{$ti-prefix}-box-model:before { content: $ti-icon-box-model; }\n.#{$ti-prefix}-box-model-2:before { content: $ti-icon-box-model-2; }\n.#{$ti-prefix}-box-model-2-off:before { content: $ti-icon-box-model-2-off; }\n.#{$ti-prefix}-box-model-off:before { content: $ti-icon-box-model-off; }\n.#{$ti-prefix}-box-multiple:before { content: $ti-icon-box-multiple; }\n.#{$ti-prefix}-box-multiple-0:before { content: $ti-icon-box-multiple-0; }\n.#{$ti-prefix}-box-multiple-1:before { content: $ti-icon-box-multiple-1; }\n.#{$ti-prefix}-box-multiple-2:before { content: $ti-icon-box-multiple-2; }\n.#{$ti-prefix}-box-multiple-3:before { content: $ti-icon-box-multiple-3; }\n.#{$ti-prefix}-box-multiple-4:before { content: $ti-icon-box-multiple-4; }\n.#{$ti-prefix}-box-multiple-5:before { content: $ti-icon-box-multiple-5; }\n.#{$ti-prefix}-box-multiple-6:before { content: $ti-icon-box-multiple-6; }\n.#{$ti-prefix}-box-multiple-7:before { content: $ti-icon-box-multiple-7; }\n.#{$ti-prefix}-box-multiple-8:before { content: $ti-icon-box-multiple-8; }\n.#{$ti-prefix}-box-multiple-9:before { content: $ti-icon-box-multiple-9; }\n.#{$ti-prefix}-box-off:before { content: $ti-icon-box-off; }\n.#{$ti-prefix}-box-padding:before { content: $ti-icon-box-padding; }\n.#{$ti-prefix}-braces:before { content: $ti-icon-braces; }\n.#{$ti-prefix}-braces-off:before { content: $ti-icon-braces-off; }\n.#{$ti-prefix}-brackets:before { content: $ti-icon-brackets; }\n.#{$ti-prefix}-brackets-angle:before { content: $ti-icon-brackets-angle; }\n.#{$ti-prefix}-brackets-angle-off:before { content: $ti-icon-brackets-angle-off; }\n.#{$ti-prefix}-brackets-contain:before { content: $ti-icon-brackets-contain; }\n.#{$ti-prefix}-brackets-contain-end:before { content: $ti-icon-brackets-contain-end; }\n.#{$ti-prefix}-brackets-contain-start:before { content: $ti-icon-brackets-contain-start; }\n.#{$ti-prefix}-brackets-off:before { content: $ti-icon-brackets-off; }\n.#{$ti-prefix}-braille:before { content: $ti-icon-braille; }\n.#{$ti-prefix}-brain:before { content: $ti-icon-brain; }\n.#{$ti-prefix}-brand-4chan:before { content: $ti-icon-brand-4chan; }\n.#{$ti-prefix}-brand-abstract:before { content: $ti-icon-brand-abstract; }\n.#{$ti-prefix}-brand-adobe:before { content: $ti-icon-brand-adobe; }\n.#{$ti-prefix}-brand-adobe-after-effect:before { content: $ti-icon-brand-adobe-after-effect; }\n.#{$ti-prefix}-brand-adobe-illustrator:before { content: $ti-icon-brand-adobe-illustrator; }\n.#{$ti-prefix}-brand-adobe-indesign:before { content: $ti-icon-brand-adobe-indesign; }\n.#{$ti-prefix}-brand-adobe-photoshop:before { content: $ti-icon-brand-adobe-photoshop; }\n.#{$ti-prefix}-brand-adobe-premier:before { content: $ti-icon-brand-adobe-premier; }\n.#{$ti-prefix}-brand-adobe-xd:before { content: $ti-icon-brand-adobe-xd; }\n.#{$ti-prefix}-brand-adonis-js:before { content: $ti-icon-brand-adonis-js; }\n.#{$ti-prefix}-brand-airbnb:before { content: $ti-icon-brand-airbnb; }\n.#{$ti-prefix}-brand-airtable:before { content: $ti-icon-brand-airtable; }\n.#{$ti-prefix}-brand-algolia:before { content: $ti-icon-brand-algolia; }\n.#{$ti-prefix}-brand-alipay:before { content: $ti-icon-brand-alipay; }\n.#{$ti-prefix}-brand-alpine-js:before { content: $ti-icon-brand-alpine-js; }\n.#{$ti-prefix}-brand-amazon:before { content: $ti-icon-brand-amazon; }\n.#{$ti-prefix}-brand-amd:before { content: $ti-icon-brand-amd; }\n.#{$ti-prefix}-brand-amie:before { content: $ti-icon-brand-amie; }\n.#{$ti-prefix}-brand-amigo:before { content: $ti-icon-brand-amigo; }\n.#{$ti-prefix}-brand-among-us:before { content: $ti-icon-brand-among-us; }\n.#{$ti-prefix}-brand-android:before { content: $ti-icon-brand-android; }\n.#{$ti-prefix}-brand-angular:before { content: $ti-icon-brand-angular; }\n.#{$ti-prefix}-brand-ansible:before { content: $ti-icon-brand-ansible; }\n.#{$ti-prefix}-brand-ao3:before { content: $ti-icon-brand-ao3; }\n.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; }\n.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }\n.#{$ti-prefix}-brand-apple-arcade:before { content: $ti-icon-brand-apple-arcade; }\n.#{$ti-prefix}-brand-apple-news:before { content: $ti-icon-brand-apple-news; }\n.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; }\n.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }\n.#{$ti-prefix}-brand-arc:before { content: $ti-icon-brand-arc; }\n.#{$ti-prefix}-brand-asana:before { content: $ti-icon-brand-asana; }\n.#{$ti-prefix}-brand-astro:before { content: $ti-icon-brand-astro; }\n.#{$ti-prefix}-brand-auth0:before { content: $ti-icon-brand-auth0; }\n.#{$ti-prefix}-brand-aws:before { content: $ti-icon-brand-aws; }\n.#{$ti-prefix}-brand-azure:before { content: $ti-icon-brand-azure; }\n.#{$ti-prefix}-brand-backbone:before { content: $ti-icon-brand-backbone; }\n.#{$ti-prefix}-brand-badoo:before { content: $ti-icon-brand-badoo; }\n.#{$ti-prefix}-brand-baidu:before { content: $ti-icon-brand-baidu; }\n.#{$ti-prefix}-brand-bandcamp:before { content: $ti-icon-brand-bandcamp; }\n.#{$ti-prefix}-brand-bandlab:before { content: $ti-icon-brand-bandlab; }\n.#{$ti-prefix}-brand-beats:before { content: $ti-icon-brand-beats; }\n.#{$ti-prefix}-brand-bebo:before { content: $ti-icon-brand-bebo; }\n.#{$ti-prefix}-brand-behance:before { content: $ti-icon-brand-behance; }\n.#{$ti-prefix}-brand-bilibili:before { content: $ti-icon-brand-bilibili; }\n.#{$ti-prefix}-brand-binance:before { content: $ti-icon-brand-binance; }\n.#{$ti-prefix}-brand-bing:before { content: $ti-icon-brand-bing; }\n.#{$ti-prefix}-brand-bitbucket:before { content: $ti-icon-brand-bitbucket; }\n.#{$ti-prefix}-brand-blackberry:before { content: $ti-icon-brand-blackberry; }\n.#{$ti-prefix}-brand-blender:before { content: $ti-icon-brand-blender; }\n.#{$ti-prefix}-brand-blogger:before { content: $ti-icon-brand-blogger; }\n.#{$ti-prefix}-brand-bluesky:before { content: $ti-icon-brand-bluesky; }\n.#{$ti-prefix}-brand-booking:before { content: $ti-icon-brand-booking; }\n.#{$ti-prefix}-brand-bootstrap:before { content: $ti-icon-brand-bootstrap; }\n.#{$ti-prefix}-brand-bulma:before { content: $ti-icon-brand-bulma; }\n.#{$ti-prefix}-brand-bumble:before { content: $ti-icon-brand-bumble; }\n.#{$ti-prefix}-brand-bunpo:before { content: $ti-icon-brand-bunpo; }\n.#{$ti-prefix}-brand-c-sharp:before { content: $ti-icon-brand-c-sharp; }\n.#{$ti-prefix}-brand-cake:before { content: $ti-icon-brand-cake; }\n.#{$ti-prefix}-brand-cakephp:before { content: $ti-icon-brand-cakephp; }\n.#{$ti-prefix}-brand-campaignmonitor:before { content: $ti-icon-brand-campaignmonitor; }\n.#{$ti-prefix}-brand-carbon:before { content: $ti-icon-brand-carbon; }\n.#{$ti-prefix}-brand-cashapp:before { content: $ti-icon-brand-cashapp; }\n.#{$ti-prefix}-brand-chrome:before { content: $ti-icon-brand-chrome; }\n.#{$ti-prefix}-brand-cinema-4d:before { content: $ti-icon-brand-cinema-4d; }\n.#{$ti-prefix}-brand-citymapper:before { content: $ti-icon-brand-citymapper; }\n.#{$ti-prefix}-brand-cloudflare:before { content: $ti-icon-brand-cloudflare; }\n.#{$ti-prefix}-brand-codecov:before { content: $ti-icon-brand-codecov; }\n.#{$ti-prefix}-brand-codepen:before { content: $ti-icon-brand-codepen; }\n.#{$ti-prefix}-brand-codesandbox:before { content: $ti-icon-brand-codesandbox; }\n.#{$ti-prefix}-brand-cohost:before { content: $ti-icon-brand-cohost; }\n.#{$ti-prefix}-brand-coinbase:before { content: $ti-icon-brand-coinbase; }\n.#{$ti-prefix}-brand-comedy-central:before { content: $ti-icon-brand-comedy-central; }\n.#{$ti-prefix}-brand-coreos:before { content: $ti-icon-brand-coreos; }\n.#{$ti-prefix}-brand-couchdb:before { content: $ti-icon-brand-couchdb; }\n.#{$ti-prefix}-brand-couchsurfing:before { content: $ti-icon-brand-couchsurfing; }\n.#{$ti-prefix}-brand-cpp:before { content: $ti-icon-brand-cpp; }\n.#{$ti-prefix}-brand-craft:before { content: $ti-icon-brand-craft; }\n.#{$ti-prefix}-brand-crunchbase:before { content: $ti-icon-brand-crunchbase; }\n.#{$ti-prefix}-brand-css3:before { content: $ti-icon-brand-css3; }\n.#{$ti-prefix}-brand-ctemplar:before { content: $ti-icon-brand-ctemplar; }\n.#{$ti-prefix}-brand-cucumber:before { content: $ti-icon-brand-cucumber; }\n.#{$ti-prefix}-brand-cupra:before { content: $ti-icon-brand-cupra; }\n.#{$ti-prefix}-brand-cypress:before { content: $ti-icon-brand-cypress; }\n.#{$ti-prefix}-brand-d3:before { content: $ti-icon-brand-d3; }\n.#{$ti-prefix}-brand-databricks:before { content: $ti-icon-brand-databricks; }\n.#{$ti-prefix}-brand-days-counter:before { content: $ti-icon-brand-days-counter; }\n.#{$ti-prefix}-brand-dcos:before { content: $ti-icon-brand-dcos; }\n.#{$ti-prefix}-brand-debian:before { content: $ti-icon-brand-debian; }\n.#{$ti-prefix}-brand-deezer:before { content: $ti-icon-brand-deezer; }\n.#{$ti-prefix}-brand-deliveroo:before { content: $ti-icon-brand-deliveroo; }\n.#{$ti-prefix}-brand-deno:before { content: $ti-icon-brand-deno; }\n.#{$ti-prefix}-brand-denodo:before { content: $ti-icon-brand-denodo; }\n.#{$ti-prefix}-brand-deviantart:before { content: $ti-icon-brand-deviantart; }\n.#{$ti-prefix}-brand-digg:before { content: $ti-icon-brand-digg; }\n.#{$ti-prefix}-brand-dingtalk:before { content: $ti-icon-brand-dingtalk; }\n.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }\n.#{$ti-prefix}-brand-disney:before { content: $ti-icon-brand-disney; }\n.#{$ti-prefix}-brand-disqus:before { content: $ti-icon-brand-disqus; }\n.#{$ti-prefix}-brand-django:before { content: $ti-icon-brand-django; }\n.#{$ti-prefix}-brand-docker:before { content: $ti-icon-brand-docker; }\n.#{$ti-prefix}-brand-doctrine:before { content: $ti-icon-brand-doctrine; }\n.#{$ti-prefix}-brand-dolby-digital:before { content: $ti-icon-brand-dolby-digital; }\n.#{$ti-prefix}-brand-douban:before { content: $ti-icon-brand-douban; }\n.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; }\n.#{$ti-prefix}-brand-drops:before { content: $ti-icon-brand-drops; }\n.#{$ti-prefix}-brand-drupal:before { content: $ti-icon-brand-drupal; }\n.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; }\n.#{$ti-prefix}-brand-elastic:before { content: $ti-icon-brand-elastic; }\n.#{$ti-prefix}-brand-electronic-arts:before { content: $ti-icon-brand-electronic-arts; }\n.#{$ti-prefix}-brand-ember:before { content: $ti-icon-brand-ember; }\n.#{$ti-prefix}-brand-envato:before { content: $ti-icon-brand-envato; }\n.#{$ti-prefix}-brand-etsy:before { content: $ti-icon-brand-etsy; }\n.#{$ti-prefix}-brand-evernote:before { content: $ti-icon-brand-evernote; }\n.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }\n.#{$ti-prefix}-brand-feedly:before { content: $ti-icon-brand-feedly; }\n.#{$ti-prefix}-brand-figma:before { content: $ti-icon-brand-figma; }\n.#{$ti-prefix}-brand-filezilla:before { content: $ti-icon-brand-filezilla; }\n.#{$ti-prefix}-brand-finder:before { content: $ti-icon-brand-finder; }\n.#{$ti-prefix}-brand-firebase:before { content: $ti-icon-brand-firebase; }\n.#{$ti-prefix}-brand-firefox:before { content: $ti-icon-brand-firefox; }\n.#{$ti-prefix}-brand-fiverr:before { content: $ti-icon-brand-fiverr; }\n.#{$ti-prefix}-brand-flickr:before { content: $ti-icon-brand-flickr; }\n.#{$ti-prefix}-brand-flightradar24:before { content: $ti-icon-brand-flightradar24; }\n.#{$ti-prefix}-brand-flipboard:before { content: $ti-icon-brand-flipboard; }\n.#{$ti-prefix}-brand-flutter:before { content: $ti-icon-brand-flutter; }\n.#{$ti-prefix}-brand-fortnite:before { content: $ti-icon-brand-fortnite; }\n.#{$ti-prefix}-brand-foursquare:before { content: $ti-icon-brand-foursquare; }\n.#{$ti-prefix}-brand-framer:before { content: $ti-icon-brand-framer; }\n.#{$ti-prefix}-brand-framer-motion:before { content: $ti-icon-brand-framer-motion; }\n.#{$ti-prefix}-brand-funimation:before { content: $ti-icon-brand-funimation; }\n.#{$ti-prefix}-brand-gatsby:before { content: $ti-icon-brand-gatsby; }\n.#{$ti-prefix}-brand-git:before { content: $ti-icon-brand-git; }\n.#{$ti-prefix}-brand-github:before { content: $ti-icon-brand-github; }\n.#{$ti-prefix}-brand-github-copilot:before { content: $ti-icon-brand-github-copilot; }\n.#{$ti-prefix}-brand-gitlab:before { content: $ti-icon-brand-gitlab; }\n.#{$ti-prefix}-brand-gmail:before { content: $ti-icon-brand-gmail; }\n.#{$ti-prefix}-brand-golang:before { content: $ti-icon-brand-golang; }\n.#{$ti-prefix}-brand-google:before { content: $ti-icon-brand-google; }\n.#{$ti-prefix}-brand-google-analytics:before { content: $ti-icon-brand-google-analytics; }\n.#{$ti-prefix}-brand-google-big-query:before { content: $ti-icon-brand-google-big-query; }\n.#{$ti-prefix}-brand-google-drive:before { content: $ti-icon-brand-google-drive; }\n.#{$ti-prefix}-brand-google-fit:before { content: $ti-icon-brand-google-fit; }\n.#{$ti-prefix}-brand-google-home:before { content: $ti-icon-brand-google-home; }\n.#{$ti-prefix}-brand-google-maps:before { content: $ti-icon-brand-google-maps; }\n.#{$ti-prefix}-brand-google-one:before { content: $ti-icon-brand-google-one; }\n.#{$ti-prefix}-brand-google-photos:before { content: $ti-icon-brand-google-photos; }\n.#{$ti-prefix}-brand-google-play:before { content: $ti-icon-brand-google-play; }\n.#{$ti-prefix}-brand-google-podcasts:before { content: $ti-icon-brand-google-podcasts; }\n.#{$ti-prefix}-brand-grammarly:before { content: $ti-icon-brand-grammarly; }\n.#{$ti-prefix}-brand-graphql:before { content: $ti-icon-brand-graphql; }\n.#{$ti-prefix}-brand-gravatar:before { content: $ti-icon-brand-gravatar; }\n.#{$ti-prefix}-brand-grindr:before { content: $ti-icon-brand-grindr; }\n.#{$ti-prefix}-brand-guardian:before { content: $ti-icon-brand-guardian; }\n.#{$ti-prefix}-brand-gumroad:before { content: $ti-icon-brand-gumroad; }\n.#{$ti-prefix}-brand-hackerrank:before { content: $ti-icon-brand-hackerrank; }\n.#{$ti-prefix}-brand-hbo:before { content: $ti-icon-brand-hbo; }\n.#{$ti-prefix}-brand-headlessui:before { content: $ti-icon-brand-headlessui; }\n.#{$ti-prefix}-brand-hexo:before { content: $ti-icon-brand-hexo; }\n.#{$ti-prefix}-brand-hipchat:before { content: $ti-icon-brand-hipchat; }\n.#{$ti-prefix}-brand-html5:before { content: $ti-icon-brand-html5; }\n.#{$ti-prefix}-brand-inertia:before { content: $ti-icon-brand-inertia; }\n.#{$ti-prefix}-brand-instagram:before { content: $ti-icon-brand-instagram; }\n.#{$ti-prefix}-brand-intercom:before { content: $ti-icon-brand-intercom; }\n.#{$ti-prefix}-brand-itch:before { content: $ti-icon-brand-itch; }\n.#{$ti-prefix}-brand-javascript:before { content: $ti-icon-brand-javascript; }\n.#{$ti-prefix}-brand-juejin:before { content: $ti-icon-brand-juejin; }\n.#{$ti-prefix}-brand-kako-talk:before { content: $ti-icon-brand-kako-talk; }\n.#{$ti-prefix}-brand-kbin:before { content: $ti-icon-brand-kbin; }\n.#{$ti-prefix}-brand-kick:before { content: $ti-icon-brand-kick; }\n.#{$ti-prefix}-brand-kickstarter:before { content: $ti-icon-brand-kickstarter; }\n.#{$ti-prefix}-brand-kotlin:before { content: $ti-icon-brand-kotlin; }\n.#{$ti-prefix}-brand-laravel:before { content: $ti-icon-brand-laravel; }\n.#{$ti-prefix}-brand-lastfm:before { content: $ti-icon-brand-lastfm; }\n.#{$ti-prefix}-brand-leetcode:before { content: $ti-icon-brand-leetcode; }\n.#{$ti-prefix}-brand-letterboxd:before { content: $ti-icon-brand-letterboxd; }\n.#{$ti-prefix}-brand-line:before { content: $ti-icon-brand-line; }\n.#{$ti-prefix}-brand-linkedin:before { content: $ti-icon-brand-linkedin; }\n.#{$ti-prefix}-brand-linktree:before { content: $ti-icon-brand-linktree; }\n.#{$ti-prefix}-brand-linqpad:before { content: $ti-icon-brand-linqpad; }\n.#{$ti-prefix}-brand-livewire:before { content: $ti-icon-brand-livewire; }\n.#{$ti-prefix}-brand-loom:before { content: $ti-icon-brand-loom; }\n.#{$ti-prefix}-brand-mailgun:before { content: $ti-icon-brand-mailgun; }\n.#{$ti-prefix}-brand-mantine:before { content: $ti-icon-brand-mantine; }\n.#{$ti-prefix}-brand-mastercard:before { content: $ti-icon-brand-mastercard; }\n.#{$ti-prefix}-brand-mastodon:before { content: $ti-icon-brand-mastodon; }\n.#{$ti-prefix}-brand-matrix:before { content: $ti-icon-brand-matrix; }\n.#{$ti-prefix}-brand-mcdonalds:before { content: $ti-icon-brand-mcdonalds; }\n.#{$ti-prefix}-brand-medium:before { content: $ti-icon-brand-medium; }\n.#{$ti-prefix}-brand-meetup:before { content: $ti-icon-brand-meetup; }\n.#{$ti-prefix}-brand-mercedes:before { content: $ti-icon-brand-mercedes; }\n.#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; }\n.#{$ti-prefix}-brand-meta:before { content: $ti-icon-brand-meta; }\n.#{$ti-prefix}-brand-metabrainz:before { content: $ti-icon-brand-metabrainz; }\n.#{$ti-prefix}-brand-minecraft:before { content: $ti-icon-brand-minecraft; }\n.#{$ti-prefix}-brand-miniprogram:before { content: $ti-icon-brand-miniprogram; }\n.#{$ti-prefix}-brand-mixpanel:before { content: $ti-icon-brand-mixpanel; }\n.#{$ti-prefix}-brand-monday:before { content: $ti-icon-brand-monday; }\n.#{$ti-prefix}-brand-mongodb:before { content: $ti-icon-brand-mongodb; }\n.#{$ti-prefix}-brand-my-oppo:before { content: $ti-icon-brand-my-oppo; }\n.#{$ti-prefix}-brand-mysql:before { content: $ti-icon-brand-mysql; }\n.#{$ti-prefix}-brand-national-geographic:before { content: $ti-icon-brand-national-geographic; }\n.#{$ti-prefix}-brand-nem:before { content: $ti-icon-brand-nem; }\n.#{$ti-prefix}-brand-netbeans:before { content: $ti-icon-brand-netbeans; }\n.#{$ti-prefix}-brand-netease-music:before { content: $ti-icon-brand-netease-music; }\n.#{$ti-prefix}-brand-netflix:before { content: $ti-icon-brand-netflix; }\n.#{$ti-prefix}-brand-nexo:before { content: $ti-icon-brand-nexo; }\n.#{$ti-prefix}-brand-nextcloud:before { content: $ti-icon-brand-nextcloud; }\n.#{$ti-prefix}-brand-nextjs:before { content: $ti-icon-brand-nextjs; }\n.#{$ti-prefix}-brand-nodejs:before { content: $ti-icon-brand-nodejs; }\n.#{$ti-prefix}-brand-nord-vpn:before { content: $ti-icon-brand-nord-vpn; }\n.#{$ti-prefix}-brand-notion:before { content: $ti-icon-brand-notion; }\n.#{$ti-prefix}-brand-npm:before { content: $ti-icon-brand-npm; }\n.#{$ti-prefix}-brand-nuxt:before { content: $ti-icon-brand-nuxt; }\n.#{$ti-prefix}-brand-nytimes:before { content: $ti-icon-brand-nytimes; }\n.#{$ti-prefix}-brand-oauth:before { content: $ti-icon-brand-oauth; }\n.#{$ti-prefix}-brand-office:before { content: $ti-icon-brand-office; }\n.#{$ti-prefix}-brand-ok-ru:before { content: $ti-icon-brand-ok-ru; }\n.#{$ti-prefix}-brand-onedrive:before { content: $ti-icon-brand-onedrive; }\n.#{$ti-prefix}-brand-onlyfans:before { content: $ti-icon-brand-onlyfans; }\n.#{$ti-prefix}-brand-open-source:before { content: $ti-icon-brand-open-source; }\n.#{$ti-prefix}-brand-openai:before { content: $ti-icon-brand-openai; }\n.#{$ti-prefix}-brand-openvpn:before { content: $ti-icon-brand-openvpn; }\n.#{$ti-prefix}-brand-opera:before { content: $ti-icon-brand-opera; }\n.#{$ti-prefix}-brand-pagekit:before { content: $ti-icon-brand-pagekit; }\n.#{$ti-prefix}-brand-parsinta:before { content: $ti-icon-brand-parsinta; }\n.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; }\n.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; }\n.#{$ti-prefix}-brand-paypay:before { content: $ti-icon-brand-paypay; }\n.#{$ti-prefix}-brand-peanut:before { content: $ti-icon-brand-peanut; }\n.#{$ti-prefix}-brand-pepsi:before { content: $ti-icon-brand-pepsi; }\n.#{$ti-prefix}-brand-php:before { content: $ti-icon-brand-php; }\n.#{$ti-prefix}-brand-picsart:before { content: $ti-icon-brand-picsart; }\n.#{$ti-prefix}-brand-pinterest:before { content: $ti-icon-brand-pinterest; }\n.#{$ti-prefix}-brand-planetscale:before { content: $ti-icon-brand-planetscale; }\n.#{$ti-prefix}-brand-pnpm:before { content: $ti-icon-brand-pnpm; }\n.#{$ti-prefix}-brand-pocket:before { content: $ti-icon-brand-pocket; }\n.#{$ti-prefix}-brand-polymer:before { content: $ti-icon-brand-polymer; }\n.#{$ti-prefix}-brand-powershell:before { content: $ti-icon-brand-powershell; }\n.#{$ti-prefix}-brand-printables:before { content: $ti-icon-brand-printables; }\n.#{$ti-prefix}-brand-prisma:before { content: $ti-icon-brand-prisma; }\n.#{$ti-prefix}-brand-producthunt:before { content: $ti-icon-brand-producthunt; }\n.#{$ti-prefix}-brand-pushbullet:before { content: $ti-icon-brand-pushbullet; }\n.#{$ti-prefix}-brand-pushover:before { content: $ti-icon-brand-pushover; }\n.#{$ti-prefix}-brand-python:before { content: $ti-icon-brand-python; }\n.#{$ti-prefix}-brand-qq:before { content: $ti-icon-brand-qq; }\n.#{$ti-prefix}-brand-radix-ui:before { content: $ti-icon-brand-radix-ui; }\n.#{$ti-prefix}-brand-react:before { content: $ti-icon-brand-react; }\n.#{$ti-prefix}-brand-react-native:before { content: $ti-icon-brand-react-native; }\n.#{$ti-prefix}-brand-reason:before { content: $ti-icon-brand-reason; }\n.#{$ti-prefix}-brand-reddit:before { content: $ti-icon-brand-reddit; }\n.#{$ti-prefix}-brand-redhat:before { content: $ti-icon-brand-redhat; }\n.#{$ti-prefix}-brand-redux:before { content: $ti-icon-brand-redux; }\n.#{$ti-prefix}-brand-revolut:before { content: $ti-icon-brand-revolut; }\n.#{$ti-prefix}-brand-rumble:before { content: $ti-icon-brand-rumble; }\n.#{$ti-prefix}-brand-rust:before { content: $ti-icon-brand-rust; }\n.#{$ti-prefix}-brand-safari:before { content: $ti-icon-brand-safari; }\n.#{$ti-prefix}-brand-samsungpass:before { content: $ti-icon-brand-samsungpass; }\n.#{$ti-prefix}-brand-sass:before { content: $ti-icon-brand-sass; }\n.#{$ti-prefix}-brand-sentry:before { content: $ti-icon-brand-sentry; }\n.#{$ti-prefix}-brand-sharik:before { content: $ti-icon-brand-sharik; }\n.#{$ti-prefix}-brand-shazam:before { content: $ti-icon-brand-shazam; }\n.#{$ti-prefix}-brand-shopee:before { content: $ti-icon-brand-shopee; }\n.#{$ti-prefix}-brand-sketch:before { content: $ti-icon-brand-sketch; }\n.#{$ti-prefix}-brand-skype:before { content: $ti-icon-brand-skype; }\n.#{$ti-prefix}-brand-slack:before { content: $ti-icon-brand-slack; }\n.#{$ti-prefix}-brand-snapchat:before { content: $ti-icon-brand-snapchat; }\n.#{$ti-prefix}-brand-snapseed:before { content: $ti-icon-brand-snapseed; }\n.#{$ti-prefix}-brand-snowflake:before { content: $ti-icon-brand-snowflake; }\n.#{$ti-prefix}-brand-socket-io:before { content: $ti-icon-brand-socket-io; }\n.#{$ti-prefix}-brand-solidjs:before { content: $ti-icon-brand-solidjs; }\n.#{$ti-prefix}-brand-soundcloud:before { content: $ti-icon-brand-soundcloud; }\n.#{$ti-prefix}-brand-spacehey:before { content: $ti-icon-brand-spacehey; }\n.#{$ti-prefix}-brand-speedtest:before { content: $ti-icon-brand-speedtest; }\n.#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; }\n.#{$ti-prefix}-brand-stackoverflow:before { content: $ti-icon-brand-stackoverflow; }\n.#{$ti-prefix}-brand-stackshare:before { content: $ti-icon-brand-stackshare; }\n.#{$ti-prefix}-brand-steam:before { content: $ti-icon-brand-steam; }\n.#{$ti-prefix}-brand-stocktwits:before { content: $ti-icon-brand-stocktwits; }\n.#{$ti-prefix}-brand-storj:before { content: $ti-icon-brand-storj; }\n.#{$ti-prefix}-brand-storybook:before { content: $ti-icon-brand-storybook; }\n.#{$ti-prefix}-brand-storytel:before { content: $ti-icon-brand-storytel; }\n.#{$ti-prefix}-brand-strava:before { content: $ti-icon-brand-strava; }\n.#{$ti-prefix}-brand-stripe:before { content: $ti-icon-brand-stripe; }\n.#{$ti-prefix}-brand-sublime-text:before { content: $ti-icon-brand-sublime-text; }\n.#{$ti-prefix}-brand-sugarizer:before { content: $ti-icon-brand-sugarizer; }\n.#{$ti-prefix}-brand-supabase:before { content: $ti-icon-brand-supabase; }\n.#{$ti-prefix}-brand-superhuman:before { content: $ti-icon-brand-superhuman; }\n.#{$ti-prefix}-brand-supernova:before { content: $ti-icon-brand-supernova; }\n.#{$ti-prefix}-brand-surfshark:before { content: $ti-icon-brand-surfshark; }\n.#{$ti-prefix}-brand-svelte:before { content: $ti-icon-brand-svelte; }\n.#{$ti-prefix}-brand-swift:before { content: $ti-icon-brand-swift; }\n.#{$ti-prefix}-brand-symfony:before { content: $ti-icon-brand-symfony; }\n.#{$ti-prefix}-brand-tabler:before { content: $ti-icon-brand-tabler; }\n.#{$ti-prefix}-brand-tailwind:before { content: $ti-icon-brand-tailwind; }\n.#{$ti-prefix}-brand-taobao:before { content: $ti-icon-brand-taobao; }\n.#{$ti-prefix}-brand-teams:before { content: $ti-icon-brand-teams; }\n.#{$ti-prefix}-brand-ted:before { content: $ti-icon-brand-ted; }\n.#{$ti-prefix}-brand-telegram:before { content: $ti-icon-brand-telegram; }\n.#{$ti-prefix}-brand-terraform:before { content: $ti-icon-brand-terraform; }\n.#{$ti-prefix}-brand-tether:before { content: $ti-icon-brand-tether; }\n.#{$ti-prefix}-brand-thingiverse:before { content: $ti-icon-brand-thingiverse; }\n.#{$ti-prefix}-brand-threads:before { content: $ti-icon-brand-threads; }\n.#{$ti-prefix}-brand-threejs:before { content: $ti-icon-brand-threejs; }\n.#{$ti-prefix}-brand-tidal:before { content: $ti-icon-brand-tidal; }\n.#{$ti-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; }\n.#{$ti-prefix}-brand-tinder:before { content: $ti-icon-brand-tinder; }\n.#{$ti-prefix}-brand-topbuzz:before { content: $ti-icon-brand-topbuzz; }\n.#{$ti-prefix}-brand-torchain:before { content: $ti-icon-brand-torchain; }\n.#{$ti-prefix}-brand-toyota:before { content: $ti-icon-brand-toyota; }\n.#{$ti-prefix}-brand-trello:before { content: $ti-icon-brand-trello; }\n.#{$ti-prefix}-brand-tripadvisor:before { content: $ti-icon-brand-tripadvisor; }\n.#{$ti-prefix}-brand-tumblr:before { content: $ti-icon-brand-tumblr; }\n.#{$ti-prefix}-brand-twilio:before { content: $ti-icon-brand-twilio; }\n.#{$ti-prefix}-brand-twitch:before { content: $ti-icon-brand-twitch; }\n.#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; }\n.#{$ti-prefix}-brand-typescript:before { content: $ti-icon-brand-typescript; }\n.#{$ti-prefix}-brand-uber:before { content: $ti-icon-brand-uber; }\n.#{$ti-prefix}-brand-ubuntu:before { content: $ti-icon-brand-ubuntu; }\n.#{$ti-prefix}-brand-unity:before { content: $ti-icon-brand-unity; }\n.#{$ti-prefix}-brand-unsplash:before { content: $ti-icon-brand-unsplash; }\n.#{$ti-prefix}-brand-upwork:before { content: $ti-icon-brand-upwork; }\n.#{$ti-prefix}-brand-valorant:before { content: $ti-icon-brand-valorant; }\n.#{$ti-prefix}-brand-vercel:before { content: $ti-icon-brand-vercel; }\n.#{$ti-prefix}-brand-vimeo:before { content: $ti-icon-brand-vimeo; }\n.#{$ti-prefix}-brand-vinted:before { content: $ti-icon-brand-vinted; }\n.#{$ti-prefix}-brand-visa:before { content: $ti-icon-brand-visa; }\n.#{$ti-prefix}-brand-visual-studio:before { content: $ti-icon-brand-visual-studio; }\n.#{$ti-prefix}-brand-vite:before { content: $ti-icon-brand-vite; }\n.#{$ti-prefix}-brand-vivaldi:before { content: $ti-icon-brand-vivaldi; }\n.#{$ti-prefix}-brand-vk:before { content: $ti-icon-brand-vk; }\n.#{$ti-prefix}-brand-vlc:before { content: $ti-icon-brand-vlc; }\n.#{$ti-prefix}-brand-volkswagen:before { content: $ti-icon-brand-volkswagen; }\n.#{$ti-prefix}-brand-vsco:before { content: $ti-icon-brand-vsco; }\n.#{$ti-prefix}-brand-vscode:before { content: $ti-icon-brand-vscode; }\n.#{$ti-prefix}-brand-vue:before { content: $ti-icon-brand-vue; }\n.#{$ti-prefix}-brand-walmart:before { content: $ti-icon-brand-walmart; }\n.#{$ti-prefix}-brand-waze:before { content: $ti-icon-brand-waze; }\n.#{$ti-prefix}-brand-webflow:before { content: $ti-icon-brand-webflow; }\n.#{$ti-prefix}-brand-wechat:before { content: $ti-icon-brand-wechat; }\n.#{$ti-prefix}-brand-weibo:before { content: $ti-icon-brand-weibo; }\n.#{$ti-prefix}-brand-whatsapp:before { content: $ti-icon-brand-whatsapp; }\n.#{$ti-prefix}-brand-wikipedia:before { content: $ti-icon-brand-wikipedia; }\n.#{$ti-prefix}-brand-windows:before { content: $ti-icon-brand-windows; }\n.#{$ti-prefix}-brand-windy:before { content: $ti-icon-brand-windy; }\n.#{$ti-prefix}-brand-wish:before { content: $ti-icon-brand-wish; }\n.#{$ti-prefix}-brand-wix:before { content: $ti-icon-brand-wix; }\n.#{$ti-prefix}-brand-wordpress:before { content: $ti-icon-brand-wordpress; }\n.#{$ti-prefix}-brand-x:before { content: $ti-icon-brand-x; }\n.#{$ti-prefix}-brand-xamarin:before { content: $ti-icon-brand-xamarin; }\n.#{$ti-prefix}-brand-xbox:before { content: $ti-icon-brand-xbox; }\n.#{$ti-prefix}-brand-xdeep:before { content: $ti-icon-brand-xdeep; }\n.#{$ti-prefix}-brand-xing:before { content: $ti-icon-brand-xing; }\n.#{$ti-prefix}-brand-yahoo:before { content: $ti-icon-brand-yahoo; }\n.#{$ti-prefix}-brand-yandex:before { content: $ti-icon-brand-yandex; }\n.#{$ti-prefix}-brand-yarn:before { content: $ti-icon-brand-yarn; }\n.#{$ti-prefix}-brand-yatse:before { content: $ti-icon-brand-yatse; }\n.#{$ti-prefix}-brand-ycombinator:before { content: $ti-icon-brand-ycombinator; }\n.#{$ti-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; }\n.#{$ti-prefix}-brand-youtube-kids:before { content: $ti-icon-brand-youtube-kids; }\n.#{$ti-prefix}-brand-zalando:before { content: $ti-icon-brand-zalando; }\n.#{$ti-prefix}-brand-zapier:before { content: $ti-icon-brand-zapier; }\n.#{$ti-prefix}-brand-zeit:before { content: $ti-icon-brand-zeit; }\n.#{$ti-prefix}-brand-zhihu:before { content: $ti-icon-brand-zhihu; }\n.#{$ti-prefix}-brand-zoom:before { content: $ti-icon-brand-zoom; }\n.#{$ti-prefix}-brand-zulip:before { content: $ti-icon-brand-zulip; }\n.#{$ti-prefix}-brand-zwift:before { content: $ti-icon-brand-zwift; }\n.#{$ti-prefix}-bread:before { content: $ti-icon-bread; }\n.#{$ti-prefix}-bread-off:before { content: $ti-icon-bread-off; }\n.#{$ti-prefix}-briefcase:before { content: $ti-icon-briefcase; }\n.#{$ti-prefix}-briefcase-2:before { content: $ti-icon-briefcase-2; }\n.#{$ti-prefix}-briefcase-off:before { content: $ti-icon-briefcase-off; }\n.#{$ti-prefix}-brightness:before { content: $ti-icon-brightness; }\n.#{$ti-prefix}-brightness-2:before { content: $ti-icon-brightness-2; }\n.#{$ti-prefix}-brightness-auto:before { content: $ti-icon-brightness-auto; }\n.#{$ti-prefix}-brightness-down:before { content: $ti-icon-brightness-down; }\n.#{$ti-prefix}-brightness-half:before { content: $ti-icon-brightness-half; }\n.#{$ti-prefix}-brightness-off:before { content: $ti-icon-brightness-off; }\n.#{$ti-prefix}-brightness-up:before { content: $ti-icon-brightness-up; }\n.#{$ti-prefix}-broadcast:before { content: $ti-icon-broadcast; }\n.#{$ti-prefix}-broadcast-off:before { content: $ti-icon-broadcast-off; }\n.#{$ti-prefix}-browser:before { content: $ti-icon-browser; }\n.#{$ti-prefix}-browser-check:before { content: $ti-icon-browser-check; }\n.#{$ti-prefix}-browser-off:before { content: $ti-icon-browser-off; }\n.#{$ti-prefix}-browser-plus:before { content: $ti-icon-browser-plus; }\n.#{$ti-prefix}-browser-x:before { content: $ti-icon-browser-x; }\n.#{$ti-prefix}-brush:before { content: $ti-icon-brush; }\n.#{$ti-prefix}-brush-off:before { content: $ti-icon-brush-off; }\n.#{$ti-prefix}-bubble:before { content: $ti-icon-bubble; }\n.#{$ti-prefix}-bubble-minus:before { content: $ti-icon-bubble-minus; }\n.#{$ti-prefix}-bubble-plus:before { content: $ti-icon-bubble-plus; }\n.#{$ti-prefix}-bubble-tea:before { content: $ti-icon-bubble-tea; }\n.#{$ti-prefix}-bubble-tea-2:before { content: $ti-icon-bubble-tea-2; }\n.#{$ti-prefix}-bubble-text:before { content: $ti-icon-bubble-text; }\n.#{$ti-prefix}-bubble-x:before { content: $ti-icon-bubble-x; }\n.#{$ti-prefix}-bucket:before { content: $ti-icon-bucket; }\n.#{$ti-prefix}-bucket-droplet:before { content: $ti-icon-bucket-droplet; }\n.#{$ti-prefix}-bucket-off:before { content: $ti-icon-bucket-off; }\n.#{$ti-prefix}-bug:before { content: $ti-icon-bug; }\n.#{$ti-prefix}-bug-off:before { content: $ti-icon-bug-off; }\n.#{$ti-prefix}-building:before { content: $ti-icon-building; }\n.#{$ti-prefix}-building-airport:before { content: $ti-icon-building-airport; }\n.#{$ti-prefix}-building-arch:before { content: $ti-icon-building-arch; }\n.#{$ti-prefix}-building-bank:before { content: $ti-icon-building-bank; }\n.#{$ti-prefix}-building-bridge:before { content: $ti-icon-building-bridge; }\n.#{$ti-prefix}-building-bridge-2:before { content: $ti-icon-building-bridge-2; }\n.#{$ti-prefix}-building-broadcast-tower:before { content: $ti-icon-building-broadcast-tower; }\n.#{$ti-prefix}-building-burj-al-arab:before { content: $ti-icon-building-burj-al-arab; }\n.#{$ti-prefix}-building-carousel:before { content: $ti-icon-building-carousel; }\n.#{$ti-prefix}-building-castle:before { content: $ti-icon-building-castle; }\n.#{$ti-prefix}-building-church:before { content: $ti-icon-building-church; }\n.#{$ti-prefix}-building-circus:before { content: $ti-icon-building-circus; }\n.#{$ti-prefix}-building-cog:before { content: $ti-icon-building-cog; }\n.#{$ti-prefix}-building-community:before { content: $ti-icon-building-community; }\n.#{$ti-prefix}-building-cottage:before { content: $ti-icon-building-cottage; }\n.#{$ti-prefix}-building-estate:before { content: $ti-icon-building-estate; }\n.#{$ti-prefix}-building-factory:before { content: $ti-icon-building-factory; }\n.#{$ti-prefix}-building-factory-2:before { content: $ti-icon-building-factory-2; }\n.#{$ti-prefix}-building-fortress:before { content: $ti-icon-building-fortress; }\n.#{$ti-prefix}-building-hospital:before { content: $ti-icon-building-hospital; }\n.#{$ti-prefix}-building-lighthouse:before { content: $ti-icon-building-lighthouse; }\n.#{$ti-prefix}-building-minus:before { content: $ti-icon-building-minus; }\n.#{$ti-prefix}-building-monument:before { content: $ti-icon-building-monument; }\n.#{$ti-prefix}-building-mosque:before { content: $ti-icon-building-mosque; }\n.#{$ti-prefix}-building-off:before { content: $ti-icon-building-off; }\n.#{$ti-prefix}-building-pavilion:before { content: $ti-icon-building-pavilion; }\n.#{$ti-prefix}-building-plus:before { content: $ti-icon-building-plus; }\n.#{$ti-prefix}-building-skyscraper:before { content: $ti-icon-building-skyscraper; }\n.#{$ti-prefix}-building-stadium:before { content: $ti-icon-building-stadium; }\n.#{$ti-prefix}-building-store:before { content: $ti-icon-building-store; }\n.#{$ti-prefix}-building-tunnel:before { content: $ti-icon-building-tunnel; }\n.#{$ti-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; }\n.#{$ti-prefix}-building-wind-turbine:before { content: $ti-icon-building-wind-turbine; }\n.#{$ti-prefix}-buildings:before { content: $ti-icon-buildings; }\n.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; }\n.#{$ti-prefix}-bulb-off:before { content: $ti-icon-bulb-off; }\n.#{$ti-prefix}-bulldozer:before { content: $ti-icon-bulldozer; }\n.#{$ti-prefix}-burger:before { content: $ti-icon-burger; }\n.#{$ti-prefix}-bus:before { content: $ti-icon-bus; }\n.#{$ti-prefix}-bus-off:before { content: $ti-icon-bus-off; }\n.#{$ti-prefix}-bus-stop:before { content: $ti-icon-bus-stop; }\n.#{$ti-prefix}-businessplan:before { content: $ti-icon-businessplan; }\n.#{$ti-prefix}-butterfly:before { content: $ti-icon-butterfly; }\n.#{$ti-prefix}-cactus:before { content: $ti-icon-cactus; }\n.#{$ti-prefix}-cactus-off:before { content: $ti-icon-cactus-off; }\n.#{$ti-prefix}-cake:before { content: $ti-icon-cake; }\n.#{$ti-prefix}-cake-off:before { content: $ti-icon-cake-off; }\n.#{$ti-prefix}-calculator:before { content: $ti-icon-calculator; }\n.#{$ti-prefix}-calculator-off:before { content: $ti-icon-calculator-off; }\n.#{$ti-prefix}-calendar:before { content: $ti-icon-calendar; }\n.#{$ti-prefix}-calendar-bolt:before { content: $ti-icon-calendar-bolt; }\n.#{$ti-prefix}-calendar-cancel:before { content: $ti-icon-calendar-cancel; }\n.#{$ti-prefix}-calendar-check:before { content: $ti-icon-calendar-check; }\n.#{$ti-prefix}-calendar-clock:before { content: $ti-icon-calendar-clock; }\n.#{$ti-prefix}-calendar-code:before { content: $ti-icon-calendar-code; }\n.#{$ti-prefix}-calendar-cog:before { content: $ti-icon-calendar-cog; }\n.#{$ti-prefix}-calendar-dollar:before { content: $ti-icon-calendar-dollar; }\n.#{$ti-prefix}-calendar-dot:before { content: $ti-icon-calendar-dot; }\n.#{$ti-prefix}-calendar-down:before { content: $ti-icon-calendar-down; }\n.#{$ti-prefix}-calendar-due:before { content: $ti-icon-calendar-due; }\n.#{$ti-prefix}-calendar-event:before { content: $ti-icon-calendar-event; }\n.#{$ti-prefix}-calendar-exclamation:before { content: $ti-icon-calendar-exclamation; }\n.#{$ti-prefix}-calendar-heart:before { content: $ti-icon-calendar-heart; }\n.#{$ti-prefix}-calendar-minus:before { content: $ti-icon-calendar-minus; }\n.#{$ti-prefix}-calendar-month:before { content: $ti-icon-calendar-month; }\n.#{$ti-prefix}-calendar-off:before { content: $ti-icon-calendar-off; }\n.#{$ti-prefix}-calendar-pause:before { content: $ti-icon-calendar-pause; }\n.#{$ti-prefix}-calendar-pin:before { content: $ti-icon-calendar-pin; }\n.#{$ti-prefix}-calendar-plus:before { content: $ti-icon-calendar-plus; }\n.#{$ti-prefix}-calendar-question:before { content: $ti-icon-calendar-question; }\n.#{$ti-prefix}-calendar-repeat:before { content: $ti-icon-calendar-repeat; }\n.#{$ti-prefix}-calendar-sad:before { content: $ti-icon-calendar-sad; }\n.#{$ti-prefix}-calendar-search:before { content: $ti-icon-calendar-search; }\n.#{$ti-prefix}-calendar-share:before { content: $ti-icon-calendar-share; }\n.#{$ti-prefix}-calendar-smile:before { content: $ti-icon-calendar-smile; }\n.#{$ti-prefix}-calendar-star:before { content: $ti-icon-calendar-star; }\n.#{$ti-prefix}-calendar-stats:before { content: $ti-icon-calendar-stats; }\n.#{$ti-prefix}-calendar-time:before { content: $ti-icon-calendar-time; }\n.#{$ti-prefix}-calendar-up:before { content: $ti-icon-calendar-up; }\n.#{$ti-prefix}-calendar-user:before { content: $ti-icon-calendar-user; }\n.#{$ti-prefix}-calendar-week:before { content: $ti-icon-calendar-week; }\n.#{$ti-prefix}-calendar-x:before { content: $ti-icon-calendar-x; }\n.#{$ti-prefix}-camera:before { content: $ti-icon-camera; }\n.#{$ti-prefix}-camera-ai:before { content: $ti-icon-camera-ai; }\n.#{$ti-prefix}-camera-bitcoin:before { content: $ti-icon-camera-bitcoin; }\n.#{$ti-prefix}-camera-bolt:before { content: $ti-icon-camera-bolt; }\n.#{$ti-prefix}-camera-cancel:before { content: $ti-icon-camera-cancel; }\n.#{$ti-prefix}-camera-check:before { content: $ti-icon-camera-check; }\n.#{$ti-prefix}-camera-code:before { content: $ti-icon-camera-code; }\n.#{$ti-prefix}-camera-cog:before { content: $ti-icon-camera-cog; }\n.#{$ti-prefix}-camera-dollar:before { content: $ti-icon-camera-dollar; }\n.#{$ti-prefix}-camera-down:before { content: $ti-icon-camera-down; }\n.#{$ti-prefix}-camera-exclamation:before { content: $ti-icon-camera-exclamation; }\n.#{$ti-prefix}-camera-heart:before { content: $ti-icon-camera-heart; }\n.#{$ti-prefix}-camera-minus:before { content: $ti-icon-camera-minus; }\n.#{$ti-prefix}-camera-moon:before { content: $ti-icon-camera-moon; }\n.#{$ti-prefix}-camera-off:before { content: $ti-icon-camera-off; }\n.#{$ti-prefix}-camera-pause:before { content: $ti-icon-camera-pause; }\n.#{$ti-prefix}-camera-pin:before { content: $ti-icon-camera-pin; }\n.#{$ti-prefix}-camera-plus:before { content: $ti-icon-camera-plus; }\n.#{$ti-prefix}-camera-question:before { content: $ti-icon-camera-question; }\n.#{$ti-prefix}-camera-rotate:before { content: $ti-icon-camera-rotate; }\n.#{$ti-prefix}-camera-search:before { content: $ti-icon-camera-search; }\n.#{$ti-prefix}-camera-selfie:before { content: $ti-icon-camera-selfie; }\n.#{$ti-prefix}-camera-share:before { content: $ti-icon-camera-share; }\n.#{$ti-prefix}-camera-spark:before { content: $ti-icon-camera-spark; }\n.#{$ti-prefix}-camera-star:before { content: $ti-icon-camera-star; }\n.#{$ti-prefix}-camera-up:before { content: $ti-icon-camera-up; }\n.#{$ti-prefix}-camera-x:before { content: $ti-icon-camera-x; }\n.#{$ti-prefix}-camper:before { content: $ti-icon-camper; }\n.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; }\n.#{$ti-prefix}-cancel:before { content: $ti-icon-cancel; }\n.#{$ti-prefix}-candle:before { content: $ti-icon-candle; }\n.#{$ti-prefix}-candy:before { content: $ti-icon-candy; }\n.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; }\n.#{$ti-prefix}-cane:before { content: $ti-icon-cane; }\n.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }\n.#{$ti-prefix}-cap-projecting:before { content: $ti-icon-cap-projecting; }\n.#{$ti-prefix}-cap-rounded:before { content: $ti-icon-cap-rounded; }\n.#{$ti-prefix}-cap-straight:before { content: $ti-icon-cap-straight; }\n.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }\n.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }\n.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }\n.#{$ti-prefix}-capture-off:before { content: $ti-icon-capture-off; }\n.#{$ti-prefix}-car:before { content: $ti-icon-car; }\n.#{$ti-prefix}-car-4wd:before { content: $ti-icon-car-4wd; }\n.#{$ti-prefix}-car-crane:before { content: $ti-icon-car-crane; }\n.#{$ti-prefix}-car-crash:before { content: $ti-icon-car-crash; }\n.#{$ti-prefix}-car-fan:before { content: $ti-icon-car-fan; }\n.#{$ti-prefix}-car-fan-1:before { content: $ti-icon-car-fan-1; }\n.#{$ti-prefix}-car-fan-2:before { content: $ti-icon-car-fan-2; }\n.#{$ti-prefix}-car-fan-3:before { content: $ti-icon-car-fan-3; }\n.#{$ti-prefix}-car-fan-auto:before { content: $ti-icon-car-fan-auto; }\n.#{$ti-prefix}-car-garage:before { content: $ti-icon-car-garage; }\n.#{$ti-prefix}-car-off:before { content: $ti-icon-car-off; }\n.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; }\n.#{$ti-prefix}-car-turbine:before { content: $ti-icon-car-turbine; }\n.#{$ti-prefix}-carambola:before { content: $ti-icon-carambola; }\n.#{$ti-prefix}-caravan:before { content: $ti-icon-caravan; }\n.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; }\n.#{$ti-prefix}-cardboards-off:before { content: $ti-icon-cardboards-off; }\n.#{$ti-prefix}-cards:before { content: $ti-icon-cards; }\n.#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; }\n.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; }\n.#{$ti-prefix}-caret-left-right:before { content: $ti-icon-caret-left-right; }\n.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }\n.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }\n.#{$ti-prefix}-caret-up-down:before { content: $ti-icon-caret-up-down; }\n.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }\n.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; }\n.#{$ti-prefix}-carrot:before { content: $ti-icon-carrot; }\n.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; }\n.#{$ti-prefix}-cash:before { content: $ti-icon-cash; }\n.#{$ti-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; }\n.#{$ti-prefix}-cash-banknote-off:before { content: $ti-icon-cash-banknote-off; }\n.#{$ti-prefix}-cash-off:before { content: $ti-icon-cash-off; }\n.#{$ti-prefix}-cash-register:before { content: $ti-icon-cash-register; }\n.#{$ti-prefix}-cast:before { content: $ti-icon-cast; }\n.#{$ti-prefix}-cast-off:before { content: $ti-icon-cast-off; }\n.#{$ti-prefix}-cat:before { content: $ti-icon-cat; }\n.#{$ti-prefix}-category:before { content: $ti-icon-category; }\n.#{$ti-prefix}-category-2:before { content: $ti-icon-category-2; }\n.#{$ti-prefix}-category-minus:before { content: $ti-icon-category-minus; }\n.#{$ti-prefix}-category-plus:before { content: $ti-icon-category-plus; }\n.#{$ti-prefix}-ce:before { content: $ti-icon-ce; }\n.#{$ti-prefix}-ce-off:before { content: $ti-icon-ce-off; }\n.#{$ti-prefix}-cell:before { content: $ti-icon-cell; }\n.#{$ti-prefix}-cell-signal-1:before { content: $ti-icon-cell-signal-1; }\n.#{$ti-prefix}-cell-signal-2:before { content: $ti-icon-cell-signal-2; }\n.#{$ti-prefix}-cell-signal-3:before { content: $ti-icon-cell-signal-3; }\n.#{$ti-prefix}-cell-signal-4:before { content: $ti-icon-cell-signal-4; }\n.#{$ti-prefix}-cell-signal-5:before { content: $ti-icon-cell-signal-5; }\n.#{$ti-prefix}-cell-signal-off:before { content: $ti-icon-cell-signal-off; }\n.#{$ti-prefix}-certificate:before { content: $ti-icon-certificate; }\n.#{$ti-prefix}-certificate-2:before { content: $ti-icon-certificate-2; }\n.#{$ti-prefix}-certificate-2-off:before { content: $ti-icon-certificate-2-off; }\n.#{$ti-prefix}-certificate-off:before { content: $ti-icon-certificate-off; }\n.#{$ti-prefix}-chair-director:before { content: $ti-icon-chair-director; }\n.#{$ti-prefix}-chalkboard:before { content: $ti-icon-chalkboard; }\n.#{$ti-prefix}-chalkboard-off:before { content: $ti-icon-chalkboard-off; }\n.#{$ti-prefix}-charging-pile:before { content: $ti-icon-charging-pile; }\n.#{$ti-prefix}-chart-arcs:before { content: $ti-icon-chart-arcs; }\n.#{$ti-prefix}-chart-arcs-3:before { content: $ti-icon-chart-arcs-3; }\n.#{$ti-prefix}-chart-area:before { content: $ti-icon-chart-area; }\n.#{$ti-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; }\n.#{$ti-prefix}-chart-arrows:before { content: $ti-icon-chart-arrows; }\n.#{$ti-prefix}-chart-arrows-vertical:before { content: $ti-icon-chart-arrows-vertical; }\n.#{$ti-prefix}-chart-bar:before { content: $ti-icon-chart-bar; }\n.#{$ti-prefix}-chart-bar-off:before { content: $ti-icon-chart-bar-off; }\n.#{$ti-prefix}-chart-bar-popular:before { content: $ti-icon-chart-bar-popular; }\n.#{$ti-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; }\n.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; }\n.#{$ti-prefix}-chart-circles:before { content: $ti-icon-chart-circles; }\n.#{$ti-prefix}-chart-cohort:before { content: $ti-icon-chart-cohort; }\n.#{$ti-prefix}-chart-column:before { content: $ti-icon-chart-column; }\n.#{$ti-prefix}-chart-covariate:before { content: $ti-icon-chart-covariate; }\n.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; }\n.#{$ti-prefix}-chart-donut-2:before { content: $ti-icon-chart-donut-2; }\n.#{$ti-prefix}-chart-donut-3:before { content: $ti-icon-chart-donut-3; }\n.#{$ti-prefix}-chart-donut-4:before { content: $ti-icon-chart-donut-4; }\n.#{$ti-prefix}-chart-dots:before { content: $ti-icon-chart-dots; }\n.#{$ti-prefix}-chart-dots-2:before { content: $ti-icon-chart-dots-2; }\n.#{$ti-prefix}-chart-dots-3:before { content: $ti-icon-chart-dots-3; }\n.#{$ti-prefix}-chart-funnel:before { content: $ti-icon-chart-funnel; }\n.#{$ti-prefix}-chart-grid-dots:before { content: $ti-icon-chart-grid-dots; }\n.#{$ti-prefix}-chart-histogram:before { content: $ti-icon-chart-histogram; }\n.#{$ti-prefix}-chart-infographic:before { content: $ti-icon-chart-infographic; }\n.#{$ti-prefix}-chart-line:before { content: $ti-icon-chart-line; }\n.#{$ti-prefix}-chart-pie:before { content: $ti-icon-chart-pie; }\n.#{$ti-prefix}-chart-pie-2:before { content: $ti-icon-chart-pie-2; }\n.#{$ti-prefix}-chart-pie-3:before { content: $ti-icon-chart-pie-3; }\n.#{$ti-prefix}-chart-pie-4:before { content: $ti-icon-chart-pie-4; }\n.#{$ti-prefix}-chart-pie-off:before { content: $ti-icon-chart-pie-off; }\n.#{$ti-prefix}-chart-ppf:before { content: $ti-icon-chart-ppf; }\n.#{$ti-prefix}-chart-radar:before { content: $ti-icon-chart-radar; }\n.#{$ti-prefix}-chart-sankey:before { content: $ti-icon-chart-sankey; }\n.#{$ti-prefix}-chart-scatter:before { content: $ti-icon-chart-scatter; }\n.#{$ti-prefix}-chart-scatter-3d:before { content: $ti-icon-chart-scatter-3d; }\n.#{$ti-prefix}-chart-treemap:before { content: $ti-icon-chart-treemap; }\n.#{$ti-prefix}-check:before { content: $ti-icon-check; }\n.#{$ti-prefix}-checkbox:before { content: $ti-icon-checkbox; }\n.#{$ti-prefix}-checklist:before { content: $ti-icon-checklist; }\n.#{$ti-prefix}-checks:before { content: $ti-icon-checks; }\n.#{$ti-prefix}-checkup-list:before { content: $ti-icon-checkup-list; }\n.#{$ti-prefix}-cheese:before { content: $ti-icon-cheese; }\n.#{$ti-prefix}-chef-hat:before { content: $ti-icon-chef-hat; }\n.#{$ti-prefix}-chef-hat-off:before { content: $ti-icon-chef-hat-off; }\n.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }\n.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }\n.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; }\n.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }\n.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }\n.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }\n.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }\n.#{$ti-prefix}-chevron-compact-down:before { content: $ti-icon-chevron-compact-down; }\n.#{$ti-prefix}-chevron-compact-left:before { content: $ti-icon-chevron-compact-left; }\n.#{$ti-prefix}-chevron-compact-right:before { content: $ti-icon-chevron-compact-right; }\n.#{$ti-prefix}-chevron-compact-up:before { content: $ti-icon-chevron-compact-up; }\n.#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; }\n.#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; }\n.#{$ti-prefix}-chevron-down-right:before { content: $ti-icon-chevron-down-right; }\n.#{$ti-prefix}-chevron-left:before { content: $ti-icon-chevron-left; }\n.#{$ti-prefix}-chevron-left-pipe:before { content: $ti-icon-chevron-left-pipe; }\n.#{$ti-prefix}-chevron-right:before { content: $ti-icon-chevron-right; }\n.#{$ti-prefix}-chevron-right-pipe:before { content: $ti-icon-chevron-right-pipe; }\n.#{$ti-prefix}-chevron-up:before { content: $ti-icon-chevron-up; }\n.#{$ti-prefix}-chevron-up-left:before { content: $ti-icon-chevron-up-left; }\n.#{$ti-prefix}-chevron-up-right:before { content: $ti-icon-chevron-up-right; }\n.#{$ti-prefix}-chevrons-down:before { content: $ti-icon-chevrons-down; }\n.#{$ti-prefix}-chevrons-down-left:before { content: $ti-icon-chevrons-down-left; }\n.#{$ti-prefix}-chevrons-down-right:before { content: $ti-icon-chevrons-down-right; }\n.#{$ti-prefix}-chevrons-left:before { content: $ti-icon-chevrons-left; }\n.#{$ti-prefix}-chevrons-right:before { content: $ti-icon-chevrons-right; }\n.#{$ti-prefix}-chevrons-up:before { content: $ti-icon-chevrons-up; }\n.#{$ti-prefix}-chevrons-up-left:before { content: $ti-icon-chevrons-up-left; }\n.#{$ti-prefix}-chevrons-up-right:before { content: $ti-icon-chevrons-up-right; }\n.#{$ti-prefix}-chisel:before { content: $ti-icon-chisel; }\n.#{$ti-prefix}-christmas-ball:before { content: $ti-icon-christmas-ball; }\n.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }\n.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; }\n.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }\n.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }\n.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }\n.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; }\n.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; }\n.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; }\n.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; }\n.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; }\n.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; }\n.#{$ti-prefix}-circle-caret-down:before { content: $ti-icon-circle-caret-down; }\n.#{$ti-prefix}-circle-caret-left:before { content: $ti-icon-circle-caret-left; }\n.#{$ti-prefix}-circle-caret-right:before { content: $ti-icon-circle-caret-right; }\n.#{$ti-prefix}-circle-caret-up:before { content: $ti-icon-circle-caret-up; }\n.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; }\n.#{$ti-prefix}-circle-chevron-down:before { content: $ti-icon-circle-chevron-down; }\n.#{$ti-prefix}-circle-chevron-left:before { content: $ti-icon-circle-chevron-left; }\n.#{$ti-prefix}-circle-chevron-right:before { content: $ti-icon-circle-chevron-right; }\n.#{$ti-prefix}-circle-chevron-up:before { content: $ti-icon-circle-chevron-up; }\n.#{$ti-prefix}-circle-chevrons-down:before { content: $ti-icon-circle-chevrons-down; }\n.#{$ti-prefix}-circle-chevrons-left:before { content: $ti-icon-circle-chevrons-left; }\n.#{$ti-prefix}-circle-chevrons-right:before { content: $ti-icon-circle-chevrons-right; }\n.#{$ti-prefix}-circle-chevrons-up:before { content: $ti-icon-circle-chevrons-up; }\n.#{$ti-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; }\n.#{$ti-prefix}-circle-dashed-check:before { content: $ti-icon-circle-dashed-check; }\n.#{$ti-prefix}-circle-dashed-letter-a:before { content: $ti-icon-circle-dashed-letter-a; }\n.#{$ti-prefix}-circle-dashed-letter-b:before { content: $ti-icon-circle-dashed-letter-b; }\n.#{$ti-prefix}-circle-dashed-letter-c:before { content: $ti-icon-circle-dashed-letter-c; }\n.#{$ti-prefix}-circle-dashed-letter-d:before { content: $ti-icon-circle-dashed-letter-d; }\n.#{$ti-prefix}-circle-dashed-letter-e:before { content: $ti-icon-circle-dashed-letter-e; }\n.#{$ti-prefix}-circle-dashed-letter-f:before { content: $ti-icon-circle-dashed-letter-f; }\n.#{$ti-prefix}-circle-dashed-letter-g:before { content: $ti-icon-circle-dashed-letter-g; }\n.#{$ti-prefix}-circle-dashed-letter-h:before { content: $ti-icon-circle-dashed-letter-h; }\n.#{$ti-prefix}-circle-dashed-letter-i:before { content: $ti-icon-circle-dashed-letter-i; }\n.#{$ti-prefix}-circle-dashed-letter-j:before { content: $ti-icon-circle-dashed-letter-j; }\n.#{$ti-prefix}-circle-dashed-letter-k:before { content: $ti-icon-circle-dashed-letter-k; }\n.#{$ti-prefix}-circle-dashed-letter-l:before { content: $ti-icon-circle-dashed-letter-l; }\n.#{$ti-prefix}-circle-dashed-letter-m:before { content: $ti-icon-circle-dashed-letter-m; }\n.#{$ti-prefix}-circle-dashed-letter-n:before { content: $ti-icon-circle-dashed-letter-n; }\n.#{$ti-prefix}-circle-dashed-letter-o:before { content: $ti-icon-circle-dashed-letter-o; }\n.#{$ti-prefix}-circle-dashed-letter-p:before { content: $ti-icon-circle-dashed-letter-p; }\n.#{$ti-prefix}-circle-dashed-letter-q:before { content: $ti-icon-circle-dashed-letter-q; }\n.#{$ti-prefix}-circle-dashed-letter-r:before { content: $ti-icon-circle-dashed-letter-r; }\n.#{$ti-prefix}-circle-dashed-letter-s:before { content: $ti-icon-circle-dashed-letter-s; }\n.#{$ti-prefix}-circle-dashed-letter-t:before { content: $ti-icon-circle-dashed-letter-t; }\n.#{$ti-prefix}-circle-dashed-letter-u:before { content: $ti-icon-circle-dashed-letter-u; }\n.#{$ti-prefix}-circle-dashed-letter-v:before { content: $ti-icon-circle-dashed-letter-v; }\n.#{$ti-prefix}-circle-dashed-letter-w:before { content: $ti-icon-circle-dashed-letter-w; }\n.#{$ti-prefix}-circle-dashed-letter-x:before { content: $ti-icon-circle-dashed-letter-x; }\n.#{$ti-prefix}-circle-dashed-letter-y:before { content: $ti-icon-circle-dashed-letter-y; }\n.#{$ti-prefix}-circle-dashed-letter-z:before { content: $ti-icon-circle-dashed-letter-z; }\n.#{$ti-prefix}-circle-dashed-minus:before { content: $ti-icon-circle-dashed-minus; }\n.#{$ti-prefix}-circle-dashed-number-0:before { content: $ti-icon-circle-dashed-number-0; }\n.#{$ti-prefix}-circle-dashed-number-1:before { content: $ti-icon-circle-dashed-number-1; }\n.#{$ti-prefix}-circle-dashed-number-2:before { content: $ti-icon-circle-dashed-number-2; }\n.#{$ti-prefix}-circle-dashed-number-3:before { content: $ti-icon-circle-dashed-number-3; }\n.#{$ti-prefix}-circle-dashed-number-4:before { content: $ti-icon-circle-dashed-number-4; }\n.#{$ti-prefix}-circle-dashed-number-5:before { content: $ti-icon-circle-dashed-number-5; }\n.#{$ti-prefix}-circle-dashed-number-6:before { content: $ti-icon-circle-dashed-number-6; }\n.#{$ti-prefix}-circle-dashed-number-7:before { content: $ti-icon-circle-dashed-number-7; }\n.#{$ti-prefix}-circle-dashed-number-8:before { content: $ti-icon-circle-dashed-number-8; }\n.#{$ti-prefix}-circle-dashed-number-9:before { content: $ti-icon-circle-dashed-number-9; }\n.#{$ti-prefix}-circle-dashed-percentage:before { content: $ti-icon-circle-dashed-percentage; }\n.#{$ti-prefix}-circle-dashed-plus:before { content: $ti-icon-circle-dashed-plus; }\n.#{$ti-prefix}-circle-dashed-x:before { content: $ti-icon-circle-dashed-x; }\n.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }\n.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; }\n.#{$ti-prefix}-circle-dotted-letter-a:before { content: $ti-icon-circle-dotted-letter-a; }\n.#{$ti-prefix}-circle-dotted-letter-b:before { content: $ti-icon-circle-dotted-letter-b; }\n.#{$ti-prefix}-circle-dotted-letter-c:before { content: $ti-icon-circle-dotted-letter-c; }\n.#{$ti-prefix}-circle-dotted-letter-d:before { content: $ti-icon-circle-dotted-letter-d; }\n.#{$ti-prefix}-circle-dotted-letter-e:before { content: $ti-icon-circle-dotted-letter-e; }\n.#{$ti-prefix}-circle-dotted-letter-f:before { content: $ti-icon-circle-dotted-letter-f; }\n.#{$ti-prefix}-circle-dotted-letter-g:before { content: $ti-icon-circle-dotted-letter-g; }\n.#{$ti-prefix}-circle-dotted-letter-h:before { content: $ti-icon-circle-dotted-letter-h; }\n.#{$ti-prefix}-circle-dotted-letter-i:before { content: $ti-icon-circle-dotted-letter-i; }\n.#{$ti-prefix}-circle-dotted-letter-j:before { content: $ti-icon-circle-dotted-letter-j; }\n.#{$ti-prefix}-circle-dotted-letter-k:before { content: $ti-icon-circle-dotted-letter-k; }\n.#{$ti-prefix}-circle-dotted-letter-l:before { content: $ti-icon-circle-dotted-letter-l; }\n.#{$ti-prefix}-circle-dotted-letter-m:before { content: $ti-icon-circle-dotted-letter-m; }\n.#{$ti-prefix}-circle-dotted-letter-n:before { content: $ti-icon-circle-dotted-letter-n; }\n.#{$ti-prefix}-circle-dotted-letter-o:before { content: $ti-icon-circle-dotted-letter-o; }\n.#{$ti-prefix}-circle-dotted-letter-p:before { content: $ti-icon-circle-dotted-letter-p; }\n.#{$ti-prefix}-circle-dotted-letter-q:before { content: $ti-icon-circle-dotted-letter-q; }\n.#{$ti-prefix}-circle-dotted-letter-r:before { content: $ti-icon-circle-dotted-letter-r; }\n.#{$ti-prefix}-circle-dotted-letter-s:before { content: $ti-icon-circle-dotted-letter-s; }\n.#{$ti-prefix}-circle-dotted-letter-t:before { content: $ti-icon-circle-dotted-letter-t; }\n.#{$ti-prefix}-circle-dotted-letter-u:before { content: $ti-icon-circle-dotted-letter-u; }\n.#{$ti-prefix}-circle-dotted-letter-v:before { content: $ti-icon-circle-dotted-letter-v; }\n.#{$ti-prefix}-circle-dotted-letter-w:before { content: $ti-icon-circle-dotted-letter-w; }\n.#{$ti-prefix}-circle-dotted-letter-x:before { content: $ti-icon-circle-dotted-letter-x; }\n.#{$ti-prefix}-circle-dotted-letter-y:before { content: $ti-icon-circle-dotted-letter-y; }\n.#{$ti-prefix}-circle-dotted-letter-z:before { content: $ti-icon-circle-dotted-letter-z; }\n.#{$ti-prefix}-circle-half:before { content: $ti-icon-circle-half; }\n.#{$ti-prefix}-circle-half-2:before { content: $ti-icon-circle-half-2; }\n.#{$ti-prefix}-circle-half-vertical:before { content: $ti-icon-circle-half-vertical; }\n.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }\n.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }\n.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }\n.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }\n.#{$ti-prefix}-circle-letter-d:before { content: $ti-icon-circle-letter-d; }\n.#{$ti-prefix}-circle-letter-e:before { content: $ti-icon-circle-letter-e; }\n.#{$ti-prefix}-circle-letter-f:before { content: $ti-icon-circle-letter-f; }\n.#{$ti-prefix}-circle-letter-g:before { content: $ti-icon-circle-letter-g; }\n.#{$ti-prefix}-circle-letter-h:before { content: $ti-icon-circle-letter-h; }\n.#{$ti-prefix}-circle-letter-i:before { content: $ti-icon-circle-letter-i; }\n.#{$ti-prefix}-circle-letter-j:before { content: $ti-icon-circle-letter-j; }\n.#{$ti-prefix}-circle-letter-k:before { content: $ti-icon-circle-letter-k; }\n.#{$ti-prefix}-circle-letter-l:before { content: $ti-icon-circle-letter-l; }\n.#{$ti-prefix}-circle-letter-m:before { content: $ti-icon-circle-letter-m; }\n.#{$ti-prefix}-circle-letter-n:before { content: $ti-icon-circle-letter-n; }\n.#{$ti-prefix}-circle-letter-o:before { content: $ti-icon-circle-letter-o; }\n.#{$ti-prefix}-circle-letter-p:before { content: $ti-icon-circle-letter-p; }\n.#{$ti-prefix}-circle-letter-q:before { content: $ti-icon-circle-letter-q; }\n.#{$ti-prefix}-circle-letter-r:before { content: $ti-icon-circle-letter-r; }\n.#{$ti-prefix}-circle-letter-s:before { content: $ti-icon-circle-letter-s; }\n.#{$ti-prefix}-circle-letter-t:before { content: $ti-icon-circle-letter-t; }\n.#{$ti-prefix}-circle-letter-u:before { content: $ti-icon-circle-letter-u; }\n.#{$ti-prefix}-circle-letter-v:before { content: $ti-icon-circle-letter-v; }\n.#{$ti-prefix}-circle-letter-w:before { content: $ti-icon-circle-letter-w; }\n.#{$ti-prefix}-circle-letter-x:before { content: $ti-icon-circle-letter-x; }\n.#{$ti-prefix}-circle-letter-y:before { content: $ti-icon-circle-letter-y; }\n.#{$ti-prefix}-circle-letter-z:before { content: $ti-icon-circle-letter-z; }\n.#{$ti-prefix}-circle-minus:before { content: $ti-icon-circle-minus; }\n.#{$ti-prefix}-circle-minus-2:before { content: $ti-icon-circle-minus-2; }\n.#{$ti-prefix}-circle-number-0:before { content: $ti-icon-circle-number-0; }\n.#{$ti-prefix}-circle-number-1:before { content: $ti-icon-circle-number-1; }\n.#{$ti-prefix}-circle-number-2:before { content: $ti-icon-circle-number-2; }\n.#{$ti-prefix}-circle-number-3:before { content: $ti-icon-circle-number-3; }\n.#{$ti-prefix}-circle-number-4:before { content: $ti-icon-circle-number-4; }\n.#{$ti-prefix}-circle-number-5:before { content: $ti-icon-circle-number-5; }\n.#{$ti-prefix}-circle-number-6:before { content: $ti-icon-circle-number-6; }\n.#{$ti-prefix}-circle-number-7:before { content: $ti-icon-circle-number-7; }\n.#{$ti-prefix}-circle-number-8:before { content: $ti-icon-circle-number-8; }\n.#{$ti-prefix}-circle-number-9:before { content: $ti-icon-circle-number-9; }\n.#{$ti-prefix}-circle-off:before { content: $ti-icon-circle-off; }\n.#{$ti-prefix}-circle-percentage:before { content: $ti-icon-circle-percentage; }\n.#{$ti-prefix}-circle-plus:before { content: $ti-icon-circle-plus; }\n.#{$ti-prefix}-circle-plus-2:before { content: $ti-icon-circle-plus-2; }\n.#{$ti-prefix}-circle-rectangle:before { content: $ti-icon-circle-rectangle; }\n.#{$ti-prefix}-circle-rectangle-off:before { content: $ti-icon-circle-rectangle-off; }\n.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; }\n.#{$ti-prefix}-circle-triangle:before { content: $ti-icon-circle-triangle; }\n.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }\n.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }\n.#{$ti-prefix}-circles-relation:before { content: $ti-icon-circles-relation; }\n.#{$ti-prefix}-circuit-ammeter:before { content: $ti-icon-circuit-ammeter; }\n.#{$ti-prefix}-circuit-battery:before { content: $ti-icon-circuit-battery; }\n.#{$ti-prefix}-circuit-bulb:before { content: $ti-icon-circuit-bulb; }\n.#{$ti-prefix}-circuit-capacitor:before { content: $ti-icon-circuit-capacitor; }\n.#{$ti-prefix}-circuit-capacitor-polarized:before { content: $ti-icon-circuit-capacitor-polarized; }\n.#{$ti-prefix}-circuit-cell:before { content: $ti-icon-circuit-cell; }\n.#{$ti-prefix}-circuit-cell-plus:before { content: $ti-icon-circuit-cell-plus; }\n.#{$ti-prefix}-circuit-changeover:before { content: $ti-icon-circuit-changeover; }\n.#{$ti-prefix}-circuit-diode:before { content: $ti-icon-circuit-diode; }\n.#{$ti-prefix}-circuit-diode-zener:before { content: $ti-icon-circuit-diode-zener; }\n.#{$ti-prefix}-circuit-ground:before { content: $ti-icon-circuit-ground; }\n.#{$ti-prefix}-circuit-ground-digital:before { content: $ti-icon-circuit-ground-digital; }\n.#{$ti-prefix}-circuit-inductor:before { content: $ti-icon-circuit-inductor; }\n.#{$ti-prefix}-circuit-motor:before { content: $ti-icon-circuit-motor; }\n.#{$ti-prefix}-circuit-pushbutton:before { content: $ti-icon-circuit-pushbutton; }\n.#{$ti-prefix}-circuit-resistor:before { content: $ti-icon-circuit-resistor; }\n.#{$ti-prefix}-circuit-switch-closed:before { content: $ti-icon-circuit-switch-closed; }\n.#{$ti-prefix}-circuit-switch-open:before { content: $ti-icon-circuit-switch-open; }\n.#{$ti-prefix}-circuit-voltmeter:before { content: $ti-icon-circuit-voltmeter; }\n.#{$ti-prefix}-clear-all:before { content: $ti-icon-clear-all; }\n.#{$ti-prefix}-clear-formatting:before { content: $ti-icon-clear-formatting; }\n.#{$ti-prefix}-click:before { content: $ti-icon-click; }\n.#{$ti-prefix}-cliff-jumping:before { content: $ti-icon-cliff-jumping; }\n.#{$ti-prefix}-clipboard:before { content: $ti-icon-clipboard; }\n.#{$ti-prefix}-clipboard-check:before { content: $ti-icon-clipboard-check; }\n.#{$ti-prefix}-clipboard-copy:before { content: $ti-icon-clipboard-copy; }\n.#{$ti-prefix}-clipboard-data:before { content: $ti-icon-clipboard-data; }\n.#{$ti-prefix}-clipboard-heart:before { content: $ti-icon-clipboard-heart; }\n.#{$ti-prefix}-clipboard-list:before { content: $ti-icon-clipboard-list; }\n.#{$ti-prefix}-clipboard-off:before { content: $ti-icon-clipboard-off; }\n.#{$ti-prefix}-clipboard-plus:before { content: $ti-icon-clipboard-plus; }\n.#{$ti-prefix}-clipboard-smile:before { content: $ti-icon-clipboard-smile; }\n.#{$ti-prefix}-clipboard-text:before { content: $ti-icon-clipboard-text; }\n.#{$ti-prefix}-clipboard-typography:before { content: $ti-icon-clipboard-typography; }\n.#{$ti-prefix}-clipboard-x:before { content: $ti-icon-clipboard-x; }\n.#{$ti-prefix}-clock:before { content: $ti-icon-clock; }\n.#{$ti-prefix}-clock-12:before { content: $ti-icon-clock-12; }\n.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; }\n.#{$ti-prefix}-clock-24:before { content: $ti-icon-clock-24; }\n.#{$ti-prefix}-clock-bitcoin:before { content: $ti-icon-clock-bitcoin; }\n.#{$ti-prefix}-clock-bolt:before { content: $ti-icon-clock-bolt; }\n.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; }\n.#{$ti-prefix}-clock-check:before { content: $ti-icon-clock-check; }\n.#{$ti-prefix}-clock-code:before { content: $ti-icon-clock-code; }\n.#{$ti-prefix}-clock-cog:before { content: $ti-icon-clock-cog; }\n.#{$ti-prefix}-clock-dollar:before { content: $ti-icon-clock-dollar; }\n.#{$ti-prefix}-clock-down:before { content: $ti-icon-clock-down; }\n.#{$ti-prefix}-clock-edit:before { content: $ti-icon-clock-edit; }\n.#{$ti-prefix}-clock-exclamation:before { content: $ti-icon-clock-exclamation; }\n.#{$ti-prefix}-clock-heart:before { content: $ti-icon-clock-heart; }\n.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }\n.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }\n.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }\n.#{$ti-prefix}-clock-hour-12:before { content: $ti-icon-clock-hour-12; }\n.#{$ti-prefix}-clock-hour-2:before { content: $ti-icon-clock-hour-2; }\n.#{$ti-prefix}-clock-hour-3:before { content: $ti-icon-clock-hour-3; }\n.#{$ti-prefix}-clock-hour-4:before { content: $ti-icon-clock-hour-4; }\n.#{$ti-prefix}-clock-hour-5:before { content: $ti-icon-clock-hour-5; }\n.#{$ti-prefix}-clock-hour-6:before { content: $ti-icon-clock-hour-6; }\n.#{$ti-prefix}-clock-hour-7:before { content: $ti-icon-clock-hour-7; }\n.#{$ti-prefix}-clock-hour-8:before { content: $ti-icon-clock-hour-8; }\n.#{$ti-prefix}-clock-hour-9:before { content: $ti-icon-clock-hour-9; }\n.#{$ti-prefix}-clock-minus:before { content: $ti-icon-clock-minus; }\n.#{$ti-prefix}-clock-off:before { content: $ti-icon-clock-off; }\n.#{$ti-prefix}-clock-pause:before { content: $ti-icon-clock-pause; }\n.#{$ti-prefix}-clock-pin:before { content: $ti-icon-clock-pin; }\n.#{$ti-prefix}-clock-play:before { content: $ti-icon-clock-play; }\n.#{$ti-prefix}-clock-plus:before { content: $ti-icon-clock-plus; }\n.#{$ti-prefix}-clock-question:before { content: $ti-icon-clock-question; }\n.#{$ti-prefix}-clock-record:before { content: $ti-icon-clock-record; }\n.#{$ti-prefix}-clock-search:before { content: $ti-icon-clock-search; }\n.#{$ti-prefix}-clock-share:before { content: $ti-icon-clock-share; }\n.#{$ti-prefix}-clock-shield:before { content: $ti-icon-clock-shield; }\n.#{$ti-prefix}-clock-star:before { content: $ti-icon-clock-star; }\n.#{$ti-prefix}-clock-stop:before { content: $ti-icon-clock-stop; }\n.#{$ti-prefix}-clock-up:before { content: $ti-icon-clock-up; }\n.#{$ti-prefix}-clock-x:before { content: $ti-icon-clock-x; }\n.#{$ti-prefix}-clothes-rack:before { content: $ti-icon-clothes-rack; }\n.#{$ti-prefix}-clothes-rack-off:before { content: $ti-icon-clothes-rack-off; }\n.#{$ti-prefix}-cloud:before { content: $ti-icon-cloud; }\n.#{$ti-prefix}-cloud-bitcoin:before { content: $ti-icon-cloud-bitcoin; }\n.#{$ti-prefix}-cloud-bolt:before { content: $ti-icon-cloud-bolt; }\n.#{$ti-prefix}-cloud-cancel:before { content: $ti-icon-cloud-cancel; }\n.#{$ti-prefix}-cloud-check:before { content: $ti-icon-cloud-check; }\n.#{$ti-prefix}-cloud-code:before { content: $ti-icon-cloud-code; }\n.#{$ti-prefix}-cloud-cog:before { content: $ti-icon-cloud-cog; }\n.#{$ti-prefix}-cloud-computing:before { content: $ti-icon-cloud-computing; }\n.#{$ti-prefix}-cloud-data-connection:before { content: $ti-icon-cloud-data-connection; }\n.#{$ti-prefix}-cloud-dollar:before { content: $ti-icon-cloud-dollar; }\n.#{$ti-prefix}-cloud-down:before { content: $ti-icon-cloud-down; }\n.#{$ti-prefix}-cloud-download:before { content: $ti-icon-cloud-download; }\n.#{$ti-prefix}-cloud-exclamation:before { content: $ti-icon-cloud-exclamation; }\n.#{$ti-prefix}-cloud-fog:before { content: $ti-icon-cloud-fog; }\n.#{$ti-prefix}-cloud-heart:before { content: $ti-icon-cloud-heart; }\n.#{$ti-prefix}-cloud-lock:before { content: $ti-icon-cloud-lock; }\n.#{$ti-prefix}-cloud-lock-open:before { content: $ti-icon-cloud-lock-open; }\n.#{$ti-prefix}-cloud-minus:before { content: $ti-icon-cloud-minus; }\n.#{$ti-prefix}-cloud-network:before { content: $ti-icon-cloud-network; }\n.#{$ti-prefix}-cloud-off:before { content: $ti-icon-cloud-off; }\n.#{$ti-prefix}-cloud-pause:before { content: $ti-icon-cloud-pause; }\n.#{$ti-prefix}-cloud-pin:before { content: $ti-icon-cloud-pin; }\n.#{$ti-prefix}-cloud-plus:before { content: $ti-icon-cloud-plus; }\n.#{$ti-prefix}-cloud-question:before { content: $ti-icon-cloud-question; }\n.#{$ti-prefix}-cloud-rain:before { content: $ti-icon-cloud-rain; }\n.#{$ti-prefix}-cloud-search:before { content: $ti-icon-cloud-search; }\n.#{$ti-prefix}-cloud-share:before { content: $ti-icon-cloud-share; }\n.#{$ti-prefix}-cloud-snow:before { content: $ti-icon-cloud-snow; }\n.#{$ti-prefix}-cloud-star:before { content: $ti-icon-cloud-star; }\n.#{$ti-prefix}-cloud-storm:before { content: $ti-icon-cloud-storm; }\n.#{$ti-prefix}-cloud-up:before { content: $ti-icon-cloud-up; }\n.#{$ti-prefix}-cloud-upload:before { content: $ti-icon-cloud-upload; }\n.#{$ti-prefix}-cloud-x:before { content: $ti-icon-cloud-x; }\n.#{$ti-prefix}-clover:before { content: $ti-icon-clover; }\n.#{$ti-prefix}-clover-2:before { content: $ti-icon-clover-2; }\n.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; }\n.#{$ti-prefix}-code:before { content: $ti-icon-code; }\n.#{$ti-prefix}-code-asterisk:before { content: $ti-icon-code-asterisk; }\n.#{$ti-prefix}-code-circle:before { content: $ti-icon-code-circle; }\n.#{$ti-prefix}-code-circle-2:before { content: $ti-icon-code-circle-2; }\n.#{$ti-prefix}-code-dots:before { content: $ti-icon-code-dots; }\n.#{$ti-prefix}-code-minus:before { content: $ti-icon-code-minus; }\n.#{$ti-prefix}-code-off:before { content: $ti-icon-code-off; }\n.#{$ti-prefix}-code-plus:before { content: $ti-icon-code-plus; }\n.#{$ti-prefix}-coffee:before { content: $ti-icon-coffee; }\n.#{$ti-prefix}-coffee-off:before { content: $ti-icon-coffee-off; }\n.#{$ti-prefix}-coffin:before { content: $ti-icon-coffin; }\n.#{$ti-prefix}-coin:before { content: $ti-icon-coin; }\n.#{$ti-prefix}-coin-bitcoin:before { content: $ti-icon-coin-bitcoin; }\n.#{$ti-prefix}-coin-euro:before { content: $ti-icon-coin-euro; }\n.#{$ti-prefix}-coin-monero:before { content: $ti-icon-coin-monero; }\n.#{$ti-prefix}-coin-off:before { content: $ti-icon-coin-off; }\n.#{$ti-prefix}-coin-pound:before { content: $ti-icon-coin-pound; }\n.#{$ti-prefix}-coin-rupee:before { content: $ti-icon-coin-rupee; }\n.#{$ti-prefix}-coin-taka:before { content: $ti-icon-coin-taka; }\n.#{$ti-prefix}-coin-yen:before { content: $ti-icon-coin-yen; }\n.#{$ti-prefix}-coin-yuan:before { content: $ti-icon-coin-yuan; }\n.#{$ti-prefix}-coins:before { content: $ti-icon-coins; }\n.#{$ti-prefix}-color-filter:before { content: $ti-icon-color-filter; }\n.#{$ti-prefix}-color-picker:before { content: $ti-icon-color-picker; }\n.#{$ti-prefix}-color-picker-off:before { content: $ti-icon-color-picker-off; }\n.#{$ti-prefix}-color-swatch:before { content: $ti-icon-color-swatch; }\n.#{$ti-prefix}-color-swatch-off:before { content: $ti-icon-color-swatch-off; }\n.#{$ti-prefix}-column-insert-left:before { content: $ti-icon-column-insert-left; }\n.#{$ti-prefix}-column-insert-right:before { content: $ti-icon-column-insert-right; }\n.#{$ti-prefix}-column-remove:before { content: $ti-icon-column-remove; }\n.#{$ti-prefix}-columns:before { content: $ti-icon-columns; }\n.#{$ti-prefix}-columns-1:before { content: $ti-icon-columns-1; }\n.#{$ti-prefix}-columns-2:before { content: $ti-icon-columns-2; }\n.#{$ti-prefix}-columns-3:before { content: $ti-icon-columns-3; }\n.#{$ti-prefix}-columns-off:before { content: $ti-icon-columns-off; }\n.#{$ti-prefix}-comet:before { content: $ti-icon-comet; }\n.#{$ti-prefix}-command:before { content: $ti-icon-command; }\n.#{$ti-prefix}-command-off:before { content: $ti-icon-command-off; }\n.#{$ti-prefix}-compass:before { content: $ti-icon-compass; }\n.#{$ti-prefix}-compass-off:before { content: $ti-icon-compass-off; }\n.#{$ti-prefix}-components:before { content: $ti-icon-components; }\n.#{$ti-prefix}-components-off:before { content: $ti-icon-components-off; }\n.#{$ti-prefix}-cone:before { content: $ti-icon-cone; }\n.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; }\n.#{$ti-prefix}-cone-off:before { content: $ti-icon-cone-off; }\n.#{$ti-prefix}-cone-plus:before { content: $ti-icon-cone-plus; }\n.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; }\n.#{$ti-prefix}-confetti-off:before { content: $ti-icon-confetti-off; }\n.#{$ti-prefix}-confucius:before { content: $ti-icon-confucius; }\n.#{$ti-prefix}-congruent-to:before { content: $ti-icon-congruent-to; }\n.#{$ti-prefix}-container:before { content: $ti-icon-container; }\n.#{$ti-prefix}-container-off:before { content: $ti-icon-container-off; }\n.#{$ti-prefix}-contract:before { content: $ti-icon-contract; }\n.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; }\n.#{$ti-prefix}-contrast-2:before { content: $ti-icon-contrast-2; }\n.#{$ti-prefix}-contrast-2-off:before { content: $ti-icon-contrast-2-off; }\n.#{$ti-prefix}-contrast-off:before { content: $ti-icon-contrast-off; }\n.#{$ti-prefix}-cooker:before { content: $ti-icon-cooker; }\n.#{$ti-prefix}-cookie:before { content: $ti-icon-cookie; }\n.#{$ti-prefix}-cookie-man:before { content: $ti-icon-cookie-man; }\n.#{$ti-prefix}-cookie-off:before { content: $ti-icon-cookie-off; }\n.#{$ti-prefix}-copy:before { content: $ti-icon-copy; }\n.#{$ti-prefix}-copy-check:before { content: $ti-icon-copy-check; }\n.#{$ti-prefix}-copy-minus:before { content: $ti-icon-copy-minus; }\n.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; }\n.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; }\n.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; }\n.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }\n.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }\n.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }\n.#{$ti-prefix}-copyright-off:before { content: $ti-icon-copyright-off; }\n.#{$ti-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; }\n.#{$ti-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; }\n.#{$ti-prefix}-corner-down-right:before { content: $ti-icon-corner-down-right; }\n.#{$ti-prefix}-corner-down-right-double:before { content: $ti-icon-corner-down-right-double; }\n.#{$ti-prefix}-corner-left-down:before { content: $ti-icon-corner-left-down; }\n.#{$ti-prefix}-corner-left-down-double:before { content: $ti-icon-corner-left-down-double; }\n.#{$ti-prefix}-corner-left-up:before { content: $ti-icon-corner-left-up; }\n.#{$ti-prefix}-corner-left-up-double:before { content: $ti-icon-corner-left-up-double; }\n.#{$ti-prefix}-corner-right-down:before { content: $ti-icon-corner-right-down; }\n.#{$ti-prefix}-corner-right-down-double:before { content: $ti-icon-corner-right-down-double; }\n.#{$ti-prefix}-corner-right-up:before { content: $ti-icon-corner-right-up; }\n.#{$ti-prefix}-corner-right-up-double:before { content: $ti-icon-corner-right-up-double; }\n.#{$ti-prefix}-corner-up-left:before { content: $ti-icon-corner-up-left; }\n.#{$ti-prefix}-corner-up-left-double:before { content: $ti-icon-corner-up-left-double; }\n.#{$ti-prefix}-corner-up-right:before { content: $ti-icon-corner-up-right; }\n.#{$ti-prefix}-corner-up-right-double:before { content: $ti-icon-corner-up-right-double; }\n.#{$ti-prefix}-cpu:before { content: $ti-icon-cpu; }\n.#{$ti-prefix}-cpu-2:before { content: $ti-icon-cpu-2; }\n.#{$ti-prefix}-cpu-off:before { content: $ti-icon-cpu-off; }\n.#{$ti-prefix}-crane:before { content: $ti-icon-crane; }\n.#{$ti-prefix}-crane-off:before { content: $ti-icon-crane-off; }\n.#{$ti-prefix}-creative-commons:before { content: $ti-icon-creative-commons; }\n.#{$ti-prefix}-creative-commons-by:before { content: $ti-icon-creative-commons-by; }\n.#{$ti-prefix}-creative-commons-nc:before { content: $ti-icon-creative-commons-nc; }\n.#{$ti-prefix}-creative-commons-nd:before { content: $ti-icon-creative-commons-nd; }\n.#{$ti-prefix}-creative-commons-off:before { content: $ti-icon-creative-commons-off; }\n.#{$ti-prefix}-creative-commons-sa:before { content: $ti-icon-creative-commons-sa; }\n.#{$ti-prefix}-creative-commons-zero:before { content: $ti-icon-creative-commons-zero; }\n.#{$ti-prefix}-credit-card:before { content: $ti-icon-credit-card; }\n.#{$ti-prefix}-credit-card-off:before { content: $ti-icon-credit-card-off; }\n.#{$ti-prefix}-credit-card-pay:before { content: $ti-icon-credit-card-pay; }\n.#{$ti-prefix}-credit-card-refund:before { content: $ti-icon-credit-card-refund; }\n.#{$ti-prefix}-cricket:before { content: $ti-icon-cricket; }\n.#{$ti-prefix}-crop:before { content: $ti-icon-crop; }\n.#{$ti-prefix}-crop-1-1:before { content: $ti-icon-crop-1-1; }\n.#{$ti-prefix}-crop-16-9:before { content: $ti-icon-crop-16-9; }\n.#{$ti-prefix}-crop-3-2:before { content: $ti-icon-crop-3-2; }\n.#{$ti-prefix}-crop-5-4:before { content: $ti-icon-crop-5-4; }\n.#{$ti-prefix}-crop-7-5:before { content: $ti-icon-crop-7-5; }\n.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; }\n.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; }\n.#{$ti-prefix}-cross:before { content: $ti-icon-cross; }\n.#{$ti-prefix}-cross-off:before { content: $ti-icon-cross-off; }\n.#{$ti-prefix}-crosshair:before { content: $ti-icon-crosshair; }\n.#{$ti-prefix}-crown:before { content: $ti-icon-crown; }\n.#{$ti-prefix}-crown-off:before { content: $ti-icon-crown-off; }\n.#{$ti-prefix}-crutches:before { content: $ti-icon-crutches; }\n.#{$ti-prefix}-crutches-off:before { content: $ti-icon-crutches-off; }\n.#{$ti-prefix}-crystal-ball:before { content: $ti-icon-crystal-ball; }\n.#{$ti-prefix}-csv:before { content: $ti-icon-csv; }\n.#{$ti-prefix}-cube:before { content: $ti-icon-cube; }\n.#{$ti-prefix}-cube-3d-sphere:before { content: $ti-icon-cube-3d-sphere; }\n.#{$ti-prefix}-cube-3d-sphere-off:before { content: $ti-icon-cube-3d-sphere-off; }\n.#{$ti-prefix}-cube-off:before { content: $ti-icon-cube-off; }\n.#{$ti-prefix}-cube-plus:before { content: $ti-icon-cube-plus; }\n.#{$ti-prefix}-cube-send:before { content: $ti-icon-cube-send; }\n.#{$ti-prefix}-cube-spark:before { content: $ti-icon-cube-spark; }\n.#{$ti-prefix}-cube-unfolded:before { content: $ti-icon-cube-unfolded; }\n.#{$ti-prefix}-cup:before { content: $ti-icon-cup; }\n.#{$ti-prefix}-cup-off:before { content: $ti-icon-cup-off; }\n.#{$ti-prefix}-curling:before { content: $ti-icon-curling; }\n.#{$ti-prefix}-curly-loop:before { content: $ti-icon-curly-loop; }\n.#{$ti-prefix}-currency:before { content: $ti-icon-currency; }\n.#{$ti-prefix}-currency-afghani:before { content: $ti-icon-currency-afghani; }\n.#{$ti-prefix}-currency-bahraini:before { content: $ti-icon-currency-bahraini; }\n.#{$ti-prefix}-currency-baht:before { content: $ti-icon-currency-baht; }\n.#{$ti-prefix}-currency-bitcoin:before { content: $ti-icon-currency-bitcoin; }\n.#{$ti-prefix}-currency-cent:before { content: $ti-icon-currency-cent; }\n.#{$ti-prefix}-currency-dinar:before { content: $ti-icon-currency-dinar; }\n.#{$ti-prefix}-currency-dirham:before { content: $ti-icon-currency-dirham; }\n.#{$ti-prefix}-currency-dogecoin:before { content: $ti-icon-currency-dogecoin; }\n.#{$ti-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; }\n.#{$ti-prefix}-currency-dollar-australian:before { content: $ti-icon-currency-dollar-australian; }\n.#{$ti-prefix}-currency-dollar-brunei:before { content: $ti-icon-currency-dollar-brunei; }\n.#{$ti-prefix}-currency-dollar-canadian:before { content: $ti-icon-currency-dollar-canadian; }\n.#{$ti-prefix}-currency-dollar-guyanese:before { content: $ti-icon-currency-dollar-guyanese; }\n.#{$ti-prefix}-currency-dollar-off:before { content: $ti-icon-currency-dollar-off; }\n.#{$ti-prefix}-currency-dollar-singapore:before { content: $ti-icon-currency-dollar-singapore; }\n.#{$ti-prefix}-currency-dollar-zimbabwean:before { content: $ti-icon-currency-dollar-zimbabwean; }\n.#{$ti-prefix}-currency-dong:before { content: $ti-icon-currency-dong; }\n.#{$ti-prefix}-currency-dram:before { content: $ti-icon-currency-dram; }\n.#{$ti-prefix}-currency-ethereum:before { content: $ti-icon-currency-ethereum; }\n.#{$ti-prefix}-currency-euro:before { content: $ti-icon-currency-euro; }\n.#{$ti-prefix}-currency-euro-off:before { content: $ti-icon-currency-euro-off; }\n.#{$ti-prefix}-currency-florin:before { content: $ti-icon-currency-florin; }\n.#{$ti-prefix}-currency-forint:before { content: $ti-icon-currency-forint; }\n.#{$ti-prefix}-currency-frank:before { content: $ti-icon-currency-frank; }\n.#{$ti-prefix}-currency-guarani:before { content: $ti-icon-currency-guarani; }\n.#{$ti-prefix}-currency-hryvnia:before { content: $ti-icon-currency-hryvnia; }\n.#{$ti-prefix}-currency-iranian-rial:before { content: $ti-icon-currency-iranian-rial; }\n.#{$ti-prefix}-currency-kip:before { content: $ti-icon-currency-kip; }\n.#{$ti-prefix}-currency-krone-czech:before { content: $ti-icon-currency-krone-czech; }\n.#{$ti-prefix}-currency-krone-danish:before { content: $ti-icon-currency-krone-danish; }\n.#{$ti-prefix}-currency-krone-swedish:before { content: $ti-icon-currency-krone-swedish; }\n.#{$ti-prefix}-currency-lari:before { content: $ti-icon-currency-lari; }\n.#{$ti-prefix}-currency-leu:before { content: $ti-icon-currency-leu; }\n.#{$ti-prefix}-currency-lira:before { content: $ti-icon-currency-lira; }\n.#{$ti-prefix}-currency-litecoin:before { content: $ti-icon-currency-litecoin; }\n.#{$ti-prefix}-currency-lyd:before { content: $ti-icon-currency-lyd; }\n.#{$ti-prefix}-currency-manat:before { content: $ti-icon-currency-manat; }\n.#{$ti-prefix}-currency-monero:before { content: $ti-icon-currency-monero; }\n.#{$ti-prefix}-currency-naira:before { content: $ti-icon-currency-naira; }\n.#{$ti-prefix}-currency-nano:before { content: $ti-icon-currency-nano; }\n.#{$ti-prefix}-currency-off:before { content: $ti-icon-currency-off; }\n.#{$ti-prefix}-currency-paanga:before { content: $ti-icon-currency-paanga; }\n.#{$ti-prefix}-currency-peso:before { content: $ti-icon-currency-peso; }\n.#{$ti-prefix}-currency-pound:before { content: $ti-icon-currency-pound; }\n.#{$ti-prefix}-currency-pound-off:before { content: $ti-icon-currency-pound-off; }\n.#{$ti-prefix}-currency-quetzal:before { content: $ti-icon-currency-quetzal; }\n.#{$ti-prefix}-currency-real:before { content: $ti-icon-currency-real; }\n.#{$ti-prefix}-currency-renminbi:before { content: $ti-icon-currency-renminbi; }\n.#{$ti-prefix}-currency-ripple:before { content: $ti-icon-currency-ripple; }\n.#{$ti-prefix}-currency-riyal:before { content: $ti-icon-currency-riyal; }\n.#{$ti-prefix}-currency-rubel:before { content: $ti-icon-currency-rubel; }\n.#{$ti-prefix}-currency-rufiyaa:before { content: $ti-icon-currency-rufiyaa; }\n.#{$ti-prefix}-currency-rupee:before { content: $ti-icon-currency-rupee; }\n.#{$ti-prefix}-currency-rupee-nepalese:before { content: $ti-icon-currency-rupee-nepalese; }\n.#{$ti-prefix}-currency-shekel:before { content: $ti-icon-currency-shekel; }\n.#{$ti-prefix}-currency-solana:before { content: $ti-icon-currency-solana; }\n.#{$ti-prefix}-currency-som:before { content: $ti-icon-currency-som; }\n.#{$ti-prefix}-currency-taka:before { content: $ti-icon-currency-taka; }\n.#{$ti-prefix}-currency-tenge:before { content: $ti-icon-currency-tenge; }\n.#{$ti-prefix}-currency-tugrik:before { content: $ti-icon-currency-tugrik; }\n.#{$ti-prefix}-currency-won:before { content: $ti-icon-currency-won; }\n.#{$ti-prefix}-currency-xrp:before { content: $ti-icon-currency-xrp; }\n.#{$ti-prefix}-currency-yen:before { content: $ti-icon-currency-yen; }\n.#{$ti-prefix}-currency-yen-off:before { content: $ti-icon-currency-yen-off; }\n.#{$ti-prefix}-currency-yuan:before { content: $ti-icon-currency-yuan; }\n.#{$ti-prefix}-currency-zloty:before { content: $ti-icon-currency-zloty; }\n.#{$ti-prefix}-current-location:before { content: $ti-icon-current-location; }\n.#{$ti-prefix}-current-location-off:before { content: $ti-icon-current-location-off; }\n.#{$ti-prefix}-cursor-off:before { content: $ti-icon-cursor-off; }\n.#{$ti-prefix}-cursor-text:before { content: $ti-icon-cursor-text; }\n.#{$ti-prefix}-cut:before { content: $ti-icon-cut; }\n.#{$ti-prefix}-cylinder:before { content: $ti-icon-cylinder; }\n.#{$ti-prefix}-cylinder-off:before { content: $ti-icon-cylinder-off; }\n.#{$ti-prefix}-cylinder-plus:before { content: $ti-icon-cylinder-plus; }\n.#{$ti-prefix}-dashboard:before { content: $ti-icon-dashboard; }\n.#{$ti-prefix}-dashboard-off:before { content: $ti-icon-dashboard-off; }\n.#{$ti-prefix}-database:before { content: $ti-icon-database; }\n.#{$ti-prefix}-database-cog:before { content: $ti-icon-database-cog; }\n.#{$ti-prefix}-database-dollar:before { content: $ti-icon-database-dollar; }\n.#{$ti-prefix}-database-edit:before { content: $ti-icon-database-edit; }\n.#{$ti-prefix}-database-exclamation:before { content: $ti-icon-database-exclamation; }\n.#{$ti-prefix}-database-export:before { content: $ti-icon-database-export; }\n.#{$ti-prefix}-database-heart:before { content: $ti-icon-database-heart; }\n.#{$ti-prefix}-database-import:before { content: $ti-icon-database-import; }\n.#{$ti-prefix}-database-leak:before { content: $ti-icon-database-leak; }\n.#{$ti-prefix}-database-minus:before { content: $ti-icon-database-minus; }\n.#{$ti-prefix}-database-off:before { content: $ti-icon-database-off; }\n.#{$ti-prefix}-database-plus:before { content: $ti-icon-database-plus; }\n.#{$ti-prefix}-database-search:before { content: $ti-icon-database-search; }\n.#{$ti-prefix}-database-share:before { content: $ti-icon-database-share; }\n.#{$ti-prefix}-database-smile:before { content: $ti-icon-database-smile; }\n.#{$ti-prefix}-database-star:before { content: $ti-icon-database-star; }\n.#{$ti-prefix}-database-x:before { content: $ti-icon-database-x; }\n.#{$ti-prefix}-decimal:before { content: $ti-icon-decimal; }\n.#{$ti-prefix}-deer:before { content: $ti-icon-deer; }\n.#{$ti-prefix}-delta:before { content: $ti-icon-delta; }\n.#{$ti-prefix}-dental:before { content: $ti-icon-dental; }\n.#{$ti-prefix}-dental-broken:before { content: $ti-icon-dental-broken; }\n.#{$ti-prefix}-dental-off:before { content: $ti-icon-dental-off; }\n.#{$ti-prefix}-deselect:before { content: $ti-icon-deselect; }\n.#{$ti-prefix}-desk:before { content: $ti-icon-desk; }\n.#{$ti-prefix}-details:before { content: $ti-icon-details; }\n.#{$ti-prefix}-details-off:before { content: $ti-icon-details-off; }\n.#{$ti-prefix}-device-airpods:before { content: $ti-icon-device-airpods; }\n.#{$ti-prefix}-device-airpods-case:before { content: $ti-icon-device-airpods-case; }\n.#{$ti-prefix}-device-airtag:before { content: $ti-icon-device-airtag; }\n.#{$ti-prefix}-device-analytics:before { content: $ti-icon-device-analytics; }\n.#{$ti-prefix}-device-audio-tape:before { content: $ti-icon-device-audio-tape; }\n.#{$ti-prefix}-device-camera-phone:before { content: $ti-icon-device-camera-phone; }\n.#{$ti-prefix}-device-cctv:before { content: $ti-icon-device-cctv; }\n.#{$ti-prefix}-device-cctv-off:before { content: $ti-icon-device-cctv-off; }\n.#{$ti-prefix}-device-computer-camera:before { content: $ti-icon-device-computer-camera; }\n.#{$ti-prefix}-device-computer-camera-off:before { content: $ti-icon-device-computer-camera-off; }\n.#{$ti-prefix}-device-desktop:before { content: $ti-icon-device-desktop; }\n.#{$ti-prefix}-device-desktop-analytics:before { content: $ti-icon-device-desktop-analytics; }\n.#{$ti-prefix}-device-desktop-bolt:before { content: $ti-icon-device-desktop-bolt; }\n.#{$ti-prefix}-device-desktop-cancel:before { content: $ti-icon-device-desktop-cancel; }\n.#{$ti-prefix}-device-desktop-check:before { content: $ti-icon-device-desktop-check; }\n.#{$ti-prefix}-device-desktop-code:before { content: $ti-icon-device-desktop-code; }\n.#{$ti-prefix}-device-desktop-cog:before { content: $ti-icon-device-desktop-cog; }\n.#{$ti-prefix}-device-desktop-dollar:before { content: $ti-icon-device-desktop-dollar; }\n.#{$ti-prefix}-device-desktop-down:before { content: $ti-icon-device-desktop-down; }\n.#{$ti-prefix}-device-desktop-exclamation:before { content: $ti-icon-device-desktop-exclamation; }\n.#{$ti-prefix}-device-desktop-heart:before { content: $ti-icon-device-desktop-heart; }\n.#{$ti-prefix}-device-desktop-minus:before { content: $ti-icon-device-desktop-minus; }\n.#{$ti-prefix}-device-desktop-off:before { content: $ti-icon-device-desktop-off; }\n.#{$ti-prefix}-device-desktop-pause:before { content: $ti-icon-device-desktop-pause; }\n.#{$ti-prefix}-device-desktop-pin:before { content: $ti-icon-device-desktop-pin; }\n.#{$ti-prefix}-device-desktop-plus:before { content: $ti-icon-device-desktop-plus; }\n.#{$ti-prefix}-device-desktop-question:before { content: $ti-icon-device-desktop-question; }\n.#{$ti-prefix}-device-desktop-search:before { content: $ti-icon-device-desktop-search; }\n.#{$ti-prefix}-device-desktop-share:before { content: $ti-icon-device-desktop-share; }\n.#{$ti-prefix}-device-desktop-star:before { content: $ti-icon-device-desktop-star; }\n.#{$ti-prefix}-device-desktop-up:before { content: $ti-icon-device-desktop-up; }\n.#{$ti-prefix}-device-desktop-x:before { content: $ti-icon-device-desktop-x; }\n.#{$ti-prefix}-device-floppy:before { content: $ti-icon-device-floppy; }\n.#{$ti-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; }\n.#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; }\n.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; }\n.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }\n.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; }\n.#{$ti-prefix}-device-imac-bolt:before { content: $ti-icon-device-imac-bolt; }\n.#{$ti-prefix}-device-imac-cancel:before { content: $ti-icon-device-imac-cancel; }\n.#{$ti-prefix}-device-imac-check:before { content: $ti-icon-device-imac-check; }\n.#{$ti-prefix}-device-imac-code:before { content: $ti-icon-device-imac-code; }\n.#{$ti-prefix}-device-imac-cog:before { content: $ti-icon-device-imac-cog; }\n.#{$ti-prefix}-device-imac-dollar:before { content: $ti-icon-device-imac-dollar; }\n.#{$ti-prefix}-device-imac-down:before { content: $ti-icon-device-imac-down; }\n.#{$ti-prefix}-device-imac-exclamation:before { content: $ti-icon-device-imac-exclamation; }\n.#{$ti-prefix}-device-imac-heart:before { content: $ti-icon-device-imac-heart; }\n.#{$ti-prefix}-device-imac-minus:before { content: $ti-icon-device-imac-minus; }\n.#{$ti-prefix}-device-imac-off:before { content: $ti-icon-device-imac-off; }\n.#{$ti-prefix}-device-imac-pause:before { content: $ti-icon-device-imac-pause; }\n.#{$ti-prefix}-device-imac-pin:before { content: $ti-icon-device-imac-pin; }\n.#{$ti-prefix}-device-imac-plus:before { content: $ti-icon-device-imac-plus; }\n.#{$ti-prefix}-device-imac-question:before { content: $ti-icon-device-imac-question; }\n.#{$ti-prefix}-device-imac-search:before { content: $ti-icon-device-imac-search; }\n.#{$ti-prefix}-device-imac-share:before { content: $ti-icon-device-imac-share; }\n.#{$ti-prefix}-device-imac-star:before { content: $ti-icon-device-imac-star; }\n.#{$ti-prefix}-device-imac-up:before { content: $ti-icon-device-imac-up; }\n.#{$ti-prefix}-device-imac-x:before { content: $ti-icon-device-imac-x; }\n.#{$ti-prefix}-device-ipad:before { content: $ti-icon-device-ipad; }\n.#{$ti-prefix}-device-ipad-bolt:before { content: $ti-icon-device-ipad-bolt; }\n.#{$ti-prefix}-device-ipad-cancel:before { content: $ti-icon-device-ipad-cancel; }\n.#{$ti-prefix}-device-ipad-check:before { content: $ti-icon-device-ipad-check; }\n.#{$ti-prefix}-device-ipad-code:before { content: $ti-icon-device-ipad-code; }\n.#{$ti-prefix}-device-ipad-cog:before { content: $ti-icon-device-ipad-cog; }\n.#{$ti-prefix}-device-ipad-dollar:before { content: $ti-icon-device-ipad-dollar; }\n.#{$ti-prefix}-device-ipad-down:before { content: $ti-icon-device-ipad-down; }\n.#{$ti-prefix}-device-ipad-exclamation:before { content: $ti-icon-device-ipad-exclamation; }\n.#{$ti-prefix}-device-ipad-heart:before { content: $ti-icon-device-ipad-heart; }\n.#{$ti-prefix}-device-ipad-horizontal:before { content: $ti-icon-device-ipad-horizontal; }\n.#{$ti-prefix}-device-ipad-horizontal-bolt:before { content: $ti-icon-device-ipad-horizontal-bolt; }\n.#{$ti-prefix}-device-ipad-horizontal-cancel:before { content: $ti-icon-device-ipad-horizontal-cancel; }\n.#{$ti-prefix}-device-ipad-horizontal-check:before { content: $ti-icon-device-ipad-horizontal-check; }\n.#{$ti-prefix}-device-ipad-horizontal-code:before { content: $ti-icon-device-ipad-horizontal-code; }\n.#{$ti-prefix}-device-ipad-horizontal-cog:before { content: $ti-icon-device-ipad-horizontal-cog; }\n.#{$ti-prefix}-device-ipad-horizontal-dollar:before { content: $ti-icon-device-ipad-horizontal-dollar; }\n.#{$ti-prefix}-device-ipad-horizontal-down:before { content: $ti-icon-device-ipad-horizontal-down; }\n.#{$ti-prefix}-device-ipad-horizontal-exclamation:before { content: $ti-icon-device-ipad-horizontal-exclamation; }\n.#{$ti-prefix}-device-ipad-horizontal-heart:before { content: $ti-icon-device-ipad-horizontal-heart; }\n.#{$ti-prefix}-device-ipad-horizontal-minus:before { content: $ti-icon-device-ipad-horizontal-minus; }\n.#{$ti-prefix}-device-ipad-horizontal-off:before { content: $ti-icon-device-ipad-horizontal-off; }\n.#{$ti-prefix}-device-ipad-horizontal-pause:before { content: $ti-icon-device-ipad-horizontal-pause; }\n.#{$ti-prefix}-device-ipad-horizontal-pin:before { content: $ti-icon-device-ipad-horizontal-pin; }\n.#{$ti-prefix}-device-ipad-horizontal-plus:before { content: $ti-icon-device-ipad-horizontal-plus; }\n.#{$ti-prefix}-device-ipad-horizontal-question:before { content: $ti-icon-device-ipad-horizontal-question; }\n.#{$ti-prefix}-device-ipad-horizontal-search:before { content: $ti-icon-device-ipad-horizontal-search; }\n.#{$ti-prefix}-device-ipad-horizontal-share:before { content: $ti-icon-device-ipad-horizontal-share; }\n.#{$ti-prefix}-device-ipad-horizontal-star:before { content: $ti-icon-device-ipad-horizontal-star; }\n.#{$ti-prefix}-device-ipad-horizontal-up:before { content: $ti-icon-device-ipad-horizontal-up; }\n.#{$ti-prefix}-device-ipad-horizontal-x:before { content: $ti-icon-device-ipad-horizontal-x; }\n.#{$ti-prefix}-device-ipad-minus:before { content: $ti-icon-device-ipad-minus; }\n.#{$ti-prefix}-device-ipad-off:before { content: $ti-icon-device-ipad-off; }\n.#{$ti-prefix}-device-ipad-pause:before { content: $ti-icon-device-ipad-pause; }\n.#{$ti-prefix}-device-ipad-pin:before { content: $ti-icon-device-ipad-pin; }\n.#{$ti-prefix}-device-ipad-plus:before { content: $ti-icon-device-ipad-plus; }\n.#{$ti-prefix}-device-ipad-question:before { content: $ti-icon-device-ipad-question; }\n.#{$ti-prefix}-device-ipad-search:before { content: $ti-icon-device-ipad-search; }\n.#{$ti-prefix}-device-ipad-share:before { content: $ti-icon-device-ipad-share; }\n.#{$ti-prefix}-device-ipad-star:before { content: $ti-icon-device-ipad-star; }\n.#{$ti-prefix}-device-ipad-up:before { content: $ti-icon-device-ipad-up; }\n.#{$ti-prefix}-device-ipad-x:before { content: $ti-icon-device-ipad-x; }\n.#{$ti-prefix}-device-landline-phone:before { content: $ti-icon-device-landline-phone; }\n.#{$ti-prefix}-device-laptop:before { content: $ti-icon-device-laptop; }\n.#{$ti-prefix}-device-laptop-off:before { content: $ti-icon-device-laptop-off; }\n.#{$ti-prefix}-device-mobile:before { content: $ti-icon-device-mobile; }\n.#{$ti-prefix}-device-mobile-bolt:before { content: $ti-icon-device-mobile-bolt; }\n.#{$ti-prefix}-device-mobile-cancel:before { content: $ti-icon-device-mobile-cancel; }\n.#{$ti-prefix}-device-mobile-charging:before { content: $ti-icon-device-mobile-charging; }\n.#{$ti-prefix}-device-mobile-check:before { content: $ti-icon-device-mobile-check; }\n.#{$ti-prefix}-device-mobile-code:before { content: $ti-icon-device-mobile-code; }\n.#{$ti-prefix}-device-mobile-cog:before { content: $ti-icon-device-mobile-cog; }\n.#{$ti-prefix}-device-mobile-dollar:before { content: $ti-icon-device-mobile-dollar; }\n.#{$ti-prefix}-device-mobile-down:before { content: $ti-icon-device-mobile-down; }\n.#{$ti-prefix}-device-mobile-exclamation:before { content: $ti-icon-device-mobile-exclamation; }\n.#{$ti-prefix}-device-mobile-heart:before { content: $ti-icon-device-mobile-heart; }\n.#{$ti-prefix}-device-mobile-message:before { content: $ti-icon-device-mobile-message; }\n.#{$ti-prefix}-device-mobile-minus:before { content: $ti-icon-device-mobile-minus; }\n.#{$ti-prefix}-device-mobile-off:before { content: $ti-icon-device-mobile-off; }\n.#{$ti-prefix}-device-mobile-pause:before { content: $ti-icon-device-mobile-pause; }\n.#{$ti-prefix}-device-mobile-pin:before { content: $ti-icon-device-mobile-pin; }\n.#{$ti-prefix}-device-mobile-plus:before { content: $ti-icon-device-mobile-plus; }\n.#{$ti-prefix}-device-mobile-question:before { content: $ti-icon-device-mobile-question; }\n.#{$ti-prefix}-device-mobile-rotated:before { content: $ti-icon-device-mobile-rotated; }\n.#{$ti-prefix}-device-mobile-search:before { content: $ti-icon-device-mobile-search; }\n.#{$ti-prefix}-device-mobile-share:before { content: $ti-icon-device-mobile-share; }\n.#{$ti-prefix}-device-mobile-star:before { content: $ti-icon-device-mobile-star; }\n.#{$ti-prefix}-device-mobile-up:before { content: $ti-icon-device-mobile-up; }\n.#{$ti-prefix}-device-mobile-vibration:before { content: $ti-icon-device-mobile-vibration; }\n.#{$ti-prefix}-device-mobile-x:before { content: $ti-icon-device-mobile-x; }\n.#{$ti-prefix}-device-nintendo:before { content: $ti-icon-device-nintendo; }\n.#{$ti-prefix}-device-nintendo-off:before { content: $ti-icon-device-nintendo-off; }\n.#{$ti-prefix}-device-projector:before { content: $ti-icon-device-projector; }\n.#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; }\n.#{$ti-prefix}-device-sd-card:before { content: $ti-icon-device-sd-card; }\n.#{$ti-prefix}-device-sim:before { content: $ti-icon-device-sim; }\n.#{$ti-prefix}-device-sim-1:before { content: $ti-icon-device-sim-1; }\n.#{$ti-prefix}-device-sim-2:before { content: $ti-icon-device-sim-2; }\n.#{$ti-prefix}-device-sim-3:before { content: $ti-icon-device-sim-3; }\n.#{$ti-prefix}-device-speaker:before { content: $ti-icon-device-speaker; }\n.#{$ti-prefix}-device-speaker-off:before { content: $ti-icon-device-speaker-off; }\n.#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; }\n.#{$ti-prefix}-device-tablet-bolt:before { content: $ti-icon-device-tablet-bolt; }\n.#{$ti-prefix}-device-tablet-cancel:before { content: $ti-icon-device-tablet-cancel; }\n.#{$ti-prefix}-device-tablet-check:before { content: $ti-icon-device-tablet-check; }\n.#{$ti-prefix}-device-tablet-code:before { content: $ti-icon-device-tablet-code; }\n.#{$ti-prefix}-device-tablet-cog:before { content: $ti-icon-device-tablet-cog; }\n.#{$ti-prefix}-device-tablet-dollar:before { content: $ti-icon-device-tablet-dollar; }\n.#{$ti-prefix}-device-tablet-down:before { content: $ti-icon-device-tablet-down; }\n.#{$ti-prefix}-device-tablet-exclamation:before { content: $ti-icon-device-tablet-exclamation; }\n.#{$ti-prefix}-device-tablet-heart:before { content: $ti-icon-device-tablet-heart; }\n.#{$ti-prefix}-device-tablet-minus:before { content: $ti-icon-device-tablet-minus; }\n.#{$ti-prefix}-device-tablet-off:before { content: $ti-icon-device-tablet-off; }\n.#{$ti-prefix}-device-tablet-pause:before { content: $ti-icon-device-tablet-pause; }\n.#{$ti-prefix}-device-tablet-pin:before { content: $ti-icon-device-tablet-pin; }\n.#{$ti-prefix}-device-tablet-plus:before { content: $ti-icon-device-tablet-plus; }\n.#{$ti-prefix}-device-tablet-question:before { content: $ti-icon-device-tablet-question; }\n.#{$ti-prefix}-device-tablet-search:before { content: $ti-icon-device-tablet-search; }\n.#{$ti-prefix}-device-tablet-share:before { content: $ti-icon-device-tablet-share; }\n.#{$ti-prefix}-device-tablet-star:before { content: $ti-icon-device-tablet-star; }\n.#{$ti-prefix}-device-tablet-up:before { content: $ti-icon-device-tablet-up; }\n.#{$ti-prefix}-device-tablet-x:before { content: $ti-icon-device-tablet-x; }\n.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; }\n.#{$ti-prefix}-device-tv-off:before { content: $ti-icon-device-tv-off; }\n.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; }\n.#{$ti-prefix}-device-unknown:before { content: $ti-icon-device-unknown; }\n.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; }\n.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; }\n.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; }\n.#{$ti-prefix}-device-watch-bolt:before { content: $ti-icon-device-watch-bolt; }\n.#{$ti-prefix}-device-watch-cancel:before { content: $ti-icon-device-watch-cancel; }\n.#{$ti-prefix}-device-watch-check:before { content: $ti-icon-device-watch-check; }\n.#{$ti-prefix}-device-watch-code:before { content: $ti-icon-device-watch-code; }\n.#{$ti-prefix}-device-watch-cog:before { content: $ti-icon-device-watch-cog; }\n.#{$ti-prefix}-device-watch-dollar:before { content: $ti-icon-device-watch-dollar; }\n.#{$ti-prefix}-device-watch-down:before { content: $ti-icon-device-watch-down; }\n.#{$ti-prefix}-device-watch-exclamation:before { content: $ti-icon-device-watch-exclamation; }\n.#{$ti-prefix}-device-watch-heart:before { content: $ti-icon-device-watch-heart; }\n.#{$ti-prefix}-device-watch-minus:before { content: $ti-icon-device-watch-minus; }\n.#{$ti-prefix}-device-watch-off:before { content: $ti-icon-device-watch-off; }\n.#{$ti-prefix}-device-watch-pause:before { content: $ti-icon-device-watch-pause; }\n.#{$ti-prefix}-device-watch-pin:before { content: $ti-icon-device-watch-pin; }\n.#{$ti-prefix}-device-watch-plus:before { content: $ti-icon-device-watch-plus; }\n.#{$ti-prefix}-device-watch-question:before { content: $ti-icon-device-watch-question; }\n.#{$ti-prefix}-device-watch-search:before { content: $ti-icon-device-watch-search; }\n.#{$ti-prefix}-device-watch-share:before { content: $ti-icon-device-watch-share; }\n.#{$ti-prefix}-device-watch-star:before { content: $ti-icon-device-watch-star; }\n.#{$ti-prefix}-device-watch-stats:before { content: $ti-icon-device-watch-stats; }\n.#{$ti-prefix}-device-watch-stats-2:before { content: $ti-icon-device-watch-stats-2; }\n.#{$ti-prefix}-device-watch-up:before { content: $ti-icon-device-watch-up; }\n.#{$ti-prefix}-device-watch-x:before { content: $ti-icon-device-watch-x; }\n.#{$ti-prefix}-devices:before { content: $ti-icon-devices; }\n.#{$ti-prefix}-devices-2:before { content: $ti-icon-devices-2; }\n.#{$ti-prefix}-devices-bolt:before { content: $ti-icon-devices-bolt; }\n.#{$ti-prefix}-devices-cancel:before { content: $ti-icon-devices-cancel; }\n.#{$ti-prefix}-devices-check:before { content: $ti-icon-devices-check; }\n.#{$ti-prefix}-devices-code:before { content: $ti-icon-devices-code; }\n.#{$ti-prefix}-devices-cog:before { content: $ti-icon-devices-cog; }\n.#{$ti-prefix}-devices-dollar:before { content: $ti-icon-devices-dollar; }\n.#{$ti-prefix}-devices-down:before { content: $ti-icon-devices-down; }\n.#{$ti-prefix}-devices-exclamation:before { content: $ti-icon-devices-exclamation; }\n.#{$ti-prefix}-devices-heart:before { content: $ti-icon-devices-heart; }\n.#{$ti-prefix}-devices-minus:before { content: $ti-icon-devices-minus; }\n.#{$ti-prefix}-devices-off:before { content: $ti-icon-devices-off; }\n.#{$ti-prefix}-devices-pause:before { content: $ti-icon-devices-pause; }\n.#{$ti-prefix}-devices-pc:before { content: $ti-icon-devices-pc; }\n.#{$ti-prefix}-devices-pc-off:before { content: $ti-icon-devices-pc-off; }\n.#{$ti-prefix}-devices-pin:before { content: $ti-icon-devices-pin; }\n.#{$ti-prefix}-devices-plus:before { content: $ti-icon-devices-plus; }\n.#{$ti-prefix}-devices-question:before { content: $ti-icon-devices-question; }\n.#{$ti-prefix}-devices-search:before { content: $ti-icon-devices-search; }\n.#{$ti-prefix}-devices-share:before { content: $ti-icon-devices-share; }\n.#{$ti-prefix}-devices-star:before { content: $ti-icon-devices-star; }\n.#{$ti-prefix}-devices-up:before { content: $ti-icon-devices-up; }\n.#{$ti-prefix}-devices-x:before { content: $ti-icon-devices-x; }\n.#{$ti-prefix}-diabolo:before { content: $ti-icon-diabolo; }\n.#{$ti-prefix}-diabolo-off:before { content: $ti-icon-diabolo-off; }\n.#{$ti-prefix}-diabolo-plus:before { content: $ti-icon-diabolo-plus; }\n.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }\n.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; }\n.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }\n.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; }\n.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }\n.#{$ti-prefix}-diaper:before { content: $ti-icon-diaper; }\n.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }\n.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }\n.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }\n.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }\n.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }\n.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }\n.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; }\n.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; }\n.#{$ti-prefix}-direction:before { content: $ti-icon-direction; }\n.#{$ti-prefix}-direction-arrows:before { content: $ti-icon-direction-arrows; }\n.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; }\n.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }\n.#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; }\n.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }\n.#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; }\n.#{$ti-prefix}-disabled:before { content: $ti-icon-disabled; }\n.#{$ti-prefix}-disabled-2:before { content: $ti-icon-disabled-2; }\n.#{$ti-prefix}-disabled-off:before { content: $ti-icon-disabled-off; }\n.#{$ti-prefix}-disc:before { content: $ti-icon-disc; }\n.#{$ti-prefix}-disc-golf:before { content: $ti-icon-disc-golf; }\n.#{$ti-prefix}-disc-off:before { content: $ti-icon-disc-off; }\n.#{$ti-prefix}-discount:before { content: $ti-icon-discount; }\n.#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; }\n.#{$ti-prefix}-divide:before { content: $ti-icon-divide; }\n.#{$ti-prefix}-dna:before { content: $ti-icon-dna; }\n.#{$ti-prefix}-dna-2:before { content: $ti-icon-dna-2; }\n.#{$ti-prefix}-dna-2-off:before { content: $ti-icon-dna-2-off; }\n.#{$ti-prefix}-dna-off:before { content: $ti-icon-dna-off; }\n.#{$ti-prefix}-dog:before { content: $ti-icon-dog; }\n.#{$ti-prefix}-dog-bowl:before { content: $ti-icon-dog-bowl; }\n.#{$ti-prefix}-door:before { content: $ti-icon-door; }\n.#{$ti-prefix}-door-enter:before { content: $ti-icon-door-enter; }\n.#{$ti-prefix}-door-exit:before { content: $ti-icon-door-exit; }\n.#{$ti-prefix}-door-off:before { content: $ti-icon-door-off; }\n.#{$ti-prefix}-dots:before { content: $ti-icon-dots; }\n.#{$ti-prefix}-dots-circle-horizontal:before { content: $ti-icon-dots-circle-horizontal; }\n.#{$ti-prefix}-dots-diagonal:before { content: $ti-icon-dots-diagonal; }\n.#{$ti-prefix}-dots-diagonal-2:before { content: $ti-icon-dots-diagonal-2; }\n.#{$ti-prefix}-dots-vertical:before { content: $ti-icon-dots-vertical; }\n.#{$ti-prefix}-download:before { content: $ti-icon-download; }\n.#{$ti-prefix}-download-off:before { content: $ti-icon-download-off; }\n.#{$ti-prefix}-drag-drop:before { content: $ti-icon-drag-drop; }\n.#{$ti-prefix}-drag-drop-2:before { content: $ti-icon-drag-drop-2; }\n.#{$ti-prefix}-drone:before { content: $ti-icon-drone; }\n.#{$ti-prefix}-drone-off:before { content: $ti-icon-drone-off; }\n.#{$ti-prefix}-drop-circle:before { content: $ti-icon-drop-circle; }\n.#{$ti-prefix}-droplet:before { content: $ti-icon-droplet; }\n.#{$ti-prefix}-droplet-bolt:before { content: $ti-icon-droplet-bolt; }\n.#{$ti-prefix}-droplet-cancel:before { content: $ti-icon-droplet-cancel; }\n.#{$ti-prefix}-droplet-check:before { content: $ti-icon-droplet-check; }\n.#{$ti-prefix}-droplet-code:before { content: $ti-icon-droplet-code; }\n.#{$ti-prefix}-droplet-cog:before { content: $ti-icon-droplet-cog; }\n.#{$ti-prefix}-droplet-dollar:before { content: $ti-icon-droplet-dollar; }\n.#{$ti-prefix}-droplet-down:before { content: $ti-icon-droplet-down; }\n.#{$ti-prefix}-droplet-exclamation:before { content: $ti-icon-droplet-exclamation; }\n.#{$ti-prefix}-droplet-half:before { content: $ti-icon-droplet-half; }\n.#{$ti-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; }\n.#{$ti-prefix}-droplet-heart:before { content: $ti-icon-droplet-heart; }\n.#{$ti-prefix}-droplet-minus:before { content: $ti-icon-droplet-minus; }\n.#{$ti-prefix}-droplet-off:before { content: $ti-icon-droplet-off; }\n.#{$ti-prefix}-droplet-pause:before { content: $ti-icon-droplet-pause; }\n.#{$ti-prefix}-droplet-pin:before { content: $ti-icon-droplet-pin; }\n.#{$ti-prefix}-droplet-plus:before { content: $ti-icon-droplet-plus; }\n.#{$ti-prefix}-droplet-question:before { content: $ti-icon-droplet-question; }\n.#{$ti-prefix}-droplet-search:before { content: $ti-icon-droplet-search; }\n.#{$ti-prefix}-droplet-share:before { content: $ti-icon-droplet-share; }\n.#{$ti-prefix}-droplet-star:before { content: $ti-icon-droplet-star; }\n.#{$ti-prefix}-droplet-up:before { content: $ti-icon-droplet-up; }\n.#{$ti-prefix}-droplet-x:before { content: $ti-icon-droplet-x; }\n.#{$ti-prefix}-droplets:before { content: $ti-icon-droplets; }\n.#{$ti-prefix}-dual-screen:before { content: $ti-icon-dual-screen; }\n.#{$ti-prefix}-dumpling:before { content: $ti-icon-dumpling; }\n.#{$ti-prefix}-e-passport:before { content: $ti-icon-e-passport; }\n.#{$ti-prefix}-ear:before { content: $ti-icon-ear; }\n.#{$ti-prefix}-ear-off:before { content: $ti-icon-ear-off; }\n.#{$ti-prefix}-ear-scan:before { content: $ti-icon-ear-scan; }\n.#{$ti-prefix}-ease-in:before { content: $ti-icon-ease-in; }\n.#{$ti-prefix}-ease-in-control-point:before { content: $ti-icon-ease-in-control-point; }\n.#{$ti-prefix}-ease-in-out:before { content: $ti-icon-ease-in-out; }\n.#{$ti-prefix}-ease-in-out-control-points:before { content: $ti-icon-ease-in-out-control-points; }\n.#{$ti-prefix}-ease-out:before { content: $ti-icon-ease-out; }\n.#{$ti-prefix}-ease-out-control-point:before { content: $ti-icon-ease-out-control-point; }\n.#{$ti-prefix}-edit:before { content: $ti-icon-edit; }\n.#{$ti-prefix}-edit-circle:before { content: $ti-icon-edit-circle; }\n.#{$ti-prefix}-edit-circle-off:before { content: $ti-icon-edit-circle-off; }\n.#{$ti-prefix}-edit-off:before { content: $ti-icon-edit-off; }\n.#{$ti-prefix}-egg:before { content: $ti-icon-egg; }\n.#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; }\n.#{$ti-prefix}-egg-fried:before { content: $ti-icon-egg-fried; }\n.#{$ti-prefix}-egg-off:before { content: $ti-icon-egg-off; }\n.#{$ti-prefix}-eggs:before { content: $ti-icon-eggs; }\n.#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; }\n.#{$ti-prefix}-elevator-off:before { content: $ti-icon-elevator-off; }\n.#{$ti-prefix}-emergency-bed:before { content: $ti-icon-emergency-bed; }\n.#{$ti-prefix}-empathize:before { content: $ti-icon-empathize; }\n.#{$ti-prefix}-empathize-off:before { content: $ti-icon-empathize-off; }\n.#{$ti-prefix}-emphasis:before { content: $ti-icon-emphasis; }\n.#{$ti-prefix}-engine:before { content: $ti-icon-engine; }\n.#{$ti-prefix}-engine-off:before { content: $ti-icon-engine-off; }\n.#{$ti-prefix}-equal:before { content: $ti-icon-equal; }\n.#{$ti-prefix}-equal-double:before { content: $ti-icon-equal-double; }\n.#{$ti-prefix}-equal-not:before { content: $ti-icon-equal-not; }\n.#{$ti-prefix}-eraser:before { content: $ti-icon-eraser; }\n.#{$ti-prefix}-eraser-off:before { content: $ti-icon-eraser-off; }\n.#{$ti-prefix}-error-404:before { content: $ti-icon-error-404; }\n.#{$ti-prefix}-error-404-off:before { content: $ti-icon-error-404-off; }\n.#{$ti-prefix}-escalator:before { content: $ti-icon-escalator; }\n.#{$ti-prefix}-escalator-down:before { content: $ti-icon-escalator-down; }\n.#{$ti-prefix}-escalator-up:before { content: $ti-icon-escalator-up; }\n.#{$ti-prefix}-exchange:before { content: $ti-icon-exchange; }\n.#{$ti-prefix}-exchange-off:before { content: $ti-icon-exchange-off; }\n.#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; }\n.#{$ti-prefix}-exclamation-mark:before { content: $ti-icon-exclamation-mark; }\n.#{$ti-prefix}-exclamation-mark-off:before { content: $ti-icon-exclamation-mark-off; }\n.#{$ti-prefix}-explicit:before { content: $ti-icon-explicit; }\n.#{$ti-prefix}-explicit-off:before { content: $ti-icon-explicit-off; }\n.#{$ti-prefix}-exposure:before { content: $ti-icon-exposure; }\n.#{$ti-prefix}-exposure-0:before { content: $ti-icon-exposure-0; }\n.#{$ti-prefix}-exposure-minus-1:before { content: $ti-icon-exposure-minus-1; }\n.#{$ti-prefix}-exposure-minus-2:before { content: $ti-icon-exposure-minus-2; }\n.#{$ti-prefix}-exposure-off:before { content: $ti-icon-exposure-off; }\n.#{$ti-prefix}-exposure-plus-1:before { content: $ti-icon-exposure-plus-1; }\n.#{$ti-prefix}-exposure-plus-2:before { content: $ti-icon-exposure-plus-2; }\n.#{$ti-prefix}-external-link:before { content: $ti-icon-external-link; }\n.#{$ti-prefix}-external-link-off:before { content: $ti-icon-external-link-off; }\n.#{$ti-prefix}-eye:before { content: $ti-icon-eye; }\n.#{$ti-prefix}-eye-bitcoin:before { content: $ti-icon-eye-bitcoin; }\n.#{$ti-prefix}-eye-bolt:before { content: $ti-icon-eye-bolt; }\n.#{$ti-prefix}-eye-cancel:before { content: $ti-icon-eye-cancel; }\n.#{$ti-prefix}-eye-check:before { content: $ti-icon-eye-check; }\n.#{$ti-prefix}-eye-closed:before { content: $ti-icon-eye-closed; }\n.#{$ti-prefix}-eye-code:before { content: $ti-icon-eye-code; }\n.#{$ti-prefix}-eye-cog:before { content: $ti-icon-eye-cog; }\n.#{$ti-prefix}-eye-discount:before { content: $ti-icon-eye-discount; }\n.#{$ti-prefix}-eye-dollar:before { content: $ti-icon-eye-dollar; }\n.#{$ti-prefix}-eye-dotted:before { content: $ti-icon-eye-dotted; }\n.#{$ti-prefix}-eye-down:before { content: $ti-icon-eye-down; }\n.#{$ti-prefix}-eye-edit:before { content: $ti-icon-eye-edit; }\n.#{$ti-prefix}-eye-exclamation:before { content: $ti-icon-eye-exclamation; }\n.#{$ti-prefix}-eye-heart:before { content: $ti-icon-eye-heart; }\n.#{$ti-prefix}-eye-minus:before { content: $ti-icon-eye-minus; }\n.#{$ti-prefix}-eye-off:before { content: $ti-icon-eye-off; }\n.#{$ti-prefix}-eye-pause:before { content: $ti-icon-eye-pause; }\n.#{$ti-prefix}-eye-pin:before { content: $ti-icon-eye-pin; }\n.#{$ti-prefix}-eye-plus:before { content: $ti-icon-eye-plus; }\n.#{$ti-prefix}-eye-question:before { content: $ti-icon-eye-question; }\n.#{$ti-prefix}-eye-search:before { content: $ti-icon-eye-search; }\n.#{$ti-prefix}-eye-share:before { content: $ti-icon-eye-share; }\n.#{$ti-prefix}-eye-spark:before { content: $ti-icon-eye-spark; }\n.#{$ti-prefix}-eye-star:before { content: $ti-icon-eye-star; }\n.#{$ti-prefix}-eye-table:before { content: $ti-icon-eye-table; }\n.#{$ti-prefix}-eye-up:before { content: $ti-icon-eye-up; }\n.#{$ti-prefix}-eye-x:before { content: $ti-icon-eye-x; }\n.#{$ti-prefix}-eyeglass:before { content: $ti-icon-eyeglass; }\n.#{$ti-prefix}-eyeglass-2:before { content: $ti-icon-eyeglass-2; }\n.#{$ti-prefix}-eyeglass-off:before { content: $ti-icon-eyeglass-off; }\n.#{$ti-prefix}-face-id:before { content: $ti-icon-face-id; }\n.#{$ti-prefix}-face-id-error:before { content: $ti-icon-face-id-error; }\n.#{$ti-prefix}-face-mask:before { content: $ti-icon-face-mask; }\n.#{$ti-prefix}-face-mask-off:before { content: $ti-icon-face-mask-off; }\n.#{$ti-prefix}-fall:before { content: $ti-icon-fall; }\n.#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; }\n.#{$ti-prefix}-feather:before { content: $ti-icon-feather; }\n.#{$ti-prefix}-feather-off:before { content: $ti-icon-feather-off; }\n.#{$ti-prefix}-fence:before { content: $ti-icon-fence; }\n.#{$ti-prefix}-fence-off:before { content: $ti-icon-fence-off; }\n.#{$ti-prefix}-ferry:before { content: $ti-icon-ferry; }\n.#{$ti-prefix}-fidget-spinner:before { content: $ti-icon-fidget-spinner; }\n.#{$ti-prefix}-file:before { content: $ti-icon-file; }\n.#{$ti-prefix}-file-3d:before { content: $ti-icon-file-3d; }\n.#{$ti-prefix}-file-ai:before { content: $ti-icon-file-ai; }\n.#{$ti-prefix}-file-alert:before { content: $ti-icon-file-alert; }\n.#{$ti-prefix}-file-analytics:before { content: $ti-icon-file-analytics; }\n.#{$ti-prefix}-file-arrow-left:before { content: $ti-icon-file-arrow-left; }\n.#{$ti-prefix}-file-arrow-right:before { content: $ti-icon-file-arrow-right; }\n.#{$ti-prefix}-file-barcode:before { content: $ti-icon-file-barcode; }\n.#{$ti-prefix}-file-bitcoin:before { content: $ti-icon-file-bitcoin; }\n.#{$ti-prefix}-file-broken:before { content: $ti-icon-file-broken; }\n.#{$ti-prefix}-file-certificate:before { content: $ti-icon-file-certificate; }\n.#{$ti-prefix}-file-chart:before { content: $ti-icon-file-chart; }\n.#{$ti-prefix}-file-check:before { content: $ti-icon-file-check; }\n.#{$ti-prefix}-file-code:before { content: $ti-icon-file-code; }\n.#{$ti-prefix}-file-code-2:before { content: $ti-icon-file-code-2; }\n.#{$ti-prefix}-file-cv:before { content: $ti-icon-file-cv; }\n.#{$ti-prefix}-file-database:before { content: $ti-icon-file-database; }\n.#{$ti-prefix}-file-delta:before { content: $ti-icon-file-delta; }\n.#{$ti-prefix}-file-description:before { content: $ti-icon-file-description; }\n.#{$ti-prefix}-file-diff:before { content: $ti-icon-file-diff; }\n.#{$ti-prefix}-file-digit:before { content: $ti-icon-file-digit; }\n.#{$ti-prefix}-file-dislike:before { content: $ti-icon-file-dislike; }\n.#{$ti-prefix}-file-dollar:before { content: $ti-icon-file-dollar; }\n.#{$ti-prefix}-file-dots:before { content: $ti-icon-file-dots; }\n.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }\n.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }\n.#{$ti-prefix}-file-excel:before { content: $ti-icon-file-excel; }\n.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }\n.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }\n.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }\n.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; }\n.#{$ti-prefix}-file-infinity:before { content: $ti-icon-file-infinity; }\n.#{$ti-prefix}-file-info:before { content: $ti-icon-file-info; }\n.#{$ti-prefix}-file-invoice:before { content: $ti-icon-file-invoice; }\n.#{$ti-prefix}-file-isr:before { content: $ti-icon-file-isr; }\n.#{$ti-prefix}-file-lambda:before { content: $ti-icon-file-lambda; }\n.#{$ti-prefix}-file-like:before { content: $ti-icon-file-like; }\n.#{$ti-prefix}-file-minus:before { content: $ti-icon-file-minus; }\n.#{$ti-prefix}-file-music:before { content: $ti-icon-file-music; }\n.#{$ti-prefix}-file-neutral:before { content: $ti-icon-file-neutral; }\n.#{$ti-prefix}-file-off:before { content: $ti-icon-file-off; }\n.#{$ti-prefix}-file-orientation:before { content: $ti-icon-file-orientation; }\n.#{$ti-prefix}-file-pencil:before { content: $ti-icon-file-pencil; }\n.#{$ti-prefix}-file-percent:before { content: $ti-icon-file-percent; }\n.#{$ti-prefix}-file-phone:before { content: $ti-icon-file-phone; }\n.#{$ti-prefix}-file-plus:before { content: $ti-icon-file-plus; }\n.#{$ti-prefix}-file-power:before { content: $ti-icon-file-power; }\n.#{$ti-prefix}-file-report:before { content: $ti-icon-file-report; }\n.#{$ti-prefix}-file-rss:before { content: $ti-icon-file-rss; }\n.#{$ti-prefix}-file-sad:before { content: $ti-icon-file-sad; }\n.#{$ti-prefix}-file-scissors:before { content: $ti-icon-file-scissors; }\n.#{$ti-prefix}-file-search:before { content: $ti-icon-file-search; }\n.#{$ti-prefix}-file-settings:before { content: $ti-icon-file-settings; }\n.#{$ti-prefix}-file-shredder:before { content: $ti-icon-file-shredder; }\n.#{$ti-prefix}-file-signal:before { content: $ti-icon-file-signal; }\n.#{$ti-prefix}-file-smile:before { content: $ti-icon-file-smile; }\n.#{$ti-prefix}-file-spark:before { content: $ti-icon-file-spark; }\n.#{$ti-prefix}-file-spreadsheet:before { content: $ti-icon-file-spreadsheet; }\n.#{$ti-prefix}-file-stack:before { content: $ti-icon-file-stack; }\n.#{$ti-prefix}-file-star:before { content: $ti-icon-file-star; }\n.#{$ti-prefix}-file-symlink:before { content: $ti-icon-file-symlink; }\n.#{$ti-prefix}-file-text:before { content: $ti-icon-file-text; }\n.#{$ti-prefix}-file-text-ai:before { content: $ti-icon-file-text-ai; }\n.#{$ti-prefix}-file-text-spark:before { content: $ti-icon-file-text-spark; }\n.#{$ti-prefix}-file-time:before { content: $ti-icon-file-time; }\n.#{$ti-prefix}-file-type-bmp:before { content: $ti-icon-file-type-bmp; }\n.#{$ti-prefix}-file-type-css:before { content: $ti-icon-file-type-css; }\n.#{$ti-prefix}-file-type-csv:before { content: $ti-icon-file-type-csv; }\n.#{$ti-prefix}-file-type-doc:before { content: $ti-icon-file-type-doc; }\n.#{$ti-prefix}-file-type-docx:before { content: $ti-icon-file-type-docx; }\n.#{$ti-prefix}-file-type-html:before { content: $ti-icon-file-type-html; }\n.#{$ti-prefix}-file-type-jpg:before { content: $ti-icon-file-type-jpg; }\n.#{$ti-prefix}-file-type-js:before { content: $ti-icon-file-type-js; }\n.#{$ti-prefix}-file-type-jsx:before { content: $ti-icon-file-type-jsx; }\n.#{$ti-prefix}-file-type-pdf:before { content: $ti-icon-file-type-pdf; }\n.#{$ti-prefix}-file-type-php:before { content: $ti-icon-file-type-php; }\n.#{$ti-prefix}-file-type-png:before { content: $ti-icon-file-type-png; }\n.#{$ti-prefix}-file-type-ppt:before { content: $ti-icon-file-type-ppt; }\n.#{$ti-prefix}-file-type-rs:before { content: $ti-icon-file-type-rs; }\n.#{$ti-prefix}-file-type-sql:before { content: $ti-icon-file-type-sql; }\n.#{$ti-prefix}-file-type-svg:before { content: $ti-icon-file-type-svg; }\n.#{$ti-prefix}-file-type-ts:before { content: $ti-icon-file-type-ts; }\n.#{$ti-prefix}-file-type-tsx:before { content: $ti-icon-file-type-tsx; }\n.#{$ti-prefix}-file-type-txt:before { content: $ti-icon-file-type-txt; }\n.#{$ti-prefix}-file-type-vue:before { content: $ti-icon-file-type-vue; }\n.#{$ti-prefix}-file-type-xls:before { content: $ti-icon-file-type-xls; }\n.#{$ti-prefix}-file-type-xml:before { content: $ti-icon-file-type-xml; }\n.#{$ti-prefix}-file-type-zip:before { content: $ti-icon-file-type-zip; }\n.#{$ti-prefix}-file-typography:before { content: $ti-icon-file-typography; }\n.#{$ti-prefix}-file-unknown:before { content: $ti-icon-file-unknown; }\n.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }\n.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }\n.#{$ti-prefix}-file-word:before { content: $ti-icon-file-word; }\n.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }\n.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; }\n.#{$ti-prefix}-files:before { content: $ti-icon-files; }\n.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; }\n.#{$ti-prefix}-filter:before { content: $ti-icon-filter; }\n.#{$ti-prefix}-filter-bolt:before { content: $ti-icon-filter-bolt; }\n.#{$ti-prefix}-filter-cancel:before { content: $ti-icon-filter-cancel; }\n.#{$ti-prefix}-filter-check:before { content: $ti-icon-filter-check; }\n.#{$ti-prefix}-filter-code:before { content: $ti-icon-filter-code; }\n.#{$ti-prefix}-filter-cog:before { content: $ti-icon-filter-cog; }\n.#{$ti-prefix}-filter-discount:before { content: $ti-icon-filter-discount; }\n.#{$ti-prefix}-filter-dollar:before { content: $ti-icon-filter-dollar; }\n.#{$ti-prefix}-filter-down:before { content: $ti-icon-filter-down; }\n.#{$ti-prefix}-filter-edit:before { content: $ti-icon-filter-edit; }\n.#{$ti-prefix}-filter-exclamation:before { content: $ti-icon-filter-exclamation; }\n.#{$ti-prefix}-filter-heart:before { content: $ti-icon-filter-heart; }\n.#{$ti-prefix}-filter-minus:before { content: $ti-icon-filter-minus; }\n.#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; }\n.#{$ti-prefix}-filter-pause:before { content: $ti-icon-filter-pause; }\n.#{$ti-prefix}-filter-pin:before { content: $ti-icon-filter-pin; }\n.#{$ti-prefix}-filter-plus:before { content: $ti-icon-filter-plus; }\n.#{$ti-prefix}-filter-question:before { content: $ti-icon-filter-question; }\n.#{$ti-prefix}-filter-search:before { content: $ti-icon-filter-search; }\n.#{$ti-prefix}-filter-share:before { content: $ti-icon-filter-share; }\n.#{$ti-prefix}-filter-star:before { content: $ti-icon-filter-star; }\n.#{$ti-prefix}-filter-up:before { content: $ti-icon-filter-up; }\n.#{$ti-prefix}-filter-x:before { content: $ti-icon-filter-x; }\n.#{$ti-prefix}-filters:before { content: $ti-icon-filters; }\n.#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; }\n.#{$ti-prefix}-fingerprint-off:before { content: $ti-icon-fingerprint-off; }\n.#{$ti-prefix}-fingerprint-scan:before { content: $ti-icon-fingerprint-scan; }\n.#{$ti-prefix}-fire-extinguisher:before { content: $ti-icon-fire-extinguisher; }\n.#{$ti-prefix}-fire-hydrant:before { content: $ti-icon-fire-hydrant; }\n.#{$ti-prefix}-fire-hydrant-off:before { content: $ti-icon-fire-hydrant-off; }\n.#{$ti-prefix}-firetruck:before { content: $ti-icon-firetruck; }\n.#{$ti-prefix}-first-aid-kit:before { content: $ti-icon-first-aid-kit; }\n.#{$ti-prefix}-first-aid-kit-off:before { content: $ti-icon-first-aid-kit-off; }\n.#{$ti-prefix}-fish:before { content: $ti-icon-fish; }\n.#{$ti-prefix}-fish-bone:before { content: $ti-icon-fish-bone; }\n.#{$ti-prefix}-fish-christianity:before { content: $ti-icon-fish-christianity; }\n.#{$ti-prefix}-fish-hook:before { content: $ti-icon-fish-hook; }\n.#{$ti-prefix}-fish-hook-off:before { content: $ti-icon-fish-hook-off; }\n.#{$ti-prefix}-fish-off:before { content: $ti-icon-fish-off; }\n.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }\n.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }\n.#{$ti-prefix}-flag-2-off:before { content: $ti-icon-flag-2-off; }\n.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }\n.#{$ti-prefix}-flag-bitcoin:before { content: $ti-icon-flag-bitcoin; }\n.#{$ti-prefix}-flag-bolt:before { content: $ti-icon-flag-bolt; }\n.#{$ti-prefix}-flag-cancel:before { content: $ti-icon-flag-cancel; }\n.#{$ti-prefix}-flag-check:before { content: $ti-icon-flag-check; }\n.#{$ti-prefix}-flag-code:before { content: $ti-icon-flag-code; }\n.#{$ti-prefix}-flag-cog:before { content: $ti-icon-flag-cog; }\n.#{$ti-prefix}-flag-discount:before { content: $ti-icon-flag-discount; }\n.#{$ti-prefix}-flag-dollar:before { content: $ti-icon-flag-dollar; }\n.#{$ti-prefix}-flag-down:before { content: $ti-icon-flag-down; }\n.#{$ti-prefix}-flag-exclamation:before { content: $ti-icon-flag-exclamation; }\n.#{$ti-prefix}-flag-heart:before { content: $ti-icon-flag-heart; }\n.#{$ti-prefix}-flag-minus:before { content: $ti-icon-flag-minus; }\n.#{$ti-prefix}-flag-off:before { content: $ti-icon-flag-off; }\n.#{$ti-prefix}-flag-pause:before { content: $ti-icon-flag-pause; }\n.#{$ti-prefix}-flag-pin:before { content: $ti-icon-flag-pin; }\n.#{$ti-prefix}-flag-plus:before { content: $ti-icon-flag-plus; }\n.#{$ti-prefix}-flag-question:before { content: $ti-icon-flag-question; }\n.#{$ti-prefix}-flag-search:before { content: $ti-icon-flag-search; }\n.#{$ti-prefix}-flag-share:before { content: $ti-icon-flag-share; }\n.#{$ti-prefix}-flag-spark:before { content: $ti-icon-flag-spark; }\n.#{$ti-prefix}-flag-star:before { content: $ti-icon-flag-star; }\n.#{$ti-prefix}-flag-up:before { content: $ti-icon-flag-up; }\n.#{$ti-prefix}-flag-x:before { content: $ti-icon-flag-x; }\n.#{$ti-prefix}-flame:before { content: $ti-icon-flame; }\n.#{$ti-prefix}-flame-off:before { content: $ti-icon-flame-off; }\n.#{$ti-prefix}-flare:before { content: $ti-icon-flare; }\n.#{$ti-prefix}-flask:before { content: $ti-icon-flask; }\n.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }\n.#{$ti-prefix}-flask-2-off:before { content: $ti-icon-flask-2-off; }\n.#{$ti-prefix}-flask-off:before { content: $ti-icon-flask-off; }\n.#{$ti-prefix}-flip-flops:before { content: $ti-icon-flip-flops; }\n.#{$ti-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; }\n.#{$ti-prefix}-flip-vertical:before { content: $ti-icon-flip-vertical; }\n.#{$ti-prefix}-float-center:before { content: $ti-icon-float-center; }\n.#{$ti-prefix}-float-left:before { content: $ti-icon-float-left; }\n.#{$ti-prefix}-float-none:before { content: $ti-icon-float-none; }\n.#{$ti-prefix}-float-right:before { content: $ti-icon-float-right; }\n.#{$ti-prefix}-flower:before { content: $ti-icon-flower; }\n.#{$ti-prefix}-flower-off:before { content: $ti-icon-flower-off; }\n.#{$ti-prefix}-focus:before { content: $ti-icon-focus; }\n.#{$ti-prefix}-focus-2:before { content: $ti-icon-focus-2; }\n.#{$ti-prefix}-focus-auto:before { content: $ti-icon-focus-auto; }\n.#{$ti-prefix}-focus-centered:before { content: $ti-icon-focus-centered; }\n.#{$ti-prefix}-fold:before { content: $ti-icon-fold; }\n.#{$ti-prefix}-fold-down:before { content: $ti-icon-fold-down; }\n.#{$ti-prefix}-fold-up:before { content: $ti-icon-fold-up; }\n.#{$ti-prefix}-folder:before { content: $ti-icon-folder; }\n.#{$ti-prefix}-folder-bolt:before { content: $ti-icon-folder-bolt; }\n.#{$ti-prefix}-folder-cancel:before { content: $ti-icon-folder-cancel; }\n.#{$ti-prefix}-folder-check:before { content: $ti-icon-folder-check; }\n.#{$ti-prefix}-folder-code:before { content: $ti-icon-folder-code; }\n.#{$ti-prefix}-folder-cog:before { content: $ti-icon-folder-cog; }\n.#{$ti-prefix}-folder-dollar:before { content: $ti-icon-folder-dollar; }\n.#{$ti-prefix}-folder-down:before { content: $ti-icon-folder-down; }\n.#{$ti-prefix}-folder-exclamation:before { content: $ti-icon-folder-exclamation; }\n.#{$ti-prefix}-folder-heart:before { content: $ti-icon-folder-heart; }\n.#{$ti-prefix}-folder-minus:before { content: $ti-icon-folder-minus; }\n.#{$ti-prefix}-folder-off:before { content: $ti-icon-folder-off; }\n.#{$ti-prefix}-folder-open:before { content: $ti-icon-folder-open; }\n.#{$ti-prefix}-folder-pause:before { content: $ti-icon-folder-pause; }\n.#{$ti-prefix}-folder-pin:before { content: $ti-icon-folder-pin; }\n.#{$ti-prefix}-folder-plus:before { content: $ti-icon-folder-plus; }\n.#{$ti-prefix}-folder-question:before { content: $ti-icon-folder-question; }\n.#{$ti-prefix}-folder-root:before { content: $ti-icon-folder-root; }\n.#{$ti-prefix}-folder-search:before { content: $ti-icon-folder-search; }\n.#{$ti-prefix}-folder-share:before { content: $ti-icon-folder-share; }\n.#{$ti-prefix}-folder-star:before { content: $ti-icon-folder-star; }\n.#{$ti-prefix}-folder-symlink:before { content: $ti-icon-folder-symlink; }\n.#{$ti-prefix}-folder-up:before { content: $ti-icon-folder-up; }\n.#{$ti-prefix}-folder-x:before { content: $ti-icon-folder-x; }\n.#{$ti-prefix}-folders:before { content: $ti-icon-folders; }\n.#{$ti-prefix}-folders-off:before { content: $ti-icon-folders-off; }\n.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; }\n.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; }\n.#{$ti-prefix}-forklift:before { content: $ti-icon-forklift; }\n.#{$ti-prefix}-forms:before { content: $ti-icon-forms; }\n.#{$ti-prefix}-fountain:before { content: $ti-icon-fountain; }\n.#{$ti-prefix}-fountain-off:before { content: $ti-icon-fountain-off; }\n.#{$ti-prefix}-frame:before { content: $ti-icon-frame; }\n.#{$ti-prefix}-frame-off:before { content: $ti-icon-frame-off; }\n.#{$ti-prefix}-free-rights:before { content: $ti-icon-free-rights; }\n.#{$ti-prefix}-freeze-column:before { content: $ti-icon-freeze-column; }\n.#{$ti-prefix}-freeze-row:before { content: $ti-icon-freeze-row; }\n.#{$ti-prefix}-freeze-row-column:before { content: $ti-icon-freeze-row-column; }\n.#{$ti-prefix}-fridge:before { content: $ti-icon-fridge; }\n.#{$ti-prefix}-fridge-off:before { content: $ti-icon-fridge-off; }\n.#{$ti-prefix}-friends:before { content: $ti-icon-friends; }\n.#{$ti-prefix}-friends-off:before { content: $ti-icon-friends-off; }\n.#{$ti-prefix}-frustum:before { content: $ti-icon-frustum; }\n.#{$ti-prefix}-frustum-off:before { content: $ti-icon-frustum-off; }\n.#{$ti-prefix}-frustum-plus:before { content: $ti-icon-frustum-plus; }\n.#{$ti-prefix}-function:before { content: $ti-icon-function; }\n.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; }\n.#{$ti-prefix}-galaxy:before { content: $ti-icon-galaxy; }\n.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; }\n.#{$ti-prefix}-garden-cart-off:before { content: $ti-icon-garden-cart-off; }\n.#{$ti-prefix}-gas-station:before { content: $ti-icon-gas-station; }\n.#{$ti-prefix}-gas-station-off:before { content: $ti-icon-gas-station-off; }\n.#{$ti-prefix}-gauge:before { content: $ti-icon-gauge; }\n.#{$ti-prefix}-gauge-off:before { content: $ti-icon-gauge-off; }\n.#{$ti-prefix}-gavel:before { content: $ti-icon-gavel; }\n.#{$ti-prefix}-gender-agender:before { content: $ti-icon-gender-agender; }\n.#{$ti-prefix}-gender-androgyne:before { content: $ti-icon-gender-androgyne; }\n.#{$ti-prefix}-gender-bigender:before { content: $ti-icon-gender-bigender; }\n.#{$ti-prefix}-gender-demiboy:before { content: $ti-icon-gender-demiboy; }\n.#{$ti-prefix}-gender-demigirl:before { content: $ti-icon-gender-demigirl; }\n.#{$ti-prefix}-gender-epicene:before { content: $ti-icon-gender-epicene; }\n.#{$ti-prefix}-gender-female:before { content: $ti-icon-gender-female; }\n.#{$ti-prefix}-gender-femme:before { content: $ti-icon-gender-femme; }\n.#{$ti-prefix}-gender-genderfluid:before { content: $ti-icon-gender-genderfluid; }\n.#{$ti-prefix}-gender-genderless:before { content: $ti-icon-gender-genderless; }\n.#{$ti-prefix}-gender-genderqueer:before { content: $ti-icon-gender-genderqueer; }\n.#{$ti-prefix}-gender-hermaphrodite:before { content: $ti-icon-gender-hermaphrodite; }\n.#{$ti-prefix}-gender-intergender:before { content: $ti-icon-gender-intergender; }\n.#{$ti-prefix}-gender-male:before { content: $ti-icon-gender-male; }\n.#{$ti-prefix}-gender-neutrois:before { content: $ti-icon-gender-neutrois; }\n.#{$ti-prefix}-gender-third:before { content: $ti-icon-gender-third; }\n.#{$ti-prefix}-gender-transgender:before { content: $ti-icon-gender-transgender; }\n.#{$ti-prefix}-gender-trasvesti:before { content: $ti-icon-gender-trasvesti; }\n.#{$ti-prefix}-geometry:before { content: $ti-icon-geometry; }\n.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }\n.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }\n.#{$ti-prefix}-ghost-3:before { content: $ti-icon-ghost-3; }\n.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; }\n.#{$ti-prefix}-gif:before { content: $ti-icon-gif; }\n.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }\n.#{$ti-prefix}-gift-card:before { content: $ti-icon-gift-card; }\n.#{$ti-prefix}-gift-off:before { content: $ti-icon-gift-off; }\n.#{$ti-prefix}-git-branch:before { content: $ti-icon-git-branch; }\n.#{$ti-prefix}-git-branch-deleted:before { content: $ti-icon-git-branch-deleted; }\n.#{$ti-prefix}-git-cherry-pick:before { content: $ti-icon-git-cherry-pick; }\n.#{$ti-prefix}-git-commit:before { content: $ti-icon-git-commit; }\n.#{$ti-prefix}-git-compare:before { content: $ti-icon-git-compare; }\n.#{$ti-prefix}-git-fork:before { content: $ti-icon-git-fork; }\n.#{$ti-prefix}-git-merge:before { content: $ti-icon-git-merge; }\n.#{$ti-prefix}-git-pull-request:before { content: $ti-icon-git-pull-request; }\n.#{$ti-prefix}-git-pull-request-closed:before { content: $ti-icon-git-pull-request-closed; }\n.#{$ti-prefix}-git-pull-request-draft:before { content: $ti-icon-git-pull-request-draft; }\n.#{$ti-prefix}-gizmo:before { content: $ti-icon-gizmo; }\n.#{$ti-prefix}-glass:before { content: $ti-icon-glass; }\n.#{$ti-prefix}-glass-champagne:before { content: $ti-icon-glass-champagne; }\n.#{$ti-prefix}-glass-cocktail:before { content: $ti-icon-glass-cocktail; }\n.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }\n.#{$ti-prefix}-glass-gin:before { content: $ti-icon-glass-gin; }\n.#{$ti-prefix}-glass-off:before { content: $ti-icon-glass-off; }\n.#{$ti-prefix}-globe:before { content: $ti-icon-globe; }\n.#{$ti-prefix}-globe-off:before { content: $ti-icon-globe-off; }\n.#{$ti-prefix}-go-game:before { content: $ti-icon-go-game; }\n.#{$ti-prefix}-golf:before { content: $ti-icon-golf; }\n.#{$ti-prefix}-golf-off:before { content: $ti-icon-golf-off; }\n.#{$ti-prefix}-gps:before { content: $ti-icon-gps; }\n.#{$ti-prefix}-gradienter:before { content: $ti-icon-gradienter; }\n.#{$ti-prefix}-grain:before { content: $ti-icon-grain; }\n.#{$ti-prefix}-graph:before { content: $ti-icon-graph; }\n.#{$ti-prefix}-graph-off:before { content: $ti-icon-graph-off; }\n.#{$ti-prefix}-grave:before { content: $ti-icon-grave; }\n.#{$ti-prefix}-grave-2:before { content: $ti-icon-grave-2; }\n.#{$ti-prefix}-grid-3x3:before { content: $ti-icon-grid-3x3; }\n.#{$ti-prefix}-grid-4x4:before { content: $ti-icon-grid-4x4; }\n.#{$ti-prefix}-grid-dots:before { content: $ti-icon-grid-dots; }\n.#{$ti-prefix}-grid-goldenratio:before { content: $ti-icon-grid-goldenratio; }\n.#{$ti-prefix}-grid-pattern:before { content: $ti-icon-grid-pattern; }\n.#{$ti-prefix}-grid-scan:before { content: $ti-icon-grid-scan; }\n.#{$ti-prefix}-grill:before { content: $ti-icon-grill; }\n.#{$ti-prefix}-grill-fork:before { content: $ti-icon-grill-fork; }\n.#{$ti-prefix}-grill-off:before { content: $ti-icon-grill-off; }\n.#{$ti-prefix}-grill-spatula:before { content: $ti-icon-grill-spatula; }\n.#{$ti-prefix}-grip-horizontal:before { content: $ti-icon-grip-horizontal; }\n.#{$ti-prefix}-grip-vertical:before { content: $ti-icon-grip-vertical; }\n.#{$ti-prefix}-growth:before { content: $ti-icon-growth; }\n.#{$ti-prefix}-guitar-pick:before { content: $ti-icon-guitar-pick; }\n.#{$ti-prefix}-gymnastics:before { content: $ti-icon-gymnastics; }\n.#{$ti-prefix}-h-1:before { content: $ti-icon-h-1; }\n.#{$ti-prefix}-h-2:before { content: $ti-icon-h-2; }\n.#{$ti-prefix}-h-3:before { content: $ti-icon-h-3; }\n.#{$ti-prefix}-h-4:before { content: $ti-icon-h-4; }\n.#{$ti-prefix}-h-5:before { content: $ti-icon-h-5; }\n.#{$ti-prefix}-h-6:before { content: $ti-icon-h-6; }\n.#{$ti-prefix}-hammer:before { content: $ti-icon-hammer; }\n.#{$ti-prefix}-hammer-off:before { content: $ti-icon-hammer-off; }\n.#{$ti-prefix}-hand-click:before { content: $ti-icon-hand-click; }\n.#{$ti-prefix}-hand-finger:before { content: $ti-icon-hand-finger; }\n.#{$ti-prefix}-hand-finger-down:before { content: $ti-icon-hand-finger-down; }\n.#{$ti-prefix}-hand-finger-left:before { content: $ti-icon-hand-finger-left; }\n.#{$ti-prefix}-hand-finger-off:before { content: $ti-icon-hand-finger-off; }\n.#{$ti-prefix}-hand-finger-right:before { content: $ti-icon-hand-finger-right; }\n.#{$ti-prefix}-hand-grab:before { content: $ti-icon-hand-grab; }\n.#{$ti-prefix}-hand-little-finger:before { content: $ti-icon-hand-little-finger; }\n.#{$ti-prefix}-hand-love-you:before { content: $ti-icon-hand-love-you; }\n.#{$ti-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; }\n.#{$ti-prefix}-hand-move:before { content: $ti-icon-hand-move; }\n.#{$ti-prefix}-hand-off:before { content: $ti-icon-hand-off; }\n.#{$ti-prefix}-hand-ring-finger:before { content: $ti-icon-hand-ring-finger; }\n.#{$ti-prefix}-hand-sanitizer:before { content: $ti-icon-hand-sanitizer; }\n.#{$ti-prefix}-hand-stop:before { content: $ti-icon-hand-stop; }\n.#{$ti-prefix}-hand-three-fingers:before { content: $ti-icon-hand-three-fingers; }\n.#{$ti-prefix}-hand-two-fingers:before { content: $ti-icon-hand-two-fingers; }\n.#{$ti-prefix}-hanger:before { content: $ti-icon-hanger; }\n.#{$ti-prefix}-hanger-2:before { content: $ti-icon-hanger-2; }\n.#{$ti-prefix}-hanger-off:before { content: $ti-icon-hanger-off; }\n.#{$ti-prefix}-hash:before { content: $ti-icon-hash; }\n.#{$ti-prefix}-haze:before { content: $ti-icon-haze; }\n.#{$ti-prefix}-haze-moon:before { content: $ti-icon-haze-moon; }\n.#{$ti-prefix}-hdr:before { content: $ti-icon-hdr; }\n.#{$ti-prefix}-heading:before { content: $ti-icon-heading; }\n.#{$ti-prefix}-heading-off:before { content: $ti-icon-heading-off; }\n.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; }\n.#{$ti-prefix}-headphones-off:before { content: $ti-icon-headphones-off; }\n.#{$ti-prefix}-headset:before { content: $ti-icon-headset; }\n.#{$ti-prefix}-headset-off:before { content: $ti-icon-headset-off; }\n.#{$ti-prefix}-health-recognition:before { content: $ti-icon-health-recognition; }\n.#{$ti-prefix}-heart:before { content: $ti-icon-heart; }\n.#{$ti-prefix}-heart-bitcoin:before { content: $ti-icon-heart-bitcoin; }\n.#{$ti-prefix}-heart-bolt:before { content: $ti-icon-heart-bolt; }\n.#{$ti-prefix}-heart-broken:before { content: $ti-icon-heart-broken; }\n.#{$ti-prefix}-heart-cancel:before { content: $ti-icon-heart-cancel; }\n.#{$ti-prefix}-heart-check:before { content: $ti-icon-heart-check; }\n.#{$ti-prefix}-heart-code:before { content: $ti-icon-heart-code; }\n.#{$ti-prefix}-heart-cog:before { content: $ti-icon-heart-cog; }\n.#{$ti-prefix}-heart-discount:before { content: $ti-icon-heart-discount; }\n.#{$ti-prefix}-heart-dollar:before { content: $ti-icon-heart-dollar; }\n.#{$ti-prefix}-heart-down:before { content: $ti-icon-heart-down; }\n.#{$ti-prefix}-heart-exclamation:before { content: $ti-icon-heart-exclamation; }\n.#{$ti-prefix}-heart-handshake:before { content: $ti-icon-heart-handshake; }\n.#{$ti-prefix}-heart-minus:before { content: $ti-icon-heart-minus; }\n.#{$ti-prefix}-heart-off:before { content: $ti-icon-heart-off; }\n.#{$ti-prefix}-heart-pause:before { content: $ti-icon-heart-pause; }\n.#{$ti-prefix}-heart-pin:before { content: $ti-icon-heart-pin; }\n.#{$ti-prefix}-heart-plus:before { content: $ti-icon-heart-plus; }\n.#{$ti-prefix}-heart-question:before { content: $ti-icon-heart-question; }\n.#{$ti-prefix}-heart-rate-monitor:before { content: $ti-icon-heart-rate-monitor; }\n.#{$ti-prefix}-heart-search:before { content: $ti-icon-heart-search; }\n.#{$ti-prefix}-heart-share:before { content: $ti-icon-heart-share; }\n.#{$ti-prefix}-heart-spark:before { content: $ti-icon-heart-spark; }\n.#{$ti-prefix}-heart-star:before { content: $ti-icon-heart-star; }\n.#{$ti-prefix}-heart-up:before { content: $ti-icon-heart-up; }\n.#{$ti-prefix}-heart-x:before { content: $ti-icon-heart-x; }\n.#{$ti-prefix}-heartbeat:before { content: $ti-icon-heartbeat; }\n.#{$ti-prefix}-hearts:before { content: $ti-icon-hearts; }\n.#{$ti-prefix}-hearts-off:before { content: $ti-icon-hearts-off; }\n.#{$ti-prefix}-helicopter:before { content: $ti-icon-helicopter; }\n.#{$ti-prefix}-helicopter-landing:before { content: $ti-icon-helicopter-landing; }\n.#{$ti-prefix}-helmet:before { content: $ti-icon-helmet; }\n.#{$ti-prefix}-helmet-off:before { content: $ti-icon-helmet-off; }\n.#{$ti-prefix}-help:before { content: $ti-icon-help; }\n.#{$ti-prefix}-help-circle:before { content: $ti-icon-help-circle; }\n.#{$ti-prefix}-help-hexagon:before { content: $ti-icon-help-hexagon; }\n.#{$ti-prefix}-help-octagon:before { content: $ti-icon-help-octagon; }\n.#{$ti-prefix}-help-off:before { content: $ti-icon-help-off; }\n.#{$ti-prefix}-help-small:before { content: $ti-icon-help-small; }\n.#{$ti-prefix}-help-square:before { content: $ti-icon-help-square; }\n.#{$ti-prefix}-help-square-rounded:before { content: $ti-icon-help-square-rounded; }\n.#{$ti-prefix}-help-triangle:before { content: $ti-icon-help-triangle; }\n.#{$ti-prefix}-hemisphere:before { content: $ti-icon-hemisphere; }\n.#{$ti-prefix}-hemisphere-off:before { content: $ti-icon-hemisphere-off; }\n.#{$ti-prefix}-hemisphere-plus:before { content: $ti-icon-hemisphere-plus; }\n.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }\n.#{$ti-prefix}-hexagon-3d:before { content: $ti-icon-hexagon-3d; }\n.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }\n.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }\n.#{$ti-prefix}-hexagon-letter-c:before { content: $ti-icon-hexagon-letter-c; }\n.#{$ti-prefix}-hexagon-letter-d:before { content: $ti-icon-hexagon-letter-d; }\n.#{$ti-prefix}-hexagon-letter-e:before { content: $ti-icon-hexagon-letter-e; }\n.#{$ti-prefix}-hexagon-letter-f:before { content: $ti-icon-hexagon-letter-f; }\n.#{$ti-prefix}-hexagon-letter-g:before { content: $ti-icon-hexagon-letter-g; }\n.#{$ti-prefix}-hexagon-letter-h:before { content: $ti-icon-hexagon-letter-h; }\n.#{$ti-prefix}-hexagon-letter-i:before { content: $ti-icon-hexagon-letter-i; }\n.#{$ti-prefix}-hexagon-letter-j:before { content: $ti-icon-hexagon-letter-j; }\n.#{$ti-prefix}-hexagon-letter-k:before { content: $ti-icon-hexagon-letter-k; }\n.#{$ti-prefix}-hexagon-letter-l:before { content: $ti-icon-hexagon-letter-l; }\n.#{$ti-prefix}-hexagon-letter-m:before { content: $ti-icon-hexagon-letter-m; }\n.#{$ti-prefix}-hexagon-letter-n:before { content: $ti-icon-hexagon-letter-n; }\n.#{$ti-prefix}-hexagon-letter-o:before { content: $ti-icon-hexagon-letter-o; }\n.#{$ti-prefix}-hexagon-letter-p:before { content: $ti-icon-hexagon-letter-p; }\n.#{$ti-prefix}-hexagon-letter-q:before { content: $ti-icon-hexagon-letter-q; }\n.#{$ti-prefix}-hexagon-letter-r:before { content: $ti-icon-hexagon-letter-r; }\n.#{$ti-prefix}-hexagon-letter-s:before { content: $ti-icon-hexagon-letter-s; }\n.#{$ti-prefix}-hexagon-letter-t:before { content: $ti-icon-hexagon-letter-t; }\n.#{$ti-prefix}-hexagon-letter-u:before { content: $ti-icon-hexagon-letter-u; }\n.#{$ti-prefix}-hexagon-letter-v:before { content: $ti-icon-hexagon-letter-v; }\n.#{$ti-prefix}-hexagon-letter-w:before { content: $ti-icon-hexagon-letter-w; }\n.#{$ti-prefix}-hexagon-letter-x:before { content: $ti-icon-hexagon-letter-x; }\n.#{$ti-prefix}-hexagon-letter-y:before { content: $ti-icon-hexagon-letter-y; }\n.#{$ti-prefix}-hexagon-letter-z:before { content: $ti-icon-hexagon-letter-z; }\n.#{$ti-prefix}-hexagon-minus:before { content: $ti-icon-hexagon-minus; }\n.#{$ti-prefix}-hexagon-minus-2:before { content: $ti-icon-hexagon-minus-2; }\n.#{$ti-prefix}-hexagon-number-0:before { content: $ti-icon-hexagon-number-0; }\n.#{$ti-prefix}-hexagon-number-1:before { content: $ti-icon-hexagon-number-1; }\n.#{$ti-prefix}-hexagon-number-2:before { content: $ti-icon-hexagon-number-2; }\n.#{$ti-prefix}-hexagon-number-3:before { content: $ti-icon-hexagon-number-3; }\n.#{$ti-prefix}-hexagon-number-4:before { content: $ti-icon-hexagon-number-4; }\n.#{$ti-prefix}-hexagon-number-5:before { content: $ti-icon-hexagon-number-5; }\n.#{$ti-prefix}-hexagon-number-6:before { content: $ti-icon-hexagon-number-6; }\n.#{$ti-prefix}-hexagon-number-7:before { content: $ti-icon-hexagon-number-7; }\n.#{$ti-prefix}-hexagon-number-8:before { content: $ti-icon-hexagon-number-8; }\n.#{$ti-prefix}-hexagon-number-9:before { content: $ti-icon-hexagon-number-9; }\n.#{$ti-prefix}-hexagon-off:before { content: $ti-icon-hexagon-off; }\n.#{$ti-prefix}-hexagon-plus:before { content: $ti-icon-hexagon-plus; }\n.#{$ti-prefix}-hexagon-plus-2:before { content: $ti-icon-hexagon-plus-2; }\n.#{$ti-prefix}-hexagonal-prism:before { content: $ti-icon-hexagonal-prism; }\n.#{$ti-prefix}-hexagonal-prism-off:before { content: $ti-icon-hexagonal-prism-off; }\n.#{$ti-prefix}-hexagonal-prism-plus:before { content: $ti-icon-hexagonal-prism-plus; }\n.#{$ti-prefix}-hexagonal-pyramid:before { content: $ti-icon-hexagonal-pyramid; }\n.#{$ti-prefix}-hexagonal-pyramid-off:before { content: $ti-icon-hexagonal-pyramid-off; }\n.#{$ti-prefix}-hexagonal-pyramid-plus:before { content: $ti-icon-hexagonal-pyramid-plus; }\n.#{$ti-prefix}-hexagons:before { content: $ti-icon-hexagons; }\n.#{$ti-prefix}-hexagons-off:before { content: $ti-icon-hexagons-off; }\n.#{$ti-prefix}-hierarchy:before { content: $ti-icon-hierarchy; }\n.#{$ti-prefix}-hierarchy-2:before { content: $ti-icon-hierarchy-2; }\n.#{$ti-prefix}-hierarchy-3:before { content: $ti-icon-hierarchy-3; }\n.#{$ti-prefix}-hierarchy-off:before { content: $ti-icon-hierarchy-off; }\n.#{$ti-prefix}-highlight:before { content: $ti-icon-highlight; }\n.#{$ti-prefix}-highlight-off:before { content: $ti-icon-highlight-off; }\n.#{$ti-prefix}-history:before { content: $ti-icon-history; }\n.#{$ti-prefix}-history-off:before { content: $ti-icon-history-off; }\n.#{$ti-prefix}-history-toggle:before { content: $ti-icon-history-toggle; }\n.#{$ti-prefix}-home:before { content: $ti-icon-home; }\n.#{$ti-prefix}-home-2:before { content: $ti-icon-home-2; }\n.#{$ti-prefix}-home-bitcoin:before { content: $ti-icon-home-bitcoin; }\n.#{$ti-prefix}-home-bolt:before { content: $ti-icon-home-bolt; }\n.#{$ti-prefix}-home-cancel:before { content: $ti-icon-home-cancel; }\n.#{$ti-prefix}-home-check:before { content: $ti-icon-home-check; }\n.#{$ti-prefix}-home-cog:before { content: $ti-icon-home-cog; }\n.#{$ti-prefix}-home-dollar:before { content: $ti-icon-home-dollar; }\n.#{$ti-prefix}-home-dot:before { content: $ti-icon-home-dot; }\n.#{$ti-prefix}-home-down:before { content: $ti-icon-home-down; }\n.#{$ti-prefix}-home-eco:before { content: $ti-icon-home-eco; }\n.#{$ti-prefix}-home-edit:before { content: $ti-icon-home-edit; }\n.#{$ti-prefix}-home-exclamation:before { content: $ti-icon-home-exclamation; }\n.#{$ti-prefix}-home-hand:before { content: $ti-icon-home-hand; }\n.#{$ti-prefix}-home-heart:before { content: $ti-icon-home-heart; }\n.#{$ti-prefix}-home-infinity:before { content: $ti-icon-home-infinity; }\n.#{$ti-prefix}-home-link:before { content: $ti-icon-home-link; }\n.#{$ti-prefix}-home-minus:before { content: $ti-icon-home-minus; }\n.#{$ti-prefix}-home-move:before { content: $ti-icon-home-move; }\n.#{$ti-prefix}-home-off:before { content: $ti-icon-home-off; }\n.#{$ti-prefix}-home-plus:before { content: $ti-icon-home-plus; }\n.#{$ti-prefix}-home-question:before { content: $ti-icon-home-question; }\n.#{$ti-prefix}-home-ribbon:before { content: $ti-icon-home-ribbon; }\n.#{$ti-prefix}-home-search:before { content: $ti-icon-home-search; }\n.#{$ti-prefix}-home-share:before { content: $ti-icon-home-share; }\n.#{$ti-prefix}-home-shield:before { content: $ti-icon-home-shield; }\n.#{$ti-prefix}-home-signal:before { content: $ti-icon-home-signal; }\n.#{$ti-prefix}-home-spark:before { content: $ti-icon-home-spark; }\n.#{$ti-prefix}-home-star:before { content: $ti-icon-home-star; }\n.#{$ti-prefix}-home-stats:before { content: $ti-icon-home-stats; }\n.#{$ti-prefix}-home-up:before { content: $ti-icon-home-up; }\n.#{$ti-prefix}-home-x:before { content: $ti-icon-home-x; }\n.#{$ti-prefix}-horse:before { content: $ti-icon-horse; }\n.#{$ti-prefix}-horse-toy:before { content: $ti-icon-horse-toy; }\n.#{$ti-prefix}-horseshoe:before { content: $ti-icon-horseshoe; }\n.#{$ti-prefix}-hospital:before { content: $ti-icon-hospital; }\n.#{$ti-prefix}-hospital-circle:before { content: $ti-icon-hospital-circle; }\n.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }\n.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }\n.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }\n.#{$ti-prefix}-hourglass-high:before { content: $ti-icon-hourglass-high; }\n.#{$ti-prefix}-hourglass-low:before { content: $ti-icon-hourglass-low; }\n.#{$ti-prefix}-hourglass-off:before { content: $ti-icon-hourglass-off; }\n.#{$ti-prefix}-hours-12:before { content: $ti-icon-hours-12; }\n.#{$ti-prefix}-hours-24:before { content: $ti-icon-hours-24; }\n.#{$ti-prefix}-html:before { content: $ti-icon-html; }\n.#{$ti-prefix}-http-connect:before { content: $ti-icon-http-connect; }\n.#{$ti-prefix}-http-delete:before { content: $ti-icon-http-delete; }\n.#{$ti-prefix}-http-get:before { content: $ti-icon-http-get; }\n.#{$ti-prefix}-http-head:before { content: $ti-icon-http-head; }\n.#{$ti-prefix}-http-options:before { content: $ti-icon-http-options; }\n.#{$ti-prefix}-http-patch:before { content: $ti-icon-http-patch; }\n.#{$ti-prefix}-http-post:before { content: $ti-icon-http-post; }\n.#{$ti-prefix}-http-put:before { content: $ti-icon-http-put; }\n.#{$ti-prefix}-http-que:before { content: $ti-icon-http-que; }\n.#{$ti-prefix}-http-trace:before { content: $ti-icon-http-trace; }\n.#{$ti-prefix}-ice-cream:before { content: $ti-icon-ice-cream; }\n.#{$ti-prefix}-ice-cream-2:before { content: $ti-icon-ice-cream-2; }\n.#{$ti-prefix}-ice-cream-off:before { content: $ti-icon-ice-cream-off; }\n.#{$ti-prefix}-ice-skating:before { content: $ti-icon-ice-skating; }\n.#{$ti-prefix}-icons:before { content: $ti-icon-icons; }\n.#{$ti-prefix}-icons-off:before { content: $ti-icon-icons-off; }\n.#{$ti-prefix}-id:before { content: $ti-icon-id; }\n.#{$ti-prefix}-id-badge:before { content: $ti-icon-id-badge; }\n.#{$ti-prefix}-id-badge-2:before { content: $ti-icon-id-badge-2; }\n.#{$ti-prefix}-id-badge-off:before { content: $ti-icon-id-badge-off; }\n.#{$ti-prefix}-id-off:before { content: $ti-icon-id-off; }\n.#{$ti-prefix}-ikosaedr:before { content: $ti-icon-ikosaedr; }\n.#{$ti-prefix}-image-in-picture:before { content: $ti-icon-image-in-picture; }\n.#{$ti-prefix}-inbox:before { content: $ti-icon-inbox; }\n.#{$ti-prefix}-inbox-off:before { content: $ti-icon-inbox-off; }\n.#{$ti-prefix}-indent-decrease:before { content: $ti-icon-indent-decrease; }\n.#{$ti-prefix}-indent-increase:before { content: $ti-icon-indent-increase; }\n.#{$ti-prefix}-infinity:before { content: $ti-icon-infinity; }\n.#{$ti-prefix}-infinity-off:before { content: $ti-icon-infinity-off; }\n.#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; }\n.#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; }\n.#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; }\n.#{$ti-prefix}-info-small:before { content: $ti-icon-info-small; }\n.#{$ti-prefix}-info-square:before { content: $ti-icon-info-square; }\n.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }\n.#{$ti-prefix}-info-triangle:before { content: $ti-icon-info-triangle; }\n.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }\n.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }\n.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }\n.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; }\n.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; }\n.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; }\n.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }\n.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }\n.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; }\n.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; }\n.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }\n.#{$ti-prefix}-input-spark:before { content: $ti-icon-input-spark; }\n.#{$ti-prefix}-input-x:before { content: $ti-icon-input-x; }\n.#{$ti-prefix}-invoice:before { content: $ti-icon-invoice; }\n.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }\n.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }\n.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }\n.#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; }\n.#{$ti-prefix}-ironing-off:before { content: $ti-icon-ironing-off; }\n.#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; }\n.#{$ti-prefix}-ironing-steam-off:before { content: $ti-icon-ironing-steam-off; }\n.#{$ti-prefix}-irregular-polyhedron:before { content: $ti-icon-irregular-polyhedron; }\n.#{$ti-prefix}-irregular-polyhedron-off:before { content: $ti-icon-irregular-polyhedron-off; }\n.#{$ti-prefix}-irregular-polyhedron-plus:before { content: $ti-icon-irregular-polyhedron-plus; }\n.#{$ti-prefix}-italic:before { content: $ti-icon-italic; }\n.#{$ti-prefix}-jacket:before { content: $ti-icon-jacket; }\n.#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; }\n.#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; }\n.#{$ti-prefix}-join-bevel:before { content: $ti-icon-join-bevel; }\n.#{$ti-prefix}-join-round:before { content: $ti-icon-join-round; }\n.#{$ti-prefix}-join-straight:before { content: $ti-icon-join-straight; }\n.#{$ti-prefix}-joker:before { content: $ti-icon-joker; }\n.#{$ti-prefix}-jpg:before { content: $ti-icon-jpg; }\n.#{$ti-prefix}-json:before { content: $ti-icon-json; }\n.#{$ti-prefix}-jump-rope:before { content: $ti-icon-jump-rope; }\n.#{$ti-prefix}-karate:before { content: $ti-icon-karate; }\n.#{$ti-prefix}-kayak:before { content: $ti-icon-kayak; }\n.#{$ti-prefix}-kerning:before { content: $ti-icon-kerning; }\n.#{$ti-prefix}-key:before { content: $ti-icon-key; }\n.#{$ti-prefix}-key-off:before { content: $ti-icon-key-off; }\n.#{$ti-prefix}-keyboard:before { content: $ti-icon-keyboard; }\n.#{$ti-prefix}-keyboard-hide:before { content: $ti-icon-keyboard-hide; }\n.#{$ti-prefix}-keyboard-off:before { content: $ti-icon-keyboard-off; }\n.#{$ti-prefix}-keyboard-show:before { content: $ti-icon-keyboard-show; }\n.#{$ti-prefix}-keyframe:before { content: $ti-icon-keyframe; }\n.#{$ti-prefix}-keyframe-align-center:before { content: $ti-icon-keyframe-align-center; }\n.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; }\n.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; }\n.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; }\n.#{$ti-prefix}-label:before { content: $ti-icon-label; }\n.#{$ti-prefix}-label-important:before { content: $ti-icon-label-important; }\n.#{$ti-prefix}-label-off:before { content: $ti-icon-label-off; }\n.#{$ti-prefix}-ladder:before { content: $ti-icon-ladder; }\n.#{$ti-prefix}-ladder-off:before { content: $ti-icon-ladder-off; }\n.#{$ti-prefix}-ladle:before { content: $ti-icon-ladle; }\n.#{$ti-prefix}-lambda:before { content: $ti-icon-lambda; }\n.#{$ti-prefix}-lamp:before { content: $ti-icon-lamp; }\n.#{$ti-prefix}-lamp-2:before { content: $ti-icon-lamp-2; }\n.#{$ti-prefix}-lamp-off:before { content: $ti-icon-lamp-off; }\n.#{$ti-prefix}-lane:before { content: $ti-icon-lane; }\n.#{$ti-prefix}-language:before { content: $ti-icon-language; }\n.#{$ti-prefix}-language-hiragana:before { content: $ti-icon-language-hiragana; }\n.#{$ti-prefix}-language-katakana:before { content: $ti-icon-language-katakana; }\n.#{$ti-prefix}-language-off:before { content: $ti-icon-language-off; }\n.#{$ti-prefix}-lasso:before { content: $ti-icon-lasso; }\n.#{$ti-prefix}-lasso-off:before { content: $ti-icon-lasso-off; }\n.#{$ti-prefix}-lasso-polygon:before { content: $ti-icon-lasso-polygon; }\n.#{$ti-prefix}-laurel-wreath:before { content: $ti-icon-laurel-wreath; }\n.#{$ti-prefix}-laurel-wreath-1:before { content: $ti-icon-laurel-wreath-1; }\n.#{$ti-prefix}-laurel-wreath-2:before { content: $ti-icon-laurel-wreath-2; }\n.#{$ti-prefix}-laurel-wreath-3:before { content: $ti-icon-laurel-wreath-3; }\n.#{$ti-prefix}-layers-difference:before { content: $ti-icon-layers-difference; }\n.#{$ti-prefix}-layers-intersect:before { content: $ti-icon-layers-intersect; }\n.#{$ti-prefix}-layers-intersect-2:before { content: $ti-icon-layers-intersect-2; }\n.#{$ti-prefix}-layers-linked:before { content: $ti-icon-layers-linked; }\n.#{$ti-prefix}-layers-off:before { content: $ti-icon-layers-off; }\n.#{$ti-prefix}-layers-selected:before { content: $ti-icon-layers-selected; }\n.#{$ti-prefix}-layers-selected-bottom:before { content: $ti-icon-layers-selected-bottom; }\n.#{$ti-prefix}-layers-subtract:before { content: $ti-icon-layers-subtract; }\n.#{$ti-prefix}-layers-union:before { content: $ti-icon-layers-union; }\n.#{$ti-prefix}-layout:before { content: $ti-icon-layout; }\n.#{$ti-prefix}-layout-2:before { content: $ti-icon-layout-2; }\n.#{$ti-prefix}-layout-align-bottom:before { content: $ti-icon-layout-align-bottom; }\n.#{$ti-prefix}-layout-align-center:before { content: $ti-icon-layout-align-center; }\n.#{$ti-prefix}-layout-align-left:before { content: $ti-icon-layout-align-left; }\n.#{$ti-prefix}-layout-align-middle:before { content: $ti-icon-layout-align-middle; }\n.#{$ti-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; }\n.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }\n.#{$ti-prefix}-layout-board:before { content: $ti-icon-layout-board; }\n.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; }\n.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }\n.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }\n.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }\n.#{$ti-prefix}-layout-bottombar-inactive:before { content: $ti-icon-layout-bottombar-inactive; }\n.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }\n.#{$ti-prefix}-layout-collage:before { content: $ti-icon-layout-collage; }\n.#{$ti-prefix}-layout-columns:before { content: $ti-icon-layout-columns; }\n.#{$ti-prefix}-layout-dashboard:before { content: $ti-icon-layout-dashboard; }\n.#{$ti-prefix}-layout-distribute-horizontal:before { content: $ti-icon-layout-distribute-horizontal; }\n.#{$ti-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; }\n.#{$ti-prefix}-layout-grid:before { content: $ti-icon-layout-grid; }\n.#{$ti-prefix}-layout-grid-add:before { content: $ti-icon-layout-grid-add; }\n.#{$ti-prefix}-layout-grid-remove:before { content: $ti-icon-layout-grid-remove; }\n.#{$ti-prefix}-layout-kanban:before { content: $ti-icon-layout-kanban; }\n.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }\n.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }\n.#{$ti-prefix}-layout-navbar-collapse:before { content: $ti-icon-layout-navbar-collapse; }\n.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; }\n.#{$ti-prefix}-layout-navbar-inactive:before { content: $ti-icon-layout-navbar-inactive; }\n.#{$ti-prefix}-layout-off:before { content: $ti-icon-layout-off; }\n.#{$ti-prefix}-layout-rows:before { content: $ti-icon-layout-rows; }\n.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }\n.#{$ti-prefix}-layout-sidebar-inactive:before { content: $ti-icon-layout-sidebar-inactive; }\n.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; }\n.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; }\n.#{$ti-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; }\n.#{$ti-prefix}-layout-sidebar-right-collapse:before { content: $ti-icon-layout-sidebar-right-collapse; }\n.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }\n.#{$ti-prefix}-layout-sidebar-right-inactive:before { content: $ti-icon-layout-sidebar-right-inactive; }\n.#{$ti-prefix}-leaf:before { content: $ti-icon-leaf; }\n.#{$ti-prefix}-leaf-2:before { content: $ti-icon-leaf-2; }\n.#{$ti-prefix}-leaf-off:before { content: $ti-icon-leaf-off; }\n.#{$ti-prefix}-lego:before { content: $ti-icon-lego; }\n.#{$ti-prefix}-lego-off:before { content: $ti-icon-lego-off; }\n.#{$ti-prefix}-lemon:before { content: $ti-icon-lemon; }\n.#{$ti-prefix}-lemon-2:before { content: $ti-icon-lemon-2; }\n.#{$ti-prefix}-letter-a:before { content: $ti-icon-letter-a; }\n.#{$ti-prefix}-letter-a-small:before { content: $ti-icon-letter-a-small; }\n.#{$ti-prefix}-letter-b:before { content: $ti-icon-letter-b; }\n.#{$ti-prefix}-letter-b-small:before { content: $ti-icon-letter-b-small; }\n.#{$ti-prefix}-letter-c:before { content: $ti-icon-letter-c; }\n.#{$ti-prefix}-letter-c-small:before { content: $ti-icon-letter-c-small; }\n.#{$ti-prefix}-letter-case:before { content: $ti-icon-letter-case; }\n.#{$ti-prefix}-letter-case-lower:before { content: $ti-icon-letter-case-lower; }\n.#{$ti-prefix}-letter-case-toggle:before { content: $ti-icon-letter-case-toggle; }\n.#{$ti-prefix}-letter-case-upper:before { content: $ti-icon-letter-case-upper; }\n.#{$ti-prefix}-letter-d:before { content: $ti-icon-letter-d; }\n.#{$ti-prefix}-letter-d-small:before { content: $ti-icon-letter-d-small; }\n.#{$ti-prefix}-letter-e:before { content: $ti-icon-letter-e; }\n.#{$ti-prefix}-letter-e-small:before { content: $ti-icon-letter-e-small; }\n.#{$ti-prefix}-letter-f:before { content: $ti-icon-letter-f; }\n.#{$ti-prefix}-letter-f-small:before { content: $ti-icon-letter-f-small; }\n.#{$ti-prefix}-letter-g:before { content: $ti-icon-letter-g; }\n.#{$ti-prefix}-letter-g-small:before { content: $ti-icon-letter-g-small; }\n.#{$ti-prefix}-letter-h:before { content: $ti-icon-letter-h; }\n.#{$ti-prefix}-letter-h-small:before { content: $ti-icon-letter-h-small; }\n.#{$ti-prefix}-letter-i:before { content: $ti-icon-letter-i; }\n.#{$ti-prefix}-letter-i-small:before { content: $ti-icon-letter-i-small; }\n.#{$ti-prefix}-letter-j:before { content: $ti-icon-letter-j; }\n.#{$ti-prefix}-letter-j-small:before { content: $ti-icon-letter-j-small; }\n.#{$ti-prefix}-letter-k:before { content: $ti-icon-letter-k; }\n.#{$ti-prefix}-letter-k-small:before { content: $ti-icon-letter-k-small; }\n.#{$ti-prefix}-letter-l:before { content: $ti-icon-letter-l; }\n.#{$ti-prefix}-letter-l-small:before { content: $ti-icon-letter-l-small; }\n.#{$ti-prefix}-letter-m:before { content: $ti-icon-letter-m; }\n.#{$ti-prefix}-letter-m-small:before { content: $ti-icon-letter-m-small; }\n.#{$ti-prefix}-letter-n:before { content: $ti-icon-letter-n; }\n.#{$ti-prefix}-letter-n-small:before { content: $ti-icon-letter-n-small; }\n.#{$ti-prefix}-letter-o:before { content: $ti-icon-letter-o; }\n.#{$ti-prefix}-letter-o-small:before { content: $ti-icon-letter-o-small; }\n.#{$ti-prefix}-letter-p:before { content: $ti-icon-letter-p; }\n.#{$ti-prefix}-letter-p-small:before { content: $ti-icon-letter-p-small; }\n.#{$ti-prefix}-letter-q:before { content: $ti-icon-letter-q; }\n.#{$ti-prefix}-letter-q-small:before { content: $ti-icon-letter-q-small; }\n.#{$ti-prefix}-letter-r:before { content: $ti-icon-letter-r; }\n.#{$ti-prefix}-letter-r-small:before { content: $ti-icon-letter-r-small; }\n.#{$ti-prefix}-letter-s:before { content: $ti-icon-letter-s; }\n.#{$ti-prefix}-letter-s-small:before { content: $ti-icon-letter-s-small; }\n.#{$ti-prefix}-letter-spacing:before { content: $ti-icon-letter-spacing; }\n.#{$ti-prefix}-letter-t:before { content: $ti-icon-letter-t; }\n.#{$ti-prefix}-letter-t-small:before { content: $ti-icon-letter-t-small; }\n.#{$ti-prefix}-letter-u:before { content: $ti-icon-letter-u; }\n.#{$ti-prefix}-letter-u-small:before { content: $ti-icon-letter-u-small; }\n.#{$ti-prefix}-letter-v:before { content: $ti-icon-letter-v; }\n.#{$ti-prefix}-letter-v-small:before { content: $ti-icon-letter-v-small; }\n.#{$ti-prefix}-letter-w:before { content: $ti-icon-letter-w; }\n.#{$ti-prefix}-letter-w-small:before { content: $ti-icon-letter-w-small; }\n.#{$ti-prefix}-letter-x:before { content: $ti-icon-letter-x; }\n.#{$ti-prefix}-letter-x-small:before { content: $ti-icon-letter-x-small; }\n.#{$ti-prefix}-letter-y:before { content: $ti-icon-letter-y; }\n.#{$ti-prefix}-letter-y-small:before { content: $ti-icon-letter-y-small; }\n.#{$ti-prefix}-letter-z:before { content: $ti-icon-letter-z; }\n.#{$ti-prefix}-letter-z-small:before { content: $ti-icon-letter-z-small; }\n.#{$ti-prefix}-library:before { content: $ti-icon-library; }\n.#{$ti-prefix}-library-minus:before { content: $ti-icon-library-minus; }\n.#{$ti-prefix}-library-photo:before { content: $ti-icon-library-photo; }\n.#{$ti-prefix}-library-plus:before { content: $ti-icon-library-plus; }\n.#{$ti-prefix}-license:before { content: $ti-icon-license; }\n.#{$ti-prefix}-license-off:before { content: $ti-icon-license-off; }\n.#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; }\n.#{$ti-prefix}-lifebuoy-off:before { content: $ti-icon-lifebuoy-off; }\n.#{$ti-prefix}-lighter:before { content: $ti-icon-lighter; }\n.#{$ti-prefix}-line:before { content: $ti-icon-line; }\n.#{$ti-prefix}-line-dashed:before { content: $ti-icon-line-dashed; }\n.#{$ti-prefix}-line-dotted:before { content: $ti-icon-line-dotted; }\n.#{$ti-prefix}-line-height:before { content: $ti-icon-line-height; }\n.#{$ti-prefix}-line-scan:before { content: $ti-icon-line-scan; }\n.#{$ti-prefix}-link:before { content: $ti-icon-link; }\n.#{$ti-prefix}-link-minus:before { content: $ti-icon-link-minus; }\n.#{$ti-prefix}-link-off:before { content: $ti-icon-link-off; }\n.#{$ti-prefix}-link-plus:before { content: $ti-icon-link-plus; }\n.#{$ti-prefix}-list:before { content: $ti-icon-list; }\n.#{$ti-prefix}-list-check:before { content: $ti-icon-list-check; }\n.#{$ti-prefix}-list-details:before { content: $ti-icon-list-details; }\n.#{$ti-prefix}-list-letters:before { content: $ti-icon-list-letters; }\n.#{$ti-prefix}-list-numbers:before { content: $ti-icon-list-numbers; }\n.#{$ti-prefix}-list-search:before { content: $ti-icon-list-search; }\n.#{$ti-prefix}-list-tree:before { content: $ti-icon-list-tree; }\n.#{$ti-prefix}-live-photo:before { content: $ti-icon-live-photo; }\n.#{$ti-prefix}-live-photo-off:before { content: $ti-icon-live-photo-off; }\n.#{$ti-prefix}-live-view:before { content: $ti-icon-live-view; }\n.#{$ti-prefix}-load-balancer:before { content: $ti-icon-load-balancer; }\n.#{$ti-prefix}-loader:before { content: $ti-icon-loader; }\n.#{$ti-prefix}-loader-2:before { content: $ti-icon-loader-2; }\n.#{$ti-prefix}-loader-3:before { content: $ti-icon-loader-3; }\n.#{$ti-prefix}-loader-quarter:before { content: $ti-icon-loader-quarter; }\n.#{$ti-prefix}-location:before { content: $ti-icon-location; }\n.#{$ti-prefix}-location-bolt:before { content: $ti-icon-location-bolt; }\n.#{$ti-prefix}-location-broken:before { content: $ti-icon-location-broken; }\n.#{$ti-prefix}-location-cancel:before { content: $ti-icon-location-cancel; }\n.#{$ti-prefix}-location-check:before { content: $ti-icon-location-check; }\n.#{$ti-prefix}-location-code:before { content: $ti-icon-location-code; }\n.#{$ti-prefix}-location-cog:before { content: $ti-icon-location-cog; }\n.#{$ti-prefix}-location-discount:before { content: $ti-icon-location-discount; }\n.#{$ti-prefix}-location-dollar:before { content: $ti-icon-location-dollar; }\n.#{$ti-prefix}-location-down:before { content: $ti-icon-location-down; }\n.#{$ti-prefix}-location-exclamation:before { content: $ti-icon-location-exclamation; }\n.#{$ti-prefix}-location-heart:before { content: $ti-icon-location-heart; }\n.#{$ti-prefix}-location-minus:before { content: $ti-icon-location-minus; }\n.#{$ti-prefix}-location-off:before { content: $ti-icon-location-off; }\n.#{$ti-prefix}-location-pause:before { content: $ti-icon-location-pause; }\n.#{$ti-prefix}-location-pin:before { content: $ti-icon-location-pin; }\n.#{$ti-prefix}-location-plus:before { content: $ti-icon-location-plus; }\n.#{$ti-prefix}-location-question:before { content: $ti-icon-location-question; }\n.#{$ti-prefix}-location-search:before { content: $ti-icon-location-search; }\n.#{$ti-prefix}-location-share:before { content: $ti-icon-location-share; }\n.#{$ti-prefix}-location-star:before { content: $ti-icon-location-star; }\n.#{$ti-prefix}-location-up:before { content: $ti-icon-location-up; }\n.#{$ti-prefix}-location-x:before { content: $ti-icon-location-x; }\n.#{$ti-prefix}-lock:before { content: $ti-icon-lock; }\n.#{$ti-prefix}-lock-access:before { content: $ti-icon-lock-access; }\n.#{$ti-prefix}-lock-access-off:before { content: $ti-icon-lock-access-off; }\n.#{$ti-prefix}-lock-bitcoin:before { content: $ti-icon-lock-bitcoin; }\n.#{$ti-prefix}-lock-bolt:before { content: $ti-icon-lock-bolt; }\n.#{$ti-prefix}-lock-cancel:before { content: $ti-icon-lock-cancel; }\n.#{$ti-prefix}-lock-check:before { content: $ti-icon-lock-check; }\n.#{$ti-prefix}-lock-code:before { content: $ti-icon-lock-code; }\n.#{$ti-prefix}-lock-cog:before { content: $ti-icon-lock-cog; }\n.#{$ti-prefix}-lock-dollar:before { content: $ti-icon-lock-dollar; }\n.#{$ti-prefix}-lock-down:before { content: $ti-icon-lock-down; }\n.#{$ti-prefix}-lock-exclamation:before { content: $ti-icon-lock-exclamation; }\n.#{$ti-prefix}-lock-heart:before { content: $ti-icon-lock-heart; }\n.#{$ti-prefix}-lock-minus:before { content: $ti-icon-lock-minus; }\n.#{$ti-prefix}-lock-off:before { content: $ti-icon-lock-off; }\n.#{$ti-prefix}-lock-open:before { content: $ti-icon-lock-open; }\n.#{$ti-prefix}-lock-open-2:before { content: $ti-icon-lock-open-2; }\n.#{$ti-prefix}-lock-open-off:before { content: $ti-icon-lock-open-off; }\n.#{$ti-prefix}-lock-password:before { content: $ti-icon-lock-password; }\n.#{$ti-prefix}-lock-pause:before { content: $ti-icon-lock-pause; }\n.#{$ti-prefix}-lock-pin:before { content: $ti-icon-lock-pin; }\n.#{$ti-prefix}-lock-plus:before { content: $ti-icon-lock-plus; }\n.#{$ti-prefix}-lock-question:before { content: $ti-icon-lock-question; }\n.#{$ti-prefix}-lock-search:before { content: $ti-icon-lock-search; }\n.#{$ti-prefix}-lock-share:before { content: $ti-icon-lock-share; }\n.#{$ti-prefix}-lock-square:before { content: $ti-icon-lock-square; }\n.#{$ti-prefix}-lock-square-rounded:before { content: $ti-icon-lock-square-rounded; }\n.#{$ti-prefix}-lock-star:before { content: $ti-icon-lock-star; }\n.#{$ti-prefix}-lock-up:before { content: $ti-icon-lock-up; }\n.#{$ti-prefix}-lock-x:before { content: $ti-icon-lock-x; }\n.#{$ti-prefix}-logic-and:before { content: $ti-icon-logic-and; }\n.#{$ti-prefix}-logic-buffer:before { content: $ti-icon-logic-buffer; }\n.#{$ti-prefix}-logic-nand:before { content: $ti-icon-logic-nand; }\n.#{$ti-prefix}-logic-nor:before { content: $ti-icon-logic-nor; }\n.#{$ti-prefix}-logic-not:before { content: $ti-icon-logic-not; }\n.#{$ti-prefix}-logic-or:before { content: $ti-icon-logic-or; }\n.#{$ti-prefix}-logic-xnor:before { content: $ti-icon-logic-xnor; }\n.#{$ti-prefix}-logic-xor:before { content: $ti-icon-logic-xor; }\n.#{$ti-prefix}-login:before { content: $ti-icon-login; }\n.#{$ti-prefix}-login-2:before { content: $ti-icon-login-2; }\n.#{$ti-prefix}-logout:before { content: $ti-icon-logout; }\n.#{$ti-prefix}-logout-2:before { content: $ti-icon-logout-2; }\n.#{$ti-prefix}-logs:before { content: $ti-icon-logs; }\n.#{$ti-prefix}-lollipop:before { content: $ti-icon-lollipop; }\n.#{$ti-prefix}-lollipop-off:before { content: $ti-icon-lollipop-off; }\n.#{$ti-prefix}-luggage:before { content: $ti-icon-luggage; }\n.#{$ti-prefix}-luggage-off:before { content: $ti-icon-luggage-off; }\n.#{$ti-prefix}-lungs:before { content: $ti-icon-lungs; }\n.#{$ti-prefix}-lungs-off:before { content: $ti-icon-lungs-off; }\n.#{$ti-prefix}-macro:before { content: $ti-icon-macro; }\n.#{$ti-prefix}-macro-off:before { content: $ti-icon-macro-off; }\n.#{$ti-prefix}-magnet:before { content: $ti-icon-magnet; }\n.#{$ti-prefix}-magnet-off:before { content: $ti-icon-magnet-off; }\n.#{$ti-prefix}-magnetic:before { content: $ti-icon-magnetic; }\n.#{$ti-prefix}-mail:before { content: $ti-icon-mail; }\n.#{$ti-prefix}-mail-ai:before { content: $ti-icon-mail-ai; }\n.#{$ti-prefix}-mail-bitcoin:before { content: $ti-icon-mail-bitcoin; }\n.#{$ti-prefix}-mail-bolt:before { content: $ti-icon-mail-bolt; }\n.#{$ti-prefix}-mail-cancel:before { content: $ti-icon-mail-cancel; }\n.#{$ti-prefix}-mail-check:before { content: $ti-icon-mail-check; }\n.#{$ti-prefix}-mail-code:before { content: $ti-icon-mail-code; }\n.#{$ti-prefix}-mail-cog:before { content: $ti-icon-mail-cog; }\n.#{$ti-prefix}-mail-dollar:before { content: $ti-icon-mail-dollar; }\n.#{$ti-prefix}-mail-down:before { content: $ti-icon-mail-down; }\n.#{$ti-prefix}-mail-exclamation:before { content: $ti-icon-mail-exclamation; }\n.#{$ti-prefix}-mail-fast:before { content: $ti-icon-mail-fast; }\n.#{$ti-prefix}-mail-forward:before { content: $ti-icon-mail-forward; }\n.#{$ti-prefix}-mail-heart:before { content: $ti-icon-mail-heart; }\n.#{$ti-prefix}-mail-minus:before { content: $ti-icon-mail-minus; }\n.#{$ti-prefix}-mail-off:before { content: $ti-icon-mail-off; }\n.#{$ti-prefix}-mail-opened:before { content: $ti-icon-mail-opened; }\n.#{$ti-prefix}-mail-pause:before { content: $ti-icon-mail-pause; }\n.#{$ti-prefix}-mail-pin:before { content: $ti-icon-mail-pin; }\n.#{$ti-prefix}-mail-plus:before { content: $ti-icon-mail-plus; }\n.#{$ti-prefix}-mail-question:before { content: $ti-icon-mail-question; }\n.#{$ti-prefix}-mail-search:before { content: $ti-icon-mail-search; }\n.#{$ti-prefix}-mail-share:before { content: $ti-icon-mail-share; }\n.#{$ti-prefix}-mail-spark:before { content: $ti-icon-mail-spark; }\n.#{$ti-prefix}-mail-star:before { content: $ti-icon-mail-star; }\n.#{$ti-prefix}-mail-up:before { content: $ti-icon-mail-up; }\n.#{$ti-prefix}-mail-x:before { content: $ti-icon-mail-x; }\n.#{$ti-prefix}-mailbox:before { content: $ti-icon-mailbox; }\n.#{$ti-prefix}-mailbox-off:before { content: $ti-icon-mailbox-off; }\n.#{$ti-prefix}-man:before { content: $ti-icon-man; }\n.#{$ti-prefix}-manual-gearbox:before { content: $ti-icon-manual-gearbox; }\n.#{$ti-prefix}-map:before { content: $ti-icon-map; }\n.#{$ti-prefix}-map-2:before { content: $ti-icon-map-2; }\n.#{$ti-prefix}-map-bolt:before { content: $ti-icon-map-bolt; }\n.#{$ti-prefix}-map-cancel:before { content: $ti-icon-map-cancel; }\n.#{$ti-prefix}-map-check:before { content: $ti-icon-map-check; }\n.#{$ti-prefix}-map-code:before { content: $ti-icon-map-code; }\n.#{$ti-prefix}-map-cog:before { content: $ti-icon-map-cog; }\n.#{$ti-prefix}-map-discount:before { content: $ti-icon-map-discount; }\n.#{$ti-prefix}-map-dollar:before { content: $ti-icon-map-dollar; }\n.#{$ti-prefix}-map-down:before { content: $ti-icon-map-down; }\n.#{$ti-prefix}-map-east:before { content: $ti-icon-map-east; }\n.#{$ti-prefix}-map-exclamation:before { content: $ti-icon-map-exclamation; }\n.#{$ti-prefix}-map-heart:before { content: $ti-icon-map-heart; }\n.#{$ti-prefix}-map-minus:before { content: $ti-icon-map-minus; }\n.#{$ti-prefix}-map-north:before { content: $ti-icon-map-north; }\n.#{$ti-prefix}-map-off:before { content: $ti-icon-map-off; }\n.#{$ti-prefix}-map-pause:before { content: $ti-icon-map-pause; }\n.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; }\n.#{$ti-prefix}-map-pin-2:before { content: $ti-icon-map-pin-2; }\n.#{$ti-prefix}-map-pin-bolt:before { content: $ti-icon-map-pin-bolt; }\n.#{$ti-prefix}-map-pin-cancel:before { content: $ti-icon-map-pin-cancel; }\n.#{$ti-prefix}-map-pin-check:before { content: $ti-icon-map-pin-check; }\n.#{$ti-prefix}-map-pin-code:before { content: $ti-icon-map-pin-code; }\n.#{$ti-prefix}-map-pin-cog:before { content: $ti-icon-map-pin-cog; }\n.#{$ti-prefix}-map-pin-dollar:before { content: $ti-icon-map-pin-dollar; }\n.#{$ti-prefix}-map-pin-down:before { content: $ti-icon-map-pin-down; }\n.#{$ti-prefix}-map-pin-exclamation:before { content: $ti-icon-map-pin-exclamation; }\n.#{$ti-prefix}-map-pin-heart:before { content: $ti-icon-map-pin-heart; }\n.#{$ti-prefix}-map-pin-minus:before { content: $ti-icon-map-pin-minus; }\n.#{$ti-prefix}-map-pin-off:before { content: $ti-icon-map-pin-off; }\n.#{$ti-prefix}-map-pin-pause:before { content: $ti-icon-map-pin-pause; }\n.#{$ti-prefix}-map-pin-pin:before { content: $ti-icon-map-pin-pin; }\n.#{$ti-prefix}-map-pin-plus:before { content: $ti-icon-map-pin-plus; }\n.#{$ti-prefix}-map-pin-question:before { content: $ti-icon-map-pin-question; }\n.#{$ti-prefix}-map-pin-search:before { content: $ti-icon-map-pin-search; }\n.#{$ti-prefix}-map-pin-share:before { content: $ti-icon-map-pin-share; }\n.#{$ti-prefix}-map-pin-star:before { content: $ti-icon-map-pin-star; }\n.#{$ti-prefix}-map-pin-up:before { content: $ti-icon-map-pin-up; }\n.#{$ti-prefix}-map-pin-x:before { content: $ti-icon-map-pin-x; }\n.#{$ti-prefix}-map-pins:before { content: $ti-icon-map-pins; }\n.#{$ti-prefix}-map-plus:before { content: $ti-icon-map-plus; }\n.#{$ti-prefix}-map-question:before { content: $ti-icon-map-question; }\n.#{$ti-prefix}-map-route:before { content: $ti-icon-map-route; }\n.#{$ti-prefix}-map-search:before { content: $ti-icon-map-search; }\n.#{$ti-prefix}-map-share:before { content: $ti-icon-map-share; }\n.#{$ti-prefix}-map-south:before { content: $ti-icon-map-south; }\n.#{$ti-prefix}-map-star:before { content: $ti-icon-map-star; }\n.#{$ti-prefix}-map-up:before { content: $ti-icon-map-up; }\n.#{$ti-prefix}-map-west:before { content: $ti-icon-map-west; }\n.#{$ti-prefix}-map-x:before { content: $ti-icon-map-x; }\n.#{$ti-prefix}-markdown:before { content: $ti-icon-markdown; }\n.#{$ti-prefix}-markdown-off:before { content: $ti-icon-markdown-off; }\n.#{$ti-prefix}-marquee:before { content: $ti-icon-marquee; }\n.#{$ti-prefix}-marquee-2:before { content: $ti-icon-marquee-2; }\n.#{$ti-prefix}-marquee-off:before { content: $ti-icon-marquee-off; }\n.#{$ti-prefix}-mars:before { content: $ti-icon-mars; }\n.#{$ti-prefix}-mask:before { content: $ti-icon-mask; }\n.#{$ti-prefix}-mask-off:before { content: $ti-icon-mask-off; }\n.#{$ti-prefix}-masks-theater:before { content: $ti-icon-masks-theater; }\n.#{$ti-prefix}-masks-theater-off:before { content: $ti-icon-masks-theater-off; }\n.#{$ti-prefix}-massage:before { content: $ti-icon-massage; }\n.#{$ti-prefix}-matchstick:before { content: $ti-icon-matchstick; }\n.#{$ti-prefix}-math:before { content: $ti-icon-math; }\n.#{$ti-prefix}-math-1-divide-2:before { content: $ti-icon-math-1-divide-2; }\n.#{$ti-prefix}-math-1-divide-3:before { content: $ti-icon-math-1-divide-3; }\n.#{$ti-prefix}-math-avg:before { content: $ti-icon-math-avg; }\n.#{$ti-prefix}-math-cos:before { content: $ti-icon-math-cos; }\n.#{$ti-prefix}-math-ctg:before { content: $ti-icon-math-ctg; }\n.#{$ti-prefix}-math-equal-greater:before { content: $ti-icon-math-equal-greater; }\n.#{$ti-prefix}-math-equal-lower:before { content: $ti-icon-math-equal-lower; }\n.#{$ti-prefix}-math-function:before { content: $ti-icon-math-function; }\n.#{$ti-prefix}-math-function-off:before { content: $ti-icon-math-function-off; }\n.#{$ti-prefix}-math-function-y:before { content: $ti-icon-math-function-y; }\n.#{$ti-prefix}-math-greater:before { content: $ti-icon-math-greater; }\n.#{$ti-prefix}-math-integral:before { content: $ti-icon-math-integral; }\n.#{$ti-prefix}-math-integral-x:before { content: $ti-icon-math-integral-x; }\n.#{$ti-prefix}-math-integrals:before { content: $ti-icon-math-integrals; }\n.#{$ti-prefix}-math-lower:before { content: $ti-icon-math-lower; }\n.#{$ti-prefix}-math-max:before { content: $ti-icon-math-max; }\n.#{$ti-prefix}-math-max-min:before { content: $ti-icon-math-max-min; }\n.#{$ti-prefix}-math-min:before { content: $ti-icon-math-min; }\n.#{$ti-prefix}-math-not:before { content: $ti-icon-math-not; }\n.#{$ti-prefix}-math-off:before { content: $ti-icon-math-off; }\n.#{$ti-prefix}-math-pi:before { content: $ti-icon-math-pi; }\n.#{$ti-prefix}-math-pi-divide-2:before { content: $ti-icon-math-pi-divide-2; }\n.#{$ti-prefix}-math-sec:before { content: $ti-icon-math-sec; }\n.#{$ti-prefix}-math-sin:before { content: $ti-icon-math-sin; }\n.#{$ti-prefix}-math-symbols:before { content: $ti-icon-math-symbols; }\n.#{$ti-prefix}-math-tg:before { content: $ti-icon-math-tg; }\n.#{$ti-prefix}-math-x-divide-2:before { content: $ti-icon-math-x-divide-2; }\n.#{$ti-prefix}-math-x-divide-y:before { content: $ti-icon-math-x-divide-y; }\n.#{$ti-prefix}-math-x-divide-y-2:before { content: $ti-icon-math-x-divide-y-2; }\n.#{$ti-prefix}-math-x-floor-divide-y:before { content: $ti-icon-math-x-floor-divide-y; }\n.#{$ti-prefix}-math-x-minus-x:before { content: $ti-icon-math-x-minus-x; }\n.#{$ti-prefix}-math-x-minus-y:before { content: $ti-icon-math-x-minus-y; }\n.#{$ti-prefix}-math-x-plus-x:before { content: $ti-icon-math-x-plus-x; }\n.#{$ti-prefix}-math-x-plus-y:before { content: $ti-icon-math-x-plus-y; }\n.#{$ti-prefix}-math-xy:before { content: $ti-icon-math-xy; }\n.#{$ti-prefix}-math-y-minus-y:before { content: $ti-icon-math-y-minus-y; }\n.#{$ti-prefix}-math-y-plus-y:before { content: $ti-icon-math-y-plus-y; }\n.#{$ti-prefix}-maximize:before { content: $ti-icon-maximize; }\n.#{$ti-prefix}-maximize-off:before { content: $ti-icon-maximize-off; }\n.#{$ti-prefix}-meat:before { content: $ti-icon-meat; }\n.#{$ti-prefix}-meat-off:before { content: $ti-icon-meat-off; }\n.#{$ti-prefix}-medal:before { content: $ti-icon-medal; }\n.#{$ti-prefix}-medal-2:before { content: $ti-icon-medal-2; }\n.#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }\n.#{$ti-prefix}-medical-cross-circle:before { content: $ti-icon-medical-cross-circle; }\n.#{$ti-prefix}-medical-cross-off:before { content: $ti-icon-medical-cross-off; }\n.#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; }\n.#{$ti-prefix}-meeple:before { content: $ti-icon-meeple; }\n.#{$ti-prefix}-melon:before { content: $ti-icon-melon; }\n.#{$ti-prefix}-menorah:before { content: $ti-icon-menorah; }\n.#{$ti-prefix}-menu:before { content: $ti-icon-menu; }\n.#{$ti-prefix}-menu-2:before { content: $ti-icon-menu-2; }\n.#{$ti-prefix}-menu-3:before { content: $ti-icon-menu-3; }\n.#{$ti-prefix}-menu-4:before { content: $ti-icon-menu-4; }\n.#{$ti-prefix}-menu-deep:before { content: $ti-icon-menu-deep; }\n.#{$ti-prefix}-menu-order:before { content: $ti-icon-menu-order; }\n.#{$ti-prefix}-message:before { content: $ti-icon-message; }\n.#{$ti-prefix}-message-2:before { content: $ti-icon-message-2; }\n.#{$ti-prefix}-message-2-bolt:before { content: $ti-icon-message-2-bolt; }\n.#{$ti-prefix}-message-2-cancel:before { content: $ti-icon-message-2-cancel; }\n.#{$ti-prefix}-message-2-check:before { content: $ti-icon-message-2-check; }\n.#{$ti-prefix}-message-2-code:before { content: $ti-icon-message-2-code; }\n.#{$ti-prefix}-message-2-cog:before { content: $ti-icon-message-2-cog; }\n.#{$ti-prefix}-message-2-dollar:before { content: $ti-icon-message-2-dollar; }\n.#{$ti-prefix}-message-2-down:before { content: $ti-icon-message-2-down; }\n.#{$ti-prefix}-message-2-exclamation:before { content: $ti-icon-message-2-exclamation; }\n.#{$ti-prefix}-message-2-heart:before { content: $ti-icon-message-2-heart; }\n.#{$ti-prefix}-message-2-minus:before { content: $ti-icon-message-2-minus; }\n.#{$ti-prefix}-message-2-off:before { content: $ti-icon-message-2-off; }\n.#{$ti-prefix}-message-2-pause:before { content: $ti-icon-message-2-pause; }\n.#{$ti-prefix}-message-2-pin:before { content: $ti-icon-message-2-pin; }\n.#{$ti-prefix}-message-2-plus:before { content: $ti-icon-message-2-plus; }\n.#{$ti-prefix}-message-2-question:before { content: $ti-icon-message-2-question; }\n.#{$ti-prefix}-message-2-search:before { content: $ti-icon-message-2-search; }\n.#{$ti-prefix}-message-2-share:before { content: $ti-icon-message-2-share; }\n.#{$ti-prefix}-message-2-star:before { content: $ti-icon-message-2-star; }\n.#{$ti-prefix}-message-2-up:before { content: $ti-icon-message-2-up; }\n.#{$ti-prefix}-message-2-x:before { content: $ti-icon-message-2-x; }\n.#{$ti-prefix}-message-bolt:before { content: $ti-icon-message-bolt; }\n.#{$ti-prefix}-message-cancel:before { content: $ti-icon-message-cancel; }\n.#{$ti-prefix}-message-chatbot:before { content: $ti-icon-message-chatbot; }\n.#{$ti-prefix}-message-check:before { content: $ti-icon-message-check; }\n.#{$ti-prefix}-message-circle:before { content: $ti-icon-message-circle; }\n.#{$ti-prefix}-message-circle-bolt:before { content: $ti-icon-message-circle-bolt; }\n.#{$ti-prefix}-message-circle-cancel:before { content: $ti-icon-message-circle-cancel; }\n.#{$ti-prefix}-message-circle-check:before { content: $ti-icon-message-circle-check; }\n.#{$ti-prefix}-message-circle-code:before { content: $ti-icon-message-circle-code; }\n.#{$ti-prefix}-message-circle-cog:before { content: $ti-icon-message-circle-cog; }\n.#{$ti-prefix}-message-circle-dollar:before { content: $ti-icon-message-circle-dollar; }\n.#{$ti-prefix}-message-circle-down:before { content: $ti-icon-message-circle-down; }\n.#{$ti-prefix}-message-circle-exclamation:before { content: $ti-icon-message-circle-exclamation; }\n.#{$ti-prefix}-message-circle-heart:before { content: $ti-icon-message-circle-heart; }\n.#{$ti-prefix}-message-circle-minus:before { content: $ti-icon-message-circle-minus; }\n.#{$ti-prefix}-message-circle-off:before { content: $ti-icon-message-circle-off; }\n.#{$ti-prefix}-message-circle-pause:before { content: $ti-icon-message-circle-pause; }\n.#{$ti-prefix}-message-circle-pin:before { content: $ti-icon-message-circle-pin; }\n.#{$ti-prefix}-message-circle-plus:before { content: $ti-icon-message-circle-plus; }\n.#{$ti-prefix}-message-circle-question:before { content: $ti-icon-message-circle-question; }\n.#{$ti-prefix}-message-circle-search:before { content: $ti-icon-message-circle-search; }\n.#{$ti-prefix}-message-circle-share:before { content: $ti-icon-message-circle-share; }\n.#{$ti-prefix}-message-circle-star:before { content: $ti-icon-message-circle-star; }\n.#{$ti-prefix}-message-circle-up:before { content: $ti-icon-message-circle-up; }\n.#{$ti-prefix}-message-circle-user:before { content: $ti-icon-message-circle-user; }\n.#{$ti-prefix}-message-circle-x:before { content: $ti-icon-message-circle-x; }\n.#{$ti-prefix}-message-code:before { content: $ti-icon-message-code; }\n.#{$ti-prefix}-message-cog:before { content: $ti-icon-message-cog; }\n.#{$ti-prefix}-message-dollar:before { content: $ti-icon-message-dollar; }\n.#{$ti-prefix}-message-dots:before { content: $ti-icon-message-dots; }\n.#{$ti-prefix}-message-down:before { content: $ti-icon-message-down; }\n.#{$ti-prefix}-message-exclamation:before { content: $ti-icon-message-exclamation; }\n.#{$ti-prefix}-message-forward:before { content: $ti-icon-message-forward; }\n.#{$ti-prefix}-message-heart:before { content: $ti-icon-message-heart; }\n.#{$ti-prefix}-message-language:before { content: $ti-icon-message-language; }\n.#{$ti-prefix}-message-minus:before { content: $ti-icon-message-minus; }\n.#{$ti-prefix}-message-off:before { content: $ti-icon-message-off; }\n.#{$ti-prefix}-message-pause:before { content: $ti-icon-message-pause; }\n.#{$ti-prefix}-message-pin:before { content: $ti-icon-message-pin; }\n.#{$ti-prefix}-message-plus:before { content: $ti-icon-message-plus; }\n.#{$ti-prefix}-message-question:before { content: $ti-icon-message-question; }\n.#{$ti-prefix}-message-reply:before { content: $ti-icon-message-reply; }\n.#{$ti-prefix}-message-report:before { content: $ti-icon-message-report; }\n.#{$ti-prefix}-message-search:before { content: $ti-icon-message-search; }\n.#{$ti-prefix}-message-share:before { content: $ti-icon-message-share; }\n.#{$ti-prefix}-message-star:before { content: $ti-icon-message-star; }\n.#{$ti-prefix}-message-up:before { content: $ti-icon-message-up; }\n.#{$ti-prefix}-message-user:before { content: $ti-icon-message-user; }\n.#{$ti-prefix}-message-x:before { content: $ti-icon-message-x; }\n.#{$ti-prefix}-messages:before { content: $ti-icon-messages; }\n.#{$ti-prefix}-messages-off:before { content: $ti-icon-messages-off; }\n.#{$ti-prefix}-meteor:before { content: $ti-icon-meteor; }\n.#{$ti-prefix}-meteor-off:before { content: $ti-icon-meteor-off; }\n.#{$ti-prefix}-meter-cube:before { content: $ti-icon-meter-cube; }\n.#{$ti-prefix}-meter-square:before { content: $ti-icon-meter-square; }\n.#{$ti-prefix}-metronome:before { content: $ti-icon-metronome; }\n.#{$ti-prefix}-michelin-bib-gourmand:before { content: $ti-icon-michelin-bib-gourmand; }\n.#{$ti-prefix}-michelin-star:before { content: $ti-icon-michelin-star; }\n.#{$ti-prefix}-michelin-star-green:before { content: $ti-icon-michelin-star-green; }\n.#{$ti-prefix}-mickey:before { content: $ti-icon-mickey; }\n.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }\n.#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; }\n.#{$ti-prefix}-microphone-2-off:before { content: $ti-icon-microphone-2-off; }\n.#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; }\n.#{$ti-prefix}-microscope:before { content: $ti-icon-microscope; }\n.#{$ti-prefix}-microscope-off:before { content: $ti-icon-microscope-off; }\n.#{$ti-prefix}-microwave:before { content: $ti-icon-microwave; }\n.#{$ti-prefix}-microwave-off:before { content: $ti-icon-microwave-off; }\n.#{$ti-prefix}-military-award:before { content: $ti-icon-military-award; }\n.#{$ti-prefix}-military-rank:before { content: $ti-icon-military-rank; }\n.#{$ti-prefix}-milk:before { content: $ti-icon-milk; }\n.#{$ti-prefix}-milk-off:before { content: $ti-icon-milk-off; }\n.#{$ti-prefix}-milkshake:before { content: $ti-icon-milkshake; }\n.#{$ti-prefix}-minimize:before { content: $ti-icon-minimize; }\n.#{$ti-prefix}-minus:before { content: $ti-icon-minus; }\n.#{$ti-prefix}-minus-vertical:before { content: $ti-icon-minus-vertical; }\n.#{$ti-prefix}-mist:before { content: $ti-icon-mist; }\n.#{$ti-prefix}-mist-off:before { content: $ti-icon-mist-off; }\n.#{$ti-prefix}-mobiledata:before { content: $ti-icon-mobiledata; }\n.#{$ti-prefix}-mobiledata-off:before { content: $ti-icon-mobiledata-off; }\n.#{$ti-prefix}-moneybag:before { content: $ti-icon-moneybag; }\n.#{$ti-prefix}-monkeybar:before { content: $ti-icon-monkeybar; }\n.#{$ti-prefix}-mood-angry:before { content: $ti-icon-mood-angry; }\n.#{$ti-prefix}-mood-annoyed:before { content: $ti-icon-mood-annoyed; }\n.#{$ti-prefix}-mood-annoyed-2:before { content: $ti-icon-mood-annoyed-2; }\n.#{$ti-prefix}-mood-bitcoin:before { content: $ti-icon-mood-bitcoin; }\n.#{$ti-prefix}-mood-boy:before { content: $ti-icon-mood-boy; }\n.#{$ti-prefix}-mood-check:before { content: $ti-icon-mood-check; }\n.#{$ti-prefix}-mood-cog:before { content: $ti-icon-mood-cog; }\n.#{$ti-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; }\n.#{$ti-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; }\n.#{$ti-prefix}-mood-cry:before { content: $ti-icon-mood-cry; }\n.#{$ti-prefix}-mood-dollar:before { content: $ti-icon-mood-dollar; }\n.#{$ti-prefix}-mood-edit:before { content: $ti-icon-mood-edit; }\n.#{$ti-prefix}-mood-empty:before { content: $ti-icon-mood-empty; }\n.#{$ti-prefix}-mood-happy:before { content: $ti-icon-mood-happy; }\n.#{$ti-prefix}-mood-heart:before { content: $ti-icon-mood-heart; }\n.#{$ti-prefix}-mood-kid:before { content: $ti-icon-mood-kid; }\n.#{$ti-prefix}-mood-look-down:before { content: $ti-icon-mood-look-down; }\n.#{$ti-prefix}-mood-look-left:before { content: $ti-icon-mood-look-left; }\n.#{$ti-prefix}-mood-look-right:before { content: $ti-icon-mood-look-right; }\n.#{$ti-prefix}-mood-look-up:before { content: $ti-icon-mood-look-up; }\n.#{$ti-prefix}-mood-minus:before { content: $ti-icon-mood-minus; }\n.#{$ti-prefix}-mood-nerd:before { content: $ti-icon-mood-nerd; }\n.#{$ti-prefix}-mood-nervous:before { content: $ti-icon-mood-nervous; }\n.#{$ti-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; }\n.#{$ti-prefix}-mood-off:before { content: $ti-icon-mood-off; }\n.#{$ti-prefix}-mood-pin:before { content: $ti-icon-mood-pin; }\n.#{$ti-prefix}-mood-plus:before { content: $ti-icon-mood-plus; }\n.#{$ti-prefix}-mood-puzzled:before { content: $ti-icon-mood-puzzled; }\n.#{$ti-prefix}-mood-sad:before { content: $ti-icon-mood-sad; }\n.#{$ti-prefix}-mood-sad-2:before { content: $ti-icon-mood-sad-2; }\n.#{$ti-prefix}-mood-sad-dizzy:before { content: $ti-icon-mood-sad-dizzy; }\n.#{$ti-prefix}-mood-sad-squint:before { content: $ti-icon-mood-sad-squint; }\n.#{$ti-prefix}-mood-search:before { content: $ti-icon-mood-search; }\n.#{$ti-prefix}-mood-share:before { content: $ti-icon-mood-share; }\n.#{$ti-prefix}-mood-sick:before { content: $ti-icon-mood-sick; }\n.#{$ti-prefix}-mood-silence:before { content: $ti-icon-mood-silence; }\n.#{$ti-prefix}-mood-sing:before { content: $ti-icon-mood-sing; }\n.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; }\n.#{$ti-prefix}-mood-smile-beam:before { content: $ti-icon-mood-smile-beam; }\n.#{$ti-prefix}-mood-smile-dizzy:before { content: $ti-icon-mood-smile-dizzy; }\n.#{$ti-prefix}-mood-spark:before { content: $ti-icon-mood-spark; }\n.#{$ti-prefix}-mood-surprised:before { content: $ti-icon-mood-surprised; }\n.#{$ti-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; }\n.#{$ti-prefix}-mood-tongue-wink:before { content: $ti-icon-mood-tongue-wink; }\n.#{$ti-prefix}-mood-tongue-wink-2:before { content: $ti-icon-mood-tongue-wink-2; }\n.#{$ti-prefix}-mood-unamused:before { content: $ti-icon-mood-unamused; }\n.#{$ti-prefix}-mood-up:before { content: $ti-icon-mood-up; }\n.#{$ti-prefix}-mood-wink:before { content: $ti-icon-mood-wink; }\n.#{$ti-prefix}-mood-wink-2:before { content: $ti-icon-mood-wink-2; }\n.#{$ti-prefix}-mood-wrrr:before { content: $ti-icon-mood-wrrr; }\n.#{$ti-prefix}-mood-x:before { content: $ti-icon-mood-x; }\n.#{$ti-prefix}-mood-xd:before { content: $ti-icon-mood-xd; }\n.#{$ti-prefix}-moon:before { content: $ti-icon-moon; }\n.#{$ti-prefix}-moon-2:before { content: $ti-icon-moon-2; }\n.#{$ti-prefix}-moon-off:before { content: $ti-icon-moon-off; }\n.#{$ti-prefix}-moon-stars:before { content: $ti-icon-moon-stars; }\n.#{$ti-prefix}-moped:before { content: $ti-icon-moped; }\n.#{$ti-prefix}-motorbike:before { content: $ti-icon-motorbike; }\n.#{$ti-prefix}-mountain:before { content: $ti-icon-mountain; }\n.#{$ti-prefix}-mountain-off:before { content: $ti-icon-mountain-off; }\n.#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; }\n.#{$ti-prefix}-mouse-2:before { content: $ti-icon-mouse-2; }\n.#{$ti-prefix}-mouse-off:before { content: $ti-icon-mouse-off; }\n.#{$ti-prefix}-moustache:before { content: $ti-icon-moustache; }\n.#{$ti-prefix}-movie:before { content: $ti-icon-movie; }\n.#{$ti-prefix}-movie-off:before { content: $ti-icon-movie-off; }\n.#{$ti-prefix}-mug:before { content: $ti-icon-mug; }\n.#{$ti-prefix}-mug-off:before { content: $ti-icon-mug-off; }\n.#{$ti-prefix}-multiplier-0-5x:before { content: $ti-icon-multiplier-0-5x; }\n.#{$ti-prefix}-multiplier-1-5x:before { content: $ti-icon-multiplier-1-5x; }\n.#{$ti-prefix}-multiplier-1x:before { content: $ti-icon-multiplier-1x; }\n.#{$ti-prefix}-multiplier-2x:before { content: $ti-icon-multiplier-2x; }\n.#{$ti-prefix}-mushroom:before { content: $ti-icon-mushroom; }\n.#{$ti-prefix}-mushroom-off:before { content: $ti-icon-mushroom-off; }\n.#{$ti-prefix}-music:before { content: $ti-icon-music; }\n.#{$ti-prefix}-music-bolt:before { content: $ti-icon-music-bolt; }\n.#{$ti-prefix}-music-cancel:before { content: $ti-icon-music-cancel; }\n.#{$ti-prefix}-music-check:before { content: $ti-icon-music-check; }\n.#{$ti-prefix}-music-code:before { content: $ti-icon-music-code; }\n.#{$ti-prefix}-music-cog:before { content: $ti-icon-music-cog; }\n.#{$ti-prefix}-music-discount:before { content: $ti-icon-music-discount; }\n.#{$ti-prefix}-music-dollar:before { content: $ti-icon-music-dollar; }\n.#{$ti-prefix}-music-down:before { content: $ti-icon-music-down; }\n.#{$ti-prefix}-music-exclamation:before { content: $ti-icon-music-exclamation; }\n.#{$ti-prefix}-music-heart:before { content: $ti-icon-music-heart; }\n.#{$ti-prefix}-music-minus:before { content: $ti-icon-music-minus; }\n.#{$ti-prefix}-music-off:before { content: $ti-icon-music-off; }\n.#{$ti-prefix}-music-pause:before { content: $ti-icon-music-pause; }\n.#{$ti-prefix}-music-pin:before { content: $ti-icon-music-pin; }\n.#{$ti-prefix}-music-plus:before { content: $ti-icon-music-plus; }\n.#{$ti-prefix}-music-question:before { content: $ti-icon-music-question; }\n.#{$ti-prefix}-music-search:before { content: $ti-icon-music-search; }\n.#{$ti-prefix}-music-share:before { content: $ti-icon-music-share; }\n.#{$ti-prefix}-music-star:before { content: $ti-icon-music-star; }\n.#{$ti-prefix}-music-up:before { content: $ti-icon-music-up; }\n.#{$ti-prefix}-music-x:before { content: $ti-icon-music-x; }\n.#{$ti-prefix}-navigation:before { content: $ti-icon-navigation; }\n.#{$ti-prefix}-navigation-bolt:before { content: $ti-icon-navigation-bolt; }\n.#{$ti-prefix}-navigation-cancel:before { content: $ti-icon-navigation-cancel; }\n.#{$ti-prefix}-navigation-check:before { content: $ti-icon-navigation-check; }\n.#{$ti-prefix}-navigation-code:before { content: $ti-icon-navigation-code; }\n.#{$ti-prefix}-navigation-cog:before { content: $ti-icon-navigation-cog; }\n.#{$ti-prefix}-navigation-discount:before { content: $ti-icon-navigation-discount; }\n.#{$ti-prefix}-navigation-dollar:before { content: $ti-icon-navigation-dollar; }\n.#{$ti-prefix}-navigation-down:before { content: $ti-icon-navigation-down; }\n.#{$ti-prefix}-navigation-east:before { content: $ti-icon-navigation-east; }\n.#{$ti-prefix}-navigation-exclamation:before { content: $ti-icon-navigation-exclamation; }\n.#{$ti-prefix}-navigation-heart:before { content: $ti-icon-navigation-heart; }\n.#{$ti-prefix}-navigation-minus:before { content: $ti-icon-navigation-minus; }\n.#{$ti-prefix}-navigation-north:before { content: $ti-icon-navigation-north; }\n.#{$ti-prefix}-navigation-off:before { content: $ti-icon-navigation-off; }\n.#{$ti-prefix}-navigation-pause:before { content: $ti-icon-navigation-pause; }\n.#{$ti-prefix}-navigation-pin:before { content: $ti-icon-navigation-pin; }\n.#{$ti-prefix}-navigation-plus:before { content: $ti-icon-navigation-plus; }\n.#{$ti-prefix}-navigation-question:before { content: $ti-icon-navigation-question; }\n.#{$ti-prefix}-navigation-search:before { content: $ti-icon-navigation-search; }\n.#{$ti-prefix}-navigation-share:before { content: $ti-icon-navigation-share; }\n.#{$ti-prefix}-navigation-south:before { content: $ti-icon-navigation-south; }\n.#{$ti-prefix}-navigation-star:before { content: $ti-icon-navigation-star; }\n.#{$ti-prefix}-navigation-top:before { content: $ti-icon-navigation-top; }\n.#{$ti-prefix}-navigation-up:before { content: $ti-icon-navigation-up; }\n.#{$ti-prefix}-navigation-west:before { content: $ti-icon-navigation-west; }\n.#{$ti-prefix}-navigation-x:before { content: $ti-icon-navigation-x; }\n.#{$ti-prefix}-needle:before { content: $ti-icon-needle; }\n.#{$ti-prefix}-needle-thread:before { content: $ti-icon-needle-thread; }\n.#{$ti-prefix}-network:before { content: $ti-icon-network; }\n.#{$ti-prefix}-network-off:before { content: $ti-icon-network-off; }\n.#{$ti-prefix}-new-section:before { content: $ti-icon-new-section; }\n.#{$ti-prefix}-news:before { content: $ti-icon-news; }\n.#{$ti-prefix}-news-off:before { content: $ti-icon-news-off; }\n.#{$ti-prefix}-nfc:before { content: $ti-icon-nfc; }\n.#{$ti-prefix}-nfc-off:before { content: $ti-icon-nfc-off; }\n.#{$ti-prefix}-no-copyright:before { content: $ti-icon-no-copyright; }\n.#{$ti-prefix}-no-creative-commons:before { content: $ti-icon-no-creative-commons; }\n.#{$ti-prefix}-no-derivatives:before { content: $ti-icon-no-derivatives; }\n.#{$ti-prefix}-north-star:before { content: $ti-icon-north-star; }\n.#{$ti-prefix}-note:before { content: $ti-icon-note; }\n.#{$ti-prefix}-note-off:before { content: $ti-icon-note-off; }\n.#{$ti-prefix}-notebook:before { content: $ti-icon-notebook; }\n.#{$ti-prefix}-notebook-off:before { content: $ti-icon-notebook-off; }\n.#{$ti-prefix}-notes:before { content: $ti-icon-notes; }\n.#{$ti-prefix}-notes-off:before { content: $ti-icon-notes-off; }\n.#{$ti-prefix}-notification:before { content: $ti-icon-notification; }\n.#{$ti-prefix}-notification-off:before { content: $ti-icon-notification-off; }\n.#{$ti-prefix}-number:before { content: $ti-icon-number; }\n.#{$ti-prefix}-number-0:before { content: $ti-icon-number-0; }\n.#{$ti-prefix}-number-0-small:before { content: $ti-icon-number-0-small; }\n.#{$ti-prefix}-number-1:before { content: $ti-icon-number-1; }\n.#{$ti-prefix}-number-1-small:before { content: $ti-icon-number-1-small; }\n.#{$ti-prefix}-number-10:before { content: $ti-icon-number-10; }\n.#{$ti-prefix}-number-10-small:before { content: $ti-icon-number-10-small; }\n.#{$ti-prefix}-number-100-small:before { content: $ti-icon-number-100-small; }\n.#{$ti-prefix}-number-11:before { content: $ti-icon-number-11; }\n.#{$ti-prefix}-number-11-small:before { content: $ti-icon-number-11-small; }\n.#{$ti-prefix}-number-12-small:before { content: $ti-icon-number-12-small; }\n.#{$ti-prefix}-number-123:before { content: $ti-icon-number-123; }\n.#{$ti-prefix}-number-13-small:before { content: $ti-icon-number-13-small; }\n.#{$ti-prefix}-number-14-small:before { content: $ti-icon-number-14-small; }\n.#{$ti-prefix}-number-15-small:before { content: $ti-icon-number-15-small; }\n.#{$ti-prefix}-number-16-small:before { content: $ti-icon-number-16-small; }\n.#{$ti-prefix}-number-17-small:before { content: $ti-icon-number-17-small; }\n.#{$ti-prefix}-number-18-small:before { content: $ti-icon-number-18-small; }\n.#{$ti-prefix}-number-19-small:before { content: $ti-icon-number-19-small; }\n.#{$ti-prefix}-number-2:before { content: $ti-icon-number-2; }\n.#{$ti-prefix}-number-2-small:before { content: $ti-icon-number-2-small; }\n.#{$ti-prefix}-number-20-small:before { content: $ti-icon-number-20-small; }\n.#{$ti-prefix}-number-21-small:before { content: $ti-icon-number-21-small; }\n.#{$ti-prefix}-number-22-small:before { content: $ti-icon-number-22-small; }\n.#{$ti-prefix}-number-23-small:before { content: $ti-icon-number-23-small; }\n.#{$ti-prefix}-number-24-small:before { content: $ti-icon-number-24-small; }\n.#{$ti-prefix}-number-25-small:before { content: $ti-icon-number-25-small; }\n.#{$ti-prefix}-number-26-small:before { content: $ti-icon-number-26-small; }\n.#{$ti-prefix}-number-27-small:before { content: $ti-icon-number-27-small; }\n.#{$ti-prefix}-number-28-small:before { content: $ti-icon-number-28-small; }\n.#{$ti-prefix}-number-29-small:before { content: $ti-icon-number-29-small; }\n.#{$ti-prefix}-number-3:before { content: $ti-icon-number-3; }\n.#{$ti-prefix}-number-3-small:before { content: $ti-icon-number-3-small; }\n.#{$ti-prefix}-number-30-small:before { content: $ti-icon-number-30-small; }\n.#{$ti-prefix}-number-31-small:before { content: $ti-icon-number-31-small; }\n.#{$ti-prefix}-number-32-small:before { content: $ti-icon-number-32-small; }\n.#{$ti-prefix}-number-33-small:before { content: $ti-icon-number-33-small; }\n.#{$ti-prefix}-number-34-small:before { content: $ti-icon-number-34-small; }\n.#{$ti-prefix}-number-35-small:before { content: $ti-icon-number-35-small; }\n.#{$ti-prefix}-number-36-small:before { content: $ti-icon-number-36-small; }\n.#{$ti-prefix}-number-37-small:before { content: $ti-icon-number-37-small; }\n.#{$ti-prefix}-number-38-small:before { content: $ti-icon-number-38-small; }\n.#{$ti-prefix}-number-39-small:before { content: $ti-icon-number-39-small; }\n.#{$ti-prefix}-number-4:before { content: $ti-icon-number-4; }\n.#{$ti-prefix}-number-4-small:before { content: $ti-icon-number-4-small; }\n.#{$ti-prefix}-number-40-small:before { content: $ti-icon-number-40-small; }\n.#{$ti-prefix}-number-41-small:before { content: $ti-icon-number-41-small; }\n.#{$ti-prefix}-number-42-small:before { content: $ti-icon-number-42-small; }\n.#{$ti-prefix}-number-43-small:before { content: $ti-icon-number-43-small; }\n.#{$ti-prefix}-number-44-small:before { content: $ti-icon-number-44-small; }\n.#{$ti-prefix}-number-45-small:before { content: $ti-icon-number-45-small; }\n.#{$ti-prefix}-number-46-small:before { content: $ti-icon-number-46-small; }\n.#{$ti-prefix}-number-47-small:before { content: $ti-icon-number-47-small; }\n.#{$ti-prefix}-number-48-small:before { content: $ti-icon-number-48-small; }\n.#{$ti-prefix}-number-49-small:before { content: $ti-icon-number-49-small; }\n.#{$ti-prefix}-number-5:before { content: $ti-icon-number-5; }\n.#{$ti-prefix}-number-5-small:before { content: $ti-icon-number-5-small; }\n.#{$ti-prefix}-number-50-small:before { content: $ti-icon-number-50-small; }\n.#{$ti-prefix}-number-51-small:before { content: $ti-icon-number-51-small; }\n.#{$ti-prefix}-number-52-small:before { content: $ti-icon-number-52-small; }\n.#{$ti-prefix}-number-53-small:before { content: $ti-icon-number-53-small; }\n.#{$ti-prefix}-number-54-small:before { content: $ti-icon-number-54-small; }\n.#{$ti-prefix}-number-55-small:before { content: $ti-icon-number-55-small; }\n.#{$ti-prefix}-number-56-small:before { content: $ti-icon-number-56-small; }\n.#{$ti-prefix}-number-57-small:before { content: $ti-icon-number-57-small; }\n.#{$ti-prefix}-number-58-small:before { content: $ti-icon-number-58-small; }\n.#{$ti-prefix}-number-59-small:before { content: $ti-icon-number-59-small; }\n.#{$ti-prefix}-number-6:before { content: $ti-icon-number-6; }\n.#{$ti-prefix}-number-6-small:before { content: $ti-icon-number-6-small; }\n.#{$ti-prefix}-number-60-small:before { content: $ti-icon-number-60-small; }\n.#{$ti-prefix}-number-61-small:before { content: $ti-icon-number-61-small; }\n.#{$ti-prefix}-number-62-small:before { content: $ti-icon-number-62-small; }\n.#{$ti-prefix}-number-63-small:before { content: $ti-icon-number-63-small; }\n.#{$ti-prefix}-number-64-small:before { content: $ti-icon-number-64-small; }\n.#{$ti-prefix}-number-65-small:before { content: $ti-icon-number-65-small; }\n.#{$ti-prefix}-number-66-small:before { content: $ti-icon-number-66-small; }\n.#{$ti-prefix}-number-67-small:before { content: $ti-icon-number-67-small; }\n.#{$ti-prefix}-number-68-small:before { content: $ti-icon-number-68-small; }\n.#{$ti-prefix}-number-69-small:before { content: $ti-icon-number-69-small; }\n.#{$ti-prefix}-number-7:before { content: $ti-icon-number-7; }\n.#{$ti-prefix}-number-7-small:before { content: $ti-icon-number-7-small; }\n.#{$ti-prefix}-number-70-small:before { content: $ti-icon-number-70-small; }\n.#{$ti-prefix}-number-71-small:before { content: $ti-icon-number-71-small; }\n.#{$ti-prefix}-number-72-small:before { content: $ti-icon-number-72-small; }\n.#{$ti-prefix}-number-73-small:before { content: $ti-icon-number-73-small; }\n.#{$ti-prefix}-number-74-small:before { content: $ti-icon-number-74-small; }\n.#{$ti-prefix}-number-75-small:before { content: $ti-icon-number-75-small; }\n.#{$ti-prefix}-number-76-small:before { content: $ti-icon-number-76-small; }\n.#{$ti-prefix}-number-77-small:before { content: $ti-icon-number-77-small; }\n.#{$ti-prefix}-number-78-small:before { content: $ti-icon-number-78-small; }\n.#{$ti-prefix}-number-79-small:before { content: $ti-icon-number-79-small; }\n.#{$ti-prefix}-number-8:before { content: $ti-icon-number-8; }\n.#{$ti-prefix}-number-8-small:before { content: $ti-icon-number-8-small; }\n.#{$ti-prefix}-number-80-small:before { content: $ti-icon-number-80-small; }\n.#{$ti-prefix}-number-81-small:before { content: $ti-icon-number-81-small; }\n.#{$ti-prefix}-number-82-small:before { content: $ti-icon-number-82-small; }\n.#{$ti-prefix}-number-83-small:before { content: $ti-icon-number-83-small; }\n.#{$ti-prefix}-number-84-small:before { content: $ti-icon-number-84-small; }\n.#{$ti-prefix}-number-85-small:before { content: $ti-icon-number-85-small; }\n.#{$ti-prefix}-number-86-small:before { content: $ti-icon-number-86-small; }\n.#{$ti-prefix}-number-87-small:before { content: $ti-icon-number-87-small; }\n.#{$ti-prefix}-number-88-small:before { content: $ti-icon-number-88-small; }\n.#{$ti-prefix}-number-89-small:before { content: $ti-icon-number-89-small; }\n.#{$ti-prefix}-number-9:before { content: $ti-icon-number-9; }\n.#{$ti-prefix}-number-9-small:before { content: $ti-icon-number-9-small; }\n.#{$ti-prefix}-number-90-small:before { content: $ti-icon-number-90-small; }\n.#{$ti-prefix}-number-91-small:before { content: $ti-icon-number-91-small; }\n.#{$ti-prefix}-number-92-small:before { content: $ti-icon-number-92-small; }\n.#{$ti-prefix}-number-93-small:before { content: $ti-icon-number-93-small; }\n.#{$ti-prefix}-number-94-small:before { content: $ti-icon-number-94-small; }\n.#{$ti-prefix}-number-95-small:before { content: $ti-icon-number-95-small; }\n.#{$ti-prefix}-number-96-small:before { content: $ti-icon-number-96-small; }\n.#{$ti-prefix}-number-97-small:before { content: $ti-icon-number-97-small; }\n.#{$ti-prefix}-number-98-small:before { content: $ti-icon-number-98-small; }\n.#{$ti-prefix}-number-99-small:before { content: $ti-icon-number-99-small; }\n.#{$ti-prefix}-numbers:before { content: $ti-icon-numbers; }\n.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }\n.#{$ti-prefix}-nut:before { content: $ti-icon-nut; }\n.#{$ti-prefix}-object-scan:before { content: $ti-icon-object-scan; }\n.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }\n.#{$ti-prefix}-octagon-minus:before { content: $ti-icon-octagon-minus; }\n.#{$ti-prefix}-octagon-minus-2:before { content: $ti-icon-octagon-minus-2; }\n.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }\n.#{$ti-prefix}-octagon-plus:before { content: $ti-icon-octagon-plus; }\n.#{$ti-prefix}-octagon-plus-2:before { content: $ti-icon-octagon-plus-2; }\n.#{$ti-prefix}-octahedron:before { content: $ti-icon-octahedron; }\n.#{$ti-prefix}-octahedron-off:before { content: $ti-icon-octahedron-off; }\n.#{$ti-prefix}-octahedron-plus:before { content: $ti-icon-octahedron-plus; }\n.#{$ti-prefix}-old:before { content: $ti-icon-old; }\n.#{$ti-prefix}-olympics:before { content: $ti-icon-olympics; }\n.#{$ti-prefix}-olympics-off:before { content: $ti-icon-olympics-off; }\n.#{$ti-prefix}-om:before { content: $ti-icon-om; }\n.#{$ti-prefix}-omega:before { content: $ti-icon-omega; }\n.#{$ti-prefix}-outbound:before { content: $ti-icon-outbound; }\n.#{$ti-prefix}-outlet:before { content: $ti-icon-outlet; }\n.#{$ti-prefix}-oval:before { content: $ti-icon-oval; }\n.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; }\n.#{$ti-prefix}-overline:before { content: $ti-icon-overline; }\n.#{$ti-prefix}-package:before { content: $ti-icon-package; }\n.#{$ti-prefix}-package-export:before { content: $ti-icon-package-export; }\n.#{$ti-prefix}-package-import:before { content: $ti-icon-package-import; }\n.#{$ti-prefix}-package-off:before { content: $ti-icon-package-off; }\n.#{$ti-prefix}-packages:before { content: $ti-icon-packages; }\n.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; }\n.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; }\n.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }\n.#{$ti-prefix}-paint-off:before { content: $ti-icon-paint-off; }\n.#{$ti-prefix}-palette:before { content: $ti-icon-palette; }\n.#{$ti-prefix}-palette-off:before { content: $ti-icon-palette-off; }\n.#{$ti-prefix}-panorama-horizontal:before { content: $ti-icon-panorama-horizontal; }\n.#{$ti-prefix}-panorama-horizontal-off:before { content: $ti-icon-panorama-horizontal-off; }\n.#{$ti-prefix}-panorama-vertical:before { content: $ti-icon-panorama-vertical; }\n.#{$ti-prefix}-panorama-vertical-off:before { content: $ti-icon-panorama-vertical-off; }\n.#{$ti-prefix}-paper-bag:before { content: $ti-icon-paper-bag; }\n.#{$ti-prefix}-paper-bag-off:before { content: $ti-icon-paper-bag-off; }\n.#{$ti-prefix}-paperclip:before { content: $ti-icon-paperclip; }\n.#{$ti-prefix}-parachute:before { content: $ti-icon-parachute; }\n.#{$ti-prefix}-parachute-off:before { content: $ti-icon-parachute-off; }\n.#{$ti-prefix}-parentheses:before { content: $ti-icon-parentheses; }\n.#{$ti-prefix}-parentheses-off:before { content: $ti-icon-parentheses-off; }\n.#{$ti-prefix}-parking:before { content: $ti-icon-parking; }\n.#{$ti-prefix}-parking-circle:before { content: $ti-icon-parking-circle; }\n.#{$ti-prefix}-parking-off:before { content: $ti-icon-parking-off; }\n.#{$ti-prefix}-password:before { content: $ti-icon-password; }\n.#{$ti-prefix}-password-fingerprint:before { content: $ti-icon-password-fingerprint; }\n.#{$ti-prefix}-password-mobile-phone:before { content: $ti-icon-password-mobile-phone; }\n.#{$ti-prefix}-password-user:before { content: $ti-icon-password-user; }\n.#{$ti-prefix}-paw:before { content: $ti-icon-paw; }\n.#{$ti-prefix}-paw-off:before { content: $ti-icon-paw-off; }\n.#{$ti-prefix}-paywall:before { content: $ti-icon-paywall; }\n.#{$ti-prefix}-pdf:before { content: $ti-icon-pdf; }\n.#{$ti-prefix}-peace:before { content: $ti-icon-peace; }\n.#{$ti-prefix}-pencil:before { content: $ti-icon-pencil; }\n.#{$ti-prefix}-pencil-bolt:before { content: $ti-icon-pencil-bolt; }\n.#{$ti-prefix}-pencil-cancel:before { content: $ti-icon-pencil-cancel; }\n.#{$ti-prefix}-pencil-check:before { content: $ti-icon-pencil-check; }\n.#{$ti-prefix}-pencil-code:before { content: $ti-icon-pencil-code; }\n.#{$ti-prefix}-pencil-cog:before { content: $ti-icon-pencil-cog; }\n.#{$ti-prefix}-pencil-discount:before { content: $ti-icon-pencil-discount; }\n.#{$ti-prefix}-pencil-dollar:before { content: $ti-icon-pencil-dollar; }\n.#{$ti-prefix}-pencil-down:before { content: $ti-icon-pencil-down; }\n.#{$ti-prefix}-pencil-exclamation:before { content: $ti-icon-pencil-exclamation; }\n.#{$ti-prefix}-pencil-heart:before { content: $ti-icon-pencil-heart; }\n.#{$ti-prefix}-pencil-minus:before { content: $ti-icon-pencil-minus; }\n.#{$ti-prefix}-pencil-off:before { content: $ti-icon-pencil-off; }\n.#{$ti-prefix}-pencil-pause:before { content: $ti-icon-pencil-pause; }\n.#{$ti-prefix}-pencil-pin:before { content: $ti-icon-pencil-pin; }\n.#{$ti-prefix}-pencil-plus:before { content: $ti-icon-pencil-plus; }\n.#{$ti-prefix}-pencil-question:before { content: $ti-icon-pencil-question; }\n.#{$ti-prefix}-pencil-search:before { content: $ti-icon-pencil-search; }\n.#{$ti-prefix}-pencil-share:before { content: $ti-icon-pencil-share; }\n.#{$ti-prefix}-pencil-star:before { content: $ti-icon-pencil-star; }\n.#{$ti-prefix}-pencil-up:before { content: $ti-icon-pencil-up; }\n.#{$ti-prefix}-pencil-x:before { content: $ti-icon-pencil-x; }\n.#{$ti-prefix}-pennant:before { content: $ti-icon-pennant; }\n.#{$ti-prefix}-pennant-2:before { content: $ti-icon-pennant-2; }\n.#{$ti-prefix}-pennant-off:before { content: $ti-icon-pennant-off; }\n.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; }\n.#{$ti-prefix}-pentagon-minus:before { content: $ti-icon-pentagon-minus; }\n.#{$ti-prefix}-pentagon-number-0:before { content: $ti-icon-pentagon-number-0; }\n.#{$ti-prefix}-pentagon-number-1:before { content: $ti-icon-pentagon-number-1; }\n.#{$ti-prefix}-pentagon-number-2:before { content: $ti-icon-pentagon-number-2; }\n.#{$ti-prefix}-pentagon-number-3:before { content: $ti-icon-pentagon-number-3; }\n.#{$ti-prefix}-pentagon-number-4:before { content: $ti-icon-pentagon-number-4; }\n.#{$ti-prefix}-pentagon-number-5:before { content: $ti-icon-pentagon-number-5; }\n.#{$ti-prefix}-pentagon-number-6:before { content: $ti-icon-pentagon-number-6; }\n.#{$ti-prefix}-pentagon-number-7:before { content: $ti-icon-pentagon-number-7; }\n.#{$ti-prefix}-pentagon-number-8:before { content: $ti-icon-pentagon-number-8; }\n.#{$ti-prefix}-pentagon-number-9:before { content: $ti-icon-pentagon-number-9; }\n.#{$ti-prefix}-pentagon-off:before { content: $ti-icon-pentagon-off; }\n.#{$ti-prefix}-pentagon-plus:before { content: $ti-icon-pentagon-plus; }\n.#{$ti-prefix}-pentagon-x:before { content: $ti-icon-pentagon-x; }\n.#{$ti-prefix}-pentagram:before { content: $ti-icon-pentagram; }\n.#{$ti-prefix}-pepper:before { content: $ti-icon-pepper; }\n.#{$ti-prefix}-pepper-off:before { content: $ti-icon-pepper-off; }\n.#{$ti-prefix}-percentage:before { content: $ti-icon-percentage; }\n.#{$ti-prefix}-percentage-0:before { content: $ti-icon-percentage-0; }\n.#{$ti-prefix}-percentage-10:before { content: $ti-icon-percentage-10; }\n.#{$ti-prefix}-percentage-100:before { content: $ti-icon-percentage-100; }\n.#{$ti-prefix}-percentage-20:before { content: $ti-icon-percentage-20; }\n.#{$ti-prefix}-percentage-25:before { content: $ti-icon-percentage-25; }\n.#{$ti-prefix}-percentage-30:before { content: $ti-icon-percentage-30; }\n.#{$ti-prefix}-percentage-33:before { content: $ti-icon-percentage-33; }\n.#{$ti-prefix}-percentage-40:before { content: $ti-icon-percentage-40; }\n.#{$ti-prefix}-percentage-50:before { content: $ti-icon-percentage-50; }\n.#{$ti-prefix}-percentage-60:before { content: $ti-icon-percentage-60; }\n.#{$ti-prefix}-percentage-66:before { content: $ti-icon-percentage-66; }\n.#{$ti-prefix}-percentage-70:before { content: $ti-icon-percentage-70; }\n.#{$ti-prefix}-percentage-75:before { content: $ti-icon-percentage-75; }\n.#{$ti-prefix}-percentage-80:before { content: $ti-icon-percentage-80; }\n.#{$ti-prefix}-percentage-90:before { content: $ti-icon-percentage-90; }\n.#{$ti-prefix}-perfume:before { content: $ti-icon-perfume; }\n.#{$ti-prefix}-perspective:before { content: $ti-icon-perspective; }\n.#{$ti-prefix}-perspective-off:before { content: $ti-icon-perspective-off; }\n.#{$ti-prefix}-phone:before { content: $ti-icon-phone; }\n.#{$ti-prefix}-phone-call:before { content: $ti-icon-phone-call; }\n.#{$ti-prefix}-phone-calling:before { content: $ti-icon-phone-calling; }\n.#{$ti-prefix}-phone-check:before { content: $ti-icon-phone-check; }\n.#{$ti-prefix}-phone-done:before { content: $ti-icon-phone-done; }\n.#{$ti-prefix}-phone-end:before { content: $ti-icon-phone-end; }\n.#{$ti-prefix}-phone-incoming:before { content: $ti-icon-phone-incoming; }\n.#{$ti-prefix}-phone-off:before { content: $ti-icon-phone-off; }\n.#{$ti-prefix}-phone-outgoing:before { content: $ti-icon-phone-outgoing; }\n.#{$ti-prefix}-phone-pause:before { content: $ti-icon-phone-pause; }\n.#{$ti-prefix}-phone-plus:before { content: $ti-icon-phone-plus; }\n.#{$ti-prefix}-phone-ringing:before { content: $ti-icon-phone-ringing; }\n.#{$ti-prefix}-phone-spark:before { content: $ti-icon-phone-spark; }\n.#{$ti-prefix}-phone-x:before { content: $ti-icon-phone-x; }\n.#{$ti-prefix}-photo:before { content: $ti-icon-photo; }\n.#{$ti-prefix}-photo-ai:before { content: $ti-icon-photo-ai; }\n.#{$ti-prefix}-photo-bitcoin:before { content: $ti-icon-photo-bitcoin; }\n.#{$ti-prefix}-photo-bolt:before { content: $ti-icon-photo-bolt; }\n.#{$ti-prefix}-photo-cancel:before { content: $ti-icon-photo-cancel; }\n.#{$ti-prefix}-photo-check:before { content: $ti-icon-photo-check; }\n.#{$ti-prefix}-photo-circle:before { content: $ti-icon-photo-circle; }\n.#{$ti-prefix}-photo-circle-minus:before { content: $ti-icon-photo-circle-minus; }\n.#{$ti-prefix}-photo-circle-plus:before { content: $ti-icon-photo-circle-plus; }\n.#{$ti-prefix}-photo-code:before { content: $ti-icon-photo-code; }\n.#{$ti-prefix}-photo-cog:before { content: $ti-icon-photo-cog; }\n.#{$ti-prefix}-photo-dollar:before { content: $ti-icon-photo-dollar; }\n.#{$ti-prefix}-photo-down:before { content: $ti-icon-photo-down; }\n.#{$ti-prefix}-photo-edit:before { content: $ti-icon-photo-edit; }\n.#{$ti-prefix}-photo-exclamation:before { content: $ti-icon-photo-exclamation; }\n.#{$ti-prefix}-photo-heart:before { content: $ti-icon-photo-heart; }\n.#{$ti-prefix}-photo-hexagon:before { content: $ti-icon-photo-hexagon; }\n.#{$ti-prefix}-photo-minus:before { content: $ti-icon-photo-minus; }\n.#{$ti-prefix}-photo-off:before { content: $ti-icon-photo-off; }\n.#{$ti-prefix}-photo-pause:before { content: $ti-icon-photo-pause; }\n.#{$ti-prefix}-photo-pentagon:before { content: $ti-icon-photo-pentagon; }\n.#{$ti-prefix}-photo-pin:before { content: $ti-icon-photo-pin; }\n.#{$ti-prefix}-photo-plus:before { content: $ti-icon-photo-plus; }\n.#{$ti-prefix}-photo-question:before { content: $ti-icon-photo-question; }\n.#{$ti-prefix}-photo-scan:before { content: $ti-icon-photo-scan; }\n.#{$ti-prefix}-photo-search:before { content: $ti-icon-photo-search; }\n.#{$ti-prefix}-photo-sensor:before { content: $ti-icon-photo-sensor; }\n.#{$ti-prefix}-photo-sensor-2:before { content: $ti-icon-photo-sensor-2; }\n.#{$ti-prefix}-photo-sensor-3:before { content: $ti-icon-photo-sensor-3; }\n.#{$ti-prefix}-photo-share:before { content: $ti-icon-photo-share; }\n.#{$ti-prefix}-photo-shield:before { content: $ti-icon-photo-shield; }\n.#{$ti-prefix}-photo-spark:before { content: $ti-icon-photo-spark; }\n.#{$ti-prefix}-photo-square-rounded:before { content: $ti-icon-photo-square-rounded; }\n.#{$ti-prefix}-photo-star:before { content: $ti-icon-photo-star; }\n.#{$ti-prefix}-photo-up:before { content: $ti-icon-photo-up; }\n.#{$ti-prefix}-photo-video:before { content: $ti-icon-photo-video; }\n.#{$ti-prefix}-photo-x:before { content: $ti-icon-photo-x; }\n.#{$ti-prefix}-physotherapist:before { content: $ti-icon-physotherapist; }\n.#{$ti-prefix}-piano:before { content: $ti-icon-piano; }\n.#{$ti-prefix}-pick:before { content: $ti-icon-pick; }\n.#{$ti-prefix}-picnic-table:before { content: $ti-icon-picnic-table; }\n.#{$ti-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; }\n.#{$ti-prefix}-picture-in-picture-off:before { content: $ti-icon-picture-in-picture-off; }\n.#{$ti-prefix}-picture-in-picture-on:before { content: $ti-icon-picture-in-picture-on; }\n.#{$ti-prefix}-picture-in-picture-top:before { content: $ti-icon-picture-in-picture-top; }\n.#{$ti-prefix}-pig:before { content: $ti-icon-pig; }\n.#{$ti-prefix}-pig-money:before { content: $ti-icon-pig-money; }\n.#{$ti-prefix}-pig-off:before { content: $ti-icon-pig-off; }\n.#{$ti-prefix}-pilcrow:before { content: $ti-icon-pilcrow; }\n.#{$ti-prefix}-pilcrow-left:before { content: $ti-icon-pilcrow-left; }\n.#{$ti-prefix}-pilcrow-right:before { content: $ti-icon-pilcrow-right; }\n.#{$ti-prefix}-pill:before { content: $ti-icon-pill; }\n.#{$ti-prefix}-pill-off:before { content: $ti-icon-pill-off; }\n.#{$ti-prefix}-pills:before { content: $ti-icon-pills; }\n.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }\n.#{$ti-prefix}-pin-end:before { content: $ti-icon-pin-end; }\n.#{$ti-prefix}-pin-invoke:before { content: $ti-icon-pin-invoke; }\n.#{$ti-prefix}-ping-pong:before { content: $ti-icon-ping-pong; }\n.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }\n.#{$ti-prefix}-pinned-off:before { content: $ti-icon-pinned-off; }\n.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; }\n.#{$ti-prefix}-pizza-off:before { content: $ti-icon-pizza-off; }\n.#{$ti-prefix}-placeholder:before { content: $ti-icon-placeholder; }\n.#{$ti-prefix}-plane:before { content: $ti-icon-plane; }\n.#{$ti-prefix}-plane-arrival:before { content: $ti-icon-plane-arrival; }\n.#{$ti-prefix}-plane-departure:before { content: $ti-icon-plane-departure; }\n.#{$ti-prefix}-plane-inflight:before { content: $ti-icon-plane-inflight; }\n.#{$ti-prefix}-plane-off:before { content: $ti-icon-plane-off; }\n.#{$ti-prefix}-plane-tilt:before { content: $ti-icon-plane-tilt; }\n.#{$ti-prefix}-planet:before { content: $ti-icon-planet; }\n.#{$ti-prefix}-planet-off:before { content: $ti-icon-planet-off; }\n.#{$ti-prefix}-plant:before { content: $ti-icon-plant; }\n.#{$ti-prefix}-plant-2:before { content: $ti-icon-plant-2; }\n.#{$ti-prefix}-plant-2-off:before { content: $ti-icon-plant-2-off; }\n.#{$ti-prefix}-plant-off:before { content: $ti-icon-plant-off; }\n.#{$ti-prefix}-play-basketball:before { content: $ti-icon-play-basketball; }\n.#{$ti-prefix}-play-card:before { content: $ti-icon-play-card; }\n.#{$ti-prefix}-play-card-1:before { content: $ti-icon-play-card-1; }\n.#{$ti-prefix}-play-card-10:before { content: $ti-icon-play-card-10; }\n.#{$ti-prefix}-play-card-2:before { content: $ti-icon-play-card-2; }\n.#{$ti-prefix}-play-card-3:before { content: $ti-icon-play-card-3; }\n.#{$ti-prefix}-play-card-4:before { content: $ti-icon-play-card-4; }\n.#{$ti-prefix}-play-card-5:before { content: $ti-icon-play-card-5; }\n.#{$ti-prefix}-play-card-6:before { content: $ti-icon-play-card-6; }\n.#{$ti-prefix}-play-card-7:before { content: $ti-icon-play-card-7; }\n.#{$ti-prefix}-play-card-8:before { content: $ti-icon-play-card-8; }\n.#{$ti-prefix}-play-card-9:before { content: $ti-icon-play-card-9; }\n.#{$ti-prefix}-play-card-a:before { content: $ti-icon-play-card-a; }\n.#{$ti-prefix}-play-card-j:before { content: $ti-icon-play-card-j; }\n.#{$ti-prefix}-play-card-k:before { content: $ti-icon-play-card-k; }\n.#{$ti-prefix}-play-card-off:before { content: $ti-icon-play-card-off; }\n.#{$ti-prefix}-play-card-q:before { content: $ti-icon-play-card-q; }\n.#{$ti-prefix}-play-card-star:before { content: $ti-icon-play-card-star; }\n.#{$ti-prefix}-play-football:before { content: $ti-icon-play-football; }\n.#{$ti-prefix}-play-handball:before { content: $ti-icon-play-handball; }\n.#{$ti-prefix}-play-volleyball:before { content: $ti-icon-play-volleyball; }\n.#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; }\n.#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; }\n.#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; }\n.#{$ti-prefix}-player-record:before { content: $ti-icon-player-record; }\n.#{$ti-prefix}-player-skip-back:before { content: $ti-icon-player-skip-back; }\n.#{$ti-prefix}-player-skip-forward:before { content: $ti-icon-player-skip-forward; }\n.#{$ti-prefix}-player-stop:before { content: $ti-icon-player-stop; }\n.#{$ti-prefix}-player-track-next:before { content: $ti-icon-player-track-next; }\n.#{$ti-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; }\n.#{$ti-prefix}-playlist:before { content: $ti-icon-playlist; }\n.#{$ti-prefix}-playlist-add:before { content: $ti-icon-playlist-add; }\n.#{$ti-prefix}-playlist-off:before { content: $ti-icon-playlist-off; }\n.#{$ti-prefix}-playlist-x:before { content: $ti-icon-playlist-x; }\n.#{$ti-prefix}-playstation-circle:before { content: $ti-icon-playstation-circle; }\n.#{$ti-prefix}-playstation-square:before { content: $ti-icon-playstation-square; }\n.#{$ti-prefix}-playstation-triangle:before { content: $ti-icon-playstation-triangle; }\n.#{$ti-prefix}-playstation-x:before { content: $ti-icon-playstation-x; }\n.#{$ti-prefix}-plug:before { content: $ti-icon-plug; }\n.#{$ti-prefix}-plug-connected:before { content: $ti-icon-plug-connected; }\n.#{$ti-prefix}-plug-connected-x:before { content: $ti-icon-plug-connected-x; }\n.#{$ti-prefix}-plug-off:before { content: $ti-icon-plug-off; }\n.#{$ti-prefix}-plug-x:before { content: $ti-icon-plug-x; }\n.#{$ti-prefix}-plus:before { content: $ti-icon-plus; }\n.#{$ti-prefix}-plus-equal:before { content: $ti-icon-plus-equal; }\n.#{$ti-prefix}-plus-minus:before { content: $ti-icon-plus-minus; }\n.#{$ti-prefix}-png:before { content: $ti-icon-png; }\n.#{$ti-prefix}-podium:before { content: $ti-icon-podium; }\n.#{$ti-prefix}-podium-off:before { content: $ti-icon-podium-off; }\n.#{$ti-prefix}-point:before { content: $ti-icon-point; }\n.#{$ti-prefix}-point-off:before { content: $ti-icon-point-off; }\n.#{$ti-prefix}-pointer:before { content: $ti-icon-pointer; }\n.#{$ti-prefix}-pointer-bolt:before { content: $ti-icon-pointer-bolt; }\n.#{$ti-prefix}-pointer-cancel:before { content: $ti-icon-pointer-cancel; }\n.#{$ti-prefix}-pointer-check:before { content: $ti-icon-pointer-check; }\n.#{$ti-prefix}-pointer-code:before { content: $ti-icon-pointer-code; }\n.#{$ti-prefix}-pointer-cog:before { content: $ti-icon-pointer-cog; }\n.#{$ti-prefix}-pointer-dollar:before { content: $ti-icon-pointer-dollar; }\n.#{$ti-prefix}-pointer-down:before { content: $ti-icon-pointer-down; }\n.#{$ti-prefix}-pointer-exclamation:before { content: $ti-icon-pointer-exclamation; }\n.#{$ti-prefix}-pointer-heart:before { content: $ti-icon-pointer-heart; }\n.#{$ti-prefix}-pointer-minus:before { content: $ti-icon-pointer-minus; }\n.#{$ti-prefix}-pointer-off:before { content: $ti-icon-pointer-off; }\n.#{$ti-prefix}-pointer-pause:before { content: $ti-icon-pointer-pause; }\n.#{$ti-prefix}-pointer-pin:before { content: $ti-icon-pointer-pin; }\n.#{$ti-prefix}-pointer-plus:before { content: $ti-icon-pointer-plus; }\n.#{$ti-prefix}-pointer-question:before { content: $ti-icon-pointer-question; }\n.#{$ti-prefix}-pointer-search:before { content: $ti-icon-pointer-search; }\n.#{$ti-prefix}-pointer-share:before { content: $ti-icon-pointer-share; }\n.#{$ti-prefix}-pointer-star:before { content: $ti-icon-pointer-star; }\n.#{$ti-prefix}-pointer-up:before { content: $ti-icon-pointer-up; }\n.#{$ti-prefix}-pointer-x:before { content: $ti-icon-pointer-x; }\n.#{$ti-prefix}-pokeball:before { content: $ti-icon-pokeball; }\n.#{$ti-prefix}-pokeball-off:before { content: $ti-icon-pokeball-off; }\n.#{$ti-prefix}-poker-chip:before { content: $ti-icon-poker-chip; }\n.#{$ti-prefix}-polaroid:before { content: $ti-icon-polaroid; }\n.#{$ti-prefix}-polygon:before { content: $ti-icon-polygon; }\n.#{$ti-prefix}-polygon-off:before { content: $ti-icon-polygon-off; }\n.#{$ti-prefix}-poo:before { content: $ti-icon-poo; }\n.#{$ti-prefix}-pool:before { content: $ti-icon-pool; }\n.#{$ti-prefix}-pool-off:before { content: $ti-icon-pool-off; }\n.#{$ti-prefix}-power:before { content: $ti-icon-power; }\n.#{$ti-prefix}-pray:before { content: $ti-icon-pray; }\n.#{$ti-prefix}-premium-rights:before { content: $ti-icon-premium-rights; }\n.#{$ti-prefix}-prescription:before { content: $ti-icon-prescription; }\n.#{$ti-prefix}-presentation:before { content: $ti-icon-presentation; }\n.#{$ti-prefix}-presentation-analytics:before { content: $ti-icon-presentation-analytics; }\n.#{$ti-prefix}-presentation-off:before { content: $ti-icon-presentation-off; }\n.#{$ti-prefix}-printer:before { content: $ti-icon-printer; }\n.#{$ti-prefix}-printer-off:before { content: $ti-icon-printer-off; }\n.#{$ti-prefix}-prism:before { content: $ti-icon-prism; }\n.#{$ti-prefix}-prism-light:before { content: $ti-icon-prism-light; }\n.#{$ti-prefix}-prism-off:before { content: $ti-icon-prism-off; }\n.#{$ti-prefix}-prism-plus:before { content: $ti-icon-prism-plus; }\n.#{$ti-prefix}-prison:before { content: $ti-icon-prison; }\n.#{$ti-prefix}-progress:before { content: $ti-icon-progress; }\n.#{$ti-prefix}-progress-alert:before { content: $ti-icon-progress-alert; }\n.#{$ti-prefix}-progress-bolt:before { content: $ti-icon-progress-bolt; }\n.#{$ti-prefix}-progress-check:before { content: $ti-icon-progress-check; }\n.#{$ti-prefix}-progress-down:before { content: $ti-icon-progress-down; }\n.#{$ti-prefix}-progress-help:before { content: $ti-icon-progress-help; }\n.#{$ti-prefix}-progress-x:before { content: $ti-icon-progress-x; }\n.#{$ti-prefix}-prompt:before { content: $ti-icon-prompt; }\n.#{$ti-prefix}-prong:before { content: $ti-icon-prong; }\n.#{$ti-prefix}-propeller:before { content: $ti-icon-propeller; }\n.#{$ti-prefix}-propeller-off:before { content: $ti-icon-propeller-off; }\n.#{$ti-prefix}-protocol:before { content: $ti-icon-protocol; }\n.#{$ti-prefix}-pumpkin-scary:before { content: $ti-icon-pumpkin-scary; }\n.#{$ti-prefix}-puzzle:before { content: $ti-icon-puzzle; }\n.#{$ti-prefix}-puzzle-2:before { content: $ti-icon-puzzle-2; }\n.#{$ti-prefix}-puzzle-off:before { content: $ti-icon-puzzle-off; }\n.#{$ti-prefix}-pyramid:before { content: $ti-icon-pyramid; }\n.#{$ti-prefix}-pyramid-off:before { content: $ti-icon-pyramid-off; }\n.#{$ti-prefix}-pyramid-plus:before { content: $ti-icon-pyramid-plus; }\n.#{$ti-prefix}-qrcode:before { content: $ti-icon-qrcode; }\n.#{$ti-prefix}-qrcode-off:before { content: $ti-icon-qrcode-off; }\n.#{$ti-prefix}-question-mark:before { content: $ti-icon-question-mark; }\n.#{$ti-prefix}-quote:before { content: $ti-icon-quote; }\n.#{$ti-prefix}-quote-off:before { content: $ti-icon-quote-off; }\n.#{$ti-prefix}-quotes:before { content: $ti-icon-quotes; }\n.#{$ti-prefix}-radar:before { content: $ti-icon-radar; }\n.#{$ti-prefix}-radar-2:before { content: $ti-icon-radar-2; }\n.#{$ti-prefix}-radar-off:before { content: $ti-icon-radar-off; }\n.#{$ti-prefix}-radio:before { content: $ti-icon-radio; }\n.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; }\n.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }\n.#{$ti-prefix}-radioactive-off:before { content: $ti-icon-radioactive-off; }\n.#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; }\n.#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; }\n.#{$ti-prefix}-radius-top-left:before { content: $ti-icon-radius-top-left; }\n.#{$ti-prefix}-radius-top-right:before { content: $ti-icon-radius-top-right; }\n.#{$ti-prefix}-rainbow:before { content: $ti-icon-rainbow; }\n.#{$ti-prefix}-rainbow-off:before { content: $ti-icon-rainbow-off; }\n.#{$ti-prefix}-rating-12-plus:before { content: $ti-icon-rating-12-plus; }\n.#{$ti-prefix}-rating-14-plus:before { content: $ti-icon-rating-14-plus; }\n.#{$ti-prefix}-rating-16-plus:before { content: $ti-icon-rating-16-plus; }\n.#{$ti-prefix}-rating-18-plus:before { content: $ti-icon-rating-18-plus; }\n.#{$ti-prefix}-rating-21-plus:before { content: $ti-icon-rating-21-plus; }\n.#{$ti-prefix}-razor:before { content: $ti-icon-razor; }\n.#{$ti-prefix}-razor-electric:before { content: $ti-icon-razor-electric; }\n.#{$ti-prefix}-receipt:before { content: $ti-icon-receipt; }\n.#{$ti-prefix}-receipt-2:before { content: $ti-icon-receipt-2; }\n.#{$ti-prefix}-receipt-bitcoin:before { content: $ti-icon-receipt-bitcoin; }\n.#{$ti-prefix}-receipt-dollar:before { content: $ti-icon-receipt-dollar; }\n.#{$ti-prefix}-receipt-euro:before { content: $ti-icon-receipt-euro; }\n.#{$ti-prefix}-receipt-off:before { content: $ti-icon-receipt-off; }\n.#{$ti-prefix}-receipt-pound:before { content: $ti-icon-receipt-pound; }\n.#{$ti-prefix}-receipt-refund:before { content: $ti-icon-receipt-refund; }\n.#{$ti-prefix}-receipt-rupee:before { content: $ti-icon-receipt-rupee; }\n.#{$ti-prefix}-receipt-tax:before { content: $ti-icon-receipt-tax; }\n.#{$ti-prefix}-receipt-yen:before { content: $ti-icon-receipt-yen; }\n.#{$ti-prefix}-receipt-yuan:before { content: $ti-icon-receipt-yuan; }\n.#{$ti-prefix}-recharging:before { content: $ti-icon-recharging; }\n.#{$ti-prefix}-record-mail:before { content: $ti-icon-record-mail; }\n.#{$ti-prefix}-record-mail-off:before { content: $ti-icon-record-mail-off; }\n.#{$ti-prefix}-rectangle:before { content: $ti-icon-rectangle; }\n.#{$ti-prefix}-rectangle-rounded-bottom:before { content: $ti-icon-rectangle-rounded-bottom; }\n.#{$ti-prefix}-rectangle-rounded-top:before { content: $ti-icon-rectangle-rounded-top; }\n.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }\n.#{$ti-prefix}-rectangular-prism:before { content: $ti-icon-rectangular-prism; }\n.#{$ti-prefix}-rectangular-prism-off:before { content: $ti-icon-rectangular-prism-off; }\n.#{$ti-prefix}-rectangular-prism-plus:before { content: $ti-icon-rectangular-prism-plus; }\n.#{$ti-prefix}-recycle:before { content: $ti-icon-recycle; }\n.#{$ti-prefix}-recycle-off:before { content: $ti-icon-recycle-off; }\n.#{$ti-prefix}-refresh:before { content: $ti-icon-refresh; }\n.#{$ti-prefix}-refresh-alert:before { content: $ti-icon-refresh-alert; }\n.#{$ti-prefix}-refresh-dot:before { content: $ti-icon-refresh-dot; }\n.#{$ti-prefix}-refresh-off:before { content: $ti-icon-refresh-off; }\n.#{$ti-prefix}-regex:before { content: $ti-icon-regex; }\n.#{$ti-prefix}-regex-off:before { content: $ti-icon-regex-off; }\n.#{$ti-prefix}-registered:before { content: $ti-icon-registered; }\n.#{$ti-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; }\n.#{$ti-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; }\n.#{$ti-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; }\n.#{$ti-prefix}-reload:before { content: $ti-icon-reload; }\n.#{$ti-prefix}-reorder:before { content: $ti-icon-reorder; }\n.#{$ti-prefix}-repeat:before { content: $ti-icon-repeat; }\n.#{$ti-prefix}-repeat-off:before { content: $ti-icon-repeat-off; }\n.#{$ti-prefix}-repeat-once:before { content: $ti-icon-repeat-once; }\n.#{$ti-prefix}-replace:before { content: $ti-icon-replace; }\n.#{$ti-prefix}-replace-off:before { content: $ti-icon-replace-off; }\n.#{$ti-prefix}-report:before { content: $ti-icon-report; }\n.#{$ti-prefix}-report-analytics:before { content: $ti-icon-report-analytics; }\n.#{$ti-prefix}-report-medical:before { content: $ti-icon-report-medical; }\n.#{$ti-prefix}-report-money:before { content: $ti-icon-report-money; }\n.#{$ti-prefix}-report-off:before { content: $ti-icon-report-off; }\n.#{$ti-prefix}-report-search:before { content: $ti-icon-report-search; }\n.#{$ti-prefix}-reserved-line:before { content: $ti-icon-reserved-line; }\n.#{$ti-prefix}-resize:before { content: $ti-icon-resize; }\n.#{$ti-prefix}-restore:before { content: $ti-icon-restore; }\n.#{$ti-prefix}-rewind-backward-10:before { content: $ti-icon-rewind-backward-10; }\n.#{$ti-prefix}-rewind-backward-15:before { content: $ti-icon-rewind-backward-15; }\n.#{$ti-prefix}-rewind-backward-20:before { content: $ti-icon-rewind-backward-20; }\n.#{$ti-prefix}-rewind-backward-30:before { content: $ti-icon-rewind-backward-30; }\n.#{$ti-prefix}-rewind-backward-40:before { content: $ti-icon-rewind-backward-40; }\n.#{$ti-prefix}-rewind-backward-5:before { content: $ti-icon-rewind-backward-5; }\n.#{$ti-prefix}-rewind-backward-50:before { content: $ti-icon-rewind-backward-50; }\n.#{$ti-prefix}-rewind-backward-60:before { content: $ti-icon-rewind-backward-60; }\n.#{$ti-prefix}-rewind-forward-10:before { content: $ti-icon-rewind-forward-10; }\n.#{$ti-prefix}-rewind-forward-15:before { content: $ti-icon-rewind-forward-15; }\n.#{$ti-prefix}-rewind-forward-20:before { content: $ti-icon-rewind-forward-20; }\n.#{$ti-prefix}-rewind-forward-30:before { content: $ti-icon-rewind-forward-30; }\n.#{$ti-prefix}-rewind-forward-40:before { content: $ti-icon-rewind-forward-40; }\n.#{$ti-prefix}-rewind-forward-5:before { content: $ti-icon-rewind-forward-5; }\n.#{$ti-prefix}-rewind-forward-50:before { content: $ti-icon-rewind-forward-50; }\n.#{$ti-prefix}-rewind-forward-60:before { content: $ti-icon-rewind-forward-60; }\n.#{$ti-prefix}-ribbon-health:before { content: $ti-icon-ribbon-health; }\n.#{$ti-prefix}-rings:before { content: $ti-icon-rings; }\n.#{$ti-prefix}-ripple:before { content: $ti-icon-ripple; }\n.#{$ti-prefix}-ripple-off:before { content: $ti-icon-ripple-off; }\n.#{$ti-prefix}-road:before { content: $ti-icon-road; }\n.#{$ti-prefix}-road-off:before { content: $ti-icon-road-off; }\n.#{$ti-prefix}-road-sign:before { content: $ti-icon-road-sign; }\n.#{$ti-prefix}-robot:before { content: $ti-icon-robot; }\n.#{$ti-prefix}-robot-face:before { content: $ti-icon-robot-face; }\n.#{$ti-prefix}-robot-off:before { content: $ti-icon-robot-off; }\n.#{$ti-prefix}-rocket:before { content: $ti-icon-rocket; }\n.#{$ti-prefix}-rocket-off:before { content: $ti-icon-rocket-off; }\n.#{$ti-prefix}-roller-skating:before { content: $ti-icon-roller-skating; }\n.#{$ti-prefix}-rollercoaster:before { content: $ti-icon-rollercoaster; }\n.#{$ti-prefix}-rollercoaster-off:before { content: $ti-icon-rollercoaster-off; }\n.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; }\n.#{$ti-prefix}-rosette-discount:before { content: $ti-icon-rosette-discount; }\n.#{$ti-prefix}-rosette-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-rosette-discount-check-off:before { content: $ti-icon-rosette-discount-check-off; }\n.#{$ti-prefix}-rosette-discount-off:before { content: $ti-icon-rosette-discount-off; }\n.#{$ti-prefix}-rosette-number-0:before { content: $ti-icon-rosette-number-0; }\n.#{$ti-prefix}-rosette-number-1:before { content: $ti-icon-rosette-number-1; }\n.#{$ti-prefix}-rosette-number-2:before { content: $ti-icon-rosette-number-2; }\n.#{$ti-prefix}-rosette-number-3:before { content: $ti-icon-rosette-number-3; }\n.#{$ti-prefix}-rosette-number-4:before { content: $ti-icon-rosette-number-4; }\n.#{$ti-prefix}-rosette-number-5:before { content: $ti-icon-rosette-number-5; }\n.#{$ti-prefix}-rosette-number-6:before { content: $ti-icon-rosette-number-6; }\n.#{$ti-prefix}-rosette-number-7:before { content: $ti-icon-rosette-number-7; }\n.#{$ti-prefix}-rosette-number-8:before { content: $ti-icon-rosette-number-8; }\n.#{$ti-prefix}-rosette-number-9:before { content: $ti-icon-rosette-number-9; }\n.#{$ti-prefix}-rotate:before { content: $ti-icon-rotate; }\n.#{$ti-prefix}-rotate-2:before { content: $ti-icon-rotate-2; }\n.#{$ti-prefix}-rotate-360:before { content: $ti-icon-rotate-360; }\n.#{$ti-prefix}-rotate-3d:before { content: $ti-icon-rotate-3d; }\n.#{$ti-prefix}-rotate-clockwise:before { content: $ti-icon-rotate-clockwise; }\n.#{$ti-prefix}-rotate-clockwise-2:before { content: $ti-icon-rotate-clockwise-2; }\n.#{$ti-prefix}-rotate-dot:before { content: $ti-icon-rotate-dot; }\n.#{$ti-prefix}-rotate-rectangle:before { content: $ti-icon-rotate-rectangle; }\n.#{$ti-prefix}-route:before { content: $ti-icon-route; }\n.#{$ti-prefix}-route-2:before { content: $ti-icon-route-2; }\n.#{$ti-prefix}-route-alt-left:before { content: $ti-icon-route-alt-left; }\n.#{$ti-prefix}-route-alt-right:before { content: $ti-icon-route-alt-right; }\n.#{$ti-prefix}-route-off:before { content: $ti-icon-route-off; }\n.#{$ti-prefix}-route-scan:before { content: $ti-icon-route-scan; }\n.#{$ti-prefix}-route-square:before { content: $ti-icon-route-square; }\n.#{$ti-prefix}-route-square-2:before { content: $ti-icon-route-square-2; }\n.#{$ti-prefix}-route-x:before { content: $ti-icon-route-x; }\n.#{$ti-prefix}-route-x-2:before { content: $ti-icon-route-x-2; }\n.#{$ti-prefix}-router:before { content: $ti-icon-router; }\n.#{$ti-prefix}-router-off:before { content: $ti-icon-router-off; }\n.#{$ti-prefix}-row-insert-bottom:before { content: $ti-icon-row-insert-bottom; }\n.#{$ti-prefix}-row-insert-top:before { content: $ti-icon-row-insert-top; }\n.#{$ti-prefix}-row-remove:before { content: $ti-icon-row-remove; }\n.#{$ti-prefix}-rss:before { content: $ti-icon-rss; }\n.#{$ti-prefix}-rubber-stamp:before { content: $ti-icon-rubber-stamp; }\n.#{$ti-prefix}-rubber-stamp-off:before { content: $ti-icon-rubber-stamp-off; }\n.#{$ti-prefix}-ruler:before { content: $ti-icon-ruler; }\n.#{$ti-prefix}-ruler-2:before { content: $ti-icon-ruler-2; }\n.#{$ti-prefix}-ruler-2-off:before { content: $ti-icon-ruler-2-off; }\n.#{$ti-prefix}-ruler-3:before { content: $ti-icon-ruler-3; }\n.#{$ti-prefix}-ruler-measure:before { content: $ti-icon-ruler-measure; }\n.#{$ti-prefix}-ruler-measure-2:before { content: $ti-icon-ruler-measure-2; }\n.#{$ti-prefix}-ruler-off:before { content: $ti-icon-ruler-off; }\n.#{$ti-prefix}-run:before { content: $ti-icon-run; }\n.#{$ti-prefix}-rv-truck:before { content: $ti-icon-rv-truck; }\n.#{$ti-prefix}-s-turn-down:before { content: $ti-icon-s-turn-down; }\n.#{$ti-prefix}-s-turn-left:before { content: $ti-icon-s-turn-left; }\n.#{$ti-prefix}-s-turn-right:before { content: $ti-icon-s-turn-right; }\n.#{$ti-prefix}-s-turn-up:before { content: $ti-icon-s-turn-up; }\n.#{$ti-prefix}-sailboat:before { content: $ti-icon-sailboat; }\n.#{$ti-prefix}-sailboat-2:before { content: $ti-icon-sailboat-2; }\n.#{$ti-prefix}-sailboat-off:before { content: $ti-icon-sailboat-off; }\n.#{$ti-prefix}-salad:before { content: $ti-icon-salad; }\n.#{$ti-prefix}-salt:before { content: $ti-icon-salt; }\n.#{$ti-prefix}-sandbox:before { content: $ti-icon-sandbox; }\n.#{$ti-prefix}-satellite:before { content: $ti-icon-satellite; }\n.#{$ti-prefix}-satellite-off:before { content: $ti-icon-satellite-off; }\n.#{$ti-prefix}-sausage:before { content: $ti-icon-sausage; }\n.#{$ti-prefix}-scale:before { content: $ti-icon-scale; }\n.#{$ti-prefix}-scale-off:before { content: $ti-icon-scale-off; }\n.#{$ti-prefix}-scale-outline:before { content: $ti-icon-scale-outline; }\n.#{$ti-prefix}-scale-outline-off:before { content: $ti-icon-scale-outline-off; }\n.#{$ti-prefix}-scan:before { content: $ti-icon-scan; }\n.#{$ti-prefix}-scan-eye:before { content: $ti-icon-scan-eye; }\n.#{$ti-prefix}-scan-position:before { content: $ti-icon-scan-position; }\n.#{$ti-prefix}-schema:before { content: $ti-icon-schema; }\n.#{$ti-prefix}-schema-off:before { content: $ti-icon-schema-off; }\n.#{$ti-prefix}-school:before { content: $ti-icon-school; }\n.#{$ti-prefix}-school-bell:before { content: $ti-icon-school-bell; }\n.#{$ti-prefix}-school-off:before { content: $ti-icon-school-off; }\n.#{$ti-prefix}-scissors:before { content: $ti-icon-scissors; }\n.#{$ti-prefix}-scissors-off:before { content: $ti-icon-scissors-off; }\n.#{$ti-prefix}-scooter:before { content: $ti-icon-scooter; }\n.#{$ti-prefix}-scooter-electric:before { content: $ti-icon-scooter-electric; }\n.#{$ti-prefix}-scoreboard:before { content: $ti-icon-scoreboard; }\n.#{$ti-prefix}-screen-share:before { content: $ti-icon-screen-share; }\n.#{$ti-prefix}-screen-share-off:before { content: $ti-icon-screen-share-off; }\n.#{$ti-prefix}-screenshot:before { content: $ti-icon-screenshot; }\n.#{$ti-prefix}-scribble:before { content: $ti-icon-scribble; }\n.#{$ti-prefix}-scribble-off:before { content: $ti-icon-scribble-off; }\n.#{$ti-prefix}-script:before { content: $ti-icon-script; }\n.#{$ti-prefix}-script-minus:before { content: $ti-icon-script-minus; }\n.#{$ti-prefix}-script-plus:before { content: $ti-icon-script-plus; }\n.#{$ti-prefix}-script-x:before { content: $ti-icon-script-x; }\n.#{$ti-prefix}-scuba-diving:before { content: $ti-icon-scuba-diving; }\n.#{$ti-prefix}-scuba-diving-tank:before { content: $ti-icon-scuba-diving-tank; }\n.#{$ti-prefix}-scuba-mask:before { content: $ti-icon-scuba-mask; }\n.#{$ti-prefix}-scuba-mask-off:before { content: $ti-icon-scuba-mask-off; }\n.#{$ti-prefix}-sdk:before { content: $ti-icon-sdk; }\n.#{$ti-prefix}-search:before { content: $ti-icon-search; }\n.#{$ti-prefix}-search-off:before { content: $ti-icon-search-off; }\n.#{$ti-prefix}-section:before { content: $ti-icon-section; }\n.#{$ti-prefix}-section-sign:before { content: $ti-icon-section-sign; }\n.#{$ti-prefix}-seeding:before { content: $ti-icon-seeding; }\n.#{$ti-prefix}-seeding-off:before { content: $ti-icon-seeding-off; }\n.#{$ti-prefix}-select:before { content: $ti-icon-select; }\n.#{$ti-prefix}-select-all:before { content: $ti-icon-select-all; }\n.#{$ti-prefix}-selector:before { content: $ti-icon-selector; }\n.#{$ti-prefix}-send:before { content: $ti-icon-send; }\n.#{$ti-prefix}-send-2:before { content: $ti-icon-send-2; }\n.#{$ti-prefix}-send-off:before { content: $ti-icon-send-off; }\n.#{$ti-prefix}-seo:before { content: $ti-icon-seo; }\n.#{$ti-prefix}-separator:before { content: $ti-icon-separator; }\n.#{$ti-prefix}-separator-horizontal:before { content: $ti-icon-separator-horizontal; }\n.#{$ti-prefix}-separator-vertical:before { content: $ti-icon-separator-vertical; }\n.#{$ti-prefix}-server:before { content: $ti-icon-server; }\n.#{$ti-prefix}-server-2:before { content: $ti-icon-server-2; }\n.#{$ti-prefix}-server-bolt:before { content: $ti-icon-server-bolt; }\n.#{$ti-prefix}-server-cog:before { content: $ti-icon-server-cog; }\n.#{$ti-prefix}-server-off:before { content: $ti-icon-server-off; }\n.#{$ti-prefix}-server-spark:before { content: $ti-icon-server-spark; }\n.#{$ti-prefix}-servicemark:before { content: $ti-icon-servicemark; }\n.#{$ti-prefix}-settings:before { content: $ti-icon-settings; }\n.#{$ti-prefix}-settings-2:before { content: $ti-icon-settings-2; }\n.#{$ti-prefix}-settings-automation:before { content: $ti-icon-settings-automation; }\n.#{$ti-prefix}-settings-bolt:before { content: $ti-icon-settings-bolt; }\n.#{$ti-prefix}-settings-cancel:before { content: $ti-icon-settings-cancel; }\n.#{$ti-prefix}-settings-check:before { content: $ti-icon-settings-check; }\n.#{$ti-prefix}-settings-code:before { content: $ti-icon-settings-code; }\n.#{$ti-prefix}-settings-cog:before { content: $ti-icon-settings-cog; }\n.#{$ti-prefix}-settings-dollar:before { content: $ti-icon-settings-dollar; }\n.#{$ti-prefix}-settings-down:before { content: $ti-icon-settings-down; }\n.#{$ti-prefix}-settings-exclamation:before { content: $ti-icon-settings-exclamation; }\n.#{$ti-prefix}-settings-heart:before { content: $ti-icon-settings-heart; }\n.#{$ti-prefix}-settings-minus:before { content: $ti-icon-settings-minus; }\n.#{$ti-prefix}-settings-off:before { content: $ti-icon-settings-off; }\n.#{$ti-prefix}-settings-pause:before { content: $ti-icon-settings-pause; }\n.#{$ti-prefix}-settings-pin:before { content: $ti-icon-settings-pin; }\n.#{$ti-prefix}-settings-plus:before { content: $ti-icon-settings-plus; }\n.#{$ti-prefix}-settings-question:before { content: $ti-icon-settings-question; }\n.#{$ti-prefix}-settings-search:before { content: $ti-icon-settings-search; }\n.#{$ti-prefix}-settings-share:before { content: $ti-icon-settings-share; }\n.#{$ti-prefix}-settings-spark:before { content: $ti-icon-settings-spark; }\n.#{$ti-prefix}-settings-star:before { content: $ti-icon-settings-star; }\n.#{$ti-prefix}-settings-up:before { content: $ti-icon-settings-up; }\n.#{$ti-prefix}-settings-x:before { content: $ti-icon-settings-x; }\n.#{$ti-prefix}-shadow:before { content: $ti-icon-shadow; }\n.#{$ti-prefix}-shadow-off:before { content: $ti-icon-shadow-off; }\n.#{$ti-prefix}-shape:before { content: $ti-icon-shape; }\n.#{$ti-prefix}-shape-2:before { content: $ti-icon-shape-2; }\n.#{$ti-prefix}-shape-3:before { content: $ti-icon-shape-3; }\n.#{$ti-prefix}-shape-off:before { content: $ti-icon-shape-off; }\n.#{$ti-prefix}-share:before { content: $ti-icon-share; }\n.#{$ti-prefix}-share-2:before { content: $ti-icon-share-2; }\n.#{$ti-prefix}-share-3:before { content: $ti-icon-share-3; }\n.#{$ti-prefix}-share-off:before { content: $ti-icon-share-off; }\n.#{$ti-prefix}-shareplay:before { content: $ti-icon-shareplay; }\n.#{$ti-prefix}-shield:before { content: $ti-icon-shield; }\n.#{$ti-prefix}-shield-bolt:before { content: $ti-icon-shield-bolt; }\n.#{$ti-prefix}-shield-cancel:before { content: $ti-icon-shield-cancel; }\n.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }\n.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }\n.#{$ti-prefix}-shield-chevron:before { content: $ti-icon-shield-chevron; }\n.#{$ti-prefix}-shield-code:before { content: $ti-icon-shield-code; }\n.#{$ti-prefix}-shield-cog:before { content: $ti-icon-shield-cog; }\n.#{$ti-prefix}-shield-dollar:before { content: $ti-icon-shield-dollar; }\n.#{$ti-prefix}-shield-down:before { content: $ti-icon-shield-down; }\n.#{$ti-prefix}-shield-exclamation:before { content: $ti-icon-shield-exclamation; }\n.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }\n.#{$ti-prefix}-shield-heart:before { content: $ti-icon-shield-heart; }\n.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }\n.#{$ti-prefix}-shield-minus:before { content: $ti-icon-shield-minus; }\n.#{$ti-prefix}-shield-off:before { content: $ti-icon-shield-off; }\n.#{$ti-prefix}-shield-pause:before { content: $ti-icon-shield-pause; }\n.#{$ti-prefix}-shield-pin:before { content: $ti-icon-shield-pin; }\n.#{$ti-prefix}-shield-plus:before { content: $ti-icon-shield-plus; }\n.#{$ti-prefix}-shield-question:before { content: $ti-icon-shield-question; }\n.#{$ti-prefix}-shield-search:before { content: $ti-icon-shield-search; }\n.#{$ti-prefix}-shield-share:before { content: $ti-icon-shield-share; }\n.#{$ti-prefix}-shield-star:before { content: $ti-icon-shield-star; }\n.#{$ti-prefix}-shield-up:before { content: $ti-icon-shield-up; }\n.#{$ti-prefix}-shield-x:before { content: $ti-icon-shield-x; }\n.#{$ti-prefix}-ship:before { content: $ti-icon-ship; }\n.#{$ti-prefix}-ship-off:before { content: $ti-icon-ship-off; }\n.#{$ti-prefix}-shirt:before { content: $ti-icon-shirt; }\n.#{$ti-prefix}-shirt-off:before { content: $ti-icon-shirt-off; }\n.#{$ti-prefix}-shirt-sport:before { content: $ti-icon-shirt-sport; }\n.#{$ti-prefix}-shoe:before { content: $ti-icon-shoe; }\n.#{$ti-prefix}-shoe-off:before { content: $ti-icon-shoe-off; }\n.#{$ti-prefix}-shopping-bag:before { content: $ti-icon-shopping-bag; }\n.#{$ti-prefix}-shopping-bag-check:before { content: $ti-icon-shopping-bag-check; }\n.#{$ti-prefix}-shopping-bag-discount:before { content: $ti-icon-shopping-bag-discount; }\n.#{$ti-prefix}-shopping-bag-edit:before { content: $ti-icon-shopping-bag-edit; }\n.#{$ti-prefix}-shopping-bag-exclamation:before { content: $ti-icon-shopping-bag-exclamation; }\n.#{$ti-prefix}-shopping-bag-heart:before { content: $ti-icon-shopping-bag-heart; }\n.#{$ti-prefix}-shopping-bag-minus:before { content: $ti-icon-shopping-bag-minus; }\n.#{$ti-prefix}-shopping-bag-plus:before { content: $ti-icon-shopping-bag-plus; }\n.#{$ti-prefix}-shopping-bag-search:before { content: $ti-icon-shopping-bag-search; }\n.#{$ti-prefix}-shopping-bag-x:before { content: $ti-icon-shopping-bag-x; }\n.#{$ti-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; }\n.#{$ti-prefix}-shopping-cart-bolt:before { content: $ti-icon-shopping-cart-bolt; }\n.#{$ti-prefix}-shopping-cart-cancel:before { content: $ti-icon-shopping-cart-cancel; }\n.#{$ti-prefix}-shopping-cart-check:before { content: $ti-icon-shopping-cart-check; }\n.#{$ti-prefix}-shopping-cart-code:before { content: $ti-icon-shopping-cart-code; }\n.#{$ti-prefix}-shopping-cart-cog:before { content: $ti-icon-shopping-cart-cog; }\n.#{$ti-prefix}-shopping-cart-copy:before { content: $ti-icon-shopping-cart-copy; }\n.#{$ti-prefix}-shopping-cart-discount:before { content: $ti-icon-shopping-cart-discount; }\n.#{$ti-prefix}-shopping-cart-dollar:before { content: $ti-icon-shopping-cart-dollar; }\n.#{$ti-prefix}-shopping-cart-down:before { content: $ti-icon-shopping-cart-down; }\n.#{$ti-prefix}-shopping-cart-exclamation:before { content: $ti-icon-shopping-cart-exclamation; }\n.#{$ti-prefix}-shopping-cart-heart:before { content: $ti-icon-shopping-cart-heart; }\n.#{$ti-prefix}-shopping-cart-minus:before { content: $ti-icon-shopping-cart-minus; }\n.#{$ti-prefix}-shopping-cart-off:before { content: $ti-icon-shopping-cart-off; }\n.#{$ti-prefix}-shopping-cart-pause:before { content: $ti-icon-shopping-cart-pause; }\n.#{$ti-prefix}-shopping-cart-pin:before { content: $ti-icon-shopping-cart-pin; }\n.#{$ti-prefix}-shopping-cart-plus:before { content: $ti-icon-shopping-cart-plus; }\n.#{$ti-prefix}-shopping-cart-question:before { content: $ti-icon-shopping-cart-question; }\n.#{$ti-prefix}-shopping-cart-search:before { content: $ti-icon-shopping-cart-search; }\n.#{$ti-prefix}-shopping-cart-share:before { content: $ti-icon-shopping-cart-share; }\n.#{$ti-prefix}-shopping-cart-star:before { content: $ti-icon-shopping-cart-star; }\n.#{$ti-prefix}-shopping-cart-up:before { content: $ti-icon-shopping-cart-up; }\n.#{$ti-prefix}-shopping-cart-x:before { content: $ti-icon-shopping-cart-x; }\n.#{$ti-prefix}-shovel:before { content: $ti-icon-shovel; }\n.#{$ti-prefix}-shovel-pitchforks:before { content: $ti-icon-shovel-pitchforks; }\n.#{$ti-prefix}-shredder:before { content: $ti-icon-shredder; }\n.#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; }\n.#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; }\n.#{$ti-prefix}-signal-2g:before { content: $ti-icon-signal-2g; }\n.#{$ti-prefix}-signal-3g:before { content: $ti-icon-signal-3g; }\n.#{$ti-prefix}-signal-4g:before { content: $ti-icon-signal-4g; }\n.#{$ti-prefix}-signal-4g-plus:before { content: $ti-icon-signal-4g-plus; }\n.#{$ti-prefix}-signal-5g:before { content: $ti-icon-signal-5g; }\n.#{$ti-prefix}-signal-6g:before { content: $ti-icon-signal-6g; }\n.#{$ti-prefix}-signal-e:before { content: $ti-icon-signal-e; }\n.#{$ti-prefix}-signal-g:before { content: $ti-icon-signal-g; }\n.#{$ti-prefix}-signal-h:before { content: $ti-icon-signal-h; }\n.#{$ti-prefix}-signal-h-plus:before { content: $ti-icon-signal-h-plus; }\n.#{$ti-prefix}-signal-lte:before { content: $ti-icon-signal-lte; }\n.#{$ti-prefix}-signature:before { content: $ti-icon-signature; }\n.#{$ti-prefix}-signature-off:before { content: $ti-icon-signature-off; }\n.#{$ti-prefix}-sitemap:before { content: $ti-icon-sitemap; }\n.#{$ti-prefix}-sitemap-off:before { content: $ti-icon-sitemap-off; }\n.#{$ti-prefix}-skateboard:before { content: $ti-icon-skateboard; }\n.#{$ti-prefix}-skateboard-off:before { content: $ti-icon-skateboard-off; }\n.#{$ti-prefix}-skateboarding:before { content: $ti-icon-skateboarding; }\n.#{$ti-prefix}-skew-x:before { content: $ti-icon-skew-x; }\n.#{$ti-prefix}-skew-y:before { content: $ti-icon-skew-y; }\n.#{$ti-prefix}-ski-jumping:before { content: $ti-icon-ski-jumping; }\n.#{$ti-prefix}-skull:before { content: $ti-icon-skull; }\n.#{$ti-prefix}-slash:before { content: $ti-icon-slash; }\n.#{$ti-prefix}-slashes:before { content: $ti-icon-slashes; }\n.#{$ti-prefix}-sleigh:before { content: $ti-icon-sleigh; }\n.#{$ti-prefix}-slice:before { content: $ti-icon-slice; }\n.#{$ti-prefix}-slideshow:before { content: $ti-icon-slideshow; }\n.#{$ti-prefix}-smart-home:before { content: $ti-icon-smart-home; }\n.#{$ti-prefix}-smart-home-off:before { content: $ti-icon-smart-home-off; }\n.#{$ti-prefix}-smoking:before { content: $ti-icon-smoking; }\n.#{$ti-prefix}-smoking-no:before { content: $ti-icon-smoking-no; }\n.#{$ti-prefix}-snowboarding:before { content: $ti-icon-snowboarding; }\n.#{$ti-prefix}-snowflake:before { content: $ti-icon-snowflake; }\n.#{$ti-prefix}-snowflake-off:before { content: $ti-icon-snowflake-off; }\n.#{$ti-prefix}-snowman:before { content: $ti-icon-snowman; }\n.#{$ti-prefix}-soccer-field:before { content: $ti-icon-soccer-field; }\n.#{$ti-prefix}-social:before { content: $ti-icon-social; }\n.#{$ti-prefix}-social-off:before { content: $ti-icon-social-off; }\n.#{$ti-prefix}-sock:before { content: $ti-icon-sock; }\n.#{$ti-prefix}-sofa:before { content: $ti-icon-sofa; }\n.#{$ti-prefix}-sofa-off:before { content: $ti-icon-sofa-off; }\n.#{$ti-prefix}-solar-electricity:before { content: $ti-icon-solar-electricity; }\n.#{$ti-prefix}-solar-panel:before { content: $ti-icon-solar-panel; }\n.#{$ti-prefix}-solar-panel-2:before { content: $ti-icon-solar-panel-2; }\n.#{$ti-prefix}-sort-0-9:before { content: $ti-icon-sort-0-9; }\n.#{$ti-prefix}-sort-9-0:before { content: $ti-icon-sort-9-0; }\n.#{$ti-prefix}-sort-a-z:before { content: $ti-icon-sort-a-z; }\n.#{$ti-prefix}-sort-ascending:before { content: $ti-icon-sort-ascending; }\n.#{$ti-prefix}-sort-ascending-2:before { content: $ti-icon-sort-ascending-2; }\n.#{$ti-prefix}-sort-ascending-letters:before { content: $ti-icon-sort-ascending-letters; }\n.#{$ti-prefix}-sort-ascending-numbers:before { content: $ti-icon-sort-ascending-numbers; }\n.#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; }\n.#{$ti-prefix}-sort-ascending-small-big:before { content: $ti-icon-sort-ascending-small-big; }\n.#{$ti-prefix}-sort-descending:before { content: $ti-icon-sort-descending; }\n.#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; }\n.#{$ti-prefix}-sort-descending-letters:before { content: $ti-icon-sort-descending-letters; }\n.#{$ti-prefix}-sort-descending-numbers:before { content: $ti-icon-sort-descending-numbers; }\n.#{$ti-prefix}-sort-descending-shapes:before { content: $ti-icon-sort-descending-shapes; }\n.#{$ti-prefix}-sort-descending-small-big:before { content: $ti-icon-sort-descending-small-big; }\n.#{$ti-prefix}-sort-z-a:before { content: $ti-icon-sort-z-a; }\n.#{$ti-prefix}-sos:before { content: $ti-icon-sos; }\n.#{$ti-prefix}-soup:before { content: $ti-icon-soup; }\n.#{$ti-prefix}-soup-off:before { content: $ti-icon-soup-off; }\n.#{$ti-prefix}-source-code:before { content: $ti-icon-source-code; }\n.#{$ti-prefix}-space:before { content: $ti-icon-space; }\n.#{$ti-prefix}-space-off:before { content: $ti-icon-space-off; }\n.#{$ti-prefix}-spaces:before { content: $ti-icon-spaces; }\n.#{$ti-prefix}-spacing-horizontal:before { content: $ti-icon-spacing-horizontal; }\n.#{$ti-prefix}-spacing-vertical:before { content: $ti-icon-spacing-vertical; }\n.#{$ti-prefix}-spade:before { content: $ti-icon-spade; }\n.#{$ti-prefix}-sparkles:before { content: $ti-icon-sparkles; }\n.#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; }\n.#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; }\n.#{$ti-prefix}-sphere:before { content: $ti-icon-sphere; }\n.#{$ti-prefix}-sphere-off:before { content: $ti-icon-sphere-off; }\n.#{$ti-prefix}-sphere-plus:before { content: $ti-icon-sphere-plus; }\n.#{$ti-prefix}-spider:before { content: $ti-icon-spider; }\n.#{$ti-prefix}-spiral:before { content: $ti-icon-spiral; }\n.#{$ti-prefix}-spiral-off:before { content: $ti-icon-spiral-off; }\n.#{$ti-prefix}-sport-billard:before { content: $ti-icon-sport-billard; }\n.#{$ti-prefix}-spray:before { content: $ti-icon-spray; }\n.#{$ti-prefix}-spy:before { content: $ti-icon-spy; }\n.#{$ti-prefix}-spy-off:before { content: $ti-icon-spy-off; }\n.#{$ti-prefix}-sql:before { content: $ti-icon-sql; }\n.#{$ti-prefix}-square:before { content: $ti-icon-square; }\n.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }\n.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }\n.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }\n.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }\n.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }\n.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }\n.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }\n.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }\n.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }\n.#{$ti-prefix}-square-chevron-up:before { content: $ti-icon-square-chevron-up; }\n.#{$ti-prefix}-square-chevrons-down:before { content: $ti-icon-square-chevrons-down; }\n.#{$ti-prefix}-square-chevrons-left:before { content: $ti-icon-square-chevrons-left; }\n.#{$ti-prefix}-square-chevrons-right:before { content: $ti-icon-square-chevrons-right; }\n.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }\n.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }\n.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }\n.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }\n.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }\n.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }\n.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }\n.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }\n.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }\n.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }\n.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }\n.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }\n.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }\n.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }\n.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }\n.#{$ti-prefix}-square-key:before { content: $ti-icon-square-key; }\n.#{$ti-prefix}-square-letter-a:before { content: $ti-icon-square-letter-a; }\n.#{$ti-prefix}-square-letter-b:before { content: $ti-icon-square-letter-b; }\n.#{$ti-prefix}-square-letter-c:before { content: $ti-icon-square-letter-c; }\n.#{$ti-prefix}-square-letter-d:before { content: $ti-icon-square-letter-d; }\n.#{$ti-prefix}-square-letter-e:before { content: $ti-icon-square-letter-e; }\n.#{$ti-prefix}-square-letter-f:before { content: $ti-icon-square-letter-f; }\n.#{$ti-prefix}-square-letter-g:before { content: $ti-icon-square-letter-g; }\n.#{$ti-prefix}-square-letter-h:before { content: $ti-icon-square-letter-h; }\n.#{$ti-prefix}-square-letter-i:before { content: $ti-icon-square-letter-i; }\n.#{$ti-prefix}-square-letter-j:before { content: $ti-icon-square-letter-j; }\n.#{$ti-prefix}-square-letter-k:before { content: $ti-icon-square-letter-k; }\n.#{$ti-prefix}-square-letter-l:before { content: $ti-icon-square-letter-l; }\n.#{$ti-prefix}-square-letter-m:before { content: $ti-icon-square-letter-m; }\n.#{$ti-prefix}-square-letter-n:before { content: $ti-icon-square-letter-n; }\n.#{$ti-prefix}-square-letter-o:before { content: $ti-icon-square-letter-o; }\n.#{$ti-prefix}-square-letter-p:before { content: $ti-icon-square-letter-p; }\n.#{$ti-prefix}-square-letter-q:before { content: $ti-icon-square-letter-q; }\n.#{$ti-prefix}-square-letter-r:before { content: $ti-icon-square-letter-r; }\n.#{$ti-prefix}-square-letter-s:before { content: $ti-icon-square-letter-s; }\n.#{$ti-prefix}-square-letter-t:before { content: $ti-icon-square-letter-t; }\n.#{$ti-prefix}-square-letter-u:before { content: $ti-icon-square-letter-u; }\n.#{$ti-prefix}-square-letter-v:before { content: $ti-icon-square-letter-v; }\n.#{$ti-prefix}-square-letter-w:before { content: $ti-icon-square-letter-w; }\n.#{$ti-prefix}-square-letter-x:before { content: $ti-icon-square-letter-x; }\n.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; }\n.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; }\n.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; }\n.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; }\n.#{$ti-prefix}-square-number-1:before { content: $ti-icon-square-number-1; }\n.#{$ti-prefix}-square-number-2:before { content: $ti-icon-square-number-2; }\n.#{$ti-prefix}-square-number-3:before { content: $ti-icon-square-number-3; }\n.#{$ti-prefix}-square-number-4:before { content: $ti-icon-square-number-4; }\n.#{$ti-prefix}-square-number-5:before { content: $ti-icon-square-number-5; }\n.#{$ti-prefix}-square-number-6:before { content: $ti-icon-square-number-6; }\n.#{$ti-prefix}-square-number-7:before { content: $ti-icon-square-number-7; }\n.#{$ti-prefix}-square-number-8:before { content: $ti-icon-square-number-8; }\n.#{$ti-prefix}-square-number-9:before { content: $ti-icon-square-number-9; }\n.#{$ti-prefix}-square-off:before { content: $ti-icon-square-off; }\n.#{$ti-prefix}-square-percentage:before { content: $ti-icon-square-percentage; }\n.#{$ti-prefix}-square-plus:before { content: $ti-icon-square-plus; }\n.#{$ti-prefix}-square-plus-2:before { content: $ti-icon-square-plus-2; }\n.#{$ti-prefix}-square-root:before { content: $ti-icon-square-root; }\n.#{$ti-prefix}-square-root-2:before { content: $ti-icon-square-root-2; }\n.#{$ti-prefix}-square-rotated:before { content: $ti-icon-square-rotated; }\n.#{$ti-prefix}-square-rotated-forbid:before { content: $ti-icon-square-rotated-forbid; }\n.#{$ti-prefix}-square-rotated-forbid-2:before { content: $ti-icon-square-rotated-forbid-2; }\n.#{$ti-prefix}-square-rotated-off:before { content: $ti-icon-square-rotated-off; }\n.#{$ti-prefix}-square-rounded:before { content: $ti-icon-square-rounded; }\n.#{$ti-prefix}-square-rounded-arrow-down:before { content: $ti-icon-square-rounded-arrow-down; }\n.#{$ti-prefix}-square-rounded-arrow-left:before { content: $ti-icon-square-rounded-arrow-left; }\n.#{$ti-prefix}-square-rounded-arrow-right:before { content: $ti-icon-square-rounded-arrow-right; }\n.#{$ti-prefix}-square-rounded-arrow-up:before { content: $ti-icon-square-rounded-arrow-up; }\n.#{$ti-prefix}-square-rounded-check:before { content: $ti-icon-square-rounded-check; }\n.#{$ti-prefix}-square-rounded-chevron-down:before { content: $ti-icon-square-rounded-chevron-down; }\n.#{$ti-prefix}-square-rounded-chevron-left:before { content: $ti-icon-square-rounded-chevron-left; }\n.#{$ti-prefix}-square-rounded-chevron-right:before { content: $ti-icon-square-rounded-chevron-right; }\n.#{$ti-prefix}-square-rounded-chevron-up:before { content: $ti-icon-square-rounded-chevron-up; }\n.#{$ti-prefix}-square-rounded-chevrons-down:before { content: $ti-icon-square-rounded-chevrons-down; }\n.#{$ti-prefix}-square-rounded-chevrons-left:before { content: $ti-icon-square-rounded-chevrons-left; }\n.#{$ti-prefix}-square-rounded-chevrons-right:before { content: $ti-icon-square-rounded-chevrons-right; }\n.#{$ti-prefix}-square-rounded-chevrons-up:before { content: $ti-icon-square-rounded-chevrons-up; }\n.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; }\n.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; }\n.#{$ti-prefix}-square-rounded-letter-c:before { content: $ti-icon-square-rounded-letter-c; }\n.#{$ti-prefix}-square-rounded-letter-d:before { content: $ti-icon-square-rounded-letter-d; }\n.#{$ti-prefix}-square-rounded-letter-e:before { content: $ti-icon-square-rounded-letter-e; }\n.#{$ti-prefix}-square-rounded-letter-f:before { content: $ti-icon-square-rounded-letter-f; }\n.#{$ti-prefix}-square-rounded-letter-g:before { content: $ti-icon-square-rounded-letter-g; }\n.#{$ti-prefix}-square-rounded-letter-h:before { content: $ti-icon-square-rounded-letter-h; }\n.#{$ti-prefix}-square-rounded-letter-i:before { content: $ti-icon-square-rounded-letter-i; }\n.#{$ti-prefix}-square-rounded-letter-j:before { content: $ti-icon-square-rounded-letter-j; }\n.#{$ti-prefix}-square-rounded-letter-k:before { content: $ti-icon-square-rounded-letter-k; }\n.#{$ti-prefix}-square-rounded-letter-l:before { content: $ti-icon-square-rounded-letter-l; }\n.#{$ti-prefix}-square-rounded-letter-m:before { content: $ti-icon-square-rounded-letter-m; }\n.#{$ti-prefix}-square-rounded-letter-n:before { content: $ti-icon-square-rounded-letter-n; }\n.#{$ti-prefix}-square-rounded-letter-o:before { content: $ti-icon-square-rounded-letter-o; }\n.#{$ti-prefix}-square-rounded-letter-p:before { content: $ti-icon-square-rounded-letter-p; }\n.#{$ti-prefix}-square-rounded-letter-q:before { content: $ti-icon-square-rounded-letter-q; }\n.#{$ti-prefix}-square-rounded-letter-r:before { content: $ti-icon-square-rounded-letter-r; }\n.#{$ti-prefix}-square-rounded-letter-s:before { content: $ti-icon-square-rounded-letter-s; }\n.#{$ti-prefix}-square-rounded-letter-t:before { content: $ti-icon-square-rounded-letter-t; }\n.#{$ti-prefix}-square-rounded-letter-u:before { content: $ti-icon-square-rounded-letter-u; }\n.#{$ti-prefix}-square-rounded-letter-v:before { content: $ti-icon-square-rounded-letter-v; }\n.#{$ti-prefix}-square-rounded-letter-w:before { content: $ti-icon-square-rounded-letter-w; }\n.#{$ti-prefix}-square-rounded-letter-x:before { content: $ti-icon-square-rounded-letter-x; }\n.#{$ti-prefix}-square-rounded-letter-y:before { content: $ti-icon-square-rounded-letter-y; }\n.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }\n.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }\n.#{$ti-prefix}-square-rounded-minus-2:before { content: $ti-icon-square-rounded-minus-2; }\n.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }\n.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }\n.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; }\n.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; }\n.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; }\n.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; }\n.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; }\n.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; }\n.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }\n.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }\n.#{$ti-prefix}-square-rounded-percentage:before { content: $ti-icon-square-rounded-percentage; }\n.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }\n.#{$ti-prefix}-square-rounded-plus-2:before { content: $ti-icon-square-rounded-plus-2; }\n.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }\n.#{$ti-prefix}-square-toggle:before { content: $ti-icon-square-toggle; }\n.#{$ti-prefix}-square-toggle-horizontal:before { content: $ti-icon-square-toggle-horizontal; }\n.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; }\n.#{$ti-prefix}-squares:before { content: $ti-icon-squares; }\n.#{$ti-prefix}-squares-diagonal:before { content: $ti-icon-squares-diagonal; }\n.#{$ti-prefix}-squares-selected:before { content: $ti-icon-squares-selected; }\n.#{$ti-prefix}-stack:before { content: $ti-icon-stack; }\n.#{$ti-prefix}-stack-2:before { content: $ti-icon-stack-2; }\n.#{$ti-prefix}-stack-3:before { content: $ti-icon-stack-3; }\n.#{$ti-prefix}-stack-back:before { content: $ti-icon-stack-back; }\n.#{$ti-prefix}-stack-backward:before { content: $ti-icon-stack-backward; }\n.#{$ti-prefix}-stack-forward:before { content: $ti-icon-stack-forward; }\n.#{$ti-prefix}-stack-front:before { content: $ti-icon-stack-front; }\n.#{$ti-prefix}-stack-middle:before { content: $ti-icon-stack-middle; }\n.#{$ti-prefix}-stack-pop:before { content: $ti-icon-stack-pop; }\n.#{$ti-prefix}-stack-push:before { content: $ti-icon-stack-push; }\n.#{$ti-prefix}-stairs:before { content: $ti-icon-stairs; }\n.#{$ti-prefix}-stairs-down:before { content: $ti-icon-stairs-down; }\n.#{$ti-prefix}-stairs-up:before { content: $ti-icon-stairs-up; }\n.#{$ti-prefix}-star:before { content: $ti-icon-star; }\n.#{$ti-prefix}-star-half:before { content: $ti-icon-star-half; }\n.#{$ti-prefix}-star-off:before { content: $ti-icon-star-off; }\n.#{$ti-prefix}-stars:before { content: $ti-icon-stars; }\n.#{$ti-prefix}-stars-off:before { content: $ti-icon-stars-off; }\n.#{$ti-prefix}-status-change:before { content: $ti-icon-status-change; }\n.#{$ti-prefix}-steam:before { content: $ti-icon-steam; }\n.#{$ti-prefix}-steering-wheel:before { content: $ti-icon-steering-wheel; }\n.#{$ti-prefix}-steering-wheel-off:before { content: $ti-icon-steering-wheel-off; }\n.#{$ti-prefix}-step-into:before { content: $ti-icon-step-into; }\n.#{$ti-prefix}-step-out:before { content: $ti-icon-step-out; }\n.#{$ti-prefix}-stereo-glasses:before { content: $ti-icon-stereo-glasses; }\n.#{$ti-prefix}-stethoscope:before { content: $ti-icon-stethoscope; }\n.#{$ti-prefix}-stethoscope-off:before { content: $ti-icon-stethoscope-off; }\n.#{$ti-prefix}-sticker:before { content: $ti-icon-sticker; }\n.#{$ti-prefix}-sticker-2:before { content: $ti-icon-sticker-2; }\n.#{$ti-prefix}-stopwatch:before { content: $ti-icon-stopwatch; }\n.#{$ti-prefix}-storm:before { content: $ti-icon-storm; }\n.#{$ti-prefix}-storm-off:before { content: $ti-icon-storm-off; }\n.#{$ti-prefix}-stretching:before { content: $ti-icon-stretching; }\n.#{$ti-prefix}-stretching-2:before { content: $ti-icon-stretching-2; }\n.#{$ti-prefix}-strikethrough:before { content: $ti-icon-strikethrough; }\n.#{$ti-prefix}-submarine:before { content: $ti-icon-submarine; }\n.#{$ti-prefix}-subscript:before { content: $ti-icon-subscript; }\n.#{$ti-prefix}-subtask:before { content: $ti-icon-subtask; }\n.#{$ti-prefix}-sum:before { content: $ti-icon-sum; }\n.#{$ti-prefix}-sum-off:before { content: $ti-icon-sum-off; }\n.#{$ti-prefix}-sun:before { content: $ti-icon-sun; }\n.#{$ti-prefix}-sun-electricity:before { content: $ti-icon-sun-electricity; }\n.#{$ti-prefix}-sun-high:before { content: $ti-icon-sun-high; }\n.#{$ti-prefix}-sun-low:before { content: $ti-icon-sun-low; }\n.#{$ti-prefix}-sun-moon:before { content: $ti-icon-sun-moon; }\n.#{$ti-prefix}-sun-off:before { content: $ti-icon-sun-off; }\n.#{$ti-prefix}-sun-wind:before { content: $ti-icon-sun-wind; }\n.#{$ti-prefix}-sunglasses:before { content: $ti-icon-sunglasses; }\n.#{$ti-prefix}-sunrise:before { content: $ti-icon-sunrise; }\n.#{$ti-prefix}-sunset:before { content: $ti-icon-sunset; }\n.#{$ti-prefix}-sunset-2:before { content: $ti-icon-sunset-2; }\n.#{$ti-prefix}-superscript:before { content: $ti-icon-superscript; }\n.#{$ti-prefix}-svg:before { content: $ti-icon-svg; }\n.#{$ti-prefix}-swimming:before { content: $ti-icon-swimming; }\n.#{$ti-prefix}-swipe:before { content: $ti-icon-swipe; }\n.#{$ti-prefix}-swipe-down:before { content: $ti-icon-swipe-down; }\n.#{$ti-prefix}-swipe-left:before { content: $ti-icon-swipe-left; }\n.#{$ti-prefix}-swipe-right:before { content: $ti-icon-swipe-right; }\n.#{$ti-prefix}-swipe-up:before { content: $ti-icon-swipe-up; }\n.#{$ti-prefix}-switch:before { content: $ti-icon-switch; }\n.#{$ti-prefix}-switch-2:before { content: $ti-icon-switch-2; }\n.#{$ti-prefix}-switch-3:before { content: $ti-icon-switch-3; }\n.#{$ti-prefix}-switch-horizontal:before { content: $ti-icon-switch-horizontal; }\n.#{$ti-prefix}-switch-vertical:before { content: $ti-icon-switch-vertical; }\n.#{$ti-prefix}-sword:before { content: $ti-icon-sword; }\n.#{$ti-prefix}-sword-off:before { content: $ti-icon-sword-off; }\n.#{$ti-prefix}-swords:before { content: $ti-icon-swords; }\n.#{$ti-prefix}-table:before { content: $ti-icon-table; }\n.#{$ti-prefix}-table-alias:before { content: $ti-icon-table-alias; }\n.#{$ti-prefix}-table-column:before { content: $ti-icon-table-column; }\n.#{$ti-prefix}-table-down:before { content: $ti-icon-table-down; }\n.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; }\n.#{$ti-prefix}-table-heart:before { content: $ti-icon-table-heart; }\n.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; }\n.#{$ti-prefix}-table-minus:before { content: $ti-icon-table-minus; }\n.#{$ti-prefix}-table-off:before { content: $ti-icon-table-off; }\n.#{$ti-prefix}-table-options:before { content: $ti-icon-table-options; }\n.#{$ti-prefix}-table-plus:before { content: $ti-icon-table-plus; }\n.#{$ti-prefix}-table-row:before { content: $ti-icon-table-row; }\n.#{$ti-prefix}-table-share:before { content: $ti-icon-table-share; }\n.#{$ti-prefix}-table-shortcut:before { content: $ti-icon-table-shortcut; }\n.#{$ti-prefix}-table-spark:before { content: $ti-icon-table-spark; }\n.#{$ti-prefix}-tag:before { content: $ti-icon-tag; }\n.#{$ti-prefix}-tag-off:before { content: $ti-icon-tag-off; }\n.#{$ti-prefix}-tag-starred:before { content: $ti-icon-tag-starred; }\n.#{$ti-prefix}-tags:before { content: $ti-icon-tags; }\n.#{$ti-prefix}-tags-off:before { content: $ti-icon-tags-off; }\n.#{$ti-prefix}-tallymark-1:before { content: $ti-icon-tallymark-1; }\n.#{$ti-prefix}-tallymark-2:before { content: $ti-icon-tallymark-2; }\n.#{$ti-prefix}-tallymark-3:before { content: $ti-icon-tallymark-3; }\n.#{$ti-prefix}-tallymark-4:before { content: $ti-icon-tallymark-4; }\n.#{$ti-prefix}-tallymarks:before { content: $ti-icon-tallymarks; }\n.#{$ti-prefix}-tank:before { content: $ti-icon-tank; }\n.#{$ti-prefix}-target:before { content: $ti-icon-target; }\n.#{$ti-prefix}-target-arrow:before { content: $ti-icon-target-arrow; }\n.#{$ti-prefix}-target-off:before { content: $ti-icon-target-off; }\n.#{$ti-prefix}-tax:before { content: $ti-icon-tax; }\n.#{$ti-prefix}-tax-euro:before { content: $ti-icon-tax-euro; }\n.#{$ti-prefix}-tax-pound:before { content: $ti-icon-tax-pound; }\n.#{$ti-prefix}-teapot:before { content: $ti-icon-teapot; }\n.#{$ti-prefix}-telescope:before { content: $ti-icon-telescope; }\n.#{$ti-prefix}-telescope-off:before { content: $ti-icon-telescope-off; }\n.#{$ti-prefix}-temperature:before { content: $ti-icon-temperature; }\n.#{$ti-prefix}-temperature-celsius:before { content: $ti-icon-temperature-celsius; }\n.#{$ti-prefix}-temperature-fahrenheit:before { content: $ti-icon-temperature-fahrenheit; }\n.#{$ti-prefix}-temperature-minus:before { content: $ti-icon-temperature-minus; }\n.#{$ti-prefix}-temperature-off:before { content: $ti-icon-temperature-off; }\n.#{$ti-prefix}-temperature-plus:before { content: $ti-icon-temperature-plus; }\n.#{$ti-prefix}-temperature-snow:before { content: $ti-icon-temperature-snow; }\n.#{$ti-prefix}-temperature-sun:before { content: $ti-icon-temperature-sun; }\n.#{$ti-prefix}-template:before { content: $ti-icon-template; }\n.#{$ti-prefix}-template-off:before { content: $ti-icon-template-off; }\n.#{$ti-prefix}-tent:before { content: $ti-icon-tent; }\n.#{$ti-prefix}-tent-off:before { content: $ti-icon-tent-off; }\n.#{$ti-prefix}-terminal:before { content: $ti-icon-terminal; }\n.#{$ti-prefix}-terminal-2:before { content: $ti-icon-terminal-2; }\n.#{$ti-prefix}-test-pipe:before { content: $ti-icon-test-pipe; }\n.#{$ti-prefix}-test-pipe-2:before { content: $ti-icon-test-pipe-2; }\n.#{$ti-prefix}-test-pipe-off:before { content: $ti-icon-test-pipe-off; }\n.#{$ti-prefix}-tex:before { content: $ti-icon-tex; }\n.#{$ti-prefix}-text-caption:before { content: $ti-icon-text-caption; }\n.#{$ti-prefix}-text-color:before { content: $ti-icon-text-color; }\n.#{$ti-prefix}-text-decrease:before { content: $ti-icon-text-decrease; }\n.#{$ti-prefix}-text-direction-ltr:before { content: $ti-icon-text-direction-ltr; }\n.#{$ti-prefix}-text-direction-rtl:before { content: $ti-icon-text-direction-rtl; }\n.#{$ti-prefix}-text-grammar:before { content: $ti-icon-text-grammar; }\n.#{$ti-prefix}-text-increase:before { content: $ti-icon-text-increase; }\n.#{$ti-prefix}-text-orientation:before { content: $ti-icon-text-orientation; }\n.#{$ti-prefix}-text-plus:before { content: $ti-icon-text-plus; }\n.#{$ti-prefix}-text-recognition:before { content: $ti-icon-text-recognition; }\n.#{$ti-prefix}-text-resize:before { content: $ti-icon-text-resize; }\n.#{$ti-prefix}-text-scan-2:before { content: $ti-icon-text-scan-2; }\n.#{$ti-prefix}-text-size:before { content: $ti-icon-text-size; }\n.#{$ti-prefix}-text-spellcheck:before { content: $ti-icon-text-spellcheck; }\n.#{$ti-prefix}-text-wrap:before { content: $ti-icon-text-wrap; }\n.#{$ti-prefix}-text-wrap-column:before { content: $ti-icon-text-wrap-column; }\n.#{$ti-prefix}-text-wrap-disabled:before { content: $ti-icon-text-wrap-disabled; }\n.#{$ti-prefix}-texture:before { content: $ti-icon-texture; }\n.#{$ti-prefix}-theater:before { content: $ti-icon-theater; }\n.#{$ti-prefix}-thermometer:before { content: $ti-icon-thermometer; }\n.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }\n.#{$ti-prefix}-thumb-down-off:before { content: $ti-icon-thumb-down-off; }\n.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }\n.#{$ti-prefix}-thumb-up-off:before { content: $ti-icon-thumb-up-off; }\n.#{$ti-prefix}-tic-tac:before { content: $ti-icon-tic-tac; }\n.#{$ti-prefix}-ticket:before { content: $ti-icon-ticket; }\n.#{$ti-prefix}-ticket-off:before { content: $ti-icon-ticket-off; }\n.#{$ti-prefix}-tie:before { content: $ti-icon-tie; }\n.#{$ti-prefix}-tilde:before { content: $ti-icon-tilde; }\n.#{$ti-prefix}-tilt-shift:before { content: $ti-icon-tilt-shift; }\n.#{$ti-prefix}-tilt-shift-off:before { content: $ti-icon-tilt-shift-off; }\n.#{$ti-prefix}-time-duration-0:before { content: $ti-icon-time-duration-0; }\n.#{$ti-prefix}-time-duration-10:before { content: $ti-icon-time-duration-10; }\n.#{$ti-prefix}-time-duration-15:before { content: $ti-icon-time-duration-15; }\n.#{$ti-prefix}-time-duration-30:before { content: $ti-icon-time-duration-30; }\n.#{$ti-prefix}-time-duration-45:before { content: $ti-icon-time-duration-45; }\n.#{$ti-prefix}-time-duration-5:before { content: $ti-icon-time-duration-5; }\n.#{$ti-prefix}-time-duration-60:before { content: $ti-icon-time-duration-60; }\n.#{$ti-prefix}-time-duration-90:before { content: $ti-icon-time-duration-90; }\n.#{$ti-prefix}-time-duration-off:before { content: $ti-icon-time-duration-off; }\n.#{$ti-prefix}-timeline:before { content: $ti-icon-timeline; }\n.#{$ti-prefix}-timeline-event:before { content: $ti-icon-timeline-event; }\n.#{$ti-prefix}-timeline-event-exclamation:before { content: $ti-icon-timeline-event-exclamation; }\n.#{$ti-prefix}-timeline-event-minus:before { content: $ti-icon-timeline-event-minus; }\n.#{$ti-prefix}-timeline-event-plus:before { content: $ti-icon-timeline-event-plus; }\n.#{$ti-prefix}-timeline-event-text:before { content: $ti-icon-timeline-event-text; }\n.#{$ti-prefix}-timeline-event-x:before { content: $ti-icon-timeline-event-x; }\n.#{$ti-prefix}-timezone:before { content: $ti-icon-timezone; }\n.#{$ti-prefix}-tip-jar:before { content: $ti-icon-tip-jar; }\n.#{$ti-prefix}-tip-jar-euro:before { content: $ti-icon-tip-jar-euro; }\n.#{$ti-prefix}-tip-jar-pound:before { content: $ti-icon-tip-jar-pound; }\n.#{$ti-prefix}-tir:before { content: $ti-icon-tir; }\n.#{$ti-prefix}-toggle-left:before { content: $ti-icon-toggle-left; }\n.#{$ti-prefix}-toggle-right:before { content: $ti-icon-toggle-right; }\n.#{$ti-prefix}-toilet-paper:before { content: $ti-icon-toilet-paper; }\n.#{$ti-prefix}-toilet-paper-off:before { content: $ti-icon-toilet-paper-off; }\n.#{$ti-prefix}-toml:before { content: $ti-icon-toml; }\n.#{$ti-prefix}-tool:before { content: $ti-icon-tool; }\n.#{$ti-prefix}-tools:before { content: $ti-icon-tools; }\n.#{$ti-prefix}-tools-kitchen:before { content: $ti-icon-tools-kitchen; }\n.#{$ti-prefix}-tools-kitchen-2:before { content: $ti-icon-tools-kitchen-2; }\n.#{$ti-prefix}-tools-kitchen-2-off:before { content: $ti-icon-tools-kitchen-2-off; }\n.#{$ti-prefix}-tools-kitchen-3:before { content: $ti-icon-tools-kitchen-3; }\n.#{$ti-prefix}-tools-kitchen-off:before { content: $ti-icon-tools-kitchen-off; }\n.#{$ti-prefix}-tools-off:before { content: $ti-icon-tools-off; }\n.#{$ti-prefix}-tooltip:before { content: $ti-icon-tooltip; }\n.#{$ti-prefix}-topology-bus:before { content: $ti-icon-topology-bus; }\n.#{$ti-prefix}-topology-complex:before { content: $ti-icon-topology-complex; }\n.#{$ti-prefix}-topology-full:before { content: $ti-icon-topology-full; }\n.#{$ti-prefix}-topology-full-hierarchy:before { content: $ti-icon-topology-full-hierarchy; }\n.#{$ti-prefix}-topology-ring:before { content: $ti-icon-topology-ring; }\n.#{$ti-prefix}-topology-ring-2:before { content: $ti-icon-topology-ring-2; }\n.#{$ti-prefix}-topology-ring-3:before { content: $ti-icon-topology-ring-3; }\n.#{$ti-prefix}-topology-star:before { content: $ti-icon-topology-star; }\n.#{$ti-prefix}-topology-star-2:before { content: $ti-icon-topology-star-2; }\n.#{$ti-prefix}-topology-star-3:before { content: $ti-icon-topology-star-3; }\n.#{$ti-prefix}-topology-star-ring:before { content: $ti-icon-topology-star-ring; }\n.#{$ti-prefix}-topology-star-ring-2:before { content: $ti-icon-topology-star-ring-2; }\n.#{$ti-prefix}-topology-star-ring-3:before { content: $ti-icon-topology-star-ring-3; }\n.#{$ti-prefix}-torii:before { content: $ti-icon-torii; }\n.#{$ti-prefix}-tornado:before { content: $ti-icon-tornado; }\n.#{$ti-prefix}-tournament:before { content: $ti-icon-tournament; }\n.#{$ti-prefix}-tower:before { content: $ti-icon-tower; }\n.#{$ti-prefix}-tower-off:before { content: $ti-icon-tower-off; }\n.#{$ti-prefix}-track:before { content: $ti-icon-track; }\n.#{$ti-prefix}-tractor:before { content: $ti-icon-tractor; }\n.#{$ti-prefix}-trademark:before { content: $ti-icon-trademark; }\n.#{$ti-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; }\n.#{$ti-prefix}-traffic-cone-off:before { content: $ti-icon-traffic-cone-off; }\n.#{$ti-prefix}-traffic-lights:before { content: $ti-icon-traffic-lights; }\n.#{$ti-prefix}-traffic-lights-off:before { content: $ti-icon-traffic-lights-off; }\n.#{$ti-prefix}-train:before { content: $ti-icon-train; }\n.#{$ti-prefix}-transaction-bitcoin:before { content: $ti-icon-transaction-bitcoin; }\n.#{$ti-prefix}-transaction-dollar:before { content: $ti-icon-transaction-dollar; }\n.#{$ti-prefix}-transaction-euro:before { content: $ti-icon-transaction-euro; }\n.#{$ti-prefix}-transaction-pound:before { content: $ti-icon-transaction-pound; }\n.#{$ti-prefix}-transaction-rupee:before { content: $ti-icon-transaction-rupee; }\n.#{$ti-prefix}-transaction-yen:before { content: $ti-icon-transaction-yen; }\n.#{$ti-prefix}-transaction-yuan:before { content: $ti-icon-transaction-yuan; }\n.#{$ti-prefix}-transfer:before { content: $ti-icon-transfer; }\n.#{$ti-prefix}-transfer-in:before { content: $ti-icon-transfer-in; }\n.#{$ti-prefix}-transfer-out:before { content: $ti-icon-transfer-out; }\n.#{$ti-prefix}-transfer-vertical:before { content: $ti-icon-transfer-vertical; }\n.#{$ti-prefix}-transform:before { content: $ti-icon-transform; }\n.#{$ti-prefix}-transform-point:before { content: $ti-icon-transform-point; }\n.#{$ti-prefix}-transform-point-bottom-left:before { content: $ti-icon-transform-point-bottom-left; }\n.#{$ti-prefix}-transform-point-bottom-right:before { content: $ti-icon-transform-point-bottom-right; }\n.#{$ti-prefix}-transform-point-top-left:before { content: $ti-icon-transform-point-top-left; }\n.#{$ti-prefix}-transform-point-top-right:before { content: $ti-icon-transform-point-top-right; }\n.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; }\n.#{$ti-prefix}-transition-left:before { content: $ti-icon-transition-left; }\n.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }\n.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }\n.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }\n.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }\n.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }\n.#{$ti-prefix}-treadmill:before { content: $ti-icon-treadmill; }\n.#{$ti-prefix}-tree:before { content: $ti-icon-tree; }\n.#{$ti-prefix}-trees:before { content: $ti-icon-trees; }\n.#{$ti-prefix}-trekking:before { content: $ti-icon-trekking; }\n.#{$ti-prefix}-trending-down:before { content: $ti-icon-trending-down; }\n.#{$ti-prefix}-trending-down-2:before { content: $ti-icon-trending-down-2; }\n.#{$ti-prefix}-trending-down-3:before { content: $ti-icon-trending-down-3; }\n.#{$ti-prefix}-trending-up:before { content: $ti-icon-trending-up; }\n.#{$ti-prefix}-trending-up-2:before { content: $ti-icon-trending-up-2; }\n.#{$ti-prefix}-trending-up-3:before { content: $ti-icon-trending-up-3; }\n.#{$ti-prefix}-triangle:before { content: $ti-icon-triangle; }\n.#{$ti-prefix}-triangle-inverted:before { content: $ti-icon-triangle-inverted; }\n.#{$ti-prefix}-triangle-minus:before { content: $ti-icon-triangle-minus; }\n.#{$ti-prefix}-triangle-minus-2:before { content: $ti-icon-triangle-minus-2; }\n.#{$ti-prefix}-triangle-off:before { content: $ti-icon-triangle-off; }\n.#{$ti-prefix}-triangle-plus:before { content: $ti-icon-triangle-plus; }\n.#{$ti-prefix}-triangle-plus-2:before { content: $ti-icon-triangle-plus-2; }\n.#{$ti-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; }\n.#{$ti-prefix}-triangles:before { content: $ti-icon-triangles; }\n.#{$ti-prefix}-trident:before { content: $ti-icon-trident; }\n.#{$ti-prefix}-trolley:before { content: $ti-icon-trolley; }\n.#{$ti-prefix}-trophy:before { content: $ti-icon-trophy; }\n.#{$ti-prefix}-trophy-off:before { content: $ti-icon-trophy-off; }\n.#{$ti-prefix}-trowel:before { content: $ti-icon-trowel; }\n.#{$ti-prefix}-truck:before { content: $ti-icon-truck; }\n.#{$ti-prefix}-truck-delivery:before { content: $ti-icon-truck-delivery; }\n.#{$ti-prefix}-truck-loading:before { content: $ti-icon-truck-loading; }\n.#{$ti-prefix}-truck-off:before { content: $ti-icon-truck-off; }\n.#{$ti-prefix}-truck-return:before { content: $ti-icon-truck-return; }\n.#{$ti-prefix}-txt:before { content: $ti-icon-txt; }\n.#{$ti-prefix}-typeface:before { content: $ti-icon-typeface; }\n.#{$ti-prefix}-typography:before { content: $ti-icon-typography; }\n.#{$ti-prefix}-typography-off:before { content: $ti-icon-typography-off; }\n.#{$ti-prefix}-u-turn-left:before { content: $ti-icon-u-turn-left; }\n.#{$ti-prefix}-u-turn-right:before { content: $ti-icon-u-turn-right; }\n.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; }\n.#{$ti-prefix}-ufo-off:before { content: $ti-icon-ufo-off; }\n.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }\n.#{$ti-prefix}-umbrella-2:before { content: $ti-icon-umbrella-2; }\n.#{$ti-prefix}-umbrella-closed:before { content: $ti-icon-umbrella-closed; }\n.#{$ti-prefix}-umbrella-closed-2:before { content: $ti-icon-umbrella-closed-2; }\n.#{$ti-prefix}-umbrella-off:before { content: $ti-icon-umbrella-off; }\n.#{$ti-prefix}-underline:before { content: $ti-icon-underline; }\n.#{$ti-prefix}-universe:before { content: $ti-icon-universe; }\n.#{$ti-prefix}-unlink:before { content: $ti-icon-unlink; }\n.#{$ti-prefix}-upload:before { content: $ti-icon-upload; }\n.#{$ti-prefix}-urgent:before { content: $ti-icon-urgent; }\n.#{$ti-prefix}-usb:before { content: $ti-icon-usb; }\n.#{$ti-prefix}-user:before { content: $ti-icon-user; }\n.#{$ti-prefix}-user-bitcoin:before { content: $ti-icon-user-bitcoin; }\n.#{$ti-prefix}-user-bolt:before { content: $ti-icon-user-bolt; }\n.#{$ti-prefix}-user-cancel:before { content: $ti-icon-user-cancel; }\n.#{$ti-prefix}-user-check:before { content: $ti-icon-user-check; }\n.#{$ti-prefix}-user-circle:before { content: $ti-icon-user-circle; }\n.#{$ti-prefix}-user-code:before { content: $ti-icon-user-code; }\n.#{$ti-prefix}-user-cog:before { content: $ti-icon-user-cog; }\n.#{$ti-prefix}-user-dollar:before { content: $ti-icon-user-dollar; }\n.#{$ti-prefix}-user-down:before { content: $ti-icon-user-down; }\n.#{$ti-prefix}-user-edit:before { content: $ti-icon-user-edit; }\n.#{$ti-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; }\n.#{$ti-prefix}-user-heart:before { content: $ti-icon-user-heart; }\n.#{$ti-prefix}-user-hexagon:before { content: $ti-icon-user-hexagon; }\n.#{$ti-prefix}-user-minus:before { content: $ti-icon-user-minus; }\n.#{$ti-prefix}-user-off:before { content: $ti-icon-user-off; }\n.#{$ti-prefix}-user-pause:before { content: $ti-icon-user-pause; }\n.#{$ti-prefix}-user-pentagon:before { content: $ti-icon-user-pentagon; }\n.#{$ti-prefix}-user-pin:before { content: $ti-icon-user-pin; }\n.#{$ti-prefix}-user-plus:before { content: $ti-icon-user-plus; }\n.#{$ti-prefix}-user-question:before { content: $ti-icon-user-question; }\n.#{$ti-prefix}-user-scan:before { content: $ti-icon-user-scan; }\n.#{$ti-prefix}-user-screen:before { content: $ti-icon-user-screen; }\n.#{$ti-prefix}-user-search:before { content: $ti-icon-user-search; }\n.#{$ti-prefix}-user-share:before { content: $ti-icon-user-share; }\n.#{$ti-prefix}-user-shield:before { content: $ti-icon-user-shield; }\n.#{$ti-prefix}-user-square:before { content: $ti-icon-user-square; }\n.#{$ti-prefix}-user-square-rounded:before { content: $ti-icon-user-square-rounded; }\n.#{$ti-prefix}-user-star:before { content: $ti-icon-user-star; }\n.#{$ti-prefix}-user-up:before { content: $ti-icon-user-up; }\n.#{$ti-prefix}-user-x:before { content: $ti-icon-user-x; }\n.#{$ti-prefix}-users:before { content: $ti-icon-users; }\n.#{$ti-prefix}-users-group:before { content: $ti-icon-users-group; }\n.#{$ti-prefix}-users-minus:before { content: $ti-icon-users-minus; }\n.#{$ti-prefix}-users-plus:before { content: $ti-icon-users-plus; }\n.#{$ti-prefix}-uv-index:before { content: $ti-icon-uv-index; }\n.#{$ti-prefix}-ux-circle:before { content: $ti-icon-ux-circle; }\n.#{$ti-prefix}-vaccine:before { content: $ti-icon-vaccine; }\n.#{$ti-prefix}-vaccine-bottle:before { content: $ti-icon-vaccine-bottle; }\n.#{$ti-prefix}-vaccine-bottle-off:before { content: $ti-icon-vaccine-bottle-off; }\n.#{$ti-prefix}-vaccine-off:before { content: $ti-icon-vaccine-off; }\n.#{$ti-prefix}-vacuum-cleaner:before { content: $ti-icon-vacuum-cleaner; }\n.#{$ti-prefix}-variable:before { content: $ti-icon-variable; }\n.#{$ti-prefix}-variable-minus:before { content: $ti-icon-variable-minus; }\n.#{$ti-prefix}-variable-off:before { content: $ti-icon-variable-off; }\n.#{$ti-prefix}-variable-plus:before { content: $ti-icon-variable-plus; }\n.#{$ti-prefix}-vector:before { content: $ti-icon-vector; }\n.#{$ti-prefix}-vector-bezier:before { content: $ti-icon-vector-bezier; }\n.#{$ti-prefix}-vector-bezier-2:before { content: $ti-icon-vector-bezier-2; }\n.#{$ti-prefix}-vector-bezier-arc:before { content: $ti-icon-vector-bezier-arc; }\n.#{$ti-prefix}-vector-bezier-circle:before { content: $ti-icon-vector-bezier-circle; }\n.#{$ti-prefix}-vector-off:before { content: $ti-icon-vector-off; }\n.#{$ti-prefix}-vector-spline:before { content: $ti-icon-vector-spline; }\n.#{$ti-prefix}-vector-triangle:before { content: $ti-icon-vector-triangle; }\n.#{$ti-prefix}-vector-triangle-off:before { content: $ti-icon-vector-triangle-off; }\n.#{$ti-prefix}-venus:before { content: $ti-icon-venus; }\n.#{$ti-prefix}-versions:before { content: $ti-icon-versions; }\n.#{$ti-prefix}-versions-off:before { content: $ti-icon-versions-off; }\n.#{$ti-prefix}-video:before { content: $ti-icon-video; }\n.#{$ti-prefix}-video-minus:before { content: $ti-icon-video-minus; }\n.#{$ti-prefix}-video-off:before { content: $ti-icon-video-off; }\n.#{$ti-prefix}-video-plus:before { content: $ti-icon-video-plus; }\n.#{$ti-prefix}-view-360:before { content: $ti-icon-view-360; }\n.#{$ti-prefix}-view-360-arrow:before { content: $ti-icon-view-360-arrow; }\n.#{$ti-prefix}-view-360-number:before { content: $ti-icon-view-360-number; }\n.#{$ti-prefix}-view-360-off:before { content: $ti-icon-view-360-off; }\n.#{$ti-prefix}-viewfinder:before { content: $ti-icon-viewfinder; }\n.#{$ti-prefix}-viewfinder-off:before { content: $ti-icon-viewfinder-off; }\n.#{$ti-prefix}-viewport-narrow:before { content: $ti-icon-viewport-narrow; }\n.#{$ti-prefix}-viewport-short:before { content: $ti-icon-viewport-short; }\n.#{$ti-prefix}-viewport-tall:before { content: $ti-icon-viewport-tall; }\n.#{$ti-prefix}-viewport-wide:before { content: $ti-icon-viewport-wide; }\n.#{$ti-prefix}-vinyl:before { content: $ti-icon-vinyl; }\n.#{$ti-prefix}-vip:before { content: $ti-icon-vip; }\n.#{$ti-prefix}-vip-off:before { content: $ti-icon-vip-off; }\n.#{$ti-prefix}-virus:before { content: $ti-icon-virus; }\n.#{$ti-prefix}-virus-off:before { content: $ti-icon-virus-off; }\n.#{$ti-prefix}-virus-search:before { content: $ti-icon-virus-search; }\n.#{$ti-prefix}-vocabulary:before { content: $ti-icon-vocabulary; }\n.#{$ti-prefix}-vocabulary-off:before { content: $ti-icon-vocabulary-off; }\n.#{$ti-prefix}-volcano:before { content: $ti-icon-volcano; }\n.#{$ti-prefix}-volume:before { content: $ti-icon-volume; }\n.#{$ti-prefix}-volume-2:before { content: $ti-icon-volume-2; }\n.#{$ti-prefix}-volume-3:before { content: $ti-icon-volume-3; }\n.#{$ti-prefix}-volume-off:before { content: $ti-icon-volume-off; }\n.#{$ti-prefix}-vs:before { content: $ti-icon-vs; }\n.#{$ti-prefix}-walk:before { content: $ti-icon-walk; }\n.#{$ti-prefix}-wall:before { content: $ti-icon-wall; }\n.#{$ti-prefix}-wall-off:before { content: $ti-icon-wall-off; }\n.#{$ti-prefix}-wallet:before { content: $ti-icon-wallet; }\n.#{$ti-prefix}-wallet-off:before { content: $ti-icon-wallet-off; }\n.#{$ti-prefix}-wallpaper:before { content: $ti-icon-wallpaper; }\n.#{$ti-prefix}-wallpaper-off:before { content: $ti-icon-wallpaper-off; }\n.#{$ti-prefix}-wand:before { content: $ti-icon-wand; }\n.#{$ti-prefix}-wand-off:before { content: $ti-icon-wand-off; }\n.#{$ti-prefix}-wash:before { content: $ti-icon-wash; }\n.#{$ti-prefix}-wash-dry:before { content: $ti-icon-wash-dry; }\n.#{$ti-prefix}-wash-dry-1:before { content: $ti-icon-wash-dry-1; }\n.#{$ti-prefix}-wash-dry-2:before { content: $ti-icon-wash-dry-2; }\n.#{$ti-prefix}-wash-dry-3:before { content: $ti-icon-wash-dry-3; }\n.#{$ti-prefix}-wash-dry-a:before { content: $ti-icon-wash-dry-a; }\n.#{$ti-prefix}-wash-dry-dip:before { content: $ti-icon-wash-dry-dip; }\n.#{$ti-prefix}-wash-dry-f:before { content: $ti-icon-wash-dry-f; }\n.#{$ti-prefix}-wash-dry-flat:before { content: $ti-icon-wash-dry-flat; }\n.#{$ti-prefix}-wash-dry-hang:before { content: $ti-icon-wash-dry-hang; }\n.#{$ti-prefix}-wash-dry-off:before { content: $ti-icon-wash-dry-off; }\n.#{$ti-prefix}-wash-dry-p:before { content: $ti-icon-wash-dry-p; }\n.#{$ti-prefix}-wash-dry-shade:before { content: $ti-icon-wash-dry-shade; }\n.#{$ti-prefix}-wash-dry-w:before { content: $ti-icon-wash-dry-w; }\n.#{$ti-prefix}-wash-dryclean:before { content: $ti-icon-wash-dryclean; }\n.#{$ti-prefix}-wash-dryclean-off:before { content: $ti-icon-wash-dryclean-off; }\n.#{$ti-prefix}-wash-eco:before { content: $ti-icon-wash-eco; }\n.#{$ti-prefix}-wash-gentle:before { content: $ti-icon-wash-gentle; }\n.#{$ti-prefix}-wash-hand:before { content: $ti-icon-wash-hand; }\n.#{$ti-prefix}-wash-machine:before { content: $ti-icon-wash-machine; }\n.#{$ti-prefix}-wash-off:before { content: $ti-icon-wash-off; }\n.#{$ti-prefix}-wash-press:before { content: $ti-icon-wash-press; }\n.#{$ti-prefix}-wash-temperature-1:before { content: $ti-icon-wash-temperature-1; }\n.#{$ti-prefix}-wash-temperature-2:before { content: $ti-icon-wash-temperature-2; }\n.#{$ti-prefix}-wash-temperature-3:before { content: $ti-icon-wash-temperature-3; }\n.#{$ti-prefix}-wash-temperature-4:before { content: $ti-icon-wash-temperature-4; }\n.#{$ti-prefix}-wash-temperature-5:before { content: $ti-icon-wash-temperature-5; }\n.#{$ti-prefix}-wash-temperature-6:before { content: $ti-icon-wash-temperature-6; }\n.#{$ti-prefix}-wash-tumble-dry:before { content: $ti-icon-wash-tumble-dry; }\n.#{$ti-prefix}-wash-tumble-off:before { content: $ti-icon-wash-tumble-off; }\n.#{$ti-prefix}-waterpolo:before { content: $ti-icon-waterpolo; }\n.#{$ti-prefix}-wave-saw-tool:before { content: $ti-icon-wave-saw-tool; }\n.#{$ti-prefix}-wave-sine:before { content: $ti-icon-wave-sine; }\n.#{$ti-prefix}-wave-square:before { content: $ti-icon-wave-square; }\n.#{$ti-prefix}-waves-electricity:before { content: $ti-icon-waves-electricity; }\n.#{$ti-prefix}-webhook:before { content: $ti-icon-webhook; }\n.#{$ti-prefix}-webhook-off:before { content: $ti-icon-webhook-off; }\n.#{$ti-prefix}-weight:before { content: $ti-icon-weight; }\n.#{$ti-prefix}-wheel:before { content: $ti-icon-wheel; }\n.#{$ti-prefix}-wheelchair:before { content: $ti-icon-wheelchair; }\n.#{$ti-prefix}-wheelchair-off:before { content: $ti-icon-wheelchair-off; }\n.#{$ti-prefix}-whirl:before { content: $ti-icon-whirl; }\n.#{$ti-prefix}-wifi:before { content: $ti-icon-wifi; }\n.#{$ti-prefix}-wifi-0:before { content: $ti-icon-wifi-0; }\n.#{$ti-prefix}-wifi-1:before { content: $ti-icon-wifi-1; }\n.#{$ti-prefix}-wifi-2:before { content: $ti-icon-wifi-2; }\n.#{$ti-prefix}-wifi-off:before { content: $ti-icon-wifi-off; }\n.#{$ti-prefix}-wind:before { content: $ti-icon-wind; }\n.#{$ti-prefix}-wind-electricity:before { content: $ti-icon-wind-electricity; }\n.#{$ti-prefix}-wind-off:before { content: $ti-icon-wind-off; }\n.#{$ti-prefix}-windmill:before { content: $ti-icon-windmill; }\n.#{$ti-prefix}-windmill-off:before { content: $ti-icon-windmill-off; }\n.#{$ti-prefix}-window:before { content: $ti-icon-window; }\n.#{$ti-prefix}-window-maximize:before { content: $ti-icon-window-maximize; }\n.#{$ti-prefix}-window-minimize:before { content: $ti-icon-window-minimize; }\n.#{$ti-prefix}-window-off:before { content: $ti-icon-window-off; }\n.#{$ti-prefix}-windsock:before { content: $ti-icon-windsock; }\n.#{$ti-prefix}-wiper:before { content: $ti-icon-wiper; }\n.#{$ti-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; }\n.#{$ti-prefix}-woman:before { content: $ti-icon-woman; }\n.#{$ti-prefix}-wood:before { content: $ti-icon-wood; }\n.#{$ti-prefix}-world:before { content: $ti-icon-world; }\n.#{$ti-prefix}-world-bolt:before { content: $ti-icon-world-bolt; }\n.#{$ti-prefix}-world-cancel:before { content: $ti-icon-world-cancel; }\n.#{$ti-prefix}-world-check:before { content: $ti-icon-world-check; }\n.#{$ti-prefix}-world-code:before { content: $ti-icon-world-code; }\n.#{$ti-prefix}-world-cog:before { content: $ti-icon-world-cog; }\n.#{$ti-prefix}-world-dollar:before { content: $ti-icon-world-dollar; }\n.#{$ti-prefix}-world-down:before { content: $ti-icon-world-down; }\n.#{$ti-prefix}-world-download:before { content: $ti-icon-world-download; }\n.#{$ti-prefix}-world-exclamation:before { content: $ti-icon-world-exclamation; }\n.#{$ti-prefix}-world-heart:before { content: $ti-icon-world-heart; }\n.#{$ti-prefix}-world-latitude:before { content: $ti-icon-world-latitude; }\n.#{$ti-prefix}-world-longitude:before { content: $ti-icon-world-longitude; }\n.#{$ti-prefix}-world-minus:before { content: $ti-icon-world-minus; }\n.#{$ti-prefix}-world-off:before { content: $ti-icon-world-off; }\n.#{$ti-prefix}-world-pause:before { content: $ti-icon-world-pause; }\n.#{$ti-prefix}-world-pin:before { content: $ti-icon-world-pin; }\n.#{$ti-prefix}-world-plus:before { content: $ti-icon-world-plus; }\n.#{$ti-prefix}-world-question:before { content: $ti-icon-world-question; }\n.#{$ti-prefix}-world-search:before { content: $ti-icon-world-search; }\n.#{$ti-prefix}-world-share:before { content: $ti-icon-world-share; }\n.#{$ti-prefix}-world-star:before { content: $ti-icon-world-star; }\n.#{$ti-prefix}-world-up:before { content: $ti-icon-world-up; }\n.#{$ti-prefix}-world-upload:before { content: $ti-icon-world-upload; }\n.#{$ti-prefix}-world-www:before { content: $ti-icon-world-www; }\n.#{$ti-prefix}-world-x:before { content: $ti-icon-world-x; }\n.#{$ti-prefix}-wrecking-ball:before { content: $ti-icon-wrecking-ball; }\n.#{$ti-prefix}-writing:before { content: $ti-icon-writing; }\n.#{$ti-prefix}-writing-off:before { content: $ti-icon-writing-off; }\n.#{$ti-prefix}-writing-sign:before { content: $ti-icon-writing-sign; }\n.#{$ti-prefix}-writing-sign-off:before { content: $ti-icon-writing-sign-off; }\n.#{$ti-prefix}-x:before { content: $ti-icon-x; }\n.#{$ti-prefix}-x-power-y:before { content: $ti-icon-x-power-y; }\n.#{$ti-prefix}-xbox-a:before { content: $ti-icon-xbox-a; }\n.#{$ti-prefix}-xbox-b:before { content: $ti-icon-xbox-b; }\n.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; }\n.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; }\n.#{$ti-prefix}-xd:before { content: $ti-icon-xd; }\n.#{$ti-prefix}-xxx:before { content: $ti-icon-xxx; }\n.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }\n.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; }\n.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }\n.#{$ti-prefix}-zeppelin-off:before { content: $ti-icon-zeppelin-off; }\n.#{$ti-prefix}-zip:before { content: $ti-icon-zip; }\n.#{$ti-prefix}-zodiac-aquarius:before { content: $ti-icon-zodiac-aquarius; }\n.#{$ti-prefix}-zodiac-aries:before { content: $ti-icon-zodiac-aries; }\n.#{$ti-prefix}-zodiac-cancer:before { content: $ti-icon-zodiac-cancer; }\n.#{$ti-prefix}-zodiac-capricorn:before { content: $ti-icon-zodiac-capricorn; }\n.#{$ti-prefix}-zodiac-gemini:before { content: $ti-icon-zodiac-gemini; }\n.#{$ti-prefix}-zodiac-leo:before { content: $ti-icon-zodiac-leo; }\n.#{$ti-prefix}-zodiac-libra:before { content: $ti-icon-zodiac-libra; }\n.#{$ti-prefix}-zodiac-pisces:before { content: $ti-icon-zodiac-pisces; }\n.#{$ti-prefix}-zodiac-sagittarius:before { content: $ti-icon-zodiac-sagittarius; }\n.#{$ti-prefix}-zodiac-scorpio:before { content: $ti-icon-zodiac-scorpio; }\n.#{$ti-prefix}-zodiac-taurus:before { content: $ti-icon-zodiac-taurus; }\n.#{$ti-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; }\n.#{$ti-prefix}-zoom:before { content: $ti-icon-zoom; }\n.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }\n.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }\n.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }\n.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }\n.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }\n.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; }\n.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }\n.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }\n.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; }\n.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }\n.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }\n.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; }\n.#{$ti-prefix}-zoom-reset:before { content: $ti-icon-zoom-reset; }\n.#{$ti-prefix}-zoom-scan:before { content: $ti-icon-zoom-scan; }\n.#{$ti-prefix}-zzz:before { content: $ti-icon-zzz; }\n.#{$ti-prefix}-zzz-off:before { content: $ti-icon-zzz-off; }\n\n// Aliases\n.#{$ti-prefix}-123:before { content: $ti-icon-number-123; }\n.#{$ti-prefix}-360:before { content: $ti-icon-view-360-arrow; }\n.#{$ti-prefix}-code-asterix:before { content: $ti-icon-code-asterisk; }\n.#{$ti-prefix}-discount-2:before { content: $ti-icon-rosette-discount; }\n.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-rosette-discount-off; }\n.#{$ti-prefix}-discount-check:before { content: $ti-icon-rosette-discount-check; }\n.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-love-you; }\n.#{$ti-prefix}-sort-deacending-small-big:before { content: $ti-icon-sort-descending-small-big; }\n.#{$ti-prefix}-shi-jumping:before { content: $ti-icon-ski-jumping; }\n.#{$ti-prefix}-box-seam:before { content: $ti-icon-package; }\n.#{$ti-prefix}-kering:before { content: $ti-icon-kerning; }\n.#{$ti-prefix}-2fa:before { content: $ti-icon-auth-2fa; }\n.#{$ti-prefix}-3d-cube-sphere:before { content: $ti-icon-cube-3d-sphere; }\n.#{$ti-prefix}-3d-cube-sphere-off:before { content: $ti-icon-cube-3d-sphere-off; }\n.#{$ti-prefix}-3d-rotate:before { content: $ti-icon-rotate-3d; }\n.#{$ti-prefix}-12-hours:before { content: $ti-icon-hours-12; }\n.#{$ti-prefix}-24-hours:before { content: $ti-icon-hours-24; }\n.#{$ti-prefix}-360-view:before { content: $ti-icon-view-360-number; }\n.#{$ti-prefix}-circle-0:before { content: $ti-icon-circle-number-0; }\n.#{$ti-prefix}-circle-1:before { content: $ti-icon-circle-number-1; }\n.#{$ti-prefix}-circle-2:before { content: $ti-icon-circle-number-2; }\n.#{$ti-prefix}-circle-3:before { content: $ti-icon-circle-number-3; }\n.#{$ti-prefix}-circle-4:before { content: $ti-icon-circle-number-4; }\n.#{$ti-prefix}-circle-5:before { content: $ti-icon-circle-number-5; }\n.#{$ti-prefix}-circle-6:before { content: $ti-icon-circle-number-6; }\n.#{$ti-prefix}-circle-7:before { content: $ti-icon-circle-number-7; }\n.#{$ti-prefix}-circle-8:before { content: $ti-icon-circle-number-8; }\n.#{$ti-prefix}-circle-9:before { content: $ti-icon-circle-number-9; }\n.#{$ti-prefix}-hexagon-0:before { content: $ti-icon-hexagon-number-0; }\n.#{$ti-prefix}-hexagon-1:before { content: $ti-icon-hexagon-number-1; }\n.#{$ti-prefix}-hexagon-2:before { content: $ti-icon-hexagon-number-2; }\n.#{$ti-prefix}-hexagon-3:before { content: $ti-icon-hexagon-number-3; }\n.#{$ti-prefix}-hexagon-4:before { content: $ti-icon-hexagon-number-4; }\n.#{$ti-prefix}-hexagon-5:before { content: $ti-icon-hexagon-number-5; }\n.#{$ti-prefix}-hexagon-6:before { content: $ti-icon-hexagon-number-6; }\n.#{$ti-prefix}-hexagon-7:before { content: $ti-icon-hexagon-number-7; }\n.#{$ti-prefix}-hexagon-8:before { content: $ti-icon-hexagon-number-8; }\n.#{$ti-prefix}-hexagon-9:before { content: $ti-icon-hexagon-number-9; }\n.#{$ti-prefix}-square-0:before { content: $ti-icon-square-number-0; }\n.#{$ti-prefix}-square-1:before { content: $ti-icon-square-number-1; }\n.#{$ti-prefix}-square-2:before { content: $ti-icon-square-number-2; }\n.#{$ti-prefix}-square-3:before { content: $ti-icon-square-number-3; }\n.#{$ti-prefix}-square-4:before { content: $ti-icon-square-number-4; }\n.#{$ti-prefix}-square-5:before { content: $ti-icon-square-number-5; }\n.#{$ti-prefix}-square-6:before { content: $ti-icon-square-number-6; }\n.#{$ti-prefix}-square-7:before { content: $ti-icon-square-number-7; }\n.#{$ti-prefix}-square-8:before { content: $ti-icon-square-number-8; }\n.#{$ti-prefix}-square-9:before { content: $ti-icon-square-number-9; }\n.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle; }\n.#{$ti-prefix}-mood-suprised:before { content: $ti-icon-mood-surprised; }\n.#{$ti-prefix}-circle-dashed-letter-letter-v:before { content: $ti-icon-circle-dashed-letter-v; }\n\n"],"file":"main.css"} \ No newline at end of file diff --git a/assets/jupyter/blog.ipynb.html b/assets/jupyter/blog.ipynb.html index 9c8f04aa..3b4e577a 100644 --- a/assets/jupyter/blog.ipynb.html +++ b/assets/jupyter/blog.ipynb.html @@ -1,4 +1,4 @@ - jekyll-jupyter-notebook20250117-3607-mt5haw