@charset "UTF-8";
/*!
* reveal.js 5.1.0
* https://revealjs.com
* MIT licensed
*
* Copyright (C) 2011-2024 Hakim El Hattab, https://hakim.se
*/.reveal .r-stretch,.reveal .stretch{max-height:none;max-width:none}.reveal pre.r-stretch code,.reveal pre.stretch code{box-sizing:border-box;height:100%;max-height:100%}.reveal .r-fit-text{display:inline-block;white-space:nowrap}.reveal .r-stack{display:grid;grid-template-rows:100%}.reveal .r-stack>*{grid-area:1/1;margin:auto}.reveal .r-hstack,.reveal .r-vstack{display:flex}.reveal .r-hstack img,.reveal .r-hstack video,.reveal .r-vstack img,.reveal .r-vstack video{min-height:0;min-width:0;object-fit:contain}.reveal .r-vstack{flex-direction:column}.reveal .r-hstack,.reveal .r-vstack{align-items:center;justify-content:center}.reveal .r-hstack{flex-direction:row}.reveal .items-stretch{align-items:stretch}.reveal .items-start{align-items:flex-start}.reveal .items-center{align-items:center}.reveal .items-end{align-items:flex-end}.reveal .justify-between{justify-content:space-between}.reveal .justify-around{justify-content:space-around}.reveal .justify-start{justify-content:flex-start}.reveal .justify-center{justify-content:center}.reveal .justify-end{justify-content:flex-end}html.reveal-full-page{height:100%;height:100vh;height:calc(var(--vh,1vh)*100);height:100svh;overflow:hidden;width:100%}.reveal-viewport{--r-controls-spacing:12px;color:#000;height:100%;line-height:1;margin:0;overflow:hidden;position:relative}.reveal-viewport:fullscreen{height:100%!important;left:0!important;top:0!important;transform:none!important;width:100%!important}.reveal .fragment{transition:all .2s ease}.reveal .fragment:not(.custom){opacity:0;visibility:hidden;will-change:opacity}.reveal .fragment.visible{opacity:1;visibility:inherit}.reveal .fragment.disabled{transition:none}.reveal .fragment.grow{opacity:1;visibility:inherit}.reveal .fragment.grow.visible{transform:scale(1.3)}.reveal .fragment.shrink{opacity:1;visibility:inherit}.reveal .fragment.shrink.visible{transform:scale(.7)}.reveal .fragment.zoom-in{transform:scale(.1)}.reveal .fragment.zoom-in.visible{transform:none}.reveal .fragment.fade-out{opacity:1;visibility:inherit}.reveal .fragment.fade-out.visible{opacity:0;visibility:hidden}.reveal .fragment.semi-fade-out{opacity:1;visibility:inherit}.reveal .fragment.semi-fade-out.visible{opacity:.5;visibility:inherit}.reveal .fragment.strike{opacity:1;visibility:inherit}.reveal .fragment.strike.visible{text-decoration:line-through}.reveal .fragment.fade-up{transform:translateY(40px)}.reveal .fragment.fade-up.visible{transform:translate(0)}.reveal .fragment.fade-down{transform:translateY(-40px)}.reveal .fragment.fade-down.visible{transform:translate(0)}.reveal .fragment.fade-right{transform:translate(-40px)}.reveal .fragment.fade-right.visible{transform:translate(0)}.reveal .fragment.fade-left{transform:translate(40px)}.reveal .fragment.fade-left.visible{transform:translate(0)}.reveal .fragment.current-visible,.reveal .fragment.fade-in-then-out{opacity:0;visibility:hidden}.reveal .fragment.current-visible.current-fragment,.reveal .fragment.fade-in-then-out.current-fragment{opacity:1;visibility:inherit}.reveal .fragment.fade-in-then-semi-out{opacity:0;visibility:hidden}.reveal .fragment.fade-in-then-semi-out.visible{opacity:.5;visibility:inherit}.reveal .fragment.fade-in-then-semi-out.current-fragment,.reveal .fragment.highlight-blue,.reveal .fragment.highlight-current-blue,.reveal .fragment.highlight-current-green,.reveal .fragment.highlight-current-red,.reveal .fragment.highlight-green,.reveal .fragment.highlight-red{opacity:1;visibility:inherit}.reveal .fragment.highlight-red.visible{color:#ff2c2d}.reveal .fragment.highlight-green.visible{color:#17ff2e}.reveal .fragment.highlight-blue.visible{color:#1b91ff}.reveal .fragment.highlight-current-red.current-fragment{color:#ff2c2d}.reveal .fragment.highlight-current-green.current-fragment{color:#17ff2e}.reveal .fragment.highlight-current-blue.current-fragment{color:#1b91ff}.reveal:after{content:"";font-style:italic}.reveal iframe{z-index:1}.reveal a{position:relative}@keyframes bounce-right{0%,10%,25%,40%,50%{transform:translateX(0)}20%{transform:translateX(10px)}30%{transform:translateX(-5px)}}@keyframes bounce-left{0%,10%,25%,40%,50%{transform:translateX(0)}20%{transform:translateX(-10px)}30%{transform:translateX(5px)}}@keyframes bounce-down{0%,10%,25%,40%,50%{transform:translateY(0)}20%{transform:translateY(10px)}30%{transform:translateY(-5px)}}.reveal .controls{bottom:var(--r-controls-spacing);color:#000;display:none;font-size:10px;left:auto;pointer-events:none;position:absolute;right:var(--r-controls-spacing);top:auto;z-index:11}.reveal .controls button{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;background-color:initial;border:0;color:currentColor;cursor:pointer;font-size:inherit;opacity:0;outline:0;padding:0;pointer-events:auto;position:absolute;transform:scale(.9999);transition:color .2s ease,opacity .2s ease,transform .2s ease;visibility:hidden;z-index:2}.reveal .controls .controls-arrow:after,.reveal .controls .controls-arrow:before{background-color:currentColor;border-radius:.25em;content:"";height:.5em;left:0;position:absolute;top:0;transform-origin:.2em 50%;transition:all .15s ease,background-color .8s ease;width:2.6em;will-change:transform}.reveal .controls .controls-arrow{height:3.6em;position:relative;width:3.6em}.reveal .controls .controls-arrow:before{transform:translateX(.5em) translateY(1.55em) rotate(45deg)}.reveal .controls .controls-arrow:after{transform:translateX(.5em) translateY(1.55em) rotate(-45deg)}.reveal .controls .controls-arrow:hover:before{transform:translateX(.5em) translateY(1.55em) rotate(40deg)}.reveal .controls .controls-arrow:hover:after{transform:translateX(.5em) translateY(1.55em) rotate(-40deg)}.reveal .controls .controls-arrow:active:before{transform:translateX(.5em) translateY(1.55em) rotate(36deg)}.reveal .controls .controls-arrow:active:after{transform:translateX(.5em) translateY(1.55em) rotate(-36deg)}.reveal .controls .navigate-left{bottom:3.2em;right:6.4em;transform:translateX(-10px)}.reveal .controls .navigate-left.highlight{animation:bounce-left 2s ease-out 50 both}.reveal .controls .navigate-right{bottom:3.2em;right:0;transform:translateX(10px)}.reveal .controls .navigate-right .controls-arrow{transform:rotate(180deg)}.reveal .controls .navigate-right.highlight{animation:bounce-right 2s ease-out 50 both}.reveal .controls .navigate-up{bottom:6.4em;right:3.2em;transform:translateY(-10px)}.reveal .controls .navigate-up .controls-arrow{transform:rotate(90deg)}.reveal .controls .navigate-down{bottom:-1.4em;padding-bottom:1.4em;right:3.2em;transform:translateY(10px)}.reveal .controls .navigate-down .controls-arrow{transform:rotate(-90deg)}.reveal .controls .navigate-down.highlight{animation:bounce-down 2s ease-out 50 both}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled{opacity:.3}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled:hover{opacity:1}.reveal .controls[data-controls-back-arrows=hidden] .navigate-up.enabled{opacity:0;visibility:hidden}.reveal .controls .enabled{cursor:pointer;opacity:.9;transform:none;visibility:visible}.reveal .controls .enabled.fragmented{opacity:.5}.reveal .controls .enabled.fragmented:hover,.reveal .controls .enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled{opacity:.3}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=hidden] .navigate-left.enabled{opacity:0;visibility:hidden}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled{opacity:.3}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled:hover{opacity:1}.reveal.rtl .controls[data-controls-back-arrows=hidden] .navigate-right.enabled{opacity:0;visibility:hidden}.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-down,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-up{display:none}.reveal:not(.has-vertical-slides) .controls .navigate-left,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-left{bottom:1.4em;right:5.5em}.reveal:not(.has-vertical-slides) .controls .navigate-right,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-right{bottom:1.4em;right:.5em}.reveal:not(.has-horizontal-slides) .controls .navigate-up{bottom:5em;right:1.4em}.reveal:not(.has-horizontal-slides) .controls .navigate-down{bottom:.5em;right:1.4em}.reveal.has-dark-background .controls{color:#fff}.reveal.has-light-background .controls{color:#000}.reveal.no-hover .controls .controls-arrow:active:before,.reveal.no-hover .controls .controls-arrow:hover:before{transform:translateX(.5em) translateY(1.55em) rotate(45deg)}.reveal.no-hover .controls .controls-arrow:active:after,.reveal.no-hover .controls .controls-arrow:hover:after{transform:translateX(.5em) translateY(1.55em) rotate(-45deg)}@media screen and (min-width:500px){.reveal-viewport{--r-controls-spacing:0.8em}.reveal .controls[data-controls-layout=edges]{bottom:0;left:0;right:0;top:0}.reveal .controls[data-controls-layout=edges] .navigate-down,.reveal .controls[data-controls-layout=edges] .navigate-left,.reveal .controls[data-controls-layout=edges] .navigate-right,.reveal .controls[data-controls-layout=edges] .navigate-up{bottom:auto;right:auto}.reveal .controls[data-controls-layout=edges] .navigate-left{left:var(--r-controls-spacing);margin-top:-1.8em;top:50%}.reveal .controls[data-controls-layout=edges] .navigate-right{margin-top:-1.8em;right:var(--r-controls-spacing);top:50%}.reveal .controls[data-controls-layout=edges] .navigate-up{left:50%;margin-left:-1.8em;top:var(--r-controls-spacing)}.reveal .controls[data-controls-layout=edges] .navigate-down{bottom:calc(var(--r-controls-spacing) - 1.1em);left:50%;margin-left:-1.8em}}.reveal .progress{background-color:#0003;bottom:0;color:#fff;display:none;height:3px;left:0;position:absolute;width:100%;z-index:10}.reveal .progress:after{content:"";display:block;height:10px;position:absolute;top:-10px;width:100%}.reveal .progress span{background-color:currentColor;display:block;height:100%;transform:scaleX(0);transform-origin:0 0;transition:transform .8s cubic-bezier(.26,.86,.44,.985);width:100%}.reveal .slide-number{background-color:#0006;bottom:8px;color:#fff;display:block;font-family:Helvetica,sans-serif;font-size:12px;line-height:1;padding:5px;position:absolute;right:8px;z-index:31}.reveal .slide-number a{color:currentColor}.reveal .slide-number-delimiter{margin:0 3px}.reveal{height:100%;overflow:hidden;position:relative;touch-action:pinch-zoom;width:100%}.reveal.embedded{touch-action:pan-y}.reveal.embedded.is-vertical-slide{touch-action:none}.reveal .slides{bottom:0;height:100%;left:0;margin:auto;overflow:visible;perspective:600px;perspective-origin:50% 40%;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:1}.reveal .slides>section{perspective:600px}.reveal .slides>section,.reveal .slides>section>section{display:none;pointer-events:auto;position:absolute;transform-style:flat;transition:transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985);width:100%;z-index:10}.reveal[data-transition-speed=fast] .slides section{transition-duration:.4s}.reveal[data-transition-speed=slow] .slides section{transition-duration:1.2s}.reveal .slides section[data-transition-speed=fast]{transition-duration:.4s}.reveal .slides section[data-transition-speed=slow]{transition-duration:1.2s}.reveal .slides>section.stack{height:100%;padding-bottom:0;padding-top:0;pointer-events:none}.reveal .slides>section.present,.reveal .slides>section>section.present{display:block;opacity:1;z-index:11}.reveal .slides>section:empty,.reveal .slides>section>section:empty,.reveal .slides>section>section[data-background-interactive],.reveal .slides>section[data-background-interactive]{pointer-events:none}.reveal.center,.reveal.center .slides,.reveal.center .slides section{min-height:0!important}.reveal .slides>section:not(.present),.reveal .slides>section>section:not(.present){pointer-events:none}.reveal.overview .slides>section,.reveal.overview .slides>section>section{pointer-events:auto}.reveal .slides>section.future,.reveal .slides>section.future>section,.reveal .slides>section.past,.reveal .slides>section.past>section,.reveal .slides>section>section.future,.reveal .slides>section>section.past{opacity:0}.reveal .slides>section[data-transition=slide].past,.reveal .slides>section[data-transition~=slide-out].past,.reveal.slide .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=slide].future,.reveal .slides>section[data-transition~=slide-in].future,.reveal.slide .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=slide].past,.reveal .slides>section>section[data-transition~=slide-out].past,.reveal.slide .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=slide].future,.reveal .slides>section>section[data-transition~=slide-in].future,.reveal.slide .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides>section[data-transition=linear].past,.reveal .slides>section[data-transition~=linear-out].past,.reveal.linear .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=linear].future,.reveal .slides>section[data-transition~=linear-in].future,.reveal.linear .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=linear].past,.reveal .slides>section>section[data-transition~=linear-out].past,.reveal.linear .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=linear].future,.reveal .slides>section>section[data-transition~=linear-in].future,.reveal.linear .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides section[data-transition=default].stack,.reveal.default .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=default].past,.reveal .slides>section[data-transition~=default-out].past,.reveal.default .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=default].future,.reveal .slides>section[data-transition~=default-in].future,.reveal.default .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=default].past,.reveal .slides>section>section[data-transition~=default-out].past,.reveal.default .slides>section>section:not([data-transition]).past{transform:translate3d(0,-300px,0) rotateX(70deg) translate3d(0,-300px,0)}.reveal .slides>section>section[data-transition=default].future,.reveal .slides>section>section[data-transition~=default-in].future,.reveal.default .slides>section>section:not([data-transition]).future{transform:translate3d(0,300px,0) rotateX(-70deg) translate3d(0,300px,0)}.reveal .slides section[data-transition=convex].stack,.reveal.convex .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=convex].past,.reveal .slides>section[data-transition~=convex-out].past,.reveal.convex .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=convex].future,.reveal .slides>section[data-transition~=convex-in].future,.reveal.convex .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=convex].past,.reveal .slides>section>section[data-transition~=convex-out].past,.reveal.convex .slides>section>section:not([data-transition]).past{transform:translate3d(0,-300px,0) rotateX(70deg) translate3d(0,-300px,0)}.reveal .slides>section>section[data-transition=convex].future,.reveal .slides>section>section[data-transition~=convex-in].future,.reveal.convex .slides>section>section:not([data-transition]).future{transform:translate3d(0,300px,0) rotateX(-70deg) translate3d(0,300px,0)}.reveal .slides section[data-transition=concave].stack,.reveal.concave .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=concave].past,.reveal .slides>section[data-transition~=concave-out].past,.reveal.concave .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=concave].future,.reveal .slides>section[data-transition~=concave-in].future,.reveal.concave .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(-90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=concave].past,.reveal .slides>section>section[data-transition~=concave-out].past,.reveal.concave .slides>section>section:not([data-transition]).past{transform:translate3d(0,-80%,0) rotateX(-70deg) translate3d(0,-80%,0)}.reveal .slides>section>section[data-transition=concave].future,.reveal .slides>section>section[data-transition~=concave-in].future,.reveal.concave .slides>section>section:not([data-transition]).future{transform:translate3d(0,80%,0) rotateX(70deg) translate3d(0,80%,0)}.reveal .slides section[data-transition=zoom],.reveal.zoom .slides section:not([data-transition]){transition-timing-function:ease}.reveal .slides>section[data-transition=zoom].past,.reveal .slides>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section:not([data-transition]).past{transform:scale(16);visibility:hidden}.reveal .slides>section[data-transition=zoom].future,.reveal .slides>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section:not([data-transition]).future{transform:scale(.2);visibility:hidden}.reveal .slides>section>section[data-transition=zoom].past,.reveal .slides>section>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section>section:not([data-transition]).past{transform:scale(16)}.reveal .slides>section>section[data-transition=zoom].future,.reveal .slides>section>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section>section:not([data-transition]).future{transform:scale(.2)}.reveal.cube .slides{perspective:1300px}.reveal.cube .slides section{backface-visibility:hidden;box-sizing:border-box;min-height:700px;padding:30px;transform-style:preserve-3d}.reveal.center.cube .slides section{min-height:0}.reveal.cube .slides section:not(.stack):before{background:#0000001a;border-radius:4px;content:"";display:block;height:100%;left:0;position:absolute;top:0;transform:translateZ(-20px);width:100%}.reveal.cube .slides section:not(.stack):after{background:0 0;border-radius:4px;bottom:0;box-shadow:0 95px 25px #0003;content:"";display:block;height:30px;left:5%;position:absolute;transform:translateZ(-90px) rotateX(65deg);width:90%;z-index:1}.reveal.cube .slides>section.stack{background:0 0;padding:0}.reveal.cube .slides>section.past{transform:translate3d(-100%,0,0) rotateY(-90deg);transform-origin:100% 0}.reveal.cube .slides>section.future{transform:translate3d(100%,0,0) rotateY(90deg);transform-origin:0 0}.reveal.cube .slides>section>section.past{transform:translate3d(0,-100%,0) rotateX(90deg);transform-origin:0 100%}.reveal.cube .slides>section>section.future{transform:translate3d(0,100%,0) rotateX(-90deg);transform-origin:0 0}.reveal.page .slides{perspective:3000px;perspective-origin:0 50%}.reveal.page .slides section{box-sizing:border-box;min-height:700px;padding:30px;transform-style:preserve-3d}.reveal.page .slides section.past{z-index:12}.reveal.page .slides section:not(.stack):before{background:#0000001a;content:"";display:block;height:100%;left:0;position:absolute;top:0;transform:translateZ(-20px);width:100%}.reveal.page .slides section:not(.stack):after{background:0 0;border-radius:4px;bottom:0;box-shadow:0 95px 25px #0003;content:"";display:block;height:30px;left:5%;position:absolute;-webkit-transform:translateZ(-90px) rotateX(65deg);width:90%;z-index:1}.reveal.page .slides>section.stack{background:0 0;padding:0}.reveal.page .slides>section.past{transform:translate3d(-40%,0,0) rotateY(-80deg);transform-origin:0 0}.reveal.page .slides>section.future{transform:translateZ(0);transform-origin:100% 0}.reveal.page .slides>section>section.past{transform:translate3d(0,-40%,0) rotateX(80deg);transform-origin:0 0}.reveal.page .slides>section>section.future{transform:translateZ(0);transform-origin:0 100%}.reveal .slides section[data-transition=fade],.reveal.fade .slides section:not([data-transition]),.reveal.fade .slides>section>section:not([data-transition]){transform:none;transition:opacity .5s}.reveal.fade.overview .slides section,.reveal.fade.overview .slides>section>section{transition:none}.reveal .slides section[data-transition=none],.reveal.none .slides section:not([data-transition]){transform:none;transition:none}.reveal .pause-overlay{background:#000;height:100%;left:0;opacity:0;position:absolute;top:0;transition:all 1s ease;visibility:hidden;width:100%;z-index:100}.reveal .pause-overlay .resume-button{background:0 0;border:2px solid #ccc;border-radius:2px;bottom:20px;color:#ccc;cursor:pointer;font-size:16px;padding:6px 14px;position:absolute;right:20px}.reveal .pause-overlay .resume-button:hover{border-color:#fff;color:#fff}.reveal.paused .pause-overlay{opacity:1;visibility:visible}.reveal .no-transition,.reveal .no-transition *,.reveal .slides.disable-slide-transitions section{transition:none!important}.reveal .slides.disable-slide-transitions section{transform:none!important}.reveal .backgrounds{height:100%;left:0;perspective:600px;position:absolute;top:0;width:100%}.reveal .slide-background{background-color:#0000;display:none;height:100%;opacity:0;overflow:hidden;position:absolute;transition:all .8s cubic-bezier(.26,.86,.44,.985);visibility:hidden;width:100%}.reveal .slide-background-content{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;width:100%}.reveal .slide-background.stack{display:block}.reveal .slide-background.present{opacity:1;visibility:visible;z-index:2}.print-pdf .reveal .slide-background{opacity:1!important;visibility:visible!important}.reveal .slide-background video{height:100%;left:0;max-height:none;max-width:none;object-fit:cover;position:absolute;top:0;width:100%}.reveal .slide-background[data-background-size=contain] video{object-fit:contain}.reveal>.backgrounds .slide-background[data-background-transition=none],.reveal[data-background-transition=none]>.backgrounds .slide-background:not([data-background-transition]){transition:none}.reveal>.backgrounds .slide-background[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background:not([data-background-transition]){opacity:1}.reveal>.backgrounds .slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.past:not([data-background-transition]){transform:translate(-100%)}.reveal>.backgrounds .slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.future:not([data-background-transition]){transform:translate(100%)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){transform:translateY(-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){transform:translateY(100%)}.reveal>.backgrounds .slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(0,-100%,0) rotateX(90deg) translate3d(0,-100%,0)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(0,100%,0) rotateX(-90deg) translate3d(0,100%,0)}.reveal>.backgrounds .slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(-100%,0,0) rotateY(90deg) translate3d(-100%,0,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(100%,0,0) rotateY(-90deg) translate3d(100%,0,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(0,-100%,0) rotateX(-90deg) translate3d(0,-100%,0)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(0,100%,0) rotateX(90deg) translate3d(0,100%,0)}.reveal>.backgrounds .slide-background[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background:not([data-background-transition]){transition-timing-function:ease}.reveal>.backgrounds .slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:scale(16);visibility:hidden}.reveal>.backgrounds .slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:scale(.2);visibility:hidden}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:scale(16);visibility:hidden}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:scale(.2);visibility:hidden}.reveal[data-transition-speed=fast]>.backgrounds .slide-background{transition-duration:.4s}.reveal[data-transition-speed=slow]>.backgrounds .slide-background{transition-duration:1.2s}.reveal [data-auto-animate-target^=unmatched]{will-change:opacity}.reveal section[data-auto-animate]:not(.stack):not([data-auto-animate=running]) [data-auto-animate-target^=unmatched]{opacity:0}.reveal.overview{perspective:700px;perspective-origin:50% 50%}.reveal.overview .slides{-moz-transform-style:preserve-3d}.reveal.overview .slides section{box-sizing:border-box;cursor:pointer;height:100%;opacity:1!important;overflow:hidden;top:0!important;visibility:visible!important}.reveal.overview .slides section.present,.reveal.overview .slides section:hover{outline:10px solid #96969666;outline-offset:10px}.reveal.overview .slides section .fragment{opacity:1;transition:none}.reveal.overview .slides section:after,.reveal.overview .slides section:before{display:none!important}.reveal.overview .slides>section.stack{background:0 0;outline:0;overflow:visible;padding:0;top:0!important}.reveal.overview .backgrounds{perspective:inherit;-moz-transform-style:preserve-3d}.reveal.overview .backgrounds .slide-background{opacity:1;outline:10px solid #9696961a;outline-offset:10px;visibility:visible}.reveal.overview .backgrounds .slide-background.stack{overflow:visible}.reveal.overview .backgrounds .slide-background,.reveal.overview .slides section,.reveal.overview-deactivating .backgrounds .slide-background,.reveal.overview-deactivating .slides section{transition:none}.reveal.rtl .slides,.reveal.rtl .slides h1,.reveal.rtl .slides h2,.reveal.rtl .slides h3,.reveal.rtl .slides h4,.reveal.rtl .slides h5,.reveal.rtl .slides h6{direction:rtl;font-family:sans-serif}.reveal.rtl code,.reveal.rtl pre{direction:ltr}.reveal.rtl ol,.reveal.rtl ul{text-align:right}.reveal.rtl .progress span{transform-origin:100% 0}.reveal.has-parallax-background .backgrounds{transition:all .8s ease}.reveal.has-parallax-background[data-transition-speed=fast] .backgrounds{transition-duration:.4s}.reveal.has-parallax-background[data-transition-speed=slow] .backgrounds{transition-duration:1.2s}.reveal>.overlay{backdrop-filter:blur(6px);background:#000000f2;height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:100%;z-index:1000}.reveal>.overlay .spinner{background-image:url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);display:block;height:32px;left:50%;margin:-16px 0 0 -16px;opacity:.6;position:absolute;top:50%;transition:all .3s ease;visibility:visible;width:32px;z-index:10}.reveal>.overlay header{box-sizing:border-box;left:0;padding:5px;position:absolute;top:0;width:100%;z-index:2}.reveal>.overlay header a{box-sizing:border-box;display:inline-block;float:right;height:40px;line-height:36px;opacity:.6;padding:0 10px;width:40px}.reveal>.overlay header a:hover{opacity:1}.reveal>.overlay header a .icon{background-position:50% 50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:20px;width:20px}.reveal>.overlay header a.close .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC)}.reveal>.overlay header a.external .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==)}.reveal>.overlay .viewport{bottom:0;display:flex;left:0;position:absolute;right:0;top:50px}.reveal>.overlay.overlay-preview .viewport iframe{border:0;height:100%;max-height:100%;max-width:100%;opacity:0;transition:all .3s ease;visibility:hidden;width:100%}.reveal>.overlay.overlay-preview.loaded .viewport iframe{opacity:1;visibility:visible}.reveal>.overlay.overlay-preview.loaded .viewport-inner{left:0;letter-spacing:normal;position:absolute;text-align:center;top:45%;width:100%;z-index:-1}.reveal>.overlay.overlay-preview .x-frame-error{opacity:0;transition:opacity .3s ease .3s}.reveal>.overlay.overlay-preview.loaded .x-frame-error{opacity:1}.reveal>.overlay.overlay-preview.loaded .spinner{opacity:0;transform:scale(.2);visibility:hidden}.reveal>.overlay.overlay-help .viewport{color:#fff;overflow:auto}.reveal>.overlay.overlay-help .viewport .viewport-inner{letter-spacing:normal;margin:auto;padding:20px 20px 80px;text-align:center;width:600px}.reveal>.overlay.overlay-help .viewport .viewport-inner .title{font-size:20px}.reveal>.overlay.overlay-help .viewport .viewport-inner table{border:1px solid #fff;border-collapse:collapse;font-size:16px}.reveal>.overlay.overlay-help .viewport .viewport-inner table td,.reveal>.overlay.overlay-help .viewport .viewport-inner table th{border:1px solid #fff;padding:14px;vertical-align:middle;width:200px}.reveal>.overlay.overlay-help .viewport .viewport-inner table th{padding-bottom:20px;padding-top:20px}.reveal .playback{-webkit-tap-highlight-color:transparent;bottom:20px;cursor:pointer;left:15px;position:absolute;transition:all .4s ease;z-index:30}.reveal.overview .playback{opacity:0;visibility:hidden}.reveal .hljs{min-height:100%}.reveal .hljs table{margin:initial}.reveal .hljs-ln-code,.reveal .hljs-ln-numbers{border:0;padding:0}.reveal .hljs-ln-numbers{opacity:.6;padding-right:.75em;text-align:right;vertical-align:top}.reveal .hljs.has-highlights tr:not(.highlight-line){opacity:.4}.reveal .hljs.has-highlights.fragment{transition:all .2s ease}.reveal .hljs:not(:first-child).fragment{box-sizing:border-box;left:0;position:absolute;top:0;width:100%}.reveal pre[data-auto-animate-target]{overflow:hidden}.reveal pre[data-auto-animate-target] code{height:100%}.reveal .roll{display:inline-block;line-height:1.2;overflow:hidden;perspective:400px;perspective-origin:50% 50%;vertical-align:top}.reveal .roll:hover{background:0 0;text-shadow:none}.reveal .roll span{backface-visibility:hidden;display:block;padding:0 2px;pointer-events:none;position:relative;transform-origin:50% 0;transform-style:preserve-3d;transition:all .4s ease}.reveal .roll:hover span{background:#00000080;transform:translateZ(-45px) rotateX(90deg)}.reveal .roll span:after{backface-visibility:hidden;content:attr(data-title);display:block;left:0;padding:0 2px;position:absolute;top:0;transform:translate3d(0,110%,0) rotateX(-90deg);transform-origin:50% 0}.reveal aside.notes{display:none}.reveal .speaker-notes{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;border:1px solid #0000000d;box-sizing:border-box;color:#222;display:none;font-family:Helvetica,sans-serif;font-size:18px;height:100%;left:100%;line-height:1.4;overflow:auto;padding:14px 18px;position:absolute;text-align:left;top:0;width:33.3333333333%;z-index:1}.reveal .speaker-notes .notes-placeholder{color:#ccc;font-style:italic}.reveal .speaker-notes:focus{outline:0}.reveal .speaker-notes:before{content:"Speaker notes";display:block;margin-bottom:10px;opacity:.5}.reveal.show-notes{max-width:75%;overflow:visible}.reveal.show-notes .speaker-notes{display:block}@media screen and (min-width:1600px){.reveal .speaker-notes{font-size:20px}}@media screen and (max-width:1024px){.reveal.show-notes{border-left:0;max-height:70%;max-height:70vh;max-width:none;overflow:visible}.reveal.show-notes .speaker-notes{border:0;height:30vh;left:0;top:100%;width:100%}}@media screen and (max-width:600px){.reveal.show-notes{max-height:60%;max-height:60vh}.reveal.show-notes .speaker-notes{height:40vh;top:100%}.reveal .speaker-notes{font-size:14px}}.reveal .jump-to-slide{-webkit-tap-highlight-color:transparent;font-size:32px;left:15px;position:absolute;top:15px;z-index:30}.reveal .jump-to-slide-input{background:0 0;border:0;color:currentColor;font-size:inherit;padding:8px}.reveal .jump-to-slide-input::placeholder{color:currentColor;opacity:.5}.reveal.has-dark-background .jump-to-slide-input{color:#fff}.reveal.has-light-background .jump-to-slide-input{color:#222}.reveal .jump-to-slide-input:focus{outline:0}.zoomed .reveal *,.zoomed .reveal :after,.zoomed .reveal :before{backface-visibility:visible!important}.zoomed .reveal .controls,.zoomed .reveal .progress{opacity:0}.zoomed .reveal .roll span{background:0 0}.reveal-viewport.loading-scroll-mode,.zoomed .reveal .roll span:after{visibility:hidden}.reveal-viewport.reveal-scroll{--r-scrollbar-width:7px;--r-scrollbar-trigger-size:5px;--r-controls-spacing:8px;margin:0 auto;overflow:auto;overflow-x:hidden;overflow-y:auto;z-index:1}@media screen and (max-width:500px){.reveal-viewport.reveal-scroll{--r-scrollbar-width:3px;--r-scrollbar-trigger-size:3px}}.reveal-viewport.reveal-scroll .backgrounds,.reveal-viewport.reveal-scroll .controls,.reveal-viewport.reveal-scroll .playback,.reveal-viewport.reveal-scroll .progress,.reveal-viewport.reveal-scroll .slide-number,.reveal-viewport.reveal-scroll .speaker-notes{display:none!important}.reveal-viewport.reveal-scroll .overlay,.reveal-viewport.reveal-scroll .pause-overlay{position:fixed}.reveal-viewport.reveal-scroll .reveal{overflow:visible;touch-action:manipulation}.reveal-viewport.reveal-scroll .slides{display:block;left:auto;margin:0;overflow:visible;padding:0;perspective:none;perspective-origin:50% 50%;pointer-events:auto;position:static;top:auto;width:100%!important}.reveal-viewport.reveal-scroll .scroll-page{height:calc(var(--page-height) + var(--page-scroll-padding));overflow:visible;position:relative;width:100%;z-index:1}.reveal-viewport.reveal-scroll .scroll-page-sticky{height:var(--page-height);position:sticky;top:0}.reveal-viewport.reveal-scroll .scroll-page-content{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.reveal-viewport.reveal-scroll .scroll-page section{display:block!important;height:var(--slide-height)!important;left:50%!important;opacity:1!important;position:absolute!important;top:50%!important;transform:scale(var(--slide-scale)) translate(-50%,-50%)!important;transform-origin:0 0!important;transform-style:flat!important;visibility:visible!important;width:var(--slide-width)!important}.reveal-viewport.reveal-scroll .slide-background{display:block!important;height:100%;left:0;opacity:1;position:absolute;top:0;touch-action:manipulation;visibility:visible;width:100%;z-index:auto!important}.reveal-viewport.reveal-scroll[data-scrollbar=auto]::-webkit-scrollbar,.reveal-viewport.reveal-scroll[data-scrollbar=true]::-webkit-scrollbar{display:none}.reveal-viewport.reveal-scroll[data-scrollbar=auto],.reveal-viewport.reveal-scroll[data-scrollbar=true]{scrollbar-width:none}.reveal-viewport.has-dark-background,.reveal.has-dark-background{--r-overlay-element-bg-color:240,240,240;--r-overlay-element-fg-color:0,0,0}.reveal-viewport.has-light-background,.reveal.has-light-background{--r-overlay-element-bg-color:0,0,0;--r-overlay-element-fg-color:240,240,240}.reveal-viewport.reveal-scroll .scrollbar{opacity:0;position:sticky;top:50%;transition:all .3s ease;z-index:20}.reveal-viewport.reveal-scroll .scrollbar.visible,.reveal-viewport.reveal-scroll .scrollbar:hover{opacity:1}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-inner{border-radius:var(--r-scrollbar-width);height:calc(var(--viewport-height) - var(--r-controls-spacing)*2);position:absolute;right:var(--r-controls-spacing);top:0;transform:translateY(-50%);width:var(--r-scrollbar-width);z-index:10}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-playhead{background-color:rgba(var(--r-overlay-element-bg-color),1);border-radius:var(--r-scrollbar-width);height:var(--r-scrollbar-width);left:0;position:absolute;top:0;transition:background-color .2s ease;width:var(--r-scrollbar-width);z-index:11}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide{background-color:rgba(var(--r-overlay-element-bg-color),.2);border-radius:var(--r-scrollbar-width);box-shadow:0 0 0 1px rgba(var(--r-overlay-element-fg-color),.1);position:absolute;transition:background-color .2s ease;width:100%}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide:after{background:#0000;content:"";height:100%;left:-50%;position:absolute;top:0;width:200%;z-index:-1}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active,.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide:hover{background-color:rgba(var(--r-overlay-element-bg-color),.4)}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-trigger{position:absolute;transition:background-color .2s ease;width:100%}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active.has-triggers{background-color:rgba(var(--r-overlay-element-bg-color),.4);z-index:10}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger:after{background-color:rgba(var(--r-overlay-element-bg-color),1);border-radius:20px;content:"";height:var(--r-scrollbar-trigger-size);left:50%;opacity:.4;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s ease,opacity .2s ease;width:var(--r-scrollbar-trigger-size)}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger.active:after,.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger.active~.scrollbar-trigger:after{opacity:1}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger~.scrollbar-trigger.active:after{background-color:rgba(var(--r-overlay-element-bg-color),1);transform:translate(calc(var(--r-scrollbar-width)*-2))}html.reveal-print *{-webkit-print-color-adjust:exact}html.reveal-print{height:100%;overflow:visible;width:100%}html.reveal-print body{border:0;float:none!important;margin:0 auto!important;overflow:visible;padding:0}html.reveal-print .nestedarrow,html.reveal-print .reveal .controls,html.reveal-print .reveal .playback,html.reveal-print .reveal .progress,html.reveal-print .reveal.overview,html.reveal-print .state-background{display:none!important}html.reveal-print .reveal pre code{overflow:hidden!important}html.reveal-print .reveal{height:auto!important;overflow:hidden!important;width:auto!important}html.reveal-print .reveal .slides{zoom:1!important;display:block;height:auto!important;left:auto;margin:0!important;overflow:visible;padding:0!important;perspective:none;perspective-origin:50% 50%;pointer-events:auto;position:static;top:auto;width:100%!important}html.reveal-print .reveal .slides .pdf-page{overflow:hidden;page-break-after:always;position:relative;z-index:1}html.reveal-print .reveal .slides .pdf-page:last-of-type{page-break-after:avoid}html.reveal-print .reveal .slides section{box-sizing:border-box!important;display:block!important;margin:0!important;min-height:1px;opacity:1!important;padding:0!important;position:absolute!important;transform:none!important;transform-style:flat!important;visibility:visible!important}html.reveal-print .reveal section.stack{height:auto!important;margin:0!important;min-height:auto!important;padding:0!important;page-break-after:avoid!important;position:relative!important}html.reveal-print .reveal img{box-shadow:none}html.reveal-print .reveal .backgrounds{display:none}html.reveal-print .reveal .slide-background{display:block!important;height:100%;left:0;position:absolute;top:0;width:100%;z-index:auto!important}html.reveal-print .reveal.show-notes{max-height:none;max-width:none}html.reveal-print .reveal .speaker-notes-pdf{bottom:auto;display:block;height:auto;left:auto;max-height:none;right:auto;top:auto;width:100%;z-index:100}html.reveal-print .reveal .speaker-notes-pdf[data-layout=separate-page]{background-color:initial;border:0;color:inherit;padding:20px;page-break-after:always;position:relative}html.reveal-print .reveal .slide-number-pdf{display:block;font-size:14px;position:absolute;visibility:visible}html.reveal-print .aria-status{display:none}@media print{html:not(.print-pdf){height:auto;overflow:visible;width:auto}html:not(.print-pdf) body{margin:0;overflow:visible;padding:0}html:not(.print-pdf) .reveal{background:#fff;font-size:20pt}html:not(.print-pdf) .reveal .backgrounds,html:not(.print-pdf) .reveal .controls,html:not(.print-pdf) .reveal .progress,html:not(.print-pdf) .reveal .slide-number,html:not(.print-pdf) .reveal .state-background{display:none!important}html:not(.print-pdf) .reveal li,html:not(.print-pdf) .reveal p,html:not(.print-pdf) .reveal td{color:#000;font-size:20pt!important}html:not(.print-pdf) .reveal h1,html:not(.print-pdf) .reveal h2,html:not(.print-pdf) .reveal h3,html:not(.print-pdf) .reveal h4,html:not(.print-pdf) .reveal h5,html:not(.print-pdf) .reveal h6{color:#000!important;height:auto;letter-spacing:normal;line-height:normal;text-align:left}html:not(.print-pdf) .reveal h1{font-size:28pt!important}html:not(.print-pdf) .reveal h2{font-size:24pt!important}html:not(.print-pdf) .reveal h3{font-size:22pt!important}html:not(.print-pdf) .reveal h4{font-feature-settings:"smcp";font-size:22pt!important;font-variant:small-caps}html:not(.print-pdf) .reveal h5{font-size:21pt!important}html:not(.print-pdf) .reveal h6{font-size:20pt!important;font-style:italic}html:not(.print-pdf) .reveal a:link,html:not(.print-pdf) .reveal a:visited{color:#000!important;font-weight:700;text-decoration:underline}html:not(.print-pdf) .reveal div,html:not(.print-pdf) .reveal ol,html:not(.print-pdf) .reveal p,html:not(.print-pdf) .reveal ul{display:block;height:auto;margin:0;overflow:visible;position:static;text-align:left!important;visibility:visible;width:auto}html:not(.print-pdf) .reveal pre,html:not(.print-pdf) .reveal table{margin-left:0;margin-right:0}html:not(.print-pdf) .reveal pre code{padding:20px}html:not(.print-pdf) .reveal blockquote{margin:20px 0}html:not(.print-pdf) .reveal .slides{zoom:1!important;padding:0!important;perspective:none;perspective-origin:50% 50%;text-align:left!important;transform:none!important}html:not(.print-pdf) .reveal .slides,html:not(.print-pdf) .reveal .slides section{display:block!important;height:auto!important;left:0!important;margin-left:0!important;margin-top:0!important;overflow:visible!important;position:static!important;top:0!important;width:auto!important}html:not(.print-pdf) .reveal .slides section{opacity:1!important;padding:60px 20px!important;page-break-after:always!important;transform:none!important;transform-style:flat!important;transition:none!important;visibility:visible!important;z-index:auto!important}html:not(.print-pdf) .reveal .slides section.stack{padding:0!important}html:not(.print-pdf) .reveal .slides section:last-of-type{page-break-after:avoid!important}html:not(.print-pdf) .reveal .slides section .fragment{opacity:1!important;transform:none!important;visibility:visible!important}html:not(.print-pdf) .reveal .r-fit-text{white-space:normal!important}html:not(.print-pdf) .reveal section img{background:#fff;border:1px solid #666;box-shadow:none;display:block;margin:15px 0}html:not(.print-pdf) .reveal section small{font-size:.8em}html:not(.print-pdf) .reveal .hljs{word-wrap:break-word;font-size:15pt;max-height:100%;white-space:pre-wrap;word-break:break-word}html:not(.print-pdf) .reveal .hljs .hljs-ln-numbers{white-space:nowrap}html:not(.print-pdf) .reveal .hljs td{color:inherit!important;font-size:inherit!important}}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/static/media/source-sans-pro-regular.36443d248c8a75fde2a6.eot);src:url(/static/media/source-sans-pro-regular.36443d248c8a75fde2a6.eot?#iefix) format("embedded-opentype"),url(/static/media/source-sans-pro-regular.d16535500d9438afb409.woff) format("woff"),url(/static/media/source-sans-pro-regular.45c54810910de71280ab.ttf) format("truetype")}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/static/media/source-sans-pro-italic.97e79d3e28a440c77195.eot);src:url(/static/media/source-sans-pro-italic.97e79d3e28a440c77195.eot?#iefix) format("embedded-opentype"),url(/static/media/source-sans-pro-italic.983d97ca59e8e24e94c6.woff) format("woff"),url(/static/media/source-sans-pro-italic.10a5cb40054505a4b3a9.ttf) format("truetype")}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/static/media/source-sans-pro-semibold.83db537e62224a779338.eot);src:url(/static/media/source-sans-pro-semibold.83db537e62224a779338.eot?#iefix) format("embedded-opentype"),url(/static/media/source-sans-pro-semibold.f11ba60ae1c65b37e616.woff) format("woff"),url(/static/media/source-sans-pro-semibold.6ebea875df77b49da05b.ttf) format("truetype")}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/static/media/source-sans-pro-semibolditalic.fb03c6601ab6f48952c4.eot);src:url(/static/media/source-sans-pro-semibolditalic.fb03c6601ab6f48952c4.eot?#iefix) format("embedded-opentype"),url(/static/media/source-sans-pro-semibolditalic.a43f56accdef4a0b01f0.woff) format("woff"),url(/static/media/source-sans-pro-semibolditalic.522a9ee9b3b2ecbdd367.ttf) format("truetype")}section.has-dark-background,section.has-dark-background h1,section.has-dark-background h2,section.has-dark-background h3,section.has-dark-background h4,section.has-dark-background h5,section.has-dark-background h6{color:#fff}:root{--r-background-color:#fff;--r-main-font:Source Sans Pro,Helvetica,sans-serif;--r-main-font-size:42px;--r-main-color:#222;--r-block-margin:20px;--r-heading-margin:0 0 20px 0;--r-heading-font:Source Sans Pro,Helvetica,sans-serif;--r-heading-color:#222;--r-heading-line-height:1.2;--r-heading-letter-spacing:normal;--r-heading-text-transform:uppercase;--r-heading-text-shadow:none;--r-heading-font-weight:600;--r-heading1-text-shadow:none;--r-heading1-size:2.5em;--r-heading2-size:1.6em;--r-heading3-size:1.3em;--r-heading4-size:1em;--r-code-font:monospace;--r-link-color:#2a76dd;--r-link-color-dark:#1a53a1;--r-link-color-hover:#6ca0e8;--r-selection-background-color:#98bdef;--r-selection-color:#fff;--r-overlay-element-bg-color:0,0,0;--r-overlay-element-fg-color:240,240,240}.reveal-viewport{background:#fff;background-color:#fff;background-color:var(--r-background-color)}.reveal{color:#222;color:var(--r-main-color);font-family:Source Sans Pro,Helvetica,sans-serif;font-family:var(--r-main-font);font-size:42px;font-size:var(--r-main-font-size);font-weight:400}.reveal ::selection{background:#98bdef;background:var(--r-selection-background-color);color:#fff;color:var(--r-selection-color);text-shadow:none}.reveal ::-moz-selection{background:#98bdef;background:var(--r-selection-background-color);color:#fff;color:var(--r-selection-color);text-shadow:none}.reveal .slides section,.reveal .slides section>section{font-weight:inherit;line-height:1.3}.reveal h1,.reveal h2,.reveal h3,.reveal h4,.reveal h5,.reveal h6{word-wrap:break-word;color:#222;color:var(--r-heading-color);font-family:Source Sans Pro,Helvetica,sans-serif;font-family:var(--r-heading-font);font-weight:600;font-weight:var(--r-heading-font-weight);letter-spacing:normal;letter-spacing:var(--r-heading-letter-spacing);line-height:1.2;line-height:var(--r-heading-line-height);margin:0 0 20px;margin:var(--r-heading-margin);text-shadow:none;text-shadow:var(--r-heading-text-shadow);text-transform:uppercase;text-transform:var(--r-heading-text-transform)}.reveal h1{font-size:2.5em;font-size:var(--r-heading1-size)}.reveal h2{font-size:1.6em;font-size:var(--r-heading2-size)}.reveal h3{font-size:1.3em;font-size:var(--r-heading3-size)}.reveal h4{font-size:1em;font-size:var(--r-heading4-size)}.reveal h1{text-shadow:none;text-shadow:var(--r-heading1-text-shadow)}.reveal p{line-height:1.3;margin:20px 0;margin:var(--r-block-margin) 0}.reveal h1:last-child,.reveal h2:last-child,.reveal h3:last-child,.reveal h4:last-child,.reveal h5:last-child,.reveal h6:last-child{margin-bottom:0}.reveal iframe,.reveal img,.reveal video{max-height:95%;max-width:95%}.reveal b,.reveal strong{font-weight:700}.reveal em{font-style:italic}.reveal dl,.reveal ol,.reveal ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal ol{list-style-type:decimal}.reveal ul{list-style-type:disc}.reveal ul ul{list-style-type:square}.reveal ul ul ul{list-style-type:circle}.reveal ol ol,.reveal ol ul,.reveal ul ol,.reveal ul ul{display:block;margin-left:40px}.reveal dt{font-weight:700}.reveal dd{margin-left:40px}.reveal blockquote{background:#ffffff0d;box-shadow:0 0 2px #0003;display:block;font-style:italic;margin:20px auto;margin:var(--r-block-margin) auto;padding:5px;position:relative;width:70%}.reveal blockquote p:first-child,.reveal blockquote p:last-child{display:inline-block}.reveal q{font-style:italic}.reveal pre{word-wrap:break-word;box-shadow:0 5px 15px #00000026;display:block;font-size:.55em;line-height:1.2em;margin:20px auto;margin:var(--r-block-margin) auto;position:relative;text-align:left;width:90%}.reveal code,.reveal pre{font-family:monospace;font-family:var(--r-code-font)}.reveal code{tab-size:2;text-transform:none}.reveal pre code{word-wrap:normal;display:block;max-height:400px;overflow:auto;padding:5px}.reveal .code-wrapper{white-space:normal}.reveal .code-wrapper code{white-space:pre}.reveal table{border-collapse:collapse;border-spacing:0;margin:auto}.reveal table th{font-weight:700}.reveal table td,.reveal table th{border-bottom:1px solid;padding:.2em .5em;text-align:left}.reveal table td[align=center],.reveal table th[align=center]{text-align:center}.reveal table td[align=right],.reveal table th[align=right]{text-align:right}.reveal table tbody tr:last-child td,.reveal table tbody tr:last-child th{border-bottom:none}.reveal sup{font-size:smaller;vertical-align:super}.reveal sub{font-size:smaller;vertical-align:sub}.reveal small{display:inline-block;font-size:.6em;line-height:1.2em}.reveal small,.reveal small *{vertical-align:top}.reveal img{margin:20px 0;margin:var(--r-block-margin) 0}.reveal a{color:#2a76dd;color:var(--r-link-color);text-decoration:none;transition:color .15s ease}.reveal a:hover{border:none;color:#6ca0e8;color:var(--r-link-color-hover);text-shadow:none}.reveal .roll span:after{background:#1a53a1;background:var(--r-link-color-dark);color:#fff}.reveal .r-frame{border:4px solid #222;border:4px solid var(--r-main-color);box-shadow:0 0 10px #00000026}.reveal a .r-frame{transition:all .15s linear}.reveal a:hover .r-frame{border-color:#2a76dd;border-color:var(--r-link-color);box-shadow:0 0 20px #0000008c}.reveal .controls,.reveal .progress{color:#2a76dd;color:var(--r-link-color)}.reveal .progress{background:#0003}@media print{.backgrounds{background-color:#fff;background-color:var(--r-background-color)}}div.jsoneditor{height:415px}.template-editor,.template-modified{border-radius:3px;font-family:monospace;font-size:.8rem;width:100%}.result-stub{height:400px;padding:42% 5px!important;text-align:center}.sandbox,div:has(.sandbox){height:100%;overflow:hidden}.template-sandbox{display:flex;flex-direction:column;margin-bottom:1rem;.tab-content{flex-grow:1;margin-bottom:1rem;overflow:hidden;.tab-pane{height:100%}}}.rendered{display:flex;flex-direction:column}.result-wrapper{border:1px solid #e4e4e4;border-radius:3px;flex-grow:1}.result-default{border-color:orange}.result-prepared{border-color:green}.result-output{padding:10px!important;word-break:break-word}.clear-margin{margin:0!important}.float-right{float:right}.error-message{color:red}.example-title{font-size:16px;font-weight:700}.dropup,.example-title,.input-element{margin-right:5px}.sandbox button.copy-to-clipboard{line-height:inherit;margin-left:var(--margin);top:auto}.sandbox{display:flex;flex-direction:column;flex-wrap:nowrap;height:100%;overflow:hidden;>:first-child{flex-grow:1;flex-shrink:1;overflow:hidden;>div{max-height:100%;overflow:hidden}.rendered{overflow-y:auto}}.rendered{display:flex;flex-direction:column}.template-editor,.template-modified{height:415px;max-height:45%;min-height:150px}.cm-scroller,textarea.template-editor,textarea.template-modified{overflow-y:auto}}div:has(>.template-editor){max-height:100%}.sandbox-tab{border-bottom:1px solid #d0d0d0;border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0;margin-bottom:1rem;padding-top:1rem}.footer{border-top:1px solid #d0d0d0;margin:15px 5px;padding-top:20px}.docs-container{max-height:800px;overflow:auto;padding:10px}/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,#ffffff26,#fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;background-color:#fff;background-color:var(--bs-body-bg);color:#212529;color:var(--bs-body-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-family:var(--bs-body-font-family);font-size:1rem;font-size:var(--bs-body-font-size);font-weight:400;font-weight:var(--bs-body-font-weight);line-height:1.5;line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{background-color:currentColor;border:0;color:inherit;margin:1rem 0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[data-bs-original-title],abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:#fcf8e3;padding:.2em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{direction:ltr;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--bs-font-monospace);font-size:1em;unicode-bidi:bidi-override}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#d63384;font-size:.875em}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:.875em;padding:.2rem .4rem}kbd kbd{font-size:1em;font-weight:700;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:initial}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-left:auto;margin-right:auto;padding-left:.75rem;padding-left:var(--bs-gutter-x,.75rem);padding-right:.75rem;padding-right:var(--bs-gutter-x,.75rem);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:#0000;--bs-table-accent-bg:#0000;--bs-table-striped-color:#212529;--bs-table-striped-bg:#0000000d;--bs-table-active-color:#212529;--bs-table-active-bg:#0000001a;--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0,0,0,.075);border-color:#dee2e6;color:#212529;margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;border-color:#bacbe6;color:#000}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;border-color:#cbccce;color:#000}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;border-color:#bcd0c7;color:#000}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;border-color:#badce3;color:#000}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;border-color:#e6dbb9;color:#000}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;border-color:#dfc2c4;color:#000}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;border-color:#dfe0e1;color:#000}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;border-color:#373b3e;color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-text{color:#6c757d;font-size:.875em;margin-top:.25rem}.form-control{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:#fff;border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;color:#212529;outline:0}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{-webkit-margin-end:.75rem;background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{-webkit-margin-end:.75rem;background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{background-color:initial;border:solid #0000;border-width:1px 0;color:#212529;display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.875rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.form-control-sm::file-selector-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-sm::-webkit-file-upload-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem}.form-control-lg::file-selector-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.form-control-lg::-webkit-file-upload-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{height:auto;padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:.25rem;height:1.5em}.form-control-color::-webkit-color-swatch{border-radius:.25rem;height:1.5em}.form-select{-moz-padding-start:calc(.75rem - 3px);-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #212529}.form-select-sm{border-radius:.2rem;font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.3rem;font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{-webkit-appearance:none;appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #00000040;height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");border-color:#0d6efd}.form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.form-range{-webkit-appearance:none;appearance:none;background-color:initial;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px solid #0000;height:100%;left:0;padding:1rem .75rem;pointer-events:none;position:absolute;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::placeholder{color:#0000}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:.3rem;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.valid-feedback{color:#198754;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:#198754e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#198754;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem #19875440}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:#dc3545e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{background-color:initial;border:1px solid #0000;border-radius:.25rem;color:#212529;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.btn.disabled,.btn:disabled,fieldset:disabled .btn{opacity:.65;pointer-events:none}.btn-primary{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{background-color:#0b5ed7;border-color:#0a58ca;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem #3184fd80}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#0a58ca;border-color:#0a53be;color:#fff}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #3184fd80}.btn-primary.disabled,.btn-primary:disabled{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{background-color:#5c636a;border-color:#565e64;color:#fff}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem #828a9180}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#565e64;border-color:#51585e;color:#fff}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #828a9180}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-success{background-color:#198754;border-color:#198754;color:#fff}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{background-color:#157347;border-color:#146c43;color:#fff}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem #3c996e80}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#146c43;border-color:#13653f;color:#fff}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #3c996e80}.btn-success.disabled,.btn-success:disabled{background-color:#198754;border-color:#198754;color:#fff}.btn-info{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{background-color:#31d2f2;border-color:#25cff2;color:#000}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem #0baccc80}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{background-color:#3dd5f3;border-color:#25cff2;color:#000}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #0baccc80}.btn-info.disabled,.btn-info:disabled{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{background-color:#ffca2c;border-color:#ffc720;color:#000}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .25rem #d9a40680}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{background-color:#ffcd39;border-color:#ffc720;color:#000}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #d9a40680}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{background-color:#bb2d3b;border-color:#b02a37;color:#fff}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem #e1536180}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#b02a37;border-color:#a52834;color:#fff}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #e1536180}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{background-color:#f9fafb;border-color:#f9fafb;color:#000}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem #d3d4d580}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#f9fafb;border-color:#f9fafb;color:#000}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #d3d4d580}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-dark{background-color:#212529;border-color:#212529;color:#fff}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{background-color:#1c1f23;border-color:#1a1e21;color:#fff}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .25rem #42464980}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{background-color:#1a1e21;border-color:#191c1f;color:#fff}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #42464980}.btn-dark.disabled,.btn-dark:disabled{background-color:#212529;border-color:#212529;color:#fff}.btn-outline-primary{border-color:#0d6efd;color:#0d6efd}.btn-outline-primary:hover{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem #0d6efd80}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem #0d6efd80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:initial;color:#0d6efd}.btn-outline-secondary{border-color:#6c757d;color:#6c757d}.btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem #6c757d80}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem #6c757d80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:initial;color:#6c757d}.btn-outline-success{border-color:#198754;color:#198754}.btn-outline-success:hover{background-color:#198754;border-color:#198754;color:#fff}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem #19875480}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{background-color:#198754;border-color:#198754;color:#fff}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem #19875480}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:initial;color:#198754}.btn-outline-info{border-color:#0dcaf0;color:#0dcaf0}.btn-outline-info:hover{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem #0dcaf080}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem #0dcaf080}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:initial;color:#0dcaf0}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem #ffc10780}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem #ffc10780}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:initial;color:#ffc107}.btn-outline-danger{border-color:#dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem #dc354580}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem #dc354580}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:initial;color:#dc3545}.btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem #f8f9fa80}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem #f8f9fa80}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:initial;color:#f8f9fa}.btn-outline-dark{border-color:#212529;color:#212529}.btn-outline-dark:hover{background-color:#212529;border-color:#212529;color:#fff}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem #21252980}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{background-color:#212529;border-color:#212529;color:#fff}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem #21252980}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:initial;color:#212529}.btn-link{color:#0d6efd;font-weight:400;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.25rem;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid #00000026;border-radius:.25rem;color:#212529;display:none;font-size:1rem;list-style:none;margin:0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;z-index:1000}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem;top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid #00000026;height:0;margin:.5rem 0}.dropdown-item{background-color:initial;border:0;color:#212529;display:block;padding:.25rem 1rem;text-align:inherit}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#1e2125}.dropdown-item.active,.dropdown-item:active{background-color:#0d6efd;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:initial;color:#adb5bd;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1rem}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1rem}.dropdown-menu-dark{background-color:#343a40;border-color:#00000026;color:#dee2e6}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{background-color:#ffffff26;color:#fff}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{background-color:#0d6efd;color:#fff}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:#00000026}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{color:#0d6efd;display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{background:0 0;border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:initial;border-color:#0000;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#0d6efd;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{align-items:center;flex-wrap:wrap;justify-content:space-between;padding-bottom:.5rem;padding-top:.5rem;position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{font-size:1.25rem;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:initial;border:1px solid #0000;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 .25rem;outline:0;text-decoration:none}.navbar-toggler-icon{background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#0000008c}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:#000000e6}.navbar-light .navbar-toggler{border-color:#0000001a;color:#0000008c}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#0000008c}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#000000e6}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff8c}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:#ffffff1a;color:#ffffff8c}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#ffffff8c}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:initial;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.5rem 1rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{background-color:#00000008;border-top:1px solid rgba(0,0,0,.125);padding:.5rem 1rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.5rem}.card-header-pills,.card-header-tabs{margin-left:-.5rem;margin-right:-.5rem}.card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{align-items:center;background-color:#fff;border:0;border-radius:0;color:#212529;display:flex;font-size:1rem;overflow-anchor:none;padding:1rem 1.25rem;position:relative;text-align:left;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;width:100%}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125);color:#0c63e4}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");transform:rotate(-180deg)}.accordion-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;content:"";flex-shrink:0;height:1.25rem;margin-left:auto;transition:transform .2s ease-in-out;width:1.25rem}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:0}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:.5rem}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #dee2e6;color:#0d6efd;display:block;position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{border-color:#dee2e6;z-index:2}.page-link:focus,.page-link:hover{background-color:#e9ecef;color:#0a58ca}.page-link:focus{box-shadow:0 0 0 .25rem #0d6efd40;outline:0;z-index:3}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{background-color:#0d6efd;border-color:#0d6efd;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;pointer-events:none}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.pagination-lg .page-link{font-size:1.25rem;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.875rem;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.25rem;color:#fff;display:inline-block;font-size:.75em;font-weight:700;line-height:1;padding:.35em .65em;text-align:center;vertical-align:initial;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{border:1px solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:1rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#cfe2ff;border-color:#b6d4fe;color:#084298}.alert-primary .alert-link{color:#06357a}.alert-secondary{background-color:#e2e3e5;border-color:#d3d6d8;color:#41464b}.alert-secondary .alert-link{color:#34383c}.alert-success{background-color:#d1e7dd;border-color:#badbcc;color:#0f5132}.alert-success .alert-link{color:#0c4128}.alert-info{background-color:#cff4fc;border-color:#b6effb;color:#055160}.alert-info .alert-link{color:#04414d}.alert-warning{background-color:#fff3cd;border-color:#ffecb5;color:#664d03}.alert-warning .alert-link{color:#523e02}.alert-danger{background-color:#f8d7da;border-color:#f5c2c7;color:#842029}.alert-danger .alert-link{color:#6a1a21}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#636464}.alert-light .alert-link{color:#4f5050}.alert-dark{background-color:#d3d3d4;border-color:#bcbebf;color:#141619}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#0d6efd;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e9ecef;color:#212529}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);color:#212529;display:block;padding:.5rem 1rem;position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#0d6efd;border-color:#0d6efd;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#cfe2ff;color:#084298}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#bacbe6;color:#084298}.list-group-item-primary.list-group-item-action.active{background-color:#084298;border-color:#084298;color:#fff}.list-group-item-secondary{background-color:#e2e3e5;color:#41464b}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#cbccce;color:#41464b}.list-group-item-secondary.list-group-item-action.active{background-color:#41464b;border-color:#41464b;color:#fff}.list-group-item-success{background-color:#d1e7dd;color:#0f5132}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#bcd0c7;color:#0f5132}.list-group-item-success.list-group-item-action.active{background-color:#0f5132;border-color:#0f5132;color:#fff}.list-group-item-info{background-color:#cff4fc;color:#055160}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#badce3;color:#055160}.list-group-item-info.list-group-item-action.active{background-color:#055160;border-color:#055160;color:#fff}.list-group-item-warning{background-color:#fff3cd;color:#664d03}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#e6dbb9;color:#664d03}.list-group-item-warning.list-group-item-action.active{background-color:#664d03;border-color:#664d03;color:#fff}.list-group-item-danger{background-color:#f8d7da;color:#842029}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#dfc2c4;color:#842029}.list-group-item-danger.list-group-item-action.active{background-color:#842029;border-color:#842029;color:#fff}.list-group-item-light{background-color:#fefefe;color:#636464}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#e5e5e5;color:#636464}.list-group-item-light.list-group-item-action.active{background-color:#636464;border-color:#636464;color:#fff}.list-group-item-dark{background-color:#d3d3d4;color:#141619}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#bebebf;color:#141619}.list-group-item-dark.list-group-item-action.active{background-color:#141619;border-color:#141619;color:#fff}.btn-close{background:#0000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.25rem;box-sizing:initial;color:#000;height:1em;opacity:.5;padding:.25em;width:1em}.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:0 0 0 .25rem #0d6efd40;opacity:1;outline:0}.btn-close.disabled,.btn-close:disabled{opacity:.25;pointer-events:none;-webkit-user-select:none;user-select:none}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{background-clip:padding-box;background-color:#ffffffd9;border:1px solid #0000001a;border-radius:.25rem;box-shadow:0 .5rem 1rem #00000026;font-size:.875rem;max-width:100%;pointer-events:auto;width:350px}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{max-width:100%;pointer-events:none;width:-webkit-max-content;width:max-content}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{align-items:center;background-clip:padding-box;background-color:#ffffffd9;border-bottom:1px solid #0000000d;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#6c757d;display:flex;padding:.5rem .75rem}.toast-header .btn-close{margin-left:.75rem;margin-right:-.375rem}.toast-body{word-wrap:break-word;padding:.75rem}.modal{display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1055}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1050}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:center;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;flex-shrink:0;justify-content:space-between;padding:1rem}.modal-header .btn-close{margin:-.5rem -.5rem -.5rem auto;padding:.5rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{word-wrap:break-word;display:block;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1080}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .tooltip-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:-1px}.tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:.3rem;display:block;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.popover .popover-arrow{display:block;height:.5rem;position:absolute;width:1rem}.popover .popover-arrow:after,.popover .popover-arrow:before{border-color:#0000;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:#00000040;border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:1rem;left:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:#00000040;border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:#00000040;border-width:0 .5rem .5rem;top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f0f0f0;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:1rem;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:#00000040;border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f0f0f0;border-bottom:1px solid #0003;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;margin-bottom:0;padding:.5rem 1rem}.popover-header:empty{display:none}.popover-body{color:#212529;padding:1rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:0 0;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid #0000;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.offcanvas{background-clip:padding-box;background-color:#fff;bottom:0;display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:1045}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{margin-bottom:-.5rem;margin-right:-.5rem;margin-top:-.5rem;padding:.5rem}.offcanvas-title{line-height:1.5;margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:1rem}.offcanvas-start{border-right:1px solid #0003;left:0;top:0;transform:translateX(-100%);width:400px}.offcanvas-end{border-left:1px solid #0003;right:0;top:0;transform:translateX(100%);width:400px}.offcanvas-top{border-bottom:1px solid #0003;top:0;transform:translateY(-100%)}.offcanvas-bottom,.offcanvas-top{height:30vh;left:0;max-height:100%;right:0}.offcanvas-bottom{border-top:1px solid #0003;transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{background-color:currentColor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentColor;display:inline-block;min-height:1em;opacity:.25;width:1px}.align-baseline{vertical-align:initial!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(13,110,253,var(--bs-text-opacity))!important;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(108,117,125,var(--bs-text-opacity))!important;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(25,135,84,var(--bs-text-opacity))!important;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(13,202,240,var(--bs-text-opacity))!important;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(255,193,7,var(--bs-text-opacity))!important;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(220,53,69,var(--bs-text-opacity))!important;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(248,249,250,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(33,37,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(0,0,0,var(--bs-text-opacity))!important;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(255,255,255,var(--bs-text-opacity))!important;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(33,37,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:#00000080!important}.text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(13,110,253,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(108,117,125,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(25,135,84,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(13,202,240,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(255,193,7,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(220,53,69,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(248,249,250,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(33,37,41,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(0,0,0,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:initial!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:linear-gradient(180deg,#ffffff26,#fff0)!important;background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--icon-size:36px;--icon-font-size:24px;--button-size:47px;--small-button-size:var(--icon-size);--border-width:1px;--focus-border-width:1px;--margin:8px;--padding:4px;--gap:4px;--line-height:1.42857143;--loader-size:1.2em;--loader-timing:1s;--default-border-radius:2px;--default-color:#212529;--disabled-color:#a8a8a8;--disabled-opacity:40%;--body-color:var(--default-color);--bold-color:#000;--active-color:#4285f4;--active-bg-color:#e0e0e0;--highlight-color:#eef5ff;--link-color:var(--active-color);--link-bold-color:#0759e4;--link-hover-color:var(--link-bold-color);--button-border-color:#c7c7c7;--button-border-radius:var(--default-border-radius);--bg-color:#fefefe;--hover-bg-color:#e9ecef;--focus-color:#212529;--focus-bg-color:var(--hover-bg-color);--focus-border-color:var(--active-color);--focus-border:var(--focus-border-width) solid var(--focus-border-color);--focus-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px #007eff1a;--nofocus-border:var(--focus-border-width) solid #0000;--marked-bg-color:none;--disabled-bg-color:#eee;--dropdown-color:#737373;--plex-yellow:#f7be33;--plex-orange:#e4762f;--plex-red:#e54028;--plex-black:#000}body{line-height:1.42857143;line-height:var(--line-height)}b,strong{color:#000;color:var(--bold-color)}mark{background-color:none;background-color:var(--marked-bg-color);display:inline}.navbar.app-header{border-bottom:1px solid #e7e7e7}.h4,h4{font-size:18px}.btn,button{border-color:#c7c7c7;border-color:var(--button-border-color);border-radius:2px;border-radius:var(--button-border-radius);color:#737373;padding:0}.btn.glyphicon,button.glyphicon{position:relative}div.glyphicon,span.glyphicon{margin:auto;text-align:center}.disabled,.disabled :not(:empty),.disabled input,.disabled select,button:disabled,select.disabled{color:#a8a8a8;color:var(--disabled-color);cursor:default}.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{box-shadow:inset 0 1px 0 #ffffff26,0 1px 1px rgba(0,0,0,.075);color:#000;text-shadow:0 -1px 0 #0003}.grid-filter,.landing-page,.navbar-menus,.navbar-searchbox{.dropdown-toggle:after{display:none}}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger:disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default:disabled,.btn-default[disabled],.btn-info.disabled,.btn-info:disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary:disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success:disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning:disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{background-color:#0000;border-color:inherit;box-shadow:none;color:#a8a8a8;color:var(--disabled-color)}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default,.btn-primary{background-color:#e0e0e0;background-image:linear-gradient(180deg,#fff 0,#e0e0e0);background-repeat:repeat-x;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 #fff}.btn-default:focus,.btn-default:hover,.btn-primary:focus,.btn-primary:hover,.btn:focus,.btn:hover{background-color:#e9ecef;background-color:var(--hover-bg-color);background-position:0 -15px;box-shadow:none;color:inherit}.btn-default.active,.btn-default:active,.btn-primary.active,.btn-primary:active,.btn.active,.btn:active{background-color:#e0e0e0;background-color:var(--active-bg-color);border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,.btn.disabled,.btn.disabled.active,.btn.disabled.focus,.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover,.btn[disabled],.btn[disabled].active,.btn[disabled].focus,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-image:none;cursor:pointer;opacity:#a8a8a8;opacity:var(--disabled-color)}.modal-header .btn-close{background-size:8px;font-size:8px}.modal-footer .btn{font-size:14px}.btn-success{background-image:linear-gradient(180deg,#5cb85c 0,#419641);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:linear-gradient(180deg,#5bc0de 0,#2aabd2);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:linear-gradient(180deg,#f0ad4e 0,#eb9316);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:linear-gradient(180deg,#d9534f 0,#c12e2a);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu{border-radius:2px;border-radius:var(--button-border-radius);box-shadow:0 6px 12px #0000002e;font-size:14px;offset:2px 0;padding:5px 0;top:100%}legend{font-size:1rem}.dropdown-item{clear:both;color:#333;display:flex;font-size:1rem;font-weight:400;line-height:.95rem;margin:auto;max-width:300px;overflow-x:hidden;padding:.25rem .75rem;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%;>span{flex:0 1}select{background:inherit;color:inherit}label:has(select:disabled){color:#a8a8a8;color:var(--disabled-color)}}.dropdown-item:active{label:has(select){color:#4285f4;color:var(--active-color)}label:has(select:disabled){color:#a8a8a8;color:var(--disabled-color)}.ctm__checkbox,.numeric{label{color:#4285f4;color:var(--active-color)}}.ctm__checkbox:disabled,.numeric:disabled{label{color:#a8a8a8;color:var(--disabled-color)}}}.dropdown-menu .dropdown-item :first-child:not(img):not(.fi){flex:1 1}.dropdown-group{box-sizing:initial}.dropdown-group>*{text-indent:1rem}.dropdown-header{font-size:1rem;padding:3px 20px;white-space:nowrap}.dropdown-header.disabled,.dropdown-header:disabled{color:#a8a8a8;color:var(--disabled-color)}.dropdown-header.compound-group-header{font-size:inherit;font-weight:400;line-height:1.42857143;padding:3px 20px}.dropdown-divider{background-color:#e5e5e5;height:.1rem;margin:.25rem 0;overflow:hidden}.navbar-nav.navbar-menus .dropdown-menu{left:auto;position:absolute;right:0}.search-btn .search-icon{margin-right:3px;margin-top:-12px}.search-link .search-icon{margin-right:3px}.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:active,.dropdown-menu .dropdown-item:focus{background:none}.dropdown-menu .dropdown-item.active:hover,.dropdown-menu .dropdown-item:hover{background-color:#e8e8e8;background-image:linear-gradient(180deg,#f5f5f5 0,#e8e8e8);background-image:linear-gradient(180deg,#f5f5f5,#e8e8e8);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#ffe8e8e8",GradientType=0)}.navbar-default{background-image:linear-gradient(180deg,#fff 0,#f8f8f8);background-repeat:repeat-x;border-radius:2px;border-radius:var(--button-border-radius);box-shadow:inset 0 1px 0 #ffffff26,0 1px 5px rgba(0,0,0,.075);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-default .navbar-nav .nav-link.active,.navbar-default .navbar-nav .show .nav-link{background-image:linear-gradient(180deg,#dbdbdb 0,#e2e2e2);background-repeat:repeat-x;box-shadow:inset 0 3px 9px rgba(0,0,0,.075);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb",endColorstr="#ffe2e2e2",GradientType=0)}.navbar-brand,.navbar-nav .nav-link{text-shadow:0 1px 0 #ffffff40}.navbar-brand{padding:0}.navbar-inverse{background-image:linear-gradient(180deg,#3c3c3c 0,#222);background-repeat:repeat-x;border-radius:2px;border-radius:var(--button-border-radius);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav .nav-link.active,.navbar-inverse .navbar-nav .show .nav-link{background-image:linear-gradient(180deg,#080808 0,#0f0f0f);background-repeat:repeat-x;box-shadow:inset 0 3px 9px #00000040;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808",endColorstr="#ff0f0f0f",GradientType=0)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav .nav-link{text-shadow:0 -1px 0 #00000040}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}.alert{box-shadow:inset 0 1px 0 #ffffff40,0 1px 2px #0000000d;text-shadow:0 1px 0 #fff3}.alert-success{background-image:linear-gradient(180deg,#dff0d8 0,#c8e5bc);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8",endColorstr="#ffc8e5bc",GradientType=0)}.alert-info{background-image:linear-gradient(180deg,#d9edf7 0,#b9def0);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7",endColorstr="#ffb9def0",GradientType=0)}.alert-warning{background-image:linear-gradient(180deg,#fcf8e3 0,#f8efc0);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3",endColorstr="#fff8efc0",GradientType=0)}.alert-danger,.alert-error{background-image:linear-gradient(180deg,#f2dede 0,#e7c3c3);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede",endColorstr="#ffe7c3c3",GradientType=0)}.progress{background-image:linear-gradient(180deg,#ebebeb 0,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb",endColorstr="#fff5f5f5",GradientType=0)}.progress,.progress-bar{background-repeat:repeat-x}.progress-bar{background-image:linear-gradient(180deg,#337ab7 0,#286090);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff286090",GradientType=0)}.progress-bar-success{background-image:linear-gradient(180deg,#5cb85c 0,#449d44);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c",endColorstr="#ff449d44",GradientType=0)}.progress-bar-info{background-image:linear-gradient(180deg,#5bc0de 0,#31b0d5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff31b0d5",GradientType=0)}.progress-bar-warning{background-image:linear-gradient(180deg,#f0ad4e 0,#ec971f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e",endColorstr="#ffec971f",GradientType=0)}.progress-bar-danger{background-image:linear-gradient(180deg,#d9534f 0,#c9302c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f",endColorstr="#ffc9302c",GradientType=0)}.progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000)}.list-group{border-radius:2px;border-radius:var(--button-border-radius);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{background-image:linear-gradient(180deg,#337ab7 0,#2b669a);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2b669a",GradientType=0);text-shadow:0 -1px 0 #286090}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{box-shadow:0 1px 2px #0000000d}.panel-default .panel-heading{background-image:linear-gradient(180deg,#f5f5f5 0,#e8e8e8);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#ffe8e8e8",GradientType=0)}.panel-primary .panel-heading{background-image:linear-gradient(180deg,#337ab7 0,#2e6da4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0)}.panel-success .panel-heading{background-image:linear-gradient(180deg,#dff0d8 0,#d0e9c6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8",endColorstr="#ffd0e9c6",GradientType=0)}.panel-info>.panel-heading{background-image:linear-gradient(180deg,#d9edf7 0,#c4e3f3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7",endColorstr="#ffc4e3f3",GradientType=0)}.panel-warning>.panel-heading{background-image:linear-gradient(180deg,#fcf8e3 0,#faf2cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3",endColorstr="#fffaf2cc",GradientType=0)}.panel-danger>.panel-heading{background-image:linear-gradient(180deg,#f2dede 0,#ebcccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede",endColorstr="#ffebcccc",GradientType=0)}.well{background-image:linear-gradient(180deg,#e8e8e8 0,#f5f5f5);background-repeat:repeat-x;border-color:#dcdcdc;box-shadow:inset 0 1px 3px #0000000d,0 1px 0 #ffffff1a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8",endColorstr="#fff5f5f5",GradientType=0)}.carousel-control-next-icon,.carousel-control-prev-icon{background-color:#ccc}@font-face{font-family:Glyphicons Halflings;src:url(/static/media/glyphicons-halflings-regular.5be1347c682810f199c7.eot);src:url(/static/media/glyphicons-halflings-regular.5be1347c682810f199c7.eot?#iefix) format("embedded-opentype"),url(/static/media/glyphicons-halflings-regular.be810be3a3e14c682a25.woff2) format("woff2"),url(/static/media/glyphicons-halflings-regular.82b1212e45a2bc35dd73.woff) format("woff"),url(/static/media/glyphicons-halflings-regular.4692b9ec53fd5972caa2.ttf) format("truetype"),url(/static/media/glyphicons-halflings-regular.060b2710bdbbe3dfe48b.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:initial;display:inline-block;font-family:Glyphicons Halflings,sans-serif;font-style:normal;font-weight:400;line-height:1;position:relative;top:1px}.glyphicon-wireless.disabled{opacity:50%}.glyphicon-wireless:before{content:"\01F6DC";filter:grayscale(100%)}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\e227"}.glyphicon-jpy:before,.glyphicon-yen:before{content:"\00a5"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}.close{cursor:pointer;opacity:.5}.close:focus,.close:hover{opacity:1}.carousel-control-next .glyphicon,.carousel-control-prev .glyphicon{color:gray;font-size:3em;text-decoration:none}.btn.dropdown-toggle,.show>.btn.dropdown-toggle{background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:2px;border-radius:var(--button-border-radius);color:#737373;padding:9px 13px 7px}:focus-visible{border:1px solid #4285f4;border:var(--focus-border)}a:not(:focus-visible){border:1px solid #0000;border:var(--nofocus-border)}.plex-yellow{background-color:#f7be33;background-color:var(--plex-yellow)}.plex-orange{background-color:#e4762f;background-color:var(--plex-orange)}.plex-red{background-color:#e54028;background-color:var(--plex-red)}.plex-black{background-color:#000;background-color:var(--plex-black)}.radio-group{text-indent:1rem}.dropdown-menu .radio-group div{text-indent:0}.dropdown-group{margin-left:1rem;.radio-group{text-indent:1rem;div{margin-left:1rem}}}button[class*=" fi-rs-"],button[class^=fi-rs-],div[class*=fi-rs-],div[class^=fi-rs-]{font-size:24px;font-size:var(--icon-font-size);padding:8px 8px 0;width:36px;width:var(--icon-size)}button[class*=" fi-rs-"]:before,button[class^=fi-rs-]:before,div[class*=fi-rs-]:before,div[class^=fi-rs-]:before{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:uicons-regular-straight!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none}.select__menu{overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.link{background:none;border:none;color:#4285f4;color:var(--link-color);margin:8px 0;margin:var(--margin) 0;a:not(:hover){text-decoration:none}}.link:hover{color:#0759e4;color:var(--link-hover-color);text-decoration:underline}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;will-change:opacity,visibility}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);visibility:visible}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}@font-face{font-display:swap;font-family:uicons-regular-rounded;src:url(/static/media/uicons-regular-rounded-G7QZAJOP.3a7c915ed4db3b296725.woff2) format("woff2"),url(/static/media/uicons-regular-rounded-7VVMVFVQ.10a246a26d6291bc77e3.woff) format("woff"),url(/static/media/uicons-regular-rounded-WYM4NWBO.c9add527cfcb58567349.eot#iefix) format("embedded-opentype")}i[class*=" fi-rr-"]:before,i[class^=fi-rr-]:before,span[class*=fi-rr-]:before,span[class^=fi-rr-]:before{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:uicons-regular-rounded!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none}.fi-rr-zoom-out:before{content:"\f101"}.fi-rr-zoom-in:before{content:"\f102"}.fi-rr-z:before{content:"\f103"}.fi-rr-yin-yang:before{content:"\f104"}.fi-rr-yen:before{content:"\f105"}.fi-rr-y:before{content:"\f106"}.fi-rr-x:before{content:"\f107"}.fi-rr-x-ray:before{content:"\f108"}.fi-rr-wrench-simple:before{content:"\f109"}.fi-rr-wrench-alt:before{content:"\f10a"}.fi-rr-wreath:before{content:"\f10b"}.fi-rr-worm:before{content:"\f10c"}.fi-rr-world:before{content:"\f10d"}.fi-rr-workshop:before{content:"\f10e"}.fi-rr-workflow:before{content:"\f10f"}.fi-rr-workflow-setting:before{content:"\f110"}.fi-rr-workflow-setting-alt:before{content:"\f111"}.fi-rr-workflow-alt:before{content:"\f112"}.fi-rr-work-in-progress:before{content:"\f113"}.fi-rr-won-sign:before{content:"\f114"}.fi-rr-woman-scientist:before{content:"\f115"}.fi-rr-woman-head:before{content:"\f116"}.fi-rr-wishlist-star:before{content:"\f117"}.fi-rr-wishlist-heart:before{content:"\f118"}.fi-rr-wine-glass-empty:before{content:"\f119"}.fi-rr-wine-glass-crack:before{content:"\f11a"}.fi-rr-wine-bottle:before{content:"\f11b"}.fi-rr-windsock:before{content:"\f11c"}.fi-rr-window-restore:before{content:"\f11d"}.fi-rr-window-minimize:before{content:"\f11e"}.fi-rr-window-maximize:before{content:"\f11f"}.fi-rr-window-frame:before{content:"\f120"}.fi-rr-window-frame-open:before{content:"\f121"}.fi-rr-window-alt:before{content:"\f122"}.fi-rr-wind:before{content:"\f123"}.fi-rr-wind-warning:before{content:"\f124"}.fi-rr-wind-turbine:before{content:"\f125"}.fi-rr-wifi:before{content:"\f126"}.fi-rr-wifi-slash:before{content:"\f127"}.fi-rr-wifi-exclamation:before{content:"\f128"}.fi-rr-wifi-alt:before{content:"\f129"}.fi-rr-wifi-2:before{content:"\f12a"}.fi-rr-wifi-1:before{content:"\f12b"}.fi-rr-whistle:before{content:"\f12c"}.fi-rr-wheelchair:before{content:"\f12d"}.fi-rr-wheelchair-move:before{content:"\f12e"}.fi-rr-wheat:before{content:"\f12f"}.fi-rr-wheat-slash:before{content:"\f130"}.fi-rr-wheat-awn:before{content:"\f131"}.fi-rr-wheat-awn-slash:before{content:"\f132"}.fi-rr-wheat-awn-circle-exclamation:before{content:"\f133"}.fi-rr-whale:before{content:"\f134"}.fi-rr-wednesday:before{content:"\f135"}.fi-rr-webcam:before{content:"\f136"}.fi-rr-webcam-slash:before{content:"\f137"}.fi-rr-waveform:before{content:"\f138"}.fi-rr-waveform-path:before{content:"\f139"}.fi-rr-wave-triangle:before{content:"\f13a"}.fi-rr-wave-square:before{content:"\f13b"}.fi-rr-wave-sine:before{content:"\f13c"}.fi-rr-watermelon:before{content:"\f13d"}.fi-rr-water:before{content:"\f13e"}.fi-rr-water-rise:before{content:"\f13f"}.fi-rr-water-lower:before{content:"\f140"}.fi-rr-water-ladder:before{content:"\f141"}.fi-rr-water-bottle:before{content:"\f142"}.fi-rr-watch:before{content:"\f143"}.fi-rr-watch-smart:before{content:"\f144"}.fi-rr-watch-fitness:before{content:"\f145"}.fi-rr-watch-calculator:before{content:"\f146"}.fi-rr-waste:before{content:"\f147"}.fi-rr-waste-pollution:before{content:"\f148"}.fi-rr-washer:before{content:"\f149"}.fi-rr-warranty:before{content:"\f14a"}.fi-rr-warehouse-alt:before{content:"\f14b"}.fi-rr-wallet:before{content:"\f14c"}.fi-rr-wallet-arrow:before{content:"\f14d"}.fi-rr-walking:before{content:"\f14e"}.fi-rr-walkie-talkie:before{content:"\f14f"}.fi-rr-walker:before{content:"\f150"}.fi-rr-wagon-covered:before{content:"\f151"}.fi-rr-waffle:before{content:"\f152"}.fi-rr-w:before{content:"\f153"}.fi-rr-vr-cardboard:before{content:"\f154"}.fi-rr-vote-yea:before{content:"\f155"}.fi-rr-vote-nay:before{content:"\f156"}.fi-rr-volume:before{content:"\f157"}.fi-rr-volume-slash:before{content:"\f158"}.fi-rr-volume-off:before{content:"\f159"}.fi-rr-volume-mute:before{content:"\f15a"}.fi-rr-volume-down:before{content:"\f15b"}.fi-rr-volleyball:before{content:"\f15c"}.fi-rr-volcano:before{content:"\f15d"}.fi-rr-voicemail:before{content:"\f15e"}.fi-rr-visit:before{content:"\f15f"}.fi-rr-viruses:before{content:"\f160"}.fi-rr-virus:before{content:"\f161"}.fi-rr-virus-slash:before{content:"\f162"}.fi-rr-violin:before{content:"\f163"}.fi-rr-vihara:before{content:"\f164"}.fi-rr-videoconference:before{content:"\f165"}.fi-rr-video-slash:before{content:"\f166"}.fi-rr-video-plus:before{content:"\f167"}.fi-rr-video-duration:before{content:"\f168"}.fi-rr-video-camera:before{content:"\f169"}.fi-rr-video-camera-alt:before{content:"\f16a"}.fi-rr-video-arrow-up-right:before{content:"\f16b"}.fi-rr-video-arrow-down-left:before{content:"\f16c"}.fi-rr-vest:before{content:"\f16d"}.fi-rr-vest-patches:before{content:"\f16e"}.fi-rr-venus:before{content:"\f16f"}.fi-rr-venus-mars:before{content:"\f170"}.fi-rr-venus-double:before{content:"\f171"}.fi-rr-vector:before{content:"\f172"}.fi-rr-vector-polygon:before{content:"\f173"}.fi-rr-vector-circle:before{content:"\f174"}.fi-rr-vector-alt:before{content:"\f175"}.fi-rr-vault:before{content:"\f176"}.fi-rr-value-absolute:before{content:"\f177"}.fi-rr-vacuum:before{content:"\f178"}.fi-rr-vacuum-robot:before{content:"\f179"}.fi-rr-v:before{content:"\f17a"}.fi-rr-ux:before{content:"\f17b"}.fi-rr-ux-browser:before{content:"\f17c"}.fi-rr-utility-pole:before{content:"\f17d"}.fi-rr-utility-pole-double:before{content:"\f17e"}.fi-rr-utensils:before{content:"\f17f"}.fi-rr-users:before{content:"\f180"}.fi-rr-users-slash:before{content:"\f181"}.fi-rr-users-medical:before{content:"\f182"}.fi-rr-users-gear:before{content:"\f183"}.fi-rr-users-class:before{content:"\f184"}.fi-rr-users-alt:before{content:"\f185"}.fi-rr-user:before{content:"\f186"}.fi-rr-user-xmark:before{content:"\f187"}.fi-rr-user-visor:before{content:"\f188"}.fi-rr-user-unlock:before{content:"\f189"}.fi-rr-user-time:before{content:"\f18a"}.fi-rr-user-tag:before{content:"\f18b"}.fi-rr-user-slash:before{content:"\f18c"}.fi-rr-user-shield:before{content:"\f18d"}.fi-rr-user-salary:before{content:"\f18e"}.fi-rr-user-robot:before{content:"\f18f"}.fi-rr-user-robot-xmarks:before{content:"\f190"}.fi-rr-user-police:before{content:"\f191"}.fi-rr-user-pilot:before{content:"\f192"}.fi-rr-user-pilot-tie:before{content:"\f193"}.fi-rr-user-pen:before{content:"\f194"}.fi-rr-user-nurse:before{content:"\f195"}.fi-rr-user-ninja:before{content:"\f196"}.fi-rr-user-music:before{content:"\f197"}.fi-rr-user-minus:before{content:"\f198"}.fi-rr-user-md:before{content:"\f199"}.fi-rr-user-md-chat:before{content:"\f19a"}.fi-rr-user-lock:before{content:"\f19b"}.fi-rr-user-key:before{content:"\f19c"}.fi-rr-user-interface-ui:before{content:"\f19d"}.fi-rr-user-injured:before{content:"\f19e"}.fi-rr-user-helmet-safety:before{content:"\f19f"}.fi-rr-user-headset:before{content:"\f1a0"}.fi-rr-user-graduate:before{content:"\f1a1"}.fi-rr-user-gear:before{content:"\f1a2"}.fi-rr-user-crown:before{content:"\f1a3"}.fi-rr-user-cowboy:before{content:"\f1a4"}.fi-rr-user-chef:before{content:"\f1a5"}.fi-rr-user-check:before{content:"\f1a6"}.fi-rr-user-astronaut:before{content:"\f1a7"}.fi-rr-user-alien:before{content:"\f1a8"}.fi-rr-user-add:before{content:"\f1a9"}.fi-rr-usd-square:before{content:"\f1aa"}.fi-rr-usd-circle:before{content:"\f1ab"}.fi-rr-usb-pendrive:before{content:"\f1ac"}.fi-rr-url:before{content:"\f1ad"}.fi-rr-upload:before{content:"\f1ae"}.fi-rr-up:before{content:"\f1af"}.fi-rr-up-right:before{content:"\f1b0"}.fi-rr-up-right-from-square:before{content:"\f1b1"}.fi-rr-up-left:before{content:"\f1b2"}.fi-rr-unlock:before{content:"\f1b3"}.fi-rr-universal-access:before{content:"\f1b4"}.fi-rr-uniform-martial-arts:before{content:"\f1b5"}.fi-rr-unicorn:before{content:"\f1b6"}.fi-rr-undo:before{content:"\f1b7"}.fi-rr-undo-alt:before{content:"\f1b8"}.fi-rr-underline:before{content:"\f1b9"}.fi-rr-umbrella:before{content:"\f1ba"}.fi-rr-umbrella-beach:before{content:"\f1bb"}.fi-rr-ui-ux:before{content:"\f1bc"}.fi-rr-ufo:before{content:"\f1bd"}.fi-rr-ufo-beam:before{content:"\f1be"}.fi-rr-u:before{content:"\f1bf"}.fi-rr-typewriter:before{content:"\f1c0"}.fi-rr-tv-retro:before{content:"\f1c1"}.fi-rr-tv-music:before{content:"\f1c2"}.fi-rr-turtle:before{content:"\f1c3"}.fi-rr-turntable:before{content:"\f1c4"}.fi-rr-turkey:before{content:"\f1c5"}.fi-rr-tugrik-sign:before{content:"\f1c6"}.fi-rr-tuesday:before{content:"\f1c7"}.fi-rr-tubes:before{content:"\f1c8"}.fi-rr-tty:before{content:"\f1c9"}.fi-rr-tty-answer:before{content:"\f1ca"}.fi-rr-tshirt:before{content:"\f1cb"}.fi-rr-trust:before{content:"\f1cc"}.fi-rr-trust-alt:before{content:"\f1cd"}.fi-rr-trumpet:before{content:"\f1ce"}.fi-rr-truck-tow:before{content:"\f1cf"}.fi-rr-truck-side:before{content:"\f1d0"}.fi-rr-truck-ramp:before{content:"\f1d1"}.fi-rr-truck-plow:before{content:"\f1d2"}.fi-rr-truck-pickup:before{content:"\f1d3"}.fi-rr-truck-moving:before{content:"\f1d4"}.fi-rr-truck-monster:before{content:"\f1d5"}.fi-rr-truck-medical:before{content:"\f1d6"}.fi-rr-truck-loading:before{content:"\f1d7"}.fi-rr-truck-front:before{content:"\f1d8"}.fi-rr-truck-flatbed:before{content:"\f1d9"}.fi-rr-truck-couch:before{content:"\f1da"}.fi-rr-truck-container:before{content:"\f1db"}.fi-rr-truck-container-empty:before{content:"\f1dc"}.fi-rr-truck-check:before{content:"\f1dd"}.fi-rr-truck-box:before{content:"\f1de"}.fi-rr-truck-bolt:before{content:"\f1df"}.fi-rr-truck-arrow-right:before{content:"\f1e0"}.fi-rr-truck-arrow-left:before{content:"\f1e1"}.fi-rr-trophy:before{content:"\f1e2"}.fi-rr-trophy-star:before{content:"\f1e3"}.fi-rr-trillium:before{content:"\f1e4"}.fi-rr-triangle:before{content:"\f1e5"}.fi-rr-triangle-warning:before{content:"\f1e6"}.fi-rr-triangle-person-digging:before{content:"\f1e7"}.fi-rr-triangle-music:before{content:"\f1e8"}.fi-rr-trees:before{content:"\f1e9"}.fi-rr-trees-alt:before{content:"\f1ea"}.fi-rr-tree:before{content:"\f1eb"}.fi-rr-tree-deciduous:before{content:"\f1ec"}.fi-rr-tree-christmas:before{content:"\f1ed"}.fi-rr-tree-alt:before{content:"\f1ee"}.fi-rr-treatment:before{content:"\f1ef"}.fi-rr-treasure-chest:before{content:"\f1f0"}.fi-rr-trash:before{content:"\f1f1"}.fi-rr-trash-xmark:before{content:"\f1f2"}.fi-rr-trash-undo:before{content:"\f1f3"}.fi-rr-trash-undo-alt:before{content:"\f1f4"}.fi-rr-trash-slash:before{content:"\f1f5"}.fi-rr-trash-restore:before{content:"\f1f6"}.fi-rr-trash-restore-alt:before{content:"\f1f7"}.fi-rr-trash-plus:before{content:"\f1f8"}.fi-rr-trash-list:before{content:"\f1f9"}.fi-rr-trash-clock:before{content:"\f1fa"}.fi-rr-trash-check:before{content:"\f1fb"}.fi-rr-trash-can-slash:before{content:"\f1fc"}.fi-rr-trash-can-plus:before{content:"\f1fd"}.fi-rr-trash-can-list:before{content:"\f1fe"}.fi-rr-trash-can-clock:before{content:"\f1ff"}.fi-rr-trash-can-check:before{content:"\f200"}.fi-rr-transporter:before{content:"\f201"}.fi-rr-transporter-empty:before{content:"\f202"}.fi-rr-transporter-7:before{content:"\f203"}.fi-rr-transporter-6:before{content:"\f204"}.fi-rr-transporter-5:before{content:"\f205"}.fi-rr-transporter-4:before{content:"\f206"}.fi-rr-transporter-3:before{content:"\f207"}.fi-rr-transporter-2:before{content:"\f208"}.fi-rr-transporter-1:before{content:"\f209"}.fi-rr-transgender:before{content:"\f20a"}.fi-rr-transformer-bolt:before{content:"\f20b"}.fi-rr-transformation-shapes:before{content:"\f20c"}.fi-rr-transformation-design:before{content:"\f20d"}.fi-rr-transformation-circle:before{content:"\f20e"}.fi-rr-transformation-block:before{content:"\f20f"}.fi-rr-transform:before{content:"\f210"}.fi-rr-tram:before{content:"\f211"}.fi-rr-train:before{content:"\f212"}.fi-rr-train-tram:before{content:"\f213"}.fi-rr-train-subway-tunnel:before{content:"\f214"}.fi-rr-train-station:before{content:"\f215"}.fi-rr-train-station-building:before{content:"\f216"}.fi-rr-train-side:before{content:"\f217"}.fi-rr-train-journey:before{content:"\f218"}.fi-rr-trailer:before{content:"\f219"}.fi-rr-traffic-light:before{content:"\f21a"}.fi-rr-traffic-light-stop:before{content:"\f21b"}.fi-rr-traffic-light-slow:before{content:"\f21c"}.fi-rr-traffic-light-go:before{content:"\f21d"}.fi-rr-traffic-cone:before{content:"\f21e"}.fi-rr-trademark:before{content:"\f21f"}.fi-rr-tractor:before{content:"\f220"}.fi-rr-track:before{content:"\f221"}.fi-rr-tower-control:before{content:"\f222"}.fi-rr-tour-virtual:before{content:"\f223"}.fi-rr-tour-guide-people:before{content:"\f224"}.fi-rr-total:before{content:"\f225"}.fi-rr-tornado:before{content:"\f226"}.fi-rr-torii-gate:before{content:"\f227"}.fi-rr-toothbrush:before{content:"\f228"}.fi-rr-tooth:before{content:"\f229"}.fi-rr-tools:before{content:"\f22a"}.fi-rr-tool-marquee:before{content:"\f22b"}.fi-rr-tool-crop:before{content:"\f22c"}.fi-rr-tool-box:before{content:"\f22d"}.fi-rr-tombstone:before{content:"\f22e"}.fi-rr-tombstone-alt:before{content:"\f22f"}.fi-rr-tomato:before{content:"\f230"}.fi-rr-token:before{content:"\f231"}.fi-rr-toilet:before{content:"\f232"}.fi-rr-toilet-paper-under:before{content:"\f233"}.fi-rr-toilet-paper-under-slash:before{content:"\f234"}.fi-rr-toilet-paper-slash:before{content:"\f235"}.fi-rr-toilet-paper-blank:before{content:"\f236"}.fi-rr-toilet-paper-blank-under:before{content:"\f237"}.fi-rr-toggle-on:before{content:"\f238"}.fi-rr-toggle-off:before{content:"\f239"}.fi-rr-together-people:before{content:"\f23a"}.fi-rr-to-do:before{content:"\f23b"}.fi-rr-to-do-alt:before{content:"\f23c"}.fi-rr-tired:before{content:"\f23d"}.fi-rr-tire:before{content:"\f23e"}.fi-rr-tire-rugged:before{content:"\f23f"}.fi-rr-tire-pressure-warning:before{content:"\f240"}.fi-rr-tire-flat:before{content:"\f241"}.fi-rr-tip-coin:before{content:"\f242"}.fi-rr-tint-slash:before{content:"\f243"}.fi-rr-times-hexagon:before{content:"\f244"}.fi-rr-time-twenty-four:before{content:"\f245"}.fi-rr-time-quarter-to:before{content:"\f246"}.fi-rr-time-quarter-past:before{content:"\f247"}.fi-rr-time-past:before{content:"\f248"}.fi-rr-time-oclock:before{content:"\f249"}.fi-rr-time-half-past:before{content:"\f24a"}.fi-rr-time-forward:before{content:"\f24b"}.fi-rr-time-forward-ten:before{content:"\f24c"}.fi-rr-time-forward-sixty:before{content:"\f24d"}.fi-rr-time-fast:before{content:"\f24e"}.fi-rr-time-delete:before{content:"\f24f"}.fi-rr-time-check:before{content:"\f250"}.fi-rr-time-add:before{content:"\f251"}.fi-rr-tilde:before{content:"\f252"}.fi-rr-tie:before{content:"\f253"}.fi-rr-tickets-airline:before{content:"\f254"}.fi-rr-ticket:before{content:"\f255"}.fi-rr-ticket-alt:before{content:"\f256"}.fi-rr-ticket-airline:before{content:"\f257"}.fi-rr-thursday:before{content:"\f258"}.fi-rr-thunderstorm:before{content:"\f259"}.fi-rr-thunderstorm-sun:before{content:"\f25a"}.fi-rr-thunderstorm-moon:before{content:"\f25b"}.fi-rr-thumbtack:before{content:"\f25c"}.fi-rr-thought-bubble:before{content:"\f25d"}.fi-rr-third:before{content:"\f25e"}.fi-rr-third-medal:before{content:"\f25f"}.fi-rr-third-laurel:before{content:"\f260"}.fi-rr-third-award:before{content:"\f261"}.fi-rr-theta:before{content:"\f262"}.fi-rr-thermometer-three-quarters:before{content:"\f263"}.fi-rr-thermometer-quarter:before{content:"\f264"}.fi-rr-thermometer-half:before{content:"\f265"}.fi-rr-thermometer-full:before{content:"\f266"}.fi-rr-thermometer-empty:before{content:"\f267"}.fi-rr-thermometer-alt:before{content:"\f268"}.fi-rr-theater-masks:before{content:"\f269"}.fi-rr-text:before{content:"\f26a"}.fi-rr-text-width:before{content:"\f26b"}.fi-rr-text-slash:before{content:"\f26c"}.fi-rr-text-size:before{content:"\f26d"}.fi-rr-text-shadow:before{content:"\f26e"}.fi-rr-text-height:before{content:"\f26f"}.fi-rr-text-check:before{content:"\f270"}.fi-rr-text-box:before{content:"\f271"}.fi-rr-text-box-edit:before{content:"\f272"}.fi-rr-text-box-dots:before{content:"\f273"}.fi-rr-test:before{content:"\f274"}.fi-rr-test-tube:before{content:"\f275"}.fi-rr-terrace:before{content:"\f276"}.fi-rr-terminal:before{content:"\f277"}.fi-rr-tents:before{content:"\f278"}.fi-rr-tent-arrows-down:before{content:"\f279"}.fi-rr-tent-arrow-turn-left:before{content:"\f27a"}.fi-rr-tent-arrow-left-right:before{content:"\f27b"}.fi-rr-tent-arrow-down-to-line:before{content:"\f27c"}.fi-rr-tennis:before{content:"\f27d"}.fi-rr-tenge:before{content:"\f27e"}.fi-rr-template:before{content:"\f27f"}.fi-rr-template-alt:before{content:"\f280"}.fi-rr-temperature-up:before{content:"\f281"}.fi-rr-temperature-low:before{content:"\f282"}.fi-rr-temperature-list:before{content:"\f283"}.fi-rr-temperature-high:before{content:"\f284"}.fi-rr-temperature-frigid:before{content:"\f285"}.fi-rr-temperature-down:before{content:"\f286"}.fi-rr-telescope:before{content:"\f287"}.fi-rr-teeth-open:before{content:"\f288"}.fi-rr-teddy-bear:before{content:"\f289"}.fi-rr-team-check:before{content:"\f28a"}.fi-rr-team-check-alt:before{content:"\f28b"}.fi-rr-taxi:before{content:"\f28c"}.fi-rr-taxi-bus:before{content:"\f28d"}.fi-rr-tax:before{content:"\f28e"}.fi-rr-tax-alt:before{content:"\f28f"}.fi-rr-target:before{content:"\f290"}.fi-rr-target-audience:before{content:"\f291"}.fi-rr-tape:before{content:"\f292"}.fi-rr-tap:before{content:"\f293"}.fi-rr-tank-water:before{content:"\f294"}.fi-rr-tamale:before{content:"\f295"}.fi-rr-tally:before{content:"\f296"}.fi-rr-tally-4:before{content:"\f297"}.fi-rr-tally-3:before{content:"\f298"}.fi-rr-tally-2:before{content:"\f299"}.fi-rr-tally-1:before{content:"\f29a"}.fi-rr-tags:before{content:"\f29b"}.fi-rr-taco:before{content:"\f29c"}.fi-rr-tachometer:before{content:"\f29d"}.fi-rr-tachometer-slowest:before{content:"\f29e"}.fi-rr-tachometer-slow:before{content:"\f29f"}.fi-rr-tachometer-fastest:before{content:"\f2a0"}.fi-rr-tachometer-fast:before{content:"\f2a1"}.fi-rr-tachometer-average:before{content:"\f2a2"}.fi-rr-tachometer-alt-slowest:before{content:"\f2a3"}.fi-rr-tachometer-alt-slow:before{content:"\f2a4"}.fi-rr-tachometer-alt-fastest:before{content:"\f2a5"}.fi-rr-tachometer-alt-average:before{content:"\f2a6"}.fi-rr-tablet:before{content:"\f2a7"}.fi-rr-tablet-rugged:before{content:"\f2a8"}.fi-rr-tablet-android:before{content:"\f2a9"}.fi-rr-tablet-android-alt:before{content:"\f2aa"}.fi-rr-table:before{content:"\f2ab"}.fi-rr-table-tree:before{content:"\f2ac"}.fi-rr-table-rows:before{content:"\f2ad"}.fi-rr-table-pivot:before{content:"\f2ae"}.fi-rr-table-picnic:before{content:"\f2af"}.fi-rr-table-list:before{content:"\f2b0"}.fi-rr-table-layout:before{content:"\f2b1"}.fi-rr-table-columns:before{content:"\f2b2"}.fi-rr-tab-folder:before{content:"\f2b3"}.fi-rr-t:before{content:"\f2b4"}.fi-rr-syringe:before{content:"\f2b5"}.fi-rr-synagogue:before{content:"\f2b6"}.fi-rr-symbols:before{content:"\f2b7"}.fi-rr-symbol:before{content:"\f2b8"}.fi-rr-sword:before{content:"\f2b9"}.fi-rr-swipe-up:before{content:"\f2ba"}.fi-rr-swipe-right:before{content:"\f2bb"}.fi-rr-swipe-left:before{content:"\f2bc"}.fi-rr-swipe-down:before{content:"\f2bd"}.fi-rr-swimming-pool:before{content:"\f2be"}.fi-rr-swimmer:before{content:"\f2bf"}.fi-rr-swatchbook:before{content:"\f2c0"}.fi-rr-svg:before{content:"\f2c1"}.fi-rr-sushi:before{content:"\f2c2"}.fi-rr-sushi-roll:before{content:"\f2c3"}.fi-rr-sushi-alt:before{content:"\f2c4"}.fi-rr-surprise:before{content:"\f2c5"}.fi-rr-surfing:before{content:"\f2c6"}.fi-rr-supplier:before{content:"\f2c7"}.fi-rr-supplier-alt:before{content:"\f2c8"}.fi-rr-superscript:before{content:"\f2c9"}.fi-rr-sunset:before{content:"\f2ca"}.fi-rr-sunrise:before{content:"\f2cb"}.fi-rr-sunrise-alt:before{content:"\f2cc"}.fi-rr-sunglasses:before{content:"\f2cd"}.fi-rr-sunglasses-alt:before{content:"\f2ce"}.fi-rr-sunday:before{content:"\f2cf"}.fi-rr-sun:before{content:"\f2d0"}.fi-rr-sun-plant-wilt:before{content:"\f2d1"}.fi-rr-sun-dust:before{content:"\f2d2"}.fi-rr-summer:before{content:"\f2d3"}.fi-rr-suitcase-alt:before{content:"\f2d4"}.fi-rr-subway:before{content:"\f2d5"}.fi-rr-subtitles:before{content:"\f2d6"}.fi-rr-subscription:before{content:"\f2d7"}.fi-rr-subscription-alt:before{content:"\f2d8"}.fi-rr-subscript:before{content:"\f2d9"}.fi-rr-student:before{content:"\f2da"}.fi-rr-student-alt:before{content:"\f2db"}.fi-rr-stroopwafel:before{content:"\f2dc"}.fi-rr-strikethrough:before{content:"\f2dd"}.fi-rr-stretcher:before{content:"\f2de"}.fi-rr-street-view:before{content:"\f2df"}.fi-rr-strawberry:before{content:"\f2e0"}.fi-rr-story-fantasy:before{content:"\f2e1"}.fi-rr-story-fairy-tale:before{content:"\f2e2"}.fi-rr-story-book:before{content:"\f2e3"}.fi-rr-store-slash:before{content:"\f2e4"}.fi-rr-store-lock:before{content:"\f2e5"}.fi-rr-store-alt:before{content:"\f2e6"}.fi-rr-stopwatch:before{content:"\f2e7"}.fi-rr-stop:before{content:"\f2e8"}.fi-rr-stop-circle:before{content:"\f2e9"}.fi-rr-stomach:before{content:"\f2ea"}.fi-rr-stocking:before{content:"\f2eb"}.fi-rr-sticker:before{content:"\f2ec"}.fi-rr-stethoscope:before{content:"\f2ed"}.fi-rr-sterling-sign:before{content:"\f2ee"}.fi-rr-step-forward:before{content:"\f2ef"}.fi-rr-step-backward:before{content:"\f2f0"}.fi-rr-steering-wheel:before{content:"\f2f1"}.fi-rr-steak:before{content:"\f2f2"}.fi-rr-stats:before{content:"\f2f3"}.fi-rr-state-country:before{content:"\f2f4"}.fi-rr-stars:before{content:"\f2f5"}.fi-rr-starfighter:before{content:"\f2f6"}.fi-rr-star:before{content:"\f2f7"}.fi-rr-star-shooting:before{content:"\f2f8"}.fi-rr-star-sharp-half:before{content:"\f2f9"}.fi-rr-star-sharp-half-stroke:before{content:"\f2fa"}.fi-rr-star-of-david:before{content:"\f2fb"}.fi-rr-star-octogram:before{content:"\f2fc"}.fi-rr-star-exclamation:before{content:"\f2fd"}.fi-rr-star-comment-alt:before{content:"\f2fe"}.fi-rr-star-christmas:before{content:"\f2ff"}.fi-rr-star-and-crescent:before{content:"\f300"}.fi-rr-standard-definition:before{content:"\f301"}.fi-rr-stamp:before{content:"\f302"}.fi-rr-stairs:before{content:"\f303"}.fi-rr-stage:before{content:"\f304"}.fi-rr-stage-theatre:before{content:"\f305"}.fi-rr-stage-concert:before{content:"\f306"}.fi-rr-staff:before{content:"\f307"}.fi-rr-squirrel:before{content:"\f308"}.fi-rr-squircle:before{content:"\f309"}.fi-rr-squid:before{content:"\f30a"}.fi-rr-square:before{content:"\f30b"}.fi-rr-square-z:before{content:"\f30c"}.fi-rr-square-y:before{content:"\f30d"}.fi-rr-square-x:before{content:"\f30e"}.fi-rr-square-w:before{content:"\f30f"}.fi-rr-square-v:before{content:"\f310"}.fi-rr-square-up-right:before{content:"\f311"}.fi-rr-square-u:before{content:"\f312"}.fi-rr-square-terminal:before{content:"\f313"}.fi-rr-square-t:before{content:"\f314"}.fi-rr-square-star:before{content:"\f315"}.fi-rr-square-small:before{content:"\f316"}.fi-rr-square-s:before{content:"\f317"}.fi-rr-square-root:before{content:"\f318"}.fi-rr-square-r:before{content:"\f319"}.fi-rr-square-quote:before{content:"\f31a"}.fi-rr-square-q:before{content:"\f31b"}.fi-rr-square-poll-vertical:before{content:"\f31c"}.fi-rr-square-poll-horizontal:before{content:"\f31d"}.fi-rr-square-plus:before{content:"\f31e"}.fi-rr-square-phone-hangup:before{content:"\f31f"}.fi-rr-square-p:before{content:"\f320"}.fi-rr-square-o:before{content:"\f321"}.fi-rr-square-n:before{content:"\f322"}.fi-rr-square-minus:before{content:"\f323"}.fi-rr-square-m:before{content:"\f324"}.fi-rr-square-l:before{content:"\f325"}.fi-rr-square-kanban:before{content:"\f326"}.fi-rr-square-k:before{content:"\f327"}.fi-rr-square-j:before{content:"\f328"}.fi-rr-square-info:before{content:"\f329"}.fi-rr-square-i:before{content:"\f32a"}.fi-rr-square-heart:before{content:"\f32b"}.fi-rr-square-h:before{content:"\f32c"}.fi-rr-square-g:before{content:"\f32d"}.fi-rr-square-f:before{content:"\f32e"}.fi-rr-square-exclamation:before{content:"\f32f"}.fi-rr-square-ellipsis:before{content:"\f330"}.fi-rr-square-ellipsis-vertical:before{content:"\f331"}.fi-rr-square-e:before{content:"\f332"}.fi-rr-square-divide:before{content:"\f333"}.fi-rr-square-dashed:before{content:"\f334"}.fi-rr-square-d:before{content:"\f335"}.fi-rr-square-code:before{content:"\f336"}.fi-rr-square-c:before{content:"\f337"}.fi-rr-square-bolt:before{content:"\f338"}.fi-rr-square-b:before{content:"\f339"}.fi-rr-square-a:before{content:"\f33a"}.fi-rr-square-9:before{content:"\f33b"}.fi-rr-square-8:before{content:"\f33c"}.fi-rr-square-7:before{content:"\f33d"}.fi-rr-square-6:before{content:"\f33e"}.fi-rr-square-5:before{content:"\f33f"}.fi-rr-square-4:before{content:"\f340"}.fi-rr-square-3:before{content:"\f341"}.fi-rr-square-2:before{content:"\f342"}.fi-rr-square-1:before{content:"\f343"}.fi-rr-square-0:before{content:"\f344"}.fi-rr-spy:before{content:"\f345"}.fi-rr-sprinkler:before{content:"\f346"}.fi-rr-spring-calendar:before{content:"\f347"}.fi-rr-spray-can:before{content:"\f348"}.fi-rr-spray-can-sparkles:before{content:"\f349"}.fi-rr-sport:before{content:"\f34a"}.fi-rr-spoon:before{content:"\f34b"}.fi-rr-splotch:before{content:"\f34c"}.fi-rr-split:before{content:"\f34d"}.fi-rr-spinner:before{content:"\f34e"}.fi-rr-spider:before{content:"\f34f"}.fi-rr-spider-web:before{content:"\f350"}.fi-rr-spider-black-widow:before{content:"\f351"}.fi-rr-sphere:before{content:"\f352"}.fi-rr-speedometer-kpi:before{content:"\f353"}.fi-rr-speedometer-arrow:before{content:"\f354"}.fi-rr-speakers:before{content:"\f355"}.fi-rr-speaker:before{content:"\f356"}.fi-rr-sparkles:before{content:"\f357"}.fi-rr-spaghetti-monster-flying:before{content:"\f358"}.fi-rr-spade:before{content:"\f359"}.fi-rr-space-station-moon:before{content:"\f35a"}.fi-rr-space-station-moon-alt:before{content:"\f35b"}.fi-rr-space-shuttle:before{content:"\f35c"}.fi-rr-spa:before{content:"\f35d"}.fi-rr-source-document:before{content:"\f35e"}.fi-rr-source-document-alt:before{content:"\f35f"}.fi-rr-source-data:before{content:"\f360"}.fi-rr-soup:before{content:"\f361"}.fi-rr-sort:before{content:"\f362"}.fi-rr-sort-size-up:before{content:"\f363"}.fi-rr-sort-size-down:before{content:"\f364"}.fi-rr-sort-shapes-up:before{content:"\f365"}.fi-rr-sort-shapes-down:before{content:"\f366"}.fi-rr-sort-numeric-down:before{content:"\f367"}.fi-rr-sort-numeric-down-alt:before{content:"\f368"}.fi-rr-sort-down:before{content:"\f369"}.fi-rr-sort-circle:before{content:"\f36a"}.fi-rr-sort-circle-up:before{content:"\f36b"}.fi-rr-sort-circle-down:before{content:"\f36c"}.fi-rr-sort-amount-up:before{content:"\f36d"}.fi-rr-sort-amount-up-alt:before{content:"\f36e"}.fi-rr-sort-amount-down:before{content:"\f36f"}.fi-rr-sort-amount-down-alt:before{content:"\f370"}.fi-rr-sort-alt:before{content:"\f371"}.fi-rr-sort-alpha-up:before{content:"\f372"}.fi-rr-sort-alpha-up-alt:before{content:"\f373"}.fi-rr-sort-alpha-down:before{content:"\f374"}.fi-rr-sort-alpha-down-alt:before{content:"\f375"}.fi-rr-sold-signal:before{content:"\f376"}.fi-rr-sold-house:before{content:"\f377"}.fi-rr-solar-system:before{content:"\f378"}.fi-rr-solar-panel:before{content:"\f379"}.fi-rr-sofa:before{content:"\f37a"}.fi-rr-sofa-size:before{content:"\f37b"}.fi-rr-socks:before{content:"\f37c"}.fi-rr-social-network:before{content:"\f37d"}.fi-rr-soap:before{content:"\f37e"}.fi-rr-soap-alt:before{content:"\f37f"}.fi-rr-snowplow:before{content:"\f380"}.fi-rr-snowmobile:before{content:"\f381"}.fi-rr-snowman-head:before{content:"\f382"}.fi-rr-snowman-alt:before{content:"\f383"}.fi-rr-snowflakes:before{content:"\f384"}.fi-rr-snowflake:before{content:"\f385"}.fi-rr-snowflake-droplets:before{content:"\f386"}.fi-rr-snowboarding:before{content:"\f387"}.fi-rr-snow-blowing:before{content:"\f388"}.fi-rr-snooze:before{content:"\f389"}.fi-rr-snap:before{content:"\f38a"}.fi-rr-snake:before{content:"\f38b"}.fi-rr-smoking:before{content:"\f38c"}.fi-rr-smoking-ban:before{content:"\f38d"}.fi-rr-smoke:before{content:"\f38e"}.fi-rr-smog:before{content:"\f38f"}.fi-rr-smiley-comment-alt:before{content:"\f390"}.fi-rr-smile:before{content:"\f391"}.fi-rr-smile-wink:before{content:"\f392"}.fi-rr-smile-plus:before{content:"\f393"}.fi-rr-smile-beam:before{content:"\f394"}.fi-rr-smartphone:before{content:"\f395"}.fi-rr-sliders-v:before{content:"\f396"}.fi-rr-sliders-v-square:before{content:"\f397"}.fi-rr-sliders-h-square:before{content:"\f398"}.fi-rr-sleigh:before{content:"\f399"}.fi-rr-sledding:before{content:"\f39a"}.fi-rr-slash:before{content:"\f39b"}.fi-rr-skull:before{content:"\f39c"}.fi-rr-skull-crossbones:before{content:"\f39d"}.fi-rr-skull-cow:before{content:"\f39e"}.fi-rr-skin:before{content:"\f39f"}.fi-rr-skin-hair:before{content:"\f3a0"}.fi-rr-skin-drop:before{content:"\f3a1"}.fi-rr-skin-arrow:before{content:"\f3a2"}.fi-rr-skill:before{content:"\f3a3"}.fi-rr-skill-user:before{content:"\f3a4"}.fi-rr-skill-alt:before{content:"\f3a5"}.fi-rr-skiing:before{content:"\f3a6"}.fi-rr-skiing-nordic:before{content:"\f3a7"}.fi-rr-ski-lift:before{content:"\f3a8"}.fi-rr-ski-jump:before{content:"\f3a9"}.fi-rr-ski-boot-ski:before{content:"\f3aa"}.fi-rr-skewer:before{content:"\f3ab"}.fi-rr-skeleton:before{content:"\f3ac"}.fi-rr-skating:before{content:"\f3ad"}.fi-rr-skateboard:before{content:"\f3ae"}.fi-rr-sitemap:before{content:"\f3af"}.fi-rr-site:before{content:"\f3b0"}.fi-rr-site-browser:before{content:"\f3b1"}.fi-rr-site-alt:before{content:"\f3b2"}.fi-rr-siren-on:before{content:"\f3b3"}.fi-rr-sink:before{content:"\f3b4"}.fi-rr-sim-cards:before{content:"\f3b5"}.fi-rr-sim-card:before{content:"\f3b6"}.fi-rr-signature:before{content:"\f3b7"}.fi-rr-signature-slash:before{content:"\f3b8"}.fi-rr-signature-lock:before{content:"\f3b9"}.fi-rr-signal-stream:before{content:"\f3ba"}.fi-rr-signal-stream-slash:before{content:"\f3bb"}.fi-rr-signal-bars-weak:before{content:"\f3bc"}.fi-rr-signal-bars-good:before{content:"\f3bd"}.fi-rr-signal-bars-fair:before{content:"\f3be"}.fi-rr-signal-alt:before{content:"\f3bf"}.fi-rr-signal-alt-slash:before{content:"\f3c0"}.fi-rr-signal-alt-2:before{content:"\f3c1"}.fi-rr-signal-alt-1:before{content:"\f3c2"}.fi-rr-sign-up:before{content:"\f3c3"}.fi-rr-sign-out-alt:before{content:"\f3c4"}.fi-rr-sign-in-alt:before{content:"\f3c5"}.fi-rr-sign-hanging:before{content:"\f3c6"}.fi-rr-sigma:before{content:"\f3c7"}.fi-rr-sidebar:before{content:"\f3c8"}.fi-rr-sidebar-flip:before{content:"\f3c9"}.fi-rr-shuttlecock:before{content:"\f3ca"}.fi-rr-shuttle-van:before{content:"\f3cb"}.fi-rr-shuffle:before{content:"\f3cc"}.fi-rr-shrimp:before{content:"\f3cd"}.fi-rr-shredder:before{content:"\f3ce"}.fi-rr-shower:before{content:"\f3cf"}.fi-rr-shower-down:before{content:"\f3d0"}.fi-rr-shovel:before{content:"\f3d1"}.fi-rr-shovel-snow:before{content:"\f3d2"}.fi-rr-shopping-cart:before{content:"\f3d3"}.fi-rr-shopping-cart-check:before{content:"\f3d4"}.fi-rr-shopping-cart-add:before{content:"\f3d5"}.fi-rr-shopping-basket:before{content:"\f3d6"}.fi-rr-shopping-bag:before{content:"\f3d7"}.fi-rr-shopping-bag-add:before{content:"\f3d8"}.fi-rr-shop:before{content:"\f3d9"}.fi-rr-shop-slash:before{content:"\f3da"}.fi-rr-shop-lock:before{content:"\f3db"}.fi-rr-shoe-prints:before{content:"\f3dc"}.fi-rr-shish-kebab:before{content:"\f3dd"}.fi-rr-shirt:before{content:"\f3de"}.fi-rr-shirt-tank-top:before{content:"\f3df"}.fi-rr-shirt-running:before{content:"\f3e0"}.fi-rr-shirt-long-sleeve:before{content:"\f3e1"}.fi-rr-shipping-timed:before{content:"\f3e2"}.fi-rr-shipping-fast:before{content:"\f3e3"}.fi-rr-ship:before{content:"\f3e4"}.fi-rr-ship-side:before{content:"\f3e5"}.fi-rr-shield:before{content:"\f3e6"}.fi-rr-shield-xmark:before{content:"\f3e7"}.fi-rr-shield-virus:before{content:"\f3e8"}.fi-rr-shield-slash:before{content:"\f3e9"}.fi-rr-shield-plus:before{content:"\f3ea"}.fi-rr-shield-minus:before{content:"\f3eb"}.fi-rr-shield-keyhole:before{content:"\f3ec"}.fi-rr-shield-interrogation:before{content:"\f3ed"}.fi-rr-shield-exclamation:before{content:"\f3ee"}.fi-rr-shield-dog:before{content:"\f3ef"}.fi-rr-shield-cross:before{content:"\f3f0"}.fi-rr-shield-check:before{content:"\f3f1"}.fi-rr-shield-cat:before{content:"\f3f2"}.fi-rr-shield-alt:before{content:"\f3f3"}.fi-rr-shelves:before{content:"\f3f4"}.fi-rr-shekel-sign:before{content:"\f3f5"}.fi-rr-sheep:before{content:"\f3f6"}.fi-rr-share:before{content:"\f3f7"}.fi-rr-share-square:before{content:"\f3f8"}.fi-rr-share-alt-square:before{content:"\f3f9"}.fi-rr-settings:before{content:"\f3fa"}.fi-rr-settings-sliders:before{content:"\f3fb"}.fi-rr-sensor:before{content:"\f3fc"}.fi-rr-sensor-smoke:before{content:"\f3fd"}.fi-rr-sensor-on:before{content:"\f3fe"}.fi-rr-sensor-fire:before{content:"\f3ff"}.fi-rr-sensor-alert:before{content:"\f400"}.fi-rr-send-money:before{content:"\f401"}.fi-rr-send-money-smartphone:before{content:"\f402"}.fi-rr-send-backward:before{content:"\f403"}.fi-rr-send-back:before{content:"\f404"}.fi-rr-selling:before{content:"\f405"}.fi-rr-seller:before{content:"\f406"}.fi-rr-seller-store:before{content:"\f407"}.fi-rr-sell:before{content:"\f408"}.fi-rr-selection:before{content:"\f409"}.fi-rr-seedling:before{content:"\f40a"}.fi-rr-security:before{content:"\f40b"}.fi-rr-second:before{content:"\f40c"}.fi-rr-second-medal:before{content:"\f40d"}.fi-rr-second-laurel:before{content:"\f40e"}.fi-rr-second-award:before{content:"\f40f"}.fi-rr-seat-airline:before{content:"\f410"}.fi-rr-search:before{content:"\f411"}.fi-rr-search-location:before{content:"\f412"}.fi-rr-search-heart:before{content:"\f413"}.fi-rr-search-dollar:before{content:"\f414"}.fi-rr-search-alt:before{content:"\f415"}.fi-rr-seal:before{content:"\f416"}.fi-rr-seal-question:before{content:"\f417"}.fi-rr-seal-exclamation:before{content:"\f418"}.fi-rr-sd-cards:before{content:"\f419"}.fi-rr-sd-card:before{content:"\f41a"}.fi-rr-scythe:before{content:"\f41b"}.fi-rr-scrubber:before{content:"\f41c"}.fi-rr-scroll:before{content:"\f41d"}.fi-rr-scroll-torah:before{content:"\f41e"}.fi-rr-scroll-old:before{content:"\f41f"}.fi-rr-script:before{content:"\f420"}.fi-rr-scribble:before{content:"\f421"}.fi-rr-screwdriver:before{content:"\f422"}.fi-rr-screencast:before{content:"\f423"}.fi-rr-screen:before{content:"\f424"}.fi-rr-scissors:before{content:"\f425"}.fi-rr-school:before{content:"\f426"}.fi-rr-school-bus:before{content:"\f427"}.fi-rr-scarf:before{content:"\f428"}.fi-rr-scarecrow:before{content:"\f429"}.fi-rr-scanner-touchscreen:before{content:"\f42a"}.fi-rr-scanner-keyboard:before{content:"\f42b"}.fi-rr-scanner-image:before{content:"\f42c"}.fi-rr-scanner-gun:before{content:"\f42d"}.fi-rr-scalpel:before{content:"\f42e"}.fi-rr-scalpel-path:before{content:"\f42f"}.fi-rr-scale:before{content:"\f430"}.fi-rr-scale-comparison:before{content:"\f431"}.fi-rr-scale-comparison-alt:before{content:"\f432"}.fi-rr-saxophone:before{content:"\f433"}.fi-rr-sax-hot:before{content:"\f434"}.fi-rr-sausage:before{content:"\f435"}.fi-rr-sauce:before{content:"\f436"}.fi-rr-saturday:before{content:"\f437"}.fi-rr-satellite:before{content:"\f438"}.fi-rr-satellite-dish:before{content:"\f439"}.fi-rr-sandwich:before{content:"\f43a"}.fi-rr-sandwich-alt:before{content:"\f43b"}.fi-rr-salt-shaker:before{content:"\f43c"}.fi-rr-salt-pepper:before{content:"\f43d"}.fi-rr-salary-alt:before{content:"\f43e"}.fi-rr-salad:before{content:"\f43f"}.fi-rr-sailboat:before{content:"\f440"}.fi-rr-safe-box:before{content:"\f441"}.fi-rr-sad:before{content:"\f442"}.fi-rr-sad-tear:before{content:"\f443"}.fi-rr-sad-cry:before{content:"\f444"}.fi-rr-sack:before{content:"\f445"}.fi-rr-sack-dollar:before{content:"\f446"}.fi-rr-s:before{content:"\f447"}.fi-rr-rv:before{content:"\f448"}.fi-rr-rupiah-sign:before{content:"\f449"}.fi-rr-rupee-sign:before{content:"\f44a"}.fi-rr-running:before{content:"\f44b"}.fi-rr-rules:before{content:"\f44c"}.fi-rr-rules-alt:before{content:"\f44d"}.fi-rr-ruler-vertical:before{content:"\f44e"}.fi-rr-ruler-triangle:before{content:"\f44f"}.fi-rr-ruler-horizontal:before{content:"\f450"}.fi-rr-ruler-combined:before{content:"\f451"}.fi-rr-rugby:before{content:"\f452"}.fi-rr-ruble-sign:before{content:"\f453"}.fi-rr-rss:before{content:"\f454"}.fi-rr-rss-alt:before{content:"\f455"}.fi-rr-router:before{content:"\f456"}.fi-rr-route:before{content:"\f457"}.fi-rr-route-interstate:before{content:"\f458"}.fi-rr-route-highway:before{content:"\f459"}.fi-rr-rotate-square:before{content:"\f45a"}.fi-rr-rotate-right:before{content:"\f45b"}.fi-rr-rotate-left:before{content:"\f45c"}.fi-rr-rotate-exclamation:before{content:"\f45d"}.fi-rr-room-service:before{content:"\f45e"}.fi-rr-roller-coaster:before{content:"\f45f"}.fi-rr-rocket:before{content:"\f460"}.fi-rr-rocket-lunch:before{content:"\f461"}.fi-rr-robot:before{content:"\f462"}.fi-rr-road:before{content:"\f463"}.fi-rr-risk:before{content:"\f464"}.fi-rr-risk-alt:before{content:"\f465"}.fi-rr-rings-wedding:before{content:"\f466"}.fi-rr-ring:before{content:"\f467"}.fi-rr-ring-diamond:before{content:"\f468"}.fi-rr-right:before{content:"\f469"}.fi-rr-ribbon:before{content:"\f46a"}.fi-rr-rhombus:before{content:"\f46b"}.fi-rr-rewind:before{content:"\f46c"}.fi-rr-review:before{content:"\f46d"}.fi-rr-revenue-alt:before{content:"\f46e"}.fi-rr-restroom-simple:before{content:"\f46f"}.fi-rr-restock:before{content:"\f470"}.fi-rr-restaurant:before{content:"\f471"}.fi-rr-resources:before{content:"\f472"}.fi-rr-resize:before{content:"\f473"}.fi-rr-reservation-table:before{content:"\f474"}.fi-rr-reservation-smartphone:before{content:"\f475"}.fi-rr-republican:before{content:"\f476"}.fi-rr-reply-all:before{content:"\f477"}.fi-rr-replace:before{content:"\f478"}.fi-rr-rent:before{content:"\f479"}.fi-rr-rent-signal:before{content:"\f47a"}.fi-rr-remove-user:before{content:"\f47b"}.fi-rr-remove-folder:before{content:"\f47c"}.fi-rr-registration-paper:before{content:"\f47d"}.fi-rr-registered:before{content:"\f47e"}.fi-rr-region-pin:before{content:"\f47f"}.fi-rr-region-pin-alt:before{content:"\f480"}.fi-rr-refund:before{content:"\f481"}.fi-rr-refund-alt:before{content:"\f482"}.fi-rr-refrigerator:before{content:"\f483"}.fi-rr-refresh:before{content:"\f484"}.fi-rr-reflect:before{content:"\f485"}.fi-rr-reflect-vertical:before{content:"\f486"}.fi-rr-reflect-horizontal:before{content:"\f487"}.fi-rr-refer:before{content:"\f488"}.fi-rr-refer-arrow:before{content:"\f489"}.fi-rr-reel:before{content:"\f48a"}.fi-rr-redo:before{content:"\f48b"}.fi-rr-redo-alt:before{content:"\f48c"}.fi-rr-recycle:before{content:"\f48d"}.fi-rr-rectangles-mixed:before{content:"\f48e"}.fi-rr-rectangle-xmark:before{content:"\f48f"}.fi-rr-rectangle-vertical:before{content:"\f490"}.fi-rr-rectangle-vertical-history:before{content:"\f491"}.fi-rr-rectangle-pro:before{content:"\f492"}.fi-rr-rectangle-panoramic:before{content:"\f493"}.fi-rr-rectangle-list:before{content:"\f494"}.fi-rr-rectangle-horizontal:before{content:"\f495"}.fi-rr-rectangle-history-circle-plus:before{content:"\f496"}.fi-rr-rectangle-code:before{content:"\f497"}.fi-rr-rectangle-barcode:before{content:"\f498"}.fi-rr-rectabgle-vertical:before{content:"\f499"}.fi-rr-record-vinyl:before{content:"\f49a"}.fi-rr-receipt:before{content:"\f49b"}.fi-rr-rec:before{content:"\f49c"}.fi-rr-react:before{content:"\f49d"}.fi-rr-razor-barber:before{content:"\f49e"}.fi-rr-raygun:before{content:"\f49f"}.fi-rr-ranking-stars:before{content:"\f4a0"}.fi-rr-ranking-star:before{content:"\f4a1"}.fi-rr-ranking-podium:before{content:"\f4a2"}.fi-rr-ranking-podium-empty:before{content:"\f4a3"}.fi-rr-rank:before{content:"\f4a4"}.fi-rr-ramp-loading:before{content:"\f4a5"}.fi-rr-ram:before{content:"\f4a6"}.fi-rr-raindrops:before{content:"\f4a7"}.fi-rr-rainbow:before{content:"\f4a8"}.fi-rr-radish:before{content:"\f4a9"}.fi-rr-radio:before{content:"\f4aa"}.fi-rr-radio-alt:before{content:"\f4ab"}.fi-rr-radiation:before{content:"\f4ac"}.fi-rr-radiation-alt:before{content:"\f4ad"}.fi-rr-radar:before{content:"\f4ae"}.fi-rr-racquet:before{content:"\f4af"}.fi-rr-rabbit:before{content:"\f4b0"}.fi-rr-rabbit-fast:before{content:"\f4b1"}.fi-rr-r:before{content:"\f4b2"}.fi-rr-quote-right:before{content:"\f4b3"}.fi-rr-quiz:before{content:"\f4b4"}.fi-rr-quiz-alt:before{content:"\f4b5"}.fi-rr-queue:before{content:"\f4b6"}.fi-rr-queue-signal:before{content:"\f4b7"}.fi-rr-queue-line:before{content:"\f4b8"}.fi-rr-queue-alt:before{content:"\f4b9"}.fi-rr-question:before{content:"\f4ba"}.fi-rr-question-square:before{content:"\f4bb"}.fi-rr-qrcode:before{content:"\f4bc"}.fi-rr-qr-scan:before{content:"\f4bd"}.fi-rr-q:before{content:"\f4be"}.fi-rr-pyramid:before{content:"\f4bf"}.fi-rr-puzzle:before{content:"\f4c0"}.fi-rr-puzzle-pieces:before{content:"\f4c1"}.fi-rr-puzzle-alt:before{content:"\f4c2"}.fi-rr-pumpkin:before{content:"\f4c3"}.fi-rr-pumpkin-alt:before{content:"\f4c4"}.fi-rr-pumpkin-alt-2:before{content:"\f4c5"}.fi-rr-pump:before{content:"\f4c6"}.fi-rr-pump-medical:before{content:"\f4c7"}.fi-rr-pulse:before{content:"\f4c8"}.fi-rr-protractor:before{content:"\f4c9"}.fi-rr-projector:before{content:"\f4ca"}.fi-rr-productivity:before{content:"\f4cb"}.fi-rr-process:before{content:"\f4cc"}.fi-rr-procedures:before{content:"\f4cd"}.fi-rr-problem-solving:before{content:"\f4ce"}.fi-rr-priority-importance:before{content:"\f4cf"}.fi-rr-priority-arrows:before{content:"\f4d0"}.fi-rr-priority-arrow:before{content:"\f4d1"}.fi-rr-print:before{content:"\f4d2"}.fi-rr-print-slash:before{content:"\f4d3"}.fi-rr-print-magnifying-glass:before{content:"\f4d4"}.fi-rr-preview:before{content:"\f4d5"}.fi-rr-presentation:before{content:"\f4d6"}.fi-rr-prescription:before{content:"\f4d7"}.fi-rr-prescription-bottle:before{content:"\f4d8"}.fi-rr-prescription-bottle-pill:before{content:"\f4d9"}.fi-rr-prescription-bottle-alt:before{content:"\f4da"}.fi-rr-praying-hands:before{content:"\f4db"}.fi-rr-practice:before{content:"\f4dc"}.fi-rr-power:before{content:"\f4dd"}.fi-rr-pound:before{content:"\f4de"}.fi-rr-potato:before{content:"\f4df"}.fi-rr-pot:before{content:"\f4e0"}.fi-rr-portrait:before{content:"\f4e1"}.fi-rr-portal-exit:before{content:"\f4e2"}.fi-rr-portal-enter:before{content:"\f4e3"}.fi-rr-popsicle:before{content:"\f4e4"}.fi-rr-popcorn:before{content:"\f4e5"}.fi-rr-poop:before{content:"\f4e6"}.fi-rr-pool-8-ball:before{content:"\f4e7"}.fi-rr-poo:before{content:"\f4e8"}.fi-rr-poo-bolt:before{content:"\f4e9"}.fi-rr-pompebled:before{content:"\f4ea"}.fi-rr-pollution:before{content:"\f4eb"}.fi-rr-poll-h:before{content:"\f4ec"}.fi-rr-police-box:before{content:"\f4ed"}.fi-rr-poker-chip:before{content:"\f4ee"}.fi-rr-point-of-sale:before{content:"\f4ef"}.fi-rr-point-of-sale-signal:before{content:"\f4f0"}.fi-rr-point-of-sale-bill:before{content:"\f4f1"}.fi-rr-podium:before{content:"\f4f2"}.fi-rr-podium-star:before{content:"\f4f3"}.fi-rr-podcast:before{content:"\f4f4"}.fi-rr-plus:before{content:"\f4f5"}.fi-rr-plus-small:before{content:"\f4f6"}.fi-rr-plus-minus:before{content:"\f4f7"}.fi-rr-plus-hexagon:before{content:"\f4f8"}.fi-rr-plug:before{content:"\f4f9"}.fi-rr-plug-connection:before{content:"\f4fa"}.fi-rr-plug-cable:before{content:"\f4fb"}.fi-rr-plug-alt:before{content:"\f4fc"}.fi-rr-playing-cards:before{content:"\f4fd"}.fi-rr-play:before{content:"\f4fe"}.fi-rr-play-pause:before{content:"\f4ff"}.fi-rr-play-circle:before{content:"\f500"}.fi-rr-play-alt:before{content:"\f501"}.fi-rr-plate:before{content:"\f502"}.fi-rr-plate-wheat:before{content:"\f503"}.fi-rr-plant-wilt:before{content:"\f504"}.fi-rr-planet-ringed:before{content:"\f505"}.fi-rr-planet-moon:before{content:"\f506"}.fi-rr-plane:before{content:"\f507"}.fi-rr-plane-tail:before{content:"\f508"}.fi-rr-plane-slash:before{content:"\f509"}.fi-rr-plane-prop:before{content:"\f50a"}.fi-rr-plane-departure:before{content:"\f50b"}.fi-rr-plane-arrival:before{content:"\f50c"}.fi-rr-plane-alt:before{content:"\f50d"}.fi-rr-plan:before{content:"\f50e"}.fi-rr-plan-strategy:before{content:"\f50f"}.fi-rr-place-of-worship:before{content:"\f510"}.fi-rr-pinata:before{content:"\f511"}.fi-rr-pizza-slice:before{content:"\f512"}.fi-rr-pipe-smoking:before{content:"\f513"}.fi-rr-ping-pong:before{content:"\f514"}.fi-rr-pineapple:before{content:"\f515"}.fi-rr-pineapple-alt:before{content:"\f516"}.fi-rr-pills:before{content:"\f517"}.fi-rr-piggy-bank:before{content:"\f518"}.fi-rr-pig:before{content:"\f519"}.fi-rr-pig-face:before{content:"\f51a"}.fi-rr-piece:before{content:"\f51b"}.fi-rr-pie:before{content:"\f51c"}.fi-rr-picture:before{content:"\f51d"}.fi-rr-picpeople:before{content:"\f51e"}.fi-rr-picpeople-filled:before{content:"\f51f"}.fi-rr-picnic:before{content:"\f520"}.fi-rr-picking:before{content:"\f521"}.fi-rr-pickaxe:before{content:"\f522"}.fi-rr-piano:before{content:"\f523"}.fi-rr-piano-keyboard:before{content:"\f524"}.fi-rr-physics:before{content:"\f525"}.fi-rr-photo-video:before{content:"\f526"}.fi-rr-photo-film-music:before{content:"\f527"}.fi-rr-photo-capture:before{content:"\f528"}.fi-rr-phone-slash:before{content:"\f529"}.fi-rr-phone-rotary:before{content:"\f52a"}.fi-rr-phone-plus:before{content:"\f52b"}.fi-rr-phone-pause:before{content:"\f52c"}.fi-rr-phone-office:before{content:"\f52d"}.fi-rr-phone-flip:before{content:"\f52e"}.fi-rr-phone-cross:before{content:"\f52f"}.fi-rr-phone-call:before{content:"\f530"}.fi-rr-pharmacy:before{content:"\f531"}.fi-rr-pets:before{content:"\f532"}.fi-rr-peso-sign:before{content:"\f533"}.fi-rr-peseta-sign:before{content:"\f534"}.fi-rr-person-walking-with-cane:before{content:"\f535"}.fi-rr-person-simple:before{content:"\f536"}.fi-rr-person-sign:before{content:"\f537"}.fi-rr-person-shelter:before{content:"\f538"}.fi-rr-person-seat:before{content:"\f539"}.fi-rr-person-seat-reclined:before{content:"\f53a"}.fi-rr-person-pregnant:before{content:"\f53b"}.fi-rr-person-praying:before{content:"\f53c"}.fi-rr-person-dress:before{content:"\f53d"}.fi-rr-person-dress-simple:before{content:"\f53e"}.fi-rr-person-dolly:before{content:"\f53f"}.fi-rr-person-dolly-empty:before{content:"\f540"}.fi-rr-person-cv:before{content:"\f541"}.fi-rr-person-circle-xmark:before{content:"\f542"}.fi-rr-person-circle-question:before{content:"\f543"}.fi-rr-person-circle-plus:before{content:"\f544"}.fi-rr-person-circle-minus:before{content:"\f545"}.fi-rr-person-circle-exclamation:before{content:"\f546"}.fi-rr-person-circle-check:before{content:"\f547"}.fi-rr-person-carry-box:before{content:"\f548"}.fi-rr-percentage:before{content:"\f549"}.fi-rr-percent-90:before{content:"\f54a"}.fi-rr-percent-80:before{content:"\f54b"}.fi-rr-percent-75:before{content:"\f54c"}.fi-rr-percent-70:before{content:"\f54d"}.fi-rr-percent-60:before{content:"\f54e"}.fi-rr-percent-50:before{content:"\f54f"}.fi-rr-percent-40:before{content:"\f550"}.fi-rr-percent-30:before{content:"\f551"}.fi-rr-percent-25:before{content:"\f552"}.fi-rr-percent-20:before{content:"\f553"}.fi-rr-percent-100:before{content:"\f554"}.fi-rr-percent-10:before{content:"\f555"}.fi-rr-pepper:before{content:"\f556"}.fi-rr-pepper-hot:before{content:"\f557"}.fi-rr-pepper-alt:before{content:"\f558"}.fi-rr-people:before{content:"\f559"}.fi-rr-people-roof:before{content:"\f55a"}.fi-rr-people-poll:before{content:"\f55b"}.fi-rr-people-pants:before{content:"\f55c"}.fi-rr-people-dress:before{content:"\f55d"}.fi-rr-people-carry-box:before{content:"\f55e"}.fi-rr-people-arrows-left-right:before{content:"\f55f"}.fi-rr-pennant:before{content:"\f560"}.fi-rr-pending:before{content:"\f561"}.fi-rr-pencil:before{content:"\f562"}.fi-rr-pencil-slash:before{content:"\f563"}.fi-rr-pencil-ruler:before{content:"\f564"}.fi-rr-pencil-paintbrush:before{content:"\f565"}.fi-rr-pen-swirl:before{content:"\f566"}.fi-rr-pen-square:before{content:"\f567"}.fi-rr-pen-slash:before{content:"\f568"}.fi-rr-pen-nib:before{content:"\f569"}.fi-rr-pen-nib-slash:before{content:"\f56a"}.fi-rr-pen-field:before{content:"\f56b"}.fi-rr-pen-fancy:before{content:"\f56c"}.fi-rr-pen-fancy-slash:before{content:"\f56d"}.fi-rr-pen-clip:before{content:"\f56e"}.fi-rr-pen-clip-slash:before{content:"\f56f"}.fi-rr-pen-circle:before{content:"\f570"}.fi-rr-pedestal:before{content:"\f571"}.fi-rr-pear:before{content:"\f572"}.fi-rr-peapod:before{content:"\f573"}.fi-rr-peanuts:before{content:"\f574"}.fi-rr-peanut:before{content:"\f575"}.fi-rr-peach:before{content:"\f576"}.fi-rr-peace:before{content:"\f577"}.fi-rr-payroll:before{content:"\f578"}.fi-rr-payroll-calendar:before{content:"\f579"}.fi-rr-payment-pos:before{content:"\f57a"}.fi-rr-paw:before{content:"\f57b"}.fi-rr-paw-heart:before{content:"\f57c"}.fi-rr-paw-claws:before{content:"\f57d"}.fi-rr-pause:before{content:"\f57e"}.fi-rr-pause-circle:before{content:"\f57f"}.fi-rr-pattern:before{content:"\f580"}.fi-rr-paste:before{content:"\f581"}.fi-rr-password:before{content:"\f582"}.fi-rr-password-smartphone:before{content:"\f583"}.fi-rr-password-email:before{content:"\f584"}.fi-rr-password-computer:before{content:"\f585"}.fi-rr-password-alt:before{content:"\f586"}.fi-rr-passport:before{content:"\f587"}.fi-rr-party-horn:before{content:"\f588"}.fi-rr-party-bell:before{content:"\f589"}.fi-rr-parking:before{content:"\f58a"}.fi-rr-parking-slash:before{content:"\f58b"}.fi-rr-parking-circle:before{content:"\f58c"}.fi-rr-parking-circle-slash:before{content:"\f58d"}.fi-rr-paragraph:before{content:"\f58e"}.fi-rr-paragraph-left:before{content:"\f58f"}.fi-rr-parachute-box:before{content:"\f590"}.fi-rr-paperclip-vertical:before{content:"\f591"}.fi-rr-paper-plane:before{content:"\f592"}.fi-rr-paper-plane-top:before{content:"\f593"}.fi-rr-panorama:before{content:"\f594"}.fi-rr-pancakes:before{content:"\f595"}.fi-rr-pan:before{content:"\f596"}.fi-rr-pan-frying:before{content:"\f597"}.fi-rr-pan-food:before{content:"\f598"}.fi-rr-pallet:before{content:"\f599"}.fi-rr-pallet-alt:before{content:"\f59a"}.fi-rr-palette:before{content:"\f59b"}.fi-rr-paintbrush-pencil:before{content:"\f59c"}.fi-rr-paint-roller:before{content:"\f59d"}.fi-rr-paint-brush:before{content:"\f59e"}.fi-rr-paid:before{content:"\f59f"}.fi-rr-pager:before{content:"\f5a0"}.fi-rr-page-break:before{content:"\f5a1"}.fi-rr-padlock-check:before{content:"\f5a2"}.fi-rr-package:before{content:"\f5a3"}.fi-rr-p:before{content:"\f5a4"}.fi-rr-overview:before{content:"\f5a5"}.fi-rr-overline:before{content:"\f5a6"}.fi-rr-oven:before{content:"\f5a7"}.fi-rr-oval:before{content:"\f5a8"}.fi-rr-oval-alt:before{content:"\f5a9"}.fi-rr-outdent:before{content:"\f5aa"}.fi-rr-otter:before{content:"\f5ab"}.fi-rr-otp:before{content:"\f5ac"}.fi-rr-ornament:before{content:"\f5ad"}.fi-rr-organization-chart:before{content:"\f5ae"}.fi-rr-operation:before{content:"\f5af"}.fi-rr-opacity:before{content:"\f5b0"}.fi-rr-onion:before{content:"\f5b1"}.fi-rr-onboarding:before{content:"\f5b2"}.fi-rr-omega:before{content:"\f5b3"}.fi-rr-om:before{content:"\f5b4"}.fi-rr-olives:before{content:"\f5b5"}.fi-rr-olive:before{content:"\f5b6"}.fi-rr-olive-oil:before{content:"\f5b7"}.fi-rr-oil-temp:before{content:"\f5b8"}.fi-rr-oil-can:before{content:"\f5b9"}.fi-rr-octagon:before{content:"\f5ba"}.fi-rr-octagon-xmark:before{content:"\f5bb"}.fi-rr-octagon-plus:before{content:"\f5bc"}.fi-rr-octagon-minus:before{content:"\f5bd"}.fi-rr-octagon-exclamation:before{content:"\f5be"}.fi-rr-octagon-divide:before{content:"\f5bf"}.fi-rr-octagon-check:before{content:"\f5c0"}.fi-rr-objects-column:before{content:"\f5c1"}.fi-rr-object-union:before{content:"\f5c2"}.fi-rr-object-ungroup:before{content:"\f5c3"}.fi-rr-object-subtract:before{content:"\f5c4"}.fi-rr-object-intersect:before{content:"\f5c5"}.fi-rr-object-group:before{content:"\f5c6"}.fi-rr-object-exclude:before{content:"\f5c7"}.fi-rr-o:before{content:"\f5c8"}.fi-rr-notes:before{content:"\f5c9"}.fi-rr-notes-medical:before{content:"\f5ca"}.fi-rr-notebook:before{content:"\f5cb"}.fi-rr-notebook-alt:before{content:"\f5cc"}.fi-rr-note:before{content:"\f5cd"}.fi-rr-note-sticky:before{content:"\f5ce"}.fi-rr-note-medical:before{content:"\f5cf"}.fi-rr-notdef:before{content:"\f5d0"}.fi-rr-not-found:before{content:"\f5d1"}.fi-rr-not-found-magnifying-glass:before{content:"\f5d2"}.fi-rr-not-found-alt:before{content:"\f5d3"}.fi-rr-not-equal:before{content:"\f5d4"}.fi-rr-nose:before{content:"\f5d5"}.fi-rr-noodles:before{content:"\f5d6"}.fi-rr-no-people:before{content:"\f5d7"}.fi-rr-no-fee:before{content:"\f5d8"}.fi-rr-nfc:before{content:"\f5d9"}.fi-rr-nfc-trash:before{content:"\f5da"}.fi-rr-nfc-slash:before{content:"\f5db"}.fi-rr-nfc-pen:before{content:"\f5dc"}.fi-rr-nfc-magnifying-glass:before{content:"\f5dd"}.fi-rr-nfc-lock:before{content:"\f5de"}.fi-rr-newspaper:before{content:"\f5df"}.fi-rr-newspaper-open:before{content:"\f5e0"}.fi-rr-neuter:before{content:"\f5e1"}.fi-rr-network:before{content:"\f5e2"}.fi-rr-network-cloud:before{content:"\f5e3"}.fi-rr-network-analytic:before{content:"\f5e4"}.fi-rr-nesting-dolls:before{content:"\f5e5"}.fi-rr-navigation:before{content:"\f5e6"}.fi-rr-narwhal:before{content:"\f5e7"}.fi-rr-naira-sign:before{content:"\f5e8"}.fi-rr-n:before{content:"\f5e9"}.fi-rr-music:before{content:"\f5ea"}.fi-rr-music-slash:before{content:"\f5eb"}.fi-rr-music-note:before{content:"\f5ec"}.fi-rr-music-note-slash:before{content:"\f5ed"}.fi-rr-music-file:before{content:"\f5ee"}.fi-rr-music-alt:before{content:"\f5ef"}.fi-rr-mushroom:before{content:"\f5f0"}.fi-rr-mushroom-alt:before{content:"\f5f1"}.fi-rr-muscle:before{content:"\f5f2"}.fi-rr-multiple:before{content:"\f5f3"}.fi-rr-multiple-alt:before{content:"\f5f4"}.fi-rr-mug:before{content:"\f5f5"}.fi-rr-mug-tea:before{content:"\f5f6"}.fi-rr-mug-tea-saucer:before{content:"\f5f7"}.fi-rr-mug-marshmallows:before{content:"\f5f8"}.fi-rr-mug-hot:before{content:"\f5f9"}.fi-rr-mug-hot-alt:before{content:"\f5fa"}.fi-rr-mug-alt:before{content:"\f5fb"}.fi-rr-mp3-player:before{content:"\f5fc"}.fi-rr-move-to-folder:before{content:"\f5fd"}.fi-rr-move-to-folder-2:before{content:"\f5fe"}.fi-rr-mouse:before{content:"\f5ff"}.fi-rr-mountains:before{content:"\f600"}.fi-rr-mountain:before{content:"\f601"}.fi-rr-mountain-city:before{content:"\f602"}.fi-rr-mound:before{content:"\f603"}.fi-rr-motorcycle:before{content:"\f604"}.fi-rr-mosquito:before{content:"\f605"}.fi-rr-mosquito-net:before{content:"\f606"}.fi-rr-mosque:before{content:"\f607"}.fi-rr-mosque-moon:before{content:"\f608"}.fi-rr-mosque-alt:before{content:"\f609"}.fi-rr-mortar-pestle:before{content:"\f60a"}.fi-rr-moped:before{content:"\f60b"}.fi-rr-moon:before{content:"\f60c"}.fi-rr-moon-stars:before{content:"\f60d"}.fi-rr-monument:before{content:"\f60e"}.fi-rr-monkey:before{content:"\f60f"}.fi-rr-money:before{content:"\f610"}.fi-rr-money-transfer-smartphone:before{content:"\f611"}.fi-rr-money-transfer-coin-arrow:before{content:"\f612"}.fi-rr-money-transfer-alt:before{content:"\f613"}.fi-rr-money-simple-from-bracket:before{content:"\f614"}.fi-rr-money-from-bracket:before{content:"\f615"}.fi-rr-money-coin-transfer:before{content:"\f616"}.fi-rr-money-check:before{content:"\f617"}.fi-rr-money-check-edit:before{content:"\f618"}.fi-rr-money-check-edit-alt:before{content:"\f619"}.fi-rr-money-bills:before{content:"\f61a"}.fi-rr-money-bills-simple:before{content:"\f61b"}.fi-rr-money-bill-wave:before{content:"\f61c"}.fi-rr-money-bill-wave-alt:before{content:"\f61d"}.fi-rr-money-bill-transfer:before{content:"\f61e"}.fi-rr-money-bill-simple:before{content:"\f61f"}.fi-rr-monday:before{content:"\f620"}.fi-rr-module:before{content:"\f621"}.fi-rr-model-cube:before{content:"\f622"}.fi-rr-model-cube-space:before{content:"\f623"}.fi-rr-model-cube-arrows:before{content:"\f624"}.fi-rr-mode:before{content:"\f625"}.fi-rr-mode-portrait:before{content:"\f626"}.fi-rr-mode-landscape:before{content:"\f627"}.fi-rr-mode-alt:before{content:"\f628"}.fi-rr-mockup:before{content:"\f629"}.fi-rr-mobile:before{content:"\f62a"}.fi-rr-mobile-notch:before{content:"\f62b"}.fi-rr-mobile-button:before{content:"\f62c"}.fi-rr-mistletoe:before{content:"\f62d"}.fi-rr-minus:before{content:"\f62e"}.fi-rr-minus-small:before{content:"\f62f"}.fi-rr-minus-hexagon:before{content:"\f630"}.fi-rr-minus-circle:before{content:"\f631"}.fi-rr-mind-share:before{content:"\f632"}.fi-rr-mill-sign:before{content:"\f633"}.fi-rr-microwave:before{content:"\f634"}.fi-rr-microscope:before{content:"\f635"}.fi-rr-microphone:before{content:"\f636"}.fi-rr-microphone-slash:before{content:"\f637"}.fi-rr-microphone-alt:before{content:"\f638"}.fi-rr-microchip:before{content:"\f639"}.fi-rr-microchip-ai:before{content:"\f63a"}.fi-rr-method:before{content:"\f63b"}.fi-rr-meter:before{content:"\f63c"}.fi-rr-meter-fire:before{content:"\f63d"}.fi-rr-meter-droplet:before{content:"\f63e"}.fi-rr-meter-bolt:before{content:"\f63f"}.fi-rr-meteor:before{content:"\f640"}.fi-rr-messages:before{content:"\f641"}.fi-rr-messages-question:before{content:"\f642"}.fi-rr-messages-dollar:before{content:"\f643"}.fi-rr-message-xmark:before{content:"\f644"}.fi-rr-message-text:before{content:"\f645"}.fi-rr-message-sms:before{content:"\f646"}.fi-rr-message-slash:before{content:"\f647"}.fi-rr-message-quote:before{content:"\f648"}.fi-rr-message-question:before{content:"\f649"}.fi-rr-message-image:before{content:"\f64a"}.fi-rr-message-dollar:before{content:"\f64b"}.fi-rr-message-code:before{content:"\f64c"}.fi-rr-message-bot:before{content:"\f64d"}.fi-rr-message-arrow-up:before{content:"\f64e"}.fi-rr-message-arrow-up-right:before{content:"\f64f"}.fi-rr-message-arrow-down:before{content:"\f650"}.fi-rr-mercury:before{content:"\f651"}.fi-rr-menu-dots:before{content:"\f652"}.fi-rr-menu-dots-vertical:before{content:"\f653"}.fi-rr-menu-burger:before{content:"\f654"}.fi-rr-memory:before{content:"\f655"}.fi-rr-memo:before{content:"\f656"}.fi-rr-memo-pad:before{content:"\f657"}.fi-rr-memo-circle-check:before{content:"\f658"}.fi-rr-membership:before{content:"\f659"}.fi-rr-membership-vip:before{content:"\f65a"}.fi-rr-melon:before{content:"\f65b"}.fi-rr-melon-alt:before{content:"\f65c"}.fi-rr-meh:before{content:"\f65d"}.fi-rr-meh-rolling-eyes:before{content:"\f65e"}.fi-rr-meh-blank:before{content:"\f65f"}.fi-rr-megaphone:before{content:"\f660"}.fi-rr-meeting:before{content:"\f661"}.fi-rr-meeting-alt:before{content:"\f662"}.fi-rr-medicine:before{content:"\f663"}.fi-rr-medical-star:before{content:"\f664"}.fi-rr-medal:before{content:"\f665"}.fi-rr-meat:before{content:"\f666"}.fi-rr-mattress-pillow:before{content:"\f667"}.fi-rr-match-fire:before{content:"\f668"}.fi-rr-massage:before{content:"\f669"}.fi-rr-mask:before{content:"\f66a"}.fi-rr-mask-snorkel:before{content:"\f66b"}.fi-rr-mask-face:before{content:"\f66c"}.fi-rr-mask-carnival:before{content:"\f66d"}.fi-rr-martini-glass-empty:before{content:"\f66e"}.fi-rr-martini-glass-citrus:before{content:"\f66f"}.fi-rr-mars:before{content:"\f670"}.fi-rr-mars-stroke-up:before{content:"\f671"}.fi-rr-mars-stroke-right:before{content:"\f672"}.fi-rr-mars-double:before{content:"\f673"}.fi-rr-marketplace:before{content:"\f674"}.fi-rr-marketplace-store:before{content:"\f675"}.fi-rr-marketplace-alt:before{content:"\f676"}.fi-rr-marker:before{content:"\f677"}.fi-rr-marker-time:before{content:"\f678"}.fi-rr-map:before{content:"\f679"}.fi-rr-map-pin:before{content:"\f67a"}.fi-rr-map-marker:before{content:"\f67b"}.fi-rr-map-marker-smile:before{content:"\f67c"}.fi-rr-map-marker-slash:before{content:"\f67d"}.fi-rr-map-marker-question:before{content:"\f67e"}.fi-rr-map-marker-plus:before{content:"\f67f"}.fi-rr-map-marker-minus:before{content:"\f680"}.fi-rr-map-marker-home:before{content:"\f681"}.fi-rr-map-marker-edit:before{content:"\f682"}.fi-rr-map-marker-cross:before{content:"\f683"}.fi-rr-map-marker-check:before{content:"\f684"}.fi-rr-manhole:before{content:"\f685"}.fi-rr-mango:before{content:"\f686"}.fi-rr-mandolin:before{content:"\f687"}.fi-rr-manat-sign:before{content:"\f688"}.fi-rr-man-scientist:before{content:"\f689"}.fi-rr-man-head:before{content:"\f68a"}.fi-rr-makeup-brush:before{content:"\f68b"}.fi-rr-mailbox:before{content:"\f68c"}.fi-rr-magnet:before{content:"\f68d"}.fi-rr-magnet-user:before{content:"\f68e"}.fi-rr-magic-wand:before{content:"\f68f"}.fi-rr-mace:before{content:"\f690"}.fi-rr-m:before{content:"\f691"}.fi-rr-lungs:before{content:"\f692"}.fi-rr-lungs-virus:before{content:"\f693"}.fi-rr-luggage-rolling:before{content:"\f694"}.fi-rr-luggage-cart:before{content:"\f695"}.fi-rr-luchador:before{content:"\f696"}.fi-rr-low-vision:before{content:"\f697"}.fi-rr-loveseat:before{content:"\f698"}.fi-rr-locust:before{content:"\f699"}.fi-rr-lock:before{content:"\f69a"}.fi-rr-lock-open-alt:before{content:"\f69b"}.fi-rr-lock-hashtag:before{content:"\f69c"}.fi-rr-lock-alt:before{content:"\f69d"}.fi-rr-location-exclamation:before{content:"\f69e"}.fi-rr-location-dot-slash:before{content:"\f69f"}.fi-rr-location-crosshairs:before{content:"\f6a0"}.fi-rr-location-crosshairs-slash:before{content:"\f6a1"}.fi-rr-location-arrow:before{content:"\f6a2"}.fi-rr-location-alt:before{content:"\f6a3"}.fi-rr-lobster:before{content:"\f6a4"}.fi-rr-loan:before{content:"\f6a5"}.fi-rr-loading:before{content:"\f6a6"}.fi-rr-live:before{content:"\f6a7"}.fi-rr-live-alt:before{content:"\f6a8"}.fi-rr-litecoin-sign:before{content:"\f6a9"}.fi-rr-list:before{content:"\f6aa"}.fi-rr-list-timeline:before{content:"\f6ab"}.fi-rr-list-music:before{content:"\f6ac"}.fi-rr-list-dropdown:before{content:"\f6ad"}.fi-rr-list-check:before{content:"\f6ae"}.fi-rr-lira-sign:before{content:"\f6af"}.fi-rr-lipstick:before{content:"\f6b0"}.fi-rr-lips:before{content:"\f6b1"}.fi-rr-lion:before{content:"\f6b2"}.fi-rr-lion-head:before{content:"\f6b3"}.fi-rr-link:before{content:"\f6b4"}.fi-rr-link-slash:before{content:"\f6b5"}.fi-rr-link-slash-alt:before{content:"\f6b6"}.fi-rr-link-horizontal:before{content:"\f6b7"}.fi-rr-link-horizontal-slash:before{content:"\f6b8"}.fi-rr-link-alt:before{content:"\f6b9"}.fi-rr-line-width:before{content:"\f6ba"}.fi-rr-limit-speedometer:before{content:"\f6bb"}.fi-rr-lights-holiday:before{content:"\f6bc"}.fi-rr-lightbulb-slash:before{content:"\f6bd"}.fi-rr-lightbulb-setting:before{content:"\f6be"}.fi-rr-lightbulb-question:before{content:"\f6bf"}.fi-rr-lightbulb-on:before{content:"\f6c0"}.fi-rr-lightbulb-head:before{content:"\f6c1"}.fi-rr-lightbulb-exclamation:before{content:"\f6c2"}.fi-rr-lightbulb-dollar:before{content:"\f6c3"}.fi-rr-light-switch:before{content:"\f6c4"}.fi-rr-light-switch-on:before{content:"\f6c5"}.fi-rr-light-switch-off:before{content:"\f6c6"}.fi-rr-light-emergency:before{content:"\f6c7"}.fi-rr-light-emergency-on:before{content:"\f6c8"}.fi-rr-light-ceiling:before{content:"\f6c9"}.fi-rr-life:before{content:"\f6ca"}.fi-rr-life-ring:before{content:"\f6cb"}.fi-rr-license:before{content:"\f6cc"}.fi-rr-level-up:before{content:"\f6cd"}.fi-rr-level-up-alt:before{content:"\f6ce"}.fi-rr-level-down:before{content:"\f6cf"}.fi-rr-level-down-alt:before{content:"\f6d0"}.fi-rr-lettuce:before{content:"\f6d1"}.fi-rr-letter-case:before{content:"\f6d2"}.fi-rr-lesson:before{content:"\f6d3"}.fi-rr-lesson-class:before{content:"\f6d4"}.fi-rr-less-than:before{content:"\f6d5"}.fi-rr-less-than-equal:before{content:"\f6d6"}.fi-rr-lemon:before{content:"\f6d7"}.fi-rr-legal:before{content:"\f6d8"}.fi-rr-left:before{content:"\f6d9"}.fi-rr-leave:before{content:"\f6da"}.fi-rr-leafy-green:before{content:"\f6db"}.fi-rr-leaf:before{content:"\f6dc"}.fi-rr-leaf-oak:before{content:"\f6dd"}.fi-rr-leaf-maple:before{content:"\f6de"}.fi-rr-leaf-heart:before{content:"\f6df"}.fi-rr-leadership:before{content:"\f6e0"}.fi-rr-leadership-alt:before{content:"\f6e1"}.fi-rr-leaderboard:before{content:"\f6e2"}.fi-rr-leaderboard-trophy:before{content:"\f6e3"}.fi-rr-leaderboard-alt:before{content:"\f6e4"}.fi-rr-leader:before{content:"\f6e5"}.fi-rr-leader-alt:before{content:"\f6e6"}.fi-rr-layout-fluid:before{content:"\f6e7"}.fi-rr-layers:before{content:"\f6e8"}.fi-rr-layer-plus:before{content:"\f6e9"}.fi-rr-layer-minus:before{content:"\f6ea"}.fi-rr-lawyer-woman:before{content:"\f6eb"}.fi-rr-lawyer-man:before{content:"\f6ec"}.fi-rr-laugh:before{content:"\f6ed"}.fi-rr-laugh-wink:before{content:"\f6ee"}.fi-rr-laugh-squint:before{content:"\f6ef"}.fi-rr-laugh-beam:before{content:"\f6f0"}.fi-rr-lasso:before{content:"\f6f1"}.fi-rr-lasso-sparkles:before{content:"\f6f2"}.fi-rr-lari-sign:before{content:"\f6f3"}.fi-rr-laptop:before{content:"\f6f4"}.fi-rr-laptop-slash:before{content:"\f6f5"}.fi-rr-laptop-mobile:before{content:"\f6f6"}.fi-rr-laptop-medical:before{content:"\f6f7"}.fi-rr-laptop-code:before{content:"\f6f8"}.fi-rr-laptop-arrow-down:before{content:"\f6f9"}.fi-rr-language:before{content:"\f6fa"}.fi-rr-landmark-alt:before{content:"\f6fb"}.fi-rr-land-location:before{content:"\f6fc"}.fi-rr-land-layers:before{content:"\f6fd"}.fi-rr-land-layer-location:before{content:"\f6fe"}.fi-rr-lamp:before{content:"\f6ff"}.fi-rr-lamp-street:before{content:"\f700"}.fi-rr-lamp-floor:before{content:"\f701"}.fi-rr-lamp-desk:before{content:"\f702"}.fi-rr-lambda:before{content:"\f703"}.fi-rr-lacrosse-stick:before{content:"\f704"}.fi-rr-lacrosse-stick-ball:before{content:"\f705"}.fi-rr-label:before{content:"\f706"}.fi-rr-l:before{content:"\f707"}.fi-rr-kpi:before{content:"\f708"}.fi-rr-kpi-evaluation:before{content:"\f709"}.fi-rr-knitting:before{content:"\f70a"}.fi-rr-knife:before{content:"\f70b"}.fi-rr-knife-kitchen:before{content:"\f70c"}.fi-rr-kiwi-fruit:before{content:"\f70d"}.fi-rr-kiwi-bird:before{content:"\f70e"}.fi-rr-kite:before{content:"\f70f"}.fi-rr-kiss:before{content:"\f710"}.fi-rr-kiss-wink-heart:before{content:"\f711"}.fi-rr-kiss-beam:before{content:"\f712"}.fi-rr-kip-sign:before{content:"\f713"}.fi-rr-kidneys:before{content:"\f714"}.fi-rr-keynote:before{content:"\f715"}.fi-rr-keyboard:before{content:"\f716"}.fi-rr-keyboard-left:before{content:"\f717"}.fi-rr-keyboard-down:before{content:"\f718"}.fi-rr-keyboard-brightness:before{content:"\f719"}.fi-rr-keyboard-brightness-low:before{content:"\f71a"}.fi-rr-key:before{content:"\f71b"}.fi-rr-key-skeleton-left-right:before{content:"\f71c"}.fi-rr-kerning:before{content:"\f71d"}.fi-rr-kazoo:before{content:"\f71e"}.fi-rr-kaaba:before{content:"\f71f"}.fi-rr-k:before{content:"\f720"}.fi-rr-jug:before{content:"\f721"}.fi-rr-jug-bottle:before{content:"\f722"}.fi-rr-jug-alt:before{content:"\f723"}.fi-rr-jpg:before{content:"\f724"}.fi-rr-joystick:before{content:"\f725"}.fi-rr-journey:before{content:"\f726"}.fi-rr-journal:before{content:"\f727"}.fi-rr-journal-alt:before{content:"\f728"}.fi-rr-joint:before{content:"\f729"}.fi-rr-javascript:before{content:"\f72a"}.fi-rr-jar-wheat:before{content:"\f72b"}.fi-rr-jar-alt:before{content:"\f72c"}.fi-rr-jam:before{content:"\f72d"}.fi-rr-j:before{content:"\f72e"}.fi-rr-italic:before{content:"\f72f"}.fi-rr-italian-lira-sign:before{content:"\f730"}.fi-rr-it:before{content:"\f731"}.fi-rr-it-computer:before{content:"\f732"}.fi-rr-it-alt:before{content:"\f733"}.fi-rr-issue-loupe:before{content:"\f734"}.fi-rr-island-tropical:before{content:"\f735"}.fi-rr-invite:before{content:"\f736"}.fi-rr-invite-alt:before{content:"\f737"}.fi-rr-investment:before{content:"\f738"}.fi-rr-invest:before{content:"\f739"}.fi-rr-inventory-alt:before{content:"\f73a"}.fi-rr-introduction:before{content:"\f73b"}.fi-rr-introduction-handshake:before{content:"\f73c"}.fi-rr-intersection:before{content:"\f73d"}.fi-rr-interrogation:before{content:"\f73e"}.fi-rr-interlining:before{content:"\f73f"}.fi-rr-interactive:before{content:"\f740"}.fi-rr-integral:before{content:"\f741"}.fi-rr-insight:before{content:"\f742"}.fi-rr-insight-head:before{content:"\f743"}.fi-rr-insight-alt:before{content:"\f744"}.fi-rr-insert:before{content:"\f745"}.fi-rr-insert-square:before{content:"\f746"}.fi-rr-insert-arrows:before{content:"\f747"}.fi-rr-insert-alt:before{content:"\f748"}.fi-rr-input-text:before{content:"\f749"}.fi-rr-input-pipe:before{content:"\f74a"}.fi-rr-input-numeric:before{content:"\f74b"}.fi-rr-inhaler:before{content:"\f74c"}.fi-rr-information:before{content:"\f74d"}.fi-rr-info:before{content:"\f74e"}.fi-rr-info-guide:before{content:"\f74f"}.fi-rr-infinity:before{content:"\f750"}.fi-rr-industry-windows:before{content:"\f751"}.fi-rr-industry-alt:before{content:"\f752"}.fi-rr-indian-rupee-sign:before{content:"\f753"}.fi-rr-indent:before{content:"\f754"}.fi-rr-incognito:before{content:"\f755"}.fi-rr-inboxes:before{content:"\f756"}.fi-rr-inbox:before{content:"\f757"}.fi-rr-inbox-out:before{content:"\f758"}.fi-rr-inbox-in:before{content:"\f759"}.fi-rr-images:before{content:"\f75a"}.fi-rr-images-user:before{content:"\f75b"}.fi-rr-image-slash:before{content:"\f75c"}.fi-rr-igloo:before{content:"\f75d"}.fi-rr-id-card-clip-alt:before{content:"\f75e"}.fi-rr-id-badge:before{content:"\f75f"}.fi-rr-icon-star:before{content:"\f760"}.fi-rr-icicles:before{content:"\f761"}.fi-rr-ice-skate:before{content:"\f762"}.fi-rr-ice-cream:before{content:"\f763"}.fi-rr-i:before{content:"\f764"}.fi-rr-hurricane:before{content:"\f765"}.fi-rr-hundred-points:before{content:"\f766"}.fi-rr-humidity:before{content:"\f767"}.fi-rr-hryvnia:before{content:"\f768"}.fi-rr-hr:before{content:"\f769"}.fi-rr-hr-person:before{content:"\f76a"}.fi-rr-hr-group:before{content:"\f76b"}.fi-rr-house-window:before{content:"\f76c"}.fi-rr-house-user:before{content:"\f76d"}.fi-rr-house-turret:before{content:"\f76e"}.fi-rr-house-tsunami:before{content:"\f76f"}.fi-rr-house-tree:before{content:"\f770"}.fi-rr-house-signal:before{content:"\f771"}.fi-rr-house-return:before{content:"\f772"}.fi-rr-house-night:before{content:"\f773"}.fi-rr-house-medical:before{content:"\f774"}.fi-rr-house-leave:before{content:"\f775"}.fi-rr-house-laptop:before{content:"\f776"}.fi-rr-house-flood:before{content:"\f777"}.fi-rr-house-day:before{content:"\f778"}.fi-rr-house-crack:before{content:"\f779"}.fi-rr-house-chimney:before{content:"\f77a"}.fi-rr-house-chimney-window:before{content:"\f77b"}.fi-rr-house-chimney-user:before{content:"\f77c"}.fi-rr-house-chimney-medical:before{content:"\f77d"}.fi-rr-house-chimney-heart:before{content:"\f77e"}.fi-rr-house-chimney-crack:before{content:"\f77f"}.fi-rr-house-chimney-blank:before{content:"\f780"}.fi-rr-house-building:before{content:"\f781"}.fi-rr-house-blank:before{content:"\f782"}.fi-rr-hourglass:before{content:"\f783"}.fi-rr-hourglass-start:before{content:"\f784"}.fi-rr-hourglass-end:before{content:"\f785"}.fi-rr-hotel:before{content:"\f786"}.fi-rr-hotdog:before{content:"\f787"}.fi-rr-hot-tub:before{content:"\f788"}.fi-rr-hospitals:before{content:"\f789"}.fi-rr-hospital:before{content:"\f78a"}.fi-rr-hospital-user:before{content:"\f78b"}.fi-rr-hospital-symbol:before{content:"\f78c"}.fi-rr-hose:before{content:"\f78d"}.fi-rr-hose-reel:before{content:"\f78e"}.fi-rr-horse:before{content:"\f78f"}.fi-rr-horse-saddle:before{content:"\f790"}.fi-rr-horse-head:before{content:"\f791"}.fi-rr-horizontal-rule:before{content:"\f792"}.fi-rr-hood-cloak:before{content:"\f793"}.fi-rr-honey-pot:before{content:"\f794"}.fi-rr-home:before{content:"\f795"}.fi-rr-home-location:before{content:"\f796"}.fi-rr-home-location-alt:before{content:"\f797"}.fi-rr-home-heart:before{content:"\f798"}.fi-rr-holly-berry:before{content:"\f799"}.fi-rr-hockey-sticks:before{content:"\f79a"}.fi-rr-hockey-stick-puck:before{content:"\f79b"}.fi-rr-hockey-puck:before{content:"\f79c"}.fi-rr-hippo:before{content:"\f79d"}.fi-rr-hiking:before{content:"\f79e"}.fi-rr-highlighter:before{content:"\f79f"}.fi-rr-highlighter-line:before{content:"\f7a0"}.fi-rr-high-definition:before{content:"\f7a1"}.fi-rr-hexagon:before{content:"\f7a2"}.fi-rr-hexagon-exclamation:before{content:"\f7a3"}.fi-rr-hexagon-divide:before{content:"\f7a4"}.fi-rr-hexagon-check:before{content:"\f7a5"}.fi-rr-helmet-battle:before{content:"\f7a6"}.fi-rr-helicopter-side:before{content:"\f7a7"}.fi-rr-heat:before{content:"\f7a8"}.fi-rr-heart:before{content:"\f7a9"}.fi-rr-heart-rate:before{content:"\f7aa"}.fi-rr-heart-half:before{content:"\f7ab"}.fi-rr-heart-half-stroke:before{content:"\f7ac"}.fi-rr-heart-crack:before{content:"\f7ad"}.fi-rr-heart-arrow:before{content:"\f7ae"}.fi-rr-headset:before{content:"\f7af"}.fi-rr-headphones:before{content:"\f7b0"}.fi-rr-heading:before{content:"\f7b1"}.fi-rr-head-vr:before{content:"\f7b2"}.fi-rr-head-side:before{content:"\f7b3"}.fi-rr-head-side-virus:before{content:"\f7b4"}.fi-rr-head-side-thinking:before{content:"\f7b5"}.fi-rr-head-side-medical:before{content:"\f7b6"}.fi-rr-head-side-mask:before{content:"\f7b7"}.fi-rr-head-side-heart:before{content:"\f7b8"}.fi-rr-head-side-headphones:before{content:"\f7b9"}.fi-rr-head-side-cough:before{content:"\f7ba"}.fi-rr-head-side-cough-slash:before{content:"\f7bb"}.fi-rr-head-side-brain:before{content:"\f7bc"}.fi-rr-hdd:before{content:"\f7bd"}.fi-rr-hat-wizard:before{content:"\f7be"}.fi-rr-hat-witch:before{content:"\f7bf"}.fi-rr-hat-winter:before{content:"\f7c0"}.fi-rr-hat-santa:before{content:"\f7c1"}.fi-rr-hat-cowboy:before{content:"\f7c2"}.fi-rr-hat-cowboy-side:before{content:"\f7c3"}.fi-rr-hat-chef:before{content:"\f7c4"}.fi-rr-hat-birthday:before{content:"\f7c5"}.fi-rr-hastag:before{content:"\f7c6"}.fi-rr-hashtag-lock:before{content:"\f7c7"}.fi-rr-hard-hat:before{content:"\f7c8"}.fi-rr-handshake:before{content:"\f7c9"}.fi-rr-handshake-simple-slash:before{content:"\f7ca"}.fi-rr-handshake-angle:before{content:"\f7cb"}.fi-rr-hands-usd:before{content:"\f7cc"}.fi-rr-hands-holding:before{content:"\f7cd"}.fi-rr-hands-holding-diamond:before{content:"\f7ce"}.fi-rr-hands-heart:before{content:"\f7cf"}.fi-rr-hands-clapping:before{content:"\f7d0"}.fi-rr-hands-bubbles:before{content:"\f7d1"}.fi-rr-handmade:before{content:"\f7d2"}.fi-rr-hand:before{content:"\f7d3"}.fi-rr-hand-wave:before{content:"\f7d4"}.fi-rr-hand-spock:before{content:"\f7d5"}.fi-rr-hand-sparkles:before{content:"\f7d6"}.fi-rr-hand-scissors:before{content:"\f7d7"}.fi-rr-hand-point-ribbon:before{content:"\f7d8"}.fi-rr-hand-peace:before{content:"\f7d9"}.fi-rr-hand-paper:before{content:"\f7da"}.fi-rr-hand-middle-finger:before{content:"\f7db"}.fi-rr-hand-love:before{content:"\f7dc"}.fi-rr-hand-lizard:before{content:"\f7dd"}.fi-rr-hand-horns:before{content:"\f7de"}.fi-rr-hand-holding-water:before{content:"\f7df"}.fi-rr-hand-holding-usd:before{content:"\f7e0"}.fi-rr-hand-holding-skull:before{content:"\f7e1"}.fi-rr-hand-holding-seeding:before{content:"\f7e2"}.fi-rr-hand-holding-medical:before{content:"\f7e3"}.fi-rr-hand-holding-magic:before{content:"\f7e4"}.fi-rr-hand-holding-heart:before{content:"\f7e5"}.fi-rr-hand-holding-droplet:before{content:"\f7e6"}.fi-rr-hand-holding-box:before{content:"\f7e7"}.fi-rr-hand-heart:before{content:"\f7e8"}.fi-rr-hand-fist:before{content:"\f7e9"}.fi-rr-hand-fingers-crossed:before{content:"\f7ea"}.fi-rr-hand-dots:before{content:"\f7eb"}.fi-rr-hand-bill:before{content:"\f7ec"}.fi-rr-hand-back-point-right:before{content:"\f7ed"}.fi-rr-hand-back-point-ribbon:before{content:"\f7ee"}.fi-rr-hand-back-point-left:before{content:"\f7ef"}.fi-rr-hand-back-point-down:before{content:"\f7f0"}.fi-rr-hand-back-fist:before{content:"\f7f1"}.fi-rr-hamsa:before{content:"\f7f2"}.fi-rr-hammer:before{content:"\f7f3"}.fi-rr-hammer-war:before{content:"\f7f4"}.fi-rr-hammer-crash:before{content:"\f7f5"}.fi-rr-hamburger:before{content:"\f7f6"}.fi-rr-hamburger-soda:before{content:"\f7f7"}.fi-rr-hair-clipper:before{content:"\f7f8"}.fi-rr-h4:before{content:"\f7f9"}.fi-rr-h3:before{content:"\f7fa"}.fi-rr-h2:before{content:"\f7fb"}.fi-rr-h1:before{content:"\f7fc"}.fi-rr-h:before{content:"\f7fd"}.fi-rr-h-square:before{content:"\f7fe"}.fi-rr-gym:before{content:"\f7ff"}.fi-rr-gun-squirt:before{content:"\f800"}.fi-rr-guitars:before{content:"\f801"}.fi-rr-guitar:before{content:"\f802"}.fi-rr-guitar-electric:before{content:"\f803"}.fi-rr-guide:before{content:"\f804"}.fi-rr-guide-alt:before{content:"\f805"}.fi-rr-guarani-sign:before{content:"\f806"}.fi-rr-grip-vertical:before{content:"\f807"}.fi-rr-grip-lines:before{content:"\f808"}.fi-rr-grip-lines-vertical:before{content:"\f809"}.fi-rr-grip-horizontal:before{content:"\f80a"}.fi-rr-grip-dots:before{content:"\f80b"}.fi-rr-grip-dots-vertical:before{content:"\f80c"}.fi-rr-grin:before{content:"\f80d"}.fi-rr-grin-wink:before{content:"\f80e"}.fi-rr-grin-tongue:before{content:"\f80f"}.fi-rr-grin-tongue-wink:before{content:"\f810"}.fi-rr-grin-tongue-squint:before{content:"\f811"}.fi-rr-grin-tears:before{content:"\f812"}.fi-rr-grin-stars:before{content:"\f813"}.fi-rr-grin-squint:before{content:"\f814"}.fi-rr-grin-squint-tears:before{content:"\f815"}.fi-rr-grin-hearts:before{content:"\f816"}.fi-rr-grin-beam:before{content:"\f817"}.fi-rr-grin-beam-sweat:before{content:"\f818"}.fi-rr-grin-alt:before{content:"\f819"}.fi-rr-grimace:before{content:"\f81a"}.fi-rr-grill:before{content:"\f81b"}.fi-rr-grill-hot-alt:before{content:"\f81c"}.fi-rr-grid:before{content:"\f81d"}.fi-rr-grid-dividers:before{content:"\f81e"}.fi-rr-grid-alt:before{content:"\f81f"}.fi-rr-greater-than:before{content:"\f820"}.fi-rr-greater-than-equal:before{content:"\f821"}.fi-rr-grate:before{content:"\f822"}.fi-rr-grate-droplet:before{content:"\f823"}.fi-rr-graphic-tablet:before{content:"\f824"}.fi-rr-graphic-style:before{content:"\f825"}.fi-rr-graph-curve:before{content:"\f826"}.fi-rr-grape:before{content:"\f827"}.fi-rr-gramophone:before{content:"\f828"}.fi-rr-graduation-cap:before{content:"\f829"}.fi-rr-government-user:before{content:"\f82a"}.fi-rr-government-flag:before{content:"\f82b"}.fi-rr-gopuram:before{content:"\f82c"}.fi-rr-golf:before{content:"\f82d"}.fi-rr-golf-ball:before{content:"\f82e"}.fi-rr-goal-net:before{content:"\f82f"}.fi-rr-globe:before{content:"\f830"}.fi-rr-globe-snow:before{content:"\f831"}.fi-rr-globe-alt:before{content:"\f832"}.fi-rr-glasses:before{content:"\f833"}.fi-rr-glass:before{content:"\f834"}.fi-rr-glass-whiskey:before{content:"\f835"}.fi-rr-glass-whiskey-rocks:before{content:"\f836"}.fi-rr-glass-water-droplet:before{content:"\f837"}.fi-rr-glass-half:before{content:"\f838"}.fi-rr-glass-empty:before{content:"\f839"}.fi-rr-glass-citrus:before{content:"\f83a"}.fi-rr-glass-cheers:before{content:"\f83b"}.fi-rr-glass-champagne:before{content:"\f83c"}.fi-rr-gingerbread-man:before{content:"\f83d"}.fi-rr-gifts:before{content:"\f83e"}.fi-rr-gift:before{content:"\f83f"}.fi-rr-gift-card:before{content:"\f840"}.fi-rr-gif:before{content:"\f841"}.fi-rr-gif-square:before{content:"\f842"}.fi-rr-ghost:before{content:"\f843"}.fi-rr-gem:before{content:"\f844"}.fi-rr-gears:before{content:"\f845"}.fi-rr-gavel:before{content:"\f846"}.fi-rr-gauge-circle-plus:before{content:"\f847"}.fi-rr-gauge-circle-minus:before{content:"\f848"}.fi-rr-gauge-circle-bolt:before{content:"\f849"}.fi-rr-gas-pump:before{content:"\f84a"}.fi-rr-gas-pump-slash:before{content:"\f84b"}.fi-rr-gas-pump-alt:before{content:"\f84c"}.fi-rr-garlic:before{content:"\f84d"}.fi-rr-garlic-alt:before{content:"\f84e"}.fi-rr-garage:before{content:"\f84f"}.fi-rr-garage-open:before{content:"\f850"}.fi-rr-garage-car:before{content:"\f851"}.fi-rr-gamepad:before{content:"\f852"}.fi-rr-game-board-alt:before{content:"\f853"}.fi-rr-gallery:before{content:"\f854"}.fi-rr-gallery-thumbnails:before{content:"\f855"}.fi-rr-galaxy:before{content:"\f856"}.fi-rr-galaxy-star:before{content:"\f857"}.fi-rr-galaxy-planet:before{content:"\f858"}.fi-rr-galaxy-alt:before{content:"\f859"}.fi-rr-g:before{content:"\f85a"}.fi-rr-funnel-dollar:before{content:"\f85b"}.fi-rr-function:before{content:"\f85c"}.fi-rr-function-square:before{content:"\f85d"}.fi-rr-function-process:before{content:"\f85e"}.fi-rr-ftp:before{content:"\f85f"}.fi-rr-frown:before{content:"\f860"}.fi-rr-frog:before{content:"\f861"}.fi-rr-friday:before{content:"\f862"}.fi-rr-french-fries:before{content:"\f863"}.fi-rr-franc-sign:before{content:"\f864"}.fi-rr-frame:before{content:"\f865"}.fi-rr-fox:before{content:"\f866"}.fi-rr-forward:before{content:"\f867"}.fi-rr-forward-fast:before{content:"\f868"}.fi-rr-fort:before{content:"\f869"}.fi-rr-form:before{content:"\f86a"}.fi-rr-forklift:before{content:"\f86b"}.fi-rr-fork:before{content:"\f86c"}.fi-rr-football:before{content:"\f86d"}.fi-rr-fondue-pot:before{content:"\f86e"}.fi-rr-following:before{content:"\f86f"}.fi-rr-followcollection:before{content:"\f870"}.fi-rr-follow-folder:before{content:"\f871"}.fi-rr-folders:before{content:"\f872"}.fi-rr-folder:before{content:"\f873"}.fi-rr-folder-xmark:before{content:"\f874"}.fi-rr-folder-upload:before{content:"\f875"}.fi-rr-folder-tree:before{content:"\f876"}.fi-rr-folder-times:before{content:"\f877"}.fi-rr-folder-open:before{content:"\f878"}.fi-rr-folder-minus:before{content:"\f879"}.fi-rr-folder-download:before{content:"\f87a"}.fi-rr-fog:before{content:"\f87b"}.fi-rr-flying-disc:before{content:"\f87c"}.fi-rr-fly-insect:before{content:"\f87d"}.fi-rr-flux-capacitor:before{content:"\f87e"}.fi-rr-flute:before{content:"\f87f"}.fi-rr-flushed:before{content:"\f880"}.fi-rr-flower:before{content:"\f881"}.fi-rr-flower-tulip:before{content:"\f882"}.fi-rr-flower-daffodil:before{content:"\f883"}.fi-rr-flower-butterfly:before{content:"\f884"}.fi-rr-flower-bouquet:before{content:"\f885"}.fi-rr-florin-sign:before{content:"\f886"}.fi-rr-floppy-disks:before{content:"\f887"}.fi-rr-floppy-disk-pen:before{content:"\f888"}.fi-rr-floppy-disk-circle-xmark:before{content:"\f889"}.fi-rr-floppy-disk-circle-arrow-right:before{content:"\f88a"}.fi-rr-floor:before{content:"\f88b"}.fi-rr-floor-layer:before{content:"\f88c"}.fi-rr-floor-alt:before{content:"\f88d"}.fi-rr-flip-horizontal:before{content:"\f88e"}.fi-rr-flatbread:before{content:"\f88f"}.fi-rr-flatbread-stuffed:before{content:"\f890"}.fi-rr-flask:before{content:"\f891"}.fi-rr-flask-potion:before{content:"\f892"}.fi-rr-flask-poison:before{content:"\f893"}.fi-rr-flashlight:before{content:"\f894"}.fi-rr-flame:before{content:"\f895"}.fi-rr-flag:before{content:"\f896"}.fi-rr-flag-usa:before{content:"\f897"}.fi-rr-flag-checkered:before{content:"\f898"}.fi-rr-flag-alt:before{content:"\f899"}.fi-rr-fishing-rod:before{content:"\f89a"}.fi-rr-fish:before{content:"\f89b"}.fi-rr-fish-cooked:before{content:"\f89c"}.fi-rr-fish-bones:before{content:"\f89d"}.fi-rr-first:before{content:"\f89e"}.fi-rr-first-medal:before{content:"\f89f"}.fi-rr-first-laurel:before{content:"\f8a0"}.fi-rr-first-award:before{content:"\f8a1"}.fi-rr-fireplace:before{content:"\f8a2"}.fi-rr-fire-smoke:before{content:"\f8a3"}.fi-rr-fire-hydrant:before{content:"\f8a4"}.fi-rr-fire-flame-simple:before{content:"\f8a5"}.fi-rr-fire-flame-curved:before{content:"\f8a6"}.fi-rr-fire-extinguisher:before{content:"\f8a7"}.fi-rr-fire-burner:before{content:"\f8a8"}.fi-rr-fingerprint:before{content:"\f8a9"}.fi-rr-filters:before{content:"\f8aa"}.fi-rr-filter:before{content:"\f8ab"}.fi-rr-filter-slash:before{content:"\f8ac"}.fi-rr-films:before{content:"\f8ad"}.fi-rr-film:before{content:"\f8ae"}.fi-rr-film-slash:before{content:"\f8af"}.fi-rr-film-canister:before{content:"\f8b0"}.fi-rr-fill:before{content:"\f8b1"}.fi-rr-files-medical:before{content:"\f8b2"}.fi-rr-file:before{content:"\f8b3"}.fi-rr-file-zipper:before{content:"\f8b4"}.fi-rr-file-word:before{content:"\f8b5"}.fi-rr-file-video:before{content:"\f8b6"}.fi-rr-file-user:before{content:"\f8b7"}.fi-rr-file-upload:before{content:"\f8b8"}.fi-rr-file-spreadsheet:before{content:"\f8b9"}.fi-rr-file-signature:before{content:"\f8ba"}.fi-rr-file-psd:before{content:"\f8bb"}.fi-rr-file-prescription:before{content:"\f8bc"}.fi-rr-file-powerpoint:before{content:"\f8bd"}.fi-rr-file-pdf:before{content:"\f8be"}.fi-rr-file-minus:before{content:"\f8bf"}.fi-rr-file-medical:before{content:"\f8c0"}.fi-rr-file-medical-alt:before{content:"\f8c1"}.fi-rr-file-invoice:before{content:"\f8c2"}.fi-rr-file-invoice-dollar:before{content:"\f8c3"}.fi-rr-file-import:before{content:"\f8c4"}.fi-rr-file-image:before{content:"\f8c5"}.fi-rr-file-export:before{content:"\f8c6"}.fi-rr-file-exclamation:before{content:"\f8c7"}.fi-rr-file-excel:before{content:"\f8c8"}.fi-rr-file-eps:before{content:"\f8c9"}.fi-rr-file-edit:before{content:"\f8ca"}.fi-rr-file-download:before{content:"\f8cb"}.fi-rr-file-csv:before{content:"\f8cc"}.fi-rr-file-code:before{content:"\f8cd"}.fi-rr-file-circle-info:before{content:"\f8ce"}.fi-rr-file-chart-pie:before{content:"\f8cf"}.fi-rr-file-chart-line:before{content:"\f8d0"}.fi-rr-file-binary:before{content:"\f8d1"}.fi-rr-file-audio:before{content:"\f8d2"}.fi-rr-file-ai:before{content:"\f8d3"}.fi-rr-fighter-jet:before{content:"\f8d4"}.fi-rr-ferris-wheel:before{content:"\f8d5"}.fi-rr-fence:before{content:"\f8d6"}.fi-rr-feedback:before{content:"\f8d7"}.fi-rr-feedback-review:before{content:"\f8d8"}.fi-rr-feedback-hand:before{content:"\f8d9"}.fi-rr-feedback-alt:before{content:"\f8da"}.fi-rr-fee:before{content:"\f8db"}.fi-rr-fee-receipt:before{content:"\f8dc"}.fi-rr-features:before{content:"\f8dd"}.fi-rr-features-alt:before{content:"\f8de"}.fi-rr-feather:before{content:"\f8df"}.fi-rr-feather-pointed:before{content:"\f8e0"}.fi-rr-fax:before{content:"\f8e1"}.fi-rr-faucet:before{content:"\f8e2"}.fi-rr-faucet-drip:before{content:"\f8e3"}.fi-rr-farm:before{content:"\f8e4"}.fi-rr-fan:before{content:"\f8e5"}.fi-rr-fan-table:before{content:"\f8e6"}.fi-rr-family:before{content:"\f8e7"}.fi-rr-family-pants:before{content:"\f8e8"}.fi-rr-family-dress:before{content:"\f8e9"}.fi-rr-falafel:before{content:"\f8ea"}.fi-rr-fail:before{content:"\f8eb"}.fi-rr-face-zipper:before{content:"\f8ec"}.fi-rr-face-zany:before{content:"\f8ed"}.fi-rr-face-worried:before{content:"\f8ee"}.fi-rr-face-woozy:before{content:"\f8ef"}.fi-rr-face-weary:before{content:"\f8f0"}.fi-rr-face-vomit:before{content:"\f8f1"}.fi-rr-face-viewfinder:before{content:"\f8f2"}.fi-rr-face-unamused:before{content:"\f8f3"}.fi-rr-face-tongue-sweat:before{content:"\f8f4"}.fi-rr-face-tongue-money:before{content:"\f8f5"}.fi-rr-face-tissue:before{content:"\f8f6"}.fi-rr-face-thinking:before{content:"\f8f7"}.fi-rr-face-thermometer:before{content:"\f8f8"}.fi-rr-face-swear:before{content:"\f8f9"}.fi-rr-face-sunglasses:before{content:"\f8fa"}.fi-rr-face-sunglasses-alt:before{content:"\f8fb"}.fi-rr-face-smirking:before{content:"\f8fc"}.fi-rr-face-smiling-hands:before{content:"\f8fd"}.fi-rr-face-smile-upside-down:before{content:"\f8fe"}.fi-rr-face-smile-tongue:before{content:"\f8ff"}.fi-rr-face-smile-tear:before{content:"\f900"}.fi-rr-face-smile-horns:before{content:"\f901"}.fi-rr-face-smile-hearts:before{content:"\f902"}.fi-rr-face-smile-halo:before{content:"\f903"}.fi-rr-face-sleepy:before{content:"\f904"}.fi-rr-face-sleeping:before{content:"\f905"}.fi-rr-face-shush:before{content:"\f906"}.fi-rr-face-scream:before{content:"\f907"}.fi-rr-face-sad-sweat:before{content:"\f908"}.fi-rr-face-relieved:before{content:"\f909"}.fi-rr-face-raised-eyebrow:before{content:"\f90a"}.fi-rr-face-pleading:before{content:"\f90b"}.fi-rr-face-persevering:before{content:"\f90c"}.fi-rr-face-pensive:before{content:"\f90d"}.fi-rr-face-party:before{content:"\f90e"}.fi-rr-face-nose-steam:before{content:"\f90f"}.fi-rr-face-nauseated:before{content:"\f910"}.fi-rr-face-monocle:before{content:"\f911"}.fi-rr-face-mask:before{content:"\f912"}.fi-rr-face-lying:before{content:"\f913"}.fi-rr-face-icicles:before{content:"\f914"}.fi-rr-face-hushed:before{content:"\f915"}.fi-rr-face-head-bandage:before{content:"\f916"}.fi-rr-face-hand-yawn:before{content:"\f917"}.fi-rr-face-grin-tongue-wink:before{content:"\f918"}.fi-rr-face-glasses:before{content:"\f919"}.fi-rr-face-fearful:before{content:"\f91a"}.fi-rr-face-eyes-xmarks:before{content:"\f91b"}.fi-rr-face-expressionless:before{content:"\f91c"}.fi-rr-face-explode:before{content:"\f91d"}.fi-rr-face-drooling:before{content:"\f91e"}.fi-rr-face-downcast-sweat:before{content:"\f91f"}.fi-rr-face-disguise:before{content:"\f920"}.fi-rr-face-disappointed:before{content:"\f921"}.fi-rr-face-cowboy-hat:before{content:"\f922"}.fi-rr-face-confused:before{content:"\f923"}.fi-rr-face-confounded:before{content:"\f924"}.fi-rr-face-beam-hand-over-mouth:before{content:"\f925"}.fi-rr-face-awesome:before{content:"\f926"}.fi-rr-face-astonished:before{content:"\f927"}.fi-rr-face-anxious-sweat:before{content:"\f928"}.fi-rr-face-anguished:before{content:"\f929"}.fi-rr-face-angry-horns:before{content:"\f92a"}.fi-rr-fabric:before{content:"\f92b"}.fi-rr-f:before{content:"\f92c"}.fi-rr-eyes:before{content:"\f92d"}.fi-rr-eye:before{content:"\f92e"}.fi-rr-eye-dropper:before{content:"\f92f"}.fi-rr-eye-dropper-half:before{content:"\f930"}.fi-rr-eye-crossed:before{content:"\f931"}.fi-rr-external-world:before{content:"\f932"}.fi-rr-external-hard-drive:before{content:"\f933"}.fi-rr-expense:before{content:"\f934"}.fi-rr-expense-bill:before{content:"\f935"}.fi-rr-expand:before{content:"\f936"}.fi-rr-expand-arrows:before{content:"\f937"}.fi-rr-expand-arrows-alt:before{content:"\f938"}.fi-rr-exit:before{content:"\f939"}.fi-rr-exit-alt:before{content:"\f93a"}.fi-rr-exclamation:before{content:"\f93b"}.fi-rr-exchange:before{content:"\f93c"}.fi-rr-exchange-cryptocurrency:before{content:"\f93d"}.fi-rr-exchange-alt:before{content:"\f93e"}.fi-rr-euro:before{content:"\f93f"}.fi-rr-ethernet:before{content:"\f940"}.fi-rr-escalator:before{content:"\f941"}.fi-rr-eraser:before{content:"\f942"}.fi-rr-equals:before{content:"\f943"}.fi-rr-equality:before{content:"\f944"}.fi-rr-envelopes:before{content:"\f945"}.fi-rr-envelope:before{content:"\f946"}.fi-rr-envelope-plus:before{content:"\f947"}.fi-rr-envelope-open:before{content:"\f948"}.fi-rr-envelope-open-text:before{content:"\f949"}.fi-rr-envelope-open-dollar:before{content:"\f94a"}.fi-rr-envelope-marker:before{content:"\f94b"}.fi-rr-envelope-download:before{content:"\f94c"}.fi-rr-envelope-dot:before{content:"\f94d"}.fi-rr-envelope-bulk:before{content:"\f94e"}.fi-rr-envelope-ban:before{content:"\f94f"}.fi-rr-enter:before{content:"\f950"}.fi-rr-engine:before{content:"\f951"}.fi-rr-engine-warning:before{content:"\f952"}.fi-rr-empty-set:before{content:"\f953"}.fi-rr-employees:before{content:"\f954"}.fi-rr-employees-woman-man:before{content:"\f955"}.fi-rr-employee-man:before{content:"\f956"}.fi-rr-employee-man-alt:before{content:"\f957"}.fi-rr-employee-alt:before{content:"\f958"}.fi-rr-elevator:before{content:"\f959"}.fi-rr-elephant:before{content:"\f95a"}.fi-rr-eject:before{content:"\f95b"}.fi-rr-egg:before{content:"\f95c"}.fi-rr-egg-fried:before{content:"\f95d"}.fi-rr-effect:before{content:"\f95e"}.fi-rr-edit:before{content:"\f95f"}.fi-rr-edit-alt:before{content:"\f960"}.fi-rr-eclipse:before{content:"\f961"}.fi-rr-eclipse-alt:before{content:"\f962"}.fi-rr-earth-europa:before{content:"\f963"}.fi-rr-earth-asia:before{content:"\f964"}.fi-rr-earth-americas:before{content:"\f965"}.fi-rr-earth-africa:before{content:"\f966"}.fi-rr-earnings:before{content:"\f967"}.fi-rr-ear:before{content:"\f968"}.fi-rr-ear-muffs:before{content:"\f969"}.fi-rr-ear-deaf:before{content:"\f96a"}.fi-rr-e:before{content:"\f96b"}.fi-rr-e-learning:before{content:"\f96c"}.fi-rr-duration:before{content:"\f96d"}.fi-rr-duration-alt:before{content:"\f96e"}.fi-rr-duplicate:before{content:"\f96f"}.fi-rr-dungeon:before{content:"\f970"}.fi-rr-dumpster:before{content:"\f971"}.fi-rr-dumpster-fire:before{content:"\f972"}.fi-rr-duck:before{content:"\f973"}.fi-rr-dryer:before{content:"\f974"}.fi-rr-dryer-alt:before{content:"\f975"}.fi-rr-drumstick:before{content:"\f976"}.fi-rr-drumstick-bite:before{content:"\f977"}.fi-rr-drum:before{content:"\f978"}.fi-rr-drum-steelpan:before{content:"\f979"}.fi-rr-drop-down:before{content:"\f97a"}.fi-rr-drone:before{content:"\f97b"}.fi-rr-drone-front:before{content:"\f97c"}.fi-rr-drone-alt:before{content:"\f97d"}.fi-rr-driver-woman:before{content:"\f97e"}.fi-rr-driver-man:before{content:"\f97f"}.fi-rr-drink-alt:before{content:"\f980"}.fi-rr-dreidel:before{content:"\f981"}.fi-rr-drawer:before{content:"\f982"}.fi-rr-drawer-alt:before{content:"\f983"}.fi-rr-draw-square:before{content:"\f984"}.fi-rr-draw-polygon:before{content:"\f985"}.fi-rr-dragon:before{content:"\f986"}.fi-rr-drafting-compass:before{content:"\f987"}.fi-rr-download:before{content:"\f988"}.fi-rr-down:before{content:"\f989"}.fi-rr-down-to-line:before{content:"\f98a"}.fi-rr-down-right:before{content:"\f98b"}.fi-rr-down-left:before{content:"\f98c"}.fi-rr-down-left-and-up-right-to-center:before{content:"\f98d"}.fi-rr-dove:before{content:"\f98e"}.fi-rr-dot-pending:before{content:"\f98f"}.fi-rr-dot-circle:before{content:"\f990"}.fi-rr-door-open:before{content:"\f991"}.fi-rr-door-closed:before{content:"\f992"}.fi-rr-donut:before{content:"\f993"}.fi-rr-dong-sign:before{content:"\f994"}.fi-rr-donate:before{content:"\f995"}.fi-rr-domino-effect:before{content:"\f996"}.fi-rr-dolphin:before{content:"\f997"}.fi-rr-dolly-flatbed:before{content:"\f998"}.fi-rr-dolly-flatbed-empty:before{content:"\f999"}.fi-rr-dolly-flatbed-alt:before{content:"\f99a"}.fi-rr-dollar:before{content:"\f99b"}.fi-rr-dog:before{content:"\f99c"}.fi-rr-dog-leashed:before{content:"\f99d"}.fi-rr-document:before{content:"\f99e"}.fi-rr-document-signed:before{content:"\f99f"}.fi-rr-document-paid:before{content:"\f9a0"}.fi-rr-doctor:before{content:"\f9a1"}.fi-rr-do-not-enter:before{content:"\f9a2"}.fi-rr-dna:before{content:"\f9a3"}.fi-rr-dizzy:before{content:"\f9a4"}.fi-rr-divide:before{content:"\f9a5"}.fi-rr-distribute-spacing-vertical:before{content:"\f9a6"}.fi-rr-distribute-spacing-horizontal:before{content:"\f9a7"}.fi-rr-display-slash:before{content:"\f9a8"}.fi-rr-display-medical:before{content:"\f9a9"}.fi-rr-display-code:before{content:"\f9aa"}.fi-rr-display-arrow-down:before{content:"\f9ab"}.fi-rr-disk:before{content:"\f9ac"}.fi-rr-disease:before{content:"\f9ad"}.fi-rr-discover:before{content:"\f9ae"}.fi-rr-disco-ball:before{content:"\f9af"}.fi-rr-disc-drive:before{content:"\f9b0"}.fi-rr-direction-signal:before{content:"\f9b1"}.fi-rr-direction-signal-arrow:before{content:"\f9b2"}.fi-rr-diploma:before{content:"\f9b3"}.fi-rr-digital-tachograph:before{content:"\f9b4"}.fi-rr-digging:before{content:"\f9b5"}.fi-rr-dice:before{content:"\f9b6"}.fi-rr-dice-two:before{content:"\f9b7"}.fi-rr-dice-three:before{content:"\f9b8"}.fi-rr-dice-six:before{content:"\f9b9"}.fi-rr-dice-one:before{content:"\f9ba"}.fi-rr-dice-four:before{content:"\f9bb"}.fi-rr-dice-d8:before{content:"\f9bc"}.fi-rr-dice-d6:before{content:"\f9bd"}.fi-rr-dice-d4:before{content:"\f9be"}.fi-rr-dice-d20:before{content:"\f9bf"}.fi-rr-dice-d12:before{content:"\f9c0"}.fi-rr-dice-d10:before{content:"\f9c1"}.fi-rr-dice-alt:before{content:"\f9c2"}.fi-rr-diary-clasp:before{content:"\f9c3"}.fi-rr-diary-bookmarks:before{content:"\f9c4"}.fi-rr-diary-bookmark-down:before{content:"\f9c5"}.fi-rr-diamond:before{content:"\f9c6"}.fi-rr-diamond-turn-right:before{content:"\f9c7"}.fi-rr-diamond-exclamation:before{content:"\f9c8"}.fi-rr-dial:before{content:"\f9c9"}.fi-rr-dial-off:before{content:"\f9ca"}.fi-rr-dial-min:before{content:"\f9cb"}.fi-rr-dial-med:before{content:"\f9cc"}.fi-rr-dial-med-low:before{content:"\f9cd"}.fi-rr-dial-max:before{content:"\f9ce"}.fi-rr-dial-low:before{content:"\f9cf"}.fi-rr-dial-high:before{content:"\f9d0"}.fi-rr-diagram-venn:before{content:"\f9d1"}.fi-rr-diagram-successor:before{content:"\f9d2"}.fi-rr-diagram-subtask:before{content:"\f9d3"}.fi-rr-diagram-sankey:before{content:"\f9d4"}.fi-rr-diagram-project:before{content:"\f9d5"}.fi-rr-diagram-previous:before{content:"\f9d6"}.fi-rr-diagram-predecessor:before{content:"\f9d7"}.fi-rr-diagram-next:before{content:"\f9d8"}.fi-rr-diagram-nested:before{content:"\f9d9"}.fi-rr-diagram-lean-canvas:before{content:"\f9da"}.fi-rr-diagram-cells:before{content:"\f9db"}.fi-rr-dharmachakra:before{content:"\f9dc"}.fi-rr-dewpoint:before{content:"\f9dd"}.fi-rr-devices:before{content:"\f9de"}.fi-rr-desktop-wallpaper:before{content:"\f9df"}.fi-rr-desktop-arrow-down:before{content:"\f9e0"}.fi-rr-description:before{content:"\f9e1"}.fi-rr-description-alt:before{content:"\f9e2"}.fi-rr-deposit:before{content:"\f9e3"}.fi-rr-deposit-alt:before{content:"\f9e4"}.fi-rr-department:before{content:"\f9e5"}.fi-rr-department-structure:before{content:"\f9e6"}.fi-rr-democrat:before{content:"\f9e7"}.fi-rr-delete:before{content:"\f9e8"}.fi-rr-delete-user:before{content:"\f9e9"}.fi-rr-delete-right:before{content:"\f9ea"}.fi-rr-delete-document:before{content:"\f9eb"}.fi-rr-deer:before{content:"\f9ec"}.fi-rr-deer-rudolph:before{content:"\f9ed"}.fi-rr-debt:before{content:"\f9ee"}.fi-rr-database:before{content:"\f9ef"}.fi-rr-data-transfer:before{content:"\f9f0"}.fi-rr-dashboard:before{content:"\f9f1"}.fi-rr-dart:before{content:"\f9f2"}.fi-rr-damage:before{content:"\f9f3"}.fi-rr-daily-calendar:before{content:"\f9f4"}.fi-rr-dagger:before{content:"\f9f5"}.fi-rr-d:before{content:"\f9f6"}.fi-rr-customize:before{content:"\f9f7"}.fi-rr-customize-edit:before{content:"\f9f8"}.fi-rr-customize-computer:before{content:"\f9f9"}.fi-rr-customization:before{content:"\f9fa"}.fi-rr-customization-cogwheel:before{content:"\f9fb"}.fi-rr-customer-service:before{content:"\f9fc"}.fi-rr-customer-care:before{content:"\f9fd"}.fi-rr-custard:before{content:"\f9fe"}.fi-rr-curve:before{content:"\f9ff"}.fi-rr-curve-arrow:before{content:"\fa00"}.fi-rr-curve-alt:before{content:"\fa01"}.fi-rr-cursor:before{content:"\fa02"}.fi-rr-cursor-text:before{content:"\fa03"}.fi-rr-cursor-text-alt:before{content:"\fa04"}.fi-rr-cursor-plus:before{content:"\fa05"}.fi-rr-cursor-finger:before{content:"\fa06"}.fi-rr-curling:before{content:"\fa07"}.fi-rr-cupcake:before{content:"\fa08"}.fi-rr-cupcake-alt:before{content:"\fa09"}.fi-rr-cup-togo:before{content:"\fa0a"}.fi-rr-cup-straw:before{content:"\fa0b"}.fi-rr-cup-straw-swoosh:before{content:"\fa0c"}.fi-rr-cucumber:before{content:"\fa0d"}.fi-rr-cubes:before{content:"\fa0e"}.fi-rr-cubes-stacked:before{content:"\fa0f"}.fi-rr-cube:before{content:"\fa10"}.fi-rr-crystal-ball:before{content:"\fa11"}.fi-rr-cryptocurrency:before{content:"\fa12"}.fi-rr-cruzeiro-sign:before{content:"\fa13"}.fi-rr-crutches:before{content:"\fa14"}.fi-rr-crutch:before{content:"\fa15"}.fi-rr-crown:before{content:"\fa16"}.fi-rr-crow:before{content:"\fa17"}.fi-rr-cross:before{content:"\fa18"}.fi-rr-cross-small:before{content:"\fa19"}.fi-rr-cross-religion:before{content:"\fa1a"}.fi-rr-cross-circle:before{content:"\fa1b"}.fi-rr-croissant:before{content:"\fa1c"}.fi-rr-crm-computer:before{content:"\fa1d"}.fi-rr-crm-alt:before{content:"\fa1e"}.fi-rr-cricket:before{content:"\fa1f"}.fi-rr-credit-card:before{content:"\fa20"}.fi-rr-cream:before{content:"\fa21"}.fi-rr-crate-empty:before{content:"\fa22"}.fi-rr-crab:before{content:"\fa23"}.fi-rr-cowbell:before{content:"\fa24"}.fi-rr-cowbell-more:before{content:"\fa25"}.fi-rr-cowbell-circle-plus:before{content:"\fa26"}.fi-rr-cow:before{content:"\fa27"}.fi-rr-cow-alt:before{content:"\fa28"}.fi-rr-couch:before{content:"\fa29"}.fi-rr-corporate:before{content:"\fa2a"}.fi-rr-corporate-alt:before{content:"\fa2b"}.fi-rr-corn:before{content:"\fa2c"}.fi-rr-copyright:before{content:"\fa2d"}.fi-rr-copy:before{content:"\fa2e"}.fi-rr-copy-image:before{content:"\fa2f"}.fi-rr-copy-alt:before{content:"\fa30"}.fi-rr-cookie:before{content:"\fa31"}.fi-rr-cookie-alt:before{content:"\fa32"}.fi-rr-conveyor-belt:before{content:"\fa33"}.fi-rr-conveyor-belt-empty:before{content:"\fa34"}.fi-rr-conveyor-belt-alt:before{content:"\fa35"}.fi-rr-convert-shapes:before{content:"\fa36"}.fi-rr-convert-document:before{content:"\fa37"}.fi-rr-container-storage:before{content:"\fa38"}.fi-rr-constellation:before{content:"\fa39"}.fi-rr-confetti:before{content:"\fa3a"}.fi-rr-condition:before{content:"\fa3b"}.fi-rr-condition-alt:before{content:"\fa3c"}.fi-rr-concierge-bell:before{content:"\fa3d"}.fi-rr-computer:before{content:"\fa3e"}.fi-rr-computer-speaker:before{content:"\fa3f"}.fi-rr-computer-mouse:before{content:"\fa40"}.fi-rr-computer-classic:before{content:"\fa41"}.fi-rr-compress:before{content:"\fa42"}.fi-rr-compress-alt:before{content:"\fa43"}.fi-rr-compliance:before{content:"\fa44"}.fi-rr-compliance-document:before{content:"\fa45"}.fi-rr-compliance-clipboard:before{content:"\fa46"}.fi-rr-completed:before{content:"\fa47"}.fi-rr-compass-slash:before{content:"\fa48"}.fi-rr-comments:before{content:"\fa49"}.fi-rr-comments-question:before{content:"\fa4a"}.fi-rr-comments-question-check:before{content:"\fa4b"}.fi-rr-comments-dollar:before{content:"\fa4c"}.fi-rr-comment:before{content:"\fa4d"}.fi-rr-comment-xmark:before{content:"\fa4e"}.fi-rr-comment-user:before{content:"\fa4f"}.fi-rr-comment-text:before{content:"\fa50"}.fi-rr-comment-sms:before{content:"\fa51"}.fi-rr-comment-smile:before{content:"\fa52"}.fi-rr-comment-slash:before{content:"\fa53"}.fi-rr-comment-quote:before{content:"\fa54"}.fi-rr-comment-question:before{content:"\fa55"}.fi-rr-comment-pen:before{content:"\fa56"}.fi-rr-comment-minus:before{content:"\fa57"}.fi-rr-comment-medical:before{content:"\fa58"}.fi-rr-comment-info:before{content:"\fa59"}.fi-rr-comment-image:before{content:"\fa5a"}.fi-rr-comment-heart:before{content:"\fa5b"}.fi-rr-comment-exclamation:before{content:"\fa5c"}.fi-rr-comment-dots:before{content:"\fa5d"}.fi-rr-comment-dollar:before{content:"\fa5e"}.fi-rr-comment-code:before{content:"\fa5f"}.fi-rr-comment-check:before{content:"\fa60"}.fi-rr-comment-arrow-up:before{content:"\fa61"}.fi-rr-comment-arrow-up-right:before{content:"\fa62"}.fi-rr-comment-arrow-down:before{content:"\fa63"}.fi-rr-comment-alt:before{content:"\fa64"}.fi-rr-comment-alt-music:before{content:"\fa65"}.fi-rr-comment-alt-minus:before{content:"\fa66"}.fi-rr-comment-alt-middle:before{content:"\fa67"}.fi-rr-comment-alt-middle-top:before{content:"\fa68"}.fi-rr-comment-alt-medical:before{content:"\fa69"}.fi-rr-comment-alt-edit:before{content:"\fa6a"}.fi-rr-comment-alt-dots:before{content:"\fa6b"}.fi-rr-comment-alt-check:before{content:"\fa6c"}.fi-rr-command:before{content:"\fa6d"}.fi-rr-comet:before{content:"\fa6e"}.fi-rr-columns-3:before{content:"\fa6f"}.fi-rr-colon-sign:before{content:"\fa70"}.fi-rr-coins:before{content:"\fa71"}.fi-rr-coin:before{content:"\fa72"}.fi-rr-coin-up-arrow:before{content:"\fa73"}.fi-rr-coffin:before{content:"\fa74"}.fi-rr-coffin-cross:before{content:"\fa75"}.fi-rr-coffee:before{content:"\fa76"}.fi-rr-coffee-pot:before{content:"\fa77"}.fi-rr-coffee-beans:before{content:"\fa78"}.fi-rr-coffee-bean:before{content:"\fa79"}.fi-rr-code-simple:before{content:"\fa7a"}.fi-rr-code-pull-request:before{content:"\fa7b"}.fi-rr-code-pull-request-draft:before{content:"\fa7c"}.fi-rr-code-pull-request-closed:before{content:"\fa7d"}.fi-rr-code-merge:before{content:"\fa7e"}.fi-rr-code-fork:before{content:"\fa7f"}.fi-rr-code-compare:before{content:"\fa80"}.fi-rr-code-commit:before{content:"\fa81"}.fi-rr-code-branch:before{content:"\fa82"}.fi-rr-coconut:before{content:"\fa83"}.fi-rr-cocktail:before{content:"\fa84"}.fi-rr-cocktail-alt:before{content:"\fa85"}.fi-rr-club:before{content:"\fa86"}.fi-rr-clover-alt:before{content:"\fa87"}.fi-rr-clouds:before{content:"\fa88"}.fi-rr-clouds-sun:before{content:"\fa89"}.fi-rr-clouds-moon:before{content:"\fa8a"}.fi-rr-cloud:before{content:"\fa8b"}.fi-rr-cloud-upload:before{content:"\fa8c"}.fi-rr-cloud-upload-alt:before{content:"\fa8d"}.fi-rr-cloud-sun:before{content:"\fa8e"}.fi-rr-cloud-sun-rain:before{content:"\fa8f"}.fi-rr-cloud-snow:before{content:"\fa90"}.fi-rr-cloud-sleet:before{content:"\fa91"}.fi-rr-cloud-showers:before{content:"\fa92"}.fi-rr-cloud-showers-heavy:before{content:"\fa93"}.fi-rr-cloud-share:before{content:"\fa94"}.fi-rr-cloud-rainbow:before{content:"\fa95"}.fi-rr-cloud-rain:before{content:"\fa96"}.fi-rr-cloud-question:before{content:"\fa97"}.fi-rr-cloud-moon:before{content:"\fa98"}.fi-rr-cloud-moon-rain:before{content:"\fa99"}.fi-rr-cloud-meatball:before{content:"\fa9a"}.fi-rr-cloud-hail:before{content:"\fa9b"}.fi-rr-cloud-hail-mixed:before{content:"\fa9c"}.fi-rr-cloud-exclamation:before{content:"\fa9d"}.fi-rr-cloud-drizzle:before{content:"\fa9e"}.fi-rr-cloud-download:before{content:"\fa9f"}.fi-rr-cloud-download-alt:before{content:"\faa0"}.fi-rr-cloud-disabled:before{content:"\faa1"}.fi-rr-cloud-code:before{content:"\faa2"}.fi-rr-cloud-check:before{content:"\faa3"}.fi-rr-clothes-hanger:before{content:"\faa4"}.fi-rr-closed-captioning-slash:before{content:"\faa5"}.fi-rr-clone:before{content:"\faa6"}.fi-rr-clock:before{content:"\faa7"}.fi-rr-clock-up-arrow:before{content:"\faa8"}.fi-rr-clock-two:before{content:"\faa9"}.fi-rr-clock-two-thirty:before{content:"\faaa"}.fi-rr-clock-twelve:before{content:"\faab"}.fi-rr-clock-twelve-thirty:before{content:"\faac"}.fi-rr-clock-three:before{content:"\faad"}.fi-rr-clock-three-thirty:before{content:"\faae"}.fi-rr-clock-ten:before{content:"\faaf"}.fi-rr-clock-ten-thirty:before{content:"\fab0"}.fi-rr-clock-six:before{content:"\fab1"}.fi-rr-clock-six-thirty:before{content:"\fab2"}.fi-rr-clock-seven:before{content:"\fab3"}.fi-rr-clock-seven-thirty:before{content:"\fab4"}.fi-rr-clock-one:before{content:"\fab5"}.fi-rr-clock-one-thirty:before{content:"\fab6"}.fi-rr-clock-nine:before{content:"\fab7"}.fi-rr-clock-nine-thirty:before{content:"\fab8"}.fi-rr-clock-four-thirty:before{content:"\fab9"}.fi-rr-clock-five:before{content:"\faba"}.fi-rr-clock-five-thirty:before{content:"\fabb"}.fi-rr-clock-eleven:before{content:"\fabc"}.fi-rr-clock-eleven-thirty:before{content:"\fabd"}.fi-rr-clock-eight-thirty:before{content:"\fabe"}.fi-rr-clock-desk:before{content:"\fabf"}.fi-rr-clipboard:before{content:"\fac0"}.fi-rr-clipboard-user:before{content:"\fac1"}.fi-rr-clipboard-prescription:before{content:"\fac2"}.fi-rr-clipboard-list:before{content:"\fac3"}.fi-rr-clipboard-list-check:before{content:"\fac4"}.fi-rr-clipboard-exclamation:before{content:"\fac5"}.fi-rr-clipboard-check:before{content:"\fac6"}.fi-rr-clip:before{content:"\fac7"}.fi-rr-clear-alt:before{content:"\fac8"}.fi-rr-claw-marks:before{content:"\fac9"}.fi-rr-clarinet:before{content:"\faca"}.fi-rr-clapperboard:before{content:"\facb"}.fi-rr-clapperboard-play:before{content:"\facc"}.fi-rr-city:before{content:"\facd"}.fi-rr-citrus:before{content:"\face"}.fi-rr-citrus-slice:before{content:"\facf"}.fi-rr-circle:before{content:"\fad0"}.fi-rr-circle-z:before{content:"\fad1"}.fi-rr-circle-y:before{content:"\fad2"}.fi-rr-circle-xmark:before{content:"\fad3"}.fi-rr-circle-x:before{content:"\fad4"}.fi-rr-circle-waveform-lines:before{content:"\fad5"}.fi-rr-circle-w:before{content:"\fad6"}.fi-rr-circle-video:before{content:"\fad7"}.fi-rr-circle-v:before{content:"\fad8"}.fi-rr-circle-user:before{content:"\fad9"}.fi-rr-circle-u:before{content:"\fada"}.fi-rr-circle-trash:before{content:"\fadb"}.fi-rr-circle-three-quarters:before{content:"\fadc"}.fi-rr-circle-t:before{content:"\fadd"}.fi-rr-circle-star:before{content:"\fade"}.fi-rr-circle-small:before{content:"\fadf"}.fi-rr-circle-s:before{content:"\fae0"}.fi-rr-circle-r:before{content:"\fae1"}.fi-rr-circle-quarters-alt:before{content:"\fae2"}.fi-rr-circle-quarter:before{content:"\fae3"}.fi-rr-circle-q:before{content:"\fae4"}.fi-rr-circle-phone:before{content:"\fae5"}.fi-rr-circle-phone-hangup:before{content:"\fae6"}.fi-rr-circle-phone-flip:before{content:"\fae7"}.fi-rr-circle-p:before{content:"\fae8"}.fi-rr-circle-o:before{content:"\fae9"}.fi-rr-circle-n:before{content:"\faea"}.fi-rr-circle-microphone:before{content:"\faeb"}.fi-rr-circle-microphone-lines:before{content:"\faec"}.fi-rr-circle-m:before{content:"\faed"}.fi-rr-circle-l:before{content:"\faee"}.fi-rr-circle-k:before{content:"\faef"}.fi-rr-circle-j:before{content:"\faf0"}.fi-rr-circle-i:before{content:"\faf1"}.fi-rr-circle-heart:before{content:"\faf2"}.fi-rr-circle-half:before{content:"\faf3"}.fi-rr-circle-half-stroke:before{content:"\faf4"}.fi-rr-circle-h:before{content:"\faf5"}.fi-rr-circle-g:before{content:"\faf6"}.fi-rr-circle-f:before{content:"\faf7"}.fi-rr-circle-exclamation-check:before{content:"\faf8"}.fi-rr-circle-envelope:before{content:"\faf9"}.fi-rr-circle-ellipsis:before{content:"\fafa"}.fi-rr-circle-ellipsis-vertical:before{content:"\fafb"}.fi-rr-circle-e:before{content:"\fafc"}.fi-rr-circle-divide:before{content:"\fafd"}.fi-rr-circle-dashed:before{content:"\fafe"}.fi-rr-circle-d:before{content:"\faff"}.fi-rr-circle-camera:before{content:"\fb00"}.fi-rr-circle-calendar:before{content:"\fb01"}.fi-rr-circle-c:before{content:"\fb02"}.fi-rr-circle-bookmark:before{content:"\fb03"}.fi-rr-circle-book-open:before{content:"\fb04"}.fi-rr-circle-bolt:before{content:"\fb05"}.fi-rr-circle-b:before{content:"\fb06"}.fi-rr-circle-a:before{content:"\fb07"}.fi-rr-circle-9:before{content:"\fb08"}.fi-rr-circle-8:before{content:"\fb09"}.fi-rr-circle-7:before{content:"\fb0a"}.fi-rr-circle-6:before{content:"\fb0b"}.fi-rr-circle-5:before{content:"\fb0c"}.fi-rr-circle-4:before{content:"\fb0d"}.fi-rr-circle-3:before{content:"\fb0e"}.fi-rr-circle-2:before{content:"\fb0f"}.fi-rr-circle-1:before{content:"\fb10"}.fi-rr-circle-0:before{content:"\fb11"}.fi-rr-church:before{content:"\fb12"}.fi-rr-choose:before{content:"\fb13"}.fi-rr-choose-alt:before{content:"\fb14"}.fi-rr-chocolate:before{content:"\fb15"}.fi-rr-chimney:before{content:"\fb16"}.fi-rr-child:before{content:"\fb17"}.fi-rr-child-head:before{content:"\fb18"}.fi-rr-chevron-double-up:before{content:"\fb19"}.fi-rr-chevron-double-down:before{content:"\fb1a"}.fi-rr-chess:before{content:"\fb1b"}.fi-rr-chess-rook:before{content:"\fb1c"}.fi-rr-chess-rook-alt:before{content:"\fb1d"}.fi-rr-chess-queen:before{content:"\fb1e"}.fi-rr-chess-queen-alt:before{content:"\fb1f"}.fi-rr-chess-piece:before{content:"\fb20"}.fi-rr-chess-pawn-alt:before{content:"\fb21"}.fi-rr-chess-knight:before{content:"\fb22"}.fi-rr-chess-knight-alt:before{content:"\fb23"}.fi-rr-chess-king:before{content:"\fb24"}.fi-rr-chess-king-alt:before{content:"\fb25"}.fi-rr-chess-clock:before{content:"\fb26"}.fi-rr-chess-clock-alt:before{content:"\fb27"}.fi-rr-chess-board:before{content:"\fb28"}.fi-rr-chess-bishop:before{content:"\fb29"}.fi-rr-cherry:before{content:"\fb2a"}.fi-rr-cheeseburger:before{content:"\fb2b"}.fi-rr-cheese:before{content:"\fb2c"}.fi-rr-cheese-alt:before{content:"\fb2d"}.fi-rr-checkbox:before{content:"\fb2e"}.fi-rr-check:before{content:"\fb2f"}.fi-rr-check-out-calendar:before{content:"\fb30"}.fi-rr-check-in-calendar:before{content:"\fb31"}.fi-rr-check-double:before{content:"\fb32"}.fi-rr-check-circle:before{content:"\fb33"}.fi-rr-cheap:before{content:"\fb34"}.fi-rr-cheap-stack:before{content:"\fb35"}.fi-rr-cheap-stack-dollar:before{content:"\fb36"}.fi-rr-cheap-dollar:before{content:"\fb37"}.fi-rr-cheap-bill:before{content:"\fb38"}.fi-rr-chatbot:before{content:"\fb39"}.fi-rr-chatbot-speech-bubble:before{content:"\fb3a"}.fi-rr-chat-arrow-grow:before{content:"\fb3b"}.fi-rr-chat-arrow-down:before{content:"\fb3c"}.fi-rr-chart-waterfall:before{content:"\fb3d"}.fi-rr-chart-user:before{content:"\fb3e"}.fi-rr-chart-tree:before{content:"\fb3f"}.fi-rr-chart-tree-map:before{content:"\fb40"}.fi-rr-chart-simple:before{content:"\fb41"}.fi-rr-chart-simple-horizontal:before{content:"\fb42"}.fi-rr-chart-set-theory:before{content:"\fb43"}.fi-rr-chart-scatter:before{content:"\fb44"}.fi-rr-chart-scatter-bubble:before{content:"\fb45"}.fi-rr-chart-scatter-3d:before{content:"\fb46"}.fi-rr-chart-radar:before{content:"\fb47"}.fi-rr-chart-pyramid:before{content:"\fb48"}.fi-rr-chart-pie:before{content:"\fb49"}.fi-rr-chart-pie-alt:before{content:"\fb4a"}.fi-rr-chart-network:before{content:"\fb4b"}.fi-rr-chart-mixed:before{content:"\fb4c"}.fi-rr-chart-line-up:before{content:"\fb4d"}.fi-rr-chart-histogram:before{content:"\fb4e"}.fi-rr-chart-gantt:before{content:"\fb4f"}.fi-rr-chart-connected:before{content:"\fb50"}.fi-rr-chart-candlestick:before{content:"\fb51"}.fi-rr-chart-bullet:before{content:"\fb52"}.fi-rr-chart-area:before{content:"\fb53"}.fi-rr-charging-station:before{content:"\fb54"}.fi-rr-channel:before{content:"\fb55"}.fi-rr-challenge:before{content:"\fb56"}.fi-rr-challenge-alt:before{content:"\fb57"}.fi-rr-chalkboard:before{content:"\fb58"}.fi-rr-chalkboard-user:before{content:"\fb59"}.fi-rr-chair:before{content:"\fb5a"}.fi-rr-chair-office:before{content:"\fb5b"}.fi-rr-cent-sign:before{content:"\fb5c"}.fi-rr-cello:before{content:"\fb5d"}.fi-rr-cedi-sign:before{content:"\fb5e"}.fi-rr-cauldron:before{content:"\fb5f"}.fi-rr-category:before{content:"\fb60"}.fi-rr-category-alt:before{content:"\fb61"}.fi-rr-catalog:before{content:"\fb62"}.fi-rr-catalog-magazine:before{content:"\fb63"}.fi-rr-catalog-alt:before{content:"\fb64"}.fi-rr-cat:before{content:"\fb65"}.fi-rr-cat-space:before{content:"\fb66"}.fi-rr-cat-head:before{content:"\fb67"}.fi-rr-castle:before{content:"\fb68"}.fi-rr-cassette-vhs:before{content:"\fb69"}.fi-rr-cassette-tape:before{content:"\fb6a"}.fi-rr-cash-register:before{content:"\fb6b"}.fi-rr-cart-shopping-fast:before{content:"\fb6c"}.fi-rr-cart-minus:before{content:"\fb6d"}.fi-rr-cart-arrow-down:before{content:"\fb6e"}.fi-rr-cars:before{content:"\fb6f"}.fi-rr-cars-crash:before{content:"\fb70"}.fi-rr-carrot:before{content:"\fb71"}.fi-rr-caret-up:before{content:"\fb72"}.fi-rr-caret-square-right:before{content:"\fb73"}.fi-rr-caret-square-left_1:before{content:"\fb74"}.fi-rr-caret-square-left:before{content:"\fb75"}.fi-rr-caret-square-down:before{content:"\fb76"}.fi-rr-caret-right:before{content:"\fb77"}.fi-rr-caret-quare-up:before{content:"\fb78"}.fi-rr-caret-left:before{content:"\fb79"}.fi-rr-caret-down:before{content:"\fb7a"}.fi-rr-caret-circle-up:before{content:"\fb7b"}.fi-rr-caret-circle-right:before{content:"\fb7c"}.fi-rr-caret-circle-down:before{content:"\fb7d"}.fi-rr-card-spade:before{content:"\fb7e"}.fi-rr-card-heart:before{content:"\fb7f"}.fi-rr-card-diamond:before{content:"\fb80"}.fi-rr-card-club:before{content:"\fb81"}.fi-rr-caravan:before{content:"\fb82"}.fi-rr-caravan-alt:before{content:"\fb83"}.fi-rr-car:before{content:"\fb84"}.fi-rr-car-wash:before{content:"\fb85"}.fi-rr-car-tilt:before{content:"\fb86"}.fi-rr-car-side:before{content:"\fb87"}.fi-rr-car-side-bolt:before{content:"\fb88"}.fi-rr-car-rear:before{content:"\fb89"}.fi-rr-car-mechanic:before{content:"\fb8a"}.fi-rr-car-journey:before{content:"\fb8b"}.fi-rr-car-garage:before{content:"\fb8c"}.fi-rr-car-crash:before{content:"\fb8d"}.fi-rr-car-circle-bolt:before{content:"\fb8e"}.fi-rr-car-bus:before{content:"\fb8f"}.fi-rr-car-bump:before{content:"\fb90"}.fi-rr-car-building:before{content:"\fb91"}.fi-rr-car-bolt:before{content:"\fb92"}.fi-rr-car-battery:before{content:"\fb93"}.fi-rr-car-alt:before{content:"\fb94"}.fi-rr-capsules:before{content:"\fb95"}.fi-rr-canned-food:before{content:"\fb96"}.fi-rr-candy:before{content:"\fb97"}.fi-rr-candy-sweet:before{content:"\fb98"}.fi-rr-candy-corn:before{content:"\fb99"}.fi-rr-candy-cane:before{content:"\fb9a"}.fi-rr-candy-bar:before{content:"\fb9b"}.fi-rr-candy-alt:before{content:"\fb9c"}.fi-rr-candle-holder:before{content:"\fb9d"}.fi-rr-can-food:before{content:"\fb9e"}.fi-rr-camping:before{content:"\fb9f"}.fi-rr-campfire:before{content:"\fba0"}.fi-rr-camera:before{content:"\fba1"}.fi-rr-camera-viewfinder:before{content:"\fba2"}.fi-rr-camera-slash:before{content:"\fba3"}.fi-rr-camera-security:before{content:"\fba4"}.fi-rr-camera-rotate:before{content:"\fba5"}.fi-rr-camera-retro:before{content:"\fba6"}.fi-rr-camera-movie:before{content:"\fba7"}.fi-rr-camera-cctv:before{content:"\fba8"}.fi-rr-camcorder:before{content:"\fba9"}.fi-rr-call-outgoing:before{content:"\fbaa"}.fi-rr-call-missed:before{content:"\fbab"}.fi-rr-call-incoming:before{content:"\fbac"}.fi-rr-call-history:before{content:"\fbad"}.fi-rr-call-duration:before{content:"\fbae"}.fi-rr-calendars:before{content:"\fbaf"}.fi-rr-calendar:before{content:"\fbb0"}.fi-rr-calendar-xmark:before{content:"\fbb1"}.fi-rr-calendar-week:before{content:"\fbb2"}.fi-rr-calendar-star:before{content:"\fbb3"}.fi-rr-calendar-salary:before{content:"\fbb4"}.fi-rr-calendar-plus:before{content:"\fbb5"}.fi-rr-calendar-pen:before{content:"\fbb6"}.fi-rr-calendar-minus:before{content:"\fbb7"}.fi-rr-calendar-lines:before{content:"\fbb8"}.fi-rr-calendar-lines-pen:before{content:"\fbb9"}.fi-rr-calendar-image:before{content:"\fbba"}.fi-rr-calendar-heart:before{content:"\fbbb"}.fi-rr-calendar-exclamation:before{content:"\fbbc"}.fi-rr-calendar-days:before{content:"\fbbd"}.fi-rr-calendar-day:before{content:"\fbbe"}.fi-rr-calendar-clock:before{content:"\fbbf"}.fi-rr-calendar-check:before{content:"\fbc0"}.fi-rr-calendar-arrow-up:before{content:"\fbc1"}.fi-rr-calendar-arrow-down:before{content:"\fbc2"}.fi-rr-calculator:before{content:"\fbc3"}.fi-rr-calculator-simple:before{content:"\fbc4"}.fi-rr-calculator-money:before{content:"\fbc5"}.fi-rr-calculator-bill:before{content:"\fbc6"}.fi-rr-cake-wedding:before{content:"\fbc7"}.fi-rr-cake-slice:before{content:"\fbc8"}.fi-rr-cake-birthday:before{content:"\fbc9"}.fi-rr-cactus:before{content:"\fbca"}.fi-rr-cabin:before{content:"\fbcb"}.fi-rr-c:before{content:"\fbcc"}.fi-rr-butterfly:before{content:"\fbcd"}.fi-rr-business-time:before{content:"\fbce"}.fi-rr-bus:before{content:"\fbcf"}.fi-rr-bus-alt:before{content:"\fbd0"}.fi-rr-burrito:before{content:"\fbd1"}.fi-rr-burger-glass:before{content:"\fbd2"}.fi-rr-burger-fries:before{content:"\fbd3"}.fi-rr-burger-alt:before{content:"\fbd4"}.fi-rr-bullseye:before{content:"\fbd5"}.fi-rr-bullseye-pointer:before{content:"\fbd6"}.fi-rr-bullseye-arrow:before{content:"\fbd7"}.fi-rr-bullhorn:before{content:"\fbd8"}.fi-rr-bullet:before{content:"\fbd9"}.fi-rr-bulb:before{content:"\fbda"}.fi-rr-building:before{content:"\fbdb"}.fi-rr-building-ngo:before{content:"\fbdc"}.fi-rr-building-circle-arrow-right:before{content:"\fbdd"}.fi-rr-builder:before{content:"\fbde"}.fi-rr-build:before{content:"\fbdf"}.fi-rr-build-alt:before{content:"\fbe0"}.fi-rr-bugs:before{content:"\fbe1"}.fi-rr-bug:before{content:"\fbe2"}.fi-rr-bug-slash:before{content:"\fbe3"}.fi-rr-budget:before{content:"\fbe4"}.fi-rr-budget-alt:before{content:"\fbe5"}.fi-rr-bucket:before{content:"\fbe6"}.fi-rr-brush:before{content:"\fbe7"}.fi-rr-browsers:before{content:"\fbe8"}.fi-rr-browser:before{content:"\fbe9"}.fi-rr-browser-ui:before{content:"\fbea"}.fi-rr-broom:before{content:"\fbeb"}.fi-rr-broom-ball:before{content:"\fbec"}.fi-rr-broken-image:before{content:"\fbed"}.fi-rr-broccoli:before{content:"\fbee"}.fi-rr-broadcast-tower:before{content:"\fbef"}.fi-rr-bring-front:before{content:"\fbf0"}.fi-rr-bring-forward:before{content:"\fbf1"}.fi-rr-brightness:before{content:"\fbf2"}.fi-rr-brightness-low:before{content:"\fbf3"}.fi-rr-briefcase:before{content:"\fbf4"}.fi-rr-briefcase-blank:before{content:"\fbf5"}.fi-rr-briefcase-arrow-right:before{content:"\fbf6"}.fi-rr-bread:before{content:"\fbf7"}.fi-rr-bread-slice:before{content:"\fbf8"}.fi-rr-bread-slice-butter:before{content:"\fbf9"}.fi-rr-bread-loaf:before{content:"\fbfa"}.fi-rr-branding:before{content:"\fbfb"}.fi-rr-brand:before{content:"\fbfc"}.fi-rr-brain:before{content:"\fbfd"}.fi-rr-brain-circuit:before{content:"\fbfe"}.fi-rr-braille:before{content:"\fbff"}.fi-rr-braille-z:before{content:"\fc00"}.fi-rr-braille-y:before{content:"\fc01"}.fi-rr-braille-x:before{content:"\fc02"}.fi-rr-braille-w:before{content:"\fc03"}.fi-rr-braille-v:before{content:"\fc04"}.fi-rr-braille-u:before{content:"\fc05"}.fi-rr-braille-t:before{content:"\fc06"}.fi-rr-braille-s:before{content:"\fc07"}.fi-rr-braille-r:before{content:"\fc08"}.fi-rr-braille-q:before{content:"\fc09"}.fi-rr-braille-p:before{content:"\fc0a"}.fi-rr-braille-o:before{content:"\fc0b"}.fi-rr-braille-n:before{content:"\fc0c"}.fi-rr-braille-n-alt:before{content:"\fc0d"}.fi-rr-braille-m:before{content:"\fc0e"}.fi-rr-braille-l:before{content:"\fc0f"}.fi-rr-braille-k:before{content:"\fc10"}.fi-rr-braille-j:before{content:"\fc11"}.fi-rr-braille-i:before{content:"\fc12"}.fi-rr-braille-h:before{content:"\fc13"}.fi-rr-braille-g:before{content:"\fc14"}.fi-rr-braille-e:before{content:"\fc15"}.fi-rr-braille-d:before{content:"\fc16"}.fi-rr-braille-c:before{content:"\fc17"}.fi-rr-braille-b:before{content:"\fc18"}.fi-rr-braille-a:before{content:"\fc19"}.fi-rr-brackets-square:before{content:"\fc1a"}.fi-rr-brackets-round:before{content:"\fc1b"}.fi-rr-brackets-curly:before{content:"\fc1c"}.fi-rr-bracket-square:before{content:"\fc1d"}.fi-rr-bracket-square-right:before{content:"\fc1e"}.fi-rr-bracket-round:before{content:"\fc1f"}.fi-rr-bracket-round-right:before{content:"\fc20"}.fi-rr-bracket-curly:before{content:"\fc21"}.fi-rr-bracket-curly-right:before{content:"\fc22"}.fi-rr-boxing-glove:before{content:"\fc23"}.fi-rr-boxes:before{content:"\fc24"}.fi-rr-box:before{content:"\fc25"}.fi-rr-box-up:before{content:"\fc26"}.fi-rr-box-tissue:before{content:"\fc27"}.fi-rr-box-open:before{content:"\fc28"}.fi-rr-box-open-full:before{content:"\fc29"}.fi-rr-box-heart:before{content:"\fc2a"}.fi-rr-box-fragile:before{content:"\fc2b"}.fi-rr-box-dollar:before{content:"\fc2c"}.fi-rr-box-circle-check:before{content:"\fc2d"}.fi-rr-box-check:before{content:"\fc2e"}.fi-rr-box-ballot:before{content:"\fc2f"}.fi-rr-box-alt:before{content:"\fc30"}.fi-rr-bowling:before{content:"\fc31"}.fi-rr-bowling-pins:before{content:"\fc32"}.fi-rr-bowling-ball:before{content:"\fc33"}.fi-rr-bowl-spoon:before{content:"\fc34"}.fi-rr-bowl-soft-serve:before{content:"\fc35"}.fi-rr-bowl-scoops:before{content:"\fc36"}.fi-rr-bowl-scoop:before{content:"\fc37"}.fi-rr-bowl-rice:before{content:"\fc38"}.fi-rr-bowl-chopsticks:before{content:"\fc39"}.fi-rr-bowl-chopsticks-noodles:before{content:"\fc3a"}.fi-rr-bow-arrow:before{content:"\fc3b"}.fi-rr-bottle:before{content:"\fc3c"}.fi-rr-bottle-droplet:before{content:"\fc3d"}.fi-rr-boss:before{content:"\fc3e"}.fi-rr-border-top:before{content:"\fc3f"}.fi-rr-border-style:before{content:"\fc40"}.fi-rr-border-style-alt:before{content:"\fc41"}.fi-rr-border-right:before{content:"\fc42"}.fi-rr-border-outer:before{content:"\fc43"}.fi-rr-border-none:before{content:"\fc44"}.fi-rr-border-left:before{content:"\fc45"}.fi-rr-border-inner:before{content:"\fc46"}.fi-rr-border-center-v:before{content:"\fc47"}.fi-rr-border-center-h:before{content:"\fc48"}.fi-rr-border-bottom:before{content:"\fc49"}.fi-rr-border-all:before{content:"\fc4a"}.fi-rr-booth-curtain:before{content:"\fc4b"}.fi-rr-boot:before{content:"\fc4c"}.fi-rr-boot-heeled:before{content:"\fc4d"}.fi-rr-books:before{content:"\fc4e"}.fi-rr-books-medical:before{content:"\fc4f"}.fi-rr-bookmark:before{content:"\fc50"}.fi-rr-bookmark-slash:before{content:"\fc51"}.fi-rr-book:before{content:"\fc52"}.fi-rr-book-user:before{content:"\fc53"}.fi-rr-book-tanakh:before{content:"\fc54"}.fi-rr-book-spells:before{content:"\fc55"}.fi-rr-book-section:before{content:"\fc56"}.fi-rr-book-quran:before{content:"\fc57"}.fi-rr-book-plus:before{content:"\fc58"}.fi-rr-book-open-reader:before{content:"\fc59"}.fi-rr-book-open-cover:before{content:"\fc5a"}.fi-rr-book-medical:before{content:"\fc5b"}.fi-rr-book-heart:before{content:"\fc5c"}.fi-rr-book-font:before{content:"\fc5d"}.fi-rr-book-dead:before{content:"\fc5e"}.fi-rr-book-copy:before{content:"\fc5f"}.fi-rr-book-circle-arrow-up:before{content:"\fc60"}.fi-rr-book-circle-arrow-right:before{content:"\fc61"}.fi-rr-book-bookmark:before{content:"\fc62"}.fi-rr-book-atlas:before{content:"\fc63"}.fi-rr-book-arrow-up:before{content:"\fc64"}.fi-rr-book-arrow-right:before{content:"\fc65"}.fi-rr-book-alt:before{content:"\fc66"}.fi-rr-bonus:before{content:"\fc67"}.fi-rr-bonus-star:before{content:"\fc68"}.fi-rr-bong:before{content:"\fc69"}.fi-rr-bone:before{content:"\fc6a"}.fi-rr-bone-break:before{content:"\fc6b"}.fi-rr-bomb:before{content:"\fc6c"}.fi-rr-bolt:before{content:"\fc6d"}.fi-rr-bolt-slash:before{content:"\fc6e"}.fi-rr-bolt-auto:before{content:"\fc6f"}.fi-rr-bold:before{content:"\fc70"}.fi-rr-blueprint:before{content:"\fc71"}.fi-rr-blueberries:before{content:"\fc72"}.fi-rr-blood:before{content:"\fc73"}.fi-rr-blood-test-tube:before{content:"\fc74"}.fi-rr-blood-test-tube-alt:before{content:"\fc75"}.fi-rr-blog-text:before{content:"\fc76"}.fi-rr-blog-pencil:before{content:"\fc77"}.fi-rr-blockchain-3:before{content:"\fc78"}.fi-rr-block:before{content:"\fc79"}.fi-rr-block-quote:before{content:"\fc7a"}.fi-rr-block-question:before{content:"\fc7b"}.fi-rr-block-brick:before{content:"\fc7c"}.fi-rr-blinds:before{content:"\fc7d"}.fi-rr-blinds-raised:before{content:"\fc7e"}.fi-rr-blinds-open:before{content:"\fc7f"}.fi-rr-blender:before{content:"\fc80"}.fi-rr-blender-phone:before{content:"\fc81"}.fi-rr-blanket:before{content:"\fc82"}.fi-rr-bitcoin-sign:before{content:"\fc83"}.fi-rr-bird:before{content:"\fc84"}.fi-rr-biohazard:before{content:"\fc85"}.fi-rr-bio:before{content:"\fc86"}.fi-rr-bio-leaves:before{content:"\fc87"}.fi-rr-binoculars:before{content:"\fc88"}.fi-rr-binary:before{content:"\fc89"}.fi-rr-binary-slash:before{content:"\fc8a"}.fi-rr-binary-lock:before{content:"\fc8b"}.fi-rr-binary-circle-check:before{content:"\fc8c"}.fi-rr-billiard:before{content:"\fc8d"}.fi-rr-bill-arrow:before{content:"\fc8e"}.fi-rr-biking:before{content:"\fc8f"}.fi-rr-biking-mountain:before{content:"\fc90"}.fi-rr-bike:before{content:"\fc91"}.fi-rr-bicycle-journey:before{content:"\fc92"}.fi-rr-bible:before{content:"\fc93"}.fi-rr-betamax:before{content:"\fc94"}.fi-rr-benefit-porcent:before{content:"\fc95"}.fi-rr-bench-tree:before{content:"\fc96"}.fi-rr-bells:before{content:"\fc97"}.fi-rr-bell:before{content:"\fc98"}.fi-rr-bell-slash:before{content:"\fc99"}.fi-rr-bell-school:before{content:"\fc9a"}.fi-rr-bell-school-slash:before{content:"\fc9b"}.fi-rr-bell-ring:before{content:"\fc9c"}.fi-rr-bell-concierge:before{content:"\fc9d"}.fi-rr-beer:before{content:"\fc9e"}.fi-rr-beer-mug-empty:before{content:"\fc9f"}.fi-rr-bee:before{content:"\fca0"}.fi-rr-bed:before{content:"\fca1"}.fi-rr-bed-empty:before{content:"\fca2"}.fi-rr-bed-bunk:before{content:"\fca3"}.fi-rr-bed-alt:before{content:"\fca4"}.fi-rr-beacon:before{content:"\fca5"}.fi-rr-battery-three-quarters:before{content:"\fca6"}.fi-rr-battery-slash:before{content:"\fca7"}.fi-rr-battery-quarter:before{content:"\fca8"}.fi-rr-battery-half:before{content:"\fca9"}.fi-rr-battery-full:before{content:"\fcaa"}.fi-rr-battery-exclamation:before{content:"\fcab"}.fi-rr-battery-empty:before{content:"\fcac"}.fi-rr-battery-bolt:before{content:"\fcad"}.fi-rr-bath:before{content:"\fcae"}.fi-rr-bat:before{content:"\fcaf"}.fi-rr-basketball:before{content:"\fcb0"}.fi-rr-basket:before{content:"\fcb1"}.fi-rr-basket-shopping-simple:before{content:"\fcb2"}.fi-rr-baseball:before{content:"\fcb3"}.fi-rr-baseball-alt:before{content:"\fcb4"}.fi-rr-bars-staggered:before{content:"\fcb5"}.fi-rr-bars-sort:before{content:"\fcb6"}.fi-rr-bars-progress:before{content:"\fcb7"}.fi-rr-bars-filter:before{content:"\fcb8"}.fi-rr-barcode:before{content:"\fcb9"}.fi-rr-barcode-scan:before{content:"\fcba"}.fi-rr-barcode-read:before{content:"\fcbb"}.fi-rr-barber-shop:before{content:"\fcbc"}.fi-rr-barber-pole:before{content:"\fcbd"}.fi-rr-banner:before{content:"\fcbe"}.fi-rr-banner-5:before{content:"\fcbf"}.fi-rr-banner-4:before{content:"\fcc0"}.fi-rr-banner-3:before{content:"\fcc1"}.fi-rr-banner-2:before{content:"\fcc2"}.fi-rr-bank:before{content:"\fcc3"}.fi-rr-banjo:before{content:"\fcc4"}.fi-rr-bangladeshi-taka-sign:before{content:"\fcc5"}.fi-rr-band-aid:before{content:"\fcc6"}.fi-rr-banana:before{content:"\fcc7"}.fi-rr-ban:before{content:"\fcc8"}.fi-rr-ban-bug:before{content:"\fcc9"}.fi-rr-ballot:before{content:"\fcca"}.fi-rr-ballot-check:before{content:"\fccb"}.fi-rr-balloons:before{content:"\fccc"}.fi-rr-balloon:before{content:"\fccd"}.fi-rr-ball:before{content:"\fcce"}.fi-rr-ball-pile:before{content:"\fccf"}.fi-rr-balance-scale-right:before{content:"\fcd0"}.fi-rr-balance-scale-left:before{content:"\fcd1"}.fi-rr-baht-sign:before{content:"\fcd2"}.fi-rr-bahai:before{content:"\fcd3"}.fi-rr-baguette:before{content:"\fcd4"}.fi-rr-bags-shopping:before{content:"\fcd5"}.fi-rr-bag-seedling:before{content:"\fcd6"}.fi-rr-badminton:before{content:"\fcd7"}.fi-rr-badget-check-alt:before{content:"\fcd8"}.fi-rr-badger-honey:before{content:"\fcd9"}.fi-rr-badge:before{content:"\fcda"}.fi-rr-badge-sheriff:before{content:"\fcdb"}.fi-rr-badge-percent:before{content:"\fcdc"}.fi-rr-badge-leaf:before{content:"\fcdd"}.fi-rr-badge-dollar:before{content:"\fcde"}.fi-rr-badge-check:before{content:"\fcdf"}.fi-rr-bacterium:before{content:"\fce0"}.fi-rr-bacteria:before{content:"\fce1"}.fi-rr-bacon:before{content:"\fce2"}.fi-rr-backpack:before{content:"\fce3"}.fi-rr-background:before{content:"\fce4"}.fi-rr-baby:before{content:"\fce5"}.fi-rr-baby-carriage:before{content:"\fce6"}.fi-rr-b:before{content:"\fce7"}.fi-rr-axe:before{content:"\fce8"}.fi-rr-axe-battle:before{content:"\fce9"}.fi-rr-award:before{content:"\fcea"}.fi-rr-avocado:before{content:"\fceb"}.fi-rr-austral-sign:before{content:"\fcec"}.fi-rr-audit:before{content:"\fced"}.fi-rr-audit-alt:before{content:"\fcee"}.fi-rr-audio-description-slash:before{content:"\fcef"}.fi-rr-auction:before{content:"\fcf0"}.fi-rr-aubergine:before{content:"\fcf1"}.fi-rr-attribution-pencil:before{content:"\fcf2"}.fi-rr-attribution-pen:before{content:"\fcf3"}.fi-rr-at:before{content:"\fcf4"}.fi-rr-asterik:before{content:"\fcf5"}.fi-rr-assistive-listening-systems:before{content:"\fcf6"}.fi-rr-assign:before{content:"\fcf7"}.fi-rr-assessment:before{content:"\fcf8"}.fi-rr-assessment-alt:before{content:"\fcf9"}.fi-rr-assept-document:before{content:"\fcfa"}.fi-rr-artificial-intelligence:before{content:"\fcfb"}.fi-rr-arrows:before{content:"\fcfc"}.fi-rr-arrows-to-line:before{content:"\fcfd"}.fi-rr-arrows-to-eye:before{content:"\fcfe"}.fi-rr-arrows-to-dotted-line:before{content:"\fcff"}.fi-rr-arrows-retweet:before{content:"\fd00"}.fi-rr-arrows-repeat:before{content:"\fd01"}.fi-rr-arrows-repeat-1:before{content:"\fd02"}.fi-rr-arrows-h:before{content:"\fd03"}.fi-rr-arrows-h-copy:before{content:"\fd04"}.fi-rr-arrows-from-line:before{content:"\fd05"}.fi-rr-arrows-from-dotted-line:before{content:"\fd06"}.fi-rr-arrows-cross:before{content:"\fd07"}.fi-rr-arrows-alt:before{content:"\fd08"}.fi-rr-arrows-alt-v:before{content:"\fd09"}.fi-rr-arrows-alt-h:before{content:"\fd0a"}.fi-rr-arrow-up:before{content:"\fd0b"}.fi-rr-arrow-up-to-dotted-line:before{content:"\fd0c"}.fi-rr-arrow-up-square-triangle:before{content:"\fd0d"}.fi-rr-arrow-up-small-big:before{content:"\fd0e"}.fi-rr-arrow-up-right:before{content:"\fd0f"}.fi-rr-arrow-up-right-from-square:before{content:"\fd10"}.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before{content:"\fd11"}.fi-rr-arrow-up-left:before{content:"\fd12"}.fi-rr-arrow-up-left-from-circle:before{content:"\fd13"}.fi-rr-arrow-up-from-square:before{content:"\fd14"}.fi-rr-arrow-up-from-dotted-line:before{content:"\fd15"}.fi-rr-arrow-turn-down-right:before{content:"\fd16"}.fi-rr-arrow-turn-down-left:before{content:"\fd17"}.fi-rr-arrow-trend-up:before{content:"\fd18"}.fi-rr-arrow-trend-down:before{content:"\fd19"}.fi-rr-arrow-to-top:before{content:"\fd1a"}.fi-rr-arrow-to-right:before{content:"\fd1b"}.fi-rr-arrow-to-left:before{content:"\fd1c"}.fi-rr-arrow-to-bottom:before{content:"\fd1d"}.fi-rr-arrow-square-up:before{content:"\fd1e"}.fi-rr-arrow-square-right:before{content:"\fd1f"}.fi-rr-arrow-square-left:before{content:"\fd20"}.fi-rr-arrow-square-down:before{content:"\fd21"}.fi-rr-arrow-small-up:before{content:"\fd22"}.fi-rr-arrow-small-right:before{content:"\fd23"}.fi-rr-arrow-small-left:before{content:"\fd24"}.fi-rr-arrow-small-down:before{content:"\fd25"}.fi-rr-arrow-right:before{content:"\fd26"}.fi-rr-arrow-right-to-bracket:before{content:"\fd27"}.fi-rr-arrow-progress:before{content:"\fd28"}.fi-rr-arrow-left:before{content:"\fd29"}.fi-rr-arrow-left-from-line:before{content:"\fd2a"}.fi-rr-arrow-from-top:before{content:"\fd2b"}.fi-rr-arrow-from-right:before{content:"\fd2c"}.fi-rr-arrow-from-left:before{content:"\fd2d"}.fi-rr-arrow-from-bottom:before{content:"\fd2e"}.fi-rr-arrow-down:before{content:"\fd2f"}.fi-rr-arrow-down-triangle-square:before{content:"\fd30"}.fi-rr-arrow-down-to-square:before{content:"\fd31"}.fi-rr-arrow-down-to-dotted-line:before{content:"\fd32"}.fi-rr-arrow-down-small-big:before{content:"\fd33"}.fi-rr-arrow-down-left:before{content:"\fd34"}.fi-rr-arrow-down-from-dotted-line:before{content:"\fd35"}.fi-rr-arrow-comparison:before{content:"\fd36"}.fi-rr-arrow-circle-up:before{content:"\fd37"}.fi-rr-arrow-circle-right:before{content:"\fd38"}.fi-rr-arrow-circle-left:before{content:"\fd39"}.fi-rr-arrow-circle-down:before{content:"\fd3a"}.fi-rr-arrow-alt-up:before{content:"\fd3b"}.fi-rr-arrow-alt-to-top:before{content:"\fd3c"}.fi-rr-arrow-alt-to-right:before{content:"\fd3d"}.fi-rr-arrow-alt-to-left:before{content:"\fd3e"}.fi-rr-arrow-alt-to-bottom:before{content:"\fd3f"}.fi-rr-arrow-alt-square-up:before{content:"\fd40"}.fi-rr-arrow-alt-square-right:before{content:"\fd41"}.fi-rr-arrow-alt-square-left:before{content:"\fd42"}.fi-rr-arrow-alt-square-down:before{content:"\fd43"}.fi-rr-arrow-alt-right:before{content:"\fd44"}.fi-rr-arrow-alt-left:before{content:"\fd45"}.fi-rr-arrow-alt-from-top:before{content:"\fd46"}.fi-rr-arrow-alt-from-right:before{content:"\fd47"}.fi-rr-arrow-alt-from-left:before{content:"\fd48"}.fi-rr-arrow-alt-from-bottom:before{content:"\fd49"}.fi-rr-arrow-alt-down:before{content:"\fd4a"}.fi-rr-arrow-alt-circle-up:before{content:"\fd4b"}.fi-rr-arrow-alt-circle-right:before{content:"\fd4c"}.fi-rr-arrow-alt-circle-left:before{content:"\fd4d"}.fi-rr-arrow-alt-circle-down:before{content:"\fd4e"}.fi-rr-archway:before{content:"\fd4f"}.fi-rr-archive:before{content:"\fd50"}.fi-rr-apps:before{content:"\fd51"}.fi-rr-apps-sort:before{content:"\fd52"}.fi-rr-apps-delete:before{content:"\fd53"}.fi-rr-apps-add:before{content:"\fd54"}.fi-rr-apple-whole:before{content:"\fd55"}.fi-rr-apple-crate:before{content:"\fd56"}.fi-rr-apple-core:before{content:"\fd57"}.fi-rr-api:before{content:"\fd58"}.fi-rr-aperture:before{content:"\fd59"}.fi-rr-apartment:before{content:"\fd5a"}.fi-rr-answer:before{content:"\fd5b"}.fi-rr-answer-alt:before{content:"\fd5c"}.fi-rr-ankh:before{content:"\fd5d"}.fi-rr-animated-icon:before{content:"\fd5e"}.fi-rr-angry:before{content:"\fd5f"}.fi-rr-angle:before{content:"\fd60"}.fi-rr-angle-up:before{content:"\fd61"}.fi-rr-angle-square-up:before{content:"\fd62"}.fi-rr-angle-square-right:before{content:"\fd63"}.fi-rr-angle-square-left:before{content:"\fd64"}.fi-rr-angle-square-down:before{content:"\fd65"}.fi-rr-angle-small-up:before{content:"\fd66"}.fi-rr-angle-small-right:before{content:"\fd67"}.fi-rr-angle-small-left:before{content:"\fd68"}.fi-rr-angle-small-down:before{content:"\fd69"}.fi-rr-angle-right:before{content:"\fd6a"}.fi-rr-angle-left:before{content:"\fd6b"}.fi-rr-angle-down:before{content:"\fd6c"}.fi-rr-angle-double-small-up:before{content:"\fd6d"}.fi-rr-angle-double-small-right:before{content:"\fd6e"}.fi-rr-angle-double-small-left:before{content:"\fd6f"}.fi-rr-angle-double-small-down:before{content:"\fd70"}.fi-rr-angle-double-right:before{content:"\fd71"}.fi-rr-angle-double-left:before{content:"\fd72"}.fi-rr-angle-circle-up:before{content:"\fd73"}.fi-rr-angle-circle-right:before{content:"\fd74"}.fi-rr-angle-circle-left:before{content:"\fd75"}.fi-rr-angle-circle-down:before{content:"\fd76"}.fi-rr-angle-90:before{content:"\fd77"}.fi-rr-angel:before{content:"\fd78"}.fi-rr-anchor:before{content:"\fd79"}.fi-rr-analyse:before{content:"\fd7a"}.fi-rr-analyse-alt:before{content:"\fd7b"}.fi-rr-ambulance:before{content:"\fd7c"}.fi-rr-align-slash:before{content:"\fd7d"}.fi-rr-align-left:before{content:"\fd7e"}.fi-rr-align-justify:before{content:"\fd7f"}.fi-rr-align-center:before{content:"\fd80"}.fi-rr-alien:before{content:"\fd81"}.fi-rr-alicorn:before{content:"\fd82"}.fi-rr-algorithm:before{content:"\fd83"}.fi-rr-album:before{content:"\fd84"}.fi-rr-album-collection:before{content:"\fd85"}.fi-rr-album-circle-user:before{content:"\fd86"}.fi-rr-album-circle-plus:before{content:"\fd87"}.fi-rr-alarm-snooze:before{content:"\fd88"}.fi-rr-alarm-plus:before{content:"\fd89"}.fi-rr-alarm-exclamation:before{content:"\fd8a"}.fi-rr-alarm-clock:before{content:"\fd8b"}.fi-rr-airplay:before{content:"\fd8c"}.fi-rr-airplane-journey:before{content:"\fd8d"}.fi-rr-air-pollution:before{content:"\fd8e"}.fi-rr-air-freshener:before{content:"\fd8f"}.fi-rr-air-conditioner:before{content:"\fd90"}.fi-rr-age:before{content:"\fd91"}.fi-rr-age-restriction-zero:before{content:"\fd92"}.fi-rr-age-restriction-twenty-one:before{content:"\fd93"}.fi-rr-age-restriction-twelve:before{content:"\fd94"}.fi-rr-age-restriction-three:before{content:"\fd95"}.fi-rr-age-restriction-thirteen:before{content:"\fd96"}.fi-rr-age-restriction-sixteen:before{content:"\fd97"}.fi-rr-age-restriction-six:before{content:"\fd98"}.fi-rr-age-restriction-seven:before{content:"\fd99"}.fi-rr-age-restriction-eighteen:before{content:"\fd9a"}.fi-rr-age-alt:before{content:"\fd9b"}.fi-rr-admin:before{content:"\fd9c"}.fi-rr-admin-alt:before{content:"\fd9d"}.fi-rr-address-card:before{content:"\fd9e"}.fi-rr-address-book:before{content:"\fd9f"}.fi-rr-add:before{content:"\fda0"}.fi-rr-add-image:before{content:"\fda1"}.fi-rr-add-folder:before{content:"\fda2"}.fi-rr-add-document:before{content:"\fda3"}.fi-rr-ad:before{content:"\fda4"}.fi-rr-ad-paid:before{content:"\fda5"}.fi-rr-acorn:before{content:"\fda6"}.fi-rr-accident:before{content:"\fda7"}.fi-rr-a:before{content:"\fda8"}.fi-rr-Siren:before{content:"\fda9"}.fi-rr-Sickle:before{content:"\fdaa"}.fi-rr-Revenue:before{content:"\fdab"}.fi-rr-QR:before{content:"\fdac"}.fi-rr-Pi:before{content:"\fdad"}.fi-rr-Cannabis:before{content:"\fdae"}.fi-rr-CV:before{content:"\fdaf"}.fi-rr-CRM:before{content:"\fdb0"}.fi-rr-Butter:before{content:"\fdb1"}.fi-rr-Booking:before{content:"\fdb2"}.fi-rr-9:before{content:"\fdb3"}.fi-rr-8:before{content:"\fdb4"}.fi-rr-7:before{content:"\fdb5"}.fi-rr-6:before{content:"\fdb6"}.fi-rr-5:before{content:"\fdb7"}.fi-rr-404:before{content:"\fdb8"}.fi-rr-4:before{content:"\fdb9"}.fi-rr-360-degrees:before{content:"\fdba"}.fi-rr-3:before{content:"\fdbb"}.fi-rr-2:before{content:"\fdbc"}.fi-rr-1:before{content:"\fdbd"}.fi-rr-0:before{content:"\fdbe"}@font-face{font-display:swap;font-family:uicons-regular-straight;src:url(/static/media/uicons-regular-straight-BSMDD24K.066a96a6267daf2ef998.woff2) format("woff2"),url(/static/media/uicons-regular-straight-E4ILMKQE.37eea4dba153a541b043.woff) format("woff"),url(/static/media/uicons-regular-straight-BWOEOX4N.9e936d6048979567b24d.eot#iefix) format("embedded-opentype")}i[class*=" fi-rs-"]:before,i[class^=fi-rs-]:before,span[class*=fi-rs-]:before,span[class^=fi-rs-]:before{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:uicons-regular-straight!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none}.fi-rs-zoom-out:before{content:"\f101"}.fi-rs-zoom-in:before{content:"\f102"}.fi-rs-z:before{content:"\f103"}.fi-rs-yin-yang:before{content:"\f104"}.fi-rs-yen:before{content:"\f105"}.fi-rs-y:before{content:"\f106"}.fi-rs-x:before{content:"\f107"}.fi-rs-wrench-simple:before{content:"\f108"}.fi-rs-wrench-alt:before{content:"\f109"}.fi-rs-wreath:before{content:"\f10a"}.fi-rs-worm:before{content:"\f10b"}.fi-rs-world:before{content:"\f10c"}.fi-rs-workshop:before{content:"\f10d"}.fi-rs-workflow:before{content:"\f10e"}.fi-rs-workflow-setting:before{content:"\f10f"}.fi-rs-workflow-setting-alt:before{content:"\f110"}.fi-rs-workflow-alt:before{content:"\f111"}.fi-rs-work-in-progress:before{content:"\f112"}.fi-rs-won-sign:before{content:"\f113"}.fi-rs-woman-scientist:before{content:"\f114"}.fi-rs-woman-head:before{content:"\f115"}.fi-rs-wishlist-star:before{content:"\f116"}.fi-rs-wishlist-heart:before{content:"\f117"}.fi-rs-wine-glass-empty:before{content:"\f118"}.fi-rs-wine-glass-crack:before{content:"\f119"}.fi-rs-wine-bottle:before{content:"\f11a"}.fi-rs-windsock:before{content:"\f11b"}.fi-rs-window-restore:before{content:"\f11c"}.fi-rs-window-minimize:before{content:"\f11d"}.fi-rs-window-maximize:before{content:"\f11e"}.fi-rs-window-frame:before{content:"\f11f"}.fi-rs-window-frame-open:before{content:"\f120"}.fi-rs-window-alt:before{content:"\f121"}.fi-rs-wind:before{content:"\f122"}.fi-rs-wind-warning:before{content:"\f123"}.fi-rs-wind-turbine:before{content:"\f124"}.fi-rs-wifi:before{content:"\f125"}.fi-rs-wifi-slash:before{content:"\f126"}.fi-rs-wifi-exclamation:before{content:"\f127"}.fi-rs-wifi-alt:before{content:"\f128"}.fi-rs-wifi-2:before{content:"\f129"}.fi-rs-wifi-1:before{content:"\f12a"}.fi-rs-whistle:before{content:"\f12b"}.fi-rs-wheelchair:before{content:"\f12c"}.fi-rs-wheelchair-move:before{content:"\f12d"}.fi-rs-wheat:before{content:"\f12e"}.fi-rs-wheat-slash:before{content:"\f12f"}.fi-rs-wheat-awn:before{content:"\f130"}.fi-rs-wheat-awn-slash:before{content:"\f131"}.fi-rs-wheat-awn-circle-exclamation:before{content:"\f132"}.fi-rs-whale:before{content:"\f133"}.fi-rs-wednesday:before{content:"\f134"}.fi-rs-webcam:before{content:"\f135"}.fi-rs-webcam-slash:before{content:"\f136"}.fi-rs-waveform:before{content:"\f137"}.fi-rs-waveform-path:before{content:"\f138"}.fi-rs-wave-triangle:before{content:"\f139"}.fi-rs-wave-square:before{content:"\f13a"}.fi-rs-wave-sine:before{content:"\f13b"}.fi-rs-watermelon:before{content:"\f13c"}.fi-rs-water:before{content:"\f13d"}.fi-rs-water-rise:before{content:"\f13e"}.fi-rs-water-lower:before{content:"\f13f"}.fi-rs-water-ladder:before{content:"\f140"}.fi-rs-water-bottle:before{content:"\f141"}.fi-rs-watch:before{content:"\f142"}.fi-rs-watch-smart:before{content:"\f143"}.fi-rs-watch-calculator:before{content:"\f144"}.fi-rs-washer:before{content:"\f145"}.fi-rs-warranty:before{content:"\f146"}.fi-rs-warehouse-alt:before{content:"\f147"}.fi-rs-wallet:before{content:"\f148"}.fi-rs-wallet-arrow:before{content:"\f149"}.fi-rs-walking:before{content:"\f14a"}.fi-rs-walkie-talkie:before{content:"\f14b"}.fi-rs-walker:before{content:"\f14c"}.fi-rs-wagon-covered:before{content:"\f14d"}.fi-rs-waffle:before{content:"\f14e"}.fi-rs-w:before{content:"\f14f"}.fi-rs-vr-cardboard:before{content:"\f150"}.fi-rs-vote-yea:before{content:"\f151"}.fi-rs-vote-nay:before{content:"\f152"}.fi-rs-volume:before{content:"\f153"}.fi-rs-volume-slash:before{content:"\f154"}.fi-rs-volume-off:before{content:"\f155"}.fi-rs-volume-mute:before{content:"\f156"}.fi-rs-volume-down:before{content:"\f157"}.fi-rs-volleyball:before{content:"\f158"}.fi-rs-volcano:before{content:"\f159"}.fi-rs-voicemail:before{content:"\f15a"}.fi-rs-visit:before{content:"\f15b"}.fi-rs-viruses:before{content:"\f15c"}.fi-rs-virus:before{content:"\f15d"}.fi-rs-virus-slash:before{content:"\f15e"}.fi-rs-violin:before{content:"\f15f"}.fi-rs-vihara:before{content:"\f160"}.fi-rs-videoconference:before{content:"\f161"}.fi-rs-video-slash:before{content:"\f162"}.fi-rs-video-plus:before{content:"\f163"}.fi-rs-video-duration:before{content:"\f164"}.fi-rs-video-camera:before{content:"\f165"}.fi-rs-video-camera-alt:before{content:"\f166"}.fi-rs-video-arrow-up-right:before{content:"\f167"}.fi-rs-video-arrow-down-left:before{content:"\f168"}.fi-rs-vest:before{content:"\f169"}.fi-rs-vest-patches:before{content:"\f16a"}.fi-rs-venus:before{content:"\f16b"}.fi-rs-venus-mars:before{content:"\f16c"}.fi-rs-venus-double:before{content:"\f16d"}.fi-rs-vector:before{content:"\f16e"}.fi-rs-vector-polygon:before{content:"\f16f"}.fi-rs-vector-circle:before{content:"\f170"}.fi-rs-vector-alt:before{content:"\f171"}.fi-rs-vault:before{content:"\f172"}.fi-rs-value-absolute:before{content:"\f173"}.fi-rs-vacuum:before{content:"\f174"}.fi-rs-vacuum-robot:before{content:"\f175"}.fi-rs-v:before{content:"\f176"}.fi-rs-ux:before{content:"\f177"}.fi-rs-ux-browser:before{content:"\f178"}.fi-rs-utility-pole:before{content:"\f179"}.fi-rs-utility-pole-double:before{content:"\f17a"}.fi-rs-utensils:before{content:"\f17b"}.fi-rs-utensils-slash:before{content:"\f17c"}.fi-rs-users:before{content:"\f17d"}.fi-rs-users-slash:before{content:"\f17e"}.fi-rs-users-medical:before{content:"\f17f"}.fi-rs-users-gear:before{content:"\f180"}.fi-rs-users-class:before{content:"\f181"}.fi-rs-users-alt:before{content:"\f182"}.fi-rs-user:before{content:"\f183"}.fi-rs-user-xmark:before{content:"\f184"}.fi-rs-user-visor:before{content:"\f185"}.fi-rs-user-unlock:before{content:"\f186"}.fi-rs-user-time:before{content:"\f187"}.fi-rs-user-tag:before{content:"\f188"}.fi-rs-user-slash:before{content:"\f189"}.fi-rs-user-shield:before{content:"\f18a"}.fi-rs-user-salary:before{content:"\f18b"}.fi-rs-user-robot:before{content:"\f18c"}.fi-rs-user-robot-xmarks:before{content:"\f18d"}.fi-rs-user-police:before{content:"\f18e"}.fi-rs-user-pilot:before{content:"\f18f"}.fi-rs-user-pilot-tie:before{content:"\f190"}.fi-rs-user-pen:before{content:"\f191"}.fi-rs-user-nurse:before{content:"\f192"}.fi-rs-user-ninja:before{content:"\f193"}.fi-rs-user-music:before{content:"\f194"}.fi-rs-user-minus:before{content:"\f195"}.fi-rs-user-md:before{content:"\f196"}.fi-rs-user-md-chat:before{content:"\f197"}.fi-rs-user-lock:before{content:"\f198"}.fi-rs-user-key:before{content:"\f199"}.fi-rs-user-interface-ui:before{content:"\f19a"}.fi-rs-user-injured:before{content:"\f19b"}.fi-rs-user-helmet-safety:before{content:"\f19c"}.fi-rs-user-headset:before{content:"\f19d"}.fi-rs-user-graduate:before{content:"\f19e"}.fi-rs-user-gear:before{content:"\f19f"}.fi-rs-user-crown:before{content:"\f1a0"}.fi-rs-user-cowboy:before{content:"\f1a1"}.fi-rs-user-chef:before{content:"\f1a2"}.fi-rs-user-check:before{content:"\f1a3"}.fi-rs-user-astronaut:before{content:"\f1a4"}.fi-rs-user-alien:before{content:"\f1a5"}.fi-rs-user-add:before{content:"\f1a6"}.fi-rs-usd-square:before{content:"\f1a7"}.fi-rs-usd-circle:before{content:"\f1a8"}.fi-rs-usb-pendrive:before{content:"\f1a9"}.fi-rs-url:before{content:"\f1aa"}.fi-rs-upload:before{content:"\f1ab"}.fi-rs-up:before{content:"\f1ac"}.fi-rs-up-right:before{content:"\f1ad"}.fi-rs-up-right-from-square:before{content:"\f1ae"}.fi-rs-up-left:before{content:"\f1af"}.fi-rs-unlock:before{content:"\f1b0"}.fi-rs-universal-access:before{content:"\f1b1"}.fi-rs-uniform-martial-arts:before{content:"\f1b2"}.fi-rs-unicorn:before{content:"\f1b3"}.fi-rs-undo:before{content:"\f1b4"}.fi-rs-undo-alt:before{content:"\f1b5"}.fi-rs-underline:before{content:"\f1b6"}.fi-rs-umbrella:before{content:"\f1b7"}.fi-rs-umbrella-beach:before{content:"\f1b8"}.fi-rs-ui-ux:before{content:"\f1b9"}.fi-rs-ufo:before{content:"\f1ba"}.fi-rs-ufo-beam:before{content:"\f1bb"}.fi-rs-u:before{content:"\f1bc"}.fi-rs-typewriter:before{content:"\f1bd"}.fi-rs-tv-retro:before{content:"\f1be"}.fi-rs-tv-music:before{content:"\f1bf"}.fi-rs-turtle:before{content:"\f1c0"}.fi-rs-turntable:before{content:"\f1c1"}.fi-rs-turkey:before{content:"\f1c2"}.fi-rs-tugrik-sign:before{content:"\f1c3"}.fi-rs-tuesday:before{content:"\f1c4"}.fi-rs-tubes:before{content:"\f1c5"}.fi-rs-tty:before{content:"\f1c6"}.fi-rs-tty-answer:before{content:"\f1c7"}.fi-rs-tshirt:before{content:"\f1c8"}.fi-rs-trust:before{content:"\f1c9"}.fi-rs-trust-alt:before{content:"\f1ca"}.fi-rs-trumpet:before{content:"\f1cb"}.fi-rs-truck-tow:before{content:"\f1cc"}.fi-rs-truck-side:before{content:"\f1cd"}.fi-rs-truck-ramp:before{content:"\f1ce"}.fi-rs-truck-plow:before{content:"\f1cf"}.fi-rs-truck-pickup:before{content:"\f1d0"}.fi-rs-truck-moving:before{content:"\f1d1"}.fi-rs-truck-monster:before{content:"\f1d2"}.fi-rs-truck-medical:before{content:"\f1d3"}.fi-rs-truck-loading:before{content:"\f1d4"}.fi-rs-truck-front:before{content:"\f1d5"}.fi-rs-truck-flatbed:before{content:"\f1d6"}.fi-rs-truck-couch:before{content:"\f1d7"}.fi-rs-truck-container:before{content:"\f1d8"}.fi-rs-truck-container-empty:before{content:"\f1d9"}.fi-rs-truck-check:before{content:"\f1da"}.fi-rs-truck-box:before{content:"\f1db"}.fi-rs-truck-bolt:before{content:"\f1dc"}.fi-rs-truck-arrow-right:before{content:"\f1dd"}.fi-rs-truck-arrow-left:before{content:"\f1de"}.fi-rs-trophy:before{content:"\f1df"}.fi-rs-trophy-star:before{content:"\f1e0"}.fi-rs-trillium:before{content:"\f1e1"}.fi-rs-triangle:before{content:"\f1e2"}.fi-rs-triangle-warning:before{content:"\f1e3"}.fi-rs-triangle-person-digging:before{content:"\f1e4"}.fi-rs-triangle-music:before{content:"\f1e5"}.fi-rs-trees:before{content:"\f1e6"}.fi-rs-trees-alt:before{content:"\f1e7"}.fi-rs-tree:before{content:"\f1e8"}.fi-rs-tree-deciduous:before{content:"\f1e9"}.fi-rs-tree-christmas:before{content:"\f1ea"}.fi-rs-tree-alt:before{content:"\f1eb"}.fi-rs-treatment:before{content:"\f1ec"}.fi-rs-treasure-chest:before{content:"\f1ed"}.fi-rs-trash:before{content:"\f1ee"}.fi-rs-trash-xmark:before{content:"\f1ef"}.fi-rs-trash-undo:before{content:"\f1f0"}.fi-rs-trash-undo-alt:before{content:"\f1f1"}.fi-rs-trash-slash:before{content:"\f1f2"}.fi-rs-trash-restore:before{content:"\f1f3"}.fi-rs-trash-restore-alt:before{content:"\f1f4"}.fi-rs-trash-plus:before{content:"\f1f5"}.fi-rs-trash-list:before{content:"\f1f6"}.fi-rs-trash-clock:before{content:"\f1f7"}.fi-rs-trash-check:before{content:"\f1f8"}.fi-rs-trash-can-slash:before{content:"\f1f9"}.fi-rs-trash-can-plus:before{content:"\f1fa"}.fi-rs-trash-can-list:before{content:"\f1fb"}.fi-rs-trash-can-clock:before{content:"\f1fc"}.fi-rs-trash-can-check:before{content:"\f1fd"}.fi-rs-transporter:before{content:"\f1fe"}.fi-rs-transporter-empty:before{content:"\f1ff"}.fi-rs-transporter-7:before{content:"\f200"}.fi-rs-transporter-6:before{content:"\f201"}.fi-rs-transporter-5:before{content:"\f202"}.fi-rs-transporter-4:before{content:"\f203"}.fi-rs-transporter-3:before{content:"\f204"}.fi-rs-transporter-2:before{content:"\f205"}.fi-rs-transporter-1:before{content:"\f206"}.fi-rs-transgender:before{content:"\f207"}.fi-rs-transformer-bolt:before{content:"\f208"}.fi-rs-transformation-shapes:before{content:"\f209"}.fi-rs-transformation-design:before{content:"\f20a"}.fi-rs-transformation-circle:before{content:"\f20b"}.fi-rs-transformation-block:before{content:"\f20c"}.fi-rs-transform:before{content:"\f20d"}.fi-rs-tram:before{content:"\f20e"}.fi-rs-train:before{content:"\f20f"}.fi-rs-train-tram:before{content:"\f210"}.fi-rs-train-subway-tunnel:before{content:"\f211"}.fi-rs-train-station:before{content:"\f212"}.fi-rs-train-station-building:before{content:"\f213"}.fi-rs-train-side:before{content:"\f214"}.fi-rs-train-journey:before{content:"\f215"}.fi-rs-trailer:before{content:"\f216"}.fi-rs-traffic-light:before{content:"\f217"}.fi-rs-traffic-light-stop:before{content:"\f218"}.fi-rs-traffic-light-slow:before{content:"\f219"}.fi-rs-traffic-light-go:before{content:"\f21a"}.fi-rs-traffic-cone:before{content:"\f21b"}.fi-rs-trademark:before{content:"\f21c"}.fi-rs-tractor:before{content:"\f21d"}.fi-rs-track:before{content:"\f21e"}.fi-rs-tower-control:before{content:"\f21f"}.fi-rs-tour-virtual:before{content:"\f220"}.fi-rs-tour-guide-people:before{content:"\f221"}.fi-rs-total:before{content:"\f222"}.fi-rs-tornado:before{content:"\f223"}.fi-rs-torii-gate:before{content:"\f224"}.fi-rs-toothbrush:before{content:"\f225"}.fi-rs-tooth:before{content:"\f226"}.fi-rs-tools:before{content:"\f227"}.fi-rs-tool-marquee:before{content:"\f228"}.fi-rs-tool-crop:before{content:"\f229"}.fi-rs-tool-box:before{content:"\f22a"}.fi-rs-tombstone:before{content:"\f22b"}.fi-rs-tombstone-alt:before{content:"\f22c"}.fi-rs-tomato:before{content:"\f22d"}.fi-rs-token:before{content:"\f22e"}.fi-rs-toilet:before{content:"\f22f"}.fi-rs-toilet-paper-under:before{content:"\f230"}.fi-rs-toilet-paper-under-slash:before{content:"\f231"}.fi-rs-toilet-paper-slash:before{content:"\f232"}.fi-rs-toilet-paper-blank:before{content:"\f233"}.fi-rs-toilet-paper-blank-under:before{content:"\f234"}.fi-rs-toggle-on:before{content:"\f235"}.fi-rs-toggle-off:before{content:"\f236"}.fi-rs-together-people:before{content:"\f237"}.fi-rs-to-do:before{content:"\f238"}.fi-rs-to-do-alt:before{content:"\f239"}.fi-rs-tired:before{content:"\f23a"}.fi-rs-tire:before{content:"\f23b"}.fi-rs-tire-rugged:before{content:"\f23c"}.fi-rs-tire-pressure-warning:before{content:"\f23d"}.fi-rs-tire-flat:before{content:"\f23e"}.fi-rs-tip-coin:before{content:"\f23f"}.fi-rs-tint-slash:before{content:"\f240"}.fi-rs-times-hexagon:before{content:"\f241"}.fi-rs-time-twenty-four:before{content:"\f242"}.fi-rs-time-quarter-to:before{content:"\f243"}.fi-rs-time-quarter-past:before{content:"\f244"}.fi-rs-time-past:before{content:"\f245"}.fi-rs-time-oclock:before{content:"\f246"}.fi-rs-time-half-past:before{content:"\f247"}.fi-rs-time-forward:before{content:"\f248"}.fi-rs-time-forward-ten:before{content:"\f249"}.fi-rs-time-forward-sixty:before{content:"\f24a"}.fi-rs-time-fast:before{content:"\f24b"}.fi-rs-time-delete:before{content:"\f24c"}.fi-rs-time-check:before{content:"\f24d"}.fi-rs-time-add:before{content:"\f24e"}.fi-rs-tilde:before{content:"\f24f"}.fi-rs-tie:before{content:"\f250"}.fi-rs-tickets-airline:before{content:"\f251"}.fi-rs-ticket:before{content:"\f252"}.fi-rs-ticket-alt:before{content:"\f253"}.fi-rs-ticket-airline:before{content:"\f254"}.fi-rs-thursday:before{content:"\f255"}.fi-rs-thunderstorm:before{content:"\f256"}.fi-rs-thunderstorm-sun:before{content:"\f257"}.fi-rs-thunderstorm-moon:before{content:"\f258"}.fi-rs-thumbtack:before{content:"\f259"}.fi-rs-thought-bubble:before{content:"\f25a"}.fi-rs-third:before{content:"\f25b"}.fi-rs-third-medal:before{content:"\f25c"}.fi-rs-third-laurel:before{content:"\f25d"}.fi-rs-third-award:before{content:"\f25e"}.fi-rs-theta:before{content:"\f25f"}.fi-rs-thermometer-three-quarters:before{content:"\f260"}.fi-rs-thermometer-quarter:before{content:"\f261"}.fi-rs-thermometer-half:before{content:"\f262"}.fi-rs-thermometer-full:before{content:"\f263"}.fi-rs-thermometer-empty:before{content:"\f264"}.fi-rs-thermometer-alt:before{content:"\f265"}.fi-rs-theater-masks:before{content:"\f266"}.fi-rs-text:before{content:"\f267"}.fi-rs-text-width:before{content:"\f268"}.fi-rs-text-slash:before{content:"\f269"}.fi-rs-text-size:before{content:"\f26a"}.fi-rs-text-shadow:before{content:"\f26b"}.fi-rs-text-height:before{content:"\f26c"}.fi-rs-text-check:before{content:"\f26d"}.fi-rs-text-box:before{content:"\f26e"}.fi-rs-text-box-edit:before{content:"\f26f"}.fi-rs-text-box-dots:before{content:"\f270"}.fi-rs-test:before{content:"\f271"}.fi-rs-test-tube:before{content:"\f272"}.fi-rs-terrace:before{content:"\f273"}.fi-rs-terminal:before{content:"\f274"}.fi-rs-tents:before{content:"\f275"}.fi-rs-tent-arrows-down:before{content:"\f276"}.fi-rs-tent-arrow-turn-left:before{content:"\f277"}.fi-rs-tent-arrow-left-right:before{content:"\f278"}.fi-rs-tent-arrow-down-to-line:before{content:"\f279"}.fi-rs-tennis:before{content:"\f27a"}.fi-rs-tenge:before{content:"\f27b"}.fi-rs-template:before{content:"\f27c"}.fi-rs-template-alt:before{content:"\f27d"}.fi-rs-temperature-up:before{content:"\f27e"}.fi-rs-temperature-low:before{content:"\f27f"}.fi-rs-temperature-list:before{content:"\f280"}.fi-rs-temperature-high:before{content:"\f281"}.fi-rs-temperature-frigid:before{content:"\f282"}.fi-rs-temperature-down:before{content:"\f283"}.fi-rs-telescope:before{content:"\f284"}.fi-rs-teeth-open:before{content:"\f285"}.fi-rs-teddy-bear:before{content:"\f286"}.fi-rs-team-check:before{content:"\f287"}.fi-rs-team-check-alt:before{content:"\f288"}.fi-rs-taxi:before{content:"\f289"}.fi-rs-taxi-bus:before{content:"\f28a"}.fi-rs-tax:before{content:"\f28b"}.fi-rs-tax-alt:before{content:"\f28c"}.fi-rs-target:before{content:"\f28d"}.fi-rs-target-audience:before{content:"\f28e"}.fi-rs-tape:before{content:"\f28f"}.fi-rs-tap:before{content:"\f290"}.fi-rs-tank-water:before{content:"\f291"}.fi-rs-tamale:before{content:"\f292"}.fi-rs-tally:before{content:"\f293"}.fi-rs-tally-4:before{content:"\f294"}.fi-rs-tally-3:before{content:"\f295"}.fi-rs-tally-2:before{content:"\f296"}.fi-rs-tally-1:before{content:"\f297"}.fi-rs-tags:before{content:"\f298"}.fi-rs-taco:before{content:"\f299"}.fi-rs-tachometer:before{content:"\f29a"}.fi-rs-tachometer-slowest:before{content:"\f29b"}.fi-rs-tachometer-slow:before{content:"\f29c"}.fi-rs-tachometer-fastest:before{content:"\f29d"}.fi-rs-tachometer-fast:before{content:"\f29e"}.fi-rs-tachometer-average:before{content:"\f29f"}.fi-rs-tachometer-alt-slowest:before{content:"\f2a0"}.fi-rs-tachometer-alt-slow:before{content:"\f2a1"}.fi-rs-tachometer-alt-fastest:before{content:"\f2a2"}.fi-rs-tachometer-alt-average:before{content:"\f2a3"}.fi-rs-tablet:before{content:"\f2a4"}.fi-rs-tablet-rugged:before{content:"\f2a5"}.fi-rs-tablet-android:before{content:"\f2a6"}.fi-rs-tablet-android-alt:before{content:"\f2a7"}.fi-rs-table:before{content:"\f2a8"}.fi-rs-table-tree:before{content:"\f2a9"}.fi-rs-table-rows:before{content:"\f2aa"}.fi-rs-table-pivot:before{content:"\f2ab"}.fi-rs-table-picnic:before{content:"\f2ac"}.fi-rs-table-list:before{content:"\f2ad"}.fi-rs-table-layout:before{content:"\f2ae"}.fi-rs-table-columns:before{content:"\f2af"}.fi-rs-tab-folder:before{content:"\f2b0"}.fi-rs-t:before{content:"\f2b1"}.fi-rs-syringe:before{content:"\f2b2"}.fi-rs-synagogue:before{content:"\f2b3"}.fi-rs-symbols:before{content:"\f2b4"}.fi-rs-symbol:before{content:"\f2b5"}.fi-rs-sword:before{content:"\f2b6"}.fi-rs-swipe-up:before{content:"\f2b7"}.fi-rs-swipe-right:before{content:"\f2b8"}.fi-rs-swipe-left:before{content:"\f2b9"}.fi-rs-swipe-down:before{content:"\f2ba"}.fi-rs-swimming-pool:before{content:"\f2bb"}.fi-rs-swimmer:before{content:"\f2bc"}.fi-rs-swatchbook:before{content:"\f2bd"}.fi-rs-svg:before{content:"\f2be"}.fi-rs-sushi:before{content:"\f2bf"}.fi-rs-sushi-roll:before{content:"\f2c0"}.fi-rs-sushi-alt:before{content:"\f2c1"}.fi-rs-surprise:before{content:"\f2c2"}.fi-rs-surfing:before{content:"\f2c3"}.fi-rs-supplier:before{content:"\f2c4"}.fi-rs-supplier-alt:before{content:"\f2c5"}.fi-rs-superscript:before{content:"\f2c6"}.fi-rs-sunset:before{content:"\f2c7"}.fi-rs-sunrise:before{content:"\f2c8"}.fi-rs-sunrise-alt:before{content:"\f2c9"}.fi-rs-sunglasses:before{content:"\f2ca"}.fi-rs-sunglasses-alt:before{content:"\f2cb"}.fi-rs-sunday:before{content:"\f2cc"}.fi-rs-sun:before{content:"\f2cd"}.fi-rs-sun-plant-wilt:before{content:"\f2ce"}.fi-rs-sun-dust:before{content:"\f2cf"}.fi-rs-summer:before{content:"\f2d0"}.fi-rs-suitcase-alt:before{content:"\f2d1"}.fi-rs-subway:before{content:"\f2d2"}.fi-rs-subtitles:before{content:"\f2d3"}.fi-rs-subscription:before{content:"\f2d4"}.fi-rs-subscription-alt:before{content:"\f2d5"}.fi-rs-subscript:before{content:"\f2d6"}.fi-rs-student:before{content:"\f2d7"}.fi-rs-student-alt:before{content:"\f2d8"}.fi-rs-stroopwafel:before{content:"\f2d9"}.fi-rs-strikethrough:before{content:"\f2da"}.fi-rs-stretcher:before{content:"\f2db"}.fi-rs-street-view:before{content:"\f2dc"}.fi-rs-strawberry:before{content:"\f2dd"}.fi-rs-story-fantasy:before{content:"\f2de"}.fi-rs-story-fairy-tale:before{content:"\f2df"}.fi-rs-story-book:before{content:"\f2e0"}.fi-rs-store-slash:before{content:"\f2e1"}.fi-rs-store-lock:before{content:"\f2e2"}.fi-rs-store-alt:before{content:"\f2e3"}.fi-rs-stopwatch:before{content:"\f2e4"}.fi-rs-stop:before{content:"\f2e5"}.fi-rs-stop-circle:before{content:"\f2e6"}.fi-rs-stomach:before{content:"\f2e7"}.fi-rs-stocking:before{content:"\f2e8"}.fi-rs-sticker:before{content:"\f2e9"}.fi-rs-stethoscope:before{content:"\f2ea"}.fi-rs-sterling-sign:before{content:"\f2eb"}.fi-rs-step-forward:before{content:"\f2ec"}.fi-rs-step-backward:before{content:"\f2ed"}.fi-rs-steering-wheel:before{content:"\f2ee"}.fi-rs-steak:before{content:"\f2ef"}.fi-rs-stats:before{content:"\f2f0"}.fi-rs-state-country:before{content:"\f2f1"}.fi-rs-stars:before{content:"\f2f2"}.fi-rs-starfighter:before{content:"\f2f3"}.fi-rs-star:before{content:"\f2f4"}.fi-rs-star-shooting:before{content:"\f2f5"}.fi-rs-star-sharp-half:before{content:"\f2f6"}.fi-rs-star-sharp-half-stroke:before{content:"\f2f7"}.fi-rs-star-of-david:before{content:"\f2f8"}.fi-rs-star-octogram:before{content:"\f2f9"}.fi-rs-star-exclamation:before{content:"\f2fa"}.fi-rs-star-comment-alt:before{content:"\f2fb"}.fi-rs-star-christmas:before{content:"\f2fc"}.fi-rs-star-and-crescent:before{content:"\f2fd"}.fi-rs-standard-definition:before{content:"\f2fe"}.fi-rs-stamp:before{content:"\f2ff"}.fi-rs-stairs:before{content:"\f300"}.fi-rs-stage:before{content:"\f301"}.fi-rs-stage-theatre:before{content:"\f302"}.fi-rs-stage-concert:before{content:"\f303"}.fi-rs-staff:before{content:"\f304"}.fi-rs-squirrel:before{content:"\f305"}.fi-rs-squircle:before{content:"\f306"}.fi-rs-squid:before{content:"\f307"}.fi-rs-square:before{content:"\f308"}.fi-rs-square-z:before{content:"\f309"}.fi-rs-square-y:before{content:"\f30a"}.fi-rs-square-x:before{content:"\f30b"}.fi-rs-square-w:before{content:"\f30c"}.fi-rs-square-v:before{content:"\f30d"}.fi-rs-square-up-right:before{content:"\f30e"}.fi-rs-square-u:before{content:"\f30f"}.fi-rs-square-terminal:before{content:"\f310"}.fi-rs-square-t:before{content:"\f311"}.fi-rs-square-star:before{content:"\f312"}.fi-rs-square-small:before{content:"\f313"}.fi-rs-square-s:before{content:"\f314"}.fi-rs-square-root:before{content:"\f315"}.fi-rs-square-r:before{content:"\f316"}.fi-rs-square-quote:before{content:"\f317"}.fi-rs-square-q:before{content:"\f318"}.fi-rs-square-poll-vertical:before{content:"\f319"}.fi-rs-square-poll-horizontal:before{content:"\f31a"}.fi-rs-square-plus:before{content:"\f31b"}.fi-rs-square-phone-hangup:before{content:"\f31c"}.fi-rs-square-p:before{content:"\f31d"}.fi-rs-square-o:before{content:"\f31e"}.fi-rs-square-n:before{content:"\f31f"}.fi-rs-square-minus:before{content:"\f320"}.fi-rs-square-m:before{content:"\f321"}.fi-rs-square-l:before{content:"\f322"}.fi-rs-square-kanban:before{content:"\f323"}.fi-rs-square-k:before{content:"\f324"}.fi-rs-square-j:before{content:"\f325"}.fi-rs-square-info:before{content:"\f326"}.fi-rs-square-i:before{content:"\f327"}.fi-rs-square-heart:before{content:"\f328"}.fi-rs-square-h:before{content:"\f329"}.fi-rs-square-g:before{content:"\f32a"}.fi-rs-square-f:before{content:"\f32b"}.fi-rs-square-exclamation:before{content:"\f32c"}.fi-rs-square-ellipsis:before{content:"\f32d"}.fi-rs-square-ellipsis-vertical:before{content:"\f32e"}.fi-rs-square-e:before{content:"\f32f"}.fi-rs-square-divide:before{content:"\f330"}.fi-rs-square-dashed:before{content:"\f331"}.fi-rs-square-d:before{content:"\f332"}.fi-rs-square-code:before{content:"\f333"}.fi-rs-square-c:before{content:"\f334"}.fi-rs-square-bolt:before{content:"\f335"}.fi-rs-square-b:before{content:"\f336"}.fi-rs-square-a:before{content:"\f337"}.fi-rs-square-9:before{content:"\f338"}.fi-rs-square-8:before{content:"\f339"}.fi-rs-square-7:before{content:"\f33a"}.fi-rs-square-6:before{content:"\f33b"}.fi-rs-square-5:before{content:"\f33c"}.fi-rs-square-4:before{content:"\f33d"}.fi-rs-square-3:before{content:"\f33e"}.fi-rs-square-2:before{content:"\f33f"}.fi-rs-square-1:before{content:"\f340"}.fi-rs-square-0:before{content:"\f341"}.fi-rs-spy:before{content:"\f342"}.fi-rs-sprinkler:before{content:"\f343"}.fi-rs-spray-can:before{content:"\f344"}.fi-rs-spray-can-sparkles:before{content:"\f345"}.fi-rs-spoon:before{content:"\f346"}.fi-rs-splotch:before{content:"\f347"}.fi-rs-split:before{content:"\f348"}.fi-rs-spinner:before{content:"\f349"}.fi-rs-spider:before{content:"\f34a"}.fi-rs-spider-web:before{content:"\f34b"}.fi-rs-spider-black-widow:before{content:"\f34c"}.fi-rs-sphere:before{content:"\f34d"}.fi-rs-speedometer-kpi:before{content:"\f34e"}.fi-rs-speedometer-arrow:before{content:"\f34f"}.fi-rs-speakers:before{content:"\f350"}.fi-rs-speaker:before{content:"\f351"}.fi-rs-sparkles:before{content:"\f352"}.fi-rs-spaghetti-monster-flying:before{content:"\f353"}.fi-rs-spade:before{content:"\f354"}.fi-rs-space-station-moon:before{content:"\f355"}.fi-rs-space-station-moon-alt:before{content:"\f356"}.fi-rs-space-shuttle:before{content:"\f357"}.fi-rs-spa:before{content:"\f358"}.fi-rs-source-document:before{content:"\f359"}.fi-rs-source-document-alt:before{content:"\f35a"}.fi-rs-source-data:before{content:"\f35b"}.fi-rs-soup:before{content:"\f35c"}.fi-rs-sort:before{content:"\f35d"}.fi-rs-sort-size-up:before{content:"\f35e"}.fi-rs-sort-size-down:before{content:"\f35f"}.fi-rs-sort-shapes-up:before{content:"\f360"}.fi-rs-sort-shapes-down:before{content:"\f361"}.fi-rs-sort-numeric-down:before{content:"\f362"}.fi-rs-sort-numeric-down-alt:before{content:"\f363"}.fi-rs-sort-down:before{content:"\f364"}.fi-rs-sort-circle:before{content:"\f365"}.fi-rs-sort-circle-up:before{content:"\f366"}.fi-rs-sort-circle-down:before{content:"\f367"}.fi-rs-sort-amount-up:before{content:"\f368"}.fi-rs-sort-amount-up-alt:before{content:"\f369"}.fi-rs-sort-amount-down:before{content:"\f36a"}.fi-rs-sort-amount-down-alt:before{content:"\f36b"}.fi-rs-sort-alt:before{content:"\f36c"}.fi-rs-sort-alpha-up:before{content:"\f36d"}.fi-rs-sort-alpha-up-alt:before{content:"\f36e"}.fi-rs-sort-alpha-down:before{content:"\f36f"}.fi-rs-sort-alpha-down-alt:before{content:"\f370"}.fi-rs-sold-signal:before{content:"\f371"}.fi-rs-sold-house:before{content:"\f372"}.fi-rs-solar-system:before{content:"\f373"}.fi-rs-solar-panel:before{content:"\f374"}.fi-rs-sofa:before{content:"\f375"}.fi-rs-sofa-size:before{content:"\f376"}.fi-rs-socks:before{content:"\f377"}.fi-rs-social-network:before{content:"\f378"}.fi-rs-soap:before{content:"\f379"}.fi-rs-soap-alt:before{content:"\f37a"}.fi-rs-snowplow:before{content:"\f37b"}.fi-rs-snowmobile:before{content:"\f37c"}.fi-rs-snowman-head:before{content:"\f37d"}.fi-rs-snowman-alt:before{content:"\f37e"}.fi-rs-snowflakes:before{content:"\f37f"}.fi-rs-snowflake:before{content:"\f380"}.fi-rs-snowflake-droplets:before{content:"\f381"}.fi-rs-snowboarding:before{content:"\f382"}.fi-rs-snow-blowing:before{content:"\f383"}.fi-rs-snooze:before{content:"\f384"}.fi-rs-snap:before{content:"\f385"}.fi-rs-snake:before{content:"\f386"}.fi-rs-smoking:before{content:"\f387"}.fi-rs-smoking-ban:before{content:"\f388"}.fi-rs-smoke:before{content:"\f389"}.fi-rs-smog:before{content:"\f38a"}.fi-rs-smiley-comment-alt:before{content:"\f38b"}.fi-rs-smile-wink:before{content:"\f38c"}.fi-rs-smile-plus:before{content:"\f38d"}.fi-rs-smile-beam:before{content:"\f38e"}.fi-rs-smartphone:before{content:"\f38f"}.fi-rs-sliders-v:before{content:"\f390"}.fi-rs-sliders-v-square:before{content:"\f391"}.fi-rs-sliders-h-square:before{content:"\f392"}.fi-rs-sleigh:before{content:"\f393"}.fi-rs-sledding:before{content:"\f394"}.fi-rs-slash:before{content:"\f395"}.fi-rs-skull:before{content:"\f396"}.fi-rs-skull-crossbones:before{content:"\f397"}.fi-rs-skull-cow:before{content:"\f398"}.fi-rs-skin:before{content:"\f399"}.fi-rs-skin-hair:before{content:"\f39a"}.fi-rs-skin-drop:before{content:"\f39b"}.fi-rs-skin-arrow:before{content:"\f39c"}.fi-rs-skill:before{content:"\f39d"}.fi-rs-skill-user:before{content:"\f39e"}.fi-rs-skill-alt:before{content:"\f39f"}.fi-rs-skiing:before{content:"\f3a0"}.fi-rs-skiing-nordic:before{content:"\f3a1"}.fi-rs-ski-lift:before{content:"\f3a2"}.fi-rs-ski-jump:before{content:"\f3a3"}.fi-rs-ski-boot-ski:before{content:"\f3a4"}.fi-rs-skewer:before{content:"\f3a5"}.fi-rs-skeleton:before{content:"\f3a6"}.fi-rs-skating:before{content:"\f3a7"}.fi-rs-skateboard:before{content:"\f3a8"}.fi-rs-sitemap:before{content:"\f3a9"}.fi-rs-site:before{content:"\f3aa"}.fi-rs-site-browser:before{content:"\f3ab"}.fi-rs-site-alt:before{content:"\f3ac"}.fi-rs-siren-on:before{content:"\f3ad"}.fi-rs-sink:before{content:"\f3ae"}.fi-rs-sim-cards:before{content:"\f3af"}.fi-rs-sim-card:before{content:"\f3b0"}.fi-rs-signature:before{content:"\f3b1"}.fi-rs-signature-slash:before{content:"\f3b2"}.fi-rs-signature-lock:before{content:"\f3b3"}.fi-rs-signal-stream:before{content:"\f3b4"}.fi-rs-signal-stream-slash:before{content:"\f3b5"}.fi-rs-signal-bars-weak:before{content:"\f3b6"}.fi-rs-signal-bars-good:before{content:"\f3b7"}.fi-rs-signal-bars-fair:before{content:"\f3b8"}.fi-rs-signal-alt:before{content:"\f3b9"}.fi-rs-signal-alt-slash:before{content:"\f3ba"}.fi-rs-signal-alt-2:before{content:"\f3bb"}.fi-rs-signal-alt-1:before{content:"\f3bc"}.fi-rs-sign-up:before{content:"\f3bd"}.fi-rs-sign-out-alt:before{content:"\f3be"}.fi-rs-sign-in-alt:before{content:"\f3bf"}.fi-rs-sign-hanging:before{content:"\f3c0"}.fi-rs-sigma:before{content:"\f3c1"}.fi-rs-sidebar:before{content:"\f3c2"}.fi-rs-sidebar-flip:before{content:"\f3c3"}.fi-rs-shuttlecock:before{content:"\f3c4"}.fi-rs-shuttle-van:before{content:"\f3c5"}.fi-rs-shuffle:before{content:"\f3c6"}.fi-rs-shrimp:before{content:"\f3c7"}.fi-rs-shredder:before{content:"\f3c8"}.fi-rs-shower:before{content:"\f3c9"}.fi-rs-shower-down:before{content:"\f3ca"}.fi-rs-shovel:before{content:"\f3cb"}.fi-rs-shovel-snow:before{content:"\f3cc"}.fi-rs-shopping-cart:before{content:"\f3cd"}.fi-rs-shopping-cart-check:before{content:"\f3ce"}.fi-rs-shopping-cart-add:before{content:"\f3cf"}.fi-rs-shopping-basket:before{content:"\f3d0"}.fi-rs-shopping-bag:before{content:"\f3d1"}.fi-rs-shopping-bag-add:before{content:"\f3d2"}.fi-rs-shop:before{content:"\f3d3"}.fi-rs-shop-slash:before{content:"\f3d4"}.fi-rs-shop-lock:before{content:"\f3d5"}.fi-rs-shoe-prints:before{content:"\f3d6"}.fi-rs-shish-kebab:before{content:"\f3d7"}.fi-rs-shirt:before{content:"\f3d8"}.fi-rs-shirt-tank-top:before{content:"\f3d9"}.fi-rs-shirt-running:before{content:"\f3da"}.fi-rs-shirt-long-sleeve:before{content:"\f3db"}.fi-rs-shipping-timed:before{content:"\f3dc"}.fi-rs-shipping-fast:before{content:"\f3dd"}.fi-rs-ship:before{content:"\f3de"}.fi-rs-ship-side:before{content:"\f3df"}.fi-rs-shield:before{content:"\f3e0"}.fi-rs-shield-xmark:before{content:"\f3e1"}.fi-rs-shield-virus:before{content:"\f3e2"}.fi-rs-shield-slash:before{content:"\f3e3"}.fi-rs-shield-plus:before{content:"\f3e4"}.fi-rs-shield-minus:before{content:"\f3e5"}.fi-rs-shield-keyhole:before{content:"\f3e6"}.fi-rs-shield-interrogation:before{content:"\f3e7"}.fi-rs-shield-exclamation:before{content:"\f3e8"}.fi-rs-shield-cross:before{content:"\f3e9"}.fi-rs-shield-check:before{content:"\f3ea"}.fi-rs-shield-alt:before{content:"\f3eb"}.fi-rs-shelves:before{content:"\f3ec"}.fi-rs-shekel-sign:before{content:"\f3ed"}.fi-rs-sheep:before{content:"\f3ee"}.fi-rs-share:before{content:"\f3ef"}.fi-rs-share-square:before{content:"\f3f0"}.fi-rs-share-alt-square:before{content:"\f3f1"}.fi-rs-settings:before{content:"\f3f2"}.fi-rs-settings-sliders:before{content:"\f3f3"}.fi-rs-sensor:before{content:"\f3f4"}.fi-rs-sensor-smoke:before{content:"\f3f5"}.fi-rs-sensor-on:before{content:"\f3f6"}.fi-rs-sensor-fire:before{content:"\f3f7"}.fi-rs-sensor-alert:before{content:"\f3f8"}.fi-rs-send-money:before{content:"\f3f9"}.fi-rs-send-money-smartphone:before{content:"\f3fa"}.fi-rs-send-backward:before{content:"\f3fb"}.fi-rs-send-back:before{content:"\f3fc"}.fi-rs-selling:before{content:"\f3fd"}.fi-rs-seller:before{content:"\f3fe"}.fi-rs-seller-store:before{content:"\f3ff"}.fi-rs-sell:before{content:"\f400"}.fi-rs-selection:before{content:"\f401"}.fi-rs-seedling:before{content:"\f402"}.fi-rs-second:before{content:"\f403"}.fi-rs-second-medal:before{content:"\f404"}.fi-rs-second-laurel:before{content:"\f405"}.fi-rs-second-award:before{content:"\f406"}.fi-rs-seat-airline:before{content:"\f407"}.fi-rs-search:before{content:"\f408"}.fi-rs-search-location:before{content:"\f409"}.fi-rs-search-heart:before{content:"\f40a"}.fi-rs-search-dollar:before{content:"\f40b"}.fi-rs-search-alt:before{content:"\f40c"}.fi-rs-seal:before{content:"\f40d"}.fi-rs-seal-question:before{content:"\f40e"}.fi-rs-seal-exclamation:before{content:"\f40f"}.fi-rs-sd-cards:before{content:"\f410"}.fi-rs-sd-card:before{content:"\f411"}.fi-rs-scythe:before{content:"\f412"}.fi-rs-scrubber:before{content:"\f413"}.fi-rs-scroll:before{content:"\f414"}.fi-rs-scroll-torah:before{content:"\f415"}.fi-rs-scroll-old:before{content:"\f416"}.fi-rs-script:before{content:"\f417"}.fi-rs-scribble:before{content:"\f418"}.fi-rs-screwdriver:before{content:"\f419"}.fi-rs-screencast:before{content:"\f41a"}.fi-rs-screen:before{content:"\f41b"}.fi-rs-scissors:before{content:"\f41c"}.fi-rs-school:before{content:"\f41d"}.fi-rs-school-bus:before{content:"\f41e"}.fi-rs-scarf:before{content:"\f41f"}.fi-rs-scarecrow:before{content:"\f420"}.fi-rs-scanner-touchscreen:before{content:"\f421"}.fi-rs-scanner-keyboard:before{content:"\f422"}.fi-rs-scanner-image:before{content:"\f423"}.fi-rs-scanner-gun:before{content:"\f424"}.fi-rs-scalpel:before{content:"\f425"}.fi-rs-scalpel-path:before{content:"\f426"}.fi-rs-scale:before{content:"\f427"}.fi-rs-scale-comparison:before{content:"\f428"}.fi-rs-scale-comparison-alt:before{content:"\f429"}.fi-rs-saxophone:before{content:"\f42a"}.fi-rs-sax-hot:before{content:"\f42b"}.fi-rs-sausage:before{content:"\f42c"}.fi-rs-sauce:before{content:"\f42d"}.fi-rs-saturday:before{content:"\f42e"}.fi-rs-satellite:before{content:"\f42f"}.fi-rs-satellite-dish:before{content:"\f430"}.fi-rs-sandwich:before{content:"\f431"}.fi-rs-sandwich-alt:before{content:"\f432"}.fi-rs-salt-shaker:before{content:"\f433"}.fi-rs-salt-pepper:before{content:"\f434"}.fi-rs-salary-alt:before{content:"\f435"}.fi-rs-salad:before{content:"\f436"}.fi-rs-sailboat:before{content:"\f437"}.fi-rs-safe-box:before{content:"\f438"}.fi-rs-sad:before{content:"\f439"}.fi-rs-sad-tear:before{content:"\f43a"}.fi-rs-sad-cry:before{content:"\f43b"}.fi-rs-sack:before{content:"\f43c"}.fi-rs-sack-dollar:before{content:"\f43d"}.fi-rs-s:before{content:"\f43e"}.fi-rs-rv:before{content:"\f43f"}.fi-rs-rupiah-sign:before{content:"\f440"}.fi-rs-rupee-sign:before{content:"\f441"}.fi-rs-running:before{content:"\f442"}.fi-rs-rules:before{content:"\f443"}.fi-rs-rules-alt:before{content:"\f444"}.fi-rs-ruler-vertical:before{content:"\f445"}.fi-rs-ruler-triangle:before{content:"\f446"}.fi-rs-ruler-horizontal:before{content:"\f447"}.fi-rs-ruler-combined:before{content:"\f448"}.fi-rs-rugby:before{content:"\f449"}.fi-rs-rugby-helmet:before{content:"\f44a"}.fi-rs-ruble-sign:before{content:"\f44b"}.fi-rs-rss:before{content:"\f44c"}.fi-rs-rss-alt:before{content:"\f44d"}.fi-rs-router:before{content:"\f44e"}.fi-rs-route:before{content:"\f44f"}.fi-rs-route-interstate:before{content:"\f450"}.fi-rs-route-highway:before{content:"\f451"}.fi-rs-rotate-square:before{content:"\f452"}.fi-rs-rotate-right:before{content:"\f453"}.fi-rs-rotate-left:before{content:"\f454"}.fi-rs-rotate-exclamation:before{content:"\f455"}.fi-rs-room-service:before{content:"\f456"}.fi-rs-roller-coaster:before{content:"\f457"}.fi-rs-rocket:before{content:"\f458"}.fi-rs-rocket-lunch:before{content:"\f459"}.fi-rs-robot:before{content:"\f45a"}.fi-rs-road:before{content:"\f45b"}.fi-rs-risk:before{content:"\f45c"}.fi-rs-risk-alt:before{content:"\f45d"}.fi-rs-rings-wedding:before{content:"\f45e"}.fi-rs-ring:before{content:"\f45f"}.fi-rs-ring-diamond:before{content:"\f460"}.fi-rs-right:before{content:"\f461"}.fi-rs-ribbon:before{content:"\f462"}.fi-rs-rhombus:before{content:"\f463"}.fi-rs-rewind:before{content:"\f464"}.fi-rs-review:before{content:"\f465"}.fi-rs-revenue-alt:before{content:"\f466"}.fi-rs-restroom-simple:before{content:"\f467"}.fi-rs-restock:before{content:"\f468"}.fi-rs-restaurant:before{content:"\f469"}.fi-rs-resources:before{content:"\f46a"}.fi-rs-resize:before{content:"\f46b"}.fi-rs-reservation-table:before{content:"\f46c"}.fi-rs-reservation-smartphone:before{content:"\f46d"}.fi-rs-republican:before{content:"\f46e"}.fi-rs-reply-all:before{content:"\f46f"}.fi-rs-replace:before{content:"\f470"}.fi-rs-rent:before{content:"\f471"}.fi-rs-rent-signal:before{content:"\f472"}.fi-rs-remove-user:before{content:"\f473"}.fi-rs-remove-folder:before{content:"\f474"}.fi-rs-registration-paper:before{content:"\f475"}.fi-rs-registered:before{content:"\f476"}.fi-rs-region-pin:before{content:"\f477"}.fi-rs-region-pin-alt:before{content:"\f478"}.fi-rs-refund:before{content:"\f479"}.fi-rs-refund-alt:before{content:"\f47a"}.fi-rs-refrigerator:before{content:"\f47b"}.fi-rs-refresh:before{content:"\f47c"}.fi-rs-reflect:before{content:"\f47d"}.fi-rs-reflect-vertical:before{content:"\f47e"}.fi-rs-reflect-horizontal:before{content:"\f47f"}.fi-rs-refer:before{content:"\f480"}.fi-rs-refer-arrow:before{content:"\f481"}.fi-rs-reel:before{content:"\f482"}.fi-rs-redo:before{content:"\f483"}.fi-rs-redo-alt:before{content:"\f484"}.fi-rs-recycle:before{content:"\f485"}.fi-rs-rectangles-mixed:before{content:"\f486"}.fi-rs-rectangle-xmark:before{content:"\f487"}.fi-rs-rectangle-vertical:before{content:"\f488"}.fi-rs-rectangle-vertical-history:before{content:"\f489"}.fi-rs-rectangle-pro:before{content:"\f48a"}.fi-rs-rectangle-panoramic:before{content:"\f48b"}.fi-rs-rectangle-list:before{content:"\f48c"}.fi-rs-rectangle-horizontal:before{content:"\f48d"}.fi-rs-rectangle-history-circle-plus:before{content:"\f48e"}.fi-rs-rectangle-code:before{content:"\f48f"}.fi-rs-rectangle-barcode:before{content:"\f490"}.fi-rs-rectabgle-vertical:before{content:"\f491"}.fi-rs-record-vinyl:before{content:"\f492"}.fi-rs-recipe:before{content:"\f493"}.fi-rs-recipe-book:before{content:"\f494"}.fi-rs-receipt:before{content:"\f495"}.fi-rs-rec:before{content:"\f496"}.fi-rs-react:before{content:"\f497"}.fi-rs-razor-barber:before{content:"\f498"}.fi-rs-raygun:before{content:"\f499"}.fi-rs-ranking-stars:before{content:"\f49a"}.fi-rs-ranking-star:before{content:"\f49b"}.fi-rs-ranking-podium:before{content:"\f49c"}.fi-rs-ranking-podium-empty:before{content:"\f49d"}.fi-rs-rank:before{content:"\f49e"}.fi-rs-ramp-loading:before{content:"\f49f"}.fi-rs-ram:before{content:"\f4a0"}.fi-rs-raindrops:before{content:"\f4a1"}.fi-rs-rainbow:before{content:"\f4a2"}.fi-rs-radish:before{content:"\f4a3"}.fi-rs-radio:before{content:"\f4a4"}.fi-rs-radio-alt:before{content:"\f4a5"}.fi-rs-radiation:before{content:"\f4a6"}.fi-rs-radiation-alt:before{content:"\f4a7"}.fi-rs-radar:before{content:"\f4a8"}.fi-rs-racquet:before{content:"\f4a9"}.fi-rs-rabbit:before{content:"\f4aa"}.fi-rs-rabbit-fast:before{content:"\f4ab"}.fi-rs-r:before{content:"\f4ac"}.fi-rs-quote-right:before{content:"\f4ad"}.fi-rs-quiz:before{content:"\f4ae"}.fi-rs-quiz-alt:before{content:"\f4af"}.fi-rs-queue:before{content:"\f4b0"}.fi-rs-queue-signal:before{content:"\f4b1"}.fi-rs-queue-line:before{content:"\f4b2"}.fi-rs-queue-alt:before{content:"\f4b3"}.fi-rs-question:before{content:"\f4b4"}.fi-rs-question-square:before{content:"\f4b5"}.fi-rs-qrcode:before{content:"\f4b6"}.fi-rs-qr-scan:before{content:"\f4b7"}.fi-rs-q:before{content:"\f4b8"}.fi-rs-pyramid:before{content:"\f4b9"}.fi-rs-puzzle-pieces:before{content:"\f4ba"}.fi-rs-puzzle-piece:before{content:"\f4bb"}.fi-rs-puzzle-alt:before{content:"\f4bc"}.fi-rs-pumpkin:before{content:"\f4bd"}.fi-rs-pumpkin-alt:before{content:"\f4be"}.fi-rs-pumpkin-alt-2:before{content:"\f4bf"}.fi-rs-pump:before{content:"\f4c0"}.fi-rs-pump-medical:before{content:"\f4c1"}.fi-rs-pulse:before{content:"\f4c2"}.fi-rs-protractor:before{content:"\f4c3"}.fi-rs-projector:before{content:"\f4c4"}.fi-rs-productivity:before{content:"\f4c5"}.fi-rs-process:before{content:"\f4c6"}.fi-rs-procedures:before{content:"\f4c7"}.fi-rs-problem-solving:before{content:"\f4c8"}.fi-rs-priority-importance:before{content:"\f4c9"}.fi-rs-priority-arrows:before{content:"\f4ca"}.fi-rs-priority-arrow:before{content:"\f4cb"}.fi-rs-print:before{content:"\f4cc"}.fi-rs-print-slash:before{content:"\f4cd"}.fi-rs-print-magnifying-glass:before{content:"\f4ce"}.fi-rs-preview:before{content:"\f4cf"}.fi-rs-presentation:before{content:"\f4d0"}.fi-rs-prescription:before{content:"\f4d1"}.fi-rs-prescription-bottle:before{content:"\f4d2"}.fi-rs-prescription-bottle-pill:before{content:"\f4d3"}.fi-rs-prescription-bottle-alt:before{content:"\f4d4"}.fi-rs-praying-hands:before{content:"\f4d5"}.fi-rs-practice:before{content:"\f4d6"}.fi-rs-pound:before{content:"\f4d7"}.fi-rs-potato:before{content:"\f4d8"}.fi-rs-pot:before{content:"\f4d9"}.fi-rs-portrait:before{content:"\f4da"}.fi-rs-portal-exit:before{content:"\f4db"}.fi-rs-portal-enter:before{content:"\f4dc"}.fi-rs-popsicle:before{content:"\f4dd"}.fi-rs-popcorn:before{content:"\f4de"}.fi-rs-poop:before{content:"\f4df"}.fi-rs-pool-8-ball:before{content:"\f4e0"}.fi-rs-poo:before{content:"\f4e1"}.fi-rs-poo-bolt:before{content:"\f4e2"}.fi-rs-pompebled:before{content:"\f4e3"}.fi-rs-poll-h:before{content:"\f4e4"}.fi-rs-police-box:before{content:"\f4e5"}.fi-rs-poker-chip:before{content:"\f4e6"}.fi-rs-point-of-sale:before{content:"\f4e7"}.fi-rs-point-of-sale-signal:before{content:"\f4e8"}.fi-rs-point-of-sale-bill:before{content:"\f4e9"}.fi-rs-podium:before{content:"\f4ea"}.fi-rs-podium-star:before{content:"\f4eb"}.fi-rs-podcast:before{content:"\f4ec"}.fi-rs-plus:before{content:"\f4ed"}.fi-rs-plus-small:before{content:"\f4ee"}.fi-rs-plus-minus:before{content:"\f4ef"}.fi-rs-plus-hexagon:before{content:"\f4f0"}.fi-rs-plug:before{content:"\f4f1"}.fi-rs-plug-connection:before{content:"\f4f2"}.fi-rs-plug-cable:before{content:"\f4f3"}.fi-rs-plug-alt:before{content:"\f4f4"}.fi-rs-playing-cards:before{content:"\f4f5"}.fi-rs-play:before{content:"\f4f6"}.fi-rs-play-pause:before{content:"\f4f7"}.fi-rs-play-circle:before{content:"\f4f8"}.fi-rs-play-alt:before{content:"\f4f9"}.fi-rs-plate:before{content:"\f4fa"}.fi-rs-plate-wheat:before{content:"\f4fb"}.fi-rs-plate-utensils:before{content:"\f4fc"}.fi-rs-plant-wilt:before{content:"\f4fd"}.fi-rs-planet-ringed:before{content:"\f4fe"}.fi-rs-planet-moon:before{content:"\f4ff"}.fi-rs-plane:before{content:"\f500"}.fi-rs-plane-tail:before{content:"\f501"}.fi-rs-plane-slash:before{content:"\f502"}.fi-rs-plane-prop:before{content:"\f503"}.fi-rs-plane-departure:before{content:"\f504"}.fi-rs-plane-arrival:before{content:"\f505"}.fi-rs-plane-alt:before{content:"\f506"}.fi-rs-plan:before{content:"\f507"}.fi-rs-plan-strategy:before{content:"\f508"}.fi-rs-place-of-worship:before{content:"\f509"}.fi-rs-pinata:before{content:"\f50a"}.fi-rs-pizza-slice:before{content:"\f50b"}.fi-rs-pixabay:before{content:"\f50c"}.fi-rs-pipe-smoking:before{content:"\f50d"}.fi-rs-ping-pong:before{content:"\f50e"}.fi-rs-pineapple:before{content:"\f50f"}.fi-rs-pineapple-alt:before{content:"\f510"}.fi-rs-pills:before{content:"\f511"}.fi-rs-piggy-bank:before{content:"\f512"}.fi-rs-pig:before{content:"\f513"}.fi-rs-pig-face:before{content:"\f514"}.fi-rs-pie:before{content:"\f515"}.fi-rs-picture:before{content:"\f516"}.fi-rs-picpeople:before{content:"\f517"}.fi-rs-picpeople-filled:before{content:"\f518"}.fi-rs-picnic:before{content:"\f519"}.fi-rs-picking:before{content:"\f51a"}.fi-rs-pickaxe:before{content:"\f51b"}.fi-rs-piano:before{content:"\f51c"}.fi-rs-piano-keyboard:before{content:"\f51d"}.fi-rs-physics:before{content:"\f51e"}.fi-rs-photo-video:before{content:"\f51f"}.fi-rs-photo-film-music:before{content:"\f520"}.fi-rs-photo-capture:before{content:"\f521"}.fi-rs-phone-slash:before{content:"\f522"}.fi-rs-phone-rotary:before{content:"\f523"}.fi-rs-phone-plus:before{content:"\f524"}.fi-rs-phone-pause:before{content:"\f525"}.fi-rs-phone-office:before{content:"\f526"}.fi-rs-phone-flip:before{content:"\f527"}.fi-rs-phone-cross:before{content:"\f528"}.fi-rs-phone-call:before{content:"\f529"}.fi-rs-pharmacy:before{content:"\f52a"}.fi-rs-peso-sign:before{content:"\f52b"}.fi-rs-peseta-sign:before{content:"\f52c"}.fi-rs-person-walking-with-cane:before{content:"\f52d"}.fi-rs-person-simple:before{content:"\f52e"}.fi-rs-person-sign:before{content:"\f52f"}.fi-rs-person-shelter:before{content:"\f530"}.fi-rs-person-seat:before{content:"\f531"}.fi-rs-person-seat-reclined:before{content:"\f532"}.fi-rs-person-pregnant:before{content:"\f533"}.fi-rs-person-praying:before{content:"\f534"}.fi-rs-person-dress:before{content:"\f535"}.fi-rs-person-dress-simple:before{content:"\f536"}.fi-rs-person-dolly:before{content:"\f537"}.fi-rs-person-dolly-empty:before{content:"\f538"}.fi-rs-person-cv:before{content:"\f539"}.fi-rs-person-circle-xmark:before{content:"\f53a"}.fi-rs-person-circle-question:before{content:"\f53b"}.fi-rs-person-circle-plus:before{content:"\f53c"}.fi-rs-person-circle-minus:before{content:"\f53d"}.fi-rs-person-circle-exclamation:before{content:"\f53e"}.fi-rs-person-circle-check:before{content:"\f53f"}.fi-rs-person-carry-box:before{content:"\f540"}.fi-rs-percentage:before{content:"\f541"}.fi-rs-percent-90:before{content:"\f542"}.fi-rs-percent-80:before{content:"\f543"}.fi-rs-percent-75:before{content:"\f544"}.fi-rs-percent-70:before{content:"\f545"}.fi-rs-percent-60:before{content:"\f546"}.fi-rs-percent-50:before{content:"\f547"}.fi-rs-percent-40:before{content:"\f548"}.fi-rs-percent-30:before{content:"\f549"}.fi-rs-percent-25:before{content:"\f54a"}.fi-rs-percent-20:before{content:"\f54b"}.fi-rs-percent-100:before{content:"\f54c"}.fi-rs-percent-10:before{content:"\f54d"}.fi-rs-pepper:before{content:"\f54e"}.fi-rs-pepper-hot:before{content:"\f54f"}.fi-rs-pepper-alt:before{content:"\f550"}.fi-rs-people:before{content:"\f551"}.fi-rs-people-roof:before{content:"\f552"}.fi-rs-people-poll:before{content:"\f553"}.fi-rs-people-pants:before{content:"\f554"}.fi-rs-people-dress:before{content:"\f555"}.fi-rs-people-carry-box:before{content:"\f556"}.fi-rs-people-arrows-left-right:before{content:"\f557"}.fi-rs-pennant:before{content:"\f558"}.fi-rs-pending:before{content:"\f559"}.fi-rs-pencil:before{content:"\f55a"}.fi-rs-pencil-slash:before{content:"\f55b"}.fi-rs-pencil-ruler:before{content:"\f55c"}.fi-rs-pencil-paintbrush:before{content:"\f55d"}.fi-rs-pen-swirl:before{content:"\f55e"}.fi-rs-pen-square:before{content:"\f55f"}.fi-rs-pen-slash:before{content:"\f560"}.fi-rs-pen-nib:before{content:"\f561"}.fi-rs-pen-nib-slash:before{content:"\f562"}.fi-rs-pen-field:before{content:"\f563"}.fi-rs-pen-fancy:before{content:"\f564"}.fi-rs-pen-fancy-slash:before{content:"\f565"}.fi-rs-pen-clip:before{content:"\f566"}.fi-rs-pen-clip-slash:before{content:"\f567"}.fi-rs-pen-circle:before{content:"\f568"}.fi-rs-pedestal:before{content:"\f569"}.fi-rs-pear:before{content:"\f56a"}.fi-rs-peapod:before{content:"\f56b"}.fi-rs-peanuts:before{content:"\f56c"}.fi-rs-peanut:before{content:"\f56d"}.fi-rs-peach:before{content:"\f56e"}.fi-rs-peace:before{content:"\f56f"}.fi-rs-payroll:before{content:"\f570"}.fi-rs-payroll-calendar:before{content:"\f571"}.fi-rs-payment-pos:before{content:"\f572"}.fi-rs-paw:before{content:"\f573"}.fi-rs-paw-claws:before{content:"\f574"}.fi-rs-pause:before{content:"\f575"}.fi-rs-pause-circle:before{content:"\f576"}.fi-rs-pattern:before{content:"\f577"}.fi-rs-paste:before{content:"\f578"}.fi-rs-password:before{content:"\f579"}.fi-rs-password-smartphone:before{content:"\f57a"}.fi-rs-password-email:before{content:"\f57b"}.fi-rs-password-computer:before{content:"\f57c"}.fi-rs-password-alt:before{content:"\f57d"}.fi-rs-passport:before{content:"\f57e"}.fi-rs-party-horn:before{content:"\f57f"}.fi-rs-party-bell:before{content:"\f580"}.fi-rs-parking:before{content:"\f581"}.fi-rs-parking-slash:before{content:"\f582"}.fi-rs-parking-circle:before{content:"\f583"}.fi-rs-parking-circle-slash:before{content:"\f584"}.fi-rs-paragraph:before{content:"\f585"}.fi-rs-paragraph-left:before{content:"\f586"}.fi-rs-parachute-box:before{content:"\f587"}.fi-rs-paperclip-vertical:before{content:"\f588"}.fi-rs-paper-plane:before{content:"\f589"}.fi-rs-paper-plane-top:before{content:"\f58a"}.fi-rs-panorama:before{content:"\f58b"}.fi-rs-pancakes:before{content:"\f58c"}.fi-rs-pan:before{content:"\f58d"}.fi-rs-pan-frying:before{content:"\f58e"}.fi-rs-pan-food:before{content:"\f58f"}.fi-rs-pallet:before{content:"\f590"}.fi-rs-pallet-alt:before{content:"\f591"}.fi-rs-palette:before{content:"\f592"}.fi-rs-paintbrush-pencil:before{content:"\f593"}.fi-rs-paint-roller:before{content:"\f594"}.fi-rs-paint-brush:before{content:"\f595"}.fi-rs-paid:before{content:"\f596"}.fi-rs-pager:before{content:"\f597"}.fi-rs-page-break:before{content:"\f598"}.fi-rs-padlock-check:before{content:"\f599"}.fi-rs-package:before{content:"\f59a"}.fi-rs-p:before{content:"\f59b"}.fi-rs-overview:before{content:"\f59c"}.fi-rs-overline:before{content:"\f59d"}.fi-rs-oven:before{content:"\f59e"}.fi-rs-oval:before{content:"\f59f"}.fi-rs-oval-alt:before{content:"\f5a0"}.fi-rs-outdent:before{content:"\f5a1"}.fi-rs-otter:before{content:"\f5a2"}.fi-rs-otp:before{content:"\f5a3"}.fi-rs-ornament:before{content:"\f5a4"}.fi-rs-organization-chart:before{content:"\f5a5"}.fi-rs-operation:before{content:"\f5a6"}.fi-rs-opacity:before{content:"\f5a7"}.fi-rs-onion:before{content:"\f5a8"}.fi-rs-onboarding:before{content:"\f5a9"}.fi-rs-omega:before{content:"\f5aa"}.fi-rs-om:before{content:"\f5ab"}.fi-rs-olives:before{content:"\f5ac"}.fi-rs-olive:before{content:"\f5ad"}.fi-rs-olive-oil:before{content:"\f5ae"}.fi-rs-oil-temp:before{content:"\f5af"}.fi-rs-oil-can:before{content:"\f5b0"}.fi-rs-octagon:before{content:"\f5b1"}.fi-rs-octagon-xmark:before{content:"\f5b2"}.fi-rs-octagon-plus:before{content:"\f5b3"}.fi-rs-octagon-minus:before{content:"\f5b4"}.fi-rs-octagon-exclamation:before{content:"\f5b5"}.fi-rs-octagon-divide:before{content:"\f5b6"}.fi-rs-octagon-check:before{content:"\f5b7"}.fi-rs-objects-column:before{content:"\f5b8"}.fi-rs-object-union:before{content:"\f5b9"}.fi-rs-object-ungroup:before{content:"\f5ba"}.fi-rs-object-subtract:before{content:"\f5bb"}.fi-rs-object-intersect:before{content:"\f5bc"}.fi-rs-object-group:before{content:"\f5bd"}.fi-rs-object-exclude:before{content:"\f5be"}.fi-rs-o:before{content:"\f5bf"}.fi-rs-notes:before{content:"\f5c0"}.fi-rs-notes-medical:before{content:"\f5c1"}.fi-rs-notebook:before{content:"\f5c2"}.fi-rs-notebook-alt:before{content:"\f5c3"}.fi-rs-note:before{content:"\f5c4"}.fi-rs-note-sticky:before{content:"\f5c5"}.fi-rs-note-medical:before{content:"\f5c6"}.fi-rs-notdef:before{content:"\f5c7"}.fi-rs-not-found:before{content:"\f5c8"}.fi-rs-not-found-magnifying-glass:before{content:"\f5c9"}.fi-rs-not-found-alt:before{content:"\f5ca"}.fi-rs-not-equal:before{content:"\f5cb"}.fi-rs-nose:before{content:"\f5cc"}.fi-rs-noodles:before{content:"\f5cd"}.fi-rs-no-people:before{content:"\f5ce"}.fi-rs-no-fee:before{content:"\f5cf"}.fi-rs-nfc:before{content:"\f5d0"}.fi-rs-nfc-trash:before{content:"\f5d1"}.fi-rs-nfc-slash:before{content:"\f5d2"}.fi-rs-nfc-pen:before{content:"\f5d3"}.fi-rs-nfc-magnifying-glass:before{content:"\f5d4"}.fi-rs-nfc-lock:before{content:"\f5d5"}.fi-rs-newspaper:before{content:"\f5d6"}.fi-rs-newspaper-open:before{content:"\f5d7"}.fi-rs-neuter:before{content:"\f5d8"}.fi-rs-network:before{content:"\f5d9"}.fi-rs-network-cloud:before{content:"\f5da"}.fi-rs-network-analytic:before{content:"\f5db"}.fi-rs-nesting-dolls:before{content:"\f5dc"}.fi-rs-navigation:before{content:"\f5dd"}.fi-rs-narwhal:before{content:"\f5de"}.fi-rs-naira-sign:before{content:"\f5df"}.fi-rs-n:before{content:"\f5e0"}.fi-rs-music:before{content:"\f5e1"}.fi-rs-music-slash:before{content:"\f5e2"}.fi-rs-music-note:before{content:"\f5e3"}.fi-rs-music-note-slash:before{content:"\f5e4"}.fi-rs-music-file:before{content:"\f5e5"}.fi-rs-music-alt:before{content:"\f5e6"}.fi-rs-mushroom:before{content:"\f5e7"}.fi-rs-mushroom-alt:before{content:"\f5e8"}.fi-rs-muscle:before{content:"\f5e9"}.fi-rs-multiple:before{content:"\f5ea"}.fi-rs-multiple-alt:before{content:"\f5eb"}.fi-rs-mug:before{content:"\f5ec"}.fi-rs-mug-tea:before{content:"\f5ed"}.fi-rs-mug-tea-saucer:before{content:"\f5ee"}.fi-rs-mug-marshmallows:before{content:"\f5ef"}.fi-rs-mug-hot:before{content:"\f5f0"}.fi-rs-mug-hot-alt:before{content:"\f5f1"}.fi-rs-mug-alt:before{content:"\f5f2"}.fi-rs-mp3-player:before{content:"\f5f3"}.fi-rs-move-to-folder:before{content:"\f5f4"}.fi-rs-move-to-folder-2:before{content:"\f5f5"}.fi-rs-mouse:before{content:"\f5f6"}.fi-rs-mountains:before{content:"\f5f7"}.fi-rs-mountain:before{content:"\f5f8"}.fi-rs-mountain-city:before{content:"\f5f9"}.fi-rs-mound:before{content:"\f5fa"}.fi-rs-motorcycle:before{content:"\f5fb"}.fi-rs-mosquito:before{content:"\f5fc"}.fi-rs-mosquito-net:before{content:"\f5fd"}.fi-rs-mosque:before{content:"\f5fe"}.fi-rs-mosque-moon:before{content:"\f5ff"}.fi-rs-mosque-alt:before{content:"\f600"}.fi-rs-mortar-pestle:before{content:"\f601"}.fi-rs-moped:before{content:"\f602"}.fi-rs-moon:before{content:"\f603"}.fi-rs-moon-stars:before{content:"\f604"}.fi-rs-monument:before{content:"\f605"}.fi-rs-monkey:before{content:"\f606"}.fi-rs-money:before{content:"\f607"}.fi-rs-money-transfer-smartphone:before{content:"\f608"}.fi-rs-money-transfer-coin-arrow:before{content:"\f609"}.fi-rs-money-transfer-alt:before{content:"\f60a"}.fi-rs-money-simple-from-bracket:before{content:"\f60b"}.fi-rs-money-from-bracket:before{content:"\f60c"}.fi-rs-money-coin-transfer:before{content:"\f60d"}.fi-rs-money-check:before{content:"\f60e"}.fi-rs-money-check-edit:before{content:"\f60f"}.fi-rs-money-check-edit-alt:before{content:"\f610"}.fi-rs-money-bills:before{content:"\f611"}.fi-rs-money-bills-simple:before{content:"\f612"}.fi-rs-money-bill-wave:before{content:"\f613"}.fi-rs-money-bill-wave-alt:before{content:"\f614"}.fi-rs-money-bill-transfer:before{content:"\f615"}.fi-rs-money-bill-simple:before{content:"\f616"}.fi-rs-monday:before{content:"\f617"}.fi-rs-module:before{content:"\f618"}.fi-rs-model-cube:before{content:"\f619"}.fi-rs-model-cube-space:before{content:"\f61a"}.fi-rs-model-cube-arrows:before{content:"\f61b"}.fi-rs-mode:before{content:"\f61c"}.fi-rs-mode-portrait:before{content:"\f61d"}.fi-rs-mode-landscape:before{content:"\f61e"}.fi-rs-mode-alt:before{content:"\f61f"}.fi-rs-mockup:before{content:"\f620"}.fi-rs-mobile:before{content:"\f621"}.fi-rs-mobile-notch:before{content:"\f622"}.fi-rs-mobile-button:before{content:"\f623"}.fi-rs-mix:before{content:"\f624"}.fi-rs-mistletoe:before{content:"\f625"}.fi-rs-minuss:before{content:"\f626"}.fi-rs-minus-small:before{content:"\f627"}.fi-rs-minus-hexagon:before{content:"\f628"}.fi-rs-minus-circle:before{content:"\f629"}.fi-rs-mind-share:before{content:"\f62a"}.fi-rs-mill-sign:before{content:"\f62b"}.fi-rs-milk:before{content:"\f62c"}.fi-rs-milk-alt:before{content:"\f62d"}.fi-rs-microwave:before{content:"\f62e"}.fi-rs-microscope:before{content:"\f62f"}.fi-rs-microphone:before{content:"\f630"}.fi-rs-microphone-slash:before{content:"\f631"}.fi-rs-microphone-alt:before{content:"\f632"}.fi-rs-microchip:before{content:"\f633"}.fi-rs-microchip-ai:before{content:"\f634"}.fi-rs-method:before{content:"\f635"}.fi-rs-meter:before{content:"\f636"}.fi-rs-meter-fire:before{content:"\f637"}.fi-rs-meter-droplet:before{content:"\f638"}.fi-rs-meter-bolt:before{content:"\f639"}.fi-rs-meteor:before{content:"\f63a"}.fi-rs-messages:before{content:"\f63b"}.fi-rs-messages-question:before{content:"\f63c"}.fi-rs-messages-dollar:before{content:"\f63d"}.fi-rs-message-xmark:before{content:"\f63e"}.fi-rs-message-text:before{content:"\f63f"}.fi-rs-message-sms:before{content:"\f640"}.fi-rs-message-slash:before{content:"\f641"}.fi-rs-message-quote:before{content:"\f642"}.fi-rs-message-question:before{content:"\f643"}.fi-rs-message-image:before{content:"\f644"}.fi-rs-message-dollar:before{content:"\f645"}.fi-rs-message-code:before{content:"\f646"}.fi-rs-message-bot:before{content:"\f647"}.fi-rs-message-arrow-up:before{content:"\f648"}.fi-rs-message-arrow-up-right:before{content:"\f649"}.fi-rs-message-arrow-down:before{content:"\f64a"}.fi-rs-mercury:before{content:"\f64b"}.fi-rs-menu-dots:before{content:"\f64c"}.fi-rs-menu-dots-vertical:before{content:"\f64d"}.fi-rs-memory:before{content:"\f64e"}.fi-rs-memo:before{content:"\f64f"}.fi-rs-memo-pad:before{content:"\f650"}.fi-rs-memo-circle-check:before{content:"\f651"}.fi-rs-membership:before{content:"\f652"}.fi-rs-membership-vip:before{content:"\f653"}.fi-rs-melon:before{content:"\f654"}.fi-rs-melon-alt:before{content:"\f655"}.fi-rs-meh:before{content:"\f656"}.fi-rs-meh-rolling-eyes:before{content:"\f657"}.fi-rs-meh-blank:before{content:"\f658"}.fi-rs-megaphone:before{content:"\f659"}.fi-rs-meeting:before{content:"\f65a"}.fi-rs-meeting-alt:before{content:"\f65b"}.fi-rs-medicine:before{content:"\f65c"}.fi-rs-medical-star:before{content:"\f65d"}.fi-rs-medal:before{content:"\f65e"}.fi-rs-meat:before{content:"\f65f"}.fi-rs-mattress-pillow:before{content:"\f660"}.fi-rs-match-fire:before{content:"\f661"}.fi-rs-massage:before{content:"\f662"}.fi-rs-mask-snorkel:before{content:"\f663"}.fi-rs-mask-face:before{content:"\f664"}.fi-rs-mask-carnival:before{content:"\f665"}.fi-rs-martini-glass-empty:before{content:"\f666"}.fi-rs-martini-glass-citrus:before{content:"\f667"}.fi-rs-mars:before{content:"\f668"}.fi-rs-mars-stroke-up:before{content:"\f669"}.fi-rs-mars-stroke-right:before{content:"\f66a"}.fi-rs-mars-double:before{content:"\f66b"}.fi-rs-marketplace:before{content:"\f66c"}.fi-rs-marketplace-store:before{content:"\f66d"}.fi-rs-marketplace-alt:before{content:"\f66e"}.fi-rs-marker:before{content:"\f66f"}.fi-rs-marker-time:before{content:"\f670"}.fi-rs-map:before{content:"\f671"}.fi-rs-map-pin:before{content:"\f672"}.fi-rs-map-marker:before{content:"\f673"}.fi-rs-map-marker-smile:before{content:"\f674"}.fi-rs-map-marker-slash:before{content:"\f675"}.fi-rs-map-marker-question:before{content:"\f676"}.fi-rs-map-marker-plus:before{content:"\f677"}.fi-rs-map-marker-minus:before{content:"\f678"}.fi-rs-map-marker-home:before{content:"\f679"}.fi-rs-map-marker-edit:before{content:"\f67a"}.fi-rs-map-marker-cross:before{content:"\f67b"}.fi-rs-map-marker-check:before{content:"\f67c"}.fi-rs-manhole:before{content:"\f67d"}.fi-rs-mango:before{content:"\f67e"}.fi-rs-mandolin:before{content:"\f67f"}.fi-rs-manat-sign:before{content:"\f680"}.fi-rs-man-scientist:before{content:"\f681"}.fi-rs-man-head:before{content:"\f682"}.fi-rs-makeup-brush:before{content:"\f683"}.fi-rs-mailbox:before{content:"\f684"}.fi-rs-magnet:before{content:"\f685"}.fi-rs-magnet-user:before{content:"\f686"}.fi-rs-magic-wand:before{content:"\f687"}.fi-rs-mace:before{content:"\f688"}.fi-rs-m:before{content:"\f689"}.fi-rs-lungs:before{content:"\f68a"}.fi-rs-lungs-virus:before{content:"\f68b"}.fi-rs-luggage-rolling:before{content:"\f68c"}.fi-rs-luggage-cart:before{content:"\f68d"}.fi-rs-luchador:before{content:"\f68e"}.fi-rs-low-vision:before{content:"\f68f"}.fi-rs-loveseat:before{content:"\f690"}.fi-rs-log-out:before{content:"\f691"}.fi-rs-locust:before{content:"\f692"}.fi-rs-lock:before{content:"\f693"}.fi-rs-lock-open-alt:before{content:"\f694"}.fi-rs-lock-hashtag:before{content:"\f695"}.fi-rs-lock-alt:before{content:"\f696"}.fi-rs-location-exclamation:before{content:"\f697"}.fi-rs-location-dot-slash:before{content:"\f698"}.fi-rs-location-crosshairs:before{content:"\f699"}.fi-rs-location-crosshairs-slash:before{content:"\f69a"}.fi-rs-location-arrow:before{content:"\f69b"}.fi-rs-location-alt:before{content:"\f69c"}.fi-rs-lobster:before{content:"\f69d"}.fi-rs-loan:before{content:"\f69e"}.fi-rs-loading:before{content:"\f69f"}.fi-rs-live:before{content:"\f6a0"}.fi-rs-live-alt:before{content:"\f6a1"}.fi-rs-litecoin-sign:before{content:"\f6a2"}.fi-rs-list:before{content:"\f6a3"}.fi-rs-list-timeline:before{content:"\f6a4"}.fi-rs-list-music:before{content:"\f6a5"}.fi-rs-list-dropdown:before{content:"\f6a6"}.fi-rs-list-check:before{content:"\f6a7"}.fi-rs-lira-sign:before{content:"\f6a8"}.fi-rs-lipstick:before{content:"\f6a9"}.fi-rs-lips:before{content:"\f6aa"}.fi-rs-link:before{content:"\f6ab"}.fi-rs-link-slash:before{content:"\f6ac"}.fi-rs-link-slash-alt:before{content:"\f6ad"}.fi-rs-link-horizontal:before{content:"\f6ae"}.fi-rs-link-horizontal-slash:before{content:"\f6af"}.fi-rs-link-alt:before{content:"\f6b0"}.fi-rs-line-width:before{content:"\f6b1"}.fi-rs-limit-speedometer:before{content:"\f6b2"}.fi-rs-lights-holiday:before{content:"\f6b3"}.fi-rs-lightbulb-slash:before{content:"\f6b4"}.fi-rs-lightbulb-setting:before{content:"\f6b5"}.fi-rs-lightbulb-question:before{content:"\f6b6"}.fi-rs-lightbulb-on:before{content:"\f6b7"}.fi-rs-lightbulb-head:before{content:"\f6b8"}.fi-rs-lightbulb-exclamation:before{content:"\f6b9"}.fi-rs-lightbulb-dollar:before{content:"\f6ba"}.fi-rs-light-switch:before{content:"\f6bb"}.fi-rs-light-switch-on:before{content:"\f6bc"}.fi-rs-light-switch-off:before{content:"\f6bd"}.fi-rs-light-emergency:before{content:"\f6be"}.fi-rs-light-emergency-on:before{content:"\f6bf"}.fi-rs-light-ceiling:before{content:"\f6c0"}.fi-rs-life:before{content:"\f6c1"}.fi-rs-life-ring:before{content:"\f6c2"}.fi-rs-license:before{content:"\f6c3"}.fi-rs-level-up:before{content:"\f6c4"}.fi-rs-level-up-alt:before{content:"\f6c5"}.fi-rs-level-down:before{content:"\f6c6"}.fi-rs-level-down-alt:before{content:"\f6c7"}.fi-rs-lettuce:before{content:"\f6c8"}.fi-rs-letter-case:before{content:"\f6c9"}.fi-rs-lesson:before{content:"\f6ca"}.fi-rs-lesson-class:before{content:"\f6cb"}.fi-rs-less-than:before{content:"\f6cc"}.fi-rs-less-than-equal:before{content:"\f6cd"}.fi-rs-lemon:before{content:"\f6ce"}.fi-rs-legal:before{content:"\f6cf"}.fi-rs-left:before{content:"\f6d0"}.fi-rs-leave:before{content:"\f6d1"}.fi-rs-leafy-green:before{content:"\f6d2"}.fi-rs-leaf:before{content:"\f6d3"}.fi-rs-leaf-oak:before{content:"\f6d4"}.fi-rs-leaf-maple:before{content:"\f6d5"}.fi-rs-leaf-heart:before{content:"\f6d6"}.fi-rs-leadership:before{content:"\f6d7"}.fi-rs-leadership-alt:before{content:"\f6d8"}.fi-rs-leaderboard:before{content:"\f6d9"}.fi-rs-leaderboard-trophy:before{content:"\f6da"}.fi-rs-leaderboard-alt:before{content:"\f6db"}.fi-rs-leader:before{content:"\f6dc"}.fi-rs-leader-alt:before{content:"\f6dd"}.fi-rs-layers:before{content:"\f6de"}.fi-rs-layer-plus:before{content:"\f6df"}.fi-rs-layer-minus:before{content:"\f6e0"}.fi-rs-lawyer-woman:before{content:"\f6e1"}.fi-rs-lawyer-man:before{content:"\f6e2"}.fi-rs-laugh:before{content:"\f6e3"}.fi-rs-laugh-wink:before{content:"\f6e4"}.fi-rs-laugh-squint:before{content:"\f6e5"}.fi-rs-laugh-beam:before{content:"\f6e6"}.fi-rs-lasso:before{content:"\f6e7"}.fi-rs-lasso-sparkles:before{content:"\f6e8"}.fi-rs-lari-sign:before{content:"\f6e9"}.fi-rs-laptop:before{content:"\f6ea"}.fi-rs-laptop-slash:before{content:"\f6eb"}.fi-rs-laptop-mobile:before{content:"\f6ec"}.fi-rs-laptop-medical:before{content:"\f6ed"}.fi-rs-laptop-code:before{content:"\f6ee"}.fi-rs-laptop-arrow-down:before{content:"\f6ef"}.fi-rs-language:before{content:"\f6f0"}.fi-rs-landmark-alt:before{content:"\f6f1"}.fi-rs-land-location:before{content:"\f6f2"}.fi-rs-land-layers:before{content:"\f6f3"}.fi-rs-land-layer-location:before{content:"\f6f4"}.fi-rs-lamp:before{content:"\f6f5"}.fi-rs-lamp-street:before{content:"\f6f6"}.fi-rs-lamp-floor:before{content:"\f6f7"}.fi-rs-lamp-desk:before{content:"\f6f8"}.fi-rs-lambda:before{content:"\f6f9"}.fi-rs-lacrosse-stick:before{content:"\f6fa"}.fi-rs-lacrosse-stick-ball:before{content:"\f6fb"}.fi-rs-label:before{content:"\f6fc"}.fi-rs-l:before{content:"\f6fd"}.fi-rs-kpi:before{content:"\f6fe"}.fi-rs-kpi-evaluation:before{content:"\f6ff"}.fi-rs-knitting:before{content:"\f700"}.fi-rs-knife:before{content:"\f701"}.fi-rs-knife-kitchen:before{content:"\f702"}.fi-rs-kiwi-fruit:before{content:"\f703"}.fi-rs-kiwi-bird:before{content:"\f704"}.fi-rs-kite:before{content:"\f705"}.fi-rs-kiss:before{content:"\f706"}.fi-rs-kiss-wink-heart:before{content:"\f707"}.fi-rs-kiss-beam:before{content:"\f708"}.fi-rs-kip-sign:before{content:"\f709"}.fi-rs-kidneys:before{content:"\f70a"}.fi-rs-keynote:before{content:"\f70b"}.fi-rs-keyboard:before{content:"\f70c"}.fi-rs-keyboard-left:before{content:"\f70d"}.fi-rs-keyboard-down:before{content:"\f70e"}.fi-rs-keyboard-brightness:before{content:"\f70f"}.fi-rs-keyboard-brightness-low:before{content:"\f710"}.fi-rs-key:before{content:"\f711"}.fi-rs-key-skeleton-left-right:before{content:"\f712"}.fi-rs-kerning:before{content:"\f713"}.fi-rs-kazoo:before{content:"\f714"}.fi-rs-kaaba:before{content:"\f715"}.fi-rs-k:before{content:"\f716"}.fi-rs-jug:before{content:"\f717"}.fi-rs-jug-bottle:before{content:"\f718"}.fi-rs-jug-alt:before{content:"\f719"}.fi-rs-jpg:before{content:"\f71a"}.fi-rs-joystick:before{content:"\f71b"}.fi-rs-journey:before{content:"\f71c"}.fi-rs-journal:before{content:"\f71d"}.fi-rs-journal-alt:before{content:"\f71e"}.fi-rs-joint:before{content:"\f71f"}.fi-rs-javascript:before{content:"\f720"}.fi-rs-jar-wheat:before{content:"\f721"}.fi-rs-jar-alt:before{content:"\f722"}.fi-rs-jam:before{content:"\f723"}.fi-rs-j:before{content:"\f724"}.fi-rs-italic:before{content:"\f725"}.fi-rs-italian-lira-sign:before{content:"\f726"}.fi-rs-it:before{content:"\f727"}.fi-rs-it-computer:before{content:"\f728"}.fi-rs-it-alt:before{content:"\f729"}.fi-rs-issue-loupe:before{content:"\f72a"}.fi-rs-island-tropical:before{content:"\f72b"}.fi-rs-invite:before{content:"\f72c"}.fi-rs-invite-alt:before{content:"\f72d"}.fi-rs-investment:before{content:"\f72e"}.fi-rs-invest:before{content:"\f72f"}.fi-rs-inventory-alt:before{content:"\f730"}.fi-rs-introduction:before{content:"\f731"}.fi-rs-introduction-handshake:before{content:"\f732"}.fi-rs-intersection:before{content:"\f733"}.fi-rs-interrogation:before{content:"\f734"}.fi-rs-interlining:before{content:"\f735"}.fi-rs-interactive:before{content:"\f736"}.fi-rs-integral:before{content:"\f737"}.fi-rs-insight:before{content:"\f738"}.fi-rs-insight-head:before{content:"\f739"}.fi-rs-insight-alt:before{content:"\f73a"}.fi-rs-insert:before{content:"\f73b"}.fi-rs-insert-square:before{content:"\f73c"}.fi-rs-insert-arrows:before{content:"\f73d"}.fi-rs-insert-alt:before{content:"\f73e"}.fi-rs-input-text:before{content:"\f73f"}.fi-rs-input-pipe:before{content:"\f740"}.fi-rs-input-numeric:before{content:"\f741"}.fi-rs-inhaler:before{content:"\f742"}.fi-rs-information:before{content:"\f743"}.fi-rs-info:before{content:"\f744"}.fi-rs-info-guide:before{content:"\f745"}.fi-rs-infinity:before{content:"\f746"}.fi-rs-industry-windows:before{content:"\f747"}.fi-rs-industry-alt:before{content:"\f748"}.fi-rs-indian-rupee-sign:before{content:"\f749"}.fi-rs-indent:before{content:"\f74a"}.fi-rs-incognito:before{content:"\f74b"}.fi-rs-inboxes:before{content:"\f74c"}.fi-rs-inbox:before{content:"\f74d"}.fi-rs-inbox-out:before{content:"\f74e"}.fi-rs-inbox-in:before{content:"\f74f"}.fi-rs-images:before{content:"\f750"}.fi-rs-images-user:before{content:"\f751"}.fi-rs-image-slash:before{content:"\f752"}.fi-rs-igloo:before{content:"\f753"}.fi-rs-id-card-clip-alt:before{content:"\f754"}.fi-rs-id-badge:before{content:"\f755"}.fi-rs-icon-star:before{content:"\f756"}.fi-rs-icicles:before{content:"\f757"}.fi-rs-ice-skate:before{content:"\f758"}.fi-rs-ice-cream:before{content:"\f759"}.fi-rs-i:before{content:"\f75a"}.fi-rs-hurricane:before{content:"\f75b"}.fi-rs-hundred-points:before{content:"\f75c"}.fi-rs-humidity:before{content:"\f75d"}.fi-rs-hryvnia:before{content:"\f75e"}.fi-rs-hr:before{content:"\f75f"}.fi-rs-hr-person:before{content:"\f760"}.fi-rs-hr-group:before{content:"\f761"}.fi-rs-house-window:before{content:"\f762"}.fi-rs-house-user:before{content:"\f763"}.fi-rs-house-turret:before{content:"\f764"}.fi-rs-house-tsunami:before{content:"\f765"}.fi-rs-house-tree:before{content:"\f766"}.fi-rs-house-signal:before{content:"\f767"}.fi-rs-house-return:before{content:"\f768"}.fi-rs-house-night:before{content:"\f769"}.fi-rs-house-medical:before{content:"\f76a"}.fi-rs-house-leave:before{content:"\f76b"}.fi-rs-house-laptop:before{content:"\f76c"}.fi-rs-house-flood:before{content:"\f76d"}.fi-rs-house-day:before{content:"\f76e"}.fi-rs-house-crack:before{content:"\f76f"}.fi-rs-house-chimney:before{content:"\f770"}.fi-rs-house-chimney-window:before{content:"\f771"}.fi-rs-house-chimney-user:before{content:"\f772"}.fi-rs-house-chimney-medical:before{content:"\f773"}.fi-rs-house-chimney-heart:before{content:"\f774"}.fi-rs-house-chimney-crack:before{content:"\f775"}.fi-rs-house-chimney-blank:before{content:"\f776"}.fi-rs-house-building:before{content:"\f777"}.fi-rs-house-blank:before{content:"\f778"}.fi-rs-hourglass:before{content:"\f779"}.fi-rs-hourglass-start:before{content:"\f77a"}.fi-rs-hourglass-end:before{content:"\f77b"}.fi-rs-hotel:before{content:"\f77c"}.fi-rs-hotdog:before{content:"\f77d"}.fi-rs-hot-tub:before{content:"\f77e"}.fi-rs-hospitals:before{content:"\f77f"}.fi-rs-hospital:before{content:"\f780"}.fi-rs-hospital-user:before{content:"\f781"}.fi-rs-hospital-symbol:before{content:"\f782"}.fi-rs-hose:before{content:"\f783"}.fi-rs-hose-reel:before{content:"\f784"}.fi-rs-horse:before{content:"\f785"}.fi-rs-horse-saddle:before{content:"\f786"}.fi-rs-horse-head:before{content:"\f787"}.fi-rs-horizontal-rule:before{content:"\f788"}.fi-rs-hood-cloak:before{content:"\f789"}.fi-rs-honey-pot:before{content:"\f78a"}.fi-rs-home:before{content:"\f78b"}.fi-rs-home-location:before{content:"\f78c"}.fi-rs-home-location-alt:before{content:"\f78d"}.fi-rs-home-heart:before{content:"\f78e"}.fi-rs-holly-berry:before{content:"\f78f"}.fi-rs-hockey-sticks:before{content:"\f790"}.fi-rs-hockey-stick-puck:before{content:"\f791"}.fi-rs-hockey-puck:before{content:"\f792"}.fi-rs-hockey-mask:before{content:"\f793"}.fi-rs-hippo:before{content:"\f794"}.fi-rs-hiking:before{content:"\f795"}.fi-rs-highlighter:before{content:"\f796"}.fi-rs-highlighter-line:before{content:"\f797"}.fi-rs-high-definition:before{content:"\f798"}.fi-rs-hexagon:before{content:"\f799"}.fi-rs-hexagon-exclamation:before{content:"\f79a"}.fi-rs-hexagon-divide:before{content:"\f79b"}.fi-rs-hexagon-check:before{content:"\f79c"}.fi-rs-helmet-battle:before{content:"\f79d"}.fi-rs-helicopter-side:before{content:"\f79e"}.fi-rs-heat:before{content:"\f79f"}.fi-rs-heart:before{content:"\f7a0"}.fi-rs-heart-rate:before{content:"\f7a1"}.fi-rs-heart-half:before{content:"\f7a2"}.fi-rs-heart-half-stroke:before{content:"\f7a3"}.fi-rs-heart-crack:before{content:"\f7a4"}.fi-rs-heart-arrow:before{content:"\f7a5"}.fi-rs-headset:before{content:"\f7a6"}.fi-rs-headphones:before{content:"\f7a7"}.fi-rs-heading:before{content:"\f7a8"}.fi-rs-head-vr:before{content:"\f7a9"}.fi-rs-head-side:before{content:"\f7aa"}.fi-rs-head-side-virus:before{content:"\f7ab"}.fi-rs-head-side-thinking:before{content:"\f7ac"}.fi-rs-head-side-medical:before{content:"\f7ad"}.fi-rs-head-side-mask:before{content:"\f7ae"}.fi-rs-head-side-heart:before{content:"\f7af"}.fi-rs-head-side-headphones:before{content:"\f7b0"}.fi-rs-head-side-cough:before{content:"\f7b1"}.fi-rs-head-side-cough-slash:before{content:"\f7b2"}.fi-rs-head-side-brain:before{content:"\f7b3"}.fi-rs-hdd:before{content:"\f7b4"}.fi-rs-hat-wizard:before{content:"\f7b5"}.fi-rs-hat-witch:before{content:"\f7b6"}.fi-rs-hat-winter:before{content:"\f7b7"}.fi-rs-hat-santa:before{content:"\f7b8"}.fi-rs-hat-cowboy:before{content:"\f7b9"}.fi-rs-hat-cowboy-side:before{content:"\f7ba"}.fi-rs-hat-chef:before{content:"\f7bb"}.fi-rs-hat-birthday:before{content:"\f7bc"}.fi-rs-hastag:before{content:"\f7bd"}.fi-rs-hashtag-lock:before{content:"\f7be"}.fi-rs-hard-hat:before{content:"\f7bf"}.fi-rs-happy:before{content:"\f7c0"}.fi-rs-handshake:before{content:"\f7c1"}.fi-rs-handshake-simple-slash:before{content:"\f7c2"}.fi-rs-handshake-angle:before{content:"\f7c3"}.fi-rs-hands-usd:before{content:"\f7c4"}.fi-rs-hands-holding:before{content:"\f7c5"}.fi-rs-hands-holding-diamond:before{content:"\f7c6"}.fi-rs-hands-heart:before{content:"\f7c7"}.fi-rs-hands-clapping:before{content:"\f7c8"}.fi-rs-hands-bubbles:before{content:"\f7c9"}.fi-rs-handmade:before{content:"\f7ca"}.fi-rs-hand:before{content:"\f7cb"}.fi-rs-hand-wave:before{content:"\f7cc"}.fi-rs-hand-spock:before{content:"\f7cd"}.fi-rs-hand-sparkles:before{content:"\f7ce"}.fi-rs-hand-scissors:before{content:"\f7cf"}.fi-rs-hand-point-ribbon:before{content:"\f7d0"}.fi-rs-hand-peace:before{content:"\f7d1"}.fi-rs-hand-paper:before{content:"\f7d2"}.fi-rs-hand-middle-finger:before{content:"\f7d3"}.fi-rs-hand-love:before{content:"\f7d4"}.fi-rs-hand-lizard:before{content:"\f7d5"}.fi-rs-hand-horns:before{content:"\f7d6"}.fi-rs-hand-holding-water:before{content:"\f7d7"}.fi-rs-hand-holding-usd:before{content:"\f7d8"}.fi-rs-hand-holding-skull:before{content:"\f7d9"}.fi-rs-hand-holding-seeding:before{content:"\f7da"}.fi-rs-hand-holding-medical:before{content:"\f7db"}.fi-rs-hand-holding-magic:before{content:"\f7dc"}.fi-rs-hand-holding-heart:before{content:"\f7dd"}.fi-rs-hand-holding-droplet:before{content:"\f7de"}.fi-rs-hand-holding-box:before{content:"\f7df"}.fi-rs-hand-heart:before{content:"\f7e0"}.fi-rs-hand-fist:before{content:"\f7e1"}.fi-rs-hand-fingers-crossed:before{content:"\f7e2"}.fi-rs-hand-dots:before{content:"\f7e3"}.fi-rs-hand-bill:before{content:"\f7e4"}.fi-rs-hand-back-point-right:before{content:"\f7e5"}.fi-rs-hand-back-point-ribbon:before{content:"\f7e6"}.fi-rs-hand-back-point-left:before{content:"\f7e7"}.fi-rs-hand-back-point-down:before{content:"\f7e8"}.fi-rs-hand-back-fist:before{content:"\f7e9"}.fi-rs-hamsa:before{content:"\f7ea"}.fi-rs-hammer:before{content:"\f7eb"}.fi-rs-hammer-war:before{content:"\f7ec"}.fi-rs-hammer-crash:before{content:"\f7ed"}.fi-rs-hamburger:before{content:"\f7ee"}.fi-rs-hamburger-soda:before{content:"\f7ef"}.fi-rs-hair-clipper:before{content:"\f7f0"}.fi-rs-h4:before{content:"\f7f1"}.fi-rs-h3:before{content:"\f7f2"}.fi-rs-h2:before{content:"\f7f3"}.fi-rs-h1:before{content:"\f7f4"}.fi-rs-h:before{content:"\f7f5"}.fi-rs-h-square:before{content:"\f7f6"}.fi-rs-gym:before{content:"\f7f7"}.fi-rs-gun-squirt:before{content:"\f7f8"}.fi-rs-guitars:before{content:"\f7f9"}.fi-rs-guitar:before{content:"\f7fa"}.fi-rs-guitar-electric:before{content:"\f7fb"}.fi-rs-guide:before{content:"\f7fc"}.fi-rs-guide-alt:before{content:"\f7fd"}.fi-rs-guarani-sign:before{content:"\f7fe"}.fi-rs-grocery-basket:before{content:"\f7ff"}.fi-rs-grocery-bag:before{content:"\f800"}.fi-rs-grip-vertical:before{content:"\f801"}.fi-rs-grip-lines:before{content:"\f802"}.fi-rs-grip-lines-vertical:before{content:"\f803"}.fi-rs-grip-horizontal:before{content:"\f804"}.fi-rs-grip-dots:before{content:"\f805"}.fi-rs-grip-dots-vertical:before{content:"\f806"}.fi-rs-grin:before{content:"\f807"}.fi-rs-grin-wink:before{content:"\f808"}.fi-rs-grin-tongue:before{content:"\f809"}.fi-rs-grin-tongue-wink:before{content:"\f80a"}.fi-rs-grin-tongue-squint:before{content:"\f80b"}.fi-rs-grin-tears:before{content:"\f80c"}.fi-rs-grin-stars:before{content:"\f80d"}.fi-rs-grin-squint:before{content:"\f80e"}.fi-rs-grin-squint-tears:before{content:"\f80f"}.fi-rs-grin-hearts:before{content:"\f810"}.fi-rs-grin-beam:before{content:"\f811"}.fi-rs-grin-beam-sweat:before{content:"\f812"}.fi-rs-grin-alt:before{content:"\f813"}.fi-rs-grimace:before{content:"\f814"}.fi-rs-grill:before{content:"\f815"}.fi-rs-grill-hot-alt:before{content:"\f816"}.fi-rs-grid:before{content:"\f817"}.fi-rs-grid-dividers:before{content:"\f818"}.fi-rs-grid-alt:before{content:"\f819"}.fi-rs-greater-than:before{content:"\f81a"}.fi-rs-greater-than-equal:before{content:"\f81b"}.fi-rs-grate:before{content:"\f81c"}.fi-rs-grate-droplet:before{content:"\f81d"}.fi-rs-graphic-tablet:before{content:"\f81e"}.fi-rs-graphic-style:before{content:"\f81f"}.fi-rs-graph-curve:before{content:"\f820"}.fi-rs-grape:before{content:"\f821"}.fi-rs-gramophone:before{content:"\f822"}.fi-rs-graduation-cap:before{content:"\f823"}.fi-rs-government-user:before{content:"\f824"}.fi-rs-government-flag:before{content:"\f825"}.fi-rs-gopuram:before{content:"\f826"}.fi-rs-golf:before{content:"\f827"}.fi-rs-golf-club:before{content:"\f828"}.fi-rs-golf-ball:before{content:"\f829"}.fi-rs-goal-net:before{content:"\f82a"}.fi-rs-globe:before{content:"\f82b"}.fi-rs-globe-snow:before{content:"\f82c"}.fi-rs-globe-alt:before{content:"\f82d"}.fi-rs-glasses:before{content:"\f82e"}.fi-rs-glass:before{content:"\f82f"}.fi-rs-glass-whiskey:before{content:"\f830"}.fi-rs-glass-whiskey-rocks:before{content:"\f831"}.fi-rs-glass-water-droplet:before{content:"\f832"}.fi-rs-glass-half:before{content:"\f833"}.fi-rs-glass-empty:before{content:"\f834"}.fi-rs-glass-citrus:before{content:"\f835"}.fi-rs-glass-cheers:before{content:"\f836"}.fi-rs-glass-champagne:before{content:"\f837"}.fi-rs-gingerbread-man:before{content:"\f838"}.fi-rs-gifts:before{content:"\f839"}.fi-rs-gift:before{content:"\f83a"}.fi-rs-gift-card:before{content:"\f83b"}.fi-rs-gif:before{content:"\f83c"}.fi-rs-gif-square:before{content:"\f83d"}.fi-rs-ghost:before{content:"\f83e"}.fi-rs-gem:before{content:"\f83f"}.fi-rs-gears:before{content:"\f840"}.fi-rs-gavel:before{content:"\f841"}.fi-rs-gauge-circle-plus:before{content:"\f842"}.fi-rs-gauge-circle-minus:before{content:"\f843"}.fi-rs-gauge-circle-bolt:before{content:"\f844"}.fi-rs-gas-pump:before{content:"\f845"}.fi-rs-gas-pump-slash:before{content:"\f846"}.fi-rs-gas-pump-alt:before{content:"\f847"}.fi-rs-garlic:before{content:"\f848"}.fi-rs-garlic-alt:before{content:"\f849"}.fi-rs-garage:before{content:"\f84a"}.fi-rs-garage-open:before{content:"\f84b"}.fi-rs-garage-car:before{content:"\f84c"}.fi-rs-gamepad:before{content:"\f84d"}.fi-rs-game-board-alt:before{content:"\f84e"}.fi-rs-gallery:before{content:"\f84f"}.fi-rs-gallery-thumbnails:before{content:"\f850"}.fi-rs-galaxy:before{content:"\f851"}.fi-rs-galaxy-star:before{content:"\f852"}.fi-rs-galaxy-planet:before{content:"\f853"}.fi-rs-galaxy-alt:before{content:"\f854"}.fi-rs-g:before{content:"\f855"}.fi-rs-funnel-dollar:before{content:"\f856"}.fi-rs-function:before{content:"\f857"}.fi-rs-function-square:before{content:"\f858"}.fi-rs-function-process:before{content:"\f859"}.fi-rs-ftp:before{content:"\f85a"}.fi-rs-frown:before{content:"\f85b"}.fi-rs-frog:before{content:"\f85c"}.fi-rs-friday:before{content:"\f85d"}.fi-rs-french-fries:before{content:"\f85e"}.fi-rs-franc-sign:before{content:"\f85f"}.fi-rs-frame:before{content:"\f860"}.fi-rs-fox:before{content:"\f861"}.fi-rs-forward:before{content:"\f862"}.fi-rs-forward-fast:before{content:"\f863"}.fi-rs-fort:before{content:"\f864"}.fi-rs-form:before{content:"\f865"}.fi-rs-forklift:before{content:"\f866"}.fi-rs-fork:before{content:"\f867"}.fi-rs-football:before{content:"\f868"}.fi-rs-fondue-pot:before{content:"\f869"}.fi-rs-following:before{content:"\f86a"}.fi-rs-followcollection:before{content:"\f86b"}.fi-rs-follow-folder:before{content:"\f86c"}.fi-rs-folders:before{content:"\f86d"}.fi-rs-folder:before{content:"\f86e"}.fi-rs-folder-xmark:before{content:"\f86f"}.fi-rs-folder-upload:before{content:"\f870"}.fi-rs-folder-tree:before{content:"\f871"}.fi-rs-folder-times:before{content:"\f872"}.fi-rs-folder-open:before{content:"\f873"}.fi-rs-folder-minus:before{content:"\f874"}.fi-rs-folder-download:before{content:"\f875"}.fi-rs-fog:before{content:"\f876"}.fi-rs-flying-disc:before{content:"\f877"}.fi-rs-fly-insect:before{content:"\f878"}.fi-rs-flux-capacitor:before{content:"\f879"}.fi-rs-flute:before{content:"\f87a"}.fi-rs-flushed:before{content:"\f87b"}.fi-rs-flower:before{content:"\f87c"}.fi-rs-flower-tulip:before{content:"\f87d"}.fi-rs-flower-daffodil:before{content:"\f87e"}.fi-rs-flower-bouquet:before{content:"\f87f"}.fi-rs-florin-sign:before{content:"\f880"}.fi-rs-floppy-disks:before{content:"\f881"}.fi-rs-floppy-disk-pen:before{content:"\f882"}.fi-rs-floppy-disk-circle-xmark:before{content:"\f883"}.fi-rs-floppy-disk-circle-arrow-right:before{content:"\f884"}.fi-rs-floor:before{content:"\f885"}.fi-rs-floor-layer:before{content:"\f886"}.fi-rs-floor-alt:before{content:"\f887"}.fi-rs-flip-horizontal:before{content:"\f888"}.fi-rs-flatbread:before{content:"\f889"}.fi-rs-flatbread-stuffed:before{content:"\f88a"}.fi-rs-flask:before{content:"\f88b"}.fi-rs-flask-potion:before{content:"\f88c"}.fi-rs-flask-poison:before{content:"\f88d"}.fi-rs-flashlight:before{content:"\f88e"}.fi-rs-flame:before{content:"\f88f"}.fi-rs-flag:before{content:"\f890"}.fi-rs-flag-usa:before{content:"\f891"}.fi-rs-flag-checkered:before{content:"\f892"}.fi-rs-flag-alt:before{content:"\f893"}.fi-rs-fishing-rod:before{content:"\f894"}.fi-rs-fish:before{content:"\f895"}.fi-rs-fish-cooked:before{content:"\f896"}.fi-rs-fish-bones:before{content:"\f897"}.fi-rs-first:before{content:"\f898"}.fi-rs-first-medal:before{content:"\f899"}.fi-rs-first-laurel:before{content:"\f89a"}.fi-rs-first-award:before{content:"\f89b"}.fi-rs-fireplace:before{content:"\f89c"}.fi-rs-fire-smoke:before{content:"\f89d"}.fi-rs-fire-hydrant:before{content:"\f89e"}.fi-rs-fire-flame-simple:before{content:"\f89f"}.fi-rs-fire-flame-curved:before{content:"\f8a0"}.fi-rs-fire-extinguisher:before{content:"\f8a1"}.fi-rs-fire-burner:before{content:"\f8a2"}.fi-rs-fingerprint:before{content:"\f8a3"}.fi-rs-filters:before{content:"\f8a4"}.fi-rs-filter:before{content:"\f8a5"}.fi-rs-filter-slash:before{content:"\f8a6"}.fi-rs-films:before{content:"\f8a7"}.fi-rs-film:before{content:"\f8a8"}.fi-rs-film-slash:before{content:"\f8a9"}.fi-rs-film-canister:before{content:"\f8aa"}.fi-rs-fill:before{content:"\f8ab"}.fi-rs-files-medical:before{content:"\f8ac"}.fi-rs-file:before{content:"\f8ad"}.fi-rs-file-zipper:before{content:"\f8ae"}.fi-rs-file-word:before{content:"\f8af"}.fi-rs-file-video:before{content:"\f8b0"}.fi-rs-file-user:before{content:"\f8b1"}.fi-rs-file-upload:before{content:"\f8b2"}.fi-rs-file-spreadsheet:before{content:"\f8b3"}.fi-rs-file-signature:before{content:"\f8b4"}.fi-rs-file-psd:before{content:"\f8b5"}.fi-rs-file-prescription:before{content:"\f8b6"}.fi-rs-file-powerpoint:before{content:"\f8b7"}.fi-rs-file-pdf:before{content:"\f8b8"}.fi-rs-file-minus:before{content:"\f8b9"}.fi-rs-file-medical:before{content:"\f8ba"}.fi-rs-file-medical-alt:before{content:"\f8bb"}.fi-rs-file-invoice:before{content:"\f8bc"}.fi-rs-file-invoice-dollar:before{content:"\f8bd"}.fi-rs-file-import:before{content:"\f8be"}.fi-rs-file-image:before{content:"\f8bf"}.fi-rs-file-export:before{content:"\f8c0"}.fi-rs-file-exclamation:before{content:"\f8c1"}.fi-rs-file-excel:before{content:"\f8c2"}.fi-rs-file-eps:before{content:"\f8c3"}.fi-rs-file-edit:before{content:"\f8c4"}.fi-rs-file-download:before{content:"\f8c5"}.fi-rs-file-csv:before{content:"\f8c6"}.fi-rs-file-code:before{content:"\f8c7"}.fi-rs-file-circle-info:before{content:"\f8c8"}.fi-rs-file-chart-pie:before{content:"\f8c9"}.fi-rs-file-chart-line:before{content:"\f8ca"}.fi-rs-file-binary:before{content:"\f8cb"}.fi-rs-file-audio:before{content:"\f8cc"}.fi-rs-file-ai:before{content:"\f8cd"}.fi-rs-fighter-jet:before{content:"\f8ce"}.fi-rs-field-hockey:before{content:"\f8cf"}.fi-rs-ferris-wheel:before{content:"\f8d0"}.fi-rs-fence:before{content:"\f8d1"}.fi-rs-feedback:before{content:"\f8d2"}.fi-rs-feedback-review:before{content:"\f8d3"}.fi-rs-feedback-hand:before{content:"\f8d4"}.fi-rs-feedback-alt:before{content:"\f8d5"}.fi-rs-fee:before{content:"\f8d6"}.fi-rs-fee-receipt:before{content:"\f8d7"}.fi-rs-features:before{content:"\f8d8"}.fi-rs-features-alt:before{content:"\f8d9"}.fi-rs-feather:before{content:"\f8da"}.fi-rs-feather-pointed:before{content:"\f8db"}.fi-rs-fax:before{content:"\f8dc"}.fi-rs-faucet:before{content:"\f8dd"}.fi-rs-faucet-drip:before{content:"\f8de"}.fi-rs-farm:before{content:"\f8df"}.fi-rs-fan:before{content:"\f8e0"}.fi-rs-fan-table:before{content:"\f8e1"}.fi-rs-family:before{content:"\f8e2"}.fi-rs-family-pants:before{content:"\f8e3"}.fi-rs-family-dress:before{content:"\f8e4"}.fi-rs-falafel:before{content:"\f8e5"}.fi-rs-fail:before{content:"\f8e6"}.fi-rs-face-zipper:before{content:"\f8e7"}.fi-rs-face-zany:before{content:"\f8e8"}.fi-rs-face-worried:before{content:"\f8e9"}.fi-rs-face-woozy:before{content:"\f8ea"}.fi-rs-face-weary:before{content:"\f8eb"}.fi-rs-face-vomit:before{content:"\f8ec"}.fi-rs-face-viewfinder:before{content:"\f8ed"}.fi-rs-face-unamused:before{content:"\f8ee"}.fi-rs-face-tongue-sweat:before{content:"\f8ef"}.fi-rs-face-tongue-money:before{content:"\f8f0"}.fi-rs-face-tissue:before{content:"\f8f1"}.fi-rs-face-thinking:before{content:"\f8f2"}.fi-rs-face-thermometer:before{content:"\f8f3"}.fi-rs-face-swear:before{content:"\f8f4"}.fi-rs-face-sunglasses:before{content:"\f8f5"}.fi-rs-face-sunglasses-alt:before{content:"\f8f6"}.fi-rs-face-smirking:before{content:"\f8f7"}.fi-rs-face-smiling-hands:before{content:"\f8f8"}.fi-rs-face-smile-upside-down:before{content:"\f8f9"}.fi-rs-face-smile-tongue:before{content:"\f8fa"}.fi-rs-face-smile-tear:before{content:"\f8fb"}.fi-rs-face-smile-horns:before{content:"\f8fc"}.fi-rs-face-smile-hearts:before{content:"\f8fd"}.fi-rs-face-smile-halo:before{content:"\f8fe"}.fi-rs-face-sleepy:before{content:"\f8ff"}.fi-rs-face-sleeping:before{content:"\f900"}.fi-rs-face-shush:before{content:"\f901"}.fi-rs-face-scream:before{content:"\f902"}.fi-rs-face-sad-sweat:before{content:"\f903"}.fi-rs-face-relieved:before{content:"\f904"}.fi-rs-face-raised-eyebrow:before{content:"\f905"}.fi-rs-face-pleading:before{content:"\f906"}.fi-rs-face-persevering:before{content:"\f907"}.fi-rs-face-pensive:before{content:"\f908"}.fi-rs-face-party:before{content:"\f909"}.fi-rs-face-nose-steam:before{content:"\f90a"}.fi-rs-face-nauseated:before{content:"\f90b"}.fi-rs-face-monocle:before{content:"\f90c"}.fi-rs-face-mask:before{content:"\f90d"}.fi-rs-face-lying:before{content:"\f90e"}.fi-rs-face-icicles:before{content:"\f90f"}.fi-rs-face-hushed:before{content:"\f910"}.fi-rs-face-head-bandage:before{content:"\f911"}.fi-rs-face-hand-yawn:before{content:"\f912"}.fi-rs-face-grin-tongue-wink:before{content:"\f913"}.fi-rs-face-glasses:before{content:"\f914"}.fi-rs-face-fearful:before{content:"\f915"}.fi-rs-face-eyes-xmarks:before{content:"\f916"}.fi-rs-face-expressionless:before{content:"\f917"}.fi-rs-face-explode:before{content:"\f918"}.fi-rs-face-drooling:before{content:"\f919"}.fi-rs-face-downcast-sweat:before{content:"\f91a"}.fi-rs-face-disguise:before{content:"\f91b"}.fi-rs-face-disappointed:before{content:"\f91c"}.fi-rs-face-cowboy-hat:before{content:"\f91d"}.fi-rs-face-confused:before{content:"\f91e"}.fi-rs-face-confounded:before{content:"\f91f"}.fi-rs-face-beam-hand-over-mouth:before{content:"\f920"}.fi-rs-face-awesome:before{content:"\f921"}.fi-rs-face-astonished:before{content:"\f922"}.fi-rs-face-anxious-sweat:before{content:"\f923"}.fi-rs-face-anguished:before{content:"\f924"}.fi-rs-face-angry-horns:before{content:"\f925"}.fi-rs-fabric:before{content:"\f926"}.fi-rs-f:before{content:"\f927"}.fi-rs-eyes:before{content:"\f928"}.fi-rs-eye:before{content:"\f929"}.fi-rs-eye-dropper:before{content:"\f92a"}.fi-rs-eye-dropper-half:before{content:"\f92b"}.fi-rs-external-world:before{content:"\f92c"}.fi-rs-external-hard-drive:before{content:"\f92d"}.fi-rs-expense:before{content:"\f92e"}.fi-rs-expense-bill:before{content:"\f92f"}.fi-rs-expand:before{content:"\f930"}.fi-rs-expand-arrows:before{content:"\f931"}.fi-rs-expand-arrows-alt:before{content:"\f932"}.fi-rs-exit:before{content:"\f933"}.fi-rs-exit-alt:before{content:"\f934"}.fi-rs-exclamation:before{content:"\f935"}.fi-rs-exchange:before{content:"\f936"}.fi-rs-exchange-cryptocurrency:before{content:"\f937"}.fi-rs-exchange-alt:before{content:"\f938"}.fi-rs-euro:before{content:"\f939"}.fi-rs-ethernet:before{content:"\f93a"}.fi-rs-escalator:before{content:"\f93b"}.fi-rs-eraser:before{content:"\f93c"}.fi-rs-equals:before{content:"\f93d"}.fi-rs-equality:before{content:"\f93e"}.fi-rs-envelopes:before{content:"\f93f"}.fi-rs-envelope:before{content:"\f940"}.fi-rs-envelope-plus:before{content:"\f941"}.fi-rs-envelope-open:before{content:"\f942"}.fi-rs-envelope-open-text:before{content:"\f943"}.fi-rs-envelope-open-dollar:before{content:"\f944"}.fi-rs-envelope-marker:before{content:"\f945"}.fi-rs-envelope-download:before{content:"\f946"}.fi-rs-envelope-dot:before{content:"\f947"}.fi-rs-envelope-bulk:before{content:"\f948"}.fi-rs-envelope-ban:before{content:"\f949"}.fi-rs-enter:before{content:"\f94a"}.fi-rs-engine:before{content:"\f94b"}.fi-rs-engine-warning:before{content:"\f94c"}.fi-rs-empty-set:before{content:"\f94d"}.fi-rs-employees:before{content:"\f94e"}.fi-rs-employees-woman-man:before{content:"\f94f"}.fi-rs-employee-man:before{content:"\f950"}.fi-rs-employee-man-alt:before{content:"\f951"}.fi-rs-employee-alt:before{content:"\f952"}.fi-rs-elevator:before{content:"\f953"}.fi-rs-elephant:before{content:"\f954"}.fi-rs-eject:before{content:"\f955"}.fi-rs-egg:before{content:"\f956"}.fi-rs-egg-fried:before{content:"\f957"}.fi-rs-effect:before{content:"\f958"}.fi-rs-edit:before{content:"\f959"}.fi-rs-edit-alt:before{content:"\f95a"}.fi-rs-eclipse:before{content:"\f95b"}.fi-rs-eclipse-alt:before{content:"\f95c"}.fi-rs-earth-europa:before{content:"\f95d"}.fi-rs-earth-asia:before{content:"\f95e"}.fi-rs-earth-americas:before{content:"\f95f"}.fi-rs-earth-africa:before{content:"\f960"}.fi-rs-earnings:before{content:"\f961"}.fi-rs-ear:before{content:"\f962"}.fi-rs-ear-muffs:before{content:"\f963"}.fi-rs-ear-deaf:before{content:"\f964"}.fi-rs-e:before{content:"\f965"}.fi-rs-e-learning:before{content:"\f966"}.fi-rs-duration:before{content:"\f967"}.fi-rs-duration-alt:before{content:"\f968"}.fi-rs-duplicate:before{content:"\f969"}.fi-rs-dungeon:before{content:"\f96a"}.fi-rs-dumpster:before{content:"\f96b"}.fi-rs-dumpster-fire:before{content:"\f96c"}.fi-rs-duck:before{content:"\f96d"}.fi-rs-dryer:before{content:"\f96e"}.fi-rs-dryer-alt:before{content:"\f96f"}.fi-rs-drumstick:before{content:"\f970"}.fi-rs-drumstick-bite:before{content:"\f971"}.fi-rs-drum:before{content:"\f972"}.fi-rs-drum-steelpan:before{content:"\f973"}.fi-rs-drop-down:before{content:"\f974"}.fi-rs-drone:before{content:"\f975"}.fi-rs-drone-front:before{content:"\f976"}.fi-rs-drone-alt:before{content:"\f977"}.fi-rs-driver-woman:before{content:"\f978"}.fi-rs-driver-man:before{content:"\f979"}.fi-rs-drink-alt:before{content:"\f97a"}.fi-rs-dreidel:before{content:"\f97b"}.fi-rs-drawer:before{content:"\f97c"}.fi-rs-drawer-alt:before{content:"\f97d"}.fi-rs-draw-square:before{content:"\f97e"}.fi-rs-draw-polygon:before{content:"\f97f"}.fi-rs-dragon:before{content:"\f980"}.fi-rs-drafting-compass:before{content:"\f981"}.fi-rs-download:before{content:"\f982"}.fi-rs-down:before{content:"\f983"}.fi-rs-down-to-line:before{content:"\f984"}.fi-rs-down-right:before{content:"\f985"}.fi-rs-down-left:before{content:"\f986"}.fi-rs-down-left-and-up-right-to-center:before{content:"\f987"}.fi-rs-dove:before{content:"\f988"}.fi-rs-dot-pending:before{content:"\f989"}.fi-rs-dot-circle:before{content:"\f98a"}.fi-rs-door-open:before{content:"\f98b"}.fi-rs-door-closed:before{content:"\f98c"}.fi-rs-donut:before{content:"\f98d"}.fi-rs-dong-sign:before{content:"\f98e"}.fi-rs-donate:before{content:"\f98f"}.fi-rs-domino-effect:before{content:"\f990"}.fi-rs-dolphin:before{content:"\f991"}.fi-rs-dolly-flatbed:before{content:"\f992"}.fi-rs-dolly-flatbed-empty:before{content:"\f993"}.fi-rs-dolly-flatbed-alt:before{content:"\f994"}.fi-rs-dollar:before{content:"\f995"}.fi-rs-dog:before{content:"\f996"}.fi-rs-document:before{content:"\f997"}.fi-rs-document-signed:before{content:"\f998"}.fi-rs-document-paid:before{content:"\f999"}.fi-rs-doctor:before{content:"\f99a"}.fi-rs-do-not-enter:before{content:"\f99b"}.fi-rs-dna:before{content:"\f99c"}.fi-rs-dizzy:before{content:"\f99d"}.fi-rs-divide:before{content:"\f99e"}.fi-rs-distribute-spacing-vertical:before{content:"\f99f"}.fi-rs-distribute-spacing-horizontal:before{content:"\f9a0"}.fi-rs-display-slash:before{content:"\f9a1"}.fi-rs-display-medical:before{content:"\f9a2"}.fi-rs-display-code:before{content:"\f9a3"}.fi-rs-display-arrow-down:before{content:"\f9a4"}.fi-rs-disk:before{content:"\f9a5"}.fi-rs-disease:before{content:"\f9a6"}.fi-rs-discover:before{content:"\f9a7"}.fi-rs-disco-ball:before{content:"\f9a8"}.fi-rs-disc-drive:before{content:"\f9a9"}.fi-rs-direction-signal:before{content:"\f9aa"}.fi-rs-direction-signal-arrow:before{content:"\f9ab"}.fi-rs-diploma:before{content:"\f9ac"}.fi-rs-dinner:before{content:"\f9ad"}.fi-rs-digital-tachograph:before{content:"\f9ae"}.fi-rs-digging:before{content:"\f9af"}.fi-rs-dice:before{content:"\f9b0"}.fi-rs-dice-two:before{content:"\f9b1"}.fi-rs-dice-three:before{content:"\f9b2"}.fi-rs-dice-six:before{content:"\f9b3"}.fi-rs-dice-one:before{content:"\f9b4"}.fi-rs-dice-four:before{content:"\f9b5"}.fi-rs-dice-d8:before{content:"\f9b6"}.fi-rs-dice-d6:before{content:"\f9b7"}.fi-rs-dice-d4:before{content:"\f9b8"}.fi-rs-dice-d20:before{content:"\f9b9"}.fi-rs-dice-d12:before{content:"\f9ba"}.fi-rs-dice-d10:before{content:"\f9bb"}.fi-rs-dice-alt:before{content:"\f9bc"}.fi-rs-diary-clasp:before{content:"\f9bd"}.fi-rs-diary-bookmarks:before{content:"\f9be"}.fi-rs-diary-bookmark-down:before{content:"\f9bf"}.fi-rs-diamond:before{content:"\f9c0"}.fi-rs-diamond-turn-right:before{content:"\f9c1"}.fi-rs-diamond-exclamation:before{content:"\f9c2"}.fi-rs-dial:before{content:"\f9c3"}.fi-rs-dial-off:before{content:"\f9c4"}.fi-rs-dial-min:before{content:"\f9c5"}.fi-rs-dial-med:before{content:"\f9c6"}.fi-rs-dial-med-low:before{content:"\f9c7"}.fi-rs-dial-max:before{content:"\f9c8"}.fi-rs-dial-low:before{content:"\f9c9"}.fi-rs-dial-high:before{content:"\f9ca"}.fi-rs-diagram-venn:before{content:"\f9cb"}.fi-rs-diagram-successor:before{content:"\f9cc"}.fi-rs-diagram-subtask:before{content:"\f9cd"}.fi-rs-diagram-sankey:before{content:"\f9ce"}.fi-rs-diagram-project:before{content:"\f9cf"}.fi-rs-diagram-previous:before{content:"\f9d0"}.fi-rs-diagram-predecessor:before{content:"\f9d1"}.fi-rs-diagram-next:before{content:"\f9d2"}.fi-rs-diagram-nested:before{content:"\f9d3"}.fi-rs-diagram-lean-canvas:before{content:"\f9d4"}.fi-rs-diagram-cells:before{content:"\f9d5"}.fi-rs-dharmachakra:before{content:"\f9d6"}.fi-rs-dewpoint:before{content:"\f9d7"}.fi-rs-devices:before{content:"\f9d8"}.fi-rs-desktop-wallpaper:before{content:"\f9d9"}.fi-rs-desktop-arrow-down:before{content:"\f9da"}.fi-rs-description:before{content:"\f9db"}.fi-rs-description-alt:before{content:"\f9dc"}.fi-rs-deposit:before{content:"\f9dd"}.fi-rs-deposit-alt:before{content:"\f9de"}.fi-rs-department:before{content:"\f9df"}.fi-rs-department-structure:before{content:"\f9e0"}.fi-rs-democrat:before{content:"\f9e1"}.fi-rs-delete:before{content:"\f9e2"}.fi-rs-delete-user:before{content:"\f9e3"}.fi-rs-delete-right:before{content:"\f9e4"}.fi-rs-delete-document:before{content:"\f9e5"}.fi-rs-deer:before{content:"\f9e6"}.fi-rs-deer-rudolph:before{content:"\f9e7"}.fi-rs-debt:before{content:"\f9e8"}.fi-rs-database:before{content:"\f9e9"}.fi-rs-data-transfer:before{content:"\f9ea"}.fi-rs-dashboard:before{content:"\f9eb"}.fi-rs-dart:before{content:"\f9ec"}.fi-rs-daily-calendar:before{content:"\f9ed"}.fi-rs-dagger:before{content:"\f9ee"}.fi-rs-d:before{content:"\f9ef"}.fi-rs-customize:before{content:"\f9f0"}.fi-rs-customize-edit:before{content:"\f9f1"}.fi-rs-customize-computer:before{content:"\f9f2"}.fi-rs-customization:before{content:"\f9f3"}.fi-rs-customization-cogwheel:before{content:"\f9f4"}.fi-rs-customer-service:before{content:"\f9f5"}.fi-rs-customer-care:before{content:"\f9f6"}.fi-rs-custard:before{content:"\f9f7"}.fi-rs-curve:before{content:"\f9f8"}.fi-rs-curve-arrow:before{content:"\f9f9"}.fi-rs-curve-alt:before{content:"\f9fa"}.fi-rs-cursor:before{content:"\f9fb"}.fi-rs-cursor-text:before{content:"\f9fc"}.fi-rs-cursor-text-alt:before{content:"\f9fd"}.fi-rs-cursor-plus:before{content:"\f9fe"}.fi-rs-cursor-finger:before{content:"\f9ff"}.fi-rs-curling:before{content:"\fa00"}.fi-rs-cupcake:before{content:"\fa01"}.fi-rs-cupcake-alt:before{content:"\fa02"}.fi-rs-cup-togo:before{content:"\fa03"}.fi-rs-cup-straw:before{content:"\fa04"}.fi-rs-cup-straw-swoosh:before{content:"\fa05"}.fi-rs-cucumber:before{content:"\fa06"}.fi-rs-cubes:before{content:"\fa07"}.fi-rs-cubes-stacked:before{content:"\fa08"}.fi-rs-cube:before{content:"\fa09"}.fi-rs-crystal-ball:before{content:"\fa0a"}.fi-rs-cryptocurrency:before{content:"\fa0b"}.fi-rs-cruzeiro-sign:before{content:"\fa0c"}.fi-rs-crutches:before{content:"\fa0d"}.fi-rs-crutch:before{content:"\fa0e"}.fi-rs-crown:before{content:"\fa0f"}.fi-rs-crow:before{content:"\fa10"}.fi-rs-crossed-eye:before{content:"\fa11"}.fi-rs-cross:before{content:"\fa12"}.fi-rs-cross-small:before{content:"\fa13"}.fi-rs-cross-religion:before{content:"\fa14"}.fi-rs-croissant:before{content:"\fa15"}.fi-rs-crm-computer:before{content:"\fa16"}.fi-rs-crm-alt:before{content:"\fa17"}.fi-rs-cricket:before{content:"\fa18"}.fi-rs-credit-card:before{content:"\fa19"}.fi-rs-cream:before{content:"\fa1a"}.fi-rs-crate-empty:before{content:"\fa1b"}.fi-rs-crab:before{content:"\fa1c"}.fi-rs-cowbell:before{content:"\fa1d"}.fi-rs-cowbell-more:before{content:"\fa1e"}.fi-rs-cowbell-circle-plus:before{content:"\fa1f"}.fi-rs-cow:before{content:"\fa20"}.fi-rs-cow-alt:before{content:"\fa21"}.fi-rs-couch:before{content:"\fa22"}.fi-rs-corporate:before{content:"\fa23"}.fi-rs-corporate-alt:before{content:"\fa24"}.fi-rs-corn:before{content:"\fa25"}.fi-rs-copyright:before{content:"\fa26"}.fi-rs-copy:before{content:"\fa27"}.fi-rs-copy-image:before{content:"\fa28"}.fi-rs-copy-alt:before{content:"\fa29"}.fi-rs-cookie:before{content:"\fa2a"}.fi-rs-cookie-alt:before{content:"\fa2b"}.fi-rs-conveyor-belt:before{content:"\fa2c"}.fi-rs-conveyor-belt-empty:before{content:"\fa2d"}.fi-rs-conveyor-belt-alt:before{content:"\fa2e"}.fi-rs-convert-shapes:before{content:"\fa2f"}.fi-rs-convert-document:before{content:"\fa30"}.fi-rs-container-storage:before{content:"\fa31"}.fi-rs-constellation:before{content:"\fa32"}.fi-rs-confetti:before{content:"\fa33"}.fi-rs-condition:before{content:"\fa34"}.fi-rs-condition-alt:before{content:"\fa35"}.fi-rs-concierge-bell:before{content:"\fa36"}.fi-rs-computer:before{content:"\fa37"}.fi-rs-computer-speaker:before{content:"\fa38"}.fi-rs-computer-mouse:before{content:"\fa39"}.fi-rs-computer-classic:before{content:"\fa3a"}.fi-rs-compress:before{content:"\fa3b"}.fi-rs-compress-alt:before{content:"\fa3c"}.fi-rs-compliance:before{content:"\fa3d"}.fi-rs-compliance-document:before{content:"\fa3e"}.fi-rs-compliance-clipboard:before{content:"\fa3f"}.fi-rs-completed:before{content:"\fa40"}.fi-rs-compass-slash:before{content:"\fa41"}.fi-rs-comments:before{content:"\fa42"}.fi-rs-comments-question:before{content:"\fa43"}.fi-rs-comments-question-check:before{content:"\fa44"}.fi-rs-comments-dollar:before{content:"\fa45"}.fi-rs-comment:before{content:"\fa46"}.fi-rs-comment-xmark:before{content:"\fa47"}.fi-rs-comment-user:before{content:"\fa48"}.fi-rs-comment-text:before{content:"\fa49"}.fi-rs-comment-sms:before{content:"\fa4a"}.fi-rs-comment-smile:before{content:"\fa4b"}.fi-rs-comment-slash:before{content:"\fa4c"}.fi-rs-comment-quote:before{content:"\fa4d"}.fi-rs-comment-question:before{content:"\fa4e"}.fi-rs-comment-pen:before{content:"\fa4f"}.fi-rs-comment-minus:before{content:"\fa50"}.fi-rs-comment-medical:before{content:"\fa51"}.fi-rs-comment-info:before{content:"\fa52"}.fi-rs-comment-image:before{content:"\fa53"}.fi-rs-comment-heart:before{content:"\fa54"}.fi-rs-comment-exclamation:before{content:"\fa55"}.fi-rs-comment-dots:before{content:"\fa56"}.fi-rs-comment-dollar:before{content:"\fa57"}.fi-rs-comment-code:before{content:"\fa58"}.fi-rs-comment-check:before{content:"\fa59"}.fi-rs-comment-arrow-up:before{content:"\fa5a"}.fi-rs-comment-arrow-up-right:before{content:"\fa5b"}.fi-rs-comment-arrow-down:before{content:"\fa5c"}.fi-rs-comment-alt:before{content:"\fa5d"}.fi-rs-comment-alt-music:before{content:"\fa5e"}.fi-rs-comment-alt-minus:before{content:"\fa5f"}.fi-rs-comment-alt-middle:before{content:"\fa60"}.fi-rs-comment-alt-middle-top:before{content:"\fa61"}.fi-rs-comment-alt-medical:before{content:"\fa62"}.fi-rs-comment-alt-edit:before{content:"\fa63"}.fi-rs-comment-alt-dots:before{content:"\fa64"}.fi-rs-comment-alt-check:before{content:"\fa65"}.fi-rs-command:before{content:"\fa66"}.fi-rs-comet:before{content:"\fa67"}.fi-rs-columns-3:before{content:"\fa68"}.fi-rs-colon-sign:before{content:"\fa69"}.fi-rs-coins:before{content:"\fa6a"}.fi-rs-coin:before{content:"\fa6b"}.fi-rs-coin-up-arrow:before{content:"\fa6c"}.fi-rs-coffin:before{content:"\fa6d"}.fi-rs-coffin-cross:before{content:"\fa6e"}.fi-rs-coffee:before{content:"\fa6f"}.fi-rs-coffee-pot:before{content:"\fa70"}.fi-rs-coffee-beans:before{content:"\fa71"}.fi-rs-coffee-bean:before{content:"\fa72"}.fi-rs-code-simple:before{content:"\fa73"}.fi-rs-code-pull-request:before{content:"\fa74"}.fi-rs-code-pull-request-draft:before{content:"\fa75"}.fi-rs-code-pull-request-closed:before{content:"\fa76"}.fi-rs-code-merge:before{content:"\fa77"}.fi-rs-code-fork:before{content:"\fa78"}.fi-rs-code-compare:before{content:"\fa79"}.fi-rs-code-commit:before{content:"\fa7a"}.fi-rs-code-branch:before{content:"\fa7b"}.fi-rs-coconut:before{content:"\fa7c"}.fi-rs-cocktail:before{content:"\fa7d"}.fi-rs-cocktail-alt:before{content:"\fa7e"}.fi-rs-club:before{content:"\fa7f"}.fi-rs-clover-alt:before{content:"\fa80"}.fi-rs-clouds:before{content:"\fa81"}.fi-rs-clouds-sun:before{content:"\fa82"}.fi-rs-clouds-moon:before{content:"\fa83"}.fi-rs-cloud:before{content:"\fa84"}.fi-rs-cloud-upload:before{content:"\fa85"}.fi-rs-cloud-upload-alt:before{content:"\fa86"}.fi-rs-cloud-sun:before{content:"\fa87"}.fi-rs-cloud-sun-rain:before{content:"\fa88"}.fi-rs-cloud-snow:before{content:"\fa89"}.fi-rs-cloud-sleet:before{content:"\fa8a"}.fi-rs-cloud-showers:before{content:"\fa8b"}.fi-rs-cloud-showers-heavy:before{content:"\fa8c"}.fi-rs-cloud-share:before{content:"\fa8d"}.fi-rs-cloud-rainbow:before{content:"\fa8e"}.fi-rs-cloud-rain:before{content:"\fa8f"}.fi-rs-cloud-question:before{content:"\fa90"}.fi-rs-cloud-moon:before{content:"\fa91"}.fi-rs-cloud-moon-rain:before{content:"\fa92"}.fi-rs-cloud-meatball:before{content:"\fa93"}.fi-rs-cloud-hail:before{content:"\fa94"}.fi-rs-cloud-hail-mixed:before{content:"\fa95"}.fi-rs-cloud-exclamation:before{content:"\fa96"}.fi-rs-cloud-drizzle:before{content:"\fa97"}.fi-rs-cloud-download:before{content:"\fa98"}.fi-rs-cloud-download-alt:before{content:"\fa99"}.fi-rs-cloud-disabled:before{content:"\fa9a"}.fi-rs-cloud-code:before{content:"\fa9b"}.fi-rs-cloud-check:before{content:"\fa9c"}.fi-rs-clothes-hanger:before{content:"\fa9d"}.fi-rs-closed-captioning-slash:before{content:"\fa9e"}.fi-rs-clone:before{content:"\fa9f"}.fi-rs-clock:before{content:"\faa0"}.fi-rs-clock-up-arrow:before{content:"\faa1"}.fi-rs-clock-two:before{content:"\faa2"}.fi-rs-clock-two-thirty:before{content:"\faa3"}.fi-rs-clock-twelve:before{content:"\faa4"}.fi-rs-clock-twelve-thirty:before{content:"\faa5"}.fi-rs-clock-three:before{content:"\faa6"}.fi-rs-clock-three-thirty:before{content:"\faa7"}.fi-rs-clock-ten:before{content:"\faa8"}.fi-rs-clock-ten-thirty:before{content:"\faa9"}.fi-rs-clock-six:before{content:"\faaa"}.fi-rs-clock-six-thirty:before{content:"\faab"}.fi-rs-clock-seven:before{content:"\faac"}.fi-rs-clock-seven-thirty:before{content:"\faad"}.fi-rs-clock-one:before{content:"\faae"}.fi-rs-clock-one-thirty:before{content:"\faaf"}.fi-rs-clock-nine:before{content:"\fab0"}.fi-rs-clock-nine-thirty:before{content:"\fab1"}.fi-rs-clock-four-thirty:before{content:"\fab2"}.fi-rs-clock-five:before{content:"\fab3"}.fi-rs-clock-five-thirty:before{content:"\fab4"}.fi-rs-clock-eleven:before{content:"\fab5"}.fi-rs-clock-eleven-thirty:before{content:"\fab6"}.fi-rs-clock-eight-thirty:before{content:"\fab7"}.fi-rs-clock-desk:before{content:"\fab8"}.fi-rs-clipboard:before{content:"\fab9"}.fi-rs-clipboard-user:before{content:"\faba"}.fi-rs-clipboard-prescription:before{content:"\fabb"}.fi-rs-clipboard-list:before{content:"\fabc"}.fi-rs-clipboard-list-check:before{content:"\fabd"}.fi-rs-clipboard-exclamation:before{content:"\fabe"}.fi-rs-clipboard-check:before{content:"\fabf"}.fi-rs-clip:before{content:"\fac0"}.fi-rs-clear-alt:before{content:"\fac1"}.fi-rs-clean:before{content:"\fac2"}.fi-rs-claw-marks:before{content:"\fac3"}.fi-rs-clarinet:before{content:"\fac4"}.fi-rs-clapperboard:before{content:"\fac5"}.fi-rs-clapperboard-play:before{content:"\fac6"}.fi-rs-city:before{content:"\fac7"}.fi-rs-citrus:before{content:"\fac8"}.fi-rs-citrus-slice:before{content:"\fac9"}.fi-rs-circle:before{content:"\faca"}.fi-rs-circle-z:before{content:"\facb"}.fi-rs-circle-y:before{content:"\facc"}.fi-rs-circle-xmark:before{content:"\facd"}.fi-rs-circle-x:before{content:"\face"}.fi-rs-circle-waveform-lines:before{content:"\facf"}.fi-rs-circle-w:before{content:"\fad0"}.fi-rs-circle-video:before{content:"\fad1"}.fi-rs-circle-v:before{content:"\fad2"}.fi-rs-circle-user:before{content:"\fad3"}.fi-rs-circle-u:before{content:"\fad4"}.fi-rs-circle-trash:before{content:"\fad5"}.fi-rs-circle-three-quarters:before{content:"\fad6"}.fi-rs-circle-t:before{content:"\fad7"}.fi-rs-circle-star:before{content:"\fad8"}.fi-rs-circle-small:before{content:"\fad9"}.fi-rs-circle-s:before{content:"\fada"}.fi-rs-circle-r:before{content:"\fadb"}.fi-rs-circle-quarters-alt:before{content:"\fadc"}.fi-rs-circle-quarter:before{content:"\fadd"}.fi-rs-circle-q:before{content:"\fade"}.fi-rs-circle-phone:before{content:"\fadf"}.fi-rs-circle-phone-hangup:before{content:"\fae0"}.fi-rs-circle-phone-flip:before{content:"\fae1"}.fi-rs-circle-p:before{content:"\fae2"}.fi-rs-circle-o:before{content:"\fae3"}.fi-rs-circle-n:before{content:"\fae4"}.fi-rs-circle-microphone:before{content:"\fae5"}.fi-rs-circle-microphone-lines:before{content:"\fae6"}.fi-rs-circle-m:before{content:"\fae7"}.fi-rs-circle-l:before{content:"\fae8"}.fi-rs-circle-k:before{content:"\fae9"}.fi-rs-circle-j:before{content:"\faea"}.fi-rs-circle-i:before{content:"\faeb"}.fi-rs-circle-heart:before{content:"\faec"}.fi-rs-circle-half:before{content:"\faed"}.fi-rs-circle-half-stroke:before{content:"\faee"}.fi-rs-circle-h:before{content:"\faef"}.fi-rs-circle-g:before{content:"\faf0"}.fi-rs-circle-f:before{content:"\faf1"}.fi-rs-circle-exclamation-check:before{content:"\faf2"}.fi-rs-circle-envelope:before{content:"\faf3"}.fi-rs-circle-ellipsis:before{content:"\faf4"}.fi-rs-circle-ellipsis-vertical:before{content:"\faf5"}.fi-rs-circle-e:before{content:"\faf6"}.fi-rs-circle-divide:before{content:"\faf7"}.fi-rs-circle-dashed:before{content:"\faf8"}.fi-rs-circle-d:before{content:"\faf9"}.fi-rs-circle-cross:before{content:"\fafa"}.fi-rs-circle-camera:before{content:"\fafb"}.fi-rs-circle-calendar:before{content:"\fafc"}.fi-rs-circle-c:before{content:"\fafd"}.fi-rs-circle-bookmark:before{content:"\fafe"}.fi-rs-circle-book-open:before{content:"\faff"}.fi-rs-circle-bolt:before{content:"\fb00"}.fi-rs-circle-b:before{content:"\fb01"}.fi-rs-circle-a:before{content:"\fb02"}.fi-rs-circle-9:before{content:"\fb03"}.fi-rs-circle-8:before{content:"\fb04"}.fi-rs-circle-7:before{content:"\fb05"}.fi-rs-circle-6:before{content:"\fb06"}.fi-rs-circle-5:before{content:"\fb07"}.fi-rs-circle-4:before{content:"\fb08"}.fi-rs-circle-3:before{content:"\fb09"}.fi-rs-circle-2:before{content:"\fb0a"}.fi-rs-circle-1:before{content:"\fb0b"}.fi-rs-circle-0:before{content:"\fb0c"}.fi-rs-church:before{content:"\fb0d"}.fi-rs-choose:before{content:"\fb0e"}.fi-rs-choose-alt:before{content:"\fb0f"}.fi-rs-chocolate:before{content:"\fb10"}.fi-rs-chimney:before{content:"\fb11"}.fi-rs-child:before{content:"\fb12"}.fi-rs-child-head:before{content:"\fb13"}.fi-rs-chevron-double-up:before{content:"\fb14"}.fi-rs-chevron-double-down:before{content:"\fb15"}.fi-rs-chess:before{content:"\fb16"}.fi-rs-chess-rook:before{content:"\fb17"}.fi-rs-chess-rook-alt:before{content:"\fb18"}.fi-rs-chess-queen:before{content:"\fb19"}.fi-rs-chess-queen-alt:before{content:"\fb1a"}.fi-rs-chess-piece:before{content:"\fb1b"}.fi-rs-chess-pawn:before{content:"\fb1c"}.fi-rs-chess-pawn-alt:before{content:"\fb1d"}.fi-rs-chess-knight:before{content:"\fb1e"}.fi-rs-chess-knight-alt:before{content:"\fb1f"}.fi-rs-chess-king:before{content:"\fb20"}.fi-rs-chess-king-alt:before{content:"\fb21"}.fi-rs-chess-clock:before{content:"\fb22"}.fi-rs-chess-clock-alt:before{content:"\fb23"}.fi-rs-chess-board:before{content:"\fb24"}.fi-rs-chess-bishop:before{content:"\fb25"}.fi-rs-cherry:before{content:"\fb26"}.fi-rs-cheeseburger:before{content:"\fb27"}.fi-rs-cheese:before{content:"\fb28"}.fi-rs-cheese-alt:before{content:"\fb29"}.fi-rs-checkbox:before{content:"\fb2a"}.fi-rs-check:before{content:"\fb2b"}.fi-rs-check-out-calendar:before{content:"\fb2c"}.fi-rs-check-in-calendar:before{content:"\fb2d"}.fi-rs-check-double:before{content:"\fb2e"}.fi-rs-check-circle:before{content:"\fb2f"}.fi-rs-cheap:before{content:"\fb30"}.fi-rs-cheap-stack:before{content:"\fb31"}.fi-rs-cheap-stack-dollar:before{content:"\fb32"}.fi-rs-cheap-dollar:before{content:"\fb33"}.fi-rs-cheap-bill:before{content:"\fb34"}.fi-rs-chatbot:before{content:"\fb35"}.fi-rs-chatbot-speech-bubble:before{content:"\fb36"}.fi-rs-chat-arrow-grow:before{content:"\fb37"}.fi-rs-chat-arrow-down:before{content:"\fb38"}.fi-rs-chart-waterfall:before{content:"\fb39"}.fi-rs-chart-user:before{content:"\fb3a"}.fi-rs-chart-tree:before{content:"\fb3b"}.fi-rs-chart-tree-map:before{content:"\fb3c"}.fi-rs-chart-simple:before{content:"\fb3d"}.fi-rs-chart-simple-horizontal:before{content:"\fb3e"}.fi-rs-chart-set-theory:before{content:"\fb3f"}.fi-rs-chart-scatter:before{content:"\fb40"}.fi-rs-chart-scatter-bubble:before{content:"\fb41"}.fi-rs-chart-scatter-3d:before{content:"\fb42"}.fi-rs-chart-radar:before{content:"\fb43"}.fi-rs-chart-pyramid:before{content:"\fb44"}.fi-rs-chart-pie:before{content:"\fb45"}.fi-rs-chart-pie-alt:before{content:"\fb46"}.fi-rs-chart-network:before{content:"\fb47"}.fi-rs-chart-mixed:before{content:"\fb48"}.fi-rs-chart-line-up:before{content:"\fb49"}.fi-rs-chart-histogram:before{content:"\fb4a"}.fi-rs-chart-gantt:before{content:"\fb4b"}.fi-rs-chart-connected:before{content:"\fb4c"}.fi-rs-chart-candlestick:before{content:"\fb4d"}.fi-rs-chart-bullet:before{content:"\fb4e"}.fi-rs-chart-area:before{content:"\fb4f"}.fi-rs-charging-station:before{content:"\fb50"}.fi-rs-channel:before{content:"\fb51"}.fi-rs-challenge:before{content:"\fb52"}.fi-rs-challenge-alt:before{content:"\fb53"}.fi-rs-chalkboard:before{content:"\fb54"}.fi-rs-chalkboard-user:before{content:"\fb55"}.fi-rs-chair:before{content:"\fb56"}.fi-rs-chair-office:before{content:"\fb57"}.fi-rs-cent-sign:before{content:"\fb58"}.fi-rs-cello:before{content:"\fb59"}.fi-rs-cedi-sign:before{content:"\fb5a"}.fi-rs-cauldron:before{content:"\fb5b"}.fi-rs-category:before{content:"\fb5c"}.fi-rs-category-alt:before{content:"\fb5d"}.fi-rs-catalog:before{content:"\fb5e"}.fi-rs-catalog-magazine:before{content:"\fb5f"}.fi-rs-catalog-alt:before{content:"\fb60"}.fi-rs-cat:before{content:"\fb61"}.fi-rs-cat-space:before{content:"\fb62"}.fi-rs-castle:before{content:"\fb63"}.fi-rs-cassette-vhs:before{content:"\fb64"}.fi-rs-cassette-tape:before{content:"\fb65"}.fi-rs-cash-register:before{content:"\fb66"}.fi-rs-cart-shopping-fast:before{content:"\fb67"}.fi-rs-cart-minus:before{content:"\fb68"}.fi-rs-cart-arrow-down:before{content:"\fb69"}.fi-rs-cars:before{content:"\fb6a"}.fi-rs-cars-crash:before{content:"\fb6b"}.fi-rs-carrot:before{content:"\fb6c"}.fi-rs-caret-up:before{content:"\fb6d"}.fi-rs-caret-square-right:before{content:"\fb6e"}.fi-rs-caret-square-left_1:before{content:"\fb6f"}.fi-rs-caret-square-left:before{content:"\fb70"}.fi-rs-caret-square-down:before{content:"\fb71"}.fi-rs-caret-right:before{content:"\fb72"}.fi-rs-caret-quare-up:before{content:"\fb73"}.fi-rs-caret-left:before{content:"\fb74"}.fi-rs-caret-down:before{content:"\fb75"}.fi-rs-caret-circle-up:before{content:"\fb76"}.fi-rs-caret-circle-right:before{content:"\fb77"}.fi-rs-caret-circle-down:before{content:"\fb78"}.fi-rs-card-spade:before{content:"\fb79"}.fi-rs-card-heart:before{content:"\fb7a"}.fi-rs-card-diamond:before{content:"\fb7b"}.fi-rs-card-club:before{content:"\fb7c"}.fi-rs-caravan:before{content:"\fb7d"}.fi-rs-caravan-alt:before{content:"\fb7e"}.fi-rs-car:before{content:"\fb7f"}.fi-rs-car-wash:before{content:"\fb80"}.fi-rs-car-tilt:before{content:"\fb81"}.fi-rs-car-side:before{content:"\fb82"}.fi-rs-car-side-bolt:before{content:"\fb83"}.fi-rs-car-rear:before{content:"\fb84"}.fi-rs-car-mechanic:before{content:"\fb85"}.fi-rs-car-journey:before{content:"\fb86"}.fi-rs-car-garage:before{content:"\fb87"}.fi-rs-car-crash:before{content:"\fb88"}.fi-rs-car-circle-bolt:before{content:"\fb89"}.fi-rs-car-bus:before{content:"\fb8a"}.fi-rs-car-bump:before{content:"\fb8b"}.fi-rs-car-building:before{content:"\fb8c"}.fi-rs-car-bolt:before{content:"\fb8d"}.fi-rs-car-battery:before{content:"\fb8e"}.fi-rs-car-alt:before{content:"\fb8f"}.fi-rs-capsules:before{content:"\fb90"}.fi-rs-canned-food:before{content:"\fb91"}.fi-rs-candy:before{content:"\fb92"}.fi-rs-candy-sweet:before{content:"\fb93"}.fi-rs-candy-corn:before{content:"\fb94"}.fi-rs-candy-cane:before{content:"\fb95"}.fi-rs-candy-bar:before{content:"\fb96"}.fi-rs-candy-alt:before{content:"\fb97"}.fi-rs-candle-holder:before{content:"\fb98"}.fi-rs-can-food:before{content:"\fb99"}.fi-rs-camping:before{content:"\fb9a"}.fi-rs-campfire:before{content:"\fb9b"}.fi-rs-camera:before{content:"\fb9c"}.fi-rs-camera-viewfinder:before{content:"\fb9d"}.fi-rs-camera-slash:before{content:"\fb9e"}.fi-rs-camera-security:before{content:"\fb9f"}.fi-rs-camera-rotate:before{content:"\fba0"}.fi-rs-camera-retro:before{content:"\fba1"}.fi-rs-camera-movie:before{content:"\fba2"}.fi-rs-camera-cctv:before{content:"\fba3"}.fi-rs-camcorder:before{content:"\fba4"}.fi-rs-call-outgoing:before{content:"\fba5"}.fi-rs-call-missed:before{content:"\fba6"}.fi-rs-call-incoming:before{content:"\fba7"}.fi-rs-call-history:before{content:"\fba8"}.fi-rs-call-duration:before{content:"\fba9"}.fi-rs-calendars:before{content:"\fbaa"}.fi-rs-calendar:before{content:"\fbab"}.fi-rs-calendar-xmark:before{content:"\fbac"}.fi-rs-calendar-week:before{content:"\fbad"}.fi-rs-calendar-star:before{content:"\fbae"}.fi-rs-calendar-salary:before{content:"\fbaf"}.fi-rs-calendar-plus:before{content:"\fbb0"}.fi-rs-calendar-pen:before{content:"\fbb1"}.fi-rs-calendar-minus:before{content:"\fbb2"}.fi-rs-calendar-lines:before{content:"\fbb3"}.fi-rs-calendar-lines-pen:before{content:"\fbb4"}.fi-rs-calendar-image:before{content:"\fbb5"}.fi-rs-calendar-heart:before{content:"\fbb6"}.fi-rs-calendar-exclamation:before{content:"\fbb7"}.fi-rs-calendar-days:before{content:"\fbb8"}.fi-rs-calendar-day:before{content:"\fbb9"}.fi-rs-calendar-clock:before{content:"\fbba"}.fi-rs-calendar-check:before{content:"\fbbb"}.fi-rs-calendar-arrow-up:before{content:"\fbbc"}.fi-rs-calendar-arrow-down:before{content:"\fbbd"}.fi-rs-calculator:before{content:"\fbbe"}.fi-rs-calculator-simple:before{content:"\fbbf"}.fi-rs-calculator-money:before{content:"\fbc0"}.fi-rs-calculator-bill:before{content:"\fbc1"}.fi-rs-cake-wedding:before{content:"\fbc2"}.fi-rs-cake-slice:before{content:"\fbc3"}.fi-rs-cake-birthday:before{content:"\fbc4"}.fi-rs-cactus:before{content:"\fbc5"}.fi-rs-cabin:before{content:"\fbc6"}.fi-rs-c:before{content:"\fbc7"}.fi-rs-butterfly:before{content:"\fbc8"}.fi-rs-business-time:before{content:"\fbc9"}.fi-rs-bus:before{content:"\fbca"}.fi-rs-bus-alt:before{content:"\fbcb"}.fi-rs-burrito:before{content:"\fbcc"}.fi-rs-burger-menu:before{content:"\fbcd"}.fi-rs-burger-glass:before{content:"\fbce"}.fi-rs-burger-fries:before{content:"\fbcf"}.fi-rs-burger-alt:before{content:"\fbd0"}.fi-rs-bullseye:before{content:"\fbd1"}.fi-rs-bullseye-pointer:before{content:"\fbd2"}.fi-rs-bullseye-arrow:before{content:"\fbd3"}.fi-rs-bullhorn:before{content:"\fbd4"}.fi-rs-bullet:before{content:"\fbd5"}.fi-rs-bulb:before{content:"\fbd6"}.fi-rs-building:before{content:"\fbd7"}.fi-rs-building-ngo:before{content:"\fbd8"}.fi-rs-building-circle-arrow-right:before{content:"\fbd9"}.fi-rs-builder:before{content:"\fbda"}.fi-rs-build:before{content:"\fbdb"}.fi-rs-build-alt:before{content:"\fbdc"}.fi-rs-bugs:before{content:"\fbdd"}.fi-rs-bug:before{content:"\fbde"}.fi-rs-bug-slash:before{content:"\fbdf"}.fi-rs-budget:before{content:"\fbe0"}.fi-rs-budget-alt:before{content:"\fbe1"}.fi-rs-bucket:before{content:"\fbe2"}.fi-rs-brush:before{content:"\fbe3"}.fi-rs-browsers:before{content:"\fbe4"}.fi-rs-browser:before{content:"\fbe5"}.fi-rs-browser-ui:before{content:"\fbe6"}.fi-rs-broom-ball:before{content:"\fbe7"}.fi-rs-broken-image:before{content:"\fbe8"}.fi-rs-broccoli:before{content:"\fbe9"}.fi-rs-broadcast-tower:before{content:"\fbea"}.fi-rs-bring-front:before{content:"\fbeb"}.fi-rs-bring-forward:before{content:"\fbec"}.fi-rs-brightness:before{content:"\fbed"}.fi-rs-brightness-low:before{content:"\fbee"}.fi-rs-briefcase:before{content:"\fbef"}.fi-rs-briefcase-blank:before{content:"\fbf0"}.fi-rs-briefcase-arrow-right:before{content:"\fbf1"}.fi-rs-bread:before{content:"\fbf2"}.fi-rs-bread-slice:before{content:"\fbf3"}.fi-rs-bread-slice-butter:before{content:"\fbf4"}.fi-rs-bread-loaf:before{content:"\fbf5"}.fi-rs-branding:before{content:"\fbf6"}.fi-rs-brand:before{content:"\fbf7"}.fi-rs-brain:before{content:"\fbf8"}.fi-rs-brain-circuit:before{content:"\fbf9"}.fi-rs-braille:before{content:"\fbfa"}.fi-rs-braille-z:before{content:"\fbfb"}.fi-rs-braille-y:before{content:"\fbfc"}.fi-rs-braille-x:before{content:"\fbfd"}.fi-rs-braille-w:before{content:"\fbfe"}.fi-rs-braille-v:before{content:"\fbff"}.fi-rs-braille-u:before{content:"\fc00"}.fi-rs-braille-t:before{content:"\fc01"}.fi-rs-braille-s:before{content:"\fc02"}.fi-rs-braille-r:before{content:"\fc03"}.fi-rs-braille-q:before{content:"\fc04"}.fi-rs-braille-p:before{content:"\fc05"}.fi-rs-braille-o:before{content:"\fc06"}.fi-rs-braille-n:before{content:"\fc07"}.fi-rs-braille-n-alt:before{content:"\fc08"}.fi-rs-braille-m:before{content:"\fc09"}.fi-rs-braille-l:before{content:"\fc0a"}.fi-rs-braille-k:before{content:"\fc0b"}.fi-rs-braille-j:before{content:"\fc0c"}.fi-rs-braille-i:before{content:"\fc0d"}.fi-rs-braille-h:before{content:"\fc0e"}.fi-rs-braille-g:before{content:"\fc0f"}.fi-rs-braille-e:before{content:"\fc10"}.fi-rs-braille-d:before{content:"\fc11"}.fi-rs-braille-c:before{content:"\fc12"}.fi-rs-braille-b:before{content:"\fc13"}.fi-rs-braille-a:before{content:"\fc14"}.fi-rs-brackets-square:before{content:"\fc15"}.fi-rs-brackets-round:before{content:"\fc16"}.fi-rs-brackets-curly:before{content:"\fc17"}.fi-rs-bracket-square:before{content:"\fc18"}.fi-rs-bracket-square-right:before{content:"\fc19"}.fi-rs-bracket-round:before{content:"\fc1a"}.fi-rs-bracket-round-right:before{content:"\fc1b"}.fi-rs-bracket-curly:before{content:"\fc1c"}.fi-rs-bracket-curly-right:before{content:"\fc1d"}.fi-rs-boxing-glove:before{content:"\fc1e"}.fi-rs-boxes:before{content:"\fc1f"}.fi-rs-box:before{content:"\fc20"}.fi-rs-box-up:before{content:"\fc21"}.fi-rs-box-tissue:before{content:"\fc22"}.fi-rs-box-open:before{content:"\fc23"}.fi-rs-box-open-full:before{content:"\fc24"}.fi-rs-box-heart:before{content:"\fc25"}.fi-rs-box-fragile:before{content:"\fc26"}.fi-rs-box-dollar:before{content:"\fc27"}.fi-rs-box-circle-check:before{content:"\fc28"}.fi-rs-box-check:before{content:"\fc29"}.fi-rs-box-ballot:before{content:"\fc2a"}.fi-rs-box-alt:before{content:"\fc2b"}.fi-rs-bowling:before{content:"\fc2c"}.fi-rs-bowling-pins:before{content:"\fc2d"}.fi-rs-bowling-ball:before{content:"\fc2e"}.fi-rs-bowl-spoon:before{content:"\fc2f"}.fi-rs-bowl-soft-serve:before{content:"\fc30"}.fi-rs-bowl-scoops:before{content:"\fc31"}.fi-rs-bowl-scoop:before{content:"\fc32"}.fi-rs-bowl-rice:before{content:"\fc33"}.fi-rs-bowl-chopsticks:before{content:"\fc34"}.fi-rs-bowl-chopsticks-noodles:before{content:"\fc35"}.fi-rs-bow-arrow:before{content:"\fc36"}.fi-rs-bottle:before{content:"\fc37"}.fi-rs-bottle-droplet:before{content:"\fc38"}.fi-rs-boss:before{content:"\fc39"}.fi-rs-border-top:before{content:"\fc3a"}.fi-rs-border-style:before{content:"\fc3b"}.fi-rs-border-style-alt:before{content:"\fc3c"}.fi-rs-border-right:before{content:"\fc3d"}.fi-rs-border-outer:before{content:"\fc3e"}.fi-rs-border-none:before{content:"\fc3f"}.fi-rs-border-left:before{content:"\fc40"}.fi-rs-border-inner:before{content:"\fc41"}.fi-rs-border-center-v:before{content:"\fc42"}.fi-rs-border-center-h:before{content:"\fc43"}.fi-rs-border-bottom:before{content:"\fc44"}.fi-rs-border-all:before{content:"\fc45"}.fi-rs-booth-curtain:before{content:"\fc46"}.fi-rs-boot:before{content:"\fc47"}.fi-rs-boot-heeled:before{content:"\fc48"}.fi-rs-books:before{content:"\fc49"}.fi-rs-books-medical:before{content:"\fc4a"}.fi-rs-bookmark:before{content:"\fc4b"}.fi-rs-bookmark-slash:before{content:"\fc4c"}.fi-rs-book:before{content:"\fc4d"}.fi-rs-book-user:before{content:"\fc4e"}.fi-rs-book-tanakh:before{content:"\fc4f"}.fi-rs-book-spells:before{content:"\fc50"}.fi-rs-book-section:before{content:"\fc51"}.fi-rs-book-quran:before{content:"\fc52"}.fi-rs-book-plus:before{content:"\fc53"}.fi-rs-book-open-reader:before{content:"\fc54"}.fi-rs-book-open-cover:before{content:"\fc55"}.fi-rs-book-medical:before{content:"\fc56"}.fi-rs-book-heart:before{content:"\fc57"}.fi-rs-book-font:before{content:"\fc58"}.fi-rs-book-dead:before{content:"\fc59"}.fi-rs-book-copy:before{content:"\fc5a"}.fi-rs-book-circle-arrow-up:before{content:"\fc5b"}.fi-rs-book-circle-arrow-right:before{content:"\fc5c"}.fi-rs-book-bookmark:before{content:"\fc5d"}.fi-rs-book-atlas:before{content:"\fc5e"}.fi-rs-book-arrow-up:before{content:"\fc5f"}.fi-rs-book-arrow-right:before{content:"\fc60"}.fi-rs-book-alt:before{content:"\fc61"}.fi-rs-bonus:before{content:"\fc62"}.fi-rs-bonus-star:before{content:"\fc63"}.fi-rs-bong:before{content:"\fc64"}.fi-rs-bone:before{content:"\fc65"}.fi-rs-bone-break:before{content:"\fc66"}.fi-rs-bomb:before{content:"\fc67"}.fi-rs-bolt:before{content:"\fc68"}.fi-rs-bolt-slash:before{content:"\fc69"}.fi-rs-bolt-auto:before{content:"\fc6a"}.fi-rs-bold:before{content:"\fc6b"}.fi-rs-blueprint:before{content:"\fc6c"}.fi-rs-blueberries:before{content:"\fc6d"}.fi-rs-blood:before{content:"\fc6e"}.fi-rs-blood-test-tube:before{content:"\fc6f"}.fi-rs-blood-test-tube-alt:before{content:"\fc70"}.fi-rs-blog-text:before{content:"\fc71"}.fi-rs-blog-pencil:before{content:"\fc72"}.fi-rs-blockchain-3:before{content:"\fc73"}.fi-rs-block:before{content:"\fc74"}.fi-rs-block-quote:before{content:"\fc75"}.fi-rs-block-question:before{content:"\fc76"}.fi-rs-block-brick:before{content:"\fc77"}.fi-rs-blinds:before{content:"\fc78"}.fi-rs-blinds-raised:before{content:"\fc79"}.fi-rs-blinds-open:before{content:"\fc7a"}.fi-rs-blender:before{content:"\fc7b"}.fi-rs-blender-phone:before{content:"\fc7c"}.fi-rs-blanket:before{content:"\fc7d"}.fi-rs-bitcoin-sign:before{content:"\fc7e"}.fi-rs-bird:before{content:"\fc7f"}.fi-rs-biohazard:before{content:"\fc80"}.fi-rs-binoculars:before{content:"\fc81"}.fi-rs-binary:before{content:"\fc82"}.fi-rs-binary-slash:before{content:"\fc83"}.fi-rs-binary-lock:before{content:"\fc84"}.fi-rs-binary-circle-check:before{content:"\fc85"}.fi-rs-billiard:before{content:"\fc86"}.fi-rs-bill-arrow:before{content:"\fc87"}.fi-rs-biking:before{content:"\fc88"}.fi-rs-biking-mountain:before{content:"\fc89"}.fi-rs-bike:before{content:"\fc8a"}.fi-rs-bicycle-journey:before{content:"\fc8b"}.fi-rs-bible:before{content:"\fc8c"}.fi-rs-betamax:before{content:"\fc8d"}.fi-rs-benefit-porcent:before{content:"\fc8e"}.fi-rs-bench-tree:before{content:"\fc8f"}.fi-rs-bells:before{content:"\fc90"}.fi-rs-bell:before{content:"\fc91"}.fi-rs-bell-slash:before{content:"\fc92"}.fi-rs-bell-school:before{content:"\fc93"}.fi-rs-bell-school-slash:before{content:"\fc94"}.fi-rs-bell-ring:before{content:"\fc95"}.fi-rs-bell-concierge:before{content:"\fc96"}.fi-rs-beer:before{content:"\fc97"}.fi-rs-beer-mug-empty:before{content:"\fc98"}.fi-rs-bee:before{content:"\fc99"}.fi-rs-bed:before{content:"\fc9a"}.fi-rs-bed-empty:before{content:"\fc9b"}.fi-rs-bed-bunk:before{content:"\fc9c"}.fi-rs-bed-alt:before{content:"\fc9d"}.fi-rs-beacon:before{content:"\fc9e"}.fi-rs-battery-three-quarters:before{content:"\fc9f"}.fi-rs-battery-slash:before{content:"\fca0"}.fi-rs-battery-quarter:before{content:"\fca1"}.fi-rs-battery-half:before{content:"\fca2"}.fi-rs-battery-full:before{content:"\fca3"}.fi-rs-battery-exclamation:before{content:"\fca4"}.fi-rs-battery-empty:before{content:"\fca5"}.fi-rs-battery-bolt:before{content:"\fca6"}.fi-rs-bath:before{content:"\fca7"}.fi-rs-bat:before{content:"\fca8"}.fi-rs-basketball:before{content:"\fca9"}.fi-rs-basketball-hoop:before{content:"\fcaa"}.fi-rs-basket-shopping-simple:before{content:"\fcab"}.fi-rs-baseball:before{content:"\fcac"}.fi-rs-baseball-alt:before{content:"\fcad"}.fi-rs-bars-staggered:before{content:"\fcae"}.fi-rs-bars-sort:before{content:"\fcaf"}.fi-rs-bars-progress:before{content:"\fcb0"}.fi-rs-bars-filter:before{content:"\fcb1"}.fi-rs-barcode:before{content:"\fcb2"}.fi-rs-barcode-scan:before{content:"\fcb3"}.fi-rs-barcode-read:before{content:"\fcb4"}.fi-rs-barber-shop:before{content:"\fcb5"}.fi-rs-barber-pole:before{content:"\fcb6"}.fi-rs-banner:before{content:"\fcb7"}.fi-rs-banner-5:before{content:"\fcb8"}.fi-rs-banner-4:before{content:"\fcb9"}.fi-rs-banner-3:before{content:"\fcba"}.fi-rs-banner-2:before{content:"\fcbb"}.fi-rs-bank:before{content:"\fcbc"}.fi-rs-banjo:before{content:"\fcbd"}.fi-rs-bangladeshi-taka-sign:before{content:"\fcbe"}.fi-rs-band-aid:before{content:"\fcbf"}.fi-rs-banana:before{content:"\fcc0"}.fi-rs-ban:before{content:"\fcc1"}.fi-rs-ban-bug:before{content:"\fcc2"}.fi-rs-ballot:before{content:"\fcc3"}.fi-rs-ballot-check:before{content:"\fcc4"}.fi-rs-balloons:before{content:"\fcc5"}.fi-rs-balloon:before{content:"\fcc6"}.fi-rs-ball-pile:before{content:"\fcc7"}.fi-rs-balance-scale-right:before{content:"\fcc8"}.fi-rs-balance-scale-left:before{content:"\fcc9"}.fi-rs-baht-sign:before{content:"\fcca"}.fi-rs-bahai:before{content:"\fccb"}.fi-rs-baguette:before{content:"\fccc"}.fi-rs-bags-shopping:before{content:"\fccd"}.fi-rs-bag-seedling:before{content:"\fcce"}.fi-rs-badminton:before{content:"\fccf"}.fi-rs-badget-check-alt:before{content:"\fcd0"}.fi-rs-badger-honey:before{content:"\fcd1"}.fi-rs-badge:before{content:"\fcd2"}.fi-rs-badge-sheriff:before{content:"\fcd3"}.fi-rs-badge-percent:before{content:"\fcd4"}.fi-rs-badge-dollar:before{content:"\fcd5"}.fi-rs-badge-check:before{content:"\fcd6"}.fi-rs-bacterium:before{content:"\fcd7"}.fi-rs-bacteria:before{content:"\fcd8"}.fi-rs-bacon:before{content:"\fcd9"}.fi-rs-backpack:before{content:"\fcda"}.fi-rs-background:before{content:"\fcdb"}.fi-rs-baby:before{content:"\fcdc"}.fi-rs-baby-carriage:before{content:"\fcdd"}.fi-rs-b:before{content:"\fcde"}.fi-rs-axe:before{content:"\fcdf"}.fi-rs-axe-battle:before{content:"\fce0"}.fi-rs-award:before{content:"\fce1"}.fi-rs-avocado:before{content:"\fce2"}.fi-rs-austral-sign:before{content:"\fce3"}.fi-rs-audit:before{content:"\fce4"}.fi-rs-audit-alt:before{content:"\fce5"}.fi-rs-audio-description-slash:before{content:"\fce6"}.fi-rs-auction:before{content:"\fce7"}.fi-rs-aubergine:before{content:"\fce8"}.fi-rs-attribution-pencil:before{content:"\fce9"}.fi-rs-attribution-pen:before{content:"\fcea"}.fi-rs-at:before{content:"\fceb"}.fi-rs-asterik:before{content:"\fcec"}.fi-rs-assistive-listening-systems:before{content:"\fced"}.fi-rs-assign:before{content:"\fcee"}.fi-rs-assessment:before{content:"\fcef"}.fi-rs-assessment-alt:before{content:"\fcf0"}.fi-rs-assept-document:before{content:"\fcf1"}.fi-rs-artificial-intelligence:before{content:"\fcf2"}.fi-rs-arrows:before{content:"\fcf3"}.fi-rs-arrows-to-line:before{content:"\fcf4"}.fi-rs-arrows-to-eye:before{content:"\fcf5"}.fi-rs-arrows-to-dotted-line:before{content:"\fcf6"}.fi-rs-arrows-retweet:before{content:"\fcf7"}.fi-rs-arrows-repeat:before{content:"\fcf8"}.fi-rs-arrows-repeat-1:before{content:"\fcf9"}.fi-rs-arrows-h:before{content:"\fcfa"}.fi-rs-arrows-h-copy:before{content:"\fcfb"}.fi-rs-arrows-from-line:before{content:"\fcfc"}.fi-rs-arrows-from-dotted-line:before{content:"\fcfd"}.fi-rs-arrows-cross:before{content:"\fcfe"}.fi-rs-arrows-alt:before{content:"\fcff"}.fi-rs-arrows-alt-v:before{content:"\fd00"}.fi-rs-arrows-alt-h:before{content:"\fd01"}.fi-rs-arrow-up:before{content:"\fd02"}.fi-rs-arrow-up-to-dotted-line:before{content:"\fd03"}.fi-rs-arrow-up-square-triangle:before{content:"\fd04"}.fi-rs-arrow-up-small-big:before{content:"\fd05"}.fi-rs-arrow-up-right:before{content:"\fd06"}.fi-rs-arrow-up-right-from-square:before{content:"\fd07"}.fi-rs-arrow-up-right-and-arrow-down-left-from-center:before{content:"\fd08"}.fi-rs-arrow-up-left:before{content:"\fd09"}.fi-rs-arrow-up-left-from-circle:before{content:"\fd0a"}.fi-rs-arrow-up-from-square:before{content:"\fd0b"}.fi-rs-arrow-up-from-dotted-line:before{content:"\fd0c"}.fi-rs-arrow-turn-down-right:before{content:"\fd0d"}.fi-rs-arrow-turn-down-left:before{content:"\fd0e"}.fi-rs-arrow-trend-up:before{content:"\fd0f"}.fi-rs-arrow-trend-down:before{content:"\fd10"}.fi-rs-arrow-to-top:before{content:"\fd11"}.fi-rs-arrow-to-right:before{content:"\fd12"}.fi-rs-arrow-to-left:before{content:"\fd13"}.fi-rs-arrow-to-bottom:before{content:"\fd14"}.fi-rs-arrow-square-up:before{content:"\fd15"}.fi-rs-arrow-square-right:before{content:"\fd16"}.fi-rs-arrow-square-left:before{content:"\fd17"}.fi-rs-arrow-square-down:before{content:"\fd18"}.fi-rs-arrow-small-up:before{content:"\fd19"}.fi-rs-arrow-small-right:before{content:"\fd1a"}.fi-rs-arrow-small-left:before{content:"\fd1b"}.fi-rs-arrow-small-down:before{content:"\fd1c"}.fi-rs-arrow-right:before{content:"\fd1d"}.fi-rs-arrow-right-to-bracket:before{content:"\fd1e"}.fi-rs-arrow-progress:before{content:"\fd1f"}.fi-rs-arrow-left:before{content:"\fd20"}.fi-rs-arrow-left-from-line:before{content:"\fd21"}.fi-rs-arrow-from-top:before{content:"\fd22"}.fi-rs-arrow-from-right:before{content:"\fd23"}.fi-rs-arrow-from-left:before{content:"\fd24"}.fi-rs-arrow-from-bottom:before{content:"\fd25"}.fi-rs-arrow-down:before{content:"\fd26"}.fi-rs-arrow-down-triangle-square:before{content:"\fd27"}.fi-rs-arrow-down-to-square:before{content:"\fd28"}.fi-rs-arrow-down-to-dotted-line:before{content:"\fd29"}.fi-rs-arrow-down-small-big:before{content:"\fd2a"}.fi-rs-arrow-down-left:before{content:"\fd2b"}.fi-rs-arrow-down-from-dotted-line:before{content:"\fd2c"}.fi-rs-arrow-comparison:before{content:"\fd2d"}.fi-rs-arrow-circle-up:before{content:"\fd2e"}.fi-rs-arrow-circle-right:before{content:"\fd2f"}.fi-rs-arrow-circle-left:before{content:"\fd30"}.fi-rs-arrow-circle-down:before{content:"\fd31"}.fi-rs-arrow-alt-up:before{content:"\fd32"}.fi-rs-arrow-alt-to-top:before{content:"\fd33"}.fi-rs-arrow-alt-to-right:before{content:"\fd34"}.fi-rs-arrow-alt-to-left:before{content:"\fd35"}.fi-rs-arrow-alt-to-bottom:before{content:"\fd36"}.fi-rs-arrow-alt-square-up:before{content:"\fd37"}.fi-rs-arrow-alt-square-right:before{content:"\fd38"}.fi-rs-arrow-alt-square-left:before{content:"\fd39"}.fi-rs-arrow-alt-square-down:before{content:"\fd3a"}.fi-rs-arrow-alt-right:before{content:"\fd3b"}.fi-rs-arrow-alt-left:before{content:"\fd3c"}.fi-rs-arrow-alt-from-top:before{content:"\fd3d"}.fi-rs-arrow-alt-from-right:before{content:"\fd3e"}.fi-rs-arrow-alt-from-left:before{content:"\fd3f"}.fi-rs-arrow-alt-from-bottom:before{content:"\fd40"}.fi-rs-arrow-alt-down:before{content:"\fd41"}.fi-rs-arrow-alt-circle-up:before{content:"\fd42"}.fi-rs-arrow-alt-circle-right:before{content:"\fd43"}.fi-rs-arrow-alt-circle-left:before{content:"\fd44"}.fi-rs-arrow-alt-circle-down:before{content:"\fd45"}.fi-rs-archway:before{content:"\fd46"}.fi-rs-archive:before{content:"\fd47"}.fi-rs-apps:before{content:"\fd48"}.fi-rs-apps-sort:before{content:"\fd49"}.fi-rs-apps-delete:before{content:"\fd4a"}.fi-rs-apps-add:before{content:"\fd4b"}.fi-rs-apple-whole:before{content:"\fd4c"}.fi-rs-apple-crate:before{content:"\fd4d"}.fi-rs-apple-core:before{content:"\fd4e"}.fi-rs-api:before{content:"\fd4f"}.fi-rs-aperture:before{content:"\fd50"}.fi-rs-apartment:before{content:"\fd51"}.fi-rs-answer:before{content:"\fd52"}.fi-rs-answer-alt:before{content:"\fd53"}.fi-rs-ankh:before{content:"\fd54"}.fi-rs-animated-icon:before{content:"\fd55"}.fi-rs-angry:before{content:"\fd56"}.fi-rs-angle:before{content:"\fd57"}.fi-rs-angle-up:before{content:"\fd58"}.fi-rs-angle-square-up:before{content:"\fd59"}.fi-rs-angle-square-right:before{content:"\fd5a"}.fi-rs-angle-square-left:before{content:"\fd5b"}.fi-rs-angle-square-down:before{content:"\fd5c"}.fi-rs-angle-small-up:before{content:"\fd5d"}.fi-rs-angle-small-right:before{content:"\fd5e"}.fi-rs-angle-small-left:before{content:"\fd5f"}.fi-rs-angle-small-down:before{content:"\fd60"}.fi-rs-angle-right:before{content:"\fd61"}.fi-rs-angle-left:before{content:"\fd62"}.fi-rs-angle-down:before{content:"\fd63"}.fi-rs-angle-double-small-up:before{content:"\fd64"}.fi-rs-angle-double-small-right:before{content:"\fd65"}.fi-rs-angle-double-small-left:before{content:"\fd66"}.fi-rs-angle-double-small-down:before{content:"\fd67"}.fi-rs-angle-double-right:before{content:"\fd68"}.fi-rs-angle-double-left:before{content:"\fd69"}.fi-rs-angle-circle-up:before{content:"\fd6a"}.fi-rs-angle-circle-right:before{content:"\fd6b"}.fi-rs-angle-circle-left:before{content:"\fd6c"}.fi-rs-angle-circle-down:before{content:"\fd6d"}.fi-rs-angle-90:before{content:"\fd6e"}.fi-rs-angel:before{content:"\fd6f"}.fi-rs-anchor:before{content:"\fd70"}.fi-rs-analyse:before{content:"\fd71"}.fi-rs-analyse-alt:before{content:"\fd72"}.fi-rs-ambulance:before{content:"\fd73"}.fi-rs-align-slash:before{content:"\fd74"}.fi-rs-align-left:before{content:"\fd75"}.fi-rs-align-justify:before{content:"\fd76"}.fi-rs-align-center:before{content:"\fd77"}.fi-rs-alien:before{content:"\fd78"}.fi-rs-alicorn:before{content:"\fd79"}.fi-rs-algorithm:before{content:"\fd7a"}.fi-rs-album:before{content:"\fd7b"}.fi-rs-album-collection:before{content:"\fd7c"}.fi-rs-album-circle-user:before{content:"\fd7d"}.fi-rs-album-circle-plus:before{content:"\fd7e"}.fi-rs-alarm-snooze:before{content:"\fd7f"}.fi-rs-alarm-plus:before{content:"\fd80"}.fi-rs-alarm-exclamation:before{content:"\fd81"}.fi-rs-alarm-clock:before{content:"\fd82"}.fi-rs-airplay:before{content:"\fd83"}.fi-rs-airplane-journey:before{content:"\fd84"}.fi-rs-air-freshener:before{content:"\fd85"}.fi-rs-air-conditioner:before{content:"\fd86"}.fi-rs-age:before{content:"\fd87"}.fi-rs-age-restriction-zero:before{content:"\fd88"}.fi-rs-age-restriction-twenty-one:before{content:"\fd89"}.fi-rs-age-restriction-twelve:before{content:"\fd8a"}.fi-rs-age-restriction-three:before{content:"\fd8b"}.fi-rs-age-restriction-thirteen:before{content:"\fd8c"}.fi-rs-age-restriction-sixteen:before{content:"\fd8d"}.fi-rs-age-restriction-six:before{content:"\fd8e"}.fi-rs-age-restriction-seven:before{content:"\fd8f"}.fi-rs-age-restriction-eighteen:before{content:"\fd90"}.fi-rs-age-alt:before{content:"\fd91"}.fi-rs-admin:before{content:"\fd92"}.fi-rs-admin-alt:before{content:"\fd93"}.fi-rs-address-card:before{content:"\fd94"}.fi-rs-address-book:before{content:"\fd95"}.fi-rs-add:before{content:"\fd96"}.fi-rs-add-image:before{content:"\fd97"}.fi-rs-add-folder:before{content:"\fd98"}.fi-rs-add-document:before{content:"\fd99"}.fi-rs-ad:before{content:"\fd9a"}.fi-rs-ad-paid:before{content:"\fd9b"}.fi-rs-acorn:before{content:"\fd9c"}.fi-rs-accident:before{content:"\fd9d"}.fi-rs-a:before{content:"\fd9e"}.fi-rs-Siren:before{content:"\fd9f"}.fi-rs-Sickle:before{content:"\fda0"}.fi-rs-Revenue:before{content:"\fda1"}.fi-rs-QR:before{content:"\fda2"}.fi-rs-Pi:before{content:"\fda3"}.fi-rs-Cannabis:before{content:"\fda4"}.fi-rs-CV:before{content:"\fda5"}.fi-rs-CRM:before{content:"\fda6"}.fi-rs-Butter:before{content:"\fda7"}.fi-rs-Booking:before{content:"\fda8"}.fi-rs-9:before{content:"\fda9"}.fi-rs-8:before{content:"\fdaa"}.fi-rs-7:before{content:"\fdab"}.fi-rs-6:before{content:"\fdac"}.fi-rs-5:before{content:"\fdad"}.fi-rs-404:before{content:"\fdae"}.fi-rs-4:before{content:"\fdaf"}.fi-rs-360-degrees:before{content:"\fdb0"}.fi-rs-3:before{content:"\fdb1"}.fi-rs-2:before{content:"\fdb2"}.fi-rs-1:before{content:"\fdb3"}.fi-rs-0:before{content:"\fdb4"}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.3.0 - https://www.flaticon.com/uicons/interface-icons
*/@font-face{font-display:swap;font-family:uicons-bold-rounded;src:url(/static/media/uicons-bold-rounded-4YSX3ME3.484e3b46bb85b771f3be.woff2) format("woff2"),url(/static/media/uicons-bold-rounded-GYHBFZ7R.ddf1e802a41d6ced8fed.woff) format("woff"),url(/static/media/uicons-bold-rounded-SUEIJKEC.9e34ae5ebf173fe16d30.eot#iefix) format("embedded-opentype")}i[class*=" fi-br-"]:before,i[class^=fi-br-]:before,span[class*=fi-br-]:before,span[class^=fi-br-]:before{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:uicons-bold-rounded!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none}.fi-br-zoom-out:before{content:"\f101"}.fi-br-zoom-in:before{content:"\f102"}.fi-br-z:before{content:"\f103"}.fi-br-yin-yang:before{content:"\f104"}.fi-br-yen:before{content:"\f105"}.fi-br-y:before{content:"\f106"}.fi-br-x:before{content:"\f107"}.fi-br-x-ray:before{content:"\f108"}.fi-br-wrench-simple:before{content:"\f109"}.fi-br-wrench-alt:before{content:"\f10a"}.fi-br-wreath:before{content:"\f10b"}.fi-br-worm:before{content:"\f10c"}.fi-br-world:before{content:"\f10d"}.fi-br-workshop:before{content:"\f10e"}.fi-br-workflow:before{content:"\f10f"}.fi-br-workflow-setting:before{content:"\f110"}.fi-br-workflow-setting-alt:before{content:"\f111"}.fi-br-workflow-alt:before{content:"\f112"}.fi-br-work-in-progress:before{content:"\f113"}.fi-br-won-sign:before{content:"\f114"}.fi-br-woman-scientist:before{content:"\f115"}.fi-br-woman-head:before{content:"\f116"}.fi-br-wishlist-star:before{content:"\f117"}.fi-br-wishlist-heart:before{content:"\f118"}.fi-br-wink:before{content:"\f119"}.fi-br-wine-glass-empty:before{content:"\f11a"}.fi-br-wine-glass-crack:before{content:"\f11b"}.fi-br-wine-bottle:before{content:"\f11c"}.fi-br-windsock:before{content:"\f11d"}.fi-br-window-restore:before{content:"\f11e"}.fi-br-window-minimize:before{content:"\f11f"}.fi-br-window-maximize:before{content:"\f120"}.fi-br-window-frame:before{content:"\f121"}.fi-br-window-frame-open:before{content:"\f122"}.fi-br-window-alt:before{content:"\f123"}.fi-br-wind:before{content:"\f124"}.fi-br-wind-warning:before{content:"\f125"}.fi-br-wind-turbine:before{content:"\f126"}.fi-br-wifi:before{content:"\f127"}.fi-br-wifi-slash:before{content:"\f128"}.fi-br-wifi-exclamation:before{content:"\f129"}.fi-br-wifi-alt:before{content:"\f12a"}.fi-br-wifi-2:before{content:"\f12b"}.fi-br-wifi-1:before{content:"\f12c"}.fi-br-whistle:before{content:"\f12d"}.fi-br-wheelchair:before{content:"\f12e"}.fi-br-wheelchair-move:before{content:"\f12f"}.fi-br-wheat:before{content:"\f130"}.fi-br-wheat-slash:before{content:"\f131"}.fi-br-wheat-awn:before{content:"\f132"}.fi-br-wheat-awn-slash:before{content:"\f133"}.fi-br-wheat-awn-circle-exclamation:before{content:"\f134"}.fi-br-whale:before{content:"\f135"}.fi-br-wednesday:before{content:"\f136"}.fi-br-webcam:before{content:"\f137"}.fi-br-webcam-slash:before{content:"\f138"}.fi-br-waveform:before{content:"\f139"}.fi-br-waveform-path:before{content:"\f13a"}.fi-br-wave-triangle:before{content:"\f13b"}.fi-br-wave-square:before{content:"\f13c"}.fi-br-wave-sine:before{content:"\f13d"}.fi-br-watermelon:before{content:"\f13e"}.fi-br-water:before{content:"\f13f"}.fi-br-water-rise:before{content:"\f140"}.fi-br-water-lower:before{content:"\f141"}.fi-br-water-ladder:before{content:"\f142"}.fi-br-water-bottle:before{content:"\f143"}.fi-br-watch:before{content:"\f144"}.fi-br-watch-smart:before{content:"\f145"}.fi-br-watch-fitness:before{content:"\f146"}.fi-br-watch-calculator:before{content:"\f147"}.fi-br-waste:before{content:"\f148"}.fi-br-waste-pollution:before{content:"\f149"}.fi-br-washer:before{content:"\f14a"}.fi-br-warranty:before{content:"\f14b"}.fi-br-warehouse-alt:before{content:"\f14c"}.fi-br-wallet:before{content:"\f14d"}.fi-br-wallet-arrow:before{content:"\f14e"}.fi-br-walking:before{content:"\f14f"}.fi-br-walkie-talkie:before{content:"\f150"}.fi-br-walker:before{content:"\f151"}.fi-br-wagon-covered:before{content:"\f152"}.fi-br-waffle:before{content:"\f153"}.fi-br-w:before{content:"\f154"}.fi-br-vr-cardboard:before{content:"\f155"}.fi-br-vote-yea:before{content:"\f156"}.fi-br-vote-nay:before{content:"\f157"}.fi-br-volume:before{content:"\f158"}.fi-br-volume-slash:before{content:"\f159"}.fi-br-volume-off:before{content:"\f15a"}.fi-br-volume-mute:before{content:"\f15b"}.fi-br-volume-down:before{content:"\f15c"}.fi-br-volleyball:before{content:"\f15d"}.fi-br-volcano:before{content:"\f15e"}.fi-br-voicemail:before{content:"\f15f"}.fi-br-visit:before{content:"\f160"}.fi-br-viruses:before{content:"\f161"}.fi-br-virus:before{content:"\f162"}.fi-br-virus-slash:before{content:"\f163"}.fi-br-violin:before{content:"\f164"}.fi-br-vihara:before{content:"\f165"}.fi-br-videoconference:before{content:"\f166"}.fi-br-video-slash:before{content:"\f167"}.fi-br-video-plus:before{content:"\f168"}.fi-br-video-duration:before{content:"\f169"}.fi-br-video-camera:before{content:"\f16a"}.fi-br-video-camera-alt:before{content:"\f16b"}.fi-br-video-arrow-up-right:before{content:"\f16c"}.fi-br-video-arrow-down-left:before{content:"\f16d"}.fi-br-vest:before{content:"\f16e"}.fi-br-vest-patches:before{content:"\f16f"}.fi-br-vector:before{content:"\f170"}.fi-br-vector-polygon:before{content:"\f171"}.fi-br-vector-circle:before{content:"\f172"}.fi-br-vector-alt:before{content:"\f173"}.fi-br-vault:before{content:"\f174"}.fi-br-value-absolute:before{content:"\f175"}.fi-br-vacuum:before{content:"\f176"}.fi-br-vacuum-robot:before{content:"\f177"}.fi-br-v:before{content:"\f178"}.fi-br-ux:before{content:"\f179"}.fi-br-ux-browser:before{content:"\f17a"}.fi-br-utility-pole:before{content:"\f17b"}.fi-br-utility-pole-double:before{content:"\f17c"}.fi-br-utensils:before{content:"\f17d"}.fi-br-utensils-slash:before{content:"\f17e"}.fi-br-users:before{content:"\f17f"}.fi-br-users-slash:before{content:"\f180"}.fi-br-users-medical:before{content:"\f181"}.fi-br-users-gear:before{content:"\f182"}.fi-br-users-class:before{content:"\f183"}.fi-br-users-alt:before{content:"\f184"}.fi-br-user:before{content:"\f185"}.fi-br-user-xmark:before{content:"\f186"}.fi-br-user-visor:before{content:"\f187"}.fi-br-user-unlock:before{content:"\f188"}.fi-br-user-time:before{content:"\f189"}.fi-br-user-tag:before{content:"\f18a"}.fi-br-user-slash:before{content:"\f18b"}.fi-br-user-shield:before{content:"\f18c"}.fi-br-user-salary:before{content:"\f18d"}.fi-br-user-robot:before{content:"\f18e"}.fi-br-user-robot-xmarks:before{content:"\f18f"}.fi-br-user-police:before{content:"\f190"}.fi-br-user-pilot:before{content:"\f191"}.fi-br-user-pilot-tie:before{content:"\f192"}.fi-br-user-pen:before{content:"\f193"}.fi-br-user-nurse:before{content:"\f194"}.fi-br-user-ninja:before{content:"\f195"}.fi-br-user-music:before{content:"\f196"}.fi-br-user-minus:before{content:"\f197"}.fi-br-user-md:before{content:"\f198"}.fi-br-user-md-chat:before{content:"\f199"}.fi-br-user-lock:before{content:"\f19a"}.fi-br-user-key:before{content:"\f19b"}.fi-br-user-interface-ui:before{content:"\f19c"}.fi-br-user-injured:before{content:"\f19d"}.fi-br-user-helmet-safety:before{content:"\f19e"}.fi-br-user-headset:before{content:"\f19f"}.fi-br-user-graduate:before{content:"\f1a0"}.fi-br-user-gear:before{content:"\f1a1"}.fi-br-user-crown:before{content:"\f1a2"}.fi-br-user-cowboy:before{content:"\f1a3"}.fi-br-user-chef:before{content:"\f1a4"}.fi-br-user-check:before{content:"\f1a5"}.fi-br-user-astronaut:before{content:"\f1a6"}.fi-br-user-alien:before{content:"\f1a7"}.fi-br-user-add:before{content:"\f1a8"}.fi-br-usd-square:before{content:"\f1a9"}.fi-br-usd-circle:before{content:"\f1aa"}.fi-br-usb-pendrive:before{content:"\f1ab"}.fi-br-url:before{content:"\f1ac"}.fi-br-upload:before{content:"\f1ad"}.fi-br-up:before{content:"\f1ae"}.fi-br-up-right:before{content:"\f1af"}.fi-br-up-right-from-square:before{content:"\f1b0"}.fi-br-up-left:before{content:"\f1b1"}.fi-br-unlock:before{content:"\f1b2"}.fi-br-universal-access:before{content:"\f1b3"}.fi-br-uniform-martial-arts:before{content:"\f1b4"}.fi-br-unicorn:before{content:"\f1b5"}.fi-br-undo:before{content:"\f1b6"}.fi-br-undo-alt:before{content:"\f1b7"}.fi-br-underline:before{content:"\f1b8"}.fi-br-umbrella:before{content:"\f1b9"}.fi-br-umbrella-beach:before{content:"\f1ba"}.fi-br-ui-ux:before{content:"\f1bb"}.fi-br-ufo:before{content:"\f1bc"}.fi-br-ufo-beam:before{content:"\f1bd"}.fi-br-u:before{content:"\f1be"}.fi-br-typewriter:before{content:"\f1bf"}.fi-br-tv-retro:before{content:"\f1c0"}.fi-br-tv-music:before{content:"\f1c1"}.fi-br-turtle:before{content:"\f1c2"}.fi-br-turntable:before{content:"\f1c3"}.fi-br-turkey:before{content:"\f1c4"}.fi-br-tugrik-sign:before{content:"\f1c5"}.fi-br-tuesday:before{content:"\f1c6"}.fi-br-tubes:before{content:"\f1c7"}.fi-br-tty:before{content:"\f1c8"}.fi-br-tty-answer:before{content:"\f1c9"}.fi-br-tshirt:before{content:"\f1ca"}.fi-br-trust:before{content:"\f1cb"}.fi-br-trust-alt:before{content:"\f1cc"}.fi-br-trumpet:before{content:"\f1cd"}.fi-br-truck-tow:before{content:"\f1ce"}.fi-br-truck-side:before{content:"\f1cf"}.fi-br-truck-ramp:before{content:"\f1d0"}.fi-br-truck-plow:before{content:"\f1d1"}.fi-br-truck-pickup:before{content:"\f1d2"}.fi-br-truck-moving:before{content:"\f1d3"}.fi-br-truck-monster:before{content:"\f1d4"}.fi-br-truck-medical:before{content:"\f1d5"}.fi-br-truck-loading:before{content:"\f1d6"}.fi-br-truck-front:before{content:"\f1d7"}.fi-br-truck-flatbed:before{content:"\f1d8"}.fi-br-truck-couch:before{content:"\f1d9"}.fi-br-truck-container:before{content:"\f1da"}.fi-br-truck-container-empty:before{content:"\f1db"}.fi-br-truck-check:before{content:"\f1dc"}.fi-br-truck-box:before{content:"\f1dd"}.fi-br-truck-bolt:before{content:"\f1de"}.fi-br-truck-arrow-right:before{content:"\f1df"}.fi-br-truck-arrow-left:before{content:"\f1e0"}.fi-br-trophy:before{content:"\f1e1"}.fi-br-trophy-star:before{content:"\f1e2"}.fi-br-trillium:before{content:"\f1e3"}.fi-br-triangle:before{content:"\f1e4"}.fi-br-triangle-warning:before{content:"\f1e5"}.fi-br-triangle-person-digging:before{content:"\f1e6"}.fi-br-triangle-music:before{content:"\f1e7"}.fi-br-trees:before{content:"\f1e8"}.fi-br-trees-alt:before{content:"\f1e9"}.fi-br-tree:before{content:"\f1ea"}.fi-br-tree-deciduous:before{content:"\f1eb"}.fi-br-tree-christmas:before{content:"\f1ec"}.fi-br-tree-alt:before{content:"\f1ed"}.fi-br-treatment:before{content:"\f1ee"}.fi-br-treasure-chest:before{content:"\f1ef"}.fi-br-trash:before{content:"\f1f0"}.fi-br-trash-xmark:before{content:"\f1f1"}.fi-br-trash-undo:before{content:"\f1f2"}.fi-br-trash-undo-alt:before{content:"\f1f3"}.fi-br-trash-slash:before{content:"\f1f4"}.fi-br-trash-restore:before{content:"\f1f5"}.fi-br-trash-restore-alt:before{content:"\f1f6"}.fi-br-trash-plus:before{content:"\f1f7"}.fi-br-trash-list:before{content:"\f1f8"}.fi-br-trash-clock:before{content:"\f1f9"}.fi-br-trash-check:before{content:"\f1fa"}.fi-br-trash-can-slash:before{content:"\f1fb"}.fi-br-trash-can-plus:before{content:"\f1fc"}.fi-br-trash-can-list:before{content:"\f1fd"}.fi-br-trash-can-clock:before{content:"\f1fe"}.fi-br-trash-can-check:before{content:"\f1ff"}.fi-br-transporter:before{content:"\f200"}.fi-br-transporter-empty:before{content:"\f201"}.fi-br-transporter-7:before{content:"\f202"}.fi-br-transporter-6:before{content:"\f203"}.fi-br-transporter-5:before{content:"\f204"}.fi-br-transporter-4:before{content:"\f205"}.fi-br-transporter-3:before{content:"\f206"}.fi-br-transporter-2:before{content:"\f207"}.fi-br-transporter-1:before{content:"\f208"}.fi-br-transgender:before{content:"\f209"}.fi-br-transformer-bolt:before{content:"\f20a"}.fi-br-transformation-shapes:before{content:"\f20b"}.fi-br-transformation-design:before{content:"\f20c"}.fi-br-transformation-circle:before{content:"\f20d"}.fi-br-transformation-block:before{content:"\f20e"}.fi-br-transform:before{content:"\f20f"}.fi-br-tram:before{content:"\f210"}.fi-br-train:before{content:"\f211"}.fi-br-train-tram:before{content:"\f212"}.fi-br-train-subway-tunnel:before{content:"\f213"}.fi-br-train-station:before{content:"\f214"}.fi-br-train-station-building:before{content:"\f215"}.fi-br-train-side:before{content:"\f216"}.fi-br-train-journey:before{content:"\f217"}.fi-br-trailer:before{content:"\f218"}.fi-br-traffic-light:before{content:"\f219"}.fi-br-traffic-light-stop:before{content:"\f21a"}.fi-br-traffic-light-slow:before{content:"\f21b"}.fi-br-traffic-light-go:before{content:"\f21c"}.fi-br-traffic-cone:before{content:"\f21d"}.fi-br-trademark:before{content:"\f21e"}.fi-br-tractor:before{content:"\f21f"}.fi-br-track:before{content:"\f220"}.fi-br-tower-control:before{content:"\f221"}.fi-br-tour-virtual:before{content:"\f222"}.fi-br-tour-guide-people:before{content:"\f223"}.fi-br-total:before{content:"\f224"}.fi-br-tornado:before{content:"\f225"}.fi-br-torii-gate:before{content:"\f226"}.fi-br-toothbrush:before{content:"\f227"}.fi-br-tooth:before{content:"\f228"}.fi-br-tools:before{content:"\f229"}.fi-br-tool-marquee:before{content:"\f22a"}.fi-br-tool-crop:before{content:"\f22b"}.fi-br-tool-box:before{content:"\f22c"}.fi-br-tombstone:before{content:"\f22d"}.fi-br-tombstone-alt:before{content:"\f22e"}.fi-br-tomato:before{content:"\f22f"}.fi-br-token:before{content:"\f230"}.fi-br-toilet:before{content:"\f231"}.fi-br-toilet-paper-under:before{content:"\f232"}.fi-br-toilet-paper-under-slash:before{content:"\f233"}.fi-br-toilet-paper-slash:before{content:"\f234"}.fi-br-toilet-paper-blank:before{content:"\f235"}.fi-br-toilet-paper-blank-under:before{content:"\f236"}.fi-br-toggle-on:before{content:"\f237"}.fi-br-toggle-off:before{content:"\f238"}.fi-br-together-people:before{content:"\f239"}.fi-br-to-do:before{content:"\f23a"}.fi-br-to-do-alt:before{content:"\f23b"}.fi-br-tired:before{content:"\f23c"}.fi-br-tire:before{content:"\f23d"}.fi-br-tire-rugged:before{content:"\f23e"}.fi-br-tire-pressure-warning:before{content:"\f23f"}.fi-br-tire-flat:before{content:"\f240"}.fi-br-tip-coin:before{content:"\f241"}.fi-br-tint-slash:before{content:"\f242"}.fi-br-times-hexagon:before{content:"\f243"}.fi-br-time-twenty-four:before{content:"\f244"}.fi-br-time-quarter-to:before{content:"\f245"}.fi-br-time-quarter-past:before{content:"\f246"}.fi-br-time-past:before{content:"\f247"}.fi-br-time-oclock:before{content:"\f248"}.fi-br-time-half-past:before{content:"\f249"}.fi-br-time-forward:before{content:"\f24a"}.fi-br-time-forward-ten:before{content:"\f24b"}.fi-br-time-forward-sixty:before{content:"\f24c"}.fi-br-time-fast:before{content:"\f24d"}.fi-br-time-delete:before{content:"\f24e"}.fi-br-time-check:before{content:"\f24f"}.fi-br-time-add:before{content:"\f250"}.fi-br-tilde:before{content:"\f251"}.fi-br-tie:before{content:"\f252"}.fi-br-tickets-airline:before{content:"\f253"}.fi-br-ticket:before{content:"\f254"}.fi-br-ticket-alt:before{content:"\f255"}.fi-br-ticket-airline:before{content:"\f256"}.fi-br-thursday:before{content:"\f257"}.fi-br-thunderstorm:before{content:"\f258"}.fi-br-thunderstorm-sun:before{content:"\f259"}.fi-br-thunderstorm-moon:before{content:"\f25a"}.fi-br-thumbtack:before{content:"\f25b"}.fi-br-thought-bubble:before{content:"\f25c"}.fi-br-third:before{content:"\f25d"}.fi-br-third-medal:before{content:"\f25e"}.fi-br-third-laurel:before{content:"\f25f"}.fi-br-third-award:before{content:"\f260"}.fi-br-theta:before{content:"\f261"}.fi-br-thermometer-three-quarters:before{content:"\f262"}.fi-br-thermometer-quarter:before{content:"\f263"}.fi-br-thermometer-half:before{content:"\f264"}.fi-br-thermometer-full:before{content:"\f265"}.fi-br-thermometer-empty:before{content:"\f266"}.fi-br-thermometer-alt:before{content:"\f267"}.fi-br-theater-masks:before{content:"\f268"}.fi-br-text:before{content:"\f269"}.fi-br-text-width:before{content:"\f26a"}.fi-br-text-slash:before{content:"\f26b"}.fi-br-text-size:before{content:"\f26c"}.fi-br-text-shadow:before{content:"\f26d"}.fi-br-text-height:before{content:"\f26e"}.fi-br-text-check:before{content:"\f26f"}.fi-br-text-box:before{content:"\f270"}.fi-br-text-box-edit:before{content:"\f271"}.fi-br-text-box-dots:before{content:"\f272"}.fi-br-test:before{content:"\f273"}.fi-br-test-tube:before{content:"\f274"}.fi-br-terrace:before{content:"\f275"}.fi-br-terminal:before{content:"\f276"}.fi-br-tents:before{content:"\f277"}.fi-br-tent-arrows-down:before{content:"\f278"}.fi-br-tent-arrow-turn-left:before{content:"\f279"}.fi-br-tent-arrow-left-right:before{content:"\f27a"}.fi-br-tent-arrow-down-to-line:before{content:"\f27b"}.fi-br-tennis:before{content:"\f27c"}.fi-br-tenge:before{content:"\f27d"}.fi-br-template:before{content:"\f27e"}.fi-br-template-alt:before{content:"\f27f"}.fi-br-temperature-up:before{content:"\f280"}.fi-br-temperature-low:before{content:"\f281"}.fi-br-temperature-list:before{content:"\f282"}.fi-br-temperature-high:before{content:"\f283"}.fi-br-temperature-frigid:before{content:"\f284"}.fi-br-temperature-down:before{content:"\f285"}.fi-br-telescope:before{content:"\f286"}.fi-br-teeth-open:before{content:"\f287"}.fi-br-teddy-bear:before{content:"\f288"}.fi-br-team-check:before{content:"\f289"}.fi-br-team-check-alt:before{content:"\f28a"}.fi-br-taxi:before{content:"\f28b"}.fi-br-taxi-bus:before{content:"\f28c"}.fi-br-tax:before{content:"\f28d"}.fi-br-tax-alt:before{content:"\f28e"}.fi-br-target:before{content:"\f28f"}.fi-br-target-audience:before{content:"\f290"}.fi-br-tape:before{content:"\f291"}.fi-br-tap:before{content:"\f292"}.fi-br-tank-water:before{content:"\f293"}.fi-br-tamale:before{content:"\f294"}.fi-br-tally:before{content:"\f295"}.fi-br-tally-4:before{content:"\f296"}.fi-br-tally-3:before{content:"\f297"}.fi-br-tally-2:before{content:"\f298"}.fi-br-tally-1:before{content:"\f299"}.fi-br-tags:before{content:"\f29a"}.fi-br-taco:before{content:"\f29b"}.fi-br-tachometer:before{content:"\f29c"}.fi-br-tachometer-slowest:before{content:"\f29d"}.fi-br-tachometer-slow:before{content:"\f29e"}.fi-br-tachometer-fastest:before{content:"\f29f"}.fi-br-tachometer-fast:before{content:"\f2a0"}.fi-br-tachometer-average:before{content:"\f2a1"}.fi-br-tachometer-alt-slowest:before{content:"\f2a2"}.fi-br-tachometer-alt-slow:before{content:"\f2a3"}.fi-br-tachometer-alt-fastest:before{content:"\f2a4"}.fi-br-tachometer-alt-average:before{content:"\f2a5"}.fi-br-tablet:before{content:"\f2a6"}.fi-br-tablet-rugged:before{content:"\f2a7"}.fi-br-tablet-android:before{content:"\f2a8"}.fi-br-tablet-android-alt:before{content:"\f2a9"}.fi-br-table:before{content:"\f2aa"}.fi-br-table-tree:before{content:"\f2ab"}.fi-br-table-rows:before{content:"\f2ac"}.fi-br-table-pivot:before{content:"\f2ad"}.fi-br-table-picnic:before{content:"\f2ae"}.fi-br-table-list:before{content:"\f2af"}.fi-br-table-layout:before{content:"\f2b0"}.fi-br-table-columns:before{content:"\f2b1"}.fi-br-tab-folder:before{content:"\f2b2"}.fi-br-t:before{content:"\f2b3"}.fi-br-syringe:before{content:"\f2b4"}.fi-br-synagogue:before{content:"\f2b5"}.fi-br-symbols:before{content:"\f2b6"}.fi-br-symbol:before{content:"\f2b7"}.fi-br-sword:before{content:"\f2b8"}.fi-br-swipe-up:before{content:"\f2b9"}.fi-br-swipe-right:before{content:"\f2ba"}.fi-br-swipe-left:before{content:"\f2bb"}.fi-br-swipe-down:before{content:"\f2bc"}.fi-br-swimming-pool:before{content:"\f2bd"}.fi-br-swimmer:before{content:"\f2be"}.fi-br-swatchbook:before{content:"\f2bf"}.fi-br-svg:before{content:"\f2c0"}.fi-br-sushi:before{content:"\f2c1"}.fi-br-sushi-roll:before{content:"\f2c2"}.fi-br-sushi-alt:before{content:"\f2c3"}.fi-br-surprise:before{content:"\f2c4"}.fi-br-surfing:before{content:"\f2c5"}.fi-br-supplier:before{content:"\f2c6"}.fi-br-supplier-alt:before{content:"\f2c7"}.fi-br-superscript:before{content:"\f2c8"}.fi-br-sunset:before{content:"\f2c9"}.fi-br-sunrise:before{content:"\f2ca"}.fi-br-sunrise-alt:before{content:"\f2cb"}.fi-br-sunglasses:before{content:"\f2cc"}.fi-br-sunglasses-alt:before{content:"\f2cd"}.fi-br-sunday:before{content:"\f2ce"}.fi-br-sun:before{content:"\f2cf"}.fi-br-sun-plant-wilt:before{content:"\f2d0"}.fi-br-sun-dust:before{content:"\f2d1"}.fi-br-summer:before{content:"\f2d2"}.fi-br-suitcase-alt:before{content:"\f2d3"}.fi-br-subway:before{content:"\f2d4"}.fi-br-subtitles:before{content:"\f2d5"}.fi-br-subscription:before{content:"\f2d6"}.fi-br-subscription-alt:before{content:"\f2d7"}.fi-br-subscript:before{content:"\f2d8"}.fi-br-student:before{content:"\f2d9"}.fi-br-student-alt:before{content:"\f2da"}.fi-br-stroopwafel:before{content:"\f2db"}.fi-br-strikethrough:before{content:"\f2dc"}.fi-br-stretcher:before{content:"\f2dd"}.fi-br-street-view:before{content:"\f2de"}.fi-br-strawberry:before{content:"\f2df"}.fi-br-story-fantasy:before{content:"\f2e0"}.fi-br-story-fairy-tale:before{content:"\f2e1"}.fi-br-story-book:before{content:"\f2e2"}.fi-br-store-slash:before{content:"\f2e3"}.fi-br-store-lock:before{content:"\f2e4"}.fi-br-store-alt:before{content:"\f2e5"}.fi-br-stopwatch:before{content:"\f2e6"}.fi-br-stop:before{content:"\f2e7"}.fi-br-stop-circle:before{content:"\f2e8"}.fi-br-stomach:before{content:"\f2e9"}.fi-br-stocking:before{content:"\f2ea"}.fi-br-sticker:before{content:"\f2eb"}.fi-br-stethoscope:before{content:"\f2ec"}.fi-br-sterling-sign:before{content:"\f2ed"}.fi-br-step-forward:before{content:"\f2ee"}.fi-br-step-backward:before{content:"\f2ef"}.fi-br-steering-wheel:before{content:"\f2f0"}.fi-br-steak:before{content:"\f2f1"}.fi-br-stats:before{content:"\f2f2"}.fi-br-state-country:before{content:"\f2f3"}.fi-br-stars:before{content:"\f2f4"}.fi-br-starfighter:before{content:"\f2f5"}.fi-br-star:before{content:"\f2f6"}.fi-br-star-shooting:before{content:"\f2f7"}.fi-br-star-sharp-half:before{content:"\f2f8"}.fi-br-star-sharp-half-stroke:before{content:"\f2f9"}.fi-br-star-of-david:before{content:"\f2fa"}.fi-br-star-octogram:before{content:"\f2fb"}.fi-br-star-exclamation:before{content:"\f2fc"}.fi-br-star-comment-alt:before{content:"\f2fd"}.fi-br-star-christmas:before{content:"\f2fe"}.fi-br-star-and-crescent:before{content:"\f2ff"}.fi-br-standard-definition:before{content:"\f300"}.fi-br-stamp:before{content:"\f301"}.fi-br-stairs:before{content:"\f302"}.fi-br-stage:before{content:"\f303"}.fi-br-stage-theatre:before{content:"\f304"}.fi-br-stage-concert:before{content:"\f305"}.fi-br-staff:before{content:"\f306"}.fi-br-squirrel:before{content:"\f307"}.fi-br-squircle:before{content:"\f308"}.fi-br-squid:before{content:"\f309"}.fi-br-square:before{content:"\f30a"}.fi-br-square-z:before{content:"\f30b"}.fi-br-square-y:before{content:"\f30c"}.fi-br-square-x:before{content:"\f30d"}.fi-br-square-w:before{content:"\f30e"}.fi-br-square-v:before{content:"\f30f"}.fi-br-square-up-right:before{content:"\f310"}.fi-br-square-u:before{content:"\f311"}.fi-br-square-terminal:before{content:"\f312"}.fi-br-square-t:before{content:"\f313"}.fi-br-square-star:before{content:"\f314"}.fi-br-square-small:before{content:"\f315"}.fi-br-square-s:before{content:"\f316"}.fi-br-square-root:before{content:"\f317"}.fi-br-square-r:before{content:"\f318"}.fi-br-square-quote:before{content:"\f319"}.fi-br-square-q:before{content:"\f31a"}.fi-br-square-poll-vertical:before{content:"\f31b"}.fi-br-square-poll-horizontal:before{content:"\f31c"}.fi-br-square-plus:before{content:"\f31d"}.fi-br-square-phone-hangup:before{content:"\f31e"}.fi-br-square-p:before{content:"\f31f"}.fi-br-square-o:before{content:"\f320"}.fi-br-square-n:before{content:"\f321"}.fi-br-square-minus:before{content:"\f322"}.fi-br-square-m:before{content:"\f323"}.fi-br-square-l:before{content:"\f324"}.fi-br-square-kanban:before{content:"\f325"}.fi-br-square-k:before{content:"\f326"}.fi-br-square-j:before{content:"\f327"}.fi-br-square-info:before{content:"\f328"}.fi-br-square-i:before{content:"\f329"}.fi-br-square-heart:before{content:"\f32a"}.fi-br-square-h:before{content:"\f32b"}.fi-br-square-g:before{content:"\f32c"}.fi-br-square-f:before{content:"\f32d"}.fi-br-square-exclamation:before{content:"\f32e"}.fi-br-square-ellipsis:before{content:"\f32f"}.fi-br-square-ellipsis-vertical:before{content:"\f330"}.fi-br-square-e:before{content:"\f331"}.fi-br-square-divide:before{content:"\f332"}.fi-br-square-dashed:before{content:"\f333"}.fi-br-square-d:before{content:"\f334"}.fi-br-square-code:before{content:"\f335"}.fi-br-square-c:before{content:"\f336"}.fi-br-square-bolt:before{content:"\f337"}.fi-br-square-b:before{content:"\f338"}.fi-br-square-a:before{content:"\f339"}.fi-br-square-9:before{content:"\f33a"}.fi-br-square-8:before{content:"\f33b"}.fi-br-square-7:before{content:"\f33c"}.fi-br-square-6:before{content:"\f33d"}.fi-br-square-5:before{content:"\f33e"}.fi-br-square-4:before{content:"\f33f"}.fi-br-square-3:before{content:"\f340"}.fi-br-square-2:before{content:"\f341"}.fi-br-square-1:before{content:"\f342"}.fi-br-square-0:before{content:"\f343"}.fi-br-spy:before{content:"\f344"}.fi-br-sprinkler:before{content:"\f345"}.fi-br-spring-calendar:before{content:"\f346"}.fi-br-spray-can:before{content:"\f347"}.fi-br-spray-can-sparkles:before{content:"\f348"}.fi-br-spoon:before{content:"\f349"}.fi-br-splotch:before{content:"\f34a"}.fi-br-split:before{content:"\f34b"}.fi-br-spinner:before{content:"\f34c"}.fi-br-spider:before{content:"\f34d"}.fi-br-spider-web:before{content:"\f34e"}.fi-br-spider-black-widow:before{content:"\f34f"}.fi-br-sphere:before{content:"\f350"}.fi-br-speedometer-kpi:before{content:"\f351"}.fi-br-speedometer-arrow:before{content:"\f352"}.fi-br-speakers:before{content:"\f353"}.fi-br-speaker:before{content:"\f354"}.fi-br-sparkles:before{content:"\f355"}.fi-br-spaghetti-monster-flying:before{content:"\f356"}.fi-br-spade:before{content:"\f357"}.fi-br-space-station-moon:before{content:"\f358"}.fi-br-space-station-moon-alt:before{content:"\f359"}.fi-br-space-shuttle:before{content:"\f35a"}.fi-br-spa:before{content:"\f35b"}.fi-br-source-document:before{content:"\f35c"}.fi-br-source-document-alt:before{content:"\f35d"}.fi-br-source-data:before{content:"\f35e"}.fi-br-soup:before{content:"\f35f"}.fi-br-sort:before{content:"\f360"}.fi-br-sort-size-up:before{content:"\f361"}.fi-br-sort-size-down:before{content:"\f362"}.fi-br-sort-shapes-up:before{content:"\f363"}.fi-br-sort-shapes-down:before{content:"\f364"}.fi-br-sort-numeric-down:before{content:"\f365"}.fi-br-sort-numeric-down-alt:before{content:"\f366"}.fi-br-sort-down:before{content:"\f367"}.fi-br-sort-circle:before{content:"\f368"}.fi-br-sort-circle-up:before{content:"\f369"}.fi-br-sort-circle-down:before{content:"\f36a"}.fi-br-sort-amount-up:before{content:"\f36b"}.fi-br-sort-amount-up-alt:before{content:"\f36c"}.fi-br-sort-amount-down:before{content:"\f36d"}.fi-br-sort-amount-down-alt:before{content:"\f36e"}.fi-br-sort-alt:before{content:"\f36f"}.fi-br-sort-alpha-up:before{content:"\f370"}.fi-br-sort-alpha-up-alt:before{content:"\f371"}.fi-br-sort-alpha-down:before{content:"\f372"}.fi-br-sort-alpha-down-alt:before{content:"\f373"}.fi-br-sold-signal:before{content:"\f374"}.fi-br-sold-house:before{content:"\f375"}.fi-br-solar-system:before{content:"\f376"}.fi-br-solar-panel:before{content:"\f377"}.fi-br-sofa:before{content:"\f378"}.fi-br-sofa-size:before{content:"\f379"}.fi-br-socks:before{content:"\f37a"}.fi-br-social-network:before{content:"\f37b"}.fi-br-soap:before{content:"\f37c"}.fi-br-soap-alt:before{content:"\f37d"}.fi-br-snowplow:before{content:"\f37e"}.fi-br-snowmobile:before{content:"\f37f"}.fi-br-snowman-head:before{content:"\f380"}.fi-br-snowman-alt:before{content:"\f381"}.fi-br-snowflakes:before{content:"\f382"}.fi-br-snowflake:before{content:"\f383"}.fi-br-snowflake-droplets:before{content:"\f384"}.fi-br-snowboarding:before{content:"\f385"}.fi-br-snow-blowing:before{content:"\f386"}.fi-br-snooze:before{content:"\f387"}.fi-br-snap:before{content:"\f388"}.fi-br-snake:before{content:"\f389"}.fi-br-smoking:before{content:"\f38a"}.fi-br-smoking-ban:before{content:"\f38b"}.fi-br-smoke:before{content:"\f38c"}.fi-br-smog:before{content:"\f38d"}.fi-br-smiley-comment-alt:before{content:"\f38e"}.fi-br-smile-plus:before{content:"\f38f"}.fi-br-smile-beam:before{content:"\f390"}.fi-br-smartphone:before{content:"\f391"}.fi-br-sliders-v:before{content:"\f392"}.fi-br-sliders-v-square:before{content:"\f393"}.fi-br-sliders-h-square:before{content:"\f394"}.fi-br-sleigh:before{content:"\f395"}.fi-br-sledding:before{content:"\f396"}.fi-br-slash:before{content:"\f397"}.fi-br-skull:before{content:"\f398"}.fi-br-skull-crossbones:before{content:"\f399"}.fi-br-skull-cow:before{content:"\f39a"}.fi-br-skin:before{content:"\f39b"}.fi-br-skin-hair:before{content:"\f39c"}.fi-br-skin-drop:before{content:"\f39d"}.fi-br-skin-arrow:before{content:"\f39e"}.fi-br-skill:before{content:"\f39f"}.fi-br-skill-user:before{content:"\f3a0"}.fi-br-skill-alt:before{content:"\f3a1"}.fi-br-skiing:before{content:"\f3a2"}.fi-br-skiing-nordic:before{content:"\f3a3"}.fi-br-ski-lift:before{content:"\f3a4"}.fi-br-ski-jump:before{content:"\f3a5"}.fi-br-ski-boot-ski:before{content:"\f3a6"}.fi-br-skewer:before{content:"\f3a7"}.fi-br-skeleton:before{content:"\f3a8"}.fi-br-skating:before{content:"\f3a9"}.fi-br-skateboard:before{content:"\f3aa"}.fi-br-sitemap:before{content:"\f3ab"}.fi-br-site:before{content:"\f3ac"}.fi-br-site-browser:before{content:"\f3ad"}.fi-br-site-alt:before{content:"\f3ae"}.fi-br-siren-on:before{content:"\f3af"}.fi-br-sink:before{content:"\f3b0"}.fi-br-sim-cards:before{content:"\f3b1"}.fi-br-sim-card:before{content:"\f3b2"}.fi-br-signature:before{content:"\f3b3"}.fi-br-signature-slash:before{content:"\f3b4"}.fi-br-signature-lock:before{content:"\f3b5"}.fi-br-signal-stream:before{content:"\f3b6"}.fi-br-signal-stream-slash:before{content:"\f3b7"}.fi-br-signal-bars-weak:before{content:"\f3b8"}.fi-br-signal-bars-good:before{content:"\f3b9"}.fi-br-signal-bars-fair:before{content:"\f3ba"}.fi-br-signal-alt:before{content:"\f3bb"}.fi-br-signal-alt-slash:before{content:"\f3bc"}.fi-br-signal-alt-2:before{content:"\f3bd"}.fi-br-signal-alt-1:before{content:"\f3be"}.fi-br-sign-up:before{content:"\f3bf"}.fi-br-sign-out-alt:before{content:"\f3c0"}.fi-br-sign-in-alt:before{content:"\f3c1"}.fi-br-sign-hanging:before{content:"\f3c2"}.fi-br-sigma:before{content:"\f3c3"}.fi-br-sidebar:before{content:"\f3c4"}.fi-br-sidebar-flip:before{content:"\f3c5"}.fi-br-shuttlecock:before{content:"\f3c6"}.fi-br-shuttle-van:before{content:"\f3c7"}.fi-br-shuffle:before{content:"\f3c8"}.fi-br-shrimp:before{content:"\f3c9"}.fi-br-shredder:before{content:"\f3ca"}.fi-br-shower:before{content:"\f3cb"}.fi-br-shower-down:before{content:"\f3cc"}.fi-br-shovel:before{content:"\f3cd"}.fi-br-shovel-snow:before{content:"\f3ce"}.fi-br-shopping-cart:before{content:"\f3cf"}.fi-br-shopping-cart-check:before{content:"\f3d0"}.fi-br-shopping-cart-add:before{content:"\f3d1"}.fi-br-shopping-basket:before{content:"\f3d2"}.fi-br-shopping-bag:before{content:"\f3d3"}.fi-br-shopping-bag-add:before{content:"\f3d4"}.fi-br-shop:before{content:"\f3d5"}.fi-br-shop-slash:before{content:"\f3d6"}.fi-br-shop-lock:before{content:"\f3d7"}.fi-br-shoe-prints:before{content:"\f3d8"}.fi-br-shish-kebab:before{content:"\f3d9"}.fi-br-shirt:before{content:"\f3da"}.fi-br-shirt-tank-top:before{content:"\f3db"}.fi-br-shirt-running:before{content:"\f3dc"}.fi-br-shirt-long-sleeve:before{content:"\f3dd"}.fi-br-shipping-timed:before{content:"\f3de"}.fi-br-shipping-fast:before{content:"\f3df"}.fi-br-ship:before{content:"\f3e0"}.fi-br-ship-side:before{content:"\f3e1"}.fi-br-shield:before{content:"\f3e2"}.fi-br-shield-xmark:before{content:"\f3e3"}.fi-br-shield-virus:before{content:"\f3e4"}.fi-br-shield-slash:before{content:"\f3e5"}.fi-br-shield-plus:before{content:"\f3e6"}.fi-br-shield-minus:before{content:"\f3e7"}.fi-br-shield-keyhole:before{content:"\f3e8"}.fi-br-shield-interrogation:before{content:"\f3e9"}.fi-br-shield-exclamation:before{content:"\f3ea"}.fi-br-shield-dog:before{content:"\f3eb"}.fi-br-shield-cross:before{content:"\f3ec"}.fi-br-shield-check:before{content:"\f3ed"}.fi-br-shield-cat:before{content:"\f3ee"}.fi-br-shield-alt:before{content:"\f3ef"}.fi-br-shelves:before{content:"\f3f0"}.fi-br-shekel-sign:before{content:"\f3f1"}.fi-br-sheep:before{content:"\f3f2"}.fi-br-share:before{content:"\f3f3"}.fi-br-share-square:before{content:"\f3f4"}.fi-br-share-alt-square:before{content:"\f3f5"}.fi-br-settings:before{content:"\f3f6"}.fi-br-settings-sliders:before{content:"\f3f7"}.fi-br-sensor:before{content:"\f3f8"}.fi-br-sensor-smoke:before{content:"\f3f9"}.fi-br-sensor-on:before{content:"\f3fa"}.fi-br-sensor-fire:before{content:"\f3fb"}.fi-br-sensor-alert:before{content:"\f3fc"}.fi-br-send-money:before{content:"\f3fd"}.fi-br-send-money-smartphone:before{content:"\f3fe"}.fi-br-send-backward:before{content:"\f3ff"}.fi-br-send-back:before{content:"\f400"}.fi-br-selling:before{content:"\f401"}.fi-br-seller:before{content:"\f402"}.fi-br-seller-store:before{content:"\f403"}.fi-br-sell:before{content:"\f404"}.fi-br-selection:before{content:"\f405"}.fi-br-seedling:before{content:"\f406"}.fi-br-second:before{content:"\f407"}.fi-br-second-medal:before{content:"\f408"}.fi-br-second-laurel:before{content:"\f409"}.fi-br-second-award:before{content:"\f40a"}.fi-br-seat-airline:before{content:"\f40b"}.fi-br-search:before{content:"\f40c"}.fi-br-search-location:before{content:"\f40d"}.fi-br-search-heart:before{content:"\f40e"}.fi-br-search-dollar:before{content:"\f40f"}.fi-br-search-alt:before{content:"\f410"}.fi-br-seal:before{content:"\f411"}.fi-br-seal-question:before{content:"\f412"}.fi-br-seal-exclamation:before{content:"\f413"}.fi-br-sd-cards:before{content:"\f414"}.fi-br-sd-card:before{content:"\f415"}.fi-br-scythe:before{content:"\f416"}.fi-br-scrubber:before{content:"\f417"}.fi-br-scroll:before{content:"\f418"}.fi-br-scroll-torah:before{content:"\f419"}.fi-br-scroll-old:before{content:"\f41a"}.fi-br-script:before{content:"\f41b"}.fi-br-scribble:before{content:"\f41c"}.fi-br-screwdriver:before{content:"\f41d"}.fi-br-screencast:before{content:"\f41e"}.fi-br-screen:before{content:"\f41f"}.fi-br-scissors:before{content:"\f420"}.fi-br-school:before{content:"\f421"}.fi-br-school-bus:before{content:"\f422"}.fi-br-scarf:before{content:"\f423"}.fi-br-scarecrow:before{content:"\f424"}.fi-br-scanner-touchscreen:before{content:"\f425"}.fi-br-scanner-keyboard:before{content:"\f426"}.fi-br-scanner-image:before{content:"\f427"}.fi-br-scanner-gun:before{content:"\f428"}.fi-br-scalpel:before{content:"\f429"}.fi-br-scalpel-path:before{content:"\f42a"}.fi-br-scale:before{content:"\f42b"}.fi-br-scale-comparison:before{content:"\f42c"}.fi-br-scale-comparison-alt:before{content:"\f42d"}.fi-br-saxophone:before{content:"\f42e"}.fi-br-sax-hot:before{content:"\f42f"}.fi-br-sausage:before{content:"\f430"}.fi-br-sauce:before{content:"\f431"}.fi-br-saturday:before{content:"\f432"}.fi-br-satellite:before{content:"\f433"}.fi-br-satellite-dish:before{content:"\f434"}.fi-br-sandwich:before{content:"\f435"}.fi-br-sandwich-alt:before{content:"\f436"}.fi-br-salt-shaker:before{content:"\f437"}.fi-br-salt-pepper:before{content:"\f438"}.fi-br-salary-alt:before{content:"\f439"}.fi-br-salad:before{content:"\f43a"}.fi-br-sailboat:before{content:"\f43b"}.fi-br-safe-box:before{content:"\f43c"}.fi-br-sad:before{content:"\f43d"}.fi-br-sad-tear:before{content:"\f43e"}.fi-br-sad-cry:before{content:"\f43f"}.fi-br-sack:before{content:"\f440"}.fi-br-sack-dollar:before{content:"\f441"}.fi-br-s:before{content:"\f442"}.fi-br-rv:before{content:"\f443"}.fi-br-rupiah-sign:before{content:"\f444"}.fi-br-rupee-sign:before{content:"\f445"}.fi-br-running:before{content:"\f446"}.fi-br-rules:before{content:"\f447"}.fi-br-rules-alt:before{content:"\f448"}.fi-br-ruler-vertical:before{content:"\f449"}.fi-br-ruler-triangle:before{content:"\f44a"}.fi-br-ruler-horizontal:before{content:"\f44b"}.fi-br-ruler-combined:before{content:"\f44c"}.fi-br-rugby:before{content:"\f44d"}.fi-br-rugby-helmet:before{content:"\f44e"}.fi-br-ruble-sign:before{content:"\f44f"}.fi-br-rss:before{content:"\f450"}.fi-br-rss-alt:before{content:"\f451"}.fi-br-router:before{content:"\f452"}.fi-br-route:before{content:"\f453"}.fi-br-route-interstate:before{content:"\f454"}.fi-br-route-highway:before{content:"\f455"}.fi-br-rotate-square:before{content:"\f456"}.fi-br-rotate-right:before{content:"\f457"}.fi-br-rotate-left:before{content:"\f458"}.fi-br-rotate-exclamation:before{content:"\f459"}.fi-br-room-service:before{content:"\f45a"}.fi-br-roller-coaster:before{content:"\f45b"}.fi-br-rocket:before{content:"\f45c"}.fi-br-rocket-lunch:before{content:"\f45d"}.fi-br-robot:before{content:"\f45e"}.fi-br-road:before{content:"\f45f"}.fi-br-risk:before{content:"\f460"}.fi-br-risk-alt:before{content:"\f461"}.fi-br-rings-wedding:before{content:"\f462"}.fi-br-ring:before{content:"\f463"}.fi-br-ring-diamond:before{content:"\f464"}.fi-br-right:before{content:"\f465"}.fi-br-ribbon:before{content:"\f466"}.fi-br-rhombus:before{content:"\f467"}.fi-br-rewind:before{content:"\f468"}.fi-br-review:before{content:"\f469"}.fi-br-revenue-alt:before{content:"\f46a"}.fi-br-restroom-simple:before{content:"\f46b"}.fi-br-restock:before{content:"\f46c"}.fi-br-restaurant:before{content:"\f46d"}.fi-br-resources:before{content:"\f46e"}.fi-br-resize:before{content:"\f46f"}.fi-br-reservation-table:before{content:"\f470"}.fi-br-reservation-smartphone:before{content:"\f471"}.fi-br-republican:before{content:"\f472"}.fi-br-reply-all:before{content:"\f473"}.fi-br-replace:before{content:"\f474"}.fi-br-rent:before{content:"\f475"}.fi-br-rent-signal:before{content:"\f476"}.fi-br-remove-user:before{content:"\f477"}.fi-br-remove-folder:before{content:"\f478"}.fi-br-registration-paper:before{content:"\f479"}.fi-br-registered:before{content:"\f47a"}.fi-br-region-pin:before{content:"\f47b"}.fi-br-region-pin-alt:before{content:"\f47c"}.fi-br-refund:before{content:"\f47d"}.fi-br-refund-alt:before{content:"\f47e"}.fi-br-refrigerator:before{content:"\f47f"}.fi-br-refresh:before{content:"\f480"}.fi-br-reflect:before{content:"\f481"}.fi-br-reflect-vertical:before{content:"\f482"}.fi-br-reflect-horizontal:before{content:"\f483"}.fi-br-refer:before{content:"\f484"}.fi-br-refer-arrow:before{content:"\f485"}.fi-br-reel:before{content:"\f486"}.fi-br-redo:before{content:"\f487"}.fi-br-redo-alt:before{content:"\f488"}.fi-br-recycle:before{content:"\f489"}.fi-br-rectangles-mixed:before{content:"\f48a"}.fi-br-rectangle-xmark:before{content:"\f48b"}.fi-br-rectangle-vertical:before{content:"\f48c"}.fi-br-rectangle-vertical-history:before{content:"\f48d"}.fi-br-rectangle-pro:before{content:"\f48e"}.fi-br-rectangle-panoramic:before{content:"\f48f"}.fi-br-rectangle-list:before{content:"\f490"}.fi-br-rectangle-horizontal:before{content:"\f491"}.fi-br-rectangle-history-circle-plus:before{content:"\f492"}.fi-br-rectangle-code:before{content:"\f493"}.fi-br-rectangle-barcode:before{content:"\f494"}.fi-br-rectabgle-vertical:before{content:"\f495"}.fi-br-record-vinyl:before{content:"\f496"}.fi-br-recipe:before{content:"\f497"}.fi-br-recipe-book:before{content:"\f498"}.fi-br-receipt:before{content:"\f499"}.fi-br-rec:before{content:"\f49a"}.fi-br-react:before{content:"\f49b"}.fi-br-razor-barber:before{content:"\f49c"}.fi-br-raygun:before{content:"\f49d"}.fi-br-ranking-stars:before{content:"\f49e"}.fi-br-ranking-star:before{content:"\f49f"}.fi-br-ranking-podium:before{content:"\f4a0"}.fi-br-ranking-podium-empty:before{content:"\f4a1"}.fi-br-rank:before{content:"\f4a2"}.fi-br-ramp-loading:before{content:"\f4a3"}.fi-br-ram:before{content:"\f4a4"}.fi-br-raindrops:before{content:"\f4a5"}.fi-br-rainbow:before{content:"\f4a6"}.fi-br-radish:before{content:"\f4a7"}.fi-br-radio:before{content:"\f4a8"}.fi-br-radio-alt:before{content:"\f4a9"}.fi-br-radiation:before{content:"\f4aa"}.fi-br-radiation-alt:before{content:"\f4ab"}.fi-br-radar:before{content:"\f4ac"}.fi-br-racquet:before{content:"\f4ad"}.fi-br-rabbit:before{content:"\f4ae"}.fi-br-rabbit-fast:before{content:"\f4af"}.fi-br-r:before{content:"\f4b0"}.fi-br-quote-right:before{content:"\f4b1"}.fi-br-quiz:before{content:"\f4b2"}.fi-br-quiz-alt:before{content:"\f4b3"}.fi-br-queue:before{content:"\f4b4"}.fi-br-queue-signal:before{content:"\f4b5"}.fi-br-queue-line:before{content:"\f4b6"}.fi-br-queue-alt:before{content:"\f4b7"}.fi-br-question:before{content:"\f4b8"}.fi-br-question-square:before{content:"\f4b9"}.fi-br-qrcode:before{content:"\f4ba"}.fi-br-qr-scan:before{content:"\f4bb"}.fi-br-q:before{content:"\f4bc"}.fi-br-pyramid:before{content:"\f4bd"}.fi-br-puzzle-pieces:before{content:"\f4be"}.fi-br-puzzle-piece:before{content:"\f4bf"}.fi-br-puzzle-alt:before{content:"\f4c0"}.fi-br-pumpkin:before{content:"\f4c1"}.fi-br-pumpkin-alt:before{content:"\f4c2"}.fi-br-pumpkin-alt-2:before{content:"\f4c3"}.fi-br-pump:before{content:"\f4c4"}.fi-br-pump-medical:before{content:"\f4c5"}.fi-br-pulse:before{content:"\f4c6"}.fi-br-protractor:before{content:"\f4c7"}.fi-br-projector:before{content:"\f4c8"}.fi-br-productivity:before{content:"\f4c9"}.fi-br-process:before{content:"\f4ca"}.fi-br-procedures:before{content:"\f4cb"}.fi-br-problem-solving:before{content:"\f4cc"}.fi-br-priority-importance:before{content:"\f4cd"}.fi-br-priority-arrows:before{content:"\f4ce"}.fi-br-priority-arrow:before{content:"\f4cf"}.fi-br-print:before{content:"\f4d0"}.fi-br-print-slash:before{content:"\f4d1"}.fi-br-print-magnifying-glass:before{content:"\f4d2"}.fi-br-preview:before{content:"\f4d3"}.fi-br-presentation:before{content:"\f4d4"}.fi-br-prescription:before{content:"\f4d5"}.fi-br-prescription-bottle:before{content:"\f4d6"}.fi-br-prescription-bottle-pill:before{content:"\f4d7"}.fi-br-prescription-bottle-alt:before{content:"\f4d8"}.fi-br-praying-hands:before{content:"\f4d9"}.fi-br-practice:before{content:"\f4da"}.fi-br-power:before{content:"\f4db"}.fi-br-pound:before{content:"\f4dc"}.fi-br-potato:before{content:"\f4dd"}.fi-br-pot:before{content:"\f4de"}.fi-br-portrait:before{content:"\f4df"}.fi-br-portal-exit:before{content:"\f4e0"}.fi-br-portal-enter:before{content:"\f4e1"}.fi-br-popsicle:before{content:"\f4e2"}.fi-br-popcorn:before{content:"\f4e3"}.fi-br-poop:before{content:"\f4e4"}.fi-br-pool-8-ball:before{content:"\f4e5"}.fi-br-poo:before{content:"\f4e6"}.fi-br-poo-bolt:before{content:"\f4e7"}.fi-br-pompebled:before{content:"\f4e8"}.fi-br-pollution:before{content:"\f4e9"}.fi-br-poll-h:before{content:"\f4ea"}.fi-br-police-box:before{content:"\f4eb"}.fi-br-poker-chip:before{content:"\f4ec"}.fi-br-point-of-sale:before{content:"\f4ed"}.fi-br-point-of-sale-signal:before{content:"\f4ee"}.fi-br-point-of-sale-bill:before{content:"\f4ef"}.fi-br-podium:before{content:"\f4f0"}.fi-br-podium-star:before{content:"\f4f1"}.fi-br-podcast:before{content:"\f4f2"}.fi-br-plus:before{content:"\f4f3"}.fi-br-plus-small:before{content:"\f4f4"}.fi-br-plus-minus:before{content:"\f4f5"}.fi-br-plus-hexagon:before{content:"\f4f6"}.fi-br-plug:before{content:"\f4f7"}.fi-br-plug-connection:before{content:"\f4f8"}.fi-br-plug-cable:before{content:"\f4f9"}.fi-br-plug-alt:before{content:"\f4fa"}.fi-br-playing-cards:before{content:"\f4fb"}.fi-br-play:before{content:"\f4fc"}.fi-br-play-pause:before{content:"\f4fd"}.fi-br-play-circle:before{content:"\f4fe"}.fi-br-play-alt:before{content:"\f4ff"}.fi-br-plate:before{content:"\f500"}.fi-br-plate-wheat:before{content:"\f501"}.fi-br-plate-utensils:before{content:"\f502"}.fi-br-plant-wilt:before{content:"\f503"}.fi-br-planet-ringed:before{content:"\f504"}.fi-br-planet-moon:before{content:"\f505"}.fi-br-plane:before{content:"\f506"}.fi-br-plane-tail:before{content:"\f507"}.fi-br-plane-slash:before{content:"\f508"}.fi-br-plane-prop:before{content:"\f509"}.fi-br-plane-departure:before{content:"\f50a"}.fi-br-plane-arrival:before{content:"\f50b"}.fi-br-plane-alt:before{content:"\f50c"}.fi-br-plan:before{content:"\f50d"}.fi-br-plan-strategy:before{content:"\f50e"}.fi-br-place-of-worship:before{content:"\f50f"}.fi-br-pinata:before{content:"\f510"}.fi-br-pizza-slice:before{content:"\f511"}.fi-br-pipe-smoking:before{content:"\f512"}.fi-br-ping-pong:before{content:"\f513"}.fi-br-pineapple:before{content:"\f514"}.fi-br-pineapple-alt:before{content:"\f515"}.fi-br-pills:before{content:"\f516"}.fi-br-piggy-bank:before{content:"\f517"}.fi-br-pig:before{content:"\f518"}.fi-br-pig-face:before{content:"\f519"}.fi-br-pie:before{content:"\f51a"}.fi-br-picture:before{content:"\f51b"}.fi-br-picpeople:before{content:"\f51c"}.fi-br-picpeople-filled:before{content:"\f51d"}.fi-br-picnic:before{content:"\f51e"}.fi-br-picking:before{content:"\f51f"}.fi-br-pickaxe:before{content:"\f520"}.fi-br-piano:before{content:"\f521"}.fi-br-piano-keyboard:before{content:"\f522"}.fi-br-physics:before{content:"\f523"}.fi-br-photo-video:before{content:"\f524"}.fi-br-photo-film-music:before{content:"\f525"}.fi-br-photo-capture:before{content:"\f526"}.fi-br-phone-slash:before{content:"\f527"}.fi-br-phone-rotary:before{content:"\f528"}.fi-br-phone-plus:before{content:"\f529"}.fi-br-phone-pause:before{content:"\f52a"}.fi-br-phone-office:before{content:"\f52b"}.fi-br-phone-flip:before{content:"\f52c"}.fi-br-phone-cross:before{content:"\f52d"}.fi-br-phone-call:before{content:"\f52e"}.fi-br-pharmacy:before{content:"\f52f"}.fi-br-pets:before{content:"\f530"}.fi-br-peso-sign:before{content:"\f531"}.fi-br-peseta-sign:before{content:"\f532"}.fi-br-person-walking-with-cane:before{content:"\f533"}.fi-br-person-simple:before{content:"\f534"}.fi-br-person-sign:before{content:"\f535"}.fi-br-person-shelter:before{content:"\f536"}.fi-br-person-seat:before{content:"\f537"}.fi-br-person-seat-reclined:before{content:"\f538"}.fi-br-person-pregnant:before{content:"\f539"}.fi-br-person-praying:before{content:"\f53a"}.fi-br-person-dress:before{content:"\f53b"}.fi-br-person-dress-simple:before{content:"\f53c"}.fi-br-person-dolly:before{content:"\f53d"}.fi-br-person-dolly-empty:before{content:"\f53e"}.fi-br-person-cv:before{content:"\f53f"}.fi-br-person-circle-xmark:before{content:"\f540"}.fi-br-person-circle-question:before{content:"\f541"}.fi-br-person-circle-plus:before{content:"\f542"}.fi-br-person-circle-minus:before{content:"\f543"}.fi-br-person-circle-exclamation:before{content:"\f544"}.fi-br-person-circle-check:before{content:"\f545"}.fi-br-person-carry-box:before{content:"\f546"}.fi-br-percentage:before{content:"\f547"}.fi-br-percent-90:before{content:"\f548"}.fi-br-percent-80:before{content:"\f549"}.fi-br-percent-75:before{content:"\f54a"}.fi-br-percent-70:before{content:"\f54b"}.fi-br-percent-60:before{content:"\f54c"}.fi-br-percent-50:before{content:"\f54d"}.fi-br-percent-40:before{content:"\f54e"}.fi-br-percent-30:before{content:"\f54f"}.fi-br-percent-25:before{content:"\f550"}.fi-br-percent-20:before{content:"\f551"}.fi-br-percent-100:before{content:"\f552"}.fi-br-percent-10:before{content:"\f553"}.fi-br-pepper:before{content:"\f554"}.fi-br-pepper-hot:before{content:"\f555"}.fi-br-pepper-alt:before{content:"\f556"}.fi-br-people:before{content:"\f557"}.fi-br-people-roof:before{content:"\f558"}.fi-br-people-poll:before{content:"\f559"}.fi-br-people-pants:before{content:"\f55a"}.fi-br-people-dress:before{content:"\f55b"}.fi-br-people-carry-box:before{content:"\f55c"}.fi-br-people-arrows-left-right:before{content:"\f55d"}.fi-br-pennant:before{content:"\f55e"}.fi-br-pending:before{content:"\f55f"}.fi-br-pencil:before{content:"\f560"}.fi-br-pencil-slash:before{content:"\f561"}.fi-br-pencil-ruler:before{content:"\f562"}.fi-br-pencil-paintbrush:before{content:"\f563"}.fi-br-pen-swirl:before{content:"\f564"}.fi-br-pen-square:before{content:"\f565"}.fi-br-pen-slash:before{content:"\f566"}.fi-br-pen-nib:before{content:"\f567"}.fi-br-pen-nib-slash:before{content:"\f568"}.fi-br-pen-field:before{content:"\f569"}.fi-br-pen-fancy:before{content:"\f56a"}.fi-br-pen-fancy-slash:before{content:"\f56b"}.fi-br-pen-clip:before{content:"\f56c"}.fi-br-pen-clip-slash:before{content:"\f56d"}.fi-br-pen-circle:before{content:"\f56e"}.fi-br-pedestal:before{content:"\f56f"}.fi-br-pear:before{content:"\f570"}.fi-br-peapod:before{content:"\f571"}.fi-br-peanuts:before{content:"\f572"}.fi-br-peanut:before{content:"\f573"}.fi-br-peach:before{content:"\f574"}.fi-br-peace:before{content:"\f575"}.fi-br-payroll:before{content:"\f576"}.fi-br-payroll-calendar:before{content:"\f577"}.fi-br-payment-pos:before{content:"\f578"}.fi-br-paw:before{content:"\f579"}.fi-br-paw-heart:before{content:"\f57a"}.fi-br-paw-claws:before{content:"\f57b"}.fi-br-pause:before{content:"\f57c"}.fi-br-pause-circle:before{content:"\f57d"}.fi-br-pattern:before{content:"\f57e"}.fi-br-paste:before{content:"\f57f"}.fi-br-password:before{content:"\f580"}.fi-br-password-smartphone:before{content:"\f581"}.fi-br-password-email:before{content:"\f582"}.fi-br-password-computer:before{content:"\f583"}.fi-br-password-alt:before{content:"\f584"}.fi-br-passport:before{content:"\f585"}.fi-br-party-horn:before{content:"\f586"}.fi-br-party-bell:before{content:"\f587"}.fi-br-parking:before{content:"\f588"}.fi-br-parking-slash:before{content:"\f589"}.fi-br-parking-circle:before{content:"\f58a"}.fi-br-parking-circle-slash:before{content:"\f58b"}.fi-br-paragraph:before{content:"\f58c"}.fi-br-paragraph-left:before{content:"\f58d"}.fi-br-parachute-box:before{content:"\f58e"}.fi-br-paperclip-vertical:before{content:"\f58f"}.fi-br-paper-plane:before{content:"\f590"}.fi-br-paper-plane-top:before{content:"\f591"}.fi-br-panorama:before{content:"\f592"}.fi-br-pancakes:before{content:"\f593"}.fi-br-pan:before{content:"\f594"}.fi-br-pan-frying:before{content:"\f595"}.fi-br-pan-food:before{content:"\f596"}.fi-br-pallet:before{content:"\f597"}.fi-br-pallet-alt:before{content:"\f598"}.fi-br-palette:before{content:"\f599"}.fi-br-paintbrush-pencil:before{content:"\f59a"}.fi-br-paint-roller:before{content:"\f59b"}.fi-br-paint-brush:before{content:"\f59c"}.fi-br-paid:before{content:"\f59d"}.fi-br-pager:before{content:"\f59e"}.fi-br-page-break:before{content:"\f59f"}.fi-br-padlock-check:before{content:"\f5a0"}.fi-br-package:before{content:"\f5a1"}.fi-br-p:before{content:"\f5a2"}.fi-br-overview:before{content:"\f5a3"}.fi-br-overline:before{content:"\f5a4"}.fi-br-oven:before{content:"\f5a5"}.fi-br-oval:before{content:"\f5a6"}.fi-br-oval-alt:before{content:"\f5a7"}.fi-br-outdent:before{content:"\f5a8"}.fi-br-otter:before{content:"\f5a9"}.fi-br-otp:before{content:"\f5aa"}.fi-br-ornament:before{content:"\f5ab"}.fi-br-organization-chart:before{content:"\f5ac"}.fi-br-operation:before{content:"\f5ad"}.fi-br-opacity:before{content:"\f5ae"}.fi-br-onion:before{content:"\f5af"}.fi-br-onboarding:before{content:"\f5b0"}.fi-br-omega:before{content:"\f5b1"}.fi-br-om:before{content:"\f5b2"}.fi-br-olives:before{content:"\f5b3"}.fi-br-olive:before{content:"\f5b4"}.fi-br-olive-oil:before{content:"\f5b5"}.fi-br-oil-temp:before{content:"\f5b6"}.fi-br-oil-can:before{content:"\f5b7"}.fi-br-octagon:before{content:"\f5b8"}.fi-br-octagon-xmark:before{content:"\f5b9"}.fi-br-octagon-plus:before{content:"\f5ba"}.fi-br-octagon-minus:before{content:"\f5bb"}.fi-br-octagon-exclamation:before{content:"\f5bc"}.fi-br-octagon-divide:before{content:"\f5bd"}.fi-br-octagon-check:before{content:"\f5be"}.fi-br-objects-column:before{content:"\f5bf"}.fi-br-object-union:before{content:"\f5c0"}.fi-br-object-ungroup:before{content:"\f5c1"}.fi-br-object-subtract:before{content:"\f5c2"}.fi-br-object-intersect:before{content:"\f5c3"}.fi-br-object-group:before{content:"\f5c4"}.fi-br-object-exclude:before{content:"\f5c5"}.fi-br-o:before{content:"\f5c6"}.fi-br-notes:before{content:"\f5c7"}.fi-br-notes-medical:before{content:"\f5c8"}.fi-br-notebook:before{content:"\f5c9"}.fi-br-notebook-alt:before{content:"\f5ca"}.fi-br-note:before{content:"\f5cb"}.fi-br-note-sticky:before{content:"\f5cc"}.fi-br-note-medical:before{content:"\f5cd"}.fi-br-notdef:before{content:"\f5ce"}.fi-br-not-found:before{content:"\f5cf"}.fi-br-not-found-magnifying-glass:before{content:"\f5d0"}.fi-br-not-found-alt:before{content:"\f5d1"}.fi-br-not-equal:before{content:"\f5d2"}.fi-br-nose:before{content:"\f5d3"}.fi-br-noodles:before{content:"\f5d4"}.fi-br-no-people:before{content:"\f5d5"}.fi-br-no-fee:before{content:"\f5d6"}.fi-br-nfc:before{content:"\f5d7"}.fi-br-nfc-trash:before{content:"\f5d8"}.fi-br-nfc-slash:before{content:"\f5d9"}.fi-br-nfc-pen:before{content:"\f5da"}.fi-br-nfc-magnifying-glass:before{content:"\f5db"}.fi-br-nfc-lock:before{content:"\f5dc"}.fi-br-newspaper:before{content:"\f5dd"}.fi-br-newspaper-open:before{content:"\f5de"}.fi-br-neuter:before{content:"\f5df"}.fi-br-network:before{content:"\f5e0"}.fi-br-network-cloud:before{content:"\f5e1"}.fi-br-network-analytic:before{content:"\f5e2"}.fi-br-nesting-dolls:before{content:"\f5e3"}.fi-br-navigation:before{content:"\f5e4"}.fi-br-narwhal:before{content:"\f5e5"}.fi-br-naira-sign:before{content:"\f5e6"}.fi-br-n:before{content:"\f5e7"}.fi-br-music:before{content:"\f5e8"}.fi-br-music-slash:before{content:"\f5e9"}.fi-br-music-note:before{content:"\f5ea"}.fi-br-music-note-slash:before{content:"\f5eb"}.fi-br-music-file:before{content:"\f5ec"}.fi-br-music-alt:before{content:"\f5ed"}.fi-br-mushroom:before{content:"\f5ee"}.fi-br-mushroom-alt:before{content:"\f5ef"}.fi-br-muscle:before{content:"\f5f0"}.fi-br-multiple:before{content:"\f5f1"}.fi-br-multiple-alt:before{content:"\f5f2"}.fi-br-mug:before{content:"\f5f3"}.fi-br-mug-tea:before{content:"\f5f4"}.fi-br-mug-tea-saucer:before{content:"\f5f5"}.fi-br-mug-marshmallows:before{content:"\f5f6"}.fi-br-mug-hot:before{content:"\f5f7"}.fi-br-mug-hot-alt:before{content:"\f5f8"}.fi-br-mug-alt:before{content:"\f5f9"}.fi-br-mp3-player:before{content:"\f5fa"}.fi-br-move-to-folder:before{content:"\f5fb"}.fi-br-move-to-folder-2:before{content:"\f5fc"}.fi-br-mouse:before{content:"\f5fd"}.fi-br-mountains:before{content:"\f5fe"}.fi-br-mountain:before{content:"\f5ff"}.fi-br-mountain-city:before{content:"\f600"}.fi-br-mound:before{content:"\f601"}.fi-br-motorcycle:before{content:"\f602"}.fi-br-mosquito:before{content:"\f603"}.fi-br-mosquito-net:before{content:"\f604"}.fi-br-mosque:before{content:"\f605"}.fi-br-mosque-moon:before{content:"\f606"}.fi-br-mosque-alt:before{content:"\f607"}.fi-br-mortar-pestle:before{content:"\f608"}.fi-br-moped:before{content:"\f609"}.fi-br-moon:before{content:"\f60a"}.fi-br-moon-stars:before{content:"\f60b"}.fi-br-monument:before{content:"\f60c"}.fi-br-monkey:before{content:"\f60d"}.fi-br-money:before{content:"\f60e"}.fi-br-money-transfer-smartphone:before{content:"\f60f"}.fi-br-money-transfer-coin-arrow:before{content:"\f610"}.fi-br-money-transfer-alt:before{content:"\f611"}.fi-br-money-simple-from-bracket:before{content:"\f612"}.fi-br-money-from-bracket:before{content:"\f613"}.fi-br-money-coin-transfer:before{content:"\f614"}.fi-br-money-check:before{content:"\f615"}.fi-br-money-check-edit:before{content:"\f616"}.fi-br-money-check-edit-alt:before{content:"\f617"}.fi-br-money-bills:before{content:"\f618"}.fi-br-money-bills-simple:before{content:"\f619"}.fi-br-money-bill-wave:before{content:"\f61a"}.fi-br-money-bill-wave-alt:before{content:"\f61b"}.fi-br-money-bill-transfer:before{content:"\f61c"}.fi-br-money-bill-simple:before{content:"\f61d"}.fi-br-monday:before{content:"\f61e"}.fi-br-module:before{content:"\f61f"}.fi-br-model-cube:before{content:"\f620"}.fi-br-model-cube-space:before{content:"\f621"}.fi-br-model-cube-arrows:before{content:"\f622"}.fi-br-mode:before{content:"\f623"}.fi-br-mode-portrait:before{content:"\f624"}.fi-br-mode-landscape:before{content:"\f625"}.fi-br-mode-alt:before{content:"\f626"}.fi-br-mockup:before{content:"\f627"}.fi-br-mobile:before{content:"\f628"}.fi-br-mobile-notch:before{content:"\f629"}.fi-br-mobile-button:before{content:"\f62a"}.fi-br-mix:before{content:"\f62b"}.fi-br-mistletoe:before{content:"\f62c"}.fi-br-minus:before{content:"\f62d"}.fi-br-minus-small:before{content:"\f62e"}.fi-br-minus-hexagon:before{content:"\f62f"}.fi-br-minus-circle:before{content:"\f630"}.fi-br-mind-share:before{content:"\f631"}.fi-br-mill-sign:before{content:"\f632"}.fi-br-milk:before{content:"\f633"}.fi-br-milk-alt:before{content:"\f634"}.fi-br-microwave:before{content:"\f635"}.fi-br-microscope:before{content:"\f636"}.fi-br-microphone:before{content:"\f637"}.fi-br-microphone-slash:before{content:"\f638"}.fi-br-microphone-alt:before{content:"\f639"}.fi-br-microchip:before{content:"\f63a"}.fi-br-microchip-ai:before{content:"\f63b"}.fi-br-method:before{content:"\f63c"}.fi-br-meter:before{content:"\f63d"}.fi-br-meter-fire:before{content:"\f63e"}.fi-br-meter-droplet:before{content:"\f63f"}.fi-br-meter-bolt:before{content:"\f640"}.fi-br-meteor:before{content:"\f641"}.fi-br-messages:before{content:"\f642"}.fi-br-messages-question:before{content:"\f643"}.fi-br-messages-dollar:before{content:"\f644"}.fi-br-message-xmark:before{content:"\f645"}.fi-br-message-text:before{content:"\f646"}.fi-br-message-sms:before{content:"\f647"}.fi-br-message-slash:before{content:"\f648"}.fi-br-message-quote:before{content:"\f649"}.fi-br-message-question:before{content:"\f64a"}.fi-br-message-image:before{content:"\f64b"}.fi-br-message-dollar:before{content:"\f64c"}.fi-br-message-code:before{content:"\f64d"}.fi-br-message-bot:before{content:"\f64e"}.fi-br-message-arrow-up:before{content:"\f64f"}.fi-br-message-arrow-up-right:before{content:"\f650"}.fi-br-message-arrow-down:before{content:"\f651"}.fi-br-mercury:before{content:"\f652"}.fi-br-menu-dots:before{content:"\f653"}.fi-br-menu-dots-vertical:before{content:"\f654"}.fi-br-menu-burger:before{content:"\f655"}.fi-br-memory:before{content:"\f656"}.fi-br-memo:before{content:"\f657"}.fi-br-memo-pad:before{content:"\f658"}.fi-br-memo-circle-check:before{content:"\f659"}.fi-br-membership:before{content:"\f65a"}.fi-br-membership-vip:before{content:"\f65b"}.fi-br-melon:before{content:"\f65c"}.fi-br-melon-alt:before{content:"\f65d"}.fi-br-meh-rolling-eyes:before{content:"\f65e"}.fi-br-meh-blank:before{content:"\f65f"}.fi-br-megaphone:before{content:"\f660"}.fi-br-meeting:before{content:"\f661"}.fi-br-meeting-alt:before{content:"\f662"}.fi-br-medicine:before{content:"\f663"}.fi-br-medical-star:before{content:"\f664"}.fi-br-medal:before{content:"\f665"}.fi-br-meat:before{content:"\f666"}.fi-br-mattress-pillow:before{content:"\f667"}.fi-br-match-fire:before{content:"\f668"}.fi-br-massage:before{content:"\f669"}.fi-br-mask-snorkel:before{content:"\f66a"}.fi-br-mask-face:before{content:"\f66b"}.fi-br-mask-carnival:before{content:"\f66c"}.fi-br-martini-glass-empty:before{content:"\f66d"}.fi-br-martini-glass-citrus:before{content:"\f66e"}.fi-br-mars-stroke-up:before{content:"\f66f"}.fi-br-mars-stroke-right:before{content:"\f670"}.fi-br-marketplace:before{content:"\f671"}.fi-br-marketplace-store:before{content:"\f672"}.fi-br-marketplace-alt:before{content:"\f673"}.fi-br-marker:before{content:"\f674"}.fi-br-marker-time:before{content:"\f675"}.fi-br-map:before{content:"\f676"}.fi-br-map-pin:before{content:"\f677"}.fi-br-map-marker:before{content:"\f678"}.fi-br-map-marker-smile:before{content:"\f679"}.fi-br-map-marker-slash:before{content:"\f67a"}.fi-br-map-marker-question:before{content:"\f67b"}.fi-br-map-marker-plus:before{content:"\f67c"}.fi-br-map-marker-minus:before{content:"\f67d"}.fi-br-map-marker-home:before{content:"\f67e"}.fi-br-map-marker-edit:before{content:"\f67f"}.fi-br-map-marker-cross:before{content:"\f680"}.fi-br-map-marker-check:before{content:"\f681"}.fi-br-manhole:before{content:"\f682"}.fi-br-mango:before{content:"\f683"}.fi-br-mandolin:before{content:"\f684"}.fi-br-manat-sign:before{content:"\f685"}.fi-br-man-scientist:before{content:"\f686"}.fi-br-man-head:before{content:"\f687"}.fi-br-male:before{content:"\f688"}.fi-br-male-couple:before{content:"\f689"}.fi-br-makeup-brush:before{content:"\f68a"}.fi-br-mailbox:before{content:"\f68b"}.fi-br-magnet:before{content:"\f68c"}.fi-br-magnet-user:before{content:"\f68d"}.fi-br-magic-wand:before{content:"\f68e"}.fi-br-mace:before{content:"\f68f"}.fi-br-m:before{content:"\f690"}.fi-br-lungs:before{content:"\f691"}.fi-br-lungs-virus:before{content:"\f692"}.fi-br-luggage-rolling:before{content:"\f693"}.fi-br-luggage-cart:before{content:"\f694"}.fi-br-luchador:before{content:"\f695"}.fi-br-low-vision:before{content:"\f696"}.fi-br-loveseat:before{content:"\f697"}.fi-br-locust:before{content:"\f698"}.fi-br-lock:before{content:"\f699"}.fi-br-lock-open-alt:before{content:"\f69a"}.fi-br-lock-hashtag:before{content:"\f69b"}.fi-br-lock-alt:before{content:"\f69c"}.fi-br-location-exclamation:before{content:"\f69d"}.fi-br-location-dot-slash:before{content:"\f69e"}.fi-br-location-crosshairs:before{content:"\f69f"}.fi-br-location-crosshairs-slash:before{content:"\f6a0"}.fi-br-location-arrow:before{content:"\f6a1"}.fi-br-location-alt:before{content:"\f6a2"}.fi-br-lobster:before{content:"\f6a3"}.fi-br-loan:before{content:"\f6a4"}.fi-br-loading:before{content:"\f6a5"}.fi-br-live:before{content:"\f6a6"}.fi-br-live-alt:before{content:"\f6a7"}.fi-br-litecoin-sign:before{content:"\f6a8"}.fi-br-list:before{content:"\f6a9"}.fi-br-list-timeline:before{content:"\f6aa"}.fi-br-list-music:before{content:"\f6ab"}.fi-br-list-dropdown:before{content:"\f6ac"}.fi-br-list-check:before{content:"\f6ad"}.fi-br-lira-sign:before{content:"\f6ae"}.fi-br-lipstick:before{content:"\f6af"}.fi-br-lips:before{content:"\f6b0"}.fi-br-lion:before{content:"\f6b1"}.fi-br-lion-head:before{content:"\f6b2"}.fi-br-link:before{content:"\f6b3"}.fi-br-link-slash:before{content:"\f6b4"}.fi-br-link-slash-alt:before{content:"\f6b5"}.fi-br-link-horizontal:before{content:"\f6b6"}.fi-br-link-horizontal-slash:before{content:"\f6b7"}.fi-br-link-alt:before{content:"\f6b8"}.fi-br-line-width:before{content:"\f6b9"}.fi-br-limit-speedometer:before{content:"\f6ba"}.fi-br-lights-holiday:before{content:"\f6bb"}.fi-br-lightbulb-slash:before{content:"\f6bc"}.fi-br-lightbulb-setting:before{content:"\f6bd"}.fi-br-lightbulb-question:before{content:"\f6be"}.fi-br-lightbulb-on:before{content:"\f6bf"}.fi-br-lightbulb-head:before{content:"\f6c0"}.fi-br-lightbulb-exclamation:before{content:"\f6c1"}.fi-br-lightbulb-dollar:before{content:"\f6c2"}.fi-br-light-switch:before{content:"\f6c3"}.fi-br-light-switch-on:before{content:"\f6c4"}.fi-br-light-switch-off:before{content:"\f6c5"}.fi-br-light-emergency:before{content:"\f6c6"}.fi-br-light-emergency-on:before{content:"\f6c7"}.fi-br-light-ceiling:before{content:"\f6c8"}.fi-br-life:before{content:"\f6c9"}.fi-br-life-ring:before{content:"\f6ca"}.fi-br-license:before{content:"\f6cb"}.fi-br-level-up:before{content:"\f6cc"}.fi-br-level-up-alt:before{content:"\f6cd"}.fi-br-level-down:before{content:"\f6ce"}.fi-br-level-down-alt:before{content:"\f6cf"}.fi-br-lettuce:before{content:"\f6d0"}.fi-br-letter-case:before{content:"\f6d1"}.fi-br-lesson:before{content:"\f6d2"}.fi-br-lesson-class:before{content:"\f6d3"}.fi-br-less-than:before{content:"\f6d4"}.fi-br-less-than-equal:before{content:"\f6d5"}.fi-br-lemon:before{content:"\f6d6"}.fi-br-legal:before{content:"\f6d7"}.fi-br-left:before{content:"\f6d8"}.fi-br-leave:before{content:"\f6d9"}.fi-br-leafy-green:before{content:"\f6da"}.fi-br-leaf:before{content:"\f6db"}.fi-br-leaf-oak:before{content:"\f6dc"}.fi-br-leaf-maple:before{content:"\f6dd"}.fi-br-leaf-heart:before{content:"\f6de"}.fi-br-leadership:before{content:"\f6df"}.fi-br-leadership-alt:before{content:"\f6e0"}.fi-br-leaderboard:before{content:"\f6e1"}.fi-br-leaderboard-trophy:before{content:"\f6e2"}.fi-br-leaderboard-alt:before{content:"\f6e3"}.fi-br-leader:before{content:"\f6e4"}.fi-br-leader-alt:before{content:"\f6e5"}.fi-br-layout-fluid:before{content:"\f6e6"}.fi-br-layers:before{content:"\f6e7"}.fi-br-layer-plus:before{content:"\f6e8"}.fi-br-layer-minus:before{content:"\f6e9"}.fi-br-lawyer-woman:before{content:"\f6ea"}.fi-br-lawyer-man:before{content:"\f6eb"}.fi-br-laugh:before{content:"\f6ec"}.fi-br-laugh-wink:before{content:"\f6ed"}.fi-br-laugh-squint:before{content:"\f6ee"}.fi-br-laugh-beam:before{content:"\f6ef"}.fi-br-lasso:before{content:"\f6f0"}.fi-br-lasso-sparkles:before{content:"\f6f1"}.fi-br-lari-sign:before{content:"\f6f2"}.fi-br-laptop:before{content:"\f6f3"}.fi-br-laptop-slash:before{content:"\f6f4"}.fi-br-laptop-mobile:before{content:"\f6f5"}.fi-br-laptop-medical:before{content:"\f6f6"}.fi-br-laptop-code:before{content:"\f6f7"}.fi-br-laptop-arrow-down:before{content:"\f6f8"}.fi-br-language:before{content:"\f6f9"}.fi-br-landmark-alt:before{content:"\f6fa"}.fi-br-land-location:before{content:"\f6fb"}.fi-br-land-layers:before{content:"\f6fc"}.fi-br-land-layer-location:before{content:"\f6fd"}.fi-br-lamp:before{content:"\f6fe"}.fi-br-lamp-street:before{content:"\f6ff"}.fi-br-lamp-floor:before{content:"\f700"}.fi-br-lamp-desk:before{content:"\f701"}.fi-br-lambda:before{content:"\f702"}.fi-br-lacrosse-stick:before{content:"\f703"}.fi-br-lacrosse-stick-ball:before{content:"\f704"}.fi-br-label:before{content:"\f705"}.fi-br-l:before{content:"\f706"}.fi-br-kpi:before{content:"\f707"}.fi-br-kpi-evaluation:before{content:"\f708"}.fi-br-knitting:before{content:"\f709"}.fi-br-knife:before{content:"\f70a"}.fi-br-knife-kitchen:before{content:"\f70b"}.fi-br-kiwi-fruit:before{content:"\f70c"}.fi-br-kiwi-bird:before{content:"\f70d"}.fi-br-kite:before{content:"\f70e"}.fi-br-kiss:before{content:"\f70f"}.fi-br-kiss-wink-heart:before{content:"\f710"}.fi-br-kiss-beam:before{content:"\f711"}.fi-br-kip-sign:before{content:"\f712"}.fi-br-kidneys:before{content:"\f713"}.fi-br-keynote:before{content:"\f714"}.fi-br-keyboard:before{content:"\f715"}.fi-br-keyboard-left:before{content:"\f716"}.fi-br-keyboard-down:before{content:"\f717"}.fi-br-keyboard-brightness:before{content:"\f718"}.fi-br-keyboard-brightness-low:before{content:"\f719"}.fi-br-key:before{content:"\f71a"}.fi-br-key-skeleton-left-right:before{content:"\f71b"}.fi-br-kerning:before{content:"\f71c"}.fi-br-kazoo:before{content:"\f71d"}.fi-br-kaaba:before{content:"\f71e"}.fi-br-k:before{content:"\f71f"}.fi-br-jug:before{content:"\f720"}.fi-br-jug-bottle:before{content:"\f721"}.fi-br-jug-alt:before{content:"\f722"}.fi-br-jpg:before{content:"\f723"}.fi-br-joystick:before{content:"\f724"}.fi-br-journey:before{content:"\f725"}.fi-br-journal:before{content:"\f726"}.fi-br-journal-alt:before{content:"\f727"}.fi-br-joint:before{content:"\f728"}.fi-br-javascript:before{content:"\f729"}.fi-br-jar-wheat:before{content:"\f72a"}.fi-br-jar-alt:before{content:"\f72b"}.fi-br-jam:before{content:"\f72c"}.fi-br-j:before{content:"\f72d"}.fi-br-italic:before{content:"\f72e"}.fi-br-italian-lira-sign:before{content:"\f72f"}.fi-br-it:before{content:"\f730"}.fi-br-it-computer:before{content:"\f731"}.fi-br-it-alt:before{content:"\f732"}.fi-br-issue-loupe:before{content:"\f733"}.fi-br-island-tropical:before{content:"\f734"}.fi-br-invite:before{content:"\f735"}.fi-br-invite-alt:before{content:"\f736"}.fi-br-investment:before{content:"\f737"}.fi-br-invest:before{content:"\f738"}.fi-br-inventory-alt:before{content:"\f739"}.fi-br-introduction:before{content:"\f73a"}.fi-br-introduction-handshake:before{content:"\f73b"}.fi-br-intersection:before{content:"\f73c"}.fi-br-interrogation:before{content:"\f73d"}.fi-br-interlining:before{content:"\f73e"}.fi-br-interactive:before{content:"\f73f"}.fi-br-integral:before{content:"\f740"}.fi-br-insight:before{content:"\f741"}.fi-br-insight-head:before{content:"\f742"}.fi-br-insight-alt:before{content:"\f743"}.fi-br-insert:before{content:"\f744"}.fi-br-insert-square:before{content:"\f745"}.fi-br-insert-arrows:before{content:"\f746"}.fi-br-insert-alt:before{content:"\f747"}.fi-br-input-text:before{content:"\f748"}.fi-br-input-pipe:before{content:"\f749"}.fi-br-input-numeric:before{content:"\f74a"}.fi-br-inhaler:before{content:"\f74b"}.fi-br-information:before{content:"\f74c"}.fi-br-info:before{content:"\f74d"}.fi-br-info-guide:before{content:"\f74e"}.fi-br-infinity:before{content:"\f74f"}.fi-br-industry-windows:before{content:"\f750"}.fi-br-industry-alt:before{content:"\f751"}.fi-br-indian-rupee-sign:before{content:"\f752"}.fi-br-indent:before{content:"\f753"}.fi-br-incognito:before{content:"\f754"}.fi-br-inboxes:before{content:"\f755"}.fi-br-inbox:before{content:"\f756"}.fi-br-inbox-out:before{content:"\f757"}.fi-br-inbox-in:before{content:"\f758"}.fi-br-images:before{content:"\f759"}.fi-br-images-user:before{content:"\f75a"}.fi-br-image-slash:before{content:"\f75b"}.fi-br-igloo:before{content:"\f75c"}.fi-br-id-card-clip-alt:before{content:"\f75d"}.fi-br-id-badge:before{content:"\f75e"}.fi-br-icon-star:before{content:"\f75f"}.fi-br-icicles:before{content:"\f760"}.fi-br-ice-skate:before{content:"\f761"}.fi-br-ice-cream:before{content:"\f762"}.fi-br-i:before{content:"\f763"}.fi-br-hurricane:before{content:"\f764"}.fi-br-hundred-points:before{content:"\f765"}.fi-br-humidity:before{content:"\f766"}.fi-br-hryvnia:before{content:"\f767"}.fi-br-hr:before{content:"\f768"}.fi-br-hr-person:before{content:"\f769"}.fi-br-hr-group:before{content:"\f76a"}.fi-br-house-window:before{content:"\f76b"}.fi-br-house-user:before{content:"\f76c"}.fi-br-house-turret:before{content:"\f76d"}.fi-br-house-tsunami:before{content:"\f76e"}.fi-br-house-tree:before{content:"\f76f"}.fi-br-house-signal:before{content:"\f770"}.fi-br-house-return:before{content:"\f771"}.fi-br-house-night:before{content:"\f772"}.fi-br-house-medical:before{content:"\f773"}.fi-br-house-leave:before{content:"\f774"}.fi-br-house-laptop:before{content:"\f775"}.fi-br-house-flood:before{content:"\f776"}.fi-br-house-day:before{content:"\f777"}.fi-br-house-crack:before{content:"\f778"}.fi-br-house-chimney:before{content:"\f779"}.fi-br-house-chimney-window:before{content:"\f77a"}.fi-br-house-chimney-user:before{content:"\f77b"}.fi-br-house-chimney-medical:before{content:"\f77c"}.fi-br-house-chimney-heart:before{content:"\f77d"}.fi-br-house-chimney-crack:before{content:"\f77e"}.fi-br-house-chimney-blank:before{content:"\f77f"}.fi-br-house-building:before{content:"\f780"}.fi-br-house-blank:before{content:"\f781"}.fi-br-hourglass:before{content:"\f782"}.fi-br-hourglass-start:before{content:"\f783"}.fi-br-hourglass-end:before{content:"\f784"}.fi-br-hotel:before{content:"\f785"}.fi-br-hotdog:before{content:"\f786"}.fi-br-hot-tub:before{content:"\f787"}.fi-br-hospitals:before{content:"\f788"}.fi-br-hospital:before{content:"\f789"}.fi-br-hospital-user:before{content:"\f78a"}.fi-br-hospital-symbol:before{content:"\f78b"}.fi-br-hose:before{content:"\f78c"}.fi-br-hose-reel:before{content:"\f78d"}.fi-br-horse:before{content:"\f78e"}.fi-br-horse-saddle:before{content:"\f78f"}.fi-br-horse-head:before{content:"\f790"}.fi-br-horizontal-rule:before{content:"\f791"}.fi-br-hood-cloak:before{content:"\f792"}.fi-br-honey-pot:before{content:"\f793"}.fi-br-home:before{content:"\f794"}.fi-br-home-location:before{content:"\f795"}.fi-br-home-location-alt:before{content:"\f796"}.fi-br-home-heart:before{content:"\f797"}.fi-br-holly-berry:before{content:"\f798"}.fi-br-hockey-sticks:before{content:"\f799"}.fi-br-hockey-stick-puck:before{content:"\f79a"}.fi-br-hockey-puck:before{content:"\f79b"}.fi-br-hockey-mask:before{content:"\f79c"}.fi-br-hippo:before{content:"\f79d"}.fi-br-hiking:before{content:"\f79e"}.fi-br-highlighter:before{content:"\f79f"}.fi-br-highlighter-line:before{content:"\f7a0"}.fi-br-high-definition:before{content:"\f7a1"}.fi-br-hexagon:before{content:"\f7a2"}.fi-br-hexagon-exclamation:before{content:"\f7a3"}.fi-br-hexagon-divide:before{content:"\f7a4"}.fi-br-hexagon-check:before{content:"\f7a5"}.fi-br-helmet-battle:before{content:"\f7a6"}.fi-br-helicopter-side:before{content:"\f7a7"}.fi-br-heat:before{content:"\f7a8"}.fi-br-heart:before{content:"\f7a9"}.fi-br-heart-rate:before{content:"\f7aa"}.fi-br-heart-half:before{content:"\f7ab"}.fi-br-heart-half-stroke:before{content:"\f7ac"}.fi-br-heart-crack:before{content:"\f7ad"}.fi-br-heart-arrow:before{content:"\f7ae"}.fi-br-headset:before{content:"\f7af"}.fi-br-headphones:before{content:"\f7b0"}.fi-br-heading:before{content:"\f7b1"}.fi-br-head-vr:before{content:"\f7b2"}.fi-br-head-side:before{content:"\f7b3"}.fi-br-head-side-virus:before{content:"\f7b4"}.fi-br-head-side-thinking:before{content:"\f7b5"}.fi-br-head-side-medical:before{content:"\f7b6"}.fi-br-head-side-mask:before{content:"\f7b7"}.fi-br-head-side-heart:before{content:"\f7b8"}.fi-br-head-side-headphones:before{content:"\f7b9"}.fi-br-head-side-cough:before{content:"\f7ba"}.fi-br-head-side-cough-slash:before{content:"\f7bb"}.fi-br-head-side-brain:before{content:"\f7bc"}.fi-br-hdd:before{content:"\f7bd"}.fi-br-hat-wizard:before{content:"\f7be"}.fi-br-hat-witch:before{content:"\f7bf"}.fi-br-hat-winter:before{content:"\f7c0"}.fi-br-hat-santa:before{content:"\f7c1"}.fi-br-hat-cowboy:before{content:"\f7c2"}.fi-br-hat-cowboy-side:before{content:"\f7c3"}.fi-br-hat-chef:before{content:"\f7c4"}.fi-br-hat-birthday:before{content:"\f7c5"}.fi-br-hastag:before{content:"\f7c6"}.fi-br-hashtag-lock:before{content:"\f7c7"}.fi-br-hard-hat:before{content:"\f7c8"}.fi-br-happy:before{content:"\f7c9"}.fi-br-handshake:before{content:"\f7ca"}.fi-br-handshake-simple-slash:before{content:"\f7cb"}.fi-br-handshake-angle:before{content:"\f7cc"}.fi-br-hands-usd:before{content:"\f7cd"}.fi-br-hands-holding:before{content:"\f7ce"}.fi-br-hands-holding-diamond:before{content:"\f7cf"}.fi-br-hands-heart:before{content:"\f7d0"}.fi-br-hands-clapping:before{content:"\f7d1"}.fi-br-hands-bubbles:before{content:"\f7d2"}.fi-br-handmade:before{content:"\f7d3"}.fi-br-hand:before{content:"\f7d4"}.fi-br-hand-wave:before{content:"\f7d5"}.fi-br-hand-spock:before{content:"\f7d6"}.fi-br-hand-sparkles:before{content:"\f7d7"}.fi-br-hand-scissors:before{content:"\f7d8"}.fi-br-hand-point-ribbon:before{content:"\f7d9"}.fi-br-hand-peace:before{content:"\f7da"}.fi-br-hand-paper:before{content:"\f7db"}.fi-br-hand-middle-finger:before{content:"\f7dc"}.fi-br-hand-love:before{content:"\f7dd"}.fi-br-hand-lizard:before{content:"\f7de"}.fi-br-hand-horns:before{content:"\f7df"}.fi-br-hand-holding-water:before{content:"\f7e0"}.fi-br-hand-holding-usd:before{content:"\f7e1"}.fi-br-hand-holding-skull:before{content:"\f7e2"}.fi-br-hand-holding-seeding:before{content:"\f7e3"}.fi-br-hand-holding-medical:before{content:"\f7e4"}.fi-br-hand-holding-magic:before{content:"\f7e5"}.fi-br-hand-holding-droplet:before{content:"\f7e6"}.fi-br-hand-holding-box:before{content:"\f7e7"}.fi-br-hand-heart:before{content:"\f7e8"}.fi-br-hand-fist:before{content:"\f7e9"}.fi-br-hand-fingers-crossed:before{content:"\f7ea"}.fi-br-hand-dots:before{content:"\f7eb"}.fi-br-hand-bill:before{content:"\f7ec"}.fi-br-hand-back-point-right:before{content:"\f7ed"}.fi-br-hand-back-point-ribbon:before{content:"\f7ee"}.fi-br-hand-back-point-left:before{content:"\f7ef"}.fi-br-hand-back-point-down:before{content:"\f7f0"}.fi-br-hand-back-fist:before{content:"\f7f1"}.fi-br-hamsa:before{content:"\f7f2"}.fi-br-hammer:before{content:"\f7f3"}.fi-br-hammer-war:before{content:"\f7f4"}.fi-br-hammer-crash:before{content:"\f7f5"}.fi-br-hamburger:before{content:"\f7f6"}.fi-br-hamburger-soda:before{content:"\f7f7"}.fi-br-hair-clipper:before{content:"\f7f8"}.fi-br-h4:before{content:"\f7f9"}.fi-br-h3:before{content:"\f7fa"}.fi-br-h2:before{content:"\f7fb"}.fi-br-h1:before{content:"\f7fc"}.fi-br-h:before{content:"\f7fd"}.fi-br-h-square:before{content:"\f7fe"}.fi-br-gym:before{content:"\f7ff"}.fi-br-gun-squirt:before{content:"\f800"}.fi-br-guitars:before{content:"\f801"}.fi-br-guitar:before{content:"\f802"}.fi-br-guitar-electric:before{content:"\f803"}.fi-br-guide:before{content:"\f804"}.fi-br-guide-alt:before{content:"\f805"}.fi-br-guarani-sign:before{content:"\f806"}.fi-br-grocery-basket:before{content:"\f807"}.fi-br-grocery-bag:before{content:"\f808"}.fi-br-grip-vertical:before{content:"\f809"}.fi-br-grip-lines:before{content:"\f80a"}.fi-br-grip-lines-vertical:before{content:"\f80b"}.fi-br-grip-horizontal:before{content:"\f80c"}.fi-br-grip-dots:before{content:"\f80d"}.fi-br-grip-dots-vertical:before{content:"\f80e"}.fi-br-grin:before{content:"\f80f"}.fi-br-grin-wink:before{content:"\f810"}.fi-br-grin-tongue:before{content:"\f811"}.fi-br-grin-tongue-wink:before{content:"\f812"}.fi-br-grin-tongue-squint:before{content:"\f813"}.fi-br-grin-tears:before{content:"\f814"}.fi-br-grin-stars:before{content:"\f815"}.fi-br-grin-squint:before{content:"\f816"}.fi-br-grin-squint-tears:before{content:"\f817"}.fi-br-grin-hearts:before{content:"\f818"}.fi-br-grin-beam:before{content:"\f819"}.fi-br-grin-beam-sweat:before{content:"\f81a"}.fi-br-grin-alt:before{content:"\f81b"}.fi-br-grimace:before{content:"\f81c"}.fi-br-grill:before{content:"\f81d"}.fi-br-grill-hot-alt:before{content:"\f81e"}.fi-br-grid:before{content:"\f81f"}.fi-br-grid-dividers:before{content:"\f820"}.fi-br-grid-alt:before{content:"\f821"}.fi-br-greater-than:before{content:"\f822"}.fi-br-greater-than-equal:before{content:"\f823"}.fi-br-grate:before{content:"\f824"}.fi-br-grate-droplet:before{content:"\f825"}.fi-br-graphic-tablet:before{content:"\f826"}.fi-br-graphic-style:before{content:"\f827"}.fi-br-graph-curve:before{content:"\f828"}.fi-br-grape:before{content:"\f829"}.fi-br-gramophone:before{content:"\f82a"}.fi-br-graduation-cap:before{content:"\f82b"}.fi-br-government-user:before{content:"\f82c"}.fi-br-government-flag:before{content:"\f82d"}.fi-br-gopuram:before{content:"\f82e"}.fi-br-golf:before{content:"\f82f"}.fi-br-golf-club:before{content:"\f830"}.fi-br-golf-ball:before{content:"\f831"}.fi-br-goal-net:before{content:"\f832"}.fi-br-globe:before{content:"\f833"}.fi-br-globe-snow:before{content:"\f834"}.fi-br-globe-alt:before{content:"\f835"}.fi-br-glasses:before{content:"\f836"}.fi-br-glass:before{content:"\f837"}.fi-br-glass-whiskey:before{content:"\f838"}.fi-br-glass-whiskey-rocks:before{content:"\f839"}.fi-br-glass-water-droplet:before{content:"\f83a"}.fi-br-glass-half:before{content:"\f83b"}.fi-br-glass-empty:before{content:"\f83c"}.fi-br-glass-citrus:before{content:"\f83d"}.fi-br-glass-cheers:before{content:"\f83e"}.fi-br-glass-champagne:before{content:"\f83f"}.fi-br-gingerbread-man:before{content:"\f840"}.fi-br-gifts:before{content:"\f841"}.fi-br-gift:before{content:"\f842"}.fi-br-gift-card:before{content:"\f843"}.fi-br-gif:before{content:"\f844"}.fi-br-gif-square:before{content:"\f845"}.fi-br-ghost:before{content:"\f846"}.fi-br-gem:before{content:"\f847"}.fi-br-gears:before{content:"\f848"}.fi-br-gavel:before{content:"\f849"}.fi-br-gauge-circle-plus:before{content:"\f84a"}.fi-br-gauge-circle-minus:before{content:"\f84b"}.fi-br-gauge-circle-bolt:before{content:"\f84c"}.fi-br-gas-pump:before{content:"\f84d"}.fi-br-gas-pump-slash:before{content:"\f84e"}.fi-br-gas-pump-alt:before{content:"\f84f"}.fi-br-garlic:before{content:"\f850"}.fi-br-garlic-alt:before{content:"\f851"}.fi-br-garage:before{content:"\f852"}.fi-br-garage-open:before{content:"\f853"}.fi-br-garage-car:before{content:"\f854"}.fi-br-gamepad:before{content:"\f855"}.fi-br-game-board-alt:before{content:"\f856"}.fi-br-gallery:before{content:"\f857"}.fi-br-gallery-thumbnails:before{content:"\f858"}.fi-br-galaxy:before{content:"\f859"}.fi-br-galaxy-star:before{content:"\f85a"}.fi-br-galaxy-planet:before{content:"\f85b"}.fi-br-galaxy-alt:before{content:"\f85c"}.fi-br-g:before{content:"\f85d"}.fi-br-funnel-dollar:before{content:"\f85e"}.fi-br-function:before{content:"\f85f"}.fi-br-function-square:before{content:"\f860"}.fi-br-function-process:before{content:"\f861"}.fi-br-ftp:before{content:"\f862"}.fi-br-frog:before{content:"\f863"}.fi-br-friday:before{content:"\f864"}.fi-br-french-fries:before{content:"\f865"}.fi-br-franc-sign:before{content:"\f866"}.fi-br-frame:before{content:"\f867"}.fi-br-fox:before{content:"\f868"}.fi-br-forward:before{content:"\f869"}.fi-br-forward-fast:before{content:"\f86a"}.fi-br-fort:before{content:"\f86b"}.fi-br-form:before{content:"\f86c"}.fi-br-forklift:before{content:"\f86d"}.fi-br-fork:before{content:"\f86e"}.fi-br-football:before{content:"\f86f"}.fi-br-fondue-pot:before{content:"\f870"}.fi-br-following:before{content:"\f871"}.fi-br-followcollection:before{content:"\f872"}.fi-br-follow-folder:before{content:"\f873"}.fi-br-folders:before{content:"\f874"}.fi-br-folder:before{content:"\f875"}.fi-br-folder-xmark:before{content:"\f876"}.fi-br-folder-upload:before{content:"\f877"}.fi-br-folder-tree:before{content:"\f878"}.fi-br-folder-times:before{content:"\f879"}.fi-br-folder-open:before{content:"\f87a"}.fi-br-folder-minus:before{content:"\f87b"}.fi-br-folder-download:before{content:"\f87c"}.fi-br-fog:before{content:"\f87d"}.fi-br-flying-disc:before{content:"\f87e"}.fi-br-fly-insect:before{content:"\f87f"}.fi-br-flux-capacitor:before{content:"\f880"}.fi-br-flute:before{content:"\f881"}.fi-br-flushed:before{content:"\f882"}.fi-br-flushed-face:before{content:"\f883"}.fi-br-flower:before{content:"\f884"}.fi-br-flower-tulip:before{content:"\f885"}.fi-br-flower-daffodil:before{content:"\f886"}.fi-br-flower-butterfly:before{content:"\f887"}.fi-br-flower-bouquet:before{content:"\f888"}.fi-br-florin-sign:before{content:"\f889"}.fi-br-floppy-disks:before{content:"\f88a"}.fi-br-floppy-disk-pen:before{content:"\f88b"}.fi-br-floppy-disk-circle-xmark:before{content:"\f88c"}.fi-br-floppy-disk-circle-arrow-right:before{content:"\f88d"}.fi-br-floor:before{content:"\f88e"}.fi-br-floor-layer:before{content:"\f88f"}.fi-br-floor-alt:before{content:"\f890"}.fi-br-flip-horizontal:before{content:"\f891"}.fi-br-flatbread:before{content:"\f892"}.fi-br-flatbread-stuffed:before{content:"\f893"}.fi-br-flask:before{content:"\f894"}.fi-br-flask-potion:before{content:"\f895"}.fi-br-flask-poison:before{content:"\f896"}.fi-br-flashlight:before{content:"\f897"}.fi-br-flame:before{content:"\f898"}.fi-br-flag:before{content:"\f899"}.fi-br-flag-usa:before{content:"\f89a"}.fi-br-flag-checkered:before{content:"\f89b"}.fi-br-flag-alt:before{content:"\f89c"}.fi-br-fishing-rod:before{content:"\f89d"}.fi-br-fish:before{content:"\f89e"}.fi-br-fish-cooked:before{content:"\f89f"}.fi-br-fish-bones:before{content:"\f8a0"}.fi-br-first:before{content:"\f8a1"}.fi-br-first-medal:before{content:"\f8a2"}.fi-br-first-laurel:before{content:"\f8a3"}.fi-br-first-award:before{content:"\f8a4"}.fi-br-fireplace:before{content:"\f8a5"}.fi-br-fire-smoke:before{content:"\f8a6"}.fi-br-fire-hydrant:before{content:"\f8a7"}.fi-br-fire-flame-simple:before{content:"\f8a8"}.fi-br-fire-flame-curved:before{content:"\f8a9"}.fi-br-fire-extinguisher:before{content:"\f8aa"}.fi-br-fire-burner:before{content:"\f8ab"}.fi-br-fingerprint:before{content:"\f8ac"}.fi-br-filters:before{content:"\f8ad"}.fi-br-filter:before{content:"\f8ae"}.fi-br-filter-slash:before{content:"\f8af"}.fi-br-films:before{content:"\f8b0"}.fi-br-film:before{content:"\f8b1"}.fi-br-film-slash:before{content:"\f8b2"}.fi-br-film-canister:before{content:"\f8b3"}.fi-br-fill:before{content:"\f8b4"}.fi-br-files-medical:before{content:"\f8b5"}.fi-br-file:before{content:"\f8b6"}.fi-br-file-zipper:before{content:"\f8b7"}.fi-br-file-word:before{content:"\f8b8"}.fi-br-file-video:before{content:"\f8b9"}.fi-br-file-user:before{content:"\f8ba"}.fi-br-file-upload:before{content:"\f8bb"}.fi-br-file-spreadsheet:before{content:"\f8bc"}.fi-br-file-signature:before{content:"\f8bd"}.fi-br-file-psd:before{content:"\f8be"}.fi-br-file-prescription:before{content:"\f8bf"}.fi-br-file-powerpoint:before{content:"\f8c0"}.fi-br-file-pdf:before{content:"\f8c1"}.fi-br-file-minus:before{content:"\f8c2"}.fi-br-file-medical:before{content:"\f8c3"}.fi-br-file-medical-alt:before{content:"\f8c4"}.fi-br-file-invoice:before{content:"\f8c5"}.fi-br-file-invoice-dollar:before{content:"\f8c6"}.fi-br-file-import:before{content:"\f8c7"}.fi-br-file-image:before{content:"\f8c8"}.fi-br-file-export:before{content:"\f8c9"}.fi-br-file-exclamation:before{content:"\f8ca"}.fi-br-file-excel:before{content:"\f8cb"}.fi-br-file-eps:before{content:"\f8cc"}.fi-br-file-edit:before{content:"\f8cd"}.fi-br-file-download:before{content:"\f8ce"}.fi-br-file-csv:before{content:"\f8cf"}.fi-br-file-code:before{content:"\f8d0"}.fi-br-file-circle-info:before{content:"\f8d1"}.fi-br-file-chart-pie:before{content:"\f8d2"}.fi-br-file-chart-line:before{content:"\f8d3"}.fi-br-file-binary:before{content:"\f8d4"}.fi-br-file-audio:before{content:"\f8d5"}.fi-br-file-ai:before{content:"\f8d6"}.fi-br-fighter-jet:before{content:"\f8d7"}.fi-br-field-hockey:before{content:"\f8d8"}.fi-br-ferris-wheel:before{content:"\f8d9"}.fi-br-fence:before{content:"\f8da"}.fi-br-female:before{content:"\f8db"}.fi-br-female-couple:before{content:"\f8dc"}.fi-br-feedback:before{content:"\f8dd"}.fi-br-feedback-review:before{content:"\f8de"}.fi-br-feedback-hand:before{content:"\f8df"}.fi-br-feedback-alt:before{content:"\f8e0"}.fi-br-fee:before{content:"\f8e1"}.fi-br-fee-receipt:before{content:"\f8e2"}.fi-br-features:before{content:"\f8e3"}.fi-br-features-alt:before{content:"\f8e4"}.fi-br-feather:before{content:"\f8e5"}.fi-br-feather-pointed:before{content:"\f8e6"}.fi-br-fax:before{content:"\f8e7"}.fi-br-faucet:before{content:"\f8e8"}.fi-br-faucet-drip:before{content:"\f8e9"}.fi-br-farm:before{content:"\f8ea"}.fi-br-fan:before{content:"\f8eb"}.fi-br-fan-table:before{content:"\f8ec"}.fi-br-family:before{content:"\f8ed"}.fi-br-family-pants:before{content:"\f8ee"}.fi-br-family-dress:before{content:"\f8ef"}.fi-br-falafel:before{content:"\f8f0"}.fi-br-fail:before{content:"\f8f1"}.fi-br-face-zipper:before{content:"\f8f2"}.fi-br-face-zany:before{content:"\f8f3"}.fi-br-face-worried:before{content:"\f8f4"}.fi-br-face-woozy:before{content:"\f8f5"}.fi-br-face-weary:before{content:"\f8f6"}.fi-br-face-vomit:before{content:"\f8f7"}.fi-br-face-viewfinder:before{content:"\f8f8"}.fi-br-face-unamused:before{content:"\f8f9"}.fi-br-face-tongue-sweat:before{content:"\f8fa"}.fi-br-face-tongue-money:before{content:"\f8fb"}.fi-br-face-tissue:before{content:"\f8fc"}.fi-br-face-thinking:before{content:"\f8fd"}.fi-br-face-thermometer:before{content:"\f8fe"}.fi-br-face-swear:before{content:"\f8ff"}.fi-br-face-sunglasses:before{content:"\f900"}.fi-br-face-sunglasses-alt:before{content:"\f901"}.fi-br-face-smirking:before{content:"\f902"}.fi-br-face-smiling-hands:before{content:"\f903"}.fi-br-face-smile-upside-down:before{content:"\f904"}.fi-br-face-smile-tongue:before{content:"\f905"}.fi-br-face-smile-tear:before{content:"\f906"}.fi-br-face-smile-horns:before{content:"\f907"}.fi-br-face-smile-hearts:before{content:"\f908"}.fi-br-face-smile-halo:before{content:"\f909"}.fi-br-face-sleepy:before{content:"\f90a"}.fi-br-face-sleeping:before{content:"\f90b"}.fi-br-face-shush:before{content:"\f90c"}.fi-br-face-scream:before{content:"\f90d"}.fi-br-face-sad-sweat:before{content:"\f90e"}.fi-br-face-relieved:before{content:"\f90f"}.fi-br-face-raised-eyebrow:before{content:"\f910"}.fi-br-face-pleading:before{content:"\f911"}.fi-br-face-persevering:before{content:"\f912"}.fi-br-face-pensive:before{content:"\f913"}.fi-br-face-party:before{content:"\f914"}.fi-br-face-nose-steam:before{content:"\f915"}.fi-br-face-nauseated:before{content:"\f916"}.fi-br-face-monocle:before{content:"\f917"}.fi-br-face-mask:before{content:"\f918"}.fi-br-face-lying:before{content:"\f919"}.fi-br-face-icicles:before{content:"\f91a"}.fi-br-face-hushed:before{content:"\f91b"}.fi-br-face-head-bandage:before{content:"\f91c"}.fi-br-face-hand-yawn:before{content:"\f91d"}.fi-br-face-grin-tongue-wink:before{content:"\f91e"}.fi-br-face-glasses:before{content:"\f91f"}.fi-br-face-fearful:before{content:"\f920"}.fi-br-face-eyes-xmarks:before{content:"\f921"}.fi-br-face-expressionless:before{content:"\f922"}.fi-br-face-explode:before{content:"\f923"}.fi-br-face-drooling:before{content:"\f924"}.fi-br-face-downcast-sweat:before{content:"\f925"}.fi-br-face-disguise:before{content:"\f926"}.fi-br-face-disappointed:before{content:"\f927"}.fi-br-face-cowboy-hat:before{content:"\f928"}.fi-br-face-confused:before{content:"\f929"}.fi-br-face-confounded:before{content:"\f92a"}.fi-br-face-beam-hand-over-mouth:before{content:"\f92b"}.fi-br-face-awesome:before{content:"\f92c"}.fi-br-face-astonished:before{content:"\f92d"}.fi-br-face-anxious-sweat:before{content:"\f92e"}.fi-br-face-anguished:before{content:"\f92f"}.fi-br-face-angry-horns:before{content:"\f930"}.fi-br-fabric:before{content:"\f931"}.fi-br-f:before{content:"\f932"}.fi-br-eyes:before{content:"\f933"}.fi-br-eye:before{content:"\f934"}.fi-br-eye-dropper:before{content:"\f935"}.fi-br-eye-dropper-half:before{content:"\f936"}.fi-br-eye-crossed:before{content:"\f937"}.fi-br-external-world:before{content:"\f938"}.fi-br-external-hard-drive:before{content:"\f939"}.fi-br-expense:before{content:"\f93a"}.fi-br-expense-bill:before{content:"\f93b"}.fi-br-expand:before{content:"\f93c"}.fi-br-expand-arrows:before{content:"\f93d"}.fi-br-expand-arrows-alt:before{content:"\f93e"}.fi-br-exit:before{content:"\f93f"}.fi-br-exit-alt:before{content:"\f940"}.fi-br-exclamation:before{content:"\f941"}.fi-br-exchange:before{content:"\f942"}.fi-br-exchange-cryptocurrency:before{content:"\f943"}.fi-br-exchange-alt:before{content:"\f944"}.fi-br-euro:before{content:"\f945"}.fi-br-ethernet:before{content:"\f946"}.fi-br-escalator:before{content:"\f947"}.fi-br-eraser:before{content:"\f948"}.fi-br-equals:before{content:"\f949"}.fi-br-equality:before{content:"\f94a"}.fi-br-envelopes:before{content:"\f94b"}.fi-br-envelope:before{content:"\f94c"}.fi-br-envelope-plus:before{content:"\f94d"}.fi-br-envelope-open:before{content:"\f94e"}.fi-br-envelope-open-text:before{content:"\f94f"}.fi-br-envelope-open-dollar:before{content:"\f950"}.fi-br-envelope-marker:before{content:"\f951"}.fi-br-envelope-download:before{content:"\f952"}.fi-br-envelope-dot:before{content:"\f953"}.fi-br-envelope-bulk:before{content:"\f954"}.fi-br-envelope-ban:before{content:"\f955"}.fi-br-enter:before{content:"\f956"}.fi-br-engine:before{content:"\f957"}.fi-br-engine-warning:before{content:"\f958"}.fi-br-empty-set:before{content:"\f959"}.fi-br-employees:before{content:"\f95a"}.fi-br-employees-woman-man:before{content:"\f95b"}.fi-br-employee-man:before{content:"\f95c"}.fi-br-employee-man-alt:before{content:"\f95d"}.fi-br-employee-alt:before{content:"\f95e"}.fi-br-elevator:before{content:"\f95f"}.fi-br-elephant:before{content:"\f960"}.fi-br-eject:before{content:"\f961"}.fi-br-egg:before{content:"\f962"}.fi-br-egg-fried:before{content:"\f963"}.fi-br-effect:before{content:"\f964"}.fi-br-edit:before{content:"\f965"}.fi-br-edit-alt:before{content:"\f966"}.fi-br-eclipse:before{content:"\f967"}.fi-br-eclipse-alt:before{content:"\f968"}.fi-br-earth-europa:before{content:"\f969"}.fi-br-earth-asia:before{content:"\f96a"}.fi-br-earth-americas:before{content:"\f96b"}.fi-br-earth-africa:before{content:"\f96c"}.fi-br-earnings:before{content:"\f96d"}.fi-br-ear:before{content:"\f96e"}.fi-br-ear-muffs:before{content:"\f96f"}.fi-br-ear-deaf:before{content:"\f970"}.fi-br-e:before{content:"\f971"}.fi-br-e-learning:before{content:"\f972"}.fi-br-duration:before{content:"\f973"}.fi-br-duration-alt:before{content:"\f974"}.fi-br-duplicate:before{content:"\f975"}.fi-br-dungeon:before{content:"\f976"}.fi-br-dumpster:before{content:"\f977"}.fi-br-dumpster-fire:before{content:"\f978"}.fi-br-duck:before{content:"\f979"}.fi-br-dryer:before{content:"\f97a"}.fi-br-dryer-alt:before{content:"\f97b"}.fi-br-drumstick:before{content:"\f97c"}.fi-br-drumstick-bite:before{content:"\f97d"}.fi-br-drum:before{content:"\f97e"}.fi-br-drum-steelpan:before{content:"\f97f"}.fi-br-drop-down:before{content:"\f980"}.fi-br-drone:before{content:"\f981"}.fi-br-drone-front:before{content:"\f982"}.fi-br-drone-alt:before{content:"\f983"}.fi-br-driver-woman:before{content:"\f984"}.fi-br-driver-man:before{content:"\f985"}.fi-br-drink-alt:before{content:"\f986"}.fi-br-dreidel:before{content:"\f987"}.fi-br-drawer:before{content:"\f988"}.fi-br-drawer-alt:before{content:"\f989"}.fi-br-draw-square:before{content:"\f98a"}.fi-br-draw-polygon:before{content:"\f98b"}.fi-br-dragon:before{content:"\f98c"}.fi-br-drafting-compass:before{content:"\f98d"}.fi-br-download:before{content:"\f98e"}.fi-br-down:before{content:"\f98f"}.fi-br-down-to-line:before{content:"\f990"}.fi-br-down-right:before{content:"\f991"}.fi-br-down-left:before{content:"\f992"}.fi-br-down-left-and-up-right-to-center:before{content:"\f993"}.fi-br-dove:before{content:"\f994"}.fi-br-dot-pending:before{content:"\f995"}.fi-br-dot-circle:before{content:"\f996"}.fi-br-door-open:before{content:"\f997"}.fi-br-door-closed:before{content:"\f998"}.fi-br-donut:before{content:"\f999"}.fi-br-dong-sign:before{content:"\f99a"}.fi-br-donate:before{content:"\f99b"}.fi-br-domino-effect:before{content:"\f99c"}.fi-br-dolphin:before{content:"\f99d"}.fi-br-dolly-flatbed:before{content:"\f99e"}.fi-br-dolly-flatbed-empty:before{content:"\f99f"}.fi-br-dolly-flatbed-alt:before{content:"\f9a0"}.fi-br-dollar:before{content:"\f9a1"}.fi-br-dog:before{content:"\f9a2"}.fi-br-dog-leashed:before{content:"\f9a3"}.fi-br-document:before{content:"\f9a4"}.fi-br-document-signed:before{content:"\f9a5"}.fi-br-document-paid:before{content:"\f9a6"}.fi-br-doctor:before{content:"\f9a7"}.fi-br-do-not-enter:before{content:"\f9a8"}.fi-br-dna:before{content:"\f9a9"}.fi-br-dizzy:before{content:"\f9aa"}.fi-br-divide:before{content:"\f9ab"}.fi-br-distribute-spacing-vertical:before{content:"\f9ac"}.fi-br-distribute-spacing-horizontal:before{content:"\f9ad"}.fi-br-display-slash:before{content:"\f9ae"}.fi-br-display-medical:before{content:"\f9af"}.fi-br-display-code:before{content:"\f9b0"}.fi-br-display-arrow-down:before{content:"\f9b1"}.fi-br-disk:before{content:"\f9b2"}.fi-br-disease:before{content:"\f9b3"}.fi-br-discover:before{content:"\f9b4"}.fi-br-disco-ball:before{content:"\f9b5"}.fi-br-disc-drive:before{content:"\f9b6"}.fi-br-direction-signal:before{content:"\f9b7"}.fi-br-direction-signal-arrow:before{content:"\f9b8"}.fi-br-diploma:before{content:"\f9b9"}.fi-br-dinner:before{content:"\f9ba"}.fi-br-digital-tachograph:before{content:"\f9bb"}.fi-br-digging:before{content:"\f9bc"}.fi-br-dice:before{content:"\f9bd"}.fi-br-dice-two:before{content:"\f9be"}.fi-br-dice-three:before{content:"\f9bf"}.fi-br-dice-six:before{content:"\f9c0"}.fi-br-dice-one:before{content:"\f9c1"}.fi-br-dice-four:before{content:"\f9c2"}.fi-br-dice-d8:before{content:"\f9c3"}.fi-br-dice-d6:before{content:"\f9c4"}.fi-br-dice-d4:before{content:"\f9c5"}.fi-br-dice-d20:before{content:"\f9c6"}.fi-br-dice-d12:before{content:"\f9c7"}.fi-br-dice-d10:before{content:"\f9c8"}.fi-br-dice-alt:before{content:"\f9c9"}.fi-br-diary-clasp:before{content:"\f9ca"}.fi-br-diary-bookmarks:before{content:"\f9cb"}.fi-br-diary-bookmark-down:before{content:"\f9cc"}.fi-br-diamond:before{content:"\f9cd"}.fi-br-diamond-turn-right:before{content:"\f9ce"}.fi-br-diamond-exclamation:before{content:"\f9cf"}.fi-br-dial:before{content:"\f9d0"}.fi-br-dial-off:before{content:"\f9d1"}.fi-br-dial-min:before{content:"\f9d2"}.fi-br-dial-med:before{content:"\f9d3"}.fi-br-dial-med-low:before{content:"\f9d4"}.fi-br-dial-max:before{content:"\f9d5"}.fi-br-dial-low:before{content:"\f9d6"}.fi-br-dial-high:before{content:"\f9d7"}.fi-br-diagram-venn:before{content:"\f9d8"}.fi-br-diagram-successor:before{content:"\f9d9"}.fi-br-diagram-subtask:before{content:"\f9da"}.fi-br-diagram-sankey:before{content:"\f9db"}.fi-br-diagram-project:before{content:"\f9dc"}.fi-br-diagram-previous:before{content:"\f9dd"}.fi-br-diagram-predecessor:before{content:"\f9de"}.fi-br-diagram-next:before{content:"\f9df"}.fi-br-diagram-nested:before{content:"\f9e0"}.fi-br-diagram-lean-canvas:before{content:"\f9e1"}.fi-br-diagram-cells:before{content:"\f9e2"}.fi-br-dharmachakra:before{content:"\f9e3"}.fi-br-dewpoint:before{content:"\f9e4"}.fi-br-devices:before{content:"\f9e5"}.fi-br-desktop-wallpaper:before{content:"\f9e6"}.fi-br-desktop-arrow-down:before{content:"\f9e7"}.fi-br-description:before{content:"\f9e8"}.fi-br-description-alt:before{content:"\f9e9"}.fi-br-deposit:before{content:"\f9ea"}.fi-br-deposit-alt:before{content:"\f9eb"}.fi-br-department:before{content:"\f9ec"}.fi-br-department-structure:before{content:"\f9ed"}.fi-br-democrat:before{content:"\f9ee"}.fi-br-delete:before{content:"\f9ef"}.fi-br-delete-user:before{content:"\f9f0"}.fi-br-delete-right:before{content:"\f9f1"}.fi-br-delete-document:before{content:"\f9f2"}.fi-br-deer:before{content:"\f9f3"}.fi-br-deer-rudolph:before{content:"\f9f4"}.fi-br-debt:before{content:"\f9f5"}.fi-br-database:before{content:"\f9f6"}.fi-br-data-transfer:before{content:"\f9f7"}.fi-br-dashboard:before{content:"\f9f8"}.fi-br-dart:before{content:"\f9f9"}.fi-br-damage:before{content:"\f9fa"}.fi-br-daily-calendar:before{content:"\f9fb"}.fi-br-dagger:before{content:"\f9fc"}.fi-br-d:before{content:"\f9fd"}.fi-br-customize:before{content:"\f9fe"}.fi-br-customize-edit:before{content:"\f9ff"}.fi-br-customize-computer:before{content:"\fa00"}.fi-br-customization:before{content:"\fa01"}.fi-br-customization-cogwheel:before{content:"\fa02"}.fi-br-customer-service:before{content:"\fa03"}.fi-br-customer-care:before{content:"\fa04"}.fi-br-custard:before{content:"\fa05"}.fi-br-curve:before{content:"\fa06"}.fi-br-curve-arrow:before{content:"\fa07"}.fi-br-curve-alt:before{content:"\fa08"}.fi-br-cursor:before{content:"\fa09"}.fi-br-cursor-text:before{content:"\fa0a"}.fi-br-cursor-text-alt:before{content:"\fa0b"}.fi-br-cursor-plus:before{content:"\fa0c"}.fi-br-cursor-finger:before{content:"\fa0d"}.fi-br-curling:before{content:"\fa0e"}.fi-br-cupcake:before{content:"\fa0f"}.fi-br-cupcake-alt:before{content:"\fa10"}.fi-br-cup-togo:before{content:"\fa11"}.fi-br-cup-straw:before{content:"\fa12"}.fi-br-cup-straw-swoosh:before{content:"\fa13"}.fi-br-cucumber:before{content:"\fa14"}.fi-br-cubes:before{content:"\fa15"}.fi-br-cubes-stacked:before{content:"\fa16"}.fi-br-cube:before{content:"\fa17"}.fi-br-crystal-ball:before{content:"\fa18"}.fi-br-cryptocurrency:before{content:"\fa19"}.fi-br-cruzeiro-sign:before{content:"\fa1a"}.fi-br-crutches:before{content:"\fa1b"}.fi-br-crutch:before{content:"\fa1c"}.fi-br-crown:before{content:"\fa1d"}.fi-br-crow:before{content:"\fa1e"}.fi-br-cross:before{content:"\fa1f"}.fi-br-cross-small:before{content:"\fa20"}.fi-br-cross-religion:before{content:"\fa21"}.fi-br-cross-circle:before{content:"\fa22"}.fi-br-croissant:before{content:"\fa23"}.fi-br-crm-computer:before{content:"\fa24"}.fi-br-crm-alt:before{content:"\fa25"}.fi-br-cricket:before{content:"\fa26"}.fi-br-credit-card:before{content:"\fa27"}.fi-br-cream:before{content:"\fa28"}.fi-br-crate-empty:before{content:"\fa29"}.fi-br-crab:before{content:"\fa2a"}.fi-br-cowbell:before{content:"\fa2b"}.fi-br-cowbell-more:before{content:"\fa2c"}.fi-br-cowbell-circle-plus:before{content:"\fa2d"}.fi-br-cow:before{content:"\fa2e"}.fi-br-cow-alt:before{content:"\fa2f"}.fi-br-couple:before{content:"\fa30"}.fi-br-couch:before{content:"\fa31"}.fi-br-corporate:before{content:"\fa32"}.fi-br-corporate-alt:before{content:"\fa33"}.fi-br-corn:before{content:"\fa34"}.fi-br-copyright:before{content:"\fa35"}.fi-br-copy:before{content:"\fa36"}.fi-br-copy-image:before{content:"\fa37"}.fi-br-copy-alt:before{content:"\fa38"}.fi-br-cookie:before{content:"\fa39"}.fi-br-cookie-alt:before{content:"\fa3a"}.fi-br-conveyor-belt:before{content:"\fa3b"}.fi-br-conveyor-belt-empty:before{content:"\fa3c"}.fi-br-conveyor-belt-alt:before{content:"\fa3d"}.fi-br-convert-shapes:before{content:"\fa3e"}.fi-br-convert-document:before{content:"\fa3f"}.fi-br-container-storage:before{content:"\fa40"}.fi-br-constellation:before{content:"\fa41"}.fi-br-confetti:before{content:"\fa42"}.fi-br-condition:before{content:"\fa43"}.fi-br-condition-alt:before{content:"\fa44"}.fi-br-concierge-bell:before{content:"\fa45"}.fi-br-computer:before{content:"\fa46"}.fi-br-computer-speaker:before{content:"\fa47"}.fi-br-computer-mouse:before{content:"\fa48"}.fi-br-computer-classic:before{content:"\fa49"}.fi-br-compress:before{content:"\fa4a"}.fi-br-compress-alt:before{content:"\fa4b"}.fi-br-compliance:before{content:"\fa4c"}.fi-br-compliance-document:before{content:"\fa4d"}.fi-br-compliance-clipboard:before{content:"\fa4e"}.fi-br-completed:before{content:"\fa4f"}.fi-br-compass-slash:before{content:"\fa50"}.fi-br-comments:before{content:"\fa51"}.fi-br-comments-question:before{content:"\fa52"}.fi-br-comments-question-check:before{content:"\fa53"}.fi-br-comments-dollar:before{content:"\fa54"}.fi-br-comment:before{content:"\fa55"}.fi-br-comment-xmark:before{content:"\fa56"}.fi-br-comment-user:before{content:"\fa57"}.fi-br-comment-text:before{content:"\fa58"}.fi-br-comment-sms:before{content:"\fa59"}.fi-br-comment-smile:before{content:"\fa5a"}.fi-br-comment-slash:before{content:"\fa5b"}.fi-br-comment-quote:before{content:"\fa5c"}.fi-br-comment-question:before{content:"\fa5d"}.fi-br-comment-pen:before{content:"\fa5e"}.fi-br-comment-minus:before{content:"\fa5f"}.fi-br-comment-medical:before{content:"\fa60"}.fi-br-comment-info:before{content:"\fa61"}.fi-br-comment-image:before{content:"\fa62"}.fi-br-comment-heart:before{content:"\fa63"}.fi-br-comment-exclamation:before{content:"\fa64"}.fi-br-comment-dots:before{content:"\fa65"}.fi-br-comment-dollar:before{content:"\fa66"}.fi-br-comment-code:before{content:"\fa67"}.fi-br-comment-check:before{content:"\fa68"}.fi-br-comment-arrow-up:before{content:"\fa69"}.fi-br-comment-arrow-up-right:before{content:"\fa6a"}.fi-br-comment-arrow-down:before{content:"\fa6b"}.fi-br-comment-alt:before{content:"\fa6c"}.fi-br-comment-alt-music:before{content:"\fa6d"}.fi-br-comment-alt-minus:before{content:"\fa6e"}.fi-br-comment-alt-middle:before{content:"\fa6f"}.fi-br-comment-alt-middle-top:before{content:"\fa70"}.fi-br-comment-alt-medical:before{content:"\fa71"}.fi-br-comment-alt-edit:before{content:"\fa72"}.fi-br-comment-alt-dots:before{content:"\fa73"}.fi-br-comment-alt-check:before{content:"\fa74"}.fi-br-command:before{content:"\fa75"}.fi-br-comet:before{content:"\fa76"}.fi-br-columns-3:before{content:"\fa77"}.fi-br-colon-sign:before{content:"\fa78"}.fi-br-coins:before{content:"\fa79"}.fi-br-coin:before{content:"\fa7a"}.fi-br-coin-up-arrow:before{content:"\fa7b"}.fi-br-coffin:before{content:"\fa7c"}.fi-br-coffin-cross:before{content:"\fa7d"}.fi-br-coffee:before{content:"\fa7e"}.fi-br-coffee-pot:before{content:"\fa7f"}.fi-br-coffee-beans:before{content:"\fa80"}.fi-br-coffee-bean:before{content:"\fa81"}.fi-br-code-simple:before{content:"\fa82"}.fi-br-code-pull-request:before{content:"\fa83"}.fi-br-code-pull-request-draft:before{content:"\fa84"}.fi-br-code-pull-request-closed:before{content:"\fa85"}.fi-br-code-merge:before{content:"\fa86"}.fi-br-code-fork:before{content:"\fa87"}.fi-br-code-compare:before{content:"\fa88"}.fi-br-code-commit:before{content:"\fa89"}.fi-br-code-branch:before{content:"\fa8a"}.fi-br-coconut:before{content:"\fa8b"}.fi-br-cocktail:before{content:"\fa8c"}.fi-br-cocktail-alt:before{content:"\fa8d"}.fi-br-club:before{content:"\fa8e"}.fi-br-clover-alt:before{content:"\fa8f"}.fi-br-clouds:before{content:"\fa90"}.fi-br-clouds-sun:before{content:"\fa91"}.fi-br-clouds-moon:before{content:"\fa92"}.fi-br-cloud:before{content:"\fa93"}.fi-br-cloud-upload:before{content:"\fa94"}.fi-br-cloud-upload-alt:before{content:"\fa95"}.fi-br-cloud-sun:before{content:"\fa96"}.fi-br-cloud-sun-rain:before{content:"\fa97"}.fi-br-cloud-snow:before{content:"\fa98"}.fi-br-cloud-sleet:before{content:"\fa99"}.fi-br-cloud-showers:before{content:"\fa9a"}.fi-br-cloud-showers-heavy:before{content:"\fa9b"}.fi-br-cloud-share:before{content:"\fa9c"}.fi-br-cloud-rainbow:before{content:"\fa9d"}.fi-br-cloud-rain:before{content:"\fa9e"}.fi-br-cloud-question:before{content:"\fa9f"}.fi-br-cloud-moon:before{content:"\faa0"}.fi-br-cloud-moon-rain:before{content:"\faa1"}.fi-br-cloud-meatball:before{content:"\faa2"}.fi-br-cloud-hail:before{content:"\faa3"}.fi-br-cloud-hail-mixed:before{content:"\faa4"}.fi-br-cloud-exclamation:before{content:"\faa5"}.fi-br-cloud-drizzle:before{content:"\faa6"}.fi-br-cloud-download:before{content:"\faa7"}.fi-br-cloud-download-alt:before{content:"\faa8"}.fi-br-cloud-disabled:before{content:"\faa9"}.fi-br-cloud-code:before{content:"\faaa"}.fi-br-cloud-check:before{content:"\faab"}.fi-br-clothes-hanger:before{content:"\faac"}.fi-br-closed-captioning-slash:before{content:"\faad"}.fi-br-clone:before{content:"\faae"}.fi-br-clock:before{content:"\faaf"}.fi-br-clock-up-arrow:before{content:"\fab0"}.fi-br-clock-two:before{content:"\fab1"}.fi-br-clock-two-thirty:before{content:"\fab2"}.fi-br-clock-twelve:before{content:"\fab3"}.fi-br-clock-twelve-thirty:before{content:"\fab4"}.fi-br-clock-three:before{content:"\fab5"}.fi-br-clock-three-thirty:before{content:"\fab6"}.fi-br-clock-ten:before{content:"\fab7"}.fi-br-clock-ten-thirty:before{content:"\fab8"}.fi-br-clock-six:before{content:"\fab9"}.fi-br-clock-six-thirty:before{content:"\faba"}.fi-br-clock-seven:before{content:"\fabb"}.fi-br-clock-seven-thirty:before{content:"\fabc"}.fi-br-clock-one:before{content:"\fabd"}.fi-br-clock-one-thirty:before{content:"\fabe"}.fi-br-clock-nine:before{content:"\fabf"}.fi-br-clock-nine-thirty:before{content:"\fac0"}.fi-br-clock-four-thirty:before{content:"\fac1"}.fi-br-clock-five:before{content:"\fac2"}.fi-br-clock-five-thirty:before{content:"\fac3"}.fi-br-clock-eleven:before{content:"\fac4"}.fi-br-clock-eleven-thirty:before{content:"\fac5"}.fi-br-clock-eight-thirty:before{content:"\fac6"}.fi-br-clock-desk:before{content:"\fac7"}.fi-br-clipboard:before{content:"\fac8"}.fi-br-clipboard-user:before{content:"\fac9"}.fi-br-clipboard-prescription:before{content:"\faca"}.fi-br-clipboard-list:before{content:"\facb"}.fi-br-clipboard-list-check:before{content:"\facc"}.fi-br-clipboard-exclamation:before{content:"\facd"}.fi-br-clipboard-check:before{content:"\face"}.fi-br-clip:before{content:"\facf"}.fi-br-clear-alt:before{content:"\fad0"}.fi-br-claw-marks:before{content:"\fad1"}.fi-br-clarinet:before{content:"\fad2"}.fi-br-clapperboard:before{content:"\fad3"}.fi-br-clapperboard-play:before{content:"\fad4"}.fi-br-city:before{content:"\fad5"}.fi-br-citrus:before{content:"\fad6"}.fi-br-citrus-slice:before{content:"\fad7"}.fi-br-circle:before{content:"\fad8"}.fi-br-circle-z:before{content:"\fad9"}.fi-br-circle-y:before{content:"\fada"}.fi-br-circle-xmark:before{content:"\fadb"}.fi-br-circle-x:before{content:"\fadc"}.fi-br-circle-waveform-lines:before{content:"\fadd"}.fi-br-circle-w:before{content:"\fade"}.fi-br-circle-video:before{content:"\fadf"}.fi-br-circle-v:before{content:"\fae0"}.fi-br-circle-user:before{content:"\fae1"}.fi-br-circle-u:before{content:"\fae2"}.fi-br-circle-trash:before{content:"\fae3"}.fi-br-circle-three-quarters:before{content:"\fae4"}.fi-br-circle-t:before{content:"\fae5"}.fi-br-circle-star:before{content:"\fae6"}.fi-br-circle-small:before{content:"\fae7"}.fi-br-circle-s:before{content:"\fae8"}.fi-br-circle-r:before{content:"\fae9"}.fi-br-circle-quarters-alt:before{content:"\faea"}.fi-br-circle-quarter:before{content:"\faeb"}.fi-br-circle-q:before{content:"\faec"}.fi-br-circle-phone:before{content:"\faed"}.fi-br-circle-phone-hangup:before{content:"\faee"}.fi-br-circle-phone-flip:before{content:"\faef"}.fi-br-circle-p:before{content:"\faf0"}.fi-br-circle-o:before{content:"\faf1"}.fi-br-circle-n:before{content:"\faf2"}.fi-br-circle-microphone:before{content:"\faf3"}.fi-br-circle-microphone-lines:before{content:"\faf4"}.fi-br-circle-m:before{content:"\faf5"}.fi-br-circle-l:before{content:"\faf6"}.fi-br-circle-k:before{content:"\faf7"}.fi-br-circle-j:before{content:"\faf8"}.fi-br-circle-i:before{content:"\faf9"}.fi-br-circle-heart:before{content:"\fafa"}.fi-br-circle-half:before{content:"\fafb"}.fi-br-circle-half-stroke:before{content:"\fafc"}.fi-br-circle-h:before{content:"\fafd"}.fi-br-circle-g:before{content:"\fafe"}.fi-br-circle-f:before{content:"\faff"}.fi-br-circle-exclamation-check:before{content:"\fb00"}.fi-br-circle-envelope:before{content:"\fb01"}.fi-br-circle-ellipsis:before{content:"\fb02"}.fi-br-circle-ellipsis-vertical:before{content:"\fb03"}.fi-br-circle-e:before{content:"\fb04"}.fi-br-circle-divide:before{content:"\fb05"}.fi-br-circle-dashed:before{content:"\fb06"}.fi-br-circle-d:before{content:"\fb07"}.fi-br-circle-camera:before{content:"\fb08"}.fi-br-circle-calendar:before{content:"\fb09"}.fi-br-circle-c:before{content:"\fb0a"}.fi-br-circle-bookmark:before{content:"\fb0b"}.fi-br-circle-book-open:before{content:"\fb0c"}.fi-br-circle-bolt:before{content:"\fb0d"}.fi-br-circle-b:before{content:"\fb0e"}.fi-br-circle-a:before{content:"\fb0f"}.fi-br-circle-9:before{content:"\fb10"}.fi-br-circle-8:before{content:"\fb11"}.fi-br-circle-7:before{content:"\fb12"}.fi-br-circle-6:before{content:"\fb13"}.fi-br-circle-5:before{content:"\fb14"}.fi-br-circle-4:before{content:"\fb15"}.fi-br-circle-3:before{content:"\fb16"}.fi-br-circle-2:before{content:"\fb17"}.fi-br-circle-1:before{content:"\fb18"}.fi-br-circle-0:before{content:"\fb19"}.fi-br-church:before{content:"\fb1a"}.fi-br-choose:before{content:"\fb1b"}.fi-br-choose-alt:before{content:"\fb1c"}.fi-br-chocolate:before{content:"\fb1d"}.fi-br-chimney:before{content:"\fb1e"}.fi-br-child:before{content:"\fb1f"}.fi-br-child-head:before{content:"\fb20"}.fi-br-chevron-double-up:before{content:"\fb21"}.fi-br-chevron-double-down:before{content:"\fb22"}.fi-br-chess:before{content:"\fb23"}.fi-br-chess-rook:before{content:"\fb24"}.fi-br-chess-rook-alt:before{content:"\fb25"}.fi-br-chess-queen:before{content:"\fb26"}.fi-br-chess-queen-alt:before{content:"\fb27"}.fi-br-chess-piece:before{content:"\fb28"}.fi-br-chess-pawn:before{content:"\fb29"}.fi-br-chess-pawn-alt:before{content:"\fb2a"}.fi-br-chess-knight:before{content:"\fb2b"}.fi-br-chess-knight-alt:before{content:"\fb2c"}.fi-br-chess-king:before{content:"\fb2d"}.fi-br-chess-king-alt:before{content:"\fb2e"}.fi-br-chess-clock:before{content:"\fb2f"}.fi-br-chess-clock-alt:before{content:"\fb30"}.fi-br-chess-board:before{content:"\fb31"}.fi-br-chess-bishop:before{content:"\fb32"}.fi-br-cherry:before{content:"\fb33"}.fi-br-cheeseburger:before{content:"\fb34"}.fi-br-cheese:before{content:"\fb35"}.fi-br-cheese-alt:before{content:"\fb36"}.fi-br-checkbox:before{content:"\fb37"}.fi-br-check:before{content:"\fb38"}.fi-br-check-out-calendar:before{content:"\fb39"}.fi-br-check-in-calendar:before{content:"\fb3a"}.fi-br-check-double:before{content:"\fb3b"}.fi-br-check-circle:before{content:"\fb3c"}.fi-br-cheap:before{content:"\fb3d"}.fi-br-cheap-stack:before{content:"\fb3e"}.fi-br-cheap-stack-dollar:before{content:"\fb3f"}.fi-br-cheap-dollar:before{content:"\fb40"}.fi-br-cheap-bill:before{content:"\fb41"}.fi-br-chatbot:before{content:"\fb42"}.fi-br-chatbot-speech-bubble:before{content:"\fb43"}.fi-br-chat-arrow-grow:before{content:"\fb44"}.fi-br-chat-arrow-down:before{content:"\fb45"}.fi-br-chart-waterfall:before{content:"\fb46"}.fi-br-chart-user:before{content:"\fb47"}.fi-br-chart-tree:before{content:"\fb48"}.fi-br-chart-tree-map:before{content:"\fb49"}.fi-br-chart-simple:before{content:"\fb4a"}.fi-br-chart-simple-horizontal:before{content:"\fb4b"}.fi-br-chart-set-theory:before{content:"\fb4c"}.fi-br-chart-scatter:before{content:"\fb4d"}.fi-br-chart-scatter-bubble:before{content:"\fb4e"}.fi-br-chart-scatter-3d:before{content:"\fb4f"}.fi-br-chart-radar:before{content:"\fb50"}.fi-br-chart-pyramid:before{content:"\fb51"}.fi-br-chart-pie:before{content:"\fb52"}.fi-br-chart-pie-alt:before{content:"\fb53"}.fi-br-chart-network:before{content:"\fb54"}.fi-br-chart-mixed:before{content:"\fb55"}.fi-br-chart-line-up:before{content:"\fb56"}.fi-br-chart-histogram:before{content:"\fb57"}.fi-br-chart-gantt:before{content:"\fb58"}.fi-br-chart-connected:before{content:"\fb59"}.fi-br-chart-candlestick:before{content:"\fb5a"}.fi-br-chart-bullet:before{content:"\fb5b"}.fi-br-chart-area:before{content:"\fb5c"}.fi-br-charging-station:before{content:"\fb5d"}.fi-br-channel:before{content:"\fb5e"}.fi-br-challenge:before{content:"\fb5f"}.fi-br-challenge-alt:before{content:"\fb60"}.fi-br-chalkboard:before{content:"\fb61"}.fi-br-chalkboard-user:before{content:"\fb62"}.fi-br-chair:before{content:"\fb63"}.fi-br-chair-office:before{content:"\fb64"}.fi-br-cent-sign:before{content:"\fb65"}.fi-br-cello:before{content:"\fb66"}.fi-br-cedi-sign:before{content:"\fb67"}.fi-br-cauldron:before{content:"\fb68"}.fi-br-category:before{content:"\fb69"}.fi-br-category-alt:before{content:"\fb6a"}.fi-br-catalog:before{content:"\fb6b"}.fi-br-catalog-magazine:before{content:"\fb6c"}.fi-br-catalog-alt:before{content:"\fb6d"}.fi-br-cat:before{content:"\fb6e"}.fi-br-cat-space:before{content:"\fb6f"}.fi-br-cat-head:before{content:"\fb70"}.fi-br-castle:before{content:"\fb71"}.fi-br-cassette-vhs:before{content:"\fb72"}.fi-br-cassette-tape:before{content:"\fb73"}.fi-br-cash-register:before{content:"\fb74"}.fi-br-cart-shopping-fast:before{content:"\fb75"}.fi-br-cart-minus:before{content:"\fb76"}.fi-br-cart-arrow-down:before{content:"\fb77"}.fi-br-cars:before{content:"\fb78"}.fi-br-cars-crash:before{content:"\fb79"}.fi-br-carrot:before{content:"\fb7a"}.fi-br-caret-up:before{content:"\fb7b"}.fi-br-caret-square-right:before{content:"\fb7c"}.fi-br-caret-square-left_1:before{content:"\fb7d"}.fi-br-caret-square-left:before{content:"\fb7e"}.fi-br-caret-square-down:before{content:"\fb7f"}.fi-br-caret-right:before{content:"\fb80"}.fi-br-caret-quare-up:before{content:"\fb81"}.fi-br-caret-left:before{content:"\fb82"}.fi-br-caret-down:before{content:"\fb83"}.fi-br-caret-circle-up:before{content:"\fb84"}.fi-br-caret-circle-right:before{content:"\fb85"}.fi-br-caret-circle-down:before{content:"\fb86"}.fi-br-care:before{content:"\fb87"}.fi-br-card-spade:before{content:"\fb88"}.fi-br-card-heart:before{content:"\fb89"}.fi-br-card-diamond:before{content:"\fb8a"}.fi-br-card-club:before{content:"\fb8b"}.fi-br-caravan:before{content:"\fb8c"}.fi-br-caravan-alt:before{content:"\fb8d"}.fi-br-car:before{content:"\fb8e"}.fi-br-car-wash:before{content:"\fb8f"}.fi-br-car-tilt:before{content:"\fb90"}.fi-br-car-side:before{content:"\fb91"}.fi-br-car-side-bolt:before{content:"\fb92"}.fi-br-car-rear:before{content:"\fb93"}.fi-br-car-mechanic:before{content:"\fb94"}.fi-br-car-journey:before{content:"\fb95"}.fi-br-car-garage:before{content:"\fb96"}.fi-br-car-crash:before{content:"\fb97"}.fi-br-car-circle-bolt:before{content:"\fb98"}.fi-br-car-bus:before{content:"\fb99"}.fi-br-car-bump:before{content:"\fb9a"}.fi-br-car-building:before{content:"\fb9b"}.fi-br-car-bolt:before{content:"\fb9c"}.fi-br-car-battery:before{content:"\fb9d"}.fi-br-car-alt:before{content:"\fb9e"}.fi-br-capsules:before{content:"\fb9f"}.fi-br-canned-food:before{content:"\fba0"}.fi-br-candy:before{content:"\fba1"}.fi-br-candy-sweet:before{content:"\fba2"}.fi-br-candy-corn:before{content:"\fba3"}.fi-br-candy-cane:before{content:"\fba4"}.fi-br-candy-bar:before{content:"\fba5"}.fi-br-candy-alt:before{content:"\fba6"}.fi-br-candle-holder:before{content:"\fba7"}.fi-br-can-food:before{content:"\fba8"}.fi-br-camping:before{content:"\fba9"}.fi-br-campfire:before{content:"\fbaa"}.fi-br-camera:before{content:"\fbab"}.fi-br-camera-viewfinder:before{content:"\fbac"}.fi-br-camera-slash:before{content:"\fbad"}.fi-br-camera-security:before{content:"\fbae"}.fi-br-camera-rotate:before{content:"\fbaf"}.fi-br-camera-retro:before{content:"\fbb0"}.fi-br-camera-movie:before{content:"\fbb1"}.fi-br-camera-cctv:before{content:"\fbb2"}.fi-br-camcorder:before{content:"\fbb3"}.fi-br-call-outgoing:before{content:"\fbb4"}.fi-br-call-missed:before{content:"\fbb5"}.fi-br-call-incoming:before{content:"\fbb6"}.fi-br-call-history:before{content:"\fbb7"}.fi-br-call-duration:before{content:"\fbb8"}.fi-br-calendars:before{content:"\fbb9"}.fi-br-calendar:before{content:"\fbba"}.fi-br-calendar-xmark:before{content:"\fbbb"}.fi-br-calendar-week:before{content:"\fbbc"}.fi-br-calendar-star:before{content:"\fbbd"}.fi-br-calendar-salary:before{content:"\fbbe"}.fi-br-calendar-plus:before{content:"\fbbf"}.fi-br-calendar-pen:before{content:"\fbc0"}.fi-br-calendar-minus:before{content:"\fbc1"}.fi-br-calendar-lines:before{content:"\fbc2"}.fi-br-calendar-lines-pen:before{content:"\fbc3"}.fi-br-calendar-image:before{content:"\fbc4"}.fi-br-calendar-heart:before{content:"\fbc5"}.fi-br-calendar-exclamation:before{content:"\fbc6"}.fi-br-calendar-days:before{content:"\fbc7"}.fi-br-calendar-day:before{content:"\fbc8"}.fi-br-calendar-clock:before{content:"\fbc9"}.fi-br-calendar-check:before{content:"\fbca"}.fi-br-calendar-arrow-up:before{content:"\fbcb"}.fi-br-calendar-arrow-down:before{content:"\fbcc"}.fi-br-calculator:before{content:"\fbcd"}.fi-br-calculator-simple:before{content:"\fbce"}.fi-br-calculator-money:before{content:"\fbcf"}.fi-br-calculator-bill:before{content:"\fbd0"}.fi-br-cake-wedding:before{content:"\fbd1"}.fi-br-cake-slice:before{content:"\fbd2"}.fi-br-cake-birthday:before{content:"\fbd3"}.fi-br-cactus:before{content:"\fbd4"}.fi-br-cabin:before{content:"\fbd5"}.fi-br-c:before{content:"\fbd6"}.fi-br-butterfly:before{content:"\fbd7"}.fi-br-business-time:before{content:"\fbd8"}.fi-br-bus:before{content:"\fbd9"}.fi-br-bus-alt:before{content:"\fbda"}.fi-br-burrito:before{content:"\fbdb"}.fi-br-burger-glass:before{content:"\fbdc"}.fi-br-burger-fries:before{content:"\fbdd"}.fi-br-burger-alt:before{content:"\fbde"}.fi-br-bullseye:before{content:"\fbdf"}.fi-br-bullseye-pointer:before{content:"\fbe0"}.fi-br-bullseye-arrow:before{content:"\fbe1"}.fi-br-bullhorn:before{content:"\fbe2"}.fi-br-bullet:before{content:"\fbe3"}.fi-br-bulb:before{content:"\fbe4"}.fi-br-building:before{content:"\fbe5"}.fi-br-building-ngo:before{content:"\fbe6"}.fi-br-building-circle-arrow-right:before{content:"\fbe7"}.fi-br-builder:before{content:"\fbe8"}.fi-br-build:before{content:"\fbe9"}.fi-br-build-alt:before{content:"\fbea"}.fi-br-bugs:before{content:"\fbeb"}.fi-br-bug:before{content:"\fbec"}.fi-br-bug-slash:before{content:"\fbed"}.fi-br-budget:before{content:"\fbee"}.fi-br-budget-alt:before{content:"\fbef"}.fi-br-bucket:before{content:"\fbf0"}.fi-br-brush:before{content:"\fbf1"}.fi-br-browsers:before{content:"\fbf2"}.fi-br-browser:before{content:"\fbf3"}.fi-br-browser-ui:before{content:"\fbf4"}.fi-br-broom:before{content:"\fbf5"}.fi-br-broom-ball:before{content:"\fbf6"}.fi-br-broken-image:before{content:"\fbf7"}.fi-br-broccoli:before{content:"\fbf8"}.fi-br-broadcast-tower:before{content:"\fbf9"}.fi-br-bring-front:before{content:"\fbfa"}.fi-br-bring-forward:before{content:"\fbfb"}.fi-br-brightness:before{content:"\fbfc"}.fi-br-brightness-low:before{content:"\fbfd"}.fi-br-briefcase:before{content:"\fbfe"}.fi-br-briefcase-blank:before{content:"\fbff"}.fi-br-briefcase-arrow-right:before{content:"\fc00"}.fi-br-bread:before{content:"\fc01"}.fi-br-bread-slice:before{content:"\fc02"}.fi-br-bread-slice-butter:before{content:"\fc03"}.fi-br-bread-loaf:before{content:"\fc04"}.fi-br-branding:before{content:"\fc05"}.fi-br-brand:before{content:"\fc06"}.fi-br-brain:before{content:"\fc07"}.fi-br-brain-circuit:before{content:"\fc08"}.fi-br-braille:before{content:"\fc09"}.fi-br-braille-z:before{content:"\fc0a"}.fi-br-braille-y:before{content:"\fc0b"}.fi-br-braille-x:before{content:"\fc0c"}.fi-br-braille-w:before{content:"\fc0d"}.fi-br-braille-v:before{content:"\fc0e"}.fi-br-braille-u:before{content:"\fc0f"}.fi-br-braille-t:before{content:"\fc10"}.fi-br-braille-s:before{content:"\fc11"}.fi-br-braille-r:before{content:"\fc12"}.fi-br-braille-q:before{content:"\fc13"}.fi-br-braille-p:before{content:"\fc14"}.fi-br-braille-o:before{content:"\fc15"}.fi-br-braille-n:before{content:"\fc16"}.fi-br-braille-n-alt:before{content:"\fc17"}.fi-br-braille-m:before{content:"\fc18"}.fi-br-braille-l:before{content:"\fc19"}.fi-br-braille-k:before{content:"\fc1a"}.fi-br-braille-j:before{content:"\fc1b"}.fi-br-braille-i:before{content:"\fc1c"}.fi-br-braille-h:before{content:"\fc1d"}.fi-br-braille-g:before{content:"\fc1e"}.fi-br-braille-e:before{content:"\fc1f"}.fi-br-braille-d:before{content:"\fc20"}.fi-br-braille-c:before{content:"\fc21"}.fi-br-braille-b:before{content:"\fc22"}.fi-br-braille-a:before{content:"\fc23"}.fi-br-brackets-square:before{content:"\fc24"}.fi-br-brackets-round:before{content:"\fc25"}.fi-br-brackets-curly:before{content:"\fc26"}.fi-br-bracket-square:before{content:"\fc27"}.fi-br-bracket-square-right:before{content:"\fc28"}.fi-br-bracket-round:before{content:"\fc29"}.fi-br-bracket-round-right:before{content:"\fc2a"}.fi-br-bracket-curly:before{content:"\fc2b"}.fi-br-bracket-curly-right:before{content:"\fc2c"}.fi-br-boxing-glove:before{content:"\fc2d"}.fi-br-boxes:before{content:"\fc2e"}.fi-br-box:before{content:"\fc2f"}.fi-br-box-up:before{content:"\fc30"}.fi-br-box-tissue:before{content:"\fc31"}.fi-br-box-open:before{content:"\fc32"}.fi-br-box-open-full:before{content:"\fc33"}.fi-br-box-heart:before{content:"\fc34"}.fi-br-box-fragile:before{content:"\fc35"}.fi-br-box-dollar:before{content:"\fc36"}.fi-br-box-circle-check:before{content:"\fc37"}.fi-br-box-check:before{content:"\fc38"}.fi-br-box-ballot:before{content:"\fc39"}.fi-br-box-alt:before{content:"\fc3a"}.fi-br-bowling:before{content:"\fc3b"}.fi-br-bowling-pins:before{content:"\fc3c"}.fi-br-bowling-ball:before{content:"\fc3d"}.fi-br-bowl-spoon:before{content:"\fc3e"}.fi-br-bowl-soft-serve:before{content:"\fc3f"}.fi-br-bowl-scoops:before{content:"\fc40"}.fi-br-bowl-scoop:before{content:"\fc41"}.fi-br-bowl-rice:before{content:"\fc42"}.fi-br-bowl-chopsticks:before{content:"\fc43"}.fi-br-bowl-chopsticks-noodles:before{content:"\fc44"}.fi-br-bow-arrow:before{content:"\fc45"}.fi-br-bottle:before{content:"\fc46"}.fi-br-bottle-droplet:before{content:"\fc47"}.fi-br-boss:before{content:"\fc48"}.fi-br-border-top:before{content:"\fc49"}.fi-br-border-style:before{content:"\fc4a"}.fi-br-border-style-alt:before{content:"\fc4b"}.fi-br-border-right:before{content:"\fc4c"}.fi-br-border-outer:before{content:"\fc4d"}.fi-br-border-none:before{content:"\fc4e"}.fi-br-border-left:before{content:"\fc4f"}.fi-br-border-inner:before{content:"\fc50"}.fi-br-border-center-v:before{content:"\fc51"}.fi-br-border-center-h:before{content:"\fc52"}.fi-br-border-bottom:before{content:"\fc53"}.fi-br-border-all:before{content:"\fc54"}.fi-br-booth-curtain:before{content:"\fc55"}.fi-br-boot:before{content:"\fc56"}.fi-br-boot-heeled:before{content:"\fc57"}.fi-br-books:before{content:"\fc58"}.fi-br-books-medical:before{content:"\fc59"}.fi-br-bookmark:before{content:"\fc5a"}.fi-br-bookmark-slash:before{content:"\fc5b"}.fi-br-book:before{content:"\fc5c"}.fi-br-book-user:before{content:"\fc5d"}.fi-br-book-tanakh:before{content:"\fc5e"}.fi-br-book-spells:before{content:"\fc5f"}.fi-br-book-section:before{content:"\fc60"}.fi-br-book-quran:before{content:"\fc61"}.fi-br-book-plus:before{content:"\fc62"}.fi-br-book-open-reader:before{content:"\fc63"}.fi-br-book-open-cover:before{content:"\fc64"}.fi-br-book-medical:before{content:"\fc65"}.fi-br-book-heart:before{content:"\fc66"}.fi-br-book-font:before{content:"\fc67"}.fi-br-book-dead:before{content:"\fc68"}.fi-br-book-copy:before{content:"\fc69"}.fi-br-book-circle-arrow-up:before{content:"\fc6a"}.fi-br-book-circle-arrow-right:before{content:"\fc6b"}.fi-br-book-bookmark:before{content:"\fc6c"}.fi-br-book-atlas:before{content:"\fc6d"}.fi-br-book-arrow-up:before{content:"\fc6e"}.fi-br-book-arrow-right:before{content:"\fc6f"}.fi-br-book-alt:before{content:"\fc70"}.fi-br-bonus:before{content:"\fc71"}.fi-br-bonus-star:before{content:"\fc72"}.fi-br-bong:before{content:"\fc73"}.fi-br-bone:before{content:"\fc74"}.fi-br-bone-break:before{content:"\fc75"}.fi-br-bomb:before{content:"\fc76"}.fi-br-bolt:before{content:"\fc77"}.fi-br-bolt-slash:before{content:"\fc78"}.fi-br-bolt-auto:before{content:"\fc79"}.fi-br-bold:before{content:"\fc7a"}.fi-br-blueprint:before{content:"\fc7b"}.fi-br-blueberries:before{content:"\fc7c"}.fi-br-blood:before{content:"\fc7d"}.fi-br-blood-test-tube:before{content:"\fc7e"}.fi-br-blood-test-tube-alt:before{content:"\fc7f"}.fi-br-blog-text:before{content:"\fc80"}.fi-br-blog-pencil:before{content:"\fc81"}.fi-br-blockchain-3:before{content:"\fc82"}.fi-br-block:before{content:"\fc83"}.fi-br-block-quote:before{content:"\fc84"}.fi-br-block-question:before{content:"\fc85"}.fi-br-block-brick:before{content:"\fc86"}.fi-br-blinds:before{content:"\fc87"}.fi-br-blinds-raised:before{content:"\fc88"}.fi-br-blinds-open:before{content:"\fc89"}.fi-br-blender:before{content:"\fc8a"}.fi-br-blender-phone:before{content:"\fc8b"}.fi-br-blanket:before{content:"\fc8c"}.fi-br-bitcoin-sign:before{content:"\fc8d"}.fi-br-bird:before{content:"\fc8e"}.fi-br-biohazard:before{content:"\fc8f"}.fi-br-bio:before{content:"\fc90"}.fi-br-bio-leaves:before{content:"\fc91"}.fi-br-binoculars:before{content:"\fc92"}.fi-br-binary:before{content:"\fc93"}.fi-br-binary-slash:before{content:"\fc94"}.fi-br-binary-lock:before{content:"\fc95"}.fi-br-binary-circle-check:before{content:"\fc96"}.fi-br-billiard:before{content:"\fc97"}.fi-br-bill-arrow:before{content:"\fc98"}.fi-br-biking:before{content:"\fc99"}.fi-br-biking-mountain:before{content:"\fc9a"}.fi-br-bike:before{content:"\fc9b"}.fi-br-bicycle-journey:before{content:"\fc9c"}.fi-br-bible:before{content:"\fc9d"}.fi-br-betamax:before{content:"\fc9e"}.fi-br-benefit-porcent:before{content:"\fc9f"}.fi-br-bench-tree:before{content:"\fca0"}.fi-br-bells:before{content:"\fca1"}.fi-br-bell:before{content:"\fca2"}.fi-br-bell-slash:before{content:"\fca3"}.fi-br-bell-school:before{content:"\fca4"}.fi-br-bell-school-slash:before{content:"\fca5"}.fi-br-bell-ring:before{content:"\fca6"}.fi-br-bell-concierge:before{content:"\fca7"}.fi-br-beer:before{content:"\fca8"}.fi-br-beer-mug-empty:before{content:"\fca9"}.fi-br-bee:before{content:"\fcaa"}.fi-br-bed:before{content:"\fcab"}.fi-br-bed-empty:before{content:"\fcac"}.fi-br-bed-bunk:before{content:"\fcad"}.fi-br-bed-alt:before{content:"\fcae"}.fi-br-beacon:before{content:"\fcaf"}.fi-br-battery-three-quarters:before{content:"\fcb0"}.fi-br-battery-slash:before{content:"\fcb1"}.fi-br-battery-quarter:before{content:"\fcb2"}.fi-br-battery-half:before{content:"\fcb3"}.fi-br-battery-full:before{content:"\fcb4"}.fi-br-battery-exclamation:before{content:"\fcb5"}.fi-br-battery-empty:before{content:"\fcb6"}.fi-br-battery-bolt:before{content:"\fcb7"}.fi-br-bath:before{content:"\fcb8"}.fi-br-bat:before{content:"\fcb9"}.fi-br-basketball:before{content:"\fcba"}.fi-br-basketball-hoop:before{content:"\fcbb"}.fi-br-basket-shopping-simple:before{content:"\fcbc"}.fi-br-baseball:before{content:"\fcbd"}.fi-br-baseball-alt:before{content:"\fcbe"}.fi-br-bars-staggered:before{content:"\fcbf"}.fi-br-bars-sort:before{content:"\fcc0"}.fi-br-bars-progress:before{content:"\fcc1"}.fi-br-bars-filter:before{content:"\fcc2"}.fi-br-barcode:before{content:"\fcc3"}.fi-br-barcode-scan:before{content:"\fcc4"}.fi-br-barcode-read:before{content:"\fcc5"}.fi-br-barber-shop:before{content:"\fcc6"}.fi-br-barber-pole:before{content:"\fcc7"}.fi-br-banner:before{content:"\fcc8"}.fi-br-banner-5:before{content:"\fcc9"}.fi-br-banner-4:before{content:"\fcca"}.fi-br-banner-3:before{content:"\fccb"}.fi-br-banner-2:before{content:"\fccc"}.fi-br-bank:before{content:"\fccd"}.fi-br-banjo:before{content:"\fcce"}.fi-br-bangladeshi-taka-sign:before{content:"\fccf"}.fi-br-band-aid:before{content:"\fcd0"}.fi-br-banana:before{content:"\fcd1"}.fi-br-ban:before{content:"\fcd2"}.fi-br-ban-bug:before{content:"\fcd3"}.fi-br-ballot:before{content:"\fcd4"}.fi-br-ballot-check:before{content:"\fcd5"}.fi-br-balloons:before{content:"\fcd6"}.fi-br-balloon:before{content:"\fcd7"}.fi-br-ball-pile:before{content:"\fcd8"}.fi-br-balance-scale-right:before{content:"\fcd9"}.fi-br-balance-scale-left:before{content:"\fcda"}.fi-br-baht-sign:before{content:"\fcdb"}.fi-br-bahai:before{content:"\fcdc"}.fi-br-baguette:before{content:"\fcdd"}.fi-br-bags-shopping:before{content:"\fcde"}.fi-br-bag-seedling:before{content:"\fcdf"}.fi-br-badminton:before{content:"\fce0"}.fi-br-badget-check-alt:before{content:"\fce1"}.fi-br-badger-honey:before{content:"\fce2"}.fi-br-badge:before{content:"\fce3"}.fi-br-badge-sheriff:before{content:"\fce4"}.fi-br-badge-percent:before{content:"\fce5"}.fi-br-badge-leaf:before{content:"\fce6"}.fi-br-badge-dollar:before{content:"\fce7"}.fi-br-badge-check:before{content:"\fce8"}.fi-br-bacterium:before{content:"\fce9"}.fi-br-bacteria:before{content:"\fcea"}.fi-br-bacon:before{content:"\fceb"}.fi-br-backpack:before{content:"\fcec"}.fi-br-background:before{content:"\fced"}.fi-br-baby:before{content:"\fcee"}.fi-br-baby-carriage:before{content:"\fcef"}.fi-br-b:before{content:"\fcf0"}.fi-br-axe:before{content:"\fcf1"}.fi-br-axe-battle:before{content:"\fcf2"}.fi-br-award:before{content:"\fcf3"}.fi-br-avocado:before{content:"\fcf4"}.fi-br-austral-sign:before{content:"\fcf5"}.fi-br-audit:before{content:"\fcf6"}.fi-br-audit-alt:before{content:"\fcf7"}.fi-br-audio-description-slash:before{content:"\fcf8"}.fi-br-auction:before{content:"\fcf9"}.fi-br-aubergine:before{content:"\fcfa"}.fi-br-attribution-pencil:before{content:"\fcfb"}.fi-br-attribution-pen:before{content:"\fcfc"}.fi-br-at:before{content:"\fcfd"}.fi-br-astonished-face:before{content:"\fcfe"}.fi-br-asterik:before{content:"\fcff"}.fi-br-assistive-listening-systems:before{content:"\fd00"}.fi-br-assign:before{content:"\fd01"}.fi-br-assessment:before{content:"\fd02"}.fi-br-assessment-alt:before{content:"\fd03"}.fi-br-assept-document:before{content:"\fd04"}.fi-br-artificial-intelligence:before{content:"\fd05"}.fi-br-arrows:before{content:"\fd06"}.fi-br-arrows-to-line:before{content:"\fd07"}.fi-br-arrows-to-eye:before{content:"\fd08"}.fi-br-arrows-to-dotted-line:before{content:"\fd09"}.fi-br-arrows-retweet:before{content:"\fd0a"}.fi-br-arrows-repeat:before{content:"\fd0b"}.fi-br-arrows-repeat-1:before{content:"\fd0c"}.fi-br-arrows-h:before{content:"\fd0d"}.fi-br-arrows-h-copy:before{content:"\fd0e"}.fi-br-arrows-from-line:before{content:"\fd0f"}.fi-br-arrows-from-dotted-line:before{content:"\fd10"}.fi-br-arrows-cross:before{content:"\fd11"}.fi-br-arrows-alt:before{content:"\fd12"}.fi-br-arrows-alt-v:before{content:"\fd13"}.fi-br-arrows-alt-h:before{content:"\fd14"}.fi-br-arrow-up:before{content:"\fd15"}.fi-br-arrow-up-to-dotted-line:before{content:"\fd16"}.fi-br-arrow-up-square-triangle:before{content:"\fd17"}.fi-br-arrow-up-small-big:before{content:"\fd18"}.fi-br-arrow-up-right:before{content:"\fd19"}.fi-br-arrow-up-right-from-square:before{content:"\fd1a"}.fi-br-arrow-up-right-and-arrow-down-left-from-center:before{content:"\fd1b"}.fi-br-arrow-up-left:before{content:"\fd1c"}.fi-br-arrow-up-left-from-circle:before{content:"\fd1d"}.fi-br-arrow-up-from-square:before{content:"\fd1e"}.fi-br-arrow-up-from-dotted-line:before{content:"\fd1f"}.fi-br-arrow-turn-down-right:before{content:"\fd20"}.fi-br-arrow-turn-down-left:before{content:"\fd21"}.fi-br-arrow-trend-up:before{content:"\fd22"}.fi-br-arrow-trend-down:before{content:"\fd23"}.fi-br-arrow-to-top:before{content:"\fd24"}.fi-br-arrow-to-right:before{content:"\fd25"}.fi-br-arrow-to-left:before{content:"\fd26"}.fi-br-arrow-to-bottom:before{content:"\fd27"}.fi-br-arrow-square-up:before{content:"\fd28"}.fi-br-arrow-square-right:before{content:"\fd29"}.fi-br-arrow-square-left:before{content:"\fd2a"}.fi-br-arrow-square-down:before{content:"\fd2b"}.fi-br-arrow-small-up:before{content:"\fd2c"}.fi-br-arrow-small-right:before{content:"\fd2d"}.fi-br-arrow-small-left:before{content:"\fd2e"}.fi-br-arrow-small-down:before{content:"\fd2f"}.fi-br-arrow-right:before{content:"\fd30"}.fi-br-arrow-right-to-bracket:before{content:"\fd31"}.fi-br-arrow-progress:before{content:"\fd32"}.fi-br-arrow-left:before{content:"\fd33"}.fi-br-arrow-left-from-line:before{content:"\fd34"}.fi-br-arrow-from-top:before{content:"\fd35"}.fi-br-arrow-from-right:before{content:"\fd36"}.fi-br-arrow-from-left:before{content:"\fd37"}.fi-br-arrow-from-bottom:before{content:"\fd38"}.fi-br-arrow-down:before{content:"\fd39"}.fi-br-arrow-down-triangle-square:before{content:"\fd3a"}.fi-br-arrow-down-to-square:before{content:"\fd3b"}.fi-br-arrow-down-to-dotted-line:before{content:"\fd3c"}.fi-br-arrow-down-small-big:before{content:"\fd3d"}.fi-br-arrow-down-left:before{content:"\fd3e"}.fi-br-arrow-down-from-dotted-line:before{content:"\fd3f"}.fi-br-arrow-comparison:before{content:"\fd40"}.fi-br-arrow-circle-up:before{content:"\fd41"}.fi-br-arrow-circle-right:before{content:"\fd42"}.fi-br-arrow-circle-left:before{content:"\fd43"}.fi-br-arrow-circle-down:before{content:"\fd44"}.fi-br-arrow-alt-up:before{content:"\fd45"}.fi-br-arrow-alt-to-top:before{content:"\fd46"}.fi-br-arrow-alt-to-right:before{content:"\fd47"}.fi-br-arrow-alt-to-left:before{content:"\fd48"}.fi-br-arrow-alt-to-bottom:before{content:"\fd49"}.fi-br-arrow-alt-square-up:before{content:"\fd4a"}.fi-br-arrow-alt-square-right:before{content:"\fd4b"}.fi-br-arrow-alt-square-left:before{content:"\fd4c"}.fi-br-arrow-alt-square-down:before{content:"\fd4d"}.fi-br-arrow-alt-right:before{content:"\fd4e"}.fi-br-arrow-alt-left:before{content:"\fd4f"}.fi-br-arrow-alt-from-top:before{content:"\fd50"}.fi-br-arrow-alt-from-right:before{content:"\fd51"}.fi-br-arrow-alt-from-left:before{content:"\fd52"}.fi-br-arrow-alt-from-bottom:before{content:"\fd53"}.fi-br-arrow-alt-down:before{content:"\fd54"}.fi-br-arrow-alt-circle-up:before{content:"\fd55"}.fi-br-arrow-alt-circle-right:before{content:"\fd56"}.fi-br-arrow-alt-circle-left:before{content:"\fd57"}.fi-br-arrow-alt-circle-down:before{content:"\fd58"}.fi-br-archway:before{content:"\fd59"}.fi-br-archive:before{content:"\fd5a"}.fi-br-apps:before{content:"\fd5b"}.fi-br-apps-sort:before{content:"\fd5c"}.fi-br-apps-delete:before{content:"\fd5d"}.fi-br-apps-add:before{content:"\fd5e"}.fi-br-apple-whole:before{content:"\fd5f"}.fi-br-apple-crate:before{content:"\fd60"}.fi-br-apple-core:before{content:"\fd61"}.fi-br-api:before{content:"\fd62"}.fi-br-aperture:before{content:"\fd63"}.fi-br-apartment:before{content:"\fd64"}.fi-br-answer:before{content:"\fd65"}.fi-br-answer-alt:before{content:"\fd66"}.fi-br-ankh:before{content:"\fd67"}.fi-br-animated-icon:before{content:"\fd68"}.fi-br-angry:before{content:"\fd69"}.fi-br-angle:before{content:"\fd6a"}.fi-br-angle-up:before{content:"\fd6b"}.fi-br-angle-square-up:before{content:"\fd6c"}.fi-br-angle-square-right:before{content:"\fd6d"}.fi-br-angle-square-left:before{content:"\fd6e"}.fi-br-angle-square-down:before{content:"\fd6f"}.fi-br-angle-small-up:before{content:"\fd70"}.fi-br-angle-small-right:before{content:"\fd71"}.fi-br-angle-small-left:before{content:"\fd72"}.fi-br-angle-small-down:before{content:"\fd73"}.fi-br-angle-right:before{content:"\fd74"}.fi-br-angle-left:before{content:"\fd75"}.fi-br-angle-down:before{content:"\fd76"}.fi-br-angle-double-small-up:before{content:"\fd77"}.fi-br-angle-double-small-right:before{content:"\fd78"}.fi-br-angle-double-small-left:before{content:"\fd79"}.fi-br-angle-double-small-down:before{content:"\fd7a"}.fi-br-angle-double-right:before{content:"\fd7b"}.fi-br-angle-double-left:before{content:"\fd7c"}.fi-br-angle-circle-up:before{content:"\fd7d"}.fi-br-angle-circle-right:before{content:"\fd7e"}.fi-br-angle-circle-left:before{content:"\fd7f"}.fi-br-angle-circle-down:before{content:"\fd80"}.fi-br-angle-90:before{content:"\fd81"}.fi-br-angel:before{content:"\fd82"}.fi-br-anchor:before{content:"\fd83"}.fi-br-analyse:before{content:"\fd84"}.fi-br-analyse-alt:before{content:"\fd85"}.fi-br-ambulance:before{content:"\fd86"}.fi-br-align-slash:before{content:"\fd87"}.fi-br-align-left:before{content:"\fd88"}.fi-br-align-justify:before{content:"\fd89"}.fi-br-align-center:before{content:"\fd8a"}.fi-br-alien:before{content:"\fd8b"}.fi-br-alicorn:before{content:"\fd8c"}.fi-br-algorithm:before{content:"\fd8d"}.fi-br-album:before{content:"\fd8e"}.fi-br-album-collection:before{content:"\fd8f"}.fi-br-album-circle-user:before{content:"\fd90"}.fi-br-album-circle-plus:before{content:"\fd91"}.fi-br-alarm-snooze:before{content:"\fd92"}.fi-br-alarm-plus:before{content:"\fd93"}.fi-br-alarm-exclamation:before{content:"\fd94"}.fi-br-alarm-clock:before{content:"\fd95"}.fi-br-airplay:before{content:"\fd96"}.fi-br-airplane-journey:before{content:"\fd97"}.fi-br-air-pollution:before{content:"\fd98"}.fi-br-air-freshener:before{content:"\fd99"}.fi-br-air-conditioner:before{content:"\fd9a"}.fi-br-age:before{content:"\fd9b"}.fi-br-age-restriction-zero:before{content:"\fd9c"}.fi-br-age-restriction-twenty-one:before{content:"\fd9d"}.fi-br-age-restriction-twelve:before{content:"\fd9e"}.fi-br-age-restriction-three:before{content:"\fd9f"}.fi-br-age-restriction-thirteen:before{content:"\fda0"}.fi-br-age-restriction-sixteen:before{content:"\fda1"}.fi-br-age-restriction-six:before{content:"\fda2"}.fi-br-age-restriction-seven:before{content:"\fda3"}.fi-br-age-restriction-eighteen:before{content:"\fda4"}.fi-br-age-alt:before{content:"\fda5"}.fi-br-admin:before{content:"\fda6"}.fi-br-admin-alt:before{content:"\fda7"}.fi-br-address-card:before{content:"\fda8"}.fi-br-address-book:before{content:"\fda9"}.fi-br-add:before{content:"\fdaa"}.fi-br-add-image:before{content:"\fdab"}.fi-br-add-folder:before{content:"\fdac"}.fi-br-add-document:before{content:"\fdad"}.fi-br-ad:before{content:"\fdae"}.fi-br-ad-paid:before{content:"\fdaf"}.fi-br-acorn:before{content:"\fdb0"}.fi-br-accident:before{content:"\fdb1"}.fi-br-a:before{content:"\fdb2"}.fi-br-Siren:before{content:"\fdb3"}.fi-br-Sickle:before{content:"\fdb4"}.fi-br-Revenue:before{content:"\fdb5"}.fi-br-QR:before{content:"\fdb6"}.fi-br-Pi:before{content:"\fdb7"}.fi-br-Cannabis:before{content:"\fdb8"}.fi-br-CV:before{content:"\fdb9"}.fi-br-CRM:before{content:"\fdba"}.fi-br-Butter:before{content:"\fdbb"}.fi-br-Booking:before{content:"\fdbc"}.fi-br-9:before{content:"\fdbd"}.fi-br-8:before{content:"\fdbe"}.fi-br-7:before{content:"\fdbf"}.fi-br-6:before{content:"\fdc0"}.fi-br-5:before{content:"\fdc1"}.fi-br-404:before{content:"\fdc2"}.fi-br-4:before{content:"\fdc3"}.fi-br-360-degrees:before{content:"\fdc4"}.fi-br-3:before{content:"\fdc5"}.fi-br-2:before{content:"\fdc6"}.fi-br-1:before{content:"\fdc7"}.fi-br-0:before{content:"\fdc8"}@font-face{font-display:swap;font-family:uicons-bold-straight;src:url(/static/media/uicons-bold-straight-QRRKTUJ3.7bff06416784985dd189.woff2) format("woff2"),url(/static/media/uicons-bold-straight-YALUUIRG.9c866df506e52cbb8d52.woff) format("woff"),url(/static/media/uicons-bold-straight-W7ZE3HVC.ef9c9454065959edebdf.eot#iefix) format("embedded-opentype")}i[class*=" fi-bs-"]:before,i[class^=fi-bs-]:before,span[class*=fi-bs-]:before,span[class^=fi-bs-]:before{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:uicons-bold-straight!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none}.fi-bs-zoom-out:before{content:"\f101"}.fi-bs-zoom-in:before{content:"\f102"}.fi-bs-z:before{content:"\f103"}.fi-bs-yin-yang:before{content:"\f104"}.fi-bs-yen:before{content:"\f105"}.fi-bs-y:before{content:"\f106"}.fi-bs-x:before{content:"\f107"}.fi-bs-x-ray:before{content:"\f108"}.fi-bs-wrench-simple:before{content:"\f109"}.fi-bs-wrench-alt:before{content:"\f10a"}.fi-bs-wreath:before{content:"\f10b"}.fi-bs-worm:before{content:"\f10c"}.fi-bs-world:before{content:"\f10d"}.fi-bs-workshop:before{content:"\f10e"}.fi-bs-workflow:before{content:"\f10f"}.fi-bs-workflow-setting:before{content:"\f110"}.fi-bs-workflow-setting-alt:before{content:"\f111"}.fi-bs-workflow-alt:before{content:"\f112"}.fi-bs-work-in-progress:before{content:"\f113"}.fi-bs-won-sign:before{content:"\f114"}.fi-bs-woman-scientist:before{content:"\f115"}.fi-bs-woman-head:before{content:"\f116"}.fi-bs-wishlist-star:before{content:"\f117"}.fi-bs-wishlist-heart:before{content:"\f118"}.fi-bs-wine-glass-empty:before{content:"\f119"}.fi-bs-wine-glass-crack:before{content:"\f11a"}.fi-bs-wine-bottle:before{content:"\f11b"}.fi-bs-windsock:before{content:"\f11c"}.fi-bs-window-restore:before{content:"\f11d"}.fi-bs-window-minimize:before{content:"\f11e"}.fi-bs-window-maximize:before{content:"\f11f"}.fi-bs-window-frame:before{content:"\f120"}.fi-bs-window-frame-open:before{content:"\f121"}.fi-bs-window-alt:before{content:"\f122"}.fi-bs-wind:before{content:"\f123"}.fi-bs-wind-warning:before{content:"\f124"}.fi-bs-wind-turbine:before{content:"\f125"}.fi-bs-wifi:before{content:"\f126"}.fi-bs-wifi-slash:before{content:"\f127"}.fi-bs-wifi-exclamation:before{content:"\f128"}.fi-bs-wifi-alt:before{content:"\f129"}.fi-bs-wifi-2:before{content:"\f12a"}.fi-bs-wifi-1:before{content:"\f12b"}.fi-bs-whistle:before{content:"\f12c"}.fi-bs-wheelchair:before{content:"\f12d"}.fi-bs-wheelchair-move:before{content:"\f12e"}.fi-bs-wheat:before{content:"\f12f"}.fi-bs-wheat-slash:before{content:"\f130"}.fi-bs-wheat-awn:before{content:"\f131"}.fi-bs-wheat-awn-slash:before{content:"\f132"}.fi-bs-wheat-awn-circle-exclamation:before{content:"\f133"}.fi-bs-whale:before{content:"\f134"}.fi-bs-wednesday:before{content:"\f135"}.fi-bs-webcam:before{content:"\f136"}.fi-bs-webcam-slash:before{content:"\f137"}.fi-bs-waveform:before{content:"\f138"}.fi-bs-waveform-path:before{content:"\f139"}.fi-bs-wave-triangle:before{content:"\f13a"}.fi-bs-wave-square:before{content:"\f13b"}.fi-bs-wave-sine:before{content:"\f13c"}.fi-bs-watermelon:before{content:"\f13d"}.fi-bs-water:before{content:"\f13e"}.fi-bs-water-rise:before{content:"\f13f"}.fi-bs-water-lower:before{content:"\f140"}.fi-bs-water-ladder:before{content:"\f141"}.fi-bs-water-bottle:before{content:"\f142"}.fi-bs-watch:before{content:"\f143"}.fi-bs-watch-smart:before{content:"\f144"}.fi-bs-watch-fitness:before{content:"\f145"}.fi-bs-watch-calculator:before{content:"\f146"}.fi-bs-waste:before{content:"\f147"}.fi-bs-waste-pollution:before{content:"\f148"}.fi-bs-washer:before{content:"\f149"}.fi-bs-warranty:before{content:"\f14a"}.fi-bs-warehouse-alt:before{content:"\f14b"}.fi-bs-wallet:before{content:"\f14c"}.fi-bs-wallet-arrow:before{content:"\f14d"}.fi-bs-walking:before{content:"\f14e"}.fi-bs-walkie-talkie:before{content:"\f14f"}.fi-bs-walker:before{content:"\f150"}.fi-bs-wagon-covered:before{content:"\f151"}.fi-bs-waffle:before{content:"\f152"}.fi-bs-w:before{content:"\f153"}.fi-bs-vr-cardboard:before{content:"\f154"}.fi-bs-vote-yea:before{content:"\f155"}.fi-bs-vote-nay:before{content:"\f156"}.fi-bs-volume:before{content:"\f157"}.fi-bs-volume-slash:before{content:"\f158"}.fi-bs-volume-off:before{content:"\f159"}.fi-bs-volume-mute:before{content:"\f15a"}.fi-bs-volume-down:before{content:"\f15b"}.fi-bs-volleyball:before{content:"\f15c"}.fi-bs-volcano:before{content:"\f15d"}.fi-bs-voicemail:before{content:"\f15e"}.fi-bs-visit:before{content:"\f15f"}.fi-bs-viruses:before{content:"\f160"}.fi-bs-virus:before{content:"\f161"}.fi-bs-virus-slash:before{content:"\f162"}.fi-bs-violin:before{content:"\f163"}.fi-bs-vihara:before{content:"\f164"}.fi-bs-videoconference:before{content:"\f165"}.fi-bs-video-slash:before{content:"\f166"}.fi-bs-video-plus:before{content:"\f167"}.fi-bs-video-duration:before{content:"\f168"}.fi-bs-video-camera:before{content:"\f169"}.fi-bs-video-camera-alt:before{content:"\f16a"}.fi-bs-video-arrow-up-right:before{content:"\f16b"}.fi-bs-video-arrow-down-left:before{content:"\f16c"}.fi-bs-vest:before{content:"\f16d"}.fi-bs-vest-patches:before{content:"\f16e"}.fi-bs-venus:before{content:"\f16f"}.fi-bs-venus-mars:before{content:"\f170"}.fi-bs-venus-double:before{content:"\f171"}.fi-bs-vector:before{content:"\f172"}.fi-bs-vector-polygon:before{content:"\f173"}.fi-bs-vector-circle:before{content:"\f174"}.fi-bs-vector-alt:before{content:"\f175"}.fi-bs-vault:before{content:"\f176"}.fi-bs-value-absolute:before{content:"\f177"}.fi-bs-vacuum:before{content:"\f178"}.fi-bs-vacuum-robot:before{content:"\f179"}.fi-bs-v:before{content:"\f17a"}.fi-bs-ux:before{content:"\f17b"}.fi-bs-ux-browser:before{content:"\f17c"}.fi-bs-utility-pole:before{content:"\f17d"}.fi-bs-utility-pole-double:before{content:"\f17e"}.fi-bs-utensils:before{content:"\f17f"}.fi-bs-utensils-slash:before{content:"\f180"}.fi-bs-users:before{content:"\f181"}.fi-bs-users-slash:before{content:"\f182"}.fi-bs-users-medical:before{content:"\f183"}.fi-bs-users-gear:before{content:"\f184"}.fi-bs-users-class:before{content:"\f185"}.fi-bs-users-alt:before{content:"\f186"}.fi-bs-user:before{content:"\f187"}.fi-bs-user-xmark:before{content:"\f188"}.fi-bs-user-visor:before{content:"\f189"}.fi-bs-user-unlock:before{content:"\f18a"}.fi-bs-user-time:before{content:"\f18b"}.fi-bs-user-tag:before{content:"\f18c"}.fi-bs-user-slash:before{content:"\f18d"}.fi-bs-user-shield:before{content:"\f18e"}.fi-bs-user-salary:before{content:"\f18f"}.fi-bs-user-robot:before{content:"\f190"}.fi-bs-user-robot-xmarks:before{content:"\f191"}.fi-bs-user-police:before{content:"\f192"}.fi-bs-user-pilot:before{content:"\f193"}.fi-bs-user-pilot-tie:before{content:"\f194"}.fi-bs-user-pen:before{content:"\f195"}.fi-bs-user-nurse:before{content:"\f196"}.fi-bs-user-ninja:before{content:"\f197"}.fi-bs-user-music:before{content:"\f198"}.fi-bs-user-minus:before{content:"\f199"}.fi-bs-user-md:before{content:"\f19a"}.fi-bs-user-md-chat:before{content:"\f19b"}.fi-bs-user-lock:before{content:"\f19c"}.fi-bs-user-key:before{content:"\f19d"}.fi-bs-user-interface-ui:before{content:"\f19e"}.fi-bs-user-injured:before{content:"\f19f"}.fi-bs-user-helmet-safety:before{content:"\f1a0"}.fi-bs-user-headset:before{content:"\f1a1"}.fi-bs-user-graduate:before{content:"\f1a2"}.fi-bs-user-gear:before{content:"\f1a3"}.fi-bs-user-crown:before{content:"\f1a4"}.fi-bs-user-cowboy:before{content:"\f1a5"}.fi-bs-user-chef:before{content:"\f1a6"}.fi-bs-user-check:before{content:"\f1a7"}.fi-bs-user-astronaut:before{content:"\f1a8"}.fi-bs-user-alien:before{content:"\f1a9"}.fi-bs-user-add:before{content:"\f1aa"}.fi-bs-usd-square:before{content:"\f1ab"}.fi-bs-usd-circle:before{content:"\f1ac"}.fi-bs-usb-pendrive:before{content:"\f1ad"}.fi-bs-url:before{content:"\f1ae"}.fi-bs-upload:before{content:"\f1af"}.fi-bs-up:before{content:"\f1b0"}.fi-bs-up-right:before{content:"\f1b1"}.fi-bs-up-right-from-square:before{content:"\f1b2"}.fi-bs-up-left:before{content:"\f1b3"}.fi-bs-unlock:before{content:"\f1b4"}.fi-bs-universal-access:before{content:"\f1b5"}.fi-bs-uniform-martial-arts:before{content:"\f1b6"}.fi-bs-unicorn:before{content:"\f1b7"}.fi-bs-undo:before{content:"\f1b8"}.fi-bs-undo-alt:before{content:"\f1b9"}.fi-bs-underline:before{content:"\f1ba"}.fi-bs-umbrella:before{content:"\f1bb"}.fi-bs-umbrella-beach:before{content:"\f1bc"}.fi-bs-ui-ux:before{content:"\f1bd"}.fi-bs-ufo:before{content:"\f1be"}.fi-bs-ufo-beam:before{content:"\f1bf"}.fi-bs-u:before{content:"\f1c0"}.fi-bs-typewriter:before{content:"\f1c1"}.fi-bs-tv-retro:before{content:"\f1c2"}.fi-bs-tv-music:before{content:"\f1c3"}.fi-bs-turtle:before{content:"\f1c4"}.fi-bs-turntable:before{content:"\f1c5"}.fi-bs-turkey:before{content:"\f1c6"}.fi-bs-tugrik-sign:before{content:"\f1c7"}.fi-bs-tuesday:before{content:"\f1c8"}.fi-bs-tubes:before{content:"\f1c9"}.fi-bs-tty:before{content:"\f1ca"}.fi-bs-tty-answer:before{content:"\f1cb"}.fi-bs-tshirt:before{content:"\f1cc"}.fi-bs-trust:before{content:"\f1cd"}.fi-bs-trust-alt:before{content:"\f1ce"}.fi-bs-trumpet:before{content:"\f1cf"}.fi-bs-truck-tow:before{content:"\f1d0"}.fi-bs-truck-side:before{content:"\f1d1"}.fi-bs-truck-ramp:before{content:"\f1d2"}.fi-bs-truck-plow:before{content:"\f1d3"}.fi-bs-truck-pickup:before{content:"\f1d4"}.fi-bs-truck-moving:before{content:"\f1d5"}.fi-bs-truck-monster:before{content:"\f1d6"}.fi-bs-truck-medical:before{content:"\f1d7"}.fi-bs-truck-loading:before{content:"\f1d8"}.fi-bs-truck-front:before{content:"\f1d9"}.fi-bs-truck-flatbed:before{content:"\f1da"}.fi-bs-truck-couch:before{content:"\f1db"}.fi-bs-truck-container:before{content:"\f1dc"}.fi-bs-truck-container-empty:before{content:"\f1dd"}.fi-bs-truck-check:before{content:"\f1de"}.fi-bs-truck-box:before{content:"\f1df"}.fi-bs-truck-bolt:before{content:"\f1e0"}.fi-bs-truck-arrow-right:before{content:"\f1e1"}.fi-bs-truck-arrow-left:before{content:"\f1e2"}.fi-bs-trophy:before{content:"\f1e3"}.fi-bs-trophy-star:before{content:"\f1e4"}.fi-bs-trillium:before{content:"\f1e5"}.fi-bs-triangle:before{content:"\f1e6"}.fi-bs-triangle-warning:before{content:"\f1e7"}.fi-bs-triangle-person-digging:before{content:"\f1e8"}.fi-bs-triangle-music:before{content:"\f1e9"}.fi-bs-trees:before{content:"\f1ea"}.fi-bs-trees-alt:before{content:"\f1eb"}.fi-bs-tree:before{content:"\f1ec"}.fi-bs-tree-deciduous:before{content:"\f1ed"}.fi-bs-tree-christmas:before{content:"\f1ee"}.fi-bs-tree-alt:before{content:"\f1ef"}.fi-bs-treatment:before{content:"\f1f0"}.fi-bs-treasure-chest:before{content:"\f1f1"}.fi-bs-trash:before{content:"\f1f2"}.fi-bs-trash-xmark:before{content:"\f1f3"}.fi-bs-trash-undo:before{content:"\f1f4"}.fi-bs-trash-undo-alt:before{content:"\f1f5"}.fi-bs-trash-slash:before{content:"\f1f6"}.fi-bs-trash-restore:before{content:"\f1f7"}.fi-bs-trash-restore-alt:before{content:"\f1f8"}.fi-bs-trash-plus:before{content:"\f1f9"}.fi-bs-trash-list:before{content:"\f1fa"}.fi-bs-trash-clock:before{content:"\f1fb"}.fi-bs-trash-check:before{content:"\f1fc"}.fi-bs-trash-can-slash:before{content:"\f1fd"}.fi-bs-trash-can-plus:before{content:"\f1fe"}.fi-bs-trash-can-list:before{content:"\f1ff"}.fi-bs-trash-can-clock:before{content:"\f200"}.fi-bs-trash-can-check:before{content:"\f201"}.fi-bs-transporter:before{content:"\f202"}.fi-bs-transporter-empty:before{content:"\f203"}.fi-bs-transporter-7:before{content:"\f204"}.fi-bs-transporter-6:before{content:"\f205"}.fi-bs-transporter-5:before{content:"\f206"}.fi-bs-transporter-4:before{content:"\f207"}.fi-bs-transporter-3:before{content:"\f208"}.fi-bs-transporter-2:before{content:"\f209"}.fi-bs-transporter-1:before{content:"\f20a"}.fi-bs-transgender:before{content:"\f20b"}.fi-bs-transformer-bolt:before{content:"\f20c"}.fi-bs-transformation-shapes:before{content:"\f20d"}.fi-bs-transformation-design:before{content:"\f20e"}.fi-bs-transformation-circle:before{content:"\f20f"}.fi-bs-transformation-block:before{content:"\f210"}.fi-bs-transform:before{content:"\f211"}.fi-bs-tram:before{content:"\f212"}.fi-bs-train:before{content:"\f213"}.fi-bs-train-tram:before{content:"\f214"}.fi-bs-train-subway-tunnel:before{content:"\f215"}.fi-bs-train-station:before{content:"\f216"}.fi-bs-train-station-building:before{content:"\f217"}.fi-bs-train-side:before{content:"\f218"}.fi-bs-train-journey:before{content:"\f219"}.fi-bs-trailer:before{content:"\f21a"}.fi-bs-traffic-light:before{content:"\f21b"}.fi-bs-traffic-light-stop:before{content:"\f21c"}.fi-bs-traffic-light-slow:before{content:"\f21d"}.fi-bs-traffic-light-go:before{content:"\f21e"}.fi-bs-traffic-cone:before{content:"\f21f"}.fi-bs-trademark:before{content:"\f220"}.fi-bs-tractor:before{content:"\f221"}.fi-bs-track:before{content:"\f222"}.fi-bs-tower-control:before{content:"\f223"}.fi-bs-tour-virtual:before{content:"\f224"}.fi-bs-tour-guide-people:before{content:"\f225"}.fi-bs-total:before{content:"\f226"}.fi-bs-tornado:before{content:"\f227"}.fi-bs-torii-gate:before{content:"\f228"}.fi-bs-toothbrush:before{content:"\f229"}.fi-bs-tooth:before{content:"\f22a"}.fi-bs-tools:before{content:"\f22b"}.fi-bs-tool-marquee:before{content:"\f22c"}.fi-bs-tool-crop:before{content:"\f22d"}.fi-bs-tool-box:before{content:"\f22e"}.fi-bs-tombstone:before{content:"\f22f"}.fi-bs-tombstone-alt:before{content:"\f230"}.fi-bs-tomato:before{content:"\f231"}.fi-bs-token:before{content:"\f232"}.fi-bs-toilet:before{content:"\f233"}.fi-bs-toilet-paper-under:before{content:"\f234"}.fi-bs-toilet-paper-under-slash:before{content:"\f235"}.fi-bs-toilet-paper-slash:before{content:"\f236"}.fi-bs-toilet-paper-blank:before{content:"\f237"}.fi-bs-toilet-paper-blank-under:before{content:"\f238"}.fi-bs-toggle-on:before{content:"\f239"}.fi-bs-toggle-off:before{content:"\f23a"}.fi-bs-together-people:before{content:"\f23b"}.fi-bs-to-do:before{content:"\f23c"}.fi-bs-to-do-alt:before{content:"\f23d"}.fi-bs-tired:before{content:"\f23e"}.fi-bs-tire:before{content:"\f23f"}.fi-bs-tire-rugged:before{content:"\f240"}.fi-bs-tire-pressure-warning:before{content:"\f241"}.fi-bs-tire-flat:before{content:"\f242"}.fi-bs-tip-coin:before{content:"\f243"}.fi-bs-tint-slash:before{content:"\f244"}.fi-bs-times-hexagon:before{content:"\f245"}.fi-bs-time-twenty-four:before{content:"\f246"}.fi-bs-time-quarter-to:before{content:"\f247"}.fi-bs-time-quarter-past:before{content:"\f248"}.fi-bs-time-past:before{content:"\f249"}.fi-bs-time-oclock:before{content:"\f24a"}.fi-bs-time-half-past:before{content:"\f24b"}.fi-bs-time-forward:before{content:"\f24c"}.fi-bs-time-forward-ten:before{content:"\f24d"}.fi-bs-time-forward-sixty:before{content:"\f24e"}.fi-bs-time-fast:before{content:"\f24f"}.fi-bs-time-delete:before{content:"\f250"}.fi-bs-time-check:before{content:"\f251"}.fi-bs-time-add:before{content:"\f252"}.fi-bs-tilde:before{content:"\f253"}.fi-bs-tie:before{content:"\f254"}.fi-bs-tickets-airline:before{content:"\f255"}.fi-bs-ticket:before{content:"\f256"}.fi-bs-ticket-alt:before{content:"\f257"}.fi-bs-ticket-airline:before{content:"\f258"}.fi-bs-thursday:before{content:"\f259"}.fi-bs-thunderstorm:before{content:"\f25a"}.fi-bs-thunderstorm-sun:before{content:"\f25b"}.fi-bs-thunderstorm-moon:before{content:"\f25c"}.fi-bs-thumbtack:before{content:"\f25d"}.fi-bs-thought-bubble:before{content:"\f25e"}.fi-bs-third:before{content:"\f25f"}.fi-bs-third-medal:before{content:"\f260"}.fi-bs-third-laurel:before{content:"\f261"}.fi-bs-third-award:before{content:"\f262"}.fi-bs-theta:before{content:"\f263"}.fi-bs-thermometer-three-quarters:before{content:"\f264"}.fi-bs-thermometer-quarter:before{content:"\f265"}.fi-bs-thermometer-half:before{content:"\f266"}.fi-bs-thermometer-full:before{content:"\f267"}.fi-bs-thermometer-empty:before{content:"\f268"}.fi-bs-thermometer-alt:before{content:"\f269"}.fi-bs-theater-masks:before{content:"\f26a"}.fi-bs-text:before{content:"\f26b"}.fi-bs-text-width:before{content:"\f26c"}.fi-bs-text-slash:before{content:"\f26d"}.fi-bs-text-size:before{content:"\f26e"}.fi-bs-text-shadow:before{content:"\f26f"}.fi-bs-text-height:before{content:"\f270"}.fi-bs-text-check:before{content:"\f271"}.fi-bs-text-box:before{content:"\f272"}.fi-bs-text-box-edit:before{content:"\f273"}.fi-bs-text-box-dots:before{content:"\f274"}.fi-bs-test:before{content:"\f275"}.fi-bs-test-tube:before{content:"\f276"}.fi-bs-terrace:before{content:"\f277"}.fi-bs-terminal:before{content:"\f278"}.fi-bs-tents:before{content:"\f279"}.fi-bs-tent-arrows-down:before{content:"\f27a"}.fi-bs-tent-arrow-turn-left:before{content:"\f27b"}.fi-bs-tent-arrow-left-right:before{content:"\f27c"}.fi-bs-tent-arrow-down-to-line:before{content:"\f27d"}.fi-bs-tennis:before{content:"\f27e"}.fi-bs-tenge:before{content:"\f27f"}.fi-bs-template:before{content:"\f280"}.fi-bs-template-alt:before{content:"\f281"}.fi-bs-temperature-up:before{content:"\f282"}.fi-bs-temperature-low:before{content:"\f283"}.fi-bs-temperature-list:before{content:"\f284"}.fi-bs-temperature-high:before{content:"\f285"}.fi-bs-temperature-frigid:before{content:"\f286"}.fi-bs-temperature-down:before{content:"\f287"}.fi-bs-telescope:before{content:"\f288"}.fi-bs-teeth-open:before{content:"\f289"}.fi-bs-teddy-bear:before{content:"\f28a"}.fi-bs-team-check:before{content:"\f28b"}.fi-bs-team-check-alt:before{content:"\f28c"}.fi-bs-taxi:before{content:"\f28d"}.fi-bs-taxi-bus:before{content:"\f28e"}.fi-bs-tax:before{content:"\f28f"}.fi-bs-tax-alt:before{content:"\f290"}.fi-bs-target:before{content:"\f291"}.fi-bs-target-audience:before{content:"\f292"}.fi-bs-tape:before{content:"\f293"}.fi-bs-tap:before{content:"\f294"}.fi-bs-tank-water:before{content:"\f295"}.fi-bs-tamale:before{content:"\f296"}.fi-bs-tally:before{content:"\f297"}.fi-bs-tally-4:before{content:"\f298"}.fi-bs-tally-3:before{content:"\f299"}.fi-bs-tally-2:before{content:"\f29a"}.fi-bs-tally-1:before{content:"\f29b"}.fi-bs-tags:before{content:"\f29c"}.fi-bs-taco:before{content:"\f29d"}.fi-bs-tachometer:before{content:"\f29e"}.fi-bs-tachometer-slowest:before{content:"\f29f"}.fi-bs-tachometer-slow:before{content:"\f2a0"}.fi-bs-tachometer-fastest:before{content:"\f2a1"}.fi-bs-tachometer-fast:before{content:"\f2a2"}.fi-bs-tachometer-average:before{content:"\f2a3"}.fi-bs-tachometer-alt-slowest:before{content:"\f2a4"}.fi-bs-tachometer-alt-slow:before{content:"\f2a5"}.fi-bs-tachometer-alt-fastest:before{content:"\f2a6"}.fi-bs-tachometer-alt-average:before{content:"\f2a7"}.fi-bs-tablet:before{content:"\f2a8"}.fi-bs-tablet-rugged:before{content:"\f2a9"}.fi-bs-tablet-android:before{content:"\f2aa"}.fi-bs-tablet-android-alt:before{content:"\f2ab"}.fi-bs-table:before{content:"\f2ac"}.fi-bs-table-tree:before{content:"\f2ad"}.fi-bs-table-rows:before{content:"\f2ae"}.fi-bs-table-pivot:before{content:"\f2af"}.fi-bs-table-picnic:before{content:"\f2b0"}.fi-bs-table-list:before{content:"\f2b1"}.fi-bs-table-layout:before{content:"\f2b2"}.fi-bs-table-columns:before{content:"\f2b3"}.fi-bs-tab-folder:before{content:"\f2b4"}.fi-bs-t:before{content:"\f2b5"}.fi-bs-syringe:before{content:"\f2b6"}.fi-bs-synagogue:before{content:"\f2b7"}.fi-bs-symbols:before{content:"\f2b8"}.fi-bs-symbol:before{content:"\f2b9"}.fi-bs-sword:before{content:"\f2ba"}.fi-bs-swipe-up:before{content:"\f2bb"}.fi-bs-swipe-right:before{content:"\f2bc"}.fi-bs-swipe-left:before{content:"\f2bd"}.fi-bs-swipe-down:before{content:"\f2be"}.fi-bs-swimming-pool:before{content:"\f2bf"}.fi-bs-swimmer:before{content:"\f2c0"}.fi-bs-swatchbook:before{content:"\f2c1"}.fi-bs-svg:before{content:"\f2c2"}.fi-bs-sushi:before{content:"\f2c3"}.fi-bs-sushi-roll:before{content:"\f2c4"}.fi-bs-sushi-alt:before{content:"\f2c5"}.fi-bs-surprise:before{content:"\f2c6"}.fi-bs-surfing:before{content:"\f2c7"}.fi-bs-supplier:before{content:"\f2c8"}.fi-bs-supplier-alt:before{content:"\f2c9"}.fi-bs-superscript:before{content:"\f2ca"}.fi-bs-sunset:before{content:"\f2cb"}.fi-bs-sunrise:before{content:"\f2cc"}.fi-bs-sunrise-alt:before{content:"\f2cd"}.fi-bs-sunglasses:before{content:"\f2ce"}.fi-bs-sunglasses-alt:before{content:"\f2cf"}.fi-bs-sunday:before{content:"\f2d0"}.fi-bs-sun:before{content:"\f2d1"}.fi-bs-sun-plant-wilt:before{content:"\f2d2"}.fi-bs-sun-dust:before{content:"\f2d3"}.fi-bs-summer:before{content:"\f2d4"}.fi-bs-suitcase-alt:before{content:"\f2d5"}.fi-bs-subway:before{content:"\f2d6"}.fi-bs-subtitles:before{content:"\f2d7"}.fi-bs-subscription:before{content:"\f2d8"}.fi-bs-subscription-alt:before{content:"\f2d9"}.fi-bs-subscript:before{content:"\f2da"}.fi-bs-student:before{content:"\f2db"}.fi-bs-student-alt:before{content:"\f2dc"}.fi-bs-stroopwafel:before{content:"\f2dd"}.fi-bs-strikethrough:before{content:"\f2de"}.fi-bs-stretcher:before{content:"\f2df"}.fi-bs-street-view:before{content:"\f2e0"}.fi-bs-strawberry:before{content:"\f2e1"}.fi-bs-story-fantasy:before{content:"\f2e2"}.fi-bs-story-fairy-tale:before{content:"\f2e3"}.fi-bs-story-book:before{content:"\f2e4"}.fi-bs-store-slash:before{content:"\f2e5"}.fi-bs-store-lock:before{content:"\f2e6"}.fi-bs-store-alt:before{content:"\f2e7"}.fi-bs-stopwatch:before{content:"\f2e8"}.fi-bs-stop:before{content:"\f2e9"}.fi-bs-stop-circle:before{content:"\f2ea"}.fi-bs-stomach:before{content:"\f2eb"}.fi-bs-stocking:before{content:"\f2ec"}.fi-bs-sticker:before{content:"\f2ed"}.fi-bs-stethoscope:before{content:"\f2ee"}.fi-bs-sterling-sign:before{content:"\f2ef"}.fi-bs-step-forward:before{content:"\f2f0"}.fi-bs-step-backward:before{content:"\f2f1"}.fi-bs-steering-wheel:before{content:"\f2f2"}.fi-bs-steak:before{content:"\f2f3"}.fi-bs-stats:before{content:"\f2f4"}.fi-bs-state-country:before{content:"\f2f5"}.fi-bs-stars:before{content:"\f2f6"}.fi-bs-starfighter:before{content:"\f2f7"}.fi-bs-star:before{content:"\f2f8"}.fi-bs-star-shooting:before{content:"\f2f9"}.fi-bs-star-sharp-half:before{content:"\f2fa"}.fi-bs-star-sharp-half-stroke:before{content:"\f2fb"}.fi-bs-star-of-david:before{content:"\f2fc"}.fi-bs-star-octogram:before{content:"\f2fd"}.fi-bs-star-exclamation:before{content:"\f2fe"}.fi-bs-star-comment-alt:before{content:"\f2ff"}.fi-bs-star-christmas:before{content:"\f300"}.fi-bs-star-and-crescent:before{content:"\f301"}.fi-bs-standard-definition:before{content:"\f302"}.fi-bs-stamp:before{content:"\f303"}.fi-bs-stairs:before{content:"\f304"}.fi-bs-stage:before{content:"\f305"}.fi-bs-stage-theatre:before{content:"\f306"}.fi-bs-stage-concert:before{content:"\f307"}.fi-bs-staff:before{content:"\f308"}.fi-bs-squirrel:before{content:"\f309"}.fi-bs-squircle:before{content:"\f30a"}.fi-bs-squid:before{content:"\f30b"}.fi-bs-square:before{content:"\f30c"}.fi-bs-square-z:before{content:"\f30d"}.fi-bs-square-y:before{content:"\f30e"}.fi-bs-square-x:before{content:"\f30f"}.fi-bs-square-w:before{content:"\f310"}.fi-bs-square-v:before{content:"\f311"}.fi-bs-square-up-right:before{content:"\f312"}.fi-bs-square-u:before{content:"\f313"}.fi-bs-square-terminal:before{content:"\f314"}.fi-bs-square-t:before{content:"\f315"}.fi-bs-square-star:before{content:"\f316"}.fi-bs-square-small:before{content:"\f317"}.fi-bs-square-s:before{content:"\f318"}.fi-bs-square-root:before{content:"\f319"}.fi-bs-square-r:before{content:"\f31a"}.fi-bs-square-quote:before{content:"\f31b"}.fi-bs-square-q:before{content:"\f31c"}.fi-bs-square-poll-vertical:before{content:"\f31d"}.fi-bs-square-poll-horizontal:before{content:"\f31e"}.fi-bs-square-plus:before{content:"\f31f"}.fi-bs-square-phone-hangup:before{content:"\f320"}.fi-bs-square-p:before{content:"\f321"}.fi-bs-square-o:before{content:"\f322"}.fi-bs-square-n:before{content:"\f323"}.fi-bs-square-minus:before{content:"\f324"}.fi-bs-square-m:before{content:"\f325"}.fi-bs-square-l:before{content:"\f326"}.fi-bs-square-kanban:before{content:"\f327"}.fi-bs-square-k:before{content:"\f328"}.fi-bs-square-j:before{content:"\f329"}.fi-bs-square-info:before{content:"\f32a"}.fi-bs-square-i:before{content:"\f32b"}.fi-bs-square-heart:before{content:"\f32c"}.fi-bs-square-h:before{content:"\f32d"}.fi-bs-square-g:before{content:"\f32e"}.fi-bs-square-f:before{content:"\f32f"}.fi-bs-square-exclamation:before{content:"\f330"}.fi-bs-square-ellipsis:before{content:"\f331"}.fi-bs-square-ellipsis-vertical:before{content:"\f332"}.fi-bs-square-e:before{content:"\f333"}.fi-bs-square-divide:before{content:"\f334"}.fi-bs-square-dashed:before{content:"\f335"}.fi-bs-square-d:before{content:"\f336"}.fi-bs-square-code:before{content:"\f337"}.fi-bs-square-c:before{content:"\f338"}.fi-bs-square-bolt:before{content:"\f339"}.fi-bs-square-b:before{content:"\f33a"}.fi-bs-square-a:before{content:"\f33b"}.fi-bs-square-9:before{content:"\f33c"}.fi-bs-square-8:before{content:"\f33d"}.fi-bs-square-7:before{content:"\f33e"}.fi-bs-square-6:before{content:"\f33f"}.fi-bs-square-5:before{content:"\f340"}.fi-bs-square-4:before{content:"\f341"}.fi-bs-square-3:before{content:"\f342"}.fi-bs-square-2:before{content:"\f343"}.fi-bs-square-1:before{content:"\f344"}.fi-bs-square-0:before{content:"\f345"}.fi-bs-spy:before{content:"\f346"}.fi-bs-sprinkler:before{content:"\f347"}.fi-bs-spring-calendar:before{content:"\f348"}.fi-bs-spray-can:before{content:"\f349"}.fi-bs-spray-can-sparkles:before{content:"\f34a"}.fi-bs-spoon:before{content:"\f34b"}.fi-bs-splotch:before{content:"\f34c"}.fi-bs-split:before{content:"\f34d"}.fi-bs-spinner:before{content:"\f34e"}.fi-bs-spider:before{content:"\f34f"}.fi-bs-spider-web:before{content:"\f350"}.fi-bs-spider-black-widow:before{content:"\f351"}.fi-bs-sphere:before{content:"\f352"}.fi-bs-speedometer-kpi:before{content:"\f353"}.fi-bs-speedometer-arrow:before{content:"\f354"}.fi-bs-speakers:before{content:"\f355"}.fi-bs-speaker:before{content:"\f356"}.fi-bs-sparkles:before{content:"\f357"}.fi-bs-spaghetti-monster-flying:before{content:"\f358"}.fi-bs-spade:before{content:"\f359"}.fi-bs-space-station-moon:before{content:"\f35a"}.fi-bs-space-station-moon-alt:before{content:"\f35b"}.fi-bs-space-shuttle:before{content:"\f35c"}.fi-bs-spa:before{content:"\f35d"}.fi-bs-source-document:before{content:"\f35e"}.fi-bs-source-document-alt:before{content:"\f35f"}.fi-bs-source-data:before{content:"\f360"}.fi-bs-soup:before{content:"\f361"}.fi-bs-sort:before{content:"\f362"}.fi-bs-sort-size-up:before{content:"\f363"}.fi-bs-sort-size-down:before{content:"\f364"}.fi-bs-sort-shapes-up:before{content:"\f365"}.fi-bs-sort-shapes-down:before{content:"\f366"}.fi-bs-sort-numeric-down:before{content:"\f367"}.fi-bs-sort-numeric-down-alt:before{content:"\f368"}.fi-bs-sort-down:before{content:"\f369"}.fi-bs-sort-circle:before{content:"\f36a"}.fi-bs-sort-circle-up:before{content:"\f36b"}.fi-bs-sort-circle-down:before{content:"\f36c"}.fi-bs-sort-amount-up:before{content:"\f36d"}.fi-bs-sort-amount-up-alt:before{content:"\f36e"}.fi-bs-sort-amount-down:before{content:"\f36f"}.fi-bs-sort-amount-down-alt:before{content:"\f370"}.fi-bs-sort-alt:before{content:"\f371"}.fi-bs-sort-alpha-up:before{content:"\f372"}.fi-bs-sort-alpha-up-alt:before{content:"\f373"}.fi-bs-sort-alpha-down:before{content:"\f374"}.fi-bs-sort-alpha-down-alt:before{content:"\f375"}.fi-bs-sold-signal:before{content:"\f376"}.fi-bs-sold-house:before{content:"\f377"}.fi-bs-solar-system:before{content:"\f378"}.fi-bs-solar-panel:before{content:"\f379"}.fi-bs-sofa:before{content:"\f37a"}.fi-bs-sofa-size:before{content:"\f37b"}.fi-bs-socks:before{content:"\f37c"}.fi-bs-social-network:before{content:"\f37d"}.fi-bs-soap:before{content:"\f37e"}.fi-bs-soap-alt:before{content:"\f37f"}.fi-bs-snowplow:before{content:"\f380"}.fi-bs-snowmobile:before{content:"\f381"}.fi-bs-snowman-head:before{content:"\f382"}.fi-bs-snowman-alt:before{content:"\f383"}.fi-bs-snowflakes:before{content:"\f384"}.fi-bs-snowflake:before{content:"\f385"}.fi-bs-snowflake-droplets:before{content:"\f386"}.fi-bs-snowboarding:before{content:"\f387"}.fi-bs-snow-blowing:before{content:"\f388"}.fi-bs-snooze:before{content:"\f389"}.fi-bs-snap:before{content:"\f38a"}.fi-bs-snake:before{content:"\f38b"}.fi-bs-smoking:before{content:"\f38c"}.fi-bs-smoking-ban:before{content:"\f38d"}.fi-bs-smoke:before{content:"\f38e"}.fi-bs-smog:before{content:"\f38f"}.fi-bs-smiley-comment-alt:before{content:"\f390"}.fi-bs-smile-wink:before{content:"\f391"}.fi-bs-smile-plus:before{content:"\f392"}.fi-bs-smile-beam:before{content:"\f393"}.fi-bs-smartphone:before{content:"\f394"}.fi-bs-sliders-v:before{content:"\f395"}.fi-bs-sliders-v-square:before{content:"\f396"}.fi-bs-sliders-h-square:before{content:"\f397"}.fi-bs-sleigh:before{content:"\f398"}.fi-bs-sledding:before{content:"\f399"}.fi-bs-slash:before{content:"\f39a"}.fi-bs-skull:before{content:"\f39b"}.fi-bs-skull-crossbones:before{content:"\f39c"}.fi-bs-skull-cow:before{content:"\f39d"}.fi-bs-skin:before{content:"\f39e"}.fi-bs-skin-hair:before{content:"\f39f"}.fi-bs-skin-drop:before{content:"\f3a0"}.fi-bs-skin-arrow:before{content:"\f3a1"}.fi-bs-skill:before{content:"\f3a2"}.fi-bs-skill-user:before{content:"\f3a3"}.fi-bs-skill-alt:before{content:"\f3a4"}.fi-bs-skiing:before{content:"\f3a5"}.fi-bs-skiing-nordic:before{content:"\f3a6"}.fi-bs-ski-lift:before{content:"\f3a7"}.fi-bs-ski-jump:before{content:"\f3a8"}.fi-bs-ski-boot-ski:before{content:"\f3a9"}.fi-bs-skewer:before{content:"\f3aa"}.fi-bs-skeleton:before{content:"\f3ab"}.fi-bs-skating:before{content:"\f3ac"}.fi-bs-skateboard:before{content:"\f3ad"}.fi-bs-sitemap:before{content:"\f3ae"}.fi-bs-site:before{content:"\f3af"}.fi-bs-site-browser:before{content:"\f3b0"}.fi-bs-site-alt:before{content:"\f3b1"}.fi-bs-siren-on:before{content:"\f3b2"}.fi-bs-sink:before{content:"\f3b3"}.fi-bs-sim-cards:before{content:"\f3b4"}.fi-bs-sim-card:before{content:"\f3b5"}.fi-bs-signature:before{content:"\f3b6"}.fi-bs-signature-slash:before{content:"\f3b7"}.fi-bs-signature-lock:before{content:"\f3b8"}.fi-bs-signal-stream:before{content:"\f3b9"}.fi-bs-signal-stream-slash:before{content:"\f3ba"}.fi-bs-signal-bars-weak:before{content:"\f3bb"}.fi-bs-signal-bars-good:before{content:"\f3bc"}.fi-bs-signal-bars-fair:before{content:"\f3bd"}.fi-bs-signal-alt:before{content:"\f3be"}.fi-bs-signal-alt-slash:before{content:"\f3bf"}.fi-bs-signal-alt-2:before{content:"\f3c0"}.fi-bs-signal-alt-1:before{content:"\f3c1"}.fi-bs-sign-up:before{content:"\f3c2"}.fi-bs-sign-out-alt:before{content:"\f3c3"}.fi-bs-sign-in-alt:before{content:"\f3c4"}.fi-bs-sign-hanging:before{content:"\f3c5"}.fi-bs-sigma:before{content:"\f3c6"}.fi-bs-sidebar:before{content:"\f3c7"}.fi-bs-sidebar-flip:before{content:"\f3c8"}.fi-bs-shuttlecock:before{content:"\f3c9"}.fi-bs-shuttle-van:before{content:"\f3ca"}.fi-bs-shuffle:before{content:"\f3cb"}.fi-bs-shrimp:before{content:"\f3cc"}.fi-bs-shredder:before{content:"\f3cd"}.fi-bs-shower:before{content:"\f3ce"}.fi-bs-shower-down:before{content:"\f3cf"}.fi-bs-shovel:before{content:"\f3d0"}.fi-bs-shovel-snow:before{content:"\f3d1"}.fi-bs-shopping-cart:before{content:"\f3d2"}.fi-bs-shopping-cart-check:before{content:"\f3d3"}.fi-bs-shopping-cart-add:before{content:"\f3d4"}.fi-bs-shopping-basket:before{content:"\f3d5"}.fi-bs-shopping-bag:before{content:"\f3d6"}.fi-bs-shopping-bag-add:before{content:"\f3d7"}.fi-bs-shop:before{content:"\f3d8"}.fi-bs-shop-slash:before{content:"\f3d9"}.fi-bs-shop-lock:before{content:"\f3da"}.fi-bs-shoe-prints:before{content:"\f3db"}.fi-bs-shish-kebab:before{content:"\f3dc"}.fi-bs-shirt:before{content:"\f3dd"}.fi-bs-shirt-tank-top:before{content:"\f3de"}.fi-bs-shirt-running:before{content:"\f3df"}.fi-bs-shirt-long-sleeve:before{content:"\f3e0"}.fi-bs-shipping-timed:before{content:"\f3e1"}.fi-bs-shipping-fast:before{content:"\f3e2"}.fi-bs-ship:before{content:"\f3e3"}.fi-bs-ship-side:before{content:"\f3e4"}.fi-bs-shield:before{content:"\f3e5"}.fi-bs-shield-xmark:before{content:"\f3e6"}.fi-bs-shield-virus:before{content:"\f3e7"}.fi-bs-shield-slash:before{content:"\f3e8"}.fi-bs-shield-plus:before{content:"\f3e9"}.fi-bs-shield-minus:before{content:"\f3ea"}.fi-bs-shield-keyhole:before{content:"\f3eb"}.fi-bs-shield-interrogation:before{content:"\f3ec"}.fi-bs-shield-exclamation:before{content:"\f3ed"}.fi-bs-shield-dog:before{content:"\f3ee"}.fi-bs-shield-cross:before{content:"\f3ef"}.fi-bs-shield-check:before{content:"\f3f0"}.fi-bs-shield-cat:before{content:"\f3f1"}.fi-bs-shield-alt:before{content:"\f3f2"}.fi-bs-shelves:before{content:"\f3f3"}.fi-bs-shekel-sign:before{content:"\f3f4"}.fi-bs-sheep:before{content:"\f3f5"}.fi-bs-share:before{content:"\f3f6"}.fi-bs-share-square:before{content:"\f3f7"}.fi-bs-share-alt-square:before{content:"\f3f8"}.fi-bs-settings:before{content:"\f3f9"}.fi-bs-settings-sliders:before{content:"\f3fa"}.fi-bs-sensor:before{content:"\f3fb"}.fi-bs-sensor-smoke:before{content:"\f3fc"}.fi-bs-sensor-on:before{content:"\f3fd"}.fi-bs-sensor-fire:before{content:"\f3fe"}.fi-bs-sensor-alert:before{content:"\f3ff"}.fi-bs-send-money:before{content:"\f400"}.fi-bs-send-money-smartphone:before{content:"\f401"}.fi-bs-send-backward:before{content:"\f402"}.fi-bs-send-back:before{content:"\f403"}.fi-bs-selling:before{content:"\f404"}.fi-bs-seller:before{content:"\f405"}.fi-bs-seller-store:before{content:"\f406"}.fi-bs-sell:before{content:"\f407"}.fi-bs-selection:before{content:"\f408"}.fi-bs-seedling:before{content:"\f409"}.fi-bs-second:before{content:"\f40a"}.fi-bs-second-medal:before{content:"\f40b"}.fi-bs-second-laurel:before{content:"\f40c"}.fi-bs-second-award:before{content:"\f40d"}.fi-bs-seat-airline:before{content:"\f40e"}.fi-bs-search:before{content:"\f40f"}.fi-bs-search-location:before{content:"\f410"}.fi-bs-search-heart:before{content:"\f411"}.fi-bs-search-dollar:before{content:"\f412"}.fi-bs-search-alt:before{content:"\f413"}.fi-bs-seal:before{content:"\f414"}.fi-bs-seal-question:before{content:"\f415"}.fi-bs-seal-exclamation:before{content:"\f416"}.fi-bs-sd-cards:before{content:"\f417"}.fi-bs-sd-card:before{content:"\f418"}.fi-bs-scythe:before{content:"\f419"}.fi-bs-scrubber:before{content:"\f41a"}.fi-bs-scroll:before{content:"\f41b"}.fi-bs-scroll-torah:before{content:"\f41c"}.fi-bs-scroll-old:before{content:"\f41d"}.fi-bs-script:before{content:"\f41e"}.fi-bs-scribble:before{content:"\f41f"}.fi-bs-screwdriver:before{content:"\f420"}.fi-bs-screencast:before{content:"\f421"}.fi-bs-screen:before{content:"\f422"}.fi-bs-scissors:before{content:"\f423"}.fi-bs-school:before{content:"\f424"}.fi-bs-school-bus:before{content:"\f425"}.fi-bs-scarf:before{content:"\f426"}.fi-bs-scarecrow:before{content:"\f427"}.fi-bs-scanner-touchscreen:before{content:"\f428"}.fi-bs-scanner-keyboard:before{content:"\f429"}.fi-bs-scanner-image:before{content:"\f42a"}.fi-bs-scanner-gun:before{content:"\f42b"}.fi-bs-scalpel:before{content:"\f42c"}.fi-bs-scalpel-path:before{content:"\f42d"}.fi-bs-scale:before{content:"\f42e"}.fi-bs-scale-comparison:before{content:"\f42f"}.fi-bs-scale-comparison-alt:before{content:"\f430"}.fi-bs-saxophone:before{content:"\f431"}.fi-bs-sax-hot:before{content:"\f432"}.fi-bs-sausage:before{content:"\f433"}.fi-bs-sauce:before{content:"\f434"}.fi-bs-saturday:before{content:"\f435"}.fi-bs-satellite:before{content:"\f436"}.fi-bs-satellite-dish:before{content:"\f437"}.fi-bs-sandwich:before{content:"\f438"}.fi-bs-sandwich-alt:before{content:"\f439"}.fi-bs-salt-shaker:before{content:"\f43a"}.fi-bs-salt-pepper:before{content:"\f43b"}.fi-bs-salary-alt:before{content:"\f43c"}.fi-bs-salad:before{content:"\f43d"}.fi-bs-sailboat:before{content:"\f43e"}.fi-bs-safe-box:before{content:"\f43f"}.fi-bs-sad:before{content:"\f440"}.fi-bs-sad-tear:before{content:"\f441"}.fi-bs-sad-cry:before{content:"\f442"}.fi-bs-sack:before{content:"\f443"}.fi-bs-sack-dollar:before{content:"\f444"}.fi-bs-s:before{content:"\f445"}.fi-bs-rv:before{content:"\f446"}.fi-bs-rupiah-sign:before{content:"\f447"}.fi-bs-rupee-sign:before{content:"\f448"}.fi-bs-running:before{content:"\f449"}.fi-bs-rules:before{content:"\f44a"}.fi-bs-rules-alt:before{content:"\f44b"}.fi-bs-ruler-vertical:before{content:"\f44c"}.fi-bs-ruler-triangle:before{content:"\f44d"}.fi-bs-ruler-horizontal:before{content:"\f44e"}.fi-bs-ruler-combined:before{content:"\f44f"}.fi-bs-rugby:before{content:"\f450"}.fi-bs-rugby-helmet:before{content:"\f451"}.fi-bs-ruble-sign:before{content:"\f452"}.fi-bs-rss:before{content:"\f453"}.fi-bs-rss-alt:before{content:"\f454"}.fi-bs-router:before{content:"\f455"}.fi-bs-route:before{content:"\f456"}.fi-bs-route-interstate:before{content:"\f457"}.fi-bs-route-highway:before{content:"\f458"}.fi-bs-rotate-square:before{content:"\f459"}.fi-bs-rotate-right:before{content:"\f45a"}.fi-bs-rotate-left:before{content:"\f45b"}.fi-bs-rotate-exclamation:before{content:"\f45c"}.fi-bs-room-service:before{content:"\f45d"}.fi-bs-roller-coaster:before{content:"\f45e"}.fi-bs-rocket:before{content:"\f45f"}.fi-bs-rocket-lunch:before{content:"\f460"}.fi-bs-robot:before{content:"\f461"}.fi-bs-road:before{content:"\f462"}.fi-bs-risk:before{content:"\f463"}.fi-bs-risk-alt:before{content:"\f464"}.fi-bs-rings-wedding:before{content:"\f465"}.fi-bs-ring:before{content:"\f466"}.fi-bs-ring-diamond:before{content:"\f467"}.fi-bs-right:before{content:"\f468"}.fi-bs-ribbon:before{content:"\f469"}.fi-bs-rhombus:before{content:"\f46a"}.fi-bs-rewind:before{content:"\f46b"}.fi-bs-review:before{content:"\f46c"}.fi-bs-revenue-alt:before{content:"\f46d"}.fi-bs-restroom-simple:before{content:"\f46e"}.fi-bs-restock:before{content:"\f46f"}.fi-bs-restaurant:before{content:"\f470"}.fi-bs-resources:before{content:"\f471"}.fi-bs-resize:before{content:"\f472"}.fi-bs-reservation-table:before{content:"\f473"}.fi-bs-reservation-smartphone:before{content:"\f474"}.fi-bs-republican:before{content:"\f475"}.fi-bs-reply-all:before{content:"\f476"}.fi-bs-replace:before{content:"\f477"}.fi-bs-rent:before{content:"\f478"}.fi-bs-rent-signal:before{content:"\f479"}.fi-bs-remove-user:before{content:"\f47a"}.fi-bs-remove-folder:before{content:"\f47b"}.fi-bs-registration-paper:before{content:"\f47c"}.fi-bs-registered:before{content:"\f47d"}.fi-bs-region-pin:before{content:"\f47e"}.fi-bs-region-pin-alt:before{content:"\f47f"}.fi-bs-refund:before{content:"\f480"}.fi-bs-refund-alt:before{content:"\f481"}.fi-bs-refrigerator:before{content:"\f482"}.fi-bs-refresh:before{content:"\f483"}.fi-bs-reflect:before{content:"\f484"}.fi-bs-reflect-vertical:before{content:"\f485"}.fi-bs-reflect-horizontal:before{content:"\f486"}.fi-bs-refer:before{content:"\f487"}.fi-bs-refer-arrow:before{content:"\f488"}.fi-bs-reel:before{content:"\f489"}.fi-bs-redo:before{content:"\f48a"}.fi-bs-redo-alt:before{content:"\f48b"}.fi-bs-recycle:before{content:"\f48c"}.fi-bs-rectangles-mixed:before{content:"\f48d"}.fi-bs-rectangle-xmark:before{content:"\f48e"}.fi-bs-rectangle-vertical:before{content:"\f48f"}.fi-bs-rectangle-vertical-history:before{content:"\f490"}.fi-bs-rectangle-pro:before{content:"\f491"}.fi-bs-rectangle-panoramic:before{content:"\f492"}.fi-bs-rectangle-list:before{content:"\f493"}.fi-bs-rectangle-horizontal:before{content:"\f494"}.fi-bs-rectangle-history-circle-plus:before{content:"\f495"}.fi-bs-rectangle-code:before{content:"\f496"}.fi-bs-rectangle-barcode:before{content:"\f497"}.fi-bs-rectabgle-vertical:before{content:"\f498"}.fi-bs-record-vinyl:before{content:"\f499"}.fi-bs-recipe:before{content:"\f49a"}.fi-bs-recipe-book:before{content:"\f49b"}.fi-bs-receipt:before{content:"\f49c"}.fi-bs-rec:before{content:"\f49d"}.fi-bs-react:before{content:"\f49e"}.fi-bs-razor-barber:before{content:"\f49f"}.fi-bs-raygun:before{content:"\f4a0"}.fi-bs-ranking-stars:before{content:"\f4a1"}.fi-bs-ranking-star:before{content:"\f4a2"}.fi-bs-ranking-podium:before{content:"\f4a3"}.fi-bs-ranking-podium-empty:before{content:"\f4a4"}.fi-bs-rank:before{content:"\f4a5"}.fi-bs-ramp-loading:before{content:"\f4a6"}.fi-bs-ram:before{content:"\f4a7"}.fi-bs-raindrops:before{content:"\f4a8"}.fi-bs-rainbow:before{content:"\f4a9"}.fi-bs-radish:before{content:"\f4aa"}.fi-bs-radio:before{content:"\f4ab"}.fi-bs-radio-alt:before{content:"\f4ac"}.fi-bs-radiation:before{content:"\f4ad"}.fi-bs-radiation-alt:before{content:"\f4ae"}.fi-bs-radar:before{content:"\f4af"}.fi-bs-racquet:before{content:"\f4b0"}.fi-bs-rabbit:before{content:"\f4b1"}.fi-bs-rabbit-fast:before{content:"\f4b2"}.fi-bs-r:before{content:"\f4b3"}.fi-bs-quote-right:before{content:"\f4b4"}.fi-bs-quiz:before{content:"\f4b5"}.fi-bs-quiz-alt:before{content:"\f4b6"}.fi-bs-queue:before{content:"\f4b7"}.fi-bs-queue-signal:before{content:"\f4b8"}.fi-bs-queue-line:before{content:"\f4b9"}.fi-bs-queue-alt:before{content:"\f4ba"}.fi-bs-question:before{content:"\f4bb"}.fi-bs-question-square:before{content:"\f4bc"}.fi-bs-qrcode:before{content:"\f4bd"}.fi-bs-qr-scan:before{content:"\f4be"}.fi-bs-q:before{content:"\f4bf"}.fi-bs-pyramid:before{content:"\f4c0"}.fi-bs-puzzle-pieces:before{content:"\f4c1"}.fi-bs-puzzle-piece:before{content:"\f4c2"}.fi-bs-puzzle-alt:before{content:"\f4c3"}.fi-bs-pumpkin:before{content:"\f4c4"}.fi-bs-pumpkin-alt:before{content:"\f4c5"}.fi-bs-pumpkin-alt-2:before{content:"\f4c6"}.fi-bs-pump:before{content:"\f4c7"}.fi-bs-pump-medical:before{content:"\f4c8"}.fi-bs-pulse:before{content:"\f4c9"}.fi-bs-protractor:before{content:"\f4ca"}.fi-bs-projector:before{content:"\f4cb"}.fi-bs-productivity:before{content:"\f4cc"}.fi-bs-process:before{content:"\f4cd"}.fi-bs-procedures:before{content:"\f4ce"}.fi-bs-problem-solving:before{content:"\f4cf"}.fi-bs-priority-importance:before{content:"\f4d0"}.fi-bs-priority-arrows:before{content:"\f4d1"}.fi-bs-priority-arrow:before{content:"\f4d2"}.fi-bs-print:before{content:"\f4d3"}.fi-bs-print-slash:before{content:"\f4d4"}.fi-bs-print-magnifying-glass:before{content:"\f4d5"}.fi-bs-preview:before{content:"\f4d6"}.fi-bs-presentation:before{content:"\f4d7"}.fi-bs-prescription:before{content:"\f4d8"}.fi-bs-prescription-bottle:before{content:"\f4d9"}.fi-bs-prescription-bottle-pill:before{content:"\f4da"}.fi-bs-prescription-bottle-alt:before{content:"\f4db"}.fi-bs-praying-hands:before{content:"\f4dc"}.fi-bs-practice:before{content:"\f4dd"}.fi-bs-power:before{content:"\f4de"}.fi-bs-pound:before{content:"\f4df"}.fi-bs-potato:before{content:"\f4e0"}.fi-bs-pot:before{content:"\f4e1"}.fi-bs-portrait:before{content:"\f4e2"}.fi-bs-portal-exit:before{content:"\f4e3"}.fi-bs-portal-enter:before{content:"\f4e4"}.fi-bs-popsicle:before{content:"\f4e5"}.fi-bs-popcorn:before{content:"\f4e6"}.fi-bs-poop:before{content:"\f4e7"}.fi-bs-pool-8-ball:before{content:"\f4e8"}.fi-bs-poo:before{content:"\f4e9"}.fi-bs-poo-bolt:before{content:"\f4ea"}.fi-bs-pompebled:before{content:"\f4eb"}.fi-bs-pollution:before{content:"\f4ec"}.fi-bs-poll-h:before{content:"\f4ed"}.fi-bs-police-box:before{content:"\f4ee"}.fi-bs-poker-chip:before{content:"\f4ef"}.fi-bs-point-of-sale:before{content:"\f4f0"}.fi-bs-point-of-sale-signal:before{content:"\f4f1"}.fi-bs-point-of-sale-bill:before{content:"\f4f2"}.fi-bs-podium:before{content:"\f4f3"}.fi-bs-podium-star:before{content:"\f4f4"}.fi-bs-podcast:before{content:"\f4f5"}.fi-bs-plus:before{content:"\f4f6"}.fi-bs-plus-small:before{content:"\f4f7"}.fi-bs-plus-minus:before{content:"\f4f8"}.fi-bs-plus-hexagon:before{content:"\f4f9"}.fi-bs-plug:before{content:"\f4fa"}.fi-bs-plug-connection:before{content:"\f4fb"}.fi-bs-plug-cable:before{content:"\f4fc"}.fi-bs-plug-alt:before{content:"\f4fd"}.fi-bs-playing-cards:before{content:"\f4fe"}.fi-bs-play:before{content:"\f4ff"}.fi-bs-play-pause:before{content:"\f500"}.fi-bs-play-circle:before{content:"\f501"}.fi-bs-play-alt:before{content:"\f502"}.fi-bs-plate:before{content:"\f503"}.fi-bs-plate-wheat:before{content:"\f504"}.fi-bs-plate-utensils:before{content:"\f505"}.fi-bs-plant-wilt:before{content:"\f506"}.fi-bs-planet-ringed:before{content:"\f507"}.fi-bs-planet-moon:before{content:"\f508"}.fi-bs-plane:before{content:"\f509"}.fi-bs-plane-tail:before{content:"\f50a"}.fi-bs-plane-slash:before{content:"\f50b"}.fi-bs-plane-prop:before{content:"\f50c"}.fi-bs-plane-departure:before{content:"\f50d"}.fi-bs-plane-arrival:before{content:"\f50e"}.fi-bs-plane-alt:before{content:"\f50f"}.fi-bs-plan:before{content:"\f510"}.fi-bs-plan-strategy:before{content:"\f511"}.fi-bs-place-of-worship:before{content:"\f512"}.fi-bs-pinata:before{content:"\f513"}.fi-bs-pizza-slice:before{content:"\f514"}.fi-bs-pipe-smoking:before{content:"\f515"}.fi-bs-ping-pong:before{content:"\f516"}.fi-bs-pineapple:before{content:"\f517"}.fi-bs-pineapple-alt:before{content:"\f518"}.fi-bs-pills:before{content:"\f519"}.fi-bs-piggy-bank:before{content:"\f51a"}.fi-bs-pig:before{content:"\f51b"}.fi-bs-pig-face:before{content:"\f51c"}.fi-bs-pie:before{content:"\f51d"}.fi-bs-picture:before{content:"\f51e"}.fi-bs-picpeople:before{content:"\f51f"}.fi-bs-picpeople-filled:before{content:"\f520"}.fi-bs-picnic:before{content:"\f521"}.fi-bs-picking:before{content:"\f522"}.fi-bs-pickaxe:before{content:"\f523"}.fi-bs-piano:before{content:"\f524"}.fi-bs-piano-keyboard:before{content:"\f525"}.fi-bs-physics:before{content:"\f526"}.fi-bs-photo-video:before{content:"\f527"}.fi-bs-photo-film-music:before{content:"\f528"}.fi-bs-photo-capture:before{content:"\f529"}.fi-bs-phone-slash:before{content:"\f52a"}.fi-bs-phone-rotary:before{content:"\f52b"}.fi-bs-phone-plus:before{content:"\f52c"}.fi-bs-phone-pause:before{content:"\f52d"}.fi-bs-phone-office:before{content:"\f52e"}.fi-bs-phone-flip:before{content:"\f52f"}.fi-bs-phone-cross:before{content:"\f530"}.fi-bs-phone-call:before{content:"\f531"}.fi-bs-pharmacy:before{content:"\f532"}.fi-bs-pets:before{content:"\f533"}.fi-bs-peso-sign:before{content:"\f534"}.fi-bs-peseta-sign:before{content:"\f535"}.fi-bs-person-walking-with-cane:before{content:"\f536"}.fi-bs-person-simple:before{content:"\f537"}.fi-bs-person-sign:before{content:"\f538"}.fi-bs-person-shelter:before{content:"\f539"}.fi-bs-person-seat:before{content:"\f53a"}.fi-bs-person-seat-reclined:before{content:"\f53b"}.fi-bs-person-pregnant:before{content:"\f53c"}.fi-bs-person-praying:before{content:"\f53d"}.fi-bs-person-dress:before{content:"\f53e"}.fi-bs-person-dress-simple:before{content:"\f53f"}.fi-bs-person-dolly:before{content:"\f540"}.fi-bs-person-dolly-empty:before{content:"\f541"}.fi-bs-person-cv:before{content:"\f542"}.fi-bs-person-circle-xmark:before{content:"\f543"}.fi-bs-person-circle-question:before{content:"\f544"}.fi-bs-person-circle-plus:before{content:"\f545"}.fi-bs-person-circle-minus:before{content:"\f546"}.fi-bs-person-circle-exclamation:before{content:"\f547"}.fi-bs-person-circle-check:before{content:"\f548"}.fi-bs-person-carry-box:before{content:"\f549"}.fi-bs-percentage:before{content:"\f54a"}.fi-bs-percent-90:before{content:"\f54b"}.fi-bs-percent-80:before{content:"\f54c"}.fi-bs-percent-75:before{content:"\f54d"}.fi-bs-percent-70:before{content:"\f54e"}.fi-bs-percent-60:before{content:"\f54f"}.fi-bs-percent-50:before{content:"\f550"}.fi-bs-percent-40:before{content:"\f551"}.fi-bs-percent-30:before{content:"\f552"}.fi-bs-percent-25:before{content:"\f553"}.fi-bs-percent-20:before{content:"\f554"}.fi-bs-percent-100:before{content:"\f555"}.fi-bs-percent-10:before{content:"\f556"}.fi-bs-pepper:before{content:"\f557"}.fi-bs-pepper-hot:before{content:"\f558"}.fi-bs-pepper-alt:before{content:"\f559"}.fi-bs-people:before{content:"\f55a"}.fi-bs-people-roof:before{content:"\f55b"}.fi-bs-people-poll:before{content:"\f55c"}.fi-bs-people-pants:before{content:"\f55d"}.fi-bs-people-dress:before{content:"\f55e"}.fi-bs-people-carry-box:before{content:"\f55f"}.fi-bs-people-arrows-left-right:before{content:"\f560"}.fi-bs-pennant:before{content:"\f561"}.fi-bs-pending:before{content:"\f562"}.fi-bs-pencil:before{content:"\f563"}.fi-bs-pencil-slash:before{content:"\f564"}.fi-bs-pencil-ruler:before{content:"\f565"}.fi-bs-pencil-paintbrush:before{content:"\f566"}.fi-bs-pen-swirl:before{content:"\f567"}.fi-bs-pen-square:before{content:"\f568"}.fi-bs-pen-slash:before{content:"\f569"}.fi-bs-pen-nib:before{content:"\f56a"}.fi-bs-pen-nib-slash:before{content:"\f56b"}.fi-bs-pen-field:before{content:"\f56c"}.fi-bs-pen-fancy:before{content:"\f56d"}.fi-bs-pen-fancy-slash:before{content:"\f56e"}.fi-bs-pen-clip:before{content:"\f56f"}.fi-bs-pen-clip-slash:before{content:"\f570"}.fi-bs-pen-circle:before{content:"\f571"}.fi-bs-pedestal:before{content:"\f572"}.fi-bs-pear:before{content:"\f573"}.fi-bs-peapod:before{content:"\f574"}.fi-bs-peanuts:before{content:"\f575"}.fi-bs-peanut:before{content:"\f576"}.fi-bs-peach:before{content:"\f577"}.fi-bs-peace:before{content:"\f578"}.fi-bs-payroll:before{content:"\f579"}.fi-bs-payroll-calendar:before{content:"\f57a"}.fi-bs-payment-pos:before{content:"\f57b"}.fi-bs-paw:before{content:"\f57c"}.fi-bs-paw-heart:before{content:"\f57d"}.fi-bs-paw-claws:before{content:"\f57e"}.fi-bs-pause:before{content:"\f57f"}.fi-bs-pause-circle:before{content:"\f580"}.fi-bs-pattern:before{content:"\f581"}.fi-bs-paste:before{content:"\f582"}.fi-bs-password:before{content:"\f583"}.fi-bs-password-smartphone:before{content:"\f584"}.fi-bs-password-email:before{content:"\f585"}.fi-bs-password-computer:before{content:"\f586"}.fi-bs-password-alt:before{content:"\f587"}.fi-bs-passport:before{content:"\f588"}.fi-bs-party-horn:before{content:"\f589"}.fi-bs-party-bell:before{content:"\f58a"}.fi-bs-parking:before{content:"\f58b"}.fi-bs-parking-slash:before{content:"\f58c"}.fi-bs-parking-circle:before{content:"\f58d"}.fi-bs-parking-circle-slash:before{content:"\f58e"}.fi-bs-paragraph:before{content:"\f58f"}.fi-bs-paragraph-left:before{content:"\f590"}.fi-bs-parachute-box:before{content:"\f591"}.fi-bs-paperclip-vertical:before{content:"\f592"}.fi-bs-paper-plane:before{content:"\f593"}.fi-bs-paper-plane-top:before{content:"\f594"}.fi-bs-panorama:before{content:"\f595"}.fi-bs-pancakes:before{content:"\f596"}.fi-bs-pan:before{content:"\f597"}.fi-bs-pan-frying:before{content:"\f598"}.fi-bs-pan-food:before{content:"\f599"}.fi-bs-pallet:before{content:"\f59a"}.fi-bs-pallet-alt:before{content:"\f59b"}.fi-bs-palette:before{content:"\f59c"}.fi-bs-paintbrush-pencil:before{content:"\f59d"}.fi-bs-paint-roller:before{content:"\f59e"}.fi-bs-paint-brush:before{content:"\f59f"}.fi-bs-paid:before{content:"\f5a0"}.fi-bs-pager:before{content:"\f5a1"}.fi-bs-page-break:before{content:"\f5a2"}.fi-bs-padlock-check:before{content:"\f5a3"}.fi-bs-package:before{content:"\f5a4"}.fi-bs-p:before{content:"\f5a5"}.fi-bs-overview:before{content:"\f5a6"}.fi-bs-overline:before{content:"\f5a7"}.fi-bs-oven:before{content:"\f5a8"}.fi-bs-oval:before{content:"\f5a9"}.fi-bs-oval-alt:before{content:"\f5aa"}.fi-bs-outdent:before{content:"\f5ab"}.fi-bs-otter:before{content:"\f5ac"}.fi-bs-otp:before{content:"\f5ad"}.fi-bs-ornament:before{content:"\f5ae"}.fi-bs-organization-chart:before{content:"\f5af"}.fi-bs-operation:before{content:"\f5b0"}.fi-bs-opacity:before{content:"\f5b1"}.fi-bs-onion:before{content:"\f5b2"}.fi-bs-onboarding:before{content:"\f5b3"}.fi-bs-omega:before{content:"\f5b4"}.fi-bs-om:before{content:"\f5b5"}.fi-bs-olives:before{content:"\f5b6"}.fi-bs-olive:before{content:"\f5b7"}.fi-bs-olive-oil:before{content:"\f5b8"}.fi-bs-oil-temp:before{content:"\f5b9"}.fi-bs-oil-can:before{content:"\f5ba"}.fi-bs-octagon:before{content:"\f5bb"}.fi-bs-octagon-xmark:before{content:"\f5bc"}.fi-bs-octagon-plus:before{content:"\f5bd"}.fi-bs-octagon-minus:before{content:"\f5be"}.fi-bs-octagon-exclamation:before{content:"\f5bf"}.fi-bs-octagon-divide:before{content:"\f5c0"}.fi-bs-octagon-check:before{content:"\f5c1"}.fi-bs-objects-column:before{content:"\f5c2"}.fi-bs-object-union:before{content:"\f5c3"}.fi-bs-object-ungroup:before{content:"\f5c4"}.fi-bs-object-subtract:before{content:"\f5c5"}.fi-bs-object-intersect:before{content:"\f5c6"}.fi-bs-object-group:before{content:"\f5c7"}.fi-bs-object-exclude:before{content:"\f5c8"}.fi-bs-o:before{content:"\f5c9"}.fi-bs-notes:before{content:"\f5ca"}.fi-bs-notes-medical:before{content:"\f5cb"}.fi-bs-notebook:before{content:"\f5cc"}.fi-bs-notebook-alt:before{content:"\f5cd"}.fi-bs-note:before{content:"\f5ce"}.fi-bs-note-sticky:before{content:"\f5cf"}.fi-bs-note-medical:before{content:"\f5d0"}.fi-bs-notdef:before{content:"\f5d1"}.fi-bs-not-found:before{content:"\f5d2"}.fi-bs-not-found-magnifying-glass:before{content:"\f5d3"}.fi-bs-not-found-alt:before{content:"\f5d4"}.fi-bs-not-equal:before{content:"\f5d5"}.fi-bs-nose:before{content:"\f5d6"}.fi-bs-noodles:before{content:"\f5d7"}.fi-bs-no-people:before{content:"\f5d8"}.fi-bs-no-fee:before{content:"\f5d9"}.fi-bs-nfc:before{content:"\f5da"}.fi-bs-nfc-trash:before{content:"\f5db"}.fi-bs-nfc-slash:before{content:"\f5dc"}.fi-bs-nfc-pen:before{content:"\f5dd"}.fi-bs-nfc-magnifying-glass:before{content:"\f5de"}.fi-bs-nfc-lock:before{content:"\f5df"}.fi-bs-newspaper:before{content:"\f5e0"}.fi-bs-newspaper-open:before{content:"\f5e1"}.fi-bs-neuter:before{content:"\f5e2"}.fi-bs-network:before{content:"\f5e3"}.fi-bs-network-cloud:before{content:"\f5e4"}.fi-bs-network-analytic:before{content:"\f5e5"}.fi-bs-nesting-dolls:before{content:"\f5e6"}.fi-bs-navigation:before{content:"\f5e7"}.fi-bs-narwhal:before{content:"\f5e8"}.fi-bs-naira-sign:before{content:"\f5e9"}.fi-bs-n:before{content:"\f5ea"}.fi-bs-music:before{content:"\f5eb"}.fi-bs-music-slash:before{content:"\f5ec"}.fi-bs-music-note:before{content:"\f5ed"}.fi-bs-music-note-slash:before{content:"\f5ee"}.fi-bs-music-file:before{content:"\f5ef"}.fi-bs-music-alt:before{content:"\f5f0"}.fi-bs-mushroom:before{content:"\f5f1"}.fi-bs-mushroom-alt:before{content:"\f5f2"}.fi-bs-muscle:before{content:"\f5f3"}.fi-bs-multiple:before{content:"\f5f4"}.fi-bs-multiple-alt:before{content:"\f5f5"}.fi-bs-mug:before{content:"\f5f6"}.fi-bs-mug-tea:before{content:"\f5f7"}.fi-bs-mug-tea-saucer:before{content:"\f5f8"}.fi-bs-mug-marshmallows:before{content:"\f5f9"}.fi-bs-mug-hot:before{content:"\f5fa"}.fi-bs-mug-hot-alt:before{content:"\f5fb"}.fi-bs-mug-alt:before{content:"\f5fc"}.fi-bs-mp3-player:before{content:"\f5fd"}.fi-bs-move-to-folder:before{content:"\f5fe"}.fi-bs-move-to-folder-2:before{content:"\f5ff"}.fi-bs-mouse:before{content:"\f600"}.fi-bs-mountains:before{content:"\f601"}.fi-bs-mountain:before{content:"\f602"}.fi-bs-mountain-city:before{content:"\f603"}.fi-bs-mound:before{content:"\f604"}.fi-bs-motorcycle:before{content:"\f605"}.fi-bs-mosquito:before{content:"\f606"}.fi-bs-mosquito-net:before{content:"\f607"}.fi-bs-mosque:before{content:"\f608"}.fi-bs-mosque-moon:before{content:"\f609"}.fi-bs-mosque-alt:before{content:"\f60a"}.fi-bs-mortar-pestle:before{content:"\f60b"}.fi-bs-moped:before{content:"\f60c"}.fi-bs-moon:before{content:"\f60d"}.fi-bs-moon-stars:before{content:"\f60e"}.fi-bs-monument:before{content:"\f60f"}.fi-bs-monkey:before{content:"\f610"}.fi-bs-money:before{content:"\f611"}.fi-bs-money-transfer-smartphone:before{content:"\f612"}.fi-bs-money-transfer-coin-arrow:before{content:"\f613"}.fi-bs-money-transfer-alt:before{content:"\f614"}.fi-bs-money-simple-from-bracket:before{content:"\f615"}.fi-bs-money-from-bracket:before{content:"\f616"}.fi-bs-money-coin-transfer:before{content:"\f617"}.fi-bs-money-check:before{content:"\f618"}.fi-bs-money-check-edit:before{content:"\f619"}.fi-bs-money-check-edit-alt:before{content:"\f61a"}.fi-bs-money-bills:before{content:"\f61b"}.fi-bs-money-bills-simple:before{content:"\f61c"}.fi-bs-money-bill-wave:before{content:"\f61d"}.fi-bs-money-bill-wave-alt:before{content:"\f61e"}.fi-bs-money-bill-transfer:before{content:"\f61f"}.fi-bs-money-bill-simple:before{content:"\f620"}.fi-bs-monday:before{content:"\f621"}.fi-bs-module:before{content:"\f622"}.fi-bs-model-cube:before{content:"\f623"}.fi-bs-model-cube-space:before{content:"\f624"}.fi-bs-model-cube-arrows:before{content:"\f625"}.fi-bs-mode:before{content:"\f626"}.fi-bs-mode-portrait:before{content:"\f627"}.fi-bs-mode-landscape:before{content:"\f628"}.fi-bs-mode-alt:before{content:"\f629"}.fi-bs-mockup:before{content:"\f62a"}.fi-bs-mobile:before{content:"\f62b"}.fi-bs-mobile-notch:before{content:"\f62c"}.fi-bs-mobile-button:before{content:"\f62d"}.fi-bs-mix:before{content:"\f62e"}.fi-bs-mistletoe:before{content:"\f62f"}.fi-bs-minus:before{content:"\f630"}.fi-bs-minus-small:before{content:"\f631"}.fi-bs-minus-hexagon:before{content:"\f632"}.fi-bs-minus-circle:before{content:"\f633"}.fi-bs-mind-share:before{content:"\f634"}.fi-bs-mill-sign:before{content:"\f635"}.fi-bs-milk:before{content:"\f636"}.fi-bs-milk-alt:before{content:"\f637"}.fi-bs-microwave:before{content:"\f638"}.fi-bs-microscope:before{content:"\f639"}.fi-bs-microphone:before{content:"\f63a"}.fi-bs-microphone-slash:before{content:"\f63b"}.fi-bs-microphone-alt:before{content:"\f63c"}.fi-bs-microchip:before{content:"\f63d"}.fi-bs-microchip-ai:before{content:"\f63e"}.fi-bs-method:before{content:"\f63f"}.fi-bs-meter:before{content:"\f640"}.fi-bs-meter-fire:before{content:"\f641"}.fi-bs-meter-droplet:before{content:"\f642"}.fi-bs-meter-bolt:before{content:"\f643"}.fi-bs-meteor:before{content:"\f644"}.fi-bs-messages:before{content:"\f645"}.fi-bs-messages-question:before{content:"\f646"}.fi-bs-messages-dollar:before{content:"\f647"}.fi-bs-message-xmark:before{content:"\f648"}.fi-bs-message-text:before{content:"\f649"}.fi-bs-message-sms:before{content:"\f64a"}.fi-bs-message-slash:before{content:"\f64b"}.fi-bs-message-quote:before{content:"\f64c"}.fi-bs-message-question:before{content:"\f64d"}.fi-bs-message-image:before{content:"\f64e"}.fi-bs-message-dollar:before{content:"\f64f"}.fi-bs-message-code:before{content:"\f650"}.fi-bs-message-bot:before{content:"\f651"}.fi-bs-message-arrow-up:before{content:"\f652"}.fi-bs-message-arrow-up-right:before{content:"\f653"}.fi-bs-message-arrow-down:before{content:"\f654"}.fi-bs-mercury:before{content:"\f655"}.fi-bs-menu-dots:before{content:"\f656"}.fi-bs-menu-dots-vertical:before{content:"\f657"}.fi-bs-menu-burger:before{content:"\f658"}.fi-bs-memory:before{content:"\f659"}.fi-bs-memo:before{content:"\f65a"}.fi-bs-memo-pad:before{content:"\f65b"}.fi-bs-memo-circle-check:before{content:"\f65c"}.fi-bs-membership:before{content:"\f65d"}.fi-bs-membership-vip:before{content:"\f65e"}.fi-bs-melon:before{content:"\f65f"}.fi-bs-melon-alt:before{content:"\f660"}.fi-bs-meh:before{content:"\f661"}.fi-bs-meh-rolling-eyes:before{content:"\f662"}.fi-bs-meh-blank:before{content:"\f663"}.fi-bs-megaphone:before{content:"\f664"}.fi-bs-meeting:before{content:"\f665"}.fi-bs-meeting-alt:before{content:"\f666"}.fi-bs-medicine:before{content:"\f667"}.fi-bs-medical-star:before{content:"\f668"}.fi-bs-medal:before{content:"\f669"}.fi-bs-meat:before{content:"\f66a"}.fi-bs-mattress-pillow:before{content:"\f66b"}.fi-bs-match-fire:before{content:"\f66c"}.fi-bs-massage:before{content:"\f66d"}.fi-bs-mask-snorkel:before{content:"\f66e"}.fi-bs-mask-face:before{content:"\f66f"}.fi-bs-mask-carnival:before{content:"\f670"}.fi-bs-martini-glass-empty:before{content:"\f671"}.fi-bs-martini-glass-citrus:before{content:"\f672"}.fi-bs-mars:before{content:"\f673"}.fi-bs-mars-stroke-up:before{content:"\f674"}.fi-bs-mars-stroke-right:before{content:"\f675"}.fi-bs-mars-double:before{content:"\f676"}.fi-bs-marketplace:before{content:"\f677"}.fi-bs-marketplace-store:before{content:"\f678"}.fi-bs-marketplace-alt:before{content:"\f679"}.fi-bs-marker:before{content:"\f67a"}.fi-bs-marker-time:before{content:"\f67b"}.fi-bs-map:before{content:"\f67c"}.fi-bs-map-pin:before{content:"\f67d"}.fi-bs-map-marker:before{content:"\f67e"}.fi-bs-map-marker-smile:before{content:"\f67f"}.fi-bs-map-marker-slash:before{content:"\f680"}.fi-bs-map-marker-question:before{content:"\f681"}.fi-bs-map-marker-plus:before{content:"\f682"}.fi-bs-map-marker-minus:before{content:"\f683"}.fi-bs-map-marker-home:before{content:"\f684"}.fi-bs-map-marker-edit:before{content:"\f685"}.fi-bs-map-marker-cross:before{content:"\f686"}.fi-bs-map-marker-check:before{content:"\f687"}.fi-bs-manhole:before{content:"\f688"}.fi-bs-mango:before{content:"\f689"}.fi-bs-mandolin:before{content:"\f68a"}.fi-bs-manat-sign:before{content:"\f68b"}.fi-bs-man-scientist:before{content:"\f68c"}.fi-bs-man-head:before{content:"\f68d"}.fi-bs-makeup-brush:before{content:"\f68e"}.fi-bs-mailbox:before{content:"\f68f"}.fi-bs-magnet:before{content:"\f690"}.fi-bs-magnet-user:before{content:"\f691"}.fi-bs-magic-wand:before{content:"\f692"}.fi-bs-mace:before{content:"\f693"}.fi-bs-m:before{content:"\f694"}.fi-bs-lungs:before{content:"\f695"}.fi-bs-lungs-virus:before{content:"\f696"}.fi-bs-luggage-rolling:before{content:"\f697"}.fi-bs-luggage-cart:before{content:"\f698"}.fi-bs-luchador:before{content:"\f699"}.fi-bs-low-vision:before{content:"\f69a"}.fi-bs-loveseat:before{content:"\f69b"}.fi-bs-locust:before{content:"\f69c"}.fi-bs-lock:before{content:"\f69d"}.fi-bs-lock-open-alt:before{content:"\f69e"}.fi-bs-lock-hashtag:before{content:"\f69f"}.fi-bs-lock-alt:before{content:"\f6a0"}.fi-bs-location-exclamation:before{content:"\f6a1"}.fi-bs-location-dot-slash:before{content:"\f6a2"}.fi-bs-location-crosshairs:before{content:"\f6a3"}.fi-bs-location-crosshairs-slash:before{content:"\f6a4"}.fi-bs-location-arrow:before{content:"\f6a5"}.fi-bs-location-alt:before{content:"\f6a6"}.fi-bs-lobster:before{content:"\f6a7"}.fi-bs-loan:before{content:"\f6a8"}.fi-bs-loading:before{content:"\f6a9"}.fi-bs-live:before{content:"\f6aa"}.fi-bs-live-alt:before{content:"\f6ab"}.fi-bs-litecoin-sign:before{content:"\f6ac"}.fi-bs-list:before{content:"\f6ad"}.fi-bs-list-timeline:before{content:"\f6ae"}.fi-bs-list-music:before{content:"\f6af"}.fi-bs-list-dropdown:before{content:"\f6b0"}.fi-bs-list-check:before{content:"\f6b1"}.fi-bs-lira-sign:before{content:"\f6b2"}.fi-bs-lipstick:before{content:"\f6b3"}.fi-bs-lips:before{content:"\f6b4"}.fi-bs-lion:before{content:"\f6b5"}.fi-bs-lion-head:before{content:"\f6b6"}.fi-bs-link:before{content:"\f6b7"}.fi-bs-link-slash:before{content:"\f6b8"}.fi-bs-link-slash-alt:before{content:"\f6b9"}.fi-bs-link-horizontal:before{content:"\f6ba"}.fi-bs-link-horizontal-slash:before{content:"\f6bb"}.fi-bs-link-alt:before{content:"\f6bc"}.fi-bs-line-width:before{content:"\f6bd"}.fi-bs-limit-speedometer:before{content:"\f6be"}.fi-bs-lights-holiday:before{content:"\f6bf"}.fi-bs-lightbulb-slash:before{content:"\f6c0"}.fi-bs-lightbulb-setting:before{content:"\f6c1"}.fi-bs-lightbulb-question:before{content:"\f6c2"}.fi-bs-lightbulb-on:before{content:"\f6c3"}.fi-bs-lightbulb-head:before{content:"\f6c4"}.fi-bs-lightbulb-exclamation:before{content:"\f6c5"}.fi-bs-lightbulb-dollar:before{content:"\f6c6"}.fi-bs-light-switch:before{content:"\f6c7"}.fi-bs-light-switch-on:before{content:"\f6c8"}.fi-bs-light-switch-off:before{content:"\f6c9"}.fi-bs-light-emergency:before{content:"\f6ca"}.fi-bs-light-emergency-on:before{content:"\f6cb"}.fi-bs-light-ceiling:before{content:"\f6cc"}.fi-bs-life:before{content:"\f6cd"}.fi-bs-life-ring:before{content:"\f6ce"}.fi-bs-license:before{content:"\f6cf"}.fi-bs-level-up:before{content:"\f6d0"}.fi-bs-level-up-alt:before{content:"\f6d1"}.fi-bs-level-down:before{content:"\f6d2"}.fi-bs-level-down-alt:before{content:"\f6d3"}.fi-bs-lettuce:before{content:"\f6d4"}.fi-bs-letter-case:before{content:"\f6d5"}.fi-bs-lesson:before{content:"\f6d6"}.fi-bs-lesson-class:before{content:"\f6d7"}.fi-bs-less-than:before{content:"\f6d8"}.fi-bs-less-than-equal:before{content:"\f6d9"}.fi-bs-lemon:before{content:"\f6da"}.fi-bs-legal:before{content:"\f6db"}.fi-bs-left:before{content:"\f6dc"}.fi-bs-leave:before{content:"\f6dd"}.fi-bs-leafy-green:before{content:"\f6de"}.fi-bs-leaf:before{content:"\f6df"}.fi-bs-leaf-oak:before{content:"\f6e0"}.fi-bs-leaf-maple:before{content:"\f6e1"}.fi-bs-leaf-heart:before{content:"\f6e2"}.fi-bs-leadership:before{content:"\f6e3"}.fi-bs-leadership-alt:before{content:"\f6e4"}.fi-bs-leaderboard:before{content:"\f6e5"}.fi-bs-leaderboard-trophy:before{content:"\f6e6"}.fi-bs-leaderboard-alt:before{content:"\f6e7"}.fi-bs-leader:before{content:"\f6e8"}.fi-bs-leader-alt:before{content:"\f6e9"}.fi-bs-layout-fluid:before{content:"\f6ea"}.fi-bs-layers:before{content:"\f6eb"}.fi-bs-layer-plus:before{content:"\f6ec"}.fi-bs-layer-minus:before{content:"\f6ed"}.fi-bs-lawyer-woman:before{content:"\f6ee"}.fi-bs-lawyer-man:before{content:"\f6ef"}.fi-bs-laugh:before{content:"\f6f0"}.fi-bs-laugh-wink:before{content:"\f6f1"}.fi-bs-laugh-squint:before{content:"\f6f2"}.fi-bs-laugh-beam:before{content:"\f6f3"}.fi-bs-lasso:before{content:"\f6f4"}.fi-bs-lasso-sparkles:before{content:"\f6f5"}.fi-bs-lari-sign:before{content:"\f6f6"}.fi-bs-laptop:before{content:"\f6f7"}.fi-bs-laptop-slash:before{content:"\f6f8"}.fi-bs-laptop-mobile:before{content:"\f6f9"}.fi-bs-laptop-medical:before{content:"\f6fa"}.fi-bs-laptop-code:before{content:"\f6fb"}.fi-bs-laptop-arrow-down:before{content:"\f6fc"}.fi-bs-language:before{content:"\f6fd"}.fi-bs-landmark-alt:before{content:"\f6fe"}.fi-bs-land-location:before{content:"\f6ff"}.fi-bs-land-layers:before{content:"\f700"}.fi-bs-land-layer-location:before{content:"\f701"}.fi-bs-lamp:before{content:"\f702"}.fi-bs-lamp-street:before{content:"\f703"}.fi-bs-lamp-floor:before{content:"\f704"}.fi-bs-lamp-desk:before{content:"\f705"}.fi-bs-lambda:before{content:"\f706"}.fi-bs-lacrosse-stick:before{content:"\f707"}.fi-bs-lacrosse-stick-ball:before{content:"\f708"}.fi-bs-label:before{content:"\f709"}.fi-bs-l:before{content:"\f70a"}.fi-bs-kpi:before{content:"\f70b"}.fi-bs-kpi-evaluation:before{content:"\f70c"}.fi-bs-knitting:before{content:"\f70d"}.fi-bs-knife:before{content:"\f70e"}.fi-bs-knife-kitchen:before{content:"\f70f"}.fi-bs-kiwi-fruit:before{content:"\f710"}.fi-bs-kiwi-bird:before{content:"\f711"}.fi-bs-kite:before{content:"\f712"}.fi-bs-kiss:before{content:"\f713"}.fi-bs-kiss-wink-heart:before{content:"\f714"}.fi-bs-kiss-beam:before{content:"\f715"}.fi-bs-kip-sign:before{content:"\f716"}.fi-bs-kidneys:before{content:"\f717"}.fi-bs-keynote:before{content:"\f718"}.fi-bs-keyboard:before{content:"\f719"}.fi-bs-keyboard-left:before{content:"\f71a"}.fi-bs-keyboard-down:before{content:"\f71b"}.fi-bs-keyboard-brightness:before{content:"\f71c"}.fi-bs-keyboard-brightness-low:before{content:"\f71d"}.fi-bs-key:before{content:"\f71e"}.fi-bs-key-skeleton-left-right:before{content:"\f71f"}.fi-bs-kerning:before{content:"\f720"}.fi-bs-kazoo:before{content:"\f721"}.fi-bs-kaaba:before{content:"\f722"}.fi-bs-k:before{content:"\f723"}.fi-bs-jug:before{content:"\f724"}.fi-bs-jug-bottle:before{content:"\f725"}.fi-bs-jug-alt:before{content:"\f726"}.fi-bs-jpg:before{content:"\f727"}.fi-bs-joystick:before{content:"\f728"}.fi-bs-journey:before{content:"\f729"}.fi-bs-journal:before{content:"\f72a"}.fi-bs-journal-alt:before{content:"\f72b"}.fi-bs-joint:before{content:"\f72c"}.fi-bs-javascript:before{content:"\f72d"}.fi-bs-jar-wheat:before{content:"\f72e"}.fi-bs-jar-alt:before{content:"\f72f"}.fi-bs-jam:before{content:"\f730"}.fi-bs-j:before{content:"\f731"}.fi-bs-italic:before{content:"\f732"}.fi-bs-italian-lira-sign:before{content:"\f733"}.fi-bs-it:before{content:"\f734"}.fi-bs-it-computer:before{content:"\f735"}.fi-bs-it-alt:before{content:"\f736"}.fi-bs-issue-loupe:before{content:"\f737"}.fi-bs-island-tropical:before{content:"\f738"}.fi-bs-invite:before{content:"\f739"}.fi-bs-invite-alt:before{content:"\f73a"}.fi-bs-investment:before{content:"\f73b"}.fi-bs-invest:before{content:"\f73c"}.fi-bs-inventory-alt:before{content:"\f73d"}.fi-bs-introduction:before{content:"\f73e"}.fi-bs-introduction-handshake:before{content:"\f73f"}.fi-bs-intersection:before{content:"\f740"}.fi-bs-interrogation:before{content:"\f741"}.fi-bs-interlining:before{content:"\f742"}.fi-bs-interactive:before{content:"\f743"}.fi-bs-integral:before{content:"\f744"}.fi-bs-insight:before{content:"\f745"}.fi-bs-insight-head:before{content:"\f746"}.fi-bs-insight-alt:before{content:"\f747"}.fi-bs-insert:before{content:"\f748"}.fi-bs-insert-square:before{content:"\f749"}.fi-bs-insert-arrows:before{content:"\f74a"}.fi-bs-insert-alt:before{content:"\f74b"}.fi-bs-input-text:before{content:"\f74c"}.fi-bs-input-pipe:before{content:"\f74d"}.fi-bs-input-numeric:before{content:"\f74e"}.fi-bs-inhaler:before{content:"\f74f"}.fi-bs-information:before{content:"\f750"}.fi-bs-info:before{content:"\f751"}.fi-bs-info-guide:before{content:"\f752"}.fi-bs-infinity:before{content:"\f753"}.fi-bs-industry-windows:before{content:"\f754"}.fi-bs-industry-alt:before{content:"\f755"}.fi-bs-indian-rupee-sign:before{content:"\f756"}.fi-bs-indent:before{content:"\f757"}.fi-bs-incognito:before{content:"\f758"}.fi-bs-inboxes:before{content:"\f759"}.fi-bs-inbox:before{content:"\f75a"}.fi-bs-inbox-out:before{content:"\f75b"}.fi-bs-inbox-in:before{content:"\f75c"}.fi-bs-images:before{content:"\f75d"}.fi-bs-images-user:before{content:"\f75e"}.fi-bs-image-slash:before{content:"\f75f"}.fi-bs-igloo:before{content:"\f760"}.fi-bs-id-card-clip-alt:before{content:"\f761"}.fi-bs-id-badge:before{content:"\f762"}.fi-bs-icon-star:before{content:"\f763"}.fi-bs-icicles:before{content:"\f764"}.fi-bs-ice-skate:before{content:"\f765"}.fi-bs-ice-cream:before{content:"\f766"}.fi-bs-i:before{content:"\f767"}.fi-bs-hurricane:before{content:"\f768"}.fi-bs-hundred-points:before{content:"\f769"}.fi-bs-humidity:before{content:"\f76a"}.fi-bs-hryvnia:before{content:"\f76b"}.fi-bs-hr:before{content:"\f76c"}.fi-bs-hr-person:before{content:"\f76d"}.fi-bs-hr-group:before{content:"\f76e"}.fi-bs-house-window:before{content:"\f76f"}.fi-bs-house-user:before{content:"\f770"}.fi-bs-house-turret:before{content:"\f771"}.fi-bs-house-tsunami:before{content:"\f772"}.fi-bs-house-tree:before{content:"\f773"}.fi-bs-house-signal:before{content:"\f774"}.fi-bs-house-return:before{content:"\f775"}.fi-bs-house-night:before{content:"\f776"}.fi-bs-house-medical:before{content:"\f777"}.fi-bs-house-leave:before{content:"\f778"}.fi-bs-house-laptop:before{content:"\f779"}.fi-bs-house-flood:before{content:"\f77a"}.fi-bs-house-day:before{content:"\f77b"}.fi-bs-house-crack:before{content:"\f77c"}.fi-bs-house-chimney:before{content:"\f77d"}.fi-bs-house-chimney-window:before{content:"\f77e"}.fi-bs-house-chimney-user:before{content:"\f77f"}.fi-bs-house-chimney-medical:before{content:"\f780"}.fi-bs-house-chimney-heart:before{content:"\f781"}.fi-bs-house-chimney-crack:before{content:"\f782"}.fi-bs-house-chimney-blank:before{content:"\f783"}.fi-bs-house-building:before{content:"\f784"}.fi-bs-house-blank:before{content:"\f785"}.fi-bs-hourglass:before{content:"\f786"}.fi-bs-hourglass-start:before{content:"\f787"}.fi-bs-hourglass-end:before{content:"\f788"}.fi-bs-hotel:before{content:"\f789"}.fi-bs-hotdog:before{content:"\f78a"}.fi-bs-hot-tub:before{content:"\f78b"}.fi-bs-hospitals:before{content:"\f78c"}.fi-bs-hospital:before{content:"\f78d"}.fi-bs-hospital-user:before{content:"\f78e"}.fi-bs-hospital-symbol:before{content:"\f78f"}.fi-bs-hose:before{content:"\f790"}.fi-bs-hose-reel:before{content:"\f791"}.fi-bs-horse:before{content:"\f792"}.fi-bs-horse-saddle:before{content:"\f793"}.fi-bs-horse-head:before{content:"\f794"}.fi-bs-horizontal-rule:before{content:"\f795"}.fi-bs-hood-cloak:before{content:"\f796"}.fi-bs-honey-pot:before{content:"\f797"}.fi-bs-home:before{content:"\f798"}.fi-bs-home-location:before{content:"\f799"}.fi-bs-home-location-alt:before{content:"\f79a"}.fi-bs-home-heart:before{content:"\f79b"}.fi-bs-holly-berry:before{content:"\f79c"}.fi-bs-hockey-sticks:before{content:"\f79d"}.fi-bs-hockey-stick-puck:before{content:"\f79e"}.fi-bs-hockey-puck:before{content:"\f79f"}.fi-bs-hockey-mask:before{content:"\f7a0"}.fi-bs-hippo:before{content:"\f7a1"}.fi-bs-hiking:before{content:"\f7a2"}.fi-bs-highlighter:before{content:"\f7a3"}.fi-bs-highlighter-line:before{content:"\f7a4"}.fi-bs-high-definition:before{content:"\f7a5"}.fi-bs-hexagon:before{content:"\f7a6"}.fi-bs-hexagon-exclamation:before{content:"\f7a7"}.fi-bs-hexagon-divide:before{content:"\f7a8"}.fi-bs-hexagon-check:before{content:"\f7a9"}.fi-bs-helmet-battle:before{content:"\f7aa"}.fi-bs-helicopter-side:before{content:"\f7ab"}.fi-bs-heat:before{content:"\f7ac"}.fi-bs-heart:before{content:"\f7ad"}.fi-bs-heart-rate:before{content:"\f7ae"}.fi-bs-heart-half:before{content:"\f7af"}.fi-bs-heart-half-stroke:before{content:"\f7b0"}.fi-bs-heart-crack:before{content:"\f7b1"}.fi-bs-heart-arrow:before{content:"\f7b2"}.fi-bs-headset:before{content:"\f7b3"}.fi-bs-headphones:before{content:"\f7b4"}.fi-bs-heading:before{content:"\f7b5"}.fi-bs-head-vr:before{content:"\f7b6"}.fi-bs-head-side:before{content:"\f7b7"}.fi-bs-head-side-virus:before{content:"\f7b8"}.fi-bs-head-side-thinking:before{content:"\f7b9"}.fi-bs-head-side-medical:before{content:"\f7ba"}.fi-bs-head-side-mask:before{content:"\f7bb"}.fi-bs-head-side-heart:before{content:"\f7bc"}.fi-bs-head-side-headphones:before{content:"\f7bd"}.fi-bs-head-side-cough:before{content:"\f7be"}.fi-bs-head-side-cough-slash:before{content:"\f7bf"}.fi-bs-head-side-brain:before{content:"\f7c0"}.fi-bs-hdd:before{content:"\f7c1"}.fi-bs-hat-wizard:before{content:"\f7c2"}.fi-bs-hat-witch:before{content:"\f7c3"}.fi-bs-hat-winter:before{content:"\f7c4"}.fi-bs-hat-santa:before{content:"\f7c5"}.fi-bs-hat-cowboy:before{content:"\f7c6"}.fi-bs-hat-cowboy-side:before{content:"\f7c7"}.fi-bs-hat-chef:before{content:"\f7c8"}.fi-bs-hat-birthday:before{content:"\f7c9"}.fi-bs-hastag:before{content:"\f7ca"}.fi-bs-hashtag-lock:before{content:"\f7cb"}.fi-bs-hard-hat:before{content:"\f7cc"}.fi-bs-happy:before{content:"\f7cd"}.fi-bs-handshake:before{content:"\f7ce"}.fi-bs-handshake-simple-slash:before{content:"\f7cf"}.fi-bs-handshake-angle:before{content:"\f7d0"}.fi-bs-hands-usd:before{content:"\f7d1"}.fi-bs-hands-holding:before{content:"\f7d2"}.fi-bs-hands-holding-diamond:before{content:"\f7d3"}.fi-bs-hands-heart:before{content:"\f7d4"}.fi-bs-hands-clapping:before{content:"\f7d5"}.fi-bs-hands-bubbles:before{content:"\f7d6"}.fi-bs-handmade:before{content:"\f7d7"}.fi-bs-hand:before{content:"\f7d8"}.fi-bs-hand-wave:before{content:"\f7d9"}.fi-bs-hand-spock:before{content:"\f7da"}.fi-bs-hand-sparkles:before{content:"\f7db"}.fi-bs-hand-scissors:before{content:"\f7dc"}.fi-bs-hand-point-ribbon:before{content:"\f7dd"}.fi-bs-hand-peace:before{content:"\f7de"}.fi-bs-hand-paper:before{content:"\f7df"}.fi-bs-hand-middle-finger:before{content:"\f7e0"}.fi-bs-hand-love:before{content:"\f7e1"}.fi-bs-hand-lizard:before{content:"\f7e2"}.fi-bs-hand-horns:before{content:"\f7e3"}.fi-bs-hand-holding-water:before{content:"\f7e4"}.fi-bs-hand-holding-usd:before{content:"\f7e5"}.fi-bs-hand-holding-skull:before{content:"\f7e6"}.fi-bs-hand-holding-seedling:before{content:"\f7e7"}.fi-bs-hand-holding-medical:before{content:"\f7e8"}.fi-bs-hand-holding-magic:before{content:"\f7e9"}.fi-bs-hand-holding-heart:before{content:"\f7ea"}.fi-bs-hand-holding-droplet:before{content:"\f7eb"}.fi-bs-hand-holding-box:before{content:"\f7ec"}.fi-bs-hand-heart:before{content:"\f7ed"}.fi-bs-hand-fist:before{content:"\f7ee"}.fi-bs-hand-fingers-crossed:before{content:"\f7ef"}.fi-bs-hand-dots:before{content:"\f7f0"}.fi-bs-hand-bill:before{content:"\f7f1"}.fi-bs-hand-back-point-right:before{content:"\f7f2"}.fi-bs-hand-back-point-ribbon:before{content:"\f7f3"}.fi-bs-hand-back-point-left:before{content:"\f7f4"}.fi-bs-hand-back-point-down:before{content:"\f7f5"}.fi-bs-hand-back-fist:before{content:"\f7f6"}.fi-bs-hamsa:before{content:"\f7f7"}.fi-bs-hammer:before{content:"\f7f8"}.fi-bs-hammer-war:before{content:"\f7f9"}.fi-bs-hammer-crash:before{content:"\f7fa"}.fi-bs-hamburger:before{content:"\f7fb"}.fi-bs-hamburger-soda:before{content:"\f7fc"}.fi-bs-hair-clipper:before{content:"\f7fd"}.fi-bs-h4:before{content:"\f7fe"}.fi-bs-h3:before{content:"\f7ff"}.fi-bs-h2:before{content:"\f800"}.fi-bs-h1:before{content:"\f801"}.fi-bs-h:before{content:"\f802"}.fi-bs-h-square:before{content:"\f803"}.fi-bs-gym:before{content:"\f804"}.fi-bs-gun-squirt:before{content:"\f805"}.fi-bs-guitars:before{content:"\f806"}.fi-bs-guitar:before{content:"\f807"}.fi-bs-guitar-electric:before{content:"\f808"}.fi-bs-guide:before{content:"\f809"}.fi-bs-guide-alt:before{content:"\f80a"}.fi-bs-guarani-sign:before{content:"\f80b"}.fi-bs-grocery-basket:before{content:"\f80c"}.fi-bs-grocery-bag:before{content:"\f80d"}.fi-bs-grip-vertical:before{content:"\f80e"}.fi-bs-grip-lines:before{content:"\f80f"}.fi-bs-grip-lines-vertical:before{content:"\f810"}.fi-bs-grip-horizontal:before{content:"\f811"}.fi-bs-grip-dots:before{content:"\f812"}.fi-bs-grip-dots-vertical:before{content:"\f813"}.fi-bs-grin:before{content:"\f814"}.fi-bs-grin-wink:before{content:"\f815"}.fi-bs-grin-tongue:before{content:"\f816"}.fi-bs-grin-tongue-wink:before{content:"\f817"}.fi-bs-grin-tongue-squint:before{content:"\f818"}.fi-bs-grin-tears:before{content:"\f819"}.fi-bs-grin-stars:before{content:"\f81a"}.fi-bs-grin-squint:before{content:"\f81b"}.fi-bs-grin-squint-tears:before{content:"\f81c"}.fi-bs-grin-hearts:before{content:"\f81d"}.fi-bs-grin-beam:before{content:"\f81e"}.fi-bs-grin-beam-sweat:before{content:"\f81f"}.fi-bs-grin-alt:before{content:"\f820"}.fi-bs-grimace:before{content:"\f821"}.fi-bs-grill:before{content:"\f822"}.fi-bs-grill-hot-alt:before{content:"\f823"}.fi-bs-grid:before{content:"\f824"}.fi-bs-grid-dividers:before{content:"\f825"}.fi-bs-grid-alt:before{content:"\f826"}.fi-bs-greater-than:before{content:"\f827"}.fi-bs-greater-than-equal:before{content:"\f828"}.fi-bs-grate:before{content:"\f829"}.fi-bs-grate-droplet:before{content:"\f82a"}.fi-bs-graphic-tablet:before{content:"\f82b"}.fi-bs-graphic-style:before{content:"\f82c"}.fi-bs-graph-curve:before{content:"\f82d"}.fi-bs-grape:before{content:"\f82e"}.fi-bs-gramophone:before{content:"\f82f"}.fi-bs-graduation-cap:before{content:"\f830"}.fi-bs-government-user:before{content:"\f831"}.fi-bs-government-flag:before{content:"\f832"}.fi-bs-gopuram:before{content:"\f833"}.fi-bs-golf:before{content:"\f834"}.fi-bs-golf-club:before{content:"\f835"}.fi-bs-golf-ball:before{content:"\f836"}.fi-bs-goal-net:before{content:"\f837"}.fi-bs-globe:before{content:"\f838"}.fi-bs-globe-snow:before{content:"\f839"}.fi-bs-globe-alt:before{content:"\f83a"}.fi-bs-glasses:before{content:"\f83b"}.fi-bs-glass:before{content:"\f83c"}.fi-bs-glass-whiskey:before{content:"\f83d"}.fi-bs-glass-whiskey-rocks:before{content:"\f83e"}.fi-bs-glass-water-droplet:before{content:"\f83f"}.fi-bs-glass-half:before{content:"\f840"}.fi-bs-glass-empty:before{content:"\f841"}.fi-bs-glass-citrus:before{content:"\f842"}.fi-bs-glass-cheers:before{content:"\f843"}.fi-bs-glass-champagne:before{content:"\f844"}.fi-bs-gingerbread-man:before{content:"\f845"}.fi-bs-gifts:before{content:"\f846"}.fi-bs-gift:before{content:"\f847"}.fi-bs-gift-card:before{content:"\f848"}.fi-bs-gif:before{content:"\f849"}.fi-bs-gif-square:before{content:"\f84a"}.fi-bs-ghost:before{content:"\f84b"}.fi-bs-gem:before{content:"\f84c"}.fi-bs-gears:before{content:"\f84d"}.fi-bs-gavel:before{content:"\f84e"}.fi-bs-gauge-circle-plus:before{content:"\f84f"}.fi-bs-gauge-circle-minus:before{content:"\f850"}.fi-bs-gauge-circle-bolt:before{content:"\f851"}.fi-bs-gas-pump:before{content:"\f852"}.fi-bs-gas-pump-slash:before{content:"\f853"}.fi-bs-gas-pump-alt:before{content:"\f854"}.fi-bs-garlic:before{content:"\f855"}.fi-bs-garlic-alt:before{content:"\f856"}.fi-bs-garage:before{content:"\f857"}.fi-bs-garage-open:before{content:"\f858"}.fi-bs-garage-car:before{content:"\f859"}.fi-bs-gamepad:before{content:"\f85a"}.fi-bs-game-board-alt:before{content:"\f85b"}.fi-bs-gallery:before{content:"\f85c"}.fi-bs-gallery-thumbnails:before{content:"\f85d"}.fi-bs-galaxy:before{content:"\f85e"}.fi-bs-galaxy-star:before{content:"\f85f"}.fi-bs-galaxy-planet:before{content:"\f860"}.fi-bs-galaxy-alt:before{content:"\f861"}.fi-bs-g:before{content:"\f862"}.fi-bs-funnel-dollar:before{content:"\f863"}.fi-bs-function:before{content:"\f864"}.fi-bs-function-square:before{content:"\f865"}.fi-bs-function-process:before{content:"\f866"}.fi-bs-ftp:before{content:"\f867"}.fi-bs-frown:before{content:"\f868"}.fi-bs-frog:before{content:"\f869"}.fi-bs-friday:before{content:"\f86a"}.fi-bs-french-fries:before{content:"\f86b"}.fi-bs-franc-sign:before{content:"\f86c"}.fi-bs-frame:before{content:"\f86d"}.fi-bs-fox:before{content:"\f86e"}.fi-bs-forward:before{content:"\f86f"}.fi-bs-forward-fast:before{content:"\f870"}.fi-bs-fort:before{content:"\f871"}.fi-bs-form:before{content:"\f872"}.fi-bs-forklift:before{content:"\f873"}.fi-bs-fork:before{content:"\f874"}.fi-bs-football:before{content:"\f875"}.fi-bs-fondue-pot:before{content:"\f876"}.fi-bs-following:before{content:"\f877"}.fi-bs-followcollection:before{content:"\f878"}.fi-bs-follow-folder:before{content:"\f879"}.fi-bs-folders:before{content:"\f87a"}.fi-bs-folder:before{content:"\f87b"}.fi-bs-folder-xmark:before{content:"\f87c"}.fi-bs-folder-upload:before{content:"\f87d"}.fi-bs-folder-tree:before{content:"\f87e"}.fi-bs-folder-times:before{content:"\f87f"}.fi-bs-folder-open:before{content:"\f880"}.fi-bs-folder-minus:before{content:"\f881"}.fi-bs-folder-download:before{content:"\f882"}.fi-bs-fog:before{content:"\f883"}.fi-bs-flying-disc:before{content:"\f884"}.fi-bs-fly-insect:before{content:"\f885"}.fi-bs-flux-capacitor:before{content:"\f886"}.fi-bs-flute:before{content:"\f887"}.fi-bs-flushed:before{content:"\f888"}.fi-bs-flower:before{content:"\f889"}.fi-bs-flower-tulip:before{content:"\f88a"}.fi-bs-flower-daffodil:before{content:"\f88b"}.fi-bs-flower-butterfly:before{content:"\f88c"}.fi-bs-flower-bouquet:before{content:"\f88d"}.fi-bs-florin-sign:before{content:"\f88e"}.fi-bs-floppy-disks:before{content:"\f88f"}.fi-bs-floppy-disk-pen:before{content:"\f890"}.fi-bs-floppy-disk-circle-xmark:before{content:"\f891"}.fi-bs-floppy-disk-circle-arrow-right:before{content:"\f892"}.fi-bs-floor:before{content:"\f893"}.fi-bs-floor-layer:before{content:"\f894"}.fi-bs-floor-alt:before{content:"\f895"}.fi-bs-flip-horizontal:before{content:"\f896"}.fi-bs-flatbread:before{content:"\f897"}.fi-bs-flatbread-stuffed:before{content:"\f898"}.fi-bs-flask:before{content:"\f899"}.fi-bs-flask-potion:before{content:"\f89a"}.fi-bs-flask-poison:before{content:"\f89b"}.fi-bs-flashlight:before{content:"\f89c"}.fi-bs-flame:before{content:"\f89d"}.fi-bs-flag:before{content:"\f89e"}.fi-bs-flag-usa:before{content:"\f89f"}.fi-bs-flag-checkered:before{content:"\f8a0"}.fi-bs-flag-alt:before{content:"\f8a1"}.fi-bs-fishing-rod:before{content:"\f8a2"}.fi-bs-fish:before{content:"\f8a3"}.fi-bs-fish-cooked:before{content:"\f8a4"}.fi-bs-fish-bones:before{content:"\f8a5"}.fi-bs-first:before{content:"\f8a6"}.fi-bs-first-medal:before{content:"\f8a7"}.fi-bs-first-laurel:before{content:"\f8a8"}.fi-bs-first-award:before{content:"\f8a9"}.fi-bs-fireplace:before{content:"\f8aa"}.fi-bs-fire-smoke:before{content:"\f8ab"}.fi-bs-fire-hydrant:before{content:"\f8ac"}.fi-bs-fire-flame-simple:before{content:"\f8ad"}.fi-bs-fire-flame-curved:before{content:"\f8ae"}.fi-bs-fire-extinguisher:before{content:"\f8af"}.fi-bs-fire-burner:before{content:"\f8b0"}.fi-bs-fingerprint:before{content:"\f8b1"}.fi-bs-filters:before{content:"\f8b2"}.fi-bs-filter:before{content:"\f8b3"}.fi-bs-filter-slash:before{content:"\f8b4"}.fi-bs-films:before{content:"\f8b5"}.fi-bs-film:before{content:"\f8b6"}.fi-bs-film-slash:before{content:"\f8b7"}.fi-bs-film-canister:before{content:"\f8b8"}.fi-bs-fill:before{content:"\f8b9"}.fi-bs-files-medical:before{content:"\f8ba"}.fi-bs-file:before{content:"\f8bb"}.fi-bs-file-zipper:before{content:"\f8bc"}.fi-bs-file-word:before{content:"\f8bd"}.fi-bs-file-video:before{content:"\f8be"}.fi-bs-file-user:before{content:"\f8bf"}.fi-bs-file-upload:before{content:"\f8c0"}.fi-bs-file-spreadsheet:before{content:"\f8c1"}.fi-bs-file-signature:before{content:"\f8c2"}.fi-bs-file-psd:before{content:"\f8c3"}.fi-bs-file-prescription:before{content:"\f8c4"}.fi-bs-file-powerpoint:before{content:"\f8c5"}.fi-bs-file-pdf:before{content:"\f8c6"}.fi-bs-file-minus:before{content:"\f8c7"}.fi-bs-file-medical:before{content:"\f8c8"}.fi-bs-file-medical-alt:before{content:"\f8c9"}.fi-bs-file-invoice:before{content:"\f8ca"}.fi-bs-file-invoice-dollar:before{content:"\f8cb"}.fi-bs-file-import:before{content:"\f8cc"}.fi-bs-file-image:before{content:"\f8cd"}.fi-bs-file-export:before{content:"\f8ce"}.fi-bs-file-exclamation:before{content:"\f8cf"}.fi-bs-file-excel:before{content:"\f8d0"}.fi-bs-file-eps:before{content:"\f8d1"}.fi-bs-file-edit:before{content:"\f8d2"}.fi-bs-file-download:before{content:"\f8d3"}.fi-bs-file-csv:before{content:"\f8d4"}.fi-bs-file-code:before{content:"\f8d5"}.fi-bs-file-circle-info:before{content:"\f8d6"}.fi-bs-file-chart-pie:before{content:"\f8d7"}.fi-bs-file-chart-line:before{content:"\f8d8"}.fi-bs-file-binary:before{content:"\f8d9"}.fi-bs-file-audio:before{content:"\f8da"}.fi-bs-file-ai:before{content:"\f8db"}.fi-bs-fighter-jet:before{content:"\f8dc"}.fi-bs-field-hockey:before{content:"\f8dd"}.fi-bs-ferris-wheel:before{content:"\f8de"}.fi-bs-fence:before{content:"\f8df"}.fi-bs-feedback:before{content:"\f8e0"}.fi-bs-feedback-review:before{content:"\f8e1"}.fi-bs-feedback-hand:before{content:"\f8e2"}.fi-bs-feedback-alt:before{content:"\f8e3"}.fi-bs-fee:before{content:"\f8e4"}.fi-bs-fee-receipt:before{content:"\f8e5"}.fi-bs-features:before{content:"\f8e6"}.fi-bs-features-alt:before{content:"\f8e7"}.fi-bs-feather:before{content:"\f8e8"}.fi-bs-feather-pointed:before{content:"\f8e9"}.fi-bs-fax:before{content:"\f8ea"}.fi-bs-faucet:before{content:"\f8eb"}.fi-bs-faucet-drip:before{content:"\f8ec"}.fi-bs-farm:before{content:"\f8ed"}.fi-bs-fan:before{content:"\f8ee"}.fi-bs-fan-table:before{content:"\f8ef"}.fi-bs-family:before{content:"\f8f0"}.fi-bs-family-pants:before{content:"\f8f1"}.fi-bs-family-dress:before{content:"\f8f2"}.fi-bs-falafel:before{content:"\f8f3"}.fi-bs-fail:before{content:"\f8f4"}.fi-bs-face-zipper:before{content:"\f8f5"}.fi-bs-face-zany:before{content:"\f8f6"}.fi-bs-face-worried:before{content:"\f8f7"}.fi-bs-face-woozy:before{content:"\f8f8"}.fi-bs-face-weary:before{content:"\f8f9"}.fi-bs-face-vomit:before{content:"\f8fa"}.fi-bs-face-viewfinder:before{content:"\f8fb"}.fi-bs-face-unamused:before{content:"\f8fc"}.fi-bs-face-tongue-sweat:before{content:"\f8fd"}.fi-bs-face-tongue-money:before{content:"\f8fe"}.fi-bs-face-tissue:before{content:"\f8ff"}.fi-bs-face-thinking:before{content:"\f900"}.fi-bs-face-thermometer:before{content:"\f901"}.fi-bs-face-swear:before{content:"\f902"}.fi-bs-face-sunglasses:before{content:"\f903"}.fi-bs-face-sunglasses-alt:before{content:"\f904"}.fi-bs-face-smirking:before{content:"\f905"}.fi-bs-face-smiling-hands:before{content:"\f906"}.fi-bs-face-smile-upside-down:before{content:"\f907"}.fi-bs-face-smile-tongue:before{content:"\f908"}.fi-bs-face-smile-tear:before{content:"\f909"}.fi-bs-face-smile-horns:before{content:"\f90a"}.fi-bs-face-smile-hearts:before{content:"\f90b"}.fi-bs-face-smile-halo:before{content:"\f90c"}.fi-bs-face-sleepy:before{content:"\f90d"}.fi-bs-face-sleeping:before{content:"\f90e"}.fi-bs-face-shush:before{content:"\f90f"}.fi-bs-face-scream:before{content:"\f910"}.fi-bs-face-sad-sweat:before{content:"\f911"}.fi-bs-face-relieved:before{content:"\f912"}.fi-bs-face-raised-eyebrow:before{content:"\f913"}.fi-bs-face-pleading:before{content:"\f914"}.fi-bs-face-persevering:before{content:"\f915"}.fi-bs-face-pensive:before{content:"\f916"}.fi-bs-face-party:before{content:"\f917"}.fi-bs-face-nose-steam:before{content:"\f918"}.fi-bs-face-nauseated:before{content:"\f919"}.fi-bs-face-monocle:before{content:"\f91a"}.fi-bs-face-mask:before{content:"\f91b"}.fi-bs-face-lying:before{content:"\f91c"}.fi-bs-face-icicles:before{content:"\f91d"}.fi-bs-face-hushed:before{content:"\f91e"}.fi-bs-face-head-bandage:before{content:"\f91f"}.fi-bs-face-hand-yawn:before{content:"\f920"}.fi-bs-face-grin-tongue-wink:before{content:"\f921"}.fi-bs-face-glasses:before{content:"\f922"}.fi-bs-face-fearful:before{content:"\f923"}.fi-bs-face-eyes-xmarks:before{content:"\f924"}.fi-bs-face-expressionless:before{content:"\f925"}.fi-bs-face-explode:before{content:"\f926"}.fi-bs-face-drooling:before{content:"\f927"}.fi-bs-face-downcast-sweat:before{content:"\f928"}.fi-bs-face-disguise:before{content:"\f929"}.fi-bs-face-disappointed:before{content:"\f92a"}.fi-bs-face-cowboy-hat:before{content:"\f92b"}.fi-bs-face-confused:before{content:"\f92c"}.fi-bs-face-confounded:before{content:"\f92d"}.fi-bs-face-beam-hand-over-mouth:before{content:"\f92e"}.fi-bs-face-awesome:before{content:"\f92f"}.fi-bs-face-astonished:before{content:"\f930"}.fi-bs-face-anxious-sweat:before{content:"\f931"}.fi-bs-face-anguished:before{content:"\f932"}.fi-bs-face-angry-horns:before{content:"\f933"}.fi-bs-fabric:before{content:"\f934"}.fi-bs-f:before{content:"\f935"}.fi-bs-eyes:before{content:"\f936"}.fi-bs-eye:before{content:"\f937"}.fi-bs-eye-dropper:before{content:"\f938"}.fi-bs-eye-dropper-half:before{content:"\f939"}.fi-bs-eye-crossed:before{content:"\f93a"}.fi-bs-external-world:before{content:"\f93b"}.fi-bs-external-hard-drive:before{content:"\f93c"}.fi-bs-expense:before{content:"\f93d"}.fi-bs-expense-bill:before{content:"\f93e"}.fi-bs-expand:before{content:"\f93f"}.fi-bs-expand-arrows:before{content:"\f940"}.fi-bs-expand-arrows-alt:before{content:"\f941"}.fi-bs-exit:before{content:"\f942"}.fi-bs-exit-alt:before{content:"\f943"}.fi-bs-exclamation:before{content:"\f944"}.fi-bs-exchange:before{content:"\f945"}.fi-bs-exchange-cryptocurrency:before{content:"\f946"}.fi-bs-exchange-alt:before{content:"\f947"}.fi-bs-euro:before{content:"\f948"}.fi-bs-ethernet:before{content:"\f949"}.fi-bs-escalator:before{content:"\f94a"}.fi-bs-eraser:before{content:"\f94b"}.fi-bs-equals:before{content:"\f94c"}.fi-bs-equality:before{content:"\f94d"}.fi-bs-envelopes:before{content:"\f94e"}.fi-bs-envelope:before{content:"\f94f"}.fi-bs-envelope-plus:before{content:"\f950"}.fi-bs-envelope-open:before{content:"\f951"}.fi-bs-envelope-open-text:before{content:"\f952"}.fi-bs-envelope-open-dollar:before{content:"\f953"}.fi-bs-envelope-marker:before{content:"\f954"}.fi-bs-envelope-download:before{content:"\f955"}.fi-bs-envelope-dot:before{content:"\f956"}.fi-bs-envelope-bulk:before{content:"\f957"}.fi-bs-envelope-ban:before{content:"\f958"}.fi-bs-enter:before{content:"\f959"}.fi-bs-engine:before{content:"\f95a"}.fi-bs-engine-warning:before{content:"\f95b"}.fi-bs-empty-set:before{content:"\f95c"}.fi-bs-employees:before{content:"\f95d"}.fi-bs-employees-woman-man:before{content:"\f95e"}.fi-bs-employee-man:before{content:"\f95f"}.fi-bs-employee-man-alt:before{content:"\f960"}.fi-bs-employee-alt:before{content:"\f961"}.fi-bs-elevator:before{content:"\f962"}.fi-bs-elephant:before{content:"\f963"}.fi-bs-eject:before{content:"\f964"}.fi-bs-egg:before{content:"\f965"}.fi-bs-egg-fried:before{content:"\f966"}.fi-bs-effect:before{content:"\f967"}.fi-bs-edit:before{content:"\f968"}.fi-bs-edit-alt:before{content:"\f969"}.fi-bs-eclipse:before{content:"\f96a"}.fi-bs-eclipse-alt:before{content:"\f96b"}.fi-bs-earth-europa:before{content:"\f96c"}.fi-bs-earth-asia:before{content:"\f96d"}.fi-bs-earth-americas:before{content:"\f96e"}.fi-bs-earth-africa:before{content:"\f96f"}.fi-bs-earnings:before{content:"\f970"}.fi-bs-ear:before{content:"\f971"}.fi-bs-ear-muffs:before{content:"\f972"}.fi-bs-ear-deaf:before{content:"\f973"}.fi-bs-e:before{content:"\f974"}.fi-bs-e-learning:before{content:"\f975"}.fi-bs-duration:before{content:"\f976"}.fi-bs-duration-alt:before{content:"\f977"}.fi-bs-duplicate:before{content:"\f978"}.fi-bs-dungeon:before{content:"\f979"}.fi-bs-dumpster:before{content:"\f97a"}.fi-bs-dumpster-fire:before{content:"\f97b"}.fi-bs-duck:before{content:"\f97c"}.fi-bs-dryer:before{content:"\f97d"}.fi-bs-dryer-alt:before{content:"\f97e"}.fi-bs-drumstick:before{content:"\f97f"}.fi-bs-drumstick-bite:before{content:"\f980"}.fi-bs-drum:before{content:"\f981"}.fi-bs-drum-steelpan:before{content:"\f982"}.fi-bs-drop-down:before{content:"\f983"}.fi-bs-drone:before{content:"\f984"}.fi-bs-drone-front:before{content:"\f985"}.fi-bs-drone-alt:before{content:"\f986"}.fi-bs-driver-woman:before{content:"\f987"}.fi-bs-driver-man:before{content:"\f988"}.fi-bs-drink-alt:before{content:"\f989"}.fi-bs-dreidel:before{content:"\f98a"}.fi-bs-drawer:before{content:"\f98b"}.fi-bs-drawer-alt:before{content:"\f98c"}.fi-bs-draw-square:before{content:"\f98d"}.fi-bs-draw-polygon:before{content:"\f98e"}.fi-bs-dragon:before{content:"\f98f"}.fi-bs-drafting-compass:before{content:"\f990"}.fi-bs-download:before{content:"\f991"}.fi-bs-down:before{content:"\f992"}.fi-bs-down-to-line:before{content:"\f993"}.fi-bs-down-right:before{content:"\f994"}.fi-bs-down-left:before{content:"\f995"}.fi-bs-down-left-and-up-right-to-center:before{content:"\f996"}.fi-bs-dove:before{content:"\f997"}.fi-bs-dot-pending:before{content:"\f998"}.fi-bs-dot-circle:before{content:"\f999"}.fi-bs-door-open:before{content:"\f99a"}.fi-bs-door-closed:before{content:"\f99b"}.fi-bs-donut:before{content:"\f99c"}.fi-bs-dong-sign:before{content:"\f99d"}.fi-bs-donate:before{content:"\f99e"}.fi-bs-domino-effect:before{content:"\f99f"}.fi-bs-dolphin:before{content:"\f9a0"}.fi-bs-dolly-flatbed:before{content:"\f9a1"}.fi-bs-dolly-flatbed-empty:before{content:"\f9a2"}.fi-bs-dolly-flatbed-alt:before{content:"\f9a3"}.fi-bs-dollar:before{content:"\f9a4"}.fi-bs-dog:before{content:"\f9a5"}.fi-bs-dog-leashed:before{content:"\f9a6"}.fi-bs-document:before{content:"\f9a7"}.fi-bs-document-signed:before{content:"\f9a8"}.fi-bs-document-paid:before{content:"\f9a9"}.fi-bs-doctor:before{content:"\f9aa"}.fi-bs-do-not-enter:before{content:"\f9ab"}.fi-bs-dna:before{content:"\f9ac"}.fi-bs-dizzy:before{content:"\f9ad"}.fi-bs-divide:before{content:"\f9ae"}.fi-bs-distribute-spacing-vertical:before{content:"\f9af"}.fi-bs-distribute-spacing-horizontal:before{content:"\f9b0"}.fi-bs-display-slash:before{content:"\f9b1"}.fi-bs-display-medical:before{content:"\f9b2"}.fi-bs-display-code:before{content:"\f9b3"}.fi-bs-display-arrow-down:before{content:"\f9b4"}.fi-bs-disk:before{content:"\f9b5"}.fi-bs-disease:before{content:"\f9b6"}.fi-bs-discover:before{content:"\f9b7"}.fi-bs-disco-ball:before{content:"\f9b8"}.fi-bs-disc-drive:before{content:"\f9b9"}.fi-bs-direction-signal:before{content:"\f9ba"}.fi-bs-direction-signal-arrow:before{content:"\f9bb"}.fi-bs-diploma:before{content:"\f9bc"}.fi-bs-dinner:before{content:"\f9bd"}.fi-bs-digital-tachograph:before{content:"\f9be"}.fi-bs-digging:before{content:"\f9bf"}.fi-bs-dice:before{content:"\f9c0"}.fi-bs-dice-two:before{content:"\f9c1"}.fi-bs-dice-three:before{content:"\f9c2"}.fi-bs-dice-six:before{content:"\f9c3"}.fi-bs-dice-one:before{content:"\f9c4"}.fi-bs-dice-four:before{content:"\f9c5"}.fi-bs-dice-d8:before{content:"\f9c6"}.fi-bs-dice-d6:before{content:"\f9c7"}.fi-bs-dice-d4:before{content:"\f9c8"}.fi-bs-dice-d20:before{content:"\f9c9"}.fi-bs-dice-d12:before{content:"\f9ca"}.fi-bs-dice-d10:before{content:"\f9cb"}.fi-bs-dice-alt:before{content:"\f9cc"}.fi-bs-diary-clasp:before{content:"\f9cd"}.fi-bs-diary-bookmarks:before{content:"\f9ce"}.fi-bs-diary-bookmark-down:before{content:"\f9cf"}.fi-bs-diamond:before{content:"\f9d0"}.fi-bs-diamond-turn-right:before{content:"\f9d1"}.fi-bs-diamond-exclamation:before{content:"\f9d2"}.fi-bs-dial:before{content:"\f9d3"}.fi-bs-dial-off:before{content:"\f9d4"}.fi-bs-dial-min:before{content:"\f9d5"}.fi-bs-dial-med:before{content:"\f9d6"}.fi-bs-dial-med-low:before{content:"\f9d7"}.fi-bs-dial-max:before{content:"\f9d8"}.fi-bs-dial-low:before{content:"\f9d9"}.fi-bs-dial-high:before{content:"\f9da"}.fi-bs-diagram-venn:before{content:"\f9db"}.fi-bs-diagram-successor:before{content:"\f9dc"}.fi-bs-diagram-subtask:before{content:"\f9dd"}.fi-bs-diagram-sankey:before{content:"\f9de"}.fi-bs-diagram-project:before{content:"\f9df"}.fi-bs-diagram-previous:before{content:"\f9e0"}.fi-bs-diagram-predecessor:before{content:"\f9e1"}.fi-bs-diagram-next:before{content:"\f9e2"}.fi-bs-diagram-nested:before{content:"\f9e3"}.fi-bs-diagram-lean-canvas:before{content:"\f9e4"}.fi-bs-diagram-cells:before{content:"\f9e5"}.fi-bs-dharmachakra:before{content:"\f9e6"}.fi-bs-dewpoint:before{content:"\f9e7"}.fi-bs-devices:before{content:"\f9e8"}.fi-bs-desktop-wallpaper:before{content:"\f9e9"}.fi-bs-desktop-arrow-down:before{content:"\f9ea"}.fi-bs-description:before{content:"\f9eb"}.fi-bs-description-alt:before{content:"\f9ec"}.fi-bs-deposit:before{content:"\f9ed"}.fi-bs-deposit-alt:before{content:"\f9ee"}.fi-bs-department:before{content:"\f9ef"}.fi-bs-department-structure:before{content:"\f9f0"}.fi-bs-democrat:before{content:"\f9f1"}.fi-bs-delete:before{content:"\f9f2"}.fi-bs-delete-user:before{content:"\f9f3"}.fi-bs-delete-right:before{content:"\f9f4"}.fi-bs-delete-document:before{content:"\f9f5"}.fi-bs-deer:before{content:"\f9f6"}.fi-bs-deer-rudolph:before{content:"\f9f7"}.fi-bs-debt:before{content:"\f9f8"}.fi-bs-database:before{content:"\f9f9"}.fi-bs-data-transfer:before{content:"\f9fa"}.fi-bs-dashboard:before{content:"\f9fb"}.fi-bs-dart:before{content:"\f9fc"}.fi-bs-damage:before{content:"\f9fd"}.fi-bs-daily-calendar:before{content:"\f9fe"}.fi-bs-dagger:before{content:"\f9ff"}.fi-bs-d:before{content:"\fa00"}.fi-bs-customize:before{content:"\fa01"}.fi-bs-customize-edit:before{content:"\fa02"}.fi-bs-customize-computer:before{content:"\fa03"}.fi-bs-customization:before{content:"\fa04"}.fi-bs-customization-cogwheel:before{content:"\fa05"}.fi-bs-customer-service:before{content:"\fa06"}.fi-bs-customer-care:before{content:"\fa07"}.fi-bs-custard:before{content:"\fa08"}.fi-bs-curve:before{content:"\fa09"}.fi-bs-curve-arrow:before{content:"\fa0a"}.fi-bs-curve-alt:before{content:"\fa0b"}.fi-bs-cursor:before{content:"\fa0c"}.fi-bs-cursor-text:before{content:"\fa0d"}.fi-bs-cursor-text-alt:before{content:"\fa0e"}.fi-bs-cursor-plus:before{content:"\fa0f"}.fi-bs-cursor-finger:before{content:"\fa10"}.fi-bs-curling:before{content:"\fa11"}.fi-bs-cupcake:before{content:"\fa12"}.fi-bs-cupcake-alt:before{content:"\fa13"}.fi-bs-cup-togo:before{content:"\fa14"}.fi-bs-cup-straw:before{content:"\fa15"}.fi-bs-cup-straw-swoosh:before{content:"\fa16"}.fi-bs-cucumber:before{content:"\fa17"}.fi-bs-cubes:before{content:"\fa18"}.fi-bs-cubes-stacked:before{content:"\fa19"}.fi-bs-cube:before{content:"\fa1a"}.fi-bs-crystal-ball:before{content:"\fa1b"}.fi-bs-cryptocurrency:before{content:"\fa1c"}.fi-bs-cruzeiro-sign:before{content:"\fa1d"}.fi-bs-crutches:before{content:"\fa1e"}.fi-bs-crutch:before{content:"\fa1f"}.fi-bs-crown:before{content:"\fa20"}.fi-bs-crow:before{content:"\fa21"}.fi-bs-cross:before{content:"\fa22"}.fi-bs-cross-small:before{content:"\fa23"}.fi-bs-cross-religion:before{content:"\fa24"}.fi-bs-cross-circle:before{content:"\fa25"}.fi-bs-croissant:before{content:"\fa26"}.fi-bs-crm-computer:before{content:"\fa27"}.fi-bs-crm-alt:before{content:"\fa28"}.fi-bs-cricket:before{content:"\fa29"}.fi-bs-credit-card:before{content:"\fa2a"}.fi-bs-cream:before{content:"\fa2b"}.fi-bs-crate-empty:before{content:"\fa2c"}.fi-bs-crab:before{content:"\fa2d"}.fi-bs-cowbell:before{content:"\fa2e"}.fi-bs-cowbell-more:before{content:"\fa2f"}.fi-bs-cowbell-circle-plus:before{content:"\fa30"}.fi-bs-cow:before{content:"\fa31"}.fi-bs-cow-alt:before{content:"\fa32"}.fi-bs-couch:before{content:"\fa33"}.fi-bs-corporate:before{content:"\fa34"}.fi-bs-corporate-alt:before{content:"\fa35"}.fi-bs-corn:before{content:"\fa36"}.fi-bs-copyright:before{content:"\fa37"}.fi-bs-copy:before{content:"\fa38"}.fi-bs-copy-image:before{content:"\fa39"}.fi-bs-copy-alt:before{content:"\fa3a"}.fi-bs-cookie:before{content:"\fa3b"}.fi-bs-cookie-alt:before{content:"\fa3c"}.fi-bs-conveyor-belt:before{content:"\fa3d"}.fi-bs-conveyor-belt-empty:before{content:"\fa3e"}.fi-bs-conveyor-belt-alt:before{content:"\fa3f"}.fi-bs-convert-shapes:before{content:"\fa40"}.fi-bs-convert-document:before{content:"\fa41"}.fi-bs-container-storage:before{content:"\fa42"}.fi-bs-constellation:before{content:"\fa43"}.fi-bs-confetti:before{content:"\fa44"}.fi-bs-condition:before{content:"\fa45"}.fi-bs-condition-alt:before{content:"\fa46"}.fi-bs-concierge-bell:before{content:"\fa47"}.fi-bs-computer:before{content:"\fa48"}.fi-bs-computer-speaker:before{content:"\fa49"}.fi-bs-computer-mouse:before{content:"\fa4a"}.fi-bs-computer-classic:before{content:"\fa4b"}.fi-bs-compress:before{content:"\fa4c"}.fi-bs-compress-alt:before{content:"\fa4d"}.fi-bs-compliance:before{content:"\fa4e"}.fi-bs-compliance-document:before{content:"\fa4f"}.fi-bs-compliance-clipboard:before{content:"\fa50"}.fi-bs-completed:before{content:"\fa51"}.fi-bs-compass-slash:before{content:"\fa52"}.fi-bs-comments:before{content:"\fa53"}.fi-bs-comments-question:before{content:"\fa54"}.fi-bs-comments-question-check:before{content:"\fa55"}.fi-bs-comments-dollar:before{content:"\fa56"}.fi-bs-comment:before{content:"\fa57"}.fi-bs-comment-xmark:before{content:"\fa58"}.fi-bs-comment-user:before{content:"\fa59"}.fi-bs-comment-text:before{content:"\fa5a"}.fi-bs-comment-sms:before{content:"\fa5b"}.fi-bs-comment-smile:before{content:"\fa5c"}.fi-bs-comment-slash:before{content:"\fa5d"}.fi-bs-comment-quote:before{content:"\fa5e"}.fi-bs-comment-question:before{content:"\fa5f"}.fi-bs-comment-pen:before{content:"\fa60"}.fi-bs-comment-minus:before{content:"\fa61"}.fi-bs-comment-medical:before{content:"\fa62"}.fi-bs-comment-info:before{content:"\fa63"}.fi-bs-comment-image:before{content:"\fa64"}.fi-bs-comment-heart:before{content:"\fa65"}.fi-bs-comment-exclamation:before{content:"\fa66"}.fi-bs-comment-dots:before{content:"\fa67"}.fi-bs-comment-dollar:before{content:"\fa68"}.fi-bs-comment-code:before{content:"\fa69"}.fi-bs-comment-check:before{content:"\fa6a"}.fi-bs-comment-arrow-up:before{content:"\fa6b"}.fi-bs-comment-arrow-up-right:before{content:"\fa6c"}.fi-bs-comment-arrow-down:before{content:"\fa6d"}.fi-bs-comment-alt:before{content:"\fa6e"}.fi-bs-comment-alt-music:before{content:"\fa6f"}.fi-bs-comment-alt-minus:before{content:"\fa70"}.fi-bs-comment-alt-middle:before{content:"\fa71"}.fi-bs-comment-alt-middle-top:before{content:"\fa72"}.fi-bs-comment-alt-medical:before{content:"\fa73"}.fi-bs-comment-alt-edit:before{content:"\fa74"}.fi-bs-comment-alt-dots:before{content:"\fa75"}.fi-bs-comment-alt-check:before{content:"\fa76"}.fi-bs-command:before{content:"\fa77"}.fi-bs-comet:before{content:"\fa78"}.fi-bs-columns-3:before{content:"\fa79"}.fi-bs-colon-sign:before{content:"\fa7a"}.fi-bs-coins:before{content:"\fa7b"}.fi-bs-coin:before{content:"\fa7c"}.fi-bs-coin-up-arrow:before{content:"\fa7d"}.fi-bs-coffin:before{content:"\fa7e"}.fi-bs-coffin-cross:before{content:"\fa7f"}.fi-bs-coffee:before{content:"\fa80"}.fi-bs-coffee-pot:before{content:"\fa81"}.fi-bs-coffee-beans:before{content:"\fa82"}.fi-bs-coffee-bean:before{content:"\fa83"}.fi-bs-code-simple:before{content:"\fa84"}.fi-bs-code-pull-request:before{content:"\fa85"}.fi-bs-code-pull-request-draft:before{content:"\fa86"}.fi-bs-code-pull-request-closed:before{content:"\fa87"}.fi-bs-code-merge:before{content:"\fa88"}.fi-bs-code-fork:before{content:"\fa89"}.fi-bs-code-compare:before{content:"\fa8a"}.fi-bs-code-commit:before{content:"\fa8b"}.fi-bs-code-branch:before{content:"\fa8c"}.fi-bs-coconut:before{content:"\fa8d"}.fi-bs-cocktail:before{content:"\fa8e"}.fi-bs-cocktail-alt:before{content:"\fa8f"}.fi-bs-club:before{content:"\fa90"}.fi-bs-clover-alt:before{content:"\fa91"}.fi-bs-clouds:before{content:"\fa92"}.fi-bs-clouds-sun:before{content:"\fa93"}.fi-bs-clouds-moon:before{content:"\fa94"}.fi-bs-cloud:before{content:"\fa95"}.fi-bs-cloud-upload:before{content:"\fa96"}.fi-bs-cloud-upload-alt:before{content:"\fa97"}.fi-bs-cloud-sun:before{content:"\fa98"}.fi-bs-cloud-sun-rain:before{content:"\fa99"}.fi-bs-cloud-snow:before{content:"\fa9a"}.fi-bs-cloud-sleet:before{content:"\fa9b"}.fi-bs-cloud-showers:before{content:"\fa9c"}.fi-bs-cloud-showers-heavy:before{content:"\fa9d"}.fi-bs-cloud-share:before{content:"\fa9e"}.fi-bs-cloud-rainbow:before{content:"\fa9f"}.fi-bs-cloud-rain:before{content:"\faa0"}.fi-bs-cloud-question:before{content:"\faa1"}.fi-bs-cloud-moon:before{content:"\faa2"}.fi-bs-cloud-moon-rain:before{content:"\faa3"}.fi-bs-cloud-meatball:before{content:"\faa4"}.fi-bs-cloud-hail:before{content:"\faa5"}.fi-bs-cloud-hail-mixed:before{content:"\faa6"}.fi-bs-cloud-exclamation:before{content:"\faa7"}.fi-bs-cloud-drizzle:before{content:"\faa8"}.fi-bs-cloud-download:before{content:"\faa9"}.fi-bs-cloud-download-alt:before{content:"\faaa"}.fi-bs-cloud-disabled:before{content:"\faab"}.fi-bs-cloud-code:before{content:"\faac"}.fi-bs-cloud-check:before{content:"\faad"}.fi-bs-clothes-hanger:before{content:"\faae"}.fi-bs-closed-captioning-slash:before{content:"\faaf"}.fi-bs-clone:before{content:"\fab0"}.fi-bs-clock:before{content:"\fab1"}.fi-bs-clock-up-arrow:before{content:"\fab2"}.fi-bs-clock-two:before{content:"\fab3"}.fi-bs-clock-two-thirty:before{content:"\fab4"}.fi-bs-clock-twelve:before{content:"\fab5"}.fi-bs-clock-twelve-thirty:before{content:"\fab6"}.fi-bs-clock-three:before{content:"\fab7"}.fi-bs-clock-three-thirty:before{content:"\fab8"}.fi-bs-clock-ten:before{content:"\fab9"}.fi-bs-clock-ten-thirty:before{content:"\faba"}.fi-bs-clock-six:before{content:"\fabb"}.fi-bs-clock-six-thirty:before{content:"\fabc"}.fi-bs-clock-seven:before{content:"\fabd"}.fi-bs-clock-seven-thirty:before{content:"\fabe"}.fi-bs-clock-one:before{content:"\fabf"}.fi-bs-clock-one-thirty:before{content:"\fac0"}.fi-bs-clock-nine:before{content:"\fac1"}.fi-bs-clock-nine-thirty:before{content:"\fac2"}.fi-bs-clock-four-thirty:before{content:"\fac3"}.fi-bs-clock-five:before{content:"\fac4"}.fi-bs-clock-five-thirty:before{content:"\fac5"}.fi-bs-clock-eleven:before{content:"\fac6"}.fi-bs-clock-eleven-thirty:before{content:"\fac7"}.fi-bs-clock-eight-thirty:before{content:"\fac8"}.fi-bs-clock-desk:before{content:"\fac9"}.fi-bs-clipboard:before{content:"\faca"}.fi-bs-clipboard-user:before{content:"\facb"}.fi-bs-clipboard-prescription:before{content:"\facc"}.fi-bs-clipboard-list:before{content:"\facd"}.fi-bs-clipboard-list-check:before{content:"\face"}.fi-bs-clipboard-exclamation:before{content:"\facf"}.fi-bs-clipboard-check:before{content:"\fad0"}.fi-bs-clip:before{content:"\fad1"}.fi-bs-clear-alt:before{content:"\fad2"}.fi-bs-claw-marks:before{content:"\fad3"}.fi-bs-clarinet:before{content:"\fad4"}.fi-bs-clapperboard:before{content:"\fad5"}.fi-bs-clapperboard-play:before{content:"\fad6"}.fi-bs-city:before{content:"\fad7"}.fi-bs-citrus:before{content:"\fad8"}.fi-bs-citrus-slice:before{content:"\fad9"}.fi-bs-circle:before{content:"\fada"}.fi-bs-circle-z:before{content:"\fadb"}.fi-bs-circle-y:before{content:"\fadc"}.fi-bs-circle-xmark:before{content:"\fadd"}.fi-bs-circle-x:before{content:"\fade"}.fi-bs-circle-waveform-lines:before{content:"\fadf"}.fi-bs-circle-w:before{content:"\fae0"}.fi-bs-circle-video:before{content:"\fae1"}.fi-bs-circle-v:before{content:"\fae2"}.fi-bs-circle-user:before{content:"\fae3"}.fi-bs-circle-u:before{content:"\fae4"}.fi-bs-circle-trash:before{content:"\fae5"}.fi-bs-circle-three-quarters:before{content:"\fae6"}.fi-bs-circle-t:before{content:"\fae7"}.fi-bs-circle-star:before{content:"\fae8"}.fi-bs-circle-small:before{content:"\fae9"}.fi-bs-circle-s:before{content:"\faea"}.fi-bs-circle-r:before{content:"\faeb"}.fi-bs-circle-quarters-alt:before{content:"\faec"}.fi-bs-circle-quarter:before{content:"\faed"}.fi-bs-circle-q:before{content:"\faee"}.fi-bs-circle-phone:before{content:"\faef"}.fi-bs-circle-phone-hangup:before{content:"\faf0"}.fi-bs-circle-phone-flip:before{content:"\faf1"}.fi-bs-circle-p:before{content:"\faf2"}.fi-bs-circle-o:before{content:"\faf3"}.fi-bs-circle-n:before{content:"\faf4"}.fi-bs-circle-microphone:before{content:"\faf5"}.fi-bs-circle-microphone-lines:before{content:"\faf6"}.fi-bs-circle-m:before{content:"\faf7"}.fi-bs-circle-l:before{content:"\faf8"}.fi-bs-circle-k:before{content:"\faf9"}.fi-bs-circle-j:before{content:"\fafa"}.fi-bs-circle-i:before{content:"\fafb"}.fi-bs-circle-heart:before{content:"\fafc"}.fi-bs-circle-half:before{content:"\fafd"}.fi-bs-circle-half-stroke:before{content:"\fafe"}.fi-bs-circle-h:before{content:"\faff"}.fi-bs-circle-g:before{content:"\fb00"}.fi-bs-circle-f:before{content:"\fb01"}.fi-bs-circle-exclamation-check:before{content:"\fb02"}.fi-bs-circle-envelope:before{content:"\fb03"}.fi-bs-circle-ellipsis:before{content:"\fb04"}.fi-bs-circle-ellipsis-vertical:before{content:"\fb05"}.fi-bs-circle-e:before{content:"\fb06"}.fi-bs-circle-divide:before{content:"\fb07"}.fi-bs-circle-dashed:before{content:"\fb08"}.fi-bs-circle-d:before{content:"\fb09"}.fi-bs-circle-camera:before{content:"\fb0a"}.fi-bs-circle-calendar:before{content:"\fb0b"}.fi-bs-circle-c:before{content:"\fb0c"}.fi-bs-circle-bookmark:before{content:"\fb0d"}.fi-bs-circle-book-open:before{content:"\fb0e"}.fi-bs-circle-bolt:before{content:"\fb0f"}.fi-bs-circle-b:before{content:"\fb10"}.fi-bs-circle-a:before{content:"\fb11"}.fi-bs-circle-9:before{content:"\fb12"}.fi-bs-circle-8:before{content:"\fb13"}.fi-bs-circle-7:before{content:"\fb14"}.fi-bs-circle-6:before{content:"\fb15"}.fi-bs-circle-5:before{content:"\fb16"}.fi-bs-circle-4:before{content:"\fb17"}.fi-bs-circle-3:before{content:"\fb18"}.fi-bs-circle-2:before{content:"\fb19"}.fi-bs-circle-1:before{content:"\fb1a"}.fi-bs-circle-0:before{content:"\fb1b"}.fi-bs-church:before{content:"\fb1c"}.fi-bs-choose:before{content:"\fb1d"}.fi-bs-choose-alt:before{content:"\fb1e"}.fi-bs-chocolate:before{content:"\fb1f"}.fi-bs-chimney:before{content:"\fb20"}.fi-bs-child:before{content:"\fb21"}.fi-bs-child-head:before{content:"\fb22"}.fi-bs-chevron-double-up:before{content:"\fb23"}.fi-bs-chevron-double-down:before{content:"\fb24"}.fi-bs-chess:before{content:"\fb25"}.fi-bs-chess-rook:before{content:"\fb26"}.fi-bs-chess-rook-alt:before{content:"\fb27"}.fi-bs-chess-queen:before{content:"\fb28"}.fi-bs-chess-queen-alt:before{content:"\fb29"}.fi-bs-chess-piece:before{content:"\fb2a"}.fi-bs-chess-pawn:before{content:"\fb2b"}.fi-bs-chess-pawn-alt:before{content:"\fb2c"}.fi-bs-chess-knight:before{content:"\fb2d"}.fi-bs-chess-knight-alt:before{content:"\fb2e"}.fi-bs-chess-king:before{content:"\fb2f"}.fi-bs-chess-king-alt:before{content:"\fb30"}.fi-bs-chess-clock:before{content:"\fb31"}.fi-bs-chess-clock-alt:before{content:"\fb32"}.fi-bs-chess-board:before{content:"\fb33"}.fi-bs-chess-bishop:before{content:"\fb34"}.fi-bs-cherry:before{content:"\fb35"}.fi-bs-cheeseburger:before{content:"\fb36"}.fi-bs-cheese:before{content:"\fb37"}.fi-bs-cheese-alt:before{content:"\fb38"}.fi-bs-checkbox:before{content:"\fb39"}.fi-bs-check:before{content:"\fb3a"}.fi-bs-check-out-calendar:before{content:"\fb3b"}.fi-bs-check-in-calendar:before{content:"\fb3c"}.fi-bs-check-double:before{content:"\fb3d"}.fi-bs-check-circle:before{content:"\fb3e"}.fi-bs-cheap:before{content:"\fb3f"}.fi-bs-cheap-stack:before{content:"\fb40"}.fi-bs-cheap-stack-dollar:before{content:"\fb41"}.fi-bs-cheap-dollar:before{content:"\fb42"}.fi-bs-cheap-bill:before{content:"\fb43"}.fi-bs-chatbot:before{content:"\fb44"}.fi-bs-chatbot-speech-bubble:before{content:"\fb45"}.fi-bs-chat-arrow-grow:before{content:"\fb46"}.fi-bs-chat-arrow-down:before{content:"\fb47"}.fi-bs-chart-waterfall:before{content:"\fb48"}.fi-bs-chart-user:before{content:"\fb49"}.fi-bs-chart-tree:before{content:"\fb4a"}.fi-bs-chart-tree-map:before{content:"\fb4b"}.fi-bs-chart-simple:before{content:"\fb4c"}.fi-bs-chart-simple-horizontal:before{content:"\fb4d"}.fi-bs-chart-set-theory:before{content:"\fb4e"}.fi-bs-chart-scatter:before{content:"\fb4f"}.fi-bs-chart-scatter-bubble:before{content:"\fb50"}.fi-bs-chart-scatter-3d:before{content:"\fb51"}.fi-bs-chart-radar:before{content:"\fb52"}.fi-bs-chart-pyramid:before{content:"\fb53"}.fi-bs-chart-pie:before{content:"\fb54"}.fi-bs-chart-pie-alt:before{content:"\fb55"}.fi-bs-chart-network:before{content:"\fb56"}.fi-bs-chart-mixed:before{content:"\fb57"}.fi-bs-chart-line-up:before{content:"\fb58"}.fi-bs-chart-histogram:before{content:"\fb59"}.fi-bs-chart-gantt:before{content:"\fb5a"}.fi-bs-chart-connected:before{content:"\fb5b"}.fi-bs-chart-candlestick:before{content:"\fb5c"}.fi-bs-chart-bullet:before{content:"\fb5d"}.fi-bs-chart-area:before{content:"\fb5e"}.fi-bs-charging-station:before{content:"\fb5f"}.fi-bs-channel:before{content:"\fb60"}.fi-bs-challenge:before{content:"\fb61"}.fi-bs-challenge-alt:before{content:"\fb62"}.fi-bs-chalkboard:before{content:"\fb63"}.fi-bs-chalkboard-user:before{content:"\fb64"}.fi-bs-chair:before{content:"\fb65"}.fi-bs-chair-office:before{content:"\fb66"}.fi-bs-cent-sign:before{content:"\fb67"}.fi-bs-cello:before{content:"\fb68"}.fi-bs-cedi-sign:before{content:"\fb69"}.fi-bs-cauldron:before{content:"\fb6a"}.fi-bs-category:before{content:"\fb6b"}.fi-bs-category-alt:before{content:"\fb6c"}.fi-bs-catalog:before{content:"\fb6d"}.fi-bs-catalog-magazine:before{content:"\fb6e"}.fi-bs-catalog-alt:before{content:"\fb6f"}.fi-bs-cat:before{content:"\fb70"}.fi-bs-cat-space:before{content:"\fb71"}.fi-bs-cat-head:before{content:"\fb72"}.fi-bs-castle:before{content:"\fb73"}.fi-bs-cassette-vhs:before{content:"\fb74"}.fi-bs-cassette-tape:before{content:"\fb75"}.fi-bs-cash-register:before{content:"\fb76"}.fi-bs-cart-shopping-fast:before{content:"\fb77"}.fi-bs-cart-minus:before{content:"\fb78"}.fi-bs-cart-arrow-down:before{content:"\fb79"}.fi-bs-cars:before{content:"\fb7a"}.fi-bs-cars-crash:before{content:"\fb7b"}.fi-bs-carrot:before{content:"\fb7c"}.fi-bs-caret-up:before{content:"\fb7d"}.fi-bs-caret-square-right:before{content:"\fb7e"}.fi-bs-caret-square-left_1:before{content:"\fb7f"}.fi-bs-caret-square-left:before{content:"\fb80"}.fi-bs-caret-square-down:before{content:"\fb81"}.fi-bs-caret-right:before{content:"\fb82"}.fi-bs-caret-quare-up:before{content:"\fb83"}.fi-bs-caret-left:before{content:"\fb84"}.fi-bs-caret-down:before{content:"\fb85"}.fi-bs-caret-circle-up:before{content:"\fb86"}.fi-bs-caret-circle-right:before{content:"\fb87"}.fi-bs-caret-circle-down:before{content:"\fb88"}.fi-bs-card-spade:before{content:"\fb89"}.fi-bs-card-heart:before{content:"\fb8a"}.fi-bs-card-diamond:before{content:"\fb8b"}.fi-bs-card-club:before{content:"\fb8c"}.fi-bs-caravan:before{content:"\fb8d"}.fi-bs-caravan-alt:before{content:"\fb8e"}.fi-bs-car:before{content:"\fb8f"}.fi-bs-car-wash:before{content:"\fb90"}.fi-bs-car-tilt:before{content:"\fb91"}.fi-bs-car-side:before{content:"\fb92"}.fi-bs-car-side-bolt:before{content:"\fb93"}.fi-bs-car-rear:before{content:"\fb94"}.fi-bs-car-mechanic:before{content:"\fb95"}.fi-bs-car-journey:before{content:"\fb96"}.fi-bs-car-garage:before{content:"\fb97"}.fi-bs-car-crash:before{content:"\fb98"}.fi-bs-car-circle-bolt:before{content:"\fb99"}.fi-bs-car-bus:before{content:"\fb9a"}.fi-bs-car-bump:before{content:"\fb9b"}.fi-bs-car-building:before{content:"\fb9c"}.fi-bs-car-bolt:before{content:"\fb9d"}.fi-bs-car-battery:before{content:"\fb9e"}.fi-bs-car-alt:before{content:"\fb9f"}.fi-bs-capsules:before{content:"\fba0"}.fi-bs-canned-food:before{content:"\fba1"}.fi-bs-candy:before{content:"\fba2"}.fi-bs-candy-sweet:before{content:"\fba3"}.fi-bs-candy-corn:before{content:"\fba4"}.fi-bs-candy-cane:before{content:"\fba5"}.fi-bs-candy-bar:before{content:"\fba6"}.fi-bs-candy-alt:before{content:"\fba7"}.fi-bs-candle-holder:before{content:"\fba8"}.fi-bs-can-food:before{content:"\fba9"}.fi-bs-camping:before{content:"\fbaa"}.fi-bs-campfire:before{content:"\fbab"}.fi-bs-camera:before{content:"\fbac"}.fi-bs-camera-viewfinder:before{content:"\fbad"}.fi-bs-camera-slash:before{content:"\fbae"}.fi-bs-camera-security:before{content:"\fbaf"}.fi-bs-camera-rotate:before{content:"\fbb0"}.fi-bs-camera-retro:before{content:"\fbb1"}.fi-bs-camera-movie:before{content:"\fbb2"}.fi-bs-camera-cctv:before{content:"\fbb3"}.fi-bs-camcorder:before{content:"\fbb4"}.fi-bs-call-outgoing:before{content:"\fbb5"}.fi-bs-call-missed:before{content:"\fbb6"}.fi-bs-call-incoming:before{content:"\fbb7"}.fi-bs-call-history:before{content:"\fbb8"}.fi-bs-call-duration:before{content:"\fbb9"}.fi-bs-calendars:before{content:"\fbba"}.fi-bs-calendar:before{content:"\fbbb"}.fi-bs-calendar-xmark:before{content:"\fbbc"}.fi-bs-calendar-week:before{content:"\fbbd"}.fi-bs-calendar-star:before{content:"\fbbe"}.fi-bs-calendar-salary:before{content:"\fbbf"}.fi-bs-calendar-plus:before{content:"\fbc0"}.fi-bs-calendar-pen:before{content:"\fbc1"}.fi-bs-calendar-minus:before{content:"\fbc2"}.fi-bs-calendar-lines:before{content:"\fbc3"}.fi-bs-calendar-lines-pen:before{content:"\fbc4"}.fi-bs-calendar-image:before{content:"\fbc5"}.fi-bs-calendar-heart:before{content:"\fbc6"}.fi-bs-calendar-exclamation:before{content:"\fbc7"}.fi-bs-calendar-days:before{content:"\fbc8"}.fi-bs-calendar-day:before{content:"\fbc9"}.fi-bs-calendar-clock:before{content:"\fbca"}.fi-bs-calendar-check:before{content:"\fbcb"}.fi-bs-calendar-arrow-up:before{content:"\fbcc"}.fi-bs-calendar-arrow-down:before{content:"\fbcd"}.fi-bs-calculator:before{content:"\fbce"}.fi-bs-calculator-simple:before{content:"\fbcf"}.fi-bs-calculator-money:before{content:"\fbd0"}.fi-bs-calculator-bill:before{content:"\fbd1"}.fi-bs-cake-wedding:before{content:"\fbd2"}.fi-bs-cake-slice:before{content:"\fbd3"}.fi-bs-cake-birthday:before{content:"\fbd4"}.fi-bs-cactus:before{content:"\fbd5"}.fi-bs-cabin:before{content:"\fbd6"}.fi-bs-c:before{content:"\fbd7"}.fi-bs-butterfly:before{content:"\fbd8"}.fi-bs-business-time:before{content:"\fbd9"}.fi-bs-bus:before{content:"\fbda"}.fi-bs-bus-alt:before{content:"\fbdb"}.fi-bs-burrito:before{content:"\fbdc"}.fi-bs-burger-glass:before{content:"\fbdd"}.fi-bs-burger-fries:before{content:"\fbde"}.fi-bs-burger-alt:before{content:"\fbdf"}.fi-bs-bullseye:before{content:"\fbe0"}.fi-bs-bullseye-pointer:before{content:"\fbe1"}.fi-bs-bullseye-arrow:before{content:"\fbe2"}.fi-bs-bullhorn:before{content:"\fbe3"}.fi-bs-bullet:before{content:"\fbe4"}.fi-bs-bulb:before{content:"\fbe5"}.fi-bs-building:before{content:"\fbe6"}.fi-bs-building-ngo:before{content:"\fbe7"}.fi-bs-building-circle-arrow-right:before{content:"\fbe8"}.fi-bs-builder:before{content:"\fbe9"}.fi-bs-build:before{content:"\fbea"}.fi-bs-build-alt:before{content:"\fbeb"}.fi-bs-bugs:before{content:"\fbec"}.fi-bs-bug:before{content:"\fbed"}.fi-bs-bug-slash:before{content:"\fbee"}.fi-bs-budget:before{content:"\fbef"}.fi-bs-budget-alt:before{content:"\fbf0"}.fi-bs-bucket:before{content:"\fbf1"}.fi-bs-brush:before{content:"\fbf2"}.fi-bs-browsers:before{content:"\fbf3"}.fi-bs-browser:before{content:"\fbf4"}.fi-bs-browser-ui:before{content:"\fbf5"}.fi-bs-broom:before{content:"\fbf6"}.fi-bs-broom-ball:before{content:"\fbf7"}.fi-bs-broken-image:before{content:"\fbf8"}.fi-bs-broccoli:before{content:"\fbf9"}.fi-bs-broadcast-tower:before{content:"\fbfa"}.fi-bs-bring-front:before{content:"\fbfb"}.fi-bs-bring-forward:before{content:"\fbfc"}.fi-bs-brightness:before{content:"\fbfd"}.fi-bs-brightness-low:before{content:"\fbfe"}.fi-bs-briefcase:before{content:"\fbff"}.fi-bs-briefcase-blank:before{content:"\fc00"}.fi-bs-briefcase-arrow-right:before{content:"\fc01"}.fi-bs-bread:before{content:"\fc02"}.fi-bs-bread-slice:before{content:"\fc03"}.fi-bs-bread-slice-butter:before{content:"\fc04"}.fi-bs-bread-loaf:before{content:"\fc05"}.fi-bs-branding:before{content:"\fc06"}.fi-bs-brand:before{content:"\fc07"}.fi-bs-brain:before{content:"\fc08"}.fi-bs-brain-circuit:before{content:"\fc09"}.fi-bs-braille:before{content:"\fc0a"}.fi-bs-braille-z:before{content:"\fc0b"}.fi-bs-braille-y:before{content:"\fc0c"}.fi-bs-braille-x:before{content:"\fc0d"}.fi-bs-braille-w:before{content:"\fc0e"}.fi-bs-braille-v:before{content:"\fc0f"}.fi-bs-braille-u:before{content:"\fc10"}.fi-bs-braille-t:before{content:"\fc11"}.fi-bs-braille-s:before{content:"\fc12"}.fi-bs-braille-r:before{content:"\fc13"}.fi-bs-braille-q:before{content:"\fc14"}.fi-bs-braille-p:before{content:"\fc15"}.fi-bs-braille-o:before{content:"\fc16"}.fi-bs-braille-n:before{content:"\fc17"}.fi-bs-braille-n-alt:before{content:"\fc18"}.fi-bs-braille-m:before{content:"\fc19"}.fi-bs-braille-l:before{content:"\fc1a"}.fi-bs-braille-k:before{content:"\fc1b"}.fi-bs-braille-j:before{content:"\fc1c"}.fi-bs-braille-i:before{content:"\fc1d"}.fi-bs-braille-h:before{content:"\fc1e"}.fi-bs-braille-g:before{content:"\fc1f"}.fi-bs-braille-e:before{content:"\fc20"}.fi-bs-braille-d:before{content:"\fc21"}.fi-bs-braille-c:before{content:"\fc22"}.fi-bs-braille-b:before{content:"\fc23"}.fi-bs-braille-a:before{content:"\fc24"}.fi-bs-brackets-square:before{content:"\fc25"}.fi-bs-brackets-round:before{content:"\fc26"}.fi-bs-brackets-curly:before{content:"\fc27"}.fi-bs-bracket-square:before{content:"\fc28"}.fi-bs-bracket-square-right:before{content:"\fc29"}.fi-bs-bracket-round:before{content:"\fc2a"}.fi-bs-bracket-round-right:before{content:"\fc2b"}.fi-bs-bracket-curly:before{content:"\fc2c"}.fi-bs-bracket-curly-right:before{content:"\fc2d"}.fi-bs-boxing-glove:before{content:"\fc2e"}.fi-bs-boxes:before{content:"\fc2f"}.fi-bs-box:before{content:"\fc30"}.fi-bs-box-up:before{content:"\fc31"}.fi-bs-box-tissue:before{content:"\fc32"}.fi-bs-box-open:before{content:"\fc33"}.fi-bs-box-open-full:before{content:"\fc34"}.fi-bs-box-heart:before{content:"\fc35"}.fi-bs-box-fragile:before{content:"\fc36"}.fi-bs-box-dollar:before{content:"\fc37"}.fi-bs-box-circle-check:before{content:"\fc38"}.fi-bs-box-check:before{content:"\fc39"}.fi-bs-box-ballot:before{content:"\fc3a"}.fi-bs-box-alt:before{content:"\fc3b"}.fi-bs-bowling:before{content:"\fc3c"}.fi-bs-bowling-pins:before{content:"\fc3d"}.fi-bs-bowling-ball:before{content:"\fc3e"}.fi-bs-bowl-spoon:before{content:"\fc3f"}.fi-bs-bowl-soft-serve:before{content:"\fc40"}.fi-bs-bowl-scoops:before{content:"\fc41"}.fi-bs-bowl-scoop:before{content:"\fc42"}.fi-bs-bowl-rice:before{content:"\fc43"}.fi-bs-bowl-chopsticks:before{content:"\fc44"}.fi-bs-bowl-chopsticks-noodles:before{content:"\fc45"}.fi-bs-bow-arrow:before{content:"\fc46"}.fi-bs-bottle:before{content:"\fc47"}.fi-bs-bottle-droplet:before{content:"\fc48"}.fi-bs-boss:before{content:"\fc49"}.fi-bs-border-top:before{content:"\fc4a"}.fi-bs-border-style:before{content:"\fc4b"}.fi-bs-border-style-alt:before{content:"\fc4c"}.fi-bs-border-right:before{content:"\fc4d"}.fi-bs-border-outer:before{content:"\fc4e"}.fi-bs-border-none:before{content:"\fc4f"}.fi-bs-border-left:before{content:"\fc50"}.fi-bs-border-inner:before{content:"\fc51"}.fi-bs-border-center-v:before{content:"\fc52"}.fi-bs-border-center-h:before{content:"\fc53"}.fi-bs-border-bottom:before{content:"\fc54"}.fi-bs-border-all:before{content:"\fc55"}.fi-bs-booth-curtain:before{content:"\fc56"}.fi-bs-boot:before{content:"\fc57"}.fi-bs-boot-heeled:before{content:"\fc58"}.fi-bs-books:before{content:"\fc59"}.fi-bs-books-medical:before{content:"\fc5a"}.fi-bs-bookmark:before{content:"\fc5b"}.fi-bs-bookmark-slash:before{content:"\fc5c"}.fi-bs-book:before{content:"\fc5d"}.fi-bs-book-user:before{content:"\fc5e"}.fi-bs-book-tanakh:before{content:"\fc5f"}.fi-bs-book-spells:before{content:"\fc60"}.fi-bs-book-section:before{content:"\fc61"}.fi-bs-book-quran:before{content:"\fc62"}.fi-bs-book-plus:before{content:"\fc63"}.fi-bs-book-open-reader:before{content:"\fc64"}.fi-bs-book-open-cover:before{content:"\fc65"}.fi-bs-book-medical:before{content:"\fc66"}.fi-bs-book-heart:before{content:"\fc67"}.fi-bs-book-font:before{content:"\fc68"}.fi-bs-book-dead:before{content:"\fc69"}.fi-bs-book-copy:before{content:"\fc6a"}.fi-bs-book-circle-arrow-up:before{content:"\fc6b"}.fi-bs-book-circle-arrow-right:before{content:"\fc6c"}.fi-bs-book-bookmark:before{content:"\fc6d"}.fi-bs-book-atlas:before{content:"\fc6e"}.fi-bs-book-arrow-up:before{content:"\fc6f"}.fi-bs-book-arrow-right:before{content:"\fc70"}.fi-bs-book-alt:before{content:"\fc71"}.fi-bs-bonus:before{content:"\fc72"}.fi-bs-bonus-star:before{content:"\fc73"}.fi-bs-bong:before{content:"\fc74"}.fi-bs-bone:before{content:"\fc75"}.fi-bs-bone-break:before{content:"\fc76"}.fi-bs-bomb:before{content:"\fc77"}.fi-bs-bolt:before{content:"\fc78"}.fi-bs-bolt-slash:before{content:"\fc79"}.fi-bs-bolt-auto:before{content:"\fc7a"}.fi-bs-bold:before{content:"\fc7b"}.fi-bs-blueprint:before{content:"\fc7c"}.fi-bs-blueberries:before{content:"\fc7d"}.fi-bs-blood:before{content:"\fc7e"}.fi-bs-blood-test-tube:before{content:"\fc7f"}.fi-bs-blood-test-tube-alt:before{content:"\fc80"}.fi-bs-blog-text:before{content:"\fc81"}.fi-bs-blog-pencil:before{content:"\fc82"}.fi-bs-blockchain-3:before{content:"\fc83"}.fi-bs-block:before{content:"\fc84"}.fi-bs-block-quote:before{content:"\fc85"}.fi-bs-block-question:before{content:"\fc86"}.fi-bs-block-brick:before{content:"\fc87"}.fi-bs-blinds:before{content:"\fc88"}.fi-bs-blinds-raised:before{content:"\fc89"}.fi-bs-blinds-open:before{content:"\fc8a"}.fi-bs-blender:before{content:"\fc8b"}.fi-bs-blender-phone:before{content:"\fc8c"}.fi-bs-blanket:before{content:"\fc8d"}.fi-bs-bitcoin-sign:before{content:"\fc8e"}.fi-bs-bird:before{content:"\fc8f"}.fi-bs-biohazard:before{content:"\fc90"}.fi-bs-bio:before{content:"\fc91"}.fi-bs-bio-leaves:before{content:"\fc92"}.fi-bs-binoculars:before{content:"\fc93"}.fi-bs-binary:before{content:"\fc94"}.fi-bs-binary-slash:before{content:"\fc95"}.fi-bs-binary-lock:before{content:"\fc96"}.fi-bs-binary-circle-check:before{content:"\fc97"}.fi-bs-billiard:before{content:"\fc98"}.fi-bs-bill-arrow:before{content:"\fc99"}.fi-bs-biking:before{content:"\fc9a"}.fi-bs-biking-mountain:before{content:"\fc9b"}.fi-bs-bike:before{content:"\fc9c"}.fi-bs-bicycle-journey:before{content:"\fc9d"}.fi-bs-bible:before{content:"\fc9e"}.fi-bs-betamax:before{content:"\fc9f"}.fi-bs-benefit-porcent:before{content:"\fca0"}.fi-bs-bench-tree:before{content:"\fca1"}.fi-bs-bells:before{content:"\fca2"}.fi-bs-bell:before{content:"\fca3"}.fi-bs-bell-slash:before{content:"\fca4"}.fi-bs-bell-school:before{content:"\fca5"}.fi-bs-bell-school-slash:before{content:"\fca6"}.fi-bs-bell-ring:before{content:"\fca7"}.fi-bs-bell-concierge:before{content:"\fca8"}.fi-bs-beer:before{content:"\fca9"}.fi-bs-beer-mug-empty:before{content:"\fcaa"}.fi-bs-bee:before{content:"\fcab"}.fi-bs-bed:before{content:"\fcac"}.fi-bs-bed-empty:before{content:"\fcad"}.fi-bs-bed-bunk:before{content:"\fcae"}.fi-bs-bed-alt:before{content:"\fcaf"}.fi-bs-beacon:before{content:"\fcb0"}.fi-bs-battery-three-quarters:before{content:"\fcb1"}.fi-bs-battery-slash:before{content:"\fcb2"}.fi-bs-battery-quarter:before{content:"\fcb3"}.fi-bs-battery-half:before{content:"\fcb4"}.fi-bs-battery-full:before{content:"\fcb5"}.fi-bs-battery-exclamation:before{content:"\fcb6"}.fi-bs-battery-empty:before{content:"\fcb7"}.fi-bs-battery-bolt:before{content:"\fcb8"}.fi-bs-bath:before{content:"\fcb9"}.fi-bs-bat:before{content:"\fcba"}.fi-bs-basketball:before{content:"\fcbb"}.fi-bs-basketball-hoop:before{content:"\fcbc"}.fi-bs-basket-shopping-simple:before{content:"\fcbd"}.fi-bs-baseball:before{content:"\fcbe"}.fi-bs-baseball-alt:before{content:"\fcbf"}.fi-bs-bars-staggered:before{content:"\fcc0"}.fi-bs-bars-sort:before{content:"\fcc1"}.fi-bs-bars-progress:before{content:"\fcc2"}.fi-bs-bars-filter:before{content:"\fcc3"}.fi-bs-barcode:before{content:"\fcc4"}.fi-bs-barcode-scan:before{content:"\fcc5"}.fi-bs-barcode-read:before{content:"\fcc6"}.fi-bs-barber-shop:before{content:"\fcc7"}.fi-bs-barber-pole:before{content:"\fcc8"}.fi-bs-banner:before{content:"\fcc9"}.fi-bs-banner-5:before{content:"\fcca"}.fi-bs-banner-4:before{content:"\fccb"}.fi-bs-banner-3:before{content:"\fccc"}.fi-bs-banner-2:before{content:"\fccd"}.fi-bs-bank:before{content:"\fcce"}.fi-bs-banjo:before{content:"\fccf"}.fi-bs-bangladeshi-taka-sign:before{content:"\fcd0"}.fi-bs-band-aid:before{content:"\fcd1"}.fi-bs-banana:before{content:"\fcd2"}.fi-bs-ban:before{content:"\fcd3"}.fi-bs-ban-bug:before{content:"\fcd4"}.fi-bs-ballot:before{content:"\fcd5"}.fi-bs-ballot-check:before{content:"\fcd6"}.fi-bs-balloons:before{content:"\fcd7"}.fi-bs-balloon:before{content:"\fcd8"}.fi-bs-ball-pile:before{content:"\fcd9"}.fi-bs-balance-scale-right:before{content:"\fcda"}.fi-bs-balance-scale-left:before{content:"\fcdb"}.fi-bs-baht-sign:before{content:"\fcdc"}.fi-bs-bahai:before{content:"\fcdd"}.fi-bs-baguette:before{content:"\fcde"}.fi-bs-bags-shopping:before{content:"\fcdf"}.fi-bs-bag-seedling:before{content:"\fce0"}.fi-bs-badminton:before{content:"\fce1"}.fi-bs-badget-check-alt:before{content:"\fce2"}.fi-bs-badger-honey:before{content:"\fce3"}.fi-bs-badge:before{content:"\fce4"}.fi-bs-badge-sheriff:before{content:"\fce5"}.fi-bs-badge-percent:before{content:"\fce6"}.fi-bs-badge-leaf:before{content:"\fce7"}.fi-bs-badge-dollar:before{content:"\fce8"}.fi-bs-badge-check:before{content:"\fce9"}.fi-bs-bacterium:before{content:"\fcea"}.fi-bs-bacteria:before{content:"\fceb"}.fi-bs-bacon:before{content:"\fcec"}.fi-bs-backpack:before{content:"\fced"}.fi-bs-background:before{content:"\fcee"}.fi-bs-baby:before{content:"\fcef"}.fi-bs-baby-carriage:before{content:"\fcf0"}.fi-bs-b:before{content:"\fcf1"}.fi-bs-axe:before{content:"\fcf2"}.fi-bs-axe-battle:before{content:"\fcf3"}.fi-bs-award:before{content:"\fcf4"}.fi-bs-avocado:before{content:"\fcf5"}.fi-bs-austral-sign:before{content:"\fcf6"}.fi-bs-audit:before{content:"\fcf7"}.fi-bs-audit-alt:before{content:"\fcf8"}.fi-bs-audio-description-slash:before{content:"\fcf9"}.fi-bs-auction:before{content:"\fcfa"}.fi-bs-aubergine:before{content:"\fcfb"}.fi-bs-attribution-pencil:before{content:"\fcfc"}.fi-bs-attribution-pen:before{content:"\fcfd"}.fi-bs-at:before{content:"\fcfe"}.fi-bs-asterik:before{content:"\fcff"}.fi-bs-assistive-listening-systems:before{content:"\fd00"}.fi-bs-assign:before{content:"\fd01"}.fi-bs-assessment:before{content:"\fd02"}.fi-bs-assessment-alt:before{content:"\fd03"}.fi-bs-assept-document:before{content:"\fd04"}.fi-bs-artificial-intelligence:before{content:"\fd05"}.fi-bs-arrows:before{content:"\fd06"}.fi-bs-arrows-to-line:before{content:"\fd07"}.fi-bs-arrows-to-eye:before{content:"\fd08"}.fi-bs-arrows-to-dotted-line:before{content:"\fd09"}.fi-bs-arrows-retweet:before{content:"\fd0a"}.fi-bs-arrows-repeat:before{content:"\fd0b"}.fi-bs-arrows-repeat-1:before{content:"\fd0c"}.fi-bs-arrows-h:before{content:"\fd0d"}.fi-bs-arrows-h-copy:before{content:"\fd0e"}.fi-bs-arrows-from-line:before{content:"\fd0f"}.fi-bs-arrows-from-dotted-line:before{content:"\fd10"}.fi-bs-arrows-cross:before{content:"\fd11"}.fi-bs-arrows-alt:before{content:"\fd12"}.fi-bs-arrows-alt-v:before{content:"\fd13"}.fi-bs-arrows-alt-h:before{content:"\fd14"}.fi-bs-arrow-up:before{content:"\fd15"}.fi-bs-arrow-up-to-dotted-line:before{content:"\fd16"}.fi-bs-arrow-up-square-triangle:before{content:"\fd17"}.fi-bs-arrow-up-small-big:before{content:"\fd18"}.fi-bs-arrow-up-right:before{content:"\fd19"}.fi-bs-arrow-up-right-from-square:before{content:"\fd1a"}.fi-bs-arrow-up-right-and-arrow-down-left-from-center:before{content:"\fd1b"}.fi-bs-arrow-up-left:before{content:"\fd1c"}.fi-bs-arrow-up-left-from-circle:before{content:"\fd1d"}.fi-bs-arrow-up-from-square:before{content:"\fd1e"}.fi-bs-arrow-up-from-dotted-line:before{content:"\fd1f"}.fi-bs-arrow-turn-down-right:before{content:"\fd20"}.fi-bs-arrow-turn-down-left:before{content:"\fd21"}.fi-bs-arrow-trend-up:before{content:"\fd22"}.fi-bs-arrow-trend-down:before{content:"\fd23"}.fi-bs-arrow-to-top:before{content:"\fd24"}.fi-bs-arrow-to-right:before{content:"\fd25"}.fi-bs-arrow-to-left:before{content:"\fd26"}.fi-bs-arrow-to-bottom:before{content:"\fd27"}.fi-bs-arrow-square-up:before{content:"\fd28"}.fi-bs-arrow-square-right:before{content:"\fd29"}.fi-bs-arrow-square-left:before{content:"\fd2a"}.fi-bs-arrow-square-down:before{content:"\fd2b"}.fi-bs-arrow-small-up:before{content:"\fd2c"}.fi-bs-arrow-small-right:before{content:"\fd2d"}.fi-bs-arrow-small-left:before{content:"\fd2e"}.fi-bs-arrow-small-down:before{content:"\fd2f"}.fi-bs-arrow-right:before{content:"\fd30"}.fi-bs-arrow-right-to-bracket:before{content:"\fd31"}.fi-bs-arrow-progress:before{content:"\fd32"}.fi-bs-arrow-left:before{content:"\fd33"}.fi-bs-arrow-left-from-line:before{content:"\fd34"}.fi-bs-arrow-from-top:before{content:"\fd35"}.fi-bs-arrow-from-right:before{content:"\fd36"}.fi-bs-arrow-from-left:before{content:"\fd37"}.fi-bs-arrow-from-bottom:before{content:"\fd38"}.fi-bs-arrow-down:before{content:"\fd39"}.fi-bs-arrow-down-triangle-square:before{content:"\fd3a"}.fi-bs-arrow-down-to-square:before{content:"\fd3b"}.fi-bs-arrow-down-to-dotted-line:before{content:"\fd3c"}.fi-bs-arrow-down-small-big:before{content:"\fd3d"}.fi-bs-arrow-down-left:before{content:"\fd3e"}.fi-bs-arrow-down-from-dotted-line:before{content:"\fd3f"}.fi-bs-arrow-comparison:before{content:"\fd40"}.fi-bs-arrow-circle-up:before{content:"\fd41"}.fi-bs-arrow-circle-right:before{content:"\fd42"}.fi-bs-arrow-circle-left:before{content:"\fd43"}.fi-bs-arrow-circle-down:before{content:"\fd44"}.fi-bs-arrow-alt-up:before{content:"\fd45"}.fi-bs-arrow-alt-to-top:before{content:"\fd46"}.fi-bs-arrow-alt-to-right:before{content:"\fd47"}.fi-bs-arrow-alt-to-left:before{content:"\fd48"}.fi-bs-arrow-alt-to-bottom:before{content:"\fd49"}.fi-bs-arrow-alt-square-up:before{content:"\fd4a"}.fi-bs-arrow-alt-square-right:before{content:"\fd4b"}.fi-bs-arrow-alt-square-left:before{content:"\fd4c"}.fi-bs-arrow-alt-square-down:before{content:"\fd4d"}.fi-bs-arrow-alt-right:before{content:"\fd4e"}.fi-bs-arrow-alt-left:before{content:"\fd4f"}.fi-bs-arrow-alt-from-top:before{content:"\fd50"}.fi-bs-arrow-alt-from-right:before{content:"\fd51"}.fi-bs-arrow-alt-from-left:before{content:"\fd52"}.fi-bs-arrow-alt-from-bottom:before{content:"\fd53"}.fi-bs-arrow-alt-down:before{content:"\fd54"}.fi-bs-arrow-alt-circle-up:before{content:"\fd55"}.fi-bs-arrow-alt-circle-right:before{content:"\fd56"}.fi-bs-arrow-alt-circle-left:before{content:"\fd57"}.fi-bs-arrow-alt-circle-down:before{content:"\fd58"}.fi-bs-archway:before{content:"\fd59"}.fi-bs-archive:before{content:"\fd5a"}.fi-bs-apps:before{content:"\fd5b"}.fi-bs-apps-sort:before{content:"\fd5c"}.fi-bs-apps-delete:before{content:"\fd5d"}.fi-bs-apps-add:before{content:"\fd5e"}.fi-bs-apple-whole:before{content:"\fd5f"}.fi-bs-apple-crate:before{content:"\fd60"}.fi-bs-apple-core:before{content:"\fd61"}.fi-bs-api:before{content:"\fd62"}.fi-bs-aperture:before{content:"\fd63"}.fi-bs-apartment:before{content:"\fd64"}.fi-bs-answer:before{content:"\fd65"}.fi-bs-answer-alt:before{content:"\fd66"}.fi-bs-ankh:before{content:"\fd67"}.fi-bs-animated-icon:before{content:"\fd68"}.fi-bs-angry:before{content:"\fd69"}.fi-bs-angle:before{content:"\fd6a"}.fi-bs-angle-up:before{content:"\fd6b"}.fi-bs-angle-square-up:before{content:"\fd6c"}.fi-bs-angle-square-right:before{content:"\fd6d"}.fi-bs-angle-square-left:before{content:"\fd6e"}.fi-bs-angle-square-down:before{content:"\fd6f"}.fi-bs-angle-small-up:before{content:"\fd70"}.fi-bs-angle-small-right:before{content:"\fd71"}.fi-bs-angle-small-left:before{content:"\fd72"}.fi-bs-angle-small-down:before{content:"\fd73"}.fi-bs-angle-right:before{content:"\fd74"}.fi-bs-angle-left:before{content:"\fd75"}.fi-bs-angle-down:before{content:"\fd76"}.fi-bs-angle-double-small-up:before{content:"\fd77"}.fi-bs-angle-double-small-right:before{content:"\fd78"}.fi-bs-angle-double-small-left:before{content:"\fd79"}.fi-bs-angle-double-small-down:before{content:"\fd7a"}.fi-bs-angle-double-right:before{content:"\fd7b"}.fi-bs-angle-double-left:before{content:"\fd7c"}.fi-bs-angle-circle-up:before{content:"\fd7d"}.fi-bs-angle-circle-right:before{content:"\fd7e"}.fi-bs-angle-circle-left:before{content:"\fd7f"}.fi-bs-angle-circle-down:before{content:"\fd80"}.fi-bs-angle-90:before{content:"\fd81"}.fi-bs-angel:before{content:"\fd82"}.fi-bs-anchor:before{content:"\fd83"}.fi-bs-analyse:before{content:"\fd84"}.fi-bs-analyse-alt:before{content:"\fd85"}.fi-bs-ambulance:before{content:"\fd86"}.fi-bs-align-slash:before{content:"\fd87"}.fi-bs-align-left:before{content:"\fd88"}.fi-bs-align-justify:before{content:"\fd89"}.fi-bs-align-center:before{content:"\fd8a"}.fi-bs-alien:before{content:"\fd8b"}.fi-bs-alicorn:before{content:"\fd8c"}.fi-bs-algorithm:before{content:"\fd8d"}.fi-bs-album:before{content:"\fd8e"}.fi-bs-album-collection:before{content:"\fd8f"}.fi-bs-album-circle-user:before{content:"\fd90"}.fi-bs-album-circle-plus:before{content:"\fd91"}.fi-bs-alarm-snooze:before{content:"\fd92"}.fi-bs-alarm-plus:before{content:"\fd93"}.fi-bs-alarm-exclamation:before{content:"\fd94"}.fi-bs-alarm-clock:before{content:"\fd95"}.fi-bs-airplay:before{content:"\fd96"}.fi-bs-airplane-journey:before{content:"\fd97"}.fi-bs-air-pollution:before{content:"\fd98"}.fi-bs-air-freshener:before{content:"\fd99"}.fi-bs-air-conditioner:before{content:"\fd9a"}.fi-bs-age:before{content:"\fd9b"}.fi-bs-age-restriction-zero:before{content:"\fd9c"}.fi-bs-age-restriction-twenty-one:before{content:"\fd9d"}.fi-bs-age-restriction-twelve:before{content:"\fd9e"}.fi-bs-age-restriction-three:before{content:"\fd9f"}.fi-bs-age-restriction-thirteen:before{content:"\fda0"}.fi-bs-age-restriction-sixteen:before{content:"\fda1"}.fi-bs-age-restriction-six:before{content:"\fda2"}.fi-bs-age-restriction-seven:before{content:"\fda3"}.fi-bs-age-restriction-eighteen:before{content:"\fda4"}.fi-bs-age-alt:before{content:"\fda5"}.fi-bs-admin:before{content:"\fda6"}.fi-bs-admin-alt:before{content:"\fda7"}.fi-bs-address-card:before{content:"\fda8"}.fi-bs-address-book:before{content:"\fda9"}.fi-bs-add:before{content:"\fdaa"}.fi-bs-add-image:before{content:"\fdab"}.fi-bs-add-folder:before{content:"\fdac"}.fi-bs-add-document:before{content:"\fdad"}.fi-bs-ad:before{content:"\fdae"}.fi-bs-ad-paid:before{content:"\fdaf"}.fi-bs-acorn:before{content:"\fdb0"}.fi-bs-accident:before{content:"\fdb1"}.fi-bs-a:before{content:"\fdb2"}.fi-bs-Siren:before{content:"\fdb3"}.fi-bs-Sickle:before{content:"\fdb4"}.fi-bs-Revenue:before{content:"\fdb5"}.fi-bs-QR:before{content:"\fdb6"}.fi-bs-Pi:before{content:"\fdb7"}.fi-bs-Cannabis:before{content:"\fdb8"}.fi-bs-CV:before{content:"\fdb9"}.fi-bs-CRM:before{content:"\fdba"}.fi-bs-Butter:before{content:"\fdbb"}.fi-bs-Booking:before{content:"\fdbc"}.fi-bs-9:before{content:"\fdbd"}.fi-bs-8:before{content:"\fdbe"}.fi-bs-7:before{content:"\fdbf"}.fi-bs-6:before{content:"\fdc0"}.fi-bs-5:before{content:"\fdc1"}.fi-bs-404:before{content:"\fdc2"}.fi-bs-4:before{content:"\fdc3"}.fi-bs-360-degrees:before{content:"\fdc4"}.fi-bs-3:before{content:"\fdc5"}.fi-bs-2:before{content:"\fdc6"}.fi-bs-1:before{content:"\fdc7"}.fi-bs-0:before{content:"\fdc8"}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.3.0 - https://www.flaticon.com/uicons/interface-icons
*/:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--sigma-background-color:#fff;--sigma-controls-background-color:#fff;--sigma-controls-background-color-hover:#0003;--sigma-controls-border-color:#0003;--sigma-controls-color:#000;--sigma-controls-zindex:100;--sigma-controls-margin:5px;--sigma-controls-size:30px}div.react-sigma{background:#fff;background:var(--sigma-background-color);position:relative}div.react-sigma,div.sigma-container{height:100%;width:100%}.react-sigma-controls{background-color:#fff;background-color:var(--sigma-controls-background-color);border:2px solid #0003;border:2px solid var(--sigma-controls-border-color);border-radius:4px;color:#000;color:var(--sigma-controls-color);position:absolute;z-index:100;z-index:var(--sigma-controls-zindex)}.react-sigma-controls.bottom-right{bottom:5px;bottom:var(--sigma-controls-margin);right:5px;right:var(--sigma-controls-margin)}.react-sigma-controls.bottom-left{bottom:5px;bottom:var(--sigma-controls-margin);left:5px;left:var(--sigma-controls-margin)}.react-sigma-controls.top-right{right:5px;right:var(--sigma-controls-margin);top:5px;top:var(--sigma-controls-margin)}.react-sigma-controls.top-left{left:5px;left:var(--sigma-controls-margin);top:5px;top:var(--sigma-controls-margin)}.react-sigma-controls:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.react-sigma-controls:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.react-sigma-control{background-color:#fff;background-color:var(--sigma-controls-background-color);border-bottom:1px solid #0003;border-bottom:1px solid var(--sigma-controls-border-color);height:30px;height:var(--sigma-controls-size);line-height:30px;line-height:var(--sigma-controls-size);width:30px;width:var(--sigma-controls-size)}.react-sigma-control:last-child{border-bottom:none}.react-sigma-control>*{box-sizing:border-box}.react-sigma-control>button{clip:rect(0,0,0,0);background-color:#fff;background-color:var(--sigma-controls-background-color);background-position:50%;background-repeat:no-repeat;background-size:50%;border:none;display:block;height:30px;height:var(--sigma-controls-size);line-height:30px;line-height:var(--sigma-controls-size);margin:0;padding:0;width:30px;width:var(--sigma-controls-size)}.react-sigma-control>button:hover{background-color:#0003;background-color:var(--sigma-controls-background-color-hover)}.react-sigma-search{background-color:#fff;background-color:var(--sigma-controls-background-color)}.react-sigma-search label{visibility:hidden}.react-sigma-search input{background-color:#fff;background-color:var(--sigma-controls-background-color);border:none;box-sizing:border-box;color:#000;color:var(--sigma-controls-color);font-size:1em;margin:0;padding:5px;padding:var(--sigma-controls-margin);width:100%}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:#0000}@font-face{font-family:SourceSansPro-Regular;src:url(/static/media/SourceSansPro-Regular.c2b23b36ce51dfd4d60a.ttf) format("truetype")}html{--maxlw:750px;--minlw:400px;--svw:400px;--lh:1.4rem;--margin:35px;line-height:1.4rem;line-height:var(--lh)}body{font-family:SourceSansPro-Regular,Arial,Helvetica,sans-serif;font-size:14px;overflow:hidden;scroll-behavior:auto}#root,.app,.grid-view,.page-content,.search-results,body,html{box-sizing:border-box;height:100%}.admin,.admin-toggle{background-image:linear-gradient(to bottom right,#fff0,#c8c8c888)!important;input,textarea{background-image:linear-gradient(to bottom right,#fff0,#c8c8c8c8)!important}}.horizontal{display:flex;flex-direction:row}.vertical{display:flex;flex-direction:column}button.admin.help{display:none}button.glyphicon:hover:not(:disabled){color:#000}.message{color:#00731e;white-space:pre-line}.alert-warning .er-l-dlg-lbl-type,.message.warning{color:#cc8e00}.alert-error .er-l-dlg-lbl-type,.message.error{color:#bc2511}.alert-error .er-l-dlg-lbl-type{font-weight:700}.message.user-not-found{color:#9a4c00}.jsoneditor-react{display:flex;flex:1 1}.simple-select{line-height:1rem;label{display:inline-flex;flex-direction:row;flex-wrap:nowrap;span{flex:auto;margin:auto .25rem auto auto}.select__control{display:inline-flex;min-height:1rem}.select__value-container{padding:0 4px 0 0}.select__dropdown-indicator{margin:auto;padding:0}.select__single-value{min-width:1rem;text-align:start}}}.simple-select.disabled{pointer-events:none;.select__control{background-color:initial;border-color:#0000}.select__indicators{display:none}}.input-reset{align-items:center;cursor:pointer;display:inline-flex}.input-reset.disabled{cursor:default;visibility:hidden}.input-reset:hover:not(.disabled){color:red;font-weight:700}.input-reset.inside{margin-left:-1.5em;margin-right:.5em}.markdown{.md-p{margin-bottom:.5rem}}.markdown.error{color:#c9302c}.markdown .interpolated div{display:inline}.app{display:flex;flex-direction:column;max-height:100%}.page-content{flex:1 1;overflow:hidden}.app-root{text-align:center}.error-page,.landing-page .app-container,.maintenance-page{display:flex;flex-direction:column;height:100%;margin-top:5%;overflow:hidden}.landing-page{height:100%;margin:0 35px;margin:0 var(--margin);overflow:hidden;.search-box .copy-to-clipboard{display:none}}.navbar-logo-mini{display:none;height:46px;text-align:start}.login-form button.help{border:none;float:left;font-size:1.5rem;margin-left:20px;margin-top:20px}.client-logo{background-image:url(/static/media/tenant-logo.909baef80dbc003e1287);background-position:100%;background-repeat:no-repeat;background-size:contain;display:block;height:48px;margin-left:35px;margin-left:var(--margin);opacity:0;text-align:end;width:150px;z-index:1}.landing-page .client-logo{z-index:-1}.help-form .client-logo,.login-form .client-logo{float:right;margin-right:40px;margin-top:-40px}form.help{.help-body{display:flex;flex-direction:column;left:50%;margin:35px;margin:var(--margin);max-height:80%;overflow:auto;padding:20px;transform:translateX(-50%);width:600px;.help-img-wrp{margin-top:35px;margin-top:var(--margin)}.client-logo{display:none}button.link{left:0;position:relative;text-align:start;z-index:10}.chat-session{flex:1 1 auto;height:auto;overflow:auto;width:100%}}}form.help.embedded{.link{display:none}.help-body{height:100%;left:auto;transform:none;width:100%}}.error-page,.maintenance-page{font-size:18px;text-align:center}.error-page details>*{font-family:monospace;margin:0 200px;text-align:left}.error-page .logo-wrapper,.landing-page .logo-wrapper{margin:20px auto;width:100%}.app-container.chat{display:flex;flex-direction:column;flex-grow:1;height:100%;margin-bottom:35px;margin-bottom:var(--margin);max-height:100%;overflow:hidden;.logo-wrapper{margin:10px auto;.app-logo{height:48px}}}.modal-title{align-items:center;display:flex;flex-direction:row;width:100%}.draggable .modal-title{cursor:move}.modal-footer,.modal-header{padding:.5rem .75rem}.modal-header button.btn-close{cursor:pointer;margin:4px;padding:4px;top:4px;vertical-align:top}.modal-header button.btn-close:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")}.modal-footer .rnd-resizable-handle,.modal-footer:has(.rnd-resizable-handle){padding:0}.grid-viewport-row .loading-animation{height:4rem;padding-top:1rem;width:750px;width:var(--maxlw)}.ketcher-wrp-mdl{min-height:728px;min-width:900px;.modal-footer{column-gap:4px;flex-wrap:nowrap;.btn{padding:inherit;white-space:nowrap;width:auto}}}.ketcher-wrp-mdl .smiles-list{max-height:200px;overflow:auto;text-align:left;width:100%}.list-divider{color:#aeaeae;padding:0 5px}.long-list-element,.long-text,div.long-text{display:block;overflow:clip;text-overflow:ellipsis;white-space:nowrap}.long-list-element{text-overflow-ellipsis:"...   "}.long-list-element:hover,.long-text:hover{overflow-wrap:break-word;white-space:normal}.smiles .long-text:hover{word-break:break-all}.truncate-overflow-clamp{--max-lines:3;-webkit-line-clamp:var(--max-lines);-webkit-box-orient:vertical;display:-webkit-box}.truncate-overflow{--max-lines:3;max-height:calc(1.4rem*var(--max-lines));max-height:calc(var(--lh)*var(--max-lines));overflow:hidden;position:relative}.truncate-overflow:after{background:linear-gradient(90deg,#fff0,#fff 50%);content:"";height:1.2em;pointer-events:none;position:absolute;right:0;text-align:right;width:10%}.truncate-lines-2{--max-lines:2}.app .react-tooltip-arrow{background-color:#ddd;color:#000;z-index:1000}.app .react-tooltip{background:#eaeaea;border-radius:4px;color:#545454;max-width:400px;padding:8px;z-index:1000}.app .react-tooltip ul{margin-bottom:4px;padding-left:1em}.app .react-tooltip b{color:#000}.app .react-tooltip em{font-style:normal}.tooltip-text{background:#eaeaea;contain:paint;left:105%;max-width:400px;opacity:0;padding:8px 24px;position:absolute;top:50%;transition:opacity .01s;visibility:hidden;width:400px;z-index:5}.tooltip-host{display:inline-block;position:relative}:hover>.tooltip-text{opacity:1;visibility:visible}.tooltip-text b{color:#000}ul.tooltip-text{list-style-type:disc}ul.tooltip-text.activities{margin-bottom:auto;max-height:none;overflow-y:visible;padding-bottom:1rem}.message-list .modal-header{padding:8px 12px}.message-list .modal-title span{flex-grow:1}.message-list .modal-body{padding:0}.message-list .modal-body>div{padding:8px 12px}.message-details-list{width:100%}.message-details-list .message-details{list-style:none;margin-right:20px;max-height:100px;overflow:auto;padding:0 0 0 20px}.search-results{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:24px;overflow:hidden}.query-summary{flex:initial;margin-left:35px;margin-left:var(--margin);z-index:1}.search-results.search-results-loading{flex-wrap:nowrap;width:100%}.search-results-loading .grid-loading{flex:1 1 auto}.search-results-loading .query-summary{flex:0 0;position:relative;.query-summary-contents{margin-right:35px;position:relative}}.graph-results{display:flex;flex-direction:column;height:100%;margin-top:35px;margin-top:var(--margin);padding-bottom:35px;padding-bottom:var(--margin);width:50%;.loading-animation{display:flex;flex-direction:column}label:has(.category-select){display:flex}.category-select{display:inline-block;flex:1 0 auto;margin-left:35px;margin-left:var(--margin);.category-select__control{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.category-select__menu{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.category-select__input-container,.category-select__value-container{margin:0;padding:0}.category-select__indicator,.category-select__indicators{padding:0}}}.graph-controls{column-gap:var(--padding);display:flex;flex-wrap:wrap;width:100%;z-index:1;label{white-space:nowrap}}.evidence-arrow{background-color:#000;float:left;height:.2rem;left:50%;padding-top:.07rem;position:absolute;top:96px;transform:translateX(-50%) translateY(-50%);width:20%}.evidence-arrow:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e072";display:inline-block;float:right;font-family:Glyphicons Halflings,sans-serif;font-style:normal;font-weight:400;line-height:1;transform:translateX(50%) translateY(-50%)}.graph-details{display:flex;flex:1 1;flex-direction:column;height:100%;margin-left:35px;margin-left:var(--margin);max-width:50%;overflow:auto;position:relative}.graph-details .nodes{display:flex;flex:0 0 auto;flex-direction:row;width:100%;.labeled-entity{flex:auto;margin:35px;margin:var(--margin);max-width:50%;.ball-lg div{height:128px;width:128px}img{max-height:128px;width:100%}}}.selection-rectangle{border:1px dashed gray;display:none;position:absolute;z-index:1000}.graph-details .edges{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin:35px;margin:var(--margin);overflow:hidden}.graph-details .dataset-edges{align-self:center;display:flex;flex-basis:auto;flex-direction:column;margin-top:35px;margin-top:var(--margin);min-height:0;overflow:hidden;width:100%}.graph-details .dataset-edges .dataset{background-color:#cecece;flex:0 0 auto;font-size:1rem;font-weight:700;text-decoration:none}.graph-details .dataset-edges .edge-details{display:flex;flex:0 1 auto;flex-direction:column;overflow:auto;.edge-detail{margin-left:35px;margin-left:var(--margin)}}.graph-view{height:100%;.graph-container{height:100%;width:100%}}.graph-results .graph-loading-animation{height:50%;width:50%;.graph-container{height:100%;margin:auto;width:100%}}.center-vertical{margin:auto;position:relative;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%)}.center-horizontal{margin:auto;width:100%}.grid-filter{background-color:var(--bg-color);display:flex;flex:initial;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:400px;min-width:var(--minlw);width:750px;width:var(--maxlw);z-index:1}.grid-filter,.grid-loading{max-width:750px;max-width:var(--maxlw)}.grid-loading{height:100%}.grid-loading .loading-animation{height:75%;margin:auto;position:relative;top:50%;transform:translateY(-50%);width:100%}.query-summary-contents{margin-right:35px;margin-right:var(--margin);position:absolute;width:400px;width:var(--svw)}.grid-view{height:100%;width:100%}.grid-viewport{contain:strict;height:100%;margin-top:-73px;overflow-y:auto;padding-top:73px}.grid-virtualized{overflow-x:clip;position:relative;width:100%}.grid-virtualized-content{left:0;position:absolute;top:0;width:100%}.grid-viewport-row{overflow-x:clip}.empty-result,.grid-viewport-row{max-width:750px;max-width:var(--maxlw);min-width:400px;min-width:var(--minlw)}.empty-result{height:100%;padding-bottom:35px;padding-bottom:var(--margin)}.empty-result-content{background-color:#fafafa;border:1px solid #ebebeb;font-size:21px;height:100%;padding-top:20%;text-align:center}.row-loading{color:red;display:none}.row-scrolling{color:green;height:0}.hidden{visibility:hidden}.as-top{color:inherit}.category,.upper{text-transform:uppercase}.category{color:#a1a1a1;display:block}::placeholder{font-style:italic}.star-rating{color:#363636}.star-rating.checked{color:orange}.out-of-bounds{color:red}.markdown.alert{padding:.2rem}.jsoneditor-react .jse-contents{max-height:35%}.file-uploader{display:flex;flex-direction:row;flex-wrap:wrap;.attach-button{height:1.5rem;margin:4px 2px;width:1.5rem}.attach-button.read-only{background:none;border:#0000;box-shadow:none}.attached-file{border:1px solid gray;border-radius:4px;display:inline-block;margin:4px 2px;padding:2px;.circular-progress{display:inline-block;height:12px;margin-left:4px;width:12px}.delete-button{cursor:pointer;padding-right:1rem}}}.ai-modal{flex-direction:column;max-height:95%;min-height:30%;.waiting{font-style:italic}.prompt{min-height:2rem}.loading-animation,.prompt{flex-grow:1;margin-right:8px;width:auto}label.context>b{border-bottom:1px solid gray;display:inline-block;width:100%;button{background:none;border:none}}label.context,p>label{color:#000;font-weight:700;width:100%;>span{color:var(--dropdown-color);display:inline-block;max-height:150px;overflow-y:auto}}.assistant,.search-analyst{.alert{padding:.1rem}}.alert{padding:.5rem}.ctm__checkbox,.model-settings{margin-top:var(--padding)}.model-settings{width:100%;.simple-select{vertical-align:initial;.select__control,label{display:inline-flex}}div,label{display:inline-block;.react-numeric-input{margin:0 35px;margin:0 var(--margin);max-width:4rem;input{max-width:100%}}}}}.ai-modal.modal-dialog{max-width:65%}.ai-modal .modal-header{align-items:flex-start;padding:4px}.ai-modal .modal-title{align-items:center;display:flex;flex-grow:1}.ai-modal .modal-title img{margin:auto 8px;top:50%}.ai-modal .alert-warning{border:1px solid #ff8c00;flex-grow:1;margin:0 0 8px;padding:4px}.ai-modal .alert-warning h6{color:#000;font-weight:bolder}.ai-modal .logo{height:18px;margin-left:8px}.ai-modal .title{flex-grow:1}.ai-modal .user-input{display:flex;flex-direction:row;position:relative}.ai-modal .categories-selection .dropdown-menu.show{column-count:2}.ai-modal .buttons{align-items:center;display:none;justify-content:space-evenly;margin:8px 0}.ai-modal .buttons .glyphicon{font-size:19px;padding:4px}.ai-modal .dropdown-toggle:after{display:none}.ai-modal .categories-selection .btn{height:22px;margin-left:4px;padding:0;width:22px;.glyphicon{display:inline-block;font-size:90%;margin:0;padding:2px}}.ai-modal .buttons>span{flex-grow:1;margin:0 8px;text-align:right;white-space:nowrap}.ai-modal .conversation{margin-bottom:35px;margin-bottom:var(--margin);max-height:400px}.ai-modal .user-input select{max-width:175px;text-overflow:ellipsis}.ai-modal span.system{color:inherit;font-weight:700}.chat-session{margin:auto;padding-bottom:var(--padding)}.conversation{flex:0 1 auto;overflow-x:hidden;overflow-y:auto;ol,ul{margin-top:35px;margin-top:var(--margin)}a,div{margin-bottom:4px}.thinking{opacity:50%}.llm-training,.thinking,.truncated{font-style:italic}.truncated{color:red}.timestamp{font-family:monospace;font-size:.75rem;margin-right:.25rem}.avatar{background-color:#000;border-radius:4px;color:#fff;display:inline-block;height:18px;margin:auto 35px auto auto;margin:auto var(--margin) auto auto;text-align:center;vertical-align:initial;width:18px}.glyphicon:not(.search-icon){float:right;margin-left:35px;margin-left:var(--margin)}.glyphicon:not(.search-icon):hover{color:#000}.turn{overflow-x:hidden;width:100%}.turn:not(:hover){.glyphicon{visibility:hidden}}.assistant,.search-analyst,.system,.tool,.user{border-radius:4px;display:block;margin:0 0 35px;margin:0 0 var(--margin) 0;padding:var(--padding)}.system{color:#000}.user:not(.alert){background:#0606342e;color:#5858ab}.user{display:inline-block}.assistant,.search-analyst{background-color:#eaf5fc;color:#333}.tool-result-text{margin-right:35px;margin-right:var(--margin)}.tool-result,.tool-use{opacity:75%}.tool-use-text{margin-left:16px}.tool-use:not(.alert){color:#33333396}.tool-result:not(.alert){background-color:#06063414;color:#5858ab96;max-height:8rem;overflow:hidden auto}.agent,.search-analyst{color:#333;max-height:10rem;opacity:75%;overflow:auto}.agent,.search-analyst,.search-analyst.tool-result:not(.alert){background-color:#c8e5bc}.search-analyst-result:not(.alert){background-color:#d7e4d0}button.rerun{border:none;height:24px;width:24px}}.ai-modal .modal-title{flex-direction:row;width:100%}.chat-actions{display:flex;flex-direction:row;.simple-select{margin:5px}.streaming{margin:auto 4px;padding-bottom:4px}}.ai-templates{border-top:1px solid gray;textarea{min-height:5rem;width:100%}}.flat-button,.flat-button:before{background:#0000;background-image:none;border:none;cursor:pointer;padding:0}.modal-title>div{flex-grow:1}.modal-title .copy-to-clipboard{margin:4px 4px 4px auto;text-align:end}.modal-title .glyphicon{padding:var(--padding)}@keyframes pulse-size{0%{transform:scale(1)}50%{transform:scale(.65)}to{transform:scale(1)}}@keyframes pulse-opacity{0%{opacity:1}50%{opacity:.1}to{opacity:1}}.export-icon-pulse,.icon-pulse{animation-duration:2s;animation-iteration-count:infinite;animation-name:pulse-opacity;animation-timing-function:ease-in-out}.slide-generator{display:flex;flex-direction:column;height:100%;overflow-y:hidden;.two-columns{display:flex;flex:0 0 auto;flex-direction:row;>textarea{height:8rem;width:50%}}button{color:#000;flex:0 0 auto;margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.slides-markdown{border:1px solid gray;max-height:100px;overflow-y:auto;textarea{min-height:100px;width:100%}}.slideshow{flex:1 1 auto;.reveal{height:100%;width:100%}}}div.authorizing-placeholder{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;margin:auto;position:relative;top:25%;transform:translateY(-25%)}.template-sandbox .download-ppt{height:32px;width:32px}.download-ppt{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAAb1BMVEX///8AAAD+/v7S0tJtbW2CgoKrq6tmZmalpaUUFBSampqenp6MjIzAwMAuLi6GhobKysrg4OCysrLx8fHDw8M/Pz/4+Pi6urrn5+dKSkpYWFhMTExRUVEJCQk0NDSPj494eHgmJiZCQkLX19c5OTlb7lGBAAAHHklEQVR4nO2da2OiOhCGkaptt3a1Wi+92D3d7v//jUcMl0ASmGQmZIJ5P9gRJcnDhHlRwGaZolyjrHowBmo7zsqrB6pAQ1i8cB27CCAiJCRXd3R56w+ckUZyvzRBpiTScWREo6LdXrlmcukyVmP3ByTyT6hlqDs2B1SEYeS4qSJSIuRNqKk1SiGBt0Th0dTSEZZ/6sBHv+OJLodcFfnwAUqEdi3FUWmycveTAmBT9dGpe+CBUXvcljltVwpCD2KWQw9SD0jq7NXPWrTGAPoRpD/wQdhtV08IClrHCW4BMV6mI8yqtNRBXn6jMRTwzKE6TdUiHr9Uwu7ki1rqfpjXUy7+g9KsxBiYi5DDEUCxhRZkauXDMzEHBIObABb4qqXD72nyZAj45rDH8e0Ctm6RHL/atDfr+DnZx8I68CGE43upfsTCOn7xhs1qTqoFZToJHH97nlHrnXJmoB3/P3K+AnFkQmXeNkG28gE4m33SAYpaWj3WS2T1rb/xA0iIWDE0MHaEH74Ii32RZG+s5lvXtYGEJ2+AZPuijOFAePRISFRRkYRLn4SzewrEFok94YNXwmKioiFlhvpAP2sFAQkpJqqaJlfC83qB0frLhIiEpMvhI24g2VyfxT2y2ZYf4vZDLOG9YaLukVmUCR1q6QiEs7cDql2k449BOHsjyGHu6od+CP9SZpEl4Z/XDuInArFFwoVwnT2rE9V1qsoMYd2iRZh1s+g+UdU08SBUjukviG5Z5JpDFdHV+itCZvthoe5EdbR+mZBNLRWEarlx2hdZOn5JqKuo9pIx2BGSVFTehEoWHay/RcKPkMD6ZQZeblEKPVHVNDEjRFs/+xyirb8i5LofFsJZv0zIsJYKoayftePXwli/jMGXEFNRmRIqQ+iWG7j1t5rhQvj49bujr/1jB3FpR1jG1ZKsFQT/rk0rS0Jmju+BsJyfUkXNJkOoVV491IFJYQlr5+8JhgiGFEcOp0+IURSEqNMesRLCK82T1KcNjkbjESpu0aefZa0tvEut7AnzKgl9gaYnK0JCHX89DemhTQgVKocjS0eYAwJF8P2QXL0m3iUcw/FHltssvQHCiERTafRv4pFoMkJdpdnd+dHJZjfx6Ra/7PzYQvetb1z6TbxNSOr4d94AZ7MneDbahFCBcugvhZckmofUDXSERI4/GmEwxx83h0Z1CKGaPiFEUROC3GhqhAErzRiEYd0imOPfVg7nr8+Vjg/SFfYL/fLv5YOqRS9haMf/037z8rHbZ7m8XKy9sEA+CuTn+KvOa7u9hvDS6EncI/JP15582yI/x+8SZoezps9LqzsuhBD1EeblnFP7fDbO0lEJrR1fEOa7i6qXP5o+D5fFh6rZYv5+nV6uEu/ciSfbwIT9lUYQFlk4/92IFZZNn8XYzx93xVp567SG6Edzsxs/t2gIL7q7Pjm1CS/6uT75adb6nTfbooeQheO3COfXJweFcNGQWxH2K0QOPwyEYtg7N8LQjr+6LvKUQ0aOXxKKUrNTCMX+ab8f9kuXQ4DcCK9Xmj0excvHps8rwverWC6ZQkhCiIx+KMb93vRZ+eFVnywIHR1f1ouhT/n4mhchxPFlven6vKz2jych0C2alfO5vs/Du8wRn+PX2uz1W3XTvsE+vhzuNoWOq32nT7F8u5ZnqC0hA8fPdOdqRJ+mn+SJz/FNhKazVPE5fkyEEEVN6Oj4cRNiKk0EhEC38ETIyPGnnEPxnfdPd6BDhKKhrfoKP8e/nrd4feoOVJy30CwX+t4WOmp+ZZGf41OLn+PHRwhR1ITWjj8Fwv5KEz1hOo/vl7BfbUKoeOWwPaQRHd/k4+SEwRw/6utLQ9vFvcXPBzgSwjSh67w5i4xQrTTd9wLKlQ/REIa9syuY4zMRZQ7zJhifk9Tx8+ofcdONbtiFBwzaLJcciknLcEJq5USYowgJ7wOGyJHwiudISHgvN0QBCAnvx4fIcT9MhH1SCEEubGfQkpwJh5s26QZzWLeKCYwK4Icq4dQcP4ZZinP8OAin7hbTJ0yO36/k+MTikMO6VUxglCNhcvw+xTBLk+P3KxESi08t9SUOhMnxceKQw7pVTGCUI2Fy/D7FMEuT4/crERKLTy31JQ6EyfFx4pDDulVMYJQj4dTdIqMiRP5PZ9D/fXZ0CyLCkRXADydKqLmNiR0hrpZ2/4XPeDqORHgaHoonvVgRZs6E4heiAugNPEJkDo03p/vWxoYQd13bKgjgAj5AJOFlNc0dhd41txkizvELbc9jA1pdJIj0Q7HiZjUfT+tXywFiCdkLW0v5i4oQ+dEe+BnfcWQox+cv0lmK/GjvZyujHb9uB/Vlvsd7HqgI+YrA8ZnrBvxw+oTJ8eHtJMcPpOT48HaS44dScvz4dQOEyfHh7STHD6Tk+PB2kuOHUnL8+HUDhMnx4e0kxw+kyc/S/wGkHXLUkSEsNwAAAABJRU5ErkJggg==);background-size:auto 100%;opacity:.6}.download-ppt:hover{opacity:1}div.authorizing-placeholder .loading-animation{margin-top:2rem}.authorizing-placeholder>*{margin:auto;position:inherit;transform:none;width:auto}.hidden{display:none!important}@media (max-width:1264px){.query-summary{display:none}.search-results-loading .query-summary{display:inline;display:initial}.client-logo{flex:auto}.navbar-collapse{flex-wrap:wrap-reverse;row-gap:var(--gap)}}@media (max-width:900px){.navbar-brand,.navbar-logo{display:none}.navbar-logo-mini{display:inline-block}.navbar-menus:has(.navbar-logo-mini){flex:auto}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html{line-height:1.4rem}.grid-filter,.query-summary{margin-left:35px}.grid-filter{max-width:750px;min-width:400px;width:750px}.query-summary-contents{margin-right:35px;width:400px}.empty-result,.grid-viewport-row{max-width:750px;min-width:400px}.empty-result{padding-bottom:35px}.truncate-overflow-clamp{display:-webkit-box}.truncate-overflow{max-height:4.2rem;overflow:hidden}.truncate-lines-2{max-height:2.8rem}}.about-mdl-main{height:282px;width:450px}.about-mdl-header{border-bottom:none}.about-mdl-main .modal-content{border-radius:0}.about-mdl-logo{float:left;height:60px;width:76px}.about-mdl-content-title{color:#333;float:left;font-size:35px;font-weight:700;margin-bottom:15px;margin-left:9px;margin-top:8px}.about-mdl-content-vrs{font-size:14px;margin-bottom:5px;text-align:center}.about-mdl-main .modal-content{height:auto}.help-form,.login-form{background-color:#efefee;height:100%;position:absolute;width:100%}.help-body,.login-body{background-color:#fff;box-shadow:0 2px 3px rgba(0,0,0,.247);left:35%;position:absolute;top:15%;width:441px}.help-img-wrp,.login-img-wrp{margin-top:55px;position:relative;text-align:center;z-index:1}.help-img-wrp>img,.login-img-wrp>img{height:95px;width:207px}.login-fields{padding:40px;.message{position:relative;top:-20px;width:100%}.ctm__checkbox,.message{display:inline-block}}.login-control-pass,.login-control-username{border:1px solid #dedede;color:#797979;font-size:16px;margin-bottom:12px;padding:16px 10px;width:100%}.login-submit{background-color:#4285f4;border:1px solid #4285f4;border-radius:2px;color:#fff;font-size:22px;height:50px;margin-top:5px;text-transform:uppercase;width:100%}.login-submit:disabled{background:#cecece;border:1px solid #aeaeae}.signup-block{padding-top:15px;text-align:center}.signup-btn{background:none;border:none;color:var(--link-color);font-size:15px;margin:0}.signup-btn:focus{outline:0}.signup-btn:hover{color:var(--link-hover-color);text-decoration:underline}#forgotPass.signup-btn,#resendConfirmation.signup-btn{float:right}#forgotPass:hover,#resendConfirmation:hover{cursor:pointer;text-decoration:underline}.cb-rem-me{float:left;height:16px;margin:4px;width:16px}.cb-rem-me+span{font-size:16px;margin-left:5px}.send-vcode-btn{float:right;margin-top:-3px}.send-vcode-btn:disabled:hover{text-decoration:none}.ctm__checkbox *{cursor:pointer}.ctm__checkbox--input{display:none}.ctm__checkbox--span{margin-top:.2rem}.ctm__checkbox--input+span{align-items:center;background-color:var(--bg-color);border:1px solid var(--button-border-color);border-radius:2px;box-sizing:border-box;color:var(--bg-color);display:flex;height:18px;justify-content:center;margin:auto;transition:all .15s;width:18px}.ctm__checkbox--input+span:before{background-color:initial;color:#0000;content:"\E013";font-family:Glyphicons Halflings,sans-serif;font-size:10px;height:100%;margin-right:.2rem;margin-top:.1rem;text-align:center;width:100%}.ctm__checkbox--input:disabled+span{background-color:initial}.ctm__checkbox.disabled,.ctm__checkbox:disabled{*{color:var(--disabled-color);cursor:default}}.ctm__checkbox--input:disabled:checked+span:before{color:var(--disabled-color);cursor:default}.ctm__checkbox--input:checked:not(:disabled)+span:before{color:var(--body-color)}.radio .ctm__checkbox--input+span{border-radius:50%}.radio .ctm__checkbox--input+span:before{border-radius:50%;content:"";height:75%;margin:auto;width:75%}.radio .ctm__checkbox--input:checked+span:before{background-color:var(--default-color)}.disabled .radio .ctm__checkbox--input:checked+span:before,.radio.disabled .ctm__checkbox--input:checked+span:before{background-color:var(--disabled-bg-color)}.ctm__checkbox--input:not(:disabled)+span:hover,.ctm__checkbox:hover:not(.disabled) .ctm__checkbox--input+span,.ctm__radio--input:not(:disabled)+span:hover,.ctm__radio:hover:not(.disabled) .ctm__checkbox--input+span,.dropdown-item:hover:not(.disabled) .ctm__checkbox--input+span{border:1px solid var(--active-color)}.ctm__checkbox label{display:inline-flex!important}.ctm__checkbox label:last-child{text-indent:.25rem}.dropdown .ctm__checkbox{width:100%;label{width:100%;span:last-child{width:100%}}}.collapsible-text{.collapse-toggler{margin-top:-1.2rem}}.collapse-toggler{background-color:var(--bg-color);color:var(--link-color);float:right;padding-left:var(--padding);position:relative;z-index:100}.collapse-toggler.bottom{margin:5px 0 5px 10px}.collapse-toggler:hover:not(:has(.glyphicon)){cursor:pointer;text-decoration:underline}.collapse-visible-part{word-wrap:break-word;display:-webkit-box;margin:0}.coll-text.collapse.in{display:inline}.coll-text-tgl{color:#9e9e9e}.coll-text-tgl:hover{cursor:pointer;text-decoration:underline}.coll-text-tgl.glyphicon:hover{color:#4e4e4e;cursor:pointer;text-decoration:none}.collapse-hidden-in{border-radius:2px;margin:4px 0 0}.collapse li{word-break:break-all}.collapsible-text{.with-overflow{transition:height .5s ease-in-out}.expanded{display:inline-block}.collapsed{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;position:relative;text-overflow:ellipsis}.collapsed.with-overflow:after{background:linear-gradient(to bottom,#0000,var(--bg-color));bottom:0;content:"";height:33%;position:absolute;right:0;width:100%}}.collapsible-scroller{max-height:150px;overflow-y:auto}.ball{display:inline-block;margin:auto;max-height:100%;text-align:center;text-transform:uppercase;width:100%}.ball div{background-color:#aeaeae;border:1px solid #505050;border-radius:200px}.ball span{color:#fff;display:inline-block;margin:auto;position:relative;text-transform:uppercase;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);word-break:break-word}.org-logo{margin:10px 10px 0 0;max-height:50px;max-width:50px;position:absolute;right:0;top:0}div.org-logo{height:50px;width:50px}img.ball-lg{max-height:165px;max-width:165px}.ball-lg div{height:165px;margin:22px auto 11px;width:165px}.ball-lg span{font-size:18px}img.ball-md{max-height:120px;max-width:120px}.ball-md div{height:120px;margin:21px 10px 8px;width:120px}.ball-md span{font-size:15px}img.ball-sm{max-height:80px;max-width:80px}.ball-sm div{height:80px;margin:13px 10px 8px;width:80px}.ball-sm span{font-size:10px}.logo-image{max-height:165px;max-width:165px}.ev-ch-mdl .modal-content:not(:has(.loading-animation)){min-height:300px;min-width:400px}.ev-ch-mdl :has(.loading-animation){top:20%}.ev-ch-mdl .loading-animation{top:20%;transform:none}.ev-ch-wrapper{align-items:center;column-gap:32px;display:flex;flex-direction:row;justify-content:center}.ev-ch-container,.ev-ch-wrapper{margin:0 15px;padding-bottom:7px;position:relative}.ev-ch-container{border-bottom:1px solid #eaeaea;text-align:center}.ev-ch-wrapper>div{display:inline-flex;flex-wrap:nowrap}.ev-ch-mdl-body{flex-grow:1;min-height:9rem;padding:0}.ev-ch-mdl-body:has(.loading-animation){padding-top:15%}.ev-ch-mdl-body .btn-default,.ev-ch-mdl-body .btn-primary{color:#000}.ev-ch-mdl-footer{background-color:#fff;border-radius:6px;border-top:1px solid #eaeaea}.ev-ch-mdl-close-btn{background:none;border:none;box-shadow:none;color:var(--active-color);font-size:14px;margin-right:13px;margin-top:-6px;text-transform:uppercase}.ev-ch-mdl-close-btn:hover{background:none;border:none;box-shadow:none;color:#1e2530}.ev-ch-fgm-wrp{display:inline-flex;flex-direction:column;flex-wrap:nowrap}.ev-ch-fgm-wrp h4,.ev-ch-fgm-wrp h5{text-align:center}.ev-ch-resp-body-sm{line-height:normal;width:25px}.ev-ch-resp-body-md{line-height:normal;width:50px}.ev-ch-resp-body-lg{line-height:normal;width:100px}.ev-ch-fgm-edge-body{align-items:center;display:flex;flex-direction:row;height:1px;margin:1px auto;width:80%}.ev-ch-fgm-edge-body>*{height:11px}.ev-ch-fgm-edge-seprt{border-bottom:4px solid #060606;flex:1 1;margin-top:-7px}.glyphicon.ev-ch-fgm-edge-icon{flex:initial;font-size:12px;margin:-4px 0 0 -2px}.ev-ch-fgm-node-srch-btn{background:none;border:none;box-shadow:none;color:var(--active-color);display:flex;font-size:16px;margin:8px;text-decoration:none;vertical-align:middle;width:100%}.ev-ch-fgm-node-srch-btn .search-icon{display:block;font-size:19px;margin-left:4px;margin-right:16px}.ev-ch-fgm-node-srch-btn:hover{background:none;border:none;box-shadow:none;color:var(--link-bold-color);text-decoration:none}.ev-ch-fgm-node-title{color:#333;font-size:20px;font-weight:700;margin-bottom:6px;word-break:break-word}.ev-ch-fgm-node-type{text-transform:uppercase}#dataset-selector,#dataset-selector:active,#dataset-selector:focus,#dataset-selector:hover{background:none;border:none;box-shadow:none}.ev-ch-edge-list{list-style:none;margin-bottom:4px;padding:0}.ev-ch-edge-list li{word-wrap:break-word;line-height:1em;padding-bottom:3px;text-align:center}.ev-ch-edge-list a{text-decoration:none}.ev-ch-edge-list a:hover{cursor:pointer;text-decoration:underline}.ev-ch-edge-list li a,.ev-ch-edge-list>a,.ev-ch-pop-all-dp li a{color:var(--link-color)}.ev-ch-edge-list>a{color:var(--link-bold-color);display:inline-block;font-weight:700;margin:4px 0;text-align:center;width:100%}.ev-ch-edge-tgl{color:#666;display:inline-block}.ev-ch-edge-tgl:hover{cursor:pointer}.ev-ch-pop-all-dp{border:1px solid #ebebeb;border-radius:0;box-shadow:0 2px 3px #00000026;font-family:SourceSansPro-Regular sans-serif;max-height:410px;max-width:400px;min-width:290px;padding:5px}.ev-ch-pop-all-dp .popover-header{background-color:inherit;border:none;margin:0;padding:0}.ev-ch-pop-all-dp ul{clear:both;list-style:none;padding:0}.ev-ch-pop-all-dp ul>a{color:#3e51b5;display:block;font-size:16px;font-weight:700;margin-bottom:5px;max-width:215px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ev-ch-pop-all-dp li{border-bottom:1px solid #eaeaea;font-size:15px;height:28px;padding-top:5px}.ev-ch-pop-all-dp li *{float:left}.ev-ch-pop-all-dp li:hover{background-color:#f6f7fb}.ev-ch-pop-all-dp li:hover .ctm__checkbox--input+span{background-color:#fefefe;border:1px solid #eaeaea}.ev-ch-pop-all-dp li:hover .ctm__checkbox--input+span:hover{border:1px solid #4484f4}.ev-ch-pop-all-dp li a{margin-left:8px}.ev-ch-pop-all-dp-body{font-size:13px;margin-top:0;max-height:280px;overflow-y:auto;padding:0;position:relative;width:100%}.ev-ch-pop-all-dp-body a{text-decoration:none}.ev-ch-pop-all-dp-body a:hover{text-decoration:underline}.ev-ch-pop-all-dp-close-btn{float:right;font-size:20px;position:relative;z-index:1}.ev-ch-edge-summary{margin:0 0 5px;text-align:left}.ev-ch-edge-summary b{display:inline-block;padding-right:2px;text-align:right;width:20%}.ev-ch-edge-summary span{color:#aeaeae;display:inline-block;font-weight:700;margin-left:4px;text-align:left;width:60%}.ev-ch-popup{border:1px solid #ebebeb;border-radius:0;box-shadow:0 2px 3px rgba(0,0,0,.157);padding:var(--padding) 0;width:280px;.dropdown-item,.dropdown-item:hover{color:#212529;font-family:inherit;font-size:.9rem;padding:4px 8px;text-decoration:none}.dropdown-item:active{background-color:#e0e0e0;border-color:#dbdbdb}}.ev-ch-popup .dropdown-item span{margin-left:4px}.ev-ch-fgm-node-separator{border-top:1px solid #e6e6e6;height:1px;margin:12px 0 12px -16px;width:276px}.ev-ch-fgm-wrp{width:10rem}.ev-ch-mdl .ev-ch-fgm-node-img .ball-lg div{aspect-ratio:1;height:100%;width:100%}.ev-ch-mdl .ev-ch-fgm-node-img img{max-width:100%;width:100%}.ev-ch-fgm-node-img:hover{cursor:pointer}.ev-ch-fgm-node-label{color:#3e51b5;font-size:16px;font-weight:700;margin:10px 0 5px;text-decoration:none;word-break:break-word}.ev-ch-fgm-node-label:hover{text-decoration:underline}.ev-ch-fgm-node-type{color:#a1a1a1;font-size:12px;font-weight:700;margin:0}.ev-ch-mdl>.modal-content{border:none}.ev-ch-mdl .modal-header{background-color:#e5e5e5;border-top-left-radius:6px;border-top-right-radius:6px;cursor:move;height:50px}.rnd-fixed-footer{bottom:0;position:absolute;width:100%}.rnd-resizable-handle{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+);background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;bottom:0;box-sizing:border-box;cursor:se-resize;height:20px;padding:0 3px 3px 0;position:absolute;right:0;width:20px}.ev-ch-zoomer{display:flex;flex-direction:row-reverse;float:right;margin:4px;z-index:5}.ev-ch-zoom-btn{background:none;border:none;border-radius:0;box-shadow:none;float:right;padding:2px;right:5px;top:3px}.ev-ch-export-btn,.ev-ch-zoom-btn,.ev-ch-zoom-btn img{height:32px;width:32px}.ev-ch-export-btn{font-size:24px;font-weight:100}.ev-ch-zoom-btn:hover{background-color:#cecece!important;border-radius:20px}.ev-ch-zoom-btn:active,.ev-ch-zoom-btn:focus{background:none;border:none;box-shadow:none;outline:0}.ev-ch-resp-body-lg .ev-ch-fgm-node-label{font-size:16px}.ev-ch-resp-body-lg .ev-ch-fgm-node-type{font-size:12px}.ev-ch-resp-body-lg .ev-ch-edge-summary{margin-left:12%}.ev-ch-resp-body-lg .ev-ch-edge-summary,.ev-ch-resp-body-lg .ev-ch-edge-tgl{font-size:14px}.ev-ch-resp-body-lg .ev-ch-edge-tgl{font-size:14px;margin-left:-25px}.ev-ch-resp-body-lg .ev-ch-edge-list-wrp,.ev-ch-resp-body-md .ev-ch-fgm-node-label{font-size:14px}.ev-ch-resp-body-md .ev-ch-fgm-node-type{font-size:10px}.ev-ch-resp-body-md .ev-ch-edge-summary{margin-left:1%}.ev-ch-resp-body-md .ev-ch-edge-list-wrp,.ev-ch-resp-body-md .ev-ch-edge-summary,.ev-ch-resp-body-md .ev-ch-edge-tgl,.ev-ch-resp-body-sm .ev-ch-fgm-node-label{font-size:12px}.ev-ch-resp-body-sm .ev-ch-fgm-node-type{font-size:8px}.ev-ch-resp-body-sm .ev-ch-edge-summary .ev-ch-resp-body-sm .ev-ch-edge-tgl{font-size:10px}.ev-ch-resp-body-sm .ellipsis-icon{color:#3e51b5;font-size:22px}.ev-ch-resp-body-sm .ev-ch-edge-list-wrp{font-size:10px}.ev-ch-title-pup{display:block;max-height:200px;overflow:auto;word-break:break-word}.carousel-control{color:#9e9e9e;width:0}.carousel-control:focus,.carousel-control:hover{color:#aeaeae}.carousel-inner>.item{transition:transform .3s ease-in-out}.dataset-info.highlight{background-color:#c4e3f3;margin-left:10px;margin-right:10px}.no-evidence-chains{left:35%;margin-top:48px;position:relative;top:40%;width:300px}.filter-box{margin-bottom:-16px;margin-top:18px}.filter-box .results-filter button{background:none;background-color:#f7f7f7;border:1px solid #dedede;color:#777;display:block;font-size:15px;font-weight:400;padding:5px 15px;text-decoration:none;white-space:nowrap}.filter-box-token-delete{font-size:10px;height:10px;margin-left:5px;width:10px}.sr-row{display:flex;flex:auto;flex-direction:column;line-height:normal;margin-bottom:20px;width:50%}.search-result-image{display:block;height:100px;width:100px}.image-hover{max-width:300px}.search-result-image-popover{height:275px;padding:8px;width:275px}.grid-viewport-row:last-child .grid-view-row{padding-bottom:20px}.grid-view-row{display:flex;flex-direction:row}.grid-view-row .collapsible-scroller{overflow-x:hidden;width:480px}.search-result{display:flex;flex-direction:column;.sr-desc:has(.markdown){margin-top:8px}}.sr-row-img{margin-right:20px}.popover .compound-structure-image{margin:4px}.sr-row-img .compound-structure-image{height:128px;width:128px}.sr-desc,div.sr-desc{word-wrap:break-word;color:#545454;display:flex;flex-direction:row;font-size:14px;gap:.2rem;margin-bottom:2px;margin-top:2px;p{margin-bottom:0}.collapsible-collapsible{width:100%}.collapse{max-height:150px;overflow-y:auto}}.sr-header{font-size:20px;font-weight:400}.sr-links{clear:both;margin-top:3px}.sr-link .search-icon{display:block;float:left;margin-right:3px;margin-top:3px}.sr-header a,.sr-header a:hover{text-decoration:none}.sr-title{color:#3126b4;cursor:pointer;word-break:break-word}.sr-link{background:none;border:none;color:#3126b4;font-weight:400;margin-right:15px;padding:0}.sr-link-disabled,.sr-link.disabled,.sr-link:disabled,button.sr-link-disabled{cursor:default;opacity:var(--disabled-opacity)}.sr-link:focus{outline:0}.sr-total{color:grey;font-size:15px}.source-link{color:#1a7671;font-size:16px;margin-right:10px}.source-link.dropdown{margin-top:-2px}.block-title,.source-link-b-title{color:#777;font-weight:700;white-space:nowrap}.source-links,.source-links .show{.btn.dropdown-toggle,.btn.dropdown-toggle.active,.btn.dropdown-toggle:active{background:none!important;border:none!important;box-shadow:none!important;color:#1a7671!important;font-size:16px;font-weight:400;line-height:24px;padding:0;text-shadow:none}}.grouped-source-links:active,.grouped-source-links:focus,.grouped-source-links:hover{background:none;border:none;box-shadow:none;-webkit-box-shadow:none;color:#1a7671}.grouped-source-links .dropdown-menu{border-radius:0;max-height:300px;overflow-y:auto;padding:0}.search-link{color:#3126b4;font-size:14px;text-align:start}.search-link:hover{color:#3126b4;text-decoration:none}.search-link span{top:3px}.search-link span:last-child{margin-left:.25rem}.image-hover{left:32px!important}.source-links{display:inline-flex;flex-wrap:wrap}.search-item-footer a,.source-links a{text-decoration:none}@keyframes slide-container-3{0%,25%{left:0;transform:scale(0)}50%{left:0;transform:scale(1)}75%{left:calc(var(--loader-size)*68/32)}to{left:calc(var(--loader-size)*136/32);transform:scale(1)}}@keyframes slide-container-2{0%{transform:scale(1)}25%,to{transform:scale(0)}}@keyframes slide-container-1{0%{left:0;transform:scale(0)}25%{left:0;transform:scale(1)}50%{left:calc(var(--loader-size)*68/32)}75%{left:calc(var(--loader-size)*136/32);transform:scale(1)}to{left:calc(var(--loader-size)*136/32);transform:scale(0)}}.slide-container .sliding-dot{animation:slide-container-1 var(--loader-timing) cubic-bezier(0,.5,.5,1) infinite forwards;border-radius:50%;height:var(--loader-size);position:absolute;top:0;transform:translateX(-50%);width:var(--loader-size)}.slide-container .sliding-dot:first-child{animation-delay:calc(var(--loader-timing)/-2);background:var(--plex-yellow)}.slide-container .sliding-dot:nth-child(2){animation-delay:calc(var(--loader-timing)/-4);background:var(--plex-orange)}.slide-container .sliding-dot:nth-child(3){animation-delay:0s;background:var(--plex-red)}.slide-container .sliding-dot:nth-child(4){animation:slide-container-3 var(--loader-timing) cubic-bezier(0,.5,.5,1) infinite forwards;background:var(--plex-black)}.loading-animation{height:100%;margin:var(--margin) auto;width:100%}.slide-container{height:var(--loader-size);margin:auto;position:relative;width:calc(var(--loader-size)*6)}.sliding-dot{color:#fff}#dropdown-export-menu button[aria-expanded=false]:focus{background-color:#fff;border-color:#ccc;color:#737373}.dropdown-menu .dropdown-item>:not(.fi){font-size:1rem;margin-bottom:auto;margin-top:auto;padding:0}.dropdown-menu .dropdown-item{.fi,img{flex:initial;height:36px;width:36px}.fi{padding:4px 0 0 4px}}.dropdown-menu .dropdown-item button{text-overflow:ellipsis}.dropdown-item select{margin-left:.25rem}.dropdown-item .glyphicon-copy{padding-right:4px}.dropdown-item.api-key{display:inline-block;:before{margin-right:var(--margin)}}.dropdown-item.numeric{align-items:baseline;column-gap:.1rem;display:flex;flex-wrap:nowrap}.dropdown-item.numeric div{flex:1 1;padding:0}.dropdown-menu .react-numeric-input{flex:0 1;width:4rem}.dropdown-menu .react-numeric-input input{text-align:right;width:4rem}.settings-menu .cpd-similarity{display:flex;flex-direction:row}.settings-menu select:disabled{border-color:#0000}.er-l-dlg-body{max-height:400px;overflow-y:auto;word-break:break-all}.er-l-dlg-lbl-date{color:#1a2a1a;font-size:15px;font-weight:700}.er-l-dlg-lbl-type{border-bottom:1px dotted #9a9a9a;font-size:14px;font-style:italic;margin:5px 0;padding-bottom:5px}.er-l-dlg-lbl-msg{font-size:13px}.navbar{background-color:#f8f8f8;background-image:none;display:flex;flex-direction:column;padding:0 1.25rem;padding:0 var(--bs-gutter-x,1.25rem)}.navbar>.container-fluid{padding:.75rem 0;padding:var(--bs-gutter-y,.75rem) 0}.navbar .nav>li>a{padding-top:25px}.navbar .navbar-toggle{margin:25px 15px 25px 0;padding:10px}.navbar-footer{padding-left:0}.ctm-nav-text+span{display:none}.ctm-nav-text span{background-color:#fff;border:1px solid #dedede;border-radius:2px;color:#737373;font-size:19px;margin-left:2px;margin-top:2px;padding:13px}.custom-nav-bar{-webkit-padding-start:0;font-size:15px;font-style:normal;list-style:none;margin:2px 0 2px 1px}.custom-nav-bar.tab-bar{margin-top:2px}.custom-nav-bar li{display:inline-block;list-style:disc none outside;list-style:initial;margin-bottom:4px;margin-right:15px}.custom-nav-bar li button:focus{outline:0}.navbar-form{padding-left:0}.navbar-menus{display:flex;flex-direction:row}.navbar-menus .btn.dropdown-toggle{margin-left:8px}.grid-filter,.navbar-menus,.search-box{.btn.dropdown-toggle{font-size:19px;height:100%}}.grid-filter,.navbar-menus,.search-box{.btn.dropdown-toggle.active,.btn.dropdown-toggle.focus,.btn.dropdown-toggle:active,.btn.dropdown-toggle:focus,.btn.dropdown-toggle:hover{background-position:0,-15px;border-color:#adadad;color:#333}.btn.dropdown-toggle.focus,.btn.dropdown-toggle:focus{border:var(--focus-border)}.show>.btn.dropdown-toggle.active,.show>.btn.dropdown-toggle.focus,.show>.btn.dropdown-toggle:active,.show>.btn.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.active:focus,.btn.dropdown-toggle:focus,.btn.dropdown-toggle:hover,.show>.btn.dropdown-toggle,.show>.btn.dropdown-toggle:focus,.show>.btn.dropdown-toggle:hover{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);color:#000}}.navbar-controls{align-items:center;display:flex;flex-direction:row;width:100%}.navbar-searchbox{align-items:center;display:flex;flex:auto}.menu-item-main-page{display:flex;flex-direction:row;justify-content:right;padding-top:17px;position:absolute;right:10px;width:100%}.navbar .navbar-right{margin-right:20px;margin-top:8px;right:0}.tab-span-disabled{color:var(--default-color);display:block;opacity:var(--disabled-opacity)}.app-header{z-index:2}.navbar-logo{height:74px}.app-logo{height:113px;transition:height 1s ease-in-out}.app-logo.small{height:48px;margin-top:-25px;transition:margin-top,height 1s ease-in-out}.logo-wrapper{margin:20px;text-align:center}.navbar-footer.navbar-nav{align-items:flex-start;display:flex;flex-direction:column;width:100%}.landing-page,.navbar{.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover{background-color:#e0e0e0}}.summary-panel{border-color:#ebebeb;box-shadow:0 2px 3px #00000026;margin-left:130px;margin-top:10px;width:300px}.summary-title{word-wrap:normal;color:#333;font-size:20px;font-weight:700;margin-left:10px;margin-top:15px}.img-panel{box-shadow:none;text-align:center}.accordion-padding{margin-left:15px;margin-top:20px}.query-results-accordion{border:1px solid #ebebeb;box-shadow:0 2px 3px #00000026}.summary-header{background-color:#eaeaea;padding:5px}.summary-header span{font-size:18px}.summary-header input{border:1px dotted #aaa;font-size:12px;margin:5px 0;padding:2px 5px;width:100%}.summary-header .input-reset{font-size:12px}.query-results-accordion .accordion__item,.query-results-accordion .accordion__title{background-color:#fff}.summary-item-highlight{background-color:#90c3f7;border-radius:3px;color:#fff;padding:0 2px}.search-res-item-highlight,mark{background-color:#eaeaea;border-radius:3px;color:#8a2be2;padding:0}.selected .search-res-item-highlight,.selected mark{background-color:#8a8a8a;color:#eaeaea}.autosuggest .focused mark{background-color:#0000}.summary-body{max-height:345px;overflow:auto}.summary-body-list{list-style:none;margin:0;padding:0}.summary-body-list li{border-bottom:1px solid #eaeaea;padding:4px 12px;word-break:break-word}.summary-body-list li.selected{background-color:#e5e5e5}.summary-body-list li:last-child{border-bottom:none}.summary-body-list li:hover{background-color:#ebf5ff;cursor:pointer}.query-details{border-bottom:2px solid #eaeaea;padding:7px;word-break:break-word;.labeled-entity{width:100%}}.query-details>div{display:flex;flex-direction:column}.query-details img,.query-details object{margin:auto 0;width:95%}.query-details p{padding:7px}.query-details>p{margin:0}.query-details-body{padding:2px 9px}.query-details .collapse{max-height:150px;overflow:auto}.query-details span>strong{font-size:15px;font-weight:700;word-break:normal}.query-details .sr-desc span{word-break:break-word}.filter-summary{display:block;font-size:14px;font-style:italic;height:50%;margin:auto 0}.grid-filter{border-bottom:1px solid #e7e7e7;margin-bottom:10px;padding-bottom:10px;padding-top:20px}.grid-filter.undecorated{border:none}.grid-filter-input{align-items:center;display:flex;flex:1 1;flex-direction:row;flex-wrap:nowrap}.grid-filter-input>input{border:1px dotted #9a9a9a;box-sizing:initial;flex:1 1;height:26px;margin-left:8px;margin-top:2px;padding:2px;width:65%}.grid-filter-input .dropdown{margin-top:2px}.grid-filter-input>.button{border:1px solid #0000;height:50%;margin:auto 8px;padding:4px;text-align:center;width:140px}.grid-filter-input>.button:hover,.grid-filter>.button:focus{border:1px dotted #a0a0a0}.grid-filter .search-link{display:inline-block;font-size:19px;height:28px;margin-left:4px;margin-top:2px;padding:0 4px;text-decoration:none;width:28px}.grid-filter button.salts-display-toggle,.grid-filter button.search-terms-display-toggle{font-size:1em}.grid-filter .btn.dropdown-toggle,.grid-filter button{background:#fff;border:1px solid #ccc;color:#737373;font-size:19px;height:32px;margin-left:4px;padding:0;width:32px}.grid-filter .btn.dropdown-toggle{padding-top:2px}.grid-filter button:active,.grid-filter button:hover{background-color:#e0e0e0;background-position:0,-15px;border-color:#adadad;color:#737373}.grid-filter .show>button.active,.grid-filter .show>button.hover{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.grid-filter .btn:hover,.grid-filter .show>.btn,.grid-filter .show>.btn:hover,.grid-filter .show>button,.grid-filter .show>button:hover,.grid-filter button.active:not(.focus),.grid-filter button:hover{border-color:#8c8c8c;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);color:#333}.grid-filter .btn.focus,.grid-filter .btn:focus,.grid-filter button.focus,.grid-filter button:focus{background-color:#fff;border-color:#8c8c8c;color:#000}.grid-filter .apply-filter,.grid-filter .clear-filter,.grid-filter .select-all{color:#3126b4;font-weight:700}.grid-filter .dataset-options.active .dropdown-toggle.focus,.grid-filter .dataset-options.active .dropdown-toggle:focus{border-color:var(--focus-border-color);box-shadow:none}.grid-filter .dataset-options.active .dropdown-toggle{background-color:#e6e6e6;border-color:#8c8c8c;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);color:#3126b4}.grid-filter .dataset-options .dropdown-menu.show{column-count:2}.grid-filter .dropdown-item .btn.dropdown-toggle{background:inherit;border:none;margin:0;padding:0;width:100%}.grid-filter .dropdown-item.show .btn.dropdown-toggle{background:red}.search-box{column-gap:var(--gap);display:flex;flex:auto;.copy-to-clipboard{top:0}}.landing-page .landing-page-inputs{display:flex;flex:1 1 auto;flex-direction:column;margin:var(--margin) auto;max-width:900px;overflow:hidden;padding:0 var(--padding);row-gap:var(--padding);width:90%;>div.or{text-align:center}>div{margin:auto;width:100%}.search-box{flex:0 0 auto;margin:0;max-height:none}.chat-session,.search-box{margin-top:0}}.search-hint{color:#949494;margin:72px 0 0 88px}.as-option{border-bottom:1px solid #eaeaea;cursor:pointer;min-height:50px;padding:8px 10px}.as-option:last-child{border-bottom:none}.as-option.focused{background-color:var(--highlight-color)}.as-option.focused button{color:var(--active-color);font-weight:700}.as-option{.as-list:has(img),.as-top:has(img){display:flex;flex-direction:row}}.as-option br.markdown{content:"";font-size:0}.as-top-label,strong.markdown{font-weight:700}.as-top-label{display:inline-block;flex:1 1;font-size:18px;margin-top:15px;>div{display:inline}}.as-list-image{margin-right:10px}.as-top-image{flex-basis:fit-content;margin-right:15px;position:relative;right:0}.is-disabled>.as-option{border-bottom:none}.chat-session{display:flex;flex-direction:column;height:100%;.controls{display:flex;flex:0 0;flex-direction:row;flex-wrap:nowrap;margin-bottom:var(--margin);.loading-animation{flex:1 1 auto;margin:var(--margin) auto;.sliding-dot{height:10px;width:10px}}button.glyphicon,div.glyphicon{border:none;cursor:pointer;flex:0 0 auto;height:24px;min-width:24px;width:24px}button.glyphicon-trash{margin-right:2rem}}.chat-box-control{align-items:baseline;display:flex;flex:0 0;flex-direction:row;flex-wrap:nowrap;font-size:16px;position:relative;input,textarea{border:1px solid #ccc;border-radius:0;flex:1 1 auto;height:100%;max-height:8rem;min-height:44.5px;outline:none;overflow-y:auto;padding:11px 6px 10px}>:focus{border:var(--focus-border);box-shadow:var(--focus-box-shadow);outline:none}input::placeholder,textarea::placeholder{border:none!important;font-style:italic;opacity:50%;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}button{border:none;height:46px}}}.chat-box-control textarea:disabled,.chat-box-control.disabled{background-color:var(--disabled-bg-color)}.search-box .autosuggest{border-radius:0;flex:auto;max-width:800px}.search-box .select__control{border:1px solid #ccc;border-radius:var(--default-border-radius);font-size:16px;margin-right:-2px}.search-box{.select__control--is-focused,.select__control:focus{border:var(--focus-border);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px #007eff1a}}.search-box .select__control--is-focused.select__control--menu-is-open{border-color:#ccc;box-shadow:none}.search-box .select__placeholder{font-style:italic;opacity:50%;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.search-box .select__loading-indicator{display:none}.autosuggest .loading-animation{margin:0;padding-top:8px}.autosuggest .select__control,.autosuggest .select__multi-value,.autosuggest .select__value-container{height:100%}.autosuggest .select__value-container{flex-wrap:nowrap;padding:4px}.autosuggest .select__input-container{display:inline-flex;flex-direction:row}.autosuggest .select__input{flex:auto}.autosuggest .select__input-container:after{content:none;display:none;flex:0 0 auto;max-width:2px}.autosuggest .select__menu{border-start-end-radius:0;border-start-start-radius:0;margin:0 0 0 1px;overflow:hidden;z-index:2}.autosuggest.autosuggest-error .select__menu-notice{color:red}.autosuggest .select__menu-list:has(.loading-animation){height:2.75rem;overflow:hidden}.autosuggest .select__option{padding:0 8px}.autosuggest .autosuggest-value{margin:9px 0 0 9px}.select__outer{max-height:300px}.autosuggest .select__menu-list{max-height:400px;word-break:break-word}.autosuggest .select__multi-value{background-color:#ebf5ff;border:1px solid #ccc;display:flex;flex-direction:row-reverse;font-size:18px;height:32px;margin:0 4px;max-width:400px;min-width:0;min-width:auto}.autosuggest .select__multi-value__label{background-color:#ebf5ff;border-left:1px solid #ccc;color:#515151;margin:0;max-width:100%;overflow-x:hidden;padding:4px;text-align:center;text-overflow:ellipsis}.autosuggest .select__multi-value__remove.focused,.autosuggest .select__multi-value__remove:hover{background-color:#0071e614;color:#515151}.autosuggest .select__multi-value__label:hover{background-color:#0071e614;color:#515151;cursor:pointer}.autosuggest .select__multi-value__input-x{display:flex;flex:1 1;flex-direction:row;flex-wrap:nowrap;line-height:1.3;max-height:2.6rem}.autosuggest .select__arrow-zone{width:40px}.autosuggest .select__multi-value__label.resolving-terms-token{border-left:none;display:inline-flex;flex-direction:row;max-height:2em}.autosuggest .resolving-placeholder{display:flex;flex-direction:row}.autosuggest .resolving-placeholder .placeholder-text{margin:0 4px}.autosuggest .select__multi-value__label .spinner{color:#000;height:15px;margin:4px;opacity:50%;width:15px}.autosuggest{.select__arrow,.select__clear-indicator,.select__multi-value__remove.resolving-terms-token{display:none}}.search-box button.search-btn{background:none;border:none;font-size:19px;margin:auto}.chat-session .chat-box-control button,.search-box button{background-color:#fff;border:1px solid #ccc;font-size:19px;max-height:46px;min-width:46px;width:46px}.chat-session .chat-box-control button{border:none}.landing-page .search-box button.chat,.search-box button.chat:has(.hal9000){background:#0000;border:none;overflow:hidden;img.hal9000{max-height:46px}}.search-box button img:not(.hal9000){height:32px;width:32px}.search-box button.mol-editor-dlg-btn{margin-left:2px;padding:0}.search-btn{background:linear-gradient(270deg,#fff 0,#fff 50%,#fff0);border:none;color:#4285f4;font-size:1.1em;height:34px;padding:6px;width:34px}.search-btn:hover:not([disabled]){font-weight:700}.search-btn.disabled,.search-btn:disabled,.search-btn[disabled]{opacity:var(--disabled-opacity);pointer-events:none}.search-btn:focus{outline:0}.search-opt{margin:10px}.search-opt i{color:#2d668b}.search-opt .search-btm-ln{background-color:#cecece;height:1px}.search-opt p{font-size:.8em}.search-box .autosuggest-value{margin-bottom:5px!important}.delete-search-term,.search-item-close{background-color:#dabebe;border:1px solid #fff0f0;border-radius:16px;color:#fff;float:right;font-size:15px;line-height:1;position:absolute;right:5px;text-align:center;top:5px;width:16px}.delete-search-term:hover,.search-item-close:hover{background-color:#ff6363;cursor:pointer;font-weight:700}.search-box-textarea-placeholder{color:#aaa;left:98px;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;top:4px}.autosuggest .select__group{padding:4px 0 0}.autosuggest .select__group-heading{color:#b0b0b0!important;font-size:14px;font-weight:700;margin:auto}.as-option button{background:none;border:none;font-size:16px;font-style:italic;margin:auto;padding:0;text-align:right;width:100%}.token-details-body{position:relative;width:100%;word-break:break-word}.token-details{overflow:hidden}.token-details .compound-structure-image{float:left;height:128px;margin-right:5px;width:128px}.token-details .compound-structure-image:after{clear:both}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner{animation:spinner .5s linear infinite;border:solid gray;border-radius:50%;border-top:solid #000;display:inline-block}@keyframes lds-spin{0%{opacity:1;transform:scale(1.5)}to{opacity:0;transform:scale(1)}}.lds-spin{position:relative}.lds-spin div>div{animation:lds-spin 1.1s linear infinite;background:#757474;border-radius:50%;height:16px;position:absolute;width:16px}.lds-spin div:first-child>div{animation-delay:-.99s;left:152px;top:92px}.lds-spin>div:first-child{transform:rotate(0deg);transform-origin:160px 100px}.lds-spin div:nth-child(2)>div{animation-delay:-.88s;left:140.54101964px;top:127.26711512px}.lds-spin>div:nth-child(2){transform:rotate(36deg);transform-origin:148.54101964px 135.26711512px}.lds-spin div:nth-child(3)>div{animation-delay:-.77s;left:110.54101964px;top:149.06339096px}.lds-spin>div:nth-child(3){transform:rotate(72deg);transform-origin:118.54101964px 157.06339096px}.lds-spin div:nth-child(4)>div{animation-delay:-.66s;left:73.45898036px;top:149.06339096px}.lds-spin>div:nth-child(4){transform:rotate(108deg);transform-origin:81.45898036px 157.06339096px}.lds-spin div:nth-child(5)>div{animation-delay:-.55s;left:43.45898036px;top:127.26711512px}.lds-spin>div:nth-child(5){transform:rotate(144deg);transform-origin:51.45898036px 135.26711512px}.lds-spin div:nth-child(6)>div{animation-delay:-.44s;left:32px;top:92px}.lds-spin>div:nth-child(6){transform:rotate(180deg);transform-origin:40px 100px}.lds-spin div:nth-child(7)>div{animation-delay:-.33s;left:43.45898036px;top:56.73288488px}.lds-spin>div:nth-child(7){transform:rotate(216deg);transform-origin:51.45898036px 64.73288488px}.lds-spin div:nth-child(8)>div{animation-delay:-.22s;left:73.45898036px;top:34.93660904px}.lds-spin>div:nth-child(8){transform:rotate(252deg);transform-origin:81.45898036px 42.93660904px}.lds-spin div:nth-child(9)>div{animation-delay:-.11s;left:110.54101964px;top:34.93660904px}.lds-spin>div:nth-child(9){transform:rotate(288deg);transform-origin:118.54101964px 42.93660904px}.lds-spin div:nth-child(10)>div{animation-delay:0s;left:140.54101964px;top:56.73288488px}.lds-spin>div:nth-child(10){transform:rotate(324deg);transform-origin:148.54101964px 64.73288488px}.lds-spin div:nth-child(11)>div{animation-delay:.11s;left:152px;top:92px}.lds-spin>div:nth-child(11){transform:rotate(1turn);transform-origin:160px 100px}.lds-spin{height:30px!important;transform:translate(-15px,-15px) scale(.15) translate(15px,15px);width:30px!important}.tab-bar{margin-bottom:-2px}.tab-bar.loading{height:34px}.tab-bar button{background:none;border:none;color:#555;display:block;font-size:15px;font-weight:400;text-decoration:none}.tab-bar button.glyphicon{line-height:normal;margin-bottom:4px;position:static}.tab-bar button.glyphicon.active{margin-bottom:0;padding-bottom:9px}.tab-bar button:hover{color:#333}.tab-bar button.active{border-bottom:3px solid #4285f4;color:#4285f4}.tab-bar button.active:not(.fi){font-weight:700}.tab-bar button.fi{font-size:1rem;margin-bottom:-4px;margin-right:0;padding-bottom:0}.tab-bar li:has(.fi){margin-right:0;vertical-align:sub}.tab-bar-menu{margin-bottom:-12px}.results-filter .dropdown-toggle,.tab-bar-menu-active .dropdown-toggle{color:#4285f4!important}.tab-bar-menu-active button.active{border-bottom:none!important}.tab-bar-menu button{box-shadow:none}.tab-bar-menu li{width:100%}.tab-bar-menu li:hover{background:none}.tab-progress{height:1px}:root{--blob-size:20}.blob{border:none}.blob.glyphicon:before{animation:pulse-green 2s infinite;background-color:#2dba3b;border-radius:50%;box-shadow:0 0 0 0 #2dba3b;box-sizing:border-box;color:#2dba3b;cursor:default;display:inline-block;flex:0 0!important;font-size:.8rem;margin:var(--margin);pointer-events:none;transform:scale(1)}@keyframes pulse-green{0%{box-shadow:0 0 0 0 #2dba3bb3;transform:scale(.95)}70%{box-shadow:0 0 0 10px #2dba3b00;transform:scale(1)}to{box-shadow:0 0 0 0 #2dba3b00;transform:scale(.95)}}
/*# sourceMappingURL=main.5034c53c.css.map*/