@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%,64%,to{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em))}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.fa{font-family:var(--fa-style-family, "Font Awesome 6 Pro");font-weight:var(--fa-style, 900)}.fa,.fa-brands,.fa-classic,.fa-duotone,.fa-light,.fa-regular,.fa-sharp,.fa-sharp-duotone,.fa-sharp-solid,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fasds,.fasl,.fasr,.fass,.fast,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fal,.far,.fas,.fat{font-family:"Font Awesome 6 Pro"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-classic.fa-duotone,.fa-duotone,.fad{font-family:"Font Awesome 6 Duotone"}.fa-sharp-duotone,.fasds{font-family:"Font Awesome 6 Sharp Duotone";font-weight:900}.fa-sharp,.fasl,.fasr,.fass,.fast{font-family:"Font Awesome 6 Sharp"}.fa-sharp,.fass{font-weight:900}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade{animation-duration:var(--fa-animation-duration, 1s)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-beat-fade,.fa-fade{animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-iteration-count:var(--fa-animation-iteration-count, infinite)}.fa-beat-fade{animation-name:fa-beat-fade}.fa-beat-fade,.fa-flip,.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-iteration-count:var(--fa-animation-iteration-count, infinite)}.fa-flip{animation-name:fa-flip;animation-duration:var(--fa-animation-duration, 1s);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake,.fa-spin{animation-timing-function:var(--fa-animation-timing, linear)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration, 1s)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration, 2s)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0::before{content:"0"}.fa-00::before{content:""}.fa-1::before{content:"1"}.fa-100::before{content:""}.fa-2::before{content:"2"}.fa-3::before{content:"3"}.fa-360-degrees::before{content:""}.fa-4::before{content:"4"}.fa-5::before{content:"5"}.fa-6::before{content:"6"}.fa-7::before{content:"7"}.fa-8::before{content:"8"}.fa-9::before{content:"9"}.fa-a::before{content:"A"}.fa-abacus::before{content:""}.fa-accent-grave::before{content:"`"}.fa-acorn::before{content:""}.fa-ad::before{content:""}.fa-add::before{content:"+"}.fa-address-book::before{content:""}.fa-address-card::before{content:""}.fa-adjust::before{content:""}.fa-air-conditioner::before{content:""}.fa-air-freshener::before{content:""}.fa-airplay::before{content:""}.fa-alarm-clock::before{content:""}.fa-alarm-exclamation::before{content:""}.fa-alarm-plus::before{content:""}.fa-alarm-snooze::before{content:""}.fa-album::before{content:""}.fa-album-circle-plus::before{content:""}.fa-album-circle-user::before{content:""}.fa-album-collection::before{content:""}.fa-album-collection-circle-plus::before{content:""}.fa-album-collection-circle-user::before{content:""}.fa-alicorn::before{content:""}.fa-alien::before{content:""}.fa-alien-8bit::before,.fa-alien-monster::before{content:""}.fa-align-center::before{content:""}.fa-align-justify::before{content:""}.fa-align-left::before{content:""}.fa-align-right::before{content:""}.fa-align-slash::before{content:""}.fa-allergies::before{content:""}.fa-alt::before{content:""}.fa-ambulance::before{content:""}.fa-american-sign-language-interpreting::before{content:""}.fa-amp-guitar::before{content:""}.fa-ampersand::before{content:"&"}.fa-analytics::before{content:""}.fa-anchor::before{content:""}.fa-anchor-circle-check::before{content:""}.fa-anchor-circle-exclamation::before{content:""}.fa-anchor-circle-xmark::before{content:""}.fa-anchor-lock::before{content:""}.fa-angel::before{content:""}.fa-angle::before{content:""}.fa-angle-90::before{content:""}.fa-angle-double-down::before{content:""}.fa-angle-double-left::before{content:""}.fa-angle-double-right::before{content:""}.fa-angle-double-up::before{content:""}.fa-angle-down::before{content:""}.fa-angle-left::before{content:""}.fa-angle-right::before{content:""}.fa-angle-up::before{content:""}.fa-angles-down::before{content:""}.fa-angles-left::before{content:""}.fa-angles-right::before{content:""}.fa-angles-up::before{content:""}.fa-angles-up-down::before{content:""}.fa-angry::before{content:""}.fa-ankh::before{content:""}.fa-ant::before{content:""}.fa-apartment::before{content:""}.fa-aperture::before{content:""}.fa-apostrophe::before{content:"'"}.fa-apple-alt::before{content:""}.fa-apple-core::before{content:""}.fa-apple-crate::before{content:""}.fa-apple-whole::before{content:""}.fa-archive::before{content:""}.fa-archway::before{content:""}.fa-area-chart::before{content:""}.fa-arrow-alt-circle-down::before{content:""}.fa-arrow-alt-circle-left::before{content:""}.fa-arrow-alt-circle-right::before{content:""}.fa-arrow-alt-circle-up::before{content:""}.fa-arrow-alt-down::before{content:""}.fa-arrow-alt-from-bottom::before{content:""}.fa-arrow-alt-from-left::before{content:""}.fa-arrow-alt-from-right::before{content:""}.fa-arrow-alt-from-top::before{content:""}.fa-arrow-alt-left::before{content:""}.fa-arrow-alt-right::before{content:""}.fa-arrow-alt-square-down::before{content:""}.fa-arrow-alt-square-left::before{content:""}.fa-arrow-alt-square-right::before{content:""}.fa-arrow-alt-square-up::before{content:""}.fa-arrow-alt-to-bottom::before{content:""}.fa-arrow-alt-to-left::before{content:""}.fa-arrow-alt-to-right::before{content:""}.fa-arrow-alt-to-top::before{content:""}.fa-arrow-alt-up::before{content:""}.fa-arrow-circle-down::before{content:""}.fa-arrow-circle-left::before{content:""}.fa-arrow-circle-right::before{content:""}.fa-arrow-circle-up::before{content:""}.fa-arrow-down::before{content:""}.fa-arrow-down-1-9::before{content:""}.fa-arrow-down-9-1::before{content:""}.fa-arrow-down-a-z::before{content:""}.fa-arrow-down-arrow-up::before{content:""}.fa-arrow-down-big-small::before{content:""}.fa-arrow-down-from-arc::before{content:""}.fa-arrow-down-from-bracket::before{content:""}.fa-arrow-down-from-dotted-line::before{content:""}.fa-arrow-down-from-line::before{content:""}.fa-arrow-down-left::before{content:""}.fa-arrow-down-left-and-arrow-up-right-to-center::before{content:""}.fa-arrow-down-long::before{content:""}.fa-arrow-down-right::before{content:""}.fa-arrow-down-short-wide::before{content:""}.fa-arrow-down-small-big::before{content:""}.fa-arrow-down-square-triangle::before{content:""}.fa-arrow-down-to-arc::before{content:""}.fa-arrow-down-to-bracket::before{content:""}.fa-arrow-down-to-dotted-line::before{content:""}.fa-arrow-down-to-line::before{content:""}.fa-arrow-down-to-square::before{content:""}.fa-arrow-down-triangle-square::before{content:""}.fa-arrow-down-up-across-line::before{content:""}.fa-arrow-down-up-lock::before{content:""}.fa-arrow-down-wide-short::before{content:""}.fa-arrow-down-z-a::before{content:""}.fa-arrow-from-bottom::before{content:""}.fa-arrow-from-left::before{content:""}.fa-arrow-from-right::before{content:""}.fa-arrow-from-top::before{content:""}.fa-arrow-left::before{content:""}.fa-arrow-left-from-arc::before{content:""}.fa-arrow-left-from-bracket::before{content:""}.fa-arrow-left-from-line::before{content:""}.fa-arrow-left-long::before{content:""}.fa-arrow-left-long-to-line::before{content:""}.fa-arrow-left-rotate::before{content:""}.fa-arrow-left-to-arc::before{content:""}.fa-arrow-left-to-bracket::before{content:""}.fa-arrow-left-to-line::before{content:""}.fa-arrow-pointer::before{content:""}.fa-arrow-progress::before{content:""}.fa-arrow-right::before{content:""}.fa-arrow-right-arrow-left::before{content:""}.fa-arrow-right-from-arc::before{content:""}.fa-arrow-right-from-bracket::before{content:""}.fa-arrow-right-from-file::before{content:""}.fa-arrow-right-from-line::before{content:""}.fa-arrow-right-long::before{content:""}.fa-arrow-right-long-to-line::before{content:""}.fa-arrow-right-rotate::before{content:""}.fa-arrow-right-to-arc::before{content:""}.fa-arrow-right-to-bracket::before{content:""}.fa-arrow-right-to-city::before{content:""}.fa-arrow-right-to-file::before{content:""}.fa-arrow-right-to-line::before{content:""}.fa-arrow-rotate-back::before,.fa-arrow-rotate-backward::before{content:""}.fa-arrow-rotate-forward::before{content:""}.fa-arrow-rotate-left::before{content:""}.fa-arrow-rotate-right::before{content:""}.fa-arrow-square-down::before{content:""}.fa-arrow-square-left::before{content:""}.fa-arrow-square-right::before{content:""}.fa-arrow-square-up::before{content:""}.fa-arrow-to-bottom::before{content:""}.fa-arrow-to-left::before{content:""}.fa-arrow-to-right::before{content:""}.fa-arrow-to-top::before{content:""}.fa-arrow-trend-down::before{content:""}.fa-arrow-trend-up::before{content:""}.fa-arrow-turn-down::before{content:""}.fa-arrow-turn-down-left::before{content:""}.fa-arrow-turn-down-right::before{content:""}.fa-arrow-turn-left::before{content:""}.fa-arrow-turn-left-down::before{content:""}.fa-arrow-turn-left-up::before{content:""}.fa-arrow-turn-right::before{content:""}.fa-arrow-turn-up::before{content:""}.fa-arrow-up::before{content:""}.fa-arrow-up-1-9::before{content:""}.fa-arrow-up-9-1::before{content:""}.fa-arrow-up-a-z::before{content:""}.fa-arrow-up-arrow-down::before{content:""}.fa-arrow-up-big-small::before{content:""}.fa-arrow-up-from-arc::before{content:""}.fa-arrow-up-from-bracket::before{content:""}.fa-arrow-up-from-dotted-line::before{content:""}.fa-arrow-up-from-ground-water::before{content:""}.fa-arrow-up-from-line::before{content:""}.fa-arrow-up-from-square::before{content:""}.fa-arrow-up-from-water-pump::before{content:""}.fa-arrow-up-left::before{content:""}.fa-arrow-up-left-from-circle::before{content:""}.fa-arrow-up-long::before{content:""}.fa-arrow-up-right::before{content:""}.fa-arrow-up-right-and-arrow-down-left-from-center::before{content:""}.fa-arrow-up-right-dots::before{content:""}.fa-arrow-up-right-from-square::before{content:""}.fa-arrow-up-short-wide::before{content:""}.fa-arrow-up-small-big::before{content:""}.fa-arrow-up-square-triangle::before{content:""}.fa-arrow-up-to-arc::before{content:""}.fa-arrow-up-to-bracket::before{content:""}.fa-arrow-up-to-dotted-line::before{content:""}.fa-arrow-up-to-line::before{content:""}.fa-arrow-up-triangle-square::before{content:""}.fa-arrow-up-wide-short::before{content:""}.fa-arrow-up-z-a::before{content:""}.fa-arrows::before{content:""}.fa-arrows-alt::before{content:""}.fa-arrows-alt-h::before{content:""}.fa-arrows-alt-v::before{content:""}.fa-arrows-cross::before{content:""}.fa-arrows-down-to-line::before{content:""}.fa-arrows-down-to-people::before{content:""}.fa-arrows-from-dotted-line::before{content:""}.fa-arrows-from-line::before{content:""}.fa-arrows-h::before,.fa-arrows-left-right::before{content:""}.fa-arrows-left-right-to-line::before{content:""}.fa-arrows-maximize::before{content:""}.fa-arrows-minimize::before{content:""}.fa-arrows-repeat::before{content:""}.fa-arrows-repeat-1::before{content:""}.fa-arrows-retweet::before{content:""}.fa-arrows-rotate::before{content:""}.fa-arrows-rotate-reverse::before{content:""}.fa-arrows-spin::before{content:""}.fa-arrows-split-up-and-left::before{content:""}.fa-arrows-to-circle::before{content:""}.fa-arrows-to-dot::before{content:""}.fa-arrows-to-dotted-line::before{content:""}.fa-arrows-to-eye::before{content:""}.fa-arrows-to-line::before{content:""}.fa-arrows-turn-right::before{content:""}.fa-arrows-turn-to-dots::before{content:""}.fa-arrows-up-down::before{content:""}.fa-arrows-up-down-left-right::before{content:""}.fa-arrows-up-to-line::before{content:""}.fa-arrows-v::before{content:""}.fa-asl-interpreting::before{content:""}.fa-assistive-listening-systems::before{content:""}.fa-asterisk::before{content:"*"}.fa-at::before{content:"@"}.fa-atlas::before{content:""}.fa-atom::before{content:""}.fa-atom-alt::before,.fa-atom-simple::before{content:""}.fa-audio-description::before{content:""}.fa-audio-description-slash::before{content:""}.fa-austral-sign::before{content:""}.fa-automobile::before{content:""}.fa-avocado::before{content:""}.fa-award::before{content:""}.fa-award-simple::before{content:""}.fa-axe::before{content:""}.fa-axe-battle::before{content:""}.fa-b::before{content:"B"}.fa-baby::before{content:""}.fa-baby-carriage::before{content:""}.fa-backpack::before{content:""}.fa-backspace::before{content:""}.fa-backward::before{content:""}.fa-backward-fast::before{content:""}.fa-backward-step::before{content:""}.fa-bacon::before{content:""}.fa-bacteria::before{content:""}.fa-bacterium::before{content:""}.fa-badge::before{content:""}.fa-badge-check::before{content:""}.fa-badge-dollar::before{content:""}.fa-badge-percent::before{content:""}.fa-badge-sheriff::before{content:""}.fa-badger-honey::before{content:""}.fa-badminton::before{content:""}.fa-bag-seedling::before{content:""}.fa-bag-shopping::before{content:""}.fa-bag-shopping-minus::before{content:""}.fa-bag-shopping-plus::before{content:""}.fa-bagel::before{content:""}.fa-bags-shopping::before{content:""}.fa-baguette::before{content:""}.fa-bahai::before{content:""}.fa-baht-sign::before{content:""}.fa-balance-scale::before{content:""}.fa-balance-scale-left::before{content:""}.fa-balance-scale-right::before{content:""}.fa-ball-pile::before{content:""}.fa-balloon::before{content:""}.fa-balloons::before{content:""}.fa-ballot::before{content:""}.fa-ballot-check::before{content:""}.fa-ban::before{content:""}.fa-ban-bug::before{content:""}.fa-ban-parking::before{content:""}.fa-ban-smoking::before{content:""}.fa-banana::before{content:""}.fa-band-aid::before,.fa-bandage::before{content:""}.fa-bangladeshi-taka-sign::before{content:""}.fa-banjo::before{content:""}.fa-bank::before{content:""}.fa-bar-chart::before{content:""}.fa-barcode::before{content:""}.fa-barcode-alt::before{content:""}.fa-barcode-read::before{content:""}.fa-barcode-scan::before{content:""}.fa-barn-silo::before{content:""}.fa-bars::before{content:""}.fa-bars-filter::before{content:""}.fa-bars-progress::before{content:""}.fa-bars-sort::before{content:""}.fa-bars-staggered::before{content:""}.fa-baseball-ball::before,.fa-baseball::before{content:""}.fa-baseball-bat-ball::before{content:""}.fa-basket-shopping::before{content:""}.fa-basket-shopping-minus::before{content:""}.fa-basket-shopping-plus::before{content:""}.fa-basket-shopping-simple::before{content:""}.fa-basketball-ball::before,.fa-basketball::before{content:""}.fa-basketball-hoop::before{content:""}.fa-bat::before{content:""}.fa-bath::before,.fa-bathtub::before{content:""}.fa-battery::before{content:""}.fa-battery-0::before{content:""}.fa-battery-1::before{content:""}.fa-battery-2::before{content:""}.fa-battery-3::before{content:""}.fa-battery-4::before{content:""}.fa-battery-5::before{content:""}.fa-battery-bolt::before{content:""}.fa-battery-car::before{content:""}.fa-battery-empty::before{content:""}.fa-battery-exclamation::before{content:""}.fa-battery-full::before{content:""}.fa-battery-half::before{content:""}.fa-battery-low::before{content:""}.fa-battery-quarter::before{content:""}.fa-battery-slash::before{content:""}.fa-battery-three-quarters::before{content:""}.fa-bed::before{content:""}.fa-bed-alt::before{content:""}.fa-bed-bunk::before{content:""}.fa-bed-empty::before{content:""}.fa-bed-front::before{content:""}.fa-bed-pulse::before{content:""}.fa-bee::before{content:""}.fa-beer::before{content:""}.fa-beer-foam::before,.fa-beer-mug::before{content:""}.fa-beer-mug-empty::before{content:""}.fa-bell::before{content:""}.fa-bell-concierge::before{content:""}.fa-bell-exclamation::before{content:""}.fa-bell-on::before{content:""}.fa-bell-plus::before{content:""}.fa-bell-ring::before{content:""}.fa-bell-school::before{content:""}.fa-bell-school-slash::before{content:""}.fa-bell-slash::before{content:""}.fa-bells::before{content:""}.fa-bench-tree::before{content:""}.fa-betamax::before{content:""}.fa-bezier-curve::before{content:""}.fa-bible::before{content:""}.fa-bicycle::before{content:""}.fa-biking::before{content:""}.fa-biking-mountain::before{content:""}.fa-billboard::before{content:""}.fa-bin-bottles::before{content:""}.fa-bin-bottles-recycle::before{content:""}.fa-bin-recycle::before{content:""}.fa-binary::before{content:""}.fa-binary-circle-check::before{content:""}.fa-binary-lock::before{content:""}.fa-binary-slash::before{content:""}.fa-binoculars::before{content:""}.fa-biohazard::before{content:""}.fa-bird::before{content:""}.fa-birthday-cake::before{content:""}.fa-bitcoin-sign::before{content:""}.fa-blackboard::before{content:""}.fa-blanket::before{content:""}.fa-blanket-fire::before{content:""}.fa-blender::before{content:""}.fa-blender-phone::before{content:""}.fa-blind::before{content:""}.fa-blinds::before{content:""}.fa-blinds-open::before{content:""}.fa-blinds-raised::before{content:""}.fa-block::before{content:""}.fa-block-brick::before{content:""}.fa-block-brick-fire::before{content:""}.fa-block-question::before{content:""}.fa-block-quote::before{content:""}.fa-blog::before{content:""}.fa-blueberries::before{content:""}.fa-bluetooth::before{content:""}.fa-bold::before{content:""}.fa-bolt::before{content:""}.fa-bolt-auto::before{content:""}.fa-bolt-lightning::before{content:""}.fa-bolt-slash::before{content:""}.fa-bomb::before{content:""}.fa-bone::before{content:""}.fa-bone-break::before{content:""}.fa-bong::before{content:""}.fa-book::before{content:""}.fa-book-alt::before{content:""}.fa-book-arrow-right::before{content:""}.fa-book-arrow-up::before{content:""}.fa-book-atlas::before{content:""}.fa-book-bible::before{content:""}.fa-book-blank::before{content:""}.fa-book-bookmark::before{content:""}.fa-book-circle::before{content:""}.fa-book-circle-arrow-right::before{content:""}.fa-book-circle-arrow-up::before{content:""}.fa-book-copy::before{content:""}.fa-book-dead::before{content:""}.fa-book-font::before{content:""}.fa-book-heart::before{content:""}.fa-book-journal-whills::before{content:""}.fa-book-law::before{content:""}.fa-book-medical::before{content:""}.fa-book-open::before{content:""}.fa-book-open-alt::before,.fa-book-open-cover::before{content:""}.fa-book-open-reader::before{content:""}.fa-book-quran::before{content:""}.fa-book-reader::before{content:""}.fa-book-section::before{content:""}.fa-book-skull::before{content:""}.fa-book-sparkles::before,.fa-book-spells::before{content:""}.fa-book-tanakh::before{content:""}.fa-book-user::before{content:""}.fa-bookmark::before{content:""}.fa-bookmark-circle::before{content:""}.fa-bookmark-slash::before{content:""}.fa-books::before{content:""}.fa-books-medical::before{content:""}.fa-boombox::before{content:""}.fa-boot::before{content:""}.fa-boot-heeled::before{content:""}.fa-booth-curtain::before{content:""}.fa-border-all::before{content:""}.fa-border-bottom::before{content:""}.fa-border-bottom-right::before{content:""}.fa-border-center-h::before{content:""}.fa-border-center-v::before{content:""}.fa-border-inner::before{content:""}.fa-border-left::before{content:""}.fa-border-none::before{content:""}.fa-border-outer::before{content:""}.fa-border-right::before{content:""}.fa-border-style::before{content:""}.fa-border-style-alt::before{content:""}.fa-border-top::before{content:""}.fa-border-top-left::before{content:""}.fa-bore-hole::before{content:""}.fa-bottle-baby::before{content:""}.fa-bottle-droplet::before{content:""}.fa-bottle-water::before{content:""}.fa-bow-arrow::before{content:""}.fa-bowl-chopsticks::before{content:""}.fa-bowl-chopsticks-noodles::before{content:""}.fa-bowl-food::before{content:""}.fa-bowl-hot::before{content:""}.fa-bowl-rice::before{content:""}.fa-bowl-salad::before{content:""}.fa-bowl-scoop::before{content:""}.fa-bowl-scoops::before{content:""}.fa-bowl-shaved-ice::before{content:""}.fa-bowl-soft-serve::before{content:""}.fa-bowl-spoon::before{content:""}.fa-bowling-ball::before{content:""}.fa-bowling-ball-pin::before{content:""}.fa-bowling-pins::before{content:""}.fa-box::before{content:""}.fa-box-alt::before{content:""}.fa-box-archive::before{content:""}.fa-box-ballot::before{content:""}.fa-box-check::before{content:""}.fa-box-circle-check::before{content:""}.fa-box-dollar::before{content:""}.fa-box-fragile::before{content:""}.fa-box-full::before{content:""}.fa-box-heart::before{content:""}.fa-box-open::before{content:""}.fa-box-open-full::before{content:""}.fa-box-taped::before{content:""}.fa-box-tissue::before{content:""}.fa-box-up::before{content:""}.fa-box-usd::before{content:""}.fa-boxes-alt::before,.fa-boxes::before{content:""}.fa-boxes-packing::before{content:""}.fa-boxes-stacked::before{content:""}.fa-boxing-glove::before{content:""}.fa-bracket::before{content:"["}.fa-bracket-curly-left::before,.fa-bracket-curly::before{content:"{"}.fa-bracket-curly-right::before{content:"}"}.fa-bracket-left::before{content:"["}.fa-bracket-round::before{content:"("}.fa-bracket-round-right::before{content:")"}.fa-bracket-square::before{content:"["}.fa-bracket-square-right::before{content:"]"}.fa-brackets::before{content:""}.fa-brackets-curly::before{content:""}.fa-brackets-round::before{content:""}.fa-brackets-square::before{content:""}.fa-braille::before{content:""}.fa-brain::before{content:""}.fa-brain-arrow-curved-right::before{content:""}.fa-brain-circuit::before{content:""}.fa-brake-warning::before{content:""}.fa-brazilian-real-sign::before{content:""}.fa-bread-loaf::before{content:""}.fa-bread-slice::before{content:""}.fa-bread-slice-butter::before{content:""}.fa-bridge::before{content:""}.fa-bridge-circle-check::before{content:""}.fa-bridge-circle-exclamation::before{content:""}.fa-bridge-circle-xmark::before{content:""}.fa-bridge-lock::before{content:""}.fa-bridge-suspension::before{content:""}.fa-bridge-water::before{content:""}.fa-briefcase::before{content:""}.fa-briefcase-arrow-right::before{content:""}.fa-briefcase-blank::before{content:""}.fa-briefcase-clock::before{content:""}.fa-briefcase-medical::before{content:""}.fa-brightness::before{content:""}.fa-brightness-low::before{content:""}.fa-bring-forward::before{content:""}.fa-bring-front::before{content:""}.fa-broadcast-tower::before{content:""}.fa-broccoli::before{content:""}.fa-broom::before{content:""}.fa-broom-ball::before{content:""}.fa-broom-wide::before{content:""}.fa-browser::before{content:""}.fa-browsers::before{content:""}.fa-brush::before{content:""}.fa-bucket::before{content:""}.fa-bug::before{content:""}.fa-bug-slash::before{content:""}.fa-bugs::before{content:""}.fa-building::before{content:""}.fa-building-circle-arrow-right::before{content:""}.fa-building-circle-check::before{content:""}.fa-building-circle-exclamation::before{content:""}.fa-building-circle-xmark::before{content:""}.fa-building-columns::before{content:""}.fa-building-flag::before{content:""}.fa-building-lock::before{content:""}.fa-building-magnifying-glass::before{content:""}.fa-building-memo::before{content:""}.fa-building-ngo::before{content:""}.fa-building-shield::before{content:""}.fa-building-un::before{content:""}.fa-building-user::before{content:""}.fa-building-wheat::before{content:""}.fa-buildings::before{content:""}.fa-bulldozer::before{content:""}.fa-bullhorn::before{content:""}.fa-bullseye::before{content:""}.fa-bullseye-arrow::before{content:""}.fa-bullseye-pointer::before{content:""}.fa-buoy::before{content:""}.fa-buoy-mooring::before{content:""}.fa-burger::before{content:""}.fa-burger-cheese::before{content:""}.fa-burger-fries::before{content:""}.fa-burger-glass::before{content:""}.fa-burger-lettuce::before{content:""}.fa-burger-soda::before{content:""}.fa-burn::before{content:""}.fa-burrito::before{content:""}.fa-burst::before{content:""}.fa-bus::before{content:""}.fa-bus-alt::before{content:""}.fa-bus-school::before{content:""}.fa-bus-simple::before{content:""}.fa-business-front::before{content:""}.fa-business-time::before{content:""}.fa-butter::before{content:""}.fa-c::before{content:"C"}.fa-cab::before{content:""}.fa-cabin::before{content:""}.fa-cabinet-filing::before{content:""}.fa-cable-car::before{content:""}.fa-cactus::before{content:""}.fa-caduceus::before{content:""}.fa-cake-candles::before,.fa-cake::before{content:""}.fa-cake-slice::before{content:""}.fa-calculator::before{content:""}.fa-calculator-alt::before,.fa-calculator-simple::before{content:""}.fa-calendar::before{content:""}.fa-calendar-alt::before{content:""}.fa-calendar-arrow-down::before{content:""}.fa-calendar-arrow-up::before{content:""}.fa-calendar-check::before{content:""}.fa-calendar-circle::before{content:""}.fa-calendar-circle-exclamation::before{content:""}.fa-calendar-circle-minus::before{content:""}.fa-calendar-circle-plus::before{content:""}.fa-calendar-circle-user::before{content:""}.fa-calendar-clock::before{content:""}.fa-calendar-day::before{content:""}.fa-calendar-days::before{content:""}.fa-calendar-download::before{content:""}.fa-calendar-edit::before{content:""}.fa-calendar-exclamation::before{content:""}.fa-calendar-heart::before{content:""}.fa-calendar-image::before{content:""}.fa-calendar-lines::before{content:""}.fa-calendar-lines-pen::before{content:""}.fa-calendar-minus::before{content:""}.fa-calendar-note::before{content:""}.fa-calendar-pen::before{content:""}.fa-calendar-plus::before{content:""}.fa-calendar-range::before{content:""}.fa-calendar-star::before{content:""}.fa-calendar-time::before{content:""}.fa-calendar-times::before{content:""}.fa-calendar-upload::before{content:""}.fa-calendar-users::before{content:""}.fa-calendar-week::before{content:""}.fa-calendar-xmark::before{content:""}.fa-calendars::before{content:""}.fa-camcorder::before{content:""}.fa-camera-alt::before,.fa-camera::before{content:""}.fa-camera-cctv::before{content:""}.fa-camera-circle::before{content:""}.fa-camera-home::before{content:""}.fa-camera-movie::before{content:""}.fa-camera-polaroid::before{content:""}.fa-camera-retro::before{content:""}.fa-camera-rotate::before{content:""}.fa-camera-security::before{content:""}.fa-camera-slash::before{content:""}.fa-camera-viewfinder::before{content:""}.fa-camera-web::before{content:""}.fa-camera-web-slash::before{content:""}.fa-campfire::before{content:""}.fa-campground::before{content:""}.fa-can-food::before{content:""}.fa-cancel::before{content:""}.fa-candle-holder::before{content:""}.fa-candy::before{content:""}.fa-candy-bar::before{content:""}.fa-candy-cane::before{content:""}.fa-candy-corn::before{content:""}.fa-cannabis::before{content:""}.fa-cannon::before{content:""}.fa-capsules::before{content:""}.fa-car::before{content:""}.fa-car-alt::before{content:""}.fa-car-battery::before{content:""}.fa-car-bolt::before{content:""}.fa-car-building::before{content:""}.fa-car-bump::before{content:""}.fa-car-burst::before{content:""}.fa-car-bus::before{content:""}.fa-car-circle-bolt::before{content:""}.fa-car-crash::before{content:""}.fa-car-garage::before{content:""}.fa-car-mechanic::before{content:""}.fa-car-mirrors::before{content:""}.fa-car-on::before{content:""}.fa-car-rear::before{content:""}.fa-car-side::before{content:""}.fa-car-side-bolt::before{content:""}.fa-car-tilt::before{content:""}.fa-car-tunnel::before{content:""}.fa-car-wash::before{content:""}.fa-car-wrench::before{content:""}.fa-caravan::before{content:""}.fa-caravan-alt::before,.fa-caravan-simple::before{content:""}.fa-card-club::before{content:""}.fa-card-diamond::before{content:""}.fa-card-heart::before{content:""}.fa-card-spade::before{content:""}.fa-cards::before{content:""}.fa-cards-blank::before{content:""}.fa-caret-circle-down::before{content:""}.fa-caret-circle-left::before{content:""}.fa-caret-circle-right::before{content:""}.fa-caret-circle-up::before{content:""}.fa-caret-down::before{content:""}.fa-caret-left::before{content:""}.fa-caret-right::before{content:""}.fa-caret-square-down::before{content:""}.fa-caret-square-left::before{content:""}.fa-caret-square-right::before{content:""}.fa-caret-square-up::before{content:""}.fa-caret-up::before{content:""}.fa-carriage-baby::before{content:""}.fa-carrot::before{content:""}.fa-cars::before{content:""}.fa-cart-arrow-down::before{content:""}.fa-cart-arrow-up::before{content:""}.fa-cart-circle-arrow-down::before{content:""}.fa-cart-circle-arrow-up::before{content:""}.fa-cart-circle-check::before{content:""}.fa-cart-circle-exclamation::before{content:""}.fa-cart-circle-plus::before{content:""}.fa-cart-circle-xmark::before{content:""}.fa-cart-flatbed::before{content:""}.fa-cart-flatbed-boxes::before{content:""}.fa-cart-flatbed-empty::before{content:""}.fa-cart-flatbed-suitcase::before{content:""}.fa-cart-minus::before{content:""}.fa-cart-plus::before{content:""}.fa-cart-shopping::before{content:""}.fa-cart-shopping-fast::before{content:""}.fa-cart-xmark::before{content:""}.fa-cash-register::before{content:""}.fa-cassette-betamax::before{content:""}.fa-cassette-tape::before{content:""}.fa-cassette-vhs::before{content:""}.fa-castle::before{content:""}.fa-cat::before{content:""}.fa-cat-space::before{content:""}.fa-cauldron::before{content:""}.fa-cctv::before{content:""}.fa-cedi-sign::before{content:""}.fa-cent-sign::before{content:""}.fa-certificate::before{content:""}.fa-chain::before{content:""}.fa-chain-broken::before{content:""}.fa-chain-horizontal::before{content:""}.fa-chain-horizontal-slash::before{content:""}.fa-chain-slash::before{content:""}.fa-chair::before{content:""}.fa-chair-office::before{content:""}.fa-chalkboard::before{content:""}.fa-chalkboard-teacher::before,.fa-chalkboard-user::before{content:""}.fa-champagne-glass::before{content:""}.fa-champagne-glasses::before{content:""}.fa-charging-station::before{content:""}.fa-chart-area::before{content:""}.fa-chart-bar::before{content:""}.fa-chart-bullet::before{content:""}.fa-chart-candlestick::before{content:""}.fa-chart-column::before{content:""}.fa-chart-gantt::before{content:""}.fa-chart-kanban::before{content:""}.fa-chart-line::before{content:""}.fa-chart-line-down::before{content:""}.fa-chart-line-up::before{content:""}.fa-chart-line-up-down::before{content:""}.fa-chart-mixed::before{content:""}.fa-chart-mixed-up-circle-currency::before{content:""}.fa-chart-mixed-up-circle-dollar::before{content:""}.fa-chart-network::before{content:""}.fa-chart-pie::before{content:""}.fa-chart-pie-alt::before,.fa-chart-pie-simple::before{content:""}.fa-chart-pie-simple-circle-currency::before{content:""}.fa-chart-pie-simple-circle-dollar::before{content:""}.fa-chart-pyramid::before{content:""}.fa-chart-radar::before{content:""}.fa-chart-scatter::before{content:""}.fa-chart-scatter-3d::before{content:""}.fa-chart-scatter-bubble::before{content:""}.fa-chart-simple::before{content:""}.fa-chart-simple-horizontal::before{content:""}.fa-chart-tree-map::before{content:""}.fa-chart-user::before{content:""}.fa-chart-waterfall::before{content:""}.fa-check::before{content:""}.fa-check-circle::before{content:""}.fa-check-double::before{content:""}.fa-check-square::before{content:""}.fa-check-to-slot::before{content:""}.fa-cheese::before{content:""}.fa-cheese-swiss::before{content:""}.fa-cheeseburger::before{content:""}.fa-cherries::before{content:""}.fa-chess::before{content:""}.fa-chess-bishop::before{content:""}.fa-chess-bishop-alt::before,.fa-chess-bishop-piece::before{content:""}.fa-chess-board::before{content:""}.fa-chess-clock::before{content:""}.fa-chess-clock-alt::before,.fa-chess-clock-flip::before{content:""}.fa-chess-king::before{content:""}.fa-chess-king-alt::before,.fa-chess-king-piece::before{content:""}.fa-chess-knight::before{content:""}.fa-chess-knight-alt::before,.fa-chess-knight-piece::before{content:""}.fa-chess-pawn::before{content:""}.fa-chess-pawn-alt::before,.fa-chess-pawn-piece::before{content:""}.fa-chess-queen::before{content:""}.fa-chess-queen-alt::before,.fa-chess-queen-piece::before{content:""}.fa-chess-rook::before{content:""}.fa-chess-rook-alt::before,.fa-chess-rook-piece::before{content:""}.fa-chestnut::before{content:""}.fa-chevron-circle-down::before{content:""}.fa-chevron-circle-left::before{content:""}.fa-chevron-circle-right::before{content:""}.fa-chevron-circle-up::before{content:""}.fa-chevron-double-down::before{content:""}.fa-chevron-double-left::before{content:""}.fa-chevron-double-right::before{content:""}.fa-chevron-double-up::before{content:""}.fa-chevron-down::before{content:""}.fa-chevron-left::before{content:""}.fa-chevron-right::before{content:""}.fa-chevron-square-down::before{content:""}.fa-chevron-square-left::before{content:""}.fa-chevron-square-right::before{content:""}.fa-chevron-square-up::before{content:""}.fa-chevron-up::before{content:""}.fa-chevrons-down::before{content:""}.fa-chevrons-left::before{content:""}.fa-chevrons-right::before{content:""}.fa-chevrons-up::before{content:""}.fa-chf-sign::before{content:""}.fa-child::before{content:""}.fa-child-combatant::before{content:""}.fa-child-dress::before{content:""}.fa-child-reaching::before{content:""}.fa-child-rifle::before{content:""}.fa-children::before{content:""}.fa-chimney::before{content:""}.fa-chocolate-bar::before{content:""}.fa-chopsticks::before{content:""}.fa-church::before{content:""}.fa-circle::before{content:""}.fa-circle-0::before{content:""}.fa-circle-1::before{content:""}.fa-circle-2::before{content:""}.fa-circle-3::before{content:""}.fa-circle-4::before{content:""}.fa-circle-5::before{content:""}.fa-circle-6::before{content:""}.fa-circle-7::before{content:""}.fa-circle-8::before{content:""}.fa-circle-9::before{content:""}.fa-circle-a::before{content:""}.fa-circle-ampersand::before{content:""}.fa-circle-arrow-down::before{content:""}.fa-circle-arrow-down-left::before{content:""}.fa-circle-arrow-down-right::before{content:""}.fa-circle-arrow-left::before{content:""}.fa-circle-arrow-right::before{content:""}.fa-circle-arrow-up::before{content:""}.fa-circle-arrow-up-left::before{content:""}.fa-circle-arrow-up-right::before{content:""}.fa-circle-b::before{content:""}.fa-circle-bolt::before{content:""}.fa-circle-book-open::before{content:""}.fa-circle-bookmark::before{content:""}.fa-circle-c::before{content:""}.fa-circle-calendar::before{content:""}.fa-circle-camera::before{content:""}.fa-circle-caret-down::before{content:""}.fa-circle-caret-left::before{content:""}.fa-circle-caret-right::before{content:""}.fa-circle-caret-up::before{content:""}.fa-circle-check::before{content:""}.fa-circle-chevron-down::before{content:""}.fa-circle-chevron-left::before{content:""}.fa-circle-chevron-right::before{content:""}.fa-circle-chevron-up::before{content:""}.fa-circle-d::before{content:""}.fa-circle-dashed::before{content:""}.fa-circle-divide::before{content:""}.fa-circle-dollar::before{content:""}.fa-circle-dollar-to-slot::before{content:""}.fa-circle-dot::before{content:""}.fa-circle-down::before{content:""}.fa-circle-down-left::before{content:""}.fa-circle-down-right::before{content:""}.fa-circle-e::before{content:""}.fa-circle-ellipsis::before{content:""}.fa-circle-ellipsis-vertical::before{content:""}.fa-circle-envelope::before{content:""}.fa-circle-euro::before{content:""}.fa-circle-exclamation::before{content:""}.fa-circle-exclamation-check::before{content:""}.fa-circle-f::before{content:""}.fa-circle-g::before{content:""}.fa-circle-gf::before{content:""}.fa-circle-h::before{content:""}.fa-circle-half::before{content:""}.fa-circle-half-stroke::before{content:""}.fa-circle-heart::before{content:""}.fa-circle-i::before{content:""}.fa-circle-info::before{content:""}.fa-circle-j::before{content:""}.fa-circle-k::before{content:""}.fa-circle-l::before{content:""}.fa-circle-left::before{content:""}.fa-circle-location-arrow::before{content:""}.fa-circle-m::before{content:""}.fa-circle-microphone::before{content:""}.fa-circle-microphone-lines::before{content:""}.fa-circle-minus::before{content:""}.fa-circle-n::before{content:""}.fa-circle-nodes::before{content:""}.fa-circle-notch::before{content:""}.fa-circle-o::before{content:""}.fa-circle-p::before{content:""}.fa-circle-parking::before{content:""}.fa-circle-pause::before{content:""}.fa-circle-phone::before{content:""}.fa-circle-phone-flip::before{content:""}.fa-circle-phone-hangup::before{content:""}.fa-circle-play::before{content:""}.fa-circle-plus::before{content:""}.fa-circle-q::before{content:""}.fa-circle-quarter::before{content:""}.fa-circle-quarter-stroke::before{content:""}.fa-circle-quarters::before{content:""}.fa-circle-question::before{content:""}.fa-circle-r::before{content:""}.fa-circle-radiation::before{content:""}.fa-circle-right::before{content:""}.fa-circle-s::before{content:""}.fa-circle-small::before{content:""}.fa-circle-sort::before{content:""}.fa-circle-sort-down::before{content:""}.fa-circle-sort-up::before{content:""}.fa-circle-star::before{content:""}.fa-circle-sterling::before{content:""}.fa-circle-stop::before{content:""}.fa-circle-t::before{content:""}.fa-circle-three-quarters::before{content:""}.fa-circle-three-quarters-stroke::before{content:""}.fa-circle-trash::before{content:""}.fa-circle-u::before{content:""}.fa-circle-up::before{content:""}.fa-circle-up-left::before{content:""}.fa-circle-up-right::before{content:""}.fa-circle-user::before{content:""}.fa-circle-v::before{content:""}.fa-circle-video::before{content:""}.fa-circle-w::before{content:""}.fa-circle-waveform-lines::before{content:""}.fa-circle-wifi::before{content:""}.fa-circle-wifi-circle-wifi::before,.fa-circle-wifi-group::before{content:""}.fa-circle-x::before{content:""}.fa-circle-xmark::before{content:""}.fa-circle-y::before{content:""}.fa-circle-yen::before{content:""}.fa-circle-z::before{content:""}.fa-circles-overlap::before{content:""}.fa-citrus::before{content:""}.fa-citrus-slice::before{content:""}.fa-city::before{content:""}.fa-clapperboard::before{content:""}.fa-clapperboard-play::before{content:""}.fa-clarinet::before{content:""}.fa-claw-marks::before{content:""}.fa-clinic-medical::before{content:""}.fa-clipboard::before{content:""}.fa-clipboard-check::before{content:""}.fa-clipboard-list::before{content:""}.fa-clipboard-list-check::before{content:""}.fa-clipboard-medical::before{content:""}.fa-clipboard-prescription::before{content:""}.fa-clipboard-question::before{content:""}.fa-clipboard-user::before{content:""}.fa-clock::before{content:""}.fa-clock-desk::before{content:""}.fa-clock-eight::before{content:""}.fa-clock-eight-thirty::before{content:""}.fa-clock-eleven::before{content:""}.fa-clock-eleven-thirty::before{content:""}.fa-clock-five::before{content:""}.fa-clock-five-thirty::before{content:""}.fa-clock-four::before{content:""}.fa-clock-four-thirty::before{content:""}.fa-clock-nine::before{content:""}.fa-clock-nine-thirty::before{content:""}.fa-clock-one::before{content:""}.fa-clock-one-thirty::before{content:""}.fa-clock-rotate-left::before{content:""}.fa-clock-seven::before{content:""}.fa-clock-seven-thirty::before{content:""}.fa-clock-six::before{content:""}.fa-clock-six-thirty::before{content:""}.fa-clock-ten::before{content:""}.fa-clock-ten-thirty::before{content:""}.fa-clock-three::before{content:""}.fa-clock-three-thirty::before{content:""}.fa-clock-twelve::before{content:""}.fa-clock-twelve-thirty::before{content:""}.fa-clock-two::before{content:""}.fa-clock-two-thirty::before{content:""}.fa-clone::before{content:""}.fa-close::before{content:""}.fa-closed-captioning::before{content:""}.fa-closed-captioning-slash::before{content:""}.fa-clothes-hanger::before{content:""}.fa-cloud::before{content:""}.fa-cloud-arrow-down::before{content:""}.fa-cloud-arrow-up::before{content:""}.fa-cloud-binary::before{content:""}.fa-cloud-bolt::before{content:""}.fa-cloud-bolt-moon::before{content:""}.fa-cloud-bolt-sun::before{content:""}.fa-cloud-check::before{content:""}.fa-cloud-download-alt::before,.fa-cloud-download::before{content:""}.fa-cloud-drizzle::before{content:""}.fa-cloud-exclamation::before{content:""}.fa-cloud-fog::before{content:""}.fa-cloud-hail::before{content:""}.fa-cloud-hail-mixed::before{content:""}.fa-cloud-meatball::before{content:""}.fa-cloud-minus::before{content:""}.fa-cloud-moon::before{content:""}.fa-cloud-moon-rain::before{content:""}.fa-cloud-music::before{content:""}.fa-cloud-plus::before{content:""}.fa-cloud-question::before{content:""}.fa-cloud-rain::before{content:""}.fa-cloud-rainbow::before{content:""}.fa-cloud-showers::before{content:""}.fa-cloud-showers-heavy::before{content:""}.fa-cloud-showers-water::before{content:""}.fa-cloud-slash::before{content:""}.fa-cloud-sleet::before{content:""}.fa-cloud-snow::before{content:""}.fa-cloud-sun::before{content:""}.fa-cloud-sun-rain::before{content:""}.fa-cloud-upload-alt::before,.fa-cloud-upload::before{content:""}.fa-cloud-word::before{content:""}.fa-cloud-xmark::before{content:""}.fa-clouds::before{content:""}.fa-clouds-moon::before{content:""}.fa-clouds-sun::before{content:""}.fa-clover::before{content:""}.fa-club::before{content:""}.fa-cny::before{content:""}.fa-cocktail::before{content:""}.fa-coconut::before{content:""}.fa-code::before{content:""}.fa-code-branch::before{content:""}.fa-code-commit::before{content:""}.fa-code-compare::before{content:""}.fa-code-fork::before{content:""}.fa-code-merge::before{content:""}.fa-code-pull-request::before{content:""}.fa-code-pull-request-closed::before{content:""}.fa-code-pull-request-draft::before{content:""}.fa-code-simple::before{content:""}.fa-coffee::before{content:""}.fa-coffee-bean::before{content:""}.fa-coffee-beans::before{content:""}.fa-coffee-pot::before{content:""}.fa-coffee-togo::before{content:""}.fa-coffin::before{content:""}.fa-coffin-cross::before{content:""}.fa-cog::before{content:""}.fa-cogs::before{content:""}.fa-coin::before{content:""}.fa-coin-blank::before{content:""}.fa-coin-front::before{content:""}.fa-coin-vertical::before{content:""}.fa-coins::before{content:""}.fa-colon::before{content:":"}.fa-colon-sign::before{content:""}.fa-columns::before{content:""}.fa-columns-3::before{content:""}.fa-comet::before{content:""}.fa-comma::before{content:","}.fa-command::before{content:""}.fa-comment::before{content:""}.fa-comment-alt::before{content:""}.fa-comment-alt-arrow-down::before{content:""}.fa-comment-alt-arrow-up::before{content:""}.fa-comment-alt-captions::before{content:""}.fa-comment-alt-check::before{content:""}.fa-comment-alt-dollar::before{content:""}.fa-comment-alt-dots::before{content:""}.fa-comment-alt-edit::before{content:""}.fa-comment-alt-exclamation::before{content:""}.fa-comment-alt-image::before{content:""}.fa-comment-alt-lines::before{content:""}.fa-comment-alt-medical::before{content:""}.fa-comment-alt-minus::before{content:""}.fa-comment-alt-music::before{content:""}.fa-comment-alt-plus::before{content:""}.fa-comment-alt-quote::before{content:""}.fa-comment-alt-slash::before{content:""}.fa-comment-alt-smile::before{content:""}.fa-comment-alt-text::before{content:""}.fa-comment-alt-times::before{content:""}.fa-comment-arrow-down::before{content:""}.fa-comment-arrow-up::before{content:""}.fa-comment-arrow-up-right::before{content:""}.fa-comment-captions::before{content:""}.fa-comment-check::before{content:""}.fa-comment-code::before{content:""}.fa-comment-dollar::before{content:""}.fa-comment-dots::before{content:""}.fa-comment-edit::before{content:""}.fa-comment-exclamation::before{content:""}.fa-comment-heart::before{content:""}.fa-comment-image::before{content:""}.fa-comment-lines::before{content:""}.fa-comment-medical::before{content:""}.fa-comment-middle::before{content:""}.fa-comment-middle-alt::before{content:""}.fa-comment-middle-top::before{content:""}.fa-comment-middle-top-alt::before{content:""}.fa-comment-minus::before{content:""}.fa-comment-music::before{content:""}.fa-comment-pen::before{content:""}.fa-comment-plus::before{content:""}.fa-comment-question::before{content:""}.fa-comment-quote::before{content:""}.fa-comment-slash::before{content:""}.fa-comment-smile::before{content:""}.fa-comment-sms::before{content:""}.fa-comment-text::before{content:""}.fa-comment-times::before,.fa-comment-xmark::before{content:""}.fa-commenting::before{content:""}.fa-comments::before{content:""}.fa-comments-alt::before{content:""}.fa-comments-alt-dollar::before{content:""}.fa-comments-dollar::before{content:""}.fa-comments-question::before{content:""}.fa-comments-question-check::before{content:""}.fa-compact-disc::before{content:""}.fa-compass::before{content:""}.fa-compass-drafting::before{content:""}.fa-compass-slash::before{content:""}.fa-compress::before{content:""}.fa-compress-alt::before{content:""}.fa-compress-arrows::before{content:""}.fa-compress-arrows-alt::before{content:""}.fa-compress-wide::before{content:""}.fa-computer::before{content:""}.fa-computer-classic::before{content:""}.fa-computer-mouse::before{content:""}.fa-computer-mouse-scrollwheel::before{content:""}.fa-computer-speaker::before{content:""}.fa-concierge-bell::before{content:""}.fa-construction::before{content:""}.fa-contact-book::before{content:""}.fa-contact-card::before{content:""}.fa-container-storage::before{content:""}.fa-conveyor-belt::before{content:""}.fa-conveyor-belt-alt::before{content:""}.fa-conveyor-belt-arm::before{content:""}.fa-conveyor-belt-boxes::before{content:""}.fa-conveyor-belt-empty::before{content:""}.fa-cookie::before{content:""}.fa-cookie-bite::before{content:""}.fa-copy::before{content:""}.fa-copyright::before{content:""}.fa-corn::before{content:""}.fa-corner::before{content:""}.fa-couch::before{content:""}.fa-couch-small::before{content:""}.fa-court-sport::before{content:""}.fa-cow::before{content:""}.fa-cowbell::before{content:""}.fa-cowbell-circle-plus::before,.fa-cowbell-more::before{content:""}.fa-crab::before{content:""}.fa-crate-apple::before{content:""}.fa-crate-empty::before{content:""}.fa-credit-card-alt::before,.fa-credit-card::before{content:""}.fa-credit-card-blank::before{content:""}.fa-credit-card-front::before{content:""}.fa-creemee::before{content:""}.fa-cricket-bat-ball::before,.fa-cricket::before{content:""}.fa-croissant::before{content:""}.fa-crop::before{content:""}.fa-crop-alt::before,.fa-crop-simple::before{content:""}.fa-cross::before{content:""}.fa-crosshairs::before{content:""}.fa-crosshairs-simple::before{content:""}.fa-crow::before{content:""}.fa-crown::before{content:""}.fa-crutch::before{content:""}.fa-crutches::before{content:""}.fa-cruzeiro-sign::before{content:""}.fa-crystal-ball::before{content:""}.fa-cube::before{content:""}.fa-cubes::before{content:""}.fa-cubes-stacked::before{content:""}.fa-cucumber::before{content:""}.fa-cup-straw::before{content:""}.fa-cup-straw-swoosh::before{content:""}.fa-cup-togo::before{content:""}.fa-cupcake::before{content:""}.fa-curling-stone::before,.fa-curling::before{content:""}.fa-custard::before{content:""}.fa-cut::before{content:""}.fa-cutlery::before{content:""}.fa-d::before{content:"D"}.fa-dagger::before{content:""}.fa-dash::before{content:""}.fa-dashboard::before{content:""}.fa-database::before{content:""}.fa-deaf::before,.fa-deafness::before{content:""}.fa-debug::before{content:""}.fa-dedent::before{content:""}.fa-deer::before{content:""}.fa-deer-rudolph::before{content:""}.fa-delete-left::before{content:""}.fa-delete-right::before{content:""}.fa-democrat::before{content:""}.fa-desktop-alt::before,.fa-desktop::before{content:""}.fa-desktop-arrow-down::before{content:""}.fa-desktop-code::before{content:""}.fa-desktop-medical::before{content:""}.fa-desktop-slash::before{content:""}.fa-dewpoint::before{content:""}.fa-dharmachakra::before{content:""}.fa-diagnoses::before{content:""}.fa-diagram-cells::before{content:""}.fa-diagram-lean-canvas::before{content:""}.fa-diagram-nested::before{content:""}.fa-diagram-next::before{content:""}.fa-diagram-predecessor::before{content:""}.fa-diagram-previous::before{content:""}.fa-diagram-project::before{content:""}.fa-diagram-sankey::before{content:""}.fa-diagram-subtask::before{content:""}.fa-diagram-successor::before{content:""}.fa-diagram-venn::before{content:""}.fa-dial::before{content:""}.fa-dial-high::before{content:""}.fa-dial-low::before{content:""}.fa-dial-max::before{content:""}.fa-dial-med::before{content:""}.fa-dial-med-high::before{content:""}.fa-dial-med-low::before{content:""}.fa-dial-min::before{content:""}.fa-dial-off::before{content:""}.fa-diamond::before{content:""}.fa-diamond-exclamation::before{content:""}.fa-diamond-half::before{content:""}.fa-diamond-half-stroke::before{content:""}.fa-diamond-turn-right::before{content:""}.fa-diamonds-4::before{content:""}.fa-dice::before{content:""}.fa-dice-d10::before{content:""}.fa-dice-d12::before{content:""}.fa-dice-d20::before{content:""}.fa-dice-d4::before{content:""}.fa-dice-d6::before{content:""}.fa-dice-d8::before{content:""}.fa-dice-five::before{content:""}.fa-dice-four::before{content:""}.fa-dice-one::before{content:""}.fa-dice-six::before{content:""}.fa-dice-three::before{content:""}.fa-dice-two::before{content:""}.fa-digging::before{content:""}.fa-digital-tachograph::before{content:""}.fa-dinosaur::before{content:""}.fa-diploma::before{content:""}.fa-directions::before{content:""}.fa-disc-drive::before{content:""}.fa-disease::before{content:""}.fa-display::before{content:""}.fa-display-arrow-down::before{content:""}.fa-display-chart-up::before{content:""}.fa-display-chart-up-circle-currency::before{content:""}.fa-display-chart-up-circle-dollar::before{content:""}.fa-display-code::before{content:""}.fa-display-medical::before{content:""}.fa-display-slash::before{content:""}.fa-distribute-spacing-horizontal::before{content:""}.fa-distribute-spacing-vertical::before{content:""}.fa-ditto::before{content:'"'}.fa-divide::before{content:""}.fa-dizzy::before{content:""}.fa-dna::before{content:""}.fa-do-not-enter::before{content:""}.fa-dog::before{content:""}.fa-dog-leashed::before{content:""}.fa-dollar::before{content:"$"}.fa-dollar-circle::before{content:""}.fa-dollar-sign::before{content:"$"}.fa-dollar-square::before{content:""}.fa-dolly-box::before,.fa-dolly::before{content:""}.fa-dolly-empty::before{content:""}.fa-dolly-flatbed::before{content:""}.fa-dolly-flatbed-alt::before{content:""}.fa-dolly-flatbed-empty::before{content:""}.fa-dolphin::before{content:""}.fa-donate::before{content:""}.fa-dong-sign::before{content:""}.fa-donut::before{content:""}.fa-door-closed::before{content:""}.fa-door-open::before{content:""}.fa-dot-circle::before{content:""}.fa-doughnut::before{content:""}.fa-dove::before{content:""}.fa-down::before{content:""}.fa-down-from-bracket::before{content:""}.fa-down-from-dotted-line::before{content:""}.fa-down-from-line::before{content:""}.fa-down-left::before{content:""}.fa-down-left-and-up-right-to-center::before{content:""}.fa-down-long::before{content:""}.fa-down-right::before{content:""}.fa-down-to-bracket::before{content:""}.fa-down-to-dotted-line::before{content:""}.fa-down-to-line::before{content:""}.fa-download::before{content:""}.fa-drafting-compass::before{content:""}.fa-dragon::before{content:""}.fa-draw-circle::before{content:""}.fa-draw-polygon::before{content:""}.fa-draw-square::before{content:""}.fa-dreidel::before{content:""}.fa-drivers-license::before{content:""}.fa-drone::before{content:""}.fa-drone-alt::before,.fa-drone-front::before{content:""}.fa-droplet::before{content:""}.fa-droplet-degree::before{content:""}.fa-droplet-percent::before{content:""}.fa-droplet-slash::before{content:""}.fa-drum::before{content:""}.fa-drum-steelpan::before{content:""}.fa-drumstick::before{content:""}.fa-drumstick-bite::before{content:""}.fa-dryer::before{content:""}.fa-dryer-alt::before,.fa-dryer-heat::before{content:""}.fa-duck::before{content:""}.fa-dumbbell::before{content:""}.fa-dumpster::before{content:""}.fa-dumpster-fire::before{content:""}.fa-dungeon::before{content:""}.fa-e::before{content:"E"}.fa-ear::before{content:""}.fa-ear-deaf::before{content:""}.fa-ear-listen::before{content:""}.fa-ear-muffs::before{content:""}.fa-earth::before{content:""}.fa-earth-africa::before{content:""}.fa-earth-america::before,.fa-earth-americas::before{content:""}.fa-earth-asia::before{content:""}.fa-earth-europe::before{content:""}.fa-earth-oceania::before{content:""}.fa-eclipse::before{content:""}.fa-eclipse-alt::before{content:""}.fa-edit::before{content:""}.fa-egg::before{content:""}.fa-egg-fried::before{content:""}.fa-eggplant::before{content:""}.fa-eject::before{content:""}.fa-elephant::before{content:""}.fa-elevator::before{content:""}.fa-ellipsis-h::before,.fa-ellipsis::before{content:""}.fa-ellipsis-h-alt::before,.fa-ellipsis-stroke::before{content:""}.fa-ellipsis-stroke-vertical::before{content:""}.fa-ellipsis-v::before{content:""}.fa-ellipsis-v-alt::before{content:""}.fa-ellipsis-vertical::before{content:""}.fa-empty-set::before{content:""}.fa-engine::before{content:""}.fa-engine-exclamation::before,.fa-engine-warning::before{content:""}.fa-envelope::before{content:""}.fa-envelope-badge::before{content:""}.fa-envelope-circle::before{content:""}.fa-envelope-circle-check::before{content:""}.fa-envelope-dot::before{content:""}.fa-envelope-open::before{content:""}.fa-envelope-open-dollar::before{content:""}.fa-envelope-open-text::before{content:""}.fa-envelope-square::before{content:""}.fa-envelopes::before{content:""}.fa-envelopes-bulk::before{content:""}.fa-equals::before{content:"="}.fa-eraser::before{content:""}.fa-escalator::before{content:""}.fa-ethernet::before{content:""}.fa-eur::before,.fa-euro-sign::before,.fa-euro::before{content:""}.fa-excavator::before{content:""}.fa-exchange::before{content:""}.fa-exchange-alt::before{content:""}.fa-exclamation::before{content:"!"}.fa-exclamation-circle::before{content:""}.fa-exclamation-square::before{content:""}.fa-exclamation-triangle::before{content:""}.fa-expand::before{content:""}.fa-expand-alt::before{content:""}.fa-expand-arrows::before{content:""}.fa-expand-arrows-alt::before{content:""}.fa-expand-wide::before{content:""}.fa-exploding-head::before{content:""}.fa-explosion::before{content:""}.fa-external-link::before{content:""}.fa-external-link-alt::before{content:""}.fa-external-link-square::before{content:""}.fa-external-link-square-alt::before{content:""}.fa-eye::before{content:""}.fa-eye-dropper-empty::before,.fa-eye-dropper::before{content:""}.fa-eye-dropper-full::before{content:""}.fa-eye-dropper-half::before{content:""}.fa-eye-evil::before{content:""}.fa-eye-low-vision::before{content:""}.fa-eye-slash::before{content:""}.fa-eyedropper::before{content:""}.fa-eyes::before{content:""}.fa-f::before{content:"F"}.fa-face-angry::before{content:""}.fa-face-angry-horns::before{content:""}.fa-face-anguished::before{content:""}.fa-face-anxious-sweat::before{content:""}.fa-face-astonished::before{content:""}.fa-face-awesome::before{content:""}.fa-face-beam-hand-over-mouth::before{content:""}.fa-face-clouds::before{content:""}.fa-face-confounded::before{content:""}.fa-face-confused::before{content:""}.fa-face-cowboy-hat::before{content:""}.fa-face-diagonal-mouth::before{content:""}.fa-face-disappointed::before{content:""}.fa-face-disguise::before{content:""}.fa-face-dizzy::before{content:""}.fa-face-dotted::before{content:""}.fa-face-downcast-sweat::before{content:""}.fa-face-drooling::before{content:""}.fa-face-exhaling::before{content:""}.fa-face-explode::before{content:""}.fa-face-expressionless::before{content:""}.fa-face-eyes-xmarks::before{content:""}.fa-face-fearful::before{content:""}.fa-face-flushed::before{content:""}.fa-face-frown::before{content:""}.fa-face-frown-open::before{content:""}.fa-face-frown-slight::before{content:""}.fa-face-glasses::before{content:""}.fa-face-grimace::before{content:""}.fa-face-grin::before{content:""}.fa-face-grin-beam::before{content:""}.fa-face-grin-beam-sweat::before{content:""}.fa-face-grin-hearts::before{content:""}.fa-face-grin-squint::before{content:""}.fa-face-grin-squint-tears::before{content:""}.fa-face-grin-stars::before{content:""}.fa-face-grin-tears::before{content:""}.fa-face-grin-tongue::before{content:""}.fa-face-grin-tongue-squint::before{content:""}.fa-face-grin-tongue-wink::before{content:""}.fa-face-grin-wide::before{content:""}.fa-face-grin-wink::before{content:""}.fa-face-hand-over-mouth::before{content:""}.fa-face-hand-peeking::before{content:""}.fa-face-hand-yawn::before{content:""}.fa-face-head-bandage::before{content:""}.fa-face-holding-back-tears::before{content:""}.fa-face-hushed::before{content:""}.fa-face-icicles::before{content:""}.fa-face-kiss::before{content:""}.fa-face-kiss-beam::before{content:""}.fa-face-kiss-closed-eyes::before{content:""}.fa-face-kiss-wink-heart::before{content:""}.fa-face-laugh::before{content:""}.fa-face-laugh-beam::before{content:""}.fa-face-laugh-squint::before{content:""}.fa-face-laugh-wink::before{content:""}.fa-face-lying::before{content:""}.fa-face-mask::before{content:""}.fa-face-meh::before{content:""}.fa-face-meh-blank::before{content:""}.fa-face-melting::before{content:""}.fa-face-monocle::before{content:""}.fa-face-nauseated::before{content:""}.fa-face-nose-steam::before{content:""}.fa-face-party::before{content:""}.fa-face-pensive::before{content:""}.fa-face-persevering::before{content:""}.fa-face-pleading::before{content:""}.fa-face-pouting::before{content:""}.fa-face-raised-eyebrow::before{content:""}.fa-face-relieved::before{content:""}.fa-face-rolling-eyes::before{content:""}.fa-face-sad-cry::before{content:""}.fa-face-sad-sweat::before{content:""}.fa-face-sad-tear::before{content:""}.fa-face-saluting::before{content:""}.fa-face-scream::before{content:""}.fa-face-shush::before{content:""}.fa-face-sleeping::before{content:""}.fa-face-sleepy::before{content:""}.fa-face-smile::before{content:""}.fa-face-smile-beam::before{content:""}.fa-face-smile-halo::before{content:""}.fa-face-smile-hearts::before{content:""}.fa-face-smile-horns::before{content:""}.fa-face-smile-plus::before{content:""}.fa-face-smile-relaxed::before{content:""}.fa-face-smile-tear::before{content:""}.fa-face-smile-tongue::before{content:""}.fa-face-smile-upside-down::before{content:""}.fa-face-smile-wink::before{content:""}.fa-face-smiling-hands::before{content:""}.fa-face-smirking::before{content:""}.fa-face-spiral-eyes::before{content:""}.fa-face-sunglasses::before{content:""}.fa-face-surprise::before{content:""}.fa-face-swear::before{content:""}.fa-face-thermometer::before{content:""}.fa-face-thinking::before{content:""}.fa-face-tired::before{content:""}.fa-face-tissue::before{content:""}.fa-face-tongue-money::before{content:""}.fa-face-tongue-sweat::before{content:""}.fa-face-unamused::before{content:""}.fa-face-viewfinder::before{content:""}.fa-face-vomit::before{content:""}.fa-face-weary::before{content:""}.fa-face-woozy::before{content:""}.fa-face-worried::before{content:""}.fa-face-zany::before{content:""}.fa-face-zipper::before{content:""}.fa-falafel::before{content:""}.fa-family::before{content:""}.fa-family-dress::before{content:""}.fa-family-pants::before{content:""}.fa-fan::before{content:""}.fa-fan-table::before{content:""}.fa-farm::before{content:""}.fa-fast-backward::before{content:""}.fa-fast-forward::before{content:""}.fa-faucet::before{content:""}.fa-faucet-drip::before{content:""}.fa-fax::before{content:""}.fa-feather::before{content:""}.fa-feather-alt::before,.fa-feather-pointed::before{content:""}.fa-feed::before{content:""}.fa-female::before{content:""}.fa-fence::before{content:""}.fa-ferris-wheel::before{content:""}.fa-ferry::before{content:""}.fa-field-hockey-stick-ball::before,.fa-field-hockey::before{content:""}.fa-fighter-jet::before{content:""}.fa-file::before{content:""}.fa-file-alt::before{content:""}.fa-file-archive::before{content:""}.fa-file-arrow-down::before{content:""}.fa-file-arrow-up::before{content:""}.fa-file-audio::before{content:""}.fa-file-award::before{content:""}.fa-file-binary::before{content:""}.fa-file-cad::before{content:""}.fa-file-caret-down::before{content:""}.fa-file-caret-up::before{content:""}.fa-file-certificate::before{content:""}.fa-file-chart-column::before,.fa-file-chart-line::before{content:""}.fa-file-chart-pie::before{content:""}.fa-file-check::before{content:""}.fa-file-circle-check::before{content:""}.fa-file-circle-exclamation::before{content:""}.fa-file-circle-info::before{content:""}.fa-file-circle-minus::before{content:""}.fa-file-circle-plus::before{content:""}.fa-file-circle-question::before{content:""}.fa-file-circle-xmark::before{content:""}.fa-file-clipboard::before{content:""}.fa-file-code::before{content:""}.fa-file-contract::before{content:""}.fa-file-csv::before{content:""}.fa-file-dashed-line::before{content:""}.fa-file-doc::before{content:""}.fa-file-download::before{content:""}.fa-file-edit::before{content:""}.fa-file-eps::before{content:""}.fa-file-excel::before{content:""}.fa-file-exclamation::before{content:""}.fa-file-export::before{content:""}.fa-file-gif::before{content:""}.fa-file-heart::before{content:""}.fa-file-image::before{content:""}.fa-file-import::before{content:""}.fa-file-invoice::before{content:""}.fa-file-invoice-dollar::before{content:""}.fa-file-jpg::before{content:""}.fa-file-lines::before{content:""}.fa-file-lock::before{content:""}.fa-file-magnifying-glass::before{content:""}.fa-file-medical::before{content:""}.fa-file-medical-alt::before{content:""}.fa-file-minus::before{content:""}.fa-file-mov::before{content:""}.fa-file-mp3::before{content:""}.fa-file-mp4::before{content:""}.fa-file-music::before{content:""}.fa-file-pdf::before{content:""}.fa-file-pen::before{content:""}.fa-file-plus::before{content:""}.fa-file-plus-minus::before{content:""}.fa-file-png::before{content:""}.fa-file-powerpoint::before{content:""}.fa-file-ppt::before{content:""}.fa-file-prescription::before{content:""}.fa-file-search::before{content:""}.fa-file-shield::before{content:""}.fa-file-signature::before{content:""}.fa-file-slash::before{content:""}.fa-file-spreadsheet::before{content:""}.fa-file-svg::before{content:""}.fa-file-text::before{content:""}.fa-file-times::before{content:""}.fa-file-upload::before{content:""}.fa-file-user::before{content:""}.fa-file-vector::before{content:""}.fa-file-video::before{content:""}.fa-file-waveform::before{content:""}.fa-file-word::before{content:""}.fa-file-xls::before{content:""}.fa-file-xmark::before{content:""}.fa-file-xml::before{content:""}.fa-file-zip::before{content:""}.fa-file-zipper::before{content:""}.fa-files::before{content:""}.fa-files-medical::before{content:""}.fa-fill::before{content:""}.fa-fill-drip::before{content:""}.fa-film::before{content:""}.fa-film-alt::before{content:""}.fa-film-canister::before,.fa-film-cannister::before{content:""}.fa-film-simple::before{content:""}.fa-film-slash::before{content:""}.fa-films::before{content:""}.fa-filter::before{content:""}.fa-filter-circle-dollar::before{content:""}.fa-filter-circle-xmark::before{content:""}.fa-filter-list::before{content:""}.fa-filter-slash::before{content:""}.fa-filters::before{content:""}.fa-fingerprint::before{content:""}.fa-fire::before{content:""}.fa-fire-alt::before{content:""}.fa-fire-burner::before{content:""}.fa-fire-extinguisher::before{content:""}.fa-fire-flame::before{content:""}.fa-fire-flame-curved::before{content:""}.fa-fire-flame-simple::before{content:""}.fa-fire-hydrant::before{content:""}.fa-fire-smoke::before{content:""}.fa-fireplace::before{content:""}.fa-firewall::before{content:""}.fa-first-aid::before{content:""}.fa-fish::before{content:""}.fa-fish-bones::before{content:""}.fa-fish-cooked::before{content:""}.fa-fish-fins::before{content:""}.fa-fishing-rod::before{content:""}.fa-fist-raised::before{content:""}.fa-flag::before{content:""}.fa-flag-alt::before{content:""}.fa-flag-checkered::before{content:""}.fa-flag-pennant::before{content:""}.fa-flag-swallowtail::before{content:""}.fa-flag-usa::before{content:""}.fa-flame::before{content:""}.fa-flashlight::before{content:""}.fa-flask::before{content:""}.fa-flask-gear::before{content:""}.fa-flask-poison::before{content:""}.fa-flask-potion::before{content:""}.fa-flask-round-poison::before{content:""}.fa-flask-round-potion::before{content:""}.fa-flask-vial::before{content:""}.fa-flatbread::before{content:""}.fa-flatbread-stuffed::before{content:""}.fa-floppy-disk::before{content:""}.fa-floppy-disk-circle-arrow-right::before{content:""}.fa-floppy-disk-circle-xmark::before{content:""}.fa-floppy-disk-pen::before{content:""}.fa-floppy-disk-times::before{content:""}.fa-floppy-disks::before{content:""}.fa-florin-sign::before{content:""}.fa-flower::before{content:""}.fa-flower-daffodil::before{content:""}.fa-flower-tulip::before{content:""}.fa-flushed::before{content:""}.fa-flute::before{content:""}.fa-flux-capacitor::before{content:""}.fa-flying-disc::before{content:""}.fa-fog::before{content:""}.fa-folder::before{content:""}.fa-folder-arrow-down::before{content:""}.fa-folder-arrow-up::before{content:""}.fa-folder-blank::before{content:""}.fa-folder-bookmark::before{content:""}.fa-folder-check::before{content:""}.fa-folder-closed::before{content:""}.fa-folder-cog::before{content:""}.fa-folder-download::before{content:""}.fa-folder-gear::before{content:""}.fa-folder-grid::before{content:""}.fa-folder-heart::before{content:""}.fa-folder-image::before{content:""}.fa-folder-magnifying-glass::before{content:""}.fa-folder-medical::before{content:""}.fa-folder-minus::before{content:""}.fa-folder-music::before{content:""}.fa-folder-open::before{content:""}.fa-folder-plus::before{content:""}.fa-folder-search::before{content:""}.fa-folder-times::before{content:""}.fa-folder-tree::before{content:""}.fa-folder-upload::before{content:""}.fa-folder-user::before{content:""}.fa-folder-xmark::before{content:""}.fa-folders::before{content:""}.fa-fondue-pot::before{content:""}.fa-font::before{content:""}.fa-font-awesome-flag::before,.fa-font-awesome-logo-full::before,.fa-font-awesome::before{content:""}.fa-font-case::before{content:""}.fa-football-ball::before,.fa-football::before{content:""}.fa-football-helmet::before{content:""}.fa-fork::before{content:""}.fa-fork-knife::before{content:""}.fa-forklift::before{content:""}.fa-fort::before{content:""}.fa-forward::before{content:""}.fa-forward-fast::before{content:""}.fa-forward-step::before{content:""}.fa-fragile::before{content:""}.fa-frame::before{content:""}.fa-franc-sign::before{content:""}.fa-french-fries::before{content:""}.fa-frog::before{content:""}.fa-frosty-head::before{content:""}.fa-frown::before{content:""}.fa-frown-open::before{content:""}.fa-function::before{content:""}.fa-funnel-dollar::before{content:""}.fa-futbol-ball::before,.fa-futbol::before{content:""}.fa-g::before{content:"G"}.fa-galaxy::before{content:""}.fa-gallery-thumbnails::before{content:""}.fa-game-board::before{content:""}.fa-game-board-alt::before,.fa-game-board-simple::before{content:""}.fa-game-console-handheld::before{content:""}.fa-game-console-handheld-crank::before{content:""}.fa-gamepad::before{content:""}.fa-gamepad-alt::before,.fa-gamepad-modern::before{content:""}.fa-garage::before{content:""}.fa-garage-car::before{content:""}.fa-garage-open::before{content:""}.fa-garlic::before{content:""}.fa-gas-pump::before{content:""}.fa-gas-pump-slash::before{content:""}.fa-gauge::before{content:""}.fa-gauge-circle-bolt::before{content:""}.fa-gauge-circle-minus::before{content:""}.fa-gauge-circle-plus::before{content:""}.fa-gauge-high::before{content:""}.fa-gauge-low::before{content:""}.fa-gauge-max::before{content:""}.fa-gauge-med::before{content:""}.fa-gauge-min::before{content:""}.fa-gauge-simple::before{content:""}.fa-gauge-simple-high::before{content:""}.fa-gauge-simple-low::before{content:""}.fa-gauge-simple-max::before{content:""}.fa-gauge-simple-med::before{content:""}.fa-gauge-simple-min::before{content:""}.fa-gave-dandy::before{content:""}.fa-gavel::before{content:""}.fa-gbp::before{content:""}.fa-gear::before{content:""}.fa-gear-code::before{content:""}.fa-gear-complex::before{content:""}.fa-gear-complex-code::before{content:""}.fa-gears::before{content:""}.fa-gem::before{content:""}.fa-genderless::before{content:""}.fa-ghost::before{content:""}.fa-gif::before{content:""}.fa-gift::before{content:""}.fa-gift-card::before{content:""}.fa-gifts::before{content:""}.fa-gingerbread-man::before{content:""}.fa-glass::before{content:""}.fa-glass-champagne::before{content:""}.fa-glass-cheers::before{content:""}.fa-glass-citrus::before{content:""}.fa-glass-empty::before{content:""}.fa-glass-half-empty::before,.fa-glass-half-full::before,.fa-glass-half::before{content:""}.fa-glass-martini::before{content:""}.fa-glass-martini-alt::before{content:""}.fa-glass-water::before{content:""}.fa-glass-water-droplet::before{content:""}.fa-glass-whiskey::before{content:""}.fa-glass-whiskey-rocks::before{content:""}.fa-glasses::before{content:""}.fa-glasses-alt::before,.fa-glasses-round::before{content:""}.fa-globe::before{content:""}.fa-globe-africa::before{content:""}.fa-globe-americas::before{content:""}.fa-globe-asia::before{content:""}.fa-globe-europe::before{content:""}.fa-globe-oceania::before{content:""}.fa-globe-pointer::before{content:""}.fa-globe-snow::before{content:""}.fa-globe-stand::before{content:""}.fa-globe-wifi::before{content:""}.fa-glove-boxing::before{content:""}.fa-goal-net::before{content:""}.fa-golf-ball-tee::before,.fa-golf-ball::before{content:""}.fa-golf-club::before{content:""}.fa-golf-flag-hole::before{content:""}.fa-gopuram::before{content:""}.fa-graduation-cap::before{content:""}.fa-gramophone::before{content:""}.fa-grapes::before{content:""}.fa-grate::before{content:""}.fa-grate-droplet::before{content:""}.fa-greater-than::before{content:">"}.fa-greater-than-equal::before{content:""}.fa-grid::before{content:""}.fa-grid-2::before{content:""}.fa-grid-2-plus::before{content:""}.fa-grid-3::before{content:""}.fa-grid-4::before{content:""}.fa-grid-5::before{content:""}.fa-grid-dividers::before{content:""}.fa-grid-horizontal::before{content:""}.fa-grid-round::before{content:""}.fa-grid-round-2::before{content:""}.fa-grid-round-2-plus::before{content:""}.fa-grid-round-4::before{content:""}.fa-grid-round-5::before{content:""}.fa-grill::before{content:""}.fa-grill-fire::before{content:""}.fa-grill-hot::before{content:""}.fa-grimace::before{content:""}.fa-grin::before{content:""}.fa-grin-alt::before{content:""}.fa-grin-beam::before{content:""}.fa-grin-beam-sweat::before{content:""}.fa-grin-hearts::before{content:""}.fa-grin-squint::before{content:""}.fa-grin-squint-tears::before{content:""}.fa-grin-stars::before{content:""}.fa-grin-tears::before{content:""}.fa-grin-tongue::before{content:""}.fa-grin-tongue-squint::before{content:""}.fa-grin-tongue-wink::before{content:""}.fa-grin-wink::before{content:""}.fa-grip::before{content:""}.fa-grip-dots::before{content:""}.fa-grip-dots-vertical::before{content:""}.fa-grip-horizontal::before{content:""}.fa-grip-lines::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-grip-vertical::before{content:""}.fa-group-arrows-rotate::before{content:""}.fa-guarani-sign::before{content:""}.fa-guitar::before{content:""}.fa-guitar-electric::before{content:""}.fa-guitars::before{content:""}.fa-gun::before{content:""}.fa-gun-slash::before{content:""}.fa-gun-squirt::before{content:""}.fa-h::before{content:"H"}.fa-h-square::before{content:""}.fa-h1::before{content:""}.fa-h2::before{content:""}.fa-h3::before{content:""}.fa-h4::before{content:""}.fa-h5::before{content:""}.fa-h6::before{content:""}.fa-hamburger::before{content:""}.fa-hammer::before{content:""}.fa-hammer-brush::before{content:""}.fa-hammer-crash::before{content:""}.fa-hammer-war::before{content:""}.fa-hamsa::before{content:""}.fa-hand::before{content:""}.fa-hand-back-fist::before{content:""}.fa-hand-back-point-down::before{content:""}.fa-hand-back-point-left::before{content:""}.fa-hand-back-point-ribbon::before{content:""}.fa-hand-back-point-right::before{content:""}.fa-hand-back-point-up::before{content:""}.fa-hand-dots::before{content:""}.fa-hand-fingers-crossed::before{content:""}.fa-hand-fist::before{content:""}.fa-hand-heart::before{content:""}.fa-hand-holding::before{content:""}.fa-hand-holding-box::before{content:""}.fa-hand-holding-circle-dollar::before{content:""}.fa-hand-holding-dollar::before{content:""}.fa-hand-holding-droplet::before{content:""}.fa-hand-holding-hand::before{content:""}.fa-hand-holding-heart::before{content:""}.fa-hand-holding-magic::before{content:""}.fa-hand-holding-medical::before{content:""}.fa-hand-holding-seedling::before{content:""}.fa-hand-holding-skull::before{content:""}.fa-hand-holding-usd::before{content:""}.fa-hand-holding-water::before{content:""}.fa-hand-horns::before{content:""}.fa-hand-lizard::before{content:""}.fa-hand-love::before{content:""}.fa-hand-middle-finger::before{content:""}.fa-hand-paper::before{content:""}.fa-hand-peace::before{content:""}.fa-hand-point-down::before{content:""}.fa-hand-point-left::before{content:""}.fa-hand-point-ribbon::before{content:""}.fa-hand-point-right::before{content:""}.fa-hand-point-up::before{content:""}.fa-hand-pointer::before{content:""}.fa-hand-receiving::before{content:""}.fa-hand-rock::before{content:""}.fa-hand-scissors::before{content:""}.fa-hand-sparkles::before{content:""}.fa-hand-spock::before{content:""}.fa-hand-wave::before{content:""}.fa-handcuffs::before{content:""}.fa-hands::before{content:""}.fa-hands-american-sign-language-interpreting::before,.fa-hands-asl-interpreting::before{content:""}.fa-hands-bound::before{content:""}.fa-hands-bubbles::before{content:""}.fa-hands-clapping::before{content:""}.fa-hands-heart::before{content:""}.fa-hands-helping::before{content:""}.fa-hands-holding::before{content:""}.fa-hands-holding-child::before{content:""}.fa-hands-holding-circle::before{content:""}.fa-hands-holding-diamond::before{content:""}.fa-hands-holding-dollar::before{content:""}.fa-hands-holding-heart::before{content:""}.fa-hands-praying::before{content:""}.fa-hands-usd::before{content:""}.fa-hands-wash::before{content:""}.fa-handshake::before{content:""}.fa-handshake-alt::before{content:""}.fa-handshake-alt-slash::before{content:""}.fa-handshake-angle::before{content:""}.fa-handshake-simple::before{content:""}.fa-handshake-simple-slash::before{content:""}.fa-handshake-slash::before{content:""}.fa-hanukiah::before{content:""}.fa-hard-drive::before{content:""}.fa-hard-hat::before{content:""}.fa-hard-of-hearing::before{content:""}.fa-hashtag::before{content:"#"}.fa-hashtag-lock::before{content:""}.fa-hat-beach::before{content:""}.fa-hat-chef::before{content:""}.fa-hat-cowboy::before{content:""}.fa-hat-cowboy-side::before{content:""}.fa-hat-hard::before{content:""}.fa-hat-santa::before{content:""}.fa-hat-winter::before{content:""}.fa-hat-witch::before{content:""}.fa-hat-wizard::before{content:""}.fa-haykal::before{content:""}.fa-hdd::before{content:""}.fa-head-side::before{content:""}.fa-head-side-brain::before{content:""}.fa-head-side-cough::before{content:""}.fa-head-side-cough-slash::before{content:""}.fa-head-side-gear::before{content:""}.fa-head-side-goggles::before{content:""}.fa-head-side-headphones::before{content:""}.fa-head-side-heart::before{content:""}.fa-head-side-mask::before{content:""}.fa-head-side-medical::before{content:""}.fa-head-side-virus::before{content:""}.fa-head-vr::before{content:""}.fa-header::before,.fa-heading::before{content:""}.fa-headphones::before{content:""}.fa-headphones-alt::before,.fa-headphones-simple::before{content:""}.fa-headset::before{content:""}.fa-heart::before{content:""}.fa-heart-broken::before{content:""}.fa-heart-circle::before{content:""}.fa-heart-circle-bolt::before{content:""}.fa-heart-circle-check::before{content:""}.fa-heart-circle-exclamation::before{content:""}.fa-heart-circle-minus::before{content:""}.fa-heart-circle-plus::before{content:""}.fa-heart-circle-xmark::before{content:""}.fa-heart-crack::before{content:""}.fa-heart-half::before{content:""}.fa-heart-half-alt::before,.fa-heart-half-stroke::before{content:""}.fa-heart-music-camera-bolt::before{content:""}.fa-heart-pulse::before{content:""}.fa-heart-rate::before{content:""}.fa-heart-square::before{content:""}.fa-heartbeat::before{content:""}.fa-heat::before{content:""}.fa-helicopter::before{content:""}.fa-helicopter-symbol::before{content:""}.fa-helmet-battle::before{content:""}.fa-helmet-safety::before{content:""}.fa-helmet-un::before{content:""}.fa-hexagon::before{content:""}.fa-hexagon-check::before{content:""}.fa-hexagon-divide::before{content:""}.fa-hexagon-exclamation::before{content:""}.fa-hexagon-image::before{content:""}.fa-hexagon-minus::before{content:""}.fa-hexagon-plus::before{content:""}.fa-hexagon-vertical-nft::before{content:""}.fa-hexagon-vertical-nft-slanted::before{content:""}.fa-hexagon-xmark::before{content:""}.fa-high-definition::before{content:""}.fa-highlighter::before{content:""}.fa-highlighter-line::before{content:""}.fa-hiking::before{content:""}.fa-hill-avalanche::before{content:""}.fa-hill-rockslide::before{content:""}.fa-hippo::before{content:""}.fa-history::before{content:""}.fa-hockey-mask::before{content:""}.fa-hockey-puck::before{content:""}.fa-hockey-stick-puck::before{content:""}.fa-hockey-sticks::before{content:""}.fa-holly-berry::before{content:""}.fa-home-alt::before,.fa-home::before{content:""}.fa-home-blank::before{content:""}.fa-home-heart::before{content:""}.fa-home-lg::before{content:""}.fa-home-lg-alt::before{content:""}.fa-home-user::before{content:""}.fa-honey-pot::before{content:""}.fa-hood-cloak::before{content:""}.fa-horizontal-rule::before{content:""}.fa-horse::before{content:""}.fa-horse-head::before{content:""}.fa-horse-saddle::before{content:""}.fa-hose::before{content:""}.fa-hose-reel::before{content:""}.fa-hospital-alt::before,.fa-hospital::before{content:""}.fa-hospital-symbol::before{content:""}.fa-hospital-user::before{content:""}.fa-hospital-wide::before{content:""}.fa-hospitals::before{content:""}.fa-hot-tub-person::before,.fa-hot-tub::before{content:""}.fa-hotdog::before{content:""}.fa-hotel::before{content:""}.fa-hourglass::before{content:""}.fa-hourglass-1::before{content:""}.fa-hourglass-2::before{content:""}.fa-hourglass-3::before{content:""}.fa-hourglass-clock::before{content:""}.fa-hourglass-empty::before{content:""}.fa-hourglass-end::before{content:""}.fa-hourglass-half::before{content:""}.fa-hourglass-start::before{content:""}.fa-house::before{content:""}.fa-house-blank::before{content:""}.fa-house-building::before{content:""}.fa-house-chimney::before{content:""}.fa-house-chimney-blank::before{content:""}.fa-house-chimney-crack::before{content:""}.fa-house-chimney-heart::before{content:""}.fa-house-chimney-medical::before{content:""}.fa-house-chimney-user::before{content:""}.fa-house-chimney-window::before{content:""}.fa-house-circle-check::before{content:""}.fa-house-circle-exclamation::before{content:""}.fa-house-circle-xmark::before{content:""}.fa-house-crack::before{content:""}.fa-house-damage::before{content:""}.fa-house-day::before{content:""}.fa-house-fire::before{content:""}.fa-house-flag::before{content:""}.fa-house-flood::before{content:""}.fa-house-flood-water::before{content:""}.fa-house-flood-water-circle-arrow-right::before{content:""}.fa-house-heart::before{content:""}.fa-house-laptop::before{content:""}.fa-house-leave::before{content:""}.fa-house-lock::before{content:""}.fa-house-medical::before{content:""}.fa-house-medical-circle-check::before{content:""}.fa-house-medical-circle-exclamation::before{content:""}.fa-house-medical-circle-xmark::before{content:""}.fa-house-medical-flag::before{content:""}.fa-house-night::before{content:""}.fa-house-person-arrive::before{content:""}.fa-house-person-depart::before,.fa-house-person-leave::before{content:""}.fa-house-person-return::before,.fa-house-return::before{content:""}.fa-house-signal::before{content:""}.fa-house-tree::before{content:""}.fa-house-tsunami::before{content:""}.fa-house-turret::before{content:""}.fa-house-user::before{content:""}.fa-house-water::before{content:""}.fa-house-window::before{content:""}.fa-hryvnia-sign::before,.fa-hryvnia::before{content:""}.fa-humidity::before{content:""}.fa-hundred-points::before{content:""}.fa-hurricane::before{content:""}.fa-hydra::before{content:""}.fa-hyphen::before{content:"-"}.fa-i::before{content:"I"}.fa-i-cursor::before{content:""}.fa-ice-cream::before{content:""}.fa-ice-skate::before{content:""}.fa-icicles::before{content:""}.fa-icons::before{content:""}.fa-icons-alt::before{content:""}.fa-id-badge::before{content:""}.fa-id-card::before{content:""}.fa-id-card-alt::before,.fa-id-card-clip::before{content:""}.fa-igloo::before{content:""}.fa-ils::before{content:""}.fa-image::before{content:""}.fa-image-landscape::before{content:""}.fa-image-polaroid::before{content:""}.fa-image-polaroid-user::before{content:""}.fa-image-portrait::before{content:""}.fa-image-slash::before{content:""}.fa-image-user::before{content:""}.fa-images::before{content:""}.fa-images-user::before{content:""}.fa-inbox::before{content:""}.fa-inbox-arrow-down::before{content:""}.fa-inbox-arrow-up::before{content:""}.fa-inbox-full::before{content:""}.fa-inbox-in::before{content:""}.fa-inbox-out::before{content:""}.fa-inboxes::before{content:""}.fa-indent::before{content:""}.fa-indian-rupee-sign::before,.fa-indian-rupee::before{content:""}.fa-industry::before{content:""}.fa-industry-alt::before,.fa-industry-windows::before{content:""}.fa-infinity::before{content:""}.fa-info::before{content:""}.fa-info-circle::before{content:""}.fa-info-square::before{content:""}.fa-inhaler::before{content:""}.fa-input-numeric::before{content:""}.fa-input-pipe::before{content:""}.fa-input-text::before{content:""}.fa-inr::before{content:""}.fa-institution::before{content:""}.fa-integral::before{content:""}.fa-interrobang::before{content:""}.fa-intersection::before{content:""}.fa-inventory::before{content:""}.fa-island-tree-palm::before,.fa-island-tropical::before{content:""}.fa-italic::before{content:""}.fa-j::before{content:"J"}.fa-jack-o-lantern::before{content:""}.fa-jar::before{content:""}.fa-jar-wheat::before{content:""}.fa-jedi::before{content:""}.fa-jet-fighter::before{content:""}.fa-jet-fighter-up::before{content:""}.fa-joint::before{content:""}.fa-journal-whills::before{content:""}.fa-joystick::before{content:""}.fa-jpy::before{content:""}.fa-jug::before{content:""}.fa-jug-bottle::before{content:""}.fa-jug-detergent::before{content:""}.fa-k::before{content:"K"}.fa-kaaba::before{content:""}.fa-kazoo::before{content:""}.fa-kerning::before{content:""}.fa-key::before{content:""}.fa-key-skeleton::before{content:""}.fa-key-skeleton-left-right::before{content:""}.fa-keyboard::before{content:""}.fa-keyboard-brightness::before{content:""}.fa-keyboard-brightness-low::before{content:""}.fa-keyboard-down::before{content:""}.fa-keyboard-left::before{content:""}.fa-keynote::before{content:""}.fa-khanda::before{content:""}.fa-kidneys::before{content:""}.fa-kip-sign::before{content:""}.fa-kiss::before{content:""}.fa-kiss-beam::before{content:""}.fa-kiss-wink-heart::before{content:""}.fa-kit-medical::before{content:""}.fa-kitchen-set::before{content:""}.fa-kite::before{content:""}.fa-kiwi-bird::before{content:""}.fa-kiwi-fruit::before{content:""}.fa-knife::before{content:""}.fa-knife-kitchen::before{content:""}.fa-krw::before{content:""}.fa-l::before{content:"L"}.fa-lacrosse-stick::before{content:""}.fa-lacrosse-stick-ball::before{content:""}.fa-ladder-water::before{content:""}.fa-lambda::before{content:""}.fa-lamp::before{content:""}.fa-lamp-desk::before{content:""}.fa-lamp-floor::before{content:""}.fa-lamp-street::before{content:""}.fa-land-mine-on::before{content:""}.fa-landmark::before{content:""}.fa-landmark-alt::before,.fa-landmark-dome::before{content:""}.fa-landmark-flag::before{content:""}.fa-landmark-magnifying-glass::before{content:""}.fa-landscape::before{content:""}.fa-language::before{content:""}.fa-laptop::before{content:""}.fa-laptop-arrow-down::before{content:""}.fa-laptop-binary::before{content:""}.fa-laptop-code::before{content:""}.fa-laptop-file::before{content:""}.fa-laptop-house::before{content:""}.fa-laptop-medical::before{content:""}.fa-laptop-mobile::before{content:""}.fa-laptop-slash::before{content:""}.fa-lari-sign::before{content:""}.fa-lasso::before{content:""}.fa-lasso-sparkles::before{content:""}.fa-laugh::before{content:""}.fa-laugh-beam::before{content:""}.fa-laugh-squint::before{content:""}.fa-laugh-wink::before{content:""}.fa-layer-group::before{content:""}.fa-layer-group-minus::before{content:""}.fa-layer-group-plus::before{content:""}.fa-layer-minus::before{content:""}.fa-layer-plus::before{content:""}.fa-leaf::before{content:""}.fa-leaf-heart::before{content:""}.fa-leaf-maple::before{content:""}.fa-leaf-oak::before{content:""}.fa-leafy-green::before{content:""}.fa-left::before{content:""}.fa-left-from-bracket::before{content:""}.fa-left-from-line::before{content:""}.fa-left-long::before{content:""}.fa-left-long-to-line::before{content:""}.fa-left-right::before{content:""}.fa-left-to-bracket::before{content:""}.fa-left-to-line::before{content:""}.fa-legal::before{content:""}.fa-lemon::before{content:""}.fa-less-than::before{content:"<"}.fa-less-than-equal::before{content:""}.fa-level-down::before{content:""}.fa-level-down-alt::before{content:""}.fa-level-up::before{content:""}.fa-level-up-alt::before{content:""}.fa-life-ring::before{content:""}.fa-light-ceiling::before{content:""}.fa-light-emergency::before{content:""}.fa-light-emergency-on::before{content:""}.fa-light-switch::before{content:""}.fa-light-switch-off::before{content:""}.fa-light-switch-on::before{content:""}.fa-lightbulb::before{content:""}.fa-lightbulb-cfl::before{content:""}.fa-lightbulb-cfl-on::before{content:""}.fa-lightbulb-dollar::before{content:""}.fa-lightbulb-exclamation::before{content:""}.fa-lightbulb-exclamation-on::before{content:""}.fa-lightbulb-gear::before{content:""}.fa-lightbulb-message::before{content:""}.fa-lightbulb-on::before{content:""}.fa-lightbulb-slash::before{content:""}.fa-lighthouse::before{content:""}.fa-lights-holiday::before{content:""}.fa-line-chart::before{content:""}.fa-line-columns::before{content:""}.fa-line-height::before{content:""}.fa-lines-leaning::before{content:""}.fa-link::before{content:""}.fa-link-horizontal::before{content:""}.fa-link-horizontal-slash::before{content:""}.fa-link-simple::before{content:""}.fa-link-simple-slash::before{content:""}.fa-link-slash::before{content:""}.fa-lips::before{content:""}.fa-lira-sign::before{content:""}.fa-list::before{content:""}.fa-list-1-2::before{content:""}.fa-list-alt::before{content:""}.fa-list-check::before{content:""}.fa-list-dots::before{content:""}.fa-list-dropdown::before{content:""}.fa-list-music::before{content:""}.fa-list-numeric::before,.fa-list-ol::before{content:""}.fa-list-radio::before{content:""}.fa-list-squares::before{content:""}.fa-list-timeline::before{content:""}.fa-list-tree::before{content:""}.fa-list-ul::before{content:""}.fa-litecoin-sign::before{content:""}.fa-loader::before{content:""}.fa-lobster::before{content:""}.fa-location::before{content:""}.fa-location-arrow::before{content:""}.fa-location-arrow-up::before{content:""}.fa-location-check::before{content:""}.fa-location-circle::before{content:""}.fa-location-crosshairs::before{content:""}.fa-location-crosshairs-slash::before{content:""}.fa-location-dot::before{content:""}.fa-location-dot-slash::before{content:""}.fa-location-exclamation::before{content:""}.fa-location-minus::before{content:""}.fa-location-pen::before{content:""}.fa-location-pin::before{content:""}.fa-location-pin-lock::before{content:""}.fa-location-pin-slash::before{content:""}.fa-location-plus::before{content:""}.fa-location-question::before{content:""}.fa-location-slash::before{content:""}.fa-location-smile::before{content:""}.fa-location-xmark::before{content:""}.fa-lock::before{content:""}.fa-lock-a::before{content:""}.fa-lock-alt::before{content:""}.fa-lock-hashtag::before{content:""}.fa-lock-keyhole::before{content:""}.fa-lock-keyhole-open::before{content:""}.fa-lock-open::before{content:""}.fa-lock-open-alt::before{content:""}.fa-locust::before{content:""}.fa-lollipop::before,.fa-lollypop::before{content:""}.fa-long-arrow-alt-down::before{content:""}.fa-long-arrow-alt-left::before{content:""}.fa-long-arrow-alt-right::before{content:""}.fa-long-arrow-alt-up::before{content:""}.fa-long-arrow-down::before{content:""}.fa-long-arrow-left::before{content:""}.fa-long-arrow-right::before{content:""}.fa-long-arrow-up::before{content:""}.fa-loveseat::before{content:""}.fa-low-vision::before{content:""}.fa-luchador-mask::before,.fa-luchador::before{content:""}.fa-luggage-cart::before{content:""}.fa-lungs::before{content:""}.fa-lungs-virus::before{content:""}.fa-m::before{content:"M"}.fa-mace::before{content:""}.fa-magic::before{content:""}.fa-magic-wand-sparkles::before{content:""}.fa-magnet::before{content:""}.fa-magnifying-glass::before{content:""}.fa-magnifying-glass-arrow-right::before{content:""}.fa-magnifying-glass-arrows-rotate::before{content:""}.fa-magnifying-glass-chart::before{content:""}.fa-magnifying-glass-dollar::before{content:""}.fa-magnifying-glass-location::before{content:""}.fa-magnifying-glass-minus::before{content:""}.fa-magnifying-glass-music::before{content:""}.fa-magnifying-glass-play::before{content:""}.fa-magnifying-glass-plus::before{content:""}.fa-magnifying-glass-waveform::before{content:""}.fa-mail-bulk::before{content:""}.fa-mail-forward::before{content:""}.fa-mail-reply::before{content:""}.fa-mail-reply-all::before{content:""}.fa-mailbox::before{content:""}.fa-mailbox-flag-up::before{content:""}.fa-maki-roll::before,.fa-makizushi::before{content:""}.fa-male::before{content:""}.fa-manat-sign::before{content:""}.fa-mandolin::before{content:""}.fa-mango::before{content:""}.fa-manhole::before{content:""}.fa-map::before{content:""}.fa-map-location::before{content:""}.fa-map-location-dot::before{content:""}.fa-map-marked::before{content:""}.fa-map-marked-alt::before{content:""}.fa-map-marker::before{content:""}.fa-map-marker-alt::before{content:""}.fa-map-marker-alt-slash::before{content:""}.fa-map-marker-check::before{content:""}.fa-map-marker-edit::before{content:""}.fa-map-marker-exclamation::before{content:""}.fa-map-marker-minus::before{content:""}.fa-map-marker-plus::before{content:""}.fa-map-marker-question::before{content:""}.fa-map-marker-slash::before{content:""}.fa-map-marker-smile::before{content:""}.fa-map-marker-times::before,.fa-map-marker-xmark::before{content:""}.fa-map-pin::before{content:""}.fa-map-signs::before{content:""}.fa-marker::before{content:""}.fa-mars::before{content:""}.fa-mars-and-venus::before{content:""}.fa-mars-and-venus-burst::before{content:""}.fa-mars-double::before{content:""}.fa-mars-stroke::before{content:""}.fa-mars-stroke-h::before,.fa-mars-stroke-right::before{content:""}.fa-mars-stroke-up::before,.fa-mars-stroke-v::before{content:""}.fa-martini-glass::before{content:""}.fa-martini-glass-citrus::before{content:""}.fa-martini-glass-empty::before{content:""}.fa-mask::before{content:""}.fa-mask-face::before{content:""}.fa-mask-luchador::before{content:""}.fa-mask-snorkel::before{content:""}.fa-mask-ventilator::before{content:""}.fa-masks-theater::before{content:""}.fa-mattress-pillow::before{content:""}.fa-maximize::before{content:""}.fa-meat::before{content:""}.fa-medal::before{content:""}.fa-medkit::before{content:""}.fa-megaphone::before{content:""}.fa-meh::before{content:""}.fa-meh-blank::before{content:""}.fa-meh-rolling-eyes::before{content:""}.fa-melon::before{content:""}.fa-melon-slice::before{content:""}.fa-memo::before{content:""}.fa-memo-circle-check::before{content:""}.fa-memo-circle-info::before{content:""}.fa-memo-pad::before{content:""}.fa-memory::before{content:""}.fa-menorah::before{content:""}.fa-mercury::before{content:""}.fa-merge::before{content:""}.fa-message::before{content:""}.fa-message-arrow-down::before{content:""}.fa-message-arrow-up::before{content:""}.fa-message-arrow-up-right::before{content:""}.fa-message-bot::before{content:""}.fa-message-captions::before{content:""}.fa-message-check::before{content:""}.fa-message-code::before{content:""}.fa-message-dollar::before{content:""}.fa-message-dots::before{content:""}.fa-message-edit::before{content:""}.fa-message-exclamation::before{content:""}.fa-message-heart::before{content:""}.fa-message-image::before{content:""}.fa-message-lines::before{content:""}.fa-message-medical::before{content:""}.fa-message-middle::before{content:""}.fa-message-middle-top::before{content:""}.fa-message-minus::before{content:""}.fa-message-music::before{content:""}.fa-message-pen::before{content:""}.fa-message-plus::before{content:""}.fa-message-question::before{content:""}.fa-message-quote::before{content:""}.fa-message-slash::before{content:""}.fa-message-smile::before{content:""}.fa-message-sms::before{content:""}.fa-message-text::before{content:""}.fa-message-times::before,.fa-message-xmark::before{content:""}.fa-messages::before{content:""}.fa-messages-dollar::before{content:""}.fa-messages-question::before{content:""}.fa-messaging::before{content:""}.fa-meteor::before{content:""}.fa-meter::before{content:""}.fa-meter-bolt::before{content:""}.fa-meter-droplet::before{content:""}.fa-meter-fire::before{content:""}.fa-microchip::before{content:""}.fa-microchip-ai::before{content:""}.fa-microphone::before{content:""}.fa-microphone-alt::before{content:""}.fa-microphone-alt-slash::before{content:""}.fa-microphone-circle::before{content:""}.fa-microphone-circle-alt::before{content:""}.fa-microphone-lines::before{content:""}.fa-microphone-lines-slash::before{content:""}.fa-microphone-slash::before{content:""}.fa-microphone-stand::before{content:""}.fa-microscope::before{content:""}.fa-microwave::before{content:""}.fa-mill-sign::before{content:""}.fa-mind-share::before{content:""}.fa-minimize::before{content:""}.fa-minus::before{content:""}.fa-minus-circle::before{content:""}.fa-minus-hexagon::before{content:""}.fa-minus-large::before{content:""}.fa-minus-octagon::before{content:""}.fa-minus-square::before{content:""}.fa-mistletoe::before{content:""}.fa-mitten::before{content:""}.fa-mobile::before{content:""}.fa-mobile-alt::before{content:""}.fa-mobile-android::before{content:""}.fa-mobile-android-alt::before{content:""}.fa-mobile-button::before{content:""}.fa-mobile-iphone::before,.fa-mobile-notch::before{content:""}.fa-mobile-phone::before{content:""}.fa-mobile-retro::before{content:""}.fa-mobile-screen::before{content:""}.fa-mobile-screen-button::before{content:""}.fa-mobile-signal::before{content:""}.fa-mobile-signal-out::before{content:""}.fa-money-bill::before{content:""}.fa-money-bill-1::before{content:""}.fa-money-bill-1-wave::before{content:""}.fa-money-bill-alt::before{content:""}.fa-money-bill-simple::before{content:""}.fa-money-bill-simple-wave::before{content:""}.fa-money-bill-transfer::before{content:""}.fa-money-bill-trend-up::before{content:""}.fa-money-bill-wave::before{content:""}.fa-money-bill-wave-alt::before{content:""}.fa-money-bill-wheat::before{content:""}.fa-money-bills::before{content:""}.fa-money-bills-alt::before,.fa-money-bills-simple::before{content:""}.fa-money-check::before{content:""}.fa-money-check-alt::before,.fa-money-check-dollar::before{content:""}.fa-money-check-dollar-pen::before{content:""}.fa-money-check-edit::before{content:""}.fa-money-check-edit-alt::before{content:""}.fa-money-check-pen::before{content:""}.fa-money-from-bracket::before{content:""}.fa-money-simple-from-bracket::before{content:""}.fa-monitor-heart-rate::before,.fa-monitor-waveform::before{content:""}.fa-monkey::before{content:""}.fa-monument::before{content:""}.fa-moon::before{content:""}.fa-moon-cloud::before{content:""}.fa-moon-over-sun::before{content:""}.fa-moon-stars::before{content:""}.fa-moped::before{content:""}.fa-mortar-board::before{content:""}.fa-mortar-pestle::before{content:""}.fa-mosque::before{content:""}.fa-mosquito::before{content:""}.fa-mosquito-net::before{content:""}.fa-motorcycle::before{content:""}.fa-mound::before{content:""}.fa-mountain::before{content:""}.fa-mountain-city::before{content:""}.fa-mountain-sun::before{content:""}.fa-mountains::before{content:""}.fa-mouse::before{content:""}.fa-mouse-alt::before{content:""}.fa-mouse-field::before{content:""}.fa-mouse-pointer::before{content:""}.fa-mp3-player::before{content:""}.fa-mug::before{content:""}.fa-mug-hot::before{content:""}.fa-mug-marshmallows::before{content:""}.fa-mug-saucer::before{content:""}.fa-mug-tea::before{content:""}.fa-mug-tea-saucer::before{content:""}.fa-multiply::before{content:""}.fa-museum::before{content:""}.fa-mushroom::before{content:""}.fa-music::before{content:""}.fa-music-alt::before{content:""}.fa-music-alt-slash::before{content:""}.fa-music-magnifying-glass::before{content:""}.fa-music-note::before{content:""}.fa-music-note-slash::before{content:""}.fa-music-slash::before{content:""}.fa-mustache::before{content:""}.fa-n::before{content:"N"}.fa-naira-sign::before{content:""}.fa-narwhal::before{content:""}.fa-navicon::before{content:""}.fa-nesting-dolls::before{content:""}.fa-network-wired::before{content:""}.fa-neuter::before{content:""}.fa-newspaper::before{content:""}.fa-nfc::before{content:""}.fa-nfc-lock::before{content:""}.fa-nfc-magnifying-glass::before{content:""}.fa-nfc-pen::before{content:""}.fa-nfc-signal::before{content:""}.fa-nfc-slash::before{content:""}.fa-nfc-symbol::before{content:""}.fa-nfc-trash::before{content:""}.fa-nigiri::before{content:""}.fa-nose::before{content:""}.fa-not-equal::before{content:""}.fa-notdef::before{content:""}.fa-note::before{content:""}.fa-note-medical::before{content:""}.fa-note-sticky::before{content:""}.fa-notebook::before{content:""}.fa-notes::before{content:""}.fa-notes-medical::before{content:""}.fa-o::before{content:"O"}.fa-object-exclude::before{content:""}.fa-object-group::before{content:""}.fa-object-intersect::before{content:""}.fa-object-subtract::before{content:""}.fa-object-ungroup::before{content:""}.fa-object-union::before{content:""}.fa-objects-align-bottom::before{content:""}.fa-objects-align-center-horizontal::before{content:""}.fa-objects-align-center-vertical::before{content:""}.fa-objects-align-left::before{content:""}.fa-objects-align-right::before{content:""}.fa-objects-align-top::before{content:""}.fa-objects-column::before{content:""}.fa-octagon::before{content:""}.fa-octagon-check::before{content:""}.fa-octagon-divide::before{content:""}.fa-octagon-exclamation::before{content:""}.fa-octagon-minus::before{content:""}.fa-octagon-plus::before{content:""}.fa-octagon-xmark::before{content:""}.fa-octopus::before{content:""}.fa-oil-can::before{content:""}.fa-oil-can-drip::before{content:""}.fa-oil-temp::before,.fa-oil-temperature::before{content:""}.fa-oil-well::before{content:""}.fa-olive::before{content:""}.fa-olive-branch::before{content:""}.fa-om::before{content:""}.fa-omega::before{content:""}.fa-onion::before{content:""}.fa-option::before{content:""}.fa-ornament::before{content:""}.fa-otter::before{content:""}.fa-outdent::before{content:""}.fa-outlet::before{content:""}.fa-oven::before{content:""}.fa-overline::before{content:""}.fa-p::before{content:"P"}.fa-page::before{content:""}.fa-page-break::before{content:""}.fa-page-caret-down::before{content:""}.fa-page-caret-up::before{content:""}.fa-pager::before{content:""}.fa-paint-brush::before{content:""}.fa-paint-brush-alt::before,.fa-paint-brush-fine::before{content:""}.fa-paint-roller::before{content:""}.fa-paintbrush::before{content:""}.fa-paintbrush-alt::before,.fa-paintbrush-fine::before{content:""}.fa-paintbrush-pencil::before{content:""}.fa-palette::before{content:""}.fa-palette-boxes::before{content:""}.fa-pallet::before{content:""}.fa-pallet-alt::before{content:""}.fa-pallet-box::before{content:""}.fa-pallet-boxes::before{content:""}.fa-pan-food::before{content:""}.fa-pan-frying::before{content:""}.fa-pancakes::before{content:""}.fa-panel-ews::before{content:""}.fa-panel-fire::before{content:""}.fa-panorama::before{content:""}.fa-paper-plane::before{content:""}.fa-paper-plane-alt::before,.fa-paper-plane-top::before{content:""}.fa-paperclip::before{content:""}.fa-paperclip-vertical::before{content:""}.fa-parachute-box::before{content:""}.fa-paragraph::before{content:""}.fa-paragraph-left::before,.fa-paragraph-rtl::before{content:""}.fa-parentheses::before{content:""}.fa-parenthesis::before{content:"("}.fa-parking::before{content:""}.fa-parking-circle::before{content:""}.fa-parking-circle-slash::before{content:""}.fa-parking-slash::before{content:""}.fa-party-back::before{content:""}.fa-party-bell::before{content:""}.fa-party-horn::before{content:""}.fa-passport::before{content:""}.fa-pastafarianism::before{content:""}.fa-paste::before{content:""}.fa-pause::before{content:""}.fa-pause-circle::before{content:""}.fa-paw::before{content:""}.fa-paw-alt::before{content:""}.fa-paw-claws::before{content:""}.fa-paw-simple::before{content:""}.fa-peace::before{content:""}.fa-peach::before{content:""}.fa-peanut::before{content:""}.fa-peanuts::before{content:""}.fa-peapod::before{content:""}.fa-pear::before{content:""}.fa-pedestal::before{content:""}.fa-pegasus::before{content:""}.fa-pen::before{content:""}.fa-pen-alt::before{content:""}.fa-pen-alt-slash::before{content:""}.fa-pen-circle::before{content:""}.fa-pen-clip::before{content:""}.fa-pen-clip-slash::before{content:""}.fa-pen-fancy::before{content:""}.fa-pen-fancy-slash::before{content:""}.fa-pen-field::before{content:""}.fa-pen-line::before{content:""}.fa-pen-nib::before{content:""}.fa-pen-nib-slash::before{content:""}.fa-pen-paintbrush::before{content:""}.fa-pen-ruler::before{content:""}.fa-pen-slash::before{content:""}.fa-pen-square::before{content:""}.fa-pen-swirl::before{content:""}.fa-pen-to-square::before{content:""}.fa-pencil-alt::before,.fa-pencil::before{content:""}.fa-pencil-mechanical::before{content:""}.fa-pencil-paintbrush::before{content:""}.fa-pencil-ruler::before{content:""}.fa-pencil-slash::before{content:""}.fa-pencil-square::before{content:""}.fa-pennant::before{content:""}.fa-people::before{content:""}.fa-people-arrows-left-right::before,.fa-people-arrows::before{content:""}.fa-people-carry-box::before,.fa-people-carry::before{content:""}.fa-people-dress::before{content:""}.fa-people-dress-simple::before{content:""}.fa-people-group::before{content:""}.fa-people-line::before{content:""}.fa-people-pants::before{content:""}.fa-people-pants-simple::before{content:""}.fa-people-pulling::before{content:""}.fa-people-robbery::before{content:""}.fa-people-roof::before{content:""}.fa-people-simple::before{content:""}.fa-pepper::before{content:""}.fa-pepper-hot::before{content:""}.fa-percent::before,.fa-percentage::before{content:"%"}.fa-period::before{content:"."}.fa-person::before{content:""}.fa-person-arrow-down-to-line::before{content:""}.fa-person-arrow-up-from-line::before{content:""}.fa-person-biking::before{content:""}.fa-person-biking-mountain::before{content:""}.fa-person-booth::before{content:""}.fa-person-breastfeeding::before{content:""}.fa-person-burst::before{content:""}.fa-person-cane::before{content:""}.fa-person-carry-box::before,.fa-person-carry::before{content:""}.fa-person-chalkboard::before{content:""}.fa-person-circle-check::before{content:""}.fa-person-circle-exclamation::before{content:""}.fa-person-circle-minus::before{content:""}.fa-person-circle-plus::before{content:""}.fa-person-circle-question::before{content:""}.fa-person-circle-xmark::before{content:""}.fa-person-digging::before{content:""}.fa-person-dolly::before{content:""}.fa-person-dolly-empty::before{content:""}.fa-person-dots-from-line::before{content:""}.fa-person-dress::before{content:""}.fa-person-dress-burst::before{content:""}.fa-person-dress-fairy::before{content:""}.fa-person-dress-simple::before{content:""}.fa-person-drowning::before{content:""}.fa-person-fairy::before{content:""}.fa-person-falling::before{content:""}.fa-person-falling-burst::before{content:""}.fa-person-from-portal::before{content:""}.fa-person-half-dress::before{content:""}.fa-person-harassing::before{content:""}.fa-person-hiking::before{content:""}.fa-person-military-pointing::before{content:""}.fa-person-military-rifle::before{content:""}.fa-person-military-to-person::before{content:""}.fa-person-pinball::before{content:""}.fa-person-praying::before{content:""}.fa-person-pregnant::before{content:""}.fa-person-rays::before{content:""}.fa-person-rifle::before{content:""}.fa-person-running::before{content:""}.fa-person-running-fast::before{content:""}.fa-person-seat::before{content:""}.fa-person-seat-reclined::before{content:""}.fa-person-shelter::before{content:""}.fa-person-sign::before{content:""}.fa-person-simple::before{content:""}.fa-person-skating::before{content:""}.fa-person-ski-jumping::before{content:""}.fa-person-ski-lift::before{content:""}.fa-person-skiing::before{content:""}.fa-person-skiing-nordic::before{content:""}.fa-person-sledding::before{content:""}.fa-person-snowboarding::before{content:""}.fa-person-snowmobiling::before{content:""}.fa-person-swimming::before{content:""}.fa-person-through-window::before{content:""}.fa-person-to-door::before{content:""}.fa-person-to-portal::before{content:""}.fa-person-walking::before{content:""}.fa-person-walking-arrow-loop-left::before{content:""}.fa-person-walking-arrow-right::before{content:""}.fa-person-walking-dashed-line-arrow-right::before{content:""}.fa-person-walking-luggage::before{content:""}.fa-person-walking-with-cane::before{content:""}.fa-peseta-sign::before{content:""}.fa-peso-sign::before{content:""}.fa-phone::before{content:""}.fa-phone-alt::before{content:""}.fa-phone-arrow-down-left::before,.fa-phone-arrow-down::before{content:""}.fa-phone-arrow-right::before{content:""}.fa-phone-arrow-up-right::before,.fa-phone-arrow-up::before{content:""}.fa-phone-circle::before{content:""}.fa-phone-circle-alt::before{content:""}.fa-phone-circle-down::before{content:""}.fa-phone-flip::before{content:""}.fa-phone-hangup::before{content:""}.fa-phone-incoming::before{content:""}.fa-phone-intercom::before{content:""}.fa-phone-laptop::before{content:""}.fa-phone-missed::before{content:""}.fa-phone-office::before{content:""}.fa-phone-outgoing::before{content:""}.fa-phone-plus::before{content:""}.fa-phone-rotary::before{content:""}.fa-phone-slash::before{content:""}.fa-phone-square::before{content:""}.fa-phone-square-alt::before{content:""}.fa-phone-square-down::before{content:""}.fa-phone-volume::before{content:""}.fa-phone-xmark::before{content:""}.fa-photo-film::before{content:""}.fa-photo-film-music::before{content:""}.fa-photo-video::before{content:""}.fa-pi::before{content:""}.fa-piano::before{content:""}.fa-piano-keyboard::before{content:""}.fa-pickaxe::before{content:""}.fa-pickleball::before{content:""}.fa-pie::before{content:""}.fa-pie-chart::before{content:""}.fa-pig::before{content:""}.fa-piggy-bank::before{content:""}.fa-pills::before{content:""}.fa-pinata::before{content:""}.fa-pinball::before{content:""}.fa-pineapple::before{content:""}.fa-ping-pong-paddle-ball::before{content:""}.fa-pipe::before{content:"|"}.fa-pipe-circle-check::before{content:""}.fa-pipe-collar::before{content:""}.fa-pipe-section::before{content:""}.fa-pipe-smoking::before{content:""}.fa-pipe-valve::before{content:""}.fa-pizza::before{content:""}.fa-pizza-slice::before{content:""}.fa-place-of-worship::before{content:""}.fa-plane::before{content:""}.fa-plane-alt::before{content:""}.fa-plane-arrival::before{content:""}.fa-plane-circle-check::before{content:""}.fa-plane-circle-exclamation::before{content:""}.fa-plane-circle-xmark::before{content:""}.fa-plane-departure::before{content:""}.fa-plane-engines::before{content:""}.fa-plane-lock::before{content:""}.fa-plane-prop::before{content:""}.fa-plane-slash::before{content:""}.fa-plane-tail::before{content:""}.fa-plane-up::before{content:""}.fa-plane-up-slash::before{content:""}.fa-planet-moon::before{content:""}.fa-planet-ringed::before{content:""}.fa-plant-wilt::before{content:""}.fa-plate-utensils::before{content:""}.fa-plate-wheat::before{content:""}.fa-play::before{content:""}.fa-play-circle::before{content:""}.fa-play-pause::before{content:""}.fa-plug::before{content:""}.fa-plug-circle-bolt::before{content:""}.fa-plug-circle-check::before{content:""}.fa-plug-circle-exclamation::before{content:""}.fa-plug-circle-minus::before{content:""}.fa-plug-circle-plus::before{content:""}.fa-plug-circle-xmark::before{content:""}.fa-plus::before{content:"+"}.fa-plus-circle::before{content:""}.fa-plus-hexagon::before{content:""}.fa-plus-large::before{content:""}.fa-plus-minus::before{content:""}.fa-plus-octagon::before{content:""}.fa-plus-square::before{content:""}.fa-podcast::before{content:""}.fa-podium::before{content:""}.fa-podium-star::before{content:""}.fa-police-box::before{content:""}.fa-poll::before{content:""}.fa-poll-h::before{content:""}.fa-poll-people::before{content:""}.fa-pompebled::before{content:""}.fa-poo::before{content:""}.fa-poo-bolt::before,.fa-poo-storm::before{content:""}.fa-pool-8-ball::before{content:""}.fa-poop::before{content:""}.fa-popcorn::before{content:""}.fa-popsicle::before{content:""}.fa-portal-enter::before{content:""}.fa-portal-exit::before{content:""}.fa-portrait::before{content:""}.fa-pot-food::before{content:""}.fa-potato::before{content:""}.fa-pound-sign::before{content:""}.fa-power-off::before{content:""}.fa-pray::before{content:""}.fa-praying-hands::before{content:""}.fa-prescription::before{content:""}.fa-prescription-bottle::before{content:""}.fa-prescription-bottle-alt::before,.fa-prescription-bottle-medical::before{content:""}.fa-prescription-bottle-pill::before{content:""}.fa-presentation-screen::before,.fa-presentation::before{content:""}.fa-pretzel::before{content:""}.fa-print::before{content:""}.fa-print-magnifying-glass::before,.fa-print-search::before{content:""}.fa-print-slash::before{content:""}.fa-pro::before{content:""}.fa-procedures::before{content:""}.fa-project-diagram::before{content:""}.fa-projector::before{content:""}.fa-pump::before{content:""}.fa-pump-medical::before{content:""}.fa-pump-soap::before{content:""}.fa-pumpkin::before{content:""}.fa-puzzle::before{content:""}.fa-puzzle-piece::before{content:""}.fa-puzzle-piece-alt::before,.fa-puzzle-piece-simple::before{content:""}.fa-q::before{content:"Q"}.fa-qrcode::before{content:""}.fa-question::before{content:"?"}.fa-question-circle::before{content:""}.fa-question-square::before{content:""}.fa-quidditch-broom-ball::before,.fa-quidditch::before{content:""}.fa-quote-left-alt::before,.fa-quote-left::before{content:""}.fa-quote-right-alt::before,.fa-quote-right::before{content:""}.fa-quotes::before{content:""}.fa-quran::before{content:""}.fa-r::before{content:"R"}.fa-rabbit::before{content:""}.fa-rabbit-fast::before,.fa-rabbit-running::before{content:""}.fa-raccoon::before{content:""}.fa-racquet::before{content:""}.fa-radar::before{content:""}.fa-radiation::before{content:""}.fa-radiation-alt::before{content:""}.fa-radio::before{content:""}.fa-radio-alt::before,.fa-radio-tuner::before{content:""}.fa-rainbow::before{content:""}.fa-raindrops::before{content:""}.fa-ram::before{content:""}.fa-ramp-loading::before{content:""}.fa-random::before{content:""}.fa-ranking-star::before{content:""}.fa-raygun::before{content:""}.fa-receipt::before{content:""}.fa-record-vinyl::before{content:""}.fa-rectangle::before{content:""}.fa-rectangle-ad::before{content:""}.fa-rectangle-barcode::before{content:""}.fa-rectangle-code::before{content:""}.fa-rectangle-hd::before{content:""}.fa-rectangle-history::before{content:""}.fa-rectangle-history-circle-plus::before{content:""}.fa-rectangle-history-circle-user::before{content:""}.fa-rectangle-landscape::before{content:""}.fa-rectangle-list::before{content:""}.fa-rectangle-portrait::before{content:""}.fa-rectangle-pro::before{content:""}.fa-rectangle-sd::before{content:""}.fa-rectangle-terminal::before{content:""}.fa-rectangle-times::before{content:""}.fa-rectangle-vertical::before{content:""}.fa-rectangle-vertical-history::before{content:""}.fa-rectangle-wide::before{content:""}.fa-rectangle-xmark::before{content:""}.fa-rectangles-mixed::before{content:""}.fa-recycle::before{content:""}.fa-redo::before{content:""}.fa-redo-alt::before{content:""}.fa-reel::before{content:""}.fa-reflect-both::before{content:""}.fa-reflect-horizontal::before{content:""}.fa-reflect-vertical::before{content:""}.fa-refresh::before{content:""}.fa-refrigerator::before{content:""}.fa-registered::before{content:""}.fa-remove::before{content:""}.fa-remove-format::before{content:""}.fa-reorder::before{content:""}.fa-repeat::before{content:""}.fa-repeat-1::before{content:""}.fa-repeat-1-alt::before{content:""}.fa-repeat-alt::before{content:""}.fa-reply::before{content:""}.fa-reply-all::before{content:""}.fa-reply-clock::before,.fa-reply-time::before{content:""}.fa-republican::before{content:""}.fa-restroom::before{content:""}.fa-restroom-simple::before{content:""}.fa-retweet::before{content:""}.fa-retweet-alt::before{content:""}.fa-rhombus::before{content:""}.fa-ribbon::before{content:""}.fa-right::before{content:""}.fa-right-from-bracket::before{content:""}.fa-right-from-line::before{content:""}.fa-right-left::before{content:""}.fa-right-left-large::before{content:""}.fa-right-long::before{content:""}.fa-right-long-to-line::before{content:""}.fa-right-to-bracket::before{content:""}.fa-right-to-line::before{content:""}.fa-ring::before{content:""}.fa-ring-diamond::before{content:""}.fa-rings-wedding::before{content:""}.fa-rmb::before{content:""}.fa-road::before{content:""}.fa-road-barrier::before{content:""}.fa-road-bridge::before{content:""}.fa-road-circle-check::before{content:""}.fa-road-circle-exclamation::before{content:""}.fa-road-circle-xmark::before{content:""}.fa-road-lock::before{content:""}.fa-road-spikes::before{content:""}.fa-robot::before{content:""}.fa-robot-astromech::before{content:""}.fa-rocket::before{content:""}.fa-rocket-launch::before{content:""}.fa-rod-asclepius::before,.fa-rod-snake::before{content:""}.fa-roller-coaster::before{content:""}.fa-rotate::before{content:""}.fa-rotate-back::before,.fa-rotate-backward::before{content:""}.fa-rotate-exclamation::before{content:""}.fa-rotate-forward::before{content:""}.fa-rotate-left::before{content:""}.fa-rotate-reverse::before{content:""}.fa-rotate-right::before{content:""}.fa-rouble::before{content:""}.fa-route::before{content:""}.fa-route-highway::before{content:""}.fa-route-interstate::before{content:""}.fa-router::before{content:""}.fa-rows::before{content:""}.fa-rss::before{content:""}.fa-rss-square::before{content:""}.fa-rub::before,.fa-ruble-sign::before,.fa-ruble::before{content:""}.fa-rug::before{content:""}.fa-rugby-ball::before{content:""}.fa-ruler::before{content:""}.fa-ruler-combined::before{content:""}.fa-ruler-horizontal::before{content:""}.fa-ruler-triangle::before{content:""}.fa-ruler-vertical::before{content:""}.fa-running::before{content:""}.fa-rupee-sign::before,.fa-rupee::before{content:""}.fa-rupiah-sign::before{content:""}.fa-rv::before{content:""}.fa-s::before{content:"S"}.fa-sack::before{content:""}.fa-sack-dollar::before{content:""}.fa-sack-xmark::before{content:""}.fa-sad-cry::before{content:""}.fa-sad-tear::before{content:""}.fa-sailboat::before{content:""}.fa-salad::before{content:""}.fa-salt-shaker::before{content:""}.fa-sandwich::before{content:""}.fa-satellite::before{content:""}.fa-satellite-dish::before{content:""}.fa-sausage::before{content:""}.fa-save::before{content:""}.fa-save-circle-arrow-right::before{content:""}.fa-save-circle-xmark::before,.fa-save-times::before{content:""}.fa-sax-hot::before{content:""}.fa-saxophone::before{content:""}.fa-saxophone-fire::before{content:""}.fa-scale-balanced::before{content:""}.fa-scale-unbalanced::before{content:""}.fa-scale-unbalanced-flip::before{content:""}.fa-scalpel::before{content:""}.fa-scalpel-line-dashed::before,.fa-scalpel-path::before{content:""}.fa-scanner-gun::before,.fa-scanner::before{content:""}.fa-scanner-image::before{content:""}.fa-scanner-keyboard::before{content:""}.fa-scanner-touchscreen::before{content:""}.fa-scarecrow::before{content:""}.fa-scarf::before{content:""}.fa-school::before{content:""}.fa-school-circle-check::before{content:""}.fa-school-circle-exclamation::before{content:""}.fa-school-circle-xmark::before{content:""}.fa-school-flag::before{content:""}.fa-school-lock::before{content:""}.fa-scissors::before{content:""}.fa-screen-users::before{content:""}.fa-screencast::before{content:""}.fa-screenshot::before{content:""}.fa-screwdriver::before{content:""}.fa-screwdriver-wrench::before{content:""}.fa-scribble::before{content:""}.fa-scroll::before{content:""}.fa-scroll-old::before{content:""}.fa-scroll-ribbon::before{content:""}.fa-scroll-torah::before{content:""}.fa-scrubber::before{content:""}.fa-scythe::before{content:""}.fa-sd-card::before{content:""}.fa-sd-cards::before{content:""}.fa-seal::before{content:""}.fa-seal-exclamation::before{content:""}.fa-seal-question::before{content:""}.fa-search::before{content:""}.fa-search-dollar::before{content:""}.fa-search-location::before{content:""}.fa-search-minus::before{content:""}.fa-search-plus::before{content:""}.fa-seat-airline::before{content:""}.fa-section::before{content:""}.fa-seedling::before{content:""}.fa-semicolon::before{content:";"}.fa-send::before{content:""}.fa-send-back::before{content:""}.fa-send-backward::before{content:""}.fa-sensor::before{content:""}.fa-sensor-alert::before{content:""}.fa-sensor-cloud::before{content:""}.fa-sensor-fire::before{content:""}.fa-sensor-on::before{content:""}.fa-sensor-smoke::before{content:""}.fa-sensor-triangle-exclamation::before{content:""}.fa-server::before{content:""}.fa-shapes::before{content:""}.fa-share::before{content:""}.fa-share-all::before{content:""}.fa-share-alt::before{content:""}.fa-share-alt-square::before{content:""}.fa-share-from-square::before{content:""}.fa-share-nodes::before{content:""}.fa-share-square::before{content:""}.fa-sheep::before{content:""}.fa-sheet-plastic::before{content:""}.fa-shekel-sign::before,.fa-shekel::before{content:""}.fa-shelves::before{content:""}.fa-shelves-empty::before{content:""}.fa-sheqel-sign::before,.fa-sheqel::before{content:""}.fa-shield::before{content:""}.fa-shield-alt::before{content:""}.fa-shield-blank::before{content:""}.fa-shield-cat::before{content:""}.fa-shield-check::before{content:""}.fa-shield-cross::before{content:""}.fa-shield-dog::before{content:""}.fa-shield-exclamation::before{content:""}.fa-shield-halved::before{content:""}.fa-shield-heart::before{content:""}.fa-shield-keyhole::before{content:""}.fa-shield-minus::before{content:""}.fa-shield-plus::before{content:""}.fa-shield-quartered::before{content:""}.fa-shield-slash::before{content:""}.fa-shield-times::before{content:""}.fa-shield-virus::before{content:""}.fa-shield-xmark::before{content:""}.fa-ship::before{content:""}.fa-shipping-fast::before{content:""}.fa-shipping-timed::before{content:""}.fa-shirt::before{content:""}.fa-shirt-long-sleeve::before{content:""}.fa-shirt-running::before{content:""}.fa-shirt-tank-top::before{content:""}.fa-shish-kebab::before{content:""}.fa-shoe-prints::before{content:""}.fa-shop::before{content:""}.fa-shop-lock::before{content:""}.fa-shop-slash::before{content:""}.fa-shopping-bag::before{content:""}.fa-shopping-basket::before{content:""}.fa-shopping-basket-alt::before{content:""}.fa-shopping-cart::before{content:""}.fa-shortcake::before{content:""}.fa-shovel::before{content:""}.fa-shovel-snow::before{content:""}.fa-shower::before{content:""}.fa-shower-alt::before,.fa-shower-down::before{content:""}.fa-shredder::before{content:""}.fa-shrimp::before{content:""}.fa-shuffle::before{content:""}.fa-shutters::before{content:""}.fa-shuttle-space::before{content:""}.fa-shuttle-van::before{content:""}.fa-shuttlecock::before{content:""}.fa-sickle::before{content:""}.fa-sidebar::before{content:""}.fa-sidebar-flip::before{content:""}.fa-sigma::before{content:""}.fa-sign-hanging::before,.fa-sign::before{content:""}.fa-sign-in::before{content:""}.fa-sign-in-alt::before{content:""}.fa-sign-language::before{content:""}.fa-sign-out::before{content:""}.fa-sign-out-alt::before{content:""}.fa-sign-post::before{content:""}.fa-sign-posts::before{content:""}.fa-sign-posts-wrench::before{content:""}.fa-signal::before{content:""}.fa-signal-1::before{content:""}.fa-signal-2::before{content:""}.fa-signal-3::before{content:""}.fa-signal-4::before{content:""}.fa-signal-5::before{content:""}.fa-signal-alt::before{content:""}.fa-signal-alt-1::before{content:""}.fa-signal-alt-2::before{content:""}.fa-signal-alt-3::before{content:""}.fa-signal-alt-4::before{content:""}.fa-signal-alt-slash::before{content:""}.fa-signal-bars::before{content:""}.fa-signal-bars-fair::before{content:""}.fa-signal-bars-good::before{content:""}.fa-signal-bars-slash::before{content:""}.fa-signal-bars-strong::before{content:""}.fa-signal-bars-weak::before{content:""}.fa-signal-fair::before{content:""}.fa-signal-good::before{content:""}.fa-signal-perfect::before{content:""}.fa-signal-slash::before{content:""}.fa-signal-stream::before{content:""}.fa-signal-stream-slash::before{content:""}.fa-signal-strong::before{content:""}.fa-signal-weak::before{content:""}.fa-signature::before{content:""}.fa-signature-lock::before{content:""}.fa-signature-slash::before{content:""}.fa-signing::before{content:""}.fa-signs-post::before{content:""}.fa-sim-card::before{content:""}.fa-sim-cards::before{content:""}.fa-sink::before{content:""}.fa-siren::before{content:""}.fa-siren-on::before{content:""}.fa-sitemap::before{content:""}.fa-skating::before{content:""}.fa-skeleton::before{content:""}.fa-skeleton-ribs::before{content:""}.fa-ski-boot::before{content:""}.fa-ski-boot-ski::before{content:""}.fa-ski-jump::before{content:""}.fa-ski-lift::before{content:""}.fa-skiing::before{content:""}.fa-skiing-nordic::before{content:""}.fa-skull::before{content:""}.fa-skull-cow::before{content:""}.fa-skull-crossbones::before{content:""}.fa-slash::before{content:""}.fa-slash-back::before{content:"\\"}.fa-slash-forward::before{content:"/"}.fa-sledding::before{content:""}.fa-sleigh::before{content:""}.fa-slider::before{content:""}.fa-sliders-h::before,.fa-sliders::before{content:""}.fa-sliders-h-square::before{content:""}.fa-sliders-simple::before{content:""}.fa-sliders-up::before,.fa-sliders-v::before{content:""}.fa-sliders-v-square::before{content:""}.fa-slot-machine::before{content:""}.fa-smile::before{content:""}.fa-smile-beam::before{content:""}.fa-smile-plus::before{content:""}.fa-smile-wink::before{content:""}.fa-smog::before{content:""}.fa-smoke::before{content:""}.fa-smoking::before{content:""}.fa-smoking-ban::before{content:""}.fa-sms::before{content:""}.fa-snake::before{content:""}.fa-snooze::before{content:""}.fa-snow-blowing::before{content:""}.fa-snowboarding::before{content:""}.fa-snowflake::before{content:""}.fa-snowflake-droplets::before{content:""}.fa-snowflakes::before{content:""}.fa-snowman::before{content:""}.fa-snowman-head::before{content:""}.fa-snowmobile::before{content:""}.fa-snowplow::before{content:""}.fa-soap::before{content:""}.fa-soccer-ball::before{content:""}.fa-socks::before{content:""}.fa-soft-serve::before{content:""}.fa-solar-panel::before{content:""}.fa-solar-system::before{content:""}.fa-sort::before{content:""}.fa-sort-alpha-asc::before{content:""}.fa-sort-alpha-desc::before{content:""}.fa-sort-alpha-down::before{content:""}.fa-sort-alpha-down-alt::before{content:""}.fa-sort-alpha-up::before{content:""}.fa-sort-alpha-up-alt::before{content:""}.fa-sort-alt::before{content:""}.fa-sort-amount-asc::before{content:""}.fa-sort-amount-desc::before{content:""}.fa-sort-amount-down::before{content:""}.fa-sort-amount-down-alt::before{content:""}.fa-sort-amount-up::before{content:""}.fa-sort-amount-up-alt::before{content:""}.fa-sort-asc::before{content:""}.fa-sort-circle::before{content:""}.fa-sort-circle-down::before{content:""}.fa-sort-circle-up::before{content:""}.fa-sort-desc::before,.fa-sort-down::before{content:""}.fa-sort-numeric-asc::before{content:""}.fa-sort-numeric-desc::before{content:""}.fa-sort-numeric-down::before{content:""}.fa-sort-numeric-down-alt::before{content:""}.fa-sort-numeric-up::before{content:""}.fa-sort-numeric-up-alt::before{content:""}.fa-sort-shapes-down::before{content:""}.fa-sort-shapes-down-alt::before{content:""}.fa-sort-shapes-up::before{content:""}.fa-sort-shapes-up-alt::before{content:""}.fa-sort-size-down::before{content:""}.fa-sort-size-down-alt::before{content:""}.fa-sort-size-up::before{content:""}.fa-sort-size-up-alt::before{content:""}.fa-sort-up::before{content:""}.fa-sort-up-down::before{content:""}.fa-soup::before{content:""}.fa-spa::before{content:""}.fa-space-shuttle::before{content:""}.fa-space-station-moon::before{content:""}.fa-space-station-moon-alt::before,.fa-space-station-moon-construction::before{content:""}.fa-spade::before{content:""}.fa-spaghetti-monster-flying::before{content:""}.fa-sparkle::before{content:""}.fa-sparkles::before{content:""}.fa-speaker::before{content:""}.fa-speakers::before{content:""}.fa-spell-check::before{content:""}.fa-spider::before{content:""}.fa-spider-black-widow::before{content:""}.fa-spider-web::before{content:""}.fa-spinner::before{content:""}.fa-spinner-scale::before{content:""}.fa-spinner-third::before{content:""}.fa-split::before{content:""}.fa-splotch::before{content:""}.fa-spoon::before{content:""}.fa-sportsball::before{content:""}.fa-spray-can::before{content:""}.fa-spray-can-sparkles::before{content:""}.fa-sprinkler::before{content:""}.fa-sprinkler-ceiling::before{content:""}.fa-sprout::before{content:""}.fa-square::before{content:""}.fa-square-0::before{content:""}.fa-square-1::before{content:""}.fa-square-2::before{content:""}.fa-square-3::before{content:""}.fa-square-4::before{content:""}.fa-square-5::before{content:""}.fa-square-6::before{content:""}.fa-square-7::before{content:""}.fa-square-8::before{content:""}.fa-square-9::before{content:""}.fa-square-a::before{content:""}.fa-square-a-lock::before{content:""}.fa-square-ampersand::before{content:""}.fa-square-arrow-down::before{content:""}.fa-square-arrow-down-left::before{content:""}.fa-square-arrow-down-right::before{content:""}.fa-square-arrow-left::before{content:""}.fa-square-arrow-right::before{content:""}.fa-square-arrow-up::before{content:""}.fa-square-arrow-up-left::before{content:""}.fa-square-arrow-up-right::before{content:""}.fa-square-b::before{content:""}.fa-square-bolt::before{content:""}.fa-square-c::before{content:""}.fa-square-caret-down::before{content:""}.fa-square-caret-left::before{content:""}.fa-square-caret-right::before{content:""}.fa-square-caret-up::before{content:""}.fa-square-check::before{content:""}.fa-square-chevron-down::before{content:""}.fa-square-chevron-left::before{content:""}.fa-square-chevron-right::before{content:""}.fa-square-chevron-up::before{content:""}.fa-square-code::before{content:""}.fa-square-d::before{content:""}.fa-square-dashed::before{content:""}.fa-square-dashed-circle-plus::before{content:""}.fa-square-divide::before{content:""}.fa-square-dollar::before{content:""}.fa-square-down::before{content:""}.fa-square-down-left::before{content:""}.fa-square-down-right::before{content:""}.fa-square-e::before{content:""}.fa-square-ellipsis::before{content:""}.fa-square-ellipsis-vertical::before{content:""}.fa-square-envelope::before{content:""}.fa-square-exclamation::before{content:""}.fa-square-f::before{content:""}.fa-square-fragile::before{content:""}.fa-square-full::before{content:""}.fa-square-g::before{content:""}.fa-square-h::before{content:""}.fa-square-heart::before{content:""}.fa-square-i::before{content:""}.fa-square-info::before{content:""}.fa-square-j::before{content:""}.fa-square-k::before{content:""}.fa-square-kanban::before{content:""}.fa-square-l::before{content:""}.fa-square-left::before{content:""}.fa-square-list::before{content:""}.fa-square-m::before{content:""}.fa-square-minus::before{content:""}.fa-square-n::before{content:""}.fa-square-nfi::before{content:""}.fa-square-o::before{content:""}.fa-square-p::before{content:""}.fa-square-parking::before{content:""}.fa-square-parking-slash::before{content:""}.fa-square-pen::before{content:""}.fa-square-person-confined::before{content:""}.fa-square-phone::before{content:""}.fa-square-phone-flip::before{content:""}.fa-square-phone-hangup::before{content:""}.fa-square-plus::before{content:""}.fa-square-poll-horizontal::before{content:""}.fa-square-poll-vertical::before{content:""}.fa-square-q::before{content:""}.fa-square-quarters::before{content:""}.fa-square-question::before{content:""}.fa-square-quote::before{content:""}.fa-square-r::before{content:""}.fa-square-right::before{content:""}.fa-square-ring::before{content:""}.fa-square-root::before{content:""}.fa-square-root-alt::before,.fa-square-root-variable::before{content:""}.fa-square-rss::before{content:""}.fa-square-s::before{content:""}.fa-square-share-nodes::before{content:""}.fa-square-sliders::before{content:""}.fa-square-sliders-vertical::before{content:""}.fa-square-small::before{content:""}.fa-square-star::before{content:""}.fa-square-t::before{content:""}.fa-square-terminal::before{content:""}.fa-square-this-way-up::before{content:""}.fa-square-u::before{content:""}.fa-square-up::before{content:""}.fa-square-up-left::before{content:""}.fa-square-up-right::before{content:""}.fa-square-user::before{content:""}.fa-square-v::before{content:""}.fa-square-virus::before{content:""}.fa-square-w::before{content:""}.fa-square-wine-glass-crack::before{content:""}.fa-square-x::before{content:""}.fa-square-xmark::before{content:""}.fa-square-y::before{content:""}.fa-square-z::before{content:""}.fa-squid::before{content:""}.fa-squirrel::before{content:""}.fa-staff::before{content:""}.fa-staff-aesculapius::before,.fa-staff-snake::before{content:""}.fa-stairs::before{content:""}.fa-stamp::before{content:""}.fa-standard-definition::before{content:""}.fa-stapler::before{content:""}.fa-star::before{content:""}.fa-star-and-crescent::before{content:""}.fa-star-christmas::before{content:""}.fa-star-circle::before{content:""}.fa-star-exclamation::before{content:""}.fa-star-half::before{content:""}.fa-star-half-alt::before,.fa-star-half-stroke::before{content:""}.fa-star-of-david::before{content:""}.fa-star-of-life::before{content:""}.fa-star-sharp::before{content:""}.fa-star-sharp-half::before{content:""}.fa-star-sharp-half-alt::before,.fa-star-sharp-half-stroke::before{content:""}.fa-star-shooting::before{content:""}.fa-starfighter::before{content:""}.fa-starfighter-alt::before{content:""}.fa-starfighter-alt-advanced::before{content:""}.fa-starfighter-twin-ion-engine::before{content:""}.fa-starfighter-twin-ion-engine-advanced::before{content:""}.fa-stars::before{content:""}.fa-starship::before{content:""}.fa-starship-freighter::before{content:""}.fa-steak::before{content:""}.fa-steering-wheel::before{content:""}.fa-step-backward::before{content:""}.fa-step-forward::before{content:""}.fa-sterling-sign::before{content:""}.fa-stethoscope::before{content:""}.fa-sticky-note::before{content:""}.fa-stocking::before{content:""}.fa-stomach::before{content:""}.fa-stop::before{content:""}.fa-stop-circle::before{content:""}.fa-stopwatch::before{content:""}.fa-stopwatch-20::before{content:""}.fa-store::before{content:""}.fa-store-alt::before{content:""}.fa-store-alt-slash::before{content:""}.fa-store-lock::before{content:""}.fa-store-slash::before{content:""}.fa-strawberry::before{content:""}.fa-stream::before{content:""}.fa-street-view::before{content:""}.fa-stretcher::before{content:""}.fa-strikethrough::before{content:""}.fa-stroopwafel::before{content:""}.fa-subscript::before{content:""}.fa-subtitles::before{content:""}.fa-subtitles-slash::before{content:""}.fa-subtract::before{content:""}.fa-subway::before{content:""}.fa-subway-tunnel::before{content:""}.fa-suitcase::before{content:""}.fa-suitcase-medical::before{content:""}.fa-suitcase-rolling::before{content:""}.fa-sun::before{content:""}.fa-sun-alt::before,.fa-sun-bright::before{content:""}.fa-sun-cloud::before{content:""}.fa-sun-dust::before{content:""}.fa-sun-haze::before{content:""}.fa-sun-plant-wilt::before{content:""}.fa-sunglasses::before{content:""}.fa-sunrise::before{content:""}.fa-sunset::before{content:""}.fa-superscript::before{content:""}.fa-surprise::before{content:""}.fa-sushi::before{content:""}.fa-sushi-roll::before{content:""}.fa-swap::before{content:""}.fa-swap-arrows::before{content:""}.fa-swatchbook::before{content:""}.fa-swimmer::before{content:""}.fa-swimming-pool::before{content:""}.fa-sword::before{content:""}.fa-sword-laser::before{content:""}.fa-sword-laser-alt::before{content:""}.fa-swords::before{content:""}.fa-swords-laser::before{content:""}.fa-symbols::before{content:""}.fa-synagogue::before{content:""}.fa-sync::before{content:""}.fa-sync-alt::before{content:""}.fa-syringe::before{content:""}.fa-t::before{content:"T"}.fa-t-rex::before{content:""}.fa-t-shirt::before{content:""}.fa-table::before{content:""}.fa-table-cells::before{content:""}.fa-table-cells-column-lock::before{content:""}.fa-table-cells-column-unlock::before{content:""}.fa-table-cells-large::before{content:""}.fa-table-cells-lock::before{content:""}.fa-table-cells-row-lock::before{content:""}.fa-table-cells-row-unlock::before{content:""}.fa-table-cells-unlock::before{content:""}.fa-table-columns::before{content:""}.fa-table-layout::before{content:""}.fa-table-list::before{content:""}.fa-table-picnic::before{content:""}.fa-table-pivot::before{content:""}.fa-table-rows::before{content:""}.fa-table-tennis-paddle-ball::before,.fa-table-tennis::before{content:""}.fa-table-tree::before{content:""}.fa-tablet::before{content:""}.fa-tablet-alt::before{content:""}.fa-tablet-android::before{content:""}.fa-tablet-android-alt::before{content:""}.fa-tablet-button::before{content:""}.fa-tablet-rugged::before{content:""}.fa-tablet-screen::before{content:""}.fa-tablet-screen-button::before{content:""}.fa-tablets::before{content:""}.fa-tachograph-digital::before{content:""}.fa-tachometer::before{content:""}.fa-tachometer-alt::before{content:""}.fa-tachometer-alt-average::before{content:""}.fa-tachometer-alt-fast::before{content:""}.fa-tachometer-alt-fastest::before{content:""}.fa-tachometer-alt-slow::before{content:""}.fa-tachometer-alt-slowest::before{content:""}.fa-tachometer-average::before{content:""}.fa-tachometer-fast::before{content:""}.fa-tachometer-fastest::before{content:""}.fa-tachometer-slow::before{content:""}.fa-tachometer-slowest::before{content:""}.fa-taco::before{content:""}.fa-tag::before{content:""}.fa-tags::before{content:""}.fa-tally::before{content:""}.fa-tally-1::before{content:""}.fa-tally-2::before{content:""}.fa-tally-3::before{content:""}.fa-tally-4::before{content:""}.fa-tally-5::before{content:""}.fa-tamale::before{content:""}.fa-tanakh::before{content:""}.fa-tank-water::before{content:""}.fa-tape::before{content:""}.fa-tarp::before{content:""}.fa-tarp-droplet::before{content:""}.fa-tasks::before{content:""}.fa-tasks-alt::before{content:""}.fa-taxi::before{content:""}.fa-taxi-bus::before{content:""}.fa-teddy-bear::before{content:""}.fa-teeth::before{content:""}.fa-teeth-open::before{content:""}.fa-telescope::before{content:""}.fa-teletype::before{content:""}.fa-teletype-answer::before{content:""}.fa-television::before{content:""}.fa-temperature-0::before{content:""}.fa-temperature-1::before{content:""}.fa-temperature-2::before{content:""}.fa-temperature-3::before{content:""}.fa-temperature-4::before{content:""}.fa-temperature-arrow-down::before{content:""}.fa-temperature-arrow-up::before{content:""}.fa-temperature-down::before{content:""}.fa-temperature-empty::before{content:""}.fa-temperature-frigid::before{content:""}.fa-temperature-full::before{content:""}.fa-temperature-half::before{content:""}.fa-temperature-high::before{content:""}.fa-temperature-hot::before{content:""}.fa-temperature-list::before{content:""}.fa-temperature-low::before{content:""}.fa-temperature-quarter::before{content:""}.fa-temperature-snow::before{content:""}.fa-temperature-sun::before{content:""}.fa-temperature-three-quarters::before{content:""}.fa-temperature-up::before{content:""}.fa-tenge-sign::before,.fa-tenge::before{content:""}.fa-tennis-ball::before{content:""}.fa-tent::before{content:""}.fa-tent-arrow-down-to-line::before{content:""}.fa-tent-arrow-left-right::before{content:""}.fa-tent-arrow-turn-left::before{content:""}.fa-tent-arrows-down::before{content:""}.fa-tent-double-peak::before{content:""}.fa-tents::before{content:""}.fa-terminal::before{content:""}.fa-text::before{content:""}.fa-text-height::before{content:""}.fa-text-size::before{content:""}.fa-text-slash::before{content:""}.fa-text-width::before{content:""}.fa-th::before{content:""}.fa-th-large::before{content:""}.fa-th-list::before{content:""}.fa-theater-masks::before{content:""}.fa-thermometer::before{content:""}.fa-thermometer-0::before{content:""}.fa-thermometer-1::before{content:""}.fa-thermometer-2::before{content:""}.fa-thermometer-3::before{content:""}.fa-thermometer-4::before{content:""}.fa-thermometer-empty::before{content:""}.fa-thermometer-full::before{content:""}.fa-thermometer-half::before{content:""}.fa-thermometer-quarter::before{content:""}.fa-thermometer-three-quarters::before{content:""}.fa-theta::before{content:""}.fa-thought-bubble::before{content:""}.fa-thumb-tack::before{content:""}.fa-thumb-tack-slash::before{content:""}.fa-thumbs-down::before{content:""}.fa-thumbs-up::before{content:""}.fa-thumbtack::before{content:""}.fa-thumbtack-slash::before{content:""}.fa-thunderstorm::before{content:""}.fa-thunderstorm-moon::before{content:""}.fa-thunderstorm-sun::before{content:""}.fa-tick::before{content:""}.fa-ticket::before{content:""}.fa-ticket-airline::before{content:""}.fa-ticket-alt::before{content:""}.fa-ticket-perforated::before{content:""}.fa-ticket-perforated-plane::before,.fa-ticket-plane::before{content:""}.fa-ticket-simple::before{content:""}.fa-tickets::before{content:""}.fa-tickets-airline::before{content:""}.fa-tickets-perforated::before{content:""}.fa-tickets-perforated-plane::before,.fa-tickets-plane::before{content:""}.fa-tickets-simple::before{content:""}.fa-tilde::before{content:"~"}.fa-timeline::before{content:""}.fa-timeline-arrow::before{content:""}.fa-timer::before{content:""}.fa-times::before{content:""}.fa-times-circle::before{content:""}.fa-times-hexagon::before{content:""}.fa-times-octagon::before{content:""}.fa-times-rectangle::before{content:""}.fa-times-square::before{content:""}.fa-times-to-slot::before{content:""}.fa-tint::before{content:""}.fa-tint-slash::before{content:""}.fa-tire::before{content:""}.fa-tire-flat::before{content:""}.fa-tire-pressure-warning::before{content:""}.fa-tire-rugged::before{content:""}.fa-tired::before{content:""}.fa-toggle-large-off::before{content:""}.fa-toggle-large-on::before{content:""}.fa-toggle-off::before{content:""}.fa-toggle-on::before{content:""}.fa-toilet::before{content:""}.fa-toilet-paper::before{content:""}.fa-toilet-paper-alt::before,.fa-toilet-paper-blank::before{content:""}.fa-toilet-paper-blank-under::before{content:""}.fa-toilet-paper-check::before{content:""}.fa-toilet-paper-reverse::before{content:""}.fa-toilet-paper-reverse-alt::before{content:""}.fa-toilet-paper-reverse-slash::before{content:""}.fa-toilet-paper-slash::before{content:""}.fa-toilet-paper-under::before{content:""}.fa-toilet-paper-under-slash::before{content:""}.fa-toilet-paper-xmark::before{content:""}.fa-toilet-portable::before{content:""}.fa-toilets-portable::before{content:""}.fa-tomato::before{content:""}.fa-tombstone::before{content:""}.fa-tombstone-alt::before,.fa-tombstone-blank::before{content:""}.fa-toolbox::before{content:""}.fa-tools::before{content:""}.fa-tooth::before{content:""}.fa-toothbrush::before{content:""}.fa-torah::before{content:""}.fa-torii-gate::before{content:""}.fa-tornado::before{content:""}.fa-tower-broadcast::before{content:""}.fa-tower-cell::before{content:""}.fa-tower-control::before{content:""}.fa-tower-observation::before{content:""}.fa-tractor::before{content:""}.fa-trademark::before{content:""}.fa-traffic-cone::before{content:""}.fa-traffic-light::before{content:""}.fa-traffic-light-go::before{content:""}.fa-traffic-light-slow::before{content:""}.fa-traffic-light-stop::before{content:""}.fa-trailer::before{content:""}.fa-train::before{content:""}.fa-train-subway::before{content:""}.fa-train-subway-tunnel::before{content:""}.fa-train-track::before{content:""}.fa-train-tram::before{content:""}.fa-train-tunnel::before{content:""}.fa-tram::before{content:""}.fa-transformer-bolt::before{content:""}.fa-transgender-alt::before,.fa-transgender::before{content:""}.fa-transporter::before{content:""}.fa-transporter-1::before{content:""}.fa-transporter-2::before{content:""}.fa-transporter-3::before{content:""}.fa-transporter-4::before{content:""}.fa-transporter-5::before{content:""}.fa-transporter-6::before{content:""}.fa-transporter-7::before{content:""}.fa-transporter-empty::before{content:""}.fa-trash::before{content:""}.fa-trash-alt::before{content:""}.fa-trash-alt-slash::before{content:""}.fa-trash-arrow-turn-left::before{content:""}.fa-trash-arrow-up::before{content:""}.fa-trash-can::before{content:""}.fa-trash-can-arrow-turn-left::before{content:""}.fa-trash-can-arrow-up::before{content:""}.fa-trash-can-check::before{content:""}.fa-trash-can-clock::before{content:""}.fa-trash-can-list::before{content:""}.fa-trash-can-plus::before{content:""}.fa-trash-can-slash::before{content:""}.fa-trash-can-undo::before{content:""}.fa-trash-can-xmark::before{content:""}.fa-trash-check::before{content:""}.fa-trash-circle::before{content:""}.fa-trash-clock::before{content:""}.fa-trash-list::before{content:""}.fa-trash-plus::before{content:""}.fa-trash-restore::before{content:""}.fa-trash-restore-alt::before{content:""}.fa-trash-slash::before{content:""}.fa-trash-undo::before{content:""}.fa-trash-undo-alt::before{content:""}.fa-trash-xmark::before{content:""}.fa-treasure-chest::before{content:""}.fa-tree::before{content:""}.fa-tree-alt::before{content:""}.fa-tree-christmas::before{content:""}.fa-tree-city::before{content:""}.fa-tree-deciduous::before{content:""}.fa-tree-decorated::before{content:""}.fa-tree-large::before{content:""}.fa-tree-palm::before{content:""}.fa-trees::before{content:""}.fa-trian-balbot::before{content:""}.fa-triangle::before{content:""}.fa-triangle-circle-square::before{content:""}.fa-triangle-exclamation::before{content:""}.fa-triangle-instrument::before,.fa-triangle-music::before{content:""}.fa-triangle-person-digging::before{content:""}.fa-tricycle::before{content:""}.fa-tricycle-adult::before{content:""}.fa-trillium::before{content:""}.fa-trophy::before{content:""}.fa-trophy-alt::before,.fa-trophy-star::before{content:""}.fa-trowel::before{content:""}.fa-trowel-bricks::before{content:""}.fa-truck::before{content:""}.fa-truck-arrow-right::before{content:""}.fa-truck-bolt::before{content:""}.fa-truck-clock::before{content:""}.fa-truck-container::before{content:""}.fa-truck-container-empty::before{content:""}.fa-truck-couch::before{content:""}.fa-truck-droplet::before{content:""}.fa-truck-fast::before{content:""}.fa-truck-field::before{content:""}.fa-truck-field-un::before{content:""}.fa-truck-fire::before{content:""}.fa-truck-flatbed::before{content:""}.fa-truck-front::before{content:""}.fa-truck-ladder::before{content:""}.fa-truck-loading::before{content:""}.fa-truck-medical::before{content:""}.fa-truck-monster::before{content:""}.fa-truck-moving::before{content:""}.fa-truck-pickup::before{content:""}.fa-truck-plane::before{content:""}.fa-truck-plow::before{content:""}.fa-truck-ramp::before{content:""}.fa-truck-ramp-box::before{content:""}.fa-truck-ramp-couch::before{content:""}.fa-truck-tow::before{content:""}.fa-truck-utensils::before{content:""}.fa-trumpet::before{content:""}.fa-try::before{content:""}.fa-tshirt::before{content:""}.fa-tty::before{content:""}.fa-tty-answer::before{content:""}.fa-tugrik-sign::before{content:""}.fa-turkey::before{content:""}.fa-turkish-lira-sign::before,.fa-turkish-lira::before{content:""}.fa-turn-down::before{content:""}.fa-turn-down-left::before{content:""}.fa-turn-down-right::before{content:""}.fa-turn-left::before{content:""}.fa-turn-left-down::before{content:""}.fa-turn-left-up::before{content:""}.fa-turn-right::before{content:""}.fa-turn-up::before{content:""}.fa-turntable::before{content:""}.fa-turtle::before{content:""}.fa-tv-alt::before,.fa-tv::before{content:""}.fa-tv-music::before{content:""}.fa-tv-retro::before{content:""}.fa-typewriter::before{content:""}.fa-u::before{content:"U"}.fa-ufo::before{content:""}.fa-ufo-beam::before{content:""}.fa-umbrella::before{content:""}.fa-umbrella-alt::before{content:""}.fa-umbrella-beach::before{content:""}.fa-umbrella-simple::before{content:""}.fa-underline::before{content:""}.fa-undo::before{content:""}.fa-undo-alt::before{content:""}.fa-unicorn::before{content:""}.fa-uniform-martial-arts::before{content:""}.fa-union::before{content:""}.fa-universal-access::before{content:""}.fa-university::before{content:""}.fa-unlink::before{content:""}.fa-unlock::before{content:""}.fa-unlock-alt::before,.fa-unlock-keyhole::before{content:""}.fa-unsorted::before{content:""}.fa-up::before{content:""}.fa-up-down::before{content:""}.fa-up-down-left-right::before{content:""}.fa-up-from-bracket::before{content:""}.fa-up-from-dotted-line::before{content:""}.fa-up-from-line::before{content:""}.fa-up-left::before{content:""}.fa-up-long::before{content:""}.fa-up-right::before{content:""}.fa-up-right-and-down-left-from-center::before{content:""}.fa-up-right-from-square::before{content:""}.fa-up-to-bracket::before{content:""}.fa-up-to-dotted-line::before{content:""}.fa-up-to-line::before{content:""}.fa-upload::before{content:""}.fa-usb-drive::before{content:""}.fa-usd::before{content:"$"}.fa-usd-circle::before{content:""}.fa-usd-square::before{content:""}.fa-user::before{content:""}.fa-user-alien::before{content:""}.fa-user-alt::before{content:""}.fa-user-alt-slash::before{content:""}.fa-user-astronaut::before{content:""}.fa-user-beard-bolt::before{content:""}.fa-user-bounty-hunter::before{content:""}.fa-user-chart::before{content:""}.fa-user-check::before{content:""}.fa-user-chef::before{content:""}.fa-user-circle::before{content:""}.fa-user-clock::before{content:""}.fa-user-cog::before{content:""}.fa-user-construction::before{content:""}.fa-user-cowboy::before{content:""}.fa-user-crown::before{content:""}.fa-user-doctor::before{content:""}.fa-user-doctor-hair::before{content:""}.fa-user-doctor-hair-long::before{content:""}.fa-user-doctor-message::before{content:""}.fa-user-edit::before{content:""}.fa-user-friends::before{content:""}.fa-user-gear::before{content:""}.fa-user-graduate::before{content:""}.fa-user-group::before{content:""}.fa-user-group-crown::before{content:""}.fa-user-group-simple::before{content:""}.fa-user-hair::before{content:""}.fa-user-hair-buns::before{content:""}.fa-user-hair-long::before{content:""}.fa-user-hair-mullet::before{content:""}.fa-user-hard-hat::before{content:""}.fa-user-headset::before{content:""}.fa-user-helmet-safety::before{content:""}.fa-user-hoodie::before{content:""}.fa-user-injured::before{content:""}.fa-user-large::before{content:""}.fa-user-large-slash::before{content:""}.fa-user-lock::before{content:""}.fa-user-magnifying-glass::before{content:""}.fa-user-md::before{content:""}.fa-user-md-chat::before{content:""}.fa-user-minus::before{content:""}.fa-user-music::before{content:""}.fa-user-ninja::before{content:""}.fa-user-nurse::before{content:""}.fa-user-nurse-hair::before{content:""}.fa-user-nurse-hair-long::before{content:""}.fa-user-pen::before{content:""}.fa-user-pilot::before{content:""}.fa-user-pilot-tie::before{content:""}.fa-user-plus::before{content:""}.fa-user-police::before{content:""}.fa-user-police-tie::before{content:""}.fa-user-robot::before{content:""}.fa-user-robot-xmarks::before{content:""}.fa-user-secret::before{content:""}.fa-user-shakespeare::before{content:""}.fa-user-shield::before{content:""}.fa-user-slash::before{content:""}.fa-user-tag::before{content:""}.fa-user-tie::before{content:""}.fa-user-tie-hair::before{content:""}.fa-user-tie-hair-long::before{content:""}.fa-user-times::before{content:""}.fa-user-unlock::before{content:""}.fa-user-visor::before{content:""}.fa-user-vneck::before{content:""}.fa-user-vneck-hair::before{content:""}.fa-user-vneck-hair-long::before{content:""}.fa-user-xmark::before{content:""}.fa-users::before{content:""}.fa-users-between-lines::before{content:""}.fa-users-class::before{content:""}.fa-users-cog::before{content:""}.fa-users-crown::before{content:""}.fa-users-gear::before{content:""}.fa-users-line::before{content:""}.fa-users-medical::before{content:""}.fa-users-rays::before{content:""}.fa-users-rectangle::before{content:""}.fa-users-slash::before{content:""}.fa-users-viewfinder::before{content:""}.fa-utensil-fork::before{content:""}.fa-utensil-knife::before{content:""}.fa-utensil-spoon::before{content:""}.fa-utensils::before{content:""}.fa-utensils-alt::before{content:""}.fa-utensils-slash::before{content:""}.fa-utility-pole::before{content:""}.fa-utility-pole-double::before{content:""}.fa-v::before{content:"V"}.fa-vacuum::before{content:""}.fa-vacuum-robot::before{content:""}.fa-value-absolute::before{content:""}.fa-van-shuttle::before{content:""}.fa-vault::before{content:""}.fa-vcard::before{content:""}.fa-vector-circle::before{content:""}.fa-vector-polygon::before{content:""}.fa-vector-square::before{content:""}.fa-vent-damper::before{content:""}.fa-venus::before{content:""}.fa-venus-double::before{content:""}.fa-venus-mars::before{content:""}.fa-vest::before{content:""}.fa-vest-patches::before{content:""}.fa-vhs::before{content:""}.fa-vial::before{content:""}.fa-vial-circle-check::before{content:""}.fa-vial-virus::before{content:""}.fa-vials::before{content:""}.fa-video::before{content:""}.fa-video-arrow-down-left::before{content:""}.fa-video-arrow-up-right::before{content:""}.fa-video-camera::before{content:""}.fa-video-circle::before{content:""}.fa-video-handheld::before{content:""}.fa-video-plus::before{content:""}.fa-video-slash::before{content:""}.fa-vihara::before{content:""}.fa-violin::before{content:""}.fa-virus::before{content:""}.fa-virus-covid::before{content:""}.fa-virus-covid-slash::before{content:""}.fa-virus-slash::before{content:""}.fa-viruses::before{content:""}.fa-voicemail::before{content:""}.fa-volcano::before{content:""}.fa-volleyball-ball::before,.fa-volleyball::before{content:""}.fa-volume::before{content:""}.fa-volume-control-phone::before{content:""}.fa-volume-down::before{content:""}.fa-volume-high::before{content:""}.fa-volume-low::before{content:""}.fa-volume-medium::before{content:""}.fa-volume-mute::before{content:""}.fa-volume-off::before{content:""}.fa-volume-slash::before{content:""}.fa-volume-times::before{content:""}.fa-volume-up::before{content:""}.fa-volume-xmark::before{content:""}.fa-vote-nay::before{content:""}.fa-vote-yea::before{content:""}.fa-vr-cardboard::before{content:""}.fa-w::before{content:"W"}.fa-waffle::before{content:""}.fa-wagon-covered::before{content:""}.fa-walker::before{content:""}.fa-walkie-talkie::before{content:""}.fa-walking::before{content:""}.fa-wall-brick::before{content:""}.fa-wallet::before{content:""}.fa-wand::before{content:""}.fa-wand-magic::before{content:""}.fa-wand-magic-sparkles::before{content:""}.fa-wand-sparkles::before{content:""}.fa-warehouse::before{content:""}.fa-warehouse-alt::before,.fa-warehouse-full::before{content:""}.fa-warning::before{content:""}.fa-washer::before,.fa-washing-machine::before{content:""}.fa-watch::before{content:""}.fa-watch-apple::before{content:""}.fa-watch-calculator::before{content:""}.fa-watch-fitness::before{content:""}.fa-watch-smart::before{content:""}.fa-water::before{content:""}.fa-water-arrow-down::before{content:""}.fa-water-arrow-up::before{content:""}.fa-water-ladder::before{content:""}.fa-water-lower::before{content:""}.fa-water-rise::before{content:""}.fa-watermelon-slice::before{content:""}.fa-wave::before{content:""}.fa-wave-pulse::before{content:""}.fa-wave-sine::before{content:""}.fa-wave-square::before{content:""}.fa-wave-triangle::before{content:""}.fa-waveform::before{content:""}.fa-waveform-circle::before{content:""}.fa-waveform-lines::before,.fa-waveform-path::before{content:""}.fa-waves-sine::before{content:""}.fa-web-awesome::before{content:""}.fa-webcam::before{content:""}.fa-webcam-slash::before{content:""}.fa-webhook::before{content:""}.fa-weight::before{content:""}.fa-weight-hanging::before{content:""}.fa-weight-scale::before{content:""}.fa-whale::before{content:""}.fa-wheat::before{content:""}.fa-wheat-alt::before,.fa-wheat-awn::before{content:""}.fa-wheat-awn-circle-exclamation::before{content:""}.fa-wheat-awn-slash::before{content:""}.fa-wheat-slash::before{content:""}.fa-wheelchair::before{content:""}.fa-wheelchair-alt::before,.fa-wheelchair-move::before{content:""}.fa-whiskey-glass::before{content:""}.fa-whiskey-glass-ice::before{content:""}.fa-whistle::before{content:""}.fa-wifi::before{content:""}.fa-wifi-1::before{content:""}.fa-wifi-2::before{content:""}.fa-wifi-3::before{content:""}.fa-wifi-exclamation::before{content:""}.fa-wifi-fair::before{content:""}.fa-wifi-slash::before{content:""}.fa-wifi-strong::before{content:""}.fa-wifi-weak::before{content:""}.fa-wind::before{content:""}.fa-wind-circle-exclamation::before{content:""}.fa-wind-turbine::before{content:""}.fa-wind-warning::before{content:""}.fa-window::before{content:""}.fa-window-alt::before{content:""}.fa-window-close::before{content:""}.fa-window-flip::before{content:""}.fa-window-frame::before{content:""}.fa-window-frame-open::before{content:""}.fa-window-maximize::before{content:""}.fa-window-minimize::before{content:""}.fa-window-restore::before{content:""}.fa-windsock::before{content:""}.fa-wine-bottle::before{content:""}.fa-wine-glass::before{content:""}.fa-wine-glass-alt::before{content:""}.fa-wine-glass-crack::before{content:""}.fa-wine-glass-empty::before{content:""}.fa-won-sign::before,.fa-won::before{content:""}.fa-worm::before{content:""}.fa-wreath::before{content:""}.fa-wreath-laurel::before{content:""}.fa-wrench::before{content:""}.fa-wrench-simple::before{content:""}.fa-x::before{content:"X"}.fa-x-ray::before{content:""}.fa-xmark::before{content:""}.fa-xmark-circle::before{content:""}.fa-xmark-hexagon::before{content:""}.fa-xmark-large::before{content:""}.fa-xmark-octagon::before{content:""}.fa-xmark-square::before{content:""}.fa-xmark-to-slot::before{content:""}.fa-xmarks-lines::before{content:""}.fa-y::before{content:"Y"}.fa-yen-sign::before,.fa-yen::before{content:""}.fa-yin-yang::before{content:""}.fa-z::before{content:"Z"}.fa-zap::before{content:""}.fa-zzz::before{content:""}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0} :host,:root{--fa-style-family-brands:'Font Awesome 6 Brands';--fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands'}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//papeloro.com/wp-content/plugins/g5-core/assets/vendors/font-awesome/webfonts/fa-brands-400.woff2)format("woff2"),url(//papeloro.com/wp-content/plugins/g5-core/assets/vendors/font-awesome/webfonts/fa-brands-400.ttf)format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-pixiv:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-js-square:before,.fa-square-js:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-jxl:before{content:""}.fa-dart-lang:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-reddit-square:before,.fa-square-reddit:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-brave:before{content:""}.fa-sistrix:before{content:""}.fa-instagram-square:before,.fa-square-instagram:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:""}.fa-edge:before{content:""}.fa-threads:before{content:""}.fa-napster:before{content:""}.fa-snapchat-square:before,.fa-square-snapchat:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before,.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-opensuse:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-dribbble-square:before,.fa-square-dribbble:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-debian:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before,.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before,.fa-square-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before,.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-rendact:before,.fa-wpressr:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-square-letterboxd:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-shoelace:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before,.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before,.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-github-square:before,.fa-square-github:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-square-threads:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-google-scholar:before{content:""}.fa-gitlab-square:before,.fa-square-gitlab:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-pinterest-square:before,.fa-square-pinterest:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-signal-messenger:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-mintbit:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-brave-reverse:before{content:""}.fa-facebook-f:before{content:""}.fa-google-plus-square:before,.fa-square-google-plus:before{content:""}.fa-web-awesome:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before,.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-letterboxd:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-x-twitter:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before,.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-square-web-awesome-stroke:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-facebook-square:before,.fa-square-facebook:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-flutter:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-lastfm-square:before,.fa-square-lastfm:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-upwork:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-square-upwork:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-square-web-awesome:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before,.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-bluesky:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat-ghost:before,.fa-snapchat:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-behance-square:before,.fa-square-behance:before{content:""}.fa-supple:before{content:""}.fa-webflow:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-git-square:before,.fa-square-git:before{content:""}.fa-square-tumblr:before,.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram-plane:before,.fa-telegram:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack-hash:before,.fa-slack:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-square-x-twitter:before{content:""}.fa-reacteurope:before{content:""}.fa-medium-m:before,.fa-medium:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""} :host,:root{--fa-style-family-classic:'Font Awesome 6 Pro';--fa-font-light:normal 300 1em/1 'Font Awesome 6 Pro'}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url(//papeloro.com/wp-content/plugins/g5-core/assets/vendors/font-awesome/webfonts/fa-light-300.woff2)format("woff2"),url(//papeloro.com/wp-content/plugins/g5-core/assets/vendors/font-awesome/webfonts/fa-light-300.ttf)format("truetype")}.fa-light,.fal{font-weight:300} :host,:root{--fa-style-family-classic:'Font Awesome 6 Pro';--fa-font-regular:normal 400 1em/1 'Font Awesome 6 Pro'}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(//papeloro.com/wp-content/plugins/g5-core/assets/vendors/font-awesome/webfonts/fa-regular-400.woff2)format("woff2"),url(//papeloro.com/wp-content/plugins/g5-core/assets/vendors/font-awesome/webfonts/fa-regular-400.ttf)format("truetype")}.fa-regular,.far{font-weight:400} :host,:root{--fa-style-family-classic:'Font Awesome 6 Pro';--fa-font-solid:normal 900 1em/1 'Font Awesome 6 Pro'}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url(//papeloro.com/wp-content/plugins/g5-core/assets/vendors/font-awesome/webfonts/fa-solid-900.woff2)format("woff2"),url(//papeloro.com/wp-content/plugins/g5-core/assets/vendors/font-awesome/webfonts/fa-solid-900.ttf)format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:dashicons;src:url(//papeloro.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//papeloro.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url(//papeloro.com/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.cfvsw-swatches-container {
display: flex;
flex-flow: wrap;
padding: 0;
position: relative;
box-sizing: border-box;
grid-gap: 8px;
width: fit-content;
}
.cfvsw-swatches-container * {
box-sizing: border-box;
}
.cfvsw-swatches-option {
position: relative;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: 200ms;
transition: 200ms;
text-align: center;
white-space: nowrap;
line-height: 1.3;
cursor: pointer;
border: 1px solid #fff;
background: #fff;
padding: 1px;
user-select: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.cfvsw-label-option,
.cfvsw-image-option {
border: 1px solid #00000020;
}
.cfvsw-swatches-option .cfvsw-swatch-inner {
display: flex;
width: calc( 100% - 2px );
height: calc( 100% - 2px );
border-radius: inherit;
-webkit-transition: 200ms;
transition: 200ms;
align-items: center;
justify-content: center;
}
.cfvsw-swatches-option:not( .cfvsw-label-option, .cfvsw-image-option ) .cfvsw-swatch-inner {
border: 1px solid #00000020;
}
.cfvsw-swatches-option:not( .cfvsw-swatches-disabled, .cfvsw-swatches-out-of-stock ):hover {
border-color: var( --cfvsw-swatches-border-color-hover, #00000090 );
box-sizing: border-box;
}
.cfvsw-image-option {
background-repeat: no-repeat;
background-position: center;
}
.cfvsw-label-option {
font-size: var( --cfvsw-swatches-font-size, 12px );
border-width: var( --cfvsw-swatches-border-width, 1px );
padding: 5px 10px;
}
.cfvsw-selected-swatch {
border-color: var( --cfvsw-swatches-border-color, #000 ) !important;
border-width: var( --cfvsw-swatches-border-width, 1px );
box-sizing: border-box;
}
.cfvsw-swatches-hide,
.cfvsw-swatches-hide-disable {
display: none;
}
.cfvsw-hidden-select {
display: none !important;
}
.cfvsw-swatches-blur-disable::before,
.cfvsw-swatches-blur::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #fff;
opacity: 0.4;
-webkit-transition: all 200ms;
transition: all 200ms;
}
.cfvsw-swatches-blur-cross-disable::before,
.cfvsw-swatches-hide-disable::before,
.cfvsw-swatches-blur-cross::before {
font-family: Dashicons;
content: "\f335";
color: rgba( 204, 69, 69, 1 );
font-size: 1.8em;
-webkit-transition: all 200ms;
transition: all 200ms;
position: absolute;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: rgba( 255, 255, 255, 0.7 );
} .cfvsw-tooltip {
position: absolute;
min-width: 10px;
min-height: 10px;
width: max-content;
padding: 0.2em 0.5em;
content: "";
background: #000;
color: #fff;
border-radius: 5px;
font-size: 0.8em;
left: 50%;
transform: translateX( -50% ) translateY( -50% );
display: none;
border: 1px solid;
}
.cfvsw-tooltip::before {
content: "";
position: absolute;
width: 9px;
height: 9px;
bottom: -5px;
left: calc( 50% - 4px );
transform: rotate( 45deg );
background: #000;
border-top-left-radius: 10px;
z-index: -1;
border-right: 1px solid;
border-bottom: 1px solid;
}
.cfvsw-tooltip-preview {
min-width: 60px;
min-height: 60px;
display: block;
background-color: #fff;
background-position: center;
}
.cfvsw-tooltip-label {
padding: 0.1em;
display: flex;
justify-content: center;
font-size: var( --cfvsw-swatches-tooltip-font-size, 12px );
} table.cfvsw-shop-variations {
width: 100%;
}
table.cfvsw-shop-variations,
.cfvsw-shop-variations tbody,
.cfvsw-shop-variations td,
.cfvsw-shop-variations tr {
margin: 0;
padding: 3px 0;
border: 0;
}
.cfvsw-shop-variations td.label {
text-align: left;
}
.cfvsw-shop-variations tr td {
display: flex;
}
.cfvsw_shop_align_center table tr td {
justify-content: center;
}
.cfvsw_shop_align_right table tr td {
justify-content: flex-end;
}
.cfvsw-shop-variations .reset_variations {
display: none !important;
}
.cfvsw-shop-variations {
margin-bottom: auto;
padding: 0;
}
.cfvsw-shop-variations .cfvsw-swatches-container {
padding: 0;
}
.cfvsw-shop-variations,
.cfvsw-shop-variations td {
border: none;
}
.cfvsw-shop-variations .cfvsw-more-link {
font-size: 12px;
margin-left: 4px;
position: absolute;
left: 100%;
white-space: nowrap;
pointer-events: all;
}
.cfvsw-original-price,
.cfvsw-original-thumbnail {
display: none;
} .cfvsw-filters {
display: flex;
flex-wrap: wrap;
}
.cfvsw-filters li {
display: inline-flex;
}
.cfvsw-filters li a {
display: inline-flex;
align-items: center;
flex-direction: row-reverse;
outline: none;
}
.cfvsw-filters li.chosen a {
background-color: #eee;
margin: 0 0.2em;
border-radius: none;
padding: 2px 3px !important;
}
.cfvsw-filters li.chosen a::before {
font-family: Dashicons !important;
content: "\f158" !important;
display: inline-flex;
margin-right: 0.3em !important;
font-size: 15px;
color: #999 !important;
}
.cfvsw-filters li.chosen .cfvsw-swatches-container {
display: inline-flex;
}
.cfvsw-filters li .cfvsw-swatches-container .cfvsw-swatches-option {
margin: 3px;
} .cfvsw-product-container .cfvsw-swatches-option:first-child {
margin-left: 0;
}
.cfvsw-selected-label {
content: " : ";
font-weight: 300;
}
.cfvsw-selected-label::before {
content: " : ";
}
.cfvsw-label-none table.variations tr th.label {
display: none !important;
}
.cfvsw-label-inline table.variations td {
display: table-cell !important;
}
.cfvsw-product-page table.variations .label label {
font-size: var( --cfvsw-swatches-label-font-size, "inherit" );
} .theme-astra table.variations td.value {
padding: 5px 0 !important;
}
.theme-astra.cfvsw-product-page tr th.label {
padding-left: 0;
padding-top: 6px !important;
}
.theme-astra.cfvsw-label-stacked tr th.label {
padding-left: 0;
}
.theme-astra.cfvsw-label-stacked tr td.value {
padding: 6px 0 !important;
} .theme-twentytwentytwo.cfvsw-product-page:not( .cfvsw-label-stacked ) table.variations td.value .cfvsw-product-container {
display: inline-flex;
}
.theme-twentytwentytwo.cfvsw-label-stacked table.variations th,
.theme-twentytwentytwo.cfvsw-label-stacked table.variations td {
display: flex;
}
.theme-twentytwentytwo table.variations tr {
margin-bottom: 0.5rem !important;
} .theme-twentytwentyone.cfvsw-product-page:not( .cfvsw-label-stacked ) table.variations td.value .cfvsw-product-container {
display: inline-flex;
}
.theme-twentytwentyone.cfvsw-label-stacked table.variations th,
.theme-twentytwentyone.cfvsw-label-stacked table.variations td {
display: flex;
}
.theme-twentytwentyone table.variations tr {
margin-bottom: 0.5rem !important;
} .theme-twentytwenty table.variations {
overflow-y: auto;
}
.theme-twentytwenty.cfvsw-product-page:not( .cfvsw-label-stacked ) table.variations td.value .cfvsw-product-container {
display: inline-flex;
}
.cfvsw-label-stacked table.variations th,
.cfvsw-label-stacked table.variations td {
display: flex;
}