@layer defaults,tailwind-base,tailwind-components,custom,tailwind-utilities;.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-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-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.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(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-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}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"0"}.fa-1{--fa:"1"}.fa-2{--fa:"2"}.fa-3{--fa:"3"}.fa-4{--fa:"4"}.fa-5{--fa:"5"}.fa-6{--fa:"6"}.fa-7{--fa:"7"}.fa-8{--fa:"8"}.fa-9{--fa:"9"}.fa-fill-drip{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:""}.fa-at{--fa:"@"}.fa-trash-alt,.fa-trash-can{--fa:""}.fa-text-height{--fa:""}.fa-user-times,.fa-user-xmark{--fa:""}.fa-stethoscope{--fa:""}.fa-comment-alt,.fa-message{--fa:""}.fa-info{--fa:""}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:""}.fa-explosion{--fa:""}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:""}.fa-wave-square{--fa:""}.fa-ring{--fa:""}.fa-building-un{--fa:""}.fa-dice-three{--fa:""}.fa-calendar-alt,.fa-calendar-days{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-volleyball,.fa-volleyball-ball{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-sort-desc,.fa-sort-down{--fa:""}.fa-circle-minus,.fa-minus-circle{--fa:""}.fa-door-open{--fa:""}.fa-right-from-bracket,.fa-sign-out-alt{--fa:""}.fa-atom{--fa:""}.fa-soap{--fa:""}.fa-heart-music-camera-bolt,.fa-icons{--fa:""}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-pump-medical{--fa:""}.fa-fingerprint{--fa:""}.fa-hand-point-right{--fa:""}.fa-magnifying-glass-location,.fa-search-location{--fa:""}.fa-forward-step,.fa-step-forward{--fa:""}.fa-face-smile-beam,.fa-smile-beam{--fa:""}.fa-flag-checkered{--fa:""}.fa-football,.fa-football-ball{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-crop{--fa:""}.fa-angle-double-down,.fa-angles-down{--fa:""}.fa-users-rectangle{--fa:""}.fa-people-roof{--fa:""}.fa-people-line{--fa:""}.fa-beer,.fa-beer-mug-empty{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-arrow-up-long,.fa-long-arrow-up{--fa:""}.fa-burn,.fa-fire-flame-simple{--fa:""}.fa-male,.fa-person{--fa:""}.fa-laptop{--fa:""}.fa-file-csv{--fa:""}.fa-menorah{--fa:""}.fa-truck-plane{--fa:""}.fa-record-vinyl{--fa:""}.fa-face-grin-stars,.fa-grin-stars{--fa:""}.fa-bong{--fa:""}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-spoon,.fa-utensil-spoon{--fa:""}.fa-jar-wheat{--fa:""}.fa-envelopes-bulk,.fa-mail-bulk{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-circle-h,.fa-hospital-symbol{--fa:""}.fa-pager{--fa:""}.fa-address-book,.fa-contact-book{--fa:""}.fa-strikethrough{--fa:""}.fa-k{--fa:"K"}.fa-landmark-flag{--fa:""}.fa-pencil,.fa-pencil-alt{--fa:""}.fa-backward{--fa:""}.fa-caret-right{--fa:""}.fa-comments{--fa:""}.fa-file-clipboard,.fa-paste{--fa:""}.fa-code-pull-request{--fa:""}.fa-clipboard-list{--fa:""}.fa-truck-loading,.fa-truck-ramp-box{--fa:""}.fa-user-check{--fa:""}.fa-vial-virus{--fa:""}.fa-sheet-plastic{--fa:""}.fa-blog{--fa:""}.fa-user-ninja{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-scroll-torah,.fa-torah{--fa:""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:""}.fa-toggle-off{--fa:""}.fa-archive,.fa-box-archive{--fa:""}.fa-person-drowning{--fa:""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:""}.fa-spray-can{--fa:""}.fa-truck-monster{--fa:""}.fa-w{--fa:"W"}.fa-earth-africa,.fa-globe-africa{--fa:""}.fa-rainbow{--fa:""}.fa-circle-notch{--fa:""}.fa-tablet-alt,.fa-tablet-screen-button{--fa:""}.fa-paw{--fa:""}.fa-cloud{--fa:""}.fa-trowel-bricks{--fa:""}.fa-face-flushed,.fa-flushed{--fa:""}.fa-hospital-user{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-gavel,.fa-legal{--fa:""}.fa-binoculars{--fa:""}.fa-microphone-slash{--fa:""}.fa-box-tissue{--fa:""}.fa-motorcycle{--fa:""}.fa-bell-concierge,.fa-concierge-bell{--fa:""}.fa-pen-ruler,.fa-pencil-ruler{--fa:""}.fa-people-arrows,.fa-people-arrows-left-right{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-caret-square-right,.fa-square-caret-right{--fa:""}.fa-cut,.fa-scissors{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-toilets-portable{--fa:""}.fa-hockey-puck{--fa:""}.fa-table{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-digital-tachograph,.fa-tachograph-digital{--fa:""}.fa-users-slash{--fa:""}.fa-clover{--fa:""}.fa-mail-reply,.fa-reply{--fa:""}.fa-star-and-crescent{--fa:""}.fa-house-fire{--fa:""}.fa-minus-square,.fa-square-minus{--fa:""}.fa-helicopter{--fa:""}.fa-compass{--fa:""}.fa-caret-square-down,.fa-square-caret-down{--fa:""}.fa-file-circle-question{--fa:""}.fa-laptop-code{--fa:""}.fa-swatchbook{--fa:""}.fa-prescription-bottle{--fa:""}.fa-bars,.fa-navicon{--fa:""}.fa-people-group{--fa:""}.fa-hourglass-3,.fa-hourglass-end{--fa:""}.fa-heart-broken,.fa-heart-crack{--fa:""}.fa-external-link-square-alt,.fa-square-up-right{--fa:""}.fa-face-kiss-beam,.fa-kiss-beam{--fa:""}.fa-film{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-people-robbery{--fa:""}.fa-lightbulb{--fa:""}.fa-caret-left{--fa:""}.fa-circle-exclamation,.fa-exclamation-circle{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:""}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:""}.fa-unlock-alt,.fa-unlock-keyhole{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-headphones-alt,.fa-headphones-simple{--fa:""}.fa-sitemap{--fa:""}.fa-circle-dollar-to-slot,.fa-donate{--fa:""}.fa-memory{--fa:""}.fa-road-spikes{--fa:""}.fa-fire-burner{--fa:""}.fa-flag{--fa:""}.fa-hanukiah{--fa:""}.fa-feather{--fa:""}.fa-volume-down,.fa-volume-low{--fa:""}.fa-comment-slash{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-compress{--fa:""}.fa-wheat-alt,.fa-wheat-awn{--fa:""}.fa-ankh{--fa:""}.fa-hands-holding-child{--fa:""}.fa-asterisk{--fa:"*"}.fa-check-square,.fa-square-check{--fa:""}.fa-peseta-sign{--fa:""}.fa-header,.fa-heading{--fa:""}.fa-ghost{--fa:""}.fa-list,.fa-list-squares{--fa:""}.fa-phone-square-alt,.fa-square-phone-flip{--fa:""}.fa-cart-plus{--fa:""}.fa-gamepad{--fa:""}.fa-circle-dot,.fa-dot-circle{--fa:""}.fa-dizzy,.fa-face-dizzy{--fa:""}.fa-egg{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-campground{--fa:""}.fa-folder-plus{--fa:""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:""}.fa-paint-brush,.fa-paintbrush{--fa:""}.fa-lock{--fa:""}.fa-gas-pump{--fa:""}.fa-hot-tub,.fa-hot-tub-person{--fa:""}.fa-map-location,.fa-map-marked{--fa:""}.fa-house-flood-water{--fa:""}.fa-tree{--fa:""}.fa-bridge-lock{--fa:""}.fa-sack-dollar{--fa:""}.fa-edit,.fa-pen-to-square{--fa:""}.fa-car-side{--fa:""}.fa-share-alt,.fa-share-nodes{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-hourglass-2,.fa-hourglass-half{--fa:""}.fa-microscope{--fa:""}.fa-sink{--fa:""}.fa-bag-shopping,.fa-shopping-bag{--fa:""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:""}.fa-mitten{--fa:""}.fa-person-rays{--fa:""}.fa-users{--fa:""}.fa-eye-slash{--fa:""}.fa-flask-vial{--fa:""}.fa-hand,.fa-hand-paper{--fa:""}.fa-om{--fa:""}.fa-worm{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-plug{--fa:""}.fa-chevron-up{--fa:""}.fa-hand-spock{--fa:""}.fa-stopwatch{--fa:""}.fa-face-kiss,.fa-kiss{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-face-grin-tongue,.fa-grin-tongue{--fa:""}.fa-chess-bishop{--fa:""}.fa-face-grin-wink,.fa-grin-wink{--fa:""}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:""}.fa-road-circle-check{--fa:""}.fa-dice-five{--fa:""}.fa-rss-square,.fa-square-rss{--fa:""}.fa-land-mine-on{--fa:""}.fa-i-cursor{--fa:""}.fa-stamp{--fa:""}.fa-stairs{--fa:""}.fa-i{--fa:"I"}.fa-hryvnia,.fa-hryvnia-sign{--fa:""}.fa-pills{--fa:""}.fa-face-grin-wide,.fa-grin-alt{--fa:""}.fa-tooth{--fa:""}.fa-v{--fa:"V"}.fa-bangladeshi-taka-sign{--fa:""}.fa-bicycle{--fa:""}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-ambulance,.fa-truck-medical{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-snowman{--fa:""}.fa-mortar-pestle{--fa:""}.fa-road-barrier{--fa:""}.fa-school{--fa:""}.fa-igloo{--fa:""}.fa-joint{--fa:""}.fa-angle-right{--fa:""}.fa-horse{--fa:""}.fa-q{--fa:"Q"}.fa-g{--fa:"G"}.fa-notes-medical{--fa:""}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:""}.fa-dong-sign{--fa:""}.fa-capsules{--fa:""}.fa-poo-bolt,.fa-poo-storm{--fa:""}.fa-face-frown-open,.fa-frown-open{--fa:""}.fa-hand-point-up{--fa:""}.fa-money-bill{--fa:""}.fa-bookmark{--fa:""}.fa-align-justify{--fa:""}.fa-umbrella-beach{--fa:""}.fa-helmet-un{--fa:""}.fa-bullseye{--fa:""}.fa-bacon{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-folder,.fa-folder-blank{--fa:""}.fa-file-medical-alt,.fa-file-waveform{--fa:""}.fa-radiation{--fa:""}.fa-chart-simple{--fa:""}.fa-mars-stroke{--fa:""}.fa-vial{--fa:""}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:""}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:""}.fa-e{--fa:"E"}.fa-pen-alt,.fa-pen-clip{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-user{--fa:""}.fa-school-circle-check{--fa:""}.fa-dumpster{--fa:""}.fa-shuttle-van,.fa-van-shuttle{--fa:""}.fa-building-user{--fa:""}.fa-caret-square-left,.fa-square-caret-left{--fa:""}.fa-highlighter{--fa:""}.fa-key{--fa:""}.fa-bullhorn{--fa:""}.fa-globe{--fa:""}.fa-synagogue{--fa:""}.fa-person-half-dress{--fa:""}.fa-road-bridge{--fa:""}.fa-location-arrow{--fa:""}.fa-c{--fa:"C"}.fa-tablet-button{--fa:""}.fa-building-lock{--fa:""}.fa-pizza-slice{--fa:""}.fa-money-bill-wave{--fa:""}.fa-area-chart,.fa-chart-area{--fa:""}.fa-house-flag{--fa:""}.fa-person-circle-minus{--fa:""}.fa-ban,.fa-cancel{--fa:""}.fa-camera-rotate{--fa:""}.fa-air-freshener,.fa-spray-can-sparkles{--fa:""}.fa-star{--fa:""}.fa-repeat{--fa:""}.fa-cross{--fa:""}.fa-box{--fa:""}.fa-venus-mars{--fa:""}.fa-arrow-pointer,.fa-mouse-pointer{--fa:""}.fa-expand-arrows-alt,.fa-maximize{--fa:""}.fa-charging-station{--fa:""}.fa-shapes,.fa-triangle-circle-square{--fa:""}.fa-random,.fa-shuffle{--fa:""}.fa-person-running,.fa-running{--fa:""}.fa-mobile-retro{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-spider{--fa:""}.fa-hands-bound{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-x-ray{--fa:""}.fa-spell-check{--fa:""}.fa-slash{--fa:""}.fa-computer-mouse,.fa-mouse{--fa:""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:""}.fa-shop-slash,.fa-store-alt-slash{--fa:""}.fa-server{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-shop-lock{--fa:""}.fa-hourglass-1,.fa-hourglass-start{--fa:""}.fa-blender-phone{--fa:""}.fa-building-wheat{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-right-to-bracket,.fa-sign-in-alt{--fa:""}.fa-venus{--fa:""}.fa-passport{--fa:""}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:""}.fa-heart-pulse,.fa-heartbeat{--fa:""}.fa-people-carry,.fa-people-carry-box{--fa:""}.fa-temperature-high{--fa:""}.fa-microchip{--fa:""}.fa-crown{--fa:""}.fa-weight-hanging{--fa:""}.fa-xmarks-lines{--fa:""}.fa-file-prescription{--fa:""}.fa-weight,.fa-weight-scale{--fa:""}.fa-user-friends,.fa-user-group{--fa:""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:""}.fa-chess-knight{--fa:""}.fa-face-laugh-squint,.fa-laugh-squint{--fa:""}.fa-wheelchair{--fa:""}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:""}.fa-toggle-on{--fa:""}.fa-person-walking,.fa-walking{--fa:""}.fa-l{--fa:"L"}.fa-fire{--fa:""}.fa-bed-pulse,.fa-procedures{--fa:""}.fa-shuttle-space,.fa-space-shuttle{--fa:""}.fa-face-laugh,.fa-laugh{--fa:""}.fa-folder-open{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-code-fork{--fa:""}.fa-city{--fa:""}.fa-microphone-alt,.fa-microphone-lines{--fa:""}.fa-pepper-hot{--fa:""}.fa-unlock{--fa:""}.fa-colon-sign{--fa:""}.fa-headset{--fa:""}.fa-store-slash{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-user-minus{--fa:""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:""}.fa-champagne-glasses,.fa-glass-cheers{--fa:""}.fa-clipboard{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-file-arrow-up,.fa-file-upload{--fa:""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:""}.fa-bath,.fa-bathtub{--fa:""}.fa-underline{--fa:""}.fa-user-edit,.fa-user-pen{--fa:""}.fa-signature{--fa:""}.fa-stroopwafel{--fa:""}.fa-bold{--fa:""}.fa-anchor-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-manat-sign{--fa:""}.fa-not-equal{--fa:""}.fa-border-style,.fa-border-top-left{--fa:""}.fa-map-location-dot,.fa-map-marked-alt{--fa:""}.fa-jedi{--fa:""}.fa-poll,.fa-square-poll-vertical{--fa:""}.fa-mug-hot{--fa:""}.fa-battery-car,.fa-car-battery{--fa:""}.fa-gift{--fa:""}.fa-dice-two{--fa:""}.fa-chess-queen{--fa:""}.fa-glasses{--fa:""}.fa-chess-board{--fa:""}.fa-building-circle-check{--fa:""}.fa-person-chalkboard{--fa:""}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:""}.fa-hand-back-fist,.fa-hand-rock{--fa:""}.fa-caret-square-up,.fa-square-caret-up{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-bar-chart,.fa-chart-bar{--fa:""}.fa-hands-bubbles,.fa-hands-wash{--fa:""}.fa-less-than-equal{--fa:""}.fa-train{--fa:""}.fa-eye-low-vision,.fa-low-vision{--fa:""}.fa-crow{--fa:""}.fa-sailboat{--fa:""}.fa-window-restore{--fa:""}.fa-plus-square,.fa-square-plus{--fa:""}.fa-torii-gate{--fa:""}.fa-frog{--fa:""}.fa-bucket{--fa:""}.fa-image{--fa:""}.fa-microphone{--fa:""}.fa-cow{--fa:""}.fa-caret-up{--fa:""}.fa-screwdriver{--fa:""}.fa-folder-closed{--fa:""}.fa-house-tsunami{--fa:""}.fa-square-nfi{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-glass-martini-alt,.fa-martini-glass{--fa:""}.fa-square-binary{--fa:""}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:""}.fa-columns,.fa-table-columns{--fa:""}.fa-lemon{--fa:""}.fa-head-side-mask{--fa:""}.fa-handshake{--fa:""}.fa-gem{--fa:""}.fa-dolly,.fa-dolly-box{--fa:""}.fa-smoking{--fa:""}.fa-compress-arrows-alt,.fa-minimize{--fa:""}.fa-monument{--fa:""}.fa-snowplow{--fa:""}.fa-angle-double-right,.fa-angles-right{--fa:""}.fa-cannabis{--fa:""}.fa-circle-play,.fa-play-circle{--fa:""}.fa-tablets{--fa:""}.fa-ethernet{--fa:""}.fa-eur,.fa-euro,.fa-euro-sign{--fa:""}.fa-chair{--fa:""}.fa-check-circle,.fa-circle-check{--fa:""}.fa-circle-stop,.fa-stop-circle{--fa:""}.fa-compass-drafting,.fa-drafting-compass{--fa:""}.fa-plate-wheat{--fa:""}.fa-icicles{--fa:""}.fa-person-shelter{--fa:""}.fa-neuter{--fa:""}.fa-id-badge{--fa:""}.fa-marker{--fa:""}.fa-face-laugh-beam,.fa-laugh-beam{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-universal-access{--fa:""}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:""}.fa-lari-sign{--fa:""}.fa-volcano{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:""}.fa-viruses{--fa:""}.fa-square-person-confined{--fa:""}.fa-user-tie{--fa:""}.fa-arrow-down-long,.fa-long-arrow-down{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-certificate{--fa:""}.fa-mail-reply-all,.fa-reply-all{--fa:""}.fa-suitcase{--fa:""}.fa-person-skating,.fa-skating{--fa:""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:""}.fa-camera-retro{--fa:""}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:""}.fa-arrow-right-to-file,.fa-file-import{--fa:""}.fa-external-link-square,.fa-square-arrow-up-right{--fa:""}.fa-box-open{--fa:""}.fa-scroll{--fa:""}.fa-spa{--fa:""}.fa-location-pin-lock{--fa:""}.fa-pause{--fa:""}.fa-hill-avalanche{--fa:""}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:""}.fa-bomb{--fa:""}.fa-registered{--fa:""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:""}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:""}.fa-subscript{--fa:""}.fa-diamond-turn-right,.fa-directions{--fa:""}.fa-burst{--fa:""}.fa-house-laptop,.fa-laptop-house{--fa:""}.fa-face-tired,.fa-tired{--fa:""}.fa-money-bills{--fa:""}.fa-smog{--fa:""}.fa-crutch{--fa:""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:""}.fa-palette{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-vest{--fa:""}.fa-ferry{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-seedling,.fa-sprout{--fa:""}.fa-arrows-alt-h,.fa-left-right{--fa:""}.fa-boxes-packing{--fa:""}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-bowl-food{--fa:""}.fa-candy-cane{--fa:""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:""}.fa-cloud-bolt,.fa-thunderstorm{--fa:""}.fa-remove-format,.fa-text-slash{--fa:""}.fa-face-smile-wink,.fa-smile-wink{--fa:""}.fa-file-word{--fa:""}.fa-file-powerpoint{--fa:""}.fa-arrows-h,.fa-arrows-left-right{--fa:""}.fa-house-lock{--fa:""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:""}.fa-children{--fa:""}.fa-blackboard,.fa-chalkboard{--fa:""}.fa-user-alt-slash,.fa-user-large-slash{--fa:""}.fa-envelope-open{--fa:""}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:""}.fa-mattress-pillow{--fa:""}.fa-guarani-sign{--fa:""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-greater-than-equal{--fa:""}.fa-shield-alt,.fa-shield-halved{--fa:""}.fa-atlas,.fa-book-atlas{--fa:""}.fa-virus{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-layer-group{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-archway{--fa:""}.fa-heart-circle-check{--fa:""}.fa-house-chimney-crack,.fa-house-damage{--fa:""}.fa-file-archive,.fa-file-zipper{--fa:""}.fa-square{--fa:""}.fa-glass-martini,.fa-martini-glass-empty{--fa:""}.fa-couch{--fa:""}.fa-cedi-sign{--fa:""}.fa-italic{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-church{--fa:""}.fa-comments-dollar{--fa:""}.fa-democrat{--fa:""}.fa-z{--fa:"Z"}.fa-person-skiing,.fa-skiing{--fa:""}.fa-road-lock{--fa:""}.fa-a{--fa:"A"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:""}.fa-feather-alt,.fa-feather-pointed{--fa:""}.fa-p{--fa:"P"}.fa-snowflake{--fa:""}.fa-newspaper{--fa:""}.fa-ad,.fa-rectangle-ad{--fa:""}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-locust{--fa:""}.fa-sort,.fa-unsorted{--fa:""}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:""}.fa-person-dress-burst{--fa:""}.fa-money-check-alt,.fa-money-check-dollar{--fa:""}.fa-vector-square{--fa:""}.fa-bread-slice{--fa:""}.fa-language{--fa:""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:""}.fa-filter{--fa:""}.fa-question{--fa:"?"}.fa-file-signature{--fa:""}.fa-arrows-alt,.fa-up-down-left-right{--fa:""}.fa-house-chimney-user{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-puzzle-piece{--fa:""}.fa-money-check{--fa:""}.fa-star-half-alt,.fa-star-half-stroke{--fa:""}.fa-code{--fa:""}.fa-glass-whiskey,.fa-whiskey-glass{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-arrow-up-right-from-square,.fa-external-link{--fa:""}.fa-cubes-stacked{--fa:""}.fa-krw,.fa-won,.fa-won-sign{--fa:""}.fa-virus-covid{--fa:""}.fa-austral-sign{--fa:""}.fa-f{--fa:"F"}.fa-leaf{--fa:""}.fa-road{--fa:""}.fa-cab,.fa-taxi{--fa:""}.fa-person-circle-plus{--fa:""}.fa-chart-pie,.fa-pie-chart{--fa:""}.fa-bolt-lightning{--fa:""}.fa-sack-xmark{--fa:""}.fa-file-excel{--fa:""}.fa-file-contract{--fa:""}.fa-fish-fins{--fa:""}.fa-building-flag{--fa:""}.fa-face-grin-beam,.fa-grin-beam{--fa:""}.fa-object-ungroup{--fa:""}.fa-poop{--fa:""}.fa-location-pin,.fa-map-marker{--fa:""}.fa-kaaba{--fa:""}.fa-toilet-paper{--fa:""}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:""}.fa-eject{--fa:""}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:""}.fa-plane-circle-check{--fa:""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:""}.fa-object-group{--fa:""}.fa-chart-line,.fa-line-chart{--fa:""}.fa-mask-ventilator{--fa:""}.fa-arrow-right{--fa:""}.fa-map-signs,.fa-signs-post{--fa:""}.fa-cash-register{--fa:""}.fa-person-circle-question{--fa:""}.fa-h{--fa:"H"}.fa-tarp{--fa:""}.fa-screwdriver-wrench,.fa-tools{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-heart{--fa:""}.fa-mars-and-venus{--fa:""}.fa-home-user,.fa-house-user{--fa:""}.fa-dumpster-fire{--fa:""}.fa-house-crack{--fa:""}.fa-cocktail,.fa-martini-glass-citrus{--fa:""}.fa-face-surprise,.fa-surprise{--fa:""}.fa-bottle-water{--fa:""}.fa-circle-pause,.fa-pause-circle{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-apple-alt,.fa-apple-whole{--fa:""}.fa-kitchen-set{--fa:""}.fa-r{--fa:"R"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:""}.fa-cube{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-shield-dog{--fa:""}.fa-solar-panel{--fa:""}.fa-lock-open{--fa:""}.fa-elevator{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-poll-h,.fa-square-poll-horizontal{--fa:""}.fa-circle{--fa:""}.fa-backward-fast,.fa-fast-backward{--fa:""}.fa-recycle{--fa:""}.fa-user-astronaut{--fa:""}.fa-plane-slash{--fa:""}.fa-trademark{--fa:""}.fa-basketball,.fa-basketball-ball{--fa:""}.fa-satellite-dish{--fa:""}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:""}.fa-mobile-alt,.fa-mobile-screen-button{--fa:""}.fa-volume-high,.fa-volume-up{--fa:""}.fa-users-rays{--fa:""}.fa-wallet{--fa:""}.fa-clipboard-check{--fa:""}.fa-file-audio{--fa:""}.fa-burger,.fa-hamburger{--fa:""}.fa-wrench{--fa:""}.fa-bugs{--fa:""}.fa-rupee,.fa-rupee-sign{--fa:""}.fa-file-image{--fa:""}.fa-circle-question,.fa-question-circle{--fa:""}.fa-plane-departure{--fa:""}.fa-handshake-slash{--fa:""}.fa-book-bookmark{--fa:""}.fa-code-branch{--fa:""}.fa-hat-cowboy{--fa:""}.fa-bridge{--fa:""}.fa-phone-alt,.fa-phone-flip{--fa:""}.fa-truck-front{--fa:""}.fa-cat{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-truck-field{--fa:""}.fa-route{--fa:""}.fa-clipboard-question{--fa:""}.fa-panorama{--fa:""}.fa-comment-medical{--fa:""}.fa-teeth-open{--fa:""}.fa-file-circle-minus{--fa:""}.fa-tags{--fa:""}.fa-wine-glass{--fa:""}.fa-fast-forward,.fa-forward-fast{--fa:""}.fa-face-meh-blank,.fa-meh-blank{--fa:""}.fa-parking,.fa-square-parking{--fa:""}.fa-house-signal{--fa:""}.fa-bars-progress,.fa-tasks-alt{--fa:""}.fa-faucet-drip{--fa:""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:""}.fa-ban-smoking,.fa-smoking-ban{--fa:""}.fa-terminal{--fa:""}.fa-mobile-button{--fa:""}.fa-house-medical-flag{--fa:""}.fa-basket-shopping,.fa-shopping-basket{--fa:""}.fa-tape{--fa:""}.fa-bus-alt,.fa-bus-simple{--fa:""}.fa-eye{--fa:""}.fa-face-sad-cry,.fa-sad-cry{--fa:""}.fa-audio-description{--fa:""}.fa-person-military-to-person{--fa:""}.fa-file-shield{--fa:""}.fa-user-slash{--fa:""}.fa-pen{--fa:""}.fa-tower-observation{--fa:""}.fa-file-code{--fa:""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:""}.fa-bus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-home-lg,.fa-house-chimney{--fa:""}.fa-window-maximize{--fa:""}.fa-face-frown,.fa-frown{--fa:""}.fa-prescription{--fa:""}.fa-shop,.fa-store-alt{--fa:""}.fa-floppy-disk,.fa-save{--fa:""}.fa-vihara{--fa:""}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:""}.fa-sort-asc,.fa-sort-up{--fa:""}.fa-comment-dots,.fa-commenting{--fa:""}.fa-plant-wilt{--fa:""}.fa-diamond{--fa:""}.fa-face-grin-squint,.fa-grin-squint{--fa:""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:""}.fa-chart-diagram{--fa:""}.fa-bacterium{--fa:""}.fa-hand-pointer{--fa:""}.fa-drum-steelpan{--fa:""}.fa-hand-scissors{--fa:""}.fa-hands-praying,.fa-praying-hands{--fa:""}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:""}.fa-biohazard{--fa:""}.fa-location,.fa-location-crosshairs{--fa:""}.fa-mars-double{--fa:""}.fa-child-dress{--fa:""}.fa-users-between-lines{--fa:""}.fa-lungs-virus{--fa:""}.fa-face-grin-tears,.fa-grin-tears{--fa:""}.fa-phone{--fa:""}.fa-calendar-times,.fa-calendar-xmark{--fa:""}.fa-child-reaching{--fa:""}.fa-head-side-virus{--fa:""}.fa-user-cog,.fa-user-gear{--fa:""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:""}.fa-door-closed{--fa:""}.fa-shield-virus{--fa:""}.fa-dice-six{--fa:""}.fa-mosquito-net{--fa:""}.fa-file-fragment{--fa:""}.fa-bridge-water{--fa:""}.fa-person-booth{--fa:""}.fa-text-width{--fa:""}.fa-hat-wizard{--fa:""}.fa-pen-fancy{--fa:""}.fa-digging,.fa-person-digging{--fa:""}.fa-trash{--fa:""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:""}.fa-book-medical{--fa:""}.fa-poo{--fa:""}.fa-quote-right,.fa-quote-right-alt{--fa:""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:""}.fa-cubes{--fa:""}.fa-divide{--fa:""}.fa-tenge,.fa-tenge-sign{--fa:""}.fa-headphones{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-clapping{--fa:""}.fa-republican{--fa:""}.fa-arrow-left{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-ruler{--fa:""}.fa-align-left{--fa:""}.fa-dice-d6{--fa:""}.fa-restroom{--fa:""}.fa-j{--fa:"J"}.fa-users-viewfinder{--fa:""}.fa-file-video{--fa:""}.fa-external-link-alt,.fa-up-right-from-square{--fa:""}.fa-table-cells,.fa-th{--fa:""}.fa-file-pdf{--fa:""}.fa-bible,.fa-book-bible{--fa:""}.fa-o{--fa:"O"}.fa-medkit,.fa-suitcase-medical{--fa:""}.fa-user-secret{--fa:""}.fa-otter{--fa:""}.fa-female,.fa-person-dress{--fa:""}.fa-comment-dollar{--fa:""}.fa-briefcase-clock,.fa-business-time{--fa:""}.fa-table-cells-large,.fa-th-large{--fa:""}.fa-book-tanakh,.fa-tanakh{--fa:""}.fa-phone-volume,.fa-volume-control-phone{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-clipboard-user{--fa:""}.fa-child{--fa:""}.fa-lira-sign{--fa:""}.fa-satellite{--fa:""}.fa-plane-lock{--fa:""}.fa-tag{--fa:""}.fa-comment{--fa:""}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:""}.fa-envelope{--fa:""}.fa-angle-double-up,.fa-angles-up{--fa:""}.fa-paperclip{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-ribbon{--fa:""}.fa-lungs{--fa:""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:""}.fa-litecoin-sign{--fa:""}.fa-border-none{--fa:""}.fa-circle-nodes{--fa:""}.fa-parachute-box{--fa:""}.fa-indent{--fa:""}.fa-truck-field-un{--fa:""}.fa-hourglass,.fa-hourglass-empty{--fa:""}.fa-mountain{--fa:""}.fa-user-doctor,.fa-user-md{--fa:""}.fa-circle-info,.fa-info-circle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-camera,.fa-camera-alt{--fa:""}.fa-square-virus{--fa:""}.fa-meteor{--fa:""}.fa-car-on{--fa:""}.fa-sleigh{--fa:""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:""}.fa-water{--fa:""}.fa-calendar-check{--fa:""}.fa-braille{--fa:""}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:""}.fa-landmark{--fa:""}.fa-truck{--fa:""}.fa-crosshairs{--fa:""}.fa-person-cane{--fa:""}.fa-tent{--fa:""}.fa-vest-patches{--fa:""}.fa-check-double{--fa:""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-cookie{--fa:""}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:""}.fa-hard-drive,.fa-hdd{--fa:""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:""}.fa-dumbbell{--fa:""}.fa-list-alt,.fa-rectangle-list{--fa:""}.fa-tarp-droplet{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:""}.fa-calendar-plus{--fa:""}.fa-plane-arrival{--fa:""}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:""}.fa-subway,.fa-train-subway{--fa:""}.fa-chart-gantt{--fa:""}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:""}.fa-crop-alt,.fa-crop-simple{--fa:""}.fa-money-bill-1,.fa-money-bill-alt{--fa:""}.fa-left-long,.fa-long-arrow-alt-left{--fa:""}.fa-dna{--fa:""}.fa-virus-slash{--fa:""}.fa-minus,.fa-subtract{--fa:""}.fa-chess{--fa:""}.fa-arrow-left-long,.fa-long-arrow-left{--fa:""}.fa-plug-circle-check{--fa:""}.fa-street-view{--fa:""}.fa-franc-sign{--fa:""}.fa-volume-off{--fa:""}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:""}.fa-cog,.fa-gear{--fa:""}.fa-droplet-slash,.fa-tint-slash{--fa:""}.fa-mosque{--fa:""}.fa-mosquito{--fa:""}.fa-star-of-david{--fa:""}.fa-person-military-rifle{--fa:""}.fa-cart-shopping,.fa-shopping-cart{--fa:""}.fa-vials{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-place-of-worship{--fa:""}.fa-grip-vertical{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-arrow-turn-up,.fa-level-up{--fa:""}.fa-u{--fa:"U"}.fa-square-root-alt,.fa-square-root-variable{--fa:""}.fa-clock,.fa-clock-four{--fa:""}.fa-backward-step,.fa-step-backward{--fa:""}.fa-pallet{--fa:""}.fa-faucet{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-s{--fa:"S"}.fa-timeline{--fa:""}.fa-keyboard{--fa:""}.fa-caret-down{--fa:""}.fa-clinic-medical,.fa-house-chimney-medical{--fa:""}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:""}.fa-mobile-android-alt,.fa-mobile-screen{--fa:""}.fa-plane-up{--fa:""}.fa-piggy-bank{--fa:""}.fa-battery-3,.fa-battery-half{--fa:""}.fa-mountain-city{--fa:""}.fa-coins{--fa:""}.fa-khanda{--fa:""}.fa-sliders,.fa-sliders-h{--fa:""}.fa-folder-tree{--fa:""}.fa-network-wired{--fa:""}.fa-map-pin{--fa:""}.fa-hamsa{--fa:""}.fa-cent-sign{--fa:""}.fa-flask{--fa:""}.fa-person-pregnant{--fa:""}.fa-wand-sparkles{--fa:""}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:""}.fa-ticket{--fa:""}.fa-power-off{--fa:""}.fa-long-arrow-alt-right,.fa-right-long{--fa:""}.fa-flag-usa{--fa:""}.fa-laptop-file{--fa:""}.fa-teletype,.fa-tty{--fa:""}.fa-diagram-next{--fa:""}.fa-person-rifle{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-closed-captioning{--fa:""}.fa-hiking,.fa-person-hiking{--fa:""}.fa-venus-double{--fa:""}.fa-images{--fa:""}.fa-calculator{--fa:""}.fa-people-pulling{--fa:""}.fa-n{--fa:"N"}.fa-cable-car,.fa-tram{--fa:""}.fa-cloud-rain{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-ship{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-download{--fa:""}.fa-face-grin,.fa-grin{--fa:""}.fa-backspace,.fa-delete-left{--fa:""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:""}.fa-file-circle-check{--fa:""}.fa-forward{--fa:""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:""}.fa-face-meh,.fa-meh{--fa:""}.fa-align-center{--fa:""}.fa-book-dead,.fa-book-skull{--fa:""}.fa-drivers-license,.fa-id-card{--fa:""}.fa-dedent,.fa-outdent{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:""}.fa-calendar-week{--fa:""}.fa-laptop-medical{--fa:""}.fa-b{--fa:"B"}.fa-file-medical{--fa:""}.fa-dice-one{--fa:""}.fa-kiwi-bird{--fa:""}.fa-arrow-right-arrow-left,.fa-exchange{--fa:""}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:""}.fa-cutlery,.fa-utensils{--fa:""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:""}.fa-mill-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-skull{--fa:""}.fa-broadcast-tower,.fa-tower-broadcast{--fa:""}.fa-truck-pickup{--fa:""}.fa-long-arrow-alt-up,.fa-up-long{--fa:""}.fa-stop{--fa:""}.fa-code-merge{--fa:""}.fa-upload{--fa:""}.fa-hurricane{--fa:""}.fa-mound{--fa:""}.fa-toilet-portable{--fa:""}.fa-compact-disc{--fa:""}.fa-file-arrow-down,.fa-file-download{--fa:""}.fa-caravan{--fa:""}.fa-shield-cat{--fa:""}.fa-bolt,.fa-zap{--fa:""}.fa-glass-water{--fa:""}.fa-oil-well{--fa:""}.fa-vault{--fa:""}.fa-mars{--fa:""}.fa-toilet{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:""}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:""}.fa-sun{--fa:""}.fa-guitar{--fa:""}.fa-face-laugh-wink,.fa-laugh-wink{--fa:""}.fa-horse-head{--fa:""}.fa-bore-hole{--fa:""}.fa-industry{--fa:""}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-florin-sign{--fa:""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:""}.fa-less-than{--fa:"<"}.fa-angle-down{--fa:""}.fa-car-tunnel{--fa:""}.fa-head-side-cough{--fa:""}.fa-grip-lines{--fa:""}.fa-thumbs-down{--fa:""}.fa-user-lock{--fa:""}.fa-arrow-right-long,.fa-long-arrow-right{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-ellipsis,.fa-ellipsis-h{--fa:""}.fa-chess-pawn{--fa:""}.fa-first-aid,.fa-kit-medical{--fa:""}.fa-person-through-window{--fa:""}.fa-toolbox{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-bug{--fa:""}.fa-credit-card,.fa-credit-card-alt{--fa:""}.fa-automobile,.fa-car{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-book-open-reader,.fa-book-reader{--fa:""}.fa-mountain-sun{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-dice-d20{--fa:""}.fa-truck-droplet{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-temperature-arrow-up,.fa-temperature-up{--fa:""}.fa-medal{--fa:""}.fa-bed{--fa:""}.fa-h-square,.fa-square-h{--fa:""}.fa-podcast{--fa:""}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:""}.fa-bell{--fa:""}.fa-superscript{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-star-of-life{--fa:""}.fa-phone-slash{--fa:""}.fa-paint-roller{--fa:""}.fa-hands-helping,.fa-handshake-angle{--fa:""}.fa-location-dot,.fa-map-marker-alt{--fa:""}.fa-file{--fa:""}.fa-greater-than{--fa:">"}.fa-person-swimming,.fa-swimmer{--fa:""}.fa-arrow-down{--fa:""}.fa-droplet,.fa-tint{--fa:""}.fa-eraser{--fa:""}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:""}.fa-person-burst{--fa:""}.fa-dove{--fa:""}.fa-battery-0,.fa-battery-empty{--fa:""}.fa-socks{--fa:""}.fa-inbox{--fa:""}.fa-section{--fa:""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:""}.fa-envelope-open-text{--fa:""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:""}.fa-wine-bottle{--fa:""}.fa-chess-rook{--fa:""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:""}.fa-dharmachakra{--fa:""}.fa-hotdog{--fa:""}.fa-blind,.fa-person-walking-with-cane{--fa:""}.fa-drum{--fa:""}.fa-ice-cream{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-fax{--fa:""}.fa-paragraph{--fa:""}.fa-check-to-slot,.fa-vote-yea{--fa:""}.fa-star-half{--fa:""}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:""}.fa-chain,.fa-link{--fa:""}.fa-assistive-listening-systems,.fa-ear-listen{--fa:""}.fa-tree-city{--fa:""}.fa-play{--fa:""}.fa-font{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-rupiah-sign{--fa:""}.fa-magnifying-glass,.fa-search{--fa:""}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:""}.fa-diagnoses,.fa-person-dots-from-line{--fa:""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:""}.fa-naira-sign{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-walkie-talkie{--fa:""}.fa-file-edit,.fa-file-pen{--fa:""}.fa-receipt{--fa:""}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-chevron-down{--fa:""}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:""}.fa-skull-crossbones{--fa:""}.fa-code-compare{--fa:""}.fa-list-dots,.fa-list-ul{--fa:""}.fa-school-lock{--fa:""}.fa-tower-cell{--fa:""}.fa-down-long,.fa-long-arrow-alt-down{--fa:""}.fa-ranking-star{--fa:""}.fa-chess-king{--fa:""}.fa-person-harassing{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-landmark-alt,.fa-landmark-dome{--fa:""}.fa-arrow-up{--fa:""}.fa-television,.fa-tv,.fa-tv-alt{--fa:""}.fa-shrimp{--fa:""}.fa-list-check,.fa-tasks{--fa:""}.fa-jug-detergent{--fa:""}.fa-circle-user,.fa-user-circle{--fa:""}.fa-user-shield{--fa:""}.fa-wind{--fa:""}.fa-car-burst,.fa-car-crash{--fa:""}.fa-y{--fa:"Y"}.fa-person-snowboarding,.fa-snowboarding{--fa:""}.fa-shipping-fast,.fa-truck-fast{--fa:""}.fa-fish{--fa:""}.fa-user-graduate{--fa:""}.fa-adjust,.fa-circle-half-stroke{--fa:""}.fa-clapperboard{--fa:""}.fa-circle-radiation,.fa-radiation-alt{--fa:""}.fa-baseball,.fa-baseball-ball{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-diagram-project,.fa-project-diagram{--fa:""}.fa-copy{--fa:""}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:""}.fa-hand-sparkles{--fa:""}.fa-grip,.fa-grip-horizontal{--fa:""}.fa-share-from-square,.fa-share-square{--fa:""}.fa-child-combatant,.fa-child-rifle{--fa:""}.fa-gun{--fa:""}.fa-phone-square,.fa-square-phone{--fa:""}.fa-add,.fa-plus{--fa:"+"}.fa-expand{--fa:""}.fa-computer{--fa:""}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:""}.fa-arrows,.fa-arrows-up-down-left-right{--fa:""}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:""}.fa-peso-sign{--fa:""}.fa-building-shield{--fa:""}.fa-baby{--fa:""}.fa-users-line{--fa:""}.fa-quote-left,.fa-quote-left-alt{--fa:""}.fa-tractor{--fa:""}.fa-trash-arrow-up,.fa-trash-restore{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-lines-leaning{--fa:""}.fa-ruler-combined{--fa:""}.fa-copyright{--fa:""}.fa-equals{--fa:"="}.fa-blender{--fa:""}.fa-teeth{--fa:""}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:""}.fa-map{--fa:""}.fa-rocket{--fa:""}.fa-photo-film,.fa-photo-video{--fa:""}.fa-folder-minus{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-store{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-sign,.fa-sign-hanging{--fa:""}.fa-bezier-curve{--fa:""}.fa-bell-slash{--fa:""}.fa-tablet,.fa-tablet-android{--fa:""}.fa-school-flag{--fa:""}.fa-fill{--fa:""}.fa-angle-up{--fa:""}.fa-drumstick-bite{--fa:""}.fa-holly-berry{--fa:""}.fa-chevron-left{--fa:""}.fa-bacteria{--fa:""}.fa-hand-lizard{--fa:""}.fa-notdef{--fa:""}.fa-disease{--fa:""}.fa-briefcase-medical{--fa:""}.fa-genderless{--fa:""}.fa-chevron-right{--fa:""}.fa-retweet{--fa:""}.fa-car-alt,.fa-car-rear{--fa:""}.fa-pump-soap{--fa:""}.fa-video-slash{--fa:""}.fa-battery-2,.fa-battery-quarter{--fa:""}.fa-radio{--fa:""}.fa-baby-carriage,.fa-carriage-baby{--fa:""}.fa-traffic-light{--fa:""}.fa-thermometer{--fa:""}.fa-vr-cardboard{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-percent,.fa-percentage{--fa:"%"}.fa-truck-moving{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-display{--fa:""}.fa-face-smile,.fa-smile{--fa:""}.fa-thumb-tack,.fa-thumbtack{--fa:""}.fa-trophy{--fa:""}.fa-person-praying,.fa-pray{--fa:""}.fa-hammer{--fa:""}.fa-hand-peace{--fa:""}.fa-rotate,.fa-sync-alt{--fa:""}.fa-spinner{--fa:""}.fa-robot{--fa:""}.fa-peace{--fa:""}.fa-cogs,.fa-gears{--fa:""}.fa-warehouse{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-splotch{--fa:""}.fa-face-grin-hearts,.fa-grin-hearts{--fa:""}.fa-dice-four{--fa:""}.fa-sim-card{--fa:""}.fa-transgender,.fa-transgender-alt{--fa:""}.fa-mercury{--fa:""}.fa-arrow-turn-down,.fa-level-down{--fa:""}.fa-person-falling-burst{--fa:""}.fa-award{--fa:""}.fa-ticket-alt,.fa-ticket-simple{--fa:""}.fa-building{--fa:""}.fa-angle-double-left,.fa-angles-left{--fa:""}.fa-qrcode{--fa:""}.fa-clock-rotate-left,.fa-history{--fa:""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:""}.fa-arrow-right-from-file,.fa-file-export{--fa:""}.fa-shield,.fa-shield-blank{--fa:""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:""}.fa-comment-nodes{--fa:""}.fa-house-medical{--fa:""}.fa-golf-ball,.fa-golf-ball-tee{--fa:""}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:""}.fa-house-chimney-window{--fa:""}.fa-pen-nib{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tents{--fa:""}.fa-magic,.fa-wand-magic{--fa:""}.fa-dog{--fa:""}.fa-carrot{--fa:""}.fa-moon{--fa:""}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:""}.fa-cheese{--fa:""}.fa-yin-yang{--fa:""}.fa-music{--fa:""}.fa-code-commit{--fa:""}.fa-temperature-low{--fa:""}.fa-biking,.fa-person-biking{--fa:""}.fa-broom{--fa:""}.fa-shield-heart{--fa:""}.fa-gopuram{--fa:""}.fa-earth-oceania,.fa-globe-oceania{--fa:""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:""}.fa-hashtag{--fa:"#"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:""}.fa-oil-can{--fa:""}.fa-t{--fa:"T"}.fa-hippo{--fa:""}.fa-chart-column{--fa:""}.fa-infinity{--fa:""}.fa-vial-circle-check{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-voicemail{--fa:""}.fa-fan{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-arrows-alt-v,.fa-up-down{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-calendar{--fa:""}.fa-trailer{--fa:""}.fa-bahai,.fa-haykal{--fa:""}.fa-sd-card{--fa:""}.fa-dragon{--fa:""}.fa-shoe-prints{--fa:""}.fa-circle-plus,.fa-plus-circle{--fa:""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:""}.fa-hand-holding{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:""}.fa-clone{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:""}.fa-fire-alt,.fa-fire-flame-curved{--fa:""}.fa-tornado{--fa:""}.fa-file-circle-plus{--fa:""}.fa-book-quran,.fa-quran{--fa:""}.fa-anchor{--fa:""}.fa-border-all{--fa:""}.fa-angry,.fa-face-angry{--fa:""}.fa-cookie-bite{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-feed,.fa-rss{--fa:""}.fa-draw-polygon{--fa:""}.fa-balance-scale,.fa-scale-balanced{--fa:""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:""}.fa-shower{--fa:""}.fa-desktop,.fa-desktop-alt{--fa:""}.fa-m{--fa:"M"}.fa-table-list,.fa-th-list{--fa:""}.fa-comment-sms,.fa-sms{--fa:""}.fa-book{--fa:""}.fa-user-plus{--fa:""}.fa-check{--fa:""}.fa-battery-4,.fa-battery-three-quarters{--fa:""}.fa-house-circle-check{--fa:""}.fa-angle-left{--fa:""}.fa-diagram-successor{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-fist-raised,.fa-hand-fist{--fa:""}.fa-cloud-moon{--fa:""}.fa-briefcase{--fa:""}.fa-person-falling{--fa:""}.fa-image-portrait,.fa-portrait{--fa:""}.fa-user-tag{--fa:""}.fa-rug{--fa:""}.fa-earth-europe,.fa-globe-europe{--fa:""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:""}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:""}.fa-baht-sign{--fa:""}.fa-book-open{--fa:""}.fa-book-journal-whills,.fa-journal-whills{--fa:""}.fa-handcuffs{--fa:""}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:""}.fa-database{--fa:""}.fa-mail-forward,.fa-share{--fa:""}.fa-bottle-droplet{--fa:""}.fa-mask-face{--fa:""}.fa-hill-rockslide{--fa:""}.fa-exchange-alt,.fa-right-left{--fa:""}.fa-paper-plane{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-dungeon{--fa:""}.fa-align-right{--fa:""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:""}.fa-life-ring{--fa:""}.fa-hands,.fa-sign-language,.fa-signing{--fa:""}.fa-calendar-day{--fa:""}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:""}.fa-arrows-up-down,.fa-arrows-v{--fa:""}.fa-face-grimace,.fa-grimace{--fa:""}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:""}.fa-level-down-alt,.fa-turn-down{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-envelope-square,.fa-square-envelope{--fa:""}.fa-dice{--fa:""}.fa-bowling-ball{--fa:""}.fa-brain{--fa:""}.fa-band-aid,.fa-bandage{--fa:""}.fa-calendar-minus{--fa:""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:""}.fa-gifts{--fa:""}.fa-hotel{--fa:""}.fa-earth-asia,.fa-globe-asia{--fa:""}.fa-id-card-alt,.fa-id-card-clip{--fa:""}.fa-magnifying-glass-plus,.fa-search-plus{--fa:""}.fa-thumbs-up{--fa:""}.fa-user-clock{--fa:""}.fa-allergies,.fa-hand-dots{--fa:""}.fa-file-invoice{--fa:""}.fa-window-minimize{--fa:""}.fa-coffee,.fa-mug-saucer{--fa:""}.fa-brush{--fa:""}.fa-file-half-dashed{--fa:""}.fa-mask{--fa:""}.fa-magnifying-glass-minus,.fa-search-minus{--fa:""}.fa-ruler-vertical{--fa:""}.fa-user-alt,.fa-user-large{--fa:""}.fa-train-tram{--fa:""}.fa-user-nurse{--fa:""}.fa-syringe{--fa:""}.fa-cloud-sun{--fa:""}.fa-stopwatch-20{--fa:""}.fa-square-full{--fa:""}.fa-magnet{--fa:""}.fa-jar{--fa:""}.fa-note-sticky,.fa-sticky-note{--fa:""}.fa-bug-slash{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-bone{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-user-injured{--fa:""}.fa-face-sad-tear,.fa-sad-tear{--fa:""}.fa-plane{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-exclamation{--fa:"!"}.fa-arrows-spin{--fa:""}.fa-print{--fa:""}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:""}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"$"}.fa-x{--fa:"X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:""}.fa-users-cog,.fa-users-gear{--fa:""}.fa-person-military-pointing{--fa:""}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:""}.fa-umbrella{--fa:""}.fa-trowel{--fa:""}.fa-d{--fa:"D"}.fa-stapler{--fa:""}.fa-masks-theater,.fa-theater-masks{--fa:""}.fa-kip-sign{--fa:""}.fa-hand-point-left{--fa:""}.fa-handshake-alt,.fa-handshake-simple{--fa:""}.fa-fighter-jet,.fa-jet-fighter{--fa:""}.fa-share-alt-square,.fa-square-share-nodes{--fa:""}.fa-barcode{--fa:""}.fa-plus-minus{--fa:""}.fa-video,.fa-video-camera{--fa:""}.fa-graduation-cap,.fa-mortar-board{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-person-circle-check{--fa:""}.fa-level-up-alt,.fa-turn-up{--fa:""}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.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(/build/assets/fa-brands-400-D_cYUPeE.woff2) format("woff2"),url(/build/assets/fa-brands-400-D1LuMI3I.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-js-square,.fa-square-js{--fa:""}.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""}.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-reddit-square,.fa-square-reddit{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-instagram-square,.fa-square-instagram{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-hacker-news-square,.fa-square-hacker-news{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-snapchat-square,.fa-square-snapchat{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo,.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-dribbble-square,.fa-square-dribbble{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter,.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter,.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube,.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-rendact,.fa-wpressr{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam,.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo,.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""}.fa-amazon-pay{--fa:""}.fa-github-square,.fa-square-github{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""}.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-gitlab-square,.fa-square-gitlab{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-pinterest-square,.fa-square-pinterest{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""}.fa-google-plus-square,.fa-square-google-plus{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing,.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group,.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-pied-piper-square,.fa-square-pied-piper{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-facebook-square,.fa-square-facebook{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-lastfm-square,.fa-square-lastfm{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""}.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""}.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk,.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat,.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-behance-square,.fa-square-behance{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-git-square,.fa-square-git{--fa:""}.fa-square-tumblr,.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""}.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""}.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram,.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp,.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack,.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium,.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/fa-regular-400-BjRzuEpd.woff2) format("woff2"),url(/build/assets/fa-regular-400-DZaxPHgR.ttf) format("truetype")}.fa-regular,.far{font-weight:400}/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/build/assets/fa-solid-900-CTAAxXor.woff2) format("woff2"),url(/build/assets/fa-solid-900-D0aA9rwL.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:isax-outline;src:url(/build/assets/isax-outline-BMIrEPxc.eot?yrgi94);src:url(/build/assets/isax-outline-BMIrEPxc.eot?yrgi94#iefix) format("embedded-opentype"),url(/build/assets/isax-outline-6HzwO1_7.ttf?yrgi94) format("truetype"),url(/build/assets/isax-outline-zoRhB_wC.woff?yrgi94) format("woff"),url(/build/assets/isax-outline-DZMIhlxe.svg?yrgi94#isax) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=isax-],[class*=" isax-"]{font-family:isax-outline!important}.isax-aave:before{content:""}.isax-activity:before{content:""}.isax-ada:before{content:""}.isax-add:before{content:""}.isax-add-circle:before{content:""}.isax-additem:before{content:""}.isax-add-square:before{content:""}.isax-airdrop:before{content:""}.isax-airplane:before{content:""}.isax-airplane-square:before{content:""}.isax-airpod:before{content:""}.isax-airpods:before{content:""}.isax-alarm:before{content:""}.isax-align-bottom:before{content:""}.isax-align-horizontally:before{content:""}.isax-align-left:before{content:""}.isax-align-right:before{content:""}.isax-align-vertically:before{content:""}.isax-android:before{content:""}.isax-ankr:before{content:""}.isax-apple:before{content:""}.isax-aquarius:before{content:""}.isax-archive:before{content:""}.isax-archive-1:before{content:""}.isax-archive-2:before{content:""}.isax-archive-add:before{content:""}.isax-archive-book:before{content:""}.isax-archive-minus:before{content:""}.isax-archive-slash:before{content:""}.isax-archive-tick:before{content:""}.isax-arrange-circle:before{content:""}.isax-arrange-circle-2:before{content:""}.isax-arrange-square:before{content:""}.isax-arrange-square-2:before{content:""}.isax-arrow:before{content:""}.isax-arrow-2:before{content:""}.isax-arrow-3:before{content:""}.isax-arrow-circle-down:before{content:""}.isax-arrow-circle-left:before{content:""}.isax-arrow-circle-right:before{content:""}.isax-arrow-circle-up:before{content:""}.isax-arrow-down:before{content:""}.isax-arrow-down-1:before{content:""}.isax-arrow-down-2:before{content:""}.isax-arrow-down-3:before{content:""}.isax-arrow-left:before{content:""}.isax-arrow-left-1:before{content:""}.isax-arrow-left-2:before{content:""}.isax-arrow-left-3:before{content:""}.isax-arrow-right:before{content:""}.isax-arrow-right-1:before{content:""}.isax-arrow-right-2:before{content:""}.isax-arrow-right-3:before{content:""}.isax-arrow-square:before{content:""}.isax-arrow-square-down:before{content:""}.isax-arrow-square-left:before{content:""}.isax-arrow-square-right:before{content:""}.isax-arrow-square-up:before{content:""}.isax-arrow-swap:before{content:""}.isax-arrow-swap-horizontal:before{content:""}.isax-arrow-up:before{content:""}.isax-arrow-up-1:before{content:""}.isax-arrow-up-2:before{content:""}.isax-arrow-up-3:before{content:""}.isax-attach-circle:before{content:""}.isax-attach-square:before{content:""}.isax-audio-square:before{content:""}.isax-autobrightness:before{content:""}.isax-avax:before{content:""}.isax-award:before{content:""}.isax-back-square:before{content:""}.isax-backward:before{content:""}.isax-backward-5-seconds:before{content:""}.isax-backward-10-seconds:before{content:""}.isax-backward-15-seconds:before{content:""}.isax-backward-item:before{content:""}.isax-bag:before{content:""}.isax-bag-2:before{content:""}.isax-bag-cross:before{content:""}.isax-bag-cross-1:before{content:""}.isax-bag-happy:before{content:""}.isax-bag-tick:before{content:""}.isax-bag-tick-2:before{content:""}.isax-bag-timer:before{content:""}.isax-bank:before{content:""}.isax-barcode:before{content:""}.isax-battery-3full:before{content:""}.isax-battery-charging:before{content:""}.isax-battery-disable:before{content:""}.isax-battery-empty:before{content:""}.isax-battery-empty-1:before{content:""}.isax-battery-full:before{content:""}.isax-be:before{content:""}.isax-bezier:before{content:""}.isax-bill:before{content:""}.isax-bitcoin-card:before{content:""}.isax-bitcoin-convert:before{content:""}.isax-bitcoin-refresh:before{content:""}.isax-blend:before{content:""}.isax-blend-2:before{content:""}.isax-blogger:before{content:""}.isax-bluetooth:before{content:""}.isax-bluetooth-2:before{content:""}.isax-bluetooth-circle:before{content:""}.isax-bluetooth-rectangle:before{content:""}.isax-blur:before{content:""}.isax-bnb:before{content:""}.isax-book:before{content:""}.isax-book-1:before{content:""}.isax-bookmark:before{content:""}.isax-bookmark-2:before{content:""}.isax-book-saved:before{content:""}.isax-book-square:before{content:""}.isax-bootstrap:before{content:""}.isax-box:before{content:""}.isax-box-1:before{content:""}.isax-box-2:before{content:""}.isax-box-add:before{content:""}.isax-box-remove:before{content:""}.isax-box-search:before{content:""}.isax-box-tick:before{content:""}.isax-box-time:before{content:""}.isax-briefcase:before{content:""}.isax-brifecase-cross:before{content:""}.isax-brifecase-tick:before{content:""}.isax-brifecase-timer:before{content:""}.isax-broom:before{content:""}.isax-brush:before{content:""}.isax-brush-1:before{content:""}.isax-brush-2:before{content:""}.isax-brush-3:before{content:""}.isax-brush-4:before{content:""}.isax-btc:before{content:""}.isax-bubble:before{content:""}.isax-bucket:before{content:""}.isax-bucket-circle:before{content:""}.isax-bucket-square:before{content:""}.isax-building:before{content:""}.isax-building-3:before{content:""}.isax-building-4:before{content:""}.isax-buildings:before{content:""}.isax-buildings-2:before{content:""}.isax-buliding:before{content:""}.isax-bus:before{content:""}.isax-busd:before{content:""}.isax-buy-crypto:before{content:""}.isax-cake:before{content:""}.isax-calculator:before{content:""}.isax-calendar:before{content:""}.isax-calendar-1:before{content:""}.isax-calendar-2:before{content:""}.isax-calendar-add:before{content:""}.isax-calendar-circle:before{content:""}.isax-calendar-edit:before{content:""}.isax-calendar-remove:before{content:""}.isax-calendar-search:before{content:""}.isax-calendar-tick:before{content:""}.isax-call:before{content:""}.isax-call-add:before{content:""}.isax-call-calling:before{content:""}.isax-call-incoming:before{content:""}.isax-call-minus:before{content:""}.isax-call-outgoing:before{content:""}.isax-call-received:before{content:""}.isax-call-remove:before{content:""}.isax-call-slash:before{content:""}.isax-camera:before{content:""}.isax-camera-slash:before{content:""}.isax-candle:before{content:""}.isax-candle-2:before{content:""}.isax-car:before{content:""}.isax-card:before{content:""}.isax-card-add:before{content:""}.isax-card-coin:before{content:""}.isax-card-edit:before{content:""}.isax-card-pos:before{content:""}.isax-card-receive:before{content:""}.isax-card-remove:before{content:""}.isax-card-remove-1:before{content:""}.isax-cards:before{content:""}.isax-card-send:before{content:""}.isax-card-slash:before{content:""}.isax-card-tick:before{content:""}.isax-card-tick-1:before{content:""}.isax-category:before{content:""}.isax-category-1:before{content:""}.isax-cd:before{content:""}.isax-cel:before{content:""}.isax-celo:before{content:""}.isax-chart:before{content:""}.isax-chart-1:before{content:""}.isax-chart-2:before{content:""}.isax-chart-3:before{content:""}.isax-chart-4:before{content:""}.isax-chart-5:before{content:""}.isax-chart-fail:before{content:""}.isax-chart-square:before{content:""}.isax-chart-success:before{content:""}.isax-check:before{content:""}.isax-chrome:before{content:""}.isax-clipboard:before{content:""}.isax-clipboard-close:before{content:""}.isax-clipboard-export:before{content:""}.isax-clipboard-import:before{content:""}.isax-clipboard-text:before{content:""}.isax-clipboard-tick:before{content:""}.isax-clock:before{content:""}.isax-clock-1:before{content:""}.isax-close-circle:before{content:""}.isax-close-square:before{content:""}.isax-cloud:before{content:""}.isax-cloud-add:before{content:""}.isax-cloud-change:before{content:""}.isax-cloud-connection:before{content:""}.isax-cloud-cross:before{content:""}.isax-cloud-drizzle:before{content:""}.isax-cloud-fog:before{content:""}.isax-cloud-lightning:before{content:""}.isax-cloud-minus:before{content:""}.isax-cloud-notify:before{content:""}.isax-cloud-plus:before{content:""}.isax-cloud-remove:before{content:""}.isax-cloud-snow:before{content:""}.isax-cloud-sunny:before{content:""}.isax-code:before{content:""}.isax-code-1:before{content:""}.isax-code-circle:before{content:""}.isax-coffee:before{content:""}.isax-coin:before{content:""}.isax-coin-1:before{content:""}.isax-colorfilter:before{content:""}.isax-colors-square:before{content:""}.isax-color-swatch:before{content:""}.isax-command:before{content:""}.isax-command-square:before{content:""}.isax-component:before{content:""}.isax-computing:before{content:""}.isax-convert:before{content:""}.isax-convert-3d-cube:before{content:""}.isax-convert-card:before{content:""}.isax-convertshape:before{content:""}.isax-convertshape-2:before{content:""}.isax-copy:before{content:""}.isax-copyright:before{content:""}.isax-copy-success:before{content:""}.isax-courthouse:before{content:""}.isax-cpu:before{content:""}.isax-cpu-charge:before{content:""}.isax-cpu-setting:before{content:""}.isax-creative-commons:before{content:""}.isax-crop:before{content:""}.isax-crown:before{content:""}.isax-crown-1:before{content:""}.isax-cube-3d:before{content:""}.isax-cube-scan-3d:before{content:""}.isax-cup:before{content:""}.isax-cvc:before{content:""}.isax-dai:before{content:""}.isax-danger:before{content:""}.isax-dash:before{content:""}.isax-data:before{content:""}.isax-data-1:before{content:""}.isax-dcr:before{content:""}.isax-dent:before{content:""}.isax-designtools:before{content:""}.isax-device-message:before{content:""}.isax-devices:before{content:""}.isax-devices-1:before{content:""}.isax-diagram:before{content:""}.isax-diamonds:before{content:""}.isax-direct:before{content:""}.isax-directbox-default:before{content:""}.isax-directbox-notify:before{content:""}.isax-directbox-receive:before{content:""}.isax-directbox-send:before{content:""}.isax-direct-down:before{content:""}.isax-direct-inbox:before{content:""}.isax-direct-left:before{content:""}.isax-direct-normal:before{content:""}.isax-direct-notification:before{content:""}.isax-direct-right:before{content:""}.isax-direct-send:before{content:""}.isax-direct-up:before{content:""}.isax-discount-circle:before{content:""}.isax-discount-shape:before{content:""}.isax-discover:before{content:""}.isax-discover-1:before{content:""}.isax-dislike:before{content:""}.isax-document:before{content:""}.isax-document-1:before{content:""}.isax-document-cloud:before{content:""}.isax-document-code:before{content:""}.isax-document-code-2:before{content:""}.isax-document-copy:before{content:""}.isax-document-download:before{content:""}.isax-document-favorite:before{content:""}.isax-document-filter:before{content:""}.isax-document-forward:before{content:""}.isax-document-like:before{content:""}.isax-document-normal:before{content:""}.isax-document-previous:before{content:""}.isax-document-sketch:before{content:""}.isax-document-text:before{content:""}.isax-document-text-1:before{content:""}.isax-document-upload:before{content:""}.isax-dollar-circle:before{content:""}.isax-dollar-square:before{content:""}.isax-dot:before{content:""}.isax-dribbble:before{content:""}.isax-driver:before{content:""}.isax-driver-2:before{content:""}.isax-driver-refresh:before{content:""}.isax-driving:before{content:""}.isax-drop:before{content:""}.isax-dropbox:before{content:""}.isax-earphones:before{content:""}.isax-edit:before{content:""}.isax-edit-2:before{content:""}.isax-ekt:before{content:""}.isax-electricity:before{content:""}.isax-element-1:before{content:""}.isax-element-2:before{content:""}.isax-element-3:before{content:""}.isax-element-4:before{content:""}.isax-element-equal:before{content:""}.isax-element-plus:before{content:""}.isax-emc:before{content:""}.isax-emoji-happy:before{content:""}.isax-emoji-normal:before{content:""}.isax-emoji-sad:before{content:""}.isax-empty-wallet:before{content:""}.isax-empty-wallet-add:before{content:""}.isax-empty-wallet-change:before{content:""}.isax-empty-wallet-remove:before{content:""}.isax-empty-wallet-tick:before{content:""}.isax-empty-wallet-time:before{content:""}.isax-enj:before{content:""}.isax-eos:before{content:""}.isax-eraser:before{content:""}.isax-eraser-1:before{content:""}.isax-etc:before{content:""}.isax-eth:before{content:""}.isax-export:before{content:""}.isax-export-1:before{content:""}.isax-export-2:before{content:""}.isax-export-3:before{content:""}.isax-external-drive:before{content:""}.isax-eye:before{content:""}.isax-eye-slash:before{content:""}.isax-facebook:before{content:""}.isax-fatrows:before{content:""}.isax-favorite-chart:before{content:""}.isax-figma:before{content:""}.isax-figma-1:before{content:""}.isax-filter:before{content:""}.isax-filter-add:before{content:""}.isax-filter-edit:before{content:""}.isax-filter-remove:before{content:""}.isax-filter-search:before{content:""}.isax-filter-square:before{content:""}.isax-filter-tick:before{content:""}.isax-finger-cricle:before{content:""}.isax-finger-scan:before{content:""}.isax-firstline:before{content:""}.isax-flag:before{content:""}.isax-flag-2:before{content:""}.isax-flash:before{content:""}.isax-flash-1:before{content:""}.isax-flash-circle:before{content:""}.isax-flash-circle-1:before{content:""}.isax-flash-slash:before{content:""}.isax-folder:before{content:""}.isax-folder-2:before{content:""}.isax-folder-add:before{content:""}.isax-folder-cloud:before{content:""}.isax-folder-connection:before{content:""}.isax-folder-cross:before{content:""}.isax-folder-favorite:before{content:""}.isax-folder-minus:before{content:""}.isax-folder-open:before{content:""}.isax-forbidden:before{content:""}.isax-forbidden-2:before{content:""}.isax-format-circle:before{content:""}.isax-format-square:before{content:""}.isax-forward:before{content:""}.isax-forward-5-seconds:before{content:""}.isax-forward-10-seconds:before{content:""}.isax-forward-15-seconds:before{content:""}.isax-forward-item:before{content:""}.isax-forward-square:before{content:""}.isax-framer:before{content:""}.isax-ftt:before{content:""}.isax-gallery:before{content:""}.isax-gallery-add:before{content:""}.isax-gallery-edit:before{content:""}.isax-gallery-export:before{content:""}.isax-gallery-favorite:before{content:""}.isax-gallery-import:before{content:""}.isax-gallery-remove:before{content:""}.isax-gallery-slash:before{content:""}.isax-gallery-tick:before{content:""}.isax-game:before{content:""}.isax-gameboy:before{content:""}.isax-gas-station:before{content:""}.isax-gemini:before{content:""}.isax-gemini-2:before{content:""}.isax-ghost:before{content:""}.isax-gift:before{content:""}.isax-glass:before{content:""}.isax-glass-1:before{content:""}.isax-global:before{content:""}.isax-global-edit:before{content:""}.isax-global-refresh:before{content:""}.isax-global-search:before{content:""}.isax-google:before{content:""}.isax-google-drive:before{content:""}.isax-google-play:before{content:""}.isax-gps:before{content:""}.isax-gps-slash:before{content:""}.isax-grammerly:before{content:""}.isax-graph:before{content:""}.isax-grid-1:before{content:""}.isax-grid-2:before{content:""}.isax-grid-3:before{content:""}.isax-grid-4:before{content:""}.isax-grid-5:before{content:""}.isax-grid-6:before{content:""}.isax-grid-7:before{content:""}.isax-grid-8:before{content:""}.isax-grid-9:before{content:""}.isax-grid-edit:before{content:""}.isax-grid-eraser:before{content:""}.isax-grid-lock:before{content:""}.isax-grt:before{content:""}.isax-happyemoji:before{content:""}.isax-hashtag:before{content:""}.isax-hashtag-1:before{content:""}.isax-hashtag-down:before{content:""}.isax-hashtag-up:before{content:""}.isax-headphone:before{content:""}.isax-health:before{content:""}.isax-heart:before{content:""}.isax-heart-add:before{content:""}.isax-heart-circle:before{content:""}.isax-heart-edit:before{content:""}.isax-heart-remove:before{content:""}.isax-heart-search:before{content:""}.isax-heart-slash:before{content:""}.isax-heart-tick:before{content:""}.isax-hex:before{content:""}.isax-hierarchy:before{content:""}.isax-hierarchy-2:before{content:""}.isax-hierarchy-3:before{content:""}.isax-hierarchy-square:before{content:""}.isax-hierarchy-square-2:before{content:""}.isax-hierarchy-square-3:before{content:""}.isax-home:before{content:""}.isax-home-1:before{content:""}.isax-home-2:before{content:""}.isax-home-hashtag:before{content:""}.isax-home-trend-down:before{content:""}.isax-home-trend-up:before{content:""}.isax-home-wifi:before{content:""}.isax-hospital:before{content:""}.isax-house:before{content:""}.isax-house-2:before{content:""}.isax-ht:before{content:""}.isax-html-3:before{content:""}.isax-html-5:before{content:""}.isax-icx:before{content:""}.isax-illustrator:before{content:""}.isax-image:before{content:""}.isax-import:before{content:""}.isax-import-1:before{content:""}.isax-import-2:before{content:""}.isax-import-3:before{content:""}.isax-info-circle:before{content:""}.isax-information:before{content:""}.isax-instagram:before{content:""}.isax-iost:before{content:""}.isax-javascript:before{content:""}.isax-js:before{content:""}.isax-judge:before{content:""}.isax-kanban:before{content:""}.isax-key:before{content:""}.isax-keyboard:before{content:""}.isax-keyboard-open:before{content:""}.isax-key-square:before{content:""}.isax-knc:before{content:""}.isax-lamp:before{content:""}.isax-lamp-1:before{content:""}.isax-lamp-charge:before{content:""}.isax-lamp-on:before{content:""}.isax-lamp-slash:before{content:""}.isax-language-circle:before{content:""}.isax-language-square:before{content:""}.isax-layer:before{content:""}.isax-level:before{content:""}.isax-lifebuoy:before{content:""}.isax-like:before{content:""}.isax-like-1:before{content:""}.isax-like-dislike:before{content:""}.isax-like-shapes:before{content:""}.isax-like-tag:before{content:""}.isax-link:before{content:""}.isax-link-1:before{content:""}.isax-link-2:before{content:""}.isax-link-3:before{content:""}.isax-link-circle:before{content:""}.isax-link-square:before{content:""}.isax-location:before{content:""}.isax-location-add:before{content:""}.isax-location-cross:before{content:""}.isax-location-minus:before{content:""}.isax-location-slash:before{content:""}.isax-location-tick:before{content:""}.isax-lock:before{content:""}.isax-lock-1:before{content:""}.isax-lock-circle:before{content:""}.isax-lock-slash:before{content:""}.isax-login:before{content:""}.isax-login-1:before{content:""}.isax-logout:before{content:""}.isax-logout-1:before{content:""}.isax-lovely:before{content:""}.isax-ltc:before{content:""}.isax-magicpen:before{content:""}.isax-magic-star:before{content:""}.isax-main-component:before{content:""}.isax-man:before{content:""}.isax-map:before{content:""}.isax-map-1:before{content:""}.isax-mask:before{content:""}.isax-mask-1:before{content:""}.isax-mask-2:before{content:""}.isax-math:before{content:""}.isax-matic:before{content:""}.isax-maximize:before{content:""}.isax-maximize-1:before{content:""}.isax-maximize-2:before{content:""}.isax-maximize-3:before{content:""}.isax-maximize-4:before{content:""}.isax-maximize-5:before{content:""}.isax-maximize-circle:before{content:""}.isax-medal:before{content:""}.isax-medal-star:before{content:""}.isax-menu:before{content:""}.isax-menu-1:before{content:""}.isax-menu-board:before{content:""}.isax-message:before{content:""}.isax-message-2:before{content:""}.isax-message-add:before{content:""}.isax-message-add-1:before{content:""}.isax-message-circle:before{content:""}.isax-message-edit:before{content:""}.isax-message-favorite:before{content:""}.isax-message-minus:before{content:""}.isax-message-notify:before{content:""}.isax-message-programming:before{content:""}.isax-message-question:before{content:""}.isax-message-remove:before{content:""}.isax-messages:before{content:""}.isax-messages-1:before{content:""}.isax-messages-2:before{content:""}.isax-messages-3:before{content:""}.isax-message-search:before{content:""}.isax-message-square:before{content:""}.isax-message-text:before{content:""}.isax-message-text-1:before{content:""}.isax-message-tick:before{content:""}.isax-message-time:before{content:""}.isax-messenger:before{content:""}.isax-microphone:before{content:""}.isax-microphone-2:before{content:""}.isax-microphone-slash:before{content:""}.isax-microphone-slash-1:before{content:""}.isax-microscope:before{content:""}.isax-milk:before{content:""}.isax-mini-music-sqaure:before{content:""}.isax-minus:before{content:""}.isax-minus-cirlce:before{content:""}.isax-minus-square:before{content:""}.isax-mirror:before{content:""}.isax-mirroring-screen:before{content:""}.isax-mkr:before{content:""}.isax-mobile:before{content:""}.isax-mobile-programming:before{content:""}.isax-money:before{content:""}.isax-money-2:before{content:""}.isax-money-3:before{content:""}.isax-money-4:before{content:""}.isax-money-add:before{content:""}.isax-money-change:before{content:""}.isax-money-forbidden:before{content:""}.isax-money-recive:before{content:""}.isax-money-remove:before{content:""}.isax-moneys:before{content:""}.isax-money-send:before{content:""}.isax-money-tick:before{content:""}.isax-money-time:before{content:""}.isax-monitor:before{content:""}.isax-monitor-mobbile:before{content:""}.isax-monitor-recorder:before{content:""}.isax-moon:before{content:""}.isax-more:before{content:""}.isax-more-2:before{content:""}.isax-more-circle:before{content:""}.isax-more-square:before{content:""}.isax-mouse:before{content:""}.isax-mouse-1:before{content:""}.isax-mouse-circle:before{content:""}.isax-mouse-square:before{content:""}.isax-music:before{content:""}.isax-music-circle:before{content:""}.isax-music-dashboard:before{content:""}.isax-music-filter:before{content:""}.isax-music-library-2:before{content:""}.isax-musicnote:before{content:""}.isax-music-play:before{content:""}.isax-music-playlist:before{content:""}.isax-music-square:before{content:""}.isax-music-square-add:before{content:""}.isax-music-square-remove:before{content:""}.isax-music-square-search:before{content:""}.isax-nas:before{content:""}.isax-nct:before{content:""}.isax-nexo:before{content:""}.isax-next:before{content:""}.isax-niox:before{content:""}.isax-note:before{content:""}.isax-note-1:before{content:""}.isax-note-2:before{content:""}.isax-note-3:before{content:""}.isax-note-add:before{content:""}.isax-note-favorite:before{content:""}.isax-note-remove:before{content:""}.isax-note-square:before{content:""}.isax-note-text:before{content:""}.isax-notification:before{content:""}.isax-notification-1:before{content:""}.isax-notification-bing:before{content:""}.isax-notification-circle:before{content:""}.isax-notification-favorite:before{content:""}.isax-notification-status:before{content:""}.isax-ocean:before{content:""}.isax-okb:before{content:""}.isax-omega-circle:before{content:""}.isax-omega-square:before{content:""}.isax-one:before{content:""}.isax-ont:before{content:""}.isax-paintbucket:before{content:""}.isax-paperclip:before{content:""}.isax-paperclip-2:before{content:""}.isax-password-check:before{content:""}.isax-path:before{content:""}.isax-path-2:before{content:""}.isax-path-square:before{content:""}.isax-pause:before{content:""}.isax-pause-circle:before{content:""}.isax-pay:before{content:""}.isax-paypal:before{content:""}.isax-pen-add:before{content:""}.isax-pen-close:before{content:""}.isax-pen-remove:before{content:""}.isax-pen-tool:before{content:""}.isax-pen-tool-2:before{content:""}.isax-people:before{content:""}.isax-percentage-circle:before{content:""}.isax-percentage-square:before{content:""}.isax-personalcard:before{content:""}.isax-pet:before{content:""}.isax-pharagraphspacing:before{content:""}.isax-photoshop:before{content:""}.isax-picture-frame:before{content:""}.isax-play:before{content:""}.isax-play-add:before{content:""}.isax-play-circle:before{content:""}.isax-play-cricle:before{content:""}.isax-play-remove:before{content:""}.isax-presention-chart:before{content:""}.isax-previous:before{content:""}.isax-printer:before{content:""}.isax-printer-slash:before{content:""}.isax-profile:before{content:""}.isax-profile-2user:before{content:""}.isax-profile-add:before{content:""}.isax-profile-circle:before{content:""}.isax-profile-delete:before{content:""}.isax-profile-remove:before{content:""}.isax-profile-tick:before{content:""}.isax-programming-arrow:before{content:""}.isax-programming-arrows:before{content:""}.isax-python:before{content:""}.isax-qnt:before{content:""}.isax-quote-down:before{content:""}.isax-quote-down-circle:before{content:""}.isax-quote-down-square:before{content:""}.isax-quote-up:before{content:""}.isax-quote-up-circle:before{content:""}.isax-quote-up-square:before{content:""}.isax-radar:before{content:""}.isax-radar-1:before{content:""}.isax-radar-2:before{content:""}.isax-radio:before{content:""}.isax-ram:before{content:""}.isax-ram-2:before{content:""}.isax-ranking:before{content:""}.isax-ranking-1:before{content:""}.isax-receipt:before{content:""}.isax-receipt-1:before{content:""}.isax-receipt-2:before{content:""}.isax-receipt-3:before{content:""}.isax-receipt-add:before{content:""}.isax-receipt-discount:before{content:""}.isax-receipt-discount-1:before{content:""}.isax-receipt-edit:before{content:""}.isax-receipt-item:before{content:""}.isax-receipt-minus:before{content:""}.isax-receipt-search:before{content:""}.isax-receipt-square:before{content:""}.isax-receipt-text:before{content:""}.isax-received:before{content:""}.isax-receive-square:before{content:""}.isax-receive-square-2:before{content:""}.isax-record:before{content:""}.isax-record-circle:before{content:""}.isax-recovery-convert:before{content:""}.isax-redo:before{content:""}.isax-refresh:before{content:""}.isax-refresh-2:before{content:""}.isax-refresh-circle:before{content:""}.isax-refresh-left-square:before{content:""}.isax-refresh-right-square:before{content:""}.isax-refresh-square-2:before{content:""}.isax-rep:before{content:""}.isax-repeat:before{content:""}.isax-repeat-circle:before{content:""}.isax-repeate-music:before{content:""}.isax-repeate-one:before{content:""}.isax-reserve:before{content:""}.isax-rotate-3d:before{content:""}.isax-rotate-left:before{content:""}.isax-rotate-left-1:before{content:""}.isax-rotate-right:before{content:""}.isax-rotate-right-1:before{content:""}.isax-route-square:before{content:""}.isax-routing:before{content:""}.isax-routing-2:before{content:""}.isax-row-horizontal:before{content:""}.isax-row-vertical:before{content:""}.isax-ruler:before{content:""}.isax-ruler-pen:before{content:""}.isax-rune:before{content:""}.isax-safe-home:before{content:""}.isax-sagittarius:before{content:""}.isax-save-2:before{content:""}.isax-save-add:before{content:""}.isax-save-minus:before{content:""}.isax-save-remove:before{content:""}.isax-sc:before{content:""}.isax-scan:before{content:""}.isax-scan-barcode:before{content:""}.isax-scanner:before{content:""}.isax-scanning:before{content:""}.isax-scissor:before{content:""}.isax-scissor-1:before{content:""}.isax-screenmirroring:before{content:""}.isax-scroll:before{content:""}.isax-search-favorite:before{content:""}.isax-search-favorite-1:before{content:""}.isax-search-normal:before{content:""}.isax-search-normal-1:before{content:""}.isax-search-status:before{content:""}.isax-search-status-1:before{content:""}.isax-search-zoom-in:before{content:""}.isax-search-zoom-in-1:before{content:""}.isax-search-zoom-out:before{content:""}.isax-search-zoom-out-1:before{content:""}.isax-security:before{content:""}.isax-security-card:before{content:""}.isax-security-safe:before{content:""}.isax-security-time:before{content:""}.isax-security-user:before{content:""}.isax-send:before{content:""}.isax-send-1:before{content:""}.isax-send-2:before{content:""}.isax-send-sqaure-2:before{content:""}.isax-send-square:before{content:""}.isax-setting:before{content:""}.isax-setting-1:before{content:""}.isax-setting-2:before{content:""}.isax-setting-3:before{content:""}.isax-setting-4:before{content:""}.isax-setting-5:before{content:""}.isax-shapes:before{content:""}.isax-shapes-1:before{content:""}.isax-share:before{content:""}.isax-shield:before{content:""}.isax-shield-cross:before{content:""}.isax-shield-search:before{content:""}.isax-shield-security:before{content:""}.isax-shield-slash:before{content:""}.isax-shield-tick:before{content:""}.isax-ship:before{content:""}.isax-shop:before{content:""}.isax-shop-add:before{content:""}.isax-shopping-bag:before{content:""}.isax-shopping-cart:before{content:""}.isax-shop-remove:before{content:""}.isax-shuffle:before{content:""}.isax-sidebar-bottom:before{content:""}.isax-sidebar-left:before{content:""}.isax-sidebar-right:before{content:""}.isax-sidebar-top:before{content:""}.isax-signpost:before{content:""}.isax-simcard:before{content:""}.isax-simcard-1:before{content:""}.isax-simcard-2:before{content:""}.isax-size:before{content:""}.isax-slack:before{content:""}.isax-slash:before{content:""}.isax-slider:before{content:""}.isax-slider-horizontal:before{content:""}.isax-slider-horizontal-1:before{content:""}.isax-slider-vertical:before{content:""}.isax-slider-vertical-1:before{content:""}.isax-smallcaps:before{content:""}.isax-smart-car:before{content:""}.isax-smart-home:before{content:""}.isax-smileys:before{content:""}.isax-sms:before{content:""}.isax-sms-edit:before{content:""}.isax-sms-notification:before{content:""}.isax-sms-search:before{content:""}.isax-sms-star:before{content:""}.isax-sms-tracking:before{content:""}.isax-snapchat:before{content:""}.isax-sol:before{content:""}.isax-sort:before{content:""}.isax-sound:before{content:""}.isax-speaker:before{content:""}.isax-speedometer:before{content:""}.isax-spotify:before{content:""}.isax-square-3d:before{content:""}.isax-squares:before{content:""}.isax-star:before{content:""}.isax-star-1:before{content:""}.isax-star-slash:before{content:""}.isax-status:before{content:""}.isax-status-up:before{content:""}.isax-sticker:before{content:""}.isax-stickynote:before{content:""}.isax-stop:before{content:""}.isax-stop-circle:before{content:""}.isax-story:before{content:""}.isax-strongbox:before{content:""}.isax-strongbox-2:before{content:""}.isax-stx:before{content:""}.isax-subtitle:before{content:""}.isax-sun:before{content:""}.isax-sun-1:before{content:""}.isax-sun-fog:before{content:""}.isax-support:before{content:""}.isax-tag:before{content:""}.isax-tag-2:before{content:""}.isax-tag-cross:before{content:""}.isax-tag-right:before{content:""}.isax-tag-user:before{content:""}.isax-task:before{content:""}.isax-task-square:before{content:""}.isax-teacher:before{content:""}.isax-text:before{content:""}.isax-textalign-center:before{content:""}.isax-textalign-justifycenter:before{content:""}.isax-textalign-justifyleft:before{content:""}.isax-textalign-justifyright:before{content:""}.isax-textalign-left:before{content:""}.isax-textalign-right:before{content:""}.isax-text-block:before{content:""}.isax-text-bold:before{content:""}.isax-text-italic:before{content:""}.isax-text-underline:before{content:""}.isax-theta:before{content:""}.isax-tick-circle:before{content:""}.isax-ticket:before{content:""}.isax-ticket-2:before{content:""}.isax-ticket-discount:before{content:""}.isax-ticket-expired:before{content:""}.isax-ticket-star:before{content:""}.isax-tick-square:before{content:""}.isax-timer:before{content:""}.isax-timer-1:before{content:""}.isax-timer-pause:before{content:""}.isax-timer-start:before{content:""}.isax-toggle-off:before{content:""}.isax-toggle-off-circle:before{content:""}.isax-toggle-on:before{content:""}.isax-toggle-on-circle:before{content:""}.isax-trade:before{content:""}.isax-transaction-minus:before{content:""}.isax-translate:before{content:""}.isax-trash:before{content:""}.isax-tree:before{content:""}.isax-trello:before{content:""}.isax-trend-down:before{content:""}.isax-trend-up:before{content:""}.isax-triangle:before{content:""}.isax-triangle-1:before{content:""}.isax-truck:before{content:""}.isax-truck-fast:before{content:""}.isax-truck-remove:before{content:""}.isax-truck-tick:before{content:""}.isax-truck-time:before{content:""}.isax-trush-square:before{content:""}.isax-trx:before{content:""}.isax-twitch:before{content:""}.isax-ui8:before{content:""}.isax-undo:before{content:""}.isax-unlimited:before{content:""}.isax-unlock:before{content:""}.isax-usdc:before{content:""}.isax-usdt:before{content:""}.isax-user:before{content:""}.isax-user-add:before{content:""}.isax-user-cirlce-add:before{content:""}.isax-user-edit:before{content:""}.isax-user-minus:before{content:""}.isax-user-octagon:before{content:""}.isax-user-remove:before{content:""}.isax-user-search:before{content:""}.isax-user-square:before{content:""}.isax-user-tag:before{content:""}.isax-user-tick:before{content:""}.isax-verify:before{content:""}.isax-vibe:before{content:""}.isax-video:before{content:""}.isax-video-add:before{content:""}.isax-video-circle:before{content:""}.isax-video-horizontal:before{content:""}.isax-video-octagon:before{content:""}.isax-video-play:before{content:""}.isax-video-remove:before{content:""}.isax-video-slash:before{content:""}.isax-video-square:before{content:""}.isax-video-tick:before{content:""}.isax-video-time:before{content:""}.isax-video-vertical:before{content:""}.isax-vlx:before{content:""}.isax-voice-cricle:before{content:""}.isax-voice-square:before{content:""}.isax-volume-cross:before{content:""}.isax-volume-high:before{content:""}.isax-volume-low:before{content:""}.isax-volume-low-1:before{content:""}.isax-volume-mute:before{content:""}.isax-volume-slash:before{content:""}.isax-volume-up:before{content:""}.isax-vuesax:before{content:""}.isax-wallet:before{content:""}.isax-wallet-1:before{content:""}.isax-wallet-2:before{content:""}.isax-wallet-3:before{content:""}.isax-wallet-add:before{content:""}.isax-wallet-add-1:before{content:""}.isax-wallet-check:before{content:""}.isax-wallet-minus:before{content:""}.isax-wallet-money:before{content:""}.isax-wallet-remove:before{content:""}.isax-wallet-search:before{content:""}.isax-wan:before{content:""}.isax-wan-1:before{content:""}.isax-warning-2:before{content:""}.isax-watch:before{content:""}.isax-watch-status:before{content:""}.isax-weight:before{content:""}.isax-weight-1:before{content:""}.isax-whatsapp:before{content:""}.isax-wifi:before{content:""}.isax-wifi-square:before{content:""}.isax-wind:before{content:""}.isax-wind-2:before{content:""}.isax-windows:before{content:""}.isax-wing:before{content:""}.isax-woman:before{content:""}.isax-xd:before{content:""}.isax-xem:before{content:""}.isax-xiaomi:before{content:""}.isax-xlm:before{content:""}.isax-xmr:before{content:""}.isax-xrp:before{content:""}.isax-youtube:before{content:""}.isax-zel:before{content:""}.isax-zoom:before{content:""}@font-face{font-family:isax-bold;src:url(/build/assets/isax-bold-BpGVddbV.eot?361vzn);src:url(/build/assets/isax-bold-BpGVddbV.eot?361vzn#iefix) format("embedded-opentype"),url(/build/assets/isax-bold-DbX2LESZ.ttf?361vzn) format("truetype"),url(/build/assets/isax-bold-C3R8oeiZ.woff?361vzn) format("woff"),url(/build/assets/isax-bold-ZaoKkPnK.svg?361vzn#isax-bold) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=isax-bold-],[class*=" isax-bold-"]{font-family:isax-bold!important}.isax-bold-aave:before{content:""}.isax-bold-activity:before{content:""}.isax-bold-ada:before{content:""}.isax-bold-add:before{content:""}.isax-bold-add-circle:before{content:""}.isax-bold-additem:before{content:""}.isax-bold-add-square:before{content:""}.isax-bold-airdrop:before{content:""}.isax-bold-airplane:before{content:""}.isax-bold-airplane-square:before{content:""}.isax-bold-airpod:before{content:""}.isax-bold-airpods:before{content:""}.isax-bold-alarm:before{content:""}.isax-bold-align-bottom:before{content:""}.isax-bold-align-horizontally:before{content:""}.isax-bold-align-left:before{content:""}.isax-bold-align-right:before{content:""}.isax-bold-align-vertically:before{content:""}.isax-bold-android:before{content:""}.isax-bold-ankr:before{content:""}.isax-bold-apple:before{content:""}.isax-bold-aquarius:before{content:""}.isax-bold-archive:before{content:""}.isax-bold-archive-1:before{content:""}.isax-bold-archive-2:before{content:""}.isax-bold-archive-add:before{content:""}.isax-bold-archive-book:before{content:""}.isax-bold-archive-minus:before{content:""}.isax-bold-archive-slash:before{content:""}.isax-bold-archive-tick:before{content:""}.isax-bold-arrange-circle:before{content:""}.isax-bold-arrange-circle-2:before{content:""}.isax-bold-arrange-square:before{content:""}.isax-bold-arrange-square-2:before{content:""}.isax-bold-arrow:before{content:""}.isax-bold-arrow-2:before{content:""}.isax-bold-arrow-3:before{content:""}.isax-bold-arrow-circle-down:before{content:""}.isax-bold-arrow-circle-left:before{content:""}.isax-bold-arrow-circle-right:before{content:""}.isax-bold-arrow-circle-up:before{content:""}.isax-bold-arrow-down:before{content:""}.isax-bold-arrow-down-1:before{content:""}.isax-bold-arrow-down-2:before{content:""}.isax-bold-arrow-down-3:before{content:""}.isax-bold-arrow-left:before{content:""}.isax-bold-arrow-left-1:before{content:""}.isax-bold-arrow-left-2:before{content:""}.isax-bold-arrow-left-3:before{content:""}.isax-bold-arrow-right:before{content:""}.isax-bold-arrow-right-1:before{content:""}.isax-bold-arrow-right-2:before{content:""}.isax-bold-arrow-right-3:before{content:""}.isax-bold-arrow-square:before{content:""}.isax-bold-arrow-square-down:before{content:""}.isax-bold-arrow-square-left:before{content:""}.isax-bold-arrow-square-right:before{content:""}.isax-bold-arrow-square-up:before{content:""}.isax-bold-arrow-swap:before{content:""}.isax-bold-arrow-swap-horizontal:before{content:""}.isax-bold-arrow-up:before{content:""}.isax-bold-arrow-up-1:before{content:""}.isax-bold-arrow-up-2:before{content:""}.isax-bold-arrow-up-3:before{content:""}.isax-bold-attach-circle:before{content:""}.isax-bold-attach-square:before{content:""}.isax-bold-audio-square:before{content:""}.isax-bold-autobrightness:before{content:""}.isax-bold-avax:before{content:""}.isax-bold-award:before{content:""}.isax-bold-back-square:before{content:""}.isax-bold-backward:before{content:""}.isax-bold-backward-5-seconds:before{content:""}.isax-bold-backward-10-seconds:before{content:""}.isax-bold-backward-15-seconds:before{content:""}.isax-bold-backward-item:before{content:""}.isax-bold-bag:before{content:""}.isax-bold-bag-2:before{content:""}.isax-bold-bag-cross:before{content:""}.isax-bold-bag-cross-1:before{content:""}.isax-bold-bag-happy:before{content:""}.isax-bold-bag-tick:before{content:""}.isax-bold-bag-tick-2:before{content:""}.isax-bold-bag-timer:before{content:""}.isax-bold-bank:before{content:""}.isax-bold-barcode:before{content:""}.isax-bold-battery-3full:before{content:""}.isax-bold-battery-charging:before{content:""}.isax-bold-battery-disable:before{content:""}.isax-bold-battery-empty:before{content:""}.isax-bold-battery-empty-1:before{content:""}.isax-bold-battery-full:before{content:""}.isax-bold-be:before{content:""}.isax-bold-bezier:before{content:""}.isax-bold-bill:before{content:""}.isax-bold-bitcoin-card:before{content:""}.isax-bold-bitcoin-convert:before{content:""}.isax-bold-bitcoin-refresh:before{content:""}.isax-bold-blend:before{content:""}.isax-bold-blend-2:before{content:""}.isax-bold-blogger:before{content:""}.isax-bold-bluetooth:before{content:""}.isax-bold-bluetooth-2:before{content:""}.isax-bold-bluetooth-circle:before{content:""}.isax-bold-bluetooth-rectangle:before{content:""}.isax-bold-blur:before{content:""}.isax-bold-bnb:before{content:""}.isax-bold-book:before{content:""}.isax-bold-book-1:before{content:""}.isax-bold-bookmark:before{content:""}.isax-bold-bookmark-2:before{content:""}.isax-bold-book-saved:before{content:""}.isax-bold-book-square:before{content:""}.isax-bold-bootstrap:before{content:""}.isax-bold-box:before{content:""}.isax-bold-box-1:before{content:""}.isax-bold-box-2:before{content:""}.isax-bold-box-add:before{content:""}.isax-bold-box-remove:before{content:""}.isax-bold-box-search:before{content:""}.isax-bold-box-tick:before{content:""}.isax-bold-box-time:before{content:""}.isax-bold-briefcase:before{content:""}.isax-bold-brifecase-cross:before{content:""}.isax-bold-brifecase-tick:before{content:""}.isax-bold-brifecase-timer:before{content:""}.isax-bold-broom:before{content:""}.isax-bold-brush:before{content:""}.isax-bold-brush-1:before{content:""}.isax-bold-brush-2:before{content:""}.isax-bold-brush-3:before{content:""}.isax-bold-brush-4:before{content:""}.isax-bold-btc:before{content:""}.isax-bold-bubble:before{content:""}.isax-bold-bucket:before{content:""}.isax-bold-bucket-circle:before{content:""}.isax-bold-bucket-square:before{content:""}.isax-bold-building:before{content:""}.isax-bold-building-3:before{content:""}.isax-bold-building-4:before{content:""}.isax-bold-buildings:before{content:""}.isax-bold-buildings-2:before{content:""}.isax-bold-buliding:before{content:""}.isax-bold-bus:before{content:""}.isax-bold-busd:before{content:""}.isax-bold-buy-crypto:before{content:""}.isax-bold-cake:before{content:""}.isax-bold-calculator:before{content:""}.isax-bold-calendar:before{content:""}.isax-bold-calendar-1:before{content:""}.isax-bold-calendar-2:before{content:""}.isax-bold-calendar-add:before{content:""}.isax-bold-calendar-circle:before{content:""}.isax-bold-calendar-edit:before{content:""}.isax-bold-calendar-remove:before{content:""}.isax-bold-calendar-search:before{content:""}.isax-bold-calendar-tick:before{content:""}.isax-bold-call:before{content:""}.isax-bold-call-add:before{content:""}.isax-bold-call-calling:before{content:""}.isax-bold-call-incoming:before{content:""}.isax-bold-call-minus:before{content:""}.isax-bold-call-outgoing:before{content:""}.isax-bold-call-received:before{content:""}.isax-bold-call-remove:before{content:""}.isax-bold-call-slash:before{content:""}.isax-bold-camera:before{content:""}.isax-bold-camera-slash:before{content:""}.isax-bold-candle:before{content:""}.isax-bold-candle-2:before{content:""}.isax-bold-car:before{content:""}.isax-bold-card:before{content:""}.isax-bold-card-add:before{content:""}.isax-bold-card-coin:before{content:""}.isax-bold-card-edit:before{content:""}.isax-bold-card-pos:before{content:""}.isax-bold-card-receive:before{content:""}.isax-bold-card-remove:before{content:""}.isax-bold-card-remove-1:before{content:""}.isax-bold-cards:before{content:""}.isax-bold-card-send:before{content:""}.isax-bold-card-slash:before{content:""}.isax-bold-card-tick:before{content:""}.isax-bold-card-tick-1:before{content:""}.isax-bold-category:before{content:""}.isax-bold-category-1:before{content:""}.isax-bold-cd:before{content:""}.isax-bold-cel:before{content:""}.isax-bold-celo:before{content:""}.isax-bold-chart:before{content:""}.isax-bold-chart-1:before{content:""}.isax-bold-chart-2:before{content:""}.isax-bold-chart-3:before{content:""}.isax-bold-chart-4:before{content:""}.isax-bold-chart-5:before{content:""}.isax-bold-chart-fail:before{content:""}.isax-bold-chart-square:before{content:""}.isax-bold-chart-success:before{content:""}.isax-bold-check:before{content:""}.isax-bold-chrome:before{content:""}.isax-bold-clipboard:before{content:""}.isax-bold-clipboard-close:before{content:""}.isax-bold-clipboard-export:before{content:""}.isax-bold-clipboard-import:before{content:""}.isax-bold-clipboard-text:before{content:""}.isax-bold-clipboard-tick:before{content:""}.isax-bold-clock:before{content:""}.isax-bold-clock-1:before{content:""}.isax-bold-close-circle:before{content:""}.isax-bold-close-square:before{content:""}.isax-bold-cloud:before{content:""}.isax-bold-cloud-add:before{content:""}.isax-bold-cloud-change:before{content:""}.isax-bold-cloud-connection:before{content:""}.isax-bold-cloud-cross:before{content:""}.isax-bold-cloud-drizzle:before{content:""}.isax-bold-cloud-fog:before{content:""}.isax-bold-cloud-lightning:before{content:""}.isax-bold-cloud-minus:before{content:""}.isax-bold-cloud-notify:before{content:""}.isax-bold-cloud-plus:before{content:""}.isax-bold-cloud-remove:before{content:""}.isax-bold-cloud-snow:before{content:""}.isax-bold-cloud-sunny:before{content:""}.isax-bold-code:before{content:""}.isax-bold-code-1:before{content:""}.isax-bold-code-circle:before{content:""}.isax-bold-coffee:before{content:""}.isax-bold-coin:before{content:""}.isax-bold-coin-1:before{content:""}.isax-bold-colorfilter:before{content:""}.isax-bold-colors-square:before{content:""}.isax-bold-color-swatch:before{content:""}.isax-bold-command:before{content:""}.isax-bold-command-square:before{content:""}.isax-bold-component:before{content:""}.isax-bold-computing:before{content:""}.isax-bold-convert:before{content:""}.isax-bold-convert-3d-cube:before{content:""}.isax-bold-convert-card:before{content:""}.isax-bold-convertshape:before{content:""}.isax-bold-convertshape-2:before{content:""}.isax-bold-copy:before{content:""}.isax-bold-copyright:before{content:""}.isax-bold-copy-success:before{content:""}.isax-bold-courthouse:before{content:""}.isax-bold-cpu:before{content:""}.isax-bold-cpu-charge:before{content:""}.isax-bold-cpu-setting:before{content:""}.isax-bold-creative-commons:before{content:""}.isax-bold-crop:before{content:""}.isax-bold-crown:before{content:""}.isax-bold-crown-1:before{content:""}.isax-bold-cube-3d:before{content:""}.isax-bold-cube-scan-3d:before{content:""}.isax-bold-cup:before{content:""}.isax-bold-cvc:before{content:""}.isax-bold-dai:before{content:""}.isax-bold-danger:before{content:""}.isax-bold-dash:before{content:""}.isax-bold-data:before{content:""}.isax-bold-data-1:before{content:""}.isax-bold-dcr:before{content:""}.isax-bold-dent:before{content:""}.isax-bold-designtools:before{content:""}.isax-bold-device-message:before{content:""}.isax-bold-devices:before{content:""}.isax-bold-devices-1:before{content:""}.isax-bold-diagram:before{content:""}.isax-bold-diamonds:before{content:""}.isax-bold-direct:before{content:""}.isax-bold-directbox-default:before{content:""}.isax-bold-directbox-notify:before{content:""}.isax-bold-directbox-receive:before{content:""}.isax-bold-directbox-send:before{content:""}.isax-bold-direct-down:before{content:""}.isax-bold-direct-inbox:before{content:""}.isax-bold-direct-left:before{content:""}.isax-bold-direct-normal:before{content:""}.isax-bold-direct-notification:before{content:""}.isax-bold-direct-right:before{content:""}.isax-bold-direct-send:before{content:""}.isax-bold-direct-up:before{content:""}.isax-bold-discount-circle:before{content:""}.isax-bold-discount-shape:before{content:""}.isax-bold-discover:before{content:""}.isax-bold-discover-1:before{content:""}.isax-bold-dislike:before{content:""}.isax-bold-document:before{content:""}.isax-bold-document-1:before{content:""}.isax-bold-document-cloud:before{content:""}.isax-bold-document-code:before{content:""}.isax-bold-document-code-2:before{content:""}.isax-bold-document-copy:before{content:""}.isax-bold-document-download:before{content:""}.isax-bold-document-favorite:before{content:""}.isax-bold-document-filter:before{content:""}.isax-bold-document-forward:before{content:""}.isax-bold-document-like:before{content:""}.isax-bold-document-normal:before{content:""}.isax-bold-document-previous:before{content:""}.isax-bold-document-sketch:before{content:""}.isax-bold-document-text:before{content:""}.isax-bold-document-text-1:before{content:""}.isax-bold-document-upload:before{content:""}.isax-bold-dollar-circle:before{content:""}.isax-bold-dollar-square:before{content:""}.isax-bold-dot:before{content:""}.isax-bold-dribbble:before{content:""}.isax-bold-driver:before{content:""}.isax-bold-driver-2:before{content:""}.isax-bold-driver-refresh:before{content:""}.isax-bold-driving:before{content:""}.isax-bold-drop:before{content:""}.isax-bold-dropbox:before{content:""}.isax-bold-earphones:before{content:""}.isax-bold-edit:before{content:""}.isax-bold-edit-2:before{content:""}.isax-bold-ekt:before{content:""}.isax-bold-electricity:before{content:""}.isax-bold-element-1:before{content:""}.isax-bold-element-2:before{content:""}.isax-bold-element-3:before{content:""}.isax-bold-element-4:before{content:""}.isax-bold-element-equal:before{content:""}.isax-bold-element-plus:before{content:""}.isax-bold-emc:before{content:""}.isax-bold-emoji-happy:before{content:""}.isax-bold-emoji-normal:before{content:""}.isax-bold-emoji-sad:before{content:""}.isax-bold-empty-wallet:before{content:""}.isax-bold-empty-wallet-add:before{content:""}.isax-bold-empty-wallet-change:before{content:""}.isax-bold-empty-wallet-remove:before{content:""}.isax-bold-empty-wallet-tick:before{content:""}.isax-bold-empty-wallet-time:before{content:""}.isax-bold-enj:before{content:""}.isax-bold-eos:before{content:""}.isax-bold-eraser:before{content:""}.isax-bold-eraser-1:before{content:""}.isax-bold-etc:before{content:""}.isax-bold-eth:before{content:""}.isax-bold-export:before{content:""}.isax-bold-export-1:before{content:""}.isax-bold-export-2:before{content:""}.isax-bold-export-3:before{content:""}.isax-bold-external-drive:before{content:""}.isax-bold-eye:before{content:""}.isax-bold-eye-slash:before{content:""}.isax-bold-facebook:before{content:""}.isax-bold-fatrows:before{content:""}.isax-bold-favorite-chart:before{content:""}.isax-bold-figma:before{content:""}.isax-bold-figma-1:before{content:""}.isax-bold-filter:before{content:""}.isax-bold-filter-add:before{content:""}.isax-bold-filter-edit:before{content:""}.isax-bold-filter-remove:before{content:""}.isax-bold-filter-search:before{content:""}.isax-bold-filter-square:before{content:""}.isax-bold-filter-tick:before{content:""}.isax-bold-finger-cricle:before{content:""}.isax-bold-finger-scan:before{content:""}.isax-bold-firstline:before{content:""}.isax-bold-flag:before{content:""}.isax-bold-flag-2:before{content:""}.isax-bold-flash:before{content:""}.isax-bold-flash-1:before{content:""}.isax-bold-flash-circle:before{content:""}.isax-bold-flash-circle-1:before{content:""}.isax-bold-flash-slash:before{content:""}.isax-bold-folder:before{content:""}.isax-bold-folder-2:before{content:""}.isax-bold-folder-add:before{content:""}.isax-bold-folder-cloud:before{content:""}.isax-bold-folder-connection:before{content:""}.isax-bold-folder-cross:before{content:""}.isax-bold-folder-favorite:before{content:""}.isax-bold-folder-minus:before{content:""}.isax-bold-folder-open:before{content:""}.isax-bold-forbidden:before{content:""}.isax-bold-forbidden-2:before{content:""}.isax-bold-format-circle:before{content:""}.isax-bold-format-square:before{content:""}.isax-bold-forward:before{content:""}.isax-bold-forward-5-seconds:before{content:""}.isax-bold-forward-10-seconds:before{content:""}.isax-bold-forward-15-seconds:before{content:""}.isax-bold-forward-item:before{content:""}.isax-bold-forward-square:before{content:""}.isax-bold-framer:before{content:""}.isax-bold-ftt:before{content:""}.isax-bold-gallery:before{content:""}.isax-bold-gallery-add:before{content:""}.isax-bold-gallery-edit:before{content:""}.isax-bold-gallery-export:before{content:""}.isax-bold-gallery-favorite:before{content:""}.isax-bold-gallery-import:before{content:""}.isax-bold-gallery-remove:before{content:""}.isax-bold-gallery-slash:before{content:""}.isax-bold-gallery-tick:before{content:""}.isax-bold-game:before{content:""}.isax-bold-gameboy:before{content:""}.isax-bold-gas-station:before{content:""}.isax-bold-gemini:before{content:""}.isax-bold-gemini-2:before{content:""}.isax-bold-ghost:before{content:""}.isax-bold-gift:before{content:""}.isax-bold-glass:before{content:""}.isax-bold-glass-1:before{content:""}.isax-bold-global:before{content:""}.isax-bold-global-edit:before{content:""}.isax-bold-global-refresh:before{content:""}.isax-bold-global-search:before{content:""}.isax-bold-google:before{content:""}.isax-bold-google-drive:before{content:""}.isax-bold-google-play:before{content:""}.isax-bold-gps:before{content:""}.isax-bold-gps-slash:before{content:""}.isax-bold-grammerly:before{content:""}.isax-bold-graph:before{content:""}.isax-bold-grid-1:before{content:""}.isax-bold-grid-2:before{content:""}.isax-bold-grid-3:before{content:""}.isax-bold-grid-4:before{content:""}.isax-bold-grid-5:before{content:""}.isax-bold-grid-6:before{content:""}.isax-bold-grid-7:before{content:""}.isax-bold-grid-8:before{content:""}.isax-bold-grid-9:before{content:""}.isax-bold-grid-edit:before{content:""}.isax-bold-grid-eraser:before{content:""}.isax-bold-grid-lock:before{content:""}.isax-bold-grt:before{content:""}.isax-bold-happyemoji:before{content:""}.isax-bold-hashtag:before{content:""}.isax-bold-hashtag-1:before{content:""}.isax-bold-hashtag-down:before{content:""}.isax-bold-hashtag-up:before{content:""}.isax-bold-headphone:before{content:""}.isax-bold-health:before{content:""}.isax-bold-heart:before{content:""}.isax-bold-heart-add:before{content:""}.isax-bold-heart-circle:before{content:""}.isax-bold-heart-edit:before{content:""}.isax-bold-heart-remove:before{content:""}.isax-bold-heart-search:before{content:""}.isax-bold-heart-slash:before{content:""}.isax-bold-heart-tick:before{content:""}.isax-bold-hex:before{content:""}.isax-bold-hierarchy:before{content:""}.isax-bold-hierarchy-2:before{content:""}.isax-bold-hierarchy-3:before{content:""}.isax-bold-hierarchy-square:before{content:""}.isax-bold-hierarchy-square-2:before{content:""}.isax-bold-hierarchy-square-3:before{content:""}.isax-bold-home:before{content:""}.isax-bold-home-1:before{content:""}.isax-bold-home-2:before{content:""}.isax-bold-home-hashtag:before{content:""}.isax-bold-home-trend-down:before{content:""}.isax-bold-home-trend-up:before{content:""}.isax-bold-home-wifi:before{content:""}.isax-bold-hospital:before{content:""}.isax-bold-house:before{content:""}.isax-bold-house-2:before{content:""}.isax-bold-ht:before{content:""}.isax-bold-html-3:before{content:""}.isax-bold-html-5:before{content:""}.isax-bold-icx:before{content:""}.isax-bold-illustrator:before{content:""}.isax-bold-image:before{content:""}.isax-bold-import:before{content:""}.isax-bold-import-1:before{content:""}.isax-bold-import-2:before{content:""}.isax-bold-import-3:before{content:""}.isax-bold-info-circle:before{content:""}.isax-bold-information:before{content:""}.isax-bold-instagram:before{content:""}.isax-bold-iost:before{content:""}.isax-bold-javascript:before{content:""}.isax-bold-js:before{content:""}.isax-bold-judge:before{content:""}.isax-bold-kanban:before{content:""}.isax-bold-key:before{content:""}.isax-bold-keyboard:before{content:""}.isax-bold-keyboard-open:before{content:""}.isax-bold-key-square:before{content:""}.isax-bold-knc:before{content:""}.isax-bold-lamp:before{content:""}.isax-bold-lamp-1:before{content:""}.isax-bold-lamp-charge:before{content:""}.isax-bold-lamp-on:before{content:""}.isax-bold-lamp-slash:before{content:""}.isax-bold-language-circle:before{content:""}.isax-bold-language-square:before{content:""}.isax-bold-layer:before{content:""}.isax-bold-level:before{content:""}.isax-bold-lifebuoy:before{content:""}.isax-bold-like:before{content:""}.isax-bold-like-1:before{content:""}.isax-bold-like-dislike:before{content:""}.isax-bold-like-shapes:before{content:""}.isax-bold-like-tag:before{content:""}.isax-bold-link:before{content:""}.isax-bold-link-1:before{content:""}.isax-bold-link-2:before{content:""}.isax-bold-link-3:before{content:""}.isax-bold-link-circle:before{content:""}.isax-bold-link-square:before{content:""}.isax-bold-location:before{content:""}.isax-bold-location-add:before{content:""}.isax-bold-location-cross:before{content:""}.isax-bold-location-minus:before{content:""}.isax-bold-location-slash:before{content:""}.isax-bold-location-tick:before{content:""}.isax-bold-lock:before{content:""}.isax-bold-lock-1:before{content:""}.isax-bold-lock-circle:before{content:""}.isax-bold-lock-slash:before{content:""}.isax-bold-login:before{content:""}.isax-bold-login-1:before{content:""}.isax-bold-logout:before{content:""}.isax-bold-logout-1:before{content:""}.isax-bold-lovely:before{content:""}.isax-bold-ltc:before{content:""}.isax-bold-magicpen:before{content:""}.isax-bold-magic-star:before{content:""}.isax-bold-main-component:before{content:""}.isax-bold-man:before{content:""}.isax-bold-map:before{content:""}.isax-bold-map-1:before{content:""}.isax-bold-mask:before{content:""}.isax-bold-mask-1:before{content:""}.isax-bold-mask-2:before{content:""}.isax-bold-math:before{content:""}.isax-bold-matic:before{content:""}.isax-bold-maximize:before{content:""}.isax-bold-maximize-1:before{content:""}.isax-bold-maximize-2:before{content:""}.isax-bold-maximize-3:before{content:""}.isax-bold-maximize-4:before{content:""}.isax-bold-maximize-5:before{content:""}.isax-bold-maximize-circle:before{content:""}.isax-bold-medal:before{content:""}.isax-bold-medal-star:before{content:""}.isax-bold-menu:before{content:""}.isax-bold-menu-1:before{content:""}.isax-bold-menu-board:before{content:""}.isax-bold-message:before{content:""}.isax-bold-message-2:before{content:""}.isax-bold-message-add:before{content:""}.isax-bold-message-add-1:before{content:""}.isax-bold-message-circle:before{content:""}.isax-bold-message-edit:before{content:""}.isax-bold-message-favorite:before{content:""}.isax-bold-message-minus:before{content:""}.isax-bold-message-notify:before{content:""}.isax-bold-message-programming:before{content:""}.isax-bold-message-question:before{content:""}.isax-bold-message-remove:before{content:""}.isax-bold-messages:before{content:""}.isax-bold-messages-1:before{content:""}.isax-bold-messages-2:before{content:""}.isax-bold-messages-3:before{content:""}.isax-bold-message-search:before{content:""}.isax-bold-message-square:before{content:""}.isax-bold-message-text:before{content:""}.isax-bold-message-text-1:before{content:""}.isax-bold-message-tick:before{content:""}.isax-bold-message-time:before{content:""}.isax-bold-messenger:before{content:""}.isax-bold-microphone:before{content:""}.isax-bold-microphone-2:before{content:""}.isax-bold-microphone-slash:before{content:""}.isax-bold-microphone-slash-1:before{content:""}.isax-bold-microscope:before{content:""}.isax-bold-milk:before{content:""}.isax-bold-mini-music-sqaure:before{content:""}.isax-bold-minus:before{content:""}.isax-bold-minus-cirlce:before{content:""}.isax-bold-minus-square:before{content:""}.isax-bold-mirror:before{content:""}.isax-bold-mirroring-screen:before{content:""}.isax-bold-mkr:before{content:""}.isax-bold-mobile:before{content:""}.isax-bold-mobile-programming:before{content:""}.isax-bold-money:before{content:""}.isax-bold-money-2:before{content:""}.isax-bold-money-3:before{content:""}.isax-bold-money-4:before{content:""}.isax-bold-money-add:before{content:""}.isax-bold-money-change:before{content:""}.isax-bold-money-forbidden:before{content:""}.isax-bold-money-recive:before{content:""}.isax-bold-money-remove:before{content:""}.isax-bold-moneys:before{content:""}.isax-bold-money-send:before{content:""}.isax-bold-money-tick:before{content:""}.isax-bold-money-time:before{content:""}.isax-bold-monitor:before{content:""}.isax-bold-monitor-mobbile:before{content:""}.isax-bold-monitor-recorder:before{content:""}.isax-bold-moon:before{content:""}.isax-bold-more:before{content:""}.isax-bold-more-2:before{content:""}.isax-bold-more-circle:before{content:""}.isax-bold-more-square:before{content:""}.isax-bold-mouse:before{content:""}.isax-bold-mouse-1:before{content:""}.isax-bold-mouse-circle:before{content:""}.isax-bold-mouse-square:before{content:""}.isax-bold-music:before{content:""}.isax-bold-music-circle:before{content:""}.isax-bold-music-dashboard:before{content:""}.isax-bold-music-filter:before{content:""}.isax-bold-music-library-2:before{content:""}.isax-bold-musicnote:before{content:""}.isax-bold-music-play:before{content:""}.isax-bold-music-playlist:before{content:""}.isax-bold-music-square:before{content:""}.isax-bold-music-square-add:before{content:""}.isax-bold-music-square-remove:before{content:""}.isax-bold-music-square-search:before{content:""}.isax-bold-nas:before{content:""}.isax-bold-nct:before{content:""}.isax-bold-nexo:before{content:""}.isax-bold-next:before{content:""}.isax-bold-niox:before{content:""}.isax-bold-note:before{content:""}.isax-bold-note-1:before{content:""}.isax-bold-note-2:before{content:""}.isax-bold-note-3:before{content:""}.isax-bold-note-add:before{content:""}.isax-bold-note-favorite:before{content:""}.isax-bold-note-remove:before{content:""}.isax-bold-note-square:before{content:""}.isax-bold-note-text:before{content:""}.isax-bold-notification:before{content:""}.isax-bold-notification-1:before{content:""}.isax-bold-notification-bing:before{content:""}.isax-bold-notification-circle:before{content:""}.isax-bold-notification-favorite:before{content:""}.isax-bold-notification-status:before{content:""}.isax-bold-ocean:before{content:""}.isax-bold-okb:before{content:""}.isax-bold-omega-circle:before{content:""}.isax-bold-omega-square:before{content:""}.isax-bold-one:before{content:""}.isax-bold-ont:before{content:""}.isax-bold-paintbucket:before{content:""}.isax-bold-paperclip:before{content:""}.isax-bold-paperclip-2:before{content:""}.isax-bold-password-check:before{content:""}.isax-bold-path:before{content:""}.isax-bold-path-2:before{content:""}.isax-bold-path-square:before{content:""}.isax-bold-pause:before{content:""}.isax-bold-pause-circle:before{content:""}.isax-bold-pay:before{content:""}.isax-bold-paypal:before{content:""}.isax-bold-pen-add:before{content:""}.isax-bold-pen-close:before{content:""}.isax-bold-pen-remove:before{content:""}.isax-bold-pen-tool:before{content:""}.isax-bold-pen-tool-2:before{content:""}.isax-bold-people:before{content:""}.isax-bold-percentage-circle:before{content:""}.isax-bold-percentage-square:before{content:""}.isax-bold-personalcard:before{content:""}.isax-bold-pet:before{content:""}.isax-bold-pharagraphspacing:before{content:""}.isax-bold-photoshop:before{content:""}.isax-bold-picture-frame:before{content:""}.isax-bold-play:before{content:""}.isax-bold-play-add:before{content:""}.isax-bold-play-circle:before{content:""}.isax-bold-play-cricle:before{content:""}.isax-bold-play-remove:before{content:""}.isax-bold-presention-chart:before{content:""}.isax-bold-previous:before{content:""}.isax-bold-printer:before{content:""}.isax-bold-printer-slash:before{content:""}.isax-bold-profile:before{content:""}.isax-bold-profile-2user:before{content:""}.isax-bold-profile-add:before{content:""}.isax-bold-profile-circle:before{content:""}.isax-bold-profile-delete:before{content:""}.isax-bold-profile-remove:before{content:""}.isax-bold-profile-tick:before{content:""}.isax-bold-programming-arrow:before{content:""}.isax-bold-programming-arrows:before{content:""}.isax-bold-python:before{content:""}.isax-bold-qnt:before{content:""}.isax-bold-quote-down:before{content:""}.isax-bold-quote-down-circle:before{content:""}.isax-bold-quote-down-square:before{content:""}.isax-bold-quote-up:before{content:""}.isax-bold-quote-up-circle:before{content:""}.isax-bold-quote-up-square:before{content:""}.isax-bold-radar:before{content:""}.isax-bold-radar-1:before{content:""}.isax-bold-radar-2:before{content:""}.isax-bold-radio:before{content:""}.isax-bold-ram:before{content:""}.isax-bold-ram-2:before{content:""}.isax-bold-ranking:before{content:""}.isax-bold-ranking-1:before{content:""}.isax-bold-receipt:before{content:""}.isax-bold-receipt-1:before{content:""}.isax-bold-receipt-2:before{content:""}.isax-bold-receipt-3:before{content:""}.isax-bold-receipt-add:before{content:""}.isax-bold-receipt-discount:before{content:""}.isax-bold-receipt-discount-1:before{content:""}.isax-bold-receipt-edit:before{content:""}.isax-bold-receipt-item:before{content:""}.isax-bold-receipt-minus:before{content:""}.isax-bold-receipt-search:before{content:""}.isax-bold-receipt-square:before{content:""}.isax-bold-receipt-text:before{content:""}.isax-bold-received:before{content:""}.isax-bold-receive-square:before{content:""}.isax-bold-receive-square-2:before{content:""}.isax-bold-record:before{content:""}.isax-bold-record-circle:before{content:""}.isax-bold-recovery-convert:before{content:""}.isax-bold-redo:before{content:""}.isax-bold-refresh:before{content:""}.isax-bold-refresh-2:before{content:""}.isax-bold-refresh-circle:before{content:""}.isax-bold-refresh-left-square:before{content:""}.isax-bold-refresh-right-square:before{content:""}.isax-bold-refresh-square-2:before{content:""}.isax-bold-rep:before{content:""}.isax-bold-repeat:before{content:""}.isax-bold-repeat-circle:before{content:""}.isax-bold-repeate-music:before{content:""}.isax-bold-repeate-one:before{content:""}.isax-bold-reserve:before{content:""}.isax-bold-rotate-3d:before{content:""}.isax-bold-rotate-left:before{content:""}.isax-bold-rotate-left-1:before{content:""}.isax-bold-rotate-right:before{content:""}.isax-bold-rotate-right-1:before{content:""}.isax-bold-route-square:before{content:""}.isax-bold-routing:before{content:""}.isax-bold-routing-2:before{content:""}.isax-bold-row-horizontal:before{content:""}.isax-bold-row-vertical:before{content:""}.isax-bold-ruler:before{content:""}.isax-bold-ruler-pen:before{content:""}.isax-bold-rune:before{content:""}.isax-bold-safe-home:before{content:""}.isax-bold-sagittarius:before{content:""}.isax-bold-save-2:before{content:""}.isax-bold-save-add:before{content:""}.isax-bold-save-minus:before{content:""}.isax-bold-save-remove:before{content:""}.isax-bold-sc:before{content:""}.isax-bold-scan:before{content:""}.isax-bold-scan-barcode:before{content:""}.isax-bold-scanner:before{content:""}.isax-bold-scanning:before{content:""}.isax-bold-scissor:before{content:""}.isax-bold-scissor-1:before{content:""}.isax-bold-screenmirroring:before{content:""}.isax-bold-scroll:before{content:""}.isax-bold-search-favorite:before{content:""}.isax-bold-search-favorite-1:before{content:""}.isax-bold-search-normal:before{content:""}.isax-bold-search-normal-1:before{content:""}.isax-bold-search-status:before{content:""}.isax-bold-search-status-1:before{content:""}.isax-bold-search-zoom-in:before{content:""}.isax-bold-search-zoom-in-1:before{content:""}.isax-bold-search-zoom-out:before{content:""}.isax-bold-search-zoom-out-1:before{content:""}.isax-bold-security:before{content:""}.isax-bold-security-card:before{content:""}.isax-bold-security-safe:before{content:""}.isax-bold-security-time:before{content:""}.isax-bold-security-user:before{content:""}.isax-bold-send:before{content:""}.isax-bold-send-1:before{content:""}.isax-bold-send-2:before{content:""}.isax-bold-send-sqaure-2:before{content:""}.isax-bold-send-square:before{content:""}.isax-bold-setting:before{content:""}.isax-bold-setting-1:before{content:""}.isax-bold-setting-2:before{content:""}.isax-bold-setting-3:before{content:""}.isax-bold-setting-4:before{content:""}.isax-bold-setting-5:before{content:""}.isax-bold-shapes:before{content:""}.isax-bold-shapes-1:before{content:""}.isax-bold-share:before{content:""}.isax-bold-shield:before{content:""}.isax-bold-shield-cross:before{content:""}.isax-bold-shield-search:before{content:""}.isax-bold-shield-security:before{content:""}.isax-bold-shield-slash:before{content:""}.isax-bold-shield-tick:before{content:""}.isax-bold-ship:before{content:""}.isax-bold-shop:before{content:""}.isax-bold-shop-add:before{content:""}.isax-bold-shopping-bag:before{content:""}.isax-bold-shopping-cart:before{content:""}.isax-bold-shop-remove:before{content:""}.isax-bold-shuffle:before{content:""}.isax-bold-sidebar-bottom:before{content:""}.isax-bold-sidebar-left:before{content:""}.isax-bold-sidebar-right:before{content:""}.isax-bold-sidebar-top:before{content:""}.isax-bold-signpost:before{content:""}.isax-bold-simcard:before{content:""}.isax-bold-simcard-1:before{content:""}.isax-bold-simcard-2:before{content:""}.isax-bold-size:before{content:""}.isax-bold-slack:before{content:""}.isax-bold-slash:before{content:""}.isax-bold-slider:before{content:""}.isax-bold-slider-horizontal:before{content:""}.isax-bold-slider-horizontal-1:before{content:""}.isax-bold-slider-vertical:before{content:""}.isax-bold-slider-vertical-1:before{content:""}.isax-bold-smallcaps:before{content:""}.isax-bold-smart-car:before{content:""}.isax-bold-smart-home:before{content:""}.isax-bold-smileys:before{content:""}.isax-bold-sms:before{content:""}.isax-bold-sms-edit:before{content:""}.isax-bold-sms-notification:before{content:""}.isax-bold-sms-search:before{content:""}.isax-bold-sms-star:before{content:""}.isax-bold-sms-tracking:before{content:""}.isax-bold-snapchat:before{content:""}.isax-bold-sol:before{content:""}.isax-bold-sort:before{content:""}.isax-bold-sound:before{content:""}.isax-bold-speaker:before{content:""}.isax-bold-speedometer:before{content:""}.isax-bold-spotify:before{content:""}.isax-bold-square-3d:before{content:""}.isax-bold-squares:before{content:""}.isax-bold-star:before{content:""}.isax-bold-star-1:before{content:""}.isax-bold-star-slash:before{content:""}.isax-bold-status:before{content:""}.isax-bold-status-up:before{content:""}.isax-bold-sticker:before{content:""}.isax-bold-stickynote:before{content:""}.isax-bold-stop:before{content:""}.isax-bold-stop-circle:before{content:""}.isax-bold-story:before{content:""}.isax-bold-strongbox:before{content:""}.isax-bold-strongbox-2:before{content:""}.isax-bold-stx:before{content:""}.isax-bold-subtitle:before{content:""}.isax-bold-sun:before{content:""}.isax-bold-sun-1:before{content:""}.isax-bold-sun-fog:before{content:""}.isax-bold-support:before{content:""}.isax-bold-tag:before{content:""}.isax-bold-tag-2:before{content:""}.isax-bold-tag-cross:before{content:""}.isax-bold-tag-right:before{content:""}.isax-bold-tag-user:before{content:""}.isax-bold-task:before{content:""}.isax-bold-task-square:before{content:""}.isax-bold-teacher:before{content:""}.isax-bold-text:before{content:""}.isax-bold-textalign-center:before{content:""}.isax-bold-textalign-justifycenter:before{content:""}.isax-bold-textalign-justifyleft:before{content:""}.isax-bold-textalign-justifyright:before{content:""}.isax-bold-textalign-left:before{content:""}.isax-bold-textalign-right:before{content:""}.isax-bold-text-block:before{content:""}.isax-bold-text-bold:before{content:""}.isax-bold-text-italic:before{content:""}.isax-bold-text-underline:before{content:""}.isax-bold-theta:before{content:""}.isax-bold-tick-circle:before{content:""}.isax-bold-ticket:before{content:""}.isax-bold-ticket-2:before{content:""}.isax-bold-ticket-discount:before{content:""}.isax-bold-ticket-expired:before{content:""}.isax-bold-ticket-star:before{content:""}.isax-bold-tick-square:before{content:""}.isax-bold-timer:before{content:""}.isax-bold-timer-1:before{content:""}.isax-bold-timer-pause:before{content:""}.isax-bold-timer-start:before{content:""}.isax-bold-toggle-off:before{content:""}.isax-bold-toggle-off-circle:before{content:""}.isax-bold-toggle-on:before{content:""}.isax-bold-toggle-on-circle:before{content:""}.isax-bold-trade:before{content:""}.isax-bold-transaction-minus:before{content:""}.isax-bold-translate:before{content:""}.isax-bold-trash:before{content:""}.isax-bold-tree:before{content:""}.isax-bold-trello:before{content:""}.isax-bold-trend-down:before{content:""}.isax-bold-trend-up:before{content:""}.isax-bold-triangle:before{content:""}.isax-bold-triangle-1:before{content:""}.isax-bold-truck:before{content:""}.isax-bold-truck-fast:before{content:""}.isax-bold-truck-remove:before{content:""}.isax-bold-truck-tick:before{content:""}.isax-bold-truck-time:before{content:""}.isax-bold-trush-square:before{content:""}.isax-bold-trx:before{content:""}.isax-bold-twitch:before{content:""}.isax-bold-ui8:before{content:""}.isax-bold-undo:before{content:""}.isax-bold-unlimited:before{content:""}.isax-bold-unlock:before{content:""}.isax-bold-usdc:before{content:""}.isax-bold-usdt:before{content:""}.isax-bold-user:before{content:""}.isax-bold-user-add:before{content:""}.isax-bold-user-cirlce-add:before{content:""}.isax-bold-user-edit:before{content:""}.isax-bold-user-minus:before{content:""}.isax-bold-user-octagon:before{content:""}.isax-bold-user-remove:before{content:""}.isax-bold-user-search:before{content:""}.isax-bold-user-square:before{content:""}.isax-bold-user-tag:before{content:""}.isax-bold-user-tick:before{content:""}.isax-bold-verify:before{content:""}.isax-bold-vibe:before{content:""}.isax-bold-video:before{content:""}.isax-bold-video-add:before{content:""}.isax-bold-video-circle:before{content:""}.isax-bold-video-horizontal:before{content:""}.isax-bold-video-octagon:before{content:""}.isax-bold-video-play:before{content:""}.isax-bold-video-remove:before{content:""}.isax-bold-video-slash:before{content:""}.isax-bold-video-square:before{content:""}.isax-bold-video-tick:before{content:""}.isax-bold-video-time:before{content:""}.isax-bold-video-vertical:before{content:""}.isax-bold-vlx:before{content:""}.isax-bold-voice-cricle:before{content:""}.isax-bold-voice-square:before{content:""}.isax-bold-volume-cross:before{content:""}.isax-bold-volume-high:before{content:""}.isax-bold-volume-low:before{content:""}.isax-bold-volume-low-1:before{content:""}.isax-bold-volume-mute:before{content:""}.isax-bold-volume-slash:before{content:""}.isax-bold-volume-up:before{content:""}.isax-bold-vuesax:before{content:""}.isax-bold-wallet:before{content:""}.isax-bold-wallet-1:before{content:""}.isax-bold-wallet-2:before{content:""}.isax-bold-wallet-3:before{content:""}.isax-bold-wallet-add:before{content:""}.isax-bold-wallet-add-1:before{content:""}.isax-bold-wallet-check:before{content:""}.isax-bold-wallet-minus:before{content:""}.isax-bold-wallet-money:before{content:""}.isax-bold-wallet-remove:before{content:""}.isax-bold-wallet-search:before{content:""}.isax-bold-wan:before{content:""}.isax-bold-wan-1:before{content:""}.isax-bold-warning-2:before{content:""}.isax-bold-watch:before{content:""}.isax-bold-watch-status:before{content:""}.isax-bold-weight:before{content:""}.isax-bold-weight-1:before{content:""}.isax-bold-whatsapp:before{content:""}.isax-bold-wifi:before{content:""}.isax-bold-wifi-square:before{content:""}.isax-bold-wind:before{content:""}.isax-bold-wind-2:before{content:""}.isax-bold-windows:before{content:""}.isax-bold-wing:before{content:""}.isax-bold-woman:before{content:""}.isax-bold-xd:before{content:""}.isax-bold-xem:before{content:""}.isax-bold-xiaomi:before{content:""}.isax-bold-xlm:before{content:""}.isax-bold-xmr:before{content:""}.isax-bold-xrp:before{content:""}.isax-bold-youtube:before{content:""}.isax-bold-zel:before{content:""}.isax-bold-zoom:before{content:""}@font-face{font-family:isax-bulk;src:url(/build/assets/isax-bulk-D3CuNIG_.eot?28unuw);src:url(/build/assets/isax-bulk-D3CuNIG_.eot?28unuw#iefix) format("embedded-opentype"),url(/build/assets/isax-bulk--GWM93jg.ttf?28unuw) format("truetype"),url(/build/assets/isax-bulk-Df6MtbIR.woff?28unuw) format("woff"),url(/build/assets/isax-bulk-uqERHNiv.svg?28unuw#isax-bulk) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=isax-bulk-],[class*=" isax-bulk-"]{font-family:isax-bulk!important}.isax-bulk-aave .path1:before{content:"";opacity:.4}.isax-bulk-aave .path2:before{content:"";margin-left:-1em}.isax-bulk-activity .path1:before{content:"";opacity:.4}.isax-bulk-activity .path2:before{content:"";margin-left:-1em}.isax-bulk-ada .path1:before{content:"";opacity:.36}.isax-bulk-ada .path2:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path3:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path4:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path5:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path6:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path7:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path8:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path9:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path10:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path11:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path12:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ada .path13:before{content:"";margin-left:-1em}.isax-bulk-ada .path14:before{content:"";margin-left:-1em}.isax-bulk-ada .path15:before{content:"";margin-left:-1em}.isax-bulk-ada .path16:before{content:"";margin-left:-1em}.isax-bulk-ada .path17:before{content:"";margin-left:-1em}.isax-bulk-ada .path18:before{content:"";margin-left:-1em}.isax-bulk-ada .path19:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path20:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path21:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path22:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path23:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path24:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path25:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path26:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path27:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path28:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path29:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ada .path30:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-add .path1:before{content:"";opacity:.4}.isax-bulk-add .path2:before{content:"";margin-left:-1em}.isax-bulk-add-circle .path1:before{content:"";opacity:.4}.isax-bulk-add-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-additem .path1:before{content:"";opacity:.4}.isax-bulk-additem .path2:before{content:"";margin-left:-1em}.isax-bulk-additem .path3:before{content:"";margin-left:-1em}.isax-bulk-add-square .path1:before{content:"";opacity:.4}.isax-bulk-add-square .path2:before{content:"";margin-left:-1em}.isax-bulk-airdrop .path1:before{content:""}.isax-bulk-airdrop .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-airdrop .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-airdrop .path4:before{content:"";margin-left:-1em}.isax-bulk-airplane .path1:before{content:""}.isax-bulk-airplane .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-airplane-square .path1:before{content:"";opacity:.4}.isax-bulk-airplane-square .path2:before{content:"";margin-left:-1em}.isax-bulk-airpod .path1:before{content:"";opacity:.4}.isax-bulk-airpod .path2:before{content:"";margin-left:-1em}.isax-bulk-airpods .path1:before{content:"";opacity:.4}.isax-bulk-airpods .path2:before{content:"";margin-left:-1em}.isax-bulk-airpods .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-airpods .path4:before{content:"";margin-left:-1em}.isax-bulk-airpods .path5:before{content:"";margin-left:-1em}.isax-bulk-airpods .path6:before{content:"";margin-left:-1em}.isax-bulk-alarm .path1:before{content:"";opacity:.4}.isax-bulk-alarm .path2:before{content:"";margin-left:-1em}.isax-bulk-alarm .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-alarm .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-alarm .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-align-bottom .path1:before{content:""}.isax-bulk-align-bottom .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-align-bottom .path3:before{content:"";margin-left:-1em}.isax-bulk-align-horizontally .path1:before{content:""}.isax-bulk-align-horizontally .path2:before{content:"";margin-left:-1em}.isax-bulk-align-horizontally .path3:before{content:"";margin-left:-1em}.isax-bulk-align-horizontally .path4:before{content:"";margin-left:-1em}.isax-bulk-align-horizontally .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-align-left .path1:before{content:""}.isax-bulk-align-left .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-align-left .path3:before{content:"";margin-left:-1em}.isax-bulk-align-right .path1:before{content:""}.isax-bulk-align-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-align-right .path3:before{content:"";margin-left:-1em}.isax-bulk-align-vertically .path1:before{content:""}.isax-bulk-align-vertically .path2:before{content:"";margin-left:-1em}.isax-bulk-align-vertically .path3:before{content:"";margin-left:-1em}.isax-bulk-align-vertically .path4:before{content:"";margin-left:-1em}.isax-bulk-align-vertically .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-android .path1:before{content:""}.isax-bulk-android .path2:before{content:"";margin-left:-1em}.isax-bulk-android .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-android .path4:before{content:"";margin-left:-1em}.isax-bulk-android .path5:before{content:"";margin-left:-1em}.isax-bulk-android .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ankr .path1:before{content:""}.isax-bulk-ankr .path2:before{content:"";margin-left:-1em}.isax-bulk-ankr .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-apple .path1:before{content:""}.isax-bulk-apple .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-aquarius .path1:before{content:""}.isax-bulk-aquarius .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-archive .path1:before{content:"";opacity:.4}.isax-bulk-archive .path2:before{content:"";margin-left:-1em}.isax-bulk-archive .path3:before{content:"";margin-left:-1em}.isax-bulk-archive-1 .path1:before{content:"";opacity:.4}.isax-bulk-archive-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-archive-2 .path1:before{content:"";opacity:.4}.isax-bulk-archive-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-archive-add .path1:before{content:"";opacity:.4}.isax-bulk-archive-add .path2:before{content:"";margin-left:-1em}.isax-bulk-archive-book .path1:before{content:"";opacity:.4}.isax-bulk-archive-book .path2:before{content:"";margin-left:-1em}.isax-bulk-archive-book .path3:before{content:"";margin-left:-1em}.isax-bulk-archive-book .path4:before{content:"";margin-left:-1em}.isax-bulk-archive-minus .path1:before{content:"";opacity:.4}.isax-bulk-archive-minus .path2:before{content:"";margin-left:-1em}.isax-bulk-archive-slash .path1:before{content:"";opacity:.4}.isax-bulk-archive-slash .path2:before{content:"";margin-left:-1em}.isax-bulk-archive-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-archive-tick .path1:before{content:"";opacity:.4}.isax-bulk-archive-tick .path2:before{content:"";margin-left:-1em}.isax-bulk-arrange-circle .path1:before{content:"";opacity:.4}.isax-bulk-arrange-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-arrange-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-arrange-circle-2 .path1:before{content:"";opacity:.4}.isax-bulk-arrange-circle-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrange-circle-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-arrange-square .path1:before{content:"";opacity:.4}.isax-bulk-arrange-square .path2:before{content:"";margin-left:-1em}.isax-bulk-arrange-square .path3:before{content:"";margin-left:-1em}.isax-bulk-arrange-square-2 .path1:before{content:"";opacity:.4}.isax-bulk-arrange-square-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrange-square-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-arrow .path1:before{content:"";opacity:.4}.isax-bulk-arrow .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-arrow .path3:before{content:"";margin-left:-1em}.isax-bulk-arrow .path4:before{content:"";margin-left:-1em}.isax-bulk-arrow .path5:before{content:"";margin-left:-1em}.isax-bulk-arrow .path6:before{content:"";margin-left:-1em}.isax-bulk-arrow-2 .path1:before{content:"";opacity:.4}.isax-bulk-arrow-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-3 .path1:before{content:""}.isax-bulk-arrow-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-arrow-circle-down .path1:before{content:"";opacity:.4}.isax-bulk-arrow-circle-down .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-circle-left .path1:before{content:"";opacity:.4}.isax-bulk-arrow-circle-left .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-circle-right .path1:before{content:"";opacity:.4}.isax-bulk-arrow-circle-right .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-circle-up .path1:before{content:"";opacity:.4}.isax-bulk-arrow-circle-up .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-down .path1:before{content:"";opacity:.4}.isax-bulk-arrow-down .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-down-1 .path1:before{content:"";opacity:.4}.isax-bulk-arrow-down-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-down-2 .path1:before{content:"";opacity:.4}.isax-bulk-arrow-down-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-down-3 .path1:before{content:""}.isax-bulk-arrow-down-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-arrow-left .path1:before{content:"";opacity:.4}.isax-bulk-arrow-left .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-left-1 .path1:before{content:"";opacity:.4}.isax-bulk-arrow-left-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-left-2 .path1:before{content:"";opacity:.4}.isax-bulk-arrow-left-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-left-3 .path1:before{content:""}.isax-bulk-arrow-left-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-arrow-right .path1:before{content:"";opacity:.4}.isax-bulk-arrow-right .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-right-1 .path1:before{content:"";opacity:.4}.isax-bulk-arrow-right-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-right-2 .path1:before{content:"";opacity:.4}.isax-bulk-arrow-right-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-right-3 .path1:before{content:""}.isax-bulk-arrow-right-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-arrow-square .path1:before{content:"";opacity:.4}.isax-bulk-arrow-square .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-square-down .path1:before{content:"";opacity:.4}.isax-bulk-arrow-square-down .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-square-left .path1:before{content:"";opacity:.4}.isax-bulk-arrow-square-left .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-square-right .path1:before{content:"";opacity:.4}.isax-bulk-arrow-square-right .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-square-up .path1:before{content:"";opacity:.4}.isax-bulk-arrow-square-up .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-swap .path1:before{content:"";opacity:.4}.isax-bulk-arrow-swap .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-swap .path3:before{content:"";margin-left:-1em}.isax-bulk-arrow-swap-horizontal .path1:before{content:"";opacity:.4}.isax-bulk-arrow-swap-horizontal .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-swap-horizontal .path3:before{content:"";margin-left:-1em}.isax-bulk-arrow-up .path1:before{content:"";opacity:.4}.isax-bulk-arrow-up .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-up-1 .path1:before{content:"";opacity:.4}.isax-bulk-arrow-up-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-up-2 .path1:before{content:"";opacity:.4}.isax-bulk-arrow-up-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-arrow-up-3 .path1:before{content:""}.isax-bulk-arrow-up-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-attach-circle .path1:before{content:"";opacity:.4}.isax-bulk-attach-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-attach-square .path1:before{content:"";opacity:.4}.isax-bulk-attach-square .path2:before{content:"";margin-left:-1em}.isax-bulk-audio-square .path1:before{content:"";opacity:.4}.isax-bulk-audio-square .path2:before{content:"";margin-left:-1em}.isax-bulk-autobrightness .path1:before{content:"";opacity:.4}.isax-bulk-autobrightness .path2:before{content:"";margin-left:-1em}.isax-bulk-autobrightness .path3:before{content:"";margin-left:-1em}.isax-bulk-avax .path1:before{content:""}.isax-bulk-avax .path2:before{content:"";margin-left:-1em}.isax-bulk-avax .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-award .path1:before{content:"";opacity:.4}.isax-bulk-award .path2:before{content:"";margin-left:-1em}.isax-bulk-award .path3:before{content:"";margin-left:-1em}.isax-bulk-back-square .path1:before{content:"";opacity:.4}.isax-bulk-back-square .path2:before{content:"";margin-left:-1em}.isax-bulk-backward .path1:before{content:"";opacity:.4}.isax-bulk-backward .path2:before{content:"";margin-left:-1em}.isax-bulk-backward-5-seconds .path1:before{content:""}.isax-bulk-backward-5-seconds .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-backward-10-seconds .path1:before{content:""}.isax-bulk-backward-10-seconds .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-backward-10-seconds .path3:before{content:"";margin-left:-1em}.isax-bulk-backward-15-seconds .path1:before{content:""}.isax-bulk-backward-15-seconds .path2:before{content:"";margin-left:-1em}.isax-bulk-backward-15-seconds .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-backward-item .path1:before{content:"";opacity:.4}.isax-bulk-backward-item .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-backward-item .path3:before{content:"";margin-left:-1em}.isax-bulk-bag .path1:before{content:"";opacity:.4}.isax-bulk-bag .path2:before{content:"";margin-left:-1em}.isax-bulk-bag-2 .path1:before{content:"";opacity:.4}.isax-bulk-bag-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-bag-cross .path1:before{content:"";opacity:.4}.isax-bulk-bag-cross .path2:before{content:"";margin-left:-1em}.isax-bulk-bag-cross-1 .path1:before{content:"";opacity:.4}.isax-bulk-bag-cross-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-bag-cross-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bag-cross-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-bag-happy .path1:before{content:"";opacity:.4}.isax-bulk-bag-happy .path2:before{content:"";margin-left:-1em}.isax-bulk-bag-tick .path1:before{content:"";opacity:.4}.isax-bulk-bag-tick .path2:before{content:"";margin-left:-1em}.isax-bulk-bag-tick-2 .path1:before{content:"";opacity:.4}.isax-bulk-bag-tick-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-bag-tick-2 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bag-tick-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-bag-timer .path1:before{content:"";opacity:.4}.isax-bulk-bag-timer .path2:before{content:"";margin-left:-1em}.isax-bulk-bag-timer .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bag-timer .path4:before{content:"";margin-left:-1em}.isax-bulk-bank .path1:before{content:""}.isax-bulk-bank .path2:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-bank .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-barcode .path1:before{content:"";opacity:.4}.isax-bulk-barcode .path2:before{content:"";margin-left:-1em}.isax-bulk-barcode .path3:before{content:"";margin-left:-1em}.isax-bulk-barcode .path4:before{content:"";margin-left:-1em}.isax-bulk-barcode .path5:before{content:"";margin-left:-1em}.isax-bulk-barcode .path6:before{content:"";margin-left:-1em}.isax-bulk-barcode .path7:before{content:"";margin-left:-1em}.isax-bulk-barcode .path8:before{content:"";margin-left:-1em}.isax-bulk-battery-3full .path1:before{content:"";opacity:.4}.isax-bulk-battery-3full .path2:before{content:"";margin-left:-1em}.isax-bulk-battery-3full .path3:before{content:"";margin-left:-1em}.isax-bulk-battery-3full .path4:before{content:"";margin-left:-1em}.isax-bulk-battery-charging .path1:before{content:"";opacity:.4}.isax-bulk-battery-charging .path2:before{content:"";margin-left:-1em}.isax-bulk-battery-charging .path3:before{content:"";margin-left:-1em}.isax-bulk-battery-disable .path1:before{content:""}.isax-bulk-battery-disable .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-battery-disable .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-battery-disable .path4:before{content:"";margin-left:-1em}.isax-bulk-battery-empty .path1:before{content:"";opacity:.4}.isax-bulk-battery-empty .path2:before{content:"";margin-left:-1em}.isax-bulk-battery-empty-1 .path1:before{content:"";opacity:.4}.isax-bulk-battery-empty-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-battery-empty-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-battery-full .path1:before{content:"";opacity:.4}.isax-bulk-battery-full .path2:before{content:"";margin-left:-1em}.isax-bulk-battery-full .path3:before{content:"";margin-left:-1em}.isax-bulk-battery-full .path4:before{content:"";margin-left:-1em}.isax-bulk-battery-full .path5:before{content:"";margin-left:-1em}.isax-bulk-be .path1:before{content:""}.isax-bulk-be .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-be .path3:before{content:"";margin-left:-1em}.isax-bulk-bezier .path1:before{content:""}.isax-bulk-bezier .path2:before{content:"";margin-left:-1em}.isax-bulk-bezier .path3:before{content:"";margin-left:-1em}.isax-bulk-bezier .path4:before{content:"";margin-left:-1em}.isax-bulk-bezier .path5:before{content:"";margin-left:-1em}.isax-bulk-bezier .path6:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-bezier .path7:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-bill .path1:before{content:"";opacity:.4}.isax-bulk-bill .path2:before{content:"";margin-left:-1em}.isax-bulk-bill .path3:before{content:"";margin-left:-1em}.isax-bulk-bill .path4:before{content:"";margin-left:-1em}.isax-bulk-bitcoin-card .path1:before{content:"";opacity:.4}.isax-bulk-bitcoin-card .path2:before{content:"";margin-left:-1em}.isax-bulk-bitcoin-card .path3:before{content:"";margin-left:-1em}.isax-bulk-bitcoin-convert .path1:before{content:"";opacity:.4}.isax-bulk-bitcoin-convert .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bitcoin-convert .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bitcoin-convert .path4:before{content:"";margin-left:-1em}.isax-bulk-bitcoin-convert .path5:before{content:"";margin-left:-1em}.isax-bulk-bitcoin-refresh .path1:before{content:"";opacity:.4}.isax-bulk-bitcoin-refresh .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bitcoin-refresh .path3:before{content:"";margin-left:-1em}.isax-bulk-blend .path1:before{content:""}.isax-bulk-blend .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-blend-2 .path1:before{content:""}.isax-bulk-blend-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-blend-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-blend-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-blend-2 .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-blogger .path1:before{content:""}.isax-bulk-blogger .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bluetooth .path1:before{content:"";opacity:.4}.isax-bulk-bluetooth .path2:before{content:"";margin-left:-1em}.isax-bulk-bluetooth-2 .path1:before{content:"";opacity:.4}.isax-bulk-bluetooth-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-bluetooth-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-bluetooth-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-bluetooth-circle .path1:before{content:"";opacity:.4}.isax-bulk-bluetooth-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-bluetooth-rectangle .path1:before{content:"";opacity:.4}.isax-bulk-bluetooth-rectangle .path2:before{content:"";margin-left:-1em}.isax-bulk-blur .path1:before{content:"";opacity:.4}.isax-bulk-blur .path2:before{content:"";margin-left:-1em}.isax-bulk-bnb .path1:before{content:""}.isax-bulk-bnb .path2:before{content:"";margin-left:-1em}.isax-bulk-bnb .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bnb .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bnb .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-book .path1:before{content:"";opacity:.4}.isax-bulk-book .path2:before{content:"";margin-left:-1em}.isax-bulk-book .path3:before{content:"";margin-left:-1em}.isax-bulk-book .path4:before{content:"";margin-left:-1em}.isax-bulk-book-1 .path1:before{content:"";opacity:.4}.isax-bulk-book-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-book-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-book-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-bookmark .path1:before{content:"";opacity:.4}.isax-bulk-bookmark .path2:before{content:"";margin-left:-1em}.isax-bulk-bookmark-2 .path1:before{content:""}.isax-bulk-bookmark-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-book-saved .path1:before{content:"";opacity:.4}.isax-bulk-book-saved .path2:before{content:"";margin-left:-1em}.isax-bulk-book-saved .path3:before{content:"";margin-left:-1em}.isax-bulk-book-square .path1:before{content:"";opacity:.4}.isax-bulk-book-square .path2:before{content:"";margin-left:-1em}.isax-bulk-book-square .path3:before{content:"";margin-left:-1em}.isax-bulk-bootstrap .path1:before{content:"";opacity:.4}.isax-bulk-bootstrap .path2:before{content:"";margin-left:-1em}.isax-bulk-box .path1:before{content:"";opacity:.4}.isax-bulk-box .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box .path4:before{content:"";margin-left:-1em}.isax-bulk-box .path5:before{content:"";margin-left:-1em}.isax-bulk-box-1 .path1:before{content:"";opacity:.4}.isax-bulk-box-1 .path2:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-box-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-box-2 .path1:before{content:"";opacity:.4}.isax-bulk-box-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-box-2 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-box-2 .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-2 .path6:before{content:"";margin-left:-1em}.isax-bulk-box-2 .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-add .path1:before{content:""}.isax-bulk-box-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-add .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-add .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-remove .path1:before{content:""}.isax-bulk-box-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-remove .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-remove .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-search .path1:before{content:"";opacity:.4}.isax-bulk-box-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-search .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-search .path4:before{content:"";margin-left:-1em}.isax-bulk-box-tick .path1:before{content:"";opacity:.4}.isax-bulk-box-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-tick .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-tick .path4:before{content:"";margin-left:-1em}.isax-bulk-box-time .path1:before{content:"";opacity:.4}.isax-bulk-box-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-time .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-box-time .path4:before{content:"";margin-left:-1em}.isax-bulk-briefcase .path1:before{content:""}.isax-bulk-briefcase .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-brifecase-cross .path1:before{content:""}.isax-bulk-brifecase-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-brifecase-cross .path3:before{content:"";margin-left:-1em}.isax-bulk-brifecase-tick .path1:before{content:"";opacity:.4}.isax-bulk-brifecase-tick .path2:before{content:"";margin-left:-1em}.isax-bulk-brifecase-tick .path3:before{content:"";margin-left:-1em}.isax-bulk-brifecase-timer .path1:before{content:""}.isax-bulk-brifecase-timer .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-brifecase-timer .path3:before{content:"";margin-left:-1em}.isax-bulk-broom .path1:before{content:"";opacity:.4}.isax-bulk-broom .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-broom .path3:before{content:"";margin-left:-1em}.isax-bulk-broom .path4:before{content:"";margin-left:-1em}.isax-bulk-broom .path5:before{content:"";margin-left:-1em}.isax-bulk-broom .path6:before{content:"";margin-left:-1em}.isax-bulk-brush .path1:before{content:""}.isax-bulk-brush .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-brush-1 .path1:before{content:""}.isax-bulk-brush-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-brush-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-brush-2 .path1:before{content:""}.isax-bulk-brush-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-brush-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-brush-3 .path1:before{content:"";opacity:.4}.isax-bulk-brush-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-brush-3 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-brush-3 .path4:before{content:"";margin-left:-1em}.isax-bulk-brush-4 .path1:before{content:""}.isax-bulk-brush-4 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-brush-4 .path3:before{content:"";margin-left:-1em}.isax-bulk-brush-4 .path4:before{content:"";margin-left:-1em}.isax-bulk-btc .path1:before{content:"";opacity:.4}.isax-bulk-btc .path2:before{content:"";margin-left:-1em}.isax-bulk-bubble .path1:before{content:""}.isax-bulk-bubble .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bubble .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bucket .path1:before{content:""}.isax-bulk-bucket .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-bucket .path3:before{content:"";margin-left:-1em}.isax-bulk-bucket .path4:before{content:"";margin-left:-1em}.isax-bulk-bucket-circle .path1:before{content:"";opacity:.4}.isax-bulk-bucket-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-bucket-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-bucket-square .path1:before{content:"";opacity:.4}.isax-bulk-bucket-square .path2:before{content:"";margin-left:-1em}.isax-bulk-bucket-square .path3:before{content:"";margin-left:-1em}.isax-bulk-building .path1:before{content:"";opacity:.4}.isax-bulk-building .path2:before{content:"";margin-left:-1em}.isax-bulk-building .path3:before{content:"";margin-left:-1em}.isax-bulk-building .path4:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-building .path5:before{content:"";margin-left:-1em}.isax-bulk-building .path6:before{content:"";margin-left:-1em}.isax-bulk-building-3 .path1:before{content:"";opacity:.4}.isax-bulk-building-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-building-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-building-3 .path4:before{content:"";margin-left:-1em}.isax-bulk-building-3 .path5:before{content:"";margin-left:-1em}.isax-bulk-building-4 .path1:before{content:"";opacity:.4}.isax-bulk-building-4 .path2:before{content:"";margin-left:-1em}.isax-bulk-building-4 .path3:before{content:"";margin-left:-1em}.isax-bulk-building-4 .path4:before{content:"";margin-left:-1em}.isax-bulk-building-4 .path5:before{content:"";margin-left:-1em}.isax-bulk-buildings .path1:before{content:"";opacity:.6}.isax-bulk-buildings .path2:before{content:"";margin-left:-1em}.isax-bulk-buildings .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-buildings .path4:before{content:"";margin-left:-1em}.isax-bulk-buildings .path5:before{content:"";margin-left:-1em}.isax-bulk-buildings .path6:before{content:"";margin-left:-1em}.isax-bulk-buildings-2 .path1:before{content:""}.isax-bulk-buildings-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-buildings-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-buildings-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-buildings-2 .path5:before{content:"";margin-left:-1em}.isax-bulk-buildings-2 .path6:before{content:"";margin-left:-1em}.isax-bulk-buliding .path1:before{content:""}.isax-bulk-buliding .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-buliding .path3:before{content:"";margin-left:-1em}.isax-bulk-buliding .path4:before{content:"";margin-left:-1em}.isax-bulk-buliding .path5:before{content:"";margin-left:-1em}.isax-bulk-buliding .path6:before{content:"";margin-left:-1em}.isax-bulk-buliding .path7:before{content:"";margin-left:-1em}.isax-bulk-buliding .path8:before{content:"";margin-left:-1em}.isax-bulk-bus .path1:before{content:"";opacity:.4}.isax-bulk-bus .path2:before{content:"";margin-left:-1em}.isax-bulk-bus .path3:before{content:"";margin-left:-1em}.isax-bulk-bus .path4:before{content:"";margin-left:-1em}.isax-bulk-bus .path5:before{content:"";margin-left:-1em}.isax-bulk-busd .path1:before{content:""}.isax-bulk-busd .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-busd .path3:before{content:"";margin-left:-1em}.isax-bulk-busd .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-buy-crypto .path1:before{content:""}.isax-bulk-buy-crypto .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-buy-crypto .path3:before{content:"";margin-left:-1em}.isax-bulk-cake .path1:before{content:""}.isax-bulk-cake .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cake .path3:before{content:"";margin-left:-1em}.isax-bulk-cake .path4:before{content:"";margin-left:-1em}.isax-bulk-cake .path5:before{content:"";margin-left:-1em}.isax-bulk-cake .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-calculator .path1:before{content:"";opacity:.4}.isax-bulk-calculator .path2:before{content:"";margin-left:-1em}.isax-bulk-calculator .path3:before{content:"";margin-left:-1em}.isax-bulk-calculator .path4:before{content:"";margin-left:-1em}.isax-bulk-calculator .path5:before{content:"";margin-left:-1em}.isax-bulk-calculator .path6:before{content:"";margin-left:-1em}.isax-bulk-calculator .path7:before{content:"";margin-left:-1em}.isax-bulk-calculator .path8:before{content:"";margin-left:-1em}.isax-bulk-calendar .path1:before{content:""}.isax-bulk-calendar .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-calendar .path3:before{content:"";margin-left:-1em}.isax-bulk-calendar .path4:before{content:"";margin-left:-1em}.isax-bulk-calendar .path5:before{content:"";margin-left:-1em}.isax-bulk-calendar .path6:before{content:"";margin-left:-1em}.isax-bulk-calendar .path7:before{content:"";margin-left:-1em}.isax-bulk-calendar .path8:before{content:"";margin-left:-1em}.isax-bulk-calendar-1 .path1:before{content:""}.isax-bulk-calendar-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-calendar-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-calendar-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-calendar-1 .path5:before{content:"";margin-left:-1em}.isax-bulk-calendar-2 .path1:before{content:""}.isax-bulk-calendar-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-calendar-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-calendar-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-calendar-2 .path5:before{content:"";margin-left:-1em}.isax-bulk-calendar-add .path1:before{content:""}.isax-bulk-calendar-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-calendar-add .path3:before{content:"";margin-left:-1em}.isax-bulk-calendar-add .path4:before{content:"";margin-left:-1em}.isax-bulk-calendar-add .path5:before{content:"";margin-left:-1em}.isax-bulk-calendar-add .path6:before{content:"";margin-left:-1em}.isax-bulk-calendar-circle .path1:before{content:"";opacity:.4}.isax-bulk-calendar-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-calendar-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-calendar-edit .path1:before{content:""}.isax-bulk-calendar-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-calendar-edit .path3:before{content:"";margin-left:-1em}.isax-bulk-calendar-remove .path1:before{content:""}.isax-bulk-calendar-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-calendar-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-calendar-remove .path4:before{content:"";margin-left:-1em}.isax-bulk-calendar-remove .path5:before{content:"";margin-left:-1em}.isax-bulk-calendar-remove .path6:before{content:"";margin-left:-1em}.isax-bulk-calendar-search .path1:before{content:"";opacity:.4}.isax-bulk-calendar-search .path2:before{content:"";margin-left:-1em}.isax-bulk-calendar-search .path3:before{content:"";margin-left:-1em}.isax-bulk-calendar-tick .path1:before{content:""}.isax-bulk-calendar-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-calendar-tick .path3:before{content:"";margin-left:-1em}.isax-bulk-calendar-tick .path4:before{content:"";margin-left:-1em}.isax-bulk-calendar-tick .path5:before{content:"";margin-left:-1em}.isax-bulk-calendar-tick .path6:before{content:"";margin-left:-1em}.isax-bulk-call .path1:before{content:"";opacity:.4}.isax-bulk-call .path2:before{content:"";margin-left:-1em}.isax-bulk-call-add .path1:before{content:""}.isax-bulk-call-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-call-add .path3:before{content:"";margin-left:-1em}.isax-bulk-call-calling .path1:before{content:""}.isax-bulk-call-calling .path2:before{content:"";margin-left:-1em}.isax-bulk-call-calling .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-call-calling .path4:before{content:"";margin-left:-1em}.isax-bulk-call-incoming .path1:before{content:""}.isax-bulk-call-incoming .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-call-incoming .path3:before{content:"";margin-left:-1em}.isax-bulk-call-minus .path1:before{content:""}.isax-bulk-call-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-call-minus .path3:before{content:"";margin-left:-1em}.isax-bulk-call-outgoing .path1:before{content:""}.isax-bulk-call-outgoing .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-call-outgoing .path3:before{content:"";margin-left:-1em}.isax-bulk-call-received .path1:before{content:""}.isax-bulk-call-received .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-call-received .path3:before{content:"";margin-left:-1em}.isax-bulk-call-remove .path1:before{content:""}.isax-bulk-call-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-call-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-call-slash .path1:before{content:""}.isax-bulk-call-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-call-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-camera .path1:before{content:"";opacity:.4}.isax-bulk-camera .path2:before{content:"";margin-left:-1em}.isax-bulk-camera .path3:before{content:"";margin-left:-1em}.isax-bulk-camera-slash .path1:before{content:""}.isax-bulk-camera-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-camera-slash .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-camera-slash .path4:before{content:"";margin-left:-1em}.isax-bulk-camera-slash .path5:before{content:"";margin-left:-1em}.isax-bulk-camera-slash .path6:before{content:"";margin-left:-1em}.isax-bulk-candle .path1:before{content:"";opacity:.4}.isax-bulk-candle .path2:before{content:"";margin-left:-1em}.isax-bulk-candle-2 .path1:before{content:""}.isax-bulk-candle-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-car .path1:before{content:"";opacity:.4}.isax-bulk-car .path2:before{content:"";margin-left:-1em}.isax-bulk-car .path3:before{content:"";margin-left:-1em}.isax-bulk-car .path4:before{content:"";margin-left:-1em}.isax-bulk-card .path1:before{content:"";opacity:.4}.isax-bulk-card .path2:before{content:"";margin-left:-1em}.isax-bulk-card .path3:before{content:"";margin-left:-1em}.isax-bulk-card .path4:before{content:"";margin-left:-1em}.isax-bulk-card-add .path1:before{content:"";opacity:.4}.isax-bulk-card-add .path2:before{content:"";margin-left:-1em}.isax-bulk-card-add .path3:before{content:"";margin-left:-1em}.isax-bulk-card-coin .path1:before{content:"";opacity:.4}.isax-bulk-card-coin .path2:before{content:"";margin-left:-1em}.isax-bulk-card-coin .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-card-coin .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-card-coin .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-card-coin .path6:before{content:"";margin-left:-1em}.isax-bulk-card-edit .path1:before{content:"";opacity:.4}.isax-bulk-card-edit .path2:before{content:"";margin-left:-1em}.isax-bulk-card-edit .path3:before{content:"";margin-left:-1em}.isax-bulk-card-pos .path1:before{content:""}.isax-bulk-card-pos .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-card-pos .path3:before{content:"";margin-left:-1em}.isax-bulk-card-pos .path4:before{content:"";margin-left:-1em}.isax-bulk-card-pos .path5:before{content:"";margin-left:-1em}.isax-bulk-card-receive .path1:before{content:""}.isax-bulk-card-receive .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-card-receive .path3:before{content:"";margin-left:-1em}.isax-bulk-card-remove .path1:before{content:""}.isax-bulk-card-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-card-remove .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-card-remove .path4:before{content:"";margin-left:-1em}.isax-bulk-card-remove-1 .path1:before{content:"";opacity:.4}.isax-bulk-card-remove-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-card-remove-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-cards .path1:before{content:"";opacity:.4}.isax-bulk-cards .path2:before{content:"";margin-left:-1em}.isax-bulk-cards .path3:before{content:"";margin-left:-1em}.isax-bulk-cards .path4:before{content:"";margin-left:-1em}.isax-bulk-cards .path5:before{content:"";margin-left:-1em}.isax-bulk-card-send .path1:before{content:""}.isax-bulk-card-send .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-card-send .path3:before{content:"";margin-left:-1em}.isax-bulk-card-slash .path1:before{content:"";opacity:.4}.isax-bulk-card-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-card-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-card-slash .path4:before{content:"";margin-left:-1em}.isax-bulk-card-slash .path5:before{content:"";margin-left:-1em}.isax-bulk-card-slash .path6:before{content:"";margin-left:-1em}.isax-bulk-card-slash .path7:before{content:"";margin-left:-1em}.isax-bulk-card-tick .path1:before{content:""}.isax-bulk-card-tick .path2:before{content:"";margin-left:-1em}.isax-bulk-card-tick .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-card-tick .path4:before{content:"";margin-left:-1em}.isax-bulk-card-tick-1 .path1:before{content:"";opacity:.4}.isax-bulk-card-tick-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-card-tick-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-category .path1:before{content:""}.isax-bulk-category .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-category .path3:before{content:"";margin-left:-1em}.isax-bulk-category .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-category-1 .path1:before{content:"";opacity:.4}.isax-bulk-category-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-category-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-category-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-cd .path1:before{content:"";opacity:.4}.isax-bulk-cd .path2:before{content:"";margin-left:-1em}.isax-bulk-cel .path1:before{content:"";opacity:.4}.isax-bulk-cel .path2:before{content:"";margin-left:-1em}.isax-bulk-cel .path3:before{content:"";margin-left:-1em}.isax-bulk-celo .path1:before{content:"";opacity:.4}.isax-bulk-celo .path2:before{content:"";margin-left:-1em}.isax-bulk-chart .path1:before{content:"";opacity:.4}.isax-bulk-chart .path2:before{content:"";margin-left:-1em}.isax-bulk-chart .path3:before{content:"";margin-left:-1em}.isax-bulk-chart .path4:before{content:"";margin-left:-1em}.isax-bulk-chart-1 .path1:before{content:"";opacity:.4}.isax-bulk-chart-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-chart-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-chart-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-chart-2 .path1:before{content:"";opacity:.4}.isax-bulk-chart-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-chart-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-chart-3 .path1:before{content:"";opacity:.4}.isax-bulk-chart-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-chart-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-chart-4 .path1:before{content:""}.isax-bulk-chart-4 .path2:before{content:"";margin-left:-1em}.isax-bulk-chart-4 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-chart-4 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-chart-5 .path1:before{content:""}.isax-bulk-chart-5 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-chart-5 .path3:before{content:"";margin-left:-1em}.isax-bulk-chart-fail .path1:before{content:"";opacity:.4}.isax-bulk-chart-fail .path2:before{content:"";margin-left:-1em}.isax-bulk-chart-fail .path3:before{content:"";margin-left:-1em}.isax-bulk-chart-fail .path4:before{content:"";margin-left:-1em}.isax-bulk-chart-fail .path5:before{content:"";margin-left:-1em}.isax-bulk-chart-square .path1:before{content:"";opacity:.4}.isax-bulk-chart-square .path2:before{content:"";margin-left:-1em}.isax-bulk-chart-square .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-chart-square .path4:before{content:"";margin-left:-1em}.isax-bulk-chart-success .path1:before{content:""}.isax-bulk-chart-success .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-chart-success .path3:before{content:"";margin-left:-1em}.isax-bulk-chart-success .path4:before{content:"";margin-left:-1em}.isax-bulk-chart-success .path5:before{content:"";margin-left:-1em}.isax-bulk-check .path1:before{content:""}.isax-bulk-check .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-check .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-check .path4:before{content:"";margin-left:-1em}.isax-bulk-chrome .path1:before{content:"";opacity:.4}.isax-bulk-chrome .path2:before{content:"";margin-left:-1em}.isax-bulk-clipboard .path1:before{content:"";opacity:.4}.isax-bulk-clipboard .path2:before{content:"";margin-left:-1em}.isax-bulk-clipboard .path3:before{content:"";margin-left:-1em}.isax-bulk-clipboard-close .path1:before{content:"";opacity:.4}.isax-bulk-clipboard-close .path2:before{content:"";margin-left:-1em}.isax-bulk-clipboard-close .path3:before{content:"";margin-left:-1em}.isax-bulk-clipboard-export .path1:before{content:"";opacity:.4}.isax-bulk-clipboard-export .path2:before{content:"";margin-left:-1em}.isax-bulk-clipboard-export .path3:before{content:"";margin-left:-1em}.isax-bulk-clipboard-import .path1:before{content:"";opacity:.4}.isax-bulk-clipboard-import .path2:before{content:"";margin-left:-1em}.isax-bulk-clipboard-import .path3:before{content:"";margin-left:-1em}.isax-bulk-clipboard-text .path1:before{content:"";opacity:.4}.isax-bulk-clipboard-text .path2:before{content:"";margin-left:-1em}.isax-bulk-clipboard-text .path3:before{content:"";margin-left:-1em}.isax-bulk-clipboard-text .path4:before{content:"";margin-left:-1em}.isax-bulk-clipboard-tick .path1:before{content:"";opacity:.4}.isax-bulk-clipboard-tick .path2:before{content:"";margin-left:-1em}.isax-bulk-clipboard-tick .path3:before{content:"";margin-left:-1em}.isax-bulk-clock .path1:before{content:"";opacity:.4}.isax-bulk-clock .path2:before{content:"";margin-left:-1em}.isax-bulk-clock-1 .path1:before{content:"";opacity:.4}.isax-bulk-clock-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-clock-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-clock-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-close-circle .path1:before{content:"";opacity:.4}.isax-bulk-close-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-close-square .path1:before{content:"";opacity:.4}.isax-bulk-close-square .path2:before{content:"";margin-left:-1em}.isax-bulk-cloud .path1:before{content:""}.isax-bulk-cloud .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cloud-add .path1:before{content:"";opacity:.4}.isax-bulk-cloud-add .path2:before{content:"";margin-left:-1em}.isax-bulk-cloud-change .path1:before{content:""}.isax-bulk-cloud-change .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cloud-change .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cloud-connection .path1:before{content:"";opacity:.4}.isax-bulk-cloud-connection .path2:before{content:"";margin-left:-1em}.isax-bulk-cloud-cross .path1:before{content:""}.isax-bulk-cloud-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cloud-drizzle .path1:before{content:"";opacity:.4}.isax-bulk-cloud-drizzle .path2:before{content:"";margin-left:-1em}.isax-bulk-cloud-fog .path1:before{content:""}.isax-bulk-cloud-fog .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cloud-fog .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cloud-fog .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cloud-lightning .path1:before{content:"";opacity:.4}.isax-bulk-cloud-lightning .path2:before{content:"";margin-left:-1em}.isax-bulk-cloud-minus .path1:before{content:"";opacity:.4}.isax-bulk-cloud-minus .path2:before{content:"";margin-left:-1em}.isax-bulk-cloud-notify .path1:before{content:"";opacity:.4}.isax-bulk-cloud-notify .path2:before{content:"";margin-left:-1em}.isax-bulk-cloud-plus .path1:before{content:""}.isax-bulk-cloud-plus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cloud-remove .path1:before{content:"";opacity:.4}.isax-bulk-cloud-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-cloud-snow .path1:before{content:"";opacity:.4}.isax-bulk-cloud-snow .path2:before{content:"";margin-left:-1em}.isax-bulk-cloud-sunny .path1:before{content:"";opacity:.4}.isax-bulk-cloud-sunny .path2:before{content:"";margin-left:-1em}.isax-bulk-code .path1:before{content:"";opacity:.4}.isax-bulk-code .path2:before{content:"";margin-left:-1em}.isax-bulk-code .path3:before{content:"";margin-left:-1em}.isax-bulk-code-1 .path1:before{content:"";opacity:.4}.isax-bulk-code-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-code-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-code-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-code-circle .path1:before{content:"";opacity:.4}.isax-bulk-code-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-code-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-code-circle .path4:before{content:"";margin-left:-1em}.isax-bulk-coffee .path1:before{content:"";opacity:.6}.isax-bulk-coffee .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-coffee .path3:before{content:"";margin-left:-1em}.isax-bulk-coffee .path4:before{content:"";margin-left:-1em}.isax-bulk-coffee .path5:before{content:"";margin-left:-1em}.isax-bulk-coffee .path6:before{content:"";margin-left:-1em}.isax-bulk-coin .path1:before{content:""}.isax-bulk-coin .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-coin .path3:before{content:"";margin-left:-1em}.isax-bulk-coin-1 .path1:before{content:"";opacity:.4}.isax-bulk-coin-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-coin-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-colorfilter .path1:before{content:"";opacity:.6}.isax-bulk-colorfilter .path2:before{content:"";margin-left:-1em}.isax-bulk-colorfilter .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-colors-square .path1:before{content:"";opacity:.4}.isax-bulk-colors-square .path2:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-colors-square .path3:before{content:"";margin-left:-1em}.isax-bulk-colors-square .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-color-swatch .path1:before{content:"";opacity:.4}.isax-bulk-color-swatch .path2:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-color-swatch .path3:before{content:"";margin-left:-1em}.isax-bulk-command .path1:before{content:""}.isax-bulk-command .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-command .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-command .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-command .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-command-square .path1:before{content:"";opacity:.4}.isax-bulk-command-square .path2:before{content:"";margin-left:-1em}.isax-bulk-command-square .path3:before{content:"";margin-left:-1em}.isax-bulk-command-square .path4:before{content:"";margin-left:-1em}.isax-bulk-command-square .path5:before{content:"";margin-left:-1em}.isax-bulk-command-square .path6:before{content:"";margin-left:-1em}.isax-bulk-component:before{content:""}.isax-bulk-computing .path1:before{content:"";opacity:.4}.isax-bulk-computing .path2:before{content:"";margin-left:-1em}.isax-bulk-computing .path3:before{content:"";margin-left:-1em}.isax-bulk-computing .path4:before{content:"";margin-left:-1em}.isax-bulk-convert .path1:before{content:"";opacity:.4}.isax-bulk-convert .path2:before{content:"";margin-left:-1em}.isax-bulk-convert .path3:before{content:"";margin-left:-1em}.isax-bulk-convert-3d-cube .path1:before{content:"";opacity:.4}.isax-bulk-convert-3d-cube .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-convert-3d-cube .path3:before{content:"";margin-left:-1em}.isax-bulk-convert-3d-cube .path4:before{content:"";margin-left:-1em}.isax-bulk-convert-3d-cube .path5:before{content:"";margin-left:-1em}.isax-bulk-convert-3d-cube .path6:before{content:"";margin-left:-1em}.isax-bulk-convert-3d-cube .path7:before{content:"";margin-left:-1em}.isax-bulk-convert-3d-cube .path8:before{content:"";margin-left:-1em}.isax-bulk-convert-card .path1:before{content:"";opacity:.4}.isax-bulk-convert-card .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-convert-card .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-convert-card .path4:before{content:"";margin-left:-1em}.isax-bulk-convert-card .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-convert-card .path6:before{content:"";margin-left:-1em}.isax-bulk-convertshape .path1:before{content:"";opacity:.4}.isax-bulk-convertshape .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-convertshape .path3:before{content:"";margin-left:-1em}.isax-bulk-convertshape .path4:before{content:"";margin-left:-1em}.isax-bulk-convertshape-2 .path1:before{content:"";opacity:.4}.isax-bulk-convertshape-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-convertshape-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-convertshape-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-copy .path1:before{content:""}.isax-bulk-copy .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-copyright .path1:before{content:"";opacity:.4}.isax-bulk-copyright .path2:before{content:"";margin-left:-1em}.isax-bulk-copy-success .path1:before{content:"";opacity:.4}.isax-bulk-copy-success .path2:before{content:"";margin-left:-1em}.isax-bulk-courthouse .path1:before{content:"";opacity:.4}.isax-bulk-courthouse .path2:before{content:"";margin-left:-1em}.isax-bulk-cpu .path1:before{content:"";opacity:.4}.isax-bulk-cpu .path2:before{content:"";margin-left:-1em}.isax-bulk-cpu .path3:before{content:"";margin-left:-1em}.isax-bulk-cpu .path4:before{content:"";margin-left:-1em}.isax-bulk-cpu .path5:before{content:"";margin-left:-1em}.isax-bulk-cpu .path6:before{content:"";margin-left:-1em}.isax-bulk-cpu .path7:before{content:"";margin-left:-1em}.isax-bulk-cpu .path8:before{content:"";margin-left:-1em}.isax-bulk-cpu .path9:before{content:"";margin-left:-1em}.isax-bulk-cpu .path10:before{content:"";margin-left:-1em}.isax-bulk-cpu .path11:before{content:"";margin-left:-1em}.isax-bulk-cpu .path12:before{content:"";margin-left:-1em}.isax-bulk-cpu .path13:before{content:"";margin-left:-1em}.isax-bulk-cpu .path14:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path1:before{content:"";opacity:.4}.isax-bulk-cpu-charge .path2:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path3:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path4:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path5:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path6:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path7:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path8:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path9:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path10:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path11:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path12:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path13:before{content:"";margin-left:-1em}.isax-bulk-cpu-charge .path14:before{content:"";margin-left:-1em}.isax-bulk-cpu-setting .path1:before{content:"";opacity:.4}.isax-bulk-cpu-setting .path2:before{content:"";margin-left:-1em}.isax-bulk-cpu-setting .path3:before{content:"";margin-left:-1em}.isax-bulk-cpu-setting .path4:before{content:"";margin-left:-1em}.isax-bulk-cpu-setting .path5:before{content:"";margin-left:-1em}.isax-bulk-cpu-setting .path6:before{content:"";margin-left:-1em}.isax-bulk-cpu-setting .path7:before{content:"";margin-left:-1em}.isax-bulk-cpu-setting .path8:before{content:"";margin-left:-1em}.isax-bulk-cpu-setting .path9:before{content:"";margin-left:-1em}.isax-bulk-cpu-setting .path10:before{content:"";margin-left:-1em}.isax-bulk-cpu-setting .path11:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cpu-setting .path12:before{content:"";margin-left:-1em}.isax-bulk-creative-commons .path1:before{content:"";opacity:.4}.isax-bulk-creative-commons .path2:before{content:"";margin-left:-1em}.isax-bulk-creative-commons .path3:before{content:"";margin-left:-1em}.isax-bulk-crop .path1:before{content:"";opacity:.4}.isax-bulk-crop .path2:before{content:"";margin-left:-1em}.isax-bulk-crop .path3:before{content:"";margin-left:-1em}.isax-bulk-crown .path1:before{content:"";opacity:.4}.isax-bulk-crown .path2:before{content:"";margin-left:-1em}.isax-bulk-crown .path3:before{content:"";margin-left:-1em}.isax-bulk-crown-1 .path1:before{content:""}.isax-bulk-crown-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cube-3d .path1:before{content:""}.isax-bulk-cube-3d .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cube-3d .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cube-scan-3d .path1:before{content:"";opacity:.4}.isax-bulk-cube-scan-3d .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cube-scan-3d .path3:before{content:"";margin-left:-1em}.isax-bulk-cube-scan-3d .path4:before{content:"";margin-left:-1em}.isax-bulk-cube-scan-3d .path5:before{content:"";margin-left:-1em}.isax-bulk-cup .path1:before{content:"";opacity:.4}.isax-bulk-cup .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cup .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cup .path4:before{content:"";margin-left:-1em}.isax-bulk-cup .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-cvc .path1:before{content:""}.isax-bulk-cvc .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-dai .path1:before{content:"";opacity:.4}.isax-bulk-dai .path2:before{content:"";margin-left:-1em}.isax-bulk-dai .path3:before{content:"";margin-left:-1em}.isax-bulk-dai .path4:before{content:"";margin-left:-1em}.isax-bulk-danger .path1:before{content:"";opacity:.4}.isax-bulk-danger .path2:before{content:"";margin-left:-1em}.isax-bulk-danger .path3:before{content:"";margin-left:-1em}.isax-bulk-dash .path1:before{content:"";opacity:.4}.isax-bulk-dash .path2:before{content:"";margin-left:-1em}.isax-bulk-data .path1:before{content:""}.isax-bulk-data .path2:before{content:"";margin-left:-1em}.isax-bulk-data .path3:before{content:"";margin-left:-1em}.isax-bulk-data .path4:before{content:"";margin-left:-1em}.isax-bulk-data .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-data-1 .path1:before{content:""}.isax-bulk-data-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-data-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-data-1 .path4:before{content:"";margin-left:-1em;opacity:.37}.isax-bulk-data-1 .path5:before{content:"";margin-left:-1em}.isax-bulk-dcr .path1:before{content:""}.isax-bulk-dcr .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-dent .path1:before{content:"";opacity:.4}.isax-bulk-dent .path2:before{content:"";margin-left:-1em}.isax-bulk-designtools .path1:before{content:""}.isax-bulk-designtools .path2:before{content:"";margin-left:-1em}.isax-bulk-designtools .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-designtools .path4:before{content:"";margin-left:-1em}.isax-bulk-designtools .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-device-message .path1:before{content:""}.isax-bulk-device-message .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-device-message .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-device-message .path4:before{content:"";margin-left:-1em}.isax-bulk-device-message .path5:before{content:"";margin-left:-1em}.isax-bulk-device-message .path6:before{content:"";margin-left:-1em}.isax-bulk-devices .path1:before{content:""}.isax-bulk-devices .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-devices .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-devices .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-devices .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-devices .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-devices .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-devices .path8:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-devices-1 .path1:before{content:"";opacity:.4}.isax-bulk-devices-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-devices-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-devices-1 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-diagram .path1:before{content:""}.isax-bulk-diagram .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-diamonds .path1:before{content:""}.isax-bulk-diamonds .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-direct .path1:before{content:"";opacity:.4}.isax-bulk-direct .path2:before{content:"";margin-left:-1em}.isax-bulk-direct .path3:before{content:"";margin-left:-1em}.isax-bulk-direct .path4:before{content:"";margin-left:-1em}.isax-bulk-directbox-default .path1:before{content:""}.isax-bulk-directbox-default .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-directbox-default .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-directbox-notify .path1:before{content:""}.isax-bulk-directbox-notify .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-directbox-notify .path3:before{content:"";margin-left:-1em}.isax-bulk-directbox-notify .path4:before{content:"";margin-left:-1em}.isax-bulk-directbox-receive .path1:before{content:"";opacity:.4}.isax-bulk-directbox-receive .path2:before{content:"";margin-left:-1em}.isax-bulk-directbox-receive .path3:before{content:"";margin-left:-1em}.isax-bulk-directbox-receive .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-directbox-send .path1:before{content:"";opacity:.4}.isax-bulk-directbox-send .path2:before{content:"";margin-left:-1em}.isax-bulk-directbox-send .path3:before{content:"";margin-left:-1em}.isax-bulk-directbox-send .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-direct-down .path1:before{content:""}.isax-bulk-direct-down .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-direct-inbox .path1:before{content:"";opacity:.4}.isax-bulk-direct-inbox .path2:before{content:"";margin-left:-1em}.isax-bulk-direct-inbox .path3:before{content:"";margin-left:-1em}.isax-bulk-direct-left .path1:before{content:""}.isax-bulk-direct-left .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-direct-normal .path1:before{content:"";opacity:.4}.isax-bulk-direct-normal .path2:before{content:"";margin-left:-1em}.isax-bulk-direct-notification .path1:before{content:""}.isax-bulk-direct-notification .path2:before{content:"";margin-left:-1em}.isax-bulk-direct-notification .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-direct-right .path1:before{content:""}.isax-bulk-direct-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-direct-send .path1:before{content:""}.isax-bulk-direct-send .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-direct-send .path3:before{content:"";margin-left:-1em}.isax-bulk-direct-up .path1:before{content:""}.isax-bulk-direct-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-discount-circle .path1:before{content:"";opacity:.4}.isax-bulk-discount-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-discount-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-discount-circle .path4:before{content:"";margin-left:-1em}.isax-bulk-discount-shape .path1:before{content:"";opacity:.4}.isax-bulk-discount-shape .path2:before{content:"";margin-left:-1em}.isax-bulk-discount-shape .path3:before{content:"";margin-left:-1em}.isax-bulk-discount-shape .path4:before{content:"";margin-left:-1em}.isax-bulk-discover .path1:before{content:"";opacity:.4}.isax-bulk-discover .path2:before{content:"";margin-left:-1em}.isax-bulk-discover-1 .path1:before{content:"";opacity:.4}.isax-bulk-discover-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-dislike .path1:before{content:"";opacity:.4}.isax-bulk-dislike .path2:before{content:"";margin-left:-1em}.isax-bulk-document .path1:before{content:"";opacity:.4}.isax-bulk-document .path2:before{content:"";margin-left:-1em}.isax-bulk-document .path3:before{content:"";margin-left:-1em}.isax-bulk-document-1 .path1:before{content:"";opacity:.4}.isax-bulk-document-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-document-cloud .path1:before{content:"";opacity:.4}.isax-bulk-document-cloud .path2:before{content:"";margin-left:-1em}.isax-bulk-document-cloud .path3:before{content:"";margin-left:-1em}.isax-bulk-document-code .path1:before{content:"";opacity:.4}.isax-bulk-document-code .path2:before{content:"";margin-left:-1em}.isax-bulk-document-code .path3:before{content:"";margin-left:-1em}.isax-bulk-document-code .path4:before{content:"";margin-left:-1em}.isax-bulk-document-code-2 .path1:before{content:"";opacity:.4}.isax-bulk-document-code-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-document-code-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-document-copy .path1:before{content:"";opacity:.4}.isax-bulk-document-copy .path2:before{content:"";margin-left:-1em}.isax-bulk-document-copy .path3:before{content:"";margin-left:-1em}.isax-bulk-document-download .path1:before{content:"";opacity:.4}.isax-bulk-document-download .path2:before{content:"";margin-left:-1em}.isax-bulk-document-download .path3:before{content:"";margin-left:-1em}.isax-bulk-document-favorite .path1:before{content:"";opacity:.4}.isax-bulk-document-favorite .path2:before{content:"";margin-left:-1em}.isax-bulk-document-favorite .path3:before{content:"";margin-left:-1em}.isax-bulk-document-filter .path1:before{content:""}.isax-bulk-document-filter .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-document-filter .path3:before{content:"";margin-left:-1em}.isax-bulk-document-filter .path4:before{content:"";margin-left:-1em}.isax-bulk-document-forward .path1:before{content:"";opacity:.4}.isax-bulk-document-forward .path2:before{content:"";margin-left:-1em}.isax-bulk-document-forward .path3:before{content:"";margin-left:-1em}.isax-bulk-document-like .path1:before{content:"";opacity:.4}.isax-bulk-document-like .path2:before{content:"";margin-left:-1em}.isax-bulk-document-like .path3:before{content:"";margin-left:-1em}.isax-bulk-document-normal .path1:before{content:"";opacity:.4}.isax-bulk-document-normal .path2:before{content:"";margin-left:-1em}.isax-bulk-document-previous .path1:before{content:"";opacity:.4}.isax-bulk-document-previous .path2:before{content:"";margin-left:-1em}.isax-bulk-document-previous .path3:before{content:"";margin-left:-1em}.isax-bulk-document-sketch .path1:before{content:"";opacity:.4}.isax-bulk-document-sketch .path2:before{content:"";margin-left:-1em}.isax-bulk-document-sketch .path3:before{content:"";margin-left:-1em}.isax-bulk-document-text .path1:before{content:"";opacity:.4}.isax-bulk-document-text .path2:before{content:"";margin-left:-1em}.isax-bulk-document-text .path3:before{content:"";margin-left:-1em}.isax-bulk-document-text .path4:before{content:"";margin-left:-1em}.isax-bulk-document-text-1 .path1:before{content:"";opacity:.4}.isax-bulk-document-text-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-document-text-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-document-text-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-document-upload .path1:before{content:"";opacity:.4}.isax-bulk-document-upload .path2:before{content:"";margin-left:-1em}.isax-bulk-document-upload .path3:before{content:"";margin-left:-1em}.isax-bulk-dollar-circle .path1:before{content:"";opacity:.4}.isax-bulk-dollar-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-dollar-square .path1:before{content:"";opacity:.4}.isax-bulk-dollar-square .path2:before{content:"";margin-left:-1em}.isax-bulk-dot .path1:before{content:""}.isax-bulk-dot .path2:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-dribbble .path1:before{content:""}.isax-bulk-dribbble .path2:before{content:"";margin-left:-1em}.isax-bulk-dribbble .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-dribbble .path4:before{content:"";margin-left:-1em}.isax-bulk-dribbble .path5:before{content:"";margin-left:-1em}.isax-bulk-dribbble .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-driver .path1:before{content:"";opacity:.4}.isax-bulk-driver .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-driver .path3:before{content:"";margin-left:-1em}.isax-bulk-driver .path4:before{content:"";margin-left:-1em}.isax-bulk-driver .path5:before{content:"";margin-left:-1em}.isax-bulk-driver .path6:before{content:"";margin-left:-1em}.isax-bulk-driver .path7:before{content:"";margin-left:-1em}.isax-bulk-driver .path8:before{content:"";margin-left:-1em}.isax-bulk-driver-2 .path1:before{content:"";opacity:.4}.isax-bulk-driver-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-driver-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-driver-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-driver-2 .path5:before{content:"";margin-left:-1em}.isax-bulk-driver-2 .path6:before{content:"";margin-left:-1em}.isax-bulk-driver-2 .path7:before{content:"";margin-left:-1em}.isax-bulk-driver-2 .path8:before{content:"";margin-left:-1em}.isax-bulk-driver-refresh .path1:before{content:"";opacity:.4}.isax-bulk-driver-refresh .path2:before{content:"";margin-left:-1em}.isax-bulk-driver-refresh .path3:before{content:"";margin-left:-1em}.isax-bulk-driver-refresh .path4:before{content:"";margin-left:-1em}.isax-bulk-driver-refresh .path5:before{content:"";margin-left:-1em}.isax-bulk-driver-refresh .path6:before{content:"";margin-left:-1em}.isax-bulk-driver-refresh .path7:before{content:"";margin-left:-1em}.isax-bulk-driving .path1:before{content:""}.isax-bulk-driving .path2:before{content:"";margin-left:-1em}.isax-bulk-driving .path3:before{content:"";margin-left:-1em}.isax-bulk-driving .path4:before{content:"";margin-left:-1em}.isax-bulk-driving .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-driving .path6:before{content:"";margin-left:-1em}.isax-bulk-driving .path7:before{content:"";margin-left:-1em}.isax-bulk-driving .path8:before{content:"";margin-left:-1em}.isax-bulk-drop .path1:before{content:""}.isax-bulk-drop .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-dropbox .path1:before{content:"";opacity:.4}.isax-bulk-dropbox .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-dropbox .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-dropbox .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-dropbox .path5:before{content:"";margin-left:-1em}.isax-bulk-earphones .path1:before{content:"";opacity:.4}.isax-bulk-earphones .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-earphones .path3:before{content:"";margin-left:-1em}.isax-bulk-earphones .path4:before{content:"";margin-left:-1em}.isax-bulk-earphones .path5:before{content:"";margin-left:-1em}.isax-bulk-earphones .path6:before{content:"";margin-left:-1em}.isax-bulk-earphones .path7:before{content:"";margin-left:-1em}.isax-bulk-earphones .path8:before{content:"";margin-left:-1em}.isax-bulk-edit .path1:before{content:"";opacity:.4}.isax-bulk-edit .path2:before{content:"";margin-left:-1em}.isax-bulk-edit .path3:before{content:"";margin-left:-1em}.isax-bulk-edit-2 .path1:before{content:"";opacity:.4}.isax-bulk-edit-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-edit-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-ekt .path1:before{content:"";opacity:.4}.isax-bulk-ekt .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ekt .path3:before{content:"";margin-left:-1em}.isax-bulk-ekt .path4:before{content:"";margin-left:-1em}.isax-bulk-electricity .path1:before{content:"";opacity:.4}.isax-bulk-electricity .path2:before{content:"";margin-left:-1em}.isax-bulk-electricity .path3:before{content:"";margin-left:-1em}.isax-bulk-electricity .path4:before{content:"";margin-left:-1em}.isax-bulk-element-1 .path1:before{content:""}.isax-bulk-element-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-element-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-element-2 .path1:before{content:""}.isax-bulk-element-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-element-2 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-element-3 .path1:before{content:"";opacity:.4}.isax-bulk-element-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-element-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-element-3 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-element-4 .path1:before{content:""}.isax-bulk-element-4 .path2:before{content:"";margin-left:-1em}.isax-bulk-element-4 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-element-4 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-element-equal .path1:before{content:""}.isax-bulk-element-equal .path2:before{content:"";margin-left:-1em}.isax-bulk-element-equal .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-element-equal .path4:before{content:"";margin-left:-1em}.isax-bulk-element-equal .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-element-plus .path1:before{content:""}.isax-bulk-element-plus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-element-plus .path3:before{content:"";margin-left:-1em}.isax-bulk-element-plus .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-emc .path1:before{content:"";opacity:.4}.isax-bulk-emc .path2:before{content:"";margin-left:-1em}.isax-bulk-emoji-happy .path1:before{content:"";opacity:.4}.isax-bulk-emoji-happy .path2:before{content:"";margin-left:-1em}.isax-bulk-emoji-happy .path3:before{content:"";margin-left:-1em}.isax-bulk-emoji-happy .path4:before{content:"";margin-left:-1em}.isax-bulk-emoji-normal .path1:before{content:"";opacity:.4}.isax-bulk-emoji-normal .path2:before{content:"";margin-left:-1em}.isax-bulk-emoji-normal .path3:before{content:"";margin-left:-1em}.isax-bulk-emoji-normal .path4:before{content:"";margin-left:-1em}.isax-bulk-emoji-sad .path1:before{content:"";opacity:.4}.isax-bulk-emoji-sad .path2:before{content:"";margin-left:-1em}.isax-bulk-emoji-sad .path3:before{content:"";margin-left:-1em}.isax-bulk-emoji-sad .path4:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet .path1:before{content:"";opacity:.4}.isax-bulk-empty-wallet .path2:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet .path3:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet .path4:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-add .path1:before{content:"";opacity:.4}.isax-bulk-empty-wallet-add .path2:before{content:"";margin-left:-1.0419921875em}.isax-bulk-empty-wallet-add .path3:before{content:"";margin-left:-1.0419921875em}.isax-bulk-empty-wallet-add .path4:before{content:"";margin-left:-1.0419921875em}.isax-bulk-empty-wallet-add .path5:before{content:"";margin-left:-1.0419921875em}.isax-bulk-empty-wallet-change .path1:before{content:"";opacity:.4}.isax-bulk-empty-wallet-change .path2:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-change .path3:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-change .path4:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-change .path5:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-remove .path1:before{content:"";opacity:.4}.isax-bulk-empty-wallet-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-remove .path4:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-remove .path5:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-tick .path1:before{content:""}.isax-bulk-empty-wallet-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-empty-wallet-tick .path3:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-tick .path4:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-tick .path5:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-time .path1:before{content:""}.isax-bulk-empty-wallet-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-empty-wallet-time .path3:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-time .path4:before{content:"";margin-left:-1em}.isax-bulk-empty-wallet-time .path5:before{content:"";margin-left:-1em}.isax-bulk-enj .path1:before{content:"";opacity:.4}.isax-bulk-enj .path2:before{content:"";margin-left:-1em}.isax-bulk-eos .path1:before{content:""}.isax-bulk-eos .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-eos .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-eraser .path1:before{content:"";opacity:.4}.isax-bulk-eraser .path2:before{content:"";margin-left:-1em}.isax-bulk-eraser .path3:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-eraser-1 .path1:before{content:""}.isax-bulk-eraser-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-eraser-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-etc .path1:before{content:"";opacity:.4}.isax-bulk-etc .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-etc .path3:before{content:"";margin-left:-1em}.isax-bulk-eth .path1:before{content:"";opacity:.4}.isax-bulk-eth .path2:before{content:"";margin-left:-1em}.isax-bulk-eth .path3:before{content:"";margin-left:-1em}.isax-bulk-export .path1:before{content:"";opacity:.4}.isax-bulk-export .path2:before{content:"";margin-left:-1em}.isax-bulk-export-1 .path1:before{content:"";opacity:.4}.isax-bulk-export-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-export-2 .path1:before{content:"";opacity:.4}.isax-bulk-export-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-export-3 .path1:before{content:"";opacity:.4}.isax-bulk-export-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-external-drive .path1:before{content:"";opacity:.4}.isax-bulk-external-drive .path2:before{content:"";margin-left:-1em}.isax-bulk-external-drive .path3:before{content:"";margin-left:-1em}.isax-bulk-external-drive .path4:before{content:"";margin-left:-1em}.isax-bulk-external-drive .path5:before{content:"";margin-left:-1em}.isax-bulk-eye .path1:before{content:"";opacity:.4}.isax-bulk-eye .path2:before{content:"";margin-left:-1em}.isax-bulk-eye-slash .path1:before{content:"";opacity:.4}.isax-bulk-eye-slash .path2:before{content:"";margin-left:-1em}.isax-bulk-eye-slash .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-eye-slash .path4:before{content:"";margin-left:-1em}.isax-bulk-eye-slash .path5:before{content:"";margin-left:-1em}.isax-bulk-facebook .path1:before{content:"";opacity:.4}.isax-bulk-facebook .path2:before{content:"";margin-left:-1em}.isax-bulk-fatrows .path1:before{content:""}.isax-bulk-fatrows .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-favorite-chart .path1:before{content:"";opacity:.4}.isax-bulk-favorite-chart .path2:before{content:"";margin-left:-1em}.isax-bulk-favorite-chart .path3:before{content:"";margin-left:-1em}.isax-bulk-figma .path1:before{content:""}.isax-bulk-figma .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-figma .path3:before{content:"";margin-left:-1em}.isax-bulk-figma .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-figma .path5:before{content:"";margin-left:-1em}.isax-bulk-figma-1 .path1:before{content:"";opacity:.4}.isax-bulk-figma-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-figma-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-figma-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-figma-1 .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-figma-1 .path6:before{content:"";margin-left:-1em}.isax-bulk-filter .path1:before{content:"";opacity:.4}.isax-bulk-filter .path2:before{content:"";margin-left:-1em}.isax-bulk-filter-add .path1:before{content:"";opacity:.4}.isax-bulk-filter-add .path2:before{content:"";margin-left:-1em}.isax-bulk-filter-edit .path1:before{content:"";opacity:.4}.isax-bulk-filter-edit .path2:before{content:"";margin-left:-1em}.isax-bulk-filter-remove .path1:before{content:"";opacity:.4}.isax-bulk-filter-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-filter-search .path1:before{content:""}.isax-bulk-filter-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-filter-square .path1:before{content:"";opacity:.4}.isax-bulk-filter-square .path2:before{content:"";margin-left:-1em}.isax-bulk-filter-tick .path1:before{content:""}.isax-bulk-filter-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-finger-cricle .path1:before{content:"";opacity:.4}.isax-bulk-finger-cricle .path2:before{content:"";margin-left:-1em}.isax-bulk-finger-cricle .path3:before{content:"";margin-left:-1em}.isax-bulk-finger-scan .path1:before{content:"";opacity:.4}.isax-bulk-finger-scan .path2:before{content:"";margin-left:-1em}.isax-bulk-finger-scan .path3:before{content:"";margin-left:-1em}.isax-bulk-finger-scan .path4:before{content:"";margin-left:-1em}.isax-bulk-finger-scan .path5:before{content:"";margin-left:-1em}.isax-bulk-finger-scan .path6:before{content:"";margin-left:-1em}.isax-bulk-firstline .path1:before{content:""}.isax-bulk-firstline .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-firstline .path3:before{content:"";margin-left:-1em}.isax-bulk-firstline .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-firstline .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-flag .path1:before{content:""}.isax-bulk-flag .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-flag-2 .path1:before{content:""}.isax-bulk-flag-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-flash .path1:before{content:""}.isax-bulk-flash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-flash .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-flash .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-flash-1 .path1:before{content:""}.isax-bulk-flash-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-flash-circle .path1:before{content:"";opacity:.4}.isax-bulk-flash-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-flash-circle-1 .path1:before{content:"";opacity:.4}.isax-bulk-flash-circle-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-flash-slash .path1:before{content:""}.isax-bulk-flash-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-flash-slash .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-folder .path1:before{content:""}.isax-bulk-folder .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-folder-2 .path1:before{content:"";opacity:.4}.isax-bulk-folder-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-folder-add .path1:before{content:"";opacity:.4}.isax-bulk-folder-add .path2:before{content:"";margin-left:-1em}.isax-bulk-folder-cloud .path1:before{content:"";opacity:.4}.isax-bulk-folder-cloud .path2:before{content:"";margin-left:-1em}.isax-bulk-folder-connection .path1:before{content:"";opacity:.4}.isax-bulk-folder-connection .path2:before{content:"";margin-left:-1em}.isax-bulk-folder-cross .path1:before{content:"";opacity:.4}.isax-bulk-folder-cross .path2:before{content:"";margin-left:-1em}.isax-bulk-folder-favorite .path1:before{content:"";opacity:.4}.isax-bulk-folder-favorite .path2:before{content:"";margin-left:-1em}.isax-bulk-folder-minus .path1:before{content:"";opacity:.4}.isax-bulk-folder-minus .path2:before{content:"";margin-left:-1em}.isax-bulk-folder-open .path1:before{content:""}.isax-bulk-folder-open .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-forbidden .path1:before{content:"";opacity:.4}.isax-bulk-forbidden .path2:before{content:"";margin-left:-1em}.isax-bulk-forbidden-2 .path1:before{content:"";opacity:.4}.isax-bulk-forbidden-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-format-circle .path1:before{content:""}.isax-bulk-format-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-format-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-format-circle .path4:before{content:"";margin-left:-1em}.isax-bulk-format-circle .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-format-square .path1:before{content:"";opacity:.4}.isax-bulk-format-square .path2:before{content:"";margin-left:-1em}.isax-bulk-format-square .path3:before{content:"";margin-left:-1em}.isax-bulk-format-square .path4:before{content:"";margin-left:-1em}.isax-bulk-format-square .path5:before{content:"";margin-left:-1em}.isax-bulk-forward .path1:before{content:"";opacity:.4}.isax-bulk-forward .path2:before{content:"";margin-left:-1em}.isax-bulk-forward-5-seconds .path1:before{content:"";opacity:.4}.isax-bulk-forward-5-seconds .path2:before{content:"";margin-left:-1em}.isax-bulk-forward-10-seconds .path1:before{content:"";opacity:.4}.isax-bulk-forward-10-seconds .path2:before{content:"";margin-left:-1em}.isax-bulk-forward-10-seconds .path3:before{content:"";margin-left:-1em}.isax-bulk-forward-15-seconds .path1:before{content:""}.isax-bulk-forward-15-seconds .path2:before{content:"";margin-left:-1em}.isax-bulk-forward-15-seconds .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-forward-item .path1:before{content:"";opacity:.4}.isax-bulk-forward-item .path2:before{content:"";margin-left:-1em}.isax-bulk-forward-item .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-forward-square .path1:before{content:"";opacity:.4}.isax-bulk-forward-square .path2:before{content:"";margin-left:-1em}.isax-bulk-framer .path1:before{content:""}.isax-bulk-framer .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ftt .path1:before{content:""}.isax-bulk-ftt .path2:before{content:"";margin-left:-1em}.isax-bulk-ftt .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ftt .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gallery .path1:before{content:"";opacity:.4}.isax-bulk-gallery .path2:before{content:"";margin-left:-1em}.isax-bulk-gallery .path3:before{content:"";margin-left:-1em}.isax-bulk-gallery-add .path1:before{content:""}.isax-bulk-gallery-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gallery-add .path3:before{content:"";margin-left:-1em}.isax-bulk-gallery-add .path4:before{content:"";margin-left:-1em}.isax-bulk-gallery-edit .path1:before{content:""}.isax-bulk-gallery-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gallery-edit .path3:before{content:"";margin-left:-1em}.isax-bulk-gallery-edit .path4:before{content:"";margin-left:-1em}.isax-bulk-gallery-export .path1:before{content:""}.isax-bulk-gallery-export .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gallery-export .path3:before{content:"";margin-left:-1em}.isax-bulk-gallery-export .path4:before{content:"";margin-left:-1em}.isax-bulk-gallery-favorite .path1:before{content:""}.isax-bulk-gallery-favorite .path2:before{content:"";margin-left:-1em}.isax-bulk-gallery-favorite .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gallery-favorite .path4:before{content:"";margin-left:-1em}.isax-bulk-gallery-import .path1:before{content:""}.isax-bulk-gallery-import .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gallery-import .path3:before{content:"";margin-left:-1em}.isax-bulk-gallery-import .path4:before{content:"";margin-left:-1em}.isax-bulk-gallery-remove .path1:before{content:""}.isax-bulk-gallery-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gallery-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-gallery-remove .path4:before{content:"";margin-left:-1em}.isax-bulk-gallery-slash .path1:before{content:"";opacity:.4}.isax-bulk-gallery-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gallery-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-gallery-slash .path4:before{content:"";margin-left:-1em}.isax-bulk-gallery-slash .path5:before{content:"";margin-left:-1em}.isax-bulk-gallery-tick .path1:before{content:""}.isax-bulk-gallery-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gallery-tick .path3:before{content:"";margin-left:-1em}.isax-bulk-gallery-tick .path4:before{content:"";margin-left:-1em}.isax-bulk-game .path1:before{content:""}.isax-bulk-game .path2:before{content:"";margin-left:-1em}.isax-bulk-game .path3:before{content:"";margin-left:-1em}.isax-bulk-game .path4:before{content:"";margin-left:-1em}.isax-bulk-game .path5:before{content:"";margin-left:-1em}.isax-bulk-game .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-game .path7:before{content:"";margin-left:-1em}.isax-bulk-gameboy .path1:before{content:"";opacity:.4}.isax-bulk-gameboy .path2:before{content:"";margin-left:-1em}.isax-bulk-gameboy .path3:before{content:"";margin-left:-1em}.isax-bulk-gameboy .path4:before{content:"";margin-left:-1em}.isax-bulk-gameboy .path5:before{content:"";margin-left:-1em}.isax-bulk-gas-station .path1:before{content:"";opacity:.4}.isax-bulk-gas-station .path2:before{content:"";margin-left:-1em}.isax-bulk-gas-station .path3:before{content:"";margin-left:-1em}.isax-bulk-gas-station .path4:before{content:"";margin-left:-1em}.isax-bulk-gas-station .path5:before{content:"";margin-left:-1em}.isax-bulk-gemini .path1:before{content:""}.isax-bulk-gemini .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gemini .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gemini .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gemini .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gemini-2 .path1:before{content:""}.isax-bulk-gemini-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ghost .path1:before{content:"";opacity:.4}.isax-bulk-ghost .path2:before{content:"";margin-left:-1em}.isax-bulk-ghost .path3:before{content:"";margin-left:-1em}.isax-bulk-gift .path1:before{content:"";opacity:.4}.isax-bulk-gift .path2:before{content:"";margin-left:-1em}.isax-bulk-gift .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gift .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gift .path5:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-glass .path1:before{content:""}.isax-bulk-glass .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-glass-1 .path1:before{content:""}.isax-bulk-glass-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-glass-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-glass-1 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-glass-1 .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global .path1:before{content:"";opacity:.4}.isax-bulk-global .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global .path5:before{content:"";margin-left:-1em}.isax-bulk-global .path6:before{content:"";margin-left:-1em}.isax-bulk-global .path7:before{content:"";margin-left:-1em}.isax-bulk-global .path8:before{content:"";margin-left:-1em}.isax-bulk-global .path9:before{content:"";margin-left:-1em}.isax-bulk-global-edit .path1:before{content:""}.isax-bulk-global-edit .path2:before{content:"";margin-left:-1em}.isax-bulk-global-edit .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-edit .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-edit .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-edit .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-edit .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-edit .path8:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-edit .path9:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-edit .path10:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-refresh .path1:before{content:""}.isax-bulk-global-refresh .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-refresh .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-refresh .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-refresh .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-refresh .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-refresh .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-refresh .path8:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-refresh .path9:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-search .path1:before{content:""}.isax-bulk-global-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-search .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-search .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-search .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-search .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-search .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-search .path8:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-global-search .path9:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-google .path1:before{content:""}.isax-bulk-google .path2:before{content:"";margin-left:-1em}.isax-bulk-google .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-google-drive .path1:before{content:"";opacity:.4}.isax-bulk-google-drive .path2:before{content:"";margin-left:-1em}.isax-bulk-google-drive .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-google-drive .path4:before{content:"";margin-left:-1em}.isax-bulk-google-drive .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-google-drive .path6:before{content:"";margin-left:-1em}.isax-bulk-google-drive .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-google-play .path1:before{content:"";opacity:.4}.isax-bulk-google-play .path2:before{content:"";margin-left:-1em}.isax-bulk-google-play .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-google-play .path4:before{content:"";margin-left:-1em}.isax-bulk-gps .path1:before{content:"";opacity:.4}.isax-bulk-gps .path2:before{content:"";margin-left:-1em}.isax-bulk-gps .path3:before{content:"";margin-left:-1em}.isax-bulk-gps .path4:before{content:"";margin-left:-1em}.isax-bulk-gps .path5:before{content:"";margin-left:-1em}.isax-bulk-gps .path6:before{content:"";margin-left:-1em}.isax-bulk-gps-slash .path1:before{content:"";opacity:.4}.isax-bulk-gps-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-gps-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-gps-slash .path4:before{content:"";margin-left:-1em}.isax-bulk-gps-slash .path5:before{content:"";margin-left:-1em}.isax-bulk-gps-slash .path6:before{content:"";margin-left:-1em}.isax-bulk-gps-slash .path7:before{content:"";margin-left:-1em}.isax-bulk-gps-slash .path8:before{content:"";margin-left:-1em}.isax-bulk-grammerly .path1:before{content:"";opacity:.4}.isax-bulk-grammerly .path2:before{content:"";margin-left:-1em}.isax-bulk-graph .path1:before{content:""}.isax-bulk-graph .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-1 .path1:before{content:""}.isax-bulk-grid-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-grid-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-grid-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-grid-1 .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-1 .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-1 .path7:before{content:"";margin-left:-1em}.isax-bulk-grid-1 .path8:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-1 .path9:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-2 .path1:before{content:"";opacity:.4}.isax-bulk-grid-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-grid-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-grid-3 .path1:before{content:"";opacity:.6}.isax-bulk-grid-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-grid-3 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-3 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-4 .path1:before{content:"";opacity:.4}.isax-bulk-grid-4 .path2:before{content:"";margin-left:-1em}.isax-bulk-grid-5 .path1:before{content:"";opacity:.6}.isax-bulk-grid-5 .path2:before{content:"";margin-left:-1em}.isax-bulk-grid-5 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-6 .path1:before{content:"";opacity:.4}.isax-bulk-grid-6 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-6 .path3:before{content:"";margin-left:-1em}.isax-bulk-grid-6 .path4:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-grid-7 .path1:before{content:"";opacity:.4}.isax-bulk-grid-7 .path2:before{content:"";margin-left:-1em}.isax-bulk-grid-7 .path3:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-grid-8 .path1:before{content:"";opacity:.4}.isax-bulk-grid-8 .path2:before{content:"";margin-left:-1em}.isax-bulk-grid-8 .path3:before{content:"";margin-left:-1em}.isax-bulk-grid-8 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-8 .path5:before{content:"";margin-left:-1em}.isax-bulk-grid-8 .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-9 .path1:before{content:"";opacity:.4}.isax-bulk-grid-9 .path2:before{content:"";margin-left:-1em}.isax-bulk-grid-edit .path1:before{content:""}.isax-bulk-grid-edit .path2:before{content:"";margin-left:-1em}.isax-bulk-grid-edit .path3:before{content:"";margin-left:-1em}.isax-bulk-grid-edit .path4:before{content:"";margin-left:-1em}.isax-bulk-grid-edit .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-edit .path6:before{content:"";margin-left:-1em}.isax-bulk-grid-edit .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-eraser .path1:before{content:""}.isax-bulk-grid-eraser .path2:before{content:"";margin-left:-1em}.isax-bulk-grid-eraser .path3:before{content:"";margin-left:-1em}.isax-bulk-grid-eraser .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-eraser .path5:before{content:"";margin-left:-1em}.isax-bulk-grid-eraser .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-eraser .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-eraser .path8:before{content:"";margin-left:-1em}.isax-bulk-grid-lock .path1:before{content:""}.isax-bulk-grid-lock .path2:before{content:"";margin-left:-1em}.isax-bulk-grid-lock .path3:before{content:"";margin-left:-1em}.isax-bulk-grid-lock .path4:before{content:"";margin-left:-1em}.isax-bulk-grid-lock .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grid-lock .path6:before{content:"";margin-left:-1em}.isax-bulk-grid-lock .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-grt .path1:before{content:"";opacity:.4}.isax-bulk-grt .path2:before{content:"";margin-left:-1em}.isax-bulk-grt .path3:before{content:"";margin-left:-1em}.isax-bulk-grt .path4:before{content:"";margin-left:-1em}.isax-bulk-happyemoji .path1:before{content:"";opacity:.4}.isax-bulk-happyemoji .path2:before{content:"";margin-left:-1em}.isax-bulk-hashtag .path1:before{content:"";opacity:.4}.isax-bulk-hashtag .path2:before{content:"";margin-left:-1em}.isax-bulk-hashtag-1 .path1:before{content:"";opacity:.4}.isax-bulk-hashtag-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-hashtag-down .path1:before{content:""}.isax-bulk-hashtag-down .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-hashtag-down .path3:before{content:"";margin-left:-1em}.isax-bulk-hashtag-up .path1:before{content:""}.isax-bulk-hashtag-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-hashtag-up .path3:before{content:"";margin-left:-1em}.isax-bulk-headphone .path1:before{content:"";opacity:.4}.isax-bulk-headphone .path2:before{content:"";margin-left:-1em}.isax-bulk-headphone .path3:before{content:"";margin-left:-1em}.isax-bulk-health .path1:before{content:"";opacity:.4}.isax-bulk-health .path2:before{content:"";margin-left:-1em}.isax-bulk-health .path3:before{content:"";margin-left:-1em}.isax-bulk-heart .path1:before{content:""}.isax-bulk-heart .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-heart-add .path1:before{content:""}.isax-bulk-heart-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-heart-circle .path1:before{content:"";opacity:.4}.isax-bulk-heart-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-heart-edit .path1:before{content:"";opacity:.4}.isax-bulk-heart-edit .path2:before{content:"";margin-left:-1em}.isax-bulk-heart-remove .path1:before{content:"";opacity:.4}.isax-bulk-heart-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-heart-search .path1:before{content:"";opacity:.4}.isax-bulk-heart-search .path2:before{content:"";margin-left:-1em}.isax-bulk-heart-slash .path1:before{content:"";opacity:.4}.isax-bulk-heart-slash .path2:before{content:"";margin-left:-1em}.isax-bulk-heart-tick .path1:before{content:""}.isax-bulk-heart-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-hex .path1:before{content:"";opacity:.4}.isax-bulk-hex .path2:before{content:"";margin-left:-1em}.isax-bulk-hex .path3:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-hierarchy .path1:before{content:""}.isax-bulk-hierarchy .path2:before{content:"";margin-left:-1em}.isax-bulk-hierarchy .path3:before{content:"";margin-left:-1em}.isax-bulk-hierarchy .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-hierarchy-2 .path1:before{content:""}.isax-bulk-hierarchy-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-hierarchy-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-hierarchy-2 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-hierarchy-3 .path1:before{content:""}.isax-bulk-hierarchy-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-hierarchy-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-hierarchy-3 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-hierarchy-square .path1:before{content:"";opacity:.4}.isax-bulk-hierarchy-square .path2:before{content:"";margin-left:-1em}.isax-bulk-hierarchy-square .path3:before{content:"";margin-left:-1em}.isax-bulk-hierarchy-square-2 .path1:before{content:"";opacity:.4}.isax-bulk-hierarchy-square-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-hierarchy-square-3 .path1:before{content:"";opacity:.4}.isax-bulk-hierarchy-square-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-home .path1:before{content:"";opacity:.4}.isax-bulk-home .path2:before{content:"";margin-left:-1em}.isax-bulk-home-1 .path1:before{content:"";opacity:.4}.isax-bulk-home-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-home-2 .path1:before{content:"";opacity:.4}.isax-bulk-home-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-home-hashtag .path1:before{content:"";opacity:.4}.isax-bulk-home-hashtag .path2:before{content:"";margin-left:-1em}.isax-bulk-home-trend-down .path1:before{content:"";opacity:.4}.isax-bulk-home-trend-down .path2:before{content:"";margin-left:-1em}.isax-bulk-home-trend-up .path1:before{content:"";opacity:.4}.isax-bulk-home-trend-up .path2:before{content:"";margin-left:-1em}.isax-bulk-home-wifi .path1:before{content:"";opacity:.4}.isax-bulk-home-wifi .path2:before{content:"";margin-left:-1em}.isax-bulk-home-wifi .path3:before{content:"";margin-left:-1em}.isax-bulk-home-wifi .path4:before{content:"";margin-left:-1em}.isax-bulk-hospital .path1:before{content:""}.isax-bulk-hospital .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-hospital .path3:before{content:"";margin-left:-1em}.isax-bulk-hospital .path4:before{content:"";margin-left:-1em}.isax-bulk-house .path1:before{content:""}.isax-bulk-house .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-house .path3:before{content:"";margin-left:-1em}.isax-bulk-house .path4:before{content:"";margin-left:-1em}.isax-bulk-house .path5:before{content:"";margin-left:-1em}.isax-bulk-house .path6:before{content:"";margin-left:-1em}.isax-bulk-house-2 .path1:before{content:""}.isax-bulk-house-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-house-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-house-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-ht .path1:before{content:"";opacity:.4}.isax-bulk-ht .path2:before{content:"";margin-left:-1em}.isax-bulk-html-3 .path1:before{content:"";opacity:.4}.isax-bulk-html-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-html-5 .path1:before{content:"";opacity:.4}.isax-bulk-html-5 .path2:before{content:"";margin-left:-1em}.isax-bulk-icx .path1:before{content:"";opacity:.4}.isax-bulk-icx .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-icx .path3:before{content:"";margin-left:-1em}.isax-bulk-icx .path4:before{content:"";margin-left:-1em}.isax-bulk-illustrator .path1:before{content:"";opacity:.4}.isax-bulk-illustrator .path2:before{content:"";margin-left:-1em}.isax-bulk-illustrator .path3:before{content:"";margin-left:-1em}.isax-bulk-illustrator .path4:before{content:"";margin-left:-1em}.isax-bulk-image .path1:before{content:"";opacity:.4}.isax-bulk-image .path2:before{content:"";margin-left:-1em}.isax-bulk-import .path1:before{content:"";opacity:.4}.isax-bulk-import .path2:before{content:"";margin-left:-1em}.isax-bulk-import-1 .path1:before{content:"";opacity:.4}.isax-bulk-import-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-import-2 .path1:before{content:"";opacity:.4}.isax-bulk-import-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-import-3 .path1:before{content:"";opacity:.4}.isax-bulk-import-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-info-circle .path1:before{content:"";opacity:.4}.isax-bulk-info-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-info-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-information .path1:before{content:"";opacity:.4}.isax-bulk-information .path2:before{content:"";margin-left:-1em}.isax-bulk-information .path3:before{content:"";margin-left:-1em}.isax-bulk-instagram .path1:before{content:"";opacity:.4}.isax-bulk-instagram .path2:before{content:"";margin-left:-1em}.isax-bulk-instagram .path3:before{content:"";margin-left:-1em}.isax-bulk-iost .path1:before{content:"";opacity:.4}.isax-bulk-iost .path2:before{content:"";margin-left:-1em}.isax-bulk-javascript .path1:before{content:"";opacity:.4}.isax-bulk-javascript .path2:before{content:"";margin-left:-1em}.isax-bulk-javascript .path3:before{content:"";margin-left:-1em}.isax-bulk-js .path1:before{content:""}.isax-bulk-js .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-judge .path1:before{content:""}.isax-bulk-judge .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-judge .path3:before{content:"";margin-left:-1em}.isax-bulk-judge .path4:before{content:"";margin-left:-1em}.isax-bulk-kanban .path1:before{content:""}.isax-bulk-kanban .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-key .path1:before{content:"";opacity:.4}.isax-bulk-key .path2:before{content:"";margin-left:-1em}.isax-bulk-keyboard .path1:before{content:"";opacity:.4}.isax-bulk-keyboard .path2:before{content:"";margin-left:-1em}.isax-bulk-keyboard .path3:before{content:"";margin-left:-1em}.isax-bulk-keyboard .path4:before{content:"";margin-left:-1em}.isax-bulk-keyboard .path5:before{content:"";margin-left:-1em}.isax-bulk-keyboard-open .path1:before{content:""}.isax-bulk-keyboard-open .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-keyboard-open .path3:before{content:"";margin-left:-1em}.isax-bulk-keyboard-open .path4:before{content:"";margin-left:-1em}.isax-bulk-keyboard-open .path5:before{content:"";margin-left:-1em}.isax-bulk-keyboard-open .path6:before{content:"";margin-left:-1em}.isax-bulk-key-square .path1:before{content:"";opacity:.4}.isax-bulk-key-square .path2:before{content:"";margin-left:-1em}.isax-bulk-knc .path1:before{content:"";opacity:.6}.isax-bulk-knc .path2:before{content:"";margin-left:-1em}.isax-bulk-knc .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-knc .path4:before{content:"";margin-left:-1em}.isax-bulk-lamp .path1:before{content:"";opacity:.4}.isax-bulk-lamp .path2:before{content:"";margin-left:-1em}.isax-bulk-lamp-1 .path1:before{content:"";opacity:.4}.isax-bulk-lamp-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-lamp-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-lamp-charge .path1:before{content:"";opacity:.4}.isax-bulk-lamp-charge .path2:before{content:"";margin-left:-1em}.isax-bulk-lamp-charge .path3:before{content:"";margin-left:-1em}.isax-bulk-lamp-on .path1:before{content:"";opacity:.4}.isax-bulk-lamp-on .path2:before{content:"";margin-left:-1em}.isax-bulk-lamp-slash .path1:before{content:""}.isax-bulk-lamp-slash .path2:before{content:"";margin-left:-1em}.isax-bulk-lamp-slash .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-lamp-slash .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-language-circle .path1:before{content:"";opacity:.4}.isax-bulk-language-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-language-square .path1:before{content:"";opacity:.4}.isax-bulk-language-square .path2:before{content:"";margin-left:-1em}.isax-bulk-layer .path1:before{content:""}.isax-bulk-layer .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-layer .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-level .path1:before{content:"";opacity:.4}.isax-bulk-level .path2:before{content:"";margin-left:-1em}.isax-bulk-level .path3:before{content:"";margin-left:-1em}.isax-bulk-level .path4:before{content:"";margin-left:-1em}.isax-bulk-lifebuoy .path1:before{content:"";opacity:.4}.isax-bulk-lifebuoy .path2:before{content:"";margin-left:-1em}.isax-bulk-like .path1:before{content:"";opacity:.4}.isax-bulk-like .path2:before{content:"";margin-left:-1em}.isax-bulk-like-1 .path1:before{content:"";opacity:.4}.isax-bulk-like-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-like-dislike .path1:before{content:"";opacity:.4}.isax-bulk-like-dislike .path2:before{content:"";margin-left:-1em}.isax-bulk-like-dislike .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-like-dislike .path4:before{content:"";margin-left:-1em}.isax-bulk-like-shapes .path1:before{content:"";opacity:.4}.isax-bulk-like-shapes .path2:before{content:"";margin-left:-1em}.isax-bulk-like-tag .path1:before{content:"";opacity:.4}.isax-bulk-like-tag .path2:before{content:"";margin-left:-1em}.isax-bulk-link .path1:before{content:""}.isax-bulk-link .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-link-1 .path1:before{content:"";opacity:.4}.isax-bulk-link-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-link-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-link-2 .path1:before{content:""}.isax-bulk-link-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-link-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-link-2 .path4:before{content:"";margin-left:-1em;opacity:.5}.isax-bulk-link-3 .path1:before{content:""}.isax-bulk-link-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-link-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-link-3 .path4:before{content:"";margin-left:-1em;opacity:.5}.isax-bulk-link-circle .path1:before{content:"";opacity:.4}.isax-bulk-link-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-link-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-link-square .path1:before{content:"";opacity:.4}.isax-bulk-link-square .path2:before{content:"";margin-left:-1em}.isax-bulk-link-square .path3:before{content:"";margin-left:-1em}.isax-bulk-location .path1:before{content:"";opacity:.4}.isax-bulk-location .path2:before{content:"";margin-left:-1em}.isax-bulk-location-add .path1:before{content:"";opacity:.4}.isax-bulk-location-add .path2:before{content:"";margin-left:-1em}.isax-bulk-location-cross .path1:before{content:""}.isax-bulk-location-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-location-minus .path1:before{content:"";opacity:.4}.isax-bulk-location-minus .path2:before{content:"";margin-left:-1em}.isax-bulk-location-slash .path1:before{content:"";opacity:.4}.isax-bulk-location-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-location-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-location-tick .path1:before{content:"";opacity:.4}.isax-bulk-location-tick .path2:before{content:"";margin-left:-1em}.isax-bulk-lock .path1:before{content:""}.isax-bulk-lock .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-lock .path3:before{content:"";margin-left:-1em}.isax-bulk-lock .path4:before{content:"";margin-left:-1em}.isax-bulk-lock .path5:before{content:"";margin-left:-1em}.isax-bulk-lock-1 .path1:before{content:"";opacity:.4}.isax-bulk-lock-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-lock-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-lock-circle .path1:before{content:"";opacity:.4}.isax-bulk-lock-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-lock-slash .path1:before{content:""}.isax-bulk-lock-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-lock-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-lock-slash .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-lock-slash .path5:before{content:"";margin-left:-1em}.isax-bulk-login .path1:before{content:"";opacity:.4}.isax-bulk-login .path2:before{content:"";margin-left:-1em}.isax-bulk-login-1 .path1:before{content:"";opacity:.4}.isax-bulk-login-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-logout .path1:before{content:"";opacity:.4}.isax-bulk-logout .path2:before{content:"";margin-left:-1em}.isax-bulk-logout-1 .path1:before{content:"";opacity:.4}.isax-bulk-logout-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-lovely .path1:before{content:"";opacity:.4}.isax-bulk-lovely .path2:before{content:"";margin-left:-1em}.isax-bulk-ltc .path1:before{content:"";opacity:.4}.isax-bulk-ltc .path2:before{content:"";margin-left:-1em}.isax-bulk-ltc .path3:before{content:"";margin-left:-1em}.isax-bulk-magicpen .path1:before{content:""}.isax-bulk-magicpen .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-magicpen .path3:before{content:"";margin-left:-1em}.isax-bulk-magicpen .path4:before{content:"";margin-left:-1em}.isax-bulk-magicpen .path5:before{content:"";margin-left:-1em}.isax-bulk-magic-star .path1:before{content:""}.isax-bulk-magic-star .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-main-component .path1:before{content:"";opacity:.4}.isax-bulk-main-component .path2:before{content:"";margin-left:-1em}.isax-bulk-man .path1:before{content:"";opacity:.4}.isax-bulk-man .path2:before{content:"";margin-left:-1em}.isax-bulk-map .path1:before{content:"";opacity:.4}.isax-bulk-map .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-map .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-map .path4:before{content:"";margin-left:-1em}.isax-bulk-map .path5:before{content:"";margin-left:-1em}.isax-bulk-map-1 .path1:before{content:"";opacity:.4}.isax-bulk-map-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-map-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-mask .path1:before{content:"";opacity:.4}.isax-bulk-mask .path2:before{content:"";margin-left:-1em}.isax-bulk-mask-1 .path1:before{content:"";opacity:.4}.isax-bulk-mask-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-mask-2 .path1:before{content:"";opacity:.4}.isax-bulk-mask-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-math .path1:before{content:"";opacity:.4}.isax-bulk-math .path2:before{content:"";margin-left:-1em}.isax-bulk-math .path3:before{content:"";margin-left:-1em}.isax-bulk-math .path4:before{content:"";margin-left:-1em}.isax-bulk-math .path5:before{content:"";margin-left:-1em}.isax-bulk-math .path6:before{content:"";margin-left:-1em}.isax-bulk-matic .path1:before{content:""}.isax-bulk-matic .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-matic .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-maximize .path1:before{content:"";opacity:.4}.isax-bulk-maximize .path2:before{content:"";margin-left:-1em}.isax-bulk-maximize-1 .path1:before{content:"";opacity:.4}.isax-bulk-maximize-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-maximize-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-maximize-2 .path1:before{content:"";opacity:.4}.isax-bulk-maximize-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-maximize-3 .path1:before{content:"";opacity:.4}.isax-bulk-maximize-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-maximize-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-maximize-3 .path4:before{content:"";margin-left:-1em}.isax-bulk-maximize-3 .path5:before{content:"";margin-left:-1em}.isax-bulk-maximize-4 .path1:before{content:"";opacity:.4}.isax-bulk-maximize-4 .path2:before{content:"";margin-left:-1em}.isax-bulk-maximize-5 .path1:before{content:"";opacity:.4}.isax-bulk-maximize-5 .path2:before{content:"";margin-left:-1em}.isax-bulk-maximize-5 .path3:before{content:"";margin-left:-1em}.isax-bulk-maximize-circle .path1:before{content:""}.isax-bulk-maximize-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-maximize-circle .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-maximize-circle .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-medal .path1:before{content:""}.isax-bulk-medal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-medal-star .path1:before{content:"";opacity:.4}.isax-bulk-medal-star .path2:before{content:"";margin-left:-1em}.isax-bulk-medal-star .path3:before{content:"";margin-left:-1em}.isax-bulk-menu .path1:before{content:"";opacity:.4}.isax-bulk-menu .path2:before{content:"";margin-left:-1em}.isax-bulk-menu .path3:before{content:"";margin-left:-1em}.isax-bulk-menu .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-menu-1 .path1:before{content:"";opacity:.4}.isax-bulk-menu-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-menu-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-menu-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-menu-board .path1:before{content:"";opacity:.4}.isax-bulk-menu-board .path2:before{content:"";margin-left:-1em}.isax-bulk-menu-board .path3:before{content:"";margin-left:-1em}.isax-bulk-menu-board .path4:before{content:"";margin-left:-1em}.isax-bulk-menu-board .path5:before{content:"";margin-left:-1em}.isax-bulk-menu-board .path6:before{content:"";margin-left:-1em}.isax-bulk-message .path1:before{content:"";opacity:.4}.isax-bulk-message .path2:before{content:"";margin-left:-1em}.isax-bulk-message .path3:before{content:"";margin-left:-1em}.isax-bulk-message .path4:before{content:"";margin-left:-1em}.isax-bulk-message-2 .path1:before{content:"";opacity:.4}.isax-bulk-message-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-message-add .path1:before{content:"";opacity:.4}.isax-bulk-message-add .path2:before{content:"";margin-left:-1em}.isax-bulk-message-add .path3:before{content:"";margin-left:-1em}.isax-bulk-message-add-1 .path1:before{content:"";opacity:.4}.isax-bulk-message-add-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-message-circle .path1:before{content:"";opacity:.4}.isax-bulk-message-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-message-edit .path1:before{content:"";opacity:.4}.isax-bulk-message-edit .path2:before{content:"";margin-left:-1em}.isax-bulk-message-edit .path3:before{content:"";margin-left:-1em}.isax-bulk-message-favorite .path1:before{content:""}.isax-bulk-message-favorite .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-message-favorite .path3:before{content:"";margin-left:-1em}.isax-bulk-message-favorite .path4:before{content:"";margin-left:-1em}.isax-bulk-message-favorite .path5:before{content:"";margin-left:-1em}.isax-bulk-message-minus .path1:before{content:"";opacity:.4}.isax-bulk-message-minus .path2:before{content:"";margin-left:-1em}.isax-bulk-message-notify .path1:before{content:""}.isax-bulk-message-notify .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-message-notify .path3:before{content:"";margin-left:-1em}.isax-bulk-message-notify .path4:before{content:"";margin-left:-1em}.isax-bulk-message-notify .path5:before{content:"";margin-left:-1em}.isax-bulk-message-programming .path1:before{content:"";opacity:.4}.isax-bulk-message-programming .path2:before{content:"";margin-left:-1em}.isax-bulk-message-programming .path3:before{content:"";margin-left:-1em}.isax-bulk-message-programming .path4:before{content:"";margin-left:-1em}.isax-bulk-message-question .path1:before{content:"";opacity:.4}.isax-bulk-message-question .path2:before{content:"";margin-left:-1em}.isax-bulk-message-question .path3:before{content:"";margin-left:-1em}.isax-bulk-message-remove .path1:before{content:"";opacity:.4}.isax-bulk-message-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-message-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-messages .path1:before{content:"";opacity:.4}.isax-bulk-messages .path2:before{content:"";margin-left:-1em}.isax-bulk-messages .path3:before{content:"";margin-left:-1em}.isax-bulk-messages-1 .path1:before{content:"";opacity:.4}.isax-bulk-messages-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-messages-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-messages-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-messages-1 .path5:before{content:"";margin-left:-1em}.isax-bulk-messages-2 .path1:before{content:"";opacity:.4}.isax-bulk-messages-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-messages-3 .path1:before{content:"";opacity:.4}.isax-bulk-messages-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-message-search .path1:before{content:""}.isax-bulk-message-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-message-search .path3:before{content:"";margin-left:-1em}.isax-bulk-message-search .path4:before{content:"";margin-left:-1em}.isax-bulk-message-search .path5:before{content:"";margin-left:-1em}.isax-bulk-message-square .path1:before{content:""}.isax-bulk-message-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-message-text .path1:before{content:"";opacity:.4}.isax-bulk-message-text .path2:before{content:"";margin-left:-1em}.isax-bulk-message-text .path3:before{content:"";margin-left:-1em}.isax-bulk-message-text-1 .path1:before{content:"";opacity:.4}.isax-bulk-message-text-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-message-text-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-message-tick .path1:before{content:"";opacity:.4}.isax-bulk-message-tick .path2:before{content:"";margin-left:-1em}.isax-bulk-message-tick .path3:before{content:"";margin-left:-1em}.isax-bulk-message-time .path1:before{content:"";opacity:.4}.isax-bulk-message-time .path2:before{content:"";margin-left:-1em}.isax-bulk-message-time .path3:before{content:"";margin-left:-1em}.isax-bulk-messenger .path1:before{content:"";opacity:.4}.isax-bulk-messenger .path2:before{content:"";margin-left:-1em}.isax-bulk-microphone .path1:before{content:"";opacity:.4}.isax-bulk-microphone .path2:before{content:"";margin-left:-1em}.isax-bulk-microphone-2 .path1:before{content:"";opacity:.4}.isax-bulk-microphone-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-microphone-slash .path1:before{content:""}.isax-bulk-microphone-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-microphone-slash .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-microphone-slash .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-microphone-slash .path5:before{content:"";margin-left:-1em}.isax-bulk-microphone-slash-1 .path1:before{content:"";opacity:.4}.isax-bulk-microphone-slash-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-microphone-slash-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-microphone-slash-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-microscope .path1:before{content:""}.isax-bulk-microscope .path2:before{content:"";margin-left:-1em}.isax-bulk-microscope .path3:before{content:"";margin-left:-1em}.isax-bulk-microscope .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-milk .path1:before{content:""}.isax-bulk-milk .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-milk .path3:before{content:"";margin-left:-1em}.isax-bulk-mini-music-sqaure .path1:before{content:"";opacity:.4}.isax-bulk-mini-music-sqaure .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-mini-music-sqaure .path3:before{content:"";margin-left:-1em}.isax-bulk-minus .path1:before{content:"";opacity:.4}.isax-bulk-minus .path2:before{content:"";margin-left:-1em}.isax-bulk-minus-cirlce .path1:before{content:"";opacity:.4}.isax-bulk-minus-cirlce .path2:before{content:"";margin-left:-1em}.isax-bulk-minus-square .path1:before{content:"";opacity:.4}.isax-bulk-minus-square .path2:before{content:"";margin-left:-1em}.isax-bulk-mirror .path1:before{content:"";opacity:.4}.isax-bulk-mirror .path2:before{content:"";margin-left:-1em}.isax-bulk-mirroring-screen .path1:before{content:"";opacity:.4}.isax-bulk-mirroring-screen .path2:before{content:"";margin-left:-1em}.isax-bulk-mirroring-screen .path3:before{content:"";margin-left:-1em}.isax-bulk-mirroring-screen .path4:before{content:"";margin-left:-1em}.isax-bulk-mkr .path1:before{content:"";opacity:.4}.isax-bulk-mkr .path2:before{content:"";margin-left:-1em}.isax-bulk-mkr .path3:before{content:"";margin-left:-1em}.isax-bulk-mobile .path1:before{content:"";opacity:.4}.isax-bulk-mobile .path2:before{content:"";margin-left:-1em}.isax-bulk-mobile .path3:before{content:"";margin-left:-1em}.isax-bulk-mobile-programming .path1:before{content:""}.isax-bulk-mobile-programming .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-mobile-programming .path3:before{content:"";margin-left:-1em}.isax-bulk-money .path1:before{content:"";opacity:.4}.isax-bulk-money .path2:before{content:"";margin-left:-1em}.isax-bulk-money .path3:before{content:"";margin-left:-1em}.isax-bulk-money .path4:before{content:"";margin-left:-1em}.isax-bulk-money-2 .path1:before{content:"";opacity:.4}.isax-bulk-money-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-money-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-money-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-money-2 .path5:before{content:"";margin-left:-1em}.isax-bulk-money-2 .path6:before{content:"";margin-left:-1em}.isax-bulk-money-3 .path1:before{content:"";opacity:.4}.isax-bulk-money-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-money-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-money-3 .path4:before{content:"";margin-left:-1em}.isax-bulk-money-4 .path1:before{content:"";opacity:.4}.isax-bulk-money-4 .path2:before{content:"";margin-left:-1em}.isax-bulk-money-4 .path3:before{content:"";margin-left:-1em}.isax-bulk-money-4 .path4:before{content:"";margin-left:-1em}.isax-bulk-money-4 .path5:before{content:"";margin-left:-1em}.isax-bulk-money-4 .path6:before{content:"";margin-left:-1em}.isax-bulk-money-add .path1:before{content:"";opacity:.4}.isax-bulk-money-add .path2:before{content:"";margin-left:-1em}.isax-bulk-money-add .path3:before{content:"";margin-left:-1em}.isax-bulk-money-add .path4:before{content:"";margin-left:-1em}.isax-bulk-money-change .path1:before{content:"";opacity:.4}.isax-bulk-money-change .path2:before{content:"";margin-left:-1em}.isax-bulk-money-change .path3:before{content:"";margin-left:-1em}.isax-bulk-money-change .path4:before{content:"";margin-left:-1em}.isax-bulk-money-forbidden .path1:before{content:""}.isax-bulk-money-forbidden .path2:before{content:"";margin-left:-1em}.isax-bulk-money-forbidden .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-money-forbidden .path4:before{content:"";margin-left:-1em}.isax-bulk-money-forbidden .path5:before{content:"";margin-left:-1em}.isax-bulk-money-recive .path1:before{content:"";opacity:.4}.isax-bulk-money-recive .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-money-recive .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-money-recive .path4:before{content:"";margin-left:-1em}.isax-bulk-money-recive .path5:before{content:"";margin-left:-1em}.isax-bulk-money-recive .path6:before{content:"";margin-left:-1em}.isax-bulk-money-recive .path7:before{content:"";margin-left:-1em}.isax-bulk-money-remove .path1:before{content:"";opacity:.4}.isax-bulk-money-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-money-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-money-remove .path4:before{content:"";margin-left:-1em}.isax-bulk-moneys .path1:before{content:"";opacity:.4}.isax-bulk-moneys .path2:before{content:"";margin-left:-1em}.isax-bulk-moneys .path3:before{content:"";margin-left:-1em}.isax-bulk-moneys .path4:before{content:"";margin-left:-1em}.isax-bulk-moneys .path5:before{content:"";margin-left:-1em}.isax-bulk-money-send .path1:before{content:"";opacity:.4}.isax-bulk-money-send .path2:before{content:"";margin-left:-1em}.isax-bulk-money-send .path3:before{content:"";margin-left:-1em}.isax-bulk-money-tick .path1:before{content:"";opacity:.4}.isax-bulk-money-tick .path2:before{content:"";margin-left:-1em}.isax-bulk-money-tick .path3:before{content:"";margin-left:-1em}.isax-bulk-money-tick .path4:before{content:"";margin-left:-1em}.isax-bulk-money-time .path1:before{content:""}.isax-bulk-money-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-money-time .path3:before{content:"";margin-left:-1em}.isax-bulk-money-time .path4:before{content:"";margin-left:-1em}.isax-bulk-monitor .path1:before{content:"";opacity:.4}.isax-bulk-monitor .path2:before{content:"";margin-left:-1em}.isax-bulk-monitor-mobbile .path1:before{content:"";opacity:.4}.isax-bulk-monitor-mobbile .path2:before{content:"";margin-left:-1em}.isax-bulk-monitor-mobbile .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-monitor-recorder .path1:before{content:"";opacity:.4}.isax-bulk-monitor-recorder .path2:before{content:"";margin-left:-1em}.isax-bulk-monitor-recorder .path3:before{content:"";margin-left:-1em}.isax-bulk-moon .path1:before{content:""}.isax-bulk-moon .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-more .path1:before{content:"";opacity:.4}.isax-bulk-more .path2:before{content:"";margin-left:-1em}.isax-bulk-more .path3:before{content:"";margin-left:-1em}.isax-bulk-more .path4:before{content:"";margin-left:-1em}.isax-bulk-more-2 .path1:before{content:"";opacity:.4}.isax-bulk-more-2 .path2:before{content:"";margin-left:-1em;opacity:.97}.isax-bulk-more-2 .path3:before{content:"";margin-left:-1em;opacity:.97}.isax-bulk-more-2 .path4:before{content:"";margin-left:-1em;opacity:.97}.isax-bulk-more-circle .path1:before{content:"";opacity:.4}.isax-bulk-more-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-more-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-more-circle .path4:before{content:"";margin-left:-1em}.isax-bulk-more-square .path1:before{content:"";opacity:.4}.isax-bulk-more-square .path2:before{content:"";margin-left:-1em}.isax-bulk-more-square .path3:before{content:"";margin-left:-1em}.isax-bulk-more-square .path4:before{content:"";margin-left:-1em}.isax-bulk-mouse .path1:before{content:"";opacity:.4}.isax-bulk-mouse .path2:before{content:"";margin-left:-1em}.isax-bulk-mouse-1 .path1:before{content:"";opacity:.4}.isax-bulk-mouse-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-mouse-circle .path1:before{content:""}.isax-bulk-mouse-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-mouse-square .path1:before{content:"";opacity:.4}.isax-bulk-mouse-square .path2:before{content:"";margin-left:-1em}.isax-bulk-music .path1:before{content:""}.isax-bulk-music .path2:before{content:"";margin-left:-1em}.isax-bulk-music .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-circle .path1:before{content:"";opacity:.4}.isax-bulk-music-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-circle .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-circle .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-circle .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-circle .path6:before{content:"";margin-left:-1em}.isax-bulk-music-dashboard .path1:before{content:""}.isax-bulk-music-dashboard .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-dashboard .path3:before{content:"";margin-left:-1em}.isax-bulk-music-filter .path1:before{content:"";opacity:.4}.isax-bulk-music-filter .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-filter .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-filter .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-filter .path5:before{content:"";margin-left:-1em}.isax-bulk-music-library-2 .path1:before{content:""}.isax-bulk-music-library-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-library-2 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-library-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-musicnote .path1:before{content:"";opacity:.4}.isax-bulk-musicnote .path2:before{content:"";margin-left:-1em}.isax-bulk-music-play .path1:before{content:""}.isax-bulk-music-play .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-play .path3:before{content:"";margin-left:-1em}.isax-bulk-music-play .path4:before{content:"";margin-left:-1em}.isax-bulk-music-playlist .path1:before{content:""}.isax-bulk-music-playlist .path2:before{content:"";margin-left:-1em}.isax-bulk-music-playlist .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-playlist .path4:before{content:"";margin-left:-1em}.isax-bulk-music-square .path1:before{content:"";opacity:.4}.isax-bulk-music-square .path2:before{content:"";margin-left:-1em}.isax-bulk-music-square-add .path1:before{content:""}.isax-bulk-music-square-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-square-add .path3:before{content:"";margin-left:-1em}.isax-bulk-music-square-remove .path1:before{content:""}.isax-bulk-music-square-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-square-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-music-square-search .path1:before{content:""}.isax-bulk-music-square-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-music-square-search .path3:before{content:"";margin-left:-1em}.isax-bulk-nas .path1:before{content:"";opacity:.4}.isax-bulk-nas .path2:before{content:"";margin-left:-1em}.isax-bulk-nas .path3:before{content:"";margin-left:-1em}.isax-bulk-nas .path4:before{content:"";margin-left:-1em}.isax-bulk-nas .path5:before{content:"";margin-left:-1em}.isax-bulk-nas .path6:before{content:"";margin-left:-1em}.isax-bulk-nct .path1:before{content:""}.isax-bulk-nct .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-nct .path3:before{content:"";margin-left:-1em}.isax-bulk-nct .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-nexo .path1:before{content:""}.isax-bulk-nexo .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-next .path1:before{content:"";opacity:.4}.isax-bulk-next .path2:before{content:"";margin-left:-1em}.isax-bulk-niox .path1:before{content:"";opacity:.4}.isax-bulk-niox .path2:before{content:"";margin-left:-1em}.isax-bulk-niox .path3:before{content:"";margin-left:-1em}.isax-bulk-niox .path4:before{content:"";margin-left:-1em}.isax-bulk-note .path1:before{content:"";opacity:.4}.isax-bulk-note .path2:before{content:"";margin-left:-1em}.isax-bulk-note-1 .path1:before{content:"";opacity:.4}.isax-bulk-note-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-note-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-note-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-note-1 .path5:before{content:"";margin-left:-1em}.isax-bulk-note-2 .path1:before{content:"";opacity:.4}.isax-bulk-note-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-note-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-note-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-note-3 .path1:before{content:"";opacity:.4}.isax-bulk-note-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-note-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-note-3 .path4:before{content:"";margin-left:-1em}.isax-bulk-note-add .path1:before{content:"";opacity:.4}.isax-bulk-note-add .path2:before{content:"";margin-left:-1em}.isax-bulk-note-add .path3:before{content:"";margin-left:-1em}.isax-bulk-note-add .path4:before{content:"";margin-left:-1em}.isax-bulk-note-favorite .path1:before{content:""}.isax-bulk-note-favorite .path2:before{content:"";margin-left:-1em}.isax-bulk-note-favorite .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-note-favorite .path4:before{content:"";margin-left:-1em}.isax-bulk-note-favorite .path5:before{content:"";margin-left:-1em}.isax-bulk-note-favorite .path6:before{content:"";margin-left:-1em}.isax-bulk-note-remove .path1:before{content:""}.isax-bulk-note-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-note-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-note-remove .path4:before{content:"";margin-left:-1em}.isax-bulk-note-remove .path5:before{content:"";margin-left:-1em}.isax-bulk-note-square .path1:before{content:"";opacity:.4}.isax-bulk-note-square .path2:before{content:"";margin-left:-1em}.isax-bulk-note-text .path1:before{content:""}.isax-bulk-note-text .path2:before{content:"";margin-left:-1em}.isax-bulk-note-text .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-note-text .path4:before{content:"";margin-left:-1em}.isax-bulk-note-text .path5:before{content:"";margin-left:-1em}.isax-bulk-notification .path1:before{content:"";opacity:.4}.isax-bulk-notification .path2:before{content:"";margin-left:-1em}.isax-bulk-notification .path3:before{content:"";margin-left:-1em}.isax-bulk-notification-1 .path1:before{content:""}.isax-bulk-notification-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-notification-bing .path1:before{content:"";opacity:.4}.isax-bulk-notification-bing .path2:before{content:"";margin-left:-1em}.isax-bulk-notification-bing .path3:before{content:"";margin-left:-1em}.isax-bulk-notification-circle .path1:before{content:""}.isax-bulk-notification-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-notification-favorite .path1:before{content:""}.isax-bulk-notification-favorite .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-notification-favorite .path3:before{content:"";margin-left:-1em}.isax-bulk-notification-status .path1:before{content:""}.isax-bulk-notification-status .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-notification-status .path3:before{content:"";margin-left:-1em}.isax-bulk-notification-status .path4:before{content:"";margin-left:-1em}.isax-bulk-ocean .path1:before{content:""}.isax-bulk-ocean .path2:before{content:"";margin-left:-1em}.isax-bulk-ocean .path3:before{content:"";margin-left:-1em}.isax-bulk-ocean .path4:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ocean .path5:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ocean .path6:before{content:"";margin-left:-1em;opacity:.04}.isax-bulk-ocean .path7:before{content:"";margin-left:-1em}.isax-bulk-ocean .path8:before{content:"";margin-left:-1em}.isax-bulk-ocean .path9:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ocean .path10:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ocean .path11:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ocean .path12:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ocean .path13:before{content:"";margin-left:-1em;opacity:.04}.isax-bulk-ocean .path14:before{content:"";margin-left:-1em;opacity:.04}.isax-bulk-ocean .path15:before{content:"";margin-left:-1em}.isax-bulk-ocean .path16:before{content:"";margin-left:-1em}.isax-bulk-ocean .path17:before{content:"";margin-left:-1em}.isax-bulk-ocean .path18:before{content:"";margin-left:-1em}.isax-bulk-ocean .path19:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ocean .path20:before{content:"";margin-left:-1em;opacity:.36}.isax-bulk-ocean .path21:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ocean .path22:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-ocean .path23:before{content:"";margin-left:-1em;opacity:.04}.isax-bulk-ocean .path24:before{content:"";margin-left:-1em;opacity:.04}.isax-bulk-okb .path1:before{content:"";opacity:.4}.isax-bulk-okb .path2:before{content:"";margin-left:-1em}.isax-bulk-okb .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-okb .path4:before{content:"";margin-left:-1em}.isax-bulk-okb .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-okb .path6:before{content:"";margin-left:-1em}.isax-bulk-okb .path7:before{content:"";margin-left:-1em}.isax-bulk-okb .path8:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-omega-circle .path1:before{content:"";opacity:.4}.isax-bulk-omega-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-omega-square .path1:before{content:"";opacity:.4}.isax-bulk-omega-square .path2:before{content:"";margin-left:-1em}.isax-bulk-one .path1:before{content:""}.isax-bulk-one .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-one .path3:before{content:"";margin-left:-1em}.isax-bulk-ont .path1:before{content:"";opacity:.4}.isax-bulk-ont .path2:before{content:"";margin-left:-1em}.isax-bulk-paintbucket .path1:before{content:"";opacity:.4}.isax-bulk-paintbucket .path2:before{content:"";margin-left:-1em}.isax-bulk-paintbucket .path3:before{content:"";margin-left:-1em}.isax-bulk-paperclip .path1:before{content:"";opacity:.4}.isax-bulk-paperclip .path2:before{content:"";margin-left:-1em}.isax-bulk-paperclip-2 .path1:before{content:"";opacity:.4}.isax-bulk-paperclip-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-password-check .path1:before{content:""}.isax-bulk-password-check .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-password-check .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-password-check .path4:before{content:"";margin-left:-1em}.isax-bulk-password-check .path5:before{content:"";margin-left:-1em}.isax-bulk-path .path1:before{content:""}.isax-bulk-path .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-path .path3:before{content:"";margin-left:-1em}.isax-bulk-path-2 .path1:before{content:""}.isax-bulk-path-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-path-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-path-square .path1:before{content:"";opacity:.4}.isax-bulk-path-square .path2:before{content:"";margin-left:-1em}.isax-bulk-path-square .path3:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-path-square .path4:before{content:"";margin-left:-1em}.isax-bulk-pause .path1:before{content:""}.isax-bulk-pause .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-pause-circle .path1:before{content:"";opacity:.4}.isax-bulk-pause-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-pause-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-pay .path1:before{content:"";opacity:.4}.isax-bulk-pay .path2:before{content:"";margin-left:-1em}.isax-bulk-paypal .path1:before{content:""}.isax-bulk-paypal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-pen-add .path1:before{content:""}.isax-bulk-pen-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-pen-add .path3:before{content:"";margin-left:-1em}.isax-bulk-pen-add .path4:before{content:"";margin-left:-1em}.isax-bulk-pen-close .path1:before{content:""}.isax-bulk-pen-close .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-pen-close .path3:before{content:"";margin-left:-1em}.isax-bulk-pen-close .path4:before{content:"";margin-left:-1em}.isax-bulk-pen-remove .path1:before{content:""}.isax-bulk-pen-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-pen-remove .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-pen-remove .path4:before{content:"";margin-left:-1em}.isax-bulk-pen-tool .path1:before{content:""}.isax-bulk-pen-tool .path2:before{content:"";margin-left:-1em}.isax-bulk-pen-tool .path3:before{content:"";margin-left:-1em}.isax-bulk-pen-tool .path4:before{content:"";margin-left:-1em}.isax-bulk-pen-tool .path5:before{content:"";margin-left:-1em}.isax-bulk-pen-tool .path6:before{content:"";margin-left:-1em}.isax-bulk-pen-tool .path7:before{content:"";margin-left:-1em}.isax-bulk-pen-tool .path8:before{content:"";margin-left:-1em}.isax-bulk-pen-tool .path9:before{content:"";margin-left:-1em}.isax-bulk-pen-tool .path10:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-pen-tool-2 .path1:before{content:""}.isax-bulk-pen-tool-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-pen-tool-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-pen-tool-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-pen-tool-2 .path5:before{content:"";margin-left:-1em}.isax-bulk-pen-tool-2 .path6:before{content:"";margin-left:-1em}.isax-bulk-pen-tool-2 .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-people .path1:before{content:"";opacity:.4}.isax-bulk-people .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-people .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-people .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-people .path5:before{content:"";margin-left:-1em}.isax-bulk-people .path6:before{content:"";margin-left:-1em}.isax-bulk-percentage-circle .path1:before{content:"";opacity:.4}.isax-bulk-percentage-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-percentage-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-percentage-circle .path4:before{content:"";margin-left:-1em}.isax-bulk-percentage-square .path1:before{content:"";opacity:.4}.isax-bulk-percentage-square .path2:before{content:"";margin-left:-1em}.isax-bulk-percentage-square .path3:before{content:"";margin-left:-1em}.isax-bulk-percentage-square .path4:before{content:"";margin-left:-1em}.isax-bulk-personalcard .path1:before{content:"";opacity:.4}.isax-bulk-personalcard .path2:before{content:"";margin-left:-1em}.isax-bulk-personalcard .path3:before{content:"";margin-left:-1em}.isax-bulk-personalcard .path4:before{content:"";margin-left:-1em}.isax-bulk-personalcard .path5:before{content:"";margin-left:-1em}.isax-bulk-personalcard .path6:before{content:"";margin-left:-1em}.isax-bulk-pet .path1:before{content:"";opacity:.4}.isax-bulk-pet .path2:before{content:"";margin-left:-1em}.isax-bulk-pet .path3:before{content:"";margin-left:-1em}.isax-bulk-pet .path4:before{content:"";margin-left:-1em}.isax-bulk-pet .path5:before{content:"";margin-left:-1em}.isax-bulk-pharagraphspacing .path1:before{content:"";opacity:.4}.isax-bulk-pharagraphspacing .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-pharagraphspacing .path3:before{content:"";margin-left:-1em}.isax-bulk-photoshop .path1:before{content:"";opacity:.4}.isax-bulk-photoshop .path2:before{content:"";margin-left:-1em}.isax-bulk-photoshop .path3:before{content:"";margin-left:-1em}.isax-bulk-picture-frame .path1:before{content:"";opacity:.4}.isax-bulk-picture-frame .path2:before{content:"";margin-left:-1em}.isax-bulk-play .path1:before{content:""}.isax-bulk-play .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-play-add .path1:before{content:"";opacity:.4}.isax-bulk-play-add .path2:before{content:"";margin-left:-1em}.isax-bulk-play-add .path3:before{content:"";margin-left:-1em}.isax-bulk-play-circle .path1:before{content:"";opacity:.4}.isax-bulk-play-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-play-cricle .path1:before{content:"";opacity:.4}.isax-bulk-play-cricle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-play-cricle .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-play-cricle .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-play-cricle .path5:before{content:"";margin-left:-1em}.isax-bulk-play-remove .path1:before{content:""}.isax-bulk-play-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-play-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-presention-chart .path1:before{content:"";opacity:.4}.isax-bulk-presention-chart .path2:before{content:"";margin-left:-1em}.isax-bulk-presention-chart .path3:before{content:"";margin-left:-1em}.isax-bulk-presention-chart .path4:before{content:"";margin-left:-1em}.isax-bulk-previous .path1:before{content:"";opacity:.4}.isax-bulk-previous .path2:before{content:"";margin-left:-1em}.isax-bulk-printer .path1:before{content:""}.isax-bulk-printer .path2:before{content:"";margin-left:-1em}.isax-bulk-printer .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-printer .path4:before{content:"";margin-left:-1em}.isax-bulk-printer .path5:before{content:"";margin-left:-1em}.isax-bulk-printer-slash .path1:before{content:"";opacity:.4}.isax-bulk-printer-slash .path2:before{content:"";margin-left:-1em}.isax-bulk-printer-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-printer-slash .path4:before{content:"";margin-left:-1em}.isax-bulk-printer-slash .path5:before{content:"";margin-left:-1em}.isax-bulk-printer-slash .path6:before{content:"";margin-left:-1em}.isax-bulk-printer-slash .path7:before{content:"";margin-left:-1em}.isax-bulk-printer-slash .path8:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-profile .path1:before{content:"";opacity:.4}.isax-bulk-profile .path2:before{content:"";margin-left:-1em}.isax-bulk-profile-2user .path1:before{content:"";opacity:.4}.isax-bulk-profile-2user .path2:before{content:"";margin-left:-1em}.isax-bulk-profile-2user .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-profile-2user .path4:before{content:"";margin-left:-1em}.isax-bulk-profile-add .path1:before{content:""}.isax-bulk-profile-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-profile-add .path3:before{content:"";margin-left:-1em}.isax-bulk-profile-circle .path1:before{content:"";opacity:.4}.isax-bulk-profile-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-profile-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-profile-delete .path1:before{content:""}.isax-bulk-profile-delete .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-profile-delete .path3:before{content:"";margin-left:-1em}.isax-bulk-profile-remove .path1:before{content:""}.isax-bulk-profile-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-profile-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-profile-tick .path1:before{content:""}.isax-bulk-profile-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-profile-tick .path3:before{content:"";margin-left:-1em}.isax-bulk-programming-arrow .path1:before{content:"";opacity:.4}.isax-bulk-programming-arrow .path2:before{content:"";margin-left:-1em}.isax-bulk-programming-arrows .path1:before{content:"";opacity:.4}.isax-bulk-programming-arrows .path2:before{content:"";margin-left:-1em}.isax-bulk-programming-arrows .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-programming-arrows .path4:before{content:"";margin-left:-1em}.isax-bulk-python .path1:before{content:""}.isax-bulk-python .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-qnt .path1:before{content:"";opacity:.6}.isax-bulk-qnt .path2:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-qnt .path3:before{content:"";margin-left:-1em}.isax-bulk-qnt .path4:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-qnt .path5:before{content:"";margin-left:-1em}.isax-bulk-qnt .path6:before{content:"";margin-left:-1em}.isax-bulk-qnt .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-qnt .path8:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-quote-down .path1:before{content:""}.isax-bulk-quote-down .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-quote-down-circle .path1:before{content:"";opacity:.4}.isax-bulk-quote-down-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-quote-down-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-quote-down-square .path1:before{content:"";opacity:.4}.isax-bulk-quote-down-square .path2:before{content:"";margin-left:-1em}.isax-bulk-quote-down-square .path3:before{content:"";margin-left:-1em}.isax-bulk-quote-up .path1:before{content:""}.isax-bulk-quote-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-quote-up-circle .path1:before{content:"";opacity:.4}.isax-bulk-quote-up-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-quote-up-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-quote-up-square .path1:before{content:"";opacity:.4}.isax-bulk-quote-up-square .path2:before{content:"";margin-left:-1em}.isax-bulk-quote-up-square .path3:before{content:"";margin-left:-1em}.isax-bulk-radar .path1:before{content:"";opacity:.4}.isax-bulk-radar .path2:before{content:"";margin-left:-1em}.isax-bulk-radar-1 .path1:before{content:""}.isax-bulk-radar-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-radar-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-radar-1 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-radar-1 .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-radar-2 .path1:before{content:"";opacity:.4}.isax-bulk-radar-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-radio .path1:before{content:"";opacity:.4}.isax-bulk-radio .path2:before{content:"";margin-left:-1em}.isax-bulk-radio .path3:before{content:"";margin-left:-1em}.isax-bulk-radio .path4:before{content:"";margin-left:-1em}.isax-bulk-radio .path5:before{content:"";margin-left:-1em}.isax-bulk-radio .path6:before{content:"";margin-left:-1em}.isax-bulk-ram .path1:before{content:"";opacity:.4}.isax-bulk-ram .path2:before{content:"";margin-left:-1em}.isax-bulk-ram .path3:before{content:"";margin-left:-1em}.isax-bulk-ram-2 .path1:before{content:"";opacity:.4}.isax-bulk-ram-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-ram-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-ram-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-ram-2 .path5:before{content:"";margin-left:-1em}.isax-bulk-ranking .path1:before{content:""}.isax-bulk-ranking .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ranking .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ranking .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ranking-1 .path1:before{content:"";opacity:.4}.isax-bulk-ranking-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-ranking-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ranking-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-receipt .path1:before{content:""}.isax-bulk-receipt .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-receipt-1 .path1:before{content:"";opacity:.4}.isax-bulk-receipt-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-receipt-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-receipt-2 .path1:before{content:"";opacity:.4}.isax-bulk-receipt-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-receipt-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-receipt-3 .path1:before{content:"";opacity:.4}.isax-bulk-receipt-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-receipt-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-receipt-3 .path4:before{content:"";margin-left:-1em}.isax-bulk-receipt-3 .path5:before{content:"";margin-left:-1em}.isax-bulk-receipt-add .path1:before{content:""}.isax-bulk-receipt-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-receipt-add .path3:before{content:"";margin-left:-1em}.isax-bulk-receipt-discount .path1:before{content:""}.isax-bulk-receipt-discount .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-receipt-discount .path3:before{content:"";margin-left:-1em}.isax-bulk-receipt-discount .path4:before{content:"";margin-left:-1em}.isax-bulk-receipt-discount .path5:before{content:"";margin-left:-1em}.isax-bulk-receipt-discount-1 .path1:before{content:"";opacity:.4}.isax-bulk-receipt-discount-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-receipt-discount-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-receipt-discount-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-receipt-edit .path1:before{content:"";opacity:.4}.isax-bulk-receipt-edit .path2:before{content:"";margin-left:-1em}.isax-bulk-receipt-item .path1:before{content:""}.isax-bulk-receipt-item .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-receipt-item .path3:before{content:"";margin-left:-1em}.isax-bulk-receipt-item .path4:before{content:"";margin-left:-1em}.isax-bulk-receipt-item .path5:before{content:"";margin-left:-1em}.isax-bulk-receipt-item .path6:before{content:"";margin-left:-1em}.isax-bulk-receipt-minus .path1:before{content:""}.isax-bulk-receipt-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-receipt-minus .path3:before{content:"";margin-left:-1em}.isax-bulk-receipt-search .path1:before{content:"";opacity:.4}.isax-bulk-receipt-search .path2:before{content:"";margin-left:-1em}.isax-bulk-receipt-square .path1:before{content:""}.isax-bulk-receipt-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-receipt-text .path1:before{content:""}.isax-bulk-receipt-text .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-receipt-text .path3:before{content:"";margin-left:-1em}.isax-bulk-receipt-text .path4:before{content:"";margin-left:-1em}.isax-bulk-received .path1:before{content:""}.isax-bulk-received .path2:before{content:"";margin-left:-1em}.isax-bulk-received .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-receive-square .path1:before{content:"";opacity:.4}.isax-bulk-receive-square .path2:before{content:"";margin-left:-1em}.isax-bulk-receive-square .path3:before{content:"";margin-left:-1em}.isax-bulk-receive-square-2 .path1:before{content:"";opacity:.4}.isax-bulk-receive-square-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-receive-square-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-record .path1:before{content:""}.isax-bulk-record .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-record-circle .path1:before{content:"";opacity:.4}.isax-bulk-record-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-recovery-convert .path1:before{content:""}.isax-bulk-recovery-convert .path2:before{content:"";margin-left:-1em}.isax-bulk-recovery-convert .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-recovery-convert .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-redo .path1:before{content:"";opacity:.4}.isax-bulk-redo .path2:before{content:"";margin-left:-1em}.isax-bulk-refresh .path1:before{content:"";opacity:.4}.isax-bulk-refresh .path2:before{content:"";margin-left:-1em}.isax-bulk-refresh .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-refresh-2 .path1:before{content:"";opacity:.4}.isax-bulk-refresh-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-refresh-circle .path1:before{content:"";opacity:.4}.isax-bulk-refresh-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-refresh-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-refresh-left-square .path1:before{content:"";opacity:.4}.isax-bulk-refresh-left-square .path2:before{content:"";margin-left:-1em}.isax-bulk-refresh-right-square .path1:before{content:"";opacity:.4}.isax-bulk-refresh-right-square .path2:before{content:"";margin-left:-1em}.isax-bulk-refresh-square-2 .path1:before{content:"";opacity:.4}.isax-bulk-refresh-square-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-refresh-square-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-rep .path1:before{content:"";opacity:.4}.isax-bulk-rep .path2:before{content:"";margin-left:-1em}.isax-bulk-rep .path3:before{content:"";margin-left:-1em}.isax-bulk-repeat .path1:before{content:""}.isax-bulk-repeat .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-repeat-circle .path1:before{content:"";opacity:.4}.isax-bulk-repeat-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-repeat-circle .path3:before{content:"";margin-left:-1em}.isax-bulk-repeate-music .path1:before{content:"";opacity:.4}.isax-bulk-repeate-music .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-repeate-music .path3:before{content:"";margin-left:-1em}.isax-bulk-repeate-one .path1:before{content:"";opacity:.4}.isax-bulk-repeate-one .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-repeate-one .path3:before{content:"";margin-left:-1em}.isax-bulk-reserve .path1:before{content:""}.isax-bulk-reserve .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-reserve .path3:before{content:"";margin-left:-1em}.isax-bulk-reserve .path4:before{content:"";margin-left:-1em}.isax-bulk-rotate-3d .path1:before{content:""}.isax-bulk-rotate-3d .path2:before{content:"";margin-left:-1em}.isax-bulk-rotate-3d .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-rotate-3d .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-rotate-left .path1:before{content:"";opacity:.4}.isax-bulk-rotate-left .path2:before{content:"";margin-left:-1em}.isax-bulk-rotate-left-1 .path1:before{content:"";opacity:.4}.isax-bulk-rotate-left-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-rotate-right .path1:before{content:"";opacity:.4}.isax-bulk-rotate-right .path2:before{content:"";margin-left:-1em}.isax-bulk-rotate-right-1 .path1:before{content:"";opacity:.4}.isax-bulk-rotate-right-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-route-square .path1:before{content:"";opacity:.4}.isax-bulk-route-square .path2:before{content:"";margin-left:-1em}.isax-bulk-routing .path1:before{content:"";opacity:.4}.isax-bulk-routing .path2:before{content:"";margin-left:-1em}.isax-bulk-routing .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-routing .path4:before{content:"";margin-left:-1em}.isax-bulk-routing .path5:before{content:"";margin-left:-1em}.isax-bulk-routing-2 .path1:before{content:"";opacity:.4}.isax-bulk-routing-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-routing-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-routing-2 .path4:before{content:"";margin-left:-1em}.isax-bulk-routing-2 .path5:before{content:"";margin-left:-1em}.isax-bulk-row-horizontal .path1:before{content:"";opacity:.4}.isax-bulk-row-horizontal .path2:before{content:"";margin-left:-1em}.isax-bulk-row-vertical .path1:before{content:"";opacity:.4}.isax-bulk-row-vertical .path2:before{content:"";margin-left:-1em}.isax-bulk-ruler .path1:before{content:"";opacity:.4}.isax-bulk-ruler .path2:before{content:"";margin-left:-1em}.isax-bulk-ruler .path3:before{content:"";margin-left:-1em}.isax-bulk-ruler .path4:before{content:"";margin-left:-1em}.isax-bulk-ruler .path5:before{content:"";margin-left:-1em}.isax-bulk-ruler-pen .path1:before{content:"";opacity:.4}.isax-bulk-ruler-pen .path2:before{content:"";margin-left:-1em}.isax-bulk-ruler-pen .path3:before{content:"";margin-left:-1em}.isax-bulk-ruler-pen .path4:before{content:"";margin-left:-1em}.isax-bulk-ruler-pen .path5:before{content:"";margin-left:-1em}.isax-bulk-ruler-pen .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ruler-pen .path7:before{content:"";margin-left:-1em}.isax-bulk-rune .path1:before{content:"";opacity:.4}.isax-bulk-rune .path2:before{content:"";margin-left:-1em}.isax-bulk-safe-home .path1:before{content:""}.isax-bulk-safe-home .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sagittarius .path1:before{content:""}.isax-bulk-sagittarius .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-save-2 .path1:before{content:"";opacity:.4}.isax-bulk-save-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-save-add .path1:before{content:"";opacity:.4}.isax-bulk-save-add .path2:before{content:"";margin-left:-1em}.isax-bulk-save-add .path3:before{content:"";margin-left:-1em}.isax-bulk-save-minus .path1:before{content:"";opacity:.4}.isax-bulk-save-minus .path2:before{content:"";margin-left:-1em}.isax-bulk-save-minus .path3:before{content:"";margin-left:-1em}.isax-bulk-save-remove .path1:before{content:"";opacity:.4}.isax-bulk-save-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-save-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-sc .path1:before{content:"";opacity:.4}.isax-bulk-sc .path2:before{content:"";margin-left:-1em}.isax-bulk-sc .path3:before{content:"";margin-left:-1em}.isax-bulk-scan .path1:before{content:"";opacity:.4}.isax-bulk-scan .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scan .path3:before{content:"";margin-left:-1em}.isax-bulk-scan .path4:before{content:"";margin-left:-1em}.isax-bulk-scan .path5:before{content:"";margin-left:-1em}.isax-bulk-scan .path6:before{content:"";margin-left:-1em}.isax-bulk-scan .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scan-barcode .path1:before{content:"";opacity:.4}.isax-bulk-scan-barcode .path2:before{content:"";margin-left:-1em}.isax-bulk-scan-barcode .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scan-barcode .path4:before{content:"";margin-left:-1em}.isax-bulk-scan-barcode .path5:before{content:"";margin-left:-1em}.isax-bulk-scan-barcode .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scan-barcode .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scan-barcode .path8:before{content:"";margin-left:-1em}.isax-bulk-scanner .path1:before{content:""}.isax-bulk-scanner .path2:before{content:"";margin-left:-1em}.isax-bulk-scanner .path3:before{content:"";margin-left:-1em}.isax-bulk-scanner .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scanner .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scanning .path1:before{content:"";opacity:.4}.isax-bulk-scanning .path2:before{content:"";margin-left:-1em}.isax-bulk-scanning .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scanning .path4:before{content:"";margin-left:-1em}.isax-bulk-scanning .path5:before{content:"";margin-left:-1em}.isax-bulk-scanning .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scanning .path7:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scanning .path8:before{content:"";margin-left:-1em}.isax-bulk-scissor .path1:before{content:""}.isax-bulk-scissor .path2:before{content:"";margin-left:-1em}.isax-bulk-scissor .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-scissor-1 .path1:before{content:"";opacity:.4}.isax-bulk-scissor-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-screenmirroring .path1:before{content:"";opacity:.4}.isax-bulk-screenmirroring .path2:before{content:"";margin-left:-1em}.isax-bulk-scroll .path1:before{content:"";opacity:.4}.isax-bulk-scroll .path2:before{content:"";margin-left:-1em}.isax-bulk-scroll .path3:before{content:"";margin-left:-1em}.isax-bulk-search-favorite .path1:before{content:"";opacity:.4}.isax-bulk-search-favorite .path2:before{content:"";margin-left:-1em}.isax-bulk-search-favorite .path3:before{content:"";margin-left:-1em}.isax-bulk-search-favorite-1 .path1:before{content:"";opacity:.4}.isax-bulk-search-favorite-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-search-favorite-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-search-normal .path1:before{content:"";opacity:.4}.isax-bulk-search-normal .path2:before{content:"";margin-left:-1em}.isax-bulk-search-normal-1 .path1:before{content:"";opacity:.4}.isax-bulk-search-normal-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-search-status .path1:before{content:""}.isax-bulk-search-status .path2:before{content:"";margin-left:-1em}.isax-bulk-search-status .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-search-status .path4:before{content:"";margin-left:-1em}.isax-bulk-search-status-1 .path1:before{content:"";opacity:.4}.isax-bulk-search-status-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-search-status-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-search-status-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-search-zoom-in .path1:before{content:"";opacity:.4}.isax-bulk-search-zoom-in .path2:before{content:"";margin-left:-1em}.isax-bulk-search-zoom-in .path3:before{content:"";margin-left:-1em}.isax-bulk-search-zoom-in-1 .path1:before{content:"";opacity:.4}.isax-bulk-search-zoom-in-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-search-zoom-in-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-search-zoom-out .path1:before{content:"";opacity:.4}.isax-bulk-search-zoom-out .path2:before{content:"";margin-left:-1em}.isax-bulk-search-zoom-out .path3:before{content:"";margin-left:-1em}.isax-bulk-search-zoom-out-1 .path1:before{content:"";opacity:.4}.isax-bulk-search-zoom-out-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-search-zoom-out-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-security .path1:before{content:"";opacity:.4}.isax-bulk-security .path2:before{content:"";margin-left:-1em}.isax-bulk-security-card .path1:before{content:"";opacity:.4}.isax-bulk-security-card .path2:before{content:"";margin-left:-1em}.isax-bulk-security-card .path3:before{content:"";margin-left:-1em}.isax-bulk-security-safe .path1:before{content:"";opacity:.4}.isax-bulk-security-safe .path2:before{content:"";margin-left:-1em}.isax-bulk-security-time .path1:before{content:"";opacity:.4}.isax-bulk-security-time .path2:before{content:"";margin-left:-1em}.isax-bulk-security-time .path3:before{content:"";margin-left:-1em}.isax-bulk-security-user .path1:before{content:"";opacity:.4}.isax-bulk-security-user .path2:before{content:"";margin-left:-1em}.isax-bulk-security-user .path3:before{content:"";margin-left:-1em}.isax-bulk-send .path1:before{content:"";opacity:.4}.isax-bulk-send .path2:before{content:"";margin-left:-1em}.isax-bulk-send .path3:before{content:"";margin-left:-1em}.isax-bulk-send-1 .path1:before{content:"";opacity:.4}.isax-bulk-send-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-send-2 .path1:before{content:"";opacity:.4}.isax-bulk-send-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-send-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-send-sqaure-2 .path1:before{content:"";opacity:.4}.isax-bulk-send-sqaure-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-send-sqaure-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-send-square .path1:before{content:"";opacity:.4}.isax-bulk-send-square .path2:before{content:"";margin-left:-1em}.isax-bulk-send-square .path3:before{content:"";margin-left:-1em}.isax-bulk-send-square .path4:before{content:"";margin-left:-1em}.isax-bulk-setting .path1:before{content:"";opacity:.4}.isax-bulk-setting .path2:before{content:"";margin-left:-1em}.isax-bulk-setting-1 .path1:before{content:""}.isax-bulk-setting-1 .path2:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-setting-1 .path3:before{content:"";margin-left:-1em;opacity:.16}.isax-bulk-setting-2 .path1:before{content:"";opacity:.4}.isax-bulk-setting-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-setting-3 .path1:before{content:"";opacity:.4}.isax-bulk-setting-3 .path2:before{content:"";margin-left:-1em}.isax-bulk-setting-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-setting-3 .path4:before{content:"";margin-left:-1em}.isax-bulk-setting-3 .path5:before{content:"";margin-left:-1em}.isax-bulk-setting-3 .path6:before{content:"";margin-left:-1em}.isax-bulk-setting-3 .path7:before{content:"";margin-left:-1em}.isax-bulk-setting-4 .path1:before{content:"";opacity:.4}.isax-bulk-setting-4 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-setting-4 .path3:before{content:"";margin-left:-1em}.isax-bulk-setting-4 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-setting-4 .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-setting-4 .path6:before{content:"";margin-left:-1em}.isax-bulk-setting-5 .path1:before{content:"";opacity:.4}.isax-bulk-setting-5 .path2:before{content:"";margin-left:-1em}.isax-bulk-setting-5 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-setting-5 .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-setting-5 .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-setting-5 .path6:before{content:"";margin-left:-1em}.isax-bulk-shapes .path1:before{content:""}.isax-bulk-shapes .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-shapes-1 .path1:before{content:"";opacity:.4}.isax-bulk-shapes-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-share .path1:before{content:"";opacity:.4}.isax-bulk-share .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-share .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-share .path4:before{content:"";margin-left:-1em}.isax-bulk-share .path5:before{content:"";margin-left:-1em}.isax-bulk-share .path6:before{content:"";margin-left:-1em}.isax-bulk-shield .path1:before{content:"";opacity:.4}.isax-bulk-shield .path2:before{content:"";margin-left:-1em}.isax-bulk-shield-cross .path1:before{content:"";opacity:.4}.isax-bulk-shield-cross .path2:before{content:"";margin-left:-1em}.isax-bulk-shield-search .path1:before{content:"";opacity:.4}.isax-bulk-shield-search .path2:before{content:"";margin-left:-1em}.isax-bulk-shield-search .path3:before{content:"";margin-left:-1em}.isax-bulk-shield-security .path1:before{content:"";opacity:.4}.isax-bulk-shield-security .path2:before{content:"";margin-left:-1em}.isax-bulk-shield-slash .path1:before{content:"";opacity:.4}.isax-bulk-shield-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-shield-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-shield-tick .path1:before{content:"";opacity:.4}.isax-bulk-shield-tick .path2:before{content:"";margin-left:-1em}.isax-bulk-ship .path1:before{content:""}.isax-bulk-ship .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ship .path3:before{content:"";margin-left:-1em}.isax-bulk-shop .path1:before{content:"";opacity:.4}.isax-bulk-shop .path2:before{content:"";margin-left:-1em}.isax-bulk-shop .path3:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-shop .path4:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-shop .path5:before{content:"";margin-left:-1em}.isax-bulk-shop-add .path1:before{content:"";opacity:.4}.isax-bulk-shop-add .path2:before{content:"";margin-left:-1em}.isax-bulk-shop-add .path3:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-shop-add .path4:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-shop-add .path5:before{content:"";margin-left:-1em}.isax-bulk-shopping-bag .path1:before{content:"";opacity:.4}.isax-bulk-shopping-bag .path2:before{content:"";margin-left:-1em}.isax-bulk-shopping-bag .path3:before{content:"";margin-left:-1em}.isax-bulk-shopping-cart .path1:before{content:""}.isax-bulk-shopping-cart .path2:before{content:"";margin-left:-1em}.isax-bulk-shopping-cart .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-shopping-cart .path4:before{content:"";margin-left:-1em}.isax-bulk-shop-remove .path1:before{content:""}.isax-bulk-shop-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-shop-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-shop-remove .path4:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-shop-remove .path5:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-shuffle .path1:before{content:"";opacity:.4}.isax-bulk-shuffle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-shuffle .path3:before{content:"";margin-left:-1em}.isax-bulk-sidebar-bottom .path1:before{content:"";opacity:.4}.isax-bulk-sidebar-bottom .path2:before{content:"";margin-left:-1em}.isax-bulk-sidebar-bottom .path3:before{content:"";margin-left:-1em}.isax-bulk-sidebar-left .path1:before{content:"";opacity:.4}.isax-bulk-sidebar-left .path2:before{content:"";margin-left:-1em}.isax-bulk-sidebar-left .path3:before{content:"";margin-left:-1em}.isax-bulk-sidebar-right .path1:before{content:"";opacity:.4}.isax-bulk-sidebar-right .path2:before{content:"";margin-left:-1em}.isax-bulk-sidebar-right .path3:before{content:"";margin-left:-1em}.isax-bulk-sidebar-top .path1:before{content:"";opacity:.4}.isax-bulk-sidebar-top .path2:before{content:"";margin-left:-1em}.isax-bulk-sidebar-top .path3:before{content:"";margin-left:-1em}.isax-bulk-signpost .path1:before{content:""}.isax-bulk-signpost .path2:before{content:"";margin-left:-1em}.isax-bulk-signpost .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-signpost .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-simcard .path1:before{content:"";opacity:.4}.isax-bulk-simcard .path2:before{content:"";margin-left:-1em}.isax-bulk-simcard .path3:before{content:"";margin-left:-1em}.isax-bulk-simcard-1 .path1:before{content:"";opacity:.4}.isax-bulk-simcard-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-simcard-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-simcard-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-simcard-1 .path5:before{content:"";margin-left:-1em}.isax-bulk-simcard-2 .path1:before{content:"";opacity:.4}.isax-bulk-simcard-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-size .path1:before{content:""}.isax-bulk-size .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-slack .path1:before{content:""}.isax-bulk-slack .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-slack .path3:before{content:"";margin-left:-1em}.isax-bulk-slack .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-slack .path5:before{content:"";margin-left:-1em}.isax-bulk-slack .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-slack .path7:before{content:"";margin-left:-1em}.isax-bulk-slack .path8:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-slash .path1:before{content:"";opacity:.4}.isax-bulk-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-slider .path1:before{content:""}.isax-bulk-slider .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-slider .path3:before{content:"";margin-left:-1em}.isax-bulk-slider .path4:before{content:"";margin-left:-1em}.isax-bulk-slider-horizontal .path1:before{content:"";opacity:.4}.isax-bulk-slider-horizontal .path2:before{content:"";margin-left:-1em}.isax-bulk-slider-horizontal .path3:before{content:"";margin-left:-1em}.isax-bulk-slider-horizontal-1 .path1:before{content:""}.isax-bulk-slider-horizontal-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-slider-horizontal-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-slider-vertical .path1:before{content:""}.isax-bulk-slider-vertical .path2:before{content:"";margin-left:-1em}.isax-bulk-slider-vertical .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-slider-vertical-1 .path1:before{content:"";opacity:.4}.isax-bulk-slider-vertical-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-slider-vertical-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-smallcaps .path1:before{content:"";opacity:.4}.isax-bulk-smallcaps .path2:before{content:"";margin-left:-1em}.isax-bulk-smallcaps .path3:before{content:"";margin-left:-1em}.isax-bulk-smart-car .path1:before{content:""}.isax-bulk-smart-car .path2:before{content:"";margin-left:-1em}.isax-bulk-smart-car .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-smart-car .path4:before{content:"";margin-left:-1em}.isax-bulk-smart-car .path5:before{content:"";margin-left:-1em}.isax-bulk-smart-car .path6:before{content:"";margin-left:-1em}.isax-bulk-smart-home .path1:before{content:"";opacity:.4}.isax-bulk-smart-home .path2:before{content:"";margin-left:-1em}.isax-bulk-smart-home .path3:before{content:"";margin-left:-1em}.isax-bulk-smart-home .path4:before{content:"";margin-left:-1em}.isax-bulk-smileys .path1:before{content:"";opacity:.4}.isax-bulk-smileys .path2:before{content:"";margin-left:-1em}.isax-bulk-smileys .path3:before{content:"";margin-left:-1em}.isax-bulk-smileys .path4:before{content:"";margin-left:-1em}.isax-bulk-smileys .path5:before{content:"";margin-left:-1em}.isax-bulk-smileys .path6:before{content:"";margin-left:-1em}.isax-bulk-sms .path1:before{content:"";opacity:.4}.isax-bulk-sms .path2:before{content:"";margin-left:-1em}.isax-bulk-sms-edit .path1:before{content:"";opacity:.4}.isax-bulk-sms-edit .path2:before{content:"";margin-left:-1em}.isax-bulk-sms-edit .path3:before{content:"";margin-left:-1em}.isax-bulk-sms-notification .path1:before{content:""}.isax-bulk-sms-notification .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sms-notification .path3:before{content:"";margin-left:-1em}.isax-bulk-sms-search .path1:before{content:"";opacity:.4}.isax-bulk-sms-search .path2:before{content:"";margin-left:-1em}.isax-bulk-sms-search .path3:before{content:"";margin-left:-1em}.isax-bulk-sms-star .path1:before{content:""}.isax-bulk-sms-star .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sms-star .path3:before{content:"";margin-left:-1em}.isax-bulk-sms-tracking .path1:before{content:""}.isax-bulk-sms-tracking .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sms-tracking .path3:before{content:"";margin-left:-1em}.isax-bulk-snapchat .path1:before{content:"";opacity:.4}.isax-bulk-snapchat .path2:before{content:"";margin-left:-1em}.isax-bulk-sol .path1:before{content:""}.isax-bulk-sol .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sol .path3:before{content:"";margin-left:-1em}.isax-bulk-sort .path1:before{content:"";opacity:.4}.isax-bulk-sort .path2:before{content:"";margin-left:-1em}.isax-bulk-sort .path3:before{content:"";margin-left:-1em}.isax-bulk-sort .path4:before{content:"";margin-left:-1em}.isax-bulk-sound .path1:before{content:""}.isax-bulk-sound .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sound .path3:before{content:"";margin-left:-1em}.isax-bulk-sound .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sound .path5:before{content:"";margin-left:-1em}.isax-bulk-speaker .path1:before{content:""}.isax-bulk-speaker .path2:before{content:"";margin-left:-1em}.isax-bulk-speaker .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-speedometer .path1:before{content:"";opacity:.4}.isax-bulk-speedometer .path2:before{content:"";margin-left:-1em}.isax-bulk-speedometer .path3:before{content:"";margin-left:-1em}.isax-bulk-spotify .path1:before{content:"";opacity:.4}.isax-bulk-spotify .path2:before{content:"";margin-left:-1em}.isax-bulk-spotify .path3:before{content:"";margin-left:-1em}.isax-bulk-spotify .path4:before{content:"";margin-left:-1em}.isax-bulk-square-3d .path1:before{content:"";opacity:.4}.isax-bulk-square-3d .path2:before{content:"";margin-left:-1em}.isax-bulk-square-3d .path3:before{content:"";margin-left:-1em}.isax-bulk-square-3d .path4:before{content:"";margin-left:-1em}.isax-bulk-squares .path1:before{content:"";opacity:.4}.isax-bulk-squares .path2:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-squares .path3:before{content:"";margin-left:-1em}.isax-bulk-star .path1:before{content:""}.isax-bulk-star .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-star .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-star .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-star-1 .path1:before{content:"";opacity:.4}.isax-bulk-star-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-star-slash .path1:before{content:"";opacity:.4}.isax-bulk-star-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-star-slash .path3:before{content:"";margin-left:-1em}.isax-bulk-status .path1:before{content:"";opacity:.4}.isax-bulk-status .path2:before{content:"";margin-left:-1em}.isax-bulk-status .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-status-up .path1:before{content:"";opacity:.4}.isax-bulk-status-up .path2:before{content:"";margin-left:-1em}.isax-bulk-status-up .path3:before{content:"";margin-left:-1em}.isax-bulk-status-up .path4:before{content:"";margin-left:-1em}.isax-bulk-status-up .path5:before{content:"";margin-left:-1em}.isax-bulk-sticker .path1:before{content:"";opacity:.4}.isax-bulk-sticker .path2:before{content:"";margin-left:-1em}.isax-bulk-stickynote .path1:before{content:"";opacity:.4}.isax-bulk-stickynote .path2:before{content:"";margin-left:-1em}.isax-bulk-stickynote .path3:before{content:"";margin-left:-1em}.isax-bulk-stickynote .path4:before{content:"";margin-left:-1em}.isax-bulk-stickynote .path5:before{content:"";margin-left:-1em}.isax-bulk-stickynote .path6:before{content:"";margin-left:-1em}.isax-bulk-stop .path1:before{content:""}.isax-bulk-stop .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-stop-circle .path1:before{content:"";opacity:.4}.isax-bulk-stop-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-story .path1:before{content:""}.isax-bulk-story .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-story .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-story .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-strongbox .path1:before{content:"";opacity:.4}.isax-bulk-strongbox .path2:before{content:"";margin-left:-1em}.isax-bulk-strongbox-2 .path1:before{content:"";opacity:.4}.isax-bulk-strongbox-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-strongbox-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-stx .path1:before{content:"";opacity:.4}.isax-bulk-stx .path2:before{content:"";margin-left:-1em}.isax-bulk-stx .path3:before{content:"";margin-left:-1em}.isax-bulk-subtitle .path1:before{content:""}.isax-bulk-subtitle .path2:before{content:"";margin-left:-1em}.isax-bulk-subtitle .path3:before{content:"";margin-left:-1em}.isax-bulk-subtitle .path4:before{content:"";margin-left:-1em}.isax-bulk-subtitle .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sun .path1:before{content:"";opacity:.4}.isax-bulk-sun .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sun .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sun .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sun .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sun .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sun .path7:before{content:"";margin-left:-1em}.isax-bulk-sun-1 .path1:before{content:"";opacity:.4}.isax-bulk-sun-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-sun-fog .path1:before{content:""}.isax-bulk-sun-fog .path2:before{content:"";margin-left:-1em}.isax-bulk-sun-fog .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sun-fog .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-sun-fog .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-support .path1:before{content:"";opacity:.4}.isax-bulk-support .path2:before{content:"";margin-left:-1em}.isax-bulk-support .path3:before{content:"";margin-left:-1em}.isax-bulk-tag .path1:before{content:"";opacity:.4}.isax-bulk-tag .path2:before{content:"";margin-left:-1em}.isax-bulk-tag-2 .path1:before{content:"";opacity:.4}.isax-bulk-tag-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-tag-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-tag-cross .path1:before{content:"";opacity:.4}.isax-bulk-tag-cross .path2:before{content:"";margin-left:-1em}.isax-bulk-tag-right .path1:before{content:""}.isax-bulk-tag-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-tag-user .path1:before{content:""}.isax-bulk-tag-user .path2:before{content:"";margin-left:-1em}.isax-bulk-tag-user .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-task .path1:before{content:""}.isax-bulk-task .path2:before{content:"";margin-left:-1em}.isax-bulk-task .path3:before{content:"";margin-left:-1em}.isax-bulk-task .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-task .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-task .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-task-square .path1:before{content:"";opacity:.4}.isax-bulk-task-square .path2:before{content:"";margin-left:-1em}.isax-bulk-task-square .path3:before{content:"";margin-left:-1em}.isax-bulk-task-square .path4:before{content:"";margin-left:-1em}.isax-bulk-task-square .path5:before{content:"";margin-left:-1em}.isax-bulk-teacher .path1:before{content:"";opacity:.4}.isax-bulk-teacher .path2:before{content:"";margin-left:-1em}.isax-bulk-text .path1:before{content:"";opacity:.4}.isax-bulk-text .path2:before{content:"";margin-left:-1em}.isax-bulk-textalign-center .path1:before{content:""}.isax-bulk-textalign-center .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-textalign-center .path3:before{content:"";margin-left:-1em}.isax-bulk-textalign-center .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-textalign-justifycenter .path1:before{content:""}.isax-bulk-textalign-justifycenter .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-textalign-justifycenter .path3:before{content:"";margin-left:-1em}.isax-bulk-textalign-justifycenter .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-textalign-justifyleft .path1:before{content:""}.isax-bulk-textalign-justifyleft .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-textalign-justifyleft .path3:before{content:"";margin-left:-1em}.isax-bulk-textalign-justifyleft .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-textalign-justifyright .path1:before{content:""}.isax-bulk-textalign-justifyright .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-textalign-left .path1:before{content:""}.isax-bulk-textalign-left .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-textalign-left .path3:before{content:"";margin-left:-1em}.isax-bulk-textalign-left .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-textalign-right .path1:before{content:""}.isax-bulk-textalign-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-textalign-right .path3:before{content:"";margin-left:-1em}.isax-bulk-textalign-right .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-text-block .path1:before{content:"";opacity:.4}.isax-bulk-text-block .path2:before{content:"";margin-left:-1em}.isax-bulk-text-bold .path1:before{content:"";opacity:.4}.isax-bulk-text-bold .path2:before{content:"";margin-left:-1em}.isax-bulk-text-italic .path1:before{content:"";opacity:.4}.isax-bulk-text-italic .path2:before{content:"";margin-left:-1em}.isax-bulk-text-underline .path1:before{content:"";opacity:.4}.isax-bulk-text-underline .path2:before{content:"";margin-left:-1em}.isax-bulk-text-underline .path3:before{content:"";margin-left:-1em}.isax-bulk-theta .path1:before{content:"";opacity:.4}.isax-bulk-theta .path2:before{content:"";margin-left:-1em}.isax-bulk-tick-circle .path1:before{content:"";opacity:.4}.isax-bulk-tick-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-ticket .path1:before{content:""}.isax-bulk-ticket .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-ticket-2 .path1:before{content:"";opacity:.4}.isax-bulk-ticket-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-ticket-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-ticket-discount .path1:before{content:"";opacity:.4}.isax-bulk-ticket-discount .path2:before{content:"";margin-left:-1em}.isax-bulk-ticket-discount .path3:before{content:"";margin-left:-1em}.isax-bulk-ticket-discount .path4:before{content:"";margin-left:-1em}.isax-bulk-ticket-expired .path1:before{content:"";opacity:.4}.isax-bulk-ticket-expired .path2:before{content:"";margin-left:-1em}.isax-bulk-ticket-star .path1:before{content:"";opacity:.4}.isax-bulk-ticket-star .path2:before{content:"";margin-left:-1em}.isax-bulk-ticket-star .path3:before{content:"";margin-left:-1em}.isax-bulk-tick-square .path1:before{content:"";opacity:.4}.isax-bulk-tick-square .path2:before{content:"";margin-left:-1em}.isax-bulk-timer .path1:before{content:"";opacity:.4}.isax-bulk-timer .path2:before{content:"";margin-left:-1em}.isax-bulk-timer .path3:before{content:"";margin-left:-1em}.isax-bulk-timer-1 .path1:before{content:"";opacity:.4}.isax-bulk-timer-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-timer-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-timer-pause .path1:before{content:""}.isax-bulk-timer-pause .path2:before{content:"";margin-left:-1em}.isax-bulk-timer-pause .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-timer-pause .path4:before{content:"";margin-left:-1em}.isax-bulk-timer-start .path1:before{content:""}.isax-bulk-timer-start .path2:before{content:"";margin-left:-1em}.isax-bulk-timer-start .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-timer-start .path4:before{content:"";margin-left:-1em}.isax-bulk-toggle-off .path1:before{content:"";opacity:.4}.isax-bulk-toggle-off .path2:before{content:"";margin-left:-1em}.isax-bulk-toggle-off-circle .path1:before{content:"";opacity:.4}.isax-bulk-toggle-off-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-toggle-on .path1:before{content:"";opacity:.4}.isax-bulk-toggle-on .path2:before{content:"";margin-left:-1em}.isax-bulk-toggle-on-circle .path1:before{content:"";opacity:.4}.isax-bulk-toggle-on-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-trade .path1:before{content:""}.isax-bulk-trade .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-trade .path3:before{content:"";margin-left:-1em}.isax-bulk-trade .path4:before{content:"";margin-left:-1em}.isax-bulk-transaction-minus .path1:before{content:"";opacity:.4}.isax-bulk-transaction-minus .path2:before{content:"";margin-left:-1em}.isax-bulk-translate .path1:before{content:"";opacity:.4}.isax-bulk-translate .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-translate .path3:before{content:"";margin-left:-1em}.isax-bulk-translate .path4:before{content:"";margin-left:-1em}.isax-bulk-translate .path5:before{content:"";margin-left:-1em}.isax-bulk-translate .path6:before{content:"";margin-left:-1em}.isax-bulk-trash .path1:before{content:""}.isax-bulk-trash .path2:before{content:"";margin-left:-1em;opacity:.3991}.isax-bulk-trash .path3:before{content:"";margin-left:-1em}.isax-bulk-trash .path4:before{content:"";margin-left:-1em}.isax-bulk-tree .path1:before{content:"";opacity:.4}.isax-bulk-tree .path2:before{content:"";margin-left:-1em}.isax-bulk-tree .path3:before{content:"";margin-left:-1em}.isax-bulk-trello .path1:before{content:"";opacity:.4}.isax-bulk-trello .path2:before{content:"";margin-left:-1em}.isax-bulk-trello .path3:before{content:"";margin-left:-1em}.isax-bulk-trend-down .path1:before{content:"";opacity:.4}.isax-bulk-trend-down .path2:before{content:"";margin-left:-1em}.isax-bulk-trend-up .path1:before{content:"";opacity:.4}.isax-bulk-trend-up .path2:before{content:"";margin-left:-1em}.isax-bulk-triangle .path1:before{content:""}.isax-bulk-triangle .path2:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-triangle .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-triangle-1 .path1:before{content:"";opacity:.4}.isax-bulk-triangle-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-triangle-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-truck .path1:before{content:""}.isax-bulk-truck .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck .path3:before{content:"";margin-left:-1em}.isax-bulk-truck .path4:before{content:"";margin-left:-1em}.isax-bulk-truck .path5:before{content:"";margin-left:-1em}.isax-bulk-truck-fast .path1:before{content:"";opacity:.4}.isax-bulk-truck-fast .path2:before{content:"";margin-left:-1em}.isax-bulk-truck-fast .path3:before{content:"";margin-left:-1em}.isax-bulk-truck-fast .path4:before{content:"";margin-left:-1em}.isax-bulk-truck-fast .path5:before{content:"";margin-left:-1em}.isax-bulk-truck-fast .path6:before{content:"";margin-left:-1em}.isax-bulk-truck-fast .path7:before{content:"";margin-left:-1em}.isax-bulk-truck-fast .path8:before{content:"";margin-left:-1em}.isax-bulk-truck-remove .path1:before{content:""}.isax-bulk-truck-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-truck-remove .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck-remove .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck-remove .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck-tick .path1:before{content:"";opacity:.4}.isax-bulk-truck-tick .path2:before{content:"";margin-left:-1em}.isax-bulk-truck-tick .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck-tick .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck-tick .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck-tick .path6:before{content:"";margin-left:-1em}.isax-bulk-truck-time .path1:before{content:""}.isax-bulk-truck-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck-time .path3:before{content:"";margin-left:-1em}.isax-bulk-truck-time .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck-time .path5:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-truck-time .path6:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-trush-square .path1:before{content:"";opacity:.4}.isax-bulk-trush-square .path2:before{content:"";margin-left:-1em}.isax-bulk-trush-square .path3:before{content:"";margin-left:-1em}.isax-bulk-trx .path1:before{content:""}.isax-bulk-trx .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-trx .path3:before{content:"";margin-left:-1em}.isax-bulk-trx .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-twitch .path1:before{content:"";opacity:.4}.isax-bulk-twitch .path2:before{content:"";margin-left:-1em}.isax-bulk-twitch .path3:before{content:"";margin-left:-1em}.isax-bulk-ui8 .path1:before{content:"";opacity:.4}.isax-bulk-ui8 .path2:before{content:"";margin-left:-1em}.isax-bulk-ui8 .path3:before{content:"";margin-left:-1em}.isax-bulk-ui8 .path4:before{content:"";margin-left:-1em}.isax-bulk-ui8 .path5:before{content:"";margin-left:-1em}.isax-bulk-ui8 .path6:before{content:"";margin-left:-1em}.isax-bulk-undo .path1:before{content:"";opacity:.4}.isax-bulk-undo .path2:before{content:"";margin-left:-1em}.isax-bulk-unlimited .path1:before{content:"";opacity:.4}.isax-bulk-unlimited .path2:before{content:"";margin-left:-1em}.isax-bulk-unlimited .path3:before{content:"";margin-left:-1em}.isax-bulk-unlock .path1:before{content:"";opacity:.4}.isax-bulk-unlock .path2:before{content:"";margin-left:-1em}.isax-bulk-unlock .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-usdc .path1:before{content:"";opacity:.4}.isax-bulk-usdc .path2:before{content:"";margin-left:-1em}.isax-bulk-usdc .path3:before{content:"";margin-left:-1em}.isax-bulk-usdc .path4:before{content:"";margin-left:-1em}.isax-bulk-usdt .path1:before{content:"";opacity:.4}.isax-bulk-usdt .path2:before{content:"";margin-left:-1em}.isax-bulk-user .path1:before{content:"";opacity:.4}.isax-bulk-user .path2:before{content:"";margin-left:-1em}.isax-bulk-user-add .path1:before{content:"";opacity:.4}.isax-bulk-user-add .path2:before{content:"";margin-left:-1em}.isax-bulk-user-add .path3:before{content:"";margin-left:-1em}.isax-bulk-user-cirlce-add .path1:before{content:""}.isax-bulk-user-cirlce-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-user-cirlce-add .path3:before{content:"";margin-left:-1em}.isax-bulk-user-cirlce-add .path4:before{content:"";margin-left:-1em}.isax-bulk-user-edit .path1:before{content:""}.isax-bulk-user-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-user-edit .path3:before{content:"";margin-left:-1em}.isax-bulk-user-minus .path1:before{content:""}.isax-bulk-user-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-user-minus .path3:before{content:"";margin-left:-1em}.isax-bulk-user-octagon .path1:before{content:"";opacity:.4}.isax-bulk-user-octagon .path2:before{content:"";margin-left:-1em}.isax-bulk-user-octagon .path3:before{content:"";margin-left:-1em}.isax-bulk-user-remove .path1:before{content:"";opacity:.4}.isax-bulk-user-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-user-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-user-search .path1:before{content:""}.isax-bulk-user-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-user-search .path3:before{content:"";margin-left:-1em}.isax-bulk-user-square .path1:before{content:"";opacity:.4}.isax-bulk-user-square .path2:before{content:"";margin-left:-1em}.isax-bulk-user-square .path3:before{content:"";margin-left:-1em}.isax-bulk-user-tag .path1:before{content:"";opacity:.4}.isax-bulk-user-tag .path2:before{content:"";margin-left:-1em}.isax-bulk-user-tag .path3:before{content:"";margin-left:-1em}.isax-bulk-user-tick .path1:before{content:""}.isax-bulk-user-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-user-tick .path3:before{content:"";margin-left:-1em}.isax-bulk-verify .path1:before{content:"";opacity:.4}.isax-bulk-verify .path2:before{content:"";margin-left:-1em}.isax-bulk-vibe .path1:before{content:""}.isax-bulk-vibe .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-vibe .path3:before{content:"";margin-left:-1em}.isax-bulk-video .path1:before{content:"";opacity:.4}.isax-bulk-video .path2:before{content:"";margin-left:-1em}.isax-bulk-video .path3:before{content:"";margin-left:-1em}.isax-bulk-video-add .path1:before{content:"";opacity:.4}.isax-bulk-video-add .path2:before{content:"";margin-left:-1em}.isax-bulk-video-add .path3:before{content:"";margin-left:-1em}.isax-bulk-video-circle .path1:before{content:"";opacity:.4}.isax-bulk-video-circle .path2:before{content:"";margin-left:-1em}.isax-bulk-video-horizontal .path1:before{content:"";opacity:.4}.isax-bulk-video-horizontal .path2:before{content:"";margin-left:-1em}.isax-bulk-video-octagon .path1:before{content:"";opacity:.4}.isax-bulk-video-octagon .path2:before{content:"";margin-left:-1em}.isax-bulk-video-play .path1:before{content:"";opacity:.4}.isax-bulk-video-play .path2:before{content:"";margin-left:-1em}.isax-bulk-video-play .path3:before{content:"";margin-left:-1em}.isax-bulk-video-remove .path1:before{content:""}.isax-bulk-video-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-video-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-video-slash .path1:before{content:"";opacity:.4}.isax-bulk-video-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-video-slash .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-video-slash .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-video-slash .path5:before{content:"";margin-left:-1em}.isax-bulk-video-slash .path6:before{content:"";margin-left:-1em}.isax-bulk-video-square .path1:before{content:"";opacity:.4}.isax-bulk-video-square .path2:before{content:"";margin-left:-1em}.isax-bulk-video-tick .path1:before{content:""}.isax-bulk-video-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-video-tick .path3:before{content:"";margin-left:-1em}.isax-bulk-video-time .path1:before{content:""}.isax-bulk-video-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-video-time .path3:before{content:"";margin-left:-1em}.isax-bulk-video-vertical .path1:before{content:"";opacity:.4}.isax-bulk-video-vertical .path2:before{content:"";margin-left:-1em}.isax-bulk-vlx:before{content:""}.isax-bulk-voice-cricle .path1:before{content:"";opacity:.4}.isax-bulk-voice-cricle .path2:before{content:"";margin-left:-1em}.isax-bulk-voice-cricle .path3:before{content:"";margin-left:-1em}.isax-bulk-voice-cricle .path4:before{content:"";margin-left:-1em}.isax-bulk-voice-cricle .path5:before{content:"";margin-left:-1em}.isax-bulk-voice-cricle .path6:before{content:"";margin-left:-1em}.isax-bulk-voice-square .path1:before{content:"";opacity:.4}.isax-bulk-voice-square .path2:before{content:"";margin-left:-1em}.isax-bulk-voice-square .path3:before{content:"";margin-left:-1em}.isax-bulk-voice-square .path4:before{content:"";margin-left:-1em}.isax-bulk-voice-square .path5:before{content:"";margin-left:-1em}.isax-bulk-voice-square .path6:before{content:"";margin-left:-1em}.isax-bulk-volume-cross .path1:before{content:""}.isax-bulk-volume-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-volume-cross .path3:before{content:"";margin-left:-1em}.isax-bulk-volume-high .path1:before{content:""}.isax-bulk-volume-high .path2:before{content:"";margin-left:-1em}.isax-bulk-volume-high .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-volume-high .path4:before{content:"";margin-left:-1em}.isax-bulk-volume-low .path1:before{content:""}.isax-bulk-volume-low .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-volume-low .path3:before{content:"";margin-left:-1em}.isax-bulk-volume-low-1 .path1:before{content:""}.isax-bulk-volume-low-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-volume-low-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-volume-mute .path1:before{content:"";opacity:.4}.isax-bulk-volume-mute .path2:before{content:"";margin-left:-1em}.isax-bulk-volume-slash .path1:before{content:""}.isax-bulk-volume-slash .path2:before{content:"";margin-left:-1em}.isax-bulk-volume-slash .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-volume-slash .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-volume-slash .path5:before{content:"";margin-left:-1em}.isax-bulk-volume-up .path1:before{content:""}.isax-bulk-volume-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-volume-up .path3:before{content:"";margin-left:-1em}.isax-bulk-vuesax .path1:before{content:""}.isax-bulk-vuesax .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-vuesax .path3:before{content:"";margin-left:-1em}.isax-bulk-wallet .path1:before{content:"";opacity:.4}.isax-bulk-wallet .path2:before{content:"";margin-left:-1em}.isax-bulk-wallet .path3:before{content:"";margin-left:-1em}.isax-bulk-wallet-1 .path1:before{content:"";opacity:.8}.isax-bulk-wallet-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-wallet-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wallet-1 .path4:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-wallet-1 .path5:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-wallet-2 .path1:before{content:""}.isax-bulk-wallet-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wallet-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-wallet-3 .path1:before{content:""}.isax-bulk-wallet-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wallet-3 .path3:before{content:"";margin-left:-1em}.isax-bulk-wallet-3 .path4:before{content:"";margin-left:-1em}.isax-bulk-wallet-add .path1:before{content:""}.isax-bulk-wallet-add .path2:before{content:"";margin-left:-1em}.isax-bulk-wallet-add .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wallet-add .path4:before{content:"";margin-left:-1em}.isax-bulk-wallet-add-1 .path1:before{content:"";opacity:.8}.isax-bulk-wallet-add-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-wallet-add-1 .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wallet-add-1 .path4:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-wallet-add-1 .path5:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-wallet-add-1 .path6:before{content:"";margin-left:-1em}.isax-bulk-wallet-check .path1:before{content:""}.isax-bulk-wallet-check .path2:before{content:"";margin-left:-1em}.isax-bulk-wallet-check .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wallet-check .path4:before{content:"";margin-left:-1em}.isax-bulk-wallet-minus .path1:before{content:"";opacity:.8}.isax-bulk-wallet-minus .path2:before{content:"";margin-left:-1em}.isax-bulk-wallet-minus .path3:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wallet-minus .path4:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-wallet-minus .path5:before{content:"";margin-left:-1em;opacity:.6}.isax-bulk-wallet-minus .path6:before{content:"";margin-left:-1em}.isax-bulk-wallet-money .path1:before{content:"";opacity:.4}.isax-bulk-wallet-money .path2:before{content:"";margin-left:-1em}.isax-bulk-wallet-remove .path1:before{content:"";opacity:.4}.isax-bulk-wallet-remove .path2:before{content:"";margin-left:-1em}.isax-bulk-wallet-remove .path3:before{content:"";margin-left:-1em}.isax-bulk-wallet-remove .path4:before{content:"";margin-left:-1em}.isax-bulk-wallet-search .path1:before{content:""}.isax-bulk-wallet-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wallet-search .path3:before{content:"";margin-left:-1em}.isax-bulk-wallet-search .path4:before{content:"";margin-left:-1em}.isax-bulk-wan .path1:before{content:"";opacity:.4}.isax-bulk-wan .path2:before{content:"";margin-left:-1em}.isax-bulk-wan .path3:before{content:"";margin-left:-1em}.isax-bulk-wan-1 .path1:before{content:"";opacity:.4}.isax-bulk-wan-1 .path2:before{content:"";margin-left:-1em}.isax-bulk-warning-2 .path1:before{content:"";opacity:.4}.isax-bulk-warning-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-warning-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-watch .path1:before{content:"";opacity:.4}.isax-bulk-watch .path2:before{content:"";margin-left:-1em}.isax-bulk-watch .path3:before{content:"";margin-left:-1em}.isax-bulk-watch .path4:before{content:"";margin-left:-1em}.isax-bulk-watch-status .path1:before{content:"";opacity:.4}.isax-bulk-watch-status .path2:before{content:"";margin-left:-1em}.isax-bulk-watch-status .path3:before{content:"";margin-left:-1em}.isax-bulk-watch-status .path4:before{content:"";margin-left:-1em}.isax-bulk-watch-status .path5:before{content:"";margin-left:-1em}.isax-bulk-watch-status .path6:before{content:"";margin-left:-1em}.isax-bulk-weight .path1:before{content:"";opacity:.4}.isax-bulk-weight .path2:before{content:"";margin-left:-1em}.isax-bulk-weight-1 .path1:before{content:"";opacity:.4}.isax-bulk-weight-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-weight-1 .path3:before{content:"";margin-left:-1em}.isax-bulk-weight-1 .path4:before{content:"";margin-left:-1em}.isax-bulk-weight-1 .path5:before{content:"";margin-left:-1em}.isax-bulk-whatsapp .path1:before{content:"";opacity:.4}.isax-bulk-whatsapp .path2:before{content:"";margin-left:-1em}.isax-bulk-wifi .path1:before{content:"";opacity:.4}.isax-bulk-wifi .path2:before{content:"";margin-left:-1em}.isax-bulk-wifi .path3:before{content:"";margin-left:-1em}.isax-bulk-wifi .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wifi-square .path1:before{content:"";opacity:.4}.isax-bulk-wifi-square .path2:before{content:"";margin-left:-1em}.isax-bulk-wifi-square .path3:before{content:"";margin-left:-1em}.isax-bulk-wifi-square .path4:before{content:"";margin-left:-1em}.isax-bulk-wind .path1:before{content:""}.isax-bulk-wind .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wind .path3:before{content:"";margin-left:-1em}.isax-bulk-wind-2 .path1:before{content:"";opacity:.4}.isax-bulk-wind-2 .path2:before{content:"";margin-left:-1em}.isax-bulk-wind-2 .path3:before{content:"";margin-left:-1em}.isax-bulk-windows .path1:before{content:"";opacity:.4}.isax-bulk-windows .path2:before{content:"";margin-left:-1em}.isax-bulk-windows .path3:before{content:"";margin-left:-1em}.isax-bulk-windows .path4:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wing .path1:before{content:""}.isax-bulk-wing .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-wing .path3:before{content:"";margin-left:-1em}.isax-bulk-woman .path1:before{content:"";opacity:.4}.isax-bulk-woman .path2:before{content:"";margin-left:-1em}.isax-bulk-xd .path1:before{content:"";opacity:.4}.isax-bulk-xd .path2:before{content:"";margin-left:-1em}.isax-bulk-xd .path3:before{content:"";margin-left:-1em}.isax-bulk-xem .path1:before{content:"";opacity:.6}.isax-bulk-xem .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-xem .path3:before{content:"";margin-left:-1em}.isax-bulk-xiaomi .path1:before{content:"";opacity:.4}.isax-bulk-xiaomi .path2:before{content:"";margin-left:-1em}.isax-bulk-xiaomi .path3:before{content:"";margin-left:-1em}.isax-bulk-xiaomi .path4:before{content:"";margin-left:-1em}.isax-bulk-xlm .path1:before{content:""}.isax-bulk-xlm .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-xmr .path1:before{content:""}.isax-bulk-xmr .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-xrp .path1:before{content:""}.isax-bulk-xrp .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-bulk-youtube .path1:before{content:"";opacity:.4}.isax-bulk-youtube .path2:before{content:"";margin-left:-1em}.isax-bulk-zel .path1:before{content:"";opacity:.4}.isax-bulk-zel .path2:before{content:"";margin-left:-1em}.isax-bulk-zel .path3:before{content:"";margin-left:-1em}.isax-bulk-zel .path4:before{content:"";margin-left:-1em}.isax-bulk-zoom .path1:before{content:"";opacity:.4}.isax-bulk-zoom .path2:before{content:"";margin-left:-1em}.isax-bulk-zoom .path3:before{content:"";margin-left:-1em}@font-face{font-family:isax-broken;src:url(/build/assets/isax-broken-msZebB6u.eot?9cf87a);src:url(/build/assets/isax-broken-msZebB6u.eot?9cf87a#iefix) format("embedded-opentype"),url(/build/assets/isax-broken-DEzELGYT.ttf?9cf87a) format("truetype"),url(/build/assets/isax-broken-DbUlk5xw.woff?9cf87a) format("woff"),url(/build/assets/isax-broken-04NkFFm9.svg?9cf87a#isax-broken) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=isax-broken-],[class*=" isax-broken-"]{font-family:isax-broken!important}.isax-broken-aave:before{content:""}.isax-broken-activity:before{content:""}.isax-broken-ada:before{content:""}.isax-broken-add:before{content:""}.isax-broken-add-circle:before{content:""}.isax-broken-additem:before{content:""}.isax-broken-add-square:before{content:""}.isax-broken-airdrop:before{content:""}.isax-broken-airplane:before{content:""}.isax-broken-airplane-square:before{content:""}.isax-broken-airpod:before{content:""}.isax-broken-airpods:before{content:""}.isax-broken-alarm:before{content:""}.isax-broken-align-bottom:before{content:""}.isax-broken-align-horizontally:before{content:""}.isax-broken-align-left:before{content:""}.isax-broken-align-right:before{content:""}.isax-broken-align-vertically:before{content:""}.isax-broken-android:before{content:""}.isax-broken-ankr:before{content:""}.isax-broken-apple:before{content:""}.isax-broken-aquarius:before{content:""}.isax-broken-archive:before{content:""}.isax-broken-archive-1:before{content:""}.isax-broken-archive-2:before{content:""}.isax-broken-archive-add:before{content:""}.isax-broken-archive-book:before{content:""}.isax-broken-archive-minus:before{content:""}.isax-broken-archive-slash:before{content:""}.isax-broken-archive-tick:before{content:""}.isax-broken-arrange-circle:before{content:""}.isax-broken-arrange-circle-2:before{content:""}.isax-broken-arrange-square:before{content:""}.isax-broken-arrange-square-2:before{content:""}.isax-broken-arrow:before{content:""}.isax-broken-arrow-2:before{content:""}.isax-broken-arrow-3:before{content:""}.isax-broken-arrow-circle-down:before{content:""}.isax-broken-arrow-circle-left:before{content:""}.isax-broken-arrow-circle-right:before{content:""}.isax-broken-arrow-circle-up:before{content:""}.isax-broken-arrow-down:before{content:""}.isax-broken-arrow-down-1:before{content:""}.isax-broken-arrow-down-2:before{content:""}.isax-broken-arrow-down-3:before{content:""}.isax-broken-arrow-left:before{content:""}.isax-broken-arrow-left-1:before{content:""}.isax-broken-arrow-left-2:before{content:""}.isax-broken-arrow-left-3:before{content:""}.isax-broken-arrow-right:before{content:""}.isax-broken-arrow-right-1:before{content:""}.isax-broken-arrow-right-2:before{content:""}.isax-broken-arrow-right-3:before{content:""}.isax-broken-arrow-square:before{content:""}.isax-broken-arrow-square-down:before{content:""}.isax-broken-arrow-square-left:before{content:""}.isax-broken-arrow-square-right:before{content:""}.isax-broken-arrow-square-up:before{content:""}.isax-broken-arrow-swap:before{content:""}.isax-broken-arrow-swap-horizontal:before{content:""}.isax-broken-arrow-up:before{content:""}.isax-broken-arrow-up-1:before{content:""}.isax-broken-arrow-up-2:before{content:""}.isax-broken-arrow-up-3:before{content:""}.isax-broken-attach-circle:before{content:""}.isax-broken-attach-square:before{content:""}.isax-broken-audio-square:before{content:""}.isax-broken-autobrightness:before{content:""}.isax-broken-avax:before{content:""}.isax-broken-award:before{content:""}.isax-broken-back-square:before{content:""}.isax-broken-backward:before{content:""}.isax-broken-backward-5-seconds:before{content:""}.isax-broken-backward-10-seconds:before{content:""}.isax-broken-backward-15-seconds:before{content:""}.isax-broken-backward-item:before{content:""}.isax-broken-bag:before{content:""}.isax-broken-bag-2:before{content:""}.isax-broken-bag-cross:before{content:""}.isax-broken-bag-cross-1:before{content:""}.isax-broken-bag-happy:before{content:""}.isax-broken-bag-tick:before{content:""}.isax-broken-bag-tick-2:before{content:""}.isax-broken-bag-timer:before{content:""}.isax-broken-bank:before{content:""}.isax-broken-barcode:before{content:""}.isax-broken-battery-3full:before{content:""}.isax-broken-battery-charging:before{content:""}.isax-broken-battery-disable:before{content:""}.isax-broken-battery-empty:before{content:""}.isax-broken-battery-empty-1:before{content:""}.isax-broken-battery-full:before{content:""}.isax-broken-be:before{content:""}.isax-broken-bezier:before{content:""}.isax-broken-bill:before{content:""}.isax-broken-bitcoin-card:before{content:""}.isax-broken-bitcoin-convert:before{content:""}.isax-broken-bitcoin-refresh:before{content:""}.isax-broken-blend:before{content:""}.isax-broken-blend-2:before{content:""}.isax-broken-blogger:before{content:""}.isax-broken-bluetooth:before{content:""}.isax-broken-bluetooth-2:before{content:""}.isax-broken-bluetooth-circle:before{content:""}.isax-broken-bluetooth-rectangle:before{content:""}.isax-broken-blur:before{content:""}.isax-broken-bnb:before{content:""}.isax-broken-book:before{content:""}.isax-broken-book-1:before{content:""}.isax-broken-bookmark:before{content:""}.isax-broken-bookmark-2:before{content:""}.isax-broken-book-saved:before{content:""}.isax-broken-book-square:before{content:""}.isax-broken-bootstrap:before{content:""}.isax-broken-box:before{content:""}.isax-broken-box-1:before{content:""}.isax-broken-box-2:before{content:""}.isax-broken-box-add:before{content:""}.isax-broken-box-remove:before{content:""}.isax-broken-box-search:before{content:""}.isax-broken-box-tick:before{content:""}.isax-broken-box-time:before{content:""}.isax-broken-briefcase:before{content:""}.isax-broken-brifecase-cross:before{content:""}.isax-broken-brifecase-tick:before{content:""}.isax-broken-brifecase-timer:before{content:""}.isax-broken-broom:before{content:""}.isax-broken-brush:before{content:""}.isax-broken-brush-1:before{content:""}.isax-broken-brush-2:before{content:""}.isax-broken-brush-3:before{content:""}.isax-broken-brush-4:before{content:""}.isax-broken-btc:before{content:""}.isax-broken-bubble:before{content:""}.isax-broken-bucket:before{content:""}.isax-broken-bucket-circle:before{content:""}.isax-broken-bucket-square:before{content:""}.isax-broken-building:before{content:""}.isax-broken-building-3:before{content:""}.isax-broken-building-4:before{content:""}.isax-broken-buildings:before{content:""}.isax-broken-buildings-2:before{content:""}.isax-broken-buliding:before{content:""}.isax-broken-bus:before{content:""}.isax-broken-busd:before{content:""}.isax-broken-buy-crypto:before{content:""}.isax-broken-cake:before{content:""}.isax-broken-calculator:before{content:""}.isax-broken-calendar:before{content:""}.isax-broken-calendar-1:before{content:""}.isax-broken-calendar-2:before{content:""}.isax-broken-calendar-add:before{content:""}.isax-broken-calendar-circle:before{content:""}.isax-broken-calendar-edit:before{content:""}.isax-broken-calendar-remove:before{content:""}.isax-broken-calendar-search:before{content:""}.isax-broken-calendar-tick:before{content:""}.isax-broken-call:before{content:""}.isax-broken-call-add:before{content:""}.isax-broken-call-calling:before{content:""}.isax-broken-call-incoming:before{content:""}.isax-broken-call-minus:before{content:""}.isax-broken-call-outgoing:before{content:""}.isax-broken-call-received:before{content:""}.isax-broken-call-remove:before{content:""}.isax-broken-call-slash:before{content:""}.isax-broken-camera:before{content:""}.isax-broken-camera-slash:before{content:""}.isax-broken-candle:before{content:""}.isax-broken-candle-2:before{content:""}.isax-broken-car:before{content:""}.isax-broken-card:before{content:""}.isax-broken-card-add:before{content:""}.isax-broken-card-coin:before{content:""}.isax-broken-card-edit:before{content:""}.isax-broken-card-pos:before{content:""}.isax-broken-card-receive:before{content:""}.isax-broken-card-remove:before{content:""}.isax-broken-card-remove-1:before{content:""}.isax-broken-cards:before{content:""}.isax-broken-card-send:before{content:""}.isax-broken-card-slash:before{content:""}.isax-broken-card-tick:before{content:""}.isax-broken-card-tick-1:before{content:""}.isax-broken-category:before{content:""}.isax-broken-category-1:before{content:""}.isax-broken-cd:before{content:""}.isax-broken-cel:before{content:""}.isax-broken-celo:before{content:""}.isax-broken-chart:before{content:""}.isax-broken-chart-1:before{content:""}.isax-broken-chart-2:before{content:""}.isax-broken-chart-3:before{content:""}.isax-broken-chart-4:before{content:""}.isax-broken-chart-5:before{content:""}.isax-broken-chart-fail:before{content:""}.isax-broken-chart-square:before{content:""}.isax-broken-chart-success:before{content:""}.isax-broken-check:before{content:""}.isax-broken-chrome:before{content:""}.isax-broken-clipboard:before{content:""}.isax-broken-clipboard-close:before{content:""}.isax-broken-clipboard-export:before{content:""}.isax-broken-clipboard-import:before{content:""}.isax-broken-clipboard-text:before{content:""}.isax-broken-clipboard-tick:before{content:""}.isax-broken-clock:before{content:""}.isax-broken-clock-1:before{content:""}.isax-broken-close-circle:before{content:""}.isax-broken-close-square:before{content:""}.isax-broken-cloud:before{content:""}.isax-broken-cloud-add:before{content:""}.isax-broken-cloud-change:before{content:""}.isax-broken-cloud-connection:before{content:""}.isax-broken-cloud-cross:before{content:""}.isax-broken-cloud-drizzle:before{content:""}.isax-broken-cloud-fog:before{content:""}.isax-broken-cloud-lightning:before{content:""}.isax-broken-cloud-minus:before{content:""}.isax-broken-cloud-notify:before{content:""}.isax-broken-cloud-plus:before{content:""}.isax-broken-cloud-remove:before{content:""}.isax-broken-cloud-snow:before{content:""}.isax-broken-cloud-sunny:before{content:""}.isax-broken-code:before{content:""}.isax-broken-code-1:before{content:""}.isax-broken-code-circle:before{content:""}.isax-broken-coffee:before{content:""}.isax-broken-coin:before{content:""}.isax-broken-coin-1:before{content:""}.isax-broken-colorfilter:before{content:""}.isax-broken-colors-square:before{content:""}.isax-broken-color-swatch:before{content:""}.isax-broken-command:before{content:""}.isax-broken-command-square:before{content:""}.isax-broken-component:before{content:""}.isax-broken-computing:before{content:""}.isax-broken-convert:before{content:""}.isax-broken-convert-3d-cube:before{content:""}.isax-broken-convert-card:before{content:""}.isax-broken-convertshape:before{content:""}.isax-broken-convertshape-2:before{content:""}.isax-broken-copy:before{content:""}.isax-broken-copyright:before{content:""}.isax-broken-copy-success:before{content:""}.isax-broken-courthouse:before{content:""}.isax-broken-cpu:before{content:""}.isax-broken-cpu-charge:before{content:""}.isax-broken-cpu-setting:before{content:""}.isax-broken-creative-commons:before{content:""}.isax-broken-crop:before{content:""}.isax-broken-crown:before{content:""}.isax-broken-crown-1:before{content:""}.isax-broken-cube-3d:before{content:""}.isax-broken-cube-scan-3d:before{content:""}.isax-broken-cup:before{content:""}.isax-broken-cvc:before{content:""}.isax-broken-dai:before{content:""}.isax-broken-danger:before{content:""}.isax-broken-dash:before{content:""}.isax-broken-data:before{content:""}.isax-broken-data-1:before{content:""}.isax-broken-dcr:before{content:""}.isax-broken-dent:before{content:""}.isax-broken-designtools:before{content:""}.isax-broken-device-message:before{content:""}.isax-broken-devices:before{content:""}.isax-broken-devices-1:before{content:""}.isax-broken-diagram:before{content:""}.isax-broken-diamonds:before{content:""}.isax-broken-direct:before{content:""}.isax-broken-directbox-default:before{content:""}.isax-broken-directbox-notify:before{content:""}.isax-broken-directbox-receive:before{content:""}.isax-broken-directbox-send:before{content:""}.isax-broken-direct-down:before{content:""}.isax-broken-direct-inbox:before{content:""}.isax-broken-direct-left:before{content:""}.isax-broken-direct-normal:before{content:""}.isax-broken-direct-notification:before{content:""}.isax-broken-direct-right:before{content:""}.isax-broken-direct-send:before{content:""}.isax-broken-direct-up:before{content:""}.isax-broken-discount-circle:before{content:""}.isax-broken-discount-shape:before{content:""}.isax-broken-discover:before{content:""}.isax-broken-discover-1:before{content:""}.isax-broken-dislike:before{content:""}.isax-broken-document:before{content:""}.isax-broken-document-1:before{content:""}.isax-broken-document-cloud:before{content:""}.isax-broken-document-code:before{content:""}.isax-broken-document-code-2:before{content:""}.isax-broken-document-copy:before{content:""}.isax-broken-document-download:before{content:""}.isax-broken-document-favorite:before{content:""}.isax-broken-document-filter:before{content:""}.isax-broken-document-forward:before{content:""}.isax-broken-document-like:before{content:""}.isax-broken-document-normal:before{content:""}.isax-broken-document-previous:before{content:""}.isax-broken-document-sketch:before{content:""}.isax-broken-document-text:before{content:""}.isax-broken-document-text-1:before{content:""}.isax-broken-document-upload:before{content:""}.isax-broken-dollar-circle:before{content:""}.isax-broken-dollar-square:before{content:""}.isax-broken-dot:before{content:""}.isax-broken-dribbble:before{content:""}.isax-broken-driver:before{content:""}.isax-broken-driver-2:before{content:""}.isax-broken-driver-refresh:before{content:""}.isax-broken-driving:before{content:""}.isax-broken-drop:before{content:""}.isax-broken-dropbox:before{content:""}.isax-broken-earphones:before{content:""}.isax-broken-edit:before{content:""}.isax-broken-edit-2:before{content:""}.isax-broken-ekt:before{content:""}.isax-broken-electricity:before{content:""}.isax-broken-element-1:before{content:""}.isax-broken-element-2:before{content:""}.isax-broken-element-3:before{content:""}.isax-broken-element-4:before{content:""}.isax-broken-element-equal:before{content:""}.isax-broken-element-plus:before{content:""}.isax-broken-emc:before{content:""}.isax-broken-emoji-happy:before{content:""}.isax-broken-emoji-normal:before{content:""}.isax-broken-emoji-sad:before{content:""}.isax-broken-empty-wallet:before{content:""}.isax-broken-empty-wallet-add:before{content:""}.isax-broken-empty-wallet-change:before{content:""}.isax-broken-empty-wallet-remove:before{content:""}.isax-broken-empty-wallet-tick:before{content:""}.isax-broken-empty-wallet-time:before{content:""}.isax-broken-enj:before{content:""}.isax-broken-eos:before{content:""}.isax-broken-eraser:before{content:""}.isax-broken-eraser-1:before{content:""}.isax-broken-etc:before{content:""}.isax-broken-eth:before{content:""}.isax-broken-export:before{content:""}.isax-broken-export-1:before{content:""}.isax-broken-export-2:before{content:""}.isax-broken-export-3:before{content:""}.isax-broken-external-drive:before{content:""}.isax-broken-eye:before{content:""}.isax-broken-eye-slash:before{content:""}.isax-broken-facebook:before{content:""}.isax-broken-fatrows:before{content:""}.isax-broken-favorite-chart:before{content:""}.isax-broken-figma:before{content:""}.isax-broken-figma-1:before{content:""}.isax-broken-filter:before{content:""}.isax-broken-filter-add:before{content:""}.isax-broken-filter-edit:before{content:""}.isax-broken-filter-remove:before{content:""}.isax-broken-filter-search:before{content:""}.isax-broken-filter-square:before{content:""}.isax-broken-filter-tick:before{content:""}.isax-broken-finger-cricle:before{content:""}.isax-broken-finger-scan:before{content:""}.isax-broken-firstline:before{content:""}.isax-broken-flag:before{content:""}.isax-broken-flag-2:before{content:""}.isax-broken-flash:before{content:""}.isax-broken-flash-1:before{content:""}.isax-broken-flash-circle:before{content:""}.isax-broken-flash-circle-1:before{content:""}.isax-broken-flash-slash:before{content:""}.isax-broken-folder:before{content:""}.isax-broken-folder-2:before{content:""}.isax-broken-folder-add:before{content:""}.isax-broken-folder-cloud:before{content:""}.isax-broken-folder-connection:before{content:""}.isax-broken-folder-cross:before{content:""}.isax-broken-folder-favorite:before{content:""}.isax-broken-folder-minus:before{content:""}.isax-broken-folder-open:before{content:""}.isax-broken-forbidden:before{content:""}.isax-broken-forbidden-2:before{content:""}.isax-broken-format-circle:before{content:""}.isax-broken-format-square:before{content:""}.isax-broken-forward:before{content:""}.isax-broken-forward-5-seconds:before{content:""}.isax-broken-forward-10-seconds:before{content:""}.isax-broken-forward-15-seconds:before{content:""}.isax-broken-forward-item:before{content:""}.isax-broken-forward-square:before{content:""}.isax-broken-framer:before{content:""}.isax-broken-ftt:before{content:""}.isax-broken-gallery:before{content:""}.isax-broken-gallery-add:before{content:""}.isax-broken-gallery-edit:before{content:""}.isax-broken-gallery-export:before{content:""}.isax-broken-gallery-favorite:before{content:""}.isax-broken-gallery-import:before{content:""}.isax-broken-gallery-remove:before{content:""}.isax-broken-gallery-slash:before{content:""}.isax-broken-gallery-tick:before{content:""}.isax-broken-game:before{content:""}.isax-broken-gameboy:before{content:""}.isax-broken-gas-station:before{content:""}.isax-broken-gemini:before{content:""}.isax-broken-gemini-2:before{content:""}.isax-broken-ghost:before{content:""}.isax-broken-gift:before{content:""}.isax-broken-glass:before{content:""}.isax-broken-glass-1:before{content:""}.isax-broken-global:before{content:""}.isax-broken-global-edit:before{content:""}.isax-broken-global-refresh:before{content:""}.isax-broken-global-search:before{content:""}.isax-broken-google:before{content:""}.isax-broken-google-drive:before{content:""}.isax-broken-google-play:before{content:""}.isax-broken-gps:before{content:""}.isax-broken-gps-slash:before{content:""}.isax-broken-grammerly:before{content:""}.isax-broken-graph:before{content:""}.isax-broken-grid-1:before{content:""}.isax-broken-grid-2:before{content:""}.isax-broken-grid-3:before{content:""}.isax-broken-grid-4:before{content:""}.isax-broken-grid-5:before{content:""}.isax-broken-grid-6:before{content:""}.isax-broken-grid-7:before{content:""}.isax-broken-grid-8:before{content:""}.isax-broken-grid-9:before{content:""}.isax-broken-grid-edit:before{content:""}.isax-broken-grid-eraser:before{content:""}.isax-broken-grid-lock:before{content:""}.isax-broken-grt:before{content:""}.isax-broken-happyemoji:before{content:""}.isax-broken-hashtag:before{content:""}.isax-broken-hashtag-1:before{content:""}.isax-broken-hashtag-down:before{content:""}.isax-broken-hashtag-up:before{content:""}.isax-broken-headphone:before{content:""}.isax-broken-health:before{content:""}.isax-broken-heart:before{content:""}.isax-broken-heart-add:before{content:""}.isax-broken-heart-circle:before{content:""}.isax-broken-heart-edit:before{content:""}.isax-broken-heart-remove:before{content:""}.isax-broken-heart-search:before{content:""}.isax-broken-heart-slash:before{content:""}.isax-broken-heart-tick:before{content:""}.isax-broken-hex:before{content:""}.isax-broken-hierarchy:before{content:""}.isax-broken-hierarchy-2:before{content:""}.isax-broken-hierarchy-3:before{content:""}.isax-broken-hierarchy-square:before{content:""}.isax-broken-hierarchy-square-2:before{content:""}.isax-broken-hierarchy-square-3:before{content:""}.isax-broken-home:before{content:""}.isax-broken-home-1:before{content:""}.isax-broken-home-2:before{content:""}.isax-broken-home-hashtag:before{content:""}.isax-broken-home-trend-down:before{content:""}.isax-broken-home-trend-up:before{content:""}.isax-broken-home-wifi:before{content:""}.isax-broken-hospital:before{content:""}.isax-broken-house:before{content:""}.isax-broken-house-2:before{content:""}.isax-broken-ht:before{content:""}.isax-broken-html-3:before{content:""}.isax-broken-html-5:before{content:""}.isax-broken-icx:before{content:""}.isax-broken-illustrator:before{content:""}.isax-broken-image:before{content:""}.isax-broken-import:before{content:""}.isax-broken-import-1:before{content:""}.isax-broken-import-2:before{content:""}.isax-broken-import-3:before{content:""}.isax-broken-info-circle:before{content:""}.isax-broken-information:before{content:""}.isax-broken-instagram:before{content:""}.isax-broken-iost:before{content:""}.isax-broken-javascript:before{content:""}.isax-broken-js:before{content:""}.isax-broken-judge:before{content:""}.isax-broken-kanban:before{content:""}.isax-broken-key:before{content:""}.isax-broken-keyboard:before{content:""}.isax-broken-keyboard-open:before{content:""}.isax-broken-key-square:before{content:""}.isax-broken-knc:before{content:""}.isax-broken-lamp:before{content:""}.isax-broken-lamp-1:before{content:""}.isax-broken-lamp-charge:before{content:""}.isax-broken-lamp-on:before{content:""}.isax-broken-lamp-slash:before{content:""}.isax-broken-language-circle:before{content:""}.isax-broken-language-square:before{content:""}.isax-broken-layer:before{content:""}.isax-broken-level:before{content:""}.isax-broken-lifebuoy:before{content:""}.isax-broken-like:before{content:""}.isax-broken-like-1:before{content:""}.isax-broken-like-dislike:before{content:""}.isax-broken-like-shapes:before{content:""}.isax-broken-like-tag:before{content:""}.isax-broken-link:before{content:""}.isax-broken-link-1:before{content:""}.isax-broken-link-2:before{content:""}.isax-broken-link-3:before{content:""}.isax-broken-link-circle:before{content:""}.isax-broken-link-square:before{content:""}.isax-broken-location:before{content:""}.isax-broken-location-add:before{content:""}.isax-broken-location-cross:before{content:""}.isax-broken-location-minus:before{content:""}.isax-broken-location-slash:before{content:""}.isax-broken-location-tick:before{content:""}.isax-broken-lock:before{content:""}.isax-broken-lock-1:before{content:""}.isax-broken-lock-circle:before{content:""}.isax-broken-lock-slash:before{content:""}.isax-broken-login:before{content:""}.isax-broken-login-1:before{content:""}.isax-broken-logout:before{content:""}.isax-broken-logout-1:before{content:""}.isax-broken-lovely:before{content:""}.isax-broken-ltc:before{content:""}.isax-broken-magicpen:before{content:""}.isax-broken-magic-star:before{content:""}.isax-broken-main-component:before{content:""}.isax-broken-man:before{content:""}.isax-broken-map:before{content:""}.isax-broken-map-1:before{content:""}.isax-broken-mask:before{content:""}.isax-broken-mask-1:before{content:""}.isax-broken-mask-2:before{content:""}.isax-broken-math:before{content:""}.isax-broken-matic:before{content:""}.isax-broken-maximize:before{content:""}.isax-broken-maximize-1:before{content:""}.isax-broken-maximize-2:before{content:""}.isax-broken-maximize-3:before{content:""}.isax-broken-maximize-4:before{content:""}.isax-broken-maximize-5:before{content:""}.isax-broken-maximize-circle:before{content:""}.isax-broken-medal:before{content:""}.isax-broken-medal-star:before{content:""}.isax-broken-menu:before{content:""}.isax-broken-menu-1:before{content:""}.isax-broken-menu-board:before{content:""}.isax-broken-message:before{content:""}.isax-broken-message-2:before{content:""}.isax-broken-message-add:before{content:""}.isax-broken-message-add-1:before{content:""}.isax-broken-message-circle:before{content:""}.isax-broken-message-edit:before{content:""}.isax-broken-message-favorite:before{content:""}.isax-broken-message-minus:before{content:""}.isax-broken-message-notify:before{content:""}.isax-broken-message-programming:before{content:""}.isax-broken-message-question:before{content:""}.isax-broken-message-remove:before{content:""}.isax-broken-messages:before{content:""}.isax-broken-messages-1:before{content:""}.isax-broken-messages-2:before{content:""}.isax-broken-messages-3:before{content:""}.isax-broken-message-search:before{content:""}.isax-broken-message-square:before{content:""}.isax-broken-message-text:before{content:""}.isax-broken-message-text-1:before{content:""}.isax-broken-message-tick:before{content:""}.isax-broken-message-time:before{content:""}.isax-broken-messenger:before{content:""}.isax-broken-microphone:before{content:""}.isax-broken-microphone-2:before{content:""}.isax-broken-microphone-slash:before{content:""}.isax-broken-microphone-slash-1:before{content:""}.isax-broken-microscope:before{content:""}.isax-broken-milk:before{content:""}.isax-broken-mini-music-sqaure:before{content:""}.isax-broken-minus:before{content:""}.isax-broken-minus-cirlce:before{content:""}.isax-broken-minus-square:before{content:""}.isax-broken-mirror:before{content:""}.isax-broken-mirroring-screen:before{content:""}.isax-broken-mkr:before{content:""}.isax-broken-mobile:before{content:""}.isax-broken-mobile-programming:before{content:""}.isax-broken-money:before{content:""}.isax-broken-money-2:before{content:""}.isax-broken-money-3:before{content:""}.isax-broken-money-4:before{content:""}.isax-broken-money-add:before{content:""}.isax-broken-money-change:before{content:""}.isax-broken-money-forbidden:before{content:""}.isax-broken-money-recive:before{content:""}.isax-broken-money-remove:before{content:""}.isax-broken-moneys:before{content:""}.isax-broken-money-send:before{content:""}.isax-broken-money-tick:before{content:""}.isax-broken-money-time:before{content:""}.isax-broken-monitor:before{content:""}.isax-broken-monitor-mobbile:before{content:""}.isax-broken-monitor-recorder:before{content:""}.isax-broken-moon:before{content:""}.isax-broken-more:before{content:""}.isax-broken-more-2:before{content:""}.isax-broken-more-circle:before{content:""}.isax-broken-more-square:before{content:""}.isax-broken-mouse:before{content:""}.isax-broken-mouse-1:before{content:""}.isax-broken-mouse-circle:before{content:""}.isax-broken-mouse-square:before{content:""}.isax-broken-music:before{content:""}.isax-broken-music-circle:before{content:""}.isax-broken-music-dashboard:before{content:""}.isax-broken-music-filter:before{content:""}.isax-broken-music-library-2:before{content:""}.isax-broken-musicnote:before{content:""}.isax-broken-music-play:before{content:""}.isax-broken-music-playlist:before{content:""}.isax-broken-music-square:before{content:""}.isax-broken-music-square-add:before{content:""}.isax-broken-music-square-remove:before{content:""}.isax-broken-music-square-search:before{content:""}.isax-broken-nas:before{content:""}.isax-broken-nct:before{content:""}.isax-broken-nexo:before{content:""}.isax-broken-next:before{content:""}.isax-broken-niox:before{content:""}.isax-broken-note:before{content:""}.isax-broken-note-1:before{content:""}.isax-broken-note-2:before{content:""}.isax-broken-note-3:before{content:""}.isax-broken-note-add:before{content:""}.isax-broken-note-favorite:before{content:""}.isax-broken-note-remove:before{content:""}.isax-broken-note-square:before{content:""}.isax-broken-note-text:before{content:""}.isax-broken-notification:before{content:""}.isax-broken-notification-1:before{content:""}.isax-broken-notification-bing:before{content:""}.isax-broken-notification-circle:before{content:""}.isax-broken-notification-favorite:before{content:""}.isax-broken-notification-status:before{content:""}.isax-broken-ocean:before{content:""}.isax-broken-okb:before{content:""}.isax-broken-omega-circle:before{content:""}.isax-broken-omega-square:before{content:""}.isax-broken-one:before{content:""}.isax-broken-ont:before{content:""}.isax-broken-paintbucket:before{content:""}.isax-broken-paperclip:before{content:""}.isax-broken-paperclip-2:before{content:""}.isax-broken-password-check:before{content:""}.isax-broken-path:before{content:""}.isax-broken-path-2:before{content:""}.isax-broken-path-square:before{content:""}.isax-broken-pause:before{content:""}.isax-broken-pause-circle:before{content:""}.isax-broken-pay:before{content:""}.isax-broken-paypal:before{content:""}.isax-broken-pen-add:before{content:""}.isax-broken-pen-close:before{content:""}.isax-broken-pen-remove:before{content:""}.isax-broken-pen-tool:before{content:""}.isax-broken-pen-tool-2:before{content:""}.isax-broken-people:before{content:""}.isax-broken-percentage-circle:before{content:""}.isax-broken-percentage-square:before{content:""}.isax-broken-personalcard:before{content:""}.isax-broken-pet:before{content:""}.isax-broken-pharagraphspacing:before{content:""}.isax-broken-photoshop:before{content:""}.isax-broken-picture-frame:before{content:""}.isax-broken-play:before{content:""}.isax-broken-play-add:before{content:""}.isax-broken-play-circle:before{content:""}.isax-broken-play-cricle:before{content:""}.isax-broken-play-remove:before{content:""}.isax-broken-presention-chart:before{content:""}.isax-broken-previous:before{content:""}.isax-broken-printer:before{content:""}.isax-broken-printer-slash:before{content:""}.isax-broken-profile:before{content:""}.isax-broken-profile-2user:before{content:""}.isax-broken-profile-add:before{content:""}.isax-broken-profile-circle:before{content:""}.isax-broken-profile-delete:before{content:""}.isax-broken-profile-remove:before{content:""}.isax-broken-profile-tick:before{content:""}.isax-broken-programming-arrow:before{content:""}.isax-broken-programming-arrows:before{content:""}.isax-broken-python:before{content:""}.isax-broken-qnt:before{content:""}.isax-broken-quote-down:before{content:""}.isax-broken-quote-down-circle:before{content:""}.isax-broken-quote-down-square:before{content:""}.isax-broken-quote-up:before{content:""}.isax-broken-quote-up-circle:before{content:""}.isax-broken-quote-up-square:before{content:""}.isax-broken-radar:before{content:""}.isax-broken-radar-1:before{content:""}.isax-broken-radar-2:before{content:""}.isax-broken-radio:before{content:""}.isax-broken-ram:before{content:""}.isax-broken-ram-2:before{content:""}.isax-broken-ranking:before{content:""}.isax-broken-ranking-1:before{content:""}.isax-broken-receipt:before{content:""}.isax-broken-receipt-1:before{content:""}.isax-broken-receipt-2:before{content:""}.isax-broken-receipt-3:before{content:""}.isax-broken-receipt-add:before{content:""}.isax-broken-receipt-discount:before{content:""}.isax-broken-receipt-discount-1:before{content:""}.isax-broken-receipt-edit:before{content:""}.isax-broken-receipt-item:before{content:""}.isax-broken-receipt-minus:before{content:""}.isax-broken-receipt-search:before{content:""}.isax-broken-receipt-square:before{content:""}.isax-broken-receipt-text:before{content:""}.isax-broken-received:before{content:""}.isax-broken-receive-square:before{content:""}.isax-broken-receive-square-2:before{content:""}.isax-broken-record:before{content:""}.isax-broken-record-circle:before{content:""}.isax-broken-recovery-convert:before{content:""}.isax-broken-redo:before{content:""}.isax-broken-refresh:before{content:""}.isax-broken-refresh-2:before{content:""}.isax-broken-refresh-circle:before{content:""}.isax-broken-refresh-left-square:before{content:""}.isax-broken-refresh-right-square:before{content:""}.isax-broken-refresh-square-2:before{content:""}.isax-broken-rep:before{content:""}.isax-broken-repeat:before{content:""}.isax-broken-repeat-circle:before{content:""}.isax-broken-repeate-music:before{content:""}.isax-broken-repeate-one:before{content:""}.isax-broken-reserve:before{content:""}.isax-broken-rotate-3d:before{content:""}.isax-broken-rotate-left:before{content:""}.isax-broken-rotate-left-1:before{content:""}.isax-broken-rotate-right:before{content:""}.isax-broken-rotate-right-1:before{content:""}.isax-broken-route-square:before{content:""}.isax-broken-routing:before{content:""}.isax-broken-routing-2:before{content:""}.isax-broken-row-horizontal:before{content:""}.isax-broken-row-vertical:before{content:""}.isax-broken-ruler:before{content:""}.isax-broken-ruler-pen:before{content:""}.isax-broken-rune:before{content:""}.isax-broken-safe-home:before{content:""}.isax-broken-sagittarius:before{content:""}.isax-broken-save-2:before{content:""}.isax-broken-save-add:before{content:""}.isax-broken-save-minus:before{content:""}.isax-broken-save-remove:before{content:""}.isax-broken-sc:before{content:""}.isax-broken-scan:before{content:""}.isax-broken-scan-barcode:before{content:""}.isax-broken-scanner:before{content:""}.isax-broken-scanning:before{content:""}.isax-broken-scissor:before{content:""}.isax-broken-scissor-1:before{content:""}.isax-broken-screenmirroring:before{content:""}.isax-broken-scroll:before{content:""}.isax-broken-search-favorite:before{content:""}.isax-broken-search-favorite-1:before{content:""}.isax-broken-search-normal:before{content:""}.isax-broken-search-normal-1:before{content:""}.isax-broken-search-status:before{content:""}.isax-broken-search-status-1:before{content:""}.isax-broken-search-zoom-in:before{content:""}.isax-broken-search-zoom-in-1:before{content:""}.isax-broken-search-zoom-out:before{content:""}.isax-broken-search-zoom-out-1:before{content:""}.isax-broken-security:before{content:""}.isax-broken-security-card:before{content:""}.isax-broken-security-safe:before{content:""}.isax-broken-security-time:before{content:""}.isax-broken-security-user:before{content:""}.isax-broken-send:before{content:""}.isax-broken-send-1:before{content:""}.isax-broken-send-2:before{content:""}.isax-broken-send-sqaure-2:before{content:""}.isax-broken-send-square:before{content:""}.isax-broken-setting:before{content:""}.isax-broken-setting-1:before{content:""}.isax-broken-setting-2:before{content:""}.isax-broken-setting-3:before{content:""}.isax-broken-setting-4:before{content:""}.isax-broken-setting-5:before{content:""}.isax-broken-shapes:before{content:""}.isax-broken-shapes-1:before{content:""}.isax-broken-share:before{content:""}.isax-broken-shield:before{content:""}.isax-broken-shield-cross:before{content:""}.isax-broken-shield-search:before{content:""}.isax-broken-shield-security:before{content:""}.isax-broken-shield-slash:before{content:""}.isax-broken-shield-tick:before{content:""}.isax-broken-ship:before{content:""}.isax-broken-shop:before{content:""}.isax-broken-shop-add:before{content:""}.isax-broken-shopping-bag:before{content:""}.isax-broken-shopping-cart:before{content:""}.isax-broken-shop-remove:before{content:""}.isax-broken-shuffle:before{content:""}.isax-broken-sidebar-bottom:before{content:""}.isax-broken-sidebar-left:before{content:""}.isax-broken-sidebar-right:before{content:""}.isax-broken-sidebar-top:before{content:""}.isax-broken-signpost:before{content:""}.isax-broken-simcard:before{content:""}.isax-broken-simcard-1:before{content:""}.isax-broken-simcard-2:before{content:""}.isax-broken-size:before{content:""}.isax-broken-slack:before{content:""}.isax-broken-slash:before{content:""}.isax-broken-slider:before{content:""}.isax-broken-slider-horizontal:before{content:""}.isax-broken-slider-horizontal-1:before{content:""}.isax-broken-slider-vertical:before{content:""}.isax-broken-slider-vertical-1:before{content:""}.isax-broken-smallcaps:before{content:""}.isax-broken-smart-car:before{content:""}.isax-broken-smart-home:before{content:""}.isax-broken-smileys:before{content:""}.isax-broken-sms:before{content:""}.isax-broken-sms-edit:before{content:""}.isax-broken-sms-notification:before{content:""}.isax-broken-sms-search:before{content:""}.isax-broken-sms-star:before{content:""}.isax-broken-sms-tracking:before{content:""}.isax-broken-snapchat:before{content:""}.isax-broken-sol:before{content:""}.isax-broken-sort:before{content:""}.isax-broken-sound:before{content:""}.isax-broken-speaker:before{content:""}.isax-broken-speedometer:before{content:""}.isax-broken-spotify:before{content:""}.isax-broken-square-3d:before{content:""}.isax-broken-squares:before{content:""}.isax-broken-star:before{content:""}.isax-broken-star-1:before{content:""}.isax-broken-star-slash:before{content:""}.isax-broken-status:before{content:""}.isax-broken-status-up:before{content:""}.isax-broken-sticker:before{content:""}.isax-broken-stickynote:before{content:""}.isax-broken-stop:before{content:""}.isax-broken-stop-circle:before{content:""}.isax-broken-story:before{content:""}.isax-broken-strongbox:before{content:""}.isax-broken-strongbox-2:before{content:""}.isax-broken-stx:before{content:""}.isax-broken-subtitle:before{content:""}.isax-broken-sun:before{content:""}.isax-broken-sun-1:before{content:""}.isax-broken-sun-fog:before{content:""}.isax-broken-support:before{content:""}.isax-broken-tag:before{content:""}.isax-broken-tag-2:before{content:""}.isax-broken-tag-cross:before{content:""}.isax-broken-tag-right:before{content:""}.isax-broken-tag-user:before{content:""}.isax-broken-task:before{content:""}.isax-broken-task-square:before{content:""}.isax-broken-teacher:before{content:""}.isax-broken-text:before{content:""}.isax-broken-textalign-center:before{content:""}.isax-broken-textalign-justifycenter:before{content:""}.isax-broken-textalign-justifyleft:before{content:""}.isax-broken-textalign-justifyright:before{content:""}.isax-broken-textalign-left:before{content:""}.isax-broken-textalign-right:before{content:""}.isax-broken-text-block:before{content:""}.isax-broken-text-bold:before{content:""}.isax-broken-text-italic:before{content:""}.isax-broken-text-underline:before{content:""}.isax-broken-theta:before{content:""}.isax-broken-tick-circle:before{content:""}.isax-broken-ticket:before{content:""}.isax-broken-ticket-2:before{content:""}.isax-broken-ticket-discount:before{content:""}.isax-broken-ticket-expired:before{content:""}.isax-broken-ticket-star:before{content:""}.isax-broken-tick-square:before{content:""}.isax-broken-timer:before{content:""}.isax-broken-timer-1:before{content:""}.isax-broken-timer-pause:before{content:""}.isax-broken-timer-start:before{content:""}.isax-broken-toggle-off:before{content:""}.isax-broken-toggle-off-circle:before{content:""}.isax-broken-toggle-on:before{content:""}.isax-broken-toggle-on-circle:before{content:""}.isax-broken-trade:before{content:""}.isax-broken-transaction-minus:before{content:""}.isax-broken-translate:before{content:""}.isax-broken-trash:before{content:""}.isax-broken-tree:before{content:""}.isax-broken-trello:before{content:""}.isax-broken-trend-down:before{content:""}.isax-broken-trend-up:before{content:""}.isax-broken-triangle:before{content:""}.isax-broken-triangle-1:before{content:""}.isax-broken-truck:before{content:""}.isax-broken-truck-fast:before{content:""}.isax-broken-truck-remove:before{content:""}.isax-broken-truck-tick:before{content:""}.isax-broken-truck-time:before{content:""}.isax-broken-trush-square:before{content:""}.isax-broken-trx:before{content:""}.isax-broken-twitch:before{content:""}.isax-broken-ui8:before{content:""}.isax-broken-undo:before{content:""}.isax-broken-unlimited:before{content:""}.isax-broken-unlock:before{content:""}.isax-broken-usdc:before{content:""}.isax-broken-usdt:before{content:""}.isax-broken-user:before{content:""}.isax-broken-user-add:before{content:""}.isax-broken-user-cirlce-add:before{content:""}.isax-broken-user-edit:before{content:""}.isax-broken-user-minus:before{content:""}.isax-broken-user-octagon:before{content:""}.isax-broken-user-remove:before{content:""}.isax-broken-user-search:before{content:""}.isax-broken-user-square:before{content:""}.isax-broken-user-tag:before{content:""}.isax-broken-user-tick:before{content:""}.isax-broken-verify:before{content:""}.isax-broken-vibe:before{content:""}.isax-broken-video:before{content:""}.isax-broken-video-add:before{content:""}.isax-broken-video-circle:before{content:""}.isax-broken-video-horizontal:before{content:""}.isax-broken-video-octagon:before{content:""}.isax-broken-video-play:before{content:""}.isax-broken-video-remove:before{content:""}.isax-broken-video-slash:before{content:""}.isax-broken-video-square:before{content:""}.isax-broken-video-tick:before{content:""}.isax-broken-video-time:before{content:""}.isax-broken-video-vertical:before{content:""}.isax-broken-vlx:before{content:""}.isax-broken-voice-cricle:before{content:""}.isax-broken-voice-square:before{content:""}.isax-broken-volume-cross:before{content:""}.isax-broken-volume-high:before{content:""}.isax-broken-volume-low:before{content:""}.isax-broken-volume-low-1:before{content:""}.isax-broken-volume-mute:before{content:""}.isax-broken-volume-slash:before{content:""}.isax-broken-volume-up:before{content:""}.isax-broken-vuesax:before{content:""}.isax-broken-wallet:before{content:""}.isax-broken-wallet-1:before{content:""}.isax-broken-wallet-2:before{content:""}.isax-broken-wallet-3:before{content:""}.isax-broken-wallet-add:before{content:""}.isax-broken-wallet-add-1:before{content:""}.isax-broken-wallet-check:before{content:""}.isax-broken-wallet-minus:before{content:""}.isax-broken-wallet-money:before{content:""}.isax-broken-wallet-remove:before{content:""}.isax-broken-wallet-search:before{content:""}.isax-broken-wan:before{content:""}.isax-broken-wan-1:before{content:""}.isax-broken-warning-2:before{content:""}.isax-broken-watch:before{content:""}.isax-broken-watch-status:before{content:""}.isax-broken-weight:before{content:""}.isax-broken-weight-1:before{content:""}.isax-broken-whatsapp:before{content:""}.isax-broken-wifi:before{content:""}.isax-broken-wifi-square:before{content:""}.isax-broken-wind:before{content:""}.isax-broken-wind-2:before{content:""}.isax-broken-windows:before{content:""}.isax-broken-wing:before{content:""}.isax-broken-woman:before{content:""}.isax-broken-xd:before{content:""}.isax-broken-xem:before{content:""}.isax-broken-xiaomi:before{content:""}.isax-broken-xlm:before{content:""}.isax-broken-xmr:before{content:""}.isax-broken-xrp:before{content:""}.isax-broken-youtube:before{content:""}.isax-broken-zel:before{content:""}.isax-broken-zoom:before{content:""}@font-face{font-family:isax-twotone;src:url(/build/assets/isax-twotone-Dtuqy5IJ.eot?t95p71);src:url(/build/assets/isax-twotone-Dtuqy5IJ.eot?t95p71#iefix) format("embedded-opentype"),url(/build/assets/isax-twotone-D8fc0EHw.ttf?t95p71) format("truetype"),url(/build/assets/isax-twotone-cJMre1Zu.woff?t95p71) format("woff"),url(/build/assets/isax-twotone-B5imQFqn.svg?t95p71#isax-twotone) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=isax-2tone-],[class*=" isax-2tone-"]{font-family:isax-twotone!important}.isax-2tone-aave .path1:before{content:""}.isax-2tone-aave .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-activity .path1:before{content:""}.isax-2tone-activity .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ada .path1:before{content:""}.isax-2tone-ada .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-add .path1:before{content:""}.isax-2tone-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-add-circle .path1:before{content:""}.isax-2tone-add-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-additem .path1:before{content:""}.isax-2tone-additem .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-add-square .path1:before{content:""}.isax-2tone-add-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-airdrop .path1:before{content:""}.isax-2tone-airdrop .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-airplane:before{content:""}.isax-2tone-airplane-square .path1:before{content:""}.isax-2tone-airplane-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-airpod .path1:before{content:""}.isax-2tone-airpod .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-airpods .path1:before{content:""}.isax-2tone-airpods .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-alarm .path1:before{content:""}.isax-2tone-alarm .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-align-bottom .path1:before{content:""}.isax-2tone-align-bottom .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-align-horizontally .path1:before{content:""}.isax-2tone-align-horizontally .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-align-left .path1:before{content:""}.isax-2tone-align-left .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-align-right .path1:before{content:""}.isax-2tone-align-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-align-vertically .path1:before{content:""}.isax-2tone-align-vertically .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-android .path1:before{content:""}.isax-2tone-android .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ankr .path1:before{content:""}.isax-2tone-ankr .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-apple .path1:before{content:""}.isax-2tone-apple .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-aquarius .path1:before{content:""}.isax-2tone-aquarius .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-archive .path1:before{content:""}.isax-2tone-archive .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-archive-1 .path1:before{content:""}.isax-2tone-archive-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-archive-2 .path1:before{content:""}.isax-2tone-archive-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-archive-add .path1:before{content:""}.isax-2tone-archive-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-archive-book .path1:before{content:""}.isax-2tone-archive-book .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-archive-minus .path1:before{content:""}.isax-2tone-archive-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-archive-slash .path1:before{content:""}.isax-2tone-archive-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-archive-tick .path1:before{content:""}.isax-2tone-archive-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrange-circle .path1:before{content:""}.isax-2tone-arrange-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrange-circle-2 .path1:before{content:""}.isax-2tone-arrange-circle-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrange-square .path1:before{content:""}.isax-2tone-arrange-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrange-square-2 .path1:before{content:""}.isax-2tone-arrange-square-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow .path1:before{content:""}.isax-2tone-arrow .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-2 .path1:before{content:""}.isax-2tone-arrow-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-3 .path1:before{content:""}.isax-2tone-arrow-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-circle-down .path1:before{content:""}.isax-2tone-arrow-circle-down .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-circle-left .path1:before{content:""}.isax-2tone-arrow-circle-left .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-circle-right .path1:before{content:""}.isax-2tone-arrow-circle-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-circle-up .path1:before{content:""}.isax-2tone-arrow-circle-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-down .path1:before{content:""}.isax-2tone-arrow-down .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-down-1 .path1:before{content:""}.isax-2tone-arrow-down-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-down-2:before{content:""}.isax-2tone-arrow-down-3:before{content:""}.isax-2tone-arrow-left .path1:before{content:""}.isax-2tone-arrow-left .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-left-1 .path1:before{content:""}.isax-2tone-arrow-left-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-left-2:before{content:""}.isax-2tone-arrow-left-3:before{content:""}.isax-2tone-arrow-right .path1:before{content:""}.isax-2tone-arrow-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-right-1 .path1:before{content:""}.isax-2tone-arrow-right-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-right-2:before{content:""}.isax-2tone-arrow-right-3:before{content:""}.isax-2tone-arrow-square .path1:before{content:""}.isax-2tone-arrow-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-square-down .path1:before{content:""}.isax-2tone-arrow-square-down .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-square-left .path1:before{content:""}.isax-2tone-arrow-square-left .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-square-right .path1:before{content:""}.isax-2tone-arrow-square-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-square-up .path1:before{content:""}.isax-2tone-arrow-square-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-swap .path1:before{content:""}.isax-2tone-arrow-swap .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-swap-horizontal .path1:before{content:""}.isax-2tone-arrow-swap-horizontal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-up .path1:before{content:""}.isax-2tone-arrow-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-up-1 .path1:before{content:""}.isax-2tone-arrow-up-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-arrow-up-2:before{content:""}.isax-2tone-arrow-up-3:before{content:""}.isax-2tone-attach-circle .path1:before{content:""}.isax-2tone-attach-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-attach-square .path1:before{content:""}.isax-2tone-attach-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-audio-square .path1:before{content:""}.isax-2tone-audio-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-autobrightness .path1:before{content:""}.isax-2tone-autobrightness .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-avax .path1:before{content:""}.isax-2tone-avax .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-award .path1:before{content:""}.isax-2tone-award .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-back-square .path1:before{content:""}.isax-2tone-back-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-backward .path1:before{content:""}.isax-2tone-backward .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-backward-5-seconds .path1:before{content:""}.isax-2tone-backward-5-seconds .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-backward-10-seconds .path1:before{content:""}.isax-2tone-backward-10-seconds .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-backward-15-seconds .path1:before{content:""}.isax-2tone-backward-15-seconds .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-backward-item .path1:before{content:""}.isax-2tone-backward-item .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bag .path1:before{content:""}.isax-2tone-bag .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bag-2 .path1:before{content:""}.isax-2tone-bag-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bag-cross .path1:before{content:""}.isax-2tone-bag-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bag-cross-1 .path1:before{content:""}.isax-2tone-bag-cross-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bag-happy .path1:before{content:""}.isax-2tone-bag-happy .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bag-tick .path1:before{content:""}.isax-2tone-bag-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bag-tick-2 .path1:before{content:""}.isax-2tone-bag-tick-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bag-timer .path1:before{content:""}.isax-2tone-bag-timer .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bank .path1:before{content:""}.isax-2tone-bank .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-barcode .path1:before{content:""}.isax-2tone-barcode .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-battery-3full .path1:before{content:""}.isax-2tone-battery-3full .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-battery-charging .path1:before{content:""}.isax-2tone-battery-charging .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-battery-disable .path1:before{content:""}.isax-2tone-battery-disable .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-battery-empty .path1:before{content:""}.isax-2tone-battery-empty .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-battery-empty-1 .path1:before{content:""}.isax-2tone-battery-empty-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-battery-full .path1:before{content:""}.isax-2tone-battery-full .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-be .path1:before{content:""}.isax-2tone-be .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bezier .path1:before{content:""}.isax-2tone-bezier .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bill .path1:before{content:""}.isax-2tone-bill .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bitcoin-card .path1:before{content:""}.isax-2tone-bitcoin-card .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bitcoin-convert .path1:before{content:""}.isax-2tone-bitcoin-convert .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bitcoin-refresh .path1:before{content:""}.isax-2tone-bitcoin-refresh .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-blend .path1:before{content:""}.isax-2tone-blend .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-blend-2 .path1:before{content:""}.isax-2tone-blend-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-blogger .path1:before{content:""}.isax-2tone-blogger .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bluetooth:before{content:""}.isax-2tone-bluetooth-2 .path1:before{content:""}.isax-2tone-bluetooth-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bluetooth-circle .path1:before{content:""}.isax-2tone-bluetooth-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bluetooth-rectangle .path1:before{content:""}.isax-2tone-bluetooth-rectangle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-blur .path1:before{content:""}.isax-2tone-blur .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bnb .path1:before{content:""}.isax-2tone-bnb .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-book .path1:before{content:""}.isax-2tone-book .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-book-1 .path1:before{content:""}.isax-2tone-book-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bookmark .path1:before{content:""}.isax-2tone-bookmark .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bookmark-2 .path1:before{content:""}.isax-2tone-bookmark-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-book-saved .path1:before{content:""}.isax-2tone-book-saved .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-book-square .path1:before{content:""}.isax-2tone-book-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bootstrap .path1:before{content:""}.isax-2tone-bootstrap .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-box .path1:before{content:""}.isax-2tone-box .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-box-1 .path1:before{content:""}.isax-2tone-box-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-box-2 .path1:before{content:""}.isax-2tone-box-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-box-add .path1:before{content:""}.isax-2tone-box-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-box-remove .path1:before{content:""}.isax-2tone-box-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-box-search .path1:before{content:""}.isax-2tone-box-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-box-tick .path1:before{content:""}.isax-2tone-box-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-box-time .path1:before{content:""}.isax-2tone-box-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-briefcase .path1:before{content:""}.isax-2tone-briefcase .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-brifecase-cross .path1:before{content:""}.isax-2tone-brifecase-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-brifecase-tick .path1:before{content:""}.isax-2tone-brifecase-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-brifecase-timer .path1:before{content:""}.isax-2tone-brifecase-timer .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-broom .path1:before{content:""}.isax-2tone-broom .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-brush .path1:before{content:""}.isax-2tone-brush .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-brush-1 .path1:before{content:""}.isax-2tone-brush-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-brush-2 .path1:before{content:""}.isax-2tone-brush-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-brush-3 .path1:before{content:""}.isax-2tone-brush-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-brush-4 .path1:before{content:""}.isax-2tone-brush-4 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-btc .path1:before{content:""}.isax-2tone-btc .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bubble .path1:before{content:""}.isax-2tone-bubble .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bucket .path1:before{content:""}.isax-2tone-bucket .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bucket-circle .path1:before{content:""}.isax-2tone-bucket-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bucket-square .path1:before{content:""}.isax-2tone-bucket-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-building .path1:before{content:""}.isax-2tone-building .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-building-3 .path1:before{content:""}.isax-2tone-building-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-building-4 .path1:before{content:""}.isax-2tone-building-4 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-buildings .path1:before{content:""}.isax-2tone-buildings .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-buildings-2 .path1:before{content:""}.isax-2tone-buildings-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-buliding .path1:before{content:""}.isax-2tone-buliding .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-bus .path1:before{content:""}.isax-2tone-bus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-busd .path1:before{content:""}.isax-2tone-busd .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-buy-crypto .path1:before{content:""}.isax-2tone-buy-crypto .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cake .path1:before{content:""}.isax-2tone-cake .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-calculator .path1:before{content:""}.isax-2tone-calculator .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-calendar .path1:before{content:""}.isax-2tone-calendar .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-calendar-1 .path1:before{content:""}.isax-2tone-calendar-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-calendar-2 .path1:before{content:""}.isax-2tone-calendar-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-calendar-add .path1:before{content:""}.isax-2tone-calendar-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-calendar-circle .path1:before{content:""}.isax-2tone-calendar-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-calendar-edit .path1:before{content:""}.isax-2tone-calendar-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-calendar-remove .path1:before{content:""}.isax-2tone-calendar-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-calendar-search .path1:before{content:""}.isax-2tone-calendar-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-calendar-tick .path1:before{content:""}.isax-2tone-calendar-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-call:before{content:""}.isax-2tone-call-add .path1:before{content:""}.isax-2tone-call-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-call-calling .path1:before{content:""}.isax-2tone-call-calling .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-call-incoming .path1:before{content:""}.isax-2tone-call-incoming .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-call-minus .path1:before{content:""}.isax-2tone-call-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-call-outgoing .path1:before{content:""}.isax-2tone-call-outgoing .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-call-received .path1:before{content:""}.isax-2tone-call-received .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-call-remove .path1:before{content:""}.isax-2tone-call-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-call-slash .path1:before{content:""}.isax-2tone-call-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-camera .path1:before{content:""}.isax-2tone-camera .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-camera-slash .path1:before{content:""}.isax-2tone-camera-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-candle .path1:before{content:""}.isax-2tone-candle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-candle-2 .path1:before{content:""}.isax-2tone-candle-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-car .path1:before{content:""}.isax-2tone-car .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card .path1:before{content:""}.isax-2tone-card .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-add .path1:before{content:""}.isax-2tone-card-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-coin .path1:before{content:""}.isax-2tone-card-coin .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-edit .path1:before{content:""}.isax-2tone-card-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-pos .path1:before{content:""}.isax-2tone-card-pos .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-receive .path1:before{content:""}.isax-2tone-card-receive .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-remove .path1:before{content:""}.isax-2tone-card-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-remove-1 .path1:before{content:""}.isax-2tone-card-remove-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cards .path1:before{content:""}.isax-2tone-cards .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-send .path1:before{content:""}.isax-2tone-card-send .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-slash .path1:before{content:""}.isax-2tone-card-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-tick .path1:before{content:""}.isax-2tone-card-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-card-tick-1 .path1:before{content:""}.isax-2tone-card-tick-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-category .path1:before{content:""}.isax-2tone-category .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-category-1 .path1:before{content:""}.isax-2tone-category-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cd .path1:before{content:""}.isax-2tone-cd .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cel .path1:before{content:""}.isax-2tone-cel .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-celo .path1:before{content:""}.isax-2tone-celo .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-chart .path1:before{content:""}.isax-2tone-chart .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-chart-1 .path1:before{content:""}.isax-2tone-chart-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-chart-2 .path1:before{content:""}.isax-2tone-chart-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-chart-3 .path1:before{content:""}.isax-2tone-chart-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-chart-4 .path1:before{content:""}.isax-2tone-chart-4 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-chart-5 .path1:before{content:""}.isax-2tone-chart-5 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-chart-fail .path1:before{content:""}.isax-2tone-chart-fail .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-chart-square .path1:before{content:""}.isax-2tone-chart-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-chart-success .path1:before{content:""}.isax-2tone-chart-success .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-check .path1:before{content:""}.isax-2tone-check .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-chrome .path1:before{content:""}.isax-2tone-chrome .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-clipboard .path1:before{content:""}.isax-2tone-clipboard .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-clipboard-close .path1:before{content:""}.isax-2tone-clipboard-close .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-clipboard-export .path1:before{content:""}.isax-2tone-clipboard-export .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-clipboard-import .path1:before{content:""}.isax-2tone-clipboard-import .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-clipboard-text .path1:before{content:""}.isax-2tone-clipboard-text .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-clipboard-tick .path1:before{content:""}.isax-2tone-clipboard-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-clock .path1:before{content:""}.isax-2tone-clock .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-clock-1 .path1:before{content:""}.isax-2tone-clock-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-close-circle .path1:before{content:""}.isax-2tone-close-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-close-square .path1:before{content:""}.isax-2tone-close-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud:before{content:""}.isax-2tone-cloud-add .path1:before{content:""}.isax-2tone-cloud-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-change .path1:before{content:""}.isax-2tone-cloud-change .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-connection .path1:before{content:""}.isax-2tone-cloud-connection .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-cross .path1:before{content:""}.isax-2tone-cloud-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-drizzle .path1:before{content:""}.isax-2tone-cloud-drizzle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-fog .path1:before{content:""}.isax-2tone-cloud-fog .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-lightning .path1:before{content:""}.isax-2tone-cloud-lightning .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-minus .path1:before{content:""}.isax-2tone-cloud-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-notify .path1:before{content:""}.isax-2tone-cloud-notify .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-plus .path1:before{content:""}.isax-2tone-cloud-plus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-remove .path1:before{content:""}.isax-2tone-cloud-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-snow .path1:before{content:""}.isax-2tone-cloud-snow .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cloud-sunny .path1:before{content:""}.isax-2tone-cloud-sunny .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-code .path1:before{content:""}.isax-2tone-code .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-code-1 .path1:before{content:""}.isax-2tone-code-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-code-circle .path1:before{content:""}.isax-2tone-code-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-coffee .path1:before{content:""}.isax-2tone-coffee .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-coin .path1:before{content:""}.isax-2tone-coin .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-coin-1 .path1:before{content:""}.isax-2tone-coin-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-colorfilter .path1:before{content:""}.isax-2tone-colorfilter .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-colors-square .path1:before{content:""}.isax-2tone-colors-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-color-swatch .path1:before{content:""}.isax-2tone-color-swatch .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-command .path1:before{content:""}.isax-2tone-command .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-command-square .path1:before{content:""}.isax-2tone-command-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-component:before{content:""}.isax-2tone-computing .path1:before{content:""}.isax-2tone-computing .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-convert .path1:before{content:""}.isax-2tone-convert .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-convert-3d-cube .path1:before{content:""}.isax-2tone-convert-3d-cube .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-convert-card .path1:before{content:""}.isax-2tone-convert-card .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-convertshape .path1:before{content:""}.isax-2tone-convertshape .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-convertshape-2 .path1:before{content:""}.isax-2tone-convertshape-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-copy .path1:before{content:""}.isax-2tone-copy .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-copyright .path1:before{content:""}.isax-2tone-copyright .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-copy-success .path1:before{content:""}.isax-2tone-copy-success .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-courthouse .path1:before{content:""}.isax-2tone-courthouse .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cpu .path1:before{content:""}.isax-2tone-cpu .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cpu-charge .path1:before{content:""}.isax-2tone-cpu-charge .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cpu-setting .path1:before{content:""}.isax-2tone-cpu-setting .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-creative-commons .path1:before{content:""}.isax-2tone-creative-commons .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-crop .path1:before{content:""}.isax-2tone-crop .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-crown .path1:before{content:""}.isax-2tone-crown .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-crown-1:before{content:""}.isax-2tone-cube-3d .path1:before{content:""}.isax-2tone-cube-3d .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cube-scan-3d .path1:before{content:""}.isax-2tone-cube-scan-3d .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cup .path1:before{content:""}.isax-2tone-cup .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-cvc .path1:before{content:""}.isax-2tone-cvc .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-dai .path1:before{content:""}.isax-2tone-dai .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-danger .path1:before{content:""}.isax-2tone-danger .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-dash .path1:before{content:""}.isax-2tone-dash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-data .path1:before{content:""}.isax-2tone-data .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-data-1 .path1:before{content:""}.isax-2tone-data-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-dcr .path1:before{content:""}.isax-2tone-dcr .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-dent .path1:before{content:""}.isax-2tone-dent .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-designtools .path1:before{content:""}.isax-2tone-designtools .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-device-message .path1:before{content:""}.isax-2tone-device-message .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-devices .path1:before{content:""}.isax-2tone-devices .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-devices-1 .path1:before{content:""}.isax-2tone-devices-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-diagram .path1:before{content:""}.isax-2tone-diagram .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-diamonds .path1:before{content:""}.isax-2tone-diamonds .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-direct .path1:before{content:""}.isax-2tone-direct .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-directbox-default .path1:before{content:""}.isax-2tone-directbox-default .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-directbox-notify .path1:before{content:""}.isax-2tone-directbox-notify .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-directbox-receive .path1:before{content:""}.isax-2tone-directbox-receive .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-directbox-send .path1:before{content:""}.isax-2tone-directbox-send .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-direct-down:before{content:""}.isax-2tone-direct-inbox .path1:before{content:""}.isax-2tone-direct-inbox .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-direct-left:before{content:""}.isax-2tone-direct-normal .path1:before{content:""}.isax-2tone-direct-normal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-direct-notification .path1:before{content:""}.isax-2tone-direct-notification .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-direct-right:before{content:""}.isax-2tone-direct-send .path1:before{content:""}.isax-2tone-direct-send .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-direct-up:before{content:""}.isax-2tone-discount-circle .path1:before{content:""}.isax-2tone-discount-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-discount-shape .path1:before{content:""}.isax-2tone-discount-shape .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-discover .path1:before{content:""}.isax-2tone-discover .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-discover-1 .path1:before{content:""}.isax-2tone-discover-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-dislike .path1:before{content:""}.isax-2tone-dislike .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document .path1:before{content:""}.isax-2tone-document .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-1 .path1:before{content:""}.isax-2tone-document-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-cloud .path1:before{content:""}.isax-2tone-document-cloud .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-code .path1:before{content:""}.isax-2tone-document-code .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-code-2 .path1:before{content:""}.isax-2tone-document-code-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-copy .path1:before{content:""}.isax-2tone-document-copy .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-download .path1:before{content:""}.isax-2tone-document-download .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-favorite .path1:before{content:""}.isax-2tone-document-favorite .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-filter .path1:before{content:""}.isax-2tone-document-filter .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-forward .path1:before{content:""}.isax-2tone-document-forward .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-like .path1:before{content:""}.isax-2tone-document-like .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-normal .path1:before{content:""}.isax-2tone-document-normal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-previous .path1:before{content:""}.isax-2tone-document-previous .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-sketch .path1:before{content:""}.isax-2tone-document-sketch .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-text .path1:before{content:""}.isax-2tone-document-text .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-text-1 .path1:before{content:""}.isax-2tone-document-text-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-document-upload .path1:before{content:""}.isax-2tone-document-upload .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-dollar-circle .path1:before{content:""}.isax-2tone-dollar-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-dollar-square .path1:before{content:""}.isax-2tone-dollar-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-dot .path1:before{content:""}.isax-2tone-dot .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-dribbble .path1:before{content:""}.isax-2tone-dribbble .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-driver .path1:before{content:""}.isax-2tone-driver .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-driver-2 .path1:before{content:""}.isax-2tone-driver-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-driver-refresh .path1:before{content:""}.isax-2tone-driver-refresh .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-driving .path1:before{content:""}.isax-2tone-driving .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-drop:before{content:""}.isax-2tone-dropbox .path1:before{content:""}.isax-2tone-dropbox .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-earphones .path1:before{content:""}.isax-2tone-earphones .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-edit .path1:before{content:""}.isax-2tone-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-edit-2 .path1:before{content:""}.isax-2tone-edit-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ekt .path1:before{content:""}.isax-2tone-ekt .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-electricity .path1:before{content:""}.isax-2tone-electricity .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-element-1 .path1:before{content:""}.isax-2tone-element-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-element-2 .path1:before{content:""}.isax-2tone-element-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-element-3 .path1:before{content:""}.isax-2tone-element-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-element-4 .path1:before{content:""}.isax-2tone-element-4 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-element-equal .path1:before{content:""}.isax-2tone-element-equal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-element-plus .path1:before{content:""}.isax-2tone-element-plus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-emc .path1:before{content:""}.isax-2tone-emc .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-emoji-happy .path1:before{content:""}.isax-2tone-emoji-happy .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-emoji-normal .path1:before{content:""}.isax-2tone-emoji-normal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-emoji-sad .path1:before{content:""}.isax-2tone-emoji-sad .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-empty-wallet .path1:before{content:""}.isax-2tone-empty-wallet .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-empty-wallet-add .path1:before{content:""}.isax-2tone-empty-wallet-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-empty-wallet-change .path1:before{content:""}.isax-2tone-empty-wallet-change .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-empty-wallet-remove .path1:before{content:""}.isax-2tone-empty-wallet-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-empty-wallet-tick .path1:before{content:""}.isax-2tone-empty-wallet-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-empty-wallet-time .path1:before{content:""}.isax-2tone-empty-wallet-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-enj .path1:before{content:""}.isax-2tone-enj .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-eos .path1:before{content:""}.isax-2tone-eos .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-eraser .path1:before{content:""}.isax-2tone-eraser .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-eraser-1 .path1:before{content:""}.isax-2tone-eraser-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-etc .path1:before{content:""}.isax-2tone-etc .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-eth .path1:before{content:""}.isax-2tone-eth .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-export .path1:before{content:""}.isax-2tone-export .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-export-1 .path1:before{content:""}.isax-2tone-export-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-export-2 .path1:before{content:""}.isax-2tone-export-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-export-3 .path1:before{content:""}.isax-2tone-export-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-external-drive .path1:before{content:""}.isax-2tone-external-drive .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-eye .path1:before{content:""}.isax-2tone-eye .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-eye-slash .path1:before{content:""}.isax-2tone-eye-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-facebook .path1:before{content:""}.isax-2tone-facebook .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-fatrows .path1:before{content:""}.isax-2tone-fatrows .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-favorite-chart .path1:before{content:""}.isax-2tone-favorite-chart .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-figma .path1:before{content:""}.isax-2tone-figma .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-figma-1 .path1:before{content:""}.isax-2tone-figma-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-filter .path1:before{content:""}.isax-2tone-filter .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-filter-add .path1:before{content:""}.isax-2tone-filter-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-filter-edit .path1:before{content:""}.isax-2tone-filter-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-filter-remove .path1:before{content:""}.isax-2tone-filter-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-filter-search .path1:before{content:""}.isax-2tone-filter-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-filter-square .path1:before{content:""}.isax-2tone-filter-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-filter-tick .path1:before{content:""}.isax-2tone-filter-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-finger-cricle .path1:before{content:""}.isax-2tone-finger-cricle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-finger-scan .path1:before{content:""}.isax-2tone-finger-scan .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-firstline .path1:before{content:""}.isax-2tone-firstline .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-flag .path1:before{content:""}.isax-2tone-flag .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-flag-2 .path1:before{content:""}.isax-2tone-flag-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-flash .path1:before{content:""}.isax-2tone-flash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-flash-1:before{content:""}.isax-2tone-flash-circle .path1:before{content:""}.isax-2tone-flash-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-flash-circle-1 .path1:before{content:""}.isax-2tone-flash-circle-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-flash-slash .path1:before{content:""}.isax-2tone-flash-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-folder:before{content:""}.isax-2tone-folder-2 .path1:before{content:""}.isax-2tone-folder-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-folder-add .path1:before{content:""}.isax-2tone-folder-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-folder-cloud .path1:before{content:""}.isax-2tone-folder-cloud .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-folder-connection .path1:before{content:""}.isax-2tone-folder-connection .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-folder-cross .path1:before{content:""}.isax-2tone-folder-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-folder-favorite .path1:before{content:""}.isax-2tone-folder-favorite .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-folder-minus .path1:before{content:""}.isax-2tone-folder-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-folder-open .path1:before{content:""}.isax-2tone-folder-open .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-forbidden .path1:before{content:""}.isax-2tone-forbidden .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-forbidden-2 .path1:before{content:""}.isax-2tone-forbidden-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-format-circle .path1:before{content:""}.isax-2tone-format-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-format-square .path1:before{content:""}.isax-2tone-format-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-forward .path1:before{content:""}.isax-2tone-forward .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-forward-5-seconds .path1:before{content:""}.isax-2tone-forward-5-seconds .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-forward-10-seconds .path1:before{content:""}.isax-2tone-forward-10-seconds .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-forward-15-seconds .path1:before{content:""}.isax-2tone-forward-15-seconds .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-forward-item .path1:before{content:""}.isax-2tone-forward-item .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-forward-square .path1:before{content:""}.isax-2tone-forward-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-framer .path1:before{content:""}.isax-2tone-framer .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ftt .path1:before{content:""}.isax-2tone-ftt .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gallery .path1:before{content:""}.isax-2tone-gallery .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gallery-add .path1:before{content:""}.isax-2tone-gallery-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gallery-edit .path1:before{content:""}.isax-2tone-gallery-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gallery-export .path1:before{content:""}.isax-2tone-gallery-export .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gallery-favorite .path1:before{content:""}.isax-2tone-gallery-favorite .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gallery-import .path1:before{content:""}.isax-2tone-gallery-import .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gallery-remove .path1:before{content:""}.isax-2tone-gallery-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gallery-slash .path1:before{content:""}.isax-2tone-gallery-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gallery-tick .path1:before{content:""}.isax-2tone-gallery-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-game .path1:before{content:""}.isax-2tone-game .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gameboy .path1:before{content:""}.isax-2tone-gameboy .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gas-station .path1:before{content:""}.isax-2tone-gas-station .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gemini .path1:before{content:""}.isax-2tone-gemini .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gemini-2 .path1:before{content:""}.isax-2tone-gemini-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ghost .path1:before{content:""}.isax-2tone-ghost .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gift .path1:before{content:""}.isax-2tone-gift .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-glass .path1:before{content:""}.isax-2tone-glass .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-glass-1 .path1:before{content:""}.isax-2tone-glass-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-global .path1:before{content:""}.isax-2tone-global .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-global-edit .path1:before{content:""}.isax-2tone-global-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-global-refresh .path1:before{content:""}.isax-2tone-global-refresh .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-global-search .path1:before{content:""}.isax-2tone-global-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-google:before{content:""}.isax-2tone-google-drive .path1:before{content:""}.isax-2tone-google-drive .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-google-play .path1:before{content:""}.isax-2tone-google-play .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gps .path1:before{content:""}.isax-2tone-gps .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-gps-slash .path1:before{content:""}.isax-2tone-gps-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grammerly .path1:before{content:""}.isax-2tone-grammerly .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-graph .path1:before{content:""}.isax-2tone-graph .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-1 .path1:before{content:""}.isax-2tone-grid-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-2 .path1:before{content:""}.isax-2tone-grid-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-3 .path1:before{content:""}.isax-2tone-grid-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-4 .path1:before{content:""}.isax-2tone-grid-4 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-5 .path1:before{content:""}.isax-2tone-grid-5 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-6 .path1:before{content:""}.isax-2tone-grid-6 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-7 .path1:before{content:""}.isax-2tone-grid-7 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-8 .path1:before{content:""}.isax-2tone-grid-8 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-9 .path1:before{content:""}.isax-2tone-grid-9 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-edit .path1:before{content:""}.isax-2tone-grid-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-eraser .path1:before{content:""}.isax-2tone-grid-eraser .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grid-lock .path1:before{content:""}.isax-2tone-grid-lock .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-grt .path1:before{content:""}.isax-2tone-grt .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-happyemoji .path1:before{content:""}.isax-2tone-happyemoji .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hashtag .path1:before{content:""}.isax-2tone-hashtag .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hashtag-1 .path1:before{content:""}.isax-2tone-hashtag-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hashtag-down .path1:before{content:""}.isax-2tone-hashtag-down .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hashtag-up .path1:before{content:""}.isax-2tone-hashtag-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-headphone:before{content:""}.isax-2tone-health .path1:before{content:""}.isax-2tone-health .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-heart:before{content:""}.isax-2tone-heart-add .path1:before{content:""}.isax-2tone-heart-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-heart-circle .path1:before{content:""}.isax-2tone-heart-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-heart-edit .path1:before{content:""}.isax-2tone-heart-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-heart-remove .path1:before{content:""}.isax-2tone-heart-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-heart-search .path1:before{content:""}.isax-2tone-heart-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-heart-slash .path1:before{content:""}.isax-2tone-heart-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-heart-tick .path1:before{content:""}.isax-2tone-heart-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hex .path1:before{content:""}.isax-2tone-hex .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hierarchy .path1:before{content:""}.isax-2tone-hierarchy .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hierarchy-2 .path1:before{content:""}.isax-2tone-hierarchy-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hierarchy-3 .path1:before{content:""}.isax-2tone-hierarchy-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hierarchy-square .path1:before{content:""}.isax-2tone-hierarchy-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hierarchy-square-2 .path1:before{content:""}.isax-2tone-hierarchy-square-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hierarchy-square-3 .path1:before{content:""}.isax-2tone-hierarchy-square-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-home .path1:before{content:""}.isax-2tone-home .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-home-1 .path1:before{content:""}.isax-2tone-home-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-home-2 .path1:before{content:""}.isax-2tone-home-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-home-hashtag .path1:before{content:""}.isax-2tone-home-hashtag .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-home-trend-down .path1:before{content:""}.isax-2tone-home-trend-down .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-home-trend-up .path1:before{content:""}.isax-2tone-home-trend-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-home-wifi .path1:before{content:""}.isax-2tone-home-wifi .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-hospital .path1:before{content:""}.isax-2tone-hospital .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-house .path1:before{content:""}.isax-2tone-house .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-house-2 .path1:before{content:""}.isax-2tone-house-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ht .path1:before{content:""}.isax-2tone-ht .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-html-3 .path1:before{content:""}.isax-2tone-html-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-html-5 .path1:before{content:""}.isax-2tone-html-5 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-icx .path1:before{content:""}.isax-2tone-icx .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-illustrator .path1:before{content:""}.isax-2tone-illustrator .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-image .path1:before{content:""}.isax-2tone-image .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-import .path1:before{content:""}.isax-2tone-import .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-import-1 .path1:before{content:""}.isax-2tone-import-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-import-2 .path1:before{content:""}.isax-2tone-import-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-import-3 .path1:before{content:""}.isax-2tone-import-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-info-circle .path1:before{content:""}.isax-2tone-info-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-information .path1:before{content:""}.isax-2tone-information .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-instagram .path1:before{content:""}.isax-2tone-instagram .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-iost .path1:before{content:""}.isax-2tone-iost .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-javascript .path1:before{content:""}.isax-2tone-javascript .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-js .path1:before{content:""}.isax-2tone-js .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-judge .path1:before{content:""}.isax-2tone-judge .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-kanban .path1:before{content:""}.isax-2tone-kanban .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-key .path1:before{content:""}.isax-2tone-key .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-keyboard .path1:before{content:""}.isax-2tone-keyboard .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-keyboard-open .path1:before{content:""}.isax-2tone-keyboard-open .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-key-square .path1:before{content:""}.isax-2tone-key-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-knc .path1:before{content:""}.isax-2tone-knc .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lamp .path1:before{content:""}.isax-2tone-lamp .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lamp-1 .path1:before{content:""}.isax-2tone-lamp-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lamp-charge .path1:before{content:""}.isax-2tone-lamp-charge .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lamp-on .path1:before{content:""}.isax-2tone-lamp-on .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lamp-slash .path1:before{content:""}.isax-2tone-lamp-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-language-circle .path1:before{content:""}.isax-2tone-language-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-language-square .path1:before{content:""}.isax-2tone-language-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-layer .path1:before{content:""}.isax-2tone-layer .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-level .path1:before{content:""}.isax-2tone-level .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lifebuoy .path1:before{content:""}.isax-2tone-lifebuoy .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-like .path1:before{content:""}.isax-2tone-like .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-like-1 .path1:before{content:""}.isax-2tone-like-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-like-dislike .path1:before{content:""}.isax-2tone-like-dislike .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-like-shapes .path1:before{content:""}.isax-2tone-like-shapes .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-like-tag .path1:before{content:""}.isax-2tone-like-tag .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-link .path1:before{content:""}.isax-2tone-link .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-link-1 .path1:before{content:""}.isax-2tone-link-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-link-2 .path1:before{content:""}.isax-2tone-link-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-link-3 .path1:before{content:""}.isax-2tone-link-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-link-circle .path1:before{content:""}.isax-2tone-link-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-link-square .path1:before{content:""}.isax-2tone-link-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-location .path1:before{content:""}.isax-2tone-location .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-location-add .path1:before{content:""}.isax-2tone-location-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-location-cross .path1:before{content:""}.isax-2tone-location-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-location-minus .path1:before{content:""}.isax-2tone-location-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-location-slash .path1:before{content:""}.isax-2tone-location-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-location-tick .path1:before{content:""}.isax-2tone-location-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lock .path1:before{content:""}.isax-2tone-lock .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lock-1 .path1:before{content:""}.isax-2tone-lock-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lock-circle .path1:before{content:""}.isax-2tone-lock-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lock-slash .path1:before{content:""}.isax-2tone-lock-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-login .path1:before{content:""}.isax-2tone-login .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-login-1 .path1:before{content:""}.isax-2tone-login-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-logout .path1:before{content:""}.isax-2tone-logout .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-logout-1 .path1:before{content:""}.isax-2tone-logout-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-lovely .path1:before{content:""}.isax-2tone-lovely .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ltc .path1:before{content:""}.isax-2tone-ltc .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-magicpen .path1:before{content:""}.isax-2tone-magicpen .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-magic-star .path1:before{content:""}.isax-2tone-magic-star .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-main-component .path1:before{content:""}.isax-2tone-main-component .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-man .path1:before{content:""}.isax-2tone-man .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-map .path1:before{content:""}.isax-2tone-map .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-map-1 .path1:before{content:""}.isax-2tone-map-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mask .path1:before{content:""}.isax-2tone-mask .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mask-1 .path1:before{content:""}.isax-2tone-mask-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mask-2 .path1:before{content:""}.isax-2tone-mask-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-math .path1:before{content:""}.isax-2tone-math .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-matic .path1:before{content:""}.isax-2tone-matic .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-maximize .path1:before{content:""}.isax-2tone-maximize .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-maximize-1 .path1:before{content:""}.isax-2tone-maximize-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-maximize-2 .path1:before{content:""}.isax-2tone-maximize-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-maximize-3 .path1:before{content:""}.isax-2tone-maximize-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-maximize-4 .path1:before{content:""}.isax-2tone-maximize-4 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-maximize-5 .path1:before{content:""}.isax-2tone-maximize-5 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-maximize-circle .path1:before{content:""}.isax-2tone-maximize-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-medal .path1:before{content:""}.isax-2tone-medal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-medal-star .path1:before{content:""}.isax-2tone-medal-star .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-menu .path1:before{content:""}.isax-2tone-menu .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-menu-1 .path1:before{content:""}.isax-2tone-menu-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-menu-board .path1:before{content:""}.isax-2tone-menu-board .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message .path1:before{content:""}.isax-2tone-message .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-2 .path1:before{content:""}.isax-2tone-message-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-add .path1:before{content:""}.isax-2tone-message-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-add-1 .path1:before{content:""}.isax-2tone-message-add-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-circle .path1:before{content:""}.isax-2tone-message-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-edit .path1:before{content:""}.isax-2tone-message-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-favorite .path1:before{content:""}.isax-2tone-message-favorite .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-minus .path1:before{content:""}.isax-2tone-message-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-notify .path1:before{content:""}.isax-2tone-message-notify .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-programming .path1:before{content:""}.isax-2tone-message-programming .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-question .path1:before{content:""}.isax-2tone-message-question .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-remove .path1:before{content:""}.isax-2tone-message-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-messages .path1:before{content:""}.isax-2tone-messages .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-messages-1 .path1:before{content:""}.isax-2tone-messages-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-messages-2 .path1:before{content:""}.isax-2tone-messages-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-messages-3 .path1:before{content:""}.isax-2tone-messages-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-search .path1:before{content:""}.isax-2tone-message-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-square .path1:before{content:""}.isax-2tone-message-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-text .path1:before{content:""}.isax-2tone-message-text .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-text-1 .path1:before{content:""}.isax-2tone-message-text-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-tick .path1:before{content:""}.isax-2tone-message-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-message-time .path1:before{content:""}.isax-2tone-message-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-messenger .path1:before{content:""}.isax-2tone-messenger .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-microphone .path1:before{content:""}.isax-2tone-microphone .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-microphone-2 .path1:before{content:""}.isax-2tone-microphone-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-microphone-slash .path1:before{content:""}.isax-2tone-microphone-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-microphone-slash-1 .path1:before{content:""}.isax-2tone-microphone-slash-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-microscope .path1:before{content:""}.isax-2tone-microscope .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-milk .path1:before{content:""}.isax-2tone-milk .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mini-music-sqaure .path1:before{content:""}.isax-2tone-mini-music-sqaure .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-minus:before{content:""}.isax-2tone-minus-cirlce .path1:before{content:""}.isax-2tone-minus-cirlce .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-minus-square .path1:before{content:""}.isax-2tone-minus-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mirror .path1:before{content:""}.isax-2tone-mirror .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mirroring-screen .path1:before{content:""}.isax-2tone-mirroring-screen .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mkr .path1:before{content:""}.isax-2tone-mkr .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mobile .path1:before{content:""}.isax-2tone-mobile .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mobile-programming .path1:before{content:""}.isax-2tone-mobile-programming .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money .path1:before{content:""}.isax-2tone-money .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-2 .path1:before{content:""}.isax-2tone-money-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-3 .path1:before{content:""}.isax-2tone-money-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-4 .path1:before{content:""}.isax-2tone-money-4 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-add .path1:before{content:""}.isax-2tone-money-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-change .path1:before{content:""}.isax-2tone-money-change .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-forbidden .path1:before{content:""}.isax-2tone-money-forbidden .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-recive .path1:before{content:""}.isax-2tone-money-recive .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-remove .path1:before{content:""}.isax-2tone-money-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-moneys .path1:before{content:""}.isax-2tone-moneys .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-send .path1:before{content:""}.isax-2tone-money-send .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-tick .path1:before{content:""}.isax-2tone-money-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-money-time .path1:before{content:""}.isax-2tone-money-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-monitor .path1:before{content:""}.isax-2tone-monitor .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-monitor-mobbile .path1:before{content:""}.isax-2tone-monitor-mobbile .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-monitor-recorder .path1:before{content:""}.isax-2tone-monitor-recorder .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-moon:before{content:""}.isax-2tone-more .path1:before{content:""}.isax-2tone-more .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-more-2 .path1:before{content:""}.isax-2tone-more-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-more-circle .path1:before{content:""}.isax-2tone-more-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-more-square .path1:before{content:""}.isax-2tone-more-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mouse .path1:before{content:""}.isax-2tone-mouse .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mouse-1 .path1:before{content:""}.isax-2tone-mouse-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mouse-circle .path1:before{content:""}.isax-2tone-mouse-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-mouse-square .path1:before{content:""}.isax-2tone-mouse-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music .path1:before{content:""}.isax-2tone-music .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music-circle .path1:before{content:""}.isax-2tone-music-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music-dashboard .path1:before{content:""}.isax-2tone-music-dashboard .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music-filter .path1:before{content:""}.isax-2tone-music-filter .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music-library-2 .path1:before{content:""}.isax-2tone-music-library-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-musicnote .path1:before{content:""}.isax-2tone-musicnote .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music-play .path1:before{content:""}.isax-2tone-music-play .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music-playlist .path1:before{content:""}.isax-2tone-music-playlist .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music-square .path1:before{content:""}.isax-2tone-music-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music-square-add .path1:before{content:""}.isax-2tone-music-square-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music-square-remove .path1:before{content:""}.isax-2tone-music-square-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-music-square-search .path1:before{content:""}.isax-2tone-music-square-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-nas .path1:before{content:""}.isax-2tone-nas .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-nct .path1:before{content:""}.isax-2tone-nct .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-nexo .path1:before{content:""}.isax-2tone-nexo .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-next .path1:before{content:""}.isax-2tone-next .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-niox .path1:before{content:""}.isax-2tone-niox .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-note .path1:before{content:""}.isax-2tone-note .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-note-1 .path1:before{content:""}.isax-2tone-note-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-note-2 .path1:before{content:""}.isax-2tone-note-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-note-3 .path1:before{content:""}.isax-2tone-note-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-note-add .path1:before{content:""}.isax-2tone-note-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-note-favorite .path1:before{content:""}.isax-2tone-note-favorite .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-note-remove .path1:before{content:""}.isax-2tone-note-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-note-square .path1:before{content:""}.isax-2tone-note-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-note-text .path1:before{content:""}.isax-2tone-note-text .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-notification .path1:before{content:""}.isax-2tone-notification .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-notification-1 .path1:before{content:""}.isax-2tone-notification-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-notification-bing .path1:before{content:""}.isax-2tone-notification-bing .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-notification-circle .path1:before{content:""}.isax-2tone-notification-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-notification-favorite .path1:before{content:""}.isax-2tone-notification-favorite .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-notification-status .path1:before{content:""}.isax-2tone-notification-status .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ocean .path1:before{content:""}.isax-2tone-ocean .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-okb .path1:before{content:""}.isax-2tone-okb .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-omega-circle .path1:before{content:""}.isax-2tone-omega-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-omega-square .path1:before{content:""}.isax-2tone-omega-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-one .path1:before{content:""}.isax-2tone-one .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ont .path1:before{content:""}.isax-2tone-ont .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-paintbucket .path1:before{content:""}.isax-2tone-paintbucket .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-paperclip:before{content:""}.isax-2tone-paperclip-2:before{content:""}.isax-2tone-password-check .path1:before{content:""}.isax-2tone-password-check .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-path .path1:before{content:""}.isax-2tone-path .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-path-2 .path1:before{content:""}.isax-2tone-path-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-path-square .path1:before{content:""}.isax-2tone-path-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-pause .path1:before{content:""}.isax-2tone-pause .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-pause-circle .path1:before{content:""}.isax-2tone-pause-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-pay .path1:before{content:""}.isax-2tone-pay .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-paypal .path1:before{content:""}.isax-2tone-paypal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-pen-add .path1:before{content:""}.isax-2tone-pen-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-pen-close .path1:before{content:""}.isax-2tone-pen-close .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-pen-remove .path1:before{content:""}.isax-2tone-pen-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-pen-tool .path1:before{content:""}.isax-2tone-pen-tool .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-pen-tool-2 .path1:before{content:""}.isax-2tone-pen-tool-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-people .path1:before{content:""}.isax-2tone-people .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-percentage-circle .path1:before{content:""}.isax-2tone-percentage-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-percentage-square .path1:before{content:""}.isax-2tone-percentage-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-personalcard .path1:before{content:""}.isax-2tone-personalcard .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-pet .path1:before{content:""}.isax-2tone-pet .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-pharagraphspacing .path1:before{content:""}.isax-2tone-pharagraphspacing .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-photoshop .path1:before{content:""}.isax-2tone-photoshop .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-picture-frame .path1:before{content:""}.isax-2tone-picture-frame .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-play:before{content:""}.isax-2tone-play-add .path1:before{content:""}.isax-2tone-play-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-play-circle .path1:before{content:""}.isax-2tone-play-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-play-cricle .path1:before{content:""}.isax-2tone-play-cricle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-play-remove .path1:before{content:""}.isax-2tone-play-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-presention-chart .path1:before{content:""}.isax-2tone-presention-chart .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-previous .path1:before{content:""}.isax-2tone-previous .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-printer .path1:before{content:""}.isax-2tone-printer .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-printer-slash .path1:before{content:""}.isax-2tone-printer-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-profile .path1:before{content:""}.isax-2tone-profile .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-profile-2user .path1:before{content:""}.isax-2tone-profile-2user .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-profile-add .path1:before{content:""}.isax-2tone-profile-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-profile-circle .path1:before{content:""}.isax-2tone-profile-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-profile-delete .path1:before{content:""}.isax-2tone-profile-delete .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-profile-remove .path1:before{content:""}.isax-2tone-profile-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-profile-tick .path1:before{content:""}.isax-2tone-profile-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-programming-arrow .path1:before{content:""}.isax-2tone-programming-arrow .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-programming-arrows .path1:before{content:""}.isax-2tone-programming-arrows .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-python .path1:before{content:""}.isax-2tone-python .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-qnt .path1:before{content:""}.isax-2tone-qnt .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-quote-down .path1:before{content:""}.isax-2tone-quote-down .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-quote-down-circle .path1:before{content:""}.isax-2tone-quote-down-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-quote-down-square .path1:before{content:""}.isax-2tone-quote-down-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-quote-up .path1:before{content:""}.isax-2tone-quote-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-quote-up-circle .path1:before{content:""}.isax-2tone-quote-up-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-quote-up-square .path1:before{content:""}.isax-2tone-quote-up-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-radar:before{content:""}.isax-2tone-radar-1 .path1:before{content:""}.isax-2tone-radar-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-radar-2 .path1:before{content:""}.isax-2tone-radar-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-radio .path1:before{content:""}.isax-2tone-radio .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ram .path1:before{content:""}.isax-2tone-ram .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ram-2 .path1:before{content:""}.isax-2tone-ram-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ranking .path1:before{content:""}.isax-2tone-ranking .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ranking-1 .path1:before{content:""}.isax-2tone-ranking-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt .path1:before{content:""}.isax-2tone-receipt .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-1 .path1:before{content:""}.isax-2tone-receipt-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-2 .path1:before{content:""}.isax-2tone-receipt-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-3 .path1:before{content:""}.isax-2tone-receipt-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-add .path1:before{content:""}.isax-2tone-receipt-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-discount .path1:before{content:""}.isax-2tone-receipt-discount .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-discount-1 .path1:before{content:""}.isax-2tone-receipt-discount-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-edit .path1:before{content:""}.isax-2tone-receipt-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-item .path1:before{content:""}.isax-2tone-receipt-item .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-minus .path1:before{content:""}.isax-2tone-receipt-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-search .path1:before{content:""}.isax-2tone-receipt-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-square .path1:before{content:""}.isax-2tone-receipt-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receipt-text .path1:before{content:""}.isax-2tone-receipt-text .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-received .path1:before{content:""}.isax-2tone-received .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receive-square .path1:before{content:""}.isax-2tone-receive-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-receive-square-2 .path1:before{content:""}.isax-2tone-receive-square-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-record:before{content:""}.isax-2tone-record-circle .path1:before{content:""}.isax-2tone-record-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-recovery-convert .path1:before{content:""}.isax-2tone-recovery-convert .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-redo .path1:before{content:""}.isax-2tone-redo .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-refresh .path1:before{content:""}.isax-2tone-refresh .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-refresh-2 .path1:before{content:""}.isax-2tone-refresh-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-refresh-circle .path1:before{content:""}.isax-2tone-refresh-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-refresh-left-square .path1:before{content:""}.isax-2tone-refresh-left-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-refresh-right-square .path1:before{content:""}.isax-2tone-refresh-right-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-refresh-square-2 .path1:before{content:""}.isax-2tone-refresh-square-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-rep .path1:before{content:""}.isax-2tone-rep .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-repeat .path1:before{content:""}.isax-2tone-repeat .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-repeat-circle .path1:before{content:""}.isax-2tone-repeat-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-repeate-music .path1:before{content:""}.isax-2tone-repeate-music .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-repeate-one .path1:before{content:""}.isax-2tone-repeate-one .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-reserve .path1:before{content:""}.isax-2tone-reserve .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-rotate-3d .path1:before{content:""}.isax-2tone-rotate-3d .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-rotate-left .path1:before{content:""}.isax-2tone-rotate-left .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-rotate-left-1 .path1:before{content:""}.isax-2tone-rotate-left-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-rotate-right .path1:before{content:""}.isax-2tone-rotate-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-rotate-right-1 .path1:before{content:""}.isax-2tone-rotate-right-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-route-square .path1:before{content:""}.isax-2tone-route-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-routing .path1:before{content:""}.isax-2tone-routing .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-routing-2 .path1:before{content:""}.isax-2tone-routing-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-row-horizontal .path1:before{content:""}.isax-2tone-row-horizontal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-row-vertical .path1:before{content:""}.isax-2tone-row-vertical .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ruler .path1:before{content:""}.isax-2tone-ruler .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ruler-pen .path1:before{content:""}.isax-2tone-ruler-pen .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-rune:before{content:""}.isax-2tone-safe-home .path1:before{content:""}.isax-2tone-safe-home .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sagittarius .path1:before{content:""}.isax-2tone-sagittarius .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-save-2 .path1:before{content:""}.isax-2tone-save-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-save-add .path1:before{content:""}.isax-2tone-save-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-save-minus .path1:before{content:""}.isax-2tone-save-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-save-remove .path1:before{content:""}.isax-2tone-save-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sc .path1:before{content:""}.isax-2tone-sc .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-scan .path1:before{content:""}.isax-2tone-scan .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-scan-barcode .path1:before{content:""}.isax-2tone-scan-barcode .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-scanner .path1:before{content:""}.isax-2tone-scanner .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-scanning .path1:before{content:""}.isax-2tone-scanning .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-scissor .path1:before{content:""}.isax-2tone-scissor .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-scissor-1 .path1:before{content:""}.isax-2tone-scissor-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-screenmirroring .path1:before{content:""}.isax-2tone-screenmirroring .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-scroll .path1:before{content:""}.isax-2tone-scroll .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-search-favorite .path1:before{content:""}.isax-2tone-search-favorite .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-search-favorite-1 .path1:before{content:""}.isax-2tone-search-favorite-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-search-normal .path1:before{content:""}.isax-2tone-search-normal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-search-normal-1 .path1:before{content:""}.isax-2tone-search-normal-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-search-status .path1:before{content:""}.isax-2tone-search-status .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-search-status-1 .path1:before{content:""}.isax-2tone-search-status-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-search-zoom-in .path1:before{content:""}.isax-2tone-search-zoom-in .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-search-zoom-in-1 .path1:before{content:""}.isax-2tone-search-zoom-in-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-search-zoom-out .path1:before{content:""}.isax-2tone-search-zoom-out .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-search-zoom-out-1 .path1:before{content:""}.isax-2tone-search-zoom-out-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-security .path1:before{content:""}.isax-2tone-security .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-security-card .path1:before{content:""}.isax-2tone-security-card .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-security-safe .path1:before{content:""}.isax-2tone-security-safe .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-security-time .path1:before{content:""}.isax-2tone-security-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-security-user .path1:before{content:""}.isax-2tone-security-user .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-send .path1:before{content:""}.isax-2tone-send .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-send-1 .path1:before{content:""}.isax-2tone-send-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-send-2 .path1:before{content:""}.isax-2tone-send-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-send-sqaure-2 .path1:before{content:""}.isax-2tone-send-sqaure-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-send-square .path1:before{content:""}.isax-2tone-send-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-setting .path1:before{content:""}.isax-2tone-setting .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-setting-1 .path1:before{content:""}.isax-2tone-setting-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-setting-2 .path1:before{content:""}.isax-2tone-setting-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-setting-3 .path1:before{content:""}.isax-2tone-setting-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-setting-4 .path1:before{content:""}.isax-2tone-setting-4 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-setting-5 .path1:before{content:""}.isax-2tone-setting-5 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shapes .path1:before{content:""}.isax-2tone-shapes .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shapes-1 .path1:before{content:""}.isax-2tone-shapes-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-share .path1:before{content:""}.isax-2tone-share .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shield:before{content:""}.isax-2tone-shield-cross .path1:before{content:""}.isax-2tone-shield-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shield-search .path1:before{content:""}.isax-2tone-shield-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shield-security .path1:before{content:""}.isax-2tone-shield-security .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shield-slash .path1:before{content:""}.isax-2tone-shield-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shield-tick .path1:before{content:""}.isax-2tone-shield-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ship .path1:before{content:""}.isax-2tone-ship .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shop .path1:before{content:""}.isax-2tone-shop .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shop-add .path1:before{content:""}.isax-2tone-shop-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shopping-bag .path1:before{content:""}.isax-2tone-shopping-bag .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shopping-cart .path1:before{content:""}.isax-2tone-shopping-cart .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shop-remove .path1:before{content:""}.isax-2tone-shop-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-shuffle .path1:before{content:""}.isax-2tone-shuffle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sidebar-bottom .path1:before{content:""}.isax-2tone-sidebar-bottom .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sidebar-left .path1:before{content:""}.isax-2tone-sidebar-left .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sidebar-right .path1:before{content:""}.isax-2tone-sidebar-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sidebar-top .path1:before{content:""}.isax-2tone-sidebar-top .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-signpost .path1:before{content:""}.isax-2tone-signpost .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-simcard .path1:before{content:""}.isax-2tone-simcard .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-simcard-1 .path1:before{content:""}.isax-2tone-simcard-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-simcard-2 .path1:before{content:""}.isax-2tone-simcard-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-size .path1:before{content:""}.isax-2tone-size .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-slack .path1:before{content:""}.isax-2tone-slack .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-slash .path1:before{content:""}.isax-2tone-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-slider .path1:before{content:""}.isax-2tone-slider .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-slider-horizontal .path1:before{content:""}.isax-2tone-slider-horizontal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-slider-horizontal-1 .path1:before{content:""}.isax-2tone-slider-horizontal-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-slider-vertical .path1:before{content:""}.isax-2tone-slider-vertical .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-slider-vertical-1 .path1:before{content:""}.isax-2tone-slider-vertical-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-smallcaps .path1:before{content:""}.isax-2tone-smallcaps .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-smart-car .path1:before{content:""}.isax-2tone-smart-car .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-smart-home .path1:before{content:""}.isax-2tone-smart-home .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-smileys .path1:before{content:""}.isax-2tone-smileys .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sms .path1:before{content:""}.isax-2tone-sms .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sms-edit .path1:before{content:""}.isax-2tone-sms-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sms-notification .path1:before{content:""}.isax-2tone-sms-notification .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sms-search .path1:before{content:""}.isax-2tone-sms-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sms-star .path1:before{content:""}.isax-2tone-sms-star .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sms-tracking .path1:before{content:""}.isax-2tone-sms-tracking .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-snapchat .path1:before{content:""}.isax-2tone-snapchat .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sol .path1:before{content:""}.isax-2tone-sol .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sort .path1:before{content:""}.isax-2tone-sort .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sound .path1:before{content:""}.isax-2tone-sound .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-speaker .path1:before{content:""}.isax-2tone-speaker .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-speedometer .path1:before{content:""}.isax-2tone-speedometer .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-spotify .path1:before{content:""}.isax-2tone-spotify .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-square-3d .path1:before{content:""}.isax-2tone-square-3d .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-squares .path1:before{content:""}.isax-2tone-squares .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-star .path1:before{content:""}.isax-2tone-star .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-star-1:before{content:""}.isax-2tone-star-slash .path1:before{content:""}.isax-2tone-star-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-status .path1:before{content:""}.isax-2tone-status .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-status-up .path1:before{content:""}.isax-2tone-status-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sticker .path1:before{content:""}.isax-2tone-sticker .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-stickynote .path1:before{content:""}.isax-2tone-stickynote .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-stop:before{content:""}.isax-2tone-stop-circle .path1:before{content:""}.isax-2tone-stop-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-story .path1:before{content:""}.isax-2tone-story .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-strongbox .path1:before{content:""}.isax-2tone-strongbox .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-strongbox-2 .path1:before{content:""}.isax-2tone-strongbox-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-stx .path1:before{content:""}.isax-2tone-stx .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-subtitle .path1:before{content:""}.isax-2tone-subtitle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sun .path1:before{content:""}.isax-2tone-sun .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sun-1 .path1:before{content:""}.isax-2tone-sun-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-sun-fog .path1:before{content:""}.isax-2tone-sun-fog .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-support .path1:before{content:""}.isax-2tone-support .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-tag .path1:before{content:""}.isax-2tone-tag .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-tag-2 .path1:before{content:""}.isax-2tone-tag-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-tag-cross .path1:before{content:""}.isax-2tone-tag-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-tag-right:before{content:""}.isax-2tone-tag-user .path1:before{content:""}.isax-2tone-tag-user .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-task .path1:before{content:""}.isax-2tone-task .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-task-square .path1:before{content:""}.isax-2tone-task-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-teacher .path1:before{content:""}.isax-2tone-teacher .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-text .path1:before{content:""}.isax-2tone-text .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-textalign-center .path1:before{content:""}.isax-2tone-textalign-center .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-textalign-justifycenter .path1:before{content:""}.isax-2tone-textalign-justifycenter .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-textalign-justifyleft .path1:before{content:""}.isax-2tone-textalign-justifyleft .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-textalign-justifyright .path1:before{content:""}.isax-2tone-textalign-justifyright .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-textalign-left .path1:before{content:""}.isax-2tone-textalign-left .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-textalign-right .path1:before{content:""}.isax-2tone-textalign-right .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-text-block .path1:before{content:""}.isax-2tone-text-block .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-text-bold .path1:before{content:""}.isax-2tone-text-bold .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-text-italic .path1:before{content:""}.isax-2tone-text-italic .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-text-underline .path1:before{content:""}.isax-2tone-text-underline .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-theta .path1:before{content:""}.isax-2tone-theta .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-tick-circle .path1:before{content:""}.isax-2tone-tick-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ticket .path1:before{content:""}.isax-2tone-ticket .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ticket-2 .path1:before{content:""}.isax-2tone-ticket-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ticket-discount .path1:before{content:""}.isax-2tone-ticket-discount .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ticket-expired .path1:before{content:""}.isax-2tone-ticket-expired .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ticket-star .path1:before{content:""}.isax-2tone-ticket-star .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-tick-square .path1:before{content:""}.isax-2tone-tick-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-timer:before{content:""}.isax-2tone-timer-1 .path1:before{content:""}.isax-2tone-timer-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-timer-pause .path1:before{content:""}.isax-2tone-timer-pause .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-timer-start .path1:before{content:""}.isax-2tone-timer-start .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-toggle-off .path1:before{content:""}.isax-2tone-toggle-off .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-toggle-off-circle .path1:before{content:""}.isax-2tone-toggle-off-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-toggle-on .path1:before{content:""}.isax-2tone-toggle-on .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-toggle-on-circle .path1:before{content:""}.isax-2tone-toggle-on-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-trade .path1:before{content:""}.isax-2tone-trade .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-transaction-minus .path1:before{content:""}.isax-2tone-transaction-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-translate .path1:before{content:""}.isax-2tone-translate .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-trash .path1:before{content:""}.isax-2tone-trash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-tree .path1:before{content:""}.isax-2tone-tree .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-trello .path1:before{content:""}.isax-2tone-trello .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-trend-down .path1:before{content:""}.isax-2tone-trend-down .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-trend-up .path1:before{content:""}.isax-2tone-trend-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-triangle .path1:before{content:""}.isax-2tone-triangle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-triangle-1 .path1:before{content:""}.isax-2tone-triangle-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-truck .path1:before{content:""}.isax-2tone-truck .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-truck-fast .path1:before{content:""}.isax-2tone-truck-fast .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-truck-remove .path1:before{content:""}.isax-2tone-truck-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-truck-tick .path1:before{content:""}.isax-2tone-truck-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-truck-time .path1:before{content:""}.isax-2tone-truck-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-trush-square .path1:before{content:""}.isax-2tone-trush-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-trx .path1:before{content:""}.isax-2tone-trx .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-twitch .path1:before{content:""}.isax-2tone-twitch .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-ui8 .path1:before{content:""}.isax-2tone-ui8 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-undo .path1:before{content:""}.isax-2tone-undo .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-unlimited:before{content:""}.isax-2tone-unlock .path1:before{content:""}.isax-2tone-unlock .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-usdc .path1:before{content:""}.isax-2tone-usdc .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-usdt .path1:before{content:""}.isax-2tone-usdt .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user .path1:before{content:""}.isax-2tone-user .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user-add .path1:before{content:""}.isax-2tone-user-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user-cirlce-add .path1:before{content:""}.isax-2tone-user-cirlce-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user-edit .path1:before{content:""}.isax-2tone-user-edit .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user-minus .path1:before{content:""}.isax-2tone-user-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user-octagon .path1:before{content:""}.isax-2tone-user-octagon .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user-remove .path1:before{content:""}.isax-2tone-user-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user-search .path1:before{content:""}.isax-2tone-user-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user-square .path1:before{content:""}.isax-2tone-user-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user-tag .path1:before{content:""}.isax-2tone-user-tag .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-user-tick .path1:before{content:""}.isax-2tone-user-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-verify .path1:before{content:""}.isax-2tone-verify .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-vibe .path1:before{content:""}.isax-2tone-vibe .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video .path1:before{content:""}.isax-2tone-video .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-add .path1:before{content:""}.isax-2tone-video-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-circle .path1:before{content:""}.isax-2tone-video-circle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-horizontal .path1:before{content:""}.isax-2tone-video-horizontal .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-octagon .path1:before{content:""}.isax-2tone-video-octagon .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-play .path1:before{content:""}.isax-2tone-video-play .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-remove .path1:before{content:""}.isax-2tone-video-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-slash .path1:before{content:""}.isax-2tone-video-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-square .path1:before{content:""}.isax-2tone-video-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-tick .path1:before{content:""}.isax-2tone-video-tick .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-time .path1:before{content:""}.isax-2tone-video-time .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-video-vertical .path1:before{content:""}.isax-2tone-video-vertical .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-vlx .path1:before{content:""}.isax-2tone-vlx .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-voice-cricle .path1:before{content:""}.isax-2tone-voice-cricle .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-voice-square .path1:before{content:""}.isax-2tone-voice-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-volume-cross .path1:before{content:""}.isax-2tone-volume-cross .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-volume-high .path1:before{content:""}.isax-2tone-volume-high .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-volume-low .path1:before{content:""}.isax-2tone-volume-low .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-volume-low-1 .path1:before{content:""}.isax-2tone-volume-low-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-volume-mute:before{content:""}.isax-2tone-volume-slash .path1:before{content:""}.isax-2tone-volume-slash .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-volume-up .path1:before{content:""}.isax-2tone-volume-up .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-vuesax .path1:before{content:""}.isax-2tone-vuesax .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet .path1:before{content:""}.isax-2tone-wallet .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet-1 .path1:before{content:""}.isax-2tone-wallet-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet-2 .path1:before{content:""}.isax-2tone-wallet-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet-3 .path1:before{content:""}.isax-2tone-wallet-3 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet-add .path1:before{content:""}.isax-2tone-wallet-add .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet-add-1 .path1:before{content:""}.isax-2tone-wallet-add-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet-check .path1:before{content:""}.isax-2tone-wallet-check .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet-minus .path1:before{content:""}.isax-2tone-wallet-minus .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet-money .path1:before{content:""}.isax-2tone-wallet-money .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet-remove .path1:before{content:""}.isax-2tone-wallet-remove .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wallet-search .path1:before{content:""}.isax-2tone-wallet-search .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wan .path1:before{content:""}.isax-2tone-wan .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wan-1 .path1:before{content:""}.isax-2tone-wan-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-warning-2 .path1:before{content:""}.isax-2tone-warning-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-watch .path1:before{content:""}.isax-2tone-watch .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-watch-status .path1:before{content:""}.isax-2tone-watch-status .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-weight .path1:before{content:""}.isax-2tone-weight .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-weight-1 .path1:before{content:""}.isax-2tone-weight-1 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-whatsapp .path1:before{content:""}.isax-2tone-whatsapp .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wifi .path1:before{content:""}.isax-2tone-wifi .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wifi-square .path1:before{content:""}.isax-2tone-wifi-square .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wind .path1:before{content:""}.isax-2tone-wind .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wind-2 .path1:before{content:""}.isax-2tone-wind-2 .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-windows .path1:before{content:""}.isax-2tone-windows .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-wing .path1:before{content:""}.isax-2tone-wing .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-woman .path1:before{content:""}.isax-2tone-woman .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-xd .path1:before{content:""}.isax-2tone-xd .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-xem .path1:before{content:""}.isax-2tone-xem .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-xiaomi .path1:before{content:""}.isax-2tone-xiaomi .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-xlm .path1:before{content:""}.isax-2tone-xlm .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-xmr .path1:before{content:""}.isax-2tone-xmr .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-xrp .path1:before{content:""}.isax-2tone-xrp .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-youtube .path1:before{content:""}.isax-2tone-youtube .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-zel .path1:before{content:""}.isax-2tone-zel .path2:before{content:"";margin-left:-1em;opacity:.4}.isax-2tone-zoom .path1:before{content:""}.isax-2tone-zoom .path2:before{content:"";margin-left:-1em;opacity:.4}[class^=isax-],[class*=" isax-"]{speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@layer tailwind-components{.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:#fff0}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:#0000}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:#0000}.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, .1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, .2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px #00000026;border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translate(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translate(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}}@layer tailwind-base{*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(63 131 248 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(63 131 248 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#1C64F2;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#1c64f2}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.tooltip-arrow,.tooltip-arrow:before{position:absolute;width:8px;height:8px;background:inherit}.tooltip-arrow{visibility:hidden}.tooltip-arrow:before{content:"";visibility:visible;transform:rotate(45deg)}[data-tooltip-style^=light]+.tooltip>.tooltip-arrow:before{border-style:solid;border-color:#e5e7eb}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=top]>.tooltip-arrow:before{border-bottom-width:1px;border-right-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=right]>.tooltip-arrow:before{border-bottom-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=bottom]>.tooltip-arrow:before{border-top-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=left]>.tooltip-arrow:before{border-top-width:1px;border-right-width:1px}.tooltip[data-popper-placement^=top]>.tooltip-arrow{bottom:-4px}.tooltip[data-popper-placement^=bottom]>.tooltip-arrow{top:-4px}.tooltip[data-popper-placement^=left]>.tooltip-arrow{right:-4px}.tooltip[data-popper-placement^=right]>.tooltip-arrow{left:-4px}.tooltip.invisible>.tooltip-arrow:before{visibility:hidden}[data-popper-arrow],[data-popper-arrow]:before{position:absolute;width:8px;height:8px;background:inherit}[data-popper-arrow]{visibility:hidden}[data-popper-arrow]:before{content:"";visibility:visible;transform:rotate(45deg)}[data-popper-arrow]:after{content:"";visibility:visible;transform:rotate(45deg);position:absolute;width:9px;height:9px;background:inherit}[role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#4b5563}[role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#4b5563}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]{bottom:-5px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]{top:-5px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]{right:-5px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]{left:-5px}[role=tooltip].invisible>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].invisible>[data-popper-arrow]:after{visibility:hidden}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#1C64F2;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#1c64f2}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}input[type=time]::-webkit-calendar-picker-indicator{background:none}select:not([size]){background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:.75em .75em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}:is([dir=rtl]) select:not([size]){background-position:left .75rem center;padding-right:.75rem;padding-left:0}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#1c64f2;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#1C64F2;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked,.dark [type=checkbox]:checked,.dark [type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:.55em .55em;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}.dark [type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");background-color:currentColor;border-color:transparent;background-position:center;background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto inherit}input[type=file]::file-selector-button{color:#fff;background:#1f2937;border:0;font-weight:500;font-size:.875rem;cursor:pointer;padding:.625rem 1rem .625rem 2rem;margin-inline-start:-1rem;margin-inline-end:1rem}input[type=file]::file-selector-button:hover{background:#374151}:is([dir=rtl]) input[type=file]::file-selector-button{padding-right:2rem;padding-left:1rem}.dark input[type=file]::file-selector-button{color:#fff;background:#4b5563}.dark input[type=file]::file-selector-button:hover{background:#6b7280}input[type=range]::-webkit-slider-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-webkit-slider-thumb{background:#9ca3af}.dark input[type=range]:disabled::-webkit-slider-thumb{background:#6b7280}input[type=range]:focus::-webkit-slider-thumb{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1px;--tw-ring-color:rgb(164 202 254 / var(--tw-ring-opacity))}input[type=range]::-moz-range-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-moz-range-thumb{background:#9ca3af}.dark input[type=range]:disabled::-moz-range-thumb{background:#6b7280}input[type=range]::-moz-range-progress{background:#3f83f8}input[type=range]::-ms-fill-lower{background:#3f83f8}.toggle-bg:after{content:"";position:absolute;top:.125rem;left:.125rem;background:#fff;border-color:#d1d5db;border-width:1px;border-radius:9999px;height:1.25rem;width:1.25rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;box-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}input:checked+.toggle-bg:after{transform:translate(100%);border-color:#fff}input:checked+.toggle-bg{background:#1c64f2;border-color:#1c64f2}}@layer tailwind-components{.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1080px){.container{max-width:1080px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1370px){.container{max-width:1370px}}@media (min-width: 1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-charcoal{--tw-prose-body:#262626;--tw-prose-headings:#262626;--tw-prose-lead:#636363;--tw-prose-links:#262626;--tw-prose-bold:#262626;--tw-prose-counters:#636363;--tw-prose-bullets:colors.neutral[300];--tw-prose-hr:colors.neutral[200];--tw-prose-quotes:#262626;--tw-prose-quote-borders:colors.neutral[200];--tw-prose-captions:#636363;--tw-prose-code:#262626;--tw-prose-pre-code:colors.neutral[200];--tw-prose-pre-bg:#262626;--tw-prose-th-borders:colors.neutral[300];--tw-prose-td-borders:colors.neutral[200];--tw-prose-invert-body:colors.neutral[300];--tw-prose-invert-headings:colors.white;--tw-prose-invert-lead:colors.neutral[400];--tw-prose-invert-links:colors.white;--tw-prose-invert-bold:colors.white;--tw-prose-invert-counters:colors.neutral[400];--tw-prose-invert-bullets:#636363;--tw-prose-invert-hr:#262626;--tw-prose-invert-quotes:colors.neutral[100];--tw-prose-invert-quote-borders:#262626;--tw-prose-invert-captions:colors.neutral[400];--tw-prose-invert-code:colors.white;--tw-prose-invert-pre-code:colors.neutral[300];--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#636363;--tw-prose-invert-td-borders:#262626}.format{color:var(--tw-prose-body);max-width:65ch}.format :where(p):not(:where([class~=not-format] *)){margin-top:1.25em;margin-bottom:1.25em}.format :where([class~=lead]):not(:where([class~=not-format] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.format :where(a):not(:where([class~=not-format] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.format :where(strong):not(:where([class~=not-format] *)){color:var(--tw-prose-bold);font-weight:600}.format :where(a strong):not(:where([class~=not-format] *)){color:inherit}.format :where(blockquote strong):not(:where([class~=not-format] *)){color:inherit}.format :where(thead th strong):not(:where([class~=not-format] *)){color:inherit}.format :where(ol):not(:where([class~=not-format] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.format :where(ol[type=A]):not(:where([class~=not-format] *)){list-style-type:upper-alpha}.format :where(ol[type=a]):not(:where([class~=not-format] *)){list-style-type:lower-alpha}.format :where(ol[type=A s]):not(:where([class~=not-format] *)){list-style-type:upper-alpha}.format :where(ol[type=a s]):not(:where([class~=not-format] *)){list-style-type:lower-alpha}.format :where(ol[type=I]):not(:where([class~=not-format] *)){list-style-type:upper-roman}.format :where(ol[type=i]):not(:where([class~=not-format] *)){list-style-type:lower-roman}.format :where(ol[type=I s]):not(:where([class~=not-format] *)){list-style-type:upper-roman}.format :where(ol[type=i s]):not(:where([class~=not-format] *)){list-style-type:lower-roman}.format :where(ol[type="1"]):not(:where([class~=not-format] *)){list-style-type:decimal}.format :where(ul):not(:where([class~=not-format] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.format :where(ol>li):not(:where([class~=not-format] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.format :where(ul>li):not(:where([class~=not-format] *))::marker{color:var(--tw-prose-bullets)}.format :where(dt):not(:where([class~=not-format] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.format :where(hr):not(:where([class~=not-format] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.format :where(blockquote):not(:where([class~=not-format] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.format :where(blockquote p:first-of-type):not(:where([class~=not-format] *)):before{content:open-quote}.format :where(blockquote p:last-of-type):not(:where([class~=not-format] *)):after{content:close-quote}.format :where(h1):not(:where([class~=not-format] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.format :where(h1 strong):not(:where([class~=not-format] *)){font-weight:900;color:inherit}.format :where(h2):not(:where([class~=not-format] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.format :where(h2 strong):not(:where([class~=not-format] *)){font-weight:800;color:inherit}.format :where(h3):not(:where([class~=not-format] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.format :where(h3 strong):not(:where([class~=not-format] *)){font-weight:700;color:inherit}.format :where(h4):not(:where([class~=not-format] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.format :where(h4 strong):not(:where([class~=not-format] *)){font-weight:700;color:inherit}.format :where(img):not(:where([class~=not-format] *)){margin-top:2em;margin-bottom:2em}.format :where(picture):not(:where([class~=not-format] *)){display:block;margin-top:2em;margin-bottom:2em}.format :where(video):not(:where([class~=not-format] *)){margin-top:2em;margin-bottom:2em}.format :where(kbd):not(:where([class~=not-format] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.format :where(code):not(:where([class~=not-format] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.format :where(code):not(:where([class~=not-format] *)):before{content:"`"}.format :where(code):not(:where([class~=not-format] *)):after{content:"`"}.format :where(a code):not(:where([class~=not-format] *)){color:inherit}.format :where(h1 code):not(:where([class~=not-format] *)){color:inherit}.format :where(h2 code):not(:where([class~=not-format] *)){color:inherit;font-size:.875em}.format :where(h3 code):not(:where([class~=not-format] *)){color:inherit;font-size:.9em}.format :where(h4 code):not(:where([class~=not-format] *)){color:inherit}.format :where(blockquote code):not(:where([class~=not-format] *)){color:inherit}.format :where(thead th code):not(:where([class~=not-format] *)){color:inherit}.format :where(pre):not(:where([class~=not-format] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.format :where(pre code):not(:where([class~=not-format] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.format :where(pre code):not(:where([class~=not-format] *)):before{content:none}.format :where(pre code):not(:where([class~=not-format] *)):after{content:none}.format :where(table):not(:where([class~=not-format] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.format :where(thead):not(:where([class~=not-format] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.format :where(thead th):not(:where([class~=not-format] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.format :where(tbody tr):not(:where([class~=not-format] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.format :where(tbody tr:last-child):not(:where([class~=not-format] *)){border-bottom-width:0}.format :where(tbody td):not(:where([class~=not-format] *)){vertical-align:baseline}.format :where(tfoot):not(:where([class~=not-format] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.format :where(tfoot td):not(:where([class~=not-format] *)){vertical-align:top}.format :where(th,td):not(:where([class~=not-format] *)){text-align:start}.format :where(figure>*):not(:where([class~=not-format] *)){margin-top:0;margin-bottom:0}.format :where(figcaption):not(:where([class~=not-format] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.format{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.format :where(picture>img):not(:where([class~=not-format] *)){margin-top:0;margin-bottom:0}.format :where(li):not(:where([class~=not-format] *)){margin-top:.5em;margin-bottom:.5em}.format :where(ol>li):not(:where([class~=not-format] *)){padding-inline-start:.375em}.format :where(ul>li):not(:where([class~=not-format] *)){padding-inline-start:.375em}.format :where(.format>ul>li p):not(:where([class~=not-format] *)){margin-top:.75em;margin-bottom:.75em}.format :where(.format>ul>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.25em}.format :where(.format>ul>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.25em}.format :where(.format>ol>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.25em}.format :where(.format>ol>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.25em}.format :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-format] *)){margin-top:.75em;margin-bottom:.75em}.format :where(dl):not(:where([class~=not-format] *)){margin-top:1.25em;margin-bottom:1.25em}.format :where(dd):not(:where([class~=not-format] *)){margin-top:.5em;padding-inline-start:1.625em}.format :where(hr+*):not(:where([class~=not-format] *)){margin-top:0}.format :where(h2+*):not(:where([class~=not-format] *)){margin-top:0}.format :where(h3+*):not(:where([class~=not-format] *)){margin-top:0}.format :where(h4+*):not(:where([class~=not-format] *)){margin-top:0}.format :where(thead th:first-child):not(:where([class~=not-format] *)){padding-inline-start:0}.format :where(thead th:last-child):not(:where([class~=not-format] *)){padding-inline-end:0}.format :where(tbody td,tfoot td):not(:where([class~=not-format] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.format :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-format] *)){padding-inline-start:0}.format :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-format] *)){padding-inline-end:0}.format :where(figure):not(:where([class~=not-format] *)){margin-top:2em;margin-bottom:2em}.format :where(.format>:first-child):not(:where([class~=not-format] *)){margin-top:0}.format :where(.format>:last-child):not(:where([class~=not-format] *)){margin-bottom:0}.format-sm :where(.format>ul>li p):not(:where([class~=not-format] *)){margin-top:.5714286em;margin-bottom:.5714286em}.format-sm :where(.format>ul>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.1428571em}.format-sm :where(.format>ul>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.1428571em}.format-sm :where(.format>ol>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.1428571em}.format-sm :where(.format>ol>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.1428571em}.format-sm :where(.format>:first-child):not(:where([class~=not-format] *)){margin-top:0}.format-sm :where(.format>:last-child):not(:where([class~=not-format] *)){margin-bottom:0}.format-base :where(.format>ul>li p):not(:where([class~=not-format] *)){margin-top:.75em;margin-bottom:.75em}.format-base :where(.format>ul>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.25em}.format-base :where(.format>ul>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.25em}.format-base :where(.format>ol>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.25em}.format-base :where(.format>ol>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.25em}.format-base :where(.format>:first-child):not(:where([class~=not-format] *)){margin-top:0}.format-base :where(.format>:last-child):not(:where([class~=not-format] *)){margin-bottom:0}.format-lg :where(.format>ul>li p):not(:where([class~=not-format] *)){margin-top:.8888889em;margin-bottom:.8888889em}.format-lg :where(.format>ul>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.3333333em}.format-lg :where(.format>ul>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.3333333em}.format-lg :where(.format>ol>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.3333333em}.format-lg :where(.format>ol>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.3333333em}.format-lg :where(.format>:first-child):not(:where([class~=not-format] *)){margin-top:0}.format-lg :where(.format>:last-child):not(:where([class~=not-format] *)){margin-bottom:0}.format-xl :where(.format>ul>li p):not(:where([class~=not-format] *)){margin-top:.8em;margin-bottom:.8em}.format-xl :where(.format>ul>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.2em}.format-xl :where(.format>ul>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.2em}.format-xl :where(.format>ol>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.2em}.format-xl :where(.format>ol>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.2em}.format-xl :where(.format>:first-child):not(:where([class~=not-format] *)){margin-top:0}.format-xl :where(.format>:last-child):not(:where([class~=not-format] *)){margin-bottom:0}.format-2xl :where(.format>ul>li p):not(:where([class~=not-format] *)){margin-top:.8333333em;margin-bottom:.8333333em}.format-2xl :where(.format>ul>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.3333333em}.format-2xl :where(.format>ul>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.3333333em}.format-2xl :where(.format>ol>li>p:first-child):not(:where([class~=not-format] *)){margin-top:1.3333333em}.format-2xl :where(.format>ol>li>p:last-child):not(:where([class~=not-format] *)){margin-bottom:1.3333333em}.format-2xl :where(.format>:first-child):not(:where([class~=not-format] *)){margin-top:0}.format-2xl :where(.format>:last-child):not(:where([class~=not-format] *)){margin-bottom:0}.btn-primary{border-radius:1rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:#3a579b var(--tw-gradient-from-position);--tw-gradient-to:rgb(58 87 155 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to:#517de4 var(--tw-gradient-to-position);padding:.75rem 1rem;font-size:1.125rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow:0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-primary:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color:rgb(81 125 228 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.75}}@layer tailwind-utilities{.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}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.bottom-\[60px\]{bottom:60px}.left-0{left:0}.left-1\/2{left:50%}.right-0{right:0}.right-5{right:1.25rem}.top-0{top:0}.top-1\/2,.top-2\/4{top:50%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[10002\]{z-index:10002}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-full{grid-column:1 / -1}.\!m-0{margin:0!important}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.\!mx-0{margin-left:0!important;margin-right:0!important}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-px{margin-left:1px;margin-right:1px}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.\!mb-0{margin-bottom:0!important}.\!mb-6{margin-bottom:1.5rem!important}.\!ml-0{margin-left:0!important}.\!ml-2{margin-left:.5rem!important}.\!mt-0{margin-top:0!important}.-ml-px{margin-left:-1px}.-mr-2{margin-right:-.5rem}.-mr-6{margin-right:-1.5rem}.-mt-2{margin-top:-.5rem}.-mt-4{margin-top:-1rem}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-20{margin-right:5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-8{margin-right:2rem}.mr-\[10px\]{margin-right:10px}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[31px\]{margin-top:31px}.box-content{box-sizing:content-box}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-6{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.\!inline-flex{display:inline-flex!important}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.inline-grid{display:inline-grid}.contents{display:contents}.hidden{display:none}.h-0{height:0px}.h-11{height:2.75rem}.h-16{height:4rem}.h-20{height:5rem}.h-28{height:7rem}.h-3{height:.75rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[32\.5rem\]{height:32.5rem}.h-\[35\.5rem\]{height:35.5rem}.h-\[44px\]{height:44px}.h-\[56px\]{height:56px}.h-\[calc\(100\%-2rem\)\]{height:calc(100% - 2rem)}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-min{height:-moz-min-content;height:min-content}.h-px{height:1px}.max-h-32{max-height:8rem}.max-h-52{max-height:13rem}.max-h-\[30vh\]{max-height:30vh}.max-h-\[330px\]{max-height:330px}.max-h-\[60vh\]{max-height:60vh}.max-h-min{max-height:-moz-min-content;max-height:min-content}.max-h-screen{max-height:100vh}.min-h-\[100px\]{min-height:100px}.min-h-\[56px\]{min-height:56px}.min-h-\[76px\]{min-height:76px}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-14{width:3.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[1px\]{width:1px}.w-\[277px\]{width:277px}.w-\[369px\]{width:369px}.w-\[44px\]{width:44px}.w-\[56px\]{width:56px}.w-\[8rem\]{width:8rem}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-32{min-width:8rem}.min-w-40{min-width:10rem}.min-w-48{min-width:12rem}.min-w-52{min-width:13rem}.min-w-72{min-width:18rem}.min-w-\[1\.5rem\]{min-width:1.5rem}.min-w-\[142px\]{min-width:142px}.min-w-\[205px\]{min-width:205px}.min-w-\[640px\]{min-width:640px}.min-w-\[80px\]{min-width:80px}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[227px\]{max-width:227px}.max-w-\[330px\]{max-width:330px}.max-w-\[347px\]{max-width:347px}.max-w-\[584px\]{max-width:584px}.max-w-\[585px\]{max-width:585px}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.basis-1\/2{flex-basis:50%}.basis-1\/3{flex-basis:33.333333%}.basis-2\/3{flex-basis:66.666667%}.basis-full{flex-basis:100%}.table-auto{table-layout:auto}.origin-top-right{transform-origin:top right}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[28\.455deg\]{--tw-rotate:28.455deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-\[\'—\'\]{list-style-type:"—"}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.list-image-none{list-style-image:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.break-inside-avoid-column{-moz-column-break-inside:avoid;break-inside:avoid-column}.grid-flow-row{grid-auto-flow:row}.auto-rows-min{grid-auto-rows:min-content}.\!grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\[1fr_max-content\]{grid-template-columns:1fr max-content}.grid-cols-\[40px_1fr\]{grid-template-columns:40px 1fr}.grid-cols-\[40px_1fr_90px\]{grid-template-columns:40px 1fr 90px}.grid-cols-\[max-content_minmax\(0\,_1fr\)_max-content\]{grid-template-columns:max-content minmax(0,1fr) max-content}.grid-cols-\[min-content_1fr\]{grid-template-columns:min-content 1fr}.grid-cols-\[minmax\(0\,_1fr\)_max-content\]{grid-template-columns:minmax(0,1fr) max-content}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-content-end{place-content:end}.place-content-between{place-content:space-between}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-stretch{justify-content:stretch}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.\!gap-0{gap:0px!important}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.gap-x-\[60px\]{-moz-column-gap:60px;column-gap:60px}.gap-y-1{row-gap:.25rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-8{row-gap:2rem}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.place-self-end{place-self:end}.place-self-center{place-self:center}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-ee-xl{border-end-end-radius:.75rem}.rounded-es-xl{border-end-start-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-8{border-left-width:8px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.\!border-none{border-style:none!important}.border-blue-600{--tw-border-opacity:1;border-color:rgb(28 100 242 / var(--tw-border-opacity, 1))}.border-blue-700{--tw-border-opacity:1;border-color:rgb(26 86 219 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity:1;border-color:rgb(205 219 254 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(141 162 251 / var(--tw-border-opacity, 1))}.border-midnight{--tw-border-opacity:1;border-color:rgb(58 87 155 / var(--tw-border-opacity, 1))}.border-midnight_light{--tw-border-opacity:1;border-color:rgb(81 125 228 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-l-red-500{--tw-border-opacity:1;border-left-color:rgb(240 82 82 / var(--tw-border-opacity, 1))}.\!bg-gray-50{--tw-bg-opacity:1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.\!bg-midnight{--tw-bg-opacity:1 !important;background-color:rgb(58 87 155 / var(--tw-bg-opacity, 1))!important}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(235 245 255 / var(--tw-bg-opacity, 1))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(26 86 219 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-200\/80{background-color:#e5e7ebcc}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-gray-900\/50{background-color:#11182780}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(243 250 247 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(229 237 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(240 245 255 / var(--tw-bg-opacity, 1))}.bg-midnight{--tw-bg-opacity:1;background-color:rgb(58 87 155 / var(--tw-bg-opacity, 1))}.bg-midnight_light{--tw-bg-opacity:1;background-color:rgb(81 125 228 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(255 90 31 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(253 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500\/20{background-color:#f0525233}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-snow{--tw-bg-opacity:1;background-color:rgb(246 249 255 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-viridian{--tw-bg-opacity:1;background-color:rgb(28 164 139 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/50{background-color:#ffffff80}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(253 253 234 / var(--tw-bg-opacity, 1))}.\!bg-opacity-100{--tw-bg-opacity:1 !important}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-midnight{--tw-gradient-from:#3a579b var(--tw-gradient-from-position);--tw-gradient-to:rgb(58 87 155 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.to-midnight_light{--tw-gradient-to:#517de4 var(--tw-gradient-to-position)}.fill-blue-600{fill:#1c64f2}.fill-current{fill:currentColor}.fill-midnight{fill:#3a579b}.fill-red-500{fill:#f05252}.fill-sky-600{fill:#0284c7}.object-contain{-o-object-fit:contain;object-fit:contain}.\!p-0{padding:0!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.\!pt-0{padding-top:0!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-3{padding-bottom:.75rem}.pb-6{padding-bottom:1.5rem}.pl-0{padding-left:0}.pl-1\.5{padding-left:.375rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-1\.5{padding-top:.375rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.indent-0{text-indent:0px}.indent-8{text-indent:2rem}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-raleway{font-family:Raleway;font-feature-settings:"lnum" 1,"pnum" 1}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-2xl\/6{font-size:1.5rem;line-height:1.5rem}.text-2xl\/none{font-size:1.5rem;line-height:1}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[0\.9375rem\]{font-size:.9375rem}.text-\[24px\]{font-size:24px}.text-\[32px\]{font-size:32px}.text-\[50px\]{font-size:50px}.text-base,.text-base\/6{font-size:1rem;line-height:1.5rem}.text-base\/none{font-size:1rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-lg\/5{font-size:1.125rem;line-height:1.25rem}.text-lg\/7{font-size:1.125rem;line-height:1.75rem}.text-lg\/8{font-size:1.125rem;line-height:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-sm\/\[14px\]{font-size:.875rem;line-height:14px}.text-sm\/none{font-size:.875rem;line-height:1}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xl\/5{font-size:1.25rem;line-height:1.25rem}.text-xl\/6{font-size:1.25rem;line-height:1.5rem}.text-xl\/none{font-size:1.25rem;line-height:1}.text-xs{font-size:.75rem;line-height:1rem}.\!font-bold{font-weight:700!important}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.\!lining-nums{--tw-numeric-figure:lining-nums !important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.lining-nums{--tw-numeric-figure:lining-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.\!proportional-nums{--tw-numeric-spacing:proportional-nums !important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-charcoal{--tw-text-opacity:1 !important;color:rgb(38 38 38 / var(--tw-text-opacity, 1))!important}.\!text-gray-500{--tw-text-opacity:1 !important;color:rgb(107 114 128 / var(--tw-text-opacity, 1))!important}.\!text-mustard{--tw-text-opacity:1 !important;color:rgb(163 134 30 / var(--tw-text-opacity, 1))!important}.\!text-raspberry{--tw-text-opacity:1 !important;color:rgb(174 70 92 / var(--tw-text-opacity, 1))!important}.\!text-viridian{--tw-text-opacity:1 !important;color:rgb(28 164 139 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity:1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-ash{--tw-text-opacity:1;color:rgb(99 99 99 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity:1;color:rgb(118 169 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity:1;color:rgb(63 131 248 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 66 159 / var(--tw-text-opacity, 1))}.text-charcoal{--tw-text-opacity:1;color:rgb(38 38 38 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity:1;color:rgb(49 196 141 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity:1;color:rgb(5 122 85 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity:1;color:rgb(3 84 63 / var(--tw-text-opacity, 1))}.text-hibiscus{--tw-text-opacity:1;color:rgb(236 15 81 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(88 80 236 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(81 69 205 / var(--tw-text-opacity, 1))}.text-midnight{--tw-text-opacity:1;color:rgb(58 87 155 / var(--tw-text-opacity, 1))}.text-midnight_light{--tw-text-opacity:1;color:rgb(81 125 228 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity:1;color:rgb(208 56 1 / var(--tw-text-opacity, 1))}.text-raspberry{--tw-text-opacity:1;color:rgb(174 70 92 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity:1;color:rgb(249 128 128 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity:1;color:rgb(240 82 82 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity:1;color:rgb(224 36 36 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity:1;color:rgb(200 30 30 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity:1;color:rgb(155 28 28 / var(--tw-text-opacity, 1))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-sky-900{--tw-text-opacity:1;color:rgb(12 74 110 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-teal-600{--tw-text-opacity:1;color:rgb(4 116 129 / var(--tw-text-opacity, 1))}.text-teal-700{--tw-text-opacity:1;color:rgb(3 102 114 / var(--tw-text-opacity, 1))}.text-viridian{--tw-text-opacity:1;color:rgb(28 164 139 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-300{--tw-text-opacity:1;color:rgb(250 202 21 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(114 59 19 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.decoration-dashed{text-decoration-style:dashed}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(55 65 81 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-700::placeholder{--tw-placeholder-opacity:1;color:rgb(55 65 81 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-60{opacity:.6}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-1{outline-width:1px}.-outline-offset-1{outline-offset:-1px}.\!outline-mustard{outline-color:#a3861e!important}.\!outline-viridian{outline-color:#1ca48b!important}.outline-midnight{outline-color:#3a579b}.\!ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.\!ring-inset{--tw-ring-inset:inset !important}.\!ring-red-500{--tw-ring-opacity:1 !important;--tw-ring-color:rgb(240 82 82 / var(--tw-ring-opacity, 1)) !important}.ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(164 202 254 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-gray-900\/5{--tw-ring-color:rgb(17 24 39 / .05)}.ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgb(180 198 252 / var(--tw-ring-opacity, 1))}.ring-offset-2{--tw-ring-offset-width:2px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}}@font-face{font-family:Raleway;font-style:normal;font-weight:200 900;font-display:swap;src:url(/build/assets/raleway_cyrillic_ext-SEE3ffVV.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Raleway;font-style:normal;font-weight:200 900;font-display:swap;src:url(/build/assets/raleway_cyrillic-BQKbr57L.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Raleway;font-style:normal;font-weight:200 900;font-display:swap;src:url(/build/assets/raleway_latin_ext-Zvxqu6qX.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Raleway;font-style:normal;font-weight:200 900;font-display:swap;src:url(/build/assets/raleway_latin-QfmocS7j.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}select>option{--tw-numeric-figure:lining-nums !important;--tw-numeric-spacing:proportional-nums !important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}[x-cloak]{display:none!important}textarea{max-height:450px}@layer custom{.air-datepicker{--adp-width: 325px;--adp-day-name-color: #3a579b;--adp-day-cell-height: 42px;--adp-accent-color: #517de4;--adp-cell-background-color-selected: #3a579b;--adp-cell-background-color-selected-hover: #517de4}.air-datepicker-body--day-names{font-weight:600}}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:1.6666667}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;padding-inline-start:1.1111111em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;border-radius:.375rem;padding-top:.25em;padding-inline-end:.3333333em;padding-bottom:.25em;padding-inline-start:.3333333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.2em;padding-inline-end:1.6em;padding-bottom:1.2em;padding-inline-start:1.6em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8333333em;margin-bottom:.8333333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.5833333em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.4}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.8em;padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)))>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h1\:prose-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)))>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:1.6666667}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;padding-inline-start:1.1111111em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;border-radius:.375rem;padding-top:.25em;padding-inline-end:.3333333em;padding-bottom:.25em;padding-inline-start:.3333333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.2em;padding-inline-end:1.6em;padding-bottom:1.2em;padding-inline-start:1.6em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8333333em;margin-bottom:.8333333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.5833333em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.4}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.8em;padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)))>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h2\:prose-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)))>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:1.6666667}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;padding-inline-start:1.1111111em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;border-radius:.375rem;padding-top:.25em;padding-inline-end:.3333333em;padding-bottom:.25em;padding-inline-start:.3333333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.2em;padding-inline-end:1.6em;padding-bottom:1.2em;padding-inline-start:1.6em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8333333em;margin-bottom:.8333333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.5833333em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.4}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.8em;padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)))>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h3\:prose-2xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)))>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;line-height:1.8}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1.0666667em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;border-radius:.3125rem;padding-top:.25em;padding-inline-end:.4em;padding-bottom:.25em;padding-inline-start:.4em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8611111em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.1111111em;padding-inline-end:1.3333333em;padding-bottom:1.1111111em;padding-inline-start:1.3333333em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-inline-start:1.6em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-inline-start:1.6em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;padding-inline-start:1.6em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.6666667em;padding-bottom:.8888889em;padding-inline-start:.6666667em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.8888889em;padding-inline-end:.6666667em;padding-bottom:.8888889em;padding-inline-start:.6666667em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)))>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h4\:prose-xl :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)))>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.125rem;line-height:1.7777778}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *)))>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h5\:prose-lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *)))>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.875rem;line-height:1.7142857}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *)))>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *)))>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *)))>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))) :where(.prose-h6\:prose-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *)))>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.\*\:my-6>*{margin-top:1.5rem;margin-bottom:1.5rem}.\*\:border-b>*{border-bottom-width:1px}.\*\:p-3>*{padding:.75rem}.\*\:p-6>*{padding:1.5rem}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:start-\[4px\]:after{content:var(--tw-content);inset-inline-start:4px}.after\:top-0\.5:after{content:var(--tw-content);top:.125rem}.after\:h-6:after{content:var(--tw-content);height:1.5rem}.after\:w-6:after{content:var(--tw-content);width:1.5rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.last\:border-b-0:last-child{border-bottom-width:0px}.\*\:last\:border-b-0:last-child>*{border-bottom-width:0px}.odd\:bg-white:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.even\:bg-gray-50:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.default\:col-span-full:default{grid-column:1 / -1}.default\:row-span-1:default{grid-row:span 1 / span 1}.read-only\:bg-gray-50:-moz-read-only{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.read-only\:bg-gray-50:read-only{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:rounded-b-md:hover{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.hover\:rounded-t-md:hover{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:\!bg-indigo-50:hover{--tw-bg-opacity:1 !important;background-color:rgb(240 245 255 / var(--tw-bg-opacity, 1))!important}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 66 159 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100\/75:hover{background-color:#f3f4f6bf}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-midnight_light:hover{--tw-bg-opacity:1;background-color:rgb(81 125 228 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-700:hover{--tw-bg-opacity:1;background-color:rgb(180 52 3 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:\!text-midnight:hover{--tw-text-opacity:1 !important;color:rgb(58 87 155 / var(--tw-text-opacity, 1))!important}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(28 100 242 / var(--tw-text-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgb(35 56 118 / var(--tw-text-opacity, 1))}.hover\:text-charcoal:hover{--tw-text-opacity:1;color:rgb(38 38 38 / var(--tw-text-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-midnight:hover{--tw-text-opacity:1;color:rgb(58 87 155 / var(--tw-text-opacity, 1))}.hover\:text-midnight_light:hover{--tw-text-opacity:1;color:rgb(81 125 228 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(240 82 82 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:placeholder-gray-500:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.hover\:placeholder-gray-500:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.hover\:ring-1:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-sky-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233 / var(--tw-ring-opacity, 1))}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(164 202 254 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.focus\:border-indigo-200:focus{--tw-border-opacity:1;border-color:rgb(205 219 254 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgb(81 69 205 / var(--tw-border-opacity, 1))}.focus\:border-sky-300:focus{--tw-border-opacity:1;border-color:rgb(125 211 252 / var(--tw-border-opacity, 1))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgb(229 237 255 / var(--tw-bg-opacity, 1))}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus\:text-blue-900:focus{--tw-text-opacity:1;color:rgb(35 56 118 / var(--tw-text-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgb(66 56 157 / var(--tw-text-opacity, 1))}.focus\:underline:focus{text-decoration-line:underline}.focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(164 202 254 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(26 86 219 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 250 251 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(205 219 254 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(180 198 252 / var(--tw-ring-opacity, 1))}.focus\:ring-midnight:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(58 87 155 / var(--tw-ring-opacity, 1))}.focus\:ring-midnight_light:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(81 125 228 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 138 76 / var(--tw-ring-opacity, 1))}.focus\:ring-sky-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(186 230 253 / var(--tw-ring-opacity, 1))}.focus\:ring-opacity-50:focus{--tw-ring-opacity:.5}.active\:pointer-events-none:active{pointer-events:none}.active\:pointer-events-auto:active{pointer-events:auto}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity:1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.enabled\:cursor-pointer:enabled{cursor:pointer}.enabled\:bg-midnight:enabled{--tw-bg-opacity:1;background-color:rgb(58 87 155 / var(--tw-bg-opacity, 1))}.enabled\:bg-white:enabled{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.enabled\:bg-gradient-to-r:enabled{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.enabled\:outline-midnight:enabled{outline-color:#3a579b}.enabled\:outline-raspberry:enabled{outline-color:#ae465c}.enabled\:outline-red-600:enabled{outline-color:#e02424}.enabled\:hover\:border-indigo-200:hover:enabled{--tw-border-opacity:1;border-color:rgb(205 219 254 / var(--tw-border-opacity, 1))}.enabled\:hover\:ring-1:hover:enabled{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.enabled\:hover\:ring-sky-500:hover:enabled{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233 / var(--tw-ring-opacity, 1))}.disabled\:bg-ash:disabled{--tw-bg-opacity:1;background-color:rgb(99 99 99 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-50:disabled{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.disabled\:text-ash:disabled{--tw-text-opacity:1;color:rgb(99 99 99 / var(--tw-text-opacity, 1))}.disabled\:opacity-25:disabled{opacity:.25}.disabled\:outline-ash:disabled{outline-color:#636363}.group\/primary:hover .group-hover\/primary\:hidden{display:none}.group:hover .group-hover\:text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.group\/flat:enabled:hover .group-enabled\/flat\:group-hover\/flat\:inline{display:inline}.group\/primary:enabled:hover .group-enabled\/primary\:group-hover\/primary\:inline{display:inline}.group\/flat:enabled:hover .group-enabled\/flat\:group-hover\/flat\:hidden{display:none}.group\/primary:enabled:hover .group-enabled\/primary\:group-hover\/primary\:hidden{display:none}.group\/livewire-upload:last-child .group-\[\:last-child\]\/livewire-upload\:border-0{border-width:0px}.peer:checked~.peer-checked\:bg-viridian{--tw-bg-opacity:1;background-color:rgb(28 164 139 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.aria-selected\:bg-midnight[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(58 87 155 / var(--tw-bg-opacity, 1))}.aria-selected\:text-white[aria-selected=true]{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:aria-selected\:\!text-white[aria-selected=true]:hover{--tw-text-opacity:1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.prose-headings\:leading-tight :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){line-height:1.25}.prose-headings\:text-midnight :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(58 87 155 / var(--tw-text-opacity, 1))}.prose-h1\:text-\[50px\] :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:50px}.prose-h1\:font-extrabold :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:800}.prose-h2\:mt-0 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:0}.prose-h2\:text-\[40px\] :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:40px}.prose-h2\:font-bold :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:700}.prose-h3\:font-bold :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:700}.prose-h4\:font-bold :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:700}.prose-h5\:font-bold :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:700}.prose-h6\:font-semibold :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:600}.prose-a\:text-midnight :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(58 87 155 / var(--tw-text-opacity, 1))}.hover\:prose-a\:text-midnight_light :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{--tw-text-opacity:1;color:rgb(81 125 228 / var(--tw-text-opacity, 1))}.prose-pre\:text-white :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.prose-thead\:bg-snow :is(:where(thead):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-bg-opacity:1;background-color:rgb(246 249 255 / var(--tw-bg-opacity, 1))}.prose-th\:bg-midnight :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-bg-opacity:1;background-color:rgb(58 87 155 / var(--tw-bg-opacity, 1))}.prose-th\:px-2 :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:.5rem;padding-right:.5rem}.prose-th\:pt-4 :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){padding-top:1rem}.prose-th\:text-sm :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.875rem;line-height:1.25rem}.prose-th\:text-white :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.prose-td\:px-2 :is(:where(td):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:.5rem;padding-right:.5rem}.prose-td\:py-3 :is(:where(td):not(:where([class~=not-prose],[class~=not-prose] *))){padding-top:.75rem;padding-bottom:.75rem}.prose-td\:text-sm :is(:where(td):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.875rem;line-height:1.25rem}.dark\:block:is([data-mode=dark] *){display:block}.dark\:hidden:is([data-mode=dark] *){display:none}.dark\:divide-gray-600:is([data-mode=dark] *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(75 85 99 / var(--tw-divide-opacity, 1))}.dark\:border:is([data-mode=dark] *){border-width:1px}.dark\:border-blue-500:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(63 131 248 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-gray-800:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.dark\:border-gray-900:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.dark\:border-indigo-600:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(88 80 236 / var(--tw-border-opacity, 1))}.dark\:border-transparent:is([data-mode=dark] *){border-color:transparent}.dark\:border-l-red-500:is([data-mode=dark] *){--tw-border-opacity:1;border-left-color:rgb(240 82 82 / var(--tw-border-opacity, 1))}.dark\:\!bg-gray-700:is([data-mode=dark] *){--tw-bg-opacity:1 !important;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))!important}.dark\:bg-blue-600:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(28 100 242 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-600:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800\/50:is([data-mode=dark] *){background-color:#1f293780}.dark\:bg-gray-900:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900\/80:is([data-mode=dark] *){background-color:#111827cc}.dark\:bg-gray-950\/95:is([data-mode=dark] *){background-color:#030712f2}.dark\:bg-red-500\/20:is([data-mode=dark] *){background-color:#f0525233}.dark\:text-blue-400:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(118 169 250 / var(--tw-text-opacity, 1))}.dark\:text-blue-500:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(63 131 248 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-200:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-gray-600:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-gray-950:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(3 7 18 / var(--tw-text-opacity, 1))}.dark\:text-white:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:ring-1:is([data-mode=dark] *){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dark\:ring-gray-800:is([data-mode=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(31 41 55 / var(--tw-ring-opacity, 1))}.dark\:hover\:border-gray-600:hover:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-blue-700:hover:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(26 86 219 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-500:hover:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-600:hover:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-700:hover:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800:hover:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800\/75:hover:is([data-mode=dark] *){background-color:#1f2937bf}.dark\:hover\:text-blue-500:hover:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(63 131 248 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-500:hover:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(26 86 219 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(30 66 159 / var(--tw-border-opacity, 1))}.dark\:focus\:border-indigo-700:focus:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(81 69 205 / var(--tw-border-opacity, 1))}.dark\:focus\:border-indigo-800:focus:is([data-mode=dark] *){--tw-border-opacity:1;border-color:rgb(66 56 157 / var(--tw-border-opacity, 1))}.dark\:focus\:text-gray-500:focus:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:focus\:ring-gray-600:focus:is([data-mode=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-gray-700:focus:is([data-mode=dark] *){--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81 / var(--tw-ring-opacity, 1))}.dark\:active\:bg-gray-700:active:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active:is([data-mode=dark] *){--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.peer:checked~.dark\:peer-checked\:bg-viridian:is([data-mode=dark] *){--tw-bg-opacity:1;background-color:rgb(28 164 139 / var(--tw-bg-opacity, 1))}@media (min-width: 640px){.sm\:top-11{top:2.75rem}.sm\:top-\[-20vh\]{top:-20vh}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:col-span-1{grid-column:span 1 / span 1}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:col-span-full{grid-column:1 / -1}.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:mb-0{margin-bottom:0}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:ml-0{margin-left:0}.sm\:ml-3{margin-left:.75rem}.sm\:mt-0{margin-top:0}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-6{margin-top:1.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:contents{display:contents}.sm\:hidden{display:none}.sm\:h-20{height:5rem}.sm\:min-h-\[181px\]{min-height:181px}.sm\:min-h-\[72px\]{min-height:72px}.sm\:w-48{width:12rem}.sm\:w-56{width:14rem}.sm\:w-auto{width:auto}.sm\:min-w-48{min-width:12rem}.sm\:min-w-64{min-width:16rem}.sm\:min-w-max{min-width:-moz-max-content;min-width:max-content}.sm\:max-w-80{max-width:20rem}.sm\:max-w-96{max-width:24rem}.sm\:max-w-\[70vw\]{max-width:70vw}.sm\:max-w-md{max-width:28rem}.sm\:flex-1{flex:1 1 0%}.sm\:flex-auto{flex:1 1 auto}.sm\:flex-initial{flex:0 1 auto}.sm\:flex-none{flex:none}.sm\:basis-1\/3{flex-basis:33.333333%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-\[229px_minmax\(0\,_1fr\)\]{grid-template-columns:229px minmax(0,1fr)}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-normal{justify-content:normal}.sm\:justify-start{justify-content:flex-start}.sm\:\!justify-end{justify-content:flex-end!important}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:gap-6{gap:1.5rem}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:.5rem}.sm\:border-b{border-bottom-width:1px}.sm\:border-b-0{border-bottom-width:0px}.sm\:border-r{border-right-width:1px}.sm\:p-12{padding:3rem}.sm\:p-8{padding:2rem}.sm\:\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 768px){.md\:inset-0{top:0;right:0;bottom:0;left:0}.md\:order-1{order:1}.md\:order-2{order:2}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-full{grid-column:1 / -1}.md\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.md\:-mt-8{margin-top:-2rem}.md\:ml-10{margin-left:2.5rem}.md\:mr-10{margin-right:2.5rem}.md\:mt-\[43px\]{margin-top:43px}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-\[80vh\]{height:80vh}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:min-h-\[calc\(100vh-395px\)\]{min-height:calc(100vh - 395px)}.md\:w-80{width:20rem}.md\:w-\[220px\]{width:220px}.md\:w-\[calc\(50\%-0\.625rem\)\]{width:calc(50% - .625rem)}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:min-w-64{min-width:16rem}.md\:max-w-80{max-width:20rem}.md\:basis-1\/3{flex-basis:33.333333%}.md\:basis-auto{flex-basis:auto}.md\:columns-2{-moz-columns:2;columns:2}.md\:grid-flow-col{grid-auto-flow:column}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-\[max-content_minmax\(0\,_1fr\)_max-content\]{grid-template-columns:max-content minmax(0,1fr) max-content}.md\:grid-rows-\[280px_min-content\]{grid-template-rows:280px min-content}.md\:grid-rows-\[repeat\(2\,_auto\)\]{grid-template-rows:repeat(2,auto)}.md\:grid-rows-\[repeat\(3\,_auto\)\]{grid-template-rows:repeat(3,auto)}.md\:grid-rows-\[repeat\(4\,_auto\)\]{grid-template-rows:repeat(4,auto)}.md\:grid-rows-\[repeat\(5\,_auto\)\]{grid-template-rows:repeat(5,auto)}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:gap-5{gap:1.25rem}.md\:gap-y-3{row-gap:.75rem}.md\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:self-start{align-self:flex-start}.md\:border-l{border-left-width:1px}.md\:border-t-0{border-top-width:0px}.md\:after\:content-\[\'\\00a0Удалить\'\]:after{--tw-content:" Удалить";content:var(--tw-content)}}@media (min-width: 800px){.min-\[800px\]\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:row-span-2{grid-row:span 2 / span 2}.lg\:ml-4{margin-left:1rem}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:min-h-\[104px\]{min-height:104px}.lg\:min-h-max{min-height:-moz-max-content;min-height:max-content}.lg\:w-\[12rem\]{width:12rem}.lg\:w-max{width:-moz-max-content;width:max-content}.lg\:basis-1\/3{flex-basis:33.333333%}.lg\:basis-2\/3{flex-basis:66.666667%}.lg\:basis-\[calc\(50\%_-_12px\)\]{flex-basis:calc(50% - 12px)}.lg\:grid-flow-col{grid-auto-flow:column}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-\[minmax\(min-content\,_0\.5fr\)_minmax\(min-content\,_1\.5fr\)\]{grid-template-columns:minmax(min-content,.5fr) minmax(min-content,1.5fr)}.lg\:grid-rows-\[minmax\(0\,_1\.5fr\)_minmax\(0\,_1fr\)\]{grid-template-rows:minmax(0,1.5fr) minmax(0,1fr)}.lg\:flex-row{flex-direction:row}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:justify-between{justify-content:space-between}.lg\:justify-self-end{justify-self:end}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:\*\:border-b-0>*{border-bottom-width:0px}.default\:lg\:col-span-6:default{grid-column:span 6 / span 6}}@media (min-width: 1080px){.semi-full\:my-0{margin-top:0;margin-bottom:0}.semi-full\:mt-3{margin-top:.75rem}.semi-full\:flex{display:flex}.semi-full\:min-w-\[1078px\]{min-width:1078px}.semi-full\:max-w-\[1078px\]{max-width:1078px}.semi-full\:basis-0{flex-basis:0px}.semi-full\:flex-row{flex-direction:row}.semi-full\:self-end{align-self:flex-end}.semi-full\:rounded-2xl{border-radius:1rem}.semi-full\:shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 1280px){.xl\:min-w-\[142px\]{min-width:142px}}@media (min-width: 1370px){.full\:min-h-\[calc\(100vh-319px\)\]{min-height:calc(100vh - 319px)}.full\:min-w-\[1320px\]{min-width:1320px}.full\:max-w-\[1320px\]{max-width:1320px}.full\:basis-2\/5{flex-basis:40%}.full\:grid-rows-\[minmax\(0\,_2fr\)_minmax\(0\,_1fr\)\]{grid-template-rows:minmax(0,2fr) minmax(0,1fr)}.full\:flex-row{flex-direction:row}}.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.rtl\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}.peer:checked~.rtl\:peer-checked\:after\:-translate-x-full:where([dir=rtl],[dir=rtl] *):after{content:var(--tw-content);--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\+span\]\:font-semibold+span{font-weight:600}.\[\&\+span\]\:text-ash+span{--tw-text-opacity:1;color:rgb(99 99 99 / var(--tw-text-opacity, 1))}.\[\&\.is-readonly\]\:pointer-events-none.is-readonly{pointer-events:none}.\[\&\.is-readonly\]\:bg-gray-50.is-readonly{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}
