_lightgallery.scss000064400000113024151162561410010272 0ustar00.lg-sub-html, .lg-toolbar { background-color: rgba(0, 0, 0, .45) } @font-face { font-family: lg; src: url(../fonts/lg.eot?n1z373); src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg"); font-weight: 400; font-style: normal } .lg-icon { font-family: lg; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .lg-actions .lg-next, .lg-actions .lg-prev { background-color: rgba(0, 0, 0, .45); border-radius: 2px; color: #999; cursor: pointer; display: block; font-size: 22px; margin-top: -10px; padding: 8px 10px 9px; position: absolute; top: 50%; z-index: 1180; border: none; outline: 0 } .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled { pointer-events: none; opacity: .5 } .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover { color: #fff } .lg-actions .lg-next { right: 20px } .lg-actions .lg-next:before { content: "\e095" } .lg-actions .lg-prev { left: 20px } .lg-actions .lg-prev:after { content: "\e094" } @-webkit-keyframes lg-right-end { 0%, 100% { left: 0 } 50% { left: -30px } } @-moz-keyframes lg-right-end { 0%, 100% { left: 0 } 50% { left: -30px } } @-ms-keyframes lg-right-end { 0%, 100% { left: 0 } 50% { left: -30px } } @keyframes lg-right-end { 0%, 100% { left: 0 } 50% { left: -30px } } @-webkit-keyframes lg-left-end { 0%, 100% { left: 0 } 50% { left: 30px } } @-moz-keyframes lg-left-end { 0%, 100% { left: 0 } 50% { left: 30px } } @-ms-keyframes lg-left-end { 0%, 100% { left: 0 } 50% { left: 30px } } @keyframes lg-left-end { 0%, 100% { left: 0 } 50% { left: 30px } } .lg-outer.lg-right-end .lg-object { -webkit-animation: lg-right-end .3s; -o-animation: lg-right-end .3s; animation: lg-right-end .3s; position: relative } .lg-outer.lg-left-end .lg-object { -webkit-animation: lg-left-end .3s; -o-animation: lg-left-end .3s; animation: lg-left-end .3s; position: relative } .lg-toolbar { z-index: 1182; left: 0; position: absolute; top: 0; width: 100% } .lg-toolbar .lg-icon { color: #999; cursor: pointer; float: right; font-size: 24px; height: 47px; line-height: 27px; padding: 10px 0; text-align: center; width: 50px; text-decoration: none !important; outline: 0; transition: color .2s linear; @include media-breakpoint-down(xs) { font-size: 21px; width: 36px; } } @include media-breakpoint-down(xs) { #lg-counter { font-size: 14px; line-height: 27px; } } .lg-toolbar .lg-icon:hover { color: #fff } .lg-toolbar .lg-close:after { content: "\e070" } .lg-toolbar .lg-download:after { content: "\e0f2" } .lg-sub-html { bottom: 0; color: #eee; font-size: 16px; left: 0; padding: 10px 40px; position: fixed; right: 0; text-align: center; z-index: 1180 } .lg-sub-html h4 { margin: 0; font-size: 13px; font-weight: 700 } .lg-sub-html p { font-size: 12px; margin: 5px 0 0 } #lg-counter { color: #999; display: inline-block; font-size: 16px; padding-left: 20px; padding-top: 12px; vertical-align: middle } .lg-next, .lg-prev, .lg-toolbar { opacity: 1; transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear } .lg-hide-items .lg-prev { opacity: 0; transform: translate3d(-10px, 0, 0) } .lg-hide-items .lg-next { opacity: 0; transform: translate3d(10px, 0, 0) } .lg-hide-items .lg-toolbar { opacity: 0; transform: translate3d(0, -10px, 0) } body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object { transform: scale3d(.5, .5, .5); opacity: 0; transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50% } body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object { transform: scale3d(1, 1, 1); opacity: 1 } .lg-outer .lg-thumb-outer { background-color: #0d0a0a; bottom: 0; position: absolute; width: 100%; z-index: 1180; max-height: 350px; transform: translate3d(0, 100%, 0); transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s } .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab } .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing } .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb { transition-duration: 0s !important } .lg-outer.lg-thumb-open .lg-thumb-outer { transform: translate3d(0, 0, 0) } .lg-outer .lg-thumb { padding: 10px 0; height: 100%; margin-bottom: -5px; margin-left: auto; margin-right: auto; } .lg-outer .lg-thumb-item { cursor: pointer; float: left; overflow: hidden; height: 100%; border: 2px solid #fff; border-radius: 4px; margin-bottom: 5px } @media (min-width: 1025px) { .lg-outer .lg-thumb-item { transition: border-color .25s ease } } .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #a90707 } .lg-outer .lg-thumb-item img { width: 100%; height: 100%; object-fit: cover } .lg-outer.lg-has-thumb .lg-item { padding-bottom: 120px } .lg-outer.lg-can-toggle .lg-item { padding-bottom: 0 } .lg-outer.lg-pull-caption-up .lg-sub-html { transition: bottom .25s ease } .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html { bottom: 100px } .lg-outer .lg-toogle-thumb { background-color: #0d0a0a; border-radius: 2px 2px 0 0; color: #999; cursor: pointer; font-size: 24px; height: 39px; line-height: 27px; padding: 5px 0; position: absolute; right: 20px; text-align: center; top: -39px; width: 50px } .lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share { color: #fff } .lg-outer .lg-toogle-thumb:after { content: "\e1ff" } .lg-outer .lg-video-cont { display: inline-block; vertical-align: middle; max-width: 1140px; max-height: 100%; width: 100%; padding: 0 5px } .lg-outer .lg-video { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative } .lg-outer .lg-video .lg-object { display: inline-block; position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important } .lg-outer .lg-video .lg-video-play { width: 84px; height: 59px; position: absolute; left: 50%; top: 50%; margin-left: -42px; margin-top: -30px; z-index: 1180; cursor: pointer } .lg-outer .lg-has-iframe .lg-video { -webkit-overflow-scrolling: touch; overflow: auto } .lg-outer .lg-has-vimeo .lg-video-play { background: url(../images/vimeo-play.png) no-repeat } .lg-outer .lg-has-vimeo:hover .lg-video-play { background: url(../images/vimeo-play.png) 0 -58px no-repeat } .lg-outer .lg-has-html5 .lg-video-play { background: url(../images/video-play.png) no-repeat; height: 64px; margin-left: -32px; margin-top: -32px; width: 64px; opacity: .8 } .lg-outer .lg-has-html5:hover .lg-video-play { opacity: 1 } .lg-outer .lg-has-youtube .lg-video-play { background: url(../images/youtube-play.png) no-repeat } .lg-outer .lg-has-youtube:hover .lg-video-play { background: url(../images/youtube-play.png) 0 -60px no-repeat } .lg-outer .lg-video-object { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0 } .lg-outer .lg-has-video .lg-video-object { visibility: hidden } .lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play { display: none } .lg-outer .lg-has-video.lg-video-playing .lg-video-object { visibility: visible } .lg-progress-bar { background-color: #333; height: 5px; left: 0; position: absolute; top: 0; width: 100%; z-index: 1183; opacity: 0; transition: opacity 80ms ease 0s } .lg-progress-bar .lg-progress { background-color: #a90707; height: 5px; width: 0 } .lg-progress-bar.lg-start .lg-progress { width: 100% } .lg-show-autoplay .lg-progress-bar { opacity: 1 } .lg-autoplay-button:after { content: "\e01d" } .lg-show-autoplay .lg-autoplay-button:after { content: "\e01a" } .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transition-duration: 0s } .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s } .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s } .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden } .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image { transform: scale3d(1, 1, 1); transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden } #lg-zoom-in:after { content: "\e311" } #lg-actual-size { font-size: 20px } #lg-actual-size:after { content: "\e033" } #lg-zoom-out { opacity: .5; pointer-events: none } #lg-zoom-out:after { content: "\e312" } .lg-zoomed #lg-zoom-out { opacity: 1; pointer-events: auto } .lg-outer .lg-pager-outer { bottom: 60px; left: 0; position: absolute; right: 0; text-align: center; z-index: 1180; height: 10px } .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont { overflow: visible } .lg-outer .lg-pager-cont { cursor: pointer; display: inline-block; overflow: hidden; position: relative; vertical-align: top; margin: 0 5px } .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont { opacity: 1; transform: translate3d(0, 0, 0) } .lg-outer .lg-pager-cont.lg-pager-active .lg-pager { box-shadow: 0 0 0 2px #fff inset } .lg-outer .lg-pager-thumb-cont { background-color: #fff; color: #fff; bottom: 100%; height: 83px; left: 0; margin-bottom: 20px; margin-left: -60px; opacity: 0; padding: 5px; position: absolute; width: 120px; border-radius: 3px; transition: opacity .15s ease 0s, transform .15s ease 0s; transform: translate3d(0, 5px, 0) } .lg-outer .lg-pager-thumb-cont img { width: 100%; height: 100% } .lg-outer .lg-pager { background-color: rgba(255, 255, 255, .5); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset; display: block; height: 12px; transition: box-shadow .3s ease 0s; width: 12px } .lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover { box-shadow: 0 0 0 8px #fff inset } .lg-outer .lg-caret { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px dashed; bottom: -10px; display: inline-block; height: 0; left: 50%; margin-left: -5px; position: absolute; vertical-align: middle; width: 0 } .lg-fullscreen:after { content: "\e20c" } .lg-fullscreen-on .lg-fullscreen:after { content: "\e20d" } .lg-outer #lg-dropdown-overlay { background-color: rgba(0, 0, 0, .25); bottom: 0; cursor: default; left: 0; position: fixed; right: 0; top: 0; z-index: 1181; opacity: 0; visibility: hidden; transition: visibility 0s linear .18s, opacity .18s linear 0s } .lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown { transition-delay: 0s; -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; visibility: visible } .lg-outer .lg-dropdown { background-color: #fff; border-radius: 2px; font-size: 14px; list-style-type: none; margin: 0; padding: 10px 0; position: absolute; right: 0; text-align: left; top: 50px; opacity: 0; visibility: hidden; -moz-transform: translate3d(0, 5px, 0); -ms-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s } .lg-outer .lg-dropdown:after { content: ""; display: block; height: 0; width: 0; position: absolute; border: 8px solid transparent; border-bottom-color: #fff; right: 16px; top: -16px } .lg-outer .lg-dropdown > li:last-child { margin-bottom: 0 } .lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a { color: #333 } .lg-outer .lg-dropdown a { color: #333; display: block; white-space: pre; padding: 4px 12px; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px } .lg-outer .lg-dropdown a:hover { background-color: rgba(0, 0, 0, .07) } .lg-outer .lg-dropdown .lg-dropdown-text { display: inline-block; line-height: 1; margin-top: -3px; vertical-align: middle } .lg-outer .lg-dropdown .lg-icon { color: #333; display: inline-block; float: none; font-size: 20px; height: auto; line-height: 1; margin-right: 8px; padding: 0; vertical-align: middle; width: auto } .lg-outer, .lg-outer .lg, .lg-outer .lg-inner { width: 100%; height: 100% } .lg-outer #lg-share { position: relative } .lg-outer #lg-share:after { content: "\e80d" } .lg-outer #lg-share-facebook .lg-icon { color: #3b5998 } .lg-outer #lg-share-facebook .lg-icon:after { content: "\e901" } .lg-outer #lg-share-twitter .lg-icon { color: #00aced } .lg-outer #lg-share-twitter .lg-icon:after { content: "\e904" } .lg-outer #lg-share-googleplus .lg-icon { color: #dd4b39 } .lg-outer #lg-share-googleplus .lg-icon:after { content: "\e902" } .lg-outer #lg-share-pinterest .lg-icon { color: #cb2027 } .lg-outer #lg-share-pinterest .lg-icon:after { content: "\e903" } .lg-group:after { content: ""; display: table; clear: both } .lg-outer { position: fixed; top: 0; left: 0; z-index: 1150; text-align: left; opacity: 0; transition: opacity .15s ease 0s } .lg-outer * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .lg-outer.lg-visible { opacity: 1 } .lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide { transition-duration: inherit !important; transition-timing-function: inherit !important } .lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide { transition-duration: 0s !important; opacity: 1 } .lg-outer.lg-grab img.lg-object { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab } .lg-outer.lg-grabbing img.lg-object { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing } .lg-outer .lg { position: relative; overflow: hidden; margin-left: auto; margin-right: auto; max-width: 100%; max-height: 100% } .lg-outer .lg-inner { position: absolute; left: 0; top: 0; white-space: nowrap } .lg-outer .lg-item { background: url(../images/loading.gif) center center no-repeat; display: none !important } .lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide { display: inline-block !important } .lg-outer .lg-img-wrap, .lg-outer .lg-item { display: inline-block; text-align: center; position: absolute; width: 100%; height: 100% } .lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px } .lg-outer .lg-img-wrap { position: absolute; padding: 0 5px; left: 0; right: 0; top: 0; bottom: 0 } .lg-outer .lg-item.lg-complete { background-image: none } .lg-outer .lg-item.lg-current { z-index: 1160 } .lg-outer .lg-image { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; width: auto !important; height: auto !important } .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play { opacity: 0; transition: opacity .15s ease 0s } .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play { opacity: 1 } .lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download { display: none } .lg-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1140; background-color: #000; opacity: 0; transition: opacity .15s ease 0s } .lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide { transition: none 0s ease 0s !important } .lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden } .lg-css3.lg-fade .lg-item { opacity: 0 } .lg-css3.lg-fade .lg-item.lg-current { opacity: 1 } .lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide { transition: opacity .1s ease 0s } .lg-css3.lg-slide.lg-use-css3 .lg-item { opacity: 0 } .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide { transform: translate3d(-100%, 0, 0) } .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide { transform: translate3d(100%, 0, 0) } .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current { transform: translate3d(0, 0, 0); opacity: 1 } .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide { transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s } .lg-css3.lg-slide.lg-use-left .lg-item { opacity: 0; position: absolute; left: 0 } .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide { left: -100% } .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide { left: 100% } .lg-css3.lg-slide.lg-use-left .lg-item.lg-current { left: 0; opacity: 1 } .lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide { transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s } // // LG Transitions // .lg-sub-html, .lg-toolbar { background-color: rgba(0, 0, 0, .45) } @font-face { font-family: lg; src: url(../fonts/lg.eot?n1z373); src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg"); font-weight: 400; font-style: normal } .lg-icon { font-family: lg; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .lg-actions .lg-next, .lg-actions .lg-prev { background-color: rgba(0, 0, 0, .45); border-radius: 2px; color: #999; cursor: pointer; display: block; font-size: 22px; margin-top: -10px; padding: 8px 10px 9px; position: absolute; top: 50%; z-index: 1180; border: none; outline: 0 } .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled { pointer-events: none; opacity: .5 } .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover { color: #fff } .lg-actions .lg-next { right: 20px } .lg-actions .lg-next:before { content: "\e095" } .lg-actions .lg-prev { left: 20px } .lg-actions .lg-prev:after { content: "\e094" } @-webkit-keyframes lg-right-end { 0%, 100% { left: 0 } 50% { left: -30px } } @-moz-keyframes lg-right-end { 0%, 100% { left: 0 } 50% { left: -30px } } @-ms-keyframes lg-right-end { 0%, 100% { left: 0 } 50% { left: -30px } } @keyframes lg-right-end { 0%, 100% { left: 0 } 50% { left: -30px } } @-webkit-keyframes lg-left-end { 0%, 100% { left: 0 } 50% { left: 30px } } @-moz-keyframes lg-left-end { 0%, 100% { left: 0 } 50% { left: 30px } } @-ms-keyframes lg-left-end { 0%, 100% { left: 0 } 50% { left: 30px } } @keyframes lg-left-end { 0%, 100% { left: 0 } 50% { left: 30px } } .lg-outer.lg-right-end .lg-object { -webkit-animation: lg-right-end .3s; -o-animation: lg-right-end .3s; animation: lg-right-end .3s; position: relative } .lg-outer.lg-left-end .lg-object { -webkit-animation: lg-left-end .3s; -o-animation: lg-left-end .3s; animation: lg-left-end .3s; position: relative } .lg-toolbar { z-index: 1182; left: 0; position: absolute; top: 0; width: 100% } .lg-toolbar .lg-icon:hover { color: #fff } .lg-toolbar .lg-close:after { content: "\e070" } .lg-toolbar .lg-download:after { content: "\e0f2" } .lg-sub-html { bottom: 0; color: #eee; font-size: 16px; left: 0; padding: 10px 40px; position: fixed; right: 0; text-align: center; z-index: 1180 } .lg-sub-html h4 { margin: 0; font-size: 13px; font-weight: 700 } .lg-sub-html p { font-size: 12px; margin: 5px 0 0 } #lg-counter { color: #999; display: inline-block; font-size: 16px; padding-left: 20px; padding-top: 12px; vertical-align: middle } .lg-next, .lg-prev, .lg-toolbar { opacity: 1; transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear } .lg-hide-items .lg-prev { opacity: 0; transform: translate3d(-10px, 0, 0) } .lg-hide-items .lg-next { opacity: 0; transform: translate3d(10px, 0, 0) } .lg-hide-items .lg-toolbar { opacity: 0; transform: translate3d(0, -10px, 0) } body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object { transform: scale3d(.5, .5, .5); opacity: 0; transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50% } body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object { transform: scale3d(1, 1, 1); opacity: 1 } .lg-outer .lg-thumb-outer { background-color: #0d0a0a; bottom: 0; position: absolute; width: 100%; z-index: 1180; max-height: 350px; transform: translate3d(0, 100%, 0); transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s } .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab } .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing } .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb { transition-duration: 0s !important } .lg-outer.lg-thumb-open .lg-thumb-outer { transform: translate3d(0, 0, 0) } .lg-outer .lg-thumb { padding: 10px 0; height: 100%; margin-bottom: -5px } .lg-outer .lg-thumb-item { cursor: pointer; float: left; overflow: hidden; height: 100%; border: 2px solid rgba($white, .4); border-radius: 0; margin-bottom: 5px; } @media (min-width: 1025px) { .lg-outer .lg-thumb-item { transition: border-color .25s ease } } .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: $primary; } .lg-outer .lg-thumb-item img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; } .lg-outer.lg-has-thumb .lg-item { padding-bottom: 120px } .lg-outer.lg-can-toggle .lg-item { padding-bottom: 0 } .lg-outer.lg-pull-caption-up .lg-sub-html { transition: bottom .25s ease } .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html { bottom: 100px } .lg-outer .lg-toogle-thumb { background-color: #0d0a0a; border-radius: 2px 2px 0 0; color: #999; cursor: pointer; font-size: 24px; height: 39px; line-height: 27px; padding: 5px 0; position: absolute; right: 20px; text-align: center; top: -39px; width: 50px } .lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share { color: #fff } .lg-outer .lg-toogle-thumb:after { content: "\e1ff" } .lg-outer .lg-video-cont { display: inline-block; vertical-align: middle; max-width: 1140px; max-height: 100%; width: 100%; padding: 0 5px } .lg-outer .lg-video { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative } .lg-outer .lg-video .lg-object { display: inline-block; position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important } .lg-outer .lg-video .lg-video-play { width: 84px; height: 59px; position: absolute; left: 50%; top: 50%; margin-left: -42px; margin-top: -30px; z-index: 1180; cursor: pointer } .lg-outer .lg-has-iframe .lg-video { -webkit-overflow-scrolling: touch; overflow: auto } .lg-outer .lg-has-vimeo .lg-video-play { background: url(../images/vimeo-play.png) no-repeat } .lg-outer .lg-has-vimeo:hover .lg-video-play { background: url(../images/vimeo-play.png) 0 -58px no-repeat } .lg-outer .lg-has-html5 .lg-video-play { background: url(../images/video-play.png) no-repeat; height: 64px; margin-left: -32px; margin-top: -32px; width: 64px; opacity: .8 } .lg-outer .lg-has-html5:hover .lg-video-play { opacity: 1 } .lg-outer .lg-has-youtube .lg-video-play { background: url(../images/youtube-play.png) no-repeat } .lg-outer .lg-has-youtube:hover .lg-video-play { background: url(../images/youtube-play.png) 0 -60px no-repeat } .lg-outer .lg-video-object { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0 } .lg-outer .lg-has-video .lg-video-object { visibility: hidden } .lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play { display: none } .lg-outer .lg-has-video.lg-video-playing .lg-video-object { visibility: visible } .lg-progress-bar { background-color: #333; height: 5px; left: 0; position: absolute; top: 0; width: 100%; z-index: 1183; opacity: 0; transition: opacity 80ms ease 0s } .lg-progress-bar .lg-progress { background-color: $primary; height: 5px; width: 0 } .lg-progress-bar.lg-start .lg-progress { width: 100% } .lg-show-autoplay .lg-progress-bar { opacity: 1 } .lg-autoplay-button:after { content: "\e01d" } .lg-show-autoplay .lg-autoplay-button:after { content: "\e01a" } .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transition-duration: 0s } .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s } .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s } .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden } .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image { transform: scale3d(1, 1, 1); transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden } #lg-zoom-in:after { content: "\e311" } #lg-actual-size { font-size: 20px } #lg-actual-size:after { content: "\e033" } #lg-zoom-out { opacity: .5; pointer-events: none } #lg-zoom-out:after { content: "\e312" } .lg-zoomed #lg-zoom-out { opacity: 1; pointer-events: auto } .lg-outer .lg-pager-outer { bottom: 60px; left: 0; position: absolute; right: 0; text-align: center; z-index: 1180; height: 10px } .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont { overflow: visible } .lg-outer .lg-pager-cont { cursor: pointer; display: inline-block; overflow: hidden; position: relative; vertical-align: top; margin: 0 5px } .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont { opacity: 1; transform: translate3d(0, 0, 0) } .lg-outer .lg-pager-cont.lg-pager-active .lg-pager { box-shadow: 0 0 0 2px #fff inset } .lg-outer .lg-pager-thumb-cont { background-color: #fff; color: #fff; bottom: 100%; height: 83px; left: 0; margin-bottom: 20px; margin-left: -60px; opacity: 0; padding: 5px; position: absolute; width: 120px; border-radius: 3px; transition: opacity .15s ease 0s, transform .15s ease 0s; transform: translate3d(0, 5px, 0) } .lg-outer .lg-pager-thumb-cont img { width: 100%; height: 100% } .lg-outer .lg-pager { background-color: rgba(255, 255, 255, .5); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset; display: block; height: 12px; transition: box-shadow .3s ease 0s; width: 12px } .lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover { box-shadow: 0 0 0 8px #fff inset } .lg-outer .lg-caret { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px dashed; bottom: -10px; display: inline-block; height: 0; left: 50%; margin-left: -5px; position: absolute; vertical-align: middle; width: 0 } .lg-fullscreen:after { content: "\e20c" } .lg-fullscreen-on .lg-fullscreen:after { content: "\e20d" } .lg-outer #lg-dropdown-overlay { background-color: rgba(0, 0, 0, .25); bottom: 0; cursor: default; left: 0; position: fixed; right: 0; top: 0; z-index: 1181; opacity: 0; visibility: hidden; transition: visibility 0s linear .18s, opacity .18s linear 0s } .lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown { transition-delay: 0s; -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; visibility: visible } .lg-outer .lg-dropdown { background-color: #fff; border-radius: 2px; font-size: 14px; list-style-type: none; margin: 0; padding: 10px 0; position: absolute; right: 0; text-align: left; top: 50px; opacity: 0; visibility: hidden; -moz-transform: translate3d(0, 5px, 0); -ms-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s } .lg-outer .lg-dropdown:after { content: ""; display: block; height: 0; width: 0; position: absolute; border: 8px solid transparent; border-bottom-color: #fff; right: 16px; top: -16px } .lg-outer .lg-dropdown > li:last-child { margin-bottom: 0 } .lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a { color: #333 } .lg-outer .lg-dropdown a { color: #333; display: block; white-space: pre; padding: 4px 12px; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px } .lg-outer .lg-dropdown a:hover { background-color: rgba(0, 0, 0, .07) } .lg-outer .lg-dropdown .lg-dropdown-text { display: inline-block; line-height: 1; margin-top: -3px; vertical-align: middle } .lg-outer .lg-dropdown .lg-icon { color: #333; display: inline-block; float: none; font-size: 20px; height: auto; line-height: 1; margin-right: 8px; padding: 0; vertical-align: middle; width: auto } .lg-outer, .lg-outer .lg, .lg-outer .lg-inner { width: 100%; height: 100% } .lg-outer #lg-share { position: relative } .lg-outer #lg-share:after { content: "\e80d" } .lg-outer #lg-share-facebook .lg-icon { color: #3b5998 } .lg-outer #lg-share-facebook .lg-icon:after { content: "\e901" } .lg-outer #lg-share-twitter .lg-icon { color: #00aced } .lg-outer #lg-share-twitter .lg-icon:after { content: "\e904" } .lg-outer #lg-share-googleplus .lg-icon { color: #dd4b39 } .lg-outer #lg-share-googleplus .lg-icon:after { content: "\e902" } .lg-outer #lg-share-pinterest .lg-icon { color: #cb2027 } .lg-outer #lg-share-pinterest .lg-icon:after { content: "\e903" } .lg-group:after { content: ""; display: table; clear: both } .lg-outer { position: fixed; top: 0; left: 0; z-index: 1150; text-align: left; opacity: 0; transition: opacity .15s ease 0s } .lg-outer * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .lg-outer.lg-visible { opacity: 1 } .lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide { transition-duration: inherit !important; transition-timing-function: inherit !important } .lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide { transition-duration: 0s !important; opacity: 1 } .lg-outer.lg-grab img.lg-object { cursor: grab; } .lg-outer.lg-grabbing img.lg-object { cursor: grabbing; } .lg-outer .lg { position: relative; overflow: hidden; margin-left: auto; margin-right: auto; max-width: 100%; max-height: 100% } .lg-outer .lg-inner { position: absolute; left: 0; top: 0; white-space: nowrap } .lg-outer .lg-item { background: url(../images/loading.gif) center center no-repeat; display: none !important } .lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide { display: inline-block !important } .lg-outer .lg-img-wrap, .lg-outer .lg-item { display: inline-block; text-align: center; position: absolute; width: 100%; height: 100% } .lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px } .lg-outer .lg-img-wrap { position: absolute; padding: 0 5px; left: 0; right: 0; top: 0; bottom: 0 } .lg-outer .lg-item.lg-complete { background-image: none } .lg-outer .lg-item.lg-current { z-index: 1160 } .lg-outer .lg-image { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; width: auto !important; height: auto !important } .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play { opacity: 0; transition: opacity .15s ease 0s } .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play { opacity: 1 } .lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download { display: none } .lg-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1140; background-color: #000; opacity: 0; transition: opacity .15s ease 0s } .lg-backdrop.in { opacity: .8 } .lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide { transition: none 0s ease 0s !important } .lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden } .lg-css3.lg-fade .lg-item { opacity: 0 } .lg-css3.lg-fade .lg-item.lg-current { opacity: 1 } .lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide { transition: opacity .1s ease 0s } .lg-css3.lg-slide.lg-use-css3 .lg-item { opacity: 0 } .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide { transform: translate3d(-100%, 0, 0) } .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide { transform: translate3d(100%, 0, 0) } .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current { transform: translate3d(0, 0, 0); opacity: 1 } .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide { transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s } .lg-css3.lg-slide.lg-use-left .lg-item { opacity: 0; position: absolute; left: 0 } .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide { left: -100% } .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide { left: 100% } .lg-css3.lg-slide.lg-use-left .lg-item.lg-current { left: 0; opacity: 1 } .lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide { transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s } rd-navbar_includes/_rd-navbar-mixins.scss000064400000020242151162561410014525 0ustar00@keyframes rd-navbar-slide-down { 0% { transform: translateY(-100%); } 100% { transform: translateY(0); } } @keyframes rd-navbar-slide-up { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } } // // Navbar Toggle Presets // @mixin toggle($width-size: 48px, $height-size: 48px, $font-size: 24px) { display: inline-block; position: relative; width: $width-size; height: $height-size; font-size: $font-size; line-height: $height-size; text-align: center; cursor: pointer; background: none; border: none; outline: none; padding: 0; } @mixin toggle-icons-via-rotation($width-size: 48px, $height-size: 48px, $font-size: 24px, $icon-before: '\f002', $icon-after: '\f00d', $icon-before-family: 'Material Design Icons', $icon-after-family: 'Material Design Icons') { span { @include toggle($width-size, $height-size, $font-size); &, &::before, &::after { transition: .3s all ease-in-out; } &::before, &::after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } &::before { content: $icon-before; transform: rotate(0deg) scale(1); opacity: 1; visibility: visible; font-family: $icon-before-family; } &::after { content: $icon-after; transform: rotate(-90deg) scale(.4); opacity: 0; visibility: hidden; font-family: $icon-after-family; } } &.active { span { &::before { opacity: 0; visibility: hidden; transform: rotate(90deg) scale(.4); } &::after { transform: rotate(0deg) scale(1); opacity: 1; visibility: visible; } } } } // Hamburger @mixin button-lines($size: 48px, $font-size: 24px, $border-radius: 2px, $color: #111111) { span { position: relative; display: block; margin: auto; transition: .3s all ease; &::after, &::before { content: ""; position: absolute; left: 0; top: -6px; transition: .3s all ease; } &::after { top: 6px; } &::after, &::before, & { width: $font-size; height: 2px; background-color: $color; backface-visibility: hidden; border-radius: $border-radius; } } } // Hamburger to Cross @mixin button-lines__cross-1($size: 48px, $font-size: 24px, $color: #111111) { &.active span { background: transparent; transition: .01s; &::before, &::after { transform-origin: 50% 50%; top: 0; } &::before { transform: rotate(45deg); } &::after { transform: rotate(-45deg); } } } @mixin button-lines__cross-2($size: 48px, $font-size: 24px, $color: #111111) { span { &::before, &::after { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; transition-property: top, transform; } } &.active span { transition: background .3s 0s ease; background: transparent; &::before, &::after { top: 0; transition-delay: 0s, 0.3s; } &::before { transform: rotate(45deg); } &::after { transform: rotate(-45deg); } } } @mixin button-lines__cross-3($size: 48px, $font-size: 24px, $color: #111111) { span { &::before, &::after { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; transition-property: top, transform; } } &.active span { transform: rotate(180deg); transition: background .3s 0s ease; background: transparent; &::before, &::after { top: 0; transition-delay: 0s, 0.3s; } &::before { transform: rotate(45deg); } &::after { transform: rotate(-45deg); } } } // Hamburger to Arrow @mixin button-lines__arrow-1($size: 48px, $font-size: 24px, $color: #111111) { span { &::before, &::after { transform-origin: $font-size/14 center; } } &.active span { &::before, &::after { top: 0; width: $font-size/1.6; } &::before { transform: rotate(-40deg); } &::after { transform: rotate(40deg); } } } // Hamburger to Arrow (Material Design) @mixin button-lines__arrow-2($size: 48px, $font-size: 24px, $color: #111111) { span { transform: rotate(180deg); &::before, &::after { transform-origin: $font-size/14 center; } } &.active span { transform: rotate(360deg); &::before, &::after { top: 0; width: $font-size/1.6; } &::before { transform: rotate3d(0, 0, 1, -40deg); } &::after { transform: rotate3d(0, 0, 1, 40deg); } } } // Hamburger to Minus @mixin button-lines__minus-1($size: 48px, $font-size: 24px, $color: #111111) { span { &::before, &::after { transition: .3s all ease; } } &.active span { &::before, &::after { top: 0; } } } @mixin search-preset-1($size: 48px, $font-size: 24px, $color: #111111) { text-align: center; font-size: $font-size; &::before { content: "\f002"; font-weight: 400; font-family: "FontAwesome"; } &.active { transform: scale(0.7); } } @mixin collapse-preset-1($size: 48px, $font-size: 24px, $color: #111111) { span { top: 50%; margin-top: -($size / 16); &, &::before, &::after { position: absolute; width: $size / 8; height: $size / 8; line-height: $size / 8; text-align: center; background: $color; left: 50%; margin-left: -($size / 16); border-radius: 50%; transition: .3s all ease; } &::before, &::after { content: ''; } &::before { bottom: 100%; margin-bottom: ($size / 16); } &::after { top: 100%; margin-top: ($size / 16); } } &.active { span { transform: scale(0.7); &::before { transform: translateY(($size / 8)*2 + ($size / 16)*2); } &::after { transform: translateY(-(($size / 8)*2 + ($size / 16)*2)); } } } } @mixin make-toggle($preset: "button-lines-arrow-2", $size: 48px, $font-size: 24px, $border-radius: 2px, $color: #111111) { display: inline-block; position: relative; width: $size; height: $size; line-height: $size; cursor: pointer; color: $color; @if ($preset == "collapse-preset-1") { @include collapse-preset-1($size, $font-size, $color); } @if ($preset == "search-preset-1") { @include search-preset-1($size, $font-size, $color); } @if ($preset == "button-lines-cross-1") { @include button-lines($size, $font-size, $border-radius, $color); @include button-lines__cross-1($size, $font-size, $color); } @if ($preset == "button-lines-cross-2") { @include button-lines($size, $font-size, $border-radius, $color); @include button-lines__cross-2($size, $font-size, $color); } @if ($preset == "button-lines-cross-3") { @include button-lines($size, $font-size, $border-radius, $color); @include button-lines__cross-3($size, $font-size, $color); } @if ($preset == "button-lines-arrow-1") { @include button-lines($size, $font-size, $border-radius, $color); @include button-lines__arrow-1($size, $font-size, $color); } @if ($preset == "button-lines-arrow-2") { @include button-lines($size, $font-size, $border-radius, $color); @include button-lines__arrow-2($size, $font-size, $color); } @if ($preset == "button-lines-minus-1") { @include button-lines($size, $font-size, $border-radius, $color); @include button-lines__minus-1($size, $font-size, $color); } } // RD Navbar Submenu with Arrow @mixin submenu-with-arrow() { li { > a { position: relative; left: -13px; display: flex; padding: 4px 18px 4px 0; text-align: left; @include link($rd-navbar-dropdown-item-color, $rd-navbar-dropdown-item-hover-color); &, &::before { transition: all .2s ease-in-out; } &::before { position: relative; top: -1px; left: -6px; display: inline-block; content: '\f238'; font-family: 'Material Design Icons'; font-size: inherit; line-height: inherit; color: $rd-navbar-dropdown-item-hover-color; opacity: 0; visibility: hidden; } } &.focus > a, &.opened > a, > a:hover { left: -13px; padding-left: 18px; padding-right: 0; &::before { left: -7px; opacity: 1; visibility: visible; } } } } rd-navbar_includes/_rd-navbar-static.scss000064400000015453151162561410014515 0ustar00/* * @subsection RD Navbar Static */ // - li first level and li // - link first level and link // - menus // - dropdowns // - megamenus // - rd-search // - submenus .rd-navbar-static { display: block; // RD Navbar Nav // // RD Nav item 1-st level .rd-nav-item { display: inline-block; &.focus, &.opened { .rd-nav-link { color: $rd-navbar-nav-hover-color; background: $rd-navbar-nav-hover-background; } > .rd-navbar-submenu-toggle { color: $rd-navbar-nav-hover-color; } } &.active { .rd-nav-link { color: $rd-navbar-nav-active-color; background: $rd-navbar-nav-active-background; } > .rd-navbar-submenu-toggle { color: $rd-navbar-nav-active-color; } } &.focus > .rd-navbar-submenu-toggle, &.opened > .rd-navbar-submenu-toggle, .rd-nav-link:hover + .rd-navbar-submenu-toggle { &::before { transform: rotate(180deg); } } > .rd-navbar-submenu-toggle { margin-left: 4px; font-family: "Material Design Icons"; font-size: 16px; cursor: pointer; &::before { position: relative; display: inline-block; transition: .22s; content: '\f236'; } &:hover { color: $rd-navbar-nav-hover-color; } } // If Have submenu > .rd-navbar-submenu { margin-top: 20px; } } .rd-nav-item + .rd-nav-item { margin-left: 25px; @include media-breakpoint-up(xl) { margin-left: 35px; } } // Rd Nav Link 1-st level .rd-nav-link { position: relative; display: inline-block; color: $rd-navbar-nav-color; transition: .25s; &:hover { color: $rd-navbar-nav-hover-color; } } // Rd Menu (dropdown and megamenu) .rd-menu { position: absolute; z-index: 15; display: block; padding: $rd-navbar-menu-padding; margin-top: 22px; margin-left: - nth($rd-navbar-menu-padding, 2); visibility: hidden; opacity: 0; text-align: left; box-shadow: 0 5px 10px 1px rgba(darken($rd-navbar-dropdown-background, 10%), .3); border-radius: $border-radius-lg; transform: translate3d(0, 30px, 0); @extend %rd-navbar-transition; } .rd-dropdown-item + .rd-dropdown-item, .rd-megamenu-list-item + .rd-megamenu-list-item { margin-top: 7px; } // RD Dropdown 1-st level .rd-navbar-dropdown { position: absolute; left: 0; width: $rd-navbar-dropdown-width; background: $rd-navbar-dropdown-background; z-index: 5; .rd-navbar-dropdown { top: -1px; left: 100%; z-index: 2; margin-top: -15px; margin-left: 15px; transform: translate3d(30px, 0, 0); // If the menu is on the right edge window &.rd-navbar-open-left { left: auto; right: 100%; margin-left: 0; margin-right: 15px; transform: translate3d(-30px, 0, 0); } } } .rd-dropdown-item { &.focus, &.opened { .rd-dropdown-link { color: $rd-navbar-dropdown-item-active-color; } } } .rd-dropdown-link { color: $rd-navbar-dropdown-item-color; &:hover { color: $rd-navbar-dropdown-item-hover-color; } } .rd-navbar-dropdown, .rd-megamenu-list { @include submenu-with-arrow; } // RD all megamenu .rd-navbar-megamenu { display: flex; left: 0; width: 100%; overflow: hidden; max-width: $rd-navbar-width; background: $rd-navbar-megamenu-background; } // Megamenu item 1st level .rd-megamenu-item { flex-basis: 50%; flex-grow: 1; + .rd-megamenu-item { padding-left: 20px; } } .rd-megamenu-item { display: flex; .banner { position: relative; display: flex; align-items: flex-end; justify-content: center; text-align: center; min-width: 100%; padding: 35px; &::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba($black, .1); } .button-primary { &:hover { background: $primary-lighten; border-color: $primary-lighten; } } > * { opacity: 0; visibility: hidden; transform: translate(0, -20%); transition: .22s; } &:hover { > * { opacity: 1; visibility: visible; transform: translate(0, 0); } } } &:first-child, &:last-child { .banner { margin-top: - nth($rd-navbar-menu-padding, 1); margin-right: - nth($rd-navbar-menu-padding, 2); margin-bottom: - nth($rd-navbar-menu-padding, 1); margin-left: - nth($rd-navbar-menu-padding, 2); } } } // Megamenu title .rd-megamenu-title { padding-bottom: 10px; border-bottom: 1px solid $gray-200; } // Megamenu list link .rd-megamenu-list-link { color: $rd-navbar-megamenu-item-color; background: $rd-navbar-megamenu-item-background; &:hover { color: $rd-navbar-megamenu-item-hover-color; background: $rd-navbar-megamenu-item-hover-background; } } // Megamenu list offset * + .rd-megamenu-list { margin-top: 10px; } // RD all submenus .rd-navbar-submenu { &.focus, &.opened { > .rd-menu { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); } } } // RD navbar search .rd-navbar-search { &.active { .rd-search { visibility: visible; opacity: 1; } .not-empty ~ .form-input { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } } .rd-search { margin-top: 40px; } .form-input { padding-right: $form-input-padding-horizontal; } .rd-search-form-submit { display: none; } } .rd-search { position: absolute; top: 100%; right: 0; width: 370px; opacity: 0; visibility: hidden; transition: .3s; margin-top: 20px; z-index: 2; } // RD search offset * + .rd-navbar-search { margin-left: $navbar-static-nav-indent; } .rd-navbar-search-toggle { display: inline-flex; @include toggle-icons-via-rotation(32px, 32px, 26px, '\f43b', '\f24c', 'Material Design Icons', 'Material Design Icons'); color: $rd-navbar-nav-color; &:hover { color: $rd-navbar-nav-hover-color; } } @include media-breakpoint-up(xl) { .rd-nav-item + .rd-nav-item { margin-left: 45px; } } // RD navbar Clone &.rd-navbar--is-clone { display: block; transform: translate3d(0, -100%, 0); &.rd-navbar--is-stuck { transform: translate3d(0, 0, 0); } } // RD Navbar Stuck || Clone &.rd-navbar--is-stuck, &.rd-navbar--is-clone { position: fixed; left: 0; top: 0; right: 0; z-index: $zindex-rd-navbar; background: $rd-navbar-background; will-change: transform; } // RD Navbar States .rd-navbar--has-dropdown { position: relative; } .rd-navbar-nav{ padding-left: 50px; @include media-breakpoint-up(xl) { padding-left: 0; } } } rd-navbar_includes/_rd-navbar-sidebar.scss000064400000013700151162561410014630 0ustar00/* * * RD Navbar Sidebar */ $rd-navbar-sidebar-width: map-get($container-max-widths, xl); .rd-navbar-sidebar { display: block; background: $white; .rd-navbar-main-outer { padding-left: $grid-gutter-width / 2; padding-right: $grid-gutter-width / 2; } // RD Navbar Main .rd-navbar-main { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 22px 60px 22px 0; max-width: $rd-navbar-sidebar-width; margin-left: auto; margin-right: auto; transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); } .rd-navbar-main-element { display: flex; align-items: center; > * + * { margin-left: 20px; } } // RD Navbar Toggle .rd-navbar-toggle { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: block; z-index: $zindex-layout-panel + 2; } // RD Navbar Panel .rd-navbar-panel { min-width: 200px; text-align: center; } // RD Navbar Brand .rd-navbar-brand { img { width: auto; height: auto; max-width: 200px; max-height: 200px; } } // RD Navbar Nav Wrap Inner .rd-navbar-nav-wrap { position: fixed; top: 0; bottom: 0; right: 0; z-index: $zindex-layout-panel + 1; width: 450px; padding: 94px 0 0 0; background: $white; transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); transform: translateX(100%); box-shadow: 0 0 13px 0 rgba($gray-300, .16); &.active { transition-delay: .1s; transform: translateX(0); } } .rd-navbar-nav { height: calc(100vh - 100px); overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; border-top: 1px solid $gray-200; } .rd-nav-item { position: relative; display: block; padding: 19px 30px 19px 40px; &.active { .rd-nav-link { color: $primary; } } .rd-nav-link, > .rd-navbar-submenu-toggle { font-size: 18px; } + .rd-nav-item { border-top: 1px solid $gray-200; } &:last-child { border-bottom: 1px solid $gray-200; margin-bottom: 30px; } } .rd-nav-link { max-width: calc(100% - 30px); word-break: break-all; font-size: 18px; line-height: 1.4; text-transform: none; color: $gray-300; &:hover { color: $primary; } } // RD Navbar Submenu .rd-navbar-submenu { .opened > .rd-navbar-submenu-toggle { &::after { transform: rotate(180deg); } } > .rd-navbar-dropdown, > .rd-navbar-megamenu { display: none; opacity: 0; visibility: hidden; will-change: opacity, visibility; transition: opacity .2s; } &.opened { > .rd-navbar-dropdown, > .rd-navbar-megamenu { display: block; opacity: 1; visibility: visible; } } > .rd-navbar-submenu { > .rd-navbar-dropdown, > .rd-navbar-megamenu { transform: translateY(30px); } &.opened { > .rd-navbar-dropdown, > .rd-navbar-megamenu { transform: translateY(0); } } .rd-navbar-submenu { > .rd-navbar-dropdown { transform: translateX(-20px); } &.opened { > .rd-navbar-dropdown { transform: translateX(0); } } } } } // RD Navbar Submenu Toggle .rd-nav-item > .rd-navbar-submenu-toggle, .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle { position: absolute; top: 0; right: 0; padding-top: inherit; padding-right: inherit; padding-left: 10px; margin-bottom: inherit; display: inline-block; width: 30px; margin-left: 5px; text-align: center; cursor: pointer; color: $rd-navbar-nav-color; &:hover { color: $primary; } &::after { content: '\f107'; position: relative; display: inline-block; font-family: "FontAwesome"; font-size: inherit; line-height: inherit; text-align: center; vertical-align: middle; transition: 0.4s all ease; z-index: 2; will-change: transform; } } .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle { font-size: 14px; color: $gray-300; margin-left: 7px; } // RD Navbar Submenu .rd-menu { margin-top: 31px; } .rd-navbar-dropdown, .rd-megamenu-list { font-size: 14px; @include submenu-with-arrow; } // RD Navbar Megamenu .rd-navbar-megamenu { max-width: 450px; @include groupY(30px); > li { display: inline-block; vertical-align: top; width: 45%; } } .rd-megamenu-title { display: none; } .rd-megamenu-list { margin-top: 0; > li + li { margin-top: 10px; } } // RD Navbar Dropdown .rd-navbar-dropdown { .rd-navbar--has-dropdown { > a { padding-right: 0; &::before { display: none; } &:hover { padding-left: 0; } } &.focus > a { padding-left: 0; } } .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle { color: $primary; &::after { top: 1px; } } > li + li { margin-top: 10px; } } .rd-nav-item > .rd-navbar-dropdown { margin-top: 25px; .rd-navbar-dropdown { margin-top: 10px; padding-left: 15px; > li > a { font-size: 12px; } } } @include media-breakpoint-up(xl) { .rd-navbar-megamenu { @include groupY(30px); } .rd-navbar-dropdown, .rd-megamenu-list { > li + li { margin-top: 18px; } } } @include media-breakpoint-up(xl) { .rd-navbar-nav-wrap { width: auto; left: calc(50% + 600px - 80px); } } // States &.rd-navbar--is-clone { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transform: translateY(-101%); &.rd-navbar--is-stuck { transform: translateY(0); } } &.rd-navbar--is-stuck { position: fixed; left: 0; right: 0; top: 0; z-index: 1000; box-shadow: 0 2px 10px 1px rgba($black, .1); .rd-navbar-main { padding-top: 11px; padding-bottom: 11px; } } } rd-navbar_includes/rd-navbar_themes/_rd-navbar-corporate.scss000064400000005014151162561410020435 0ustar00/** * * RD Navbar Corporate * */ .rd-navbar-corporate { // Static &.rd-navbar-static { border-bottom: 1px solid transparent; .rd-navbar-aside-outer, .rd-navbar-main-outer { padding-left: $grid-gutter-width / 2; padding-right: $grid-gutter-width / 2; } .rd-navbar-aside, .rd-navbar-main { max-width: $rd-navbar-static-width; margin-left: auto; margin-right: auto; } // RD Navbar Aside .rd-navbar-aside { display: flex; align-items: center; justify-content: space-between; padding: 30px 0 40px; } // RD Navbar Brand .rd-navbar-brand { img { width: auto; height: auto; max-width: 200px; max-height: 200px; } } // RD Navbar Main .rd-navbar-main-outer { background: $gray-100; } .rd-navbar-main { position: relative; padding: 16px 0; } .rd-navbar-nav-wrap { position: relative; display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; min-width: 690px; } // RD Navbar Collapse .ie-10 &, .ie-11 & { .rd-navbar-collapse { width: 100%; max-width: 870px; } .unit { flex: auto; } } .rd-navbar-panel + .rd-navbar-collapse { margin-left: 50px; } .rd-navbar-collapse-content { display: flex; align-items: center; justify-content: center; .button { flex-shrink: 0; } > * { margin-top: 0; } > * + * { margin-left: 50px; } } .rd-menu { margin-top: 21px; } .rd-navbar-megamenu { margin-top: 24px; max-width: 750px; } // RD Navbar Search .rd-navbar-search {} .rd-navbar-search-toggle { } @include media-breakpoint-up(xl) { .rd-navbar-collapse-content { > * + * { margin-left: 92px; } } .rd-nav-item + .rd-nav-item { margin-left: 55px; } } &.rd-navbar--is-stuck, &.rd-navbar--is-clone { border-bottom-color: nth($rd-navbar-border, 3); .rd-navbar-aside-outer { display: none; } .rd-navbar-nav-item { > .rd-navbar-submenu { margin-top: 17px; } } } } // Fixed &.rd-navbar-fixed { // RD Search .rd-navbar-search { margin: 20px 5px; } .rd-navbar-search-toggle { display: none; } .rd-search { position: relative; top: 0; left: 0; transform: none; opacity: 1; visibility: visible; z-index: 1; } .rd-navbar-nav { margin: 0; } } } rd-navbar_includes/rd-navbar_themes/_rd-navbar-minimal.scss000064400000005566151162561410020101 0ustar00/** * * RD Navbar Minimal * */ .rd-navbar-minimal { // Static &.rd-navbar-static { border-bottom: 1px solid transparent; .rd-navbar-main-outer { padding-left: $grid-gutter-width / 2; padding-right: $grid-gutter-width / 2; } .rd-navbar-main { position: relative; display: flex; align-items: center; justify-content: space-between; max-width: $rd-navbar-static-width; padding: 20px 0; margin-left: auto; margin-right: auto; } .rd-navbar-main-element { position: relative; display: flex; align-items: center; justify-content: space-between; min-width: 690px; } // RD Navbar Brand .rd-navbar-brand { img { width: auto; height: auto; max-width: 233px; max-height: 200px; } } .rd-navbar-megamenu { margin-top: 24px; width: calc(100% + #{nth($rd-navbar-menu-padding, 2)} + 15px); } // RD Navbar Search .rd-navbar-search {} .rd-navbar-search-toggle { span { font-size: 20px; } } @include media-breakpoint-up(xl) { .rd-navbar-main { padding: 30px 0; } .rd-menu { margin-top: 34px; } } &.rd-navbar--is-stuck, &.rd-navbar--is-clone { border-bottom-color: nth($rd-navbar-border, 3); .rd-navbar-main { padding: 20px 0; } .rd-menu { margin-top: 24px; } .rd-navbar-nav-item { > .rd-navbar-submenu { margin-top: 17px; } } } } // Fixed &.rd-navbar-fixed { .rd-navbar-search-toggle { position: fixed; right: 10px; top: 5px; } .rd-navbar-search { .form-input { border-width: 1px 0 1px 0; border-radius: 0; } } } .rd-menu{ .rd-dropdown-item{ .rd-dropdown-link{ @include link($accent-dark, $primary) } } .rd-megamenu-item{ .rd-megamenu-list-item{ .rd-megamenu-list-link{ @include link($accent-dark, $primary) } } } } } .rd-navbar-minimal-wide { &.rd-navbar-static { .rd-navbar-main { padding: 54px 0; } &.rd-navbar--is-stuck { .rd-navbar-main { padding: 21px 0; } } } } %context-dark { .rd-navbar-minimal { .rd-nav-link, .rd-navbar-submenu-toggle, .rd-navbar-search-toggle { color: $white; } &.rd-navbar-static { background-color: transparent; .rd-nav-item.opened .rd-nav-link, .rd-nav-item.focus .rd-nav-link, .rd-nav-item.active .rd-nav-link, .rd-nav-item.opened .rd-navbar-submenu-toggle, .rd-nav-item.focus .rd-navbar-submenu-toggle, .rd-nav-item.active .rd-navbar-submenu-toggle, .rd-nav-link:hover, .rd-nav-link:hover ~ .rd-navbar-submenu-toggle, .rd-navbar-search-toggle:hover { color: lighten($primary, 20%); } &.rd-navbar--is-stuck { background: $gray-700; border-bottom-color: $gray-800; } } } } rd-navbar_includes/rd-navbar_themes/_rd-navbar-thin.scss000064400000012747151162561410017414 0ustar00/** * * RD Navbar Thin * */ .rd-navbar-thin { // Static &.rd-navbar-static { background-color: $gray-700; border-bottom: 1px solid transparent; .rd-navbar-main-outer { padding-left: $grid-gutter-width / 2; padding-right: $grid-gutter-width / 2; } .rd-navbar-main { position: relative; display: flex; align-items: center; justify-content: space-between; max-width: $rd-navbar-static-width; padding: 23px 0; margin-left: auto; margin-right: auto; } .rd-navbar-nav-wrap { position: absolute; top: 0; bottom: 0; left: 200px; right: 80px; z-index: 102; display: flex; align-items: center; justify-content: flex-end; min-width: 690px; background: $gray-700; opacity: 0; visibility: hidden; transition: .44s ease-in-out; .rd-navbar-brand { display: none; } &.active { opacity: 1; visibility: visible; } } .rd-navbar-panel { display: flex; align-items: center; justify-content: space-between; width: 100%; padding-right: 50px; } .ie-10 &, .ie-11 & { .rd-navbar-panel { justify-content: flex-start; } .rd-navbar-block { width: 100%; justify-content: flex-end; } } .rd-navbar-toggle { position: absolute; right: 0; top: 50%; display: block; transform: translate3d(0, -50%, 0); } .rd-navbar-block { display: flex; align-items: center; } // RD Navbar Brand .rd-navbar-brand { max-width: 300px; img { width: auto; height: auto; max-width: 200px; max-height: 200px; } } .rd-nav-link, .rd-navbar-submenu-toggle, .rd-navbar-search-toggle { color: $white; } .rd-nav-item.opened .rd-nav-link, .rd-nav-item.focus .rd-nav-link, .rd-nav-item.active .rd-nav-link, .rd-nav-item.opened .rd-navbar-submenu-toggle, .rd-nav-item.focus .rd-navbar-submenu-toggle, .rd-nav-item.active .rd-navbar-submenu-toggle, .rd-nav-link:hover, .rd-nav-link:hover ~ .rd-navbar-submenu-toggle, .rd-navbar-search-toggle:hover { color: lighten($primary, 20%); } .rd-menu { margin-top: 27px; } .rd-navbar-megamenu { margin-top: 24px; width: calc(100% + #{nth($rd-navbar-menu-padding, 2)} + 15px); } // RD Navbar Search .rd-navbar-search { position: static; } * + .rd-navbar-search-toggle { margin-left: 60px; } .rd-search { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; width: calc(100% - 70px); margin: 0; .form-wrap { display: flex; width: 100%; background: $gray-700; &::before { content: '\f43b'; position: absolute; top: 50%; transform: translate3d(0, -50%, 0); font-family: 'Material Design Icons'; font-size: 30px; line-height: 1; color: $white; } } .form-input, .form-label { padding-left: 40px; font-size: 30px; color: $white; } .form-input { background-color: transparent; border: 0; border-radius: 0; } .form-label { top: 50%; transform: translate3d(0, -50%, 0); } } .rd-search-results-live { height: 100vh; margin: 1px 0 0 0; } .search-list { display: flex; flex-wrap: wrap; margin-bottom: -20px; } .search-list-item { width: 25%; padding-left: 15px; padding-right: 15px; margin-bottom: 20px; } .search-list-item + .search-list-item { margin-top: 0; } .rd-navbar-search-toggle { position: relative; z-index: 12; } // RD Navbar Popup .rd-navbar-popup-toggle { } .rd-navbar-popup { left: 50%; z-index: 110; transform: translateX(-50%); margin-top: 30px; } .list-inline-bordered { position: relative; } @include media-breakpoint-between(lg, lg) { .rd-nav-item + .rd-nav-item { margin-left: 30px; } } @include media-breakpoint-up(xl) { .rd-navbar-panel { padding-right: 70px; } .rd-navbar-nav-wrap { left: 300px; right: 70px; } } @include media-breakpoint-up(xxl) { .rd-navbar-popup { right: auto; } } &.rd-navbar--is-stuck, &.rd-navbar--is-clone { border-bottom-color: $gray-800; .rd-menu { margin-top: 27px; } } } // Fixed &.rd-navbar-fixed { // RD Search .rd-navbar-search { .form-input { border-width: 0 0 1px 0; border-radius: 0; } } .rd-search { } .rd-navbar-search-toggle { position: fixed; top: 5px; right: 8px; color: $white; span { font-size: 20px; } } // RD Navbar Block .rd-navbar-block { position: absolute; top: 14px; right: 65px; } // RD Navbar Popup .rd-navbar-popup { position: fixed; right: 5px; margin-top: 20px; overflow-y: auto; max-height: calc(100vh - #{$rd-navbar-fixed-height} - 10px); } // RD Navbar Brand .rd-navbar-brand { display: none; } .rd-navbar-nav-wrap { .rd-navbar-brand { display: inline-block; line-height: 0; font-size: 0; margin: 30px 20px 20px; } } @media (min-width: 480px) { .rd-navbar-brand { display: block; } .rd-navbar-nav-wrap { .rd-navbar-brand { display: none; } } } } } rd-navbar_includes/_rd-navbar-fixed.scss000064400000023636151162561410014327 0ustar00/* * * RD Navbar Fixed */ $rd-navbar-fixed-height: $rd-navbar-min-height; $rd-navbar-fixed-line-height: $rd-navbar-min-line-height; $rd-navbar-fixed-panel-color: $gray-700; $rd-navbar-fixed-panel-background: $white; $rd-navbar-fixed-shadow: 0 0 10px 0 rgba($black, .05); $rd-navbar-fixed-border: $rd-navbar-border; $rd-navbar-fixed-nav-color: $rd-navbar-color; $rd-navbar-fixed-nav-background: $rd-navbar-background; $rd-navbar-fixed-nav-active-color: $white; $rd-navbar-fixed-nav-active-background: $primary; $rd-navbar-fixed-menu-item-color: $gray-700; $rd-navbar-fixed-menu-item-hover-color: $white; $rd-navbar-fixed-menu-item-background: $rd-navbar-fixed-panel-background; $rd-navbar-fixed-menu-item-hover-background: $primary; $rd-navbar-fixed-menu-item-font-size: 14px; $rd-navbar-fixed-menu-item-line-height: 24px; $rd-navbar-fixed-menu-item-height: 52px; $rd-navbar-fixed-menu-item-padding-vertical: ($rd-navbar-fixed-menu-item-height - $rd-navbar-fixed-menu-item-line-height) / 2; $rd-navbar-fixed-menu-item-padding-horizontal: 18px; $rd-navbar-fixed-submenu-toggle-color: $gray-700; $rd-navbar-fixed-submenu-toggle-focus-color: $white; .rd-navbar-fixed { display: block; width: 100%; // Reveal nav panel toggle .rd-navbar-toggle { display: inline-block; } // RD Navbar Brand .rd-navbar-brand { position: relative; top: -2px; margin-left: 6px; font-size: 0; line-height: 0; text-align: left; img { max-width: 160px; max-height: 58px; width: auto; height: auto; } } // RD Navbar Panel .rd-navbar-panel { position: fixed; left: 0; top: 0; right: 0; z-index: $zindex-rd-navbar; display: flex; align-items: center; height: $rd-navbar-fixed-height; padding: ($rd-navbar-fixed-height - $rd-navbar-fixed-line-height) / 2; } // Nav wrap and Search into nav wrap styles .rd-navbar-nav-wrap { @extend %rd-navbar-transition; position: fixed; left: 0; top: -$rd-navbar-min-height; bottom: -$rd-navbar-min-height; z-index: $zindex-rd-navbar - 1; width: $rd-navbar-nav-min-width; padding: $rd-navbar-min-height * 2 0 ($rd-navbar-min-height + 25px); overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; font-size: 14px; line-height: 34px; transform: translateX(-110%); &::-webkit-scrollbar { width: 4px; } &::-webkit-scrollbar-thumb { background: lighten($primary, 20%); border: none; border-radius: 0; opacity: .2; } &::-webkit-scrollbar-track { background: $primary; border: none; border-radius: 0; } &.active { transform: translateX(0); } } // RD Navbar Nav .rd-navbar-nav { display: block; margin: 15px 0; height: auto; text-align: left; } .rd-nav-item { text-align: left; + .rd-nav-item { margin-top: 4px; } } .rd-nav-link { display: block; padding: $rd-navbar-fixed-menu-item-padding-vertical 56px $rd-navbar-fixed-menu-item-padding-vertical $rd-navbar-fixed-menu-item-padding-horizontal; } li { &.opened { > .rd-navbar-dropdown { padding: 4px 0 0; } > .rd-navbar-megamenu { padding-top: 15px; padding-bottom: 15px; } > .rd-menu { opacity: 1; height: auto; } > .rd-navbar-submenu-toggle { &::after { transform: rotate(180deg); } } } } .rd-menu { display: none; transition: opacity 0.3s, height 0.4s ease; opacity: 0; height: 0; overflow: hidden; } .rd-navbar-submenu { position: relative; @extend %rd-navbar-transition; .rd-navbar-dropdown { .rd-navbar-submenu-toggle:after { height: 34px; line-height: 34px; } } .rd-navbar-dropdown > li > a { padding-left: 30px; } .rd-navbar-dropdown li li > a, .rd-navbar-megamenu ul li li > a { padding-left: 46px; } &.opened { > .rd-navbar-dropdown, > .rd-navbar-megamenu { display: block; } } } .rd-megamenu-list, .rd-navbar-dropdown { > li > a { display: block; padding: 9px 56px 9px 16px; font-size: 14px; line-height: 1.5; } > li + li { margin-top: 3px; } } .rd-megamenu-list { > li > a { padding-left: 30px; } } .rd-navbar-megamenu { .rd-megamenu-title { position: relative; display: block; padding: 0 $rd-navbar-fixed-menu-item-padding-horizontal 7px; font-size: 16px; line-height: 1.5; &::after { content: ''; position: absolute; left: 20px; right: 20px; bottom: 0; border-bottom: 1px solid; } } // Offsets * + .rd-megamenu-list { margin-top: 11px; } * + .rd-megamenu-title { margin-top: 20px; } > li + li { margin-top: 20px; } } // RD Navbar toggle .rd-navbar-submenu-toggle { cursor: pointer; &::after { content: '\f107'; position: absolute; top: 0; right: 0; width: 56px; height: $rd-navbar-fixed-menu-item-height - 4px; font: 400 14px "FontAwesome"; line-height: $rd-navbar-fixed-menu-item-height - 4px; text-align: center; transition: 0.4s all ease; z-index: 2; cursor: pointer; } } // RD Navbar Collapse .rd-navbar-collapse-toggle { display: block; top: round(($rd-navbar-min-height - $rd-navbar-min-line-height) / 2); z-index: $zindex-rd-navbar + 1; } .rd-navbar-collapse-content { position: fixed; right: 0; top: $rd-navbar-fixed-height; z-index: $zindex-rd-navbar - 1; transform: translate3d(0, -10px, 0); padding: 30px; width: auto; border-radius: 0 0 0 $border-radius-lg; text-align: left; font-size: 14px; opacity: 0; visibility: hidden; transition: .3s; &.active { transform: translate3d(0, 0, 0); opacity: 1; visibility: visible; } } .rd-navbar-collapse-content { > * + * { margin-top: 25px; } } .rd-navbar-main-outer, .rd-navbar-main-element { position: absolute; float: left; width: 100%; } // RD Navbar Search .rd-navbar-search { .rd-search { position: fixed; right: 0; left: 0; top: $rd-navbar-fixed-height; z-index: $zindex-rd-navbar - 1; width: 100%; opacity: 0; visibility: hidden; transition: .3s; transform: translate3d(0, -100%, 0); } .rd-search-results-live { display: none; } .form-input { padding-right: 60px; } .rd-search-form-submit { position: absolute; top: 0; bottom: 0; right: 7px; width: 50px; padding: 0; margin: 0; border: none; background-color: transparent; } &.active { .rd-search { opacity: 1; visibility: visible; transform: none; } } } // Search toggle .rd-navbar-search-toggle { display: inline-flex; @include toggle-icons-via-rotation(48px, 48px, 26px, '\f43b', '\f24c', 'Material Design Icons', 'Material Design Icons'); } [class*='rd-navbar-fixed-element'] { position: fixed; top: ($rd-navbar-fixed-height - $rd-navbar-fixed-line-height) / 2; z-index: $zindex-rd-navbar + 2; } .rd-navbar-fixed-element-1 { right: 0; } .rd-navbar-fixed-element-2 { right: 46px; } &.rd-navbar--is-clone { display: none; } .rd-navbar-fixed--visible { display: block; } .rd-navbar-fixed--hidden { display: none; } } // Default color theme .rd-navbar-fixed { // RD Navbar Panel .rd-navbar-panel { color: $rd-navbar-fixed-panel-color; box-shadow: $rd-navbar-fixed-shadow; background: $rd-navbar-fixed-panel-background; } // RD Navbar Nav Wrap .rd-navbar-nav-wrap { color: $white; background: $rd-navbar-background; border-right: $rd-navbar-border; box-shadow: $rd-navbar-fixed-shadow; } // RD Navbar Nav .rd-nav-item { &:hover, &.focus, &.active, &.opened { .rd-nav-link { color: $rd-navbar-fixed-menu-item-hover-color; background: $rd-navbar-fixed-menu-item-hover-background; } > .rd-navbar-submenu-toggle { color: $rd-navbar-fixed-submenu-toggle-focus-color; } } } .rd-nav-link { color: $rd-navbar-fixed-panel-color; } // Mixed RD Navbar Dropdown & Megamenu .rd-megamenu-list, .rd-navbar-dropdown { > li > a { color: $gray-700; } > li:hover, > li.focus, > li.active, > li.opened { > a { color: $rd-navbar-fixed-menu-item-hover-color; background: $primary; } } } // RD Navbar megamenu .rd-navbar-megamenu { .rd-megamenu-title { color: $gray-300; &::after { border-bottom: $rd-navbar-border; } a { @include link($white, $primary); } } } .rd-navbar-submenu-toggle { color: $rd-navbar-fixed-panel-color; } // RD Navbar Search .rd-navbar-search { .rd-search-form-submit { color: $gray-300; &:hover { color: $primary; } } } // Search toggle .rd-navbar-search-toggle { color: $rd-navbar-panel-color; &:hover { color: $primary; } } // RD Navbar Collapse .rd-navbar-collapse-content { background-color: $rd-navbar-fixed-panel-background; box-shadow: $rd-navbar-shadow; } // Banner .banner { position: relative; overflow: hidden; padding: 20px; margin: 10px; border-radius: $border-radius-lg; text-align: center; &::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba($gray-700, .4); border-radius: inherit; } } } html.rd-navbar-fixed-linked { .page { padding-top: $rd-navbar-fixed-height; } } %context-dark { .rd-navbar-fixed { .rd-navbar-panel { background: $gray-700; } .rd-navbar-nav-wrap { border-right-color: $gray-700; background: darken($gray-700, 2%); } .rd-nav-link, .rd-navbar-submenu-toggle { color: $white; } .rd-navbar-dropdown > li > a, .rd-megamenu-list-link { color: $gray-200; } } } _rd-search.scss000064400000013232151162561410007453 0ustar00/* * * Search Results */ .rd-search-results-live { position: absolute; left: 0; right: 0; top: 100%; max-height: 600px; overflow-y: auto; margin: -3px 0 0; text-align: left; z-index: 998; #search-results { position: relative; padding: 10px 0 0; border-bottom-left-radius: $border-radius-lg; border-bottom-right-radius: $border-radius-lg; color: $form-input-color; background: $form-input-background; border: $form-input-border; border-top: 0; opacity: 0; visibility: hidden; transform-origin: 50% 0; transform: scale(1, .9); transition: .3s all ease; &.active { opacity: 1; visibility: visible; transform: scale(1, 1); .form-input { border-bottom-left-radius: 0; } } } .search-quick-result { padding-left: 15px; padding-right: 15px; font-family: $font-family-sec; font-size: 14px; font-weight: 500; letter-spacing: .08em; line-height: 30px; text-transform: uppercase; color: $headings-color; } .search-list { margin-top: 11px; li:only-child { padding: 0 15px 15px; } } .search-link { color: $gray-300; &:hover { color: $primary; } } .search-error { padding: 0 0 20px; font-size: 14px; line-height: 1.6; } .search-title { position: relative; font-size: 16px; font-weight: 400; color: $headings-color; a:hover { color: $primary; } } .search-link { display: block; } .search-list-item-all { margin-top: 18px; width: 100%; } .search-submit { position: relative; overflow: hidden; z-index: 0; display: block; padding: 10px 20px; margin: 0 -1px; border-bottom-left-radius: $border-radius-lg; border-bottom-right-radius: $border-radius-lg; font-family: $btn-font-family; font-size: 12px; font-weight: $btn-font-weight; letter-spacing: $btn-letter-spacing; text-transform: $btn-text-transform; text-align: center; color: $white; background: $primary; &:hover { color: $white; background: $primary-lighten; } } .match { display: none; } .not-empty ~ & { visibility: visible; opacity: 1; } p { font-size: 14px; } .search-list-item { padding: 0 15px; } * + p { margin-top: 3px; } .search-list-item + .search-list-item { margin-top: 17px; } } // // RD Search Results // .rd-search-results { .search-list { counter-reset: li; text-align: left; padding-left: 0; font-size: 18px; list-style-type: none; overflow: hidden; li div { overflow: hidden; text-overflow: ellipsis; max-width: 100%; white-space: nowrap; } li:only-child::before { display: none; } } .search-list-item { position: relative; padding-left: 40px; font-size: $font-size-base; color: $gray-500; &::before { content: counter(li, decimal) '.'; counter-increment: li; position: absolute; left: 0; top: -0.1em; line-height: inherit; } } .search-title { position: relative; color: $primary; a { color: inherit; &:hover { color: $primary-darken; text-decoration: underline; } } } .search { color: $white; padding: 0 .25em; background: $primary; } .match { padding: 5px; font-size: 12px; line-height: 1.7; letter-spacing: .1em; text-transform: uppercase; color: $black; em { margin: 0; font-style: normal; } } * + .match { margin-top: 10px; } .search-list-item + .search-list-item { margin-top: 40px; } } * + .rd-search-results { margin-top: 40px; } @include media-breakpoint-up(md) { .rd-search-results { .search-list-item { &::before { top: 3px; } } * + p { margin-top: 12px; } } * + .rd-search-results { margin-top: 55px; } } @include media-breakpoint-up(lg) { .rd-search-results { .search-list-item { padding-left: 50px; } * + p { margin-top: 17px; } .search-list-item + .search-list-item { margin-top: 50px; } } } @include media-breakpoint-up(xl) { * + .rd-search-results { margin-top: 70px; } } @include media-breakpoint-up(xxl) { .rd-search-results { .search-list-item + .search-list-item { margin-top: 70px; } } } // RD Search Classic .rd-search-classic { position: relative; .form-wrap-inner { position: relative; } .form-input { padding-right: 50px; } .form-input, .form-label { letter-spacing: 0; } .rd-search-submit { @include reset-button; position: absolute; top: 0; right: 0; bottom: 0; width: 50px; padding-top: 2px; padding-right: 3px; margin: 0; text-align: center; color: $gray-300; font-size: 0; line-height: 0; &:before { position: relative; top: -1px; content: '\f43b'; font: 400 20px 'Material Design Icons'; line-height: 1; transition: .33s all ease; } &:hover { color: $primary; } } } .rd-search.rd-search-inline { position: relative; .form-input { padding-right: $form-input-height; } .button-link { position: absolute; top: 50%; transform: translateY(-50%); width: $form-input-height; right: 0; margin: 0; font-size: 21px; color: $gray-300; transition: .33s; &::before { display: block; margin: auto; } &:hover { color: $primary; } } &.form-sm { .form-input { padding-right: $form-input-sm-height; } .button-link { width: $form-input-sm-height; font-size: 18px; } } &.form-lg { .form-input { padding-right: $form-input-lg-height; } .button-link { width: $form-input-lg-height; } } } _swiper.scss000064400000056704151162561410007127 0ustar00/* * * Swiper */ .swiper-container { position: relative; display: flex; margin: 0 auto; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; pointer-events: none; &, * { backface-visibility: hidden; } } .swiper-container-no-flexbox .swiper-slide { float: left; } .swiper-container-vertical > .swiper-wrapper { flex-direction: column; } .swiper-wrapper { position: relative; z-index: 1; display: flex; align-self: stretch; align-items: stretch; width: 100%; height: auto; min-height: inherit; transition-property: transform; box-sizing: content-box; } .swiper-container-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); } .swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; } .swiper-container-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto; } .swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; background-size: cover; transition-property: transform, transform; pointer-events: auto; contain: paint; } .swiper-invisible-blank-slide { visibility: hidden; } /* Auto Height */ .swiper-container-autoheight { &, .swiper-slide { height: auto; } .swiper-wrapper { align-items: flex-start; transition-property: transform, height; } } /* 3D Effects */ .swiper-container-3d { perspective: 1200px; .swiper-wrapper, .swiper-slide, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top, .swiper-slide-shadow-bottom, .swiper-cube-shadow { transform-style: preserve-3d; } .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top, .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } } /* IE10 Windows Phone 8 Fixes */ .swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper { touch-action: pan-y; } .swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper { touch-action: pan-x; } .swiper-button-prev, .swiper-button-next { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; } .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; } .swiper-button-lock { display: none; } .swiper-pagination { position: absolute; text-align: center; transition: 300ms opacity; transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } /* Common Styles */ .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; } /* Bullets */ .swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; .swiper-pagination-bullet { transform: scale(0.33); position: relative; } .swiper-pagination-bullet-active { transform: scale(1); } .swiper-pagination-bullet-active-prev { transform: scale(0.66); } .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); } .swiper-pagination-bullet-active-next { transform: scale(0.66); } .swiper-pagination-bullet-active-next-next { transform: scale(0.33); } } .swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-bullet-active { opacity: 1; background: #007aff; } .swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0); } .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 200ms transform, 200ms top; } .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left; } .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms right; } /* Progress */ .swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; } .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; } .swiper-container-horizontal > .swiper-pagination-progressbar { width: 100%; height: 4px; left: 0; top: 0; } .swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; } .swiper-pagination-white .swiper-pagination-bullet-active { background: $white; } .swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.25); } .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: $white; } .swiper-pagination-black .swiper-pagination-bullet-active { background: $black; } .swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, 0.25); } .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: $black; } .swiper-pagination-lock { display: none; } /* Scrollbar */ .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); } .swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; } .swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-scrollbar-lock { display: none; } .swiper-zoom-container { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; text-align: center; } .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; } .swiper-slide-zoomed { cursor: move; } /* Preloader */ .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; animation: swiper-preloader-spin 1s steps(12, end) infinite; } .swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; } .swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } @keyframes swiper-preloader-spin { 100% { transform: rotate(360deg); } } /* a11y */ .swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; } .swiper-container-fade { .swiper-container-free-mode .swiper-slide { transition-timing-function: ease-out; } .swiper-slide { pointer-events: none; transition-property: opacity; } .swiper-slide .swiper-slide { pointer-events: none; } .swiper-slide-active, .swiper-slide-active .swiper-slide-active { pointer-events: auto; } } .swiper-container-cube { overflow: visible; } .swiper-container-cube .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin: 100% 0; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide { pointer-events: auto; visibility: visible; } .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right { z-index: 0; backface-visibility: hidden; } .swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; background: #000; opacity: 0.6; filter: blur(50px); z-index: 0; } .swiper-container-flip { overflow: visible; } .swiper-container-flip .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; } .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right { z-index: 0; backface-visibility: hidden; } .swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */ -ms-perspective: 1200px; } // // Swiper navigation // .swiper-button-prev, .swiper-button-next { position: absolute; top: 50%; transform: translateY(-50%); display: none; font-size: 38px; line-height: 1; color: $white; text-align: center; cursor: pointer; transition: .2s ease-in; will-change: transform; z-index: 10; &:hover { color: $primary; } &::before { font-family: 'Material Design Icons'; } @include media-breakpoint-up(md) { display: block; } // Disabled button &.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; } } .swiper-button-prev { left: 30px; &::before { content: "\f14a"; } } .swiper-button-next { right: 30px; &::before { content: "\f14f"; } } .swiper-slider.swiper-container-rtl { .swiper-wrapper { } .swiper-button-prev { &::before { content: "\f061"; } } .swiper-button-next { &::before { content: "\f060"; } } } // Swiper pagination // .swiper-pagination { position: absolute; display: block; text-align: center; transition: .3s; transform: translate3d(0, 0, 0); z-index: 10; &.swiper-pagination-hidden { opacity: 0; } &.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } } .swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 100%; background: rgba($white, .6); transition: .2s; &.swiper-pagination-bullet-active, &:hover { background: rgba($white, 1); } } // Swiper pagination orientation // // Vertical pagination .swiper-container-vertical { > .swiper-pagination { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0); .swiper-pagination-bullet { margin: 5px 0; display: block; } } } // Horizontal pagination .swiper-container-horizontal { > .swiper-pagination { bottom: 20px; left: 0; width: 100%; .swiper-pagination-bullet { margin: 0 5px; } } } .swiper-pagination-outer { position: absolute; left: 50%; transform: translate3d(-50%, 0, 0); z-index: 20; bottom: 30px; pointer-events: none; .swiper-pagination { pointer-events: auto; } } .swiper-pagination.swiper-pagination-modern { $pagination-dot-size: 32px; $pagination-spacing: 10px; position: relative; display: inline-block; width: auto; right: auto; left: auto; margin-left: -$pagination-spacing; .swiper-pagination-bullet, .swiper-pagination-mark { width: $pagination-dot-size; height: $pagination-dot-size; border-radius: 50%; } .swiper-pagination-bullet { display: inline-block; background: transparent; font-weight: 400; color: $gray-700; text-align: center; transition: .33s; line-height: $pagination-dot-size; margin: 0 $pagination-spacing; } .swiper-pagination-mark { position: absolute; top: 0; bottom: 0; z-index: -1; left: -$pagination-spacing; display: block; background: $primary; transition: .4s ease-in-out; } .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover { font-weight: 700; } .swiper-pagination-bullet-active { color: $white; } @for $i from 1 through 12 { .swiper-pagination-bullet-active:nth-child(#{$i}) { ~ .swiper-pagination-mark { transform: translateX(#{($i - 1) * $pagination-dot-size + $i * $pagination-spacing * 2}); } } } } %context-dark { .swiper-pagination .swiper-pagination-bullet { color: $white; } } // // Swiper slide styles // .swiper-slide { position: relative; display: flex; align-items: center; flex-shrink: 0; width: 100%; height: 100%; white-space: nowrap; background-position: 55% center; > * { width: 100%; white-space: normal; } .container { width: 100%; } } // // Slider Light // .swiper-slider-light { min-height: (776 / 1920) * 100vw; .swiper-slide { &::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to right, rgba($white, .7), rgba($white, .3)); pointer-events: none; } } &[data-custom-slide-effect='inter-leave-effect'] { .slide-inner { background: inherit; } } .swiper-slide-caption { position: relative; z-index: 1; max-width: 650px; padding: 40px 0 80px; } #{headings()} { span { display: block; } } } .container + .swiper-slider-light { margin-top: 20px; } @include media-breakpoint-up(sm) { .swiper-slider-light { .swiper-slide { &::before { background: linear-gradient(to right, rgba($white, .7), rgba($white, 0)); } } .slider-slide-caption { padding: 45px 0 95px; } } } @include media-breakpoint-up(md) { .swiper-slider-light { .swiper-slide { background-position: center center; &::before { display: none; } } .swiper-slide-caption { padding: 80px 0 165px; } .swiper-pagination-outer { bottom: 50px; } } } @include media-breakpoint-up(xl) { .swiper-slider-light { .swiper-pagination-outer { bottom: 72px; } } } // // Slider 2 // .swiper-slider-business { min-height: (800 / 1920) * 100vw; .swiper-slide { background-position: 60% 50%; &::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to right, rgba($gray-700, .7), rgba($gray-700, .4)); pointer-events: none; } > * { position: relative; z-index: 1; } } .swiper-slide-caption { padding: 50px 0 100px; } .swiper-caption-text { position: relative; overflow: hidden; max-width: 520px; padding-left: 35px; p { width: 100%; } } .swiper-caption-text-inner { position: relative; overflow: hidden; } .swiper-caption-text-sm { max-width: 470px; } .swiper-caption-text-decoration { position: absolute; top: 0; bottom: 0; left: 0; width: 2px; background: $primary; } .swiper-slider-nav { position: absolute; left: 50%; bottom: 20px; z-index: 20; width: 100%; transform: translate3d(-50%, 0, 0); pointer-events: none; text-align: left; > * + * { margin-left: 10px; } } .wow-outer { white-space: normal; span { display: inline-block; } } .swiper-button-prev, .swiper-button-next { position: relative; transform: none; left: auto; top: auto; right: auto; display: inline-block; pointer-events: auto; } * + .swiper-caption-text { margin-top: 20px; } } @include media-breakpoint-up(md) { .swiper-slider-business { .swiper-slide-caption { padding: 130px 0 180px; } } } @include media-breakpoint-up(lg) { .swiper-slider-business { .swiper-slider-nav { bottom: 40px; } } } @include media-breakpoint-up(xl) { .swiper-slider-business { .swiper-slide { &::before { display: none; } } } } @include media-breakpoint-up(xxl) { .swiper-slider-business { * + .swiper-caption-text { margin-top: 45px; } } } // // Slider Minimal // .swiper-slider-minimal { min-height: (800 / 1920) * 100vw; text-align: center; .swiper-slide { background-position: 50% 50%; justify-content: center; &::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: $black; opacity: .4; } > * { position: relative; z-index: 1; } } .swiper-slide_video { display: flex; align-items: stretch; } .vide_bg { position: relative; display: flex; flex-direction: column; justify-content: center; &::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: $black; opacity: .4; } } .swiper-slide-caption { position: relative; z-index: 2; padding: 80px 0 120px; } .swiper-slide-text { position: relative; overflow: hidden; width: auto; > * { position: relative; transform: translateY(100%); } } .swiper-slide-active { .swiper-slide-text { > * { transform: translateY(0); transition: .5s .3s; } } } } @include media-breakpoint-up(md) { .swiper-slider-minimal { .swiper-slide-caption { padding: 170px 0 220px; } .swiper-pagination-outer { bottom: 50px; } } } @include media-breakpoint-up(xxl) { .swiper-slider-minimal { .swiper-pagination-outer { bottom: 90px; } } } // Custom swiper effect [data-custom-slide-effect='inter-leave-effect'] { .swiper-slide { display: flex; will-change: transform; overflow: hidden; align-items: stretch; min-height: inherit; } .slide-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; background-size: cover; > * { width: 100%; } } } // // Swiper Slider Tiny // .swiper-slider-tiny { min-height: 400px; .swiper-slide { position: relative; &::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; background: linear-gradient(to top, rgba($white, .3) 0%, rgba($white, 0) 40%); } > * { position: relative; z-index: 1; } } } @include media-breakpoint-up(md) { .swiper-slider-tiny { min-height: (760 / 1920) * 100vw; } } @include media-breakpoint-up(lg) { .swiper-slider-tiny { .swiper-pagination-outer { bottom: 65px; } } } _tooltip-custom.scss000064400000001175151162561410010610 0ustar00/* * * Tooltop Custom */ // // Base class // .tooltip { font-size: $font-size-base; line-height: 1.2; } .tooltip-inner { background-color: $tooltip-bg; } .bs-tooltip-top { .arrow::before { border-top-color: $tooltip-arrow-color; } } .bs-tooltip-right { .arrow::before { border-right-color: $tooltip-arrow-color; } } .bs-tooltip-bottom { .arrow::before { border-bottom-color: $tooltip-arrow-color; } } .bs-tooltip-left { .arrow::before { border-left-color: $tooltip-arrow-color; } } @include media-breakpoint-up(xl) { .tooltip-inner { padding: 9px 18px; } } _modal-custom.scss000064400000002101151162561410010200 0ustar00/* * * Modal Custom */ .modal { display: flex !important; padding: 30px 15px 7vh; visibility: hidden; .close { cursor: pointer; color: $gray-400; transition: .22s; span { &::before { content: '\f24c'; font-family: 'Material Design Icons'; } } &:hover { color: $gray-700; } } } .modal.show { visibility: visible; } .modal.fade .modal-dialog { transform: translate3d(0, -30px, 0); } .modal.show .modal-dialog { transform: translate3d(0, 0, 0); } .modal-dialog { display: flex; align-items: flex-start; justify-content: center; margin: 0 auto; } .modal-content { height: 100%; border-radius: $border-radius-lg; } .modal-body { height: 100%; overflow-y: auto; } @include media-breakpoint-up(md) { .modal-header, .modal-body { padding-left: 30px; padding-right: 30px; } .modal-header { padding-top: 20px; padding-bottom: 20px; } .modal-body { padding-top: 30px; padding-bottom: 30px; } .modal-dialog { max-width: 800px; } } _material-parallax.scss000064400000001237151162561410011205 0ustar00/* * * Material Parallax */ .parallax-content { position: relative; z-index: 1; } .parallax-container { position: relative; overflow: hidden; background-position: center center; background-size: cover; } .material-parallax { position: absolute; top: 0; left: -1px; right: -1px; bottom: 0; z-index: 0; background-position: center center; } .ipad, .iphone { .parallax-container { background-attachment: scroll !important; } } .material-parallax img { display: none; position: absolute; left: 50%; bottom: 0; min-width: 101%; min-height: 101%; max-width: none; transform: translate3d(-50%, 0, 0); } _card-custom.scss000064400000006366151162561410010036 0ustar00// // Card custom styles // // Light // $accordion-corporate-color: $gray-700; $accordion-corporate-hover-color: $primary; $accordion-corporate-background: $white; $accordion-corporate-border: $gray-100; $accordion-corporate-content-color: $body-color; $accordion-corporate-arrow-color: $primary; $accordion-corporate-border-radius: 6px; $accordion-corporate-header-padding: 15px 40px 15px 70px; $accordion-corporate-content-padding: 2px 44px 25px nth($accordion-corporate-header-padding, 4); // Card groups .card-group-custom { margin-bottom: 0; .card-header + .collapse > .card-body, .card-header + .collapse > .list-group { border-top: 0; } .card + .card { margin-top: 0; } } .card-title { margin-bottom: 0; } .card-header { background-color: transparent; } .card-custom { display: block; margin: 0; background: inherit; border: 0; border-radius: 0; box-shadow: none; text-align: left; a { display: block; } // Card heading .card-header { padding: 0; border-bottom: 0; border-top-left-radius: 0; border-top-right-radius: 0; } // Card contents .card-body { padding: 0; border: 0; } } * + .card-group-custom { margin-top: 30px; @include media-breakpoint-up(md) { margin-top: 40px; } } /* * Card corporate */ .card-corporate { border-top: 1px solid $accordion-corporate-border; text-align: left; &:last-child { border-bottom: 1px solid $accordion-corporate-border; } .card-collapse { background: $accordion-corporate-background; } .card-title a { position: relative; z-index: 1; padding: $accordion-corporate-header-padding; font-size: 17px; line-height: 1.5; letter-spacing: 0; color: $accordion-corporate-color; transition: 1.3s all ease; &[aria-expanded='true'], &:hover { color: $accordion-corporate-hover-color; } // Open state .card-arrow { transition: .33s; } // Collapsed state &.collapsed { color: $accordion-corporate-color; border-bottom-width: 0; .card-arrow { &::before { opacity: 1; } &::after { opacity: 0; } } } } // Card arrow .card-arrow { position: absolute; top: nth($accordion-corporate-header-padding, 1) + 1px; left: 13px; z-index: 2; width: 20px; height: 20px; color: $accordion-corporate-arrow-color; transition: .33s all ease; text-align: center; &::before, &::after { position: absolute; z-index: 4; font-family: 'Material Design Icons'; font-size: 24px; line-height: 1; transition: .22s; } &::before { content: '\f505'; opacity: 0; } &::after { content: '\f466'; opacity: 1; } } .card-collapse { position: relative; z-index: 1; color: $accordion-corporate-content-color; } .card-body { padding: $accordion-corporate-content-padding; } // Media queries @include media-breakpoint-down(sm) { .card-arrow { left: 0; } .card-title a, .card-body { padding-left: 50px; } } @include media-breakpoint-up(md) { .card-title a { font-size: 20px; line-height: 1.4; } .card-arrow { top: nth($accordion-corporate-header-padding, 1) + 3px; } } } _preloader.scss000064400000003566151162561410007571 0ustar00/* * * Preloader */ // // Base styles // .preloader { position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 10000; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; transition: .3s all ease; pointer-events: none; backface-visibility: hidden; &::before, &::after { content: ''; position: absolute; left: 0; right: 0; transition: .2s linear; transform: translateY(0); pointer-events: none; } &::before { top: 0; bottom: 50%; background: $white; } &::after { top: 50%; bottom: 0; background: $gray-100; } &.loaded { &::before, &::after { transition: .4s linear; } &::before { transform: translateY(-100%); } &::after { transform: translateY(100%); } .preloader-logo, .preloader-body { opacity: 0; visibility: hidden; transition: 0s; } } } .preloader-logo, .preloader-body { transition: 0s .2s; } .preloader-logo { position: relative; z-index: 10; transform: translate3d(0, -50%, 0); padding: 40px; } .preloader-body { position: absolute; top: 50%; transform: translate3d(0, -50%, 0); left: 0; right: 0; z-index: 10; text-align: center; } // // Custom Styles // $value: 100vw; #loadingProgressG { width: $value; height: 5px; overflow: hidden; background: $gray-200; border-radius: $border-radius-lg; margin: auto; } .loadingProgressG { background: $primary; margin-top: 0; margin-left: -$value; animation-name: bounce_loadingProgressG; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; width: $value; height: 5px; transition: .5s; } @keyframes bounce_loadingProgressG { 0% { margin-left: -$value; } 100% { margin-left: $value; } } _slick.scss000064400000014261151162561410006713 0ustar00/* * * Slick Carousel */ // // Base styles // /*rtl:begin:ignore*/ $slick-font-path: "./fonts/" !default; $slick-font-family: 'fl-bigmug-line'; $slick-loader-path: "./" !default; $slick-arrow-color: $primary; $slick-dot-color: $primary; $slick-dot-color-active: $slick-dot-color !default; $slick-prev-character: "\e05b" !default; $slick-next-character: "\e097" !default; $slick-dot-character: ""; $slick-dot-size: 6px !default; $slick-opacity-default: 0.75 !default; $slick-opacity-on-hover: 1 !default; $slick-opacity-not-active: 0.25 !default; .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; &:focus { outline: none; } &.dragging { cursor: pointer; cursor: hand; } } .slick-slider .slick-track, .slick-slider .slick-list { transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; &::before, &::after { content: ""; display: table; } &::after { clear: both; } .slick-loading & { visibility: hidden; } } .slick-slide { float: left; height: 100%; min-height: 1px; [dir="rtl"] & { float: right; } img { display: block; } &.slick-loading img { display: none; } display: none; &.dragging img { pointer-events: none; } .slick-initialized & { display: block; } .slick-loading & { visibility: hidden; } .slick-vertical & { display: block; height: auto; border: 1px solid transparent; } } .slick-arrow.slick-hidden { display: none; } @function slick-image-url($url) { @if function-exists(image-url) { @return image-url($url); } @else { @return url($slick-loader-path + $url); } } @function slick-font-url($url) { @if function-exists(font-url) { @return font-url($url); } @else { @return url($slick-font-path + $url); } } // Appearance styles // -------------------------------------------------- .slick-list { .slick-loading & { background: $white slick-image-url("../images/ajax-loader.gif") center center no-repeat; } } /* Icons */ @if $slick-font-family == "slick" { @font-face { font-family: "slick"; src: slick-font-url("slick.eot"); src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; } } /* Arrows */ .slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; color: transparent; background-color: transparent; top: 50%; transform: translate(0, -50%); padding: 0; border: none; outline: none; z-index: 9; &.slick-disabled:before { opacity: $slick-opacity-not-active; } &::before { font-family: $slick-font-family; font-size: 24px; line-height: 1; color: $slick-arrow-color; opacity: $slick-opacity-default; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: .22s; } &:hover { &::before { color: $primary-darken; } } } .slick-prev { left: 0; [dir="rtl"] & { left: auto; right: 0; } &:before { content: $slick-prev-character; [dir="rtl"] & { content: $slick-next-character; } } } .slick-next { right: 0; [dir="rtl"] & { left: 0; right: auto; } &:before { content: $slick-next-character; [dir="rtl"] & { content: $slick-prev-character; } } } /* Dots */ .slick-slider { } .slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; &:hover, &:focus { outline: none; &:before { opacity: $slick-opacity-on-hover; } } &:before { position: absolute; top: 0; left: 0; content: $slick-dot-character; font-family: $slick-font-family; font-size: $slick-dot-size; line-height: 20px; text-align: center; color: $slick-dot-color; opacity: $slick-opacity-not-active; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } &.slick-active button:before { color: $slick-dot-color-active; opacity: $slick-opacity-default; } } } /*rtl:end:ignore*/ // Custom styles .slick-widget-testimonials { .carousel-child { max-width: 570px; padding: 0 50px; margin-left: auto; margin-right: auto; .item { border-radius: 50%; cursor: pointer; transform: scale3d(.66, .66, .66); transition: .22s; text-align: center; } .slick-center { transform: scale3d(1, 1, 1); } img { border-radius: inherit; max-width: 100%; margin: 0 auto; } @include media-breakpoint-down(xs) { .slick-prev { left: 30px; } .slick-next { right: 30px; } } } .carousel-parent { max-width: 780px; margin-left: auto; margin-right: auto; .item > * { transform-origin: 50% 0; opacity: 0; transition: .44s; } .slick-active > * { opacity: 1; } } > * + * { margin-top: 20px; } } * + .slick-widget-testimonials { margin-top: 30px; } @include media-breakpoint-up(md) { * + .slick-widget-testimonials { margin-top: 55px; } } @include media-breakpoint-up(xl) { * + .slick-widget-testimonials { margin-top: 75px; } } _isotope.scss000064400000010005151162561410007260 0ustar00/* * * Isotope */ $isotope-default-color: $gray-400; $isotope-default-color-active: $gray-700; $isotope-default-border: $isotope-default-color-active; $isotope-nav-spacing: 5px; // // Isotope animations // @keyframes sprite-animation { from { background-position: 0 0; } } [data-isotope-layout] { z-index: 0; display: block; overflow: hidden; min-height: 160px; margin-left: -15px; margin-right: -15px; transition: .4s all ease; &:after { content: ''; position: absolute; top: 50%; left: 50%; width: 64px; height: 64px; margin-top: 15px; background-image: url("../images/isotope-loader.png"); background-position: -1152px 0; animation: 0.7s sprite-animation steps(18) infinite; transition: .4s all ease; transform: translate3d(-50%, -50%, 0); } [class*="col-"] { display: block; opacity: 0; will-change: transform; backface-visibility: hidden; transition: .1s opacity ease-in; } &.isotope--loaded { [class*="col-"] { opacity: 1; } &:after { opacity: 0; visibility: hidden; } } } .isotope.isotope-condensed { margin-left: 0; margin-right: 0; overflow: hidden; [class*='col'] { padding: 0; margin: 0 0 30px 0; } @include media-breakpoint-up(sm) { [class*='col'] { margin: 0 -1px -1px 0; } } } .isotope-filters-modern { } .isotope-filters-list { position: relative; font-size: 16px; @include groupX(20px); margin-bottom: -10px; &::after { content: ''; position: absolute; left: 20px; right: 0; bottom: 10px; border-bottom: 1px solid $gray-200; } li { display: inline-block; margin-bottom: 10px; } a { position: relative; display: block; z-index: 1; padding-bottom: 10px; color: $isotope-default-color; &::after { content: ''; position: absolute; right: 0; bottom: 0; width: 0; height: 1px; transition: .4s; background: $primary; } } a:hover { color: $isotope-default-color-active; } a.active { color: $isotope-default-color-active; &::after { right: auto; left: 0; width: 100%; } } @include media-breakpoint-up(lg) { font-size: 18px; @include groupX(48px); &::after { left: 45px; } } @include media-breakpoint-up(xl) { font-size: 20px; } } .isotope-responsive { @include media-breakpoint-down(sm) { margin-left: -7px; margin-right: -7px; @include grid-offset(14px); [class*='col'] { padding-left: 7px; padding-right: 7px; } } @include media-breakpoint-up(md) { @include grid-offset(30px); } } // Navigation custom @include media-breakpoint-down(sm) { .isotope-filters-modern { position: relative; z-index: 10; } .isotope-filters-toggle { display: block; padding: 10px 20px; color: $white; background: $primary; box-shadow: none; border: 0; margin: 0 auto; .caret { position: relative; display: inline-block; margin-left: 5px; font-family: $fa; font-size: 14px; transition: .22s; will-change: transform; &::before { content: '\f107'; } } &.active { .caret { transform: scale(1, -1); } } } .isotope-filters-list { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 10; min-width: 240px; margin: 5px 0 0 0; padding: 20px; border: 1px solid $gray-200; opacity: 0; visibility: hidden; background: $white; transition: .3s ease-in; &::after { display: none; } &.active { opacity: 1; visibility: visible; } li { display: block; width: 100%; margin-left: 0; } a { padding: 0; &::after { display: none; } } } } @include media-breakpoint-up(md) { .isotope-filters-modern { .isotope-filters-toggle { display: none; } } } * + .isotope { margin-top: 30px; } @include media-breakpoint-up(md) { * + .isotope { margin-top: 47px; } } _owl-carousel.scss000064400000012312151162561410010215 0ustar00/* * * Owl Carousel */ .owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { animation-name: fadeOut; } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } /* * Owl Carousel - Auto Height Plugin */ .owl-height { transition: height 500ms ease-in-out; } /* * Core Owl Carousel CSS File */ .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot { cursor: pointer; user-select: none; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel .owl-refresh .owl-item { display: none; } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } /* No Js */ .no-js .owl-carousel { display: block; } /* * Owl Carousel - Lazy Load Plugin */ .owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; } /* * Owl Carousel - Video Plugin */ .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; font: 400 40px/80px 'FontAwesome'; cursor: pointer; z-index: 1; transition: scale 100ms ease; &:before { content: '\f144'; } } .owl-carousel .owl-video-play-icon:hover { transform: scale(1.3); } .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; } /* * Owl Navigation */ .owl-nav { &.disabled { display: none !important; } } .owl-prev, .owl-next { position: absolute; top: 50%; transform: translateY(-50%); font: 400 46px/50px 'FontAwesome'; color: $gray-300; &:hover { color: $primary; } } .owl-prev { left: 0; &::before { content: '\f104'; } } .owl-next { right: 0; &::before { content: '\f105'; } } /* * Owl Pagination */ .owl-dots { margin-top: 10px; &.disabled { display: none !important; } @include media-breakpoint-up(sm) { margin-top: 25px; } } button.owl-dot { @include reset-button; } .owl-dot { position: relative; display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; width: 14px; height: 14px; border-radius: 50%; margin-left: 14px; margin-right: 14px; text-align: center; outline: none; cursor: pointer; &::before { content: ''; display: block; width: 100%; height: 100%; transform: scale3d(.56, .56, .56); background: $gray-200; border-radius: inherit; transition: .2s; } &:only-child { display: none; } &:hover, &.active { &::before { transform: scale3d(1, 1, 1); background-color: $primary; } } } * + .owl-carousel { margin-top: 30px; } // Custom .owl-carousel-1 { text-align: center; .owl-stage { position: relative; display: flex; align-items: center; } } .owl-carousel-centered-pagination { .owl-dots { text-align: center; } } .owl-carousel-indigo { position: relative; overflow: hidden; max-width: 100vw; padding: 0 15px; margin-left: auto; margin-right: auto; pointer-events: none; &, * { backface-visibility: hidden; } .owl-stage-outer { padding: 23px; margin: -23px; } .owl-item { &.active { pointer-events: auto; } } .owl-dots { pointer-events: auto; } * + .owl-dots { margin-top: 25px; } @include media-breakpoint-down(xs) { .owl-dot { width: 11px; height: 11px; margin: 0 6px; } } @include media-breakpoint-up(md) { padding: 0 0; * + .owl-dots { margin-top: 60px; } } } .owl-carousel-dots-space { .owl-dots { margin-bottom: 25px; } } _progress-bars.scss000064400000002145151162561410010375 0ustar00/* * * Progress Bars */ // // Linear Progress Bars // .progress-linear { position: relative; text-align: left; .progress-header { display: flex; align-items: center; justify-content: space-between; @include spacing(10px); } .progress-bar-linear-wrap { height: 2px; background: $gray-100; } .progress-bar-linear { width: 0; height: inherit; background: $primary; transition: .5s all ease-in-out; } .progress-value { &::after { content: '\0025'; } } } * + .progress-linear { margin-top: 25px; } * + .progress-linear-outer { margin-top: 25px; } * + .progress-bar-linear-wrap { margin-top: 8px; } .progress-linear + .progress-linear { margin-top: 20px; } .progress-linear-outer + .progress-linear-outer { margin-top: 20px; } @include media-breakpoint-up(md) { * + .progress-linear { margin-top: 40px; } * + .progress-linear-outer { margin-top: 40px; } } @include media-breakpoint-up(xl) { .progress-linear + .progress-linear { margin-top: 34px; } .progress-linear-outer + .progress-linear-outer { margin-top: 34px; } } _ui-to-top.scss000064400000002637151162561410007447 0ustar00/* * * ToTop */ .ui-to-top { position: fixed; right: 15px; bottom: 15px; z-index: 100; width: $form-input-height; height: $form-input-height; border-radius: $border-radius-lg; color: $white; background: $primary; overflow: hidden; text-align: center; text-decoration: none; transition: transform .45s ease-in-out, background .3s cubic-bezier(0.2, 1, 0.3, 1); transform: translate3d(0, 100px, 0); &::before, &::after { content: '\f239'; font-family: 'Material Design Icons'; font-size: 20px; line-height: $form-input-height; vertical-align: middle; transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1); } &::before { display: block; } &::after { position: absolute; width: 100%; top: 50%; left: 0; opacity: 0; transform: translate3d(0, 0, 0); } &:hover { &::before { opacity: 0; transform: translate3d(0, -30%, 0); } &::after { opacity: 1; transform: translate3d(0, 0, 0) translateY(-50%); } } &:hover { color: $white; background: $primary-lighten; text-decoration: none; } &:focus { color: $white; } &.active { transform: translate3d(0, 0, 0); } } html.mobile .ui-to-top, html.tablet .ui-to-top { display: none !important; } @include media-breakpoint-up(sm) { .ui-to-top { right: 40px; bottom: 40px; } } _nav-custom.scss000064400000014171151162561410007702 0ustar00// // Nav custom // // // Table of Contents: // // Tabs Corporate // Tabs Line // // Corporate style $tabs-corporate-color: $body-color; $tabs-corporate-background: transparent; $tabs-corporate-active-color: $white; $tabs-corporate-active-background: $primary; $tabs-corporate-border: #e5e7e9; $tabs-line-border: $gray-200; $tabs-line-color: $body-color; $tabs-line-background: $tabs-corporate-background; $tabs-line-active-color: $gray-700; .nav { display: block; } // Base styles .tabs-custom { text-align: left; .nav-tabs { font-size: 0; line-height: 0; word-spacing: 0; border: 0; &:before, &:after { display: none; } } .nav-item { float: none; border: 0; cursor: pointer; transition: .33s all ease; } .nav-link { margin: 0; border-radius: 0; border: 0; } .nav-link.active { cursor: default; border: 0; } } .tab-content > .tab-pane { display: block; visibility: hidden; height: 0; overflow: hidden; } .tab-content > .active { visibility: visible; height: auto; overflow: visible; } // Tabs line .tabs-line { .nav-tabs { position: relative; } .nav-link { font-size: 16px; line-height: 1.4; text-align: center; vertical-align: middle; } * + .tab-content { margin-top: 20px; } @include media-breakpoint-down(sm) { .nav-tabs { max-width: 100%; border: 1px solid $tabs-line-border; } .nav-item { margin: -1px; } .nav-link { padding: 7px 10px; color: $tabs-line-color; background: $tabs-line-background; } .nav-item + .nav-item .nav-link { border-top: 1px solid $tabs-line-border; } .nav-link:hover, .nav-link.active { color: $white; background: $primary; border-color: $primary; } } } * + .tabs-line { margin-top: 30px; } // Tabs corporate style .tabs-corporate { .nav-tabs { position: relative; border: 1px solid $tabs-corporate-border; } .nav-item { margin: -1px; } .nav-link { padding: 10px 10px; text-transform: uppercase; font-size: 12px; font-weight: 700; line-height: 1.4; color: $tabs-corporate-color; background: $tabs-corporate-background; border-bottom: 1px solid $tabs-corporate-border; text-align: center; vertical-align: middle; &:first-child { border-top: 1px solid $tabs-corporate-border; } } .nav-link:hover, .nav-link.active { color: $tabs-corporate-active-color; background: $tabs-corporate-active-background; border-color: $tabs-corporate-active-background; } .tab-content { padding: 30px 0 0; } } @include media-breakpoint-up(md) { * + .tabs-line { margin-top: 40px; } // // Horizontal tabs // .tabs-horizontal { &.tabs-corporate { .nav-tabs { position: relative; width: 100%; display: block; @include spacing(10px); text-align: center; border: 0; will-change: transform; } .nav-item { display: inline-block; will-change: transform; } .nav-link { display: block; position: relative; z-index: 1; min-width: 130px; letter-spacing: .1em; padding: 13px 20px; border: 2px solid $tabs-corporate-border; &, &::before { transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); } &::before { content: ''; position: absolute; top: -1px; left: -1px; width: calc(100% + 2px); height: calc(100% + 2px); z-index: -1; opacity: 0; transform: scale3d(0.7, 1, 1); transition: transform 0.4s, opacity 0.4s; transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); background: $tabs-corporate-active-background; } } .nav-link.active, .nav-link:hover { color: $tabs-corporate-active-color; border-color: $tabs-corporate-active-background; background-color: transparent; &::before { opacity: 1; transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } } } &.tabs-line { .nav-tabs { transform: translateY(-20px); margin-bottom: -20px; border: 0; border-bottom: 1px solid $gray-200; } .nav-item { display: inline-block; margin-top: 20px; &:not(:last-child) { margin-right: 52px; } } .nav-link { position: relative; padding: 0 0 13px 0; font-size: 20px; background-color: transparent; color: $gray-500; border: 0; &::after { content: ''; position: absolute; bottom: 0; right: 0; height: 1px; width: 0; background: $primary; transition: .22s ease; } } .nav-link.active, .nav-link:hover { color: $tabs-line-active-color; } .nav-link.active { &::after { right: auto; left: 0; width: 100%; } } * + .tab-content { margin-top: 25px; } } } // // Vertical tabs // .tabs-vertical { display: flex; align-items: flex-start; .nav-tabs { display: flex; flex-direction: column; align-items: stretch; flex-shrink: 0; max-width: 50%; } .nav-item { border: 0; width: 100%; text-align: left; } .nav-link.active, .nav-link:hover { box-shadow: 0 9px 21px 0 rgba(#1e1e1e, .13); } .tab-content { flex-grow: 1; } // Tabs corporate &.tabs-corporate { .nav-tabs { width: auto; min-width: 260px; border: 0; } .nav-item { margin: 0; } .nav-link { position: relative; padding: 17px 30px; border: 0; overflow: hidden; text-align: left; } .nav-item + .nav-item { margin-top: 2px; } .tab-content { padding: 0 0 0 30px; } } } } @include media-breakpoint-up(lg) { // // Horizontal tabs // .tabs-horizontal { // Tabs Corporate &.tabs-corporate { .tab-content { padding: 60px 30px 0; } } } // // Vertical tabs // .tabs-vertical { // Tabs corporate &.tabs-corporate { .tab-content { padding: 0 0 0 45px; } } } } _scrollbar.scss000064400000032677151162561410007604 0ustar00/* * jQuery mousewheel plugin */ /* ------------------------------------------------------------------------------------------------------------------------ 1. BASIC STYLE ------------------------------------------------------------------------------------------------------------------------ */ .mCustomScrollbar { -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ } .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action { -ms-touch-action: auto; touch-action: auto; } .mCustomScrollBox { /* contains plugin's markup */ position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: none; direction: ltr; } .mCSB_container { /* contains the original content */ overflow: hidden; width: auto; height: auto; } /* ------------------------------------------------------------------------------------------------------------------------ 2. VERTICAL SCROLLBAR y-axis ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_inside > .mCSB_container { margin-right: 30px; } .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; } /* non-visible scrollbar */ .mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */ margin-right: 0; margin-left: 30px; } .mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0; } /* RTL direction/left-side scrollbar */ .mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */ position: absolute; width: 16px; height: auto; left: auto; top: 0; right: 0; bottom: 0; } .mCSB_outside + .mCSB_scrollTools { right: -26px; } /* scrollbar position: outside */ .mCS-dir-rtl-custom > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl-custom > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */ right: auto; left: 0; } .mCS-dir-rtl-custom > .mCSB_outside + .mCSB_scrollTools { left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */ .mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */ position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; } .mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; } .mCSB_scrollTools .mCSB_draggerRail { width: 16px; height: 100%; margin: 0 auto; border-radius: 0; } .mCSB_scrollTools .mCSB_dragger { /* the draggable element */ cursor: pointer; width: 100%; height: 30px; /* minimum dragger height */ z-index: 1; } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */ position: relative; width: 16px; height: 100%; margin: 0 auto; border-radius: 0; text-align: center; } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px; /* auto-expanded scrollbar */ } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px; /* auto-expanded scrollbar */ } .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools .mCSB_buttonDown { bottom: 0; } /* ------------------------------------------------------------------------------------------------------------------------ 3. HORIZONTAL SCROLLBAR x-axis ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0; margin-bottom: 30px; } .mCSB_horizontal.mCSB_outside > .mCSB_container { min-height: 100%; } .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } /* non-visible scrollbar */ .mCSB_scrollTools.mCSB_scrollTools_horizontal { width: auto; height: 16px; top: auto; right: 0; bottom: 0; left: 0; } .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: -26px; } /* scrollbar position: outside */ .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer { margin: 0 20px; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger { width: 30px; /* minimum dragger width */ height: 100%; left: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 12px; /* auto-expanded scrollbar */ margin: 2px auto; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 8px; /* auto-expanded scrollbar */ margin: 4px 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { display: block; position: absolute; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft { left: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { right: 0; } /* ------------------------------------------------------------------------------------------------------------------------ 4. VERTICAL AND HORIZONTAL SCROLLBARS yx-axis ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_container_wrapper { position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; margin-right: 30px; margin-bottom: 30px; } .mCSB_container_wrapper > .mCSB_container { padding-right: 30px; padding-bottom: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 20px; } .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 20px; } /* non-visible horizontal scrollbar */ .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 0; } /* non-visible vertical scrollbar/RTL direction/left-side scrollbar */ .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0; } /* RTL direction/left-side scrollbar */ .mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 20px; } /* non-visible scrollbar/RTL direction/left-side scrollbar */ .mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 0; } .mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */ margin-right: 0; margin-left: 30px; } .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container { padding-right: 0; } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container { padding-bottom: 0; } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; /* non-visible scrollbar */ margin-left: 0; } /* non-visible horizontal scrollbar */ .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } /* ------------------------------------------------------------------------------------------------------------------------ 5. TRANSITIONS ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; transition: opacity .2s ease-in-out, background-color .2s ease-in-out; } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */ .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail { -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; } /* ------------------------------------------------------------------------------------------------------------------------ 6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS ------------------------------------------------------------------------------------------------------------------------ */ /* ---------------------------------------- 6.1 THEMES ---------------------------------------- */ /* default theme ("light") */ .mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #f2f3f8; } .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: darken(#f2f3f8, 10%); } .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { background-image: url(../images/mCSB_buttons.png); /* css sprites */ background-repeat: no-repeat; opacity: 0.4; } .mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0; } .mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px; } .mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px; } .mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px; } .mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover { opacity: 0.75; } .mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active { opacity: 0.9; } /* theme: "dark" */ .mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000000; background-color: rgba(0, 0, 0, 0.15); } .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000000; background-color: rgba(0, 0, 0, 0.75); } .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: rgba(0, 0, 0, 0.85); } .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: rgba(0, 0, 0, 0.9); } .mCS-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0; } .mCS-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px; } .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px; } .mCS-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px; } _d3-charts.scss000064400000011633151162561410007376 0ustar00/* * * D3 Charts */ .c3 svg { padding-left: 4px; width: 100%; -webkit-tap-highlight-color: transparent; } .c3 path, .c3 line { fill: none; stroke: #9f9f9f; } .c3 text { font-family: $font-family-base; font-size: 16px; fill: #9b9b9b; user-select: none; } .c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path { shape-rendering: crispEdges; } .c3-chart-arc path { stroke: $white; } .c3-chart-arc text { fill: $white; font-size: 14px; } /*-- Axis --*/ /*-- Grid --*/ .c3-grid line { stroke: #eaebee; } .c3-grid text { fill: #aaa; } .c3-xgrid, .c3-ygrid { stroke-dasharray: 0 0; } /*-- Text on Chart --*/ .c3-text.c3-empty { fill: #808080; font-size: 2em; } /*-- Line --*/ .c3-line { stroke-width: 3px; } /*-- Point --*/ .c3-circle._expanded_ { stroke-width: 2px; stroke: white; } .c3-selected-circle { fill: white; stroke-width: 2px; } /*-- Bar --*/ .c3-bar { stroke-width: 0; } .c3-bar._expanded_ { fill-opacity: 0.75; } /*-- Focus --*/ .c3-target.c3-focused { opacity: 1; } .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step { stroke-width: 2px; } .c3-target.c3-defocused { opacity: 0.3 !important; } /*-- Region --*/ .c3-region { fill: steelblue; fill-opacity: .1; } /*-- Brush --*/ .c3-brush .extent { fill-opacity: .1; fill: #000; } /*-- Select - Drag --*/ /*-- Legend --*/ .c3-legend-item { font-size: 12px; } .c3-legend-item-hidden { opacity: 0.15; } .c3-legend-background { opacity: 0.75; fill: white; stroke: lightgray; stroke-width: 1; } /*-- Title --*/ .c3-title { font: 14px sans-serif; } /*-- Tooltip --*/ .c3-tooltip-container { z-index: 10; } .c3-tooltip { border-collapse: collapse; border-spacing: 0; background-color: $white; empty-cells: show; opacity: 0.9; border: 1px solid #ccc; tr { border: 1px solid #ccc; } th { background-color: #aaa; font-size: 14px; line-height: 1.2; padding: 2px 5px; text-align: left; color: $white; } td { font-size: 13px; padding: 3px 6px; background-color: $white; color: $black; border-left: 1px dotted #999; > span { display: inline-block; width: 10px; height: 10px; margin-right: 6px; } } td.value { text-align: right; } } /*-- Area --*/ .c3-area { stroke-width: 0; opacity: 0.2; } /*-- Arc --*/ .c3-chart-arcs-title { dominant-baseline: middle; font-size: 1.3em; } .c3-chart-arcs .c3-chart-arcs-background { fill: #e0e0e0; stroke: none; } .c3-chart-arcs .c3-chart-arcs-gauge-unit { fill: #000; font-size: 16px; } .c3-chart-arcs .c3-chart-arcs-gauge-max { fill: #777; } .c3-chart-arcs .c3-chart-arcs-gauge-min { fill: #777; } .c3-chart-arc .c3-gauge-value { fill: #000; } .c3 .domain { stroke: #c8c8c8; } .d3-chart .tick line { display: none; } .d3-chart .c3-tooltip { opacity: 1; color: $white; background: $primary; border: 1px solid $gray-300; tr th { padding: 8px 10px; color: $white; background: $gray-700; } tr td { padding: 5px 10px; color: #838386; background: $white; } .value { border-left: 1px solid #f2f3f9; } } #line-chart { .c3-tooltip-container { border-radius: $border-radius-lg; overflow: hidden; box-shadow: 0 0 10px 0 rgba($black, .05); tr { border: 0; } .name { border-left: 0; } table { border: 0 solid transparent; border-radius: $border-radius-lg; } } .c3-axis-y-label { transform: translateY(-10px); } .c3-axis-y .tick text { transform: translateX(1px); } .c3-axis-x { text-align: left; text { transform: translateX(-1px); text-anchor: start !important; } } .c3-legend-item { display: none !important; transform: translateY(15px); text { font-size: 16px; color: #29293a; } } } .d3-chart-wrap { width: 100%; max-width: 100%; overflow-y: hidden; overflow-x: auto; padding-bottom: 30px; } .d3-chart-wrap > .d3-chart { min-width: 520px; } .d3-chart-legend { transform: translateY(-5px); margin-bottom: -5px; margin-left: -30px; text-align: center; } .d3-chart-legend { > * { display: inline-block; margin-top: 5px; margin-left: 30px; } span { position: relative; display: inline-block; font-size: 16px; color: $gray-400; cursor: pointer; &::before { content: ''; display: inline-block; height: 3px; width: 30px; margin-right: 12px; vertical-align: middle; } &:nth-child(1) { &::before { background: $primary; } } &:nth-child(2) { &::before { background: $gray-300; } } } } * + .d3-chart-legend { margin-top: 20px; } @include media-breakpoint-up(xxl) { .d3-chart-legend span { font-size: 18px; } }_select2.scss000064400000003367151162561410007154 0ustar00/* * * Select 2 v4 */ // Style variables $select-color: $form-input-color; $white: $form-input-background; $select-border: 0; $select-border-radius: $form-input-border-radius; $select-padding-y: $form-input-padding-vertical; $select-padding-x: $form-input-padding-horizontal; $select-font-size: $form-input-font-size; $select-line-height: $form-input-line-height; $select-font-weight: $form-input-font-weight; $select-height: $form-input-height; $select-arrow: '\f236'; $select-arrow-color: $select-color; $select-placeholder-color: $body-color; // Droppdown $select-highlight-color: $white; $select-highlight-bg: $primary; $select-selected-color: $white; $select-selected-bg: lighten($primary, 10%); $select-disabled-color: $gray-500; $select-disabled-bg: $gray-100; $select-search-border: $form-input-border; .select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; @import "select-2_includes/single"; @import "select-2_includes/multiple"; } @import "select-2_includes/dropdown"; .select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; // styles required for IE to work background-color: $white; filter: alpha(opacity=0); } .select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } @import "select-2_includes/themes/default/layout"; _animate.scss000064400000011364151162561410007225 0ustar00/* * * Animate.css */ .animated { animation-duration: 1s; animation-fill-mode: both; opacity: 1; } .animated.infinite { animation-iteration-count: infinite; } .animated.hinge { animation-duration: 2s; } html:not(.lt-ie10) .not-animated { opacity: 0; } // // FadeIn Keyframes Animation // @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fadeIn { animation-name: fadeIn; } // // FadeInUp Keyframes Animation // @keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0, 100%, 0); } 100% { opacity: 1; transform: none; } } .fadeInUp { animation-name: fadeInUp; } // // FadeInDown Keyframes Animation // @keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0, -100%, 0); } 100% { opacity: 1; transform: none; } } .fadeInDown { animation-name: fadeInDown; } // // FadeInLeft Keyframes Animation // @keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0, 0); } 100% { opacity: 1; transform: none; } } .fadeInLeft { animation-name: fadeInLeft; } // // FadeInRight Keyframes Animation // @keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0, 0); } 100% { opacity: 1; transform: none; } } .fadeInRight { animation-name: fadeInRight; } // // FadeOut Keyframes Animation // @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .fadeOut { animation-name: fadeOut; } // // SlideInDown Keyframes Animation // @keyframes slideInDown { 0% { transform: translate3d(0, -100%, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } } .slideInDown { animation-name: slideInDown; } // // SlideInUp Keyframes Animation // @keyframes slideInUp { 0% { transform: translate3d(0, 100%, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } } .slideInUp { animation-name: slideInUp; } // // SlideInLeft Keyframes Animation // @keyframes slideInLeft { 0% { transform: translate3d(-100%, 0, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } } .slideInLeft { animation-name: slideInLeft; } // // SlideInRight Keyframes Animation // @keyframes slideInRight { 0% { transform: translate3d(100%, 0, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } } .slideInRight { animation-name: slideInRight; } // // SlideOutDown Keyframes Animation // @keyframes slideOutDown { 0% { transform: translate3d(0, 0, 0); } 100% { visibility: hidden; transform: translate3d(0, 100%, 0); } } .slideOutDown { animation-name: slideOutDown; } // Custom @keyframes scaleInY { 0% { top: 0; bottom: 100%; } 50% { transform: scale3d(1, 1, 1); } 100% { top: 100%; bottom: auto; transform: scale3d(1, 0, 1); } } // // scaleFadeIn Keyframes Animation // @keyframes scaleFadeIn { 0% { height: 0; } 100% { height: 100%; } } .scaleFadeIn { display: flex; overflow: hidden; animation-name: scaleFadeIn; animation-timing-function: cubic-bezier(.25,.46,.45,.94); } .scaleFadeInWrap { display: flex; align-items: stretch; } // // Wow Outer // .wow-outer { position: relative; overflow: hidden; } // scaleInVertical @keyframes scaleInVertical { 0% { transform: scale3d(1, 0, 1); } 100% { transform: scale3d(1, 1, 1); } } .scaleInVertical { animation-name: scaleInVertical; } // // FadeInLeftSmall Keyframes Animation // @keyframes fadeInLeftSmall { 0% { opacity: 0; transform: translate3d(-20px, 0, 0); } 100% { opacity: 1; transform: none; } } .fadeInLeftSmall { animation-name: fadeInLeftSmall; } // // FadeInUpSmall Keyframes Animation // @keyframes fadeInUpSmall { 0% { opacity: 0; transform: translate3d(0, 20px, 0); } 100% { opacity: 1; transform: none; } } .fadeInUpSmall { animation-name: fadeInUpSmall; } // // FadeSlideInDown Keyframes Animation // @keyframes fadeSlideInDown { 0% { opacity: 0; transform: translate3d(0, -50%, 0); visibility: visible; } 10% { opacity: 1; } 100% { transform: translate3d(0, 0, 0); } } .fadeSlideInDown { animation-name: fadeSlideInDown; } // // FadeSlideInUp Keyframes Animation // @keyframes fadeSlideInUp { 0% { opacity: 0; transform: translate3d(0, 50%, 0); visibility: visible; } 10% { opacity: 1; } 100% { transform: translate3d(0, 0, 0); } } .fadeSlideInUp { animation-name: fadeSlideInUp; } .wow { backface-visibility: hidden; } _timecircles.scss000064400000003034151162561410010105 0ustar00/* * * Time Circles */ // // This element is created inside your target element // It is used so that your own element will not need to be altered // .time_circles { position: relative; width: 100%; } // // This is all the elements used to house all text used // in time circles // .time_circles > div { position: absolute; top: 0 !important; bottom: 0; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; margin-top: -10px; text-align: center; } @include media-breakpoint-up(xl) { #DateCountdown { width: 100%; } } // // Titles (Days, Hours, etc) // .time_circles > div > h4 { position: absolute; left: 0; top: calc(100% + 14px); right: 0; transform: translateY(-100%); margin: 0; padding: 0; text-align: center; font-family: $font-family-base; font-size: 14px !important; line-height: 1.2 !important; color: $gray-600; & + * { margin-top: 0; } @include media-breakpoint-up(sm) { font-size: 16px !important; } } // // Time numbers, ie: 12 // .time_circles > div > span { display: block; text-align: center; letter-spacing: 0; font-size: 24px !important; font-weight: 700; line-height: 1 !important; color: $gray-900; } %context-dark { .time_circles > div > span { color: $white; } .time_circles > div > h4 { color: $white; } } .countdown-wrap { max-width: 530px; padding-bottom: 20px; } * + .countdown-wrap { margin-top: 35px; } .countdown-wrap + .button { margin-top: 40px; } _rd-google-map.scss000064400000001343151162561410010235 0ustar00/* * * RD Google Map */ .gm-style-pbt { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: $gray-900; color: $white; padding: 5px 14px; font-size: 16px; border-radius: 3px; box-shadow: $shadow-area-2; width: 100%; text-align: center; max-width: 300px; } .google-map { color: $black; height: $map-height; img { max-width: none !important; } @include media-breakpoint-up(sm) { height: $map-xs-height; } @include media-breakpoint-up(md) { height: $map-md-height; } @include media-breakpoint-up(lg) { height: $map-lg-height; } @include media-breakpoint-up(xl) { height: 100%; } } .map_locations { display: none; } _rd-navbar.scss000064400000013542151162561410007463 0ustar00/* * * RD Navbar */ // // RD Navbar variables // $rd-navbar-static-width: map-get($container-max-widths, xl) - $grid-gutter-width; $navbar-static-nav-indent: 38px; $rd-navbar-min-font-size: 24px; $rd-navbar-min-line-height: 40px; $rd-navbar-min-height: 56px; $rd-navbar-color: $accent-dark; $rd-navbar-background: $white; $rd-navbar-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17); $rd-navbar-border: 1px solid $gray-200; $rd-navbar-width: 1200px; // RD Navbar Panel $rd-navbar-panel-color: $rd-navbar-color; $rd-navbar-panel-background: $rd-navbar-background; // RD Navbar Nav $rd-navbar-nav-min-width: 270px; $rd-navbar-nav-color: $rd-navbar-color; $rd-navbar-nav-background: transparent; $rd-navbar-nav-hover-color: $primary; $rd-navbar-nav-hover-background: transparent; $rd-navbar-nav-active-color: $rd-navbar-nav-hover-color; $rd-navbar-nav-active-background: $rd-navbar-nav-hover-background; // RD Navbar Menu $rd-navbar-menu-padding: 16px 27px; // RD Navbar Dropdown $rd-navbar-dropdown-width: 290px; $rd-navbar-dropdown-background: $white; $rd-navbar-dropdown-item-color: $primary; $rd-navbar-dropdown-item-background: transparent; $rd-navbar-dropdown-item-hover-color: $primary-darken; $rd-navbar-dropdown-item-hover-background: transparent; $rd-navbar-dropdown-item-active-color: $rd-navbar-dropdown-item-hover-color; $rd-navbar-dropdown-item-active-background: $rd-navbar-dropdown-item-hover-background; // RD Navbar Megamenu $rd-navbar-megamenu-gutter: 30px; $rd-navbar-megamenu-background: $rd-navbar-dropdown-background; $rd-navbar-megamenu-item-color: $rd-navbar-dropdown-item-color; $rd-navbar-megamenu-item-background: transparent; $rd-navbar-megamenu-item-hover-color: $rd-navbar-dropdown-item-hover-color; $rd-navbar-megamenu-item-hover-background: transparent; // RD Navbar toggles $rd-navbar-toggle-preset: "button-lines-cross-1"; $rd-navbar-toggle-border-radius: 0; $rd-navbar-collapse-toggle-preset: "collapse-preset-1"; $rd-navbar-toggle-color: $gray-700; @import "rd-navbar_includes/_rd-navbar-mixins"; // RD Navbar Basics %rd-navbar-transition { transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1); } .rd-navbar--no-transition { &, * { transition: none !important; } } .rd-navbar-wrap { @extend %rd-navbar-transition; } .rd-navbar, .rd-navbar.rd-navbar--is-clone { display: none; } .rd-navbar, .rd-menu, .rd-navbar-nav, .rd-navbar-panel { @extend %rd-navbar-transition; } .rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone, .rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone { display: none; } // RD Navbar .rd-navbar { display: none; background: $rd-navbar-background; } .rd-navbar-outer { position: relative; z-index: $zindex-rd-navbar; } // RD Navbar Nav .rd-navbar-nav { } .rd-nav-link { font: 400 14px/20px $font-family-sec; letter-spacing: .08em; text-transform: uppercase; } // RD Navbar Toggle .rd-navbar-toggle { padding-left: 0; padding-right: 0; @include make-toggle( $rd-navbar-toggle-preset, $rd-navbar-min-line-height, $rd-navbar-min-font-size, $border-radius, $rd-navbar-toggle-color ); background-color: transparent; border: none; display: none; } // RD Navbar Collapse .rd-navbar-collapse-toggle { @include reset-button; @include make-toggle( $rd-navbar-collapse-toggle-preset, $rd-navbar-min-line-height, $rd-navbar-min-font-size, $rd-navbar-toggle-border-radius, $rd-navbar-panel-color ); display: none; } // RD Navbar Brand .rd-navbar-brand { a { display: block; } } // RD Navbar Search .rd-navbar-search { position: relative; display: inline-flex; .form-input { padding-right: 50px; } .rd-search-form-submit { position: absolute; top: 0; bottom: 0; right: 0; width: 50px; padding: 0; margin: 0; border: none; cursor: pointer; background-color: transparent; font-size: 20px; color: $gray-300; transition: .33s; &:hover { color: $primary; } } .rd-search-results-live { pointer-events: none; > * { pointer-events: auto; } } &.active { } } .rd-navbar-search-toggle { @include reset-button; } // RD Navbar Dropdown .rd-navbar-dropdown { display: none; } // RD Navbar Popup .rd-navbar-popup { position: absolute; padding: 15px 25px 20px 20px; width: calc(100vw - 10px); border-radius: $border-radius-lg; opacity: 0; visibility: hidden; transition: .2s; overflow: hidden; background-color: $gray-700; &::before { content: ''; position: absolute; right: 0; left: 0; top: 0; bottom: 0; z-index: -1; transform: scale3d(1, .1, 1); transform-origin: 50% 0; background: $gray-700; border-radius: inherit; transition: .5s; } > * { position: relative; z-index: 1; opacity: 0; visibility: hidden; transition: .5s; transform-origin: 50% 0; transform: scale3d(1, .9, 1); } &.active { opacity: 1; visibility: visible; > * { opacity: 1; visibility: visible; transform: scale3d(1, 1, 1); } &::before { transform: scale3d(1, 1, 1); } } @media (min-width: 400px) { width: 370px; } @include media-breakpoint-up(md) { padding: 40px; } } %context-dark { .rd-navbar-toggle { @include make-toggle( $rd-navbar-toggle-preset, $rd-navbar-min-line-height, $rd-navbar-min-font-size, $border-radius, $white ); display: none; } } @import "rd-navbar_includes/rd-navbar-static"; @import "rd-navbar_includes/rd-navbar-fixed"; @import "rd-navbar_includes/rd-navbar-sidebar"; // Themes @import "rd-navbar_includes/rd-navbar_themes/rd-navbar-minimal"; @import "rd-navbar_includes/rd-navbar_themes/rd-navbar-corporate"; @import "rd-navbar_includes/rd-navbar_themes/rd-navbar-thin"; fullcalendar/fullcalendar.min.css000064400000035624151162653250013150 0ustar00/*! * FullCalendar v3.2.0 Stylesheet * Docs & License: https://fullcalendar.io/ * (c) 2017 Adam Shaw */.fc-icon,body .fc{font-size:1em}.fc-button-group,.fc-icon{display:inline-block}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-khtml-user-select:none;-webkit-touch-callout:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc-icon{height:1em;line-height:1em;overflow:hidden;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad;font-weight:400}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:400}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item:hover td{background-color:#f5f5f5}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}fullcalendar/jquery.fullcalendar.js000064400000021230151162653250013514 0ustar00 !function($) { "use strict"; var CalendarApp = function() { this.$body = $("body") this.$calendar = $('#calendar'), this.$event = ('#calendar-events div.calendar-events'), this.$categoryForm = $('#add_new_event form'), this.$extEvents = $('#calendar-events'), this.$modal = $('#my_event'), this.$saveCategoryBtn = $('.save-category'), this.$calendarObj = null }; /* on drop */ CalendarApp.prototype.onDrop = function (eventObj, date) { var $this = this; // retrieve the dropped element's stored Event Object var originalEventObject = eventObj.data('eventObject'); var $categoryClass = eventObj.attr('data-class'); // we need to copy it, so that multiple events don't have a reference to the same object var copiedEventObject = $.extend({}, originalEventObject); // assign it the date that was reported copiedEventObject.start = date; if ($categoryClass) copiedEventObject['className'] = [$categoryClass]; // render the event on the calendar $this.$calendar.fullCalendar('renderEvent', copiedEventObject, true); // is the "remove after drop" checkbox checked? if ($('#drop-remove').is(':checked')) { // if so, remove the element from the "Draggable Events" list eventObj.remove(); } }, /* on click on event */ CalendarApp.prototype.onEventClick = function (calEvent, jsEvent, view) { var $this = this; var form = $("
"); form.append(""); form.append("
"); $this.$modal.modal({ backdrop: 'static' }); $this.$modal.find('.delete-event').show().end().find('.save-event').hide().end().find('.modal-body').empty().prepend(form).end().find('.delete-event').unbind('click').click(function () { $this.$calendarObj.fullCalendar('removeEvents', function (ev) { return (ev._id == calEvent._id); }); $this.$modal.modal('hide'); }); $this.$modal.find('form').on('submit', function () { calEvent.title = form.find("input[type=text]").val(); $this.$calendarObj.fullCalendar('updateEvent', calEvent); $this.$modal.modal('hide'); return false; }); }, /* on select */ CalendarApp.prototype.onSelect = function (start, end, allDay) { var $this = this; $this.$modal.modal({ backdrop: 'static' }); var form = $("
"); form.append("
"); form.find(".event-inputs") .append("
") .append("
") .find("select[name='category']") .append("") .append("") .append("") .append("") .append("") .append(""); $this.$modal.find('.delete-event').hide().end().find('.save-event').show().end().find('.modal-body').empty().prepend(form).end().find('.save-event').unbind('click').click(function () { form.submit(); }); $this.$modal.find('form').on('submit', function () { var title = form.find("input[name='title']").val(); var beginning = form.find("input[name='beginning']").val(); var ending = form.find("input[name='ending']").val(); var categoryClass = form.find("select[name='category'] option:checked").val(); if (title !== null && title.length != 0) { $this.$calendarObj.fullCalendar('renderEvent', { title: title, start:start, end: end, allDay: false, className: categoryClass }, true); $this.$modal.modal('hide'); } else{ alert('You have to give a title to your event'); } return false; }); $this.$calendarObj.fullCalendar('unselect'); }, CalendarApp.prototype.enableDrag = function() { //init events $(this.$event).each(function () { // it doesn't need to have a start or end var eventObject = { title: $.trim($(this).text()) // use the element's text as the event title }; // store the Event Object in the DOM element so we can get to it later $(this).data('eventObject', eventObject); // make the event draggable using jQuery UI $(this).draggable({ zIndex: 999, revert: true, // will cause the event to go back to its revertDuration: 0 // original position after the drag }); }); } /* Initializing */ CalendarApp.prototype.init = function() { this.enableDrag(); /* Initialize the calendar */ var date = new Date(); var d = date.getDate(); var m = date.getMonth(); var y = date.getFullYear(); var form = ''; var today = new Date($.now()); var defaultEvents = [{ title: 'Event Name 4', start: new Date($.now() + 148000000), className: 'bg-purple' }, { title: 'Test Event 1', start: today, end: today, className: 'bg-success' }, { title: 'Test Event 2', start: new Date($.now() + 168000000), className: 'bg-info' }, { title: 'Test Event 3', start: new Date($.now() + 338000000), className: 'bg-primary' }]; var $this = this; $this.$calendarObj = $this.$calendar.fullCalendar({ slotDuration: '00:15:00', /* If we want to split day time each 15minutes */ minTime: '08:00:00', maxTime: '19:00:00', defaultView: 'month', handleWindowResize: true, header: { left: 'prev,next today', center: 'title', right: 'month,agendaWeek,agendaDay' }, events: defaultEvents, editable: true, droppable: true, // this allows things to be dropped onto the calendar !!! eventLimit: true, // allow "more" link when too many events selectable: true, drop: function(date) { $this.onDrop($(this), date); }, select: function (start, end, allDay) { $this.onSelect(start, end, allDay); }, eventClick: function(calEvent, jsEvent, view) { $this.onEventClick(calEvent, jsEvent, view); } }); //on new event this.$saveCategoryBtn.on('click', function(){ var categoryName = $this.$categoryForm.find("input[name='category-name']").val(); var categoryColor = $this.$categoryForm.find("select[name='category-color']").val(); if (categoryName !== null && categoryName.length != 0) { $this.$extEvents.append('
' + categoryName + '
') $this.enableDrag(); } }); }, //init CalendarApp $.CalendarApp = new CalendarApp, $.CalendarApp.Constructor = CalendarApp }(window.jQuery), //initializing CalendarApp function($) { "use strict"; $.CalendarApp.init() }(window.jQuery);fullcalendar/fullcalendar.min.js000064400000434537151162653250013002 0ustar00/*! * FullCalendar v3.4.0 * Docs & License: https://fullcalendar.io/ * (c) 2017 Adam Shaw */ !function(t){"function"==typeof define&&define.amd?define(["jquery","moment"],t):"object"==typeof exports?module.exports=t(require("jquery"),require("moment")):t(jQuery,moment)}(function(t,e){function n(t){return it(t,Qt)}function i(t,e){e.left&&t.css({"border-left-width":1,"margin-left":e.left-1}),e.right&&t.css({"border-right-width":1,"margin-right":e.right-1})}function r(t){t.css({"margin-left":"","margin-right":"","border-left-width":"","border-right-width":""})}function s(){t("body").addClass("fc-not-allowed")}function o(){t("body").removeClass("fc-not-allowed")}function a(e,n,i){var r=Math.floor(n/e.length),s=Math.floor(n-r*(e.length-1)),o=[],a=[],u=[],h=0;l(e),e.each(function(n,i){var l=n===e.length-1?s:r,c=t(i).outerHeight(!0);c *").each(function(e,i){var r=t(i).outerWidth();r>n&&(n=r)}),n++,e.width(n),n}function h(t,e){var n,i=t.add(e);return i.css({position:"relative",left:-1}),n=t.outerHeight()-e.outerHeight(),i.css({position:"",left:""}),n}function c(e){var n=e.css("position"),i=e.parents().filter(function(){var e=t(this);return/(auto|scroll)/.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))}).eq(0);return"fixed"!==n&&i.length?i:t(e[0].ownerDocument||document)}function d(t,e){var n=t.offset(),i=n.left-(e?e.left:0),r=n.top-(e?e.top:0);return{left:i,right:i+t.outerWidth(),top:r,bottom:r+t.outerHeight()}}function f(t,e){var n=t.offset(),i=p(t),r=n.left+w(t,"border-left-width")+i.left-(e?e.left:0),s=n.top+w(t,"border-top-width")+i.top-(e?e.top:0);return{left:r,right:r+t[0].clientWidth,top:s,bottom:s+t[0].clientHeight}}function g(t,e){var n=t.offset(),i=n.left+w(t,"border-left-width")+w(t,"padding-left")-(e?e.left:0),r=n.top+w(t,"border-top-width")+w(t,"padding-top")-(e?e.top:0);return{left:i,right:i+t.width(),top:r,bottom:r+t.height()}}function p(t){var e,n=t[0].offsetWidth-t[0].clientWidth,i=t[0].offsetHeight-t[0].clientHeight;return n=v(n),i=v(i),e={left:0,right:0,top:0,bottom:i},m()&&"rtl"==t.css("direction")?e.left=n:e.right=n,e}function v(t){return t=Math.max(0,t),t=Math.round(t)}function m(){return null===Xt&&(Xt=y()),Xt}function y(){var e=t("
").css({position:"absolute",top:-1e3,left:0,border:0,padding:0,overflow:"scroll",direction:"rtl"}).appendTo("body"),n=e.children(),i=n.offset().left>e.offset().left;return e.remove(),i}function w(t,e){return parseFloat(t.css(e))||0}function S(t){return 1==t.which&&!t.ctrlKey}function b(t){var e=t.originalEvent.touches;return e&&e.length?e[0].pageX:t.pageX}function E(t){var e=t.originalEvent.touches;return e&&e.length?e[0].pageY:t.pageY}function D(t){return/^touch/.test(t.type)}function T(t){t.addClass("fc-unselectable").on("selectstart",H)}function C(t){t.removeClass("fc-unselectable").off("selectstart",H)}function H(t){t.preventDefault()}function R(t,e){var n={left:Math.max(t.left,e.left),right:Math.min(t.right,e.right),top:Math.max(t.top,e.top),bottom:Math.min(t.bottom,e.bottom)};return n.leftl&&o=l?(n=o.clone(),r=!0):(n=l.clone(),r=!1),a<=u?(i=a.clone(),s=!0):(i=u.clone(),s=!1),{start:n,end:i,isStart:r,isEnd:s}}function F(t,n){return e.duration({days:t.clone().stripTime().diff(n.clone().stripTime(),"days"),ms:t.time()-n.time()})}function A(t,n){return e.duration({days:t.clone().stripTime().diff(n.clone().stripTime(),"days")})}function G(t,n,i){return e.duration(Math.round(t.diff(n,i,!0)),i)}function V(t,e){var n,i,r;for(n=0;n=1&&vt(r)));n++);return i}function O(t,e){var n=V(t);return"week"===n&&"object"==typeof e&&e.days&&(n="day"),n}function P(t,n,i){return null!=i?i.diff(n,t,!0):e.isDuration(n)?n.as(t):n.end.diff(n.start,t,!0)}function _(t,e,n){var i;return tt(n)?(e-t)/n:(i=n.asMonths(),Math.abs(i)>=1&&vt(i)?e.diff(t,"months",!0)/i:e.diff(t,"days",!0)/n.asDays())}function W(t,e){var n,i;return tt(t)||tt(e)?t/e:(n=t.asMonths(),i=e.asMonths(),Math.abs(n)>=1&&vt(n)&&Math.abs(i)>=1&&vt(i)?n/i:t.asDays()/e.asDays())}function Y(t,n){var i;return tt(t)?e.duration(t*n):(i=t.asMonths(),Math.abs(i)>=1&&vt(i)?e.duration({months:i*n}):e.duration({days:t.asDays()*n}))}function q(t){return{start:t.start.clone(),end:t.end.clone()}}function U(t,e){return t=q(t),e.start&&(t.start=j(t.start,e)),e.end&&(t.end=K(t.end,e.end)),t}function j(t,e){return t=t.clone(),e.start&&(t=J(t,e.start)),e.end&&t>=e.end&&(t=e.end.clone().subtract(1)),t}function Z(t,e){return(!e.start||t>=e.start)&&(!e.end||t=e.start)&&(!e.end||t.start=e.start)&&(!e.end||t.end<=e.end)}function X(t,e){return(t.start&&e.start&&t.start.isSame(e.start)||!t.start&&!e.start)&&(t.end&&e.end&&t.end.isSame(e.end)||!t.end&&!e.end)}function K(t,e){return(t.isBefore(e)?t:e).clone()}function J(t,e){return(t.isAfter(e)?t:e).clone()}function tt(t){return Boolean(t.hours()||t.minutes()||t.seconds()||t.milliseconds())}function et(t){return"[object Date]"===Object.prototype.toString.call(t)||t instanceof Date}function nt(t){return/^\d+\:\d+(?:\:\d+\.?(?:\d{3})?)?$/.test(t)}function it(t,e){var n,i,r,s,o,a,l={};if(e)for(n=0;n=0;s--)if("object"==typeof(o=t[s][i]))r.unshift(o);else if(void 0!==o){l[i]=o;break}r.length&&(l[i]=it(r))}for(n=t.length-1;n>=0;n--){a=t[n];for(i in a)i in l||(l[i]=a[i])}return l}function rt(t){var e=function(){};return e.prototype=t,new e}function st(t,e){for(var n in t)ot(t,n)&&(e[n]=t[n])}function ot(t,e){return te.call(t,e)}function at(e){return/undefined|null|boolean|number|string/.test(t.type(e))}function lt(e,n,i){if(t.isFunction(e)&&(e=[e]),e){var r,s;for(r=0;r/g,">").replace(/'/g,"'").replace(/"/g,""").replace(/\n/g,"
")}function ct(t){return t.replace(/&.*?;/g,"")}function dt(e){var n=[];return t.each(e,function(t,e){null!=e&&n.push(t+":"+e)}),n.join(";")}function ft(e){var n=[];return t.each(e,function(t,e){null!=e&&n.push(t+'="'+ht(e)+'"')}),n.join(" ")}function gt(t){return t.charAt(0).toUpperCase()+t.slice(1)}function pt(t,e){return t-e}function vt(t){return t%1==0}function mt(t,e){var n=t[e];return function(){return n.apply(t,arguments)}}function yt(t,e,n){var i,r,s,o,a,l=function(){var u=+new Date-o;u=t.leftCol)return!0;return!1}function Ft(t,e){return t.leftCol-e.leftCol}function At(t){var e,n,i,r=[];for(e=0;ee.top&&t.top"),g.append(o("left")).append(o("right")).append(o("center")).append('
')):s()}function s(){g&&(g.remove(),g=f.el=null)}function o(i){var r=t('
'),s=n.layout[i],o=e.opt("customButtons")||{},a=e.opt("buttonText")||{};return s&&t.each(s.split(" "),function(n){var i,s=t(),l=!0;t.each(this.split(","),function(n,i){var r,u,h,c,d,f,g,m,y,w;"title"==i?(s=s.add(t("

 

")),l=!1):((r=o[i])?(h=function(t){r.click&&r.click.call(w[0],t)},c="",d=r.text):(u=e.getViewSpec(i))?(h=function(){e.changeView(i)},v.push(i),c=u.buttonTextOverride,d=u.buttonTextDefault):e[i]&&(h=function(){e[i]()},c=(e.overrides.buttonText||{})[i],d=a[i]),h&&(f=r?r.themeIcon:e.opt("themeButtonIcons")[i],g=r?r.icon:e.opt("buttonIcons")[i],m=c?ht(c):f&&e.opt("theme")?"":g&&!e.opt("theme")?"":ht(d),y=["fc-"+i+"-button",p+"-button",p+"-state-default"],w=t('").click(function(t){w.hasClass(p+"-state-disabled")||(h(t),(w.hasClass(p+"-state-active")||w.hasClass(p+"-state-disabled"))&&w.removeClass(p+"-state-hover"))}).mousedown(function(){w.not("."+p+"-state-active").not("."+p+"-state-disabled").addClass(p+"-state-down")}).mouseup(function(){w.removeClass(p+"-state-down")}).hover(function(){w.not("."+p+"-state-active").not("."+p+"-state-disabled").addClass(p+"-state-hover")},function(){w.removeClass(p+"-state-hover").removeClass(p+"-state-down")}),s=s.add(w)))}),l&&s.first().addClass(p+"-corner-left").end().last().addClass(p+"-corner-right").end(),s.length>1?(i=t("
"),l&&i.addClass("fc-button-group"),i.append(s),r.append(i)):r.append(s)}),r}function a(t){g&&g.find("h2").text(t)}function l(t){g&&g.find(".fc-"+t+"-button").addClass(p+"-state-active")}function u(t){g&&g.find(".fc-"+t+"-button").removeClass(p+"-state-active")}function h(t){g&&g.find(".fc-"+t+"-button").prop("disabled",!0).addClass(p+"-state-disabled")}function c(t){g&&g.find(".fc-"+t+"-button").prop("disabled",!1).removeClass(p+"-state-disabled")}function d(){return v}var f=this;f.setToolbarOptions=i,f.render=r,f.removeElement=s,f.updateTitle=a,f.activateButton=l,f.deactivateButton=u,f.disableButton=h,f.enableButton=c,f.getViewsWithButtons=d,f.el=null;var g,p,v=[]}function Yt(e){t.each(Me,function(t,n){null==e[t]&&(e[t]=n(e))})}function qt(t){return e.localeData(t)||e.localeData("en")}function Ut(){function n(t,e){return!q.opt("lazyFetching")||s(t,e)?o(t,e):he.resolve(Z)}function i(){Z=r(K),q.trigger("eventsReset",Z)}function r(t){var e,n,i=[];for(e=0;eU&&i.push(n);return i}function s(t,e){return!U||tj}function o(t,e){return U=t,j=e,a()}function a(){return u(Q,"reset")}function l(t){return u(b(t))}function u(t,e){var n,i;for("reset"===e?K=[]:"add"!==e&&(K=C(K,t)),n=0;ns&&(!l[o]||u.isSame(h,l[o]))&&(o-1!==s||"."!==f[o]);o--)v=f[o]+v;for(a=s;a<=o;a++)m+=f[a],y+=g[a];return(m||y)&&(w=r?y+i+m:m+i+y),d(p+w+v)}function r(t){return S[t]||(S[t]=s(t))}function s(t){var e=o(t);return{fakeFormatString:l(e),sameUnits:u(e)}}function o(t){for(var e,n=[],i=/\[([^\]]*)\]|\(([^\)]*)\)|(LTS|LT|(\w)\4*o?)|([^\w\[\(]+)/g;e=i.exec(t);)e[1]?n.push.apply(n,a(e[1])):e[2]?n.push({maybe:o(e[2])}):e[3]?n.push({token:e[3]}):e[5]&&n.push.apply(n,a(e[5]));return n}function a(t){return". "===t?["."," "]:[t]}function l(t){var e,n,i=[];for(e=0;er.value)&&(r=i);return r?r.unit:null}Zt.formatDate=t,Zt.formatRange=n,Zt.oldMomentFormat=e,Zt.queryMostGranularFormatUnit=f;var g="\v",p="",v="",m=new RegExp(v+"([^"+v+"]*)"+v,"g"),y={t:function(t){return e(t,"a").charAt(0)},T:function(t){return e(t,"A").charAt(0)}},w={Y:{value:1,unit:"year"},M:{value:2,unit:"month"},W:{value:3,unit:"week"},w:{value:3,unit:"week"},D:{value:4,unit:"day"},d:{value:4,unit:"day"}},S={}}();var oe=Zt.formatDate,ae=Zt.formatRange,le=Zt.oldMomentFormat;Zt.Class=bt,bt.extend=function(){var t,e,n=arguments.length;for(t=0;t=0;e--)n=i[e],n.namespace!==t.namespace||"add"!==n.type&&"remove"!==n.type||i.splice(e,1);"destroy"===t.type?i.length&&(n=i[i.length-1],n.namespace===t.namespace&&("init"===n.type?(r=!1,i.pop()):"destroy"===n.type&&(r=!1))):"init"===t.type&&i.length&&(n=i[i.length-1],n.namespace===t.namespace&&"init"===n.type&&i.pop())}return r&&i.push(t),r}});Zt.RenderQueue=de;var fe=Zt.EmitterMixin={on:function(e,n){return t(this).on(e,this._prepareIntercept(n)),this},one:function(e,n){return t(this).one(e,this._prepareIntercept(n)),this},_prepareIntercept:function(e){var n=function(t,n){return e.apply(n.context||this,n.args||[])};return e.guid||(e.guid=t.guid++),n.guid=e.guid,n}, off:function(e,n){return t(this).off(e,n),this},trigger:function(e){var n=Array.prototype.slice.call(arguments,1);return t(this).triggerHandler(e,{args:n}),this},triggerWith:function(e,n,i){return t(this).triggerHandler(e,{context:n,args:i}),this}},ge=Zt.ListenerMixin=function(){var e=0;return{listenerId:null,listenTo:function(e,n,i){if("object"==typeof n)for(var r in n)n.hasOwnProperty(r)&&this.listenTo(e,r,n[r]);else"string"==typeof n&&e.on(n+"."+this.getListenerNamespace(),t.proxy(i,this))},stopListeningTo:function(t,e){t.off((e||"")+"."+this.getListenerNamespace())},getListenerNamespace:function(){return null==this.listenerId&&(this.listenerId=e++),"_listener"+this.listenerId}}}(),pe=bt.extend(ge,{isHidden:!0,options:null,el:null,margin:10,constructor:function(t){this.options=t||{}},show:function(){this.isHidden&&(this.el||this.render(),this.el.show(),this.position(),this.isHidden=!1,this.trigger("show"))},hide:function(){this.isHidden||(this.el.hide(),this.isHidden=!0,this.trigger("hide"))},render:function(){var e=this,n=this.options;this.el=t('
').addClass(n.className||"").css({top:0,left:0}).append(n.content).appendTo(n.parentEl),this.el.on("click",".fc-close",function(){e.hide()}),n.autoHide&&this.listenTo(t(document),"mousedown",this.documentMousedown)},documentMousedown:function(e){this.el&&!t(e.target).closest(this.el).length&&this.hide()},removeElement:function(){this.hide(),this.el&&(this.el.remove(),this.el=null),this.stopListeningTo(t(document),"mousedown")},position:function(){var e,n,i,r,s,o=this.options,a=this.el.offsetParent().offset(),l=this.el.outerWidth(),u=this.el.outerHeight(),h=t(window),d=c(this.el);r=o.top||0,s=void 0!==o.left?o.left:void 0!==o.right?o.right-l:0,d.is(window)||d.is(document)?(d=h,e=0,n=0):(i=d.offset(),e=i.top,n=i.left),e+=h.scrollTop(),n+=h.scrollLeft(),!1!==o.viewportConstrain&&(r=Math.min(r,e+d.outerHeight()-u-this.margin),r=Math.max(r,e+this.margin),s=Math.min(s,n+d.outerWidth()-l-this.margin),s=Math.max(s,n+this.margin)),this.el.css({top:r-a.top,left:s-a.left})},trigger:function(t){this.options[t]&&this.options[t].apply(this,Array.prototype.slice.call(arguments,1))}}),ve=Zt.CoordCache=bt.extend({els:null,forcedOffsetParentEl:null,origin:null,boundingRect:null,isHorizontal:!1,isVertical:!1,lefts:null,rights:null,tops:null,bottoms:null,constructor:function(e){this.els=t(e.els),this.isHorizontal=e.isHorizontal,this.isVertical=e.isVertical,this.forcedOffsetParentEl=e.offsetParent?t(e.offsetParent):null},build:function(){var t=this.forcedOffsetParentEl;!t&&this.els.length>0&&(t=this.els.eq(0).offsetParent()),this.origin=t?t.offset():null,this.boundingRect=this.queryBoundingRect(),this.isHorizontal&&this.buildElHorizontals(),this.isVertical&&this.buildElVerticals()},clear:function(){this.origin=null,this.boundingRect=null,this.lefts=null,this.rights=null,this.tops=null,this.bottoms=null},ensureBuilt:function(){this.origin||this.build()},buildElHorizontals:function(){var e=[],n=[];this.els.each(function(i,r){var s=t(r),o=s.offset().left,a=s.outerWidth();e.push(o),n.push(o+a)}),this.lefts=e,this.rights=n},buildElVerticals:function(){var e=[],n=[];this.els.each(function(i,r){var s=t(r),o=s.offset().top,a=s.outerHeight();e.push(o),n.push(o+a)}),this.tops=e,this.bottoms=n},getHorizontalIndex:function(t){this.ensureBuilt();var e,n=this.lefts,i=this.rights,r=n.length;for(e=0;e=n[e]&&t=n[e]&&t0&&(t=c(this.els.eq(0)),!t.is(document))?f(t):null},isPointInBounds:function(t,e){return this.isLeftInBounds(t)&&this.isTopInBounds(e)},isLeftInBounds:function(t){return!this.boundingRect||t>=this.boundingRect.left&&t=this.boundingRect.top&&t=i*i&&this.handleDistanceSurpassed(t),this.isDragging&&this.handleDrag(e,n,t)},handleDrag:function(t,e,n){this.trigger("drag",t,e,n),this.updateAutoScroll(n)},endDrag:function(t){this.isDragging&&(this.isDragging=!1,this.handleDragEnd(t))},handleDragEnd:function(t){this.trigger("dragEnd",t)},startDelay:function(t){var e=this;this.delay?this.delayTimeoutId=setTimeout(function(){e.handleDelayEnd(t)},this.delay):this.handleDelayEnd(t)},handleDelayEnd:function(t){this.isDelayEnded=!0,this.isDistanceSurpassed&&this.startDrag(t)},handleDistanceSurpassed:function(t){this.isDistanceSurpassed=!0,this.isDelayEnded&&this.startDrag(t)},handleTouchMove:function(t){this.isDragging&&this.shouldCancelTouchScroll&&t.preventDefault(),this.handleMove(t)},handleMouseMove:function(t){this.handleMove(t)},handleTouchScroll:function(t){this.isDragging&&!this.scrollAlwaysKills||this.endInteraction(t,!0)},trigger:function(t){this.options[t]&&this.options[t].apply(this,Array.prototype.slice.call(arguments,1)),this["_"+t]&&this["_"+t].apply(this,Array.prototype.slice.call(arguments,1))}});me.mixin({isAutoScroll:!1,scrollBounds:null,scrollTopVel:null,scrollLeftVel:null,scrollIntervalId:null,scrollSensitivity:30,scrollSpeed:200,scrollIntervalMs:50,initAutoScroll:function(){var t=this.scrollEl;this.isAutoScroll=this.options.scroll&&t&&!t.is(window)&&!t.is(document),this.isAutoScroll&&this.listenTo(t,"scroll",yt(this.handleDebouncedScroll,100))},destroyAutoScroll:function(){this.endAutoScroll(),this.isAutoScroll&&this.stopListeningTo(this.scrollEl,"scroll")},computeScrollBounds:function(){this.isAutoScroll&&(this.scrollBounds=d(this.scrollEl))},updateAutoScroll:function(t){var e,n,i,r,s=this.scrollSensitivity,o=this.scrollBounds,a=0,l=0;o&&(e=(s-(E(t)-o.top))/s,n=(s-(o.bottom-E(t)))/s,i=(s-(b(t)-o.left))/s,r=(s-(o.right-b(t)))/s,e>=0&&e<=1?a=e*this.scrollSpeed*-1:n>=0&&n<=1&&(a=n*this.scrollSpeed),i>=0&&i<=1?l=i*this.scrollSpeed*-1:r>=0&&r<=1&&(l=r*this.scrollSpeed)),this.setScrollVel(a,l)},setScrollVel:function(t,e){this.scrollTopVel=t,this.scrollLeftVel=e,this.constrainScrollVel(),!this.scrollTopVel&&!this.scrollLeftVel||this.scrollIntervalId||(this.scrollIntervalId=setInterval(mt(this,"scrollIntervalFunc"),this.scrollIntervalMs))},constrainScrollVel:function(){var t=this.scrollEl;this.scrollTopVel<0?t.scrollTop()<=0&&(this.scrollTopVel=0):this.scrollTopVel>0&&t.scrollTop()+t[0].clientHeight>=t[0].scrollHeight&&(this.scrollTopVel=0),this.scrollLeftVel<0?t.scrollLeft()<=0&&(this.scrollLeftVel=0):this.scrollLeftVel>0&&t.scrollLeft()+t[0].clientWidth>=t[0].scrollWidth&&(this.scrollLeftVel=0)},scrollIntervalFunc:function(){var t=this.scrollEl,e=this.scrollIntervalMs/1e3;this.scrollTopVel&&t.scrollTop(t.scrollTop()+this.scrollTopVel*e),this.scrollLeftVel&&t.scrollLeft(t.scrollLeft()+this.scrollLeftVel*e),this.constrainScrollVel(),this.scrollTopVel||this.scrollLeftVel||this.endAutoScroll()},endAutoScroll:function(){this.scrollIntervalId&&(clearInterval(this.scrollIntervalId),this.scrollIntervalId=null,this.handleScrollEnd())},handleDebouncedScroll:function(){this.scrollIntervalId||this.handleScrollEnd()},handleScrollEnd:function(){}});var ye=me.extend({component:null,origHit:null,hit:null,coordAdjust:null,constructor:function(t,e){me.call(this,e),this.component=t},handleInteractionStart:function(t){var e,n,i,r=this.subjectEl;this.component.hitsNeeded(),this.computeScrollBounds(),t?(n={left:b(t),top:E(t)},i=n,r&&(e=d(r),i=x(i,e)),this.origHit=this.queryHit(i.left,i.top),r&&this.options.subjectCenter&&(this.origHit&&(e=R(this.origHit,e)||e),i=I(e)),this.coordAdjust=k(i,n)):(this.origHit=null,this.coordAdjust=null),me.prototype.handleInteractionStart.apply(this,arguments)},handleDragStart:function(t){var e;me.prototype.handleDragStart.apply(this,arguments),(e=this.queryHit(b(t),E(t)))&&this.handleHitOver(e)},handleDrag:function(t,e,n){var i;me.prototype.handleDrag.apply(this,arguments),i=this.queryHit(b(n),E(n)),Ht(i,this.hit)||(this.hit&&this.handleHitOut(),i&&this.handleHitOver(i))},handleDragEnd:function(){this.handleHitDone(),me.prototype.handleDragEnd.apply(this,arguments)},handleHitOver:function(t){var e=Ht(t,this.origHit);this.hit=t,this.trigger("hitOver",this.hit,e,this.origHit)},handleHitOut:function(){this.hit&&(this.trigger("hitOut",this.hit),this.handleHitDone(),this.hit=null)},handleHitDone:function(){this.hit&&this.trigger("hitDone",this.hit)},handleInteractionEnd:function(){me.prototype.handleInteractionEnd.apply(this,arguments),this.origHit=null,this.hit=null,this.component.hitsNotNeeded()},handleScrollEnd:function(){me.prototype.handleScrollEnd.apply(this,arguments),this.isDragging&&(this.component.releaseHits(),this.component.prepareHits())},queryHit:function(t,e){return this.coordAdjust&&(t+=this.coordAdjust.left,e+=this.coordAdjust.top),this.component.queryHit(t,e)}});Zt.touchMouseIgnoreWait=500;var we=bt.extend(ge,fe,{isTouching:!1,mouseIgnoreDepth:0,handleScrollProxy:null,bind:function(){var e=this;this.listenTo(t(document),{touchstart:this.handleTouchStart,touchcancel:this.handleTouchCancel,touchend:this.handleTouchEnd,mousedown:this.handleMouseDown,mousemove:this.handleMouseMove,mouseup:this.handleMouseUp,click:this.handleClick,selectstart:this.handleSelectStart,contextmenu:this.handleContextMenu}),window.addEventListener("touchmove",this.handleTouchMoveProxy=function(n){e.handleTouchMove(t.Event(n))},{passive:!1}),window.addEventListener("scroll",this.handleScrollProxy=function(n){e.handleScroll(t.Event(n))},!0)},unbind:function(){this.stopListeningTo(t(document)),window.removeEventListener("touchmove",this.handleTouchMoveProxy),window.removeEventListener("scroll",this.handleScrollProxy,!0)},handleTouchStart:function(t){this.stopTouch(t,!0),this.isTouching=!0,this.trigger("touchstart",t)},handleTouchMove:function(t){this.isTouching&&this.trigger("touchmove",t)},handleTouchCancel:function(t){this.isTouching&&(this.trigger("touchcancel",t),this.stopTouch(t))},handleTouchEnd:function(t){this.stopTouch(t)},handleMouseDown:function(t){this.shouldIgnoreMouse()||this.trigger("mousedown",t)},handleMouseMove:function(t){this.shouldIgnoreMouse()||this.trigger("mousemove",t)},handleMouseUp:function(t){this.shouldIgnoreMouse()||this.trigger("mouseup",t)},handleClick:function(t){this.shouldIgnoreMouse()||this.trigger("click",t)},handleSelectStart:function(t){this.trigger("selectstart",t)},handleContextMenu:function(t){this.trigger("contextmenu",t)},handleScroll:function(t){this.trigger("scroll",t)},stopTouch:function(t,e){this.isTouching&&(this.isTouching=!1,this.trigger("touchend",t),e||this.startTouchMouseIgnore())},startTouchMouseIgnore:function(){var t=this,e=Zt.touchMouseIgnoreWait;e&&(this.mouseIgnoreDepth++,setTimeout(function(){t.mouseIgnoreDepth--},e))},shouldIgnoreMouse:function(){return this.isTouching||Boolean(this.mouseIgnoreDepth)}});!function(){var t=null,e=0;we.get=function(){return t||(t=new we,t.bind()),t},we.needed=function(){we.get(),e++},we.unneeded=function(){--e||(t.unbind(),t=null)}}();var Se=bt.extend(ge,{options:null,sourceEl:null,el:null,parentEl:null,top0:null,left0:null,y0:null,x0:null,topDelta:null,leftDelta:null,isFollowing:!1,isHidden:!1,isAnimating:!1,constructor:function(e,n){this.options=n=n||{},this.sourceEl=e,this.parentEl=n.parentEl?t(n.parentEl):e.parent()},start:function(e){this.isFollowing||(this.isFollowing=!0,this.y0=E(e),this.x0=b(e),this.topDelta=0,this.leftDelta=0,this.isHidden||this.updatePosition(),D(e)?this.listenTo(t(document),"touchmove",this.handleMove):this.listenTo(t(document),"mousemove",this.handleMove))},stop:function(e,n){function i(){r.isAnimating=!1,r.removeElement(),r.top0=r.left0=null,n&&n()}var r=this,s=this.options.revertDuration;this.isFollowing&&!this.isAnimating&&(this.isFollowing=!1,this.stopListeningTo(t(document)),e&&s&&!this.isHidden?(this.isAnimating=!0,this.el.animate({top:this.top0,left:this.left0},{duration:s,complete:i})):i())},getEl:function(){var t=this.el;return t||(t=this.el=this.sourceEl.clone().addClass(this.options.additionalClass||"").css({position:"absolute",visibility:"",display:this.isHidden?"none":"",margin:0,right:"auto",bottom:"auto",width:this.sourceEl.width(),height:this.sourceEl.height(),opacity:this.options.opacity||"",zIndex:this.options.zIndex}),t.addClass("fc-unselectable"),t.appendTo(this.parentEl)),t},removeElement:function(){this.el&&(this.el.remove(),this.el=null)},updatePosition:function(){var t,e;this.getEl(),null===this.top0&&(t=this.sourceEl.offset(),e=this.el.offsetParent().offset(),this.top0=t.top-e.top,this.left0=t.left-e.left),this.el.css({top:this.top0+this.topDelta,left:this.left0+this.leftDelta})},handleMove:function(t){this.topDelta=E(t)-this.y0,this.leftDelta=b(t)-this.x0,this.isHidden||this.updatePosition()},hide:function(){this.isHidden||(this.isHidden=!0,this.el&&this.el.hide())},show:function(){this.isHidden&&(this.isHidden=!1,this.updatePosition(),this.getEl().show())}}),be=Zt.Grid=bt.extend(ge,{hasDayInteractions:!0,view:null,isRTL:null,start:null,end:null,el:null,elsByFill:null,eventTimeFormat:null,displayEventTime:null,displayEventEnd:null,minResizeDuration:null,largeUnit:null,dayClickListener:null,daySelectListener:null,segDragListener:null,segResizeListener:null,externalDragListener:null,constructor:function(t){this.view=t,this.isRTL=t.opt("isRTL"),this.elsByFill={},this.dayClickListener=this.buildDayClickListener(),this.daySelectListener=this.buildDaySelectListener()},computeEventTimeFormat:function(){return this.view.opt("smallTimeFormat")},computeDisplayEventTime:function(){return!0},computeDisplayEventEnd:function(){return!0},setRange:function(t){this.start=t.start.clone(),this.end=t.end.clone(),this.rangeUpdated(),this.processRangeOptions()},rangeUpdated:function(){},processRangeOptions:function(){var t,e,n=this.view;this.eventTimeFormat=n.opt("eventTimeFormat")||n.opt("timeFormat")||this.computeEventTimeFormat(),t=n.opt("displayEventTime"),null==t&&(t=this.computeDisplayEventTime()),e=n.opt("displayEventEnd"),null==e&&(e=this.computeDisplayEventEnd()),this.displayEventTime=t,this.displayEventEnd=e},spanToSegs:function(t){},diffDates:function(t,e){return this.largeUnit?G(t,e,this.largeUnit):F(t,e)},hitsNeededDepth:0,hitsNeeded:function(){this.hitsNeededDepth++||this.prepareHits()},hitsNotNeeded:function(){this.hitsNeededDepth&&!--this.hitsNeededDepth&&this.releaseHits()},prepareHits:function(){},releaseHits:function(){},queryHit:function(t,e){},getSafeHitSpan:function(t){var e=this.getHitSpan(t);return Q(e,this.view.activeRange)?e:null},getHitSpan:function(t){},getHitEl:function(t){},setElement:function(t){this.el=t,this.hasDayInteractions&&(T(t),this.bindDayHandler("touchstart",this.dayTouchStart),this.bindDayHandler("mousedown",this.dayMousedown)),this.bindSegHandlers(),this.bindGlobalHandlers()},bindDayHandler:function(e,n){var i=this;this.el.on(e,function(e){if(!t(e.target).is(i.segSelector+","+i.segSelector+" *,.fc-more,a[data-goto]"))return n.call(i,e)})},removeElement:function(){this.unbindGlobalHandlers(),this.clearDragListeners(),this.el.remove()},renderSkeleton:function(){},renderDates:function(){},unrenderDates:function(){},bindGlobalHandlers:function(){this.listenTo(t(document),{dragstart:this.externalDragStart,sortstart:this.externalDragStart})},unbindGlobalHandlers:function(){this.stopListeningTo(t(document))},dayMousedown:function(t){var e=this.view;we.get().shouldIgnoreMouse()||(this.dayClickListener.startInteraction(t),e.opt("selectable")&&this.daySelectListener.startInteraction(t,{distance:e.opt("selectMinDistance")}))},dayTouchStart:function(t){var e,n=this.view;n.isSelected||n.selectedEvent||(e=n.opt("selectLongPressDelay"),null==e&&(e=n.opt("longPressDelay")),this.dayClickListener.startInteraction(t),n.opt("selectable")&&this.daySelectListener.startInteraction(t,{delay:e}))},buildDayClickListener:function(){var t,e=this,n=this.view,i=new ye(this,{scroll:n.opt("dragScroll"),interactionStart:function(){t=i.origHit},hitOver:function(e,n,i){n||(t=null)},hitOut:function(){t=null},interactionEnd:function(i,r){var s;!r&&t&&(s=e.getSafeHitSpan(t))&&n.triggerDayClick(s,e.getHitEl(t),i)}});return i.shouldCancelTouchScroll=!1,i.scrollAlwaysKills=!0,i},buildDaySelectListener:function(){var t,e=this,n=this.view;return new ye(this,{scroll:n.opt("dragScroll"),interactionStart:function(){t=null},dragStart:function(){n.unselect()},hitOver:function(n,i,r){var o,a;r&&(o=e.getSafeHitSpan(r),a=e.getSafeHitSpan(n),t=o&&a?e.computeSelection(o,a):null,t?e.renderSelection(t):!1===t&&s())},hitOut:function(){t=null,e.unrenderSelection()},hitDone:function(){o()},interactionEnd:function(e,i){!i&&t&&n.reportSelection(t,e)}})},clearDragListeners:function(){this.dayClickListener.endInteraction(),this.daySelectListener.endInteraction(),this.segDragListener&&this.segDragListener.endInteraction(),this.segResizeListener&&this.segResizeListener.endInteraction(),this.externalDragListener&&this.externalDragListener.endInteraction()},renderEventLocationHelper:function(t,e){var n=this.fabricateHelperEvent(t,e);return this.renderHelper(n,e)},fabricateHelperEvent:function(t,e){var n=e?rt(e.event):{};return n.start=t.start.clone(),n.end=t.end?t.end.clone():null,n.allDay=null,this.view.calendar.normalizeEventDates(n),n.className=(n.className||[]).concat("fc-helper"),e||(n.editable=!1),n},renderHelper:function(t,e){},unrenderHelper:function(){},renderSelection:function(t){this.renderHighlight(t)},unrenderSelection:function(){this.unrenderHighlight()},computeSelection:function(t,e){var n=this.computeSelectionSpan(t,e);return!(n&&!this.view.calendar.isSelectionSpanAllowed(n))&&n},computeSelectionSpan:function(t,e){var n=[t.start,t.end,e.start,e.end];return n.sort(pt),{start:n[0].clone(),end:n[3].clone()}},renderHighlight:function(t){this.renderFill("highlight",this.spanToSegs(t))},unrenderHighlight:function(){this.unrenderFill("highlight")},highlightSegClasses:function(){return["fc-highlight"]},renderBusinessHours:function(){},unrenderBusinessHours:function(){},getNowIndicatorUnit:function(){},renderNowIndicator:function(t){},unrenderNowIndicator:function(){},renderFill:function(t,e){},unrenderFill:function(t){var e=this.elsByFill[t];e&&(e.remove(),delete this.elsByFill[t])},renderFillSegEls:function(e,n){var i,r=this,s=this[e+"SegEl"],o="",a=[];if(n.length){for(i=0;i"},getDayClasses:function(t,e){var n,i=this.view,r=[];return Z(t,i.activeRange)?(r.push("fc-"+Kt[t.day()]),1==i.currentRangeAs("months")&&t.month()!=i.currentRange.start.month()&&r.push("fc-other-month"),n=i.calendar.getNow(),t.isSame(n,"day")?(r.push("fc-today"),!0!==e&&r.push(i.highlightStateClass)):t *",mousedOverSeg:null,isDraggingSeg:!1,isResizingSeg:!1,isDraggingExternal:!1,segs:null,renderEvents:function(t){var e,n=[],i=[];for(e=0;ea&&o.push({start:a,end:n.start}),n.end>a&&(a=n.end);return a=e.length?e[e.length-1]+1:e[n]},computeColHeadFormat:function(){return this.rowCnt>1||this.colCnt>10?"ddd":this.colCnt>1?this.view.opt("dayOfMonthFormat"):"dddd"},sliceRangeByRow:function(t){var e,n,i,r,s,o=this.daysPerRow,a=this.view.computeDayRange(t),l=this.getDateDayIndex(a.start),u=this.getDateDayIndex(a.end.clone().subtract(1,"days")),h=[];for(e=0;e'+this.renderHeadTrHtml()+"
"},renderHeadIntroHtml:function(){return this.renderIntroHtml()},renderHeadTrHtml:function(){return""+(this.isRTL?"":this.renderHeadIntroHtml())+this.renderHeadDateCellsHtml()+(this.isRTL?this.renderHeadIntroHtml():"")+""},renderHeadDateCellsHtml:function(){var t,e,n=[];for(t=0;t1?' colspan="'+e+'"':"")+(n?" "+n:"")+">"+(r?i.buildGotoAnchorHtml({date:t,forceOff:this.rowCnt>1||1===this.colCnt},o):o)+""},renderBgTrHtml:function(t){return""+(this.isRTL?"":this.renderBgIntroHtml(t))+this.renderBgCellsHtml(t)+(this.isRTL?this.renderBgIntroHtml(t):"")+""},renderBgIntroHtml:function(t){return this.renderIntroHtml()},renderBgCellsHtml:function(t){var e,n,i=[];for(e=0;e"},renderIntroHtml:function(){},bookendCells:function(t){var e=this.renderIntroHtml();e&&(this.isRTL?t.append(e):t.prepend(e))}},De=Zt.DayGrid=be.extend(Ee,{numbersVisible:!1,bottomCoordPadding:0,rowEls:null,cellEls:null,helperEls:null,rowCoordCache:null,colCoordCache:null,renderDates:function(t){var e,n,i=this.view,r=this.rowCnt,s=this.colCnt,o="";for(e=0;e
'+this.renderBgTrHtml(t)+'
'+(this.numbersVisible?""+this.renderNumberTrHtml(t)+"":"")+"
"},renderNumberTrHtml:function(t){return""+(this.isRTL?"":this.renderNumberIntroHtml(t))+this.renderNumberCellsHtml(t)+(this.isRTL?this.renderNumberIntroHtml(t):"")+""},renderNumberIntroHtml:function(t){return this.renderIntroHtml()},renderNumberCellsHtml:function(t){var e,n,i=[];for(e=0;e",i.cellWeekNumbersVisible&&t.day()==n&&(r+=i.buildGotoAnchorHtml({date:t,type:"week"},{class:"fc-week-number"},t.format("w"))),o&&(r+=i.buildGotoAnchorHtml(t,{class:"fc-day-number"},t.date())),r+=""):""},computeEventTimeFormat:function(){return this.view.opt("extraSmallTimeFormat")},computeDisplayEventEnd:function(){return 1==this.colCnt},rangeUpdated:function(){this.updateDayTable()},spanToSegs:function(t){var e,n,i=this.sliceRangeByRow(t);for(e=0;e');o=n&&n.row===e?n.el.position().top:a.find(".fc-content-skeleton tbody").position().top,l.css("top",o).find("table").append(i[e].tbodyEl),a.append(l),r.push(l[0])}),this.helperEls=t(r)},unrenderHelper:function(){this.helperEls&&(this.helperEls.remove(),this.helperEls=null)},fillSegTag:"td",renderFill:function(e,n,i){var r,s,o,a=[];for(n=this.renderFillSegEls(e,n),r=0;r
'),s=r.find("tr"),a>0&&s.append(''),s.append(n.el.attr("colspan",l-a)),l'),this.bookendCells(s),r}});De.mixin({rowStructs:null,unrenderEvents:function(){this.removeSegPopover(),be.prototype.unrenderEvents.apply(this,arguments)},getEventSegs:function(){return be.prototype.getEventSegs.call(this).concat(this.popoverSegs||[])},renderBgSegs:function(e){var n=t.grep(e,function(t){return t.event.allDay});return be.prototype.renderBgSegs.call(this,n)},renderFgSegs:function(e){var n;return e=this.renderFgSegEls(e),n=this.rowStructs=this.renderSegRows(e),this.rowEls.each(function(e,i){t(i).find(".fc-content-skeleton > table").append(n[e].tbodyEl)}),e},unrenderFgSegs:function(){for(var t,e=this.rowStructs||[];t=e.pop();)t.tbodyEl.remove();this.rowStructs=null},renderSegRows:function(t){var e,n,i=[];for(e=this.groupSegRows(t),n=0;n'+ht(n)+""),i=''+(ht(s.title||"")||" ")+"",'
'+(this.isRTL?i+" "+c:c+" "+i)+"
"+(a?'
':"")+(l?'
':"")+""},renderSegRow:function(e,n){function i(e){for(;o"),a.append(h)),v[r][o]=h,m[r][o]=h,o++}var r,s,o,a,l,u,h,c=this.colCnt,d=this.buildSegLevels(n),f=Math.max(1,d.length),g=t(""),p=[],v=[],m=[];for(r=0;r"),p.push([]),v.push([]),m.push([]),s)for(l=0;l').append(u.el),u.leftCol!=u.rightCol?h.attr("colspan",u.rightCol-u.leftCol+1):m[r][o]=h;o<=u.rightCol;)v[r][o]=h,p[r][o]=u,o++;a.append(h)}i(c),this.bookendCells(a),g.append(a)}return{row:e,tbodyEl:g,cellMatrix:v,segMatrix:p,segLevels:d,segs:n}},buildSegLevels:function(t){var e,n,i,r=[];for(this.sortEventSegs(t),e=0;e td > :first-child").each(n),r.position().top+s>a)return i;return!1},limitRow:function(e,n){function i(i){for(;E").append(y),d.append(m),b.push(m[0])),E++}var r,s,o,a,l,u,h,c,d,f,g,p,v,m,y,w=this,S=this.rowStructs[e],b=[],E=0;if(n&&n').attr("rowspan",f),u=c[p],y=this.renderMoreLink(e,l.leftCol+p,[l].concat(u)),m=t("
").append(y),v.append(m),g.push(v[0]),b.push(v[0]);d.addClass("fc-limited").after(t(g)),o.push(d[0])}}i(this.colCnt),S.moreEls=t(b),S.limitedEls=t(o)}},unlimitRow:function(t){var e=this.rowStructs[t];e.moreEls&&(e.moreEls.remove(),e.moreEls=null),e.limitedEls&&(e.limitedEls.removeClass("fc-limited"),e.limitedEls=null)},renderMoreLink:function(e,n,i){var r=this,s=this.view;return t('').text(this.getMoreLinkText(i.length)).on("click",function(o){var a=s.opt("eventLimitClick"),l=r.getCellDate(e,n),u=t(this),h=r.getCellEl(e,n),c=r.getCellSegs(e,n),d=r.resliceDaySegs(c,l),f=r.resliceDaySegs(i,l);"function"==typeof a&&(a=s.publiclyTrigger("eventLimitClick",null,{date:l,dayEl:h,moreEl:u,segs:d,hiddenSegs:f},o)),"popover"===a?r.showSegPopover(e,n,u,d):"string"==typeof a&&s.calendar.zoomTo(l,a)})},showSegPopover:function(t,e,n,i){var r,s,o=this,a=this.view,l=n.parent();r=1==this.rowCnt?a.el:this.rowEls.eq(t),s={className:"fc-more-popover",content:this.renderSegPopoverContent(t,e,i),parentEl:this.view.el,top:r.offset().top,autoHide:!0,viewportConstrain:a.opt("popoverViewportConstrain"),hide:function(){if(o.popoverSegs)for(var t,e=0;e'+ht(a)+'
'),u=l.find(".fc-event-container");for(i=this.renderFgSegEls(i,!0),this.popoverSegs=i,r=0;r'+this.renderBgTrHtml(0)+'
"},renderSlatRowHtml:function(){for(var t,n,i,r=this.view,s=this.isRTL,o="",a=e.duration(+this.view.minTime);a"+(n?""+ht(t.format(this.labelFormat))+"":"")+"",o+='"+(s?"":i)+''+(s?i:"")+"",a.add(this.slotDuration);return o},processOptions:function(){var n,i=this.view,r=i.opt("slotDuration"),s=i.opt("snapDuration");r=e.duration(r),s=s?e.duration(s):r,this.slotDuration=r,this.snapDuration=s,this.snapsPerSlot=r/s,this.minResizeDuration=s,n=i.opt("slotLabelFormat"),t.isArray(n)&&(n=n[n.length-1]),this.labelFormat=n||i.opt("smallTimeFormat"),n=i.opt("slotLabelInterval"),this.labelInterval=n?e.duration(n):this.computeLabelInterval(r)},computeLabelInterval:function(t){var n,i,r;for(n=_e.length-1;n>=0;n--)if(i=e.duration(_e[n]),r=W(i,t),vt(r)&&r>1)return i;return e.duration(t)},computeEventTimeFormat:function(){return this.view.opt("noMeridiemTimeFormat")},computeDisplayEventEnd:function(){return!0},prepareHits:function(){this.colCoordCache.build(),this.slatCoordCache.build()},releaseHits:function(){this.colCoordCache.clear()},queryHit:function(t,e){var n=this.snapsPerSlot,i=this.colCoordCache,r=this.slatCoordCache;if(i.isLeftInBounds(t)&&r.isTopInBounds(e)){var s=i.getHorizontalIndex(t),o=r.getVerticalIndex(e);if(null!=s&&null!=o){var a=r.getTopOffset(o),l=r.getHeight(o),u=(e-a)/l,h=Math.floor(u*n),c=o*n+h,d=a+h/n*l,f=a+(h+1)/n*l;return{col:s,snap:c,component:this,left:i.getLeftOffset(s),right:i.getRightOffset(s),top:d,bottom:f}}}},getHitSpan:function(t){var e,n=this.getCellDate(0,t.col),i=this.computeSnapTime(t.snap);return n.time(i),e=n.clone().add(this.snapDuration),{start:n,end:e}},getHitEl:function(t){return this.colEls.eq(t.col)},rangeUpdated:function(){this.updateDayTable()},computeSnapTime:function(t){return e.duration(this.view.minTime+this.snapDuration*t)},spanToSegs:function(t){var e,n=this.sliceRangeByTimes(t);for(e=0;e
').css("top",r).appendTo(this.colContainerEls.eq(i[n].col))[0]);i.length>0&&s.push(t('
').css("top",r).appendTo(this.el.find(".fc-content-skeleton"))[0]),this.nowIndicatorEls=t(s)},unrenderNowIndicator:function(){this.nowIndicatorEls&&(this.nowIndicatorEls.remove(),this.nowIndicatorEls=null)},renderSelection:function(t){this.view.opt("selectHelper")?this.renderEventLocationHelper(t):this.renderHighlight(t)},unrenderSelection:function(){this.unrenderHelper(),this.unrenderHighlight()},renderHighlight:function(t){this.renderHighlightSegs(this.spanToSegs(t))},unrenderHighlight:function(){this.unrenderHighlightSegs()}});Te.mixin({colContainerEls:null,fgContainerEls:null,bgContainerEls:null,helperContainerEls:null,highlightContainerEls:null,businessContainerEls:null,fgSegs:null,bgSegs:null,helperSegs:null,highlightSegs:null,businessSegs:null,renderContentSkeleton:function(){var e,n,i="";for(e=0;e
';n=t('
'+i+"
"),this.colContainerEls=n.find(".fc-content-col"),this.helperContainerEls=n.find(".fc-helper-container"),this.fgContainerEls=n.find(".fc-event-container:not(.fc-helper-container)"),this.bgContainerEls=n.find(".fc-bgevent-container"),this.highlightContainerEls=n.find(".fc-highlight-container"),this.businessContainerEls=n.find(".fc-business-container"),this.bookendCells(n.find("tr")),this.el.append(n)},renderFgSegs:function(t){return t=this.renderFgSegsIntoContainers(t,this.fgContainerEls),this.fgSegs=t,t},unrenderFgSegs:function(){this.unrenderNamedSegs("fgSegs")},renderHelperSegs:function(e,n){var i,r,s,o=[];for(e=this.renderFgSegsIntoContainers(e,this.helperContainerEls),i=0;i
'+(n?'
'+ht(n)+"
":"")+(o.title?'
'+ht(o.title)+"
":"")+'
'+(u?'
':"")+""},updateSegVerticals:function(t){this.computeSegVerticals(t),this.assignSegVerticals(t)},computeSegVerticals:function(t){var e,n,i;for(e=0;e1?"ll":"LL"},formatRange:function(t,e,n){var i=t.end;return i.hasTime()||(i=i.clone().subtract(1)),ae(t.start,i,e,n,this.opt("isRTL"))},getAllDayHtml:function(){return this.opt("allDayHtml")||ht(this.opt("allDayText"))},buildGotoAnchorHtml:function(e,n,i){var r,s,o,a;return t.isPlainObject(e)?(r=e.date,s=e.type,o=e.forceOff):r=e,r=Zt.moment(r),a={date:r.format("YYYY-MM-DD"),type:s||"day"},"string"==typeof n&&(i=n,n=null),n=n?" "+ft(n):"",i=i||"",!o&&this.opt("navLinks")?"'+i+"":""+i+""},setElement:function(t){this.el=t,this.bindGlobalHandlers(),this.bindBaseRenderHandlers(),this.renderSkeleton()}, removeElement:function(){this.unsetDate(),this.unrenderSkeleton(),this.unbindGlobalHandlers(),this.unbindBaseRenderHandlers(),this.el.remove()},renderSkeleton:function(){},unrenderSkeleton:function(){},setDate:function(t){var e=this.get("dateProfile"),n=this.buildDateProfile(t,null,!0);return e&&X(e.activeRange,n.activeRange)||this.set("dateProfile",n),n.date},unsetDate:function(){this.unset("dateProfile")},requestDateRender:function(t){var e=this;this.renderQueue.queue(function(){e.executeDateRender(t)},"date","init")},requestDateUnrender:function(){var t=this;this.renderQueue.queue(function(){t.executeDateUnrender()},"date","destroy")},fetchInitialEvents:function(t){return this.calendar.requestEvents(t.activeRange.start,t.activeRange.end)},bindEventChanges:function(){this.listenTo(this.calendar,"eventsReset",this.resetEvents)},unbindEventChanges:function(){this.stopListeningTo(this.calendar,"eventsReset")},setEvents:function(t){this.set("currentEvents",t),this.set("hasEvents",!0)},unsetEvents:function(){this.unset("currentEvents"),this.unset("hasEvents")},resetEvents:function(t){this.startBatchRender(),this.unsetEvents(),this.setEvents(t),this.stopBatchRender()},requestEventsRender:function(t){var e=this;this.renderQueue.queue(function(){e.executeEventsRender(t)},"event","init")},requestEventsUnrender:function(){var t=this;this.renderQueue.queue(function(){t.executeEventsUnrender()},"event","destroy")},executeDateRender:function(t,e){this.setDateProfileForRendering(t),this.updateTitle(),this.calendar.updateToolbarButtons(),this.render&&this.render(),this.renderDates(),this.updateSize(),this.renderBusinessHours(),this.startNowIndicator(),e||this.addScroll(this.computeInitialDateScroll()),this.isDatesRendered=!0,this.trigger("datesRendered")},executeDateUnrender:function(){this.unselect(),this.stopNowIndicator(),this.trigger("before:datesUnrendered"),this.unrenderBusinessHours(),this.unrenderDates(),this.destroy&&this.destroy(),this.isDatesRendered=!1},renderDates:function(){},unrenderDates:function(){},bindBaseRenderHandlers:function(){var t=this;this.on("datesRendered.baseHandler",function(){t.onBaseRender()}),this.on("before:datesUnrendered.baseHandler",function(){t.onBeforeBaseUnrender()})},unbindBaseRenderHandlers:function(){this.off(".baseHandler")},onBaseRender:function(){this.applyScreenState(),this.publiclyTrigger("viewRender",this,this,this.el)},onBeforeBaseUnrender:function(){this.applyScreenState(),this.publiclyTrigger("viewDestroy",this,this,this.el)},bindGlobalHandlers:function(){this.listenTo(we.get(),{touchstart:this.processUnselect,mousedown:this.handleDocumentMousedown})},unbindGlobalHandlers:function(){this.stopListeningTo(we.get())},initThemingProps:function(){var t=this.opt("theme")?"ui":"fc";this.widgetHeaderClass=t+"-widget-header",this.widgetContentClass=t+"-widget-content",this.highlightStateClass=t+"-state-highlight"},renderBusinessHours:function(){},unrenderBusinessHours:function(){},startNowIndicator:function(){var t,n,i,r=this;this.opt("nowIndicator")&&(t=this.getNowIndicatorUnit())&&(n=mt(this,"updateNowIndicator"),this.initialNowDate=this.calendar.getNow(),this.initialNowQueriedMs=+new Date,this.renderNowIndicator(this.initialNowDate),this.isNowIndicatorRendered=!0,i=this.initialNowDate.clone().startOf(t).add(1,t)-this.initialNowDate,this.nowIndicatorTimeoutID=setTimeout(function(){r.nowIndicatorTimeoutID=null,n(),i=+e.duration(1,t),i=Math.max(100,i),r.nowIndicatorIntervalID=setInterval(n,i)},i))},updateNowIndicator:function(){this.isNowIndicatorRendered&&(this.unrenderNowIndicator(),this.renderNowIndicator(this.initialNowDate.clone().add(new Date-this.initialNowQueriedMs)))},stopNowIndicator:function(){this.isNowIndicatorRendered&&(this.nowIndicatorTimeoutID&&(clearTimeout(this.nowIndicatorTimeoutID),this.nowIndicatorTimeoutID=null),this.nowIndicatorIntervalID&&(clearTimeout(this.nowIndicatorIntervalID),this.nowIndicatorIntervalID=null),this.unrenderNowIndicator(),this.isNowIndicatorRendered=!1)},getNowIndicatorUnit:function(){},renderNowIndicator:function(t){},unrenderNowIndicator:function(){},updateSize:function(t){var e;t&&(e=this.queryScroll()),this.updateHeight(t),this.updateWidth(t),this.updateNowIndicator(),t&&this.applyScroll(e)},updateWidth:function(t){},updateHeight:function(t){var e=this.calendar;this.setHeight(e.getSuggestedViewHeight(),e.isHeightAuto())},setHeight:function(t,e){},addForcedScroll:function(e){this.addScroll(t.extend(e,{isForced:!0}))},addScroll:function(e){var n=this.queuedScroll||(this.queuedScroll={});n.isForced||t.extend(n,e)},popScroll:function(){this.applyQueuedScroll(),this.queuedScroll=null},applyQueuedScroll:function(){this.queuedScroll&&this.applyScroll(this.queuedScroll)},queryScroll:function(){var e={};return this.isDatesRendered&&t.extend(e,this.queryDateScroll()),e},applyScroll:function(t){this.isDatesRendered&&this.applyDateScroll(t)},computeInitialDateScroll:function(){return{}},queryDateScroll:function(){return{}},applyDateScroll:function(t){},freezeHeight:function(){this.calendar.freezeContentHeight()},thawHeight:function(){this.calendar.thawContentHeight()},executeEventsRender:function(t){this.renderEvents(t),this.isEventsRendered=!0,this.onEventsRender()},executeEventsUnrender:function(){this.onBeforeEventsUnrender(),this.destroyEvents&&this.destroyEvents(),this.unrenderEvents(),this.isEventsRendered=!1},onEventsRender:function(){this.applyScreenState(),this.renderedEventSegEach(function(t){this.publiclyTrigger("eventAfterRender",t.event,t.event,t.el)}),this.publiclyTrigger("eventAfterAllRender")},onBeforeEventsUnrender:function(){this.applyScreenState(),this.renderedEventSegEach(function(t){this.publiclyTrigger("eventDestroy",t.event,t.event,t.el)})},applyScreenState:function(){this.thawHeight(),this.freezeHeight(),this.applyQueuedScroll()},renderEvents:function(t){},unrenderEvents:function(){},resolveEventEl:function(e,n){var i=this.publiclyTrigger("eventRender",e,e,n);return!1===i?n=null:i&&!0!==i&&(n=t(i)),n},showEvent:function(t){this.renderedEventSegEach(function(t){t.el.css("visibility","")},t)},hideEvent:function(t){this.renderedEventSegEach(function(t){t.el.css("visibility","hidden")},t)},renderedEventSegEach:function(t,e){var n,i=this.getEventSegs();for(n=0;n=this.nextDayThreshold&&r.add(1,"days")),(!i||r<=n)&&(r=n.clone().add(1,"days")),{start:n,end:r}},isMultiDayEvent:function(t){var e=this.computeDayRange(t);return e.end.diff(e.start,"days")>1}});Ce.watch("displayingDates",["dateProfile"],function(t){this.requestDateRender(t.dateProfile)},function(){this.requestDateUnrender()}),Ce.watch("initialEvents",["dateProfile"],function(t){return this.fetchInitialEvents(t.dateProfile)}),Ce.watch("bindingEvents",["initialEvents"],function(t){this.setEvents(t.initialEvents),this.bindEventChanges()},function(){this.unbindEventChanges(),this.unsetEvents()}),Ce.watch("displayingEvents",["displayingDates","hasEvents"],function(){this.requestEventsRender(this.get("currentEvents"))},function(){this.requestEventsUnrender()}),Ce.mixin({currentRange:null,currentRangeUnit:null,renderRange:null,activeRange:null,validRange:null,dateIncrement:null,minTime:null,maxTime:null,usesMinMaxTime:!1,start:null,end:null,intervalStart:null,intervalEnd:null,setDateProfileForRendering:function(t){this.currentRange=t.currentRange,this.currentRangeUnit=t.currentRangeUnit,this.renderRange=t.renderRange,this.activeRange=t.activeRange,this.validRange=t.validRange,this.dateIncrement=t.dateIncrement,this.minTime=t.minTime,this.maxTime=t.maxTime,this.start=t.activeRange.start,this.end=t.activeRange.end,this.intervalStart=t.currentRange.start,this.intervalEnd=t.currentRange.end},buildPrevDateProfile:function(t){var e=t.clone().startOf(this.currentRangeUnit).subtract(this.dateIncrement);return this.buildDateProfile(e,-1)},buildNextDateProfile:function(t){var e=t.clone().startOf(this.currentRangeUnit).add(this.dateIncrement);return this.buildDateProfile(e,1)},buildDateProfile:function(t,n,i){var r,s,o,a,l=this.buildValidRange(),u=null,h=null;return i&&(t=j(t,l)),r=this.buildCurrentRangeInfo(t,n),s=this.buildRenderRange(r.range,r.unit),o=q(s),this.opt("showNonCurrentDates")||(o=U(o,r.range)),u=e.duration(this.opt("minTime")),h=e.duration(this.opt("maxTime")),this.adjustActiveRange(o,u,h),o=U(o,l),t=j(t,o),a=$(r.range,l),{validRange:l,currentRange:r.range,currentRangeUnit:r.unit,activeRange:o,renderRange:s,minTime:u,maxTime:h,isValid:a,date:t,dateIncrement:this.buildDateIncrement(r.duration)}},buildValidRange:function(){return this.getRangeOption("validRange",this.calendar.getNow())||{}},buildCurrentRangeInfo:function(t,e){var n,i=null,r=null,s=null;return this.viewSpec.duration?(i=this.viewSpec.duration,r=this.viewSpec.durationUnit,s=this.buildRangeFromDuration(t,e,i,r)):(n=this.opt("dayCount"))?(r="day",s=this.buildRangeFromDayCount(t,e,n)):(s=this.buildCustomVisibleRange(t))?r=V(s.start,s.end):(i=this.getFallbackDuration(),r=V(i),s=this.buildRangeFromDuration(t,e,i,r)),this.normalizeCurrentRange(s,r),{duration:i,unit:r,range:s}},getFallbackDuration:function(){return e.duration({days:1})},normalizeCurrentRange:function(t,e){/^(year|month|week|day)$/.test(e)?(t.start.stripTime(),t.end.stripTime()):(t.start.hasTime()||t.start.time(0),t.end.hasTime()||t.end.time(0))},adjustActiveRange:function(t,e,n){var i=!1;this.usesMinMaxTime&&(e<0&&(t.start.time(0).add(e),i=!0),n>864e5&&(t.end.time(n-864e5),i=!0),i&&(t.start.hasTime()||t.start.time(0),t.end.hasTime()||t.end.time(0)))},buildRangeFromDuration:function(t,n,i,r){var s,o,a,l=this.opt("dateAlignment"),u=t.clone();return i.as("days")<=1&&this.isHiddenDay(u)&&(u=this.skipHiddenDays(u,n),u.startOf("day")),l||(o=this.opt("dateIncrement"),o?(a=e.duration(o),l=a
')},clear:function(){this.setHeight("auto"),this.applyOverflow()},destroy:function(){this.el.remove()},applyOverflow:function(){this.scrollEl.css({"overflow-x":this.overflowX,"overflow-y":this.overflowY})},lockOverflow:function(t){var e=this.overflowX,n=this.overflowY;t=t||this.getScrollbarWidths(),"auto"===e&&(e=t.top||t.bottom||this.scrollEl[0].scrollWidth-1>this.scrollEl[0].clientWidth?"scroll":"hidden"),"auto"===n&&(n=t.left||t.right||this.scrollEl[0].scrollHeight-1>this.scrollEl[0].clientHeight?"scroll":"hidden"),this.scrollEl.css({"overflow-x":e,"overflow-y":n})},setHeight:function(t){this.scrollEl.height(t)},getScrollTop:function(){return this.scrollEl.scrollTop()},setScrollTop:function(t){this.scrollEl.scrollTop(t)},getClientWidth:function(){return this.scrollEl[0].clientWidth},getClientHeight:function(){return this.scrollEl[0].clientHeight},getScrollbarWidths:function(){return p(this.scrollEl)}});_t.prototype.proxyCall=function(t){var e=Array.prototype.slice.call(arguments,1),n=[];return this.items.forEach(function(i){n.push(i[t].apply(i,e))}),n};var Re=Zt.Calendar=bt.extend(fe,{view:null,viewsByType:null,currentDate:null,loadingLevel:0,constructor:function(t,e){we.needed(),this.el=t,this.viewsByType={},this.viewSpecCache={},this.initOptionsInternals(e),this.initMomentInternals(),this.initCurrentDate(),Ut.call(this),this.initialize()},initialize:function(){},getCalendar:function(){return this},getView:function(){return this.view},publiclyTrigger:function(t,e){var n=Array.prototype.slice.call(arguments,2),i=this.opt(t);if(e=e||this.el[0],this.triggerWith(t,e,n),i)return i.apply(e,n)},instantiateView:function(t){var e=this.getViewSpec(t);return new e.class(this,e)},isValidViewType:function(t){return Boolean(this.getViewSpec(t))},changeView:function(t,e){e&&(e.start&&e.end?this.recordOptionOverrides({visibleRange:e}):this.currentDate=this.moment(e).stripZone()),this.renderView(t)},zoomTo:function(t,e){var n;e=e||"day",n=this.getViewSpec(e)||this.getUnitViewSpec(e),this.currentDate=t.clone(),this.renderView(n?n.type:null)},initCurrentDate:function(){var t=this.opt("defaultDate");this.currentDate=null!=t?this.moment(t).stripZone():this.getNow()},prev:function(){var t=this.view.buildPrevDateProfile(this.currentDate);t.isValid&&(this.currentDate=t.date,this.renderView())},next:function(){var t=this.view.buildNextDateProfile(this.currentDate);t.isValid&&(this.currentDate=t.date,this.renderView())},prevYear:function(){this.currentDate.add(-1,"years"),this.renderView()},nextYear:function(){this.currentDate.add(1,"years"),this.renderView()},today:function(){this.currentDate=this.getNow(),this.renderView()},gotoDate:function(t){this.currentDate=this.moment(t).stripZone(),this.renderView()},incrementDate:function(t){this.currentDate.add(e.duration(t)),this.renderView()},getDate:function(){return this.applyTimezone(this.currentDate)},pushLoading:function(){this.loadingLevel++||this.publiclyTrigger("loading",null,!0,this.view)},popLoading:function(){--this.loadingLevel||this.publiclyTrigger("loading",null,!1,this.view)},select:function(t,e){this.view.select(this.buildSelectSpan.apply(this,arguments))},unselect:function(){this.view&&this.view.unselect()},buildSelectSpan:function(t,e){var n,i=this.moment(t).stripZone();return n=e?this.moment(e).stripZone():i.hasTime()?i.clone().add(this.defaultTimedEventDuration):i.clone().add(this.defaultAllDayEventDuration),{start:i,end:n}},parseRange:function(t){var e=null,n=null;return t.start&&(e=this.moment(t.start).stripZone()),t.end&&(n=this.moment(t.end).stripZone()),e||n?e&&n&&n.isBefore(e)?null:{start:e,end:n}:null},rerenderEvents:function(){this.elementVisible()&&this.reportEventChange()}});Re.mixin({dirDefaults:null,localeDefaults:null,overrides:null,dynamicOverrides:null,optionsModel:null,initOptionsInternals:function(e){this.overrides=t.extend({},e),this.dynamicOverrides={},this.optionsModel=new ue,this.populateOptionsHash()},option:function(t,e){var n;if("string"==typeof t){if(void 0===e)return this.optionsModel.get(t);n={},n[t]=e,this.setOptions(n)}else"object"==typeof t&&this.setOptions(t)},opt:function(t){return this.optionsModel.get(t)},setOptions:function(t){var e,n=0;this.recordOptionOverrides(t);for(e in t)n++;if(1===n){if("height"===e||"contentHeight"===e||"aspectRatio"===e)return void this.updateSize(!0);if("defaultDate"===e)return;if("businessHours"===e)return void(this.view&&(this.view.unrenderBusinessHours(),this.view.renderBusinessHours()));if("timezone"===e)return this.rezoneArrayEventSources(),void this.refetchEvents()}this.renderHeader(),this.renderFooter(),this.viewsByType={},this.reinitView()},populateOptionsHash:function(){var t,e,i,r,s;t=ut(this.dynamicOverrides.locale,this.overrides.locale),e=xe[t],e||(t=Re.defaults.locale,e=xe[t]||{}),i=ut(this.dynamicOverrides.isRTL,this.overrides.isRTL,e.isRTL,Re.defaults.isRTL),r=i?Re.rtlDefaults:{},this.dirDefaults=r,this.localeDefaults=e,s=n([Re.defaults,r,e,this.overrides,this.dynamicOverrides]),Yt(s),this.optionsModel.reset(s)},recordOptionOverrides:function(t){var e;for(e in t)this.dynamicOverrides[e]=t[e];this.viewSpecCache={},this.populateOptionsHash()}}),Re.mixin({defaultAllDayEventDuration:null,defaultTimedEventDuration:null,localeData:null,initMomentInternals:function(){var t=this;this.defaultAllDayEventDuration=e.duration(this.opt("defaultAllDayEventDuration")),this.defaultTimedEventDuration=e.duration(this.opt("defaultTimedEventDuration")),this.optionsModel.watch("buildingMomentLocale",["?locale","?monthNames","?monthNamesShort","?dayNames","?dayNamesShort","?firstDay","?weekNumberCalculation"],function(e){var n,i=e.weekNumberCalculation,r=e.firstDay;"iso"===i&&(i="ISO");var s=rt(qt(e.locale));e.monthNames&&(s._months=e.monthNames),e.monthNamesShort&&(s._monthsShort=e.monthNamesShort),e.dayNames&&(s._weekdays=e.dayNames),e.dayNamesShort&&(s._weekdaysShort=e.dayNamesShort),null==r&&"ISO"===i&&(r=1),null!=r&&(n=rt(s._week),n.dow=r,s._week=n),"ISO"!==i&&"local"!==i&&"function"!=typeof i||(s._fullCalendar_weekCalc=i),t.localeData=s,t.currentDate&&t.localizeMoment(t.currentDate)})},moment:function(){var t;return"local"===this.opt("timezone")?(t=Zt.moment.apply(null,arguments),t.hasTime()&&t.local()):t="UTC"===this.opt("timezone")?Zt.moment.utc.apply(null,arguments):Zt.moment.parseZone.apply(null,arguments),this.localizeMoment(t),t},localizeMoment:function(t){t._locale=this.localeData},getIsAmbigTimezone:function(){return"local"!==this.opt("timezone")&&"UTC"!==this.opt("timezone")},applyTimezone:function(t){if(!t.hasTime())return t.clone();var e,n=this.moment(t.toArray()),i=t.time()-n.time();return i&&(e=n.clone().add(i),t.time()-e.time()==0&&(n=e)),n},getNow:function(){var t=this.opt("now");return"function"==typeof t&&(t=t()),this.moment(t).stripZone()},humanizeDuration:function(t){return t.locale(this.opt("locale")).humanize()},getEventEnd:function(t){return t.end?t.end.clone():this.getDefaultEventEnd(t.allDay,t.start)},getDefaultEventEnd:function(t,e){var n=e.clone();return t?n.stripTime().add(this.defaultAllDayEventDuration):n.add(this.defaultTimedEventDuration),this.getIsAmbigTimezone()&&n.stripZone(),n}}),Re.mixin({viewSpecCache:null,getViewSpec:function(t){var e=this.viewSpecCache;return e[t]||(e[t]=this.buildViewSpec(t))},getUnitViewSpec:function(e){var n,i,r;if(-1!=t.inArray(e,Jt))for(n=this.header.getViewsWithButtons(),t.each(Zt.views,function(t){n.push(t)}),i=0;i").prependTo(n),this.initToolbars(),this.renderHeader(),this.renderFooter(),this.renderView(this.opt("defaultView")),this.opt("handleWindowResize")&&t(window).resize(this.windowResizeProxy=yt(this.windowResize.bind(this),this.opt("windowResizeDelay")))},destroy:function(){this.view&&this.view.removeElement(),this.toolbarsManager.proxyCall("removeElement"),this.contentEl.remove(),this.el.removeClass("fc fc-ltr fc-rtl fc-unthemed ui-widget"),this.el.off(".fc"),this.windowResizeProxy&&(t(window).unbind("resize",this.windowResizeProxy),this.windowResizeProxy=null),we.unneeded()},elementVisible:function(){return this.el.is(":visible")},renderView:function(e,n){this.ignoreWindowResize++;var i=this.view&&e&&this.view.type!==e;i&&(this.freezeContentHeight(),this.clearView()),!this.view&&e&&(this.view=this.viewsByType[e]||(this.viewsByType[e]=this.instantiateView(e)),this.view.setElement(t("
").appendTo(this.contentEl)),this.toolbarsManager.proxyCall("activateButton",e)),this.view&&(n&&this.view.addForcedScroll(n),this.elementVisible()&&(this.currentDate=this.view.setDate(this.currentDate))),i&&this.thawContentHeight(),this.ignoreWindowResize--},clearView:function(){this.toolbarsManager.proxyCall("deactivateButton",this.view.type),this.view.removeElement(),this.view=null},reinitView:function(){this.ignoreWindowResize++,this.freezeContentHeight();var t=this.view.type,e=this.view.queryScroll();this.clearView(),this.calcSize(),this.renderView(t,e),this.thawContentHeight(),this.ignoreWindowResize--},getSuggestedViewHeight:function(){return null===this.suggestedViewHeight&&this.calcSize(),this.suggestedViewHeight},isHeightAuto:function(){return"auto"===this.opt("contentHeight")||"auto"===this.opt("height")},updateSize:function(t){if(this.elementVisible())return t&&this._calcSize(),this.ignoreWindowResize++,this.view.updateSize(!0),this.ignoreWindowResize--,!0},calcSize:function(){this.elementVisible()&&this._calcSize()},_calcSize:function(){var t=this.opt("contentHeight"),e=this.opt("height");this.suggestedViewHeight="number"==typeof t?t:"function"==typeof t?t():"number"==typeof e?e-this.queryToolbarsHeight():"function"==typeof e?e()-this.queryToolbarsHeight():"parent"===e?this.el.parent().height()-this.queryToolbarsHeight():Math.round(this.contentEl.width()/Math.max(this.opt("aspectRatio"),.5))},windowResize:function(t){!this.ignoreWindowResize&&t.target===window&&this.view.renderRange&&this.updateSize(!0)&&this.view.publiclyTrigger("windowResize",this.el[0])},freezeContentHeight:function(){this.contentEl.css({width:"100%",height:this.contentEl.height(),overflow:"hidden"})},thawContentHeight:function(){this.contentEl.css({width:"",height:"",overflow:""})}}),Re.mixin({header:null,footer:null,toolbarsManager:null,initToolbars:function(){this.header=new Wt(this,this.computeHeaderOptions()),this.footer=new Wt(this,this.computeFooterOptions()),this.toolbarsManager=new _t([this.header,this.footer])},computeHeaderOptions:function(){return{extraClasses:"fc-header-toolbar",layout:this.opt("header")}},computeFooterOptions:function(){return{extraClasses:"fc-footer-toolbar",layout:this.opt("footer")}},renderHeader:function(){var t=this.header;t.setToolbarOptions(this.computeHeaderOptions()),t.render(),t.el&&this.el.prepend(t.el)},renderFooter:function(){var t=this.footer;t.setToolbarOptions(this.computeFooterOptions()),t.render(),t.el&&this.el.append(t.el)},setToolbarsTitle:function(t){this.toolbarsManager.proxyCall("updateTitle",t)},updateToolbarButtons:function(){var t=this.getNow(),e=this.view,n=e.buildDateProfile(t),i=e.buildPrevDateProfile(this.currentDate),r=e.buildNextDateProfile(this.currentDate);this.toolbarsManager.proxyCall(n.isValid&&!Z(t,e.currentRange)?"enableButton":"disableButton","today"),this.toolbarsManager.proxyCall(i.isValid?"enableButton":"disableButton","prev"),this.toolbarsManager.proxyCall(r.isValid?"enableButton":"disableButton","next")},queryToolbarsHeight:function(){return this.toolbarsManager.items.reduce(function(t,e){return t+(e.el?e.el.outerHeight(!0):0)},0)}}),Re.defaults={titleRangeSeparator:" – ",monthYearFormat:"MMMM YYYY",defaultTimedEventDuration:"02:00:00",defaultAllDayEventDuration:{days:1},forceEventDuration:!1,nextDayThreshold:"09:00:00",defaultView:"month",aspectRatio:1.35,header:{left:"title",center:"",right:"today prev,next"},weekends:!0,weekNumbers:!1,weekNumberTitle:"W",weekNumberCalculation:"local",scrollTime:"06:00:00",minTime:"00:00:00",maxTime:"24:00:00",showNonCurrentDates:!0,lazyFetching:!0,startParam:"start",endParam:"end",timezoneParam:"timezone",timezone:!1,isRTL:!1,buttonText:{prev:"prev",next:"next",prevYear:"prev year",nextYear:"next year",year:"year",today:"today",month:"month",week:"week",day:"day"},buttonIcons:{prev:"left-single-arrow",next:"right-single-arrow",prevYear:"left-double-arrow",nextYear:"right-double-arrow"},allDayText:"all-day",theme:!1,themeButtonIcons:{prev:"circle-triangle-w",next:"circle-triangle-e",prevYear:"seek-prev",nextYear:"seek-next"},dragOpacity:.75,dragRevertDuration:500,dragScroll:!0,unselectAuto:!0,dropAccept:"*",eventOrder:"title",eventLimit:!1,eventLimitText:"more",eventLimitClick:"popover",dayPopoverFormat:"LL",handleWindowResize:!0,windowResizeDelay:100,longPressDelay:1e3},Re.englishDefaults={dayPopoverFormat:"dddd, MMMM D"},Re.rtlDefaults={header:{left:"next,prev today",center:"",right:"title"},buttonIcons:{prev:"right-single-arrow",next:"left-single-arrow",prevYear:"right-double-arrow",nextYear:"left-double-arrow"},themeButtonIcons:{prev:"circle-triangle-e",next:"circle-triangle-w",nextYear:"seek-prev",prevYear:"seek-next"}};var xe=Zt.locales={};Zt.datepickerLocale=function(e,n,i){var r=xe[e]||(xe[e]={});r.isRTL=i.isRTL,r.weekNumberTitle=i.weekHeader,t.each(Ie,function(t,e){r[t]=e(i)}),t.datepicker&&(t.datepicker.regional[n]=t.datepicker.regional[e]=i,t.datepicker.regional.en=t.datepicker.regional[""],t.datepicker.setDefaults(i))},Zt.locale=function(e,i){var r,s;r=xe[e]||(xe[e]={}),i&&(r=xe[e]=n([r,i])),s=qt(e),t.each(ke,function(t,e){null==r[t]&&(r[t]=e(s,r))}),Re.defaults.locale=e};var Ie={buttonText:function(t){return{prev:ct(t.prevText),next:ct(t.nextText),today:ct(t.currentText)}},monthYearFormat:function(t){return t.showMonthAfterYear?"YYYY["+t.yearSuffix+"] MMMM":"MMMM YYYY["+t.yearSuffix+"]"}},ke={dayOfMonthFormat:function(t,e){var n=t.longDateFormat("l");return n=n.replace(/^Y+[^\w\s]*|[^\w\s]*Y+$/g,""),e.isRTL?n+=" ddd":n="ddd "+n,n},mediumTimeFormat:function(t){return t.longDateFormat("LT").replace(/\s*a$/i,"a")},smallTimeFormat:function(t){return t.longDateFormat("LT").replace(":mm","(:mm)").replace(/(\Wmm)$/,"($1)").replace(/\s*a$/i,"a")},extraSmallTimeFormat:function(t){return t.longDateFormat("LT").replace(":mm","(:mm)").replace(/(\Wmm)$/,"($1)").replace(/\s*a$/i,"t")},hourFormat:function(t){return t.longDateFormat("LT").replace(":mm","").replace(/(\Wmm)$/,"").replace(/\s*a$/i,"a")},noMeridiemTimeFormat:function(t){return t.longDateFormat("LT").replace(/\s*a$/i,"")}},Me={smallDayDateFormat:function(t){return t.isRTL?"D dd":"dd D"},weekFormat:function(t){return t.isRTL?"w[ "+t.weekNumberTitle+"]":"["+t.weekNumberTitle+" ]w"},smallWeekFormat:function(t){return t.isRTL?"w["+t.weekNumberTitle+"]":"["+t.weekNumberTitle+"]w"}};Zt.locale("en",Re.englishDefaults),Zt.sourceNormalizers=[],Zt.sourceFetchers=[];var Be={dataType:"json",cache:!1},Le=1;Re.prototype.mutateSeg=function(t,e){return this.mutateEvent(t.event,e)},Re.prototype.normalizeEvent=function(t){},Re.prototype.spanContainsSpan=function(t,e){var n=t.start.clone().stripZone(),i=this.getEventEnd(t).stripZone() ;return e.start>=n&&e.end<=i},Re.prototype.getPeerEvents=function(t,e){var n,i,r=this.getEventCache(),s=[];for(n=0;nn};var Ne={id:"_fcBusinessHours",start:"09:00",end:"17:00",dow:[1,2,3,4,5],rendering:"inverse-background"};Re.prototype.getCurrentBusinessHourEvents=function(t){return this.computeBusinessHourEvents(t,this.opt("businessHours"))},Re.prototype.computeBusinessHourEvents=function(e,n){return!0===n?this.expandBusinessHourEvents(e,[{}]):t.isPlainObject(n)?this.expandBusinessHourEvents(e,[n]):t.isArray(n)?this.expandBusinessHourEvents(e,n,!0):[]},Re.prototype.expandBusinessHourEvents=function(e,n,i){var r,s,o=this.getView(),a=[];for(r=0;r1,this.opt("weekNumbers")&&(this.opt("weekNumbersWithinDays")?(this.cellWeekNumbersVisible=!0,this.colWeekNumbersVisible=!1):(this.cellWeekNumbersVisible=!1,this.colWeekNumbersVisible=!0)),this.dayGrid.numbersVisible=this.dayNumbersVisible||this.cellWeekNumbersVisible||this.colWeekNumbersVisible,this.el.addClass("fc-basic-view").html(this.renderSkeletonHtml()),this.renderHead(),this.scroller.render();var e=this.scroller.el.addClass("fc-day-grid-container"),n=t('
').appendTo(e);this.el.find(".fc-body > tr > td").append(e),this.dayGrid.setElement(n),this.dayGrid.renderDates(this.hasRigidRows())},renderHead:function(){this.headContainerEl=this.el.find(".fc-head-container").html(this.dayGrid.renderHeadHtml()),this.headRowEl=this.headContainerEl.find(".fc-row")},unrenderDates:function(){this.dayGrid.unrenderDates(),this.dayGrid.removeElement(),this.scroller.destroy()},renderBusinessHours:function(){this.dayGrid.renderBusinessHours()},unrenderBusinessHours:function(){this.dayGrid.unrenderBusinessHours()},renderSkeletonHtml:function(){return'
'},weekNumberStyleAttr:function(){return null!==this.weekNumberWidth?'style="width:'+this.weekNumberWidth+'px"':""},hasRigidRows:function(){var t=this.opt("eventLimit");return t&&"number"!=typeof t},updateWidth:function(){this.colWeekNumbersVisible&&(this.weekNumberWidth=u(this.el.find(".fc-week-number")))},setHeight:function(t,e){var n,s,o=this.opt("eventLimit");this.scroller.clear(),r(this.headRowEl),this.dayGrid.removeSegPopover(),o&&"number"==typeof o&&this.dayGrid.limitRows(o),n=this.computeScrollerHeight(t),this.setGridHeight(n,e),o&&"number"!=typeof o&&this.dayGrid.limitRows(o),e||(this.scroller.setHeight(n),s=this.scroller.getScrollbarWidths(),(s.left||s.right)&&(i(this.headRowEl,s),n=this.computeScrollerHeight(t),this.scroller.setHeight(n)),this.scroller.lockOverflow(s))},computeScrollerHeight:function(t){return t-h(this.el,this.scroller.el)},setGridHeight:function(t,e){e?l(this.dayGrid.rowEls):a(this.dayGrid.rowEls,t,!0)},computeInitialDateScroll:function(){return{top:0}},queryDateScroll:function(){return{top:this.scroller.getScrollTop()}},applyDateScroll:function(t){void 0!==t.top&&this.scroller.setScrollTop(t.top)},hitsNeeded:function(){this.dayGrid.hitsNeeded()},hitsNotNeeded:function(){this.dayGrid.hitsNotNeeded()},prepareHits:function(){this.dayGrid.prepareHits()},releaseHits:function(){this.dayGrid.releaseHits()},queryHit:function(t,e){return this.dayGrid.queryHit(t,e)},getHitSpan:function(t){return this.dayGrid.getHitSpan(t)},getHitEl:function(t){return this.dayGrid.getHitEl(t)},renderEvents:function(t){this.dayGrid.renderEvents(t),this.updateHeight()},getEventSegs:function(){return this.dayGrid.getEventSegs()},unrenderEvents:function(){this.dayGrid.unrenderEvents()},renderDrag:function(t,e){return this.dayGrid.renderDrag(t,e)},unrenderDrag:function(){this.dayGrid.unrenderDrag()},renderSelection:function(t){this.dayGrid.renderSelection(t)},unrenderSelection:function(){this.dayGrid.unrenderSelection()}}),Fe={renderHeadIntroHtml:function(){var t=this.view;return t.colWeekNumbersVisible?'"+ht(t.opt("weekNumberTitle"))+"":""},renderNumberIntroHtml:function(t){var e=this.view,n=this.getCellDate(t,0);return e.colWeekNumbersVisible?'"+e.buildGotoAnchorHtml({date:n,type:"week",forceOff:1===this.colCnt},n.format("w"))+"":""},renderBgIntroHtml:function(){var t=this.view;return t.colWeekNumbersVisible?'":""},renderIntroHtml:function(){var t=this.view;return t.colWeekNumbersVisible?'":""}},Ae=Zt.MonthView=ze.extend({buildRenderRange:function(){var t,e=ze.prototype.buildRenderRange.apply(this,arguments);return this.isFixedWeeks()&&(t=Math.ceil(e.end.diff(e.start,"weeks",!0)),e.end.add(6-t,"weeks")),e},setGridHeight:function(t,e){e&&(t*=this.rowCnt/6),a(this.dayGrid.rowEls,t,!e)},isFixedWeeks:function(){return this.opt("fixedWeekCount")}});$t.basic={class:ze},$t.basicDay={type:"basic",duration:{days:1}},$t.basicWeek={type:"basic",duration:{weeks:1}},$t.month={class:Ae,duration:{months:1},defaults:{fixedWeekCount:!0}};var Ge=Zt.AgendaView=Ce.extend({scroller:null,timeGridClass:Te,timeGrid:null,dayGridClass:De,dayGrid:null,axisWidth:null,headContainerEl:null,noScrollRowEls:null,bottomRuleEl:null,usesMinMaxTime:!0,initialize:function(){this.timeGrid=this.instantiateTimeGrid(),this.opt("allDaySlot")&&(this.dayGrid=this.instantiateDayGrid()),this.scroller=new He({overflowX:"hidden",overflowY:"auto"})},instantiateTimeGrid:function(){return new(this.timeGridClass.extend(Ve))(this)},instantiateDayGrid:function(){return new(this.dayGridClass.extend(Oe))(this)},renderDates:function(){this.timeGrid.setRange(this.renderRange),this.dayGrid&&this.dayGrid.setRange(this.renderRange),this.el.addClass("fc-agenda-view").html(this.renderSkeletonHtml()),this.renderHead(),this.scroller.render();var e=this.scroller.el.addClass("fc-time-grid-container"),n=t('
').appendTo(e);this.el.find(".fc-body > tr > td").append(e),this.timeGrid.setElement(n),this.timeGrid.renderDates(),this.bottomRuleEl=t('
').appendTo(this.timeGrid.el),this.dayGrid&&(this.dayGrid.setElement(this.el.find(".fc-day-grid")),this.dayGrid.renderDates(),this.dayGrid.bottomCoordPadding=this.dayGrid.el.next("hr").outerHeight()),this.noScrollRowEls=this.el.find(".fc-row:not(.fc-scroller *)")},renderHead:function(){this.headContainerEl=this.el.find(".fc-head-container").html(this.timeGrid.renderHeadHtml())},unrenderDates:function(){this.timeGrid.unrenderDates(),this.timeGrid.removeElement(),this.dayGrid&&(this.dayGrid.unrenderDates(),this.dayGrid.removeElement()),this.scroller.destroy()},renderSkeletonHtml:function(){return'
'+(this.dayGrid?'

':"")+"
"},axisStyleAttr:function(){return null!==this.axisWidth?'style="width:'+this.axisWidth+'px"':""},renderBusinessHours:function(){this.timeGrid.renderBusinessHours(),this.dayGrid&&this.dayGrid.renderBusinessHours()},unrenderBusinessHours:function(){this.timeGrid.unrenderBusinessHours(),this.dayGrid&&this.dayGrid.unrenderBusinessHours()},getNowIndicatorUnit:function(){return this.timeGrid.getNowIndicatorUnit()},renderNowIndicator:function(t){this.timeGrid.renderNowIndicator(t)},unrenderNowIndicator:function(){this.timeGrid.unrenderNowIndicator()},updateSize:function(t){this.timeGrid.updateSize(t),Ce.prototype.updateSize.call(this,t)},updateWidth:function(){this.axisWidth=u(this.el.find(".fc-axis"))},setHeight:function(t,e){var n,s,o;this.bottomRuleEl.hide(),this.scroller.clear(),r(this.noScrollRowEls),this.dayGrid&&(this.dayGrid.removeSegPopover(),n=this.opt("eventLimit"),n&&"number"!=typeof n&&(n=Pe),n&&this.dayGrid.limitRows(n)),e||(s=this.computeScrollerHeight(t),this.scroller.setHeight(s),o=this.scroller.getScrollbarWidths(),(o.left||o.right)&&(i(this.noScrollRowEls,o),s=this.computeScrollerHeight(t),this.scroller.setHeight(s)),this.scroller.lockOverflow(o),this.timeGrid.getTotalSlatHeight()"+e.buildGotoAnchorHtml({date:this.start,type:"week",forceOff:this.colCnt>1},ht(t))+""):'"},renderBgIntroHtml:function(){var t=this.view;return'"},renderIntroHtml:function(){return'"}},Oe={renderBgIntroHtml:function(){var t=this.view;return'"+t.getAllDayHtml()+""},renderIntroHtml:function(){return'"}},Pe=5,_e=[{hours:1},{minutes:30},{minutes:15},{seconds:30},{seconds:15}];$t.agenda={class:Ge,defaults:{allDaySlot:!0,slotDuration:"00:30:00",slotEventOverlap:!0}},$t.agendaDay={type:"agenda",duration:{days:1}},$t.agendaWeek={type:"agenda",duration:{weeks:1}};var We=Ce.extend({grid:null,scroller:null,initialize:function(){this.grid=new Ye(this),this.scroller=new He({overflowX:"hidden",overflowY:"auto"})},renderSkeleton:function(){this.el.addClass("fc-list-view "+this.widgetContentClass),this.scroller.render(),this.scroller.el.appendTo(this.el),this.grid.setElement(this.scroller.scrollEl)},unrenderSkeleton:function(){this.scroller.destroy()},setHeight:function(t,e){this.scroller.setHeight(this.computeScrollerHeight(t))},computeScrollerHeight:function(t){return t-h(this.el,this.scroller.el)},renderDates:function(){this.grid.setRange(this.renderRange)},renderEvents:function(t){this.grid.renderEvents(t)},unrenderEvents:function(){this.grid.unrenderEvents()},isEventResizable:function(t){return!1},isEventDraggable:function(t){return!1}}),Ye=be.extend({segSelector:".fc-list-item",hasDayInteractions:!1,spanToSegs:function(t){for(var e,n=this.view,i=n.renderRange.start.clone().time(0),r=0,s=[];i
'+ht(this.view.opt("noEventsMessage"))+"
")},renderSegList:function(e){var n,i,r,s=this.groupSegsByDay(e),o=t('
'),a=o.find("tbody");for(n=0;n'+(n?e.buildGotoAnchorHtml(t,{class:"fc-list-heading-main"},ht(t.format(n))):"")+(i?e.buildGotoAnchorHtml(t,{class:"fc-list-heading-alt"},ht(t.format(i))):"")+""},fgSegHtml:function(t){var e,n=this.view,i=["fc-list-item"].concat(this.getSegCustomClasses(t)),r=this.getSegBackgroundColor(t),s=t.event,o=s.url;return e=s.allDay?n.getAllDayHtml():n.isMultiDayEvent(s)?t.isStart||t.isEnd?ht(this.getEventTimeText(t)):n.getAllDayHtml():ht(this.getEventTimeText(s)),o&&i.push("fc-has-url"),''+(this.displayEventTime?''+(e||"")+"":"")+'"+ht(t.event.title||"")+""}});return $t.list={class:We,buttonTextKey:"list",defaults:{buttonText:"list",listDayFormat:"LL",noEventsMessage:"No events to display"}},$t.listDay={type:"list",duration:{days:1},defaults:{listDayFormat:"dddd"}},$t.listWeek={type:"list",duration:{weeks:1},defaults:{listDayFormat:"dddd",listDayAltFormat:"LL"}},$t.listMonth={type:"list",duration:{month:1},defaults:{listDayAltFormat:"dddd"}},$t.listYear={type:"list",duration:{year:1},defaults:{listDayAltFormat:"dddd"}},Zt});clipboard/clipboard.min.js000064400000024547151162653250011604 0ustar00/*! * clipboard.js v1.6.1 * https://zenorocha.github.io/clipboard.js * * Licensed MIT © Zeno Rocha */ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.Clipboard=e()}}(function(){var e,t,n;return function e(t,n,o){function i(a,c){if(!n[a]){if(!t[a]){var l="function"==typeof require&&require;if(!c&&l)return l(a,!0);if(r)return r(a,!0);var u=new Error("Cannot find module '"+a+"'");throw u.code="MODULE_NOT_FOUND",u}var s=n[a]={exports:{}};t[a][0].call(s.exports,function(e){var n=t[a][1][e];return i(n?n:e)},s,s.exports,e,t,n,o)}return n[a].exports}for(var r="function"==typeof require&&require,a=0;a0&&void 0!==arguments[0]?arguments[0]:{};this.action=t.action,this.emitter=t.emitter,this.target=t.target,this.text=t.text,this.trigger=t.trigger,this.selectedText=""}},{key:"initSelection",value:function e(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"selectFake",value:function e(){var t=this,n="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandlerCallback=function(){return t.removeFake()},this.fakeHandler=document.body.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[n?"right":"left"]="-9999px";var o=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=o+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,document.body.appendChild(this.fakeElem),this.selectedText=(0,i.default)(this.fakeElem),this.copyText()}},{key:"removeFake",value:function e(){this.fakeHandler&&(document.body.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(document.body.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function e(){this.selectedText=(0,i.default)(this.target),this.copyText()}},{key:"copyText",value:function e(){var t=void 0;try{t=document.execCommand(this.action)}catch(e){t=!1}this.handleResult(t)}},{key:"handleResult",value:function e(t){this.emitter.emit(t?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function e(){this.target&&this.target.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function e(){this.removeFake()}},{key:"action",set:function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=t,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function e(){return this._action}},{key:"target",set:function e(t){if(void 0!==t){if(!t||"object"!==("undefined"==typeof t?"undefined":r(t))||1!==t.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&t.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(t.hasAttribute("readonly")||t.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=t}},get:function e(){return this._target}}]),e}();e.exports=c})},{select:5}],8:[function(t,n,o){!function(i,r){if("function"==typeof e&&e.amd)e(["module","./clipboard-action","tiny-emitter","good-listener"],r);else if("undefined"!=typeof o)r(n,t("./clipboard-action"),t("tiny-emitter"),t("good-listener"));else{var a={exports:{}};r(a,i.clipboardAction,i.tinyEmitter,i.goodListener),i.clipboard=a.exports}}(this,function(e,t,n,o){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function c(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function l(e,t){var n="data-clipboard-"+e;if(t.hasAttribute(n))return t.getAttribute(n)}var u=i(t),s=i(n),f=i(o),d=function(){function e(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText}},{key:"listenClick",value:function e(t){var n=this;this.listener=(0,f.default)(t,"click",function(e){return n.onClick(e)})}},{key:"onClick",value:function e(t){var n=t.delegateTarget||t.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new u.default({action:this.action(n),target:this.target(n),text:this.text(n),trigger:n,emitter:this})}},{key:"defaultAction",value:function e(t){return l("action",t)}},{key:"defaultTarget",value:function e(t){var n=l("target",t);if(n)return document.querySelector(n)}},{key:"defaultText",value:function e(t){return l("text",t)}},{key:"destroy",value:function e(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],n="string"==typeof t?[t]:t,o=!!document.queryCommandSupported;return n.forEach(function(e){o=o&&!!document.queryCommandSupported(e)}),o}}]),t}(s.default);e.exports=h})},{"./clipboard-action":7,"good-listener":4,"tiny-emitter":6}]},{},[8])(8)});jvectormap/jquery-jvectormap-us-aea.js000064400000271527151162653250014140 0ustar00jQuery.fn.vectorMap('addMap', 'us_aea',{"insets": [{"width": 220, "top": 440, "height": 172.39541268576795, "bbox": [{"y": -8441276.54251503, "x": -4774054.664881942}, {"y": -6227982.667213126, "x": -1949590.5739843722}], "left": 0}, {"width": 80, "top": 460, "height": 151.48337407091987, "bbox": [{"y": -4196208.652471859, "x": -5906305.806252358}, {"y": -3657293.3059425415, "x": -5621698.812337889}], "left": 245}, {"width": 900, "top": 0, "height": 550.1122047105795, "bbox": [{"y": -5490816.561605522, "x": -2029882.6485830692}, {"y": -2690009.0242363815, "x": 2552322.14899711}], "left": 0}], "paths": {"US-VA": {"path": "M682.42,289.98l1.61,-0.93l1.65,-0.48l1.12,-0.95l3.57,-1.69l0.74,-2.33l0.82,-0.19l2.32,-1.53l0.05,-1.81l2.04,-1.86l-0.13,-1.58l0.26,-0.41l5.0,-4.09l4.76,-6.0l0.09,0.63l0.96,0.54l0.33,1.37l1.32,0.74l0.71,0.81l1.46,0.09l2.09,1.13l1.41,-0.09l0.79,-0.41l0.76,-1.22l1.17,-0.57l0.53,-1.38l2.72,1.49l1.42,-1.1l2.25,-0.99l0.76,0.06l1.08,-0.97l0.33,-0.82l-0.48,-0.96l0.23,-0.42l1.9,0.58l3.26,-2.62l0.3,-0.1l0.51,0.73l0.66,-0.07l2.38,-2.34l0.17,-0.85l-0.49,-0.51l0.99,-1.12l0.1,-0.6l-0.28,-0.51l-1.0,-0.46l0.71,-3.03l2.6,-4.8l0.55,-2.15l-0.01,-1.91l1.61,-2.55l-0.22,-0.94l0.24,-0.84l0.5,-0.48l0.39,-1.7l-0.0,-3.18l1.22,0.19l1.18,1.73l3.8,0.43l0.59,-0.28l1.05,-2.52l0.2,-2.36l0.71,-1.05l-0.04,-1.61l0.76,-2.3l1.78,0.75l0.65,-0.17l1.3,-3.3l0.57,0.05l0.59,-0.39l0.52,-1.2l0.81,-0.68l0.44,-1.8l1.38,-2.43l-0.35,-2.57l0.54,-1.76l-0.3,-2.01l9.18,4.57l0.59,-0.29l0.63,-4.0l2.6,-0.07l0.63,0.57l1.05,0.23l-0.5,1.74l0.6,0.88l1.61,0.85l2.52,-0.04l1.03,1.18l1.49,0.13l2.24,1.73l-0.0,1.31l0.44,1.27l-1.67,0.96l-0.12,0.65l-0.64,0.14l-0.27,0.45l-0.47,5.03l-0.36,0.13l-0.04,0.48l1.17,0.97l-0.29,0.11l-0.04,0.76l2.03,-0.01l2.41,-1.45l0.49,-0.72l0.34,0.74l-0.52,0.63l1.21,0.88l0.69,0.13l0.42,1.11l1.62,0.52l1.94,-0.2l0.84,0.43l0.82,-0.65l0.89,0.02l0.23,0.6l1.33,0.48l0.46,1.1l1.12,-0.05l0.02,0.3l1.18,0.42l2.84,0.65l0.4,1.01l-0.85,-0.41l-0.57,0.45l0.89,1.74l-0.35,0.57l0.62,0.79l-0.43,0.89l0.24,0.59l-1.36,-0.36l-0.59,-0.72l-0.67,0.18l-0.1,0.43l-2.44,-2.29l-0.56,0.05l-0.37,-0.56l-0.52,0.32l-1.47,-1.32l-1.19,-0.38l-0.43,-0.64l-0.9,-0.39l-0.7,-1.29l-0.77,-0.64l-1.34,-0.12l-1.11,-0.81l-1.17,0.05l-0.39,0.52l0.47,0.71l1.1,-0.01l0.63,0.68l1.33,0.07l0.59,0.42l0.38,1.52l2.73,1.56l1.86,1.88l1.95,0.61l1.59,2.1l0.98,0.24l1.35,-0.45l1.28,0.47l-0.61,0.7l0.3,0.49l2.03,0.34l0.26,0.72l0.47,0.12l0.31,1.96l-0.57,-0.83l-0.52,-0.22l-0.39,0.21l-1.13,-1.0l-0.58,0.3l0.1,0.82l-0.31,0.68l0.7,0.7l-0.18,0.59l0.51,0.28l0.43,-0.14l0.28,0.35l-1.39,0.72l-6.15,-4.74l-0.58,0.11l-0.19,0.81l0.24,0.54l2.28,1.53l2.09,2.14l2.77,1.18l1.26,-0.68l0.45,1.05l1.27,0.26l-0.44,0.67l0.29,0.56l0.93,-0.19l-0.0,1.24l-0.92,0.41l-0.57,0.73l-0.64,-0.88l-3.14,-1.26l-0.42,-1.53l-0.59,-0.59l-0.87,-0.12l-1.2,0.67l-1.71,-0.44l-0.36,-1.15l-0.71,-0.05l-0.05,1.31l-0.33,0.41l-1.42,-1.32l-0.51,0.09l-0.49,0.57l-0.64,-0.4l-0.99,0.45l-2.23,-0.1l-0.37,0.94l0.34,0.46l1.9,0.22l1.4,-0.31l0.85,0.24l0.56,-0.69l0.63,0.88l1.34,0.43l1.95,-0.31l0.82,0.72l0.84,0.12l0.51,-0.55l0.77,2.44l1.35,0.13l0.23,0.43l1.68,0.71l0.45,0.68l-0.57,1.03l0.56,0.44l1.72,-1.32l0.88,-0.02l0.83,0.65l0.8,-0.26l-0.61,-0.9l0.0,-0.82l-0.46,-0.34l3.99,0.08l0.93,-0.73l2.07,3.53l-0.4,0.7l0.65,3.09l-1.19,-0.58l-0.02,0.88l-30.94,7.83l-37.18,8.41l-19.51,3.35l-11.78,1.24l-0.82,0.62l-28.2,5.01ZM781.17,223.48l0.11,0.08l-0.08,0.06l0.0,-0.03l-0.03,-0.11ZM808.02,244.55l0.53,-1.15l-0.62,-0.62l0.58,-0.97l-0.39,-0.71l-0.03,-0.49l0.44,-0.35l-0.17,-0.73l0.62,-0.3l0.23,-0.6l0.14,-2.33l1.01,-0.39l-0.12,-0.9l0.48,-0.14l-0.26,-1.53l-0.79,-0.4l0.87,-0.57l0.1,-0.96l2.64,-1.01l0.31,2.47l-0.97,2.12l-2.32,7.36l-0.58,1.0l0.17,1.12l-0.48,0.31l-0.33,1.09l0.25,4.27l-1.1,-1.81l0.23,-0.94l-0.33,-1.57l0.28,-0.97l-0.38,-0.29Z", "name": "Virginia"}, "US-PA": {"path": "M716.45,159.95l0.63,-0.19l4.3,-3.73l1.12,5.19l0.48,0.31l34.84,-7.93l34.27,-8.64l1.42,0.58l0.71,1.39l0.63,0.13l0.77,-0.33l1.24,0.59l0.14,0.85l0.81,0.41l-0.16,0.58l0.89,2.69l1.9,2.07l2.12,0.75l2.2,-0.2l0.72,0.79l-0.89,0.87l-0.73,1.48l-0.17,2.25l-1.41,3.35l-1.37,1.58l0.04,0.79l1.79,1.72l-0.31,1.65l-0.84,0.43l-0.22,0.66l0.14,1.48l1.04,2.87l0.52,0.25l1.2,-0.18l1.18,2.39l0.95,0.58l0.66,-0.26l0.6,0.9l4.23,2.75l0.12,0.41l-1.29,0.93l-3.71,4.22l-0.23,0.75l0.17,0.9l-1.36,1.13l-0.84,0.15l-1.33,1.08l-0.31,0.66l-1.72,-0.12l-2.03,0.84l-1.15,1.37l-0.41,1.39l-37.22,9.21l-39.1,8.66l-10.03,-48.2l1.92,-1.22l3.07,-3.04Z", "name": "Pennsylvania"}, "US-TN": {"path": "M571.74,341.02l0.86,-0.84l0.29,-1.37l1.0,0.04l0.65,-0.79l-0.99,-4.89l1.41,-1.93l0.06,-1.32l1.18,-0.46l0.36,-0.48l-0.63,-1.31l0.57,-1.21l-0.89,-1.33l2.55,-1.57l1.09,-1.13l-0.14,-0.84l-0.85,-0.53l0.14,-0.19l0.34,-0.16l0.85,0.37l0.46,-0.33l-0.27,-1.31l-0.85,-0.9l0.06,-0.71l0.51,-1.43l1.0,-1.11l-1.35,-2.06l1.37,-0.21l0.61,-0.55l-0.13,-0.64l-1.17,-0.82l0.82,-0.15l0.58,-0.54l0.13,-0.69l-0.58,-1.38l0.02,-0.36l0.37,0.53l0.47,0.08l1.18,-1.15l23.66,-2.81l0.35,-0.41l-0.1,-1.34l-0.84,-2.39l2.98,-0.08l0.82,0.58l22.78,-3.54l7.64,-0.46l7.5,-0.86l8.82,-1.42l24.01,-3.09l1.11,-0.6l29.29,-5.2l0.73,-0.6l3.56,-0.54l-0.4,1.44l0.43,0.85l-0.4,2.0l0.36,0.82l-1.15,-0.03l-1.71,1.79l-1.21,3.89l-0.55,0.7l-0.56,0.08l-0.63,-0.74l-1.44,-0.02l-2.66,1.73l-1.42,2.73l-0.96,0.89l-0.34,-0.34l-0.13,-1.05l-0.73,-0.54l-0.53,0.15l-2.3,1.81l-0.29,1.32l-0.93,-0.24l-0.9,0.48l-0.16,0.77l0.32,0.73l-0.85,2.18l-1.28,0.06l-1.75,1.14l-1.89,2.3l-0.78,0.27l-2.28,2.46l-4.04,0.78l-2.58,1.7l-0.49,1.09l-0.88,0.55l-0.55,0.81l-0.18,2.88l-0.35,0.6l-1.65,0.52l-0.89,-0.16l-1.06,1.14l0.21,5.24l-20.21,3.32l-21.61,3.04l-25.56,2.95l-0.34,0.31l-7.39,0.9l-28.72,3.17Z", "name": "Tennessee"}, "US-WV": {"path": "M693.03,248.37l3.95,-1.54l0.35,-0.71l0.12,-2.77l1.15,-0.22l0.4,-0.61l-0.57,-2.49l-0.61,-1.24l0.49,-0.64l0.36,-2.77l0.68,-1.66l0.45,-0.39l1.24,0.55l0.41,0.71l-0.14,1.13l0.71,0.46l0.78,-0.44l0.48,-1.42l0.49,0.21l0.57,-0.2l0.2,-0.44l-0.63,-2.09l-0.75,-0.55l0.81,-0.79l-0.26,-1.71l0.74,-2.0l1.65,-0.51l0.17,-1.6l1.02,-1.42l0.43,-0.08l0.65,0.79l0.67,0.19l2.28,-1.59l1.5,-1.64l0.79,-1.83l2.45,-2.67l0.37,-2.41l-0.73,-1.0l0.71,-2.33l-0.25,-0.76l0.59,-0.58l-0.27,-3.43l0.47,-3.93l0.53,-0.8l0.08,-1.11l-0.38,-1.21l-0.39,-0.33l-0.04,-2.0l-1.57,-1.9l0.44,-0.54l0.85,-0.1l0.3,-0.33l4.03,19.33l0.47,0.31l16.59,-3.55l2.17,10.68l0.5,0.37l2.06,-2.5l0.97,-0.56l0.34,-1.03l1.63,-1.99l0.25,-1.05l0.52,-0.4l1.19,0.45l0.74,-0.32l1.32,-2.6l0.6,-0.46l-0.04,-0.85l0.42,0.59l1.81,0.52l3.2,-0.57l0.78,-0.86l0.08,-1.46l2.0,-0.74l1.02,-1.69l0.67,-0.1l3.16,1.5l1.8,-0.71l-0.45,1.02l0.56,0.92l1.27,0.42l0.09,0.96l1.13,0.43l0.09,1.2l0.33,0.42l-0.58,3.64l-9.0,-4.48l-0.64,0.24l-0.31,1.14l0.38,1.61l-0.52,1.62l0.41,2.28l-1.36,2.4l-0.42,1.76l-0.72,0.53l-0.42,1.11l-0.27,0.21l-0.61,-0.23l-0.37,0.33l-1.25,3.28l-1.84,-0.78l-0.64,0.25l-0.94,2.77l0.08,1.46l-0.73,1.14l-0.19,2.33l-0.89,2.2l-3.25,-0.36l-1.44,-1.76l-1.71,-0.24l-0.5,0.41l-0.26,2.17l0.19,1.3l-0.32,1.45l-0.49,0.45l-0.31,1.04l0.23,0.92l-1.58,2.44l-0.04,2.1l-0.52,2.0l-2.58,4.73l-0.75,3.16l0.14,0.76l1.13,0.55l-1.08,1.38l0.06,0.6l0.45,0.4l-2.16,2.13l-0.55,-0.7l-0.84,0.15l-3.12,2.53l-1.03,-0.56l-1.32,0.26l-0.44,0.91l0.45,1.17l-0.91,0.91l-0.73,-0.05l-2.27,1.0l-1.21,0.96l-2.18,-1.36l-0.73,-0.01l-0.82,1.58l-1.1,0.49l-1.22,1.46l-1.08,0.08l-1.98,-1.09l-1.3,-0.01l-0.61,-0.74l-1.19,-0.6l-0.31,-1.33l-0.89,-0.55l0.36,-0.67l-0.3,-0.81l-0.85,-0.37l-0.84,0.25l-1.33,-0.17l-1.26,-1.19l-2.06,-0.79l-0.76,-1.43l-1.58,-1.24l-0.7,-1.49l-1.0,-0.6l-0.12,-1.09l-1.38,-0.95l-2.0,-2.27l0.71,-2.03l-0.25,-1.62l-0.66,-1.46Z", "name": "West Virginia"}, "US-NV": {"path": "M139.46,329.14l-12.69,-16.93l-36.58,-51.09l-25.34,-34.51l13.7,-64.18l46.88,9.24l46.98,7.74l-18.71,125.81l-0.9,1.16l-0.99,2.19l-0.44,0.17l-1.34,-0.22l-0.98,-2.24l-0.7,-0.63l-1.41,0.22l-1.95,-1.02l-1.6,0.23l-1.78,0.96l-0.76,2.48l0.88,2.59l-0.6,0.97l-0.24,1.3l0.38,3.12l-0.76,2.54l0.77,3.71l-0.13,3.07l-0.3,1.07l-1.04,0.31l0.2,1.31l-0.52,0.62Z", "name": "Nevada"}, "US-TX": {"path": "M276.24,412.51l33.07,1.98l32.79,1.35l0.41,-0.39l3.6,-98.69l25.86,0.61l26.29,0.22l0.05,42.08l0.44,0.4l1.02,-0.13l0.78,0.28l3.74,3.82l1.66,0.21l0.88,-0.58l2.49,0.64l0.6,-0.68l0.11,-1.05l0.6,0.76l0.92,0.22l0.38,0.93l0.77,0.78l-0.01,1.64l0.52,0.83l2.85,0.42l1.25,-0.2l1.38,0.89l2.78,0.69l1.82,-0.56l0.62,0.1l1.89,1.8l1.4,-0.11l1.25,-1.43l2.43,0.26l1.67,-0.46l0.1,2.28l0.91,0.67l1.62,0.4l-0.04,2.08l1.56,0.79l1.82,-0.66l1.57,-1.67l1.02,-0.65l0.41,0.19l0.45,1.64l2.01,0.2l0.24,1.05l0.72,0.48l1.47,-0.21l0.88,-0.93l0.39,0.33l0.59,-0.08l0.61,-0.99l0.26,0.41l-0.45,1.23l0.14,0.76l0.67,1.14l0.78,0.42l0.57,-0.04l0.6,-0.5l0.68,-2.36l0.91,-0.65l0.35,-1.54l0.57,-0.14l0.4,0.14l0.29,0.99l0.57,0.64l1.21,0.02l0.83,0.5l1.25,-0.2l0.68,-1.34l0.48,0.15l-0.13,0.7l0.49,0.69l1.21,0.45l0.49,0.72l1.52,-0.05l1.49,1.74l0.52,0.02l0.63,-0.62l0.08,-0.71l1.49,-0.1l0.93,-1.43l1.88,-0.41l1.66,-1.13l1.52,0.83l1.51,-0.22l0.29,-0.83l2.29,-0.73l0.52,-0.55l0.5,0.32l0.38,0.88l1.82,0.42l1.69,-0.06l1.86,-1.14l0.41,-1.05l1.06,0.31l2.24,1.56l1.16,0.17l1.79,2.08l2.14,0.41l1.04,0.92l0.76,-0.11l2.48,0.85l1.04,0.04l0.37,0.79l1.38,0.97l1.45,-0.12l0.39,-0.72l0.8,0.36l0.88,-0.4l0.92,0.35l0.76,-0.15l0.64,0.36l2.22,34.02l1.51,1.67l1.3,0.82l1.25,1.87l0.57,1.63l-0.1,2.64l1.0,1.21l0.85,0.4l-0.12,0.85l0.75,0.54l0.28,0.87l0.65,0.7l-0.19,1.17l1.0,1.02l0.59,1.63l0.5,0.34l0.55,-0.1l-0.16,1.71l0.81,1.22l-0.64,0.25l-0.35,0.68l0.77,1.27l-0.55,0.89l0.19,1.39l-0.75,2.69l-0.74,0.85l-0.36,1.54l-0.79,1.13l0.64,2.0l-0.83,2.28l0.17,1.07l0.83,1.2l-0.19,1.01l0.49,1.6l-0.24,1.41l-1.18,1.78l-1.18,0.4l-1.16,2.72l-0.03,2.1l1.39,1.67l-3.43,0.08l-7.37,3.78l-0.02,-0.43l-0.69,-0.24l-0.23,0.23l-0.78,-0.43l-3.38,1.13l0.65,-1.31l0.35,-2.04l-0.34,-1.36l-0.8,-0.78l-1.79,0.16l-1.18,2.58l-0.42,0.15l-0.36,-0.65l-2.38,-1.23l-0.4,0.31l-0.18,0.82l0.23,0.45l1.07,0.38l-0.3,0.82l0.54,0.81l-0.47,0.64l0.04,0.99l1.48,0.76l-0.44,0.47l0.5,1.12l0.91,0.23l0.28,0.37l-0.4,1.25l-0.45,-0.12l-0.97,0.81l-1.72,2.25l-1.18,-0.4l-0.49,0.12l0.32,1.0l0.08,2.54l-1.85,1.49l-1.91,2.11l-0.96,0.37l-4.1,2.9l-3.3,0.44l-2.54,1.07l-0.2,1.12l-0.75,-0.34l-2.04,0.89l-0.33,-0.34l-1.11,0.18l0.43,-0.87l-0.52,-0.6l-1.43,0.22l-1.22,1.08l-0.6,-0.62l-0.11,-1.2l-1.38,-0.81l-0.5,0.44l0.65,1.44l0.01,1.12l-0.71,0.09l-0.54,-0.44l-0.75,-0.0l-0.55,-1.34l-1.46,-0.37l-0.58,0.39l0.04,0.54l0.94,1.7l0.03,1.23l0.58,0.37l0.37,-0.16l1.13,0.78l-0.75,0.37l-0.12,0.9l0.7,0.23l1.08,-0.55l0.96,0.6l-4.27,2.42l-0.57,-0.13l-0.37,-1.44l-0.5,-0.19l-1.13,-1.47l-0.48,-0.03l-1.05,1.99l1.19,1.61l-0.31,1.04l0.33,0.85l-1.66,1.79l-0.37,0.2l0.37,-0.63l-0.18,-0.72l0.25,-0.73l-0.46,-0.67l-0.52,0.17l-0.71,1.1l0.26,0.72l-0.39,0.95l-0.07,-1.13l-0.52,-0.55l-1.95,1.29l-0.78,-0.33l-0.69,0.51l0.07,0.75l-0.81,0.99l0.02,0.49l1.25,0.63l0.03,0.56l0.78,0.29l0.7,-1.41l0.86,-0.41l0.01,0.62l-2.82,4.36l-1.23,-1.0l-1.36,0.39l-0.32,-0.34l-2.4,0.39l-0.46,-0.31l-0.65,0.16l-0.18,0.58l0.41,0.61l0.55,0.38l1.53,0.03l0.54,1.55l2.07,1.03l-2.7,7.63l-0.2,0.1l-0.39,-0.54l-0.33,0.1l0.18,-0.75l-0.57,-0.43l-2.35,1.95l-1.67,-2.31l-1.23,-0.97l-0.61,0.4l0.09,0.52l1.44,2.0l-0.24,0.46l0.36,0.47l-1.17,-0.21l-0.33,0.63l0.5,0.56l0.89,0.23l1.12,-0.16l0.66,0.62l1.37,0.18l1.0,-0.03l0.99,-0.62l-0.34,1.59l0.24,0.77l-0.98,0.7l0.37,1.59l-1.12,0.14l-0.43,0.41l0.4,2.11l-0.33,1.6l0.45,0.64l0.84,0.24l0.87,2.86l0.71,2.8l-0.91,0.82l0.62,0.49l-0.08,1.28l0.71,0.3l0.18,0.61l0.58,0.29l0.4,1.79l0.68,0.31l0.45,3.21l1.46,0.62l-0.52,1.1l0.31,1.08l-0.62,0.77l-0.84,-0.05l-0.54,0.44l0.09,1.3l-0.49,-0.33l-0.49,0.25l-0.39,-0.67l-1.49,-0.45l-2.92,-2.53l-2.2,-0.18l-0.81,-0.51l-4.2,0.09l-0.9,0.42l-0.79,-0.62l-1.64,0.24l-2.12,-0.89l-0.73,-0.97l-0.6,-0.14l-0.21,-0.72l-1.17,-0.49l-0.99,-0.02l-1.98,-0.87l-1.45,0.39l-0.83,-1.09l-0.6,-0.21l-1.43,-1.38l-1.96,0.01l-1.47,-0.64l-0.86,0.11l-1.62,-0.41l0.35,-0.9l-0.3,-0.97l-1.11,-0.7l0.3,-0.29l-0.26,-1.44l0.56,-1.21l-0.35,-0.67l0.88,-0.38l0.12,-0.54l-1.04,-0.54l-0.91,0.67l-0.32,-0.31l0.03,-1.09l-0.59,-0.83l0.31,-0.09l0.53,-1.43l-0.22,-0.71l-0.71,0.09l-1.03,0.96l-0.57,-0.89l-0.85,-0.28l-0.26,-1.34l-1.51,-0.77l0.29,-0.65l-0.24,-0.76l0.34,-2.18l-0.45,-0.96l-1.04,-1.01l0.65,-1.99l0.05,-1.19l-0.18,-0.7l-0.54,-0.33l-0.15,-1.81l-1.85,-1.44l-0.86,0.21l-0.3,-0.41l-0.81,-0.11l-0.74,-1.31l-2.22,-1.71l0.01,-0.69l-0.51,-0.58l0.12,-0.87l-0.97,-0.92l-0.08,-0.75l-1.12,-0.61l-1.3,-2.88l-2.66,-1.48l-0.38,-0.91l-1.13,-0.59l-0.06,-1.16l-0.82,-1.19l-0.59,-1.95l0.41,-0.22l-0.04,-0.72l-1.03,-0.49l-0.26,-1.29l-0.82,-0.58l-0.94,-1.73l-0.61,-2.38l-1.85,-2.36l-0.87,-4.24l-1.81,-1.34l0.05,-0.7l-0.75,-1.21l-4.07,-2.82l-0.29,-1.39l1.68,-0.02l0.79,-0.84l-0.29,-0.39l-0.65,-0.06l-0.09,-0.72l0.08,-0.89l0.64,-0.7l-0.11,-0.74l-0.48,0.05l-0.77,0.72l-0.45,0.69l0.01,0.66l-0.88,0.15l-0.39,1.07l-0.54,-0.04l-1.81,-1.75l0.06,-0.67l-0.41,-0.68l-0.77,-0.2l-0.64,0.29l-0.33,-0.53l-0.73,-0.13l-0.89,-2.16l-1.49,-0.8l-0.85,0.27l-0.44,-0.87l-0.61,0.1l-0.25,0.61l-1.05,0.16l-2.88,-0.47l-0.39,-0.38l-1.48,-0.03l-0.79,0.29l-0.77,-0.44l-2.66,0.27l-2.42,-1.08l-1.14,-0.89l-0.68,-0.07l-1.03,0.82l-0.64,1.61l-1.99,-0.17l-0.51,0.44l-0.49,-0.17l-2.52,0.78l-3.07,6.25l-0.18,1.77l-0.76,0.67l-0.38,1.8l0.35,0.59l-1.97,0.98l-0.75,1.32l-1.07,0.61l-0.62,0.83l-0.29,1.09l-2.91,-0.34l-1.04,-0.87l-0.54,0.3l-1.69,-1.21l-1.31,-1.63l-2.9,-0.85l-1.15,-0.95l-0.02,-0.67l-0.42,-0.4l-2.75,-0.51l-2.28,-1.03l-1.89,-1.75l-0.91,-1.53l-0.96,-0.91l-1.53,-0.29l-1.76,-1.26l-0.22,-0.56l-1.14,-0.97l-0.83,-2.9l-0.86,-1.01l-0.24,-1.1l-0.76,-1.27l-0.26,-2.34l0.52,-3.04l-3.0,-5.07l-0.06,-1.94l-1.26,-2.51l-0.99,-0.44l-0.43,-1.24l-1.43,-0.81l-2.15,-2.17l-1.02,-0.1l-2.01,-1.25l-3.18,-3.35l-0.59,-1.55l-3.13,-2.55l-1.59,-2.45l-1.19,-0.95l-0.61,-1.05l-4.42,-2.6l-2.4,-5.42l-1.37,-1.08l-1.12,-0.08l-1.76,-1.68l-0.79,-3.05ZM502.12,468.09l-0.33,0.17l0.18,-0.16l0.15,-0.02ZM498.72,470.76l-0.09,0.12l-0.04,0.02l0.13,-0.14ZM467.58,489.09l0.03,0.02l-0.02,0.02l-0.0,-0.03ZM453.97,547.08l0.76,-0.5l0.25,-0.68l0.11,1.08l-1.11,0.1Z", "name": "Texas"}, "US-NH": {"path": "M829.91,105.39l0.2,-1.33l-1.43,-5.38l0.53,-1.45l-0.28,-2.22l1.0,-1.86l-0.13,-2.3l0.64,-2.28l-0.44,-0.62l0.29,-2.3l-0.93,-3.8l0.08,-0.7l0.3,-0.45l1.83,-0.8l0.7,-1.39l1.43,-1.62l0.74,-1.8l-0.25,-1.13l0.52,-0.62l-2.34,-3.49l0.87,-3.26l-0.11,-0.78l-0.81,-1.29l0.28,-0.59l-0.23,-0.7l0.48,-3.2l-0.36,-0.82l0.91,-1.49l2.44,0.33l0.65,-0.86l12.99,34.86l0.84,3.65l2.6,2.21l0.88,0.34l0.36,1.6l1.71,1.31l0.0,0.35l0.77,0.23l-0.06,0.58l-0.46,3.09l-1.57,0.24l-1.32,1.19l-0.51,0.94l-0.96,0.37l-0.5,1.68l-1.1,1.44l-17.61,4.74l-1.7,-1.43l-0.41,-0.89l-0.1,-2.0l0.54,-0.59l0.03,-0.52l-1.02,-5.18Z", "name": "New Hampshire"}, "US-NY": {"path": "M821.95,168.59l-0.84,-0.72l0.83,-3.23l1.03,-0.3l0.37,-0.48l0.74,0.21l0.64,-0.32l-0.06,-0.58l0.43,-0.05l0.28,-0.66l0.72,-0.32l-0.21,-1.42l0.73,-0.47l0.35,0.56l1.04,-0.16l0.49,-0.33l0.01,-0.54l1.46,-0.18l0.24,-0.74l1.66,0.02l0.91,-0.54l0.45,-1.21l0.62,0.24l0.43,-0.5l4.32,-1.28l2.35,-1.12l2.36,-2.84l0.18,0.17l-2.53,3.41l-0.01,0.46l0.56,0.38l1.59,-0.33l0.28,0.61l-1.3,1.19l-2.05,0.53l-0.37,0.58l-1.16,0.41l0.23,0.43l-0.24,0.3l-0.68,-0.16l-0.74,0.7l-1.04,0.17l-0.37,0.55l-1.42,0.45l-0.26,0.67l-1.34,0.19l-0.44,0.7l-1.35,0.96l-2.77,1.33l-1.02,0.88l-1.04,0.09l-0.32,0.93l-0.28,0.03l-0.26,-0.68l-1.45,-0.25l-0.88,0.74l0.07,0.96l-0.94,0.56ZM844.29,155.03l0.88,-2.14l1.18,-0.48l0.6,-0.93l0.81,0.34l0.13,-0.83l0.75,0.63l-3.84,3.68l-0.51,-0.28ZM845.16,149.15l0.06,-0.06l0.18,-0.06l-0.11,0.19l-0.13,-0.07ZM722.08,155.52l3.76,-3.85l1.27,-2.19l1.75,-1.86l1.16,-0.78l1.28,-3.35l2.09,-2.13l-0.21,-1.84l-1.61,-2.42l0.42,-1.13l-0.17,-0.78l-0.83,-0.53l-2.09,-0.0l0.04,-0.99l-0.58,-2.23l4.98,-2.94l4.48,-1.79l2.38,-0.2l1.84,-0.74l5.64,-0.24l3.12,1.25l3.16,-1.68l5.49,-1.06l0.59,0.45l0.68,-0.2l0.12,-0.99l3.23,-1.85l0.69,-2.05l1.87,-1.76l0.78,-1.26l1.12,0.03l1.13,-0.52l1.07,-1.63l-0.46,-0.69l0.36,-1.2l-0.25,-0.51l-0.64,0.02l-0.17,-1.18l-0.94,-1.58l-1.01,-0.62l0.12,-0.18l0.59,0.39l0.53,-0.27l0.75,-1.43l-0.01,-0.92l0.81,-0.64l-0.01,-0.98l-0.93,-0.19l-0.6,0.7l-0.28,0.12l0.56,-1.3l-0.81,-0.63l-1.26,0.05l-0.87,0.77l-0.98,-0.7l2.05,-2.51l1.78,-1.47l1.67,-2.63l0.7,-0.56l0.89,-1.54l0.07,-0.56l-0.49,-0.94l0.78,-1.9l4.82,-7.61l4.76,-4.5l2.84,-0.51l19.65,-5.66l0.4,0.87l-0.08,2.01l1.02,1.22l0.43,3.79l2.29,3.25l-0.09,1.89l0.85,2.41l-0.59,1.07l-0.0,3.41l0.71,0.89l1.32,2.76l0.19,1.09l0.62,0.84l0.12,3.92l0.55,0.85l0.54,0.07l0.53,-0.61l0.06,-0.87l0.33,-0.07l1.05,1.12l3.87,14.48l0.11,1.59l0.62,1.09l0.33,14.92l0.6,0.62l3.57,16.23l1.26,1.34l-2.82,3.18l0.03,0.54l1.74,1.62l-1.86,3.37l0.21,1.06l-1.03,0.45l-0.24,-4.26l-0.56,-2.23l-0.74,-1.62l-1.46,-1.1l-0.17,-1.13l-0.7,-0.09l-0.42,1.33l0.8,1.45l0.94,0.69l0.95,2.79l-13.74,-4.06l-1.28,-1.47l-2.39,0.24l-0.63,-0.43l-1.06,-0.15l-1.74,-1.91l-0.75,-2.33l0.12,-0.72l-0.36,-0.63l-0.56,-0.21l0.09,-0.46l-0.35,-0.42l-1.64,-0.68l-1.08,0.32l-0.53,-1.22l-1.92,-0.93l-34.6,8.73l-34.43,7.84l-1.11,-5.15Z", "name": "New York"}, "US-HI": {"path": "M293.44,610.32l-0.16,-1.33l-1.79,-3.5l-1.21,-1.37l0.23,-0.95l-0.21,-0.49l0.64,-1.68l4.55,-5.05l0.88,-5.09l0.45,-0.65l0.48,-2.22l-0.34,-2.5l0.41,-1.79l1.19,-0.79l1.55,-0.08l1.27,-0.5l1.51,0.3l2.68,-1.18l1.51,-0.07l1.15,-1.13l-0.03,-3.17l0.35,-1.25l0.99,-1.6l1.21,-0.53l2.67,2.45l-0.1,1.68l1.07,1.67l0.81,2.19l1.64,1.05l2.04,2.64l3.96,7.75l0.59,3.31l-2.1,3.31l0.14,0.54l0.73,0.44l1.2,0.23l0.29,0.68l-0.01,0.53l-0.8,1.13l-0.09,1.86l0.56,2.06l1.01,1.51l0.17,1.18l-0.37,0.44l-2.35,0.67l-1.45,-0.32l-2.49,0.4l-1.2,-0.39l-2.49,-0.11l-3.15,-1.01l-0.9,-0.94l-1.39,-0.68l-2.87,0.15l-4.73,-0.64l-1.91,0.32l-1.08,1.21l-1.89,0.33l-1.22,0.8l-1.62,0.21ZM302.97,554.35l1.47,-2.4l0.62,-1.93l-0.3,-0.8l-0.55,-0.42l-1.1,0.04l-1.49,-2.22l-0.31,-2.64l0.31,-0.99l0.92,-0.89l0.88,-0.53l1.05,-0.12l0.9,0.44l0.73,1.4l0.05,3.78l1.07,0.23l1.89,1.04l1.66,0.12l1.88,1.67l0.65,3.28l0.56,0.34l0.11,1.09l2.18,2.69l-0.14,1.17l-1.45,1.15l-0.84,-0.19l-0.81,0.3l-0.68,-0.4l-1.7,-0.23l-1.91,-1.3l-3.1,-0.5l-0.96,-1.02l-1.42,-0.79l-0.16,-1.4ZM273.53,509.24l-0.16,-0.35l0.54,-1.85l-0.3,-1.63l0.39,-1.12l-0.31,-1.61l0.83,-1.4l-0.26,-1.26l3.14,2.06l2.55,-0.17l1.08,-0.64l1.25,-0.12l0.77,0.28l0.39,1.22l-0.11,1.03l-0.4,0.54l0.01,2.42l0.41,1.21l-0.78,0.43l-0.61,1.27l0.64,2.46l0.61,0.41l0.56,-0.16l-0.24,0.78l0.3,0.88l-0.35,0.37l-0.14,1.04l0.56,1.3l-1.15,0.14l-0.29,-0.77l-2.67,-0.85l-0.05,-0.86l-0.79,-1.25l0.15,-0.76l-0.26,-0.63l-1.05,0.24l-0.45,-0.78l0.16,-0.27l1.0,0.06l0.45,-0.62l-0.42,-0.96l-0.64,-0.2l-0.35,-0.61l-0.47,0.25l-0.47,-0.55l-0.38,0.32l0.14,1.95l-2.85,-1.22ZM284.15,511.85l0.1,-0.21l-0.0,-0.01l0.1,0.09l-0.19,0.14ZM246.14,461.52l2.01,-0.42l1.12,-0.67l1.33,0.51l3.66,0.37l0.71,1.4l1.04,-0.06l1.12,1.14l0.89,0.21l0.72,0.89l0.28,1.56l-0.23,1.15l-0.51,0.62l-2.05,0.87l-1.37,1.99l-0.6,-0.19l-0.46,0.49l-2.84,0.16l-3.61,-3.83l-0.24,-1.91l-1.68,-2.24l0.05,-1.26l0.66,-0.81Z", "name": "Hawaii"}, "US-VT": {"path": "M805.54,72.68l26.02,-7.96l0.89,1.85l-0.74,2.37l-0.03,1.54l2.22,2.75l-0.51,0.58l0.26,1.13l-0.67,1.6l-1.35,1.49l-0.64,1.32l-1.72,0.7l-0.62,0.92l-0.1,0.98l0.93,3.74l-0.29,2.44l0.4,0.54l-0.6,2.11l0.15,2.19l-1.0,1.87l0.27,2.36l-0.53,1.54l1.43,5.44l-0.22,1.22l1.05,5.3l-0.58,0.85l0.11,2.31l0.6,1.26l1.51,1.1l-11.72,3.08l-4.31,-16.79l-1.72,-1.59l-0.91,0.25l-0.3,1.19l-0.12,-0.26l-0.11,-3.91l-0.68,-1.0l-0.14,-0.98l-1.37,-2.85l-0.63,-0.68l0.01,-3.15l0.6,-1.15l-0.86,-2.57l0.08,-1.93l-0.39,-0.91l-1.55,-1.63l-0.38,-0.81l-0.41,-3.71l-1.03,-1.27l0.11,-1.87l-0.42,-1.0Z", "name": "Vermont"}, "US-NM": {"path": "M230.94,422.8l11.82,-123.64l25.66,2.24l26.09,1.86l26.12,1.45l25.74,1.02l-0.31,10.24l-0.74,0.39l-3.59,98.67l-32.38,-1.34l-33.52,-2.02l-0.44,0.76l0.54,2.31l0.44,1.26l1.0,0.77l-30.53,-2.46l-0.43,0.36l-0.81,9.46l-14.64,-1.33Z", "name": "New Mexico"}, "US-NC": {"path": "M676.72,321.71l0.92,0.17l1.52,-0.39l0.42,-0.39l0.52,-0.97l0.13,-2.7l1.34,-1.19l0.47,-1.05l2.24,-1.47l2.12,-0.52l0.76,0.18l1.32,-0.52l2.36,-2.52l0.78,-0.25l1.84,-2.29l1.48,-1.0l1.55,-0.19l1.15,-2.65l-0.28,-1.22l1.65,0.06l0.51,-1.65l0.93,-0.77l1.08,-0.77l0.51,1.52l1.07,0.33l1.34,-1.17l1.35,-2.64l2.49,-1.59l0.79,0.08l0.82,0.8l1.06,-0.21l0.84,-1.07l1.47,-4.18l1.08,-1.1l1.47,0.09l0.44,-0.31l-0.69,-1.26l0.4,-2.0l-0.42,-0.9l0.38,-1.25l7.42,-0.86l19.54,-3.36l37.21,-8.42l31.11,-7.87l0.4,1.21l3.54,3.24l1.0,1.53l-1.2,-1.0l-0.16,-0.63l-0.92,-0.41l-0.52,0.05l-0.24,0.65l0.66,0.54l0.59,1.56l-0.53,0.01l-0.91,-0.75l-2.31,-0.8l-0.4,-0.48l-0.55,0.13l-0.31,0.69l0.14,0.64l1.37,0.44l1.69,1.38l-1.1,0.66l-2.49,-1.2l-0.35,0.5l0.14,0.42l1.6,1.18l-1.84,-0.33l-2.23,-0.87l-0.46,0.14l0.01,0.48l0.6,0.7l1.7,0.83l-0.97,0.58l0.0,0.6l-0.43,0.53l-1.48,0.75l-0.89,-0.77l-0.61,0.22l-0.1,0.35l-0.2,-0.13l-1.31,-2.32l0.21,-2.63l-0.42,-0.48l-0.89,-0.22l-0.37,0.64l0.62,0.71l-0.43,0.99l-0.02,1.03l0.49,1.73l1.6,2.2l-0.31,1.28l0.48,0.29l2.97,-0.59l2.1,-1.49l0.27,0.01l0.37,0.79l0.76,-0.34l1.56,0.05l0.16,-0.72l-0.57,-0.32l1.29,-0.76l2.04,-0.46l-0.1,1.19l0.64,0.29l-0.6,0.88l0.88,1.19l-0.84,0.1l-0.19,0.66l1.38,0.46l0.26,0.94l-1.21,0.05l-0.19,0.66l0.66,0.59l1.25,-0.16l0.52,0.26l0.41,-0.38l0.18,-1.95l-0.75,-3.33l0.41,-0.48l0.56,0.43l0.94,0.06l0.28,-0.58l-0.29,-0.44l0.48,-0.57l1.71,1.84l-0.01,1.4l0.62,0.9l-0.78,0.65l0.9,1.14l-0.08,0.37l-0.42,0.55l-0.78,0.09l-0.91,-0.86l-0.32,0.34l0.13,1.26l-1.08,1.62l0.2,0.57l-0.33,0.22l-0.15,0.98l-0.74,0.55l0.1,0.91l-0.9,0.97l-1.06,0.21l-0.6,-0.37l-0.52,0.52l-0.93,-0.81l-0.86,0.1l-0.4,-0.82l-0.59,-0.21l-0.52,0.38l0.08,0.94l-0.52,0.22l-1.42,-1.24l1.31,-0.4l0.23,-0.88l-0.57,-0.42l-2.02,0.31l-1.14,1.01l0.29,0.67l0.44,0.16l-0.06,0.39l0.15,0.43l0.35,0.25l-0.03,0.12l-0.57,-0.34l-1.69,0.83l-1.12,-0.43l-1.45,0.06l-3.32,-0.7l0.42,1.08l0.97,0.45l0.36,0.64l1.51,-0.21l4.03,1.02l3.51,0.11l0.47,0.42l-0.06,0.52l-0.99,0.05l-0.25,0.72l-1.62,1.44l0.32,0.58l1.85,0.01l-2.56,3.5l-1.67,0.04l-1.6,-0.98l-0.9,-0.19l-1.21,-1.02l-1.12,0.07l0.07,0.47l1.04,1.14l2.32,2.09l2.68,0.26l1.31,0.49l1.7,-2.16l0.51,0.47l1.17,0.33l0.4,-0.57l-0.55,-0.9l0.87,0.16l0.19,0.57l0.66,0.23l1.63,-1.2l-0.18,0.61l0.29,0.57l-0.29,0.38l-0.43,-0.21l-0.41,0.37l0.03,0.9l-0.97,1.72l0.01,0.78l-0.71,-0.07l-0.06,-0.74l-1.12,-0.61l-0.42,0.47l0.27,1.45l-0.52,-1.1l-0.65,-0.15l-1.22,1.08l-0.21,0.53l0.25,0.27l-2.03,0.32l-2.75,1.84l-0.67,-1.03l-0.75,-0.3l-0.37,0.49l0.43,1.26l-0.57,-0.01l-0.09,0.82l-0.94,1.73l-0.91,0.84l-0.59,-0.26l0.49,-0.69l-0.02,-0.77l-1.06,-0.93l-0.08,-0.52l-1.69,-0.41l-0.16,0.47l0.43,1.16l0.2,0.33l0.58,0.07l0.3,0.61l-0.88,0.37l-0.08,0.71l0.65,0.64l0.77,0.18l-0.01,0.37l-2.12,1.67l-1.91,2.65l-2.0,4.31l-0.34,2.13l0.12,1.33l-0.15,-1.03l-1.0,-1.6l-0.55,-0.17l-0.3,0.48l1.17,3.95l-0.63,2.27l-3.9,0.19l-1.43,0.65l-0.35,-0.52l-0.58,-0.18l-0.54,1.07l-1.9,1.14l-0.61,-0.02l-23.25,-15.36l-1.05,-0.02l-18.68,3.49l-0.65,-2.77l-3.25,-2.84l-0.47,0.08l-1.23,1.31l-0.01,-1.29l-0.82,-0.54l-22.82,3.35l-0.64,-0.27l-0.62,0.46l-0.25,0.65l-3.98,1.92l-0.89,1.23l-1.01,0.08l-4.78,2.66l-20.95,3.93l-0.34,-4.55l0.7,-0.95ZM816.97,271.42l0.19,0.35l0.24,0.38l-0.45,-0.41l0.02,-0.32ZM807.5,290.22l0.2,0.32l-0.16,-0.09l-0.04,-0.24ZM815.28,299.09l0.16,-0.36l0.16,0.07l-0.13,0.29l-0.19,0.01ZM812.72,299.05l-0.06,-0.29l-0.03,-0.11l0.3,0.26l-0.21,0.13Z", "name": "North Carolina"}, "US-ND": {"path": "M438.58,42.78l2.06,6.89l-0.73,2.53l0.57,2.36l-0.27,1.17l0.47,1.99l0.01,3.26l1.42,3.95l0.45,0.54l-0.08,0.97l0.39,1.52l0.62,0.74l1.48,3.74l-0.06,3.9l0.42,0.7l0.5,8.35l0.51,1.54l0.51,0.25l-0.47,2.64l0.36,1.63l-0.14,1.75l0.69,1.1l0.2,2.16l0.49,1.13l1.8,2.56l0.15,2.2l0.51,1.08l0.17,1.39l-0.24,1.36l0.28,1.74l-27.89,0.73l-28.38,0.19l-28.38,-0.37l-28.48,-0.93l2.75,-65.45l23.09,0.78l25.56,0.42l25.56,-0.06l24.09,-0.49Z", "name": "North Dakota"}, "US-NE": {"path": "M422.62,173.98l3.92,2.71l3.93,1.9l1.33,-0.22l0.51,-0.47l0.36,-1.08l0.48,-0.2l2.49,0.34l1.32,-0.47l1.58,0.25l3.45,-0.65l2.37,1.98l1.4,0.14l1.55,0.77l1.45,0.08l0.88,1.1l1.49,0.17l-0.06,0.98l1.68,2.08l3.32,0.6l-0.02,2.55l1.13,1.94l0.01,2.29l1.15,1.07l0.34,1.72l1.73,1.46l0.07,1.88l1.5,2.11l-0.49,2.33l0.44,3.09l0.52,0.54l0.93,-0.2l-0.04,1.25l1.21,0.5l-0.41,2.36l0.21,0.44l1.12,0.4l-0.6,0.77l-0.09,1.01l0.13,0.59l0.82,0.5l0.16,1.45l-0.26,0.92l0.26,1.27l0.55,0.61l0.3,1.93l-0.22,1.33l0.23,0.72l-0.57,0.92l0.02,0.79l0.45,0.88l1.23,0.63l0.25,2.5l1.1,0.51l0.03,0.79l1.18,2.75l-0.23,0.96l1.16,0.21l0.8,0.99l1.1,0.24l-0.15,0.96l1.31,1.68l-0.21,1.12l0.51,0.91l-26.14,1.05l-27.83,0.63l-27.84,0.14l-27.88,-0.35l0.46,-21.65l-0.39,-0.41l-32.35,-1.04l1.85,-43.23l43.35,1.22l44.66,-0.04Z", "name": "Nebraska"}, "US-LA": {"path": "M509.0,412.88l-1.33,-21.76l51.43,-4.07l0.34,0.83l1.48,0.65l-0.92,1.35l-0.25,2.13l0.49,0.72l1.18,0.31l-1.21,0.47l-0.45,0.78l0.45,1.36l1.04,0.84l0.08,2.15l0.46,0.54l1.51,0.74l0.45,1.05l1.42,0.44l-0.87,1.22l-0.85,2.34l-0.75,0.04l-0.52,0.51l-0.02,0.73l0.63,0.72l-0.22,1.16l-1.34,0.96l-1.08,1.89l-1.37,0.67l-0.68,0.83l-0.79,2.42l-0.25,3.52l-1.55,1.74l0.13,1.2l0.62,0.96l-0.35,2.38l-1.61,0.29l-0.6,0.57l0.28,0.97l0.64,0.59l-0.26,1.41l0.98,1.51l-1.18,1.18l-0.08,0.45l0.4,0.23l6.18,-0.55l29.23,-2.92l-0.68,3.47l-0.52,1.02l-0.2,2.24l0.69,0.98l-0.09,0.66l0.6,1.0l1.31,0.7l1.22,1.42l0.14,0.88l0.89,1.39l0.14,1.05l1.11,1.84l-1.85,0.39l-0.38,-0.08l-0.01,-0.56l-0.53,-0.57l-1.28,0.27l-1.18,-0.59l-1.51,0.17l-0.61,-0.98l-1.24,-0.86l-2.84,-0.47l-1.24,0.63l-1.39,2.3l-1.3,1.42l-0.42,0.91l0.07,1.2l0.55,0.89l0.82,0.57l4.25,0.82l3.35,-1.0l1.32,-1.19l0.68,-1.2l0.34,0.59l1.08,0.43l0.59,-0.4l0.81,0.03l0.51,-0.46l-0.76,1.21l-1.12,-0.12l-0.57,0.32l-0.38,0.62l0.0,0.83l0.76,1.22l1.48,-0.02l0.65,0.89l1.1,0.48l1.44,-0.66l0.46,-1.11l-0.02,-1.37l0.93,-0.57l0.42,-0.99l0.23,0.05l0.1,1.16l-0.24,0.25l0.19,0.57l0.42,0.15l-0.07,0.75l1.34,1.08l0.35,-0.16l-0.48,0.59l0.18,0.63l-0.24,0.17l-0.84,-0.72l-0.71,-0.08l-1.0,1.89l-0.84,0.14l-0.46,0.53l0.16,1.19l-1.59,-0.6l-0.43,0.19l0.04,0.46l1.14,1.06l-1.17,-0.14l-0.92,0.6l0.68,0.43l1.26,2.04l2.74,0.97l-0.08,1.2l0.33,0.4l2.07,-0.31l0.77,0.17l0.17,0.53l0.73,0.32l1.35,-0.34l0.53,0.78l1.08,-0.46l1.13,0.73l0.14,0.3l-0.41,0.63l1.54,0.86l-0.39,0.65l0.39,0.58l-0.18,0.62l-0.95,1.49l-1.3,-1.56l-0.68,0.34l0.1,0.66l-0.38,0.12l0.41,-1.88l-1.32,-0.76l-0.51,0.5l0.2,1.17l-0.54,0.45l-0.27,-1.02l-0.57,-0.25l-0.89,-1.27l0.03,-0.77l-0.96,-0.14l-0.47,0.5l-1.41,-0.17l-0.74,-0.77l-2.31,-0.09l0.38,-0.86l-0.13,-0.66l-0.64,-0.69l-0.91,0.04l0.1,-0.96l-0.37,-0.36l-0.91,-0.03l-0.22,0.59l-0.85,-0.38l-0.48,0.27l-2.61,-1.26l-1.24,-0.02l-0.67,-0.64l-0.61,0.18l-0.3,0.56l-0.05,1.25l1.72,0.94l1.67,0.35l-0.16,0.92l0.28,0.4l-0.34,0.34l0.23,0.68l-0.76,0.94l-0.03,0.66l0.81,0.97l-0.95,1.43l-1.33,0.94l-0.76,-1.15l0.22,-1.5l-0.35,-0.92l-0.49,-0.18l-0.4,0.36l-1.15,-1.08l-0.6,0.42l-0.76,-1.05l-0.62,-0.2l-0.64,1.33l-0.85,0.26l-0.89,-0.53l-0.85,0.53l-0.1,0.62l0.48,0.41l-0.67,0.56l-0.13,1.44l-0.46,0.13l-0.4,0.84l-0.92,0.08l-0.11,-0.68l-1.6,-0.4l-0.76,0.97l-1.92,-0.93l-0.3,-0.54l-0.99,0.01l-0.35,0.6l-1.15,-0.51l0.42,-0.4l0.0,-1.46l-0.38,-0.57l-1.9,-1.19l-0.08,-0.54l-0.83,-0.71l-0.09,-0.91l0.73,-1.15l-0.34,-1.14l-0.88,-0.19l-0.34,0.57l0.16,0.43l-0.58,0.81l0.04,0.91l-1.8,-0.4l0.07,-0.39l-0.47,-0.54l-1.97,0.76l-0.7,-2.22l-1.32,0.23l-0.18,-2.12l-1.31,-0.35l-1.89,0.3l-1.08,0.66l-0.21,-0.71l0.84,-0.26l-0.05,-0.8l-0.6,-0.58l-1.03,-0.1l-0.85,0.42l-0.94,-0.15l-0.4,0.8l-2.0,1.11l-0.63,-0.31l-1.29,0.71l0.54,1.37l0.81,0.31l1.04,1.55l-1.27,0.36l-1.82,1.06l-7.63,-0.92l-6.7,-2.31l-3.46,-0.65l-6.85,0.69l-3.41,0.8l-1.57,0.73l-0.91,-1.41l1.2,-0.46l0.79,-0.98l0.27,-2.3l-0.59,-0.84l1.15,-1.62l0.23,-1.59l-0.5,-1.83l0.07,-1.46l-0.66,-0.7l-0.21,-1.04l0.83,-2.21l-0.64,-1.95l0.76,-0.84l0.3,-1.49l0.78,-0.94l0.79,-2.83l-0.18,-1.42l0.58,-0.97l-0.75,-1.33l0.84,-0.39l0.2,-0.44l-0.89,-1.36l0.03,-2.13l-1.07,-0.23l-0.57,-1.57l-0.92,-0.84l0.28,-1.27l-0.81,-0.76l-0.33,-0.95l-0.64,-0.34l0.22,-0.98l-1.16,-0.58l-0.81,-0.93l0.16,-2.46l-0.68,-1.93l-1.33,-1.98l-2.63,-2.21ZM548.97,462.65l0.0,-0.0l0.0,0.0l-0.0,0.0ZM607.49,467.36l-0.03,-0.03l-0.08,-0.04l0.13,-0.01l-0.03,0.08ZM607.51,465.75l-0.02,-0.01l0.03,-0.01l-0.02,0.02ZM567.05,468.89l-2.0,-0.42l-0.66,-0.5l0.73,-0.43l0.35,-0.75l0.39,0.49l0.83,0.21l-0.14,0.6l0.5,0.81Z", "name": "Louisiana"}, "US-SD": {"path": "M336.43,128.81l0.3,-0.53l0.75,-19.92l28.49,0.93l28.39,0.37l28.39,-0.19l27.77,-0.73l-0.18,1.71l-0.73,1.71l-2.9,2.46l-0.42,1.27l1.59,2.13l1.06,2.06l0.55,0.36l1.74,0.24l1.01,0.84l0.57,1.02l1.45,38.83l-1.84,0.09l-0.42,0.56l0.24,1.44l0.88,1.14l0.01,1.45l-0.65,0.36l0.17,1.48l0.48,0.43l1.09,0.04l0.34,1.68l-0.16,0.91l-0.62,0.83l0.02,1.73l-0.68,2.45l-0.49,0.44l-0.67,1.88l0.5,1.1l1.33,1.08l-0.16,0.62l0.64,0.66l0.35,1.15l-1.65,-0.28l-0.34,-0.94l-0.85,-0.73l0.19,-0.61l-0.28,-0.59l-1.58,-0.23l-1.03,-1.18l-1.57,-0.11l-1.51,-0.75l-1.34,-0.12l-2.38,-1.99l-3.78,0.6l-1.65,-0.25l-1.19,0.46l-2.62,-0.33l-0.98,0.48l-0.76,1.45l-0.72,0.05l-3.66,-1.82l-4.13,-2.8l-44.82,0.05l-43.33,-1.22l1.79,-43.19Z", "name": "South Dakota"}, "US-DC": {"path": "M783.1,218.48l-0.45,-0.64l-1.55,-0.67l0.58,-1.01l2.03,1.26l-0.61,1.06Z", "name": "District of Columbia"}, "US-DE": {"path": "M798.42,195.12l0.48,-1.56l0.92,-1.11l1.72,-0.71l1.12,0.06l-0.33,0.56l-0.08,1.38l-0.46,1.09l-0.6,0.54l-0.09,0.77l0.13,0.61l1.03,0.85l0.11,2.31l3.98,3.32l1.13,3.99l1.96,1.68l0.47,1.26l3.17,2.27l1.35,-0.08l0.48,1.21l-0.58,0.27l-0.31,0.67l0.03,0.76l0.36,0.19l-0.82,0.57l-0.08,1.21l0.66,0.21l0.85,-0.73l0.72,0.34l0.3,-0.21l0.59,1.55l-9.84,2.64l-8.37,-25.89Z", "name": "Delaware"}, "US-FL": {"path": "M630.29,423.61l47.18,-6.86l1.52,1.91l0.86,2.72l1.47,1.0l48.78,-5.11l1.03,1.38l0.03,1.09l0.55,1.05l1.04,0.48l1.64,-0.28l0.85,-0.75l-0.14,-4.57l-0.98,-1.49l-0.22,-1.77l0.28,-0.74l0.62,-0.3l0.12,-0.7l5.59,0.96l4.03,-0.16l0.14,1.24l-0.75,-0.12l-0.32,0.43l0.25,1.54l2.11,1.81l0.22,1.01l0.42,0.38l0.3,1.92l5.3,11.5l1.81,3.07l7.14,10.22l0.63,0.36l6.82,7.53l-0.48,-0.02l-0.27,0.61l-1.35,-0.02l-0.34,-0.65l0.38,-1.38l-0.16,-0.56l-2.3,-0.92l-0.46,0.53l1.0,2.8l0.78,0.97l2.14,4.77l9.92,13.71l1.37,3.11l3.66,5.34l-1.38,-0.35l-0.43,0.74l0.8,0.65l0.85,0.24l0.56,-0.22l1.46,0.94l2.05,3.05l-0.5,0.34l-0.12,0.53l1.16,0.53l0.89,1.83l-0.08,1.06l0.59,0.95l0.61,2.64l-0.27,0.75l0.93,8.98l-0.31,1.07l0.46,0.67l0.5,3.1l-0.78,1.26l0.03,2.43l-0.84,0.74l-0.22,1.8l-0.48,0.85l0.21,1.47l-0.31,1.74l0.54,1.74l0.45,0.23l-1.15,1.8l-0.39,1.28l-0.94,0.24l-0.53,-0.22l-1.37,0.45l-0.35,1.06l-0.89,0.3l-0.18,0.58l-0.85,0.67l-1.44,0.14l-0.27,-0.32l-1.23,-0.1l-0.9,1.05l-3.17,1.13l-1.06,-0.59l-0.7,-1.04l0.06,-1.8l1.0,0.84l1.64,0.47l0.26,0.63l0.52,0.07l1.35,-0.72l0.2,-0.69l-0.26,-0.64l-1.58,-1.11l-2.4,-0.26l-0.91,-0.46l-0.85,-1.67l-0.89,-0.72l0.22,-0.98l-0.48,-0.28l-0.53,0.15l-1.38,-2.51l-0.44,-0.3l-0.64,0.07l-0.44,-0.61l0.22,-0.89l-0.7,-0.65l-1.21,-0.6l-1.06,-0.08l-0.75,-0.54l-0.57,0.18l-2.8,-0.59l-0.5,0.64l0.25,-0.91l-0.46,-0.42l-0.87,0.12l-0.26,-0.72l-0.88,-0.65l-0.61,-1.41l-0.55,-0.11l-0.73,-2.95l-0.77,-0.98l-0.16,-1.52l-0.44,-0.83l-0.71,-0.89l-0.49,-0.15l-0.12,0.93l-1.29,-0.26l1.07,-1.3l0.18,-1.37l0.86,-1.46l0.65,-0.34l0.28,-0.83l-0.61,-0.38l-1.42,0.93l-1.03,1.67l-0.28,1.79l-1.37,0.35l-0.2,-1.33l-0.79,-1.33l-0.27,-4.04l-0.86,-0.6l1.63,-1.33l0.22,-0.97l-0.58,-0.42l-3.05,1.92l-0.75,-0.66l-0.4,0.26l-1.27,-0.89l-0.37,0.74l1.13,1.09l0.52,0.1l1.26,2.0l-1.04,0.24l-1.43,-0.38l-0.84,-1.6l-1.13,-0.6l-1.94,-2.54l-1.04,-2.28l-1.28,-0.87l0.1,-0.87l-0.97,-1.8l-1.77,-0.98l0.09,-0.67l0.99,-0.41l-0.35,-0.49l0.44,-0.73l-0.39,-0.35l0.4,-1.21l2.47,-4.47l-1.05,-2.41l-0.68,-0.46l-0.92,0.42l-0.28,0.93l0.29,1.19l-0.24,0.03l-0.73,-2.44l-0.99,-0.28l-1.18,-0.87l-1.52,-0.31l0.29,1.94l-0.48,0.61l0.27,0.59l2.21,0.56l0.24,0.97l-0.37,2.46l-0.31,-0.58l-0.8,-0.21l-2.13,-1.53l-0.41,0.2l-0.29,-0.62l0.59,-2.11l0.07,-2.97l-0.66,-1.97l0.42,-0.51l0.48,-1.91l-0.24,-0.54l0.66,-3.04l-0.37,-5.41l-0.69,-1.56l0.35,-0.47l-0.47,-2.18l-2.1,-1.33l-0.05,-0.53l-0.55,-0.43l-0.1,-1.01l-0.92,-0.73l-0.55,-1.51l-0.64,-0.25l-1.44,0.32l-1.02,-0.2l-1.57,0.54l-1.15,-1.74l-1.5,-0.47l-0.19,-0.6l-1.35,-1.51l-3.81,-1.88l-0.51,-2.75l-3.06,-1.14l-0.65,-0.59l-0.52,-1.23l-2.15,-1.93l-2.19,-1.09l-1.45,-0.12l-3.44,-1.68l-2.85,0.98l-1.01,-0.4l-1.04,0.42l-0.36,0.68l-1.33,0.68l-0.5,0.71l0.03,0.64l-0.73,-0.22l-0.59,0.6l0.67,0.94l1.51,0.08l0.41,0.21l-3.03,0.23l-1.58,1.51l-0.91,0.45l-1.3,1.56l-1.56,1.03l-0.32,0.13l0.2,-0.48l-0.26,-0.54l-0.67,-0.04l-2.07,2.24l-2.2,0.23l-2.11,1.06l-0.78,0.03l-0.27,-2.03l-1.71,-2.23l-2.21,-1.0l-0.18,-0.41l-2.51,-1.5l2.8,1.33l1.21,-0.74l-0.0,-0.74l-1.32,-0.34l-0.35,0.55l-0.21,-1.01l-0.34,-0.1l0.12,-0.52l-0.49,-0.33l-1.4,0.61l-2.3,-0.76l0.65,-1.08l0.83,-0.1l1.03,-1.45l-0.91,-0.96l-0.46,0.13l-0.49,1.02l-0.44,-0.04l-0.81,0.56l-0.72,-0.9l-0.7,0.09l-0.17,0.38l-1.34,0.73l-0.14,0.68l0.28,0.46l-3.95,-1.35l-5.05,-0.71l0.11,-0.24l1.27,0.29l0.61,-0.53l2.1,0.39l0.23,-0.78l-0.94,-1.02l0.09,-0.69l-0.62,-0.29l-0.5,0.32l-0.28,-0.47l-1.9,0.19l-2.25,1.1l0.3,-0.64l-0.41,-0.58l-0.96,0.35l-0.58,-0.25l-0.23,0.44l0.2,0.71l-1.45,0.79l-0.4,0.64l-5.17,0.97l0.32,-0.52l-0.4,-0.52l-1.35,-0.28l-0.72,-0.53l0.69,-0.53l0.01,-0.78l-0.68,-0.13l-0.81,-0.66l-0.46,0.11l0.14,0.76l-0.42,1.77l-1.05,-1.39l-0.69,-0.45l-0.55,0.07l-0.3,0.71l0.82,1.77l-0.25,0.79l-1.39,0.99l-0.05,1.04l-0.6,0.22l-0.17,0.57l-1.48,0.55l0.28,-0.66l-0.22,-0.45l1.14,-1.03l0.07,-0.74l-0.4,-0.58l-1.18,-0.24l-0.42,-0.84l0.3,-1.7l-0.18,-1.61l-2.17,-1.12l-2.39,-2.46l0.32,-1.44l-0.15,-1.04ZM644.36,434.04l-0.94,0.26l0.4,-0.44l0.53,0.18ZM665.13,435.61l0.98,-0.28l0.35,0.31l0.08,0.72l-1.42,-0.75ZM770.53,454.92l0.42,0.56l-0.43,0.75l0.0,-1.31Z", "name": "Florida"}, "US-CT": {"path": "M823.41,156.51l2.83,-3.23l-0.07,-0.54l-1.31,-1.25l-3.5,-15.89l9.81,-2.41l0.6,0.46l0.65,-0.26l0.23,-0.58l14.16,-4.0l3.2,10.18l0.47,1.96l-0.04,1.69l-1.66,0.32l-0.92,0.81l-0.69,-0.36l-0.5,0.1l-0.18,0.91l-1.14,0.07l-1.27,1.27l-0.62,-0.14l-0.56,-1.02l-0.89,-0.09l-0.21,0.67l0.75,0.64l0.08,0.54l-0.89,-0.02l-1.02,0.87l-1.65,0.07l-1.15,0.94l-1.44,0.13l-1.21,0.93l-0.65,-1.0l-0.61,0.11l-1.01,2.46l-1.06,0.61l-0.25,1.02l-0.77,-0.26l-0.96,0.56l-0.09,0.85l-1.72,0.98l-1.94,2.27l-1.19,0.46l-0.24,0.38l-1.4,-1.23Z", "name": "Connecticut"}, "US-WA": {"path": "M38.51,55.06l0.37,-1.08l0.93,0.65l0.55,-0.14l0.54,-0.65l0.49,0.67l0.71,-0.01l0.17,-0.77l-0.98,-1.47l0.85,-0.83l-0.09,-1.36l0.49,-0.39l-0.1,-1.03l0.81,-0.27l0.05,0.5l0.48,0.41l0.95,-0.31l-0.09,-0.68l-1.44,-1.82l-1.84,-0.1l-0.15,0.32l-0.78,-0.82l0.26,-1.62l0.66,0.53l0.52,-0.07l0.29,-0.56l-0.17,-0.68l3.33,-0.52l0.25,-0.68l-2.59,-1.29l-0.05,-0.79l-0.67,-0.57l-1.3,-0.31l0.37,-4.73l-0.5,-1.29l0.25,-0.72l-0.52,-0.48l0.55,-3.93l0.04,-4.38l-0.56,-1.02l-0.04,-0.98l-1.56,-2.34l0.33,-4.24l-0.21,-1.29l0.78,-0.79l0.04,-0.71l0.97,-1.44l-0.6,-1.43l1.04,0.8l0.44,0.0l3.35,3.31l0.99,0.35l2.18,2.41l3.73,1.49l1.21,0.07l0.79,0.71l0.67,0.31l0.6,-0.15l1.57,1.07l1.49,0.47l1.28,0.28l1.22,-0.61l0.53,0.31l0.46,0.71l-0.05,1.24l0.55,0.74l0.8,-0.24l0.07,-0.75l0.44,0.03l0.63,1.39l-0.4,0.58l0.34,0.49l0.56,-0.04l0.73,-0.84l-0.38,-1.7l1.03,-0.24l-0.44,0.23l-0.22,0.69l1.27,4.41l-0.46,0.1l-1.67,1.72l0.22,-1.29l-0.22,-0.41l-1.31,0.31l-0.38,0.81l0.09,0.95l-1.37,1.7l-1.98,1.38l-1.06,1.41l-0.96,0.69l-1.1,1.67l-0.06,0.71l0.62,0.6l0.96,0.12l2.77,-0.48l1.22,-0.58l-0.03,-0.7l-0.64,-0.23l-2.94,0.79l-0.35,-0.3l3.23,-3.42l3.06,-0.88l0.89,-1.51l1.73,-1.54l0.53,0.57l0.54,-0.19l0.22,-1.81l-0.06,2.25l0.26,0.91l-0.98,-0.21l-0.64,0.77l-0.41,-0.73l-0.53,-0.19l-0.39,0.64l0.32,2.34l-0.21,-1.07l-0.67,-0.21l-0.46,0.69l-0.07,0.75l0.46,0.66l-0.63,0.58l-0.0,0.45l0.42,0.17l1.67,-0.57l0.25,1.09l-1.08,1.79l-0.08,1.05l-0.83,0.7l0.13,1.0l-0.85,-0.68l1.12,-1.44l-0.23,-0.96l-1.96,1.08l-0.38,0.64l-0.05,-2.11l-0.52,0.02l-1.03,1.59l-1.26,0.53l-1.14,1.87l-1.51,0.3l-0.46,0.44l-0.21,1.18l1.11,-0.03l-0.25,0.36l0.27,0.37l0.93,0.02l0.06,0.68l0.53,0.47l0.52,-0.27l0.35,-1.76l0.15,0.42l0.83,-0.15l1.11,1.48l1.31,-0.61l1.64,-1.48l0.98,-1.56l0.63,0.78l0.73,0.14l0.44,-0.23l-0.06,-0.86l1.56,-0.55l0.35,-0.94l-0.33,-1.26l0.22,-1.19l-0.18,-1.35l0.83,0.2l0.3,-0.92l-0.19,-0.75l-0.72,-0.63l0.89,-1.13l0.07,-1.75l1.24,-1.24l0.61,-1.37l1.61,-0.49l0.78,-1.15l-0.45,-0.66l-0.51,-0.02l-0.86,-1.3l0.16,-2.09l-0.26,-0.87l0.49,-0.79l0.06,-0.84l-1.15,-1.73l-0.63,-0.4l-0.17,-0.64l0.18,-0.5l0.59,0.24l0.53,-0.33l0.24,-1.8l0.79,-0.24l0.3,-1.0l-0.61,-2.32l0.44,-0.53l-0.03,-0.86l-0.96,-0.88l-0.95,0.3l-1.09,-2.65l0.93,-1.82l41.31,9.4l38.95,7.65l-10.13,55.39l1.04,3.0l0.13,2.0l-1.0,1.3l0.73,1.88l-31.18,-5.92l-1.67,0.79l-7.24,-1.02l-1.68,0.92l-4.19,-0.12l-3.18,0.45l-1.64,0.75l-0.88,-0.26l-1.2,0.3l-1.51,-0.23l-2.43,-0.94l-0.91,0.46l-3.45,0.51l-2.11,-0.71l-1.65,0.3l-0.31,-1.36l-1.09,-0.88l-4.34,-1.46l-2.32,-0.11l-1.15,-0.51l-1.27,0.21l-1.89,0.86l-4.49,0.58l-2.26,-1.01l-1.61,-1.15l-1.84,-0.51l-0.63,-0.81l0.64,-6.82l-0.46,-0.95l-0.22,-1.9l-0.98,-1.35l-1.96,-1.67l-1.59,-0.23l-1.31,0.28l-1.95,-3.24l-2.07,-0.23l-0.56,-0.3l-0.1,-0.52l-0.55,-0.47l-1.22,0.28l-0.81,-0.15l-1.0,0.52l-1.03,-1.77l-0.93,-0.23ZM61.97,39.77l0.16,0.74l-0.42,0.48l0.0,-0.91l0.26,-0.31ZM71.38,20.37l-0.61,0.87l-0.15,0.52l0.18,-1.38l0.58,-0.01ZM71.25,15.62l-0.09,-0.05l0.05,-0.04l0.04,0.1ZM70.48,15.47l-0.77,0.39l0.37,-0.68l-0.07,-0.6l0.22,-0.07l0.25,0.97ZM57.68,42.43l0.04,-0.02l-0.01,0.0l-0.03,0.01Z", "name": "Washington"}, "US-KS": {"path": "M477.93,239.62l0.44,0.63l0.76,0.18l1.04,0.8l2.19,-1.08l-0.0,0.75l1.08,0.79l0.23,1.44l-0.95,-0.15l-0.6,0.31l-0.17,0.97l-1.14,1.37l-0.06,1.14l-0.79,0.5l0.04,0.64l1.56,2.1l2.0,1.49l0.2,1.13l0.42,0.86l0.74,0.56l0.32,1.11l1.89,0.91l1.54,0.26l2.67,46.81l-31.54,1.48l-31.97,0.88l-31.98,0.26l-32.04,-0.37l1.21,-65.46l27.89,0.35l27.85,-0.14l27.84,-0.64l27.67,-1.12l1.65,1.23Z", "name": "Kansas"}, "US-WI": {"path": "M510.09,124.06l0.41,-0.27l0.28,-0.9l-0.45,-1.48l0.04,-1.91l0.7,-1.16l0.53,-2.25l-1.61,-2.91l-0.83,-0.36l-1.28,-0.01l-0.21,-2.31l1.67,-2.26l-0.05,-0.77l0.77,-1.55l1.95,-1.09l0.48,-0.75l0.97,-0.25l0.45,-0.75l1.16,-0.14l1.04,-1.56l-0.97,-12.11l1.03,-0.35l0.22,-1.1l0.73,-0.97l0.78,0.7l1.68,0.64l2.61,-0.56l3.27,-1.57l2.65,-0.82l2.22,-2.12l0.31,0.29l1.39,-0.11l1.25,-1.48l0.79,-0.58l1.04,-0.1l0.4,-0.52l1.07,0.99l-0.48,1.68l-0.67,1.01l0.23,1.61l-1.21,2.21l0.64,0.66l2.5,-1.09l0.72,-0.87l2.15,1.22l2.34,0.47l0.44,0.53l0.86,-0.13l1.6,0.7l2.23,3.54l15.47,2.52l4.65,1.96l1.67,-0.16l1.63,0.42l1.33,-0.59l3.17,0.71l2.18,0.09l0.85,0.41l0.56,0.89l-0.42,1.09l0.41,0.77l3.4,0.63l1.4,1.13l-0.16,0.71l0.59,1.11l-0.36,0.81l0.43,1.25l-0.78,1.25l-0.03,1.76l0.91,0.63l1.38,-0.26l1.02,-0.72l0.2,0.26l-0.79,2.44l0.04,1.31l1.32,1.46l0.84,0.35l-0.24,2.02l-2.42,1.2l-0.51,0.78l0.04,1.26l-1.61,3.49l-0.4,3.5l1.11,0.83l0.91,-0.04l0.5,-0.37l0.49,-1.37l1.82,-1.47l0.66,-2.54l1.06,-1.7l0.59,0.18l0.58,-0.71l0.87,-0.4l1.12,1.12l0.59,0.2l-0.28,2.18l-1.19,2.85l-0.57,5.58l0.23,1.11l0.8,0.93l0.07,0.52l-0.51,0.98l-1.3,1.34l-0.86,3.88l0.15,2.57l0.72,1.2l0.06,1.24l-1.07,3.23l0.12,2.11l-0.73,2.11l-0.28,2.46l0.59,2.02l-0.04,1.32l0.49,0.53l-0.21,1.7l0.92,0.78l0.54,2.44l1.2,1.54l0.08,1.69l-0.33,1.45l0.48,2.95l-44.2,4.6l-0.19,-0.79l-1.56,-2.19l-4.94,-0.84l-1.06,-1.35l-0.36,-1.68l-0.9,-1.21l-0.86,-4.89l1.04,-2.61l-0.09,-0.99l-0.71,-0.79l-1.44,-0.48l-0.71,-1.76l-0.47,-6.02l-0.7,-1.4l-0.52,-2.56l-1.15,-0.6l-1.1,-1.56l-0.93,-0.11l-1.17,-0.75l-1.71,0.09l-2.67,-1.79l-2.3,-3.5l-2.64,-2.1l-2.94,-0.53l-0.73,-1.24l-1.12,-1.0l-3.12,-0.45l-3.53,-2.74l0.45,-1.24l-0.12,-1.61l0.25,-0.81l-0.88,-3.11Z", "name": "Wisconsin"}, "US-OR": {"path": "M10.81,140.09l0.63,-3.94l1.32,-2.52l0.23,-1.22l-0.01,-1.26l-0.46,-0.66l-0.14,-1.12l-0.42,-0.32l-0.11,-1.85l2.73,-3.63l2.2,-4.73l0.1,-1.09l0.42,-0.27l0.01,0.79l0.73,0.1l0.42,-1.11l0.88,-0.84l0.23,0.94l1.39,0.27l-0.51,-2.64l-0.92,0.08l2.09,-3.81l1.11,-0.76l0.8,0.4l0.55,-0.33l-0.66,-1.35l-0.6,-0.3l1.71,-4.39l0.41,-0.38l0.04,-0.96l1.74,-5.49l0.97,-1.98l0.4,0.33l0.67,-0.29l-0.12,-0.97l-0.56,-0.32l0.96,-2.74l0.81,0.17l0.23,-0.45l-0.16,-0.52l-0.52,-0.28l0.54,-2.86l1.58,-2.7l0.83,-3.02l1.14,-1.76l0.97,-3.1l-0.08,-1.04l1.21,-1.1l0.04,-0.6l-0.46,-0.65l0.14,-0.52l0.51,0.64l0.45,0.05l0.39,-0.63l0.17,-1.39l-0.74,-0.72l0.5,-1.2l1.28,-0.78l0.05,-0.46l-0.86,-0.5l-0.26,-1.11l0.86,-2.17l-0.06,-1.44l0.92,-0.59l0.4,-0.85l0.07,-3.75l0.49,0.86l0.9,0.41l-0.04,0.91l0.55,0.53l0.43,-0.82l0.39,-0.14l-0.27,-0.98l1.12,0.84l1.53,0.0l1.45,-0.68l1.44,2.36l1.99,0.78l1.39,-0.67l0.91,0.06l1.72,1.51l0.77,1.04l0.21,1.9l0.43,0.78l-0.03,2.05l-0.39,1.24l0.19,0.93l-0.43,1.74l0.26,1.45l0.79,0.85l1.94,0.56l1.44,1.05l2.4,1.1l4.98,-0.53l2.9,-1.06l1.14,0.51l2.23,0.09l4.24,1.43l0.69,0.54l0.19,1.15l0.57,0.58l1.86,-0.27l2.11,0.71l3.79,-0.55l0.69,-0.42l2.19,0.93l1.64,0.24l1.19,-0.3l0.88,0.26l1.89,-0.78l3.07,-0.43l4.16,0.13l1.61,-0.91l7.16,1.02l0.96,-0.19l0.79,-0.58l31.27,5.93l0.23,1.81l0.93,1.82l1.16,0.63l1.96,1.86l0.57,2.45l-0.16,1.0l-3.69,4.54l-0.4,1.41l-1.39,2.63l-2.21,2.42l-0.65,2.68l-1.49,1.84l-2.23,1.5l-1.92,3.35l-1.49,1.27l-0.62,2.02l-0.12,1.87l0.28,0.92l0.56,0.61l0.54,0.04l0.39,-0.35l0.63,0.76l0.89,-0.05l0.07,0.88l0.8,0.95l-0.46,1.0l-0.65,0.06l-0.33,0.4l0.21,1.8l-1.03,2.56l-1.22,1.41l-6.86,39.15l-26.21,-4.99l-28.89,-6.05l-28.8,-6.61l-28.87,-7.22l-1.54,-2.51l0.26,-2.47l-0.29,-0.87Z", "name": "Oregon"}, "US-KY": {"path": "M583.03,306.53l0.35,-2.18l1.13,0.96l0.72,0.2l0.75,-0.36l0.46,-0.88l0.87,-3.55l-0.54,-1.75l0.38,-0.86l-0.1,-1.87l-1.27,-2.04l1.79,-3.21l1.24,-0.51l0.73,0.06l7.03,2.56l0.81,-0.2l0.65,-0.72l0.24,-1.93l-1.48,-2.14l-0.24,-1.44l0.2,-0.87l0.4,-0.52l1.1,-0.18l1.24,-0.83l3.0,-0.95l0.64,-0.51l0.15,-1.13l-1.53,-2.05l-0.08,-0.68l1.33,-1.97l0.14,-1.16l1.25,0.42l1.12,-1.33l-0.68,-2.0l1.92,0.9l1.72,-0.84l0.03,1.18l1.0,0.46l0.99,-0.94l0.02,-1.36l0.51,0.16l1.9,-0.96l4.41,1.52l0.64,0.94l0.86,0.18l0.59,-0.59l0.73,-2.53l1.38,-0.55l1.39,-1.34l0.86,1.29l0.77,0.42l1.16,-0.13l0.11,0.75l0.95,0.19l0.67,-0.62l0.03,-1.0l0.84,-0.38l0.26,-0.48l-0.25,-2.09l0.84,-0.4l0.34,-0.56l-0.06,-0.69l1.25,-0.56l0.34,-0.72l0.38,1.47l0.61,0.6l1.46,0.64l1.25,-0.0l1.11,0.81l0.53,-0.11l0.26,-0.55l1.1,-0.46l0.53,-0.69l0.04,-3.47l0.85,-2.18l1.02,0.18l1.55,-1.19l0.75,-3.46l1.04,-0.37l1.65,-2.23l0.0,-0.81l-1.18,-2.88l2.78,-0.59l1.54,0.81l3.85,-2.82l2.23,-0.46l-0.18,-1.07l0.36,-1.47l-0.32,-0.36l-1.22,-0.04l0.58,-1.39l-1.09,-1.54l1.65,-1.83l1.81,1.18l0.92,-0.11l1.93,-1.01l0.78,0.88l1.75,0.54l0.57,1.28l0.94,0.92l0.79,1.84l2.6,0.67l1.87,-0.57l1.63,0.27l2.18,1.85l0.96,0.43l1.28,-0.18l0.61,-1.31l0.99,-0.54l1.35,0.5l1.34,0.04l1.33,1.09l1.26,-0.69l1.41,-0.15l1.81,-2.55l1.72,-1.03l0.92,2.35l0.7,0.83l2.45,0.81l1.35,0.97l0.75,1.05l0.93,3.35l-0.37,0.45l0.09,0.72l-0.44,0.61l0.02,0.53l2.24,2.62l1.35,0.92l-0.08,0.89l1.34,0.97l0.58,1.35l1.55,1.2l0.98,1.62l2.14,0.84l1.09,1.12l2.14,0.25l-4.86,6.13l-5.06,4.15l-0.42,0.86l0.22,1.25l-2.07,1.93l0.04,1.64l-3.06,1.63l-0.8,2.38l-1.71,0.6l-2.7,1.83l-1.66,0.48l-3.39,2.42l-23.95,3.09l-8.8,1.42l-7.47,0.86l-7.68,0.46l-22.71,3.52l-0.64,-0.56l-3.63,0.09l-0.41,0.6l1.03,3.57l-22.99,2.73Z", "name": "Kentucky"}, "US-ME": {"path": "M837.01,56.27l0.87,-1.15l1.42,1.7l0.84,0.04l0.39,-2.12l-0.46,-2.19l1.7,0.36l0.73,-0.42l0.21,-0.52l-0.32,-0.7l-1.18,-0.47l-0.44,-0.62l0.19,-1.42l0.86,-2.02l2.08,-2.25l0.01,-0.98l-0.52,-0.93l1.02,-1.64l0.39,-1.51l-0.22,-0.92l-1.02,-0.35l-0.07,-1.42l-0.4,-0.43l0.55,-0.96l-0.04,-0.63l-1.0,-1.26l0.13,-1.73l0.37,-0.63l-0.15,-0.97l1.22,-1.93l-0.96,-6.17l5.58,-18.87l2.25,-0.23l1.14,3.18l0.55,0.43l2.54,0.56l1.83,-1.73l1.68,-0.83l1.24,-1.72l1.25,-0.12l0.64,-0.47l0.25,-1.43l0.42,-0.3l1.36,0.04l3.68,1.41l1.14,0.96l2.36,1.05l8.38,22.7l0.64,0.65l-0.19,1.26l0.64,0.86l-0.1,1.52l-0.33,0.05l-0.24,0.66l1.72,1.13l1.79,0.22l0.82,0.41l1.88,-0.19l1.25,-0.64l0.34,0.86l-0.59,1.43l1.69,1.86l0.28,2.69l2.72,1.68l0.98,-0.1l0.47,-0.74l-0.06,-0.5l0.36,0.08l0.25,0.49l0.64,0.07l1.41,1.11l0.27,0.75l1.27,0.94l0.04,0.47l-0.52,-0.14l-0.39,0.41l0.18,0.77l-0.76,-0.15l-0.35,0.4l0.16,0.63l0.81,0.53l0.55,0.92l0.48,0.17l0.16,-0.88l0.39,-0.17l0.8,0.32l0.25,-0.83l0.34,0.41l-0.31,0.85l-0.53,0.19l-1.21,3.24l-0.63,-0.04l-0.31,0.44l-0.55,-1.05l-0.72,0.03l-0.3,0.5l-0.56,0.06l-0.02,0.49l0.58,0.85l-0.9,-0.45l-0.33,0.63l0.26,0.52l-1.2,-0.28l-0.36,0.3l-0.37,0.78l0.07,0.45l0.44,0.08l0.07,1.21l-0.37,-0.57l-0.55,-0.06l-0.39,0.45l-0.2,1.09l-0.48,-1.53l-1.14,0.01l-0.68,0.75l-0.36,1.48l0.59,0.63l-0.83,0.63l-0.69,-0.46l-0.73,1.04l0.1,0.64l0.99,0.63l-0.35,0.21l-0.1,0.82l-0.46,-0.21l-0.85,-1.82l-1.03,-0.46l-0.39,0.22l-0.45,-0.41l-0.57,0.63l-1.24,-0.19l-0.26,0.85l0.78,0.4l0.01,0.37l-0.51,-0.05l-0.56,0.4l-0.09,0.7l-0.49,-1.02l-1.17,-0.02l-0.16,0.64l0.52,0.88l-1.44,0.96l0.84,1.11l0.08,1.06l0.53,0.65l-0.97,-0.41l-0.96,0.22l-1.2,-0.42l-0.17,-0.91l0.74,-0.28l-0.08,-0.56l-0.42,-0.49l-0.67,-0.12l-0.3,0.33l-0.23,-2.37l-0.37,-0.22l-1.1,0.27l0.04,1.96l-1.85,1.92l0.02,0.49l1.25,1.47l-0.64,0.96l-0.19,3.87l0.77,1.41l-1.08,1.72l-0.8,-0.19l-0.45,0.93l-0.62,-0.06l-0.41,-1.15l-0.73,-0.21l-0.52,1.03l0.11,0.69l-0.45,0.59l0.12,2.41l-0.95,-1.01l0.14,-1.28l-0.24,-0.59l-0.82,0.29l-0.08,2.01l-0.44,-0.25l0.15,-1.54l-0.47,-0.4l-0.68,0.49l-0.76,3.04l-0.77,-1.97l0.17,-1.21l-0.4,-0.27l-0.46,0.21l-1.05,2.59l0.35,0.53l0.85,-0.15l0.95,2.08l-0.28,-0.59l-0.51,-0.23l-0.66,0.3l-0.07,0.64l-1.38,-0.1l-2.16,3.17l-0.53,1.86l0.29,0.6l-0.68,0.65l0.51,0.43l0.91,-0.21l0.37,0.92l-0.77,0.3l-0.2,0.39l-0.4,-0.04l-0.51,0.57l-0.14,1.03l0.67,1.37l-0.08,0.68l-0.79,1.29l-0.94,0.61l-0.54,1.29l0.44,1.56l-0.4,2.81l-0.8,-0.33l-0.42,0.59l-1.02,-0.76l-0.57,-1.85l-0.93,-0.37l-2.36,-1.99l-0.76,-3.45l-13.24,-35.53ZM863.91,81.24l0.08,0.26l-0.08,0.23l0.03,-0.29l-0.04,-0.2ZM865.32,81.46l0.47,0.7l-0.04,0.47l-0.32,-0.25l-0.1,-0.93ZM867.66,78.32l0.42,0.82l-0.16,0.14l-0.42,-0.19l0.16,-0.77ZM877.03,64.89l-0.14,0.2l-0.03,-0.24l0.17,0.04ZM873.08,75.23l0.01,0.02l-0.03,0.03l0.01,-0.06Z", "name": "Maine"}, "US-OH": {"path": "M665.07,178.88l1.66,0.36l0.97,-0.31l1.75,1.07l2.07,0.26l1.47,1.17l1.7,0.24l-2.17,1.18l-0.12,0.47l0.42,0.24l2.45,0.19l1.39,-1.1l1.76,-0.25l3.39,0.96l0.92,-0.08l1.48,-1.3l1.73,-0.59l1.15,-0.97l1.91,-0.97l2.61,-0.03l1.09,-0.62l1.24,-0.06l1.07,-0.8l4.24,-5.46l4.53,-3.47l6.92,-4.36l5.83,28.04l-0.51,0.54l-1.28,0.43l-0.41,0.95l1.65,2.23l0.02,2.11l0.41,0.26l0.31,0.94l-0.04,0.76l-0.54,0.83l-0.5,4.08l0.18,3.21l-0.58,0.41l0.34,1.11l-0.35,1.74l-0.39,0.54l0.76,1.23l-0.25,1.87l-2.41,2.65l-0.82,1.86l-1.37,1.5l-1.24,0.67l-0.6,0.7l-0.87,-0.92l-1.18,0.14l-1.32,1.74l-0.09,1.32l-1.78,0.85l-0.78,2.25l0.28,1.58l-0.94,0.85l0.3,0.67l0.63,0.41l0.27,1.3l-0.8,0.17l-0.5,1.6l0.06,-0.93l-0.91,-1.26l-1.53,-0.55l-1.07,0.71l-0.82,1.98l-0.34,2.69l-0.53,0.82l1.22,3.58l-1.27,0.39l-0.28,0.42l-0.25,3.12l-2.66,1.2l-1.0,0.05l-0.76,-1.06l-1.51,-1.1l-2.34,-0.73l-1.16,-1.92l-0.31,-1.14l-0.42,-0.33l-0.73,0.13l-1.84,1.17l-1.1,1.28l-0.4,1.05l-1.43,0.15l-0.87,0.61l-1.11,-1.0l-3.14,-0.59l-1.37,0.72l-0.53,1.25l-0.71,0.05l-3.04,-2.26l-1.93,-0.29l-1.77,0.56l-2.14,-0.52l-0.55,-1.54l-0.96,-0.97l-0.63,-1.38l-2.03,-0.76l-1.14,-1.01l-0.97,0.26l-1.31,0.89l-0.46,0.03l-1.79,-1.23l-0.61,0.2l-0.6,0.7l-8.67,-55.57l20.65,-4.25ZM675.61,181.3l0.53,-0.79l0.67,0.41l-0.48,0.35l-0.72,0.03Z", "name": "Ohio"}, "US-OK": {"path": "M399.11,359.23l-0.05,-42.02l-0.39,-0.4l-51.81,-0.82l0.31,-10.23l36.69,0.74l35.99,-0.07l35.98,-0.86l35.56,-1.62l0.6,10.68l4.55,24.34l1.41,37.87l-1.2,-0.22l-0.29,-0.36l-2.13,-0.21l-0.82,-0.79l-2.11,-0.39l-1.77,-2.05l-1.23,-0.22l-2.25,-1.56l-1.5,-0.4l-0.8,0.46l-0.23,0.88l-0.82,0.24l-0.46,0.62l-2.47,-0.14l-1.79,-1.48l-2.3,1.29l-1.16,0.2l-0.19,0.56l-0.63,0.28l-2.12,-0.77l-1.7,1.18l-2.06,0.51l-0.83,1.37l-1.48,0.06l-0.57,1.25l-1.26,-1.55l-1.7,-0.1l-0.32,-0.58l-1.21,-0.46l-0.02,-0.96l-0.44,-0.5l-1.24,-0.18l-0.73,1.38l-0.66,0.11l-0.84,-0.5l-0.97,0.07l-0.71,-1.51l-1.09,-0.35l-1.17,0.57l-0.45,1.7l-0.7,-0.08l-0.49,0.43l0.29,0.73l-0.51,1.68l-0.43,0.19l-0.86,-1.45l0.39,-1.65l-0.75,-0.86l-0.8,0.18l-0.49,0.76l-0.84,-0.18l-0.92,0.98l-1.07,0.13l-0.53,-1.36l-1.99,-0.19l-0.3,-1.48l-1.19,-0.53l-0.82,0.33l-2.12,2.15l-1.21,0.51l-0.97,-0.38l0.19,-1.25l-0.28,-1.13l-2.33,-0.67l-0.07,-2.18l-0.43,-0.55l-2.11,0.39l-2.52,-0.25l-0.64,0.26l-0.81,1.21l-0.95,0.06l-1.76,-1.77l-0.97,-0.12l-1.5,0.56l-2.68,-0.63l-1.86,-1.0l-1.05,0.25l-2.46,-0.3l-0.17,-2.12l-0.85,-0.87l-0.43,-1.02l-1.16,-0.41l-0.7,-0.83l-0.83,0.08l-0.44,1.64l-2.22,-0.68l-1.07,0.6l-0.96,-0.09l-3.79,-3.78l-1.12,-0.43l-0.8,0.08Z", "name": "Oklahoma"}, "US-ID": {"path": "M132.48,121.36l-0.34,-0.44l0.08,-1.99l0.53,-1.74l1.42,-1.22l2.11,-3.59l1.68,-0.92l1.39,-1.52l1.08,-2.15l0.05,-1.22l2.21,-2.41l1.43,-2.7l0.37,-1.37l2.04,-2.26l1.89,-2.81l0.03,-1.01l-0.79,-2.95l-2.13,-1.94l-0.87,-0.36l-0.85,-1.61l-0.41,-3.02l-0.59,-1.19l0.94,-1.19l-0.12,-2.35l-1.04,-2.69l10.12,-55.42l13.39,2.35l-3.54,20.71l1.29,2.89l1.0,1.27l0.27,1.55l1.17,1.76l-0.12,0.83l0.39,1.14l-0.99,0.95l0.83,1.76l-0.83,0.11l-0.28,0.71l1.93,1.68l1.03,2.04l2.24,1.22l0.54,1.58l1.09,1.33l1.49,2.79l0.08,0.68l1.64,1.81l0.01,1.88l1.79,1.71l-0.07,1.35l0.74,0.19l0.9,-0.58l0.36,0.46l-0.36,0.55l0.07,0.54l1.11,0.96l1.61,0.15l1.81,-0.36l-0.63,2.61l-0.99,0.54l0.25,1.14l-1.83,3.73l0.06,1.72l-0.81,0.07l-0.37,0.54l0.6,1.33l-0.62,0.9l-0.03,1.16l0.96,0.93l-0.37,0.81l0.28,1.01l-1.57,0.43l-1.21,1.41l0.1,1.11l0.46,0.77l-0.13,0.73l-0.83,0.77l-0.2,1.52l1.48,0.63l1.38,1.79l0.78,0.27l1.08,-0.35l0.56,-0.8l1.85,-0.41l1.21,-1.28l0.81,-0.29l0.15,-0.76l0.78,0.81l0.23,0.71l1.05,0.64l-0.42,1.23l0.73,0.95l-0.34,1.38l0.57,1.34l-0.21,1.61l1.54,2.64l0.31,1.73l0.82,0.37l0.67,2.08l-0.18,0.98l-0.76,0.64l0.51,1.89l1.24,1.16l0.3,0.79l0.81,0.08l0.86,-0.37l1.04,0.93l1.06,2.79l-0.5,0.81l0.89,1.83l-0.28,0.6l0.11,0.98l2.29,2.41l0.97,-0.14l-0.01,-1.14l1.07,-0.89l0.93,-0.22l4.53,1.62l0.69,-0.32l0.67,-1.35l1.19,-0.39l2.25,0.93l3.3,-0.1l0.96,0.88l2.29,-0.58l3.23,0.78l0.45,-0.49l-0.67,-0.76l0.26,-1.06l0.74,-0.48l-0.07,-0.96l1.23,-0.51l0.48,0.37l1.07,2.11l0.12,1.11l1.36,1.95l0.73,0.45l-6.27,53.85l-47.47,-6.31l-46.96,-7.72l6.88,-39.16l1.12,-1.18l1.07,-2.67l-0.21,-1.74l0.74,-0.15l0.77,-1.62l-0.9,-1.27l-0.18,-1.2l-1.24,-0.08l-0.64,-0.81l-0.88,0.29Z", "name": "Idaho"}, "US-WY": {"path": "M218.62,206.98l10.1,-86.59l25.45,2.74l26.79,2.4l26.83,1.91l27.84,1.46l-3.67,87.1l-27.31,-1.41l-28.2,-1.97l-29.69,-2.63l-28.14,-3.02Z", "name": "Wyoming"}, "US-UT": {"path": "M220.28,185.78l-2.51,21.5l0.35,0.45l32.23,3.42l-8.32,87.13l-42.53,-4.67l-42.4,-5.77l16.08,-108.32l47.1,6.26Z", "name": "Utah"}, "US-IN": {"path": "M600.87,189.59l1.42,0.87l2.1,0.15l1.52,-0.38l2.63,-1.39l2.73,-2.1l32.14,-4.8l8.96,57.41l-0.66,1.15l0.3,0.92l0.81,0.79l-0.66,1.14l0.49,0.8l1.12,0.04l-0.36,1.14l0.18,0.51l-1.81,0.29l-3.18,2.55l-0.43,0.17l-1.4,-0.81l-3.46,0.91l-0.09,0.78l1.19,3.1l-1.4,1.88l-1.18,0.49l-0.45,0.89l-0.31,2.6l-1.11,0.88l-1.06,-0.24l-0.47,0.47l-0.85,1.95l0.05,3.13l-0.39,1.0l-1.38,0.85l-0.93,-0.68l-1.24,0.01l-1.47,-0.69l-0.62,-1.84l-1.89,-0.73l-0.44,0.3l-0.04,0.5l0.83,0.68l-0.62,0.31l-0.89,-0.35l-0.36,0.29l0.5,1.42l-1.08,0.68l0.14,2.37l-1.06,0.65l-0.0,0.83l-0.16,0.37l-0.25,-1.01l-1.6,0.18l-1.4,-1.69l-0.5,-0.08l-1.67,1.5l-1.57,0.69l-1.07,2.89l-0.81,-1.07l-2.79,-0.77l-1.11,-0.61l-1.08,-0.18l-1.76,0.92l-0.64,-1.02l-0.58,-0.18l-0.53,0.56l0.64,1.86l-0.34,0.84l-0.28,0.09l-0.02,-1.18l-0.42,-0.4l-0.58,0.01l-1.46,0.79l-1.41,-0.84l-0.85,0.0l-0.48,0.95l0.71,1.55l-0.49,0.74l-1.15,-0.39l-0.07,-0.54l-0.53,-0.44l0.55,-0.63l-0.35,-3.09l0.96,-0.78l-0.07,-0.58l-0.44,-0.23l0.69,-0.46l0.25,-0.61l-1.17,-1.47l0.46,-1.16l0.32,0.19l1.39,-0.55l0.33,-1.8l0.55,-0.4l0.44,-0.92l-0.06,-0.83l1.52,-1.07l0.06,-0.69l-0.41,-0.93l0.57,-0.86l0.14,-1.29l0.87,-0.51l0.4,-1.91l-1.08,-2.54l0.06,-1.91l-0.93,-0.91l-0.61,-1.5l-1.05,-0.78l-0.04,-0.58l0.92,-1.39l-0.63,-2.25l1.27,-1.31l-6.5,-50.67Z", "name": "Indiana"}, "US-IL": {"path": "M540.1,225.5l0.86,-0.35l0.37,-0.67l-0.23,-2.33l-0.73,-0.93l0.15,-0.41l0.72,-0.69l2.42,-0.98l0.71,-0.65l0.63,-1.68l0.17,-2.11l1.65,-2.47l0.27,-0.94l-0.03,-1.22l-0.59,-1.95l-2.23,-1.88l-0.11,-1.77l0.67,-2.38l0.45,-0.37l4.6,-0.85l0.81,-0.41l0.82,-1.12l2.55,-1.0l1.43,-1.56l0.39,-3.28l1.42,-1.46l0.29,-0.74l0.33,-4.37l-0.76,-2.14l-4.02,-2.47l-0.28,-1.5l-0.48,-0.82l-3.64,-2.48l44.57,-4.64l-0.01,2.65l0.57,2.59l1.38,2.49l1.3,0.95l0.76,2.6l1.26,2.71l1.42,1.85l6.6,51.47l-1.22,1.13l-0.1,0.69l0.67,1.76l-0.84,1.09l-0.03,1.11l1.19,1.09l0.56,1.41l0.89,0.82l-0.1,1.8l1.06,2.31l-0.28,1.49l-0.87,0.56l-0.21,1.47l-0.59,0.93l0.34,1.2l-1.48,1.13l-0.23,0.41l0.28,0.7l-0.93,1.17l-0.31,1.19l-1.64,0.67l-0.63,1.67l0.15,0.8l0.97,0.83l-1.27,1.15l0.42,0.76l-0.49,0.23l-0.13,0.54l0.43,2.94l-1.15,0.19l0.08,0.45l0.91,0.78l-0.48,0.17l-0.03,0.64l0.83,0.29l0.04,0.42l-1.31,1.97l-0.25,1.19l0.59,1.22l0.7,0.64l0.37,1.08l-3.31,1.22l-1.19,0.82l-1.24,0.24l-0.77,1.01l-0.18,2.04l1.7,2.81l0.07,0.54l-0.53,1.19l-0.96,0.03l-6.3,-2.43l-1.08,-0.08l-1.57,0.64l-0.68,0.72l-1.44,2.95l0.06,0.66l-1.18,-1.2l-0.79,0.14l-0.35,0.47l0.59,1.13l-1.24,-0.79l-0.01,-0.68l-1.6,-2.21l-0.4,-1.12l-0.75,-0.37l-0.05,-0.49l0.94,-1.35l0.2,-1.03l-0.32,-1.01l-1.44,-2.02l-0.47,-3.18l-2.26,-0.99l-1.55,-2.14l-1.95,-0.82l-1.72,-1.34l-1.56,-0.14l-1.82,-0.96l-2.32,-1.78l-2.34,-2.44l-0.36,-1.95l2.37,-6.85l-0.25,-2.32l0.98,-2.06l-0.38,-0.84l-2.66,-1.45l-2.59,-0.67l-1.29,0.45l-0.86,1.45l-0.9,0.15l-1.3,-1.9l-0.43,-1.52l0.16,-0.87l-0.54,-0.91l-0.29,-1.65l-0.83,-1.36l-0.94,-0.9l-4.11,-2.52l-1.01,-1.64l-4.53,-3.53l-0.73,-1.9l-1.04,-1.21l-0.04,-1.6l-0.96,-1.48l-0.75,-3.54l0.1,-2.94l0.6,-1.28ZM585.53,295.46l0.05,0.05l0.04,0.04l-0.05,-0.0l-0.04,-0.09Z", "name": "Illinois"}, "US-AK": {"path": "M64.88,530.75l0.06,-0.04l0.04,0.06l-0.06,-0.01l-0.05,-0.0ZM66.64,530.24l1.13,0.16l0.11,0.52l-1.21,0.78l-0.23,-0.24l0.3,-0.47l-0.09,-0.76ZM69.51,530.52l0.7,-0.13l0.3,-0.66l2.1,-0.44l2.68,0.09l1.86,0.74l0.99,0.81l0.04,2.23l0.65,0.89l0.77,-0.37l-0.07,-0.76l0.56,0.36l-0.1,0.53l1.05,1.08l-1.24,-0.51l-0.68,0.56l-0.08,-0.76l-1.26,-0.01l-0.76,-0.43l-0.82,0.28l-1.12,-0.26l-0.44,-0.54l0.4,-0.34l0.95,0.84l0.47,-0.03l0.2,-0.5l-0.7,-1.62l-1.11,-0.6l-1.17,0.32l-0.66,0.82l-1.29,0.37l-0.52,-0.37l-0.59,0.38l-0.74,-0.26l-0.58,0.37l0.21,-2.07ZM81.1,534.87l0.81,-0.72l-0.68,-1.59l0.14,-0.29l1.83,-1.05l3.86,-0.11l2.68,0.81l0.57,-0.32l1.04,0.3l0.88,1.1l0.7,-0.06l0.9,-1.66l2.68,-0.78l1.06,0.33l1.28,-0.46l0.86,0.05l-0.14,0.54l0.5,0.59l1.15,0.33l0.6,-0.91l-0.56,-0.35l-0.31,0.15l0.28,-0.7l-0.2,-0.46l2.24,-2.37l1.05,0.07l0.63,0.82l0.66,-0.29l-0.11,-0.63l-1.04,-0.94l0.19,-0.63l0.96,-0.57l3.31,-0.22l-0.15,-0.63l0.81,-0.73l0.76,-0.04l1.14,-1.23l-0.94,-0.25l-0.69,0.62l-0.61,-0.12l-0.59,0.33l-5.45,-1.21l0.08,-1.16l-0.36,-0.69l0.61,-0.46l0.52,-0.18l0.49,0.51l-0.04,1.27l0.91,-0.05l0.15,-0.75l-0.06,-0.85l-0.98,-1.22l0.01,-0.82l-0.67,-0.19l-0.29,0.86l-0.73,0.37l-0.19,0.06l0.24,-0.27l-0.27,-0.52l-0.4,-0.11l-0.76,0.98l-0.97,0.24l-0.67,2.38l-0.33,0.05l-0.36,-0.33l0.03,-4.92l-0.66,-0.64l-1.23,0.46l0.07,-0.72l-0.68,-0.92l0.27,-0.42l-0.12,-1.01l-2.89,-0.21l-0.54,-0.39l-1.37,-0.13l-0.43,-0.56l-1.2,0.69l-0.99,-0.27l-0.29,-0.65l1.23,-0.02l-0.05,-0.92l0.46,-0.72l1.47,-0.11l-0.03,-0.81l-1.33,-0.74l0.14,-0.43l0.85,-0.72l1.34,-0.01l0.43,-0.43l0.58,-4.63l1.27,-1.41l-0.84,-0.73l1.97,-1.03l1.58,0.21l0.44,-0.55l-0.81,-0.46l-0.34,-0.75l-0.6,0.5l-0.57,-0.1l-1.3,0.72l-2.17,0.25l-0.12,0.5l0.5,0.82l-0.72,0.78l-0.48,-0.47l-2.21,-0.3l-2.19,-1.17l-1.56,-1.56l0.03,-0.37l0.7,-0.05l0.04,-0.67l-0.61,-1.28l-0.09,-1.54l0.39,-0.61l-0.72,-0.34l-0.58,-1.19l0.93,-0.28l0.14,-0.6l-1.09,-0.61l1.52,0.14l0.51,-0.46l0.88,0.03l0.05,0.6l1.07,1.2l-1.21,0.44l-0.39,0.39l0.31,0.47l1.11,-0.1l0.47,0.28l1.12,-0.22l0.18,0.15l-0.72,1.13l0.74,0.73l1.63,0.09l0.68,-0.64l-0.26,-0.92l0.44,-0.39l-0.14,-1.27l-0.59,-0.28l-1.31,0.1l-1.81,-1.44l0.01,-0.63l-0.97,-1.12l0.81,0.16l0.53,-0.4l-1.18,-1.08l0.63,-0.51l-0.14,-0.67l1.25,-0.21l0.53,0.32l0.83,-0.05l0.73,-0.46l-0.08,-0.52l-3.03,-0.29l-1.91,0.63l-0.4,0.68l-0.19,-0.22l0.72,-1.02l-0.63,-1.4l0.68,0.09l0.47,-0.54l-0.48,-1.21l0.96,0.46l0.42,-0.51l-0.63,-0.98l1.73,1.01l0.42,-1.53l0.59,-0.35l3.77,-0.6l0.5,0.35l0.25,0.85l-0.36,0.21l0.14,0.47l1.2,0.19l0.3,-0.42l-0.18,-1.0l1.6,-0.11l0.29,-0.63l-1.51,-0.29l0.59,-0.27l0.16,-0.74l0.9,-0.32l1.37,1.16l0.47,-0.57l-0.32,-0.84l0.37,-0.03l1.02,0.42l1.03,1.2l-0.04,0.6l-0.87,-0.06l-0.35,0.64l1.72,0.3l0.1,0.67l1.21,0.8l3.02,0.17l1.92,-0.37l0.11,0.59l2.89,1.88l2.0,0.37l1.83,-0.33l0.67,-0.63l0.41,-1.78l0.72,-1.29l-0.14,-1.81l0.74,0.39l1.24,-0.12l0.86,-0.71l-0.17,-1.62l0.3,-0.04l0.11,-0.44l-0.25,-0.34l-0.83,-0.45l-1.45,0.34l-0.98,-1.22l-1.22,0.1l-0.5,-0.38l-2.79,-0.15l-0.75,0.51l0.35,-0.85l-0.56,-1.94l-1.57,-0.24l-3.01,-2.71l-1.14,-0.28l-0.95,-0.93l-0.77,0.17l-3.27,-3.98l-0.31,-1.07l0.73,-0.34l0.39,-0.82l-0.53,-1.14l0.14,-0.32l0.52,0.26l1.05,-0.26l1.2,1.12l0.36,-0.78l-2.39,-3.21l-1.44,-1.39l-1.03,-2.33l0.73,0.11l1.02,0.72l1.24,-0.42l0.31,0.63l0.57,0.29l1.08,0.2l0.98,-0.22l1.81,0.53l1.37,1.81l1.19,0.53l0.56,-0.47l-0.6,-1.16l1.94,0.62l0.58,0.79l2.66,0.53l1.79,1.18l0.34,0.64l-0.69,0.11l-0.63,0.77l-1.35,-0.42l-0.12,0.69l0.75,0.66l0.19,1.01l2.13,1.87l1.3,0.71l-0.16,0.68l2.13,1.1l0.66,1.36l0.45,0.21l2.16,-0.88l0.7,1.0l-0.4,0.08l0.01,0.51l0.87,0.33l0.96,-0.71l-0.06,-1.11l-0.58,-0.85l0.4,0.0l1.01,2.11l1.88,1.12l0.85,-0.28l0.74,-1.61l-0.17,-0.25l-1.34,-0.47l-0.61,-1.11l-1.03,-0.61l-1.16,0.14l-0.44,-0.38l-0.48,-1.61l1.18,-0.54l0.78,0.4l0.37,-0.59l-0.87,-1.38l-1.35,-0.8l0.0,-1.23l-0.47,-0.25l-1.01,0.43l-3.2,-3.27l0.71,-1.39l0.04,-2.41l-2.35,-5.81l-1.25,-1.7l-0.54,-1.91l1.29,-0.66l1.24,-1.29l3.37,2.86l2.53,1.62l1.6,0.63l4.17,0.25l2.43,-1.65l1.96,0.17l1.51,-0.27l4.46,2.3l3.16,0.43l0.14,0.68l-0.34,0.08l-0.14,0.66l0.53,0.23l0.34,1.4l0.55,-0.29l0.38,-1.21l1.25,0.75l0.88,0.14l0.29,-0.35l-0.22,-0.39l-1.5,-1.03l0.05,-0.38l0.97,-0.06l0.34,0.13l0.34,1.14l0.55,0.33l0.18,-0.22l0.76,0.21l3.84,2.25l2.9,0.43l2.71,-0.19l0.31,0.85l0.85,0.61l0.02,0.66l1.47,0.88l-0.91,-0.04l-0.91,-0.49l-0.93,0.25l0.42,0.83l-0.26,0.43l0.18,0.59l0.73,-0.04l1.12,0.51l1.03,-0.39l1.07,0.65l0.92,-0.02l0.21,0.47l-0.71,0.01l-0.29,0.34l1.75,2.14l1.64,0.18l2.21,1.14l1.47,1.72l0.67,-0.07l0.41,0.37l-1.57,0.55l-0.18,0.63l2.16,1.28l-0.22,0.75l1.74,1.13l0.58,0.79l0.82,-0.05l1.56,0.52l0.51,0.45l0.14,0.61l2.14,0.56l1.96,1.16l1.82,1.63l0.39,0.96l1.19,0.37l1.05,0.92l-0.12,0.41l0.45,0.47l1.93,1.39l4.48,2.43l1.5,1.94l1.21,0.76l1.38,0.67l0.93,0.04l0.77,0.37l0.03,0.38l1.6,0.03l1.23,0.61l0.47,0.58l0.29,-0.26l1.69,1.44l1.68,2.36l1.24,0.84l0.65,1.11l1.25,0.49l-27.91,60.77l0.17,0.48l1.69,1.44l0.83,-0.19l1.44,1.5l2.05,-0.3l2.16,0.82l-0.98,1.08l-0.15,0.61l0.53,1.11l1.01,1.05l0.05,1.28l2.81,5.56l-0.47,2.71l0.54,0.33l1.98,-0.35l0.06,0.23l-1.19,0.71l0.29,0.54l0.84,-0.22l1.03,0.71l0.36,1.46l-0.28,0.03l-0.1,0.51l0.26,0.36l1.11,0.26l-0.24,0.59l0.49,0.49l-0.11,0.51l-0.36,-0.03l-0.12,-0.59l-0.85,-0.8l-0.47,-0.03l-1.0,0.68l-0.32,-0.86l-1.11,-0.57l-1.15,-1.83l0.58,-0.48l-0.09,-0.3l-0.99,-0.27l-0.56,-1.13l-0.02,-1.29l-1.34,-2.12l0.09,-0.76l-1.17,-0.46l-1.47,-1.72l-0.33,-0.8l-1.65,-1.66l1.58,-0.72l-0.4,0.98l0.71,0.53l0.48,-0.34l0.48,-1.49l0.98,0.8l0.73,-0.31l-0.53,-0.92l-0.81,-0.46l-0.73,-1.81l-0.41,-0.17l-2.16,1.02l-2.27,-0.06l-1.73,-1.01l-1.8,-1.85l0.52,-0.4l0.26,-0.96l-0.45,-1.04l-0.92,0.09l-0.12,0.64l-0.81,-0.05l-1.0,-1.05l-3.3,-2.31l-5.2,-1.56l-0.48,-1.29l0.16,-0.55l-1.83,-0.99l-0.64,-1.23l0.85,-0.63l0.26,-0.77l1.16,-0.21l0.15,-0.7l-0.98,-0.3l-2.56,1.0l-1.03,-0.01l-0.22,-0.7l-0.85,-0.75l1.1,-0.51l0.19,-0.4l-0.31,-0.45l-0.64,-0.02l-0.47,-0.8l0.14,-0.59l-0.49,-1.17l-0.45,-0.22l-0.62,0.19l-0.57,-0.49l0.25,-0.73l0.46,-0.09l1.22,0.53l0.42,-0.5l-0.16,-0.48l-1.49,-0.88l-1.82,0.34l-0.6,-0.61l-1.17,-0.28l-0.22,-0.32l0.32,-1.1l-0.72,-0.3l0.35,-0.97l-0.33,-0.29l-2.04,0.78l-0.28,-0.64l-1.38,-0.22l-0.75,0.57l0.31,0.89l-1.75,-0.34l-0.8,0.99l0.26,0.62l0.9,-0.03l-0.2,0.34l-1.52,0.34l-0.23,0.63l0.38,0.29l1.02,-0.16l0.49,0.83l-0.47,0.61l-0.59,-0.24l-0.7,0.58l0.05,0.63l-0.31,0.35l-0.27,-0.15l-0.68,0.39l-1.38,-1.05l0.03,-0.72l-1.08,-0.12l0.11,-0.8l-0.55,-0.46l-1.0,1.06l-1.09,-0.68l-0.44,0.5l-0.48,-0.1l-0.2,0.41l-0.8,-0.43l-0.29,0.55l-0.7,-0.52l-1.3,0.56l-0.16,-0.45l-0.91,-0.04l-0.56,0.81l-1.73,0.25l-1.02,-0.92l-0.6,0.32l-0.44,-0.36l-1.29,0.01l-0.44,-1.08l0.64,0.17l0.17,-0.48l0.68,0.04l0.89,0.91l0.56,-0.11l0.11,-0.54l0.9,0.16l1.67,-0.74l0.32,-0.52l-0.22,-0.4l-2.72,-0.16l-0.79,-1.25l1.54,-1.19l1.91,-0.52l0.81,-0.85l0.52,-0.09l0.76,-1.03l0.15,-1.27l1.37,0.34l3.53,-0.14l0.24,1.07l0.66,0.57l1.41,0.31l2.69,2.59l0.5,-0.37l-0.13,-0.93l-0.99,-0.67l-1.76,-2.54l1.94,-0.66l2.25,0.33l0.05,-0.75l-1.75,-0.86l-1.62,0.15l-0.71,0.63l-1.07,-0.92l-0.7,-0.18l0.17,-0.32l-0.28,-0.7l-1.24,0.32l-1.57,-0.23l-0.99,0.48l-1.49,-0.52l-1.37,0.05l-0.78,0.4l-0.2,0.55l-1.24,-0.08l-1.92,0.49l-0.59,0.81l-0.62,0.26l-0.75,-0.02l-0.97,-1.32l-1.1,-0.29l-0.3,0.28l0.16,0.51l0.44,0.07l0.66,2.11l-0.91,0.44l-2.4,-0.95l-0.46,0.21l0.03,0.68l0.78,0.42l-0.2,0.15l-0.56,0.01l-0.54,-1.57l-0.76,0.74l-0.24,-0.5l-0.88,0.16l-0.13,0.57l-0.85,-0.44l-0.36,0.28l0.3,0.67l-1.93,-0.49l-0.81,1.18l-0.83,0.28l-0.17,1.22l0.33,0.36l0.71,-0.05l1.13,0.82l0.76,1.64l-0.81,0.65l-1.11,0.16l-1.09,-0.54l-0.98,0.53l-0.75,-0.18l-0.37,0.73l-1.4,-0.13l-0.46,0.82l-0.5,-0.62l-0.4,0.44l-1.47,0.04l-1.12,-0.71l-1.09,0.61l-0.67,-0.22l-0.91,0.37l-0.64,-0.78l-0.94,0.73l-0.49,-0.21l-0.32,0.36l-0.62,-0.1l-0.41,-0.5l-0.83,0.37l-2.51,-0.14l-0.57,0.44l0.28,1.17l-0.59,0.14l-1.31,-0.59l-0.58,0.52l-0.3,-0.46l-2.04,0.38l-0.15,-0.68l-0.48,-0.37l-0.79,0.47l-0.83,0.0l-0.29,0.61l-0.03,-0.62l-0.42,-0.3l-1.95,-0.18l-0.77,0.39l-0.34,-0.37l-0.72,-0.1l-1.8,0.43l-0.28,0.75l-0.4,-0.03l-0.82,0.77l-2.9,-0.76l-0.87,-0.79l-0.66,0.16l-0.84,-0.82l-1.36,-0.26l-0.93,0.26ZM89.01,536.65l-0.02,0.01l-0.0,0.03l0.02,-0.04ZM89.06,536.61l0.02,-0.01l-0.01,0.01l-0.0,0.01ZM91.61,484.22l-0.0,0.01l-0.0,-0.01l0.01,0.0ZM87.17,484.0l-0.0,-0.0l0.01,-0.0l-0.0,0.01l-0.01,-0.0ZM186.66,475.29l-0.0,0.02l-0.01,-0.01l0.01,-0.0ZM156.69,531.75l-0.95,1.06l-0.87,0.02l-0.13,-0.28l0.69,-0.51l1.26,-0.28ZM151.45,532.97l-0.11,0.02l0.12,-0.04l-0.01,0.02ZM152.06,535.54l-0.09,-0.14l0.41,-0.11l-0.1,0.3l-0.22,-0.05ZM116.92,535.18l-0.13,0.11l-0.06,-0.02l0.04,-0.19l0.16,0.1ZM90.72,536.66l0.27,-0.19l0.07,0.3l-0.17,0.07l-0.17,-0.19ZM121.46,528.8l-0.0,-0.02l0.04,0.01l-0.03,0.01ZM186.96,558.95l-0.09,-1.09l0.4,-0.11l0.13,0.57l-0.44,0.62ZM196.09,568.76l2.06,0.17l0.88,-0.72l0.4,-0.93l0.62,0.05l0.66,-0.45l0.12,-0.56l3.59,0.11l1.22,2.1l-0.59,0.6l0.11,1.69l1.05,0.86l0.25,0.97l0.46,0.34l0.11,1.76l1.72,2.25l0.24,1.0l-1.26,-0.23l-0.94,0.69l-0.72,1.06l-0.71,-1.34l-1.02,-0.73l0.15,-0.58l-0.32,-1.25l0.48,-1.41l-0.8,-0.55l0.41,-2.32l-0.18,-1.24l0.62,-1.53l-0.66,-0.25l-0.62,0.87l-0.78,-0.09l0.03,0.58l-0.38,0.41l0.37,1.24l-0.41,0.99l0.15,1.56l-0.41,1.27l0.03,2.19l-0.37,0.45l-0.41,-0.46l0.02,-1.59l-0.29,-0.45l-0.66,0.28l-1.11,-0.29l0.47,-0.38l0.24,-0.99l-0.35,-1.47l1.14,0.14l0.45,-0.45l-0.11,-0.36l-0.86,-0.52l-0.27,0.12l-0.01,-1.01l-0.61,-0.4l-0.96,1.15l0.46,0.38l-0.33,0.4l-0.04,-0.54l-0.68,-0.29l0.29,-0.67l-0.28,-0.54l-0.39,-0.02l-0.2,-0.62l-0.47,-0.15l-0.26,0.42l-0.35,-0.7ZM209.19,578.54l0.61,1.19l-0.23,0.77l0.66,1.82l0.05,1.22l1.73,7.29l-0.66,0.56l0.03,0.64l1.0,0.69l-0.59,0.84l0.05,0.52l0.72,0.67l-0.2,1.56l0.37,0.44l1.07,0.31l1.71,2.17l1.4,0.95l0.39,0.88l0.67,0.5l0.09,0.91l1.53,1.02l-0.19,0.84l-1.17,1.01l-0.41,1.68l-0.0,2.19l-2.07,1.87l-1.09,0.57l-0.63,-0.13l-0.02,-1.13l-0.64,0.07l-0.3,1.04l-0.22,0.05l0.16,-1.54l1.09,0.23l2.31,-1.69l-0.23,-0.63l-0.64,0.13l-0.33,-0.61l-0.71,0.13l0.71,-2.09l0.22,-1.84l-0.43,-0.29l-0.4,-1.06l0.62,-0.2l0.58,-0.88l-0.43,-0.27l-1.78,0.52l-0.59,-0.36l-2.75,0.29l-0.13,0.71l0.35,0.37l-0.57,0.72l-0.64,-0.46l-0.2,1.01l-0.3,-0.39l0.1,-0.81l0.89,-0.27l0.51,-0.97l0.54,-0.2l0.43,-1.37l1.49,0.53l1.01,-0.36l-0.17,-0.59l-1.8,-0.6l0.03,-1.02l-0.82,-0.63l0.03,-0.53l-0.51,-0.72l0.35,-0.41l-0.16,-0.68l-0.59,-0.0l0.81,-0.68l0.22,-0.62l-0.41,-0.27l-0.79,0.23l-0.68,-1.21l0.4,-0.26l0.21,-1.19l-0.39,-0.3l-0.8,0.09l-0.48,-1.2l-0.52,-0.26l-0.49,0.27l-0.37,-0.39l0.13,-0.25l1.84,0.29l0.62,-0.37l-0.23,-0.67l-1.19,-0.13l0.23,-0.72l-0.6,-0.28l0.07,-0.27l0.81,-0.01l0.81,1.13l0.62,-0.14l0.04,-0.52l-1.77,-2.58l0.17,-0.56l1.59,1.01l0.37,-0.69l-0.4,-0.48l-1.89,-0.89l0.24,-0.34l-0.2,-0.47l0.54,-0.81l-0.81,-0.3l-0.88,0.87l-0.2,-0.58l0.08,-0.72l0.74,-0.62l0.17,-0.66l0.54,-0.5l0.92,-0.14ZM214.84,608.68l-0.72,0.37l-0.3,-0.26l-0.82,0.1l0.74,-0.58l1.09,0.36ZM207.55,585.56l-0.21,-0.06l0.0,-0.24l0.08,0.17l0.13,0.13ZM124.33,461.82l-0.72,-0.79l0.08,-0.62l0.61,0.33l0.02,1.08ZM96.68,478.86l-0.08,-0.01l0.0,-0.01l0.08,0.02ZM87.61,480.71l-0.14,-0.07l0.02,0.0l0.12,0.07ZM87.75,487.21l-0.01,0.0l-0.04,-0.04l0.05,0.04ZM210.21,605.25l0.95,-0.39l0.15,-0.88l1.01,-0.37l0.59,-1.12l0.76,0.04l0.47,2.53l-1.46,2.49l0.34,-0.93l-0.25,-0.46l0.16,-1.74l-0.39,-0.42l-0.42,0.19l-0.21,0.58l-0.85,0.26l-0.29,1.23l-0.57,-1.01ZM204.53,604.41l0.23,-0.52l-0.58,-0.47l0.16,-0.56l-0.41,-0.26l1.05,-0.38l0.21,-0.67l-2.13,-0.56l1.59,-0.9l0.16,-0.86l-0.36,-0.08l0.35,-1.05l0.21,0.49l1.38,0.95l0.65,1.87l-0.18,0.82l-0.68,0.31l-0.12,0.51l-0.79,0.23l-0.06,0.42l0.07,0.51l0.76,-0.09l-0.11,0.29l0.38,0.45l0.87,0.16l0.31,0.67l-0.54,-0.15l-0.4,0.8l0.23,0.39l0.85,0.22l-1.39,0.74l0.11,0.7l0.57,0.32l-0.22,0.31l0.26,0.63l-0.39,0.4l-0.4,-0.2l0.24,-0.39l-0.45,-1.27l0.19,-0.92l-0.49,-0.5l-0.25,-1.87l-0.67,0.18l-0.2,-0.66ZM204.7,605.12l-0.02,0.03l0.0,-0.0l0.02,-0.03ZM204.91,597.51l-0.15,-0.81l-1.16,-0.79l0.71,0.03l0.44,0.61l0.43,-0.21l0.17,0.98l-0.44,0.18ZM204.03,589.42l1.73,1.0l0.58,0.52l0.11,0.57l0.56,0.15l0.24,-0.39l0.54,0.65l-0.54,1.63l-0.36,-1.55l-0.5,-0.5l-0.56,0.05l-0.21,0.96l0.31,0.54l-0.25,0.39l0.51,0.85l-0.29,0.21l-0.99,-0.68l-0.46,0.33l-0.4,-0.11l0.95,-2.9l-0.98,-1.74ZM204.3,590.82l0.01,0.01l0.01,0.01l-0.01,-0.0l-0.01,-0.01ZM201.28,587.91l0.24,-0.68l0.52,-0.17l-0.03,-0.45l0.42,-0.22l0.35,0.32l0.6,-0.35l-0.0,-0.8l-0.62,-0.4l0.7,-0.07l0.24,-0.65l-1.03,-0.28l-0.02,-1.43l0.48,-2.46l0.45,-0.43l0.87,0.22l0.37,0.4l-0.69,2.23l0.41,0.23l0.08,1.49l0.51,0.53l-0.12,0.39l-0.62,-0.22l-0.31,0.8l-0.69,0.34l0.04,0.32l-0.11,0.42l-0.22,0.32l-1.81,0.61ZM204.42,586.23l0.02,0.16l-0.19,-0.27l0.07,0.06l0.09,0.05ZM203.16,578.77l0.02,-0.02l0.01,0.06l-0.01,0.0l-0.03,-0.05ZM202.08,593.81l-0.03,-0.32l0.05,-0.01l0.09,0.19l-0.11,0.14ZM202.25,593.0l-0.25,-0.54l0.16,-0.07l0.34,0.48l-0.24,0.13ZM201.87,592.45l-0.2,-0.02l-0.02,-0.03l0.04,-0.01l0.17,0.06ZM201.97,591.45l-0.19,-0.44l-0.52,-0.05l0.08,-0.24l1.42,-0.09l-0.01,0.81l-0.39,0.25l-0.38,-0.25ZM195.26,578.67l0.22,-0.17l0.78,1.25l0.56,-0.45l-0.67,-1.58l0.86,0.26l0.05,-1.05l0.36,0.52l1.18,-0.42l0.77,0.97l-0.44,0.2l-0.8,-0.21l-0.17,0.33l-0.79,0.06l0.06,0.48l1.78,2.24l-0.07,0.74l0.9,0.5l1.08,0.01l-0.34,1.59l-0.43,-0.2l-2.75,-3.68l-0.61,0.35l0.09,0.44l-0.28,0.18l0.52,0.86l-0.19,0.56l0.29,0.37l-0.52,0.14l-0.52,-1.4l0.33,-0.19l-0.16,-0.49l-1.1,-2.22ZM197.81,583.65l0.03,-0.01l-0.01,0.04l-0.02,-0.02l-0.0,-0.0ZM197.98,583.86l0.65,0.02l0.94,0.95l0.23,2.78l-0.4,2.69l-0.3,0.89l-0.47,0.37l-0.63,1.95l-0.37,-2.3l1.14,-0.59l-0.06,-0.73l-0.28,-0.06l0.01,-0.56l-0.47,-0.3l-0.19,-0.68l-0.71,-0.04l0.39,-0.63l0.81,-0.06l0.22,-0.32l-0.13,-0.54l-0.66,-0.34l0.68,-0.34l-0.35,-1.27l-0.73,-0.27l0.59,-0.15l0.09,-0.48ZM196.56,583.11l-0.06,-0.04l0.15,-0.08l-0.09,0.12ZM199.05,579.52l1.11,-0.49l0.92,0.47l0.59,0.75l-0.17,0.31l-0.56,-0.63l-0.63,-0.07l-0.13,0.57l0.35,0.67l-1.49,-1.58ZM121.86,538.8l-0.0,-0.01l0.02,0.02l-0.02,-0.01ZM122.16,539.2l0.38,0.41l0.59,-0.1l-0.04,-0.62l0.83,0.53l0.61,-1.11l0.62,0.04l-0.13,0.7l0.46,0.88l-0.67,0.48l-0.23,-0.84l-0.37,-0.03l-0.81,0.68l-0.2,-0.29l-0.67,0.31l-0.36,-1.02ZM125.68,539.91l0.02,-0.0l-0.01,0.0l-0.01,-0.0ZM126.24,540.18l-0.05,-0.09l0.07,0.07l-0.02,0.02ZM126.1,539.97l-0.36,-0.07l0.27,-0.16l0.09,0.23ZM111.97,541.9l0.13,-1.11l-0.41,-0.51l0.57,-0.47l0.58,-0.31l0.5,0.27l1.58,-0.22l0.55,0.47l-0.75,0.07l0.02,0.5l0.56,0.37l-0.31,0.99l0.56,1.75l0.45,0.16l0.28,-0.39l-0.23,-0.7l0.33,-1.09l0.38,0.2l0.37,-0.33l1.06,0.15l0.41,-0.28l0.62,0.17l0.21,0.41l0.91,-0.72l0.49,0.31l-0.22,0.73l0.26,0.4l0.49,-0.02l0.33,-0.47l1.39,0.19l-0.09,0.39l-0.85,0.24l-0.21,0.41l0.21,1.1l0.75,0.33l-0.77,0.3l-2.35,-2.03l-0.88,0.42l-0.02,0.69l-0.56,-0.49l-0.44,0.12l-0.27,0.58l-1.74,-0.5l-0.49,0.58l-0.32,-0.15l-0.13,-0.86l-0.79,-0.03l-1.07,-1.18l-1.1,-0.44ZM119.11,544.38l0.82,0.17l0.33,0.72l-0.52,-0.07l-0.2,-0.66l-0.42,-0.16ZM117.78,540.47l-0.76,-0.83l0.17,-0.28l0.83,0.02l-0.24,1.09ZM121.13,540.99l0.32,0.07l-0.59,0.51l0.31,-0.44l-0.03,-0.14ZM113.0,545.5l-0.71,0.24l-0.07,-0.11l0.36,-0.03l0.42,-0.1ZM111.68,543.33l0.69,-0.15l0.23,0.13l-0.51,0.43l-0.41,-0.41ZM76.93,452.59l0.44,-0.56l0.74,-0.21l0.04,0.98l0.81,0.62l0.81,1.25l1.59,0.48l1.11,0.77l0.29,0.97l-0.62,0.7l1.28,1.78l-0.03,0.76l0.83,0.73l0.06,0.6l-0.76,-0.35l-1.49,0.03l-0.08,-1.15l-0.71,-1.29l0.16,-0.62l-1.2,-2.9l-0.96,-0.77l-1.79,-0.42l-0.51,-1.4ZM84.52,461.74l0.69,0.18l0.56,0.73l-0.43,0.12l-0.82,-1.03ZM75.58,485.5l0.07,-0.44l1.7,1.61l0.78,-0.27l0.53,0.4l0.88,-0.0l-0.06,0.37l0.83,0.24l0.29,0.89l1.02,0.89l-0.67,0.62l-0.55,1.49l-2.66,-1.39l-0.92,-0.99l-0.64,-2.06l-0.55,-0.58l-0.06,-0.77ZM55.82,528.18l0.22,-0.57l1.29,0.26l2.05,-0.81l0.73,0.9l0.76,-0.1l1.99,0.58l0.55,0.5l0.05,0.8l-0.49,1.14l-1.03,0.31l-2.5,-1.87l-2.52,0.16l-1.15,-0.81l0.05,-0.5ZM37.73,525.86l0.44,0.13l0.4,0.44l-0.66,-0.33l-0.17,-0.24ZM43.99,527.71l-0.32,-0.33l-0.55,0.04l0.82,-0.2l0.41,-0.61l-1.11,-1.43l0.35,-0.53l1.55,0.81l-0.4,0.52l0.03,0.83l-0.39,0.13l-0.39,0.76ZM42.84,527.18l-0.0,-0.0l0.0,0.0l0.0,0.0ZM43.98,526.54l0.02,-0.01l0.01,0.01l-0.02,0.0l-0.0,-0.0ZM42.63,527.12l-0.35,0.44l-0.22,-0.21l0.3,-0.36l-0.18,-0.32l0.39,-0.07l0.05,0.51ZM42.72,526.39l-0.0,-0.06l0.01,0.01l-0.01,0.05ZM31.87,524.21l0.91,-0.8l0.8,0.02l0.72,0.69l-1.15,0.35l-1.28,-0.25ZM35.31,524.02l0.44,-0.89l0.8,-0.04l0.97,0.45l0.25,0.65l-0.43,0.37l-2.04,-0.54ZM4.9,508.63l0.28,0.1l-0.04,0.24l-0.12,0.03l-0.12,-0.37ZM6.12,508.53l-0.05,-0.66l0.53,0.07l0.12,0.71l-0.59,-0.13Z", "name": "Alaska"}, "US-NJ": {"path": "M801.65,165.2l1.31,-1.55l0.48,-1.57l0.5,-0.62l0.54,-1.45l0.11,-2.05l0.67,-1.35l0.92,-0.71l14.12,4.16l-0.4,6.03l-0.35,0.55l-0.23,-0.44l-0.7,0.11l-0.26,1.18l-0.76,0.97l0.12,1.42l-0.46,0.6l0.08,1.71l0.58,0.62l1.2,0.29l1.38,-0.43l2.3,0.24l0.9,6.92l-0.56,0.39l0.18,0.66l-0.61,0.95l0.46,0.58l-0.21,0.6l0.53,1.94l-0.47,2.0l0.11,0.61l0.62,0.64l-0.39,1.13l-0.49,0.45l-0.01,0.59l-0.93,1.13l0.02,0.52l-1.07,0.1l0.09,1.21l0.64,0.83l-0.82,0.56l-0.18,1.15l1.05,0.77l-0.31,0.29l-0.17,-0.44l-0.53,-0.18l-0.5,0.22l-0.44,1.51l-1.28,0.61l-0.2,0.45l0.46,0.55l0.8,0.06l-0.66,1.26l-0.26,1.5l-0.68,0.65l0.19,0.48l0.4,0.04l-0.89,1.57l0.07,0.95l-1.65,1.72l-0.12,-1.34l0.36,-2.44l-0.11,-0.87l-0.58,-0.82l-0.89,-0.28l-1.11,0.34l-0.81,-0.35l-1.51,0.88l-0.31,-0.7l-1.62,-0.96l-1.0,0.04l-0.65,-0.71l-0.7,0.07l-3.24,-2.03l-0.06,-1.73l-1.02,-0.94l0.48,-0.68l0.0,-0.87l0.43,-0.83l-0.12,-0.73l0.51,-1.18l1.2,-1.16l2.6,-1.49l0.54,-0.86l-0.38,-0.85l0.5,-0.37l0.47,-1.44l1.24,-1.7l2.52,-2.22l0.18,-0.67l-0.47,-0.82l-4.26,-2.78l-0.75,-1.05l-0.9,0.24l-0.48,-0.33l-1.24,-2.46l-1.62,-0.02l-1.0,-3.44l1.02,-1.03l0.36,-2.23l-1.87,-1.91Z", "name": "New Jersey"}, "US-CO": {"path": "M364.23,239.52l-1.22,65.86l-29.29,-0.9l-29.38,-1.43l-29.35,-1.95l-32.17,-2.75l8.32,-87.13l27.79,2.39l28.22,1.92l29.58,1.46l27.95,0.87l-0.46,21.65Z", "name": "Colorado"}, "US-MD": {"path": "M740.67,219.62l-2.04,-10.06l19.85,-4.49l-0.66,1.29l-0.94,0.08l-1.54,0.81l0.16,0.7l-0.42,0.49l0.23,0.78l-1.76,0.5l-1.48,0.03l-1.14,-0.39l0.21,-0.36l-0.3,-0.49l-1.11,-0.31l-0.47,1.8l-1.63,2.84l-1.37,-0.39l-1.03,0.62l-0.41,1.26l-1.6,1.93l-0.36,1.04l-0.88,0.45l-1.3,1.87ZM760.74,204.54l36.93,-9.13l8.48,26.19l0.45,0.26l1.06,-0.21l8.18,-2.08l-0.9,0.53l0.31,0.64l0.52,0.01l0.37,0.76l0.52,-0.05l-0.38,1.96l-0.12,-0.26l-0.47,0.07l-0.73,0.86l-0.17,2.7l-0.6,0.19l-0.36,0.71l-0.02,1.66l-3.62,1.37l-0.45,0.7l-2.2,0.43l-0.56,0.65l-0.3,-1.09l0.5,-0.31l0.86,-1.84l-0.4,-0.51l-0.45,0.12l0.08,-0.5l-0.44,-0.42l-2.29,0.63l0.3,-0.6l1.15,-0.83l-0.17,-0.69l-1.36,-0.18l0.38,-2.24l-0.18,-1.02l-0.91,0.16l-0.53,1.76l-0.34,-0.68l-0.62,-0.07l-0.44,0.47l-0.5,1.39l0.53,1.02l-2.87,-2.14l-0.43,-0.19l-0.61,0.36l-0.73,-0.76l0.33,-1.67l0.76,-0.6l-0.08,-1.35l2.55,0.23l0.78,-1.5l-0.32,-1.42l-0.72,0.27l-0.28,1.29l-0.98,-0.25l-0.38,-1.07l-0.52,-0.28l-0.55,0.23l-0.22,-0.68l-0.63,0.08l1.0,-0.82l0.22,-1.04l-0.54,-0.55l-0.75,0.83l-0.21,-0.61l1.06,-0.92l-0.25,-0.65l-0.54,-0.08l-0.51,-0.75l-0.42,0.22l-0.53,-0.37l0.83,-1.03l-0.24,-1.02l0.84,-1.95l-0.07,-0.86l-0.46,0.02l-0.66,0.66l-0.56,-0.16l-0.48,0.45l-0.19,0.97l-0.95,-1.2l0.75,-3.46l0.59,-0.51l0.07,-0.74l3.89,-0.78l0.49,-0.41l-0.23,-0.67l-0.45,-0.07l-2.38,0.56l0.88,-1.55l1.42,-0.05l0.35,-0.5l-0.99,-0.67l0.44,-1.9l-0.63,-0.32l-0.48,0.39l-0.87,1.96l0.21,-2.02l-0.59,-0.34l-0.88,1.43l-1.42,0.34l-0.31,1.65l0.39,0.53l0.65,0.12l-1.45,1.92l-0.2,-1.64l-0.64,-0.42l-0.61,0.73l0.07,1.45l-0.85,-0.29l-1.16,0.64l0.02,0.71l1.01,0.27l-0.37,0.54l-0.83,0.22l-0.05,0.34l-0.44,-0.04l-0.35,0.64l1.2,1.22l-0.29,0.17l-1.52,-0.76l-1.33,0.48l0.16,0.69l0.82,0.1l1.26,1.21l1.49,0.58l0.1,0.28l-0.44,0.33l-1.37,0.5l-0.12,1.19l1.83,1.04l0.47,0.63l-0.66,-0.43l-1.05,0.29l0.2,0.64l0.92,0.48l-0.34,0.47l0.4,1.15l0.6,0.09l-0.63,1.26l0.13,0.43l0.63,0.65l1.28,4.18l2.83,2.58l-0.01,0.35l-0.38,0.54l-0.67,-1.23l-1.21,-0.22l-1.69,-0.87l-1.51,-3.64l-0.74,-0.68l-0.28,0.69l1.17,3.94l0.65,0.92l1.45,0.81l1.3,0.31l1.49,1.39l0.89,-0.33l0.37,1.32l1.47,1.47l0.1,1.07l-1.08,-0.68l-0.33,-1.23l-0.63,-0.45l-0.45,0.04l-0.13,0.44l0.27,0.78l-0.74,0.13l-0.62,-0.73l-1.16,-0.38l-1.53,0.0l-0.92,0.43l-0.55,-0.2l-1.0,-2.19l-1.26,-0.71l-0.46,0.14l0.01,0.48l1.19,2.0l-0.67,-0.12l-0.28,-0.5l-0.89,-0.4l-1.61,-2.6l-0.48,-0.14l-0.43,1.47l-0.25,-0.74l-0.62,-0.04l-0.4,0.46l0.33,0.72l-0.18,0.69l-0.64,0.59l-0.57,-0.26l-0.63,-1.86l0.25,-1.14l0.71,-0.37l0.2,-0.51l-0.37,-0.52l0.83,-0.52l0.21,-1.61l1.06,-0.35l0.07,-0.66l-0.33,-0.42l0.23,-0.42l-0.38,-0.38l-0.04,-0.7l1.27,-2.2l-0.14,-0.54l-2.72,-1.68l-0.56,0.14l-0.69,1.19l-1.81,-0.37l-1.09,-1.19l-2.96,-0.09l-1.25,-0.91l0.61,-1.35l-0.4,-0.97l-1.19,-0.3l-0.89,-0.66l-2.69,0.07l-0.36,-0.23l-0.11,-1.26l-1.04,-0.6l0.09,-1.2l-0.51,-0.29l-0.49,0.19l-0.23,-0.64l-0.52,-0.13l0.26,-0.83l-0.45,-0.58l-0.69,-0.12l-1.81,0.67l-2.24,-1.27ZM790.07,212.25l0.29,-0.0l0.93,0.21l-0.44,0.4l-0.78,-0.61ZM796.79,218.15l0.0,0.16l-0.13,-0.11l0.13,-0.06ZM803.02,225.62l-0.02,0.33l-0.21,-0.15l0.23,-0.19ZM806.99,229.08l-0.16,0.3l-0.12,0.07l0.02,-0.25l0.26,-0.12ZM797.54,220.57l-0.06,0.01l-0.09,0.03l0.12,-0.06l0.03,0.02ZM797.21,220.69l-0.26,0.57l-0.18,0.12l0.15,-0.61l0.29,-0.07ZM796.09,217.04l-0.61,0.32l-0.58,-0.42l0.02,-0.53l0.16,-0.23l0.68,0.3l0.32,0.56ZM794.46,213.09l-0.25,0.5l-0.8,0.39l0.15,-1.17l0.9,0.27Z", "name": "Maryland"}, "US-MA": {"path": "M820.4,120.02l30.04,-8.0l1.53,-1.8l0.34,-1.48l0.95,-0.35l0.61,-1.04l1.17,-1.05l1.35,-0.1l-0.44,1.05l1.03,0.32l0.21,1.55l1.17,0.55l-0.06,0.32l0.39,0.28l1.31,0.19l-0.17,0.56l-2.29,1.79l-0.05,1.07l0.45,0.16l-1.11,1.41l0.23,1.08l-1.01,0.96l0.58,1.41l1.4,0.45l0.5,0.63l1.36,-0.57l0.33,-0.59l1.2,0.09l0.79,0.47l0.23,0.68l1.79,1.37l-0.07,1.25l-0.56,0.55l0.12,0.6l1.23,0.66l1.73,-0.23l0.68,1.2l0.21,1.14l0.89,0.68l1.33,0.41l1.48,-0.12l0.43,0.38l1.05,-0.23l2.92,-2.34l0.82,-1.11l0.54,0.02l0.56,1.86l-3.32,1.52l-0.94,0.82l-2.75,0.98l-0.49,1.64l-1.93,1.37l-0.82,-2.64l0.11,-1.34l-0.55,-0.31l-0.5,0.39l-0.93,-0.1l-0.3,0.51l0.25,0.92l-0.26,0.79l-0.4,0.06l-0.63,1.1l-0.6,-0.2l-0.5,0.48l0.22,1.86l-0.9,0.87l-0.63,-0.8l-0.47,0.01l-0.11,0.55l-0.26,0.03l-0.71,-2.03l-1.02,-0.35l0.44,-2.5l-0.21,-0.4l-0.78,0.4l-0.29,1.47l-0.69,0.2l-1.4,-0.64l-0.78,-2.12l-0.8,-0.22l-0.78,-2.15l-0.49,-0.24l-6.13,2.0l-0.3,-0.15l-14.84,4.19l-0.28,0.5l-0.46,-0.28l-0.86,0.17l-9.54,2.36l-0.25,-0.18l-0.32,-14.66ZM860.63,110.12l-0.02,-0.37l-0.14,-0.48l0.51,0.23l-0.35,0.62ZM876.24,122.86l-0.12,-0.42l0.25,0.35l-0.13,0.06ZM875.23,121.15l-0.78,0.0l-0.55,-1.2l0.56,0.44l0.77,0.76ZM871.43,119.57l-0.08,0.14l-0.09,-0.07l0.0,-0.0l0.17,-0.07Z", "name": "Massachusetts"}, "US-AL": {"path": "M608.67,337.4l25.17,-2.91l19.4,-2.75l14.04,43.29l1.01,2.45l1.17,1.59l0.59,1.87l2.24,2.5l0.92,1.8l-0.11,2.13l1.8,1.13l-0.17,0.74l-0.63,0.1l-0.16,0.7l-0.98,0.84l-0.22,2.29l0.25,1.48l-0.76,2.3l-0.14,1.84l1.1,2.94l1.21,1.52l0.53,1.6l-0.08,5.02l-0.25,0.81l0.48,2.03l1.35,1.16l1.14,2.07l-47.64,6.92l-0.42,0.61l-0.08,2.99l2.64,2.75l2.0,0.96l-0.34,2.7l0.56,1.61l0.43,0.39l-0.94,1.69l-1.24,1.0l-1.13,-0.75l-0.34,0.49l0.66,1.46l-2.81,1.05l0.29,-0.63l-0.45,-0.86l-0.99,-0.76l-0.1,-1.11l-0.57,-0.22l-0.52,0.61l-0.32,-0.1l-0.89,-1.53l0.41,-1.67l-0.97,-2.21l-1.32,-0.65l-0.3,-0.89l-0.56,-0.17l-0.37,0.61l0.15,0.35l-0.77,3.1l-0.01,5.08l-0.59,0.0l-0.24,-0.71l-2.22,-0.44l-1.64,0.31l-5.46,-31.98l-0.99,-66.48l-0.02,-0.37l-1.07,-0.63l-0.69,-1.02Z", "name": "Alabama"}, "US-MO": {"path": "M468.72,225.49l24.71,-0.73l18.94,-1.42l22.1,-2.58l0.42,0.35l0.39,0.91l2.43,1.65l0.29,0.74l1.21,0.87l-0.51,1.36l-0.1,3.21l0.78,3.65l0.95,1.44l0.03,1.59l1.11,1.37l0.46,1.55l4.96,4.1l1.06,1.69l4.93,3.31l0.7,1.15l0.27,1.62l0.5,0.82l-0.18,0.69l0.47,1.8l0.97,1.63l0.77,0.73l1.04,0.16l0.83,-0.56l0.84,-1.4l0.57,-0.19l2.41,0.61l1.68,0.76l0.84,0.77l-0.97,1.95l0.26,2.28l-2.37,6.86l0.01,1.02l0.7,1.92l4.67,4.05l1.99,1.05l1.46,0.09l1.66,1.3l1.92,0.8l1.5,2.11l2.04,0.83l0.42,2.96l1.72,2.9l-1.1,1.94l0.18,1.38l0.75,0.33l2.31,4.25l1.94,0.92l0.55,-0.32l0.0,-0.65l0.87,1.1l1.07,-0.08l0.14,1.85l-0.37,1.07l0.53,1.59l-1.07,3.86l-0.51,0.07l-1.37,-1.13l-0.65,0.13l-0.78,3.34l-0.52,0.74l0.13,-1.06l-0.56,-1.09l-0.97,-0.2l-0.74,0.63l0.02,1.05l0.53,0.66l-0.04,0.7l0.58,1.34l-0.2,0.4l-1.2,0.39l-0.17,0.41l0.15,0.55l0.86,0.84l-1.71,0.37l-0.14,0.62l1.53,1.97l-0.89,0.75l-0.63,2.13l-10.61,1.42l1.06,-2.28l0.87,-0.61l0.18,-0.87l1.43,-0.96l0.25,-0.96l0.63,-0.37l0.29,-0.59l-0.22,-2.28l-1.05,-0.75l-0.2,-0.77l-1.09,-1.18l-39.24,3.6l-37.71,2.58l-3.21,-58.18l-1.03,-0.63l-1.2,-0.02l-1.52,-0.73l-0.19,-0.93l-1.11,-1.3l-0.36,-1.55l-0.55,-0.09l-0.3,-0.56l-1.13,-0.66l-1.4,-1.84l0.73,-0.51l0.09,-1.24l1.12,-1.27l0.09,-0.79l1.01,0.16l0.56,-0.43l-0.2,-2.24l-1.02,-0.74l-0.32,-1.1l-1.17,-0.01l-1.31,0.96l-0.81,-0.7l-0.73,-0.17l-2.67,-2.35l-1.05,-0.28l0.13,-1.6l-1.32,-1.72l0.1,-1.01l-0.37,-0.36l-1.01,-0.18l-0.59,-0.85l-0.84,-0.26l0.07,-0.52l-1.24,-2.88l-0.0,-0.74l-0.4,-0.49l-0.85,-0.29l-0.05,-0.54ZM583.78,294.53l-0.1,-0.1l-0.08,-0.15l0.11,-0.01l0.07,0.26Z", "name": "Missouri"}, "US-MN": {"path": "M443.67,67.68l-0.4,-1.37l0.05,-1.19l-0.48,-0.53l-1.36,-3.77l0.0,-3.22l-0.47,-1.97l0.27,-1.12l-0.57,-2.32l0.73,-2.56l-2.06,-6.89l29.55,-1.22l0.47,-0.81l-0.38,-7.12l2.84,0.15l1.24,0.82l0.38,2.69l1.73,5.31l0.13,2.3l0.52,0.86l1.46,1.05l1.3,0.49l3.23,-0.36l0.39,0.85l0.54,0.38l5.25,0.04l0.38,0.24l0.54,1.58l0.72,0.61l4.27,-0.78l0.77,-0.65l0.07,-0.69l0.69,-0.35l1.74,-0.44l3.97,-0.02l1.42,0.7l3.38,0.66l-1.01,0.79l0.0,0.82l0.51,0.45l2.91,-0.06l0.52,2.08l1.58,2.29l0.71,0.05l1.03,-0.78l-0.04,-1.73l2.67,-0.46l1.43,2.16l2.01,0.79l1.54,0.18l0.54,0.57l-0.03,0.83l0.58,0.35l1.32,0.06l0.19,0.75l0.41,0.1l1.2,-0.22l1.12,0.22l2.21,-0.85l2.78,-2.55l2.49,-1.54l1.24,2.52l0.96,0.51l2.23,-0.66l0.87,0.36l5.98,-1.3l0.56,0.18l1.32,1.64l1.24,0.59l0.62,-0.01l1.61,-0.83l1.3,0.1l-0.89,1.0l-4.69,3.07l-6.35,2.82l-3.68,2.47l-2.15,2.49l-0.96,0.57l-6.62,8.67l-0.95,0.61l-1.07,1.56l-1.96,1.97l-4.18,3.55l-0.86,1.78l-0.55,0.44l-0.14,0.96l-0.78,-0.01l-0.46,0.51l0.98,12.22l-0.79,1.2l-1.04,0.08l-0.52,0.82l-0.83,0.15l-0.61,0.83l-2.06,1.19l-0.94,1.86l0.06,0.72l-1.69,2.39l-0.01,2.06l0.38,0.91l2.15,0.39l1.42,2.49l-0.52,1.92l-0.71,1.25l-0.05,2.12l0.45,1.32l-0.71,1.23l0.91,3.14l-0.51,4.08l3.95,3.03l3.02,0.4l1.89,2.25l2.87,0.5l2.45,1.93l2.39,3.59l2.63,1.8l2.09,0.09l1.07,0.71l0.88,0.1l0.82,1.36l1.26,0.84l0.28,2.03l0.68,1.3l0.39,4.82l-40.62,3.2l-40.63,2.09l-1.46,-38.98l-1.52,-2.05l-2.57,-0.79l-0.94,-1.91l-1.46,-1.79l0.21,-0.68l2.82,-2.34l0.93,-2.03l0.43,-2.53l-0.35,-1.58l0.23,-1.86l-0.18,-1.51l-0.5,-1.03l-0.18,-2.33l-1.81,-2.59l-0.47,-1.13l-0.21,-2.16l-0.66,-0.98l0.15,-1.66l-0.35,-1.52l0.53,-2.69l-1.08,-1.85l-0.49,-8.32l-0.42,-0.79l0.06,-3.92l-1.58,-3.95l-0.53,-0.65Z", "name": "Minnesota"}, "US-CA": {"path": "M3.07,175.36l0.87,-1.1l0.96,0.24l1.21,-2.15l0.92,0.12l0.64,-0.23l0.41,-0.57l-0.27,-0.82l-0.71,-0.36l1.52,-2.68l0.12,-0.78l-0.43,-0.48l0.1,-1.34l0.85,-0.88l1.17,-2.25l1.26,-3.01l0.39,-2.1l-0.28,-1.0l0.05,-3.89l-1.25,-1.24l0.92,-1.24l0.94,-2.81l32.73,8.13l32.57,7.34l-13.67,64.67l25.44,34.66l36.59,51.09l13.3,17.72l-0.19,2.73l0.73,0.94l0.21,1.71l0.85,0.63l0.81,2.56l-0.07,0.91l0.63,1.46l-0.16,1.36l3.8,3.82l0.01,0.5l-1.95,1.53l-3.11,1.26l-1.2,1.99l-1.72,1.14l-0.33,0.81l0.38,1.03l-0.51,0.51l-0.1,0.9l0.08,2.29l-0.6,0.72l-0.64,2.44l-2.02,2.47l-1.6,0.14l-0.42,0.51l0.33,0.89l-0.59,1.34l0.54,1.11l-0.01,1.19l-0.78,2.68l0.57,1.02l2.74,1.13l0.34,0.83l-0.19,2.4l-1.18,0.78l-0.42,1.37l-2.27,-0.62l-1.26,0.61l-43.36,-3.35l0.04,-0.76l0.39,-0.07l0.3,-0.56l-0.12,-1.38l-1.1,-1.65l-1.08,0.02l0.16,-1.13l-0.24,-1.11l0.35,-0.13l0.36,-0.93l0.05,-2.47l-0.39,-2.64l-2.46,-5.66l-3.47,-4.07l-1.29,-1.98l-2.42,-2.12l-2.07,-2.86l-2.01,-1.04l-1.23,0.18l-0.29,0.88l-1.56,-0.95l-0.11,-0.38l0.63,-0.52l0.22,-0.95l-0.46,-2.65l-1.0,-1.95l-0.7,-0.58l-2.17,-0.43l-1.45,-0.13l-1.11,0.3l-0.49,-0.59l-1.66,-0.65l-3.05,-1.95l-1.24,-1.35l-0.54,-2.64l-0.89,-0.66l-1.77,-2.24l-1.66,-1.3l-1.92,-0.51l-1.09,0.24l-1.1,-0.72l-1.51,-0.14l-2.0,-1.52l-2.34,-0.84l-5.72,-0.67l-0.4,-1.69l-1.01,-0.93l-0.92,-0.35l1.28,-2.62l-0.33,-1.38l0.84,-2.21l-0.65,-1.27l1.18,-2.39l0.32,-2.41l-0.99,-1.24l-1.32,-0.26l-1.34,-1.39l-0.08,-0.75l1.44,-1.4l-0.5,-2.3l-0.34,-0.54l-1.68,-0.76l-1.88,-4.27l-1.79,-1.16l-0.32,-2.63l-1.62,-2.61l-0.22,-2.75l-1.01,-0.76l-1.13,-3.38l-2.16,-2.3l-0.75,-1.6l0.04,-3.93l0.55,-1.46l-0.54,-0.6l0.52,-0.53l0.56,0.71l0.58,-0.1l0.8,-0.59l0.9,-1.64l0.83,0.01l0.08,-0.52l-0.51,-0.5l0.4,-0.88l-0.05,-0.93l-0.49,-2.22l-0.61,-1.2l-0.6,-0.44l-0.92,0.25l-2.02,-0.43l-1.45,-1.81l-0.86,-2.15l-0.53,-0.38l-0.32,-1.18l-0.46,-0.5l0.04,-1.12l0.85,-2.26l-0.21,-2.94l-0.89,-1.29l1.1,-2.74l0.21,-2.34l1.33,-0.2l0.23,1.52l-0.62,0.31l-0.1,2.71l1.73,1.17l0.7,1.42l1.0,0.72l0.4,1.01l0.89,0.41l0.85,-0.4l-0.19,-1.18l-0.68,-0.51l-0.37,-1.53l0.13,-1.99l-0.54,-1.26l-0.37,-0.02l-0.11,-0.14l0.62,-0.35l-0.0,-0.34l-1.62,-1.2l0.69,-0.67l-0.17,-1.88l-0.94,-0.36l-0.3,-0.61l1.07,-0.66l0.99,-0.01l0.96,-0.71l1.25,1.03l2.63,-0.1l5.01,2.23l0.53,-0.22l0.04,-0.59l0.61,-0.67l-0.3,0.75l0.39,0.76l0.81,-0.06l0.35,-0.49l1.35,1.6l0.7,-0.16l0.02,-0.38l-0.53,-1.14l-0.97,-0.74l-0.27,-0.8l-0.66,-0.38l-1.09,-0.07l0.27,-0.58l-0.25,-0.54l-2.48,1.29l-0.7,-0.34l-0.75,0.18l-0.18,-0.55l-1.09,-0.25l0.28,-0.66l-0.36,-0.69l-1.09,-0.17l-1.86,1.57l-0.34,-0.46l-1.36,-0.54l-0.36,-0.88l-1.36,-1.35l-2.59,0.52l0.1,0.92l-0.7,1.21l0.53,0.72l-0.88,0.92l-0.07,2.28l-0.37,-0.09l-1.52,-2.07l-1.18,-0.34l-1.16,-2.44l-1.41,-1.2l0.09,-0.69l-0.68,-0.18l0.73,-1.18l0.93,2.05l0.44,0.25l0.33,-0.38l-1.77,-5.65l-0.41,-0.59l-0.57,-0.2l0.2,-0.84l-0.53,-2.28l-2.72,-3.32l-1.0,-2.99l-3.45,-6.17l-0.03,-0.38l1.14,-1.43l0.12,-0.85l-0.51,-6.75l0.61,-1.87l1.33,-2.02l0.4,-3.04l-0.36,-1.21l0.19,-2.39l-0.7,-1.04l-1.24,-3.68l-0.57,-0.53l0.1,-0.93l-0.32,-0.88l-1.04,-0.88l-2.01,-3.32l0.52,-1.23l-0.26,-2.71l2.38,-3.44ZM33.36,240.61l0.01,-0.01l0.01,0.01l-0.02,-0.01ZM45.67,326.22l-0.02,0.03l0.02,-0.03l0.01,0.01ZM31.63,240.38l-0.09,0.14l-0.63,0.23l-0.2,-0.07l0.92,-0.3Z", "name": "California"}, "US-IA": {"path": "M452.94,162.22l42.82,-2.19l40.55,-3.19l0.96,2.52l2.0,1.0l0.08,0.59l-0.9,1.8l-0.16,1.04l0.9,5.09l0.92,1.26l0.39,1.75l1.46,1.72l4.94,0.85l1.27,2.03l-0.3,1.03l0.29,0.66l3.61,2.37l0.85,2.41l3.84,2.31l0.62,1.68l-0.31,4.21l-1.64,1.98l-0.5,1.94l0.13,1.28l-1.26,1.36l-2.51,0.97l-0.89,1.18l-0.55,0.25l-4.56,0.83l-0.89,0.73l-0.61,1.71l-0.15,2.55l0.4,1.08l2.01,1.47l0.54,2.65l-1.87,3.25l-0.22,2.24l-0.52,1.42l-2.88,1.39l-1.02,1.02l-0.2,0.99l0.72,0.87l0.2,2.15l-0.58,0.23l-1.34,-0.82l-0.31,-0.76l-1.29,-0.82l-0.29,-0.51l-0.88,-0.36l-0.3,-0.82l-0.95,-0.68l-22.3,2.61l-15.12,1.17l-7.59,0.51l-20.78,0.47l-0.22,-1.06l-1.3,-0.73l-0.33,-0.67l0.58,-1.16l-0.21,-0.95l0.22,-1.39l-0.36,-2.19l-0.6,-0.73l0.07,-3.65l-1.05,-0.5l0.05,-0.91l0.71,-1.02l-0.05,-0.44l-1.31,-0.56l0.33,-2.54l-0.41,-0.45l-0.89,-0.16l0.23,-0.8l-0.3,-0.58l-0.51,-0.25l-0.74,0.23l-0.42,-2.81l0.5,-2.36l-0.2,-0.67l-1.36,-1.71l-0.08,-1.92l-1.78,-1.54l-0.36,-1.74l-1.09,-0.94l0.03,-2.18l-1.1,-1.87l0.21,-1.7l-0.27,-1.08l-1.38,-0.67l-0.87,-2.17l0.05,-0.63l-1.81,-1.82l0.56,-1.61l0.54,-0.47l0.73,-2.68l0.0,-1.68l0.55,-0.69l0.21,-1.19l-0.51,-2.24l-1.33,-0.29l-0.05,-0.73l0.45,-0.56l-0.0,-1.71l-0.95,-1.42l-0.05,-0.87Z", "name": "Iowa"}, "US-MI": {"path": "M612.25,185.8l1.83,-2.17l0.7,-1.59l1.18,-4.4l1.43,-3.05l1.01,-5.05l0.09,-5.37l-0.86,-5.54l-2.4,-5.17l0.6,-0.5l0.3,-0.79l-0.57,-0.42l-1.08,0.55l-3.82,-7.03l-0.21,-1.1l1.13,-2.68l-0.01,-0.97l-0.74,-3.13l-1.29,-1.65l-0.05,-0.62l1.73,-2.73l1.22,-4.14l-0.21,-5.35l-0.77,-1.59l1.09,-1.15l0.81,-0.02l0.56,-0.47l-0.27,-3.49l1.08,-0.11l0.67,-1.43l1.18,0.47l0.66,-0.33l0.76,-2.59l0.82,-1.2l0.56,-1.68l0.55,-0.18l-0.58,0.87l0.6,1.65l-0.71,1.8l0.71,0.42l-0.48,2.61l0.88,1.43l0.73,-0.05l0.52,0.56l0.64,-0.24l0.89,-2.26l0.67,-3.51l-0.08,-2.07l-0.76,-3.42l0.58,-1.02l2.13,-1.64l2.74,-0.55l0.98,-0.63l0.28,-0.64l-0.25,-0.54l-1.76,-0.11l-0.96,-0.86l-0.52,-1.98l1.85,-2.98l-0.1,-0.73l1.72,-0.23l0.74,-0.94l4.16,2.0l0.83,0.12l1.98,-0.4l1.37,0.4l1.19,1.04l0.53,1.15l0.77,0.49l2.41,-0.29l1.7,1.01l1.92,0.09l0.8,0.64l3.27,0.45l1.1,0.77l-0.01,1.12l1.04,1.31l0.64,0.21l0.37,0.91l-0.14,0.55l-0.67,-0.25l-0.94,0.57l-0.23,1.83l0.81,1.29l1.6,0.98l0.69,1.37l0.65,2.26l-0.12,1.73l0.77,5.57l-0.14,0.59l-0.58,0.21l-0.48,0.96l-0.74,0.07l-0.8,0.81l-0.17,4.47l-1.12,0.49l-0.18,0.82l-1.86,0.43l-0.72,0.6l-0.58,2.61l0.26,0.45l-0.21,0.52l0.25,2.57l1.38,1.31l2.89,0.84l0.91,-0.08l1.08,-1.23l0.6,-1.44l0.62,0.19l0.39,-0.24l1.01,-3.59l0.6,-1.06l-0.08,-0.51l0.97,-1.45l1.39,-0.39l1.07,-0.69l0.83,-1.1l0.87,-0.44l2.06,0.59l1.13,0.7l1.0,1.09l1.21,2.16l2.01,5.91l0.82,1.6l1.03,3.71l1.49,3.63l1.29,1.74l-0.34,3.92l0.45,2.48l-0.48,2.79l-0.36,0.45l-0.57,-1.21l0.03,-0.85l-1.46,-0.52l-0.47,0.08l-1.48,1.36l-0.06,0.83l0.55,0.67l-0.82,0.57l-0.29,0.79l0.28,2.94l-0.48,0.75l-1.62,0.92l-1.06,1.85l-0.43,3.73l0.27,1.56l-0.33,0.93l-0.42,0.19l0.02,0.91l-0.64,0.3l-0.89,1.6l-0.5,1.29l-0.02,1.05l-0.52,0.91l-20.5,4.22l-0.15,-0.92l-0.45,-0.33l-31.44,4.71ZM621.47,115.84l0.0,-0.07l0.11,-0.12l-0.01,0.03l-0.11,0.16ZM621.73,114.93l-0.07,-0.16l0.07,-0.14l-0.0,0.3ZM543.5,88.02l4.87,-2.38l3.55,-3.62l5.77,-1.36l1.39,-0.84l2.36,-2.71l0.98,0.04l1.52,-0.73l1.0,-2.24l2.82,-2.85l0.23,1.72l1.85,0.59l0.05,1.44l0.67,0.14l0.51,0.6l-0.17,3.14l0.44,0.95l-0.34,0.47l0.2,0.47l0.74,-0.02l1.08,-2.21l1.08,-0.89l-0.42,1.15l0.58,0.45l0.83,-0.67l0.52,-1.22l1.0,-0.43l3.09,-0.25l1.5,0.21l1.18,0.93l1.54,0.44l0.47,1.05l2.31,2.58l1.17,0.55l0.53,1.55l0.73,0.34l1.87,0.07l0.73,-0.4l1.06,-0.06l1.4,-1.09l1.0,1.11l1.1,0.64l1.01,-0.25l0.68,-0.82l1.87,1.06l0.64,-0.34l1.65,-2.58l2.81,-1.89l1.7,-1.65l0.92,0.11l3.27,-1.21l5.17,-0.25l3.25,-2.09l2.28,-0.88l1.52,-0.11l-0.01,3.24l0.29,0.71l-0.36,1.1l0.46,0.7l0.68,0.28l0.91,-0.41l2.2,0.7l1.14,-0.43l1.03,-0.87l0.66,0.48l0.21,0.7l0.85,0.22l1.22,-0.76l0.79,-1.57l0.69,-0.28l1.06,0.23l1.35,-1.15l0.53,-0.01l0.22,0.08l-0.3,2.02l0.75,1.32l-1.11,-0.04l-0.36,0.5l0.84,1.83l-0.87,1.04l0.12,0.45l0.83,0.79l1.37,-0.42l0.6,0.47l0.62,0.04l0.18,1.19l0.98,0.87l1.53,0.51l-1.17,0.68l-4.96,-0.15l-0.53,0.3l-1.35,-0.17l-0.88,0.41l-0.66,-0.75l-1.63,-0.07l-0.59,0.47l-0.07,1.22l-0.49,0.76l0.38,2.05l-0.92,-0.22l-0.89,-0.92l-0.77,-0.13l-1.96,-1.65l-2.41,-0.6l-1.6,0.04l-1.04,-0.5l-2.89,0.47l-0.61,0.45l-1.18,2.52l-3.47,0.73l-0.57,0.77l-2.06,-0.33l-2.82,0.93l-0.68,0.83l-0.56,2.51l-0.78,0.28l-0.81,0.87l-0.65,0.28l0.16,-1.95l-0.74,-0.91l-1.02,0.34l-0.77,0.92l-0.97,-0.39l-0.68,0.17l-0.37,0.4l0.1,0.82l-0.73,2.01l-1.2,0.59l-0.1,-1.37l-0.46,-1.06l0.34,-1.69l-0.17,-0.37l-0.66,-0.17l-0.45,0.57l-0.6,2.13l-0.22,2.57l-1.12,0.91l-1.26,3.03l-0.62,2.65l-2.55,5.33l-0.69,0.73l0.12,0.91l-1.4,-1.28l0.18,-1.74l0.63,-1.69l-0.41,-0.81l-0.62,-0.31l-1.36,0.85l-1.16,0.1l0.04,-1.29l0.81,-1.45l-0.41,-1.34l0.3,-1.09l-0.58,-0.98l0.15,-0.83l-1.9,-1.55l-1.1,-0.06l-0.59,-0.44l-1.48,-0.0l0.3,-1.36l-0.94,-1.45l-1.13,-0.51l-2.23,-0.1l-3.2,-0.71l-1.55,0.59l-1.43,-0.42l-1.62,0.17l-4.56,-1.94l-15.37,-2.5l-1.99,-3.39l-1.88,-0.96l-0.76,0.26l-0.1,-0.29ZM603.39,98.63l-0.0,0.52l-0.46,0.32l-0.7,1.39l0.08,0.57l-0.65,-0.58l0.91,-2.15l0.83,-0.06ZM570.53,72.73l-0.51,-0.27l-1.16,0.06l-0.04,-1.56l1.0,-1.02l1.18,-2.09l1.83,-1.5l0.63,-0.0l0.53,-0.58l2.08,-0.89l3.34,-0.42l1.1,0.66l-0.54,0.38l-1.32,-0.12l-2.26,0.78l0.15,0.87l0.71,0.13l-1.19,0.98l-1.4,1.89l-0.69,0.28l-0.36,1.45l-1.15,1.36l-0.66,2.04l-0.67,-0.87l0.75,-0.97l0.14,-1.95l-0.84,-0.23l-0.6,0.92l-0.05,0.67Z", "name": "Michigan"}, "US-GA": {"path": "M654.05,331.64l22.02,-3.57l20.65,-3.86l-0.07,0.58l-2.59,3.35l-0.41,1.73l0.11,1.23l0.82,0.78l1.84,0.8l1.03,0.12l2.7,2.03l0.84,0.24l1.9,-0.37l0.6,0.25l0.8,1.64l1.51,1.6l1.04,2.5l1.33,0.82l0.84,1.16l0.56,0.26l1.0,1.77l1.07,0.3l1.17,0.99l3.81,1.85l2.41,3.16l2.25,0.58l2.53,1.67l0.5,2.34l1.25,1.01l0.47,-0.16l0.31,0.49l-0.1,0.62l0.79,0.73l0.79,0.09l0.56,1.2l4.99,1.88l0.4,1.78l1.54,1.73l1.02,2.01l-0.07,0.8l0.48,0.69l0.11,1.24l1.04,0.79l1.16,0.17l1.25,0.62l0.28,0.53l0.57,0.23l1.12,2.56l0.76,0.57l0.08,2.68l0.77,1.48l1.38,0.9l1.52,-0.27l1.44,0.76l1.45,0.12l-0.59,0.78l-0.55,-0.35l-0.47,0.28l-0.4,0.99l0.62,0.91l-0.38,0.48l-1.38,-0.16l-0.77,-0.55l-0.65,0.44l0.26,0.71l-0.49,0.52l0.36,0.6l1.44,0.25l-0.58,1.35l-1.43,0.27l-1.08,-0.44l-0.6,0.21l0.03,0.82l1.45,0.6l-1.76,3.73l0.36,1.73l-0.48,0.97l0.85,1.48l-2.29,-0.19l-0.46,0.29l0.06,0.63l0.55,0.34l2.76,0.24l1.07,0.66l-0.02,0.34l-0.56,0.22l-0.88,1.95l-0.5,-1.41l-0.45,-0.13l-0.6,0.33l-0.15,0.84l0.34,0.96l-0.6,0.12l-0.03,0.84l-0.3,0.16l0.07,0.46l1.34,1.15l-1.09,1.03l0.32,0.47l0.77,0.08l-0.39,0.92l0.06,0.88l-0.46,0.51l1.1,1.66l0.03,0.76l-0.79,0.33l-2.64,-0.17l-4.06,-0.96l-1.31,0.35l-0.18,0.74l-0.68,0.26l-0.35,1.25l0.28,2.08l0.95,1.36l0.13,4.25l-1.97,0.4l-0.54,-0.92l-0.12,-1.3l-1.33,-1.82l-49.21,5.14l-0.72,-0.56l-0.86,-2.7l-0.94,-1.51l-0.56,-0.38l0.16,-0.68l-0.73,-1.51l-1.82,-1.81l-0.43,-1.75l0.25,-0.8l0.06,-5.18l-0.6,-1.81l-1.19,-1.47l-1.03,-2.65l0.12,-1.65l0.78,-2.36l-0.25,-1.53l0.19,-2.11l1.62,-1.33l0.46,-1.47l-0.55,-0.61l-1.42,-0.69l0.09,-2.15l-0.97,-1.87l-2.18,-2.42l-1.03,-2.81l-0.75,-0.68l-0.17,-0.96l-0.77,-1.37l-13.99,-43.11Z", "name": "Georgia"}, "US-AZ": {"path": "M128.51,384.14l0.44,-1.81l1.29,-1.29l0.53,-1.12l0.48,-0.25l1.66,0.62l0.96,-0.03l0.52,-0.46l0.28,-1.17l1.31,-1.0l0.24,-2.73l-0.46,-1.24l-0.84,-0.66l-2.07,-0.66l-0.3,-0.61l0.8,-2.4l0.0,-1.39l-0.52,-1.19l0.57,-0.86l-0.2,-0.87l1.57,-0.27l2.29,-2.81l0.65,-2.43l0.65,-0.81l0.02,-3.17l0.55,-0.62l-0.29,-1.43l1.71,-1.14l1.03,-1.85l3.16,-1.29l2.03,-1.58l0.26,-0.53l-0.13,-1.04l-3.25,-3.49l-0.51,-0.22l0.22,-1.26l-0.66,-1.46l0.07,-0.91l-0.88,-2.76l-0.84,-0.56l-0.19,-1.65l-0.69,-0.8l0.19,-3.54l0.58,-0.87l-0.3,-0.86l1.03,-0.4l0.4,-1.42l0.14,-3.2l-0.76,-3.66l0.76,-2.55l-0.4,-3.0l0.85,-2.56l-0.8,-1.87l-0.03,-0.92l0.78,-1.88l2.54,-0.63l1.75,0.99l1.43,-0.19l0.96,2.24l0.79,0.71l1.54,0.14l1.01,-0.5l1.02,-2.27l0.94,-1.19l2.57,-16.94l42.42,5.78l42.56,4.67l-11.82,123.64l-36.87,-4.05l-36.33,-18.97l-28.43,-15.56Z", "name": "Arizona"}, "US-MT": {"path": "M166.39,57.3l0.69,-0.1l0.33,-0.38l-0.9,-1.99l0.83,-0.96l-0.39,-1.3l0.09,-0.96l-1.24,-1.93l-0.24,-1.49l-1.03,-1.33l-1.19,-2.44l3.53,-20.64l43.67,6.71l43.04,5.23l42.75,3.84l43.13,2.53l-3.53,86.04l-28.1,-1.47l-26.82,-1.91l-26.78,-2.4l-25.83,-2.79l-0.44,0.35l-1.22,10.41l-1.51,-2.01l-0.03,-0.91l-1.18,-2.35l-1.25,-0.74l-1.8,0.92l0.03,1.05l-0.72,0.42l-0.34,1.56l-2.42,-0.41l-1.91,0.57l-0.92,-0.85l-3.36,0.09l-2.38,-0.96l-1.68,0.58l-0.84,1.49l-4.66,-1.6l-1.3,0.37l-1.12,0.9l-0.31,0.67l-1.65,-1.4l0.22,-1.43l-0.9,-1.71l0.4,-0.36l0.07,-0.62l-1.17,-3.08l-1.45,-1.25l-1.44,0.36l-0.21,-0.64l-1.08,-0.9l-0.41,-1.37l0.68,-0.61l0.2,-1.41l-0.77,-2.38l-0.77,-0.35l-0.31,-1.58l-1.51,-2.54l0.23,-1.51l-0.56,-1.26l0.34,-1.4l-0.73,-0.86l0.48,-0.98l-0.21,-0.74l-1.14,-0.75l-0.13,-0.59l-0.85,-0.91l-0.8,-0.4l-0.51,0.37l-0.07,0.74l-0.7,0.27l-1.13,1.22l-1.75,0.37l-1.21,1.07l-1.08,-0.85l-0.64,-1.01l-1.06,-0.44l0.02,-0.86l0.74,-0.63l0.24,-1.06l-0.61,-1.6l0.9,-1.09l1.07,-0.08l0.83,-0.8l-0.26,-1.14l0.38,-1.07l-0.95,-0.81l-0.04,-0.81l0.66,-1.28l-0.59,-1.07l0.74,-0.07l0.38,-0.42l-0.04,-1.77l1.83,-3.73l-0.14,-1.05l0.89,-0.62l0.6,-3.16l-0.78,-0.5l-1.8,0.37l-1.33,-0.11l-0.64,-0.55l0.37,-0.83l-0.62,-0.97l-0.66,-0.23l-0.72,0.35l-0.07,-0.95l-1.74,-1.62l0.04,-1.84l-1.68,-1.82l-0.08,-0.69l-1.55,-2.88l-1.07,-1.29l-0.57,-1.63l-2.35,-1.34l-0.95,-1.95l-1.43,-1.19Z", "name": "Montana"}, "US-MS": {"path": "M555.51,431.02l0.67,-0.97l-1.05,-1.76l0.18,-1.63l-0.81,-0.87l1.69,-0.25l0.47,-0.54l0.4,-2.74l-0.77,-1.82l1.56,-1.79l0.25,-3.58l0.74,-2.26l1.89,-1.25l1.15,-1.97l1.4,-1.04l0.34,-0.78l-0.04,-0.99l-0.63,-0.96l1.14,-0.28l0.96,-2.58l0.91,-1.31l-0.16,-0.86l-1.54,-0.43l-0.35,-0.96l-1.83,-1.04l-0.07,-2.14l-0.93,-0.74l-0.45,-0.84l-0.02,-0.37l1.14,-0.29l0.46,-0.69l-0.26,-0.89l-1.41,-0.49l0.23,-1.77l0.98,-1.54l-0.77,-1.06l-1.08,-0.31l-0.15,-2.82l0.9,-0.54l0.23,-0.8l-0.62,-2.52l-1.25,-0.66l0.7,-1.33l-0.07,-2.22l-2.02,-1.52l1.13,-0.47l0.12,-1.41l-1.34,-0.89l1.58,-2.04l0.93,-0.31l0.36,-0.69l-0.52,-1.56l0.42,-1.35l-0.9,-0.89l2.84,-1.1l0.59,-0.76l-0.09,-1.07l-1.41,-0.95l1.39,-1.08l0.62,-1.77l0.94,-0.17l0.34,-0.97l-0.2,-0.77l1.48,-0.43l1.22,-1.21l0.07,-3.53l-0.46,-1.53l0.36,-1.78l0.73,0.09l0.68,-0.33l0.42,-0.87l-0.41,-1.06l2.72,-1.71l0.58,-1.06l-0.29,-1.28l36.44,-4.1l0.86,1.26l0.85,0.45l0.99,66.49l5.52,32.95l-0.73,0.69l-1.53,-0.3l-0.9,-0.94l-1.32,1.06l-1.23,0.17l-2.17,-1.26l-1.85,-0.19l-0.83,0.36l-0.34,0.44l0.32,0.41l-0.56,0.36l-3.96,1.66l-0.05,-0.5l-0.96,-0.52l-1.0,0.05l-0.58,1.0l0.76,0.61l-1.59,1.21l-0.33,1.28l-0.69,0.3l-1.33,-0.06l-1.16,-1.86l-0.08,-0.89l-0.92,-1.47l-0.21,-1.0l-1.4,-1.63l-1.16,-0.54l-0.47,-0.77l0.1,-0.62l-0.69,-0.92l0.21,-1.99l0.5,-0.93l0.66,-2.98l-0.06,-1.22l-0.43,-0.29l-34.66,3.41Z", "name": "Mississippi"}, "US-SC": {"path": "M697.55,324.05l4.86,-2.69l1.02,-0.05l1.11,-1.38l3.93,-1.9l0.45,-0.88l0.63,0.22l22.71,-3.36l0.07,1.22l0.42,0.57l0.71,0.01l1.21,-1.3l2.82,2.54l0.46,2.48l0.55,0.52l19.74,-3.49l22.74,15.07l0.02,0.55l-2.48,2.18l-2.44,3.67l-2.41,5.72l-0.09,2.74l-1.08,-0.21l0.85,-2.72l-0.63,-0.23l-0.76,0.87l-0.56,1.38l-0.11,1.55l0.83,0.95l1.05,0.23l0.44,0.91l-0.75,0.08l-0.41,0.56l-0.87,0.02l-0.24,0.68l0.94,0.45l-1.1,1.13l-0.07,1.02l-1.34,0.63l-0.5,-0.61l-0.5,-0.08l-1.06,0.87l-0.56,1.77l0.43,0.87l-1.19,1.23l-0.61,1.44l-1.2,1.01l-0.9,-0.4l0.27,-0.6l-0.53,-0.74l-1.37,0.31l0.25,1.2l-0.52,0.03l0.05,0.76l2.02,1.01l-0.12,0.39l-0.88,0.94l-1.22,0.23l-0.24,0.51l0.33,0.45l-2.29,1.34l-1.42,-0.84l-0.56,0.11l-0.1,0.67l1.19,0.78l-1.54,1.57l-0.72,-0.75l-0.5,0.52l-0.0,0.74l-1.54,-0.37l-1.34,-0.84l-0.44,0.5l0.16,0.53l-1.73,0.17l-0.44,0.37l-0.06,0.78l2.07,0.05l-0.26,0.55l0.42,0.25l1.91,-0.15l0.11,0.22l-0.97,0.86l-0.32,0.78l0.57,0.49l0.94,-0.53l0.03,0.21l-1.12,1.09l-0.99,0.43l-0.21,-2.04l-0.69,-0.27l-0.22,-1.54l-0.88,-0.15l-0.3,0.58l0.86,2.69l-1.12,-0.66l-0.63,-1.0l-0.39,-1.76l-0.65,-0.21l-0.52,-0.63l-0.69,0.0l-0.27,0.6l0.84,1.02l0.01,0.68l1.11,1.83l-0.02,0.86l1.22,1.17l-0.62,0.35l0.03,0.98l-1.2,3.56l-1.51,-0.78l-1.52,0.26l-0.97,-0.68l-0.54,-1.03l-0.17,-2.93l-0.86,-0.75l-1.06,-2.47l-1.04,-0.95l-3.23,-1.33l-0.49,-2.65l-1.12,-2.17l-1.43,-1.58l-0.06,-1.07l-0.76,-1.21l-4.81,-1.69l-0.58,-1.27l-1.21,-0.37l0.02,-0.7l-0.53,-0.87l-0.87,0.0l-0.73,-0.61l0.03,-1.21l-0.66,-1.26l-2.7,-1.78l-2.16,-0.52l-2.36,-3.12l-3.93,-1.93l-1.22,-1.03l-0.83,-0.12l-1.04,-1.81l-0.51,-0.22l-0.91,-1.21l-1.18,-0.68l-0.99,-2.42l-1.54,-1.65l-1.02,-1.87l-1.06,-0.37l-1.93,0.37l-0.46,-0.16l-2.75,-2.19l-1.06,0.02l-2.23,-1.27l0.36,-2.22l2.6,-3.31l0.15,-1.07ZM750.36,375.19l0.73,-0.08l0.51,0.45l-1.23,1.9l0.28,-1.22l-0.3,-1.06Z", "name": "South Carolina"}, "US-RI": {"path": "M851.1,141.46l0.22,-0.46l-0.53,-2.22l-3.14,-10.0l5.61,-1.84l0.76,2.06l0.8,0.25l0.19,0.73l0.08,0.42l-0.77,0.25l0.03,0.29l0.51,1.45l0.59,0.5l-0.75,0.28l-0.3,0.6l0.87,0.97l-0.14,1.23l0.89,1.9l0.03,1.67l-0.27,0.71l-0.9,0.16l-3.59,2.35l-0.18,-1.31ZM855.89,131.53l0.26,0.1l0.01,0.1l-0.17,-0.08l-0.1,-0.12ZM857.28,132.21l0.25,0.54l-0.05,0.32l-0.15,0.01l-0.05,-0.87Z", "name": "Rhode Island"}, "US-AR": {"path": "M498.76,376.91l-1.42,-38.01l-4.48,-23.98l37.68,-2.58l39.02,-3.58l0.8,1.6l1.01,0.7l0.11,1.77l-0.77,0.57l-0.22,0.94l-1.42,0.93l-0.29,1.04l-0.83,0.54l-1.19,2.59l0.02,0.7l0.53,0.26l10.94,-1.46l0.86,0.93l-1.18,0.37l-0.52,0.96l0.25,0.49l0.84,0.41l-3.6,2.7l0.02,0.84l0.83,1.04l-0.6,1.15l0.62,0.97l-1.42,0.74l-0.11,1.44l-1.45,2.09l0.12,1.64l0.91,3.1l-0.15,0.27l-1.08,-0.01l-0.33,0.26l-0.51,1.73l-1.52,0.95l-0.04,0.51l0.79,0.91l0.05,0.65l-1.11,1.21l-2.02,1.13l-0.21,0.62l0.43,1.0l-0.19,0.27l-1.23,0.03l-0.42,0.67l-0.32,1.89l0.47,1.57l0.02,3.08l-1.27,1.09l-1.54,0.13l0.23,1.49l-0.21,0.48l-0.93,0.25l-0.59,1.77l-1.49,1.19l-0.02,0.93l1.39,0.76l-0.03,0.7l-1.23,0.3l-2.24,1.23l0.03,0.67l0.99,0.82l-0.45,1.14l0.53,1.38l-1.09,0.62l-1.9,2.57l0.52,0.7l1.0,0.49l0.01,0.58l-0.98,0.29l-0.42,0.64l0.51,0.84l1.63,1.01l0.06,1.77l-0.59,0.98l-0.09,0.84l1.34,0.79l0.5,2.17l-1.09,1.01l0.06,2.11l-51.45,4.07l-0.83,-11.53l-1.18,-0.85l-0.9,0.16l-0.83,-0.35l-0.93,0.39l-1.22,-0.33l-0.57,0.72l-0.47,0.01l-0.49,-0.48l-0.82,-0.15l-0.63,-1.0Z", "name": "Arkansas"}}, "height": 612.395412685768, "projection": {"type": "aea", "centralMeridian": -100.0}, "width": 900.0});jvectormap/jquery-jvectormap-in-mill.js000064400000340164151162653250014320 0ustar00jQuery.fn.vectorMap('addMap', 'in_mill',{"insets": [{"width": 900, "top": 0, "height": 932.9661457393951, "bbox": [{"y": -4125883.782575976, "x": 7589536.343670783}, {"y": -752405.3962423172, "x": 10843813.641475728}], "left": 0}], "paths": {"IN-BR": {"path": "M484.32,277.67l0.73,-0.96l-0.3,-0.93l-0.88,-0.99l2.18,-0.33l2.83,0.22l2.64,-2.44l0.65,0.88l1.12,0.53l0.73,1.16l1.44,0.13l0.88,1.39l0.78,0.52l8.92,1.6l1.49,1.54l0.75,2.31l-0.09,2.43l-1.0,2.2l0.17,0.95l0.56,0.5l3.94,1.04l1.49,-0.43l1.1,0.93l2.15,0.84l0.79,1.78l1.96,0.85l0.04,0.75l0.36,0.35l0.96,0.04l2.23,-0.69l0.89,0.36l0.08,1.86l1.02,1.19l3.03,0.83l1.86,-0.39l1.41,-1.3l1.63,-0.0l2.51,-1.3l2.45,-0.81l2.64,1.62l0.21,0.97l-0.22,2.39l0.42,1.46l2.16,1.84l1.01,-0.0l0.22,0.89l0.54,0.28l1.3,-0.5l2.57,-2.01l1.7,-0.38l3.07,1.67l1.2,0.08l1.34,0.59l2.79,-0.96l0.36,0.09l0.11,0.57l0.46,0.36l1.14,-0.05l4.28,1.79l1.88,1.41l4.91,2.34l0.65,-0.32l0.42,-0.67l1.5,0.42l1.07,-0.27l0.84,-0.55l0.93,-1.39l2.89,-1.18l1.56,-1.41l0.73,3.4l1.29,2.14l1.24,0.5l2.44,-0.41l0.71,1.14l2.25,0.92l0.7,-0.4l0.94,-1.66l1.64,-0.68l1.77,0.1l2.15,1.18l1.43,0.3l2.71,-1.46l0.9,0.58l0.74,0.03l0.64,-0.42l0.39,-1.06l1.69,0.41l1.28,-0.84l0.78,0.58l1.04,1.56l1.36,0.93l1.28,-0.0l1.4,-1.3l0.98,-1.67l0.32,-2.54l1.11,0.19l1.81,-0.54l-0.25,1.26l2.57,2.21l-0.61,0.46l-0.14,0.71l1.31,0.93l0.18,0.65l-0.99,0.12l-1.4,1.13l-1.21,0.45l-3.14,3.08l-1.92,1.35l-1.46,0.45l-1.05,1.31l-3.05,2.6l-0.73,2.89l-0.66,0.33l-0.26,0.54l0.49,1.44l1.99,1.18l1.38,2.54l1.16,1.11l1.88,0.79l1.0,0.91l0.39,1.89l-0.42,2.19l0.68,1.39l-1.31,-0.23l-0.83,-0.82l-1.07,-0.2l-2.31,1.07l-0.91,0.98l-2.54,1.15l-0.86,1.17l-0.03,0.52l1.06,1.26l0.71,0.03l1.1,2.34l-1.16,1.61l-1.13,-0.8l-2.11,0.07l-2.4,-0.65l-0.85,-1.16l-1.55,-0.73l-2.09,1.48l-1.42,3.04l-1.75,-0.38l-1.94,0.54l-0.7,1.28l-0.53,2.54l-1.11,-0.28l-1.23,0.43l-1.15,1.08l-0.95,1.56l-0.02,4.14l-1.58,2.6l0.22,1.29l-0.25,2.5l-0.67,2.32l-3.65,-0.85l-1.11,1.73l-0.08,0.78l-1.8,-0.56l-1.86,-1.14l-0.7,0.13l-0.57,0.88l-0.58,0.3l-1.44,0.17l-1.24,-0.58l-1.1,0.08l-2.84,2.71l-0.35,2.31l-0.66,0.61l-0.34,1.45l-4.74,-2.95l0.93,-1.5l-0.46,-2.24l-2.49,-0.71l-1.39,0.5l-1.2,-0.75l-0.53,-2.93l-0.94,-1.11l-1.16,-0.27l0.25,-0.54l-0.25,-0.67l-1.15,0.06l-1.82,1.29l-1.16,0.12l-1.33,-1.63l-1.34,-0.72l-2.71,0.04l-1.03,0.64l-0.64,1.13l-0.35,1.75l-1.32,0.86l0.46,1.43l-0.08,1.26l-2.09,-0.13l-1.88,1.89l-1.05,-0.3l-2.8,-0.01l-3.56,0.74l-0.45,0.74l-3.09,1.2l-0.45,0.51l-0.04,0.72l-1.53,1.38l0.11,-1.07l-0.45,-0.39l-3.33,1.32l-1.97,-0.04l-0.37,-0.38l-0.39,-2.05l-0.44,-0.37l-0.85,0.15l-0.38,-1.56l-1.06,-0.48l-3.69,2.24l-0.86,1.72l-2.29,-0.51l-1.24,1.5l-0.27,0.79l-0.51,0.49l-0.76,0.1l-1.39,-1.35l-2.08,-1.34l-1.51,-1.71l0.38,-0.69l-0.02,-1.06l-0.71,-1.19l-0.78,-0.19l-0.66,0.49l-0.73,-0.27l-1.47,0.23l-0.36,0.39l-0.0,1.03l-0.3,-0.98l-0.78,-0.09l-0.53,1.26l-0.76,-0.87l-1.6,-3.93l-0.85,-0.67l-0.69,0.16l-0.72,1.49l-2.03,1.42l-2.05,0.28l-1.37,-0.23l-0.86,0.31l-0.55,0.68l-1.94,0.19l-4.92,-0.81l0.03,-2.88l-0.43,-1.19l0.61,-1.14l-0.28,-1.64l-0.55,-0.62l-2.0,-0.71l-2.6,-2.78l0.35,-1.72l-0.05,-2.24l-1.27,-2.58l0.34,-3.02l0.62,-1.14l1.7,-1.27l11.06,-6.27l0.86,-0.66l0.44,-0.81l2.19,-0.92l3.62,-3.02l1.7,-2.16l2.53,-1.98l0.88,-0.25l0.74,0.43l-0.04,1.29l0.37,0.92l0.82,0.61l1.2,0.16l1.16,-0.32l0.69,-0.62l0.03,-1.0l-0.41,-1.1l0.17,-0.52l1.25,-0.49l1.93,1.49l1.54,0.6l1.32,0.01l2.29,-1.37l0.73,-1.81l-0.34,-0.78l-2.28,-2.05l-2.42,-0.33l-1.18,-0.71l-0.5,-0.92l-0.82,-0.67l-3.49,0.28l-0.93,-0.9l-0.59,-1.69l-0.97,-0.39l-0.91,-1.45l-2.52,-1.19l-1.28,-2.57l-1.04,-0.81l0.41,-0.8l2.49,-0.34l0.91,-0.6l1.31,0.19l0.82,-0.39l0.25,-0.57l-0.78,-1.52l0.71,-1.33l0.02,-0.66l-0.45,-0.55l-2.83,-0.73l-2.18,-1.58l-1.33,0.6l-1.31,-0.25l0.0,-2.11l0.43,0.93l0.6,0.15l0.88,-1.02l1.95,-0.62l1.34,-2.77l8.58,0.29l0.57,-0.33l0.16,-0.55l-0.47,-0.95l-2.41,-2.3l-0.79,-0.41l-1.03,-0.04l0.16,-2.85l-0.51,-1.31l-1.39,-0.46l-1.37,0.64l-2.26,-1.46l-1.22,-2.32l-0.19,-2.14l-0.79,-0.77l-0.57,-1.24l-1.11,-1.03l0.06,-2.11l-0.66,-1.12l-1.11,-0.96l0.19,-1.5l-0.52,-0.38l-0.62,0.03Z", "name": "Bihar"}, "IN-PY": {"path": "M432.94,621.28l0.12,-0.11l0.06,0.17l-0.03,-0.0l-0.16,-0.05ZM434.43,621.71l0.34,-0.0l0.03,0.12l-0.21,-0.03l-0.16,-0.08ZM355.48,770.41l0.24,-0.33l0.83,0.78l1.19,-0.08l-0.49,1.07l1.07,0.9l0.61,-0.12l1.09,-0.94l-0.97,2.81l-1.98,-0.18l-0.66,-0.53l0.23,-1.51l-1.16,-1.87ZM356.86,803.07l0.79,-0.26l-0.03,-0.93l0.92,0.32l0.8,-0.45l0.68,0.07l0.07,4.51l-0.78,-0.6l0.25,-0.69l-0.28,-0.5l-2.69,-0.99l0.29,-0.48ZM218.44,768.85l0.02,-2.05l1.16,0.12l1.63,-1.29l0.73,0.2l-0.37,0.3l-0.72,-0.09l-0.44,0.41l-0.27,1.66l-1.25,1.09l-0.5,-0.37Z", "name": "Puducherry"}, "IN-DD": {"path": "M144.48,504.35l0.06,-0.81l0.49,-1.24l0.48,0.6l0.06,1.15l-1.09,0.3Z", "name": "Daman and Diu"}, "IN-DN": {"path": "M146.62,508.98l1.49,0.02l0.64,-1.32l0.96,0.1l1.81,-1.3l0.0,1.2l1.42,0.47l-2.51,1.64l-0.2,0.71l0.26,1.36l0.63,0.79l1.15,0.12l0.71,-0.32l0.3,-1.06l1.1,0.26l-0.01,2.67l-0.38,1.21l-1.24,-0.9l-1.12,0.47l-0.96,-0.54l-0.98,0.61l-1.35,-2.56l-0.26,-1.86l-1.39,-1.3l-0.07,-0.48Z", "name": "Dadra and Nagar Haveli"}, "IN-DL": {"path": "M269.18,237.92l-1.09,-1.45l1.02,-1.35l1.39,-0.53l0.24,-1.0l0.78,-0.87l-0.35,-3.41l0.21,-0.9l1.59,-0.79l1.2,-0.05l0.91,-0.88l2.3,0.67l1.4,-0.39l0.27,0.61l-0.2,0.97l0.58,1.16l2.51,2.23l0.25,0.66l0.62,2.22l-0.95,1.04l-0.26,0.81l0.7,1.44l-2.32,0.75l-0.66,0.79l0.48,1.01l-0.98,0.25l-2.63,-1.33l-0.89,-1.75l-2.19,-1.1l-0.66,0.01l-0.48,0.79l-2.76,0.39Z", "name": "Delhi"}, "IN-NL": {"path": "M779.92,344.86l0.24,-2.48l-0.5,-1.53l-1.51,-1.38l-1.72,-2.41l5.61,-4.5l1.79,-2.48l3.84,-3.32l0.18,-0.6l-0.86,-1.43l1.99,-1.01l0.92,0.2l0.22,1.55l-1.05,1.7l0.18,0.61l0.39,0.2l3.95,-0.86l1.52,-1.07l1.37,-2.13l-0.58,-1.75l0.0,-0.99l1.01,-1.64l0.11,-3.4l2.88,-3.87l2.12,-1.95l0.79,-3.49l2.04,-2.58l0.89,2.11l0.8,0.16l0.76,-0.33l1.67,-1.57l0.74,-1.09l0.25,-1.63l1.49,-1.74l1.12,-0.19l0.86,-0.7l1.24,0.02l2.52,-1.07l3.03,-1.88l1.13,-0.97l1.92,-2.9l1.52,-1.46l1.31,0.78l1.78,-0.04l4.5,-2.81l1.45,1.13l0.13,1.9l-0.88,1.28l-0.18,0.95l0.32,0.93l0.81,0.73l-0.26,2.06l0.63,1.74l-1.12,0.02l-0.96,1.1l-1.61,0.79l-0.48,2.09l-2.17,2.74l0.78,2.22l-0.69,2.6l0.11,2.79l0.48,1.15l0.9,0.47l-0.42,0.83l0.3,2.22l0.56,0.6l1.14,0.39l0.23,0.64l-2.48,2.95l-2.14,1.25l-0.24,1.45l0.63,3.47l-0.08,1.03l-1.42,0.62l-3.3,4.31l-0.08,0.67l-0.92,0.26l-1.66,2.11l-2.18,0.49l-1.29,0.92l-0.79,-0.14l-2.19,-1.69l1.06,-3.49l0.1,-2.14l-0.72,-0.37l-2.49,2.12l-1.72,0.98l-1.48,1.73l-1.75,0.89l-3.83,0.5l-1.34,-0.81l-1.99,0.08l-1.96,-1.16l-6.95,0.35l-1.1,0.4l-0.54,1.41l0.25,0.38l1.19,0.4l0.13,0.77l-3.93,3.81l-0.97,2.24l-1.16,1.64l-1.08,-1.27l-1.34,-0.42l-1.8,-1.16Z", "name": "Nagaland"}, "IN-WB": {"path": "M545.45,405.85l-0.5,-0.98l0.56,-0.42l5.08,-0.89l0.31,-0.72l-0.47,-1.55l0.74,-0.53l1.67,0.87l0.84,0.07l-0.32,2.17l0.35,0.57l1.81,0.66l1.35,0.95l1.69,-0.33l1.95,-1.65l0.58,-2.23l1.76,-1.44l7.16,-2.58l3.6,-0.58l1.37,-0.52l0.56,-0.8l0.21,-1.04l-0.38,-1.28l0.13,-0.59l1.64,-2.23l2.89,1.56l1.05,0.13l2.02,1.46l1.68,0.42l1.24,-0.23l0.42,-0.94l-0.98,-1.3l1.48,0.29l0.47,0.6l0.77,0.13l0.6,-0.83l0.08,-1.2l0.67,-0.26l0.38,-0.66l-0.04,-1.15l-1.61,-2.24l1.91,-0.48l0.42,1.44l0.56,0.34l1.97,-0.7l1.91,0.1l1.22,-1.17l-0.03,-2.65l0.4,-0.06l1.12,0.83l0.64,-0.01l0.71,-0.96l0.29,-1.21l1.52,0.03l0.69,-0.57l0.01,-0.7l-0.45,-0.74l-0.74,-0.19l-0.01,-0.67l2.93,-1.81l1.74,-3.39l0.04,-1.52l0.75,-1.33l-0.41,-1.07l0.04,-1.25l-0.42,-0.42l1.37,0.59l1.07,-0.12l0.94,-0.6l0.46,-0.93l-0.2,-0.47l-0.58,-0.24l0.58,-0.51l0.08,-0.51l-0.69,-2.04l-0.63,-1.08l-1.12,-0.31l-0.14,-0.29l0.68,0.28l0.62,-0.34l0.26,-2.07l0.61,-1.34l-0.14,-1.71l-1.05,-3.44l-2.07,-1.79l-0.21,-1.92l0.46,-1.62l0.97,-1.02l0.74,-1.55l-0.87,-2.23l-0.57,-0.72l-0.74,-0.08l-0.57,-0.84l0.56,-0.79l2.33,-1.03l0.96,-1.0l2.16,-0.97l1.4,1.03l1.9,0.33l0.47,-0.45l-0.11,-1.05l-0.63,-0.84l0.41,-2.35l-0.5,-2.1l-1.25,-1.16l-1.89,-0.81l-1.11,-1.14l-1.2,-2.32l-1.92,-1.09l-0.39,-1.0l0.85,-0.61l0.64,-2.73l2.92,-2.46l1.08,-1.34l1.42,-0.41l1.96,-1.39l2.66,-2.74l1.56,-0.7l1.28,-1.06l1.18,-0.21l0.32,-0.73l-0.46,-1.15l-1.07,-0.55l0.79,-0.66l-0.12,-0.71l-1.34,-1.38l-1.14,-0.68l0.23,-1.51l-0.57,-0.35l-2.11,0.6l-0.78,-0.16l2.21,-5.06l0.16,-2.07l-0.51,-3.36l-1.72,-3.31l-1.28,-1.98l-1.44,-0.95l-1.12,-1.75l0.87,-4.21l1.51,1.11l0.39,1.54l0.74,0.73l4.09,0.21l3.92,1.74l2.29,-0.56l2.85,-2.48l2.71,0.28l1.59,-0.16l0.79,0.57l1.28,0.26l2.69,1.54l0.46,1.37l0.19,3.46l0.29,0.34l1.63,-1.15l0.76,1.97l0.84,0.27l1.26,-0.33l0.64,0.28l1.07,0.92l0.7,1.54l0.63,0.6l3.73,0.29l1.04,-0.28l0.94,-0.75l1.87,-0.3l3.01,1.82l2.09,-0.18l2.3,0.6l0.6,0.46l-0.29,1.59l0.63,0.37l2.22,-0.41l1.68,0.7l2.49,0.24l0.75,-0.98l0.75,2.6l0.28,3.28l-0.9,2.05l-0.46,2.89l-0.88,0.81l0.31,0.9l-1.25,0.59l-0.72,1.5l-0.86,0.56l0.04,1.22l-1.55,0.49l-0.18,-0.8l-0.86,-0.37l-1.27,0.64l-0.02,1.22l-0.94,0.39l-0.42,1.08l0.57,0.68l-0.48,0.58l0.23,0.75l1.09,0.15l-1.54,1.52l-0.38,1.81l-1.38,-1.31l-2.29,0.18l-0.73,-0.75l-1.31,0.6l-0.84,-0.27l-1.33,-1.22l-1.01,-0.45l-0.8,-1.36l-2.47,-1.14l-0.46,-0.78l-0.28,-2.06l-1.01,-1.97l-0.01,-0.39l0.84,-0.04l0.09,-1.08l-1.36,-0.64l-0.24,-0.96l-1.33,-0.55l-1.96,-1.58l-0.57,-0.06l-0.99,0.67l-0.74,1.31l-0.01,0.73l0.75,0.92l1.61,0.68l0.49,1.17l0.62,0.23l0.34,0.57l0.65,0.14l-0.29,0.34l-1.18,0.29l-0.68,-0.22l-1.29,-1.25l-1.04,-0.25l-0.91,0.46l-0.72,1.18l-0.91,-1.51l-1.33,-0.61l-1.97,0.6l0.81,-0.62l0.24,-1.27l-1.29,-0.96l-0.66,-1.82l-1.2,-0.43l-0.74,-1.07l-1.95,-0.46l-2.01,-1.77l-1.53,-0.53l-0.33,-2.09l-0.46,-0.49l-0.9,0.45l-0.68,1.2l-1.21,3.24l0.06,0.87l0.87,0.76l0.58,-0.35l0.14,-0.78l2.98,0.87l0.96,2.56l-1.84,-0.15l-3.0,2.73l-0.3,2.13l-3.15,1.09l-1.89,1.47l-0.78,1.93l0.51,1.07l-0.12,0.57l-0.79,0.64l-1.63,3.72l0.4,2.48l1.35,2.12l1.02,0.06l2.3,-0.88l0.79,0.4l1.81,2.04l2.96,2.25l0.25,2.15l1.56,0.98l1.71,2.04l2.13,0.28l2.25,1.05l0.73,-0.2l0.76,-0.76l1.66,-0.37l1.12,1.2l-0.48,1.96l1.4,2.3l1.33,0.44l0.8,0.66l2.14,0.08l-0.15,0.49l-1.45,1.22l-0.04,1.1l-0.32,0.07l-0.24,0.62l-2.61,-0.88l-0.47,0.18l-0.58,0.98l-1.64,-0.16l-2.86,-0.85l-1.23,-0.01l-1.12,0.71l-2.46,-0.78l-1.5,0.37l-0.35,0.76l-0.17,3.89l-0.99,1.68l-0.5,1.66l-1.59,2.27l-1.78,-0.3l-0.37,-1.1l-1.21,-1.04l-1.33,0.16l-1.59,0.83l-0.21,0.5l0.78,2.11l-0.83,1.08l-0.67,0.34l-0.28,1.04l-0.9,0.53l-0.14,1.33l-0.83,2.23l0.28,0.45l0.9,0.3l0.73,1.05l0.07,1.91l1.05,1.48l0.84,0.18l8.01,4.07l2.42,1.81l5.01,0.7l1.0,-1.38l1.17,0.59l0.6,0.78l0.3,2.04l-0.42,0.68l-1.42,0.76l-0.3,0.7l-0.09,2.48l0.81,1.21l0.65,0.38l-0.58,0.9l0.35,2.32l-1.67,1.6l-1.68,0.07l-0.85,0.66l-0.02,1.23l-0.76,1.49l0.25,1.1l-0.6,3.39l0.72,0.51l-0.1,0.68l0.41,0.56l1.25,0.21l1.1,1.66l1.75,1.33l0.39,0.76l0.88,0.04l0.61,-0.71l-1.51,4.2l-1.03,1.81l-0.01,0.88l0.44,0.92l2.58,1.08l1.56,-0.51l3.8,1.0l-2.85,2.89l-0.46,0.98l-0.39,3.23l1.78,3.39l1.51,0.97l-0.23,1.76l-0.92,1.57l1.48,4.98l-0.13,0.51l-0.56,0.36l0.08,0.71l1.11,0.51l0.92,3.0l-0.39,1.34l0.91,2.85l-0.27,0.58l1.66,2.45l0.42,1.62l-1.03,0.69l-0.22,1.48l0.63,1.91l0.14,2.67l-1.18,0.15l-0.44,0.52l-1.34,-0.77l-0.36,-1.32l-0.38,-0.28l-0.81,0.22l-0.3,0.82l0.64,1.51l2.25,1.42l0.54,0.87l0.86,3.85l1.27,1.9l-0.01,1.43l-0.48,0.14l-0.33,-0.52l-0.69,-0.07l-0.64,0.78l-1.89,-1.22l-1.24,-0.27l-0.7,-3.49l-0.61,-0.28l-0.4,0.34l-0.62,2.07l0.63,2.03l-0.94,0.29l0.5,-1.05l-0.26,-0.97l-0.39,-0.27l-1.42,1.86l0.48,2.23l-0.61,0.28l-1.15,-0.41l0.33,-1.07l-1.1,-2.67l0.57,-3.6l-0.26,-0.99l0.59,-1.77l0.2,-2.12l1.06,-1.02l0.23,-0.74l-0.27,-0.9l-1.35,-1.0l1.61,-2.01l-1.14,-0.17l-1.44,1.2l-0.31,1.39l1.07,0.87l-0.15,0.5l-0.98,2.08l-1.2,-0.05l0.8,-2.06l-0.43,-2.86l1.34,-2.58l-0.1,-0.63l-0.99,-0.36l-1.64,3.33l0.18,2.1l-0.71,1.31l-0.13,2.49l-0.97,2.58l-0.07,2.69l0.46,0.46l1.46,-0.37l0.16,0.55l-0.31,1.14l-0.55,-0.13l-0.4,0.44l0.23,2.14l-0.66,0.46l-0.07,1.76l-0.47,-0.41l-0.69,0.01l-0.11,1.32l-0.51,-0.09l0.07,-1.06l0.6,-0.74l0.46,-2.03l-0.73,-2.54l0.85,-1.8l-0.11,-1.1l-0.98,-1.56l0.53,-1.9l-0.75,-0.79l-0.46,-0.03l-0.08,0.85l-0.75,1.52l0.64,2.32l-0.63,0.42l-0.66,1.98l0.48,3.04l-0.28,0.49l-1.35,0.68l-0.22,-1.85l0.28,-0.81l-0.46,-0.52l-1.07,0.39l-0.38,-0.84l-0.84,0.2l-0.44,-2.18l-0.57,-0.66l-0.63,-0.16l-0.42,0.44l0.08,0.75l1.01,3.85l-0.42,1.45l0.66,1.05l-0.95,0.35l-0.35,-1.27l-0.51,-0.52l-0.6,0.03l-0.58,-1.49l0.87,-2.47l-0.23,-0.94l0.2,-0.63l-1.67,-3.15l-0.24,-2.24l0.24,-0.83l2.02,-2.79l-0.71,-3.23l-3.61,-1.75l-0.09,-0.54l-0.61,-0.27l-0.84,0.43l-0.77,-0.39l-1.03,-1.26l-0.97,-4.14l-0.49,-0.54l-0.92,-0.13l-0.41,0.6l0.54,0.86l0.74,3.83l0.6,1.16l1.56,1.46l3.72,0.8l0.73,0.61l0.32,1.05l-0.22,0.69l-1.51,1.64l-2.08,0.56l0.04,1.33l-2.0,4.07l-2.48,1.79l-1.01,1.44l-4.96,3.02l-2.47,0.14l-4.13,1.11l-1.25,-2.09l0.04,-2.21l-0.26,-0.62l-0.76,-0.57l-4.7,-1.12l-0.64,-1.11l-0.35,-2.0l-0.83,-1.17l-2.44,-0.78l-2.21,2.36l-0.3,-0.07l-0.94,-1.35l0.28,-2.14l-0.68,-1.6l-1.45,-1.03l-1.64,-0.67l-1.74,-0.15l-2.08,-1.48l-1.77,-0.61l-0.33,-0.57l0.32,-0.22l0.61,-0.36l1.19,0.03l0.28,-1.32l2.26,-0.3l0.3,-0.79l-1.52,-1.54l-0.47,-2.23l-2.14,-1.64l-0.14,-0.58l0.98,0.03l0.45,-0.53l-0.69,-1.9l-1.33,-1.0l-2.63,-0.5l-0.79,-2.5l-1.98,-1.62l-0.94,-0.49l-1.31,-0.05l-1.46,-1.14l0.13,-2.51l0.41,-1.21l-0.13,-0.83l0.77,-0.68l1.92,-0.56l0.18,-0.83l-1.95,-0.64l-4.23,-0.15l-1.7,-0.37l-1.31,-0.0l-1.19,0.45l-5.28,-5.12l-1.99,-0.54l-1.51,0.49l-0.33,-1.19l-1.25,-1.57l0.38,-1.25l1.12,-1.59l0.49,-2.12l-0.57,-0.72l-1.16,-0.03ZM621.37,462.65l0.62,0.85l-0.48,1.24l-0.1,-0.46l-0.03,-1.63ZM639.28,467.29l-1.47,0.01l-0.03,-1.73l1.33,0.75l0.17,0.97ZM630.2,458.45l-0.18,-0.62l0.39,-0.95l1.22,-1.6l0.22,0.26l-0.7,3.21l-0.96,-0.3ZM615.62,464.13l-1.95,-0.31l-0.34,-0.61l1.43,-4.38l1.08,-1.59l0.53,2.85l-0.1,1.69l-0.79,0.55l-0.14,0.48l0.28,1.31ZM614.23,456.85l0.15,-1.15l0.64,-1.08l0.26,0.49l-0.18,0.81l-0.87,0.92Z", "name": "West Bengal"}, "IN-HR": {"path": "M197.67,196.54l-1.92,0.66l-0.68,-0.19l-0.12,-0.33l0.58,-1.74l1.54,-0.71l0.56,-0.71l0.04,-0.87l-1.03,-1.19l0.03,-0.46l3.74,1.02l2.05,-1.87l3.05,-0.56l0.68,0.68l2.25,0.52l0.65,1.26l1.95,1.36l2.44,-0.58l0.57,-1.17l-0.41,1.39l0.24,1.61l1.61,1.38l0.49,-0.02l0.38,-1.05l0.49,-0.25l0.24,0.89l0.89,1.26l-0.77,0.21l-0.05,1.32l-0.89,0.47l-0.18,0.49l2.26,4.51l0.68,0.02l1.72,-0.75l-0.08,-1.9l0.4,-0.66l1.05,-0.42l0.07,-0.72l1.15,-1.12l1.84,-2.76l4.54,1.48l1.87,-0.35l1.18,0.2l0.81,-0.43l0.25,-1.03l1.84,-0.6l1.45,0.72l0.68,1.43l0.66,0.57l2.19,0.36l1.5,-0.6l1.29,-0.08l1.38,-1.54l2.31,-0.92l2.19,-1.64l-0.08,-0.61l-0.99,-0.75l-0.42,-1.25l0.77,-2.4l0.6,-0.91l-0.16,-0.9l0.93,-0.28l0.17,-0.47l-1.41,-0.86l0.04,-0.31l1.21,0.8l1.17,0.28l1.1,-0.22l0.28,-0.67l0.98,0.56l0.49,-0.29l0.43,-0.88l0.03,-1.16l0.63,1.85l0.67,0.93l1.52,0.62l1.31,-0.04l3.08,-2.2l0.45,-2.11l-1.11,-0.83l-0.74,-1.06l1.96,-0.97l2.75,-2.1l0.15,-0.69l-0.67,-0.42l0.18,-0.95l0.62,-0.28l0.94,0.26l1.29,-0.13l1.11,2.15l0.94,0.05l0.48,-0.5l0.29,-1.07l-0.34,-3.0l0.44,-1.02l-0.52,-1.05l0.23,-1.9l-0.5,-1.28l-0.77,-0.38l-0.31,-1.22l-0.78,-0.13l0.06,-1.77l-0.44,-1.16l0.68,-1.4l0.01,-0.71l-0.29,-0.49l-0.85,-0.37l-0.78,-1.44l0.75,-0.5l0.96,1.15l1.8,0.0l0.72,0.82l0.49,1.43l1.37,0.91l0.34,0.94l3.46,1.85l0.71,0.88l0.16,2.59l-0.5,1.22l0.09,0.78l2.08,1.94l0.25,0.78l0.44,0.23l0.93,-0.4l1.76,0.9l1.62,0.31l0.93,0.77l1.26,-0.33l0.59,0.71l2.07,-0.23l2.03,1.34l-0.49,3.0l-4.77,4.22l-0.4,1.32l-2.42,1.67l-0.2,0.66l-0.96,0.19l-0.26,0.72l-1.47,1.42l-0.66,1.71l-0.89,4.15l-0.47,0.9l-0.85,0.28l0.03,1.48l-0.81,0.56l-0.03,0.91l-0.63,0.62l-0.17,1.53l0.38,1.01l-0.82,0.38l-0.38,0.67l0.4,1.11l-0.1,1.06l0.71,0.51l0.71,-0.06l-1.49,1.77l0.33,0.56l2.21,0.16l-0.49,1.16l0.06,1.19l0.44,0.83l-0.56,1.13l0.32,4.99l-0.22,0.57l1.83,3.91l-0.49,0.52l-0.07,0.59l1.38,1.81l-0.48,0.8l-1.19,0.43l-2.62,-0.68l-1.12,0.96l-1.76,0.23l-1.23,0.79l-0.42,1.42l0.38,3.16l-0.71,0.77l-0.21,0.93l-1.26,0.39l-1.28,1.97l1.21,2.02l0.49,0.29l3.29,-0.53l0.51,-0.79l1.96,0.95l0.92,1.77l2.96,1.49l1.17,-0.15l0.67,-0.44l0.11,-0.6l-0.47,-0.68l0.36,-0.34l2.21,-0.63l1.36,1.03l-0.01,0.77l0.51,0.3l0.72,-0.35l0.65,1.19l0.96,-0.1l-0.04,0.82l0.65,0.59l-0.7,2.07l0.67,0.83l0.27,1.32l1.0,0.34l-0.17,0.55l-0.64,0.25l-0.17,0.47l0.74,0.72l-0.77,0.85l0.01,1.32l-0.24,-0.15l-0.61,0.36l0.19,1.33l-0.23,0.73l0.1,0.41l1.03,0.81l0.7,1.8l-0.54,0.3l-1.08,1.73l-1.24,-0.14l-1.14,1.02l-2.4,0.84l-0.96,0.82l-1.05,0.03l-0.37,0.47l-0.86,-0.73l-0.59,0.56l-0.3,-0.44l-0.52,-0.11l-0.85,0.76l-1.92,-0.54l-0.95,0.12l-0.53,1.25l0.42,0.62l0.78,0.36l-1.77,0.36l-1.03,1.64l-1.71,0.27l-0.23,-0.17l0.72,-0.3l0.15,-0.38l-0.57,-0.95l0.43,-2.47l0.88,-1.72l-0.19,-3.96l-0.52,-2.28l0.64,-2.88l-0.31,-0.93l-2.2,-2.22l-0.95,-0.48l-1.46,0.62l-1.38,1.94l-3.45,2.5l-0.25,0.95l0.49,1.35l-1.85,0.43l-0.89,0.93l-0.83,-2.12l-1.96,-0.59l0.71,-0.57l-0.55,-0.72l0.54,-0.08l0.22,-0.4l-0.98,-1.7l-0.96,-0.35l-1.98,0.38l-0.71,-1.02l-1.24,-0.44l-0.56,0.44l-0.0,0.81l1.23,1.18l-0.83,0.3l-0.23,0.52l0.19,0.51l1.05,0.65l-0.19,0.59l-0.5,0.06l-1.74,-1.05l-0.94,0.38l-1.54,-0.12l-0.66,0.79l-0.18,1.38l0.66,2.16l0.02,1.52l0.69,0.96l0.29,1.5l-0.62,0.44l-1.77,-1.38l-3.88,0.2l-0.48,-1.45l-1.14,-0.82l-0.09,-0.38l1.1,-0.25l0.59,-0.56l0.14,-0.71l-0.49,-0.68l0.63,-1.33l1.08,-1.16l0.14,-0.82l-0.76,-0.63l-0.7,0.22l-0.51,0.59l-0.74,-0.62l1.69,-0.98l0.71,-0.94l0.81,0.77l0.71,0.05l0.34,-1.01l-1.72,-2.96l-2.17,-2.79l-2.33,-2.11l-2.17,-0.91l-1.14,0.06l-0.05,-1.25l-2.28,-1.69l-3.18,-4.01l-3.25,-9.33l1.03,-1.13l-0.06,-1.08l-0.44,-0.58l-1.68,-0.7l-1.73,-2.58l0.02,-0.98l-0.52,-1.06l0.81,-0.33l0.22,-0.76l-0.73,-2.06l-0.71,-0.18l-1.11,0.73l0.1,-1.56l-0.26,-0.42l-0.65,-0.14l-1.3,0.6l-0.77,0.84l-0.86,0.08l-1.19,-0.66l-1.07,0.71l-1.9,0.54l-1.12,-1.64l-0.56,-0.19l-1.59,0.27l-1.1,-2.41l-0.82,-0.74l-2.52,-0.92l-0.97,0.26l-1.36,1.06l-1.48,-0.23l-1.78,0.2l-0.51,0.37l-0.23,0.76l-0.28,-0.03l-2.1,-3.33l0.28,-0.41l1.47,-0.13l0.47,-0.84l0.07,-1.62l-1.13,-1.94l0.92,-5.58l-0.73,-0.83l-1.02,0.44ZM259.41,180.33l-0.42,0.53l-0.13,0.09l0.07,-0.25l0.48,-0.37Z", "name": "Haryana"}, "IN-HP": {"path": "M229.45,117.96l1.78,-1.92l0.71,-1.52l-0.42,-0.79l-1.07,0.13l-0.02,-1.36l3.39,-1.15l1.65,-1.71l4.23,-3.05l-0.07,-0.68l-1.73,-2.9l0.38,-1.22l1.73,-1.98l0.07,-1.31l-0.71,-1.74l0.32,-2.08l-1.4,-2.4l-1.75,-1.91l-0.13,-0.95l1.18,-0.43l1.48,0.51l0.94,0.92l0.79,-0.09l4.49,-3.83l4.22,-1.75l0.9,-0.95l0.55,-1.64l2.1,-1.4l1.27,-0.58l3.51,-0.66l0.95,-0.52l2.35,1.47l3.95,-0.18l5.58,5.42l4.66,2.96l1.53,0.84l6.68,2.06l0.97,-0.1l0.54,-0.69l2.55,-0.39l2.39,-0.78l1.97,-1.57l2.83,-1.51l4.08,4.65l1.07,2.36l1.06,1.32l0.31,2.34l2.3,3.1l1.48,0.01l1.99,-1.8l2.17,-0.84l2.03,-0.16l0.85,-0.83l1.36,-0.66l0.22,-1.01l0.92,0.01l0.38,1.9l-0.26,1.58l-2.3,2.04l-0.82,2.5l0.0,1.13l0.76,0.84l0.89,0.12l1.87,-1.75l1.92,3.19l-0.51,1.13l0.86,3.58l-0.14,1.8l1.83,1.02l4.14,5.78l2.59,1.76l0.19,0.99l-0.67,1.45l-0.59,2.7l-0.94,1.85l0.75,1.03l-0.01,1.01l0.96,1.57l1.22,0.41l1.58,1.69l-3.62,3.17l0.06,1.16l1.86,1.29l-0.72,3.51l0.1,0.8l0.49,0.69l1.22,0.56l2.79,-0.26l1.58,1.74l1.69,2.52l0.03,0.64l-1.52,0.33l-1.82,-0.11l-0.93,-0.71l-1.48,-2.18l-4.35,-0.29l-1.49,-0.5l-3.2,0.35l-2.0,-1.63l-0.97,-0.01l-1.04,-0.74l-1.82,-0.16l-1.0,0.16l-1.58,1.0l-1.51,0.46l-4.45,2.55l-3.03,-0.02l-4.59,4.61l0.1,1.68l-1.55,0.35l-0.07,0.87l1.2,1.32l0.08,0.92l-0.09,0.37l-0.57,-0.32l-0.55,0.2l-1.49,3.28l0.05,1.22l0.89,0.92l0.27,1.62l0.79,1.6l-0.76,0.85l-0.03,0.51l0.97,1.5l1.17,0.3l-0.02,0.5l-4.31,2.33l-2.78,0.6l-0.54,1.0l-1.24,-0.9l-1.78,0.25l0.35,-0.76l-0.47,-0.5l-2.06,0.86l-0.62,-0.66l-1.76,-0.37l-1.86,-0.95l-0.96,0.35l-0.19,-0.67l-1.61,-1.27l-0.4,-0.67l0.53,-1.47l0.06,-1.86l-0.36,-1.18l-0.9,-1.08l-3.39,-1.8l-0.27,-0.87l-1.32,-0.83l-0.45,-1.35l-0.95,-1.09l-1.97,-0.09l-1.17,-1.21l-1.44,0.74l-4.03,-3.4l-0.52,-1.32l0.49,-1.87l-0.67,-0.63l0.08,-1.55l0.76,-1.11l-0.03,-0.41l-0.37,-0.37l-0.92,-0.05l-0.01,-0.8l-0.54,-0.83l-0.54,-0.15l-0.51,0.57l-0.55,-0.83l-1.05,0.02l-0.81,-0.71l-0.55,0.31l-2.49,-4.37l-1.8,0.74l-0.04,1.86l-0.67,0.19l-0.54,1.21l-0.85,-0.29l-1.23,0.33l-0.44,-0.26l-0.89,-1.09l-2.37,-7.15l-4.5,-8.19l0.07,-0.38l1.15,-0.14l0.15,-0.7l-2.74,-4.52l-5.6,-2.94l-3.59,-0.7Z", "name": "Himachal Pradesh"}, "IN-AS": {"path": "M663.07,316.48l0.01,-0.33l2.23,-0.81l0.27,-0.58l-0.2,-0.73l0.78,-0.56l0.58,-1.33l1.61,-0.9l-0.43,-0.98l0.82,-0.66l0.51,-3.03l0.94,-2.19l-0.3,-3.5l-0.71,-2.22l1.37,0.07l6.69,-1.16l1.04,-0.91l0.73,-1.87l0.84,-0.52l2.26,-0.19l1.89,-1.28l0.86,0.13l2.83,1.94l3.6,1.77l4.05,0.43l8.94,-0.5l1.75,-0.74l0.81,-0.01l3.25,0.08l2.45,0.93l1.24,-0.17l1.11,-0.58l1.4,-2.16l0.7,-0.32l1.42,0.14l0.88,1.73l0.8,0.57l2.17,-0.43l1.87,0.42l1.57,-0.18l3.68,-1.8l0.91,1.59l0.76,0.22l0.63,-0.55l-0.09,-1.07l0.42,-0.45l-0.02,-0.62l1.9,1.21l2.1,-0.24l1.36,-1.2l0.28,-0.99l3.65,0.29l3.76,-0.78l8.62,-2.47l2.73,-1.83l3.43,0.48l3.48,1.5l0.3,0.71l0.71,0.55l1.88,0.49l10.99,-1.18l1.14,0.32l1.27,0.98l0.87,0.01l1.48,-0.64l3.25,-0.5l1.99,-0.77l4.25,-3.13l0.32,-0.77l-0.24,-1.72l0.51,-0.89l4.15,-4.24l8.09,-6.65l0.47,-1.11l-1.32,-1.97l0.7,-0.82l1.01,1.03l2.02,0.77l3.03,-0.68l1.08,0.66l1.54,-0.32l4.22,-2.16l4.21,-1.1l4.59,-2.26l9.18,-3.21l1.71,-0.97l1.72,0.75l1.48,0.08l4.22,-1.06l4.0,-2.54l1.27,-0.38l7.37,-0.1l-2.08,3.62l-3.49,4.12l-0.39,1.22l0.72,3.03l2.67,2.25l0.25,1.82l-0.48,1.35l0.33,0.7l-0.05,1.3l0.79,0.26l1.3,-1.47l0.92,-0.12l0.74,0.97l-0.03,1.23l-1.02,0.66l-0.4,0.89l-1.02,0.43l-0.42,0.76l-0.96,-0.32l-2.26,0.04l-4.83,1.83l-2.47,-1.34l-1.74,0.34l-0.89,0.84l-0.76,2.13l-1.08,1.05l-2.06,0.87l-2.93,2.18l-2.33,0.23l-1.17,1.42l-3.92,2.33l-1.33,0.03l-1.25,-0.77l-0.62,0.03l-1.42,1.26l-2.28,3.32l-0.98,0.83l-2.89,1.8l-2.43,1.03l-1.31,-0.0l-0.86,0.71l-1.1,0.15l-1.9,2.12l-0.28,1.68l-0.66,0.97l-1.47,1.38l-0.68,0.17l-0.59,-1.92l-0.66,-0.39l-0.54,0.12l-2.29,2.96l-0.75,3.42l-2.08,1.89l-2.98,4.02l-0.17,3.6l-1.03,1.73l0.01,1.2l0.57,1.47l-1.16,1.72l-1.19,0.85l-3.43,0.81l1.09,-1.91l-0.08,-1.11l-0.43,-0.8l-1.57,-0.43l-2.36,1.15l-0.41,1.0l0.9,1.2l-3.78,3.26l-1.75,2.44l-5.74,4.65l0.02,1.06l1.74,2.27l1.43,1.25l0.42,1.24l-0.09,1.81l-1.83,2.72l-2.5,5.47l-0.88,0.27l-0.67,0.79l-0.14,1.08l0.51,1.11l-1.1,0.82l0.37,1.06l-1.35,2.11l-0.19,0.93l-1.4,-0.34l-0.76,0.41l-0.42,0.68l-0.98,3.15l0.15,0.92l0.37,0.32l-0.7,1.62l0.54,1.23l-1.03,0.63l-0.78,4.46l-0.49,0.04l-0.71,1.05l-1.92,-0.33l-2.5,0.78l-1.72,-3.21l-0.61,-0.53l-0.52,-0.02l-0.53,0.59l-1.18,3.26l-2.61,2.91l0.05,1.31l-0.98,0.5l-3.21,2.95l-0.74,-0.22l-0.53,-0.84l-0.23,-0.86l0.42,-1.1l-0.34,-0.48l-4.04,-0.06l-1.99,-0.48l0.99,-2.26l0.18,-1.77l-0.74,-1.72l-0.3,-1.98l-2.13,-1.46l0.78,-3.19l1.58,-4.31l0.04,-1.65l-0.52,-1.57l0.67,-0.52l0.99,0.32l2.9,1.82l3.14,-0.9l0.81,-1.3l-0.35,-1.35l-0.87,-0.64l-0.1,-0.43l-1.9,-1.24l3.56,-3.27l1.3,-0.42l0.35,-0.75l2.67,-0.27l0.89,-0.99l3.76,-1.27l0.46,-0.64l-0.78,-1.58l0.37,-1.38l-0.38,-1.05l-2.72,-2.53l-2.06,-0.78l-0.47,-0.7l-0.81,-0.43l1.34,-1.1l1.33,-1.73l0.23,-0.63l-0.27,-0.67l-1.06,-0.16l-1.61,0.87l-3.56,-3.68l-2.01,-1.75l-1.09,-0.46l-2.26,1.22l-2.7,0.45l-1.34,0.75l0.18,-1.73l-0.23,-1.9l1.48,-3.54l-0.29,-0.86l-0.88,-0.3l-0.05,-0.67l2.62,-2.44l0.29,-0.89l-0.27,-0.45l-3.49,-0.3l-3.33,1.02l-1.08,-0.05l-2.93,0.66l-0.79,-0.14l-2.03,-1.5l-0.88,0.03l-1.87,1.45l-1.06,2.67l-1.17,1.02l-0.79,-0.11l0.48,-1.79l-0.31,-1.05l-0.62,-0.43l-1.23,-0.02l-3.89,4.8l0.26,0.86l-1.79,0.13l-1.8,0.55l-1.04,0.78l-1.85,2.29l-1.11,0.57l-0.36,-0.65l-0.11,-3.58l-0.9,-0.34l-2.65,0.99l-0.98,-0.4l-0.72,0.37l0.17,-1.18l-0.25,-0.83l-1.14,-0.53l-0.7,-0.86l-3.36,-0.26l-1.72,0.28l-0.87,0.55l-0.12,-0.83l-0.79,-0.34l-3.3,0.94l-0.24,-0.8l-0.65,-0.4l-0.61,0.19l-1.3,1.31l0.29,-0.71l-0.11,-0.76l-1.17,-0.96l-1.09,-0.45l-2.78,-0.18l-0.9,0.14l-1.44,0.94l-5.77,0.82l-3.11,2.52l-1.92,2.43l-0.44,1.79l-0.72,1.25l0.16,2.24l1.61,1.92l-0.05,0.49l-0.77,0.48l-2.0,0.28l-0.42,0.72l-0.22,2.1l-1.52,0.65l0.59,-5.87l-1.02,-2.98l-0.55,-2.85l0.1,-0.67l1.34,-2.33l0.13,-0.78l-0.68,-0.66l0.5,-0.89l-0.56,-0.92l-0.84,0.15l-0.91,-1.29l-0.12,-1.51l-1.12,-2.31l-0.58,-0.37l-1.15,-0.04Z", "name": "Assam"}, "IN-UT": {"path": "M290.95,175.24l-0.31,-0.45l0.16,-0.23l3.37,-0.85l3.64,-1.92l0.42,-0.6l-0.06,-1.2l-1.32,-0.46l-0.68,-1.08l0.48,-0.37l0.27,-0.91l-0.22,-0.97l-0.63,-0.85l-0.26,-1.61l-0.89,-0.91l-0.01,-0.76l1.22,-2.78l0.89,0.28l0.59,-1.05l-0.14,-1.41l-1.18,-1.28l0.81,0.08l0.67,-0.49l0.3,-0.73l-0.32,-1.05l3.9,-4.07l0.54,-0.28l2.79,0.1l4.5,-2.57l3.73,-1.55l1.69,0.15l0.85,0.68l1.03,0.03l1.2,1.2l0.94,0.46l2.61,-0.37l2.11,0.53l4.18,0.25l1.13,1.91l1.22,0.95l3.16,0.05l1.25,-0.6l0.0,-1.27l-1.82,-2.75l-1.58,-1.74l0.87,-1.39l0.96,0.85l1.0,-0.03l1.1,-3.41l1.16,-0.22l2.08,1.39l0.62,1.44l1.05,0.36l-0.03,1.25l0.74,0.86l0.04,1.22l1.46,0.85l0.54,2.52l0.53,0.57l2.26,0.97l1.08,2.47l2.17,0.27l1.63,2.04l1.6,0.58l1.91,-0.81l3.23,-0.54l3.15,0.76l1.58,2.12l3.25,1.54l1.81,2.14l1.15,0.36l1.78,-0.62l0.99,1.35l0.94,0.56l-0.58,1.06l-0.99,0.19l-0.34,0.48l0.09,0.66l0.95,1.13l0.08,0.47l-0.68,1.46l0.45,0.55l2.1,-0.18l2.17,0.6l5.67,2.86l2.65,0.07l3.78,2.21l1.84,2.43l5.1,1.78l0.86,0.44l0.68,1.13l-2.12,0.8l-0.8,-0.96l-0.55,-0.09l-0.49,0.35l-1.01,1.05l0.22,1.15l-0.44,0.64l-2.27,1.77l-1.2,1.7l-2.2,1.62l-2.18,0.57l-0.85,1.97l-2.18,2.84l-0.56,0.44l-1.9,0.52l-0.92,0.77l-0.45,0.93l-0.04,1.03l0.96,3.25l-1.75,1.83l-0.16,1.01l-1.64,1.45l-0.25,0.68l-1.2,0.53l-0.28,0.84l1.3,3.62l0.76,0.26l-0.56,2.85l-0.47,-0.21l-0.86,0.34l-0.15,0.75l0.5,1.37l-0.14,0.51l-1.7,0.08l-1.15,0.63l-0.63,1.38l-0.35,2.99l-1.44,0.97l-0.65,1.28l0.08,2.75l1.04,0.9l-1.16,1.58l-1.43,0.55l-0.87,-0.37l-0.04,-1.04l-0.44,-0.24l-0.79,0.2l0.08,-0.94l-0.38,-0.4l-1.62,0.37l0.3,-1.52l-1.13,-0.87l-2.18,-0.29l-0.6,0.22l-0.26,0.74l-0.54,0.19l-1.94,-0.41l-1.16,0.47l-0.67,-0.89l-1.55,-0.1l-2.32,0.86l-0.71,-2.13l-1.46,-1.68l-2.4,-0.13l-3.8,-2.61l-0.66,-0.74l-0.55,-1.37l-2.39,-1.3l-0.84,-0.11l-3.42,1.35l-0.4,-1.87l-1.03,-1.41l-4.38,-2.28l0.11,-0.62l0.69,-0.26l1.19,0.27l0.76,-1.03l0.69,0.21l0.69,-0.27l1.77,-1.76l0.03,-1.29l-3.55,-1.07l-4.97,-2.81l-1.61,-1.38l-2.29,-3.67l-1.11,-1.1l-3.59,-1.79l-2.29,-3.9l-2.23,-2.17l-1.68,0.04l-0.85,1.12l0.16,1.82l1.13,4.27l-0.23,1.21l-0.92,0.93l-1.27,0.59l-0.53,-0.16l-3.81,-2.16l-3.95,2.04l-1.26,-2.37l-1.0,-3.95l-0.15,-3.69l1.35,-2.08l1.34,-3.04l3.16,-2.75l0.2,-1.02l-0.65,-0.63l-5.42,-2.71l-2.87,-2.4l-1.41,-0.26l-0.93,0.49Z", "name": "Uttaranchal"}, "IN-JH": {"path": "M485.62,401.35l-2.2,-0.83l-1.66,0.13l-0.64,-0.47l-0.92,-2.18l0.46,-1.96l-0.75,-2.15l-5.31,-5.13l-0.45,-1.24l-0.28,-2.67l-2.23,-1.57l-3.11,-0.55l0.74,-1.85l1.39,-1.87l0.17,-1.31l1.15,-1.83l-0.17,-0.87l-1.63,-2.76l0.11,-0.69l0.93,-0.61l2.97,-0.32l4.77,0.81l1.87,-0.08l1.71,-1.09l1.28,0.23l2.91,-0.51l1.72,-1.44l0.63,-1.37l1.28,2.2l0.99,2.58l0.91,0.66l0.71,-0.13l0.37,-0.54l0.48,0.46l0.71,-0.09l0.31,-0.39l0.0,-0.99l1.13,-0.14l0.85,0.26l0.77,-0.44l0.4,0.65l0.01,0.81l-0.37,0.6l0.15,0.73l1.64,1.83l3.74,2.84l1.49,-0.24l1.96,-2.6l1.54,0.48l0.78,-0.11l0.96,-1.83l3.19,-2.01l0.37,0.18l0.47,1.68l1.14,0.05l0.36,1.93l0.73,0.76l1.93,0.23l3.38,-1.36l-0.14,0.95l0.71,0.62l2.29,-1.85l0.34,-1.09l2.75,-1.0l0.7,-0.85l3.22,-0.65l2.72,-0.0l1.15,0.31l2.07,-1.87l1.74,0.23l0.61,-0.3l0.36,-0.71l0.0,-1.21l-0.39,-1.16l1.12,-0.67l0.91,-2.77l0.59,-0.38l2.49,-0.03l0.87,0.51l1.73,1.86l1.65,-0.22l1.97,-1.34l-0.19,1.0l1.95,0.69l0.56,2.96l0.66,1.0l1.38,0.68l1.57,-0.48l1.85,0.5l0.24,1.48l-0.96,1.25l0.15,0.88l5.46,3.3l0.78,-0.54l0.24,-1.39l0.74,-0.75l0.22,-2.08l2.61,-2.45l1.79,0.61l1.64,-0.17l0.97,-0.45l0.63,-0.86l1.69,1.09l2.36,0.74l0.49,-0.24l0.04,-1.06l0.79,-1.32l2.54,0.86l1.25,-0.22l0.91,-2.73l0.27,-2.7l-0.24,-0.98l1.59,-2.79l-0.02,-3.96l1.79,-2.25l0.83,-0.3l1.16,0.31l0.51,-0.24l1.12,-3.76l1.51,-0.38l1.41,0.51l0.77,-0.28l1.6,-3.24l1.37,-1.12l1.1,0.52l1.08,1.31l2.68,0.7l1.93,-0.1l0.67,0.49l0.1,0.59l-0.46,1.42l0.24,2.13l2.17,2.01l1.05,3.9l-0.72,3.72l-1.0,-0.18l-0.39,1.06l0.51,0.67l1.0,0.23l0.43,0.82l0.61,1.83l-0.66,0.58l-0.05,0.67l0.77,0.42l-1.14,0.75l-2.41,-0.72l-0.85,0.38l0.07,0.8l1.03,0.5l-0.1,1.01l0.4,0.96l-0.7,1.06l-0.04,1.52l-1.26,2.69l-3.44,2.56l0.02,1.36l0.28,0.36l0.67,-0.02l0.2,0.56l-1.83,0.11l-0.91,2.13l-1.27,-0.85l-1.16,0.28l-0.22,0.53l0.12,2.26l-0.83,0.87l-1.67,-0.16l-1.77,0.66l-0.38,-1.37l-0.75,-0.37l-2.33,0.63l-0.38,0.95l1.58,2.04l0.13,0.85l-0.99,0.74l-0.22,1.61l-0.67,-0.67l-1.24,-0.31l-1.18,0.26l-0.11,0.83l0.9,1.18l-0.74,0.16l-1.48,-0.36l-1.99,-1.45l-1.11,-0.15l-2.74,-1.55l-0.75,0.01l-2.05,2.64l-0.2,0.99l0.37,1.17l-0.54,1.3l-4.61,0.89l-7.31,2.64l-2.04,1.68l-0.42,2.01l-1.8,1.61l-1.1,0.29l-1.25,-0.91l-1.7,-0.6l0.37,-1.76l-0.17,-0.83l-3.17,-1.24l-0.91,0.23l-0.6,0.76l0.27,2.08l-4.66,0.65l-1.05,0.72l-0.09,0.97l0.72,1.07l1.45,0.25l-0.37,1.69l-1.12,1.59l-0.47,1.62l0.4,0.99l0.91,0.9l0.58,1.59l0.42,0.13l1.6,-0.54l1.56,0.43l4.28,4.41l1.21,0.8l2.64,-0.43l6.48,0.73l-1.12,0.37l-1.06,1.04l-0.38,5.19l1.78,1.49l1.55,0.14l2.47,1.85l0.25,1.52l0.66,1.08l0.97,0.46l1.88,0.17l1.02,0.78l0.5,1.15l-1.24,0.06l-0.21,0.5l0.21,1.04l2.24,1.83l0.38,2.09l1.43,1.35l-2.14,0.24l-0.34,0.37l-0.06,1.01l-0.83,-0.19l-1.36,0.84l-5.58,-3.66l-3.08,0.44l-0.93,-0.27l-2.33,-2.54l-5.72,-2.93l-1.38,-1.66l-0.96,-0.22l-0.63,0.3l-0.7,0.93l-1.56,0.42l-0.49,0.53l0.14,1.26l1.25,1.79l0.31,2.33l-0.08,0.94l-0.78,1.36l0.01,0.75l0.7,1.68l-0.43,2.63l-1.68,2.46l-1.06,0.74l-1.12,0.27l-1.32,-0.84l-0.04,-1.41l0.7,-1.51l-0.5,-0.78l-3.63,1.66l-3.84,-0.98l-3.16,-1.78l-1.39,-0.0l-2.85,1.24l-2.91,3.01l-0.82,-0.88l-2.85,-1.79l-1.6,-0.26l-1.46,0.46l1.5,-2.94l1.65,-2.4l0.39,-1.42l-0.54,-3.97l-0.68,-1.83l-0.62,-0.17l-2.32,1.61l-1.27,0.2l-0.95,0.73l-3.4,-0.9l-1.07,0.16l-1.02,0.58l-6.68,0.19l-0.58,0.37l-0.42,1.49l-2.34,1.14l-2.91,0.15l-2.41,-1.06l-1.51,-0.19l-0.86,-0.65l-2.56,-3.71l-2.65,-1.24l0.21,-0.7l2.1,-1.9l1.68,-0.16l2.55,-1.92l1.17,-2.68l0.95,-0.49l2.7,-2.47l0.21,-1.44l-0.78,-2.37l-1.27,-0.8l-2.38,0.04l-2.05,-0.95l-0.44,0.2l-0.1,0.88l-0.34,-0.13l-0.73,-2.68l-1.84,-1.99l-0.24,-1.17l0.56,-3.95l-0.52,-2.22l-1.03,-0.81l-1.27,0.92l-0.09,-0.36l0.24,-2.83l1.54,-1.82l0.43,-1.07l-0.96,-2.79l-0.87,-0.33l-1.62,0.72l-0.34,0.71l0.12,1.14Z", "name": "Jharkhand"}, "IN-JK": {"path": "M176.08,35.04l2.37,-2.36l-0.15,-2.71l0.72,-0.56l5.27,-0.96l3.12,-1.98l1.87,-0.7l1.84,-0.15l1.87,0.3l7.81,2.66l10.87,2.04l5.97,-0.52l1.57,1.55l2.54,1.46l8.19,2.07l5.87,-0.33l2.57,-2.29l3.11,-1.82l1.42,-1.8l0.86,-0.17l1.84,0.74l1.27,-0.01l3.39,-0.84l5.27,-2.66l0.99,0.15l1.97,1.12l3.39,-0.56l3.4,-2.92l0.32,-0.85l0.08,-2.41l0.59,-0.43l1.96,-0.39l1.61,0.69l0.77,0.01l2.91,-2.36l0.56,-0.77l0.2,-1.26l-0.34,-1.59l0.44,-0.53l22.94,-13.34l0.94,1.29l1.66,0.81l1.15,-0.36l2.19,-1.83l1.4,0.07l0.25,0.97l-1.39,3.65l-0.24,2.94l1.11,2.66l2.85,4.79l0.56,3.9l0.5,1.32l1.45,1.99l1.9,6.57l0.74,1.28l1.29,1.15l1.47,0.62l7.06,1.14l1.68,0.66l2.57,1.86l1.66,2.01l3.68,1.47l0.79,0.71l0.72,1.3l0.34,1.43l-0.32,1.36l-2.12,1.93l-2.99,1.23l-2.52,1.81l-0.26,3.11l1.51,4.2l0.72,4.34l-0.37,6.71l0.6,2.02l0.76,1.24l2.91,2.63l1.83,2.73l2.61,1.09l0.44,1.63l0.42,0.49l2.17,-0.32l3.4,1.53l2.5,0.11l0.76,0.38l0.07,0.93l-1.15,2.16l-0.31,3.79l0.76,1.2l1.74,1.47l1.04,2.98l1.58,1.74l-0.13,2.04l-1.78,2.45l-2.99,2.26l-1.28,1.37l-2.29,-0.49l-2.63,0.8l-0.83,0.67l-1.0,3.25l-1.34,-0.22l-2.55,1.01l-0.76,-0.22l-4.17,-3.55l-0.99,-2.71l0.36,-2.45l-0.62,-0.72l-0.73,-0.26l-0.88,0.28l-1.95,1.75l-6.89,0.7l-0.72,0.37l-0.3,0.78l-1.91,1.79l-0.48,-0.21l-0.24,-0.53l0.84,-2.71l2.04,-1.64l0.41,-0.81l0.1,-2.61l-0.35,-1.18l-0.52,-0.44l-1.59,0.09l-0.31,0.35l-0.01,0.78l-1.28,0.59l-0.52,0.64l-1.76,0.13l-2.36,0.83l-1.87,1.76l-1.16,0.19l-1.94,-2.71l-0.28,-2.27l-1.13,-1.48l-1.11,-2.41l-4.43,-4.94l-0.7,-0.03l-1.02,0.5l-3.7,2.62l-4.93,1.16l-0.67,0.74l-0.48,-0.0l-6.46,-2.01l-1.4,-0.78l-4.53,-2.86l-5.76,-5.55l-4.11,0.12l-1.88,-1.36l-0.71,-0.13l-1.11,0.56l-3.58,0.69l-3.2,1.74l-0.74,0.87l-0.39,1.36l-0.68,0.71l-4.17,1.72l-4.44,3.8l-1.01,-0.85l-1.7,-0.58l-1.74,0.49l-0.44,0.98l0.29,1.07l3.0,3.83l-0.27,2.22l0.73,1.87l-0.04,0.89l-1.7,1.9l-0.05,0.61l-0.99,1.43l-2.76,1.28l-0.43,1.18l-0.85,0.7l-2.45,0.3l-1.37,0.77l-2.13,2.4l-1.29,-0.76l0.03,-0.69l-0.42,-0.49l-1.71,0.82l-2.67,0.07l-3.04,-2.13l-2.21,-0.52l-3.16,-1.86l-3.66,0.69l-2.22,-1.01l-3.41,0.48l-0.92,-0.3l-0.7,-0.79l-0.95,-2.82l0.8,-1.82l-0.19,-2.8l1.2,-2.89l-0.26,-1.2l-0.74,-0.4l-0.76,0.21l-0.63,0.65l-0.62,1.67l-1.02,0.49l-2.05,0.22l-2.05,-1.37l-2.17,0.76l-0.5,-0.09l-0.91,-1.05l0.73,-1.21l0.13,-0.85l-0.81,-4.48l-1.14,-0.74l-2.8,-0.45l-1.0,-0.55l-1.7,-2.2l-2.9,-2.45l-0.36,-0.9l0.31,-1.78l2.08,-1.05l0.87,-1.05l1.26,-3.13l0.67,-2.87l-0.65,-2.12l-5.01,-3.36l-0.4,-1.27l0.28,-1.74l1.77,-2.59l3.3,-0.55l2.28,-1.26l1.59,-1.84l0.35,-1.48l-0.54,-1.32l-1.2,-0.71l-3.32,0.36l-2.29,-0.58l-2.14,0.5l-0.78,-0.15l-1.4,-1.35l-0.24,-0.86l0.22,-0.85l3.05,-2.05l0.2,-1.12l-1.36,-3.16l-0.58,-0.7l-2.81,-0.24l-1.92,-1.19l-0.07,-1.35l1.86,-1.69l0.23,-1.76Z", "name": "Jammu and Kashmir"}, "IN-UP": {"path": "M275.34,205.39l0.08,-0.87l-0.4,-0.81l0.98,-0.64l0.26,-0.62l-0.39,-1.02l0.09,-1.08l0.63,-0.63l-0.03,-0.78l0.85,-0.74l-0.12,-1.31l0.85,-0.26l0.57,-1.11l1.48,-5.73l1.43,-1.37l0.17,-0.58l0.94,-0.1l0.3,-0.86l2.37,-1.61l0.44,-1.41l4.79,-4.24l0.56,-1.76l0.08,-1.88l0.69,-0.43l1.01,0.2l2.73,2.32l5.75,3.03l-3.25,2.91l-1.42,3.18l-1.4,2.22l0.14,4.1l1.02,4.01l1.5,2.84l0.53,0.17l3.93,-2.12l4.27,2.33l1.87,-0.79l1.16,-1.27l0.27,-1.53l-1.31,-5.86l0.44,-0.6l0.93,-0.03l1.97,1.95l2.37,3.99l3.63,1.83l1.01,1.0l2.3,3.68l1.72,1.49l5.15,2.91l3.22,0.87l-0.29,0.67l-1.36,1.2l-1.25,-0.03l-0.74,1.01l-0.97,-0.35l-0.89,0.33l-0.75,1.13l0.36,0.82l4.44,2.28l0.82,1.11l0.45,2.3l0.61,0.28l1.07,-0.68l2.94,-0.83l2.2,1.17l0.37,1.16l0.83,0.95l3.93,2.71l1.56,0.36l0.81,-0.24l1.2,1.39l0.83,2.42l0.51,0.21l2.48,-0.94l0.99,-0.02l0.51,0.84l0.69,0.17l1.07,-0.46l2.12,0.39l0.81,-0.28l0.49,-0.86l1.92,0.26l0.58,0.43l-0.37,1.25l0.26,0.54l0.61,0.21l1.18,-0.4l0.11,1.23l0.97,0.05l0.34,0.98l1.38,0.56l1.93,-0.72l0.97,-1.03l0.5,-1.07l2.2,2.05l1.78,0.44l1.1,1.2l1.02,0.42l1.36,2.19l0.82,0.27l1.64,-0.21l2.4,2.1l0.56,-0.22l0.15,-0.44l-0.17,-2.69l0.63,-0.53l0.74,0.02l0.4,1.04l2.24,0.66l1.17,1.65l1.64,0.62l1.64,1.48l0.65,0.35l2.05,0.21l0.35,1.28l0.73,0.61l1.33,0.34l1.04,-0.11l0.72,1.29l5.03,1.12l0.53,0.65l1.04,2.88l2.01,2.4l-0.35,0.91l0.75,0.97l1.19,0.06l0.59,-0.34l0.52,-0.97l0.76,0.17l1.08,0.92l0.65,1.65l0.59,0.53l2.77,1.38l1.6,1.47l2.32,0.63l1.89,1.78l3.25,1.95l1.27,0.05l1.97,-1.88l0.73,-0.31l1.44,0.14l0.64,0.2l1.19,1.09l1.86,0.8l3.63,2.88l2.4,1.17l1.78,1.68l1.35,0.37l2.68,-0.3l3.76,-0.93l0.61,0.23l0.78,1.86l0.64,3.77l1.05,1.07l3.78,0.24l2.16,1.0l1.95,0.46l3.79,-0.02l1.0,0.38l1.46,1.18l1.22,1.83l0.87,0.34l1.01,-0.06l1.26,-0.95l0.95,-1.56l-0.43,-1.73l0.64,-0.32l6.11,0.45l7.74,3.44l-0.08,0.57l0.44,0.31l0.89,-0.1l-0.14,1.46l1.68,1.8l-0.02,2.27l2.55,3.19l0.12,2.0l1.36,2.56l2.76,1.74l1.3,-0.6l0.85,0.05l0.44,0.97l-0.19,2.57l0.25,0.77l1.93,0.52l2.54,2.63l-8.75,-0.21l-0.69,0.64l-0.89,2.26l-1.87,0.57l-0.58,0.71l-0.53,-0.86l-1.04,0.3l-0.27,2.29l0.45,0.95l1.56,0.43l1.39,-0.63l2.0,1.49l2.85,0.74l-0.75,1.75l0.72,1.59l-1.71,-0.01l-0.98,0.62l-2.56,0.37l-0.78,0.73l-0.02,1.17l1.57,1.59l0.8,1.89l2.75,1.4l0.66,1.24l1.01,0.41l0.56,1.63l1.2,1.16l0.84,0.22l2.77,-0.43l1.0,1.36l1.44,0.91l2.29,0.25l2.18,1.96l0.09,0.43l-0.43,1.02l-1.48,1.05l-1.13,0.16l-1.72,-0.61l-1.57,-1.34l-1.31,-0.02l-1.48,0.93l0.37,2.52l-1.19,0.43l-1.3,-0.47l-0.42,-2.32l-1.02,-0.59l-1.43,0.28l-2.76,2.12l-1.74,2.2l-3.5,2.93l-2.15,0.89l-1.31,1.48l-12.02,6.86l-1.28,1.31l-0.44,1.05l-0.35,3.14l0.15,0.85l1.12,1.85l-0.29,4.03l2.54,2.96l2.69,1.36l0.21,1.11l-0.62,1.25l0.43,1.32l-0.04,2.89l-2.45,0.3l-1.39,1.1l-0.01,1.49l1.65,3.07l-0.95,1.29l-0.26,1.5l-1.39,1.86l-1.72,4.05l-1.53,1.2l-0.32,1.67l-0.84,1.34l-3.39,1.26l-4.96,-0.24l-1.19,-0.65l-1.66,-1.53l-1.22,-0.35l-0.94,-1.34l-0.99,-0.75l0.07,-1.48l-1.86,-1.99l0.85,-0.12l0.85,-0.74l0.33,-2.2l0.73,-1.76l-0.05,-2.43l-0.94,-0.86l0.33,-2.55l-0.28,-1.36l0.21,-0.26l0.93,0.28l0.92,-0.26l0.51,-1.09l-1.52,-2.87l-1.63,-0.31l-0.22,-1.37l-0.98,-0.12l-2.9,1.04l-1.34,-0.13l-2.9,-0.97l-1.02,0.1l-0.38,0.54l0.07,1.74l-0.34,0.46l-2.48,0.03l0.46,-0.94l-0.09,-0.81l-0.63,-0.61l-1.13,-0.04l0.05,-2.17l-0.46,-0.58l-0.5,0.11l-0.69,1.01l-0.23,-0.11l0.34,-1.13l-0.43,-1.53l-0.75,-0.06l-2.07,1.15l-2.62,-1.65l-2.34,-0.36l-2.44,-1.83l0.1,-1.46l-1.19,-1.84l-1.25,-0.33l-1.65,0.49l-0.55,-0.18l-0.66,-1.21l-3.93,-0.58l0.12,-0.94l-1.36,-2.79l-0.44,-0.15l-3.52,1.18l-0.04,0.71l1.17,0.85l-1.17,0.38l-1.22,-0.17l0.17,-0.95l-0.6,-0.6l-1.6,-0.5l-2.36,0.14l-0.44,0.65l0.07,2.14l-1.89,2.61l0.26,1.6l-1.41,0.32l-0.94,1.06l-2.61,-1.77l-1.96,0.4l-1.39,-1.0l-2.12,0.47l-1.76,-0.18l0.84,-1.31l0.15,-0.88l0.88,-0.9l0.2,-1.29l0.88,-2.03l-0.08,-0.99l-0.92,-0.55l-1.39,0.37l-0.83,1.53l-3.3,0.4l-0.04,0.77l1.71,1.4l-2.08,0.3l-0.9,-0.82l-0.8,-1.5l-0.89,-0.3l-0.66,0.44l0.01,1.06l-2.31,-0.37l-0.6,0.3l0.4,1.75l1.24,0.71l-0.82,0.53l-0.4,0.04l-1.56,-1.55l-0.56,0.43l0.22,1.27l-1.38,-0.38l-1.63,0.37l-0.51,-0.7l-0.17,-0.93l1.06,-0.2l1.53,-1.78l2.0,-1.08l0.21,-0.73l-0.78,-2.05l-0.88,-0.18l-0.5,-0.7l-0.94,-0.49l-0.28,-2.59l-0.93,-1.59l-0.79,-0.28l-1.27,0.27l-0.88,-0.25l-2.49,2.19l-1.13,-0.36l-2.27,1.05l-3.01,2.29l-2.37,0.66l-0.35,0.48l0.02,0.73l1.03,1.63l-1.68,0.65l-0.98,-0.78l-3.65,0.23l-3.08,-0.97l-0.92,0.48l-1.43,1.94l-0.32,-0.02l-0.21,-0.76l-0.47,-0.4l-1.47,0.02l-0.45,0.65l0.08,1.56l-0.7,0.07l-0.49,-0.55l0.21,-1.36l0.89,-0.87l1.71,-2.67l0.6,-1.48l-0.19,-0.47l-0.47,-0.14l-1.16,0.86l-0.87,-0.19l-0.77,0.28l-0.81,0.96l-0.37,-0.96l1.04,-2.22l-0.64,-0.78l-0.75,0.11l-1.26,2.01l-0.04,1.23l0.78,3.19l-3.22,-0.57l-1.29,1.21l-0.23,-1.37l-0.3,-0.28l-0.87,-0.01l-1.75,0.66l-0.09,-0.73l1.1,-1.71l-0.97,-0.87l-0.86,-0.22l-0.71,0.35l-0.16,1.32l-1.22,0.43l-1.02,1.15l-0.59,0.21l-0.12,-0.99l0.32,-0.89l1.91,-1.82l-0.03,-1.44l0.63,-1.25l0.16,-1.42l-0.55,-0.91l-1.06,0.13l0.35,-1.08l-0.08,-1.1l-0.23,-0.57l-0.88,-0.52l-0.72,0.25l-0.62,0.73l-0.32,0.9l0.03,1.77l-0.3,0.25l-0.55,-0.02l-0.1,-2.28l-0.54,-0.97l-0.57,-0.09l-1.75,1.02l-0.19,1.54l0.75,0.94l-0.52,0.98l0.19,1.26l-2.07,-2.02l-1.41,-0.23l-1.13,0.35l-0.36,0.65l0.12,0.74l-1.48,1.74l-0.57,1.6l0.32,0.71l1.59,1.5l1.08,2.41l1.2,6.41l2.31,3.04l0.36,3.85l-0.65,1.88l0.4,1.02l1.03,0.66l2.06,-0.54l1.03,0.19l1.85,3.2l-0.17,1.52l0.39,0.4l1.51,0.37l-0.16,1.09l-0.47,0.87l-1.67,1.57l-1.07,2.4l-1.57,1.53l-0.99,-0.36l-0.45,-1.43l-2.96,-0.6l-3.64,-3.03l-1.66,-0.82l-1.14,0.44l-0.61,1.98l-0.56,0.69l-0.97,0.47l-0.88,-0.44l-0.41,-0.83l0.63,-1.22l-0.08,-0.85l-2.21,-1.45l-0.19,-0.65l-0.85,-0.52l-0.49,-0.89l1.35,-2.51l0.03,-0.97l-0.38,-0.52l0.07,-1.6l-0.96,-1.46l-0.21,-2.0l-0.83,-1.48l-0.83,-0.73l0.24,-0.53l2.34,-1.55l2.17,-2.14l0.53,-1.55l-0.31,-1.12l1.1,-3.45l-0.18,-1.0l-1.96,-3.91l-1.39,-2.03l2.35,-2.06l0.58,-0.87l0.55,-1.89l3.26,-0.78l2.42,0.06l1.81,-1.06l2.97,-0.59l1.28,-0.74l0.27,-0.98l-0.81,-2.2l0.14,-1.22l0.38,-0.7l1.92,-1.49l0.81,-2.07l1.37,-1.68l1.06,-2.84l1.2,-1.91l-0.03,-0.77l-0.96,-0.97l0.0,-0.62l1.1,-0.89l-0.56,-1.88l0.59,-0.57l1.79,-0.57l1.29,-1.72l0.13,-0.63l-0.6,-0.73l0.33,-1.15l-0.1,-1.04l-0.67,-1.92l-2.1,-3.28l-0.72,-3.17l-0.59,-0.68l-1.97,0.16l-2.0,-1.93l-0.9,-0.14l-0.36,-0.7l-0.99,0.05l-0.56,-0.52l-1.79,0.76l-1.18,-0.01l-0.74,0.63l-0.64,-0.02l-1.43,-0.82l-1.72,-0.3l-1.05,-1.0l-1.16,-0.1l-0.54,-0.83l-0.76,-0.27l-2.23,0.18l-0.93,1.15l-1.2,-0.18l-0.62,-0.89l0.78,-0.3l1.09,-1.02l0.27,-0.71l-0.74,-0.73l-1.94,-0.48l-2.22,0.1l-1.26,1.15l-1.17,0.12l-0.39,0.59l-0.88,-0.48l-2.81,-0.37l-1.09,0.33l-0.92,-0.47l-3.28,-0.47l-2.51,1.71l-3.97,1.63l-1.26,-0.07l-0.91,1.46l-0.86,0.49l0.13,-2.17l0.57,-0.69l6.23,-2.89l2.25,-0.54l0.72,-0.58l0.09,-0.67l-0.84,-0.74l-0.84,0.58l-0.62,-1.04l-0.47,-0.22l-0.8,0.55l-1.65,-0.21l-0.65,-1.0l-0.85,-0.27l0.11,-0.38l2.42,-0.72l0.53,-1.05l1.15,-0.65l0.56,-1.2l-1.43,-2.52l-0.3,-1.75l-1.54,-0.43l-3.64,-2.12l-0.61,-1.8l-2.26,-2.94l0.03,-1.53l-0.68,-0.68l0.5,-0.81l-0.04,-0.86l-0.47,-1.19l-0.72,-0.53l-0.37,-2.72l0.75,-0.66l2.6,-0.95l0.83,-0.85l0.99,0.2l0.51,-0.21l1.14,-1.79l0.79,-0.67l-0.81,-2.35l-1.02,-0.86l0.1,-1.29l0.34,0.21l0.6,-0.43l-0.26,-1.77l1.08,-0.7l0.18,-0.62l-0.76,-0.58l0.74,-1.51l-1.42,-0.68l-0.05,-0.97l-0.62,-0.65l0.87,-2.29l-0.41,-0.56l-0.44,0.04l-0.11,-1.16l-0.36,-0.26l-0.88,0.17l-0.49,-1.15l-0.94,0.01l-0.29,-0.67l-1.11,-0.66l-1.05,-1.92l1.12,-1.48l-0.06,-1.04l-0.85,-2.6l-2.48,-2.18l-0.53,-1.11l0.23,-0.83l-0.41,-0.93l0.54,-1.42l-1.35,-1.66l0.54,-1.2l-1.8,-3.7l-0.14,-5.52l0.56,-1.3l-0.47,-0.92l-0.03,-0.89l0.47,-1.5l-0.93,-0.73l-1.3,0.03l1.29,-1.31l-0.05,-0.56l-0.46,-0.39l-0.95,-0.01Z", "name": "Uttar Pradesh"}, "IN-SK": {"path": "M624.09,256.17l1.74,-1.11l1.5,0.04l2.71,-2.5l1.43,1.15l2.65,0.52l2.31,1.81l-0.23,2.08l1.28,1.8l0.06,0.92l-1.46,6.18l-1.76,3.15l-0.24,1.13l0.49,0.78l-0.09,1.51l0.63,1.96l3.56,3.09l-0.14,0.55l-0.53,0.4l-1.78,0.44l-1.01,0.67l-1.42,2.94l-1.56,-0.85l-4.67,-0.11l-3.06,2.58l-1.78,0.44l-3.84,-1.72l-3.55,-0.05l-0.65,-0.3l-0.58,-1.87l-1.79,-1.32l0.79,-2.13l-0.61,-1.91l0.81,-1.92l-0.56,-1.88l2.65,-4.71l1.54,-4.54l-0.12,-1.42l0.29,-1.16l-0.51,-0.51l-1.07,-0.3l-0.48,-1.12l0.06,-0.62l0.47,-0.48l1.19,0.1l6.6,-1.18l0.74,-0.55Z", "name": "Sikkim"}, "IN-MZ": {"path": "M743.96,392.77l0.71,0.19l0.37,-0.45l-0.14,-2.85l0.55,-1.85l-0.42,-1.43l0.33,-2.14l-0.11,-2.89l-0.65,-1.18l2.99,-0.03l-0.38,1.02l0.75,1.88l1.11,0.72l1.07,-0.2l3.08,-2.92l1.24,-0.79l-0.05,-1.35l2.53,-2.77l1.3,-3.49l2.32,3.71l1.02,0.04l1.89,-0.78l1.44,0.32l0.94,-0.24l0.11,0.82l0.68,0.79l-0.94,1.59l0.08,1.22l-0.6,3.47l-0.55,0.59l0.12,0.67l2.91,1.14l1.2,0.91l1.31,-0.55l0.72,0.69l0.62,0.01l1.32,-0.83l0.11,1.34l0.61,0.24l0.97,-0.45l0.25,1.53l1.46,2.27l0.56,5.39l1.62,1.71l0.15,1.2l-0.99,6.3l0.22,3.39l-0.91,1.69l-0.09,5.36l-1.22,2.4l-1.63,1.33l-0.58,0.03l-1.4,-1.49l-0.78,-0.25l-0.99,0.29l-0.58,0.74l0.04,2.05l0.88,1.94l0.12,0.97l-1.74,2.48l-1.23,1.16l-0.27,2.69l1.21,3.12l-0.33,2.8l0.6,1.65l1.1,1.18l0.34,1.19l0.24,3.97l-1.47,0.77l-0.09,0.62l0.38,0.78l-2.29,-0.79l-1.1,0.42l-0.08,2.78l-1.0,0.47l-0.71,1.34l0.31,2.1l-0.63,-0.79l-0.82,-0.32l-0.71,0.4l-0.47,1.47l-0.37,-1.67l-0.66,-0.91l-2.03,-1.9l-1.96,-1.42l-0.88,-0.27l-0.8,0.54l0.01,1.48l-0.37,0.18l-0.18,0.63l-0.08,1.63l-0.92,0.25l-0.78,0.79l-1.04,-4.15l0.88,-0.24l0.27,-1.25l-1.83,-11.1l-0.51,-1.55l-0.17,-4.45l-0.52,-1.11l-1.15,-1.14l-0.55,-3.59l-0.61,-0.67l-0.91,-0.36l-0.68,-1.66l0.02,-2.29l-0.78,-4.56l0.13,-1.61l0.79,-1.88l-0.27,-2.46l-0.7,-0.81l-0.08,-0.97l-0.71,-0.88l-1.55,-6.66l0.55,-2.59l-0.21,-1.75l0.23,-1.48l0.46,-0.67Z", "name": "Mizoram"}, "IN-CT": {"path": "M376.2,561.12l-0.76,-1.04l-0.54,-2.04l-1.09,-0.57l-0.15,-0.57l0.27,-0.65l2.07,-1.28l0.36,-0.85l-0.24,-0.79l-1.82,-2.18l-0.32,-1.59l0.51,-1.14l2.36,-3.16l1.16,-4.17l1.21,-0.64l1.08,-1.84l1.03,-0.48l0.89,-1.14l0.61,-0.26l1.07,2.14l2.07,0.07l0.93,1.63l0.73,0.22l1.24,-1.17l2.22,-1.2l0.11,-0.81l-0.84,-1.42l2.23,-0.73l0.65,-1.58l-0.64,-1.49l-1.37,-1.28l-4.18,-1.73l-0.94,-2.81l-2.92,-1.34l-1.24,-2.7l-0.75,-0.22l-0.84,0.27l-0.46,0.55l-0.09,0.78l-1.61,-0.42l1.75,-0.9l0.59,-1.0l-0.24,-0.9l-1.6,-0.51l0.5,-0.9l1.91,0.56l0.81,-0.33l0.83,-4.19l-1.06,-3.19l-3.34,-0.41l0.3,-2.29l0.6,-0.47l2.53,-0.4l2.93,-1.99l0.18,-0.75l-0.42,-1.42l0.05,-2.41l0.61,-1.47l-0.41,-1.1l-0.13,-2.2l-1.6,-0.59l-2.16,0.82l0.34,-0.93l1.82,-1.1l0.25,-1.05l-0.49,-2.64l-0.19,-4.61l-0.89,-0.79l-1.73,0.09l-0.93,-1.74l0.73,-4.2l0.63,-0.84l4.35,-2.42l1.73,-2.04l0.06,-1.69l1.3,-3.97l-0.11,-3.65l0.64,-4.84l1.91,-0.95l0.61,-1.04l0.55,-1.62l-0.09,-3.28l2.01,-4.15l0.85,-0.2l1.2,1.46l0.55,-0.07l0.46,-0.5l0.09,-0.85l-0.42,-0.87l0.8,-0.52l0.42,-2.56l1.99,-1.5l0.72,-1.23l0.16,-3.55l1.21,-1.92l0.5,-0.43l0.46,0.94l1.05,0.27l3.57,-1.69l1.2,1.52l0.79,0.43l1.06,-0.45l2.76,-2.24l3.2,-1.03l0.92,-1.95l2.97,-1.77l-0.02,-1.86l0.73,-1.05l-0.19,-2.83l0.19,-0.37l2.32,-0.91l2.35,-2.12l0.23,-0.95l-0.31,-1.56l0.29,-0.66l3.67,-1.75l1.99,-0.03l0.88,-1.76l1.03,-4.6l-0.16,-1.02l-2.37,-2.04l-2.34,0.08l-0.36,-0.7l-0.98,-0.37l-2.06,-3.14l-0.79,-0.36l-1.44,-0.08l-3.16,-1.17l-0.65,0.1l-2.65,1.78l-0.44,0.01l-0.97,-2.0l0.65,-0.89l0.15,-1.17l1.07,-0.61l1.02,-1.6l-0.17,-1.22l-1.75,-3.33l0.06,-1.2l1.2,-0.2l1.84,1.89l1.03,0.75l1.08,0.3l1.09,-0.04l3.01,-1.44l1.96,0.13l2.28,1.14l3.87,0.03l1.87,0.48l8.34,0.33l1.27,-0.98l2.41,-1.15l0.77,-1.85l3.07,-1.14l0.59,-0.82l0.3,-1.29l0.83,0.21l1.66,1.52l1.43,0.77l5.35,0.26l3.78,-1.46l1.03,-1.62l0.25,-1.54l1.45,-1.09l0.74,-1.65l3.19,0.58l1.86,1.28l0.24,2.82l0.99,1.75l4.75,4.36l0.66,1.82l-0.44,2.11l1.35,2.8l1.06,0.48l1.68,-0.12l2.34,0.83l0.55,-0.55l-0.05,-1.51l1.36,-0.48l0.76,2.35l-1.89,2.51l-0.29,3.17l0.54,1.11l0.6,0.01l0.99,-0.91l0.48,0.7l0.3,1.5l-0.56,4.03l0.33,1.47l1.84,1.98l0.9,2.89l1.12,0.31l0.52,-0.4l0.04,-0.52l1.65,0.8l2.21,-0.09l0.9,0.49l0.71,2.65l-0.72,0.97l-2.99,2.18l-1.13,2.64l-2.36,1.79l-1.78,0.21l-2.14,1.78l-0.72,2.26l0.72,1.48l0.15,1.18l-1.13,1.76l-3.47,0.93l-3.65,3.0l-3.05,1.37l-2.17,2.82l-0.35,1.32l0.73,1.02l-1.48,0.97l-0.33,1.95l0.41,0.86l1.39,0.93l-0.35,1.31l0.13,0.75l-0.12,0.3l-0.98,0.13l-0.29,0.89l-1.06,-0.2l-0.46,0.37l-0.32,1.8l-3.28,5.47l-0.78,2.64l0.11,1.7l1.58,1.75l0.07,1.4l-2.14,-0.68l-0.99,0.11l-0.68,0.98l-0.1,1.33l-0.9,1.29l-0.91,2.51l-1.44,1.46l-2.01,0.14l-3.31,-2.01l-4.53,0.66l-0.98,0.41l-1.12,-0.49l-3.11,0.28l-0.56,0.45l-0.04,1.31l-2.46,4.73l-1.43,0.95l-1.59,2.2l-1.09,0.56l0.01,-0.76l-0.55,-0.52l-1.36,-0.25l-0.68,0.54l-0.09,4.18l0.72,2.52l-0.83,4.18l0.61,1.45l0.67,0.17l0.4,1.27l0.79,0.22l-0.29,3.71l0.48,1.12l0.27,3.76l-0.69,2.58l0.08,0.98l2.58,1.62l2.3,0.07l1.42,1.1l1.33,-0.5l1.05,0.06l-0.41,3.09l0.82,1.35l-3.43,2.25l0.01,-2.29l-1.81,-0.32l-1.56,-0.7l-3.66,-0.37l-0.86,0.54l-0.78,1.34l-2.46,-4.66l-0.59,-0.31l-1.08,0.07l-0.43,-0.79l-2.26,-1.77l-0.81,0.21l-0.92,1.26l-0.28,-0.91l-2.18,-2.08l-0.5,0.09l-1.32,1.38l-0.97,0.56l-1.53,2.64l-0.2,1.29l0.69,1.16l3.02,1.8l0.98,1.71l2.17,0.75l-0.29,2.12l0.41,1.88l-0.25,4.24l0.5,0.47l0.99,0.22l0.95,1.7l1.38,0.51l0.36,0.45l-0.98,1.25l0.11,0.61l0.97,0.86l-0.71,1.75l-0.07,1.21l0.69,1.82l-0.2,1.59l1.06,0.93l0.17,1.09l0.72,1.28l0.08,2.46l-1.85,1.77l-0.79,3.73l-0.61,-0.56l-0.52,-0.03l-0.99,1.69l-2.34,0.54l-1.59,1.62l-1.01,0.36l-0.27,0.97l1.23,1.04l0.02,0.59l-1.55,1.0l-3.02,2.84l-1.83,2.83l-1.7,0.58l-0.96,1.18l-3.23,1.04l-0.99,2.18l0.33,1.34l-0.54,2.23l-0.74,1.15l-0.25,2.85l-0.67,1.16l-0.18,1.23l-0.74,-0.38l-0.78,0.41l-0.23,2.18l-4.04,0.11l-2.81,-1.08l-3.48,1.96l-0.54,-0.18l-0.8,-1.55l-0.22,-3.95l-1.15,-2.66l-0.11,-1.07l0.7,-1.59l-0.22,-0.76l-1.09,-0.27l-1.63,0.55l-0.57,-2.01l-0.9,-0.47l-0.7,0.29l-0.43,1.22l-1.37,0.06l-0.16,-0.75l1.24,-0.83l0.07,-0.8l-2.14,-4.79l-2.4,-3.04l-2.13,-2.27l-1.92,-1.33l-1.32,-0.24l-1.74,0.54l-1.0,-0.81l-0.58,0.42Z", "name": "Chhattisgarh"}, "IN-CH": {"path": "M266.15,165.51l-2.24,-2.23l-0.12,-0.55l1.16,-0.55l1.66,0.15l0.44,1.34l-0.16,1.56l-0.74,0.28Z", "name": "Chandigarh"}, "IN-GA": {"path": "M171.13,653.34l0.82,-0.49l2.2,-0.25l0.84,-1.12l0.38,0.84l1.86,0.75l0.72,2.4l1.25,1.01l1.01,0.17l2.17,-0.81l2.03,0.13l1.31,-0.56l1.58,0.8l0.64,3.06l-0.59,1.24l0.03,0.83l0.59,0.86l0.06,1.41l1.19,1.5l0.15,1.34l-0.25,0.39l-1.24,0.3l-0.42,0.49l0.16,0.93l1.4,1.13l-1.01,2.75l0.15,2.34l-1.02,2.28l-0.76,0.39l-1.33,0.04l-1.82,1.18l-1.4,-0.88l0.06,-1.67l-0.32,-0.72l-0.99,-0.43l-1.0,-1.7l-1.34,-0.43l0.32,-0.82l0.93,-0.77l0.11,-0.61l-0.54,-0.55l-1.62,-5.41l-0.52,-0.65l-1.65,-0.3l-0.6,-0.51l2.08,0.23l0.62,-0.25l0.78,0.3l0.93,0.96l0.63,-0.35l-0.02,-0.58l-1.35,-1.45l-3.77,-1.12l0.45,-0.68l1.85,-0.72l-0.19,-0.91l-0.59,-0.35l-2.36,1.34l-0.55,-0.34l0.05,-0.87l-0.54,-1.54l0.59,-0.89l2.24,-0.65l0.3,-0.6l-0.39,-0.4l-1.74,0.07l-1.67,1.11l-0.87,-2.2Z", "name": "Goa"}, "IN-GJ": {"path": "M0.5,399.96l0.7,-0.07l0.65,-0.85l1.21,0.35l1.42,-0.85l0.14,-0.66l-0.59,-0.43l-0.93,0.34l-0.77,-0.57l-0.51,-2.68l-0.67,0.36l0.47,-2.07l0.64,-0.96l1.64,-0.62l-0.08,-1.16l0.42,0.58l0.75,0.19l1.26,-1.22l0.45,0.24l0.9,-0.64l10.29,-0.14l0.4,-0.4l0.04,-10.49l0.51,-1.05l1.13,0.05l0.45,2.22l0.74,0.73l0.91,-0.37l1.29,-2.29l1.82,2.06l0.74,0.04l2.52,-1.05l3.13,1.14l3.52,-0.99l8.54,0.22l0.76,0.33l2.36,2.42l1.6,0.78l7.98,0.11l1.43,-0.3l1.28,-1.0l1.64,-3.28l4.06,-0.84l1.74,-1.07l2.27,-0.31l1.43,-0.97l4.1,-0.7l0.18,0.38l-0.74,0.64l-0.12,0.58l0.81,3.24l1.9,1.14l4.26,0.3l3.16,-1.22l0.2,-0.72l-0.41,-0.77l2.11,-1.57l2.5,0.12l0.86,-0.95l1.84,-0.89l-0.41,-1.47l-2.81,-0.83l0.18,-2.07l-0.72,-0.83l-0.07,-0.71l0.57,-1.53l2.65,-1.55l1.66,0.93l2.93,0.8l0.95,0.0l2.15,-0.83l2.27,0.43l1.81,-1.1l2.8,-0.18l1.22,0.17l1.61,0.83l3.68,-0.64l0.6,1.02l1.38,0.34l0.62,-0.37l0.1,-0.96l0.5,-0.3l0.41,0.01l0.74,0.75l1.17,0.13l1.71,-1.24l1.73,-0.39l1.37,1.61l2.36,0.79l1.19,0.15l3.43,-0.47l-2.31,0.59l-0.18,0.93l1.37,1.15l1.47,0.26l0.66,0.97l1.68,0.05l0.11,1.14l1.25,1.86l1.07,-0.16l0.95,-2.34l0.8,-0.05l1.64,0.97l1.95,0.54l0.81,1.65l0.86,0.74l5.67,1.0l1.08,-0.16l1.04,-0.81l0.65,-2.67l0.5,-0.68l2.52,-0.5l-0.24,2.59l0.32,0.65l2.29,0.98l1.23,-0.39l0.06,0.28l-0.47,0.73l-1.64,-0.01l-1.21,1.67l-0.94,2.61l0.78,2.06l0.54,0.75l2.28,1.54l0.5,1.22l1.44,1.4l0.56,-0.04l1.5,-1.02l1.08,-1.87l1.13,1.79l0.1,1.35l0.71,1.7l-1.66,1.34l-0.33,3.86l0.52,0.44l1.25,0.07l1.17,1.92l1.59,0.55l0.03,3.2l1.07,0.14l1.29,-1.03l1.02,0.87l0.0,2.34l0.46,1.2l-0.33,1.36l0.26,0.43l1.46,0.1l1.41,0.86l2.79,-0.78l2.48,3.21l1.08,0.17l1.17,-0.81l2.08,1.91l1.71,0.9l0.52,0.58l0.09,1.77l0.56,0.94l1.07,0.46l1.24,-0.62l0.32,0.13l0.75,0.47l1.19,2.04l1.06,0.7l1.04,2.54l0.7,3.74l0.67,0.28l0.99,-0.26l1.0,1.07l0.15,0.89l-2.47,4.86l-0.69,0.73l-2.4,0.5l-3.97,3.3l-2.47,-0.52l-1.06,0.61l-0.17,1.4l2.3,2.09l0.7,0.27l2.5,-0.14l1.17,0.57l-0.52,0.85l-1.21,0.63l-1.38,0.14l-0.87,-0.73l-0.66,-0.14l-0.64,0.34l-0.43,0.83l0.19,3.95l0.98,1.17l0.6,2.21l0.72,1.01l-0.37,1.38l-0.01,2.02l-1.86,0.34l-2.66,1.26l-0.98,0.85l-1.36,0.17l-2.94,1.25l-0.44,1.12l0.24,2.28l1.08,1.72l-0.69,1.24l-1.5,0.35l-0.49,0.63l0.39,1.13l1.62,2.41l0.55,0.29l5.43,-1.52l3.48,0.09l1.05,-0.57l1.48,0.8l2.63,-0.9l0.24,0.98l-1.57,1.06l-3.99,1.1l-1.51,-0.44l-0.73,0.2l-2.61,2.26l-1.23,3.23l-2.07,0.72l-0.67,-0.54l-0.58,-0.03l-0.41,0.34l-0.93,2.34l-2.01,1.14l-0.89,-0.22l-0.84,0.23l-2.12,-1.04l-0.82,0.35l0.24,1.02l1.22,1.18l1.38,0.77l2.01,-0.03l1.03,1.36l1.56,0.58l2.32,2.59l0.99,2.76l0.19,3.31l-0.49,0.92l-2.42,2.07l-0.13,1.4l-0.42,0.84l-2.66,1.32l-1.84,0.02l-1.33,-1.63l-3.25,-1.89l-1.11,-1.53l-0.78,0.14l-0.93,1.49l-1.29,0.62l-0.04,0.76l1.28,0.48l0.25,1.12l0.99,0.4l0.28,1.19l-2.99,5.31l0.78,1.33l0.23,1.97l-0.49,1.57l0.17,0.94l-3.44,-0.35l-0.69,0.66l-0.27,1.36l-1.1,0.52l-0.38,-0.06l-0.01,-1.51l-0.72,-0.56l-1.37,-0.12l-0.43,0.32l-0.21,0.95l-0.95,0.04l-0.36,-1.68l2.24,-1.3l0.45,-0.95l-0.35,-0.68l-1.23,-0.09l0.08,-1.11l-0.81,-0.47l-2.07,1.39l-1.14,-0.0l-0.65,1.29l-1.14,-0.15l-0.55,0.41l-0.11,0.95l1.46,1.36l0.23,1.61l-1.88,0.66l-1.35,-0.06l-0.65,0.32l-1.02,-0.24l-1.45,0.83l0.73,-2.93l0.57,-1.06l-0.41,-0.59l0.18,-1.49l0.99,-2.09l0.98,-0.77l1.51,-0.17l0.65,-0.65l-0.08,-1.64l-0.77,-1.03l0.99,-1.77l-0.03,-2.84l0.62,-1.11l-0.07,-2.45l1.33,-1.05l-0.21,-0.59l-0.63,-0.42l-0.03,-1.1l-0.67,-0.08l-0.38,0.46l-0.11,-0.45l0.53,-1.02l-0.21,-0.61l-1.26,0.33l0.35,-1.15l-0.63,-0.76l1.16,-0.71l0.28,-0.98l-0.44,-0.43l-1.52,0.3l-0.45,-0.77l-1.18,-0.59l1.25,0.19l0.67,-0.14l0.43,-0.53l-1.08,-2.77l-0.57,-0.44l-1.51,0.57l-0.74,-0.19l0.11,-0.83l-0.45,-0.52l-0.52,-0.03l1.22,-0.68l-0.09,-0.44l-1.49,-0.75l-1.09,-0.93l-0.03,-0.45l-0.63,-0.3l-0.58,0.41l-0.15,-0.32l-0.44,-1.87l1.42,-0.28l0.28,-0.74l-0.56,-0.42l-1.68,0.12l1.8,-0.54l2.67,-1.74l0.35,0.25l0.59,-0.15l0.08,-1.13l-0.83,-0.39l-2.31,0.85l-1.68,1.13l0.77,-1.49l2.09,-1.65l2.56,-1.29l1.44,-1.98l1.44,0.24l2.03,-0.72l0.96,-0.67l4.65,-1.88l0.51,-0.51l0.13,-0.73l-0.86,-0.4l-3.05,1.6l-2.75,0.95l-2.09,-0.31l-1.84,0.69l-1.99,-0.44l-1.81,0.3l-1.83,-0.23l-2.19,0.51l-0.03,-0.91l0.75,-1.97l0.26,-2.24l0.6,-0.39l1.0,-2.09l0.74,-0.36l1.38,-0.01l0.52,-0.51l0.26,-0.88l0.74,-0.47l-0.31,-0.63l-1.03,0.01l-0.6,0.71l-2.18,0.28l-2.07,1.63l-0.98,-1.7l1.19,-5.61l0.93,-1.11l0.97,-0.45l1.83,0.91l0.97,-0.07l1.05,0.62l0.56,-0.08l1.83,-2.13l0.87,-0.16l1.4,0.83l0.95,-0.34l0.39,-1.48l-0.64,-1.05l-0.97,0.51l-1.22,-0.43l-0.84,0.08l-1.89,0.94l-2.79,-0.93l-1.08,0.05l-1.68,-0.54l-0.77,0.2l-1.65,1.38l-0.67,0.2l0.15,-0.47l-0.39,-0.52l-1.99,0.41l-0.25,-1.46l0.75,-0.74l0.1,-0.66l-0.41,-0.73l-0.48,-0.12l-1.3,0.92l-0.97,2.53l-1.14,-0.05l-0.41,-1.1l-0.83,-0.23l-1.09,0.05l-0.53,0.76l-1.33,-0.02l-0.2,0.66l0.68,0.67l1.07,0.28l0.85,-0.5l0.31,0.91l0.9,0.39l1.02,-0.03l0.24,1.05l-0.28,3.28l-1.38,1.94l-1.79,0.18l-0.67,0.89l-0.99,-0.87l-1.35,-0.09l-0.31,0.32l0.18,0.41l0.66,0.43l-0.97,-0.27l-0.45,0.17l0.18,0.63l-1.59,0.61l0.15,0.67l1.89,0.64l1.44,-0.1l0.69,0.88l-0.18,0.92l-1.97,-1.61l-0.75,-0.2l-0.45,0.23l-0.2,1.02l1.11,0.46l0.3,0.48l-2.34,-0.84l-0.76,0.39l0.16,2.39l0.61,0.07l0.52,0.59l1.44,-0.43l1.41,0.38l1.26,-0.46l0.97,1.2l0.7,1.57l0.66,0.39l0.82,0.02l0.65,0.95l0.03,0.91l-0.66,0.75l-1.0,3.65l-2.24,2.74l-0.51,1.07l-1.35,1.36l-0.58,2.43l0.41,1.27l-3.25,1.99l-2.05,0.24l-4.99,3.12l-1.45,0.04l-2.41,1.15l-1.67,1.19l0.07,-0.5l-1.13,0.05l-1.81,1.46l-0.9,1.36l-4.4,1.16l-5.39,2.64l-1.52,0.13l-0.92,0.73l-2.44,0.05l-0.65,0.93l-3.65,0.22l-0.99,-0.18l-0.85,-0.59l-1.16,0.23l-1.21,-0.86l-4.8,-1.96l-2.71,-1.5l-1.64,-1.54l-1.94,-0.78l-8.52,-7.09l-3.03,-3.95l-3.49,-3.74l-0.87,-1.33l-0.17,-0.96l-1.73,-1.02l-3.88,-4.04l-1.94,-1.14l-2.67,-3.2l-1.63,-1.0l-0.84,-1.01l-0.18,-1.89l-0.66,-0.19l-0.63,0.59l-0.54,-0.17l-4.18,-3.73l-1.45,-1.96l-1.46,-1.14l-1.7,-2.63l-1.65,-1.48l-1.47,-2.81l0.88,-3.29l0.5,-0.76l1.32,-0.83l-0.26,0.75l1.01,1.24l0.67,0.08l1.02,-0.44l0.83,0.17l0.94,-0.69l0.25,0.21l-1.03,2.68l0.24,0.84l1.52,1.23l2.4,-0.38l1.52,-0.7l0.65,-0.71l2.26,-0.04l1.51,-0.42l1.45,-1.37l0.19,-0.7l-0.34,-1.28l0.36,-0.06l0.3,2.26l1.88,0.7l0.59,-0.29l0.11,-0.39l0.69,-0.13l0.66,-0.9l0.59,0.21l0.46,-0.2l0.83,-2.0l1.53,1.64l0.7,-0.0l0.95,-1.43l1.58,-0.33l2.54,-2.09l2.6,-0.59l2.59,0.34l1.25,-0.49l4.5,-7.15l0.16,-1.52l1.55,-2.48l2.22,-1.93l1.09,0.04l0.73,-0.69l0.69,-1.43l0.07,-0.9l-0.87,-2.13l-1.25,-0.94l-2.24,1.56l-0.43,0.78l0.33,1.53l-0.31,2.26l-1.2,0.23l-0.53,-0.37l-0.68,0.08l-0.97,-0.5l-1.1,-1.31l-0.65,0.29l-0.22,1.03l-1.45,0.21l-0.85,-0.55l-0.06,-0.82l-0.53,0.16l-0.65,1.13l0.61,0.91l-1.78,0.22l-2.05,0.8l-5.13,1.18l-2.35,1.7l-1.17,1.86l-1.81,-0.42l-2.04,-0.02l-0.85,-0.55l-1.78,-0.11l-5.03,-1.67l-4.08,-0.59l-4.99,-3.19l-5.31,-2.24l-6.42,-4.41l-0.28,-0.83l-0.74,-0.31l-0.42,-0.6l0.49,-0.71l0.1,-0.83l-0.57,-0.36l-1.75,0.26l-0.15,-0.25l0.45,-0.89l1.3,-0.27l0.19,-0.55l-1.43,-1.28l-1.29,-0.24l-0.08,-0.55l0.78,-0.72l-0.27,-0.47l-1.15,-0.11l-0.95,0.55l-0.06,-1.22l-1.08,0.26l1.83,-2.32l-0.14,-0.36l-0.86,-0.1l-0.56,-0.78l-0.49,-0.1l-0.21,0.45l0.29,1.18l-0.41,0.11l-0.0,-3.49l2.18,0.23l0.39,-0.38l0.04,-0.61l-0.48,-0.5l1.61,-0.59l1.53,-1.82l1.55,-0.78l1.08,-1.78l1.61,-0.09l3.07,-2.0l-0.09,-0.69l-0.8,-0.19l-1.32,0.28l-1.37,1.12l-2.52,0.25l-0.62,0.52l-0.65,1.24l-5.16,2.14l-2.79,3.05l0.2,0.67l-0.49,0.4l-4.27,-0.24l-0.75,-0.44ZM141.04,481.24l-0.02,0.35l-0.14,0.07l0.03,-0.2l0.13,-0.22ZM139.1,480.22l0.01,0.97l-0.7,0.34l-0.26,-0.5l0.95,-0.81ZM28.19,437.73l0.34,-0.24l-0.1,0.14l-0.23,0.1Z", "name": "Gujarat"}, "IN-RJ": {"path": "M113.16,366.39l-0.79,-0.19l-0.82,-1.14l-3.88,0.61l-1.37,-0.78l-1.49,-0.21l-3.05,0.21l-1.75,1.08l-2.15,-0.45l-2.94,0.83l-2.75,-0.76l-1.27,-0.83l-0.91,-0.2l-1.55,-3.64l-2.68,-4.47l-2.06,-7.11l-3.54,-3.49l-0.79,-2.29l-1.64,-1.88l-0.21,-1.01l0.33,-6.6l-0.19,-1.6l-0.91,-1.04l-1.23,-0.24l-3.67,1.06l-3.52,0.09l-2.79,-0.74l-0.75,-0.92l-0.69,-1.91l-3.03,-3.12l-0.94,-1.52l-0.54,-1.56l0.29,-3.26l1.77,-3.12l0.63,-2.52l-0.28,-1.98l0.55,-1.87l-0.16,-5.57l-1.0,-1.17l-2.36,-0.91l-7.44,0.28l-1.19,-0.44l-3.46,-2.72l-4.77,-1.9l-0.82,-0.89l-0.21,-1.18l1.29,-7.93l0.8,-2.43l1.22,-2.0l8.35,-7.32l1.89,-2.92l2.65,-2.47l0.77,-1.08l2.56,-6.91l7.24,-6.53l3.37,-0.9l2.19,0.73l2.89,2.68l0.22,2.51l0.96,2.12l1.23,1.73l1.86,1.21l2.15,0.28l2.76,-0.58l7.27,-3.47l2.28,-0.75l5.18,-0.75l5.05,-0.01l9.45,-2.8l0.73,-1.01l0.37,-4.13l0.46,-1.13l2.41,-3.02l5.04,-4.28l1.5,-3.1l1.81,-6.71l0.69,-1.31l2.22,-2.6l16.76,-8.5l1.03,-0.96l1.04,-2.37l2.71,-3.73l5.61,-10.36l4.24,-13.14l5.55,-2.7l5.67,-1.24l1.25,-0.68l5.27,-4.38l0.01,1.53l-2.58,4.47l0.0,0.93l0.33,0.34l15.39,0.72l3.64,0.48l0.02,0.94l0.94,0.93l0.04,0.52l-2.13,1.4l-0.59,2.13l0.48,0.91l1.08,0.31l2.26,-0.71l0.48,-0.41l0.19,0.23l-0.67,2.55l-0.26,2.85l0.37,1.18l0.79,0.98l-0.07,1.22l-0.19,0.37l-1.73,0.3l-0.34,0.95l2.48,3.97l1.17,-0.0l0.51,-1.04l3.42,-0.01l1.87,-1.25l2.62,1.15l1.36,2.74l1.0,0.28l1.28,-0.27l0.65,1.25l0.71,0.48l2.28,-0.55l0.86,-0.67l1.03,0.64l1.26,-0.12l1.93,-1.4l-0.21,1.19l0.37,0.73l0.69,0.23l1.08,-0.74l0.54,1.48l-0.83,0.46l-0.2,0.49l0.54,1.33l0.0,1.06l1.94,2.91l1.92,0.98l-0.02,0.67l-0.77,0.56l-0.22,0.85l3.34,9.56l3.35,4.22l2.17,1.57l-0.14,0.74l0.33,0.67l1.41,0.08l2.09,0.88l2.08,1.93l2.08,2.67l1.58,2.67l-0.7,-0.71l-0.52,-0.07l-1.05,1.15l-1.53,0.73l-0.43,0.67l0.27,0.88l0.98,0.7l0.61,-0.02l0.86,-0.7l-1.13,1.37l-0.82,1.64l0.59,0.99l-0.48,0.39l-0.91,-0.04l-0.45,0.81l0.15,0.87l1.22,0.93l0.58,1.57l0.74,0.31l3.48,-0.31l1.76,1.41l1.39,-0.66l0.29,-1.0l-0.42,-1.48l-0.6,-0.68l-0.03,-1.56l-0.65,-2.07l0.15,-1.09l0.22,-0.27l1.06,0.2l1.09,-0.39l1.6,1.04l1.18,-0.25l0.39,-0.55l0.02,-0.94l-1.13,-0.83l0.85,-0.33l0.02,-0.98l0.68,0.29l2.29,-0.31l0.49,0.72l-0.59,-0.08l-0.38,0.31l0.06,0.73l0.66,0.56l-0.57,0.47l0.03,0.51l1.42,0.83l0.92,0.06l0.52,1.73l0.97,0.65l1.15,-1.04l2.04,-0.52l0.28,-0.58l-0.44,-1.85l3.39,-2.44l1.36,-1.92l1.01,-0.38l2.42,2.36l0.15,0.52l-0.65,2.79l0.52,2.35l0.19,3.84l-0.86,1.6l-0.46,2.44l0.4,1.04l-0.58,0.37l-0.03,0.84l0.72,0.56l2.1,-0.25l1.27,-1.76l2.05,-0.4l0.26,-0.81l-1.3,-0.89l0.24,-0.53l1.97,0.6l0.71,-0.1l0.6,-0.56l0.81,0.49l0.58,-0.41l0.82,0.59l0.81,-0.67l0.38,0.07l0.36,2.7l0.84,0.78l0.33,0.85l0.04,0.6l-0.52,1.02l0.73,0.91l0.01,1.61l2.3,3.01l0.95,2.22l1.87,0.74l1.89,1.31l1.14,0.19l0.15,1.49l0.75,1.73l0.61,0.61l-0.36,0.58l-1.2,0.7l-0.31,0.83l-2.57,0.82l-0.37,0.89l0.3,0.66l0.88,0.32l0.64,1.0l2.23,0.36l0.7,-0.5l0.87,1.25l-1.42,0.37l-6.42,3.0l-0.85,1.15l-0.02,2.84l0.73,0.32l0.77,-0.2l1.26,-1.79l1.15,0.07l4.09,-1.67l2.33,-1.65l2.98,0.47l0.85,0.51l1.05,-0.35l2.89,0.35l1.09,1.2l0.67,-0.29l0.09,-1.11l1.09,-0.08l1.28,-1.16l1.69,-0.04l2.02,0.57l-0.98,0.92l-1.12,0.42l-0.05,0.72l0.66,0.88l-0.85,0.24l-0.1,0.82l-1.0,-0.26l-0.95,0.2l-0.54,3.52l-0.93,0.02l-0.98,-0.46l-1.99,0.86l-1.51,0.22l-0.57,0.55l-0.21,0.79l-1.71,0.58l-0.26,0.53l0.27,0.69l-2.38,1.08l-0.92,1.0l-2.98,0.75l-3.21,2.22l-2.11,0.06l-0.56,0.59l-0.11,0.9l-2.76,0.32l-1.52,2.06l-2.32,1.81l-2.65,0.18l-0.91,0.72l-0.32,0.96l-1.97,0.47l-0.92,1.2l-1.56,1.0l-1.05,0.28l-0.68,1.19l-2.24,1.52l-0.52,1.68l-0.79,0.35l-0.93,1.01l-2.88,0.01l-0.79,1.22l-0.84,0.14l-1.36,1.03l-1.09,1.85l-0.12,1.68l-1.03,0.59l1.24,6.15l1.02,3.16l1.64,0.79l1.23,1.75l2.04,0.43l1.85,1.25l0.57,0.11l1.26,-0.41l1.39,0.2l1.84,1.04l0.77,-0.39l1.71,0.0l2.77,-1.21l2.19,0.5l1.34,-0.62l0.88,-1.95l0.69,-0.54l1.52,-0.36l0.69,0.22l0.38,0.55l-0.47,1.46l0.69,1.45l-0.15,1.82l1.16,1.77l-0.39,1.97l-1.43,1.01l-1.76,-0.7l-1.13,0.24l-1.06,-0.21l-3.5,1.17l-2.7,0.19l-4.12,1.59l-0.88,1.16l-0.03,0.67l0.99,2.1l0.11,1.21l-0.8,0.67l-1.8,0.4l-0.46,0.59l0.01,0.63l2.21,2.47l1.07,0.57l2.33,0.03l1.64,1.33l0.87,1.46l0.43,2.21l-0.59,0.95l-3.32,1.33l-0.31,-0.01l-0.09,-0.98l-0.76,-1.19l-1.72,-0.45l-0.99,0.55l0.19,7.02l0.56,1.52l1.87,2.64l-0.75,1.42l-2.66,0.44l-2.87,-1.98l-0.29,-0.38l0.59,-1.58l-0.65,-0.89l-1.49,0.26l-1.32,0.66l-0.62,0.81l-0.38,1.25l-0.93,0.27l-0.8,-1.35l-0.81,-0.46l-2.36,0.15l-2.37,-0.75l-2.62,0.03l-0.56,-0.65l-0.06,-1.39l-0.91,-0.21l-1.44,0.8l-0.41,0.77l-0.22,5.75l-0.91,1.03l-3.07,2.04l-0.18,0.86l0.58,0.69l-0.36,0.8l-2.54,1.42l-3.18,1.16l-1.39,-1.09l-0.78,0.05l-0.42,0.67l0.21,1.39l-0.75,1.99l-1.04,-0.67l-1.53,-0.23l-0.54,-1.73l-2.26,-1.43l-0.39,-0.57l-0.11,-1.38l0.73,-1.34l0.34,-0.08l2.56,1.5l0.99,-0.14l1.03,-0.78l1.53,0.76l2.78,-3.75l-0.19,-0.69l-1.38,-0.85l-0.38,-0.73l0.33,-1.04l1.14,-1.39l0.31,-1.44l-0.35,-1.02l-1.31,-0.83l-0.49,-2.5l0.29,-1.27l0.46,-0.6l2.12,0.79l0.87,-0.42l0.54,-0.87l-0.12,-3.35l-1.72,-2.18l-0.08,-1.9l-1.45,-1.82l-0.93,-0.39l-1.02,0.2l-2.12,1.19l-6.1,1.13l-1.71,-0.05l-2.46,-0.66l-2.71,0.12l-0.69,-0.28l-0.43,-0.95l1.0,-1.04l0.14,-0.7l-0.82,-1.9l1.39,1.33l1.73,0.45l2.43,-0.55l1.29,-1.43l-0.03,-0.57l-0.61,-0.38l-3.06,0.55l-1.27,-0.53l0.04,-0.32l1.57,0.36l0.71,-0.62l-0.09,-0.83l-0.78,-1.15l0.96,-1.84l-0.38,-0.68l-2.77,0.61l-2.39,-0.18l-0.87,0.22l-1.43,2.29l0.29,1.74l-0.19,0.81l-1.27,-0.2l-1.56,1.09l-2.66,-1.04l-1.24,-1.01l-1.28,-0.2l-0.46,0.24l-0.21,0.62l0.68,2.0l-0.19,1.6l0.21,0.59l3.12,0.55l1.1,-0.15l0.1,0.39l-0.55,2.44l-0.6,0.36l-1.68,0.1l-1.61,-1.83l-0.62,-1.83l-0.6,-0.15l-0.56,0.47l-0.19,2.47l0.42,1.11l-2.09,4.22l-0.12,0.98l0.53,0.75l3.35,1.05l0.25,0.61l-2.43,2.42l-0.39,1.79l-0.73,1.25l0.16,0.52l0.56,0.3l2.45,-0.12l1.2,0.69l0.89,3.8l2.05,2.4l-0.64,1.04l-1.18,3.43l-0.18,1.43l0.11,2.2l0.8,1.33l0.19,1.94l-2.53,4.99l-0.87,0.81l-5.89,2.59l-2.01,1.8l-1.52,2.59l0.02,1.08l0.6,0.72l2.45,0.79l1.39,0.05l1.5,1.36l-2.98,1.57l-1.93,0.47l-2.21,1.15l-2.7,-0.33l-1.68,0.98l-0.59,-0.97l-0.83,-0.47l-1.34,-2.19l-1.43,-0.75l-1.43,0.61l-0.48,-0.26l-0.72,-2.86l-2.18,-1.34l-2.15,-1.97l-0.91,-0.2l-0.73,0.85l-0.66,-0.04l-2.15,-2.97l-0.57,-0.34l-2.93,0.76l-1.14,-0.82l-1.17,0.04l0.32,-1.25l-0.46,-1.22l0.13,-1.76l-0.24,-0.9l-1.4,-1.24l-0.65,0.06l-1.41,1.07l0.32,-2.39l-0.31,-0.73l-1.75,-0.71l-1.19,-1.94l-1.47,-0.23l0.28,-3.15l1.47,-1.08l0.28,-0.53l-0.77,-1.97l-0.12,-1.42l-1.32,-2.1l-0.38,-0.24l-0.65,0.19l-1.13,1.93l-1.34,0.87l-0.98,-1.08l-0.62,-1.36l-2.63,-2.03l-0.7,-1.62l0.87,-2.35l0.88,-1.21l1.13,0.05l0.78,-0.31l0.62,-1.27l-0.18,-0.76l-0.43,-0.3l-1.27,0.38l-1.91,-0.74l0.23,-2.35l-0.43,-1.01l-1.21,-0.11l-2.26,0.63l-0.78,1.08l-0.46,2.35l-0.86,0.68l-0.6,0.06l-1.89,-0.53l-3.52,-0.4l-1.51,-2.29l-2.14,-0.65l-1.84,-1.02l-1.46,0.26l-0.78,2.15l-0.36,0.2l-0.92,-1.62l-0.24,-1.27l-1.85,-0.15l-0.62,-0.94l-1.53,-0.29l-0.97,-0.75l2.33,-0.44l0.22,-0.89l-0.68,-0.67l-4.54,0.35l-2.17,-0.71l-1.13,-1.44l-0.59,-0.29l-2.11,0.47l-1.51,1.18l-0.76,-0.09l-0.9,-0.81l-0.82,0.05l-0.91,0.64l-0.15,0.93ZM294.16,288.97l0.26,-0.35l0.11,-0.1l-0.05,0.3l-0.31,0.15ZM252.61,250.52l-0.88,-0.6l-0.15,-0.41l0.59,0.24l0.44,0.77Z", "name": "Rajasthan"}, "IN-MP": {"path": "M191.91,423.84l-0.52,-3.36l-0.53,-1.39l0.74,-0.61l0.77,-0.34l2.88,0.29l2.23,-1.16l1.99,-0.5l3.36,-1.88l-0.0,-0.75l-1.53,-1.53l-4.03,-0.93l-0.42,-0.88l1.39,-2.39l1.85,-1.66l5.83,-2.55l1.04,-0.94l1.49,-3.12l1.15,-1.64l0.11,-1.95l-0.24,-1.12l-0.77,-1.25l-0.08,-1.88l0.16,-1.29l1.86,-4.79l-2.14,-2.67l-0.45,-2.8l-0.59,-1.21l-1.63,-0.91l-2.47,0.1l0.66,-1.0l0.32,-1.64l1.74,-1.48l0.81,-1.32l-0.17,-0.87l-0.45,-0.45l-3.45,-1.11l-0.08,-0.37l2.2,-4.61l-0.4,-1.42l0.1,-1.99l0.36,1.48l0.95,0.81l0.7,1.18l0.53,0.26l1.56,-0.03l1.01,-0.34l0.72,-0.72l0.5,-2.94l-0.75,-0.84l-1.19,0.14l-2.6,-0.34l0.17,-1.7l-0.66,-1.97l0.84,0.14l1.09,0.93l2.15,1.06l1.16,0.09l1.62,-1.1l1.02,0.31l0.63,-0.38l0.36,-1.3l-0.29,-1.62l1.1,-1.75l2.84,0.09l2.19,-0.57l-0.84,1.67l0.9,1.76l-1.84,-0.24l-0.48,0.64l0.06,0.81l0.84,0.71l1.12,0.24l2.91,-0.55l-1.3,1.1l-1.61,0.23l-1.34,-0.35l-1.47,-1.38l-0.77,0.01l-0.33,0.88l0.81,1.84l-0.85,0.94l-0.32,0.92l0.8,1.39l1.08,0.43l2.69,-0.13l2.41,0.65l1.95,0.06l6.25,-1.16l2.89,-1.35l0.81,0.55l0.9,1.26l0.02,1.76l1.69,2.09l0.14,2.99l-0.72,0.67l-1.35,-0.77l-1.15,0.13l-0.74,0.98l-0.34,1.56l0.56,2.82l1.31,0.91l0.28,0.62l-0.23,1.1l-1.45,2.03l-0.07,0.88l0.25,0.76l1.62,1.36l-2.15,2.93l-1.36,-0.75l-1.75,0.95l-3.0,-1.53l-0.78,0.44l-0.86,1.74l0.13,1.58l0.39,0.76l2.43,1.6l0.49,1.72l0.33,0.26l1.63,0.23l0.86,0.6l0.71,0.05l0.53,-0.62l0.69,-1.91l-0.18,-1.56l1.04,0.97l0.88,0.15l3.38,-1.22l2.74,-1.55l0.62,-1.43l-0.58,-1.02l2.89,-1.87l1.22,-1.46l0.23,-5.8l1.25,-0.97l0.03,1.13l0.96,1.07l0.65,0.22l2.18,-0.18l2.45,0.76l2.27,-0.16l0.37,0.22l0.5,1.22l0.8,0.37l1.54,-0.47l0.94,-2.01l2.1,-0.79l-0.46,2.16l2.85,2.18l0.96,0.53l3.22,-0.59l1.09,-2.16l-2.28,-3.57l-0.43,-4.0l0.27,-1.37l-0.24,-1.82l1.59,0.28l0.46,1.83l1.11,0.44l3.72,-1.46l0.82,-0.85l0.14,-0.79l-0.48,-2.47l-1.05,-1.74l-1.9,-1.51l-2.48,-0.08l-0.78,-0.44l-1.9,-2.1l0.23,-0.33l1.92,-0.41l0.89,-0.95l-0.08,-1.74l-0.97,-2.28l0.51,-0.72l3.91,-1.51l2.67,-0.19l3.37,-1.16l1.06,0.21l0.95,-0.26l1.95,0.71l1.88,-1.18l0.37,-0.58l0.33,-2.13l-1.25,-2.17l0.23,-1.44l-0.69,-1.42l0.48,-1.43l-0.97,-1.29l-1.87,-0.11l-1.6,0.8l-0.94,1.95l-0.61,0.55l-2.56,-0.43l-2.91,1.24l-1.6,-0.03l-0.73,0.39l-1.59,-1.02l-1.63,-0.22l-1.33,0.41l-1.98,-1.3l-1.68,-0.23l-1.39,-1.83l-1.51,-0.67l-0.88,-2.84l-1.3,-5.49l1.02,-0.67l0.31,-2.18l0.62,-1.04l1.1,-0.9l1.23,-0.38l0.55,-1.06l2.42,0.18l0.59,-0.28l0.95,-1.02l0.89,-0.44l0.58,-1.75l2.19,-1.47l0.56,-1.08l0.9,-0.2l1.61,-1.02l0.91,-1.21l2.0,-0.48l0.62,-1.26l0.58,-0.41l2.55,-0.13l2.61,-2.01l1.39,-1.95l2.46,-0.14l0.69,-0.61l0.16,-0.98l2.14,-0.08l3.22,-2.23l3.09,-0.81l0.88,-0.97l2.69,-1.32l-0.1,-1.03l1.58,-0.6l0.61,-1.23l1.4,-0.18l1.79,-0.82l1.11,0.48l1.32,-0.23l0.74,-2.26l-0.13,-1.3l1.54,0.32l0.58,-0.57l0.06,-0.52l1.15,-0.19l1.1,0.21l1.15,-1.25l2.21,0.06l0.6,0.87l1.21,0.11l1.07,1.0l1.77,0.32l1.5,0.84l1.12,-0.0l0.65,-0.6l1.15,0.01l1.42,-0.73l0.31,0.53l0.62,0.09l0.33,-0.27l0.47,0.74l0.85,0.09l2.08,1.98l1.97,-0.15l0.92,3.46l2.47,4.19l0.31,1.69l-0.36,1.13l0.63,0.93l-1.09,1.53l-1.67,0.49l-0.96,0.95l-0.03,1.06l0.54,0.96l-0.96,0.59l-0.16,1.24l1.03,1.32l-1.17,1.84l-1.04,2.8l-1.41,1.74l-0.79,2.01l-2.15,1.79l-0.42,1.83l0.82,2.19l-0.08,0.67l-0.87,0.47l-3.09,0.63l-2.0,1.1l-2.01,-0.16l-3.47,0.83l-0.72,0.75l-0.3,1.66l-0.43,0.6l-2.48,2.28l0.14,1.03l1.3,1.67l2.05,4.43l-1.1,3.43l0.3,1.25l-0.41,1.16l-1.97,1.91l-2.39,1.59l-0.5,1.2l1.73,2.46l0.18,1.91l0.95,1.42l-0.09,1.58l0.4,0.6l-0.05,0.55l-1.41,2.68l0.63,1.3l0.81,0.48l0.33,0.83l2.13,1.35l-0.66,2.0l1.03,1.4l1.2,0.28l1.31,-0.64l0.68,-0.76l0.44,-1.78l0.54,-0.38l1.29,0.66l3.7,3.07l1.13,0.44l1.71,0.11l0.29,1.21l0.51,0.5l1.39,0.24l2.0,-1.84l1.09,-2.43l1.6,-1.48l0.61,-1.1l0.21,-1.63l-0.77,-0.66l-1.18,-0.2l0.18,-1.5l-0.89,-1.24l-0.76,-1.86l-1.56,-0.8l-2.6,0.54l-0.4,-0.6l-0.1,-0.69l0.64,-1.42l-0.4,-4.14l-2.32,-3.07l-0.93,-5.45l-1.38,-3.44l-1.82,-1.91l0.46,-1.11l1.51,-1.78l-0.04,-0.98l0.34,-0.29l1.63,0.2l1.78,1.89l1.0,-0.11l0.24,-0.64l-0.22,-1.03l0.54,-1.16l-0.8,-1.21l0.38,-1.0l1.02,-0.28l0.21,2.56l0.28,0.42l0.67,0.24l1.06,-0.34l0.39,-0.55l0.01,-2.04l0.8,-1.02l0.43,0.73l-0.35,2.05l0.5,0.45l1.11,-0.0l-0.13,1.21l-0.65,1.35l0.06,1.31l-1.51,1.2l-0.74,1.59l0.05,1.24l0.86,0.77l1.08,-0.45l0.92,-1.08l1.46,-0.63l0.23,-1.37l0.95,0.5l-1.07,1.61l0.14,0.88l0.53,0.5l2.51,-0.66l0.27,1.38l0.64,0.34l0.66,-0.28l0.8,-0.96l3.2,0.58l0.73,-0.83l-0.57,-2.42l0.54,0.56l0.59,0.1l1.28,-1.19l1.03,0.15l0.67,-0.35l-1.84,2.96l-0.99,1.04l-0.22,2.1l0.69,0.76l1.57,0.06l0.34,-0.27l0.21,-2.05l0.73,0.13l0.64,1.13l0.95,-0.04l2.13,-2.35l2.82,0.98l3.59,-0.24l0.55,0.59l0.71,0.2l2.3,-1.07l-0.01,-0.76l-0.98,-1.46l0.31,-0.53l1.98,-0.41l3.08,-2.33l2.01,-0.92l1.31,0.28l1.46,-1.05l0.73,-1.06l0.9,0.24l1.34,-0.26l0.81,1.27l0.36,2.78l1.13,0.71l0.62,0.83l0.69,-0.02l0.56,1.65l-1.97,1.05l-1.44,1.71l-0.96,-0.01l-0.34,0.31l0.1,1.75l0.99,1.21l1.85,-0.32l1.64,0.37l0.55,-0.44l0.02,-0.69l0.89,0.96l1.03,-0.11l1.14,-0.73l0.14,-0.7l-1.44,-0.98l-0.23,-0.67l1.41,0.35l0.98,-0.14l0.49,-0.56l-0.02,-0.89l0.91,1.49l1.19,1.06l2.66,-0.26l0.57,-0.45l-0.02,-0.8l-1.53,-1.17l2.9,-0.26l0.82,-1.55l0.76,-0.22l0.37,0.5l-0.88,2.05l-0.17,1.21l-0.87,0.88l-0.27,1.12l-0.71,0.9l-0.01,0.88l0.65,0.49l1.01,0.13l2.85,-0.5l1.42,1.01l1.82,-0.42l2.77,1.85l0.48,-0.11l0.95,-1.14l1.13,-0.17l0.55,-0.44l-0.19,-1.79l1.86,-2.5l0.21,-1.01l-0.21,-1.35l1.88,-0.09l1.44,0.45l0.14,1.38l1.85,0.38l1.28,-0.26l0.5,-0.44l-0.0,-0.94l-0.92,-0.68l2.58,-0.76l1.08,2.35l-0.2,0.73l0.3,0.56l2.82,0.72l1.28,-0.01l0.48,1.09l0.94,0.37l1.83,-0.48l0.75,0.19l0.86,1.37l-0.24,1.06l0.26,0.65l2.72,2.08l2.45,0.41l2.82,1.69l0.96,-0.18l1.48,-1.0l-0.13,2.39l0.86,0.49l0.92,-0.62l0.09,1.92l0.52,0.37l0.8,-0.12l0.35,0.24l-0.59,1.47l0.13,0.65l3.0,0.17l0.76,-0.21l0.66,-0.93l-0.07,-1.74l4.89,1.07l3.33,-1.1l0.09,1.22l0.4,0.33l1.39,0.15l0.54,1.49l0.68,0.8l-0.36,0.47l-1.52,-0.19l-0.64,0.68l0.2,2.3l-0.31,2.05l0.32,0.63l0.66,0.4l0.01,2.03l-0.73,1.7l-0.24,1.96l-0.48,0.42l-0.99,0.18l-0.36,0.6l0.51,1.13l1.45,1.26l-0.08,1.5l1.94,2.08l-0.51,1.73l-3.3,1.36l-0.49,0.55l-0.31,1.33l-2.3,1.07l-1.01,0.87l-0.88,0.08l-7.25,-0.43l-1.86,-0.49l-3.75,-0.02l-2.21,-1.13l-2.21,-0.16l-3.22,1.48l-0.71,0.02l-1.74,-0.88l-1.97,-1.98l-1.49,-0.09l-0.93,0.68l0.04,1.82l1.74,3.3l0.13,0.87l-0.82,1.16l-1.16,0.74l-0.2,1.29l-0.68,0.92l1.15,2.78l0.98,0.35l3.34,-1.97l2.94,1.13l2.03,0.35l1.91,3.02l1.05,0.45l0.42,0.74l2.45,-0.02l2.02,1.71l-0.93,5.0l-0.6,1.3l-1.71,-0.05l-4.13,2.09l-0.4,0.98l0.22,2.14l-2.16,1.95l-2.51,1.09l-0.4,1.44l0.25,2.13l-0.72,1.02l0.15,1.54l-2.9,1.71l-0.81,1.84l-3.11,0.97l-3.42,2.57l-1.2,-1.63l-0.76,-0.29l-2.59,0.93l-1.23,0.78l-0.33,-0.11l-0.37,-0.87l-0.55,-0.26l-1.18,0.75l-1.36,2.21l-0.12,3.42l-0.63,1.08l-2.01,1.52l-0.47,2.63l-0.86,0.45l-0.09,0.55l0.46,1.25l-1.05,-1.17l-0.71,-0.26l-0.67,0.17l-1.14,1.39l-1.27,2.61l-0.33,1.02l0.08,3.35l-0.46,1.29l-0.84,1.13l-1.17,0.26l-0.81,1.51l-0.42,4.31l0.2,2.79l-0.79,3.1l-0.5,1.32l-1.2,0.7l-4.35,-2.38l-2.47,0.26l0.66,-1.14l-0.53,-1.51l-2.06,-1.52l-0.86,-1.78l-1.97,-0.57l-1.82,-1.32l-2.9,1.1l-0.95,1.06l-2.08,0.67l-1.29,-0.44l-1.59,0.81l-1.72,0.26l-1.05,-1.58l-1.84,-0.51l-3.21,0.31l-2.72,1.46l-0.66,-2.26l-1.15,-0.86l-0.48,-0.84l-1.97,-0.81l-2.96,-0.11l-2.32,-0.77l-0.87,0.22l-0.62,1.76l-4.01,1.3l-2.67,0.31l-2.03,0.7l-0.54,0.74l0.27,1.26l-0.51,0.33l-6.33,1.11l-4.0,-0.66l-1.57,-1.01l-0.97,-0.01l-1.3,0.64l-0.55,-3.04l-0.83,-0.67l-1.23,-0.09l-0.76,0.24l-0.93,1.06l-3.57,1.12l-1.56,1.75l-1.72,1.11l-5.31,1.96l-1.03,0.07l-2.53,-0.84l-2.73,1.48l-0.66,-0.51l-1.65,-0.17l-1.51,0.48l-1.41,-1.01l-0.7,0.0l-0.39,0.34l-1.68,-3.06l0.14,-0.72l3.36,0.16l0.93,-0.48l-0.89,-5.48l-1.4,-0.87l-0.32,-0.69l-0.8,-0.52l-4.42,-0.24l-0.78,0.24l-0.86,0.87l-1.11,0.34l-0.85,0.92l-1.1,-0.81l-2.12,0.08l-2.74,1.01l-3.44,2.43l-2.09,0.11l-1.09,0.46l-0.85,1.04l-0.3,2.63l-1.62,2.5l-2.88,2.12l-0.14,0.51l0.61,1.53l0.02,1.19l-0.72,1.14l-3.85,0.87l-1.98,2.37l-1.61,0.61l-2.78,0.38l-2.94,-0.34l-1.16,-0.59l-1.08,-1.5l0.86,-0.25l0.29,-0.6l-0.36,-2.94l-1.17,-2.7l-0.64,-0.52l-1.32,0.08l-2.71,-0.81l-2.23,-0.27l-2.14,0.52l-3.25,0.17l-2.54,-0.23l-3.15,0.44l-6.44,-0.32l-3.07,-0.67l-2.27,-1.01l-1.93,-3.14l-1.84,-1.33l-1.81,-0.18l-1.57,-0.99l-1.27,-0.25l-4.77,0.17l-1.46,-1.1l-2.02,-0.68l-2.12,-1.56l-0.9,-2.61l0.18,-3.47l-0.27,-1.11l-2.52,-2.68l-1.03,0.05l-1.18,1.1l-1.83,0.63l-0.3,0.75l-0.91,0.4l-1.79,0.03l-1.41,-0.68l0.36,-3.59l-0.75,-1.1l-0.65,-2.31l-0.92,-1.03l-0.2,-3.47l0.42,-0.63l1.49,0.91l2.06,-0.4l1.35,-0.99l0.42,-1.19l-0.17,-0.49l-0.87,-0.58l-3.69,-0.2l-2.05,-1.99l0.61,-0.64l1.89,0.55l1.15,-0.22l3.77,-3.23l1.72,-0.16l1.38,-0.98l2.78,-5.33l0.07,-0.76l-1.19,-1.96l-0.93,-0.37l-0.9,0.29ZM342.94,345.9l-0.07,-0.47l0.06,-0.58l0.99,-1.54l-0.98,2.59Z", "name": "Madhya Pradesh"}, "IN-OR": {"path": "M408.6,584.62l0.87,0.38l0.7,-0.57l0.17,-1.23l0.78,-1.54l0.14,-2.48l0.72,-1.11l0.53,-2.11l-0.29,-1.58l0.84,-1.84l0.76,0.02l2.17,-0.82l1.07,-1.24l1.83,-0.69l1.82,-2.82l4.8,-4.17l-0.13,-1.22l-1.17,-0.95l0.98,-0.36l1.48,-1.56l2.18,-0.42l1.07,-1.66l0.73,0.55l0.81,-0.24l0.83,-3.98l0.54,-0.67l1.08,-0.58l0.29,-0.71l-0.1,-2.84l-0.74,-1.34l-0.25,-1.24l-0.98,-0.82l0.26,-1.36l-0.7,-1.85l0.8,-2.84l-0.22,-0.61l-0.86,-0.66l0.89,-0.73l0.05,-0.95l-0.72,-0.89l-1.26,-0.42l-0.99,-1.74l-1.27,-0.51l0.35,-3.73l-0.41,-1.94l0.27,-2.32l-0.75,-0.79l-1.7,-0.38l-0.94,-1.68l-2.97,-1.76l-0.47,-0.78l0.14,-0.74l1.38,-2.44l0.97,-0.56l1.15,-1.25l1.66,1.78l0.44,1.11l1.07,-0.03l0.97,-1.34l1.85,1.55l0.52,0.87l1.61,0.18l2.16,4.28l0.64,0.59l0.76,-0.22l1.26,-1.7l3.32,0.37l1.51,0.69l1.33,0.07l-0.14,2.05l0.48,0.54l0.74,-0.1l3.64,-2.46l0.2,-0.83l-0.84,-1.09l0.5,-2.36l-0.44,-1.37l-1.49,-0.16l-1.2,0.53l-1.26,-1.05l-2.25,-0.06l-2.22,-1.3l0.69,-3.13l-0.27,-3.86l-0.48,-1.12l0.27,-3.95l-0.1,-0.42l-0.55,-0.27l-0.35,0.21l-0.3,-1.32l-0.82,-0.26l-0.35,-0.87l0.85,-4.04l-0.72,-2.56l-0.04,-3.65l0.23,-0.22l0.93,0.25l0.06,0.91l0.5,0.38l1.85,-0.78l1.59,-2.19l1.54,-1.08l2.51,-4.8l0.2,-1.41l2.78,-0.21l1.21,0.48l1.08,-0.43l4.28,-0.65l3.13,1.97l2.46,-0.12l1.12,-0.71l0.83,-1.15l0.91,-2.52l0.94,-1.38l-0.0,-1.07l0.48,-0.85l2.25,0.71l0.98,-0.23l0.33,-0.74l-0.12,-1.25l-1.59,-1.85l-0.16,-1.47l0.71,-2.42l3.3,-5.53l0.24,-1.66l1.26,0.23l0.4,-1.1l0.9,-0.08l0.47,-0.83l0.2,-2.45l-1.77,-1.6l0.22,-1.51l1.57,-1.15l-0.05,-0.68l-0.65,-1.0l2.18,-3.06l2.99,-1.33l3.65,-3.0l2.69,-0.52l0.96,-0.56l1.06,-1.28l0.29,-0.96l-0.2,-1.52l-0.66,-1.22l2.36,1.1l2.44,3.59l1.03,0.81l1.71,0.29l2.63,1.1l3.55,-0.27l2.45,-1.4l0.45,-1.5l6.57,-0.18l2.05,-0.74l3.38,0.91l1.21,-0.78l1.34,-0.23l2.05,-1.36l0.86,2.95l0.13,1.93l-0.32,1.19l-1.6,2.32l-1.72,3.41l0.2,0.71l0.42,0.13l1.79,-0.54l1.28,0.22l4.01,2.74l3.34,-3.21l2.5,-1.08l0.99,-0.02l3.14,1.77l3.92,1.01l2.38,-0.82l1.13,-0.8l-0.69,1.35l0.07,1.78l0.31,0.54l1.81,0.87l1.44,-0.37l1.24,-0.87l1.91,-2.83l0.46,-2.86l-0.71,-2.31l0.76,-1.24l0.11,-1.23l-0.34,-2.49l-1.3,-1.91l-0.08,-0.67l1.7,-0.51l0.76,-0.96l0.5,-0.16l1.56,1.77l5.7,2.91l2.44,2.6l1.27,0.35l2.8,-0.49l5.68,3.71l0.66,0.99l1.88,0.67l2.06,1.47l1.92,0.22l2.3,1.14l0.67,0.67l0.2,0.8l-0.24,2.33l1.32,1.8l1.16,0.01l1.78,-2.16l0.87,0.07l1.39,0.85l0.72,2.92l0.74,1.0l5.27,1.5l0.12,2.57l1.25,2.13l-3.71,1.5l-4.33,0.33l-2.84,1.48l-1.58,1.12l-4.5,4.76l-1.65,2.44l-0.94,2.78l0.21,2.98l3.72,8.83l-0.15,0.33l-2.19,0.13l-0.26,0.6l0.52,0.68l0.66,0.26l2.2,0.07l0.33,0.76l-0.94,-0.18l-0.86,0.63l0.29,0.63l1.57,0.73l-2.3,1.0l-5.38,4.36l-0.87,1.94l-0.14,2.13l0.59,0.38l1.32,-0.93l0.32,0.19l-0.66,0.93l-2.07,1.29l-0.17,0.9l-1.96,1.18l-3.56,1.2l-0.62,0.5l-0.99,3.01l-2.18,2.22l0.07,0.88l-3.15,-2.37l-2.09,-0.05l-0.98,-0.98l-0.43,-1.27l-0.55,-0.22l-0.38,0.27l-0.24,0.91l0.53,1.5l1.8,1.31l2.24,0.53l0.58,1.03l1.33,0.59l-2.46,1.35l-5.48,2.09l-1.05,-0.38l-0.74,0.47l-5.64,1.45l-1.8,0.97l-1.66,0.07l-2.84,1.15l-0.84,-0.01l-2.11,1.23l-2.56,0.82l-0.12,-0.91l1.47,-0.48l0.08,0.59l0.46,0.02l1.85,-1.08l0.04,-4.51l-0.63,-0.57l-2.59,-0.65l-1.42,0.22l-3.64,3.22l-1.69,0.52l-2.08,2.43l0.02,0.78l-1.97,2.76l0.13,1.11l-0.98,0.61l-0.34,0.66l0.22,0.87l0.6,0.2l-0.13,0.36l0.47,0.55l0.96,-0.7l0.74,-0.13l-3.75,3.53l-6.09,4.87l-2.33,2.95l-0.87,-1.1l-2.14,-0.04l-0.56,0.34l0.14,1.16l-0.34,0.71l-0.9,-0.27l-2.35,1.12l-1.26,1.04l-1.69,0.08l-0.26,0.34l0.17,0.89l-0.33,0.72l0.05,0.87l-1.0,1.23l-1.18,0.2l-0.74,1.7l-1.32,1.09l-4.68,0.75l-2.81,-1.03l-5.13,0.38l-1.2,-1.49l-1.61,-4.45l-1.01,-0.54l-1.01,0.18l-0.5,0.86l0.2,1.32l-0.8,-2.26l-2.99,-3.94l-0.88,0.3l-0.51,1.45l-1.24,0.87l-0.57,1.24l-0.56,-1.57l-1.12,-0.44l-0.41,0.64l0.3,1.21l-0.52,0.7l0.12,0.82l-3.07,-1.25l-1.04,0.21l-0.61,0.54l-0.01,0.6l0.92,1.68l0.72,0.88l0.72,0.22l0.53,0.86l-1.83,0.9l-2.19,1.79l-1.56,0.69l-1.43,-0.77l-1.03,0.31l-3.19,3.91l-0.17,2.09l0.81,1.42l1.02,0.22l-1.53,2.04l0.32,1.52l-0.23,0.78l-0.89,0.07l-1.43,0.66l-1.31,0.07l-0.23,-0.16l0.01,-1.09l-0.37,-0.38l-2.06,-0.8l-0.93,0.12l-0.62,0.52l0.12,1.64l-0.33,0.6l-3.15,1.78l-0.71,1.76l-1.31,-0.43l0.47,-2.32l-0.48,-0.89l-2.17,-2.19l-0.29,-2.87l-2.46,-0.5l-2.38,3.46l-0.09,1.68l-0.5,1.42l0.29,1.04l-1.51,2.72l0.14,0.92l1.34,1.18l-0.86,0.75l0.1,2.0l-1.65,0.16l-0.93,1.4l-1.59,-0.19l-1.48,-1.2l-1.32,-0.39l-1.7,0.2l-1.56,1.08l-2.27,0.35l-3.0,1.96l-2.65,1.29l-1.11,1.17l-1.46,0.31l-2.23,1.63l-1.94,-0.89l-0.68,0.23l-0.52,1.0l-2.17,-0.55l0.13,-1.87ZM525.81,532.38l-0.05,-0.65l0.8,-0.25l0.04,-0.71l-0.49,-0.28l1.13,-1.12l-0.4,-0.64l0.3,-0.48l1.49,0.43l1.55,-1.12l1.08,-0.07l0.05,0.45l-1.37,1.35l-0.86,-0.66l-0.66,0.66l-0.63,0.11l0.75,1.39l-2.7,1.6Z", "name": "Orissa"}, "IN-TN": {"path": "M249.84,785.28l-0.33,-0.95l0.1,-1.86l1.6,0.49l1.48,-0.2l1.11,-1.27l1.32,-0.6l0.3,-1.05l1.07,-0.88l1.68,0.16l0.34,0.48l0.05,1.28l0.84,0.64l5.71,-0.26l2.06,0.51l0.81,-0.69l0.4,-2.03l2.08,-2.99l2.57,-0.44l2.02,1.94l0.79,0.31l0.61,-0.27l0.51,-1.19l2.74,-0.17l1.14,-0.44l2.26,1.02l2.41,-0.26l1.0,-0.81l1.68,-3.48l0.65,-0.34l3.83,-0.43l1.03,-0.61l3.07,-4.27l0.07,-0.85l-1.01,-1.75l-1.33,-0.89l-1.06,-0.22l-5.49,-0.07l-0.44,-1.25l2.84,-2.25l1.44,-2.2l0.47,-2.63l-0.45,-0.65l-0.84,0.03l0.12,-0.69l-0.38,-1.02l1.14,-3.22l2.33,-0.11l2.46,-1.36l-0.16,-1.26l1.0,-1.73l0.33,-1.31l1.11,-0.38l1.66,-0.0l1.7,1.66l1.0,0.45l0.79,-0.3l0.66,-1.11l0.44,0.08l2.35,1.72l2.91,0.96l1.35,1.89l2.47,1.79l2.53,0.3l0.89,-0.42l1.33,-1.4l0.29,-1.48l0.98,0.03l1.45,-1.18l1.06,-2.6l1.03,-4.37l0.4,-0.53l1.29,-0.38l0.6,-0.96l3.87,-0.67l0.65,1.17l0.79,0.15l0.91,-0.67l0.3,-1.05l0.55,-0.02l0.97,0.23l0.51,0.92l2.1,0.65l2.72,-0.3l0.76,-0.54l2.09,-2.71l1.31,0.59l0.57,-0.08l2.15,-2.17l1.18,-0.62l0.42,-0.71l-0.07,-0.91l0.47,-1.75l0.53,-0.28l1.75,0.15l1.06,1.37l0.63,0.35l2.87,-0.38l0.18,1.3l1.04,0.76l2.31,-0.02l0.42,-0.96l-1.05,-0.98l-0.01,-0.36l1.61,0.07l4.38,-2.25l0.44,-0.72l0.05,-1.3l2.65,-1.83l-0.01,-0.75l-0.67,-0.64l1.64,0.69l-0.38,1.1l0.47,0.56l3.19,0.35l1.48,-0.39l1.4,1.36l0.73,-0.21l0.37,2.77l-0.32,2.03l-0.47,0.24l-0.18,1.0l0.58,0.53l-0.78,1.59l0.16,1.33l-0.83,1.23l-1.04,9.49l-2.92,8.93l-1.83,3.47l-1.09,0.85l-1.06,1.81l-2.53,1.85l0.16,0.59l0.84,0.04l-3.55,5.53l-0.05,1.49l-0.3,0.47l-1.72,1.18l-0.44,-0.37l0.52,-1.02l-0.5,-0.57l-1.34,0.11l-1.1,-0.87l-0.45,0.2l-0.56,0.93l0.7,1.08l0.11,0.84l0.4,0.31l-0.32,1.19l0.17,0.58l1.13,0.75l2.01,0.21l-0.67,1.5l-1.05,6.13l1.05,4.71l0.4,0.35l0.61,-0.29l0.1,0.95l-2.0,0.22l-2.44,2.58l0.36,0.58l0.4,-0.05l2.7,-2.02l1.33,0.48l0.06,2.28l0.62,3.2l-0.18,5.1l-0.92,-0.09l-0.81,0.43l-1.49,-0.42l-0.49,0.56l0.19,0.5l-0.54,-0.02l-0.42,0.61l0.15,1.36l1.28,0.83l1.44,0.41l0.03,0.97l1.52,1.03l0.49,13.03l-0.26,2.66l-1.42,0.34l-0.31,-0.79l-0.71,-0.39l-3.95,-0.65l-0.57,0.16l-0.15,-0.37l-0.92,-0.24l-1.62,0.14l-0.37,0.6l-1.79,0.33l-2.01,-0.48l-3.57,2.3l-0.57,0.81l-0.07,0.98l-0.83,0.53l-0.21,0.7l0.26,2.63l0.76,1.39l-2.05,1.82l-1.8,2.46l-1.51,2.81l-1.66,1.67l-1.79,2.49l-0.15,0.98l-1.21,1.73l-0.77,3.4l0.09,0.95l0.61,1.22l3.32,3.21l1.25,0.55l2.2,0.29l-1.72,0.32l-1.86,-0.59l-2.21,-0.03l-1.0,0.68l-2.02,0.14l-2.57,0.91l-1.52,0.99l-1.66,0.14l-1.25,1.21l-5.65,0.86l-2.39,1.3l-4.3,3.53l-1.8,2.81l-0.65,3.87l0.32,0.48l-1.12,2.25l-0.31,0.0l-0.34,0.62l0.79,1.81l-0.42,3.13l-1.41,1.59l-0.66,2.01l-1.71,0.61l-5.96,3.6l-1.22,1.49l-5.3,1.31l-1.05,0.76l-0.09,0.97l-1.21,0.15l-1.8,-0.34l-4.2,-1.29l-0.71,-0.71l-1.86,-0.93l-2.94,-2.68l1.1,-0.45l0.27,-1.46l1.29,-1.9l-0.16,-1.64l1.05,-0.34l1.18,-1.84l-0.4,-1.16l-2.42,-2.44l-0.23,-1.72l1.65,-2.45l0.62,-2.26l-0.4,-0.73l-1.24,-0.88l-1.07,-2.96l1.19,-0.85l0.75,-1.07l2.53,-7.34l0.84,-1.38l0.92,-2.56l1.1,-1.19l-0.19,-1.38l-1.73,-2.54l-1.26,-0.19l-1.8,0.71l-1.71,-0.93l1.56,-5.5l-0.33,-2.9l1.03,-2.56l-1.11,-3.46l1.54,-3.34l0.06,-1.34l-0.72,-0.72l-0.37,-1.59l-0.96,-1.63l-0.72,-0.66l-1.08,0.13l-2.94,1.32l-3.15,2.41l-1.14,-0.38l-2.36,-2.12l-0.06,-1.8l-0.9,-1.93l0.55,-3.53l-0.17,-2.56l1.09,-0.6l0.57,-0.74l0.43,-3.33l-0.23,-0.65l-0.94,-0.6l-0.87,-1.77l-3.86,-1.64l-0.66,-0.88l-0.13,-0.87l0.37,-1.13l1.9,0.19l0.65,-0.91l-0.74,-0.92l-0.83,-2.15l-0.87,-0.98l0.45,-1.93l-0.71,-0.36l-1.63,0.94l-2.99,0.25l-1.41,-0.46l-1.27,0.3l0.6,-1.1l2.2,-1.72l0.28,-0.77l-0.18,-0.49l-0.71,-0.39l-1.01,-1.28l-1.19,-0.47l-1.21,-0.95l-4.71,-1.32l-0.24,-0.32ZM341.41,854.52l0.89,-0.01l1.99,-1.02l0.32,0.12l-0.32,0.93l0.54,1.1l-1.22,-0.66l-2.2,-0.45ZM352.97,822.23l0.25,0.38l-0.78,-0.16l0.52,-0.21ZM353.99,822.77l0.71,0.09l0.49,0.17l-1.19,-0.25Z", "name": "Tamil Nadu"}, "IN-AN": {"path": "M786.03,923.93l0.01,-2.47l0.71,-1.66l1.1,-0.13l0.59,-0.57l1.24,-0.26l1.04,-0.8l0.96,0.7l0.57,1.41l0.32,2.29l1.27,2.41l0.03,1.46l-1.11,2.56l-0.1,1.29l0.41,0.66l-1.31,0.13l-0.67,1.5l0.01,-1.41l-0.81,-0.89l0.05,-0.68l-0.44,-0.46l-0.29,-1.55l-0.7,-0.41l-0.89,-2.01l-1.06,-0.91l-0.92,-0.2ZM785.02,916.8l-0.54,-1.41l0.47,-1.37l1.32,-0.39l0.58,-0.69l0.93,0.88l-0.04,0.59l-2.72,2.39ZM782.63,894.17l0.29,0.95l-0.0,0.53l-1.15,-1.01l0.86,-0.47ZM780.5,891.72l-0.4,-0.52l-0.31,-1.96l1.06,-1.6l0.69,-0.13l0.06,0.48l-0.79,1.64l0.65,1.74l-0.29,-0.16l-0.66,0.5ZM781.79,892.53l-0.6,0.48l-0.41,0.67l-0.01,-0.52l1.02,-0.63ZM777.4,894.02l0.09,1.05l1.22,0.8l0.7,1.14l-0.03,0.45l-0.93,-0.4l-1.7,0.32l-0.12,-1.23l-1.17,-0.29l0.37,-1.49l1.57,-0.36ZM770.19,887.29l-1.18,-0.38l-0.98,-1.26l-0.11,-1.42l0.4,-0.73l0.16,2.27l0.42,0.72l1.29,0.81ZM768.4,766.2l-0.53,-0.93l0.37,-1.58l0.2,0.17l-0.27,1.01l0.23,1.33ZM751.49,774.12l0.88,-1.81l1.07,1.76l0.79,-0.06l0.11,-0.27l0.28,-2.36l-0.24,-1.3l0.63,-1.54l-0.05,-3.07l0.91,-2.0l0.45,0.12l0.42,-0.38l-0.13,0.98l0.73,0.48l1.83,-0.55l0.47,-0.81l-0.31,-1.49l-0.55,-0.41l0.77,-0.26l0.05,-0.92l-0.62,-0.6l-1.27,-0.21l-0.37,-1.1l0.12,-7.3l0.85,-1.29l0.61,-0.06l0.41,-0.65l-0.14,-0.45l-0.94,-0.64l-0.3,-3.47l0.61,-0.75l0.78,-0.04l0.52,-0.68l0.41,-1.58l0.01,-1.58l0.64,-1.33l-0.17,-0.58l-0.62,-0.37l0.62,-2.2l0.77,-1.37l-0.52,-0.97l0.18,-1.42l0.66,-0.54l-0.55,-3.24l1.34,-1.74l0.16,-1.78l1.42,-1.61l0.17,-1.04l1.5,0.01l0.36,-0.57l0.61,-0.13l0.39,0.69l-0.32,1.01l0.14,3.07l0.36,0.22l-0.97,1.23l-0.37,0.19l-0.32,-0.4l-0.65,-0.09l-0.59,0.8l0.51,1.08l1.25,0.22l1.33,1.3l-0.64,1.07l-0.13,2.9l-0.46,2.09l-0.32,0.53l-0.73,-0.2l-0.43,0.42l0.01,-1.38l-0.39,-0.32l-1.19,0.78l-0.29,1.52l0.64,1.07l-0.98,-0.16l-0.37,0.28l-0.91,2.21l0.36,0.65l0.53,0.22l0.74,-0.35l1.04,1.19l0.14,1.72l-0.24,0.98l0.95,1.63l-0.54,2.9l0.5,1.29l0.04,2.05l-1.01,1.21l0.24,0.65l-0.74,0.57l-0.86,-0.65l-0.46,0.06l-0.03,0.59l-1.15,-0.04l-0.43,0.4l0.65,1.8l1.06,0.71l0.12,0.47l-0.83,0.84l0.68,1.2l-0.59,0.69l0.3,1.14l-1.88,2.04l0.04,0.7l-0.77,0.79l-1.34,0.41l-0.13,0.54l0.54,0.76l-1.11,1.91l-0.1,3.33l0.4,0.4l0.63,-0.35l0.24,-1.5l0.24,-0.04l0.31,0.28l0.02,1.58l-1.11,4.78l-1.06,0.35l-1.07,1.13l-0.28,0.88l0.14,1.02l1.12,0.1l0.35,-0.4l0.06,-0.84l0.63,-0.36l0.09,-0.39l0.16,1.37l-0.54,0.66l-0.51,2.56l-1.5,-1.08l-0.07,-0.68l-0.92,-0.79l-0.1,-0.4l0.72,-0.38l0.02,-0.66l-0.9,-0.46l-0.4,-1.88l-0.33,-0.31l-0.95,-0.05l0.1,-3.11l-1.16,-0.79ZM766.4,766.0l0.11,0.62l0.39,0.73l-0.4,-0.42l-0.1,-0.93ZM766.14,717.57l0.26,-0.08l0.11,0.23l-0.14,-0.04l-0.24,-0.1ZM764.5,769.92l0.71,-0.98l0.67,-0.02l1.15,3.22l-0.42,-0.93l-2.11,-1.29ZM758.46,855.43l1.65,1.52l-0.05,1.49l-0.73,0.79l-1.73,-0.53l-0.46,-1.12l-0.04,-0.78l0.91,-0.49l0.44,-0.89ZM756.86,735.74l-0.0,-0.0l0.0,0.0l-0.0,0.0ZM756.0,743.21l0.29,-3.46l0.53,-0.59l0.3,0.45l-0.2,2.01l-0.92,1.58ZM754.65,789.3l-1.08,-0.41l0.1,-0.42l0.79,-0.21l0.37,-0.63l-0.25,-1.63l0.26,-0.56l1.0,1.26l-0.55,1.24l0.54,0.89l-1.17,0.46ZM746.83,808.06l1.1,-0.64l0.47,-1.64l1.46,-0.96l1.09,-0.24l0.89,1.13l0.95,5.03l-1.65,1.72l-0.03,1.18l0.75,0.47l-1.33,1.68l-0.74,-0.18l-1.27,-0.94l-0.69,-0.03l-0.86,0.53l0.62,-0.89l0.47,-1.76l-0.28,-0.78l-0.88,-0.81l-0.09,-2.85ZM751.89,783.09l0.03,-0.27l0.15,0.08l-0.18,0.2ZM742.26,782.71l0.82,0.26l-0.03,0.97l-0.62,-0.14l-0.17,-1.09Z", "name": "Andaman and Nicobar"}, "IN-AP": {"path": "M264.69,675.87l0.59,-0.76l0.07,-1.39l0.36,-0.6l2.8,1.59l2.62,0.61l1.43,-0.37l0.97,0.82l0.73,-0.01l1.54,-1.37l1.31,-2.8l0.15,-1.56l-0.84,-4.18l-0.77,-0.9l-1.69,-0.61l-0.35,-2.03l-1.24,-2.4l0.68,0.17l0.39,-0.54l-0.25,-3.31l0.26,-0.71l0.58,-0.39l1.35,0.21l0.43,-0.69l-1.06,-2.44l-0.71,-0.66l0.22,-3.36l1.07,-1.31l2.59,-1.37l1.85,-0.28l2.42,0.6l4.32,0.13l1.56,-1.78l-0.11,-5.3l0.29,-2.68l1.74,-1.65l0.23,-0.94l-0.19,-0.53l-0.65,-0.77l-1.33,-0.57l-3.05,-0.09l-2.95,-0.77l-0.81,-0.99l3.28,-2.1l0.59,-1.33l1.2,-0.69l0.63,-1.85l-0.17,-0.57l-0.53,-0.26l0.62,-0.61l0.01,-0.5l-1.05,-1.21l0.15,-1.25l0.6,-1.07l0.04,-4.5l0.99,-2.39l-1.06,-2.3l-0.29,-1.52l-1.7,-0.89l0.14,-1.28l3.71,-4.76l0.84,-1.7l1.36,-0.46l0.8,-1.28l1.71,-0.45l1.19,-2.36l-0.1,-0.48l-0.75,-0.34l-2.14,0.93l-0.19,-0.69l-0.45,-0.3l-2.59,0.04l-2.16,-1.31l1.48,-2.39l1.78,-0.93l0.36,-0.49l-0.05,-1.04l-0.88,-1.04l0.17,-0.39l3.37,-2.8l0.33,-0.72l-0.5,-2.65l-1.6,-2.0l1.29,-0.9l-0.29,-2.04l-0.67,-1.77l0.45,-1.86l-0.92,-0.71l0.14,-0.69l-0.41,-0.76l-1.22,-0.85l1.13,-1.1l0.45,-2.51l1.0,-1.27l2.52,-0.58l0.7,-0.58l0.49,-1.38l0.0,-1.97l0.53,-0.34l1.61,-0.16l1.72,-3.28l2.15,-0.78l0.23,-0.36l-0.34,-1.09l-1.84,-1.47l-0.22,-1.32l-0.91,-0.24l-0.46,-1.07l-0.79,-0.01l-0.36,-1.59l2.55,-2.32l-0.08,-1.17l0.67,-2.12l1.1,-1.47l-0.09,-0.62l-0.52,-0.3l1.17,-0.67l1.93,0.21l0.99,1.37l0.94,0.51l3.82,0.06l0.7,-0.84l-0.2,-2.94l1.1,-2.01l0.66,-0.49l1.6,-0.35l0.53,-0.52l0.29,-3.48l0.9,-2.06l1.51,-1.08l0.48,-1.2l-0.25,-0.8l-1.04,-0.7l-1.01,-2.43l-0.11,-1.01l1.12,0.56l0.9,1.36l2.14,0.86l1.88,-0.79l1.03,0.35l1.4,-0.06l2.99,1.32l2.05,-0.07l1.73,1.25l1.07,2.89l1.36,0.62l0.25,0.68l1.79,1.04l1.99,-0.29l0.95,-1.2l1.14,-0.51l2.17,-0.33l0.97,0.36l0.92,1.25l3.18,0.53l1.67,1.34l4.21,0.15l0.63,0.59l0.8,0.23l0.8,-0.43l0.38,-1.24l0.6,-0.33l2.94,-1.04l1.61,0.26l2.07,2.63l1.96,0.76l0.99,1.71l-0.24,3.47l-0.86,1.68l0.37,2.75l-1.36,0.99l-1.06,2.07l0.34,1.38l2.14,0.09l0.69,3.21l-0.02,1.49l-0.09,0.45l-1.23,1.17l-0.02,0.58l2.7,1.38l1.76,1.5l0.97,1.3l2.69,0.3l2.3,-0.25l1.3,-0.53l0.65,2.12l1.01,1.62l0.57,0.07l0.54,-0.54l0.85,0.72l2.42,-0.54l2.78,1.95l3.43,4.07l2.24,4.82l0.1,0.39l-1.3,0.98l0.21,1.46l0.85,0.41l1.52,-0.16l0.8,-1.46l0.32,0.3l0.19,1.39l0.64,0.71l2.5,-0.43l-0.56,1.11l-0.13,1.27l1.26,3.31l0.2,3.88l0.99,1.96l0.73,0.43l0.68,-0.01l3.28,-1.92l2.72,1.08l4.53,-0.1l2.71,0.61l0.54,-0.36l0.41,-0.86l2.25,0.87l2.32,-1.68l1.53,-0.34l1.16,-1.21l2.62,-1.27l2.95,-1.92l2.16,-0.31l1.52,-1.07l1.35,-0.19l1.09,0.31l1.49,1.22l2.48,0.09l0.83,-1.36l1.55,-0.1l0.49,-0.61l-0.17,-1.85l0.74,-0.51l0.17,-0.52l-1.52,-1.91l1.52,-2.75l-0.28,-1.1l0.48,-1.33l0.06,-1.57l1.95,-3.0l1.51,0.29l0.18,2.62l2.61,2.97l-0.52,1.6l0.12,0.91l0.46,0.47l1.33,0.37l0.44,0.03l0.56,-0.48l0.51,-1.52l3.2,-1.82l0.51,-1.01l0.02,-1.54l0.74,0.0l1.56,0.66l0.07,1.24l0.76,0.46l1.63,-0.08l1.47,-0.67l0.98,-0.1l0.56,-0.58l0.14,-0.85l-0.35,-1.36l1.58,-2.2l-0.21,-0.73l-1.06,-0.17l-0.66,-1.2l0.16,-1.29l2.94,-3.66l0.7,-0.12l0.81,0.62l0.73,0.08l1.77,-0.8l2.21,-1.8l1.98,-1.03l0.06,-1.12l-0.63,-0.87l-0.79,-0.25l-1.37,-2.23l0.86,-0.26l3.12,1.32l0.82,-0.81l-0.07,-0.7l0.43,-0.9l-0.25,-0.94l0.63,1.68l0.95,0.15l0.99,-1.63l1.13,-0.74l0.49,-1.38l2.55,3.51l0.75,2.17l0.48,0.59l0.48,0.05l0.47,-0.47l-0.04,-1.94l0.98,0.08l1.57,4.35l1.49,1.81l3.28,0.09l2.2,-0.35l2.93,1.04l5.54,-1.07l1.09,-1.13l0.62,-1.56l0.98,-0.06l1.31,-1.51l0.42,-1.9l-0.15,-0.67l1.43,-0.02l1.38,-1.1l2.15,-1.02l0.56,0.31l0.53,-0.11l0.65,-0.92l-0.09,-1.22l0.85,-0.03l-0.54,1.48l0.68,1.11l0.49,0.03l-0.47,1.04l-2.23,3.0l-1.15,0.57l-2.77,4.48l-2.82,2.96l-0.73,1.38l-1.6,1.1l-1.15,1.5l-1.5,0.86l-1.27,0.17l-0.2,0.99l0.68,0.39l-3.6,3.35l-1.01,2.48l-0.96,0.74l-9.31,4.2l-5.02,3.04l-1.05,0.92l-0.79,1.44l-2.3,1.96l-0.27,-0.36l-0.72,0.17l0.02,1.59l-0.64,0.52l-0.41,1.5l-2.25,2.68l-1.09,0.75l-0.71,-0.8l-1.21,0.21l0.09,1.05l1.36,0.64l-1.18,0.69l-0.95,-0.02l-0.33,0.64l0.63,0.87l-4.38,1.88l-5.68,3.7l-0.6,-0.27l-1.36,0.9l-3.72,1.43l-7.5,4.53l-1.63,2.1l-1.66,1.0l-2.23,2.57l-1.51,3.41l0.08,1.5l0.46,0.72l1.58,0.79l1.39,-0.02l-0.85,4.85l-0.72,1.56l-0.34,-0.21l-0.64,0.36l0.4,1.35l-1.04,0.36l-1.68,1.64l-3.44,1.81l-1.69,0.26l-1.26,1.15l-1.04,0.04l-0.51,0.6l-2.47,0.43l-3.09,1.68l-1.37,0.3l-1.56,-0.75l-2.35,-0.2l-0.15,-0.58l-0.72,-0.39l-0.52,-0.02l-0.33,0.68l-1.09,-0.27l-1.67,0.39l-0.14,-0.58l-0.74,-0.5l-1.17,0.41l-1.79,0.07l-1.92,1.15l-0.53,0.79l0.21,1.29l-0.76,0.97l-2.28,6.46l-0.11,1.95l-3.74,2.84l-0.92,1.13l-0.06,0.8l0.57,1.13l-2.57,-2.06l0.0,-4.01l-0.39,-1.55l-0.36,-0.29l-0.5,0.52l-0.41,-0.01l-0.14,0.47l0.47,1.18l-0.03,2.41l-1.75,4.39l-0.16,-2.66l-0.88,-1.48l-0.76,-0.46l-2.81,-0.47l-0.67,0.59l-1.07,0.05l-1.2,0.52l-0.67,-0.32l-3.79,2.32l-1.37,0.39l-3.56,3.09l-2.52,5.95l0.09,0.92l-2.32,3.04l-1.15,2.69l-0.28,3.27l-0.91,3.59l0.05,2.53l1.66,9.47l0.36,0.68l1.24,1.01l0.53,1.67l-0.88,0.68l-0.09,0.67l0.52,0.29l0.92,-0.16l-0.53,2.8l-0.02,3.74l-1.28,2.53l-1.34,0.32l-1.03,0.97l-0.28,0.8l0.6,0.58l0.7,-0.18l1.35,-1.13l-0.31,1.02l0.08,1.41l0.74,3.85l3.06,7.11l-0.1,1.25l-0.75,1.85l0.88,2.52l-2.65,-3.71l-0.68,0.29l-0.0,1.53l-1.2,-0.83l-0.32,1.26l-1.21,1.55l0.16,0.9l1.44,1.97l-1.28,-0.67l-0.81,0.14l-0.23,0.82l0.76,0.9l-1.54,0.67l-0.98,0.96l-0.37,0.8l-0.0,1.1l-4.14,2.13l-1.51,-0.11l-0.43,0.24l-0.2,1.13l0.99,1.03l-1.6,-0.04l-0.56,-0.31l-0.13,-1.26l-0.58,-0.5l-2.98,0.35l-1.45,-1.63l-2.26,-0.23l-1.14,0.77l-0.55,3.0l-1.21,0.66l-1.92,2.04l-0.89,-0.53l-1.16,0.1l-2.64,3.15l-2.32,0.28l-1.86,-0.57l-0.43,-0.86l-1.41,-0.39l-1.2,0.29l-0.34,1.11l-0.43,0.35l-0.49,-0.96l-0.74,-0.38l-4.19,0.72l-0.84,1.11l-1.18,0.3l-0.67,0.81l-1.1,4.55l-0.94,2.36l-1.21,0.96l-0.58,-0.31l-0.63,0.22l-0.3,1.75l-1.22,1.28l-1.26,0.29l-1.25,-0.27l-2.28,-1.65l-1.18,-1.67l0.49,-1.04l-0.22,-1.64l1.12,0.41l1.29,-0.57l0.58,-0.55l0.25,-1.16l2.34,1.53l1.22,-0.06l0.18,-0.61l-0.23,-0.64l-0.55,-0.73l-0.93,-0.53l1.23,-1.78l0.45,-1.4l1.33,-1.04l0.36,-1.9l1.04,-1.54l0.39,-2.6l-0.23,-1.04l-0.44,-0.45l-1.33,0.66l-1.64,-1.13l-1.52,-0.39l-0.68,0.28l-0.85,-1.4l0.29,-1.11l0.25,-5.76l-2.41,-0.54l-1.07,0.43l-1.06,-0.1l-1.4,-0.36l-1.79,-1.79l-1.64,0.09l-0.25,-0.55l1.04,0.02l0.45,-0.71l-0.69,-1.44l0.46,-1.37l-0.59,-2.04l-2.02,-1.06l-0.89,0.52l-1.23,-0.07l-0.99,0.93l-0.07,-0.92l0.96,-1.22l-0.02,-1.23l-0.48,-0.53l-1.02,0.4l-0.82,1.05l-0.97,-0.53l-1.68,-0.25l-0.5,0.21l-0.53,0.99l0.57,1.25l-1.57,1.32l-1.31,0.57l-0.59,1.23l-0.75,-0.55l-1.23,0.19l-0.52,0.4l-0.14,0.76l-1.03,0.09l-1.67,1.05l-1.15,0.02l-0.52,-2.73l-1.41,-1.75l-2.98,-0.12l-1.04,-0.57l-1.02,-0.01l-0.97,-0.78l-0.94,0.37l-0.52,-0.92l-0.7,0.21l-0.38,1.14l-0.84,0.61l0.15,0.54l0.66,0.48l0.16,1.57l-1.79,-0.15l-0.65,0.76l-1.27,-1.08l-0.39,0.07l-0.3,0.59l-0.17,-1.78l1.47,-2.02l0.17,-0.7l-2.33,-3.22l0.13,-1.79l-2.1,-2.47l1.13,-0.73l1.21,0.58l0.81,3.14l2.72,1.07l0.99,0.93l2.32,-0.02l1.96,-0.48l1.11,0.29l1.12,2.0l0.1,1.09l2.11,0.75l0.59,-0.3l0.14,-0.59l-0.49,-1.0l0.03,-1.08l-0.98,-0.86l-0.78,-1.6l0.98,-1.6l-0.1,-0.47l-0.56,-0.36l0.9,-0.86l2.24,-0.25l0.65,-0.42l0.16,-0.69l-0.4,-1.48l0.3,-1.18l-0.34,-0.55l-1.16,-0.23l-0.64,-0.92l-1.06,-0.27l-0.62,0.36l-0.25,0.64l0.8,2.01l-1.15,-1.29l-1.73,-0.59l-0.11,-0.7l-0.49,-0.42l-2.21,0.23l-1.61,-0.55l-0.95,0.55l-0.84,1.16l-0.27,1.81l-4.51,-0.75l0.44,-1.18l-1.73,-1.24l-0.23,-1.08l0.27,-0.48l1.22,-0.27l0.76,-1.39l-0.09,-0.76l-0.92,-0.84l-1.56,-0.07l-0.81,0.33l-1.0,-1.83l-1.09,-0.58l-0.47,-1.96l0.82,-2.71l-0.07,-1.53l0.79,-0.32l0.34,-0.53l0.68,-4.44l-0.77,-0.97l-2.24,-0.88ZM433.84,620.88l0.17,-0.38l-0.47,-0.55l-1.43,0.9l-0.23,0.47l0.64,0.66l2.25,0.65l0.99,-0.27l0.73,-1.0l-0.06,-0.69l-0.49,-0.46l-0.91,0.66l-1.19,0.01ZM368.9,723.15l3.01,0.37l0.36,0.27l-3.63,-0.13l0.26,-0.51ZM392.61,649.39l1.24,0.72l1.36,1.23l-0.92,0.46l-0.54,-0.32l-1.33,-1.56l0.2,-0.53Z", "name": "Andhra Pradesh"}, "IN-TR": {"path": "M717.67,412.64l-0.65,-0.93l-0.85,-0.54l-0.68,0.03l-0.65,0.63l-0.23,2.44l0.57,2.74l-0.06,0.54l-0.45,-0.12l-0.61,-0.81l-0.37,-1.24l-1.03,-5.9l0.59,-1.13l-0.93,-0.66l-0.88,-2.95l-1.06,-0.99l-1.73,-4.15l0.05,-0.4l0.82,-0.19l0.29,-0.86l-0.43,-0.72l-0.77,-0.33l-0.07,-0.39l0.16,-0.36l1.69,-0.62l0.97,-2.38l-0.28,-2.65l1.62,-2.42l1.36,0.06l0.65,-0.3l0.79,-3.37l4.46,0.5l2.13,-0.37l1.01,-1.0l0.52,-2.43l0.74,1.43l1.5,0.46l1.08,-0.84l-0.14,-2.07l1.8,0.37l0.24,1.14l1.12,1.01l0.62,0.15l0.7,-0.29l1.07,-3.6l-0.23,-2.31l1.73,0.78l0.54,-0.4l-0.61,-1.47l3.03,0.1l1.08,-0.51l0.67,-0.99l0.07,-3.38l0.92,-0.64l2.0,1.31l0.19,1.75l0.72,1.63l-0.16,1.4l-1.03,2.69l0.62,0.74l1.84,0.3l0.73,1.3l0.1,2.73l-0.33,2.19l0.42,1.35l-0.55,1.87l0.21,2.41l-0.73,0.03l-0.79,1.0l-0.32,1.9l0.2,1.67l-0.69,-0.15l-0.51,0.3l-0.6,1.69l-0.45,-1.43l-0.61,-0.91l-0.46,-0.16l-1.47,0.55l-1.5,1.91l-0.91,0.48l-2.28,-2.56l-1.1,0.12l-0.24,2.55l0.81,3.79l-0.04,1.12l-0.97,1.4l-2.69,1.48l-1.81,2.75l-0.6,1.79l1.57,5.86l-1.05,0.63l-0.6,1.26l-0.91,0.89l-1.59,0.51l-1.08,-0.01l-0.53,0.84l-0.37,-0.53l-1.18,-0.4l-0.36,-0.51l-0.1,-1.09l-0.43,-0.32l-1.19,-4.38l-0.54,-0.55l-0.07,-0.63l-0.43,-0.22Z", "name": "Tripura"}, "IN-AR": {"path": "M727.36,274.74l-0.62,-1.27l-2.25,-0.75l-1.77,-2.04l-0.63,-2.3l0.17,-1.09l1.38,-1.87l0.22,-1.28l3.95,-0.13l2.71,1.1l3.56,0.14l1.39,-0.61l1.72,-1.71l1.01,-0.5l3.83,-0.02l0.37,-0.53l-0.09,-1.07l1.06,2.04l0.62,0.37l0.5,-0.13l0.54,-0.87l0.59,0.49l0.55,-0.04l0.85,-1.64l0.39,0.72l0.65,0.34l3.1,-1.35l1.28,-1.18l1.97,-0.69l1.9,-1.8l0.51,-2.58l-0.5,-0.64l-1.47,-0.43l1.15,-1.82l2.62,-1.84l1.03,0.45l1.55,-0.52l1.69,-1.95l1.76,-0.71l1.24,-1.28l2.81,-1.91l1.46,-2.07l0.6,-2.32l1.84,-1.44l6.87,-4.3l3.12,-0.23l2.29,0.22l1.58,-0.99l0.71,0.3l0.81,-0.14l2.24,-1.87l3.52,-1.53l0.33,-1.17l1.78,-0.1l1.59,-0.97l3.25,-1.09l1.23,-1.08l2.5,-0.23l2.96,-3.02l0.01,-0.58l-2.19,-2.29l0.36,-1.16l1.48,-0.19l1.11,-1.53l0.6,-0.3l2.38,-0.12l1.39,-0.42l2.54,-3.14l0.72,-0.07l2.06,1.06l1.8,2.16l-0.17,1.17l0.66,0.67l2.54,-0.06l4.07,1.52l0.43,-0.15l-0.23,-0.8l1.58,0.39l2.15,1.1l2.51,0.45l0.72,1.13l1.93,0.3l0.45,-0.44l-0.2,-1.79l0.72,-0.57l1.81,-0.09l1.12,0.28l0.48,-0.28l0.36,-1.24l0.67,1.6l2.25,-0.39l0.22,-1.1l-0.31,-1.27l1.15,-0.39l0.21,-0.82l0.66,-0.09l1.65,0.69l2.17,0.34l0.42,-0.22l0.93,-1.86l-0.03,-2.09l1.15,-0.32l2.24,0.9l2.73,-1.16l5.47,-0.31l0.94,2.55l1.97,1.67l1.4,-0.02l2.08,-1.11l0.36,0.57l-1.13,2.01l-3.49,1.07l-0.63,0.41l-0.65,1.26l0.64,2.74l0.61,0.25l2.59,-1.66l1.71,-0.53l0.58,1.89l2.46,1.23l0.08,0.91l1.18,0.7l0.56,2.05l2.02,2.58l0.6,2.92l-2.74,2.04l-2.04,1.1l-0.15,0.56l0.83,1.34l-1.06,1.29l0.04,0.55l1.03,0.95l0.99,2.16l0.53,0.2l0.76,-0.58l0.45,-3.4l0.84,-1.52l1.46,-0.72l2.38,0.61l2.09,2.27l2.2,1.38l1.28,1.55l0.59,2.63l2.37,0.85l3.42,-1.46l0.92,0.23l2.0,1.66l0.8,0.21l0.66,1.15l2.77,1.85l0.1,0.6l-0.87,1.91l-0.18,1.48l0.49,0.95l1.42,1.47l0.17,0.72l-0.79,1.9l0.03,1.18l-0.7,0.34l-0.46,-0.84l-0.74,-0.19l-1.48,0.51l-2.77,2.73l-2.06,1.44l-0.27,0.83l-2.08,0.81l-1.02,1.26l-2.24,1.7l-0.77,1.39l-0.0,0.98l0.8,2.32l-0.35,1.45l0.18,0.76l6.72,8.57l0.2,1.05l0.81,0.73l-0.34,0.96l-1.06,-0.38l-1.09,0.3l-0.98,-0.87l-4.19,-1.87l-0.52,-0.42l0.5,-1.38l-0.22,-0.64l-1.04,-0.87l-1.45,-1.95l-2.32,-1.06l-1.15,0.12l-0.8,0.69l-2.05,-0.49l-1.22,1.56l-0.94,0.38l-3.16,-0.19l-8.17,1.35l-2.27,0.98l-1.97,1.39l-2.32,3.7l-1.42,1.63l-3.49,1.13l-2.36,3.2l-2.21,0.47l-1.16,1.96l-1.65,0.03l-1.5,0.46l-2.38,3.54l-4.38,1.68l-0.65,-2.41l0.28,-2.02l-1.15,-1.62l0.08,-0.57l0.86,-1.12l0.18,-1.79l-0.4,-1.17l-1.3,-0.89l0.03,-0.74l2.24,-0.17l3.03,-2.24l2.08,-0.89l1.32,-1.31l0.89,-2.35l1.07,-0.6l3.2,1.39l4.93,-1.84l2.11,-0.03l1.11,0.35l0.89,-1.03l1.04,-0.45l0.4,-0.9l1.19,-0.94l0.02,-1.73l-1.11,-1.43l-1.54,0.04l-1.04,1.08l-0.29,-1.15l0.49,-1.32l-0.31,-2.08l-0.56,-0.76l-2.03,-1.4l-0.74,-3.0l4.9,-6.49l1.13,-2.28l-0.47,-0.76l-7.92,0.07l-1.46,0.45l-3.93,2.51l-4.03,1.0l-1.16,-0.06l-2.12,-0.75l-1.82,1.0l-9.17,3.2l-4.61,2.27l-4.21,1.1l-4.11,2.12l-1.45,0.25l-0.95,-0.65l-2.82,0.73l-1.84,-0.68l-0.97,-1.0l-0.65,-0.12l-0.98,0.82l-0.31,0.87l1.19,1.68l-0.16,0.82l-7.98,6.54l-4.22,4.3l-0.72,1.32l0.11,2.07l-3.97,2.93l-1.86,0.72l-3.28,0.5l-1.4,0.62l-0.37,0.04l-1.8,-1.22l-0.99,-0.14l-10.87,1.18l-1.55,-0.38l-0.87,-1.17l-3.78,-1.66l-3.69,-0.53l-0.9,0.25l-2.12,1.63l-8.52,2.44l-1.58,0.13l-1.99,0.63l-3.48,-0.28l-1.08,-3.29l-1.55,-1.52l-0.32,-0.92l0.42,-2.0l0.73,-0.89l0.31,-1.23l1.41,-1.35l0.22,-0.83l-2.85,-5.27l-1.16,-0.97l-1.6,0.88l-1.97,0.08l-3.01,0.86Z", "name": "Arunachal Pradesh"}, "IN-KA": {"path": "M183.76,654.66l1.17,-1.76l1.58,-1.17l0.11,0.99l0.66,0.4l1.93,-0.14l1.67,-1.1l1.39,-2.47l-0.57,-1.14l2.3,-3.92l0.01,-1.78l-1.37,-0.64l0.65,-0.48l1.42,-0.09l0.56,-0.68l0.21,-3.0l-0.24,-1.26l-0.69,-0.68l-2.69,-1.26l-1.19,0.3l-0.47,-2.4l1.24,-0.28l0.35,-0.84l-1.1,-0.79l-0.36,-1.12l-1.04,-0.15l-0.39,-1.08l-0.95,0.09l0.31,-0.89l0.87,0.52l0.75,-0.34l0.34,-0.8l0.72,0.63l0.63,-0.14l1.85,-1.63l0.52,-1.51l2.28,0.61l0.64,1.97l0.55,0.41l0.87,-0.23l1.48,-1.21l1.3,-0.31l0.44,-0.89l-0.63,-0.9l0.68,-0.64l0.32,-1.0l0.9,-0.17l0.61,-0.68l1.67,-0.79l2.05,0.17l0.41,-0.88l-0.66,-2.45l2.16,-0.78l0.95,-0.97l0.35,-1.04l0.96,0.29l1.32,-0.24l0.43,0.85l1.57,1.28l1.74,0.56l2.56,-1.13l0.32,-1.76l2.11,-0.15l1.37,-0.65l1.59,-0.01l0.78,0.64l0.73,0.05l1.58,-0.66l0.84,-0.95l1.47,1.12l1.13,-0.06l0.56,-1.31l-0.58,-1.4l0.66,-0.66l0.08,-0.53l-1.28,-2.2l0.49,-2.65l-0.42,-1.11l-0.82,-0.58l-0.88,-2.78l0.83,-0.73l1.1,-1.81l0.67,0.2l0.76,1.43l1.88,0.29l1.02,1.25l0.74,0.0l1.18,-1.12l0.68,0.28l0.52,-0.31l0.52,1.7l1.37,1.03l2.4,-0.79l1.12,0.08l2.15,-1.02l1.3,0.35l1.64,-0.57l1.62,0.97l2.17,0.25l0.88,-0.29l0.98,-1.09l-0.17,-0.54l-0.94,-0.76l-0.84,-1.71l0.71,-1.31l-0.11,-1.65l-0.73,-1.08l2.27,-0.76l0.96,-1.31l1.3,-0.71l0.19,-1.02l0.84,-0.4l0.57,-0.91l0.9,0.33l1.1,-0.13l2.11,1.92l0.94,-0.21l0.83,-2.54l1.63,-1.28l-0.43,-2.03l2.59,0.52l1.11,-0.85l0.65,-1.76l0.44,-6.2l1.3,-0.6l1.67,0.06l2.75,-0.68l0.94,-1.82l3.43,-2.24l0.12,-2.6l0.97,-1.48l0.81,-0.16l0.82,0.6l0.26,2.57l2.49,1.24l0.14,0.8l0.46,0.46l1.07,-0.06l1.25,-0.96l1.87,0.57l-0.46,1.64l0.98,3.56l-0.97,0.35l-0.34,0.81l0.3,0.72l1.16,1.08l0.66,2.67l-1.93,2.03l-1.65,1.2l-0.31,0.97l0.86,1.02l0.13,0.63l-2.0,1.18l-1.66,3.11l0.54,0.74l2.14,1.1l2.63,0.05l0.62,0.92l2.4,-0.87l-0.85,1.7l-1.86,0.54l-0.68,1.22l-1.41,0.5l-0.93,1.81l-3.8,4.92l-0.3,1.05l0.18,0.89l1.75,0.99l0.21,1.34l1.01,2.06l-0.98,2.22l-0.04,4.51l-0.57,0.94l-0.19,1.47l0.2,0.87l0.84,0.59l-0.7,0.62l-0.29,0.74l0.33,0.43l0.72,-0.12l-0.46,1.4l-1.11,0.6l-0.57,1.31l-3.6,2.5l0.04,0.43l1.33,1.5l3.15,0.82l2.99,0.08l1.46,0.98l-0.05,0.65l-1.49,1.1l-0.35,0.85l-0.3,2.77l0.14,5.08l-0.92,1.2l-4.11,-0.1l-2.41,-0.6l-2.16,0.31l-2.83,1.49l-1.33,1.59l-0.27,3.92l0.26,0.61l0.54,0.3l0.92,1.92l-1.1,-0.21l-1.05,0.68l-0.44,1.23l0.31,2.89l-0.61,-0.36l-0.47,0.14l-0.26,0.54l1.49,3.11l0.45,2.23l2.35,1.26l0.79,5.01l-1.29,2.89l-1.27,1.08l-0.98,-0.83l-1.9,0.28l-2.26,-0.55l-2.7,-1.55l-0.83,0.05l-0.64,1.13l-0.05,1.31l-0.76,1.17l0.34,0.49l2.58,1.0l0.24,0.53l-0.67,3.87l-0.92,0.48l-0.24,0.51l0.09,1.46l-0.65,1.58l-0.11,1.87l0.53,1.82l1.15,0.65l1.13,1.95l2.75,-0.11l0.28,0.38l-0.58,1.33l-0.75,-0.03l-0.6,0.43l-0.33,1.18l0.67,1.5l1.34,0.7l-0.5,1.06l0.38,0.63l5.22,0.79l0.57,-0.66l0.04,-1.35l1.22,-1.48l1.49,0.54l2.05,-0.25l0.35,0.98l1.75,0.6l0.81,1.07l0.71,0.37l0.61,-0.09l0.42,-0.71l-0.87,-2.14l0.63,0.06l0.57,0.9l1.2,0.25l-0.29,1.29l0.4,1.46l-2.57,0.43l-1.69,1.64l0.17,0.52l0.77,0.22l-0.9,1.3l-0.01,0.61l0.89,1.82l0.88,0.68l-0.09,0.84l0.46,1.04l-1.36,-0.46l-0.12,-1.15l-1.33,-2.11l-1.58,-0.4l-2.02,0.49l-1.93,0.06l-0.86,-0.87l-2.53,-0.91l-0.68,-2.95l-0.45,-0.49l-1.65,-0.55l-1.55,0.95l-0.26,0.99l2.22,2.42l-0.16,1.73l2.27,3.02l-1.7,2.74l0.13,1.43l0.5,1.1l0.7,0.06l0.45,-0.65l1.18,0.94l0.5,-0.15l0.37,-0.63l1.31,0.24l0.78,-0.26l0.35,-1.0l-0.25,-1.5l-0.54,-0.55l0.64,-0.79l0.65,0.55l0.97,-0.55l0.77,0.74l1.09,0.02l1.04,0.57l2.88,0.1l1.0,1.31l0.76,3.18l1.76,0.02l1.87,-1.1l1.4,-0.17l0.29,-1.09l0.84,-0.13l0.54,0.58l0.75,-0.06l0.7,-1.41l1.23,-0.5l1.78,-1.55l0.13,-0.72l-0.57,-0.89l0.16,-0.39l1.51,0.14l1.31,0.55l0.69,-0.36l0.76,-1.03l-0.06,0.91l-0.96,1.22l0.45,1.84l0.61,0.04l1.08,-1.14l1.08,0.1l0.98,-0.51l1.13,0.68l0.47,1.62l-0.46,1.45l0.68,1.33l-0.98,-0.09l-0.43,0.33l-0.05,0.66l0.46,0.93l0.44,0.26l1.43,-0.19l1.73,1.76l1.63,0.44l1.35,0.11l0.84,-0.42l0.8,0.37l1.06,-0.13l-0.34,1.19l-0.06,3.99l-0.34,1.2l1.1,1.98l0.69,0.23l0.59,-0.29l1.3,0.36l1.75,1.15l1.21,-0.5l-0.05,2.1l-0.32,1.1l-0.91,1.18l-0.34,1.83l-1.24,0.9l-0.54,1.55l-1.32,2.03l0.1,0.59l1.12,0.65l0.48,0.78l-2.19,-1.45l-1.12,-0.16l-0.49,0.39l-0.35,1.35l-1.07,0.42l-1.03,-0.36l-0.62,0.37l0.11,2.05l-0.34,0.59l-2.6,-0.85l-2.48,-1.78l-0.99,-0.1l-1.2,1.37l-2.15,-1.97l-2.37,-0.1l-1.63,0.75l-0.34,1.39l-1.03,1.8l0.24,1.06l-2.02,1.05l-1.7,-0.11l-1.04,0.49l-1.29,3.66l0.38,1.14l-0.1,1.1l1.28,0.34l-0.45,2.16l-2.18,2.84l-1.81,1.11l-0.33,1.06l0.88,1.69l6.59,0.29l1.01,0.65l0.87,1.65l-3.17,4.34l-4.19,0.64l-1.02,0.5l-1.01,1.52l-0.85,2.18l-0.54,0.46l-2.0,0.25l-2.48,-1.04l-1.24,0.45l-2.9,0.22l-0.46,0.31l-0.39,1.08l-1.99,-1.91l-1.21,-0.41l-2.06,0.44l-0.92,0.51l-1.97,3.01l-0.52,2.22l-2.05,-0.47l-5.1,0.34l-0.7,-0.25l-0.01,-1.16l-0.76,-0.99l-1.01,-0.34l-1.28,0.14l-1.47,1.17l-0.23,-1.51l-0.53,-0.66l-2.29,-0.05l-1.56,-1.76l-1.37,-0.01l-1.51,-1.78l-0.98,-0.16l-1.05,0.26l-0.38,-0.58l0.08,-2.01l-0.53,-0.63l-0.84,-0.04l-2.77,1.07l-2.93,-0.54l-1.33,-0.58l-1.09,-1.2l-0.6,-1.99l-1.88,-0.3l-1.33,-0.81l-0.81,0.09l-0.76,-1.06l-2.07,-1.0l-3.42,-3.85l-1.12,-0.12l-0.54,-1.89l-0.87,-1.28l0.04,-0.64l0.75,-0.81l0.05,-0.7l-0.69,-0.48l-1.29,0.25l-1.68,-1.95l0.67,-1.64l-0.28,-0.5l-1.53,-0.38l-1.26,0.46l-0.83,-1.04l-1.18,0.1l-0.21,-1.49l-1.02,-0.68l-0.95,-0.16l-0.98,0.44l-0.22,-0.85l-1.23,-0.36l-0.55,-1.43l-0.97,-0.23l-1.59,0.31l-0.32,-0.91l0.99,-0.81l1.53,-0.55l0.39,-0.51l-0.4,-0.61l-3.41,0.56l-1.36,-5.58l0.26,-1.33l-0.35,-0.37l-0.6,-2.16l-1.04,-5.01l-0.74,-1.48l0.06,-0.6l0.43,-0.2l-0.18,-1.85l-0.72,-1.98l-0.17,-2.91l1.43,-0.43l0.51,-0.72l-0.79,-0.24l-0.74,-1.69l-0.59,-0.04l-0.59,0.82l-1.04,-4.59l-0.98,-2.21l-2.65,-3.83l0.0,-1.22l-0.63,-1.13l-0.24,-2.4l-1.15,-1.8l2.13,0.13l0.18,-0.69l-2.5,-1.07l-0.26,-0.37l-0.08,-1.26l-1.06,-3.28l0.48,0.02l0.27,-0.5l0.73,-0.16l-0.05,-0.45l-1.48,-1.63l-0.14,-0.62l-0.98,-0.84l-0.71,0.54l-0.06,1.03l-0.4,0.04l-0.22,-1.61l1.0,-0.33l0.35,-0.61l-0.72,-0.56l-1.25,0.35l-0.23,-0.18l0.24,-0.61l-0.84,-2.65l-1.14,-0.68l-0.83,0.38l-0.42,-0.63l-0.7,-0.13l-1.41,-0.99l0.54,-0.99l1.17,0.17l0.75,-0.99l1.08,0.02l0.47,-0.37l-0.08,-0.75l-1.37,-0.74l-2.36,1.62l-0.46,-0.72l1.61,-1.08l1.69,-0.19l1.18,-0.91l0.82,-2.53l-0.14,-2.48l0.94,-2.43l-0.25,-0.71l-1.34,-1.11l1.61,-0.57l0.34,-0.87l-0.21,-1.62l-1.2,-1.53l-0.04,-1.34l-0.58,-0.86l0.59,-1.77l-0.66,-3.34l-0.5,-0.59l-1.53,-0.72l-1.74,0.51l-0.43,-0.07l-0.12,-0.46Z", "name": "Karnataka"}, "IN-PB": {"path": "M176.07,176.63l0.49,-0.66l0.91,-0.18l0.37,-0.76l0.93,-0.37l1.98,-2.76l1.11,-0.3l0.6,-0.54l0.35,-2.73l1.22,-1.08l1.65,-0.66l0.97,-1.89l2.26,-2.34l-0.1,-1.02l1.19,-0.74l0.5,-1.77l2.56,-0.03l1.17,-1.73l2.45,-0.6l1.36,-1.41l0.49,-1.31l2.35,-1.33l0.12,-0.61l-1.4,-1.16l-2.43,0.02l-0.78,-1.72l0.77,-4.21l2.63,-5.48l-0.15,-0.82l-0.89,-1.3l-0.91,-3.26l-1.88,-3.18l1.28,-1.9l0.42,-1.8l3.6,-2.55l0.85,-1.45l1.71,0.33l1.05,-0.31l1.2,-2.56l1.09,0.37l0.83,-0.6l2.02,-0.13l1.02,-1.1l1.11,-0.02l0.36,-0.49l-0.14,-0.56l1.94,0.66l1.17,-0.5l1.03,0.2l0.93,-1.49l3.2,-0.92l0.63,-2.0l1.01,-1.12l0.35,-0.94l-0.27,-0.94l-1.12,-1.22l1.94,0.13l1.25,-0.69l0.47,1.04l1.62,0.83l0.46,-0.14l2.1,-2.45l1.07,-0.64l2.7,-0.39l1.07,-0.89l0.4,-1.14l1.66,-0.59l1.42,-1.04l1.5,2.65l-3.97,2.7l-1.59,1.66l-3.57,1.31l-0.33,1.08l0.28,1.2l0.7,0.45l0.63,-0.16l-0.52,1.03l-1.81,1.94l-0.05,0.85l0.87,0.49l3.03,0.5l5.38,2.71l2.54,4.11l-1.07,0.21l-0.18,1.25l4.53,8.24l2.34,7.11l1.09,1.36l0.75,0.46l1.42,-0.32l1.34,0.16l0.65,-1.28l0.84,-0.38l-0.02,-1.78l0.92,-0.36l2.27,4.24l0.98,-0.15l0.78,0.72l0.73,-0.2l0.39,0.92l0.53,0.22l0.69,-0.62l0.06,1.28l0.34,0.31l0.96,-0.04l-0.73,1.33l-0.03,1.58l0.68,0.74l-0.51,1.25l0.31,1.59l1.02,1.2l3.79,3.11l1.0,1.7l0.95,0.53l-0.41,1.04l-2.24,-0.16l-1.46,0.74l-0.24,0.82l0.32,0.8l2.49,2.48l2.18,-0.11l0.28,1.06l0.84,0.47l0.29,0.86l-0.26,1.77l0.52,0.95l-0.43,1.01l0.34,3.05l-0.33,0.84l-1.25,-2.16l-2.78,-0.23l-1.08,0.49l-0.44,1.63l0.52,0.73l-2.37,1.72l-3.57,1.91l-0.22,0.62l0.44,0.79l0.82,-0.04l0.76,-0.82l0.42,0.84l0.87,0.45l-0.38,1.5l-2.73,1.89l-1.97,-0.49l-1.02,-2.47l-0.61,-0.47l-0.6,0.06l-0.49,0.47l0.18,1.05l-0.33,0.74l-0.93,-0.81l-0.57,0.13l-0.15,0.98l-0.26,0.08l-1.13,-0.23l-1.27,-0.87l-0.79,0.13l-0.49,1.0l0.9,0.83l-0.46,0.56l0.17,0.85l-0.56,0.83l-0.83,2.76l0.55,1.64l0.95,0.71l-2.16,1.34l-1.95,0.72l-1.28,1.49l-1.16,0.03l-1.39,0.58l-1.91,-0.35l-1.01,-1.8l-1.91,-0.93l-2.34,0.7l-0.72,1.35l-1.13,-0.2l-1.76,0.35l-4.86,-1.45l-3.42,4.21l-0.13,0.69l-0.95,0.4l-0.7,1.35l0.37,1.21l-1.34,0.48l-0.53,-1.63l-0.78,-0.89l0.03,-0.68l-0.47,-0.53l0.89,-0.62l-0.01,-1.11l0.84,-0.15l0.16,-0.58l-1.61,-2.94l-1.18,0.18l-0.57,0.76l-0.91,-0.57l-0.12,-1.21l0.35,-1.46l-0.53,-0.88l-0.81,0.2l-0.42,1.1l-1.94,0.49l-1.47,-1.09l-0.81,-1.4l-2.41,-0.6l-0.88,-0.73l-3.48,0.62l-1.31,0.92l-0.55,0.88l-3.88,-1.1l-4.07,-0.54l-15.05,-0.66l0.36,-1.18l2.21,-3.51l0.25,-1.48l-0.23,-0.77l-0.66,-0.4l-1.19,-3.33l-0.77,-1.0l-1.17,-0.6Z", "name": "Punjab"}, "IN-ML": {"path": "M692.14,323.41l0.36,0.99l0.49,0.26l3.48,-1.0l0.19,0.86l0.64,0.35l1.2,-0.63l1.49,-0.23l3.08,0.24l0.52,0.77l0.96,0.42l-0.17,1.66l0.43,0.66l1.1,-0.39l0.55,0.36l0.64,-0.07l2.66,-0.96l0.05,3.31l0.27,0.81l0.85,0.45l1.66,-0.78l2.72,-2.95l3.5,-0.63l1.66,-0.86l0.37,-0.68l-0.38,-0.52l-1.21,0.62l3.21,-4.23l0.7,0.03l0.35,0.35l-0.47,2.0l0.21,0.69l1.52,0.36l1.37,-0.91l0.76,-1.27l0.44,-1.6l1.65,-1.4l0.96,0.24l1.41,1.21l1.05,0.19l3.13,-0.68l1.07,0.06l3.34,-1.03l2.77,0.13l-2.86,2.99l0.12,1.26l1.06,0.72l-1.5,3.63l0.24,1.32l-0.13,2.9l0.69,0.35l1.64,-0.98l2.82,-0.49l1.83,-1.14l2.64,2.02l3.7,3.79l0.62,0.07l1.88,-0.9l-1.34,1.9l-1.55,1.24l-0.1,0.59l1.68,1.57l2.05,0.77l2.62,2.44l0.18,0.48l-0.36,1.54l0.66,1.41l-3.66,1.24l-1.0,1.03l-2.75,0.23l-0.26,0.76l-1.33,0.48l-3.41,3.12l-1.72,-0.99l-0.78,-0.86l-2.26,-0.4l-1.74,-1.46l-1.79,-0.29l-0.79,-0.85l-1.94,-0.58l-2.44,0.38l-1.73,-0.24l-5.25,0.33l-0.64,0.7l-0.94,-0.21l-0.65,0.86l-0.55,0.08l-1.11,-0.13l-1.08,-1.05l-0.72,-0.01l-2.03,0.82l-1.34,-0.09l-4.49,-1.33l-1.65,-0.78l-12.73,1.95l-2.04,-0.82l-0.72,-0.02l-0.73,0.49l-2.6,-0.6l-1.28,0.3l-2.57,-0.21l-4.05,0.61l-2.4,-0.98l-4.8,-1.03l-6.8,-2.79l-2.64,0.4l-0.59,-2.56l0.35,-1.85l2.3,-0.94l0.38,-0.8l0.21,-2.01l1.81,-0.2l1.28,-1.0l0.04,-0.93l-1.52,-1.7l-0.34,-1.72l0.88,-1.75l0.26,-1.36l2.26,-2.72l2.31,-1.91l5.74,-0.81l1.82,-1.05l3.24,0.21l1.4,0.87l-0.56,1.9l0.39,0.49l1.72,-0.91l0.85,-1.0Z", "name": "Meghalaya"}, "IN-MN": {"path": "M765.49,384.0l0.47,-0.68l0.61,-3.47l-0.09,-1.17l0.96,-1.67l-0.13,-0.68l-0.62,-0.57l-0.09,-1.32l0.56,-0.31l0.28,-0.98l0.55,-3.63l1.0,-0.49l0.14,-0.43l-0.57,-1.42l0.73,-1.43l-0.56,-1.21l0.91,-2.88l0.63,-0.62l0.88,0.47l0.98,-0.44l0.27,-1.08l1.36,-2.09l-0.23,-1.11l1.0,-0.91l-0.44,-2.02l1.51,-0.98l3.35,-6.82l0.5,-0.52l1.87,1.18l1.29,0.39l1.16,1.32l0.79,-0.03l1.42,-1.94l0.99,-2.22l3.94,-3.86l-0.04,-1.41l-1.34,-0.76l0.16,-0.53l4.57,-0.6l2.93,0.03l1.7,1.1l2.18,-0.03l1.33,0.81l4.11,-0.51l2.05,-1.03l1.5,-1.74l1.68,-0.96l1.91,-1.65l-0.05,1.34l-1.04,3.76l0.67,0.94l2.42,1.37l-0.87,1.31l-1.78,4.9l0.08,1.52l0.99,1.35l3.31,1.08l0.64,2.0l-0.15,1.25l-1.08,1.72l-0.56,2.75l-1.73,2.55l-0.49,2.59l-0.58,0.52l-1.44,0.34l-1.22,3.42l-1.79,1.31l-0.65,2.06l-1.03,1.02l-0.12,1.37l-1.01,1.13l0.08,0.9l-1.09,1.03l-0.39,2.16l-1.51,3.48l-1.33,5.32l-1.69,2.49l-0.11,2.01l-0.25,0.27l-1.49,-1.41l-1.93,-1.02l-3.52,-0.92l-2.47,0.28l-1.62,-1.76l-1.26,-0.49l-3.11,-0.12l-0.94,0.51l-0.51,0.86l-0.79,-0.43l-1.46,0.7l-0.87,-0.01l-0.47,-1.06l-2.13,-2.65l-0.75,-0.47l-1.33,0.4l-0.63,1.3l-0.8,0.38l-0.15,-0.87l-0.68,-0.58l-1.63,0.9l-1.15,-0.71l-1.16,0.57l-1.01,-0.83l-2.54,-0.88Z", "name": "Manipur"}, "IN-MH": {"path": "M140.02,524.29l0.06,-1.24l-0.89,-1.35l0.45,-1.03l-0.02,-2.02l0.58,-0.43l0.77,-1.67l0.01,-1.67l1.8,-0.88l1.02,0.27l0.61,-0.35l2.1,-0.11l1.26,-0.53l1.63,2.69l1.38,-0.59l0.87,0.56l1.01,-0.49l0.85,0.82l0.58,0.11l0.82,-0.93l0.21,-1.81l0.82,-0.04l1.23,-0.66l0.57,-1.77l3.01,0.37l0.95,-0.4l-0.07,-1.27l0.49,-1.74l-0.34,-2.56l-0.66,-0.58l2.42,-3.82l0.56,-1.66l-0.48,-1.67l-0.94,-0.32l-0.37,-1.27l-0.99,-0.24l0.99,-0.38l0.9,-1.46l0.9,1.35l3.28,1.92l1.77,1.83l2.49,-0.21l2.88,-1.69l0.39,-0.98l-0.0,-1.07l2.33,-1.97l0.71,-1.34l-0.19,-3.58l-0.9,-2.69l-2.67,-3.15l-1.52,-0.55l-1.15,-1.45l-0.83,-0.24l-1.49,0.14l-2.13,-1.69l1.87,0.97l2.29,-0.02l2.26,-1.34l1.02,-2.45l1.02,0.6l2.51,-0.87l1.4,-3.41l2.42,-2.08l1.87,0.38l4.14,-1.13l1.72,-0.97l0.43,-1.02l-0.34,-1.17l-0.46,-0.42l-2.95,0.88l-1.44,-0.8l-1.14,0.58l-3.52,-0.08l-5.22,1.49l-1.82,-2.89l1.68,-0.47l0.65,-0.69l0.32,-1.01l-0.15,-0.9l-0.83,-0.77l-0.29,-2.57l0.27,-0.56l2.56,-0.97l1.38,-0.19l1.13,-0.92l2.52,-1.2l1.96,-0.35l2.37,0.85l2.05,-0.37l0.72,-0.45l0.19,-0.59l1.73,-0.61l1.41,-1.13l2.18,2.28l0.21,0.76l-0.17,3.62l0.77,2.62l3.13,2.41l1.63,0.45l1.6,1.13l4.83,-0.16l1.07,0.2l1.64,1.01l1.69,0.14l1.58,1.14l2.36,3.5l2.18,0.87l3.21,0.71l6.95,0.32l2.77,-0.44l2.5,0.23l3.35,-0.17l1.94,-0.51l2.2,0.26l2.69,0.81l1.26,-0.08l1.24,2.54l0.36,2.7l-1.11,0.57l0.15,0.97l1.09,1.49l0.87,0.53l3.81,0.66l4.02,-0.74l0.95,-0.46l1.82,-2.26l4.01,-0.99l0.96,-1.64l-0.02,-1.37l-0.56,-1.56l2.52,-1.7l1.81,-2.57l0.52,-3.12l0.5,-0.59l0.75,-0.35l2.31,-0.17l3.51,-2.47l2.54,-0.93l1.74,-0.08l0.77,0.73l0.74,0.08l1.15,-1.07l0.99,-0.26l1.28,-1.01l4.16,0.21l0.84,1.07l1.22,0.67l0.36,3.83l0.44,0.85l-3.7,-0.1l-0.72,0.76l0.04,1.29l1.97,3.68l0.53,0.02l0.58,-0.76l1.39,0.99l0.88,0.02l1.05,-0.43l1.38,0.13l0.82,0.55l2.93,-1.48l2.94,0.87l4.44,-1.33l3.05,-1.56l2.07,-2.14l3.51,-1.08l1.4,-1.22l1.25,0.34l0.42,2.93l0.32,0.47l0.78,0.04l1.24,-0.64l0.62,0.01l1.47,0.98l2.09,0.55l2.14,0.15l6.99,-1.28l0.7,-0.93l-0.15,-1.32l1.82,-0.62l2.66,-0.31l4.17,-1.36l0.59,-0.54l0.29,-1.34l1.77,0.62l3.23,0.14l1.66,0.54l0.8,1.02l0.92,0.57l0.58,2.17l0.81,0.57l1.25,-0.33l1.75,-1.17l2.95,-0.27l1.39,0.37l0.77,1.38l0.58,0.33l1.6,-0.12l2.05,-0.95l0.35,0.4l0.86,0.06l2.42,-0.77l0.92,-1.07l2.29,-0.91l1.67,1.15l1.92,0.55l0.2,1.01l0.5,0.63l2.02,1.48l0.35,0.91l-0.73,1.25l0.43,0.65l0.81,0.15l1.85,-0.32l4.3,2.41l1.39,-0.57l-0.01,0.89l-1.13,1.42l-2.68,1.41l-2.67,1.98l-0.97,4.16l0.16,1.64l0.77,1.33l1.09,0.52l1.28,-0.23l0.35,0.63l0.06,4.02l0.45,3.05l-1.84,1.2l-0.47,0.89l-0.02,0.79l0.38,0.48l0.66,0.16l1.78,-0.88l1.02,0.27l0.01,1.81l0.39,0.89l-0.58,1.41l-0.1,2.11l0.45,2.13l-1.09,0.47l-1.52,1.28l-2.81,0.5l-0.75,0.81l-0.36,2.4l0.18,0.72l3.49,0.54l0.73,2.48l-0.7,3.76l-2.02,-0.7l-1.12,1.16l-0.04,1.18l1.69,0.75l-0.51,0.69l-1.68,0.86l-0.09,0.89l0.85,0.59l1.62,0.25l0.63,-0.44l0.13,-0.95l0.77,-0.12l1.15,2.63l2.81,1.23l0.47,2.03l0.58,0.9l4.26,1.79l1.18,1.1l0.48,0.98l-0.64,1.2l-1.62,0.32l-0.53,0.42l-0.01,0.81l0.78,1.35l-1.97,0.98l-0.97,0.87l-1.04,-1.54l-2.0,-0.01l-0.88,-1.94l-0.71,-0.42l-0.85,0.24l-1.13,1.33l-1.18,0.61l-1.0,1.75l-1.36,0.8l-1.22,4.29l-2.27,3.01l-0.64,1.37l-0.01,1.37l2.24,3.09l-0.09,0.72l-2.24,1.45l-0.28,0.71l0.24,1.15l-0.3,0.22l-2.34,0.29l-2.31,-0.22l-0.58,-0.96l-2.01,-1.76l-2.23,-1.06l0.99,-0.99l0.21,-0.84l0.02,-1.59l-0.72,-3.35l-0.74,-0.8l-1.66,0.26l-0.06,-0.71l0.87,-1.58l1.42,-0.93l0.21,-0.5l-0.44,-2.8l0.57,-0.64l0.28,-0.94l0.23,-3.74l-1.23,-2.15l-1.96,-0.77l-2.06,-2.64l-2.29,-0.45l-3.08,1.08l-0.91,0.51l-0.3,1.12l-0.39,0.32l-1.26,-0.82l-4.24,-0.18l-1.47,-1.27l-3.01,-0.45l-0.87,-1.21l-1.35,-0.51l-2.56,0.37l-1.33,0.62l-0.81,1.12l-1.3,0.27l-1.56,-0.84l-0.34,-0.77l-1.28,-0.55l-0.99,-2.79l-2.09,-1.54l-2.16,0.04l-2.92,-1.29l-1.56,0.02l-1.1,-0.35l-1.07,0.25l-0.61,0.57l-1.9,-0.74l-1.36,-1.66l-1.24,-0.52l-0.54,0.27l-0.23,0.9l0.26,1.04l1.09,2.59l1.15,1.04l-0.25,0.64l-1.24,0.79l-0.61,0.83l-0.91,2.35l-0.06,2.8l-2.01,0.66l-0.77,0.68l-1.2,2.21l0.22,2.5l-0.2,0.74l-3.33,-0.06l-0.9,-0.6l-0.87,-1.24l-2.11,-0.28l-1.27,0.34l-0.99,0.93l0.11,0.69l0.53,0.26l-1.01,1.36l-0.7,2.23l0.12,1.03l-2.39,2.03l-0.22,0.63l0.57,2.11l1.03,0.18l0.28,0.94l0.86,0.22l0.16,1.21l2.03,1.81l-2.16,0.84l-1.71,3.25l-1.27,-0.02l-0.95,0.63l-0.33,0.77l0.19,1.51l-0.52,1.27l-2.57,0.53l-1.5,1.72l-0.5,2.61l-1.3,1.55l1.51,1.29l0.1,0.66l-1.31,-0.1l-1.69,1.02l-0.3,-1.06l-2.38,-1.06l-0.11,-2.21l-0.63,-0.91l-1.3,-0.5l-1.15,0.41l-1.16,1.82l-0.03,2.41l-1.43,0.66l-1.86,1.41l-0.68,0.82l-0.31,1.03l-1.26,0.02l-1.02,0.42l-1.68,-0.05l-1.83,0.93l-0.27,0.64l0.14,1.57l-0.48,2.32l0.04,2.02l-0.55,1.47l-0.5,0.44l-3.0,-0.44l-0.32,0.42l0.47,2.13l-1.5,1.02l-0.86,2.44l-2.06,-1.89l-2.52,-0.23l-0.88,1.08l-0.94,0.5l-0.2,1.02l-1.14,0.56l-0.95,1.3l-2.46,0.92l-0.17,0.5l0.77,1.23l0.09,1.48l-0.71,1.34l1.01,2.17l0.92,0.74l-0.6,0.51l-2.45,-0.08l-1.78,-0.99l-1.68,0.57l-1.38,-0.34l-2.26,1.05l-0.94,-0.14l-2.15,0.79l-0.87,-0.67l-0.28,-1.22l-0.68,-0.84l-0.88,0.28l-0.74,-0.28l-1.46,1.22l-0.85,-1.16l-1.9,-0.32l-0.65,-1.35l-0.88,-0.45l-0.63,0.12l-2.43,3.16l0.98,3.28l0.92,0.73l0.24,0.71l-0.5,2.6l1.28,2.16l-0.74,1.05l0.55,1.29l-0.2,0.88l-2.2,-1.25l-1.22,1.13l-1.28,0.53l-1.19,-0.68l-1.83,-0.01l-1.52,0.68l-2.02,0.12l-0.77,0.53l-0.02,1.43l-2.01,0.92l-1.23,-0.4l-1.49,-1.22l-0.67,-1.03l-1.68,0.2l-1.2,-0.27l-1.49,2.14l-2.45,1.04l0.56,3.05l-1.89,-0.24l-1.82,0.86l-0.57,0.65l-1.08,0.31l-0.5,1.26l-0.78,0.59l-0.04,0.6l0.64,0.85l-1.22,0.28l-1.77,1.34l-0.89,-2.23l-2.91,-0.76l-0.53,0.3l-0.53,1.56l-1.66,1.42l-0.93,-0.68l-0.61,0.31l-0.37,0.87l-0.8,-0.53l-0.65,0.1l-0.76,2.26l0.62,0.38l0.81,-0.38l0.26,0.87l1.12,0.26l0.23,0.93l0.78,0.55l-0.95,0.16l-0.48,0.69l0.62,2.98l0.63,0.32l0.91,-0.41l2.9,1.47l0.22,0.97l-0.19,2.82l-1.77,0.32l-0.86,0.93l0.13,0.7l1.32,0.54l0.03,0.51l-0.3,1.18l-2.16,3.44l0.6,1.18l-1.19,2.09l-1.32,0.88l-1.54,0.11l-0.16,-1.09l-1.05,-0.25l-2.28,1.88l-0.4,0.99l-0.63,0.47l0.15,0.72l-0.91,0.04l-2.08,0.78l-1.43,-0.79l-1.0,-2.75l-1.76,-0.62l-0.53,-1.11l-0.79,0.21l-0.89,1.14l-1.83,0.13l-0.71,0.34l-1.25,-0.26l0.03,-1.62l-1.31,-2.88l-3.48,-3.53l0.79,-0.83l-0.41,-0.4l-0.8,-0.07l-0.82,-0.82l0.33,-0.64l0.06,-2.16l0.71,-0.87l-0.01,-0.47l-0.44,-0.14l-0.95,0.42l-0.17,-1.06l-0.71,-0.29l-1.12,-4.25l-0.51,-0.32l0.58,-0.47l-0.03,-0.73l-1.12,-0.76l-0.68,-2.42l-0.45,-0.54l1.06,0.74l0.82,0.06l0.41,-0.32l-0.74,-0.71l0.5,-0.8l-1.26,-0.43l-0.4,-0.57l0.51,-0.22l0.18,0.36l0.66,0.09l0.32,-0.64l-0.15,-0.76l-0.57,-0.46l-0.98,0.18l0.18,-1.71l-0.97,-1.49l0.42,-2.29l-0.5,-0.3l-0.41,-0.93l-0.12,-0.62l0.28,-0.53l-0.31,-1.31l0.56,-1.5l-0.17,-0.55l-0.76,-0.39l0.59,-1.37l-0.03,-0.91l-0.58,-1.34l0.09,-1.05l-1.37,-3.59l0.76,-0.16l0.19,-0.63l-1.62,-2.66l-0.76,-0.65l-0.09,-0.38l0.56,-0.85l-0.28,-0.75l0.12,-0.77l-1.59,-2.24l2.03,-0.65l-0.02,-0.73l-1.83,-0.43l-0.38,-0.57l0.05,-1.09l-0.52,-0.83l0.53,-1.46l-0.55,-1.76l-0.81,-1.2l-0.45,-1.72l-1.42,-2.31l0.42,-0.88l-0.28,-0.67l-0.53,-0.26l0.98,-0.85l0.18,-0.85l-0.51,-0.41l-0.94,0.54l-0.34,-0.37l-0.61,-4.09l-0.38,-0.69l-0.67,-0.29l0.19,-0.69l0.62,0.73l1.75,0.17l0.54,0.38l-0.31,0.81l0.58,0.48l0.45,-0.14l0.51,-0.78l-0.02,-2.09l-0.62,-0.75l-1.94,-0.11l-0.55,-0.53l0.14,-0.36l-0.36,-0.54l-1.6,-0.94l-0.01,-1.02l-0.62,-1.29l0.45,-2.33l0.71,-0.18l1.81,2.51l0.68,-0.15l0.19,-0.62l-0.86,-1.02l-0.88,-2.03l-0.71,-0.34l-0.82,0.14l-1.64,-3.67l-0.09,-2.7l0.29,-0.7l1.18,0.09l0.55,-0.62l0.88,0.95l0.04,1.25l0.91,0.59l0.53,-0.48l-0.1,-1.31l0.64,-0.91l-0.12,-0.67l-0.88,-0.45l-0.18,-1.43l-0.6,-0.05l-0.65,0.44l-1.04,-0.76l0.14,-0.26l0.68,-0.01l0.31,-1.08l1.2,-0.1l0.34,-0.51l-0.2,-0.37l2.02,-0.66l0.31,-0.64l-0.31,-0.57l-0.52,-0.07l-1.35,0.42l0.13,-1.87l-0.65,-0.58l0.22,-2.19l-0.4,-0.44l-0.59,0.23l-1.02,1.69l-0.22,1.38l0.37,0.69l-0.13,0.31l-0.7,0.72l-0.08,-0.33l-0.66,-0.2l-0.49,0.46l-1.25,2.43l-0.6,-0.82l0.51,-1.73l0.36,-0.09l0.25,-0.76l-0.32,-0.73l0.29,-1.17l-0.39,-1.12l0.4,-0.71l-0.24,-0.49l-0.7,-0.1l1.07,-1.85l-0.27,-0.66l-0.46,-0.04l-0.91,0.92l0.19,-2.07l2.08,-0.09l0.63,0.65l1.46,0.32l1.18,-0.24l1.53,2.69l0.5,0.1l0.71,-0.39l-0.01,-0.7l-0.42,-0.22l-0.17,-1.08l-1.36,-1.37l-2.73,-0.21l-1.89,-1.29l-1.07,0.49l-1.01,-1.35l-0.33,-2.78l3.69,-1.53l0.25,-0.37l-0.25,-0.37l-0.94,-0.31l-1.71,0.45l-0.95,-1.4l-1.01,-0.32l-0.28,0.39l0.16,-0.89l-0.58,-2.49l0.85,-0.61l-0.33,-1.12l0.55,-0.55l-0.18,-1.26l-0.69,-0.14l-0.89,1.09Z", "name": "Maharashtra"}, "IN-KL": {"path": "M207.32,745.98l1.92,-0.19l0.39,1.27l1.23,0.49l0.41,0.89l0.63,0.19l0.89,-0.52l0.47,0.08l0.64,0.37l-0.1,0.79l0.5,0.89l0.57,0.23l0.78,-0.21l0.85,1.04l0.65,0.11l0.96,-0.48l0.95,0.25l-0.62,1.55l0.94,1.35l1.25,1.27l1.53,-0.21l-0.72,0.78l-0.15,1.13l0.93,1.53l0.64,2.08l1.3,0.28l3.32,3.77l2.15,1.07l0.78,1.07l1.13,0.04l1.41,0.84l1.39,0.08l0.46,1.8l1.32,1.45l1.59,0.7l3.14,0.56l3.3,-1.08l0.01,2.3l0.65,0.82l2.2,-0.0l1.26,1.62l1.5,0.11l1.64,1.8l1.14,0.25l1.17,-0.18l0.27,1.6l0.54,0.81l-1.2,0.5l-1.02,1.21l-0.98,0.1l-1.84,-0.51l-0.38,0.17l-0.33,0.69l-0.03,2.0l0.9,1.74l4.83,1.38l1.12,0.9l1.17,0.45l1.49,1.54l-2.87,2.82l-0.17,0.89l0.34,0.48l0.86,0.17l0.99,-0.3l1.57,0.46l3.34,-0.37l0.94,-0.61l-0.36,1.61l0.94,1.09l0.8,2.1l0.59,0.57l-1.64,-0.24l-0.64,0.35l-0.59,1.61l0.2,1.28l0.98,1.23l3.74,1.55l0.74,1.63l1.03,0.92l-0.41,2.95l-1.35,0.7l-0.35,0.83l0.17,2.6l-0.55,3.61l0.93,2.08l0.11,1.93l2.58,2.4l1.39,0.59l1.1,-0.31l2.7,-2.22l3.3,-1.4l1.27,1.82l0.4,1.65l0.73,0.77l-1.69,4.21l1.1,3.48l-1.02,2.47l0.32,2.94l-1.56,5.71l0.29,0.53l1.83,1.05l2.88,-0.69l1.58,2.31l0.11,0.81l-1.01,1.01l-0.96,2.65l-0.84,1.39l-2.5,7.28l-1.99,1.95l1.13,3.67l1.53,1.25l-0.52,1.84l-1.71,2.58l0.21,2.15l0.35,0.76l1.72,1.46l0.73,1.15l-0.92,1.3l-0.26,0.16l-0.49,-0.36l-0.56,0.34l0.28,1.93l-1.34,2.06l-0.32,1.41l-1.22,0.16l-3.21,-2.34l-3.51,-4.66l-1.64,-1.53l-0.43,-1.0l-3.63,-4.29l-1.58,-2.45l-2.39,-2.02l1.57,-0.71l0.15,-0.44l-0.37,-0.28l-1.08,0.1l0.47,-0.7l1.68,0.13l0.44,-0.23l-0.2,-0.71l0.54,-0.49l-0.28,-0.62l-0.95,-0.03l-0.85,0.6l-1.25,-0.25l-1.31,0.82l-1.58,-3.84l0.32,-0.33l0.19,-1.64l-0.19,-0.41l-0.65,0.2l-0.86,-2.3l-0.74,-0.28l-0.21,0.22l-1.05,-2.39l-1.56,-5.16l-1.24,-10.4l0.63,-0.17l0.66,4.3l0.62,0.34l0.41,-0.52l0.65,0.91l-0.63,1.46l-0.6,2.77l0.13,0.65l0.86,0.47l2.79,0.53l0.73,-0.32l0.81,-0.97l-0.14,-0.62l-1.15,-0.68l-1.47,-0.14l0.28,-0.66l-0.17,-2.85l-0.66,-1.06l-0.37,-2.02l0.45,-1.0l-0.04,-0.85l-1.08,-2.32l-1.52,-1.72l-0.77,0.08l-0.45,-1.39l0.12,-0.52l-0.61,-0.7l-0.27,-1.52l-1.31,-1.45l-0.38,0.26l-0.25,0.92l0.66,1.82l-0.66,-1.68l-0.14,-1.7l1.71,-1.2l0.21,-1.28l-0.71,-0.22l-0.54,-0.77l-0.8,-0.12l0.31,1.86l-0.42,0.47l-0.54,-0.68l-1.44,-5.09l-1.12,-1.55l-0.55,-2.53l-1.35,-1.65l-0.27,-1.2l-2.36,-4.94l0.51,-0.56l-0.14,-0.64l-0.79,-0.34l-0.43,-1.07l-1.9,-7.73l-3.14,-7.29l0.34,-0.6l-0.24,-0.72l-0.61,-0.15l-1.63,-2.78l-1.62,-0.56l-2.42,-6.52l-0.81,-1.13l-3.92,-4.33l-0.84,-0.02l-1.08,-1.51l2.17,0.47l0.48,-0.39l-0.52,-0.81l0.19,-1.18l-0.45,-0.08l-1.02,0.74l-0.61,0.02l-1.17,-1.08l1.13,-0.11l0.25,-0.56l-0.73,-0.93l0.1,-1.21l0.73,-0.02l1.61,-0.9l0.41,-0.84l-0.76,-0.53l-0.97,0.34l-0.9,-0.22l-1.68,1.27l-0.82,-0.2l-0.83,0.31l-0.37,2.56l-1.86,-5.57l0.26,-1.27l-0.48,-0.39l-0.64,0.24l-0.68,-1.84l-3.92,-7.22l-2.86,-6.72ZM250.45,836.37l-0.0,-0.01l0.01,-0.0l-0.0,0.02ZM249.88,834.43l-0.08,-0.57l-0.05,-0.2l0.67,0.8l-0.54,-0.03Z", "name": "Kerala"}}, "height": 932.9661457393951, "projection": {"type": "mill", "centralMeridian": 0.0}, "width": 900.0});jvectormap/jquery-jvectormap-2.0.3.min.js000064400000157434151162653250014207 0ustar00!function($){var apiParams={set:{colors:1,values:1,backgroundColor:1,scaleColors:1,normalizeFunction:1,focus:1},get:{selectedRegions:1,selectedMarkers:1,mapObject:1,regionName:1}};$.fn.vectorMap=function(options){var map,methodName,map=this.children(".jvectormap-container").data("mapObject");if("addMap"===options)jvm.Map.maps[arguments[1]]=arguments[2];else{if(("set"===options||"get"===options)&&apiParams[options][arguments[1]])return methodName=arguments[1].charAt(0).toUpperCase()+arguments[1].substr(1),map[options+methodName].apply(map,Array.prototype.slice.call(arguments,2));options=options||{},options.container=this,map=new jvm.Map(options)}return this}}(jQuery),function(factory){"function"==typeof define&&define.amd?define(["jquery"],factory):"object"==typeof exports?module.exports=factory:factory(jQuery)}(function($){function handler(event){var orgEvent=event||window.event,args=slice.call(arguments,1),delta=0,deltaX=0,deltaY=0,absDelta=0;if(event=$.event.fix(orgEvent),event.type="mousewheel","detail"in orgEvent&&(deltaY=-1*orgEvent.detail),"wheelDelta"in orgEvent&&(deltaY=orgEvent.wheelDelta),"wheelDeltaY"in orgEvent&&(deltaY=orgEvent.wheelDeltaY),"wheelDeltaX"in orgEvent&&(deltaX=-1*orgEvent.wheelDeltaX),"axis"in orgEvent&&orgEvent.axis===orgEvent.HORIZONTAL_AXIS&&(deltaX=-1*deltaY,deltaY=0),delta=0===deltaY?deltaX:deltaY,"deltaY"in orgEvent&&(deltaY=-1*orgEvent.deltaY,delta=deltaY),"deltaX"in orgEvent&&(deltaX=orgEvent.deltaX,0===deltaY&&(delta=-1*deltaX)),0!==deltaY||0!==deltaX){if(1===orgEvent.deltaMode){var lineHeight=$.data(this,"mousewheel-line-height");delta*=lineHeight,deltaY*=lineHeight,deltaX*=lineHeight}else if(2===orgEvent.deltaMode){var pageHeight=$.data(this,"mousewheel-page-height");delta*=pageHeight,deltaY*=pageHeight,deltaX*=pageHeight}return absDelta=Math.max(Math.abs(deltaY),Math.abs(deltaX)),(!lowestDelta||lowestDelta>absDelta)&&(lowestDelta=absDelta,shouldAdjustOldDeltas(orgEvent,absDelta)&&(lowestDelta/=40)),shouldAdjustOldDeltas(orgEvent,absDelta)&&(delta/=40,deltaX/=40,deltaY/=40),delta=Math[delta>=1?"floor":"ceil"](delta/lowestDelta),deltaX=Math[deltaX>=1?"floor":"ceil"](deltaX/lowestDelta),deltaY=Math[deltaY>=1?"floor":"ceil"](deltaY/lowestDelta),event.deltaX=deltaX,event.deltaY=deltaY,event.deltaFactor=lowestDelta,event.deltaMode=0,args.unshift(event,delta,deltaX,deltaY),nullLowestDeltaTimeout&&clearTimeout(nullLowestDeltaTimeout),nullLowestDeltaTimeout=setTimeout(nullLowestDelta,200),($.event.dispatch||$.event.handle).apply(this,args)}}function nullLowestDelta(){lowestDelta=null}function shouldAdjustOldDeltas(orgEvent,absDelta){return special.settings.adjustOldDeltas&&"mousewheel"===orgEvent.type&&absDelta%120===0}var nullLowestDeltaTimeout,lowestDelta,toFix=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],toBind="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],slice=Array.prototype.slice;if($.event.fixHooks)for(var i=toFix.length;i;)$.event.fixHooks[toFix[--i]]=$.event.mouseHooks;var special=$.event.special.mousewheel={version:"3.1.9",setup:function(){if(this.addEventListener)for(var i=toBind.length;i;)this.addEventListener(toBind[--i],handler,!1);else this.onmousewheel=handler;$.data(this,"mousewheel-line-height",special.getLineHeight(this)),$.data(this,"mousewheel-page-height",special.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var i=toBind.length;i;)this.removeEventListener(toBind[--i],handler,!1);else this.onmousewheel=null},getLineHeight:function(elem){return parseInt($(elem)["offsetParent"in $.fn?"offsetParent":"parent"]().css("fontSize"),10)},getPageHeight:function(elem){return $(elem).height()},settings:{adjustOldDeltas:!0}};$.fn.extend({mousewheel:function(fn){return fn?this.bind("mousewheel",fn):this.trigger("mousewheel")},unmousewheel:function(fn){return this.unbind("mousewheel",fn)}})});var jvm={inherits:function(child,parent){function temp(){}temp.prototype=parent.prototype,child.prototype=new temp,child.prototype.constructor=child,child.parentClass=parent},mixin:function(target,source){var prop;for(prop in source.prototype)source.prototype.hasOwnProperty(prop)&&(target.prototype[prop]=source.prototype[prop])},min:function(values){var i,min=Number.MAX_VALUE;if(values instanceof Array)for(i=0;imax&&(max=values[i]);else for(i in values)values[i]>max&&(max=values[i]);return max},keys:function(object){var key,keys=[];for(key in object)keys.push(key);return keys},values:function(object){var key,i,values=[];for(i=0;i");return img.error(function(){deferred.reject()}).load(function(){deferred.resolve(img)}),img.attr("src",url),deferred},isImageUrl:function(s){return/\.\w{3,4}$/.test(s)}};jvm.$=jQuery,Array.prototype.indexOf||(Array.prototype.indexOf=function(searchElement,fromIndex){var k;if(null==this)throw new TypeError('"this" is null or not defined');var O=Object(this),len=O.length>>>0;if(0===len)return-1;var n=+fromIndex||0;if(1/0===Math.abs(n)&&(n=0),n>=len)return-1;for(k=Math.max(n>=0?n:len-Math.abs(n),0);len>k;){if(k in O&&O[k]===searchElement)return k;k++}return-1}),jvm.AbstractElement=function(name,config){this.node=this.createElement(name),this.name=name,this.properties={},config&&this.set(config)},jvm.AbstractElement.prototype.set=function(property,value){var key;if("object"==typeof property)for(key in property)this.properties[key]=property[key],this.applyAttr(key,property[key]);else this.properties[property]=value,this.applyAttr(property,value)},jvm.AbstractElement.prototype.get=function(property){return this.properties[property]},jvm.AbstractElement.prototype.applyAttr=function(property,value){this.node.setAttribute(property,value)},jvm.AbstractElement.prototype.remove=function(){jvm.$(this.node).remove()},jvm.AbstractCanvasElement=function(container,width,height){this.container=container,this.setSize(width,height),this.rootElement=new jvm[this.classPrefix+"GroupElement"],this.node.appendChild(this.rootElement.node),this.container.appendChild(this.node)},jvm.AbstractCanvasElement.prototype.add=function(element,group){group=group||this.rootElement,group.add(element),element.canvas=this},jvm.AbstractCanvasElement.prototype.addPath=function(config,style,group){var el=new jvm[this.classPrefix+"PathElement"](config,style);return this.add(el,group),el},jvm.AbstractCanvasElement.prototype.addCircle=function(config,style,group){var el=new jvm[this.classPrefix+"CircleElement"](config,style);return this.add(el,group),el},jvm.AbstractCanvasElement.prototype.addImage=function(config,style,group){var el=new jvm[this.classPrefix+"ImageElement"](config,style);return this.add(el,group),el},jvm.AbstractCanvasElement.prototype.addText=function(config,style,group){var el=new jvm[this.classPrefix+"TextElement"](config,style);return this.add(el,group),el},jvm.AbstractCanvasElement.prototype.addGroup=function(parentGroup){var el=new jvm[this.classPrefix+"GroupElement"];return parentGroup?parentGroup.node.appendChild(el.node):this.node.appendChild(el.node),el.canvas=this,el},jvm.AbstractShapeElement=function(name,config,style){this.style=style||{},this.style.current=this.style.current||{},this.isHovered=!1,this.isSelected=!1,this.updateStyle()},jvm.AbstractShapeElement.prototype.setStyle=function(property,value){var styles={};"object"==typeof property?styles=property:styles[property]=value,jvm.$.extend(this.style.current,styles),this.updateStyle()},jvm.AbstractShapeElement.prototype.updateStyle=function(){var attrs={};jvm.AbstractShapeElement.mergeStyles(attrs,this.style.initial),jvm.AbstractShapeElement.mergeStyles(attrs,this.style.current),this.isHovered&&jvm.AbstractShapeElement.mergeStyles(attrs,this.style.hover),this.isSelected&&(jvm.AbstractShapeElement.mergeStyles(attrs,this.style.selected),this.isHovered&&jvm.AbstractShapeElement.mergeStyles(attrs,this.style.selectedHover)),this.set(attrs)},jvm.AbstractShapeElement.mergeStyles=function(styles,newStyles){var key;newStyles=newStyles||{};for(key in newStyles)null===newStyles[key]?delete styles[key]:styles[key]=newStyles[key]},jvm.SVGElement=function(){jvm.SVGElement.parentClass.apply(this,arguments)},jvm.inherits(jvm.SVGElement,jvm.AbstractElement),jvm.SVGElement.svgns="http://www.w3.org/2000/svg",jvm.SVGElement.prototype.createElement=function(tagName){return document.createElementNS(jvm.SVGElement.svgns,tagName)},jvm.SVGElement.prototype.addClass=function(className){this.node.setAttribute("class",className)},jvm.SVGElement.prototype.getElementCtr=function(ctr){return jvm["SVG"+ctr]},jvm.SVGElement.prototype.getBBox=function(){return this.node.getBBox()},jvm.SVGGroupElement=function(){jvm.SVGGroupElement.parentClass.call(this,"g")},jvm.inherits(jvm.SVGGroupElement,jvm.SVGElement),jvm.SVGGroupElement.prototype.add=function(element){this.node.appendChild(element.node)},jvm.SVGCanvasElement=function(){this.classPrefix="SVG",jvm.SVGCanvasElement.parentClass.call(this,"svg"),this.defsElement=new jvm.SVGElement("defs"),this.node.appendChild(this.defsElement.node),jvm.AbstractCanvasElement.apply(this,arguments)},jvm.inherits(jvm.SVGCanvasElement,jvm.SVGElement),jvm.mixin(jvm.SVGCanvasElement,jvm.AbstractCanvasElement),jvm.SVGCanvasElement.prototype.setSize=function(width,height){this.width=width,this.height=height,this.node.setAttribute("width",width),this.node.setAttribute("height",height)},jvm.SVGCanvasElement.prototype.applyTransformParams=function(scale,transX,transY){this.scale=scale,this.transX=transX,this.transY=transY,this.rootElement.node.setAttribute("transform","scale("+scale+") translate("+transX+", "+transY+")")},jvm.SVGShapeElement=function(name,config){jvm.SVGShapeElement.parentClass.call(this,name,config),jvm.AbstractShapeElement.apply(this,arguments)},jvm.inherits(jvm.SVGShapeElement,jvm.SVGElement),jvm.mixin(jvm.SVGShapeElement,jvm.AbstractShapeElement),jvm.SVGShapeElement.prototype.applyAttr=function(attr,value){var patternEl,imageEl,that=this;"fill"===attr&&jvm.isImageUrl(value)?jvm.SVGShapeElement.images[value]?this.applyAttr("fill","url(#image"+jvm.SVGShapeElement.images[value]+")"):jvm.whenImageLoaded(value).then(function(img){imageEl=new jvm.SVGElement("image"),imageEl.node.setAttributeNS("http://www.w3.org/1999/xlink","href",value),imageEl.applyAttr("x","0"),imageEl.applyAttr("y","0"),imageEl.applyAttr("width",img[0].width),imageEl.applyAttr("height",img[0].height),patternEl=new jvm.SVGElement("pattern"),patternEl.applyAttr("id","image"+jvm.SVGShapeElement.imageCounter),patternEl.applyAttr("x",0),patternEl.applyAttr("y",0),patternEl.applyAttr("width",img[0].width/2),patternEl.applyAttr("height",img[0].height/2),patternEl.applyAttr("viewBox","0 0 "+img[0].width+" "+img[0].height),patternEl.applyAttr("patternUnits","userSpaceOnUse"),patternEl.node.appendChild(imageEl.node),that.canvas.defsElement.node.appendChild(patternEl.node),jvm.SVGShapeElement.images[value]=jvm.SVGShapeElement.imageCounter++,that.applyAttr("fill","url(#image"+jvm.SVGShapeElement.images[value]+")")}):jvm.SVGShapeElement.parentClass.prototype.applyAttr.apply(this,arguments)},jvm.SVGShapeElement.imageCounter=1,jvm.SVGShapeElement.images={},jvm.SVGPathElement=function(config,style){jvm.SVGPathElement.parentClass.call(this,"path",config,style),this.node.setAttribute("fill-rule","evenodd")},jvm.inherits(jvm.SVGPathElement,jvm.SVGShapeElement),jvm.SVGCircleElement=function(config,style){jvm.SVGCircleElement.parentClass.call(this,"circle",config,style)},jvm.inherits(jvm.SVGCircleElement,jvm.SVGShapeElement),jvm.SVGImageElement=function(config,style){jvm.SVGImageElement.parentClass.call(this,"image",config,style)},jvm.inherits(jvm.SVGImageElement,jvm.SVGShapeElement),jvm.SVGImageElement.prototype.applyAttr=function(attr,value){var that=this;"image"==attr?jvm.whenImageLoaded(value).then(function(img){that.node.setAttributeNS("http://www.w3.org/1999/xlink","href",value),that.width=img[0].width,that.height=img[0].height,that.applyAttr("width",that.width),that.applyAttr("height",that.height),that.applyAttr("x",that.cx-that.width/2),that.applyAttr("y",that.cy-that.height/2),jvm.$(that.node).trigger("imageloaded",[img])}):"cx"==attr?(this.cx=value,this.width&&this.applyAttr("x",value-this.width/2)):"cy"==attr?(this.cy=value,this.height&&this.applyAttr("y",value-this.height/2)):jvm.SVGImageElement.parentClass.prototype.applyAttr.apply(this,arguments)},jvm.SVGTextElement=function(config,style){jvm.SVGTextElement.parentClass.call(this,"text",config,style)},jvm.inherits(jvm.SVGTextElement,jvm.SVGShapeElement),jvm.SVGTextElement.prototype.applyAttr=function(attr,value){"text"===attr?this.node.textContent=value:jvm.SVGTextElement.parentClass.prototype.applyAttr.apply(this,arguments)},jvm.VMLElement=function(){jvm.VMLElement.VMLInitialized||jvm.VMLElement.initializeVML(),jvm.VMLElement.parentClass.apply(this,arguments)},jvm.inherits(jvm.VMLElement,jvm.AbstractElement),jvm.VMLElement.VMLInitialized=!1,jvm.VMLElement.initializeVML=function(){try{document.namespaces.rvml||document.namespaces.add("rvml","urn:schemas-microsoft-com:vml"),jvm.VMLElement.prototype.createElement=function(tagName){return document.createElement("')}}catch(e){jvm.VMLElement.prototype.createElement=function(tagName){return document.createElement("<"+tagName+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}document.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)"),jvm.VMLElement.VMLInitialized=!0},jvm.VMLElement.prototype.getElementCtr=function(ctr){return jvm["VML"+ctr]},jvm.VMLElement.prototype.addClass=function(className){jvm.$(this.node).addClass(className)},jvm.VMLElement.prototype.applyAttr=function(attr,value){this.node[attr]=value},jvm.VMLElement.prototype.getBBox=function(){var node=jvm.$(this.node);return{x:node.position().left/this.canvas.scale,y:node.position().top/this.canvas.scale,width:node.width()/this.canvas.scale,height:node.height()/this.canvas.scale}},jvm.VMLGroupElement=function(){jvm.VMLGroupElement.parentClass.call(this,"group"),this.node.style.left="0px",this.node.style.top="0px",this.node.coordorigin="0 0"},jvm.inherits(jvm.VMLGroupElement,jvm.VMLElement),jvm.VMLGroupElement.prototype.add=function(element){this.node.appendChild(element.node)},jvm.VMLCanvasElement=function(){this.classPrefix="VML",jvm.VMLCanvasElement.parentClass.call(this,"group"),jvm.AbstractCanvasElement.apply(this,arguments),this.node.style.position="absolute"},jvm.inherits(jvm.VMLCanvasElement,jvm.VMLElement),jvm.mixin(jvm.VMLCanvasElement,jvm.AbstractCanvasElement),jvm.VMLCanvasElement.prototype.setSize=function(width,height){var paths,groups,i,l;if(this.width=width,this.height=height,this.node.style.width=width+"px",this.node.style.height=height+"px",this.node.coordsize=width+" "+height,this.node.coordorigin="0 0",this.rootElement){for(paths=this.rootElement.node.getElementsByTagName("shape"),i=0,l=paths.length;l>i;i++)paths[i].coordsize=width+" "+height,paths[i].style.width=width+"px",paths[i].style.height=height+"px";for(groups=this.node.getElementsByTagName("group"),i=0,l=groups.length;l>i;i++)groups[i].coordsize=width+" "+height,groups[i].style.width=width+"px",groups[i].style.height=height+"px"}},jvm.VMLCanvasElement.prototype.applyTransformParams=function(scale,transX,transY){this.scale=scale,this.transX=transX,this.transY=transY,this.rootElement.node.coordorigin=this.width-transX-this.width/100+","+(this.height-transY-this.height/100),this.rootElement.node.coordsize=this.width/scale+","+this.height/scale},jvm.VMLShapeElement=function(name,config){jvm.VMLShapeElement.parentClass.call(this,name,config),this.fillElement=new jvm.VMLElement("fill"),this.strokeElement=new jvm.VMLElement("stroke"),this.node.appendChild(this.fillElement.node),this.node.appendChild(this.strokeElement.node),this.node.stroked=!1,jvm.AbstractShapeElement.apply(this,arguments)},jvm.inherits(jvm.VMLShapeElement,jvm.VMLElement),jvm.mixin(jvm.VMLShapeElement,jvm.AbstractShapeElement),jvm.VMLShapeElement.prototype.applyAttr=function(attr,value){switch(attr){case"fill":this.node.fillcolor=value;break;case"fill-opacity":this.fillElement.node.opacity=Math.round(100*value)+"%";break;case"stroke":this.node.stroked="none"===value?!1:!0,this.node.strokecolor=value;break;case"stroke-opacity":this.strokeElement.node.opacity=Math.round(100*value)+"%";break;case"stroke-width":this.node.stroked=0===parseInt(value,10)?!1:!0,this.node.strokeweight=value;break;case"d":this.node.path=jvm.VMLPathElement.pathSvgToVml(value);break;default:jvm.VMLShapeElement.parentClass.prototype.applyAttr.apply(this,arguments)}},jvm.VMLPathElement=function(config,style){var scale=new jvm.VMLElement("skew");jvm.VMLPathElement.parentClass.call(this,"shape",config,style),this.node.coordorigin="0 0",scale.node.on=!0,scale.node.matrix="0.01,0,0,0.01,0,0",scale.node.offset="0,0",this.node.appendChild(scale.node)},jvm.inherits(jvm.VMLPathElement,jvm.VMLShapeElement),jvm.VMLPathElement.prototype.applyAttr=function(attr,value){"d"===attr?this.node.path=jvm.VMLPathElement.pathSvgToVml(value):jvm.VMLShapeElement.prototype.applyAttr.call(this,attr,value)},jvm.VMLPathElement.pathSvgToVml=function(path){var ctrlx,ctrly,cx=0,cy=0;return path=path.replace(/(-?\d+)e(-?\d+)/g,"0"),path.replace(/([MmLlHhVvCcSs])\s*((?:-?\d*(?:\.\d+)?\s*,?\s*)+)/g,function(segment,letter,coords){coords=coords.replace(/(\d)-/g,"$1,-").replace(/^\s+/g,"").replace(/\s+$/g,"").replace(/\s+/g,",").split(","),coords[0]||coords.shift();for(var i=0,l=coords.length;l>i;i++)coords[i]=Math.round(100*coords[i]);switch(letter){case"m":return cx+=coords[0],cy+=coords[1],"t"+coords.join(",");case"M":return cx=coords[0],cy=coords[1],"m"+coords.join(",");case"l":return cx+=coords[0],cy+=coords[1],"r"+coords.join(",");case"L":return cx=coords[0],cy=coords[1],"l"+coords.join(",");case"h":return cx+=coords[0],"r"+coords[0]+",0";case"H":return cx=coords[0],"l"+cx+","+cy;case"v":return cy+=coords[0],"r0,"+coords[0];case"V":return cy=coords[0],"l"+cx+","+cy;case"c":return ctrlx=cx+coords[coords.length-4],ctrly=cy+coords[coords.length-3],cx+=coords[coords.length-2],cy+=coords[coords.length-1],"v"+coords.join(",");case"C":return ctrlx=coords[coords.length-4],ctrly=coords[coords.length-3],cx=coords[coords.length-2],cy=coords[coords.length-1],"c"+coords.join(",");case"s":return coords.unshift(cy-ctrly),coords.unshift(cx-ctrlx),ctrlx=cx+coords[coords.length-4],ctrly=cy+coords[coords.length-3],cx+=coords[coords.length-2],cy+=coords[coords.length-1],"v"+coords.join(",");case"S":return coords.unshift(cy+cy-ctrly),coords.unshift(cx+cx-ctrlx),ctrlx=coords[coords.length-4],ctrly=coords[coords.length-3],cx=coords[coords.length-2],cy=coords[coords.length-1],"c"+coords.join(",")}return""}).replace(/z/g,"e")},jvm.VMLCircleElement=function(config,style){jvm.VMLCircleElement.parentClass.call(this,"oval",config,style)},jvm.inherits(jvm.VMLCircleElement,jvm.VMLShapeElement),jvm.VMLCircleElement.prototype.applyAttr=function(attr,value){switch(attr){case"r":this.node.style.width=2*value+"px",this.node.style.height=2*value+"px",this.applyAttr("cx",this.get("cx")||0),this.applyAttr("cy",this.get("cy")||0);break;case"cx":if(!value)return;this.node.style.left=value-(this.get("r")||0)+"px";break;case"cy":if(!value)return;this.node.style.top=value-(this.get("r")||0)+"px";break;default:jvm.VMLCircleElement.parentClass.prototype.applyAttr.call(this,attr,value)}},jvm.VectorCanvas=function(container,width,height){return this.mode=window.SVGAngle?"svg":"vml",this.impl="svg"==this.mode?new jvm.SVGCanvasElement(container,width,height):new jvm.VMLCanvasElement(container,width,height),this.impl.mode=this.mode,this.impl},jvm.SimpleScale=function(scale){this.scale=scale},jvm.SimpleScale.prototype.getValue=function(value){return value},jvm.OrdinalScale=function(scale){this.scale=scale},jvm.OrdinalScale.prototype.getValue=function(value){return this.scale[value]},jvm.OrdinalScale.prototype.getTicks=function(){var key,ticks=[];for(key in this.scale)ticks.push({label:key,value:this.scale[key]});return ticks},jvm.NumericScale=function(scale,normalizeFunction,minValue,maxValue){this.scale=[],normalizeFunction=normalizeFunction||"linear",scale&&this.setScale(scale),normalizeFunction&&this.setNormalizeFunction(normalizeFunction),"undefined"!=typeof minValue&&this.setMin(minValue),"undefined"!=typeof maxValue&&this.setMax(maxValue)},jvm.NumericScale.prototype={setMin:function(min){this.clearMinValue=min,this.minValue="function"==typeof this.normalize?this.normalize(min):min},setMax:function(max){this.clearMaxValue=max,this.maxValue="function"==typeof this.normalize?this.normalize(max):max},setScale:function(scale){var i;for(this.scale=[],i=0;i=0;)value-=lengthes[i],i++;return value=this.vectorToNum(i==this.scale.length-1?this.scale[i]:this.vectorAdd(this.scale[i],this.vectorMult(this.vectorSubtract(this.scale[i+1],this.scale[i]),value/lengthes[i])))},vectorToNum:function(vector){var i,num=0;for(i=0;i=err?step*=10:.35>=err?step*=5:.75>=err&&(step*=2),extent[0]=Math.floor(extent[0]/step)*step,extent[1]=Math.ceil(extent[1]/step)*step,tick=extent[0];tick<=extent[1];)v=tick==extent[0]?this.clearMinValue:tick==extent[1]?this.clearMaxValue:tick,ticks.push({label:tick,value:this.getValue(v)}),tick+=step;return ticks}},jvm.ColorScale=function(){jvm.ColorScale.parentClass.apply(this,arguments)},jvm.inherits(jvm.ColorScale,jvm.NumericScale),jvm.ColorScale.prototype.setScale=function(scale){var i;for(i=0;i"),this.body.addClass("jvectormap-legend"),this.params.cssClass&&this.body.addClass(this.params.cssClass),params.vertical?this.map.legendCntVertical.append(this.body):this.map.legendCntHorizontal.append(this.body),this.render()},jvm.Legend.prototype.render=function(){var i,tick,sample,label,ticks=this.series.scale.getTicks(),inner=jvm.$("
").addClass("jvectormap-legend-inner");for(this.body.html(""),this.params.title&&this.body.append(jvm.$("
").addClass("jvectormap-legend-title").html(this.params.title)),this.body.append(inner),i=0;i").addClass("jvectormap-legend-tick"),sample=jvm.$("
").addClass("jvectormap-legend-tick-sample"),this.series.params.attribute){case"fill":jvm.isImageUrl(ticks[i].value)?sample.css("background","url("+ticks[i].value+")"):sample.css("background",ticks[i].value);break;case"stroke":sample.css("background",ticks[i].value);break;case"image":sample.css("background","url("+ticks[i].value+") no-repeat center center");break;case"r":jvm.$("
").css({"border-radius":ticks[i].value,border:this.map.params.markerStyle.initial["stroke-width"]+"px "+this.map.params.markerStyle.initial.stroke+" solid",width:2*ticks[i].value+"px",height:2*ticks[i].value+"px",background:this.map.params.markerStyle.initial.fill}).appendTo(sample)}tick.append(sample),label=ticks[i].label,this.params.labelRender&&(label=this.params.labelRender(label)),tick.append(jvm.$("
"+label+"
").addClass("jvectormap-legend-tick-text")),inner.append(tick)}inner.append(jvm.$("
").css("clear","both"))},jvm.DataSeries=function(params,elements,map){var scaleConstructor;params=params||{},params.attribute=params.attribute||"fill",this.elements=elements,this.params=params,this.map=map,params.attributes&&this.setAttributes(params.attributes),jvm.$.isArray(params.scale)?(scaleConstructor="fill"===params.attribute||"stroke"===params.attribute?jvm.ColorScale:jvm.NumericScale,this.scale=new scaleConstructor(params.scale,params.normalizeFunction,params.min,params.max)):this.scale=params.scale?new jvm.OrdinalScale(params.scale):new jvm.SimpleScale(params.scale),this.values=params.values||{},this.setValues(this.values),this.params.legend&&(this.legend=new jvm.Legend($.extend({map:this.map,series:this},this.params.legend)))},jvm.DataSeries.prototype={setAttributes:function(key,attr){var code,attrs=key;if("string"==typeof key)this.elements[key]&&this.elements[key].setStyle(this.params.attribute,attr);else for(code in attrs)this.elements[code]&&this.elements[code].element.setStyle(this.params.attribute,attrs[code])},setValues:function(values){var val,cc,max=-Number.MAX_VALUE,min=Number.MAX_VALUE,attrs={};if(this.scale instanceof jvm.OrdinalScale||this.scale instanceof jvm.SimpleScale)for(cc in values)attrs[cc]=values[cc]?this.scale.getValue(values[cc]):this.elements[cc].element.style.initial[this.params.attribute];else{if("undefined"==typeof this.params.min||"undefined"==typeof this.params.max)for(cc in values)val=parseFloat(values[cc]),val>max&&(max=val),min>val&&(min=val);"undefined"==typeof this.params.min?(this.scale.setMin(min),this.params.min=min):this.scale.setMin(this.params.min),"undefined"==typeof this.params.max?(this.scale.setMax(max),this.params.max=max):this.scale.setMax(this.params.max);for(cc in values)"indexOf"!=cc&&(val=parseFloat(values[cc]),attrs[cc]=isNaN(val)?this.elements[cc].element.style.initial[this.params.attribute]:this.scale.getValue(val))}this.setAttributes(attrs),jvm.$.extend(this.values,values)},clear:function(){var key,attrs={};for(key in this.values)this.elements[key]&&(attrs[key]=this.elements[key].element.shape.style.initial[this.params.attribute]);this.setAttributes(attrs),this.values={}},setScale:function(scale){this.scale.setScale(scale),this.values&&this.setValues(this.values)},setNormalizeFunction:function(f){this.scale.setNormalizeFunction(f),this.values&&this.setValues(this.values)}},jvm.Proj={degRad:180/Math.PI,radDeg:Math.PI/180,radius:6381372,sgn:function(n){return n>0?1:0>n?-1:n},mill:function(lat,lng,c){return{x:this.radius*(lng-c)*this.radDeg,y:-this.radius*Math.log(Math.tan((45+.4*lat)*this.radDeg))/.8}},mill_inv:function(x,y,c){return{lat:(2.5*Math.atan(Math.exp(.8*y/this.radius))-5*Math.PI/8)*this.degRad,lng:(c*this.radDeg+x/this.radius)*this.degRad}},merc:function(lat,lng,c){return{x:this.radius*(lng-c)*this.radDeg,y:-this.radius*Math.log(Math.tan(Math.PI/4+lat*Math.PI/360))}},merc_inv:function(x,y,c){return{lat:(2*Math.atan(Math.exp(y/this.radius))-Math.PI/2)*this.degRad,lng:(c*this.radDeg+x/this.radius)*this.degRad}},aea:function(lat,lng,c){var fi0=0,lambda0=c*this.radDeg,fi1=29.5*this.radDeg,fi2=45.5*this.radDeg,fi=lat*this.radDeg,lambda=lng*this.radDeg,n=(Math.sin(fi1)+Math.sin(fi2))/2,C=Math.cos(fi1)*Math.cos(fi1)+2*n*Math.sin(fi1),theta=n*(lambda-lambda0),ro=Math.sqrt(C-2*n*Math.sin(fi))/n,ro0=Math.sqrt(C-2*n*Math.sin(fi0))/n;return{x:ro*Math.sin(theta)*this.radius,y:-(ro0-ro*Math.cos(theta))*this.radius}},aea_inv:function(xCoord,yCoord,c){var x=xCoord/this.radius,y=yCoord/this.radius,fi0=0,lambda0=c*this.radDeg,fi1=29.5*this.radDeg,fi2=45.5*this.radDeg,n=(Math.sin(fi1)+Math.sin(fi2))/2,C=Math.cos(fi1)*Math.cos(fi1)+2*n*Math.sin(fi1),ro0=Math.sqrt(C-2*n*Math.sin(fi0))/n,ro=Math.sqrt(x*x+(ro0-y)*(ro0-y)),theta=Math.atan(x/(ro0-y));return{lat:Math.asin((C-ro*ro*n*n)/(2*n))*this.degRad,lng:(lambda0+theta/n)*this.degRad}},lcc:function(lat,lng,c){var fi0=0,lambda0=c*this.radDeg,lambda=lng*this.radDeg,fi1=33*this.radDeg,fi2=45*this.radDeg,fi=lat*this.radDeg,n=Math.log(Math.cos(fi1)*(1/Math.cos(fi2)))/Math.log(Math.tan(Math.PI/4+fi2/2)*(1/Math.tan(Math.PI/4+fi1/2))),F=Math.cos(fi1)*Math.pow(Math.tan(Math.PI/4+fi1/2),n)/n,ro=F*Math.pow(1/Math.tan(Math.PI/4+fi/2),n),ro0=F*Math.pow(1/Math.tan(Math.PI/4+fi0/2),n);return{x:ro*Math.sin(n*(lambda-lambda0))*this.radius,y:-(ro0-ro*Math.cos(n*(lambda-lambda0)))*this.radius}},lcc_inv:function(xCoord,yCoord,c){var x=xCoord/this.radius,y=yCoord/this.radius,fi0=0,lambda0=c*this.radDeg,fi1=33*this.radDeg,fi2=45*this.radDeg,n=Math.log(Math.cos(fi1)*(1/Math.cos(fi2)))/Math.log(Math.tan(Math.PI/4+fi2/2)*(1/Math.tan(Math.PI/4+fi1/2))),F=Math.cos(fi1)*Math.pow(Math.tan(Math.PI/4+fi1/2),n)/n,ro0=F*Math.pow(1/Math.tan(Math.PI/4+fi0/2),n),ro=this.sgn(n)*Math.sqrt(x*x+(ro0-y)*(ro0-y)),theta=Math.atan(x/(ro0-y));return{lat:(2*Math.atan(Math.pow(F/ro,1/n))-Math.PI/2)*this.degRad,lng:(lambda0+theta/n)*this.degRad}}},jvm.MapObject=function(){},jvm.MapObject.prototype.getLabelText=function(key){var text;return text=this.config.label?"function"==typeof this.config.label.render?this.config.label.render(key):key:null},jvm.MapObject.prototype.getLabelOffsets=function(key){var offsets;return this.config.label&&("function"==typeof this.config.label.offsets?offsets=this.config.label.offsets(key):"object"==typeof this.config.label.offsets&&(offsets=this.config.label.offsets[key])),offsets||[0,0]},jvm.MapObject.prototype.setHovered=function(isHovered){this.isHovered!==isHovered&&(this.isHovered=isHovered,this.shape.isHovered=isHovered,this.shape.updateStyle(),this.label&&(this.label.isHovered=isHovered,this.label.updateStyle()))},jvm.MapObject.prototype.setSelected=function(isSelected){this.isSelected!==isSelected&&(this.isSelected=isSelected,this.shape.isSelected=isSelected,this.shape.updateStyle(),this.label&&(this.label.isSelected=isSelected,this.label.updateStyle()),jvm.$(this.shape).trigger("selected",[isSelected]))},jvm.MapObject.prototype.setStyle=function(){this.shape.setStyle.apply(this.shape,arguments)},jvm.MapObject.prototype.remove=function(){this.shape.remove(),this.label&&this.label.remove()},jvm.Region=function(config){var bbox,text,offsets;this.config=config,this.map=this.config.map,this.shape=config.canvas.addPath({d:config.path,"data-code":config.code},config.style,config.canvas.rootElement),this.shape.addClass("jvectormap-region jvectormap-element"),bbox=this.shape.getBBox(),text=this.getLabelText(config.code),this.config.label&&text&&(offsets=this.getLabelOffsets(config.code),this.labelX=bbox.x+bbox.width/2+offsets[0],this.labelY=bbox.y+bbox.height/2+offsets[1],this.label=config.canvas.addText({text:text,"text-anchor":"middle","alignment-baseline":"central",x:this.labelX,y:this.labelY,"data-code":config.code},config.labelStyle,config.labelsGroup),this.label.addClass("jvectormap-region jvectormap-element")) },jvm.inherits(jvm.Region,jvm.MapObject),jvm.Region.prototype.updateLabelPosition=function(){this.label&&this.label.set({x:this.labelX*this.map.scale+this.map.transX*this.map.scale,y:this.labelY*this.map.scale+this.map.transY*this.map.scale})},jvm.Marker=function(config){var text;this.config=config,this.map=this.config.map,this.isImage=!!this.config.style.initial.image,this.createShape(),text=this.getLabelText(config.index),this.config.label&&text&&(this.offsets=this.getLabelOffsets(config.index),this.labelX=config.cx/this.map.scale-this.map.transX,this.labelY=config.cy/this.map.scale-this.map.transY,this.label=config.canvas.addText({text:text,"data-index":config.index,dy:"0.6ex",x:this.labelX,y:this.labelY},config.labelStyle,config.labelsGroup),this.label.addClass("jvectormap-marker jvectormap-element"))},jvm.inherits(jvm.Marker,jvm.MapObject),jvm.Marker.prototype.createShape=function(){var that=this;this.shape&&this.shape.remove(),this.shape=this.config.canvas[this.isImage?"addImage":"addCircle"]({"data-index":this.config.index,cx:this.config.cx,cy:this.config.cy},this.config.style,this.config.group),this.shape.addClass("jvectormap-marker jvectormap-element"),this.isImage&&jvm.$(this.shape.node).on("imageloaded",function(){that.updateLabelPosition()})},jvm.Marker.prototype.updateLabelPosition=function(){this.label&&this.label.set({x:this.labelX*this.map.scale+this.offsets[0]+this.map.transX*this.map.scale+5+(this.isImage?(this.shape.width||0)/2:this.shape.properties.r),y:this.labelY*this.map.scale+this.map.transY*this.map.scale+this.offsets[1]})},jvm.Marker.prototype.setStyle=function(property){var isImage;jvm.Marker.parentClass.prototype.setStyle.apply(this,arguments),"r"===property&&this.updateLabelPosition(),isImage=!!this.shape.get("image"),isImage!=this.isImage&&(this.isImage=isImage,this.config.style=jvm.$.extend(!0,{},this.shape.style),this.createShape())},jvm.Map=function(params){var e,map=this;if(this.params=jvm.$.extend(!0,{},jvm.Map.defaultParams,params),!jvm.Map.maps[this.params.map])throw new Error("Attempt to use map which was not loaded: "+this.params.map);this.mapData=jvm.Map.maps[this.params.map],this.markers={},this.regions={},this.regionsColors={},this.regionsData={},this.container=jvm.$("
").addClass("jvectormap-container"),this.params.container&&this.params.container.append(this.container),this.container.data("mapObject",this),this.defaultWidth=this.mapData.width,this.defaultHeight=this.mapData.height,this.setBackgroundColor(this.params.backgroundColor),this.onResize=function(){map.updateSize()},jvm.$(window).resize(this.onResize);for(e in jvm.Map.apiEvents)this.params[e]&&this.container.bind(jvm.Map.apiEvents[e]+".jvectormap",this.params[e]);this.canvas=new jvm.VectorCanvas(this.container[0],this.width,this.height),this.params.bindTouchEvents&&("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch?this.bindContainerTouchEvents():window.MSGesture&&this.bindContainerPointerEvents()),this.bindContainerEvents(),this.bindElementEvents(),this.createTip(),this.params.zoomButtons&&this.bindZoomButtons(),this.createRegions(),this.createMarkers(this.params.markers||{}),this.updateSize(),this.params.focusOn&&("string"==typeof this.params.focusOn?this.params.focusOn={region:this.params.focusOn}:jvm.$.isArray(this.params.focusOn)&&(this.params.focusOn={regions:this.params.focusOn}),this.setFocus(this.params.focusOn)),this.params.selectedRegions&&this.setSelectedRegions(this.params.selectedRegions),this.params.selectedMarkers&&this.setSelectedMarkers(this.params.selectedMarkers),this.legendCntHorizontal=jvm.$("
").addClass("jvectormap-legend-cnt jvectormap-legend-cnt-h"),this.legendCntVertical=jvm.$("
").addClass("jvectormap-legend-cnt jvectormap-legend-cnt-v"),this.container.append(this.legendCntHorizontal),this.container.append(this.legendCntVertical),this.params.series&&this.createSeries()},jvm.Map.prototype={transX:0,transY:0,scale:1,baseTransX:0,baseTransY:0,baseScale:1,width:0,height:0,setBackgroundColor:function(backgroundColor){this.container.css("background-color",backgroundColor)},resize:function(){var curBaseScale=this.baseScale;this.width/this.height>this.defaultWidth/this.defaultHeight?(this.baseScale=this.height/this.defaultHeight,this.baseTransX=Math.abs(this.width-this.defaultWidth*this.baseScale)/(2*this.baseScale)):(this.baseScale=this.width/this.defaultWidth,this.baseTransY=Math.abs(this.height-this.defaultHeight*this.baseScale)/(2*this.baseScale)),this.scale*=this.baseScale/curBaseScale,this.transX*=this.baseScale/curBaseScale,this.transY*=this.baseScale/curBaseScale},updateSize:function(){this.width=this.container.width(),this.height=this.container.height(),this.resize(),this.canvas.setSize(this.width,this.height),this.applyTransform()},reset:function(){var key,i;for(key in this.series)for(i=0;imaxTransY?this.transY=maxTransY:this.transYmaxTransX?this.transX=maxTransX:this.transXtouches[1].pageX?touches[1].pageX+(touches[0].pageX-touches[1].pageX)/2:touches[0].pageX+(touches[1].pageX-touches[0].pageX)/2,centerTouchY=touches[0].pageY>touches[1].pageY?touches[1].pageY+(touches[0].pageY-touches[1].pageY)/2:touches[0].pageY+(touches[1].pageY-touches[0].pageY)/2,centerTouchX-=offset.left,centerTouchY-=offset.top,touchStartScale=map.scale,touchStartDistance=Math.sqrt(Math.pow(touches[0].pageX-touches[1].pageX,2)+Math.pow(touches[0].pageY-touches[1].pageY,2)))),lastTouchesLength=touches.length};jvm.$(this.container).bind("touchstart",handleTouchEvent),jvm.$(this.container).bind("touchmove",handleTouchEvent)},bindContainerPointerEvents:function(){var map=this,gesture=new MSGesture,element=this.container[0],handlePointerDownEvent=function(e){gesture.addPointer(e.pointerId)},handleGestureEvent=function(e){var transXOld,transYOld;(0!=e.translationX||0!=e.translationY)&&(transXOld=map.transX,transYOld=map.transY,map.transX+=e.translationX/map.scale,map.transY+=e.translationY/map.scale,map.applyTransform(),map.tip.hide(),(transXOld!=map.transX||transYOld!=map.transY)&&e.preventDefault()),1!=e.scale&&(map.setScale(map.scale*e.scale,e.offsetX,e.offsetY),map.tip.hide(),e.preventDefault())};gesture.target=element,element.addEventListener("MSGestureChange",handleGestureEvent,!1),element.addEventListener("pointerdown",handlePointerDownEvent,!1)},bindElementEvents:function(){var pageX,pageY,mouseMoved,map=this;this.container.mousemove(function(e){Math.abs(pageX-e.pageX)+Math.abs(pageY-e.pageY)>2&&(mouseMoved=!0)}),this.container.delegate("[class~='jvectormap-element']","mouseover mouseout",function(e){var baseVal=jvm.$(this).attr("class").baseVal||jvm.$(this).attr("class"),type=-1===baseVal.indexOf("jvectormap-region")?"marker":"region",code=jvm.$(this).attr("region"==type?"data-code":"data-index"),element="region"==type?map.regions[code].element:map.markers[code].element,tipText="region"==type?map.mapData.paths[code].name:map.markers[code].config.name||"",tipShowEvent=jvm.$.Event(type+"TipShow.jvectormap"),overEvent=jvm.$.Event(type+"Over.jvectormap");"mouseover"==e.type?(map.container.trigger(overEvent,[code]),overEvent.isDefaultPrevented()||element.setHovered(!0),map.tip.text(tipText),map.container.trigger(tipShowEvent,[map.tip,code]),tipShowEvent.isDefaultPrevented()||(map.tip.show(),map.tipWidth=map.tip.width(),map.tipHeight=map.tip.height())):(element.setHovered(!1),map.tip.hide(),map.container.trigger(type+"Out.jvectormap",[code]))}),this.container.delegate("[class~='jvectormap-element']","mousedown",function(e){pageX=e.pageX,pageY=e.pageY,mouseMoved=!1}),this.container.delegate("[class~='jvectormap-element']","mouseup",function(){var baseVal=jvm.$(this).attr("class").baseVal?jvm.$(this).attr("class").baseVal:jvm.$(this).attr("class"),type=-1===baseVal.indexOf("jvectormap-region")?"marker":"region",code=jvm.$(this).attr("region"==type?"data-code":"data-index"),clickEvent=jvm.$.Event(type+"Click.jvectormap"),element="region"==type?map.regions[code].element:map.markers[code].element;mouseMoved||(map.container.trigger(clickEvent,[code]),("region"===type&&map.params.regionsSelectable||"marker"===type&&map.params.markersSelectable)&&(clickEvent.isDefaultPrevented()||(map.params[type+"sSelectableOne"]&&map.clearSelected(type+"s"),element.setSelected(!element.isSelected))))})},bindZoomButtons:function(){var map=this;jvm.$("
").addClass("jvectormap-zoomin").text("+").appendTo(this.container),jvm.$("
").addClass("jvectormap-zoomout").html("−").appendTo(this.container),this.container.find(".jvectormap-zoomin").click(function(){map.setScale(map.scale*map.params.zoomStep,map.width/2,map.height/2,!1,map.params.zoomAnimate)}),this.container.find(".jvectormap-zoomout").click(function(){map.setScale(map.scale/map.params.zoomStep,map.width/2,map.height/2,!1,map.params.zoomAnimate)})},createTip:function(){var map=this;this.tip=jvm.$("
").addClass("jvectormap-tip").appendTo(jvm.$("body")),this.container.mousemove(function(e){var left=e.pageX-15-map.tipWidth,top=e.pageY-15-map.tipHeight;5>left&&(left=e.pageX+15),5>top&&(top=e.pageY+15),map.tip.css({left:left,top:top})})},setScale:function(scale,anchorX,anchorY,isCentered,animate){var interval,scaleStart,scaleDiff,transXStart,transXDiff,transYStart,transYDiff,transX,transY,viewportChangeEvent=jvm.$.Event("zoom.jvectormap"),that=this,i=0,count=Math.abs(Math.round(60*(scale-this.scale)/Math.max(scale,this.scale))),deferred=new jvm.$.Deferred;return scale>this.params.zoomMax*this.baseScale?scale=this.params.zoomMax*this.baseScale:scale0?(scaleStart=this.scale,scaleDiff=(scale-scaleStart)/count,transXStart=this.transX*this.scale,transYStart=this.transY*this.scale,transXDiff=(transX*scale-transXStart)/count,transYDiff=(transY*scale-transYStart)/count,interval=setInterval(function(){i+=1,that.scale=scaleStart+scaleDiff*i,that.transX=(transXStart+transXDiff*i)/that.scale,that.transY=(transYStart+transYDiff*i)/that.scale,that.applyTransform(),i==count&&(clearInterval(interval),that.container.trigger(viewportChangeEvent,[scale/that.baseScale]),deferred.resolve())},10)):(this.transX=transX,this.transY=transY,this.scale=scale,this.applyTransform(),this.container.trigger(viewportChangeEvent,[scale/this.baseScale]),deferred.resolve()),deferred},setFocus:function(config){var bbox,itemBbox,newBbox,codes,i,point;if(config=config||{},config.region?codes=[config.region]:config.regions&&(codes=config.regions),codes){for(i=0;ilng&&(lng+=360),point=jvm.Proj[proj.type](lat,lng,centralMeridian),inset=this.getInsetForPoint(point.x,point.y),inset?(bbox=inset.bbox,point.x=(point.x-bbox[0].x)/(bbox[1].x-bbox[0].x)*inset.width*this.scale,point.y=(point.y-bbox[0].y)/(bbox[1].y-bbox[0].y)*inset.height*this.scale,{x:point.x+this.transX*this.scale+inset.left*this.scale,y:point.y+this.transY*this.scale+inset.top*this.scale}):!1},pointToLatLng:function(x,y){var i,inset,bbox,nx,ny,proj=jvm.Map.maps[this.params.map].projection,centralMeridian=proj.centralMeridian,insets=jvm.Map.maps[this.params.map].insets;for(i=0;ibbox[0].x&&nxbbox[0].y&&nybbox[0].x&&xbbox[0].y&&y").addClass("jvectormap-goback").text("Back").appendTo(this.params.container),this.backButton.hide(),this.backButton.click(function(){that.goBack()}),this.spinner=jvm.$("
").addClass("jvectormap-spinner").appendTo(this.params.container),this.spinner.hide()},jvm.MultiMap.prototype={addMap:function(name,config){var cnt=jvm.$("
").css({width:"100%",height:"100%"});return this.params.container.append(cnt),this.maps[name]=new jvm.Map(jvm.$.extend(config,{container:cnt})),this.params.maxLevel>config.multiMapLevel&&this.maps[name].container.on("regionClick.jvectormap",{scope:this},function(e,code){var multimap=e.data.scope,mapName=multimap.params.mapNameByCode(code,multimap);multimap.drillDownPromise&&"pending"===multimap.drillDownPromise.state()||multimap.drillDown(mapName,code)}),this.maps[name]},downloadMap:function(code){var that=this,deferred=jvm.$.Deferred();return this.mapsLoaded[code]?deferred.resolve():jvm.$.get(this.params.mapUrlByCode(code,this)).then(function(){that.mapsLoaded[code]=!0,deferred.resolve()},function(){deferred.reject()}),deferred},drillDown:function(name,code){var currentMap=this.history[this.history.length-1],that=this,focusPromise=currentMap.setFocus({region:code,animate:!0}),downloadPromise=this.downloadMap(code);focusPromise.then(function(){"pending"===downloadPromise.state()&&that.spinner.show()}),downloadPromise.always(function(){that.spinner.hide()}),this.drillDownPromise=jvm.$.when(downloadPromise,focusPromise),this.drillDownPromise.then(function(){currentMap.params.container.hide(),that.maps[name]?that.maps[name].params.container.show():that.addMap(name,{map:name,multiMapLevel:currentMap.params.multiMapLevel+1}),that.history.push(that.maps[name]),that.backButton.show()})},goBack:function(){var currentMap=this.history.pop(),prevMap=this.history[this.history.length-1],that=this;currentMap.setFocus({scale:1,x:.5,y:.5,animate:!0}).then(function(){currentMap.params.container.hide(),prevMap.params.container.show(),prevMap.updateSize(),1===that.history.length&&that.backButton.hide(),prevMap.setFocus({scale:1,x:.5,y:.5,animate:!0})})}},jvm.MultiMap.defaultParams={mapNameByCode:function(code,multiMap){return code.toLowerCase()+"_"+multiMap.defaultProjection+"_en"},mapUrlByCode:function(code,multiMap){return"jquery-jvectormap-data-"+code.toLowerCase()+"-"+multiMap.defaultProjection+"-en.js"}};jvectormap/jquery-jvectormap-world-mill.js000064400000313506151162653250015041 0ustar00jQuery.fn.vectorMap('addMap', 'world_mill',{"insets": [{"width": 900, "top": 0, "height": 440.7063107441331, "bbox": [{"y": -12671671.123330014, "x": -20004297.151525836}, {"y": 6930392.025135122, "x": 20026572.394749384}], "left": 0}], "paths": {"BD": {"path": "M651.84,230.21l-0.6,-2.0l-1.36,-1.71l-2.31,-0.11l-0.41,0.48l0.2,0.94l-0.53,0.99l-0.72,-0.36l-0.68,0.35l-1.2,-0.36l-0.37,-2.0l-0.81,-1.86l0.39,-1.46l-0.22,-0.47l-1.14,-0.53l0.29,-0.5l1.48,-0.94l0.03,-0.65l-1.55,-1.22l0.55,-1.14l1.61,0.94l1.04,0.15l0.18,1.54l0.34,0.35l5.64,0.63l-0.84,1.64l-1.22,0.34l-0.77,1.51l0.07,0.47l1.37,1.37l0.67,-0.19l0.42,-1.39l1.21,3.84l-0.03,1.21l-0.33,-0.15l-0.4,0.28Z", "name": "Bangladesh"}, "BE": {"path": "M429.29,144.05l1.91,0.24l2.1,-0.63l2.63,1.99l-0.21,1.66l-0.69,0.4l-0.18,1.2l-1.66,-1.13l-1.39,0.15l-2.73,-2.7l-1.17,-0.18l-0.16,-0.52l1.54,-0.5Z", "name": "Belgium"}, "BF": {"path": "M421.42,247.64l-0.11,0.95l0.34,1.16l1.4,1.71l0.07,1.1l0.32,0.37l2.55,0.51l-0.04,1.28l-0.38,0.53l-1.07,0.21l-0.72,1.18l-0.63,0.21l-3.22,-0.25l-0.94,0.39l-5.4,-0.05l-0.39,0.38l0.16,2.73l-1.23,-0.43l-1.17,0.1l-0.89,0.57l-2.27,-1.72l-0.13,-1.11l0.61,-0.96l0.02,-0.93l1.87,-1.98l0.44,-1.81l0.43,-0.39l1.28,0.26l1.05,-0.52l0.47,-0.73l1.84,-1.09l0.55,-0.83l2.2,-1.0l1.15,-0.3l0.72,0.45l1.13,-0.01Z", "name": "Burkina Faso"}, "BG": {"path": "M491.65,168.18l-0.86,0.88l-0.91,2.17l0.48,1.34l-1.6,-0.24l-2.55,0.95l-0.28,1.51l-1.8,0.22l-2.0,-1.0l-1.92,0.79l-1.42,-0.07l-0.15,-1.63l-1.05,-0.97l0.0,-0.8l1.2,-1.57l0.01,-0.56l-1.14,-1.23l-0.05,-0.94l0.88,0.97l0.88,-0.2l1.91,0.47l3.68,0.16l1.42,-0.81l2.72,-0.66l2.55,1.24Z", "name": "Bulgaria"}, "BA": {"path": "M463.49,163.65l2.1,0.5l1.72,-0.03l1.52,0.68l-0.36,0.78l0.08,0.45l1.04,1.02l-0.25,0.98l-1.81,1.15l-0.38,1.38l-1.67,-0.87l-0.89,-1.2l-2.11,-1.83l-1.63,-2.22l0.23,-0.57l0.48,0.38l0.55,-0.06l0.43,-0.51l0.94,-0.06Z", "name": "Bosnia and Herz."}, "BN": {"path": "M707.48,273.58l0.68,-0.65l1.41,-0.91l-0.15,1.63l-0.81,-0.05l-0.61,0.58l-0.53,-0.6Z", "name": "Brunei"}, "BO": {"path": "M263.83,340.69l-3.09,-0.23l-0.38,0.23l-0.7,1.52l-1.31,-1.53l-3.28,-0.64l-2.37,2.4l-1.31,0.26l-0.88,-3.26l-1.3,-2.86l0.74,-2.37l-0.13,-0.43l-1.2,-1.01l-0.37,-1.89l-1.08,-1.55l1.45,-2.56l-0.96,-2.33l0.47,-1.06l-0.34,-0.73l0.91,-1.32l0.16,-3.84l0.5,-1.18l-1.81,-3.41l2.46,0.07l0.8,-0.85l3.4,-1.91l2.66,-0.35l-0.19,1.38l0.3,1.07l-0.05,1.97l2.72,2.27l2.88,0.49l0.89,0.86l1.79,0.58l0.98,0.7l1.71,0.05l1.17,0.61l0.6,2.7l-0.7,0.54l0.96,2.99l0.37,0.28l4.3,0.1l-0.25,1.2l0.27,1.02l1.43,0.9l0.5,1.35l-0.41,1.86l-0.65,1.08l0.12,1.35l-2.69,-1.65l-2.4,-0.03l-4.36,0.76l-1.49,2.5l-0.11,1.52l-0.75,2.37Z", "name": "Bolivia"}, "JP": {"path": "M781.12,166.87l1.81,0.68l1.62,-0.97l0.39,2.42l-3.35,0.75l-2.23,2.88l-3.63,-1.9l-0.56,0.2l-1.26,3.05l-2.16,0.03l-0.29,-2.51l1.08,-2.03l2.45,-0.16l0.37,-0.33l1.25,-5.94l2.47,2.71l2.03,1.12ZM773.56,187.34l-0.91,2.22l0.37,1.52l-1.14,1.75l-3.02,1.26l-4.58,0.27l-3.34,3.01l-1.25,-0.8l-0.09,-1.9l-0.46,-0.38l-4.35,0.62l-3.0,1.32l-2.85,0.05l-0.37,0.27l0.13,0.44l2.32,1.89l-1.54,4.34l-1.26,0.9l-0.79,-0.7l0.56,-2.27l-0.21,-0.45l-1.47,-0.75l-0.74,-1.4l2.12,-0.84l1.26,-1.7l2.45,-1.42l1.83,-1.91l4.78,-0.81l2.6,0.57l0.44,-0.21l2.39,-4.66l1.29,1.06l0.5,0.01l5.1,-4.02l1.69,-3.73l-0.38,-3.4l0.9,-1.61l2.14,-0.44l1.23,3.72l-0.07,2.18l-2.23,2.84l-0.04,3.16ZM757.78,196.26l0.19,0.56l-1.01,1.21l-1.16,-0.68l-1.28,0.65l-0.69,1.45l-1.02,-0.5l0.01,-0.93l1.14,-1.38l1.57,0.14l0.85,-0.98l1.4,0.46Z", "name": "Japan"}, "BI": {"path": "M495.45,295.49l-1.08,-2.99l1.14,-0.11l0.64,-1.19l0.76,0.09l0.65,1.83l-2.1,2.36Z", "name": "Burundi"}, "BJ": {"path": "M429.57,255.75l-0.05,0.8l0.5,1.34l-0.42,0.86l0.17,0.79l-1.81,2.12l-0.57,1.76l-0.08,5.42l-1.41,0.2l-0.48,-1.36l0.11,-5.71l-0.52,-0.7l-0.2,-1.35l-1.48,-1.48l0.21,-0.9l0.89,-0.43l0.42,-0.92l1.27,-0.36l1.22,-1.34l0.61,-0.0l1.62,1.24Z", "name": "Benin"}, "BT": {"path": "M650.32,213.86l0.84,0.71l-0.12,1.1l-3.76,-0.11l-1.57,0.4l-1.93,-0.87l1.48,-1.96l1.13,-0.57l1.63,0.57l1.33,0.08l0.99,0.65Z", "name": "Bhutan"}, "JM": {"path": "M228.38,239.28l-0.8,0.4l-2.26,-1.06l0.84,-0.23l2.14,0.3l1.17,0.56l-1.08,0.03Z", "name": "Jamaica"}, "BW": {"path": "M483.92,330.07l2.27,4.01l2.83,2.86l0.96,0.31l0.78,2.43l2.13,0.61l1.02,0.76l-3.0,1.64l-2.32,2.02l-1.54,2.69l-1.52,0.45l-0.64,1.94l-1.34,0.52l-1.85,-0.12l-1.21,-0.74l-1.35,-0.3l-1.22,0.62l-0.75,1.37l-2.31,1.9l-1.4,0.21l-0.35,-0.59l0.16,-1.75l-1.48,-2.54l-0.62,-0.43l-0.0,-7.1l2.08,-0.08l0.39,-0.4l0.07,-8.9l5.19,-0.93l0.8,0.89l0.51,0.07l1.5,-0.95l2.21,-0.49Z", "name": "Botswana"}, "BR": {"path": "M259.98,275.05l3.24,0.7l0.65,-0.53l4.55,-1.32l1.08,-1.06l-0.02,-0.63l0.55,-0.05l0.28,0.28l-0.26,0.87l0.22,0.48l0.73,0.32l0.4,0.81l-0.62,0.86l-0.4,2.13l0.82,2.56l1.69,1.43l1.43,0.2l3.17,-1.68l3.18,0.3l0.65,-0.75l-0.27,-0.92l1.9,-0.09l2.39,0.99l1.06,-0.61l0.84,0.78l1.2,-0.18l1.18,-1.06l0.84,-1.94l1.36,-2.11l0.37,-0.05l1.89,5.45l1.33,0.59l0.05,1.28l-1.77,1.94l0.02,0.56l1.02,0.87l4.07,0.36l0.08,2.16l0.66,0.29l1.74,-1.5l6.97,2.32l1.02,1.22l-0.35,1.18l0.49,0.5l2.81,-0.74l4.77,1.3l3.75,-0.08l3.57,2.0l3.29,2.86l1.93,0.72l2.12,0.12l0.71,0.62l1.21,4.51l-0.95,3.98l-4.72,5.06l-1.64,2.92l-1.72,2.05l-0.8,0.3l-0.72,2.03l0.18,4.75l-0.94,5.53l-0.81,1.13l-0.43,3.36l-2.55,3.5l-0.4,2.51l-1.86,1.04l-0.67,1.53l-2.54,0.01l-3.94,1.01l-1.83,1.2l-2.87,0.82l-3.03,2.19l-2.2,2.83l-0.36,2.0l0.4,1.58l-0.44,2.6l-0.51,1.2l-1.77,1.54l-2.75,4.78l-3.83,3.42l-1.24,2.74l-1.18,1.15l-0.36,-0.83l0.95,-1.14l0.01,-0.5l-1.52,-1.97l-4.56,-3.32l-1.03,-0.0l-2.38,-2.02l-0.81,-0.0l5.34,-5.45l3.77,-2.58l0.22,-2.46l-1.35,-1.81l-0.91,0.07l0.58,-2.33l0.01,-1.54l-1.11,-0.83l-1.75,0.3l-0.44,-3.11l-0.52,-0.95l-1.88,-0.88l-1.24,0.47l-2.17,-0.41l0.15,-3.21l-0.62,-1.34l0.66,-0.73l-0.22,-1.34l0.66,-1.13l0.44,-2.04l-0.61,-1.83l-1.4,-0.86l-0.2,-0.75l0.34,-1.39l-0.38,-0.5l-4.52,-0.1l-0.72,-2.22l0.59,-0.42l-0.03,-1.1l-0.5,-0.87l-0.32,-1.7l-1.45,-0.76l-1.63,-0.02l-1.05,-0.72l-1.6,-0.48l-1.13,-0.99l-2.69,-0.4l-2.47,-2.06l0.13,-4.35l-0.45,-0.45l-3.46,0.5l-3.44,1.94l-0.6,0.74l-2.9,-0.17l-1.47,0.42l-0.72,-0.18l0.15,-3.52l-0.63,-0.34l-1.94,1.41l-1.87,-0.06l-0.83,-1.18l-1.37,-0.26l0.21,-1.01l-1.35,-1.49l-0.88,-1.91l0.56,-0.6l-0.0,-0.81l1.29,-0.62l0.22,-0.43l-0.22,-1.19l0.61,-0.91l0.15,-0.99l2.65,-1.58l1.99,-0.47l0.42,-0.36l2.06,0.11l0.42,-0.33l1.19,-8.0l-0.41,-1.56l-1.1,-1.0l0.01,-1.33l1.91,-0.42l0.08,-0.96l-0.33,-0.43l-1.14,-0.2l-0.02,-0.83l4.47,0.05l0.82,-0.67l0.82,1.81l0.8,0.07l1.15,1.1l2.26,-0.05l0.71,-0.83l2.78,-0.96l0.48,-1.13l1.6,-0.64l0.24,-0.47l-0.48,-0.82l-1.83,-0.19l-0.36,-3.22Z", "name": "Brazil"}, "BS": {"path": "M226.4,223.87l-0.48,-1.15l-0.84,-0.75l0.36,-1.11l0.95,1.95l0.01,1.06ZM225.56,216.43l-1.87,0.29l-0.04,-0.22l0.74,-0.14l1.17,0.06Z", "name": "Bahamas"}, "BY": {"path": "M493.84,128.32l0.29,0.7l0.49,0.23l1.19,-0.38l2.09,0.72l0.19,1.26l-0.45,1.24l1.57,2.26l0.89,0.59l0.17,0.81l1.58,0.56l0.4,0.5l-0.53,0.41l-1.87,-0.11l-0.73,0.38l-0.13,0.52l1.04,2.74l-1.91,0.26l-0.89,0.99l-0.11,1.18l-2.73,-0.04l-0.53,-0.62l-0.52,-0.08l-0.75,0.46l-0.91,-0.42l-1.92,-0.07l-2.75,-0.79l-2.6,-0.28l-2.0,0.07l-1.5,0.92l-0.67,0.07l-0.08,-1.22l-0.59,-1.19l1.36,-0.88l0.01,-1.35l-0.7,-1.41l-0.07,-1.0l2.16,-0.02l2.72,-1.3l0.75,-2.04l1.91,-1.04l0.2,-0.41l-0.19,-1.25l3.8,-1.78l2.3,0.77Z", "name": "Belarus"}, "BZ": {"path": "M198.03,244.38l0.1,-4.49l0.69,-0.06l0.74,-1.3l0.34,0.28l-0.4,1.3l0.17,0.58l-0.34,2.25l-1.3,1.42Z", "name": "Belize"}, "RU": {"path": "M491.55,115.25l2.55,-1.85l-0.01,-0.65l-2.2,-1.5l7.32,-6.76l1.03,-2.11l-0.13,-0.49l-3.46,-2.52l0.86,-2.7l-2.11,-2.81l1.56,-3.67l-2.77,-4.52l2.15,-2.99l-0.08,-0.55l-3.65,-2.73l0.3,-2.54l1.81,-0.37l4.26,-1.77l2.42,-1.45l4.06,2.61l6.79,1.04l9.34,4.85l1.78,1.88l0.14,2.46l-2.55,2.02l-3.9,1.06l-11.07,-3.14l-2.06,0.53l-0.13,0.7l3.94,2.94l0.31,5.86l0.26,0.36l5.14,2.24l0.58,-0.29l0.32,-1.94l-1.35,-1.78l1.13,-1.09l6.13,2.42l2.11,-0.98l0.18,-0.56l-1.51,-2.67l5.41,-3.76l2.07,0.22l2.26,1.41l0.57,-0.16l1.46,-2.87l-0.05,-0.44l-1.92,-2.32l1.12,-2.32l-1.32,-2.27l5.87,1.16l1.04,1.75l-2.59,0.43l-0.33,0.4l0.02,2.36l2.46,1.83l3.87,-0.91l0.86,-2.8l13.69,-5.65l0.99,0.11l-1.92,2.06l0.23,0.67l3.11,0.45l2.0,-1.48l4.56,-0.12l3.64,-1.73l2.65,2.44l0.56,-0.01l2.85,-2.88l-0.01,-0.57l-2.35,-2.29l0.9,-1.01l7.14,1.3l3.41,1.36l9.05,4.97l0.51,-0.11l1.67,-2.27l-0.05,-0.53l-2.43,-2.21l-0.06,-0.78l-0.34,-0.36l-2.52,-0.36l0.64,-1.93l-1.32,-3.46l-0.06,-1.21l4.48,-4.06l1.69,-4.29l1.6,-0.81l6.23,1.18l0.44,2.21l-2.29,3.64l0.06,0.5l1.47,1.39l0.76,3.0l-0.56,6.03l2.69,2.82l-0.96,2.57l-4.86,5.95l0.23,0.64l2.86,0.61l0.42,-0.17l0.93,-1.4l2.64,-1.03l0.87,-2.24l2.09,-1.96l0.07,-0.5l-1.36,-2.28l1.09,-2.69l-0.32,-0.55l-2.47,-0.33l-0.5,-2.06l1.94,-4.38l-0.06,-0.42l-2.96,-3.4l4.12,-2.88l0.16,-0.4l-0.51,-2.93l0.54,-0.05l1.13,2.25l-0.96,4.35l0.27,0.47l2.68,0.84l0.5,-0.51l-1.02,-2.99l3.79,-1.66l5.01,-0.24l4.53,2.61l0.48,-0.06l0.07,-0.48l-2.18,-3.82l-0.23,-4.67l3.98,-0.9l5.97,0.21l5.49,-0.64l0.27,-0.65l-1.83,-2.31l2.56,-2.9l2.87,-0.17l4.8,-2.47l6.54,-0.67l1.03,-1.42l6.25,-0.45l2.32,1.11l5.53,-2.7l4.5,0.08l0.39,-0.28l0.66,-2.15l2.26,-2.12l5.69,-2.11l3.21,1.29l-2.46,0.94l-0.25,0.42l0.34,0.35l5.41,0.77l0.61,2.33l0.58,0.25l2.2,-1.22l7.13,0.07l5.51,2.47l1.79,1.72l-0.53,2.24l-9.16,4.15l-1.97,1.52l0.16,0.71l6.77,1.91l2.16,-0.78l1.13,2.74l0.67,0.11l1.01,-1.15l3.81,-0.73l7.7,0.77l0.54,1.99l0.36,0.29l10.47,0.71l0.43,-0.38l0.13,-3.23l4.87,0.78l3.95,-0.02l3.83,2.4l1.03,2.71l-1.35,1.79l0.02,0.5l3.15,3.64l4.07,1.96l0.53,-0.18l2.23,-4.47l3.95,1.93l4.16,-1.21l4.73,1.39l2.05,-1.26l3.94,0.62l0.43,-0.55l-1.68,-4.02l2.89,-1.8l22.31,3.03l2.16,2.75l6.55,3.51l10.29,-0.81l4.82,0.73l1.85,1.66l-0.29,3.08l0.25,0.41l3.08,1.26l3.56,-0.88l4.35,-0.11l4.8,0.87l4.57,-0.47l4.23,3.79l0.43,0.07l3.1,-1.4l0.16,-0.6l-1.88,-2.62l0.85,-1.52l7.71,1.21l5.22,-0.26l7.09,2.09l9.59,5.22l6.35,4.11l-0.2,2.38l1.88,1.41l0.6,-0.42l-0.48,-2.53l6.15,0.57l4.4,3.51l-1.97,1.43l-4.0,0.41l-0.36,0.39l-0.06,3.79l-0.74,0.62l-2.07,-0.11l-1.91,-1.39l-3.14,-1.11l-0.78,-1.85l-2.72,-0.68l-2.63,0.49l-1.04,-1.1l0.46,-1.31l-0.5,-0.51l-3.0,0.98l-0.22,0.58l0.99,1.7l-1.21,1.48l-3.04,1.68l-3.12,-0.28l-0.4,0.23l0.09,0.46l2.2,2.09l1.46,3.2l1.15,1.1l0.24,1.33l-0.42,0.67l-4.63,-0.77l-6.96,2.9l-2.19,0.44l-7.6,5.06l-0.84,1.45l-3.61,-2.37l-6.24,2.82l-0.94,-1.15l-0.53,-0.08l-2.28,1.52l-3.2,-0.49l-0.44,0.27l-0.78,2.37l-3.05,3.78l0.09,1.47l0.29,0.36l2.54,0.72l-0.29,4.53l-1.97,0.11l-0.35,0.26l-1.07,2.94l0.8,1.45l-3.91,1.58l-1.05,3.95l-3.48,0.77l-0.3,0.3l-0.72,3.29l-3.09,2.65l-0.7,-1.74l-2.44,-12.44l1.16,-4.71l2.04,-2.06l0.22,-1.64l3.8,-0.86l4.46,-4.61l4.28,-3.81l4.48,-3.01l2.17,-5.63l-0.42,-0.54l-3.04,0.33l-1.77,3.31l-5.86,3.86l-1.86,-4.25l-0.45,-0.23l-6.46,1.3l-6.47,6.44l-0.01,0.55l1.58,1.74l-8.24,1.17l0.15,-2.2l-0.34,-0.42l-3.89,-0.56l-3.25,1.81l-7.62,-0.62l-8.45,1.19l-17.71,15.41l0.22,0.7l3.74,0.41l1.36,2.17l2.43,0.76l1.88,-1.68l2.4,0.2l3.4,3.54l0.08,2.6l-1.95,3.42l-0.21,3.9l-1.1,5.06l-3.71,4.54l-0.87,2.21l-8.29,8.89l-3.19,1.7l-1.32,0.03l-1.45,-1.36l-0.49,-0.04l-2.27,1.5l0.41,-3.65l-0.59,-2.47l1.75,-0.89l2.91,0.53l0.42,-0.2l1.68,-3.03l0.87,-3.46l0.97,-1.18l1.32,-2.88l-0.45,-0.56l-4.14,0.95l-2.19,1.25l-3.41,-0.0l-1.06,-2.93l-2.97,-2.3l-4.28,-1.06l-1.75,-5.07l-2.66,-5.01l-2.29,-1.29l-3.75,-1.01l-3.44,0.08l-3.18,0.62l-2.24,1.77l0.05,0.66l1.18,0.69l0.02,1.43l-1.33,1.05l-2.26,3.51l-0.04,1.43l-3.16,1.84l-2.82,-1.16l-3.01,0.23l-1.35,-1.07l-1.5,-0.35l-3.9,2.31l-3.22,0.52l-2.27,0.79l-3.05,-0.51l-2.21,0.03l-1.48,-1.6l-2.6,-1.63l-2.63,-0.43l-5.46,1.01l-3.23,-1.25l-0.72,-2.57l-5.2,-1.24l-2.75,-1.36l-0.5,0.12l-2.59,3.45l0.84,2.1l-2.06,1.93l-3.41,-0.77l-2.42,-0.12l-1.83,-1.54l-2.53,-0.05l-2.42,-0.98l-3.86,1.57l-4.72,2.78l-3.3,0.75l-1.55,-1.92l-3.0,0.41l-1.11,-1.33l-1.62,-0.59l-1.31,-1.94l-1.38,-0.6l-3.7,0.79l-3.31,-1.83l-0.51,0.11l-0.99,1.29l-5.29,-8.05l-2.96,-2.48l0.65,-0.77l0.01,-0.51l-0.5,-0.11l-6.2,3.21l-1.84,0.15l0.15,-1.39l-0.26,-0.42l-3.22,-1.17l-2.46,0.7l-0.69,-3.16l-0.32,-0.31l-4.5,-0.75l-2.47,1.47l-6.19,1.27l-1.29,0.86l-9.51,1.3l-1.15,1.17l-0.03,0.53l1.47,1.9l-1.89,0.69l-0.22,0.56l0.31,0.6l-2.11,1.44l0.03,0.68l3.75,2.12l-0.39,0.98l-3.23,-0.13l-0.86,0.86l-3.09,-1.59l-3.97,0.07l-2.66,1.35l-8.32,-3.56l-4.07,0.06l-5.39,3.68l-0.39,2.0l-2.03,-1.5l-0.59,0.13l-2.0,3.59l0.57,0.93l-1.28,2.16l0.06,0.48l2.13,2.17l1.95,0.04l1.37,1.82l-0.23,1.46l0.25,0.43l0.83,0.33l-0.8,1.31l-2.49,0.62l-2.49,3.2l0.0,0.49l2.17,2.78l-0.15,2.18l2.5,3.24l-1.58,1.59l-0.7,-0.13l-1.63,-1.72l-2.29,-0.84l-0.94,-1.31l-2.34,-0.63l-1.48,0.4l-0.43,-0.47l-3.51,-1.48l-5.76,-1.01l-0.45,0.19l-2.89,-2.34l-2.9,-1.2l-1.53,-1.29l1.29,-0.43l2.08,-2.61l-0.05,-0.55l-0.89,-0.79l3.05,-1.06l0.27,-0.42l-0.07,-0.69l-0.49,-0.35l-1.73,0.39l0.04,-0.68l1.04,-0.72l2.66,-0.48l0.4,-1.32l-0.5,-1.6l0.92,-1.54l0.03,-1.17l-0.29,-0.37l-3.69,-1.06l-1.41,0.02l-1.42,-1.41l-2.19,0.38l-2.77,-1.01l-0.03,-0.59l-0.89,-1.43l-2.0,-0.32l-0.11,-0.54l0.49,-0.53l0.01,-0.53l-1.6,-1.9l-3.58,0.02l-0.88,0.73l-0.46,-0.07l-1.0,-2.79l2.22,-0.02l0.97,-0.74l0.07,-0.57l-0.9,-1.04l-1.35,-0.48l-0.11,-0.7l-0.95,-0.58l-1.38,-1.99l0.46,-0.98l-0.51,-1.96l-2.45,-0.84l-1.21,0.3l-0.46,-0.76l-2.46,-0.83l-0.72,-1.87l-0.21,-1.69l-0.99,-0.85l0.85,-1.17l-0.7,-3.21l1.66,-1.97l-0.16,-0.79ZM749.2,170.72l-0.6,0.4l-0.13,0.16l-0.01,-0.51l0.74,-0.05ZM871.88,65.81l2.17,-0.13l3.19,1.16l-2.39,1.09l-5.63,0.48l-0.26,-0.84l2.92,-1.76ZM797.39,48.49l-2.0,1.36l-3.8,-0.42l-4.25,-1.8l0.35,-0.97l9.69,1.83ZM783.67,46.12l-1.63,3.09l-8.98,-0.13l-4.09,1.14l-4.54,-2.97l1.16,-3.01l3.05,-0.89l6.5,0.22l8.54,2.56ZM778.2,134.98l-0.56,-0.9l0.27,-0.12l0.29,1.01ZM778.34,135.48l0.94,3.53l-0.05,3.38l1.05,3.39l2.18,5.0l-2.89,-0.83l-0.49,0.26l-1.54,4.65l2.42,3.5l-0.04,1.13l-1.24,-1.24l-0.61,0.06l-1.09,1.61l-0.28,-1.61l0.27,-3.1l-0.28,-3.4l0.58,-2.47l0.11,-4.39l-1.46,-3.36l0.21,-4.32l2.15,-1.46l0.07,-0.34ZM771.95,56.61l1.76,-1.42l2.89,-0.42l3.28,1.71l0.14,0.6l-3.27,0.03l-4.81,-0.5ZM683.76,31.09l-13.01,1.93l4.03,-6.35l1.82,-0.56l1.73,0.34l5.99,2.98l-0.56,1.66ZM670.85,27.93l-5.08,0.64l-6.86,-1.57l-3.99,-2.05l-2.1,-4.16l-2.6,-0.87l5.72,-3.5l5.2,-1.28l4.69,2.85l5.59,5.4l-0.56,4.53ZM564.15,68.94l-0.64,0.17l-7.85,-0.57l-0.86,-2.04l-4.28,-1.17l-0.28,-1.94l2.27,-0.89l0.25,-0.39l-0.08,-2.38l4.81,-3.97l-0.15,-0.7l-1.47,-0.38l5.3,-3.81l0.15,-0.44l-0.58,-1.94l5.28,-2.51l8.21,-3.27l8.28,-0.96l4.35,-1.94l4.6,-0.64l1.36,1.61l-1.34,1.28l-16.43,4.94l-7.97,4.88l-7.74,9.63l0.66,4.14l4.16,3.27ZM548.81,18.48l-5.5,1.18l-0.58,1.02l-2.59,0.84l-2.13,-1.07l1.12,-1.42l-0.3,-0.65l-2.33,-0.07l1.68,-0.36l3.47,-0.06l0.42,1.29l0.66,0.16l1.38,-1.34l2.15,-0.88l2.94,1.01l-0.39,0.36ZM477.37,133.15l-4.08,0.05l-2.56,-0.32l0.33,-0.87l3.17,-1.03l3.24,0.96l-0.09,1.23Z", "name": "Russia"}, "RW": {"path": "M497.0,288.25l0.71,1.01l-0.11,1.09l-1.63,0.03l-1.04,1.39l-0.83,-0.11l0.51,-1.2l0.08,-1.34l0.42,-0.41l0.7,0.14l1.19,-0.61Z", "name": "Rwanda"}, "RS": {"path": "M469.4,163.99l0.42,-0.5l-0.01,-0.52l-1.15,-1.63l1.43,-0.62l1.33,0.12l1.17,1.06l0.46,1.13l1.34,0.64l0.35,1.35l1.46,0.9l0.76,-0.29l0.2,0.69l-0.48,0.78l0.22,1.12l1.05,1.22l-0.77,0.8l-0.37,1.52l-1.21,0.08l0.24,-0.64l-0.39,-0.54l-2.08,-1.64l-0.9,0.05l-0.48,0.94l-2.12,-1.37l0.53,-1.6l-1.11,-1.37l0.51,-1.1l-0.41,-0.57Z", "name": "Serbia"}, "TL": {"path": "M734.55,307.93l-0.1,-0.97l4.5,-0.86l-2.82,1.28l-1.59,0.55Z", "name": "Timor-Leste"}, "TM": {"path": "M553.03,173.76l-0.04,0.34l-0.09,-0.22l0.13,-0.12ZM555.87,172.66l0.45,-0.1l1.48,0.74l2.06,2.43l4.07,-0.18l0.38,-0.51l-0.32,-1.19l1.92,-0.94l1.91,-1.59l2.94,1.39l0.43,2.47l1.19,0.67l2.58,-0.13l0.62,0.4l1.32,3.12l4.54,3.44l2.67,1.45l3.06,1.14l-0.04,1.05l-1.33,-0.75l-0.59,0.19l-0.32,0.84l-2.2,0.81l-0.46,2.13l-1.21,0.74l-1.91,0.42l-0.73,1.33l-1.56,0.31l-2.22,-0.94l-0.2,-2.17l-0.38,-0.36l-1.73,-0.09l-2.76,-2.46l-2.14,-0.4l-2.84,-1.48l-1.78,-0.27l-1.24,0.53l-1.57,-0.08l-2.0,1.69l-1.7,0.43l-0.36,-1.58l0.36,-2.98l-0.22,-0.4l-1.65,-0.84l0.54,-1.69l-0.34,-0.52l-1.22,-0.13l0.36,-1.64l2.22,0.59l2.2,-0.95l0.12,-0.65l-1.77,-1.74l-0.66,-1.57Z", "name": "Turkmenistan"}, "TJ": {"path": "M597.75,178.82l-2.54,-0.44l-0.47,0.34l-0.24,1.7l0.43,0.45l2.64,-0.22l3.18,0.95l4.39,-0.41l0.56,2.37l0.52,0.29l0.67,-0.24l1.11,0.49l0.21,2.13l-3.76,-0.21l-1.8,1.32l-1.76,0.74l-0.61,-0.58l0.21,-2.23l-0.64,-0.49l-0.07,-0.93l-1.36,-0.66l-0.45,0.07l-1.08,1.01l-0.55,1.48l-1.31,-0.05l-0.95,1.16l-0.9,-0.35l-1.86,0.74l1.26,-2.83l-0.54,-2.17l-1.67,-0.82l0.33,-0.66l2.18,-0.04l1.19,-1.63l0.76,-1.79l2.43,-0.5l-0.26,1.0l0.73,1.05Z", "name": "Tajikistan"}, "RO": {"path": "M487.53,154.23l0.6,0.24l2.87,3.98l-0.17,2.69l0.45,1.42l1.32,0.81l1.35,-0.42l0.76,0.36l0.02,0.31l-0.83,0.45l-0.59,-0.22l-0.54,0.3l-0.62,3.3l-1.0,-0.22l-2.07,-1.13l-2.95,0.71l-1.25,0.76l-3.51,-0.15l-1.89,-0.47l-0.87,0.16l-0.82,-1.3l0.29,-0.26l-0.06,-0.64l-1.09,-0.34l-0.56,0.5l-1.05,-0.64l-0.39,-1.39l-1.36,-0.65l-0.35,-1.0l-0.83,-0.75l1.54,-0.54l2.66,-4.21l2.4,-1.24l2.96,0.34l1.48,0.73l0.79,-0.45l1.78,-0.3l0.75,-0.74l0.79,0.0Z", "name": "Romania"}, "GW": {"path": "M386.23,253.6l-0.29,0.84l0.15,0.6l-2.21,0.59l-0.86,0.96l-1.04,-0.83l-1.09,-0.23l-0.54,-1.06l-0.66,-0.49l2.41,-0.48l4.13,0.1Z", "name": "Guinea-Bissau"}, "GT": {"path": "M195.08,249.77l-2.48,-0.37l-1.03,-0.45l-1.14,-0.89l0.3,-0.99l-0.24,-0.68l0.96,-1.66l2.98,-0.01l0.4,-0.37l-0.19,-1.28l-1.67,-1.4l0.51,-0.4l0.0,-1.05l3.85,0.02l-0.21,4.53l0.4,0.43l1.46,0.38l-1.48,0.98l-0.35,0.7l0.12,0.57l-2.2,1.96Z", "name": "Guatemala"}, "GR": {"path": "M487.07,174.59l-0.59,1.43l-0.37,0.21l-2.84,-0.35l-3.03,0.77l-0.18,0.68l1.28,1.23l-0.61,0.23l-1.14,0.0l-1.2,-1.39l-0.63,0.03l-0.53,1.01l0.56,1.76l1.03,1.19l-0.56,0.38l-0.05,0.62l2.52,2.12l0.02,0.87l-1.78,-0.59l-0.48,0.56l0.5,1.0l-1.07,0.2l-0.3,0.53l0.75,2.01l-0.98,0.02l-1.84,-1.12l-1.37,-4.2l-2.21,-2.95l-0.11,-0.56l1.04,-1.28l0.2,-0.95l0.85,-0.66l0.03,-0.46l1.32,-0.21l1.01,-0.64l1.22,0.05l0.65,-0.56l2.26,-0.0l1.82,-0.75l1.85,1.0l2.28,-0.28l0.35,-0.39l0.01,-0.77l0.34,0.22ZM480.49,192.16l0.58,0.4l-0.68,-0.12l0.11,-0.28ZM482.52,192.82l2.51,0.06l0.24,0.32l-1.99,0.13l-0.77,-0.51Z", "name": "Greece"}, "GQ": {"path": "M448.79,279.62l0.02,2.22l-4.09,0.0l0.69,-2.27l3.38,0.05Z", "name": "Eq. Guinea"}, "GY": {"path": "M277.42,270.07l-0.32,1.83l-1.32,0.57l-0.23,0.46l-0.28,2.0l1.11,1.82l0.83,0.19l0.32,1.25l1.13,1.62l-1.21,-0.19l-1.08,0.71l-1.77,0.5l-0.44,0.46l-0.86,-0.09l-1.32,-1.01l-0.77,-2.27l0.36,-1.9l0.68,-1.23l-0.57,-1.17l-0.74,-0.43l0.12,-1.16l-0.9,-0.69l-1.1,0.09l-1.31,-1.48l0.53,-0.72l-0.04,-0.84l1.99,-0.86l0.05,-0.59l-0.71,-0.78l0.14,-0.57l1.66,-1.24l1.36,0.77l1.41,1.49l0.06,1.15l0.37,0.38l0.8,0.05l2.06,1.86Z", "name": "Guyana"}, "GE": {"path": "M521.71,168.93l5.29,0.89l4.07,2.01l1.41,-0.44l2.07,0.56l0.68,1.1l1.07,0.55l-0.12,0.59l0.98,1.29l-1.01,-0.13l-1.81,-0.83l-0.94,0.47l-3.23,0.43l-2.29,-1.39l-2.33,0.05l0.21,-0.97l-0.76,-2.26l-1.45,-1.12l-1.43,-0.39l-0.41,-0.42Z", "name": "Georgia"}, "GB": {"path": "M412.61,118.72l-2.19,3.22l-0.0,0.45l5.13,-0.3l-0.53,2.37l-2.2,3.12l0.29,0.63l2.37,0.21l2.33,4.3l1.76,0.69l2.2,5.12l2.94,0.77l-0.23,1.62l-1.15,0.88l-0.1,0.52l0.82,1.42l-1.86,1.43l-3.3,-0.02l-4.12,0.87l-1.04,-0.58l-0.47,0.06l-1.51,1.41l-2.12,-0.34l-1.86,1.18l-0.6,-0.29l3.19,-3.0l2.16,-0.69l0.28,-0.41l-0.34,-0.36l-3.73,-0.53l-0.4,-0.76l2.2,-0.87l0.17,-0.61l-1.26,-1.67l0.36,-1.7l3.38,0.28l0.43,-0.33l0.37,-1.99l-1.79,-2.49l-3.11,-0.72l-0.38,-0.59l0.79,-1.35l-0.04,-0.46l-0.82,-0.97l-0.61,0.01l-0.68,0.84l-0.1,-2.34l-1.23,-1.88l0.85,-3.47l1.77,-2.68l1.85,0.26l2.17,-0.22ZM406.26,132.86l-1.01,1.77l-1.57,-0.59l-1.16,0.01l0.37,-1.54l-0.39,-1.39l1.45,-0.1l2.3,1.84Z", "name": "United Kingdom"}, "GA": {"path": "M453.24,279.52l-0.08,0.98l0.7,1.29l2.36,0.24l-0.98,2.63l1.18,1.79l0.25,1.78l-0.29,1.52l-0.6,0.93l-1.84,-0.09l-1.23,-1.11l-0.66,0.23l-0.15,0.84l-1.42,0.26l-1.02,0.7l-0.11,0.52l0.77,1.35l-1.34,0.97l-3.94,-4.3l-1.44,-2.45l0.06,-0.6l0.54,-0.81l1.05,-3.46l4.17,-0.07l0.4,-0.4l-0.02,-2.66l2.39,0.21l1.25,-0.27Z", "name": "Gabon"}, "GN": {"path": "M391.8,254.11l0.47,0.8l1.11,-0.32l0.98,0.7l1.07,0.2l2.26,-1.22l0.64,0.44l1.13,1.56l-0.48,1.4l0.8,0.3l-0.08,0.48l0.46,0.68l-0.35,1.36l1.05,2.61l-1.0,0.69l0.03,1.41l-0.72,-0.06l-1.08,1.0l-0.24,-0.27l0.07,-1.11l-1.05,-1.54l-1.79,0.21l-0.35,-2.01l-1.6,-2.18l-2.0,-0.0l-1.31,0.54l-1.95,2.18l-1.86,-2.19l-1.2,-0.78l-0.3,-1.11l-0.8,-0.85l0.65,-0.72l0.81,-0.03l1.64,-0.8l0.23,-1.87l2.67,0.64l0.89,-0.3l1.21,0.15Z", "name": "Guinea"}, "GM": {"path": "M379.31,251.39l0.1,-0.35l2.43,-0.07l0.74,-0.61l0.51,-0.03l0.77,0.49l-1.03,-0.3l-1.87,0.9l-1.65,-0.04ZM384.03,250.91l0.91,0.05l0.75,-0.24l-0.59,0.31l-1.08,-0.13Z", "name": "Gambia"}, "GL": {"path": "M353.02,1.2l14.69,4.67l-3.68,1.89l-22.97,0.86l-0.36,0.27l0.12,0.43l1.55,1.18l8.79,-0.66l7.48,2.07l4.86,-1.77l1.66,1.73l-2.53,3.19l-0.01,0.48l0.46,0.15l6.35,-2.2l12.06,-2.31l7.24,1.13l1.09,1.99l-9.79,4.01l-1.44,1.32l-7.87,0.98l-0.35,0.41l0.38,0.38l5.07,0.24l-2.53,3.58l-2.07,3.81l0.08,6.05l2.57,3.11l-3.22,0.2l-4.12,1.66l-0.05,0.72l4.45,2.65l0.51,3.75l-2.3,0.4l-0.25,0.64l2.79,3.69l-4.82,0.31l-0.36,0.29l0.16,0.44l2.62,1.8l-0.59,1.22l-3.3,0.7l-3.45,0.01l-0.29,0.68l3.03,3.12l0.02,1.34l-4.4,-1.73l-1.72,1.35l0.15,0.66l3.31,1.15l3.13,2.71l0.81,3.16l-3.85,0.75l-4.89,-4.26l-0.47,-0.03l-0.17,0.44l0.79,2.86l-2.71,2.21l-0.13,0.44l0.37,0.27l8.73,0.34l-12.32,6.64l-7.24,1.48l-2.94,0.08l-2.69,1.75l-3.43,4.41l-5.24,2.84l-1.73,0.18l-7.12,2.1l-2.15,2.52l-0.13,2.99l-1.19,2.45l-4.01,3.09l-0.14,0.44l0.97,2.9l-2.28,6.48l-3.1,0.2l-3.83,-3.07l-4.86,-0.02l-2.25,-1.93l-1.7,-3.79l-4.3,-4.84l-1.21,-2.49l-0.44,-3.8l-3.32,-3.63l0.84,-2.86l-1.56,-1.7l2.28,-4.6l3.83,-1.74l1.03,-1.96l0.52,-3.47l-0.59,-0.41l-4.17,2.21l-2.07,0.58l-2.72,-1.28l-0.15,-2.71l0.85,-2.09l2.01,-0.06l5.06,1.2l0.46,-0.23l-0.14,-0.49l-6.54,-4.47l-2.67,0.55l-1.58,-0.86l2.56,-4.01l-0.03,-0.48l-1.5,-1.74l-4.98,-8.5l-3.13,-1.96l0.03,-1.88l-0.24,-0.37l-6.85,-3.02l-5.36,-0.38l-12.7,0.58l-2.78,-1.57l-3.66,-2.77l5.73,-1.45l5.0,-0.28l0.38,-0.38l-0.35,-0.41l-10.67,-1.38l-5.3,-2.06l0.25,-1.54l18.41,-5.26l1.22,-2.27l-0.25,-0.55l-6.14,-1.86l1.68,-1.77l8.55,-4.03l3.59,-0.63l0.3,-0.54l-0.88,-2.27l5.47,-1.47l7.65,-0.95l7.55,-0.05l3.04,1.85l6.48,-3.27l5.81,2.22l3.56,0.5l5.16,1.94l0.5,-0.21l-0.17,-0.52l-5.71,-3.13l0.28,-2.13l8.12,-3.6l8.7,0.28l3.35,-2.34l8.71,-0.6l19.93,0.8Z", "name": "Greenland"}, "GH": {"path": "M420.53,257.51l-0.01,0.72l0.96,1.2l0.24,3.73l0.59,0.95l-0.51,2.1l0.19,1.41l1.02,2.21l-6.97,2.84l-1.8,-0.57l0.04,-0.89l-1.02,-2.04l0.61,-2.65l1.07,-2.32l-0.96,-6.47l5.01,0.07l0.94,-0.39l0.61,0.11Z", "name": "Ghana"}, "OM": {"path": "M568.09,230.93l-0.91,1.67l-1.22,0.04l-0.6,0.76l-0.41,1.51l0.27,1.58l-1.16,0.05l-1.56,0.97l-0.76,1.74l-1.62,0.05l-0.98,0.65l-0.17,1.15l-0.89,0.52l-1.49,-0.18l-2.4,0.94l-2.47,-5.4l7.35,-2.71l1.67,-5.23l-1.12,-2.09l0.05,-0.83l0.67,-1.0l0.07,-1.05l0.9,-0.42l-0.05,-2.07l0.7,-0.01l1.0,1.62l1.51,1.08l3.3,0.84l1.73,2.29l0.81,0.37l-1.23,2.35l-0.99,0.79Z", "name": "Oman"}, "TN": {"path": "M448.1,188.24l-1.0,1.27l-0.02,1.32l0.84,0.88l-0.28,2.09l-1.53,1.32l-0.12,0.42l0.48,1.54l1.42,0.32l0.53,1.11l0.9,0.52l-0.11,1.67l-3.54,2.64l-0.1,2.38l-0.58,0.3l-0.96,-4.45l-1.54,-1.25l-0.16,-0.78l-1.92,-1.56l-0.18,-1.76l1.51,-1.62l0.59,-2.34l-0.38,-2.78l0.42,-1.21l2.45,-1.05l1.29,0.26l-0.06,1.11l0.58,0.38l1.47,-0.73Z", "name": "Tunisia"}, "JO": {"path": "M518.64,201.38l-5.14,1.56l-0.19,0.65l2.16,2.39l-0.89,1.14l-1.71,0.34l-1.71,1.8l-2.34,-0.37l1.21,-4.32l0.56,-4.07l2.8,0.94l4.46,-2.71l0.79,2.66Z", "name": "Jordan"}, "HR": {"path": "M455.59,162.84l1.09,0.07l-0.82,0.94l-0.27,-1.01ZM456.96,162.92l0.62,-0.41l1.73,0.45l0.42,-0.4l-0.01,-0.59l0.86,-0.52l0.2,-1.05l1.63,-0.68l2.57,1.68l2.07,0.6l0.87,-0.31l1.05,1.57l-0.52,0.63l-1.05,-0.56l-1.68,0.04l-2.1,-0.5l-1.29,0.06l-0.57,0.49l-0.59,-0.47l-0.62,0.16l-0.46,1.7l1.79,2.42l2.79,2.75l-1.18,-0.87l-2.21,-0.87l-1.67,-1.78l0.13,-0.63l-1.05,-1.19l-0.32,-1.27l-1.42,-0.43Z", "name": "Croatia"}, "HT": {"path": "M237.05,238.38l-1.16,0.43l-0.91,-0.55l0.05,-0.2l2.02,0.31ZM237.53,238.43l1.06,0.12l-0.05,0.01l-1.01,-0.12ZM239.25,238.45l0.79,-0.51l0.06,-0.62l-1.02,-1.0l0.02,-0.82l-0.3,-0.4l-0.93,-0.32l3.16,0.45l0.02,1.84l-0.48,0.34l-0.08,0.58l0.54,0.72l-1.78,-0.26Z", "name": "Haiti"}, "HU": {"path": "M462.08,157.89l0.65,-1.59l-0.09,-0.44l0.64,-0.0l0.39,-0.34l0.1,-0.69l1.75,0.87l2.32,-0.37l0.43,-0.66l3.49,-0.78l0.69,-0.78l0.57,-0.14l2.57,0.93l0.67,-0.23l1.03,0.65l0.08,0.37l-1.42,0.71l-2.59,4.14l-1.8,0.53l-1.68,-0.1l-2.74,1.23l-1.85,-0.54l-2.54,-1.66l-0.66,-1.1Z", "name": "Hungary"}, "HN": {"path": "M199.6,249.52l-1.7,-1.21l0.06,-0.94l3.04,-2.14l2.37,0.28l1.27,-0.09l1.1,-0.52l1.3,0.28l1.14,-0.25l1.38,0.37l2.23,1.37l-2.36,0.93l-1.23,-0.39l-0.88,1.3l-1.28,0.99l-0.98,-0.22l-0.42,0.52l-0.96,0.05l-0.36,0.41l0.04,0.88l-0.52,0.6l-0.3,0.04l-0.3,-0.55l-0.66,-0.31l0.11,-0.67l-0.48,-0.65l-0.87,-0.26l-0.73,0.2Z", "name": "Honduras"}, "PR": {"path": "M256.17,238.73l-0.26,0.27l-2.83,0.05l-0.07,-0.55l1.95,-0.1l1.22,0.33Z", "name": "Puerto Rico"}, "PS": {"path": "M509.21,203.07l0.1,-0.06l-0.02,0.03l-0.09,0.03ZM509.36,202.91l-0.02,-0.63l-0.33,-0.16l0.31,-1.09l0.24,0.1l-0.2,1.78Z", "name": "Palestine"}, "PT": {"path": "M401.84,187.38l-0.64,0.47l-1.13,-0.35l-0.91,0.17l0.28,-1.78l-0.24,-1.78l-1.25,-0.56l-0.45,-0.84l0.17,-1.66l1.01,-1.18l0.69,-2.92l-0.04,-1.39l-0.59,-1.9l1.3,-0.85l0.84,1.35l3.1,-0.3l0.46,0.99l-1.05,0.94l-0.03,2.16l-0.41,0.57l-0.08,1.1l-0.79,0.18l-0.26,0.59l0.91,1.6l-0.63,1.75l0.76,1.09l-1.1,1.52l0.07,1.05Z", "name": "Portugal"}, "PY": {"path": "M274.9,336.12l0.74,1.52l-0.16,3.45l0.32,0.41l2.64,0.5l1.11,-0.47l1.4,0.59l0.36,0.6l0.53,3.42l1.27,0.4l0.98,-0.38l0.51,0.27l-0.0,1.18l-1.21,5.32l-2.09,1.9l-1.8,0.4l-4.71,-0.98l2.2,-3.63l-0.32,-1.5l-2.78,-1.28l-3.03,-1.94l-2.07,-0.44l-4.34,-4.06l0.91,-2.9l0.08,-1.42l1.07,-2.04l4.13,-0.72l2.18,0.03l2.05,1.17l0.03,0.59Z", "name": "Paraguay"}, "PA": {"path": "M213.8,263.68l0.26,-1.52l-0.36,-0.26l-0.01,-0.49l0.44,-0.1l0.93,1.4l1.26,0.03l0.77,0.49l1.38,-0.23l2.51,-1.11l0.86,-0.72l3.45,0.85l1.4,1.18l0.41,1.74l-0.21,0.34l-0.53,-0.12l-0.47,0.29l-0.16,0.6l-0.68,-1.28l0.45,-0.49l-0.19,-0.66l-0.47,-0.13l-0.54,-0.84l-1.5,-0.75l-1.1,0.16l-0.75,0.99l-1.62,0.84l-0.18,0.96l0.85,0.97l-0.58,0.45l-0.69,0.08l-0.34,-1.18l-1.27,0.03l-0.71,-1.05l-2.59,-0.46Z", "name": "Panama"}, "PG": {"path": "M808.58,298.86l2.54,2.56l-0.13,0.26l-0.33,0.12l-0.87,-0.78l-1.22,-2.16ZM801.41,293.04l0.5,0.29l0.26,0.27l-0.49,-0.35l-0.27,-0.21ZM803.17,294.58l0.59,0.5l0.08,1.06l-0.29,-0.91l-0.38,-0.65ZM796.68,298.41l0.52,0.75l1.43,-0.19l2.27,-1.81l-0.01,-1.43l1.12,0.16l-0.04,1.1l-0.7,1.28l-1.12,0.18l-0.62,0.79l-2.46,1.11l-1.17,-0.0l-3.08,-1.25l3.41,0.0l0.45,-0.68ZM789.15,303.55l2.31,1.8l1.59,2.61l1.34,0.13l-0.06,0.66l0.31,0.43l1.06,0.24l0.06,0.65l2.25,1.05l-1.22,0.13l-0.72,-0.63l-4.56,-0.65l-3.22,-2.87l-1.49,-2.34l-3.27,-1.1l-2.38,0.72l-1.59,0.86l-0.2,0.42l0.27,1.55l-1.55,0.68l-1.36,-0.4l-2.21,-0.09l-0.08,-15.41l8.39,2.93l2.95,2.4l0.6,1.64l4.02,1.49l0.31,0.68l-1.76,0.21l-0.33,0.52l0.55,1.68Z", "name": "Papua New Guinea"}, "PE": {"path": "M244.96,295.21l-1.26,-0.07l-0.57,0.42l-1.93,0.45l-2.98,1.75l-0.36,1.36l-0.58,0.8l0.12,1.37l-1.24,0.59l-0.22,1.22l-0.62,0.84l1.04,2.27l1.28,1.44l-0.41,0.84l0.32,0.57l1.48,0.13l1.16,1.37l2.21,0.07l1.63,-1.08l-0.13,3.02l0.3,0.4l1.14,0.29l1.31,-0.34l1.9,3.59l-0.48,0.85l-0.17,3.85l-0.94,1.59l0.35,0.75l-0.47,1.07l0.98,1.97l-2.1,3.82l-0.98,0.5l-2.17,-1.28l-0.39,-1.16l-4.95,-2.58l-4.46,-2.79l-1.84,-1.51l-0.91,-1.84l0.3,-0.96l-2.11,-3.33l-4.82,-9.68l-1.04,-1.2l-0.87,-1.94l-3.4,-2.48l0.58,-1.18l-1.13,-2.23l0.66,-1.49l1.45,-1.15l-0.6,0.98l0.07,0.92l0.47,0.36l1.74,0.03l0.97,1.17l0.54,0.07l1.42,-1.03l0.6,-1.84l1.42,-2.02l3.04,-1.04l2.73,-2.62l0.86,-1.74l-0.1,-1.87l1.44,1.02l0.9,1.25l1.06,0.59l1.7,2.73l1.86,0.31l1.45,-0.61l0.96,0.39l1.36,-0.19l1.45,0.89l-1.4,2.21l0.31,0.61l0.59,0.05l0.47,0.5Z", "name": "Peru"}, "PK": {"path": "M615.09,192.34l-1.83,1.81l-2.6,0.39l-3.73,-0.68l-1.58,1.33l-0.09,0.42l1.77,4.39l1.7,1.23l-1.69,1.27l-0.12,2.14l-2.33,2.64l-1.6,2.8l-2.46,2.67l-3.03,-0.07l-2.76,2.83l0.05,0.6l1.5,1.11l0.26,1.9l1.44,1.5l0.37,1.68l-5.01,-0.01l-1.78,1.7l-1.42,-0.52l-0.76,-1.87l-2.27,-2.15l-11.61,0.86l0.71,-2.34l3.43,-1.32l0.25,-0.44l-0.21,-1.24l-1.2,-0.65l-0.28,-2.46l-2.29,-1.14l-1.28,-1.94l2.82,0.94l2.62,-0.38l1.42,0.33l0.76,-0.56l1.71,0.19l3.25,-1.14l0.27,-0.36l0.08,-2.19l1.18,-1.32l1.68,0.0l0.58,-0.82l1.6,-0.3l1.19,0.16l0.98,-0.78l0.02,-1.88l0.93,-1.47l1.48,-0.66l0.19,-0.55l-0.66,-1.25l2.04,-0.11l0.69,-1.01l-0.02,-1.16l1.11,-1.06l-0.17,-1.78l-0.49,-1.03l1.15,-0.98l5.42,-0.91l2.6,-0.82l1.6,1.16l0.97,2.34l3.45,0.97Z", "name": "Pakistan"}, "PH": {"path": "M737.01,263.84l0.39,2.97l-0.44,1.18l-0.55,-1.53l-0.67,-0.14l-1.17,1.28l0.65,2.09l-0.42,0.69l-2.48,-1.23l-0.57,-1.49l0.65,-1.03l-0.1,-0.54l-1.59,-1.19l-0.56,0.08l-0.65,0.87l-1.23,0.0l-1.58,0.97l0.83,-1.8l2.56,-1.42l0.65,0.84l0.45,0.13l1.9,-0.69l0.56,-1.11l1.5,-0.06l0.38,-0.43l-0.09,-1.19l1.21,0.71l0.36,2.02ZM733.59,256.58l0.05,0.75l0.08,0.26l-0.8,-0.42l-0.18,-0.71l0.85,0.12ZM734.08,256.1l-0.12,-1.12l-1.0,-1.27l1.36,0.03l0.53,0.73l0.51,2.04l-1.27,-0.4ZM733.76,257.68l0.38,0.98l-0.32,0.15l-0.07,-1.13ZM724.65,238.43l1.46,0.7l0.72,-0.31l-0.32,1.17l0.79,1.71l-0.57,1.84l-1.53,1.04l-0.39,2.25l0.56,2.04l1.63,0.57l1.16,-0.27l2.71,1.23l-0.19,1.08l0.76,0.84l-0.08,0.36l-1.4,-0.9l-0.88,-1.27l-0.66,0.0l-0.38,0.55l-1.6,-1.31l-2.15,0.36l-0.87,-0.39l0.07,-0.61l0.66,-0.55l-0.01,-0.62l-0.75,-0.59l-0.72,0.44l-0.74,-0.87l-0.39,-2.49l0.32,0.27l0.66,-0.28l0.26,-3.97l0.7,-2.02l1.14,0.0ZM731.03,258.87l-0.88,0.85l-1.19,1.94l-1.05,-1.19l0.93,-1.1l0.32,-1.47l0.52,-0.06l-0.27,1.15l0.22,0.45l0.49,-0.12l1.0,-1.32l-0.08,0.85ZM726.83,255.78l0.83,0.38l1.17,-0.0l-0.02,0.48l-2.0,1.4l0.03,-2.26ZM724.81,252.09l-0.38,1.27l-1.42,-1.95l1.2,0.05l0.6,0.63ZM716.55,261.82l1.1,-0.95l0.03,-0.03l-0.28,0.36l-0.85,0.61ZM719.22,259.06l0.04,-0.06l0.8,-1.53l0.16,0.75l-1.0,0.84Z", "name": "Philippines"}, "PL": {"path": "M468.44,149.42l-1.11,-1.54l-1.86,-0.33l-0.48,-1.05l-1.72,-0.37l-0.65,0.69l-0.72,-0.36l0.11,-0.61l-0.33,-0.46l-1.75,-0.27l-1.04,-0.93l-0.94,-1.94l0.16,-1.22l-0.62,-1.8l-0.78,-1.07l0.57,-1.04l-0.48,-1.43l1.41,-0.83l6.91,-2.71l2.14,0.5l0.52,0.91l5.51,0.44l4.55,-0.05l1.07,0.31l0.48,0.84l0.15,1.58l0.65,1.2l-0.01,0.99l-1.27,0.58l-0.19,0.54l0.73,1.48l0.08,1.55l1.2,2.76l-0.17,0.58l-1.23,0.44l-2.27,2.72l0.18,0.95l-1.97,-1.03l-1.98,0.4l-1.36,-0.28l-1.24,0.58l-1.07,-0.97l-1.16,0.24Z", "name": "Poland"}, "ZM": {"path": "M481.47,313.3l0.39,0.31l2.52,0.14l0.99,1.17l2.01,0.35l1.4,-0.64l0.69,1.17l1.78,0.33l1.84,2.35l2.23,0.18l0.4,-0.43l-0.21,-2.74l-0.62,-0.3l-0.48,0.32l-1.98,-1.17l0.72,-5.29l-0.51,-1.18l0.57,-1.3l3.68,-0.62l0.26,0.63l1.21,0.63l0.9,-0.22l2.16,0.67l1.33,0.71l1.07,1.02l0.56,1.87l-0.88,2.7l0.43,2.09l-0.73,0.87l-0.76,2.37l0.59,0.68l-6.6,1.83l-0.29,0.44l0.19,1.45l-1.68,0.35l-1.43,1.02l-0.38,0.87l-0.87,0.26l-3.48,3.69l-4.16,-0.53l-1.52,-1.0l-1.77,-0.13l-1.83,0.52l-3.04,-3.4l0.11,-7.59l4.82,0.03l0.39,-0.49l-0.18,-0.76l0.33,-0.83l-0.4,-1.36l0.24,-1.05Z", "name": "Zambia"}, "EH": {"path": "M384.42,230.28l0.25,-0.79l1.06,-1.29l0.8,-3.51l3.38,-2.78l0.7,-1.81l0.06,4.84l-1.98,0.2l-0.94,1.59l0.39,3.56l-3.7,-0.01ZM392.01,218.1l0.7,-1.8l1.77,-0.24l2.09,0.34l0.95,-0.62l1.28,-0.07l-0.0,2.51l-6.79,-0.12Z", "name": "W. Sahara"}, "EE": {"path": "M485.71,115.04l2.64,0.6l2.56,0.11l-1.6,1.91l0.61,3.54l-0.81,0.87l-1.78,-0.01l-3.22,-1.76l-1.8,0.45l0.21,-1.53l-0.58,-0.41l-0.69,0.34l-1.26,-1.03l-0.17,-1.63l2.83,-0.92l3.05,-0.52Z", "name": "Estonia"}, "EG": {"path": "M492.06,205.03l1.46,0.42l2.95,-1.64l2.04,-0.21l1.53,0.3l0.59,1.19l0.69,0.04l0.41,-0.64l1.81,0.58l1.95,0.16l1.04,-0.51l1.42,4.08l-2.03,4.54l-1.66,-1.77l-1.76,-3.85l-0.64,-0.12l-0.36,0.67l1.04,2.88l3.44,6.95l1.78,3.04l2.03,2.65l-0.36,0.53l0.23,2.01l2.7,2.19l-28.41,0.0l0.0,-18.96l-0.73,-2.2l0.59,-1.56l-0.32,-1.26l0.68,-0.99l3.06,-0.04l4.82,1.52Z", "name": "Egypt"}, "ZA": {"path": "M467.14,373.21l-0.13,-1.96l-0.68,-1.56l0.7,-0.68l-0.13,-2.33l-4.56,-8.19l0.77,-0.86l0.6,0.45l0.69,1.31l2.83,0.72l1.5,-0.26l2.24,-1.39l0.19,-9.55l1.35,2.3l-0.21,1.5l0.61,1.2l0.4,0.19l1.79,-0.27l2.6,-2.07l0.69,-1.32l0.96,-0.48l2.19,1.04l2.04,0.13l1.77,-0.65l0.85,-2.12l1.38,-0.33l1.59,-2.76l2.15,-1.89l3.41,-1.87l2.0,0.45l1.02,-0.28l0.99,0.2l1.75,5.29l-0.38,3.25l-0.81,-0.23l-1.0,0.46l-0.87,1.68l-0.05,1.16l1.97,1.84l1.47,-0.29l0.69,-1.18l1.09,0.01l-0.76,3.69l-0.58,1.09l-2.2,1.79l-3.17,4.76l-2.8,2.83l-3.57,2.88l-2.53,1.05l-1.22,0.14l-0.51,0.7l-1.18,-0.32l-1.39,0.5l-2.59,-0.52l-1.61,0.33l-1.18,-0.11l-2.55,1.1l-2.1,0.44l-1.6,1.07l-0.85,0.05l-0.93,-0.89l-0.93,-0.15l-0.97,-1.13l-0.25,0.05ZM491.45,364.19l0.62,-0.93l1.48,-0.59l1.18,-2.19l-0.07,-0.49l-1.99,-1.69l-1.66,0.56l-1.43,1.14l-1.34,1.73l0.02,0.51l1.88,2.11l1.31,-0.16Z", "name": "South Africa"}, "EC": {"path": "M231.86,285.53l0.29,1.59l-0.69,1.45l-2.61,2.51l-3.13,1.11l-1.53,2.18l-0.49,1.68l-1.0,0.73l-1.02,-1.11l-1.78,-0.16l0.67,-1.15l-0.24,-0.86l1.25,-2.13l-0.54,-1.09l-0.67,-0.08l-0.72,0.87l-0.87,-0.64l0.35,-0.69l-0.36,-1.96l0.81,-0.51l0.45,-1.51l0.92,-1.57l-0.07,-0.97l2.65,-1.33l2.75,1.35l0.77,1.05l2.12,0.35l0.76,-0.32l1.96,1.21Z", "name": "Ecuador"}, "IT": {"path": "M451.59,158.63l3.48,0.94l-0.21,1.17l0.3,0.83l-1.49,-0.24l-2.04,1.1l-0.21,0.39l0.13,1.45l-0.25,1.12l0.82,1.57l2.39,1.63l1.31,2.54l2.79,2.43l2.05,0.08l0.21,0.23l-0.39,0.33l0.09,0.67l4.05,1.97l2.17,1.76l-0.16,0.36l-1.17,-1.08l-2.18,-0.49l-0.44,0.2l-1.05,1.91l0.14,0.54l1.57,0.95l-0.19,0.98l-1.06,0.33l-1.25,2.34l-0.37,0.08l0.0,-0.33l1.0,-2.45l-1.73,-3.17l-1.12,-0.51l-0.88,-1.33l-1.51,-0.51l-1.27,-1.25l-1.75,-0.18l-4.12,-3.21l-1.62,-1.65l-1.03,-3.19l-3.53,-1.36l-1.3,0.51l-1.69,1.41l0.16,-0.72l-0.28,-0.47l-1.14,-0.33l-0.53,-1.96l0.72,-0.78l0.04,-0.48l-0.65,-1.17l0.8,0.39l1.4,-0.23l1.11,-0.84l0.52,0.35l1.19,-0.1l0.75,-1.2l1.53,0.33l1.36,-0.56l0.35,-1.14l1.08,0.32l0.68,-0.64l1.98,-0.44l0.42,0.82ZM459.19,184.75l-0.65,1.65l0.32,1.05l-0.31,0.89l-1.5,-0.85l-4.5,-1.67l0.19,-0.82l2.67,0.23l3.78,-0.48ZM443.93,176.05l1.18,1.66l-0.3,3.32l-1.06,-0.01l-0.77,0.73l-0.53,-0.44l-0.1,-3.37l-0.39,-1.22l1.04,0.01l0.92,-0.68Z", "name": "Italy"}, "VN": {"path": "M690.56,230.25l-2.7,1.82l-2.09,2.46l-0.63,1.95l4.31,6.45l2.32,1.65l1.43,1.94l1.11,4.59l-0.32,4.24l-1.93,1.54l-2.84,1.61l-2.11,2.15l-2.73,2.06l-0.59,-1.05l0.63,-1.53l-0.13,-0.47l-1.34,-1.04l1.51,-0.71l2.55,-0.18l0.3,-0.63l-0.82,-1.14l4.0,-2.07l0.31,-3.05l-0.57,-1.77l0.42,-2.66l-0.73,-1.97l-1.86,-1.76l-3.63,-5.29l-2.72,-1.46l0.36,-0.47l1.5,-0.64l0.21,-0.52l-0.97,-2.27l-0.37,-0.24l-2.83,-0.02l-2.24,-3.9l0.83,-0.4l4.39,-0.29l2.06,-1.31l1.15,0.89l1.88,0.4l-0.17,1.51l1.35,1.16l1.67,0.45Z", "name": "Vietnam"}, "SB": {"path": "M826.69,311.6l-0.61,0.09l-0.2,-0.33l0.37,0.15l0.44,0.09ZM824.18,307.38l-0.26,-0.3l-0.31,-0.91l0.03,0.0l0.54,1.21ZM823.04,309.33l-1.66,-0.22l-0.2,-0.52l1.16,0.28l0.69,0.46ZM819.28,304.68l1.14,0.65l0.02,0.03l-0.81,-0.44l-0.35,-0.23Z", "name": "Solomon Is."}, "ET": {"path": "M516.04,247.79l1.1,0.84l1.63,-0.45l0.68,0.47l1.63,0.03l2.01,0.94l1.73,1.66l1.64,2.07l-1.52,2.04l0.16,1.72l0.39,0.38l2.05,0.0l-0.36,1.03l2.86,3.58l8.32,3.08l1.31,0.02l-6.32,6.75l-3.1,0.11l-2.36,1.77l-1.47,0.04l-0.86,0.79l-1.38,-0.0l-1.32,-0.81l-2.29,1.05l-0.76,0.98l-3.29,-0.41l-3.07,-2.07l-1.8,-0.07l-0.62,-0.6l0.0,-1.24l-0.28,-0.38l-1.15,-0.37l-1.4,-2.59l-1.19,-0.68l-0.47,-1.0l-1.27,-1.23l-1.16,-0.22l0.43,-0.72l1.45,-0.28l0.41,-0.95l-0.03,-2.21l0.68,-2.44l1.05,-0.63l1.43,-3.06l1.57,-1.37l1.02,-2.51l0.35,-1.88l2.52,0.46l0.44,-0.24l0.58,-1.43Z", "name": "Ethiopia"}, "SO": {"path": "M525.13,288.48l-1.13,-1.57l-0.03,-8.86l2.66,-3.38l1.67,-0.13l2.13,-1.69l3.41,-0.23l7.08,-7.55l2.91,-3.69l0.08,-4.82l2.98,-0.67l1.24,-0.86l0.45,-0.0l-0.2,3.0l-1.21,3.62l-2.73,5.97l-2.13,3.65l-5.03,6.16l-8.56,6.4l-2.78,3.08l-0.8,1.56Z", "name": "Somalia"}, "ZW": {"path": "M498.91,341.09l-1.11,-0.22l-0.92,0.28l-2.09,-0.44l-1.5,-1.11l-1.89,-0.43l-0.62,-1.4l-0.01,-0.84l-0.3,-0.38l-0.97,-0.25l-2.71,-2.74l-1.92,-3.32l3.83,0.45l3.73,-3.82l1.08,-0.44l0.26,-0.77l1.25,-0.9l1.41,-0.26l0.5,0.89l1.99,-0.05l1.72,1.17l1.11,0.17l1.05,0.66l0.01,2.99l-0.59,3.76l0.38,0.86l-0.23,1.23l-0.39,0.35l-0.63,1.81l-2.43,2.75Z", "name": "Zimbabwe"}, "ES": {"path": "M416.0,169.21l1.07,1.17l4.61,1.38l1.06,-0.57l2.6,1.26l2.71,-0.3l0.09,1.12l-2.14,1.8l-3.11,0.61l-0.31,0.31l-0.2,0.89l-1.54,1.69l-0.97,2.4l0.84,1.74l-1.32,1.27l-0.48,1.68l-1.88,0.65l-1.66,2.07l-5.36,-0.01l-1.79,1.08l-0.89,0.98l-0.88,-0.17l-0.79,-0.82l-0.68,-1.59l-2.37,-0.63l-0.11,-0.5l1.21,-1.82l-0.77,-1.13l0.61,-1.68l-0.76,-1.62l0.87,-0.49l0.09,-1.25l0.42,-0.6l0.03,-2.11l0.99,-0.69l0.13,-0.5l-1.03,-1.73l-1.46,-0.11l-0.61,0.38l-1.06,0.0l-0.52,-1.23l-0.53,-0.21l-1.32,0.67l-0.01,-1.49l-0.75,-0.96l3.03,-1.88l2.99,0.53l3.32,-0.02l2.63,0.51l6.01,-0.06Z", "name": "Spain"}, "ER": {"path": "M520.38,246.23l3.42,2.43l3.5,3.77l0.84,0.54l-0.95,-0.01l-3.51,-3.89l-2.33,-1.15l-1.73,-0.07l-0.91,-0.51l-1.26,0.51l-1.34,-1.02l-0.61,0.17l-0.66,1.61l-2.35,-0.43l-0.17,-0.67l1.29,-5.29l0.61,-0.61l1.95,-0.53l0.87,-1.01l1.17,2.41l0.68,2.33l1.49,1.43Z", "name": "Eritrea"}, "ME": {"path": "M468.91,172.53l-1.22,-1.02l0.47,-1.81l0.89,-0.72l2.26,1.51l-0.5,0.57l-0.75,-0.27l-1.14,1.73Z", "name": "Montenegro"}, "MD": {"path": "M488.41,153.73l1.4,-0.27l1.72,0.93l1.07,0.15l0.85,0.65l-0.14,0.84l0.96,0.85l1.12,2.47l-1.15,-0.07l-0.66,-0.41l-0.52,0.25l-0.09,0.86l-1.08,1.89l-0.27,-0.86l0.25,-1.34l-0.16,-1.6l-3.29,-4.34Z", "name": "Moldova"}, "MG": {"path": "M545.91,319.14l0.4,3.03l0.62,1.21l-0.21,1.02l-0.57,-0.8l-0.69,-0.01l-0.47,0.76l0.41,2.12l-0.18,0.87l-0.73,0.78l-0.15,2.14l-4.71,15.2l-1.06,2.88l-3.92,1.64l-3.12,-1.49l-0.6,-1.21l-0.19,-2.4l-0.86,-2.05l-0.21,-1.77l0.38,-1.62l1.21,-0.75l0.01,-0.76l1.19,-2.04l0.23,-1.66l-1.06,-2.99l-0.19,-2.21l0.81,-1.33l0.32,-1.46l4.63,-1.22l3.44,-3.0l0.85,-1.4l-0.08,-0.7l0.78,-0.04l1.38,-1.77l0.13,-1.64l0.45,-0.61l1.16,1.69l0.59,1.6Z", "name": "Madagascar"}, "MA": {"path": "M378.78,230.02l0.06,-0.59l0.92,-0.73l0.82,-1.37l-0.09,-1.04l0.79,-1.7l1.31,-1.58l0.96,-0.59l0.66,-1.55l0.09,-1.47l0.81,-1.48l1.72,-1.07l1.55,-2.69l1.16,-0.96l2.44,-0.39l1.94,-1.82l1.31,-0.78l2.09,-2.28l-0.51,-3.65l1.24,-3.7l1.5,-1.75l4.46,-2.57l2.37,-4.47l1.44,0.01l1.68,1.21l2.32,-0.19l3.47,0.65l0.8,1.54l0.16,1.71l0.86,2.96l0.56,0.59l-0.26,0.61l-3.05,0.44l-1.26,1.05l-1.33,0.22l-0.33,0.37l-0.09,1.78l-2.68,1.0l-1.07,1.42l-4.47,1.13l-4.04,2.01l-0.54,4.64l-1.15,0.06l-0.92,0.61l-1.96,-0.35l-2.42,0.54l-0.74,1.9l-0.86,0.4l-1.14,3.26l-3.53,3.01l-0.8,3.55l-0.96,1.1l-0.29,0.82l-4.95,0.18Z", "name": "Morocco"}, "UZ": {"path": "M598.64,172.75l-1.63,1.52l0.06,0.64l1.85,1.12l1.97,-0.64l2.21,1.17l-2.52,1.68l-2.59,-0.22l-0.18,-0.41l0.46,-1.23l-0.45,-0.53l-3.35,0.69l-2.1,3.51l-1.87,-0.12l-1.03,1.51l0.22,0.55l1.64,0.62l0.46,1.83l-1.19,2.49l-2.66,-0.53l0.05,-1.36l-0.26,-0.39l-3.3,-1.23l-2.56,-1.4l-4.4,-3.34l-1.34,-3.14l-1.08,-0.6l-2.58,0.13l-0.69,-0.44l-0.47,-2.52l-3.37,-1.6l-0.43,0.05l-2.07,1.72l-2.1,1.01l-0.21,0.47l0.28,1.01l-1.91,0.03l-0.09,-10.5l5.99,-1.7l6.19,3.54l2.71,2.84l7.05,-0.67l2.71,2.01l-0.17,2.81l0.39,0.42l0.9,0.02l0.44,2.14l0.38,0.32l2.94,0.09l0.95,1.42l1.28,-0.24l1.05,-2.04l4.43,-2.5Z", "name": "Uzbekistan"}, "MM": {"path": "M673.9,230.21l-1.97,1.57l-0.57,0.96l-1.4,0.6l-1.36,1.05l-1.99,0.36l-1.08,2.66l-0.91,0.4l-0.19,0.55l1.21,2.27l2.52,3.43l-0.79,1.91l-0.74,0.41l-0.17,0.52l0.65,1.37l1.61,1.95l0.25,2.58l0.9,2.13l-1.92,3.57l0.68,-2.25l-0.81,-1.74l0.19,-2.65l-1.05,-1.53l-1.24,-6.17l-1.12,-2.26l-0.6,-0.13l-4.34,3.02l-2.39,-0.65l0.77,-2.84l-0.52,-2.61l-1.91,-2.96l0.25,-0.75l-0.29,-0.51l-1.33,-0.3l-1.61,-1.93l-0.1,-1.3l0.82,-0.24l0.04,-1.64l1.02,-0.52l0.21,-0.45l-0.23,-0.95l0.54,-0.96l0.08,-2.22l1.46,0.45l0.47,-0.2l1.12,-2.19l0.16,-1.35l1.33,-2.16l-0.0,-1.52l2.89,-1.66l1.63,0.44l0.5,-0.44l-0.17,-1.4l0.64,-0.36l0.08,-1.04l0.77,-0.11l0.71,1.35l1.06,0.69l-0.03,3.86l-2.38,2.37l-0.3,3.15l0.46,0.43l2.28,-0.38l0.51,2.08l1.47,0.67l-0.6,1.8l0.19,0.48l2.97,1.48l1.64,-0.55l0.02,0.32Z", "name": "Myanmar"}, "ML": {"path": "M392.61,254.08l-0.19,-2.37l-0.99,-0.87l-0.44,-1.3l-0.09,-1.28l0.81,-0.58l0.35,-1.24l2.37,0.65l1.31,-0.47l0.86,0.15l0.66,-0.56l9.83,-0.04l0.38,-0.28l0.56,-1.8l-0.44,-0.65l-2.35,-21.95l3.27,-0.04l16.7,11.38l0.74,1.31l2.5,1.09l0.02,1.38l0.44,0.39l2.34,-0.21l0.01,5.38l-1.28,1.61l-0.26,1.49l-5.31,0.57l-1.07,0.92l-2.9,0.1l-0.86,-0.48l-1.38,0.36l-2.4,1.08l-0.6,0.87l-1.85,1.09l-0.43,0.7l-0.79,0.39l-1.44,-0.21l-0.81,0.84l-0.34,1.64l-1.91,2.02l-0.06,1.03l-0.67,1.22l0.13,1.16l-0.97,0.39l-0.23,-0.64l-0.52,-0.24l-1.35,0.4l-0.34,0.55l-2.69,-0.28l-0.37,-0.35l-0.02,-0.9l-0.65,-0.35l0.45,-0.64l-0.03,-0.53l-2.12,-2.44l-0.76,-0.01l-2.0,1.16l-0.78,-0.15l-0.8,-0.67l-1.21,0.23Z", "name": "Mali"}, "MN": {"path": "M676.61,146.48l3.81,1.68l5.67,-1.0l2.37,0.41l2.34,1.5l1.79,1.75l2.29,-0.03l3.12,0.52l2.47,-0.81l3.41,-0.59l3.53,-2.21l1.25,0.29l1.53,1.13l2.27,-0.21l-2.66,5.01l0.64,1.68l0.47,0.21l1.32,-0.38l2.38,0.48l2.02,-1.11l1.76,0.89l2.06,2.02l-0.13,0.53l-1.72,-0.29l-3.77,0.46l-1.88,0.99l-1.76,1.99l-3.71,1.17l-2.45,1.6l-3.83,-0.87l-0.41,0.17l-1.31,1.99l1.04,2.24l-1.52,0.9l-1.74,1.57l-2.79,1.02l-3.78,0.13l-4.05,1.05l-2.77,1.52l-1.16,-0.85l-2.94,0.0l-3.62,-1.79l-2.58,-0.49l-3.4,0.41l-5.12,-0.67l-2.63,0.06l-1.31,-1.6l-1.4,-3.0l-1.48,-0.33l-3.13,-1.94l-6.16,-0.93l-0.71,-1.06l0.86,-3.82l-1.93,-2.71l-3.5,-1.18l-1.95,-1.58l-0.5,-1.72l2.34,-0.52l4.75,-2.8l3.62,-1.47l2.18,0.97l2.46,0.05l1.81,1.53l2.46,0.12l3.95,0.71l2.43,-2.28l0.08,-0.48l-0.9,-1.72l2.24,-2.98l2.62,1.27l4.94,1.17l0.43,2.24Z", "name": "Mongolia"}, "MK": {"path": "M472.8,173.98l0.49,-0.71l3.57,-0.71l1.0,0.77l0.13,1.45l-0.65,0.53l-1.15,-0.05l-1.12,0.67l-1.39,0.22l-0.79,-0.55l-0.29,-1.03l0.19,-0.6Z", "name": "Macedonia"}, "MW": {"path": "M505.5,309.31l0.85,1.95l0.15,2.86l-0.69,1.65l0.71,1.8l0.06,1.28l0.49,0.64l0.07,1.06l0.4,0.55l0.8,-0.23l0.55,0.61l0.69,-0.21l0.34,0.6l0.19,2.94l-1.04,0.62l-0.54,1.25l-1.11,-1.08l-0.16,-1.56l0.51,-1.31l-0.32,-1.3l-0.99,-0.65l-0.82,0.12l-2.36,-1.64l0.63,-1.96l0.82,-1.18l-0.46,-2.01l0.9,-2.86l-0.94,-2.51l0.96,0.18l0.29,0.4Z", "name": "Malawi"}, "MR": {"path": "M407.36,220.66l-2.58,0.03l-0.39,0.44l2.42,22.56l0.36,0.43l-0.39,1.24l-9.75,0.04l-0.56,0.53l-0.91,-0.11l-1.27,0.45l-1.61,-0.66l-0.97,0.03l-0.36,0.29l-0.38,1.35l-0.42,0.23l-2.93,-3.4l-2.96,-1.52l-1.62,-0.03l-1.27,0.54l-1.12,-0.2l-0.65,0.4l-0.08,-0.49l0.68,-1.29l0.31,-2.43l-0.57,-3.91l0.23,-1.21l-0.69,-1.5l-1.15,-1.02l0.25,-0.39l9.58,0.02l0.4,-0.45l-0.46,-3.68l0.47,-1.04l2.12,-0.21l0.36,-0.4l-0.08,-6.4l7.81,0.13l0.41,-0.4l0.01,-3.31l7.76,5.35Z", "name": "Mauritania"}, "UG": {"path": "M498.55,276.32l0.7,-0.46l1.65,0.5l1.96,-0.57l1.7,0.01l1.45,-0.98l0.91,1.33l1.33,3.95l-2.57,4.03l-1.46,-0.4l-2.54,0.91l-1.37,1.61l-0.01,0.81l-2.42,-0.01l-2.26,1.01l-0.17,-1.59l0.58,-1.04l0.14,-1.94l1.37,-2.28l1.78,-1.58l-0.17,-0.65l-0.72,-0.24l0.13,-2.43Z", "name": "Uganda"}, "MY": {"path": "M717.47,273.46l-1.39,0.65l-2.12,-0.41l-2.88,-0.0l-0.38,0.28l-0.84,2.75l-0.99,0.96l-1.21,3.29l-1.73,0.45l-2.45,-0.68l-1.39,0.31l-1.33,1.15l-1.59,-0.14l-1.41,0.44l-1.44,-1.19l-0.18,-0.73l1.34,0.53l1.93,-0.47l0.75,-2.22l4.02,-1.03l2.75,-3.21l0.82,0.94l0.64,-0.05l0.4,-0.65l0.96,0.06l0.42,-0.36l0.24,-2.68l1.81,-1.64l1.21,-1.86l0.63,-0.01l1.07,1.05l0.34,1.28l3.44,1.35l-0.06,0.35l-1.37,0.1l-0.35,0.54l0.32,0.88ZM673.68,269.59l0.17,1.09l0.47,0.33l1.65,-0.3l0.87,-0.94l1.61,1.52l0.98,1.56l-0.12,2.81l0.41,2.29l0.95,0.9l0.88,2.44l-1.27,0.12l-5.1,-3.67l-0.34,-1.29l-1.37,-1.59l-0.33,-1.97l-0.88,-1.4l0.25,-1.68l-0.46,-1.05l1.63,0.84Z", "name": "Malaysia"}, "MX": {"path": "M133.12,200.41l0.2,0.47l9.63,3.33l6.96,-0.02l0.4,-0.4l0.0,-0.74l3.77,0.0l3.55,2.93l1.39,2.83l1.52,1.04l2.08,0.82l0.47,-0.14l1.46,-2.0l1.73,-0.04l1.59,0.98l2.05,3.35l1.47,1.56l1.26,3.14l2.18,1.02l2.26,0.58l-1.18,3.72l-0.42,5.04l1.79,4.89l1.62,1.89l0.61,1.52l1.2,1.42l2.55,0.66l1.37,1.1l7.54,-1.89l1.86,-1.3l1.14,-4.3l4.1,-1.21l3.57,-0.11l0.32,0.3l-0.06,0.94l-1.26,1.45l-0.67,1.71l0.38,0.7l-0.72,2.27l-0.49,-0.3l-1.0,0.08l-1.0,1.39l-0.47,-0.11l-0.53,0.47l-4.26,-0.02l-0.4,0.4l-0.0,1.06l-1.1,0.26l0.1,0.44l1.82,1.44l0.56,0.91l-3.19,0.21l-1.21,2.09l0.24,0.72l-0.2,0.44l-2.24,-2.18l-1.45,-0.93l-2.22,-0.69l-1.52,0.22l-3.07,1.16l-10.55,-3.85l-2.86,-1.96l-3.78,-0.92l-1.08,-1.19l-2.62,-1.43l-1.18,-1.54l-0.38,-0.81l0.66,-0.63l-0.18,-0.53l0.52,-0.76l0.01,-0.91l-2.0,-3.82l-2.21,-2.63l-2.53,-2.09l-1.19,-1.62l-2.2,-1.17l-0.3,-0.43l0.34,-1.48l-0.21,-0.45l-1.23,-0.6l-1.36,-1.2l-0.59,-1.78l-1.54,-0.47l-2.44,-2.55l-0.16,-0.9l-1.33,-2.03l-0.84,-1.99l-0.16,-1.33l-1.81,-1.1l-0.97,0.05l-1.31,-0.7l-0.57,0.22l-0.4,1.12l0.72,3.77l3.51,3.89l0.28,0.78l0.53,0.26l0.41,1.43l1.33,1.73l1.58,1.41l0.8,2.39l1.43,2.41l0.13,1.32l0.37,0.36l1.04,0.08l1.67,2.28l-0.85,0.76l-0.66,-1.51l-1.68,-1.54l-2.91,-1.87l0.06,-1.82l-0.54,-1.68l-2.91,-2.03l-0.55,0.09l-1.95,-1.1l-0.88,-0.94l0.68,-0.08l0.93,-1.01l0.08,-1.78l-1.93,-1.94l-1.46,-0.77l-3.75,-7.56l4.88,-0.42Z", "name": "Mexico"}, "IL": {"path": "M507.76,203.05l0.4,-0.78l0.18,0.4l-0.33,1.03l0.52,0.44l0.68,-0.22l-0.86,3.6l-1.16,-3.32l0.59,-0.74l-0.03,-0.41ZM508.73,200.34l0.37,-1.02l0.64,0.0l0.52,-0.51l-0.49,1.53l-0.56,-0.24l-0.48,0.23Z", "name": "Israel"}, "FR": {"path": "M444.48,172.62l-0.64,1.78l-0.58,-0.31l-0.49,-1.72l0.4,-0.89l1.0,-0.72l0.3,1.85ZM429.64,147.1l1.78,1.58l1.46,-0.13l2.1,1.42l1.35,0.27l1.23,0.83l3.04,0.5l-1.03,1.85l-0.3,2.12l-0.41,0.32l-0.95,-0.24l-0.5,0.43l0.06,0.61l-1.81,1.92l-0.04,1.42l0.55,0.38l0.88,-0.36l0.61,0.97l-0.03,1.0l0.57,0.91l-0.75,1.09l0.65,2.39l1.27,0.57l-0.18,0.82l-2.01,1.53l-4.77,-0.8l-3.82,1.0l-0.53,1.85l-2.49,0.34l-2.71,-1.31l-1.16,0.57l-4.31,-1.29l-0.72,-0.86l1.19,-1.78l0.39,-6.45l-2.58,-3.3l-1.9,-1.66l-3.72,-1.23l-0.19,-1.72l2.81,-0.61l4.12,0.81l0.47,-0.48l-0.6,-2.77l1.94,0.95l5.83,-2.54l0.92,-2.74l1.6,-0.49l0.24,0.78l1.36,0.33l1.05,1.19ZM289.01,278.39l-0.81,0.8l-0.78,0.12l-0.5,-0.66l-0.56,-0.1l-0.91,0.6l-0.46,-0.22l1.09,-2.96l-0.96,-1.77l-0.17,-1.49l1.07,-1.77l2.32,0.75l2.51,2.01l0.3,0.74l-2.14,3.96Z", "name": "France"}, "XS": {"path": "M531.15,258.94l1.51,0.12l5.13,-0.95l5.3,-1.48l-0.01,4.4l-2.67,3.39l-1.85,0.01l-8.04,-2.94l-2.55,-3.17l1.12,-1.71l2.04,2.34Z", "name": "Somaliland"}, "FI": {"path": "M492.17,76.39l-0.23,3.5l3.52,2.63l-2.08,2.88l-0.02,0.44l2.8,4.56l-1.59,3.31l2.16,3.24l-0.94,2.39l0.14,0.47l3.44,2.51l-0.77,1.62l-7.52,6.95l-4.5,0.31l-4.38,1.37l-3.8,0.74l-1.44,-1.96l-2.17,-1.11l0.5,-3.66l-1.16,-3.33l1.09,-2.08l2.21,-2.42l5.67,-4.32l1.64,-0.83l0.21,-0.42l-0.46,-2.02l-3.38,-1.89l-0.75,-1.43l-0.22,-6.74l-6.79,-4.8l0.8,-0.62l2.54,2.12l3.46,-0.12l3.0,0.96l2.51,-2.11l1.17,-3.08l3.55,-1.38l2.76,1.53l-0.95,2.79Z", "name": "Finland"}, "FJ": {"path": "M869.95,326.98l-1.21,0.41l-0.08,-0.23l2.97,-1.21l-0.14,0.42l-1.54,0.61ZM867.58,329.25l0.43,0.37l-0.27,0.88l-1.24,0.28l-1.04,-0.24l-0.14,-0.66l0.63,-0.58l0.92,0.26l0.7,-0.31Z", "name": "Fiji"}, "FK": {"path": "M274.36,425.85l1.44,1.08l-0.47,0.73l-3.0,0.89l-0.96,-1.0l-0.52,-0.05l-1.83,1.29l-0.73,-0.88l2.46,-1.64l1.93,0.76l1.67,-1.19Z", "name": "Falkland Is."}, "NI": {"path": "M202.33,252.67l0.81,-0.18l1.03,-1.02l-0.04,-0.88l0.68,-0.0l0.63,-0.54l0.97,0.22l1.53,-1.26l0.58,-0.99l1.17,0.34l2.41,-0.94l0.13,1.32l-0.81,1.94l0.1,2.74l-0.36,0.37l-0.11,1.75l-0.47,0.81l0.18,1.14l-1.73,-0.85l-0.71,0.27l-1.47,-0.6l-0.52,0.16l-4.01,-3.81Z", "name": "Nicaragua"}, "NL": {"path": "M430.31,143.39l0.6,-0.5l2.13,-4.8l3.2,-1.33l1.74,0.08l0.33,0.8l-0.59,2.92l-0.5,0.99l-1.26,0.0l-0.4,0.45l0.33,2.7l-2.2,-1.78l-2.62,0.58l-0.75,-0.11Z", "name": "Netherlands"}, "NO": {"path": "M491.44,67.41l6.8,2.89l-2.29,0.86l-0.15,0.65l2.33,2.38l-4.98,1.79l0.84,-2.45l-0.18,-0.48l-3.55,-1.8l-3.89,1.52l-1.42,3.38l-2.12,1.72l-2.64,-1.0l-3.11,0.21l-2.66,-2.22l-0.5,-0.01l-1.41,1.1l-1.44,0.17l-0.35,0.35l-0.32,2.47l-4.32,-0.64l-0.44,0.29l-0.58,2.11l-2.45,0.2l-4.15,7.68l-3.88,5.76l0.78,1.62l-0.64,1.16l-2.24,-0.06l-0.38,0.24l-1.66,3.89l0.15,5.17l1.57,2.04l-0.78,4.16l-2.02,2.48l-0.85,1.63l-1.3,-1.75l-0.58,-0.07l-4.87,4.19l-3.1,0.79l-3.16,-1.7l-0.85,-3.77l-0.77,-8.55l2.14,-2.31l6.55,-3.27l5.02,-4.17l10.63,-13.84l10.98,-8.7l5.35,-1.91l4.34,0.12l3.69,-3.64l4.49,0.19l4.37,-0.89ZM484.55,20.04l4.26,1.75l-3.1,2.55l-7.1,0.65l-7.08,-0.9l-0.37,-1.31l-0.37,-0.29l-3.44,-0.1l-2.08,-2.0l6.87,-1.44l3.9,1.31l2.39,-1.64l6.13,1.4ZM481.69,33.93l-4.45,1.74l-3.54,-0.99l1.12,-0.9l0.05,-0.58l-1.06,-1.22l4.22,-0.89l1.09,1.97l2.57,0.87ZM466.44,24.04l7.43,3.77l-5.41,1.86l-1.58,4.08l-2.26,1.2l-1.12,4.11l-2.61,0.18l-4.79,-2.86l1.84,-1.54l-0.1,-0.68l-3.69,-1.53l-4.77,-4.51l-1.73,-3.89l6.11,-1.82l1.54,1.92l3.57,-0.08l1.2,-1.96l3.32,-0.18l3.05,1.92Z", "name": "Norway"}, "NA": {"path": "M474.26,330.66l-0.97,0.04l-0.38,0.4l-0.07,8.9l-2.09,0.08l-0.39,0.4l-0.0,17.42l-1.98,1.23l-1.17,0.17l-2.44,-0.66l-0.48,-1.13l-0.99,-0.74l-0.54,0.05l-0.9,1.01l-1.53,-1.68l-0.93,-1.88l-1.99,-8.56l-0.06,-3.12l-0.33,-1.52l-2.3,-3.34l-1.91,-4.83l-1.96,-2.43l-0.12,-1.57l2.33,-0.79l1.43,0.07l1.81,1.13l10.23,-0.25l1.84,1.23l5.87,0.35ZM474.66,330.64l6.51,-1.6l1.9,0.39l-1.69,0.4l-1.31,0.83l-1.12,-0.94l-4.29,0.92Z", "name": "Namibia"}, "VU": {"path": "M839.04,322.8l0.22,1.14l-0.44,0.03l-0.2,-1.45l0.42,0.27Z", "name": "Vanuatu"}, "NC": {"path": "M838.78,341.24l-0.33,0.22l-2.9,-1.75l-3.26,-3.37l1.65,0.83l4.85,4.07Z", "name": "New Caledonia"}, "NE": {"path": "M454.75,226.53l1.33,1.37l0.48,0.07l1.27,-0.7l0.53,3.52l0.94,0.83l0.17,0.92l0.81,0.69l-0.44,0.95l-0.96,5.26l-0.13,3.22l-3.04,2.31l-1.22,3.57l1.02,1.24l-0.0,1.46l0.39,0.4l1.13,0.04l-0.9,1.25l-1.47,-2.42l-0.86,-0.29l-2.09,1.37l-1.74,-0.67l-1.45,-0.17l-0.85,0.35l-1.36,-0.07l-1.64,1.09l-1.06,0.05l-2.94,-1.28l-1.44,0.59l-1.01,-0.03l-0.97,-0.94l-2.7,-0.98l-2.69,0.3l-0.87,0.64l-0.47,1.6l-0.75,1.16l-0.12,1.53l-1.57,-1.1l-1.31,0.24l0.03,-0.81l-0.32,-0.41l-2.59,-0.52l-0.15,-1.16l-1.35,-1.6l-0.29,-1.0l0.13,-0.84l1.29,-0.08l1.08,-0.92l3.31,-0.22l2.22,-0.41l0.32,-0.34l0.2,-1.47l1.39,-1.88l-0.01,-5.66l3.36,-1.12l7.24,-5.12l8.42,-4.92l3.69,1.06Z", "name": "Niger"}, "NG": {"path": "M456.32,253.89l0.64,0.65l-0.28,1.04l-2.11,2.01l-2.03,5.18l-1.37,1.16l-1.15,3.18l-1.33,0.66l-1.46,-0.97l-1.21,0.16l-1.38,1.36l-0.91,0.24l-1.79,4.06l-2.33,0.81l-1.11,-0.07l-0.86,0.5l-1.71,-0.05l-1.19,-1.39l-0.89,-1.89l-1.77,-1.66l-3.95,-0.08l0.07,-5.21l0.42,-1.43l1.95,-2.3l-0.14,-0.91l0.43,-1.18l-0.53,-1.41l0.25,-2.92l0.72,-1.07l0.32,-1.34l0.46,-0.39l2.47,-0.28l2.34,0.89l1.15,1.02l1.28,0.04l1.22,-0.58l3.03,1.27l1.49,-0.14l1.36,-1.0l1.33,0.07l0.82,-0.35l3.45,0.8l1.82,-1.32l1.84,2.67l0.66,0.16Z", "name": "Nigeria"}, "NZ": {"path": "M857.8,379.65l1.86,3.12l0.44,0.18l0.3,-0.38l0.03,-1.23l0.38,0.27l0.57,2.31l2.02,0.94l1.81,0.27l1.57,-1.06l0.7,0.18l-1.15,3.59l-1.98,0.11l-0.74,1.2l0.2,1.11l-2.42,3.98l-1.49,0.92l-1.04,-0.85l1.21,-2.05l-0.81,-2.01l-2.63,-1.25l0.04,-0.57l1.82,-1.19l0.43,-2.34l-0.16,-2.03l-0.95,-1.82l-0.06,-0.72l-3.11,-3.64l-0.79,-1.52l1.56,1.45l1.76,0.66l0.65,2.34ZM853.83,393.59l0.57,1.24l0.59,0.16l1.42,-0.97l0.46,0.79l0.0,1.03l-2.47,3.48l-1.26,1.2l-0.06,0.5l0.55,0.87l-1.41,0.07l-2.33,1.38l-2.03,5.02l-3.02,2.16l-2.06,-0.06l-1.71,-1.04l-2.47,-0.2l-0.27,-0.73l1.22,-2.1l3.05,-2.94l1.62,-0.59l4.02,-2.82l1.57,-1.67l1.07,-2.16l0.88,-0.7l0.48,-1.75l1.24,-0.97l0.35,0.79Z", "name": "New Zealand"}, "NP": {"path": "M641.14,213.62l0.01,3.19l-1.74,0.04l-4.8,-0.86l-1.58,-1.39l-3.37,-0.34l-7.65,-3.7l0.8,-2.09l2.33,-1.7l1.77,0.75l2.49,1.76l1.38,0.41l0.99,1.35l1.9,0.52l1.99,1.17l5.49,0.9Z", "name": "Nepal"}, "XK": {"path": "M472.77,172.64l-1.08,-1.29l0.96,-0.77l0.29,-0.83l1.98,1.64l-0.36,0.67l-1.79,0.58Z", "name": "Kosovo"}, "CI": {"path": "M407.4,259.27l0.86,0.42l0.56,0.9l1.13,0.53l1.19,-0.61l0.97,-0.08l1.42,0.54l0.6,3.24l-1.03,2.08l-0.65,2.84l1.06,2.33l-0.06,0.53l-2.54,-0.47l-1.66,0.03l-3.06,0.46l-4.11,1.6l0.32,-3.06l-1.18,-1.31l-1.32,-0.66l0.42,-0.85l-0.2,-1.4l0.5,-0.67l0.01,-1.59l0.84,-0.32l0.26,-0.5l-1.15,-3.01l0.12,-0.5l0.51,-0.25l0.66,0.31l1.93,0.02l0.67,-0.71l0.71,-0.14l0.25,0.69l0.57,0.22l1.4,-0.61Z", "name": "C\u00f4te d'Ivoire"}, "CH": {"path": "M444.62,156.35l-0.29,0.87l0.18,0.53l1.13,0.58l1.0,0.1l-0.1,0.65l-0.79,0.38l-1.72,-0.37l-0.45,0.23l-0.45,1.04l-0.75,0.06l-0.84,-0.4l-1.32,1.0l-0.96,0.12l-0.88,-0.55l-0.81,-1.3l-0.49,-0.16l-0.63,0.26l0.02,-0.65l1.71,-1.66l0.1,-0.56l0.93,0.08l0.58,-0.46l1.99,0.02l0.66,-0.61l2.19,0.79Z", "name": "Switzerland"}, "CO": {"path": "M242.07,254.93l-1.7,0.59l-0.59,1.18l-1.7,1.69l-0.38,1.93l-0.67,1.43l0.31,0.57l1.03,0.13l0.25,0.9l0.57,0.64l-0.04,2.34l1.64,1.42l3.16,-0.24l1.26,0.28l1.67,2.06l0.41,0.13l4.09,-0.39l0.45,0.22l-0.92,1.95l-0.2,1.8l0.52,1.83l0.75,1.05l-1.12,1.1l0.07,0.63l0.84,0.51l0.74,1.29l-0.39,-0.45l-0.59,-0.01l-0.71,0.74l-4.71,-0.05l-0.4,0.41l0.03,1.57l0.33,0.39l1.11,0.2l-1.68,0.4l-0.29,0.38l-0.01,1.82l1.16,1.14l0.34,1.25l-1.05,7.05l-1.04,-0.87l1.26,-1.99l-0.13,-0.56l-2.18,-1.23l-1.38,0.2l-1.14,-0.38l-1.27,0.61l-1.55,-0.26l-1.38,-2.46l-1.23,-0.75l-0.85,-1.2l-1.67,-1.19l-0.86,0.13l-2.11,-1.32l-1.01,0.31l-1.8,-0.29l-0.52,-0.91l-3.09,-1.68l0.77,-0.52l-0.1,-1.12l0.41,-0.64l1.34,-0.32l2.0,-2.88l-0.11,-0.57l-0.66,-0.43l0.39,-1.38l-0.52,-2.1l0.49,-0.83l-0.4,-2.13l-0.97,-1.35l0.17,-0.66l0.86,-0.08l0.47,-0.75l-0.46,-1.63l1.41,-0.07l1.8,-1.69l0.93,-0.24l0.3,-0.38l0.45,-2.76l1.22,-1.0l1.44,-0.04l0.45,-0.5l1.91,0.12l2.93,-1.84l1.15,-1.14l0.91,0.46l-0.25,0.45Z", "name": "Colombia"}, "CN": {"path": "M740.23,148.97l4.57,1.3l2.8,2.17l0.98,2.9l0.38,0.27l3.8,0.0l2.32,-1.28l3.29,-0.75l-0.96,2.09l-1.02,1.28l-0.85,3.4l-1.52,2.73l-2.76,-0.5l-2.4,1.13l-0.21,0.45l0.64,2.57l-0.32,3.2l-0.94,0.06l-0.37,0.89l-0.91,-1.01l-0.64,0.07l-0.92,1.57l-3.73,1.25l-0.26,0.48l0.26,1.06l-1.5,-0.08l-1.09,-0.86l-0.56,0.06l-1.67,2.06l-2.7,1.56l-2.03,1.88l-3.4,0.83l-1.93,1.4l-1.15,0.34l0.33,-0.7l-0.41,-0.89l1.79,-1.79l0.02,-0.54l-1.32,-1.56l-0.48,-0.1l-2.24,1.09l-2.83,2.06l-1.51,1.83l-2.28,0.13l-1.55,1.49l-0.04,0.5l1.32,1.97l2.0,0.58l0.31,1.35l1.98,0.84l3.0,-1.96l2.0,1.02l1.49,0.11l0.22,0.83l-3.37,0.86l-1.12,1.48l-2.5,1.52l-1.29,1.99l0.14,0.56l2.57,1.48l0.97,2.7l3.17,4.63l-0.03,1.66l-1.35,0.65l-0.2,0.51l0.6,1.47l1.4,0.91l-0.89,3.82l-1.43,0.38l-3.85,6.44l-2.27,3.11l-6.78,4.57l-2.73,0.29l-1.45,1.04l-0.62,-0.61l-0.55,-0.01l-1.36,1.25l-3.39,1.27l-2.61,0.4l-1.1,2.79l-0.81,0.09l-0.49,-1.42l0.5,-0.85l-0.25,-0.59l-3.36,-0.84l-1.3,0.4l-2.31,-0.62l-0.94,-0.84l0.33,-1.28l-0.3,-0.49l-2.19,-0.46l-1.13,-0.93l-0.47,-0.02l-2.06,1.36l-4.29,0.28l-2.76,1.05l-0.28,0.43l0.32,2.53l-0.59,-0.03l-0.19,-1.34l-0.55,-0.34l-1.68,0.7l-2.46,-1.23l0.62,-1.87l-0.26,-0.51l-1.37,-0.44l-0.54,-2.22l-0.45,-0.3l-2.13,0.35l0.24,-2.48l2.39,-2.4l0.03,-4.31l-1.19,-0.92l-0.78,-1.49l-0.41,-0.21l-1.41,0.19l-1.98,-0.3l0.46,-1.07l-1.17,-1.7l-0.55,-0.11l-1.63,1.05l-2.25,-0.57l-2.89,1.73l-2.25,1.98l-1.75,0.29l-1.17,-0.71l-3.31,-0.65l-1.48,0.79l-1.04,1.27l-0.12,-1.17l-0.54,-0.34l-1.44,0.54l-5.55,-0.86l-1.98,-1.16l-1.89,-0.54l-0.99,-1.35l-1.34,-0.37l-2.55,-1.79l-2.01,-0.84l-1.21,0.56l-5.57,-3.45l-0.53,-2.31l1.19,0.25l0.48,-0.37l0.08,-1.42l-0.98,-1.56l0.15,-2.44l-2.69,-3.32l-4.12,-1.23l-0.67,-2.0l-1.92,-1.48l-0.38,-0.7l-0.51,-3.01l-1.52,-0.66l-0.7,0.13l-0.48,-2.05l0.55,-0.51l-0.09,-0.82l2.03,-1.19l1.6,-0.54l2.56,0.38l0.42,-0.22l0.85,-1.7l3.0,-0.33l1.1,-1.26l4.05,-1.77l0.39,-0.91l-0.17,-1.44l1.45,-0.67l0.2,-0.52l-2.07,-4.9l4.51,-1.12l1.37,-0.73l1.89,-5.51l4.98,0.86l1.51,-1.7l0.11,-2.87l1.99,-0.38l1.83,-2.06l0.49,-0.13l0.68,2.08l2.23,1.77l3.44,1.16l1.55,2.29l-0.92,3.49l0.96,1.67l6.54,1.13l2.95,1.87l1.47,0.35l1.06,2.62l1.53,1.91l3.05,0.08l5.14,0.67l3.37,-0.41l2.36,0.43l3.65,1.8l3.06,0.04l1.45,0.88l2.87,-1.59l3.95,-1.02l3.83,-0.14l3.06,-1.14l1.77,-1.6l1.72,-1.01l0.17,-0.49l-1.1,-2.05l1.02,-1.54l4.02,0.8l2.45,-1.61l3.76,-1.19l1.96,-2.13l1.63,-0.83l3.51,-0.4l1.92,0.34l0.46,-0.3l0.17,-1.5l-2.27,-2.22l-2.11,-1.09l-2.18,1.11l-2.32,-0.47l-1.29,0.32l-0.4,-0.82l2.73,-5.16l3.02,1.06l3.53,-2.06l0.18,-1.68l2.16,-3.35l1.49,-1.35l-0.03,-1.85l-1.07,-0.85l1.54,-1.26l2.98,-0.59l3.23,-0.09l3.64,0.99l2.04,1.16l3.29,6.71l0.92,3.19ZM696.92,237.31l-1.87,1.08l-1.63,-0.64l-0.06,-1.79l1.03,-0.98l2.58,-0.69l1.16,0.05l0.3,0.54l-0.98,1.06l-0.53,1.37Z", "name": "China"}, "CM": {"path": "M457.92,257.49l1.05,1.91l-1.4,0.16l-1.05,-0.23l-0.45,0.22l-0.54,1.19l0.08,0.45l1.48,1.47l1.05,0.45l1.01,2.46l-1.52,2.99l-0.68,0.68l-0.13,3.69l2.38,3.84l1.09,0.8l0.24,2.48l-3.67,-1.14l-11.27,-0.13l0.23,-1.79l-0.98,-1.66l-1.19,-0.54l-0.44,-0.97l-0.6,-0.42l1.71,-4.27l0.75,-0.13l1.38,-1.36l0.65,-0.03l1.71,0.99l1.93,-1.12l1.14,-3.18l1.38,-1.17l2.0,-5.14l2.17,-2.13l0.3,-1.64l-0.86,-0.88l0.03,-0.33l0.94,1.28l0.07,3.22Z", "name": "Cameroon"}, "CL": {"path": "M246.5,429.18l-3.14,1.83l-0.57,3.16l-0.64,0.05l-2.68,-1.06l-2.82,-2.33l-3.04,-1.89l-0.69,-1.85l0.63,-2.14l-1.21,-2.11l-0.31,-5.37l1.01,-2.91l2.57,-2.38l-0.18,-0.68l-3.16,-0.77l2.05,-2.47l0.77,-4.65l2.32,0.9l0.54,-0.29l1.31,-6.31l-0.22,-0.44l-1.68,-0.8l-0.56,0.28l-0.7,3.36l-0.81,-0.22l1.56,-9.41l1.15,-2.24l-0.71,-2.82l-0.18,-2.84l1.01,-0.33l3.26,-9.14l1.07,-4.22l-0.56,-4.21l0.74,-2.34l-0.29,-3.27l1.46,-3.34l2.04,-16.59l-0.66,-7.76l1.03,-0.53l0.54,-0.9l0.79,1.14l0.32,1.78l1.25,1.16l-0.69,2.55l1.33,2.9l0.97,3.59l0.46,0.29l1.5,-0.3l0.11,0.23l-0.76,2.44l-2.57,1.23l-0.23,0.37l0.08,4.33l-0.46,0.77l0.56,1.21l-1.58,1.51l-1.68,2.62l-0.89,2.47l0.2,2.7l-1.48,2.73l1.12,5.09l0.64,0.61l-0.01,2.29l-1.38,2.68l0.01,2.4l-1.89,2.04l0.02,2.75l0.69,2.57l-1.43,1.13l-1.26,5.68l0.39,3.51l-0.97,0.89l0.58,3.5l1.02,1.14l-0.65,1.02l0.15,0.57l1.0,0.53l0.16,0.69l-1.03,0.85l0.26,1.75l-0.89,4.03l-1.31,2.66l0.24,1.75l-0.71,1.83l-1.99,1.7l0.3,3.67l0.88,1.19l1.58,0.01l0.01,2.21l1.04,1.95l5.98,0.63ZM248.69,430.79l0.0,7.33l0.4,0.4l3.52,0.05l-0.44,0.75l-1.94,0.98l-2.49,-0.37l-1.88,-1.06l-2.55,-0.49l-5.59,-3.71l-2.38,-2.63l4.1,2.48l3.32,1.23l0.45,-0.12l1.29,-1.57l0.83,-2.32l2.05,-1.24l1.31,0.29Z", "name": "Chile"}, "XC": {"path": "M504.91,192.87l0.34,0.01l0.27,-0.07l-0.29,0.26l-0.31,-0.2Z", "name": "N. Cyprus"}, "CA": {"path": "M280.06,145.6l-1.67,2.88l0.07,0.49l0.5,0.04l1.46,-0.98l1.0,0.42l-0.56,0.72l0.17,0.62l2.22,0.89l1.35,-0.71l1.95,0.78l-0.66,2.01l0.5,0.51l1.32,-0.42l0.98,3.17l-0.91,2.41l-0.8,0.08l-1.23,-0.45l0.47,-2.25l-0.89,-0.83l-0.48,0.06l-2.78,2.63l-0.34,-0.02l1.02,-0.85l-0.14,-0.69l-2.4,-0.77l-7.4,0.08l-0.17,-0.41l1.3,-0.94l0.02,-0.64l-0.73,-0.58l1.85,-1.74l2.57,-5.16l1.47,-1.79l1.99,-1.05l0.46,0.06l-1.53,2.45ZM68.32,74.16l4.13,0.95l4.02,2.14l2.61,0.4l2.47,-1.89l2.88,-1.31l3.85,0.48l3.71,-1.94l3.82,-1.04l1.56,1.68l0.49,0.08l1.87,-1.04l0.65,-1.98l1.24,0.35l4.16,3.94l0.54,0.01l2.75,-2.49l0.26,2.59l0.49,0.35l3.08,-0.73l1.04,-1.27l2.73,0.23l3.83,1.86l5.86,1.61l3.47,0.75l2.44,-0.26l2.73,1.78l-2.98,1.81l-0.19,0.41l0.31,0.32l4.53,0.92l6.87,-0.5l2.0,-0.69l2.49,2.39l0.53,0.02l2.72,-2.16l-0.02,-0.64l-2.16,-1.54l1.15,-1.06l4.83,-0.61l1.84,0.95l2.48,2.31l3.01,-0.23l4.55,1.92l3.85,-0.67l3.61,0.1l0.41,-0.44l-0.25,-2.36l1.79,-0.61l3.49,1.32l-0.01,3.77l0.31,0.39l0.45,-0.22l1.48,-3.16l1.74,0.1l0.41,-0.3l1.13,-4.37l-2.78,-3.11l-2.8,-1.74l0.19,-4.64l2.71,-3.07l2.98,0.67l2.41,1.95l3.19,4.8l-1.99,1.97l0.21,0.68l4.33,0.84l-0.01,4.15l0.25,0.37l0.44,-0.09l3.07,-3.15l2.54,2.39l-0.61,3.33l2.42,2.88l0.61,0.0l2.61,-3.08l1.88,-3.82l0.17,-4.58l6.72,0.94l3.13,2.04l0.13,1.82l-1.76,2.19l-0.01,0.49l1.66,2.16l-0.26,1.71l-4.68,2.8l-3.28,0.61l-2.47,-1.2l-0.55,0.23l-0.73,2.04l-2.38,3.43l-0.74,1.77l-2.74,2.57l-3.44,0.25l-2.21,1.78l-0.28,2.53l-2.82,0.55l-3.12,3.22l-2.72,4.31l-1.03,3.17l-0.14,4.31l0.33,0.41l3.44,0.57l2.24,5.95l0.45,0.23l3.4,-0.69l4.52,1.51l2.43,1.31l1.91,1.73l3.1,0.96l2.62,1.46l6.6,0.54l-0.35,2.74l0.81,3.53l1.81,3.78l3.83,3.3l0.45,0.04l2.1,-1.28l1.37,-3.69l-1.31,-5.38l-1.45,-1.58l3.57,-1.47l2.84,-2.46l1.52,-2.8l-0.25,-2.55l-1.7,-3.07l-2.85,-2.61l2.8,-3.95l-1.08,-3.37l-0.79,-5.67l1.36,-0.7l6.76,1.41l2.12,-0.96l5.12,3.36l1.05,1.61l4.08,0.26l-0.06,2.87l0.83,4.7l0.3,0.32l2.16,0.54l1.73,2.06l0.5,0.09l3.63,-2.03l2.52,-4.19l1.26,-1.32l7.6,11.72l-0.92,2.04l0.16,0.51l3.3,1.97l2.22,1.98l4.1,0.98l1.43,0.99l0.95,2.79l2.1,0.68l0.84,1.08l0.17,3.45l-3.37,2.26l-4.22,1.24l-3.06,2.63l-4.06,0.51l-5.35,-0.69l-6.39,0.2l-2.3,2.41l-3.26,1.51l-6.47,7.15l-0.06,0.48l0.44,0.19l2.13,-0.52l4.17,-4.24l5.12,-2.62l3.52,-0.3l1.69,1.21l-2.12,2.21l0.81,3.47l1.02,2.61l3.47,1.6l4.14,-0.45l2.15,-2.8l0.26,1.48l1.14,0.8l-2.56,1.69l-5.5,1.82l-2.54,1.27l-2.74,2.15l-1.4,-0.16l-0.07,-2.01l4.14,-2.44l0.18,-0.45l-0.39,-0.29l-6.63,0.45l-1.39,-1.49l-0.14,-4.43l-1.11,-0.91l-1.82,0.39l-0.66,-0.66l-0.6,0.03l-1.91,2.39l-0.82,2.52l-0.8,1.27l-1.67,0.56l-0.46,0.76l-8.31,0.07l-1.21,0.62l-2.35,1.97l-0.71,-0.14l-1.37,0.96l-1.12,-0.48l-4.74,1.26l-0.9,1.17l0.21,0.62l1.73,0.3l-1.81,0.31l-1.85,0.81l-2.11,-0.13l-2.95,1.78l-0.69,-0.09l1.39,-2.1l1.73,-1.21l0.1,-2.29l1.16,-1.99l0.49,0.53l2.03,0.42l1.2,-1.16l0.02,-0.47l-2.66,-3.51l-2.28,-0.61l-5.64,-0.71l-0.4,-0.57l-0.79,0.13l0.2,-0.41l-0.22,-0.55l-0.68,-0.26l0.19,-1.26l-0.78,-0.73l0.31,-0.64l-0.29,-0.57l-2.6,-0.44l-0.75,-1.63l-0.94,-0.66l-4.31,-0.65l-1.13,1.19l-1.48,0.59l-0.85,1.06l-2.83,-0.76l-2.09,0.39l-2.39,-0.97l-4.24,-0.7l-0.57,-0.4l-0.41,-1.63l-0.4,-0.3l-0.85,0.02l-0.39,0.4l-0.01,0.85l-69.13,-0.01l-6.51,-4.52l-4.5,-1.38l-1.26,-2.66l0.33,-1.93l-0.23,-0.43l-3.01,-1.35l-0.55,-2.77l-2.89,-2.38l-0.04,-1.45l1.39,-1.83l-0.28,-2.55l-4.16,-2.2l-4.07,-6.6l-4.02,-3.22l-1.3,-1.88l-0.5,-0.13l-2.51,1.21l-2.23,1.87l-3.85,-3.88l-2.44,-1.04l-2.22,-0.13l0.03,-37.49ZM260.37,148.65l3.04,0.76l2.26,1.2l-3.78,-0.95l-1.53,-1.01ZM249.4,3.81l6.68,0.49l5.32,0.79l4.26,1.57l-0.07,1.1l-5.85,2.53l-6.02,1.21l-2.39,1.39l-0.18,0.45l0.39,0.29l4.01,-0.02l-4.65,2.82l-4.2,1.74l-4.19,4.59l-5.03,0.92l-1.67,1.15l-7.47,0.59l-0.37,0.37l0.32,0.42l2.41,0.49l-0.81,0.47l-0.12,0.59l1.83,2.41l-2.02,1.59l-3.81,1.51l-1.32,2.16l-3.38,1.53l-0.22,0.48l0.35,1.19l0.4,0.29l3.88,-0.18l0.03,0.61l-6.33,2.95l-6.41,-1.4l-7.43,0.79l-3.72,-0.62l-4.4,-0.25l-0.23,-1.83l4.29,-1.11l0.28,-0.51l-1.1,-3.45l1.0,-0.25l6.58,2.28l0.47,-0.16l-0.05,-0.49l-3.41,-3.45l-3.58,-0.98l1.48,-1.55l4.34,-1.29l0.97,-2.19l-0.16,-0.48l-3.42,-2.13l-0.81,-2.26l6.2,0.22l2.24,0.58l3.91,-2.1l0.2,-0.43l-0.35,-0.32l-5.64,-0.67l-8.73,0.36l-4.26,-1.9l-2.12,-2.4l-2.78,-1.66l-0.41,-1.52l3.31,-1.03l2.93,-0.2l4.91,-0.99l3.7,-2.27l2.87,0.3l2.62,1.67l0.56,-0.14l1.82,-3.2l3.13,-0.94l4.44,-0.69l7.53,-0.26l1.48,0.67l7.19,-1.06l10.8,0.79ZM203.85,57.54l0.01,0.42l1.97,2.97l0.68,-0.02l2.24,-3.72l5.95,-1.86l4.01,4.64l-0.35,2.91l0.5,0.43l4.95,-1.36l2.32,-1.8l5.31,2.28l3.27,2.11l0.3,1.84l0.48,0.33l4.42,-0.99l2.64,2.87l5.97,1.77l2.06,1.72l2.11,3.71l-4.19,1.86l-0.01,0.73l5.9,2.83l3.94,0.94l3.78,3.95l3.46,0.25l-0.63,2.37l-4.11,4.47l-2.76,-1.56l-3.9,-3.94l-3.59,0.41l-0.33,0.34l-0.19,2.72l2.63,2.38l3.42,1.89l0.94,0.97l1.55,3.75l-0.7,2.29l-2.74,-0.92l-6.25,-3.15l-0.51,0.13l0.05,0.52l6.07,5.69l0.18,0.59l-6.09,-1.39l-5.31,-2.24l-2.63,-1.66l0.6,-0.77l-0.12,-0.6l-7.39,-4.01l-0.59,0.37l0.03,0.79l-6.73,0.6l-1.69,-1.1l1.36,-2.46l4.51,-0.07l5.15,-0.52l0.31,-0.6l-0.74,-1.3l0.78,-1.84l3.21,-4.05l-0.67,-2.35l-1.11,-1.6l-3.84,-2.1l-4.35,-1.28l0.91,-0.63l0.06,-0.61l-2.65,-2.75l-2.34,-0.36l-1.89,-1.46l-0.53,0.03l-1.24,1.23l-4.36,0.55l-9.04,-0.99l-9.26,-1.98l-1.6,-1.22l2.22,-1.77l0.13,-0.44l-0.38,-0.27l-3.22,-0.02l-0.72,-4.25l1.83,-4.04l2.42,-1.85l5.5,-1.1l-1.39,2.35ZM261.19,159.33l2.07,0.61l1.44,-0.04l-1.15,0.63l-2.94,-1.23l-0.4,-0.68l0.36,-0.37l0.61,1.07ZM230.83,84.39l-2.37,0.18l-0.49,-1.63l0.93,-2.09l1.94,-0.51l1.62,0.99l0.02,1.52l-1.66,1.54ZM229.43,58.25l0.11,0.65l-4.87,-0.21l-2.72,0.62l-3.1,-2.57l0.08,-1.26l0.86,-0.23l5.57,0.51l4.08,2.5ZM222.0,105.02l-0.72,1.49l-0.63,-0.19l-0.48,-0.84l0.81,-0.99l0.65,0.05l0.37,0.46ZM183.74,38.32l2.9,1.7l4.79,-0.01l1.84,1.46l-0.49,1.68l0.23,0.48l2.82,1.14l1.76,1.26l7.01,0.65l4.1,-1.1l5.03,-0.43l3.93,0.35l2.48,1.77l0.46,1.7l-1.3,1.1l-3.56,1.01l-3.23,-0.59l-7.17,0.76l-5.09,0.09l-3.99,-0.6l-6.42,-1.54l-0.79,-2.51l-0.3,-2.49l-2.64,-2.5l-5.32,-0.72l-2.52,-1.4l0.68,-1.57l4.78,0.31ZM207.38,91.35l0.4,1.56l0.56,0.26l1.06,-0.52l1.32,0.96l5.42,2.57l0.2,1.68l0.46,0.35l1.68,-0.28l1.15,0.85l-1.55,0.87l-3.61,-0.88l-1.32,-1.69l-0.57,-0.06l-2.45,2.1l-3.12,1.79l-0.7,-1.87l-0.42,-0.26l-2.16,0.24l1.39,-1.39l0.32,-3.14l0.76,-3.35l1.18,0.22ZM215.49,102.6l-2.67,1.95l-1.4,-0.07l-0.3,-0.58l1.53,-1.48l2.84,0.18ZM202.7,24.12l2.53,1.59l-2.87,1.4l-4.53,4.05l-4.25,0.38l-5.03,-0.68l-2.45,-2.04l0.03,-1.62l1.82,-1.37l0.14,-0.45l-0.38,-0.27l-4.45,0.04l-2.59,-1.76l-1.41,-2.29l1.57,-2.32l1.62,-1.66l2.44,-0.39l0.25,-0.65l-0.6,-0.74l4.86,-0.25l3.24,3.11l8.16,2.3l1.9,3.61ZM187.47,59.2l-2.76,3.49l-2.38,-0.15l-1.44,-3.84l0.04,-2.2l1.19,-1.88l2.3,-1.23l5.07,0.17l4.11,1.02l-3.24,3.72l-2.88,0.89ZM186.07,48.79l-1.08,1.53l-3.34,-0.34l-2.56,-1.1l1.03,-1.75l3.25,-1.23l1.95,1.58l0.75,1.3ZM185.71,35.32l-5.3,-0.2l-0.32,-0.71l4.31,0.07l1.3,0.84ZM180.68,32.48l-3.34,1.0l-1.79,-1.1l-0.98,-1.87l-0.15,-1.73l4.1,0.53l2.67,1.7l-0.51,1.47ZM180.9,76.31l-1.1,1.08l-3.13,-1.23l-2.12,0.43l-2.71,-1.57l1.72,-1.09l1.55,-1.72l3.81,1.9l1.98,2.2ZM169.74,54.87l2.96,0.97l4.17,-0.57l0.41,0.88l-2.14,2.11l0.09,0.64l3.55,1.92l-0.4,3.72l-3.79,1.65l-2.17,-0.35l-1.72,-1.74l-6.02,-3.5l0.03,-0.85l4.68,0.54l0.4,-0.21l-0.05,-0.45l-2.48,-2.81l2.46,-1.95ZM174.45,40.74l1.37,1.73l0.07,2.44l-1.05,3.45l-3.79,0.47l-2.32,-0.69l0.05,-2.64l-0.44,-0.41l-3.68,0.35l-0.12,-3.1l2.45,0.1l3.67,-1.73l3.41,0.29l0.37,-0.26ZM170.05,31.55l0.67,1.56l-3.33,-0.49l-4.22,-1.77l-4.35,-0.16l1.4,-0.94l-0.06,-0.7l-2.81,-1.23l-0.12,-1.39l4.39,0.68l6.62,1.98l1.81,2.47ZM134.5,58.13l-1.02,1.82l0.45,0.58l5.4,-1.39l3.33,2.29l0.49,-0.03l2.6,-2.23l1.94,1.32l2.0,4.5l0.7,0.06l1.3,-2.29l-1.63,-4.46l1.69,-0.54l2.31,0.71l2.65,1.81l2.49,7.92l8.48,4.27l-0.19,1.35l-3.79,0.33l-0.26,0.67l1.4,1.49l-0.58,1.1l-4.23,-0.64l-4.43,-1.19l-3.0,0.28l-4.66,1.47l-10.52,1.04l-1.43,-2.02l-3.42,-1.2l-2.21,0.43l-2.51,-2.86l4.84,-1.05l3.6,0.19l3.27,-0.78l0.31,-0.39l-0.31,-0.39l-4.84,-1.06l-8.79,0.27l-0.85,-1.07l5.26,-1.66l0.27,-0.45l-0.4,-0.34l-3.8,0.06l-3.81,-1.06l1.81,-3.01l1.66,-1.79l6.48,-2.81l1.97,0.71ZM158.7,56.61l-1.7,2.44l-3.2,-2.75l0.37,-0.3l3.11,-0.18l1.42,0.79ZM149.61,42.73l1.01,1.89l0.5,0.18l2.14,-0.82l2.23,0.19l0.36,2.04l-1.33,2.09l-8.28,0.76l-6.35,2.15l-3.41,0.1l-0.19,-0.96l4.9,-2.08l0.23,-0.46l-0.41,-0.31l-11.25,0.59l-2.89,-0.74l3.04,-4.44l2.14,-1.32l6.81,1.69l4.58,3.06l4.37,0.39l0.36,-0.63l-3.36,-4.6l1.85,-1.53l2.18,0.51l0.77,2.26ZM144.76,34.41l-4.36,1.44l-3.0,-1.4l1.46,-1.24l3.47,-0.52l2.96,0.71l-0.52,1.01ZM145.13,29.83l-1.9,0.66l-3.67,-0.0l2.27,-1.61l3.3,0.95ZM118.92,65.79l-6.03,2.02l-1.33,-1.9l-5.38,-2.28l2.59,-5.05l2.16,-3.14l-0.02,-0.48l-1.97,-2.41l7.64,-0.7l3.6,1.02l6.3,0.27l4.42,2.95l-2.53,0.98l-6.24,3.43l-3.1,3.28l-0.11,2.01ZM129.54,35.53l-0.28,3.37l-1.72,1.62l-2.33,0.28l-4.61,2.19l-3.86,0.76l-2.64,-0.87l3.72,-3.4l5.01,-3.34l3.72,0.07l3.0,-0.67ZM111.09,152.69l-0.67,0.24l-3.85,-1.37l-0.83,-1.17l-2.12,-1.07l-0.66,-1.02l-2.4,-0.55l-0.74,-1.71l6.02,1.45l2.0,2.55l2.52,1.39l0.73,1.27ZM87.8,134.64l0.89,0.29l1.86,-0.21l-0.65,3.34l1.69,2.33l-1.31,-1.33l-0.99,-1.62l-1.17,-0.98l-0.33,-1.82Z", "name": "Canada"}, "CG": {"path": "M466.72,276.48l-0.1,1.03l-1.25,2.97l-0.19,3.62l-0.46,1.78l-0.23,0.63l-1.61,1.19l-1.21,1.39l-1.09,2.43l0.04,2.09l-3.25,3.24l-0.5,-0.24l-0.5,-0.83l-1.36,-0.02l-0.98,0.89l-1.68,-0.99l-1.54,1.24l-1.52,-1.96l1.57,-1.14l0.11,-0.52l-0.77,-1.35l2.1,-0.66l0.39,-0.73l1.05,0.82l2.21,0.11l1.12,-1.37l0.37,-1.81l-0.27,-2.09l-1.13,-1.5l1.0,-2.69l-0.13,-0.45l-0.92,-0.58l-1.6,0.17l-0.51,-0.94l0.1,-0.61l2.75,0.09l3.97,1.24l0.51,-0.33l0.17,-1.28l1.24,-2.21l1.28,-1.14l2.76,0.49Z", "name": "Congo"}, "CF": {"path": "M461.16,278.2l-0.26,-1.19l-1.09,-0.77l-0.84,-1.17l-0.29,-1.0l-1.04,-1.15l0.08,-3.43l0.58,-0.49l1.16,-2.35l1.85,-0.17l0.61,-0.62l0.97,0.58l3.15,-0.96l2.48,-1.92l0.02,-0.96l2.81,0.02l2.36,-1.17l1.93,-2.85l1.16,-0.93l1.11,-0.3l0.27,0.86l1.34,1.47l-0.39,2.01l0.3,1.01l4.01,2.75l0.17,0.93l2.63,2.31l0.6,1.44l2.08,1.4l-3.84,-0.21l-1.94,0.88l-1.23,-0.49l-2.67,1.2l-1.29,-0.18l-0.51,0.36l-0.6,1.22l-3.35,-0.65l-1.57,-0.91l-2.42,-0.83l-1.45,0.91l-0.97,1.27l-0.26,1.56l-3.22,-0.43l-1.49,1.33l-0.94,1.62Z", "name": "Central African Rep."}, "CD": {"path": "M487.01,272.38l2.34,-0.14l1.35,1.84l1.34,0.45l0.86,-0.39l1.21,0.12l1.07,-0.41l0.54,0.89l2.04,1.54l-0.14,2.72l0.7,0.54l-1.38,1.13l-1.53,2.54l-0.17,2.05l-0.59,1.08l-0.02,1.72l-0.72,0.84l-0.66,3.01l0.63,1.32l-0.44,4.26l0.64,1.47l-0.37,1.22l0.86,1.8l1.53,1.41l0.3,1.26l0.44,0.5l-4.08,0.75l-0.92,1.81l0.51,1.34l-0.74,5.43l0.17,0.38l2.45,1.46l0.54,-0.1l0.12,1.62l-1.28,-0.01l-1.85,-2.35l-1.94,-0.45l-0.48,-1.13l-0.55,-0.2l-1.41,0.74l-1.71,-0.3l-1.01,-1.18l-2.49,-0.19l-0.44,-0.77l-1.98,-0.21l-2.88,0.36l0.11,-2.41l-0.85,-1.13l-0.16,-1.36l0.32,-1.73l-0.46,-0.89l-0.04,-1.49l-0.4,-0.39l-2.53,0.02l0.1,-0.41l-0.39,-0.49l-1.28,0.01l-0.43,0.45l-1.62,0.32l-0.83,1.79l-1.09,-0.28l-2.4,0.52l-1.37,-1.91l-1.3,-3.3l-0.38,-0.27l-7.39,-0.03l-2.46,0.42l0.5,-0.45l0.37,-1.47l0.66,-0.38l0.92,0.08l0.73,-0.82l0.87,0.02l0.31,0.68l1.4,0.36l3.59,-3.63l0.01,-2.23l1.02,-2.29l2.69,-2.39l0.43,-0.99l0.49,-1.96l0.17,-3.51l1.25,-2.95l0.36,-3.14l0.86,-1.13l1.1,-0.66l3.57,1.73l3.65,0.73l0.46,-0.21l0.8,-1.46l1.24,0.19l2.61,-1.17l0.81,0.44l1.04,-0.03l0.59,-0.66l0.7,-0.16l1.81,0.25Z", "name": "Dem. Rep. Congo"}, "CZ": {"path": "M458.46,144.88l1.22,1.01l1.47,0.23l0.13,0.93l1.36,0.68l0.54,-0.2l0.24,-0.55l1.15,0.25l0.53,1.09l1.68,0.18l0.6,0.84l-1.04,0.73l-0.96,1.28l-1.6,0.17l-0.55,0.56l-1.04,-0.46l-1.05,0.15l-2.12,-0.96l-1.05,0.34l-1.2,1.12l-1.56,-0.87l-2.57,-2.1l-0.53,-1.88l4.7,-2.52l0.71,0.26l0.9,-0.28Z", "name": "Czech Rep."}, "CY": {"path": "M504.36,193.47l0.43,0.28l-1.28,0.57l-0.92,-0.28l-0.24,-0.46l2.01,-0.13Z", "name": "Cyprus"}, "CR": {"path": "M211.34,258.05l0.48,0.99l1.6,1.6l-0.54,0.45l0.29,1.42l-0.25,1.19l-1.09,-0.59l-0.05,-1.25l-2.46,-1.42l-0.28,-0.77l-0.66,-0.45l-0.45,-0.0l-0.11,1.04l-1.32,-0.95l0.31,-1.3l-0.36,-0.6l0.31,-0.27l1.42,0.58l1.29,-0.14l0.56,0.56l0.74,0.17l0.55,-0.27Z", "name": "Costa Rica"}, "CU": {"path": "M221.21,227.25l1.27,1.02l2.19,-0.28l4.43,3.33l2.08,0.43l-0.1,0.38l0.36,0.5l1.75,0.1l1.48,0.84l-3.11,0.51l-4.15,-0.03l0.77,-0.67l-0.04,-0.64l-1.2,-0.74l-1.49,-0.16l-0.7,-0.61l-0.56,-1.4l-0.4,-0.25l-1.34,0.1l-2.2,-0.66l-0.88,-0.58l-3.18,-0.4l-0.27,-0.16l0.58,-0.74l-0.36,-0.29l-2.72,-0.05l-1.7,1.29l-0.91,0.03l-0.61,0.69l-1.01,0.22l1.11,-1.29l1.01,-0.52l3.69,-1.01l3.98,0.21l2.21,0.84Z", "name": "Cuba"}, "SZ": {"path": "M500.35,351.36l0.5,2.04l-0.38,0.89l-1.05,0.21l-1.23,-1.2l-0.02,-0.64l0.83,-1.57l1.34,0.27Z", "name": "Swaziland"}, "SY": {"path": "M511.0,199.79l0.05,-1.33l0.54,-1.36l1.28,-0.99l0.13,-0.45l-0.41,-1.11l-1.14,-0.36l-0.19,-1.74l0.52,-1.0l1.29,-1.21l0.2,-1.18l0.59,0.23l2.62,-0.76l1.36,0.52l2.06,-0.01l2.95,-1.08l3.25,-0.26l-0.67,0.94l-1.28,0.66l-0.21,0.4l0.23,2.01l-0.88,3.19l-10.15,5.73l-2.15,-0.85Z", "name": "Syria"}, "KG": {"path": "M621.35,172.32l-3.87,1.69l-0.96,1.18l-3.04,0.34l-1.13,1.86l-2.36,-0.35l-1.99,0.63l-2.39,1.4l0.06,0.95l-0.4,0.37l-4.52,0.43l-3.02,-0.93l-2.37,0.17l0.11,-0.79l2.32,0.42l1.13,-0.88l1.99,0.2l3.21,-2.14l-0.03,-0.69l-2.97,-1.57l-1.94,0.65l-1.22,-0.74l1.71,-1.58l-0.12,-0.67l-0.36,-0.15l0.32,-0.77l1.36,-0.35l4.02,1.02l0.49,-0.3l0.35,-1.59l1.09,-0.48l3.42,1.22l1.11,-0.31l7.64,0.39l1.16,1.0l1.23,0.39Z", "name": "Kyrgyzstan"}, "KE": {"path": "M506.26,284.69l1.87,-2.56l0.93,-2.15l-1.38,-4.08l-1.06,-1.6l2.82,-2.75l0.79,0.26l0.12,1.41l0.86,0.83l1.9,0.11l3.28,2.13l3.57,0.44l1.05,-1.12l1.96,-0.9l0.82,0.68l1.16,0.09l-1.78,2.45l0.03,9.12l1.3,1.94l-1.37,0.78l-0.67,1.03l-1.08,0.46l-0.34,1.67l-0.81,1.07l-0.45,1.55l-0.68,0.56l-3.2,-2.23l-0.35,-1.58l-8.86,-4.98l0.14,-1.6l-0.57,-1.04Z", "name": "Kenya"}, "SS": {"path": "M481.71,263.34l1.07,-0.72l1.2,-3.18l1.36,-0.26l1.61,1.99l0.87,0.34l1.1,-0.41l1.5,0.07l0.57,0.53l2.49,0.0l0.44,-0.63l1.07,-0.4l0.45,-0.84l0.59,-0.33l1.9,1.33l1.6,-0.2l2.83,-3.33l-0.32,-2.21l1.59,-0.52l-0.24,1.6l0.3,1.83l1.35,1.18l0.2,1.87l0.35,0.41l0.02,1.53l-0.23,0.47l-1.42,0.25l-0.85,1.44l0.3,0.6l1.4,0.16l1.11,1.08l0.59,1.13l1.03,0.53l1.28,2.36l-4.41,3.98l-1.74,0.01l-1.89,0.55l-1.47,-0.52l-1.15,0.57l-2.96,-2.62l-1.3,0.49l-1.06,-0.15l-0.79,0.39l-0.82,-0.22l-1.8,-2.7l-1.91,-1.1l-0.66,-1.5l-2.62,-2.32l-0.18,-0.94l-2.37,-1.6Z", "name": "S. Sudan"}, "SR": {"path": "M283.12,270.19l2.1,0.53l-1.08,1.95l0.2,1.72l0.93,1.49l-0.59,2.03l-0.43,0.71l-1.12,-0.42l-1.32,0.22l-0.93,-0.2l-0.46,0.26l-0.25,0.73l0.33,0.7l-0.89,-0.13l-1.39,-1.97l-0.31,-1.34l-0.97,-0.31l-0.89,-1.47l0.35,-1.61l1.45,-0.82l0.33,-1.87l2.61,0.44l0.57,-0.47l1.75,-0.16Z", "name": "Suriname"}, "KH": {"path": "M689.52,249.39l0.49,1.45l-0.28,2.74l-4.0,1.86l-0.16,0.6l0.68,0.95l-2.06,0.17l-2.05,0.97l-1.82,-0.32l-2.12,-3.7l-0.55,-2.85l1.4,-1.85l3.02,-0.45l2.23,0.35l2.01,0.98l0.51,-0.14l0.95,-1.48l1.74,0.74Z", "name": "Cambodia"}, "SV": {"path": "M195.8,250.13l1.4,-1.19l2.24,1.45l0.98,-0.27l0.44,0.2l-0.27,1.05l-1.14,-0.03l-3.64,-1.21Z", "name": "El Salvador"}, "SK": {"path": "M476.82,151.17l-1.14,1.9l-2.73,-0.92l-0.82,0.2l-0.74,0.8l-3.46,0.73l-0.47,0.69l-1.76,0.33l-1.88,-1.0l-0.18,-0.81l0.38,-0.75l1.87,-0.32l1.74,-1.89l0.83,0.16l0.79,-0.34l1.51,1.04l1.34,-0.63l1.25,0.3l1.65,-0.42l1.81,0.95Z", "name": "Slovakia"}, "KR": {"path": "M737.51,185.84l0.98,-0.1l0.87,-1.17l2.69,-0.32l0.33,-0.29l1.76,2.79l0.58,1.76l0.02,3.12l-0.8,1.32l-2.21,0.55l-1.93,1.13l-1.8,0.19l-0.2,-1.1l0.43,-2.28l-0.95,-2.56l1.43,-0.37l0.23,-0.62l-1.43,-2.06Z", "name": "Korea"}, "SI": {"path": "M456.18,162.07l-0.51,-1.32l0.18,-1.05l1.69,0.2l1.42,-0.71l2.09,-0.07l0.62,-0.51l0.21,0.47l-1.61,0.67l-0.44,1.34l-0.66,0.24l-0.26,0.82l-1.22,-0.49l-0.84,0.46l-0.69,-0.04Z", "name": "Slovenia"}, "KP": {"path": "M736.77,185.16l-0.92,-0.42l-0.88,0.62l-1.21,-0.88l0.96,-1.15l0.59,-2.59l-0.46,-0.74l-2.09,-0.77l1.64,-1.52l2.72,-1.58l1.58,-1.91l1.11,0.78l2.17,0.11l0.41,-0.5l-0.3,-1.22l3.52,-1.18l0.94,-1.4l0.98,1.08l-2.19,2.18l0.01,2.14l-1.06,0.54l-1.41,1.4l-1.7,0.52l-1.25,1.09l-0.14,1.98l0.94,0.45l1.15,1.04l-0.13,0.26l-2.6,0.29l-1.13,1.29l-1.22,0.08Z", "name": "Dem. Rep. Korea"}, "KW": {"path": "M540.81,207.91l0.37,0.86l-0.17,0.76l0.6,1.53l-0.95,0.04l-0.82,-1.28l-1.57,-0.18l1.31,-1.88l1.22,0.17Z", "name": "Kuwait"}, "SN": {"path": "M390.09,248.21l0.12,1.55l0.49,1.46l0.96,0.82l0.05,1.28l-1.26,-0.19l-0.75,0.33l-1.84,-0.61l-5.84,-0.13l-2.54,0.51l-0.22,-1.03l1.77,0.04l2.01,-0.91l1.03,0.48l1.09,0.04l1.29,-0.62l0.14,-0.58l-0.51,-0.74l-1.81,0.25l-1.13,-0.63l-0.79,0.04l-0.72,0.61l-2.31,0.06l-0.92,-1.77l-0.81,-0.64l0.64,-0.35l2.46,-3.74l1.04,0.19l1.38,-0.56l1.19,-0.02l2.72,1.37l3.03,3.48Z", "name": "Senegal"}, "SL": {"path": "M394.46,264.11l-1.73,1.98l-0.58,1.33l-2.07,-1.06l-1.22,-1.26l-0.65,-2.39l1.16,-0.96l0.67,-1.17l1.21,-0.52l1.66,0.0l1.03,1.64l0.52,2.41Z", "name": "Sierra Leone"}, "KZ": {"path": "M552.8,172.89l0.46,-1.27l-0.48,-1.05l-2.96,-1.19l-1.06,-2.58l-1.37,-0.87l-0.03,-0.3l1.95,0.23l0.45,-0.38l0.08,-1.96l1.75,-0.41l2.1,0.45l0.48,-0.33l0.45,-3.04l-0.45,-2.09l-0.41,-0.31l-2.42,0.15l-2.36,-0.73l-2.87,1.37l-2.17,0.61l-0.85,-0.34l0.13,-1.61l-1.6,-2.12l-2.02,-0.08l-1.78,-1.82l1.29,-2.18l-0.57,-0.95l1.62,-2.91l2.21,1.63l0.63,-0.27l0.29,-2.22l4.92,-3.43l3.71,-0.08l8.4,3.6l2.92,-1.36l3.77,-0.06l3.11,1.66l0.51,-0.11l0.6,-0.81l3.31,0.13l0.39,-0.25l0.63,-1.57l-0.17,-0.5l-3.5,-1.98l1.87,-1.27l-0.13,-1.03l1.98,-0.72l0.18,-0.62l-1.59,-2.06l0.81,-0.82l9.23,-1.18l1.33,-0.88l6.18,-1.26l2.26,-1.42l4.08,0.68l0.73,3.33l0.51,0.3l2.48,-0.8l2.79,1.02l-0.17,1.56l0.43,0.44l2.55,-0.24l4.89,-2.53l0.03,0.32l3.15,2.61l5.56,8.47l0.65,0.02l1.12,-1.46l3.15,1.74l3.76,-0.78l1.15,0.49l1.14,1.8l1.84,0.76l0.99,1.29l3.35,-0.25l1.02,1.52l-1.6,1.81l-1.93,0.28l-0.34,0.38l-0.11,3.05l-1.13,1.16l-4.75,-1.0l-0.46,0.27l-1.76,5.47l-1.1,0.59l-4.91,1.23l-0.27,0.54l2.1,4.97l-1.37,0.63l-0.23,0.41l0.13,1.13l-0.88,-0.25l-1.42,-1.13l-7.89,-0.4l-0.92,0.31l-3.73,-1.22l-1.42,0.63l-0.53,1.66l-3.72,-0.94l-1.85,0.43l-0.76,1.4l-4.65,2.62l-1.13,2.08l-0.44,0.01l-0.92,-1.4l-2.87,-0.09l-0.45,-2.14l-0.38,-0.32l-0.8,-0.01l0.0,-2.96l-3.0,-2.22l-7.31,0.58l-2.35,-2.68l-6.71,-3.69l-6.45,1.83l-0.29,0.39l0.1,10.85l-0.7,0.08l-1.62,-2.17l-1.83,-0.96l-3.11,0.59l-0.64,0.51Z", "name": "Kazakhstan"}, "SA": {"path": "M537.53,210.34l2.0,0.24l0.9,1.32l1.49,-0.06l0.87,2.08l1.29,0.76l0.51,0.99l1.56,1.03l-0.1,1.9l0.32,0.9l1.58,2.47l0.76,0.53l0.7,-0.04l1.68,4.23l7.53,1.33l0.51,-0.29l0.77,1.25l-1.55,4.87l-7.29,2.52l-7.3,1.03l-2.34,1.17l-1.88,2.74l-0.76,0.28l-0.82,-0.78l-0.91,0.12l-2.88,-0.51l-3.51,0.25l-0.86,-0.56l-0.57,0.15l-0.66,1.27l0.16,1.11l-0.43,0.32l-0.93,-1.4l-0.33,-1.16l-1.23,-0.88l-1.27,-2.06l-0.78,-2.22l-1.73,-1.79l-1.14,-0.48l-1.54,-2.31l-0.21,-3.41l-1.44,-2.93l-1.27,-1.16l-1.33,-0.57l-1.31,-3.37l-0.77,-0.67l-0.97,-1.97l-2.8,-4.03l-1.06,-0.17l0.37,-1.96l0.2,-0.72l2.74,0.3l1.08,-0.84l0.6,-0.94l1.74,-0.35l0.65,-1.03l0.71,-0.4l0.1,-0.62l-2.06,-2.28l4.39,-1.22l0.48,-0.37l2.77,0.69l3.66,1.9l7.03,5.5l4.87,0.3Z", "name": "Saudi Arabia"}, "SE": {"path": "M480.22,89.3l-4.03,1.17l-2.43,2.86l0.26,2.57l-8.77,6.64l-1.78,5.79l1.78,2.68l2.22,1.96l-2.07,3.77l-2.72,1.13l-0.95,6.04l-1.29,3.01l-2.74,-0.31l-0.4,0.22l-1.31,2.59l-2.34,0.13l-0.75,-3.09l-2.08,-4.03l-1.83,-4.96l1.0,-1.93l2.14,-2.7l0.83,-4.45l-1.6,-2.17l-0.15,-4.94l1.48,-3.39l2.58,-0.15l0.87,-1.59l-0.78,-1.57l3.76,-5.59l4.04,-7.48l2.17,0.01l0.39,-0.29l0.57,-2.07l4.37,0.64l0.46,-0.34l0.33,-2.56l1.1,-0.13l6.94,4.87l0.06,6.32l0.66,1.36Z", "name": "Sweden"}, "SD": {"path": "M505.98,259.4l-0.34,-0.77l-1.17,-0.9l-0.26,-1.61l0.29,-1.81l-0.34,-0.46l-1.16,-0.17l-0.54,0.59l-1.23,0.11l-0.28,0.65l0.53,0.65l0.17,1.22l-2.44,3.0l-0.96,0.19l-2.39,-1.4l-0.95,0.52l-0.38,0.78l-1.11,0.41l-0.29,0.5l-1.94,0.0l-0.54,-0.52l-1.81,-0.09l-0.95,0.4l-2.45,-2.35l-2.07,0.54l-0.73,1.26l-0.6,2.1l-1.25,0.58l-0.75,-0.62l0.27,-2.65l-1.48,-1.78l-0.22,-1.48l-0.92,-0.96l-0.02,-1.29l-0.57,-1.16l-0.68,-0.16l0.69,-1.29l-0.18,-1.14l0.65,-0.62l0.03,-0.55l-0.36,-0.41l1.55,-2.97l1.91,0.16l0.43,-0.4l-0.1,-10.94l2.49,-0.01l0.4,-0.4l-0.0,-4.82l29.02,0.0l0.64,2.04l-0.49,0.66l0.36,2.69l0.93,3.16l2.12,1.55l-0.89,1.04l-1.72,0.39l-0.98,0.9l-1.43,5.65l0.24,1.15l-0.38,2.06l-0.96,2.38l-1.53,1.31l-1.32,2.91l-1.22,0.86l-0.37,1.34Z", "name": "Sudan"}, "DO": {"path": "M241.8,239.2l0.05,-0.65l-0.46,-0.73l0.42,-0.44l0.19,-1.0l-0.09,-1.53l1.66,0.01l1.99,0.63l0.33,0.67l1.28,0.19l0.33,0.76l1.0,0.08l0.8,0.62l-0.45,0.51l-1.13,-0.47l-1.88,-0.01l-1.27,0.59l-0.75,-0.55l-1.01,0.54l-0.79,1.4l-0.23,-0.61Z", "name": "Dominican Rep."}, "DJ": {"path": "M528.43,256.18l-0.45,0.66l-0.58,-0.25l-1.51,0.13l-0.18,-1.01l1.45,-1.95l0.83,0.17l0.77,-0.44l0.2,1.0l-1.2,0.51l-0.06,0.7l0.73,0.47Z", "name": "Djibouti"}, "DK": {"path": "M452.28,129.07l-1.19,2.24l-2.13,-1.6l-0.23,-0.95l2.98,-0.95l0.57,1.26ZM447.74,126.31l-0.26,0.57l-0.88,-0.07l-1.8,2.53l0.48,1.69l-1.09,0.36l-1.61,-0.39l-0.89,-1.69l-0.07,-3.43l0.96,-1.73l2.02,-0.2l1.09,-1.07l1.33,-0.67l-0.05,1.06l-0.73,1.41l0.3,1.0l1.2,0.64Z", "name": "Denmark"}, "DE": {"path": "M453.14,155.55l-0.55,-0.36l-1.2,-0.1l-1.87,0.57l-2.13,-0.13l-0.56,0.63l-0.86,-0.6l-0.96,0.09l-2.57,-0.93l-0.85,0.67l-1.47,-0.02l0.24,-1.75l1.23,-2.14l-0.28,-0.59l-3.52,-0.58l-0.92,-0.66l0.12,-1.2l-0.48,-0.88l0.27,-2.17l-0.37,-3.03l1.41,-0.22l0.63,-1.26l0.66,-3.19l-0.41,-1.18l0.26,-0.39l1.66,-0.15l0.33,0.54l0.62,0.07l1.7,-1.69l-0.54,-3.02l1.37,0.33l1.31,-0.37l0.31,1.18l2.25,0.71l-0.02,0.92l0.5,0.4l2.55,-0.65l1.34,-0.87l2.57,1.24l1.06,0.98l0.48,1.44l-0.57,0.74l-0.0,0.48l0.87,1.15l0.57,1.64l-0.14,1.29l0.82,1.7l-1.5,-0.07l-0.56,0.57l-4.47,2.15l-0.22,0.54l0.68,2.26l2.58,2.16l-0.66,1.11l-0.79,0.36l-0.23,0.43l0.32,1.87Z", "name": "Germany"}, "YE": {"path": "M528.27,246.72l0.26,-0.42l-0.22,-1.01l0.19,-1.5l0.92,-0.69l-0.07,-1.35l0.39,-0.75l1.01,0.47l3.34,-0.27l3.76,0.41l0.95,0.81l1.36,-0.58l1.74,-2.62l2.18,-1.09l6.86,-0.94l2.48,5.41l-1.64,0.76l-0.56,1.9l-6.23,2.16l-2.29,1.8l-1.93,0.05l-1.41,1.02l-4.24,0.74l-1.72,1.49l-3.28,0.19l-0.52,-1.18l0.02,-1.51l-1.34,-3.29Z", "name": "Yemen"}, "DZ": {"path": "M441.46,188.44l-0.32,1.07l0.39,2.64l-0.54,2.16l-1.58,1.82l0.37,2.39l1.91,1.55l0.18,0.8l1.42,1.03l1.84,7.23l0.12,1.16l-0.57,5.0l0.2,1.51l-0.87,0.99l-0.02,0.51l1.41,1.86l0.14,1.2l0.89,1.48l0.5,0.16l0.98,-0.41l1.73,1.08l0.82,1.23l-8.22,4.81l-7.23,5.11l-3.43,1.13l-2.3,0.21l-0.28,-1.59l-2.56,-1.09l-0.67,-1.25l-26.12,-17.86l0.01,-3.47l3.77,-1.88l2.44,-0.41l2.12,-0.75l1.08,-1.42l2.81,-1.05l0.35,-2.08l1.33,-0.29l1.04,-0.94l3.47,-0.69l0.46,-1.08l-0.1,-0.45l-0.58,-0.52l-0.82,-2.81l-0.19,-1.83l-0.78,-1.49l2.03,-1.31l2.63,-0.48l1.7,-1.22l2.31,-0.84l8.24,-0.73l1.49,0.38l2.28,-1.1l2.46,-0.02l0.92,0.6l1.35,-0.05Z", "name": "Algeria"}, "US": {"path": "M892.72,99.2l1.31,0.53l1.41,-0.37l1.89,0.98l1.89,0.42l-1.32,0.58l-2.9,-1.53l-2.08,0.22l-0.26,-0.15l0.07,-0.67ZM183.22,150.47l0.37,1.47l1.12,0.85l4.23,0.7l2.39,0.98l2.17,-0.38l1.85,0.5l-1.55,0.65l-3.49,2.61l-0.16,0.77l0.5,0.39l2.33,-0.61l1.77,1.02l5.15,-2.4l-0.31,0.65l0.25,0.56l1.36,0.38l1.71,1.16l4.7,-0.88l0.67,0.85l1.31,0.21l0.58,0.58l-1.34,0.17l-2.18,-0.32l-3.6,0.89l-2.71,3.25l0.35,0.9l0.59,-0.0l0.55,-0.6l-1.36,4.65l0.29,3.09l0.67,1.58l0.61,0.45l1.77,-0.44l1.6,-1.96l0.14,-2.21l-0.82,-1.96l0.11,-1.13l1.19,-2.37l0.44,-0.33l0.48,0.75l0.4,-0.29l0.4,-1.37l0.6,-0.47l0.24,-0.8l1.69,0.49l1.65,1.08l-0.03,2.37l-1.27,1.13l-0.0,1.13l0.87,0.36l1.66,-1.29l0.5,0.17l0.5,2.6l-2.49,3.75l0.17,0.61l1.54,0.62l1.48,0.17l1.92,-0.44l4.72,-2.15l2.16,-1.8l-0.05,-1.24l0.75,-0.22l3.92,0.36l2.12,-1.05l0.21,-0.4l-0.28,-1.48l3.27,-2.4l8.32,-0.02l0.56,-0.82l1.9,-0.77l0.93,-1.51l0.74,-2.37l1.58,-1.98l0.92,0.62l1.47,-0.47l0.8,0.66l-0.0,4.09l1.96,2.6l-2.34,1.31l-5.37,2.09l-1.83,2.72l0.02,1.79l0.83,1.59l0.54,0.23l-6.19,0.94l-2.2,0.89l-0.23,0.48l0.45,0.29l2.99,-0.46l-2.19,0.56l-1.13,0.0l-0.15,-0.32l-0.48,0.08l-0.76,0.82l0.22,0.67l0.32,0.06l-0.41,1.62l-1.27,1.58l-1.48,-1.07l-0.49,-0.04l-0.16,0.46l0.52,1.58l0.61,0.59l0.03,0.79l-0.95,1.38l-1.21,-1.22l-0.27,-2.27l-0.35,-0.35l-0.42,0.25l-0.48,1.27l0.33,1.41l-0.97,-0.27l-0.48,0.24l0.18,0.5l1.52,0.83l0.1,2.52l0.79,0.51l0.52,3.42l-1.42,1.88l-2.47,0.8l-1.71,1.66l-1.31,0.25l-1.27,1.03l-0.43,0.99l-2.69,1.78l-2.64,3.03l-0.45,2.12l0.45,2.08l0.85,2.38l1.09,1.9l0.04,1.2l1.16,3.06l-0.18,2.69l-0.55,1.43l-0.47,0.21l-0.89,-0.23l-0.49,-1.18l-0.87,-0.56l-2.75,-5.16l0.48,-1.68l-0.72,-1.78l-2.01,-2.38l-1.12,-0.53l-2.72,1.18l-1.47,-1.35l-1.57,-0.68l-2.99,0.31l-2.17,-0.3l-2.0,0.19l-1.15,0.46l-0.19,0.58l0.39,0.63l0.14,1.34l-0.84,-0.2l-0.84,0.46l-1.58,-0.07l-2.08,-1.44l-2.09,0.33l-1.91,-0.62l-3.73,0.84l-2.39,2.07l-2.54,1.22l-1.45,1.41l-0.61,1.38l0.34,3.71l-0.29,0.02l-3.5,-1.33l-1.25,-3.11l-1.44,-1.5l-2.24,-3.56l-1.76,-1.09l-2.27,-0.01l-1.71,2.07l-1.76,-0.69l-1.16,-0.74l-1.52,-2.98l-3.93,-3.16l-4.34,-0.0l-0.4,0.4l-0.0,0.74l-6.5,0.02l-9.02,-3.14l-0.34,-0.71l-5.7,0.49l-0.43,-1.29l-1.62,-1.61l-1.14,-0.38l-0.55,-0.88l-1.28,-0.13l-1.01,-0.77l-2.22,-0.27l-0.43,-0.3l-0.36,-1.58l-2.4,-2.83l-2.01,-3.85l-0.06,-0.9l-2.92,-3.26l-0.33,-2.29l-1.3,-1.66l0.52,-2.37l-0.09,-2.57l-0.78,-2.3l0.95,-2.82l0.61,-5.68l-0.47,-4.27l-1.46,-4.08l3.19,0.79l1.26,2.83l0.69,0.08l0.69,-1.14l-1.1,-4.79l68.76,-0.0l0.4,-0.4l0.14,-0.86ZM32.44,67.52l1.73,1.97l0.55,0.05l0.99,-0.79l3.65,0.24l-0.09,0.62l0.32,0.45l3.83,0.77l2.61,-0.43l5.19,1.4l4.84,0.43l1.89,0.57l3.42,-0.7l6.14,1.87l-0.03,38.06l0.38,0.4l2.39,0.11l2.31,0.98l3.9,3.99l0.55,0.04l2.4,-2.03l2.16,-1.04l1.2,1.71l3.95,3.14l4.09,6.63l4.2,2.29l0.06,1.83l-1.02,1.23l-1.16,-1.08l-2.04,-1.03l-0.67,-2.89l-3.28,-3.03l-1.65,-3.57l-6.35,-0.32l-2.82,-1.01l-5.26,-3.85l-6.77,-2.04l-3.53,0.3l-4.81,-1.69l-3.25,-1.63l-2.78,0.8l-0.28,0.46l0.44,2.21l-3.91,0.96l-2.26,1.27l-2.3,0.65l-0.27,-1.65l1.05,-3.42l2.49,-1.09l0.16,-0.6l-0.69,-0.96l-0.55,-0.1l-3.19,2.12l-1.78,2.56l-3.55,2.61l-0.04,0.61l1.56,1.52l-2.07,2.29l-5.11,2.57l-0.77,1.66l-3.76,1.77l-0.92,1.73l-2.69,1.38l-1.81,-0.22l-6.95,3.32l-3.97,0.91l4.85,-2.5l2.59,-1.86l3.26,-0.52l1.19,-1.4l3.42,-2.1l2.59,-2.27l0.42,-2.68l1.23,-2.1l-0.04,-0.46l-0.45,-0.11l-2.68,1.03l-0.63,-0.49l-0.53,0.03l-1.05,1.04l-1.36,-1.54l-0.66,0.08l-0.32,0.62l-0.58,-1.14l-0.56,-0.16l-2.41,1.42l-1.07,-0.0l-0.17,-1.75l0.3,-1.71l-1.61,-1.33l-3.41,0.59l-1.96,-1.63l-1.57,-0.84l-0.15,-2.21l-1.7,-1.43l0.82,-1.88l1.99,-2.12l0.88,-1.92l1.71,-0.24l2.04,0.51l1.87,-1.77l1.91,0.25l1.91,-1.23l0.17,-0.43l-0.47,-1.82l-1.07,-0.7l1.39,-1.17l0.12,-0.45l-0.39,-0.26l-1.65,0.07l-2.66,0.88l-0.75,0.78l-1.92,-0.8l-3.46,0.44l-3.44,-0.91l-1.06,-1.61l-2.65,-1.99l2.91,-1.43l5.5,-2.0l1.52,0.0l-0.26,1.62l0.41,0.46l5.29,-0.16l0.3,-0.65l-2.03,-2.59l-3.14,-1.68l-1.79,-2.12l-2.4,-1.83l-3.09,-1.24l1.04,-1.69l4.23,-0.14l3.36,-2.07l0.73,-2.27l2.39,-1.99l2.42,-0.52l4.65,-1.97l2.46,0.23l3.71,-2.35l3.5,0.89ZM37.6,123.41l-2.25,1.23l-0.95,-0.69l-0.29,-1.24l3.21,-1.63l1.42,0.21l0.67,0.7l-1.8,1.42ZM31.06,234.03l0.98,0.47l0.74,0.87l-1.77,1.07l-0.44,-1.53l0.49,-0.89ZM29.34,232.07l0.18,0.05l0.08,0.05l-0.16,0.03l-0.11,-0.14ZM25.16,230.17l0.05,-0.03l0.18,0.22l-0.13,-0.01l-0.1,-0.18ZM5.89,113.26l-1.08,0.41l-2.21,-1.12l1.53,-0.4l1.62,0.28l0.14,0.83Z", "name": "United States"}, "UY": {"path": "M286.85,372.74l-0.92,1.5l-2.59,1.44l-1.69,-0.52l-1.42,0.26l-2.39,-1.19l-1.52,0.08l-1.27,-1.3l0.16,-1.5l0.56,-0.79l-0.02,-2.73l1.21,-4.74l1.19,-0.21l2.37,2.0l1.08,0.03l4.36,3.17l1.22,1.6l-0.96,1.5l0.61,1.4Z", "name": "Uruguay"}, "LB": {"path": "M510.37,198.01l-0.88,0.51l1.82,-3.54l0.62,0.08l0.22,0.61l-1.13,0.88l-0.65,1.47Z", "name": "Lebanon"}, "LA": {"path": "M689.54,248.53l-1.76,-0.74l-0.49,0.15l-0.94,1.46l-1.32,-0.64l0.62,-0.98l0.11,-2.17l-2.04,-2.42l-0.25,-2.65l-1.9,-2.1l-2.15,-0.31l-0.78,0.91l-1.12,0.06l-1.05,-0.4l-2.06,1.2l-0.04,-1.59l0.61,-2.68l-0.36,-0.49l-1.35,-0.1l-0.11,-1.23l-0.96,-0.88l1.96,-1.89l0.39,0.36l1.33,0.07l0.42,-0.45l-0.34,-2.66l0.7,-0.21l1.28,1.81l1.11,2.35l0.36,0.23l2.82,0.02l0.71,1.67l-1.39,0.65l-0.72,0.93l0.13,0.6l2.91,1.51l3.6,5.25l1.88,1.78l0.56,1.62l-0.35,1.96Z", "name": "Lao PDR"}, "TW": {"path": "M724.01,226.68l-0.74,1.48l-0.9,-1.52l-0.25,-1.74l1.38,-2.44l1.73,-1.74l0.64,0.44l-1.85,5.52Z", "name": "Taiwan"}, "TT": {"path": "M266.64,259.32l0.28,-1.16l1.13,-0.22l-0.06,1.2l-1.35,0.18Z", "name": "Trinidad and Tobago"}, "TR": {"path": "M513.21,175.47l3.64,1.17l3.05,-0.44l2.1,0.26l3.11,-1.56l2.46,-0.13l2.19,1.33l0.33,0.82l-0.22,1.33l0.25,0.44l2.28,1.13l-1.17,0.57l-0.21,0.45l0.75,3.2l-0.41,1.16l1.13,1.92l-0.55,0.22l-0.9,-0.67l-2.91,-0.37l-1.24,0.46l-4.23,0.41l-2.81,1.05l-1.91,0.01l-1.52,-0.53l-2.58,0.75l-0.66,-0.45l-0.62,0.3l-0.12,1.45l-0.89,0.84l-0.47,-0.67l0.79,-1.3l-0.41,-0.2l-1.43,0.23l-2.0,-0.63l-2.02,1.65l-3.51,0.3l-2.13,-1.53l-2.7,-0.1l-0.86,1.24l-1.38,0.27l-2.29,-1.44l-2.71,-0.01l-1.37,-2.65l-1.68,-1.52l1.07,-1.99l-0.09,-0.49l-1.27,-1.12l2.37,-2.41l3.7,-0.11l1.28,-2.24l4.49,0.37l3.21,-1.97l2.81,-0.82l3.99,-0.06l4.29,2.07ZM488.79,176.72l-1.72,1.31l-0.5,-0.88l1.37,-2.57l-0.7,-0.85l1.7,-0.63l1.8,0.34l0.46,1.17l1.76,0.78l-2.87,0.32l-1.3,1.01Z", "name": "Turkey"}, "LK": {"path": "M624.16,268.99l-1.82,0.48l-0.99,-1.67l-0.42,-3.46l0.95,-3.43l1.21,0.98l2.26,4.19l-0.34,2.33l-0.85,0.58Z", "name": "Sri Lanka"}, "LV": {"path": "M489.16,122.85l0.96,0.66l0.22,1.65l0.68,1.76l-3.65,1.7l-2.23,-1.58l-1.29,-0.26l-0.68,-0.77l-2.42,0.34l-4.16,-0.23l-2.47,0.9l0.06,-1.98l1.13,-2.06l1.95,-1.02l2.12,2.58l2.01,-0.07l0.38,-0.33l0.44,-2.52l1.76,-0.53l3.06,1.7l2.15,0.07Z", "name": "Latvia"}, "LT": {"path": "M486.93,129.3l0.17,1.12l-1.81,0.98l-0.72,2.02l-2.47,1.18l-2.1,-0.02l-0.73,-1.05l-1.06,-0.3l-0.09,-1.87l-3.56,-1.13l-0.43,-2.36l2.48,-0.94l4.12,0.22l2.25,-0.31l0.52,0.69l1.24,0.21l2.19,1.56Z", "name": "Lithuania"}, "LU": {"path": "M436.08,149.45l-0.48,-0.07l0.3,-1.28l0.27,0.4l-0.09,0.96Z", "name": "Luxembourg"}, "LR": {"path": "M399.36,265.97l0.18,1.54l-0.48,0.99l0.08,0.47l2.47,1.8l-0.33,2.8l-2.65,-1.13l-5.78,-4.61l0.58,-1.32l2.1,-2.33l0.86,-0.22l0.77,1.14l-0.14,0.85l0.59,0.87l1.0,0.14l0.76,-0.99Z", "name": "Liberia"}, "LS": {"path": "M491.06,363.48l-0.49,0.15l-1.49,-1.67l1.1,-1.43l2.19,-1.44l1.51,1.27l-0.98,1.82l-1.23,0.38l-0.62,0.93Z", "name": "Lesotho"}, "TH": {"path": "M670.27,255.86l-1.41,3.87l0.15,2.0l0.38,0.36l1.38,0.07l0.9,2.04l0.55,2.34l1.4,1.44l1.61,0.38l0.96,0.97l-0.5,0.64l-1.1,0.2l-0.34,-1.18l-2.04,-1.1l-0.63,0.23l-0.63,-0.62l-0.48,-1.3l-2.56,-2.63l-0.73,0.41l0.95,-3.89l2.16,-4.22ZM670.67,254.77l-0.92,-2.18l-0.26,-2.61l-2.14,-3.06l0.71,-0.49l0.89,-2.59l-3.61,-5.45l0.87,-0.51l1.05,-2.58l1.74,-0.18l2.6,-1.59l0.76,0.56l0.13,1.39l0.37,0.36l1.23,0.09l-0.51,2.28l0.05,2.42l0.6,0.34l2.43,-1.42l0.77,0.39l1.47,-0.07l0.71,-0.88l1.48,0.14l1.71,1.88l0.25,2.65l1.92,2.11l-0.1,1.89l-0.61,0.86l-2.22,-0.33l-3.5,0.64l-1.6,2.12l0.36,2.58l-1.51,-0.79l-1.84,-0.01l0.28,-1.52l-0.4,-0.47l-2.21,0.01l-0.4,0.37l-0.19,2.74l-0.34,0.93Z", "name": "Thailand"}, "TF": {"path": "M596.68,420.38l-3.2,0.18l-0.05,-1.26l0.39,-1.41l1.3,0.78l2.08,0.35l-0.52,1.36Z", "name": "Fr. S. Antarctic Lands"}, "TG": {"path": "M422.7,257.63l-0.09,1.23l1.53,1.52l0.08,1.09l0.5,0.65l-0.11,5.62l0.49,1.47l-1.31,0.35l-1.02,-2.13l-0.18,-1.12l0.53,-2.19l-0.63,-1.16l-0.22,-3.68l-1.01,-1.4l0.07,-0.28l1.37,0.03Z", "name": "Togo"}, "TD": {"path": "M480.25,235.49l0.12,9.57l-2.1,0.05l-1.14,1.89l-0.69,1.63l0.34,0.73l-0.66,0.91l0.24,0.89l-0.86,1.95l0.45,0.5l0.6,-0.1l0.34,0.64l0.03,1.38l0.9,1.04l-1.45,0.43l-1.27,1.03l-1.83,2.76l-2.16,1.07l-2.31,-0.15l-0.86,0.25l-0.26,0.49l0.17,0.61l-2.11,1.68l-2.85,0.87l-1.09,-0.57l-0.73,0.66l-1.12,0.1l-1.1,-3.12l-1.25,-0.64l-1.22,-1.22l0.29,-0.64l3.01,0.04l0.35,-0.6l-1.3,-2.2l-0.08,-3.31l-0.97,-1.66l0.22,-1.04l-0.38,-0.48l-1.22,-0.04l0.0,-1.25l-0.98,-1.07l0.96,-3.01l3.25,-2.65l0.13,-3.33l0.95,-5.18l0.52,-1.07l-0.1,-0.48l-0.91,-0.78l-0.2,-0.96l-0.8,-0.58l-0.55,-3.65l2.1,-1.2l19.57,9.83Z", "name": "Chad"}, "LY": {"path": "M483.48,203.15l-0.75,1.1l0.29,1.39l-0.6,1.83l0.73,2.14l0.0,24.12l-2.48,0.01l-0.41,0.85l-19.41,-9.76l-4.41,2.28l-1.37,-1.33l-3.82,-1.1l-1.14,-1.65l-1.98,-1.23l-1.22,0.32l-0.66,-1.11l-0.17,-1.26l-1.28,-1.69l0.87,-1.19l-0.07,-4.34l0.43,-2.27l-0.86,-3.45l1.13,-0.76l0.22,-1.16l-0.2,-1.03l3.48,-2.61l0.29,-1.94l2.45,0.8l1.18,-0.21l1.98,0.44l3.15,1.18l1.37,2.54l5.72,1.67l2.64,1.35l1.61,-0.72l1.29,-1.34l-0.44,-2.34l0.66,-1.13l1.67,-1.21l1.57,-0.35l3.14,0.53l1.08,1.28l3.99,0.78l0.36,0.54Z", "name": "Libya"}, "AE": {"path": "M550.76,223.97l1.88,-0.4l3.84,0.02l4.78,-4.75l0.19,0.36l0.26,1.58l-0.81,0.01l-0.39,0.35l-0.08,2.04l-0.81,0.63l-0.01,0.96l-0.66,0.99l-0.39,1.41l-7.08,-1.25l-0.7,-1.96Z", "name": "United Arab Emirates"}, "VE": {"path": "M240.68,256.69l0.53,0.75l-0.02,1.06l-1.07,1.78l0.95,2.0l0.42,0.22l1.4,-0.44l0.56,-1.83l-0.77,-1.17l-0.1,-1.47l2.82,-0.93l0.26,-0.49l-0.28,-0.96l0.3,-0.28l0.66,1.31l1.96,0.26l1.4,1.22l0.08,0.68l0.39,0.35l4.81,-0.22l1.49,1.11l1.92,0.31l1.67,-0.84l0.22,-0.6l3.44,-0.14l-0.17,0.55l0.86,1.19l2.19,0.35l1.67,1.1l0.37,1.86l0.41,0.32l1.55,0.17l-1.66,1.35l-0.22,0.92l0.65,0.97l-1.67,0.54l-0.3,0.4l0.04,0.99l-0.56,0.57l-0.01,0.55l1.85,2.27l-0.66,0.69l-4.47,1.29l-0.72,0.54l-3.69,-0.9l-0.71,0.27l-0.02,0.7l0.91,0.53l-0.08,1.54l0.35,1.58l0.35,0.31l1.66,0.17l-1.3,0.52l-0.48,1.13l-2.68,0.91l-0.6,0.77l-1.57,0.13l-1.17,-1.13l-0.8,-2.52l-1.25,-1.26l1.02,-1.23l-1.29,-2.95l0.18,-1.62l1.0,-2.21l-0.2,-0.49l-1.14,-0.46l-4.02,0.36l-1.82,-2.1l-1.57,-0.33l-2.99,0.22l-1.06,-0.97l0.25,-1.23l-0.2,-1.01l-0.59,-0.69l-0.29,-1.06l-1.08,-0.39l0.78,-2.79l1.9,-2.11Z", "name": "Venezuela"}, "AF": {"path": "M600.7,188.88l-1.57,1.3l-0.1,0.48l0.8,2.31l-1.09,1.04l-0.03,1.27l-0.48,0.71l-2.16,-0.08l-0.37,0.59l0.78,1.48l-1.38,0.69l-1.06,1.69l0.06,1.7l-0.65,0.52l-0.91,-0.21l-1.91,0.36l-0.48,0.77l-1.88,0.13l-1.4,1.56l-0.18,2.32l-2.91,1.02l-1.65,-0.23l-0.71,0.55l-1.41,-0.3l-2.41,0.39l-3.52,-1.17l1.96,-2.35l-0.21,-1.78l-0.3,-0.34l-1.63,-0.4l-0.19,-1.58l-0.75,-2.03l0.95,-1.36l-0.19,-0.6l-0.73,-0.28l1.47,-4.8l2.14,0.9l2.12,-0.36l0.74,-1.34l1.77,-0.39l1.54,-0.92l0.63,-2.31l1.87,-0.5l0.49,-0.81l0.94,0.56l2.13,0.11l2.55,0.92l1.95,-0.83l0.65,0.43l0.56,-0.13l0.69,-1.12l1.57,-0.08l0.72,-1.66l0.79,-0.74l0.8,0.39l-0.17,0.56l0.71,0.58l-0.08,2.39l1.11,0.95ZM601.37,188.71l1.73,-0.71l1.43,-1.18l4.03,0.35l-2.23,0.74l-4.95,0.8Z", "name": "Afghanistan"}, "IQ": {"path": "M530.82,187.47l0.79,0.66l1.26,-0.28l1.46,3.08l1.63,0.94l0.14,1.23l-1.22,1.05l-0.53,2.52l1.73,2.67l3.12,1.62l1.15,1.88l-0.38,1.85l0.39,0.48l0.41,-0.0l0.02,1.07l0.76,0.94l-2.47,-0.1l-1.71,2.44l-4.31,-0.2l-7.02,-5.48l-3.73,-1.94l-2.88,-0.73l-0.85,-2.87l5.45,-3.02l0.95,-3.43l-0.19,-1.96l1.27,-0.7l1.22,-1.7l0.87,-0.36l2.69,0.34Z", "name": "Iraq"}, "IS": {"path": "M384.14,88.06l-0.37,2.61l2.54,2.51l-2.9,2.75l-9.19,3.4l-9.25,-1.66l1.7,-1.22l-0.1,-0.7l-4.05,-1.47l2.96,-0.53l0.33,-0.43l-0.11,-1.2l-0.33,-0.36l-4.67,-0.85l1.28,-2.04l3.45,-0.56l3.77,2.72l0.44,0.02l3.64,-2.16l3.3,1.08l3.98,-2.16l3.58,0.26Z", "name": "Iceland"}, "IR": {"path": "M533.43,187.16l-1.27,-2.15l0.42,-0.98l-0.71,-3.04l1.03,-0.5l0.33,0.83l1.26,1.35l2.05,0.51l1.11,-0.16l2.89,-2.11l0.62,-0.14l0.39,0.46l-0.72,1.2l0.06,0.49l1.56,1.53l0.65,0.04l0.67,1.81l2.56,0.83l1.87,1.48l3.69,0.49l3.91,-0.76l0.47,-0.73l2.17,-0.6l1.66,-1.54l1.51,0.08l1.18,-0.53l1.59,0.24l2.83,1.48l1.88,0.3l2.77,2.47l1.77,0.18l0.18,1.99l-1.68,5.49l0.24,0.5l0.61,0.23l-0.82,1.48l0.8,2.18l0.19,1.71l0.3,0.34l1.63,0.4l0.15,1.32l-2.15,2.35l-0.01,0.53l2.21,3.03l2.34,1.24l0.06,2.14l1.24,0.72l0.11,0.69l-3.31,1.27l-1.08,3.03l-9.68,-1.68l-0.99,-3.05l-1.43,-0.73l-2.17,0.46l-2.47,1.26l-2.83,-0.82l-2.46,-2.02l-2.41,-0.8l-3.42,-6.06l-0.48,-0.2l-1.18,0.39l-1.44,-0.82l-0.5,0.08l-0.65,0.74l-0.97,-1.01l-0.02,-1.31l-0.71,-0.39l0.26,-1.81l-1.29,-2.11l-3.13,-1.63l-1.58,-2.43l0.5,-1.9l1.31,-1.26l-0.19,-1.66l-1.74,-1.1l-1.57,-3.3Z", "name": "Iran"}, "AM": {"path": "M536.99,182.33l-0.28,0.03l-1.23,-2.13l-0.93,0.01l-0.62,-0.66l-0.69,-0.07l-0.96,-0.81l-1.56,-0.62l0.19,-1.12l-0.26,-0.79l2.72,-0.36l1.09,1.01l-0.17,0.92l1.02,0.78l-0.47,0.62l0.08,0.56l2.04,1.23l0.04,1.4Z", "name": "Armenia"}, "AL": {"path": "M470.32,171.8l0.74,0.03l0.92,0.89l-0.17,1.95l0.36,1.28l1.01,0.82l-1.82,2.83l-0.19,-0.61l-1.25,-0.89l-0.18,-1.2l0.53,-2.82l-0.54,-1.47l0.6,-0.83Z", "name": "Albania"}, "AO": {"path": "M461.55,300.03l1.26,3.15l1.94,2.36l2.47,-0.53l1.25,0.32l0.44,-0.18l0.93,-1.92l1.31,-0.08l0.41,-0.44l0.47,-0.0l-0.1,0.41l0.39,0.49l2.65,-0.02l0.03,1.19l0.48,1.01l-0.34,1.52l0.18,1.55l0.83,1.04l-0.13,2.85l0.54,0.39l3.96,-0.41l-0.1,1.79l0.39,1.05l-0.24,1.43l-4.7,-0.03l-0.4,0.39l-0.12,8.13l2.92,3.49l-3.83,0.88l-5.89,-0.36l-1.88,-1.24l-10.47,0.22l-1.3,-1.01l-1.85,-0.16l-2.4,0.77l-0.15,-1.06l0.33,-2.16l1.0,-3.45l1.35,-3.2l2.24,-2.8l0.33,-2.06l-0.13,-1.53l-0.8,-1.08l-1.21,-2.87l0.87,-1.62l-1.27,-4.12l-1.17,-1.53l2.47,-0.63l7.03,0.03ZM451.71,298.87l-0.47,-1.25l1.25,-1.11l0.32,0.3l-0.99,1.03l-0.12,1.03Z", "name": "Angola"}, "AR": {"path": "M249.29,428.93l-2.33,-0.52l-5.83,-0.43l-0.89,-1.66l0.05,-2.37l-0.45,-0.4l-1.43,0.18l-0.67,-0.91l-0.2,-3.13l1.88,-1.47l0.79,-2.04l-0.25,-1.7l1.3,-2.68l0.91,-4.15l-0.22,-1.69l0.85,-0.45l0.2,-0.44l-0.27,-1.16l-0.98,-0.68l0.59,-0.92l-0.05,-0.5l-1.04,-1.07l-0.52,-3.1l0.97,-0.86l-0.42,-3.58l1.2,-5.43l1.38,-0.98l0.16,-0.43l-0.75,-2.79l-0.01,-2.43l1.78,-1.75l0.06,-2.57l1.43,-2.85l0.01,-2.58l-0.69,-0.74l-1.09,-4.52l1.47,-2.7l-0.18,-2.79l0.85,-2.35l1.59,-2.46l1.73,-1.64l0.05,-0.52l-0.6,-0.84l0.44,-0.85l-0.07,-4.19l2.7,-1.44l0.86,-2.75l-0.21,-0.71l1.76,-2.01l2.9,0.57l1.38,1.78l0.68,-0.08l0.87,-1.87l2.39,0.09l4.95,4.77l2.17,0.49l3.0,1.92l2.47,1.0l0.25,0.82l-2.37,3.93l0.23,0.59l5.39,1.16l2.12,-0.44l2.45,-2.16l0.5,-2.38l0.76,-0.31l0.98,1.2l-0.04,1.8l-3.67,2.51l-2.85,2.66l-3.43,3.88l-1.3,5.07l0.01,2.72l-0.54,0.73l-0.36,3.28l3.14,2.64l-0.16,2.11l1.4,1.11l-0.1,1.09l-2.29,3.52l-3.55,1.49l-4.92,0.6l-2.71,-0.29l-0.43,0.51l0.5,1.65l-0.49,2.1l0.38,1.42l-1.19,0.83l-2.36,0.38l-2.3,-1.04l-1.38,0.83l0.41,3.64l1.69,0.91l1.4,-0.71l0.36,0.76l-2.04,0.86l-2.01,1.89l-0.97,4.63l-2.34,0.1l-2.09,1.78l-0.61,2.75l2.46,2.31l2.17,0.63l-0.7,2.32l-2.83,1.73l-1.73,3.86l-2.17,1.22l-1.16,1.67l0.75,3.76l1.04,1.28ZM256.71,438.88l-2.0,0.15l-1.4,-1.22l-3.82,-0.1l-0.0,-5.83l1.6,3.05l3.26,2.07l3.08,0.78l-0.71,1.1Z", "name": "Argentina"}, "AU": {"path": "M705.8,353.26l0.26,0.04l0.17,-0.47l-0.48,-1.42l0.92,1.11l0.45,0.15l0.27,-0.39l-0.1,-1.56l-1.98,-3.63l1.09,-3.31l-0.24,-1.57l0.34,-0.62l0.38,1.06l0.43,-0.19l0.99,-1.7l1.91,-0.83l1.29,-1.15l1.81,-0.91l0.96,-0.17l0.92,0.26l1.92,-0.95l1.47,-0.28l1.03,-0.8l1.43,0.04l2.78,-0.84l1.36,-1.15l0.71,-1.45l1.41,-1.26l0.3,-2.58l1.27,-1.59l0.78,1.65l0.54,0.19l1.07,-0.51l0.15,-0.6l-0.73,-1.0l0.45,-0.71l0.78,0.39l0.58,-0.3l0.28,-1.82l1.87,-2.14l1.12,-0.39l0.28,-0.58l0.62,0.17l0.53,-0.73l1.87,-0.57l1.65,1.05l1.35,1.48l3.39,0.38l0.43,-0.54l-0.46,-1.23l1.05,-1.79l1.04,-0.61l0.14,-0.55l-0.25,-0.41l0.88,-1.17l1.31,-0.77l1.3,0.27l2.1,-0.48l0.31,-0.4l-0.05,-1.3l-0.92,-0.77l1.48,0.56l1.41,1.07l2.11,0.65l0.81,-0.2l1.4,0.7l1.69,-0.66l0.8,0.19l0.64,-0.33l0.71,0.77l-1.33,1.94l-0.71,0.07l-0.35,0.51l0.24,0.86l-1.52,2.35l0.12,1.05l2.15,1.65l1.97,0.85l3.04,2.36l1.97,0.65l0.55,0.88l2.72,0.85l1.84,-1.1l2.07,-5.97l-0.42,-3.59l0.3,-1.73l0.47,-0.87l-0.31,-0.68l1.09,-3.28l0.46,-0.47l0.4,0.71l0.16,1.51l0.65,0.52l0.16,1.04l0.85,1.21l0.12,2.38l0.9,2.0l0.57,0.18l1.3,-0.78l1.69,1.7l-0.2,1.08l0.53,2.2l0.39,1.3l0.68,0.48l0.6,1.95l-0.19,1.48l0.81,1.76l6.01,3.69l-0.11,0.76l1.38,1.58l0.95,2.77l0.58,0.22l0.72,-0.41l0.8,0.9l0.61,0.01l0.46,2.41l4.81,4.71l0.66,2.02l-0.07,3.31l1.14,2.2l-0.13,2.24l-1.1,3.68l0.03,1.64l-0.47,1.89l-1.05,2.4l-1.9,1.47l-1.72,3.51l-2.38,6.09l-0.24,2.82l-1.14,0.8l-2.85,0.15l-2.31,1.19l-2.51,2.25l-3.09,-1.57l0.3,-1.15l-0.54,-0.47l-1.5,0.63l-2.01,1.94l-7.12,-2.18l-1.48,-1.63l-1.14,-3.74l-1.45,-1.26l-1.81,-0.26l0.56,-1.18l-0.61,-2.1l-0.72,-0.1l-1.14,1.82l-0.9,0.21l0.63,-0.82l0.36,-1.55l0.92,-1.31l-0.13,-2.34l-0.7,-0.22l-2.0,2.34l-1.51,0.93l-0.94,2.01l-1.35,-0.81l-0.02,-1.52l-1.57,-2.04l-1.09,-0.88l0.24,-0.33l-0.14,-0.59l-3.21,-1.69l-1.83,-0.12l-2.54,-1.35l-4.58,0.28l-6.02,1.9l-2.53,-0.13l-2.62,1.41l-2.13,0.63l-1.49,2.6l-3.49,0.31l-2.29,-0.5l-3.48,0.43l-1.6,1.47l-0.81,-0.04l-2.37,1.63l-3.26,-0.1l-3.72,-2.21l0.04,-1.05l1.19,-0.46l0.49,-0.89l0.21,-2.97l-0.28,-1.64l-1.34,-2.86l-0.38,-1.47l0.05,-1.72l-0.95,-1.7l-0.18,-0.97l-1.01,-0.99l-0.29,-1.98l-1.13,-1.75ZM784.92,393.44l2.65,1.02l3.23,-0.96l1.09,0.14l0.15,3.06l-0.85,1.13l-0.17,1.63l-0.87,-0.24l-1.57,1.91l-1.68,-0.18l-1.4,-2.36l-0.37,-2.04l-1.39,-2.51l0.04,-0.8l1.15,0.18Z", "name": "Australia"}, "AT": {"path": "M462.89,152.8l0.04,2.25l-1.07,0.0l-0.33,0.63l0.36,0.51l-1.04,2.13l-2.02,0.07l-1.33,0.7l-5.29,-0.99l-0.47,-0.93l-0.44,-0.21l-2.47,0.55l-0.42,0.51l-3.18,-0.81l0.43,-0.91l1.12,0.78l0.6,-0.17l0.25,-0.58l1.93,0.12l1.86,-0.56l1.0,0.08l0.68,0.57l0.62,-0.15l0.26,-0.77l-0.3,-1.78l0.8,-0.44l0.68,-1.15l1.52,0.85l0.47,-0.06l1.34,-1.25l0.64,-0.17l1.81,0.92l1.28,-0.11l0.7,0.37Z", "name": "Austria"}, "IN": {"path": "M623.34,207.03l-1.24,1.04l-0.97,2.55l0.22,0.51l8.04,3.87l3.42,0.37l1.57,1.38l4.92,0.88l2.18,-0.04l0.38,-0.3l0.29,-1.24l-0.32,-1.64l0.14,-0.87l0.82,-0.31l0.45,2.48l2.28,1.02l1.77,-0.38l4.14,0.1l0.38,-0.36l0.18,-1.66l-0.5,-0.65l1.37,-0.29l2.25,-1.99l2.7,-1.62l1.93,0.62l1.8,-0.98l0.79,1.14l-0.68,0.91l0.26,0.63l2.42,0.36l0.09,0.47l-0.83,0.75l0.13,1.07l-1.52,-0.29l-3.24,1.86l-0.13,1.78l-1.32,2.14l-0.18,1.39l-0.93,1.82l-1.64,-0.5l-0.52,0.37l-0.09,2.63l-0.56,1.11l0.19,0.81l-0.53,0.27l-1.18,-3.73l-1.08,-0.27l-0.38,0.31l-0.24,1.0l-0.66,-0.66l0.54,-1.06l1.22,-0.34l1.15,-2.25l-0.24,-0.56l-1.57,-0.47l-4.34,-0.28l-0.18,-1.56l-0.35,-0.35l-1.11,-0.12l-1.91,-1.12l-0.56,0.17l-0.88,1.82l0.11,0.49l1.36,1.07l-1.09,0.69l-0.69,1.11l0.18,0.56l1.24,0.57l-0.32,1.54l0.85,1.94l0.36,2.01l-0.22,0.59l-4.58,0.52l-0.33,0.42l0.13,1.8l-1.17,1.36l-3.65,1.81l-2.79,3.03l-4.32,3.28l-0.18,1.27l-4.65,1.79l-0.77,2.16l0.64,5.3l-1.06,2.49l-0.01,3.94l-1.24,0.28l-1.14,1.93l0.39,0.84l-1.68,0.53l-1.04,1.83l-0.65,0.47l-2.06,-2.05l-2.1,-6.02l-2.2,-3.64l-1.05,-4.75l-2.29,-3.57l-1.76,-8.2l0.01,-3.11l-0.49,-2.53l-0.55,-0.29l-3.53,1.52l-1.53,-0.27l-2.86,-2.77l0.85,-0.67l0.08,-0.55l-0.74,-1.03l-2.67,-2.06l1.24,-1.32l5.34,0.01l0.39,-0.49l-0.5,-2.29l-1.42,-1.46l-0.27,-1.93l-1.43,-1.2l2.31,-2.37l3.05,0.06l2.62,-2.85l1.6,-2.81l2.4,-2.73l0.07,-2.04l1.97,-1.48l-0.02,-0.65l-1.93,-1.31l-0.82,-1.78l-0.8,-2.21l0.9,-0.89l3.59,0.65l2.92,-0.42l2.33,-2.19l2.31,2.85l-0.24,2.13l0.99,1.59l-0.05,0.82l-1.34,-0.28l-0.47,0.48l0.7,3.06l2.62,1.99l2.99,1.65Z", "name": "India"}, "TZ": {"path": "M495.56,296.42l2.8,-3.12l-0.02,-0.81l-0.64,-1.3l0.68,-0.52l0.14,-1.47l-0.76,-1.25l0.31,-0.11l2.26,0.03l-0.51,2.76l0.76,1.3l0.5,0.12l1.05,-0.53l1.19,-0.12l0.61,0.24l1.43,-0.62l0.1,-0.67l-0.71,-0.62l1.57,-1.7l8.65,4.86l0.32,1.53l3.34,2.33l-1.05,2.8l0.13,1.61l1.63,1.12l-0.6,1.76l-0.01,2.33l1.89,4.03l0.57,0.43l-1.46,1.08l-2.61,0.94l-1.43,-0.04l-1.06,0.77l-2.29,0.36l-2.87,-0.68l-0.83,0.07l-0.63,-0.75l-0.31,-2.78l-1.32,-1.35l-3.25,-0.77l-3.96,-1.58l-1.18,-2.41l-0.32,-1.75l-1.76,-1.49l0.42,-1.05l-0.44,-0.89l0.08,-0.96l-0.46,-0.58l0.06,-0.56Z", "name": "Tanzania"}, "AZ": {"path": "M539.29,175.73l1.33,0.32l1.94,-1.8l2.3,3.34l1.43,0.43l-1.26,0.15l-0.35,0.32l-0.8,3.14l-0.99,0.96l0.05,1.11l-1.26,-1.13l0.7,-1.18l-0.04,-0.47l-0.74,-0.86l-1.48,0.15l-2.34,1.71l-0.03,-1.27l-2.03,-1.35l0.47,-0.62l-0.08,-0.56l-1.03,-0.79l0.29,-0.43l-0.14,-0.58l-1.13,-0.86l1.89,0.68l1.69,0.06l0.37,-0.87l-0.81,-1.37l0.42,0.06l1.63,1.72ZM533.78,180.57l0.61,0.46l0.69,-0.0l0.59,1.15l-0.68,-0.15l-1.21,-1.45Z", "name": "Azerbaijan"}, "IE": {"path": "M405.08,135.42l0.35,2.06l-1.75,2.78l-4.22,1.88l-2.84,-0.4l1.73,-3.0l-1.18,-3.53l4.6,-3.74l0.32,1.15l-0.49,1.74l0.4,0.51l1.47,-0.04l1.6,0.6Z", "name": "Ireland"}, "ID": {"path": "M756.47,287.89l0.69,4.01l2.79,1.78l0.51,-0.1l2.04,-2.59l2.71,-1.43l2.05,-0.0l3.9,1.73l2.46,0.45l0.08,15.12l-1.75,-1.54l-2.54,-0.51l-0.88,0.71l-2.32,0.06l0.69,-1.33l1.45,-0.64l0.23,-0.46l-0.65,-2.74l-1.24,-2.21l-5.04,-2.29l-2.09,-0.23l-3.68,-2.27l-0.55,0.13l-0.65,1.07l-0.52,0.12l-0.55,-1.89l-1.21,-0.78l1.84,-0.62l1.72,0.05l0.39,-0.52l-0.21,-0.66l-0.38,-0.28l-3.45,-0.0l-1.13,-1.48l-2.1,-0.43l-0.52,-0.6l2.69,-0.48l1.28,-0.78l3.66,0.94l0.3,0.71ZM757.91,300.34l-0.62,0.82l-0.1,-0.8l0.59,-1.12l0.13,1.1ZM747.38,292.98l0.34,0.72l-1.22,-0.57l-4.68,-0.1l0.27,-0.62l2.78,-0.09l2.52,0.67ZM741.05,285.25l-0.67,-2.88l0.64,-2.01l0.41,0.86l1.21,0.18l0.16,0.7l-0.1,1.68l-0.84,-0.16l-0.46,0.3l-0.34,1.34ZM739.05,293.5l-0.5,0.44l-1.34,-0.36l-0.17,-0.37l1.73,-0.08l0.27,0.36ZM721.45,284.51l-0.19,1.97l2.24,2.23l0.54,0.02l1.27,-1.07l2.75,-0.5l-0.9,1.21l-2.11,0.93l-0.16,0.6l2.22,3.01l-0.3,1.07l1.36,1.74l-2.26,0.85l-0.28,-0.31l0.12,-1.19l-1.64,-1.34l0.17,-2.23l-0.56,-0.39l-1.67,0.76l-0.23,0.39l0.3,6.17l-1.1,0.25l-0.69,-0.47l0.64,-2.21l-0.39,-2.42l-0.39,-0.34l-0.8,-0.01l-0.58,-1.29l0.98,-1.6l0.35,-1.96l1.32,-3.87ZM728.59,296.27l0.38,0.49l-0.02,1.28l-0.88,0.49l-0.53,-0.47l1.04,-1.79ZM729.04,286.98l0.27,-0.05l-0.02,0.13l-0.24,-0.08ZM721.68,284.05l0.16,-0.32l1.89,-1.65l1.83,0.68l3.16,0.35l2.94,-0.1l2.39,-1.66l-1.73,2.13l-1.66,0.43l-2.41,-0.48l-4.17,0.13l-2.39,0.51ZM730.55,310.47l1.11,-1.93l2.03,-0.82l0.08,0.62l-1.45,1.67l-1.77,0.46ZM728.12,305.88l-0.1,0.38l-3.46,0.66l-2.91,-0.27l-0.0,-0.25l1.54,-0.41l1.66,0.73l1.67,-0.19l1.61,-0.65ZM722.9,310.24l-0.64,0.03l-2.26,-1.2l1.11,-0.24l1.78,1.41ZM716.26,305.77l0.88,0.51l1.28,-0.17l0.2,0.35l-4.65,0.73l0.39,-0.67l1.15,-0.02l0.75,-0.73ZM711.66,293.84l-0.38,-0.16l-2.54,1.01l-1.12,-1.44l-1.69,-0.13l-1.16,-0.75l-3.04,0.77l-1.1,-1.15l-3.31,-0.11l-0.35,-3.05l-1.35,-0.95l-1.11,-1.98l-0.33,-2.06l0.27,-2.14l0.9,-1.01l0.37,1.15l2.09,1.49l1.53,-0.48l1.82,0.08l1.38,-1.19l1.0,-0.18l2.28,0.67l2.26,-0.53l1.52,-3.64l1.01,-0.99l0.78,-2.57l4.1,0.3l-1.11,1.77l0.02,0.46l1.7,2.2l-0.23,1.39l2.07,1.71l-2.33,0.42l-0.88,1.9l0.1,2.05l-2.4,1.9l-0.06,2.45l-0.7,2.79ZM692.58,302.03l0.35,0.26l4.8,0.25l0.78,-0.97l4.17,1.09l1.13,1.68l3.69,0.45l2.13,1.04l-1.8,0.6l-2.77,-0.99l-4.8,-0.12l-5.24,-1.41l-1.84,-0.25l-1.11,0.3l-4.26,-0.97l-0.7,-1.14l-1.59,-0.13l1.18,-1.65l2.74,0.13l2.87,1.13l0.26,0.68ZM685.53,299.17l-2.22,0.04l-2.06,-2.03l-3.15,-2.01l-2.93,-3.51l-3.11,-5.33l-2.2,-2.12l-1.64,-4.06l-2.32,-1.69l-1.27,-2.07l-1.96,-1.5l-2.51,-2.65l-0.11,-0.66l4.81,0.53l2.15,2.38l3.31,2.74l2.35,2.66l2.7,0.17l1.95,1.59l1.54,2.17l1.59,0.95l-0.84,1.71l0.15,0.52l1.44,0.87l0.79,0.1l0.4,1.58l0.87,1.4l1.96,0.39l1.0,1.31l-0.6,3.01l-0.09,3.5Z", "name": "Indonesia"}, "UA": {"path": "M492.5,162.44l1.28,-2.49l1.82,0.19l0.66,-0.23l0.09,-0.71l-0.25,-0.75l-0.79,-0.72l-0.33,-1.21l-0.86,-0.62l-0.02,-1.19l-1.13,-0.86l-1.15,-0.19l-2.04,-1.0l-1.66,0.32l-0.66,0.47l-0.92,-0.0l-0.84,0.78l-2.48,0.7l-1.18,-0.71l-3.07,-0.36l-0.89,0.43l-0.24,-0.55l-1.11,-0.7l0.35,-0.93l1.26,-1.02l-0.54,-1.23l2.04,-2.43l1.4,-0.62l0.25,-1.19l-1.04,-2.39l0.83,-0.13l1.28,-0.84l1.8,-0.07l2.47,0.26l2.86,0.81l1.88,0.06l0.86,0.44l1.04,-0.41l0.77,0.66l2.18,-0.15l0.92,0.3l0.52,-0.34l0.15,-1.53l0.56,-0.54l2.85,-0.05l0.84,-0.72l3.04,-0.18l1.23,1.46l-0.48,0.77l0.21,1.03l0.36,0.32l1.8,0.14l0.93,2.08l3.18,1.15l1.94,-0.45l1.67,1.49l1.4,-0.03l3.35,0.96l0.02,0.54l-0.96,1.59l0.47,1.97l-0.26,0.7l-2.36,0.28l-1.29,0.89l-0.23,1.38l-1.83,0.27l-1.58,0.97l-2.41,0.21l-2.16,1.17l-0.21,0.38l0.34,2.26l1.23,0.75l2.13,-0.08l-0.14,0.31l-2.65,0.53l-3.23,1.69l-0.87,-0.39l0.42,-1.1l-0.25,-0.52l-2.21,-0.73l2.35,-1.06l0.12,-0.65l-0.93,-0.82l-3.62,-0.74l-0.13,-0.89l-0.46,-0.34l-2.61,0.59l-0.91,1.69l-1.71,2.04l-0.86,-0.4l-1.62,0.27Z", "name": "Ukraine"}, "QA": {"path": "M549.33,221.64l-0.76,-0.23l-0.14,-1.64l0.84,-1.29l0.47,0.52l0.04,1.34l-0.45,1.3Z", "name": "Qatar"}, "MZ": {"path": "M508.58,318.75l-0.34,-2.57l0.51,-2.05l3.55,0.63l2.5,-0.38l1.02,-0.76l1.49,0.01l2.74,-0.98l1.66,-1.2l0.5,9.24l0.41,1.23l-0.68,1.67l-0.93,1.71l-1.5,1.5l-5.16,2.28l-2.78,2.73l-1.02,0.53l-1.71,1.8l-0.98,0.57l-0.35,2.41l1.16,1.94l0.49,2.17l0.43,0.31l-0.06,2.06l-0.39,1.17l0.5,0.72l-0.25,0.73l-0.92,0.83l-5.12,2.39l-1.22,1.36l0.21,1.13l0.58,0.39l-0.11,0.72l-1.22,-0.01l-0.73,-2.97l0.42,-3.09l-1.78,-5.37l2.49,-2.81l0.69,-1.89l0.44,-0.43l0.28,-1.53l-0.39,-0.93l0.59,-3.65l-0.01,-3.26l-1.49,-1.16l-1.2,-0.22l-1.74,-1.17l-1.92,0.01l-0.29,-2.08l7.06,-1.96l1.28,1.09l0.89,-0.1l0.67,0.44l0.1,0.73l-0.51,1.29l0.19,1.81l1.75,1.83l0.65,-0.13l0.71,-1.65l1.17,-0.86l-0.26,-3.47l-1.05,-1.85l-1.04,-0.94Z", "name": "Mozambique"}}, "height": 440.7063107441331, "projection": {"type": "mill", "centralMeridian": 11.5}, "width": 900.0});jvectormap/jquery-jvectormap-2.0.3.css000064400000014753151162653250013575 0ustar00svg { touch-action: none; } .jvectormap-container { width: 100%; height: 100%; position: relative; overflow: hidden; touch-action: none; } .jvectormap-tip { position: absolute; display: none; border: solid 1px #CDCDCD; border-radius: 3px; background: #292929; color: white; font-family: sans-serif, Verdana; font-size: smaller; padding: 3px; } .jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback { position: absolute; left: 10px; border-radius: 3px; background: #292929; padding: 3px; color: white; cursor: pointer; line-height: 10px; text-align: center; box-sizing: content-box; } .jvectormap-zoomin, .jvectormap-zoomout { width: 10px; height: 10px; } .jvectormap-zoomin { top: 10px; } .jvectormap-zoomout { top: 30px; } .jvectormap-goback { bottom: 10px; z-index: 1000; padding: 6px; } .jvectormap-spinner { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); } .jvectormap-legend-title { font-weight: bold; font-size: 14px; text-align: center; } .jvectormap-legend-cnt { position: absolute; } .jvectormap-legend-cnt-h { bottom: 0; right: 0; } .jvectormap-legend-cnt-v { top: 0; right: 0; } .jvectormap-legend { background: black; color: white; border-radius: 3px; } .jvectormap-legend-cnt-h .jvectormap-legend { float: left; margin: 0 10px 10px 0; padding: 3px 3px 1px 3px; } .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick { float: left; } .jvectormap-legend-cnt-v .jvectormap-legend { margin: 10px 10px 0 0; padding: 3px; } .jvectormap-legend-cnt-h .jvectormap-legend-tick { width: 40px; } .jvectormap-legend-cnt-h .jvectormap-legend-tick-sample { height: 15px; } .jvectormap-legend-cnt-v .jvectormap-legend-tick-sample { height: 20px; width: 20px; display: inline-block; vertical-align: middle; } .jvectormap-legend-tick-text { font-size: 12px; } .jvectormap-legend-cnt-h .jvectormap-legend-tick-text { text-align: center; } .jvectormap-legend-cnt-v .jvectormap-legend-tick-text { display: inline-block; vertical-align: middle; line-height: 20px; padding-left: 3px; }jvectormap/jquery-jvectormap-ru-mill.js000064400000445576151162653250014355 0ustar00jQuery.fn.vectorMap('addMap', 'ru_mill',{"insets": [{"width": 900, "top": 0, "height": 344.85258690118116, "bbox": [{"y": -12178456.231950931, "x": 903208.6719108557}, {"y": -4863989.504817909, "x": 19992582.811667882}], "left": 0}], "paths": {"RU-PNZ": {"path": "M118.47,262.16l0.27,-1.33l0.89,0.06l0.69,0.59l0.67,-0.39l0.35,0.2l0.55,-0.37l1.83,-0.15l0.38,-0.34l-0.18,-0.86l0.45,-0.09l2.29,0.33l0.46,0.23l0.11,0.83l0.65,0.43l1.15,-0.0l0.66,0.41l0.43,-0.18l0.84,0.46l1.26,-0.42l0.09,-0.48l-0.62,-0.86l1.09,-0.44l1.44,-0.0l0.99,0.59l1.85,-0.24l0.45,-0.43l0.91,-0.18l0.81,0.44l0.41,1.1l0.99,0.85l0.29,1.07l2.03,1.16l-0.03,3.09l0.32,0.48l-0.78,0.82l-0.8,-0.7l-1.67,0.43l-1.78,1.33l-0.13,0.42l-1.02,-0.71l-1.14,0.34l-0.4,0.46l-1.49,-0.07l-0.63,0.45l-0.64,-0.59l-2.03,-0.72l-0.39,0.38l0.08,0.44l-0.83,0.69l-2.8,-0.74l-1.92,0.26l-1.17,-0.46l0.77,-0.93l-0.81,-1.44l-1.04,-1.12l-1.76,-1.16l-0.01,-0.4l-1.28,-1.34l-0.06,-0.42l-1.05,-0.76Z", "name": "Penzenskaya oblast"}, "RU-VLA": {"path": "M98.61,240.64l0.15,-0.68l0.64,0.96l1.32,-0.45l1.02,0.45l0.77,-0.3l0.9,0.3l0.53,-0.7l0.08,-0.99l1.26,-0.39l0.65,0.25l-0.13,1.08l0.69,1.07l1.37,0.5l2.05,-1.12l0.9,-0.1l0.8,0.65l1.1,0.28l4.09,-0.35l0.32,0.91l0.77,0.23l1.24,-0.72l1.43,0.36l0.61,0.56l0.04,0.72l-0.42,0.36l-0.05,0.82l-0.47,0.15l-0.92,1.34l-0.65,0.16l-1.31,1.37l0.29,1.34l-0.78,0.55l-0.34,1.22l-0.75,0.18l-1.16,-0.15l-1.15,-0.61l-0.72,0.13l-0.62,-0.43l-1.69,0.37l-0.49,-0.85l-1.68,-0.08l0.13,-0.56l-0.6,-1.33l-1.37,-1.69l-2.47,0.43l-0.35,-0.45l-1.26,-0.11l-0.41,-0.63l-0.99,0.09l-0.95,-0.4l-0.4,-1.51l-0.48,-0.41l-0.13,-1.41l-0.41,-0.45Z", "name": "Vladimirskaya oblast"}, "RU-LEN": {"path": "M43.32,221.38l0.55,-1.05l0.33,0.04l-0.16,0.49l0.49,0.26l0.49,-0.25l0.23,-0.7l1.71,-0.41l-0.08,-0.6l-0.76,-0.3l-0.53,0.18l-0.91,-1.01l-0.11,-1.93l0.56,0.79l0.88,0.21l0.56,-0.4l0.2,-1.09l0.9,0.52l0.92,0.01l0.9,-0.46l0.72,-1.2l2.31,0.35l0.27,0.74l3.11,1.98l1.3,-0.12l1.69,-1.14l-0.19,-0.81l-1.05,-0.51l0.01,-0.86l-0.83,-0.59l-0.09,-0.76l-4.14,-1.15l-1.36,0.74l-1.4,-0.05l-1.27,-1.37l-0.75,-0.06l0.32,-0.34l-0.26,-1.22l0.41,-0.8l-0.36,-0.56l-1.93,0.52l-0.97,0.88l-1.17,0.18l2.93,-2.49l0.78,-0.3l0.88,-1.0l2.44,-1.54l1.28,0.98l1.64,-0.01l14.95,4.22l2.26,-0.83l0.67,-0.58l0.12,-0.64l0.88,-0.28l0.22,-0.36l1.28,0.31l0.43,-0.18l0.62,-1.07l-0.05,-0.54l-1.01,-0.45l-0.74,0.36l-0.15,-0.34l3.37,-0.16l1.09,0.75l0.48,-0.25l0.32,-0.75l0.84,-0.28l2.76,0.41l0.24,0.56l0.48,0.19l1.05,-0.16l-0.89,1.09l-0.06,0.68l-1.13,0.25l-0.68,0.85l0.51,0.98l0.06,1.57l-0.55,1.44l0.08,1.32l-0.4,0.65l0.29,0.38l1.41,0.38l-0.06,1.58l0.52,0.57l0.0,0.51l-1.09,0.56l0.69,0.78l-0.53,0.49l-1.86,0.4l-0.82,1.08l-0.85,-0.04l-1.52,-0.66l-1.39,0.36l-2.44,-1.71l-1.05,-0.08l-0.39,0.38l-1.37,-0.77l-0.53,0.1l-1.24,1.26l-0.01,0.77l-1.51,-0.4l-1.27,-1.43l-1.22,-0.03l-0.66,0.63l-1.27,-0.42l-0.45,0.34l-0.37,1.95l-0.68,0.56l-0.56,-0.59l-0.86,0.0l-1.82,2.58l-1.25,0.23l-1.49,-0.34l-0.48,0.44l0.04,1.78l-1.24,0.21l-0.92,-0.14l-0.05,-0.42l-0.59,-0.5l-0.7,-0.2l-0.39,-0.63l-1.54,-0.93l-3.69,-0.38l-0.75,-0.99l-1.58,-0.2ZM45.49,209.46l-0.0,0.03l-0.01,-0.03l0.02,-0.0Z", "name": "Leningradskaya oblast"}, "RU-SAK": {"path": "M717.47,282.28l0.03,-0.07l0.9,-0.55l-0.35,0.83l-0.58,-0.2ZM712.59,285.63l0.78,-0.53l1.45,-0.32l1.09,-2.01l0.53,-0.38l0.12,1.08l-1.26,1.71l-0.5,0.4l-1.13,0.19l-0.71,0.75l-0.34,-0.09l-0.03,-0.81ZM713.83,281.28l0.02,0.0l-0.01,-0.0l-0.0,-0.0ZM709.27,291.83l0.13,-0.44l0.12,-0.11l0.12,0.35l-0.37,0.19ZM682.7,316.18l0.52,-0.8l0.39,-0.06l-0.5,0.53l-0.41,0.33ZM684.17,314.91l0.83,-0.97l0.43,-0.08l-0.35,0.64l-0.92,0.41ZM686.17,313.28l-0.02,-0.08l0.35,-0.1l-0.11,0.09l-0.22,0.09ZM670.39,322.32l0.2,-0.55l1.21,-0.86l-0.25,0.55l-1.16,0.86ZM672.77,320.21l1.24,-1.05l0.68,0.19l-1.11,1.08l-0.8,-0.22ZM677.09,318.18l0.61,-0.47l0.33,-0.11l0.04,0.58l-0.98,0.01ZM664.01,325.14l0.51,-0.98l0.82,0.52l-0.32,0.22l-1.01,0.24ZM641.21,272.83l0.27,-0.49l-0.23,-1.42l0.97,-1.54l0.46,-3.09l-0.64,-2.46l1.52,-0.73l0.41,0.94l1.35,-0.1l0.66,-0.87l0.62,-0.25l-0.1,-0.64l0.8,-0.88l0.73,2.39l0.66,0.33l0.72,3.27l-0.14,1.52l-0.31,0.16l-0.79,1.96l0.27,0.59l-0.35,0.99l0.13,1.27l0.93,1.41l-0.44,1.59l0.28,0.41l0.96,-0.09l-0.3,1.13l0.78,0.88l1.28,6.13l1.74,3.78l0.85,3.46l-0.92,-0.6l-3.91,-0.95l-0.55,0.35l0.13,0.64l-1.43,1.16l-0.14,1.49l-1.95,4.86l-0.43,2.15l0.32,1.74l0.75,1.54l0.9,0.35l0.6,0.76l0.54,2.32l-0.16,0.62l0.63,0.83l-1.62,0.01l-0.47,-0.97l-1.38,0.48l-0.73,0.97l-1.1,3.38l-0.39,0.31l-0.85,-3.63l1.26,-3.14l-0.5,-3.61l1.2,-2.55l-0.32,-2.53l-1.44,-2.72l0.58,-0.7l0.83,-4.09l0.26,-4.33l-0.15,-1.95l-0.53,-1.16l0.29,-1.83l0.89,-2.15l-1.04,-2.64l-1.24,-1.23l-0.28,-1.24l-0.58,-0.37l-0.13,-1.24ZM649.04,309.82l0.74,0.15l0.47,-0.25l0.38,1.91l-0.24,0.45l-0.25,-0.71l0.16,-1.07l-1.25,-0.49ZM646.84,259.79l-1.42,-1.97l0.93,-0.37l0.16,-0.56l1.07,1.5l-0.74,1.4Z", "name": "Sakhalinskaya oblast"}, "RU-KYA": {"path": "M309.54,105.92l4.29,0.0l3.16,1.72l3.2,0.82l-0.02,0.74l3.15,1.76l0.43,0.88l2.32,0.78l2.57,-0.05l3.46,-0.75l0.71,0.51l1.14,0.0l-0.47,0.72l-0.87,0.5l-0.19,1.22l-3.75,1.36l0.0,1.15l0.37,0.75l-0.68,0.55l-0.07,0.59l0.99,1.98l-0.77,0.52l-0.88,1.42l0.88,3.0l0.63,0.78l0.46,0.08l0.2,-0.62l-0.79,-3.07l1.14,-0.16l0.28,-0.3l-0.07,-0.65l0.56,-0.85l-0.22,-0.45l0.72,-1.11l1.78,0.61l-0.64,3.91l-1.73,1.49l-0.19,0.57l0.09,0.75l1.38,0.95l1.71,0.12l0.44,-0.88l-0.81,-1.41l2.3,-0.09l1.49,-1.49l0.01,-1.21l-0.82,-1.33l-0.01,-0.62l-1.16,-2.53l-0.75,-0.6l-0.34,-1.21l1.05,-1.16l0.03,-0.79l0.66,-0.24l0.55,-0.71l0.05,-1.04l-1.63,-2.33l-1.16,-0.44l-2.39,-0.06l-0.34,-0.6l-1.54,-1.1l0.12,-1.22l-0.72,-0.87l-3.32,-0.72l-2.0,-0.05l-2.13,-1.48l0.41,-0.51l-0.08,-0.56l-0.91,-0.65l0.67,-0.65l0.4,-1.54l-0.49,-1.17l-0.98,-0.53l-0.19,-1.92l-0.77,-0.37l1.16,-0.93l0.29,-0.49l-0.11,-0.64l6.57,-0.86l8.01,0.07l6.81,-1.1l1.16,0.54l2.22,-0.01l0.59,-0.27l0.44,-0.86l6.09,-0.82l1.15,0.23l-3.36,1.84l-1.51,0.41l-1.72,1.08l-0.19,0.56l0.41,1.59l2.05,0.79l0.73,0.82l1.6,0.53l0.61,1.2l0.64,-0.32l-0.32,-1.31l-2.03,-1.49l-2.33,-0.81l-0.22,-0.83l1.56,-0.78l5.04,-0.55l1.17,-1.09l-0.12,-0.43l1.15,-0.48l0.63,-0.76l0.03,-0.7l-0.56,-0.41l-0.68,0.09l-0.37,0.84l-0.7,-0.31l-0.91,-1.18l1.61,0.33l0.29,-0.65l-0.84,-0.63l-2.04,-0.1l-0.41,-0.47l0.03,-0.59l-0.68,-0.54l1.0,-0.21l0.02,0.36l0.59,0.14l0.46,-0.84l1.12,-0.29l-0.18,-0.45l-0.76,-0.25l-0.14,-0.61l-1.91,-0.14l-0.15,-0.22l0.53,-0.31l-0.25,-0.58l0.85,0.22l0.39,-0.22l-0.19,-1.06l0.53,0.04l0.25,-0.31l0.05,-1.19l1.49,-0.85l0.95,0.18l1.15,-1.02l-0.06,-0.7l-0.3,-0.13l-1.96,-0.08l-1.64,-0.49l4.73,0.67l1.96,-0.86l0.31,-0.81l1.01,-0.08l0.49,-0.54l-0.15,-0.3l0.92,-0.18l0.5,-0.51l1.09,-0.06l0.02,-0.39l0.56,-0.39l0.73,0.45l1.69,0.05l0.3,-0.17l-0.02,-0.54l1.54,-0.09l0.27,-0.72l2.58,-0.26l1.3,-0.54l0.54,0.43l0.94,-0.4l0.4,0.29l2.05,-0.07l0.51,-0.29l0.12,-0.74l3.58,-0.09l8.76,-1.85l0.6,-0.31l0.09,-0.76l-2.45,0.45l-0.75,-0.54l-1.02,0.49l-0.23,-0.31l-0.01,-0.23l0.54,0.15l0.57,-0.37l2.4,-0.07l0.09,-0.73l1.62,0.02l0.2,0.55l0.5,0.21l0.9,-0.27l0.68,-0.8l0.79,0.43l1.62,-0.13l0.83,-0.43l2.37,0.26l0.46,0.22l-0.08,0.58l-2.04,1.16l0.03,0.69l0.97,0.39l1.24,-0.99l1.88,-0.1l0.76,-0.55l0.18,0.22l-0.71,0.81l0.62,0.44l1.05,-0.35l0.79,0.18l1.56,-1.19l0.44,0.76l0.76,-0.13l0.24,-0.5l2.39,-0.04l0.25,-0.74l1.71,-0.45l0.35,-0.42l-0.5,-0.4l1.15,-0.08l1.3,-0.63l0.38,0.49l1.56,-0.23l0.05,0.53l0.51,0.32l1.45,-0.08l-0.09,0.24l0.63,0.58l0.81,0.03l-0.36,0.55l-0.06,1.0l-1.32,1.04l0.32,0.35l1.01,0.12l1.89,-1.7l0.12,-0.63l-0.41,-0.69l0.2,-0.9l-0.55,-0.8l-0.71,-0.36l-0.46,-0.95l-0.95,-0.11l-0.74,-0.75l-1.02,-0.04l-0.65,-0.93l2.8,0.48l3.57,-0.25l0.68,0.32l2.73,-0.81l0.95,0.85l1.54,-0.24l2.09,0.33l0.64,0.53l2.14,0.21l0.4,-0.23l-0.08,-0.45l-0.57,-0.45l-4.2,-1.08l-1.59,-0.07l1.13,-2.16l-0.26,-0.53l-1.25,-0.19l-0.39,-0.73l0.32,-0.75l1.39,-0.14l0.08,-1.24l2.89,-1.81l1.45,-1.31l0.93,0.14l1.65,-1.37l1.69,-0.52l1.56,-1.23l0.74,0.46l1.24,-0.14l2.41,-1.16l0.71,0.08l0.07,0.39l0.5,0.27l2.1,-0.43l0.7,1.04l2.66,0.84l2.32,-0.25l0.78,1.39l-1.01,-0.01l-2.95,1.89l-5.46,1.02l-0.31,0.17l-0.01,0.68l1.21,0.13l2.23,-0.33l0.72,0.31l3.07,-0.09l-0.47,0.85l0.47,0.42l2.4,-0.14l1.6,-0.73l2.35,0.66l0.78,-0.08l0.12,-0.47l0.66,0.48l1.18,-0.05l0.44,0.34l-0.17,0.57l-1.14,0.71l-0.63,0.89l-1.01,-0.05l-0.21,0.66l0.22,0.24l-0.48,0.58l-0.95,-0.29l-0.58,0.27l-0.14,0.69l0.48,0.9l2.16,0.45l0.72,-0.42l1.75,-0.28l1.6,0.31l1.5,-0.33l0.99,-1.16l-0.19,-1.06l1.07,0.0l0.44,0.36l4.66,-0.28l0.86,-0.3l3.71,0.74l1.67,-0.71l0.96,-0.08l0.81,0.41l1.18,-0.08l0.32,-0.34l0.28,0.73l1.79,0.04l0.2,0.82l1.87,0.23l1.46,0.97l-1.55,1.15l-0.04,0.53l0.52,0.1l2.08,-1.15l1.9,0.91l-0.04,0.76l-0.8,-0.1l-0.01,0.7l1.6,0.7l-0.25,0.39l-1.01,0.31l0.08,0.7l2.41,-0.22l0.53,-0.45l0.03,-0.55l1.28,0.42l-0.17,-0.97l0.35,0.44l-0.02,1.12l0.4,0.49l-0.25,0.09l-0.04,0.71l0.37,0.2l-0.36,0.41l0.68,0.4l0.66,-0.16l0.21,-0.59l0.36,0.01l0.19,0.44l-0.83,1.79l-2.35,-0.52l-3.2,-1.68l-1.55,0.05l-0.19,0.41l1.02,0.99l1.36,0.36l-0.03,0.53l0.36,0.28l-0.32,0.69l0.38,0.57l1.42,0.04l0.14,-0.78l0.64,-0.22l-0.08,0.63l0.29,0.35l1.93,0.5l-0.79,0.72l0.55,0.6l-0.15,0.4l-3.67,2.99l-3.89,1.23l-0.53,0.96l-1.4,1.18l-1.81,-0.26l-2.32,1.06l-0.05,0.43l-2.09,0.69l-1.32,-0.09l-0.27,0.19l0.27,0.74l-0.5,0.28l-3.36,0.61l-0.35,0.31l0.19,0.43l0.61,0.31l1.24,-0.11l-0.2,0.38l-2.01,1.14l-2.56,0.65l-2.41,2.08l-0.68,0.05l0.03,0.5l-1.4,0.94l-0.87,-0.08l-1.07,0.57l-1.93,-0.22l-1.34,0.2l-0.49,0.66l0.2,0.34l-1.28,0.87l-0.46,0.99l-0.58,0.27l-2.04,-0.16l-1.13,0.55l-0.41,1.26l-0.84,0.69l-0.11,0.87l-0.91,0.9l-1.76,0.99l-1.05,0.13l-0.35,0.46l0.58,0.51l2.16,-0.03l2.42,-1.24l0.38,-0.54l0.35,0.37l2.83,0.81l2.46,-0.25l0.15,-0.71l-0.27,-0.2l-2.39,-0.26l-1.86,-0.69l-0.14,-1.05l0.58,-0.44l2.21,0.5l1.34,-0.39l3.63,0.11l1.86,-0.77l1.3,0.22l0.54,-0.33l0.06,-0.59l4.09,-0.74l0.46,-0.45l0.57,0.16l0.4,-0.42l1.92,-0.16l1.43,-0.51l0.38,-0.65l1.17,-0.21l0.27,-0.42l2.22,-0.39l0.61,0.32l-1.34,0.24l-1.32,1.47l-2.01,0.09l-0.31,0.36l0.38,0.56l1.79,0.71l-0.87,0.57l0.09,0.57l1.9,0.26l0.38,0.87l-0.54,0.4l0.17,0.59l-0.85,0.57l0.21,2.29l0.4,0.52l0.71,0.18l0.28,0.55l1.76,0.39l-1.0,0.68l0.07,0.86l1.63,0.65l1.05,0.02l0.1,0.78l0.82,0.8l1.14,0.25l0.04,6.78l2.83,1.6l0.71,-0.04l-0.71,0.41l0.02,0.73l-1.23,0.64l-0.92,-0.51l-0.64,0.75l-2.35,0.45l-0.95,0.77l-4.19,0.55l-0.54,0.86l-0.7,0.09l-1.12,0.7l-0.37,1.07l0.34,0.93l-2.5,0.35l-0.46,0.39l0.03,0.72l-1.44,0.6l-0.08,0.75l0.95,1.39l-0.43,1.33l-0.53,0.5l-1.14,-0.12l-0.6,-0.52l-3.32,-0.1l-1.21,0.77l-0.55,0.84l-4.18,0.87l-1.49,0.63l-1.04,0.01l-1.05,-0.47l-1.85,1.63l0.12,0.65l3.79,4.78l0.01,6.69l-0.48,6.74l-0.41,0.52l-0.9,-0.23l-1.41,0.88l-0.91,0.16l-0.56,0.97l-2.06,0.29l-0.35,0.49l0.96,1.0l1.66,0.37l-0.2,0.7l0.73,0.3l0.49,0.63l0.36,1.64l-1.04,0.84l0.09,1.84l0.44,0.52l0.83,0.12l0.57,0.96l-0.2,3.05l1.13,0.44l0.5,0.71l0.86,0.25l-0.27,0.5l-0.83,-0.14l-0.64,0.26l-1.39,1.96l-1.62,1.02l-0.17,0.35l0.38,0.62l-0.97,1.1l-0.13,0.91l-0.62,0.25l0.06,1.0l0.56,1.03l1.27,-0.08l0.09,0.55l0.49,0.23l2.82,-0.5l0.38,0.39l2.32,0.7l0.83,0.73l1.39,-0.4l1.14,0.87l0.78,0.18l0.98,-0.58l0.5,1.22l-2.97,0.09l-0.52,0.38l-0.17,0.68l-0.61,-0.01l-0.63,-0.72l-0.69,-0.03l-0.45,0.49l-1.51,-0.82l-0.78,0.23l-0.21,0.8l0.49,0.62l-0.74,1.07l0.21,0.73l-0.87,1.04l0.99,1.28l-1.16,-0.13l-0.56,0.66l0.12,1.26l-1.11,0.14l-0.29,0.34l0.56,1.68l1.17,0.5l0.31,1.28l0.98,0.48l-0.06,0.82l-0.53,0.5l-0.68,0.07l-0.69,1.25l0.57,0.6l-0.24,1.03l-0.73,0.19l-1.75,1.46l-0.16,0.55l0.28,0.56l-0.42,0.32l-0.58,-0.04l-1.79,0.95l-0.71,0.87l-1.34,0.15l-1.2,0.7l1.0,1.07l-0.56,0.05l-1.28,0.91l-0.25,1.54l-0.62,0.43l0.54,1.01l-0.22,0.85l0.85,2.02l1.37,0.91l2.23,0.04l0.56,0.34l-0.28,0.63l0.33,0.9l-0.26,1.02l-0.87,-0.24l-0.97,0.19l-1.5,1.44l0.53,1.63l0.67,0.6l0.98,0.06l-0.11,0.84l0.57,0.58l0.11,0.87l-0.81,0.23l-1.84,1.42l-0.31,0.66l0.37,0.75l-1.48,0.29l-0.28,-0.61l-2.06,-0.5l-0.51,-0.98l-1.42,-0.21l-1.19,-0.74l-0.45,-0.84l0.37,-0.4l-0.33,-0.6l-1.32,-0.05l-0.61,-0.41l-1.13,0.88l-1.45,0.15l-0.54,0.4l-0.33,0.8l0.17,1.12l0.5,0.49l-0.02,0.9l-1.0,0.55l-0.59,0.88l-2.63,0.82l-0.94,1.47l-1.13,0.06l-1.06,0.88l0.09,1.03l-0.61,0.67l-0.72,-0.11l-0.43,0.49l0.26,0.84l-0.26,0.9l0.7,0.83l-0.63,0.51l-1.43,-0.85l-0.32,-1.43l-1.15,-0.94l-0.27,-1.38l-0.48,-0.42l-2.12,0.05l-1.48,2.09l-2.24,0.56l-0.99,-0.53l-4.42,-0.13l-3.34,6.01l0.79,1.04l-0.02,1.11l1.38,0.21l-0.05,1.42l0.68,0.42l0.0,0.44l-1.6,0.28l0.05,1.27l-0.88,0.91l-0.81,-0.32l-0.65,0.17l-0.78,0.7l-0.11,1.04l-1.01,0.73l-0.13,1.0l0.76,2.34l-0.97,0.45l-0.26,1.45l-0.34,0.22l-0.08,0.37l0.62,1.01l-0.73,1.16l-0.08,0.98l-0.68,-0.35l-1.64,-0.01l-0.78,1.24l-0.96,0.04l-0.58,0.73l0.15,1.07l1.91,1.17l0.07,0.55l2.45,2.32l0.66,0.3l-0.7,0.05l-0.27,-0.43l-0.8,-0.17l-1.1,1.14l-1.58,-0.45l-1.91,1.05l-0.7,-0.6l-1.07,0.55l-1.85,0.07l-0.92,0.69l0.37,0.68l-0.73,1.98l-0.88,-0.0l-0.99,0.56l-0.43,1.24l-1.65,1.7l-0.52,1.5l-1.12,0.32l-2.96,2.12l-1.7,0.41l-2.6,-0.03l-0.54,-0.43l-1.83,-0.32l-1.67,0.12l-0.74,-0.41l-1.06,0.16l-0.51,-0.93l-1.14,-0.65l1.43,-1.99l2.84,-1.99l0.44,-0.69l-0.14,-1.33l1.37,-0.46l1.11,-1.22l-0.03,-0.68l-0.59,-0.75l-1.34,-0.44l-0.74,-1.83l0.68,-1.02l-0.03,-1.02l-1.11,-1.58l-0.46,-1.48l-1.5,-1.03l0.11,-1.32l-1.17,-0.78l-1.0,-0.03l-0.41,-0.87l-0.86,-0.29l-0.27,-0.57l-0.49,-0.15l-2.59,0.94l-0.69,-0.2l-1.54,0.38l-1.07,-1.19l-0.35,-0.94l-1.33,-0.86l1.05,-0.88l2.63,-1.19l0.52,-0.95l-0.7,-0.55l-0.28,-1.14l-1.03,-1.13l-0.1,-0.6l-1.94,-0.75l-0.58,-1.14l0.4,-0.12l0.51,-0.85l-0.59,-1.0l0.49,-1.88l-0.79,-0.29l0.8,-0.5l0.66,-1.5l1.01,-0.52l0.42,-0.64l1.2,-0.32l0.14,-2.54l-0.54,-0.55l-2.47,-0.08l-0.86,-0.57l-2.82,-0.55l-0.95,-2.62l2.3,-2.87l2.44,-1.1l-1.16,-1.7l-0.11,-0.82l-3.76,0.16l-1.89,-2.97l-1.8,-0.28l-0.73,-1.54l-2.49,-0.54l-3.45,-0.05l-2.52,0.5l-4.06,-0.1l-0.38,-0.3l0.3,-1.45l0.84,-1.53l-2.52,-3.73l7.01,-3.22l0.25,-0.22l-0.19,-0.72l1.67,-0.84l-0.07,-0.8l-0.7,-0.55l-0.87,0.09l-1.16,-0.39l-0.54,-0.59l-0.65,0.11l-1.37,-0.81l-1.46,-0.13l-0.74,-0.73l0.14,-0.54l-0.56,-1.36l2.14,-2.04l0.39,-1.02l0.83,-0.54l1.11,-1.74l0.98,-0.45l0.51,-1.24l-0.06,-0.64l-0.48,-0.36l1.0,-1.49l-0.14,-0.52l-1.42,-0.16l-0.12,-0.72l-0.96,-0.51l0.83,-0.93l0.23,-0.92l0.69,-0.89l2.44,-1.35l0.36,-1.87l-1.0,-1.69l0.39,-0.83l-0.5,-0.7l0.18,-0.98l-0.45,-0.45l-1.46,-0.41l-1.99,0.65l-0.2,-0.38l-0.63,-0.09l0.02,-0.63l-0.56,-0.39l-2.7,0.3l0.29,-0.68l-0.39,-0.55l0.36,-0.59l0.68,-0.3l0.38,-0.84l-0.5,-2.06l-1.01,-0.73l-0.09,-0.99l-0.77,-0.15l-0.78,-0.81l-2.43,-0.02l-0.03,-0.77l-1.1,-1.16l1.07,-0.74l0.08,-0.63l-2.32,-2.41l-0.02,-0.73l1.02,-0.5l0.01,-0.73l-1.35,-1.84l-4.31,-2.77l0.72,-0.54l0.07,-0.51l-0.43,-0.57l0.35,-0.19l0.3,-0.9l-0.37,-0.5l-1.19,-0.38l-0.1,-1.08l-1.08,-0.59l-0.4,-0.58l2.92,-0.26l0.2,-1.92l0.65,-0.06l0.13,-0.65l0.87,-0.69l-0.07,-1.77l-0.56,-0.83l2.08,-0.44l0.31,-0.55l-1.2,-0.81l-0.31,-0.59l-1.06,-0.16l-0.25,-1.26l-0.45,-0.48l0.41,-0.52l-0.26,-0.81l-0.55,-0.29l-2.77,-0.15l-0.17,-0.16l0.68,-0.51l0.07,-0.61l-1.54,-1.1l-0.76,0.49l-0.12,1.14l-1.13,-0.15l-1.81,0.68l-1.15,-0.86l-2.74,-0.48l-1.62,0.06l-1.01,-0.91l-1.13,-1.88l-1.72,-0.24l-0.56,-0.98l-0.14,-0.39l0.95,-0.73l0.13,-0.65l0.7,-0.01l0.15,-0.54l0.64,-0.09l0.75,-1.08l1.22,-0.46l1.74,-1.33l1.49,-0.32l0.79,0.63l0.57,-0.1l0.36,-0.81l-0.78,-0.5l0.59,-1.55l-0.78,-0.66l0.41,-0.64l-0.65,-0.7l-0.3,-2.11l-3.13,-0.77l-2.04,-1.37l-1.74,-0.41l-0.2,-0.51l0.98,-0.53l0.25,-0.94l2.24,-0.0l1.39,-0.69l0.23,-0.43l-0.15,-1.34l1.08,-0.25l0.17,-0.69l-0.75,-0.65l-2.83,-1.17l-1.41,0.11l-1.58,-0.33l-2.19,-1.04l-0.3,-0.88l-0.63,-0.33ZM319.28,96.03l-0.12,-0.01l0.02,-0.03l0.11,0.03ZM352.06,86.43l-1.52,-0.2l-0.18,-1.04l1.07,-0.12l0.11,0.47l0.53,0.14l-0.01,0.75ZM349.68,86.2l-0.84,-0.02l-0.05,-0.25l0.54,0.05l0.36,0.22ZM351.9,83.05l-2.24,-0.6l-1.55,-0.09l1.02,-0.17l0.43,-0.43l0.66,0.6l1.19,-0.06l0.5,0.76ZM387.19,68.19l-0.19,-0.09l-0.23,-0.03l0.12,-0.19l0.29,0.3ZM385.84,68.37l-0.6,0.14l0.14,-0.61l0.2,0.34l0.26,0.13ZM451.2,56.59l0.44,-0.09l0.35,0.1l-0.79,-0.01ZM485.81,61.76l0.05,-0.0l0.52,0.18l-0.48,-0.02l-0.09,-0.16ZM486.56,61.96l0.88,-0.18l0.45,1.22l-0.81,-0.78l-0.52,-0.26ZM472.57,91.33l1.44,-0.55l0.84,-1.26l2.71,0.22l2.02,0.85l1.14,-0.61l0.21,0.45l-1.79,0.79l-1.16,-0.15l-1.91,0.8l-2.48,0.01l-0.48,0.29l-0.54,-0.86ZM461.48,54.17l-0.02,-0.24l0.37,0.14l-0.35,0.09ZM457.97,44.58l2.24,0.13l0.49,-0.3l1.06,0.03l0.28,0.32l-0.62,0.35l-0.29,-0.45l-1.2,0.17l-1.96,-0.25ZM454.49,43.55l0.15,0.02l-0.08,0.02l-0.07,-0.03ZM456.12,42.75l0.09,-0.07l0.12,0.0l-0.22,0.07ZM419.1,45.79l1.18,-1.58l2.33,-1.6l-0.03,-1.0l1.36,-1.88l-0.04,-0.99l0.53,-0.87l0.88,-0.43l2.36,0.61l0.82,-0.26l-0.16,-0.8l-1.45,-0.25l-0.23,-0.72l0.51,-0.86l0.56,-0.46l2.66,0.65l0.49,-0.17l0.17,-0.45l-0.39,-0.29l-2.78,-0.79l0.93,-0.64l-0.11,-0.41l1.79,-0.53l0.13,-1.15l0.25,-0.1l0.67,-0.06l0.79,1.28l1.94,0.03l0.04,-0.62l-0.51,-0.85l0.5,-0.58l2.79,0.58l0.38,0.46l-1.27,1.57l0.14,0.46l-1.93,3.11l-0.09,0.79l1.36,-0.18l1.4,-1.34l0.6,-1.11l1.13,0.02l2.18,-1.04l1.03,-0.01l0.85,0.19l-0.04,0.78l0.66,0.72l1.74,0.32l0.09,0.55l-0.65,0.47l0.35,0.37l1.12,0.13l-0.36,0.45l0.29,0.35l1.01,-0.19l0.41,-0.72l1.54,0.43l1.02,2.46l-0.13,0.49l-2.81,1.82l-0.61,-0.25l-1.54,0.17l-3.39,0.97l-3.72,0.01l-1.25,0.89l-0.81,-0.55l-2.93,0.37l-0.43,-0.22l-3.96,0.21l-1.24,0.76l-5.02,1.88l-2.53,0.17l-0.6,-0.6ZM422.21,26.91l0.0,-0.06l0.1,-0.01l-0.09,0.06l-0.01,0.01ZM387.26,28.45l0.21,-0.1l-0.15,0.3l-0.06,-0.2ZM387.32,28.75l0.0,0.01l-0.0,0.0l0.0,-0.01ZM389.78,27.2l0.27,-0.52l1.59,-0.73l2.68,-0.48l0.11,-0.79l-1.69,-0.68l0.19,-0.34l1.91,-0.58l1.02,-0.95l1.36,0.89l0.69,-0.18l0.24,-0.7l0.45,-0.19l3.46,0.24l0.52,-0.27l1.24,0.08l0.52,-0.36l0.63,0.22l4.47,-0.67l1.18,0.52l0.84,0.66l-0.96,0.35l-0.32,1.13l-1.11,0.63l-0.19,0.92l-1.69,0.59l0.01,0.73l0.46,0.14l2.54,-0.77l0.37,-0.62l0.86,-0.5l0.11,-0.53l1.45,0.36l0.87,-0.13l1.1,-1.19l0.11,-0.5l-0.51,-0.37l3.01,0.1l0.05,0.37l0.85,-0.01l0.94,0.84l1.39,0.38l1.06,1.19l-0.89,0.15l0.16,0.82l-0.48,0.38l-0.4,1.36l0.22,0.35l-0.37,0.63l0.03,1.56l-0.92,0.49l-1.87,-0.55l-0.45,0.2l-0.13,0.59l2.59,1.36l-0.2,0.42l0.45,0.39l1.42,0.24l0.36,1.21l-2.4,1.26l-4.15,0.08l-0.46,0.38l-0.89,-0.02l-1.22,-0.42l-1.67,0.13l-1.27,-0.53l-1.44,0.02l-2.53,-1.58l-2.07,-0.05l-0.25,-0.33l-3.31,0.26l-0.08,-0.75l-0.96,-0.53l-2.53,0.82l-1.79,-0.85l0.03,-0.61l-0.38,-0.42l-1.27,-0.41l0.19,-1.88l-0.29,-0.79l-0.74,-0.28l-1.04,0.17l-0.9,-0.47l0.45,-0.82l-0.6,-0.26ZM378.52,18.83l1.48,-0.38l3.58,0.08l0.24,-0.42l-0.35,-0.34l-2.8,-0.38l3.81,-0.49l0.36,-1.7l2.07,-1.34l0.29,-0.66l-0.49,-0.36l-1.87,0.41l-0.98,-0.1l0.49,-0.68l2.01,-0.53l0.25,-0.41l-0.18,-0.53l1.45,-0.39l1.07,0.11l3.72,-0.98l0.99,0.1l1.75,-0.5l1.57,-0.9l1.78,-0.04l0.37,-0.27l-0.22,-0.51l0.96,-0.06l0.89,0.98l0.91,0.09l1.86,1.32l0.24,0.75l1.13,0.95l3.68,1.49l1.5,0.1l0.14,0.26l-0.17,0.92l-3.0,0.02l-0.72,1.15l-0.23,0.98l0.99,1.28l0.09,1.04l0.65,0.27l-0.61,0.54l-11.15,1.13l-1.05,-0.13l-0.67,0.37l-0.88,-0.14l-2.05,1.08l-2.2,0.52l-3.65,-1.13l-0.58,-0.29l0.1,-0.54l-0.44,-0.32l-2.69,-0.47l4.89,0.32l0.44,-0.18l0.12,-0.53l-0.62,-0.58l-8.26,0.06ZM397.89,65.7l0.01,-0.15l0.44,0.15l-0.45,-0.01ZM399.47,65.83l0.6,-0.43l1.02,0.18l0.48,0.57l0.6,-0.25l0.16,0.38l-2.86,-0.45ZM402.61,66.49l0.02,0.01l-0.0,0.01l-0.02,-0.02ZM402.34,65.59l0.16,-0.22l0.13,-0.03l-0.03,0.18l-0.25,0.07ZM398.97,56.9l0.0,-0.0l0.01,0.0l-0.01,0.0ZM400.66,56.63l2.17,-0.66l0.81,-0.52l-0.28,0.7l-0.99,0.46l-0.19,0.44l-1.02,0.02l-0.49,-0.46ZM402.2,61.14l0.26,-0.17l0.21,0.03l-0.04,0.14l-0.43,0.01ZM376.19,22.62l1.77,0.21l1.04,-0.29l3.26,0.38l1.23,0.56l5.66,0.7l-3.63,1.73l-3.26,0.46l-0.19,-0.89l-1.24,-0.68l-4.38,-0.42l0.28,-0.24l-0.04,-0.6l-0.55,-0.35l0.05,-0.56ZM369.62,8.9l0.48,-0.42l7.13,0.41l-1.44,0.73l-6.17,-0.72ZM368.06,55.18l-1.94,0.16l-0.56,-0.5l0.52,-0.5l1.39,-0.05l0.59,0.88ZM363.91,57.2l-0.82,-0.59l1.2,-0.36l-0.38,0.4l-0.0,0.55ZM353.31,79.48l0.57,-0.08l0.18,0.16l-0.4,0.16l-0.36,-0.24ZM347.55,84.26l0.26,-0.55l0.49,-0.04l-0.23,0.46l-0.52,0.13ZM345.92,81.28l0.17,0.07l0.07,0.02l-0.07,0.03l-0.17,-0.12ZM344.6,83.79l0.11,-0.05l1.18,0.01l-0.26,0.34l-1.03,-0.29ZM333.76,88.11l0.07,-0.02l0.94,0.19l-0.08,0.13l-0.93,-0.3ZM333.94,124.26l-0.05,-0.31l0.01,-0.14l0.19,0.29l-0.15,0.15ZM333.96,122.9l0.04,-0.35l0.06,-0.06l-0.01,0.21l-0.09,0.21ZM334.36,122.02l0.07,-0.35l0.04,-0.34l0.4,0.32l-0.51,0.37ZM329.88,88.07l0.6,-0.07l0.37,0.26l-0.31,-0.15l-0.66,-0.05ZM325.55,75.05l0.38,-0.3l0.37,0.52l-0.48,0.17l-0.27,-0.39ZM327.06,75.19l0.64,-0.4l0.21,0.09l-0.51,0.93l-0.35,-0.62ZM328.3,74.89l0.12,-0.02l0.02,0.04l-0.14,-0.02ZM327.91,73.86l0.02,-0.0l-0.0,0.01l-0.02,-0.01ZM312.22,12.57l0.83,-0.9l2.63,-0.29l3.23,0.43l-0.22,0.25l-6.47,0.52ZM313.86,83.25l0.46,0.05l-0.08,0.2l-0.39,-0.25ZM313.18,82.39l-0.01,-0.0l0.01,-0.01l0.0,0.01ZM310.34,100.77l2.45,-1.95l1.37,1.44l0.21,1.57l-2.92,-0.23l-0.97,-0.47l-0.14,-0.35ZM298.25,27.85l0.39,-0.31l4.47,1.0l-2.95,0.13l-0.56,-0.74l-1.35,-0.09Z", "name": "Krasnoyarskiy kray"}, "RU-UD": {"path": "M165.86,234.92l0.22,-0.89l1.88,0.15l1.71,-1.66l0.42,-1.1l-0.03,-0.64l-0.38,-0.34l0.22,-0.77l-0.95,-1.57l0.45,-1.07l0.74,-0.68l0.86,-0.14l3.61,0.59l0.43,-0.32l0.12,-0.6l0.53,-0.02l0.26,0.5l0.98,0.59l1.07,-0.45l1.08,0.08l0.39,0.51l-0.19,0.97l1.39,1.73l0.21,1.1l0.07,0.6l-0.83,1.31l1.08,1.01l-0.39,0.85l0.46,0.49l0.56,0.04l0.05,0.33l-0.15,1.1l-1.06,0.7l-0.01,1.25l-0.87,-0.45l-0.55,0.44l0.14,1.37l0.41,0.4l0.66,-0.07l0.78,0.71l0.29,0.59l0.45,0.14l0.02,0.7l-1.1,0.7l-0.48,0.85l-0.79,-0.09l-1.27,0.96l-1.09,0.27l1.32,-1.54l-0.08,-1.08l-0.92,-0.39l-1.0,0.15l-0.32,0.49l0.29,0.56l-0.04,-0.0l-0.93,-0.7l-0.06,-0.81l0.61,-1.31l-1.17,-0.36l-0.92,0.41l0.35,0.68l-0.66,0.04l-1.09,1.2l0.18,0.69l0.73,0.11l-0.12,0.69l-0.8,-0.35l-0.55,0.25l-1.01,-0.31l-0.41,0.39l0.07,0.92l-0.93,-0.53l-0.74,0.44l-0.34,-0.29l-1.24,0.13l0.94,-0.63l0.19,-0.52l-0.29,-0.38l-0.74,0.02l-0.91,-2.0l-0.54,-0.2l-0.01,-0.57l0.04,-0.34l0.99,-0.26l0.86,-1.58l-0.24,-0.54l-0.88,-0.31l-1.06,-2.38Z", "name": "Udmurtskaya Respublika"}, "RU-IVA": {"path": "M104.67,238.1l0.48,-0.47l0.03,-0.55l2.16,-1.2l0.89,0.01l0.36,-0.53l4.17,-0.45l0.7,-0.64l1.97,-0.29l0.47,-0.79l-0.16,-1.32l1.06,0.43l0.7,0.71l1.01,0.28l1.44,-0.55l1.23,-0.07l0.38,-0.44l-0.06,1.76l0.54,0.55l2.34,-0.26l1.02,-1.2l0.81,0.57l0.11,0.58l-0.27,0.44l-0.67,0.18l-0.31,0.74l0.11,0.87l0.63,0.38l-1.21,0.9l-0.94,-0.09l-1.87,0.5l-0.47,1.25l0.44,0.75l-0.18,0.48l-0.82,0.0l-0.3,0.44l-1.49,-0.4l-1.26,0.64l-0.13,-0.84l-0.44,-0.33l-4.31,0.48l-1.95,-0.91l-1.32,0.06l-1.58,1.12l-0.79,-0.23l-0.43,-0.65l0.12,-0.79l-0.46,-0.85l-1.74,-0.27Z", "name": "Ivanovskaya oblast"}, "RU-LIP": {"path": "M95.85,269.14l0.02,-0.66l0.44,-0.57l-0.3,-0.61l0.27,-1.06l0.71,0.04l1.31,0.7l1.74,-0.82l0.26,-0.69l-0.38,-1.21l0.93,-0.4l-0.09,-1.03l1.05,-0.08l0.95,1.2l1.73,-0.35l0.46,-0.82l0.63,-0.25l0.62,0.37l0.16,0.73l0.98,0.32l-0.18,3.34l-0.73,0.75l0.05,0.92l2.17,1.96l1.69,0.69l-1.01,1.65l-1.73,-0.22l-1.84,0.46l-0.85,-0.2l-0.74,-0.92l-1.54,-0.08l-0.68,0.67l-0.65,-0.64l-1.11,-0.07l-3.93,1.53l-0.45,-0.29l-0.03,-1.08l1.05,-0.47l0.31,-1.15l-1.3,-1.69Z", "name": "Lipetskaya oblast"}, "RU-AST": {"path": "M133.75,298.72l0.8,-0.63l0.78,0.16l0.27,-0.83l1.89,-0.72l1.25,-1.33l1.18,0.16l0.79,0.5l0.62,0.42l-0.57,1.84l3.12,1.0l0.2,1.13l-0.39,0.66l0.48,0.59l0.13,0.84l1.49,0.81l0.37,-0.28l0.1,-0.63l0.97,0.36l1.99,-0.03l1.69,2.02l0.61,0.31l0.87,1.96l1.42,1.93l-0.63,0.18l-0.48,-0.46l-0.8,-0.03l-0.77,0.8l0.61,1.25l1.91,0.59l0.82,0.56l-0.1,0.58l-1.9,0.47l-0.52,0.49l0.31,0.51l-1.07,0.3l-1.41,1.2l-1.87,0.34l-0.95,-0.55l-1.19,0.11l-0.57,0.68l-1.45,0.37l1.33,-3.1l-0.45,-0.35l-1.17,0.16l-0.2,-0.92l-1.47,-0.2l0.51,-0.35l1.32,0.02l0.32,-0.33l-0.07,-0.84l1.07,-0.62l0.34,-0.78l-0.52,-0.82l-0.75,-0.17l-0.43,-0.74l-0.55,-0.15l-1.36,-2.31l1.34,-0.84l-0.03,-0.7l-1.05,-0.35l-1.65,1.27l-0.9,-0.4l-1.88,-2.15l-0.15,-1.33l-1.07,0.09l-2.56,-1.69Z", "name": "Astrakhanskaya oblast"}, "RU-CE": {"path": "M133.18,329.58l0.87,-0.88l0.1,-0.64l1.55,0.17l0.4,-0.78l2.17,0.32l0.2,0.64l0.44,0.21l0.95,-0.25l0.74,-0.84l0.01,0.48l0.67,0.32l-1.39,2.36l0.53,0.95l-0.14,1.09l0.52,1.0l-1.41,-0.0l-0.55,0.61l0.11,0.55l-1.5,1.47l-1.24,-0.38l-0.93,0.12l-0.84,-0.96l0.23,-0.42l-0.06,-2.13l-0.55,-2.2l-0.87,-0.8Z", "name": "Chechenskaya Respublika"}, "RU-KHA": {"path": "M582.51,259.52l0.15,-0.99l1.16,-1.03l0.69,-0.25l0.74,0.26l0.53,-0.38l0.63,-2.19l0.41,-0.36l3.46,-1.57l0.39,-1.06l1.69,-0.14l0.31,-0.43l-0.17,-0.51l1.01,-0.07l0.65,-1.02l1.29,-0.37l-0.14,-0.63l-1.39,-0.68l0.01,-0.57l-0.88,-0.98l-1.65,-0.19l-0.79,0.45l-1.44,0.2l-0.97,-0.27l-2.75,0.25l-0.49,-0.25l-0.37,-1.2l0.52,-1.78l0.66,-0.57l0.3,-1.7l0.3,-0.18l0.18,0.44l0.58,0.1l0.38,-0.36l-0.01,-0.52l0.47,0.64l0.79,-0.06l0.26,-0.42l-0.23,-0.43l0.17,-0.85l0.54,-0.51l-0.3,-1.25l-1.37,-1.24l-0.05,-0.53l-1.07,-0.67l0.98,0.02l0.58,-0.38l0.1,-1.2l1.04,-1.0l0.89,-0.07l0.5,-0.74l-0.29,-0.84l-1.0,-0.94l-0.12,-0.61l-0.71,-0.36l-0.06,-0.55l-0.39,-0.31l2.13,1.18l0.79,-0.4l0.11,-0.48l-0.53,-0.69l0.82,-0.35l-0.08,-1.7l1.13,-0.0l0.11,-0.72l0.81,-0.7l0.07,-1.67l1.06,0.02l0.44,-1.56l0.73,-0.63l2.37,-0.89l0.48,0.43l2.24,-0.18l2.42,0.83l0.91,-0.36l0.8,0.5l1.97,0.09l0.71,-0.72l0.7,-1.47l1.62,-1.02l1.47,0.81l3.73,0.56l1.1,-0.58l1.33,-0.2l0.78,-0.75l0.63,-0.08l0.12,-0.85l0.6,-0.55l1.62,-0.08l0.2,0.43l0.93,0.13l0.66,-0.31l0.28,-0.61l-0.46,-0.76l0.48,-0.83l-0.36,-2.25l0.57,-0.55l-0.19,-1.35l0.84,-1.66l-1.05,-1.2l-0.16,-0.69l0.62,-0.31l0.09,-0.71l1.71,-0.78l0.21,-0.45l-0.29,-0.47l1.23,-0.06l0.92,-0.99l0.72,0.1l1.76,-0.53l0.69,-1.36l1.46,-1.51l0.14,-1.02l0.67,0.01l0.92,-0.8l0.33,-2.67l1.3,-0.13l0.52,-1.07l1.63,1.18l0.95,-0.16l0.5,0.89l0.57,0.35l0.19,0.68l1.73,1.28l1.0,0.07l0.58,-0.38l1.51,1.65l1.51,-0.73l1.64,0.43l0.91,-1.45l0.8,0.48l0.93,0.02l-0.12,0.4l0.71,0.84l0.54,-0.05l0.73,-0.63l-0.16,0.73l0.31,0.84l0.52,0.28l1.21,-0.05l1.95,-1.1l0.28,-0.98l0.55,-0.45l0.91,-0.14l1.11,0.77l0.83,-0.17l0.95,0.29l1.28,-0.7l0.86,0.14l1.54,0.91l1.69,2.02l0.24,1.48l0.54,0.53l-0.19,0.51l0.3,1.33l-0.38,0.56l0.24,0.5l-0.68,-0.05l-0.46,0.38l-0.29,1.97l-0.99,-0.58l-0.72,-0.03l-1.21,1.05l-1.33,0.55l-0.62,1.09l0.48,1.31l1.15,0.97l3.04,-0.44l0.55,1.02l0.91,0.06l-0.11,0.92l0.76,0.73l1.25,-0.22l0.43,0.37l-0.16,3.05l-0.93,0.3l-1.1,-0.62l-1.21,-0.07l-0.84,0.8l0.08,1.2l-1.14,0.3l-0.64,-0.5l0.61,-0.74l-0.09,-0.61l-0.45,-0.15l-0.81,0.22l-0.82,-0.28l-2.08,0.11l-1.22,0.3l-5.9,-0.37l-2.03,0.76l-1.51,-0.5l-5.08,2.05l-1.43,1.09l-2.21,2.87l-3.06,1.49l-1.4,1.2l-1.37,3.27l-2.25,0.92l-1.27,1.65l-0.97,0.26l-0.9,1.1l-1.7,0.61l-0.92,0.73l-0.26,0.82l-1.48,0.59l-1.21,1.7l-1.3,0.99l-0.17,1.1l-1.09,0.77l-1.01,1.55l-0.72,0.17l-0.91,1.0l-2.45,1.47l-0.73,0.79l-1.82,0.74l-1.36,1.79l-1.52,1.04l-2.18,0.91l-1.68,1.7l0.38,1.45l2.25,0.39l0.59,0.71l5.52,-0.41l-0.57,1.06l0.33,2.03l-0.75,1.44l0.12,1.09l0.77,0.56l1.07,-0.58l1.06,0.29l0.98,-1.64l1.3,0.63l-0.84,1.28l-0.65,0.06l-0.86,0.69l0.09,0.57l0.76,0.44l3.29,-0.39l1.81,-0.99l-0.73,1.25l0.42,0.43l1.33,-0.2l0.73,-0.65l0.82,-1.77l0.42,-1.55l-0.03,-0.68l-0.27,-0.15l0.15,-0.71l2.57,0.68l2.15,-0.73l1.21,1.12l1.06,0.42l0.31,0.57l-0.05,0.82l1.36,1.01l0.38,0.67l1.74,0.85l0.2,0.67l2.07,0.93l0.18,0.6l-1.12,0.79l-1.28,-0.82l-1.14,0.16l0.11,0.66l2.41,1.78l0.47,1.09l-0.95,1.57l0.36,0.76l1.27,1.01l-0.66,1.0l0.34,0.65l-0.74,0.54l-0.52,0.98l-1.09,0.53l-0.08,0.79l-0.54,0.44l0.09,0.54l-0.64,0.38l-0.18,0.99l0.23,0.98l-0.87,1.16l-0.39,1.2l0.16,0.55l-0.29,0.74l0.37,0.68l0.03,1.87l0.38,0.74l-0.54,0.4l-0.38,0.94l0.59,0.83l0.15,1.08l-0.6,1.54l-0.54,0.54l0.15,0.89l-0.53,0.51l-0.03,0.72l0.29,0.29l-0.59,1.14l-0.09,1.74l-4.08,3.69l-1.87,3.11l-0.61,-0.32l-0.87,0.14l0.13,-0.67l-0.25,-0.45l1.09,-0.41l0.15,-0.72l-1.17,-1.35l0.48,-0.32l-0.03,-0.9l-0.79,-0.09l-0.5,-1.47l-1.27,-0.28l-0.93,0.89l-0.7,0.1l-0.62,0.53l-2.3,0.13l-0.9,0.98l0.11,0.64l1.12,0.72l-0.58,0.55l0.15,0.63l0.99,0.09l1.03,0.55l0.7,-0.15l-0.08,0.52l0.35,0.42l-2.85,1.73l-0.8,-0.56l-1.31,-0.01l-0.71,1.04l-0.06,1.09l-1.51,1.16l-0.7,-0.16l-0.91,0.3l-1.17,-0.56l-0.53,0.38l-0.37,-0.1l-0.47,-0.85l-1.49,-0.11l-0.92,-1.26l-1.35,-0.34l-2.34,0.66l-1.36,1.27l0.01,1.52l-1.39,0.13l0.19,-1.61l0.82,-0.93l-0.27,-1.27l0.53,-0.52l1.08,-0.19l1.47,-1.85l-0.06,-0.74l-0.97,-1.51l0.64,-0.82l0.15,-1.04l-0.31,-0.17l1.0,-0.37l0.67,-0.76l-0.01,-1.07l-0.9,-0.31l-0.68,0.36l-1.96,-1.13l-1.51,0.72l-0.72,-0.04l-0.85,-0.8l-2.15,-0.36l-0.71,-2.28l-1.9,-0.65l-0.2,-0.49l-1.91,0.23l-0.14,-0.67l-1.38,-0.67l-0.91,0.22l-0.57,1.14l-0.63,-0.31l-1.42,0.58l0.34,-0.83l0.0,-1.35l-0.33,-0.43l0.33,-1.56l-0.26,-0.57l-0.62,-0.28l0.63,-0.53l0.03,-0.45l-0.98,-1.61l-0.67,0.01l-0.43,-0.54l-0.62,0.09l0.36,-0.72l-0.53,-0.89l-1.12,-0.14l0.75,-0.97l-0.19,-0.64l0.59,-0.26l0.68,-1.41l0.6,-0.06l0.59,-0.77l0.65,0.26l0.49,-0.3l-0.37,-2.07l1.31,-0.02l1.57,-0.67l1.41,-0.14l0.91,-0.6l0.73,-1.4l1.25,-0.6l1.81,-0.0l1.46,-0.75l0.13,-0.6l-0.84,-1.14l-0.03,-1.14l2.67,1.14l0.68,-0.07l2.97,0.8l0.76,-0.18l0.11,-1.02l0.78,-0.8l-0.7,-1.24l0.08,-0.7l0.97,-0.86l-0.01,-0.77l0.56,-0.64l-0.34,-0.71l0.12,-0.75l-2.19,-1.65l-2.96,1.32l-2.29,-0.8l-1.94,0.82l-0.59,0.92l-0.95,0.15l-0.32,0.34l-3.97,0.09l-0.83,0.56l-0.36,-0.63l-1.44,0.13l-0.1,-2.22l-0.54,-1.53l-1.98,-0.54l-0.93,0.23l-0.31,-0.36l-1.66,-0.45ZM602.61,307.96l0.0,-0.01l0.0,0.03l-0.0,-0.02ZM586.37,235.48l-0.04,-0.01l-0.05,-0.0l0.03,-0.05l0.06,0.06ZM617.61,258.42l-0.27,-0.23l0.55,-0.28l-0.25,0.29l-0.04,0.23ZM617.96,257.87l0.76,-0.57l0.49,0.11l-0.32,0.35l-0.93,0.11ZM623.65,260.91l0.25,-0.83l0.38,-0.18l0.04,0.35l-0.68,0.66ZM604.28,298.64l-0.02,-0.0l-0.07,-0.03l0.09,0.04ZM618.4,252.59l0.79,-0.67l0.41,-1.05l1.38,0.46l-0.2,0.85l0.7,-0.06l-0.22,0.99l-1.16,0.97l-0.82,-1.51l-0.89,0.03ZM616.13,251.87l0.3,-0.19l-0.04,0.38l-0.25,-0.19Z", "name": "Khabarovskiy kray"}, "RU-ORE": {"path": "M164.34,274.94l2.96,-2.0l0.3,-1.01l-0.19,-0.75l0.77,-0.86l-0.28,-0.63l0.17,-0.56l0.9,-0.18l0.27,-1.39l1.41,-0.92l0.61,-0.86l0.05,-1.5l0.47,-0.1l0.28,-0.5l-0.2,-0.47l-0.64,-0.03l-0.23,-0.42l0.8,-0.97l0.82,-1.94l-0.05,-0.54l0.47,-0.62l-0.87,-1.53l1.83,-0.15l0.65,0.49l0.83,1.44l0.96,0.03l0.64,0.72l0.68,-0.28l0.76,1.81l1.12,0.61l1.29,1.8l2.22,0.45l0.07,0.52l0.7,0.38l1.24,0.02l1.17,2.7l0.72,0.2l-0.19,1.13l0.99,0.2l0.56,1.67l1.69,0.39l0.59,-0.33l0.33,-0.86l0.73,-0.65l0.84,0.38l0.47,1.11l-1.18,0.74l-0.15,0.58l0.6,0.64l1.49,-0.21l0.36,0.62l-0.27,1.4l0.59,0.41l0.15,1.12l0.34,0.31l0.86,-0.07l0.31,-0.51l0.83,0.69l0.55,0.05l2.33,-1.37l0.2,-0.45l0.95,-0.02l1.39,0.72l2.06,-0.21l0.47,-0.37l0.64,-1.83l-0.19,-1.29l0.96,-0.03l0.56,-0.6l1.05,0.48l0.51,-1.45l1.96,0.44l0.7,-0.47l0.49,0.44l0.89,-0.01l-0.04,0.53l-0.89,0.63l-0.35,0.77l0.81,1.94l1.91,0.45l-0.4,0.47l0.31,0.57l0.83,0.35l1.91,0.05l0.75,0.88l2.24,0.38l0.37,0.78l-0.86,2.97l-3.25,0.86l-2.09,-0.21l-0.84,-1.09l-0.84,-0.07l-0.52,0.33l-0.3,1.15l-0.64,0.75l-0.46,0.01l-0.84,-0.68l-2.91,-0.41l-1.43,-1.22l0.15,-0.5l-0.31,-0.69l-1.81,-0.79l-0.68,0.48l-2.04,-0.31l-0.51,0.66l0.01,0.83l-0.73,-0.06l-0.39,0.37l-1.33,-1.62l-1.78,0.28l-0.69,-0.18l-0.6,0.51l-0.43,-0.41l-0.5,0.01l-0.85,1.24l-0.94,0.04l-0.37,1.18l-1.89,1.17l-0.82,-0.76l-0.84,-0.05l-1.09,-0.85l-0.39,-0.72l-1.83,-0.94l-1.14,0.14l-0.23,0.95l-0.7,-0.23l-0.9,-1.35l-1.04,-0.67l-1.25,-0.21l-0.29,-1.11l-1.21,-0.75l-1.39,-0.23l-1.21,0.39l-0.92,-0.33l-1.06,0.3l-1.13,-2.13l-1.2,0.4l-0.33,0.4l-1.22,-0.05l-0.57,0.58l-0.08,0.8l-0.6,-0.51l-0.83,0.44l0.18,-0.55l-0.29,-0.51l-0.71,-0.38l-1.68,0.0l-0.23,-0.3ZM183.54,281.41l0.01,0.01l-0.01,0.02l-0.0,-0.03ZM183.49,281.74l0.23,1.25l-0.51,0.26l-0.23,-0.25l0.51,-1.26Z", "name": "Orenburgskaya oblast"}, "RU-KIR": {"path": "M140.82,212.39l2.02,-0.13l0.74,-1.99l0.89,-0.59l-0.27,-0.93l0.53,-2.0l0.55,-0.6l2.63,0.24l0.6,0.2l0.38,0.81l2.09,0.32l0.53,1.72l-0.13,1.01l0.3,0.68l0.78,0.26l-1.38,1.18l0.35,4.02l2.86,0.53l-0.16,0.93l0.28,0.43l0.68,-0.06l1.64,0.74l-0.04,1.07l1.14,0.45l1.07,-0.51l0.18,-3.05l0.93,-0.18l0.19,-0.58l0.67,0.06l0.86,-0.67l2.32,-0.23l1.35,-1.5l0.94,0.25l0.53,0.62l0.92,-0.02l2.63,-2.84l2.04,0.89l4.75,0.27l0.52,-0.26l0.48,0.28l0.43,0.89l-0.23,1.27l-0.25,0.68l-0.95,0.32l-0.37,1.45l-0.82,1.31l0.88,1.7l2.09,0.71l-0.24,1.03l0.64,1.0l-0.76,1.27l0.31,0.98l-1.09,-0.09l-0.68,0.41l-0.62,-0.36l-0.35,-0.7l-0.54,-0.07l-1.03,0.18l-0.3,0.79l-3.37,-0.57l-1.14,0.21l-1.03,0.84l-0.82,1.79l0.72,0.68l-0.04,0.53l0.4,0.4l-0.22,0.79l0.44,0.59l-0.3,0.9l-1.35,1.03l-2.0,0.21l-0.57,1.36l0.67,2.11l0.57,0.97l0.78,0.38l-0.52,0.93l-1.01,0.25l-0.38,1.42l1.29,1.8l0.21,0.63l-0.32,0.24l-1.67,-0.82l-0.13,-0.91l-0.4,-0.45l-0.49,-0.13l-0.43,0.34l-0.47,-0.33l-0.33,-1.44l-1.03,-0.56l-0.97,0.17l0.12,-0.63l-0.31,-0.6l-1.54,-0.58l-0.36,-1.22l-2.36,0.14l-0.36,-0.68l0.2,-1.02l-0.65,-0.48l-1.04,0.49l-0.18,1.23l-0.8,-0.55l-1.2,0.01l-0.57,0.31l-0.83,-0.26l-0.72,0.44l-0.17,0.79l-1.14,0.02l-0.87,-0.45l-1.43,1.35l-1.09,0.32l-0.75,-0.72l-1.49,-0.01l0.08,-1.24l0.45,-0.51l-0.64,-0.96l0.4,-0.88l0.89,0.14l1.19,-0.54l1.0,0.28l0.69,-0.7l0.23,-1.61l0.75,-0.34l0.33,-0.61l-0.63,-0.79l-1.75,-0.5l-4.91,-0.0l-0.19,-0.22l0.35,-1.34l0.94,-1.13l-0.0,-0.7l1.9,-0.41l0.64,-1.1l0.67,0.06l0.44,-0.38l0.08,-0.78l1.25,0.04l0.35,-0.57l-0.31,-1.36l-1.63,-1.16l0.1,-0.77l-0.33,-0.45l-0.64,-0.11l0.35,-2.42l-0.32,-0.53l-0.79,-0.24l0.6,-2.08l-0.14,-0.48l-0.91,-0.17l-0.6,0.42l-0.98,0.01l-0.87,-0.32l-0.1,-0.42ZM147.16,231.26l-0.0,-0.0l0.0,-0.0l0.0,0.0ZM144.7,223.91l0.01,-0.02l-0.0,0.01l-0.0,0.01Z", "name": "Kirovskaya oblast"}, "RU-BA": {"path": "M176.81,251.11l0.79,-0.42l1.02,0.03l0.73,-0.93l0.96,-0.39l0.67,-1.27l0.92,-0.64l0.18,-0.95l-1.32,-1.2l-1.02,-0.3l0.18,-0.32l0.99,-0.09l0.56,-0.93l1.29,-0.81l0.9,-1.75l1.51,0.85l0.4,0.59l2.53,-0.1l1.69,-0.76l0.62,0.04l0.95,1.05l1.22,-0.08l0.75,-0.55l0.48,0.71l1.96,1.34l1.68,-0.51l0.64,-0.91l0.34,1.06l0.73,0.36l1.44,-0.37l0.51,0.26l1.02,-0.13l1.32,0.55l0.95,-0.76l1.57,0.79l0.81,-0.15l0.49,-0.57l0.51,0.18l-0.36,0.3l0.17,0.87l-0.33,0.84l0.2,0.4l0.51,0.12l-0.24,1.21l0.51,0.37l0.82,-0.34l0.29,0.23l-1.68,0.29l-0.61,1.16l-1.05,-0.27l-1.61,1.21l-0.07,0.76l1.06,0.4l-0.55,0.3l-0.82,-0.74l-0.22,-0.64l-1.03,-0.05l-0.91,-0.89l-2.72,-0.44l-1.67,0.64l-0.78,1.51l0.45,1.08l-0.36,0.56l0.16,0.64l2.93,1.71l0.14,0.64l1.31,0.87l2.18,-1.1l1.38,0.54l1.17,-0.75l1.24,-0.39l0.93,0.09l2.2,-2.01l1.06,0.41l-0.4,1.02l-0.72,0.39l-0.33,0.59l0.31,0.56l-0.37,0.57l0.65,0.63l-0.3,0.33l-0.67,-0.27l-1.39,0.21l-0.86,1.4l-1.03,0.1l-0.3,0.49l-0.14,1.99l-0.41,0.57l0.27,0.57l-0.25,2.22l0.4,0.43l0.0,0.58l-0.77,1.27l0.16,1.07l-0.31,0.55l0.6,2.34l-0.68,0.13l-0.53,0.73l0.32,0.94l-0.45,1.69l-1.55,0.19l-1.31,-0.65l-1.63,-0.24l-0.56,0.84l-0.87,0.21l-0.29,0.6l-0.7,0.32l-0.91,-1.0l-1.5,-0.39l0.42,-0.45l-0.38,-0.54l0.09,-0.57l-0.51,-0.76l-0.93,-0.55l0.24,-0.57l-0.05,-0.73l-0.41,-0.44l0.37,-0.67l-0.28,-0.41l-0.95,0.26l-0.65,-0.58l-0.61,-0.04l-0.26,0.65l-0.65,0.47l-0.23,0.8l-1.15,-0.05l0.14,-1.15l-0.74,-0.63l-0.05,-1.22l-0.61,-0.39l-0.81,0.13l-1.23,-2.63l-0.73,-0.46l-0.84,0.24l-0.69,-0.85l-2.05,-0.36l-1.17,-1.69l-1.06,-0.57l-1.03,-2.17l-0.15,-1.44l-0.41,-0.69l0.38,-1.12l0.93,-1.16l0.18,-1.32l-0.34,-0.6l-0.52,0.05l-1.4,-1.19Z", "name": "Bashkortostan, Respublika"}, "RU-NGR": {"path": "M53.19,227.85l2.35,-1.82l0.29,-0.55l-0.41,-0.81l0.14,-0.54l1.07,0.39l1.74,-0.32l0.46,-0.92l1.11,-0.99l0.15,-0.61l0.78,0.64l0.8,-0.01l1.41,-1.89l-0.03,-0.88l1.1,0.32l0.56,-0.55l1.12,0.26l0.63,1.13l1.57,0.19l0.56,0.42l0.75,-0.68l0.02,-0.7l0.95,-0.78l1.55,0.66l1.06,-0.42l2.5,1.72l1.55,-0.28l2.05,0.58l0.71,0.92l1.37,0.58l0.23,0.77l0.75,0.39l0.92,-0.6l1.41,0.21l0.39,0.49l1.56,0.35l0.26,0.66l-1.23,0.74l-1.56,-0.21l-1.22,0.21l-0.84,0.61l0.04,0.72l-0.74,0.3l-1.67,-0.2l-0.58,0.45l0.01,0.57l-3.19,-0.9l-0.83,0.57l-1.15,-0.01l-0.84,0.84l-0.03,0.43l0.73,0.41l0.06,0.41l-0.56,0.3l-0.18,0.98l-1.17,0.59l-0.48,1.24l-2.06,0.05l-0.97,1.06l-1.11,0.52l-0.74,-0.22l-0.24,0.65l-1.43,0.63l-1.18,0.01l-0.64,1.02l-0.69,0.22l-0.61,-0.24l-0.98,0.23l-2.16,-0.15l0.12,-1.12l0.55,-0.66l-0.27,-0.45l-1.26,-0.42l0.02,-0.75l0.6,-0.98l-0.54,-0.74l0.18,-1.62l-2.85,-0.68l-0.08,-0.64l-1.48,-0.51l-0.15,-0.6Z", "name": "Novgorodskaya oblast"}, "RU-KLU": {"path": "M73.54,258.55l0.75,-1.59l-0.28,-0.56l0.32,-0.87l1.77,0.08l1.02,0.82l0.68,0.0l0.76,-1.76l1.58,-0.35l0.6,-0.53l-0.19,-0.65l1.23,-0.64l1.19,-1.87l0.5,0.04l0.66,-0.44l2.62,0.74l1.15,-0.33l0.46,-0.63l1.39,0.37l0.26,0.51l0.75,-0.04l0.38,0.33l0.98,2.09l-0.47,1.4l-1.22,-0.35l-0.51,0.32l0.25,1.31l0.5,0.33l-0.09,0.4l-2.11,0.02l-0.48,0.47l-0.7,-0.08l-0.37,0.39l-1.01,0.09l-0.11,0.4l0.55,0.84l-1.14,1.42l0.34,1.17l-0.85,0.79l-0.65,-0.12l-1.12,0.82l-0.41,0.82l-0.74,0.14l-0.47,-0.12l-0.25,-0.55l-2.3,-0.26l-0.24,-1.48l-1.63,-1.77l-1.83,-0.08l-0.42,-0.6l-1.09,-0.41Z", "name": "Kaluzhskaya oblast"}, "RU-OMS": {"path": "M267.17,230.51l2.25,-4.71l1.4,0.84l-0.21,1.8l0.54,0.93l3.8,-0.35l0.81,0.72l3.85,0.14l1.27,-1.03l6.03,0.02l2.14,-1.23l2.35,-2.03l0.53,0.37l-1.04,0.74l0.01,0.5l0.61,0.65l-0.57,0.55l0.05,0.52l2.43,1.37l0.14,1.99l0.78,0.54l0.66,1.44l0.75,0.2l0.35,0.52l1.06,4.03l-2.03,1.53l-0.22,0.65l0.47,0.46l0.75,-0.11l0.26,0.87l0.6,0.47l-2.34,0.29l-2.43,1.9l-0.07,0.95l-0.87,-0.12l-0.36,0.38l0.44,0.84l-0.18,0.54l0.54,0.48l-0.77,0.97l0.9,1.12l-0.06,0.79l0.67,0.73l-0.23,0.88l1.77,1.04l0.18,0.66l0.6,0.42l-0.75,0.55l0.03,2.75l-1.54,0.33l0.01,0.75l-1.65,0.99l-1.35,-0.14l-0.97,1.05l-0.88,0.1l-0.22,1.35l-0.57,-0.81l-1.81,-0.34l-1.48,0.25l-0.91,1.01l-0.67,-0.62l0.42,-0.98l0.32,-0.1l0.08,-0.45l1.24,0.0l0.32,-0.51l0.23,-1.13l-0.67,-0.6l-0.64,0.07l-0.59,0.69l-0.67,0.18l-1.14,-0.21l-0.66,-1.01l-2.4,-0.02l-0.64,-0.28l-0.08,-0.5l-0.82,-0.86l-0.96,-0.25l-0.54,0.49l0.28,0.58l-1.5,-0.07l-0.42,0.93l-1.6,-0.65l-0.77,0.62l-0.28,-0.62l0.37,-0.05l0.36,-0.67l-0.28,-1.47l0.51,-0.26l0.1,-0.64l-0.46,-0.62l-0.91,-0.27l-0.25,-0.69l0.11,-1.46l-0.92,-1.12l-0.11,-0.67l-0.71,-0.17l-0.72,0.24l-0.16,-0.5l1.05,-0.5l0.39,-0.76l-0.28,-0.67l-0.76,-0.28l1.05,-0.72l0.58,-1.2l0.29,-1.23l-0.41,-0.5l-0.03,-0.65l0.55,-0.4l-0.1,-0.8l0.66,-0.49l0.35,-0.82l0.97,0.04l1.23,-0.53l0.76,-1.35l-0.36,-0.88l-1.32,-0.87l-1.57,-2.16l-1.81,0.13l-0.48,0.5l-0.73,-0.24l-0.18,-0.34l1.17,-0.75l0.14,-0.71l-0.59,-0.53l-0.86,-1.74Z", "name": "Omskaya oblast"}, "RU-SAR": {"path": "M120.55,275.71l0.77,-0.78l0.27,-1.15l0.6,-0.58l-0.27,-0.89l0.91,-1.1l1.1,-0.64l0.66,0.45l2.19,-0.27l3.03,0.81l0.74,-0.77l0.6,-0.09l0.14,-0.4l1.05,0.28l1.23,0.95l0.66,-0.63l1.56,0.02l0.94,-0.7l1.66,0.69l2.05,-1.89l1.02,-0.16l0.77,0.49l1.23,-0.04l0.72,0.47l1.96,0.0l0.74,-0.33l0.77,0.24l0.7,-0.81l1.05,0.08l0.51,-0.76l0.57,-0.11l0.3,0.02l-0.14,0.83l1.85,0.33l0.18,0.44l0.53,0.18l0.21,0.72l0.61,0.23l0.37,-0.48l1.32,-0.07l0.14,0.71l1.0,0.47l0.47,-0.1l0.21,0.46l1.08,0.61l1.52,0.27l0.11,0.83l2.67,0.54l0.3,1.61l-0.53,-0.14l-0.41,0.34l-0.28,0.99l-0.77,0.32l-0.22,0.76l-1.61,0.44l-1.08,0.86l-1.94,0.05l-0.56,1.19l0.31,0.71l-1.24,0.35l-1.55,1.22l-1.45,-0.26l-0.16,0.57l0.55,0.4l0.55,3.03l0.52,0.51l-2.06,1.07l-0.66,-0.31l-1.31,-2.08l-2.1,-1.89l-1.72,0.49l-0.44,-0.91l-1.33,0.14l-0.54,-1.02l-1.37,-0.45l-0.49,0.11l-0.66,0.87l-1.32,0.19l-0.26,-0.95l-1.45,-0.75l-0.98,0.37l-0.17,0.91l-1.43,-0.01l0.32,-1.59l-0.74,-1.48l-0.99,-0.65l-2.51,-0.24l-0.6,-0.35l-1.23,0.13l-0.76,0.58l-0.59,-0.45l-3.22,1.09l-2.0,-1.27l-0.32,-1.14l-1.76,-1.38l-0.09,-0.36Z", "name": "Saratovskaya oblast"}, "RU-ORL": {"path": "M80.46,267.23l1.25,-0.24l1.11,-0.92l-0.09,-0.57l-0.87,-0.43l-0.03,-0.29l0.93,-0.1l1.2,-1.56l1.13,-0.18l0.7,-0.72l0.75,0.51l0.64,-0.06l0.74,0.89l1.41,0.23l0.84,0.77l2.24,0.35l0.82,-0.41l0.62,0.23l0.38,1.02l0.75,0.06l0.33,0.45l-0.23,1.13l0.24,0.42l-0.58,1.46l0.43,0.81l1.13,0.93l-1.16,0.92l-0.31,1.2l-1.01,-0.24l-0.48,0.49l-1.16,-0.96l-1.57,-0.26l-1.47,-0.69l-1.2,-1.12l-3.36,0.64l-0.48,-0.95l-0.47,-0.14l-2.68,0.74l-0.55,-0.21l0.67,-0.42l0.53,-1.32l-0.31,-0.85l-0.83,-0.65Z", "name": "Orlovskaya oblast"}, "RU-STA": {"path": "M111.92,316.9l0.03,-0.44l1.33,0.03l0.86,-0.65l-0.09,-1.03l0.73,-0.29l3.45,0.42l0.49,-0.34l0.15,-0.69l0.18,0.67l1.3,-0.04l2.06,-1.44l2.33,1.24l2.5,0.44l1.74,2.2l1.24,0.58l1.56,0.17l4.35,2.16l0.5,0.72l-0.43,0.53l0.04,0.71l-0.8,0.82l-1.12,0.52l-0.1,1.15l0.93,0.35l-1.18,0.24l-0.49,0.6l0.29,0.59l1.82,0.09l-0.32,1.23l-0.49,-0.0l-0.36,-0.44l-0.87,0.02l-0.67,1.81l-0.52,-0.88l-2.28,-0.02l0.56,-0.53l-0.03,-0.49l-0.37,-0.24l-1.02,0.47l-1.83,-0.42l-0.93,0.97l-1.26,-0.19l-0.59,0.24l-0.78,-0.77l-2.41,0.84l-0.51,-1.29l-0.58,-0.12l-0.63,0.33l-0.14,-0.24l1.3,-0.95l-0.33,-0.74l-0.87,0.07l-1.78,-0.54l-0.61,-0.78l-0.89,0.08l-1.29,-0.85l0.97,-1.34l-0.0,-0.85l-1.1,-0.29l-0.9,-1.59l-1.24,0.06l-0.18,-0.9l-0.77,-0.95Z", "name": "Stavropolskiy kray"}, "RU-SE": {"path": "M126.06,334.13l1.26,-1.97l1.19,0.2l0.38,-0.8l0.81,-0.38l0.64,-0.07l0.38,0.28l0.15,0.89l0.68,0.09l0.99,0.88l-0.22,0.82l-0.9,-0.27l-0.49,0.82l-1.44,0.32l-1.75,0.88l-0.49,-0.15l0.21,-0.55l-0.28,-0.43l-1.13,-0.57ZM130.75,329.28l-0.48,-0.52l1.74,-0.1l0.02,0.43l-1.28,0.18Z", "name": "Severnaya Osetiya-Alaniya, Respublika"}, "RU-SAM": {"path": "M149.37,263.67l0.2,-0.38l0.73,0.36l0.94,-0.34l0.48,-1.31l0.66,-0.07l0.23,-0.48l1.08,0.14l0.9,-1.0l1.89,-0.09l1.11,0.39l0.91,-0.31l1.52,0.13l0.26,-0.52l-0.28,-0.51l1.11,-0.88l0.22,-1.8l-0.27,-0.66l0.42,-0.12l0.67,0.94l1.09,-0.66l1.31,0.6l0.31,-0.19l0.39,-1.32l0.72,-0.71l3.4,0.8l0.2,0.68l1.86,1.26l-0.38,0.39l0.13,0.53l0.85,0.17l-1.0,2.72l-0.93,1.13l0.54,1.22l-0.66,1.5l0.02,0.8l-1.61,0.85l-0.21,0.52l0.19,0.91l-0.84,-0.15l-0.59,1.01l0.16,0.9l-0.5,0.74l0.05,1.6l-2.86,1.89l-0.11,-0.72l-1.89,-0.62l-0.92,-0.92l-1.1,-0.5l-0.96,0.05l-1.27,-1.43l-0.71,0.07l-1.18,-0.86l-1.74,0.19l-0.95,-1.08l-1.29,-0.38l0.81,-0.71l0.03,-0.78l-0.44,-0.49l-0.74,-0.07l-0.18,-0.6l-0.65,-0.01l-1.14,-1.82ZM171.38,256.43l0.06,-0.09l0.24,0.07l-0.13,-0.01l-0.17,0.03Z", "name": "Samarskaya oblast"}, "RU-SA": {"path": "M452.06,155.96l1.57,-0.31l0.56,-0.95l0.83,-0.14l1.3,-0.84l1.02,0.3l0.9,-1.22l0.48,-6.86l-0.03,-6.91l-3.82,-4.92l1.21,-1.18l0.56,0.46l1.39,0.01l1.64,-0.67l4.25,-0.89l0.65,-0.45l0.13,-0.54l0.99,-0.6l2.84,0.16l0.98,0.61l1.24,-0.03l0.88,-0.78l0.82,-1.95l-0.3,-0.52l-0.56,-0.13l-0.38,-0.85l1.26,-0.44l0.41,-1.02l3.4,-0.51l0.16,-0.61l-0.79,-0.47l-0.02,-0.99l1.76,-0.67l0.18,-0.71l1.6,-0.0l1.17,-0.45l1.46,-0.1l0.95,-0.78l2.44,-0.5l0.42,-0.63l0.45,0.51l0.56,-0.03l1.71,-0.97l0.07,-0.78l0.76,-0.53l0.06,-0.54l-0.56,-0.59l-0.79,0.07l-2.36,-1.16l-0.0,-6.81l-0.4,-0.4l-0.96,-0.02l-1.13,-1.73l-2.17,-0.45l0.93,-0.71l-0.13,-0.74l-1.85,-0.72l-0.3,-0.52l-0.97,-0.18l-0.24,-0.87l0.37,-0.38l-0.18,-0.6l0.94,-0.61l-0.21,-0.48l0.48,-0.26l0.09,-0.5l-0.82,-1.45l-1.11,-0.18l0.32,-0.67l-0.8,-0.8l0.75,-0.38l1.11,-1.28l0.85,-0.02l0.66,-0.43l0.16,-0.78l-1.18,-0.95l0.4,-0.32l1.32,-0.46l2.6,1.17l3.05,0.4l2.42,-0.43l0.68,-0.39l0.36,-0.46l-0.09,-0.87l1.75,2.33l0.05,0.33l-0.61,0.18l-0.89,1.27l0.09,0.53l0.68,0.69l1.08,0.34l0.13,2.12l-0.29,1.32l-1.64,0.8l-0.25,0.8l0.49,1.12l0.58,0.5l4.44,0.91l0.42,-0.24l-0.37,-0.67l-3.51,-0.66l-0.94,-1.04l1.93,-1.35l-0.03,-0.75l0.39,-0.72l-0.32,-1.2l0.69,-0.56l1.74,-0.36l-0.03,-0.68l-1.33,-0.07l-1.24,-0.88l1.79,-0.21l1.09,-0.64l3.83,-0.1l2.93,-1.03l6.17,0.36l4.45,0.87l5.26,-0.0l1.71,0.32l0.54,0.27l-0.98,0.05l-0.4,-0.36l-0.63,-0.01l-1.02,0.82l-0.07,1.52l0.36,0.87l2.85,1.25l3.13,0.61l1.16,1.02l4.26,0.85l0.51,-0.21l0.01,-0.65l-0.56,-0.23l2.79,0.52l1.86,-0.44l2.16,0.01l1.02,0.78l2.06,0.21l1.17,0.48l0.57,0.01l0.4,-0.31l-0.11,-0.23l0.62,0.04l0.66,-0.58l1.2,-0.01l0.79,-0.69l0.08,-0.75l0.57,-0.19l0.0,-0.67l0.78,-0.08l0.31,-0.35l-0.17,-0.76l-0.69,-0.16l-0.02,-0.32l-0.77,-0.52l0.31,-1.22l-0.63,-0.67l0.7,-0.64l-0.19,-0.39l0.17,-0.14l0.6,0.76l1.93,-0.2l1.76,-1.48l0.7,-0.11l1.29,0.72l0.5,-0.02l1.09,0.88l0.6,-0.35l0.21,1.04l1.79,0.19l-0.22,0.58l0.64,0.76l0.9,-0.59l1.21,0.37l0.58,-0.59l0.02,0.82l0.41,0.28l1.16,-0.25l0.47,0.35l0.11,1.16l0.71,0.04l0.52,-0.75l-0.03,-0.86l0.6,0.26l0.81,-0.58l0.02,-1.03l4.4,0.67l0.51,0.49l-0.17,0.21l0.37,0.63l1.32,-0.03l-0.29,0.61l0.39,0.25l0.94,0.28l1.01,-0.28l1.08,0.45l-0.58,1.0l0.22,0.47l1.66,-0.53l1.7,0.86l-0.11,0.2l-2.33,-0.39l-3.37,0.72l-0.55,0.41l-0.6,1.33l0.41,0.27l1.47,-0.03l-0.23,0.36l-2.81,0.28l0.67,0.97l3.25,1.41l3.12,0.13l0.28,0.56l0.65,0.22l-0.5,0.6l0.47,0.7l-0.77,0.49l0.02,0.4l-1.34,0.17l-0.51,-0.56l-1.3,-0.51l-0.17,-0.68l-2.05,-0.61l-1.96,-1.23l-1.14,0.37l0.67,0.84l-0.15,0.56l2.5,1.09l1.11,1.11l0.02,0.61l0.98,0.79l0.26,0.99l1.12,0.97l-0.44,0.61l0.35,0.93l0.52,0.22l1.05,-0.21l1.31,2.64l1.44,0.93l0.13,0.57l-0.47,0.27l-0.07,0.47l0.43,0.21l1.1,-0.2l0.43,0.4l0.61,-0.18l0.47,1.09l1.47,0.4l0.44,0.48l0.81,0.11l0.59,-0.42l0.26,1.19l1.17,0.47l1.18,-0.17l1.75,-1.36l1.26,-2.37l0.52,-0.3l0.01,-0.46l1.66,-0.12l-0.23,-0.62l-0.96,-0.27l1.57,-3.59l1.96,-2.32l-0.36,0.92l0.15,0.55l1.41,0.6l0.95,1.38l2.66,1.41l1.44,0.38l1.45,0.28l2.19,-0.32l0.23,0.12l-0.19,0.95l0.41,0.29l0.85,-1.19l0.13,-1.0l1.88,-0.58l1.08,0.19l0.33,-0.65l0.81,-0.25l1.76,-0.11l2.35,0.56l0.67,0.97l1.02,-0.48l0.73,0.65l1.68,0.52l0.06,0.34l0.78,0.1l-0.01,0.66l0.54,0.24l0.17,0.47l1.66,0.94l1.43,-0.14l0.32,-0.52l-0.21,-0.4l1.75,-1.26l-0.59,-0.58l-1.71,-0.12l0.68,-1.47l1.04,-0.19l0.64,0.64l0.73,-0.13l0.71,-0.9l1.34,0.59l0.68,1.52l0.43,0.13l1.05,-0.15l0.4,-0.63l1.17,0.34l0.83,-0.3l1.03,0.18l0.28,-0.73l-1.16,-1.17l-0.45,-0.97l-0.07,-0.59l0.54,-0.63l-0.19,-0.44l-0.71,-0.35l0.34,-0.45l0.02,-0.81l0.68,-0.72l0.8,0.26l0.82,-0.21l0.32,-0.33l-0.07,-0.66l-0.63,-0.35l-3.07,-0.07l-0.93,0.68l-0.84,0.0l-0.27,-0.34l0.85,-1.25l1.17,-0.92l5.36,0.02l2.94,-0.93l0.24,-0.45l-0.7,-0.33l0.02,-1.02l-1.79,-1.27l2.84,0.31l1.48,0.92l3.57,0.72l6.63,0.02l10.03,1.42l5.27,1.31l-5.34,-0.05l-0.91,-0.67l-1.44,-0.21l-1.39,0.69l-0.9,1.18l-0.99,-0.47l-1.43,0.42l0.6,0.98l1.66,0.64l3.24,-0.92l2.59,-0.13l0.42,0.52l-0.58,1.06l0.36,0.68l0.58,0.14l0.06,0.41l-2.06,0.35l-1.77,-0.98l-0.57,0.22l0.01,0.94l0.87,0.6l-1.13,0.27l0.02,1.64l0.65,-0.2l0.16,0.25l1.75,0.14l1.29,-0.76l0.88,0.07l1.7,-0.6l1.72,-1.17l1.42,-1.7l2.82,-2.41l6.18,0.19l6.24,1.57l2.12,1.9l-0.02,0.33l-1.54,0.69l-1.15,-1.07l-0.63,-0.2l-1.25,1.3l-1.36,-0.42l-0.48,0.46l0.56,0.67l-0.47,0.32l0.25,0.69l1.03,0.07l0.53,-0.3l4.1,0.39l-0.54,1.29l0.14,0.54l1.63,-0.44l2.42,-0.01l-0.69,0.91l-2.56,1.24l0.15,0.74l0.64,0.04l2.17,-1.06l0.43,0.42l1.29,-0.89l0.86,-0.2l2.3,0.56l2.95,2.58l-1.94,-0.07l-0.19,0.81l4.43,1.33l0.24,0.54l0.65,-0.39l1.9,-0.0l1.93,-0.45l1.65,0.19l3.08,-1.0l6.06,-0.87l0.37,0.73l0.58,-0.22l0.28,-0.66l1.5,-0.24l10.68,0.49l6.46,2.06l3.04,2.25l1.25,2.43l-0.65,1.21l-1.0,-0.14l-0.49,0.55l0.87,0.58l-0.02,0.46l-0.84,0.95l0.5,1.69l0.82,-0.1l1.54,0.79l0.39,-0.15l0.64,0.56l0.81,-0.25l1.97,0.45l-0.18,1.4l0.58,2.37l-0.36,0.61l0.15,0.5l2.17,0.88l-1.0,1.59l-0.04,0.81l-0.49,0.74l-0.25,0.26l-1.21,-0.05l-0.4,0.58l0.29,0.41l1.8,0.02l1.64,-1.58l-0.08,-0.89l1.38,-1.37l-0.09,-1.14l-0.72,-1.76l0.28,-1.27l1.55,-1.13l1.13,-0.21l0.99,-0.86l0.24,1.83l1.95,1.92l-1.18,0.68l0.12,1.31l1.4,1.17l-1.05,0.33l0.04,1.18l0.56,0.76l-0.65,0.71l-0.03,0.66l-0.65,0.95l-5.22,-0.91l-2.22,1.01l-5.92,0.21l-0.58,0.41l-1.05,-0.06l-3.26,0.86l-1.59,0.03l-2.22,0.85l-0.32,0.99l-0.71,0.4l-0.1,0.69l0.32,0.51l0.95,0.27l-1.55,-0.05l-0.78,0.31l-0.58,0.72l-0.26,1.09l0.5,0.94l0.39,0.16l-0.4,0.72l0.53,0.9l2.65,1.43l1.79,0.53l0.7,1.46l0.13,0.42l-0.83,0.42l-0.46,1.05l-1.48,1.56l0.73,0.96l-0.56,0.77l0.21,0.88l-1.21,-0.34l-2.28,0.4l-1.91,1.06l-0.19,0.56l-0.86,0.06l-0.55,-0.19l-0.02,-0.74l-1.1,-0.62l-0.84,-0.93l-0.58,0.13l-1.05,1.01l-1.78,-0.21l-1.09,-0.71l-2.25,0.22l-1.09,-0.5l-1.3,0.62l-1.9,-0.87l-0.96,0.33l-1.12,1.38l-0.04,0.33l0.76,0.39l0.08,0.58l-0.47,0.59l-0.39,0.14l-0.84,-0.65l-1.42,-0.0l-1.52,0.68l-0.23,0.57l0.27,1.41l-0.55,1.03l0.48,0.88l-1.72,0.7l-2.38,0.45l-0.54,0.95l0.26,0.9l-0.83,1.01l0.34,1.21l0.89,0.79l-1.98,1.25l0.14,1.01l-0.55,0.2l-0.26,-0.93l-0.77,-0.3l-2.96,0.62l-0.43,0.67l-1.04,-0.21l-1.11,0.37l-1.77,0.02l-0.3,0.29l-0.1,1.02l-1.56,-0.33l-0.74,-0.9l0.35,-0.71l-0.13,-0.59l-1.61,-0.78l-0.86,0.09l-1.43,0.98l-0.69,-0.08l-0.38,0.29l-0.53,-0.23l-2.45,0.17l-0.76,-0.79l-0.92,-0.35l-1.89,1.37l0.07,1.0l1.12,0.74l-1.18,1.93l-1.34,-0.47l0.22,-0.61l-0.5,-0.68l-1.93,0.33l-0.33,0.48l-1.04,-0.64l-3.42,-0.47l-0.58,1.25l-0.94,0.99l-3.08,1.17l0.41,1.25l-0.95,1.22l-1.08,2.92l0.1,1.45l0.48,0.96l-0.19,1.23l0.61,1.59l-0.65,-0.14l-0.88,0.41l-0.09,1.97l-0.49,-0.06l-0.25,0.68l-1.14,0.47l-0.91,1.15l-0.35,1.01l-1.44,0.76l-0.94,0.09l0.12,-1.43l-0.25,-0.54l-0.51,-0.09l-1.03,0.54l-0.2,-0.8l-1.47,-0.07l-0.73,-0.71l-0.86,0.25l-0.77,1.34l-1.3,-0.38l-1.06,0.48l-1.42,-1.43l-0.66,-0.04l-0.46,0.49l-0.48,-0.47l-0.93,-0.17l-0.59,-0.42l-0.11,-0.61l-0.6,-0.38l-0.66,-1.15l-1.12,-0.03l-0.21,-0.4l-1.26,-0.56l-1.07,-0.12l-0.39,0.48l0.02,0.66l-1.0,-0.02l-0.56,0.46l-0.52,2.74l-1.32,0.57l-0.24,1.2l-1.43,1.4l-0.58,1.27l-2.3,0.27l-0.77,0.94l-1.17,-0.08l-0.6,0.69l0.01,0.71l-1.64,0.42l-0.27,0.41l0.2,0.65l-0.56,0.29l-0.2,0.91l0.59,1.17l0.69,0.42l-0.94,1.24l0.41,0.97l-0.66,1.15l0.27,2.29l-0.41,0.84l0.15,0.9l-0.69,-0.89l-0.49,0.39l-1.71,0.11l-0.96,0.85l-0.12,0.56l-1.11,0.82l-1.17,0.17l-1.04,0.55l-2.2,-0.61l-1.14,0.05l-1.16,-0.76l-0.77,-0.02l-1.96,1.22l-1.13,1.98l-1.55,-0.13l-0.55,-0.58l-1.39,0.4l-2.23,-0.76l-2.0,0.2l-0.64,-0.51l-2.5,0.74l-0.9,0.78l-0.6,0.02l-0.29,1.64l-0.76,-0.06l-0.74,1.03l0.05,1.15l-0.85,0.89l-1.19,0.13l0.27,1.71l-0.87,0.59l-0.12,0.67l-1.15,-0.66l-1.67,0.27l-0.01,0.51l0.74,0.73l0.05,0.49l0.77,0.6l0.0,0.55l1.33,0.99l-1.59,0.59l-1.1,2.25l-1.02,-0.39l-1.09,0.73l0.48,1.23l1.23,0.32l1.83,2.26l-0.54,0.52l-0.07,0.76l-0.57,-0.16l-0.69,0.48l-0.76,-0.02l-0.8,0.78l-0.18,1.53l-0.65,0.53l-0.58,1.84l0.33,1.23l-0.83,-0.26l-3.49,0.26l-0.64,-0.33l-2.29,0.05l-2.55,0.67l-0.16,0.43l0.3,0.65l-0.27,0.17l-2.26,-0.36l-1.43,-1.07l-2.11,0.25l-0.78,-0.43l-0.62,0.21l-0.54,0.66l-0.72,-0.7l-0.89,-0.22l-1.41,0.06l-0.41,0.56l-1.26,-0.34l-0.88,0.68l-1.17,-0.22l-0.58,-0.91l-1.35,-0.61l-1.47,0.35l-0.5,-0.68l-1.0,-0.28l-1.65,0.37l-1.42,-0.57l-0.78,0.24l-0.55,-1.16l-0.6,-0.26l-1.95,-2.29l-3.38,-0.38l-2.11,-1.27l-0.69,0.15l-0.27,0.56l-0.41,0.1l-0.62,-0.74l-1.74,-1.12l-2.64,-0.11l-0.67,-1.23l-0.7,-0.46l-1.72,-0.13l-0.52,-0.33l-1.76,0.03l-2.02,0.23l-1.99,0.82l-0.46,-0.62l-0.64,-0.13l0.31,-1.13l-1.38,-1.8l0.42,-0.97l-0.11,-0.45l-0.68,-0.33l-0.96,0.21l-0.11,-0.65l-0.39,-0.28l0.48,-2.05l-0.43,-2.42l0.3,-0.96l-0.25,-0.44l-1.35,-0.64l0.35,-1.47l-0.46,-0.71l0.23,-0.88l-0.73,-0.48l-0.12,-0.82l0.82,-0.96l-0.46,-0.44l-0.11,-0.64l-1.93,-0.9l-0.74,-0.78l-1.46,0.23l-0.77,1.06l-0.45,-0.72l-1.12,0.46l-1.55,-0.39l-0.21,-0.26l0.32,-1.67l-0.61,-0.63l0.9,-0.42l-0.01,-0.72l-1.25,-0.26l-0.47,-0.86l-2.09,-1.65l-2.74,-0.43l-1.99,-0.93l-2.72,0.63l-2.08,1.96l-0.93,-0.04l-0.85,0.95l-0.05,0.94l-1.13,0.77l-0.64,0.9l-1.69,0.56l-0.38,0.56l-0.95,0.34l-0.2,0.79l-0.84,0.76l0.12,0.97l-0.78,0.63l-1.64,0.01l-1.47,0.81l-0.59,-0.08l0.95,-1.11l-0.01,-0.53l-0.42,-0.35l-1.3,0.0l0.11,-0.62l-0.52,-0.79l-0.39,-0.04l-1.72,1.75l-0.81,0.04l-0.61,0.47l-0.83,-0.44l-1.04,0.13l-0.51,0.39l-0.38,-0.27l-2.2,-0.16l-0.9,0.71l-0.29,1.02l-0.73,0.04l-0.38,0.35l-2.12,-0.08l-1.2,-1.36l-0.3,-0.84l-1.04,-0.18l0.34,-0.44l-0.19,-0.43l1.05,-1.14l-0.09,-1.01l0.71,-0.71l0.67,-1.38l-0.33,-0.91l0.14,-0.56l1.12,-1.44l-0.0,-0.61l0.86,-0.8l0.1,-0.56l0.7,-0.33l-0.04,-1.2l1.0,-1.05l0.43,-1.09l-0.38,-0.92l-0.67,-0.22l-0.89,0.23l-0.56,-0.9l-1.21,-0.28l0.29,-1.62l-1.27,-1.52l-0.14,-0.94l2.04,-2.24l0.06,-1.32l-0.71,-1.31l-2.28,-0.13l-0.75,-0.44l0.46,-0.29l0.5,-1.31l0.95,-0.79l-0.28,-0.72l-0.67,-0.36l-0.07,-2.27l-0.51,-1.25l-0.54,-0.23l-1.33,-1.58l-1.08,0.08l-1.55,-0.5l-1.44,0.18l0.29,-1.18l1.67,0.2l0.89,-0.96l-0.21,-1.2l-0.89,-0.74l-0.19,-1.46l-0.43,-0.48l-0.92,-0.23l-0.39,0.42l-0.82,-0.06l-1.2,0.64l-1.37,-0.95l-1.44,0.38l-0.53,-0.67l-2.42,-0.72l-0.76,-0.81l-0.57,0.09l-0.2,0.47l-1.43,0.22l-0.66,-0.73l-1.13,0.11l-0.33,-0.48l0.7,-0.45l-0.17,-1.05l1.93,-0.53l-0.02,-0.51l-1.05,-1.04l1.8,-1.31l0.69,-0.05l-0.27,-0.9l0.74,-0.56l1.22,0.05l0.83,-1.36l-0.28,-0.47l-1.01,-0.29l-0.57,-0.75l-0.84,-0.24l0.03,-3.07l-0.69,-1.16l-1.04,-0.17l-0.09,-1.36l1.15,-0.93l-0.75,-3.1l-0.56,-0.29l-0.33,-0.76l-2.01,-0.42ZM651.49,198.62l0.0,0.04l-0.04,0.02l-0.0,-0.0l0.04,-0.06ZM667.6,106.69l-1.57,1.66l-1.99,1.38l0.05,-0.39l1.55,-0.91l0.15,-0.64l-0.95,-0.6l-1.23,0.31l-0.3,-0.63l4.28,-0.19ZM576.72,106.25l0.0,0.03l-0.02,-0.02l0.02,-0.01ZM541.87,99.83l-0.15,-0.05l0.14,0.02l0.01,0.03ZM545.78,96.69l-0.02,-0.04l0.03,0.03l-0.01,0.01ZM559.14,94.73l-0.0,-0.14l0.21,-0.05l-0.17,0.08l-0.04,0.1ZM559.5,94.48l0.54,-0.29l0.24,0.21l-0.61,-0.0l-0.16,0.08ZM746.56,132.23l0.14,-0.06l0.02,0.14l-0.11,0.01l-0.05,-0.08ZM745.08,133.49l-0.09,-0.92l0.23,-0.24l0.08,0.94l-0.23,0.22ZM743.53,135.67l0.18,-1.0l-0.5,-0.85l0.86,-0.59l-0.49,0.68l0.34,0.61l-0.16,1.23l0.33,1.1l-0.5,-0.15l-0.06,-1.03ZM740.48,120.24l0.09,0.3l-0.17,0.03l0.05,-0.09l0.03,-0.24ZM698.77,66.74l0.57,-0.15l0.1,0.26l-0.18,0.11l-0.49,-0.22ZM664.61,76.45l0.43,-1.26l0.43,-0.28l-0.03,-0.44l0.58,-0.21l0.02,-1.27l0.82,0.34l0.19,0.3l-0.39,0.91l1.13,0.89l2.87,0.18l0.92,-0.97l4.64,0.21l0.41,0.21l-0.44,0.45l0.01,0.61l1.08,0.89l1.65,-0.06l1.21,-0.48l5.1,0.44l-0.03,0.56l1.74,0.41l0.39,0.41l1.31,-0.75l-0.9,1.09l-0.03,1.0l-4.19,0.91l-0.49,0.4l-2.56,0.08l-5.28,-0.46l-2.69,-1.57l-2.94,-0.52l-2.31,-1.29l-2.65,-0.74ZM678.15,61.05l0.69,-0.36l1.58,-0.21l-0.11,0.59l-2.15,-0.02ZM616.32,75.24l0.74,0.49l0.69,0.03l0.83,-0.2l0.44,-0.47l-0.14,-0.78l-0.71,-0.28l0.17,-0.28l-0.56,-0.69l0.49,-0.29l-0.89,-1.58l0.69,-0.27l2.16,0.5l0.47,-0.45l-0.23,-0.63l-1.46,-1.27l1.22,-0.54l1.68,-0.22l0.71,-0.98l0.51,-0.17l0.38,0.69l0.57,0.1l0.56,-1.32l1.62,-0.34l1.06,1.31l3.58,1.29l-0.18,0.76l0.96,0.71l1.11,0.43l0.78,-0.28l0.97,0.31l-0.52,1.09l0.55,0.62l2.35,0.26l0.94,-0.3l0.11,-0.77l-0.78,-0.79l0.15,-2.48l0.25,-0.31l0.98,-0.06l2.23,0.45l0.25,-0.56l-0.8,-0.77l2.98,1.31l2.14,1.61l2.89,0.64l1.62,-0.01l0.36,-0.47l1.17,-0.13l5.33,1.77l0.61,0.57l2.25,0.56l-2.91,1.06l-0.39,1.07l0.53,0.75l-0.34,1.02l-1.52,1.04l-1.81,0.25l-1.27,-0.58l-1.83,0.14l-2.4,-0.71l-0.4,-0.91l-0.54,-0.11l-0.35,-0.78l-0.65,-0.37l0.14,-0.75l0.51,-0.48l1.97,-0.94l0.22,-0.65l-0.24,-0.84l-0.76,-0.43l-3.31,0.02l-0.42,0.59l-1.17,0.02l-0.32,0.73l0.52,0.63l-0.13,0.57l0.5,0.64l0.17,1.39l1.14,0.93l0.06,0.53l0.81,0.57l0.42,0.79l5.3,1.07l-3.12,0.42l-1.67,-0.12l-0.96,0.79l-1.1,-0.3l0.53,-0.14l0.13,-0.58l-0.97,-0.87l-2.1,-0.01l-2.53,0.83l-6.61,0.94l-1.15,-1.38l-1.27,-0.2l-1.22,0.62l-0.02,1.01l0.32,0.37l-0.17,0.4l-0.7,0.73l-0.92,0.29l-1.54,-0.63l-3.35,-0.64l-1.3,-0.66l-0.57,-1.38l-3.36,-1.66l-1.05,-1.32l-0.08,-0.61ZM633.41,95.25l-1.43,0.47l-0.59,-0.35l0.39,-0.29l1.62,0.17ZM634.77,94.93l1.2,-1.16l1.22,-2.2l0.98,-0.67l1.15,0.16l1.3,-0.43l2.21,-0.1l2.7,0.88l4.24,2.81l0.42,0.66l-0.33,0.54l0.51,1.58l-1.51,0.23l-3.33,-0.37l-5.33,-0.85l-3.78,-1.11l-1.65,0.03ZM634.93,89.75l-0.78,-0.15l-0.59,-0.78l0.07,-1.51l3.17,-0.47l0.6,0.29l0.18,0.4l-0.29,1.44l-2.37,0.77ZM617.39,114.02l0.29,-0.18l0.17,-0.01l-0.24,0.3l-0.23,-0.12ZM618.14,113.81l1.98,-0.15l0.86,0.35l-0.9,0.55l-1.95,-0.75ZM608.44,87.2l0.41,0.04l0.18,0.15l-0.55,-0.11l-0.04,-0.08ZM609.71,87.91l1.33,0.66l1.1,0.97l0.02,0.37l-0.27,0.13l-1.87,-1.49l-0.32,-0.63ZM608.72,74.52l0.66,-1.43l-0.19,-1.22l0.55,-1.21l0.4,1.02l1.37,0.79l-0.9,0.91l0.16,0.82l-2.05,0.32ZM572.05,101.03l2.38,-0.54l1.01,0.05l0.73,0.59l-0.69,0.25l-3.43,-0.36ZM570.84,103.26l1.73,-0.2l0.82,0.18l-0.8,0.48l-1.74,-0.45ZM550.43,90.36l0.01,-0.09l0.01,-0.0l0.03,0.09l-0.05,0.01ZM526.23,98.62l-0.06,-0.44l1.03,-0.05l0.84,0.35l-1.81,0.13ZM506.01,85.88l0.2,-0.1l0.18,0.15l-0.16,0.01l-0.21,-0.06ZM485.42,85.02l0.08,-0.97l0.25,-0.06l6.18,0.72l0.26,0.25l-1.04,1.56l-1.14,0.41l-0.85,1.0l-3.04,-0.47l-1.11,-0.77l-2.3,-0.73l0.61,-0.2l1.38,0.24l0.5,-0.31l0.21,-0.67Z", "name": "Sakha, Respublika"}, "RU-SVE": {"path": "M198.15,238.57l0.05,-0.49l1.29,0.2l1.39,-0.61l0.29,-0.63l0.54,0.14l0.61,-0.27l0.21,-0.84l-0.82,-1.64l0.24,-1.2l0.5,-0.02l0.44,-0.79l0.46,-0.09l0.36,0.6l0.77,0.19l1.71,-1.19l0.32,-1.23l-1.29,-1.13l0.29,-0.57l0.7,-0.63l0.74,-0.0l1.19,-0.82l1.49,-1.65l-0.28,-1.85l-1.71,-0.7l0.54,-0.97l-0.38,-0.7l0.3,-1.34l-2.75,-1.08l-0.73,-1.06l-0.7,-0.18l0.4,-1.27l0.64,-0.17l0.46,-1.01l0.59,-0.05l0.34,-0.5l0.7,-0.04l0.06,-0.71l1.1,-2.15l-0.11,-0.78l1.18,-1.71l0.44,-3.01l-0.48,-0.47l-0.12,-1.22l-0.52,-0.95l0.84,-1.21l-0.38,-1.94l0.23,-0.82l-0.29,-0.44l0.51,-0.73l2.03,0.35l0.07,1.07l0.64,0.52l2.1,-0.18l3.72,0.49l3.99,2.22l2.56,0.8l0.95,0.68l1.04,1.39l-0.42,1.21l0.69,1.87l1.73,2.6l-0.01,0.71l1.21,0.6l0.99,0.1l0.82,2.54l0.23,2.62l1.26,0.77l1.67,-0.1l3.47,0.56l0.31,0.66l0.52,0.21l0.93,2.19l1.51,1.97l1.4,0.45l0.24,2.1l0.85,1.81l-2.38,0.99l-0.6,0.78l-0.62,-0.38l-3.32,1.79l0.52,0.59l-0.5,0.83l0.21,0.65l-0.28,0.6l0.84,0.6l0.02,1.35l0.41,1.08l0.56,0.49l-0.65,-0.01l-0.78,-0.53l-2.78,0.71l-0.3,0.31l0.1,0.64l-0.72,0.59l0.02,0.49l-1.65,-0.18l-1.63,-0.88l-2.04,0.37l-0.88,-0.2l-1.44,0.58l-0.3,-0.36l-0.64,-0.02l-2.55,2.26l-0.15,0.87l-1.59,-1.22l-0.75,0.03l-0.85,-0.45l-1.45,0.04l-0.47,0.57l0.3,0.64l-0.83,0.07l-0.81,-0.34l-2.88,0.22l-1.46,-0.42l-0.73,0.23l-0.44,-0.54l-2.58,-0.35l-0.8,0.42l-0.02,0.62l-0.64,0.18l-0.17,0.95l-0.64,-0.01l-1.24,-0.76l-0.97,0.52l-2.85,-0.43l-1.39,0.37l-0.72,-1.87l0.42,-2.04l-0.79,-0.94Z", "name": "Sverdlovskaya oblast"}, "RU-KK": {"path": "M358.99,274.56l0.83,-1.33l0.78,0.07l0.7,-0.72l1.7,-0.71l0.32,-1.03l1.99,-1.47l-0.11,-0.75l0.79,-0.91l-1.0,-1.35l-0.69,-0.12l0.69,-0.73l0.02,-1.05l-1.08,-1.27l0.14,-0.91l0.64,-0.53l0.1,-0.51l0.56,-0.11l0.79,-0.74l-0.37,-1.07l-1.07,-0.62l0.85,-0.28l0.32,-1.24l-0.48,-0.85l-0.89,0.05l-0.86,-0.61l-1.48,0.61l0.48,-0.9l0.06,-1.21l0.75,-1.19l-0.12,-0.61l-0.96,-0.89l-0.78,-1.64l0.86,-0.71l1.27,0.85l0.76,1.6l0.93,0.69l1.15,0.08l0.73,-0.51l0.69,0.28l2.45,-0.76l0.3,0.4l0.81,0.18l0.06,0.9l0.49,0.27l0.85,-0.19l0.43,0.49l0.49,-0.04l-0.0,1.47l1.48,0.92l0.46,1.47l1.08,1.52l-0.72,1.64l0.75,2.19l0.62,0.54l0.97,0.21l0.36,0.66l-1.18,0.97l-1.21,0.34l0.05,1.68l-3.55,2.76l-1.17,1.86l-0.52,-0.08l-1.37,0.56l-0.08,0.64l-0.52,0.61l0.2,1.21l-0.47,0.12l-1.1,1.16l-2.01,-0.1l-0.61,-0.48l-2.95,0.89l-0.2,0.94l-0.52,0.55l-0.57,-0.02l-2.05,-1.15l1.0,-1.54l-0.23,-0.43l-0.85,-0.07Z", "name": "Khakasiya, Respublika"}, "RU-SPE": {"path": "M54.42,213.0l1.62,0.4l0.15,0.62l0.71,0.41l0.13,1.08l1.02,0.55l-0.55,0.03l-0.6,0.6l-0.85,0.07l-1.82,-1.32l-0.21,-0.24l1.76,0.17l0.44,-1.25l-0.35,-0.38l-1.24,-0.16l-0.21,-0.58ZM53.61,215.07l-0.08,0.0l-0.22,-0.14l0.09,0.01l0.21,0.12Z", "name": "Sankt-Peterburg"}, "RU-MOS": {"path": "M82.29,244.89l-0.01,-0.26l0.63,-0.32l0.33,-1.13l0.66,-0.31l0.08,-1.4l0.76,0.56l1.83,0.37l1.29,-0.7l1.08,0.0l1.63,-1.03l1.15,0.45l0.72,-0.62l0.04,-1.22l1.63,-0.2l0.85,-1.19l1.14,0.56l0.37,0.7l1.37,0.07l-0.09,1.5l0.47,0.6l0.09,1.35l1.2,2.5l2.12,0.43l0.59,0.56l0.87,0.01l0.5,0.53l1.85,-0.16l0.67,-0.34l0.11,0.53l0.83,0.76l-0.11,0.86l0.64,0.18l0.08,1.07l-2.23,1.04l-0.04,0.73l-1.77,1.19l-0.96,1.63l-2.09,0.39l-0.29,0.61l0.21,1.0l-0.55,0.71l-0.86,-1.19l0.61,-0.76l-0.42,-0.73l-2.12,-0.53l-0.86,-0.94l-1.21,0.13l-0.22,0.72l-0.97,-0.78l-1.11,-0.11l-0.28,-0.5l0.42,-0.84l0.49,-0.04l0.45,-0.48l0.21,-1.2l0.61,-0.21l0.46,-1.39l1.19,-1.26l-0.57,-1.36l-1.07,-0.52l-0.73,0.1l-0.69,-0.31l0.01,-0.42l-0.71,-0.51l-0.55,0.27l0.06,0.96l0.41,0.23l0.59,-0.19l-0.3,1.37l0.17,0.48l-0.61,0.24l0.26,-0.49l-0.32,-0.48l-1.29,0.23l-0.12,0.56l0.32,0.38l1.06,-0.12l-0.33,1.04l-0.48,-0.52l-0.57,0.02l-0.39,0.4l0.43,1.5l-0.42,0.33l-1.24,-0.75l-0.94,-0.03l-1.39,0.96l-2.31,-0.78l-0.82,0.03l-0.52,0.47l-0.36,-0.15l-0.06,-1.2l0.48,-1.14l-0.34,-0.68l0.1,-0.62l-0.77,-1.19Z", "name": "Moskovskaya oblast"}, "RU-BEL": {"path": "M83.01,281.08l0.59,0.33l1.61,-0.26l1.2,-0.97l-0.0,-0.36l2.99,0.38l1.26,-0.73l1.39,-0.33l0.32,-0.65l1.02,-0.37l1.49,0.1l1.44,-0.34l0.28,0.38l1.89,0.65l-0.4,0.45l0.38,0.86l1.28,0.56l0.91,-0.35l-0.64,0.6l-0.04,0.85l0.61,0.78l1.22,0.57l-0.43,1.08l0.67,1.5l-0.09,0.41l0.75,0.85l-0.79,1.11l-1.41,-0.61l-0.29,-0.45l-1.5,-0.08l-0.5,-0.6l-0.8,0.01l-0.33,0.89l-0.3,0.05l-1.35,-0.98l-0.57,-0.7l-0.11,-0.75l-1.28,-1.07l-3.05,0.76l-1.18,0.68l-0.95,-0.56l-0.58,0.18l-1.05,-0.98l-1.55,0.0l-0.84,0.54l-0.38,-0.67l-0.47,-0.19l-0.16,-0.55l0.3,-0.98l-0.54,-1.04ZM96.86,278.3l0.0,-0.0l-0.0,0.0l-0.0,-0.0Z", "name": "Belgorodskaya oblast"}, "RU-KHM": {"path": "M208.41,189.45l0.38,-0.5l0.21,-2.27l0.83,-1.68l0.4,-2.53l0.99,-0.57l0.52,-1.27l-0.18,-0.55l-0.64,-0.05l-0.63,-0.55l0.28,-0.73l-0.18,-1.08l-0.41,-0.33l0.9,-1.09l-0.17,-1.12l2.27,-2.08l1.01,0.02l1.11,1.35l0.66,0.01l0.86,-1.25l0.88,-0.08l0.76,-1.0l0.6,-0.21l0.59,-0.88l-0.09,-0.56l1.34,-1.66l1.92,-1.32l1.1,0.65l1.1,2.35l1.62,0.48l-0.03,1.74l-0.66,1.44l0.11,0.38l0.58,0.26l-0.04,0.6l-1.04,0.68l-0.32,1.09l1.13,0.76l1.22,0.14l1.57,-0.4l0.99,0.54l-0.17,1.06l1.04,0.52l1.76,-0.09l0.7,-0.61l2.41,-0.03l0.72,-0.64l3.01,-0.1l1.14,-1.04l3.17,-0.19l2.27,0.69l1.15,-0.37l0.97,0.33l-0.72,1.19l0.3,1.21l1.63,0.51l1.0,0.77l2.04,0.02l0.71,0.39l3.39,-2.22l2.44,0.58l0.79,-1.16l-0.43,-0.81l0.25,-0.09l0.95,0.03l0.84,0.66l1.74,-0.06l1.48,0.68l1.52,-0.25l0.83,0.73l1.45,0.4l-1.17,1.42l2.0,2.84l2.63,0.23l0.62,0.54l0.25,3.17l0.5,0.36l2.01,-0.14l0.87,-0.78l2.63,0.14l2.16,-1.23l1.34,1.83l4.6,0.3l1.39,1.05l2.23,0.11l2.41,-0.62l2.52,-0.03l1.81,0.7l0.52,0.63l1.98,-0.75l1.59,0.48l0.75,1.5l3.83,1.92l0.87,0.84l2.02,-0.87l2.13,-0.38l5.5,0.07l0.38,-0.32l0.37,-1.39l3.16,-1.59l0.35,-0.71l2.05,-0.18l0.38,1.13l0.9,1.19l2.4,1.17l0.6,-0.01l1.49,-0.95l0.86,0.33l1.89,0.06l0.09,0.57l1.35,0.69l0.21,0.56l1.48,0.65l2.64,-0.8l1.06,1.25l1.15,0.2l1.47,2.74l0.0,0.89l0.95,0.96l1.67,0.22l0.93,0.67l1.08,0.1l0.53,0.51l2.32,0.57l-1.56,0.66l-0.07,0.87l-5.27,2.21l-1.84,1.11l-1.19,0.2l-2.49,-1.72l-2.25,0.19l-3.87,2.43l-0.29,1.0l-0.76,0.47l-1.68,-0.9l-3.63,0.06l-0.53,-0.92l-1.65,-0.35l-1.79,0.28l-1.2,0.77l-1.67,-0.22l-2.41,0.21l-0.07,-0.85l-0.91,-0.49l-2.04,0.44l-0.61,-0.38l-1.21,0.4l-1.86,-0.19l-1.02,0.42l-1.05,-0.59l-3.38,-0.21l-0.96,1.41l0.38,1.22l-1.39,0.84l-0.17,0.93l0.5,0.56l-0.79,1.21l0.32,0.56l-0.08,2.25l-0.43,0.44l-0.06,0.67l-2.31,0.26l-0.87,0.88l-0.6,0.04l-0.46,1.07l-1.1,0.64l0.14,1.81l-2.39,2.22l-1.95,-0.56l-3.28,0.07l-0.68,-0.51l-1.85,-0.37l-0.86,0.27l-1.77,-0.26l0.12,-0.44l-0.72,-0.58l0.09,-0.61l-0.37,-0.52l-0.62,-0.21l-1.08,0.37l-0.42,-0.26l-0.41,-1.1l-2.28,-2.05l-0.74,-0.14l-0.6,-0.6l-2.39,-1.12l-0.74,-0.94l-0.66,0.1l-0.57,0.59l-1.01,-0.34l-2.03,0.35l-1.27,-0.64l-2.74,-0.04l-0.4,-0.61l-1.32,-0.05l-1.15,0.43l-0.45,0.5l0.08,0.48l0.83,0.49l-3.44,1.45l-1.11,2.24l-3.16,0.51l-0.99,0.94l-2.39,1.17l-0.49,-0.32l-1.23,0.4l-0.27,0.5l0.12,1.49l-1.75,0.57l-2.22,-0.18l-1.24,-0.33l-1.4,-1.81l-0.96,-2.29l-0.63,-0.3l-0.39,-0.74l-3.87,-0.7l-1.54,0.12l-0.77,-0.41l-0.14,-2.35l-0.87,-2.73l-0.44,-0.43l-1.71,-0.45l-0.72,-1.77l-1.09,-1.41l-0.61,-1.67l0.52,-1.14l-1.41,-1.89l-1.17,-0.81l-2.46,-0.76l-4.15,-2.28l-3.89,-0.53l-1.94,0.19l-0.18,-1.33l-1.31,-0.52l-1.16,-0.06l-0.48,-0.93l1.03,-1.89l0.24,-1.33l-0.8,-0.54l-0.46,-1.14l0.36,-1.66l-0.49,-0.51l-0.61,-0.12l-0.2,-0.5Z", "name": "Khanty-Mansiyskiy avtonomnyy okrug"}, "RU-VLG": {"path": "M80.18,221.07l0.29,-0.54l2.62,-0.69l0.73,-2.41l0.75,-0.6l-0.33,-0.85l-0.95,0.09l-0.08,-0.91l0.36,-0.78l-0.51,-0.48l-1.04,-0.2l-0.04,-1.55l0.41,-0.63l0.16,-2.03l-0.46,-1.46l1.46,-0.59l0.27,-0.92l0.96,-1.18l-0.04,-0.54l3.9,-1.5l0.82,-1.16l1.16,0.09l0.65,-0.39l1.52,0.73l2.37,-0.16l0.26,1.61l0.64,1.24l0.43,0.2l-0.03,0.84l0.59,0.17l0.48,0.71l0.81,0.07l0.12,0.7l0.9,0.21l0.4,0.63l1.06,0.04l0.69,-0.5l1.32,0.99l0.38,-0.42l0.59,0.18l1.36,-0.45l1.72,0.72l2.12,-0.47l0.45,-0.43l0.55,0.35l0.76,-0.29l1.7,0.82l1.79,0.03l0.57,-1.83l0.31,-0.15l0.92,0.48l0.67,-0.48l0.45,0.51l2.47,0.53l0.97,-0.14l0.39,-0.6l0.73,0.04l0.94,0.96l1.02,-0.49l1.88,0.24l0.37,-0.76l1.04,-0.34l0.24,-0.97l1.29,-0.37l0.57,0.81l5.4,0.54l0.42,-0.31l0.5,-2.08l1.63,0.19l0.07,0.93l0.66,0.35l2.22,0.41l1.15,-0.55l0.98,0.39l0.27,0.65l1.4,0.41l-0.58,1.07l0.28,0.52l-0.64,0.42l-0.56,1.9l-1.58,-0.07l-0.76,0.21l-0.2,0.43l0.79,1.42l1.75,0.39l1.24,-0.49l-0.5,2.18l0.27,0.41l0.8,0.22l-0.01,0.37l-3.34,-0.12l-0.48,0.43l-0.19,1.83l-1.53,0.33l-0.59,0.89l-4.2,0.0l-0.59,0.47l-2.13,-0.16l-0.62,-0.54l-0.59,0.53l-1.05,-0.66l-0.98,0.18l-1.19,-0.4l-0.7,0.37l-0.54,-0.67l-1.16,0.48l-0.9,-0.42l-0.59,0.66l-0.81,0.23l-0.92,-1.03l-1.95,0.24l-0.27,-0.84l-0.94,-0.33l-0.43,0.24l-0.46,1.21l0.65,0.8l-0.81,0.38l-0.76,-0.21l-1.9,1.11l-1.05,0.11l-0.45,1.58l0.28,0.53l-1.16,0.79l-1.39,-0.18l-0.73,0.38l-1.42,0.06l-1.0,-1.49l-0.68,-0.15l-1.34,-1.04l-2.83,-0.44l-1.18,0.26l-0.25,1.3l-1.48,-0.2l-0.51,0.54l-2.07,-0.21l-0.89,0.84l-1.0,0.02l-0.38,0.86l-2.52,-2.71l-1.89,0.31l-1.05,1.54l-1.19,0.88l-1.06,-1.42l-1.39,-0.46l-0.75,-0.61l-1.84,-0.09l-0.59,0.33l-0.32,-0.22l0.08,-0.59l-1.52,-0.49l-0.35,-0.66ZM143.27,209.53l-0.03,0.04l0.01,-0.02l0.02,-0.02Z", "name": "Vologodskaya oblast"}, "RU-CHE": {"path": "M197.46,251.35l0.45,-0.33l0.1,-0.59l1.05,-0.55l2.33,0.36l-0.4,0.41l0.31,0.77l-0.33,0.92l0.53,0.58l0.94,-0.43l0.02,-0.53l0.65,-0.85l0.17,1.04l1.03,0.48l0.7,0.0l1.03,-0.55l0.23,-0.47l-0.37,-0.71l0.24,-0.49l0.81,0.09l1.0,-0.75l0.14,-0.74l1.38,-0.15l1.06,-0.9l-0.05,-0.5l-1.58,-0.55l-0.07,-0.82l-0.58,-0.32l-0.05,-1.1l0.44,-0.33l0.14,-0.71l-0.22,-0.39l-0.67,-0.06l0.11,-0.83l1.87,0.31l0.31,0.44l0.7,0.13l0.81,-0.22l1.36,0.41l2.76,-0.22l1.03,0.37l1.36,-0.23l0.3,-0.32l-0.07,-0.59l0.73,-0.17l0.85,0.49l0.5,-0.17l1.04,0.96l1.14,0.41l0.56,0.61l0.34,1.48l1.25,0.61l-0.34,1.69l-1.13,0.01l-0.29,0.82l-0.75,0.45l0.02,0.52l0.74,0.33l0.24,0.68l-0.95,0.11l-0.41,0.43l0.11,0.92l0.52,0.53l-0.3,1.02l0.88,0.72l1.75,-0.47l0.57,0.63l1.91,-0.51l1.14,0.04l0.23,0.66l-0.67,0.3l-0.26,1.34l0.82,0.59l-0.59,0.23l-0.12,0.42l-2.01,0.09l-0.85,0.51l-2.58,-0.09l-0.38,0.59l-0.52,-0.43l-1.25,0.16l-1.27,-0.64l-0.83,0.32l-0.33,0.47l-0.98,0.22l-0.16,0.86l0.95,0.43l-0.63,0.7l-0.67,0.08l-0.08,0.7l1.68,0.63l-0.45,0.9l0.19,0.78l2.09,0.82l0.72,-0.18l0.55,0.44l1.55,0.34l-0.05,0.37l-2.22,0.04l-0.9,-0.46l-2.58,0.39l-0.03,0.7l-1.43,0.98l-0.34,0.74l0.74,0.79l0.18,0.66l0.56,0.22l0.25,0.69l-1.45,1.03l-0.88,-0.03l-1.61,1.09l-0.5,0.0l-0.3,-0.57l1.07,-0.95l-0.22,-1.47l-1.17,-0.08l-0.74,-0.48l-1.62,0.36l-0.49,-0.34l-0.85,0.0l-0.43,0.4l-0.15,0.88l-0.61,-0.72l-0.72,-0.26l0.08,-0.4l-0.44,-0.59l0.25,-1.91l0.84,-0.29l0.34,-0.57l-0.63,-0.5l-0.39,-0.97l0.41,-4.28l0.16,-0.43l1.0,-0.28l0.75,-1.35l0.93,-0.1l0.77,0.47l0.67,-0.28l0.43,-1.02l-0.46,-0.74l-0.03,-1.05l0.77,-0.56l0.61,-1.46l-0.43,-0.93l-0.74,0.05l-0.87,-0.43l-2.37,2.14l-1.04,-0.05l-2.05,1.04l-1.52,-0.49l-1.96,1.07l-0.72,-0.65l-0.14,-0.59l-2.96,-1.65l0.47,-0.8l-0.55,-0.86ZM219.34,262.66l0.12,-0.13l0.3,-0.0l-0.32,0.26l-0.1,-0.13Z", "name": "Chelyabinskaya oblast"}, "RU-YAR": {"path": "M94.1,230.7l0.45,-1.24l0.7,-0.49l-0.75,-1.0l-0.85,-0.23l0.21,-0.84l1.21,-0.5l0.36,-1.29l0.77,0.07l0.75,-0.84l2.09,0.21l0.68,-0.52l1.74,0.24l0.93,-1.59l2.54,0.44l1.12,0.91l0.64,0.08l1.19,1.59l1.92,-0.03l0.53,-0.32l1.43,0.15l0.74,1.36l-1.14,0.99l-0.11,0.51l-1.36,1.58l0.09,2.41l-0.77,0.21l-0.44,0.54l0.14,1.42l-0.89,0.05l-0.34,0.53l-1.47,0.28l-0.4,0.55l-1.55,0.71l-0.04,0.63l-0.67,0.76l-0.48,1.31l0.06,0.74l-0.67,-0.33l-0.68,0.37l-1.15,-0.48l-0.84,0.22l-1.2,-0.88l-0.65,-0.85l0.39,-1.7l-0.41,-0.76l0.64,-0.54l-0.13,-0.95l-0.48,-0.27l-0.85,0.23l-0.98,-0.47l-0.37,-1.71l-0.7,-0.25l-0.94,-1.01Z", "name": "Yaroslavskaya oblast"}, "RU-TUL": {"path": "M86.24,260.76l0.12,-0.76l1.19,-1.13l0.11,-0.89l0.66,0.06l0.49,-0.56l1.96,0.05l0.49,-0.24l0.28,-1.11l-0.65,-0.85l1.11,0.24l0.79,-1.23l0.1,-0.79l2.07,0.84l0.59,-0.23l0.26,-0.66l0.88,0.9l2.01,0.51l-0.5,0.38l0.06,0.6l0.63,0.74l0.04,0.51l0.8,0.53l0.22,1.59l0.46,0.55l0.02,1.09l0.54,0.38l-0.17,0.75l-0.91,0.53l0.15,0.9l-1.07,0.26l-0.15,0.68l0.45,0.38l0.08,0.86l-0.98,0.33l-3.67,-0.93l-0.19,-1.17l-1.37,-0.16l-0.76,0.4l-1.06,-0.39l-0.94,0.06l-0.59,-0.79l-0.88,0.11l-1.25,-1.09l-1.12,-0.2l0.24,-0.66l-0.51,-0.4Z", "name": "Tulskaya oblast"}, "RU-IRK": {"path": "M399.71,257.15l0.23,-0.49l1.02,-0.07l0.67,-1.06l2.75,0.2l0.16,-1.55l0.68,-1.2l0.02,-0.62l-0.41,-0.56l0.36,-1.5l0.83,-0.26l0.31,-0.49l-0.7,-3.11l0.89,-0.68l0.12,-0.98l0.59,-0.58l1.19,0.34l0.61,-0.82l0.56,-0.23l0.25,-0.44l-0.14,-0.94l1.18,-0.05l0.45,-0.33l0.04,-1.25l-0.54,-0.44l-0.05,-1.47l-0.65,-0.36l-0.88,0.05l0.69,-0.48l0.02,-0.51l-1.25,-0.65l2.83,-5.27l3.85,0.25l1.28,0.48l2.56,-0.6l1.43,-2.11l1.46,-0.0l0.29,1.35l1.07,1.06l0.46,1.48l1.81,1.17l0.52,0.0l1.22,-0.8l-0.0,-0.86l-0.7,-0.71l0.34,-0.58l-0.12,-0.5l0.71,-0.26l0.69,-0.79l0.12,-1.03l0.56,-0.61l1.28,-0.09l0.91,-1.52l2.55,-0.77l0.75,-0.96l1.08,-0.68l0.32,-0.96l-0.79,-2.04l0.4,-0.47l1.35,-0.12l0.87,-0.71l0.94,0.28l0.97,1.78l0.8,0.35l0.34,0.53l1.48,0.19l0.14,0.33l-0.43,0.55l0.2,0.3l1.83,-0.17l1.57,1.23l1.92,-0.6l0.54,-0.76l-0.47,-0.78l1.72,-1.28l1.14,-0.45l0.01,-1.18l-0.56,-0.84l-0.06,-1.11l-0.46,-0.49l-0.91,0.11l-0.73,-1.3l0.88,-0.39l0.48,-0.61l1.26,0.26l0.84,-0.3l-0.16,-0.81l0.26,-0.79l-0.34,-0.79l0.27,-1.17l-1.15,-0.66l-2.12,-0.01l-1.01,-0.75l-0.68,-1.66l0.32,-0.89l-0.47,-0.43l0.64,-0.47l0.0,-1.25l0.88,-0.73l1.03,-0.19l-0.43,-1.61l1.57,-0.18l0.74,-0.93l1.53,-0.85l0.74,0.1l0.88,-0.8l-0.26,-1.01l1.46,-1.22l1.18,-0.44l0.08,-2.11l1.45,-1.43l-0.06,-0.76l0.62,-0.44l-0.25,-0.44l-1.22,-0.54l-0.44,-1.28l-1.11,-0.53l-0.31,-0.73l1.25,-0.63l-0.06,-1.38l1.26,0.1l0.54,-0.89l-0.95,-1.14l0.69,-0.88l-0.21,-0.72l0.8,-1.27l-0.57,-0.8l1.48,0.81l0.96,-0.54l0.57,0.69l1.28,0.11l0.67,-1.1l3.23,-0.18l0.38,-0.71l-0.46,-1.27l0.59,-0.35l0.03,1.21l1.19,1.1l-0.19,0.54l0.28,0.37l-2.22,0.11l-0.25,1.25l-0.77,0.43l0.05,0.75l0.48,0.33l2.1,-0.3l1.58,0.51l0.87,-0.11l1.05,1.5l0.45,0.2l0.51,3.14l0.82,0.62l-0.75,0.54l-0.57,1.24l-0.68,0.38l0.13,0.61l1.34,1.1l1.94,-0.02l0.4,0.68l-0.2,0.46l0.25,0.43l-2.04,2.61l0.21,1.35l1.23,1.32l-0.35,1.8l1.63,0.57l0.63,0.95l1.28,-0.14l0.17,0.28l-1.4,1.95l0.12,0.94l-1.1,0.29l0.26,0.64l-0.87,0.92l-0.07,0.57l-1.0,1.44l-0.22,0.95l0.24,0.79l-1.23,1.9l0.03,1.03l-1.27,1.39l0.06,1.38l1.18,0.38l0.18,0.58l0.51,0.31l0.12,0.72l0.62,0.14l0.42,0.58l2.62,0.04l1.28,-0.45l1.02,-1.68l2.33,0.54l1.37,-0.61l1.31,0.43l0.67,-0.5l1.01,-0.08l1.22,-1.48l0.09,1.25l1.26,-0.04l-0.47,0.7l-0.1,1.96l0.33,0.68l0.54,0.1l1.2,-1.66l0.91,-0.39l1.8,-0.14l1.17,-0.87l0.24,-0.95l-0.19,-0.34l0.73,-0.55l0.1,-0.61l2.93,-1.43l0.7,-0.97l1.4,-0.99l-0.09,-0.87l0.61,-0.62l0.76,0.1l2.11,-2.02l2.19,-0.58l1.88,0.91l2.68,0.38l1.87,1.48l0.62,1.08l-0.23,0.68l0.84,0.75l-0.67,1.87l0.94,0.61l2.03,0.5l0.74,-0.41l0.34,0.55l0.53,0.09l0.5,-0.19l0.58,-0.94l0.93,-0.16l0.44,0.67l1.68,0.75l0.19,0.69l-0.54,0.66l0.09,1.11l0.65,0.66l-0.21,0.73l0.53,0.57l-0.6,1.61l0.37,0.47l1.47,0.67l-0.31,0.61l0.18,0.62l-1.96,0.44l-1.1,-0.6l-0.55,-0.73l-2.75,-0.43l-0.89,0.1l-1.19,0.76l-0.15,0.52l0.51,0.64l-0.46,-0.02l-0.32,0.36l-0.22,1.79l-1.17,0.24l-0.35,0.59l0.43,0.59l-0.13,0.74l0.74,0.38l-0.13,0.66l1.04,2.11l0.49,0.22l1.17,-0.49l-0.84,0.56l0.34,1.31l-0.84,0.72l-0.29,-0.6l-0.39,-0.07l-1.12,0.95l-1.51,0.62l-1.11,-0.16l-1.22,-0.7l-1.14,0.28l-1.52,-0.94l2.04,-0.82l0.28,-0.6l-0.75,-0.83l-1.58,-0.07l-1.06,0.83l-0.77,0.18l-2.32,-0.06l-1.5,2.3l-0.21,0.81l-1.32,0.01l-0.24,0.29l-1.74,-0.11l-1.07,1.11l-0.31,-0.46l-1.66,-0.65l-0.99,0.34l-2.07,-0.38l-0.75,-0.47l0.07,-1.07l-0.37,-0.42l-0.74,-0.05l-0.96,0.64l-0.88,-0.09l-0.78,-0.51l-1.43,0.13l-0.72,-0.53l-0.16,-0.65l-0.98,-0.17l-0.64,0.46l-0.48,1.26l-0.68,0.45l-1.9,-0.4l-0.88,0.3l-1.34,-0.79l-2.0,-0.25l-0.72,0.61l-0.57,1.41l-1.77,-0.25l-0.65,0.51l-0.81,-0.05l-1.18,0.62l-1.31,0.17l-0.04,0.77l-0.8,1.2l0.1,0.61l1.48,0.57l0.86,1.48l-0.88,0.84l-0.37,1.58l-0.47,0.3l-0.38,1.23l0.16,1.23l0.64,0.88l-0.43,0.72l0.05,2.73l-0.72,1.29l2.37,0.51l-3.04,4.59l-1.9,4.11l-9.68,5.35l-2.38,2.91l-1.47,1.14l-1.72,0.9l-2.42,0.74l-0.37,0.54l0.11,1.84l-0.59,-0.21l-1.51,0.22l-1.53,0.84l-0.16,-1.65l-1.43,-0.59l-1.19,0.26l-0.48,-0.88l-0.01,-1.53l-2.36,-1.34l-1.12,-1.55l-0.89,-0.43l-0.61,0.17l-0.78,-0.3l-0.89,0.43l-0.16,-0.53l-2.5,-2.28l-3.06,-1.25l-1.33,-0.97l-1.1,-1.12l0.12,-0.77l-0.89,-1.23l-2.4,0.49l-0.41,0.79l-1.29,0.55l-0.95,0.0l-0.68,0.97l-0.5,-0.21l-0.04,-0.62l-0.83,-0.43l-1.46,-0.04l-0.49,0.34l-1.12,0.05l-0.18,-0.81l-1.4,-0.27l-0.43,-0.74l-1.66,-0.14l-1.6,-1.55l-1.13,-0.21l-1.35,-0.78l-1.65,0.47l-2.25,-2.23l-0.17,-0.7l-2.0,-1.12Z", "name": "Irkutskaya oblast"}, "RU-NIZ": {"path": "M117.31,250.88l0.44,-1.13l0.87,-0.87l-0.3,-1.08l0.25,-0.52l0.58,-0.62l0.7,-0.16l0.83,-1.25l0.58,-0.09l0.34,-0.62l-0.1,-0.64l1.01,-0.11l0.42,-0.52l-0.31,-0.49l-0.7,-0.08l-0.0,-0.56l-0.62,-0.73l0.91,0.08l0.36,-0.31l0.15,-1.38l-0.5,-0.47l0.05,-0.44l3.38,-0.74l1.13,-1.5l-0.93,-0.81l0.23,-0.36l1.47,-0.78l0.17,-0.48l2.37,-0.8l1.16,-1.22l0.99,-0.15l0.76,-1.49l-0.35,-0.77l0.17,-0.44l2.77,0.31l0.72,0.77l1.48,-0.87l2.49,-0.19l0.52,0.4l4.86,-0.04l1.54,0.53l-0.74,0.57l-0.45,1.81l-0.8,-0.24l-1.26,0.57l-1.71,-0.1l-0.46,1.7l0.56,0.64l-0.3,0.35l0.13,1.04l-0.46,0.64l-1.32,-0.2l-0.76,0.45l-1.41,0.18l-0.55,1.81l-1.28,0.49l-0.15,0.73l0.25,0.66l1.29,0.36l-0.26,0.97l1.05,0.87l0.14,0.77l0.34,0.16l-0.38,1.25l-0.87,0.92l0.04,0.44l1.19,1.27l0.94,0.23l-0.56,0.43l-0.09,0.77l-0.59,0.4l-0.25,1.21l-0.73,0.06l0.01,-0.65l-0.62,-0.6l-0.88,0.15l-0.66,0.56l-0.5,1.44l-0.6,0.1l-1.27,1.07l-0.1,1.7l-1.19,-0.24l-0.54,-0.47l-0.86,0.34l-1.56,-0.7l-0.11,-0.61l-0.66,-0.11l-0.2,-0.5l-1.28,-0.15l-0.56,-0.57l-1.14,-0.37l-1.54,0.35l-0.43,0.77l-1.89,-0.18l-0.41,0.22l-0.47,-1.5l-0.49,-0.13l-1.32,0.45l-0.49,-0.2l-0.17,-0.65l-0.51,-0.15Z", "name": "Nizhegorodskaya oblast"}, "RU-YAN": {"path": "M223.7,167.2l1.8,-0.82l1.73,-0.31l0.36,-1.11l-0.11,-0.76l1.13,-1.43l1.11,-0.01l-0.13,-0.98l0.7,-0.89l1.96,-0.69l0.92,-0.9l1.61,-0.11l0.63,-0.52l0.76,-0.13l0.22,-0.57l2.7,-0.84l0.19,-1.42l0.5,-0.26l0.05,-0.6l2.26,-1.45l0.37,-0.55l1.23,-0.23l0.82,-0.86l-0.4,-1.26l0.71,-0.33l0.28,-0.62l-0.2,-0.59l-0.7,-0.4l0.17,-1.28l-1.32,-0.4l-0.67,0.33l-1.59,0.0l-0.45,-0.56l0.15,-0.63l-0.29,-1.11l1.71,-2.26l0.2,-1.03l-0.75,-0.34l-1.21,-2.05l-1.23,-0.06l-1.59,-0.77l-0.9,0.27l-0.12,-0.86l2.5,-1.99l2.58,0.89l0.45,0.7l2.19,0.43l3.0,1.31l1.7,0.2l0.06,0.67l0.93,0.85l1.96,0.91l1.16,1.17l1.73,0.49l0.39,0.43l-0.28,0.73l0.68,0.93l1.3,-0.42l1.25,-0.98l-0.39,-0.51l1.76,-2.25l0.91,-1.96l-0.03,-0.54l0.73,-0.81l-0.43,-0.29l-1.19,-0.02l-1.46,0.42l-0.98,-0.47l-2.19,-2.94l0.39,-0.76l-0.22,-1.63l-0.57,-0.03l-0.42,0.5l-0.48,-0.11l-1.1,-0.76l-3.21,-1.05l-0.86,0.58l-0.13,-0.71l0.45,-1.72l0.45,0.21l1.11,-0.33l0.91,-1.27l-0.47,-1.25l-0.71,-0.06l1.01,-2.28l-0.4,-0.54l0.62,-2.19l-0.71,-1.02l-0.92,-0.14l-1.85,0.54l-0.26,-0.51l0.72,-0.56l0.57,-1.08l0.03,-0.54l-0.4,-0.31l0.46,-1.15l3.39,-1.14l1.99,-1.13l1.6,-1.53l0.58,0.05l-0.03,-0.67l0.75,-0.91l0.95,-2.1l1.25,-4.98l0.74,-1.69l1.01,-0.8l0.49,-1.35l0.5,-0.24l0.08,0.6l0.52,0.36l10.23,-0.39l1.2,0.44l-0.12,0.33l0.85,0.43l1.15,-0.31l2.81,0.91l-0.03,1.01l0.46,0.87l-0.09,1.17l0.38,0.96l-1.52,2.26l-0.28,1.17l-0.93,0.64l0.0,1.35l-0.61,0.38l-0.17,0.64l-1.74,0.65l-0.38,0.94l0.3,0.68l1.4,1.36l2.79,1.53l-0.13,0.96l1.06,1.38l-0.8,2.24l0.48,0.89l-0.06,0.77l-0.67,0.31l-1.05,1.21l0.24,0.68l0.71,0.52l-0.65,1.15l1.04,1.89l-0.84,1.47l0.54,2.0l-0.6,0.15l-0.03,0.62l0.66,0.76l-0.62,0.51l-0.25,0.83l0.56,2.1l1.59,1.51l3.76,2.15l-2.58,2.58l0.13,0.71l-0.32,0.69l0.68,1.11l0.0,0.77l-0.59,0.3l-0.02,0.68l-0.84,0.43l-0.19,0.42l-1.52,0.22l-0.3,0.92l-0.74,0.5l0.13,1.14l-1.0,-0.09l-0.86,0.34l-0.12,0.69l0.34,0.59l-1.07,0.49l0.39,0.49l-1.07,0.97l-0.94,0.03l-0.74,-0.45l-0.7,0.27l0.1,0.7l0.69,0.54l0.51,1.42l-0.79,-0.34l-0.43,0.38l-1.24,0.13l-0.86,0.57l0.05,0.27l-0.98,0.12l-1.41,-0.43l1.62,-0.64l0.41,-0.51l-0.23,-0.52l-1.08,-0.04l-0.64,0.59l-0.72,0.09l-1.99,-1.65l-0.95,0.52l-0.71,-0.24l-0.4,0.29l-0.81,-0.23l-2.26,0.2l-0.24,0.63l0.73,0.41l0.16,1.41l1.55,0.94l1.79,0.27l0.92,0.59l2.52,0.72l5.51,-0.19l1.26,0.27l0.71,0.72l1.05,0.1l1.9,-0.58l0.52,-0.7l0.05,-1.6l0.39,-0.54l2.2,-0.32l0.55,-0.77l2.5,-0.76l0.83,-1.01l0.83,-0.28l0.73,-1.12l0.02,-2.06l0.83,-0.96l3.5,-2.57l0.43,-2.39l-0.52,-1.9l-0.85,-1.17l-1.15,-0.89l0.59,-0.99l-0.18,-1.07l0.22,-0.71l3.52,-1.29l2.3,-0.24l2.54,-0.7l2.21,0.01l0.28,0.61l-0.31,0.7l0.31,0.53l1.87,1.07l0.57,0.77l0.79,0.12l-0.23,0.43l0.24,0.69l-0.71,0.86l0.18,0.51l0.67,0.31l-0.52,0.77l-0.15,1.12l0.5,0.91l-1.09,0.45l-0.03,0.59l0.34,0.44l2.87,1.35l0.04,0.53l0.5,0.2l0.66,-0.23l1.22,0.24l0.83,-0.32l0.71,0.25l1.96,-0.32l1.66,0.18l0.29,-0.64l-0.42,-0.44l-0.71,-0.09l-0.16,-0.37l-1.02,0.14l-1.32,-0.57l-0.25,0.28l-1.29,0.1l-1.94,-1.05l-0.41,0.36l-0.73,-0.09l0.03,-0.86l0.53,-0.33l-0.48,-0.61l0.43,-1.27l0.52,-0.44l2.03,-0.23l0.58,-0.4l-0.38,-1.08l-0.74,-0.48l-0.03,-0.9l-1.16,-0.87l0.07,-1.2l-0.29,-1.35l-0.44,-0.52l-3.78,-0.92l-1.0,-1.1l-1.65,-0.14l-2.16,-0.89l-2.91,-0.19l-2.08,1.0l-0.25,0.43l-1.44,0.21l-2.33,-0.59l-1.89,0.56l-0.7,-0.54l0.74,-2.31l-1.97,-2.87l0.68,-0.87l0.58,-2.12l-0.26,-0.81l1.45,-1.2l1.66,-2.09l0.09,-1.61l-0.42,-0.75l-1.68,-1.23l-0.16,-1.09l-1.05,-1.03l-0.78,-1.77l-2.57,-1.45l2.26,-2.06l0.04,-1.43l2.08,-0.86l2.09,-0.42l3.13,-1.4l0.51,-0.52l0.49,-0.84l0.2,-1.41l-0.27,-2.54l-0.37,-0.96l-1.06,-1.09l0.91,-0.36l1.78,0.87l-0.54,0.51l1.5,1.24l-0.39,0.9l0.95,2.04l-1.1,1.04l-0.52,1.71l-0.62,0.09l-0.31,0.47l-0.17,1.62l0.4,0.7l0.79,0.45l-0.27,0.52l0.51,0.54l-0.34,0.51l-0.65,-0.01l-0.34,0.38l0.16,1.08l0.65,0.5l4.08,1.27l0.32,-0.33l3.41,0.41l0.17,0.86l0.61,0.28l0.38,-0.99l3.81,0.36l0.76,1.52l2.68,0.87l3.39,-0.41l0.66,-0.84l-0.04,-0.5l-0.64,-0.26l-0.5,0.28l-0.81,-0.13l-0.43,0.6l-0.68,-0.19l0.2,-0.58l-0.35,-0.71l-1.08,-0.06l0.18,-0.77l-0.23,-0.53l-1.59,-0.39l0.18,-0.28l-0.27,-0.6l-0.97,0.19l-0.82,0.58l-7.12,-2.65l0.03,-0.6l-1.07,-2.24l1.29,-0.63l2.63,-0.48l3.68,2.14l2.88,-0.49l0.67,-0.55l0.24,-0.85l-1.21,-1.43l-1.89,-0.26l-1.24,0.43l0.42,-0.5l0.63,0.12l0.5,-0.27l1.11,-1.11l2.05,-0.57l1.09,1.02l-0.03,0.71l1.59,0.9l2.96,0.81l1.32,-0.16l2.39,1.11l-0.94,0.55l0.35,1.41l-0.51,0.46l-3.11,0.03l-0.36,0.3l0.1,1.0l-0.88,0.41l-0.3,0.66l0.67,1.19l1.74,0.4l2.17,1.42l2.79,0.6l0.09,1.71l0.47,0.55l-0.3,0.84l0.82,0.55l-0.75,1.38l-1.92,0.25l-1.72,1.52l-0.97,0.08l-1.0,1.4l-0.86,-0.27l-0.26,0.83l-1.02,0.7l0.02,0.47l-1.37,0.91l0.98,1.13l-0.23,0.69l2.58,0.7l2.1,2.77l2.06,-0.05l2.53,0.45l1.45,0.91l1.82,-0.69l0.58,0.26l0.87,-0.21l0.51,-0.49l0.01,-1.02l0.68,0.53l-0.8,0.79l0.62,0.9l2.33,0.41l0.74,-0.14l-0.71,0.8l0.94,0.76l0.32,1.48l2.0,1.14l-1.72,0.15l-0.76,0.54l0.13,0.54l0.95,0.59l0.05,1.41l-1.55,1.15l-0.09,1.84l-2.85,-0.06l-0.56,0.48l0.08,0.56l0.85,1.05l0.96,0.52l-0.23,0.46l0.38,0.6l1.17,0.7l-0.47,0.69l0.25,0.67l-0.97,1.01l5.55,3.97l0.52,0.95l-0.95,0.53l-0.0,1.52l2.16,2.24l-0.53,0.19l-0.57,0.89l0.38,0.85l0.81,0.74l0.09,0.82l0.58,0.53l2.17,-0.2l1.07,0.91l-0.35,0.5l0.21,0.31l1.46,0.68l-0.01,0.82l0.38,0.7l-1.4,1.58l0.29,0.89l-0.47,0.46l0.11,0.65l1.26,0.3l2.11,-0.33l0.12,0.81l1.35,0.7l2.11,-0.66l1.21,0.34l-0.21,0.95l0.44,0.45l-0.3,1.07l0.98,1.55l-0.4,1.5l-2.11,1.0l-1.38,2.38l-1.26,0.56l0.31,0.94l1.4,0.5l0.35,1.08l0.88,-0.1l-0.73,1.47l0.49,0.78l-0.27,0.91l-0.88,0.33l-2.28,2.72l-0.11,0.66l-1.9,1.78l-0.45,-0.26l-0.38,-0.86l-1.23,-0.23l-1.2,-1.36l-2.79,0.78l-2.49,-1.57l0.04,-0.51l-0.4,-0.34l-3.28,-0.45l-1.72,1.01l-2.1,-1.03l-0.84,-1.07l-0.33,-1.22l-0.53,-0.21l-2.81,0.35l-0.2,0.67l-3.33,1.74l-0.43,1.47l-5.31,-0.08l-2.24,0.41l-1.74,0.8l-0.44,-0.66l-3.84,-1.92l-0.7,-1.51l-1.97,-0.61l-1.91,0.59l-0.37,-0.41l-2.4,-0.8l-2.42,0.06l-2.32,0.61l-2.03,-0.09l-1.45,-1.06l-4.35,-0.23l-0.9,-1.48l-0.87,-0.46l-2.27,1.27l-2.63,-0.15l-0.97,0.81l-1.48,0.01l-0.38,-3.12l-1.08,-0.82l-2.27,-0.1l-1.64,-2.19l1.01,-0.88l-0.05,-0.94l-0.66,-0.55l-1.13,-0.17l-0.95,-0.78l-1.64,0.23l-1.35,-0.65l-1.78,0.03l-0.88,-0.67l-1.23,-0.02l-1.04,0.39l-0.1,0.51l0.54,0.67l-0.44,0.5l-2.03,-0.59l-3.33,2.12l-0.47,-0.28l-1.96,-0.1l-0.74,-0.62l-1.63,-0.42l0.73,-1.55l-0.08,-0.59l-0.45,-0.39l-1.25,-0.39l-1.26,0.33l-2.14,-0.64l-3.31,0.2l-1.25,1.04l-2.97,0.1l-0.77,0.67l-2.34,0.01l-0.9,0.65l-1.15,0.08l-0.32,-0.14l0.17,-0.4l-0.32,-0.89l-1.29,-0.66l-1.99,0.27l-1.33,-0.32l1.25,-1.3l0.06,-0.97l-0.62,-0.58l0.54,-1.19l0.03,-2.31l-1.85,-0.61l-0.4,-0.56l0.17,-0.61l-1.44,-1.54ZM263.08,158.39l1.43,0.44l-0.03,1.02l-0.6,0.12l-1.12,-0.68l0.32,-0.89ZM248.54,131.73l-0.03,0.04l-0.02,-0.03l0.05,-0.01ZM243.69,150.32l-0.03,0.0l-0.43,0.08l0.34,-0.16l0.12,0.08ZM301.05,106.05l1.76,-0.96l0.47,-0.85l1.32,-0.78l2.62,0.48l0.84,0.45l-2.78,1.54l-4.23,0.11ZM294.05,94.47l0.18,-0.25l0.84,-0.1l-0.05,0.32l-0.97,0.03ZM286.54,99.15l0.3,-0.5l2.02,-0.02l-0.27,1.42l-2.05,-0.9ZM264.71,98.19l0.65,-1.33l-0.48,-1.26l2.16,-0.78l2.5,-0.21l0.55,0.2l0.08,0.55l-0.79,1.25l0.4,0.54l1.46,0.12l1.03,-0.8l0.74,0.86l0.13,0.67l-1.37,-0.78l-0.62,0.37l-3.12,0.39l-1.12,0.53l-1.03,0.08l-0.59,-0.58l-0.59,0.17ZM249.52,133.3l0.38,-0.36l0.36,-0.11l-0.28,0.56l-0.46,-0.09Z", "name": "Yamalo-Nenetskiy avtonomnyy okrug"}, "RU-KGD": {"path": "M2.08,255.68l2.51,-1.44l-0.38,-0.46l-1.58,0.07l-0.38,-0.3l-0.17,-0.89l2.51,-0.14l3.27,0.5l1.02,-0.51l-0.17,-1.7l0.47,-0.56l0.55,0.57l3.13,1.26l2.43,-0.3l0.26,0.65l1.04,0.77l-0.73,0.87l0.01,2.19l-13.81,-0.59Z", "name": "Kaliningradskaya oblast"}, "RU-MOW": {"path": "M91.41,250.34l0.33,-0.83l-0.27,-0.48l0.77,0.0l0.39,-0.33l0.15,-0.91l0.86,-0.35l0.13,-1.61l0.72,-0.15l0.74,0.37l-0.01,0.9l-0.84,0.7l-0.35,1.15l-0.63,0.12l-0.27,0.43l0.05,1.01l-0.7,0.22l-0.36,0.5l-0.72,-0.75Z", "name": "Moskva"}, "RU-KAM": {"path": "M714.94,244.35l1.6,-4.78l2.31,-1.75l0.52,-0.88l0.73,0.04l1.7,-2.89l-0.32,-2.02l-0.53,-0.69l0.33,-0.22l1.33,0.52l1.04,-0.1l0.84,-0.56l0.67,-1.22l1.29,0.27l1.33,-0.31l0.64,0.54l0.42,-0.26l-0.26,-0.77l0.55,-0.54l3.62,-2.48l0.75,-0.04l-0.08,-0.69l1.42,-1.0l1.27,-1.56l0.38,-1.61l2.72,-1.97l0.82,-1.47l1.84,-0.52l2.27,-1.95l1.04,-1.33l2.28,-1.37l0.34,-0.68l-0.1,-0.95l2.81,-1.55l1.36,-0.24l0.83,-0.87l0.69,0.07l0.77,-0.36l0.15,0.53l0.39,0.09l0.71,-0.89l1.76,-0.49l0.09,-0.88l-0.95,-0.43l0.4,-0.77l1.35,-0.69l0.59,-0.97l-0.25,-1.05l-0.88,-0.44l0.29,-0.89l0.61,-0.07l0.39,-0.43l0.4,-4.53l0.37,-0.36l0.87,-0.22l1.16,-0.88l2.27,0.49l1.26,0.64l0.31,-0.56l-0.37,-0.57l1.49,0.16l0.55,-0.24l0.09,-0.44l-0.37,-0.25l-2.77,-0.21l-1.71,-0.57l-1.03,-0.96l-0.8,-0.13l-2.3,0.34l-0.58,0.42l-2.48,0.2l-1.17,0.56l-0.48,0.69l-0.09,0.45l0.48,0.5l-0.91,0.91l0.27,1.67l-0.87,1.77l0.28,0.57l1.28,0.44l-0.99,0.62l-0.06,-0.61l-0.66,-0.51l-0.66,-0.02l-0.88,0.48l-0.18,-0.2l-0.03,-0.96l-0.52,-0.62l0.71,-0.29l0.18,-1.14l-0.33,-0.46l-0.88,-0.2l0.52,-0.34l1.11,-0.02l0.57,-0.44l0.25,-1.85l-0.35,-0.65l0.61,-1.08l-0.3,-0.44l-0.66,0.05l-0.69,-1.09l-1.21,-0.53l0.32,-0.92l1.06,-0.16l0.31,-0.43l0.8,-0.19l0.28,-0.87l-0.41,-0.78l1.21,-0.94l0.11,-1.38l-1.33,-1.4l0.71,-0.26l0.38,-0.81l-0.67,-1.61l1.64,-0.11l0.6,-1.14l1.17,-0.7l-0.59,-1.28l-0.83,-0.41l0.01,-0.5l0.41,-0.76l-0.25,-0.49l0.56,-0.13l0.83,-0.89l1.67,0.57l1.74,-0.51l2.88,1.26l0.69,0.78l1.09,-0.3l0.01,-1.11l0.8,0.01l0.47,0.74l1.65,0.04l0.62,1.39l0.57,0.36l2.5,-0.43l2.41,0.61l1.16,-0.17l0.91,-0.58l0.64,0.99l0.67,0.19l1.19,1.14l1.86,0.5l0.74,-0.06l0.39,-0.43l1.15,0.2l0.5,0.75l0.68,0.24l0.66,1.41l1.43,0.67l0.95,0.02l0.3,0.59l0.76,0.32l0.08,1.0l-0.33,0.55l-1.34,0.45l-2.22,1.81l-1.69,1.7l-0.17,0.55l0.47,0.48l2.22,0.92l0.98,-0.25l2.0,1.27l0.83,0.9l1.69,0.45l-0.21,0.52l0.32,0.96l1.44,1.57l0.89,-0.24l2.39,0.52l1.26,-0.36l0.45,-0.44l1.64,0.28l1.93,-0.56l0.93,-0.68l1.24,0.51l0.97,-0.29l2.09,0.87l0.43,-0.4l1.36,-0.17l1.59,-1.02l0.89,-0.06l0.79,0.71l0.95,-0.0l-0.42,1.03l0.66,1.88l1.14,0.11l0.51,0.47l0.03,0.58l-0.63,0.28l-0.74,-0.29l-0.68,0.25l-0.24,0.86l-0.49,0.26l-1.25,-0.61l-0.5,0.06l-0.58,1.5l-0.66,0.2l-0.3,0.7l-0.64,0.42l-0.92,-0.59l-0.71,0.05l-0.58,0.31l0.03,0.74l-0.47,0.23l0.26,0.56l-0.27,0.36l-1.28,-0.27l-0.35,0.7l-0.48,0.03l-0.04,0.61l-0.78,-0.34l-0.49,0.15l0.06,0.51l0.79,0.59l-0.73,-0.09l-0.45,0.37l-0.06,0.56l-0.83,-0.1l-1.05,0.35l-0.08,0.48l-0.71,-0.28l-0.35,1.3l-0.33,0.21l-1.54,0.54l-1.29,0.05l-0.07,0.7l-0.88,-0.19l-0.37,0.56l0.57,0.68l-0.63,0.4l-0.52,2.36l-0.41,0.17l-1.65,-1.6l0.57,-0.36l-0.19,-0.42l-1.01,-0.25l-0.44,-1.19l-1.7,-0.87l-0.28,-0.63l-0.58,-0.21l-0.88,0.41l-2.23,0.14l-0.84,-0.36l-1.15,0.01l-2.24,0.63l-0.62,-0.24l-0.83,0.81l-1.58,-0.05l-0.41,0.75l-0.94,-0.56l-0.36,0.37l0.07,0.54l-0.67,0.28l0.01,0.38l-3.23,3.14l-0.23,-0.16l0.36,-1.58l0.54,-0.53l-0.01,-1.42l0.63,-1.08l-0.29,-0.45l-2.08,0.35l-1.97,1.58l-0.65,0.21l-0.35,-0.29l-0.4,0.23l-0.1,0.53l-0.62,0.31l-0.44,-0.36l-1.23,0.7l0.15,0.64l0.74,0.41l-0.68,0.85l-0.55,0.2l-0.52,-1.18l-1.37,-1.16l-1.01,0.18l-0.33,0.38l0.07,0.49l-2.06,-0.61l-1.37,0.08l-0.3,0.48l0.28,0.62l-0.65,0.07l-0.79,0.57l-0.09,1.77l-1.05,0.52l-0.07,0.7l0.75,0.69l0.02,0.41l-1.04,0.24l-0.26,0.83l-0.76,0.25l-0.2,0.64l0.47,0.57l-0.65,0.65l-0.57,0.12l-0.26,0.74l-1.47,1.15l-1.26,1.95l-0.94,2.47l0.25,1.59l0.75,0.72l1.06,0.44l0.05,0.77l1.27,-0.52l0.18,-1.46l0.48,-0.05l2.79,1.4l-1.01,1.66l-1.36,0.72l-0.36,1.13l0.39,1.65l-0.32,0.89l0.07,1.47l1.17,0.57l1.21,-0.21l-0.03,1.08l-0.9,-0.42l-0.66,0.71l-0.99,-0.32l-1.64,0.77l-0.08,0.82l0.54,0.3l-2.46,1.34l-1.55,3.58l-0.16,1.77l0.36,1.55l1.62,2.29l-0.02,0.51l-1.79,1.59l-1.99,0.12l-0.91,-0.77l-2.27,0.47l-3.75,2.68l-0.89,1.52l-0.34,1.42l-0.05,0.82l0.41,0.85l-0.55,0.17l-0.04,0.66l0.67,0.99l-1.49,0.11l-2.31,0.88l-2.06,1.46l-0.67,-0.98l-1.16,0.35l-0.15,1.15l0.81,0.42l-0.5,0.57l0.47,0.56l-0.62,-0.15l-0.23,0.46l0.5,0.88l-0.38,0.48l0.14,0.67l0.27,0.02l-1.02,1.39l-0.23,1.18l-1.88,2.13l-1.89,1.08l-0.45,0.86l-2.98,2.37l-0.39,-1.22l-0.87,-0.57l-0.19,-4.47l-0.6,-3.17l0.38,-0.57l-0.15,-0.46l-0.82,-0.45l-0.78,-2.28l-0.92,-6.61l-1.71,-7.48l-0.29,-3.34l0.69,-4.93ZM751.55,242.94l0.43,-0.62l1.66,-0.86l0.26,-0.56l0.47,2.1l-1.1,0.5l-0.35,0.59l-0.7,-0.29l-0.67,-0.85ZM768.53,249.68l0.99,0.28l0.15,1.06l1.45,1.71l-1.07,-0.69l-1.52,-2.36ZM771.58,253.07l0.09,0.09l-0.01,0.1l-0.0,-0.0l-0.07,-0.19ZM756.8,224.34l0.01,-0.01l0.1,-0.1l-0.08,0.1l-0.03,0.01ZM757.11,223.99l0.27,-1.05l0.64,-0.88l1.81,-0.69l1.06,-0.81l0.68,1.15l-0.25,0.82l-2.38,0.34l-1.82,1.12Z", "name": "Kamchatskiy kray"}, "RU-BU": {"path": "M415.56,270.95l-0.04,-0.39l0.81,-0.79l-0.06,-0.46l0.66,-0.54l-0.24,-1.45l1.45,0.4l1.05,-1.82l1.49,-0.16l1.12,-0.63l0.02,-0.56l1.46,-0.31l0.5,0.55l-0.06,0.81l1.33,1.42l1.47,1.09l2.95,1.19l2.73,2.85l0.75,0.14l0.56,-0.44l1.71,0.3l1.21,1.61l2.19,1.22l-0.14,1.26l0.91,1.4l1.56,-0.2l0.85,0.32l-0.02,1.68l0.45,0.4l2.14,-1.04l2.31,-0.06l0.39,-0.75l-0.17,-1.63l4.12,-1.66l1.63,-1.26l2.3,-2.83l9.9,-5.58l1.89,-4.11l3.27,-5.12l-0.24,-0.54l-1.85,-0.41l0.64,-2.38l-0.37,-0.85l0.48,-0.96l-0.03,-0.55l-0.62,-0.67l-0.1,-0.9l0.68,-1.11l0.35,-1.61l0.47,-0.44l1.19,0.16l0.54,-0.85l-0.3,-0.5l-1.16,-0.24l-1.04,-1.58l-1.06,-0.24l0.79,-1.53l1.44,-0.26l0.36,-0.36l0.96,-0.01l0.49,-0.48l1.96,0.2l0.77,-0.73l0.09,-0.91l0.57,-0.37l1.54,0.35l1.13,0.71l0.97,-0.26l2.21,0.38l1.27,-0.73l0.22,-1.02l0.44,-0.44l0.16,0.59l1.13,0.88l1.57,-0.25l0.62,0.48l1.26,0.13l0.94,-0.62l0.26,1.16l0.99,0.71l2.55,0.52l0.91,-0.35l2.01,1.1l0.75,-0.2l0.67,-0.98l1.44,0.22l1.95,-0.42l0.5,-1.14l1.01,-1.14l0.11,-0.74l1.67,0.12l1.44,-0.33l0.83,-0.76l1.18,0.08l-1.82,0.76l-1.1,0.85l-0.14,1.35l-0.76,0.4l-0.11,0.66l0.5,0.5l0.77,0.1l0.22,0.64l-0.15,1.2l0.51,1.02l-0.08,0.93l0.66,0.82l-0.28,1.7l0.58,2.36l1.11,0.42l1.33,-0.16l0.39,0.98l1.67,0.94l0.57,1.7l-1.01,1.85l-0.94,0.23l-1.57,-0.16l-3.02,0.72l-0.68,0.37l-0.18,0.5l-1.59,0.85l-1.52,1.58l-1.37,0.32l-0.62,0.7l-0.72,0.07l-0.21,0.33l-1.72,0.31l-1.04,0.77l-0.19,0.62l0.44,0.49l-0.21,1.21l0.55,0.4l0.27,0.78l0.83,0.36l-0.05,0.79l0.72,0.15l-0.86,1.93l-2.5,1.48l-1.72,0.03l-1.72,0.96l-1.98,-0.06l-0.79,0.92l-1.13,-0.58l-0.73,0.18l-2.14,2.22l-3.21,1.21l-1.16,0.94l-0.08,0.51l-0.57,0.5l-3.37,-0.75l-2.21,1.16l-1.76,0.52l-0.86,-0.9l-0.89,0.42l-2.03,-0.39l-1.42,1.9l0.15,0.49l0.9,0.6l-0.99,0.23l-0.57,1.46l-0.99,0.8l0.56,0.92l1.85,0.8l-2.78,1.07l-1.15,1.27l0.03,0.99l-2.53,-0.2l-1.16,-1.31l-1.72,-0.92l-2.29,0.23l-1.27,-0.74l-3.43,-0.53l-1.38,0.6l-3.65,0.61l-1.49,1.04l-1.66,-0.27l-0.89,0.36l-1.57,-0.4l-0.53,-0.72l-1.41,-0.04l-1.58,-0.65l-0.7,-0.82l-0.79,-0.19l0.17,-1.02l-0.59,-0.58l0.12,-1.05l-0.44,-0.88l0.22,-1.53l-0.81,-0.67l-2.99,-0.74l-0.9,0.17l-4.33,-1.89l-3.11,-0.16l-1.14,-0.93l-2.03,-0.38l-1.58,-0.79l-0.35,-0.94l-1.22,-0.78Z", "name": "Buryatiya, Respublika"}, "RU-KEM": {"path": "M341.23,245.3l0.12,-1.07l1.58,-0.54l0.95,0.17l0.79,-0.69l0.74,0.22l1.62,-0.19l0.34,-0.5l-0.14,-0.31l0.54,-0.18l0.2,-0.49l1.44,-0.48l0.61,-0.92l0.74,0.57l1.5,-0.61l1.8,0.7l0.83,-0.15l0.34,-0.76l0.76,0.33l0.68,-0.29l1.46,0.79l3.18,-2.05l0.85,0.25l0.18,0.36l-0.67,0.09l-0.28,0.41l0.14,0.7l0.4,0.25l-0.07,0.46l0.85,0.71l1.59,0.6l-0.0,0.45l1.08,1.09l0.62,1.46l-3.52,2.12l-1.68,2.07l0.89,2.16l1.0,1.19l-0.59,0.33l-0.4,2.12l-0.85,0.35l-0.06,0.56l1.25,0.9l1.52,-0.9l0.62,0.81l0.74,-0.26l0.11,0.31l-1.14,1.22l1.14,1.68l-0.78,0.32l-0.21,0.65l-0.85,0.59l0.08,0.86l-0.54,1.0l0.4,0.45l0.63,-0.21l0.42,0.56l-0.03,0.76l-0.62,0.61l-0.06,0.64l1.11,0.47l0.46,0.65l-0.82,0.6l0.24,0.7l-0.19,0.27l-1.95,1.44l0.01,0.6l-0.86,0.42l0.32,-1.45l-0.35,-0.47l-1.16,0.25l-1.58,-0.92l-1.37,0.61l-1.12,-0.3l-0.34,-0.61l-0.61,0.01l-0.12,-0.66l-1.04,-0.77l0.55,-1.24l-0.06,-0.64l-0.91,-0.18l-0.72,-0.54l1.21,-1.2l0.07,-1.15l-1.37,0.09l-0.99,-0.37l-0.74,-0.91l-0.15,-0.79l-1.36,-1.53l-1.1,-0.43l-1.78,-1.39l-0.86,0.13l-1.33,-1.85l-0.6,-0.12l-0.28,-0.4l0.3,-0.33l-0.19,-0.7l0.37,-1.16l-0.9,-0.83l0.09,-1.25l-0.38,-0.51l0.18,-1.02l-0.59,-0.53l-0.2,-1.41l-0.61,-0.58l-0.06,-1.02l-0.42,-0.26Z", "name": "Kemerovskaya oblast"}, "RU-CHU": {"path": "M725.55,150.92l0.45,-1.07l1.51,-0.02l1.2,-0.39l0.11,-0.41l-0.44,-0.85l-0.99,-0.24l0.64,-0.39l0.33,-0.98l0.68,-0.29l2.66,-0.29l3.2,-0.85l1.15,0.27l0.52,-0.62l5.89,-0.21l2.13,-1.0l5.28,0.93l0.85,-0.47l0.46,-1.6l0.73,-1.0l-0.65,-1.35l0.62,-0.14l0.67,-0.93l-0.59,-0.91l-1.01,-0.51l-0.13,-0.63l1.13,-0.52l0.25,-0.52l-1.38,-1.26l-0.98,-1.78l0.58,-0.98l1.4,0.22l2.05,-0.61l3.18,0.24l1.33,-0.73l2.02,1.4l2.11,0.5l4.42,-0.26l2.08,0.66l2.92,-0.08l0.35,0.35l1.13,0.0l4.25,-2.6l0.45,-0.01l0.5,0.39l-0.05,0.64l1.58,0.84l-0.26,1.62l0.56,1.35l3.1,0.6l2.58,0.94l0.35,1.94l0.52,0.59l0.82,0.33l3.7,-0.45l1.35,0.69l0.49,-0.14l-0.55,-1.19l0.56,0.63l0.59,-0.37l-0.08,-0.81l1.09,-0.74l0.91,-0.0l0.34,-0.46l-0.78,-0.41l-0.51,-1.0l-0.05,-1.19l-0.84,-0.86l-0.81,-1.85l-0.79,-0.27l-1.35,0.2l0.41,-0.46l1.55,-0.51l0.02,-3.22l7.12,1.13l3.75,0.12l0.59,0.65l1.53,0.52l0.47,0.68l1.65,-0.43l0.18,-0.66l-0.32,-0.37l1.34,0.81l0.31,-0.22l0.88,0.23l0.56,-0.33l5.32,0.38l2.13,-0.25l2.23,0.9l1.43,-0.16l1.51,0.34l1.18,0.72l3.4,0.58l4.47,1.61l0.8,-0.4l1.36,0.42l-0.15,0.66l0.31,0.63l3.12,0.26l1.46,1.09l-0.02,0.42l1.2,1.09l1.32,0.12l1.51,0.58l1.19,-0.01l0.82,0.97l2.4,0.51l0.46,0.35l0.01,0.96l0.35,0.62l3.34,1.02l0.17,0.52l-0.48,0.63l0.26,0.41l0.69,0.02l0.92,-0.61l-0.12,0.48l0.91,0.71l1.49,-0.46l0.72,0.96l0.87,-0.12l1.23,0.64l-0.16,0.78l1.54,0.9l2.13,0.0l-0.23,0.71l-1.09,0.49l0.84,1.0l1.37,0.16l0.33,0.42l1.37,-0.0l0.35,-0.71l-1.02,-0.66l0.07,-0.48l2.12,1.0l0.57,1.52l-0.82,0.62l0.14,0.74l1.18,0.21l1.14,-0.58l0.46,0.22l-0.49,0.9l-0.15,1.37l1.07,2.53l-1.1,0.57l-0.29,0.58l1.08,0.96l1.77,0.48l-0.19,0.92l0.3,1.37l0.95,-0.06l1.26,-1.57l0.21,0.5l-0.44,1.15l0.44,0.51l1.93,-1.41l0.21,-0.87l-0.27,-0.42l-0.74,-0.58l-1.23,-0.22l0.98,-0.73l0.01,-0.92l-0.52,-1.89l-0.85,-0.52l1.88,0.06l0.75,-0.27l0.87,0.65l0.58,-0.37l-0.3,1.72l0.56,0.49l1.18,-0.18l0.14,-0.72l1.91,0.35l1.58,-0.33l0.26,-0.47l3.01,0.21l0.06,0.66l1.48,0.86l0.28,0.85l2.65,1.46l1.72,1.42l-0.78,0.33l0.24,0.62l0.87,0.17l1.13,-0.58l0.35,0.17l-0.96,0.22l0.19,0.49l0.6,0.33l2.0,-0.1l0.75,0.43l-1.44,-0.11l-3.4,1.62l0.26,2.12l-1.2,-0.14l-1.41,-0.62l-1.77,-1.2l-0.52,0.43l0.57,1.16l0.74,0.7l0.96,0.19l0.31,0.31l-0.11,0.32l-0.96,-0.44l-2.38,0.27l-1.89,-0.64l-0.47,0.16l-0.38,-0.85l-0.83,-0.31l-2.81,-0.02l0.18,0.73l2.21,0.8l-0.2,0.77l0.44,0.62l0.83,0.14l-0.07,0.56l-2.39,-0.02l-0.22,0.75l1.03,0.53l1.41,-0.05l-0.08,0.49l0.43,0.57l-2.85,1.3l-1.33,-0.05l-0.81,0.75l-0.24,0.55l0.44,0.27l1.57,-0.42l-1.07,0.42l-0.33,0.52l0.74,1.09l-0.35,0.15l-0.13,0.64l0.94,0.21l-1.13,0.95l-0.98,-0.37l0.5,-0.77l-0.13,-1.0l-0.72,-0.86l-0.43,-0.13l-0.28,0.35l0.23,1.64l-0.88,0.4l-1.73,-0.64l-0.22,-0.89l-1.4,-0.77l0.01,-0.39l-1.7,-0.48l0.29,-0.63l-0.65,-0.98l-0.58,0.21l-0.12,0.58l-0.82,-0.47l-0.43,0.14l-0.24,0.71l-1.25,-0.14l-0.01,-0.38l-2.14,-0.96l0.17,-1.76l-0.65,-0.71l-0.2,-1.3l-0.93,-0.65l-4.93,-1.36l-1.31,0.38l-1.25,1.04l-5.17,-0.24l0.46,-1.54l-0.15,-0.42l-0.58,-0.52l-0.6,0.14l-1.16,-1.19l0.7,-0.29l0.39,-0.9l0.85,-0.43l0.22,-2.46l-0.47,-0.32l-0.51,0.2l-1.29,1.72l-0.37,0.1l-0.72,-0.55l0.15,-0.49l-0.33,-0.91l-0.74,-0.27l-0.23,0.92l-0.77,-0.37l-0.49,0.53l0.95,1.3l-1.01,0.14l-0.73,-0.58l-0.46,0.04l-0.9,2.33l0.51,1.62l2.23,1.4l0.11,0.65l-1.02,0.88l-0.24,1.47l-0.51,0.59l-2.96,1.12l-1.56,1.64l-1.2,0.11l-2.18,1.12l-0.66,-0.22l-1.86,0.29l-1.61,-0.12l-1.76,-0.36l-0.7,-0.73l-0.27,-0.9l-1.1,-0.24l-0.5,-0.74l-1.31,-0.47l-1.76,0.43l-1.04,-0.5l-0.87,0.55l0.25,0.59l1.33,0.42l2.0,-0.4l1.4,1.37l-0.68,0.13l-0.74,-0.52l-1.44,-0.24l-0.77,0.42l-2.47,-1.21l-1.67,1.39l-3.55,0.16l-1.57,0.77l-1.47,-0.05l-0.39,0.27l0.48,0.67l1.66,-0.03l1.75,-0.71l3.24,-0.1l1.77,-1.23l1.29,1.36l-1.21,0.53l-0.26,0.74l0.21,0.49l2.18,-1.17l1.55,0.97l1.29,-1.19l1.95,-0.51l-0.53,1.83l0.38,0.84l1.01,0.96l2.3,1.15l0.97,0.04l0.52,-0.99l0.74,1.46l-0.49,0.44l-0.11,0.64l0.39,0.42l1.25,0.19l0.26,1.56l-1.9,0.37l-0.55,0.46l-0.03,0.53l0.82,0.61l0.88,-0.44l0.69,0.1l-0.63,0.67l0.16,0.57l3.73,1.67l0.35,0.41l-0.78,0.48l-0.08,0.69l0.52,0.9l1.02,0.3l0.32,0.92l-0.22,0.37l-0.66,0.31l-0.23,0.67l-1.19,0.19l-0.27,0.42l0.11,0.83l-5.18,-1.75l-3.63,-0.33l0.11,-0.76l0.65,-0.58l-0.1,-0.48l-0.89,-0.07l-0.59,0.48l-1.23,-0.96l-0.47,0.51l0.24,0.71l-0.49,0.76l0.52,0.73l-1.01,0.27l-0.6,-0.22l-2.09,1.8l-4.48,1.6l-1.06,-0.22l-0.26,1.02l-1.7,0.55l-1.09,-0.28l-0.36,0.49l-0.93,-1.32l-0.86,0.16l-0.55,-1.35l0.38,-0.39l-0.1,-1.1l-1.23,-0.23l-0.37,-0.51l-0.73,-0.21l-1.22,0.03l-1.79,1.07l-1.29,0.06l-0.39,0.32l-1.6,-0.71l-1.05,0.27l-1.37,-0.5l-3.03,1.25l-1.33,-0.45l-1.06,0.23l-0.29,0.46l-0.64,0.2l-2.16,-0.45l-0.66,0.23l-1.13,-1.86l0.37,-0.8l-0.21,-0.36l-1.39,-0.03l-0.84,-0.38l-0.66,-0.79l-2.19,-1.39l-1.15,0.19l-1.8,-0.74l0.98,-0.58l0.51,-0.94l2.0,-1.72l1.65,-0.58l0.58,-0.95l-0.37,-1.57l-0.86,-0.48l-0.29,-0.71l-1.35,-0.08l-1.06,-0.49l-0.49,-1.35l-0.89,-0.32l-0.66,-0.86l-1.58,-0.3l-1.06,0.51l-0.99,-0.5l-0.6,0.05l-0.99,-1.11l-0.59,-0.08l-0.84,-1.16l-2.48,0.7l-2.32,-0.58l-1.07,-0.02l-1.02,0.4l-1.2,-1.55l-1.65,-0.15l-0.68,-0.74l-1.56,0.09l-0.32,1.29l-0.46,-0.66l-3.5,-1.46l-1.61,0.58l-2.04,-0.51l-0.87,0.93l-1.35,0.28l-0.24,1.13l-1.36,-0.08l-0.9,-0.71l-1.41,0.02l-2.42,-0.66l-0.55,-1.35l-2.28,-1.35l-1.52,-0.28l-2.39,0.08l-1.67,-1.6l-0.12,-0.77l-0.87,-0.64l-1.07,-0.14l-4.55,-1.76l0.08,-0.87l1.41,-2.3l-0.03,-0.77l-0.43,-0.41l-1.99,-0.42l-1.63,-1.01l1.4,-2.19l1.11,-0.78l-0.59,-1.37l0.07,-0.53l-0.74,-0.91l-1.84,-0.57l-2.46,-1.3l-0.21,-0.32l0.43,-1.0l-0.91,-0.88ZM813.52,198.5l0.18,0.28l0.27,0.19l-0.19,0.07l-0.26,-0.54ZM879.95,177.08l1.53,0.23l0.4,0.59l-0.67,0.22l-1.25,-1.05ZM878.46,156.73l-0.01,-0.0l-0.0,-0.0l0.0,-0.0l0.0,0.0ZM881.71,175.34l0.43,-0.33l0.73,0.17l-0.69,0.2l-0.46,-0.04ZM836.19,120.37l-0.81,-1.8l1.26,-1.45l3.41,-2.07l3.56,-1.27l2.22,0.26l1.26,-0.42l3.42,0.55l1.69,0.71l0.19,0.58l2.79,1.38l-2.17,1.37l-4.93,0.58l-2.15,0.63l-3.75,-0.74l-1.81,1.12l-2.73,-0.04l-1.44,0.59ZM778.49,129.97l2.18,-1.27l5.74,1.42l-0.85,0.44l0.1,1.08l-0.26,0.39l-1.57,0.12l-3.53,-1.14l-0.7,-0.67l-1.11,-0.36Z", "name": "Chukotskiy avtonomnyy okrug"}, "RU-ULY": {"path": "M138.43,258.73l0.43,-0.55l1.8,-0.29l2.1,-0.96l0.04,-0.65l-0.83,-0.43l-0.29,-1.42l1.35,0.58l1.12,-0.42l0.94,0.17l0.74,1.18l1.31,-0.34l0.68,-0.89l0.84,0.12l0.81,-0.67l2.06,0.84l1.85,-0.11l1.15,-1.08l1.3,-0.47l0.65,0.47l0.7,1.64l2.57,0.38l0.77,1.25l-0.21,1.52l-1.19,0.62l-0.16,0.46l-1.23,0.32l-1.18,-0.28l-2.03,0.08l-1.06,1.0l-2.15,-0.28l-0.14,0.68l-0.5,0.01l-0.29,0.36l0.28,1.06l-1.38,-0.09l-0.88,1.18l0.81,0.97l0.39,0.8l-0.08,0.62l0.43,0.49l1.83,0.48l-0.45,0.36l-1.87,-0.03l-1.47,0.58l-0.49,0.8l-0.73,-0.13l-0.73,0.32l-1.43,-0.26l-0.47,0.2l-0.53,-0.39l0.5,-0.72l-0.33,-1.43l0.29,-1.39l-0.38,-1.24l-1.35,-1.17l-0.71,-0.08l-0.16,-0.97l-1.4,-1.37l-0.12,-0.69l-1.5,-0.73Z", "name": "Ulyanovskaya oblast"}, "RU-KGN": {"path": "M222.84,252.06l1.04,0.19l0.52,-1.26l-0.28,-0.85l-0.41,-0.28l0.91,-0.72l0.67,-0.02l0.78,-0.87l-0.38,-0.65l-0.04,-1.33l-0.94,-0.83l-0.11,-0.87l-0.97,-0.77l-0.3,-0.73l1.26,-1.67l0.74,-0.58l0.4,0.41l0.58,-0.03l1.48,-0.69l1.31,0.17l0.62,0.45l0.77,-0.76l0.29,0.4l1.38,0.52l1.94,0.17l0.53,-0.36l0.03,-0.63l0.65,-0.59l0.04,-0.57l2.06,-0.57l0.49,0.65l-0.09,1.64l0.62,0.43l0.55,1.27l2.53,0.15l1.05,1.47l1.05,0.66l1.07,-0.56l1.12,0.84l1.51,-0.63l0.47,0.57l2.19,0.04l1.04,1.61l2.02,0.15l0.56,0.4l1.04,-0.26l0.14,0.77l0.63,0.24l0.96,1.11l0.91,0.15l-0.35,0.62l-2.07,0.23l0.14,1.14l-0.27,0.41l-1.35,-0.12l-1.04,0.77l-1.99,0.05l-0.57,0.46l-6.03,1.22l-0.19,-0.43l-0.44,-0.11l-1.03,0.73l-1.34,-0.23l-0.46,0.5l-1.19,0.45l-0.19,1.37l-0.91,-0.65l-1.19,0.47l-0.88,-0.32l-3.05,0.5l-0.43,0.78l-0.87,-0.35l-1.57,0.44l-0.66,-0.45l-0.34,-0.37l0.79,-1.36l-0.86,-1.4l-1.64,-0.08l-0.9,0.44l-0.94,-0.68l-0.78,0.05l-0.62,0.48l-0.68,-0.14l0.2,-0.79l-0.76,-1.03Z", "name": "Kurganskaya oblast"}, "RU-KRS": {"path": "M76.69,275.94l1.33,-0.42l-0.04,-0.97l0.27,-0.38l-0.32,-0.53l1.46,-0.42l1.3,-1.77l2.14,-0.22l0.34,-0.27l0.58,0.26l-0.04,0.57l0.4,0.25l3.64,-0.86l0.72,0.87l1.82,0.89l1.68,0.32l1.24,1.02l0.89,-0.56l0.97,0.21l0.81,0.65l2.07,-0.36l0.42,0.33l-0.11,0.58l-0.79,-0.04l-0.56,0.83l0.68,0.97l0.08,0.88l-0.84,-0.75l-1.28,0.02l-0.74,0.36l-1.65,-0.12l-0.65,0.39l-0.58,-0.07l-0.89,1.03l-1.83,0.7l-3.35,-0.47l-0.89,1.38l-1.16,0.21l-0.75,-0.23l-0.33,-0.54l-0.83,-0.02l-0.53,-1.15l-2.1,0.27l-0.45,-0.47l-1.26,-0.16l-0.85,-2.24Z", "name": "Kurskaya oblast"}, "RU-KR": {"path": "M51.86,159.49l8.28,-0.46l2.41,0.24l0.24,0.74l0.9,0.54l0.23,1.05l0.63,0.3l2.45,-0.08l0.33,-0.98l0.86,-0.25l0.2,-0.67l1.2,-0.02l0.6,0.64l1.25,-0.18l1.4,0.59l-1.17,0.62l-0.1,0.43l0.37,0.25l1.41,-0.09l1.43,0.76l1.19,-0.08l0.18,0.46l1.79,0.63l0.87,0.78l0.19,1.02l0.57,0.03l-0.01,0.31l-0.76,0.14l0.26,2.21l-0.38,0.52l-1.82,0.69l0.22,0.68l0.58,0.09l0.11,0.63l0.89,0.56l-0.1,0.4l0.59,0.65l-0.22,0.54l1.03,1.36l-0.6,0.25l-0.04,0.67l0.77,0.94l-0.78,0.23l-0.21,0.45l1.26,0.6l0.3,0.74l1.48,0.47l0.44,0.68l0.61,0.04l1.2,-0.64l0.53,0.19l0.7,1.05l0.79,0.1l0.43,0.4l0.37,1.06l1.13,0.43l0.25,1.36l-0.32,0.52l-3.03,0.49l-0.29,0.59l1.0,1.19l0.94,0.43l0.5,1.69l-0.32,1.45l1.42,1.82l1.46,0.93l1.8,0.54l1.39,-0.25l0.54,0.21l0.34,1.33l-0.8,2.08l0.42,0.31l1.21,-0.03l0.34,1.41l0.65,0.65l-0.3,1.36l-0.57,0.51l-0.02,0.83l-1.85,0.12l-1.83,-0.73l-0.79,0.43l-1.2,-0.08l-1.01,1.23l-5.2,1.89l0.01,-0.61l-0.36,-0.36l-0.64,0.22l-2.11,-0.18l-0.47,-0.34l-1.31,0.47l-0.6,0.57l-0.9,-0.41l-3.58,0.17l-0.85,0.8l0.11,0.53l0.58,0.46l-0.71,0.08l-0.18,0.56l-1.22,0.73l-0.21,0.69l-0.83,0.1l-0.95,0.62l-14.86,-4.2l-1.51,0.03l-0.82,-0.65l-0.17,-0.18l0.82,-0.92l1.36,-0.94l4.56,-4.84l1.45,-0.89l1.68,-1.65l1.78,-3.37l-0.36,-1.01l-1.25,-1.07l-0.39,-1.0l-2.1,-1.4l-1.76,-0.73l-2.17,-1.79l0.8,-0.29l1.64,-1.69l0.48,-1.18l-0.35,-1.4l-2.5,-1.2l0.16,-0.45l-0.5,-0.71l0.82,-0.35l0.3,-0.55l-0.52,-1.31l-1.83,-0.28l-0.78,-1.33l0.15,-0.32l0.93,-0.22l0.27,-0.45l-0.36,-1.18l-0.73,-0.12l0.41,-0.49l0.02,-1.33l0.55,-0.56l-0.19,-0.63l1.49,-0.08l0.21,-0.6l-1.19,-3.81l-1.32,-1.59l-0.61,-1.68l-0.58,-0.7ZM73.29,206.0l0.82,-0.4l0.3,0.05l-0.28,0.55l-0.83,-0.2ZM83.89,172.32l0.33,-0.02l0.27,-0.15l0.15,-0.0l-0.08,0.41l-0.67,-0.23Z", "name": "Kareliya, Respublika"}, "RU-ME": {"path": "M137.09,240.73l0.26,-0.42l1.15,-0.38l0.15,-1.45l1.95,-0.59l3.64,0.15l-0.09,0.47l0.54,0.37l1.84,-0.3l1.02,-1.16l1.47,0.21l0.97,-0.21l0.77,-1.07l0.65,0.17l1.6,-0.34l0.29,0.53l0.73,0.13l0.7,-0.77l0.93,1.08l0.92,0.12l1.08,-0.35l0.35,1.24l1.51,0.34l0.3,1.85l-0.87,0.18l-0.42,-0.36l-0.89,0.03l-0.67,0.5l-0.61,-0.11l-0.38,0.88l-0.46,-0.29l-0.87,0.06l-1.05,1.22l0.2,0.59l-0.62,0.56l-0.73,0.07l-0.13,0.87l-1.18,0.28l-0.35,0.46l-1.45,-0.72l-0.81,-1.46l-2.03,-0.24l-0.28,-0.98l-0.38,-0.27l-1.91,0.39l-1.76,1.2l-0.86,-0.14l-1.78,0.69l-0.2,-0.66l-0.9,-0.59l0.25,-0.31l-0.09,-1.2l-1.5,-0.33ZM154.88,235.25l-0.01,-0.02l0.01,-0.01l-0.0,0.02l-0.0,0.01Z", "name": "Mariy El, Respublika"}, "RU-IN": {"path": "M131.12,330.57l0.03,-0.27l0.9,-0.22l1.23,0.52l0.52,2.01l-0.03,2.02l-0.33,0.3l-0.53,-0.31l0.5,-0.75l-0.15,-1.02l-1.75,-1.42l-0.09,-0.7l-0.31,-0.18ZM132.15,334.87l-0.09,0.16l-0.32,-0.29l0.16,0.09l0.24,0.04Z", "name": "Ingushetiya, Respublika"}, "RU-MAG": {"path": "M658.25,197.25l1.46,-1.19l0.02,-1.66l0.84,-0.03l0.77,-0.61l-0.79,-1.93l0.19,-1.22l-0.59,-2.22l1.01,-2.62l1.01,-1.23l-0.13,-1.23l2.79,-1.12l0.87,-1.0l0.28,-0.93l2.78,0.53l1.46,0.81l0.72,-0.32l0.13,-0.45l0.75,-0.15l0.06,0.97l1.11,0.82l0.89,0.05l0.71,-0.46l1.14,-1.7l0.15,-1.01l-1.05,-0.89l1.05,-1.05l1.43,1.09l2.53,-0.16l0.83,0.27l0.46,-0.33l0.67,0.07l1.08,-0.88l0.77,-0.2l1.11,0.47l-0.33,1.04l1.02,1.32l2.35,0.56l0.58,-0.32l0.07,-1.08l1.29,0.02l1.04,-0.37l1.31,0.66l0.55,-1.19l2.7,-0.55l0.2,1.14l1.81,-0.25l0.36,-0.65l-0.27,-0.6l2.03,-1.43l-1.22,-2.32l0.75,-0.74l-0.24,-0.98l0.39,-0.42l2.0,-0.3l1.99,-0.91l0.43,-0.7l-0.6,-0.77l0.63,-1.68l-0.31,-0.88l2.18,-0.34l0.41,0.7l0.4,0.09l0.93,-0.38l0.86,-1.17l-0.1,-0.98l-0.36,-0.42l0.85,-0.89l1.73,0.88l1.64,-0.64l0.61,0.56l2.44,-0.27l0.94,0.67l2.04,0.31l1.57,-1.11l1.29,1.15l0.01,0.68l1.37,0.58l1.51,-0.15l0.27,-0.72l1.39,-0.84l2.09,-0.37l2.02,0.29l0.21,-0.51l-0.47,-0.95l0.68,-0.6l0.83,0.63l1.96,0.42l-1.41,2.41l-0.23,1.21l0.27,0.56l4.92,1.93l0.95,0.09l0.62,0.44l0.23,0.9l1.82,1.7l2.69,-0.01l1.6,0.35l0.33,0.44l1.39,0.61l0.75,1.5l2.66,0.74l1.29,-0.05l1.03,0.74l1.87,-0.01l0.16,0.83l1.07,0.8l-1.09,1.55l-1.28,0.01l-0.8,0.63l0.25,1.39l0.42,0.3l-0.93,0.79l-0.11,0.64l0.24,0.66l1.04,0.92l-0.02,0.75l-1.47,0.93l0.53,1.39l-1.83,0.55l-0.71,0.66l-0.06,1.59l1.53,0.73l0.24,0.64l0.73,0.57l-0.37,0.59l0.36,1.56l-0.14,0.63l-1.43,0.12l-1.54,0.76l0.29,0.72l1.66,0.67l-0.89,0.28l-0.31,0.47l0.82,1.81l-2.04,2.15l-0.45,-0.2l-0.53,0.22l-0.47,0.85l-1.57,0.84l-0.38,0.68l-2.73,1.96l-0.42,0.91l-1.93,-0.0l-0.35,0.3l-0.15,-0.51l1.08,-1.47l-0.3,-0.66l-1.42,0.01l-0.81,0.38l0.28,-0.67l-0.33,-0.82l0.31,-0.33l-0.2,-0.43l0.73,-0.65l0.03,-0.44l0.8,-0.46l0.32,-1.38l0.38,-0.34l-0.05,-1.49l-0.69,-0.66l-1.65,0.81l-0.94,1.15l-1.13,0.19l-0.13,-1.12l-0.59,0.15l-0.36,-0.7l-1.53,-0.28l-1.21,0.15l-0.57,0.61l-2.73,-0.03l-1.18,0.75l-2.68,-0.47l-1.18,0.77l-1.51,0.38l-0.7,0.86l-1.35,0.3l-0.32,2.35l-1.16,0.55l-2.32,1.84l-0.33,1.45l-5.6,3.51l-1.18,1.48l-0.95,0.35l-0.16,0.51l0.29,0.67l-1.13,0.35l-0.01,1.66l-0.85,1.27l0.35,0.79l2.28,0.56l0.42,-0.19l-0.01,-0.64l0.27,-0.11l0.75,0.47l0.88,-0.04l0.87,0.68l-0.05,0.75l-1.45,-0.03l-0.55,0.39l-1.51,-0.57l-0.59,0.19l-0.29,0.78l-1.17,0.28l-1.63,-1.44l-0.52,0.3l-1.31,-0.3l-0.92,1.17l-1.4,0.43l-0.5,0.85l-1.29,-0.17l-1.34,-0.86l-1.77,1.41l-3.18,0.18l-0.75,-1.12l1.03,-0.52l1.54,0.25l1.97,-0.17l1.08,-0.39l0.28,-0.68l-1.13,-0.77l-0.89,0.19l-0.94,-0.25l-0.64,-1.28l-1.45,-1.07l-0.69,0.33l-1.29,-0.14l-1.12,0.45l-0.35,-0.33l-1.15,0.06l-0.34,-0.44l-2.4,-0.69l-3.52,-0.55l-0.38,0.54l-1.49,0.52l-0.15,0.67l0.38,0.55l-0.59,0.07l-0.34,-0.65l-0.72,0.47l-0.42,1.22l0.57,0.64l-1.32,-0.02l-0.5,-0.97l-0.93,-0.23l-2.14,0.26l-0.44,0.33l-0.01,0.52l-0.64,-0.32l-0.67,0.42l-0.97,-0.59l-0.73,0.04l0.37,-2.09l-0.35,-2.16l-0.8,-0.62l-1.05,0.22l-0.34,-0.33l-0.11,-1.0l-1.0,-0.32l-0.61,-1.03l-3.27,0.41l-0.65,-0.51l0.11,-0.73l-0.56,-0.35l2.72,-1.79l0.98,0.6l0.8,-0.12l0.52,-0.7l0.02,-1.52l0.72,0.04l0.42,-0.32l0.29,-2.21l-0.34,-0.65l0.4,-1.01l-0.71,-0.28l-0.28,-1.63l-0.68,-0.51l-0.66,-1.18l-2.48,-1.62l-1.14,-0.31l-1.22,0.82l-0.95,-0.27l-0.57,0.21l-1.14,-0.77ZM689.04,217.87l0.02,0.05l0.08,0.09l-0.16,-0.06l0.06,-0.07Z", "name": "Magadanskaya oblast"}, "RU-MO": {"path": "M120.4,257.16l0.91,-0.71l-0.19,-0.51l0.53,-1.02l-0.46,-1.15l2.13,0.09l0.59,-0.91l0.9,-0.27l2.52,1.06l1.07,1.07l2.43,0.91l0.28,0.41l1.01,-0.32l0.76,0.32l1.17,-0.16l0.4,-0.4l-0.45,-0.76l0.17,-0.53l-0.23,-0.32l0.58,0.13l0.45,-0.88l0.77,-0.08l0.26,-1.31l0.63,-0.28l0.21,-0.47l-0.32,0.86l0.3,0.55l2.05,-0.34l1.45,0.75l0.38,1.67l-0.23,0.52l0.58,1.33l0.42,0.25l-3.11,0.87l-1.58,1.74l-1.57,0.29l-0.74,-0.56l-1.78,-0.0l-1.54,0.58l-0.26,0.39l0.08,1.2l-1.85,-0.69l-0.9,0.12l-0.56,-1.13l-2.02,-0.79l-2.08,0.14l-0.56,1.0l-0.67,0.42l-1.83,-0.23l-0.46,0.23l-0.25,-0.1l0.57,-0.49l-0.08,-0.65l0.51,-0.24l0.32,-0.76l-0.06,-0.41l-0.64,-0.4Z", "name": "Mordoviya, Respublika"}, "RU-TA": {"path": "M145.76,254.29l0.44,-0.98l1.36,0.23l-0.78,1.33l-0.72,-0.03l-0.31,-0.55ZM148.49,253.59l0.18,-0.5l-0.24,-0.39l1.12,-0.19l0.5,-0.48l-0.54,-2.35l-0.75,-0.46l1.17,-1.07l-0.13,-0.71l1.58,-1.05l0.23,-0.8l1.26,-0.33l0.24,-0.71l1.71,-1.2l0.05,-1.14l1.4,0.08l1.19,-0.65l0.35,-0.63l0.33,0.45l1.48,0.21l1.13,-0.85l0.23,-0.64l0.37,-0.04l1.08,2.09l1.27,0.18l0.11,0.73l1.26,0.82l0.52,-0.08l1.06,0.5l-0.12,0.43l0.32,0.57l1.26,-0.05l0.9,0.46l0.95,-0.55l0.34,0.47l0.64,0.02l0.74,-0.51l-0.02,-0.65l2.1,0.19l1.15,-0.85l-0.19,-1.01l-0.89,-0.46l0.86,-0.46l0.06,0.85l0.5,0.91l1.73,0.58l-1.02,0.76l0.64,0.82l1.65,-0.27l1.5,0.2l1.47,1.14l-0.95,0.66l-0.48,1.14l-0.92,0.35l-0.79,0.89l-0.73,-0.1l-1.63,0.85l0.09,0.7l0.73,0.68l0.69,0.11l0.8,0.85l0.05,0.84l-0.85,0.9l-0.44,1.42l0.46,2.46l-0.3,-0.41l-1.21,-0.48l0.56,-0.38l-0.47,-1.08l-0.71,0.18l-1.68,-0.32l-0.95,-0.93l-1.87,0.58l-0.71,-0.93l-1.31,-0.22l-0.97,-0.59l-0.33,0.16l-0.3,-0.41l-1.28,0.19l-1.09,0.81l-0.32,1.17l-1.14,-0.38l-0.72,0.47l-0.85,-0.91l-0.44,0.2l-0.39,-0.33l-3.07,-0.45l-0.57,-1.38l-1.21,-0.93l-1.8,0.75l-0.83,0.95l-1.68,0.06l-0.88,-0.68l-1.13,-0.22l-1.13,0.36ZM177.51,243.47l-0.04,-0.18l-0.19,-0.34l0.5,0.08l-0.27,0.44ZM166.79,244.23l0.05,-0.07l-0.02,0.03l-0.03,0.04ZM166.92,244.03l0.01,-0.05l0.03,-0.02l-0.04,0.07Z", "name": "Tatarstan, Respublika"}, "RU-ZAB": {"path": "M463.4,286.39l0.63,-0.32l0.38,-0.71l0.5,0.1l0.56,-0.64l2.14,-0.35l0.46,-0.5l-0.2,-0.69l-0.73,-0.07l-2.14,-1.09l0.74,-0.4l0.44,-1.35l0.74,-0.06l0.54,-0.49l-0.02,-0.7l-0.76,-0.66l0.69,-1.2l0.72,0.37l1.66,-0.22l0.66,0.68l0.94,0.2l3.55,-1.8l1.31,0.14l1.15,0.64l0.94,-0.05l1.07,-0.68l0.18,-0.64l0.82,-0.75l2.89,-0.97l2.48,-2.41l1.45,0.51l0.78,-0.39l0.25,-0.6l1.85,0.09l1.76,-0.97l1.87,0.05l0.82,-0.81l1.93,-0.97l1.21,-2.04l0.05,-0.64l-0.74,-1.36l-1.14,-0.53l-0.15,-0.57l-0.48,-0.22l0.17,-1.47l0.6,-0.53l1.52,-0.28l1.05,-0.47l0.52,-0.63l1.84,-0.6l1.3,-1.43l1.54,-0.83l0.63,-0.76l2.81,-0.66l1.67,0.29l1.35,-0.57l1.19,-2.37l-0.27,-1.25l-0.52,-1.13l-1.59,-0.87l-0.6,-1.16l-1.5,0.08l-0.95,-0.84l0.14,-0.87l-0.35,-1.32l0.27,-0.75l-0.67,-0.97l0.31,-0.9l-0.75,-0.96l0.59,-1.0l-0.64,-0.61l-0.13,-0.67l-0.84,-0.22l0.51,-0.55l0.0,-1.11l0.25,-0.12l2.05,1.1l1.17,-0.21l2.47,0.88l1.97,-0.66l0.55,-0.7l0.87,0.65l1.04,-0.48l0.64,-1.37l-0.32,-0.85l0.63,-0.43l0.21,-1.03l-1.32,-0.42l-0.48,0.25l-0.49,-0.37l-0.46,-1.02l0.11,-0.8l-0.65,-0.43l-0.1,-0.78l0.72,-0.1l0.65,-0.61l-0.08,-1.26l0.9,-0.5l0.15,-0.44l-0.45,-0.94l0.75,-0.39l1.29,-0.0l0.47,0.43l0.67,-0.3l0.51,0.17l0.39,0.64l1.4,0.76l2.3,-0.4l0.08,1.03l-0.56,2.31l0.62,0.59l-0.05,1.17l0.79,0.38l0.58,-0.77l0.22,-0.02l-0.25,1.09l1.35,1.9l-0.2,1.22l1.16,0.87l-0.69,0.37l-0.2,0.72l0.77,0.65l-0.02,0.65l0.85,0.83l1.52,0.38l0.78,0.96l-1.91,0.96l0.71,2.23l0.4,0.16l0.49,-0.29l1.0,0.31l2.26,-1.03l1.4,0.0l0.44,1.2l-0.17,0.53l0.43,1.86l0.6,0.31l0.69,-0.16l1.21,-0.82l0.61,0.75l-0.14,3.22l-1.37,1.14l-0.2,0.87l0.52,0.55l0.85,-0.37l0.12,1.25l0.81,0.68l-0.39,0.14l-0.66,-0.43l-0.88,0.34l-0.29,0.42l0.35,1.43l-0.53,0.78l0.13,0.73l0.91,0.5l0.46,0.69l0.15,1.61l0.37,0.73l-3.96,1.1l-1.93,0.04l-3.17,3.01l-1.25,0.72l-0.14,1.23l0.44,0.61l2.1,-0.25l1.0,0.45l-0.39,1.31l0.64,0.76l0.1,0.63l-0.49,1.16l-2.96,1.9l-0.71,1.69l-1.13,1.57l-0.08,0.9l-1.09,1.04l-0.18,1.24l-1.06,0.95l-0.26,1.04l-0.56,0.39l0.07,0.59l0.91,0.35l0.03,0.98l-0.55,0.56l-2.85,0.36l-2.5,1.93l-1.95,1.05l-1.39,-0.64l-2.19,-0.41l-1.7,-0.85l-0.85,-0.86l-1.88,-0.63l-1.09,0.1l-1.73,0.81l-1.61,-0.09l-1.85,-1.64l-1.36,-0.68l-2.75,-0.3l-2.35,1.35l-1.47,0.46l-2.12,1.52l-0.71,1.37l-1.29,0.61l-1.53,-0.24l-2.35,0.83l-2.85,0.46l-0.76,-0.14l-3.36,1.56l-1.58,-0.72l-1.05,0.53l-2.28,-0.68l-1.14,0.04l-1.28,-0.55l-3.84,0.08l-1.43,-1.3l-1.06,-0.39l-0.31,-0.56l-0.05,-1.67l-0.8,-0.3l-0.03,-0.85ZM505.34,243.53l0.0,-0.02l0.0,0.02l-0.0,-0.0Z", "name": "Zabaykalskiy kray"}, "RU-RYA": {"path": "M100.63,257.47l0.1,-0.48l1.06,-0.7l-0.65,-0.66l0.01,-0.48l2.05,-0.21l0.84,-0.84l0.16,-0.97l0.47,-0.48l0.64,-0.44l1.12,-0.05l0.45,-0.75l-0.09,-0.47l1.64,-0.98l0.42,0.25l0.73,-0.14l0.66,0.74l1.77,-0.4l0.78,0.84l0.62,-0.54l1.0,0.65l1.71,0.06l1.15,0.88l1.08,0.38l1.17,-0.37l0.14,0.4l-0.44,0.82l1.42,1.38l-0.47,0.49l-0.36,1.24l-0.8,0.43l-0.46,-0.18l-0.4,0.43l0.53,1.47l0.81,0.52l-0.51,0.63l-4.74,0.46l-0.45,0.5l0.01,1.3l-0.76,0.66l-2.3,-0.94l-1.04,0.66l-0.54,-0.12l-0.31,0.85l-0.76,0.19l-0.22,-0.36l-0.86,-0.05l-0.25,-0.73l-1.14,-0.63l-1.33,0.55l-0.11,0.64l-1.25,0.23l-0.53,-0.96l-0.61,-0.2l-0.0,-1.07l-0.53,-0.39l0.16,-0.81l-0.76,-1.01l0.33,-0.59l-0.34,-0.61ZM119.78,257.98l0.13,-0.17l0.12,0.09l-0.04,0.09l-0.21,-0.01ZM111.37,262.23l0.01,0.01l-0.0,0.0l-0.01,-0.01Z", "name": "Ryazanskaya oblast"}, "RU-TAM": {"path": "M107.59,268.05l0.31,-0.29l0.33,-1.98l-0.16,-1.45l1.22,-0.11l0.38,-0.74l1.12,-0.71l0.65,0.49l0.53,-0.13l1.39,0.48l1.16,-1.04l0.05,-1.46l3.04,-0.26l0.08,1.75l0.9,0.58l0.02,0.77l0.73,0.2l0.62,0.74l0.13,0.77l2.06,1.24l1.41,1.73l-0.89,0.67l-0.04,1.05l-0.44,0.1l-0.16,0.63l-0.86,0.9l0.02,1.11l-0.54,1.42l-1.3,1.23l-0.68,-0.82l-1.33,0.47l-2.38,-1.0l-0.49,0.24l-0.72,-0.17l-0.38,0.41l-1.09,-0.04l0.13,-0.59l-0.25,-0.43l-1.71,-0.43l0.68,-1.44l-0.11,-0.76l-1.94,-0.92l-1.37,-1.12l-0.4,-0.45l0.27,-0.63Z", "name": "Tambovskaya oblast"}, "RU-ARK": {"path": "M179.74,91.95l1.45,-0.62l0.1,-0.36l1.09,-0.61l2.6,-0.43l0.21,-0.53l-0.71,-0.55l1.61,-0.98l0.59,-0.13l1.13,0.48l2.74,0.33l0.25,-0.44l-0.16,-0.42l-2.02,-0.92l1.17,0.05l0.27,-0.86l-0.73,-0.5l-1.51,-0.24l4.67,-0.5l0.43,-0.26l0.02,-0.49l-1.91,-0.73l-1.18,0.07l-0.71,-0.62l0.72,-0.17l0.8,0.3l2.47,-0.61l0.91,0.38l2.26,-0.07l0.39,-0.41l-0.32,-0.43l-1.89,-0.01l-0.63,-1.01l-2.72,0.09l3.74,-0.99l0.06,-0.7l-0.59,-0.27l-0.53,0.2l0.05,-0.52l2.29,-1.83l0.1,-0.61l-0.54,-0.57l0.92,-0.38l3.58,0.73l0.39,-0.22l-0.06,-0.44l-0.48,-1.11l-0.51,-0.3l3.05,-0.6l0.41,-0.53l-0.29,-0.65l2.08,-0.45l1.02,-1.15l2.9,-0.57l0.3,-0.47l1.86,0.06l1.53,-0.66l1.4,-0.06l0.51,-0.58l0.92,0.57l0.83,-0.09l0.57,-0.62l1.28,-0.24l0.51,-0.47l0.08,-0.64l-0.8,-0.35l0.13,-0.62l2.56,-0.05l0.52,-0.33l2.11,0.66l1.16,-0.13l0.27,0.7l0.64,0.23l1.0,-0.33l0.67,-0.64l0.41,0.52l0.58,0.14l3.87,-1.52l1.12,-0.08l0.85,0.47l2.24,-0.91l0.68,0.21l1.08,-1.19l0.8,-0.16l0.8,0.32l1.8,-1.13l2.6,0.46l0.44,-0.25l0.06,-0.55l-1.11,-1.27l0.25,-0.24l1.1,-0.13l1.26,-0.57l0.39,-0.52l2.66,-1.03l1.32,-0.03l1.52,-0.59l4.8,0.45l2.16,1.74l0.12,0.69l-0.65,1.08l0.24,0.55l-1.33,1.05l-0.73,0.16l-0.21,0.6l-1.02,0.42l-0.12,0.5l-3.18,0.8l-2.06,1.01l-2.3,0.47l-2.78,1.08l-5.01,1.15l-0.77,0.51l-5.12,0.95l-1.53,0.66l-0.43,-0.56l-0.9,-0.04l-0.3,0.89l-1.0,0.41l-1.41,0.01l-4.03,1.58l-1.23,-0.1l-1.13,0.87l-0.66,-0.09l-1.08,1.59l-0.52,-1.16l-0.54,0.07l-0.28,0.81l-0.74,0.6l-1.59,0.58l-0.35,1.18l-0.26,-0.0l0.02,-0.73l-0.5,-0.21l-0.57,0.14l-0.4,1.02l-2.72,0.23l0.06,0.46l0.59,0.38l3.16,0.16l-0.26,0.26l-2.01,0.17l-0.13,0.55l0.59,0.51l-1.6,0.23l-2.06,-0.73l-0.52,0.13l0.68,1.21l1.17,0.43l-0.42,0.42l-2.95,-1.65l-0.53,0.09l-0.12,1.0l0.15,0.67l0.31,0.1l-0.54,1.18l-4.24,-1.34l-0.48,0.24l0.1,0.71l2.02,1.17l0.0,0.57l0.55,0.85l-0.46,0.0l-0.34,0.57l-0.95,-0.42l-0.28,0.15l-0.27,0.63l-0.52,0.21l-0.04,1.34l-1.57,-0.49l-1.05,-1.42l-0.98,0.0l-0.2,0.66l0.35,0.38l-0.99,0.04l-0.26,0.42l0.35,0.35l1.36,0.16l1.33,1.01l0.02,0.67l0.45,0.44l-0.71,0.56l-1.66,-1.23l-4.41,-0.44l-0.42,0.27l0.17,0.47l0.6,0.32l3.55,0.37l1.15,1.29l-1.18,0.64l-1.3,-0.24l-1.44,-1.0l-0.55,0.17l0.19,1.32l0.94,0.14l1.41,0.76l-1.31,1.16l-0.99,-0.29l-0.37,1.1l-2.64,-0.4l-0.38,-1.11l-0.7,-0.49l-0.55,0.15l0.0,0.72l0.34,0.4l-0.71,-0.27l-1.66,0.15l-2.07,-1.07l-0.79,-0.09l-2.85,0.87l0.67,-0.88l-0.57,-0.26l2.22,-1.08l2.9,-0.58l0.36,-0.32l-0.38,-0.52l-2.36,0.14l-0.2,-0.25l-1.89,0.3l-1.47,0.97l-1.2,-0.17l-0.83,-0.77ZM182.04,95.64l-0.11,0.05l-0.1,-0.04l0.21,-0.01ZM205.14,87.02l0.03,0.06l-0.08,-0.03l0.04,-0.03ZM193.09,78.13l-2.1,0.43l0.03,-0.76l-0.56,-0.23l0.84,-0.55l0.57,0.67l1.0,-0.29l0.23,0.72ZM214.21,67.9l-0.26,-0.25l-0.5,-0.1l1.34,-0.12l-0.58,0.48ZM225.97,12.84l2.72,-1.36l4.61,-0.19l0.83,-0.32l0.41,-0.8l-0.19,-0.65l1.06,-0.8l2.18,0.02l1.74,0.64l0.73,0.91l-0.51,0.55l0.78,0.61l-2.13,1.24l-2.14,0.63l-7.47,0.86l-2.62,-1.36ZM225.43,2.31l0.93,-0.18l5.18,0.5l-1.26,0.36l-1.34,-0.04l-2.6,-0.26l-0.9,-0.38ZM208.99,16.43l0.18,-0.3l-0.62,-1.1l0.19,-0.41l1.85,-1.51l1.0,-0.08l0.34,0.42l1.72,-0.01l0.37,0.25l1.13,-0.41l5.09,-0.51l0.28,-0.37l2.25,0.18l0.87,0.98l-1.11,0.95l0.02,0.58l-1.78,0.27l-0.71,0.78l-1.49,0.34l-0.18,0.41l0.22,0.22l-1.07,0.46l-3.9,-1.08l-3.19,0.82l-1.47,-0.9ZM213.53,10.7l1.88,-0.71l4.88,-0.04l-3.08,1.34l-3.68,-0.58ZM206.53,22.59l3.05,-0.73l1.28,0.29l0.05,0.66l-1.78,0.3l-0.38,0.33l-2.23,-0.85ZM201.59,1.71l0.85,-0.29l0.31,-0.36l-0.2,-0.31l5.76,-0.18l0.02,0.39l-6.74,0.75ZM205.04,6.48l1.89,-0.35l1.32,0.47l-1.15,0.17l-2.06,-0.29ZM197.74,17.51l6.15,0.13l3.25,0.85l-2.44,-0.06l-2.56,0.71l-0.45,0.9l-0.94,0.53l0.25,0.74l-0.83,0.0l-1.92,-0.67l-0.32,-2.07l0.18,-0.62l-0.37,-0.43ZM203.4,20.37l0.13,0.0l-0.01,0.04l-0.12,-0.04ZM202.06,12.94l3.41,-0.61l1.0,0.52l-2.64,0.56l-1.76,-0.47ZM201.47,10.15l0.47,-0.39l2.59,0.71l-0.18,0.41l-0.83,0.11l-2.05,-0.84ZM196.63,4.46l2.23,0.04l0.43,-0.34l0.96,-0.04l0.58,0.94l2.96,0.35l-0.67,0.25l-2.52,-0.02l-1.84,-0.72l-2.26,-0.02l0.13,-0.44ZM194.28,9.74l0.41,-0.01l1.05,0.4l-0.12,0.01l-1.34,-0.4ZM196.08,10.24l3.38,0.53l0.74,0.71l1.15,0.22l-0.68,0.42l-1.41,-0.1l-1.34,-0.45l-0.4,-0.66l-1.25,-0.17l-0.19,-0.51ZM197.96,8.68l0.56,-0.23l1.89,-0.21l-0.48,0.4l-1.97,0.04ZM189.32,7.11l1.0,-0.0l1.59,0.49l-1.71,0.41l-0.95,-0.16l0.07,-0.74ZM193.37,7.89l0.99,-0.01l0.29,-0.38l-1.05,-1.19l1.21,-0.09l0.43,0.35l0.59,-0.12l2.62,0.63l-2.0,0.15l-2.27,0.91l-0.69,0.04l-0.12,-0.28ZM183.52,10.38l0.63,-0.78l3.67,1.09l-1.91,0.23l-0.82,-0.62l-1.56,0.07ZM188.17,10.87l0.77,0.16l2.24,-0.43l2.87,0.69l0.35,0.52l4.98,1.43l-2.71,0.85l-2.02,-1.42l-4.41,-0.54l-0.29,-0.42l-1.6,-0.36l-0.17,-0.49ZM167.4,111.65l0.11,-1.62l0.77,-1.28l1.01,-0.52l1.19,0.76l0.42,-0.24l1.29,0.19l0.32,-0.76l0.51,-0.3l-0.06,-0.76l1.08,-0.79l0.99,-0.3l-0.15,-0.44l-0.74,-0.26l0.35,-0.05l0.68,-1.26l0.9,-0.27l0.18,-0.43l0.61,-0.26l-0.14,-0.45l-1.36,-0.42l-2.2,0.12l-0.3,-0.3l0.67,-0.86l1.94,-0.56l1.49,0.46l0.58,-0.17l0.22,-0.66l-0.39,-0.56l0.35,-0.24l-0.17,-0.46l-0.97,-0.62l0.0,-0.34l0.62,-0.43l1.07,-0.08l1.13,-0.68l2.38,0.23l1.81,-1.05l1.86,-0.45l1.92,0.86l2.33,0.13l0.37,0.37l3.15,0.59l0.32,0.38l-3.5,0.5l-0.34,0.33l0.54,0.54l-1.36,0.2l-0.18,0.43l0.69,0.43l1.5,0.1l1.03,-0.31l-0.32,1.12l-3.2,-0.28l-0.53,0.3l-0.13,0.45l0.38,0.27l0.93,0.07l-0.05,0.86l-0.19,0.61l-1.53,-0.36l-0.41,0.34l0.3,0.45l0.94,0.37l-1.67,0.13l-0.36,0.56l0.36,0.3l1.48,0.13l-0.39,1.19l0.84,0.75l-1.01,1.05l0.03,1.0l-0.68,0.38l0.3,0.63l1.17,0.2l0.07,0.93l0.76,1.71l1.83,2.25l0.53,1.29l5.0,3.82l2.09,0.58l-0.15,0.52l0.29,0.29l-0.28,0.28l-2.97,-0.87l-0.51,0.07l-0.12,0.37l-0.75,-0.89l-0.83,0.34l-0.92,-0.22l-0.33,0.77l-0.69,0.11l-3.21,-0.96l-1.23,0.95l-0.06,0.85l-1.85,-1.04l-0.25,-0.73l-1.01,-0.61l-0.54,-0.06l-0.27,0.73l-0.55,-0.33l-1.27,0.28l-1.08,-0.72l-0.52,0.18l0.24,-1.12l-0.64,-0.83l1.41,0.28l0.1,-0.41l1.59,-0.23l0.16,-0.58l-0.6,-0.34l0.24,-0.25l-0.79,-0.66l-0.82,0.49l-0.64,-0.25l-0.2,0.36l-1.0,-0.36l0.85,-1.15l1.3,-0.46l-0.05,-0.81l-0.64,-0.07l-1.62,0.74l-0.56,0.77l-0.46,-0.83l0.67,-0.72l-0.03,-0.68l-0.76,-0.26l-1.17,0.91l-0.66,-0.19l-0.31,0.64l-1.08,-0.53l-0.58,-1.32l-0.51,-0.13l-0.42,0.75l-0.47,0.14l-0.55,-0.45l-0.6,0.39l-0.26,0.63l-1.13,0.2l-1.27,-0.79l-0.69,-1.75ZM172.5,108.32l-0.02,0.06l0.01,-0.01l0.01,-0.05ZM172.5,108.3l0.01,-0.0l-0.0,-0.01l-0.0,0.02ZM173.81,116.0l2.22,1.15l-0.29,0.61l-0.48,0.33l-0.58,-0.24l-0.25,-0.73l-0.92,-0.72l-1.87,-0.38l1.27,-0.34l0.91,0.31ZM189.92,102.25l0.03,-0.0l0.02,0.02l-0.03,-0.0l-0.02,-0.01ZM190.66,21.47l1.01,-0.77l-0.23,-1.56l2.98,0.23l0.65,-0.52l1.46,0.15l0.01,1.47l-0.34,0.46l0.28,0.62l-5.82,-0.08ZM189.71,14.38l0.44,-0.33l3.55,-0.29l1.76,0.77l-2.26,0.33l-0.52,-0.3l-2.36,0.27l-0.61,-0.45ZM181.55,12.9l2.77,-0.18l0.1,0.31l0.57,0.11l1.34,-0.81l2.7,0.79l-3.84,0.63l-0.62,-0.14l-0.54,-0.67l-2.48,-0.04ZM187.02,19.71l-0.05,-0.27l0.98,-0.07l-0.63,0.16l-0.3,0.18ZM184.98,16.87l0.2,-0.02l0.42,0.17l-0.57,-0.13l-0.05,-0.02ZM183.49,17.94l0.47,-0.41l0.53,0.23l-0.01,0.01l-0.99,0.17ZM180.34,16.99l0.28,-0.14l0.06,-0.68l-0.38,-0.22l0.72,0.1l0.06,0.46l1.37,0.47l-0.56,0.45l-1.55,-0.43ZM181.87,20.07l-0.27,-0.44l0.71,0.06l-0.0,0.33l-0.43,0.05ZM171.81,19.76l1.44,-0.0l0.85,-0.41l0.06,-0.63l0.75,-0.41l1.76,0.04l0.28,0.53l1.33,0.73l-0.57,0.82l-4.04,-0.01l-1.85,-0.65ZM174.08,18.62l-0.09,-0.11l0.05,0.03l0.04,0.08ZM142.56,19.35l1.75,-0.53l0.22,0.51l0.54,0.23l0.98,-0.15l1.91,0.1l-1.95,0.14l-0.64,0.57l-1.04,0.2l-1.77,-1.07ZM148.81,19.54l1.13,-0.23l0.53,-0.52l-0.27,-0.36l-0.76,-0.14l1.12,-0.24l-0.06,-0.68l-0.59,-0.54l1.2,-0.45l1.03,0.79l1.26,0.1l0.72,-0.4l1.01,0.16l1.47,-1.04l0.12,-0.6l1.18,0.06l0.32,-1.04l-0.15,-0.63l-1.65,0.09l-0.46,-0.41l2.04,-0.55l0.68,-0.5l0.68,-0.15l0.01,0.45l0.4,0.14l4.21,-0.71l0.21,0.24l-2.13,0.27l-0.38,0.49l-0.82,0.21l-0.27,0.31l0.72,0.93l1.74,-0.57l0.76,0.25l0.51,-0.39l1.17,0.31l0.74,-0.43l1.74,0.65l-2.3,0.6l-1.19,0.98l-4.25,0.12l-0.55,0.35l-1.71,0.1l-0.33,0.81l0.52,0.38l-1.27,0.34l-3.68,-0.16l-1.17,1.19l0.21,0.57l1.59,0.24l0.18,0.7l-0.94,-0.07l-1.11,-0.6l-0.57,0.32l0.14,0.68l-0.47,0.37l-0.7,-0.48l-0.7,-0.03l0.23,-0.62l-0.73,-0.2l-0.35,-0.48ZM149.19,21.03l-0.28,0.41l-1.33,0.16l0.52,-0.44l1.09,-0.14ZM149.46,16.75l-0.55,0.08l-0.14,-0.02l0.39,-0.12l0.29,0.06ZM163.02,23.09l0.25,-0.43l1.44,-0.56l0.76,0.44l0.41,0.82l-2.87,-0.28ZM162.26,9.57l0.48,-0.52l1.28,0.17l-0.73,0.17l-0.16,0.41l-0.77,0.04l-0.1,-0.26ZM85.98,185.23l2.09,-0.19l0.71,-0.34l0.6,-1.01l-0.2,-1.27l2.95,0.53l0.46,0.56l1.08,0.29l0.96,-0.21l0.32,-0.7l1.81,-0.47l0.63,-0.86l-0.19,-1.24l-0.51,-0.57l0.41,-0.67l-0.37,-0.59l-0.81,-0.25l-0.49,-0.65l-2.38,0.77l-0.84,-0.34l-1.96,-2.39l-0.95,-0.42l-0.05,-0.77l1.19,-0.49l0.58,-1.66l0.4,-0.13l3.24,1.13l0.6,0.93l1.38,0.61l-0.21,1.46l0.32,0.34l0.88,-0.24l0.88,-0.71l0.58,0.14l0.39,-0.31l1.82,0.38l3.56,1.61l1.02,-0.12l1.02,-0.73l1.1,0.73l1.66,0.16l0.51,-0.22l0.11,-0.57l-0.48,-1.1l0.42,-0.54l-1.33,-2.27l-0.89,-0.53l-1.92,-2.35l0.04,-1.25l3.69,-2.15l1.23,-1.36l3.2,-0.75l1.71,-1.01l2.71,-3.07l1.66,0.48l-0.19,0.57l0.39,0.23l3.69,-0.42l0.36,0.69l1.43,0.49l-1.89,1.08l0.22,0.88l1.28,0.86l0.41,-0.72l-0.36,-0.69l1.5,-0.4l0.78,0.68l0.0,0.71l1.14,1.39l0.42,-0.69l-0.58,-2.66l0.34,-1.17l0.42,-0.25l2.78,1.51l4.65,1.48l0.61,-0.15l2.58,0.5l4.28,1.85l3.23,-0.05l0.42,-0.5l-0.12,-0.67l1.89,-1.5l3.97,0.09l-0.01,7.34l0.56,0.27l2.84,-0.45l2.3,3.33l1.9,0.77l-0.5,1.73l-3.6,-0.66l-0.89,1.07l-2.74,-0.14l-0.63,1.12l-1.69,0.05l-0.43,0.99l-0.78,-0.08l-0.62,-0.95l-7.9,0.18l-1.55,0.51l-2.71,-0.13l-2.29,1.11l0.06,0.53l0.99,0.94l1.58,0.86l2.85,0.63l1.94,1.13l0.92,1.39l-0.38,0.71l0.03,1.16l0.88,0.91l2.19,0.85l-0.46,0.8l-1.95,1.29l0.81,1.85l-0.02,2.29l0.88,0.5l-0.01,0.67l0.38,0.44l1.24,0.06l0.68,-1.1l2.88,-0.02l0.34,-0.44l-0.0,-0.7l-0.34,-0.41l0.47,-1.74l1.37,0.15l0.59,-0.93l0.52,-0.07l3.36,0.42l-1.09,4.41l-0.84,0.59l-0.88,3.34l0.55,0.76l1.56,0.31l-0.67,2.77l-2.05,0.3l-1.99,0.75l-0.51,0.58l-0.16,0.89l-1.61,-0.22l-0.36,-0.94l-2.12,-0.43l-2.16,0.12l-0.98,1.5l-0.8,-0.29l-0.25,-0.68l-0.84,-0.13l-0.53,-0.55l-1.44,0.72l-1.81,-0.33l-0.26,-0.11l0.08,-0.71l-0.3,-0.38l-2.21,-0.32l-0.63,0.31l-0.51,2.06l-4.89,-0.49l-0.2,-0.84l-0.82,-0.03l-1.61,0.52l-0.42,1.07l-0.89,0.3l-0.23,0.56l-1.69,-0.25l-0.5,0.46l-0.94,-0.85l-1.0,-0.08l-1.36,0.73l-1.9,-0.51l-0.54,-0.65l-1.13,0.47l-0.99,-0.33l-0.89,0.38l-0.46,1.5l-0.35,0.07l-1.88,-0.41l-0.57,-0.57l-0.84,0.45l-0.98,-0.48l-0.48,0.65l-1.83,0.4l-0.8,-0.64l-0.77,-0.12l-1.56,0.44l-1.17,-0.1l-0.63,-0.7l-0.51,-0.05l-1.17,0.69l-0.26,-0.54l-0.77,-0.18l-0.43,-1.11l-0.78,0.23l-0.16,-1.56l-0.97,-0.32l-0.59,-0.86l-0.52,-2.62l0.63,-0.62l0.23,-2.15l-0.66,-0.43l-0.48,-1.65l-1.21,-0.24l0.45,-0.62l0.13,-0.95l-0.51,-1.77l-1.06,-0.5l-1.31,0.27l-1.71,-0.52l-1.26,-0.82l-1.15,-1.43l0.77,-1.57l-0.72,-0.33l-0.38,-1.54l-1.51,-1.01ZM107.95,176.09l0.13,0.03l0.14,0.31l-0.05,-0.03l-0.21,-0.31ZM157.9,21.01l1.24,-0.53l1.56,0.14l-0.79,0.32l-0.38,0.85l-1.64,-0.77ZM134.6,15.34l8.91,-1.14l1.58,-0.75l0.02,-0.43l1.49,-0.13l0.91,0.29l-1.16,0.4l-0.38,0.59l-0.59,0.16l-0.25,0.66l-0.73,0.1l-0.79,0.7l-1.75,-0.07l-0.22,0.46l-0.74,0.3l-0.05,0.5l-1.71,0.2l0.24,-1.18l-0.5,-0.43l-1.65,0.14l-1.13,0.47l-0.56,-0.54l-0.93,-0.29ZM148.31,13.43l2.19,-0.2l0.91,0.31l-0.25,0.28l0.15,0.63l0.8,0.42l-2.58,-0.39l-1.21,-1.04Z", "name": "Arkhangelskaya oblast"}, "RU-KC": {"path": "M111.18,329.18l0.38,-1.28l0.77,-0.41l-0.02,-0.75l1.11,0.19l0.16,0.44l0.58,0.19l0.6,-0.07l1.06,-0.84l0.61,-1.07l-0.25,-0.95l0.63,-0.31l0.39,0.6l1.79,0.43l0.32,0.34l-0.61,0.78l0.46,0.96l1.28,0.2l0.28,0.76l-0.03,0.48l-1.08,0.49l-0.35,2.2l-1.5,0.34l-2.31,-0.21l-1.01,-0.75l-1.9,-0.25l-1.43,-0.76l0.06,-0.74Z", "name": "Karachayevo-Cherkesskaya Respublika"}, "RU-TY": {"path": "M363.89,276.71l1.2,-0.36l0.62,0.6l0.89,-0.39l0.79,0.36l0.96,-0.23l1.13,-1.14l0.99,-0.17l-0.27,-1.73l0.48,-0.8l0.84,-0.37l1.67,0.72l0.81,1.23l1.25,-0.21l0.8,0.39l1.64,-0.12l2.94,0.82l2.14,0.01l1.04,-0.43l0.96,0.03l2.73,-2.12l1.72,-0.71l0.54,-1.59l1.55,-1.58l0.47,-1.22l1.88,-0.56l0.57,-1.9l0.45,-0.48l-0.01,-0.79l1.49,0.06l0.89,-0.45l1.01,0.47l1.68,-0.99l1.97,0.43l0.92,-0.93l0.7,0.49l1.4,-0.31l0.71,-1.21l2.44,0.95l1.54,1.55l1.64,0.17l0.57,0.69l1.09,0.22l0.36,0.85l3.4,-0.27l0.17,0.75l-0.94,0.96l0.45,1.01l-0.64,0.46l-0.12,0.56l-0.87,0.97l0.1,1.25l0.27,0.29l0.6,-0.14l0.18,1.21l-0.76,1.38l-1.7,0.61l-0.8,1.6l-0.92,0.38l-0.66,1.07l0.03,0.72l-0.65,1.62l0.83,1.16l-0.07,0.56l0.52,1.09l1.31,0.68l-0.16,1.29l-0.98,1.61l-0.93,0.5l-1.46,0.18l-0.29,0.72l-1.06,0.57l-1.64,-1.1l-1.4,-0.19l-0.58,0.25l-0.52,-0.31l-0.7,0.24l-1.57,-0.76l-0.61,0.22l-0.76,-0.36l-1.63,0.82l-0.65,-0.32l-1.47,0.0l-0.82,-0.68l-1.53,0.17l-1.16,-1.15l-0.17,-1.36l-0.54,-1.15l-6.19,-0.33l-0.62,-1.2l-1.25,-0.05l-0.5,0.71l-1.51,-1.32l-0.61,0.23l-0.61,1.01l-2.17,0.05l-1.89,1.54l-2.21,0.33l-1.34,0.85l-0.27,0.54l-0.92,-0.05l-2.54,1.04l-0.32,0.73l-1.26,0.16l-0.11,-0.87l-0.51,-0.86l-0.53,-0.29l2.19,-0.64l0.29,-1.01l-4.28,-3.92l-0.05,-0.73l-0.46,-0.4l0.08,-1.35l-0.68,-0.54ZM417.15,266.65l0.34,0.14l-0.23,-0.05l-0.11,-0.09Z", "name": "Tyva, Respublika [Tuva]"}, "RU-MUR": {"path": "M47.65,138.6l2.8,-1.12l1.04,-2.11l3.02,-0.62l1.01,-0.8l0.64,-1.35l1.03,0.63l2.05,0.02l0.59,-0.91l-0.28,-1.45l1.89,0.46l-0.44,0.95l0.42,0.23l0.96,-0.74l1.64,0.04l0.41,-0.56l-0.45,-0.47l-0.04,-0.52l0.23,0.01l1.07,0.69l0.02,0.32l-0.75,0.36l0.24,0.92l0.65,0.31l0.37,-0.22l1.16,0.25l-1.25,0.79l0.45,0.54l1.51,-0.59l1.19,-0.07l0.01,0.68l0.36,0.02l-0.27,0.49l0.43,0.63l0.62,-0.2l0.42,-0.69l1.78,-0.37l-0.17,0.49l-0.8,0.42l0.3,0.8l0.7,0.17l-1.71,0.61l-0.47,0.53l-0.05,0.95l0.42,0.48l0.39,-0.25l0.17,-0.83l1.67,-0.31l0.82,-0.76l0.29,-1.31l0.45,0.23l0.91,-0.28l2.38,0.21l2.81,0.74l0.22,0.36l0.67,-0.27l0.41,0.39l0.71,-0.32l0.24,-0.53l3.19,0.88l0.6,0.47l0.78,0.11l0.49,0.53l4.53,1.89l1.41,0.97l1.16,0.28l1.99,1.83l1.29,0.58l0.51,0.98l1.81,0.48l0.89,-0.26l0.13,0.41l3.13,1.8l2.15,0.14l1.91,1.35l-0.07,0.46l1.09,0.95l0.83,-0.39l0.85,0.62l0.71,-0.02l0.27,0.36l-0.28,1.52l0.75,0.59l-0.07,1.68l1.09,0.43l0.03,1.16l-0.35,0.29l0.11,0.53l-0.55,0.99l-3.75,3.45l-1.87,1.0l-3.81,1.31l-4.05,0.68l-4.61,-0.58l-2.0,-0.93l-2.03,-0.48l-2.57,-0.1l-4.45,-0.8l-3.91,-1.97l-1.74,0.65l0.56,-0.66l-0.24,-0.35l-1.67,-0.17l-0.26,-0.82l-0.55,0.08l-0.61,0.62l-1.68,-1.16l-0.74,-0.1l-0.36,0.67l-2.89,-1.93l0.62,-0.3l-0.03,-0.73l-3.23,-0.64l-2.72,-0.04l-0.45,0.63l0.69,0.52l1.6,-0.08l0.22,0.51l0.93,0.28l-0.61,0.35l0.14,0.67l1.37,0.72l0.71,0.92l1.15,0.46l-2.18,0.25l-0.33,0.78l-0.92,0.3l-0.16,0.8l-1.95,0.01l-0.21,-1.03l-0.86,-0.47l-0.27,-0.81l-0.44,-0.29l-2.58,-0.26l-8.71,0.48l-1.33,-1.64l0.06,-0.96l2.15,-2.66l2.13,-1.94l0.35,-2.12l-1.8,-1.17l-1.8,-2.33l-3.33,-1.03l-1.08,-2.67l1.82,-2.74l-0.14,-0.48l-0.84,-0.38ZM70.24,158.97l0.25,-0.0l-0.03,0.07l-0.22,-0.07ZM65.98,130.46l-0.64,-1.11l0.95,0.68l1.04,0.18l0.35,0.52l2.11,0.23l0.75,0.38l-0.02,0.25l-0.9,0.41l-3.22,-0.63l-0.42,-0.91Z", "name": "Murmanskaya oblast"}, "RU-VOR": {"path": "M97.97,276.16l1.44,-0.54l0.15,-0.56l-0.39,-0.27l-0.14,-1.09l1.96,-0.61l1.13,0.76l1.07,-0.8l0.86,0.18l0.25,0.72l1.37,0.36l1.96,-0.37l3.91,0.46l-0.12,1.01l1.1,0.37l2.43,-0.48l2.28,0.87l0.94,0.11l0.4,-0.27l0.39,0.56l0.87,-0.19l1.36,0.96l0.46,0.45l-0.01,0.51l-2.62,0.72l-1.55,-0.49l-0.96,0.25l-0.61,1.11l-3.06,1.81l0.16,0.55l0.81,0.37l0.47,0.71l-0.15,0.63l0.41,0.59l-1.08,1.31l0.2,0.71l-1.08,0.61l-0.45,1.24l-0.56,0.54l-1.99,0.65l-1.52,-0.22l-1.94,0.58l-0.73,-0.38l-0.34,-0.74l-1.63,-0.23l-0.22,-0.71l0.46,-1.03l-0.78,-0.89l-0.6,-1.77l0.34,-0.18l0.12,-1.29l-1.56,-0.74l-0.29,-0.57l0.66,-0.3l-0.16,-1.23l-0.87,-0.48l-0.77,0.47l-0.36,-0.4l0.19,-0.66l-0.81,-0.83l-0.34,-1.46l-0.43,-0.42Z", "name": "Voronezhskaya oblast"}, "RU-PSK": {"path": "M41.18,232.73l0.7,-1.37l1.13,-0.23l0.35,-0.43l0.32,0.32l1.06,0.01l0.6,-0.75l-0.12,-0.98l-1.13,-1.33l-1.07,-0.25l-0.66,0.17l-0.12,-0.28l1.35,-1.62l-0.36,-1.64l0.15,-1.45l-0.37,-0.54l1.55,0.02l0.95,1.05l3.25,0.23l1.58,0.85l0.08,0.62l1.02,0.24l0.51,0.86l1.45,0.35l-1.02,1.02l0.24,1.69l0.78,-0.02l0.76,1.09l2.7,0.41l-0.54,0.5l0.89,1.35l-0.71,1.88l1.27,0.81l-0.21,2.13l1.3,0.54l-0.61,0.88l0.65,1.13l0.89,-0.02l-0.27,1.2l1.05,0.45l0.23,0.72l1.19,0.36l0.01,1.4l-0.62,0.41l-0.11,0.52l0.37,1.12l-1.47,-0.25l-1.04,1.17l-0.49,0.06l-1.36,-1.32l-1.6,-0.58l-1.79,0.14l-2.03,1.07l-0.35,-0.3l0.5,-0.99l-0.56,-0.59l-1.99,-0.56l-1.33,0.62l-0.75,-1.07l-1.74,0.21l-0.32,-0.29l0.25,-0.96l-0.5,-2.13l-0.67,-0.42l-0.1,-0.63l-0.45,-0.35l-0.06,-0.83l-0.94,-0.43l0.17,-1.25l0.53,-0.62l-0.02,-1.1l-1.61,-1.04l0.03,-0.5l-0.4,-0.44l-0.4,0.0Z", "name": "Pskovskaya oblast"}, "RU-TVE": {"path": "M59.28,238.95l0.79,-1.06l2.76,0.04l0.85,-0.64l0.08,-0.55l1.02,0.13l2.59,-1.2l1.34,-0.73l0.75,-0.9l2.46,0.2l0.54,-1.84l0.94,-0.43l0.31,-1.04l0.66,-0.59l-0.27,-1.59l0.88,0.08l1.34,-0.46l2.95,0.95l0.41,-0.38l-0.01,-0.81l1.3,0.29l0.69,-0.2l0.86,-0.49l0.41,-1.02l2.8,-0.0l0.89,-0.65l2.18,-0.22l1.83,-1.74l0.03,-0.61l1.11,-0.18l0.24,0.61l2.22,2.07l-0.71,0.06l-0.56,0.54l-0.06,1.54l1.18,0.61l-0.41,0.52l-0.81,0.31l0.06,1.32l2.25,1.81l-0.06,1.26l1.14,0.75l1.09,0.23l-0.4,0.8l0.59,0.68l-0.52,0.57l0.14,0.58l-0.35,0.46l-1.79,-0.99l-1.1,0.49l-0.24,0.76l-1.86,0.37l-0.28,0.49l0.1,1.01l-1.35,-0.34l-1.79,1.08l-0.81,-0.02l-1.26,0.56l-1.46,-0.26l-0.62,-0.53l-1.24,0.09l-0.28,0.34l0.25,1.25l-0.68,0.24l-0.39,1.23l-0.57,0.63l-1.94,-0.06l-0.56,0.36l-2.05,-1.12l-1.86,-0.03l-0.77,0.94l-0.81,0.14l-0.02,0.71l-0.73,0.61l-1.7,0.74l-4.07,-0.45l-1.14,0.2l-1.15,-0.65l-0.99,0.36l-1.13,-0.1l-0.32,-1.14l0.62,-0.62l-0.07,-2.16l-1.0,-0.32l-0.68,-0.97l-0.75,-0.21l0.29,-0.8l-0.3,-0.74l-1.06,-0.22ZM96.93,238.34l0.02,0.03l0.01,0.04l-0.0,-0.0l-0.02,-0.07ZM97.47,234.95l0.03,-0.03l-0.01,0.02l-0.02,0.0Z", "name": "Tverskaya oblast"}, "RU-VGG": {"path": "M114.24,281.97l0.63,-0.69l1.57,-0.78l0.89,-1.15l1.73,0.49l2.9,-0.72l2.73,1.54l3.02,-0.83l0.37,0.36l0.91,-0.07l0.47,-0.62l1.0,-0.1l0.58,0.43l1.47,-0.12l1.52,0.6l0.05,0.59l0.5,0.59l-0.75,0.91l0.62,1.22l1.2,-0.17l0.45,0.4l0.95,-0.31l0.19,-1.07l0.36,-0.11l0.94,0.56l0.03,0.82l0.45,0.31l2.22,-0.19l0.97,-0.91l1.12,1.32l1.21,-0.11l0.55,0.93l-0.24,1.0l0.29,0.65l-1.77,1.03l-0.42,0.59l-0.68,3.41l1.35,1.15l-0.03,0.36l-1.34,1.15l-0.57,1.31l-1.33,-0.9l-1.73,-0.22l-2.25,1.87l-1.93,0.28l-1.28,1.31l-0.54,1.66l-0.44,0.31l-0.83,-0.17l-0.27,-0.77l-1.59,-0.31l-0.24,0.48l0.13,1.13l0.7,0.48l-0.3,0.37l-1.51,-0.13l-0.53,0.94l-1.42,0.55l-0.5,1.26l-1.73,0.24l-0.34,-0.79l-1.01,0.22l-0.99,-1.96l-1.34,-1.16l-1.01,-0.29l-1.2,0.11l0.53,-1.16l-0.27,-0.89l2.71,-0.75l0.47,-0.55l-0.17,-0.77l0.43,-0.8l-0.47,-1.19l-1.46,-0.75l-0.31,-0.62l-1.27,-0.02l-0.03,-1.85l0.54,-1.64l-1.67,-1.58l-1.41,-0.48l-0.09,-0.55l-0.99,-0.91l0.64,-0.97l-0.4,-0.93l0.53,-0.7l-1.25,-1.14Z", "name": "Volgogradskaya oblast"}, "RU-KOS": {"path": "M109.81,233.69l1.14,-0.88l-0.33,-2.49l1.47,-1.56l0.39,-0.95l1.08,-0.85l-0.92,-1.82l1.15,-0.91l-0.2,-0.76l0.42,-0.87l2.28,-1.13l0.62,0.16l1.08,-0.39l0.38,-0.49l-0.0,-0.9l0.72,0.41l1.54,-0.43l0.17,0.55l0.88,0.58l1.4,-0.29l0.43,-0.41l1.03,0.39l0.52,-0.32l0.19,0.5l0.52,0.11l0.87,-0.6l1.19,0.36l0.84,-0.19l1.04,0.7l3.62,0.14l0.59,-0.48l4.39,-0.04l0.65,-0.95l1.57,-0.29l0.32,-0.35l0.17,-1.83l2.14,-0.03l0.81,0.11l-0.23,1.4l0.33,0.46l0.65,0.11l0.15,1.05l1.51,1.09l-0.0,0.53l-1.24,0.15l-0.18,1.07l-0.78,0.0l-0.68,1.17l-2.04,0.45l-0.27,1.19l-0.77,0.49l-0.04,1.07l-0.52,0.9l-2.32,0.2l-1.06,0.79l-0.67,-0.71l-3.2,-0.3l-0.65,0.7l-0.08,0.64l0.33,0.58l-0.51,0.9l-0.77,0.09l-0.93,1.06l-1.72,0.77l-1.27,-0.01l-0.74,-0.65l0.06,-0.5l-0.44,-0.39l-1.6,1.12l-0.17,-0.92l-0.49,0.12l-0.33,1.52l-0.94,0.15l0.12,-1.76l-0.68,-0.58l-3.09,1.04l-0.7,-0.15l-1.54,-1.14l-0.74,-0.12l-0.75,0.58l0.1,1.58l-1.77,0.22l-1.03,0.74l-2.52,0.33l0.1,-0.82ZM118.27,219.75l-0.35,-0.16l0.05,-0.53l0.16,0.07l0.15,0.63ZM125.1,220.1l-0.0,-0.03l0.0,-0.0l0.01,0.01l-0.01,0.02Z", "name": "Kostromskaya oblast"}, "RU-KL": {"path": "M116.23,313.29l0.71,0.15l0.81,-0.96l1.14,-0.16l-0.0,-0.87l-0.66,-0.67l0.25,-0.11l2.18,1.1l1.04,0.14l0.71,-0.28l1.59,1.27l-1.65,-0.82l-2.19,1.66l-0.47,0.06l0.04,-0.61l-0.38,-0.34l-1.02,0.21l-0.37,0.89l-1.5,-0.2l-0.24,-0.46ZM124.77,313.35l1.2,-0.04l0.98,-1.18l0.39,0.43l0.8,-0.41l0.15,-0.54l-0.53,-1.5l0.95,-1.15l1.01,-0.54l0.45,-1.59l0.04,-2.59l-0.6,-0.86l-1.11,0.13l-0.22,0.82l-0.58,0.17l-0.29,0.52l-0.83,-1.38l0.27,-0.51l1.26,-0.41l0.52,-0.88l1.4,0.24l0.87,-1.28l1.48,-0.04l0.95,-0.72l0.56,0.39l1.35,0.12l0.83,0.66l0.56,-0.09l0.15,0.88l1.26,1.65l1.9,1.28l0.9,-0.1l1.56,2.8l0.73,0.34l0.42,0.77l0.66,0.09l0.07,0.52l-1.17,0.8l0.04,0.66l-1.62,0.27l-0.74,0.9l0.03,0.42l1.88,0.42l-0.17,0.71l0.23,0.37l1.31,-0.17l-0.41,0.36l-0.74,2.25l-0.09,0.38l0.38,0.49l2.51,-0.61l0.4,0.61l-0.62,0.43l-0.11,1.29l-0.4,0.27l-0.42,1.2l-1.01,0.37l-0.15,0.87l-0.48,-0.08l-2.04,-0.97l-3.52,-0.34l-0.82,-1.07l-4.48,-2.21l-1.68,-0.21l-1.03,-0.5l-0.55,-1.1l-1.19,-1.1l-2.88,-0.74ZM130.56,300.1l-0.45,-0.04l-0.05,-0.41l0.45,0.13l0.04,0.33Z", "name": "Kalmykiya, Respublika"}, "RU-TOM": {"path": "M291.79,227.0l1.06,-0.9l-0.18,-0.59l-0.67,-0.47l0.09,-0.49l1.01,-0.74l1.72,-2.08l-0.26,-1.42l0.82,-0.38l0.41,-0.89l0.54,-0.11l0.8,-0.85l1.37,-0.02l1.26,-0.41l0.14,-0.9l0.49,-0.67l-0.06,-2.86l0.62,-1.17l-0.39,-1.3l1.32,-0.72l0.15,-0.54l-0.33,-0.71l0.4,-0.3l0.08,-0.69l1.27,0.31l1.54,-0.11l1.24,0.62l1.08,-0.43l1.88,0.19l0.99,-0.37l0.71,0.36l1.88,-0.44l0.26,0.73l0.75,0.64l2.55,-0.23l1.8,0.21l1.37,-0.81l1.39,-0.23l1.33,0.27l0.78,0.98l1.96,0.18l1.75,-0.23l1.89,0.92l1.3,-0.77l0.15,-0.88l3.71,-2.33l1.65,-0.13l2.46,1.69l1.44,-0.14l2.19,2.92l0.28,0.5l-0.72,1.18l-0.13,1.22l-0.42,0.6l1.02,0.98l4.44,0.17l2.53,-0.5l3.37,0.04l2.2,0.48l0.49,1.4l1.83,0.28l2.04,3.08l3.47,-0.14l0.97,1.54l-1.95,0.71l-2.49,3.08l-0.12,0.52l0.56,2.05l0.94,1.23l2.82,0.54l0.9,0.59l2.44,0.08l0.02,1.74l-1.16,0.18l-0.33,0.7l-1.13,0.62l-0.66,1.52l-1.13,0.86l0.09,0.77l0.75,0.18l-0.51,1.38l-0.82,-0.25l-3.06,1.99l-1.14,-0.7l-0.92,0.22l-1.14,-0.39l-0.58,0.33l0.13,0.69l-2.0,-0.7l-1.41,0.55l-0.47,-0.44l-0.87,-0.01l-0.73,1.0l-2.67,1.34l-0.24,0.62l-1.36,-0.15l-0.75,0.22l-0.34,0.52l-0.79,-0.18l-2.82,1.15l-0.68,-0.31l-1.49,0.36l-1.84,2.31l-1.19,-0.23l0.69,-0.87l-0.8,-1.1l0.17,-0.51l-0.49,-0.4l0.05,-0.54l-0.3,-0.27l0.56,-1.38l-1.12,-1.04l-1.73,0.21l-0.28,0.72l-6.1,1.19l-1.6,-1.71l-0.65,-0.28l-4.46,0.62l-3.59,-3.59l-5.71,-1.38l-0.39,-0.38l-7.98,-0.2l-4.08,-0.45l-0.59,-0.95l-0.7,-0.21l-0.66,-1.38l-0.65,-0.44l-0.24,-2.08l-2.14,-1.21l0.48,-0.57l-0.6,-1.0Z", "name": "Tomskaya oblast"}, "RU-KO": {"path": "M136.15,180.32l1.6,-0.64l2.49,0.16l1.62,-0.52l7.51,-0.17l0.48,0.82l1.36,0.22l0.48,-0.26l0.33,-0.83l1.64,-0.06l0.6,-1.07l2.41,0.21l0.96,-1.08l3.88,0.57l0.93,-2.56l-0.16,-0.46l-2.05,-0.76l-2.45,-3.45l-3.09,0.3l0.08,-6.9l12.91,-5.71l0.26,-0.16l-0.02,-1.14l1.37,-0.22l1.74,-1.12l8.38,0.78l31.65,-0.03l0.63,0.42l0.93,-0.32l8.1,-0.2l1.36,-1.08l5.13,-2.37l0.37,-1.83l1.09,-0.69l1.53,-0.77l1.43,0.04l0.33,-0.53l0.68,-0.16l0.58,-0.72l-0.33,-1.13l2.03,-0.8l0.55,-0.62l0.6,0.0l0.26,-0.49l-0.18,-0.88l1.01,-0.45l3.01,-0.14l-0.75,1.29l0.2,2.3l0.91,0.92l3.02,-0.1l-0.17,1.01l0.95,0.57l-0.9,-0.05l-0.95,0.37l-0.27,1.19l0.46,0.3l0.95,-0.15l0.17,0.27l-0.6,0.54l-1.35,0.09l-0.27,0.7l-2.39,1.45l-0.14,0.7l-0.63,0.43l0.17,1.18l-2.6,0.75l-0.4,0.61l-1.02,0.56l-1.7,0.12l-0.98,0.95l-1.3,0.62l-0.75,-0.04l-1.11,1.83l-0.81,0.41l-1.13,1.45l-0.31,1.64l-4.85,1.55l-3.23,3.25l-0.15,1.1l-0.58,0.22l-0.59,0.9l-0.94,0.08l-0.64,0.94l-1.2,-1.11l-1.58,-0.03l-2.64,2.36l-0.28,0.79l0.19,0.54l-1.0,1.58l0.68,0.55l-0.09,1.78l1.29,0.95l-0.28,0.55l-1.09,0.72l-0.44,2.71l-1.09,2.3l0.2,0.57l-0.54,1.7l0.42,1.13l0.94,0.39l-0.42,1.47l0.63,1.51l0.56,0.3l-0.13,0.83l-1.02,1.91l0.39,1.3l-0.72,1.03l0.13,1.14l-2.59,1.32l-8.98,0.16l-2.26,-0.26l-1.75,1.02l-0.42,1.48l-2.21,-0.32l-0.77,1.28l-2.08,-0.26l-0.64,0.9l-0.77,0.09l-0.38,1.01l-5.63,-0.88l-0.46,0.37l-0.13,0.64l-1.71,-0.27l0.16,-0.61l-0.26,-0.47l-2.72,-0.56l-0.43,0.22l-0.35,0.89l-1.91,-0.07l-0.39,0.94l-2.31,-0.23l-0.82,2.7l1.87,0.63l0.29,0.64l0.74,0.18l-0.05,0.68l-0.85,-0.39l-0.71,0.21l-2.36,2.69l-0.88,-0.63l-1.38,-0.28l-1.54,1.58l-2.13,0.16l-0.93,0.64l-1.29,-0.07l-0.29,0.78l-0.7,0.53l-0.17,2.98l-0.73,-0.05l0.14,-0.87l-0.28,-0.44l-2.25,-0.89l-0.04,-1.08l-2.88,-0.42l-0.24,-3.31l1.13,-0.77l0.44,-0.77l-1.31,-1.14l0.17,-0.77l-0.61,-1.98l0.26,-1.16l3.02,-0.98l1.01,-0.0l0.37,-0.36l0.7,-3.59l-0.47,-0.39l-1.54,-0.3l0.74,-2.84l0.86,-0.63l1.27,-5.1l-0.34,-0.49l-4.8,-0.37l-0.49,0.88l-1.24,-0.17l-0.51,0.29l-0.63,2.21l0.36,0.86l-2.65,-0.01l-0.53,0.2l-0.31,0.9l-0.46,-0.02l-0.1,-0.84l-0.8,-0.42l0.05,-2.05l-0.72,-1.49l1.67,-0.99l0.52,-0.73l0.17,-1.06l-2.65,-1.07l-0.53,-0.59l0.38,-1.71l-1.19,-1.8l-2.17,-1.26l-2.83,-0.62l-2.0,-1.29Z", "name": "Komi, Respublika"}, "RU-TYU": {"path": "M238.12,234.54l-0.08,-0.68l0.71,-1.14l-0.22,-0.52l1.87,-0.86l0.92,0.26l0.88,-0.88l0.55,-0.02l0.27,-0.43l2.0,-0.93l-1.09,-2.33l-0.17,-1.73l1.95,0.14l1.89,-0.62l0.5,-0.58l-0.07,-1.49l0.54,-0.22l0.66,0.34l2.71,-1.32l0.89,-0.9l3.32,-0.59l1.14,-2.22l1.43,-0.42l2.54,-1.43l-0.07,-0.63l-0.8,-0.53l0.62,-0.24l0.89,-0.0l0.46,0.63l2.89,0.07l1.38,0.64l2.12,-0.34l1.1,0.33l0.82,-0.66l0.57,0.78l2.46,1.16l0.62,0.61l0.63,0.08l2.1,1.91l0.6,1.24l0.9,0.43l1.17,-0.37l-0.02,0.77l0.63,0.56l-0.19,0.66l0.32,0.26l2.23,0.36l0.99,-0.27l0.55,0.32l1.13,0.01l0.75,0.54l3.37,-0.07l1.73,0.52l-2.67,2.21l-1.97,1.17l-5.74,-0.1l-1.27,1.03l-3.56,-0.12l-0.94,-0.73l-3.52,0.3l0.21,-2.19l-1.34,-1.14l-1.45,-0.06l-2.72,5.07l0.28,1.18l0.73,0.79l0.37,0.98l-1.0,0.64l-0.1,0.58l1.29,1.65l0.95,-0.02l0.37,-0.41l-0.06,-0.52l0.92,-0.19l0.1,0.83l0.72,0.25l2.2,2.2l-0.48,0.66l-0.48,-0.1l-0.47,0.43l-1.59,-0.13l-0.12,1.25l-1.43,0.54l-0.05,0.59l0.69,0.3l-0.79,0.66l0.67,1.5l-0.61,0.23l-0.41,0.85l-0.84,0.06l-0.33,0.36l0.07,0.43l0.5,0.32l-0.1,1.12l0.88,0.46l-0.92,0.41l-0.47,0.7l0.07,0.7l-1.14,0.98l-2.69,-1.4l-1.91,-0.37l-0.53,0.29l-1.47,-0.66l-0.45,0.2l-0.11,0.46l-1.06,-0.57l-0.58,0.08l-0.85,-1.03l-0.53,-0.13l-0.13,-0.93l-1.53,0.22l-0.48,-0.4l-1.85,-0.05l-0.94,-1.71l-1.84,-0.22l-0.57,0.19l-0.65,-0.65l-1.41,0.69l-0.74,-0.73l-0.71,-0.1l-0.79,0.56l-0.96,-0.72l-0.95,-1.36l-2.07,-0.19l-1.11,-1.25l-0.01,-1.46l0.72,-0.11l0.57,-1.42l-0.38,-0.45l-0.67,-0.07l-0.29,-2.03l-0.54,-0.61Z", "name": "Tyumenskaya oblast"}, "RU-DA": {"path": "M135.57,325.4l0.47,-1.03l-0.37,-0.49l-0.59,-0.13l1.77,-1.39l0.38,-1.24l3.5,0.28l1.54,0.7l-0.52,1.42l0.19,0.96l0.49,0.39l1.28,0.21l0.37,0.75l0.74,0.3l1.15,2.19l-0.65,1.19l0.63,1.09l-0.02,3.0l1.19,0.96l0.18,1.28l1.94,1.99l1.57,2.65l0.74,0.35l-0.8,1.27l-1.77,0.87l-0.91,1.45l-2.61,-0.57l-0.64,-1.53l-0.65,-0.21l-1.74,-1.8l-0.64,0.23l-1.98,-1.11l-1.39,-0.25l-1.4,-0.9l0.48,-1.13l2.24,-1.74l0.03,-0.77l1.18,-0.06l0.78,-0.63l0.01,-1.09l-0.49,-0.37l-0.46,-1.74l0.61,-1.36l1.08,-1.11l-0.56,-0.66l-0.55,-0.14l-0.47,-0.79l-0.73,0.03l-0.67,0.47l-0.08,0.41l-0.56,-0.52l-2.51,-0.39l-0.01,-1.04l-0.81,-0.26Z", "name": "Dagestan, Respublika"}, "RU-NVS": {"path": "M292.37,246.79l0.75,-0.41l-0.21,-0.84l1.08,-1.0l0.79,-0.18l0.23,-0.45l2.06,-0.09l1.05,-0.46l-0.11,-0.76l-0.99,-0.69l0.19,-0.76l-0.68,-0.52l1.45,-1.43l-0.85,-3.53l3.78,0.43l7.7,0.19l0.24,0.29l5.89,1.42l3.53,3.55l4.71,-0.55l2.11,2.01l6.64,-1.14l0.58,-0.41l0.01,-0.46l1.0,-0.03l0.34,0.29l-0.43,0.41l-0.4,1.28l1.57,2.28l-0.78,1.15l0.74,0.91l2.05,-0.18l0.78,-1.31l0.77,-0.41l0.17,-0.6l1.04,-0.25l0.61,0.5l0.55,-0.2l0.01,0.71l0.45,0.44l-0.19,0.72l0.92,0.67l0.18,0.49l-0.64,0.86l0.11,0.47l1.1,0.18l-0.24,0.83l0.46,0.57l-0.17,1.24l0.9,0.99l-0.58,0.72l0.37,0.57l-0.27,0.68l0.41,0.59l-1.74,0.86l-0.8,1.15l-1.26,-0.4l-1.52,0.6l-2.11,0.04l-0.63,0.44l-0.05,0.72l-0.62,-0.86l-0.82,0.19l-2.44,2.04l-1.13,1.93l-0.96,-0.6l-0.21,-0.74l-0.65,0.18l-1.59,-0.67l0.53,-0.51l-0.12,-0.94l-1.34,-0.15l-0.73,-0.63l-1.67,-0.43l-1.04,-1.78l-0.54,-0.1l-2.24,1.9l-2.24,0.6l-1.23,1.02l-0.09,0.48l-0.76,0.07l-0.53,0.69l-4.79,0.57l-0.42,0.35l-0.03,0.51l-0.88,0.28l-0.36,-0.03l-0.43,-0.84l-1.46,0.26l-0.48,0.46l0.02,0.87l-0.43,0.23l-6.34,-4.34l-0.26,-0.58l1.06,0.02l0.97,-1.25l-0.01,-0.73l0.44,-0.53l-0.2,-0.46l-1.51,0.11l-1.19,0.85l-1.18,-0.19l-0.6,0.82l-1.72,0.67l-0.03,-2.19l0.53,-0.23l0.24,-0.7l-0.26,-0.79l-0.53,-0.21l-0.28,-0.65l-0.55,-0.13l-0.09,-0.57l-0.73,-0.15l0.12,-0.7l-0.64,-0.73l-0.03,-0.85l-0.61,-0.78l0.93,-0.94l-0.07,-0.5l-0.49,-0.33l-0.01,-0.56Z", "name": "Novosibirskaya oblast"}, "RU-AD": {"path": "M101.12,320.84l1.19,0.38l1.67,-0.56l0.62,0.8l-2.32,-0.02l-1.15,-0.59ZM104.89,320.02l0.17,-0.25l1.02,0.49l-0.37,0.21l-0.29,-0.41l-0.53,-0.04ZM106.97,320.5l1.23,-0.14l1.53,1.47l-0.84,0.21l-0.52,1.06l0.43,0.86l0.11,1.17l-0.32,0.69l0.4,1.53l-0.43,0.9l-1.75,-0.92l-0.66,0.01l0.02,-0.67l0.37,0.36l0.6,-0.07l0.72,-1.32l-0.14,-0.46l-0.69,-0.16l-0.5,-0.53l0.49,-1.59l0.56,-0.52l-0.63,-1.87Z", "name": "Adygeya, Respublika"}, "RU-PER": {"path": "M169.38,209.07l0.46,-1.52l2.11,0.28l0.64,-1.05l1.97,0.06l0.38,-0.94l1.94,0.35l-0.15,0.74l0.41,0.45l2.45,0.36l0.57,-0.99l5.52,0.86l0.4,-0.17l0.41,-0.99l0.77,-0.17l0.34,-0.71l2.07,0.26l0.8,-1.25l2.27,0.27l0.71,-1.74l0.76,-0.12l0.65,-0.64l2.0,0.28l8.42,-0.12l1.78,-0.39l1.35,-0.9l0.18,0.19l0.0,1.17l-0.49,0.46l-0.29,1.12l0.52,0.92l0.1,1.34l0.5,0.43l-0.4,2.48l-0.82,0.83l-0.99,3.35l-1.13,1.21l-0.77,0.2l-0.42,0.96l-0.65,0.13l-0.9,2.21l0.27,0.41l0.93,0.14l0.96,1.14l2.29,0.9l-0.31,0.66l0.26,0.71l-0.43,0.43l0.09,1.05l0.79,0.75l0.9,0.15l0.18,1.09l-0.73,0.38l-0.39,0.8l-1.02,0.71l-0.9,0.1l-0.99,0.92l-0.35,1.08l1.27,1.62l-1.29,0.98l-0.33,-0.67l-1.72,-0.08l-1.11,1.15l-0.35,1.84l0.49,1.52l-0.6,0.19l-1.19,1.13l-1.53,-0.11l-0.82,0.64l0.69,2.44l-0.25,1.56l-0.7,1.08l-1.09,0.41l-0.62,-0.79l-0.96,-0.41l-0.05,-0.73l-0.45,-0.16l-0.79,-0.02l-0.66,0.59l-0.71,0.07l-0.7,-1.12l-0.57,-0.05l-1.81,0.43l-0.63,0.46l-0.96,-0.22l-1.03,0.25l-2.28,-1.52l-0.58,0.23l-0.37,0.87l-1.31,-1.1l-0.28,-0.95l0.31,-0.38l0.01,-1.23l1.21,-0.28l0.41,-0.67l-0.4,-0.5l-0.04,-1.38l-0.74,-0.38l0.52,-0.67l-0.91,-1.54l0.3,-0.46l-0.35,-2.22l-1.38,-1.84l0.27,-0.75l-0.88,-1.94l0.22,-0.65l0.86,-0.63l-0.07,-0.41l-0.94,-0.86l0.6,-0.74l0.13,-0.75l-0.74,-0.47l-1.91,-0.11l-0.79,-1.24l0.73,-0.97l0.32,-1.25l0.92,-0.36l0.58,-2.71l-0.56,-1.12l-0.92,-0.59l-0.78,0.26l-5.01,-0.43l0.18,-0.83l-0.28,-0.76l-0.78,-0.31l-0.2,-0.58l-1.65,-0.4Z", "name": "Permskiy kray"}, "RU-ROS": {"path": "M98.2,305.18l0.32,-1.33l1.94,-0.47l0.7,-1.2l4.41,0.29l0.5,-0.23l0.51,-1.99l0.85,-1.22l-0.49,-0.57l-0.33,-1.64l-0.91,-0.36l0.42,-0.71l0.65,0.18l0.63,-0.25l0.35,-0.69l-0.46,-0.52l-1.35,-0.19l0.9,-0.16l1.31,-1.48l0.1,-1.0l-0.58,-0.82l0.47,-0.58l1.51,0.21l2.29,-0.73l0.87,-0.83l0.38,-1.16l1.33,-0.87l0.73,0.94l1.44,0.51l1.38,1.19l-0.61,1.76l0.16,0.62l-0.28,0.5l0.28,0.94l1.52,0.09l0.29,0.68l1.22,0.46l0.38,0.83l-0.43,0.6l0.02,0.8l-1.75,0.33l-1.26,0.79l0.16,0.74l-0.35,0.46l0.01,1.79l2.56,0.21l1.1,0.96l1.26,2.35l0.89,-0.25l0.68,0.73l1.89,-0.23l0.72,0.21l0.11,0.89l0.34,0.25l0.98,0.04l0.27,-0.88l0.73,-0.16l0.15,-0.64l0.33,0.18l-0.34,3.4l-0.85,0.35l-0.93,0.9l-0.6,0.98l0.54,0.96l-0.66,0.0l-0.74,1.33l-1.05,0.1l-2.17,-1.7l-1.7,0.16l-1.09,-0.77l-1.48,-0.36l-0.99,0.53l0.44,1.26l-0.6,0.14l-0.48,0.8l-0.56,-0.34l-0.7,0.37l0.08,1.15l-1.11,-0.08l-0.38,0.29l-0.52,-0.02l-0.3,-0.67l-0.64,-0.43l0.11,-0.73l-0.5,-0.41l-0.6,0.38l-0.73,-0.31l-1.83,0.01l-0.61,-1.53l-0.6,-0.17l0.13,-1.16l-0.57,-0.29l-3.23,-0.35l-1.38,0.38l-0.48,0.98l-0.82,-0.18l0.23,-0.68l-0.44,-0.6l0.94,-0.5l1.18,0.04l0.65,-0.71l0.01,-0.7l-0.38,-0.15l-0.39,-0.87l-1.16,-0.15l-0.85,0.36l-0.39,-0.39l-1.55,0.4l-0.68,0.63l-0.46,0.05l0.34,-0.57l-0.35,-0.51Z", "name": "Rostovskaya oblast"}, "RU-PRI": {"path": "M582.51,335.16l1.39,-0.43l0.97,0.08l0.78,-0.45l0.05,-0.92l0.56,-0.67l0.52,-1.73l-0.12,-0.73l-0.42,-0.36l-0.03,-1.5l0.48,-1.85l-1.04,-4.05l-0.45,-0.7l0.28,-0.3l2.03,-0.47l1.77,-2.09l0.49,0.42l0.08,1.0l0.52,0.36l-0.4,1.03l0.25,0.81l0.7,0.43l0.36,0.71l1.1,0.17l1.42,-1.21l0.13,-0.97l0.83,-1.02l0.65,0.04l0.97,-0.77l0.32,-2.39l1.2,-0.48l0.44,-0.71l0.09,-1.15l0.73,-0.5l0.38,-1.43l1.02,-0.99l-0.03,-1.87l2.63,-0.62l0.36,-0.97l-0.26,-0.48l1.17,-1.31l1.6,-0.03l0.43,-0.46l1.03,0.63l-0.1,0.74l0.31,0.41l1.62,-0.12l0.8,0.76l0.76,0.23l0.7,-0.29l0.97,0.45l1.91,-0.15l2.17,-1.66l-0.11,-0.67l0.43,-1.0l1.35,0.62l0.64,-0.03l2.27,-1.25l1.3,-1.11l-0.43,-1.58l-2.14,-0.59l-0.03,-0.79l-1.27,-1.15l0.88,-0.39l1.47,0.1l1.82,-0.84l0.41,-0.68l0.65,0.16l0.24,1.2l0.46,0.37l-0.2,0.84l1.18,1.1l-1.51,0.9l0.03,0.57l0.38,0.24l-0.27,0.69l0.64,0.49l1.58,0.16l-2.1,2.05l-1.12,2.42l-0.06,0.79l-0.69,0.57l-0.87,1.95l-4.62,5.04l-1.76,1.21l-0.26,0.67l-2.23,2.09l-0.89,1.74l-1.62,0.81l-1.16,1.48l-0.16,0.72l-0.86,0.69l0.13,0.72l-0.54,0.53l-0.74,0.03l-0.56,1.4l-4.77,2.68l-1.3,1.15l-2.18,0.44l-1.81,0.79l-0.66,-0.78l-0.92,0.14l-0.06,-0.46l-0.4,-0.24l-0.94,0.36l-0.29,-0.44l-0.79,-0.1l0.41,-1.35l-0.5,-0.99l-0.54,-0.01l-0.79,0.75l0.02,-0.69l-1.53,-0.27l-1.64,2.15l-0.96,0.63l0.09,0.53l-0.7,0.48l-0.2,0.66l-1.85,-0.38l-0.72,0.06l-0.41,0.38l-0.31,-0.24ZM583.14,336.12l0.54,0.39l-0.34,0.45l-0.39,-0.42l0.19,-0.43Z", "name": "Primorskiy kray"}, "RU-KB": {"path": "M120.09,331.7l0.4,-1.94l0.83,-0.37l0.21,-0.78l2.34,-0.78l0.28,0.68l0.43,0.18l0.67,-0.4l1.6,0.14l0.78,-0.94l0.89,0.19l0.67,0.24l0.0,1.05l0.67,0.62l-0.2,0.73l-1.36,0.14l-0.41,0.85l-0.92,-0.12l-1.4,2.2l-0.53,-0.06l-0.38,0.36l-0.8,-0.23l-0.91,-1.04l-0.82,-0.41l-1.38,0.11l-0.66,-0.43Z", "name": "Kabardino-Balkarskaya Respublika"}, "RU-AL": {"path": "M339.15,279.83l0.66,-1.04l1.0,-0.05l2.76,-1.39l1.17,0.13l0.62,-0.63l0.7,-0.1l0.43,-0.91l1.15,-0.59l0.88,-1.99l2.09,0.45l0.59,-0.18l0.34,-0.58l1.4,-0.05l0.4,-0.58l-0.06,-1.05l-0.92,-0.67l0.83,-1.33l1.13,-0.14l0.24,0.44l0.86,0.04l0.34,0.57l1.41,0.43l1.48,-0.68l1.45,0.91l0.78,-0.21l-0.23,1.48l-1.37,0.43l-1.37,2.05l0.17,0.68l0.79,0.17l-0.79,1.31l0.48,0.63l2.48,1.15l1.23,-0.19l0.67,-0.69l0.1,-0.7l0.75,0.62l-0.08,1.28l0.54,0.49l0.12,0.83l1.76,1.46l1.55,1.94l0.87,0.34l-0.62,0.19l-1.07,-0.42l-1.1,2.06l0.2,0.41l0.74,0.17l0.74,2.71l-1.23,0.63l-0.88,-0.27l-0.34,0.32l0.05,0.57l-0.62,0.23l-0.7,-0.53l-0.49,0.68l-0.81,-0.36l-2.42,0.31l-0.61,0.83l0.08,0.6l-0.7,0.48l-1.23,0.07l-1.55,0.58l-0.47,-0.85l-1.18,-0.28l-1.01,-1.19l-0.12,-0.57l-0.72,-0.37l0.48,-0.28l0.05,-0.89l-0.27,-0.36l-1.23,0.02l-2.01,1.87l-2.93,-0.82l-1.77,0.22l-0.77,-1.74l-0.46,-0.31l0.35,-0.47l-0.39,-0.71l-2.87,-1.21l-0.87,-0.07l-0.55,-2.08l1.96,-0.27l0.51,-1.39l-0.7,-1.12l-1.85,-0.49Z", "name": "Altay, Respublika"}, "RU-NEN": {"path": "M125.16,141.24l2.8,1.07l6.93,0.06l1.39,0.27l1.66,0.54l0.61,1.15l2.23,1.38l-0.18,0.24l1.34,2.29l-1.46,-0.09l-5.55,0.87l-0.4,0.56l0.19,0.65l-0.7,0.07l-0.84,0.56l-0.62,0.88l-0.09,0.77l0.4,0.83l3.28,1.39l1.43,2.44l1.24,0.57l2.02,-0.29l-0.66,0.66l0.49,0.38l1.13,-0.63l4.23,-0.98l0.64,0.53l0.45,-0.08l0.24,-0.79l0.75,-0.84l-0.19,-1.5l0.43,-0.49l-0.06,-0.78l0.89,-0.91l-0.59,-1.24l0.46,-0.24l0.57,0.43l0.99,-0.84l1.07,0.2l0.89,-0.39l2.32,0.65l0.2,-0.78l-1.42,-0.88l-0.03,-0.36l1.43,-0.02l3.47,-1.52l0.39,0.1l4.79,-3.12l1.47,0.12l2.76,-0.79l0.12,-0.48l1.86,-0.34l0.56,0.42l0.69,-0.18l-0.73,0.49l0.63,1.06l1.28,-0.1l1.87,-1.26l-0.06,-0.73l-0.89,-0.59l0.53,-0.37l-0.09,-0.56l4.45,-1.86l0.54,0.58l1.02,-0.17l-1.03,1.78l1.08,2.01l-0.3,0.19l-0.88,-0.45l-0.49,0.19l0.03,0.27l-1.33,0.17l-0.75,0.91l0.43,0.7l2.99,0.03l0.53,0.27l1.2,-0.25l0.47,0.36l1.52,-0.89l0.77,1.11l1.12,0.08l0.7,-0.87l0.05,-1.32l2.18,-1.35l1.63,-0.12l1.43,-0.73l0.99,0.35l1.31,-0.05l0.09,0.31l0.89,-0.46l1.13,0.64l2.64,0.06l0.53,-0.25l1.06,-1.38l1.53,-0.07l0.58,-0.56l0.0,-0.46l0.44,-0.14l1.1,1.31l0.63,-0.1l0.28,-0.39l-0.83,-1.17l2.59,-0.73l0.22,0.57l0.96,0.24l1.35,1.04l-0.89,0.09l-0.82,0.84l0.18,2.41l3.52,0.81l1.09,-0.5l0.67,-1.06l-0.23,-0.82l-0.74,-0.86l3.36,-0.27l1.7,-1.47l1.17,-0.51l-0.45,-2.34l-0.99,-0.63l-0.57,0.44l-0.28,-1.52l-1.98,-2.43l2.44,-0.36l0.48,-0.8l-0.12,-0.69l0.83,-0.25l4.38,0.97l4.54,0.19l4.04,0.65l5.88,2.01l1.49,0.87l-0.41,0.52l-0.15,0.96l-1.29,1.22l0.19,1.57l0.44,0.32l1.31,-0.15l1.3,0.65l1.03,0.03l0.33,1.01l1.16,1.09l-0.44,0.54l-3.75,0.23l-1.22,0.5l-0.46,0.53l0.09,0.79l-0.91,0.7l-2.55,0.99l-0.16,0.37l0.45,0.69l-0.08,0.66l-0.68,0.14l-0.37,0.42l-1.21,0.0l-1.69,0.85l-1.39,1.0l-0.21,1.61l-4.98,2.27l-0.98,0.96l-8.15,0.21l-0.68,0.25l-0.18,-0.35l-32.25,0.03l-8.54,-0.77l-2.44,1.38l-1.11,0.11l-0.32,1.37l-12.72,5.63l-4.67,-0.02l-2.11,1.68l-0.22,1.03l-2.76,-0.09l-4.05,-1.8l-2.71,-0.52l-0.57,0.14l-4.48,-1.42l-2.72,-1.5l0.5,-1.29l0.61,-0.2l0.26,-0.6l-0.81,-0.74l0.43,-0.44l-0.01,-1.28l-0.69,-0.86l0.11,-0.56l-2.01,-0.73l-1.07,-0.07l-0.07,-0.47l1.35,-3.12l0.62,-0.4l-0.18,-1.6l0.69,-0.41l-0.04,-0.67l-0.29,-0.19l1.24,-0.63l-0.26,-0.44l-0.92,0.02l0.3,-1.59l-0.55,-0.8l-4.04,-2.35ZM204.93,126.61l0.88,0.25l0.48,-0.53l-0.88,-0.87l0.53,-0.65l0.86,-0.3l1.46,0.82l1.01,0.97l0.22,0.63l2.55,1.02l2.07,1.32l0.29,0.91l-1.08,0.84l-0.97,-0.31l-0.76,0.28l-1.3,-0.14l0.14,-0.78l-1.19,-0.92l-2.84,-0.41l-0.88,-0.58l-0.43,-0.46l-0.15,-1.09ZM150.72,137.62l0.42,-2.32l1.15,-1.05l1.62,-0.75l1.75,-0.0l4.82,2.49l-1.42,0.85l-1.26,1.69l-2.31,0.91l-2.14,0.42l-0.36,-0.21l-0.66,0.21l-1.0,-0.74l-0.63,-0.76l0.04,-0.74Z", "name": "Nenetskiy avtonomnyy okrug"}, "RU-ALT": {"path": "M306.13,264.04l1.11,-0.8l-0.06,-0.7l0.58,0.59l0.93,0.1l1.49,-0.39l0.07,-0.72l2.98,-0.26l0.39,-0.26l0.54,0.19l0.87,-0.33l0.6,-0.72l0.97,-0.19l0.2,-0.63l1.02,-0.8l0.49,0.14l1.59,-0.53l0.47,-0.6l1.57,-0.78l0.88,1.19l1.79,0.47l0.43,0.96l1.21,-0.2l-0.44,0.7l0.67,1.07l1.01,0.11l2.68,1.76l0.78,-0.31l0.05,-0.73l0.95,-1.53l1.96,-1.63l1.14,0.81l0.59,-0.26l0.34,-1.1l1.25,-0.04l0.49,0.28l1.31,-0.71l1.58,0.38l0.7,-0.41l0.71,-1.08l2.04,-0.94l1.45,1.91l0.96,-0.12l1.64,1.31l0.99,0.34l1.21,1.36l0.34,1.16l0.7,0.7l1.77,0.56l-0.2,0.58l-0.92,0.22l-0.26,0.48l0.32,0.6l1.59,0.94l-0.45,1.18l0.69,1.1l-1.18,0.15l-1.2,1.93l0.11,0.57l0.76,0.43l0.15,0.69l-1.39,-0.04l-0.59,0.74l-1.02,-0.41l-1.39,-0.02l-0.68,0.79l-0.02,0.55l-0.45,0.26l-0.05,0.63l-0.93,0.43l-0.49,0.91l-0.74,0.01l-0.27,0.54l-1.28,0.02l-2.96,1.45l-0.76,-0.07l-0.73,1.03l-0.85,0.1l0.08,1.11l2.54,0.71l0.34,0.66l-0.19,0.42l-2.06,0.39l-1.25,-1.52l-2.74,-0.97l-1.28,0.08l-0.63,0.75l-1.35,-0.12l-0.46,0.83l-0.73,0.37l-0.96,-0.16l-0.79,0.32l-2.12,-0.57l-1.21,0.37l0.05,-0.55l-0.64,-1.02l-1.36,0.15l0.45,-1.08l-0.23,-0.6l-0.76,0.03l-0.7,-0.75l-1.25,-0.13l-0.69,0.68l-0.95,0.28l0.08,1.58l-1.41,0.68l-0.57,-0.02l-4.68,-7.85l-6.29,-9.18ZM321.82,256.89l-0.01,-0.01l0.0,-0.0l0.0,0.01Z", "name": "Altayskiy kray"}, "RU-KDA": {"path": "M90.51,319.49l0.79,-0.37l0.37,0.32l0.86,-0.09l1.43,-0.64l0.27,0.35l1.16,-0.13l0.3,-0.96l-0.34,-1.63l0.89,-0.98l0.35,0.29l0.5,-0.11l0.72,-1.96l0.98,0.65l1.06,-0.19l-0.1,-1.02l-1.33,-0.69l-1.18,-1.2l-0.91,-0.07l-0.45,-0.71l0.69,0.03l1.3,-0.55l1.87,0.3l0.31,-0.72l-0.66,-0.54l0.42,-0.06l0.94,0.28l-0.19,0.95l0.21,0.42l2.04,-0.08l0.68,-0.98l0.74,-0.22l2.84,0.25l-0.15,1.16l0.93,0.35l0.08,1.0l0.64,0.59l3.14,0.4l0.92,0.97l0.52,1.42l-0.31,0.43l-1.46,-0.02l-0.28,1.52l0.83,0.98l0.44,1.31l1.41,-0.06l0.0,0.52l0.67,0.91l0.91,0.17l-0.5,0.9l-0.63,0.18l-0.15,0.42l1.31,1.48l-0.3,0.71l0.56,0.64l-1.18,1.21l-0.62,-0.48l-2.29,-0.37l-0.43,0.41l0.39,0.7l-0.65,0.35l-0.41,0.97l-0.1,1.39l-0.59,0.2l-1.93,-0.44l-0.59,0.2l-0.41,0.7l-6.1,-5.35l-2.91,-0.77l-2.27,-2.19l-0.5,0.5l-1.01,-0.15l-1.47,-1.98l-2.07,-0.86ZM100.52,320.11l-0.74,0.18l0.04,0.91l2.28,1.02l2.69,0.02l1.47,-1.18l0.43,1.07l-0.36,0.15l-0.73,2.56l1.35,1.02l-0.17,0.18l-0.67,-0.6l-0.67,0.11l-0.26,0.59l0.1,1.56l3.15,1.33l0.71,-0.23l0.73,-1.48l-0.47,-1.54l0.37,-0.6l-0.18,-1.43l-0.37,-0.48l0.29,-0.66l0.68,1.05l-0.23,0.27l0.2,0.51l0.99,-0.02l0.25,-0.54l-0.16,-0.92l-1.14,-2.1l-1.63,-1.24l-1.78,0.08l-1.5,-0.75l-0.64,0.14l-1.32,1.15l-1.07,0.19l-0.83,-0.56l-0.82,0.24ZM96.4,314.68l0.03,-0.16l0.06,0.07l-0.1,0.1Z", "name": "Krasnodarskiy kray"}, "RU-YEV": {"path": "M582.91,296.53l0.65,-1.68l1.47,-0.24l1.01,-1.84l1.3,0.31l1.72,-0.73l1.13,0.51l0.68,-1.67l0.95,0.44l-0.07,0.53l0.33,0.29l1.95,-0.09l0.35,0.51l1.73,0.41l0.55,2.06l0.34,0.33l2.18,0.38l1.01,0.83l1.04,0.07l1.38,-0.69l0.86,0.9l1.94,0.05l-0.81,0.68l-1.31,-0.27l-4.18,1.13l-1.07,1.02l-2.31,-0.05l-1.45,1.07l-0.87,0.07l-0.62,1.5l-0.94,-0.19l-3.73,0.45l-0.98,-0.49l-1.79,0.45l-0.36,-0.13l-0.27,-1.14l-1.13,-1.07l0.78,-1.73l-0.44,-1.25l-0.61,-0.19l-0.41,-0.55Z", "name": "Yevreyskaya avtonomnaya oblast"}, "RU-AMU": {"path": "M526.12,238.76l2.7,-1.29l2.96,-0.26l0.91,0.43l1.77,0.05l0.93,1.71l2.86,0.04l1.51,0.93l0.78,0.9l1.29,-0.02l0.36,-0.51l2.1,1.06l3.19,0.3l0.7,1.03l0.73,0.46l0.25,0.68l0.78,0.41l0.2,0.77l0.52,0.41l0.97,-0.2l1.51,0.58l1.51,-0.39l0.67,0.19l0.89,0.87l1.43,-0.44l0.97,0.47l-0.09,0.55l0.42,0.54l1.99,0.22l0.93,-0.68l0.65,0.37l0.95,-0.17l0.45,-0.44l1.03,-0.07l1.63,0.98l0.65,-0.31l0.35,-0.64l0.37,0.39l0.73,0.06l1.66,-0.29l1.34,1.07l2.55,0.39l0.85,-0.37l0.14,-1.12l2.64,-0.56l1.92,0.41l3.51,-0.27l2.15,0.8l2.5,0.02l0.39,-0.27l0.88,0.25l1.7,-0.23l0.65,-0.4l1.14,0.15l0.4,0.48l0.02,0.62l0.52,0.43l-0.38,0.39l-0.05,0.79l-1.36,0.12l-0.12,1.03l-1.41,0.04l-0.68,0.52l0.05,0.67l-2.1,1.12l-0.76,0.06l-1.16,0.86l-0.49,2.14l-0.76,-0.17l-1.43,0.68l-1.03,1.03l-0.57,1.85l0.49,0.41l1.2,0.04l1.31,0.79l0.98,-0.31l1.38,0.32l0.55,2.82l-0.42,0.52l0.09,0.46l1.96,0.05l0.6,0.71l0.9,-0.1l0.42,-0.56l3.93,-0.07l0.55,-0.37l1.04,-0.08l0.47,-1.05l1.78,-0.72l0.48,0.51l1.67,0.27l1.53,-0.65l0.78,0.01l0.58,-0.62l1.1,0.99l-0.17,0.71l0.55,0.49l-1.55,2.74l0.18,1.16l0.43,0.31l-0.49,0.48l-0.15,0.74l-3.37,-0.67l-3.19,-1.11l-0.63,0.48l-0.1,0.74l0.08,0.99l0.8,1.06l-0.16,0.15l-2.61,0.15l-2.28,1.53l-0.15,0.86l-0.34,0.2l-1.2,0.02l-1.75,0.85l-1.75,0.03l-0.31,1.07l0.54,1.1l-0.85,0.04l-0.58,0.73l-0.7,0.16l-0.74,1.49l-0.74,0.23l-0.24,0.64l0.22,0.38l-0.86,1.62l0.58,0.74l1.19,-0.31l-0.59,0.83l0.3,0.76l0.62,0.32l0.58,-0.27l0.27,0.52l0.61,-0.05l0.5,0.89l-0.54,0.54l-0.1,0.71l0.28,0.41l0.76,0.11l-0.09,0.83l-0.64,0.51l0.23,0.6l0.53,0.24l-0.04,1.1l-0.35,0.78l-1.29,0.21l-0.89,1.7l-0.67,-0.09l-1.37,0.86l-0.56,-0.28l-0.94,0.2l-1.43,-1.0l-1.11,-1.55l-0.9,-0.23l-0.11,-0.6l-0.45,-0.37l-2.06,0.42l-2.07,-1.65l-2.74,0.42l-1.09,-0.43l-0.58,0.12l-0.59,-0.39l-0.34,-0.75l-0.6,-0.22l-0.11,-1.21l0.54,-1.3l-0.31,-0.46l-1.01,-0.44l-0.15,-0.96l0.29,-0.78l-0.43,-1.23l-1.87,-2.21l-0.12,-0.78l0.37,-0.92l-0.87,-0.94l-0.07,-0.69l-0.44,-0.26l-0.01,-1.0l-1.32,-1.7l0.47,-0.71l-0.03,-0.55l-0.8,-0.39l0.14,-0.66l-0.37,-0.2l-0.1,-0.58l-1.5,-1.52l0.21,-1.13l-0.85,-0.22l-1.63,-1.86l-2.85,-1.18l-1.97,0.39l-0.42,-0.37l-1.3,-0.21l-0.74,-0.96l-0.86,-0.0l-0.67,-0.59l-1.83,-0.75l-2.15,-0.1l-2.1,0.67l-2.23,0.13l-0.63,-0.28l-1.08,0.34l-0.55,-2.48l-1.48,-1.67l0.62,-0.42l-0.33,-1.7l0.83,0.43l1.18,-0.31l0.33,-0.46l-0.09,-0.55l-0.95,-0.75l-0.28,-1.7l-0.69,-0.05l0.97,-0.91l0.04,-1.02l0.43,-0.54l-0.38,-0.48l0.12,-1.92l-0.57,-1.01l-0.72,-0.19l-2.02,0.88l-0.17,-1.38l0.23,-0.58l-1.03,-1.87l-1.87,0.02l-2.4,1.05l-0.93,-0.35l-0.51,-0.9l0.52,-0.39l1.73,-0.34l0.19,-0.79l-1.35,-0.92l-0.23,-0.61l-1.59,-0.27l-0.53,-0.54l0.08,-0.83l-0.62,-0.43ZM541.57,241.17l0.0,-0.0l-0.0,0.0l-0.0,-0.0Z", "name": "Amurskaya oblast"}, "RU-BRY": {"path": "M61.71,266.14l0.42,-0.84l0.83,-0.07l1.66,0.86l1.05,0.06l1.06,-0.4l1.19,-1.13l1.13,-0.34l0.13,-0.6l0.7,-0.22l0.33,-1.08l1.96,-1.71l-0.06,-0.82l1.59,-0.51l0.97,1.07l1.65,0.03l0.54,0.4l0.95,0.97l0.04,1.29l0.35,0.59l2.25,0.34l0.95,1.84l-0.27,0.35l-0.73,0.02l-1.03,0.94l0.51,1.01l0.71,0.26l-0.18,1.05l-0.84,0.78l0.3,0.88l-0.18,0.33l-0.85,0.22l-0.02,0.87l-0.76,0.02l-1.07,1.17l-0.68,-0.72l-0.13,-1.09l-1.76,-1.49l-1.17,0.28l-2.03,-0.32l-1.4,0.84l-2.95,-0.52l-0.63,1.65l-1.39,0.29l-1.5,-1.51l-0.07,-1.26l0.23,-0.26l-0.55,-0.94l0.24,-0.86l-1.47,-1.71ZM63.77,271.87l0.01,-0.01l-0.01,0.03l-0.0,-0.02Z", "name": "Bryanskaya oblast"}, "RU-SMO": {"path": "M59.08,253.23l1.16,-1.47l-0.19,-1.03l-0.82,-1.03l0.48,-0.38l0.05,-1.59l0.63,-0.93l0.53,0.25l1.97,-0.2l0.83,0.22l0.87,-0.4l0.65,0.79l1.65,-0.3l1.06,0.32l0.81,-0.23l1.05,0.39l1.4,-0.07l2.0,-0.9l1.04,-1.26l0.7,-0.08l0.32,-0.81l1.36,-0.11l0.36,0.51l1.87,0.65l2.08,-0.48l0.59,0.23l0.64,0.97l-0.13,0.44l0.3,0.6l-0.47,0.5l0.05,1.8l0.28,0.53l-0.46,1.02l-1.21,1.13l-0.83,0.3l-0.09,1.05l-0.72,0.29l-1.47,-0.02l-0.07,0.53l0.31,0.21l-0.47,0.79l-0.97,-0.67l-2.4,0.01l-0.58,0.79l0.1,1.29l-0.37,0.32l0.09,0.41l-0.95,1.26l-0.86,0.38l-0.01,0.98l-1.81,1.76l-0.1,0.76l-1.75,-0.72l0.4,-0.66l-0.46,-0.53l-2.0,-0.72l-1.22,0.2l0.17,-1.66l-2.71,-1.45l-0.55,-1.5l-0.54,-0.34l0.33,-0.53l-0.13,-0.52l-1.84,-1.11Z", "name": "Smolenskaya oblast"}, "RU-CU": {"path": "M138.63,246.88l0.8,-0.72l0.6,-1.69l1.33,-0.52l1.14,0.07l1.74,-1.19l1.12,-0.34l0.61,1.08l2.23,0.35l0.62,1.33l1.61,0.83l-1.16,0.53l-0.48,0.69l0.12,0.54l-0.99,1.25l-0.83,0.37l0.2,1.19l1.71,-0.04l-0.7,0.66l0.1,0.64l-0.62,0.09l-0.8,0.69l-1.09,-0.33l-0.49,1.18l-0.62,0.46l-0.73,-0.21l-0.91,0.36l-2.03,-0.91l0.03,-0.65l-0.64,-0.55l-0.11,-0.64l-0.58,-0.39l-0.48,0.13l0.09,-0.47l0.69,-0.48l-0.01,-0.71l0.62,-0.28l0.28,-0.66l-2.37,-1.66Z", "name": "Chuvashskaya Respublika"}}, "height": 344.85258690118116, "projection": {"type": "mill", "centralMeridian": 11.5}, "width": 900.0});jvectormap/jquery-jvectormap-uk_countries-mill.js000064400000176472151162653250016435 0ustar00jQuery.fn.vectorMap('addMap', 'uk_countries_mill',{"insets": [{"width": 900, "top": 0, "height": 1321.8358675166648, "bbox": [{"y": -7779509.309284119, "x": -960172.2795569702}, {"y": -6079572.623565425, "x": 197265.68588508634}], "left": 0}], "paths": {"NIR": {"path": "M39.51,798.88l1.4,-0.62l4.56,-1.09l2.28,-1.08l1.05,-0.8l3.25,-4.34l1.66,-1.49l6.37,1.21l3.6,0.1l3.44,-1.11l8.56,-6.56l3.51,-0.94l0.29,-0.42l-0.23,-2.41l-0.32,-0.35l-1.21,-0.15l-2.61,1.28l-1.15,-0.36l-3.98,-2.57l-2.73,0.93l-1.52,-2.07l-3.56,-1.41l-0.56,-0.98l0.6,-1.63l-0.21,-0.5l-1.27,-0.74l3.59,-1.44l2.95,-2.36l0.92,0.04l2.45,1.71l3.04,1.25l3.08,-0.21l2.97,-1.37l3.06,-2.41l1.38,-0.65l2.84,0.63l2.65,-0.61l1.65,0.7l2.19,-0.38l0.27,-0.62l-0.75,-1.37l0.16,-2.86l0.5,-1.48l6.22,-6.2l1.42,-2.2l0.96,-2.79l-0.36,-4.29l0.28,-1.25l0.57,-0.59l1.63,-0.54l0.93,-1.11l0.18,-1.31l-0.47,-2.96l0.23,-0.57l0.66,-0.37l-0.18,-1.27l3.11,-3.61l0.93,-0.58l5.44,-0.67l2.3,-2.28l0.81,-0.24l-0.56,1.49l0.36,0.54l1.47,0.04l3.88,-0.92l1.43,0.12l3.82,1.58l2.98,0.35l3.07,-0.35l1.22,-0.71l3.27,-2.99l-0.05,-1.48l0.65,-2.1l0.98,-1.88l2.07,-2.24l0.54,-5.41l0.43,-1.39l0.99,-0.06l3.63,1.96l1.92,0.59l11.2,-0.44l9.95,-3.69l6.12,-0.41l1.45,-0.88l2.99,-2.66l1.78,-0.74l1.75,-0.17l3.01,1.48l2.17,0.53l3.43,-1.7l2.0,0.4l8.36,3.81l1.47,0.34l2.06,-0.24l4.94,-1.38l3.29,0.48l1.58,0.6l4.59,4.02l0.77,1.13l-0.3,6.56l-1.8,4.85l0.97,1.27l4.36,0.23l2.2,1.11l0.54,0.92l-0.16,1.99l-1.55,4.42l0.16,1.05l0.34,0.31l2.47,0.33l2.23,0.93l1.98,1.5l1.69,1.99l1.47,3.64l2.66,2.17l1.51,2.06l1.94,6.7l4.7,1.93l1.98,2.41l0.84,0.15l0.34,-0.61l-1.57,-2.58l-5.34,-4.59l1.03,-1.54l2.26,0.5l2.58,1.83l1.53,1.85l1.01,3.64l-0.23,3.21l-1.17,2.52l-1.83,1.64l-2.47,0.99l-5.13,1.23l-2.4,1.03l-2.34,1.71l-1.72,1.85l-3.2,4.76l0.14,0.58l0.91,0.49l0.63,2.57l0.34,0.26l1.39,-0.01l4.78,-5.33l2.98,-1.16l3.0,-1.81l1.71,-0.63l2.67,1.24l1.9,0.14l10.31,-1.35l1.5,2.02l1.61,0.61l0.48,2.73l1.4,4.28l1.03,1.72l1.52,0.8l0.48,0.81l0.89,6.33l3.14,3.78l-0.46,1.04l0.33,1.58l-2.02,2.69l-0.6,1.57l0.56,2.14l-0.29,1.77l-1.83,1.58l-0.58,1.12l0.93,1.35l-0.94,0.5l-0.98,1.52l-0.83,0.13l-0.82,-0.69l-1.63,-3.92l-1.16,-0.62l-1.38,-2.18l-0.14,-1.15l0.52,-1.24l1.94,-2.0l0.53,-1.98l-0.31,-3.86l-1.0,-2.93l-1.58,-2.12l-6.03,-4.64l-2.41,-1.13l-2.76,-0.14l-0.42,0.4l0.0,0.83l0.61,1.22l-0.19,0.95l-1.58,2.04l1.49,0.31l2.46,1.52l3.32,0.34l-2.48,0.47l-0.77,0.65l0.11,0.65l2.31,1.04l-0.32,2.61l0.57,1.2l1.01,0.41l-0.54,1.15l0.54,1.02l-2.94,6.98l-3.08,2.02l-1.05,1.35l-0.01,0.47l0.44,0.15l3.51,-1.06l4.02,-1.91l3.43,-0.79l2.27,1.96l0.81,4.31l-1.02,3.26l-2.22,2.63l-2.77,2.32l-1.7,-0.02l-0.83,2.57l-1.05,0.48l-0.31,-0.07l-0.34,-0.92l-1.28,-0.96l-5.03,-0.35l-3.83,0.32l-7.16,1.91l-0.8,1.83l0.19,4.5l-0.23,2.23l-1.25,4.74l-0.87,1.83l-1.47,1.49l-3.55,1.47l-2.76,2.35l-3.62,2.23l-1.06,0.41l-3.28,0.22l-1.25,-0.19l-1.25,-0.74l0.0,-0.24l2.09,-0.69l0.33,-0.37l-0.28,-0.41l-7.59,-2.06l-1.15,-2.19l-6.73,-1.43l-0.77,0.63l-1.21,-0.71l-3.56,0.85l-1.45,-1.26l-0.97,-0.24l-1.6,1.93l0.09,2.64l-0.67,1.08l-4.62,0.93l-1.59,-1.56l-2.39,0.09l-7.43,2.22l-1.84,-0.49l-0.88,0.09l-1.8,1.75l-0.99,-0.44l-3.35,-2.97l1.23,-2.62l0.11,-1.35l-0.81,-1.35l1.72,-1.8l0.9,-2.31l-0.6,-2.56l-2.01,-1.92l-2.8,-1.72l-1.37,-0.11l-1.06,0.55l-1.18,1.23l-0.79,-0.06l-3.59,-2.16l-3.03,-3.39l-1.27,-3.45l-0.89,-0.78l-2.21,-0.92l0.84,-0.45l0.75,-1.44l-0.19,-1.86l-1.94,-4.22l-0.78,-0.58l-1.44,-0.3l-0.73,-1.87l-0.75,-0.99l-5.37,-3.63l-3.18,-1.27l-2.94,0.28l-2.6,2.07l-4.16,5.31l-2.69,1.65l-2.05,-0.21l-1.04,0.57l-0.12,0.77l0.69,1.54l-0.88,1.07l-1.02,-0.03l-0.31,0.46l0.21,1.28l2.81,1.33l-0.41,1.3l0.16,0.45l2.71,1.85l-0.99,1.4l0.47,1.65l-1.52,0.8l-4.69,1.0l-1.94,1.37l-1.09,2.05l0.07,0.42l1.18,1.14l-1.4,0.57l-0.23,0.49l0.36,1.09l-0.2,1.04l-1.27,1.57l-0.87,0.27l0.43,-4.16l-0.4,-0.69l-0.45,-0.08l-2.64,1.26l-0.85,0.98l0.06,1.0l1.65,2.79l-0.74,0.07l-4.13,-1.14l-1.46,0.21l-0.77,-1.43l-1.41,-0.31l0.44,-0.47l-0.27,-0.67l-2.41,-0.08l-3.49,2.25l-1.71,0.28l-9.1,-1.73l-0.82,-0.49l-0.37,-1.84l-0.79,-1.04l-6.24,-3.79l-1.77,-0.29l-5.12,0.28l-4.65,-0.51l-1.52,-0.76l-1.03,-1.66l-0.34,-5.17l-0.76,-2.22l-1.43,-0.84l-4.68,-0.83l-1.39,-1.26l-1.09,-1.65l-1.82,-3.72l-2.8,-0.24l-2.05,-0.88l-1.96,-1.65l-3.66,-4.16l-2.08,-1.87l-0.75,-0.89l-0.43,-1.82l-0.7,-0.63ZM210.68,701.07l0.37,-0.9l-0.12,-0.53l-2.0,-1.37l-5.47,-0.16l1.05,-0.62l2.01,-0.43l5.02,0.79l0.16,0.97l-1.01,2.25Z", "name": "Northern Ireland"}, "SCT": {"path": "M671.69,36.17l-1.39,-0.25l-1.78,-2.0l-2.82,-4.38l0.0,-0.45l9.63,0.0l0.64,0.26l0.01,1.63l0.54,0.78l0.98,-0.01l1.24,-0.86l1.09,0.21l0.75,0.59l0.24,0.88l-0.43,1.21l-1.87,1.33l-2.21,-0.5l-2.48,-1.01l-2.61,0.03l-0.39,0.4l0.0,0.97l0.87,1.16ZM663.72,17.04l0.53,0.32l0.57,-0.18l0.5,-1.26l-0.68,-3.15l1.3,-0.56l0.87,-1.95l-0.0,-1.97l-1.1,-1.22l0.0,-0.53l1.21,-0.48l1.71,-1.36l1.18,-1.53l0.05,-1.35l0.65,-1.05l0.58,-0.01l0.66,0.78l0.32,1.59l-0.31,1.25l-2.61,2.62l0.21,0.83l0.48,0.17l1.13,-0.42l2.05,-1.47l1.93,-4.91l0.5,-0.59l0.42,0.4l1.8,0.29l1.84,0.89l0.6,0.91l0.19,1.1l-2.06,0.81l-0.0,0.73l1.65,0.77l-3.51,2.28l0.44,2.48l-1.33,0.06l-0.38,0.35l0.28,0.43l1.43,0.64l0.0,0.57l-4.1,3.43l0.54,1.99l1.71,2.5l-0.94,0.82l-0.62,0.06l-2.14,-1.05l-5.58,0.25l-1.22,-0.26l-1.03,-0.58l0.46,-2.29l-0.15,-1.14ZM661.9,65.94l-3.17,0.75l-1.1,-0.53l0.72,-0.94l0.57,-1.51l0.75,-0.79l1.95,-0.43l1.37,-1.1l2.9,-0.21l1.36,-0.47l-3.08,3.29l-2.28,1.94ZM652.82,15.13l0.83,2.02l0.7,0.07l0.92,-1.38l1.57,-0.39l3.34,0.23l0.02,1.34l-0.67,0.88l0.0,0.97l1.04,0.95l-0.74,1.24l0.02,1.47l1.46,2.55l-0.88,2.07l-3.91,-3.08l-1.88,-0.24l-0.4,0.23l0.09,0.46l2.15,2.54l1.78,3.26l-1.82,0.68l-1.08,-0.17l-1.13,-0.7l-0.45,0.02l-0.14,0.43l0.56,1.65l1.2,0.91l2.16,0.44l-0.25,0.75l1.35,1.21l0.02,1.28l-0.84,1.06l-1.53,0.31l-0.27,0.59l1.27,2.21l0.5,2.47l-0.22,1.37l-0.35,0.15l-2.05,-0.65l-2.06,0.08l-0.79,-0.25l-0.36,-0.85l-0.76,-0.17l-0.72,0.63l-0.21,1.01l0.92,1.25l-2.33,-0.4l-1.86,-1.48l-1.14,-2.73l-1.05,-12.17l0.66,-2.47l2.17,-0.32l-0.2,2.11l0.94,1.55l1.47,1.02l1.32,-0.31l0.23,-0.54l-1.46,-3.99l-0.26,-1.66l1.02,-2.66l-0.68,-1.21l-0.07,-0.99l0.53,-2.18l0.82,-1.38l0.89,-1.09l0.6,-0.02ZM615.12,86.2l-0.37,-0.81l0.44,-1.13l0.86,-0.64l3.7,-0.95l0.06,-0.72l-1.04,-0.61l-2.07,-2.68l-0.69,0.11l-0.83,2.76l-0.86,1.03l-0.54,0.1l-0.89,-2.16l-0.46,-0.22l-1.34,0.33l-2.56,1.29l-2.43,0.03l-0.77,-1.71l-2.41,-0.47l-0.56,-0.56l-1.7,-5.71l0.23,-0.53l2.37,-1.87l3.13,-1.01l1.26,0.1l3.15,2.63l1.72,0.04l0.37,-0.54l-0.37,-1.04l2.26,0.67l0.51,-0.38l0.0,-0.89l-0.64,-0.53l3.54,-0.34l0.93,0.8l0.1,3.7l0.52,0.37l1.92,-1.05l0.08,-0.51l-0.89,-2.05l1.14,0.0l0.36,-0.57l-0.48,-1.44l1.54,-0.52l2.08,0.5l1.76,1.6l0.86,2.78l0.69,0.13l2.38,-2.62l-0.03,-0.61l-2.15,-1.66l1.39,-2.71l0.89,0.46l1.38,0.11l0.35,-0.64l-0.74,-1.0l0.93,-0.25l4.26,0.1l0.4,-0.3l-0.2,-0.45l-2.07,-1.1l-2.62,-0.47l-1.82,-0.88l-0.48,-2.6l-0.66,-0.23l-2.38,1.82l-0.69,-0.12l-0.75,-0.81l-0.26,-1.06l0.24,-1.04l0.97,-1.15l0.0,-0.89l-0.4,-0.4l-3.68,-0.22l-0.62,-0.52l0.05,-3.77l-0.68,-4.14l-0.34,-0.33l-0.42,0.23l-2.0,3.8l-0.66,0.46l-0.95,-0.32l-0.21,-0.73l0.43,-1.0l1.05,-0.84l0.12,-0.45l-0.38,-0.26l-4.34,0.31l-1.31,-1.11l-0.61,0.12l-0.72,1.38l-1.04,0.42l-2.64,-0.14l0.3,-1.69l1.32,-1.96l1.96,0.17l0.89,-0.41l0.48,-1.06l0.17,-2.51l1.67,-2.06l0.77,-0.09l0.99,1.22l1.18,2.85l2.87,2.21l3.4,0.94l3.13,-1.32l0.04,-0.71l-0.98,-0.59l-3.55,-0.35l-2.28,-2.31l-0.95,-0.23l1.83,-3.01l0.97,-0.21l2.64,-1.51l0.06,-0.65l-0.9,-0.76l0.77,-1.36l-0.24,-0.99l1.63,-0.6l2.21,0.25l2.26,0.96l2.07,1.36l0.58,-0.16l0.54,-0.89l-0.06,-0.55l-1.34,-1.12l0.15,-1.02l1.44,-2.1l0.6,1.79l-0.31,1.95l0.14,1.7l-1.02,0.5l-0.3,0.47l0.6,2.87l-0.59,1.2l-1.28,1.05l-1.05,1.73l0.34,0.61l0.99,0.0l-1.38,0.49l0.21,0.43l1.41,0.85l-1.59,3.91l0.43,0.55l0.83,-0.13l2.07,-1.33l0.12,0.18l-1.37,2.66l0.26,1.58l-1.63,0.68l-2.02,4.44l-1.51,1.07l-0.17,1.3l0.37,0.4l1.1,0.1l2.25,-0.49l1.17,-1.0l-0.1,-2.11l2.09,-1.18l5.41,-0.75l0.34,-0.32l-0.19,-0.42l-4.06,-2.33l-0.91,-0.9l1.49,-1.25l0.44,0.18l0.12,1.92l0.68,0.26l2.6,-3.15l0.33,-0.8l0.49,-0.21l1.34,0.62l0.92,1.07l-0.47,1.23l0.24,0.52l1.8,0.94l0.58,0.91l0.32,1.25l-0.52,0.81l0.13,0.49l0.65,0.46l-0.39,0.26l-2.08,-0.68l-3.28,2.6l-0.1,0.63l0.66,0.41l1.37,-0.32l0.0,0.83l0.56,0.37l2.77,-1.21l0.65,0.35l0.15,2.3l0.4,0.37l0.64,0.0l0.39,-0.3l0.27,-1.07l0.63,0.06l0.85,-0.7l1.36,-3.21l0.19,1.22l0.35,0.35l0.42,-0.26l0.76,-2.08l1.22,-1.38l1.47,-0.71l0.92,-0.01l-0.88,1.59l-6.06,5.43l-0.59,1.1l0.07,1.29l0.79,0.54l0.42,-0.08l1.94,-2.24l1.01,-0.55l0.76,-0.01l0.39,1.07l-0.64,3.07l-0.57,0.44l-6.64,0.55l-1.39,0.43l-0.12,0.7l1.79,1.34l4.46,0.87l1.68,0.99l-5.11,3.85l0.07,1.52l0.46,0.84l0.89,0.12l0.49,-0.53l1.93,0.49l-2.91,2.15l-1.4,0.46l-1.17,-0.27l-1.53,-2.56l-1.12,-0.24l-1.0,1.17l0.15,1.0l1.05,1.37l-1.35,0.23l-1.61,1.07l0.0,0.8l0.4,0.4l2.76,0.0l-1.41,3.08l0.16,0.49l0.51,-0.07l1.57,-1.73l0.92,-0.58l-2.11,3.64l-0.47,1.93l0.2,0.45l0.48,-0.08l1.33,-1.42l1.57,-0.51l0.51,0.34l-1.04,1.95l0.14,0.53l2.77,1.92l-2.02,0.0l-0.4,0.4l0.0,0.85l-0.63,-0.08l-1.72,1.47l-1.39,0.02l-0.37,0.27l0.13,0.44l1.01,0.78l-0.28,0.75l-0.35,0.46l-1.29,0.11l-0.43,0.4l0.0,0.8l0.32,0.39l1.8,0.63l-1.06,1.05l-0.08,0.46l0.81,1.72l1.71,1.38l0.57,0.09l-0.31,1.22l-1.11,0.85l-1.42,0.2l-1.27,-0.39l-0.51,0.47l0.41,1.86l1.85,3.53l-0.53,1.02l-0.92,-0.05l-2.65,-1.34l-0.58,0.41l0.37,2.63l-0.19,2.65l-0.69,2.33l-0.83,1.22l-0.84,-0.47l-0.15,0.5l0.92,2.78l-0.2,1.38l-0.73,1.7l0.94,1.28l0.19,0.87l-0.62,1.01l-1.59,-2.28l-0.68,0.05l-0.68,1.03l-0.08,-0.53l0.97,-1.28l-0.17,-1.21l-1.61,-0.98l-2.61,0.49l-1.17,-0.47l-0.8,-1.23l1.34,-1.44l-0.38,-2.23l0.58,-0.85l0.73,-0.55l1.75,-0.05l0.46,-0.4l-0.13,-1.02l-2.19,-2.03l1.92,0.0l0.39,-0.48l-0.47,-2.18l2.21,-4.17l1.3,-6.12l2.17,-5.11l-0.42,-3.7l-0.56,-0.74l-0.98,-0.04l-0.29,-0.98l1.64,-3.63l-0.38,-0.58l-0.88,0.04l-1.77,1.12l-0.63,-0.2l1.47,-4.28l1.39,-2.19l0.82,-0.63l0.16,-1.2l-0.37,-0.4l-1.99,-0.02l-1.32,1.43l-1.98,3.39l-0.92,-2.31l-1.37,-2.31l-1.98,-1.43l-2.82,-0.53l-0.47,0.39l0.0,0.97l3.14,2.03l2.14,3.25l-0.36,1.14l-2.09,-1.47l-1.28,-0.11l-0.42,0.41l0.04,2.31l-0.53,1.48l-0.19,0.08l-0.32,-1.32l-0.62,-0.23l-1.05,0.74l-0.75,2.96l-0.53,0.73l-3.72,-1.75l-2.35,-1.92ZM653.13,86.9l0.43,2.38l0.37,0.3l1.3,-0.23l-0.19,1.78l-1.21,2.51l-0.56,2.57l-0.49,0.19l-2.3,-1.31l-0.65,-0.71l0.25,-4.04l-1.41,-1.77l0.04,-0.89l1.22,-0.14l1.8,0.53l0.91,-0.58l0.22,-0.88l0.27,0.3ZM629.03,103.58l0.17,-0.18l-0.11,0.14l-0.06,0.04ZM629.45,103.1l0.84,-3.28l0.84,-1.55l-0.71,-1.57l1.29,-0.26l0.58,-0.47l-0.67,3.0l0.2,0.44l0.47,-0.07l0.74,-0.63l0.17,0.55l-0.38,1.17l-1.69,3.67l0.44,-3.15l-0.58,-0.76l-0.35,0.35l-0.29,1.45l-0.9,1.11ZM607.03,168.59l-0.28,1.19l0.39,0.48l0.78,0.0l0.0,0.31l-3.54,2.05l-0.37,-1.4l0.59,-1.92l1.44,-1.18l1.8,-0.53l1.29,0.03l-1.48,0.37l-0.63,0.6ZM242.69,441.54l1.02,-1.11l-1.16,-2.0l-0.03,-1.53l0.23,-0.66l0.85,-0.76l-0.1,-0.66l-3.94,-1.2l-1.14,-4.82l1.73,-3.67l0.35,-4.09l1.06,0.01l0.38,-0.52l-0.52,-2.17l1.07,-0.34l1.38,0.21l1.4,0.72l4.68,3.75l1.47,0.85l0.87,-0.3l1.36,1.61l3.39,1.91l1.06,0.24l0.41,-0.17l0.0,-0.45l-0.93,-2.01l5.66,-0.77l3.52,0.48l2.09,-0.04l0.72,-1.07l-0.15,-0.49l-2.64,-1.73l-4.07,-0.77l-3.96,0.41l-2.32,1.52l-2.38,-2.19l0.92,-1.43l-0.29,-0.6l-2.73,-0.4l-1.38,-1.78l-1.12,-2.5l-1.61,-2.0l-3.71,-1.12l-0.37,-1.26l0.43,-1.29l1.68,-1.47l-0.36,-2.1l2.91,-1.3l1.42,-0.05l2.44,2.12l1.39,-0.02l1.16,-1.08l0.75,-1.47l-0.27,-0.57l-0.85,-0.19l-1.98,-2.2l-1.11,-0.55l-7.05,-1.29l-0.2,-1.02l0.47,-5.83l-0.74,-2.49l-0.1,-1.47l0.3,-1.24l1.43,-2.1l1.03,-0.68l2.09,-0.65l2.17,-0.02l2.17,0.53l1.82,0.92l-0.28,1.53l0.27,2.48l1.27,4.46l0.89,1.39l1.22,1.04l1.58,0.6l1.78,-0.3l-1.49,-2.49l1.2,0.15l1.57,0.76l0.56,-0.45l-0.55,-2.37l0.44,-3.59l-1.29,-2.05l-3.3,-2.41l-0.89,-1.15l0.73,-1.02l-0.24,-0.62l-0.8,-0.43l3.14,-3.7l1.95,1.46l2.91,0.04l-0.32,3.31l2.59,2.62l3.54,1.47l2.89,0.3l0.38,-0.61l-0.37,-0.59l0.93,-1.02l1.02,-3.52l0.67,-1.09l0.81,0.01l3.82,1.3l3.64,3.04l2.91,1.41l6.32,1.92l0.44,-0.15l-0.0,-0.47l-1.28,-1.74l-1.05,-0.86l-2.58,-0.94l-3.87,-3.07l-6.02,-2.32l-0.34,-1.05l0.25,-0.55l1.49,0.61l0.44,-0.27l0.34,-1.07l1.16,0.56l2.37,2.7l2.03,0.91l1.17,-0.03l2.53,-0.79l4.78,2.11l3.13,2.4l3.65,1.33l2.43,3.37l1.91,1.02l0.49,-0.1l0.02,-0.5l-2.38,-4.82l-8.67,-5.89l-1.93,-0.43l1.63,-0.35l0.77,-1.2l-0.18,-1.61l-0.91,-1.72l-1.22,-0.78l-2.69,-0.42l-1.32,-0.91l-2.43,-0.49l-3.49,-3.42l-1.8,-0.37l0.25,-0.75l-1.49,-1.54l-1.83,-0.47l-2.86,0.14l0.91,-1.36l0.0,-0.86l-2.75,-3.99l1.25,-1.31l2.91,0.64l1.98,3.15l0.55,0.13l1.75,-1.1l1.75,0.44l2.24,0.09l2.08,-2.05l0.09,-0.44l-0.36,-0.24l0.21,-2.02l-0.66,-1.49l0.84,-0.4l0.0,-0.86l-1.35,-0.95l2.95,-0.75l1.4,-0.88l0.0,-0.94l-0.41,-0.4l-2.82,0.1l-2.0,-0.66l0.35,-0.44l-0.03,-0.54l-1.41,-1.16l-1.32,-0.54l0.52,-2.25l-0.38,-0.52l-1.02,-0.01l-0.71,-0.38l-3.84,-4.59l0.06,-1.65l1.0,-0.26l1.85,0.62l3.62,1.94l1.74,0.35l1.56,-0.35l3.4,-1.77l1.73,-0.45l1.72,0.16l1.75,1.09l0.54,-0.11l1.7,-1.64l1.78,-0.76l1.37,0.35l2.56,1.75l1.27,0.45l4.43,-0.27l1.21,0.27l5.91,3.48l0.49,-0.07l0.05,-0.49l-0.94,-1.42l-2.83,-1.89l0.52,-0.34l2.52,-0.37l1.18,-0.65l0.2,-0.42l-0.33,-0.33l-5.5,-0.86l-1.77,0.0l-1.01,0.49l-0.9,1.03l-0.69,0.18l-0.71,-0.22l-3.93,-2.08l-3.34,-3.54l-2.1,-2.68l-0.97,-2.8l1.23,0.0l0.34,-0.62l-0.81,-1.24l0.04,-1.04l1.42,-2.63l0.02,-2.12l2.08,0.73l4.98,2.67l3.82,-0.06l0.37,-0.29l-0.17,-0.44l-2.99,-2.12l0.16,-1.12l-0.58,-0.94l-0.59,-0.1l-1.5,0.89l-1.41,0.0l1.13,-0.58l0.0,-0.86l-1.41,-0.86l4.05,-1.84l4.51,2.11l0.53,-0.14l-0.12,-0.54l-9.35,-6.31l-0.01,-2.06l0.14,-0.92l0.52,-0.45l4.54,-2.08l1.47,-1.27l1.02,-1.94l-0.42,-0.59l1.4,-6.78l1.22,-1.13l10.89,1.87l1.93,0.98l1.38,1.38l0.47,2.6l0.74,1.81l-0.26,2.05l-0.9,1.81l0.06,0.49l0.49,0.05l1.59,-0.99l0.82,-1.3l0.55,-4.49l1.21,-1.7l-0.2,-1.44l3.47,3.27l3.81,1.99l1.83,0.63l0.05,0.75l-0.63,1.78l-4.11,3.4l-4.03,7.29l0.41,0.57l1.82,-0.29l5.1,-4.39l0.77,-0.33l0.75,-2.08l3.06,-1.47l1.59,-1.23l2.4,-6.26l1.87,-0.64l3.6,0.54l3.57,1.23l4.01,2.3l-0.03,2.37l-1.95,1.79l-1.28,2.3l-2.65,5.37l0.04,0.45l0.44,0.12l1.61,-0.57l1.52,-1.18l2.36,-2.68l0.08,-1.65l4.33,-3.49l3.25,-1.76l3.0,-0.91l1.57,0.4l2.68,1.91l1.96,0.42l0.45,-0.22l-0.12,-0.49l-0.76,-0.58l1.87,-2.18l0.76,-0.1l2.82,0.82l1.0,-0.42l0.79,-1.72l0.74,-0.29l3.18,0.0l2.8,0.44l1.1,-0.58l1.84,-3.0l0.62,-0.33l0.59,-0.11l2.16,2.87l2.17,-0.23l7.47,0.94l7.5,-0.96l3.8,-1.38l5.91,-3.46l3.26,-1.2l5.32,-0.79l2.68,0.06l1.25,0.46l-0.58,0.39l-0.04,0.67l2.36,1.58l2.51,-0.17l4.82,-1.32l4.69,1.65l2.51,0.0l0.36,-0.23l1.15,-2.54l-0.24,-0.54l-2.94,-1.33l-1.32,-1.23l-0.75,-1.4l1.73,-1.8l1.14,-0.58l1.1,0.15l0.78,2.72l1.02,0.78l2.75,-0.01l5.65,-1.37l3.33,-0.26l4.6,2.51l2.94,0.02l5.61,-0.88l2.49,0.84l-0.44,1.89l-1.67,2.67l-0.39,1.78l-2.98,4.31l-2.22,1.65l-0.71,0.91l-1.03,2.55l-0.03,2.2l0.97,1.72l2.21,1.07l2.69,-0.66l0.44,0.45l0.24,1.26l-0.31,0.93l-1.72,1.08l-0.79,4.38l-3.7,5.58l-4.55,5.12l-3.21,2.83l-3.53,1.59l-7.55,2.08l-3.19,1.52l-4.6,3.6l-0.91,1.36l-0.65,2.02l-1.55,2.02l-3.57,3.11l-18.97,12.07l-6.49,2.59l-1.69,1.36l-2.06,4.73l-2.74,1.44l-2.82,0.53l-6.36,3.39l-0.79,0.99l-0.37,1.87l-0.89,-0.41l0.35,-0.46l-0.17,-0.61l-1.32,-0.52l-2.15,-0.22l-2.42,-1.13l-0.48,0.11l-0.49,0.85l0.3,1.17l0.88,1.23l1.49,0.82l2.63,0.09l1.19,0.45l2.13,2.65l-1.67,2.22l-0.42,1.29l0.24,1.15l-3.3,-0.78l-1.45,0.0l-1.07,0.62l-2.04,1.95l-2.22,-0.05l-4.91,-1.97l-2.47,-0.53l-7.01,1.4l-1.72,-0.93l-2.75,-2.98l-1.72,-1.22l-1.87,-0.53l-0.44,0.17l0.03,0.47l4.57,5.34l2.99,1.92l3.53,0.56l3.45,-1.28l1.6,-0.22l2.92,2.46l2.05,1.15l1.62,0.01l0.38,-0.49l-0.29,-1.24l4.77,2.55l3.15,0.67l5.04,-3.0l2.5,0.45l1.22,1.25l-0.98,1.35l0.24,0.63l3.04,0.61l3.32,-1.19l3.1,-2.28l3.65,-3.86l0.67,0.09l0.43,0.92l-0.22,1.83l-0.61,0.98l-11.71,11.94l-2.03,1.29l-3.28,3.5l-1.5,0.24l-1.08,-0.4l-0.31,-0.89l0.99,-1.8l-0.11,-0.51l-2.67,-1.81l-3.15,0.93l-6.66,4.68l-1.04,0.36l-2.21,0.12l-5.58,1.22l-3.08,-0.18l-0.35,0.24l-1.18,3.06l-2.46,1.17l-6.45,5.3l-1.5,3.31l0.29,0.53l0.72,0.04l3.81,-1.59l1.32,-1.03l3.1,-3.58l3.88,-1.86l3.37,-2.71l3.58,-1.45l1.39,0.23l1.29,1.17l4.36,0.76l1.98,-0.05l2.69,-1.84l3.66,-1.81l0.91,-0.12l0.28,1.06l-1.67,2.41l-2.45,2.38l-2.6,1.61l-3.04,3.8l0.56,1.63l-3.12,0.24l-1.81,0.8l-1.58,1.57l-0.04,0.51l0.47,0.67l-1.92,-0.46l-4.73,0.0l-0.4,0.4l0.0,0.93l0.41,0.4l2.44,-0.06l1.74,0.58l-1.38,2.5l-1.9,2.18l0.2,0.68l3.13,0.66l1.79,0.05l1.94,-0.82l2.19,-2.45l2.68,-0.5l2.94,-2.85l4.09,-1.52l0.18,-0.61l-0.99,-1.37l-2.2,-1.58l9.0,-0.92l8.28,0.63l2.79,-0.64l13.27,-7.69l4.34,-0.79l-1.35,1.73l0.05,0.64l1.38,0.78l3.64,-0.73l0.28,-0.58l-1.34,-2.51l4.08,0.8l1.9,-0.31l1.31,-0.79l1.46,-1.46l0.82,-1.59l-0.41,-1.56l0.64,-0.97l2.59,0.44l4.38,-1.69l10.63,0.36l6.46,3.3l11.38,3.07l3.89,0.12l3.71,-0.92l5.31,-2.99l1.34,-0.37l13.54,0.0l1.23,1.33l1.07,0.44l2.39,-0.73l1.18,0.73l2.83,-1.07l7.28,1.97l2.64,-0.09l1.25,1.56l0.42,0.14l0.69,-0.19l0.79,-1.04l0.93,-0.47l1.38,0.13l4.03,1.62l0.48,-0.15l0.47,-0.71l2.13,0.88l3.3,-1.75l1.64,0.78l1.45,0.08l1.29,-1.92l1.32,-0.66l1.69,0.25l3.77,1.81l1.99,0.49l2.38,-0.42l5.11,-3.01l1.29,-0.25l9.18,0.26l1.36,2.54l1.05,0.88l1.06,0.1l1.59,-0.98l0.78,0.02l1.48,2.11l7.26,6.34l0.73,2.0l0.79,4.46l1.32,2.02l-0.28,2.43l0.98,1.45l1.77,1.56l-0.61,0.22l-0.58,0.94l0.02,1.31l1.64,1.04l-2.22,1.65l-3.55,3.77l-1.54,2.3l-0.26,1.72l-8.91,6.52l-2.36,2.87l-5.57,11.53l-2.1,6.54l-0.49,2.53l0.23,2.43l1.7,1.22l0.18,0.74l-1.33,2.2l-7.8,9.78l-2.74,4.61l-1.14,4.65l1.19,2.71l-0.01,1.31l-1.97,2.24l-0.89,2.86l-1.17,1.27l-3.01,1.9l-4.41,5.53l-1.34,1.26l-4.83,2.43l-3.11,2.57l-1.29,2.17l-0.93,5.32l-2.21,2.73l-0.87,1.82l-0.03,1.26l0.57,2.19l-1.99,2.11l-0.88,2.06l-1.25,1.23l-8.07,4.57l-1.58,2.64l-5.11,2.34l-0.82,1.01l-1.57,3.11l-0.52,0.19l-1.23,-0.76l-1.22,-0.27l-25.71,2.97l-3.35,1.21l-3.07,1.87l-9.02,7.25l-3.46,1.15l-3.63,-0.95l-0.44,0.18l0.04,0.48l1.04,1.15l1.7,0.57l3.8,0.01l1.89,-0.4l3.7,-1.75l3.38,-0.67l17.26,-6.91l1.82,-2.05l1.72,-0.86l1.9,-0.25l3.07,1.95l2.86,0.19l0.87,1.28l0.15,2.16l-0.6,2.07l-2.54,3.4l0.37,0.26l1.95,0.0l0.92,2.49l2.26,0.68l0.82,0.95l7.86,0.48l1.79,0.72l6.59,4.54l0.0,0.35l-4.46,3.46l-1.6,2.41l-1.89,0.71l-4.26,0.78l-5.44,2.95l-1.83,0.41l-2.01,-0.27l-5.41,-2.23l-4.15,-0.06l-2.2,0.47l-1.77,2.12l-4.58,2.59l-4.76,4.32l-3.26,1.25l-0.99,1.42l-1.2,4.08l-0.9,1.65l-1.1,0.6l-6.09,0.28l-8.12,3.5l-3.31,0.45l-3.32,-0.18l-13.96,-3.27l-7.74,0.1l-3.23,-0.86l-3.0,-1.69l-3.14,-2.41l-1.79,-1.81l-1.3,-0.7l-1.95,-0.09l-0.41,0.4l0.21,1.11l5.11,2.85l0.69,0.88l0.77,0.4l3.32,4.95l1.02,0.42l2.17,-0.21l1.66,2.19l1.23,0.32l4.86,-0.85l1.86,0.02l14.85,3.32l4.17,0.01l2.18,-0.54l2.55,2.02l15.63,1.01l2.56,2.48l1.29,0.26l5.61,-0.46l6.66,-2.34l2.11,-1.47l2.79,-3.26l2.01,-0.19l0.34,-0.52l-0.92,-2.3l3.77,-3.28l1.61,-0.57l14.38,0.82l1.51,0.54l2.39,2.64l1.36,0.72l-1.06,2.23l0.22,0.62l1.39,0.35l2.07,-0.31l1.19,0.68l0.52,-0.11l1.52,-1.37l4.59,2.86l3.33,0.87l5.44,3.64l3.8,1.64l14.56,2.43l0.9,3.07l2.53,0.98l1.57,1.42l4.65,7.29l-3.4,1.02l-1.08,0.77l-0.64,2.99l-0.55,1.07l-2.05,1.78l-1.82,0.75l-2.62,1.97l-1.25,2.3l-5.23,6.16l-1.94,0.52l-4.53,0.29l-0.96,0.65l-0.22,0.87l0.42,1.59l2.04,1.23l0.44,1.31l1.48,1.44l1.91,4.81l3.44,4.92l0.38,2.26l2.43,2.96l0.11,0.67l-0.43,0.96l-1.87,1.82l-1.73,0.92l-3.53,0.81l-2.02,1.58l-2.58,0.95l-0.64,0.51l-1.31,2.68l-1.01,1.1l-2.21,0.84l-2.13,-1.14l-1.33,-0.17l-2.26,0.34l-1.03,0.41l-7.69,5.57l-6.32,5.94l-0.27,1.52l0.62,1.49l-0.51,1.67l-3.11,1.76l-3.1,3.97l-1.79,1.42l-2.34,1.3l-5.26,1.75l-1.36,0.81l-5.29,6.24l-3.87,1.84l-1.51,2.68l-0.64,0.54l-1.75,0.11l-3.8,-1.5l-0.89,0.39l-0.42,0.78l-0.21,3.57l-1.09,1.81l-0.38,2.06l-7.05,1.55l-27.49,-1.64l-4.03,-1.28l-1.46,0.4l-0.16,0.67l0.32,0.37l-0.99,0.38l-1.18,-0.37l-2.43,-1.74l-0.61,0.2l-1.13,3.29l0.68,1.56l0.58,4.84l-0.15,1.84l-0.87,1.75l-1.22,0.57l-7.98,-0.62l-2.32,0.29l-2.0,2.5l-5.8,-0.73l0.24,-0.42l-0.29,-1.36l-0.4,-0.49l-0.62,0.02l-1.0,1.3l-1.3,1.02l-0.14,0.44l0.42,1.3l-1.43,0.85l-0.03,0.65l2.52,2.04l-4.89,1.88l-6.72,4.1l-3.99,0.43l-2.29,-0.13l-0.25,-0.89l-0.78,-0.3l0.42,-0.77l-0.15,-1.32l0.34,-1.64l-0.19,-1.22l-1.19,-0.66l-0.02,-0.3l-0.63,-0.3l-1.26,0.89l-1.11,1.85l-0.35,2.19l0.65,1.62l-2.73,0.38l-4.22,-2.21l-2.89,-3.87l0.72,-4.64l-0.57,-0.42l-1.4,0.71l-2.05,2.11l-1.22,0.49l-1.14,-0.12l-7.3,-3.05l-0.68,-0.75l-1.84,-3.89l-2.0,-0.36l-1.3,1.88l-0.86,2.88l0.82,3.05l1.29,2.64l2.82,0.49l1.0,0.57l0.91,0.99l0.23,1.28l-1.15,2.78l1.14,1.87l-1.01,1.77l0.7,4.67l-1.84,2.08l-0.73,0.21l-1.85,-0.22l-1.76,-0.63l-3.04,-1.65l-3.1,0.05l-0.61,-0.38l-4.98,-6.16l-2.99,-2.37l-10.2,-5.11l-3.95,-0.92l-1.69,-0.85l-1.78,-3.47l-1.99,-0.67l-3.43,0.07l-2.15,0.78l-3.75,2.76l-2.13,2.66l-0.52,1.56l0.65,3.48l0.66,1.24l0.91,0.62l2.91,6.87l2.45,1.77l-0.45,4.14l0.76,1.93l-4.62,-1.8l-1.74,-0.37l-0.67,-0.68l-0.49,-1.73l0.07,-1.76l0.92,-1.0l0.01,-0.53l-0.91,-1.36l0.33,-1.49l-0.33,-0.55l-1.57,-0.14l-1.03,-0.52l-1.39,-4.39l-0.95,-0.74l-1.67,-0.63l-8.14,-7.9l-2.45,-3.55l-1.56,-4.17l-0.44,-4.7l0.26,-4.28l0.54,-2.02l1.0,-0.77l2.92,-0.14l0.78,-1.41l3.36,4.98l0.4,1.18l-0.06,4.14l0.48,1.39l1.21,1.36l1.62,1.16l1.86,0.11l1.6,-1.39l0.7,-1.1l-0.06,-1.03l-3.09,-5.01l-1.96,-4.6l-0.26,-1.31l0.22,-3.34l2.47,-5.58l0.26,-2.51l0.68,-2.08l1.57,-1.28l3.63,-1.91l5.58,-6.08l1.41,-0.62l0.24,-2.33l2.31,-5.14l-0.13,-3.93l0.54,-1.64l5.12,-4.6l1.33,-4.11l0.75,-1.27l2.68,-1.94l5.87,-2.27l2.18,-2.59l0.74,-3.29l-0.88,-3.29l-2.08,-2.1l-2.73,-0.8l1.5,-2.03l-0.5,-2.87l-1.87,-2.52l-2.72,-1.84l-4.72,-1.66l-3.18,-0.3l0.5,-0.98l-0.21,-1.26l-4.99,-2.61l-2.75,-1.99l-1.4,-1.63l3.52,-2.99l1.46,-2.95l-0.39,-4.21l-1.49,-3.7l-0.85,-8.62l0.52,-3.14l1.16,-2.0l1.85,-1.26l4.16,-1.14l1.07,0.1l5.53,2.06l1.46,0.2l1.02,-0.32l1.83,0.89l14.42,1.79l2.34,-1.17l0.21,-0.42l-0.33,-0.33l-12.79,-2.18l-3.65,-1.84l-4.38,-4.41l-3.6,-1.14l-1.5,-1.22l-2.27,-3.07l-1.16,-4.11l-0.32,-0.36l-1.29,-0.26l-0.44,0.22l-0.48,1.12l0.07,1.34l0.54,1.51l4.14,5.01l0.87,1.98l-0.36,0.64l-1.36,0.2l-2.02,-0.03l-1.83,-0.62l-0.82,-1.52l-0.26,-2.11l-0.01,-5.54l3.34,-6.93l6.11,-7.81l0.47,-1.91l-0.49,-0.82l-0.51,-0.08l-1.02,0.62l-1.23,1.36l-4.95,8.17l-1.11,1.29l-1.46,0.06l-0.45,-0.67l0.13,-3.72l-0.36,-1.65l-0.96,-1.4l-1.39,-0.49l-1.55,1.22l-0.09,0.45l0.98,2.17l1.19,4.26l0.77,4.12l-0.21,1.59l-1.13,0.57l-0.21,0.92l0.54,6.63l0.36,1.12l-0.72,0.29l-4.07,-1.29l-0.49,0.39l0.26,1.21l2.13,0.99l0.79,0.84l0.36,1.22l-0.29,1.58l-2.54,3.18l-1.07,3.79l-0.79,1.16l-1.1,0.96l-0.82,0.12l-2.55,-0.44l-1.24,-1.2l-1.2,-3.01l-1.31,-6.05l-3.4,-3.62l-0.47,-1.57l-0.66,-1.0l-0.55,-0.12l-1.39,0.87l-0.12,0.56l1.36,1.98l3.27,6.58l0.59,2.35l-0.47,0.78l-1.3,-0.36l-5.57,-3.63l-0.7,-1.39l0.0,-2.45l-0.25,-0.37l-0.44,0.1l-0.95,1.03l-0.76,1.61l-1.11,3.78l-2.51,2.91l-0.04,0.47l2.9,5.25l0.46,1.63l-0.97,0.0l-3.71,-1.71l-2.86,-0.83l-0.74,-0.78l-0.65,-3.16l-1.77,-1.29l-0.25,-0.72l0.0,-3.24l1.04,-2.28l0.19,-1.16l-1.18,-4.44l2.0,-1.82l9.38,-12.98l4.9,-1.63l3.76,-2.33l0.93,-0.83l3.06,-5.56l1.31,-1.52l2.52,-1.33l3.36,-1.17l3.02,-1.76l1.85,-3.39l-0.07,-0.47l-0.47,-0.07l-1.52,0.83l-3.23,2.82l-1.34,0.56l-3.46,0.22l-1.67,0.58l-1.4,1.06l-3.01,5.78l-0.73,0.79l-10.27,5.53l-7.24,8.73l-2.94,0.8l-1.01,3.77l-1.05,1.34l-1.65,0.4l-3.37,-0.47l-0.27,-2.2l-0.56,-0.26l-0.82,0.49l-0.34,0.8l-0.61,8.11l0.55,0.68l1.64,0.62l1.5,5.7l1.03,0.89l-0.59,0.56l0.0,0.83l0.93,0.74l-0.74,0.58l-0.05,0.64l4.77,4.09l2.09,2.8l0.73,2.92l-0.5,1.44l-1.04,0.69l-2.87,0.74l-1.41,0.78l-4.08,3.65l-1.81,2.53l-0.65,1.57l-0.63,4.05l-1.71,1.05l-0.17,0.46l0.65,1.39l-0.01,2.98l0.79,0.74l1.06,0.29l0.49,0.91l-0.41,1.24l-1.28,0.46l-1.19,1.13l0.52,2.11l-2.3,3.97l-0.11,3.69l-0.57,-0.01l-0.5,0.45l-1.91,4.01l-1.3,1.55l-2.15,1.3l0.0,0.75l0.45,0.4l1.7,0.12l1.46,1.44l1.56,3.31l0.76,0.6l-0.71,1.48l-4.17,4.33l-3.5,1.8l-1.94,0.31l-3.53,-0.89l-3.94,1.73l-2.4,-0.03l-1.34,-0.41l-0.8,-1.3l-1.0,-5.09l-0.17,-2.67l0.42,-2.15l2.34,-1.57l3.29,-3.09l0.97,-1.54l0.04,-2.54l-0.57,-5.4l1.19,-3.79l-1.17,-2.43l0.28,-1.19l2.04,-3.6l1.86,-4.36l0.34,-2.44l-0.85,-1.61l4.39,-2.97l1.3,-3.22l2.67,-3.74l1.06,-0.7l2.55,-0.9l3.06,-2.31l2.7,-3.2l1.66,-3.76l-0.13,-0.48l-0.5,0.03l-8.36,7.54l-3.96,2.28l-0.48,0.02l0.38,-1.02l-0.26,-0.52l-3.42,-1.24l-1.08,-1.09l-0.6,-1.52l-0.09,-3.19l-0.37,-0.89l3.52,-4.25l1.09,-2.58l2.8,-2.4l1.32,-1.36l0.04,-0.5l-0.48,-0.15l-1.95,0.8l-3.02,2.79l-2.2,0.91l-1.55,1.28l-0.45,0.01l-0.45,-0.6l-0.66,-2.44l9.38,-11.58l0.78,-1.6l-0.2,-0.64l0.79,-0.87l-0.18,-0.63l-1.41,-0.38l-3.63,1.99l-0.71,2.41l-3.65,3.36l-0.06,2.87l-1.5,2.23l-0.58,-0.56l0.93,-4.65l3.1,-4.92l6.5,-7.48l0.62,-1.47l1.34,0.19l1.62,1.14l0.68,0.06l0.43,-0.33l0.09,-0.97l-0.5,-0.9l-1.28,-0.9l-0.64,-2.68l3.07,-4.14l1.15,-2.84l-0.47,-0.51l-2.81,0.71l-3.69,4.0l-1.13,0.73l1.43,-3.98l3.06,-4.24l-0.61,-1.82l0.84,-1.03l4.44,-1.54l0.41,-1.19l-0.82,-1.34l-1.39,-0.41l-3.68,0.94l-2.36,1.74l-0.47,-0.07l-0.37,-0.77l0.19,-1.22l0.95,-2.57l1.03,-4.52l0.79,-1.48l1.4,-1.23l1.57,0.69l2.34,-0.21l4.42,-1.41l0.28,-0.38l0.0,-0.76l-0.42,-0.4l-2.16,0.13l-3.66,0.97l-1.33,-0.24l2.12,-4.41l2.72,-1.51l-0.17,-1.23l1.96,-2.17l2.75,-1.07l8.6,-0.6l6.94,1.56l3.2,-0.63l2.39,-1.63l5.49,-5.91l2.88,-5.08l1.8,-1.98l0.03,-0.5l-0.48,-0.14l-2.09,0.97l-3.36,5.83l-3.49,2.47l-2.89,3.37l-3.52,0.34l-9.16,-1.68l-2.51,1.64l-1.04,-0.59l-1.36,-4.54l-0.52,-0.26l-1.33,0.54l-2.5,3.47l-0.53,-0.34l2.89,-5.56l0.36,-1.25l1.72,1.32l2.12,0.67l2.21,-0.06l1.67,-0.59l4.1,-2.5l2.23,-0.82l1.19,-0.72l0.91,-1.08l0.01,-0.5l-0.49,-0.11l-2.86,1.39l-3.03,0.18l-4.34,2.46l-0.86,0.19l-0.85,-0.31l-1.34,-1.2l-0.91,-0.17l1.33,-1.55l0.87,-2.11l2.21,-3.33l4.23,-3.29l1.17,-1.68l-0.14,-0.58l-1.47,-0.8l0.0,-0.43l2.39,-1.52l3.47,0.03l2.43,-1.73l1.77,0.0l3.69,0.91l1.97,-0.4l3.44,-1.8l7.04,-1.3l1.49,-0.82l0.18,-0.48l-0.45,-0.26l-14.18,2.46l-6.38,-2.42l1.29,-2.51l5.82,-5.01l1.64,-2.09l1.47,-2.47l-0.07,-0.5l-0.5,-0.03l-5.14,3.6l-1.19,1.87l-0.79,0.6l-2.68,1.03l-0.93,3.18l-1.08,1.74l-1.04,0.96l-3.5,0.78l-0.93,1.14l-1.86,0.61l-1.69,2.25l-2.41,2.36l-3.98,1.5l-1.34,2.32l-2.9,1.38l-4.43,4.99l-5.69,5.35l-6.16,3.83l-0.53,-0.32l-1.16,-1.71l-3.97,-1.15l-2.19,-1.49l1.52,-2.77l0.19,-1.31l-0.4,-0.45l-0.95,0.13l-3.07,3.37l-4.94,-0.84l-12.76,-8.3l-0.45,-0.77l0.12,-1.68l0.71,-0.75l1.11,-0.32l4.24,-0.23l2.9,0.47l2.69,1.1l2.35,1.82l0.57,-0.09l0.65,-0.92l-0.11,-0.57l-2.75,-1.99l-0.01,-0.81l8.88,-4.71l1.94,-0.18l5.36,2.2l2.36,0.39l4.61,-0.26l2.6,-0.54l1.93,-1.0l0.2,-0.47l-0.42,-0.28l-7.99,0.83l-1.79,-0.24l-4.39,-2.2l-3.56,-0.74l-9.65,4.12l-4.0,0.75l-4.15,-1.67l-6.06,0.35l-6.45,-1.39l-2.4,0.25l-3.1,2.05l-1.97,-0.33l-2.96,-1.66l-0.99,-1.89l0.04,-1.56l0.83,0.18l0.64,-0.3l2.0,-2.39l0.98,-0.66l13.2,-1.12l5.34,-2.59l1.27,0.25l2.96,2.29l5.31,2.06l0.61,-0.37l-0.53,-2.74l-0.98,-1.07l-1.44,-0.47l1.65,0.0l1.82,0.89l0.5,-0.05l1.19,-1.18l1.76,-0.47l3.83,0.84l0.47,-0.27l-0.24,-0.49l-6.43,-2.5l-1.48,-1.39l-0.02,-0.98l0.94,-0.75l8.86,-1.0l3.65,-1.27l2.92,-2.3l-0.11,-0.69l-1.32,-0.46l-1.71,0.18l-1.61,0.74l-1.25,1.88l-1.49,-0.03l-2.83,-0.59l0.42,-0.7l3.4,-2.94l-0.2,-0.7l-4.03,-0.57l-8.09,1.42l-2.1,-0.45l4.08,-0.37l0.38,-0.4l-0.21,-1.26l-2.0,-1.44l1.29,-1.28l2.64,-7.76l1.42,-1.43l2.34,-1.32l2.54,-0.7l2.04,0.31l3.45,4.13l2.81,1.38l2.98,0.35l4.7,-0.89l4.23,-1.67l0.25,-0.37l0.0,-0.85l-0.49,-0.39l-4.04,1.29l-1.38,-0.4l-1.81,1.0l-1.68,-0.37l-4.6,-2.03l0.42,-3.05l-2.1,-1.46l-3.65,0.79l-3.12,-1.64l-0.64,-0.63l1.1,-1.74l5.07,-5.34l3.45,0.14l2.47,-1.26l1.97,0.61l3.63,2.17l1.95,0.8l8.52,0.08l1.29,-1.3l1.2,-0.06l2.07,0.54l0.59,0.0l0.4,-0.4l-0.22,-1.28l-1.93,-0.89l-7.26,0.99l-3.02,0.76l-3.68,-3.29l-7.28,-1.77l-0.85,-1.01l0.53,-1.83l2.97,-3.33l1.18,-1.77l-0.02,-0.46l-1.41,-1.85l1.81,-2.05l3.5,-1.75l2.79,-0.48l2.62,1.55l2.77,2.59l2.93,1.73l3.68,-0.81l0.3,-0.39l0.0,-0.84l-0.33,-0.39l-3.52,-0.65l-2.83,-3.13l-1.42,-0.97l0.93,-1.52l1.97,-1.67l2.02,-0.62l0.28,-0.38l-0.27,-1.31l-2.46,-0.65l-1.45,1.02l-1.15,1.57l-0.91,0.69l-1.51,0.39l-2.99,1.68l-1.61,0.44l-1.69,-0.18l-3.25,-1.2l-1.76,-0.31l-3.84,0.95l-1.47,-0.09l-0.56,-1.25l2.22,-4.06l3.78,-2.45l1.28,1.55l2.36,-0.16l9.87,-3.68l4.02,-3.05l0.74,-3.51l-0.32,-0.48l-1.79,-0.19l-2.38,1.93l-3.9,4.29l-2.08,1.25l-5.18,-1.17l1.06,-0.56l0.83,-1.16l-1.09,-3.45l-0.43,-0.32l-0.58,0.11l-1.43,1.08l-5.76,5.94l-2.06,0.82l-4.37,0.5l-1.74,-0.68l-1.27,-4.21ZM416.76,749.92l-0.51,0.51l0.11,0.8l-0.39,-0.05l-0.7,-0.85l0.66,-1.0l0.83,0.6ZM568.83,93.58l-1.01,1.14l-1.76,-0.58l-1.5,-1.07l-0.45,-0.58l0.12,-0.65l1.69,-1.12l2.58,-0.05l0.35,2.92ZM513.81,213.95l0.38,-2.67l0.46,-0.51l1.99,-1.0l2.9,-3.5l1.89,-0.41l0.79,-0.68l0.38,-1.78l-1.27,-1.52l1.34,-0.05l3.44,-1.58l1.68,-0.1l0.0,0.28l-2.4,1.44l-2.21,2.1l0.19,0.68l1.5,0.73l0.93,-0.68l2.94,-0.52l2.19,-1.85l3.91,-0.46l2.05,-2.34l1.11,-0.78l0.93,3.32l-3.62,0.15l-1.79,0.67l-0.86,1.5l-0.98,0.77l-2.21,3.62l-0.27,0.12l-0.1,-2.2l-0.43,-0.38l-1.69,0.23l-2.62,2.39l0.14,-1.25l-0.57,-0.36l-1.57,0.72l-0.45,-0.04l-0.53,-0.58l-0.59,-0.0l-3.19,3.39l-1.61,1.25l-1.32,-0.31l-0.49,0.34l-0.37,1.89ZM517.81,224.98l-1.26,1.05l0.19,1.67l-1.35,0.37l-0.85,-0.63l1.47,-1.99l1.79,-0.47ZM519.01,224.7l0.87,-0.55l0.34,-1.82l-3.4,-3.1l2.43,-0.65l0.79,0.08l-0.49,1.11l0.36,0.59l2.62,-0.0l-0.87,0.79l-0.2,1.15l1.09,1.48l1.43,0.35l2.07,-0.68l-0.49,1.76l0.68,0.91l1.84,0.9l-0.99,0.84l-3.64,0.43l-1.43,0.65l-0.25,-2.54l-1.29,-1.45l-1.48,-0.26ZM473.09,221.12l3.19,2.37l3.1,-0.5l0.73,0.44l1.65,1.7l-1.12,0.47l-0.2,0.7l1.74,1.48l4.06,1.77l-0.5,0.67l0.11,0.53l0.52,0.4l-4.23,1.31l-0.66,-0.24l-0.51,0.24l-0.7,1.97l-1.62,1.78l-1.89,1.28l-1.47,0.38l-0.12,0.72l1.4,0.93l1.68,0.53l3.34,0.35l1.57,-0.9l1.38,-1.6l1.21,-0.73l3.35,2.25l1.22,-0.26l2.26,-1.25l1.12,0.54l1.92,1.93l1.07,-0.37l-0.35,1.72l0.32,0.5l1.79,0.29l3.14,-1.67l3.33,-0.54l0.6,0.18l0.28,0.49l-0.43,0.97l-4.76,2.97l-0.09,0.52l1.07,1.75l1.24,1.05l1.64,0.47l1.86,-0.33l0.29,-0.56l-1.44,-3.05l1.06,-0.1l2.85,-1.46l1.24,-0.19l0.98,0.41l0.42,0.81l0.09,3.12l-0.56,0.7l-1.51,0.62l-3.26,0.56l-1.26,0.68l-2.07,2.94l-1.18,0.71l-1.17,-0.12l-6.46,-2.07l-0.93,-0.66l-3.98,-6.14l-1.06,-0.99l-1.31,0.28l-2.42,2.18l-1.43,-0.29l-1.05,0.52l-2.62,-0.52l-0.38,0.62l0.77,1.15l-1.86,-0.13l-1.22,0.47l-0.53,1.25l-1.92,-0.59l-5.05,0.65l-1.94,-1.45l-0.85,-2.63l0.26,-2.61l1.0,-2.29l1.43,-1.95l-0.09,-1.05l-1.08,-1.56l-0.62,-1.78l-0.55,-0.25l-1.05,0.51l-0.73,0.81l-0.06,1.0l0.48,0.87l-1.26,-0.32l-1.57,0.63l-0.01,0.68l0.69,0.46l0.23,0.59l-0.08,0.91l0.58,1.85l-0.6,0.96l-2.02,1.55l-0.16,0.59l-2.29,-0.68l-2.47,-3.1l-1.11,-4.04l1.95,-4.73l-0.53,-5.63l2.16,-3.55l3.7,-1.97l4.07,-0.61l4.1,0.16l2.18,0.6ZM506.84,207.27l-0.4,0.4l0.0,0.86l0.47,0.39l1.93,-0.05l0.66,0.49l0.44,0.9l-2.85,3.98l0.25,3.91l0.68,1.04l1.37,0.46l-3.55,0.78l-0.42,-0.31l-0.27,-1.54l-0.84,-1.37l-1.26,-0.85l-1.14,-0.24l0.0,-1.62l0.74,0.38l0.88,-0.07l2.19,-0.96l-0.5,-5.19l0.29,-1.11l0.68,-0.55l0.89,0.07l-0.25,0.19ZM489.0,203.03l-1.37,1.34l-1.84,-0.85l-2.14,-4.73l-0.93,-1.1l-1.93,-0.54l-0.14,-0.54l3.98,0.47l1.6,-0.48l2.54,-2.75l1.06,-0.61l1.22,0.74l-1.39,1.17l0.05,1.66l-1.78,-0.02l-0.46,0.4l0.0,0.87l0.31,0.39l7.79,2.07l2.09,3.97l1.14,0.62l1.74,0.31l0.59,0.9l-1.54,0.05l-1.13,0.7l-1.19,1.27l0.42,-1.4l0.61,-0.77l-0.07,-0.57l-4.27,-3.18l-2.42,-1.08l-2.48,-0.27l-0.44,0.4l0.0,0.95l0.41,0.6ZM486.81,263.79l1.89,-0.08l1.14,-0.61l0.2,-1.29l-0.4,-0.4l-5.52,-0.11l3.04,-1.03l3.74,-0.59l3.88,0.24l1.68,0.62l-0.1,1.01l-2.24,1.12l-0.73,0.82l-0.15,1.14l0.57,1.48l-0.85,0.58l-0.14,0.49l1.27,3.66l-0.48,1.06l-1.55,0.79l-3.8,-3.1l0.0,-0.56l1.01,-0.79l0.11,-0.49l-0.96,-2.0l-1.61,-1.95ZM482.26,214.17l0.51,1.15l0.88,0.6l1.33,0.11l3.52,-0.65l1.0,0.0l0.99,0.42l-2.01,1.98l0.08,3.75l-2.22,0.64l-2.64,-0.14l-2.44,-0.56l-2.17,-1.12l-1.85,-1.86l-0.43,-2.02l1.36,-1.52l2.27,-0.86l1.82,0.07ZM465.24,252.46l4.23,5.0l-0.84,0.54l-0.18,1.28l0.37,0.4l1.53,0.37l1.1,1.4l-3.51,0.75l-1.84,1.09l-1.16,1.86l0.37,0.6l2.59,-0.14l5.09,-1.87l1.59,0.13l-1.54,1.81l-4.12,0.94l-7.84,-0.01l-2.42,-4.89l-2.6,-1.86l-1.69,-2.47l0.44,-1.54l-0.48,-1.12l-0.84,-0.35l-1.2,0.68l-0.96,-0.58l-1.46,0.0l-0.19,-0.88l1.39,-2.78l1.85,-1.41l3.68,-1.02l0.91,-0.02l4.14,2.81l3.59,1.25ZM312.36,645.88l-0.36,0.48l-0.7,-0.04l-1.82,-3.11l-5.57,-4.18l-0.85,-1.91l-1.16,-4.9l-3.11,-1.89l-2.18,-4.67l0.09,-1.54l2.4,-1.01l2.48,1.68l2.62,2.33l2.04,0.81l0.59,2.81l2.14,1.35l1.0,1.54l1.37,3.18l0.88,3.69l-1.53,2.83l0.16,0.54l0.85,0.47l0.56,0.78l0.13,0.76ZM288.43,647.14l2.26,0.02l5.53,2.22l1.45,1.08l1.73,2.19l1.18,2.51l1.68,5.8l-0.9,1.49l0.09,0.52l3.61,2.98l0.17,2.28l-1.86,0.34l-0.8,0.42l-0.2,0.47l0.65,1.84l3.5,1.47l-1.37,1.04l0.2,1.72l0.86,1.83l0.19,1.72l-0.99,0.92l-2.12,0.73l-3.88,0.58l-4.57,-0.37l-3.89,-1.1l-3.54,-1.78l-3.36,-2.35l-0.05,-1.51l-1.13,-4.15l0.0,-0.54l1.11,-1.56l-0.03,-0.49l-2.12,-2.4l-1.56,-2.35l-0.73,-2.77l0.42,-3.79l1.12,-2.52l2.03,-2.53l2.55,-1.79l2.83,-0.42l0.31,-0.55l-0.37,-1.21ZM268.84,562.63l-1.9,2.02l-1.74,0.65l-1.68,-0.05l0.67,-1.31l1.23,-1.24l3.41,-0.07ZM262.3,573.87l-1.5,2.65l0.42,1.55l-1.47,0.72l-1.28,-0.65l-0.47,-1.65l1.06,-2.21l0.85,-0.53l2.38,0.11ZM260.24,581.77l0.07,0.69l-1.51,3.51l-0.67,3.17l-1.81,-3.28l0.8,-1.09l0.92,-2.83l0.7,-0.62l0.66,0.51l0.82,-0.06ZM206.25,572.45l0.7,-0.25l4.02,0.65l1.45,-0.61l1.39,-1.05l5.88,-0.97l4.03,-2.28l1.71,-1.39l0.05,-0.57l-0.92,-0.74l-1.81,0.4l-5.03,2.2l-4.12,0.83l-1.99,-0.11l-1.49,-1.04l-0.33,-1.06l0.32,-1.02l0.71,-0.78l1.97,-0.53l0.84,-0.69l1.98,-4.36l0.62,-0.62l3.83,0.02l5.17,-1.92l1.27,-0.89l0.53,-1.37l0.06,-1.19l-0.39,-1.17l-1.32,-0.98l-5.53,2.26l-1.91,0.25l-1.92,1.01l-0.58,-0.45l-2.17,-3.62l-1.22,-1.05l-1.9,-0.85l-8.06,-1.09l-1.59,-0.59l-2.11,-1.4l3.64,-2.15l0.13,-0.56l-0.79,-1.23l-1.7,-1.5l-0.31,-0.9l2.77,-0.22l2.58,-1.35l1.38,1.23l1.2,-0.03l0.79,-0.81l0.2,-2.18l2.33,-1.42l3.33,-0.82l2.64,-0.24l1.18,0.64l3.69,0.92l-0.43,2.05l0.36,0.51l2.51,0.17l2.0,2.32l3.47,6.57l0.26,1.66l0.5,0.86l1.01,0.25l8.54,0.0l1.85,1.56l1.7,-0.66l1.43,-0.0l3.18,3.22l1.12,0.27l2.0,-0.2l0.87,0.56l2.03,2.41l0.62,1.7l0.87,0.29l1.12,-0.22l0.52,0.28l-0.29,1.58l-2.67,-0.6l-0.41,0.21l0.06,0.45l1.96,2.49l0.51,1.35l-0.75,0.53l-2.63,0.05l-0.89,-0.35l0.12,-1.01l-0.64,-0.85l-0.78,-0.35l-1.33,-0.0l-0.36,0.47l0.25,1.44l-0.9,1.26l-2.79,1.93l-0.17,1.24l0.61,0.34l2.82,-1.33l3.12,-0.36l0.94,0.39l-0.39,0.89l-1.4,1.35l-7.58,4.1l-3.22,0.61l-2.04,-1.08l1.84,-1.94l0.19,-1.32l-0.83,-1.0l-1.36,-0.03l-2.36,0.7l-1.53,2.11l-3.61,0.86l-6.89,2.8l-2.4,1.91l-3.18,-1.07l-3.83,1.74l-7.96,0.0l-0.88,0.62l-0.84,1.58l-0.69,0.3l-2.67,-0.52l-2.3,-1.09l-1.49,-1.29l-1.19,-1.77l-0.47,-2.07l0.68,-1.49l1.69,-0.91l2.05,-0.32l1.54,0.21l1.25,1.17l1.2,1.83l1.21,1.06l0.45,0.05l1.79,-1.22l0.0,-0.84l-0.33,-0.39l-0.98,-0.33ZM186.8,444.56l0.45,-0.69l-0.21,-0.55l-1.15,-0.8l-0.14,-0.81l0.4,-1.29l-0.47,-0.51l-1.29,0.27l-1.99,1.8l0.15,-1.36l-0.32,-1.26l-0.9,-1.1l-0.67,0.1l-0.66,1.51l-1.82,0.76l-1.0,1.1l-0.2,1.84l0.91,2.18l-0.14,1.12l-1.12,0.76l-7.74,-2.07l-1.95,-1.01l-1.52,-1.42l-1.42,-4.89l-3.65,-2.3l-0.7,-2.12l4.77,0.0l0.37,-0.26l-1.96,-2.69l-0.15,-1.32l0.58,-1.42l1.06,-1.23l0.64,-0.25l0.59,0.3l5.89,7.15l1.78,1.08l1.15,0.2l0.45,-0.52l-0.48,-1.99l0.91,-0.71l0.09,-0.64l-2.67,-2.92l0.0,-0.5l0.62,-0.2l0.87,-1.01l1.32,0.13l2.51,0.9l0.51,-0.52l-0.96,-2.41l-2.2,-1.97l-2.73,-1.43l-1.56,-0.34l0.72,-0.81l0.96,-1.99l0.18,-1.79l-1.0,-1.66l1.25,0.01l2.16,2.03l1.77,0.92l0.65,2.79l0.93,0.96l4.7,2.17l3.08,2.82l1.44,-0.01l1.95,-0.53l-1.63,3.09l0.26,0.58l1.24,0.1l1.85,-1.86l0.96,-2.21l0.71,0.28l6.53,6.75l0.44,0.09l0.25,-1.22l-1.23,-1.84l-0.04,-1.82l-1.25,-1.63l-2.93,-2.71l-1.33,-2.41l0.26,-1.02l1.17,-1.28l1.09,-2.54l-0.42,-0.55l-1.88,0.01l-1.12,-0.62l0.3,-1.72l-1.59,-2.51l-0.09,-1.29l4.68,-2.55l1.79,-3.71l1.08,0.3l1.08,-0.49l1.27,1.63l2.82,2.15l2.5,3.48l3.84,2.54l1.61,1.61l1.21,2.08l0.79,8.62l0.98,5.41l-1.17,6.27l-0.4,0.79l-2.3,1.78l-0.79,1.14l0.05,0.52l0.52,0.03l2.4,-1.57l1.38,-0.38l1.04,0.27l0.56,0.96l-1.87,3.02l0.42,2.06l3.04,3.04l-0.46,0.79l-2.87,1.36l-1.18,0.85l-0.14,0.47l0.42,0.26l7.36,-0.77l1.7,0.38l0.21,0.59l-0.79,0.88l-2.09,0.78l-0.26,0.38l0.0,0.85l0.43,0.4l2.36,-0.2l1.97,-0.76l1.55,-0.16l2.67,1.97l3.48,-0.01l1.09,0.42l2.18,3.05l1.52,0.02l1.69,-1.78l3.68,0.03l2.41,-1.89l2.29,-0.66l2.31,0.01l1.62,1.57l5.82,0.0l-1.2,2.7l0.4,2.14l-0.9,1.96l-1.7,1.82l-3.08,2.03l-1.21,0.5l-3.67,0.43l-0.67,1.05l-0.15,2.66l-0.75,1.52l-4.42,2.53l-5.81,6.58l-2.85,1.89l-4.45,0.68l-0.97,-0.35l-0.7,-1.36l0.24,-1.89l2.26,-2.61l-0.15,-1.96l0.69,-0.63l0.64,-1.69l2.16,-2.95l1.64,-1.46l8.28,-3.29l0.25,-1.22l-0.56,-0.37l-2.36,1.02l-2.34,0.54l-7.23,0.11l-0.61,-2.46l-2.09,-2.76l-1.12,-1.11l-1.15,-0.51l-0.54,0.48l1.71,4.14l-1.35,2.4l-0.82,0.67l-0.08,0.53l0.41,0.64l-0.9,0.89l-1.44,2.48l-0.94,0.4l-0.82,-0.71l-1.08,-6.66l-1.31,-0.95l-1.28,0.66l-1.14,-1.06l-0.98,-0.39l-0.85,-0.08l-0.44,0.4l0.15,1.08l0.78,0.62l-0.91,0.49l-11.69,2.39l3.49,-3.54l0.11,-1.05l-0.39,-0.4l-1.7,-0.04l-1.61,0.33l-2.58,1.29l-2.46,-3.58l2.13,-1.39l0.6,-1.1l-0.38,-0.59l-3.91,0.29l-1.28,-0.31l-3.97,-4.14l-0.89,-2.07l-1.28,-1.75l3.67,-2.05l1.59,-0.55l1.75,0.25l4.96,3.85l2.32,0.41l0.4,-0.62l-1.24,-1.76l-5.4,-3.51l-1.72,-1.48l-1.28,-0.21l-2.34,0.6l0.12,-1.14l-0.34,-0.39l-1.4,-0.44ZM250.71,592.72l-1.34,0.14l0.6,-1.29l3.9,-2.72l0.91,2.13l-1.48,1.05l-2.58,0.68ZM245.68,610.28l-7.29,11.45l-1.79,4.61l-0.95,-0.06l-2.08,2.09l-1.54,0.72l-0.63,0.94l-1.44,6.51l-1.97,1.1l-3.18,-0.17l-2.9,-1.52l-1.28,-2.92l-0.75,-5.76l0.16,-2.01l0.77,-1.73l2.72,-1.43l3.84,-2.82l6.7,-1.04l3.0,-1.99l0.16,-0.44l-0.37,-0.29l-2.05,-0.04l-3.25,0.72l-2.67,0.08l-1.05,-1.61l0.97,-2.54l2.38,-3.09l2.61,-2.54l1.68,-1.03l2.71,-0.71l10.99,-8.73l2.45,-1.29l1.5,0.57l0.49,2.56l-0.1,1.29l-4.38,4.34l-3.45,6.79ZM232.99,453.64l-2.41,0.75l-2.08,-0.68l-1.84,-1.51l-0.39,-1.28l1.65,-0.8l2.74,0.45l2.08,1.63l0.25,1.43ZM229.08,420.11l-0.12,-0.32l0.43,-0.54l0.76,-0.47l0.29,0.29l-1.06,4.6l-0.03,1.49l-0.64,-0.27l-0.44,-1.07l0.21,-1.47l0.96,-1.49l-0.35,-0.76ZM227.18,427.36l0.9,1.02l-0.33,1.71l-2.69,8.1l0.08,3.81l1.89,3.11l0.41,1.71l-5.16,2.36l-1.05,-0.52l0.53,-1.37l-0.06,-0.46l-0.86,-0.95l-0.14,-1.91l0.69,-7.93l0.59,-1.9l1.2,-0.85l2.39,-0.24l0.36,-0.4l-0.12,-1.13l-1.54,-2.17l0.62,-0.5l0.63,-0.05l1.66,0.8l0.57,-0.36l0.0,-0.94l-0.59,-0.94ZM217.73,633.63l0.27,3.66l0.57,1.27l1.33,1.39l2.34,1.64l-0.63,2.97l1.09,1.21l1.21,0.49l-0.12,2.59l0.76,2.62l-1.72,0.85l-0.96,1.16l-0.78,-0.26l-1.52,1.85l-1.92,1.39l-2.22,0.99l-2.33,0.6l-3.81,-0.44l-1.34,0.74l-0.91,2.85l-2.9,2.09l-2.04,0.6l-1.77,-0.5l-1.08,-2.42l0.47,-2.5l1.74,-1.6l4.64,-2.12l0.2,-0.52l-1.96,-4.42l-1.2,-1.12l-3.84,-1.39l0.27,-1.63l2.09,-2.13l3.92,-3.02l-0.1,-0.69l-1.98,-0.78l-2.59,-0.34l-2.62,0.39l-1.9,1.34l-3.18,6.09l-2.79,1.59l-3.71,4.15l-2.1,0.28l-0.83,-0.88l0.08,-1.73l1.07,-2.08l-0.17,-0.54l-0.88,-0.75l0.73,-1.58l3.83,-4.53l-0.11,-0.61l-2.35,-1.34l1.48,-1.4l0.69,-4.56l0.55,-0.82l3.02,-1.74l4.7,-1.67l1.92,-1.46l0.4,0.14l-1.42,3.93l-0.02,0.88l0.72,2.42l0.65,0.89l1.3,0.41l0.49,-0.39l0.0,-0.83l-0.62,-2.32l1.72,-2.51l2.7,-2.15l3.18,-1.52l2.1,-2.29l3.58,-1.42l1.85,-1.48l0.98,0.51l0.24,0.59l0.37,5.18l1.17,6.75ZM215.0,599.17l-2.73,3.73l-1.0,2.45l0.19,2.1l-1.46,0.87l-2.26,0.52l-2.26,-0.06l-1.03,-0.43l0.86,-0.62l1.84,-4.45l2.29,-2.52l0.43,-0.29l1.51,0.34l0.72,-0.47l0.13,-0.53l-0.47,-1.05l2.96,-0.59l0.27,1.01ZM135.92,362.62l5.04,-1.07l5.25,-2.33l0.22,-0.49l-0.46,-0.27l-8.1,1.74l-1.96,-0.02l0.7,-0.99l1.62,0.06l0.48,-0.39l0.0,-0.78l-0.4,-0.4l-1.02,0.0l0.98,-1.16l0.31,-1.38l-0.46,-0.05l-4.06,2.11l-2.98,-4.45l0.3,-1.65l-1.52,-1.32l0.22,-1.34l1.0,-1.3l-0.04,-0.93l0.94,-0.51l0.7,-1.23l-0.21,-0.58l-1.44,-0.96l6.12,-0.31l1.88,-0.63l0.27,-0.38l-0.26,-0.38l-2.96,-1.36l-0.32,-1.3l0.17,-1.39l1.85,-2.03l4.43,2.06l0.79,0.11l0.75,-0.38l4.28,1.52l-2.16,0.05l-0.4,0.52l0.58,1.78l2.86,3.16l-0.08,1.89l0.92,2.69l1.37,2.47l1.15,1.26l0.47,0.09l0.23,-0.42l0.0,-3.41l-2.31,-4.09l0.74,-0.52l0.55,-1.94l3.69,-0.72l2.2,-0.86l2.07,0.8l1.97,1.5l0.98,1.76l0.65,0.07l2.36,-2.65l-0.13,-0.63l-2.74,-1.6l-1.22,-3.4l-0.74,-0.34l-1.65,0.19l-0.55,-1.61l-1.63,-2.18l1.29,-0.62l0.32,-0.58l-0.89,-1.56l-0.61,-0.35l6.07,-4.18l1.73,-1.87l1.14,0.35l1.83,-1.3l2.85,0.0l2.4,-0.54l5.61,-2.31l2.98,-2.82l15.35,-9.13l4.33,-4.35l2.36,-1.76l1.81,0.12l1.6,1.37l1.48,2.2l1.06,2.36l0.4,1.97l1.58,2.13l0.18,0.9l-1.25,0.48l-0.88,0.95l-1.99,5.24l0.08,0.41l1.8,1.51l2.24,0.37l0.0,0.25l-5.6,2.96l-1.41,1.24l0.2,2.03l-2.57,0.95l-0.97,1.82l-2.4,0.74l-0.45,1.23l0.15,1.91l-1.43,0.71l-2.34,0.05l-0.31,0.65l1.81,2.17l3.31,0.78l3.46,-0.18l2.63,-0.92l4.15,-3.48l2.79,-0.95l-0.39,0.61l0.27,1.06l-0.88,1.7l0.5,1.3l-2.74,1.19l-1.78,2.16l-1.4,0.58l-1.02,-0.13l-2.47,-1.33l-1.55,-0.42l-3.94,0.37l-3.88,-1.64l-1.52,-0.07l-0.38,0.56l2.78,5.77l-0.89,1.2l0.34,1.38l-1.19,0.73l-4.3,0.76l-3.06,2.85l-1.14,0.57l-2.83,-0.85l-2.58,1.74l-4.37,0.93l-1.35,-0.09l-0.43,0.4l0.0,0.86l0.39,0.4l3.38,0.06l11.26,-2.1l2.7,-1.26l0.98,-0.13l0.94,0.53l0.79,1.13l0.42,1.47l-0.1,1.57l1.01,0.99l-0.99,0.83l-1.79,0.7l0.19,0.42l1.02,0.57l2.17,0.43l-3.22,3.08l-1.88,0.4l-8.02,-1.08l-2.37,-0.62l-0.88,1.15l0.11,0.51l0.73,0.55l1.91,0.65l1.45,1.07l2.95,0.68l1.03,1.09l0.0,0.48l-0.75,0.5l-2.07,2.75l-1.39,0.79l-3.6,-0.87l-0.48,0.39l0.0,0.93l1.18,1.07l0.0,0.45l-1.58,0.63l-1.41,-0.22l-1.21,-0.87l-1.01,-1.26l-1.24,-2.4l-1.01,-0.42l-0.46,0.15l-0.5,0.99l0.49,1.49l1.33,2.18l-0.23,0.3l-3.18,-1.51l-0.95,-2.11l-2.35,-3.74l-0.65,-1.59l-0.13,-1.65l1.2,-3.1l2.34,-1.71l3.04,-0.76l3.2,-0.17l0.38,-0.4l0.0,-0.78l-0.4,-0.4l-8.34,0.0l-0.4,0.4l-0.34,2.0l-1.93,1.91l-2.41,1.78l-1.66,0.81l-0.13,0.61l1.11,1.33l1.89,3.86l0.96,0.78l1.26,0.48l2.24,2.61l-1.29,0.65l-0.27,0.63l0.73,0.93l1.66,0.72l0.47,2.77l-6.5,-1.26l-2.97,-1.34l-1.15,0.42l-1.74,2.43l0.13,0.6l3.51,1.51l2.2,3.27l-0.32,0.7l-1.0,0.53l-2.92,0.08l-0.44,0.4l0.0,0.86l0.28,0.28l-1.04,-0.13l-3.96,-2.28l-0.54,0.13l-0.6,0.93l0.13,0.56l1.43,1.36l-1.59,1.66l-2.26,1.43l0.01,0.68l0.75,0.55l-1.32,1.06l-5.27,2.82l-1.48,1.22l-4.68,-4.11l-0.88,-0.43l-5.19,-5.08l-0.91,-0.54l-0.96,-2.04l0.95,-0.22l0.9,0.14l0.57,0.45l0.74,2.43l0.63,0.24l7.1,-5.14l1.08,-1.37l1.77,-0.45l4.11,0.12l0.4,-0.29l-0.18,-0.46l-3.99,-2.38l0.0,-0.37l4.13,-1.87l2.47,-0.44l2.44,0.44l1.63,1.03l0.54,-0.11l-0.09,-0.55l-2.58,-1.93l1.81,-0.7l0.34,-0.4l0.0,-0.86l-0.4,-0.4l-4.95,0.0l-1.06,-0.37l-2.22,-1.78l-1.43,-0.48l-5.07,0.16l-2.04,-0.6l-0.65,-1.81l-0.59,-0.2l-0.99,0.65l-0.51,-0.01l-3.42,-2.03l2.91,-2.3l1.59,0.06l0.42,-0.4l-0.36,-1.38ZM212.42,555.14l-3.82,0.18l-2.03,-0.25l-1.85,-1.32l1.52,-1.58l1.96,-0.44l3.73,2.65l0.49,0.77ZM203.39,487.59l-0.18,1.24l0.4,0.4l1.79,0.0l-1.02,3.94l-1.57,2.41l-2.22,1.05l-3.14,0.25l-1.32,-0.58l-1.52,-2.99l-2.53,-1.16l-2.67,-2.18l-1.14,-0.5l4.72,-4.26l2.58,-1.63l3.17,-0.34l4.37,2.2l1.48,1.32l-1.21,0.82ZM177.88,539.32l-4.43,2.83l-1.27,0.35l-1.98,-0.68l-1.15,-0.02l-0.37,0.26l-0.62,1.82l-1.29,-2.32l2.06,-0.35l2.28,-1.77l4.92,-6.03l2.7,-1.61l2.1,-0.72l2.53,-1.75l1.31,-0.38l2.59,-0.15l-3.0,5.48l-1.21,1.14l-2.02,0.51l-3.16,3.39ZM182.2,483.43l-2.71,0.37l-3.97,-0.33l3.42,-1.68l1.42,-0.29l1.01,0.67l2.35,0.6l-1.52,0.65ZM150.14,558.23l-1.24,0.04l-5.22,-1.9l-1.9,-4.85l1.47,-0.66l5.86,-0.77l2.01,-0.6l3.15,-1.62l6.32,-1.68l1.89,0.08l0.87,1.71l-0.95,1.21l-5.07,0.5l-0.36,0.37l-0.14,1.86l-1.49,1.02l-1.9,0.31l-2.06,0.78l-1.58,2.15l0.34,2.04ZM152.2,333.9l2.73,2.41l1.11,-0.26l0.55,0.45l1.31,2.12l-6.14,0.0l0.84,-0.07l0.34,-0.4l0.0,-0.79l-1.23,-0.8l-0.76,-1.04l-0.29,-1.23l0.34,-0.81l1.21,0.41ZM134.01,378.93l3.29,-2.65l1.7,-0.62l1.21,0.66l0.02,2.21l-0.64,0.3l-2.89,-1.48l-0.57,0.27l-0.28,1.33l-0.5,0.68l-1.34,0.37l0.01,-1.07ZM111.35,422.71l1.61,-0.84l0.0,0.55l0.4,0.4l6.24,0.0l5.11,-1.16l3.01,0.63l0.64,0.9l-1.82,2.99l-3.38,-0.19l-1.86,0.24l-1.38,0.83l-1.42,-0.77l-2.98,0.19l-1.43,-0.26l-0.97,-0.63l-1.76,-2.89ZM113.07,421.29l-2.99,-0.39l-5.16,-2.64l-2.77,-0.55l-1.48,1.41l-0.94,0.1l-2.44,-0.96l-3.69,-2.1l0.0,-0.38l1.9,-1.1l3.76,-6.4l1.75,0.71l5.45,-0.75l-2.13,0.89l-0.12,0.64l1.55,1.62l0.54,0.04l2.63,-2.06l3.21,-3.45l-0.89,1.68l0.23,0.57l4.73,1.55l1.92,0.18l0.44,-0.4l0.0,-0.85l-1.24,-0.75l5.11,-2.73l2.08,-0.28l0.88,0.95l0.26,0.92l-0.4,0.79l-1.41,0.74l0.01,0.71l1.74,0.7l2.44,-0.99l1.15,0.61l3.12,0.1l1.4,0.62l0.57,1.13l-2.58,3.02l-0.89,-0.13l-1.47,-1.78l-1.6,-0.78l-1.91,-1.46l-4.12,-0.08l-0.4,0.4l0.0,0.93l0.37,0.4l1.29,0.22l-0.47,1.01l0.0,0.93l0.42,0.4l2.35,-0.14l0.52,0.4l0.29,1.66l0.94,1.34l1.52,0.03l1.79,-0.48l-1.11,1.78l-1.94,1.08l-4.97,0.35l-2.26,0.83l-1.21,-2.02l-0.77,-0.51l-1.27,0.3l-3.73,2.44ZM125.45,400.77l-2.35,0.84l-1.03,-0.11l2.88,-2.45l1.26,-0.22l0.49,0.82l-1.26,1.12ZM109.71,439.85l7.05,3.86l-2.11,-0.4l-0.51,0.38l0.0,0.85l0.34,0.4l1.81,0.28l2.65,1.97l1.76,0.27l0.0,0.22l-2.01,0.83l-1.65,-0.62l-1.62,-1.24l-3.51,-1.64l-1.71,-1.95l-2.11,-1.41l-1.98,0.85l-0.08,0.69l1.46,1.45l0.67,1.8l2.14,0.31l2.0,0.74l1.32,1.65l1.48,0.64l3.99,0.34l2.71,2.51l1.15,0.02l-0.27,1.17l-1.74,1.03l-1.11,1.09l-1.94,4.51l-1.44,0.53l-6.55,-1.36l-0.48,0.39l0.31,1.16l5.48,1.32l1.38,1.08l0.71,1.77l0.37,2.53l-0.18,2.33l-0.71,1.09l-1.31,-0.63l-1.66,-0.23l-3.41,0.13l-0.38,0.4l0.0,0.85l0.34,0.4l1.54,0.22l4.35,-0.22l1.35,0.89l2.08,2.33l1.61,0.22l-1.73,1.63l-6.97,-1.14l-2.7,1.2l-2.27,-2.1l-0.71,-1.24l-2.22,-6.45l-0.3,-1.87l0.51,-1.49l-0.1,-1.12l-1.55,-1.7l-1.47,-0.79l1.3,-1.49l1.15,-2.42l0.6,-2.36l0.31,-0.52l1.23,-0.48l0.64,-1.71l-1.03,-4.07l-2.17,-5.31l1.38,-0.8l4.53,-1.51ZM114.76,430.08l1.97,0.5l-0.04,0.69l0.74,0.52l2.46,-0.43l2.43,1.4l-1.39,-0.23l-1.87,1.34l-1.52,0.08l-0.35,0.54l0.62,1.42l0.96,0.55l1.95,-0.0l1.07,0.33l0.5,0.61l-0.06,0.41l-7.15,1.65l-2.14,-0.39l-6.6,-3.16l-0.84,-1.23l0.38,-2.1l1.08,-1.8l1.54,-1.06l1.8,-0.07l2.09,0.86l1.22,-0.14l0.87,-0.58l0.27,0.31ZM101.8,483.27l0.6,0.67l1.59,0.65l-1.55,2.26l0.12,0.67l3.39,1.59l0.98,2.69l-1.39,-0.04l-0.96,0.51l-1.43,1.4l-1.24,0.66l-0.2,0.52l0.38,0.91l-0.5,0.55l-1.2,0.43l-1.26,0.15l-5.52,-0.83l-1.02,-0.42l0.03,-0.77l0.83,-1.01l2.6,-1.31l0.44,-1.48l-0.21,-1.4l-0.64,-0.75l1.6,-0.93l2.18,-0.41l1.61,-1.06l0.78,-3.25ZM4.31,389.19l-1.63,0.3l-1.46,-0.85l-0.47,-1.35l4.49,0.99l-0.93,0.91Z", "name": "Scotland"}, "WLS": {"path": "M288.04,1103.73l0.2,-1.18l-0.4,-0.85l1.0,-0.81l-0.04,-0.88l-0.55,-1.21l0.48,-0.41l2.99,-0.19l1.71,-0.53l2.7,-2.27l1.02,-0.45l2.67,-0.34l3.65,-1.16l2.89,-2.27l0.23,-2.63l0.87,0.0l0.4,-0.4l-0.17,-1.04l-0.83,-0.6l0.06,-0.36l0.73,-0.46l3.57,-0.11l5.67,2.31l1.79,-0.02l2.5,-0.85l0.25,-0.52l-0.35,-0.95l4.3,1.24l2.15,0.2l0.98,-0.87l-0.5,-3.22l3.21,-0.68l1.83,-1.03l3.47,-4.24l1.45,-1.32l0.92,-0.01l2.76,1.8l0.62,-0.36l-0.18,-3.14l2.96,-1.2l10.63,0.32l1.13,-0.33l1.66,-2.11l2.44,-0.63l1.82,-1.0l4.31,-3.87l1.14,-0.63l4.89,-0.86l10.35,-7.38l5.03,-5.92l2.59,-4.13l1.21,-2.78l1.48,-7.52l1.91,-3.98l-0.59,-2.7l0.51,-1.99l3.35,0.89l1.6,-0.51l4.45,-2.72l0.19,-1.21l-0.4,-0.4l-2.46,0.04l-4.42,1.3l-2.18,0.32l-1.16,-0.78l-3.89,-4.42l-0.9,-1.64l0.26,-2.7l1.36,-2.79l1.75,-2.15l1.87,-1.25l0.63,-2.04l1.16,-0.41l3.54,-2.27l1.19,-1.25l0.07,-0.45l-0.4,-0.22l-2.29,0.23l-1.61,1.0l-1.17,0.22l-6.42,-6.44l-1.97,-3.73l0.15,-0.6l1.43,-0.42l1.14,-1.19l-0.24,-1.91l-1.05,-2.53l0.16,-2.14l5.54,-3.38l-0.07,-0.72l-0.96,-0.7l-0.62,-0.09l-1.77,1.34l-0.54,-0.11l-0.6,-1.12l-0.56,-0.15l-2.15,1.34l-2.22,0.14l-5.04,-0.65l-6.25,1.59l-3.16,1.57l-6.07,-0.02l-1.86,0.81l-1.64,1.18l-3.12,2.97l0.3,0.89l-1.2,0.67l-0.89,1.54l-0.03,1.51l0.9,1.22l-1.86,1.24l-0.82,-0.09l-1.28,-1.2l-1.8,-0.52l-1.73,-1.12l-1.17,-0.26l-1.2,0.28l-1.63,1.34l-1.8,0.39l-4.78,-0.41l-1.5,0.7l-1.24,1.18l-0.98,0.38l-0.74,-0.39l0.67,-0.89l-0.17,-1.23l1.61,-2.29l11.94,-11.39l1.18,-0.54l3.24,-0.53l1.81,-0.79l6.98,-4.45l1.77,-2.43l5.59,-2.99l0.89,-1.71l0.4,-2.21l0.39,-6.11l0.46,-0.15l0.57,1.42l0.68,0.08l0.78,-1.01l0.76,-1.84l3.35,-3.31l2.57,-1.17l1.19,-1.36l1.77,-3.01l1.88,-1.87l2.19,-1.18l2.46,-0.61l2.63,-0.19l2.3,0.66l2.92,-1.33l2.14,-0.49l2.93,-2.01l9.35,-3.18l2.88,0.0l0.37,-0.55l-0.88,-2.16l-2.59,-2.24l-0.33,-0.7l2.48,0.48l1.42,0.69l1.07,1.07l0.44,0.08l1.57,-0.69l1.66,0.45l1.69,1.26l1.38,1.72l1.48,0.8l10.07,-0.19l3.59,-0.68l16.41,-6.62l3.46,-0.1l3.17,1.28l1.72,1.11l1.87,2.18l11.09,5.89l2.96,3.22l0.6,-0.1l0.28,-0.46l0.06,-1.96l5.03,1.16l5.49,3.62l3.16,2.99l0.43,1.87l-3.34,1.89l-0.53,0.85l0.11,0.74l5.13,4.88l2.25,4.16l1.39,5.13l2.56,2.73l0.73,1.31l1.24,0.6l3.18,0.39l3.35,1.66l0.91,2.64l-0.1,2.16l-4.99,2.22l-1.12,-0.33l-5.15,-4.16l-2.23,-0.28l-4.15,0.92l-0.81,-0.21l-2.25,-1.91l-2.76,-0.15l-7.78,4.2l-1.78,2.44l-2.36,1.52l-0.2,0.86l0.58,2.7l-1.88,1.76l-0.77,1.32l0.02,1.43l1.15,2.83l1.01,0.86l1.48,0.57l3.01,0.3l0.79,1.13l0.96,0.69l4.53,0.86l1.85,2.0l1.84,0.92l-0.97,1.35l-2.63,0.44l-0.93,0.63l-1.32,2.63l-0.13,2.73l-0.49,1.48l-2.38,1.45l-0.81,3.26l-0.64,0.88l-3.0,1.66l-0.72,0.75l-0.16,1.98l1.35,2.54l-0.59,1.8l0.77,0.61l2.24,-0.27l1.46,-1.73l2.68,-1.3l1.99,-1.51l0.57,0.06l2.04,1.94l0.33,0.7l-1.01,1.31l-2.23,1.67l-1.26,1.83l-6.67,0.36l-3.19,1.63l-4.03,1.33l-1.03,0.84l-1.06,1.46l-0.24,1.66l0.57,2.08l0.91,1.15l8.33,5.21l2.87,2.5l9.74,0.68l-0.04,0.93l-2.85,2.05l-0.86,1.9l0.3,1.59l0.75,0.98l2.31,0.62l0.36,0.34l-0.72,0.49l-3.8,0.36l-1.63,1.56l-1.87,1.05l-1.47,2.84l-3.6,4.38l0.02,1.2l0.79,0.92l1.91,0.3l-0.73,1.0l-2.27,0.65l-1.15,0.88l0.12,0.93l1.71,1.27l-0.87,1.04l-0.87,3.5l0.37,0.58l2.78,2.09l0.35,0.8l0.25,3.1l2.6,4.07l2.02,2.35l2.62,2.01l0.43,1.52l0.88,1.11l1.91,1.4l0.95,0.36l1.68,-0.09l3.51,-1.93l1.53,-0.34l8.33,6.15l3.17,3.84l1.04,0.48l2.28,-0.01l2.09,1.5l1.62,0.87l0.49,-0.05l-2.08,3.04l-0.53,1.92l0.07,0.99l0.86,1.72l-1.21,3.16l1.96,5.51l-1.46,0.66l-0.48,0.7l0.95,1.77l0.62,3.23l-2.27,2.24l-1.58,1.04l-4.15,0.82l-4.8,2.77l-3.57,1.06l-7.21,0.41l-0.94,-0.31l-1.13,-1.6l-0.91,-0.38l-0.89,0.57l-2.73,3.07l-7.72,3.93l-2.39,2.06l-1.12,2.26l-2.32,0.76l-0.14,0.5l1.04,2.32l-0.55,2.21l-1.28,1.24l-2.97,-0.53l-6.03,2.11l-21.47,-1.63l-1.44,-0.69l-4.11,-4.67l-5.06,-3.51l-1.39,-0.16l-1.62,0.6l-1.74,-0.73l-1.63,-1.35l-0.82,-1.05l0.55,-0.79l-1.49,-4.46l-1.01,-1.98l-1.11,-1.61l-2.96,-2.23l-1.34,-2.16l-1.02,-0.87l-1.28,-0.28l-9.31,0.95l-1.38,0.48l-2.0,1.4l-0.22,1.34l1.87,2.85l-2.88,0.0l-0.67,0.9l-0.48,-0.86l-1.98,-0.76l-1.6,1.54l-1.35,-0.69l-3.03,-0.48l-1.18,0.43l-2.78,2.25l-2.54,-0.76l-0.42,0.29l-0.25,0.91l-5.79,-1.81l-1.43,-0.1l-0.41,-1.0l1.41,-0.88l0.18,-0.41l-0.26,-1.34l-0.72,-1.38l-0.01,-1.38l2.66,-0.71l1.32,-1.7l0.19,0.8l1.5,0.9l2.64,-0.73l4.38,-0.23l4.19,-0.88l2.07,-2.75l0.04,-1.84l-0.64,-0.54l-0.46,0.08l-1.58,1.36l-0.86,0.09l-3.31,-0.31l-4.63,-2.14l-1.54,0.69l-6.65,0.83l-1.73,-0.56l-2.27,-1.49l-2.01,-1.96l-0.73,-1.4l2.82,0.32l1.65,-0.17l1.09,-1.17l-0.33,-0.65l-3.01,-0.22l-1.19,-0.73l-0.59,-1.02l1.06,-2.04l0.01,-1.19l-0.67,-1.03l-0.54,-0.1l-0.55,0.36l-0.77,1.31l-1.46,1.42l-0.67,-0.14l-1.71,-1.42l-1.67,0.23l-0.59,1.41l1.57,1.88l-2.32,1.04l-3.19,0.1l-6.57,-0.73l-2.58,0.23l-3.75,0.87l-2.84,1.7l-0.35,2.85l-0.89,0.39l-0.29,1.47l-1.42,2.92l-1.95,-0.92l-2.04,1.59l-7.57,-0.15l-1.4,0.26l-1.56,0.9l-2.16,2.64l-1.55,0.57l-0.84,1.15l-0.53,0.2l-1.22,-0.69l-5.59,-1.51l-1.69,-1.01l0.58,-1.28l-1.26,-2.25l-4.43,-1.07l-1.34,-1.27l0.22,-0.31l6.41,0.76l0.41,-0.57l-0.36,-1.09l4.27,0.79l1.27,-0.27l2.86,-1.38l4.13,-0.71l2.19,-1.22l0.69,-0.14l1.03,0.47l0.57,-0.36l0.0,-0.72l-2.5,-2.26l-0.44,-2.51l1.26,-2.07l3.14,-0.65l0.32,-0.39l0.0,-0.86l-0.6,-0.35l-3.4,1.39l-4.83,0.37l-1.22,0.59l-0.21,0.45l0.39,0.31l1.33,-0.0l0.81,0.37l0.3,0.77l-0.46,1.58l1.16,1.19l-0.22,0.92l-1.11,0.99l-6.58,1.28l-1.82,0.05l-12.2,-1.33l-1.53,0.49l-0.24,0.55l0.74,1.62l-0.69,0.68l-0.61,-0.02l-0.06,-1.92l-3.93,-2.51l2.0,-0.79l2.22,-2.14l4.37,-1.02l1.48,-1.23l0.41,-1.47l-0.94,-6.55l-0.73,-1.43l-1.3,-1.06l-0.56,0.08l-0.36,0.48l-1.42,-0.95l-3.33,-0.39l-1.47,-0.83l-1.57,0.73l-4.98,0.8ZM357.65,950.36l0.07,-1.63l-0.41,-1.81l-1.83,-1.51l-2.84,-4.54l-1.49,-1.54l0.5,-1.87l0.57,-8.28l-0.19,-1.79l-0.76,-1.56l1.16,-0.7l10.99,-3.05l8.56,0.85l3.91,2.02l0.98,3.88l2.65,1.32l0.04,2.04l1.69,1.83l0.64,2.33l0.63,0.83l1.22,0.23l4.17,-0.73l0.8,-0.44l0.99,-1.21l1.88,0.83l2.63,-0.06l1.63,0.54l-1.45,1.32l-2.94,4.51l-1.92,0.89l-2.18,0.35l-2.19,0.9l-2.1,1.34l-2.12,2.06l-0.32,2.42l-0.47,-0.01l-3.05,1.79l-1.39,1.42l-5.42,2.64l-1.73,0.06l-2.19,-0.8l-1.56,0.8l0.24,-2.65l1.65,-1.59l0.53,-1.22l-0.18,-0.5l-0.92,-0.5l-1.65,0.51l-1.99,2.29l-0.77,0.25l-2.99,-2.22l-1.06,-0.04ZM343.24,934.63l2.61,-0.08l2.89,2.57l0.77,1.33l0.35,1.64l1.54,2.1l-0.33,0.94l-1.08,-0.06l-1.67,-1.22l-2.63,-3.52l-1.07,-0.28l-2.77,-0.01l-1.36,-1.89l0.0,-0.47l1.95,-1.42l0.79,0.38Z", "name": "Wales"}, "ENG": {"path": "M253.14,1305.23l-0.55,-2.93l1.99,-3.06l0.57,-0.33l2.56,-0.81l5.49,-2.68l3.01,-0.89l3.24,-1.76l1.65,-0.03l2.57,2.07l2.18,0.77l1.92,-1.04l1.28,-1.73l1.14,-2.39l3.1,-0.04l3.21,-1.51l9.99,-8.79l3.1,-1.82l1.13,-0.32l0.54,-0.79l0.11,-1.48l-0.63,-3.53l0.63,-0.37l2.01,-0.06l6.24,-2.97l1.01,-2.22l1.16,-8.62l0.76,-1.42l1.55,-1.03l1.86,-0.06l2.05,-1.52l0.64,1.59l0.3,2.79l0.58,0.33l1.04,-0.7l1.46,0.71l3.52,0.15l1.33,0.56l0.46,-0.11l0.03,-0.47l-1.11,-1.66l-4.32,-1.65l-1.15,-1.25l0.53,-2.02l-0.43,-1.28l1.78,0.3l6.45,-0.37l2.77,-0.83l1.37,-1.67l1.04,-2.11l1.35,-1.84l-0.44,-1.95l0.24,-0.95l0.59,-0.37l1.36,0.19l6.14,-4.42l1.16,-1.61l0.64,-1.92l1.53,-1.46l3.71,-2.39l2.41,-4.19l-0.41,-10.03l0.94,-4.62l1.82,-3.83l-0.64,-2.72l-0.07,-1.45l0.25,-0.42l7.43,0.0l3.54,1.62l5.24,0.46l1.77,-0.46l1.47,-0.88l5.85,-5.47l1.38,-1.93l0.84,-0.41l0.18,-0.54l-2.06,-5.74l-1.7,-2.24l2.14,0.15l0.8,-0.22l0.8,-1.45l-0.16,-1.59l-1.55,-1.74l6.28,-2.09l15.79,-1.23l4.87,-1.26l6.3,-0.01l2.0,-0.34l2.69,-1.2l1.43,-0.1l11.15,2.43l7.02,-0.19l10.7,2.07l2.51,1.97l1.94,0.75l9.9,-0.36l6.28,-1.63l3.07,-0.36l5.68,0.25l3.46,-0.42l2.3,-1.29l0.23,0.28l-1.01,1.39l0.1,0.57l1.19,0.78l0.56,-0.12l1.51,-2.45l0.47,-2.4l-0.74,-2.54l0.04,-4.3l-0.26,-2.18l-0.41,-0.65l0.86,0.15l1.11,-0.54l0.41,-2.88l1.85,-2.04l0.55,-1.07l-0.09,-0.48l-0.96,-0.84l1.39,-1.22l2.9,0.35l3.23,-2.63l5.84,-6.48l1.48,-0.99l1.47,-0.71l3.74,-0.58l1.97,-0.71l1.82,-1.58l7.61,-10.85l2.31,-1.26l1.13,-3.18l1.03,-1.56l4.92,-4.3l2.94,-3.34l5.2,-1.77l1.42,-1.07l0.79,-1.46l-0.19,-1.56l-1.42,-1.27l-0.64,0.24l-0.35,1.99l-1.37,1.06l-5.45,1.27l-3.43,4.17l-5.17,2.86l-6.76,6.96l-0.53,-2.89l-0.88,-1.39l1.29,-0.48l0.63,-0.81l-1.96,-5.74l1.19,-2.51l-0.02,-0.86l-0.85,-1.68l-0.03,-0.72l0.41,-1.51l1.89,-2.49l0.62,-1.64l-0.1,-0.44l-1.28,0.34l-3.63,-2.33l-2.8,-0.15l-3.46,-4.02l-8.48,-6.27l-2.18,0.33l-3.45,1.9l-1.97,-0.18l-2.25,-1.8l-0.93,-2.23l-2.58,-1.95l-1.91,-2.23l-2.47,-3.84l-0.21,-2.92l-0.48,-1.16l-3.04,-2.42l0.83,-2.98l1.0,-1.05l0.09,-0.49l-2.02,-1.74l3.09,-1.14l0.83,-0.82l0.28,-0.76l-0.43,-0.86l-1.78,-0.17l-0.55,-0.59l-0.01,-0.64l3.49,-4.19l1.32,-2.67l1.86,-1.04l1.42,-1.45l3.76,-0.35l1.17,-0.81l0.11,-0.66l-0.44,-0.67l-2.83,-1.0l-0.45,-1.63l0.64,-1.36l2.91,-2.12l0.3,-0.74l-0.15,-1.11l-0.37,-0.35l-9.75,-0.62l-2.8,-2.45l-8.24,-5.15l-0.7,-0.88l-0.5,-1.84l0.13,-1.15l1.48,-1.82l4.25,-1.47l2.31,-1.33l0.8,-0.27l6.6,-0.35l0.75,-0.37l0.93,-1.67l2.87,-2.31l0.62,-1.22l-0.48,-1.21l-2.22,-2.12l-1.15,-0.21l-2.27,1.6l-2.45,1.13l-1.65,1.88l-1.87,0.14l0.59,-1.62l-1.37,-2.65l0.07,-1.4l3.61,-2.26l0.82,-1.2l0.72,-3.06l2.4,-1.47l0.59,-1.77l0.1,-2.63l1.2,-2.4l0.49,-0.33l2.8,-0.5l0.72,-0.57l0.68,-1.4l-0.37,-0.79l-1.79,-0.85l-1.52,-1.86l-2.63,-0.83l-2.4,-0.27l-1.72,-1.81l-3.12,-0.35l-1.35,-0.52l-0.76,-0.67l-0.98,-2.52l0.01,-1.1l2.62,-2.95l-0.45,-3.37l2.25,-1.38l1.66,-2.34l7.42,-4.06l2.39,0.11l2.08,1.82l1.19,0.35l4.25,-0.92l1.97,0.25l4.9,4.04l1.52,0.48l0.98,-0.24l1.73,-1.07l2.55,-0.77l0.65,-1.17l-0.03,-2.47l-1.1,-2.73l-3.58,-1.78l-3.34,-0.43l-0.83,-0.41l-0.68,-1.25l-2.45,-2.56l-1.37,-5.07l-2.31,-4.27l-5.1,-4.84l0.22,-0.59l3.17,-1.65l0.38,-0.48l0.16,-0.83l-0.64,-1.88l-3.35,-3.18l-5.56,-3.67l-5.43,-1.33l-0.08,-1.95l-2.3,-3.2l-2.09,-3.63l-3.16,-3.4l-1.1,-1.65l-0.08,-1.57l0.78,-0.98l1.44,-0.65l3.7,-0.47l1.87,-0.6l3.0,-1.98l1.68,0.1l1.87,1.85l5.17,10.97l1.6,1.76l2.13,1.55l2.76,1.01l2.68,-0.09l0.76,-1.39l0.43,-0.21l2.67,0.73l2.8,-0.43l2.37,-1.15l0.21,-0.48l-0.45,-1.41l0.2,-0.88l0.59,-0.72l0.55,-0.5l1.58,0.09l1.61,-1.12l0.12,-0.43l-0.36,-0.27l-1.24,-0.07l-4.45,0.86l-1.25,0.75l-0.55,1.56l-1.25,0.52l-3.66,-0.33l-3.62,-1.11l-3.26,-1.89l-2.71,-2.37l-2.03,-2.56l-9.99,-17.81l-0.43,-1.5l0.19,-1.49l0.98,-1.77l5.67,-7.66l5.36,-5.35l0.69,-1.15l3.4,-1.96l1.18,-1.31l-0.3,-0.66l-7.36,-0.08l-3.01,-1.09l-2.26,-2.64l-0.6,-3.81l0.99,-8.89l-0.97,-3.26l1.22,-1.82l1.88,-0.94l7.89,-2.44l1.25,-0.12l1.12,0.7l0.66,0.2l0.47,-0.2l0.55,-1.19l1.89,-1.18l0.17,-0.61l-0.75,-1.03l2.86,-2.48l0.38,-1.92l-0.6,-0.42l-2.89,1.34l-2.46,0.21l-1.65,-3.27l2.09,-1.68l1.74,-2.6l1.1,-1.03l2.88,-1.02l1.05,-1.26l1.66,-3.14l-4.74,-7.42l-0.18,-0.7l1.62,-0.54l2.05,-1.64l1.3,-2.09l-0.0,-2.52l-0.4,-0.39l-0.59,0.0l-0.39,0.33l-0.31,1.68l-1.13,1.3l-7.21,4.03l-1.47,3.1l-1.42,0.72l-3.68,0.22l-0.99,-0.65l-1.1,-1.61l-0.45,-1.66l0.72,-1.45l-0.66,-1.44l-0.79,-1.15l-1.12,-0.65l-1.5,0.45l-0.24,0.46l0.37,1.56l-0.26,1.56l-1.1,3.73l-2.52,2.62l-2.32,3.6l-2.51,1.31l-0.19,1.47l0.24,1.91l-3.27,-3.39l-2.68,-0.4l-1.57,-1.12l0.7,-3.64l-0.04,-1.83l-1.32,-1.11l0.0,-0.29l2.87,-0.96l0.74,-3.57l-0.05,-6.4l-0.57,-0.39l-1.36,0.64l-0.89,1.4l-0.87,3.09l0.65,2.21l-0.87,0.37l-3.36,0.1l-1.66,0.58l-1.66,-1.35l-3.08,-4.45l-3.67,-4.14l-0.44,-1.74l0.74,-2.89l-0.93,-3.27l-2.31,-1.08l-2.88,-4.87l-2.1,-1.57l-8.13,-9.2l-1.82,-1.0l-0.88,-1.67l-0.73,-0.69l1.79,-1.82l1.84,-4.15l2.3,-9.37l4.66,-9.33l3.54,-1.64l2.51,-3.18l0.8,-2.39l-0.75,-2.16l2.76,-6.87l1.66,-3.21l1.9,-1.85l1.42,-0.27l1.88,1.48l1.57,0.46l1.05,-0.12l3.56,-1.55l0.05,-0.71l-1.1,-0.68l-3.79,-1.57l2.94,-2.28l5.29,-1.28l0.92,0.22l1.87,1.39l3.23,0.88l1.81,0.12l7.33,-1.75l1.64,-0.91l0.19,-0.45l-0.39,-0.3l-5.57,0.0l3.92,-1.35l1.53,0.49l0.52,-0.38l-0.26,-1.27l-2.12,-0.79l0.28,-1.6l1.14,-1.94l0.48,-4.04l0.55,-0.02l3.36,1.39l2.29,-0.18l0.94,-0.82l1.41,-2.55l3.82,-1.8l5.24,-6.2l1.12,-0.69l5.33,-1.78l2.45,-1.35l1.98,-1.57l3.08,-3.95l3.1,-1.75l0.74,-2.18l-0.62,-1.62l0.16,-1.03l1.47,-1.1l4.65,-4.62l7.62,-5.52l0.85,-0.32l2.08,-0.3l1.11,0.16l2.28,1.16l0.89,-0.1l1.72,-0.85l0.85,-0.74l1.13,-2.39l1.0,-1.18l2.5,-0.9l2.04,-1.6l3.51,-0.8l1.87,-1.01l2.0,-1.94l0.6,-1.32l-0.19,-1.19l-2.45,-2.98l-0.38,-2.25l-3.43,-4.91l-1.92,-4.82l-1.55,-1.55l-0.5,-1.39l-1.96,-1.12l-0.22,-1.49l1.53,-0.64l3.43,-0.03l2.32,-0.67l5.37,-6.31l1.17,-2.22l2.45,-1.84l1.92,-0.81l2.2,-1.93l0.68,-1.32l0.51,-2.73l0.71,-0.51l3.58,-1.07l1.03,1.59l11.37,11.62l2.13,4.29l1.92,1.14l1.32,2.16l1.18,-0.1l1.29,-1.43l0.74,0.08l0.98,0.4l0.94,0.9l0.49,1.12l-1.15,0.0l-0.4,0.4l0.23,1.12l1.3,0.53l2.98,-0.68l1.73,0.18l5.64,3.23l-0.47,1.46l0.14,0.88l1.25,1.59l-0.74,0.47l-0.19,1.17l2.42,1.86l-0.65,1.93l1.87,1.49l0.34,1.29l0.31,8.05l-0.68,4.95l0.58,2.79l2.09,3.04l0.22,1.97l-1.2,2.9l0.14,1.03l1.1,3.14l2.9,2.95l-0.57,1.69l1.31,1.44l0.45,1.01l-1.18,3.1l0.35,1.5l1.9,2.72l0.3,2.61l1.09,3.37l1.82,0.93l1.81,4.28l0.8,1.12l1.39,3.93l3.75,3.08l0.59,1.16l-0.03,4.57l0.23,1.13l0.57,0.53l-0.16,1.06l5.11,14.94l1.87,3.83l3.18,3.38l1.4,0.83l4.31,1.56l0.0,0.21l-1.37,0.0l-0.4,0.41l0.01,0.54l1.21,3.07l1.07,1.35l-1.2,1.21l-2.01,0.73l-0.25,0.48l0.3,1.03l0.59,0.62l1.55,0.29l0.71,-0.78l0.89,1.68l1.04,-0.17l0.84,-0.94l0.59,-2.62l2.64,2.18l1.75,0.52l3.57,0.39l4.23,2.27l17.76,4.46l19.4,9.94l2.37,1.89l0.94,1.52l-0.06,1.97l0.37,1.39l1.0,1.09l4.0,2.63l1.25,1.82l1.46,2.8l1.02,2.93l0.03,2.33l0.33,0.93l0.58,0.93l1.35,0.84l-0.35,1.74l2.33,2.55l0.85,0.72l3.47,0.75l1.89,1.35l1.86,0.77l0.55,1.02l0.81,3.66l2.41,2.13l10.68,3.5l2.51,1.87l-7.14,3.21l-2.75,2.63l-2.13,5.07l1.89,3.28l2.47,7.73l1.59,3.69l24.61,30.35l1.3,3.72l-1.01,3.6l-0.38,0.34l-0.56,0.37l1.17,-2.26l0.44,-2.11l-0.18,-0.41l-1.37,-0.88l-1.86,-0.53l-3.7,-2.21l-1.96,-0.61l-1.9,0.32l-3.41,1.72l-1.72,0.37l-3.94,-0.63l-3.14,-1.7l-8.22,-8.71l-3.27,-1.96l-4.04,-0.49l-10.86,2.99l-6.82,0.0l-2.91,0.56l-3.0,-2.18l-5.15,-0.47l-1.94,0.51l-5.9,3.24l0.08,0.73l1.47,0.55l1.33,0.99l0.59,-0.08l1.23,-1.77l2.22,-0.85l2.5,-0.14l1.91,0.42l6.0,3.6l1.48,-0.48l2.33,-1.51l15.32,-2.31l2.2,0.77l7.8,10.16l3.95,1.72l2.62,2.55l1.57,0.94l4.26,0.8l4.04,4.12l8.3,5.55l4.85,1.49l1.25,1.2l0.77,3.24l3.45,1.96l-0.36,0.44l0.1,0.59l1.45,0.9l1.28,1.55l8.38,19.3l1.2,4.36l0.03,4.92l-1.77,6.03l-0.41,0.65l-2.49,0.56l-1.54,0.79l-7.76,6.43l-2.81,1.32l-6.89,8.3l-1.73,1.53l-1.96,0.66l-1.54,0.92l-1.18,1.63l0.07,1.7l0.37,0.36l2.63,0.16l4.49,-0.86l0.98,0.32l2.36,1.63l3.2,1.51l4.41,5.61l2.14,2.14l0.49,0.06l1.46,-0.89l1.71,-0.2l3.34,0.27l1.27,0.6l2.38,2.79l1.42,0.65l0.56,-0.37l-0.42,-2.53l5.03,-5.7l0.53,-2.98l2.42,-5.93l1.11,-1.92l2.89,-2.46l4.17,-1.61l4.58,-0.73l4.16,0.14l0.33,-0.64l-0.31,-0.42l1.12,-0.34l5.6,1.38l7.41,0.01l3.37,0.72l3.98,1.59l4.1,0.84l4.16,-1.5l-0.09,-0.81l22.41,4.45l10.44,4.39l21.44,13.49l2.47,2.3l1.99,2.79l1.61,5.46l1.6,3.44l1.09,3.31l-0.54,2.38l0.52,1.95l0.16,2.24l-0.1,4.18l2.02,5.48l-0.28,0.82l-1.13,1.2l-2.18,6.03l-0.13,2.26l-3.8,8.27l-4.64,6.46l-0.2,3.02l0.22,5.18l-4.06,13.42l-6.69,2.34l-1.37,1.26l-1.02,-0.66l-0.58,0.16l-0.72,2.43l-3.3,3.77l-6.04,5.51l-0.95,1.25l-0.61,0.2l-5.7,-6.1l-2.68,-0.78l-4.24,-2.83l-2.52,-0.46l-0.47,0.39l0.15,1.11l3.13,2.45l1.93,1.13l4.7,1.08l0.23,0.32l-0.16,1.8l-1.6,-0.31l-3.83,0.71l-3.55,-1.57l-2.01,0.13l-4.18,1.16l-2.17,0.29l-0.34,0.35l0.25,0.42l2.41,0.92l14.43,0.76l1.25,-0.56l-0.18,1.26l-6.72,5.71l0.05,0.64l1.18,0.73l1.44,0.52l3.16,0.39l1.2,-0.82l0.43,-0.72l0.08,1.44l-0.93,1.65l-4.86,3.74l-4.4,2.46l-2.73,0.96l-5.97,0.73l-1.48,-0.18l-0.66,-0.48l-1.38,-2.35l-3.97,-4.87l-0.33,0.35l-0.22,2.05l-1.14,1.1l-3.13,1.27l-3.32,2.37l-1.22,4.03l-1.02,0.24l-2.11,1.29l-3.65,-0.85l-2.34,0.21l-5.99,2.26l0.02,0.73l4.26,1.28l0.93,1.7l0.61,0.12l2.37,-1.95l5.5,-1.01l2.74,-0.97l2.42,-1.64l1.26,-0.2l1.09,0.93l-0.1,1.77l-0.57,1.25l1.07,3.02l-0.75,0.63l-0.32,0.99l-0.22,3.17l-1.9,1.3l-0.17,0.46l0.4,0.28l2.24,-0.13l0.76,0.5l-2.18,3.04l-4.36,3.27l-4.87,2.53l-3.78,0.99l-6.78,-0.92l-3.71,0.06l-0.84,0.27l-1.64,1.35l-3.46,0.61l-1.08,0.82l-1.42,-0.99l-2.43,0.13l-6.0,1.31l-0.72,1.04l-0.78,2.41l-1.04,1.04l-3.74,1.58l-0.21,0.48l0.44,0.28l5.53,-0.79l1.03,-0.58l0.94,-1.8l5.48,-1.26l13.7,1.67l1.12,0.66l0.97,1.48l0.07,0.77l-0.6,0.43l-1.63,0.18l-3.05,-0.56l-1.43,0.04l-2.9,2.22l-3.08,0.62l-1.69,0.89l-0.09,0.64l1.89,2.12l0.97,0.4l7.53,0.02l3.51,0.78l0.44,-0.57l-1.02,-2.73l0.28,-0.73l1.2,0.04l0.16,1.24l0.97,2.16l1.23,1.88l1.25,1.0l18.43,1.75l10.82,-2.77l27.82,-2.15l1.74,0.87l-0.72,3.43l-0.66,1.29l-0.85,0.77l-2.96,-0.01l-0.86,0.85l0.28,2.55l2.05,4.98l0.74,4.43l-0.7,4.26l-1.71,3.54l-2.24,2.25l-5.69,1.63l-2.4,1.51l-2.69,-0.06l-1.17,0.33l-2.34,2.14l-1.59,0.55l-5.61,0.12l-1.77,0.4l-1.91,1.06l-3.4,2.6l-5.39,6.84l0.16,3.21l0.86,4.13l-2.55,0.85l-12.26,-3.38l-3.66,0.95l-8.59,6.96l-3.39,1.29l-18.73,3.35l-3.89,1.31l-2.0,2.7l-2.95,1.65l-3.1,3.69l-3.0,0.04l-1.65,-0.21l-4.0,-1.25l-3.97,-0.12l-2.28,-1.61l-1.69,-0.46l-3.64,-0.22l-17.94,-5.47l-2.94,-0.25l-2.39,1.01l-3.26,-1.02l-11.02,3.32l-14.78,0.0l-14.18,3.95l-2.33,-1.08l-1.04,0.48l-0.48,0.99l0.53,2.31l-0.31,0.89l-1.36,0.64l-1.79,-0.49l-7.81,-4.18l-0.42,-0.44l0.34,-0.81l1.01,-0.66l2.45,-0.83l0.27,-1.08l-2.7,-2.26l-1.09,-0.51l-1.63,0.8l0.58,-1.02l-0.18,-0.56l-1.75,-0.81l-2.9,-0.46l-2.69,-0.01l-1.73,0.41l-1.37,2.22l-0.81,2.78l-1.05,1.93l-1.91,0.2l-1.42,-1.34l0.69,-1.68l1.62,-2.03l0.53,-1.56l-0.22,-0.49l-1.76,-0.74l-5.41,0.36l-1.37,0.36l-0.13,0.71l3.39,2.66l0.2,2.04l-0.27,1.02l-0.92,0.71l-0.93,-0.04l-2.81,-1.18l-1.27,-1.82l-2.75,-1.24l-2.02,-1.46l-4.01,-1.35l-3.31,-3.35l-11.04,-5.19l-0.57,0.36l0.25,1.08l2.43,1.2l1.07,0.17l8.74,8.35l0.67,1.37l-0.19,0.99l-1.68,0.5l-5.51,0.41l-1.36,0.38l-0.1,0.72l1.0,0.88l-3.66,0.57l-2.23,0.68l-1.01,0.65l-3.02,-0.39l-0.4,0.18l-2.93,4.58l-1.43,-0.35l-1.94,-1.06l-5.93,-0.95l-2.0,0.01l-6.82,2.25l-5.42,-0.85l-2.1,0.09l-3.48,1.26l-3.4,2.67l-0.33,-1.54l-0.55,-0.84l-3.33,-0.77l-2.82,0.03l-1.03,-1.9l-0.92,-0.32l-0.87,0.67l-3.0,4.09l0.37,0.63l1.13,-0.13l2.79,-1.34l1.63,2.45l1.08,0.94l4.33,0.6l0.4,0.58l-0.55,1.75l0.19,0.47l1.24,0.67l-2.58,2.66l0.04,1.71l-1.25,0.5l-6.94,0.12l-1.39,-0.25l-6.58,-2.59l-15.97,-1.5l-2.91,-1.53l-2.08,0.18l-3.5,1.04l-1.09,1.21l-1.08,2.43l-0.44,2.83l1.01,1.25l1.93,0.53l0.16,1.06l-1.86,3.0l-0.06,-3.84l-2.19,-3.16l-18.14,-11.67l-14.98,-4.72l-2.14,-0.08l-6.53,1.26l-3.12,1.72l-1.9,0.18l-3.41,-0.76l-1.13,0.32l-4.51,2.85l-3.55,-0.85l-8.11,2.09l-1.22,1.27l-2.03,3.0l-6.11,2.26l-3.16,-0.44l-1.05,-0.84l-2.54,-4.85l-0.94,-0.75l-0.85,-0.03l-0.43,0.48l-0.01,1.22l1.13,1.18l1.75,5.1l-2.74,2.65l-1.29,1.99l-1.18,2.42l-0.96,3.11l0.08,2.47l1.36,4.26l-3.54,0.56l-1.5,0.94l-0.76,1.84l0.83,2.38l1.67,0.64l3.44,-0.14l0.0,0.27l-0.88,2.12l-1.28,0.42l-0.59,0.7l-0.63,2.83l-0.74,0.43l-1.12,-0.3l-1.33,-0.95l-0.62,0.23l-0.58,2.36l-1.64,0.83l-1.9,0.43l-1.12,1.22l-1.43,4.47l-0.5,2.67l0.59,2.68l-0.96,0.42l-4.82,0.95l-4.85,-1.19l-1.34,1.07l-2.94,-2.25l-5.04,-5.26l-5.69,-4.37l-1.06,-0.43l-1.11,0.18l-3.08,1.31l-2.22,1.57l-1.61,-0.55l-1.08,-0.79l0.41,-1.23l-0.29,-0.51l-1.84,-0.44l-1.78,-1.09l-0.75,-1.44l1.09,-1.95l-0.37,-0.59l-3.97,0.02l-0.97,-0.57l-1.5,-2.67l-0.6,-1.7l0.58,-1.41l2.11,-3.15l-0.05,-0.46l-0.45,-0.1l-1.63,0.68l-0.67,-0.05l-0.86,-0.59l-0.61,0.22l-0.89,1.83l-1.67,0.29l-0.41,0.4l0.2,1.05l1.12,0.63l0.27,0.89l-0.26,1.01l-0.62,0.71l-0.94,0.26l-4.13,-0.3l-0.34,0.65l1.82,1.9l4.78,-0.65l1.02,0.65l-2.08,0.49l-0.31,1.17l0.49,0.39l1.58,-0.06l-0.21,0.27l0.32,0.64l2.02,0.0l-0.87,0.33l-0.69,0.83l-0.1,0.78l0.46,1.12l-1.22,-0.07l-1.61,-2.79l-1.67,-0.95l-7.61,-1.66l-4.13,0.41l-6.25,3.31l-3.31,1.08l-14.19,0.7l-0.88,0.78l-1.09,-2.85l-0.94,-0.34l-1.61,0.86l-3.55,0.64l-1.14,1.03l0.56,2.39l-2.08,2.03l-0.33,0.95l0.59,1.77l-1.14,2.63l-0.64,0.58l-4.29,-0.52l-1.65,0.58l-1.71,1.69l-1.42,0.7l-3.8,1.1l-1.23,1.08l-3.3,4.79l-0.65,-0.88l-0.65,-4.17l-1.44,-0.91l-1.71,0.41l-0.31,0.37l0.08,2.19l-1.08,1.37l0.19,1.04l1.07,0.89l-2.44,1.34l-0.52,2.65l-3.37,1.43l-0.25,0.45l0.41,0.32l1.57,0.12l1.32,0.65l1.58,-0.06l0.41,1.75l0.68,1.16l-1.02,1.89l-2.36,3.0l-3.42,-0.03l-0.83,0.55l-2.57,2.56l-1.23,3.05l-1.21,-0.68l-2.93,-2.88l-0.62,-2.03l-0.02,-1.88l-3.12,-4.56l-1.42,-1.47l-1.84,-1.14l-5.22,-2.09l-3.53,-0.55l-4.33,-2.0l-2.05,0.09l-2.27,0.67l-1.94,1.55l0.04,1.65l0.47,1.8l-0.81,1.3l-2.68,1.51l-3.49,0.95l-4.03,0.37l-2.98,-0.97l-0.73,-2.78l1.08,-0.28l0.64,-0.84l-0.03,-0.87l-0.68,-1.0ZM827.39,1160.63l-1.9,0.67l-9.98,-0.7l-1.58,-0.51l-1.42,-1.2l-1.9,-2.73l1.03,-2.91l0.48,-0.54l0.9,-0.21l10.6,3.06l1.69,0.96l1.74,1.59l0.73,1.47l-0.38,1.04ZM664.9,1227.88l0.0,0.18l-6.29,-0.89l1.84,-0.73l2.14,-3.1l0.75,0.03l0.76,0.89l-0.83,0.79l-0.18,1.04l1.82,1.78ZM623.05,1234.6l-0.25,0.7l0.41,0.55l2.31,-0.28l2.08,-1.44l2.91,-3.02l2.03,-1.19l1.8,-0.11l13.05,4.47l3.03,0.11l0.83,0.53l-0.03,1.38l0.51,0.39l0.87,-0.12l1.61,2.46l-0.92,0.8l-4.57,1.37l-2.54,1.88l-0.8,1.25l-0.22,4.06l-9.33,2.32l-2.99,-0.72l-11.18,-6.65l-0.65,-0.73l-2.95,-1.75l-1.16,-0.36l-3.27,0.33l-1.76,0.64l1.22,-1.86l3.31,-2.39l6.66,-2.62Z", "name": "England"}}, "height": 1321.8358675166648, "projection": {"type": "mill", "centralMeridian": 0.0}, "width": 900.0});peity/jquery.peity.min.js000064400000007203151162653250011476 0ustar00// Peity jQuery plugin version 3.3.0 // (c) 2018 Ben Pickles // // http://benpickles.github.io/peity // // Released under MIT license. !function(t,i,e,n){var a=t.fn.peity=function(i,e){return l&&this.each(function(){var n=t(this),h=n.data("_peity");h?(i&&(h.type=i),t.extend(h.opts,e)):(h=new r(n,i,t.extend({},a.defaults[i],n.data("peity"),e)),n.change(function(){h.draw()}).data("_peity",h)),h.draw()}),this},r=function(t,i,e){this.$el=t,this.type=i,this.opts=e},h=r.prototype,s=h.svgElement=function(e,n){return t(i.createElementNS("http://www.w3.org/2000/svg",e)).attr(n)},l="createElementNS"in i&&s("svg",{})[0].createSVGRect;h.draw=function(){var t=this.opts;a.graphers[this.type].call(this,t),t.after&&t.after.call(this,t)},h.fill=function(){var i=this.opts.fill;return t.isFunction(i)?i:function(t,e){return i[e%i.length]}},h.prepare=function(t,i){return this.$svg||this.$el.hide().after(this.$svg=s("svg",{class:"peity"})),this.$svg.empty().data("_peity",this).attr({height:i,width:t})},h.values=function(){return t.map(this.$el.text().split(this.opts.delimiter),function(t){return parseFloat(t)})},a.defaults={},a.graphers={},a.register=function(t,i,e){this.defaults[t]=i,this.graphers[t]=e},a.register("pie",{fill:["#ff9900","#fff4dd","#ffc66e"],radius:8},function(i){if(!i.delimiter){var n=this.$el.text().match(/[^0-9\.]/);i.delimiter=n?n[0]:","}var a=t.map(this.values(),function(t){return t>0?t:0});if("/"==i.delimiter){var r=a[0],h=a[1];a=[r,e.max(0,h-r)]}for(var l=0,p=a.length,o=0;l.5?1:0,1,w(M,g),"L");v?S=S.concat(w(M,v),"A",v,v,0,j>.5?1:0,0,w(x,v)):S.push(u,d),x+=$,k=s("path",{d:S.join(" "),"data-value":$})}k.attr("fill",y.call(this,$,l,a)),c.append(k)}}}),a.register("donut",t.extend(!0,{},a.defaults.pie),function(t){a.graphers.pie.call(this,t)}),a.register("line",{delimiter:",",fill:"#c6d9fd",height:16,min:0,stroke:"#4d89f9",strokeWidth:1,width:32},function(t){var i=this.values();1==i.length&&i.push(i[0]);for(var a=e.max.apply(e,t.max==n?i:i.concat(t.max)),r=e.min.apply(e,t.min==n?i:i.concat(t.min)),h=this.prepare(t.width,t.height),l=t.strokeWidth,p=h.width(),o=h.height()-l,f=a-r,c=this.x=function(t){return t*(p/(i.length-1))},u=this.y=function(t){var i=o;return f&&(i-=(t-r)/f*o),i+l/2},d=u(e.max(r,0)),g=[0,d],v=0;v0&&o&&k--),h.append(s("rect",{"data-value":w,fill:c.call(this,w,g,i),x:m,y:k,width:y,height:v}))}})}(jQuery,document,Math); peity/chart-data.js000064400000004232151162653250010253 0ustar00(function($){ "use strict"; // Start of use strict $(function() { "use strict"; // Just the defaults. $("span.pie").peity("pie",{ width: '80', height: '80' }) $('span.donut').peity('donut',{ width: '50', height: '50' }) $(".peity-line").peity("line",{ width: '100%', height: '65', fill:['#705ec8'] }) $(".bar").peity("bar",{ width: '100%', height: '50' }) $(".bar-colours-1").peity("bar", { fill: ["#664dc9", "#e3dff5"], width: '100', height: '100' }) $(".bar-colours-2").peity("bar", { fill: function(value) { return value > 0 ? "#38cb89" : "#aeeacf" }, width: '100', height: '100' }) $(".bar-colours-3").peity("bar", { fill: ["#ffab00", "#ffdd99"], width: '100', height: '100' }) $(".bar-colours-4").peity("bar", { fill: function(value) { return value > 0 ? "#ef4b4b" : "#f7a1a1" }, width: '100', height: '100' }) $(".pie-colours-1").peity("pie", { fill: ["#705ec8", "#fa057a", "#2dce89", "#ff5b51"], width: '100', height: '100' }) $(".pie-colours-2").peity("pie", { fill: ["#705ec8", "#fa057a", "#2dce89", "#ff5b51", "#fcbf09"], width: '100', height: '100' }) // Using data attributes $(".data-attributes span").peity("donut") // Evented example. $("select").change(function() { var text = $(this).val() + "/" + 5 $(this) .siblings("span.graph") .text(text) .change() $("#notice").text("Chart updated: " + text) }).change() $("span.graph").peity("pie") // Updating charts. var updatingChart = $(".updating-chart").peity("line", { width: "100%",height:65 }) setInterval(function() { var random = Math.round(Math.random() * 20) var values = updatingChart.text().split(",") values.shift() values.push(random) updatingChart .text(values.join(",")) .change() }, 2500) }) })(jQuery); dragula/js/dragula.min.js000064400000033201151162653250011343 0ustar00!function(e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).dragula=e()}(function(){return function o(r,i,u){function c(t,e){if(!i[t]){if(!r[t]){var n="function"==typeof require&&require;if(!e&&n)return n(t,!0);if(a)return a(t,!0);throw(n=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",n}n=i[t]={exports:{}},r[t][0].call(n.exports,function(e){return c(r[t][1][e]||e)},n,n.exports,o,r,i,u)}return i[t].exports}for(var a="function"==typeof require&&require,e=0;ee.left+G(e)/2);return n(u>e.top+J(e)/2)}:function(){var e,t,n,o=r.children.length;for(e=0;ei)return t;if(!c&&n.top+n.height/2>u)return t}return null})();function n(e){return e?Z(t):t}}}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./classes":1,"contra/emitter":5,crossvent:6}],3:[function(e,t,n){t.exports=function(e,t){return Array.prototype.slice.call(e,t)}},{}],4:[function(e,t,n){"use strict";var o=e("ticky");t.exports=function(e,t,n){e&&o(function(){e.apply(n||null,t||[])})}},{ticky:10}],5:[function(e,t,n){"use strict";var c=e("atoa"),a=e("./debounce");t.exports=function(r,e){var i=e||{},u={};return void 0===r&&(r={}),r.on=function(e,t){return u[e]?u[e].push(t):u[e]=[t],r},r.once=function(e,t){return t._once=!0,r.on(e,t),r},r.off=function(e,t){var n=arguments.length;if(1===n)delete u[e];else if(0===n)u={};else{e=u[e];if(!e)return r;e.splice(e.indexOf(t),1)}return r},r.emit=function(){var e=c(arguments);return r.emitterSnapshot(e.shift()).apply(this,e)},r.emitterSnapshot=function(o){var e=(u[o]||[]).slice(0);return function(){var t=c(arguments),n=this||r;if("error"===o&&!1!==i.throws&&!e.length)throw 1===t.length?t[0]:t;return e.forEach(function(e){i.async?a(e,t,n):e.apply(n,t),e._once&&r.off(o,e)}),r}},r}},{"./debounce":4,atoa:3}],6:[function(n,o,e){(function(r){"use strict";var i=n("custom-event"),u=n("./eventmap"),c=r.document,e=function(e,t,n,o){return e.addEventListener(t,n,o)},t=function(e,t,n,o){return e.removeEventListener(t,n,o)},a=[];function l(e,t,n){t=function(e,t,n){var o,r;for(o=0;o/g,">"):t}function c(t){var e=function(t){void 0===t&&(t=window.navigator.userAgent);var e=t.indexOf("MSIE ");return 0e.getTotalLength())break;i--}while(0=this.numberOfItems)throw"INDEX_SIZE_ERR"},window.SVGPathSegList.prototype.getItem=function(t){return this._checkPathSynchronizedToList(),this._checkValidIndex(t),this._list[t]},window.SVGPathSegList.prototype.insertItemBefore=function(t,e){return this._checkPathSynchronizedToList(),e>this.numberOfItems&&(e=this.numberOfItems),t._owningPathSegList&&(t=t.clone()),this._list.splice(e,0,t),(t._owningPathSegList=this)._writeListToPath(),t},window.SVGPathSegList.prototype.replaceItem=function(t,e){return this._checkPathSynchronizedToList(),t._owningPathSegList&&(t=t.clone()),this._checkValidIndex(e),((this._list[e]=t)._owningPathSegList=this)._writeListToPath(),t},window.SVGPathSegList.prototype.removeItem=function(t){this._checkPathSynchronizedToList(),this._checkValidIndex(t);var e=this._list[t];return this._list.splice(t,1),this._writeListToPath(),e},window.SVGPathSegList.prototype.appendItem=function(t){return this._checkPathSynchronizedToList(),t._owningPathSegList&&(t=t.clone()),this._list.push(t),(t._owningPathSegList=this)._writeListToPath(),t},window.SVGPathSegList._pathSegArrayAsString=function(t){var e="",i=!0;return t.forEach(function(t){i?(i=!1,e+=t._asPathString()):e+=" "+t._asPathString()}),e},window.SVGPathSegList.prototype._parsePath=function(t){if(!t||0==t.length)return[];function e(){this.pathSegList=[]}var n=this;e.prototype.appendSegment=function(t){this.pathSegList.push(t)};function i(t){this._string=t,this._currentIndex=0,this._endIndex=this._string.length,this._previousCommand=window.SVGPathSeg.PATHSEG_UNKNOWN,this._skipOptionalSpaces()}i.prototype._isCurrentSpace=function(){var t=this._string[this._currentIndex];return t<=" "&&(" "==t||"\n"==t||"\t"==t||"\r"==t||"\f"==t)},i.prototype._skipOptionalSpaces=function(){for(;this._currentIndex=this._endIndex||this._string.charAt(this._currentIndex)<"0"||"9"=this._endIndex||this._string.charAt(this._currentIndex)<"0"||"9"=this._endIndex)){var t=!1,e=this._string.charAt(this._currentIndex++);if("0"==e)t=!1;else{if("1"!=e)return;t=!0}return this._skipOptionalSpacesOrDelimiter(),t}},i.prototype.parseSegment=function(){var t=this._string[this._currentIndex],e=this._pathSegTypeFromChar(t);if(e==window.SVGPathSeg.PATHSEG_UNKNOWN){if(this._previousCommand==window.SVGPathSeg.PATHSEG_UNKNOWN)return null;if((e=this._nextCommandHelper(t,this._previousCommand))==window.SVGPathSeg.PATHSEG_UNKNOWN)return null}else this._currentIndex++;switch(this._previousCommand=e){case window.SVGPathSeg.PATHSEG_MOVETO_REL:return new window.SVGPathSegMovetoRel(n,this._parseNumber(),this._parseNumber());case window.SVGPathSeg.PATHSEG_MOVETO_ABS:return new window.SVGPathSegMovetoAbs(n,this._parseNumber(),this._parseNumber());case window.SVGPathSeg.PATHSEG_LINETO_REL:return new window.SVGPathSegLinetoRel(n,this._parseNumber(),this._parseNumber());case window.SVGPathSeg.PATHSEG_LINETO_ABS:return new window.SVGPathSegLinetoAbs(n,this._parseNumber(),this._parseNumber());case window.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL:return new window.SVGPathSegLinetoHorizontalRel(n,this._parseNumber());case window.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS:return new window.SVGPathSegLinetoHorizontalAbs(n,this._parseNumber());case window.SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL:return new window.SVGPathSegLinetoVerticalRel(n,this._parseNumber());case window.SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS:return new window.SVGPathSegLinetoVerticalAbs(n,this._parseNumber());case window.SVGPathSeg.PATHSEG_CLOSEPATH:return this._skipOptionalSpaces(),new window.SVGPathSegClosePath(n);case window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL:var i={x1:this._parseNumber(),y1:this._parseNumber(),x2:this._parseNumber(),y2:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new window.SVGPathSegCurvetoCubicRel(n,i.x,i.y,i.x1,i.y1,i.x2,i.y2);case window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS:i={x1:this._parseNumber(),y1:this._parseNumber(),x2:this._parseNumber(),y2:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new window.SVGPathSegCurvetoCubicAbs(n,i.x,i.y,i.x1,i.y1,i.x2,i.y2);case window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL:i={x2:this._parseNumber(),y2:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new window.SVGPathSegCurvetoCubicSmoothRel(n,i.x,i.y,i.x2,i.y2);case window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS:i={x2:this._parseNumber(),y2:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new window.SVGPathSegCurvetoCubicSmoothAbs(n,i.x,i.y,i.x2,i.y2);case window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL:i={x1:this._parseNumber(),y1:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new window.SVGPathSegCurvetoQuadraticRel(n,i.x,i.y,i.x1,i.y1);case window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS:i={x1:this._parseNumber(),y1:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new window.SVGPathSegCurvetoQuadraticAbs(n,i.x,i.y,i.x1,i.y1);case window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL:return new window.SVGPathSegCurvetoQuadraticSmoothRel(n,this._parseNumber(),this._parseNumber());case window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS:return new window.SVGPathSegCurvetoQuadraticSmoothAbs(n,this._parseNumber(),this._parseNumber());case window.SVGPathSeg.PATHSEG_ARC_REL:i={x1:this._parseNumber(),y1:this._parseNumber(),arcAngle:this._parseNumber(),arcLarge:this._parseArcFlag(),arcSweep:this._parseArcFlag(),x:this._parseNumber(),y:this._parseNumber()};return new window.SVGPathSegArcRel(n,i.x,i.y,i.x1,i.y1,i.arcAngle,i.arcLarge,i.arcSweep);case window.SVGPathSeg.PATHSEG_ARC_ABS:i={x1:this._parseNumber(),y1:this._parseNumber(),arcAngle:this._parseNumber(),arcLarge:this._parseArcFlag(),arcSweep:this._parseArcFlag(),x:this._parseNumber(),y:this._parseNumber()};return new window.SVGPathSegArcAbs(n,i.x,i.y,i.x1,i.y1,i.arcAngle,i.arcLarge,i.arcSweep);default:throw"Unknown path seg type."}};var r=new e,a=new i(t);if(!a.initialCommandIsMoveTo())return[];for(;a.hasMoreData();){var o=a.parseSegment();if(!o)return[];r.appendSegment(o)}return r.pathSegList}),String.prototype.padEnd||(String.prototype.padEnd=function(t,e){return t>>=0,e=String(void 0!==e?e:" "),this.length>t?String(this):((t-=this.length)>e.length&&(e+=e.repeat(t/e.length)),String(this)+e.slice(0,t))}),"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,e){if(null==t)throw new TypeError("Cannot convert undefined or null to object");for(var i=Object(t),n=1;n'":;\[\]\/|~`{}\\])/g,"\\$1")},l.prototype.selectorTarget=function(t,e){return(e||"")+"."+Y.target+this.getTargetSelectorSuffix(t)},l.prototype.selectorTargets=function(t,e){var i=this;return(t=t||[]).length?t.map(function(t){return i.selectorTarget(t,e)}):null},l.prototype.selectorLegend=function(t){return"."+Y.legendItem+this.getTargetSelectorSuffix(t)},l.prototype.selectorLegends=function(t){var e=this;return t&&t.length?t.map(function(t){return e.selectorLegend(t)}):null},l.prototype.getClipPath=function(t){return"url("+(c(9)?"":document.URL.split("#")[0])+"#"+t+")"},l.prototype.appendClip=function(t,e){return t.append("clipPath").attr("id",e).append("rect")},l.prototype.getAxisClipX=function(t){var e=Math.max(30,this.margin.left);return t?-(1+e):-(e-1)},l.prototype.getAxisClipY=function(t){return t?-20:-this.margin.top},l.prototype.getXAxisClipX=function(){return this.getAxisClipX(!this.config.axis_rotated)},l.prototype.getXAxisClipY=function(){return this.getAxisClipY(!this.config.axis_rotated)},l.prototype.getYAxisClipX=function(){return this.config.axis_y_inner?-1:this.getAxisClipX(this.config.axis_rotated)},l.prototype.getYAxisClipY=function(){return this.getAxisClipY(this.config.axis_rotated)},l.prototype.getAxisClipWidth=function(t){var e=Math.max(30,this.margin.left),i=Math.max(30,this.margin.right);return t?this.width+2+e+i:this.margin.left+20},l.prototype.getAxisClipHeight=function(t){return(t?this.margin.bottom:this.margin.top+this.height)+20},l.prototype.getXAxisClipWidth=function(){return this.getAxisClipWidth(!this.config.axis_rotated)},l.prototype.getXAxisClipHeight=function(){return this.getAxisClipHeight(!this.config.axis_rotated)},l.prototype.getYAxisClipWidth=function(){return this.getAxisClipWidth(this.config.axis_rotated)+(this.config.axis_y_inner?20:0)},l.prototype.getYAxisClipHeight=function(){return this.getAxisClipHeight(this.config.axis_rotated)},l.prototype.generateColor=function(){var t=this.config,e=this.d3,n=t.data_colors,r=L(t.color_pattern)?t.color_pattern:e.schemeCategory10,a=t.data_color,o=[];return function(t){var e,i=t.id||t.data&&t.data.id||t;return n[i]instanceof Function?e=n[i](t):n[i]?e=n[i]:(o.indexOf(i)<0&&o.push(i),e=r[o.indexOf(i)%r.length],n[i]=e),a instanceof Function?a(e,t):e}},l.prototype.generateLevelColor=function(){var t=this.config,n=t.color_pattern,e=t.color_threshold,r="value"===e.unit,a=e.values&&e.values.length?e.values:[],o=e.max||100;return L(e)&&L(n)?function(t){for(var e=n[n.length-1],i=0;is&&(o=o.filter(function(t){return(""+t).indexOf(".")<0}));return o},l.prototype.getGridFilterToRemove=function(t){return t?function(e){var i=!1;return[].concat(t).forEach(function(t){("value"in t&&e.value===t.value||"class"in t&&e.class===t.class)&&(i=!0)}),i}:function(){return!0}},l.prototype.removeGridLines=function(t,e){function i(t){return!r(t)}var n=this.config,r=this.getGridFilterToRemove(t),a=e?Y.xgridLines:Y.ygridLines,o=e?Y.xgridLine:Y.ygridLine;this.main.select("."+a).selectAll("."+o).filter(r).transition().duration(n.transition_duration).style("opacity",0).remove(),e?n.grid_x_lines=n.grid_x_lines.filter(i):n.grid_y_lines=n.grid_y_lines.filter(i)},l.prototype.initEventRect=function(){var t=this,e=t.config;t.main.select("."+Y.chart).append("g").attr("class",Y.eventRects).style("fill-opacity",0),t.eventRect=t.main.select("."+Y.eventRects).append("rect").attr("class",Y.eventRect),e.zoom_enabled&&t.zoom&&(t.eventRect.call(t.zoom).on("dblclick.zoom",null),e.zoom_initialRange&&t.eventRect.transition().duration(0).call(t.zoom.transform,t.zoomTransform(e.zoom_initialRange)))},l.prototype.redrawEventRect=function(){var s=this,c=s.d3,d=s.config;function l(){s.svg.select("."+Y.eventRect).style("cursor",null),s.hideXGridFocus(),s.hideTooltip(),s.unexpandCircles(),s.unexpandBars()}function u(t,e){return e&&(s.isBarType(e.id)||s.dist(e,t)i.bar_width_max?i.bar_width_max:n},l.prototype.getBars=function(t,e){return(e?this.main.selectAll("."+Y.bars+this.getTargetSelectorSuffix(e)):this.main).selectAll("."+Y.bar+(C(t)?"-"+t:""))},l.prototype.expandBars=function(t,e,i){i&&this.unexpandBars(),this.getBars(t,e).classed(Y.EXPANDED,!0)},l.prototype.unexpandBars=function(t){this.getBars(t).classed(Y.EXPANDED,!1)},l.prototype.generateDrawBar=function(t,e){var a=this.config,o=this.generateGetBarPoints(t,e);return function(t,e){var i=o(t,e),n=a.axis_rotated?1:0,r=a.axis_rotated?0:1;return"M "+i[0][n]+","+i[0][r]+" L"+i[1][n]+","+i[1][r]+" L"+i[2][n]+","+i[2][r]+" L"+i[3][n]+","+i[3][r]+" z"}},l.prototype.generateGetBarPoints=function(t,e){var o=this,i=e?o.subXAxis:o.xAxis,n=t.__max__+1,s=o.getBarW(i,n),c=o.getShapeX(s,n,t,!!e),d=o.getShapeY(!!e),l=o.getShapeOffset(o.isBarType,t,!!e),u=s*(o.config.bar_space/2),h=e?o.getSubYScale:o.getYScale;return function(t,e){var i=h.call(o,t.id)(0),n=l(t,e)||i,r=c(t),a=d(t);return o.config.axis_rotated&&(0r.width?o=r.width-a.width:o<0&&(o=4)),o},l.prototype.getYForText=function(t,e,i){var n,r=this,a=d(i);return r.config.axis_rotated?n=(t[0][0]+t[2][0]+.6*a.height)/2:(n=t[2][1],e.value<0||0===e.value&&!r.hasPositiveValue?(n+=a.height,r.isBarType(e)&&r.isSafari()?n-=3:!r.isBarType(e)&&r.isChrome()&&(n+=3)):n+=r.isBarType(e)?-3:-6),null!==e.value||r.config.axis_rotated||(nthis.height&&(n=this.height-4)),n},l.prototype.initTitle=function(){this.title=this.svg.append("text").text(this.config.title_text).attr("class",this.CLASS.title)},l.prototype.redrawTitle=function(){var t=this;t.title.attr("x",t.xForTitle.bind(t)).attr("y",t.yForTitle.bind(t))},l.prototype.xForTitle=function(){var t=this,e=t.config,i=e.title_position||"left",n=0<=i.indexOf("right")?t.currentWidth-t.getTextRect(t.title.node().textContent,t.CLASS.title,t.title.node()).width-e.title_padding.right:0<=i.indexOf("center")?Math.max((t.currentWidth-t.getTextRect(t.title.node().textContent,t.CLASS.title,t.title.node()).width)/2,0):e.title_padding.left;return n},l.prototype.yForTitle=function(){var t=this;return t.config.title_padding.top+t.getTextRect(t.title.node().textContent,t.CLASS.title,t.title.node()).height},l.prototype.getTitlePadding=function(){return this.yForTitle()+this.config.title_padding.bottom},l.prototype.drawColorScale=function(){var t,e,i,n,r,a,o=this,s=o.d3,c=o.config,d=o.data.targets[0],l=isNaN(c.stanford_scaleWidth)?20:c.stanford_scaleWidth;if(l<0)throw Error("Colorscale's barheight and barwidth must be greater than 0.");a=o.height-c.stanford_padding.bottom-c.stanford_padding.top,e=s.range(c.stanford_padding.bottom,a,5),r=s.scaleSequential(d.colors).domain([e[e.length-1],e[0]]),o.colorScale&&o.colorScale.remove(),o.colorScale=o.svg.append("g").attr("width",50).attr("height",a).attr("class",Y.colorScale),o.colorScale.append("g").attr("transform","translate(0, "+c.stanford_padding.top+")").selectAll("bars").data(e).enter().append("rect").attr("y",function(t,e){return 5*e}).attr("x",0).attr("width",l).attr("height",5).attr("fill",function(t){return r(t)}),n=s.scaleLog().domain([d.minEpochs,d.maxEpochs]).range([e[0]+c.stanford_padding.top+e[e.length-1]+5-1,e[0]+c.stanford_padding.top]),i=s.axisRight(n),"pow10"===c.stanford_scaleFormat?i.tickValues([1,10,100,1e3,1e4,1e5,1e6,1e7]):h(c.stanford_scaleFormat)?i.tickFormat(c.stanford_scaleFormat):i.tickFormat(s.format("d")),h(c.stanford_scaleValues)&&i.tickValues(c.stanford_scaleValues(d.minEpochs,d.maxEpochs)),t=o.colorScale.append("g").attr("class","legend axis").attr("transform","translate("+l+",0)").call(i),"pow10"===c.stanford_scaleFormat&&t.selectAll(".tick text").text(null).filter(x).text(10).append("tspan").attr("dy","-.7em").text(function(t){return Math.round(Math.log(t)/Math.LN10)}),o.colorScale.attr("transform","translate("+(o.currentWidth-o.xForColorScale())+", 0)")},l.prototype.xForColorScale=function(){return this.config.stanford_padding.right+d(this.colorScale.node()).width},l.prototype.getColorScalePadding=function(){return this.xForColorScale()+this.config.stanford_padding.left+20},l.prototype.isStanfordGraphType=function(){return"stanford"===this.config.data_type},l.prototype.initStanfordData=function(){var t,e,i,n=this.d3,r=this.config,a=this.data.targets[0];if(a.values.sort(v),t=a.values.map(function(t){return t.epochs}),i=isNaN(r.stanford_scaleMin)?n.min(t):r.stanford_scaleMin,(e=isNaN(r.stanford_scaleMax)?n.max(t):r.stanford_scaleMax)"+(e?_(e):"x")+""+t.x+"\n "+(i?_(i):"y")+""+t.value+"\n "},l.prototype.countEpochsInRegion=function(i){var t=this.data.targets[0],e=t.values.reduce(function(t,e){return t+Number(e.epochs)},0),n=t.values.reduce(function(t,e){return S(e,i)?t+Number(e.epochs):t},0);return{value:n,percentage:0!==n?(n/e*100).toFixed(1):0}};var y=function(t){for(var e,i,n=0,r=0,a=t.length-1;re.epochs?1:0};return l.prototype.initStanfordElements=function(){var t=this;t.stanfordElements=t.main.select("."+Y.chart).append("g").attr("class",Y.stanfordElements),t.stanfordElements.append("g").attr("class",Y.stanfordLines),t.stanfordElements.append("g").attr("class",Y.stanfordTexts),t.stanfordElements.append("g").attr("class",Y.stanfordRegions)},l.prototype.updateStanfordElements=function(t){var e,i,n,r,a=this,o=a.main,s=a.config,c=a.xvCustom.bind(a),d=a.yvCustom.bind(a),l=a.countEpochsInRegion.bind(a),u=o.select("."+Y.stanfordLines).style("shape-rendering","geometricprecision").selectAll("."+Y.stanfordLine).data(s.stanford_lines),h=u.enter().append("g").attr("class",function(t){return Y.stanfordLine+(t.class?" "+t.class:"")});h.append("line").attr("x1",function(t){return s.axis_rotated?d(t,"value_y1"):c(t,"value_x1")}).attr("x2",function(t){return s.axis_rotated?d(t,"value_y2"):c(t,"value_x2")}).attr("y1",function(t){return s.axis_rotated?c(t,"value_x1"):d(t,"value_y1")}).attr("y2",function(t){return s.axis_rotated?c(t,"value_x2"):d(t,"value_y2")}).style("opacity",0),a.stanfordLines=h.merge(u),a.stanfordLines.select("line").transition().duration(t).attr("x1",function(t){return s.axis_rotated?d(t,"value_y1"):c(t,"value_x1")}).attr("x2",function(t){return s.axis_rotated?d(t,"value_y2"):c(t,"value_x2")}).attr("y1",function(t){return s.axis_rotated?c(t,"value_x1"):d(t,"value_y1")}).attr("y2",function(t){return s.axis_rotated?c(t,"value_x2"):d(t,"value_y2")}).style("opacity",1),u.exit().transition().duration(t).style("opacity",0).remove(),(r=(n=o.select("."+Y.stanfordTexts).selectAll("."+Y.stanfordText).data(s.stanford_texts)).enter().append("g").attr("class",function(t){return Y.stanfordText+(t.class?" "+t.class:"")})).append("text").attr("x",function(t){return s.axis_rotated?d(t,"y"):c(t,"x")}).attr("y",function(t){return s.axis_rotated?c(t,"x"):d(t,"y")}).style("opacity",0),a.stanfordTexts=r.merge(n),a.stanfordTexts.select("text").transition().duration(t).attr("x",function(t){return s.axis_rotated?d(t,"y"):c(t,"x")}).attr("y",function(t){return s.axis_rotated?c(t,"x"):d(t,"y")}).text(function(t){return t.content}).style("opacity",1),n.exit().transition().duration(t).style("opacity",0).remove(),(i=(e=o.select("."+Y.stanfordRegions).selectAll("."+Y.stanfordRegion).data(s.stanford_regions)).enter().append("g").attr("class",function(t){return Y.stanfordRegion+(t.class?" "+t.class:"")})).append("polygon").attr("points",function(t){return t.points.map(function(t){return[s.axis_rotated?d(t,"y"):c(t,"x"),s.axis_rotated?c(t,"x"):d(t,"y")].join(",")}).join(" ")}).style("opacity",0),i.append("text").attr("x",function(t){return a.getCentroid(t.points).x}).attr("y",function(t){return a.getCentroid(t.points).y}).style("opacity",0),a.stanfordRegions=i.merge(e),a.stanfordRegions.select("polygon").transition().duration(t).attr("points",function(t){return t.points.map(function(t){return[s.axis_rotated?d(t,"y"):c(t,"x"),s.axis_rotated?c(t,"x"):d(t,"y")].join(",")}).join(" ")}).style("opacity",function(t){return t.opacity?t.opacity:.2}),a.stanfordRegions.select("text").transition().duration(t).attr("x",function(t){return s.axis_rotated?d(a.getCentroid(t.points),"y"):c(a.getCentroid(t.points),"x")}).attr("y",function(t){return s.axis_rotated?c(a.getCentroid(t.points),"x"):d(a.getCentroid(t.points),"y")}).text(function(t){var e,i,n;return t.text?(a.isStanfordGraphType()&&(e=(n=l(t.points)).value,i=n.percentage),t.text(e,i)):""}).attr("text-anchor","middle").attr("dominant-baseline","middle").style("opacity",1),e.exit().transition().duration(t).style("opacity",0).remove()},l.prototype.initTooltip=function(){var t,e=this,i=e.config;if(e.tooltip=e.selectChart.style("position","relative").append("div").attr("class",Y.tooltipContainer).style("position","absolute").style("pointer-events","none").style("display","none"),i.tooltip_init_show){if(e.isTimeSeries()&&g(i.tooltip_init_x)){for(i.tooltip_init_x=e.parseDate(i.tooltip_init_x),t=0;t"+o),d=l.getStanfordPointColor(t[a]),c=_(u.data_epochs),s=t[a].epochs;else if(r||(o=_(h?h(t[a].x,t[a].index):t[a].x),r=""+(o||0===o?"":"")),void 0!==(s=_(p(t[a].value,t[a].ratio,t[a].id,t[a].index,t)))){if(null===t[a].name)continue;c=_(g(t[a].name,t[a].ratio,t[a].id,t[a].index)),d=l.levelColor?l.levelColor(t[a].value):n(t[a].id)}void 0!==s&&(r+="",r+="",r+="",r+="")}return r+"
"+o+"
"+c+""+s+"
"},l.prototype.tooltipPosition=function(t,e,i,n){var r,a,o,s,c,d=this,l=d.config,u=d.d3,h=d.hasArcType(),g=u.mouse(n);return h?(a=(d.width-(d.isLegendRight?d.getLegendWidth():0))/2+g[0],s=(d.hasType("gauge")?d.height:d.height/2)+g[1]+20):(r=d.getSvgLeft(!0),s=l.axis_rotated?(o=(a=r+g[0]+100)+e,c=d.currentWidth-d.getCurrentPaddingRight(),d.x(t[0].x)+20):(o=(a=r+d.getCurrentPaddingLeft(!0)+d.x(t[0].x)+20)+e,c=r+d.currentWidth-d.getCurrentPaddingRight(),g[1]+15),cd.currentHeight&&(s-=i+30)),s<0&&(s=0),{top:s,left:a}},l.prototype.showTooltip=function(t,e){var i,n,r,a=this,o=a.config,s=a.hasArcType(),c=t.filter(function(t){return t&&C(t.value)}),d=o.tooltip_position||l.prototype.tooltipPosition;0!==c.length&&o.tooltip_show?(a.tooltip.html(o.tooltip_contents.call(a,t,a.axis.getXAxisTickFormat(),a.getYFormat(s),a.color)).style("display","block"),i=a.tooltip.property("offsetWidth"),n=a.tooltip.property("offsetHeight"),r=d.call(this,c,i,n,e),a.tooltip.style("top",r.top+"px").style("left",r.left+"px")):a.hideTooltip()},l.prototype.hideTooltip=function(){this.tooltip.style("display","none")},l.prototype.setTargetType=function(t,e){var i=this,n=i.config;i.mapToTargetIds(t).forEach(function(t){i.withoutFadeIn[t]=e===n.data_types[t],n.data_types[t]=e}),t||(n.data_type=e)},l.prototype.hasType=function(i,t){var n=this.config.data_types,r=!1;return(t=t||this.data.targets)&&t.length?t.forEach(function(t){var e=n[t.id];(e&&0<=e.indexOf(i)||!e&&"line"===i)&&(r=!0)}):Object.keys(n).length?Object.keys(n).forEach(function(t){n[t]===i&&(r=!0)}):r=this.config.data_type===i,r},l.prototype.hasArcType=function(t){return this.hasType("pie",t)||this.hasType("donut",t)||this.hasType("gauge",t)},l.prototype.isLineType=function(t){var e=this.config,i=g(t)?t:t.id;return!e.data_types[i]||0<=["line","spline","area","area-spline","step","area-step"].indexOf(e.data_types[i])},l.prototype.isStepType=function(t){var e=g(t)?t:t.id;return 0<=["step","area-step"].indexOf(this.config.data_types[e])},l.prototype.isSplineType=function(t){var e=g(t)?t:t.id;return 0<=["spline","area-spline"].indexOf(this.config.data_types[e])},l.prototype.isAreaType=function(t){var e=g(t)?t:t.id;return 0<=["area","area-spline","area-step"].indexOf(this.config.data_types[e])},l.prototype.isBarType=function(t){var e=g(t)?t:t.id;return"bar"===this.config.data_types[e]},l.prototype.isScatterType=function(t){var e=g(t)?t:t.id;return"scatter"===this.config.data_types[e]},l.prototype.isStanfordType=function(t){var e=g(t)?t:t.id;return"stanford"===this.config.data_types[e]},l.prototype.isPieType=function(t){var e=g(t)?t:t.id;return"pie"===this.config.data_types[e]},l.prototype.isGaugeType=function(t){var e=g(t)?t:t.id;return"gauge"===this.config.data_types[e]},l.prototype.isDonutType=function(t){var e=g(t)?t:t.id;return"donut"===this.config.data_types[e]},l.prototype.isArcType=function(t){return this.isPieType(t)||this.isDonutType(t)||this.isGaugeType(t)},l.prototype.lineData=function(t){return this.isLineType(t)?[t]:[]},l.prototype.arcData=function(t){return this.isArcType(t.data)?[t]:[]},l.prototype.barData=function(t){return this.isBarType(t)?t.values:[]},l.prototype.lineOrScatterOrStanfordData=function(t){return this.isLineType(t)||this.isScatterType(t)||this.isStanfordType(t)?t.values:[]},l.prototype.barOrLineData=function(t){return this.isBarType(t)||this.isLineType(t)?t.values:[]},l.prototype.isSafari=function(){var t=window.navigator.userAgent;return 0<=t.indexOf("Safari")&&t.indexOf("Chrome")<0},l.prototype.isChrome=function(){return 0<=window.navigator.userAgent.indexOf("Chrome")},l.prototype.initZoom=function(){var e,i=this,n=i.d3,r=i.config;return i.zoom=n.zoom().on("start",function(){var t;"scroll"===r.zoom_type&&((t=n.event.sourceEvent)&&"brush"===t.type||(e=t,r.zoom_onzoomstart.call(i.api,t)))}).on("zoom",function(){var t;"scroll"===r.zoom_type&&((t=n.event.sourceEvent)&&"brush"===t.type||(i.redrawForZoom(),r.zoom_onzoom.call(i.api,i.x.orgDomain())))}).on("end",function(){var t;"scroll"===r.zoom_type&&((t=n.event.sourceEvent)&&"brush"===t.type||t&&e.clientX===t.clientX&&e.clientY===t.clientY||r.zoom_onzoomend.call(i.api,i.x.orgDomain()))}),i.zoom.updateDomain=function(){return n.event&&n.event.transform&&(r.axis_rotated&&"scroll"===r.zoom_type&&"mousemove"===n.event.sourceEvent.type?i.x.domain(n.event.transform.rescaleY(i.subX).domain()):i.x.domain(n.event.transform.rescaleX(i.subX).domain())),this},i.zoom.updateExtent=function(){return this.scaleExtent([1,1/0]).translateExtent([[0,0],[i.width,i.height]]).extent([[0,0],[i.width,i.height]]),this},i.zoom.update=function(){return this.updateExtent().updateDomain()},i.zoom.updateExtent()},l.prototype.zoomTransform=function(t){var e=[this.x(t[0]),this.x(t[1])];return this.d3.zoomIdentity.scale(this.width/(e[1]-e[0])).translate(-e[0],0)},l.prototype.initDragZoom=function(){var e,t,i=this,n=i.d3,r=i.config,a=i.context=i.svg,o=i.margin.left+20.5,s=i.margin.top+.5;"drag"===r.zoom_type&&r.zoom_enabled&&(e=function(t){return t&&t.map(function(t){return i.x.invert(t)})},t=i.dragZoomBrush=n.brushX().on("start",function(){i.api.unzoom(),i.svg.select("."+Y.dragZoom).classed("disabled",!1),r.zoom_onzoomstart.call(i.api,n.event.sourceEvent)}).on("brush",function(){r.zoom_onzoom.call(i.api,e(n.event.selection))}).on("end",function(){var t;null!=n.event.selection&&(t=e(n.event.selection),r.zoom_disableDefaultBehavior||i.api.zoom(t),i.svg.select("."+Y.dragZoom).classed("disabled",!0),r.zoom_onzoomend.call(i.api,t))}),a.append("g").classed(Y.dragZoom,!0).attr("clip-path",i.clipPath).attr("transform","translate("+o+","+s+")").call(t))},l.prototype.getZoomDomain=function(){var t=this.config,e=this.d3;return[e.min([this.orgXDomain[0],t.zoom_x_min]),e.max([this.orgXDomain[1],t.zoom_x_max])]},l.prototype.redrawForZoom=function(){var t=this,e=t.d3,i=t.config,n=t.zoom,r=t.x;i.zoom_enabled&&0!==t.filterTargetsToShow(t.data.targets).length&&(n.update(),i.zoom_disableDefaultBehavior||(t.isCategorized()&&r.orgDomain()[0]===t.orgXDomain[0]&&r.domain([t.orgXDomain[0]-1e-10,r.orgDomain()[1]]),t.redraw({withTransition:!1,withY:i.zoom_rescale,withSubchart:!1,withEventRect:!1,withDimension:!1}),e.event.sourceEvent&&"mousemove"===e.event.sourceEvent.type&&(t.cancelClick=!0)))},i});c3-chart/c3.min.css000064400000004614151162653250007764 0ustar00.c3 svg{font:10px sans-serif;-webkit-tap-highlight-color:transparent}.c3 line,.c3 path{fill:none;stroke:#000}.c3 text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid{shape-rendering:crispEdges}.c3-chart-arc path{stroke:#fff}.c3-chart-arc rect{stroke:#fff;stroke-width:1}.c3-chart-arc text{fill:#fff;font-size:13px}.c3-grid line{stroke:#aaa}.c3-grid text{fill:#aaa}.c3-xgrid,.c3-ygrid{stroke-dasharray:3 3}.c3-text.c3-empty{fill:grey;font-size:2em}.c3-line{stroke-width:1px}.c3-circle{fill:currentColor}.c3-circle._expanded_{stroke-width:1px;stroke:#fff}.c3-selected-circle{fill:#fff;stroke-width:2px}.c3-bar{stroke-width:0}.c3-bar._expanded_{fill-opacity:1;fill-opacity:.75}.c3-target.c3-focused{opacity:1}.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}.c3-target.c3-defocused{opacity:.3!important}.c3-region{fill:#4682b4;fill-opacity:.1}.c3-region text{fill-opacity:1}.c3-brush .extent{fill-opacity:.1}.c3-legend-item{font-size:12px}.c3-legend-item-hidden{opacity:.15}.c3-legend-background{opacity:.75;fill:#fff;stroke:#d3d3d3;stroke-width:1}.c3-title{font:14px sans-serif}.c3-tooltip-container{z-index:10}.c3-tooltip{border-collapse:collapse;border-spacing:0;background-color:#fff;empty-cells:show;-webkit-box-shadow:7px 7px 12px -9px #777;-moz-box-shadow:7px 7px 12px -9px #777;box-shadow:7px 7px 12px -9px #777;opacity:.9}.c3-tooltip tr{border:1px solid #ccc}.c3-tooltip th{background-color:#aaa;font-size:14px;padding:2px 5px;text-align:left;color:#fff}.c3-tooltip td{font-size:13px;padding:3px 6px;background-color:#fff;border-left:1px dotted #999}.c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px}.c3-tooltip .value{text-align:right}.c3-area{stroke-width:0;opacity:.2}.c3-chart-arcs-title{dominant-baseline:middle;font-size:1.3em}.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:#fff}.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#000;font-size:16px}.c3-chart-arcs .c3-chart-arcs-gauge-max{fill:#777}.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#777}.c3-chart-arc .c3-gauge-value{fill:#000}.c3-chart-arc.c3-target g path{opacity:1}.c3-chart-arc.c3-target.c3-focused g path{opacity:1}.c3-drag-zoom.enabled{pointer-events:all!important;visibility:visible}.c3-drag-zoom.disabled{pointer-events:none!important;visibility:hidden}.c3-drag-zoom .extent{fill-opacity:.1}c3-chart/d3.v5.min.js000064400000716312151162653250010147 0ustar00// https://d3js.org Version 5.5.0. Copyright 2018 Mike Bostock. (function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n(t.d3=t.d3||{})})(this,function(t){"use strict";function n(t,n){return tn?1:t>=n?0:NaN}function e(t){return 1===t.length&&(t=function(t){return function(e,r){return n(t(e),r)}}(t)),{left:function(n,e,r,i){for(null==r&&(r=0),null==i&&(i=n.length);r>>1;t(n[o],e)<0?r=o+1:i=o}return r},right:function(n,e,r,i){for(null==r&&(r=0),null==i&&(i=n.length);r>>1;t(n[o],e)>0?i=o:r=o+1}return r}}}function r(t,n){return[t,n]}function i(t){return null===t?NaN:+t}function o(t,n){var e,r,o=t.length,a=0,u=-1,f=0,c=0;if(null==n)for(;++u1)return c/(a-1)}function a(t,n){var e=o(t,n);return e?Math.sqrt(e):e}function u(t,n){var e,r,i,o=t.length,a=-1;if(null==n){for(;++a=e)for(r=i=e;++ae&&(r=e),i=e)for(r=i=e;++ae&&(r=e),i0)return[t];if((r=n0)for(t=Math.ceil(t/a),n=Math.floor(n/a),o=new Array(i=Math.ceil(n-t+1));++u=0?(o>=is?10:o>=os?5:o>=as?2:1)*Math.pow(10,i):-Math.pow(10,-i)/(o>=is?10:o>=os?5:o>=as?2:1)}function d(t,n,e){var r=Math.abs(n-t)/Math.max(0,e),i=Math.pow(10,Math.floor(Math.log(r)/Math.LN10)),o=r/i;return o>=is?i*=10:o>=os?i*=5:o>=as&&(i*=2),n=1)return+e(t[r-1],r-1,t);var r,o=(r-1)*n,a=Math.floor(o),u=+e(t[a],a,t);return u+(+e(t[a+1],a+1,t)-u)*(o-a)}}function g(t,n){var e,r,i=t.length,o=-1;if(null==n){for(;++o=e)for(r=e;++or&&(r=e)}else for(;++o=e)for(r=e;++or&&(r=e);return r}function y(t){for(var n,e,r,i=t.length,o=-1,a=0;++o=0;)for(n=(r=t[i]).length;--n>=0;)e[--a]=r[n];return e}function _(t,n){var e,r,i=t.length,o=-1;if(null==n){for(;++o=e)for(r=e;++oe&&(r=e)}else for(;++o=e)for(r=e;++oe&&(r=e);return r}function b(t){if(!(i=t.length))return[];for(var n=-1,e=_(t,m),r=new Array(e);++n=0&&"xmlns"!==(n=t.slice(0,e))&&(t=t.slice(e+1)),vs.hasOwnProperty(n)?{space:vs[n],local:t}:t}function C(t){var n=k(t);return(n.local?function(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}:function(t){return function(){var n=this.ownerDocument,e=this.namespaceURI;return e===ps&&n.documentElement.namespaceURI===ps?n.createElement(t):n.createElementNS(e,t)}})(n)}function P(){}function z(t){return null==t?P:function(){return this.querySelector(t)}}function R(){return[]}function L(t){return null==t?R:function(){return this.querySelectorAll(t)}}function D(t){return new Array(t.length)}function U(t,n){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=n}function q(t,n,e,r,i,o){for(var a,u=0,f=n.length,c=o.length;un?1:t>=n?0:NaN}function B(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function F(t,n){return t.style.getPropertyValue(n)||B(t).getComputedStyle(t,null).getPropertyValue(n)}function I(t){return t.trim().split(/^|\s+/)}function j(t){return t.classList||new H(t)}function H(t){this._node=t,this._names=I(t.getAttribute("class")||"")}function X(t,n){for(var e=j(t),r=-1,i=n.length;++r>8&15|n>>4&240,n>>4&15|240&n,(15&n)<<4|15&n,1)):(n=Es.exec(t))?Ct(parseInt(n[1],16)):(n=ks.exec(t))?new Lt(n[1],n[2],n[3],1):(n=Cs.exec(t))?new Lt(255*n[1]/100,255*n[2]/100,255*n[3]/100,1):(n=Ps.exec(t))?Pt(n[1],n[2],n[3],n[4]):(n=zs.exec(t))?Pt(255*n[1]/100,255*n[2]/100,255*n[3]/100,n[4]):(n=Rs.exec(t))?Ut(n[1],n[2]/100,n[3]/100,1):(n=Ls.exec(t))?Ut(n[1],n[2]/100,n[3]/100,n[4]):Ds.hasOwnProperty(t)?Ct(Ds[t]):"transparent"===t?new Lt(NaN,NaN,NaN,0):null}function Ct(t){return new Lt(t>>16&255,t>>8&255,255&t,1)}function Pt(t,n,e,r){return r<=0&&(t=n=e=NaN),new Lt(t,n,e,r)}function zt(t){return t instanceof Et||(t=kt(t)),t?(t=t.rgb(),new Lt(t.r,t.g,t.b,t.opacity)):new Lt}function Rt(t,n,e,r){return 1===arguments.length?zt(t):new Lt(t,n,e,null==r?1:r)}function Lt(t,n,e,r){this.r=+t,this.g=+n,this.b=+e,this.opacity=+r}function Dt(t){return((t=Math.max(0,Math.min(255,Math.round(t)||0)))<16?"0":"")+t.toString(16)}function Ut(t,n,e,r){return r<=0?t=n=e=NaN:e<=0||e>=1?t=n=NaN:n<=0&&(t=NaN),new Ot(t,n,e,r)}function qt(t,n,e,r){return 1===arguments.length?function(t){if(t instanceof Ot)return new Ot(t.h,t.s,t.l,t.opacity);if(t instanceof Et||(t=kt(t)),!t)return new Ot;if(t instanceof Ot)return t;var n=(t=t.rgb()).r/255,e=t.g/255,r=t.b/255,i=Math.min(n,e,r),o=Math.max(n,e,r),a=NaN,u=o-i,f=(o+i)/2;return u?(a=n===o?(e-r)/u+6*(e0&&f<1?0:a,new Ot(a,u,f,t.opacity)}(t):new Ot(t,n,e,null==r?1:r)}function Ot(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}function Yt(t,n,e){return 255*(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(240-t)/60:n)}function Bt(t){if(t instanceof It)return new It(t.l,t.a,t.b,t.opacity);if(t instanceof Wt){if(isNaN(t.h))return new It(t.l,0,0,t.opacity);var n=t.h*Us;return new It(t.l,Math.cos(n)*t.c,Math.sin(n)*t.c,t.opacity)}t instanceof Lt||(t=zt(t));var e,r,i=Gt(t.r),o=Gt(t.g),a=Gt(t.b),u=jt((.2225045*i+.7168786*o+.0606169*a)/Ys);return i===o&&o===a?e=r=u:(e=jt((.4360747*i+.3850649*o+.1430804*a)/Os),r=jt((.0139322*i+.0971045*o+.7141733*a)/Bs)),new It(116*u-16,500*(e-u),200*(u-r),t.opacity)}function Ft(t,n,e,r){return 1===arguments.length?Bt(t):new It(t,n,e,null==r?1:r)}function It(t,n,e,r){this.l=+t,this.a=+n,this.b=+e,this.opacity=+r}function jt(t){return t>Hs?Math.pow(t,1/3):t/js+Fs}function Ht(t){return t>Is?t*t*t:js*(t-Fs)}function Xt(t){return 255*(t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055)}function Gt(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function Vt(t){if(t instanceof Wt)return new Wt(t.h,t.c,t.l,t.opacity);if(t instanceof It||(t=Bt(t)),0===t.a&&0===t.b)return new Wt(NaN,0,t.l,t.opacity);var n=Math.atan2(t.b,t.a)*qs;return new Wt(n<0?n+360:n,Math.sqrt(t.a*t.a+t.b*t.b),t.l,t.opacity)}function $t(t,n,e,r){return 1===arguments.length?Vt(t):new Wt(t,n,e,null==r?1:r)}function Wt(t,n,e,r){this.h=+t,this.c=+n,this.l=+e,this.opacity=+r}function Zt(t,n,e,r){return 1===arguments.length?function(t){if(t instanceof Qt)return new Qt(t.h,t.s,t.l,t.opacity);t instanceof Lt||(t=zt(t));var n=t.r/255,e=t.g/255,r=t.b/255,i=(Zs*r+$s*n-Ws*e)/(Zs+$s-Ws),o=r-i,a=(Vs*(e-i)-Xs*o)/Gs,u=Math.sqrt(a*a+o*o)/(Vs*i*(1-i)),f=u?Math.atan2(a,o)*qs-120:NaN;return new Qt(f<0?f+360:f,u,i,t.opacity)}(t):new Qt(t,n,e,null==r?1:r)}function Qt(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}function Jt(t,n,e,r,i){var o=t*t,a=o*t;return((1-3*t+3*o-a)*n+(4-6*o+3*a)*e+(1+3*t+3*o-3*a)*r+a*i)/6}function Kt(t){var n=t.length-1;return function(e){var r=e<=0?e=0:e>=1?(e=1,n-1):Math.floor(e*n),i=t[r],o=t[r+1],a=r>0?t[r-1]:2*i-o,u=r180||e<-180?e-360*Math.round(e/360):e):nn(isNaN(t)?n:t)}function on(t){return 1==(t=+t)?an:function(n,e){return e-n?function(t,n,e){return t=Math.pow(t,e),n=Math.pow(n,e)-t,e=1/e,function(r){return Math.pow(t+r*n,e)}}(n,e,t):nn(isNaN(n)?e:n)}}function an(t,n){var e=n-t;return e?en(t,e):nn(isNaN(t)?n:t)}function un(t){return function(n){var e,r,i=n.length,o=new Array(i),a=new Array(i),u=new Array(i);for(e=0;eo&&(i=n.slice(o,i),u[a]?u[a]+=i:u[++a]=i),(e=e[0])===(r=r[0])?u[a]?u[a]+=r:u[++a]=r:(u[++a]=null,f.push({i:a,x:sn(e,r)})),o=ul.lastIndex;return o180?n+=360:n-t>180&&(t+=360),o.push({i:e.push(i(e)+"rotate(",null,r)-2,x:sn(t,n)})):n&&e.push(i(e)+"rotate("+n+r)}(o.rotate,a.rotate,u,f),function(t,n,e,o){t!==n?o.push({i:e.push(i(e)+"skewX(",null,r)-2,x:sn(t,n)}):n&&e.push(i(e)+"skewX("+n+r)}(o.skewX,a.skewX,u,f),function(t,n,e,r,o,a){if(t!==e||n!==r){var u=o.push(i(o)+"scale(",null,",",null,")");a.push({i:u-4,x:sn(t,e)},{i:u-2,x:sn(n,r)})}else 1===e&&1===r||o.push(i(o)+"scale("+e+","+r+")")}(o.scaleX,o.scaleY,a.scaleX,a.scaleY,u,f),o=a=null,function(t){for(var n,e=-1,r=f.length;++e=0&&n._call.call(null,t),n=n._next;--wl}function Sn(){Sl=(Nl=kl.now())+El,wl=Ml=0;try{Nn()}finally{wl=0,function(){var t,n,e=nl,r=1/0;for(;e;)e._call?(r>e._time&&(r=e._time),t=e,e=e._next):(n=e._next,e._next=null,e=t?t._next=n:nl=n);el=t,kn(r)}(),Sl=0}}function En(){var t=kl.now(),n=t-Nl;n>Tl&&(El-=n,Nl=t)}function kn(t){if(!wl){Ml&&(Ml=clearTimeout(Ml));t-Sl>24?(t<1/0&&(Ml=setTimeout(Sn,t-kl.now()-El)),Al&&(Al=clearInterval(Al))):(Al||(Nl=kl.now(),Al=setInterval(En,Tl)),wl=1,Cl(Sn))}}function Cn(t,n,e){var r=new An;return n=null==n?0:+n,r.restart(function(e){r.stop(),t(e+n)},n,e),r}function Pn(t,n,e,r,i,o){var a=t.__transition;if(a){if(e in a)return}else t.__transition={};(function(t,n,e){function r(f){var c,s,l,h;if(e.state!==Ll)return o();for(c in u)if((h=u[c]).name===e.name){if(h.state===Ul)return Cn(r);h.state===ql?(h.state=Yl,h.timer.stop(),h.on.call("interrupt",t,t.__data__,h.index,h.group),delete u[c]):+cRl)throw new Error("too late; already scheduled");return e}function Rn(t,n){var e=Ln(t,n);if(e.state>Dl)throw new Error("too late; already started");return e}function Ln(t,n){var e=t.__transition;if(!e||!(e=e[n]))throw new Error("transition not found");return e}function Dn(t,n){var e,r,i,o=t.__transition,a=!0;if(o){n=null==n?null:n+"";for(i in o)(e=o[i]).name===n?(r=e.state>Dl&&e.stateMath.abs(t[1]-U[1])?x=!0:m=!0),U=t,b=!0,Zn(),o()}function o(){var t;switch(y=U[0]-D[0],_=U[1]-D[1],A){case ph:case dh:T&&(y=Math.max(C-u,Math.min(z-d,y)),c=u+y,p=d+y),N&&(_=Math.max(P-l,Math.min(R-v,_)),h=l+_,g=v+_);break;case vh:T<0?(y=Math.max(C-u,Math.min(z-u,y)),c=u+y,p=d):T>0&&(y=Math.max(C-d,Math.min(z-d,y)),c=u,p=d+y),N<0?(_=Math.max(P-l,Math.min(R-l,_)),h=l+_,g=v):N>0&&(_=Math.max(P-v,Math.min(R-v,_)),h=l,g=v+_);break;case gh:T&&(c=Math.max(C,Math.min(z,u-y*T)),p=Math.max(C,Math.min(z,d+y*T))),N&&(h=Math.max(P,Math.min(R,l-_*N)),g=Math.max(P,Math.min(R,v+_*N)))}p0&&(u=c-y),N<0?v=g-_:N>0&&(l=h-_),A=ph,Y.attr("cursor",mh.selection),o());break;default:return}Zn()},!0).on("keyup.brush",function(){switch(t.event.keyCode){case 16:L&&(m=x=L=!1,o());break;case 18:A===gh&&(T<0?d=p:T>0&&(u=c),N<0?v=g:N>0&&(l=h),A=vh,o());break;case 32:A===ph&&(t.event.altKey?(T&&(d=p-y*T,u=c+y*T),N&&(v=g-_*N,l=h+_*N),A=gh):(T<0?d=p:T>0&&(u=c),N<0?v=g:N>0&&(l=h),A=vh),Y.attr("cursor",mh[M]),o());break;default:return}Zn()},!0).on("mousemove.brush",e,!0).on("mouseup.brush",a,!0);_t(t.event.view)}Wn(),Dn(w),r.call(w),q.start()}}function u(){var t=this.__brush||{selection:null};return t.extent=c.apply(this,arguments),t.dim=n,t}var f,c=Kn,s=Jn,l=N(e,"start","brush","end"),h=6;return e.move=function(t,e){t.selection?t.on("start.brush",function(){i(this,arguments).beforestart().start()}).on("interrupt.brush end.brush",function(){i(this,arguments).end()}).tween("brush",function(){function t(t){a.selection=1===t&&ne(c)?null:s(t),r.call(o),u.brush()}var o=this,a=o.__brush,u=i(o,arguments),f=a.selection,c=n.input("function"==typeof e?e.apply(this,arguments):e,a.extent),s=dn(f,c);return f&&c?t:t(1)}):t.each(function(){var t=arguments,o=this.__brush,a=n.input("function"==typeof e?e.apply(this,t):e,o.extent),u=i(this,t).beforestart();Dn(this),o.selection=null==a||ne(a)?null:a,r.call(this),u.start().brush().end()})},o.prototype={beforestart:function(){return 1==++this.active&&(this.state.emitter=this,this.starting=!0),this},start:function(){return this.starting&&(this.starting=!1,this.emit("start")),this},brush:function(){return this.emit("brush"),this},end:function(){return 0==--this.active&&(delete this.state.emitter,this.emit("end")),this},emit:function(t){ot(new function(t,n,e){this.target=t,this.type=n,this.selection=e}(e,t,n.output(this.state.selection)),l.apply,l,[t,this.that,this.args])}},e.extent=function(t){return arguments.length?(c="function"==typeof t?t:$n([[+t[0][0],+t[0][1]],[+t[1][0],+t[1][1]]]),e):c},e.filter=function(t){return arguments.length?(s="function"==typeof t?t:$n(!!t),e):s},e.handleSize=function(t){return arguments.length?(h=+t,e):h},e.on=function(){var t=l.on.apply(l,arguments);return t===l?e:t},e}function re(t){return function(){return t}}function ie(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function oe(){return new ie}function ae(t){return t.source}function ue(t){return t.target}function fe(t){return t.radius}function ce(t){return t.startAngle}function se(t){return t.endAngle}function le(){}function he(t,n){var e=new le;if(t instanceof le)t.each(function(t,n){e.set(n,t)});else if(Array.isArray(t)){var r,i=-1,o=t.length;if(null==n)for(;++ir!=d>r&&e<(h-c)*(r-s)/(d-s)+c&&(i=-i)}return i}(t,n[r]))return e;return 0}function we(){}function Me(){function t(t){var e=a(t);if(Array.isArray(e))e=e.slice().sort(be);else{var r=u(t),i=r[0],o=r[1];e=d(i,o,e),e=s(Math.floor(i/e)*e,Math.floor(o/e)*e,e)}return e.map(function(e){return n(t,e)})}function n(t,n){var r=[],a=[];return function(t,n,r){function a(t){var n,i,o=[t[0][0]+u,t[0][1]+f],a=[t[1][0]+u,t[1][1]+f],c=e(o),s=e(a);(n=p[c])?(i=d[s])?(delete p[n.end],delete d[i.start],n===i?(n.ring.push(a),r(n.ring)):d[n.start]=p[i.end]={start:n.start,end:i.end,ring:n.ring.concat(i.ring)}):(delete p[n.end],n.ring.push(a),p[n.end=s]=n):(n=d[s])?(i=p[c])?(delete d[n.start],delete p[i.end],n===i?(n.ring.push(a),r(n.ring)):d[i.start]=p[n.end]={start:i.start,end:n.end,ring:i.ring.concat(n.ring)}):(delete d[n.start],n.ring.unshift(o),d[n.start=c]=n):d[c]=p[s]={start:c,end:s,ring:[o,a]}}var u,f,c,s,l,h,d=new Array,p=new Array;u=f=-1,s=t[0]>=n,qh[s<<1].forEach(a);for(;++u=n,qh[c|s<<1].forEach(a);qh[s<<0].forEach(a);for(;++f=n,l=t[f*i]>=n,qh[s<<1|l<<2].forEach(a);++u=n,h=l,l=t[f*i+u+1]>=n,qh[c|s<<1|l<<2|h<<3].forEach(a);qh[s|l<<3].forEach(a)}u=-1,l=t[f*i]>=n,qh[l<<2].forEach(a);for(;++u=n,qh[l<<2|h<<3].forEach(a);qh[l<<3].forEach(a)}(t,n,function(e){f(e,t,n),function(t){for(var n=0,e=t.length,r=t[e-1][1]*t[0][0]-t[e-1][0]*t[0][1];++n0?r.push([e]):a.push(e)}),a.forEach(function(t){for(var n,e=0,i=r.length;e0&&a0&&u0&&r>0))throw new Error("invalid size");return i=e,o=r,t},t.thresholds=function(n){return arguments.length?(a="function"==typeof n?n:Array.isArray(n)?me(Uh.call(n)):me(n),t):a},t.smooth=function(n){return arguments.length?(f=n?r:we,t):f===r},t}function Ae(t,n,e){for(var r=t.width,i=t.height,o=1+(e<<1),a=0;a=e&&(u>=o&&(f-=t.data[u-o+a*r]),n.data[u-e+a*r]=f/Math.min(u+1,r-1+o-u,o))}function Te(t,n,e){for(var r=t.width,i=t.height,o=1+(e<<1),a=0;a=e&&(u>=o&&(f-=t.data[a+(u-o)*r]),n.data[a+(u-e)*r]=f/Math.min(u+1,i-1+o-u,o))}function Ne(t){return t[0]}function Se(t){return t[1]}function Ee(t){return new Function("d","return {"+t.map(function(t,n){return JSON.stringify(t)+": d["+n+"]"}).join(",")+"}")}function ke(t){function n(t,n){function e(){if(c)return Yh;if(s)return s=!1,Oh;var n,e,r=u;if(t.charCodeAt(r)===Bh){for(;u++=a?c=!0:(e=t.charCodeAt(u++))===Fh?s=!0:e===Ih&&(s=!0,t.charCodeAt(u)===Fh&&++u),t.slice(r+1,n-1).replace(/""/g,'"')}for(;u=(o=(v+y)/2))?v=o:y=o,(s=e>=(a=(g+_)/2))?g=a:_=a,i=d,!(d=d[l=s<<1|c]))return i[l]=p,t;if(u=+t._x.call(null,d.data),f=+t._y.call(null,d.data),n===u&&e===f)return p.next=d,i?i[l]=p:t._root=p,t;do{i=i?i[l]=new Array(4):t._root=new Array(4),(c=n>=(o=(v+y)/2))?v=o:y=o,(s=e>=(a=(g+_)/2))?g=a:_=a}while((l=s<<1|c)==(h=(f>=a)<<1|u>=o));return i[h]=d,i[l]=p,t}function Be(t,n,e,r,i){this.node=t,this.x0=n,this.y0=e,this.x1=r,this.y1=i}function Fe(t){return t[0]}function Ie(t){return t[1]}function je(t,n,e){var r=new He(null==n?Fe:n,null==e?Ie:e,NaN,NaN,NaN,NaN);return null==t?r:r.addAll(t)}function He(t,n,e,r,i,o){this._x=t,this._y=n,this._x0=e,this._y0=r,this._x1=i,this._y1=o,this._root=void 0}function Xe(t){for(var n={data:t.data},e=n;t=t.next;)e=e.next={data:t.data};return n}function Ge(t){return t.x+t.vx}function Ve(t){return t.y+t.vy}function $e(t){return t.index}function We(t,n){var e=t.get(n);if(!e)throw new Error("missing: "+n);return e}function Ze(t){return t.x}function Qe(t){return t.y}function Je(t,n){if((e=(t=n?t.toExponential(n-1):t.toExponential()).indexOf("e"))<0)return null;var e,r=t.slice(0,e);return[r.length>1?r[0]+r.slice(2):r,+t.slice(e+1)]}function Ke(t){return(t=Je(Math.abs(t)))?t[1]:NaN}function tr(t){return new nr(t)}function nr(t){if(!(n=ud.exec(t)))throw new Error("invalid format: "+t);var n;this.fill=n[1]||" ",this.align=n[2]||">",this.sign=n[3]||"-",this.symbol=n[4]||"",this.zero=!!n[5],this.width=n[6]&&+n[6],this.comma=!!n[7],this.precision=n[8]&&+n[8].slice(1),this.trim=!!n[9],this.type=n[10]||""}function er(t,n){var e=Je(t,n);if(!e)return t+"";var r=e[0],i=e[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}function rr(t){return t}function ir(t){function n(t){function n(t){var n,r,a,s=y,x=_;if("c"===g)x=b(t)+x,t="";else{var w=(t=+t)<0;if(t=b(Math.abs(t),p),v&&(t=function(t){t:for(var n,e=t.length,r=1,i=-1;r0){if(!+t[r])break t;i=0}}return i>0?t.slice(0,i)+t.slice(n+1):t}(t)),w&&0==+t&&(w=!1),s=(w?"("===c?c:"-":"-"===c||"("===c?"":c)+s,x=("s"===g?ld[8+fd/3]:"")+x+(w&&"("===c?")":""),m)for(n=-1,r=t.length;++n(a=t.charCodeAt(n))||a>57){x=(46===a?i+t.slice(n+1):t.slice(n))+x,t=t.slice(0,n);break}}d&&!l&&(t=e(t,1/0));var M=s.length+t.length+x.length,A=M>1)+s+t+x+A.slice(M);break;default:t=A+s+t+x}return o(t)}var u=(t=tr(t)).fill,f=t.align,c=t.sign,s=t.symbol,l=t.zero,h=t.width,d=t.comma,p=t.precision,v=t.trim,g=t.type;"n"===g?(d=!0,g="g"):sd[g]||(null==p&&(p=12),v=!0,g="g"),(l||"0"===u&&"="===f)&&(l=!0,u="0",f="=");var y="$"===s?r[0]:"#"===s&&/[boxX]/.test(g)?"0"+g.toLowerCase():"",_="$"===s?r[1]:/[%p]/.test(g)?a:"",b=sd[g],m=/[defgprs%]/.test(g);return p=null==p?6:/[gprs]/.test(g)?Math.max(1,Math.min(21,p)):Math.max(0,Math.min(20,p)),n.toString=function(){return t+""},n}var e=t.grouping&&t.thousands?function(t,n){return function(e,r){for(var i=e.length,o=[],a=0,u=t[0],f=0;i>0&&u>0&&(f+u+1>r&&(u=Math.max(1,r-f)),o.push(e.substring(i-=u,i+u)),!((f+=u+1)>r));)u=t[a=(a+1)%t.length];return o.reverse().join(n)}}(t.grouping,t.thousands):rr,r=t.currency,i=t.decimal,o=t.numerals?function(t){return function(n){return n.replace(/[0-9]/g,function(n){return t[+n]})}}(t.numerals):rr,a=t.percent||"%";return{format:n,formatPrefix:function(t,e){var r=n((t=tr(t),t.type="f",t)),i=3*Math.max(-8,Math.min(8,Math.floor(Ke(e)/3))),o=Math.pow(10,-i),a=ld[8+i/3];return function(t){return r(o*t)+a}}}}function or(n){return cd=ir(n),t.format=cd.format,t.formatPrefix=cd.formatPrefix,cd}function ar(t){return Math.max(0,-Ke(Math.abs(t)))}function ur(t,n){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(Ke(n)/3)))-Ke(Math.abs(t)))}function fr(t,n){return t=Math.abs(t),n=Math.abs(n)-t,Math.max(0,Ke(n)-Ke(t))+1}function cr(){return new sr}function sr(){this.reset()}function lr(t,n,e){var r=t.s=n+e,i=r-n,o=r-i;t.t=n-o+(e-i)}function hr(t){return t>1?0:t<-1?Gd:Math.acos(t)}function dr(t){return t>1?Vd:t<-1?-Vd:Math.asin(t)}function pr(t){return(t=ap(t/2))*t}function vr(){}function gr(t,n){t&&lp.hasOwnProperty(t.type)&&lp[t.type](t,n)}function yr(t,n,e){var r,i=-1,o=t.length-e;for(n.lineStart();++i=0?1:-1,i=r*e,o=np(n),a=ap(n),u=gd*a,f=vd*o+u*np(i),c=u*r*ap(i);hp.add(tp(c,f)),pd=t,vd=o,gd=a}function Ar(t){return[tp(t[1],t[0]),dr(t[2])]}function Tr(t){var n=t[0],e=t[1],r=np(e);return[r*np(n),r*ap(n),ap(e)]}function Nr(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]}function Sr(t,n){return[t[1]*n[2]-t[2]*n[1],t[2]*n[0]-t[0]*n[2],t[0]*n[1]-t[1]*n[0]]}function Er(t,n){t[0]+=n[0],t[1]+=n[1],t[2]+=n[2]}function kr(t,n){return[t[0]*n,t[1]*n,t[2]*n]}function Cr(t){var n=fp(t[0]*t[0]+t[1]*t[1]+t[2]*t[2]);t[0]/=n,t[1]/=n,t[2]/=n}function Pr(t,n){Td.push(Nd=[yd=t,bd=t]),n<_d&&(_d=n),n>md&&(md=n)}function zr(t,n){var e=Tr([t*Qd,n*Qd]);if(Ad){var r=Sr(Ad,e),i=Sr([r[1],-r[0],0],r);Cr(i),i=Ar(i);var o,a=t-xd,u=a>0?1:-1,f=i[0]*Zd*u,c=Jd(a)>180;c^(u*xdmd&&(md=o):(f=(f+360)%360-180,c^(u*xdmd&&(md=n))),c?tOr(yd,bd)&&(bd=t):Or(t,bd)>Or(yd,bd)&&(yd=t):bd>=yd?(tbd&&(bd=t)):t>xd?Or(yd,t)>Or(yd,bd)&&(bd=t):Or(t,bd)>Or(yd,bd)&&(yd=t)}else Td.push(Nd=[yd=t,bd=t]);n<_d&&(_d=n),n>md&&(md=n),Ad=e,xd=t}function Rr(){gp.point=zr}function Lr(){Nd[0]=yd,Nd[1]=bd,gp.point=Pr,Ad=null}function Dr(t,n){if(Ad){var e=t-xd;vp.add(Jd(e)>180?e+(e>0?360:-360):e)}else wd=t,Md=n;pp.point(t,n),zr(t,n)}function Ur(){pp.lineStart()}function qr(){Dr(wd,Md),pp.lineEnd(),Jd(vp)>Hd&&(yd=-(bd=180)),Nd[0]=yd,Nd[1]=bd,Ad=null}function Or(t,n){return(n-=t)<0?n+360:n}function Yr(t,n){return t[0]-n[0]}function Br(t,n){return t[0]<=t[1]?t[0]<=n&&n<=t[1]:nGd?t-Wd:t<-Gd?t+Wd:t,n]}function ti(t,n,e){return(t%=Wd)?n||e?Jr(ei(t),ri(n,e)):ei(t):n||e?ri(n,e):Kr}function ni(t){return function(n,e){return n+=t,[n>Gd?n-Wd:n<-Gd?n+Wd:n,e]}}function ei(t){var n=ni(t);return n.invert=ni(-t),n}function ri(t,n){function e(t,n){var e=np(n),u=np(t)*e,f=ap(t)*e,c=ap(n),s=c*r+u*i;return[tp(f*o-s*a,u*r-c*i),dr(s*o+f*a)]}var r=np(t),i=ap(t),o=np(n),a=ap(n);return e.invert=function(t,n){var e=np(n),u=np(t)*e,f=ap(t)*e,c=ap(n),s=c*o-f*a;return[tp(f*o+c*a,u*r+s*i),dr(s*r-u*i)]},e}function ii(t){function n(n){return n=t(n[0]*Qd,n[1]*Qd),n[0]*=Zd,n[1]*=Zd,n}return t=ti(t[0]*Qd,t[1]*Qd,t.length>2?t[2]*Qd:0),n.invert=function(n){return n=t.invert(n[0]*Qd,n[1]*Qd),n[0]*=Zd,n[1]*=Zd,n},n}function oi(t,n,e,r,i,o){if(e){var a=np(n),u=ap(n),f=r*e;null==i?(i=n+r*Wd,o=n-f/2):(i=ai(a,i),o=ai(a,o),(r>0?io)&&(i+=r*Wd));for(var c,s=i;r>0?s>o:s1&&n.push(n.pop().concat(n.shift()))},result:function(){var e=n;return n=[],t=null,e}}}function fi(t,n){return Jd(t[0]-n[0])=0;--o)i.point((s=c[o])[0],s[1]);else r(h.x,h.p.x,-1,i);h=h.p}c=(h=h.o).z,d=!d}while(!h.v);i.lineEnd()}}}function li(t){if(n=t.length){for(var n,e,r=0,i=t[0];++r=0?1:-1,T=A*M,N=T>Gd,S=v*x;if(kp.add(tp(S*A*ap(T),g*w+S*np(T))),a+=N?M+A*Wd:M,N^d>=e^b>=e){var E=Sr(Tr(h),Tr(_));Cr(E);var k=Sr(o,E);Cr(k);var C=(N^M>=0?-1:1)*dr(k[2]);(r>C||r===C&&(E[0]||E[1]))&&(u+=N^M>=0?1:-1)}}return(a<-Hd||a0){for(b||(i.polygonStart(),b=!0),i.lineStart(),t=0;t1&&2&o&&a.push(a.pop().concat(a.shift())),d.push(a.filter(pi))}var h,d,p,v=n(i),g=ui(),_=n(g),b=!1,m={point:o,lineStart:u,lineEnd:f,polygonStart:function(){m.point=c,m.lineStart=s,m.lineEnd=l,d=[],h=[]},polygonEnd:function(){m.point=o,m.lineStart=u,m.lineEnd=f,d=y(d);var t=hi(h,r);d.length?(b||(i.polygonStart(),b=!0),si(d,vi,t,e,i)):t&&(b||(i.polygonStart(),b=!0),i.lineStart(),e(null,null,1,i),i.lineEnd()),b&&(i.polygonEnd(),b=!1),d=h=null},sphere:function(){i.polygonStart(),i.lineStart(),e(null,null,1,i),i.lineEnd(),i.polygonEnd()}};return m}}function pi(t){return t.length>1}function vi(t,n){return((t=t.x)[0]<0?t[1]-Vd-Hd:Vd-t[1])-((n=n.x)[0]<0?n[1]-Vd-Hd:Vd-n[1])}function gi(t){function n(t,n){return np(t)*np(n)>i}function e(t,n,e){var r=[1,0,0],o=Sr(Tr(t),Tr(n)),a=Nr(o,o),u=o[0],f=a-u*u;if(!f)return!e&&t;var c=i*a/f,s=-i*u/f,l=Sr(r,o),h=kr(r,c);Er(h,kr(o,s));var d=l,p=Nr(h,d),v=Nr(d,d),g=p*p-v*(Nr(h,h)-1);if(!(g<0)){var y=fp(g),_=kr(d,(-p-y)/v);if(Er(_,h),_=Ar(_),!e)return _;var b,m=t[0],x=n[0],w=t[1],M=n[1];x0^_[1]<(Jd(_[0]-m)Gd^(m<=_[0]&&_[0]<=x)){var N=kr(d,(-p+y)/v);return Er(N,h),[_,Ar(N)]}}}function r(n,e){var r=a?t:Gd-t,i=0;return n<-r?i|=1:n>r&&(i|=2),e<-r?i|=4:e>r&&(i|=8),i}var i=np(t),o=6*Qd,a=i>0,u=Jd(i)>Hd;return di(n,function(t){var i,o,f,c,s;return{lineStart:function(){c=f=!1,s=1},point:function(l,h){var d,p=[l,h],v=n(l,h),g=a?v?0:r(l,h):v?r(l+(l<0?Gd:-Gd),h):0;if(!i&&(c=f=v)&&t.lineStart(),v!==f&&(!(d=e(i,p))||fi(i,d)||fi(p,d))&&(p[0]+=Hd,p[1]+=Hd,v=n(p[0],p[1])),v!==f)s=0,v?(t.lineStart(),d=e(p,i),t.point(d[0],d[1])):(d=e(i,p),t.point(d[0],d[1]),t.lineEnd()),i=d;else if(u&&i&&a^v){var y;g&o||!(y=e(p,i,!0))||(s=0,a?(t.lineStart(),t.point(y[0][0],y[0][1]),t.point(y[1][0],y[1][1]),t.lineEnd()):(t.point(y[1][0],y[1][1]),t.lineEnd(),t.lineStart(),t.point(y[0][0],y[0][1])))}!v||i&&fi(i,p)||t.point(p[0],p[1]),i=p,f=v,o=g},lineEnd:function(){f&&t.lineEnd(),i=null},clean:function(){return s|(c&&f)<<1}}},function(n,e,r,i){oi(i,t,o,r,n,e)},a?[0,-t]:[-Gd,t-Gd])}function yi(t,n,e,r){function i(i,o){return t<=i&&i<=e&&n<=o&&o<=r}function o(i,o,u,c){var s=0,l=0;if(null==i||(s=a(i,u))!==(l=a(o,u))||f(i,o)<0^u>0)do{c.point(0===s||3===s?t:e,s>1?r:n)}while((s=(s+u+4)%4)!==l);else c.point(o[0],o[1])}function a(r,i){return Jd(r[0]-t)0?0:3:Jd(r[0]-e)0?2:1:Jd(r[1]-n)0?1:0:i>0?3:2}function u(t,n){return f(t.x,n.x)}function f(t,n){var e=a(t,1),r=a(n,1);return e!==r?e-r:0===e?n[1]-t[1]:1===e?t[0]-n[0]:2===e?t[1]-n[1]:n[0]-t[0]}return function(a){function f(t,n){i(t,n)&&w.point(t,n)}function c(o,a){var u=i(o,a);if(l&&h.push([o,a]),m)d=o,p=a,v=u,m=!1,u&&(w.lineStart(),w.point(o,a));else if(u&&b)w.point(o,a);else{var f=[g=Math.max(zp,Math.min(Pp,g)),_=Math.max(zp,Math.min(Pp,_))],c=[o=Math.max(zp,Math.min(Pp,o)),a=Math.max(zp,Math.min(Pp,a))];!function(t,n,e,r,i,o){var a,u=t[0],f=t[1],c=0,s=1,l=n[0]-u,h=n[1]-f;if(a=e-u,l||!(a>0)){if(a/=l,l<0){if(a0){if(a>s)return;a>c&&(c=a)}if(a=i-u,l||!(a<0)){if(a/=l,l<0){if(a>s)return;a>c&&(c=a)}else if(l>0){if(a0)){if(a/=h,h<0){if(a0){if(a>s)return;a>c&&(c=a)}if(a=o-f,h||!(a<0)){if(a/=h,h<0){if(a>s)return;a>c&&(c=a)}else if(h>0){if(a0&&(t[0]=u+c*l,t[1]=f+c*h),s<1&&(n[0]=u+s*l,n[1]=f+s*h),!0}}}}}(f,c,t,n,e,r)?u&&(w.lineStart(),w.point(o,a),x=!1):(b||(w.lineStart(),w.point(f[0],f[1])),w.point(c[0],c[1]),u||w.lineEnd(),x=!1)}g=o,_=a,b=u}var s,l,h,d,p,v,g,_,b,m,x,w=a,M=ui(),A={point:f,lineStart:function(){A.point=c,l&&l.push(h=[]),m=!0,b=!1,g=_=NaN},lineEnd:function(){s&&(c(d,p),v&&b&&M.rejoin(),s.push(M.result())),A.point=f,b&&w.lineEnd()},polygonStart:function(){w=M,s=[],l=[],x=!0},polygonEnd:function(){var n=function(){for(var n=0,e=0,i=l.length;er&&(h-o)*(r-a)>(d-a)*(t-o)&&++n:d<=r&&(h-o)*(r-a)<(d-a)*(t-o)&&--n;return n}(),e=x&&n,i=(s=y(s)).length;(e||i)&&(a.polygonStart(),e&&(a.lineStart(),o(null,null,1,a),a.lineEnd()),i&&si(s,u,n,o,a),a.polygonEnd()),w=a,s=l=h=null}};return A}}function _i(){Lp.point=Lp.lineEnd=vr}function bi(t,n){_p=t*=Qd,bp=ap(n*=Qd),mp=np(n),Lp.point=mi}function mi(t,n){t*=Qd;var e=ap(n*=Qd),r=np(n),i=Jd(t-_p),o=np(i),a=r*ap(i),u=mp*e-bp*r*o,f=bp*e+mp*r*o;Rp.add(tp(fp(a*a+u*u),f)),_p=t,bp=e,mp=r}function xi(t){return Rp.reset(),br(t,Lp),+Rp}function wi(t,n){return Dp[0]=t,Dp[1]=n,xi(Up)}function Mi(t,n){return!(!t||!Op.hasOwnProperty(t.type))&&Op[t.type](t,n)}function Ai(t,n){return 0===wi(t,n)}function Ti(t,n){var e=wi(t[0],t[1]);return wi(t[0],n)+wi(n,t[1])<=e+Hd}function Ni(t,n){return!!hi(t.map(Si),Ei(n))}function Si(t){return(t=t.map(Ei)).pop(),t}function Ei(t){return[t[0]*Qd,t[1]*Qd]}function ki(t,n,e){var r=s(t,n-Hd,e).concat(n);return function(t){return r.map(function(n){return[t,n]})}}function Ci(t,n,e){var r=s(t,n-Hd,e).concat(n);return function(t){return r.map(function(n){return[n,t]})}}function Pi(){function t(){return{type:"MultiLineString",coordinates:n()}}function n(){return s(ep(o/y)*y,i,y).map(d).concat(s(ep(c/_)*_,f,_).map(p)).concat(s(ep(r/v)*v,e,v).filter(function(t){return Jd(t%y)>Hd}).map(l)).concat(s(ep(u/g)*g,a,g).filter(function(t){return Jd(t%_)>Hd}).map(h))}var e,r,i,o,a,u,f,c,l,h,d,p,v=10,g=v,y=90,_=360,b=2.5;return t.lines=function(){return n().map(function(t){return{type:"LineString",coordinates:t}})},t.outline=function(){return{type:"Polygon",coordinates:[d(o).concat(p(f).slice(1),d(i).reverse().slice(1),p(c).reverse().slice(1))]}},t.extent=function(n){return arguments.length?t.extentMajor(n).extentMinor(n):t.extentMinor()},t.extentMajor=function(n){return arguments.length?(o=+n[0][0],i=+n[1][0],c=+n[0][1],f=+n[1][1],o>i&&(n=o,o=i,i=n),c>f&&(n=c,c=f,f=n),t.precision(b)):[[o,c],[i,f]]},t.extentMinor=function(n){return arguments.length?(r=+n[0][0],e=+n[1][0],u=+n[0][1],a=+n[1][1],r>e&&(n=r,r=e,e=n),u>a&&(n=u,u=a,a=n),t.precision(b)):[[r,u],[e,a]]},t.step=function(n){return arguments.length?t.stepMajor(n).stepMinor(n):t.stepMinor()},t.stepMajor=function(n){return arguments.length?(y=+n[0],_=+n[1],t):[y,_]},t.stepMinor=function(n){return arguments.length?(v=+n[0],g=+n[1],t):[v,g]},t.precision=function(n){return arguments.length?(b=+n,l=ki(u,a,90),h=Ci(r,e,b),d=ki(c,f,90),p=Ci(o,i,b),t):b},t.extentMajor([[-180,-90+Hd],[180,90-Hd]]).extentMinor([[-180,-80-Hd],[180,80+Hd]])}function zi(t){return t}function Ri(){Fp.point=Li}function Li(t,n){Fp.point=Di,xp=Mp=t,wp=Ap=n}function Di(t,n){Bp.add(Ap*t-Mp*n),Mp=t,Ap=n}function Ui(){Di(xp,wp)}function qi(t,n){Vp+=t,$p+=n,++Wp}function Oi(){ev.point=Yi}function Yi(t,n){ev.point=Bi,qi(Sp=t,Ep=n)}function Bi(t,n){var e=t-Sp,r=n-Ep,i=fp(e*e+r*r);Zp+=i*(Sp+t)/2,Qp+=i*(Ep+n)/2,Jp+=i,qi(Sp=t,Ep=n)}function Fi(){ev.point=qi}function Ii(){ev.point=Hi}function ji(){Xi(Tp,Np)}function Hi(t,n){ev.point=Xi,qi(Tp=Sp=t,Np=Ep=n)}function Xi(t,n){var e=t-Sp,r=n-Ep,i=fp(e*e+r*r);Zp+=i*(Sp+t)/2,Qp+=i*(Ep+n)/2,Jp+=i,Kp+=(i=Ep*t-Sp*n)*(Sp+t),tv+=i*(Ep+n),nv+=3*i,qi(Sp=t,Ep=n)}function Gi(t){this._context=t}function Vi(t,n){cv.point=$i,iv=av=t,ov=uv=n}function $i(t,n){av-=t,uv-=n,fv.add(fp(av*av+uv*uv)),av=t,uv=n}function Wi(){this._string=[]}function Zi(t){return"m0,"+t+"a"+t+","+t+" 0 1,1 0,"+-2*t+"a"+t+","+t+" 0 1,1 0,"+2*t+"z"}function Qi(t){return function(n){var e=new Ji;for(var r in t)e[r]=t[r];return e.stream=n,e}}function Ji(){}function Ki(t,n,e){var r=t.clipExtent&&t.clipExtent();return t.scale(150).translate([0,0]),null!=r&&t.clipExtent(null),br(e,t.stream(Gp)),n(Gp.result()),null!=r&&t.clipExtent(r),t}function to(t,n,e){return Ki(t,function(e){var r=n[1][0]-n[0][0],i=n[1][1]-n[0][1],o=Math.min(r/(e[1][0]-e[0][0]),i/(e[1][1]-e[0][1])),a=+n[0][0]+(r-o*(e[1][0]+e[0][0]))/2,u=+n[0][1]+(i-o*(e[1][1]+e[0][1]))/2;t.scale(150*o).translate([a,u])},e)}function no(t,n,e){return to(t,[[0,0],n],e)}function eo(t,n,e){return Ki(t,function(e){var r=+n,i=r/(e[1][0]-e[0][0]),o=(r-i*(e[1][0]+e[0][0]))/2,a=-i*e[0][1];t.scale(150*i).translate([o,a])},e)}function ro(t,n,e){return Ki(t,function(e){var r=+n,i=r/(e[1][1]-e[0][1]),o=-i*e[0][0],a=(r-i*(e[1][1]+e[0][1]))/2;t.scale(150*i).translate([o,a])},e)}function io(t,n){return+n?function(t,n){function e(r,i,o,a,u,f,c,s,l,h,d,p,v,g){var y=c-r,_=s-i,b=y*y+_*_;if(b>4*n&&v--){var m=a+h,x=u+d,w=f+p,M=fp(m*m+x*x+w*w),A=dr(w/=M),T=Jd(Jd(w)-1)n||Jd((y*k+_*C)/b-.5)>.3||a*h+u*d+f*p2?t[2]%360*Qd:0,e()):[b*Zd,m*Zd,x*Zd]},n.angle=function(t){return arguments.length?(w=t%360*Qd,e()):w*Zd},n.precision=function(t){return arguments.length?(c=io(s,S=t*t),r()):fp(S)},n.fitExtent=function(t,e){return to(n,t,e)},n.fitSize=function(t,e){return no(n,t,e)},n.fitWidth=function(t,e){return eo(n,t,e)},n.fitHeight=function(t,e){return ro(n,t,e)},function(){return i=t.apply(this,arguments),n.invert=i.invert&&function(t){return(t=l.invert(t[0],t[1]))&&[t[0]*Zd,t[1]*Zd]},e()}}function fo(t){var n=0,e=Gd/3,r=uo(t),i=r(n,e);return i.parallels=function(t){return arguments.length?r(n=t[0]*Qd,e=t[1]*Qd):[n*Zd,e*Zd]},i}function co(t,n){function e(t,n){var e=fp(o-2*i*ap(n))/i;return[e*ap(t*=i),a-e*np(t)]}var r=ap(t),i=(r+ap(n))/2;if(Jd(i)0?n<-Vd+Hd&&(n=-Vd+Hd):n>Vd-Hd&&(n=Vd-Hd);var e=o/op(yo(n),i);return[e*ap(i*t),o-e*np(i*t)]}var r=np(t),i=t===n?ap(t):ip(r/np(n))/ip(yo(n)/yo(t)),o=r*op(yo(t),i)/i;return i?(e.invert=function(t,n){var e=o-n,r=up(i)*fp(t*t+e*e);return[tp(t,Jd(e))/i*up(e),2*Kd(op(o/r,1/i))-Vd]},e):vo}function bo(t,n){return[t,n]}function mo(t,n){function e(t,n){var e=o-n,r=i*t;return[e*ap(r),o-e*np(r)]}var r=np(t),i=t===n?ap(t):(r-np(n))/(n-t),o=r/i+t;return Jd(i)=0;)n+=e[r].value;else n=1;t.value=n}function Po(t,n){var e,r,i,o,a,u=new Do(t),f=+t.value&&(u.value=t.value),c=[u];for(null==n&&(n=zo);e=c.pop();)if(f&&(e.value=+e.data.value),(i=n(e.data))&&(a=i.length))for(e.children=new Array(a),o=a-1;o>=0;--o)c.push(r=e.children[o]=new Do(i[o])),r.parent=e,r.depth=e.depth+1;return u.eachBefore(Lo)}function zo(t){return t.children}function Ro(t){t.data=t.data.data}function Lo(t){var n=0;do{t.height=n}while((t=t.parent)&&t.height<++n)}function Do(t){this.data=t,this.depth=this.height=0,this.parent=null}function Uo(t){for(var n,e,r=0,i=(t=function(t){for(var n,e,r=t.length;r;)e=Math.random()*r--|0,n=t[r],t[r]=t[e],t[e]=n;return t}(vv.call(t))).length,o=[];r0&&e*e>r*r+i*i}function Yo(t,n){for(var e=0;e(a*=a)?(r=(c+a-i)/(2*c),o=Math.sqrt(Math.max(0,a/c-r*r)),e.x=t.x-r*u-o*f,e.y=t.y-r*f+o*u):(r=(c+i-a)/(2*c),o=Math.sqrt(Math.max(0,i/c-r*r)),e.x=n.x+r*u-o*f,e.y=n.y+r*f+o*u)):(e.x=n.x+e.r,e.y=n.y)}function jo(t,n){var e=t.r+n.r-1e-6,r=n.x-t.x,i=n.y-t.y;return e>0&&e*e>r*r+i*i}function Ho(t){var n=t._,e=t.next._,r=n.r+e.r,i=(n.x*e.r+e.x*n.r)/r,o=(n.y*e.r+e.y*n.r)/r;return i*i+o*o}function Xo(t){this._=t,this.next=null,this.previous=null}function Go(t){if(!(i=t.length))return 0;var n,e,r,i,o,a,u,f,c,s,l;if(n=t[0],n.x=0,n.y=0,!(i>1))return n.r;if(e=t[1],n.x=-e.r,e.x=n.r,e.y=0,!(i>2))return n.r+e.r;Io(e,n,r=t[2]),n=new Xo(n),e=new Xo(e),r=new Xo(r),n.next=r.previous=e,e.next=n.previous=r,r.next=e.previous=n;t:for(u=3;uh&&(h=u),g=s*s*v,(d=Math.max(h/g,g/l))>p){s-=u;break}p=d}y.push(a={value:s,dice:f1&&ha(t[e[r-2]],t[e[r-1]],t[i])<=0;)--r;e[r++]=i}return e.slice(0,r)}function va(){return Math.random()}function ga(t){function n(n){var o=n+"",a=e.get(o);if(!a){if(i!==Pv)return i;e.set(o,a=r.push(n))}return t[(a-1)%t.length]}var e=he(),r=[],i=Pv;return t=null==t?[]:Cv.call(t),n.domain=function(t){if(!arguments.length)return r.slice();r=[],e=he();for(var i,o,a=-1,u=t.length;++a2?Ma:wa,o=a=null,r}function r(n){return(o||(o=i(u,f,s?function(t){return function(n,e){var r=t(n=+n,e=+e);return function(t){return t<=n?0:t>=e?1:r(t)}}}(t):t,c)))(+n)}var i,o,a,u=zv,f=zv,c=dn,s=!1;return r.invert=function(t){return(a||(a=i(f,u,xa,s?function(t){return function(n,e){var r=t(n=+n,e=+e);return function(t){return t<=0?n:t>=1?e:r(t)}}}(n):n)))(+t)},r.domain=function(t){return arguments.length?(u=kv.call(t,ma),e()):u.slice()},r.range=function(t){return arguments.length?(f=Cv.call(t),e()):f.slice()},r.rangeRound=function(t){return f=Cv.call(t),c=pn,e()},r.clamp=function(t){return arguments.length?(s=!!t,e()):s},r.interpolate=function(t){return arguments.length?(c=t,e()):c},e()}function Na(n){var e=n.domain;return n.ticks=function(t){var n=e();return l(n[0],n[n.length-1],null==t?10:t)},n.tickFormat=function(n,r){return function(n,e,r){var i,o=n[0],a=n[n.length-1],u=d(o,a,null==e?10:e);switch((r=tr(null==r?",f":r)).type){case"s":var f=Math.max(Math.abs(o),Math.abs(a));return null!=r.precision||isNaN(i=ur(u,f))||(r.precision=i),t.formatPrefix(r,f);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=fr(u,Math.max(Math.abs(o),Math.abs(a))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=ar(u))||(r.precision=i-2*("%"===r.type))}return t.format(r)}(e(),n,r)},n.nice=function(t){null==t&&(t=10);var r,i=e(),o=0,a=i.length-1,u=i[o],f=i[a];return f0?r=h(u=Math.floor(u/r)*r,f=Math.ceil(f/r)*r,t):r<0&&(r=h(u=Math.ceil(u*r)/r,f=Math.floor(f*r)/r,t)),r>0?(i[o]=Math.floor(u/r)*r,i[a]=Math.ceil(f/r)*r,e(i)):r<0&&(i[o]=Math.ceil(u*r)/r,i[a]=Math.floor(f*r)/r,e(i)),n},n}function Sa(){var t=Ta(xa,sn);return t.copy=function(){return Aa(t,Sa())},Na(t)}function Ea(){function t(t){return+t}var n=[0,1];return t.invert=t,t.domain=t.range=function(e){return arguments.length?(n=kv.call(e,ma),t):n.slice()},t.copy=function(){return Ea().domain(n)},Na(t)}function ka(t,n){var e,r=0,i=(t=t.slice()).length-1,o=t[r],a=t[i];return a0){for(;df)break;g.push(h)}}else for(;d=1;--s)if(!((h=c*s)f)break;g.push(h)}}else g=l(d,p,Math.min(p-d,v)).map(a);return n?g.reverse():g},e.tickFormat=function(n,r){if(null==r&&(r=10===i?".0e":","),"function"!=typeof r&&(r=t.format(r)),n===1/0)return r;null==n&&(n=10);var u=Math.max(1,i*n/e.ticks().length);return function(t){var n=t/a(Math.round(o(t)));return n*i0?o[n-1]:r[0],n=i?[o[i-1],r]:[o[n-1],o[n]]},t.copy=function(){return Ba().domain([e,r]).range(a)},Na(t)}function Fa(){function t(t){if(t<=t)return e[Kc(n,t,0,r)]}var n=[.5],e=[0,1],r=1;return t.domain=function(i){return arguments.length?(n=Cv.call(i),r=Math.min(n.length,e.length-1),t):n.slice()},t.range=function(i){return arguments.length?(e=Cv.call(i),r=Math.min(n.length,e.length-1),t):e.slice()},t.invertExtent=function(t){var r=e.indexOf(t);return[n[r-1],n[r]]},t.copy=function(){return Fa().domain(n).range(e)},t}function Ia(t,n,e,r){function i(n){return t(n=new Date(+n)),n}return i.floor=i,i.ceil=function(e){return t(e=new Date(e-1)),n(e,1),t(e),e},i.round=function(t){var n=i(t),e=i.ceil(t);return t-n0))return u;do{u.push(a=new Date(+e)),n(e,o),t(e)}while(a=n)for(;t(n),!e(n);)n.setTime(n-1)},function(t,r){if(t>=t)if(r<0)for(;++r<=0;)for(;n(t,-1),!e(t););else for(;--r>=0;)for(;n(t,1),!e(t););})},e&&(i.count=function(n,r){return Rv.setTime(+n),Lv.setTime(+r),t(Rv),t(Lv),Math.floor(e(Rv,Lv))},i.every=function(t){return t=Math.floor(t),isFinite(t)&&t>0?t>1?i.filter(r?function(n){return r(n)%t==0}:function(n){return i.count(0,n)%t==0}):i:null}),i}function ja(t){return Ia(function(n){n.setDate(n.getDate()-(n.getDay()+7-t)%7),n.setHours(0,0,0,0)},function(t,n){t.setDate(t.getDate()+7*n)},function(t,n){return(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*qv)/Ov})}function Ha(t){return Ia(function(n){n.setUTCDate(n.getUTCDate()-(n.getUTCDay()+7-t)%7),n.setUTCHours(0,0,0,0)},function(t,n){t.setUTCDate(t.getUTCDate()+7*n)},function(t,n){return(n-t)/Ov})}function Xa(t){if(0<=t.y&&t.y<100){var n=new Date(-1,t.m,t.d,t.H,t.M,t.S,t.L);return n.setFullYear(t.y),n}return new Date(t.y,t.m,t.d,t.H,t.M,t.S,t.L)}function Ga(t){if(0<=t.y&&t.y<100){var n=new Date(Date.UTC(-1,t.m,t.d,t.H,t.M,t.S,t.L));return n.setUTCFullYear(t.y),n}return new Date(Date.UTC(t.y,t.m,t.d,t.H,t.M,t.S,t.L))}function Va(t){return{y:t,m:0,d:1,H:0,M:0,S:0,L:0}}function $a(t){function n(t,n){return function(e){var r,i,o,a=[],u=-1,f=0,c=t.length;for(e instanceof Date||(e=new Date(+e));++u53)return null;"w"in a||(a.w=1),"Z"in a?(i=(o=(i=Ga(Va(a.y))).getUTCDay())>4||0===o?_g.ceil(i):_g(i),i=vg.offset(i,7*(a.V-1)),a.y=i.getUTCFullYear(),a.m=i.getUTCMonth(),a.d=i.getUTCDate()+(a.w+6)%7):(i=(o=(i=n(Va(a.y))).getDay())>4||0===o?$v.ceil(i):$v(i),i=Xv.offset(i,7*(a.V-1)),a.y=i.getFullYear(),a.m=i.getMonth(),a.d=i.getDate()+(a.w+6)%7)}else("W"in a||"U"in a)&&("w"in a||(a.w="u"in a?a.u%7:"W"in a?1:0),o="Z"in a?Ga(Va(a.y)).getUTCDay():n(Va(a.y)).getDay(),a.m=0,a.d="W"in a?(a.w+6)%7+7*a.W-(o+5)%7:a.w+7*a.U-(o+6)%7);return"Z"in a?(a.H+=a.Z/100|0,a.M+=a.Z%100,Ga(a)):n(a)}}function r(t,n,e,r){for(var i,o,a=0,u=n.length,f=e.length;a=f)return-1;if(37===(i=n.charCodeAt(a++))){if(i=n.charAt(a++),!(o=A[i in Ug?n.charAt(a++):i])||(r=o(t,e,r))<0)return-1}else if(i!=e.charCodeAt(r++))return-1}return r}var i=t.dateTime,o=t.date,a=t.time,u=t.periods,f=t.days,c=t.shortDays,s=t.months,l=t.shortMonths,h=Qa(u),d=Ja(u),p=Qa(f),v=Ja(f),g=Qa(c),y=Ja(c),_=Qa(s),b=Ja(s),m=Qa(l),x=Ja(l),w={a:function(t){return c[t.getDay()]},A:function(t){return f[t.getDay()]},b:function(t){return l[t.getMonth()]},B:function(t){return s[t.getMonth()]},c:null,d:_u,e:_u,f:Mu,H:bu,I:mu,j:xu,L:wu,m:Au,M:Tu,p:function(t){return u[+(t.getHours()>=12)]},Q:Ku,s:tf,S:Nu,u:Su,U:Eu,V:ku,w:Cu,W:Pu,x:null,X:null,y:zu,Y:Ru,Z:Lu,"%":Ju},M={a:function(t){return c[t.getUTCDay()]},A:function(t){return f[t.getUTCDay()]},b:function(t){return l[t.getUTCMonth()]},B:function(t){return s[t.getUTCMonth()]},c:null,d:Du,e:Du,f:Bu,H:Uu,I:qu,j:Ou,L:Yu,m:Fu,M:Iu,p:function(t){return u[+(t.getUTCHours()>=12)]},Q:Ku,s:tf,S:ju,u:Hu,U:Xu,V:Gu,w:Vu,W:$u,x:null,X:null,y:Wu,Y:Zu,Z:Qu,"%":Ju},A={a:function(t,n,e){var r=g.exec(n.slice(e));return r?(t.w=y[r[0].toLowerCase()],e+r[0].length):-1},A:function(t,n,e){var r=p.exec(n.slice(e));return r?(t.w=v[r[0].toLowerCase()],e+r[0].length):-1},b:function(t,n,e){var r=m.exec(n.slice(e));return r?(t.m=x[r[0].toLowerCase()],e+r[0].length):-1},B:function(t,n,e){var r=_.exec(n.slice(e));return r?(t.m=b[r[0].toLowerCase()],e+r[0].length):-1},c:function(t,n,e){return r(t,i,n,e)},d:fu,e:fu,f:pu,H:su,I:su,j:cu,L:du,m:uu,M:lu,p:function(t,n,e){var r=h.exec(n.slice(e));return r?(t.p=d[r[0].toLowerCase()],e+r[0].length):-1},Q:gu,s:yu,S:hu,u:tu,U:nu,V:eu,w:Ka,W:ru,x:function(t,n,e){return r(t,o,n,e)},X:function(t,n,e){return r(t,a,n,e)},y:ou,Y:iu,Z:au,"%":vu};return w.x=n(o,w),w.X=n(a,w),w.c=n(i,w),M.x=n(o,M),M.X=n(a,M),M.c=n(i,M),{format:function(t){var e=n(t+="",w);return e.toString=function(){return t},e},parse:function(t){var n=e(t+="",Xa);return n.toString=function(){return t},n},utcFormat:function(t){var e=n(t+="",M);return e.toString=function(){return t},e},utcParse:function(t){var n=e(t,Ga);return n.toString=function(){return t},n}}}function Wa(t,n,e){var r=t<0?"-":"",i=(r?-t:t)+"",o=i.length;return r+(o68?1900:2e3),e+r[0].length):-1}function au(t,n,e){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(n.slice(e,e+6));return r?(t.Z=r[1]?0:-(r[2]+(r[3]||"00")),e+r[0].length):-1}function uu(t,n,e){var r=qg.exec(n.slice(e,e+2));return r?(t.m=r[0]-1,e+r[0].length):-1}function fu(t,n,e){var r=qg.exec(n.slice(e,e+2));return r?(t.d=+r[0],e+r[0].length):-1}function cu(t,n,e){var r=qg.exec(n.slice(e,e+3));return r?(t.m=0,t.d=+r[0],e+r[0].length):-1}function su(t,n,e){var r=qg.exec(n.slice(e,e+2));return r?(t.H=+r[0],e+r[0].length):-1}function lu(t,n,e){var r=qg.exec(n.slice(e,e+2));return r?(t.M=+r[0],e+r[0].length):-1}function hu(t,n,e){var r=qg.exec(n.slice(e,e+2));return r?(t.S=+r[0],e+r[0].length):-1}function du(t,n,e){var r=qg.exec(n.slice(e,e+3));return r?(t.L=+r[0],e+r[0].length):-1}function pu(t,n,e){var r=qg.exec(n.slice(e,e+6));return r?(t.L=Math.floor(r[0]/1e3),e+r[0].length):-1}function vu(t,n,e){var r=Og.exec(n.slice(e,e+1));return r?e+r[0].length:-1}function gu(t,n,e){var r=qg.exec(n.slice(e));return r?(t.Q=+r[0],e+r[0].length):-1}function yu(t,n,e){var r=qg.exec(n.slice(e));return r?(t.Q=1e3*+r[0],e+r[0].length):-1}function _u(t,n){return Wa(t.getDate(),n,2)}function bu(t,n){return Wa(t.getHours(),n,2)}function mu(t,n){return Wa(t.getHours()%12||12,n,2)}function xu(t,n){return Wa(1+Xv.count(cg(t),t),n,3)}function wu(t,n){return Wa(t.getMilliseconds(),n,3)}function Mu(t,n){return wu(t,n)+"000"}function Au(t,n){return Wa(t.getMonth()+1,n,2)}function Tu(t,n){return Wa(t.getMinutes(),n,2)}function Nu(t,n){return Wa(t.getSeconds(),n,2)}function Su(t){var n=t.getDay();return 0===n?7:n}function Eu(t,n){return Wa(Vv.count(cg(t),t),n,2)}function ku(t,n){var e=t.getDay();return t=e>=4||0===e?Qv(t):Qv.ceil(t),Wa(Qv.count(cg(t),t)+(4===cg(t).getDay()),n,2)}function Cu(t){return t.getDay()}function Pu(t,n){return Wa($v.count(cg(t),t),n,2)}function zu(t,n){return Wa(t.getFullYear()%100,n,2)}function Ru(t,n){return Wa(t.getFullYear()%1e4,n,4)}function Lu(t){var n=t.getTimezoneOffset();return(n>0?"-":(n*=-1,"+"))+Wa(n/60|0,"0",2)+Wa(n%60,"0",2)}function Du(t,n){return Wa(t.getUTCDate(),n,2)}function Uu(t,n){return Wa(t.getUTCHours(),n,2)}function qu(t,n){return Wa(t.getUTCHours()%12||12,n,2)}function Ou(t,n){return Wa(1+vg.count(Rg(t),t),n,3)}function Yu(t,n){return Wa(t.getUTCMilliseconds(),n,3)}function Bu(t,n){return Yu(t,n)+"000"}function Fu(t,n){return Wa(t.getUTCMonth()+1,n,2)}function Iu(t,n){return Wa(t.getUTCMinutes(),n,2)}function ju(t,n){return Wa(t.getUTCSeconds(),n,2)}function Hu(t){var n=t.getUTCDay();return 0===n?7:n}function Xu(t,n){return Wa(yg.count(Rg(t),t),n,2)}function Gu(t,n){var e=t.getUTCDay();return t=e>=4||0===e?xg(t):xg.ceil(t),Wa(xg.count(Rg(t),t)+(4===Rg(t).getUTCDay()),n,2)}function Vu(t){return t.getUTCDay()}function $u(t,n){return Wa(_g.count(Rg(t),t),n,2)}function Wu(t,n){return Wa(t.getUTCFullYear()%100,n,2)}function Zu(t,n){return Wa(t.getUTCFullYear()%1e4,n,4)}function Qu(){return"+0000"}function Ju(){return"%"}function Ku(t){return+t}function tf(t){return Math.floor(+t/1e3)}function nf(n){return Lg=$a(n),t.timeFormat=Lg.format,t.timeParse=Lg.parse,t.utcFormat=Lg.utcFormat,t.utcParse=Lg.utcParse,Lg}function ef(t){return new Date(t)}function rf(t){return t instanceof Date?+t:+new Date(+t)}function of(t,n,r,i,o,a,u,f,c){function s(e){return(u(e)=1?T_:t<=-1?-T_:Math.asin(t)}function df(t){return t.innerRadius}function pf(t){return t.outerRadius}function vf(t){return t.startAngle}function gf(t){return t.endAngle}function yf(t){return t&&t.padAngle}function _f(t,n,e,r,i,o,a){var u=t-e,f=n-r,c=(a?o:-o)/w_(u*u+f*f),s=c*f,l=-c*u,h=t+s,d=n+l,p=e+s,v=r+l,g=(h+p)/2,y=(d+v)/2,_=p-h,b=v-d,m=_*_+b*b,x=i-o,w=h*v-p*d,M=(b<0?-1:1)*w_(b_(0,x*x*m-w*w)),A=(w*b-_*M)/m,T=(-w*_-b*M)/m,N=(w*b+_*M)/m,S=(-w*_+b*M)/m,E=A-g,k=T-y,C=N-g,P=S-y;return E*E+k*k>C*C+P*P&&(A=N,T=S),{cx:A,cy:T,x01:-s,y01:-l,x11:A*(i/x-1),y11:T*(i/x-1)}}function bf(t){this._context=t}function mf(t){return new bf(t)}function xf(t){return t[0]}function wf(t){return t[1]}function Mf(){function t(t){var u,f,c,s=t.length,l=!1;for(null==i&&(a=o(c=oe())),u=0;u<=s;++u)!(u=s;--l)c.point(g[l],y[l]);c.lineEnd(),c.areaEnd()}v&&(g[n]=+e(h,n,t),y[n]=+i(h,n,t),c.point(r?+r(h,n,t):g[n],o?+o(h,n,t):y[n]))}if(d)return c=null,d+""||null}function n(){return Mf().defined(a).curve(f).context(u)}var e=xf,r=null,i=lf(0),o=wf,a=lf(!0),u=null,f=mf,c=null;return t.x=function(n){return arguments.length?(e="function"==typeof n?n:lf(+n),r=null,t):e},t.x0=function(n){return arguments.length?(e="function"==typeof n?n:lf(+n),t):e},t.x1=function(n){return arguments.length?(r=null==n?null:"function"==typeof n?n:lf(+n),t):r},t.y=function(n){return arguments.length?(i="function"==typeof n?n:lf(+n),o=null,t):i},t.y0=function(n){return arguments.length?(i="function"==typeof n?n:lf(+n),t):i},t.y1=function(n){return arguments.length?(o=null==n?null:"function"==typeof n?n:lf(+n),t):o},t.lineX0=t.lineY0=function(){return n().x(e).y(i)},t.lineY1=function(){return n().x(e).y(o)},t.lineX1=function(){return n().x(r).y(i)},t.defined=function(n){return arguments.length?(a="function"==typeof n?n:lf(!!n),t):a},t.curve=function(n){return arguments.length?(f=n,null!=u&&(c=f(u)),t):f},t.context=function(n){return arguments.length?(null==n?u=c=null:c=f(u=n),t):u},t}function Tf(t,n){return nt?1:n>=t?0:NaN}function Nf(t){return t}function Sf(t){this._curve=t}function Ef(t){function n(n){return new Sf(t(n))}return n._curve=t,n}function kf(t){var n=t.curve;return t.angle=t.x,delete t.x,t.radius=t.y,delete t.y,t.curve=function(t){return arguments.length?n(Ef(t)):n()._curve},t}function Cf(){return kf(Mf().curve(S_))}function Pf(){var t=Af().curve(S_),n=t.curve,e=t.lineX0,r=t.lineX1,i=t.lineY0,o=t.lineY1;return t.angle=t.x,delete t.x,t.startAngle=t.x0,delete t.x0,t.endAngle=t.x1,delete t.x1,t.radius=t.y,delete t.y,t.innerRadius=t.y0,delete t.y0,t.outerRadius=t.y1,delete t.y1,t.lineStartAngle=function(){return kf(e())},delete t.lineX0,t.lineEndAngle=function(){return kf(r())},delete t.lineX1,t.lineInnerRadius=function(){return kf(i())},delete t.lineY0,t.lineOuterRadius=function(){return kf(o())},delete t.lineY1,t.curve=function(t){return arguments.length?n(Ef(t)):n()._curve},t}function zf(t,n){return[(n=+n)*Math.cos(t-=Math.PI/2),n*Math.sin(t)]}function Rf(t){return t.source}function Lf(t){return t.target}function Df(t){function n(){var n,u=E_.call(arguments),f=e.apply(this,u),c=r.apply(this,u);if(a||(a=n=oe()),t(a,+i.apply(this,(u[0]=f,u)),+o.apply(this,u),+i.apply(this,(u[0]=c,u)),+o.apply(this,u)),n)return a=null,n+""||null}var e=Rf,r=Lf,i=xf,o=wf,a=null;return n.source=function(t){return arguments.length?(e=t,n):e},n.target=function(t){return arguments.length?(r=t,n):r},n.x=function(t){return arguments.length?(i="function"==typeof t?t:lf(+t),n):i},n.y=function(t){return arguments.length?(o="function"==typeof t?t:lf(+t),n):o},n.context=function(t){return arguments.length?(a=null==t?null:t,n):a},n}function Uf(t,n,e,r,i){t.moveTo(n,e),t.bezierCurveTo(n=(n+r)/2,e,n,i,r,i)}function qf(t,n,e,r,i){t.moveTo(n,e),t.bezierCurveTo(n,e=(e+i)/2,r,e,r,i)}function Of(t,n,e,r,i){var o=zf(n,e),a=zf(n,e=(e+i)/2),u=zf(r,e),f=zf(r,i);t.moveTo(o[0],o[1]),t.bezierCurveTo(a[0],a[1],u[0],u[1],f[0],f[1])}function Yf(){}function Bf(t,n,e){t._context.bezierCurveTo((2*t._x0+t._x1)/3,(2*t._y0+t._y1)/3,(t._x0+2*t._x1)/3,(t._y0+2*t._y1)/3,(t._x0+4*t._x1+n)/6,(t._y0+4*t._y1+e)/6)}function Ff(t){this._context=t}function If(t){this._context=t}function jf(t){this._context=t}function Hf(t,n){this._basis=new Ff(t),this._beta=n}function Xf(t,n,e){t._context.bezierCurveTo(t._x1+t._k*(t._x2-t._x0),t._y1+t._k*(t._y2-t._y0),t._x2+t._k*(t._x1-n),t._y2+t._k*(t._y1-e),t._x2,t._y2)}function Gf(t,n){this._context=t,this._k=(1-n)/6}function Vf(t,n){this._context=t,this._k=(1-n)/6}function $f(t,n){this._context=t,this._k=(1-n)/6}function Wf(t,n,e){var r=t._x1,i=t._y1,o=t._x2,a=t._y2;if(t._l01_a>M_){var u=2*t._l01_2a+3*t._l01_a*t._l12_a+t._l12_2a,f=3*t._l01_a*(t._l01_a+t._l12_a);r=(r*u-t._x0*t._l12_2a+t._x2*t._l01_2a)/f,i=(i*u-t._y0*t._l12_2a+t._y2*t._l01_2a)/f}if(t._l23_a>M_){var c=2*t._l23_2a+3*t._l23_a*t._l12_a+t._l12_2a,s=3*t._l23_a*(t._l23_a+t._l12_a);o=(o*c+t._x1*t._l23_2a-n*t._l12_2a)/s,a=(a*c+t._y1*t._l23_2a-e*t._l12_2a)/s}t._context.bezierCurveTo(r,i,o,a,t._x2,t._y2)}function Zf(t,n){this._context=t,this._alpha=n}function Qf(t,n){this._context=t,this._alpha=n}function Jf(t,n){this._context=t,this._alpha=n}function Kf(t){this._context=t}function tc(t){return t<0?-1:1}function nc(t,n,e){var r=t._x1-t._x0,i=n-t._x1,o=(t._y1-t._y0)/(r||i<0&&-0),a=(e-t._y1)/(i||r<0&&-0),u=(o*i+a*r)/(r+i);return(tc(o)+tc(a))*Math.min(Math.abs(o),Math.abs(a),.5*Math.abs(u))||0}function ec(t,n){var e=t._x1-t._x0;return e?(3*(t._y1-t._y0)/e-n)/2:n}function rc(t,n,e){var r=t._x0,i=t._y0,o=t._x1,a=t._y1,u=(o-r)/3;t._context.bezierCurveTo(r+u,i+u*n,o-u,a-u*e,o,a)}function ic(t){this._context=t}function oc(t){this._context=new ac(t)}function ac(t){this._context=t}function uc(t){this._context=t}function fc(t){var n,e,r=t.length-1,i=new Array(r),o=new Array(r),a=new Array(r);for(i[0]=0,o[0]=2,a[0]=t[0]+2*t[1],n=1;n=0;--n)i[n]=(a[n]-i[n+1])/o[n];for(o[r-1]=(t[r]+i[r-1])/2,n=0;n1)for(var e,r,i,o=1,a=t[n[0]],u=a.length;o=0;)e[n]=n;return e}function hc(t,n){return t[n]}function dc(t){var n=t.map(pc);return lc(t).sort(function(t,e){return n[t]-n[e]})}function pc(t){for(var n,e=0,r=-1,i=t.length;++r0)){if(o/=h,h<0){if(o0){if(o>l)return;o>s&&(s=o)}if(o=r-f,h||!(o<0)){if(o/=h,h<0){if(o>l)return;o>s&&(s=o)}else if(h>0){if(o0)){if(o/=d,d<0){if(o0){if(o>l)return;o>s&&(s=o)}if(o=i-c,d||!(o<0)){if(o/=d,d<0){if(o>l)return;o>s&&(s=o)}else if(d>0){if(o0||l<1)||(s>0&&(t[0]=[f+s*h,c+s*d]),l<1&&(t[1]=[f+l*h,c+l*d]),!0)}}}}}function Sc(t,n,e,r,i){var o=t[1];if(o)return!0;var a,u,f=t[0],c=t.left,s=t.right,l=c[0],h=c[1],d=s[0],p=s[1],v=(l+d)/2,g=(h+p)/2;if(p===h){if(v=r)return;if(l>d){if(f){if(f[1]>=i)return}else f=[v,e];o=[v,i]}else{if(f){if(f[1]1)if(l>d){if(f){if(f[1]>=i)return}else f=[(e-u)/a,e];o=[(i-u)/a,i]}else{if(f){if(f[1]=r)return}else f=[n,a*n+u];o=[r,a*r+u]}else{if(f){if(f[0]=-ub)){var d=f*f+c*c,p=s*s+l*l,v=(l*d-c*p)/h,g=(f*p-s*d)/h,y=ib.pop()||new function(){bc(this),this.x=this.y=this.arc=this.site=this.cy=null};y.arc=t,y.site=i,y.x=v+a,y.y=(y.cy=g+u)+Math.sqrt(v*v+g*g),t.circle=y;for(var _=null,b=eb._;b;)if(y.yab)u=u.L;else{if(!((i=o-function(t,n){var e=t.N;if(e)return qc(e,n);var r=t.site;return r[1]===n?r[0]:1/0}(u,a))>ab)){r>-ab?(n=u.P,e=u):i>-ab?(n=u,e=u.N):n=e=u;break}if(!u.R){n=u;break}u=u.R}(function(t){nb[t.index]={site:t,halfedges:[]}})(t);var f=Rc(t);if(tb.insert(n,f),n||e){if(n===e)return zc(n),e=Rc(n.site),tb.insert(f,e),f.edge=e.edge=Mc(n.site,f.site),Pc(n),void Pc(e);if(e){zc(n),zc(e);var c=n.site,s=c[0],l=c[1],h=t[0]-s,d=t[1]-l,p=e.site,v=p[0]-s,g=p[1]-l,y=2*(h*g-d*v),_=h*h+d*d,b=v*v+g*g,m=[(g*_-d*b)/y+s,(h*b-v*_)/y+l];Tc(e.edge,c,p,m),f.edge=Mc(c,t,null,m),e.edge=Mc(t,p,null,m),Pc(n),Pc(e)}else f.edge=Mc(n.site,f.site)}}function qc(t,n){var e=t.site,r=e[0],i=e[1],o=i-n;if(!o)return r;var a=t.P;if(!a)return-1/0;var u=(e=a.site)[0],f=e[1],c=f-n;if(!c)return u;var s=u-r,l=1/o-1/c,h=s/c;return l?(-h+Math.sqrt(h*h-2*l*(s*s/(-2*c)-f+c/2+i-o/2)))/l+r:(r+u)/2}function Oc(t,n,e){return(t[0]-e[0])*(n[1]-t[1])-(t[0]-n[0])*(e[1]-t[1])}function Yc(t,n){return n[1]-t[1]||n[0]-t[0]}function Bc(t,n){var e,r,i,o=t.sort(Yc).pop();for(rb=[],nb=new Array(t.length),tb=new _c,eb=new _c;;)if(i=K_,o&&(!i||o[1]ab||Math.abs(i[0][1]-i[1][1])>ab)||delete rb[o]})(a,u,f,c),function(t,n,e,r){var i,o,a,u,f,c,s,l,h,d,p,v,g=nb.length,y=!0;for(i=0;iab||Math.abs(v-h)>ab)&&(f.splice(u,0,rb.push(Ac(a,d,Math.abs(p-t)ab?[t,Math.abs(l-t)ab?[Math.abs(h-r)ab?[e,Math.abs(l-e)ab?[Math.abs(h-n)r?(r+i)/2:Math.min(0,r)||Math.max(0,i),a>o?(o+a)/2:Math.min(0,o)||Math.max(0,a))}var Jc=e(n),Kc=Jc.right,ts=Jc.left,ns=Array.prototype,es=ns.slice,rs=ns.map,is=Math.sqrt(50),os=Math.sqrt(10),as=Math.sqrt(2),us=Array.prototype.slice,fs=1,cs=2,ss=3,ls=4,hs=1e-6,ds={value:function(){}};S.prototype=N.prototype={constructor:S,on:function(t,n){var e,r=this._,i=function(t,n){return t.trim().split(/^|\s+/).map(function(t){var e="",r=t.indexOf(".");if(r>=0&&(e=t.slice(r+1),t=t.slice(0,r)),t&&!n.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name:e}})}(t+"",r),o=-1,a=i.length;{if(!(arguments.length<2)){if(null!=n&&"function"!=typeof n)throw new Error("invalid callback: "+n);for(;++o0)for(var e,r,i=new Array(e),o=0;o=0&&(this._names.splice(n,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};var xs={};if(t.event=null,"undefined"!=typeof document){"onmouseenter"in document.documentElement||(xs={mouseenter:"mouseover",mouseleave:"mouseout"})}var ws=[null];ut.prototype=ft.prototype={constructor:ut,select:function(t){"function"!=typeof t&&(t=z(t));for(var n=this._groups,e=n.length,r=new Array(e),i=0;i=m&&(m=b+1);!(_=g[m])&&++m=0;)(r=i[o])&&(a&&a!==r.nextSibling&&a.parentNode.insertBefore(r,a),a=r);return this},sort:function(t){function n(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}t||(t=Y);for(var e=this._groups,r=e.length,i=new Array(r),o=0;o1?this.each((null==n?function(t){return function(){this.style.removeProperty(t)}}:"function"==typeof n?function(t,n,e){return function(){var r=n.apply(this,arguments);null==r?this.style.removeProperty(t):this.style.setProperty(t,r,e)}}:function(t,n,e){return function(){this.style.setProperty(t,n,e)}})(t,n,null==e?"":e)):F(this.node(),t)},property:function(t,n){return arguments.length>1?this.each((null==n?function(t){return function(){delete this[t]}}:"function"==typeof n?function(t,n){return function(){var e=n.apply(this,arguments);null==e?delete this[t]:this[t]=e}}:function(t,n){return function(){this[t]=n}})(t,n)):this.node()[t]},classed:function(t,n){var e=I(t+"");if(arguments.length<2){for(var r=j(this.node()),i=-1,o=e.length;++i=0&&(n=t.slice(e+1),t=t.slice(0,e)),{type:t,name:n}})}(t+""),a=o.length;if(!(arguments.length<2)){for(u=n?it:rt,null==e&&(e=!1),r=0;r=240?t-240:t+120,i,r),Yt(t,i,r),Yt(t<120?t+240:t-120,i,r),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1}}));var Us=Math.PI/180,qs=180/Math.PI,Os=.96422,Ys=1,Bs=.82521,Fs=4/29,Is=6/29,js=3*Is*Is,Hs=Is*Is*Is;Nt(It,Ft,St(Et,{brighter:function(t){return new It(this.l+18*(null==t?1:t),this.a,this.b,this.opacity)},darker:function(t){return new It(this.l-18*(null==t?1:t),this.a,this.b,this.opacity)},rgb:function(){var t=(this.l+16)/116,n=isNaN(this.a)?t:t+this.a/500,e=isNaN(this.b)?t:t-this.b/200;return n=Os*Ht(n),t=Ys*Ht(t),e=Bs*Ht(e),new Lt(Xt(3.1338561*n-1.6168667*t-.4906146*e),Xt(-.9787684*n+1.9161415*t+.033454*e),Xt(.0719453*n-.2289914*t+1.4052427*e),this.opacity)}})),Nt(Wt,$t,St(Et,{brighter:function(t){return new Wt(this.h,this.c,this.l+18*(null==t?1:t),this.opacity)},darker:function(t){return new Wt(this.h,this.c,this.l-18*(null==t?1:t),this.opacity)},rgb:function(){return Bt(this).rgb()}}));var Xs=-.29227,Gs=-.90649,Vs=1.97294,$s=Vs*Gs,Ws=1.78277*Vs,Zs=1.78277*Xs- -.14861*Gs;Nt(Qt,Zt,St(Et,{brighter:function(t){return t=null==t?1/.7:Math.pow(1/.7,t),new Qt(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?.7:Math.pow(.7,t),new Qt(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=isNaN(this.h)?0:(this.h+120)*Us,n=+this.l,e=isNaN(this.s)?0:this.s*n*(1-n),r=Math.cos(t),i=Math.sin(t);return new Lt(255*(n+e*(-.14861*r+1.78277*i)),255*(n+e*(Xs*r+Gs*i)),255*(n+e*(Vs*r)),this.opacity)}}));var Qs,Js,Ks,tl,nl,el,rl=function t(n){function e(t,n){var e=r((t=Rt(t)).r,(n=Rt(n)).r),i=r(t.g,n.g),o=r(t.b,n.b),a=an(t.opacity,n.opacity);return function(n){return t.r=e(n),t.g=i(n),t.b=o(n),t.opacity=a(n),t+""}}var r=on(n);return e.gamma=t,e}(1),il=un(Kt),ol=un(tn),al=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,ul=new RegExp(al.source,"g"),fl=180/Math.PI,cl={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1},sl=gn(function(t){return"none"===t?cl:(Qs||(Qs=document.createElement("DIV"),Js=document.documentElement,Ks=document.defaultView),Qs.style.transform=t,t=Ks.getComputedStyle(Js.appendChild(Qs),null).getPropertyValue("transform"),Js.removeChild(Qs),t=t.slice(7,-1).split(","),vn(+t[0],+t[1],+t[2],+t[3],+t[4],+t[5]))},"px, ","px)","deg)"),ll=gn(function(t){return null==t?cl:(tl||(tl=document.createElementNS("http://www.w3.org/2000/svg","g")),tl.setAttribute("transform",t),(t=tl.transform.baseVal.consolidate())?(t=t.matrix,vn(t.a,t.b,t.c,t.d,t.e,t.f)):cl)},", ",")",")"),hl=Math.SQRT2,dl=2,pl=4,vl=1e-12,gl=bn(rn),yl=bn(an),_l=mn(rn),bl=mn(an),ml=xn(rn),xl=xn(an),wl=0,Ml=0,Al=0,Tl=1e3,Nl=0,Sl=0,El=0,kl="object"==typeof performance&&performance.now?performance:Date,Cl="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};An.prototype=Tn.prototype={constructor:An,restart:function(t,n,e){if("function"!=typeof t)throw new TypeError("callback is not a function");e=(null==e?wn():+e)+(null==n?0:+n),this._next||el===this||(el?el._next=this:nl=this,el=this),this._call=t,this._time=e,kn()},stop:function(){this._call&&(this._call=null,this._time=1/0,kn())}};var Pl=N("start","end","interrupt"),zl=[],Rl=0,Ll=1,Dl=2,Ul=3,ql=4,Ol=5,Yl=6,Bl=ft.prototype.constructor,Fl=0,Il=ft.prototype;On.prototype=Yn.prototype={constructor:On,select:function(t){var n=this._name,e=this._id;"function"!=typeof t&&(t=z(t));for(var r=this._groups,i=r.length,o=new Array(i),a=0;a=0&&(t=t.slice(0,n)),!t||"start"===t})}(n)?zn:Rn;return function(){var a=o(this,t),u=a.on;u!==r&&(i=(r=u).copy()).on(n,e),a.on=i}}(e,t,n))},attr:function(t,n){var e=k(t),r="transform"===e?ll:qn;return this.attrTween(t,"function"==typeof n?(e.local?function(t,n,e){var r,i,o;return function(){var a,u=e(this);if(null!=u)return(a=this.getAttributeNS(t.space,t.local))===u?null:a===r&&u===i?o:o=n(r=a,i=u);this.removeAttributeNS(t.space,t.local)}}:function(t,n,e){var r,i,o;return function(){var a,u=e(this);if(null!=u)return(a=this.getAttribute(t))===u?null:a===r&&u===i?o:o=n(r=a,i=u);this.removeAttribute(t)}})(e,r,Un(this,"attr."+t,n)):null==n?(e.local?function(t){return function(){this.removeAttributeNS(t.space,t.local)}}:function(t){return function(){this.removeAttribute(t)}})(e):(e.local?function(t,n,e){var r,i;return function(){var o=this.getAttributeNS(t.space,t.local);return o===e?null:o===r?i:i=n(r=o,e)}}:function(t,n,e){var r,i;return function(){var o=this.getAttribute(t);return o===e?null:o===r?i:i=n(r=o,e)}})(e,r,n+""))},attrTween:function(t,n){var e="attr."+t;if(arguments.length<2)return(e=this.tween(e))&&e._value;if(null==n)return this.tween(e,null);if("function"!=typeof n)throw new Error;var r=k(t);return this.tween(e,(r.local?function(t,n){function e(){var e=this,r=n.apply(e,arguments);return r&&function(n){e.setAttributeNS(t.space,t.local,r(n))}}return e._value=n,e}:function(t,n){function e(){var e=this,r=n.apply(e,arguments);return r&&function(n){e.setAttribute(t,r(n))}}return e._value=n,e})(r,n))},style:function(t,n,e){var r="transform"==(t+="")?sl:qn;return null==n?this.styleTween(t,function(t,n){var e,r,i;return function(){var o=F(this,t),a=(this.style.removeProperty(t),F(this,t));return o===a?null:o===e&&a===r?i:i=n(e=o,r=a)}}(t,r)).on("end.style."+t,function(t){return function(){this.style.removeProperty(t)}}(t)):this.styleTween(t,"function"==typeof n?function(t,n,e){var r,i,o;return function(){var a=F(this,t),u=e(this);return null==u&&(this.style.removeProperty(t),u=F(this,t)),a===u?null:a===r&&u===i?o:o=n(r=a,i=u)}}(t,r,Un(this,"style."+t,n)):function(t,n,e){var r,i;return function(){var o=F(this,t);return o===e?null:o===r?i:i=n(r=o,e)}}(t,r,n+""),e)},styleTween:function(t,n,e){var r="style."+(t+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==n)return this.tween(r,null);if("function"!=typeof n)throw new Error;return this.tween(r,function(t,n,e){function r(){var r=this,i=n.apply(r,arguments);return i&&function(n){r.style.setProperty(t,i(n),e)}}return r._value=n,r}(t,n,null==e?"":e))},text:function(t){return this.tween("text","function"==typeof t?function(t){return function(){var n=t(this);this.textContent=null==n?"":n}}(Un(this,"text",t)):function(t){return function(){this.textContent=t}}(null==t?"":t+""))},remove:function(){return this.on("end.remove",function(t){return function(){var n=this.parentNode;for(var e in this.__transition)if(+e!==t)return;n&&n.removeChild(this)}}(this._id))},tween:function(t,n){var e=this._id;if(t+="",arguments.length<2){for(var r,i=Ln(this.node(),e).tween,o=0,a=i.length;o1e-6)if(Math.abs(s*u-f*c)>1e-6&&i){var h=e-o,d=r-a,p=u*u+f*f,v=h*h+d*d,g=Math.sqrt(p),y=Math.sqrt(l),_=i*Math.tan((zh-Math.acos((p+l-v)/(2*g*y)))/2),b=_/y,m=_/g;Math.abs(b-1)>1e-6&&(this._+="L"+(t+b*c)+","+(n+b*s)),this._+="A"+i+","+i+",0,0,"+ +(s*h>c*d)+","+(this._x1=t+m*u)+","+(this._y1=n+m*f)}else this._+="L"+(this._x1=t)+","+(this._y1=n);else;},arc:function(t,n,e,r,i,o){t=+t,n=+n;var a=(e=+e)*Math.cos(r),u=e*Math.sin(r),f=t+a,c=n+u,s=1^o,l=o?r-i:i-r;if(e<0)throw new Error("negative radius: "+e);null===this._x1?this._+="M"+f+","+c:(Math.abs(this._x1-f)>1e-6||Math.abs(this._y1-c)>1e-6)&&(this._+="L"+f+","+c),e&&(l<0&&(l=l%Rh+Rh),l>Lh?this._+="A"+e+","+e+",0,1,"+s+","+(t-a)+","+(n-u)+"A"+e+","+e+",0,1,"+s+","+(this._x1=f)+","+(this._y1=c):l>1e-6&&(this._+="A"+e+","+e+",0,"+ +(l>=zh)+","+s+","+(this._x1=t+e*Math.cos(i))+","+(this._y1=n+e*Math.sin(i))))},rect:function(t,n,e,r){this._+="M"+(this._x0=this._x1=+t)+","+(this._y0=this._y1=+n)+"h"+ +e+"v"+ +r+"h"+-e+"Z"},toString:function(){return this._}};le.prototype=he.prototype={constructor:le,has:function(t){return"$"+t in this},get:function(t){return this["$"+t]},set:function(t,n){return this["$"+t]=n,this},remove:function(t){var n="$"+t;return n in this&&delete this[n]},clear:function(){for(var t in this)"$"===t[0]&&delete this[t]},keys:function(){var t=[];for(var n in this)"$"===n[0]&&t.push(n.slice(1));return t},values:function(){var t=[];for(var n in this)"$"===n[0]&&t.push(this[n]);return t},entries:function(){var t=[];for(var n in this)"$"===n[0]&&t.push({key:n.slice(1),value:this[n]});return t},size:function(){var t=0;for(var n in this)"$"===n[0]&&++t;return t},empty:function(){for(var t in this)if("$"===t[0])return!1;return!0},each:function(t){for(var n in this)"$"===n[0]&&t(this[n],n.slice(1),this)}};var Dh=he.prototype;ye.prototype=_e.prototype={constructor:ye,has:Dh.has,add:function(t){return t+="",this["$"+t]=t,this},remove:Dh.remove,clear:Dh.clear,values:Dh.keys,size:Dh.size,empty:Dh.empty,each:Dh.each};var Uh=Array.prototype.slice,qh=[[],[[[1,1.5],[.5,1]]],[[[1.5,1],[1,1.5]]],[[[1.5,1],[.5,1]]],[[[1,.5],[1.5,1]]],[[[1,1.5],[.5,1]],[[1,.5],[1.5,1]]],[[[1,.5],[1,1.5]]],[[[1,.5],[.5,1]]],[[[.5,1],[1,.5]]],[[[1,1.5],[1,.5]]],[[[.5,1],[1,.5]],[[1.5,1],[1,1.5]]],[[[1.5,1],[1,.5]]],[[[.5,1],[1.5,1]]],[[[1,1.5],[1.5,1]]],[[[.5,1],[1,1.5]]],[]],Oh={},Yh={},Bh=34,Fh=10,Ih=13,jh=ke(","),Hh=jh.parse,Xh=jh.parseRows,Gh=jh.format,Vh=jh.formatRows,$h=ke("\t"),Wh=$h.parse,Zh=$h.parseRows,Qh=$h.format,Jh=$h.formatRows,Kh=Le(Hh),td=Le(Wh),nd=Ue("application/xml"),ed=Ue("text/html"),rd=Ue("image/svg+xml"),id=je.prototype=He.prototype;id.copy=function(){var t,n,e=new He(this._x,this._y,this._x0,this._y0,this._x1,this._y1),r=this._root;if(!r)return e;if(!r.length)return e._root=Xe(r),e;for(t=[{source:r,target:e._root=new Array(4)}];r=t.pop();)for(var i=0;i<4;++i)(n=r.source[i])&&(n.length?t.push({source:n,target:r.target[i]=new Array(4)}):r.target[i]=Xe(n));return e},id.add=function(t){var n=+this._x.call(null,t),e=+this._y.call(null,t);return Ye(this.cover(n,e),n,e,t)},id.addAll=function(t){var n,e,r,i,o=t.length,a=new Array(o),u=new Array(o),f=1/0,c=1/0,s=-1/0,l=-1/0;for(e=0;es&&(s=r),il&&(l=i));for(st||t>i||r>n||n>o))return this;var a,u,f=i-e,c=this._root;switch(u=(n<(r+o)/2)<<1|t<(e+i)/2){case 0:do{a=new Array(4),a[u]=c,c=a}while(f*=2,i=e+f,o=r+f,t>i||n>o);break;case 1:do{a=new Array(4),a[u]=c,c=a}while(f*=2,e=i-f,o=r+f,e>t||n>o);break;case 2:do{a=new Array(4),a[u]=c,c=a}while(f*=2,i=e+f,r=o-f,t>i||r>n);break;case 3:do{a=new Array(4),a[u]=c,c=a}while(f*=2,e=i-f,r=o-f,e>t||r>n)}this._root&&this._root.length&&(this._root=c)}return this._x0=e,this._y0=r,this._x1=i,this._y1=o,this},id.data=function(){var t=[];return this.visit(function(n){if(!n.length)do{t.push(n.data)}while(n=n.next)}),t},id.extent=function(t){return arguments.length?this.cover(+t[0][0],+t[0][1]).cover(+t[1][0],+t[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]},id.find=function(t,n,e){var r,i,o,a,u,f,c,s=this._x0,l=this._y0,h=this._x1,d=this._y1,p=[],v=this._root;for(v&&p.push(new Be(v,s,l,h,d)),null==e?e=1/0:(s=t-e,l=n-e,h=t+e,d=n+e,e*=e);f=p.pop();)if(!(!(v=f.node)||(i=f.x0)>h||(o=f.y0)>d||(a=f.x1)=y)<<1|t>=g)&&(f=p[p.length-1],p[p.length-1]=p[p.length-1-c],p[p.length-1-c]=f)}else{var _=t-+this._x.call(null,v.data),b=n-+this._y.call(null,v.data),m=_*_+b*b;if(m=(u=(p+g)/2))?p=u:g=u,(s=a>=(f=(v+y)/2))?v=f:y=f,n=d,!(d=d[l=s<<1|c]))return this;if(!d.length)break;(n[l+1&3]||n[l+2&3]||n[l+3&3])&&(e=n,h=l)}for(;d.data!==t;)if(r=d,!(d=d.next))return this;return(i=d.next)&&delete d.next,r?(i?r.next=i:delete r.next,this):n?(i?n[l]=i:delete n[l],(d=n[0]||n[1]||n[2]||n[3])&&d===(n[3]||n[2]||n[1]||n[0])&&!d.length&&(e?e[h]=d:this._root=d),this):(this._root=i,this)},id.removeAll=function(t){for(var n=0,e=t.length;n=^]))?([+\-\( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;tr.prototype=nr.prototype,nr.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(null==this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(null==this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var fd,cd,sd={"%":function(t,n){return(100*t).toFixed(n)},b:function(t){return Math.round(t).toString(2)},c:function(t){return t+""},d:function(t){return Math.round(t).toString(10)},e:function(t,n){return t.toExponential(n)},f:function(t,n){return t.toFixed(n)},g:function(t,n){return t.toPrecision(n)},o:function(t){return Math.round(t).toString(8)},p:function(t,n){return er(100*t,n)},r:er,s:function(t,n){var e=Je(t,n);if(!e)return t+"";var r=e[0],i=e[1],o=i-(fd=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+Je(t,Math.max(0,n+o-1))[0]},X:function(t){return Math.round(t).toString(16).toUpperCase()},x:function(t){return Math.round(t).toString(16)}},ld=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];or({decimal:".",thousands:",",grouping:[3],currency:["$",""]}),sr.prototype={constructor:sr,reset:function(){this.s=this.t=0},add:function(t){lr(jd,t,this.t),lr(this,jd.s,this.s),this.s?this.t+=jd.t:this.s=jd.t},valueOf:function(){return this.s}};var hd,dd,pd,vd,gd,yd,_d,bd,md,xd,wd,Md,Ad,Td,Nd,Sd,Ed,kd,Cd,Pd,zd,Rd,Ld,Dd,Ud,qd,Od,Yd,Bd,Fd,Id,jd=new sr,Hd=1e-6,Xd=1e-12,Gd=Math.PI,Vd=Gd/2,$d=Gd/4,Wd=2*Gd,Zd=180/Gd,Qd=Gd/180,Jd=Math.abs,Kd=Math.atan,tp=Math.atan2,np=Math.cos,ep=Math.ceil,rp=Math.exp,ip=Math.log,op=Math.pow,ap=Math.sin,up=Math.sign||function(t){return t>0?1:t<0?-1:0},fp=Math.sqrt,cp=Math.tan,sp={Feature:function(t,n){gr(t.geometry,n)},FeatureCollection:function(t,n){for(var e=t.features,r=-1,i=e.length;++rHd?md=90:vp<-Hd&&(_d=-90),Nd[0]=yd,Nd[1]=bd}},yp={sphere:vr,point:Fr,lineStart:jr,lineEnd:Gr,polygonStart:function(){yp.lineStart=Vr,yp.lineEnd=$r},polygonEnd:function(){yp.lineStart=jr,yp.lineEnd=Gr}};Kr.invert=Kr;var _p,bp,mp,xp,wp,Mp,Ap,Tp,Np,Sp,Ep,kp=cr(),Cp=di(function(){return!0},function(t){var n,e=NaN,r=NaN,i=NaN;return{lineStart:function(){t.lineStart(),n=1},point:function(o,a){var u=o>0?Gd:-Gd,f=Jd(o-e);Jd(f-Gd)0?Vd:-Vd),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(u,r),t.point(o,r),n=0):i!==u&&f>=Gd&&(Jd(e-i)Hd?Kd((ap(n)*(o=np(r))*ap(e)-ap(r)*(i=np(n))*ap(t))/(i*o*a)):(n+r)/2}(e,r,o,a),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(u,r),n=0),t.point(e=o,r=a),i=u},lineEnd:function(){t.lineEnd(),e=r=NaN},clean:function(){return 2-n}}},function(t,n,e,r){var i;if(null==t)i=e*Vd,r.point(-Gd,i),r.point(0,i),r.point(Gd,i),r.point(Gd,0),r.point(Gd,-i),r.point(0,-i),r.point(-Gd,-i),r.point(-Gd,0),r.point(-Gd,i);else if(Jd(t[0]-n[0])>Hd){var o=t[0]Hp&&(Hp=t),nXp&&(Xp=n)},lineStart:vr,lineEnd:vr,polygonStart:vr,polygonEnd:vr,result:function(){var t=[[Ip,jp],[Hp,Xp]];return Hp=Xp=-(jp=Ip=1/0),t}},Vp=0,$p=0,Wp=0,Zp=0,Qp=0,Jp=0,Kp=0,tv=0,nv=0,ev={point:qi,lineStart:Oi,lineEnd:Fi,polygonStart:function(){ev.lineStart=Ii,ev.lineEnd=ji},polygonEnd:function(){ev.point=qi,ev.lineStart=Oi,ev.lineEnd=Fi},result:function(){var t=nv?[Kp/nv,tv/nv]:Jp?[Zp/Jp,Qp/Jp]:Wp?[Vp/Wp,$p/Wp]:[NaN,NaN];return Vp=$p=Wp=Zp=Qp=Jp=Kp=tv=nv=0,t}};Gi.prototype={_radius:4.5,pointRadius:function(t){return this._radius=t,this},polygonStart:function(){this._line=0},polygonEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){0===this._line&&this._context.closePath(),this._point=NaN},point:function(t,n){switch(this._point){case 0:this._context.moveTo(t,n),this._point=1;break;case 1:this._context.lineTo(t,n);break;default:this._context.moveTo(t+this._radius,n),this._context.arc(t,n,this._radius,0,Wd)}},result:vr};var rv,iv,ov,av,uv,fv=cr(),cv={point:vr,lineStart:function(){cv.point=Vi},lineEnd:function(){rv&&$i(iv,ov),cv.point=vr},polygonStart:function(){rv=!0},polygonEnd:function(){rv=null},result:function(){var t=+fv;return fv.reset(),t}};Wi.prototype={_radius:4.5,_circle:Zi(4.5),pointRadius:function(t){return(t=+t)!==this._radius&&(this._radius=t,this._circle=null),this},polygonStart:function(){this._line=0},polygonEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){0===this._line&&this._string.push("Z"),this._point=NaN},point:function(t,n){switch(this._point){case 0:this._string.push("M",t,",",n),this._point=1;break;case 1:this._string.push("L",t,",",n);break;default:null==this._circle&&(this._circle=Zi(this._radius)),this._string.push("M",t,",",n,this._circle)}},result:function(){if(this._string.length){var t=this._string.join("");return this._string=[],t}return null}},Ji.prototype={constructor:Ji,point:function(t,n){this.stream.point(t,n)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}};var sv=16,lv=np(30*Qd),hv=Qi({point:function(t,n){this.stream.point(t*Qd,n*Qd)}}),dv=ho(function(t){return fp(2/(1+t))});dv.invert=po(function(t){return 2*dr(t/2)});var pv=ho(function(t){return(t=hr(t))&&t/ap(t)});pv.invert=po(function(t){return t}),vo.invert=function(t,n){return[t,2*Kd(rp(n))-Vd]},bo.invert=bo,xo.invert=po(Kd),Mo.invert=function(t,n){var e,r=n,i=25;do{var o=r*r,a=o*o;r-=e=(r*(1.007226+o*(.015085+a*(.028874*o-.044475-.005916*a)))-n)/(1.007226+o*(.045255+a*(.259866*o-.311325-.005916*11*a)))}while(Jd(e)>Hd&&--i>0);return[t/(.8707+(o=r*r)*(o*(o*o*o*(.003971-.001529*o)-.013791)-.131979)),r]},Ao.invert=po(dr),To.invert=po(function(t){return 2*Kd(t)}),No.invert=function(t,n){return[-n,2*Kd(rp(t))-Vd]},Do.prototype=Po.prototype={constructor:Do,count:function(){return this.eachAfter(Co)},each:function(t){var n,e,r,i,o=this,a=[o];do{for(n=a.reverse(),a=[];o=n.pop();)if(t(o),e=o.children)for(r=0,i=e.length;r=0;--e)i.push(n[e]);return this},sum:function(t){return this.eachAfter(function(n){for(var e=+t(n.data)||0,r=n.children,i=r&&r.length;--i>=0;)e+=r[i].value;n.value=e})},sort:function(t){return this.eachBefore(function(n){n.children&&n.children.sort(t)})},path:function(t){for(var n=this,e=function(t,n){if(t===n)return t;var e=t.ancestors(),r=n.ancestors(),i=null;for(t=e.pop(),n=r.pop();t===n;)i=t,t=e.pop(),n=r.pop();return i}(n,t),r=[n];n!==e;)n=n.parent,r.push(n);for(var i=r.length;t!==e;)r.splice(i,0,t),t=t.parent;return r},ancestors:function(){for(var t=this,n=[t];t=t.parent;)n.push(t);return n},descendants:function(){var t=[];return this.each(function(n){t.push(n)}),t},leaves:function(){var t=[];return this.eachBefore(function(n){n.children||t.push(n)}),t},links:function(){var t=this,n=[];return t.each(function(e){e!==t&&n.push({source:e.parent,target:e})}),n},copy:function(){return Po(this).eachBefore(Ro)}};var vv=Array.prototype.slice,gv="$",yv={depth:-1},_v={};ca.prototype=Object.create(Do.prototype);var bv=(1+Math.sqrt(5))/2,mv=function t(n){function e(t,e,r,i,o){la(n,t,e,r,i,o)}return e.ratio=function(n){return t((n=+n)>1?n:1)},e}(bv),xv=function t(n){function e(t,e,r,i,o){if((a=t._squarify)&&a.ratio===n)for(var a,u,f,c,s,l=-1,h=a.length,d=t.value;++l1?n:1)},e}(bv),wv=function t(n){function e(t,e){return t=null==t?0:+t,e=null==e?1:+e,1===arguments.length?(e=t,t=0):e-=t,function(){return n()*e+t}}return e.source=t,e}(va),Mv=function t(n){function e(t,e){var r,i;return t=null==t?0:+t,e=null==e?1:+e,function(){var o;if(null!=r)o=r,r=null;else do{r=2*n()-1,o=2*n()-1,i=r*r+o*o}while(!i||i>1);return t+e*o*Math.sqrt(-2*Math.log(i)/i)}}return e.source=t,e}(va),Av=function t(n){function e(){var t=Mv.source(n).apply(this,arguments);return function(){return Math.exp(t())}}return e.source=t,e}(va),Tv=function t(n){function e(t){return function(){for(var e=0,r=0;r0?t>1?Ia(function(n){n.setTime(Math.floor(n/t)*t)},function(n,e){n.setTime(+n+e*t)},function(n,e){return(e-n)/t}):Dv:null};var Uv=Dv.range,qv=6e4,Ov=6048e5,Yv=Ia(function(t){t.setTime(1e3*Math.floor(t/1e3))},function(t,n){t.setTime(+t+1e3*n)},function(t,n){return(n-t)/1e3},function(t){return t.getUTCSeconds()}),Bv=Yv.range,Fv=Ia(function(t){t.setTime(Math.floor(t/qv)*qv)},function(t,n){t.setTime(+t+n*qv)},function(t,n){return(n-t)/qv},function(t){return t.getMinutes()}),Iv=Fv.range,jv=Ia(function(t){var n=t.getTimezoneOffset()*qv%36e5;n<0&&(n+=36e5),t.setTime(36e5*Math.floor((+t-n)/36e5)+n)},function(t,n){t.setTime(+t+36e5*n)},function(t,n){return(n-t)/36e5},function(t){return t.getHours()}),Hv=jv.range,Xv=Ia(function(t){t.setHours(0,0,0,0)},function(t,n){t.setDate(t.getDate()+n)},function(t,n){return(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*qv)/864e5},function(t){return t.getDate()-1}),Gv=Xv.range,Vv=ja(0),$v=ja(1),Wv=ja(2),Zv=ja(3),Qv=ja(4),Jv=ja(5),Kv=ja(6),tg=Vv.range,ng=$v.range,eg=Wv.range,rg=Zv.range,ig=Qv.range,og=Jv.range,ag=Kv.range,ug=Ia(function(t){t.setDate(1),t.setHours(0,0,0,0)},function(t,n){t.setMonth(t.getMonth()+n)},function(t,n){return n.getMonth()-t.getMonth()+12*(n.getFullYear()-t.getFullYear())},function(t){return t.getMonth()}),fg=ug.range,cg=Ia(function(t){t.setMonth(0,1),t.setHours(0,0,0,0)},function(t,n){t.setFullYear(t.getFullYear()+n)},function(t,n){return n.getFullYear()-t.getFullYear()},function(t){return t.getFullYear()});cg.every=function(t){return isFinite(t=Math.floor(t))&&t>0?Ia(function(n){n.setFullYear(Math.floor(n.getFullYear()/t)*t),n.setMonth(0,1),n.setHours(0,0,0,0)},function(n,e){n.setFullYear(n.getFullYear()+e*t)}):null};var sg=cg.range,lg=Ia(function(t){t.setUTCSeconds(0,0)},function(t,n){t.setTime(+t+n*qv)},function(t,n){return(n-t)/qv},function(t){return t.getUTCMinutes()}),hg=lg.range,dg=Ia(function(t){t.setUTCMinutes(0,0,0)},function(t,n){t.setTime(+t+36e5*n)},function(t,n){return(n-t)/36e5},function(t){return t.getUTCHours()}),pg=dg.range,vg=Ia(function(t){t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCDate(t.getUTCDate()+n)},function(t,n){return(n-t)/864e5},function(t){return t.getUTCDate()-1}),gg=vg.range,yg=Ha(0),_g=Ha(1),bg=Ha(2),mg=Ha(3),xg=Ha(4),wg=Ha(5),Mg=Ha(6),Ag=yg.range,Tg=_g.range,Ng=bg.range,Sg=mg.range,Eg=xg.range,kg=wg.range,Cg=Mg.range,Pg=Ia(function(t){t.setUTCDate(1),t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCMonth(t.getUTCMonth()+n)},function(t,n){return n.getUTCMonth()-t.getUTCMonth()+12*(n.getUTCFullYear()-t.getUTCFullYear())},function(t){return t.getUTCMonth()}),zg=Pg.range,Rg=Ia(function(t){t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCFullYear(t.getUTCFullYear()+n)},function(t,n){return n.getUTCFullYear()-t.getUTCFullYear()},function(t){return t.getUTCFullYear()});Rg.every=function(t){return isFinite(t=Math.floor(t))&&t>0?Ia(function(n){n.setUTCFullYear(Math.floor(n.getUTCFullYear()/t)*t),n.setUTCMonth(0,1),n.setUTCHours(0,0,0,0)},function(n,e){n.setUTCFullYear(n.getUTCFullYear()+e*t)}):null};var Lg,Dg=Rg.range,Ug={"-":"",_:" ",0:"0"},qg=/^\s*\d+/,Og=/^%/,Yg=/[\\^$*+?|[\]().{}]/g;nf({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});var Bg="%Y-%m-%dT%H:%M:%S.%LZ",Fg=Date.prototype.toISOString?function(t){return t.toISOString()}:t.utcFormat(Bg),Ig=+new Date("2000-01-01T00:00:00.000Z")?function(t){var n=new Date(t);return isNaN(n)?null:n}:t.utcParse(Bg),jg=1e3,Hg=60*jg,Xg=60*Hg,Gg=24*Xg,Vg=7*Gg,$g=30*Gg,Wg=365*Gg,Zg=ff("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf"),Qg=ff("7fc97fbeaed4fdc086ffff99386cb0f0027fbf5b17666666"),Jg=ff("1b9e77d95f027570b3e7298a66a61ee6ab02a6761d666666"),Kg=ff("a6cee31f78b4b2df8a33a02cfb9a99e31a1cfdbf6fff7f00cab2d66a3d9affff99b15928"),ty=ff("fbb4aeb3cde3ccebc5decbe4fed9a6ffffcce5d8bdfddaecf2f2f2"),ny=ff("b3e2cdfdcdaccbd5e8f4cae4e6f5c9fff2aef1e2cccccccc"),ey=ff("e41a1c377eb84daf4a984ea3ff7f00ffff33a65628f781bf999999"),ry=ff("66c2a5fc8d628da0cbe78ac3a6d854ffd92fe5c494b3b3b3"),iy=ff("8dd3c7ffffb3bebadafb807280b1d3fdb462b3de69fccde5d9d9d9bc80bdccebc5ffed6f"),oy=new Array(3).concat("d8b365f5f5f55ab4ac","a6611adfc27d80cdc1018571","a6611adfc27df5f5f580cdc1018571","8c510ad8b365f6e8c3c7eae55ab4ac01665e","8c510ad8b365f6e8c3f5f5f5c7eae55ab4ac01665e","8c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e","8c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e","5430058c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e003c30","5430058c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e003c30").map(ff),ay=cf(oy),uy=new Array(3).concat("af8dc3f7f7f77fbf7b","7b3294c2a5cfa6dba0008837","7b3294c2a5cff7f7f7a6dba0008837","762a83af8dc3e7d4e8d9f0d37fbf7b1b7837","762a83af8dc3e7d4e8f7f7f7d9f0d37fbf7b1b7837","762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b7837","762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b7837","40004b762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b783700441b","40004b762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b783700441b").map(ff),fy=cf(uy),cy=new Array(3).concat("e9a3c9f7f7f7a1d76a","d01c8bf1b6dab8e1864dac26","d01c8bf1b6daf7f7f7b8e1864dac26","c51b7de9a3c9fde0efe6f5d0a1d76a4d9221","c51b7de9a3c9fde0eff7f7f7e6f5d0a1d76a4d9221","c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221","c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221","8e0152c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221276419","8e0152c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221276419").map(ff),sy=cf(cy),ly=new Array(3).concat("998ec3f7f7f7f1a340","5e3c99b2abd2fdb863e66101","5e3c99b2abd2f7f7f7fdb863e66101","542788998ec3d8daebfee0b6f1a340b35806","542788998ec3d8daebf7f7f7fee0b6f1a340b35806","5427888073acb2abd2d8daebfee0b6fdb863e08214b35806","5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b35806","2d004b5427888073acb2abd2d8daebfee0b6fdb863e08214b358067f3b08","2d004b5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b358067f3b08").map(ff),hy=cf(ly),dy=new Array(3).concat("ef8a62f7f7f767a9cf","ca0020f4a58292c5de0571b0","ca0020f4a582f7f7f792c5de0571b0","b2182bef8a62fddbc7d1e5f067a9cf2166ac","b2182bef8a62fddbc7f7f7f7d1e5f067a9cf2166ac","b2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac","b2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac","67001fb2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac053061","67001fb2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac053061").map(ff),py=cf(dy),vy=new Array(3).concat("ef8a62ffffff999999","ca0020f4a582bababa404040","ca0020f4a582ffffffbababa404040","b2182bef8a62fddbc7e0e0e09999994d4d4d","b2182bef8a62fddbc7ffffffe0e0e09999994d4d4d","b2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d","b2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d","67001fb2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d1a1a1a","67001fb2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d1a1a1a").map(ff),gy=cf(vy),yy=new Array(3).concat("fc8d59ffffbf91bfdb","d7191cfdae61abd9e92c7bb6","d7191cfdae61ffffbfabd9e92c7bb6","d73027fc8d59fee090e0f3f891bfdb4575b4","d73027fc8d59fee090ffffbfe0f3f891bfdb4575b4","d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4","d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4","a50026d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4313695","a50026d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4313695").map(ff),_y=cf(yy),by=new Array(3).concat("fc8d59ffffbf91cf60","d7191cfdae61a6d96a1a9641","d7191cfdae61ffffbfa6d96a1a9641","d73027fc8d59fee08bd9ef8b91cf601a9850","d73027fc8d59fee08bffffbfd9ef8b91cf601a9850","d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850","d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850","a50026d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850006837","a50026d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850006837").map(ff),my=cf(by),xy=new Array(3).concat("fc8d59ffffbf99d594","d7191cfdae61abdda42b83ba","d7191cfdae61ffffbfabdda42b83ba","d53e4ffc8d59fee08be6f59899d5943288bd","d53e4ffc8d59fee08bffffbfe6f59899d5943288bd","d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd","d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd","9e0142d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd5e4fa2","9e0142d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd5e4fa2").map(ff),wy=cf(xy),My=new Array(3).concat("e5f5f999d8c92ca25f","edf8fbb2e2e266c2a4238b45","edf8fbb2e2e266c2a42ca25f006d2c","edf8fbccece699d8c966c2a42ca25f006d2c","edf8fbccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45006d2c00441b").map(ff),Ay=cf(My),Ty=new Array(3).concat("e0ecf49ebcda8856a7","edf8fbb3cde38c96c688419d","edf8fbb3cde38c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d810f7c4d004b").map(ff),Ny=cf(Ty),Sy=new Array(3).concat("e0f3dba8ddb543a2ca","f0f9e8bae4bc7bccc42b8cbe","f0f9e8bae4bc7bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe0868ac084081").map(ff),Ey=cf(Sy),ky=new Array(3).concat("fee8c8fdbb84e34a33","fef0d9fdcc8afc8d59d7301f","fef0d9fdcc8afc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301fb300007f0000").map(ff),Cy=cf(ky),Py=new Array(3).concat("ece2f0a6bddb1c9099","f6eff7bdc9e167a9cf02818a","f6eff7bdc9e167a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016c59014636").map(ff),zy=cf(Py),Ry=new Array(3).concat("ece7f2a6bddb2b8cbe","f1eef6bdc9e174a9cf0570b0","f1eef6bdc9e174a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0045a8d023858").map(ff),Ly=cf(Ry),Dy=new Array(3).concat("e7e1efc994c7dd1c77","f1eef6d7b5d8df65b0ce1256","f1eef6d7b5d8df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125698004367001f").map(ff),Uy=cf(Dy),qy=new Array(3).concat("fde0ddfa9fb5c51b8a","feebe2fbb4b9f768a1ae017e","feebe2fbb4b9f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a017749006a").map(ff),Oy=cf(qy),Yy=new Array(3).concat("edf8b17fcdbb2c7fb8","ffffcca1dab441b6c4225ea8","ffffcca1dab441b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea8253494081d58").map(ff),By=cf(Yy),Fy=new Array(3).concat("f7fcb9addd8e31a354","ffffccc2e69978c679238443","ffffccc2e69978c67931a354006837","ffffccd9f0a3addd8e78c67931a354006837","ffffccd9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443006837004529").map(ff),Iy=cf(Fy),jy=new Array(3).concat("fff7bcfec44fd95f0e","ffffd4fed98efe9929cc4c02","ffffd4fed98efe9929d95f0e993404","ffffd4fee391fec44ffe9929d95f0e993404","ffffd4fee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c02993404662506").map(ff),Hy=cf(jy),Xy=new Array(3).concat("ffeda0feb24cf03b20","ffffb2fecc5cfd8d3ce31a1c","ffffb2fecc5cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cbd0026800026").map(ff),Gy=cf(Xy),Vy=new Array(3).concat("deebf79ecae13182bd","eff3ffbdd7e76baed62171b5","eff3ffbdd7e76baed63182bd08519c","eff3ffc6dbef9ecae16baed63182bd08519c","eff3ffc6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b508519c08306b").map(ff),$y=cf(Vy),Wy=new Array(3).concat("e5f5e0a1d99b31a354","edf8e9bae4b374c476238b45","edf8e9bae4b374c47631a354006d2c","edf8e9c7e9c0a1d99b74c47631a354006d2c","edf8e9c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45006d2c00441b").map(ff),Zy=cf(Wy),Qy=new Array(3).concat("f0f0f0bdbdbd636363","f7f7f7cccccc969696525252","f7f7f7cccccc969696636363252525","f7f7f7d9d9d9bdbdbd969696636363252525","f7f7f7d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525000000").map(ff),Jy=cf(Qy),Ky=new Array(3).concat("efedf5bcbddc756bb1","f2f0f7cbc9e29e9ac86a51a3","f2f0f7cbc9e29e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a354278f3f007d").map(ff),t_=cf(Ky),n_=new Array(3).concat("fee0d2fc9272de2d26","fee5d9fcae91fb6a4acb181d","fee5d9fcae91fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181da50f1567000d").map(ff),e_=cf(n_),r_=new Array(3).concat("fee6cefdae6be6550d","feeddefdbe85fd8d3cd94701","feeddefdbe85fd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d94801a636037f2704").map(ff),i_=cf(r_),o_=xl(Zt(300,.5,0),Zt(-240,.5,1)),a_=xl(Zt(-100,.75,.35),Zt(80,1.5,.8)),u_=xl(Zt(260,.75,.35),Zt(80,1.5,.8)),f_=Zt(),c_=Rt(),s_=Math.PI/3,l_=2*Math.PI/3,h_=sf(ff("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d481c6e481d6f481f70482071482173482374482475482576482677482878482979472a7a472c7a472d7b472e7c472f7d46307e46327e46337f463480453581453781453882443983443a83443b84433d84433e85423f854240864241864142874144874045884046883f47883f48893e49893e4a893e4c8a3d4d8a3d4e8a3c4f8a3c508b3b518b3b528b3a538b3a548c39558c39568c38588c38598c375a8c375b8d365c8d365d8d355e8d355f8d34608d34618d33628d33638d32648e32658e31668e31678e31688e30698e306a8e2f6b8e2f6c8e2e6d8e2e6e8e2e6f8e2d708e2d718e2c718e2c728e2c738e2b748e2b758e2a768e2a778e2a788e29798e297a8e297b8e287c8e287d8e277e8e277f8e27808e26818e26828e26828e25838e25848e25858e24868e24878e23888e23898e238a8d228b8d228c8d228d8d218e8d218f8d21908d21918c20928c20928c20938c1f948c1f958b1f968b1f978b1f988b1f998a1f9a8a1e9b8a1e9c891e9d891f9e891f9f881fa0881fa1881fa1871fa28720a38620a48621a58521a68522a78522a88423a98324aa8325ab8225ac8226ad8127ad8128ae8029af7f2ab07f2cb17e2db27d2eb37c2fb47c31b57b32b67a34b67935b77937b87838b9773aba763bbb753dbc743fbc7340bd7242be7144bf7046c06f48c16e4ac16d4cc26c4ec36b50c46a52c56954c56856c66758c7655ac8645cc8635ec96260ca6063cb5f65cb5e67cc5c69cd5b6ccd5a6ece5870cf5773d05675d05477d1537ad1517cd2507fd34e81d34d84d44b86d54989d5488bd6468ed64590d74393d74195d84098d83e9bd93c9dd93ba0da39a2da37a5db36a8db34aadc32addc30b0dd2fb2dd2db5de2bb8de29bade28bddf26c0df25c2df23c5e021c8e020cae11fcde11dd0e11cd2e21bd5e21ad8e219dae319dde318dfe318e2e418e5e419e7e419eae51aece51befe51cf1e51df4e61ef6e620f8e621fbe723fde725")),d_=sf(ff("00000401000501010601010802010902020b02020d03030f03031204041405041606051806051a07061c08071e0907200a08220b09240c09260d0a290e0b2b100b2d110c2f120d31130d34140e36150e38160f3b180f3d19103f1a10421c10441d11471e114920114b21114e22115024125325125527125829115a2a115c2c115f2d11612f116331116533106734106936106b38106c390f6e3b0f703d0f713f0f72400f74420f75440f764510774710784910784a10794c117a4e117b4f127b51127c52137c54137d56147d57157e59157e5a167e5c167f5d177f5f187f601880621980641a80651a80671b80681c816a1c816b1d816d1d816e1e81701f81721f817320817521817621817822817922827b23827c23827e24828025828125818326818426818627818827818928818b29818c29818e2a81902a81912b81932b80942c80962c80982d80992d809b2e7f9c2e7f9e2f7fa02f7fa1307ea3307ea5317ea6317da8327daa337dab337cad347cae347bb0357bb2357bb3367ab5367ab73779b83779ba3878bc3978bd3977bf3a77c03a76c23b75c43c75c53c74c73d73c83e73ca3e72cc3f71cd4071cf4070d0416fd2426fd3436ed5446dd6456cd8456cd9466bdb476adc4869de4968df4a68e04c67e24d66e34e65e44f64e55064e75263e85362e95462ea5661eb5760ec5860ed5a5fee5b5eef5d5ef05f5ef1605df2625df2645cf3655cf4675cf4695cf56b5cf66c5cf66e5cf7705cf7725cf8745cf8765cf9785df9795df97b5dfa7d5efa7f5efa815ffb835ffb8560fb8761fc8961fc8a62fc8c63fc8e64fc9065fd9266fd9467fd9668fd9869fd9a6afd9b6bfe9d6cfe9f6dfea16efea36ffea571fea772fea973feaa74feac76feae77feb078feb27afeb47bfeb67cfeb77efeb97ffebb81febd82febf84fec185fec287fec488fec68afec88cfeca8dfecc8ffecd90fecf92fed194fed395fed597fed799fed89afdda9cfddc9efddea0fde0a1fde2a3fde3a5fde5a7fde7a9fde9aafdebacfcecaefceeb0fcf0b2fcf2b4fcf4b6fcf6b8fcf7b9fcf9bbfcfbbdfcfdbf")),p_=sf(ff("00000401000501010601010802010a02020c02020e03021004031204031405041706041907051b08051d09061f0a07220b07240c08260d08290e092b10092d110a30120a32140b34150b37160b39180c3c190c3e1b0c411c0c431e0c451f0c48210c4a230c4c240c4f260c51280b53290b552b0b572d0b592f0a5b310a5c320a5e340a5f3609613809623909633b09643d09653e0966400a67420a68440a68450a69470b6a490b6a4a0c6b4c0c6b4d0d6c4f0d6c510e6c520e6d540f6d550f6d57106e59106e5a116e5c126e5d126e5f136e61136e62146e64156e65156e67166e69166e6a176e6c186e6d186e6f196e71196e721a6e741a6e751b6e771c6d781c6d7a1d6d7c1d6d7d1e6d7f1e6c801f6c82206c84206b85216b87216b88226a8a226a8c23698d23698f24699025689225689326679526679727669827669a28659b29649d29649f2a63a02a63a22b62a32c61a52c60a62d60a82e5fa92e5eab2f5ead305dae305cb0315bb1325ab3325ab43359b63458b73557b93556ba3655bc3754bd3853bf3952c03a51c13a50c33b4fc43c4ec63d4dc73e4cc83f4bca404acb4149cc4248ce4347cf4446d04545d24644d34743d44842d54a41d74b3fd84c3ed94d3dda4e3cdb503bdd513ade5238df5337e05536e15635e25734e35933e45a31e55c30e65d2fe75e2ee8602de9612bea632aeb6429eb6628ec6726ed6925ee6a24ef6c23ef6e21f06f20f1711ff1731df2741cf3761bf37819f47918f57b17f57d15f67e14f68013f78212f78410f8850ff8870ef8890cf98b0bf98c0af98e09fa9008fa9207fa9407fb9606fb9706fb9906fb9b06fb9d07fc9f07fca108fca309fca50afca60cfca80dfcaa0ffcac11fcae12fcb014fcb216fcb418fbb61afbb81dfbba1ffbbc21fbbe23fac026fac228fac42afac62df9c72ff9c932f9cb35f8cd37f8cf3af7d13df7d340f6d543f6d746f5d949f5db4cf4dd4ff4df53f4e156f3e35af3e55df2e661f2e865f2ea69f1ec6df1ed71f1ef75f1f179f2f27df2f482f3f586f3f68af4f88ef5f992f6fa96f8fb9af9fc9dfafda1fcffa4")),v_=sf(ff("0d088710078813078916078a19068c1b068d1d068e20068f2206902406912605912805922a05932c05942e05952f059631059733059735049837049938049a3a049a3c049b3e049c3f049c41049d43039e44039e46039f48039f4903a04b03a14c02a14e02a25002a25102a35302a35502a45601a45801a45901a55b01a55c01a65e01a66001a66100a76300a76400a76600a76700a86900a86a00a86c00a86e00a86f00a87100a87201a87401a87501a87701a87801a87a02a87b02a87d03a87e03a88004a88104a78305a78405a78606a68707a68808a68a09a58b0aa58d0ba58e0ca48f0da4910ea3920fa39410a29511a19613a19814a099159f9a169f9c179e9d189d9e199da01a9ca11b9ba21d9aa31e9aa51f99a62098a72197a82296aa2395ab2494ac2694ad2793ae2892b02991b12a90b22b8fb32c8eb42e8db52f8cb6308bb7318ab83289ba3388bb3488bc3587bd3786be3885bf3984c03a83c13b82c23c81c33d80c43e7fc5407ec6417dc7427cc8437bc9447aca457acb4679cc4778cc4977cd4a76ce4b75cf4c74d04d73d14e72d24f71d35171d45270d5536fd5546ed6556dd7566cd8576bd9586ada5a6ada5b69db5c68dc5d67dd5e66de5f65de6164df6263e06363e16462e26561e26660e3685fe4695ee56a5de56b5de66c5ce76e5be76f5ae87059e97158e97257ea7457eb7556eb7655ec7754ed7953ed7a52ee7b51ef7c51ef7e50f07f4ff0804ef1814df1834cf2844bf3854bf3874af48849f48948f58b47f58c46f68d45f68f44f79044f79143f79342f89441f89540f9973ff9983ef99a3efa9b3dfa9c3cfa9e3bfb9f3afba139fba238fca338fca537fca636fca835fca934fdab33fdac33fdae32fdaf31fdb130fdb22ffdb42ffdb52efeb72dfeb82cfeba2cfebb2bfebd2afebe2afec029fdc229fdc328fdc527fdc627fdc827fdca26fdcb26fccd25fcce25fcd025fcd225fbd324fbd524fbd724fad824fada24f9dc24f9dd25f8df25f8e125f7e225f7e425f6e626f6e826f5e926f5eb27f4ed27f3ee27f3f027f2f227f1f426f1f525f0f724f0f921")),g_=Math.abs,y_=Math.atan2,__=Math.cos,b_=Math.max,m_=Math.min,x_=Math.sin,w_=Math.sqrt,M_=1e-12,A_=Math.PI,T_=A_/2,N_=2*A_;bf.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;default:this._context.lineTo(t,n)}}};var S_=Ef(mf);Sf.prototype={areaStart:function(){this._curve.areaStart()},areaEnd:function(){this._curve.areaEnd()},lineStart:function(){this._curve.lineStart()},lineEnd:function(){this._curve.lineEnd()},point:function(t,n){this._curve.point(n*Math.sin(t),n*-Math.cos(t))}};var E_=Array.prototype.slice,k_={draw:function(t,n){var e=Math.sqrt(n/A_);t.moveTo(e,0),t.arc(0,0,e,0,N_)}},C_={draw:function(t,n){var e=Math.sqrt(n/5)/2;t.moveTo(-3*e,-e),t.lineTo(-e,-e),t.lineTo(-e,-3*e),t.lineTo(e,-3*e),t.lineTo(e,-e),t.lineTo(3*e,-e),t.lineTo(3*e,e),t.lineTo(e,e),t.lineTo(e,3*e),t.lineTo(-e,3*e),t.lineTo(-e,e),t.lineTo(-3*e,e),t.closePath()}},P_=Math.sqrt(1/3),z_=2*P_,R_={draw:function(t,n){var e=Math.sqrt(n/z_),r=e*P_;t.moveTo(0,-e),t.lineTo(r,0),t.lineTo(0,e),t.lineTo(-r,0),t.closePath()}},L_=Math.sin(A_/10)/Math.sin(7*A_/10),D_=Math.sin(N_/10)*L_,U_=-Math.cos(N_/10)*L_,q_={draw:function(t,n){var e=Math.sqrt(.8908130915292852*n),r=D_*e,i=U_*e;t.moveTo(0,-e),t.lineTo(r,i);for(var o=1;o<5;++o){var a=N_*o/5,u=Math.cos(a),f=Math.sin(a);t.lineTo(f*e,-u*e),t.lineTo(u*r-f*i,f*r+u*i)}t.closePath()}},O_={draw:function(t,n){var e=Math.sqrt(n),r=-e/2;t.rect(r,r,e,e)}},Y_=Math.sqrt(3),B_={draw:function(t,n){var e=-Math.sqrt(n/(3*Y_));t.moveTo(0,2*e),t.lineTo(-Y_*e,-e),t.lineTo(Y_*e,-e),t.closePath()}},F_=Math.sqrt(3)/2,I_=1/Math.sqrt(12),j_=3*(I_/2+1),H_={draw:function(t,n){var e=Math.sqrt(n/j_),r=e/2,i=e*I_,o=r,a=e*I_+e,u=-o,f=a;t.moveTo(r,i),t.lineTo(o,a),t.lineTo(u,f),t.lineTo(-.5*r-F_*i,F_*r+-.5*i),t.lineTo(-.5*o-F_*a,F_*o+-.5*a),t.lineTo(-.5*u-F_*f,F_*u+-.5*f),t.lineTo(-.5*r+F_*i,-.5*i-F_*r),t.lineTo(-.5*o+F_*a,-.5*a-F_*o),t.lineTo(-.5*u+F_*f,-.5*f-F_*u),t.closePath()}},X_=[k_,C_,R_,O_,q_,B_,H_];Ff.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:Bf(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:Bf(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},If.prototype={areaStart:Yf,areaEnd:Yf,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._x2=t,this._y2=n;break;case 1:this._point=2,this._x3=t,this._y3=n;break;case 2:this._point=3,this._x4=t,this._y4=n,this._context.moveTo((this._x0+4*this._x1+t)/6,(this._y0+4*this._y1+n)/6);break;default:Bf(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},jf.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var e=(this._x0+4*this._x1+t)/6,r=(this._y0+4*this._y1+n)/6;this._line?this._context.lineTo(e,r):this._context.moveTo(e,r);break;case 3:this._point=4;default:Bf(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},Hf.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var t=this._x,n=this._y,e=t.length-1;if(e>0)for(var r,i=t[0],o=n[0],a=t[e]-i,u=n[e]-o,f=-1;++f<=e;)r=f/e,this._basis.point(this._beta*t[f]+(1-this._beta)*(i+r*a),this._beta*n[f]+(1-this._beta)*(o+r*u));this._x=this._y=null,this._basis.lineEnd()},point:function(t,n){this._x.push(+t),this._y.push(+n)}};var G_=function t(n){function e(t){return 1===n?new Ff(t):new Hf(t,n)}return e.beta=function(n){return t(+n)},e}(.85);Gf.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:Xf(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2,this._x1=t,this._y1=n;break;case 2:this._point=3;default:Xf(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var V_=function t(n){function e(t){return new Gf(t,n)}return e.tension=function(n){return t(+n)},e}(0);Vf.prototype={areaStart:Yf,areaEnd:Yf,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._x3=t,this._y3=n;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=n);break;case 2:this._point=3,this._x5=t,this._y5=n;break;default:Xf(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var $_=function t(n){function e(t){return new Vf(t,n)}return e.tension=function(n){return t(+n)},e}(0);$f.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Xf(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var W_=function t(n){function e(t){return new $f(t,n)}return e.tension=function(n){return t(+n)},e}(0);Zf.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3;default:Wf(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var Z_=function t(n){function e(t){return n?new Zf(t,n):new Gf(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);Qf.prototype={areaStart:Yf,areaEnd:Yf,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=t,this._y3=n;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=n);break;case 2:this._point=3,this._x5=t,this._y5=n;break;default:Wf(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var Q_=function t(n){function e(t){return n?new Qf(t,n):new Vf(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);Jf.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Wf(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var J_=function t(n){function e(t){return n?new Jf(t,n):new $f(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);Kf.prototype={areaStart:Yf,areaEnd:Yf,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(t,n){t=+t,n=+n,this._point?this._context.lineTo(t,n):(this._point=1,this._context.moveTo(t,n))}},ic.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:rc(this,this._t0,ec(this,this._t0))}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){var e=NaN;if(t=+t,n=+n,t!==this._x1||n!==this._y1){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3,rc(this,ec(this,e=nc(this,t,n)),e);break;default:rc(this,this._t0,e=nc(this,t,n))}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n,this._t0=e}}},(oc.prototype=Object.create(ic.prototype)).point=function(t,n){ic.prototype.point.call(this,n,t)},ac.prototype={moveTo:function(t,n){this._context.moveTo(n,t)},closePath:function(){this._context.closePath()},lineTo:function(t,n){this._context.lineTo(n,t)},bezierCurveTo:function(t,n,e,r,i,o){this._context.bezierCurveTo(n,t,r,e,o,i)}},uc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var t=this._x,n=this._y,e=t.length;if(e)if(this._line?this._context.lineTo(t[0],n[0]):this._context.moveTo(t[0],n[0]),2===e)this._context.lineTo(t[1],n[1]);else for(var r=fc(t),i=fc(n),o=0,a=1;a=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,n),this._context.lineTo(t,n);else{var e=this._x*(1-this._t)+t*this._t;this._context.lineTo(e,this._y),this._context.lineTo(e,n)}}this._x=t,this._y=n}},_c.prototype={constructor:_c,insert:function(t,n){var e,r,i;if(t){if(n.P=t,n.N=t.N,t.N&&(t.N.P=n),t.N=n,t.R){for(t=t.R;t.L;)t=t.L;t.L=n}else t.R=n;e=t}else this._?(t=wc(this._),n.P=null,n.N=t,t.P=t.L=n,e=t):(n.P=n.N=null,this._=n,e=null);for(n.L=n.R=null,n.U=e,n.C=!0,t=n;e&&e.C;)e===(r=e.U).L?(i=r.R)&&i.C?(e.C=i.C=!1,r.C=!0,t=r):(t===e.R&&(mc(this,e),e=(t=e).U),e.C=!1,r.C=!0,xc(this,r)):(i=r.L)&&i.C?(e.C=i.C=!1,r.C=!0,t=r):(t===e.L&&(xc(this,e),e=(t=e).U),e.C=!1,r.C=!0,mc(this,r)),e=t.U;this._.C=!1},remove:function(t){t.N&&(t.N.P=t.P),t.P&&(t.P.N=t.N),t.N=t.P=null;var n,e,r,i=t.U,o=t.L,a=t.R;if(e=o?a?wc(a):o:a,i?i.L===t?i.L=e:i.R=e:this._=e,o&&a?(r=e.C,e.C=t.C,e.L=o,o.U=e,e!==a?(i=e.U,e.U=t.U,t=e.R,i.L=t,e.R=a,a.U=e):(e.U=i,i=e,t=e.R)):(r=t.C,t=e),t&&(t.U=i),!r)if(t&&t.C)t.C=!1;else{do{if(t===this._)break;if(t===i.L){if((n=i.R).C&&(n.C=!1,i.C=!0,mc(this,i),n=i.R),n.L&&n.L.C||n.R&&n.R.C){n.R&&n.R.C||(n.L.C=!1,n.C=!0,xc(this,n),n=i.R),n.C=i.C,i.C=n.R.C=!1,mc(this,i),t=this._;break}}else if((n=i.L).C&&(n.C=!1,i.C=!0,xc(this,i),n=i.L),n.L&&n.L.C||n.R&&n.R.C){n.L&&n.L.C||(n.R.C=!1,n.C=!0,mc(this,n),n=i.L),n.C=i.C,i.C=n.L.C=!1,xc(this,i),t=this._;break}n.C=!0,t=i,i=i.U}while(!t.C);t&&(t.C=!1)}}};var K_,tb,nb,eb,rb,ib=[],ob=[],ab=1e-6,ub=1e-12;Bc.prototype={constructor:Bc,polygons:function(){var t=this.edges;return this.cells.map(function(n){var e=n.halfedges.map(function(e){return kc(n,t[e])});return e.data=n.site.data,e})},triangles:function(){var t=[],n=this.edges;return this.cells.forEach(function(e,r){if(o=(i=e.halfedges).length)for(var i,o,a,u=e.site,f=-1,c=n[i[o-1]],s=c.left===u?c.right:c.left;++f=u)return null;var f=t-i.site[0],c=n-i.site[1],s=f*f+c*c;do{i=o.cells[r=a],a=null,i.halfedges.forEach(function(e){var r=o.edges[e],u=r.left;if(u!==i.site&&u||(u=r.right)){var f=t-u[0],c=n-u[1],l=f*f+c*c;lt?1:n>=t?0:NaN},t.deviation=a,t.extent=u,t.histogram=function(){function t(t){var i,o,a=t.length,u=new Array(a);for(i=0;il;)h.pop(),--p;var v,g=new Array(p+1);for(i=0;i<=p;++i)(v=g[i]=[]).x0=i>0?h[i-1]:c,v.x1=i=o.length)return null!=e&&n.sort(e),null!=r?r(n):n;for(var f,c,s,l=-1,h=n.length,d=o[i++],p=he(),v=a();++lo.length)return t;var i,u=a[e-1];return null!=r&&e>=o.length?i=t.entries():(i=[],t.each(function(t,r){i.push({key:r,values:n(t,e)})})),null!=u?i.sort(function(t,n){return u(t.key,n.key)}):i}var e,r,i,o=[],a=[];return i={object:function(n){return t(n,0,de,pe)},map:function(n){return t(n,0,ve,ge)},entries:function(e){return n(t(e,0,ve,ge),0)},key:function(t){return o.push(t),i},sortKeys:function(t){return a[o.length-1]=t,i},sortValues:function(t){return e=t,i},rollup:function(t){return r=t,i}}},t.set=_e,t.map=he,t.keys=function(t){var n=[];for(var e in t)n.push(e);return n},t.values=function(t){var n=[];for(var e in t)n.push(t[e]);return n},t.entries=function(t){var n=[];for(var e in t)n.push({key:e,value:t[e]});return n},t.color=kt,t.rgb=Rt,t.hsl=qt,t.lab=Ft,t.hcl=$t,t.lch=function(t,n,e,r){return 1===arguments.length?Vt(t):new Wt(e,n,t,null==r?1:r)},t.gray=function(t,n){return new It(t,0,0,null==n?1:n)},t.cubehelix=Zt,t.contours=Me,t.contourDensity=function(){function t(t){var e=new Float32Array(v*y),r=new Float32Array(v*y);t.forEach(function(t,n,r){var i=a(t,n,r)+p>>h,o=u(t,n,r)+p>>h;i>=0&&i=0&&o>h),Te({width:v,height:y,data:r},{width:v,height:y,data:e},l>>h),Ae({width:v,height:y,data:e},{width:v,height:y,data:r},l>>h),Te({width:v,height:y,data:r},{width:v,height:y,data:e},l>>h),Ae({width:v,height:y,data:e},{width:v,height:y,data:r},l>>h),Te({width:v,height:y,data:r},{width:v,height:y,data:e},l>>h);var i=_(e);if(!Array.isArray(i)){var o=g(e);i=d(0,o,i),(i=s(0,Math.floor(o/i)*i,i)).shift()}return Me().thresholds(i).size([v,y])(e).map(n)}function n(t){return t.value*=Math.pow(2,-2*h),t.coordinates.forEach(e),t}function e(t){t.forEach(r)}function r(t){t.forEach(i)}function i(t){t[0]=t[0]*Math.pow(2,h)-p,t[1]=t[1]*Math.pow(2,h)-p}function o(){return p=3*l,v=f+2*p>>h,y=c+2*p>>h,t}var a=Ne,u=Se,f=960,c=500,l=20,h=2,p=3*l,v=f+2*p>>h,y=c+2*p>>h,_=me(20);return t.x=function(n){return arguments.length?(a="function"==typeof n?n:me(+n),t):a},t.y=function(n){return arguments.length?(u="function"==typeof n?n:me(+n),t):u},t.size=function(t){if(!arguments.length)return[f,c];var n=Math.ceil(t[0]),e=Math.ceil(t[1]);if(!(n>=0||n>=0))throw new Error("invalid size");return f=n,c=e,o()},t.cellSize=function(t){if(!arguments.length)return 1<=1))throw new Error("invalid cell size");return h=Math.floor(Math.log(t)/Math.LN2),o()},t.thresholds=function(n){return arguments.length?(_="function"==typeof n?n:Array.isArray(n)?me(Uh.call(n)):me(n),t):_},t.bandwidth=function(t){if(!arguments.length)return Math.sqrt(l*(l+1));if(!((t=+t)>=0))throw new Error("invalid bandwidth");return l=Math.round((Math.sqrt(4*t*t+1)-1)/2),o()},t},t.dispatch=N,t.drag=function(){function n(t){t.on("mousedown.drag",e).filter(g).on("touchstart.drag",o).on("touchmove.drag",a).on("touchend.drag touchcancel.drag",u).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function e(){if(!h&&d.apply(this,arguments)){var n=f("mouse",p.apply(this,arguments),pt,this,arguments);n&&(ct(t.event.view).on("mousemove.drag",r,!0).on("mouseup.drag",i,!0),_t(t.event.view),gt(),l=!1,c=t.event.clientX,s=t.event.clientY,n("start"))}}function r(){if(yt(),!l){var n=t.event.clientX-c,e=t.event.clientY-s;l=n*n+e*e>m}y.mouse("drag")}function i(){ct(t.event.view).on("mousemove.drag mouseup.drag",null),bt(t.event.view,l),yt(),y.mouse("end")}function o(){if(d.apply(this,arguments)){var n,e,r=t.event.changedTouches,i=p.apply(this,arguments),o=r.length;for(n=0;nf+d||ic+d||or.index){var p=f-u.x-u.vx,v=c-u.y-u.vy,g=p*p+v*v;gt.r&&(t.r=t[n].r)}function r(){if(i){var n,e,r=i.length;for(o=new Array(r),n=0;n=s)){(t.data!==o||t.next)&&(0===i&&(i=Oe(),d+=i*i),0===f&&(f=Oe(),d+=f*f),d1?(null==n?l.remove(t):l.set(t,i(n)),o):l.get(t)},find:function(n,e,r){var i,o,a,u,f,c=0,s=t.length;for(null==r?r=1/0:r*=r,c=0;c1?(d.on(t,n),o):d.on(t)}}},t.forceX=function(t){function n(t){for(var n,e=0,a=r.length;eOr(r[0],r[1])&&(r[1]=i[1]),Or(i[0],r[1])>Or(r[0],r[1])&&(r[0]=i[0])):o.push(r=i);for(a=-1/0,n=0,r=o[e=o.length-1];n<=e;r=i,++n)i=o[n],(u=Or(r[1],i[0]))>a&&(a=u,yd=i[0],bd=r[1])}return Td=Nd=null,yd===1/0||_d===1/0?[[NaN,NaN],[NaN,NaN]]:[[yd,_d],[bd,md]]},t.geoCentroid=function(t){Sd=Ed=kd=Cd=Pd=zd=Rd=Ld=Dd=Ud=qd=0,br(t,yp);var n=Dd,e=Ud,r=qd,i=n*n+e*e+r*r;return i=.12&&i<.234&&r>=-.425&&r<-.214?c:i>=.166&&i<.234&&r>=-.214&&r<-.115?s:f).invert(t)},t.stream=function(t){return e&&r===t?e:e=function(t){var n=t.length;return{point:function(e,r){for(var i=-1;++i2?t[2]+90:90]):(t=e(),[t[0],t[1],t[2]-90])},e([0,0,90]).scale(159.155)},t.geoTransverseMercatorRaw=No,t.geoRotation=ii,t.geoStream=br,t.geoTransform=function(t){return{stream:Qi(t)}},t.cluster=function(){function t(t){var o,a=0;t.eachAfter(function(t){var e=t.children;e?(t.x=function(t){return t.reduce(Eo,0)/t.length}(e),t.y=function(t){return 1+t.reduce(ko,0)}(e)):(t.x=o?a+=n(t,o):0,t.y=0,o=t)});var u=function(t){for(var n;n=t.children;)t=n[0];return t}(t),f=function(t){for(var n;n=t.children;)t=n[n.length-1];return t}(t),c=u.x-n(u,f)/2,s=f.x+n(f,u)/2;return t.eachAfter(i?function(n){n.x=(n.x-t.x)*e,n.y=(t.y-n.y)*r}:function(n){n.x=(n.x-c)/(s-c)*e,n.y=(1-(t.y?n.y/t.y:1))*r})}var n=So,e=1,r=1,i=!1;return t.separation=function(e){return arguments.length?(n=e,t):n},t.size=function(n){return arguments.length?(i=!1,e=+n[0],r=+n[1],t):i?null:[e,r]},t.nodeSize=function(n){return arguments.length?(i=!0,e=+n[0],r=+n[1],t):i?[e,r]:null},t},t.hierarchy=Po,t.pack=function(){function t(t){return t.x=e/2,t.y=r/2,n?t.eachBefore(Qo(n)).eachAfter(Jo(i,.5)).eachBefore(Ko(1)):t.eachBefore(Qo(Zo)).eachAfter(Jo($o,1)).eachAfter(Jo(i,t.r/Math.min(e,r))).eachBefore(Ko(Math.min(e,r)/(2*t.r))),t}var n=null,e=1,r=1,i=$o;return t.radius=function(e){return arguments.length?(n=function(t){return null==t?null:Vo(t)}(e),t):n},t.size=function(n){return arguments.length?(e=+n[0],r=+n[1],t):[e,r]},t.padding=function(n){return arguments.length?(i="function"==typeof n?n:Wo(+n),t):i},t},t.packSiblings=function(t){return Go(t),t},t.packEnclose=Uo,t.partition=function(){function t(t){var o=t.height+1;return t.x0=t.y0=r,t.x1=n,t.y1=e/o,t.eachBefore(function(t,n){return function(e){e.children&&na(e,e.x0,t*(e.depth+1)/n,e.x1,t*(e.depth+2)/n);var i=e.x0,o=e.y0,a=e.x1-r,u=e.y1-r;a0)throw new Error("cycle");return o}var n=ea,e=ra;return t.id=function(e){return arguments.length?(n=Vo(e),t):n},t.parentId=function(n){return arguments.length?(e=Vo(n),t):e},t},t.tree=function(){function t(t){var f=function(t){for(var n,e,r,i,o,a=new ca(t,0),u=[a];n=u.pop();)if(r=n._.children)for(n.children=new Array(o=r.length),i=o-1;i>=0;--i)u.push(e=n.children[i]=new ca(r[i],i)),e.parent=n;return(a.parent=new ca(null,0)).children=[a],a}(t);if(f.eachAfter(n),f.parent.m=-f.z,f.eachBefore(e),u)t.eachBefore(r);else{var c=t,s=t,l=t;t.eachBefore(function(t){t.xs.x&&(s=t),t.depth>l.depth&&(l=t)});var h=c===s?1:i(c,s)/2,d=h-c.x,p=o/(s.x+h+d),v=a/(l.depth||1);t.eachBefore(function(t){t.x=(t.x+d)*p,t.y=t.depth*v})}return t}function n(t){var n=t.children,e=t.parent.children,r=t.i?e[t.i-1]:null;if(n){(function(t){for(var n,e=0,r=0,i=t.children,o=i.length;--o>=0;)(n=i[o]).z+=e,n.m+=e,e+=n.s+(r+=n.c)})(t);var o=(n[0].z+n[n.length-1].z)/2;r?(t.z=r.z+i(t._,r._),t.m=t.z-o):t.z=o}else r&&(t.z=r.z+i(t._,r._));t.parent.A=function(t,n,e){if(n){for(var r,o=t,a=t,u=n,f=o.parent.children[0],c=o.m,s=a.m,l=u.m,h=f.m;u=aa(u),o=oa(o),u&&o;)f=oa(f),(a=aa(a)).a=t,(r=u.z+l-o.z-c+i(u._,o._))>0&&(ua(fa(u,t,e),t,r),c+=r,s+=r),l+=u.m,c+=o.m,h+=f.m,s+=a.m;u&&!aa(a)&&(a.t=u,a.m+=l-s),o&&!oa(f)&&(f.t=o,f.m+=c-h,e=t)}return e}(t,r,t.parent.A||e[0])}function e(t){t._.x=t.z+t.parent.m,t.m+=t.parent.m}function r(t){t.x*=o,t.y=t.depth*a}var i=ia,o=1,a=1,u=null;return t.separation=function(n){return arguments.length?(i=n,t):i},t.size=function(n){return arguments.length?(u=!1,o=+n[0],a=+n[1],t):u?null:[o,a]},t.nodeSize=function(n){return arguments.length?(u=!0,o=+n[0],a=+n[1],t):u?[o,a]:null},t},t.treemap=function(){function t(t){return t.x0=t.y0=0,t.x1=i,t.y1=o,t.eachBefore(n),a=[0],r&&t.eachBefore(ta),t}function n(t){var n=a[t.depth],r=t.x0+n,i=t.y0+n,o=t.x1-n,h=t.y1-n;o=n-1){var c=f[t];return c.x0=r,c.y0=i,c.x1=a,void(c.y1=u)}for(var l=s[t],h=e/2+l,d=t+1,p=n-1;d>>1;s[v]u-i){var _=(r*y+a*g)/e;o(t,d,g,r,i,_,u),o(d,n,y,_,i,a,u)}else{var b=(i*y+u*g)/e;o(t,d,g,r,i,a,b),o(d,n,y,r,b,a,u)}}var a,u,f=t.children,c=f.length,s=new Array(c+1);for(s[0]=u=a=0;a=0;--n)c.push(t[r[o[n]][2]]);for(n=+u;nu!=c>u&&a<(f-e)*(u-r)/(c-r)+e&&(s=!s),f=e,c=r;return s},t.polygonLength=function(t){for(var n,e,r=-1,i=t.length,o=t[i-1],a=o[0],u=o[1],f=0;++r1)&&(t-=Math.floor(t));var n=Math.abs(t-.5);return f_.h=360*t-100,f_.s=1.5-1.5*n,f_.l=.8-.9*n,f_+""},t.interpolateWarm=a_,t.interpolateCool=u_,t.interpolateSinebow=function(t){var n;return t=(.5-t)*Math.PI,c_.r=255*(n=Math.sin(t))*n,c_.g=255*(n=Math.sin(t+s_))*n,c_.b=255*(n=Math.sin(t+l_))*n,c_+""},t.interpolateViridis=h_,t.interpolateMagma=d_,t.interpolateInferno=p_,t.interpolatePlasma=v_,t.create=function(t){return ct(C(t).call(document.documentElement))},t.creator=C,t.local=st,t.matcher=bs,t.mouse=pt,t.namespace=k,t.namespaces=vs,t.clientPoint=dt,t.select=ct,t.selectAll=function(t){return"string"==typeof t?new ut([document.querySelectorAll(t)],[document.documentElement]):new ut([null==t?[]:t],ws)},t.selection=ft,t.selector=z,t.selectorAll=L,t.style=F,t.touch=vt,t.touches=function(t,n){null==n&&(n=ht().touches);for(var e=0,r=n?n.length:0,i=new Array(r);eh;if(f||(f=t=oe()),lM_)if(p>N_-M_)f.moveTo(l*__(h),l*x_(h)),f.arc(0,0,l,h,d,!v),s>M_&&(f.moveTo(s*__(d),s*x_(d)),f.arc(0,0,s,d,h,v));else{var g,y,_=h,b=d,m=h,x=d,w=p,M=p,A=u.apply(this,arguments)/2,T=A>M_&&(i?+i.apply(this,arguments):w_(s*s+l*l)),N=m_(g_(l-s)/2,+r.apply(this,arguments)),S=N,E=N;if(T>M_){var k=hf(T/s*x_(A)),C=hf(T/l*x_(A));(w-=2*k)>M_?(k*=v?1:-1,m+=k,x-=k):(w=0,m=x=(h+d)/2),(M-=2*C)>M_?(C*=v?1:-1,_+=C,b-=C):(M=0,_=b=(h+d)/2)}var P=l*__(_),z=l*x_(_),R=s*__(x),L=s*x_(x);if(N>M_){var D=l*__(b),U=l*x_(b),q=s*__(m),O=s*x_(m);if(pM_?function(t,n,e,r,i,o,a,u){var f=e-t,c=r-n,s=a-i,l=u-o,h=(s*(n-o)-l*(t-i))/(l*f-s*c);return[t+h*f,n+h*c]}(P,z,q,O,D,U,R,L):[R,L],B=P-Y[0],F=z-Y[1],I=D-Y[0],j=U-Y[1],H=1/x_(function(t){return t>1?0:t<-1?A_:Math.acos(t)}((B*I+F*j)/(w_(B*B+F*F)*w_(I*I+j*j)))/2),X=w_(Y[0]*Y[0]+Y[1]*Y[1]);S=m_(N,(s-X)/(H-1)),E=m_(N,(l-X)/(H+1))}}M>M_?E>M_?(g=_f(q,O,P,z,l,E,v),y=_f(D,U,R,L,l,E,v),f.moveTo(g.cx+g.x01,g.cy+g.y01),EM_&&w>M_?S>M_?(g=_f(R,L,D,U,s,-S,v),y=_f(P,z,q,O,s,-S,v),f.lineTo(g.cx+g.x01,g.cy+g.y01),S0&&(d+=l);for(null!=e?p.sort(function(t,n){return e(v[t],v[n])}):null!=r&&p.sort(function(n,e){return r(t[n],t[e])}),u=0,c=d?(y-h*b)/d:0;u0?l*c:0)+b,v[f]={data:t[f],index:u,value:l,startAngle:g,endAngle:s,padAngle:_};return v}var n=Nf,e=Tf,r=null,i=lf(0),o=lf(N_),a=lf(0);return t.value=function(e){return arguments.length?(n="function"==typeof e?e:lf(+e),t):n},t.sortValues=function(n){return arguments.length?(e=n,r=null,t):e},t.sort=function(n){return arguments.length?(r=n,e=null,t):r},t.startAngle=function(n){return arguments.length?(i="function"==typeof n?n:lf(+n),t):i},t.endAngle=function(n){return arguments.length?(o="function"==typeof n?n:lf(+n),t):o},t.padAngle=function(n){return arguments.length?(a="function"==typeof n?n:lf(+n),t):a},t},t.areaRadial=Pf,t.radialArea=Pf,t.lineRadial=Cf,t.radialLine=Cf,t.pointRadial=zf,t.linkHorizontal=function(){return Df(Uf)},t.linkVertical=function(){return Df(qf)},t.linkRadial=function(){var t=Df(Of);return t.angle=t.x,delete t.x,t.radius=t.y,delete t.y,t},t.symbol=function(){function t(){var t;if(r||(r=t=oe()),n.apply(this,arguments).draw(r,+e.apply(this,arguments)),t)return r=null,t+""||null}var n=lf(k_),e=lf(64),r=null;return t.type=function(e){return arguments.length?(n="function"==typeof e?e:lf(e),t):n},t.size=function(n){return arguments.length?(e="function"==typeof n?n:lf(+n),t):e},t.context=function(n){return arguments.length?(r=null==n?null:n,t):r},t},t.symbols=X_,t.symbolCircle=k_,t.symbolCross=C_,t.symbolDiamond=R_,t.symbolSquare=O_,t.symbolStar=q_,t.symbolTriangle=B_,t.symbolWye=H_,t.curveBasisClosed=function(t){return new If(t)},t.curveBasisOpen=function(t){return new jf(t)},t.curveBasis=function(t){return new Ff(t)},t.curveBundle=G_,t.curveCardinalClosed=$_,t.curveCardinalOpen=W_,t.curveCardinal=V_,t.curveCatmullRomClosed=Q_,t.curveCatmullRomOpen=J_,t.curveCatmullRom=Z_,t.curveLinearClosed=function(t){return new Kf(t)},t.curveLinear=mf,t.curveMonotoneX=function(t){return new ic(t)},t.curveMonotoneY=function(t){return new oc(t)},t.curveNatural=function(t){return new uc(t)},t.curveStep=function(t){return new cc(t,.5)},t.curveStepAfter=function(t){return new cc(t,1)},t.curveStepBefore=function(t){return new cc(t,0)},t.stack=function(){function t(t){var o,a,u=n.apply(this,arguments),f=t.length,c=u.length,s=new Array(c);for(o=0;o0){for(var e,r,i,o=0,a=t[0].length;o1)for(var e,r,i,o,a,u,f=0,c=t[n[0]].length;f=0?(r[0]=o,r[1]=o+=i):i<0?(r[1]=a,r[0]=a+=i):r[0]=o},t.stackOffsetNone=sc,t.stackOffsetSilhouette=function(t,n){if((e=t.length)>0){for(var e,r=0,i=t[n[0]],o=i.length;r0&&(r=(e=t[n[0]]).length)>0){for(var e,r,i,o=0,a=1;aLl&&e.name===n)return new On([[t]],hh,n,+r)}return null},t.interrupt=Dn,t.voronoi=function(){function t(t){return new Bc(t.map(function(r,i){var o=[Math.round(n(r,i,t)/ab)*ab,Math.round(e(r,i,t)/ab)*ab];return o.index=i,o.data=r,o}),r)}var n=gc,e=yc,r=null;return t.polygons=function(n){return t(n).polygons()},t.links=function(n){return t(n).links()},t.triangles=function(n){return t(n).triangles()},t.x=function(e){return arguments.length?(n="function"==typeof e?e:vc(+e),t):n},t.y=function(n){return arguments.length?(e="function"==typeof n?n:vc(+n),t):e},t.extent=function(n){return arguments.length?(r=null==n?null:[[+n[0][0],+n[0][1]],[+n[1][0],+n[1][1]]],t):r&&[[r[0][0],r[0][1]],[r[1][0],r[1][1]]]},t.size=function(n){return arguments.length?(r=null==n?null:[[0,0],[+n[0],+n[1]]],t):r&&[r[1][0]-r[0][0],r[1][1]-r[0][1]]},t},t.zoom=function(){function n(t){t.property("__zoom",$c).on("wheel.zoom",f).on("mousedown.zoom",c).on("dblclick.zoom",s).filter(m).on("touchstart.zoom",l).on("touchmove.zoom",h).on("touchend.zoom touchcancel.zoom",d).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function e(t,n){return(n=Math.max(x[0],Math.min(x[1],n)))===t.k?t:new Ic(n,t.x,t.y)}function r(t,n,e){var r=n[0]-e[0]*t.k,i=n[1]-e[1]*t.k;return r===t.x&&i===t.y?t:new Ic(t.k,r,i)}function i(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}function o(t,n,e){t.on("start.zoom",function(){a(this,arguments).start()}).on("interrupt.zoom end.zoom",function(){a(this,arguments).end()}).tween("zoom",function(){var t=arguments,r=a(this,t),o=y.apply(this,t),u=e||i(o),f=Math.max(o[1][0]-o[0][0],o[1][1]-o[0][1]),c=this.__zoom,s="function"==typeof n?n.apply(this,t):n,l=A(c.invert(u).concat(f/c.k),s.invert(u).concat(f/s.k));return function(t){if(1===t)t=s;else{var n=l(t),e=f/n[2];t=new Ic(e,u[0]-n[0]*e,u[1]-n[1]*e)}r.zoom(null,t)}})}function a(t,n){for(var e,r=0,i=T.length;rC}n.zoom("mouse",_(r(n.that.__zoom,n.mouse[0]=pt(n.that),n.mouse[1]),n.extent,w))},!0).on("mouseup.zoom",function(){e.on("mousemove.zoom mouseup.zoom",null),bt(t.event.view,n.moved),Xc(),n.end()},!0),i=pt(this),o=t.event.clientX,u=t.event.clientY;_t(t.event.view),Hc(),n.mouse=[i,this.__zoom.invert(i)],Dn(this),n.start()}}function s(){if(g.apply(this,arguments)){var i=this.__zoom,a=pt(this),u=i.invert(a),f=i.k*(t.event.shiftKey?.5:2),c=_(r(e(i,f),a,u),y.apply(this,arguments),w);Xc(),M>0?ct(this).transition().duration(M).call(o,c,a):ct(this).call(n.transform,c)}}function l(){if(g.apply(this,arguments)){var n,e,r,i,o=a(this,arguments),u=t.event.changedTouches,f=u.length;for(Hc(),e=0;e.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{background-color:rgba(0,0,0,0);display:block}.scroll-demo{padding:10px;position:relative;border:1px solid #f4f4f4;overflow:auto;height:300px}.scroll-demo .horz-scroll-content{width:1600px}.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#f4f4f4;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#59667a}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#f4f4f4;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#59667a}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear, opacity 0.2s linear;transition:background-color 0.2s linear, opacity 0.2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#59667a;border-radius:4px;-webkit-transition:background-color 0.2s linear;transition:background-color 0.2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{right:3px;width:8px;display:none;position:absolute;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear, opacity 0.2s linear;transition:background-color 0.2s linear, opacity 0.2s linear}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{width:10px;position:absolute;background-color:#59667a;border-radius:4px;-webkit-transition:background-color 0.2s linear;transition:background-color 0.2s linear;right:0}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#59667a;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{width:128px;background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#59667a;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#f4f4f4;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#f4f4f4;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#59667a}.always-visible.ps-container>.ps-scrollbar-x-rail{opacity:0.6}.always-visible.ps-container>.ps-scrollbar-y-rail{opacity:0.6}.large-margin.ps-container>.ps-scrollbar-x-rail{margin:0 25%}.large-margin.ps-container>.ps-scrollbar-y-rail{margin:100px 0}scrollbar/scrollbar.min.js000064400000062260151162653250011646 0ustar00!function t(e,n,r){function o(l,a){if(!n[l]){if(!e[l]){var s="function"==typeof require&&require;if(!a&&s)return s(l,!0);if(i)return i(l,!0);var c=new Error("Cannot find module '"+l+"'");throw c.code="MODULE_NOT_FOUND",c}var u=n[l]={exports:{}};e[l][0].call(u.exports,function(t){var n=e[l][1][t];return o(n?n:t)},u,u.exports,t,e,n,r)}return n[l].exports}for(var i="function"==typeof require&&require,l=0;l=0&&n.splice(r,1),t.className=n.join(" ")}n.add=function(t,e){t.classList?t.classList.add(e):r(t,e)},n.remove=function(t,e){t.classList?t.classList.remove(e):o(t,e)},n.list=function(t){return t.classList?Array.prototype.slice.apply(t.classList):t.className.split(" ")}},{}],3:[function(t,e,n){"use strict";function r(t,e){return window.getComputedStyle(t)[e]}function o(t,e,n){return"number"==typeof n&&(n=n.toString()+"px"),t.style[e]=n,t}function i(t,e){for(var n in e){var r=e[n];"number"==typeof r&&(r=r.toString()+"px"),t.style[n]=r}return t}var l={};l.e=function(t,e){var n=document.createElement(t);return n.className=e,n},l.appendTo=function(t,e){return e.appendChild(t),t},l.css=function(t,e,n){return"object"==typeof e?i(t,e):"undefined"==typeof n?r(t,e):o(t,e,n)},l.matches=function(t,e){return"undefined"!=typeof t.matches?t.matches(e):"undefined"!=typeof t.matchesSelector?t.matchesSelector(e):"undefined"!=typeof t.webkitMatchesSelector?t.webkitMatchesSelector(e):"undefined"!=typeof t.mozMatchesSelector?t.mozMatchesSelector(e):"undefined"!=typeof t.msMatchesSelector?t.msMatchesSelector(e):void 0},l.remove=function(t){"undefined"!=typeof t.remove?t.remove():t.parentNode&&t.parentNode.removeChild(t)},l.queryChildren=function(t,e){return Array.prototype.filter.call(t.childNodes,function(t){return l.matches(t,e)})},e.exports=l},{}],4:[function(t,e,n){"use strict";var r=function(t){this.element=t,this.events={}};r.prototype.bind=function(t,e){"undefined"==typeof this.events[t]&&(this.events[t]=[]),this.events[t].push(e),this.element.addEventListener(t,e,!1)},r.prototype.unbind=function(t,e){var n="undefined"!=typeof e;this.events[t]=this.events[t].filter(function(r){return n&&r!==e?!0:(this.element.removeEventListener(t,r,!1),!1)},this)},r.prototype.unbindAll=function(){for(var t in this.events)this.unbind(t)};var o=function(){this.eventElements=[]};o.prototype.eventElement=function(t){var e=this.eventElements.filter(function(e){return e.element===t})[0];return"undefined"==typeof e&&(e=new r(t),this.eventElements.push(e)),e},o.prototype.bind=function(t,e,n){this.eventElement(t).bind(e,n)},o.prototype.unbind=function(t,e,n){this.eventElement(t).unbind(e,n)},o.prototype.unbindAll=function(){for(var t=0;tu?u=0:u>1&&(u=1),a(t,"top",(e.contentHeight-e.containerHeight)*u),l(t),r.stopPropagation()}),e.settings.stopPropagationOnClick&&e.event.bind(e.scrollbarX,"click",r),e.event.bind(e.scrollbarXRail,"click",function(r){var i=o.toInt(e.scrollbarXWidth/2),s=e.railXRatio*(r.pageX-window.pageXOffset-n(e.scrollbarXRail).left-i),c=e.railXRatio*(e.railXWidth-e.scrollbarXWidth),u=s/c;0>u?u=0:u>1&&(u=1),a(t,"left",(e.contentWidth-e.containerWidth)*u-e.negativeScrollAdjustment),l(t),r.stopPropagation()})}var o=t("../../lib/helper"),i=t("../instances"),l=t("../update-geometry"),a=t("../update-scroll");e.exports=function(t){var e=i.get(t);r(t,e)}},{"../../lib/helper":6,"../instances":18,"../update-geometry":19,"../update-scroll":20}],11:[function(t,e,n){"use strict";function r(t,e){function n(n){var o=r+n*e.railXRatio,l=Math.max(0,e.scrollbarXRail.getBoundingClientRect().left)+e.railXRatio*(e.railXWidth-e.scrollbarXWidth);0>o?e.scrollbarXLeft=0:o>l?e.scrollbarXLeft=l:e.scrollbarXLeft=o;var a=i.toInt(e.scrollbarXLeft*(e.contentWidth-e.containerWidth)/(e.containerWidth-e.railXRatio*e.scrollbarXWidth))-e.negativeScrollAdjustment;c(t,"left",a)}var r=null,o=null,a=function(e){n(e.pageX-o),s(t),e.stopPropagation(),e.preventDefault()},u=function(){i.stopScrolling(t,"x"),e.event.unbind(e.ownerDocument,"mousemove",a)};e.event.bind(e.scrollbarX,"mousedown",function(n){o=n.pageX,r=i.toInt(l.css(e.scrollbarX,"left"))*e.railXRatio,i.startScrolling(t,"x"),e.event.bind(e.ownerDocument,"mousemove",a),e.event.once(e.ownerDocument,"mouseup",u),n.stopPropagation(),n.preventDefault()})}function o(t,e){function n(n){var o=r+n*e.railYRatio,l=Math.max(0,e.scrollbarYRail.getBoundingClientRect().top)+e.railYRatio*(e.railYHeight-e.scrollbarYHeight);0>o?e.scrollbarYTop=0:o>l?e.scrollbarYTop=l:e.scrollbarYTop=o;var a=i.toInt(e.scrollbarYTop*(e.contentHeight-e.containerHeight)/(e.containerHeight-e.railYRatio*e.scrollbarYHeight));c(t,"top",a)}var r=null,o=null,a=function(e){n(e.pageY-o),s(t),e.stopPropagation(),e.preventDefault()},u=function(){i.stopScrolling(t,"y"),e.event.unbind(e.ownerDocument,"mousemove",a)};e.event.bind(e.scrollbarY,"mousedown",function(n){o=n.pageY,r=i.toInt(l.css(e.scrollbarY,"top"))*e.railYRatio,i.startScrolling(t,"y"),e.event.bind(e.ownerDocument,"mousemove",a),e.event.once(e.ownerDocument,"mouseup",u),n.stopPropagation(),n.preventDefault()})}var i=t("../../lib/helper"),l=t("../../lib/dom"),a=t("../instances"),s=t("../update-geometry"),c=t("../update-scroll");e.exports=function(t){var e=a.get(t);r(t,e),o(t,e)}},{"../../lib/dom":3,"../../lib/helper":6,"../instances":18,"../update-geometry":19,"../update-scroll":20}],12:[function(t,e,n){"use strict";function r(t,e){function n(n,r){var o=t.scrollTop;if(0===n){if(!e.scrollbarYActive)return!1;if(0===o&&r>0||o>=e.contentHeight-e.containerHeight&&0>r)return!e.settings.wheelPropagation}var i=t.scrollLeft;if(0===r){if(!e.scrollbarXActive)return!1;if(0===i&&0>n||i>=e.contentWidth-e.containerWidth&&n>0)return!e.settings.wheelPropagation}return!0}var r=!1;e.event.bind(t,"mouseenter",function(){r=!0}),e.event.bind(t,"mouseleave",function(){r=!1});var l=!1;e.event.bind(e.ownerDocument,"keydown",function(c){if(!c.isDefaultPrevented||!c.isDefaultPrevented()){var u=i.matches(e.scrollbarX,":focus")||i.matches(e.scrollbarY,":focus");if(r||u){var d=document.activeElement?document.activeElement:e.ownerDocument.activeElement;if(d){if("IFRAME"===d.tagName)d=d.contentDocument.activeElement;else for(;d.shadowRoot;)d=d.shadowRoot.activeElement;if(o.isEditable(d))return}var p=0,f=0;switch(c.which){case 37:p=-30;break;case 38:f=30;break;case 39:p=30;break;case 40:f=-30;break;case 33:f=90;break;case 32:f=c.shiftKey?90:-90;break;case 34:f=-90;break;case 35:f=c.ctrlKey?-e.contentHeight:-e.containerHeight;break;case 36:f=c.ctrlKey?t.scrollTop:e.containerHeight;break;default:return}s(t,"top",t.scrollTop-f),s(t,"left",t.scrollLeft+p),a(t),l=n(p,f),l&&c.preventDefault()}}})}var o=t("../../lib/helper"),i=t("../../lib/dom"),l=t("../instances"),a=t("../update-geometry"),s=t("../update-scroll");e.exports=function(t){var e=l.get(t);r(t,e)}},{"../../lib/dom":3,"../../lib/helper":6,"../instances":18,"../update-geometry":19,"../update-scroll":20}],13:[function(t,e,n){"use strict";function r(t,e){function n(n,r){var o=t.scrollTop;if(0===n){if(!e.scrollbarYActive)return!1;if(0===o&&r>0||o>=e.contentHeight-e.containerHeight&&0>r)return!e.settings.wheelPropagation}var i=t.scrollLeft;if(0===r){if(!e.scrollbarXActive)return!1;if(0===i&&0>n||i>=e.contentWidth-e.containerWidth&&n>0)return!e.settings.wheelPropagation}return!0}function r(t){var e=t.deltaX,n=-1*t.deltaY;return"undefined"!=typeof e&&"undefined"!=typeof n||(e=-1*t.wheelDeltaX/6,n=t.wheelDeltaY/6),t.deltaMode&&1===t.deltaMode&&(e*=10,n*=10),e!==e&&n!==n&&(e=0,n=t.wheelDelta),[e,n]}function o(e,n){var r=t.querySelector("textarea:hover, .ps-child:hover");if(r){if("TEXTAREA"!==r.tagName&&!window.getComputedStyle(r).overflow.match(/(scroll|auto)/))return!1;var o=r.scrollHeight-r.clientHeight;if(o>0&&!(0===r.scrollTop&&n>0||r.scrollTop===o&&0>n))return!0;var i=r.scrollLeft-r.clientWidth;if(i>0&&!(0===r.scrollLeft&&0>e||r.scrollLeft===i&&e>0))return!0}return!1}function a(a){var c=r(a),u=c[0],d=c[1];o(u,d)||(s=!1,e.settings.useBothWheelAxes?e.scrollbarYActive&&!e.scrollbarXActive?(d?l(t,"top",t.scrollTop-d*e.settings.wheelSpeed):l(t,"top",t.scrollTop+u*e.settings.wheelSpeed),s=!0):e.scrollbarXActive&&!e.scrollbarYActive&&(u?l(t,"left",t.scrollLeft+u*e.settings.wheelSpeed):l(t,"left",t.scrollLeft-d*e.settings.wheelSpeed),s=!0):(l(t,"top",t.scrollTop-d*e.settings.wheelSpeed),l(t,"left",t.scrollLeft+u*e.settings.wheelSpeed)),i(t),s=s||n(u,d),s&&(a.stopPropagation(),a.preventDefault()))}var s=!1;"undefined"!=typeof window.onwheel?e.event.bind(t,"wheel",a):"undefined"!=typeof window.onmousewheel&&e.event.bind(t,"mousewheel",a)}var o=t("../instances"),i=t("../update-geometry"),l=t("../update-scroll");e.exports=function(t){var e=o.get(t);r(t,e)}},{"../instances":18,"../update-geometry":19,"../update-scroll":20}],14:[function(t,e,n){"use strict";function r(t,e){e.event.bind(t,"scroll",function(){i(t)})}var o=t("../instances"),i=t("../update-geometry");e.exports=function(t){var e=o.get(t);r(t,e)}},{"../instances":18,"../update-geometry":19}],15:[function(t,e,n){"use strict";function r(t,e){function n(){var t=window.getSelection?window.getSelection():document.getSelection?document.getSelection():"";return 0===t.toString().length?null:t.getRangeAt(0).commonAncestorContainer}function r(){c||(c=setInterval(function(){return i.get(t)?(a(t,"top",t.scrollTop+u.top),a(t,"left",t.scrollLeft+u.left),void l(t)):void clearInterval(c)},50))}function s(){c&&(clearInterval(c),c=null),o.stopScrolling(t)}var c=null,u={top:0,left:0},d=!1;e.event.bind(e.ownerDocument,"selectionchange",function(){t.contains(n())?d=!0:(d=!1,s())}),e.event.bind(window,"mouseup",function(){d&&(d=!1,s())}),e.event.bind(window,"mousemove",function(e){if(d){var n={x:e.pageX,y:e.pageY},i={left:t.offsetLeft,right:t.offsetLeft+t.offsetWidth,top:t.offsetTop,bottom:t.offsetTop+t.offsetHeight};n.xi.right-3?(u.left=5,o.startScrolling(t,"x")):u.left=0,n.yi.bottom-3?(n.y-i.bottom+3<5?u.top=5:u.top=20,o.startScrolling(t,"y")):u.top=0,0===u.top&&0===u.left?s():r()}})}var o=t("../../lib/helper"),i=t("../instances"),l=t("../update-geometry"),a=t("../update-scroll");e.exports=function(t){var e=i.get(t);r(t,e)}},{"../../lib/helper":6,"../instances":18,"../update-geometry":19,"../update-scroll":20}],16:[function(t,e,n){"use strict";function r(t,e,n,r){function o(n,r){var o=t.scrollTop,i=t.scrollLeft,l=Math.abs(n),a=Math.abs(r);if(a>l){if(0>r&&o===e.contentHeight-e.containerHeight||r>0&&0===o)return!e.settings.swipePropagation}else if(l>a&&(0>n&&i===e.contentWidth-e.containerWidth||n>0&&0===i))return!e.settings.swipePropagation;return!0}function s(e,n){a(t,"top",t.scrollTop-n),a(t,"left",t.scrollLeft-e),l(t)}function c(){Y=!0}function u(){Y=!1}function d(t){return t.targetTouches?t.targetTouches[0]:t}function p(t){return t.targetTouches&&1===t.targetTouches.length?!0:!(!t.pointerType||"mouse"===t.pointerType||t.pointerType===t.MSPOINTER_TYPE_MOUSE)}function f(t){if(p(t)){w=!0;var e=d(t);v.pageX=e.pageX,v.pageY=e.pageY,g=(new Date).getTime(),null!==y&&clearInterval(y),t.stopPropagation()}}function h(t){if(!w&&e.settings.swipePropagation&&f(t),!Y&&w&&p(t)){var n=d(t),r={pageX:n.pageX,pageY:n.pageY},i=r.pageX-v.pageX,l=r.pageY-v.pageY;s(i,l),v=r;var a=(new Date).getTime(),c=a-g;c>0&&(m.x=i/c,m.y=l/c,g=a),o(i,l)&&(t.stopPropagation(),t.preventDefault())}}function b(){!Y&&w&&(w=!1,clearInterval(y),y=setInterval(function(){return i.get(t)?Math.abs(m.x)<.01&&Math.abs(m.y)<.01?void clearInterval(y):(s(30*m.x,30*m.y),m.x*=.8,void(m.y*=.8)):void clearInterval(y)},10))}var v={},g=0,m={},y=null,Y=!1,w=!1;n&&(e.event.bind(window,"touchstart",c),e.event.bind(window,"touchend",u),e.event.bind(t,"touchstart",f),e.event.bind(t,"touchmove",h),e.event.bind(t,"touchend",b)),r&&(window.PointerEvent?(e.event.bind(window,"pointerdown",c),e.event.bind(window,"pointerup",u),e.event.bind(t,"pointerdown",f),e.event.bind(t,"pointermove",h),e.event.bind(t,"pointerup",b)):window.MSPointerEvent&&(e.event.bind(window,"MSPointerDown",c),e.event.bind(window,"MSPointerUp",u),e.event.bind(t,"MSPointerDown",f),e.event.bind(t,"MSPointerMove",h),e.event.bind(t,"MSPointerUp",b)))}var o=t("../../lib/helper"),i=t("../instances"),l=t("../update-geometry"),a=t("../update-scroll");e.exports=function(t){if(o.env.supportsTouch||o.env.supportsIePointer){var e=i.get(t);r(t,e,o.env.supportsTouch,o.env.supportsIePointer)}}},{"../../lib/helper":6,"../instances":18,"../update-geometry":19,"../update-scroll":20}],17:[function(t,e,n){"use strict";var r=t("../lib/helper"),o=t("../lib/class"),i=t("./instances"),l=t("./update-geometry"),a={"click-rail":t("./handler/click-rail"),"drag-scrollbar":t("./handler/drag-scrollbar"),keyboard:t("./handler/keyboard"),wheel:t("./handler/mouse-wheel"),touch:t("./handler/touch"),selection:t("./handler/selection")},s=t("./handler/native-scroll");e.exports=function(t,e){e="object"==typeof e?e:{},o.add(t,"ps-container");var n=i.add(t);n.settings=r.extend(n.settings,e),o.add(t,"ps-theme-"+n.settings.theme),n.settings.handlers.forEach(function(e){a[e](t)}),s(t),l(t)}},{"../lib/class":2,"../lib/helper":6,"./handler/click-rail":10,"./handler/drag-scrollbar":11,"./handler/keyboard":12,"./handler/mouse-wheel":13,"./handler/native-scroll":14,"./handler/selection":15,"./handler/touch":16,"./instances":18,"./update-geometry":19}],18:[function(t,e,n){"use strict";function r(t){function e(){s.add(t,"ps-focus")}function n(){s.remove(t,"ps-focus")}var r=this;r.settings=a.clone(c),r.containerWidth=null,r.containerHeight=null,r.contentWidth=null,r.contentHeight=null,r.isRtl="rtl"===u.css(t,"direction"),r.isNegativeScroll=function(){var e=t.scrollLeft,n=null;return t.scrollLeft=-1,n=t.scrollLeft<0,t.scrollLeft=e,n}(),r.negativeScrollAdjustment=r.isNegativeScroll?t.scrollWidth-t.clientWidth:0,r.event=new d,r.ownerDocument=t.ownerDocument||document,r.scrollbarXRail=u.appendTo(u.e("div","ps-scrollbar-x-rail"),t),r.scrollbarX=u.appendTo(u.e("div","ps-scrollbar-x"),r.scrollbarXRail),r.scrollbarX.setAttribute("tabindex",0),r.event.bind(r.scrollbarX,"focus",e),r.event.bind(r.scrollbarX,"blur",n),r.scrollbarXActive=null,r.scrollbarXWidth=null,r.scrollbarXLeft=null,r.scrollbarXBottom=a.toInt(u.css(r.scrollbarXRail,"bottom")),r.isScrollbarXUsingBottom=r.scrollbarXBottom===r.scrollbarXBottom,r.scrollbarXTop=r.isScrollbarXUsingBottom?null:a.toInt(u.css(r.scrollbarXRail,"top")),r.railBorderXWidth=a.toInt(u.css(r.scrollbarXRail,"borderLeftWidth"))+a.toInt(u.css(r.scrollbarXRail,"borderRightWidth")),u.css(r.scrollbarXRail,"display","block"),r.railXMarginWidth=a.toInt(u.css(r.scrollbarXRail,"marginLeft"))+a.toInt(u.css(r.scrollbarXRail,"marginRight")),u.css(r.scrollbarXRail,"display",""),r.railXWidth=null,r.railXRatio=null,r.scrollbarYRail=u.appendTo(u.e("div","ps-scrollbar-y-rail"),t),r.scrollbarY=u.appendTo(u.e("div","ps-scrollbar-y"),r.scrollbarYRail),r.scrollbarY.setAttribute("tabindex",0),r.event.bind(r.scrollbarY,"focus",e),r.event.bind(r.scrollbarY,"blur",n),r.scrollbarYActive=null,r.scrollbarYHeight=null,r.scrollbarYTop=null,r.scrollbarYRight=a.toInt(u.css(r.scrollbarYRail,"right")),r.isScrollbarYUsingRight=r.scrollbarYRight===r.scrollbarYRight,r.scrollbarYLeft=r.isScrollbarYUsingRight?null:a.toInt(u.css(r.scrollbarYRail,"left")),r.scrollbarYOuterWidth=r.isRtl?a.outerWidth(r.scrollbarY):null,r.railBorderYWidth=a.toInt(u.css(r.scrollbarYRail,"borderTopWidth"))+a.toInt(u.css(r.scrollbarYRail,"borderBottomWidth")),u.css(r.scrollbarYRail,"display","block"),r.railYMarginHeight=a.toInt(u.css(r.scrollbarYRail,"marginTop"))+a.toInt(u.css(r.scrollbarYRail,"marginBottom")),u.css(r.scrollbarYRail,"display",""),r.railYHeight=null,r.railYRatio=null}function o(t){return t.getAttribute("data-ps-id")}function i(t,e){t.setAttribute("data-ps-id",e)}function l(t){t.removeAttribute("data-ps-id")}var a=t("../lib/helper"),s=t("../lib/class"),c=t("./default-setting"),u=t("../lib/dom"),d=t("../lib/event-manager"),p=t("../lib/guid"),f={};n.add=function(t){var e=p();return i(t,e),f[e]=new r(t),f[e]},n.remove=function(t){delete f[o(t)],l(t)},n.get=function(t){return f[o(t)]}},{"../lib/class":2,"../lib/dom":3,"../lib/event-manager":4,"../lib/guid":5,"../lib/helper":6,"./default-setting":8}],19:[function(t,e,n){"use strict";function r(t,e){return t.settings.minScrollbarLength&&(e=Math.max(e,t.settings.minScrollbarLength)),t.settings.maxScrollbarLength&&(e=Math.min(e,t.settings.maxScrollbarLength)),e}function o(t,e){var n={width:e.railXWidth};e.isRtl?n.left=e.negativeScrollAdjustment+t.scrollLeft+e.containerWidth-e.contentWidth:n.left=t.scrollLeft,e.isScrollbarXUsingBottom?n.bottom=e.scrollbarXBottom-t.scrollTop:n.top=e.scrollbarXTop+t.scrollTop,a.css(e.scrollbarXRail,n);var r={top:t.scrollTop,height:e.railYHeight};e.isScrollbarYUsingRight?e.isRtl?r.right=e.contentWidth-(e.negativeScrollAdjustment+t.scrollLeft)-e.scrollbarYRight-e.scrollbarYOuterWidth:r.right=e.scrollbarYRight-t.scrollLeft:e.isRtl?r.left=e.negativeScrollAdjustment+t.scrollLeft+2*e.containerWidth-e.contentWidth-e.scrollbarYLeft-e.scrollbarYOuterWidth:r.left=e.scrollbarYLeft+t.scrollLeft,a.css(e.scrollbarYRail,r),a.css(e.scrollbarX,{left:e.scrollbarXLeft,width:e.scrollbarXWidth-e.railBorderXWidth}),a.css(e.scrollbarY,{top:e.scrollbarYTop,height:e.scrollbarYHeight-e.railBorderYWidth})}var i=t("../lib/helper"),l=t("../lib/class"),a=t("../lib/dom"),s=t("./instances"),c=t("./update-scroll");e.exports=function(t){var e=s.get(t);e.containerWidth=t.clientWidth,e.containerHeight=t.clientHeight,e.contentWidth=t.scrollWidth,e.contentHeight=t.scrollHeight;var n;t.contains(e.scrollbarXRail)||(n=a.queryChildren(t,".ps-scrollbar-x-rail"),n.length>0&&n.forEach(function(t){a.remove(t)}),a.appendTo(e.scrollbarXRail,t)),t.contains(e.scrollbarYRail)||(n=a.queryChildren(t,".ps-scrollbar-y-rail"),n.length>0&&n.forEach(function(t){a.remove(t)}),a.appendTo(e.scrollbarYRail,t)),!e.settings.suppressScrollX&&e.containerWidth+e.settings.scrollXMarginOffset=e.railXWidth-e.scrollbarXWidth&&(e.scrollbarXLeft=e.railXWidth-e.scrollbarXWidth),e.scrollbarYTop>=e.railYHeight-e.scrollbarYHeight&&(e.scrollbarYTop=e.railYHeight-e.scrollbarYHeight),o(t,e),e.scrollbarXActive?l.add(t,"ps-active-x"):(l.remove(t,"ps-active-x"),e.scrollbarXWidth=0,e.scrollbarXLeft=0,c(t,"left",0)),e.scrollbarYActive?l.add(t,"ps-active-y"):(l.remove(t,"ps-active-y"),e.scrollbarYHeight=0,e.scrollbarYTop=0,c(t,"top",0))}},{"../lib/class":2,"../lib/dom":3,"../lib/helper":6,"./instances":18,"./update-scroll":20}],20:[function(t,e,n){"use strict";var r,o,i=t("./instances"),l=document.createEvent("Event"),a=document.createEvent("Event"),s=document.createEvent("Event"),c=document.createEvent("Event"),u=document.createEvent("Event"),d=document.createEvent("Event"),p=document.createEvent("Event"),f=document.createEvent("Event"),h=document.createEvent("Event"),b=document.createEvent("Event");l.initEvent("ps-scroll-up",!0,!0),a.initEvent("ps-scroll-down",!0,!0),s.initEvent("ps-scroll-left",!0,!0),c.initEvent("ps-scroll-right",!0,!0),u.initEvent("ps-scroll-y",!0,!0),d.initEvent("ps-scroll-x",!0,!0),p.initEvent("ps-x-reach-start",!0,!0),f.initEvent("ps-x-reach-end",!0,!0),h.initEvent("ps-y-reach-start",!0,!0),b.initEvent("ps-y-reach-end",!0,!0),e.exports=function(t,e,n){if("undefined"==typeof t)throw"You must provide an element to the update-scroll function";if("undefined"==typeof e)throw"You must provide an axis to the update-scroll function";if("undefined"==typeof n)throw"You must provide a value to the update-scroll function";"top"===e&&0>=n&&(t.scrollTop=n=0,t.dispatchEvent(h)),"left"===e&&0>=n&&(t.scrollLeft=n=0,t.dispatchEvent(p));var v=i.get(t);"top"===e&&n>=v.contentHeight-v.containerHeight&&(n=v.contentHeight-v.containerHeight,n-t.scrollTop<=1?n=t.scrollTop:t.scrollTop=n,t.dispatchEvent(b)),"left"===e&&n>=v.contentWidth-v.containerWidth&&(n=v.contentWidth-v.containerWidth,n-t.scrollLeft<=1?n=t.scrollLeft:t.scrollLeft=n,t.dispatchEvent(f)),r||(r=t.scrollTop),o||(o=t.scrollLeft),"top"===e&&r>n&&t.dispatchEvent(l),"top"===e&&n>r&&t.dispatchEvent(a),"left"===e&&o>n&&t.dispatchEvent(s),"left"===e&&n>o&&t.dispatchEvent(c),"top"===e&&(t.scrollTop=r=n,t.dispatchEvent(u)),"left"===e&&(t.scrollLeft=o=n,t.dispatchEvent(d))}},{"./instances":18}],21:[function(t,e,n){"use strict";var r=t("../lib/helper"),o=t("../lib/dom"),i=t("./instances"),l=t("./update-geometry"),a=t("./update-scroll");e.exports=function(t){var e=i.get(t);e&&(e.negativeScrollAdjustment=e.isNegativeScroll?t.scrollWidth-t.clientWidth:0,o.css(e.scrollbarXRail,"display","block"),o.css(e.scrollbarYRail,"display","block"),e.railXMarginWidth=r.toInt(o.css(e.scrollbarXRail,"marginLeft"))+r.toInt(o.css(e.scrollbarXRail,"marginRight")),e.railYMarginHeight=r.toInt(o.css(e.scrollbarYRail,"marginTop"))+r.toInt(o.css(e.scrollbarYRail,"marginBottom")),o.css(e.scrollbarXRail,"display","none"),o.css(e.scrollbarYRail,"display","none"),l(t),a(t,"top",t.scrollTop),a(t,"left",t.scrollLeft),o.css(e.scrollbarXRail,"display",""),o.css(e.scrollbarYRail,"display",""))}},{"../lib/dom":3,"../lib/helper":6,"./instances":18,"./update-geometry":19,"./update-scroll":20}]},{},[1]);scrollbar/custom-scroll.js000064400000001436151162653250011705 0ustar00'use strict'; var scrollable_custom = { init: function() { $(".vertical-scroll").perfectScrollbar({ suppressScrollX: !0, wheelPropagation: !0 }), $(".horizontal-scroll").perfectScrollbar({ suppressScrollY: !0, wheelPropagation: !0 }), $(".both-side-scroll").perfectScrollbar({ wheelPropagation: !0 }), $(".visible-scroll").perfectScrollbar({ wheelPropagation: !0 }), $(".scrollbar-margins").perfectScrollbar({ wheelPropagation: !0 }), $(".click-drag-handler").perfectScrollbar({ handlers: ["click-rail", "drag-scrollbar"], wheelPropagation: !0 }) } }; (function($) { "use strict"; scrollable_custom.init(); })(jQuery);morris/morris.min.js000064400000105504151162653250010525 0ustar00/* @license morris.js v0.5.0 Copyright 2014 Olly Smith All rights reserved. Licensed under the BSD-2-Clause License. */ (function(){var a,b,c,d,e=[].slice,f=function(a,b){return function(){return a.apply(b,arguments)}},g={}.hasOwnProperty,h=function(a,b){function c(){this.constructor=a}for(var d in b)g.call(b,d)&&(a[d]=b[d]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a},i=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};b=window.Morris={},a=jQuery,b.EventEmitter=function(){function a(){}return a.prototype.on=function(a,b){return null==this.handlers&&(this.handlers={}),null==this.handlers[a]&&(this.handlers[a]=[]),this.handlers[a].push(b),this},a.prototype.fire=function(){var a,b,c,d,f,g,h;if(c=arguments[0],a=2<=arguments.length?e.call(arguments,1):[],null!=this.handlers&&null!=this.handlers[c]){for(g=this.handlers[c],h=[],d=0,f=g.length;f>d;d++)b=g[d],h.push(b.apply(null,a));return h}},a}(),b.commas=function(a){var b,c,d,e;return null!=a?(d=0>a?"-":"",b=Math.abs(a),c=Math.floor(b).toFixed(0),d+=c.replace(/(?=(?:\d{3})+$)(?!^)/g,","),e=b.toString(),e.length>c.length&&(d+=e.slice(c.length)),d):"-"},b.pad2=function(a){return(10>a?"0":"")+a},b.Grid=function(c){function d(b){this.resizeHandler=f(this.resizeHandler,this);var c=this;if(this.el="string"==typeof b.element?a(document.getElementById(b.element)):a(b.element),null==this.el||0===this.el.length)throw new Error("Graph container element not found");"static"===this.el.css("position")&&this.el.css("position","relative"),this.options=a.extend({},this.gridDefaults,this.defaults||{},b),"string"==typeof this.options.units&&(this.options.postUnits=b.units),this.raphael=new Raphael(this.el[0]),this.elementWidth=null,this.elementHeight=null,this.dirty=!1,this.selectFrom=null,this.init&&this.init(),this.setData(this.options.data),this.el.bind("mousemove",function(a){var b,d,e,f,g;return d=c.el.offset(),g=a.pageX-d.left,c.selectFrom?(b=c.data[c.hitTest(Math.min(g,c.selectFrom))]._x,e=c.data[c.hitTest(Math.max(g,c.selectFrom))]._x,f=e-b,c.selectionRect.attr({x:b,width:f})):c.fire("hovermove",g,a.pageY-d.top)}),this.el.bind("mouseleave",function(){return c.selectFrom&&(c.selectionRect.hide(),c.selectFrom=null),c.fire("hoverout")}),this.el.bind("touchstart touchmove touchend",function(a){var b,d;return d=a.originalEvent.touches[0]||a.originalEvent.changedTouches[0],b=c.el.offset(),c.fire("hovermove",d.pageX-b.left,d.pageY-b.top)}),this.el.bind("click",function(a){var b;return b=c.el.offset(),c.fire("gridclick",a.pageX-b.left,a.pageY-b.top)}),this.options.rangeSelect&&(this.selectionRect=this.raphael.rect(0,0,0,this.el.innerHeight()).attr({fill:this.options.rangeSelectColor,stroke:!1}).toBack().hide(),this.el.bind("mousedown",function(a){var b;return b=c.el.offset(),c.startRange(a.pageX-b.left)}),this.el.bind("mouseup",function(a){var b;return b=c.el.offset(),c.endRange(a.pageX-b.left),c.fire("hovermove",a.pageX-b.left,a.pageY-b.top)})),this.options.resize&&a(window).bind("resize",function(){return null!=c.timeoutId&&window.clearTimeout(c.timeoutId),c.timeoutId=window.setTimeout(c.resizeHandler,100)}),this.el.css("-webkit-tap-highlight-color","rgba(0,0,0,0)"),this.postInit&&this.postInit()}return h(d,c),d.prototype.gridDefaults={dateFormat:null,axes:!0,grid:!0,gridLineColor:"#aaa",gridStrokeWidth:.5,gridTextColor:"#888",gridTextSize:12,gridTextFamily:"sans-serif",gridTextWeight:"normal",hideHover:!1,yLabelFormat:null,xLabelAngle:0,numLines:5,padding:25,parseTime:!0,postUnits:"",preUnits:"",ymax:"auto",ymin:"auto 0",goals:[],goalStrokeWidth:1,goalLineColors:["#666633","#999966","#cc6666","#663333"],events:[],eventStrokeWidth:1,eventLineColors:["#005a04","#ccffbb","#3a5f0b","#005502"],rangeSelect:null,rangeSelectColor:"#eef",resize:!1},d.prototype.setData=function(a,c){var d,e,f,g,h,i,j,k,l,m,n,o,p,q,r;return null==c&&(c=!0),this.options.data=a,null==a||0===a.length?(this.data=[],this.raphael.clear(),null!=this.hover&&this.hover.hide(),void 0):(o=this.cumulative?0:null,p=this.cumulative?0:null,this.options.goals.length>0&&(h=Math.min.apply(Math,this.options.goals),g=Math.max.apply(Math,this.options.goals),p=null!=p?Math.min(p,h):h,o=null!=o?Math.max(o,g):g),this.data=function(){var c,d,g;for(g=[],f=c=0,d=a.length;d>c;f=++c)j=a[f],i={src:j},i.label=j[this.options.xkey],this.options.parseTime?(i.x=b.parseDate(i.label),this.options.dateFormat?i.label=this.options.dateFormat(i.x):"number"==typeof i.label&&(i.label=new Date(i.label).toString())):(i.x=f,this.options.xLabelFormat&&(i.label=this.options.xLabelFormat(i))),l=0,i.y=function(){var a,b,c,d;for(c=this.options.ykeys,d=[],e=a=0,b=c.length;b>a;e=++a)n=c[e],q=j[n],"string"==typeof q&&(q=parseFloat(q)),null!=q&&"number"!=typeof q&&(q=null),null!=q&&(this.cumulative?l+=q:null!=o?(o=Math.max(q,o),p=Math.min(q,p)):o=p=q),this.cumulative&&null!=l&&(o=Math.max(l,o),p=Math.min(l,p)),d.push(q);return d}.call(this),g.push(i);return g}.call(this),this.options.parseTime&&(this.data=this.data.sort(function(a,b){return(a.x>b.x)-(b.x>a.x)})),this.xmin=this.data[0].x,this.xmax=this.data[this.data.length-1].x,this.events=[],this.options.events.length>0&&(this.events=this.options.parseTime?function(){var a,c,e,f;for(e=this.options.events,f=[],a=0,c=e.length;c>a;a++)d=e[a],f.push(b.parseDate(d));return f}.call(this):this.options.events,this.xmax=Math.max(this.xmax,Math.max.apply(Math,this.events)),this.xmin=Math.min(this.xmin,Math.min.apply(Math,this.events))),this.xmin===this.xmax&&(this.xmin-=1,this.xmax+=1),this.ymin=this.yboundary("min",p),this.ymax=this.yboundary("max",o),this.ymin===this.ymax&&(p&&(this.ymin-=1),this.ymax+=1),((r=this.options.axes)===!0||"both"===r||"y"===r||this.options.grid===!0)&&(this.options.ymax===this.gridDefaults.ymax&&this.options.ymin===this.gridDefaults.ymin?(this.grid=this.autoGridLines(this.ymin,this.ymax,this.options.numLines),this.ymin=Math.min(this.ymin,this.grid[0]),this.ymax=Math.max(this.ymax,this.grid[this.grid.length-1])):(k=(this.ymax-this.ymin)/(this.options.numLines-1),this.grid=function(){var a,b,c,d;for(d=[],m=a=b=this.ymin,c=this.ymax;k>0?c>=a:a>=c;m=a+=k)d.push(m);return d}.call(this))),this.dirty=!0,c?this.redraw():void 0)},d.prototype.yboundary=function(a,b){var c,d;return c=this.options["y"+a],"string"==typeof c?"auto"===c.slice(0,4)?c.length>5?(d=parseInt(c.slice(5),10),null==b?d:Math[a](b,d)):null!=b?b:0:parseInt(c,10):c},d.prototype.autoGridLines=function(a,b,c){var d,e,f,g,h,i,j,k,l;return h=b-a,l=Math.floor(Math.log(h)/Math.log(10)),j=Math.pow(10,l),e=Math.floor(a/j)*j,d=Math.ceil(b/j)*j,i=(d-e)/(c-1),1===j&&i>1&&Math.ceil(i)!==i&&(i=Math.ceil(i),d=e+i*(c-1)),0>e&&d>0&&(e=Math.floor(a/i)*i,d=Math.ceil(b/i)*i),1>i?(g=Math.floor(Math.log(i)/Math.log(10)),f=function(){var a,b;for(b=[],k=a=e;i>0?d>=a:a>=d;k=a+=i)b.push(parseFloat(k.toFixed(1-g)));return b}()):f=function(){var a,b;for(b=[],k=a=e;i>0?d>=a:a>=d;k=a+=i)b.push(k);return b}(),f},d.prototype._calc=function(){var a,b,c,d,e,f,g,h;return e=this.el.width(),c=this.el.height(),(this.elementWidth!==e||this.elementHeight!==c||this.dirty)&&(this.elementWidth=e,this.elementHeight=c,this.dirty=!1,this.left=this.options.padding,this.right=this.elementWidth-this.options.padding,this.top=this.options.padding,this.bottom=this.elementHeight-this.options.padding,((g=this.options.axes)===!0||"both"===g||"y"===g)&&(f=function(){var a,c,d,e;for(d=this.grid,e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(this.measureText(this.yAxisFormat(b)).width);return e}.call(this),this.left+=Math.max.apply(Math,f)),((h=this.options.axes)===!0||"both"===h||"x"===h)&&(a=function(){var a,b,c;for(c=[],d=a=0,b=this.data.length;b>=0?b>a:a>b;d=b>=0?++a:--a)c.push(this.measureText(this.data[d].text,-this.options.xLabelAngle).height);return c}.call(this),this.bottom-=Math.max.apply(Math,a)),this.width=Math.max(1,this.right-this.left),this.height=Math.max(1,this.bottom-this.top),this.dx=this.width/(this.xmax-this.xmin),this.dy=this.height/(this.ymax-this.ymin),this.calc)?this.calc():void 0},d.prototype.transY=function(a){return this.bottom-(a-this.ymin)*this.dy},d.prototype.transX=function(a){return 1===this.data.length?(this.left+this.right)/2:this.left+(a-this.xmin)*this.dx},d.prototype.redraw=function(){return this.raphael.clear(),this._calc(),this.drawGrid(),this.drawGoals(),this.drawEvents(),this.draw?this.draw():void 0},d.prototype.measureText=function(a,b){var c,d;return null==b&&(b=0),d=this.raphael.text(100,100,a).attr("font-size",this.options.gridTextSize).attr("font-family",this.options.gridTextFamily).attr("font-weight",this.options.gridTextWeight).rotate(b),c=d.getBBox(),d.remove(),c},d.prototype.yAxisFormat=function(a){return this.yLabelFormat(a)},d.prototype.yLabelFormat=function(a){return"function"==typeof this.options.yLabelFormat?this.options.yLabelFormat(a):""+this.options.preUnits+b.commas(a)+this.options.postUnits},d.prototype.drawGrid=function(){var a,b,c,d,e,f,g,h;if(this.options.grid!==!1||(e=this.options.axes)===!0||"both"===e||"y"===e){for(f=this.grid,h=[],c=0,d=f.length;d>c;c++)a=f[c],b=this.transY(a),((g=this.options.axes)===!0||"both"===g||"y"===g)&&this.drawYAxisLabel(this.left-this.options.padding/2,b,this.yAxisFormat(a)),this.options.grid?h.push(this.drawGridLine("M"+this.left+","+b+"H"+(this.left+this.width))):h.push(void 0);return h}},d.prototype.drawGoals=function(){var a,b,c,d,e,f,g;for(f=this.options.goals,g=[],c=d=0,e=f.length;e>d;c=++d)b=f[c],a=this.options.goalLineColors[c%this.options.goalLineColors.length],g.push(this.drawGoal(b,a));return g},d.prototype.drawEvents=function(){var a,b,c,d,e,f,g;for(f=this.events,g=[],c=d=0,e=f.length;e>d;c=++d)b=f[c],a=this.options.eventLineColors[c%this.options.eventLineColors.length],g.push(this.drawEvent(b,a));return g},d.prototype.drawGoal=function(a,b){return this.raphael.path("M"+this.left+","+this.transY(a)+"H"+this.right).attr("stroke",b).attr("stroke-width",this.options.goalStrokeWidth)},d.prototype.drawEvent=function(a,b){return this.raphael.path("M"+this.transX(a)+","+this.bottom+"V"+this.top).attr("stroke",b).attr("stroke-width",this.options.eventStrokeWidth)},d.prototype.drawYAxisLabel=function(a,b,c){return this.raphael.text(a,b,c).attr("font-size",this.options.gridTextSize).attr("font-family",this.options.gridTextFamily).attr("font-weight",this.options.gridTextWeight).attr("fill",this.options.gridTextColor).attr("text-anchor","end")},d.prototype.drawGridLine=function(a){return this.raphael.path(a).attr("stroke",this.options.gridLineColor).attr("stroke-width",this.options.gridStrokeWidth)},d.prototype.startRange=function(a){return this.hover.hide(),this.selectFrom=a,this.selectionRect.attr({x:a,width:0}).show()},d.prototype.endRange=function(a){var b,c;return this.selectFrom?(c=Math.min(this.selectFrom,a),b=Math.max(this.selectFrom,a),this.options.rangeSelect.call(this.el,{start:this.data[this.hitTest(c)].x,end:this.data[this.hitTest(b)].x}),this.selectFrom=null):void 0},d.prototype.resizeHandler=function(){return this.timeoutId=null,this.raphael.setSize(this.el.width(),this.el.height()),this.redraw()},d}(b.EventEmitter),b.parseDate=function(a){var b,c,d,e,f,g,h,i,j,k,l;return"number"==typeof a?a:(c=a.match(/^(\d+) Q(\d)$/),e=a.match(/^(\d+)-(\d+)$/),f=a.match(/^(\d+)-(\d+)-(\d+)$/),h=a.match(/^(\d+) W(\d+)$/),i=a.match(/^(\d+)-(\d+)-(\d+)[ T](\d+):(\d+)(Z|([+-])(\d\d):?(\d\d))?$/),j=a.match(/^(\d+)-(\d+)-(\d+)[ T](\d+):(\d+):(\d+(\.\d+)?)(Z|([+-])(\d\d):?(\d\d))?$/),c?new Date(parseInt(c[1],10),3*parseInt(c[2],10)-1,1).getTime():e?new Date(parseInt(e[1],10),parseInt(e[2],10)-1,1).getTime():f?new Date(parseInt(f[1],10),parseInt(f[2],10)-1,parseInt(f[3],10)).getTime():h?(k=new Date(parseInt(h[1],10),0,1),4!==k.getDay()&&k.setMonth(0,1+(4-k.getDay()+7)%7),k.getTime()+6048e5*parseInt(h[2],10)):i?i[6]?(g=0,"Z"!==i[6]&&(g=60*parseInt(i[8],10)+parseInt(i[9],10),"+"===i[7]&&(g=0-g)),Date.UTC(parseInt(i[1],10),parseInt(i[2],10)-1,parseInt(i[3],10),parseInt(i[4],10),parseInt(i[5],10)+g)):new Date(parseInt(i[1],10),parseInt(i[2],10)-1,parseInt(i[3],10),parseInt(i[4],10),parseInt(i[5],10)).getTime():j?(l=parseFloat(j[6]),b=Math.floor(l),d=Math.round(1e3*(l-b)),j[8]?(g=0,"Z"!==j[8]&&(g=60*parseInt(j[10],10)+parseInt(j[11],10),"+"===j[9]&&(g=0-g)),Date.UTC(parseInt(j[1],10),parseInt(j[2],10)-1,parseInt(j[3],10),parseInt(j[4],10),parseInt(j[5],10)+g,b,d)):new Date(parseInt(j[1],10),parseInt(j[2],10)-1,parseInt(j[3],10),parseInt(j[4],10),parseInt(j[5],10),b,d).getTime()):new Date(parseInt(a,10),0,1).getTime())},b.Hover=function(){function c(c){null==c&&(c={}),this.options=a.extend({},b.Hover.defaults,c),this.el=a("
"),this.el.hide(),this.options.parent.append(this.el)}return c.defaults={"class":"morris-hover morris-default-style"},c.prototype.update=function(a,b,c){return a?(this.html(a),this.show(),this.moveTo(b,c)):this.hide()},c.prototype.html=function(a){return this.el.html(a)},c.prototype.moveTo=function(a,b){var c,d,e,f,g,h;return g=this.options.parent.innerWidth(),f=this.options.parent.innerHeight(),d=this.el.outerWidth(),c=this.el.outerHeight(),e=Math.min(Math.max(0,a-d/2),g-d),null!=b?(h=b-c-10,0>h&&(h=b+10,h+c>f&&(h=f/2-c/2))):h=f/2-c/2,this.el.css({left:e+"px",top:parseInt(h)+"px"})},c.prototype.show=function(){return this.el.show()},c.prototype.hide=function(){return this.el.hide()},c}(),b.Line=function(a){function c(a){return this.hilight=f(this.hilight,this),this.onHoverOut=f(this.onHoverOut,this),this.onHoverMove=f(this.onHoverMove,this),this.onGridClick=f(this.onGridClick,this),this instanceof b.Line?(c.__super__.constructor.call(this,a),void 0):new b.Line(a)}return h(c,a),c.prototype.init=function(){return"always"!==this.options.hideHover?(this.hover=new b.Hover({parent:this.el}),this.on("hovermove",this.onHoverMove),this.on("hoverout",this.onHoverOut),this.on("gridclick",this.onGridClick)):void 0},c.prototype.defaults={lineWidth:3,pointSize:4,lineColors:["#0b62a4","#7A92A3","#4da74d","#afd8f8","#edc240","#cb4b4b","#9440ed"],pointStrokeWidths:[1],pointStrokeColors:["#ffffff"],pointFillColors:[],smooth:!0,xLabels:"auto",xLabelFormat:null,xLabelMargin:24,hideHover:!1},c.prototype.calc=function(){return this.calcPoints(),this.generatePaths()},c.prototype.calcPoints=function(){var a,b,c,d,e,f;for(e=this.data,f=[],c=0,d=e.length;d>c;c++)a=e[c],a._x=this.transX(a.x),a._y=function(){var c,d,e,f;for(e=a.y,f=[],c=0,d=e.length;d>c;c++)b=e[c],null!=b?f.push(this.transY(b)):f.push(b);return f}.call(this),f.push(a._ymax=Math.min.apply(Math,[this.bottom].concat(function(){var c,d,e,f;for(e=a._y,f=[],c=0,d=e.length;d>c;c++)b=e[c],null!=b&&f.push(b);return f}())));return f},c.prototype.hitTest=function(a){var b,c,d,e,f;if(0===this.data.length)return null;for(f=this.data.slice(1),b=d=0,e=f.length;e>d&&(c=f[b],!(a<(c._x+this.data[b]._x)/2));b=++d);return b},c.prototype.onGridClick=function(a,b){var c;return c=this.hitTest(a),this.fire("click",c,this.data[c].src,a,b)},c.prototype.onHoverMove=function(a){var b;return b=this.hitTest(a),this.displayHoverForRow(b)},c.prototype.onHoverOut=function(){return this.options.hideHover!==!1?this.displayHoverForRow(null):void 0},c.prototype.displayHoverForRow=function(a){var b;return null!=a?((b=this.hover).update.apply(b,this.hoverContentForRow(a)),this.hilight(a)):(this.hover.hide(),this.hilight())},c.prototype.hoverContentForRow=function(a){var b,c,d,e,f,g,h;for(d=this.data[a],b="
"+d.label+"
",h=d.y,c=f=0,g=h.length;g>f;c=++f)e=h[c],b+="
\n "+this.options.labels[c]+":\n "+this.yLabelFormat(e)+"\n
";return"function"==typeof this.options.hoverCallback&&(b=this.options.hoverCallback(a,this.options,b,d.src)),[b,d._x,d._ymax]},c.prototype.generatePaths=function(){var a,c,d,e;return this.paths=function(){var f,g,h,j;for(j=[],c=f=0,g=this.options.ykeys.length;g>=0?g>f:f>g;c=g>=0?++f:--f)e="boolean"==typeof this.options.smooth?this.options.smooth:(h=this.options.ykeys[c],i.call(this.options.smooth,h)>=0),a=function(){var a,b,e,f;for(e=this.data,f=[],a=0,b=e.length;b>a;a++)d=e[a],void 0!==d._y[c]&&f.push({x:d._x,y:d._y[c]});return f}.call(this),a.length>1?j.push(b.Line.createPath(a,e,this.bottom)):j.push(null);return j}.call(this)},c.prototype.draw=function(){var a;return((a=this.options.axes)===!0||"both"===a||"x"===a)&&this.drawXAxis(),this.drawSeries(),this.options.hideHover===!1?this.displayHoverForRow(this.data.length-1):void 0},c.prototype.drawXAxis=function(){var a,c,d,e,f,g,h,i,j,k,l=this;for(h=this.bottom+this.options.padding/2,f=null,e=null,a=function(a,b){var c,d,g,i,j;return c=l.drawXAxisLabel(l.transX(b),h,a),j=c.getBBox(),c.transform("r"+-l.options.xLabelAngle),d=c.getBBox(),c.transform("t0,"+d.height/2+"..."),0!==l.options.xLabelAngle&&(i=-.5*j.width*Math.cos(l.options.xLabelAngle*Math.PI/180),c.transform("t"+i+",0...")),d=c.getBBox(),(null==f||f>=d.x+d.width||null!=e&&e>=d.x)&&d.x>=0&&d.x+d.widtha;a++)g=c[a],d.push([g.label,g.x]);return d}.call(this),d.reverse(),k=[],i=0,j=d.length;j>i;i++)c=d[i],k.push(a(c[0],c[1]));return k},c.prototype.drawSeries=function(){var a,b,c,d,e,f;for(this.seriesPoints=[],a=b=d=this.options.ykeys.length-1;0>=d?0>=b:b>=0;a=0>=d?++b:--b)this._drawLineFor(a);for(f=[],a=c=e=this.options.ykeys.length-1;0>=e?0>=c:c>=0;a=0>=e?++c:--c)f.push(this._drawPointFor(a));return f},c.prototype._drawPointFor=function(a){var b,c,d,e,f,g;for(this.seriesPoints[a]=[],f=this.data,g=[],d=0,e=f.length;e>d;d++)c=f[d],b=null,null!=c._y[a]&&(b=this.drawLinePoint(c._x,c._y[a],this.colorFor(c,a,"point"),a)),g.push(this.seriesPoints[a].push(b));return g},c.prototype._drawLineFor=function(a){var b;return b=this.paths[a],null!==b?this.drawLinePath(b,this.colorFor(null,a,"line"),a):void 0},c.createPath=function(a,c,d){var e,f,g,h,i,j,k,l,m,n,o,p,q,r;for(k="",c&&(g=b.Line.gradients(a)),l={y:null},h=q=0,r=a.length;r>q;h=++q)e=a[h],null!=e.y&&(null!=l.y?c?(f=g[h],j=g[h-1],i=(e.x-l.x)/4,m=l.x+i,o=Math.min(d,l.y+i*j),n=e.x-i,p=Math.min(d,e.y-i*f),k+="C"+m+","+o+","+n+","+p+","+e.x+","+e.y):k+="L"+e.x+","+e.y:c&&null==g[h]||(k+="M"+e.x+","+e.y)),l=e;return k},c.gradients=function(a){var b,c,d,e,f,g,h,i;for(c=function(a,b){return(a.y-b.y)/(a.x-b.x)},i=[],d=g=0,h=a.length;h>g;d=++g)b=a[d],null!=b.y?(e=a[d+1]||{y:null},f=a[d-1]||{y:null},null!=f.y&&null!=e.y?i.push(c(f,e)):null!=f.y?i.push(c(f,b)):null!=e.y?i.push(c(b,e)):i.push(null)):i.push(null);return i},c.prototype.hilight=function(a){var b,c,d,e,f;if(null!==this.prevHilight&&this.prevHilight!==a)for(b=c=0,e=this.seriesPoints.length-1;e>=0?e>=c:c>=e;b=e>=0?++c:--c)this.seriesPoints[b][this.prevHilight]&&this.seriesPoints[b][this.prevHilight].animate(this.pointShrinkSeries(b));if(null!==a&&this.prevHilight!==a)for(b=d=0,f=this.seriesPoints.length-1;f>=0?f>=d:d>=f;b=f>=0?++d:--d)this.seriesPoints[b][a]&&this.seriesPoints[b][a].animate(this.pointGrowSeries(b));return this.prevHilight=a},c.prototype.colorFor=function(a,b,c){return"function"==typeof this.options.lineColors?this.options.lineColors.call(this,a,b,c):"point"===c?this.options.pointFillColors[b%this.options.pointFillColors.length]||this.options.lineColors[b%this.options.lineColors.length]:this.options.lineColors[b%this.options.lineColors.length]},c.prototype.drawXAxisLabel=function(a,b,c){return this.raphael.text(a,b,c).attr("font-size",this.options.gridTextSize).attr("font-family",this.options.gridTextFamily).attr("font-weight",this.options.gridTextWeight).attr("fill",this.options.gridTextColor)},c.prototype.drawLinePath=function(a,b,c){return this.raphael.path(a).attr("stroke",b).attr("stroke-width",this.lineWidthForSeries(c))},c.prototype.drawLinePoint=function(a,b,c,d){return this.raphael.circle(a,b,this.pointSizeForSeries(d)).attr("fill",c).attr("stroke-width",this.pointStrokeWidthForSeries(d)).attr("stroke",this.pointStrokeColorForSeries(d))},c.prototype.pointStrokeWidthForSeries=function(a){return this.options.pointStrokeWidths[a%this.options.pointStrokeWidths.length]},c.prototype.pointStrokeColorForSeries=function(a){return this.options.pointStrokeColors[a%this.options.pointStrokeColors.length]},c.prototype.lineWidthForSeries=function(a){return this.options.lineWidth instanceof Array?this.options.lineWidth[a%this.options.lineWidth.length]:this.options.lineWidth},c.prototype.pointSizeForSeries=function(a){return this.options.pointSize instanceof Array?this.options.pointSize[a%this.options.pointSize.length]:this.options.pointSize},c.prototype.pointGrowSeries=function(a){return Raphael.animation({r:this.pointSizeForSeries(a)+3},25,"linear")},c.prototype.pointShrinkSeries=function(a){return Raphael.animation({r:this.pointSizeForSeries(a)},25,"linear")},c}(b.Grid),b.labelSeries=function(c,d,e,f,g){var h,i,j,k,l,m,n,o,p,q,r;if(j=200*(d-c)/e,i=new Date(c),n=b.LABEL_SPECS[f],void 0===n)for(r=b.AUTO_LABEL_ORDER,p=0,q=r.length;q>p;p++)if(k=r[p],m=b.LABEL_SPECS[k],j>=m.span){n=m;break}for(void 0===n&&(n=b.LABEL_SPECS.second),g&&(n=a.extend({},n,{fmt:g})),h=n.start(i),l=[];(o=h.getTime())<=d;)o>=c&&l.push([n.fmt(h),o]),n.incr(h);return l},c=function(a){return{span:60*a*1e3,start:function(a){return new Date(a.getFullYear(),a.getMonth(),a.getDate(),a.getHours())},fmt:function(a){return""+b.pad2(a.getHours())+":"+b.pad2(a.getMinutes())},incr:function(b){return b.setUTCMinutes(b.getUTCMinutes()+a)}}},d=function(a){return{span:1e3*a,start:function(a){return new Date(a.getFullYear(),a.getMonth(),a.getDate(),a.getHours(),a.getMinutes())},fmt:function(a){return""+b.pad2(a.getHours())+":"+b.pad2(a.getMinutes())+":"+b.pad2(a.getSeconds())},incr:function(b){return b.setUTCSeconds(b.getUTCSeconds()+a)}}},b.LABEL_SPECS={decade:{span:1728e8,start:function(a){return new Date(a.getFullYear()-a.getFullYear()%10,0,1)},fmt:function(a){return""+a.getFullYear()},incr:function(a){return a.setFullYear(a.getFullYear()+10)}},year:{span:1728e7,start:function(a){return new Date(a.getFullYear(),0,1)},fmt:function(a){return""+a.getFullYear()},incr:function(a){return a.setFullYear(a.getFullYear()+1)}},month:{span:24192e5,start:function(a){return new Date(a.getFullYear(),a.getMonth(),1)},fmt:function(a){return""+a.getFullYear()+"-"+b.pad2(a.getMonth()+1)},incr:function(a){return a.setMonth(a.getMonth()+1)}},week:{span:6048e5,start:function(a){return new Date(a.getFullYear(),a.getMonth(),a.getDate())},fmt:function(a){return""+a.getFullYear()+"-"+b.pad2(a.getMonth()+1)+"-"+b.pad2(a.getDate())},incr:function(a){return a.setDate(a.getDate()+7)}},day:{span:864e5,start:function(a){return new Date(a.getFullYear(),a.getMonth(),a.getDate())},fmt:function(a){return""+a.getFullYear()+"-"+b.pad2(a.getMonth()+1)+"-"+b.pad2(a.getDate())},incr:function(a){return a.setDate(a.getDate()+1)}},hour:c(60),"30min":c(30),"15min":c(15),"10min":c(10),"5min":c(5),minute:c(1),"30sec":d(30),"15sec":d(15),"10sec":d(10),"5sec":d(5),second:d(1)},b.AUTO_LABEL_ORDER=["decade","year","month","week","day","hour","30min","15min","10min","5min","minute","30sec","15sec","10sec","5sec","second"],b.Area=function(c){function d(c){var f;return this instanceof b.Area?(f=a.extend({},e,c),this.cumulative=!f.behaveLikeLine,"auto"===f.fillOpacity&&(f.fillOpacity=f.behaveLikeLine?.8:1),d.__super__.constructor.call(this,f),void 0):new b.Area(c)}var e;return h(d,c),e={fillOpacity:"auto",behaveLikeLine:!1},d.prototype.calcPoints=function(){var a,b,c,d,e,f,g;for(f=this.data,g=[],d=0,e=f.length;e>d;d++)a=f[d],a._x=this.transX(a.x),b=0,a._y=function(){var d,e,f,g;for(f=a.y,g=[],d=0,e=f.length;e>d;d++)c=f[d],this.options.behaveLikeLine?g.push(this.transY(c)):(b+=c||0,g.push(this.transY(b)));return g}.call(this),g.push(a._ymax=Math.max.apply(Math,a._y));return g},d.prototype.drawSeries=function(){var a,b,c,d,e,f,g,h;for(this.seriesPoints=[],b=this.options.behaveLikeLine?function(){f=[];for(var a=0,b=this.options.ykeys.length-1;b>=0?b>=a:a>=b;b>=0?a++:a--)f.push(a);return f}.apply(this):function(){g=[];for(var a=e=this.options.ykeys.length-1;0>=e?0>=a:a>=0;0>=e?a++:a--)g.push(a);return g}.apply(this),h=[],c=0,d=b.length;d>c;c++)a=b[c],this._drawFillFor(a),this._drawLineFor(a),h.push(this._drawPointFor(a));return h},d.prototype._drawFillFor=function(a){var b;return b=this.paths[a],null!==b?(b+="L"+this.transX(this.xmax)+","+this.bottom+"L"+this.transX(this.xmin)+","+this.bottom+"Z",this.drawFilledPath(b,this.fillForSeries(a))):void 0},d.prototype.fillForSeries=function(a){var b;return b=Raphael.rgb2hsl(this.colorFor(this.data[a],a,"line")),Raphael.hsl(b.h,this.options.behaveLikeLine?.9*b.s:.75*b.s,Math.min(.98,this.options.behaveLikeLine?1.2*b.l:1.25*b.l))},d.prototype.drawFilledPath=function(a,b){return this.raphael.path(a).attr("fill",b).attr("fill-opacity",this.options.fillOpacity).attr("stroke","none")},d}(b.Line),b.Bar=function(c){function d(c){return this.onHoverOut=f(this.onHoverOut,this),this.onHoverMove=f(this.onHoverMove,this),this.onGridClick=f(this.onGridClick,this),this instanceof b.Bar?(d.__super__.constructor.call(this,a.extend({},c,{parseTime:!1})),void 0):new b.Bar(c)}return h(d,c),d.prototype.init=function(){return this.cumulative=this.options.stacked,"always"!==this.options.hideHover?(this.hover=new b.Hover({parent:this.el}),this.on("hovermove",this.onHoverMove),this.on("hoverout",this.onHoverOut),this.on("gridclick",this.onGridClick)):void 0},d.prototype.defaults={barSizeRatio:.75,barGap:3,barColors:["#0b62a4","#7a92a3","#4da74d","#afd8f8","#edc240","#cb4b4b","#9440ed"],barOpacity:1,barRadius:[0,0,0,0],xLabelMargin:50},d.prototype.calc=function(){var a;return this.calcBars(),this.options.hideHover===!1?(a=this.hover).update.apply(a,this.hoverContentForRow(this.data.length-1)):void 0},d.prototype.calcBars=function(){var a,b,c,d,e,f,g;for(f=this.data,g=[],a=d=0,e=f.length;e>d;a=++d)b=f[a],b._x=this.left+this.width*(a+.5)/this.data.length,g.push(b._y=function(){var a,d,e,f;for(e=b.y,f=[],a=0,d=e.length;d>a;a++)c=e[a],null!=c?f.push(this.transY(c)):f.push(null);return f}.call(this));return g},d.prototype.draw=function(){var a;return((a=this.options.axes)===!0||"both"===a||"x"===a)&&this.drawXAxis(),this.drawSeries()},d.prototype.drawXAxis=function(){var a,b,c,d,e,f,g,h,i,j,k,l,m;for(j=this.bottom+(this.options.xAxisLabelTopPadding||this.options.padding/2),g=null,f=null,m=[],a=k=0,l=this.data.length;l>=0?l>k:k>l;a=l>=0?++k:--k)h=this.data[this.data.length-1-a],b=this.drawXAxisLabel(h._x,j,h.label),i=b.getBBox(),b.transform("r"+-this.options.xLabelAngle),c=b.getBBox(),b.transform("t0,"+c.height/2+"..."),0!==this.options.xLabelAngle&&(e=-.5*i.width*Math.cos(this.options.xLabelAngle*Math.PI/180),b.transform("t"+e+",0...")),(null==g||g>=c.x+c.width||null!=f&&f>=c.x)&&c.x>=0&&c.x+c.width=0?this.transY(0):null,this.bars=function(){var h,l,p,q;for(p=this.data,q=[],d=h=0,l=p.length;l>h;d=++h)i=p[d],e=0,q.push(function(){var h,l,p,q;for(p=i._y,q=[],j=h=0,l=p.length;l>h;j=++h)n=p[j],null!==n?(o?(m=Math.min(n,o),b=Math.max(n,o)):(m=n,b=this.bottom),f=this.left+d*c+g,this.options.stacked||(f+=j*(a+this.options.barGap)),k=b-m,this.options.verticalGridCondition&&this.options.verticalGridCondition(i.x)&&this.drawBar(this.left+d*c,this.top,c,Math.abs(this.top-this.bottom),this.options.verticalGridColor,this.options.verticalGridOpacity,this.options.barRadius),this.options.stacked&&(m-=e),this.drawBar(f,m,a,k,this.colorFor(i,j,"bar"),this.options.barOpacity,this.options.barRadius),q.push(e+=k)):q.push(null);return q}.call(this));return q}.call(this)},d.prototype.colorFor=function(a,b,c){var d,e;return"function"==typeof this.options.barColors?(d={x:a.x,y:a.y[b],label:a.label},e={index:b,key:this.options.ykeys[b],label:this.options.labels[b]},this.options.barColors.call(this,d,e,c)):this.options.barColors[b%this.options.barColors.length]},d.prototype.hitTest=function(a){return 0===this.data.length?null:(a=Math.max(Math.min(a,this.right),this.left),Math.min(this.data.length-1,Math.floor((a-this.left)/(this.width/this.data.length))))},d.prototype.onGridClick=function(a,b){var c;return c=this.hitTest(a),this.fire("click",c,this.data[c].src,a,b)},d.prototype.onHoverMove=function(a){var b,c;return b=this.hitTest(a),(c=this.hover).update.apply(c,this.hoverContentForRow(b))},d.prototype.onHoverOut=function(){return this.options.hideHover!==!1?this.hover.hide():void 0},d.prototype.hoverContentForRow=function(a){var b,c,d,e,f,g,h,i;for(d=this.data[a],b="
"+d.label+"
",i=d.y,c=g=0,h=i.length;h>g;c=++g)f=i[c],b+="
\n "+this.options.labels[c]+":\n "+this.yLabelFormat(f)+"\n
";return"function"==typeof this.options.hoverCallback&&(b=this.options.hoverCallback(a,this.options,b,d.src)),e=this.left+(a+.5)*this.width/this.data.length,[b,e]},d.prototype.drawXAxisLabel=function(a,b,c){var d;return d=this.raphael.text(a,b,c).attr("font-size",this.options.gridTextSize).attr("font-family",this.options.gridTextFamily).attr("font-weight",this.options.gridTextWeight).attr("fill",this.options.gridTextColor)},d.prototype.drawBar=function(a,b,c,d,e,f,g){var h,i;return h=Math.max.apply(Math,g),i=0===h||h>d?this.raphael.rect(a,b,c,d):this.raphael.path(this.roundedRect(a,b,c,d,g)),i.attr("fill",e).attr("fill-opacity",f).attr("stroke","none")},d.prototype.roundedRect=function(a,b,c,d,e){return null==e&&(e=[0,0,0,0]),["M",a,e[0]+b,"Q",a,b,a+e[0],b,"L",a+c-e[1],b,"Q",a+c,b,a+c,b+e[1],"L",a+c,b+d-e[2],"Q",a+c,b+d,a+c-e[2],b+d,"L",a+e[3],b+d,"Q",a,b+d,a,b+d-e[3],"Z"]},d}(b.Grid),b.Donut=function(c){function d(c){this.resizeHandler=f(this.resizeHandler,this),this.select=f(this.select,this),this.click=f(this.click,this);var d=this;if(!(this instanceof b.Donut))return new b.Donut(c);if(this.options=a.extend({},this.defaults,c),this.el="string"==typeof c.element?a(document.getElementById(c.element)):a(c.element),null===this.el||0===this.el.length)throw new Error("Graph placeholder not found.");void 0!==c.data&&0!==c.data.length&&(this.raphael=new Raphael(this.el[0]),this.options.resize&&a(window).bind("resize",function(){return null!=d.timeoutId&&window.clearTimeout(d.timeoutId),d.timeoutId=window.setTimeout(d.resizeHandler,100)}),this.setData(c.data))}return h(d,c),d.prototype.defaults={colors:["#0B62A4","#3980B5","#679DC6","#95BBD7","#B0CCE1","#095791","#095085","#083E67","#052C48","#042135"],backgroundColor:"#FFFFFF",labelColor:"#000000",formatter:b.commas,resize:!1},d.prototype.redraw=function(){var a,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x;for(this.raphael.clear(),c=this.el.width()/2,d=this.el.height()/2,n=(Math.min(c,d)-10)/3,l=0,u=this.values,o=0,r=u.length;r>o;o++)m=u[o],l+=m;for(i=5/(2*n),a=1.9999*Math.PI-i*this.data.length,g=0,f=0,this.segments=[],v=this.values,e=p=0,s=v.length;s>p;e=++p)m=v[e],j=g+i+a*(m/l),k=new b.DonutSegment(c,d,2*n,n,g,j,this.data[e].color||this.options.colors[f%this.options.colors.length],this.options.backgroundColor,f,this.raphael),k.render(),this.segments.push(k),k.on("hover",this.select),k.on("click",this.click),g=j,f+=1;for(this.text1=this.drawEmptyDonutLabel(c,d-10,this.options.labelColor,15,800),this.text2=this.drawEmptyDonutLabel(c,d+10,this.options.labelColor,14),h=Math.max.apply(Math,this.values),f=0,w=this.values,x=[],q=0,t=w.length;t>q;q++){if(m=w[q],m===h){this.select(f); break}x.push(f+=1)}return x},d.prototype.setData=function(a){var b;return this.data=a,this.values=function(){var a,c,d,e;for(d=this.data,e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(parseFloat(b.value));return e}.call(this),this.redraw()},d.prototype.click=function(a){return this.fire("click",a,this.data[a])},d.prototype.select=function(a){var b,c,d,e,f,g;for(g=this.segments,e=0,f=g.length;f>e;e++)c=g[e],c.deselect();return d=this.segments[a],d.select(),b=this.data[a],this.setLabels(b.label,this.options.formatter(b.value,b))},d.prototype.setLabels=function(a,b){var c,d,e,f,g,h,i,j;return c=2*(Math.min(this.el.width()/2,this.el.height()/2)-10)/3,f=1.8*c,e=c/2,d=c/3,this.text1.attr({text:a,transform:""}),g=this.text1.getBBox(),h=Math.min(f/g.width,e/g.height),this.text1.attr({transform:"S"+h+","+h+","+(g.x+g.width/2)+","+(g.y+g.height)}),this.text2.attr({text:b,transform:""}),i=this.text2.getBBox(),j=Math.min(f/i.width,d/i.height),this.text2.attr({transform:"S"+j+","+j+","+(i.x+i.width/2)+","+i.y})},d.prototype.drawEmptyDonutLabel=function(a,b,c,d,e){var f;return f=this.raphael.text(a,b,"").attr("font-size",d).attr("fill",c),null!=e&&f.attr("font-weight",e),f},d.prototype.resizeHandler=function(){return this.timeoutId=null,this.raphael.setSize(this.el.width(),this.el.height()),this.redraw()},d}(b.EventEmitter),b.DonutSegment=function(a){function b(a,b,c,d,e,g,h,i,j,k){this.cx=a,this.cy=b,this.inner=c,this.outer=d,this.color=h,this.backgroundColor=i,this.index=j,this.raphael=k,this.deselect=f(this.deselect,this),this.select=f(this.select,this),this.sin_p0=Math.sin(e),this.cos_p0=Math.cos(e),this.sin_p1=Math.sin(g),this.cos_p1=Math.cos(g),this.is_long=g-e>Math.PI?1:0,this.path=this.calcSegment(this.inner+3,this.inner+this.outer-5),this.selectedPath=this.calcSegment(this.inner+3,this.inner+this.outer),this.hilight=this.calcArc(this.inner)}return h(b,a),b.prototype.calcArcPoints=function(a){return[this.cx+a*this.sin_p0,this.cy+a*this.cos_p0,this.cx+a*this.sin_p1,this.cy+a*this.cos_p1]},b.prototype.calcSegment=function(a,b){var c,d,e,f,g,h,i,j,k,l;return k=this.calcArcPoints(a),c=k[0],e=k[1],d=k[2],f=k[3],l=this.calcArcPoints(b),g=l[0],i=l[1],h=l[2],j=l[3],"M"+c+","+e+("A"+a+","+a+",0,"+this.is_long+",0,"+d+","+f)+("L"+h+","+j)+("A"+b+","+b+",0,"+this.is_long+",1,"+g+","+i)+"Z"},b.prototype.calcArc=function(a){var b,c,d,e,f;return f=this.calcArcPoints(a),b=f[0],d=f[1],c=f[2],e=f[3],"M"+b+","+d+("A"+a+","+a+",0,"+this.is_long+",0,"+c+","+e)},b.prototype.render=function(){var a=this;return this.arc=this.drawDonutArc(this.hilight,this.color),this.seg=this.drawDonutSegment(this.path,this.color,this.backgroundColor,function(){return a.fire("hover",a.index)},function(){return a.fire("click",a.index)})},b.prototype.drawDonutArc=function(a,b){return this.raphael.path(a).attr({stroke:b,"stroke-width":2,opacity:0})},b.prototype.drawDonutSegment=function(a,b,c,d,e){return this.raphael.path(a).attr({fill:b,stroke:c,"stroke-width":3}).hover(d).click(e)},b.prototype.select=function(){return this.selected?void 0:(this.seg.animate({path:this.selectedPath},150,"<>"),this.arc.animate({opacity:1},150,"<>"),this.selected=!0)},b.prototype.deselect=function(){return this.selected?(this.seg.animate({path:this.path},150,"<>"),this.arc.animate({opacity:0},150,"<>"),this.selected=!1):void 0},b}(b.EventEmitter)}).call(this);morris/raphael-min.js000064400000262372151162653250010634 0ustar00// ┌────────────────────────────────────────────────────────────────────┐ \\ // │ Raphaël 2.1.2 - JavaScript Vector Library │ \\ // ├────────────────────────────────────────────────────────────────────┤ \\ // │ Copyright © 2008-2012 Dmitry Baranovskiy (http://raphaeljs.com) │ \\ // │ Copyright © 2008-2012 Sencha Labs (http://sencha.com) │ \\ // ├────────────────────────────────────────────────────────────────────┤ \\ // │ Licensed under the MIT (http://raphaeljs.com/license.html) license.│ \\ // └────────────────────────────────────────────────────────────────────┘ \\ !function(a){var b,c,d="0.4.2",e="hasOwnProperty",f=/[\.\/]/,g="*",h=function(){},i=function(a,b){return a-b},j={n:{}},k=function(a,d){a=String(a);var e,f=c,g=Array.prototype.slice.call(arguments,2),h=k.listeners(a),j=0,l=[],m={},n=[],o=b;b=a,c=0;for(var p=0,q=h.length;q>p;p++)"zIndex"in h[p]&&(l.push(h[p].zIndex),h[p].zIndex<0&&(m[h[p].zIndex]=h[p]));for(l.sort(i);l[j]<0;)if(e=m[l[j++]],n.push(e.apply(d,g)),c)return c=f,n;for(p=0;q>p;p++)if(e=h[p],"zIndex"in e)if(e.zIndex==l[j]){if(n.push(e.apply(d,g)),c)break;do if(j++,e=m[l[j]],e&&n.push(e.apply(d,g)),c)break;while(e)}else m[e.zIndex]=e;else if(n.push(e.apply(d,g)),c)break;return c=f,b=o,n.length?n:null};k._events=j,k.listeners=function(a){var b,c,d,e,h,i,k,l,m=a.split(f),n=j,o=[n],p=[];for(e=0,h=m.length;h>e;e++){for(l=[],i=0,k=o.length;k>i;i++)for(n=o[i].n,c=[n[m[e]],n[g]],d=2;d--;)b=c[d],b&&(l.push(b),p=p.concat(b.f||[]));o=l}return p},k.on=function(a,b){if(a=String(a),"function"!=typeof b)return function(){};for(var c=a.split(f),d=j,e=0,g=c.length;g>e;e++)d=d.n,d=d.hasOwnProperty(c[e])&&d[c[e]]||(d[c[e]]={n:{}});for(d.f=d.f||[],e=0,g=d.f.length;g>e;e++)if(d.f[e]==b)return h;return d.f.push(b),function(a){+a==+a&&(b.zIndex=+a)}},k.f=function(a){var b=[].slice.call(arguments,1);return function(){k.apply(null,[a,null].concat(b).concat([].slice.call(arguments,0)))}},k.stop=function(){c=1},k.nt=function(a){return a?new RegExp("(?:\\.|\\/|^)"+a+"(?:\\.|\\/|$)").test(b):b},k.nts=function(){return b.split(f)},k.off=k.unbind=function(a,b){if(!a)return k._events=j={n:{}},void 0;var c,d,h,i,l,m,n,o=a.split(f),p=[j];for(i=0,l=o.length;l>i;i++)for(m=0;mi;i++)for(c=p[i];c.n;){if(b){if(c.f){for(m=0,n=c.f.length;n>m;m++)if(c.f[m]==b){c.f.splice(m,1);break}!c.f.length&&delete c.f}for(d in c.n)if(c.n[e](d)&&c.n[d].f){var q=c.n[d].f;for(m=0,n=q.length;n>m;m++)if(q[m]==b){q.splice(m,1);break}!q.length&&delete c.n[d].f}}else{delete c.f;for(d in c.n)c.n[e](d)&&c.n[d].f&&delete c.n[d].f}c=c.n}},k.once=function(a,b){var c=function(){return k.unbind(a,c),b.apply(this,arguments)};return k.on(a,c)},k.version=d,k.toString=function(){return"You are running Eve "+d},"undefined"!=typeof module&&module.exports?module.exports=k:"undefined"!=typeof define?define("eve",[],function(){return k}):a.eve=k}(this),function(a,b){"function"==typeof define&&define.amd?define(["eve"],function(c){return b(a,c)}):b(a,a.eve)}(this,function(a,b){function c(a){if(c.is(a,"function"))return u?a():b.on("raphael.DOMload",a);if(c.is(a,V))return c._engine.create[D](c,a.splice(0,3+c.is(a[0],T))).add(a);var d=Array.prototype.slice.call(arguments,0);if(c.is(d[d.length-1],"function")){var e=d.pop();return u?e.call(c._engine.create[D](c,d)):b.on("raphael.DOMload",function(){e.call(c._engine.create[D](c,d))})}return c._engine.create[D](c,arguments)}function d(a){if("function"==typeof a||Object(a)!==a)return a;var b=new a.constructor;for(var c in a)a[z](c)&&(b[c]=d(a[c]));return b}function e(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return a.push(a.splice(c,1)[0])}function f(a,b,c){function d(){var f=Array.prototype.slice.call(arguments,0),g=f.join("␀"),h=d.cache=d.cache||{},i=d.count=d.count||[];return h[z](g)?(e(i,g),c?c(h[g]):h[g]):(i.length>=1e3&&delete h[i.shift()],i.push(g),h[g]=a[D](b,f),c?c(h[g]):h[g])}return d}function g(){return this.hex}function h(a,b){for(var c=[],d=0,e=a.length;e-2*!b>d;d+=2){var f=[{x:+a[d-2],y:+a[d-1]},{x:+a[d],y:+a[d+1]},{x:+a[d+2],y:+a[d+3]},{x:+a[d+4],y:+a[d+5]}];b?d?e-4==d?f[3]={x:+a[0],y:+a[1]}:e-2==d&&(f[2]={x:+a[0],y:+a[1]},f[3]={x:+a[2],y:+a[3]}):f[0]={x:+a[e-2],y:+a[e-1]}:e-4==d?f[3]=f[2]:d||(f[0]={x:+a[d],y:+a[d+1]}),c.push(["C",(-f[0].x+6*f[1].x+f[2].x)/6,(-f[0].y+6*f[1].y+f[2].y)/6,(f[1].x+6*f[2].x-f[3].x)/6,(f[1].y+6*f[2].y-f[3].y)/6,f[2].x,f[2].y])}return c}function i(a,b,c,d,e){var f=-3*b+9*c-9*d+3*e,g=a*f+6*b-12*c+6*d;return a*g-3*b+3*c}function j(a,b,c,d,e,f,g,h,j){null==j&&(j=1),j=j>1?1:0>j?0:j;for(var k=j/2,l=12,m=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],n=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],o=0,p=0;l>p;p++){var q=k*m[p]+k,r=i(q,a,c,e,g),s=i(q,b,d,f,h),t=r*r+s*s;o+=n[p]*N.sqrt(t)}return k*o}function k(a,b,c,d,e,f,g,h,i){if(!(0>i||j(a,b,c,d,e,f,g,h)o;)m/=2,n+=(i>k?1:-1)*m,k=j(a,b,c,d,e,f,g,h,n);return n}}function l(a,b,c,d,e,f,g,h){if(!(O(a,c)O(e,g)||O(b,d)O(f,h))){var i=(a*d-b*c)*(e-g)-(a-c)*(e*h-f*g),j=(a*d-b*c)*(f-h)-(b-d)*(e*h-f*g),k=(a-c)*(f-h)-(b-d)*(e-g);if(k){var l=i/k,m=j/k,n=+l.toFixed(2),o=+m.toFixed(2);if(!(n<+P(a,c).toFixed(2)||n>+O(a,c).toFixed(2)||n<+P(e,g).toFixed(2)||n>+O(e,g).toFixed(2)||o<+P(b,d).toFixed(2)||o>+O(b,d).toFixed(2)||o<+P(f,h).toFixed(2)||o>+O(f,h).toFixed(2)))return{x:l,y:m}}}}function m(a,b,d){var e=c.bezierBBox(a),f=c.bezierBBox(b);if(!c.isBBoxIntersect(e,f))return d?0:[];for(var g=j.apply(0,a),h=j.apply(0,b),i=O(~~(g/5),1),k=O(~~(h/5),1),m=[],n=[],o={},p=d?0:[],q=0;i+1>q;q++){var r=c.findDotsAtSegment.apply(c,a.concat(q/i));m.push({x:r.x,y:r.y,t:q/i})}for(q=0;k+1>q;q++)r=c.findDotsAtSegment.apply(c,b.concat(q/k)),n.push({x:r.x,y:r.y,t:q/k});for(q=0;i>q;q++)for(var s=0;k>s;s++){var t=m[q],u=m[q+1],v=n[s],w=n[s+1],x=Q(u.x-t.x)<.001?"y":"x",y=Q(w.x-v.x)<.001?"y":"x",z=l(t.x,t.y,u.x,u.y,v.x,v.y,w.x,w.y);if(z){if(o[z.x.toFixed(4)]==z.y.toFixed(4))continue;o[z.x.toFixed(4)]=z.y.toFixed(4);var A=t.t+Q((z[x]-t[x])/(u[x]-t[x]))*(u.t-t.t),B=v.t+Q((z[y]-v[y])/(w[y]-v[y]))*(w.t-v.t);A>=0&&1.001>=A&&B>=0&&1.001>=B&&(d?p++:p.push({x:z.x,y:z.y,t1:P(A,1),t2:P(B,1)}))}}return p}function n(a,b,d){a=c._path2curve(a),b=c._path2curve(b);for(var e,f,g,h,i,j,k,l,n,o,p=d?0:[],q=0,r=a.length;r>q;q++){var s=a[q];if("M"==s[0])e=i=s[1],f=j=s[2];else{"C"==s[0]?(n=[e,f].concat(s.slice(1)),e=n[6],f=n[7]):(n=[e,f,e,f,i,j,i,j],e=i,f=j);for(var t=0,u=b.length;u>t;t++){var v=b[t];if("M"==v[0])g=k=v[1],h=l=v[2];else{"C"==v[0]?(o=[g,h].concat(v.slice(1)),g=o[6],h=o[7]):(o=[g,h,g,h,k,l,k,l],g=k,h=l);var w=m(n,o,d);if(d)p+=w;else{for(var x=0,y=w.length;y>x;x++)w[x].segment1=q,w[x].segment2=t,w[x].bez1=n,w[x].bez2=o;p=p.concat(w)}}}}}return p}function o(a,b,c,d,e,f){null!=a?(this.a=+a,this.b=+b,this.c=+c,this.d=+d,this.e=+e,this.f=+f):(this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0)}function p(){return this.x+H+this.y+H+this.width+" × "+this.height}function q(a,b,c,d,e,f){function g(a){return((l*a+k)*a+j)*a}function h(a,b){var c=i(a,b);return((o*c+n)*c+m)*c}function i(a,b){var c,d,e,f,h,i;for(e=a,i=0;8>i;i++){if(f=g(e)-a,Q(f)e)return c;if(e>d)return d;for(;d>c;){if(f=g(e),Q(f-a)f?c=e:d=e,e=(d-c)/2+c}return e}var j=3*b,k=3*(d-b)-j,l=1-j-k,m=3*c,n=3*(e-c)-m,o=1-m-n;return h(a,1/(200*f))}function r(a,b){var c=[],d={};if(this.ms=b,this.times=1,a){for(var e in a)a[z](e)&&(d[_(e)]=a[e],c.push(_(e)));c.sort(lb)}this.anim=d,this.top=c[c.length-1],this.percents=c}function s(a,d,e,f,g,h){e=_(e);var i,j,k,l,m,n,p=a.ms,r={},s={},t={};if(f)for(v=0,x=ic.length;x>v;v++){var u=ic[v];if(u.el.id==d.id&&u.anim==a){u.percent!=e?(ic.splice(v,1),k=1):j=u,d.attr(u.totalOrigin);break}}else f=+s;for(var v=0,x=a.percents.length;x>v;v++){if(a.percents[v]==e||a.percents[v]>f*a.top){e=a.percents[v],m=a.percents[v-1]||0,p=p/a.top*(e-m),l=a.percents[v+1],i=a.anim[e];break}f&&d.attr(a.anim[a.percents[v]])}if(i){if(j)j.initstatus=f,j.start=new Date-j.ms*f;else{for(var y in i)if(i[z](y)&&(db[z](y)||d.paper.customAttributes[z](y)))switch(r[y]=d.attr(y),null==r[y]&&(r[y]=cb[y]),s[y]=i[y],db[y]){case T:t[y]=(s[y]-r[y])/p;break;case"colour":r[y]=c.getRGB(r[y]);var A=c.getRGB(s[y]);t[y]={r:(A.r-r[y].r)/p,g:(A.g-r[y].g)/p,b:(A.b-r[y].b)/p};break;case"path":var B=Kb(r[y],s[y]),C=B[1];for(r[y]=B[0],t[y]=[],v=0,x=r[y].length;x>v;v++){t[y][v]=[0];for(var D=1,F=r[y][v].length;F>D;D++)t[y][v][D]=(C[v][D]-r[y][v][D])/p}break;case"transform":var G=d._,H=Pb(G[y],s[y]);if(H)for(r[y]=H.from,s[y]=H.to,t[y]=[],t[y].real=!0,v=0,x=r[y].length;x>v;v++)for(t[y][v]=[r[y][v][0]],D=1,F=r[y][v].length;F>D;D++)t[y][v][D]=(s[y][v][D]-r[y][v][D])/p;else{var K=d.matrix||new o,L={_:{transform:G.transform},getBBox:function(){return d.getBBox(1)}};r[y]=[K.a,K.b,K.c,K.d,K.e,K.f],Nb(L,s[y]),s[y]=L._.transform,t[y]=[(L.matrix.a-K.a)/p,(L.matrix.b-K.b)/p,(L.matrix.c-K.c)/p,(L.matrix.d-K.d)/p,(L.matrix.e-K.e)/p,(L.matrix.f-K.f)/p]}break;case"csv":var M=I(i[y])[J](w),N=I(r[y])[J](w);if("clip-rect"==y)for(r[y]=N,t[y]=[],v=N.length;v--;)t[y][v]=(M[v]-r[y][v])/p;s[y]=M;break;default:for(M=[][E](i[y]),N=[][E](r[y]),t[y]=[],v=d.paper.customAttributes[y].length;v--;)t[y][v]=((M[v]||0)-(N[v]||0))/p}var O=i.easing,P=c.easing_formulas[O];if(!P)if(P=I(O).match(Z),P&&5==P.length){var Q=P;P=function(a){return q(a,+Q[1],+Q[2],+Q[3],+Q[4],p)}}else P=nb;if(n=i.start||a.start||+new Date,u={anim:a,percent:e,timestamp:n,start:n+(a.del||0),status:0,initstatus:f||0,stop:!1,ms:p,easing:P,from:r,diff:t,to:s,el:d,callback:i.callback,prev:m,next:l,repeat:h||a.times,origin:d.attr(),totalOrigin:g},ic.push(u),f&&!j&&!k&&(u.stop=!0,u.start=new Date-p*f,1==ic.length))return kc();k&&(u.start=new Date-u.ms*f),1==ic.length&&jc(kc)}b("raphael.anim.start."+d.id,d,a)}}function t(a){for(var b=0;be;e++)for(i=a[e],f=1,h=i.length;h>f;f+=2)c=b.x(i[f],i[f+1]),d=b.y(i[f],i[f+1]),i[f]=c,i[f+1]=d;return a};if(c._g=A,c.type=A.win.SVGAngle||A.doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1")?"SVG":"VML","VML"==c.type){var sb,tb=A.doc.createElement("div");if(tb.innerHTML='',sb=tb.firstChild,sb.style.behavior="url(#default#VML)",!sb||"object"!=typeof sb.adj)return c.type=G;tb=null}c.svg=!(c.vml="VML"==c.type),c._Paper=C,c.fn=v=C.prototype=c.prototype,c._id=0,c._oid=0,c.is=function(a,b){return b=M.call(b),"finite"==b?!Y[z](+a):"array"==b?a instanceof Array:"null"==b&&null===a||b==typeof a&&null!==a||"object"==b&&a===Object(a)||"array"==b&&Array.isArray&&Array.isArray(a)||W.call(a).slice(8,-1).toLowerCase()==b},c.angle=function(a,b,d,e,f,g){if(null==f){var h=a-d,i=b-e;return h||i?(180+180*N.atan2(-i,-h)/S+360)%360:0}return c.angle(a,b,f,g)-c.angle(d,e,f,g)},c.rad=function(a){return a%360*S/180},c.deg=function(a){return 180*a/S%360},c.snapTo=function(a,b,d){if(d=c.is(d,"finite")?d:10,c.is(a,V)){for(var e=a.length;e--;)if(Q(a[e]-b)<=d)return a[e]}else{a=+a;var f=b%a;if(d>f)return b-f;if(f>a-d)return b-f+a}return b},c.createUUID=function(a,b){return function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(a,b).toUpperCase()}}(/[xy]/g,function(a){var b=0|16*N.random(),c="x"==a?b:8|3&b;return c.toString(16)}),c.setWindow=function(a){b("raphael.setWindow",c,A.win,a),A.win=a,A.doc=A.win.document,c._engine.initWin&&c._engine.initWin(A.win)};var ub=function(a){if(c.vml){var b,d=/^\s+|\s+$/g;try{var e=new ActiveXObject("htmlfile");e.write(""),e.close(),b=e.body}catch(g){b=createPopup().document.body}var h=b.createTextRange();ub=f(function(a){try{b.style.color=I(a).replace(d,G);var c=h.queryCommandValue("ForeColor");return c=(255&c)<<16|65280&c|(16711680&c)>>>16,"#"+("000000"+c.toString(16)).slice(-6)}catch(e){return"none"}})}else{var i=A.doc.createElement("i");i.title="Raphaël Colour Picker",i.style.display="none",A.doc.body.appendChild(i),ub=f(function(a){return i.style.color=a,A.doc.defaultView.getComputedStyle(i,G).getPropertyValue("color")})}return ub(a)},vb=function(){return"hsb("+[this.h,this.s,this.b]+")"},wb=function(){return"hsl("+[this.h,this.s,this.l]+")"},xb=function(){return this.hex},yb=function(a,b,d){if(null==b&&c.is(a,"object")&&"r"in a&&"g"in a&&"b"in a&&(d=a.b,b=a.g,a=a.r),null==b&&c.is(a,U)){var e=c.getRGB(a);a=e.r,b=e.g,d=e.b}return(a>1||b>1||d>1)&&(a/=255,b/=255,d/=255),[a,b,d]},zb=function(a,b,d,e){a*=255,b*=255,d*=255;var f={r:a,g:b,b:d,hex:c.rgb(a,b,d),toString:xb};return c.is(e,"finite")&&(f.opacity=e),f};c.color=function(a){var b;return c.is(a,"object")&&"h"in a&&"s"in a&&"b"in a?(b=c.hsb2rgb(a),a.r=b.r,a.g=b.g,a.b=b.b,a.hex=b.hex):c.is(a,"object")&&"h"in a&&"s"in a&&"l"in a?(b=c.hsl2rgb(a),a.r=b.r,a.g=b.g,a.b=b.b,a.hex=b.hex):(c.is(a,"string")&&(a=c.getRGB(a)),c.is(a,"object")&&"r"in a&&"g"in a&&"b"in a?(b=c.rgb2hsl(a),a.h=b.h,a.s=b.s,a.l=b.l,b=c.rgb2hsb(a),a.v=b.b):(a={hex:"none"},a.r=a.g=a.b=a.h=a.s=a.v=a.l=-1)),a.toString=xb,a},c.hsb2rgb=function(a,b,c,d){this.is(a,"object")&&"h"in a&&"s"in a&&"b"in a&&(c=a.b,b=a.s,a=a.h,d=a.o),a*=360;var e,f,g,h,i;return a=a%360/60,i=c*b,h=i*(1-Q(a%2-1)),e=f=g=c-i,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a],zb(e,f,g,d)},c.hsl2rgb=function(a,b,c,d){this.is(a,"object")&&"h"in a&&"s"in a&&"l"in a&&(c=a.l,b=a.s,a=a.h),(a>1||b>1||c>1)&&(a/=360,b/=100,c/=100),a*=360;var e,f,g,h,i;return a=a%360/60,i=2*b*(.5>c?c:1-c),h=i*(1-Q(a%2-1)),e=f=g=c-i/2,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a],zb(e,f,g,d)},c.rgb2hsb=function(a,b,c){c=yb(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g;return f=O(a,b,c),g=f-P(a,b,c),d=0==g?null:f==a?(b-c)/g:f==b?(c-a)/g+2:(a-b)/g+4,d=60*((d+360)%6)/360,e=0==g?0:g/f,{h:d,s:e,b:f,toString:vb}},c.rgb2hsl=function(a,b,c){c=yb(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g,h,i;return g=O(a,b,c),h=P(a,b,c),i=g-h,d=0==i?null:g==a?(b-c)/i:g==b?(c-a)/i+2:(a-b)/i+4,d=60*((d+360)%6)/360,f=(g+h)/2,e=0==i?0:.5>f?i/(2*f):i/(2-2*f),{h:d,s:e,l:f,toString:wb}},c._path2string=function(){return this.join(",").replace(gb,"$1")},c._preload=function(a,b){var c=A.doc.createElement("img");c.style.cssText="position:absolute;left:-9999em;top:-9999em",c.onload=function(){b.call(this),this.onload=null,A.doc.body.removeChild(this)},c.onerror=function(){A.doc.body.removeChild(this)},A.doc.body.appendChild(c),c.src=a},c.getRGB=f(function(a){if(!a||(a=I(a)).indexOf("-")+1)return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:g};if("none"==a)return{r:-1,g:-1,b:-1,hex:"none",toString:g};!(fb[z](a.toLowerCase().substring(0,2))||"#"==a.charAt())&&(a=ub(a));var b,d,e,f,h,i,j=a.match(X);return j?(j[2]&&(e=ab(j[2].substring(5),16),d=ab(j[2].substring(3,5),16),b=ab(j[2].substring(1,3),16)),j[3]&&(e=ab((h=j[3].charAt(3))+h,16),d=ab((h=j[3].charAt(2))+h,16),b=ab((h=j[3].charAt(1))+h,16)),j[4]&&(i=j[4][J](eb),b=_(i[0]),"%"==i[0].slice(-1)&&(b*=2.55),d=_(i[1]),"%"==i[1].slice(-1)&&(d*=2.55),e=_(i[2]),"%"==i[2].slice(-1)&&(e*=2.55),"rgba"==j[1].toLowerCase().slice(0,4)&&(f=_(i[3])),i[3]&&"%"==i[3].slice(-1)&&(f/=100)),j[5]?(i=j[5][J](eb),b=_(i[0]),"%"==i[0].slice(-1)&&(b*=2.55),d=_(i[1]),"%"==i[1].slice(-1)&&(d*=2.55),e=_(i[2]),"%"==i[2].slice(-1)&&(e*=2.55),("deg"==i[0].slice(-3)||"°"==i[0].slice(-1))&&(b/=360),"hsba"==j[1].toLowerCase().slice(0,4)&&(f=_(i[3])),i[3]&&"%"==i[3].slice(-1)&&(f/=100),c.hsb2rgb(b,d,e,f)):j[6]?(i=j[6][J](eb),b=_(i[0]),"%"==i[0].slice(-1)&&(b*=2.55),d=_(i[1]),"%"==i[1].slice(-1)&&(d*=2.55),e=_(i[2]),"%"==i[2].slice(-1)&&(e*=2.55),("deg"==i[0].slice(-3)||"°"==i[0].slice(-1))&&(b/=360),"hsla"==j[1].toLowerCase().slice(0,4)&&(f=_(i[3])),i[3]&&"%"==i[3].slice(-1)&&(f/=100),c.hsl2rgb(b,d,e,f)):(j={r:b,g:d,b:e,toString:g},j.hex="#"+(16777216|e|d<<8|b<<16).toString(16).slice(1),c.is(f,"finite")&&(j.opacity=f),j)):{r:-1,g:-1,b:-1,hex:"none",error:1,toString:g}},c),c.hsb=f(function(a,b,d){return c.hsb2rgb(a,b,d).hex}),c.hsl=f(function(a,b,d){return c.hsl2rgb(a,b,d).hex}),c.rgb=f(function(a,b,c){return"#"+(16777216|c|b<<8|a<<16).toString(16).slice(1)}),c.getColor=function(a){var b=this.getColor.start=this.getColor.start||{h:0,s:1,b:a||.75},c=this.hsb2rgb(b.h,b.s,b.b);return b.h+=.075,b.h>1&&(b.h=0,b.s-=.2,b.s<=0&&(this.getColor.start={h:0,s:1,b:b.b})),c.hex},c.getColor.reset=function(){delete this.start},c.parsePathString=function(a){if(!a)return null;var b=Ab(a);if(b.arr)return Cb(b.arr);var d={a:7,c:6,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,z:0},e=[];return c.is(a,V)&&c.is(a[0],V)&&(e=Cb(a)),e.length||I(a).replace(hb,function(a,b,c){var f=[],g=b.toLowerCase();if(c.replace(jb,function(a,b){b&&f.push(+b)}),"m"==g&&f.length>2&&(e.push([b][E](f.splice(0,2))),g="l",b="m"==b?"l":"L"),"r"==g)e.push([b][E](f));else for(;f.length>=d[g]&&(e.push([b][E](f.splice(0,d[g]))),d[g]););}),e.toString=c._path2string,b.arr=Cb(e),e},c.parseTransformString=f(function(a){if(!a)return null;var b=[];return c.is(a,V)&&c.is(a[0],V)&&(b=Cb(a)),b.length||I(a).replace(ib,function(a,c,d){var e=[];M.call(c),d.replace(jb,function(a,b){b&&e.push(+b)}),b.push([c][E](e))}),b.toString=c._path2string,b});var Ab=function(a){var b=Ab.ps=Ab.ps||{};return b[a]?b[a].sleep=100:b[a]={sleep:100},setTimeout(function(){for(var c in b)b[z](c)&&c!=a&&(b[c].sleep--,!b[c].sleep&&delete b[c])}),b[a]};c.findDotsAtSegment=function(a,b,c,d,e,f,g,h,i){var j=1-i,k=R(j,3),l=R(j,2),m=i*i,n=m*i,o=k*a+3*l*i*c+3*j*i*i*e+n*g,p=k*b+3*l*i*d+3*j*i*i*f+n*h,q=a+2*i*(c-a)+m*(e-2*c+a),r=b+2*i*(d-b)+m*(f-2*d+b),s=c+2*i*(e-c)+m*(g-2*e+c),t=d+2*i*(f-d)+m*(h-2*f+d),u=j*a+i*c,v=j*b+i*d,w=j*e+i*g,x=j*f+i*h,y=90-180*N.atan2(q-s,r-t)/S;return(q>s||t>r)&&(y+=180),{x:o,y:p,m:{x:q,y:r},n:{x:s,y:t},start:{x:u,y:v},end:{x:w,y:x},alpha:y}},c.bezierBBox=function(a,b,d,e,f,g,h,i){c.is(a,"array")||(a=[a,b,d,e,f,g,h,i]);var j=Jb.apply(null,a);return{x:j.min.x,y:j.min.y,x2:j.max.x,y2:j.max.y,width:j.max.x-j.min.x,height:j.max.y-j.min.y}},c.isPointInsideBBox=function(a,b,c){return b>=a.x&&b<=a.x2&&c>=a.y&&c<=a.y2},c.isBBoxIntersect=function(a,b){var d=c.isPointInsideBBox;return d(b,a.x,a.y)||d(b,a.x2,a.y)||d(b,a.x,a.y2)||d(b,a.x2,a.y2)||d(a,b.x,b.y)||d(a,b.x2,b.y)||d(a,b.x,b.y2)||d(a,b.x2,b.y2)||(a.xb.x||b.xa.x)&&(a.yb.y||b.ya.y)},c.pathIntersection=function(a,b){return n(a,b)},c.pathIntersectionNumber=function(a,b){return n(a,b,1)},c.isPointInsidePath=function(a,b,d){var e=c.pathBBox(a);return c.isPointInsideBBox(e,b,d)&&1==n(a,[["M",b,d],["H",e.x2+10]],1)%2},c._removedFactory=function(a){return function(){b("raphael.log",null,"Raphaël: you are calling to method “"+a+"” of removed object",a)}};var Bb=c.pathBBox=function(a){var b=Ab(a);if(b.bbox)return d(b.bbox);if(!a)return{x:0,y:0,width:0,height:0,x2:0,y2:0};a=Kb(a);for(var c,e=0,f=0,g=[],h=[],i=0,j=a.length;j>i;i++)if(c=a[i],"M"==c[0])e=c[1],f=c[2],g.push(e),h.push(f);else{var k=Jb(e,f,c[1],c[2],c[3],c[4],c[5],c[6]);g=g[E](k.min.x,k.max.x),h=h[E](k.min.y,k.max.y),e=c[5],f=c[6]}var l=P[D](0,g),m=P[D](0,h),n=O[D](0,g),o=O[D](0,h),p=n-l,q=o-m,r={x:l,y:m,x2:n,y2:o,width:p,height:q,cx:l+p/2,cy:m+q/2};return b.bbox=d(r),r},Cb=function(a){var b=d(a);return b.toString=c._path2string,b},Db=c._pathToRelative=function(a){var b=Ab(a);if(b.rel)return Cb(b.rel);c.is(a,V)&&c.is(a&&a[0],V)||(a=c.parsePathString(a));var d=[],e=0,f=0,g=0,h=0,i=0;"M"==a[0][0]&&(e=a[0][1],f=a[0][2],g=e,h=f,i++,d.push(["M",e,f]));for(var j=i,k=a.length;k>j;j++){var l=d[j]=[],m=a[j];if(m[0]!=M.call(m[0]))switch(l[0]=M.call(m[0]),l[0]){case"a":l[1]=m[1],l[2]=m[2],l[3]=m[3],l[4]=m[4],l[5]=m[5],l[6]=+(m[6]-e).toFixed(3),l[7]=+(m[7]-f).toFixed(3);break;case"v":l[1]=+(m[1]-f).toFixed(3);break;case"m":g=m[1],h=m[2];default:for(var n=1,o=m.length;o>n;n++)l[n]=+(m[n]-(n%2?e:f)).toFixed(3)}else{l=d[j]=[],"m"==m[0]&&(g=m[1]+e,h=m[2]+f);for(var p=0,q=m.length;q>p;p++)d[j][p]=m[p]}var r=d[j].length;switch(d[j][0]){case"z":e=g,f=h;break;case"h":e+=+d[j][r-1];break;case"v":f+=+d[j][r-1];break;default:e+=+d[j][r-2],f+=+d[j][r-1]}}return d.toString=c._path2string,b.rel=Cb(d),d},Eb=c._pathToAbsolute=function(a){var b=Ab(a);if(b.abs)return Cb(b.abs);if(c.is(a,V)&&c.is(a&&a[0],V)||(a=c.parsePathString(a)),!a||!a.length)return[["M",0,0]];var d=[],e=0,f=0,g=0,i=0,j=0;"M"==a[0][0]&&(e=+a[0][1],f=+a[0][2],g=e,i=f,j++,d[0]=["M",e,f]);for(var k,l,m=3==a.length&&"M"==a[0][0]&&"R"==a[1][0].toUpperCase()&&"Z"==a[2][0].toUpperCase(),n=j,o=a.length;o>n;n++){if(d.push(k=[]),l=a[n],l[0]!=bb.call(l[0]))switch(k[0]=bb.call(l[0]),k[0]){case"A":k[1]=l[1],k[2]=l[2],k[3]=l[3],k[4]=l[4],k[5]=l[5],k[6]=+(l[6]+e),k[7]=+(l[7]+f);break;case"V":k[1]=+l[1]+f;break;case"H":k[1]=+l[1]+e;break;case"R":for(var p=[e,f][E](l.slice(1)),q=2,r=p.length;r>q;q++)p[q]=+p[q]+e,p[++q]=+p[q]+f;d.pop(),d=d[E](h(p,m));break;case"M":g=+l[1]+e,i=+l[2]+f;default:for(q=1,r=l.length;r>q;q++)k[q]=+l[q]+(q%2?e:f)}else if("R"==l[0])p=[e,f][E](l.slice(1)),d.pop(),d=d[E](h(p,m)),k=["R"][E](l.slice(-2));else for(var s=0,t=l.length;t>s;s++)k[s]=l[s];switch(k[0]){case"Z":e=g,f=i;break;case"H":e=k[1];break;case"V":f=k[1];break;case"M":g=k[k.length-2],i=k[k.length-1];default:e=k[k.length-2],f=k[k.length-1]}}return d.toString=c._path2string,b.abs=Cb(d),d},Fb=function(a,b,c,d){return[a,b,c,d,c,d]},Gb=function(a,b,c,d,e,f){var g=1/3,h=2/3;return[g*a+h*c,g*b+h*d,g*e+h*c,g*f+h*d,e,f]},Hb=function(a,b,c,d,e,g,h,i,j,k){var l,m=120*S/180,n=S/180*(+e||0),o=[],p=f(function(a,b,c){var d=a*N.cos(c)-b*N.sin(c),e=a*N.sin(c)+b*N.cos(c);return{x:d,y:e}});if(k)y=k[0],z=k[1],w=k[2],x=k[3];else{l=p(a,b,-n),a=l.x,b=l.y,l=p(i,j,-n),i=l.x,j=l.y;var q=(N.cos(S/180*e),N.sin(S/180*e),(a-i)/2),r=(b-j)/2,s=q*q/(c*c)+r*r/(d*d);s>1&&(s=N.sqrt(s),c=s*c,d=s*d);var t=c*c,u=d*d,v=(g==h?-1:1)*N.sqrt(Q((t*u-t*r*r-u*q*q)/(t*r*r+u*q*q))),w=v*c*r/d+(a+i)/2,x=v*-d*q/c+(b+j)/2,y=N.asin(((b-x)/d).toFixed(9)),z=N.asin(((j-x)/d).toFixed(9));y=w>a?S-y:y,z=w>i?S-z:z,0>y&&(y=2*S+y),0>z&&(z=2*S+z),h&&y>z&&(y-=2*S),!h&&z>y&&(z-=2*S)}var A=z-y;if(Q(A)>m){var B=z,C=i,D=j;z=y+m*(h&&z>y?1:-1),i=w+c*N.cos(z),j=x+d*N.sin(z),o=Hb(i,j,c,d,e,0,h,C,D,[z,B,w,x])}A=z-y;var F=N.cos(y),G=N.sin(y),H=N.cos(z),I=N.sin(z),K=N.tan(A/4),L=4/3*c*K,M=4/3*d*K,O=[a,b],P=[a+L*G,b-M*F],R=[i+L*I,j-M*H],T=[i,j];if(P[0]=2*O[0]-P[0],P[1]=2*O[1]-P[1],k)return[P,R,T][E](o);o=[P,R,T][E](o).join()[J](",");for(var U=[],V=0,W=o.length;W>V;V++)U[V]=V%2?p(o[V-1],o[V],n).y:p(o[V],o[V+1],n).x;return U},Ib=function(a,b,c,d,e,f,g,h,i){var j=1-i;return{x:R(j,3)*a+3*R(j,2)*i*c+3*j*i*i*e+R(i,3)*g,y:R(j,3)*b+3*R(j,2)*i*d+3*j*i*i*f+R(i,3)*h}},Jb=f(function(a,b,c,d,e,f,g,h){var i,j=e-2*c+a-(g-2*e+c),k=2*(c-a)-2*(e-c),l=a-c,m=(-k+N.sqrt(k*k-4*j*l))/2/j,n=(-k-N.sqrt(k*k-4*j*l))/2/j,o=[b,h],p=[a,g];return Q(m)>"1e12"&&(m=.5),Q(n)>"1e12"&&(n=.5),m>0&&1>m&&(i=Ib(a,b,c,d,e,f,g,h,m),p.push(i.x),o.push(i.y)),n>0&&1>n&&(i=Ib(a,b,c,d,e,f,g,h,n),p.push(i.x),o.push(i.y)),j=f-2*d+b-(h-2*f+d),k=2*(d-b)-2*(f-d),l=b-d,m=(-k+N.sqrt(k*k-4*j*l))/2/j,n=(-k-N.sqrt(k*k-4*j*l))/2/j,Q(m)>"1e12"&&(m=.5),Q(n)>"1e12"&&(n=.5),m>0&&1>m&&(i=Ib(a,b,c,d,e,f,g,h,m),p.push(i.x),o.push(i.y)),n>0&&1>n&&(i=Ib(a,b,c,d,e,f,g,h,n),p.push(i.x),o.push(i.y)),{min:{x:P[D](0,p),y:P[D](0,o)},max:{x:O[D](0,p),y:O[D](0,o)}}}),Kb=c._path2curve=f(function(a,b){var c=!b&&Ab(a);if(!b&&c.curve)return Cb(c.curve);for(var d=Eb(a),e=b&&Eb(b),f={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},g={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},h=(function(a,b,c){var d,e;if(!a)return["C",b.x,b.y,b.x,b.y,b.x,b.y];switch(!(a[0]in{T:1,Q:1})&&(b.qx=b.qy=null),a[0]){case"M":b.X=a[1],b.Y=a[2];break;case"A":a=["C"][E](Hb[D](0,[b.x,b.y][E](a.slice(1))));break;case"S":"C"==c||"S"==c?(d=2*b.x-b.bx,e=2*b.y-b.by):(d=b.x,e=b.y),a=["C",d,e][E](a.slice(1));break;case"T":"Q"==c||"T"==c?(b.qx=2*b.x-b.qx,b.qy=2*b.y-b.qy):(b.qx=b.x,b.qy=b.y),a=["C"][E](Gb(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case"Q":b.qx=a[1],b.qy=a[2],a=["C"][E](Gb(b.x,b.y,a[1],a[2],a[3],a[4]));break;case"L":a=["C"][E](Fb(b.x,b.y,a[1],a[2]));break;case"H":a=["C"][E](Fb(b.x,b.y,a[1],b.y));break;case"V":a=["C"][E](Fb(b.x,b.y,b.x,a[1]));break;case"Z":a=["C"][E](Fb(b.x,b.y,b.X,b.Y))}return a}),i=function(a,b){if(a[b].length>7){a[b].shift();for(var c=a[b];c.length;)a.splice(b++,0,["C"][E](c.splice(0,6)));a.splice(b,1),l=O(d.length,e&&e.length||0)}},j=function(a,b,c,f,g){a&&b&&"M"==a[g][0]&&"M"!=b[g][0]&&(b.splice(g,0,["M",f.x,f.y]),c.bx=0,c.by=0,c.x=a[g][1],c.y=a[g][2],l=O(d.length,e&&e.length||0))},k=0,l=O(d.length,e&&e.length||0);l>k;k++){d[k]=h(d[k],f),i(d,k),e&&(e[k]=h(e[k],g)),e&&i(e,k),j(d,e,f,g,k),j(e,d,g,f,k);var m=d[k],n=e&&e[k],o=m.length,p=e&&n.length;f.x=m[o-2],f.y=m[o-1],f.bx=_(m[o-4])||f.x,f.by=_(m[o-3])||f.y,g.bx=e&&(_(n[p-4])||g.x),g.by=e&&(_(n[p-3])||g.y),g.x=e&&n[p-2],g.y=e&&n[p-1]}return e||(c.curve=Cb(d)),e?[d,e]:d},null,Cb),Lb=(c._parseDots=f(function(a){for(var b=[],d=0,e=a.length;e>d;d++){var f={},g=a[d].match(/^([^:]*):?([\d\.]*)/);if(f.color=c.getRGB(g[1]),f.color.error)return null;f.color=f.color.hex,g[2]&&(f.offset=g[2]+"%"),b.push(f)}for(d=1,e=b.length-1;e>d;d++)if(!b[d].offset){for(var h=_(b[d-1].offset||0),i=0,j=d+1;e>j;j++)if(b[j].offset){i=b[j].offset;break}i||(i=100,j=e),i=_(i);for(var k=(i-h)/(j-d+1);j>d;d++)h+=k,b[d].offset=h+"%"}return b}),c._tear=function(a,b){a==b.top&&(b.top=a.prev),a==b.bottom&&(b.bottom=a.next),a.next&&(a.next.prev=a.prev),a.prev&&(a.prev.next=a.next)}),Mb=(c._tofront=function(a,b){b.top!==a&&(Lb(a,b),a.next=null,a.prev=b.top,b.top.next=a,b.top=a)},c._toback=function(a,b){b.bottom!==a&&(Lb(a,b),a.next=b.bottom,a.prev=null,b.bottom.prev=a,b.bottom=a)},c._insertafter=function(a,b,c){Lb(a,c),b==c.top&&(c.top=a),b.next&&(b.next.prev=a),a.next=b.next,a.prev=b,b.next=a},c._insertbefore=function(a,b,c){Lb(a,c),b==c.bottom&&(c.bottom=a),b.prev&&(b.prev.next=a),a.prev=b.prev,b.prev=a,a.next=b},c.toMatrix=function(a,b){var c=Bb(a),d={_:{transform:G},getBBox:function(){return c}};return Nb(d,b),d.matrix}),Nb=(c.transformPath=function(a,b){return rb(a,Mb(a,b))},c._extractTransform=function(a,b){if(null==b)return a._.transform;b=I(b).replace(/\.{3}|\u2026/g,a._.transform||G);var d=c.parseTransformString(b),e=0,f=0,g=0,h=1,i=1,j=a._,k=new o;if(j.transform=d||[],d)for(var l=0,m=d.length;m>l;l++){var n,p,q,r,s,t=d[l],u=t.length,v=I(t[0]).toLowerCase(),w=t[0]!=v,x=w?k.invert():0;"t"==v&&3==u?w?(n=x.x(0,0),p=x.y(0,0),q=x.x(t[1],t[2]),r=x.y(t[1],t[2]),k.translate(q-n,r-p)):k.translate(t[1],t[2]):"r"==v?2==u?(s=s||a.getBBox(1),k.rotate(t[1],s.x+s.width/2,s.y+s.height/2),e+=t[1]):4==u&&(w?(q=x.x(t[2],t[3]),r=x.y(t[2],t[3]),k.rotate(t[1],q,r)):k.rotate(t[1],t[2],t[3]),e+=t[1]):"s"==v?2==u||3==u?(s=s||a.getBBox(1),k.scale(t[1],t[u-1],s.x+s.width/2,s.y+s.height/2),h*=t[1],i*=t[u-1]):5==u&&(w?(q=x.x(t[3],t[4]),r=x.y(t[3],t[4]),k.scale(t[1],t[2],q,r)):k.scale(t[1],t[2],t[3],t[4]),h*=t[1],i*=t[2]):"m"==v&&7==u&&k.add(t[1],t[2],t[3],t[4],t[5],t[6]),j.dirtyT=1,a.matrix=k}a.matrix=k,j.sx=h,j.sy=i,j.deg=e,j.dx=f=k.e,j.dy=g=k.f,1==h&&1==i&&!e&&j.bbox?(j.bbox.x+=+f,j.bbox.y+=+g):j.dirtyT=1}),Ob=function(a){var b=a[0];switch(b.toLowerCase()){case"t":return[b,0,0];case"m":return[b,1,0,0,1,0,0];case"r":return 4==a.length?[b,0,a[2],a[3]]:[b,0];case"s":return 5==a.length?[b,1,1,a[3],a[4]]:3==a.length?[b,1,1]:[b,1]}},Pb=c._equaliseTransform=function(a,b){b=I(b).replace(/\.{3}|\u2026/g,a),a=c.parseTransformString(a)||[],b=c.parseTransformString(b)||[];for(var d,e,f,g,h=O(a.length,b.length),i=[],j=[],k=0;h>k;k++){if(f=a[k]||Ob(b[k]),g=b[k]||Ob(f),f[0]!=g[0]||"r"==f[0].toLowerCase()&&(f[2]!=g[2]||f[3]!=g[3])||"s"==f[0].toLowerCase()&&(f[3]!=g[3]||f[4]!=g[4]))return;for(i[k]=[],j[k]=[],d=0,e=O(f.length,g.length);e>d;d++)d in f&&(i[k][d]=f[d]),d in g&&(j[k][d]=g[d]) }return{from:i,to:j}};c._getContainer=function(a,b,d,e){var f;return f=null!=e||c.is(a,"object")?a:A.doc.getElementById(a),null!=f?f.tagName?null==b?{container:f,width:f.style.pixelWidth||f.offsetWidth,height:f.style.pixelHeight||f.offsetHeight}:{container:f,width:b,height:d}:{container:1,x:a,y:b,width:d,height:e}:void 0},c.pathToRelative=Db,c._engine={},c.path2curve=Kb,c.matrix=function(a,b,c,d,e,f){return new o(a,b,c,d,e,f)},function(a){function b(a){return a[0]*a[0]+a[1]*a[1]}function d(a){var c=N.sqrt(b(a));a[0]&&(a[0]/=c),a[1]&&(a[1]/=c)}a.add=function(a,b,c,d,e,f){var g,h,i,j,k=[[],[],[]],l=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1]],m=[[a,c,e],[b,d,f],[0,0,1]];for(a&&a instanceof o&&(m=[[a.a,a.c,a.e],[a.b,a.d,a.f],[0,0,1]]),g=0;3>g;g++)for(h=0;3>h;h++){for(j=0,i=0;3>i;i++)j+=l[g][i]*m[i][h];k[g][h]=j}this.a=k[0][0],this.b=k[1][0],this.c=k[0][1],this.d=k[1][1],this.e=k[0][2],this.f=k[1][2]},a.invert=function(){var a=this,b=a.a*a.d-a.b*a.c;return new o(a.d/b,-a.b/b,-a.c/b,a.a/b,(a.c*a.f-a.d*a.e)/b,(a.b*a.e-a.a*a.f)/b)},a.clone=function(){return new o(this.a,this.b,this.c,this.d,this.e,this.f)},a.translate=function(a,b){this.add(1,0,0,1,a,b)},a.scale=function(a,b,c,d){null==b&&(b=a),(c||d)&&this.add(1,0,0,1,c,d),this.add(a,0,0,b,0,0),(c||d)&&this.add(1,0,0,1,-c,-d)},a.rotate=function(a,b,d){a=c.rad(a),b=b||0,d=d||0;var e=+N.cos(a).toFixed(9),f=+N.sin(a).toFixed(9);this.add(e,f,-f,e,b,d),this.add(1,0,0,1,-b,-d)},a.x=function(a,b){return a*this.a+b*this.c+this.e},a.y=function(a,b){return a*this.b+b*this.d+this.f},a.get=function(a){return+this[I.fromCharCode(97+a)].toFixed(4)},a.toString=function(){return c.svg?"matrix("+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+")":[this.get(0),this.get(2),this.get(1),this.get(3),0,0].join()},a.toFilter=function(){return"progid:DXImageTransform.Microsoft.Matrix(M11="+this.get(0)+", M12="+this.get(2)+", M21="+this.get(1)+", M22="+this.get(3)+", Dx="+this.get(4)+", Dy="+this.get(5)+", sizingmethod='auto expand')"},a.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]},a.split=function(){var a={};a.dx=this.e,a.dy=this.f;var e=[[this.a,this.c],[this.b,this.d]];a.scalex=N.sqrt(b(e[0])),d(e[0]),a.shear=e[0][0]*e[1][0]+e[0][1]*e[1][1],e[1]=[e[1][0]-e[0][0]*a.shear,e[1][1]-e[0][1]*a.shear],a.scaley=N.sqrt(b(e[1])),d(e[1]),a.shear/=a.scaley;var f=-e[0][1],g=e[1][1];return 0>g?(a.rotate=c.deg(N.acos(g)),0>f&&(a.rotate=360-a.rotate)):a.rotate=c.deg(N.asin(f)),a.isSimple=!(+a.shear.toFixed(9)||a.scalex.toFixed(9)!=a.scaley.toFixed(9)&&a.rotate),a.isSuperSimple=!+a.shear.toFixed(9)&&a.scalex.toFixed(9)==a.scaley.toFixed(9)&&!a.rotate,a.noRotation=!+a.shear.toFixed(9)&&!a.rotate,a},a.toTransformString=function(a){var b=a||this[J]();return b.isSimple?(b.scalex=+b.scalex.toFixed(4),b.scaley=+b.scaley.toFixed(4),b.rotate=+b.rotate.toFixed(4),(b.dx||b.dy?"t"+[b.dx,b.dy]:G)+(1!=b.scalex||1!=b.scaley?"s"+[b.scalex,b.scaley,0,0]:G)+(b.rotate?"r"+[b.rotate,0,0]:G)):"m"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)]}}(o.prototype);var Qb=navigator.userAgent.match(/Version\/(.*?)\s/)||navigator.userAgent.match(/Chrome\/(\d+)/);v.safari="Apple Computer, Inc."==navigator.vendor&&(Qb&&Qb[1]<4||"iP"==navigator.platform.slice(0,2))||"Google Inc."==navigator.vendor&&Qb&&Qb[1]<8?function(){var a=this.rect(-99,-99,this.width+99,this.height+99).attr({stroke:"none"});setTimeout(function(){a.remove()})}:mb;for(var Rb=function(){this.returnValue=!1},Sb=function(){return this.originalEvent.preventDefault()},Tb=function(){this.cancelBubble=!0},Ub=function(){return this.originalEvent.stopPropagation()},Vb=function(a){var b=A.doc.documentElement.scrollTop||A.doc.body.scrollTop,c=A.doc.documentElement.scrollLeft||A.doc.body.scrollLeft;return{x:a.clientX+c,y:a.clientY+b}},Wb=function(){return A.doc.addEventListener?function(a,b,c,d){var e=function(a){var b=Vb(a);return c.call(d,a,b.x,b.y)};if(a.addEventListener(b,e,!1),F&&L[b]){var f=function(b){for(var e=Vb(b),f=b,g=0,h=b.targetTouches&&b.targetTouches.length;h>g;g++)if(b.targetTouches[g].target==a){b=b.targetTouches[g],b.originalEvent=f,b.preventDefault=Sb,b.stopPropagation=Ub;break}return c.call(d,b,e.x,e.y)};a.addEventListener(L[b],f,!1)}return function(){return a.removeEventListener(b,e,!1),F&&L[b]&&a.removeEventListener(L[b],e,!1),!0}}:A.doc.attachEvent?function(a,b,c,d){var e=function(a){a=a||A.win.event;var b=A.doc.documentElement.scrollTop||A.doc.body.scrollTop,e=A.doc.documentElement.scrollLeft||A.doc.body.scrollLeft,f=a.clientX+e,g=a.clientY+b;return a.preventDefault=a.preventDefault||Rb,a.stopPropagation=a.stopPropagation||Tb,c.call(d,a,f,g)};a.attachEvent("on"+b,e);var f=function(){return a.detachEvent("on"+b,e),!0};return f}:void 0}(),Xb=[],Yb=function(a){for(var c,d=a.clientX,e=a.clientY,f=A.doc.documentElement.scrollTop||A.doc.body.scrollTop,g=A.doc.documentElement.scrollLeft||A.doc.body.scrollLeft,h=Xb.length;h--;){if(c=Xb[h],F&&a.touches){for(var i,j=a.touches.length;j--;)if(i=a.touches[j],i.identifier==c.el._drag.id){d=i.clientX,e=i.clientY,(a.originalEvent?a.originalEvent:a).preventDefault();break}}else a.preventDefault();var k,l=c.el.node,m=l.nextSibling,n=l.parentNode,o=l.style.display;A.win.opera&&n.removeChild(l),l.style.display="none",k=c.el.paper.getElementByPoint(d,e),l.style.display=o,A.win.opera&&(m?n.insertBefore(l,m):n.appendChild(l)),k&&b("raphael.drag.over."+c.el.id,c.el,k),d+=g,e+=f,b("raphael.drag.move."+c.el.id,c.move_scope||c.el,d-c.el._drag.x,e-c.el._drag.y,d,e,a)}},Zb=function(a){c.unmousemove(Yb).unmouseup(Zb);for(var d,e=Xb.length;e--;)d=Xb[e],d.el._drag={},b("raphael.drag.end."+d.el.id,d.end_scope||d.start_scope||d.move_scope||d.el,a);Xb=[]},$b=c.el={},_b=K.length;_b--;)!function(a){c[a]=$b[a]=function(b,d){return c.is(b,"function")&&(this.events=this.events||[],this.events.push({name:a,f:b,unbind:Wb(this.shape||this.node||A.doc,a,b,d||this)})),this},c["un"+a]=$b["un"+a]=function(b){for(var d=this.events||[],e=d.length;e--;)d[e].name!=a||!c.is(b,"undefined")&&d[e].f!=b||(d[e].unbind(),d.splice(e,1),!d.length&&delete this.events);return this}}(K[_b]);$b.data=function(a,d){var e=kb[this.id]=kb[this.id]||{};if(0==arguments.length)return e;if(1==arguments.length){if(c.is(a,"object")){for(var f in a)a[z](f)&&this.data(f,a[f]);return this}return b("raphael.data.get."+this.id,this,e[a],a),e[a]}return e[a]=d,b("raphael.data.set."+this.id,this,d,a),this},$b.removeData=function(a){return null==a?kb[this.id]={}:kb[this.id]&&delete kb[this.id][a],this},$b.getData=function(){return d(kb[this.id]||{})},$b.hover=function(a,b,c,d){return this.mouseover(a,c).mouseout(b,d||c)},$b.unhover=function(a,b){return this.unmouseover(a).unmouseout(b)};var ac=[];$b.drag=function(a,d,e,f,g,h){function i(i){(i.originalEvent||i).preventDefault();var j=i.clientX,k=i.clientY,l=A.doc.documentElement.scrollTop||A.doc.body.scrollTop,m=A.doc.documentElement.scrollLeft||A.doc.body.scrollLeft;if(this._drag.id=i.identifier,F&&i.touches)for(var n,o=i.touches.length;o--;)if(n=i.touches[o],this._drag.id=n.identifier,n.identifier==this._drag.id){j=n.clientX,k=n.clientY;break}this._drag.x=j+m,this._drag.y=k+l,!Xb.length&&c.mousemove(Yb).mouseup(Zb),Xb.push({el:this,move_scope:f,start_scope:g,end_scope:h}),d&&b.on("raphael.drag.start."+this.id,d),a&&b.on("raphael.drag.move."+this.id,a),e&&b.on("raphael.drag.end."+this.id,e),b("raphael.drag.start."+this.id,g||f||this,i.clientX+m,i.clientY+l,i)}return this._drag={},ac.push({el:this,start:i}),this.mousedown(i),this},$b.onDragOver=function(a){a?b.on("raphael.drag.over."+this.id,a):b.unbind("raphael.drag.over."+this.id)},$b.undrag=function(){for(var a=ac.length;a--;)ac[a].el==this&&(this.unmousedown(ac[a].start),ac.splice(a,1),b.unbind("raphael.drag.*."+this.id));!ac.length&&c.unmousemove(Yb).unmouseup(Zb),Xb=[]},v.circle=function(a,b,d){var e=c._engine.circle(this,a||0,b||0,d||0);return this.__set__&&this.__set__.push(e),e},v.rect=function(a,b,d,e,f){var g=c._engine.rect(this,a||0,b||0,d||0,e||0,f||0);return this.__set__&&this.__set__.push(g),g},v.ellipse=function(a,b,d,e){var f=c._engine.ellipse(this,a||0,b||0,d||0,e||0);return this.__set__&&this.__set__.push(f),f},v.path=function(a){a&&!c.is(a,U)&&!c.is(a[0],V)&&(a+=G);var b=c._engine.path(c.format[D](c,arguments),this);return this.__set__&&this.__set__.push(b),b},v.image=function(a,b,d,e,f){var g=c._engine.image(this,a||"about:blank",b||0,d||0,e||0,f||0);return this.__set__&&this.__set__.push(g),g},v.text=function(a,b,d){var e=c._engine.text(this,a||0,b||0,I(d));return this.__set__&&this.__set__.push(e),e},v.set=function(a){!c.is(a,"array")&&(a=Array.prototype.splice.call(arguments,0,arguments.length));var b=new mc(a);return this.__set__&&this.__set__.push(b),b.paper=this,b.type="set",b},v.setStart=function(a){this.__set__=a||this.set()},v.setFinish=function(){var a=this.__set__;return delete this.__set__,a},v.setSize=function(a,b){return c._engine.setSize.call(this,a,b)},v.setViewBox=function(a,b,d,e,f){return c._engine.setViewBox.call(this,a,b,d,e,f)},v.top=v.bottom=null,v.raphael=c;var bc=function(a){var b=a.getBoundingClientRect(),c=a.ownerDocument,d=c.body,e=c.documentElement,f=e.clientTop||d.clientTop||0,g=e.clientLeft||d.clientLeft||0,h=b.top+(A.win.pageYOffset||e.scrollTop||d.scrollTop)-f,i=b.left+(A.win.pageXOffset||e.scrollLeft||d.scrollLeft)-g;return{y:h,x:i}};v.getElementByPoint=function(a,b){var c=this,d=c.canvas,e=A.doc.elementFromPoint(a,b);if(A.win.opera&&"svg"==e.tagName){var f=bc(d),g=d.createSVGRect();g.x=a-f.x,g.y=b-f.y,g.width=g.height=1;var h=d.getIntersectionList(g,null);h.length&&(e=h[h.length-1])}if(!e)return null;for(;e.parentNode&&e!=d.parentNode&&!e.raphael;)e=e.parentNode;return e==c.canvas.parentNode&&(e=d),e=e&&e.raphael?c.getById(e.raphaelid):null},v.getElementsByBBox=function(a){var b=this.set();return this.forEach(function(d){c.isBBoxIntersect(d.getBBox(),a)&&b.push(d)}),b},v.getById=function(a){for(var b=this.bottom;b;){if(b.id==a)return b;b=b.next}return null},v.forEach=function(a,b){for(var c=this.bottom;c;){if(a.call(b,c)===!1)return this;c=c.next}return this},v.getElementsByPoint=function(a,b){var c=this.set();return this.forEach(function(d){d.isPointInside(a,b)&&c.push(d)}),c},$b.isPointInside=function(a,b){var d=this.realPath=qb[this.type](this);return this.attr("transform")&&this.attr("transform").length&&(d=c.transformPath(d,this.attr("transform"))),c.isPointInsidePath(d,a,b)},$b.getBBox=function(a){if(this.removed)return{};var b=this._;return a?((b.dirty||!b.bboxwt)&&(this.realPath=qb[this.type](this),b.bboxwt=Bb(this.realPath),b.bboxwt.toString=p,b.dirty=0),b.bboxwt):((b.dirty||b.dirtyT||!b.bbox)&&((b.dirty||!this.realPath)&&(b.bboxwt=0,this.realPath=qb[this.type](this)),b.bbox=Bb(rb(this.realPath,this.matrix)),b.bbox.toString=p,b.dirty=b.dirtyT=0),b.bbox)},$b.clone=function(){if(this.removed)return null;var a=this.paper[this.type]().attr(this.attr());return this.__set__&&this.__set__.push(a),a},$b.glow=function(a){if("text"==this.type)return null;a=a||{};var b={width:(a.width||10)+(+this.attr("stroke-width")||1),fill:a.fill||!1,opacity:a.opacity||.5,offsetx:a.offsetx||0,offsety:a.offsety||0,color:a.color||"#000"},c=b.width/2,d=this.paper,e=d.set(),f=this.realPath||qb[this.type](this);f=this.matrix?rb(f,this.matrix):f;for(var g=1;c+1>g;g++)e.push(d.path(f).attr({stroke:b.color,fill:b.fill?b.color:"none","stroke-linejoin":"round","stroke-linecap":"round","stroke-width":+(b.width/c*g).toFixed(3),opacity:+(b.opacity/c).toFixed(3)}));return e.insertBefore(this).translate(b.offsetx,b.offsety)};var cc=function(a,b,d,e,f,g,h,i,l){return null==l?j(a,b,d,e,f,g,h,i):c.findDotsAtSegment(a,b,d,e,f,g,h,i,k(a,b,d,e,f,g,h,i,l))},dc=function(a,b){return function(d,e,f){d=Kb(d);for(var g,h,i,j,k,l="",m={},n=0,o=0,p=d.length;p>o;o++){if(i=d[o],"M"==i[0])g=+i[1],h=+i[2];else{if(j=cc(g,h,i[1],i[2],i[3],i[4],i[5],i[6]),n+j>e){if(b&&!m.start){if(k=cc(g,h,i[1],i[2],i[3],i[4],i[5],i[6],e-n),l+=["C"+k.start.x,k.start.y,k.m.x,k.m.y,k.x,k.y],f)return l;m.start=l,l=["M"+k.x,k.y+"C"+k.n.x,k.n.y,k.end.x,k.end.y,i[5],i[6]].join(),n+=j,g=+i[5],h=+i[6];continue}if(!a&&!b)return k=cc(g,h,i[1],i[2],i[3],i[4],i[5],i[6],e-n),{x:k.x,y:k.y,alpha:k.alpha}}n+=j,g=+i[5],h=+i[6]}l+=i.shift()+i}return m.end=l,k=a?n:b?m:c.findDotsAtSegment(g,h,i[0],i[1],i[2],i[3],i[4],i[5],1),k.alpha&&(k={x:k.x,y:k.y,alpha:k.alpha}),k}},ec=dc(1),fc=dc(),gc=dc(0,1);c.getTotalLength=ec,c.getPointAtLength=fc,c.getSubpath=function(a,b,c){if(this.getTotalLength(a)-c<1e-6)return gc(a,b).end;var d=gc(a,c,1);return b?gc(d,b).end:d},$b.getTotalLength=function(){var a=this.getPath();if(a)return this.node.getTotalLength?this.node.getTotalLength():ec(a)},$b.getPointAtLength=function(a){var b=this.getPath();if(b)return fc(b,a)},$b.getPath=function(){var a,b=c._getPath[this.type];if("text"!=this.type&&"set"!=this.type)return b&&(a=b(this)),a},$b.getSubpath=function(a,b){var d=this.getPath();if(d)return c.getSubpath(d,a,b)};var hc=c.easing_formulas={linear:function(a){return a},"<":function(a){return R(a,1.7)},">":function(a){return R(a,.48)},"<>":function(a){var b=.48-a/1.04,c=N.sqrt(.1734+b*b),d=c-b,e=R(Q(d),1/3)*(0>d?-1:1),f=-c-b,g=R(Q(f),1/3)*(0>f?-1:1),h=e+g+.5;return 3*(1-h)*h*h+h*h*h},backIn:function(a){var b=1.70158;return a*a*((b+1)*a-b)},backOut:function(a){a-=1;var b=1.70158;return a*a*((b+1)*a+b)+1},elastic:function(a){return a==!!a?a:R(2,-10*a)*N.sin((a-.075)*2*S/.3)+1},bounce:function(a){var b,c=7.5625,d=2.75;return 1/d>a?b=c*a*a:2/d>a?(a-=1.5/d,b=c*a*a+.75):2.5/d>a?(a-=2.25/d,b=c*a*a+.9375):(a-=2.625/d,b=c*a*a+.984375),b}};hc.easeIn=hc["ease-in"]=hc["<"],hc.easeOut=hc["ease-out"]=hc[">"],hc.easeInOut=hc["ease-in-out"]=hc["<>"],hc["back-in"]=hc.backIn,hc["back-out"]=hc.backOut;var ic=[],jc=a.requestAnimationFrame||a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame||a.msRequestAnimationFrame||function(a){setTimeout(a,16)},kc=function(){for(var a=+new Date,d=0;dh))if(i>h){var q=j(h/i);for(var r in k)if(k[z](r)){switch(db[r]){case T:f=+k[r]+q*i*l[r];break;case"colour":f="rgb("+[lc($(k[r].r+q*i*l[r].r)),lc($(k[r].g+q*i*l[r].g)),lc($(k[r].b+q*i*l[r].b))].join(",")+")";break;case"path":f=[];for(var t=0,u=k[r].length;u>t;t++){f[t]=[k[r][t][0]];for(var v=1,w=k[r][t].length;w>v;v++)f[t][v]=+k[r][t][v]+q*i*l[r][t][v];f[t]=f[t].join(H)}f=f.join(H);break;case"transform":if(l[r].real)for(f=[],t=0,u=k[r].length;u>t;t++)for(f[t]=[k[r][t][0]],v=1,w=k[r][t].length;w>v;v++)f[t][v]=k[r][t][v]+q*i*l[r][t][v];else{var x=function(a){return+k[r][a]+q*i*l[r][a]};f=[["m",x(0),x(1),x(2),x(3),x(4),x(5)]]}break;case"csv":if("clip-rect"==r)for(f=[],t=4;t--;)f[t]=+k[r][t]+q*i*l[r][t];break;default:var y=[][E](k[r]);for(f=[],t=n.paper.customAttributes[r].length;t--;)f[t]=+y[t]+q*i*l[r][t]}o[r]=f}n.attr(o),function(a,c,d){setTimeout(function(){b("raphael.anim.frame."+a,c,d)})}(n.id,n,e.anim)}else{if(function(a,d,e){setTimeout(function(){b("raphael.anim.frame."+d.id,d,e),b("raphael.anim.finish."+d.id,d,e),c.is(a,"function")&&a.call(d)})}(e.callback,n,e.anim),n.attr(m),ic.splice(d--,1),e.repeat>1&&!e.next){for(g in m)m[z](g)&&(p[g]=e.totalOrigin[g]);e.el.attr(p),s(e.anim,e.el,e.anim.percents[0],null,e.totalOrigin,e.repeat-1)}e.next&&!e.stop&&s(e.anim,e.el,e.next,null,e.totalOrigin,e.repeat)}}}c.svg&&n&&n.paper&&n.paper.safari(),ic.length&&jc(kc)},lc=function(a){return a>255?255:0>a?0:a};$b.animateWith=function(a,b,d,e,f,g){var h=this;if(h.removed)return g&&g.call(h),h;var i=d instanceof r?d:c.animation(d,e,f,g);s(i,h,i.percents[0],null,h.attr());for(var j=0,k=ic.length;k>j;j++)if(ic[j].anim==b&&ic[j].el==a){ic[k-1].start=ic[j].start;break}return h},$b.onAnimation=function(a){return a?b.on("raphael.anim.frame."+this.id,a):b.unbind("raphael.anim.frame."+this.id),this},r.prototype.delay=function(a){var b=new r(this.anim,this.ms);return b.times=this.times,b.del=+a||0,b},r.prototype.repeat=function(a){var b=new r(this.anim,this.ms);return b.del=this.del,b.times=N.floor(O(a,0))||1,b},c.animation=function(a,b,d,e){if(a instanceof r)return a;(c.is(d,"function")||!d)&&(e=e||d||null,d=null),a=Object(a),b=+b||0;var f,g,h={};for(g in a)a[z](g)&&_(g)!=g&&_(g)+"%"!=g&&(f=!0,h[g]=a[g]);return f?(d&&(h.easing=d),e&&(h.callback=e),new r({100:h},b)):new r(a,b)},$b.animate=function(a,b,d,e){var f=this;if(f.removed)return e&&e.call(f),f;var g=a instanceof r?a:c.animation(a,b,d,e);return s(g,f,g.percents[0],null,f.attr()),f},$b.setTime=function(a,b){return a&&null!=b&&this.status(a,P(b,a.ms)/a.ms),this},$b.status=function(a,b){var c,d,e=[],f=0;if(null!=b)return s(a,this,-1,P(b,1)),this;for(c=ic.length;c>f;f++)if(d=ic[f],d.el.id==this.id&&(!a||d.anim==a)){if(a)return d.status;e.push({anim:d.anim,status:d.status})}return a?0:e},$b.pause=function(a){for(var c=0;cb;b++)!a[b]||a[b].constructor!=$b.constructor&&a[b].constructor!=mc||(this[this.items.length]=this.items[this.items.length]=a[b],this.length++)},nc=mc.prototype;nc.push=function(){for(var a,b,c=0,d=arguments.length;d>c;c++)a=arguments[c],!a||a.constructor!=$b.constructor&&a.constructor!=mc||(b=this.items.length,this[b]=this.items[b]=a,this.length++);return this},nc.pop=function(){return this.length&&delete this[this.length--],this.items.pop()},nc.forEach=function(a,b){for(var c=0,d=this.items.length;d>c;c++)if(a.call(b,this.items[c],c)===!1)return this;return this};for(var oc in $b)$b[z](oc)&&(nc[oc]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a][D](c,b)})}}(oc));return nc.attr=function(a,b){if(a&&c.is(a,V)&&c.is(a[0],"object"))for(var d=0,e=a.length;e>d;d++)this.items[d].attr(a[d]);else for(var f=0,g=this.items.length;g>f;f++)this.items[f].attr(a,b);return this},nc.clear=function(){for(;this.length;)this.pop()},nc.splice=function(a,b){a=0>a?O(this.length+a,0):a,b=O(0,P(this.length-a,b));var c,d=[],e=[],f=[];for(c=2;cc;c++)e.push(this[a+c]);for(;cc?f[c]:d[c-g];for(c=this.items.length=this.length-=b-g;this[c];)delete this[c++];return new mc(e)},nc.exclude=function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]==a)return this.splice(b,1),!0},nc.animate=function(a,b,d,e){(c.is(d,"function")||!d)&&(e=d||null);var f,g,h=this.items.length,i=h,j=this;if(!h)return this;e&&(g=function(){!--h&&e.call(j)}),d=c.is(d,U)?d:g;var k=c.animation(a,b,d,g);for(f=this.items[--i].animate(k);i--;)this.items[i]&&!this.items[i].removed&&this.items[i].animateWith(f,k,k),this.items[i]&&!this.items[i].removed||h--;return this},nc.insertAfter=function(a){for(var b=this.items.length;b--;)this.items[b].insertAfter(a);return this},nc.getBBox=function(){for(var a=[],b=[],c=[],d=[],e=this.items.length;e--;)if(!this.items[e].removed){var f=this.items[e].getBBox();a.push(f.x),b.push(f.y),c.push(f.x+f.width),d.push(f.y+f.height)}return a=P[D](0,a),b=P[D](0,b),c=O[D](0,c),d=O[D](0,d),{x:a,y:b,x2:c,y2:d,width:c-a,height:d-b}},nc.clone=function(a){a=this.paper.set();for(var b=0,c=this.items.length;c>b;b++)a.push(this.items[b].clone());return a},nc.toString=function(){return"Raphaël‘s set"},nc.glow=function(a){var b=this.paper.set();return this.forEach(function(c){var d=c.glow(a);null!=d&&d.forEach(function(a){b.push(a)})}),b},nc.isPointInside=function(a,b){var c=!1;return this.forEach(function(d){return d.isPointInside(a,b)?(console.log("runned"),c=!0,!1):void 0}),c},c.registerFont=function(a){if(!a.face)return a;this.fonts=this.fonts||{};var b={w:a.w,face:{},glyphs:{}},c=a.face["font-family"];for(var d in a.face)a.face[z](d)&&(b.face[d]=a.face[d]);if(this.fonts[c]?this.fonts[c].push(b):this.fonts[c]=[b],!a.svg){b.face["units-per-em"]=ab(a.face["units-per-em"],10);for(var e in a.glyphs)if(a.glyphs[z](e)){var f=a.glyphs[e];if(b.glyphs[e]={w:f.w,k:{},d:f.d&&"M"+f.d.replace(/[mlcxtrv]/g,function(a){return{l:"L",c:"C",x:"z",t:"m",r:"l",v:"c"}[a]||"M"})+"z"},f.k)for(var g in f.k)f[z](g)&&(b.glyphs[e].k[g]=f.k[g])}}return a},v.getFont=function(a,b,d,e){if(e=e||"normal",d=d||"normal",b=+b||{normal:400,bold:700,lighter:300,bolder:800}[b]||400,c.fonts){var f=c.fonts[a];if(!f){var g=new RegExp("(^|\\s)"+a.replace(/[^\w\d\s+!~.:_-]/g,G)+"(\\s|$)","i");for(var h in c.fonts)if(c.fonts[z](h)&&g.test(h)){f=c.fonts[h];break}}var i;if(f)for(var j=0,k=f.length;k>j&&(i=f[j],i.face["font-weight"]!=b||i.face["font-style"]!=d&&i.face["font-style"]||i.face["font-stretch"]!=e);j++);return i}},v.print=function(a,b,d,e,f,g,h,i){g=g||"middle",h=O(P(h||0,1),-1),i=O(P(i||1,3),1);var j,k=I(d)[J](G),l=0,m=0,n=G;if(c.is(e,"string")&&(e=this.getFont(e)),e){j=(f||16)/e.face["units-per-em"];for(var o=e.face.bbox[J](w),p=+o[0],q=o[3]-o[1],r=0,s=+o[1]+("baseline"==g?q+ +e.face.descent:q/2),t=0,u=k.length;u>t;t++){if("\n"==k[t])l=0,x=0,m=0,r+=q*i;else{var v=m&&e.glyphs[k[t-1]]||{},x=e.glyphs[k[t]];l+=m?(v.w||e.w)+(v.k&&v.k[k[t]]||0)+e.w*h:0,m=1}x&&x.d&&(n+=c.transformPath(x.d,["t",l*j,r*j,"s",j,j,p,s,"t",(a-p)/j,(b-s)/j]))}}return this.path(n).attr({fill:"#000",stroke:"none"})},v.add=function(a){if(c.is(a,"array"))for(var b,d=this.set(),e=0,f=a.length;f>e;e++)b=a[e]||{},x[z](b.type)&&d.push(this[b.type]().attr(b));return d},c.format=function(a,b){var d=c.is(b,V)?[0][E](b):arguments;return a&&c.is(a,U)&&d.length-1&&(a=a.replace(y,function(a,b){return null==d[++b]?G:d[b]})),a||G},c.fullfill=function(){var a=/\{([^\}]+)\}/g,b=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g,c=function(a,c,d){var e=d;return c.replace(b,function(a,b,c,d,f){b=b||d,e&&(b in e&&(e=e[b]),"function"==typeof e&&f&&(e=e()))}),e=(null==e||e==d?a:e)+""};return function(b,d){return String(b).replace(a,function(a,b){return c(a,b,d)})}}(),c.ninja=function(){return B.was?A.win.Raphael=B.is:delete Raphael,c},c.st=nc,function(a,b,d){function e(){/in/.test(a.readyState)?setTimeout(e,9):c.eve("raphael.DOMload")}null==a.readyState&&a.addEventListener&&(a.addEventListener(b,d=function(){a.removeEventListener(b,d,!1),a.readyState="complete"},!1),a.readyState="loading"),e()}(document,"DOMContentLoaded"),b.on("raphael.DOMload",function(){u=!0}),function(){if(c.svg){var a="hasOwnProperty",b=String,d=parseFloat,e=parseInt,f=Math,g=f.max,h=f.abs,i=f.pow,j=/[, ]+/,k=c.eve,l="",m=" ",n="http://www.w3.org/1999/xlink",o={block:"M5,0 0,2.5 5,5z",classic:"M5,0 0,2.5 5,5 3.5,3 3.5,2z",diamond:"M2.5,0 5,2.5 2.5,5 0,2.5z",open:"M6,1 1,3.5 6,6",oval:"M2.5,0A2.5,2.5,0,0,1,2.5,5 2.5,2.5,0,0,1,2.5,0z"},p={};c.toString=function(){return"Your browser supports SVG.\nYou are running Raphaël "+this.version};var q=function(d,e){if(e){"string"==typeof d&&(d=q(d));for(var f in e)e[a](f)&&("xlink:"==f.substring(0,6)?d.setAttributeNS(n,f.substring(6),b(e[f])):d.setAttribute(f,b(e[f])))}else d=c._g.doc.createElementNS("http://www.w3.org/2000/svg",d),d.style&&(d.style.webkitTapHighlightColor="rgba(0,0,0,0)");return d},r=function(a,e){var j="linear",k=a.id+e,m=.5,n=.5,o=a.node,p=a.paper,r=o.style,s=c._g.doc.getElementById(k);if(!s){if(e=b(e).replace(c._radial_gradient,function(a,b,c){if(j="radial",b&&c){m=d(b),n=d(c);var e=2*(n>.5)-1;i(m-.5,2)+i(n-.5,2)>.25&&(n=f.sqrt(.25-i(m-.5,2))*e+.5)&&.5!=n&&(n=n.toFixed(5)-1e-5*e)}return l}),e=e.split(/\s*\-\s*/),"linear"==j){var t=e.shift();if(t=-d(t),isNaN(t))return null;var u=[0,0,f.cos(c.rad(t)),f.sin(c.rad(t))],v=1/(g(h(u[2]),h(u[3]))||1);u[2]*=v,u[3]*=v,u[2]<0&&(u[0]=-u[2],u[2]=0),u[3]<0&&(u[1]=-u[3],u[3]=0)}var w=c._parseDots(e);if(!w)return null;if(k=k.replace(/[\(\)\s,\xb0#]/g,"_"),a.gradient&&k!=a.gradient.id&&(p.defs.removeChild(a.gradient),delete a.gradient),!a.gradient){s=q(j+"Gradient",{id:k}),a.gradient=s,q(s,"radial"==j?{fx:m,fy:n}:{x1:u[0],y1:u[1],x2:u[2],y2:u[3],gradientTransform:a.matrix.invert()}),p.defs.appendChild(s);for(var x=0,y=w.length;y>x;x++)s.appendChild(q("stop",{offset:w[x].offset?w[x].offset:x?"100%":"0%","stop-color":w[x].color||"#fff"}))}}return q(o,{fill:"url(#"+k+")",opacity:1,"fill-opacity":1}),r.fill=l,r.opacity=1,r.fillOpacity=1,1},s=function(a){var b=a.getBBox(1);q(a.pattern,{patternTransform:a.matrix.invert()+" translate("+b.x+","+b.y+")"})},t=function(d,e,f){if("path"==d.type){for(var g,h,i,j,k,m=b(e).toLowerCase().split("-"),n=d.paper,r=f?"end":"start",s=d.node,t=d.attrs,u=t["stroke-width"],v=m.length,w="classic",x=3,y=3,z=5;v--;)switch(m[v]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":w=m[v];break;case"wide":y=5;break;case"narrow":y=2;break;case"long":x=5;break;case"short":x=2}if("open"==w?(x+=2,y+=2,z+=2,i=1,j=f?4:1,k={fill:"none",stroke:t.stroke}):(j=i=x/2,k={fill:t.stroke,stroke:"none"}),d._.arrows?f?(d._.arrows.endPath&&p[d._.arrows.endPath]--,d._.arrows.endMarker&&p[d._.arrows.endMarker]--):(d._.arrows.startPath&&p[d._.arrows.startPath]--,d._.arrows.startMarker&&p[d._.arrows.startMarker]--):d._.arrows={},"none"!=w){var A="raphael-marker-"+w,B="raphael-marker-"+r+w+x+y;c._g.doc.getElementById(A)?p[A]++:(n.defs.appendChild(q(q("path"),{"stroke-linecap":"round",d:o[w],id:A})),p[A]=1);var C,D=c._g.doc.getElementById(B);D?(p[B]++,C=D.getElementsByTagName("use")[0]):(D=q(q("marker"),{id:B,markerHeight:y,markerWidth:x,orient:"auto",refX:j,refY:y/2}),C=q(q("use"),{"xlink:href":"#"+A,transform:(f?"rotate(180 "+x/2+" "+y/2+") ":l)+"scale("+x/z+","+y/z+")","stroke-width":(1/((x/z+y/z)/2)).toFixed(4)}),D.appendChild(C),n.defs.appendChild(D),p[B]=1),q(C,k);var E=i*("diamond"!=w&&"oval"!=w);f?(g=d._.arrows.startdx*u||0,h=c.getTotalLength(t.path)-E*u):(g=E*u,h=c.getTotalLength(t.path)-(d._.arrows.enddx*u||0)),k={},k["marker-"+r]="url(#"+B+")",(h||g)&&(k.d=c.getSubpath(t.path,g,h)),q(s,k),d._.arrows[r+"Path"]=A,d._.arrows[r+"Marker"]=B,d._.arrows[r+"dx"]=E,d._.arrows[r+"Type"]=w,d._.arrows[r+"String"]=e}else f?(g=d._.arrows.startdx*u||0,h=c.getTotalLength(t.path)-g):(g=0,h=c.getTotalLength(t.path)-(d._.arrows.enddx*u||0)),d._.arrows[r+"Path"]&&q(s,{d:c.getSubpath(t.path,g,h)}),delete d._.arrows[r+"Path"],delete d._.arrows[r+"Marker"],delete d._.arrows[r+"dx"],delete d._.arrows[r+"Type"],delete d._.arrows[r+"String"];for(k in p)if(p[a](k)&&!p[k]){var F=c._g.doc.getElementById(k);F&&F.parentNode.removeChild(F)}}},u={"":[0],none:[0],"-":[3,1],".":[1,1],"-.":[3,1,1,1],"-..":[3,1,1,1,1,1],". ":[1,3],"- ":[4,3],"--":[8,3],"- .":[4,3,1,3],"--.":[8,3,1,3],"--..":[8,3,1,3,1,3]},v=function(a,c,d){if(c=u[b(c).toLowerCase()]){for(var e=a.attrs["stroke-width"]||"1",f={round:e,square:e,butt:0}[a.attrs["stroke-linecap"]||d["stroke-linecap"]]||0,g=[],h=c.length;h--;)g[h]=c[h]*e+(h%2?1:-1)*f;q(a.node,{"stroke-dasharray":g.join(",")})}},w=function(d,f){var i=d.node,k=d.attrs,m=i.style.visibility;i.style.visibility="hidden";for(var o in f)if(f[a](o)){if(!c._availableAttrs[a](o))continue;var p=f[o];switch(k[o]=p,o){case"blur":d.blur(p);break;case"href":case"title":var u=q("title"),w=c._g.doc.createTextNode(p);u.appendChild(w),i.appendChild(u);break;case"target":var x=i.parentNode;if("a"!=x.tagName.toLowerCase()){var u=q("a");x.insertBefore(u,i),u.appendChild(i),x=u}"target"==o?x.setAttributeNS(n,"show","blank"==p?"new":p):x.setAttributeNS(n,o,p);break;case"cursor":i.style.cursor=p;break;case"transform":d.transform(p);break;case"arrow-start":t(d,p);break;case"arrow-end":t(d,p,1);break;case"clip-rect":var z=b(p).split(j);if(4==z.length){d.clip&&d.clip.parentNode.parentNode.removeChild(d.clip.parentNode);var A=q("clipPath"),B=q("rect");A.id=c.createUUID(),q(B,{x:z[0],y:z[1],width:z[2],height:z[3]}),A.appendChild(B),d.paper.defs.appendChild(A),q(i,{"clip-path":"url(#"+A.id+")"}),d.clip=B}if(!p){var C=i.getAttribute("clip-path");if(C){var D=c._g.doc.getElementById(C.replace(/(^url\(#|\)$)/g,l));D&&D.parentNode.removeChild(D),q(i,{"clip-path":l}),delete d.clip}}break;case"path":"path"==d.type&&(q(i,{d:p?k.path=c._pathToAbsolute(p):"M0,0"}),d._.dirty=1,d._.arrows&&("startString"in d._.arrows&&t(d,d._.arrows.startString),"endString"in d._.arrows&&t(d,d._.arrows.endString,1)));break;case"width":if(i.setAttribute(o,p),d._.dirty=1,!k.fx)break;o="x",p=k.x;case"x":k.fx&&(p=-k.x-(k.width||0));case"rx":if("rx"==o&&"rect"==d.type)break;case"cx":i.setAttribute(o,p),d.pattern&&s(d),d._.dirty=1;break;case"height":if(i.setAttribute(o,p),d._.dirty=1,!k.fy)break;o="y",p=k.y;case"y":k.fy&&(p=-k.y-(k.height||0));case"ry":if("ry"==o&&"rect"==d.type)break;case"cy":i.setAttribute(o,p),d.pattern&&s(d),d._.dirty=1;break;case"r":"rect"==d.type?q(i,{rx:p,ry:p}):i.setAttribute(o,p),d._.dirty=1;break;case"src":"image"==d.type&&i.setAttributeNS(n,"href",p);break;case"stroke-width":(1!=d._.sx||1!=d._.sy)&&(p/=g(h(d._.sx),h(d._.sy))||1),d.paper._vbSize&&(p*=d.paper._vbSize),i.setAttribute(o,p),k["stroke-dasharray"]&&v(d,k["stroke-dasharray"],f),d._.arrows&&("startString"in d._.arrows&&t(d,d._.arrows.startString),"endString"in d._.arrows&&t(d,d._.arrows.endString,1));break;case"stroke-dasharray":v(d,p,f);break;case"fill":var E=b(p).match(c._ISURL);if(E){A=q("pattern");var F=q("image");A.id=c.createUUID(),q(A,{x:0,y:0,patternUnits:"userSpaceOnUse",height:1,width:1}),q(F,{x:0,y:0,"xlink:href":E[1]}),A.appendChild(F),function(a){c._preload(E[1],function(){var b=this.offsetWidth,c=this.offsetHeight;q(a,{width:b,height:c}),q(F,{width:b,height:c}),d.paper.safari()})}(A),d.paper.defs.appendChild(A),q(i,{fill:"url(#"+A.id+")"}),d.pattern=A,d.pattern&&s(d);break}var G=c.getRGB(p);if(G.error){if(("circle"==d.type||"ellipse"==d.type||"r"!=b(p).charAt())&&r(d,p)){if("opacity"in k||"fill-opacity"in k){var H=c._g.doc.getElementById(i.getAttribute("fill").replace(/^url\(#|\)$/g,l));if(H){var I=H.getElementsByTagName("stop");q(I[I.length-1],{"stop-opacity":("opacity"in k?k.opacity:1)*("fill-opacity"in k?k["fill-opacity"]:1)})}}k.gradient=p,k.fill="none";break}}else delete f.gradient,delete k.gradient,!c.is(k.opacity,"undefined")&&c.is(f.opacity,"undefined")&&q(i,{opacity:k.opacity}),!c.is(k["fill-opacity"],"undefined")&&c.is(f["fill-opacity"],"undefined")&&q(i,{"fill-opacity":k["fill-opacity"]});G[a]("opacity")&&q(i,{"fill-opacity":G.opacity>1?G.opacity/100:G.opacity});case"stroke":G=c.getRGB(p),i.setAttribute(o,G.hex),"stroke"==o&&G[a]("opacity")&&q(i,{"stroke-opacity":G.opacity>1?G.opacity/100:G.opacity}),"stroke"==o&&d._.arrows&&("startString"in d._.arrows&&t(d,d._.arrows.startString),"endString"in d._.arrows&&t(d,d._.arrows.endString,1));break;case"gradient":("circle"==d.type||"ellipse"==d.type||"r"!=b(p).charAt())&&r(d,p);break;case"opacity":k.gradient&&!k[a]("stroke-opacity")&&q(i,{"stroke-opacity":p>1?p/100:p});case"fill-opacity":if(k.gradient){H=c._g.doc.getElementById(i.getAttribute("fill").replace(/^url\(#|\)$/g,l)),H&&(I=H.getElementsByTagName("stop"),q(I[I.length-1],{"stop-opacity":p}));break}default:"font-size"==o&&(p=e(p,10)+"px");var J=o.replace(/(\-.)/g,function(a){return a.substring(1).toUpperCase()});i.style[J]=p,d._.dirty=1,i.setAttribute(o,p)}}y(d,f),i.style.visibility=m},x=1.2,y=function(d,f){if("text"==d.type&&(f[a]("text")||f[a]("font")||f[a]("font-size")||f[a]("x")||f[a]("y"))){var g=d.attrs,h=d.node,i=h.firstChild?e(c._g.doc.defaultView.getComputedStyle(h.firstChild,l).getPropertyValue("font-size"),10):10; if(f[a]("text")){for(g.text=f.text;h.firstChild;)h.removeChild(h.firstChild);for(var j,k=b(f.text).split("\n"),m=[],n=0,o=k.length;o>n;n++)j=q("tspan"),n&&q(j,{dy:i*x,x:g.x}),j.appendChild(c._g.doc.createTextNode(k[n])),h.appendChild(j),m[n]=j}else for(m=h.getElementsByTagName("tspan"),n=0,o=m.length;o>n;n++)n?q(m[n],{dy:i*x,x:g.x}):q(m[0],{dy:0});q(h,{x:g.x,y:g.y}),d._.dirty=1;var p=d._getBBox(),r=g.y-(p.y+p.height/2);r&&c.is(r,"finite")&&q(m[0],{dy:r})}},z=function(a,b){this[0]=this.node=a,a.raphael=!0,this.id=c._oid++,a.raphaelid=this.id,this.matrix=c.matrix(),this.realPath=null,this.paper=b,this.attrs=this.attrs||{},this._={transform:[],sx:1,sy:1,deg:0,dx:0,dy:0,dirty:1},!b.bottom&&(b.bottom=this),this.prev=b.top,b.top&&(b.top.next=this),b.top=this,this.next=null},A=c.el;z.prototype=A,A.constructor=z,c._engine.path=function(a,b){var c=q("path");b.canvas&&b.canvas.appendChild(c);var d=new z(c,b);return d.type="path",w(d,{fill:"none",stroke:"#000",path:a}),d},A.rotate=function(a,c,e){if(this.removed)return this;if(a=b(a).split(j),a.length-1&&(c=d(a[1]),e=d(a[2])),a=d(a[0]),null==e&&(c=e),null==c||null==e){var f=this.getBBox(1);c=f.x+f.width/2,e=f.y+f.height/2}return this.transform(this._.transform.concat([["r",a,c,e]])),this},A.scale=function(a,c,e,f){if(this.removed)return this;if(a=b(a).split(j),a.length-1&&(c=d(a[1]),e=d(a[2]),f=d(a[3])),a=d(a[0]),null==c&&(c=a),null==f&&(e=f),null==e||null==f)var g=this.getBBox(1);return e=null==e?g.x+g.width/2:e,f=null==f?g.y+g.height/2:f,this.transform(this._.transform.concat([["s",a,c,e,f]])),this},A.translate=function(a,c){return this.removed?this:(a=b(a).split(j),a.length-1&&(c=d(a[1])),a=d(a[0])||0,c=+c||0,this.transform(this._.transform.concat([["t",a,c]])),this)},A.transform=function(b){var d=this._;if(null==b)return d.transform;if(c._extractTransform(this,b),this.clip&&q(this.clip,{transform:this.matrix.invert()}),this.pattern&&s(this),this.node&&q(this.node,{transform:this.matrix}),1!=d.sx||1!=d.sy){var e=this.attrs[a]("stroke-width")?this.attrs["stroke-width"]:1;this.attr({"stroke-width":e})}return this},A.hide=function(){return!this.removed&&this.paper.safari(this.node.style.display="none"),this},A.show=function(){return!this.removed&&this.paper.safari(this.node.style.display=""),this},A.remove=function(){if(!this.removed&&this.node.parentNode){var a=this.paper;a.__set__&&a.__set__.exclude(this),k.unbind("raphael.*.*."+this.id),this.gradient&&a.defs.removeChild(this.gradient),c._tear(this,a),"a"==this.node.parentNode.tagName.toLowerCase()?this.node.parentNode.parentNode.removeChild(this.node.parentNode):this.node.parentNode.removeChild(this.node);for(var b in this)this[b]="function"==typeof this[b]?c._removedFactory(b):null;this.removed=!0}},A._getBBox=function(){if("none"==this.node.style.display){this.show();var a=!0}var b={};try{b=this.node.getBBox()}catch(c){}finally{b=b||{}}return a&&this.hide(),b},A.attr=function(b,d){if(this.removed)return this;if(null==b){var e={};for(var f in this.attrs)this.attrs[a](f)&&(e[f]=this.attrs[f]);return e.gradient&&"none"==e.fill&&(e.fill=e.gradient)&&delete e.gradient,e.transform=this._.transform,e}if(null==d&&c.is(b,"string")){if("fill"==b&&"none"==this.attrs.fill&&this.attrs.gradient)return this.attrs.gradient;if("transform"==b)return this._.transform;for(var g=b.split(j),h={},i=0,l=g.length;l>i;i++)b=g[i],h[b]=b in this.attrs?this.attrs[b]:c.is(this.paper.customAttributes[b],"function")?this.paper.customAttributes[b].def:c._availableAttrs[b];return l-1?h:h[g[0]]}if(null==d&&c.is(b,"array")){for(h={},i=0,l=b.length;l>i;i++)h[b[i]]=this.attr(b[i]);return h}if(null!=d){var m={};m[b]=d}else null!=b&&c.is(b,"object")&&(m=b);for(var n in m)k("raphael.attr."+n+"."+this.id,this,m[n]);for(n in this.paper.customAttributes)if(this.paper.customAttributes[a](n)&&m[a](n)&&c.is(this.paper.customAttributes[n],"function")){var o=this.paper.customAttributes[n].apply(this,[].concat(m[n]));this.attrs[n]=m[n];for(var p in o)o[a](p)&&(m[p]=o[p])}return w(this,m),this},A.toFront=function(){if(this.removed)return this;"a"==this.node.parentNode.tagName.toLowerCase()?this.node.parentNode.parentNode.appendChild(this.node.parentNode):this.node.parentNode.appendChild(this.node);var a=this.paper;return a.top!=this&&c._tofront(this,a),this},A.toBack=function(){if(this.removed)return this;var a=this.node.parentNode;return"a"==a.tagName.toLowerCase()?a.parentNode.insertBefore(this.node.parentNode,this.node.parentNode.parentNode.firstChild):a.firstChild!=this.node&&a.insertBefore(this.node,this.node.parentNode.firstChild),c._toback(this,this.paper),this.paper,this},A.insertAfter=function(a){if(this.removed)return this;var b=a.node||a[a.length-1].node;return b.nextSibling?b.parentNode.insertBefore(this.node,b.nextSibling):b.parentNode.appendChild(this.node),c._insertafter(this,a,this.paper),this},A.insertBefore=function(a){if(this.removed)return this;var b=a.node||a[0].node;return b.parentNode.insertBefore(this.node,b),c._insertbefore(this,a,this.paper),this},A.blur=function(a){var b=this;if(0!==+a){var d=q("filter"),e=q("feGaussianBlur");b.attrs.blur=a,d.id=c.createUUID(),q(e,{stdDeviation:+a||1.5}),d.appendChild(e),b.paper.defs.appendChild(d),b._blur=d,q(b.node,{filter:"url(#"+d.id+")"})}else b._blur&&(b._blur.parentNode.removeChild(b._blur),delete b._blur,delete b.attrs.blur),b.node.removeAttribute("filter");return b},c._engine.circle=function(a,b,c,d){var e=q("circle");a.canvas&&a.canvas.appendChild(e);var f=new z(e,a);return f.attrs={cx:b,cy:c,r:d,fill:"none",stroke:"#000"},f.type="circle",q(e,f.attrs),f},c._engine.rect=function(a,b,c,d,e,f){var g=q("rect");a.canvas&&a.canvas.appendChild(g);var h=new z(g,a);return h.attrs={x:b,y:c,width:d,height:e,r:f||0,rx:f||0,ry:f||0,fill:"none",stroke:"#000"},h.type="rect",q(g,h.attrs),h},c._engine.ellipse=function(a,b,c,d,e){var f=q("ellipse");a.canvas&&a.canvas.appendChild(f);var g=new z(f,a);return g.attrs={cx:b,cy:c,rx:d,ry:e,fill:"none",stroke:"#000"},g.type="ellipse",q(f,g.attrs),g},c._engine.image=function(a,b,c,d,e,f){var g=q("image");q(g,{x:c,y:d,width:e,height:f,preserveAspectRatio:"none"}),g.setAttributeNS(n,"href",b),a.canvas&&a.canvas.appendChild(g);var h=new z(g,a);return h.attrs={x:c,y:d,width:e,height:f,src:b},h.type="image",h},c._engine.text=function(a,b,d,e){var f=q("text");a.canvas&&a.canvas.appendChild(f);var g=new z(f,a);return g.attrs={x:b,y:d,"text-anchor":"middle",text:e,font:c._availableAttrs.font,stroke:"none",fill:"#000"},g.type="text",w(g,g.attrs),g},c._engine.setSize=function(a,b){return this.width=a||this.width,this.height=b||this.height,this.canvas.setAttribute("width",this.width),this.canvas.setAttribute("height",this.height),this._viewBox&&this.setViewBox.apply(this,this._viewBox),this},c._engine.create=function(){var a=c._getContainer.apply(0,arguments),b=a&&a.container,d=a.x,e=a.y,f=a.width,g=a.height;if(!b)throw new Error("SVG container not found.");var h,i=q("svg"),j="overflow:hidden;";return d=d||0,e=e||0,f=f||512,g=g||342,q(i,{height:g,version:1.1,width:f,xmlns:"http://www.w3.org/2000/svg"}),1==b?(i.style.cssText=j+"position:absolute;left:"+d+"px;top:"+e+"px",c._g.doc.body.appendChild(i),h=1):(i.style.cssText=j+"position:relative",b.firstChild?b.insertBefore(i,b.firstChild):b.appendChild(i)),b=new c._Paper,b.width=f,b.height=g,b.canvas=i,b.clear(),b._left=b._top=0,h&&(b.renderfix=function(){}),b.renderfix(),b},c._engine.setViewBox=function(a,b,c,d,e){k("raphael.setViewBox",this,this._viewBox,[a,b,c,d,e]);var f,h,i=g(c/this.width,d/this.height),j=this.top,l=e?"meet":"xMinYMin";for(null==a?(this._vbSize&&(i=1),delete this._vbSize,f="0 0 "+this.width+m+this.height):(this._vbSize=i,f=a+m+b+m+c+m+d),q(this.canvas,{viewBox:f,preserveAspectRatio:l});i&&j;)h="stroke-width"in j.attrs?j.attrs["stroke-width"]:1,j.attr({"stroke-width":h}),j._.dirty=1,j._.dirtyT=1,j=j.prev;return this._viewBox=[a,b,c,d,!!e],this},c.prototype.renderfix=function(){var a,b=this.canvas,c=b.style;try{a=b.getScreenCTM()||b.createSVGMatrix()}catch(d){a=b.createSVGMatrix()}var e=-a.e%1,f=-a.f%1;(e||f)&&(e&&(this._left=(this._left+e)%1,c.left=this._left+"px"),f&&(this._top=(this._top+f)%1,c.top=this._top+"px"))},c.prototype.clear=function(){c.eve("raphael.clear",this);for(var a=this.canvas;a.firstChild;)a.removeChild(a.firstChild);this.bottom=this.top=null,(this.desc=q("desc")).appendChild(c._g.doc.createTextNode("Created with Raphaël "+c.version)),a.appendChild(this.desc),a.appendChild(this.defs=q("defs"))},c.prototype.remove=function(){k("raphael.remove",this),this.canvas.parentNode&&this.canvas.parentNode.removeChild(this.canvas);for(var a in this)this[a]="function"==typeof this[a]?c._removedFactory(a):null};var B=c.st;for(var C in A)A[a](C)&&!B[a](C)&&(B[C]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a].apply(c,b)})}}(C))}}(),function(){if(c.vml){var a="hasOwnProperty",b=String,d=parseFloat,e=Math,f=e.round,g=e.max,h=e.min,i=e.abs,j="fill",k=/[, ]+/,l=c.eve,m=" progid:DXImageTransform.Microsoft",n=" ",o="",p={M:"m",L:"l",C:"c",Z:"x",m:"t",l:"r",c:"v",z:"x"},q=/([clmz]),?([^clmz]*)/gi,r=/ progid:\S+Blur\([^\)]+\)/g,s=/-?[^,\s-]+/g,t="position:absolute;left:0;top:0;width:1px;height:1px",u=21600,v={path:1,rect:1,image:1},w={circle:1,ellipse:1},x=function(a){var d=/[ahqstv]/gi,e=c._pathToAbsolute;if(b(a).match(d)&&(e=c._path2curve),d=/[clmz]/g,e==c._pathToAbsolute&&!b(a).match(d)){var g=b(a).replace(q,function(a,b,c){var d=[],e="m"==b.toLowerCase(),g=p[b];return c.replace(s,function(a){e&&2==d.length&&(g+=d+p["m"==b?"l":"L"],d=[]),d.push(f(a*u))}),g+d});return g}var h,i,j=e(a);g=[];for(var k=0,l=j.length;l>k;k++){h=j[k],i=j[k][0].toLowerCase(),"z"==i&&(i="x");for(var m=1,r=h.length;r>m;m++)i+=f(h[m]*u)+(m!=r-1?",":o);g.push(i)}return g.join(n)},y=function(a,b,d){var e=c.matrix();return e.rotate(-a,.5,.5),{dx:e.x(b,d),dy:e.y(b,d)}},z=function(a,b,c,d,e,f){var g=a._,h=a.matrix,k=g.fillpos,l=a.node,m=l.style,o=1,p="",q=u/b,r=u/c;if(m.visibility="hidden",b&&c){if(l.coordsize=i(q)+n+i(r),m.rotation=f*(0>b*c?-1:1),f){var s=y(f,d,e);d=s.dx,e=s.dy}if(0>b&&(p+="x"),0>c&&(p+=" y")&&(o=-1),m.flip=p,l.coordorigin=d*-q+n+e*-r,k||g.fillsize){var t=l.getElementsByTagName(j);t=t&&t[0],l.removeChild(t),k&&(s=y(f,h.x(k[0],k[1]),h.y(k[0],k[1])),t.position=s.dx*o+n+s.dy*o),g.fillsize&&(t.size=g.fillsize[0]*i(b)+n+g.fillsize[1]*i(c)),l.appendChild(t)}m.visibility="visible"}};c.toString=function(){return"Your browser doesn’t support SVG. Falling down to VML.\nYou are running Raphaël "+this.version};var A=function(a,c,d){for(var e=b(c).toLowerCase().split("-"),f=d?"end":"start",g=e.length,h="classic",i="medium",j="medium";g--;)switch(e[g]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":h=e[g];break;case"wide":case"narrow":j=e[g];break;case"long":case"short":i=e[g]}var k=a.node.getElementsByTagName("stroke")[0];k[f+"arrow"]=h,k[f+"arrowlength"]=i,k[f+"arrowwidth"]=j},B=function(e,i){e.attrs=e.attrs||{};var l=e.node,m=e.attrs,p=l.style,q=v[e.type]&&(i.x!=m.x||i.y!=m.y||i.width!=m.width||i.height!=m.height||i.cx!=m.cx||i.cy!=m.cy||i.rx!=m.rx||i.ry!=m.ry||i.r!=m.r),r=w[e.type]&&(m.cx!=i.cx||m.cy!=i.cy||m.r!=i.r||m.rx!=i.rx||m.ry!=i.ry),s=e;for(var t in i)i[a](t)&&(m[t]=i[t]);if(q&&(m.path=c._getPath[e.type](e),e._.dirty=1),i.href&&(l.href=i.href),i.title&&(l.title=i.title),i.target&&(l.target=i.target),i.cursor&&(p.cursor=i.cursor),"blur"in i&&e.blur(i.blur),(i.path&&"path"==e.type||q)&&(l.path=x(~b(m.path).toLowerCase().indexOf("r")?c._pathToAbsolute(m.path):m.path),"image"==e.type&&(e._.fillpos=[m.x,m.y],e._.fillsize=[m.width,m.height],z(e,1,1,0,0,0))),"transform"in i&&e.transform(i.transform),r){var y=+m.cx,B=+m.cy,D=+m.rx||+m.r||0,E=+m.ry||+m.r||0;l.path=c.format("ar{0},{1},{2},{3},{4},{1},{4},{1}x",f((y-D)*u),f((B-E)*u),f((y+D)*u),f((B+E)*u),f(y*u)),e._.dirty=1}if("clip-rect"in i){var G=b(i["clip-rect"]).split(k);if(4==G.length){G[2]=+G[2]+ +G[0],G[3]=+G[3]+ +G[1];var H=l.clipRect||c._g.doc.createElement("div"),I=H.style;I.clip=c.format("rect({1}px {2}px {3}px {0}px)",G),l.clipRect||(I.position="absolute",I.top=0,I.left=0,I.width=e.paper.width+"px",I.height=e.paper.height+"px",l.parentNode.insertBefore(H,l),H.appendChild(l),l.clipRect=H)}i["clip-rect"]||l.clipRect&&(l.clipRect.style.clip="auto")}if(e.textpath){var J=e.textpath.style;i.font&&(J.font=i.font),i["font-family"]&&(J.fontFamily='"'+i["font-family"].split(",")[0].replace(/^['"]+|['"]+$/g,o)+'"'),i["font-size"]&&(J.fontSize=i["font-size"]),i["font-weight"]&&(J.fontWeight=i["font-weight"]),i["font-style"]&&(J.fontStyle=i["font-style"])}if("arrow-start"in i&&A(s,i["arrow-start"]),"arrow-end"in i&&A(s,i["arrow-end"],1),null!=i.opacity||null!=i["stroke-width"]||null!=i.fill||null!=i.src||null!=i.stroke||null!=i["stroke-width"]||null!=i["stroke-opacity"]||null!=i["fill-opacity"]||null!=i["stroke-dasharray"]||null!=i["stroke-miterlimit"]||null!=i["stroke-linejoin"]||null!=i["stroke-linecap"]){var K=l.getElementsByTagName(j),L=!1;if(K=K&&K[0],!K&&(L=K=F(j)),"image"==e.type&&i.src&&(K.src=i.src),i.fill&&(K.on=!0),(null==K.on||"none"==i.fill||null===i.fill)&&(K.on=!1),K.on&&i.fill){var M=b(i.fill).match(c._ISURL);if(M){K.parentNode==l&&l.removeChild(K),K.rotate=!0,K.src=M[1],K.type="tile";var N=e.getBBox(1);K.position=N.x+n+N.y,e._.fillpos=[N.x,N.y],c._preload(M[1],function(){e._.fillsize=[this.offsetWidth,this.offsetHeight]})}else K.color=c.getRGB(i.fill).hex,K.src=o,K.type="solid",c.getRGB(i.fill).error&&(s.type in{circle:1,ellipse:1}||"r"!=b(i.fill).charAt())&&C(s,i.fill,K)&&(m.fill="none",m.gradient=i.fill,K.rotate=!1)}if("fill-opacity"in i||"opacity"in i){var O=((+m["fill-opacity"]+1||2)-1)*((+m.opacity+1||2)-1)*((+c.getRGB(i.fill).o+1||2)-1);O=h(g(O,0),1),K.opacity=O,K.src&&(K.color="none")}l.appendChild(K);var P=l.getElementsByTagName("stroke")&&l.getElementsByTagName("stroke")[0],Q=!1;!P&&(Q=P=F("stroke")),(i.stroke&&"none"!=i.stroke||i["stroke-width"]||null!=i["stroke-opacity"]||i["stroke-dasharray"]||i["stroke-miterlimit"]||i["stroke-linejoin"]||i["stroke-linecap"])&&(P.on=!0),("none"==i.stroke||null===i.stroke||null==P.on||0==i.stroke||0==i["stroke-width"])&&(P.on=!1);var R=c.getRGB(i.stroke);P.on&&i.stroke&&(P.color=R.hex),O=((+m["stroke-opacity"]+1||2)-1)*((+m.opacity+1||2)-1)*((+R.o+1||2)-1);var S=.75*(d(i["stroke-width"])||1);if(O=h(g(O,0),1),null==i["stroke-width"]&&(S=m["stroke-width"]),i["stroke-width"]&&(P.weight=S),S&&1>S&&(O*=S)&&(P.weight=1),P.opacity=O,i["stroke-linejoin"]&&(P.joinstyle=i["stroke-linejoin"]||"miter"),P.miterlimit=i["stroke-miterlimit"]||8,i["stroke-linecap"]&&(P.endcap="butt"==i["stroke-linecap"]?"flat":"square"==i["stroke-linecap"]?"square":"round"),i["stroke-dasharray"]){var T={"-":"shortdash",".":"shortdot","-.":"shortdashdot","-..":"shortdashdotdot",". ":"dot","- ":"dash","--":"longdash","- .":"dashdot","--.":"longdashdot","--..":"longdashdotdot"};P.dashstyle=T[a](i["stroke-dasharray"])?T[i["stroke-dasharray"]]:o}Q&&l.appendChild(P)}if("text"==s.type){s.paper.canvas.style.display=o;var U=s.paper.span,V=100,W=m.font&&m.font.match(/\d+(?:\.\d*)?(?=px)/);p=U.style,m.font&&(p.font=m.font),m["font-family"]&&(p.fontFamily=m["font-family"]),m["font-weight"]&&(p.fontWeight=m["font-weight"]),m["font-style"]&&(p.fontStyle=m["font-style"]),W=d(m["font-size"]||W&&W[0])||10,p.fontSize=W*V+"px",s.textpath.string&&(U.innerHTML=b(s.textpath.string).replace(/"));var X=U.getBoundingClientRect();s.W=m.w=(X.right-X.left)/V,s.H=m.h=(X.bottom-X.top)/V,s.X=m.x,s.Y=m.y+s.H/2,("x"in i||"y"in i)&&(s.path.v=c.format("m{0},{1}l{2},{1}",f(m.x*u),f(m.y*u),f(m.x*u)+1));for(var Y=["x","y","text","font","font-family","font-weight","font-style","font-size"],Z=0,$=Y.length;$>Z;Z++)if(Y[Z]in i){s._.dirty=1;break}switch(m["text-anchor"]){case"start":s.textpath.style["v-text-align"]="left",s.bbx=s.W/2;break;case"end":s.textpath.style["v-text-align"]="right",s.bbx=-s.W/2;break;default:s.textpath.style["v-text-align"]="center",s.bbx=0}s.textpath.style["v-text-kern"]=!0}},C=function(a,f,g){a.attrs=a.attrs||{};var h=(a.attrs,Math.pow),i="linear",j=".5 .5";if(a.attrs.gradient=f,f=b(f).replace(c._radial_gradient,function(a,b,c){return i="radial",b&&c&&(b=d(b),c=d(c),h(b-.5,2)+h(c-.5,2)>.25&&(c=e.sqrt(.25-h(b-.5,2))*(2*(c>.5)-1)+.5),j=b+n+c),o}),f=f.split(/\s*\-\s*/),"linear"==i){var k=f.shift();if(k=-d(k),isNaN(k))return null}var l=c._parseDots(f);if(!l)return null;if(a=a.shape||a.node,l.length){a.removeChild(g),g.on=!0,g.method="none",g.color=l[0].color,g.color2=l[l.length-1].color;for(var m=[],p=0,q=l.length;q>p;p++)l[p].offset&&m.push(l[p].offset+n+l[p].color);g.colors=m.length?m.join():"0% "+g.color,"radial"==i?(g.type="gradientTitle",g.focus="100%",g.focussize="0 0",g.focusposition=j,g.angle=0):(g.type="gradient",g.angle=(270-k)%360),a.appendChild(g)}return 1},D=function(a,b){this[0]=this.node=a,a.raphael=!0,this.id=c._oid++,a.raphaelid=this.id,this.X=0,this.Y=0,this.attrs={},this.paper=b,this.matrix=c.matrix(),this._={transform:[],sx:1,sy:1,dx:0,dy:0,deg:0,dirty:1,dirtyT:1},!b.bottom&&(b.bottom=this),this.prev=b.top,b.top&&(b.top.next=this),b.top=this,this.next=null},E=c.el;D.prototype=E,E.constructor=D,E.transform=function(a){if(null==a)return this._.transform;var d,e=this.paper._viewBoxShift,f=e?"s"+[e.scale,e.scale]+"-1-1t"+[e.dx,e.dy]:o;e&&(d=a=b(a).replace(/\.{3}|\u2026/g,this._.transform||o)),c._extractTransform(this,f+a);var g,h=this.matrix.clone(),i=this.skew,j=this.node,k=~b(this.attrs.fill).indexOf("-"),l=!b(this.attrs.fill).indexOf("url(");if(h.translate(1,1),l||k||"image"==this.type)if(i.matrix="1 0 0 1",i.offset="0 0",g=h.split(),k&&g.noRotation||!g.isSimple){j.style.filter=h.toFilter();var m=this.getBBox(),p=this.getBBox(1),q=m.x-p.x,r=m.y-p.y;j.coordorigin=q*-u+n+r*-u,z(this,1,1,q,r,0)}else j.style.filter=o,z(this,g.scalex,g.scaley,g.dx,g.dy,g.rotate);else j.style.filter=o,i.matrix=b(h),i.offset=h.offset();return d&&(this._.transform=d),this},E.rotate=function(a,c,e){if(this.removed)return this;if(null!=a){if(a=b(a).split(k),a.length-1&&(c=d(a[1]),e=d(a[2])),a=d(a[0]),null==e&&(c=e),null==c||null==e){var f=this.getBBox(1);c=f.x+f.width/2,e=f.y+f.height/2}return this._.dirtyT=1,this.transform(this._.transform.concat([["r",a,c,e]])),this}},E.translate=function(a,c){return this.removed?this:(a=b(a).split(k),a.length-1&&(c=d(a[1])),a=d(a[0])||0,c=+c||0,this._.bbox&&(this._.bbox.x+=a,this._.bbox.y+=c),this.transform(this._.transform.concat([["t",a,c]])),this)},E.scale=function(a,c,e,f){if(this.removed)return this;if(a=b(a).split(k),a.length-1&&(c=d(a[1]),e=d(a[2]),f=d(a[3]),isNaN(e)&&(e=null),isNaN(f)&&(f=null)),a=d(a[0]),null==c&&(c=a),null==f&&(e=f),null==e||null==f)var g=this.getBBox(1);return e=null==e?g.x+g.width/2:e,f=null==f?g.y+g.height/2:f,this.transform(this._.transform.concat([["s",a,c,e,f]])),this._.dirtyT=1,this},E.hide=function(){return!this.removed&&(this.node.style.display="none"),this},E.show=function(){return!this.removed&&(this.node.style.display=o),this},E._getBBox=function(){return this.removed?{}:{x:this.X+(this.bbx||0)-this.W/2,y:this.Y-this.H,width:this.W,height:this.H}},E.remove=function(){if(!this.removed&&this.node.parentNode){this.paper.__set__&&this.paper.__set__.exclude(this),c.eve.unbind("raphael.*.*."+this.id),c._tear(this,this.paper),this.node.parentNode.removeChild(this.node),this.shape&&this.shape.parentNode.removeChild(this.shape);for(var a in this)this[a]="function"==typeof this[a]?c._removedFactory(a):null;this.removed=!0}},E.attr=function(b,d){if(this.removed)return this;if(null==b){var e={};for(var f in this.attrs)this.attrs[a](f)&&(e[f]=this.attrs[f]);return e.gradient&&"none"==e.fill&&(e.fill=e.gradient)&&delete e.gradient,e.transform=this._.transform,e}if(null==d&&c.is(b,"string")){if(b==j&&"none"==this.attrs.fill&&this.attrs.gradient)return this.attrs.gradient;for(var g=b.split(k),h={},i=0,m=g.length;m>i;i++)b=g[i],h[b]=b in this.attrs?this.attrs[b]:c.is(this.paper.customAttributes[b],"function")?this.paper.customAttributes[b].def:c._availableAttrs[b];return m-1?h:h[g[0]]}if(this.attrs&&null==d&&c.is(b,"array")){for(h={},i=0,m=b.length;m>i;i++)h[b[i]]=this.attr(b[i]);return h}var n;null!=d&&(n={},n[b]=d),null==d&&c.is(b,"object")&&(n=b);for(var o in n)l("raphael.attr."+o+"."+this.id,this,n[o]);if(n){for(o in this.paper.customAttributes)if(this.paper.customAttributes[a](o)&&n[a](o)&&c.is(this.paper.customAttributes[o],"function")){var p=this.paper.customAttributes[o].apply(this,[].concat(n[o]));this.attrs[o]=n[o];for(var q in p)p[a](q)&&(n[q]=p[q])}n.text&&"text"==this.type&&(this.textpath.string=n.text),B(this,n)}return this},E.toFront=function(){return!this.removed&&this.node.parentNode.appendChild(this.node),this.paper&&this.paper.top!=this&&c._tofront(this,this.paper),this},E.toBack=function(){return this.removed?this:(this.node.parentNode.firstChild!=this.node&&(this.node.parentNode.insertBefore(this.node,this.node.parentNode.firstChild),c._toback(this,this.paper)),this)},E.insertAfter=function(a){return this.removed?this:(a.constructor==c.st.constructor&&(a=a[a.length-1]),a.node.nextSibling?a.node.parentNode.insertBefore(this.node,a.node.nextSibling):a.node.parentNode.appendChild(this.node),c._insertafter(this,a,this.paper),this)},E.insertBefore=function(a){return this.removed?this:(a.constructor==c.st.constructor&&(a=a[0]),a.node.parentNode.insertBefore(this.node,a.node),c._insertbefore(this,a,this.paper),this)},E.blur=function(a){var b=this.node.runtimeStyle,d=b.filter;return d=d.replace(r,o),0!==+a?(this.attrs.blur=a,b.filter=d+n+m+".Blur(pixelradius="+(+a||1.5)+")",b.margin=c.format("-{0}px 0 0 -{0}px",f(+a||1.5))):(b.filter=d,b.margin=0,delete this.attrs.blur),this},c._engine.path=function(a,b){var c=F("shape");c.style.cssText=t,c.coordsize=u+n+u,c.coordorigin=b.coordorigin;var d=new D(c,b),e={fill:"none",stroke:"#000"};a&&(e.path=a),d.type="path",d.path=[],d.Path=o,B(d,e),b.canvas.appendChild(c);var f=F("skew");return f.on=!0,c.appendChild(f),d.skew=f,d.transform(o),d},c._engine.rect=function(a,b,d,e,f,g){var h=c._rectPath(b,d,e,f,g),i=a.path(h),j=i.attrs;return i.X=j.x=b,i.Y=j.y=d,i.W=j.width=e,i.H=j.height=f,j.r=g,j.path=h,i.type="rect",i},c._engine.ellipse=function(a,b,c,d,e){var f=a.path();return f.attrs,f.X=b-d,f.Y=c-e,f.W=2*d,f.H=2*e,f.type="ellipse",B(f,{cx:b,cy:c,rx:d,ry:e}),f},c._engine.circle=function(a,b,c,d){var e=a.path();return e.attrs,e.X=b-d,e.Y=c-d,e.W=e.H=2*d,e.type="circle",B(e,{cx:b,cy:c,r:d}),e},c._engine.image=function(a,b,d,e,f,g){var h=c._rectPath(d,e,f,g),i=a.path(h).attr({stroke:"none"}),k=i.attrs,l=i.node,m=l.getElementsByTagName(j)[0];return k.src=b,i.X=k.x=d,i.Y=k.y=e,i.W=k.width=f,i.H=k.height=g,k.path=h,i.type="image",m.parentNode==l&&l.removeChild(m),m.rotate=!0,m.src=b,m.type="tile",i._.fillpos=[d,e],i._.fillsize=[f,g],l.appendChild(m),z(i,1,1,0,0,0),i},c._engine.text=function(a,d,e,g){var h=F("shape"),i=F("path"),j=F("textpath");d=d||0,e=e||0,g=g||"",i.v=c.format("m{0},{1}l{2},{1}",f(d*u),f(e*u),f(d*u)+1),i.textpathok=!0,j.string=b(g),j.on=!0,h.style.cssText=t,h.coordsize=u+n+u,h.coordorigin="0 0";var k=new D(h,a),l={fill:"#000",stroke:"none",font:c._availableAttrs.font,text:g};k.shape=h,k.path=i,k.textpath=j,k.type="text",k.attrs.text=b(g),k.attrs.x=d,k.attrs.y=e,k.attrs.w=1,k.attrs.h=1,B(k,l),h.appendChild(j),h.appendChild(i),a.canvas.appendChild(h);var m=F("skew");return m.on=!0,h.appendChild(m),k.skew=m,k.transform(o),k},c._engine.setSize=function(a,b){var d=this.canvas.style;return this.width=a,this.height=b,a==+a&&(a+="px"),b==+b&&(b+="px"),d.width=a,d.height=b,d.clip="rect(0 "+a+" "+b+" 0)",this._viewBox&&c._engine.setViewBox.apply(this,this._viewBox),this},c._engine.setViewBox=function(a,b,d,e,f){c.eve("raphael.setViewBox",this,this._viewBox,[a,b,d,e,f]);var h,i,j=this.width,k=this.height,l=1/g(d/j,e/k);return f&&(h=k/e,i=j/d,j>d*h&&(a-=(j-d*h)/2/h),k>e*i&&(b-=(k-e*i)/2/i)),this._viewBox=[a,b,d,e,!!f],this._viewBoxShift={dx:-a,dy:-b,scale:l},this.forEach(function(a){a.transform("...")}),this};var F;c._engine.initWin=function(a){var b=a.document;b.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)");try{!b.namespaces.rvml&&b.namespaces.add("rvml","urn:schemas-microsoft-com:vml"),F=function(a){return b.createElement("')}}catch(c){F=function(a){return b.createElement("<"+a+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}},c._engine.initWin(c._g.win),c._engine.create=function(){var a=c._getContainer.apply(0,arguments),b=a.container,d=a.height,e=a.width,f=a.x,g=a.y;if(!b)throw new Error("VML container not found.");var h=new c._Paper,i=h.canvas=c._g.doc.createElement("div"),j=i.style;return f=f||0,g=g||0,e=e||512,d=d||342,h.width=e,h.height=d,e==+e&&(e+="px"),d==+d&&(d+="px"),h.coordsize=1e3*u+n+1e3*u,h.coordorigin="0 0",h.span=c._g.doc.createElement("span"),h.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;",i.appendChild(h.span),j.cssText=c.format("top:0;left:0;width:{0};height:{1};display:inline-block;position:relative;clip:rect(0 {0} {1} 0);overflow:hidden",e,d),1==b?(c._g.doc.body.appendChild(i),j.left=f+"px",j.top=g+"px",j.position="absolute"):b.firstChild?b.insertBefore(i,b.firstChild):b.appendChild(i),h.renderfix=function(){},h},c.prototype.clear=function(){c.eve("raphael.clear",this),this.canvas.innerHTML=o,this.span=c._g.doc.createElement("span"),this.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;display:inline;",this.canvas.appendChild(this.span),this.bottom=this.top=null},c.prototype.remove=function(){c.eve("raphael.remove",this),this.canvas.parentNode.removeChild(this.canvas);for(var a in this)this[a]="function"==typeof this[a]?c._removedFactory(a):null;return!0};var G=c.st;for(var H in E)E[a](H)&&!G[a](H)&&(G[H]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a].apply(c,b)})}}(H))}}(),B.was?A.win.Raphael=c:Raphael=c,c});morris/chart-data.js000064400000010051151162653250010430 0ustar00$(function() { 'use strict'; var morrisData = [{ y: '2006', a: 12, b: 18 }, { y: '2007', a: 18, b: 22 }, { y: '2008', a: 15, b: 18 }, { y: '2009', a: 25, b: 28 }, { y: '2010', a: 30, b: 35 }, { y: '2011', a: 18, b: 28 }, { y: '2012', a: 12, b: 18 }]; var morrisData2 = [{ y: '2006', a: 12, b: 18, c: 20 }, { y: '2007', a: 18, b: 22, c: 25 }, { y: '2008', a: 15, b: 18, c: 24 }, { y: '2009', a: 25, b: 28, c: 30 }, { y: '2010', a: 30, b: 35, c: 38 }, { y: '2011', a: 18, b: 28, c: 40 }, { y: '2012', a: 12, b: 18, c: 28 }]; new Morris.Bar({ element: 'morrisBar1', data: morrisData, xkey: 'y', ykeys: ['a', 'b'], labels: ['Series A', 'Series B'], barColors: ['#664dc9','#44c4fa'], gridTextSize: 11, hideHover: 'auto', resize: true }); new Morris.Bar({ element: 'morrisBar3', data: morrisData, xkey: 'y', ykeys: ['a', 'b'], labels: ['Series A', 'Series B'], barColors: ['#664dc9','#44c4fa'], stacked: true, gridTextSize: 11, hideHover: 'auto', resize: true }); new Morris.Line({ element: 'morrisLine1', data: [{ y: '2006', a: 12, b: 18 }, { y: '2007', a: 18, b: 22 }, { y: '2008', a: 15, b: 18 }, { y: '2009', a: 25, b: 28 }, { y: '2010', a: 30, b: 35 }, { y: '2011', a: 18, b: 28 }, { y: '2012', a: 12, b: 18 }], xkey: 'y', ykeys: ['a', 'b'], labels: ['Series A', 'Series B'], lineColors: ['#664dc9','#44c4fa'], lineWidth: 1, ymax: 'auto 50', gridTextSize: 11, hideHover: 'auto', resize: true }); new Morris.Area({ element: 'morrisArea1', data: [{ y: '2006', a: 10, b: 15 }, { y: '2007', a: 25, b: 22 }, { y: '2008', a: 80, b: 60 }, { y: '2009', a: 25, b: 28 }, { y: '2010', a: 30, b: 35 }, { y: '2011', a: 18, b: 28 }, { y: '2012', a: 12, b: 18 }], xkey: 'y', ykeys: ['a', 'b'], labels: ['Series A', 'Series B'], lineColors: ['#664dc9','#44c4fa'], lineWidth: 1, fillOpacity: 0.9, gridTextSize: 11, hideHover: 'auto', resize: true, ymax: 'auto 100', }); var nReloads = 0; function data(offset) { var ret = []; for (var x = 0; x <= 360; x += 10) { var v = (offset + x) % 360; ret.push({ x: x, y: Math.sin(Math.PI * v / 180).toFixed(4), z: Math.cos(Math.PI * v / 180).toFixed(4) }); } return ret; } /*---- morrisBar6----*/ var graph = Morris.Line({ element: 'morrisBar6', data: data(0), xkey: 'x', ykeys: ['y', 'z'], labels: ['data1', 'data2'], lineColors: ['#664dc9','#44c4fa'], parseTime: false, ymin: -1.0, ymax: 1.0, hideHover: true }); function update() { nReloads++; graph.setData(data(5 * nReloads)); $('#reloadStatus').text(nReloads + ' reloads'); } setInterval(update, 100); /*---- morrisBar7----*/ var day_data = [ {"period": "2012-10-01", "licensed": 3407, "sorned": 660}, {"period": "2012-09-30", "licensed": 3351, "sorned": 629}, {"period": "2012-09-29", "licensed": 3269, "sorned": 618}, {"period": "2012-09-20", "licensed": 3246, "sorned": 661}, {"period": "2012-09-19", "licensed": 3257, "sorned": 667}, {"period": "2012-09-18", "licensed": 3248, "sorned": 627}, {"period": "2012-09-17", "licensed": 3171, "sorned": 660}, {"period": "2012-09-16", "licensed": 3171, "sorned": 676}, {"period": "2012-09-15", "licensed": 3201, "sorned": 656}, {"period": "2012-09-10", "licensed": 3215, "sorned": 622} ]; new Morris.Line({ element: 'morrisBar7', data: day_data, xkey: 'period', ykeys: ['licensed', 'sorned'], labels: ['Licensed', 'SORN'], lineColors: ['#664dc9','#44c4fa'], }); new Morris.Donut({ element: 'morrisDonut1', data: [{ label: 'Sales', value: 50 }, { label: 'Pending;', value: 30 }, { label: 'Process', value: 20 }], colors: ['#664dc9','#44c4fa', '#38cb89'], storke: ['#664dc9','#44c4fa', '#38cb89'], resize: true, backgroundColor: 'rgba(119, 119, 142, 0.2)', labelColor: '#8e9cad', }); });feather/feather.css000064400000027003151162653250010322 0ustar00@font-face { font-family: feather; src: url(fonts/feather-webfont6cfa.html?t=1501841394106); src: url(fonts/feather-webfont6cfa.html?t=1501841394106#iefix) format("embedded-opentype"), url(fonts/feather-webfont6cfa.woff?t=1501841394106) format("woff"), url(fonts/feather-webfont6cfa-2.html?t=1501841394106) format("truetype"), url(fonts/feather-webfont6cfa-3.html?t=1501841394106#feather) format("svg") } .fe { font-family: feather!important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .fe-activity:before { content: "\e900" } .fe-airplay:before { content: "\e901" } .fe-alert-circle:before { content: "\e902" } .fe-alert-octagon:before { content: "\e903" } .fe-alert-triangle:before { content: "\e904" } .fe-align-center:before { content: "\e905" } .fe-align-justify:before { content: "\e906" } .fe-align-left:before { content: "\e907" } .fe-align-right:before { content: "\e908" } .fe-anchor:before { content: "\e909" } .fe-aperture:before { content: "\e90a" } .fe-arrow-down:before { content: "\e90b" } .fe-arrow-down-circle:before { content: "\e90c" } .fe-arrow-down-left:before { content: "\e90d" } .fe-arrow-down-right:before { content: "\e90e" } .fe-arrow-left:before { content: "\e90f" } .fe-arrow-left-circle:before { content: "\e910" } .fe-arrow-right:before { content: "\e911" } .fe-arrow-right-circle:before { content: "\e912" } .fe-arrow-up:before { content: "\e913" } .fe-arrow-up-circle:before { content: "\e914" } .fe-arrow-up-left:before { content: "\e915" } .fe-arrow-up-right:before { content: "\e916" } .fe-at-sign:before { content: "\e917" } .fe-award:before { content: "\e918" } .fe-bar-chart:before { content: "\e919" } .fe-bar-chart-2:before { content: "\e91a" } .fe-battery:before { content: "\e91b" } .fe-battery-charging:before { content: "\e91c" } .fe-bell:before { content: "\e91d" } .fe-bell-off:before { content: "\e91e" } .fe-bluetooth:before { content: "\e91f" } .fe-bold:before { content: "\e920" } .fe-book:before { content: "\e921" } .fe-book-open:before { content: "\e922" } .fe-bookmark:before { content: "\e923" } .fe-box:before { content: "\e924" } .fe-briefcase:before { content: "\e925" } .fe-calendar:before { content: "\e926" } .fe-camera:before { content: "\e927" } .fe-camera-off:before { content: "\e928" } .fe-cast:before { content: "\e929" } .fe-check:before { content: "\e92a" } .fe-check-circle:before { content: "\e92b" } .fe-check-square:before { content: "\e92c" } .fe-chevron-down:before { content: "\e92d" } .fe-chevron-left:before { content: "\e92e" } .fe-chevron-right:before { content: "\e92f" } .fe-chevron-up:before { content: "\e930" } .fe-chevrons-down:before { content: "\e931" } .fe-chevrons-left:before { content: "\e932" } .fe-chevrons-right:before { content: "\e933" } .fe-chevrons-up:before { content: "\e934" } .fe-chrome:before { content: "\e935" } .fe-circle:before { content: "\e936" } .fe-clipboard:before { content: "\e937" } .fe-clock:before { content: "\e938" } .fe-cloud:before { content: "\e939" } .fe-cloud-drizzle:before { content: "\e93a" } .fe-cloud-lightning:before { content: "\e93b" } .fe-cloud-off:before { content: "\e93c" } .fe-cloud-rain:before { content: "\e93d" } .fe-cloud-snow:before { content: "\e93e" } .fe-code:before { content: "\e93f" } .fe-codepen:before { content: "\e940" } .fe-command:before { content: "\e941" } .fe-compass:before { content: "\e942" } .fe-copy:before { content: "\e943" } .fe-corner-down-left:before { content: "\e944" } .fe-corner-down-right:before { content: "\e945" } .fe-corner-left-down:before { content: "\e946" } .fe-corner-left-up:before { content: "\e947" } .fe-corner-right-down:before { content: "\e948" } .fe-corner-right-up:before { content: "\e949" } .fe-corner-up-left:before { content: "\e94a" } .fe-corner-up-right:before { content: "\e94b" } .fe-cpu:before { content: "\e94c" } .fe-credit-card:before { content: "\e94d" } .fe-crop:before { content: "\e94e" } .fe-crosshair:before { content: "\e94f" } .fe-database:before { content: "\e950" } .fe-delete:before { content: "\e951" } .fe-disc:before { content: "\e952" } .fe-dollar-sign:before { content: "\e953" } .fe-download:before { content: "\e954" } .fe-download-cloud:before { content: "\e955" } .fe-droplet:before { content: "\e956" } .fe-edit:before { content: "\e957" } .fe-edit-2:before { content: "\e958" } .fe-edit-3:before { content: "\e959" } .fe-external-link:before { content: "\e95a" } .fe-eye:before { content: "\e95b" } .fe-eye-off:before { content: "\e95c" } .fe-facebook:before { content: "\e95d" } .fe-fast-forward:before { content: "\e95e" } .fe-feather:before { content: "\e95f" } .fe-file:before { content: "\e960" } .fe-file-minus:before { content: "\e961" } .fe-file-plus:before { content: "\e962" } .fe-file-text:before { content: "\e963" } .fe-film:before { content: "\e964" } .fe-filter:before { content: "\e965" } .fe-flag:before { content: "\e966" } .fe-folder:before { content: "\e967" } .fe-folder-minus:before { content: "\e968" } .fe-folder-plus:before { content: "\e969" } .fe-git-branch:before { content: "\e96a" } .fe-git-commit:before { content: "\e96b" } .fe-git-merge:before { content: "\e96c" } .fe-git-pull-request:before { content: "\e96d" } .fe-github:before { content: "\e96e" } .fe-gitlab:before { content: "\e96f" } .fe-globe:before { content: "\e970" } .fe-grid:before { content: "\e971" } .fe-hard-drive:before { content: "\e972" } .fe-hash:before { content: "\e973" } .fe-headphones:before { content: "\e974" } .fe-heart:before { content: "\e975" } .fe-help-circle:before { content: "\e976" } .fe-home:before { content: "\e977" } .fe-image:before { content: "\e978" } .fe-inbox:before { content: "\e979" } .fe-info:before { content: "\e97a" } .fe-instagram:before { content: "\e97b" } .fe-italic:before { content: "\e97c" } .fe-layers:before { content: "\e97d" } .fe-layout:before { content: "\e97e" } .fe-life-buoy:before { content: "\e97f" } .fe-link:before { content: "\e980" } .fe-link-2:before { content: "\e981" } .fe-linkedin:before { content: "\e982" } .fe-list:before { content: "\e983" } .fe-loader:before { content: "\e984" } .fe-lock:before { content: "\e985" } .fe-log-in:before { content: "\e986" } .fe-log-out:before { content: "\e987" } .fe-mail:before { content: "\e988" } .fe-map:before { content: "\e989" } .fe-map-pin:before { content: "\e98a" } .fe-maximize:before { content: "\e98b" } .fe-maximize-2:before { content: "\e98c" } .fe-menu:before { content: "\e98d" } .fe-message-circle:before { content: "\e98e" } .fe-message-square:before { content: "\e98f" } .fe-mic:before { content: "\e990" } .fe-mic-off:before { content: "\e991" } .fe-minimize:before { content: "\e992" } .fe-minimize-2:before { content: "\e993" } .fe-minus:before { content: "\e994" } .fe-minus-circle:before { content: "\e995" } .fe-minus-square:before { content: "\e996" } .fe-monitor:before { content: "\e997" } .fe-moon:before { content: "\e998" } .fe-more-horizontal:before { content: "\e999" } .fe-more-vertical:before { content: "\e99a" } .fe-move:before { content: "\e99b" } .fe-music:before { content: "\e99c" } .fe-navigation:before { content: "\e99d" } .fe-navigation-2:before { content: "\e99e" } .fe-octagon:before { content: "\e99f" } .fe-package:before { content: "\e9a0" } .fe-paperclip:before { content: "\e9a1" } .fe-pause:before { content: "\e9a2" } .fe-pause-circle:before { content: "\e9a3" } .fe-percent:before { content: "\e9a4" } .fe-phone:before { content: "\e9a5" } .fe-phone-call:before { content: "\e9a6" } .fe-phone-forwarded:before { content: "\e9a7" } .fe-phone-incoming:before { content: "\e9a8" } .fe-phone-missed:before { content: "\e9a9" } .fe-phone-off:before { content: "\e9aa" } .fe-phone-outgoing:before { content: "\e9ab" } .fe-pie-chart:before { content: "\e9ac" } .fe-play:before { content: "\e9ad" } .fe-play-circle:before { content: "\e9ae" } .fe-plus:before { content: "\e9af" } .fe-plus-circle:before { content: "\e9b0" } .fe-plus-square:before { content: "\e9b1" } .fe-pocket:before { content: "\e9b2" } .fe-power:before { content: "\e9b3" } .fe-printer:before { content: "\e9b4" } .fe-radio:before { content: "\e9b5" } .fe-refresh-ccw:before { content: "\e9b6" } .fe-refresh-cw:before { content: "\e9b7" } .fe-repeat:before { content: "\e9b8" } .fe-rewind:before { content: "\e9b9" } .fe-rotate-ccw:before { content: "\e9ba" } .fe-rotate-cw:before { content: "\e9bb" } .fe-rss:before { content: "\e9bc" } .fe-save:before { content: "\e9bd" } .fe-scissors:before { content: "\e9be" } .fe-search:before { content: "\e9bf" } .fe-send:before { content: "\e9c0" } .fe-server:before { content: "\e9c1" } .fe-settings:before { content: "\e9c2" } .fe-share:before { content: "\e9c3" } .fe-share-2:before { content: "\e9c4" } .fe-shield:before { content: "\e9c5" } .fe-shield-off:before { content: "\e9c6" } .fe-shopping-bag:before { content: "\e9c7" } .fe-shopping-cart:before { content: "\e9c8" } .fe-shuffle:before { content: "\e9c9" } .fe-sidebar:before { content: "\e9ca" } .fe-skip-back:before { content: "\e9cb" } .fe-skip-forward:before { content: "\e9cc" } .fe-slack:before { content: "\e9cd" } .fe-slash:before { content: "\e9ce" } .fe-sliders:before { content: "\e9cf" } .fe-smartphone:before { content: "\e9d0" } .fe-speaker:before { content: "\e9d1" } .fe-square:before { content: "\e9d2" } .fe-star:before { content: "\e9d3" } .fe-stop-circle:before { content: "\e9d4" } .fe-sun:before { content: "\e9d5" } .fe-sunrise:before { content: "\e9d6" } .fe-sunset:before { content: "\e9d7" } .fe-tablet:before { content: "\e9d8" } .fe-tag:before { content: "\e9d9" } .fe-target:before { content: "\e9da" } .fe-terminal:before { content: "\e9db" } .fe-thermometer:before { content: "\e9dc" } .fe-thumbs-down:before { content: "\e9dd" } .fe-thumbs-up:before { content: "\e9de" } .fe-toggle-left:before { content: "\e9df" } .fe-toggle-right:before { content: "\e9e0" } .fe-trash:before { content: "\e9e1" } .fe-trash-2:before { content: "\e9e2" } .fe-trending-down:before { content: "\e9e3" } .fe-trending-up:before { content: "\e9e4" } .fe-triangle:before { content: "\e9e5" } .fe-truck:before { content: "\e9e6" } .fe-tv:before { content: "\e9e7" } .fe-twitter:before { content: "\e9e8" } .fe-type:before { content: "\e9e9" } .fe-umbrella:before { content: "\e9ea" } .fe-underline:before { content: "\e9eb" } .fe-unlock:before { content: "\e9ec" } .fe-upload:before { content: "\e9ed" } .fe-upload-cloud:before { content: "\e9ee" } .fe-user:before { content: "\e9ef" } .fe-user-check:before { content: "\e9f0" } .fe-user-minus:before { content: "\e9f1" } .fe-user-plus:before { content: "\e9f2" } .fe-user-x:before { content: "\e9f3" } .fe-users:before { content: "\e9f4" } .fe-video:before { content: "\e9f5" } .fe-video-off:before { content: "\e9f6" } .fe-voicemail:before { content: "\e9f7" } .fe-volume:before { content: "\e9f8" } .fe-volume-1:before { content: "\e9f9" } .fe-volume-2:before { content: "\e9fa" } .fe-volume-x:before { content: "\e9fb" } .fe-watch:before { content: "\e9fc" } .fe-wifi:before { content: "\e9fd" } .fe-wifi-off:before { content: "\e9fe" } .fe-wind:before { content: "\e9ff" } .fe-x:before { content: "\ea00" } .fe-x-circle:before { content: "\ea01" } .fe-x-square:before { content: "\ea02" } .fe-zap:before { content: "\ea03" } .fe-zap-off:before { content: "\ea04" } .fe-zoom-in:before { content: "\ea05" } .fe-zoom-out:before { content: "\ea06" }feather/fonts/feather-webfont6cfa.html000064400000000445151162653250014032 0ustar00 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443
feather/fonts/feather-webfont6cfa-3.html000064400000000445151162653250014172 0ustar00 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443
feather/fonts/feather-webfont6cfa.woff000064400000070470151162653250014034 0ustar00wOFFq8 FFTMq,GDEFp'OS/2?`/cmapU^Wgasppglyf8g)Dv@^head016':"hhead $hmtx$2(locaQ`Lmaxp "nameldp%hpostmD (xc`d``⶿|efakͿ/ccr00Dxc`d``> O1EP5xc`d``aT`f&4=xc`f8i&~0 0800bc>3 *00wr Nx]P;0 }A, 8CAT\lHH*g7yOlg ;!ٽ 9ˈx]}F({720TC+uLI-z*ɭP#"z㼊Ph8Rs諶?>xu ;R*z~W=qfIL c]$w9: dvF. 3~K3KnR!;ĺ o]_xc```f`F|  J%8+X 0cdbf`b@@;X7+ &XFJBpj.j F  J , N * &nf@h@8VLD.x V4~X ( !H!""|#"#x#$ $N$%@%&h&'B''(^()L)**F*++n+,,-b-..//0j0112:23,344456H67\789 9l9::;;z;<"<<=n>L>?*?F??@@@AA8ABBB~BCCjCD0DEEFGHIJKLhLM MRMN*NOOjPDQQRhRS`STNTU6UUVXXdXYBYZBZ[*[d[[\]d]^R^__z_`abbc4cd:deeneflfg4gzghhhiijTjk klllmmn0noopppqqrrs6stujuv6vvwx&xx̽}pם دM4T D A(SDZE[%ؔ8V&FNYk&ȬwN69ݝsG̎sk_5?U\{=n\rR:W]~u7$%Jf=C{C ' ˜(50w^*{dڪ5U%\qiihoF_EVִ-V}~UܾvM<*,œ8[n!2zgiR!H:EfMڂ[ 0E-l &4 ZVJI$\Zq{;>u)ɲ$xv)bO?|S˥rOr9X,A0o'$) *0&1W/<0a'`r3w*Ӂb& (M%@7%3H̭4aAf>2wxqS$~3䃟RI߷(/@ r^#X˟'NXB4K8BJ!HP|!dz{ 0->m͟}N?g'7,[!Jz-%|pO ~5%Ut0],>?,EO0=#,rH ۮxN@!tަJ;z*AL J YR7-5E{z0;1~C^{epoC7Db*vtvbTGT#<6ၧ4Q6o==59apVxV$Ar#C֘rCHR6P  DLy#>@bN󀳂0NihG<^dOx԰:>Zx7.?966GԱL%׎}hWO\{|?63pFr؟.zMP""cۛͪE7*ݭ]>[^g_UFXw_lO8=š;6=2"WzgVٓ7m_^r]jU .2|9A;2hw&lN s]k/ǩs?sq ƽ2b}{g.J΅ ᄆcG~)[aȄc)d'?sݙ1؝0c(Ŀ_-$:{.Y}_x*r|˱=ZYgq{ 2p8F.αip|km0ފ-7vp<ÁfmPa{lAR߃79;9Y ;|9C>r {cF3ԸCP^VHqNYh~-دn|g$Ea`Jw#ᄯL^ŗ\ӟ-D002OKsKB9BѲ)tR_*9%^_:×Ʊ?+a9*B4ht^1zcާ|y*E|~qOezV¬ц@Ƞ ~pd4mY%p Zڻss߻ U]u ֓:8s\0>&7^^01KG OLOyjy DkIpn{Ur꣣1#mmÃwI~G굪B EQE8{bS[#>B' v&™)01 )u޼} =PGyP-W1. _&}zG*j̊Bi v U&kEecY!lG?B0%C!j$;WWJuf/ YX)TPX{c_£p\#zSyY ($MVd]QV$MV%UHIZ-{g}%YӀ6 L)XLs>z_hݵGC}:׻[`P#WX,λ&?25#p]3B H[\}{iOGf'f˻{[BmT?M7y^iog`HMiRZ{NMnD>_4]"xx3*rzc.[&qxǒ@ iydV_'%@K%qr4)J"Br*,Ԁ#MGZlD-NK[NM3LwK ~ #a,v/ [%u *'р(ѫZx*jVb=Yw^?YKPkDɤ&|%~`Tc؞m<ј[ѦR՞ `lߨ}C)5̏~DnT]:;v)E$Ѹ>za@Gʗ-2|W̤bޖ23 .#@/S6a,AkH`->>V+n$-< x8AvP^f, _ rmM75f.Ollp}eKR6L[ˣ??#q hG⡐/9@@]n<Jb'YXQG?Wtcؒ/ꪬ(*,<֜q# E4KR3*YR~lV؃s0"<"\.(K4":H{Q-qu7SJFK#YƆqČt`XZ+yFD>jR3HTP0W~ xlH$z1_4o\=C 擣raEx |A]&e P6iھpd0_*ԛ:RD*ay/0iiqUFiyA@nE |xsC,#rX<zӈ_܏cO8jkɥ}c=hC!YLkqIkOwꥀT5PٮvjZ5x<0hJv[e]G!,J vG-ۢ=x~s,{7"jXG3C+ۺgU."JKֺC\v"םy"X`]?-1\亷P+ZMg2Dl gP[P|gS~b_UkkU~:coi<L;pQ2tƻ)du6 ]'{5"+>p}rم*!w?N:66*X;3z]#e2 #ol&g6zw?Ƞ2t r1t¬>Uo `o[u\eE9@`1 е.>oeå꼠~Kzm ~?0ZUa/O¢pVCRnmi-\?a.pԫs#?chυ,莘f cf6+d ~x:TRd'+Ό m᧏?|w_cܙbX8)&c5h?NwLDg}5^s/lc2\rO(PPYk r '0coQX0P![a 6)S7pl-42rMCfsZ-Q&ׯh#ePķt8N@\įqĥ[tTH p&lE2!79;2n faf,Ͼx)jjHyt`p[05ŎR:컇::T`:sO?='fgHz艙g mmnY hzsS *jD&W= 㓷~ GsF}qt>KڙcFŀb)!_-Y4&%[le|m-Gm9ԃ6PNM*>QKU=={ Cj_LKRœ;k^bKܮ`o _7,>@vߙ;1W(*<.|Nbjt7?Ƽ..8uHGyd\&{(f;[fQHh3UC`2 Gڂr>_S7'qњ֡hϗI1Nv:;kbգN$E;eG O%ۤٶ6Ws%kHK^Ze_g4xhmu p ;zSw#Ċ5/T~ȀQ&LUewWW gT ?cywՁz_-w53c;-;.TvxP\ #ڳ;0h.)]U&!]fׯkvώ٩Ywtzǵn^LPՖ aEpQ,|W?~+~_nV5/Pz:H[Q0o h9cvasgҐG!^96hKE;zi@͒ x̒ԄvYhz$tE>C7+++|$$f2^6WB^n<'^`s߃Cڀơ/\_tx߬z HLoU%aPGeKZ.O6ˬ%-Em|[܄G|vK/Jȷ=O5gܻdY%\X[$*̝;7GUܑR ?ΑeIϰ=Kd;/o 4S»x%}K2^"wX$||afW]K%J wյb<Μ8۪یSBpⓩ~ -MOAcx\2<7h8BRШY .h8rs~g o`LpkLņ+Ȃe>f7\ZPtYOoFp.2@u۷\jBgI{Z6E;}ց/ wmswWݮ G z( F*aqgSdq)޸*Z ^>_)vIiQ}*l_pArzo}8^_,+֛u3]aF,l/  k4mtm0nYw|vL9kRm 8b unwp.S%X۞sxTqʞ5 cY+H^!ظ8lp컺}xyy, k,?D6eǡF[sCml21s<޸|Q=>Nk+y#h"ycd8bfTBꍽ1, &)#h1'g[ v-Ƕ`;1E5x{|Y8=>1{w_޸B8^D,"YK)L]A6! xn>ۧDx?N?>vl}LJ3'O< vӧrT:iVỴZвҜjl,UK}XY1M{Z:jG˞[߯yokM--͊EӲuS˞[֖ta˿Ζ !xmt!VcYU}($\s^ mz;bn_qyVV*FdVNլ( "ɒgy{ ҫ;\]. VyQCM3|_ Fs.1}G*4 l˜Ks]H LKQ+X%tD?n)kdx֯sG O=BRL`"c҄&{:fzu[Sd/.gkmߥ+B7D.xԊBq4mGI 52 |c,Pi ;odקe> j6cGcG13f3_:߻-S?4]"6[YKT;Bzq/%d_`?%Ii=UR^%+Vc4+&ja]˖ avkUI]U?xa!_l0lq] }Ptcޖ/;E"*29ΒUsyU/T,5g:]RY5K;a)A[;o =nk So#yGrny |bիN wYn^ rHAt 7?(r|OBkI|eLK?rdy#HR?]} -&g#H8aǤ;lϋ@?d}eS,hG\:=tMبfbBNSyC6 R!գ21hHpHoRTmZ2cO۳Teko?׺d=6hvFBS1OO_=ߧ^T$QVb i_GXf&kZKQ+rfYE/S[<į4;|2ƞʬĴ kJ(7`ϱHKĎ(umy9/3rs^Σ0<˪o㕁F˕Bg@&Àˬ!*_.ɲY*_HCZ~>㵯?j2F4gǰ1ȗz_|es2G7@\;͐bWoG"*XGkm_ª1: U,Yk#N-bȀUmIbF\BG}B+<,Lfnꔶxг\XY Q z?YD !Koǟ=42.DGˀ GpuzXW N^X\|Afǽ00S<ƾkNj&So|B7R(haѲ[4 l0ub ƻe'P~UL iR/ʑё ؑsOM4bO4-<R۳pOvnIf:“,r6Ji/Ͳۤq n5N^x;!Kcvp5ƿS4 (Ҁoѿ%[ie&[vq&vcɍ >kLyS Y4ru8rl*@Tz>IUQ.;BmG%yv*e٪SO"Z4W@_`0VDIKD5fV)H$fV$ײG}vq&w"XJ{ị'ƏJ(ieyfu򤌔S TSp1FT&]xiԠ|D5ԃ582FZo'~׿~O$t (:BN@L膝K T12=c~|2HM/"p~n(3=f{KȲ]ZZ1K2|?siC&ɓW?|֟}v|}]0.,X]RA9-m]вm9ԭ :[wz#$R>_4 3=^E"P(wsW[07g hE6 7?nL>j׃4ۏlX1KtrOgcײT;:dK}pLv'Rpڛ!tlrt= }㮮„V2?Q]< AXC{L  1]wص! 1Uլ|Z5xRdWeԎp/em㹑.DŽ~2D-Nr[z"Y.`':p~w^զRsI$rڤdk^ft]>:wH*֛JbD0AbVƍ>BrhB,mK{^)EC/twf9 _X|$aɖI-Ż_xh$W Yw,t'z;^C316+LiFƉ q{zu9-X'UGR#,: 8:o΍xCVWSggS@Tz0",l(lLEGaf;GÝ]0QL&g<|e/z>|195~ccގAU wvs\#ER8(<9-w{-ӊ޽@~ZH;5 &7[$?dxwIpW37vڿiLTBed"ujPY̌?޶{}@;Vh#oR-33Z\T$o)>9:*t%]UuiG?{jUY$*-KUuI$*fɭ@8~tgW#Uz, ž Z2kÖa/5bOf8lAb`MS gj*7fI0F~!5k yKDd>kYeţ,-,4.ñX*UJTNujR}fNaAV/b˹V֭pksgbɔH8|J".pw3X(D$;<Ћ\k7Oz_s1חlLB܋[Ӄ 9Xk0b=*v;@Xl(9YBs9I<b`LӕEfϿ4'2 WzYjf%c @dU W/fxL~I-r+I='SOrOi?'[ɣ̐{4YQ1ƒePY&݇9Ȍ$Sz %YTD^Yfu}.ÿ˒t&2)试ї7$:|f֋/(oT^a hTyRwzuSS?80s9){>qkL3;Txo?_rzrs<#KyK|hH|?i-x\-sObk ZH4xؗy*7fu8눣!gUָm#/ggH5ج%wUMV9W s\Rw0.q"ӣa%mtMz6x5ivI_ܮQ7,teKpaΔβsR 'pjj9G9`\"Z}&6`OD:C/2 n=ةb9']z;Gl9ߣ&n6M݄K^HJb۫=SF83F{2xjzdvjIG8LKna~Huxb4 Fb:b<ӪiڦjNh7RRtS/;"B2 Z,EZ,B̲搬Hr3+=q#e.4CF; qmpH2I~ȒՖ\9 " "?+<2Ni MNR ֚tm6/^A}.++ 3G庵6kz- {ݩ֖-\25hU=)˗$E f! uy6Ǣ/`Wˌ_m̈beY$"ym Y rk~LX씙Fk~vPv2XEeuêp+Z(jI攄.]\ p wiz8fS f5j?XʢJL%XJ횙j[1?oaq\-9";BY1lf:w.BSͪjdrbI]"e3QeC\deCUCt|Wmf# $|_n1?#I[)OUi/Iê4OoIBHq| >~"͢f)Dq)j(V|12;y;:"*KШ&Ӂb61M%@7q9Y)Y0 37qum#ܦ74܀Ǥ^{* t"/ WNɢ> P]2%rb5&_7oxu:TD PFpJ?`k ;aCB׼dBhFR4[^I"9 %ޮLQb6dQ%L'g&Eg4YkZ.iy9޷/&b1xhxa1ۿ/!/)Ih*l7 %."5RɭSt ;bN?WGN0_7;euq'r l?B zt't7 :]qlԩ)Ia4VKb >=5TYp$eONMp I mC6s5/CWV^yegKK5n\MQveob)FaD ryg:"spTZ!aiZٟ0C^@Z@."aF̾d{jHH2eVrwFY5^l&t KDGshXׇ"|~ep0/:Fw3JzefC{Nww'e2'էbQ]j6>mO{djh`n<Wln9? xz0U ̎Rcx/cvݱ/o PCGN8r|dtJ aͲ85/Ze*m(U {yy;/[RTkTzK]>⻜:V 0ڗ03hL[yTD82Sex8^RPUnbYޗG#s~_x[W!{R3'1[i0 VVl|%.(r\++Ȋ%r ,o?0p \m\XʗN?͠Yvך/bܓ̌+;I;Lڿ?8X߃;Cچ L@D,;8p N%O&8N=_TW-䬋Lv_Hh2<#gTҽ'WuO7̮,+bE0^g w㵙lX ZƘ}nc79V߲5krI;6w f2Ѽ~2*eYRܨl>iw5_Wi]2?MTԮHWNkya$mq(f7G -ex]f)x\ɚU6#%g^_i jq~}NXv%*HBFX2AZ&nO./P\`>,e`QjOzkE$WKyݓh1y0s.B0 ȟ*Sn3>9s/! 矣+c$rѸTbD1v$t/^if%햤b5 jS^e%H֣);hT,ÛXq͒v:~͏} bJ0늦mJ,=0OަYzUB?tU, QYh|52RoPE^.4k&R۱h)[⪜xTkwFdpq?f~#57s#Gbq_Ot8ԕf,h;Sq3/M³=y@x2FG UclO྆0ݎFܔ] o"0 x`86(J?F%inzQ q>0C0^>0xСY7M7>'=q]>0DY|`~EURYsخz<ÖS=JD.IjDP9.U8T~ǜ|^ neC;# kNTn߰b9yoUUyOO_]B3_UFm?L gOKooWYWTU3ÓF܋⋕ա '1"s HGoH߿MwQzFjp`} ;WMafi ͢(b,FoLiWCYie%Ա'QVݶZh& $E{O,6fh!U!${ɄԌ$FޥB5>`$R}U~S\[JKU)M<քVF(arO/Cб>h7Pg80bĜMeΎm()i0L5 byͫT+$s{׮fNsWaFXdqf`ɻnzJ@ݎEXHL~F@/{"4͎٭`:n&IJoe.Fm?^1:*GCWx=qևjP ;>q7a'PAw@ϘX&!3! MєdP$24|.7^iMzw(=K2A7]Itk-,+&_2̆?Ai۰\y +3/,U:e5+ r>=1o'5RfLb 1ȅ,Q$7&H=+Hn҂m;cxrpyfWʥGcd܈VY:_|7ZKR :TF7r2*.8cLS[Ch׌?m.8lfx*,+@jX]^ v^u[b;*~'1;z%o]':B meGBi3Bҭ2  (:Q)~9(M5~{7cS5jhNgpۊZ+b7=~ /kɛ[2W=1tyGI2f@gV-ӱѭ]1ъ9gz՚SLꔥ؂~{iƝXڿ^xފ+f,"8 G1hîmVfDd6¤3pA~s]y(𯈩'˘s eP'V0ЙZy'{/O+9D]N ,u9\Ã4%{!ZJ5B!"Ek/oK?0ofk9^㱗'^Rv.'\^,*H+vpd!0r(Z *n%Vن~ }Q&ͳ g# ҋLY>KٖN9<جL/61o^?-vrFSʶ5+6J$&pZ ?+TMN+"{: /a0 DKO!ʂ&`v=wwQ`R An|Y[.lVUs 9 Ho X@.lE^tni(kaq$5: Qj޾]6?E"A(YIQO}+vwRtg?.f-giկK۪!K\z$C%[rH_ttZ;>竍9џ-[dV ;\e~@-t](ĒU[5Όט6+ޘpOsRН}l+ ߠh8iy?LXev]uvGtssN})o *wOwJO!a? yY`'0󉘴0įmy͍ K9+ȇKG,O!IprChM-m '&~?yŬ)ڰ#҇]Olי79H(E52eҶMltZK5JlQQAvk M@&h)EC (T`A)=X hA>xV}f8$Z\9y߼>OYo)'۬u <@JRt U]bLU_#dl_,( ֧eB<+ĵ,(T9UY*%G1 |NXD2d\ȏ6v-Gq$ $xgH%5͒~9ιWN1;RP?Ttbt$,#ÙMe8szdfsoL>OFN""2"& KBF3Vhw jh"? qe"$/*f$\&->iᘣ0bg9zm0I<#WgnhvY_$ȑn:mc?_pHl:wyȹۖdwVW]'3MӭYa[Mjӿ w#]?K{SUmn'C_X6iG6]),_0 lWNGrV[1` o `3x h qcFz4R}VQR$G';OCSq>v@&ԆKqUhey%ס(:Unîϵ[iani˕Bi"̑aJ6R2eзsR YCJjdJto@Ѳ!6bUEdYXfuQo:1 -!EWk!;pC63z=x,ߔҼA/בoq,|u3[B pNp}e?t#7= 3 *ngxrw+310n4+-hekTHjBVVa$]=4j^d$S/ I}4y w쫖fȷ嘊˪9# މȺaر=:M $:aKuB[툭ґH2<߇ 4\uY"EP ֮{`/t tf54xpe|^MDwbxI|U_Ɯy-zԫ/șK|7^܌oG0D Q?{}ܙ+3~ajG*ݰEH;\e= (~p.nO 4ZXxƿsϱ}~SnKR -UxRrÕsyڲ8txo{$p2GFՔɣ1A 7\umpn7E:y~r&6@&2 ^om:˛<ӸedhL.2UI 7?Ǯ>[X苆 )XAJ7|؉;8QɾC7/h*ExdD>9Mj/MOP=Fɹoe0~*{ZT #E9>66EBT,K[VQ\E\`.'L3~YD.ȯv}cѶ};w`N uد|t$h>Ùia]:}rt09/PkXA+A~V=9SӉFL/v5xeW{ o2_.Ϳxu8hBlm8llY>0/Jvd-^;5=Zo[~%lCytH7\g{.ᅏa ִxolg!{(QRE 2jM`jxE%"<~I'ɅLܻt^ƹkHio*k^4s2GUS,V(pCh WnyGc2RY_rVCa`=j}|@ӻѺ~/|ctFp+Ÿ5 LIe ϶MOʒ[՚`rًմFZCo)R73s6jnO5Zہ%7MP>Z:Klb+̀YsᜎwN^}+1H}vѬC UhۦY%IRiEbj/͉9բiJ}_[:;}WL($hn!=g_+$yeh͟S٭e U`? Sr 6kGmI(_O~WiO؝&[ɟ: aMϻy_v?R,,n u[q. 9tf兲(Ot[KF?'hPedN>Nh )i0{[fn8nkTiͮɚ})9<1dh %BٳtZ7T}ˌ@(5-Y{^OWZ_y9Pd4p~Ѿ,Q> &|0ɸzO+KT &æb:3;\ĩ@46QkxsL(xNNO|zjRVv1,.-9߿)Ul7?lm5%XmQ镕V8d]6G7+}:N KCC,G U``fGYyfr@0ѴDp[K%8~]~l0:sܪ|A xVdᆖUY("GM}dXX˦F< O5^zW`iE ஔTtYJIgoǩD rc1gs8>^)'o)}ƩWpeMW2J'}lƒH+ 6Ƣd!VE<04 ?$ S9 Nr_]'151,Kh_U!ՁJ`:C.xR+n<ͥnqçyyJ:]feather/fonts/feather-webfont6cfa-2.html000064400000000445151162653250014171 0ustar00 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443
raty/jquery.raty.js000064400000045553151162653250010400 0ustar00/*! * jQuery Raty - A Star Rating Plugin * * The MIT License * * author: Washington Botelho * github: wbotelhos/raty * version: 2.9.0 * */ (function($) { 'use strict'; var methods = { init: function(options) { return this.each(function() { this.self = $(this); methods.destroy.call(this.self); this.opt = $.extend(true, {}, $.fn.raty.defaults, options, this.self.data()); methods._adjustCallback.call(this); methods._adjustNumber.call(this); methods._adjustHints.call(this); this.opt.score = methods._adjustedScore.call(this, this.opt.score); if (this.opt.starType !== 'img') { methods._adjustStarType.call(this); } methods._adjustPath.call(this); methods._createStars.call(this); if (this.opt.cancel) { methods._createCancel.call(this); } if (this.opt.precision) { methods._adjustPrecision.call(this); } methods._createScore.call(this); methods._apply.call(this, this.opt.score); methods._setTitle.call(this, this.opt.score); methods._target.call(this, this.opt.score); if (this.opt.readOnly) { methods._lock.call(this); } else { this.style.cursor = 'pointer'; methods._binds.call(this); } }); }, _adjustCallback: function() { var options = ['number', 'readOnly', 'score', 'scoreName', 'target', 'path']; for (var i = 0; i < options.length; i++) { if (typeof this.opt[options[i]] === 'function') { this.opt[options[i]] = this.opt[options[i]].call(this); } } }, _adjustedScore: function(score) { if (!score) { return score; } return methods._between(score, 0, this.opt.number); }, _adjustHints: function() { if (!this.opt.hints) { this.opt.hints = []; } if (!this.opt.halfShow && !this.opt.half) { return; } var steps = this.opt.precision ? 10 : 2; for (var i = 0; i < this.opt.number; i++) { var group = this.opt.hints[i]; if (Object.prototype.toString.call(group) !== '[object Array]') { group = [group]; } this.opt.hints[i] = []; for (var j = 0; j < steps; j++) { var hint = group[j], last = group[group.length - 1]; if (last === undefined) { last = null; } this.opt.hints[i][j] = hint === undefined ? last : hint; } } }, _adjustNumber: function() { this.opt.number = methods._between(this.opt.number, 1, this.opt.numberMax); }, _adjustPath: function() { this.opt.path = this.opt.path || ''; if (this.opt.path && this.opt.path.charAt(this.opt.path.length - 1) !== '/') { this.opt.path += '/'; } }, _adjustPrecision: function() { this.opt.half = true; }, _adjustStarType: function() { var replaces = ['cancelOff', 'cancelOn', 'starHalf', 'starOff', 'starOn']; this.opt.path = ''; for (var i = 0; i < replaces.length; i++) { this.opt[replaces[i]] = this.opt[replaces[i]].replace('.', '-'); } }, _apply: function(score) { methods._fill.call(this, score); if (score) { if (score > 0) { this.score.val(score); } methods._roundStars.call(this, score); } }, _between: function(value, min, max) { return Math.min(Math.max(parseFloat(value), min), max); }, _binds: function() { if (this.cancel) { methods._bindOverCancel.call(this); methods._bindClickCancel.call(this); methods._bindOutCancel.call(this); } methods._bindOver.call(this); methods._bindClick.call(this); methods._bindOut.call(this); }, _bindClick: function() { var that = this; that.stars.on('click.raty', function(evt) { var execute = true, score = (that.opt.half || that.opt.precision) ? that.self.data('score') : (this.alt || $(this).data('alt')); if (that.opt.click) { execute = that.opt.click.call(that, +score, evt); } if (execute || execute === undefined) { if (that.opt.half && !that.opt.precision) { score = methods._roundHalfScore.call(that, score); } methods._apply.call(that, score); } }); }, _bindClickCancel: function() { var that = this; that.cancel.on('click.raty', function(evt) { that.score.removeAttr('value'); if (that.opt.click) { that.opt.click.call(that, null, evt); } }); }, _bindOut: function() { var that = this; that.self.on('mouseleave.raty', function(evt) { var score = +that.score.val() || undefined; methods._apply.call(that, score); methods._target.call(that, score, evt); methods._resetTitle.call(that); if (that.opt.mouseout) { that.opt.mouseout.call(that, score, evt); } }); }, _bindOutCancel: function() { var that = this; that.cancel.on('mouseleave.raty', function(evt) { var icon = that.opt.cancelOff; if (that.opt.starType !== 'img') { icon = that.opt.cancelClass + ' ' + icon; } methods._setIcon.call(that, this, icon); if (that.opt.mouseout) { var score = +that.score.val() || undefined; that.opt.mouseout.call(that, score, evt); } }); }, _bindOver: function() { var that = this, action = that.opt.half ? 'mousemove.raty' : 'mouseover.raty'; that.stars.on(action, function(evt) { var score = methods._getScoreByPosition.call(that, evt, this); methods._fill.call(that, score); if (that.opt.half) { methods._roundStars.call(that, score, evt); methods._setTitle.call(that, score, evt); that.self.data('score', score); } methods._target.call(that, score, evt); if (that.opt.mouseover) { that.opt.mouseover.call(that, score, evt); } }); }, _bindOverCancel: function() { var that = this; that.cancel.on('mouseover.raty', function(evt) { var starOff = that.opt.path + that.opt.starOff, icon = that.opt.cancelOn; if (that.opt.starType === 'img') { that.stars.attr('src', starOff); } else { icon = that.opt.cancelClass + ' ' + icon; that.stars.attr('class', starOff); } methods._setIcon.call(that, this, icon); methods._target.call(that, null, evt); if (that.opt.mouseover) { that.opt.mouseover.call(that, null); } }); }, _buildScoreField: function() { return $('', { name: this.opt.scoreName, type: 'hidden' }).appendTo(this); }, _createCancel: function() { var icon = this.opt.path + this.opt.cancelOff, cancel = $('<' + this.opt.starType + ' />', { title: this.opt.cancelHint, 'class': this.opt.cancelClass }); if (this.opt.starType === 'img') { cancel.attr({ src: icon, alt: 'x' }); } else { // TODO: use $.data cancel.attr('data-alt', 'x').addClass(icon); } if (this.opt.cancelPlace === 'left') { this.self.prepend(' ').prepend(cancel); } else { this.self.append(' ').append(cancel); } this.cancel = cancel; }, _createScore: function() { var score = $(this.opt.targetScore); this.score = score.length ? score : methods._buildScoreField.call(this); }, _createStars: function() { for (var i = 1; i <= this.opt.number; i++) { var name = methods._nameForIndex.call(this, i), attrs = { alt: i, src: this.opt.path + this.opt[name] }; if (this.opt.starType !== 'img') { attrs = { 'data-alt': i, 'class': attrs.src }; // TODO: use $.data. } attrs.title = methods._getHint.call(this, i); $('<' + this.opt.starType + ' />', attrs).appendTo(this); if (this.opt.space) { this.self.append(i < this.opt.number ? ' ' : ''); } } this.stars = this.self.children(this.opt.starType); }, _error: function(message) { $(this).text(message); $.error(message); }, _fill: function(score) { var hash = 0; for (var i = 1; i <= this.stars.length; i++) { var icon, star = this.stars[i - 1], turnOn = methods._turnOn.call(this, i, score); if (this.opt.iconRange && this.opt.iconRange.length > hash) { var irange = this.opt.iconRange[hash]; icon = methods._getRangeIcon.call(this, irange, turnOn); if (i <= irange.range) { methods._setIcon.call(this, star, icon); } if (i === irange.range) { hash++; } } else { icon = this.opt[turnOn ? 'starOn' : 'starOff']; methods._setIcon.call(this, star, icon); } } }, _getFirstDecimal: function(number) { var decimal = number.toString().split('.')[1], result = 0; if (decimal) { result = parseInt(decimal.charAt(0), 10); if (decimal.slice(1, 5) === '9999') { result++; } } return result; }, _getRangeIcon: function(irange, turnOn) { return turnOn ? irange.on || this.opt.starOn : irange.off || this.opt.starOff; }, _getScoreByPosition: function(evt, icon) { var score = parseInt(icon.alt || icon.getAttribute('data-alt'), 10); if (this.opt.half) { var size = methods._getWidth.call(this), percent = parseFloat((evt.pageX - $(icon).offset().left) / size); score = score - 1 + percent; } return score; }, _getHint: function(score, evt) { if (score !== 0 && !score) { return this.opt.noRatedMsg; } var decimal = methods._getFirstDecimal.call(this, score), integer = Math.ceil(score), group = this.opt.hints[(integer || 1) - 1], hint = group, set = !evt || this.move; if (this.opt.precision) { if (set) { decimal = decimal === 0 ? 9 : decimal - 1; } hint = group[decimal]; } else if (this.opt.halfShow || this.opt.half) { decimal = set && decimal === 0 ? 1 : decimal > 5 ? 1 : 0; hint = group[decimal]; } return hint === '' ? '' : hint || score; }, _getWidth: function() { var width = this.stars[0].width || parseFloat(this.stars.eq(0).css('font-size')); if (!width) { methods._error.call(this, 'Could not get the icon width!'); } return width; }, _lock: function() { var hint = methods._getHint.call(this, this.score.val()); this.style.cursor = ''; this.title = hint; this.score.prop('readonly', true); this.stars.prop('title', hint); if (this.cancel) { this.cancel.hide(); } this.self.data('readonly', true); }, _nameForIndex: function(i) { return this.opt.score && this.opt.score >= i ? 'starOn' : 'starOff'; }, _resetTitle: function() { for (var i = 0; i < this.opt.number; i++) { this.stars[i].title = methods._getHint.call(this, i + 1); } }, _roundHalfScore: function(score) { var integer = parseInt(score, 10), decimal = methods._getFirstDecimal.call(this, score); if (decimal !== 0) { decimal = decimal > 5 ? 1 : 0.5; } return integer + decimal; }, _roundStars: function(score, evt) { var decimal = (score % 1).toFixed(2), name ; if (evt || this.move) { name = decimal > 0.5 ? 'starOn' : 'starHalf'; } else if (decimal > this.opt.round.down) { // Up: [x.76 .. x.99] name = 'starOn'; if (this.opt.halfShow && decimal < this.opt.round.up) { // Half: [x.26 .. x.75] name = 'starHalf'; } else if (decimal < this.opt.round.full) { // Down: [x.00 .. x.5] name = 'starOff'; } } if (name) { var icon = this.opt[name], star = this.stars[Math.ceil(score) - 1]; methods._setIcon.call(this, star, icon); } // Full down: [x.00 .. x.25] }, _setIcon: function(star, icon) { star[this.opt.starType === 'img' ? 'src' : 'className'] = this.opt.path + icon; }, _setTarget: function(target, score) { if (score) { score = this.opt.targetFormat.toString().replace('{score}', score); } if (target.is(':input')) { target.val(score); } else { target.html(score); } }, _setTitle: function(score, evt) { if (score) { var integer = parseInt(Math.ceil(score), 10), star = this.stars[integer - 1]; star.title = methods._getHint.call(this, score, evt); } }, _target: function(score, evt) { if (this.opt.target) { var target = $(this.opt.target); if (!target.length) { methods._error.call(this, 'Target selector invalid or missing!'); } var mouseover = evt && evt.type === 'mouseover'; if (score === undefined) { score = this.opt.targetText; } else if (score === null) { score = mouseover ? this.opt.cancelHint : this.opt.targetText; } else { if (this.opt.targetType === 'hint') { score = methods._getHint.call(this, score, evt); } else if (this.opt.precision) { score = parseFloat(score).toFixed(1); } var mousemove = evt && evt.type === 'mousemove'; if (!mouseover && !mousemove && !this.opt.targetKeep) { score = this.opt.targetText; } } methods._setTarget.call(this, target, score); } }, _turnOn: function(i, score) { return this.opt.single ? (i === score) : (i <= score); }, _unlock: function() { this.style.cursor = 'pointer'; this.removeAttribute('title'); this.score.removeAttr('readonly'); this.self.data('readonly', false); for (var i = 0; i < this.opt.number; i++) { this.stars[i].title = methods._getHint.call(this, i + 1); } if (this.cancel) { this.cancel.css('display', ''); } }, cancel: function(click) { return this.each(function() { var self = $(this); if (self.data('readonly') !== true) { methods[click ? 'click' : 'score'].call(self, null); this.score.removeAttr('value'); } }); }, click: function(score) { return this.each(function() { if ($(this).data('readonly') !== true) { score = methods._adjustedScore.call(this, score); methods._apply.call(this, score); if (this.opt.click) { this.opt.click.call(this, score, $.Event('click')); } methods._target.call(this, score); } }); }, destroy: function() { return this.each(function() { var self = $(this), raw = self.data('raw'); if (raw) { self.off('.raty').empty().css({ cursor: raw.style.cursor }).removeData('readonly'); } else { self.data('raw', self.clone()[0]); } }); }, getScore: function() { var score = [], value ; this.each(function() { value = this.score.val(); score.push(value ? +value : undefined); }); return (score.length > 1) ? score : score[0]; }, move: function(score) { return this.each(function() { var integer = parseInt(score, 10), decimal = methods._getFirstDecimal.call(this, score); if (integer >= this.opt.number) { integer = this.opt.number - 1; decimal = 10; } var width = methods._getWidth.call(this), steps = width / 10, star = $(this.stars[integer]), percent = star.offset().left + steps * decimal, evt = $.Event('mousemove', { pageX: percent }); this.move = true; star.trigger(evt); this.move = false; }); }, readOnly: function(readonly) { return this.each(function() { var self = $(this); if (self.data('readonly') !== readonly) { if (readonly) { self.off('.raty').children(this.opt.starType).off('.raty'); methods._lock.call(this); } else { methods._binds.call(this); methods._unlock.call(this); } self.data('readonly', readonly); } }); }, reload: function() { return methods.set.call(this, {}); }, score: function() { var self = $(this); return arguments.length ? methods.setScore.apply(self, arguments) : methods.getScore.call(self); }, set: function(options) { return this.each(function() { $(this).raty($.extend({}, this.opt, options)); }); }, setScore: function(score) { return this.each(function() { if ($(this).data('readonly') !== true) { score = methods._adjustedScore.call(this, score); methods._apply.call(this, score); methods._target.call(this, score); } }); } }; $.fn.raty = function(method) { if (methods[method]) { return methods[method].apply(this, Array.prototype.slice.call(arguments, 1)); } else if (typeof method === 'object' || !method) { return methods.init.apply(this, arguments); } else { $.error('Method ' + method + ' does not exist!'); } }; $.fn.raty.defaults = { cancel: false, cancelClass: 'raty-cancel', cancelHint: 'Cancel this rating!', cancelOff: 'cancel-off.png', cancelOn: 'cancel-on.png', cancelPlace: 'left', click: undefined, half: false, halfShow: true, hints: ['bad', 'poor', 'regular', 'good', 'gorgeous'], iconRange: undefined, mouseout: undefined, mouseover: undefined, noRatedMsg: 'Not rated yet!', number: 5, numberMax: 20, path: undefined, precision: false, readOnly: false, round: { down: 0.25, full: 0.6, up: 0.76 }, score: undefined, scoreName: 'score', single: false, space: true, starHalf: 'star-half.png', starOff: 'star-off.png', starOn: 'star-on.png', starType: 'img', target: undefined, targetFormat: '{score}', targetKeep: false, targetScore: undefined, targetText: '', targetType: 'hint' }; })(jQuery); raty/custom.raty.js000064400000006376151162653250010373 0ustar00(function ($) { "use strict"; $.fn.raty.defaults.path = 'assets/plugins/raty/images/' // Default if( $('.rating-default').length ) { $('.rating-default').raty(); } // Score if( $('.rating-score').length ) { $('.rating-score').raty({ score: 3, scoreName: 'entity[1,2,3,4,5]' }); } // Score Name if( $('.rating-score-name').length ) { $('.rating-score-name').raty({ scoreName: 'Rating' }); } // Number if( $('.rating-number').length ) { $('.rating-number').raty({ number: 10 }); } // Number Max if( $('.rating-number-max').length ) { $('.rating-number-max').raty({ numberMax: 5, number: 10 }); } // Read Only if( $('.rating-read-only').length ) { $('.rating-read-only').raty({ readOnly: true }); } if( $('.rating-read-only2').length ) { $('.rating-read-only2').raty({ readOnly: true, score: 3 }); } // Not Rated Message if( $('.rating-not-rated-msg').length ) { $('.rating-not-rated-msg').raty({ readOnly: true, noRatedMsg : "Custom not rated message" }); } // Half Show if( $('.rating-half-enable').length ) { $('.rating-half-enable').raty({ score: 3.3 }); } if( $('.rating-half-disable').length ) { $('.rating-half-disable').raty({ halfShow: false, score: 3.3 }); } // Half Rating if( $('.rating-half').length ) { $('.rating-half').raty({ half: true }); } // Hint if( $('.rating-hint').length ) { $('.rating-hint').raty({ hints: ['a', null, '', undefined, '*_*'] }); } // Path if( $('.rating-path').length ) { $('.rating-path').raty({ path: 'assets/images/rating/' }); } // Cancel if( $('.rating-cancel').length ) { $('.rating-cancel').raty({ cancel: true }); } // Custom Icon if( $('.rating-custom-icon').length ) { $('.rating-custom-icon').raty({ starHalf: 'like-half.png', starOn: 'like-on.png', starOff: 'like-off.png', }); } // Icon Font if( $('.rating-font').length ) { $('.rating-font').raty({ starHalf: 'zmdi zmdi-star-half', starOn: 'zmdi zmdi-star', starOff: 'zmdi zmdi-star-outline', starType: 'i', half: true, }); } // Icon Range if( $('.rating-icon-range').length ) { $('.rating-icon-range').raty({ starType: 'i', iconRange: [ { range: 1, on: 'zmdi zmdi-star', off: 'zmdi zmdi-star-outline' }, { range: 2, on: 'zmdi zmdi-lock', off: 'zmdi zmdi-lock-outline' }, { range: 3, on: 'zmdi zmdi-favorite', off: 'zmdi zmdi-favorite-outline' }, { range: 4, on: 'zmdi zmdi-check-square', off: 'zmdi zmdi-square-o' }, { range: 5, on: 'zmdi zmdi-volume-up', off: 'zmdi zmdi-volume-mute' } ] }); } })(jQuery);moment/moment.min.js000064400000162756151162653250010511 0ustar00!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.moment=t()}(this,function(){"use strict";var e,i;function f(){return e.apply(null,arguments)}function o(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function u(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function m(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function l(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(m(e,t))return;return 1}function r(e){return void 0===e}function h(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function a(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function d(e,t){for(var n=[],s=0;s>>0,s=0;sFe(e)?(r=e+1,a-Fe(e)):(r=e,a);return{year:r,dayOfYear:o}}function Ae(e,t,n){var s,i,r=Ge(e.year(),t,n),a=Math.floor((e.dayOfYear()-r-1)/7)+1;return a<1?s=a+je(i=e.year()-1,t,n):a>je(e.year(),t,n)?(s=a-je(e.year(),t,n),i=e.year()+1):(i=e.year(),s=a),{week:s,year:i}}function je(e,t,n){var s=Ge(e,t,n),i=Ge(e+1,t,n);return(Fe(e)-s+i)/7}C("w",["ww",2],"wo","week"),C("W",["WW",2],"Wo","isoWeek"),L("week","w"),L("isoWeek","W"),A("week",5),A("isoWeek",5),ce("w",te),ce("ww",te,Q),ce("W",te),ce("WW",te,Q),ge(["w","ww","W","WW"],function(e,t,n,s){t[s.substr(0,1)]=Z(e)});function Ie(e,t){return e.slice(t,7).concat(e.slice(0,t))}C("d",0,"do","day"),C("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),C("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),C("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),C("e",0,0,"weekday"),C("E",0,0,"isoWeekday"),L("day","d"),L("weekday","e"),L("isoWeekday","E"),A("day",11),A("weekday",11),A("isoWeekday",11),ce("d",te),ce("e",te),ce("E",te),ce("dd",function(e,t){return t.weekdaysMinRegex(e)}),ce("ddd",function(e,t){return t.weekdaysShortRegex(e)}),ce("dddd",function(e,t){return t.weekdaysRegex(e)}),ge(["dd","ddd","dddd"],function(e,t,n,s){var i=n._locale.weekdaysParse(e,s,n._strict);null!=i?t.d=i:y(n).invalidWeekday=e}),ge(["d","e","E"],function(e,t,n,s){t[s]=Z(e)});var Ze="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),ze="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),$e="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),qe=de,Be=de,Je=de;function Qe(){function e(e,t){return t.length-e.length}for(var t,n,s,i,r=[],a=[],o=[],u=[],l=0;l<7;l++)t=_([2e3,1]).day(l),n=me(this.weekdaysMin(t,"")),s=me(this.weekdaysShort(t,"")),i=me(this.weekdays(t,"")),r.push(n),a.push(s),o.push(i),u.push(n),u.push(s),u.push(i);r.sort(e),a.sort(e),o.sort(e),u.sort(e),this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+r.join("|")+")","i")}function Xe(){return this.hours()%12||12}function Ke(e,t){C(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}function et(e,t){return t._meridiemParse}C("H",["HH",2],0,"hour"),C("h",["hh",2],0,Xe),C("k",["kk",2],0,function(){return this.hours()||24}),C("hmm",0,0,function(){return""+Xe.apply(this)+T(this.minutes(),2)}),C("hmmss",0,0,function(){return""+Xe.apply(this)+T(this.minutes(),2)+T(this.seconds(),2)}),C("Hmm",0,0,function(){return""+this.hours()+T(this.minutes(),2)}),C("Hmmss",0,0,function(){return""+this.hours()+T(this.minutes(),2)+T(this.seconds(),2)}),Ke("a",!0),Ke("A",!1),L("hour","h"),A("hour",13),ce("a",et),ce("A",et),ce("H",te),ce("h",te),ce("k",te),ce("HH",te,Q),ce("hh",te,Q),ce("kk",te,Q),ce("hmm",ne),ce("hmmss",se),ce("Hmm",ne),ce("Hmmss",se),ye(["H","HH"],Me),ye(["k","kk"],function(e,t,n){var s=Z(e);t[Me]=24===s?0:s}),ye(["a","A"],function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e}),ye(["h","hh"],function(e,t,n){t[Me]=Z(e),y(n).bigHour=!0}),ye("hmm",function(e,t,n){var s=e.length-2;t[Me]=Z(e.substr(0,s)),t[De]=Z(e.substr(s)),y(n).bigHour=!0}),ye("hmmss",function(e,t,n){var s=e.length-4,i=e.length-2;t[Me]=Z(e.substr(0,s)),t[De]=Z(e.substr(s,2)),t[Se]=Z(e.substr(i)),y(n).bigHour=!0}),ye("Hmm",function(e,t,n){var s=e.length-2;t[Me]=Z(e.substr(0,s)),t[De]=Z(e.substr(s))}),ye("Hmmss",function(e,t,n){var s=e.length-4,i=e.length-2;t[Me]=Z(e.substr(0,s)),t[De]=Z(e.substr(s,2)),t[Se]=Z(e.substr(i))});var tt=z("Hours",!0);var nt,st={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Te,monthsShort:Ne,week:{dow:0,doy:6},weekdays:Ze,weekdaysMin:$e,weekdaysShort:ze,meridiemParse:/[ap]\.?m?\.?/i},it={},rt={};function at(e){return e?e.toLowerCase().replace("_","-"):e}function ot(e){for(var t,n,s,i,r=0;r=t&&function(e,t){for(var n=Math.min(e.length,t.length),s=0;s=t-1)break;t--}r++}return nt}function ut(t){var e=null;if(void 0===it[t]&&"undefined"!=typeof module&&module&&module.exports)try{e=nt._abbr,require("./locale/"+t),lt(e)}catch(e){it[t]=null}return it[t]}function lt(e,t){var n;return e&&((n=r(t)?dt(e):ht(e,t))?nt=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),nt._abbr}function ht(e,t){if(null===t)return delete it[e],null;var n,s=st;if(t.abbr=e,null!=it[e])Y("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),s=it[e]._config;else if(null!=t.parentLocale)if(null!=it[t.parentLocale])s=it[t.parentLocale]._config;else{if(null==(n=ut(t.parentLocale)))return rt[t.parentLocale]||(rt[t.parentLocale]=[]),rt[t.parentLocale].push({name:e,config:t}),null;s=n._config}return it[e]=new x(b(s,t)),rt[e]&&rt[e].forEach(function(e){ht(e.name,e.config)}),lt(e),it[e]}function dt(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return nt;if(!o(e)){if(t=ut(e))return t;e=[e]}return ot(e)}function ct(e){var t,n=e._a;return n&&-2===y(e).overflow&&(t=n[ve]<0||11xe(n[pe],n[ve])?ke:n[Me]<0||24je(n,r,a)?y(e)._overflowWeeks=!0:null!=u?y(e)._overflowWeekday=!0:(o=Ee(n,s,i,r,a),e._a[pe]=o.year,e._dayOfYear=o.dayOfYear)}(e),null!=e._dayOfYear&&(r=St(e._a[pe],s[pe]),(e._dayOfYear>Fe(r)||0===e._dayOfYear)&&(y(e)._overflowDayOfYear=!0),n=Ve(r,0,e._dayOfYear),e._a[ve]=n.getUTCMonth(),e._a[ke]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=u[t]=s[t];for(;t<7;t++)e._a[t]=u[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Me]&&0===e._a[De]&&0===e._a[Se]&&0===e._a[Ye]&&(e._nextDay=!0,e._a[Me]=0),e._d=(e._useUTC?Ve:function(e,t,n,s,i,r,a){var o;return e<100&&0<=e?(o=new Date(e+400,t,n,s,i,r,a),isFinite(o.getFullYear())&&o.setFullYear(e)):o=new Date(e,t,n,s,i,r,a),o}).apply(null,u),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Me]=24),e._w&&void 0!==e._w.d&&e._w.d!==i&&(y(e).weekdayMismatch=!0)}}function Ot(e){if(e._f!==f.ISO_8601)if(e._f!==f.RFC_2822){e._a=[],y(e).empty=!0;for(var t,n,s,i,r,a,o,u=""+e._i,l=u.length,h=0,d=H(e._f,e._locale).match(N)||[],c=0;cn.valueOf():n.valueOf()"}),pn.toJSON=function(){return this.isValid()?this.toISOString():null},pn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},pn.unix=function(){return Math.floor(this.valueOf()/1e3)},pn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},pn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},pn.eraName=function(){for(var e,t=this.localeData().eras(),n=0,s=t.length;nthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},pn.isLocal=function(){return!!this.isValid()&&!this._isUTC},pn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},pn.isUtc=At,pn.isUTC=At,pn.zoneAbbr=function(){return this._isUTC?"UTC":""},pn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},pn.dates=n("dates accessor is deprecated. Use date instead.",fn),pn.months=n("months accessor is deprecated. Use month instead",Ue),pn.years=n("years accessor is deprecated. Use year instead",Le),pn.zone=n("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}),pn.isDSTShifted=n("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",function(){if(!r(this._isDSTShifted))return this._isDSTShifted;var e,t={};return v(t,this),(t=bt(t))._a?(e=(t._isUTC?_:Tt)(t._a),this._isDSTShifted=this.isValid()&&0Q nameW postS&_< kukuO'LfGLfAWSM!JB @@ @@@@@@@@@@@@@@@@ @@@@ @ @  3@$  @@@ p@@@@ @ @@@@@@,@@@@@ @  @     @ @h@@P   @ @@@@@ @@ @@ @ E@@@@@ @@@ @@$$ !%+9Zabcdefghijklmnopqrstuvwxyz'1'S'T'U'W'IRW@`:J1p +/=A\cgi(*6L^aknp~\u} !#%1MRWY,16A?B1]{=B!#*0<abcdefghijklmnopqrstuvwxyz'1'S'T'U'W'IRUw@`:J0p +-;@\cgi(*6;UZfgjkprsy 017:K^`cmp|\hx#%&MRWY ,16A?B0]z4? )   Kz t?$QF76+) fD@#  }|{zynmldcXVUTQF865 ~ } | z _ [ W V ? 4 0 , # !   E   p g d a _ Z E D = 4 ( &   q j G @ 2 ,VRL86vr@."rrld !"#$%&'()*+,-./r~  !!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/'1'1'S'S'T'T'U'U'W'W''0123II4RR5UW6w9GIJ@@K``LMN::OJJPQRS01TppVWZ \^++b-/c;=f@Ai\\kcclggiimopqtxy((**66z;<{UUZZ}ffgi~jj~knpqrrsty~ 00r1277:>KL^^`ackmnpp|~   \\hux}%+-016=?BFS]^`abefqrv}~  !##%%&1MMRRWWYY ,,1166AA??BB01]]z{4=?B 8 dd@    P @<  00 0x !p""$%x'('(*/`/001@123@34578::;=t?@XBBC\CDEIJlL0LMNRRY[\^^_a0b,c8cd`hnop4prsttu\whxxz{}(~~d$`,<<8@0XL$\dXPTd0@P,X4XLth̘8\Ԭ4 \lߐ\Xx(0x@ \lD H h < x <P@D|4T <\ !#&()+X,8/00,1 12455849T;8<=>?BDEPG I8IJKNP@Q\STpU@VYY[l\]_`bbcdxflhthioPpqrsttvwHxyL||} }d~<~0|Dh(lxd4HX,TDøļƬplDt@ϸ|0xDH<T`$\x ,8   844Ld   T !""$&h'L(*+,./p01L2|34579:;=|?|@AC0EDGpGILNPTH_ `axd`gimnoLpprsPtvHvxdxypz<|p}0txt(|X0tTD Đɀʐ4ӈ`P$xT| 5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'ZYYYYY3YZ     ::   `  M"4'11&#"132765676'&'@       `js11131716761312##11312##11'&'&771#11'&'&771#1"'&547633171#1"'&54763317167673171# _   : E: E   _   : E: E  __ ;E ;   E ;E ;   E 4~2111230111''1&1211#"'&5510#01#111&'&'&'&76767676'&'&''11101&'&'&'&7676767514763 0  /0 1     1 1   $       ! #       # "/65114'&#"1327&'&767&'&767w @    I @ $$$$$$$$J211171611''11#"'&5511'&'&76771'1&'&76761514763 p  rs  p  o  rr  p  C DE C B EE C 14'11&#"1#1"331132765513127654'&##15      p      @,6711671&'&'57111676751&'&'--DD----DD--))))D----DD----D`)))))&'&17711#1"33327654'&##1`  .@ `` @ @    `@0"1#"'&54771671312#!1&'&77167&'&'" +<>())  "` *)(><+  ""@D47116331131#1"'&''1&76761316767&'&'#1&'&771#1"'&5  :&''&:O   Oh   x'&::&'  x 96'11&'&1331132765513127654'&##1514'&#"1#17       kr  P P   @?67312##1131#1"'&''1&76761316767&'&'#1"'&77! r:&''&:S   S !  p'&::&'   @#>6'11&'&101016767&'&'711#"'&'&54767632  %--DD--*+@?   k  +9D----DB,-K  D471163!11'&'&71#1"'&5       P @"Dc&'11&'#13167674'&'673#3#1&'&'67673101013101015011101#10101&'&'6767310$%6 6%$#$%6@6%$#@   6%$$%65$ 6%$$%6 $5@@81132767654'&'&#"&'11&'67671'&'&77@   XA+*--DD--$ @  -,BD----D7*  K1111'%1&'67%16}   @ n     @@+"113!127654'&#!"113!127654'&#!0 `  ` @     11117%167&'%1&   @ n     0<I6711673111132765514771676551&'&'#132765676'&'P +'  *$%6 6%$  P   "0  !6%$$%6 P]112#&'&'&'6767671&'&'&'6767632113276551&'&'&'&767R6666R H9:"""":9HH9:"")-$36%$$%6+    66R@  66RR66  "":9HH9:"""":9H )!!$%66%$ P   R66$$$$!(&'11767713117676''1#3#71 x(   (x*HH`  LL  ` @/>11113167674'&'67&'&'##3#51313#3#15@6%$$%6`````````$%6#"06%$@, "327632#"'&'&767632#"'I1<<1//1<<1 DVVD,,DVVD 1//1@@1// AA-9999,BB +67116731#1&'&'3#3#1316767&'&'`?2332?`````D----D`32??23@--DD--@511113127654'&##1513127654'&##1513127654'&##@       @-111132765513127654'&##1513127654'&##@        :116767#1"'&54763312&'&'&'676767'&'D----D;++ }  >>Z?2332?X=  ,?`--DD--$#8  X9:32??237  (2%53276551514'&#"1!1514'&#"13276551!@         @1"113311#1"3!127654'&##113127654'&##  ``  ``     @  @*2111&'&'51476321676714763  --DD--  ))  D----D   )) B565114'&#"11514'&#"1132765517117676''177 .   A j / x kC  ˍ @2111312##1"'&514763@       ,617161#"'&511#"''11#"'&5167      $611476321'11#"'&5167    ( = 5"1132767654'&'&#11#"'&'&'6767632+%%%%++%%%%+45;;5445;;54`%&**&%%&**&%=3333==3333=@.67116731#11#"'&55153#36767&'&'#1`D----D`  @```))``--DD--` ))@71167'1&7676167&'&'&'&'&'6767671'&''@--D,#H G--DD--5D?2332??2350 .D--V  U*7D----D"32??2332?V=9  8B+;111132765513117676''16767&'&'##3#5131@  _g T(()=pppppp""   x$#.=)(""Dh013'1111&'&'&'&#&'&767627676'&'&'01&#&'&'&'&71'1676'&'&'711&c 8 :7E    9  8  :7E    9 W   $@     $@  #"1133113276513127654'&##        `  *2111676751476321&'&'514763  $%66%$  66RR66  6%$$%6 R6666R 611116761&'1&767     9   B.6111167116761#&'11"'1&767 nUUn  QQ   $&   16'11&'&1'1&'&117677117676''17y  k     %&'11&113276551716'&'&1':      ז   &471163!11312#!1&'&71#1"'&5 @         L  ~011&'11&'0&'&'&'&74#1133233167&'&'&'&'&76767674'&'&'&'&'&'&711&'&7067676'&'41`    #/ ,=-3    &   !77D\CB @-* #"""  --&%     &D77 !98X5## ( $H_n767&'&'3#351#7&'11&#113127675531131&'&'&##1131#11316765##3#51311#11311#113''#11#17131'!!!1!127676'&'&'#3#1312#731'~  (OOOO"++-_((_k-,9997 "J   z@@67kk==;:pT G..[[[E>!! S+---K[  [[@:9n+43&%U21ge34 F%67&'&'276274'&767'71''11'&771'1&7637171632112.?>__>??>_)&2F:::;;:HHV5IV::::VW::& ,,,E))E,DD:7716767!1"1111!1676745454545 "!3GGCC13%$%%$,+   (I3!"<<<H2"",-9;22;%&2 ""210A@10B'1''1&77151117151611''11171'11'51477161151'1PPP_`PN_PNNP_Nd...88.\w.]8p/.ww./p8].w\6%&#"327654'&'%!1#3#51#1#"'&'&54767632517+    I555(  8   @@   N  [h776'&'&7&'&'&"#"#"#&0172323237676767676'4545456'&'11&''&76767&'&767676#11"'7&'11&'!11!16767##"#"'"'&5&545474763632322    C%)*(%)*(@[''''  E    -././Z@'''++'4&'&11767716'''716'&'&117676's   \\  \\\\      t {} }}}{  =JW4'"#&#&'&'171&'&'&'&''&'&#"#0'0'&11"#0116767'267671111"'&5017136765&'&'&'&767610'&76' ~ c &- /8     /%   2  _ X O66HH67"  /##  ,+88**4@ '   $ ,   %9   @y ")07>E%3#351#553153#351#3#351#3#351#3#351#3#351#'3#351#3#351#53#351#}}}}}}}}}}=}}}}}}}}}}}}}}}}}}}}}}}}}}}}IeHHHHIIIIIIIIIIII77111016'&'&#67676#1676776751'&'!1534@i;: 78M  9 !!5BDD&+??21:B97@@Y0$%4./E70/ i?4?A-Rax7531#"'&'&7116763671&#167674'%&#"16321&#"32731131514'#'&547632'&##113151312725676'&'##15131277#1'1#111317j9)+""      ^?' ''  $$$%4O)))  002      OY    L? A \\\\x@ _ "%''&5716'&''1414'716'&#'1"1&'716'&#1&'716'&1&'714'&1&''14'&1&#'1&'&1"''1&#"1#'1&1"##'1&11'1&10'1&1#1&10#1"101111111312113711771177101771223177120113277163176771236317657143671765'167176''1671276''1674371276''16571676''14771654'&1#"''1&'&1&'3125514#17131231&'6711#&'6731'77676''1311#1&7'476311&'77312#"'&'&'0'6767&'&'&'&##16713277111#1"1'6731&'"'&76311         %)(& -0  O  X 5   ?     +>)!! #            ## 6#    x#%$ $$$ T    / %(   2%"'1'&'&'&76761&7676513111D70100#!,-3X +$'4)) ''21.-Z] 3%5!1513113155#3#13@}}}@n9f%''"'&763716767714545&'&&#&3!1010127716'&'7"#112#1130101312765&'&'<>A@( j  23 $$5"C"A  (  c  6#$+!!!7676767!131&'&'&'&501!16'JJ !))U8 %YQN88 @## G&&,8 '*+,(DZ%''&#"11327716'73312745'1&##1"''&##1"11331277145#3#"133127716'&#'CoBCCCBBBmBm `+276767654'&'&'&#'71'1!31@     B/.`@    @./B 3#371%''#1'71t-vvvuuutg 9]' b%&511476'&'&'&767676776767676767676545&767676'&'&'74'&'&'! ,HAA   ""          c%,,,!"F$& &   !   9P`%#3#13127654'&#'#3#13127654'!!!1!167671&'&'#!1"'&514763!12#3#13127654'&#1:::: :::: !!!!?}:::: b  b  a!!!!b  *S\eny72767654''171654''1&111327655113"151&'&1'1&#11327716751&'67&'767&'67&''674'&'67&'367&'3767&'67&' uKdtJJ ee %@?? @ >  E+ :s UC++ ::, T  T $ RH2Yq1111676767&'&'&'&'11&5477111777276'&'&'01&311'167632''71654545'1511C66  66CC66  66C( g N   I//80+* "!!! <=[ 66CC66  66CC66 c--5! N +$% \=>h1D]p7#3#'1111#1'1311117131131713211#"'&547632711654'&'3111'&'&5476721151311#'11327654'&'#3#51#1#"'&7513113'5133#31#%%%&-&#$/   "   "" &&&&luuttvv,h    >f   fLF$AW% 5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'ZYYYYY3YZ     ::   `  3 3#3513#351'5'1151#117113SSSSIRRRR|yT p/AA/PII{{iLj"-8Zmx7"51&'#11331276551327654'&#&'51677674'K56'&'1327676'&'&'11#"'&'6763267&'11%"111&5632701716'&#"&'&1132765&'&'"5&##&551312751&'#1514'&##1"111#1"11133113276'V .   # "! #V''''2  #` + > $"l +  !;Z---  -""  ""k       =3@) t0BIb~74'&##1"'&771673167716'0#01#112331677145054'e#1133#371#%#1"10013167141#3#1"3013167716'&'01#3#10010131671417761#1101013013127  "   Q)3i4443,)[)\))) ) 7)))\)\ * )< f)!h)3Qz^))4^))))5Mcy1!1&'&'51676731'1&547632131716321311&'&#!1"1!1676751#"'&55147632131#"'&551676321((( IXK ('  @         X'(+'  EE  F   + ! ! ! ! LHZjz%11#1'&'&76711116705#1"76767673167676#01#01"'&''&'&7676"771633121#'"771633121##3127514##1"%451145&'&7674145   !< e 70)%-,+! 8.&""6,& pq/KD?, %&   + ->+  -+4(,     - (+[761311#"''1312777''1&##1716321#1"'216771633111#1"''1&#"1#1'1&547713 Mab L L baML  M%;;%M  L :: MabLJMaaMLM  M::M L:: ,111311!16767111#111&'&'3671167!11311--77-,7-,7--6$$$$6$$6$$6,11132771654''1&#"#11"'&547632###%00%##%00%""""%00%##%00%##""""3K]%11#'&''1&'&'01'"'&5676767267671%&'11&767476716'&'&'"1715-"", 1##&7))5%##& '2))0'0#"5/0&*E'(K5 V''CI??''0'&%>>L~.005J>/H`@?N>E&9DO\111111111''11'&''1'1511671'1717111111'%7731171'7'''17'1&761* + ED +   ^^^J +)))/)  *   4 '''{z'@c)))ma*MMMBooo U`S;_'&'&76767221231716763221#"'&''1&5476321511##'&'&54767632323214711651167654'&'0'&5&'&7416743436362"#"'&#&5"5&'05&7671#"'&'&541&5511"#"'&547716321#"#&''1167676'&'"'&'01&7&7476767231#&''1&747632167&'&'&76761"'&'676210#"''11_98 HJa,,W@>3$#*)$$  ##W8. >?J,,W@> 34U)0F? '011F? ')NPaaB@e//Y<=WWG" k!!&& "&'++'&!"%&!"&'++&'zD:IICC('c//W<>VWGF1#E>!%#0V#10#F?!$$ 'O6'&''1&'676321674'&'&'&7671'&'&5476761#"''11 ?"!!"?    S2  ?!!!!?   S2  -88=?88- EW.,+$ @-88?=88- EU0,,# 8AJ`~67&'11#"'&5476326731#"'&'&'&'3167%&'6767&''&'&'6767651'6776767676'&'&'671!&'&7677'1O"x""**//*+!"x"#..#ny##  !! !Z! !![..*)  )*..."    "  "" ""   )JS73#31#151315131513155#1131131131133#31#151#11#113151315131131#3#1315`  @ @@@@ `   @@@a!!!"1!167671&'&#1111#&'&'&#"516322751#&'&'&#"1&'5167167632276767@@0       @ `e!167671&'&'!1'11111001#&''1'1#111&'&771716763601320130131716767632@R,,, E67C -{`@@ ttt3))3t\\ 8AJu~ #&'&'76767'"#&7676765&560127'&563''6"'47674'&'#10101011101301'76'&771'1'171711'1111111'01"#0#'&'&"1&5676767&76'%6'&7356#"3471166'&'3#3256'&'"'&'&5&7620#00101AVU@@%      `\:!   ==   8  $%$' "":9HN> U   Y 0/.L%     _ME`3,-#%!  =  //*+&  H9:""(}(    )B7'6763271!171'171'171'171'1!11#"'&'&'&#&1:::   /********P/   #"  >0 88888888 /3 ? ELeq%6516'&7#1&'&'&'&6711216'011101701116#0111"711611101011111111111111111#13116"'1011111&1111111111717131'111030103&11�'&'&'&7&76'7167115132767614767716767716716767031167763160131727316'1127316001031116'"10105"1&#'111&'&''1111&51101411111110110&'&1&7011163&'4'11050111&510654#1'116'0111"7'4'&'&76711115111116767672&'&43011101010111016571671111016767670711110343670711116'11&77165654161#'111111&'11&'&'0151&'7'7111&'672'4'011101"54701111117716717&'&311011&'0151&'71171'1&'17677%0311016"101111654511&7011|       1)*              :C  $$&e  ##O8  \     #        '&55;%            ,)   /     x   "  *x )  %677167677163271631161001""##&'&55167676321&'&''1&'&'51476321#"'1'&731477145&7654'&#"67'3076744#"""331657410121076577145&''#3#117&'&''1&'&##13276767 ! .-5I-5,6$ *'"0$ " '+<o t "%1&&B4$$u %' %>*&% $%  2 1 &  ! )$. xP "+/Ym%211##1&'&'11116767311&'&'27676'&''&'&7676&'&##1"'16731#1172767&#"1L, #3[i7117ij8 ) ,VV+''+VJ' /$-    #:` (''%5E>ll>EE"0 &662]]26) (!%% ,iE - m111!167671&'&'!#11&'&'111167631121&'&'27676'&''&'&7676&'&'#1&'167311271167&#"#7#@@ "=G$  %FG%:991  &@H    @#.)HH)/. ##">>!$    FD  2;111!167671&'&'!71#1'11#171'1311713''#113@@)hhhz_KV/oubCO/&@TwwwbbZZ!3#311#1'11#171'131173#31#1GGGoGet(((*𑑼䅅N|c11&'&'01&"76'&'&#32767&'&"##"'&'11676'&'&7631&76731&767667676765254##01&'&'01'&'7670567&'&'&'&'�1'&7676'&276'&#&511471 '(0'67K 2E      9.%"1 1@   %   Y  , / '9    !'!!3  )# K      S@A^11"'&'67&'115167673#211111#1"'&'654'117167673#211111#1&'&'6767 3!""!3    3!""!3@"!32!"########"!23!"0I^111!1&'&'16767!116771'1&547&'3116771'1&547&'3116767&'&'@' 'w' '' 'w' '@ )2;D55!15131513151#11#11#11#11373#31#1573#31#1555311#73#31#15I%IIۓIIIIIIIIIJJJJJIIIIIII@IIIIIIIIIIIJJJJIII0%01&'&'47116767677&'11&''1%11*+??+* +G3' *+55+*__#?****?# 3 --MMJ3#3167630111"11111&'&'&'&'&'&'&'&'&'71'12767671116701070367676'&'&'&'&'ї"0110115111672111716'0145&'&'0'45&'&701410567676311636362123231111"011111#0"176'&''1&767011163716765110367&'&'&'01"#&'0111"'&'&1111&1101"'&#1131221111013676767674'&'#&'&'&'&767672165&'&'01"#&#&'#1&'&'&723236763310011111111031NN,           -N              +      +            3  ,**.-  -.**,  3h        ..      {21616110"1#"'&'"'&#)&'&'&'&'&'&'&'01&'&5&14771'1&7436567676767602171633#3#1'0#01"'01&110332767676701676767676767676543'1&771&'&'&'&"01"1''211#&'"'&'&'&76767676356676701'&'&'&'&'6767676767674'4'&'&567672767676'"#&#&#0"#&'"#&7474767656'&1&'&'&'&""#223'&767456'4'&'&'&'&'&'6767670167676013*&        &'         'E                                  , &  <  =  & ,- '! 3    L! ' -                DU111!167671&'&'!11#&'&'1#1&767511'14767676767&'&'"1@@>'')(;!;()6.13@T"#66! 4!+, .u111!167671&'&'!111127654'&#&'671167110#01"1"111&'&'1#171&'&'1&'&'51311327655131@@   "## % !"%  ? @   '*$$ Oo5%#NN  N*#171#15176767#151311317131131713V5PQp##FIqqE+*  &0;EMU]eow''1673771&'167'47'171&5''167716'1''167'17'7167'71&'67'1771&''671&771'11771'''71&'1717171&'"171767676'&'&'&#" !&{" !&  l "%!d ##&&1 ##&&222  19p""" !w910U*10..!!  ,,1  t!&" && &&=" !&[D1 "%!aG 22 @"! 521990U$$/000''S111!167671&'&'!111&'2327"'&'7&'&551&'&567&767676701@@)*<9,/" #") @-*+  #  =1113151#1513151&21&#"1311#113167671&'&'!@b55~   TEN"G N@"5X!!!"13!1276514'&##3#5131'"'11&547632##3#516'&'1#151311316763  BBBC"   BBBC@1    hj ,u t}&'11&'!11!167674545&'6767&'676'&01&#"&'&#"'&'&#337#&'&'6767"7'432"'"'672#'&563''&76''&76''&76''&563'@        2--GF//3 [  `@  .    .    *+8F----F8+*7  :1101&'367&'&'327&'&'51&'67&567676767#"CBaZG K8$  %,'87B,/$ !(GDD--.,' 90 , % ;%&'11&'11&'51#1513151&21&#"1311#1167671"":9HH9:""56U55~   TEa??H9:"""":9H\CCN"G NFFd7#"5632'76'&7365&#11'4545"'&'4'&'&'&7632767&'&'4767&'&76016324767676767&'&'&'76'&'76'&76'&'76'&,BkDD..M    ,!!  !    L.-!"89F ! 3DDjU@@    F    0 #%  @@UF77 #p%1111"'676767670136767&'&'767676'&'&54767&'&767676'"01&'&'676767!!88E&# 9##++BP*) 5.!    G++!!88EE88!!E88!!   ,+B?'(,+=   + -3    >=PE88!!!!88Em!!!131'1&5476701674'&567636767&'&''&'&54767&'&'3167671&'&'@I   ".5 *)OB**##9%" # 2-+   =++'(>A++   @B[&'11&'!11!167676711671&'36767#15131&'&'5#151#1513151311311#@+)  9^,+#`@+  " ,+ s'@%&'&'67671&'&#6767#151355#11#1131131513151#12TR6666RN24 3!""!38m877888T3466RR6602 ""44""C88888888:7#3#13'&'11&'676#3#516'&'1#11311316767d]]]].]]]"# ]Z "D+)+)'(>Ch{711&'&54767%'"#"#'&'&'&747&5476726326763&'11&'#"'&#&'73176767'1167654'&'    &#$*)&&++%%)",-)'!(@$#""$0$"#S  w32-%%-2@1   2@3""++7 {"%#3#716'&##11#11#11#11'1!1aaa410 1'17131117171!171!171!171!@@@RtM pPP_),,aR5RH`t%6'&'&'51#11"51#11#"#&#12361'"#1232#1315123011315167676'&''271161111'"#555236'"#6- /11     @11=&%#>*OMNO4 :DCCD8.l  `jjj  1:A&'&'&'"#"#23012367676767674545&'&'551& %22++++22%  %22++++22% D%  %%  %֣QR3711##1&7712#'1&731277111#1"''167676331 A E,A -ܐ[ A ]!] B +1  zL  M  ;  /J&'11&'!11!16767&77101'1&73121##71111#1"''16767676331@ 1 . 0.B /B= / g`@ W6  7U !w  xj  *711'171'1717711'777'1711111'LUUUTTUTTTTUUUUTTpTTTTTTUTTU} "1%''17''1''1717#3#13!!!51#11!151##; w b'(g()))')~ UUU%T ((x%2[116767&'&'&'11&'67677&'476324'&#&#"#""7236776565454'#"#"#"'&'&'&'&54545476767676232321 !! 11 !! 1    L%'6%$$%6(%%'7%$$%6'%0 ""  "!  !"  "" 3! 11 !! 11 !    7'%%'6%$$$7'%%'7$$$%  !"  ""  ""  "",?!!!1!167671&'&'&'11&'67673&'11&'6767`  `     ` #2'#171111&'&'&'676767''131713113AAAA!!88EE88!!!!88EE88!!d""bbbcYE88!!!!88EE88!!!!88ES44"1!16716'"#!#3#'131DF D-hhhd ֓::11&'&'&551#1"'5147676763311311#117616 $; /  .G S  T!  ! D "!! s R  AR&'11&'!11!16767&'11&751#1"'5147676763311311#11761#@7  ,44 `@Z+  H4S(|.A%&7&'&&'&'6767676767&'&701'67116'11017?38  ,"#- 9 '7( !!C'*   *##771#15'51#1'51#153151b"""Բ|"@@9%&'67!&'67%776'&#"111&#"'1&#"111!1&'&'0001;@@;10?&'@'&?SSSUUS#;:KK:;# )s311327&'01&"32327110721256#&013&'1141&'&'&'6'&'&'0'&'&5456'&'&'#767676723117676767676'63112&'07676'&#&&'&7'2116'&#16&76767116743676#"'&'&'&'&711'&#&'&7116'45&7676767676761'&'76'&'&'&76767667676767767676726'&'&3"#0#6'&1'%11'&7676767672176723603116701676'"&'&'01&5&'    &+          )                         E  *% !     =      =          $                      )8GVet1111676767&'&'&'&'&&'6767'11&'&'6'11'676745767&'671167'&'&'11&'6E88!!!!88EE88!!!!88E.++7 :8322'L77 -z ??R :005R++A 4980 3%%$!!88EE88!!!!88EE88!!r8L0#" #!""02&'((-:T#%%;++% )):,%$ a%65&'&'"&'276767&'"'11&'476367&'&'"'&'&'&'67632#&'&'&#&#::W'0 ::W'/ 2#" )  +!"(+!!  ( !!"+W:: 0'W:: /'[   +,   &,})W!!!1367676760162131676725716'7#11312#1"6516731C  ?S 0:  k[I :NI ! @J<<<    FS5O!!!014!167671&'&'#1"'&'516763312711##1"'&'51676731PPS  S  Q  Q HGP  p   61111676767&'&'&'7'1&'&76727676E88!!!!88EE88!!!!88Esqqqq  !!88EE88!!!!88EE88!!♙      *T111731767676'516'&'&'&#1&3#351311676731#1&'&'1#1&'&'++KK++++KK++-333005M)*++KK++++KK++i@JC11X7Jat6'11&'&76'&7"'11&'11&'676763272167&'11&7676'117676'&'&11'&'&7676'&117676'7&76' ' 611J3-- >## C=>g..BA()/.AA)( %  *)4O!   V    !   &+DK20 3 33+,*!!+*!!+ $3++           )11&'6767&'67677&'11&'51()B899Z)A5+  ,5BB)(Z998TAB!C]^CC'(00('W!BATCC^]C\%11'11&'11&'&5476767'&'667#&'&'66765&'&'&7&7676'"'676760/; 1()6$$ ""$#;"!  < .""!! ''-2 >$# 3 6$+;%%.&& A)%"(:7!!!1##1151#1"'&555!!!51!15!!!51!1%!!!1!1514'&'dWdddd[tZZUUnUUF&'11&'!11!16767#"'&'05&'&'"'1676341676767676'&6@B-   %  B2?`@T33 7`- N?.R'9Oaw711#"'&'67673134711671&'&557"'11&547671#211#1&'&'676334711632#15#11&'&'516767211&'&'5135"'11&'676731##^   /    /   /  v  v   /    /   /  v  v   /  v  v   /    /   /  v  v   /     P[h&'&'67&'&'&'47632321&'232763012171'1&'&56323276301217167677327&''716767&'1111&'&'&'676767#&'11&'11&'676767>eee6 !R ;U8./M/!  L @@@%"AA0=!!88EE88!!!!88EE88!!  65BB56  65BB56 32@/(L& 6,[G& y -00<8.fE88!!!!88EE88!!!!88EB56  65BB56  65B)%7&'&'676711717''71&'5171DDDY8955T7""&%;D%(F2#  ((96(' + %'T!+ a"7'1#111317674'73179998`j'^ & ##B]]]h]3ZS"# &.%11&'&'&'6767671&676767#15131@AmE88!!!!88EeAC/::,++,A1lBB!!88EE88!!?A*)*FC,,V"_p76711671167#1&'&771&'&5%6711654'&'11&'676767&'&'&'114767113211'"'&5676311#'&763211&'&'&7632"":9HH9:"""":9H 1#^  9*!00GH00 +9       0H9:"""":9HH9:"" 1#./5f    &6####6&   ^  & 9  Ran{!!!1!1&'&'167672711654'&#11&'6767674'&'&'11476711211''6767''47632&'&7632@@@ 2$)*??*)%2    *('@   !//!  Q  " 1##Gf1111676767&'&'&'1&'&'513116751676711'151&'11&'&'5117116751315E88!!!!88EE88!!!!88E :" ":!!88EE88!!!!88EE88!!k  ..m { / /0!K%5&'&'5117116765513''7151&'&'1&'51#1167675147632 /0 "4 V###3 // V /0  FFF/  /FG H:$/.EF/  /  4F&511&5&'&'&'&'01&'&'&#&#!113!1276514'#151#151673113  `|  ` ` &/@IR[#3#13151#1#3#5131%5311#113151##3#51313#31#113151#173#31#15'3#31#153#31#15RRRR3)RRRRRRR3{44444444L]])]]))]]u33L9Pi11"'51632"136767&'!1&'&'16767!1671167&'&'"#11715134'11&'"#1715136765  5      `   -4  4   D CD  `  `  !" 3! 3"9KR 7&#""1117&'&'&'1101674'&'676767671#151"'&'6367715&'11�1&'&'&"13"'&'&'517165&'"#&'"#1276767327676763676551&'&'&'01&'25276767&'&'&'571'''71''27676745&555 '  f-  19 ;##8  !  5       !"    % %! N G -  ^"  -##                 %$/".===3 "H[&'11&'0101276745&'&'01#1"'&10111&''1&7671167671111&'&76767#7111#1&'11&''1'1&'&5&'51&767110*##65SR88##*  +-P*  ~; &T(11CS8866RC11(  ,2%( "j= $+%.*X471167261&#11&'&'&'&'&'&7&'&5'0167676763216'67654'&'"&6'11&'&'&'&'&'11"'1767674'&''''#"'&5&7'12767767676767672., d,&  ,,,  ,-  --d ,T,,,'   ,,  %d +-  d,& u,,, -14 -,d  , 5---'  -/4  $ @v!/8U[765&'&#113127674''3#36##15#3#51316#%#3#51314'11&'27#1#&'3165'67#0 !/2$%AIII OSSSSU6g8 =;$###=\>>54s546Ee  Sb5 ##:('&&;=$%W @55 9BUx77&#113'#3#13127&'&#3#3&'7!!!1!167671&'&'#3#5131##151312711000#1276731#&'&'6767.-(((+ ???i@@"NNNN#][v!d" "2! 4- K@; '  ' " /! 8Rex%1111&'&'132765712767&'&'11&'16767''7676'&'&1'7"'11&'67632#5671167&'&'!!88EWA@_T)'(; EDeE88!!        E88!!12O'<)((V 7b@@!!88E        Ubo711''17676'&'&%&'11&'!111671516767#1&'&''11!16767767&'&3476'&5 u8%%&OY@    0 Q%%&8%a@d!!!!  3Pi1111676767&'&'&'"'&'&"#&56767"'11&#&'&"#&'47676327"'&'&"##&'67632E88!!!!88EE88!!!!88Ee/556 >=<6  0?@?dM 9POA5A765+ !!88EE88!!!!88EE88!!  B - L  @,71311#1111#15171'1#151317171676131@bbb[ ,]]V+bc T]  T]5K"3DUfw7'1#"5'171477"116771'1"1132771'1&#"1132771'11132771'1&'7"1132571'14#7"1132571'14#7&'111132571'14'&#"11411327655171'1&'"1132771'1&#&'&'"1316767&'&'%116571'1&''116771'1&'"116771'1&#oox'&7""6AAAEEA-iEEiDD`####9899 DBBDFDDFo @ /:DD>7#$ "!<AACCCC5%5#'&'&'&'3167&'&54767'"'67&#"7&& !"K&+!&18 %%6444;++ $$MNuFF-,?&'12 !!+*.2< "+2;DMT''&11177165514'''1'15#51'17'15''7117''711557117''71 ବM_,_M7777M_NNNNNN_M7777   asss3?gggg?3s%%%%Jsss3?g444444ggg?3s%%%%J@0]%&54'&'&'&'&&'&'&323232767676'&''"##"'"#"'&7676'&76327676'11&'&'&'&'&767676'&'&'6767676'&'&'&76()120).'' %#" ""\\( ",<='('(C ""&(244%$ + X  "# &   3 3)0!!$#'%!!#< (( ''? **&P   # -  p&'11&'11&7676741272767016'&'&'&'«014'&'711016767011017676501676'&'&#&32G78 7.   ,,  & ($$BCl8"#99F<44$$$232  32  %% $&'"#.-YoDD '9Ma~31&'1&'777&'47'167'171&'&'1&'151"'7'67'16351167''1#16767'171111&'&'&'676767#&'11&'11&'676767'711167&'67167'167&'71&'1&'71&#"1'11171167' ;00 (>  >( 00;x(>;00 6(>;00 ]!!88EE88!!!!88EE88!!  55BB55  55BB55 '  3 @@ 3  4 @@ 4  0  .  1::1 p .  /9- 0  . /  E88!!!!88EE88!!!!88EB55  55BB55  55Bk  /;:1, ,CC, ,CC9Bp7 "'7674'&'01711654'7!!!1!167671&'&'"'632#3#311#'1032&747&7470311&'676'1#151632'516'01&#&'7131137'751454#"#51673170301311#110117y@@^111 *EB y I  5j,  $&p  v@   -   &lKi  *B(= ,?Pmv#3#&"13676'&'&'7176767&'711'11&'67'&'11&7116755636765514'&'&'7131131'&'632"'&551416#&516767317311#1107OOO! 7mC  %? % 3      T?$$$$%$ &9= "(.   H' &   d w! $##$#j$! )a  -!11!1110101015#151'13167676731@P%  #Q@@6eeeg8   7gG11'&767&767'111176'&76767'&76767&'&'H 6  2x@++   #$3:'&&')8..//G0bPP7"5IHY%%877 /.-'':.!"   )(4G//L%"'11&'11&51101'&''&'&767&'&5#"5&7676767&767#  $$$$   '&VU''     4 Z=>==[ 4 3)8Sbq2&'&'17127&56767'"'&'6763"'11&54763&'11&'67631'16767'"'11&547633"'11&54763 76IS77LD ..Gh    00CH....H6k<&&..GQ3;"B+,5 0 <'(('<<((0!%g"1167654'"116767&'&#751&'&'!11&'&'&76745454537676'676'&11'11"#"&'&"#'&'51476!16   P!  !O 0('"'&/ =,&Z %#H*+ $  $ *+G$$  / -#3#13'#3#13'713117131717#1151#11!&&&&j''''aaataM'MMMMDW5Ynnn[[[[[III@@&:M`7'1'&'&767676771&'&17'7676'&''1&7&'&1771676'%1767514'&+dddk  ,$+   J;;; " i ! > k  h  :6111 ,)  o R n^^^' " ( [    (U71111##1&5167272"#&7&'"#"73167410767676237676'&'oK ;+=, $$3  "#%&  @  6&&   t &&./4 g#"  ?= *;&'&'6'45#3#31&'&'1131&'&'#7&'#16765&'7  0]]] >h !05''r &&9m YI AYI30(%%#%'I Ri401,XQ]^dh]]ND  FL.445of@+BKt%11#1676707677!1&'&'16767!177#11'1'1&#1113377#11374'&'472171&'"#"''116767''#1&131476731013!j     Y???+'@$+^(("      <*4% `  `  jH 2 !  #2  @!Vt&8Jat %&'67%67&'731&#67&'011120#0011"15015"101&14141430141030303012010031101410501"1#11315111131'!1&'&'16767!11127&747&'65114'&'&&#"51#113145&3231&5&363157#3#1&#271315 "'63271&32#"'1767''#"'513151#151#11#113113773#3&7'1'&'7&51#11315147674711671&7'1'&57#3#1&713153 "51#11315147677#3#1&713157531513151#113450'01"50#01"10##101033230303052141417#3#1'1#1111511317113157&'11&'36767    v k  jK     (';)#76#);'(5555   -(    $   ;    B  "(  (':*#$ %#*:'(&        Y`  `  :('0CD/'';l,@@--@@,M%%      % %%4K|}P;''*+**'(: @ $<S`s%4##1131257!!!1!167671&'&'23116111#1'1#11#'3#31#11311#11311#''71311#1''211#"'&547635&71'&'67627116'&76761&'713#3#513123#3#513!1676767%&##113127654'      ,8----E$#'  1a     f  Do`YX>?*     ` #!!RR7777TT     B   R  R"! `6 @7fm711!1676751#1'11#151#17131151311713151&'&'!1%77131'171#11'1#11151#1513151#1513151#1137'51'7713151#11'1#11'1#113171311315113'771#  > BRNbK   +++*3DD3*)3CCSQQSza''''%%%%'< =@3>+ B R%"'  ##@@00  ....HH//IG! !H***S)\ddddYYdd=.... @(B]{7"'672'#3#"13176'&!#3#"1317&'&7!1&'&'16767!14'11&##11331677162367#3#01&6733167714'77454'#1"1'1&'#1"316774'11&##11331277162367#3#01&67"33167714'74'#1113316771167&#i      @ ( -U    (@@@  ( -U   /Z0 `  `  f-    @b\\\'&  kf-    @!he4 @+Le{%&31&167&'7!!!1!167671&'&''5127&'&'&'6721&#&7#3#13271#"'&'517113&11"1#1513116761#3#51357517&'1151311672#7#3#7271#"'&'67632$u        j/  .  E  #J$ ,$$$$$$$$J#FFF 5   ` ' "  '"  82 r!U} }}) !3  1QQ7''"'&56762767&'&'&'&763671&&'&'&'&'&'&'"676501#* "#J7!! '$(*; [*F <, NA!"~1Q333*63 +,1$M0; ! @&&'&F r&'11&'!11!16767&'11&501&'&#&367671&'6737&'&'01&#&#&7676361&"3#&'&'@     NR1  % ,9%"/`@ "   UY)   % 0  )P^#3#&'&'#1316767674'3167&'11&'&'!167&'!1&56767!1!1%3#3#1&'67hCCC<=NE88!!5C<=NE88!!5`98U9..98U9..* D)*!!88ED)*!!88E`U89/U89/,@Tm%6711671167&'&'&'&'&'&'&'67676'&''671167'17'47116111&#&4#&'&'&'1111&'&'&54767#"'&'&767"'&'&'676'232367414'&'67676767&'"#'&'&'&7636'112&'&'[      5--JY32 ##  "! "    ,A-"!             b  !" '' -,"89-,98X! k  ^< -e  1*!       %% ~  /'#177!1&'&'16767!1#11317113+++V+   ` A____[p[)G`  `  **[[2SZe| &-7K%''65&''165&'"#1&#"#1&#1021112731327313674'71674'7167&'''315#3#&50171570'"''1650145712715''650501715771'1'171'#17'''7117711#1'111'17'7'1713#67311'1377631157711'15'157711#15&''151311#3&'#171311#77'131777317#3#71177'171101'333 8jj86  7 4jk4 7  s,,,,,,,-333843...,,,,,F#@b  SSSPSPOOOD|q:bSu qqq9{K3ht36<<<]EE#rQQ""RRs<0/!.'56 hLL##A@V>23$EF^#RQrsSS"&-!11<86#NMi VBB#9/I'#1&&#"167267"'&'"&###116766'&#&&"167632632 8//8!-/=*(;%!48<++<84 %*>G9119G>*+"""14;,,;41"#&8//8&#Q +*))]""-''  z$4DTd%65&'&'&'!16767&'&'#1&'5167313#1&'5167313#1&'5167313#1&'516731/0G;,-$!"#4~4#"*  YZ  W  G0/##9# $4####4+!!  oo      ' ")07>ELSZahov} ")07>ELW^7'71''71'7'71''71'''71''71''71'7'71'#3#13'#3#13'#3#137#3#137#3#137#3#13'#3#137#3#13#3#137#3#13#3#351#113671167&'&''671161#1&'&#"36''7111327674'&#'&5'#3#133#351#%#3#131717'11!1!!!51!1#3#13#3#137#3#133#351#53#351#'#3#133#351#3#351#'#3#137#3#133#351#113'#3#13d#|FX!!!!/""""/""""!!!!_""""/""""_!!!!"""" F""""F" ''''0       y V 5zz u!!!! !!!! !!!!0""""S !$""""&    - * 0   & P " "''''o     U""+!Qjjbb}VVVV+;;! ! ! !W B!" " !4G#3#"1#1514'&##11!1671&'&'11&'67673&'11&54767jjj  j (( L|h%11&'&'&'&'2767676701&'&'6767676'&'#&'6767&'&'&'67676363!!2>**$#*)<79!!!   )(*@,,*+BI10'!$$01.  !2  ='&/ w3 &%10%% )*    ('AB))))4, "!"" 2    &%= /T"11367654'&'&'6767"'&56767&'&376767673676765&'&#P<=''=4!  "      5""54I0/T5  >%&5#$ !))*+#*- --/L,,5|&'1713116767674'&'&''1171'1&'676727&'11&'&'&'&'&7676'&'&'&'&"1"#&03767676'&'&#}B[>22v19>23 3+F54NL6755Ne  ' _@22><3s22>-(( D-5N4566LN54        .5#3#1#1'1#11#11311#11311713151#1713151#17''31@@@Q^Q@00E RgYYgRD006p0 00 0p@@@@ v':116767&'&'11676711&'&'1167654'&'M3333ML3333L ''&&  v34MM4334MM43 00II0000II00,+AA+,,+AA+,!11!77#11'1'1#111315@NNN!. -#M@@[ [^\F +@M  1DU%6&'6&'4#"&4527676'&'&'"""'ʤ512767676'&'&'&'&'&'&636'&54'&'&2""&&#31&&#&&&277367674''656&'116'&'6711#&'2301&711676&'6767&'"'&717143677211&'&'676311'&'232'11#"'&'&71123#11"'&747632311'67'&'&7671125772377637767201&'&'6'11#&'&'476'&71167676'&70367&''15111677677&'673111"'&'67676&'11&11611767676'�&'&'117676'&%"11767&'&'&117674'&'=       6BB;($    !   J     Z    0    t 6  I   j$    #''2/&&!      *882R5<=7 5;9/ j   F8                  $+    !!     !       !     ! !! 6  3      $#  B- @! ! -  {$$;      C   * %H%11#"'&547632'"11327654'&#"'11&'11&'7667676'&#     $WV22' JIy&&#%*%G"#~  .   * "#)&:%$6FXo116767&'&'6711671#1&'51&'&1#1&'5#1&'516731'5##1"55147311##1"'51&5476321111676767&'&'&'"'11&'11&54767632#Z<<<{  #`  `  p%1 $&''Z @*D\116767&'&'&'11&'6767355!!!1!167671&'&'#3#&'&'676731K2112KJ2222J(  P      [[[Q7777Q[Q:;.-5p12KJ2222JK21 $$ $$ H   ` `66PX4554X5++A^q77&'&#"271'&'676237&'&#"27101'&'6762'1111276767&'&'&'&'11&'6767!!! ! .!!! !  .H88 !"88DB88"# 88GV:988ZW99;Qd%1111'&'011'&'&7676771&'&'&'&767667656'671167&'&'31132767&'&#"L .L  ,, $%77%$$%77%$Br L .L         7%%%%77$%%$7 &3t"3276'!!!1!167671&'&'&'&76761111'&'01111'&767676771&'&'&'&7676676501  @@....;   / 0    7i@@')(((()'    / 0     B!!!"1676767514'&##11"'&'&'&767636676762o 32??23  $(      '# ?2332? #&     %#z5#1'1'"#&'&'&'&'4545311676767&'&'&'&'&5131167676#6545232323111&'&5111) $$R #$%#         4"%;z  &%@SSG#$><RQSS  !865#-    !  { !!7K]n.%''1111676767&'&'&'776111'11&7'776111'11&'&7'111111&'516761'&''1&71116111''1&7111673111#1&'7'&'11&767716117111''1&711617'&77167611&'516711111'&''1&711617111''1&71161'7717111''1&71167617#3#&'11673111&&&GZE88!!!!88EE88!!!!88Eb:K@  9(^BC@  mt#&&&mR!!88EE88!!!!88EE88!!Y"*  I *  mttttC 3F76713271&'&'65&'3177#3#'167671671167&'&'!n%L`=>m)"":9Hmq0"" M$44>H::"%%%%G:FFcB$;%-3G::""--"#:%%%%%&5115111&'0''1010145&50105&5050#4'514#45&145&14101&54'0101&'114#4'0501&50'050'4'05"54'&5&141&10'41&101&5&5'14'0'4#050''1"501&'4'&'&'&'&'&'01&'"# "#"1&##1""0111111110101110167710103272301216'&'476767&&'&767&672767670145    41//% /.&   (+*)-CC^E88!!      #&)() "" ?./"9"2:BZ9:!"88E&?1111327"#&'&'&'67676731&#'11&'67654'&'676:V343&%-7,DaB65!!88EaC,7f "#++ "# 55<'./7/+&#"2222%# =((+-*(FH](!--5,* $%*3-S%1111#11#151311&'&'&'6767671''&'&'676771&'&#"6767 &1 9:ME88!!!!88EI87"&===*P@****@J+;..8=2112=<00 ,aE)(!!88EE88!!$%@mb E**?@**>"012==214#%'1'177#3#117%%11773171d%%%`TSY(.YYY}T&`:L9%#3#"1#151&##1"1#1514##1"1#151&"#516323767514#"#"'&#"5165&#"1"#&1#1514##1"1#1514##1"1#151&##1"1315167613151&#%##1"551433123##1"55143312$%%   $$$   &<  p   `$ $`@@@@p%1#"'&'51#1315167311#1&'51#1&'&'&'&'#1#"'&'67632237676762367#&'#1"!1514761Y YY e  %%  7Y5$Y ,< "!#6-B%11##1513121111&'&'&'676767'&'11&'#113151316767F FF !!88EE88!!!!88EE88!!%x2F% J %E88!!!!88EE88!!!!88E%%J%e$AJ7#3#5171#11#1'1#111#151311317131%75171'151131711111'1#'#3#5131!!! &=& !B$ $BKVVVIIV VIIV re?>>>&44&>>&44&> !!$M7&567631'171&#"76'&'&#&76&'71'1113767676'&'*0/GF,,2&8C(#"#"">&#^P@!#=(115' ! 3L&'H'$%  ?/'G# %$#"  (A7'177'171111''&'&'476766#77'11'1111171171'%+++,,,,,+*)99--,-9V22OOO}J]]JS+++V+++++Vf7777fe9987XXXI]]IY&&777'11'1111171171'7751'15]]]VllVb)222222222gggV ll Vƕgg222d22222dE%'''1&'&#&1#1'1&'&'&"1131111101670171717131676'F//F "j5  5j" (*)O((P)*( (1?H%1111"'&'"#"##&'&'&7&76767%3#351#155'&'17'3#351#11 0&=GNW`gp#!1"'&514763!12&'#11'11'1#11!167%5#15135#1513777#15#15135#1513'77#15#1513  j % o==n jIIII 666v@T@@@v6Tccuj j jjK22K%%%%J&&&&,,,,I%%%%J&&&&,,,,%%%%$I111111111#1'1'&'&'&'&'&111132'&'&'&'&'&'&'QRQF "33:0 P $$1# ;&'9888$RG+'33L5F. !/11 '&#-((.s'"#&'&54767637!1&'&'16767!1&'11&'&''16767&236'676761&'&#36767676367227     ` @ C6T   %  + ** E`  `  A''+S;  !  Ri%&''167674'&#3236'&'676765&'&#67676767676763227&'&'&'''"#&'&74767632 59'&%$B    (:('    !  ,-6 -.+C##? (,-5!   TCC %&'  >a111&'716'4'&'&'6767267&767676'1111676767654',!! &&=n 02%%<  R006#/0/0#)m  $!! ()OH+,(y<('H97/9:01 &%5:))  54IH=% %/67-     " #$00'Z}&'11&'!11!16767&7116711672&#67676'1145&'1#127674'67#"'767116767&5676743016767&'@!4&  E& "/0"     `@&-. ! %! $$ 2-"$R.%""##    %&'&#&'&'&'&'&7676767676'&'""4'&'&'&'&#""'&#726767016763217676767676767516'11#&&'&'&'&"'&54'&'&'&767676'216'&'&'&76322354'&7676767671723676763203 "   "**"   !  "     7   ))   7 Q           $      !!!"13!1276514'&#111'01"01#"'&'&'&#'&'&'4'&'&'&'&7676767676'&'&'"'&'&'&7632234767676322363232'&'11&701&767676'&#"#"17056'&'&'&'#&1"'&'"#"013267676327654767676'&'@@               $        $     @    &   &             ,=&#6767&'"'6767676767676'&&'11&567672+H/6X;;;;XX;;: ,22K/) H22K(%2//0 :;;XX;;;;XT= 2CK22 U+*2##'K22.GGi r70111010117"1'11'11'11'1711711711711327'1167'1167'1167'11654'171&'171&'171&'171&#1'1171''111715''11'1517116767&'&' - 3= @DD@ =3 - - 2= @CD@ =2 - ʼG////GG////GۄD@ >3 - - 3= @DEA =3 - - 3= @D uuuuvvennnnnn3/0GG0//0GG0/@R3#31#111#1&'&'51676773#3516765414'&'&'311#167311&'71[, &'CCC+% !-$)>2f 0>t%&8pKb11 3 ,,g*0; u 4711632&511#11#&'&'&'"'&5&'67&'7&'&'&74767672676767676767672632#63%116767&'&#"4767654#"'&5&'16753&'16753&'16753&'1675711&'&'4767676767676774'11&'2766765 0 %%     " "!   ##(  /       2)!0)112M*)4I++#    ! ,/ 1  h''      %% ,@    i)**  2        -34G4<.**&'+d*"5))%I`1111676767&'&'&'"'11&'&547676321&#2767#1513175#151#151315131131E88!!!!88EE88!!!!88EG!!0#!!!Fu 7$##$#!!88EE88!!!!88EE88!!!! !!!+ 6!!j####$##$M#&'&'51672751#&'&'"1#"'&51476321676763276767 !------   --! P @      L71'11'1'171'11'171'1111111111&'&71676#011151717111717n;;;'al(K\}* BN !.:%%%%( Ah>&1,'!e NF6 7 M"$J,%@%#3#&'6765&'&'767676''&'11&'163#&7&7!;:ON:;%%89<%(#/  nnp= "''1Z5556YC10 :?%=%j654'&#"327654'&'47135517&71167114'11&'2&'&7676767227210167676''7&#"32767674'&'a   CA]+ &#     (  AC  `"&&23''!$ ?f\>##$74&& / %$  *)8 >\f? $!''32&&"[1111676767&'&'&'1111'"'&'&'&'&767676767676'&'"'&'&#&5676767632E88!!!!88EE88!!!!88Es    e  m$2!!88EE88!!!!88EE88!!"!""   E  /#1111676767&'&'&'#3#713E88!!!!88EE88!!!!88E0U!!88EE88!!!!88EE88!!!6A^%1''1&7716'6'&776'&7&'11&76'7&1176'1111&'&'&'6767674'11&'&'&67236'6'&1"1676'&'&&'&'&767&'&676016'&#"41017674'6762765016'#014'&'7676767677-    H  0 !!88EE88!!!!88EE88!!B   $                     ,tE88!!!!88EE88!!!!88E+             #$ m%1111&#&5167676567454'4'&'&'51237670#1&'&'&'#1"16727676731#1&'&'&'2'"'13312767673WVVn  (@@DD6  W2-Y)d &<<>=)    ( '+ '@Sz7#3#5131777311#1511#1'11#15131553121##752765516'&'"#"#155311676321'"'&'1#765514'&#"13271111001!101&&'167!100111!16714'&'!Z$$$$B / .D  +#:" -8  || ||IAAA]][[ #I0rYYY5 r,&   #  $   |  l%4'11&'&'&'&'&'&'&'&'"#41"1"#"##0122333123636767676767676767676745070151&5'"'11&#"1#1513116         II 3         % ^ &Fy!!!1!167671&'&'11''&7716'&7676'&'&0'"'&76'&71111'&'&23'&'&'&7676716a(())2''&        %        % ''&  ((((%     ('%      '(%%   0111676767676'&'711'&'&7676>??>F/.W>?>?F/.WP+,==&',+=='&  11G*&'W  11G*&'W=&&*+==&&+*=9BYbk%1111&'&'&'676767#&'11&'11&'676767%'1'17'#1'11#171'17111'''1'17'1'17""::GG::""""::GG::"" 32?>3223>>32WWW%W%n///213D EEEDP7777G::""""::GG::""""::G>3223>>3223>%%%W%W^^^ddk uDE+77 #,5>GP}7'&7676'&6'&7&76'%6'&76'&776'&7&76''76'&11''#'&'&'&'&767&7676766 &'11&'&767676'&'&#"1"1'&'&'&'01&'&'&776767676767676767636576'&c     V   z        u   '  P      !!"!)10-5((F                "   H         :    8   J    "$$# %##37 K     %%       \  Pj1151&'1106745455167676727671#&'&'"16327676751#&'&'7!!!1!167671&'&'11#!1"'&514763!12        @@  @ (  ` x@ @ ATm%7'&5711'16'&'&'"'16771'11'&'&77161712'671167&'&'&'11&'11&7'17'1#  ))(-''"/L+3D"!"!  :j A)( ))9:4'z&?+'!'&( V. = B $$"'(7C))'(1b%55'103670167676701010145&5477167676731176767676'&'&'&'&'&'&'&#"#"##0#&&'11&'"'&''1&'&'""2176767676'B3 !!+2&' ] (( !",/%$  9"##$,-<;-.  B ! +1&&  "x  $%00%$  ++9;//  J  Tu!!!"13!1276514'&#&11'0#&'&767676'&'&'&'&'&'&7676767676'11'11&#!1"'&54762323236"'&'&'&7676765101&76232361#11&'&7676"#11"'11&'6767676#;;    >? ../ % u  *,+ (4  z    )   0   T#  D31 G#23 #+711'&767676%11'&'36767674'()* '()* '_:KJ:% +*6&56>L=>$$70/76//79^)(21#"-%$>>M Y1111276''1&'&'&'6767311'1&'&'&'&767176'&'&'&2717651&'#G99#""!::HB9 '-X:::;Wv6$+'&%8?,+)(=2& !"99FH::##<;YV::h'$,&8%%((?=** FW"11767672167671232323236'16'&'&'&745&7676767/01(  *),) -22)( 6%+*  /.d2 /& !!"  "&  ##  )=%%    1N$-4;%7117111171117111'171171777711''1171'&767672717167171111711117117171171171711111'111'7&7677177612767777''17'''1117171171711717114167676371716'1711717111171'111'11171'11'11%67676'&7676717171711&'&#77'1###"@ /  ]    ' A$$%%7 K :(~,   8 ( 9 & ' +"% (&9m  "?  qsvPSxx$$$&  uoV\F  G<<<!-&&&(Kzfh?B)    +.O,-+#'%'  *(?BR#     &' ,Hex776131#1&'673171'1&767'&771673#3#11'&'&'&7671111676767&'&'&'11&'&'6767 W?4B O 555   $ZE88!!!!88EE88!!!!88E==\[>===\[>=G  s$ """ >" ." ? !!88EE88!!!!88EE88!![>===\[>===\#Ea!!!1!167671&'&''&77167#3#&'673171'1&7617161313#3#1'&'&'&76731`  `   3A  V>b    4   `  "6r#   " &%!7 W&/Pc721111516#&#147661#171#1'7&'6&773#313167632''#11#154'11&&3276573#311167632''#11#154'11&&327657476321#1017'311''&77456&1373#313162#145016"1#15*&&.'++N&&&  'Q  :&&&  'Q  5 ! L& $' L&7'''# '   L'%0  _     F==     F=$   ) .   Dw@@N%654'&'&67676'11&'&76767131717131'167131'167''1'711:+,Rcml[O\8984sH2+ /!d=*D"e"#!-fI!#"fO=72$$ 3*ABP))." =+(63"%5 GnQ)))5|  -F%51%1511%77&'&#"316766371&'&#'6711611171&'&'67@@///--67,-GQR9 5!.="yCMNHH31)ABOOAA*6666H+*8 G. /4  E>%$$$?J!!!1!1676716'&'7'111'1'171167'1'17171116760118989: s)4:E g  _4n @ =0dq  w9N7111#01'&'#'&5&766516'&0#&'0#&567676766711676'45&#&7"''1&5&70103231714763316171476331604#1"'&501'1101'#"'11&'&'5163676743676'&'&'&'"'&'476721#&'&'&01'"111#'&'&766767&1111"1&76761676'  & % ' V    2 $!!%  !!    !    )6EECXRQB~s   !$$      "   E     $$S       i'<S0!  ##  ?Y!!!"13!1276514'&#11#1"'&'#11#15131131676312'5##1'&551476312  @C @@C@. .   & #K %#  o%1111&'&'&'676767'6'11&'71'11&'71'11&'11'1123130#"'1'"'&'11117111717676'&'67'11&'11G37'11&'11&'713!!88EE88!!!!88EE88!!   %     #   # > E88!!!!88EE88!!!!88E# -+,-  3H -,-- #W< X6 +>Lq6711611'&#"'&77116'&'&76'&767116'&7'55&'1671111#"'&747&#1776751&'"N1==>=2 BTTA cU)) ,+A].. ((P>  G @? $#--#$},/ >: ] JIV@==..!QQ`SFG OHHH H   A<G44G s 0@P`p11#171317#3#131676'6'&'#3#13167654'&'3#3#13167654'&'7#3#131676'6'&'#3#131676'4'&'#3#13167654'&')GD ~DDDF' DDDF) DDDG' DDDF' DDDF) DDDF* KY (Y Y Y 6Y Y 6Y 3l763116323"#"'&'&7&1122371716'01&'&##"#"#"'"'&'&'&'&5&545454747672723233'&'&'"'"'&74'&'&#"'"336367676565&5>'  0   ', $$PM$$   (22AA22 U     *   _ ,   $$QP$$ '  $$RV)(- $.4Mi%&'&#&'&'&7&'&'&'"'"2327676765654'%67116323##"'&'&771'&'&'&76763016 (%  2C " 0011 /#  #    + M2  ?@  2) I;I &$% #"!!@   #,5>GPYbkt}53151##3#5131753151##3#5131753151##3#513153151##3#5131753151##3#5131753151##3#513153151##3#5131753151##3#5131753151#xpppp(xpppp(xppppHxpppp(xpppp(xppppHxpppp(xpppp(xppxxppxxpp(xppxxppxxpp(xppxxppx-@%11'&'&7676&'11&'11&767676'76'11&'11&'767IVJ78 %%8SPP56##<>HA22%>>[J;;!! #17$%'%   LT  >3223>>3223>D----DD----D& %&7 +  Xp  23>>3223>>32--DD----DD--+%51#1'1517131271167654'&'&&389%  %%  %9998 $$  $$ o5r711732767676'&'&'&'&"11#1"'51#1"1311'&'&7&'&'&'&7676&'&'676676'1'&''#3#&'5167311'&'5167311#75567311#1&'5#1&'516731'(<(56'4#" 8!"%%+ / 16$% )* %%$   ((((v    p    4!&+0,,, + ( "      $$ !!" "& (h(((    ]     &Bt7&'11&##1131677131##1131676'3#32771#1"31714##1&5477#3#131111#1&543316771#13167716'&'%#3#"12767716'111#113127713113127716'&'&771633121##113127716'&##1131677% #     (%  NNN: # 09 L$ 0   b! 5 / C    `   )# 4 " c#b@ (!J   (   71711!71113111'1'131117171'11111'17171#1'13####9so bc156p{tt44P///2J&=.//*%11#&'&'6767267&'&#2767&'X,,C"//7E88!!!!88E7//"C,,O'&!!88EE88!!&'N*<a&76767676&'&'&''&76'&'&"201"01&'&7&'&"7676727#10#0#767476725010'012410767672323#00#05716760767676510#0'&'11&'11&'010#"'&7676767&4747656'670101&7767676'7&'"'67676'&'&'"'#&'&'&'&'&#"#"'&'45&'&#"#&'01232&7677676767'6017676'&'%&'6&7&5&5&'&5&76741671&'&'&5&76767056'&'&#"#676'&2767633763'67'1676'&'&67&'&'"'67&247676'&'&01"#67676'7&'S " 9       ( , %    $% %))          !   z               #  ] )  :#    $ {  . + )" !$1 $  &/         %!                        +DWq3#31#151'&'47676511327654'&''3#31#151'&'47676511327654'&'%2111#!1"'&514763!5!!!1!167671&'&'~4444) @   3333* A   D  84 h  4 h    )eo7727676'4'&'&'31#"#7271167#113'5#11#1&'&'&7&#1'&'&7514763310363274'31'6'&  O& w+J!   [R T6 @@@  @&&&  % ੩7     + ! 8 8C3#351#'5315%&'11&'&31676761111167676'55#11311WJJJJ>>)*8VJJ..`//7 ''4S>?__"J=====8)*?>S4'' 6//`..JJV____sH[n&1&'"&&'&#02767054#&'&543676332720"3367456'&'11&547673&'11&'6767 :>CC>:8CP IKLH ODfz   UTSR1 !! 1"711110131676767&'&'&'"'171&56767>33>2222>Q$%66%$$%622="",,!!33=>23 K"6%$$%66%$##3#515##1131251&##11312551#^r__` dQT~ #,T]fox%#3#51315#3#1315#3#1315'#3#13153#3#1315&'11&&''11!1327677676747'%#3#13153#3#13153#3#1315'#3#1315^BBBBBBBBNBBBBBBBBNBBBB $ #M 8nwTT) BBBBNBBBBNBBBBNBBBB;;==;;H<<<CLi%''1#167676'&'&'&'&67654'&'67676!17'&'67671167676'&'2[ $$4,   8*+P"////3,+* "   2RRRA())0)) " ?.-@m012! !!## ,?JYs11767&'&'7116767&'&&'11&'7'11'6767&'67&'&'611&'7!!!1!167671&'&'"'11&'&54767632#$#2$ !U) $%!15)("&H0 ! "#%v@@+%%%%++%%%%+;     &6& !;&w1$ @%&**&%%&**&%"5315131#1131676765&'&'#@kV//-,\Q67=Erwww7/0><01@ !239[?E#,5!671162&'"561171165&'&"67&'#67&''11&'01323721&5676676632'"11''1#"''&571"#&5473&''&7676767&5&'7676363676367&7676676222'%4'11&&767676'&'11&'&327677&'11э"1&76767676'9      >h00    D0    ,_   5  =#  " 4       j h        _    $    *      :T     3#3#131&'671131&'&'711111!16767131WWWWdL@#$1!!J3&%` QkQtL %% @bU67*0.#2$7531513171#1514763251&'&#&1#113PtWi' BBb"&Y+a$F1176767676767&'&'7''1&1'&77167617716lEF%  NIH//EEkIII  : OI  : OBCj6-.!  ;;XjCBttt  ,< t  ,; -:K#3#1#11#15131513151315#11#1131513151##3#13151315315131513151!@@@ZZZZ@&Z@;Xw73#31#11311#151712'51&#15131516614'&#"13#3#51712551&''1713111'1'11'171'1713171311311r]]]M; &i%E   ! n *+ & &3"# 3c-  "  ("[---  -% &&!#7#3#1316751&'3#3#1316551&'7&'&'&'&'"'&'&#"00111011111100120101000321111312010201010110000111011010101212322123032320321232303212230303232323012323232321212321230363230323212363032303216321230367670121474707014707412547250503474341056701016565070147416141654371470525710741470565674701054165654345054345414705414741456501417105056501054145654501450505505250545454545&'51&'&1&'&'&'5147311315147311315147311315162351&'63216323276321#"'&#"12361315167311315167311315163312v*44),))12))- ((    4444}   ?Q'  )Q? L L GZ 1%F671167116'&'&'&7'&'11&67'&'&'&7667&'67674'0   0)   -6\====\[==`    1j  =<\\<==<\:0 H&516716767&'&'&5167&'67676751&'&'&'"#11&'&'67676'&511&'&'476'&51716767674'&'67&'676 @Ac Q43""9  3'&>  >&'3  9""34Q cA@ $%>?M M?>%$J  ,1hHH|h@@XE88  32?G77\  %  &&  &&  %  \76G@23  88FW@@h{HHg2,  06N@?''''?@N60/)9%#3#1#&'&'6767271&'2767&'&''#3#13151&'&#D &48&%%&86(>A[>2221?0+,$ ( jjjv4%##&&99&&'?A23>>32*qY)10w11"'&'&767627!1&'&'16767!1511451145#11"'01&'&'76747010301'&'401#176765,  #Pv' 3- !!%$$% -#gPP/0Z($;+  "  'cCZ73#3230127676'654''1'&'&7676735131501'&'&'&11727676'&'&#+ 3)(3 $FN-. ('<. ,8787 )""*# 6-3 1!"A,-Y$"6 =HH<+, .n !E.)) **,6 !%311#7!171!11'SQQQ6Q0QS%%''1%11''1171654'%%'1E<;;;AA<<ݡ< F """@A#  < @6o747116711671167&'&'6'4'&'&'&'&'&57&'11&'11&'1327676701270367674'q/        $  $%-$# '!    ""' ~,7fsJ_n9LSho1111121677476567'&'&117'&'&7111101&'&767767650765&'1167&'&501711'&'67#3#"327676'&5&5476767276767&'&'0101&#&'&547676'&'ǂ#&747676371'14'&'"&'&76701&&'&7&'&545#1&'&'&#011201""&'"11676767676'&#63"#"&'&'6767&'6763%&'672&'&##&'&54'&'2&'110'&'&'67716727676'&'&'&'&76763011'101&'&'6763201171016767672453&'1110101"#&'&'&'&##1"6767"'676'&'&7114731"'&'&'11&'&76731767677#6'&5&'2767'111676501#"'#3#"367676'&'=       >                        %++&  +       ,       **      u    %.  o,v,Q L%       >      -      - f                       $+  +$        (                          + 2  E   @S771#"'&''1'1327''67676#&'01&36767716701"'&56767"'1676771#'"5676767&'&547676760#'41"5'"7'&70567621276767676727670147676326767610161474767632676760##36707676571'&'711#11"'11&'67672717161114'1#"'413167"21!       &%        0000#"--#" !1 =9 F  9PO }}}        O^          .   1@<)!B&'11&'!11!167670101011#3#51'1310167016767311@UP%  #Q`@g8   7e!!!1!167671&'&'"#11 "'11"#"#&547676507676'&5&'#11"'&#"##""#&7472767676551&'&'&76723322327630#31676'654545&'&'"1&76722232363272313st%   p        n    rk     =f    e> :1111101#16767676767367116531#1676767j )b !*b<*b *b A)(4A()54A()5A)(K^%1&#"327674'7136767&'&'5167&'&'1&'&'&'65&'&'67&'11&'6767 '2  2!.7%%0  ' Z%9-!2  2%$82##>    = s]w116767&'&''&76723670125454#'&'&7676327674'4747636767612#3#131676751&'&'&'11&'6767I0110IH1001HO    ( *,,,,yR7667RQ7667Qp01IH1001HI10   8(%  % B#/  ,,,,d67QR7667RQ76^%'&'&5&767676367016765&56#1'&'&76767276767654'454767636767612~ +  ,+++ !   N/B<)  "!N R/2  )((" {DG`{*9OXbG`m|%&'11&'&'&'&'4767676'4'&'&'&'&!16767656"'"#"676767&'&45&767&'676'""'&76767674'&5676'67676&6'&'&'&'&&'&'&'&'671123&4'&567676&'6'47''61257674'11&76''&'11&732&'672#11101417271167#711#&'&5&'&'05&76#3#4'#1&'67677623476#7"1#167&'&'654'&676767116&&747631127&'&503'&'11&7'&7711767676'&'&'&'&'&56'&'&7'&'11&'"&'&7&611&76767117'&''&'&'&'&'&3723 !01(   i" %    %$             h  .8      5   $S      `      , \     4:;*       ]         +))      }  ! :&     %    I  @     F               / 3Z&#"767676'&'11"'&'&'&'&767676323'&'11&767676'&&767601"'&'&'7&11'&301676767676'&##71716'&'z>D?88$$;;AA:9%$;4016 M( * $@%%*2SSN9 --11    .%9;AA:9%$;;AA:9%2    V "  MHL.$99?7  I!11!11#&'&'7175131&'71674'&''1&'&'676761&1#@"*c:"   (!  @@! @(  #  0\&'11&'!11!16767&'11&'71751311#777674'&''1&'&'676761&1#&'@"*V"""   (!  :`@ !+  #  (!A`7777'&'"'&5676%6#"'&7&'&'01674'7%11&767'1'&56762%11"'1&'&'1671&547672'&'&76767131'167&'&'@<<<.Q.( 1;B4   c-    @ . '-  i   ?2M.(1;B4)<## --<<##('8; J ';;;A  *   08E4    6F,&h 0,;,&18E4  -  ?9h0((0((]BB!!88EE88!!BB]d*/C .1MME>@A+ +$)*',87/1(p((0((0#3#31#1533#31#153#31#1533#31#15,76751676176751676176751!@]   t   *:H1111676767&'&'&'1476327&#"5147632&'5147632E88!!!!88EE88!!!!88EP0  x  x 0  !!88EE88!!!!88EE88!!    :  1%3#3&'&'3151171%5517113165&'&'&'3`lll!78DD87!lhhK !!88EE88!! K@7  7ii0П&*E88!!!!88E*&)K`y%&'37671#"'&'51632'63112&#"&''53276751654'51&'&&'23116367676545"'&'111122301&'&"#&'&01327014'*d,'01@@11',33+3@@2 -11- Y,, ;;JJ;: ,,*8887+33'%J  R))))R :.-FFF01\--.-Z01E..  )7 ) {  T"''1&76767676177165514''1&1117675147311"'&''1&55147716111#74'11&'&'&7&76723312765&'"'&'&##1"67 >  /2 5 0 +)   WR&, 9$ ;Z<%kjj  8  k k  k  A:   >@@ *7P%#3#5131%5!11#151#151!#3#131513113153#3#131513153#3#131513113151311315  @`@ @@@ @@ `` ```` >B9k73#351#35551&'&11311167#1&'&'#111331276551#767#1#"'&'51#151676131514'&'&#"13%217151&'011&''111675151&'&'&'&'51633#351#&'6771'1&'1111675'6321#"'#"'51632''#11311113151#h5 O&%!#01"" !  !!   (%   )&  `  #" $%I/;;;?   %%0#""#0%% %$ -     qD    4  :  ZZZ)^2K^q /B6111147676'476767&4'&'&'2'&'&'#"'&'&74767674'11&#"3276554'11&#"3276554'11&#"67654'11&#"3276554'11&#"3276554'11&#"67654'11&#"3276554'11&#"3276554'11&#"67654'11&#"3276554'11&#"3276554'11&#"67657&511&'&'67X  *#!%8! ,,00,, ! @``@       H      H      H       =SS= B^^B8   * ,>J: :J%!"/0"!%h   B   B     B   B     B   B     B   B   (  %,7B[j{&'11&'11&'676767213155513567#7715131516'7#11'3#351#11#151#11#151#1#3#516'1315571151'151715'#3#1315131&'&7'1676'E88!!!!88EΕ`F)o9  sD)*EEE EEEEEE$$$   8!!88EE88!!p ]]]? 6  480M<=Np0!!0 g E  9G%&'11&6767031167"'&567674766'11'&'&54765'11311!176771317676'&'#1&'&'#1514'&'#1&1#1"#1&  , 8&'  ! A V  " <<)H  ##  5("!<( 2211 U #"&'11&'&67676767676767 .9BA7?5)  7 !&2%$ ;;D'>>21%  ('97T&'676767676767&'&'11&'11&'676711&'&'&7116767&'6rf ) 01I!!!1!167671&'&'5#516731#1"#3#"1#516731a)))) 8 888  ))))888  H 8 1111676767&'&'&'#"#"#"#"#"'&'&'&767676767632370176763232327676767632323676#"#"#"76767632323232E88!!!!88EE88!!!!88E  DE          ; !!88EE88!!!!88EE88!!34   #" .. 1     3Wbs#3#&'&'516767311'&#"#1'1#113151676327#"'&'3165654'&'&'&#"32767''#167632327654'&#"327654'&#"@6$%%$66$%%$6  $  t S " 3 P     %$66$%%$66$% Z"h  %"G   d  BH%67116''1&'&117117167611111%116767674'&'&'''" & ZAB4 $ ] 08GE88!!!!88E&&&% ' 6b944T@ .%)! " %P"!!88EE88!!I;>%8m%"11327654'&##"11327654'"11327674'&'&'&#"&'&7673276767654'"'165676'&'6767   n     )(327$$2))33))2$$732()-,3ABccBAABc       8$ 4BB4 $)..)  8,(8@****@@+*A1111676767&'&'&'#3#'1&76731'11#1716321#"##"1E88!!!!88EE88!!!!88EZZZp KTUZ  e!!88EE88!!!!88EE88!!\cc ww#,5>GPYbkt}''711'7711'7711'''711'7711'''7117711'771177'17177'1717'1717'1'17'''1717711'7711'77711'_777JNa..."7A %  " <& )))#.'UFFF7(T***3)===5P"3CCCBY,"...',)$#$X####TJ " !- & %; / 1@ )*r@ D9996_ l--_W OVB? $_h75117117'711&'&'6767'&'&'&'&'&'&'&''1717167654'&'511'&'67DDD66DT%;&%'&;8  &,$,@**   >t`5 #(6 ,+>>,+ A  1 &*4,,B3'  #71111!167676'731&'&'&'X+AA98x3%&/ 0+11'(`FEPP623A&%3418N"#22@mST22)''67&'&'6717%&'11&'6767//FG////G<-7$$$$76$$$$6+8H/00/HH/0%v$%77%%%%77%$Z7&711676'&'777&'&'&'01'&'17767676'&'&'&'&56766@;CEVV?;C *@?@A0''' )  (  8FUV?<BEVV?2))) '  *(   -_%''1&11711611''1&1107716'7''&'&11177111716''1&11''1&771617716':DT^- +29_\-,ARJ"}*'7\H$5Tg11&'&5476323111&'&''15116716767&'11&#"#"1'&'&'67677&'11&#"67674 1m!:aG 01   &!  !0 O!k'f0  1  !!  @%"3'&'11&'11&'&'&'&567676'"#&'&76'"'&'&'&'&03207676567276'4'&'&'&'&'&5&'&7676767676767633632765672327&'&'&'&'&7676767676747676767676767676301667676545&'&'2 6          N          )                   j'1111111167676722371111171711717171171'171'11'11'11'11'1'11'1171'17171111111'8P  C]8Y8}Rsf|1.+l &  ,ND% '$J .3E6 {l&Jc&Tz8a %   E`)Wl $%11"'236767&'%6711672&#&'1167&'&'&'672131514'&##&'&50175#"'51#116751#3#3513167&'#113175531#3#3513167&'#113175531#3312551#11##1"5514##1131233312551#11##1"5513151#15131131514##11317531513151#1137531511317113151#11'1#DEg&" gEE2.EEg "%gED-2<      y "'  9'  9 & ?'4;1! $$6-!#6$$!!2!-(     J777777VH++H+" >=    @LB!!!"13!1276514'&#'11&'311316751&'#11#16767| | :**^DD^&%66%&""9  | ""9D6""""69**!1'1511117151'171'''117XeWeUUUYVX@-uKK:5:O1117/5(/6=DKRYcjqx67#1'55#113145#3#31&''#3#31&''#3#135#3#135#3#13#3#13#3#135#3#13#3#133#367#173#351#3#351#53#351#553153#367!13#351#3#351#!!!67!173#36767#1731014551#53#351#Ee  s  %  R xFo11111111'&'&'&771677167676767456703655143610"'11"27676'&'45&'"'"'076'&303''&'&'&'&'&'&'&1767676'   1      > !!  1    ; 5P%11#"'&'&'6767632!11327676'6'&'&#""'&5516'2713221##1&'&###654'&54771'17117113311654''1&547416167133351&'71131'1&'71131'1&'71133276765514'271#'&511123'7&'&547#&'&547&'&547 99?@89  99?@98 734::4334::43  Q        WB77! "77AA77" "77A<2332<<2332**   $$5  0,('H&%  *&,/#"39&%    !    8e"..((4   8`=>.   !%&T/  65QQ!+ !%=! %$Bb 9        @!!!"13!1276514'&##"'&'&'&#"'167676767676'&6f f @B.  %  C2  f /RV45 8a. N@`3g7&'11&7'1&'&7311067610171676731011#!&'11&71101'1&'&73110676#716767311#'1111011#1&'&''10'&'1011#1&767017147673i 8! $ $ !8 # 8! $ % !7 # 8! % % 8 $` p KK p  p KK p  p KK p m711711116767&'&#'11&'&'&'&10141&'&'67670563230101601767676212217&'11&'!11!16767771&56767"'\ 2$8&&''68%%    @TTT--CA/.-.C)#& 0 %%87&'%&8K      @R%+C-,..BC-,`s55'1'171'11'171'11'1'1#111'1111'1111111111711117111317171171'171171'1717"'11&'67632#'11111'1111'111#1'1'11'171'11'171'1'1517171'171171'17117171311'1'1111111111127673371713111717171'1'        wH///7'6'' * $%7&66'5%$ *  $-&           -( #&4(66'2#&)'$4'4. '-$ %0t1111676767&'&'&'471&'&'"'711#6765&'"#"'11'1676'4'"#"#6767&1"#1'776'4'E88!!!!88EE88!!!!88Ek9""!CD#'    "0R  10;Y> PQDDD3!!88EE88!!!!88EE88!!1*55C » G_.9 ))J/! 0;>32"Gj%11'&'&'&547676763'&'11&'11&'&'&7676767&'11&'"767676767654'%211113276762&'&7r!;3*    27 "$$ , 1>=>!)   !  %%. !!! & 33>?<#")881!     '77#171&'&56763311#151##3#&7315WWW@`"+*?R7..#%""9P)( ?=.55131113111#o7R^4y3@*<C=P[~#4767"11&'&'3676736767676501&'&'676703&'531513167654'&'#3#3#156731131514'&#"316721137&'67711#7116771#11#1'1#111'"'123u            d*I###))#&5 " f 5#$3!      %B&%Ma  &  J ss @ /8k%#15131675117!1&'&'16767!127650111&'11&'476721&'&#"&'&'6763236765017&'11&##113151312767&'"3167211671113157#3#1#1'1#111'"#12377.0     @  <       3 Z& %  f$ %7?  `  `  v  K 6 /  DQQc"hfCQd71100&'&7676741672&'&#33125276767676'&'&'11&'&7676771167676'&' !  &)$)#"!! #$! B     i$""5)++&'%%()#(44-,/.!(55.$%%/.,Ly Ph"''1&3676177125514''1&111551433121#''1&'5167716111#74'&'&5&763312165&#3#"54##1"3277&'67#&'67#3#&54##11#151316#01201'4#11312'%4''1&##1"11771655147716321117655%51''1&55147716175161&1'1"#1"131771055365514''1&1117716''1&551477161177"131217125514#'10#554''1&1117716745'11131#''13<::9 :::/ 7    >=$%P===%-===%>$M    ==>=KM !B!!B  BB B!!B!B  2      $$_,  ,_h$$G$ ^   $$G##  ,GGG##G##|4g76711676'&'&7676'&'&'&'&'&'&'457117676'&7676767676'&'&'&<NxN())))Tj 2   QQ/9 / 84L8g%4711656#113161'1#1131'4'&5&76751&'&7&'11&'43271&'""'136765&'&''51#1&173151#1745654'51654'45&31167'1'017&'11&'43271&'""'136765&'&''11327'1#'3105674'&'63#e**j$     K*)  $      "!_!9 0 "" 0        ;0  0 "" ";      E'' $ !B?Xq%77"&'&'4'&767616'&'"&'&5&767654'&'110501111&7676765016'&"654'0#&14#&'&'&54767676'&'&01727676'&'&#767674'05016767677676761"67671076111676767101017676765&'45676765012767674'6767676'&'11'&76767676761630771111#&'&767676'47012767670017&767.      :K44 $#3 *0 89E)'($              ')  ,S  o V  EW           #*)++ "      $         .!\  5  #3#1'1#111#3#3171311eMMM80[555sr6YY !73#3'1771171#3#'1#11#1LLL&&& N111n0[[JJJbbBB$ X("+<aHU7''#11#1711#'731'''3117131755311#75#151#151311##"'&'&'&5476767276323#4'&'&'&#"3276767675571165657114101&''131131'113171311""01'11'11167&'51113274'5111#1131513113151#151111#1131513113151#1512767711#1131513113151#15171127&'5171167&''771#1'11#k4>>-'q>>>-->Q)d)          _YAA >? @@Y   P   &&   P   ****c++++g``ttttt 3       a  ))               X++++((~t8I`u% "1101#&54701454'&##1456'&#'&5276765&'&001676'4'&676'&'&101"&56567656'&011'167674'"01'1676'&#&1"""'&10127676'&&"#'&1376771767676013137676767013176767677676101765"767713176701076567116"101%471167116676701#11&'05476201270511476012#01                   +       T        %%!       #    #      :  |     p#7#3#1317#3#1313#3#1313#3#1315B2222e3333e3333d2222}CLL M)%,Yj7'&'517'%671165&#"3#351#3#351&'11&&3012767676'45456'&'11#"'&55166'&'11&&&'01511&&13151&'&'5115147671514'&'5132767676'45456'&'%5&'&7611#"'&55166&&&98'-  ::::J::::    'k9-) *: "       "*`  s  xnn1     H)    *  'J 1 ^ 6    1???()  x 31711317'1#117Y>>Y,,,-Dqo$ttXXXX <D.5Zw716751#"'513151#''#11315163651&77174251&#"#&'17767&'&'&'4'11&'36751#'&'3165'6711632''1#1171712767&'&#&''16323#351#+++   ""Y&,  \,,,,S !  VX  ',   ,,,,/  "?& g ) H % D  *   (    "#"( !  A 3 *'{B  ! u26251&#&'&'132767&'&'&'&'&'/!&%"GGX44 !$*)%KQZ76"!!%! **L/   &'M4 "94711676767'01&'&'&'7&11676765&'&622 )(& ! {  ()7r (8877%%'&=32>>%.#..##*)+ q0l%j76767676"##1"#&'&'&'&'4'7"5414'&##1&102367454151767656'&'&#&#"#01&762'&'&5454545457"111""#76367600#01&'&767433232745514'&'&'"#&#"#'&'&76762&'&'&32367276767676765655'&'&'&'&#"#"#&#"#&376767656#"#"#"101&5 =B /0TO /5%&)'QA  "  /       #       $#"{ !  :  I* *  j     {65HI  YZd@5O%\745114551436'&'&576725454545454#&#&'&%!1&'&'16767!1#&#"#&37676767674#"#"#"014501&'&'&'&#"#"767433232545514'&'&'"#&##10#0#76367621010#&'&'532327450151203767656'&'"'"##10#"41014'45&##1&&'&'&'&'&'&1323212131030367676701676'7&'&'&323716201367436767670145}  (                   BG((83 6D # ,' 2  $     `  `  &'?> T f  Y  c<  0    8%7'11''1718]]]]z\\\\(7!!!1!167671&'&'3#3171311#15''1#151311#GG```>oQBBB`XvGWttrrrr%.7@71111676767&'&'&'75#151333#31#155#15133#31#15""9:GH9:"""":9HG:9""++*G:9""""9:GG99""""99Gj++U++++U++ U%''177!!!1!167671&'&'11"#"#&'&'&'&'&50147676767672323____f@@!""!!""!666l6@!11!#3#1#11#11!1@fYYYZY @@ZY Yw=t4##1"133125'&#"514#1"13312551"1&7670113125514'&''1&76767514#&#"011#&'&13270327676'%&1111131255136767&'&'"'&56767'"11327654'&#))_$))"" : '  5!%)!//   " Q  {#n  -  "  )Y/.  h9La21111&'&'&'6767635"11113276767&'&'&#11'11"#712363#371232767676'&##173#31232#167676'&"#1#1711'11"#712363#371232767676'&##1@WDD(''(DDWWDD(''(DDWYHI*++*IHYYHI*++*IHYf y%%%  G!%%%  %%! y%%%  G!W"#((#""#((#"&&//&&&&//&&Gl,,& `jGl, 13J#3#&'&'&547676765&'&'&'27&'&'117"11767654'&#:+$%%$+I-- !77DE77!  !77E##N )%&)*&%33H-4E77!  !77ED77!   )@/?O_o#3#"&'&##1"133127676331276751&'&###1"551433125#1&551433125#1&55143312##1"55147315##1"551433125#1&55143312% %  ZK  KZ  $$  &&  ==z==$Afy%6711651101#"'&7676301&767'&'11&'11&7676'70111"11111127676'&'&'&767676'&67611'&'&7676&7676''11117&''&767#11"'01767672'11'&7677&'$"! "%%>=3V -2  %s   4>    ./;;9:    #gRQ''%005 =?@-*066'' 3+,)76?   &)*! $   >   )  a     \1111&6'01676762121'&&'&74376767626766767676767013  G559 ,144X5 =56051717335 !&#   $ `   h,+  %$*/"?R%5#11#151#1514763312'432#"571111&'&'&'676767116767&'&';Mff#""##G88 #"88BD88"! 88HZ889:VQ<;99Wfffxxf?##""{!!78FJ87! 88FC88""-;;RU:976]W99It1111&'&'&'67676767676701'11#151"'71374'"'&'&'&'7&1116763513111&1654'&#F88! #"88BD88"! 88H :9V=''])"" -,`/0-_" " ;;U !78GJ87!!88EC88""$U:9) &&" +=+ ''!  9V:<SZ1111676767&'&'&'&'11&'471#1131#1131367'1#"'&'3111'#3#31173#351#1'167671&''16767621'I87 !!88EB88#" !78GV9: A ##,*  ['&;MG '<$Q $# W99""88CE88!!78JF88! =9:U# 2. 8  / ) %.99W<KTu1111676767&'&'&'&'11&'471#113111#1131131513151117#3#5171755#171#11'1'1#11'16767'I87 !!88EB88#" 88GV9: :@@=AQ&&9X:::7&?B+(BR+*DW99e""88CE88!!78JF88! =9:U 8' '88$$3t` V3$#99W -/8A1111&'&'&'676767116767&'&'5#15135#1513G88 #"88BD88"! 88HZ889:VQ<;99W^!!78FJ87! 88FC88""-;;RU:976]W99++++P****Kk1111676767&'&'&'&'11&'11&7132767'1&'&517''67671&'&#'16767"101E88!!!!88EE88!!!!88EG23O$  K,4..:(GK,,5V98!!88EE88!!!!88EE88!!>''==B#1 ,! /ddd*1!*89V/?Oam1111676767&'&'&'&'11&'6767#3#131767&'&#3#5131036'#3#1315131676'4##3#5131H88 !"88DB88"# 88GV:988ZW99;4 221!!78FJ87! 88FC88""-;;RU:976]W99)2((9./(,11/1111&'&'&'676767116767&'&'61117167147147217163311#11#&''11'41'&'1'05'&'1"''15'0145'11'&''1"#151317161716701617147632171014767G88 #"88BD88"! 88HZ889:VQ<;99W   :3       4- !!78FJ87! 88FC88""-;;RU:976]W995l<   :@ a , ]  7H  ?_  W  Y9 Lb  E\Pb/1111&'&'&'676767116767&'&'1'1&#"1'1&"1'1&#"1'1&#"1'1&#"1'1&'&1#11312713277113277113277113277113277117713151##3#1&551#1&'633151471312G88 #"88BD88"! 88HZ889:VQ<;99Wk      +3      3;N!!78FJ87! 88FC88""-;;RU:976]W99 ] 3E  -^ TC P9 Z I +N FI QH :@ S,/KZc1111&'&'&'676767116767&'&'1#1&'51#1&'516731133#351673151#17#3#1315G88 #"88BD88"! 88HZ889:VQ<;99We  6  6))) 7lllll!!78FJ87! 88FC88""-;;RU:976]W99  6  6se (X/BO[1111&'&'&'676767116767&'&'11676'6'&'21&5&767"'&77G88 #"88BD88"! 88HZ889:VQ<;99W<<<< 6) =!!78FJ87! 88FC88""-;;RU:976]W99<,,44,,,,44,,6d. j@@Nal7'1#11&"316761"#"65&'&#&51#11316536767731&5514'11317&'11&547677&'&56633#3514'&#2767#1'&'7#3#676^7777% ,"(A !  %'=$ct  3-d#*+!____mmmm "# 'P   B t6|/. '$     i%67&'7&'11&'&'6'&'&&767'11&#&#&#"#511011717676'&'7116767674707765&'%''11'1"'&771676011''11''1&771'11'&'&771&'&'&5676167&'p$      -   .-AA= #  #"Rh  $011+!  >^];:D 8""  7,++,7I45 >= Kr#$)8&% EK *+ (&777IHw!11!'11&'&'"'1231"#"#"#"#51272765514'&'"'5176327"'11&5514763114'&'"167#15131#"'516301@           t  $&@@..m  %   -E""36_01016767&'&'67636''17676'&'&'&27676'&'11111'7676''1716'&'&767676''1&'&'05&'&7654'&'&12111111#'1..'08:\23 KK_=;&$=JMRSNJ=7$  $7=J NSRM!!88EE88!!!!88EE88!! 66CC66  66CC66 12==2112==21P;7$ $7>JMRRMJ>6# '+7'177711151'177'71''117171'1'`$$$##T33))P###$$T****33,,,,+y::--/,,,,+Z----:: 9CM&'11&'11&'676767"111132767654'&'&#571&'#1116755'111#113111711315167171'1673151#1&'71'11&'51#731&'!3167'71&'#!167#751&'3167'11E88!!!!88EE88!!!!88EA4444AA4444A.%,989,$/  ;;RR;;  ;;RR;; ""*"",9/$$/9,8!!88EE88!!!!88EE88!!44AA4444AA44" !3RRR;;   ;;RR;;  ;;R%.9,,9/$9,$//$,9z"""9P 5675147676321&'&'51#''2676767363&''&7&''&7&'111"#&167670101327010167676751&'&"#&'&'5111&'11&'&'6767"11327654'&#11#"'&54767"016316751676726501&#01"10101#"'010101"1&'&'         $@$        #(** *# #* **(#         s   ::RR::   )&""&)    !    !`         C    %67116'11&#6'&'&'&###015&''171'1711&'&'&5511511'11111715"'&'&'&7"'&'&767&'&'&7"'&'316767676'101- &# ????" #& .--LM--J>55 !+''@32##!!<++ 20 7./HG8999GG0.7 0$2 ++< !##23@&'+! 55>-$$$$- #>&51145656767454'454'4'&745&5476767676'01'&5&'&7674'&'&111"'&747676567674751'1&'&''1714545'1'105&'&54'4'"'&'&'41&771'1&'&'&5&76767676676'4'45&5&#&'&'&'&'"1&'&'&''151'1716763216767&#&'&76163276367633771312727711#&376767676767674767676111111111111#74'4'4'4'&'&5&76#'&'&'4'4'&'&54'&547611#41117'&'&7677116'"'&'671'               GW A 4 "! =,+@         <                          '-      &    5) 345(! # \S>231123222333"####"'"'"#"'"#&'&'&'&'4#&'&'&'&'&'01&545&545&547454745474747676747676767676723632363236323"032323727272367236767676767676767676'4'45&'&'&'&'&'"#&#&6710"#&'&'&'&'&5&'4'&'&'4'4'&7676767711230#"'454545654545454545454545676767676765&'&'&'&'"'&'672330213676745054545454545456545454545454545454545450103747416767676323013236767676767'&'&'&#&'301"1"#"#"'&'&'&'&#&'676767'&'&'&'&'01&'&'2232323232721636016567456767654745656745454545454545&5&'&'&'&'"#0'4741676767011161110#&5&'454'"#0#"#"#"#"#014163252767036345&#"1&'&#&#�270125476772723323001""#001220001"#"#"#"#"1"#0#4505514545651167222#"'&'&'&'&'&'05&'&'45&545&54765476767%11310#&'"'�'&' ( +    4  +   +   (!  '/  i             e      "          l      '  2#  ,A  &   -<  #  1                ; 7778               &&-           v671162&6727676767676'450#&'7676767677676'4'45676''&'&'&'5167676767#`#+*-,*$%B.5"*/'+"2 )L,15/.!Q:K\''1117117117171'11'11'16'711711711&#"'11'2#"'&54763"327654'&#FFF;FF;Fw [[ wF;FF;Fw [ [ w2&$$&22&$$&2####www [[ wF;FF;Fw [[ wF;FF;Fd$&22&$$&22&$$#### 9Vq+>1111676767&'&'&'&'11&'11&'67676755#11#1131131513151#15135#11#151#1'13151311#1'''1111711'17'771'11111717'11111711'77'11111711''1111676767&'&'&'5#11#151#1'13151311#1'11#11#16767&'11&'47131131513151#1513151'''1111711'17E88!!!!88EE88!!!!88EB54  45BB54  45B›%v0TTIS|O  4   t  ?4334??4334?_T4u(ƒ .''Ǟ76H[<< ,s@TS0<<[E  !!88EE88!!!!88EE88!! 55AB5555BA55 I///R./#-P8E       Y  33@?3333?@333332R3RA()U<<[ 8?39P[<<  !&/<'7111676767674767&71'11'11'11711711656'&'16'4'1&'&'&'&56767676'1171111'11111'171'1'11'1'1711'1'1&'&'676'7171711711711'11'11&7'167675171171177''677&'6705&'7&#&'65'116767&'77&''67&'0547'6367&5711&'&'67  4      :l,! ,k:        4   O           $$%#- "&"!#  $%/"#>']<&1xx1&<]'>##/%$  #!"&" -#%$$  _  2  J$.  2  J$.&S7'&76&76767323231"'&'6'&'&731450567676767624'&'&67116'&'&&'&#123632767676'7671165#1'"'&'77676'&'&#L $ #$-J..l  ( "**81  --F,"# s) "++9   N 8++" *G   ./K,#"!"  ) "#$+,,C-## %    ,7BiQx%66'&011176'&767201760156'6'11&7711674'0111'&76'&#"276767674'2#%4'11&511&'676'&'&'"'&74'&'67&'&10'&'&#&1376767654'&#&'11&'&76'&'&'&76767601""11"'6367676'&'&'&767654'&'&'&767631227256763"'4#&7676'&'&'7676''672100156767201003&0'05K 6   6  ,  !- ,,)* AB@A  &-- A  )##  '#   $$!  5$$    O    ! ..-. CA  0  r4   4Qe                '\7517151'51111676767&'&'&'7'151'1111'151'1111'151715171517111111!!!E88!!!!88EE88!!!!88E!"!";<<;BBB!!B"!!88EE88!!!!88EE88!!bA!!AA!!AW;X;LL;X;Wr(;7&'6767&'7"11'116767&'&'&'11&'6767O'(-22LK2323K9%%%%98%&&%8$L1221LK12%&78&%%&78&%E%11'&'&'&767677111&'&'1&'&'6767171'1111315" "."-,CC,,)(=mmR6589Uҭ -('#")C,,,,C?+,(??&99SV9:&E#&'&'&'676767#&#"74'&'&#0101017276'BRE88!!!!88E_Gc=<((,4#c&#"&(! .0-1!!88EE88!!?'(L6"!  6;!<d|777163213271171654'&#"7&1#"'11&1111327716'776'&1#"'11&5471171&#"111327'7716321176'&#"11w('('w('X('iw''hWw''5+DNXiz6111''1&'5167"#11"#1315131676'&'''676'&'"#"#131513113'11#15'11#1571111676'&'1111&'&767k     *C " ## #l  mm  \fe###f""T!&6j"11&'&&&'&#767767676767654'&'7&''1#11&''1&5476313171671317167 & <= 'AAA $# (' "$ A ,- -,$~*  *! 4&;, 55 ,A(3 %s#!uu!# " C>Nj111101476767217'1&#"1'1&'&123276767676767632371&10327676'5111577&#"01'&'&'&'&#"011172767676760137'  s### (& #B    Bs  SSS  SS S<  #m00m  %'      U|||      |{      {71111676767&'&'&'11&'&'&7667676E88!!!!88EE88!!!!88E''44''  **  !!88EE88!!!!88EE88!!22  ((  6&'11&'11&'11&'6767676767654'&'&'11&56345474'45#1'"#"#745656'51"'4767#131454'&32322'&!! ! '''' ! !!&'P P@  $$--$$  $$--$$ 2/.X CG&' 2+''716'&##1"114##1"13312551711331270E33nC62m2?!!!1!1676514'&'#3#511'11#1513117131''31513113R$  $  >>>=>>>=>=\\\=>=   . xMMxMMlllii+8EN#3#'111#1171311517131715113171#17751'1113311#11'11___lVb(m{WaCHU4N4PPPOIH(66SPߌHHHH@\?q?2335';;;er5FF=fff5{/Qp5311713151##3#1'1#15131'#3#653145&'#167"032767656731#101317677671476'05&'&'167316'&'1%671167&'&'&11110171&'&'1"11"#11"#11"1512767676'&#763631#1311'"'"'1365513167651*1za Iv4443X  4 B@  6 =      = +*67$  &l  -z,^)! ,  K2$A     ;  Ge d G ,I Uf!!!1!16767&'&'&'&'&7676765#1513151#1513151311311#113151&'&'116767&'z44#--/&&04>7H \nn3mmX &'$$ +'E(2"33#   *]v%'&'&'71676'&'&'&&5&545&11&'&'&'1&'&'6767&71'1041&'&'&#&#1111711107136767610767171&'&''5721'171'6767671&5271216&"171&'1#1&'716'&'6'311#1&'7767711711167671&'23012351'116767676711163151'1&"#&#112331311713167513216762111&''&'"#111012&'&'&'1&'&'&'71&71'1"4'1'16711#111&'1&'&'&'1'1'&'&'"17'11&'101&'&'767037271'17&'&'371'16367277#3#100'111'11#1'11'111&5&'&'1'"5&'71'11'&''11676767&'&'&'6767667415'31676367171116'171&'&5&711675171167677151'131171'117111312111"'&'"#'7'17167276767&'&17&76'&'7511&7017101&'&476"''7116511&7&#"7#3#12&'&#1111'1676'714'&&#1012767&'&'767676"''1'145671111101'&771'1&0167017#1&7631'11    !#   5-  !  .B\^?? Z     (      '         -       -  ;,, (@       s!  !/.,-##      5/    )          -(  D      *            ,   &  !)*/<9:^              % $          &%)          ,'         T     g $ /  23       8     8ycE~111111#1&'&'&'&545454545476767676711101011'0'&'&'1676767623270131551014#"#'&'&"#&303"#"#&54323274565456&#"#&72360125514720331&'21"701651"'4'43676767&'&'111&5&'&'&''"#6727201'&'6'&'"3'&'&7672'6567654#"#"'&567433232'6545456#&5676432327'6113"741&'&767674721'&'&767#3#"'63545456'"763207254105456#&73160#01"30013"#"#'&'&7%11#&#"30#"#&76'&'4#"#172#1&7276767676343270325415454#"#"7010323"3'6&72323236'6&#"17012370160'454'"#&7765656"#"301&76156'&01'1'4'&7674560101#"'&547601"1&03765476'01#1&703274545&&#&72323'71121"#&721545&#"#&70323230#"014767676767012#"#"#"010'&'&'&7476#1'32376'&'&#&711'&'4745765&'01'11654'376'&'&'' *+  "!(()32%% %*"! aa      !    ()  XX W   ++4           P    h        &  % &  '&Z !!) [ j    P }~""./'' 87      0   FG   32&% "JK           W     A  %n   j   :! .     hZ%0;r$)Cn}'L%67&'&'&'&701&47456'11007201&5437&110127&#'6''&'&'&#"#&54'&#"#&'&77'7'112632016&'#16701#47016311167654'&#556'%&747&7654'"311667"362767"#&7017"#66654#4'&'&'&'&'&'2#"'''&#"11'27251#67116'1101&'&##111#111123276765416'&''231161'"#55236131'"#7'5171#15131'111#11113171#71111676'&'&'11&71167'77#11111'171#111131''1"317&7"&701&6763&'&"#"#&'012311611'"#'111&'&'#111131'1511131517'"#11"#11&'010676"010351236'0111676'6'&':  4    '  !"-  '  8    )   e%4IQ<& &' %[,,,*-,*#    '         4N  L666!  m    ' NLN   BBB&&B '    - *  M0  U `     *<Yk7&##11312765514'%!!!"13!127671&'&#11#151317#3#1311#11311#1&'516731'11&''13117131xh  h   /0 e555 5>?h  & !&h F  h GX&&}srr9v7171'2511071167676&'&'&&'&'11'&'&'&'676776'&'&'41&7676761216767117711'ߨ:              C:      <       e}1@%|NW($3@N71176'&01117676'&'&111676'3276565'111131676701767&'6763&'01167&'6776'0161&'&'&''11&'&760177711'1711'#3#6'&'&51671101&13167673110#&1171"7"11516'&'4'11"#1'1116767613111&#1701701111151&''11311#116'4'&'&'&'11276711111672731'1&'51236711301751171&'&'4'3167121#161131630731111"#&11112767317#01"'&'&76767676'&'1712160171&#"#&5&'&1171111'&767610755214767611&011&'&'716'014767&#&76'"'11"#5171454&1114#�3010'63112716'"1711&'&'7101#&'&7&#&'01073176'&761"511&'1111'171716711&1𜥷117''05654'&"'&'01711'&'&'&72017&'11&'11&'"7111'1676716571171'11171'1276'&'&'&1711&5&'&'171'111&'&'&"101'167671'171171'171171171'1711714'&'171'116767121'1161117116762'%27101&'&1117'1113101676717654'&'&'6'"3767&1176#231134547 Q/)11110/), 2fJK**09:!*==I=""    ))??Kc       7  -       %         *       #)(A( !U[! =    "*$ )!  ( _ ;  "  %6;<h    ,  -[DC&&!"GGq =f L &+    !"$%  12[6$%    7-, Gu     ,       X  s   Y   O     ,       P+% & D 3X +^%  ;   * $  +  =A= !!Jr '&| !!327 ,54'&  + )%77#111113#371131XXX 8 ̕ v!'_bi`D%S}'9Diw 'D9L7771'171#1'11#1771'171#1'11#1#3#"'551463312'45&11&17117456##3#513125514##1513125514##1"133125514#'6751&#1"133125513113312'''#15131274'&#1&13312765713113312''77553125514##1"13311331257#3#51312525514#4##151312165114'0##1"#1"23312161514'0#'#3#"133125514#'5514665514##1"#1023312161513113312''#3#513121#7#3#0#1021310361513125514###151312''1#111711'177&'6'&'&67601&'&'&767&''&'0#&'&7367676'&'676'%6711636&67&'05&'&54711#'&'7676767017&'"'167&'01'&'&'#&'670#'#&7670167&'01676767667&'011167670#'#3#&11'55105&#1&1133125510'&''1#111711'17''1111711'17'#3#513127055141&##1513123455105"##1"111003312161514'0#'7#111711'171#=]Q  * O  P] .   V   $$(( *+7/0    6 ! 2##0( B600    r]++1//+* 1++2//$  $$ 88  $$vj  <  89 < 2!"s  &9 $ ( < ;& ; 6666??((4  $   ?  !?   F;(('&  !"= K"" $$& } -&  !"=K!" #$,%A" JA">  ,%(%#01 %&" &r2  244U@d7'!1'7&'#117105676''''+++;X) ssstGKKKg##@G-57&131276'&'7111111331276'&'&'&'&'&'&#" } 2\4$  #"$# >KK8ULLEFA//FFGG12%6711671167'1&547676767'&'&'01'&7476765'&'&'&''&'&''&'&'&'01'&'&'121276767601314'&'&563010'&'&76763         `            -4ETcls'15'51#73#311715131'''#151115131773#351'''1#1113117%7713151'171#!#3#111317155113'3#3'17'1#111135#3#17''13'77#1#3#51'111#1'7751#11'113"LvMMM- ,,, -8 88 Ollla888 8!!!Z[ P=NNNZ[M -mmmL!=[ZNlllM=LLL-LLLm--- ,7o[[[Z!P^MlMMMl 8 -87, -a888- ,7PZ[[ZlllL L [Z M =LLLl=MMM-g 7aZZZ[ O&M7170167670501716'&'&'&6''1&1'&'&'&010117676767 j +*Q2 tHI)* j **P3 tII)*$ B 4(  r6 ,-'8 A 4 (  r 6 ,,( -6?\es|73#371#1'53171#7"51147110167676##11316767#%77#113#3#1317711013107676'&'#113123#371#1!3#371#10133#351#1773151#3#351#1'7#171#113171#33171#;;;;RW3)dD=(((>(>u___[o -vpIIINC;;;; ___ZMI VVVQ:(':!^ 7 5555 9 N55<t7111111#&'&'&'47676767&'&'&'4767672254565456563232367676767"&'&'&'&'  !!!!  !  ]   !"   \Zbs%77#11'1#1513151#11#1&&'&51#1513151#11315131767#1'&'31673113171131'%6311#&'11&71167#3#51311#11311#1131'5531511151#7#171'1311713111#1'J555>w8  7''!!!!!!!!V:999WB55f  f55B----d%6'&7&76'&'010132101312367&'&'&'&767676232727676"#'"'&'&7636323237454'&'&'&'&'&&'&'&'&'&7676'&'&'"7674'&'&7632'&'&76703316'&'&#&'&72323236Q  /p    -.64+((!  "33      !!$  2                  %"'    %$ $  (5BU&'&767&'&7677&'&'&'&''&'&767'676'%67676767&232%%&%%%&%%%&%%&%%a@AM (!! #%%&%%&%% 3-''-IA@$ u++++++++iH++$ %Z++++T#@QRD!,11+ % "#?{->P`7#11"'51#1176751#'567676751&'&11&'&55167653151767&'&556#&'0171111"'17674'&'&'67251&g ! !c21UT11;EEAA0f)*WX*)NZZS    O  hg$ iJ&%!!&%J >!"$$"!>D lE70veee- W      %` ?c%6'11&#101632763276711676#'131&'&"#1676767'1111210!1    pE !)43GGp&*40&`34$B2w10  ))<<<<((D  ]0     @f%11&'&763&'&'"'&76701#'&'&7&767&'&7601676760167647676771111&'&'&'676767&'04'&'676'&'&'&&'&'0101&#"117276767676767676')       #  f!!88EE88!!!!88EE88!!O            g        $   YE88!!!!88EE88!!!!88EK!%       ?l7&'&76'11&'676'&#'&76767676767676327&'11&'11&1767701676'4'&'&5&% 2"* ,0%'   !! /? !42', 2K/$,,$/I A-,),85' && 07DC1 <;  i455&% (- %&5 \enw%6711676'&'676'&'&'&' &'11&014767'7767501&'&'677676'&'6'67'&77&'67#&'6767'6767012'&'&'014767037&'&56&'&2&'&'1&&6766&#7676311#&'547  "  %9  ;"A   '0" ""Y ,N!,3    .' '## 3E0   8;;*+(-A   !# 4! ' 6( * " 1)- j8$ 8  &. - ,?5OJ 9--    $,9'   9 -9 =Wc%&'#1131677&'11&76'&'!11!16765&7676751&'#3#513121#'#3#13167&'N*3+2 '' H '' bbbb! ' 222446!G$ 0000mO'&3E%7''1&77161771615''&1''1&117716'%'7716''1&1//////hCaaaaCCCCbbr[[[[[[!.<L!!!"13151!11#113127671&'&#1111314'531&'&'3#3&'&'&'1 +  U@.+**@+++ 45BR66 @@+ * @U***-?+*A55 +66R11#11"1"#"#"1710&7116732765116'&'"#&'&''&'"'&'&'&'67232767676545&7601212'01"'&'776'&'&y   mO        #"# "  ! A   Q <o         %   "=66""8 @k111676767671167656765676751&'&'&'"#"#11"''767676'&''&'#"'"'611667601'&'&5''&767676711711327237511&'&'H  1**3788   +JJJI*    ") ,, "   **)  "]    :988  98:9 6##/ -  - /##0   $3^ C%07#3#4763670#11&117216765&'&0101751&#"%11'''&''&767&7676767264'11&'1101&'&'632707674'&013#"'01&11016571013076720&#&767016551016'&'705"1#10#1112131030570111&'&2765'14#"#&'&7413125054'4'67&'&'"1&#&'4720767654'&013"'4#1130174##1476762125716#01&"#1"1331"1'4767676767312501114'11&'01676'7&11"510'01#10#1101131070151&760125676'''&#''&5&76327416741&010127657&'11&#72765'14#"#&'&7413125056''"1131&   10B#$/+,*+=##2 /<&!0 0,,        /  8 %$     B   6.   /  6   % D(( 01 %$33!)('0" $$2  + "O25  :   86  '  `9Z7#3#"'&'&547676331#1312##1&'&76731654'67312765514'&##1654'311rrr  r   T* Av""    x3x""1111676767&'&'&'&'4767&'&#76'&56''&'67633674167676703&'&'&1'&'&7676'&'&767667676016E88!!!!88EE88!!!!88E   '  '      $   !!88EE88!!!!88EE88!! +  *%&!  /J     4 .U`k%11"'&'"#"'#&'&7&'&76727676767676711676'&'&'622323676'63112#"'363112#"'&711611367676&'&' >  9+ =43%%=$1G       8=co&'&1111151&'&1#113117216767111111227676''111171#1&'514''1&76331217167271151&'#11111'131675117111'1'15171717171> gg , n5554  %% n7s&Rs T3x'!XDgg0<aa[[[..\ FF  =PC4+RB4"H TTC%''&#"11616'&7'11#"'&76751&'&7'11132771654' (32  /  2 )42.z  {  3  BW^e711#151317!16'&747334'&'"'01&7#1132774'11&##11315131676777#17#3#13  @1   0~ 4!11100*@@      &8 / ] BO`iz%11516727654'&'&'&31&'&56763231&'&'6767'"'67676'&511&71167'2&'671111&'&547&'67#67&'34QI/.$$#$./Je779:kV77>=auAAAAua=>?I+)R $ $+*++H$ # I? 5*4  vF&&1J/.# !./J1:9hk::&'HS--AAuuAA--SDI  b##3IC&'    86I`p1111676767&'&'&'71312&#"73#31#1'11#17131#3#7136767&'&'713113%#3#13127676'#3#13167676'&"# N?@%%%%@?NN?@%%%%@?NUM/ ![ $ % ! \5h     32??2332??23#" :Z##Z%= R$9c0  _9!,:Q_o7317113171131'1#11'3#3#13176767&'&'&#556'0176'&'&#1131276767&'&'41101#157751116' ,-. -)*0000 4.3  PPMMvv0.fff !" J !   m,3<L#3#131676'6'&''1111676767&'&'&'#3#513'&'67#3#5131'.../2+'E88!!!!88EE88!!!!88EQQQQQ94 !!88EE88!!!!88EE88!! '*J454'&'&'&'&#"##1"#"#132331232767676765455145 ""#1#'&'367&'&'&'&'&53676'&''      F&%)B'+((+## #)))@/. : $     = !''$   ,&&?!"%''"$999%m1111676767&'&'&''#1'&'&'&74767456763111013312767654'&''1414771312E88!!!!88EE88!!!!87F 77      !!87FE88!!!!87FE88!!)  )  )) #2X , A 4S :  F : d 4 X/ . * Font Awesome 6 BrandsThe web's most popular icon set and toolkit.https://fontawesome.comVersion 773.01171875 (Font Awesome version: 6.5.1)Font Awesome 6 Brands RegularCopyright (c) Font AwesomeRegularFontAwesome6Brands-RegularFont Awesome 6 Brands Regular-6.5.1Font Awesome 6 BrandsThe web's most popular icon set and toolkit.https://fontawesome.comVersion 773.01171875 (Font Awesome version: 6.5.1)Font Awesome 6 Brands RegularCopyright (c) Font AwesomeRegularFontAwesome6Brands-RegularFont Awesome 6 Brands Regular-6.5.1      "# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      exclamationhashtag dollar-sign0123456789 less-thanequals greater-thanabcdefghijklmnopqrstuvwxyzfirefox-browserideal microblogsquare-pied-piperunity dailymotionsquare-instagrammixershopifydeezer edge-legacy google-payrusttiktokunsplash cloudflareguildedhive42-groupinstalodoctopus-deployperbyte unchartedwatchman-monitoringwodunotdefwirsindhandwerkbotscmplidbilibiligolangpixsitroxhashnodemetapadletnfc-directional nfc-symbol screenpal space-awesomesquare-font-awesome square-gitlabodyseestubberdebianshoelacethreadssquare-threadssquare-x-twitter x-twitteropensuse letterboxdsquare-letterboxdmintbitgoogle-scholarbrave brave-reversepixivupworkwebflowsignal-messengersquare-twittersquare-facebooklinkedin square-githubtwitterfacebookgithub pinterestsquare-pinterestsquare-google-plus google-plus-g linkedin-in github-altmaxcdnhtml5css3btcyoutubexing square-xingdropboxstack-overflow instagramflickradn bitbuckettumblr square-tumblrapplewindowsandroidlinuxdribbbleskype foursquaretrellogratipayvkweiborenren pagelinesstack-exchange square-vimeoslack wordpressopenidyahoogooglereddit square-redditstumbleupon-circle stumbleupon deliciousdigg pied-piper-pppied-piper-altdrupaljoomlabehancesquare-behancesteam square-steamspotify deviantart soundcloudvinecodepenjsfiddlerebelempire square-gitgit hacker-news tencent-weiboqqweixin slidesharetwitchyelppaypal google-walletcc-visa cc-mastercard cc-discovercc-amex cc-paypal cc-stripelastfm square-lastfmioxhost angellist buyselladsconnectdevelopdashcubeforumbeeleanpubsellsy shirtsinbulk simplybuiltskyatlas pinterest-pwhatsappviacoinmedium y-combinator optin-monsteropencart expeditedsslcc-jcbcc-diners-clubcreative-commonsgg gg-circle odnoklassnikisquare-odnoklassniki get-pocket wikipedia-wsafarichromefirefoxoperainternet-explorercontao500pxamazonhouzzvimeo-v black-tie fonticons reddit-alienedgecodiepiemodx fort-awesomeusb product-huntmixcloudscribd bluetooth bluetooth-bgitlab wpbeginnerwpformsenviraglideglide-gviadeo square-viadeosnapchatsquare-snapchat pied-piper first-orderyoast themeisle google-plus font-awesomelinodequorafree-code-camptelegrambandcampgravetsyimdbravelrysellcast superpowers wpexplorermeetupsquare-font-awesome-strokeaccessible-iconaccusoftadversalaffiliatethemealgoliaamilia angrycreative app-store app-store-iosapper asymmetrikaudibleavianexaws bimobjectbitcoinbity blackberryblogger blogger-bburomobelexperte centercode cloudscale cloudsmith cloudversifycpanelcss3-alt cuttlefishd-and-d deploydogdeskpro digital-oceandiscord discoursedochubdocker draft2digitalsquare-dribbbledyalog earlybirdserlang facebook-ffacebook-messenger firstdraft fonticons-fifort-awesome-altfreebsd gitkrakengofore goodreads goodreads-g google-drive google-playgripfiregruntgulpsquare-hacker-news hire-a-helperhotjarhubspotitunes itunes-notejenkinsjogetjs square-jskeycdn kickstarter kickstarter-klaravellinelyftmagentomedappsmedrt microsoftmixmizunimoneronapsternode-jsnpmns8 nutritionixpage4palfedpatreon periscope phabricatorphoenix-framework playstationpushedpython red-riverwpressrreplyd resolving rocketchatrockrmsschlix searchengin servicestacksistrixspeakap staylinked steam-symbol sticker-mule studiovinarisuppleuberuikit uniregistryuntappdussunnahvaadinvibervimeovnvsquare-whatsappwhmcswordpress-simplexboxyandexyandex-international apple-pay cc-apple-payflynodeosireact autoprefixerlesssassvuejsangularaviatoembergitterhoolistravastripestripe-stypo3 amazon-pay cc-amazon-payethereumkorvue elementorsquare-youtube flipboardhipsphp quinscapereadmejavapied-piper-hatcreative-commons-bycreative-commons-nccreative-commons-nc-eucreative-commons-nc-jpcreative-commons-ndcreative-commons-pdcreative-commons-pd-altcreative-commons-remixcreative-commons-sacreative-commons-samplingcreative-commons-sampling-pluscreative-commons-sharecreative-commons-zeroebaykeybasemastodon r-project researchgate teamspeakfirst-order-altfulcrumgalactic-republicgalactic-senate jedi-order mandalorian old-republicphoenix-squadronsithtrade-federationwolf-pack-battalionhornbill mailchimpmegaportnimblrrevshopware squarespacethemecoweeblywixello hackerrankkagglemarkdownneoszhihualipay the-red-yeti critical-roled-and-d-beyonddevfantasy-flight-gameswizards-of-the-coast think-peaks reacteurope artstation atlassiancanadian-maple-leafcentos confluencedhldiasporafedexfedorafigmaintercominvisionjiramendeley raspberry-piredhatsketch sourcetreesuseubuntuupsuspsyarnairbnb battle-net bootstrapbuffer chromecastevernoteitch-io salesforce speaker-decksymfonywazeyammergit-alt stackpath cotton-bureau buy-n-largemdborcidswiftumbracofontawesome/webfonts/fa-solid-900.woff2000064400000461520151162653250013711 0ustar00wOF2cP c6$ `<ʖ ˫@m % V')=˾t:Q StجeV)`Igb""ZI2},ٞ# "13jVJڙ$F>:(|E$UrjvOM懍^Tɭ$w*Dx`lZ?aD`rAULԼ x] |VD T8RX%[x>Zrg?UCuu4VImj1*KNXxn,8Yb@#kw%HK'LOH `Y`v3fgٻ (()RAERTXVLAGQO- Ѷ|o:)%{DZ]='􄄰0 6`X`v Cr)9A,ق^<%:@V.PpLg8S'9N'.˺ Qr^wׯfr􄝍;;ӫV`PHB !C\8w>] |,s^/ۗz%:I'hwt6 ofX^ k̊s蚆fZz(%vJjIĉdȮR` z{=ĝ,Q>r>L>dd4!݅]n]KAUADkpDwyD"@>F!&@UgFVFcTb4ŷ=l~#Y{ n竫 PRdX{yk?˿2jUB<{ L{f^ @ be^e*BKKq ɾv- txSI")RGy[oUޫƷߵ=f׬TiLDž1 ̒F7K~mD}Q,0MyY@ȴa$,+}_jg*BOy gCjsMd(o1?8Tes8dVάӟw&4  UvұSq!B~bomIo$zzxs'wp?%sӾi ĨSC[ m%uBk7{_-(e^Jǫe` |&n$ؓE⺔oV9 PdWI9ʳ%Ϯ"#xFMJ+PdOUWN떛.Y2%p{% _53gF6>5Sgk0k U`=OI>~\(*ϖy{g7Wȏ7Ihl3iz?R_8߅X'+2ne6Pd"|5&" ؙo ózqGs^eCv+:uO'=}03YCʖ-?#e#i\ wii|KɎuge_%>5>ˬٱTY73{?˷uuc;gz ʣk #~o0ԂxFrgɜ; Y Y?9ٖn5z&T0nzTK9ޞv'm{C-ŵQK혏I2Z'Us$5o=Nsj6Σ =Z+m$Aub#l׵j3k?8Ԫ{9?w E97p:+xtIy6E0_yn+{F &s)u ͋vUr9d)]F{}gΨ%٠^2;4/n~hG)ɃBl,Soyr_:^%3J6~jINYym@ߪLυ mL. ^)2g|ZokUk197U=mMF[ȧ,jDA nQج~*pE|<#_hSߵj>_7N^7cfu5=ώdz4_#Ծ~B4>=89Y7WY{rV {3mlg9ۙ3qBO6X:]Ji#tyg1j9ݬ-$;fܛhFo=9tt7(,UxԽCz5Dޣ`6~&Xez>u7 9ܭbh}>? ms^o2rꜗsQ71]IrP}Cލ¿?J+UkY Mm{G‹h~Mqy7O|i&!žT;Z8ʚT loX߹|0.cgRtwc<_P\!d~1?ʽm-^/%_m׵zcupmH|.vr ӱHi4+m*?6AӶB:d\qZ6CNϳTiWVלtgzO?pWzJ1TX@ܗ)wYy뼖Uu̧)Iw In\f/D:ܳ" +  "Ik&(D@!j%`4`,a<&`"&a2`*a:f`&fa60s1 qGppWq ]g][V>O;&j֛ fd6-finѬhm`mlmVۗ}kُa_N?V}d.KeZzlt!a*..JjZ&n~AaQqIE]>> +~/@"(I,).%ْ#'btMzH_'e-UU6lZ;vqڱڽjj13,2Kf3Qs<2/RLJIi+ 2S&%\r_G"忍l춸lك=o}v{o+*n膺Yn[ﶻ]n^W>>kF'~_W-~߇0xH$HdH(R(hfh耎 I)XXX5؁=x _ ɘ)iYY%XYXق9c938s9 ;Gy7O5T#jTMٵZEkh-mt!:TTu9:_2]tЃzXQ=3zVo]2ƈ 3l ߦmn[ԖlvST;.;%{ްw#~AַlkSLJLY);TRyDUՠZTRcjFuԓPNchM4BZNh#mtEJ&=g>Q(}8sa.%$W*7VG8 |C~ʯ-O?7(]K2I#$䐼RXJIy"եԕFDZHk(]2HH#eL9R%{䀜srQ.u-<JG U~pHHȊ<ȇBʨZhfhv> 阍XX؊؇8˸xx?`.x.K.K2k:nn&n[V+{8q/:Hc:#g&bҦkƦof 2Wu\3cܼc+mx6Vl^S-T۶NԅzRoLiM4'xO͒?ɫBr69K$ɨ0<B> CP8 YBFm?}>'{ko약ܞS{bݲkvI 4Os44 M4u$MkhFihhFz:ڪMZ]jjQS5P#5L]RM@5UTMUUETPTNeUFr*3)# Jş ?-| 2/$r7qW\ \p)grq4GpnvlVllؙI |}ث˽ S==}tgrM\ڥ\]E\؅\ǹYiƩ'v"'tGη|Gw]}/X?O ?Bo>gl }ijKsMtOz(=K҇y*}~O3҂&meYdݳ>Yl z%@(@ d@/`0P4Zpk pk:GѮ 88U]'8uNr]8uNs݁]]zBCC_OBgWw7끵9Pj JmJIPMCнPz JCB 7(=]f@5d6t u|'(_7~_||;( ʷwP( A O_ CS OTy'hW;þ KȻ"5vؓ O _ŰO!_{Q;`A1a7A߆Py!TvwQ7YmuZN „C8> i3Dc Ȫ!C5!JH DD.H@tCzҫ=>0`h'LQc{O~^!  }gB O'!ΐx~2/?GR3 ·φ> B>FX[n\`3 zA<́x 4ah#|GA B<EoCB?#)"} b>' @EbWk_xia%o{RxgBg@QEߡ ϠEC(#Eh fb\P"=EC(z q!!|ejݵau$:o#҉tυtC|93΋f<5ytfI|Zb5FH'Q9sQM8ՒjC0?ձTa].TRQSPR= QS}S}[PQ5ؚzAEiuZ#ְ3 ˱+1tcꋨ/s w>ԏ~/oA?!ԿapzSћGЛ8ޢp4z= {NN*p/S} 79F#8; g+p"p6Ͳ#8fyp..4{EG?.9`\Lsp)9p͵_47܊+hnr@s/+ܟy3H;~NC;Ihפ݀ FݓvOژDIҞI{iKh/%F{핤#hotұ"#:D<+яO:@ |H L"ƒ&ƽY|b D Ag-bt%&E y_b%TbK%$ abY%1D,OFzXظ/[&"Fl:rv:; }L'v"v#}BAF#!q4qǃ|qĉH'I'߈SHgg$&%M$H7ld?qq)7&&n## "" ^#% $OMG|FXN}c:z"_ "o'# #/JA8 GlBLJ^2()#ƨ)(kRƈΎqJ2^D2!eRڔɐteeJ )~LK7̀GQg>)A-e~B)RC(KP#IYU2OYuȇCZtI{6 m\6%mEw"i/Ҿt'Aw6(ұ<$$ZkN#q?5Og)%[tt+]FtH7]I% n'Aw^cQst^"Lw]{AV!cH{=GgH)-A_""M%2=y0at!OLy2L>9sL<]&/J^7yeȫRA^yG#b$n}2EEޏ<=@GH|8$%%lJ>|#%z//"_LLH|%11;wSAb}Ӓ7>Q#@~81 Jƌg/3_%AE~؅Cb>WH,@FbA * 97b1H,Ad,I((C)#("eb)JB`y(;ۡK٠^kS6u(S ֥tsSM9Xr*R*(S1%6<%幈؜b kHlMHbʧR؎SDlO7_?NA;SG؅:Į)%vNUSQgt.s[{Q . */uIO]BRR8ԕ%*q(u è {qu3ԭ)RDGݕ;q uO"t>3Q-D=zȽ0Ĺ#SOq1$%SgQϦC\Mk7)qȸz/~CԇR'n>ԧ#NKԗoǸ6^OS ~hCicf ^hi3f%F1h"~Mh%m1iΠ]DkӮ]C>zmI5nڽ=DSО@7%^NH(}}N ϐ(ĉt~8o'3"N38T ɐ8$q&9T,rɩ$!cKNO@GBJ\@IM\D.DD\J.F.N\F.W+I\E*q55:q-q1q#%q-%r{rGVrr7r$&_^qy0yq?yy8 y%ax$ BJe35 MHD"2yGDB>H>DJ>oOGěs[HC%.%)>G//oOd|ANA|IMK|MF;rv=9^K#~XPèEHߩ)%?Y(PsRsRQKSK#Qr#$FQkDhjj=b !%c<)1ڒڊE nyS NN N7 ΣΧ .D6uu5mbZ6)u=u#m26ڔԝiiQPf D=E=Mz6+<m6g =uM\JzG}D}lG}OH[]iQEũhKP-EUD[M-nDٓ<# ]18l^߈FBQ@k!~<~䖐ۀ#B ~1C'~IgB*~gC^*~BG?^χ|8#/|c/|:W@>7¯@~WZ_k!*~=7 fėDKP$.%f ]uĝ~DǢPxY(fČC!b*1uP|؏P|q~B Q|P|U(>%v"/Beb 1Q|P|z!m?"{?&v<ďE3bFs[1o=߈y߉]bAt6~G)%IlQ*Et%JeB,1r@2bArG=^Gx}DNJ9w3d!d >H.Vd&c '>O>CLˤ4Bv-ȾF} }}Wd&~Kt=ss8ҖȎsZٺxFCN{ CQ'=~ї jEZ۔X&'ۀ%6&SY"b@n1)RZğ.?=Iir{Rr-RZ)  w#1_"w1? 1ˑ{S{x"1+" 1m~&B;!;FO_t яK91#7N I⏣ӈ.=xļFo$Gg4?)bJ0r)!ÐA^zF_yZO{ kY>̳oZړry6X,lZO>Y>222x'GZ?(mđWIivQ]:vQt'q$Eq2yHGR' w+vmTϨg`Aړ%i17{fެA9 00 8 7K;+4T:S-0 )0 XLI2]$jv^KY#˳fLk#8֪IP8\yܢ>8<#o65fy078T9ïtDqxC\V}ۖ*jzp`W:9 P̓(]k̬,y m`T[3l>fYZ͆}6J+,MA\Y62d&%n-ɍ1EgNZU޾^QƘ23RW j0b x |__AXt#Un7Y/4W2؎eYhZM-oK58IL5fMBD2pZ&KgWoGJ մG&JFQ-qƎ7?::1LJ EڋL O!X JrhXivMC(mڢΙs[0i{2J5]8jۀm;sqL$ݮ֐:):D(Tix2 ҔQz`:rӢdDjF]*J8JKbǶc`vi oRW5(SpfǶ\VI&Q*s[Il1˸%85퉗f1wB1c:x3:_ ȝ\)2Jpt{e]Rncmv jn79.ySw6pݫ]un(W^*`Cތrt4K틲(kzP]GoWWg.؟3>\fS+Η>pF)v=~Zy3/g8)Zۣ7hM2ž=,~/>Nb,%1Y҅ݿѓ"Bޡ*gJW,eQV5䃊 !U=0}7F}1;%eSB6{Um !`W&aa+5^Xv:YFmfZ3]o&ǭ^0D%6FUבWPN^-Rƃ… n@e8+n/9Wo.m0 1csccٶ3ğ:j[! ta"2F%*ĄvmQ 0y,qGbc =T=^9rlY|OuYQC t^8W#DH:Jv\IN l`s*\w~E\;du kūvJWB1#a3t=!`VM/S:NX3OffY!SE 9RUW-3奓]nK˻ZV7ez~>[TtW-TUo>-66Nh'E{+p[ ~!\, t%!fCUfQL[(䃼6iy׶1;1޺}K @1\vvcGY| ha|d̰>jY\G pIۄ(Z]o8%i&StUZWMMZl=n1zv"7\0=@jǏ]wlΜ1sN}a;ܕBÇ=)>}3}.>}#NSmzpyh`m`}mpp+N!^Ge] oVFcĩnݚ,WmukuM#=}vt/޻;)l٦ TFZsz.BrC6az ܹGӧ<@}pD qYrt b5 LBlniٹxԱDo6fJ:񏪋?ݠe@SG& N L`h|s6)Km" :W\خ/e"i5s?űţ!aoN 5}_:s {O?w-?Y`ac<7α_yunYbj,(b? 7/bHߦ?qT[fUxۅRп~w<鴠לߍO'P'-2xL46pݍY&\gS`+'s%]LׇÌ Fafď.D |SYzßptheWloUfzv0hh6:MsFzd{AEbG9j|ttP$()88-"[1FZݺSb.q,7ih2M9{{% 9iij9:t1ώΩTDb9F˸(J\2[o#/ٔf7ulï8 'c;cl1I0ƜLc.T׻'K9}qTi?)EێWmዿMwa_L2^W39mr/fqLZx2ϝ wE9Moj6܈7 E|[r}boߎ{Zނz j̽x)3[<_3ƽ;-yYg1y?9}~0EU q|Ezl??sGm2ݲOoli :I8Gpcqgsc̷v<Ú.ٻ9-Mi dV'$3kh{"bؿ-S H`\P3攊9on>dA)|<+dSzib5=d^Њf;uNKtKn!/-]t0ϼ93(қ*̇Rޑ[qL FEJG R+X0T<Jzћ{?Bx|3Cc`d/; 4pIѲ$vΞu(G}82{Ǜv Pa. 6ȿ!w+ fOa%|#6h{N40(Ӱ~55- kiwo\)aTؕNgꝌ192so_ U++o vm78{l cg= o;8. 6r6Ra K_$S:b6~@,~.-Zސnw:#4O[7;bI 9uZ QN_dr 7LU.Jg(uZsIQ9MJCN<# j[Dd^';" @J+ %@^]A^C"\LtRa{Z!꘼yye?/aϗvm@c)NH`wکl)8-"ZCJ|7a`dj{G2Q$D ,0kf~BaN`Wye-a(^2 C6;~^Wo|^?N8 ~ na exy,gx38jkhV-Rw2Wuڭh S ̓f8+Ԅ:Q&v5&:4eAM}bszVĥ5coz> X3;&`$ٺ?x9oaF!䇞PM/mS baYp \ Aw; qͧy|w" z6z%z#vѫȬ#XI=٪E]&7ڛ1z&JҶz&5q``eAHʌPʋ@@-|PUݞ1Ƙ2^)!szKE~Qr i:hÝ_ahdhV;)?O8cgJp+)c c e xXeP*V^^|4˗˼۴,>~|wQ1~/}I R}m:,kn=IQX?_![~.' 4Ĕ?b< ĩ`xi$s".EU]&J"Yxw o;F+Z#5t:xuqُI"$,LD>3⯈3~V"ޗ" OZ<z<Ã!.4 ~A9hA()+02^f$1+u酬$iuD9S&id@reX_|yUd ߨis_]; Jǧr=͗_www-c?f9d0axk8DGGv܈U$N2lnj|TYC:7O2"RDU!K8Рz6*'@6.׵ضY>'< H`5Bx(W#DZj}}o nN a)&a*8x S*.7ӳ0/2w^{/!g_BEOECR4(U~Ŕ4Ps\| &H ]DN ;G L'^b +pڊ'vX9T;ZA6DB n$d[SOgQs*Z9 h== zXk3B a.59®%:bnb§32U7ՠ߳Od,.WQu( 76_{$| 0ɓ]8hYDӾ/;Sy.AEB&R_UȦmK @5Uĥc𦈫UIYZeγE]E[zM)JL4, M E,H   aJ<kRVã!]C iмƱ,ciKSq b7dilF戙`8w8l[>`)L,]5\cĔI_fAq܄^~mA=EZ CzBI509`=sjϺNQ60#U>0UXP3δ}=d;g>ܑД1N٦NdE$!%ͼ]~:zF%L5ph} }E%SRun`3h{rh8}SeD((p!U2aEԴr]))ϙXjE GOS2s=T,\7q[NtM\dZy,cE d 0C=ts=fs7**fqo&E?R:4ؘP<(wLnm;ر+_vm61C=P-鏆Rcf@LUq\שlL é\P'3cjێ&)96~=0xTpYJ G*tژa$룺r܊cy:⹺tNJmj}CqY2{7G MܻoVf=x0u ihɭ]$gP>Uu|r'9?: x?x99+s0BoH`P_T0 G㜚O$} Q`),1)-90Ba4aHAhݠ$傂L]/@gUeV $Ǡd ." ?:Tʖ}r$dW!?6I#ԦQܰSml =rJ~*| Dף'3GX|(sn+xG8G+I܀nH)gI#5' ƫ뫫B֘7ߣQSm7})1s{}4Jo}uFмNڨArgl%(X"q7sc6`NV ϼEL>ִdsB1Ӥ%QI lVd C4~}+_mL5<bvz?}e`\WxOpHӊ,>~]n8ұN"$~>jrqVTbeugIҊ=wRq qkdYE iY1 ob?b* [Ȳr;-.?[tz H l^scܹso-@0qWJ% :tpp nuz"zJ\!o2fYֿdo;m *1Viƿ#BN0|HA8Yh--1nϏ^p ivi7`\֊A|O&q( Z^nq_t8߮}_Z])xE'ݜolXV;WGZp"/3rnagZ[e6p"T 1Vkˆ?c=/Pi9vON/]"gz*bK7o+[b_2pٽp Zp;lg0}"?Klj|Y.'$~Y#KJ'tc_2F=?%[񲢪gBnɗ@-{€Ij^A6.#;уeqA7#I̛و0;jsmM3LxpJltЃCWr8<rvfNŊ8SԸF &GHIsnRtNF7EsiGAg+++LdQ~'*-.2=[*a(B S&!T1 \#T|}ŇJг>󾭜W :w+cs&P~'E }g z}nwhBKXVd!$4))AA]Su] WH ҽwg(uuHOkFXxu򋬤*!*l|:~ƏGLkr2g9-4+.t訚Kuuf%˃E]'*dz|yW` 1"O֋S͌z|HfCŸ"8V}(\Q$Q)kKYOwj]S {\I]uqaxݹsM]&lyo_^hg?{Dг@#t:Dף40C.9nRքA` &ɘهv] 7Ig!XgQyr8&2X>[0xXswmMcT 0[6666뉛0 j7'bZE2{j}Οyd,X?wFhVgX%ڒ#B'j,޺J"c4U&FX䔎IÐrED=C{7YwW:Iza]QT-2\CZO:I nRE.U Lx %a4:$61eUYY՗U8.)U~ (9 QH.@.Hsru9$F2(KxKHߒa܊I~着z lvcx#'T ^깖Ź-%ARa:xVmX Wj^6TI(x˹e FAD>_p{7^zwL7?=d:MZ80-]kfLP*7Dz|rGe'Lu1L6 `t薟gQ_X7l[(C'-!ݒq „jB(^+-(T?kF j^$!NtA#8phH#d9}%įrmg?;|+74AB4Sp %&V.%ՍKtܨs-] Qߘ&Y%<,$IAosFR^ڗu`tixzxTr~?^ߔmdx1j-£ }£ixtug#X'79wbjuK| S7t&[κr3b!H"ǍՙK1`fRɲI,$f1 VJ%d9 QK5av(XV,gk:[N.+~#6J.ހQ OmRKX&Ua!&L6f>C7*7>e1]~NQREǥv0dUZY1sn](*r11`:t՛Tw;)-NGۥNS.O /KWaQS4n zx\s> 5 Btmvnt?Bp="P5l$pH.OHVt^Ua(U3%nsbe TGʢC{*Ӂ1lp'W<ǵ/~Ň (~ noэGTns)q($#Mv[.[jn!95/*H$iuT훞ۮمt73̴J30 .8v޽:|PgLizh*.^RW?mn{jSJ炬ul!-K!9vf ZQ`x.)a̩:sx{]|>#iBTl[)-@6E{D4_TzX$DLtE6gJ/a8%MŗH8Xoin%eYJJAKF. ss\h7M:-[~.ڏ X+{K rr܊ YGtq~HYU}ȨUOiK{763E TH;v#B}NȾrJ>ǗLFJ|hnO(7 2 fvQC&]i.O-J:'`9H>Ժ6YkWMJ)R_ rMW'd󷮿zK?xm*QR)CC ]Uc48UBP~z:*>z=H5I(ut6R-V\?)InOY-g0$Lo7* /I;} a8~-ca9t]WmP a.yP v[;(2dP!$Ų8P 2veq~m:3ӾᷩfbɘBt˔|uɯI/x 0F %S*M:^;t|Lo$$cVĜWG>hi5&W[_0 Ӗ%Wt\ES YK\Jnr ZX 1t!_v,y'^gpp-ƞw3Ͷ7D/3p;5Ч:>68[z4f8ꃳwɶ.pöV܊ͭ1b&4]e߳}/u}mW3>sJeer}+!IIhZ7*pLF}atxUU 0@s2C7pRJQ=U. )[mԉ՚$#5UYm(iŁ)Dfz|,Vz4 ;t. VZ_T*E2RD0EQ? ƖE`` xk;&f0T@piY C!S@`B:@.:y GLWV1 [LZq_XV"0^O52X%Y5&5( K\';W\N,{Z90Qu}ŜQVEx;ђ{2R[0|*uSQ\DGڋN[~ip>C5J>k$(n=F)Lrh v 9R鱴?рOn޲%fr)8}V)vi <}un:v+aܹs'a$RsIt$6tHǨtӣ;KtE+嘚88ִq{"  07\ee#nđ ϽcXàgu4 >={0(Gg[bY=UH-N ҥ Ӱ_@2'YHy8 en[$8$ #:7񼾯1V54&&Ԫ2 !*q(e^iR1j7( [jXS[ւD|8_VjUaՙ:U[@ 1VCmb1oTy8EhmzAPeI,(7DŽ)"Qezܵ$ 1-}x~ed3Cf9"H5c4]Y,XfnN Lx4vƘVz {E&IP5Ĉ5뱖(^'o/|ݥޝJ%ǽIXטebٰ`1D51Pi1 Q i !P6m_ñ{w6N#Y-5)V֚^PӴ[c?a _+54}?hEMS{C!YLW}˦1A0QHԅF<;td'ek7%J[@}s6?ă1eBۨa~(oq ~_ZT*%k`k$2ZpBvFI~bFv B Ѳ;

VBG9[R9`BLh6v6Ӝ]zx8Qox̕yH~aQ\ܔlXHGdRܬMc~|>3pg:(+wuP`<QDaF#TB!itA _Βr_q R-8Cя: Ded,WС;'ɝ;mzYXUMD$dF i$A d"")tOgEQ>Vdfg0ZjWE9A!cr7v޿FIuQ%Ye4 pY")10kEL?R" mB˂^{a*c6.?уݎPIX/aKWbx:Il% G CSFrKCxo\?p1C>yC2((6hj `PLxf|ѣGɭfu/\5EQMtsjXPyA+ xzBa}R>Xu$`=`1T[pJcsafP$ |P؋EB;B'kr:%1`' F VD'h̛i4E/c)˵ŚAUH<.3Մ<42=P Uԯ[{&Ėft%4h.>{~}xAF2ٮ-_m%1nݑ_ k4H.cC:EwWDq,G1##5s1*scsb 1:Ґ' ̲8_@9U\0 w\/?7$Z~6& Fh;3Y Y!x> 9csD!񲚂>?PHBQ6L@ML|?jI)KQ_ Y%J'{c56m|6ԏGDzȱ| lt z=XVO#?ߓ9~6.S Pi;}Q4ĸ7ai+xR ݆$.Ӯ48\2m_ؔ2Vxob<ѹͿL:չS/6{Rȕf[S)Tub8yoŽlJӀltKɃrYž\w|!g#?="})XnlHF5鶬3쓜9䤖﯌j&ͦ'IV|+zt՚R,v~T4(J ^t-S5[usLB&5agf #ā(jlDɭB*]'T]Wt]OC6FrhM9I}e| dbUȆ Ia{0BW[}^~i0g~3%?P YRg+ވY@7נ j\(X+:Cf14bCˢ=l 6 T - ]sdN4*LɄ˜߷G>Eg{P.ݗYJjބt֦PB0 `8v{KQP>t:ރPk[~*o.ܰϪI<߅7V"q*ps #tbѕ ߲anDOcz˛[JjZKݖD'|Njff">QyNj,ՊyQO)%{N"nDpA5 (ECubsi'C&aI7@s<.ak>!6ބ>9ax$;J5.e]oݦN+#iLIzr]R˲d11IGvm'4ꋵsLSqz.ajuyV?մ !:>${k6^Nz+ zkB-zH"\.Kȥ Frf.~>(6d3cّkK Xr.)B4 (?l)+?JopUqt:۽~[7z]Lġ{;up5$M[hE1UcKl78c2fZc71_?҈!.$] eE*?S:7xnkAw Gc"-aE [0Dh'ZG%lhDd'KUuD&n&N74 ` _VOyJd*ՙaӦiXoDƆ* x\w^]4u ax'X9hXuI-.!GhXWэʭTO+MNB+$WSl>$ Yүk=*pFnF̬DZF` ^5m0&1Oo(=ƚ#c^rt^.K`cf]wtWwt݇z.CPfIE|6셳rU!P׃%y@6x^z=%//F <<r00 FF؟rZiOTmZjʾ , tHGyb}i[XO8K.'+IR=تvP<#8M#;a[M4eOmm  D7*(QWu0aO)]JGv6&u"4W XU՜{= wܬ8 i|V\xUWjkĽFs>5vu ]1BX# W.Pf(EZi;ͺJE8V;^ՊT4E4a9oz6qۚsU߭\Hq@Q_˚S]u]hCyQlm*]H(!:6;3PεK?8.EQb<;WQ漐.ϭ2)]}ax{=j.XF2iEP# wJgClqfw8JZh,ųa ‘2lI枳6 X *c^QUT_F_C Sd˖(OwY: PZOʯG+b˪"'3 \uacPgFSA;/m- .R\-}SCH2ΪDꅾ6<6N?.mNg~rKCOhH!aX-F:Π|rOB3J|9M:Aţ-ǭwɟNi7ѐTQ}J8Puo=FD?xТ$[畊rAg(B5_H9OnvqԇojD v?}}@xDeopi%dJv{`< mdqA};"Vʄ[r)ɏC ,FF}zyyy]%Fh:oׅ?ދE"I9RګYl ,RfY ѱu+1 ϨBe)&bߪg)}hRRڭVo\=̇G-0‚++s,7yN۲YnQ Z)OZ_+LOw@﫷+4 pD]ڻhW0/矶\=꧹m0(ڝpA_aQ3=p:s]Ve3m -U5PU([r)OMgrb70qTư3@jm dRM *d% ڷN}7(*ӶNF:>y'+7#aҕ [-kn[Gdt->O+(n} !7GW>_¾Sͷ8КZ7u.ZdpXe"x !$q8kuӍWe˒6tF:%QepC,9ո0_q3U,@vΆG0B yِ*6:v 56;ͰcqXˤnw1ѹXR 1A{pBuһJX$hy۲^ansnY!T~j;uќ%E"x|i*pD9\vz*d[@Œ>Ԯ$K6 %^he'kJiF)ߓvyAٓa6앁͊2ъ~,K8x[ڶHب2ڹY0<.5 3333EH@U[C=C-N; S6X m Z5xک a=S]IZi{اv,W2i Ԡ`m1X-&,ၕ;*yM05jE Q4Mb` MSP5Z [`p uBJ&oл%jWƊtC_oBǽ ݄>N0CM+(;·Ξ%b1\ 7- MJJQ~%ev .UQI-,|?&F}e&yr&hm~ ԐG0Ӟ:F 1 )[SMV(ho 9wvm x饵9N+w¨@GL)S)`[IvpR) 2p!$cN%@zHk#@ BJ8-IOlϺ™k s V%Q<7T.O_nuVۺcS8l=?j' FQ CfHMmh ?z6΋~l?!Aج.CVtzyrF#]w[NdDNJ+^ {v O QJ}S?>15N5vʿzh:1Pk8z/71ilV܆CdUKf &/Fb]!ɣ,-8Voy>ߎvG9$e[g蚖fQʝ#*ck^Z`DT00Ȩ #,}z%#M:0CjbzҊ3bV Nc?-ϳ}S1@ ~.T8_?'.m*b.WþV:z5B]&EzQQķf[R:Z:IԕJ!N3(żW]sl dL0+°PP{ :7IuuEWa(*7#˦o bp˸bٶUYSJ햮i^c=P%-E#Ak_fF} 87I=x^$! <'AU)iC8yc,ʲyb+?8TKP6ul j |'}_\ld(йfp`~oL !Z0Q./c i{4ځɻ~}_xb=Z܊8c e iy7APm'FyLQUʍh=ai^-Tz=6̱-xVpB1MP\V?1554L_qȩ 럮PhPZFw z!"W_n87Mx"ԲK鿂-4öe{2ʷ:NѲ,dD?t5oSLs-Ǟfqղ K3~D @ '?zs6V,uS'hD!l͚ˋ]=0bxGA! ~˲ 1'4kޤMEF>&eL3ڽmLbF7rU5֙]_ИHVo$."`MeNb u ܐenMVn9=)w$K@[gLZO?~ ! 2K%Cq\͎W8*iy>o}0D2tz5B2/qD ^Ui'(XԲu`yyMa"HJg;iygI3Rn*zMSL$08_{`bAoorT_U Cf&꡻wb] wC~MECS^-52Q{`E.RR A%\**>-`/ux͖˷^x\KKcW(7ҁ崷.ű Mm=׏i͓7'hm amʿWQH-IK,7jԐcU sŐ:IX(rG=u⒥&[+ +E1ϗDE|YZ C7lw4' @Őx%2hmiP)OE#Rh*SGc3 gΜ%/|3nfP,m-zSe'(aFyb}upnoW/?J~k eP-uS)ߧunD\ SWHwQb[]D[?Cˡ۰jѨV-ЅyFnTvBUK@BP1#/i $@âz\,€2wm"&A }l{19➻oM ,K~$ԛn .MG~[:KV|S2&0"[.D.vkڀg+EI#N(K^. GO$FI+y>~hGЊ a'>m˱u/:NhʢP'>Ɏsj,?]a+Zgfq_Us~i}F!m6ݴ1t= $AG8wdB&sWNPś+Op]ZeYK*2kهn@5IXqh < B [)MYLJ$c} A whtOrn3nz曭=ElYǢ]U]fS"(++wK,dZ˟Liu,dBTo*Φ!.3r^oNcov66@M#ZIXkC$+Iџ vdo՜RO>$_攆B-T$o0A>N=RGz|dٗjE9B77f(0WSd% qxq~&{^ʭj3kng}eY'Wwah6>D"lYP,6=K4YD_09\ (Zq) (2C 0rPce 6EPd)4qrT d.⦩i+$ Lvx#0۸{R*#eBfh8RR]ź2Tz>zy^C7^I52d4fdҊJϜ!w Xl) 6fff$,ݢiH3UۮU>[ K4g <8<)w4<@~%$  / fٸƈ:8^TU>l)EzPii uhjRO%b`l Hi]``Əp:ky=9NaDOq404q5_wN/N݇A.T0\'w%W Sߪ-Jݚ=˨WNYx=>>O0 '-UI[b!nRL%݌X/ CY- xؐzI@knŭ,Ynluޥ_N_bv[eM_ƜK4?xB\ܴq2hdIYT%Fr}C q㭍8}M3H8垡1} ^>AowJ&NqvqvSž˙uc0v8Y8%_0P,82,]S],XSM!w{E)Ͷe)"\yE$Ra~NJ`d)Yt5b<ϧv>3z2$n(0}}À?@}O{xߙGe'GՀAxlZq]hItXcM;[|`:n, \A+>rå/&cBm|Lrk#*EPN؜ 7p.eBbp+ pJi}yHCZʹZzhۓzvqZ%0v_]VX?DŽضעl7RԏZv9dMĹ7Z+ P 3Q% $[Cygd+Ӿf:Ʃ)rj݋uצEA3,k1n׭L-` c<&ݤc`ْA_t |9\8΁4p~jjj11f`^#?fS֘N{!ďލs(bWWZ5qvPMܲjqͲ8_5Qx ZAk$I݊ewGcHŽt/ᐒyq86~(xڋ@2eba АEmFζ00{hMǻ0`Z~8Ib),gw';PZ װU]m Xq;)q ȘX9Έ,MX`'%P*ipJjZ7WgܬZ[RgvXds[ ҃DUcH]V>["5Hrd52^wL"zJthkV&2lFjW:riE,WhZ0Vzh{:vNݏQ<ՈJ0um0B(C*n <+D!{4]ՂS[g'E 4dC@6G!6㬟1QmKY5^+h5h4u2p a0i( GӰ:xs6M9.F4vK?{v==Jh t: oA>)ˉ*֝p(?rurr=G4JlLĚjl`n"}i!%Tx/!{}\0"K ~5=TK8*Q[3'@=3'J3L/o`op(^ٶos yЃ{t݃"4F(5hQ\[ؐ.JsX='Oy)2~H?9MS.̈36>>F71 vxWA@e0VtFi,u!766|FbKPYA[2*~Qȍ/4;;'q/3u(g^@ kxgg߅ԍ?|lVk^kbӒWGSvkLNAᢡHV%o|hJS3mM @xWhp *(P*Gշg4nm@)i4$5UK3RI9:f/ d ;HznjΘ| J͙RCkd%+P舘Pb!w 6 ZYt 9 <.Kz-3oQy[׮68ϑZFe3b).¤L;j:J5,.(ɰ/8/ETBd)BRH{ Z6o^nsE=G]Eo_ f:+r3 dVQfI!hd9ewΨd DEp( BR-zK(3L3G_ZF!nBLj=͠՚o)UeBݠǾ7,*d}P&u=QN;c^|:U WZB7:1t3%r "RHy 8…xhd О)й g1k׮ъ8K*e.<0d?1?h`a&MU;Lvqݟ8{l>М `ge[3Nwd*+XqBCd:b4Q #!#YIM:1Q7t" Ż +}!%O쿬t3 F47c4QdL.RI &̓ǜ~tU:Q-OiH# (AWI\CS($ d& \a#,rՊϺ^v&vFN—v㔽|` eҊϫ W,Z;l//amU&9?hۙӣHlf~'yP44M3XZٷ{^r#$!Οx/q“iK|AX{\uUVhvRѺ*\4({ylUP-]Wj in)csANdAUsaS m77 !S]lbOge/1_}W aXqIr dv+^NڂMYN2Rٹ7iQˢd1-elVsl۩Eܬ@m 9X:]}x5wihGTk>%@jJX'*5@^ɒ30*#qaQn<)ߵu-+ޏL4]__5-I]gA0+; `}\{)cp8$3Q?Σ|=zM=Éo' tعԺҐM5CQjI;tcEF-֐d <`+PJv_<_k)5Ru~,8mr@Uyy1K<]t,>ŗaӟ]bvdAAR"Y=(?KRʸ!a-XCu `(bds^zי8NqBOʖabenktݳgwSԑ?ڲLU۶`IZ8y<ּT"l\eةSL50 5?/e Um۱e@ձ1jY9qXTӢizߜ}SbmskF[ U݃ES-U_ 98A [U`*oy_/ -W$:8j[g}EQbAJ!8w!|i0:;7Xe wVlF$liZY\\W٣O:X= c& jd;v(L4ݿ).)ɦx7 xZ] jx/xxw#oLYڂ$4pqFQ:\fEB(gB^ľKY |sB#ח񃨟- 5{qsd7}2b@q^QJrsfJj/hB]&yc_,?kd7 H[[UUH*'@羮jSYׅ,)(ƮS6,|I[]/ݲ>KhoA 8g!a]S {1'矚u̵]R gF)5'~rOjюNxwV9LN{p! ]6iE-Hߧ>WTaNyLX 'V[ }Y,VjhvҊi()sY ҿ#rʜ/shpnbXO KCq?^r@,:I Z}t 68xFˬxXxiaسYmݬn O t&,/ZV >F;_?:-<3#ƈ(:!Zj arש︦ilz"|RP*/L&UFru:|聽3ˤek?ZJMV*Y[_Am U"GsBBAڒ'$N,;O*=y4>uZ:98d Q^E*4,׊spxGu5v)UewO>Z`ä $[kZ ̙soLQ47Mw hZE[qwݬ *jN3oOQ< ˽^QW֎_ݨЬ$7,$DksÑ(ĈX;E-eةqfNe*b.`+$8nYypts UG+J.}?:8 'hIC= +xr^>!3t-WJ_k"W]…Nt>>i&tv H΢{O;q|C6Lh֞3S|>>^B?:?xt'rO ?VŅ?ag}CX}͍NV9pTni"D'F7ƺZ:He: \-4dĽZVA{i$$^#uz5mt erޯKi&Jn$i)cӳ NtḽP,ϋNlH{H*W!} BYR M~aF ;N{!"ZǮh7z+vͦ/C P\UfC"}dA;JE:U8bSYKP^S>WpJJnaE=>*qSPOI9F!Z@z@Wjw6R%p1Yi{nV܊Պ ~rLOY,Ji@H $h G/ܐ6 ;!,*?Mڦ[2ιK-&v^Ѕ&Ϊf)Aҫ:T~L H"p̶V" V ɣHwNEr̺쬖aEŴv/[DDww z^P:Yp-U8̳^SUA$WIiAp74nUOo_m|wE-vZY߷b#N7]b*~?۞ןpwàӆK {tShCH1$$%LG`8N/ w]ۛd% @dL0Z$,.I-IdRR`eI&Sv-md"5;DbAEܔdʏ,w1`~U?()' q0N΀bFnHmN"I_/!0n)pѣGk=zT|P֎Bx{Q1W>rJseцf2Et?cDZvYB{}E:#=p%r$"0ZIZ&FHSY9K`֝B)?z$\)K}aӮy08"sltڷ{D\OsQdύO54*?tbdws;<$5le1/Dr/ 9bZW?65>(n4{pb:;9FR82mZ+/dpۑ]ʯU*":Z]GM2BT~V"+ 4?lS%h} Y:IBDsma|  wIǎUy0B[ 1M̅U|(-].ӎ2ԉL  hS$nS7c0ypO]@*#g7n*U< Y=C8 On][i?iʳֿD{ϴ^[I=$Zi/Apz8Ar\q7 aPXGSJ(inP~I?ζ<¼2 nET: R;r&ÚVeRP7CF`QE;(J` tFĈ8 gX"疵hYSEnDH|ɮXɢ XUv.ڋDFѧ."_\M{:WvMDAEA7ŒUg .X>@¶?X3`&'B3fXcnyt{'p8h)`tuxQU3k ˶ ;ٻ(^=r{1#ч =w|uVUYbsPzWݨmuN|0YСԤOyMMm9|];&ǹgd[X$ӮSٿ`YffX Vྤ:s ^ҭfŪFaco벃@h!Qanfx3f+˙؇3ڰtAГWqYm2R2 :V\Ť@"erCGk#~P8|m/BcℒURu|IZFRPZ tu.Q:d 0-MI5`_?5<377&4MOl;"я֙4vW^$4OHAt]j'V1|wMNpȘv@;۞Up8*c8SA9@b kZYMW,u> SV)ARtAz bW"s쌝{;;4GM5_r a^|&Gawv(eۆ9|%y6h>˰SS%Q`,F+f$MoJiL>t B]ju0geB@{+JuG = U)Ɨ.d.Ͽp ~2ѦͲgB2I~SZdѡt]XbWi7{ ֟÷ޫbq.yGD*9-P įӴImk#Y.`h}b I'*{-ۙ(;ĨE4%4a;zؚxJ+Yrc`x*:")S-<0%vhHΕDz, >~@s˲8* t|nc;WSd`ep;hc0$_[#Mʫ[ jJ7h6Aib<'7XRJSI#}MCrg{S}S\(_<+6 xw]#0,iB7#S Rp4UwOr9-@:.4;cRhfUae$+*:;xO\# q}'ե Z)7.)*=y"k>S0#(Xz: 'ePj3TT5BI]ﮜs-`3*@d<|XXO~;#UQ~WٍV-,m[k 9 5Xr>ec>ݲ1I^kpGH%,yVyA4jb0";ڮ^p< hڼTE.څGH=U9z(Pt8g$ B֝<~6loW WmUבKHyCwp¶VeBC',2Pܶ }8th[uؔe;!P&\z }k^*- cUd_2Հ+C_I`4rhb!vįov)sJcfMTÔm>8.\]8(`vzlsML'1ԍU6 : $Yt%2QC.D0'P~0pJ;7`R~CMp)mr^EъIM;}t ,zn v*m4HZ`{L6]-҃t=w|f~ʔku_vsOׯ|9jc=TD{MмSIZǸ~S|8Q|,M#]l`{ aX "Pz^+$1<#-. zB8ؒƛ\`IMj>" KC4{U[9md1<{p;QK>ZPmFda?6u[+d ÷&:t 1;'*`(kq+7砚KVb!xEb2f-M,ƭ:"i"Q{tMӊ{n ȋӑ!~4h670GZQhNlEDRgDFd޳'<3`xٽm=I6 K}gazeFBHDzkHg,FnwI"q2)^3ΐºN9cl"+鄮#Vȅ"|efSJ}B¦S0py(wEנ[)*'i7ETxgzdtqcwvhĖnY9 jz.2 'mD˃zԫͲ8?c:V8b2pJNhp@/:'V}sˊXyz=? o1 ^AQk,M<&cclg¯}]u±i\_m\:YAԃ6TνL9#dki/O˶ ӧggrd\œUziueL*w#@0!5# ݊uf!>ޘS|Nv$98Y %+Z+/ vvS?(&26;e,rܲ m<4TG"Jx)yB R0R%Y4gtw[6ӗ{%w~R~wԏ uۼzm*Zۖ([5m[G3jSZ> (.cAP |1۽^G #*C>ǮW;/FD::AFj ab$rP7>x":#7|ggNR@RNhFREݷ-?,| /p1eYwa5qo/Q*-:$-Y2,s]岡FlYEFa8+ZyXUa/r| Hڬ!_%Q.8Gj]X&ݘQ].X Qwp{_~E:U7+{`pigee8w=O=!^k82|nJѼL "mM-JDW`8UwQh+~rn"D2s'En\\ayV%NG;^2uZO.i캝S}n1OZo?ΕSaٴ?8밹 D[jEϤ.t.fݹEohE$!1G7m? wP/\֟1z~z9hc/R,\$=6#ZĂn-'LvcIF.-T'3@~ǭuf8up\`ј4MQ<}pfxmT# .s@נ[hם*X†S8Ձ>gzCmdLL_p۪:z6  Plp[KbˉWA`iJB/̸E {ewJ*9SIK=vZcmc1G-!xrO~X67:|]5?S\qFԉy-P"O/d>u*h*yw[PK/:~K`i1"p /8ecAn:j2 +B%Q 7zs-M6n}=____0 IB8T߀ E/$i0%꺢zBڹAN`;`N \h0ϾFGg^S `"{J6RuKw=J50~;ЇxH8$P`f,k$89$.wi r' PSzQHlgMsh}e@z(SaT[qawn}yHJ!E#y)ZlD ()cb:eŵ_ܞ0*(NA@ z AajӮR,;`˪;2^y?U[i/6"ݹ](>,aOKnb9Gh?mXu /Q2>>x,"Mt`GoåŠhw7\Lj gzU]c%X!:7n{*q2EfO)wL 3lnzK|%QxN TM+nA =.jw:(YTEJ.AENiMܶ`mҝ\E臘-2T,Pc{ۡyacYpY#Q#*%>m{CR)O0"`4L5hRp||㟫 Kh>hE%(sWK \gb=Pѻ?Nrf;|2az~֪:PiL+YgS>iNSOD0_Ґ')7#O)9vrXro )ˡ2Szc"J; $18+O ?]w4 + r#(mDIwȖ|ԥ+mÐ_*zEK_ ~a.8+0Q'[ZĄjR.x/sxĴVb4L<?Zo´u mtqzv#.(樽%g%cbq4Gk$ ΍HJ) (Ȇj)٧2|[Fiq'޺>V N ZƄG9thW;5skC'ᒆ[YӮMC;{Fa_RRrRr)T8JŸU6]d@]Z҄4mH%Sm6a< ^ mnGKoͦ㏁w<unel| uNZQzPhi,_np`N %me"Zacaʽ9{GfAcUv0``PI sw&QZc$BM>ɽ /`>Cӂ=~+Wl]MSWu>D ҔjX}fX*u_< (F?Ta:q0jgfQj؋FYal>rۻ*mP6mC5τڎkaVkmժ^^GfT/<8ۺzy^tW_ƯGF$;nq>md5cpĞ궃 >.Q&T:~=B18lODHhRIOԑKNpFx<E@:L'ĥBw^Sbi^ZTxq7Z/Xԧ95ed.c]9lƜ+[}4_Eŷ " Of氭=Qzg# = zm0a3}V.@O-i|>#T_KԶ,'Byв"!3c=VlAwp ~#4Gԇ&t#O JGzgo wus1fðxi2{,8s!.؅W<CpL8^ )J{qzBS Ñ-)`aOxk zBƨ}Y a1ž$$n_}go8XPa(êIYd<iSӆ40{0PfC ץ:ӼK騆uUe]ݿZ5ˏc[Y5XEj^n@UG-ǤϹ~l[&Q!kBQLVHg:Ѻב{ ([.-zJ$ѓWHٯz5ʇʝy{ˇ Q"٤Z08yGAU/`0@[: yFuIIQRZK k S?w 6)SrJ0v#QN|gjD5XЋcy`CR5r )J{]M ݬ(oPjhHR=XMOu4EG6PA8(.cf+zE_Ʉ8$oP9pC*w[[s65NjNj$m L$/Tȥ:֩EJa;aZ G22E`OiOnbW09I}J#ƋƦ;Q%X]Nd\Í؏:n|ˆF)&aF>XM#ss\A,uyJgaF&(/xS>r9\.exT6bbłz'锎`l!e<w>[Ǖ db!:ODDSnLOl妨u:ib<FDQdeeOs֟4l^t~usA0krMdXgVܮ n91JDZ*ץfd5^> ϒÔG`z!3 Ӂֿzp?θy䯵c>žRZe}Dc"ů]Mǖ[%=c5h A֞lQn K=hg|wFWXGwpj%`A8v~>hǹM-G6P޻KMզ˙GK! 'Q aftXk$vtжyur9- ^eu/Ǘj-`l)av e&%9'Kg]\B/$PYNpkr-#fq.% [~'àyd Swj=xUN鏦w$zR;`F,[$;1J.{ecl  uU\׸}uі L\9` iw{)[\fҡ'o)!lw<ɏ|$ O. Y@1 CS=Wu` OV7_VpSioR@3'C>_b.WlclyB5ME͌5i g9N=8gVkssjTuTZOwJXufޯI`ĽDWlZ\%qj3$ lZ]vy?,onX\ \, ^(JR@ +/.33Qo&P4 DqP33]u^ хL4^alf\O7(RgO{\?}SUVJE~:/YgD a' t].WUK2ngJ0=M0ћ3츛zJOj)v'V0;pзQls|DtƒLG(sfik9A7O`3gVmziR))@1"Q?(tDJZYa$z=2a-gΥ]y4P 7)nM؜0o诟]Z'X+(`%!=X"7B"|^\ϐXM{zM !_W$# I"9|){аn 0ty)Rј./=4<Y-'f& |JjgKpbm+x[cPBGWr+`Q7a&SQ=5Ӊ[qi&J&%AՖd#qPl K$6~qT,fX +V,[ũS;] DC:} ̿B%' <݃ P_2[g넾 ;Lv._DjWݙKh}-0Яj?$hZ3Ofҫ)bqCЗsFtywݬEONfu-ˤqODQM|Q~v> ;mGXq~J΃q8$aXt~_%KFth5p \(>ppȃԯrȐm;`Qڷhf΍tcvLw>Ż1 roO^h~}PZc2/¥Ŏ}l?M=va(o TU<_Ől JʚllToM-3ytLӘΥ?#==m鴴2#xY 80ciaVr|GW iҟc]0{-_L,;j6ޒH4L|̸iG"8䂞g0.!Wi1(z#"o7SGm,8/O1]({GQ؎ "r˞BJI>p2= VjiSQŠdT EQsVV=ƱW1,u1 4| H,Ǖ$AtCA ;b*HT$:7uR٨a奥qmL]^SpI4$H´ |`%4KɦTݣ(;_Ÿ) |?x̘pc9i~h1S3^aOdW쟥lۘ-.IaI{i6oضLL&\JŒ3FE Xܤc,0Bp] z=m䜂ׯADY%V#D^Sp$EN8>1dY{4KK=Ge&7x}uӿ߾})q^*ډ#amM)HJ Qq7Ȕ7D!p ǃ+xE<i5?~),5PVUJӿ: Ƅ(z~ pW꒤,Mõn67v[RjOpBJN;;NoI51s*I7e$kap$ e-=)$Oh@>tgb܍St܎\h{9i #O [}UaX&mڻm"³lysn2O[p)߰ r;nokHPCk_06=l!E=V|CP i UUOھ^1M}!LXv<^L<| MOG'W7D {qI*?bjLb9TdvJb;)MW1 JxU,:9$p^kǞV Jѓ_m4v6Geaџ>}_hlo?s ǝ/[t`{w< 'zdWV/wLuͨ4Ba#YmDf` ۍdojW ͐8Ul!i[k3xyDN"YAR,F;`ۥ)Rv ] xĉ(>L9ysїYFS`h Qeу( w rv i0f^3L, 4||ۓ۲DB2`1R [Q_#z4VD U<3 v肱>o=<>w&HA@j4O{MaR'BL$tPHaZJF.7fwA?TOD(g˾73h6} I:S.UCjZ3]yo?y(TηmZԖjaJCYV-ۆ[lW$QE[޽g°Tr]T?de6—„6܇{A[5Ǿ. Җg'+`_iEU>PAEy!/A^E=l ׼{R*!kCTX'x@riW,dFգ'ZDe 1ײ)$ kB{qXaC/* ܯGit1W]sM hۦڥgVӠ\"c8vd~l@s^jnysV]hgLӕdwg\@ݒeu0 K$B$NrtQ?Xb|BxFY&k $A ,a3yZbnh9~+#w pI[jpA]i?7Lv=Xi)KG| zzQ7иYSUL1" K!!_*,h}ߞછn)wSN c!؋o, P:0l64gL'\?fAH~d*1ܸN5XnP+z|SG!@)*چ!#I; N7MqXI&D:`4*RIxBV~Ia:K&i;V305ͽdg{$гam_D߉k> >1sD 0&_ Rc99~·Yizt]9~M9 Uk^/^?i_go#!n)B/jT%mbg^P!ɨ~<"bz'DnZȚ&E!k̿=ir֯u/PziA)FO.لҾirW ֛2/';n׶] ^KmFnJj6 HޭW}C'SCHWgQ,!=,hTү_/zKwt>g ͲO'F|6@7rh٣d#mWֻcv$tPLg9?ڌlȆo~q -|X橉; v)AIx &tAƽRG'L$/it݌M07mAf)Jx'8"Mq]΃GM MGY9ᦣګCm$Acyr:W۩IKV衏5i EP vQaz[9x]Cn]ӆ#<m{4qcn2:F*:.oLxs4tҁ?5r-$%TViK:}Q>1t`*`y%a#"F-[ 3E7#8uZUN2vRQO2lF"~xD)(*i`s)B0$.v_ ѿla|eGlHlX V?>f1qc|mS+ҥnH,BO*.o) B%k!I\E0Qvۑ*߼`FQ}܉3MYc(:ϵ]L{ ^&zT`o l)L$۱m\<~Dɕ1AGJiqp^$}{3Lr4^[)?Sy,j@Z)Ol;L?߮V ҍd'pJ TrnCVCO{P+>F_)qu8͕٩14q*ș3qh=/gףx&R؄ CHS(b;Dllwvem[uXDg~9{S- ZpRS@oDClFB=M5GWN)&hn5+c*ST-L(:F5JG;K&C8T+68v,c۷o3RvBaɱ-w辵L:ڴ^EwА<\²39QruBbIi}V*v;_Үp0qX%y1lD&#ƬQz3S=r`=JQ.1"UsܜT}UY4Χ 9&MM0YxJVKBuJ7tě_/3*Dq!N=HDHSwüpqQLXW=v![%٨X}d pwLRҧcِ/ב:+ ^) ӯ"T>BxXS~l٤kp?4xY_DQhd7XS)|i۱576PiPpd&o$JĚ!$u~jti0vcȼ*YDzB[/p. `dsx+/>ڥg!H )GܘG@t*u=_ 4W8Tsl8I;TaJd˻)Oҟ ,FVӟcd+-Y^o*U tN0]4`L9E#)^=$-a9[eBO`YER+~fzX9rRO^t4IG*i&$?呈#9sqF ,I f;w睲t=kkkĭwk,/ɭ9[!RF/T"!57qlwD.\4O!5N#3Gx*"n״x!@2s5gꁙ^-+&DV,Bl5۱\1N[^o\Gɨ]s]7s2lm= kї>UWFG3,JaisAiKsr#L]rjK`\xٮ#>mT`"Q=h&%(ŎBxTy^vaW /`Yv&:,wB)o x^ yg>w~ײmw}}Xq)5'h'!c ht jW] ]QuQjt5~.NX)mǜ9UFȵ=DN@:Ppx~n$A}sO*(OohVkC$[9 MT:7 FfHAc4"Q:yf` `r#>~uߙTVEui؅˘t tĊ9Dc57q t3l,buswZug3-Ak& ,e ?(dlNɌ3!>nӄFȵˈei<[ `$\0ePTۜ/UUU6r%ӚXfi:dU9S 8>ؗ(=]\!+aX`%cթ T r6p4{헶ڗ*a]5I4AD=?}hzzZFFD㹹8YBa BjUU]bl4Uu;HDg?F l%>~1<)jJ?n2Sh} -Ay5K(Σ:2)מK 8/7rc/9ӹmܫϣ%י N|{ ՛G hWVF]tA|팄 WlxO:9Tj6 <C?)euյ@>^co\ݵ,g8&$-є O_QUM*P՞W|a[4(!nzQCj|H#m`:ɔŘi0+c\fmtgD!2iH{ؔ J z;L%6a/-8;kz Nh(QaUhBɸ >#+߱p!EL,CWЖIB$qAt&^W6KˏvZ\G tMК`~8MşQ$Iz>~G)HE e$H\} 2T=jn:tHwRQ:20TC>ֱ^WTlLL̆n"]h_cE򤄘j}4{複뗩Sհet]ZNVE#J'hzg ss]7eYUߣ*Wy]Gd8 ~HD3x(v6.][P˄p Kڭ*?˥I @,cA3GE+*{w̯ ~([a/򲬿SDƽ~gc3LXqT^HN"/DOIrpYR_5MWҾskܡ7@b ҋ;ݕH[<'4PP;DL1) "W?ZހPqx7H_j $l{^ѢYo454-SsSn0B:o6ۜ0\ M:dyK5p8G]of^% #Ј{H?2X%NlhهbZXkR12MQN9nw&zJT->n#䑥yU谞yEn6n|1g c S7`sdNX(WUoHGw< pWS]5Ӊ%qZW)0xGnBxy 4]tI⥙jCc5> @&2\aJ$N HTTITۏ0'QYuܼ^Ȳ@HvDN% Vǟ7LN]5Qͯ>uYaMk#js=3q5Z7MKL҃kg^IRLx#.@z/.S32z|]_' {t]V 1:'am0P:HmM0U赼R=8TL=$9O)2OM(i pNf$'ss:..zk\vUXT7BECߥ;;f/fP?qN§d;8obIljet݆x%qu>%+x@OB>|y7޵2m]ьP9vjd%Ж[V9Z]xfT.rKYR{/ OIt]@5ɡ`\/YhsLIXk&ʪ?/r7cL56pc+s۽"Aas 9?hg.籮b9;Y H7׼sHɺ~@?$Q9{g>x|hQ ~Ky0iw/~-u^mzCoFUG滕r6AY%I ',hL U<`9W@y49i\ppTQh2!4+ Ue G_2@ >P@Az;%!D]h{O!>P9qh&/!(lzzttߍB^v*&PV/!dJ0 z] }Lзm1ahl 0WWR۵qTP`AB_^3A!AJ}Pz{0R %ރ)%vgƲN7Dc EC#;T#To:\M 7E<-*y2^Jhj0;O 4|*y'ғ 巾RT 0_>w\9 P0дQtI%V4Aѩ<ũ?4Mz(b˲mliRMeY0AI6ms,%qb*s}L<[GhY{RG9.V,+b?76\tZo\H)o~줠)n!M-.Iץ1-Ʈ`2v@hiX/ Y5JL[1E4Mph^6 >F 7ň&amcQPUӐUQd ŰH45ǶE#D—|xXe>YoU~dgZf-XBo$u,\IBR ^4bQ ZlX+ YfZ+tei*63Ha#< ͧ` Q6=zR3t$JK/G4D;We h{k> W?\pӪ8p*FRq&-4MI 7#q- w)ԺowMP-ޚGy=lIt&:]y! o]ڳ”\>^}#ǂV^Z=j%u:N[s nr w,T5h\nKVǞY{E>h?^h 4Z E_ qy(?׳RV3-:jM?OWDv>}"sC#3ORqN{cG4S5w}_:u#>4LS'5cwKm۶=:sx"@v0,HiZG'I+JzG ]*є4jAʀ}aFRʫR>񰎡6a>ׇ;c@ǎ;/+ر_•W_}兣Gr9 kkk0ZG椢$L[FZFCFjz&vRTo;w.6 PV+QυI m~k[GfVgox}RN8W5H zكD1$Xrc_u KWgz v)CR,K.[Ӽy枌rƤ-{\. |94%`;M+D`KjҼJߡNE<8M- LnkNeɦ!wPlCN)X1!>uDOxHCyeҘ*O*íhZ=7BƗoH窟Jd$ 9SU6<|pWϟ?ixʂ|u4uυ!~s>Cw56qJ5z=G &$wT3<3ϱ7挕xg>_.d?,>VrUC>VlY/Y8%^CSptŋ>(˚&ˋum4Dj O0`Ӓ(*$Q%$=.5<ґ,3YWe;@Q$McvVEg̪Mt5 l:Mi1,ͥF&XBhh &ڀ)0fQZƻ|k(m]]d* l |wBKeY% *B55TP52SZ,LBtk*pjdD)v>o+Ld]cz[B@-ѠdD O]1-ЊGSJgC]~ӅEw/31 ?vzO 4 4K4$ Fsp/u /=k /pkef8_KKo|M]w"hyg*ԗt}iu8N.pg OsLҿwZyZh!nz~k\W[${8OOD1gK-[ޓ y7~c2jYk>6LE ^%L2Soms 2"2(T ;JE?Kz2p4^r3@e^zMq%Ӻ3Ve:nfKon6}Sy\nëJ$NZT|j2p;0u/*7>d eaS?4E8wa5mfQxMsՋRd5kK?τr YNz:sD~OǃPq: W:AY\LГ\6 }~Bx09fptĎқxɛϴ d+PtߗAN>'!żbS6٬SxZy^{aVeRꕻou=Mgla~4) nxL B!1L 8%L8, bl#6y1w$I( ,JRe*i;4T '>Ts0M5B1[(B]ˆg8  %-~^y E޼6#CZ "K.mAkٱ\uxsW{p(xW8|x jCa] }ew&&&A#a\ Aq#EOԗĻ-C~UWmśU_hD^2AgHMsS縿v"+枤c0"2C1=I @TΝ,q0.7M(`\1?B0{a6666a_&v|e5?-F9?l ~iҦ#С&Fv{XxJBKl] >ZrΛD֜ ;d֕&`sy}p @Fz51u,Dfa3V|_Pq8!<&pJtƥ< LL FͳΠ5z?z=>- B.Syk3]ҵف5>7\0M| )]hz}/)Kb~RoKOj68YvG 6%$sB" ?Cۜs ߋ38\$o[ 8﯏1/}KҡT6J= Xah#֤Z:XͥΛ) vKCj|=sױ朳|]`ݙ}u]wƩв3Ve_Jzq޶-yN4nṡa>KٳղL΃ y~$8kQLCCGȫg*4N=?^ e3ji'N^pPCS|(D%?1Y=0H3.\eXv21Q-jcjyи,24ˏ(47n"6x =8>[/MxsV+ ˺t! q5i 4s vP g UwVc "]G]txs z.! +@E~Ѝ{qV8N #; @cIFʥi{kA6 U]1%=Ò`.ŀ[w2=N/DBſʹWodӳd ( z,bҹGKYc1O@7#F+#$M]&''U xRL2׻?JHqƃ2FDK Hy'@Ǩ:D"s$A4eztVZW)$OBh"l!Yy wAfzn'+*m+W@vxm2i̓Av/v3QB#`>ix%n%v҅վ,62{/mO)ڎ\q9M}YU>i`H.c@x=S:ކx&6N.2r/A㽤Z_n&*f4*T%d%;=4i\],>5|Ӂ~Fb2Q (є~6R4+$f'hS8d4eY|LQ wRyx/ G1S6,DĘ Fi$(ˆ'j_ 8S){|7 F e-Qs~0OٝGMt7]fDa %z;{nq $Qv ;VxR"5?"0=y_}o0iK]Zry 4ϟ?~t <С8}!2SyW'4+o<:߳ ix]:zRpz9бKmv qBxarL8oyx,︰J^ng#4FB3 1w;&^ҁᐄup!U zUKlntin7=@b3t=c6mj7+- >-E-,HϽ(% 'iW":n; +q&cPNT7IV:|l4Ҥr: w #6/Ul@View #Apl #EH %R3eiclOcxMZ[u1B9!iċ|%&jS0s0ʳ0'z8Gծ.T%$)ks$ ¼ЎjoVŜ56'a(^u,o%Kݎ` cp!\g< ][<֎#J#-{@I3M{3hx;Zgx*(:GwMH9eRWNwB-荛ḿmQVVȟўI:;\-xq AM5\Ms8-uWsFu}#UMyjAr(4Ip+BːU!yI|bkL8'O1;O,T1"q㛌4h)lN88lo‚~kBB,eKR4pKՆaa8GaXOx1?E/ Wmե}J@X¥rYjj7QKF{چ,781/T8 XVh?ӝ-Wjlk?(Jym35M&ݫ.8TWn D-q،C@va5Q60z5:Qp!‚4OUujϔ9 ~_CZT!aÂʉǸ~"bQj:s]<`N98RUT[68CSdt }\2pgE$Q͐?RMƜ11k03eUwMU9TUMWWea'LXlX2$5n3F2&(5C JLR6`9KL;(ߣҩ&$6%<p}Q (7hK X]Xl}d3<#QA?!TO߉svB7sHϑF{~0|RHs#vFP 1e}Ązs'&vE{i+s==ΞXމ~N= >Pt:j?f'`LeubzڑeOvz;7wnIZ[^T׎JUz5ײKo2ϗڒ=|s_T`'8zlbhFPZWT]cRBrdGS{B{&&Vcʀ R0m\lVkv_T87jTC5U i=P>18mGҹJPc_A(0zOzok18zĩ6k<8M6 F}Arr[J6->~uʊ2Tu FRAR9WW:jjTwj.?|ƊBn*8-F=VEVwSX;LM/;[Cwc p̭1#Oz3Jatuʑ?D^~.5-_dթr>/)h?r>DiTV#;wTrF9@R#^w"/'=YR*ܻ%Do[N4?(~`M߅ڜ*NWkA0`Z5y ʲSaCUQASti}BkaBUrCڋftzaV>_:\ѿcTgNUnLr)WQrRӞ5pX"PNQkS>͡8{"Z&* %x`'oĚrkC-_{~sʗ/Š,k-Ty礜j|:-s}rj+ ~G߶,$%o=}LN<&w-z"^8E" *@Q,N4)P:>Vt AZ y{gYPgD)zmk^NO+q}RLԇ914Oz~k05g@F/fuW-kU~ Ey܁vN G H&aOB+Ĩ[Z϶'xBy Һme39;; r$l0?( zG5U*٨$dzۃ>!Η:4} ?uwt#:\,W֔!>k'NRX~5?wz 7c|c!ы(}GNxgN߁|0p\zuHO}T#$$Lm @I<:m27x f&G' !`t*Z\o ܐKtts&,OF{!*T(%`m= YfBK9dx-,,Q,)ykng g Xc聈RX^&$EӡNk[8c: bsx#ǀQ2q05x֚9<:ϢsųglD~jz65J[`A}@'s#[d'òg>>i8yR_^ Ԏ}}IU35"ug=hro_D+A];fb(9f|][ud>짔yޚ^{Xzv{P^|1+$%o c J OG89@8`uIJ(&r4W;`Y`pyV[GSضim[Lᑙ^Z-ɓ=5u]ƶ@ਆY-֬Z섩Y\7Ja9dӆc;Tŕ>}x&4>- dÐ%fB2ká4rcWmjchDXiޞj{OT:r)fq* _:lK2;]Tl xPF)ZtV6r۰Fʲ6*R{&}i=ڴec̬B\bX`;¾ !7?T;iE׾H[ڑl1&̺b1D:z'|!@=vμZ OjHjEN'd?sD D NDZv6F.nc(lh{6N'X eoJՙ(|"zgoatwtOL8Չ~ʴ967LSQiʹ\9LINbSgo{ix':=qJ ,jAqa-*@^YJ#K2Nq&*V] WU\qvoS+lS[Bp!3F,"1I\Ȭ̓8:ֹ)BkE٩'یY5EuMYt|`ӆQyѬ@>;f XqzMSS^N. U9>g/caItn+֚2? C#h<tGq=u/x)H2IAMK: >Tc~MDeYÉjXwf]jp]LMҞ;1B;01_XRvꛙĆ,^Z4UaL'Ǹ_Bi[nSZQ*y ѧ>-=l*┤:R؅%IJTyV׏ pЦ84JuBK >{XhU[w KiP,N# q?XJO,:Z>\Xy y QҀ8 K>Wk45{5IFaEMC]\gir/O\ ޫ2 `{A`A? {_WӨ ҥTKy(zsf#;!+ԊESEB(SPSP^(.Dt07"^_CǏ?pP%M4xp[T&]fhseٙ-k? /QpE y19LgB+׉cWWP7ZI6˷FLa J>+YQ tLٶs\z{@,3R`ZDL=N^W/I2ˉMOs~›9=ܧ}8l6Ǫ lsԒq1FRfD5B`@/M'#G΅#T9zZp76Gcwӽ_W)?3A 9r(I!%tRDxd45"߿BmOU1ͳ yaEnjbR}޹ivGּu ''''\sq-|-D.-ܿ 5C i)\V IT-~޵YހKq/q۸R9%JKa qDҿK깲ο&ED!nb{\u=qn"Fo@oGEFѷПA2( r=2rY~Ow6pe\ap/?-N0;2\]SQwyDŽΊu >J=C&{z7le]7sWN}UZcq/^f$mM$-&qBґ^_Ҋd!'Dv>%4HyGwtQRFi.*u][[Qҝ8O]2 44tcYog.)Tչ5I3wS~^0W%|d("|޴-I$+e[RVw*w<1c^KXQ".=5OW g.2~ ic EB]F"&_BZ4 ABPGr' ;@:FvHg[d)쓻>U'&F㊜(-kR) "u[Wk,:}!}R?*'{b 3S"|LQ>fi'f""GʺiU1:hX<~hM2LmvR&Ј~7a?q$U~NٵDq=Lúmm-;0؍忩ۗΝ;w;;ʻR[z˥~WAy6"<]k>e"D(Q_TD|)z-z{O VtFکJ l:͝4im(->=C+,Q,r;L,d I{lКV؎A$}K|bn$z}BSd=hXnmyuxt "ls1tR6ʳSS=,ER˯csN]VT4 \w9lϾ;eSv zPq \1y]7KJZ%p d2Zo7ĕ"`IlbW64*.:0'T6H!f!Jֈ{`GW X66LN2Bu@hC *}I W0jYo2!¿gBOm09g~!5EL OLJ?{wȧFR3h7p2<=<Drv>1gp3$|, *B=ԵыةlWK=tBk=6YyD ҇<8 b.a|'V\an {@ŲIoi]J6HQaq[QFPE:(T:'gE0Jud,eI 9UU%ԼpsGxͫ'Ju%kp;ޣ`EupIDn%pOԻlO؁TA9#fO#BK Ѵ^Vh1GhJũY33 (_LUfgf|hY/LCP}T\,L%x@>D4H/cDīC@oNH.O0>1rˠ8aW@%bư% -ѡPE)/2J R9y77Pg5N{Hg;+Ci>!Ût_aP|xM$)¹5]CߓƳ(wN70DQ[`zoqVe idQ 椑DZ 'iljTw.tf~byU+1LPFlFzdORKkȁ] {moK6^GD†4E2WX-ecٗ7phI EQ҃l o';赖mӑ"wP}9IbÈa7Զ];'~UUw xM)Q}ЃU-aNk8*,?=(;{&܌h|ǿHᭌ1kcN!D}a8R*CJUE _E&z78CoϤ5^x yaY^xݻ2w,u18&D򵍶}d!“Ҿ(j4F\ yy4;Jf 0d^ hiv{d4OS?u0Zh(FXn@Ƚj*D`DYE$}a!!ÙwkM@&TNh-:?֕$ EJ5UKe5&j^V32w7|8b9r|]ǰ?н~X >`3_R{W@;$ǰ 5Fb>Nd:*7U{O1Tt{{ADfd+fz4TsO>o0.Tt%VbT-*>2aLޟNգ u06mPZgK8zZ0Zjzh1/ک(A 01\@΄#;g§!#@r@[#E]&'kSR|##Ix-A< ʃ4,Gw%//Wnn ϼc`b =goA&{z5Ӵ0X,HIg5f^xXI4N?X$){Oc2q@h}4NjEM&V5=C7}$cD[y iS } tx- 7R,Xy|V݁bnlۘeb9 |F1h(\uuN`ih.X2Ie(Έ$PMco~aKIe(I(ҍ_*"EĶj=zk]lQ3l@6c1K]J#$y}mQGҞv=N!0!4 XcXIQDP%QѦ߃i""}7jcY\fȝhP{W NFH!u~~}}~w]OD^bIb=%tJRw:tzT4We!*^yqS:,8^/# !+;CX)6rg_~^M ,l)d2q/ w<5] @ϓI%/NuM~Tҗ牢_1X߽ p5FS0 Ԟµ oX[:Lm 3P2%ЊjTն/mٺj|U(d n*kw5q|jێ:þg޳ vÇk |ọ:څ^pn_"}dZ`чq(O(t+, ( Ueoh /궄vGG4fѼ54MX܉X]֧v#(jg=كac2DГ&d5<䐻{ nQ{äA̱_J7E}p犚iZ0vdjUϣbzW>\Y9i7R Q+QJشo%vV0Bg7eq5ީUD7zf/;DYZip>]Dؗ"cisPtIY fĊhQyj(N䃇\D`l!C=vmC2Ds_|Sӄ1a6Z+GTC̶,6ꊰ$1F"wgP"U p[m&=qk^vp\YIͮWj^^ZJx3+^nkC$c;vR!70 DrL6.ӜӫYDI:/_&KKCf@ϧ^`Uq0(ץ~.*~WkD0F YeS}F\$htM(%vZGyb9p\x3 +8H;Ol9,//? F'N|:HN N2Q[<< oIH :ÕvG zf,N;JYH3 ɜY֔JtuGsNz'އ>϶KlaE۸.UJx ׌j+Me/]!mӺX5{g#uC 3Ԛp K}855%n$6䧥,IrA,fpQ+ӨVlۢxHl$kDMf3[[ZZ"~g K//,,hRe2#B8 փmX 5'ګFQJFQ |ܱks(h5iNCig8 X<7ZoQU}R8cӖ0cю_7X.ftxzS] tM)*'hj^ [v殃 ?@O~ZvR1@fga.Z9p_ E߬Ҵu6~7j GͣZOl9cNab/w5ՒRR5PmrƲv%ۻmqgJGQg:YT{0pyLu]wQWUQ`Pp6V\#VDxvqu]wZ *BR9e,C[#ʾOc;IU:XZ^W>z~ɯ^~u(W+eqpQ 1.b綁ephHai5M?'nw;+FBcE۷*wl]}Y:_+ڝ挦z5Ao~|sgytx0Sp T9¸7\EISkf]>`Z2h^zxSLG%ϳe0LaS"I): cu ,l:*~`mEV q=s }LR$u"ԕzW.VP3앻n=e˗|eXc+ϟAqb .n2l !;Qeo$u9/'&&H;|swB]%0mb)d x&kɬYo }Yo⦽a~ X܋PLnmg}Kf'MOZ)i%iԱ n#(M#DMO<}59 &uxz 4XRq@ W]e"ܵPGpÈ,Kl21~!­Hͫj >araN_Ļ炷$ɒ`K`Fs ,3qas&m-4 hȋkTn\x4==1)m}# e:wuD Uͭmnnre;mY.gf&k9-6]WWyƯ?BA14P.CwuiϓiSsgJLB)މi,?wp4] |TEEzKn3HC%r7i)D>bEIlq/DED>J$V5U' ۜ!B) 4#|cϫ&l/;;j;]'實{Ȁ&Ma~Y\{+5 a:7 .\US/fXHV7AlEКv`2bTa Nzb K8T3}샰M0Yz>גʐf,f2ƦVB}ܤ\V4, }t ;9!ُcT fJ5 멪1p^T[{6:ۮL4iƞճ:k=B$CEKYN1?M\ u0T;e!ϴՄ:.ʧ8:{3"YwٝUUJD"OpU.47gutDeUU2eC$p۝fQp]2Bd"lڻFhjH`u؀/m$ZuOb}+g1mVm! ,Z-Y|FLxn(7Gr^eXAD;BΊG$0 [.*.2AKh9\Igl΋n!4Jbb]|Ch+9/ >"Wވnʣ߉~%.|`嚳~xA3d}2NN>h'}ǐMs0ǟj{;!~onlP6TU>fIS]-ys ,0"!+&:CXD]ebX)M#k3$THW-5aD/u˟z鿥E2&| l,ηYSTUQM>APn9].-8mgszɇ[V(Vdʨk(R'/dMjԿk/mIZU]{$5EwPS:&-VR76M] lQECl,ЋLT!t$z;8YJf~mLMM38sƲ8?̙3YJS6[(*f$δM!=3 6QV"vb)D 0N%X8 w WX҄;U P-U4@lY%q^ \tY_k Ef9co8~bNd>KB76okCG ,ZHAߒu %ګDDoEFԚ,as HUm4 4[U9%$9ɫSe1E>'(t^k6EXvMC]n ^D5cݽ}6 AP}ptOЅ68w)QDQ~/պsZ -USz`Pb SSQTyI6juI(آwD)נEaJՔ\d l Z%ֺanmWÇP9hJsB[i cwiԑ vITIB$?΃ I ijQQo7MEyϪUv uiVrvGt_ssd4>aŮ'DB?0Bg]G 9Qʷ2 fxz~KwuTcހ9ɒ 2݊x1W$=#W1ƛYTTQer5*^S3! fڊ:޷Q`d~NdbѳVOKdzSgzs,݆{JZ\fLAI՞^~fkˀ0,upY) ,nJ474+`}gTpSar:JWUd^I"exCR)N$JEW4#[  g&&lb2畊dAxgb'\ofW0>$eV WgwDsj !6z}ժN,S72ٷI!E/yJ4ރkmFnKGwث' I܋?.`E1M~+e"a5Mb?V/@EQRF|1 %iN ]m>^QtR6u@*AoЇjb"L?/F}Y8&-lhL?H,6w de(pլ yJol+ctݷkp;Hy(\WLX3XDe]L=W6} ]K .Awt 3WAo}ivllz%E"l3oq2箫L~,SBsqvX剝:al^w:zz[%rV;j=@3O  s2RWm'%4i[`z!4Gt}J^x49ZB=P, ; A,4}(=p ,_9?07,Ge9tʅT4F)Ob33S(w:,?*-t}44Jdy̠7f]JH9ö$g:a~Sc^%^4y h|AGbhƯr-Ng/%Zy*>CPP vEQx#v:8iU5I!2cLlǸKwuwW9yW9"VtdĔ^g%sg\_ cser*7$u/=ՙ7Q$zÝ]8% F2F.+XX<$QR,s$!16g岑uP-*Py% PiP'ؼ6띃8_u3&w[[_] fB_{ PM)]ޣv[)ʿ#)}SxnzdD)oN'L[vnY+sӣǏߨ`S:,IL|}Ԭs;"Z/_6[׆ErUK!t=a}!;Բ9k9ﴃG! z/z F`ˉlkpX-u)enTx]2{5k4ݲ8qZ BR,5c\>₩="rO9߄/ٟ{gl>I1aKC hJFP ^rwsSK *@ߪ09Ukv2hҮQKIUkbFxN&&wόzX.Pz4SE)Npa`_h i[W@GLWgI:bʯɧ]F#O]Gd;ʊ^ U(LNfڜa^T{Y~ 뫶Wvdݧ ա䬰=߹xd_0DƅΨ)t$?]iʮ3Ma㋡% sg19GryBYOUYbG T0 c]9ˏǧNҵ>c~c&꺪 K}x6^teL$g Ujx z&&in3$Mvgnócy4) * D+)g H.kwضI9iW{Ѯ=QpLc|#t1Q Mm}EN䇬d ,6UEA4@Iv=VZjQ?Q.ځ*(lrvddm %*TΏB !$G*0YY 72j";llN ”AO3+c4k<}a,-|ҝަ,ݯ<`mzڭ# .)t‹&x*Y0Ӻ: 6~qb1ޮ^@1:mb7]6tl(jkY50U"SM#2UMd"K&Y:!,Q4LDӨLT0t*!fdpn<ڇN"[.V;ri66w ^|^ `HDrY=j?t3]| a1ާie45N#mC~ސ0'ߞi\nT؞.tsG2nz& ;i.Zr GU-϶ۥ2s@vT?2[xz nsRs$ g7ܲV q~O$I_*d MD9;dvK;i5kR :cP&DǑmw*J!rĉYI?(GttRK;3Fu|^/YP&*۞m\ogpI=Tъ☕ *w]7 [-BG5@EgJktc# ݺ]ؽ%ե:}/SmN5n*IR2US*WZ7N]IFT6ot4\*Ifp]$}9Y:νp5;gb97+-2ל'Wo+5z>g9R|KZ2WQA8W8 Z8cx~,2ɉdVޝhSΥ2tճ,޷FVfi@gD?!!]f8u\E,<] v<ivނlsApۜ1vqC3O\PUs; 1nwRR*ec5z8v$ވdl.nm֐~H<3Z_5G%L%EOvjZ}:SۊMMr?;Y9^ ,ڋ^rH\ O2#B< gRN E)HuTFu!҆BK ":` `xhZhܵ4 2t;CػKUCo{$eMyߺ,|q;10hIEnS袏0-`,膡R( ! wrr2aEbiY XJy" "b0TEQ0 AaEQPE$,I*CDDA%V! ;*D\eS,x dY)ƺ@TsyyEU dGG05MX4Sxƭr>JUYeȌ1ƚh2&aDeYY{vJGeK8f,XǟRQ5I$үXK:<ŧ :dd󮜄~=cC5k(mD5$OiW+&ff+*kWnx l%ܨo8;M 6ܣ [ɫl(uHB3Q׽N;?+|8+J%$J(-&"AkX펕 䍈B(WQ|yWa[lA_gr_ ިX揿uqK_8-Uijd}}ĥ1d uOR{-ISa"`~0^g0n;UmG} dh=5AOiFM&ݔ@ha]TǷnq /:mY(FIM2ӭZͷ@,*J;+J-3*j04$JDRQWUeYvw1IŒR,(eXʲ,"D #DS^D9+-QHo#qGi ;d} HT@kyuۇ[k 6sh$}7&fC?gS!}U UVU#I4M;Bl(LETMϭpvig߻"KݠT dit: mzΎLBmqIZMж5i8Oml]*~.XXH9 lRv-eJZ(<Dn&"Cv aT&aadLGѲ2ƽ-i0dgY}z4sĉב(=(؜)V-McajGHkb^J߅KJ8%+x^u @zIȽ:||/ 2 [98͈7n] st6Tf]}(u?]L0F]4jmC4Ͷs#IR [~$Ʒc8`duhѕfDӅ(Sz ށJyD-3+\nDࡅ<цd3gT f$lKT؝3:68^"P_rPD{?kT+A_dwu=fMfSi_@~?D kͼ M x\yoW /c=!Ȅn<~8a;ŗTZ9T*)g!~:fzVXeT>BY%3xUK[nE6O`R sR O/ +$Ͳ;Qr+O,DIEktӡͭ26{:|Иy&{mx/ /{.MՐV[Wv%S>O yo wv󀔹ZH^KI|jW{^%x3[&Ko_Q ZF~A糰^0V[Y76箴!>v0Ae-5hn5&ɍЎdi'?nXb?0΄KG 6D+Mhd//M8!T"QRiwM;R+L`%&¤ ^Ȭp~.lI(U=U\L *f8=[ hVg%_&[zեWĔM:AfQa,f( 5?֤/?cK,L<(i+k]2rX-ϖ+/dvtaJ9D955p{%ݙPSSS`5лJꚕ [+i1Mھdc1 #9qyHu7gNwkXGͮX52iMC\D`VxAH[ 1vTZ\ tt V/)ǹc1 /@̖ )1XE)ۄ֣PE[T\e[j¢& 0Jo$P\i7P~c|N)V`eejΉ^3,~zn;dreepgbg?sPgXYY9@P9ᕕ:CAi/h?md>'Ұ zF|H *P|>7Ҩ/{*Tq3tW0AT_߫)*/z!y?5c;u|.U ShtFȦke ޛWU ;%BM?jнmh@yZ$/EVඖgzؤͻRgHᥩ A΃8PR{QBi*‡޴iz0Nmz~ Z^3L-:ʤ"܆9S?H⳰)$!%gE>SBQc7||&gV(&О$ql }Fhi&܁vٽ{ǎm(޽gͤ ` !h 1KrpU eߨh, Qa#3CdhfŁԜ{e.iRB=݊w5yMP5&̌)Ir*SĻ>*IiXʾ"X) Q(Ald_ym K?(J">",Tɘ,'*JZt:~|"=6mRP3:%| D`ĺw?K~j$;E.O;UK uFs}m L aS P`SJ=5Opα@lKA%APۆ LvӃ @EI@Trz/|Wf4ᛄ75"Oӽ~XmLRݱ"F3|P5mgasؒɂGkzo4s$I3h tba|}Иz $ Ie'QZAsK7-Oz]{&Q# RP.]9ۻ/pV-q=H܌e0tc8(+{/\~A.`c]P#u]^w謪fXҽX̽'TڒӇ_t|w\=QV\xF_\R._xJW"o- Ekq)8Yλ2ONeQCor~p;%EN~#CL϶ۭ-R)--wDa;Cnm1ЩakƇ<[V$Qjx(_x1R"WV}B3q:Kva4Gy ?0$XezP^rx5RI<(h_nqnE"RXuVZje^&H2'ˊɅB_eaʊ_5K>z0,9أ%`z |E3sĘ$fֈCuT#']Ukkk>%rr!X{H~@vY&<ވX3#ThP67¦48>vj1_>! ** Tv ~RZ (_va%I^9w/f:{f[] yŨj?LVV+z2FᖶYyT&% *"{#䒗q ##^Jk ٯt&HIP1J̗c},HT .*cG"t! K&ZǡvxP*] &@B Z⌖˄1UBTJjt\#)R- G2w&TZ9G1졈"5sgUQT~j<&Aؖ~_ͩumo/HH !'2F8^S#g50YՃxvy`"}Xs{4f7vx=H†<=;qƒb.7$,yXN / EB;\Ox([3"oZuo `ZKhb0&h>KzC+WJiҴU.M-ŁZmlҴ`K8ƵRC-8v;nNj1#tX%x91懪`FabxİL[G!b Xܬ4V$&3Bl `9ƠwyUioA!nEI_)C8*#F1 [ր)wol/:͸?Kl7-b Z&1#v$ KH Vg9!061UW\W~k[OY8c錶Y"Q\<-94sCcUz 9Փ֓ҳ6:cWYBEځlOoR͵_<%^ 6L4 wyp \pQA p] Ɔ0C01AIkU >52"(e*],;.`9CQ Rz7k3jV`ogOs8p@jMSh DlJR]w*vMl\[Wv:#1=C(Pg\wn ;֝0I 9<*|ZϽP/-_]! (H-Dwgv<-ӹIn e%qޱ+{{1O *J%Hs;SOUD7li}5Ym<ua@TmM~p`WcM^c[R\.Ç{^!c(]} R\cr9E#]zCJ/1(Ӡkts,ppR CS9JaIRh @hz%K3}Nr;]4W\uR!%0I}Iqi. S겳 (FjBbuqNUw;f*)G(ipc@ 1Z-ȿz8U iٯe8ډPשk0t7 #LP#rb#,Gz/xX "ĘRǮW>X\(8FUrdkk(̥ 30#wsODkeS(i5m! ݛIaKRP < B2ZRYHbLPahou=վ1Bqr17,HDc:@AYi1^jYR:jqpGTRډ@ ` |7刺L\”#HlJ2e)y^ 6gH&PS!F{S‰9?$LNj}"IJ;mha=zue0͔R:W\T Mi]r<ґ/ޘ*w5liq> 0jT*GzRL@sƑ!oS8\BaWs@1Dfv~{|/bSu)2Uƥ9cs^5 m% !zAaA(5aS]zxa`S>s3(yXҥKwOifǬ)v-m#h{ )9F!qx, Ї]b!5<#:'mΤ9;Ϸugm3zS2]UY"tҦyꛄg+IYt:!f\n?hfLuY\]@p K,!g2 ǡVWȃ+9 ? _jn$:x[*MW2t[z8Q~Ju=eQ};I]J>xC륧~>uca"N #(N:8 +EBQTbRiEYYO+Ἐՙ3.i`iOcHq2 P&ى ҃@ۨާ0g \im\Pm1|fH1Z~<{ ;J#w=~@dP(cnMJ c#/^cgmփػ6\6P vi^2 ݂Oΰ>8&6!6&xFퟍ>f8M2|3'6qL=\B͌uVOFCn0L=ք97 q?8Y=V,. =g9.xn ]Wԯ C5\q\,(豛' +_:|0H_Dx)r.e00&{(yĘe̘:QL&lpq0tT9.1sn>vtߦV W>ΞDZ +y)A2R6`2f~ٳ1ٷz:e= _ +mJ/ "p c>%™o- 8BҔ‹mDHO[n@]Rcc,bJtE@o)`Yϰ>bYxEyx&xhMFU['IQEŠs_K[2fm}[kٔ{qP{7u {o!ff|vL!pÌB# Gx۞{x`>YnZ֔01s};1BƉreŢ`8RV}R  Rnr9ui#w[c֣=nҤ,rz(?x>˄hQK^vXe3XWޖePc<i8C (%X:ws|߾b\\LË-K})/n 2t[,o(hz;zÚD_]I18ѵ?HA_IQc^i8g9KvDYӌ3>ndXsV8`?O .YdUZ&8/Yvi9eEh$B ({=5 Rqхr-6vѾrß% >BT֔N\D>@kk'ki^_J-mnoq`,?M3ܐ4x$GAz 0SM~%0_hm#3~ZKؓ bO.'?EFkgD屴!iSlد"ȀdMK6+=IiH dHe(1Lf}0'BbH7Bi.B1!i`qD?&2j#6 ǠS.uQpjnckfp -, ӝ ֨K?h 8Q0KI ]..PX2pf7gC|izsPWʹX_X*DIˇ&3F(|'۰KeL $%3I4JwLL<%vzZ(0Y y6dzFB,$03$ôxyǮK>">lH{>Ji?C%**1545e*e.x$ad5i{o 詟$gLJ!y>ڇwhzR">0|i?E4p/~wB*Ϥx@]3jsW0YF;SXzͅt 1#i,t^ҍgзL"ƸIb+(`}"H#y(\Ja[͙7?df/sVYmV|UwZ!bfyb^}_U/9'*Χfv4qj~+,7jS c_/ YWܡ*ϓ*UEp=koLs;}WQ+R4R)KIq~?P1û]0iGnwPQd1b рk4%Px]j|J+Ha'|mQ+m ._ٯ ]c0YY4цD̈ %{'|p@I7*ʬTR#QJ(ƁIT8 SCX#ӎ63`rC㒩*==lsiExzKöByL>f5,8z6F@svElA*% {$q5O6E6GZxH ON% N7X {̮P_ʚ~W gvXlQ|e&Pk }6EӔ#Cv^q#?;-/LQ 5zx^B q0ܔ߃&rgd[HJG̐1M^riݘG!Qj[tW8g 'ݔ~A[܏춯A{DX J[T;JbGʴ!J{QTqN)2/TJ:T}Of LR)OXa&o)ɪSS)yԀG/Z9Z)@1V` L(mHv}AäR:P~g(N1q^.M2P EyFw)|Ytmb4q 3ۋM4iZ_4YUzU;M'z :wULӋOm߷gM(xZfo}R':{(O {M qu?e 5 qTQO@=`Zq2'\ζݳ)=[~+L7Jq ]3333+N>Bv6~pBX/rYl8q%.+UFN#ۖĻ5n|2R.&N/Lsv@w;vdp+oϹ%`w~L o [nY4{,/,rQI?k5gne\*-E^סZ3ȣ4;pta  YoYzCVuLUV-^ %8z!E%Ƥ qB<&^(bҽWWg̫MhiX&Kη@$8:tG!KV.b`}}zЈW9]8zI\!l_S7m-&$R,n۱Y' :Nw_t3`>SGK`8]1 .<\`|ҿz'KKƷ@ppC^>ԿF;Ufh 8m D5ZuF}޴Sw}sLvϰb5&2B&;ɟ1V ]Me$urfW͏u?0s+'hiFJIYj6L< \>و4뫯pi m8w$w]ӧ@O:wbVE:8ě[]?['GDࢁMx.E`aX%~QyQ4-mن\ %o蘚ƑG:6U;ޱo$%Dk+`h$f <1P +iu\X>_[x.@?xUeHZڷ.6U9Y6 ;򴑍Eqݚ\A݁|Vz۬_N7NϽ2(:މꍣofyspK ^ I?"!L?',IͲPj_G7I ,[\Ҟ)'-u% {~}oW?޻Nxz{^7/vm޽uժcn[@<:U@/^x10&b]C.(P!̑s!;A7RS-8캇w,G rbz,ML,9dIi$$`{g<1L~YLz~ʂt̄( zh5 uקwKImkal;N+/j`v[-xl@׼}٭~H&i=S/F7 )ʒ!*e;}8=J9pa&fOŌ+ʝ xKx<x)B^fV=YYq D#M_G*eV<Ǝ. yg.; `T %2#\k&ndg"ryG`A=%Y7VVz`p1/_/gyDMxMEjz #ө'3p 6ZiAO$V@22Hp$u K o iFiEN>P *s+|撷K_h*۷jj֊T)+f묊veJQQv~Hu"V,,\!.}0_假ҥv<7=oTʊV8:WڠLܲlS_36aD6S쬦P,\ N L3l*Ѐ`kWr沃M~t"5!+ ɭԮ/yXuZEx<5eKhMe o F}䰢\:+qD܄nZCPPs56# eRLEơ @R-YkCӔv=NW+L&? kwS2`۰ݫqosC_-{ DGpJ%&apeH\*h f;.L۾ʸR0ԃRMiyvƓߪlO.dߚѳ$&0ZʔD-X7Bpg~%cR\ 3x.Wxo:\Ӷc>~g0kWajHF,>,6?] GebRP9?+ſƹR3-ETv;STǕ)XU֖pKl Imgw =bc0p0[> ȼ Qۥ~?֩HeT˒cK *JS͒課/[Λ65 | CT)|.bIF%ix9?DtbW뉰 00Ife1r( رc3ȐAAqM"sm_^JB,IP^иW?c9cGtrا #ԑvfGّU5] ꁤȸTG6Þ-N ,6+l'af7 uov#[Z0 Cg.y ˮk 0!abo`&r%dcpknTel?xK&}I}GF tMZF`piEtkuNCBĤ6ǶBS]KhwO;hoR~EA c6VjRR kVUM*( | cOUc7=rȟv~=>0;MY&RPN\:$ΧSgI,&cttE/c-iRKص&nWKG>*h]COOQKN].b< 1*6t?D)iG-tQKё gx79*`:?6r}o[]:犮;:C&piG PUq;q/"޹fCŭ1MD5|3#7s<G0*Gv hPji/cvH h? bDtun8%\# ҙ" -yJ1 5 J߸=X d0FD):`lCX8NIXSuz(`''c (A|tfOs^g>c ȊX]yB@].dRR}+85xA ɻյh}7)sy8@3XEGw?p$MbtШi8Eܼ\0w'_2g Tg ҵ(JL4s}d:AS #sP9>j);jAiMCpK%5sc{aiα94Ki0}64 3MXsj*u 9Q ,"29>1IJR'Wp]xQͺ|D Ṕ>. ҩx:e`HN C#˔ccxmEN2hT?~zdOB8;I0tohy_6mĉ^mvsM=qCL.wIޙquNpRPL8da'E8ݣpL1b%lYe[ WyDĥ@ Elm%gQvC> e)#JoNSD(Vb( x'Dl@= PnQ:# )PzVzIίSt*UEu7Y!UqJt(B ]UEf*rb̿% !~(p]Q~^z9=|Vb EY#LoFCPPٿ?Z;H^ݳ|Mqh2O~/{碨'} 3M&AX3AD`|HҜbneD4v% zwWeՆSΝ;WL%h'BB( fXt,_$i805׿>,^M[E|* 91Mu3/9n=#jS+0]'aw0؛]:? .B0|c#RƃL/ 1eQx9uMB9Nv~xFX\uh3-qERBT:.87F6 QS]+h *JZ9pjU3~UEYN5 H~5̀EE說”#I6x)<ߝ܇0c u33 MC~x+H!$8^iRzb!&"t^z%ِI^ kͼO$Qыn(snGhJ1^+& DCUiz3Y~O9Fϯe}өׄlɾetyX_V9\@p_F9(a۾>yiʁ>έ<-nIn6*Vg ~rK\+&r4IڅIuӘT'8IKU΍ KBnA2g`?&erjx|kya!l3]Ybr$:&]Sn+-m8#5U`Jl}BF:wF0rxLMKscQK~]]$Hj=qmo5Jq.gw&Yb~Y]fI~SRh/r=vS-Y 49~]e#pv"GjG3g$g?jy|M+1x?ftݎވދ>^M8. AH*7F9 I+DVv\v(Gؤ)VV(%ݙPB쨹1ǹ1܌2)AoxK-IZjtחŒJ}1%> 5Vri Ly}AWГE=^RH5[駯4]+0IR$pTzm߯#+Btl:z}V(gL fZX/ԇO 62ZY08:ԫ|u}džΤQQM^e%:߳W{a 5-C6(FP2z0{ oqJ# `{&$|vcuA]u7! QW@OS!&XXD-p&%G IHv BN/|zvBN<̘e:Pthzfz&sǏOOsXݚap[&S0[DY3/p]LaV+$Ijw$|NĂmwPG0)ض("jrf~t#I0u] aI?7M& 帪\1>4A f`) nȒ)K%LaA,[-bE0CX BHDe&#tM#.ì2^QrTDKYpXpn˻jxb6LKv GCZ =  !,g(5dK͕*EBK\q_^lyџp>r:RVZ:wi*j*+뷻~}xK… R qn89av> s~U>t=[ݾ6[-&v!ڣ YqڷT%@~7jrGy6kFj`Ж̞ɨvԓ;M{ B8<)GLˉ},O?3Aչ%}`{r$ʷ~l(u qSʨO-H!θ/Zz0I Vq6-φ-޺kӥRIݡǔ>2#=^XK.lA:%^|tYvd:wPͤs/&ݣsGK e 4vXKԅ so6KC6Fkp~$!?ٜ(!V96QJs  LM1=Y]FЕ6> 8=Ƽ(/7C2V| a{/Y5]'QԑcH{B%0E/=~O!;XL85}?>ݲlr#HۏfW^>1OCO5xr縲PzC#ЙnrW*{ʇ_NQ{k{q?ؔNۂ}E EkYbawB/̦]%'#s[z퐝ʬ(WVvNֳS3:%MM?oA]y Չm!'NitWۡ.'@?X(Ė~~ xK`ھ2!&qqxR$Inɒ ZmXy>~h*Z9K:֘c\9%8*Q2&,zޝN]MG<‰1UX-2p`0"ߪ:R9ݱܬGiXq zsf? 5Kng/Q)^#TP ɩ_ O7x?͟5y 񋞕fz;xzhH>!+re$8&L%tI0Nt|脡[{~_).|ḇk TYVOYcg 5?O?yuAnh1wDӤ""]"ѳ_tݑjGcw!mjuyy>zеvo0ڝX?[dx.>ۢŕiG|R55]Zey 2AI,7ԪBTk]-zҶ2(]>R;!.#0jU*{N-dJڀ)Ŏ0T=(pZUbR pB_B?XIƎ%XaF1xUS `G.z e{ቝQ>lGw!AH%ؠ.M0,SUpDa^;]o'KU6!4;8bowggwG!̎sY.,(ӓo$8K@fj[nQHVvE8c:Q$rZ̈́~U]goAPL-wZݚ*?oV+6cvp.j{Ȧ7f b8t0 :hjRr[X-CNo@\^r~Sn3pMDioQAȗrYO0+*L9o&]B㱛$ oOVP~mWD1F=q%|b1-{`/0&zJ :(Czfl;^r$i*q*wVC*wVXG yK9L  LY:=0ji?p q_[츮o)ƽ!@ޥ}<}MEvSQි˒aҌEz ^EtPFq$;0*)#y@ir2-)L v17(h4Ę9SƯh.Us]IPKRgƁ5\ٍ7f],]0^SNKJH"]fC8$ƴh ysJI)/  9}LT`϶f[M-)YciiHH]Xa]/XZXZz0X .-5VZ6mu>?n@OCPH"-x<&(jQGHiQn{/qĂ$ǿ`H+-NWEž!yA{i)ާs?݈(Pg@ؗ=c֣@MJ &`c1gL*ZxxiR!0J٘`,B *p.eU& ϒ$<2:痹Rǘ`BH1cj>I% 0.B:c}%Ƙ8t֍lR Z8:gXCQF+LwP ۙe%/z#zabqS@%+i4G;8:/C S0'$R!]aeČ!p;ˈ!̝3'pܾCS0Z5[[[[[[rR^|LO:3D*Ob|ROb\毝b 㲈EM1אH216N#8G=T-?5/NGbu$B5J׃Fd4p}d:Zh $tRu4â_eQ ! ]txDN0G\pmeQo}2N | .@@Q2MoLcQo)bzJ{75 LXXʃF`Ůza0Z|$fpY`okוps<7\T LXRpA~s5SY5_ pk<\`BXN1XZKh2LEaԪoV`In ݈̿vHc]{c~ ԩ{W{?/D@F_ (c}X6ѲL:x+dx58p*aUsҢcncx[b"% F`gA@q'{p2?::2%6;]?D}1My?~\^^^^Ϝp /ST!|,[ )E_uDнLr2Җ+4tu@6섥*/:LUX6uTikpAZD)GRnט꒘\0'YN j5ٟhU]gqޱ&ږpNaBHkh.O[Uk>Gtq;|8fa21Ao1op#Z"dc!AفR?8N6t2xX0u+tE씥h c^oLw0cRq\a=F!¬Qob(IzQ\EYA98+or#ItS_,^aYޭ)@b@dt`ҫkFP㟵~su YU`)Ɣ`cI^aIogqXo$QER1COd [gʔAl#+  ̲Dz-Lذy cв_;2"^iٕKH@%&b UN*PeNmk7fTt IIiAT悼:3uw;&%d# 6vz.խi Ɓe^f}~=2V$Vҥ2)S+cz*/ĄrFZ%'a 8^9.W' mdI8vKn1v!yZ0N#$ sJZ.FRQ?*I\ܯzf\4l+f6^)_M0c lèQ3Ƌ*{kF-kJ ߫D qB'@C92r1Ɯw L߉l X[ոO'p_#BE:ztEErcGcLTnQܽ8y; Pw=Y\ʱgp~G}xW|Ռ6?~Q_12_} "ޭ-MZ:X`ѥX$ 3?I5YRZRۖ~17'Z-̩oԶR2IlTJNaee/NsiF.S,X=.,} _l4w`鄗w}dG?k\|Ioa` mD,kvP i}f0hfz69 tAO׵١~+sCu\F.f\hx,>x|5Y‚q3$,ZAa?Vcdj(B5Q5ZvsOaL[>b@m/,WkD5غ*=O`Z]- 7h0H[0&[QZf2񔦫v2m\)K2!_}֧KV{*$2ֵO珍5c=?WM,zK "2!,JG&1G:uӨ1<<ÒZu^q(=J Tq E- jijYRZpm"%IT&MtJ)Lz QC-.f`D20Saxs@>p?*0gؖucb 0!Iziwoʽ횲JhYa](*f//Jmaw[JVe s¾32m2: KcEĔJ 0=zȒCZgٮ[~id>F}h…<4ח B>%AP y8t `_#9;C(88WIaJ+b|>*,^^*9Bx+lDװ3o ~1y!S0,a"5bcT.Euzh.Up,FPHz lJٿ/X)iG iVɟ 礅LGFaJsF&#o1JC3};i7Ìh` ;)!mۄP~!+fIH<#BnF6C EfdZJ`@'!/(48/]Ht]d wp#Ӳ zad哫1,MS\sALe7%Ye8p l|sLnO>5wZkӧZ@t}[nlvot:WVVV ]!7&m,jr2n'Tm@t|Nx3Ef3wL~ym:lz MgLVM!ܢGܛ^ ?J-4_USVؖI3߰Ado-Gc]k\"$ލ3zע;G-(Hỏ ba-%dj^SrCQSEUOs.ع2MQȇ遙i^#lݓ*ƉL m:aܘ_y Ho5JLlJP>ESdޠ`C- iH f=mkG}]D?Fb=LgPCP|6&2ͽ^/d!0ϗ!zڻCLFq[R"KgAZbcWGW30B ~J(&rL|5@b~M.&ռ SJ0F?gBJ!sa^1zlggG.ǿx_}09 Ќ06ߖk UqV^.ϓrJ 25Fc-,p`- Xg Ò0ł}Zi +\ yt߇I0> M)ʈRޫۄXQRYUNsS $q0Vx [qB@ vgk!Kehӽ) I .BZzb0uܧ_%Uxed&f[#GѤ1:hVG祴V(t1r|q.i5Wmdiҙ?OYTKbt,K%lb׿q:$J{՚mJvlJ8i2ޅ0q+)N#0-^5pUxVx5ڗ9%)a}JuvmeaBCF<`)֖_q{n&j`Q$iwHa70X1ig0oӼd<ubBp.M$~]MV`r/c/in~ǦmvnQ77>^.O'@/%q,RiCX1%~>1nzsq+z*u9*"-SH3F`leR sBxMɨǎ ClpQ˽CעFQD{H)pG}6z' zB'PD t'O-+ 'iJ}\ElT0$:')"wo$?k_xR~RJ ǥ"|DzvR,gRlgogg?RNR~?Rl.3Q-?<(%SE+J%PPؙ+T:ōO0IӔ7"'tlcϽVV**͋K oy[BЉIh^_ Ў_A隑 /EP)D/[;DnFDuY G(44lI&/kweTtWtA:bgv^ĸagccCcK+P`yPq8 MsU@ޙu9Pq7s^_y֢DŘ|5\mbq., zǍ9BU^Xo8c. tuՃci6 gaPeP8Tm;mj ]^;,m灋OSM{*1\V}֭>`* j o lK Kkt;lYK)+ 1uxq3zNz(iA~}} C : i eJ5Q%Ӎ%Fa)Pq4e%5Q3P[_Xͻ14 3wbX ^ 1j-*ʨ7u(mHp."՜<UJ 'ZuJkQHN 0uO!XaB^WSfѫ\iY9%z;4hIEmH2`mM(O0`,-hLnsL'G2ZkoJ`躻D@bPjlEt7zܲs(=,ˎB,em>/ zAA``a$z:@>B,_'sPNM< O. se|X٫1rpYnɘ5UY^;T ~@Hxy3w[.RBz$%= FhvoFT{J3"oTVuJF SfʎLfЙ|jIʕ}O!m!rӎuv;Ϟ ;eA ¸lvcDME'+5dK-bm`3˲mbR2/ʼm[:S)'TJQV[i.MjrByU[3Wg@[ J  VEzRZ7V'}2 8ҟg?}5]&h+´b ғS sߗ[z)!?W|!E :qg:\^މ>@+BJ~#\:#IC8)0Y6wdrߣ^842*8gŔ3ssWx\*8ܴ}}hoH5E[{syHEcn"]JB2pJuk4my*ۿOg/@S`,.,Gt+o̊S_V*cT&ScZvC6dV4`^җ)0"?5^teQgw󘱘oJsύ[wRʧö/ )],VȌM/HcDžf>q jQ1# (0T`bS`HQ0; p%{^WZӯB^ ќy|Km.,,x9UGuj 5=t3aUԌᢺ9AoRA՛f' nbĉQ(p`/^Mp*?axe a-AIn! ;x@Q}-A-&]vsݰʡ3"+R)[+ᐆ,dpR7o){R>|wzt2(d qhd[V~^j uK^\=aԂ)G<]>ij{9v XͼrD <,Oyg_W `U 9tXjUvx !|vǾU0ٙIqˇF9jdDCvpP<u`;zzVM^cDXC{!!Ǹ(Yё#GS^ {e1ҫugϞ}MŘ|#wZdPmLI%.ux.I zlʠh<:P=v8D{KZK׻j)mY;Ct{QϾe??GK2evQDIhqA; v%sI;PN2NJ7?N`B-Jsa.)ÆM59*He 5ضlMH–c˜pM'gˮ qܕP'zaX(#ȫuf2)yu)KEAm(;āI+*C!/rx@ G^/6aFaSicrk:ʬ` Kw(23rr&MCw )DbE,jܯ/񾅝u( 5ȌiK:Hbq#x֯zo*?ݿP"0Q` OiM;ŻZ<@`)27BУ1o۴DKb䪯@Es) p>cK;NF%Jׂ30wmoz !}NCs_:P=F]^gSΜaf^}uyȆ8ثWNĠX ]Ϟгi7?#:NOe=(aTm J(ނBИ [uA/}N뱌њ$RÆvMO0|:ն*ORUPetȢD@OXm<4XOsqk50v$Dl9|56-4tm P' ;m(*|\p1|,rثTj:Cc/RD>/Rvh.]*xʹ$o76;Jyf>ogԆ=udwd8ˢ;7(Xf]:3&ܠL}ܓ)K: 7^; oL1\y0(&YM :( K)$Cxޤ2gF.|FjNArj-A 4Ct/j?sGНx|nEGybf>m Ƴ4uʺ4w\af\L'E0L*e?S L*FDDpB.!]! 쓆d  )\6H=첪L*Pnho}paaZ1o!D'<-G1,oq9Yݪ'\7eE5)Lxf$rk c]9eb3 plbhф=z"cҲ8?Z4PǴ3FIVk.w"cZ@ipZF,={TfnQ8MëV;iw?e*vw>gnV/߶ىhGNF߈L>*u736ߝ?Su2QXS0p) *ᛀG'ݘֽ9${ `|Q~o..hJN S:&9rJЇV :12ҕ`"8>V4},lwE7`c7X[U@Ums\/M "d\)f֭W(Ⱥg=<5=rgx4bZ )GkE,#n&*НqK௒(#~C$ʭ\4cXP%r7|lW^puϷ.5f{bfwj'*9=5j౥ 9Ոl_Z㞦? hP;|J_59û*TYꐝ6XDUCJ]GZê.[j\+xТj٘bI '"ƼӼ>Hѡa>(j\ 2mig+Kc{pw>uAu[s յy ѭl9'tz&ㅷIR`Y ƿU"/qufIPv]S -%΍ 'W~;gzUf8ARo8ϬTf̝Rn{]wu`y.8)EؔBVjImVq zꋢy^nfxN}A$Y,HXPUr? w]pd5ۘ`$oMm05{d VrD,'X0Sn_|Xxo 6LUX WSL~yK wnw + `^SLc7Aݥ)^= = 0I.?ذVpSX-f:\>zB"1 >Z;+Pӹ:ٳ۬ yU=͝{wX)j ›.w.ɶc'wh̕(BA JVU^$2l@mWmWm۱0}/>*Q%+ǣ:Nj~ D3䈁M<"%Uu0wqA۶ȍ.Wcz^@P07A.0"hoQ׬u7-]Zk!jlƮAИQ Y 0Je]v6H.W\qG+ |FXP KCTQ6Ud$FNaIoEg;%!O1Hg0`j/W_pNWi4Uہ`lQFk2 6hFBx1[K=B C,-wbvB8]ⱍek(H6Kv]_=9Ou ï8w4f:oHB pMzatq \թІїd5cϷ?8w\Z6ȯh>A3|̳'2NJ琺A=}s2TS(m%̫EtT8[6桚¤?lPR{=kZ225Pho*_&7Irb/pg\3~_)'  "+]q kQ }]S0$Wk4ݴqt:Q|o'CJl mv&9-"9;WJ9i4+D~u|+dB786*V7;$<59U~n~v78QƸ,hc]˹\NC0^aG 3?;lB|MtVK,)8У,#3Y!ĻQY]sΈ8n9c B;2s5NO7\r+fx+ z)wTrrۑ}"w^fagr!杆WxiD\_pEd4%ԅfg{,n͚bv; n"`mp,(رӆc@hyyy^Pcmؖ+Es[,Ʊ*B\ Pb^ mV4+UsgǽJv~X vV90]ĦU(Mڪݲj33=٩%'o-VgBV#*ab1j[1*(mmm=wӵgF79h 25n& tg'NJCЬMYvH܏ L[N?%Ylի .`N.nkJ`,,+[- T-N۫-<uY.Ter@x:'WW+Q\]W!Bkj+T{>VeADlrJv``*q-`absX* V >~&4͖:*!j'J)FcJ:B' jIVq~Q<(Du_:,Y%$c#ҥ10WF X N"b*^ppM~w>5vfA 瓩Uz$AVb)<P}@\"!m߶C9<c}tNoif?ה Kw>},Z|TE=-1y-M 6J4Ei2~l+Rx.6O"{Ҥ6o`uqKu_-Op gEQOe-_Jql+b`koMke]6@[0!&~ol:yR:"+ _,?ڎУ1?K''p@t ݡvFtUR4tK*KE>XL2M]DqEw YkU1Uۯ'~P9& N-VFd)MZʹی#r3縿)^YlFL%C'_ I}1NA~? j1xʖ^\?9Wpr68ׄЄ|`Z p]Hs:VD%4J߫h2qzUչ!^kɟ-c[qfZk =uZk0Θe-ж/eZ=ˊoX뷛j{{9&.,g1cljSZmȑZ2)_l,؜Qlyex_eYvY>F}0h([ʴsGk&pq6/|tܮHLǤbXonr^-mOGzqb0h4Ts+4狘 BgDkS;XLWKgq~%8ʖ'?1Jκza&̯,,t{@O4|$@R  { 7mL3ȡ)+0E :@։ !,h59|I H0N={91#H}8  Fݾ-HmVG*o$o|lZQ0<>f 7>RƮCG+¤T{MJ90*߫J-J2{ ;64zߕ!Z&d&_%A6/ΟU?AgKx .@#a EBO74t/ԁyz :6 Eډ/ƀ5.]H+VSelZU}Vz~o>r~k:k+JPh9Ʀ2y-xJ ۴RKD\x ERLH"uVn_ a:N]^Ѡ 꺴Qgf7`Ti22YBֿ;yiuº\TEѣ:={ar@ BF 2|AkJBɬMz5enD0~޹iLR={ `Ak`xJB=e¯ o^~Ã>Wh4 iT櫅Ana4j5M| -ht)xwt07]|[UV78nhc(W7V1ohM}!t&\J4*U๬W rA}Ǡk:hiJ&@r-ظ0~ٲPd9j$"F?}:B"޻Ej%K1'֍ H_(I'@Vˏ[x h0]* l7 "]uZN dƅl stUS_iq]i9 ^C}ʌX|ե[,]>/u |S5s&Zc_E(6m 3=W,tA 4kVVV̰V56 :?DCs9qƒ;wj&ɲiNJx/4kĮ$W1ED!Ǔ;2 Pρ-G?I,zcMA7RLj'+/N脈%0W! i]5[D zVB4Ib8h]C8v圮d|mk᲏HDxETM1t\ o*AQQZ+U&5P m-6Ų vJ'r~ٜ'zՠFc\lj3i,쐞Εy%xe1mOw`|uOMj47?f,=}x;6LS\A+m`I*ap`phՋFM!dv-;,ܸ8=둋/~(_T1QSε{P^U]ʕMgpEs;X}}'˸-d"D6r5&!gQ^>ڝs n9ꀡr9Q:Q}  |N'Yi5YWfN!3VvҕޖDC3Hű'5W"̦(~lEa h@``_z8 sS솂= qf3i=sF mCjs.f}ݤCAj@wڦMgx!g\ @aiqa$&&cCuU ؁r W|0glԩST r a8Aw-IF˲vEQIt\U.v䔎_W>hD*j R5y7ٛ4+}`6Fmcz:{aڶd]'r5\N(9lB~@u0['pP^he\WQdj{ߐe Vj[ VJ̶5A8ݚh>tƕO,j~8C2B]d$TDXOZHЎgiP# -3BׯӤhG4#_h嶥VS79`<1RMF 0ʲl%fj5 Q"_ [\Iȓoȡ&yƙ/n#9BYgEM!R;u:xՊ8xz-a1@K\r,,v(QwNg:5VoC-Ru!Jэc tYEqZXuX̙;)΍ƍ8d؁3$ASqIq;aD@{B nz: 5\,}veBȤd-%cvi ;.SoPO[|}}}]jM5kgv,JdYT}e^T0Nҟr% FK)gɓi_Ƭ"ȓS޶mQ=ЬZkuV>ͥ=o;~e렳&nQjo}'b -ЫR %_ދayIz5ǸV_}M"H1m\qJ]JбpwEDƒ1Y~ޯ"Y}%Y5.7v z#Q)+vbT-ZSZ/okm^ k^]x0k7#' .EQ~^Ʉ}V҆[Z#-XWrputqVn2nbEВI-Y=Bg>Q,y+F}B|ʈbZGU$m.SrI T卂X7E'B Xea2w(^:Ņc͢^ =z~w>}:Xz$$:;rÉ(A :3[KB#4Q:ܜ@vݽ7~tH)eQykPKF*ӓOm1l (~pS_P|8+s5x4$LdELQ/ႄ1,;tfUYg*mэ.LGz2.0~ц=6 7 JqYfqs $ O+֒*!R۾y8 L$'O'IZ/{1ǖk!1qcݐ$\#8bٔ$#D߮oetyv[b tu/ O(EoӖ _ّLR'oEdߢ$FQaܯ^3_ly{"$1q6K׻big WZfϪj%{^xpmSWȇ'jN28ɨ1WB `‰ 왨b893S*s|$j}%L(YGfW7|Ab9?9sI2g4Ӕ9!)d}]דD͜Ez=~ˌipӬZW* xpbR𕃸RVbGHSn$?~!¤EE;v$I6"Y芔qHN;"ΣhWW\E1aHy@Q~"KII/u3Gώe4Cc o~:xca,}9W].[b0BP=?]w(X6t|LIbirP4zn0$SNv#01𑹁l hQ`lg-2|'*4ߊo}j珊xҐ-._uCmNf'3mؐ^; Kr. sk^ TDmSQ {L+,Zyzr /k2pxue9ްLlUBptT`uV~6 lͦ.LP5;]@4*Ղڣ)f(6Т}2¿"@OZg웁6cKʬd\:> ^UF VM`GͲ_X03$Oh{B=lA-\EU]*OZ43"ċ:`kX Cj1{} u395^o`ޅ5s8|\_ T \ JulABGZE)pA ִ"視ZɸD*@Nn^4MӀ\>xPxl͡P)NB`iYs$TZyFҷTݢmn*t/G'3Ĕ(S6<:óQR%BC'ulQ3K[r˚  @˵n6$|r90?A=%A>h:٢qe^ôo[e~ze6Mx&l#aaP$QӸ5$}}K grַ-*gl7^Ot"_#:$s4]qs!mFM޶ eT5e6F/>y4h'J})h/^D\8ɬ*[h"X{gMdUg!~*xHҡX\-F:Uq1u_AӴ?7ߍwZ݆ɪ!CΝ-!su6 LtRcT;e"6"KζoGr^wv[f/fB\]4c_4pK%Ӳg{9(+f@mSDbN6RG҄޽UV SYE&ۭfVŸݚH Ea뚤PqTsW>I% ^#M_E1N^@4>{Y*I)[uQF>Z Vr6aN5cE&&t2 ,@+Ҹ[ 8YChdlY$`)_A&Ci1v5^㶟'i13)sҿ }!G pP{* PQjy6p%vo DtlEBh;鶶ˋv!.yR$$Ƥ"bq9I9//J[\ͶUR.8ftYi|^W)3urn0QHYLFiW֮ų aBba8y)$aУ#iP9֒pұ <jB=!u"CVP}bLgy::V>-U`^:,eAZP gߔ$/  F*]B/9JXxF".})HLc|ܡŇ7G3=3 r?W%5D%QLqQ)i>JC47K^Nvz֮k vLDQNd:4,mڗ6Qܶa^1bÆ"nQ7.oG$C^FsԶg/oρA `ZxBq.'$tf'yI-]ezԄZK_I?T> ͕7?v`SzcV\ƭ_rw36._= iKHUwNʇpi:wU3P4]Z'Paơ f v )JA2؋D9-7vB}$`r(Պ]UW-SA`+*T0.ښ j.[SC̭Y$Tޡxg8]^[q8S ~TN)´ FjHL.R/ Q Sz x]/3uEZ1~9탅x.mmm=z.~g~5i2EtNX rc] HI0b'j>|J sqTIJ̸:mp-;ivZL+V UR_jnUQ#EQ)BQXo*F*֐f8̓P`lrj(ߐprK|kUT&SY8vE9Tʾ(.Ɩ_d8q8%ԖFZuPӀ:JSH7>!AH"ElXh'},95mۍv0.:vHsQ@w71 ZHOYJ JIJ|k)s@G#^+K@e@ ޴?N-YU#XsJ+@6ͼAvYk-5>cy|4npJ=yXp;3ari$xmJ#j<  ~Ľ.ĢQ'mTܹ_o%%^*q=ߴt]$wRyu~'d\5_ɒLl ,y&^un{N"n;LiWM wex4x8j-@8:lR@!_z#`u7%R$^7,8X ęx40@4s{Lր!d紱:ٴ7XI.8+Rb.cl J3sNNzS!Mƨ~B/jb0ܹٝ;ӁM`5*<1]hrEQ\NL`"Q 1871^jm´0BQ10h$`($6SCkIbا7UUU1~4U*YVN/(O:]em۶AbN4 U..{:^Pۿ,6XXq Q/tn!4=T/K.173c<3ϼhbKF)U 0\ђG"Qd_7{,ۢI]h`%W+~vzn;pxDo6#X:coSX \EЄ.L8q=瀲,ujM)i%21L42Zr ' j qkc K,vTr zئR]b:透(;_svjm7ۇn@ssv k-h6 πؠE2j PDl#tr0 (y4\Q)[G;Ţ)CO 6b>"E\"B£!B!$3BBeCH $B)"B\w @0 0(CC0SM16\p{)8#S0*0+Y`&;>,@pf&aZ?30+0'qX4a1Xaia$(uAiyM kCB( Uqx0K †2x6yK <6 O$<O;l[5P~ MށHb|^(K"/V˓o6^}sn`)|臏GA< a^ ;j`g@> _n%UvBU@ L/}a8P p8 G+DTK9T_+t{8ㆳ^8! v ff>?)9Z>tLT{. ]QP$jXAx!j| TG6 "ZAQԾu):QWVuwԣL#{)SB~a4`ACRhh >y=7t[^FGhLDRh M&ChJMAwѝ9J](D"hztY-h+Ehf(A˜hy8'Ah(6Bt? z0:އ֕Іr Eѣ(\=@OCOUhsm͇Qy z68 Eb uh%zasATQF/P̋^^^i^yUfknzz#ڌއ2Qg/A>َ! ڵ%7g y%?їhww;rkPU+,E{Rq( LmOeDߕr4[yU@С(:GБ tl:G3D MBG1~ZrDIW/:^Dl5:7KA at2F@|>t;CW\AcDZ 4a MLI!41MIOGдhzf&Ь N9A *48DynE ©hQ>LDKۣeϡ8Z1LUњhmo(Q%6uyкZwO ghD9E[nqSK]3vE=} @ %EGCqt$ :DB8t2NN%Ls[Bst1.GЕ]CNDE/Co6GoGo]G< B3ччbSPy}~}A_^93 0)~~݉~'?T{g7 O}o]]ݜn I t/Ѓz=mTlŏ]i8myn,N_g _⌯LQΒgI{q 8GL\!9Γ́q8 @, E\,WƥrK'n _a۸tً~}˿+++%q:WKSq N\5.s-qwq+a7 Ƶqn7 qWqŷemr+nDq[pۉSݧ}w;p D m% rw nqT#{=W}>}øo c_o_A4xH #J7xt{<13OD,xr<%.A<#qLY<{+sCx^e>v>>ž3ogG3uE rP(Flb]E@s x#QR(?(N*JG^J 𡔵P(u>9JDiϢPN(^ʜeIE޳(I@"(OK'GRTx**D%3Q\fT~$0UPZPT͋A5v9T׃C F~ăfF͒cQ j9JZB_Pr}bԡANWQKuQs+9DBk?4C[A`/ a4pQVYb.zz\;\̓؉qkD @||==)zSw|=nA~c ߟ`4Od_4Qx'x7swGw}]c ĶO?FS[⋳Rwbz?ߝTab|qK-5GmaRhj.L5WnB|d"?JmvU5~)fGfQJz?jCWmA軺Sl6mϵw2mTv'f)wZږXf Q,&b54p48L<":)ap8THyNݧ')2ò-# Ec]sXDYIg׉3klbBw9I!KYةuȖ,*>)ZIe}u5feg<쏨8yOfontawesome/webfonts/fa-brands-400.woff2000064400000345174151162653250014051 0ustar00wOF2| =16$ `T~ʋ|ːX %q<֟eDi{TUUo ݫ o_bَ0؅^ vju/ea"dT*O.o 7`׉/꼚"e#ɕ2?` C+8U.K "G#Dv6-;J- X PYɝN`KGӏ ^GЛ<$KY5ˈl_U3]Y=;Z?$+Is2/!#}#"#3"WEv4]Mʒ- R| xG\ml)ml6@B`ؑK$ );>Zk2U{uJmQom DA̰'#$?yac Ĝd2^e+pybm@%K`2`w-Qc ߵ[|עok/q:aѮR!4zdIoo26.Bm)%nKd i/N>ۙO *ZS!Q`R}NT넦'cĘo9AЮ6Yh%Jt1Ζ d/ 5H^jy\]omv,Gc;B:~ \]V?;Sr [1 0sO~H%JH2gw-X7UW\#~M|_b~0 c qfiN A][q= !m|(m|4+h;.߼f[݆]uѶq4>)tqv֦~DnJ}oOt;p+%yJSN?iHEdBd##:-6Ee ӮGˡg>)-4b߲,f Df9@C9H}<7ǹ \zC7i\2_.j]v"nh@v&?n6SK}v!ͱө5H]~F0؊}1h<m6S煸:o8y dt@B=_'vbOŴZmA_&r]s9j %NY`I/0}y Yp@\@%=>Aa !0p#a10xaRRZhSm֨jjQ Vj{u:ߙ<ɞ#C\9QMSJH9rO լZVMuzfV6޸0Ǫ;a?pQ8 Kp5M9c)RI*M:5nԓ0Ah&-D{t]H_I.<|^x#o|uw?7N?3s*gI?&d.G擥dSJ"5GERzyRߪ'3UXnin~~l29c`0N+4<<<[={==/=NrA( %*^ۿ)mS2eDᔻZъiU4;np|]*q8 GDtl\@?mĭOe|;E)©$ TS7Ai()ٴVZKhtyMo ܅γx>/˧:|C~/;YuΒ& #d#)/Yj|FWc_}8f2.f$yzjҫzy?yy0gs;GRg9gomR[ [zzzʚעYYV[ZZY*X[X YKGIR*:կ(v%*1J(J^)2"Y8KL<7UqI\fQ,S1YL01T }DoAЇ'Xz\\Sx5<G@? wp+ps.\8Na_vaN(:@OcmeA^Z|6d3?3722f>ܓ+3(S=S-N>^^^nn8Qj]jyjHo}¥ܼ;y8y09Mn-t=w&9Nʛ޾TX5`-,;Xu`=:X6 `#%l bft96l-[bVv564i@qLX"M&Nլn/%ȕ\- #W}j/Ёܰ:?N&䶐;rG g ZFpm#^f\_`,oY`o[`<nF;LZdn<΍'1p]"!LUl-x[oپ|ٗK},’JPX6Fq (dT8 p~npWX W+,t_+QSNAI@QvOmG݂ Szcg[[rA|A)Kz/{˴ -tsmBStDHw -NXН+tgѝGwFwQ)p<84g pG :; ?8{*#ppv~vKg8}^@Jgo[@g\@{6+T* CͶUdDMjJ4Ruq#Ԥ ӤS񶊕RI+lȨ}`I*uI=Seh-E4vPӉSUFD.7MR _Z=n^UF5Ej A ߯1'Khi JE/ 8z9\scRfr.n45q*eä%M hmi0;Bh=v$nSTf(H4&dT^XBl!DbOm!lƦ8`K~/=1g pBE½MJ=>Ո8XJ~jس)4:fZ\8ς]\{4Jwc_ hyq7pMW^2("PŪMM;TSvLu&qz`׮=>K$) rXwϢi$#>'i *e0ߗN$qpAFXi!4F X},|+IlHW&VE2f~vvZxY+:3¹vz۟oc$Fenwp:cʎ`6!8PED2 )u:<ؙfg!k&ԙ<'$Eoۈvcއך0<{ LO<<T9: |s]s2l:Y,+&U(T8 %0^l_msaV]vM>?=rM]7m CM'^<aa(,pm0?;KysÉp8X4c^;K8A!9?0*]sF߫Xx:^mm-?X/nil aRrU卽} 1f=;c bB^gB3^f YR!Zl/l![[4p0hlf~wճ݀XI`2{Q  '6f7C]nQo@?9 oT@u=)IOwnm!׵u] 6"/]\wk`+)Ȗndct^HwU2->:cOa2L F#7<7[n|_,(xf 5GhS4Cwc1,o፦U?M/G8ۍsiPv}L1nqohpX0ͫM: !o=dg/jO2q4bY\8>c4e<${q: `lطxM) /~yʧ=#U o}Eruٯ%1?0*ggÒ$_[ 8·!TMa糥x0,!=ϑ ,M,O˗w(^.FD =G6 Ҥ.7$O:( NgmNܹ<Q'Y]M_ȲŅ,Pa'HQdgn k;lp8 !Qaad28ܤY2(y/ LjRc(iR qd!:J z[dK;B0 ѹopl{On {M{o ὰb tr)r?\ZʅgMֵe6` y O"o)޼LNv[F9;৸ DnH(Q06B F%x~jKBQ]5CktUZ |LAbbϿxn6~q #.# cFlVq2T_XT#YD;BN44I,#o)9i:Y\JuIAT,$b@ح11S|$ J^<. ?^˲d~AF.N 7Q|G^l8mpcG-Ey#0%2~dzdz@Ns89ĎȝvJ iFټ EPy֕RI&K.^"ţ:A1saא7UI&v}Bzu꯯_5BVVɁ w(hAah Rh(2N#l6ۭ ou:8&c1eϫke9kqxSFw= Nҭ-4aD-R jj@mk~k'8}_ Y>(TOQBT.%R |PIS <<<#C Ƒ&GcKȮo>|$x[/|2.1> ]U9@'_jaNpYRo092yYiGmQl;BÕf[iIslk¶v'LSr?śkMNV+Ims:`Xy|| >-l tGSR'j55-F(!NvFuBF )He~=m6LdlP |gY5t2l'q$#F1WtjR\ĵc*8L GWVt#0&PJ]hB[BpF)Z F [q,t;y~e:Z{v)B09gR tnPlzZOO FfSYijeH7QƝwE+;NvȾ+(l+ݗ= z5>\?D3R~Ctw |qEI!r,"/*"zl\L]~9RHQud1靽E|QvPqYeEKc9eynZ-xW\4+@)T BBMj !`c9|iؓЩJ"mxQ຾-DZK'ax%ݠp6 wbq̢b6vوbc}ggmk,`N$E=e\ )z#Ԯ& ,A ʲQŁ" 3-2B B.{vU2&9LN2*k}GΜ9sf~쓶>לN8ʕyu ǣeZOnw:}fڹc'NGLJ;jgi2k>Y0ҧՎ!D9($Ƚ佄TD[LiU^6:~VpT+-Ex¼Rd▻Ó4h2O7呬d%(2I>qyRyqwګzI^7;0p?B0\H Fu5\3 'FYv_ƖaaE~4S}l,3 -; ; 6Ԯ6K> 6;~w1i]^QhɊrPˡ|Unv[a35( ԕn\ [^2*i94-o3tr&8*ݴLbx9-No?cXZ.;I'4U9IeZ&IUiZi*gE,ʷ[MfC/0-32ˋnݴL*(ca.B+,4[N$-*rBU1R%EZIrMR1.RjP\lŔKDf j:y:РOo?$` "k QRјR QRCR21q) RuPc4!^qH |/@oyČfj+Lz0f!)E%땖8 v&x[T48c54OIek0lbupq~03 8]cp~qJ}h@S ws6wLY඾YH_o"M?QoJ3? cWh:hߙi/;CPpupȘH C ln[uꪖV,yծ/w2 _Iu oBhPԧ":1FK XG~9-yHڭq9g}ki-I\qӤ:mhwlu5-(&f;QTKP*°Msڎ$dOj;$jC4)\Yc>oo>Ɛ]&S PegsWfO 4+C vx*Ќ@,Wa&|r/0+2uD:jt̴J = }H>KKi]# "^i/ri4)u't(Bt Knyyl` d$#EPx(I#?=?6E@ *{jw;vw8vKؼ$뻋awZ5]]\$k:!e8:LRbQnKUǪHscզ]0]P;=gq)uY4QFd*DW"W_+_f>y:"G|:"_EDĿޘAAY#KIF8ʽy^I˦IlT&Y  s-7'+/8Np0nn' ~>4yYVh|a/|_~o_<]|'~~74<=r!|^352G#fVYc` xl2/ fqіf̬b2" #5}1)Fe RxRAGJdeY`dOiwڝSü4ͼ }.`,n4bЁ)0'9;A+'i(2 #pBdXt>r \[~PlhMh xڷ1l%rcP߿ݱBgZ " Oa 4c|}Ǝl'I^Hkm_r6r ޓ{'wȳKk{RqXpqY+ĴL@r^R9oF ]8J+*/LJ$]Ty͊Ϗd?ݟH-\y'U]"^T Pb8Fw^ߑRݯ;$_NjvwkE8NQ<_ H:׭#SP nZå\/xm~cci 9Xzbq|VT?:52(4dlg{{gk.c?3OlnDR&SJQJ8RX^opK&f^acCJr\$7&ʦYQ[ _J|~R\2-/'U˲'XIZv|V`ΠR8V紘&żlٗFQoNֆpi!"?j[m;͚=u<)t}!끛6 6a<ϟ|G^t`Ar=Lϵ,QS<ײ,,Ď^sãZJ{OoRoqAI'3zpܹs^~7{o= 7ٳ|^O'DBKMC "/&_$MH52/RȘ-gq^>i&bRXYs89#]z? K!ZVI:em,Q562tmD sg"˹?9zd)[qMCL-ud[RڦHt|[>!zp.4PD4f0L-FzQ4FQ0<COpMEq]0AR!C%IQd-JѥA-:,(RTGa8D3Z{}<I`|h0({ 5Zyy]A+aCkDmZIv44!LU*C)"4U B{F,19FΒ+ fEeȫ\TrQUg2+"N Sy8t*q6}jIqcx6,g%ͦ0RnRKn*|ٸ䕬K<4:3lR)5e] M`Ai4W9$ӧf6rV9 U>juuÝiatV9D*EZ 1%7_1Ɨ?]|f]U(ϙeZ]]v6$„#2'גxްRܼ2-\fK|2/ϬN9"g)[n]Ш,Ro4+ڶۮtTR/chm8?Z6 8Ưqp 5~=nzѬCC9IOZk~146okS;XkpA"/%o"!ddYZ>.Ve74YK3C (m2-'1¼I닲,ԙ;FfD+R51 ͹НF2~L)A f UՑT 8[流V>;Xlue 0n/|R|Հ'AnL)Q E@D!yd۔C C0um4ꛇ{ McSfc}a ŀTm Uf\oL;ZB(!{߂=BbN.R-|4 > D@+f=ʘXnQٴLHJ>I׽3:5i\tjn^\ػrZ7HĽr]/Oh}m &}5W)umroޛ\{{`\uy knm?q/btܾ,iQZBn& AkJ3UrZKtsW3աܤK W.-Cr)[H-^".*jel %'9r$deoǣ7̿`7z^  .eoxG~/ɔ\M.2 %GYAk_Tr_ 7Uj@ IUvk9l`s](,:]VW,˛^1Y]`n^6 8?|{Zǯ:Y@{4h6xKM#Gx\k^x< 0Cx#~dZCB{˽_W}IeaYq)KY S(ʢ@_+"CKZ#JNUYTie"~LRš%^CשaX'O؆AkWR՚?J9r}q߳W\~K~(^Ң+˳]kc{s{p'$߅: I)($4&iPؠ|eKmTٽ4Qa.vz^"#Y fQ2.9#bZA6(,y1F~\IC|>+#Pp̯x,Vv[@_U|j2-UC\mXr,e7=Lci)ןJ!fv UK "pR@ TROJNklU~e(DOz0xag2:}Ζֽ#WaN&ԑ0Fe~~a-!hJWav* RY Pr|U# ^wý۽6> J%F&8[o==HS<!7HS i-/׋O%@ >S@BE &(r g_):ħ4rN)ݦ#lӧ2C'㔱ÍEgf[0+zrF#M9cOdCϑ\O,x6Qr"Ɠ_YQ!^(7 oA?8 S mfsb Jie#:UV<4[MpΡ#;;@}M['oXJ2 nGFOWW~ـGzTb).{_2Bi "qn.;kwi$̯lU4]6FJ+;,}sm*sj?a]=ڽ~mz5=xt;Ͷtc+lcyjxOSuwΡ.S7v8 yˇ}߼9MLZiⲩ2Kj6} `"ǼVeR7%rIS7XMTe9 z۴߿5~79f!f!$N ].:Ϭ,#6$L"B2(ar]%h4B8ߩ:W]ۂzm2A >`Ƨ7eۖ@Ӫ 6YlU @{1j׫tY5W} "a~Ӏ6BI 3 o],o ,'UOj7Y,,//^HDv}mʥs!(8\]կ/pzb/>{otq9Jź}4`2!ElyݲU֫|UXC]~TM[IܴVu>Ʃm}ߤtv u`G#K!cv6"C&vKws7O9Sbx9m& cӬ4ڨv„ͬ~t-ס'ctO>q8{]'v͡i{Dojۜb:O8>qƮbFvq5;i[šnt:bqGolސ$x:[021:7|:)a:͕U_;;]2bLc%11Z]jMC<ņ"~.ij9.t$Lm3wRu1ssӶ!KXjy}L'x+;Ĉ/357vXPjL96mKRTd,bY2Su*_̑Z# 0Fl;sMm6t]2^V%r月$$ "֥ L 5?L2*Ǻu fX(3)VkyL(tES7uH G:J9gl% W&!X^W} 3^6`JL`YJrf$D?I _U.vA`fjE6@49Rz0O]IFpK6'FUXg p;&kwʢQ>g& [f#,Y-ffC[yjDIQ*%M3PqQ4 Vosa<=W19>K8r$ / 2ʆ  @Dw/N 5î(jRlVQp3y$ț VF+>bFiʀ%vW8вB {zyeSP]駥{OBmp$IK<`[MK啿蘚tp:= US:Zfk_t) 2!;qҌ (]x1-j{%Jpg_`mF=3gVҞl@68|?^`"PW<pBJk[(ItSs\5PL3Щr4طXNwK; X}_zշl?~;ԧ>L ?Kw''B4~  l*˜9fSZfe=}_;xk{~wҟ7u/@ƗSȇȧ!F hxQ (VBxQS"OҴYn,X~|2e6o2*"xy6 c ) 0R8%.VŢn'rn&'c!e- B+plG)ApeUF]i°Vt-!hຊ2Ff;$n6qr (Jݮ(0 (FVRVRy4- n(5 ʴllQ~پVsMPn=6LRQ@i%է^N"%[xxƃeQ&8i1`,XXܔq:6aʼnaVvliR!r/.i.B IK2؅yQ|s qcH,|VYJY2nz&xz^k4 ίhy'5of٣(ηgE8[ڼzI܏7{pbl8wX< eJ5cX+Yٮ`嫶"Ë?.P/ HBa_%WqI`]]^Vk%PVuyEKf`&Xx|x,)Ţ=էT DdxZ0L'=_ar{dE_^ÿ&aIw=W@5iVv&moߘɛ9',u{r:=k? ,>.o#{BMHFEȒ`t| lϟr4H_- ~kxM~"\@>d֞c%mv^y62%o"3:bA<\z量y8+c!ZcjvOh۪KsBkYSl*V0Ԉ#3 1,`rW>QѩS8ztC)b}>Nkc%&ZZš"յZ4UC5Sa{zJUUGZ 4ezsq40Mxi>˪g0ueTLIĔBJ\RW % fcίrY!Sr;C8O)ijm\Y(x,7KS "Koۆgy$c"S. ֦)C"xƂxe4><{GSB[#"I.gŲ,UezLU-ry?{~wGO/H0 0e!Fg&HQXQ((r ԊFW16[̞Y)+[56#&$Ux4\ F ` 1X-В| AUaf/̬1`)wb$EaBݙAD8FLA(_Uwp1h K]LG@̒=bMNvYn>#\pNSe>Nkp mƜFf}Q竐?J2+ S6IzK@ XcdݮrI\`8KUc[[z` !49B~HֹeDdz!]ty& ^.b])0M|Nuꅈ;S{4O~fQi17We6AKH))XyLEUYU"|΋U$rQ2/'JQ2joK/2ǿhH2)ǖ9(sy!$)VUQ$`s7!5c !vQSD6 QL˲:1߿r~VSA?2qaيô,8xwE2i7O&f""cBȒ;ӣR鉇ozyѾrjvVJw%|=MSDG9tsp^k%>!DMڅۅe{S[,k'Bcӹ{\) OTv{R79jpx<.$BZeYvSy1NG6vN' [[(rs }Jm;JgUv*'5|smhl+B %)@F9>nV Y&rƂ)jd}pEWp|}0c|eVX^O_7x%"iN뺟kCw7 srGORMAN\ i>KD^pldi&2Kp)оސ]cǎyx7Lq1^Wzya//نֆ lC//`o{FyC?hۆ &dIGȣu>E<)E2 q0UWiɳ&i9 DIq2MG(2QO'U1NH 9($s> v; tNyIg @ Iڒ*ױV`2s#IIyX,@)ԡQQ-* m@Xp8˰Sqz*Ѳ,Ak-9-F45\k3HFTsjs`sZ*c]a R@4̖]cD4`oH1H@d::Q$5{8mW  C=JSb:llw]m']X+ml@uV@ ڵq,k`3m}_ i}|ȃ-EU"'|q]=r )n<~< ΩS~Ĭ߆׉">i"o '!A@~x  1Eh_@!WPe RyfT2c7vMJ;V$4@/-Q6V)^_Cio& cGCfˢ3j!nCk={M_FmyQN}Vk[/3G.Euʗsv5ȸQ008c ښ\Hj2돭!dپu%R/ӳ48`h?s!qBˆNwlv)SV:P>Et]φ hn3bO}\h-w%@#SŨ`DARiq3./AhFAm۸.zcdM^NWop@fZڟ'`χK IdCaލTxa\?v,B9i\č0l(h^7vjgg <O C`0 Vz\LZB|+$Y~[ܢ;@kŋRh4 MM/^Di;@'D Upݴ9M]fwj踀O q y!U$RȪԊG=^W93} ƑLlYj3X (c9MP+Hi1jN|}}4bXA^\-z_2V`p$B$iY`0YPkPkAAO'#òfd=t I嘦WO'A2P V'TJ&zA)\?G /#`ⳒZRo{3W܄G֘g_CkH?rܛ&$ iU}F3ZPH?0c%IeP}1w./,-w5{:\$\Rɾש]*ᷢsׅ/{pc7pƽbOrC!dmY@ic,.']1d9N|0?yQФ&v~†faX]ainEÈ97v((#I00AaXrq&voDׂ]-\w= (ϢO?~xg+g fnpϿ?ChZͦe"!H\BKd?9JE^ r4:vNrb|<-%֨6S>FodN}ӭiMG槙QR?G>r9{$L ]\U(kJV,C_ND~k~SGmv`;GM=nEqfK ^c}G?Z"P}o*eWe.Ȧsմ2cK1?F6iz 745^O=LY^9{wl{ghJZpͨXDp.VF G(Z#݉RcHAͽ$L.ezq VGJJeb ?|*Oy ess~Uw1{'cprPcZ~Y^ra?@7DP' 9F0Uuv瑖ӟ=zUG ,b;ᄃܞO:A"~wW;cf8ҽ6b!L'lz&t|ևp3 \L ~B;nn]Hlq9'cavҤ앰0^ϲ5[ap^/DŽehZo>f0?=}NkiQqT B9*懾B\W06-!fBL3f(=/ v;ĺfG3g{R*`+I)Ge{O2"G UP >nD%H 5 G`} yIR^Ǯ+6}!Ģ媳s./N;MP 0N툏֣Pa85!=xY6#$d=@Zq`KKI>qYF.h|ݭ`_+_ P.}x!xTIN<˻y6:"- J_Hx1q@0)R!hy`w@IHGB,#?I;Ο?9777s #{__P1i-BhZg";3dJ8&dr9.EL>4!Fivk \0'qcKIL˺E(a!y1 ss&͋*h@rGiT.dni2yjSh4meݖR\E)%xT}Pӌ.H\I(20 gN4OpDx(I*y Yy!?X H)۶64PyR&'rN SQFv҆囶hn}G9V6@)5Q)*!s ,JR CK@pLpmDXZ'I]q]_$c 2"aRPiqƘRۊsl @JC% JiqMӐ0 Ιmg3nq$" ҅=h*=ݶ<4 Ϭ+iFi:~nǔfb~ϯ7rj1bS̜,*3 .#6<Řy^ 4Mm8Hh@a(rA(-L#Ju RPpΘFtm05hm~v-M{Fc#RF'تմԞv,K-R*Lc?µSD%Ji[/E\p@HefHIrB D J#cp[]=dҏMH醖d0[m`eG e vS~3NoݿY뎋]/A=`0pݺmh\@F#QeJnmy~k\=NrMRVA0+N1X Y!|e"-!87 u(u~ϲ,j?#/<t\ ,sTg{}ض WHo:z]Ǐ{\~ڭbe<^)ZmMqBΰ(E]nq_ wr#*y(+L4`¥vU6vIakW`civet6\l@9+mBmðY C{nFՎM(Q с_|_=꬜dzzeeb0׍fsTZ n//jŁ\ם^B{.4ɀPV(2-e9-THw<}ܷo=w=2ڱ/>xow7 k5l/??؟#:r!Y)݌+<w>K$}98z|{uGNu[}ǎ]ctu Ib/9 w+; DEm5͋|>g|Kŧ ]%bNܴD ܗi"ߥ9*o/N>SN`o`LY]eYVY&m>[sx|xL{_}2>k+ŚV+ݤmk c{I xmq jҪ̶O Z/4, Za~=Ye />ՠcSGLTg$t}4 _hrDDNZ9|6y!aOR(V:yiʾ.~ 'SQ'+y)zR'1[տ 4J]&C'H\tuȑUMg41LOcJI:RǠ^RzUc!uy-5L Ivn;q}ˢM0&BMcv 1cN; "gNZ4yj631H7-. ۧ}q^V :㴌hujyhwq&1 R>a}8oy} g"m֖=݉q75؃v'tMc}P2DZꜫ\x*c9x J-O z^3YR'YMkue蕴Lvԩ^>yk2<nwGjFw.pt\#Ph; 9>_N|ƈ4228EB+!U~ʿr@`BX QQpbN|E+{EbmKΒs!!jqLpǣLƣqq^Ri#X/#ϝ;wnۅs^sns]|ŋ.^|tz?_9/e鄄rnsPW>|i+lGFLS33*.7M)M[)itB+q-9W ͙lw9vҙn/L fqvixaAMc4MƔC"rIjjr1ЄEiI d[Rs^Ph- iO4sW>BV~ԲlǔJ#(7t?"Z*Cٶi\H J)![4 dNh zj A y?J?#F~Ǣjw;APs)+BM#B>IPһ˜J J,;³~n._eʕ֎0fyq:YTkHZƘEmʡ`Vj|DZmWB;ujfQmvtBj[f}!ga˲)吧e0ٻ?/_=C.zS̨i'6ABi˲,.P| e"W4⼘o\~&D$ie.0̲iY\((\nް Ӷn`Qa(x~wnj4V\)wvbqeCF`2c F'?mԏQ`4<䇀QM?}h+ ]#ג2ĤOeR\L۝ =E  Mn#$o)*r0Jn:+X 14f6bT^rW.dks]0mS)H+766d$0]4SzXшz-U )eGi7[ yIuқ666 L twcÉl|x.I IM u7rL 7j4lll$Ia뺛y~+WBFv*z""aq&Rض onn%F3>I !C-87d#1q^H'dܜέjVl]rΊ v3MqqmZ9+bZ.2_g&}ٳg׳ϟyyuxc=Nw0,;tg|0|)3gAkU-5}wY+B84Ҹ+dw8' ŚE1r3y1!URe#LڠpNi^O!%ԃCxuH(?YYncZThSlom򕕕ZdW9r >>A5/^>4^Zk:&0ޫق+7SyUz_c_1V( NzI26DaGPv0Vw9yq4J?2fFfVyE.SvJANi)̥7e"o=ðщh+E5Nx}gݮ(Z( {\fQ،5 Qd,'5ϋfcuC]I], V*H+e q]!ī h4݃}6`Gù g8U=ҸLE[3617Bs:YukcB8VAJ)A./GzQϯ0lОjwZNn<\yfخÅ| 0RZ߿G1Fk(w:akvy~n[]!gE^6ÁY Mb!/F6AlbxZFg \@0Ç. Ad,@/5Jpbn,ϰ&grS]f;pBKk F75'UԳ^]‰l J@^,2+N崌a~ޠ.^|Y|_6.Pů2~V!2Kp5ɀL1wv~*yy||[dBYF`^U9IJLH3&"-8F8E@|SjK]xMc"EJpL[Np~-0*_B I AG(Axq Co* 把P^i**p$Q!\j:yFN8n6ʝ$FiFߚfi;r8Wԩ͍#Q^^__k!Q{krٴ!DKH;NdLr\Kn" 5[Lx)A崌_&y<- '?\{~W~O{9{~J}PX44?h{Oȹ ($jt*IVM* `;,À 10]ڱe۔F~nθm.0DX;d:8 p8NRvCh=q N04Ѩ#y1A}k8D8.} vK^A>@H3ǚDyARi d(Ae%)3/EEaur1Mt "g,hb*5UMmI1  UFtQqfrMT(|x%0>q+i]4ۛϏi(3[[[[g- Ņ*H1: jp0N8=00"o4M)ƃ Jq 8m5!3Nf+F)X @yi3kk[C@j@Crá% ba*YںoMpWu}+#G_lľ\1ؖD@J}IuPO^yPQGGsŵ^{[a? _pgBaUx%|$'ɵ䞜,)GU&R}AG4 R{Q(ߑښ7Aa*auCK``;UP0 dO 0a q?h.Je_4?+caNM9gH0osV7pjcF"d->CTHs3lZ G<v2:$`Wy^|j[a1ŋM~}3|߳+:ph 8湧冼Ƌwŋם0k^lAޓ O1r5yQefmwZTMR*CтttNˠ4Ei>XSO7m察2S=9ށ'ۏ9^0;P w[ UiY :ڽ0z+1 3@Rs=:?<q >0iڰ@@_<V*)ǩM>6Кq.|볾[#mg"W >?F/u2q4Jig4de&qBQ9(|\y9+glHI<.DZīōWòLiYeP̠ϦlъGmAnMy>(<.be3!tRܦ-Jf QD W̊E*3%0I4i6%EDb K[T!p.t>tZU@nzXcl>.`gQ&4N^?8Ze[bm-kԃдg (6;O3Mx3Y1w}M4W+ŁլEzX'mHAJQD6Pm*| 2G5LRR M 嶭l6=Tcҡ=֜#50MLJqL)%ݛ'H5@ΩR1\ DJr`Y>BR_ˆmYlmy–0 gm>{?eJ(3M{[E52*Fr|Q.*,.sBu# \tRűv.Dg "i5]_犔J"q_ T4K!z/8b}r(}4,-˄fL3 ȚW1䰋Rlc@f]QlܩSxnyӨAb.]ifL)1Р4eJ;0nAi࣏RʖU1}ϛz wR"ɍTEZGJҠgXΫ\3!Fy$k;_ʟaGY7 !NZkaPn ~+RXYc k.)-۾pp#I FNnNX-嬷aQ@P. `| JE=(nCz= u1f ;1؎cXS8Π`hIW)U#ۆe˜yivZAĭ%:Y%7dL>'fhQƗvj.^hOQ7L~#F[T;]~Vk75dc \!&,{/ hţi *}1A~!E\Uc[2r96J.~ h+䮕؝`wb2LϘBn~5'ѻ]˗/_>VEX[֖?psr |'wcɧwo#N?g 9lBW4w˘wN|D/Qtqׯ9Rxx%{g~_CAWveQ1UUg[[z+e6ރI:[աx/3Fj)u V j!Z_\s57!G=wΧnoo3ޙ\׽`?TeYy-t9qܹ-&cr|K^r `@DXDO/y_s-ww[RJ;':t2y$$,\! "i&qI '!Agi+1ş<V[k> AY<}ܥr ڰ߾le?+!&YaPRȑuBPއ\TIL뵋'OfƸoswkxUNaփ\5;[hL;mÓfy#AY;:kn[&&JBpd%𶩭Vdžd.?`YGXI4y\$%1/}ju͝~nnZ[9Qsp}ά7çӇA9;q`Vn7ɻ nWhX_B̓na&Ԗ?Z EG.!p"ėe2$3rD'd%hE4\vzM96'l1>ֺôleF}mӵvp 1ފv;߶vgYPev:Ydl7F :ϱ8klD#RD5X庯L^ yy!y|6ߓ6DЄ*8 'KP&Ve!7e,v&ͬלrqGy0x 0"!YLanTLp60A:E>'L±.\B}O˪iv_K6G9 b!+vY7v X˧8vc~`ืn]æiTţ-b&c=I)Z gq($hJ) n|vއw{-r 8˿^717|4t`&!F\"}2# luߐ}rYڨ_j$? s7 fi䡇2C5uvimVSg]aA3cwpIIseŔ k˯kpM anvvR!Ӡ;9%x9y0V`pH %rU'hfeYpR ^i$=^~rxmmZMh&24!z+kkΖ?K-63%ןTQ>TA`>*ǣbeH CH[R= :hI -L%|t09;ۄ!{߅K r!M*FΆe 'lp*dk5ϋ< QH2&EqhhEvд4IԚvsLӠ܈h>gg68JNxxZV6l4V+{ZX][X*tt@kh77 JȞu"s|{y.36Զ`)7: &UA# \\.Yޑ2/ ycO&6/,L;އTZu,*up3.(S p~0B@k 뵢Ḗ,&lp.@3>8}~9![~ ,8!7X\s|oR \J*8M!9he(nQ4n6C"F)9it0LHXK7ux|>o9x|l.pʕǽO{㇗O4RBbw(GuM؜@d|q:kWz7h'lku//kgS|k8=;_3G7`@'V<Ďzt,NC؅뮻%]v#??}NBHm~ OeiK%I4`vZx  ?A{X BB,\擫lnȳEHfIђ}j 2,$œ4Ir s@57 X"ep]g Z0L=TsjqΆ ȵQ@TBJd;6i:443r pmggB8b}۔Bf2Cﻮm k/zvN,>6lm an⸀i=bW!L2 /B0neh@w-PM)ILNahV$LnhPδ麎cۊS(8:c<3~ )7~uŸb.0TðŒkCS[rS} A@h3 Ss;m19`Op|q^| )S(pv,Q{̰;ڮ}_ aD}t7Yj7L!c55L0tc_ W+؎Ra_ۉZ06|SR*%q(J!!c$ #rQ$Rr)jzZЂAjHPM|ܶȶm; m{i/ u-I\u/sFnwB`6 ڜ`1fKc (seKQ짂o|} jjql—yj[yA/4`5_Xz!C ywGQ NKB^:>zuAB.BuG.isf* yyr:×]}՛֖Lv-->x*aFѹ6 szEc1 L1\m!c}`AS3 >s0 uIn 25t Й$K_q;)϶u~[5ư{0LNu3fXS1V5lPZf|H$)vȲ,+f\䟒UQJ6E.~sv"gM`{'xWXkCu_(}}3e+ϼ}ݥI34PYUS 3TUaRUT Ƙ IiT* :5as\lt&2x$`QEY$YCSST͠2UՀQEEĂ⽌|-Wp#N`:ombt;K7m?P}tR RzRHdڕ&rͪV,I(aITոXgQTV"׬JTjpK&)J}ʽ<݋ uev#DI2H,@R(zx4 (r4U|.<[dFv]?ϲ5 v˞,Q}kf+*KlC(5MEBK]"g^nPN?i: Z֚]/'O? ]IG^alTQ/Qoԋ(Q۟t4: ?}atz^6zh.Ӽ UQ:aˆqo˲X8$d517l =s39p zvˇ#`wX2cF:km+7@E>;gUfgf*)%ojrb˺eJK>1u [8MGI"%X@R)IbJ': Ij- 1}v*V["`_8ܙ#0B;_i=yδGꗲձFӡqԤ$|a`H頒&E[uznquק(1*Y5wfujKE*?a} z{J.{w,E?h8 $}KhEL[.52>R!j ?+.?F50 :k!:=&S틵0gmIjߎkɉZ meCJSаewNӦJj{E_Z04@Vo8>xd"Q6-hDS>jC}g&oBB<zȆs7.㝼"Mk2 z]eY_p: en&*7 EU4aqC|j%:j|^Cף'W/~ ;}x~A̬X΋q*\ b 2Cs,Mq4Jn.I9.W[Nk  Ē 0z\a&?U+d"ueǍ"W@64+DT,bL{{= i22GJrLDN{q'~40ocMc#DI,:% @%KZ01aXdJcQgaP&jU' ieyMF6gi @ĂQx`{`ӑeH3 "2 രqў¹e^#{:V0\yL[_ eU\CO*{&!avF/<(>.ٍxd7϶ڋ٦R D'nsnFyݨpEI#O. ;x5Wg(svԫȲa.g?Sӓ$\HŐ̊t?s [0hb&!qaP& ?A fb,f)Jb,W*_6ѹrt'zn{?5-eG۔D R'md nk~1Z8_.S0Ạ*Y\X\$6B{$aKl@ULSITE`q ˎE+R4Mp݆gYjq*Y%`6ISKU0<0v4ב$9=WtͰ$9n!$>dBhܔ?Î #ZNqst)9m C~IG*K]~}GUۃ¶ó~&rZfs3SVyvw%,[E@wz'1L ,Ƥ-d*  7pM蠙l`cSYQ v궥ʲ]l+zT8s]F*'ZMWYѠ l8Mm7([D~A˦ aN渆 ]T50|0qӲʁS19/14ZA~DэOWnDJ \[3ea> ('wגr?5e"ɢ/K 8A9^ B|n-b?B%&g03@E4ljdJ*Җ+pرc.}޻}|޽;K=DxjqSU6TgҌR1%6]yw>Wl np?V;qKQjawl70.>g/<ef"ˌ>RJ3}þrv$넑a*v-].0Ezl[ A㖋B5v> GC꠽{,g5}"K5\?_$SSSX&'秧 ;=߇W}ُ9?=n LMMM{EAN,|抗\pOtxm[H@iH4*:JxǏ?XDŽ^>W}X>~e~%|sxOrajweœ@ԧr$=d.v0,ƂflڂkG 9k <ഭDgw;D+܇:(G{4^!9bȧT ^@hĺg?rG,SNi (ZLE^FiZōťncrrr3y3NMozӛN M+5  ntw+GoR#hI}la!$v~gsFh7ZGgѥhݜ];s R)|_UWH\.g/{iM_lpj P馥e @Z ޿~e<߹~w^qܱbvŶB[UZ @_Lcn|4M_v'?$k97uSbG柳5? 7EЫ=Z.Ijk0XNI)K";n籀uIkྚ+pnm0 Fk3 p~< VOw:Uff)vzbz D; =C \3O' Ję nGsJA U_H#:"(/B3B)aB@ЈLM8y-Z&cx! F' ,2g;,QڎF}OkvöiN6fṭz}Tv}D;'DܴǠ@ Nr#SDO)[:N1n…S$8!HR)$Lg &iO^45-ō`!V WKQ燻_gy2@ a9b$rOh""RF0 SaW@4M `\PH;Pi)m[nnZۦTr'R,^"7G -lY9hoҾȂڵiK,)l 34ЬzDQxU.i%-LVZG]ÁOZxvv}t_6_cU+_×z;%qw;}Ս7o֍<[_a;P-rPyBRntA<(_aR$T s/J鑖bMEN'kUS5~:UIl[UtЉ`&v=vu L>|.ƣ/P",I$I )I))ICAszѠǑ@0Br]ϲzj&8mCq%\W+]W鉪#&;A%!b` a0xmmmuvv}D'2U?Qml|Kn- TBJBJH8=[k!$uSA$hn$E T$Jk"6vNFvMWuL4wZkk6@h 5 ^H1ꍽEOf t:;]nu}Or[y~Z 8fFQ!VW(8(َж@I HDU/N1)N-V?q۶~6zB[0ˆa{~~I' 8N}0>x(^whםZV־v 6!{ Ɉ2ʦNr6}]KVQ)Di32"˫!ot:oG8nξnVˆ x̉l;< M!0(ۏ(r> IbO\01”?#9<dD"'$Ԑ/Xcx|bVI9Խa1k!f-N>7iPۢ.6y>gB̊cismSfos`yT(b '.83 ב\TZ eBϧ6; mFn6^q%1ɴ(CƘ<_knٰyPVs[`Þe:oۈtmu -%~A);zVa(<WBa@3XlO@ֻQ o\&Le̷,ץhP F0d4MMi S(fd4i,JM)do}! I)\S1d%=id:)Ňqկ~毾k֫nv[2ۃT %YiҤBf'?T~3Į}.w-E^v{(u$# h ,MxY Dl/IiW(6Vgŷ*ؔPP0c7Og\!y4 6f ^^ˆ-/$A(x1_Ġ(;/'SV|`)A6y>iZX(\Ť`MYgE5KP5~-<[ɺiR!]=qbJ MF ha &EQ8ټ}<ΓenX >pmu@)Ժ[L[Q25-xs놅I $*QO>O^J#_!k[e싘te.zQ)5c@H $v<rd[.4eJbB GAgK|1f,ey>8%PLEp8<:BvQWes2BZB1lq!%] {dRci˗Cf ^zMg=/\xBfg7QLhHAnv\S{ӛ޴"e!g"GBPHiH@J%[#tM˕Bk7b=_ $&dT3lV~Tረ$Lc´l>RŴEϐ8wL FxP 8CyNvM7L(R"u@"]{f9ZGR=kNaAa)Kw\#F8f#<۷=֮6"LjM)~h]Q&ߠ3PhPM4*I_y:&sH@=QiRKZ]M2thJq . n1Z$E<3(ZqؖFd"#ÌN"tɋRk#//(rn{lt/VMX~gdQ4æ$$/Y)FOhn"So7\Fk_¡6d0DǑ"pD``q\9|S[]s#LTo:7*rJ+e鵼hߪѡϣr63Mǵ9Nv蛄u !.PAKJֈETgĥJ ["ܶSi}!1Lp]`Ik&$|;2 J 0uZyM"h +  b;o( p)شAJx`PR&|z$:>C3ү &JvQr˲B+.eKr0k\mSucՃՕ6fchk֧rC}jQ4?h&0jE\]ݷVԻW>E+_4Vzږ%9l0 QysLhy?8N8,?p8(V㫫B+]Lfo5\#VvfQRJPpc#y;r~jQɴ` ilV\gyv'MR#Q=iVQp}N86U$/3nfդ /b{pِRf\>鮬t;THFѐHy=QjZY4zC Y6䀊=.f5b˃b LUΕ=k~^*A`,WqMXHi23/>|7B`DRoWٔ>|3&7.F"jP/@m 2_2h.\C0uWyZ+XH 3qӚS.( 4  /"B+eH66Fcղ-#\4MsaSTzk@C" (iG-ȤL(:1-mϣ,>22hO 9^GX=Bp_Do$Y',=?AFM' K͊+kil{{WYE>_Wŏ鷷}wtk2_k[:+uͷIL6瑣_Nm@c`a&o^d@Nۗ p߿̱}ՔQl޶?n}Rtzb^4 xWR <Xg+&@oߩ3gv%_7C㋽pC1 kQD M[[[x'uS1@0  ^> 1\s)X[xngn{iRGs@RB;,HA!x}G6vMIZd,ZL8_ܸcߢK#!b8;)7aܚ|"Hو|bH~xН+p:63B _$ 6M%BTy&BdvsvRDG_Sm aZlzݜ M'DUR2uly.9GL㬜͓$jyRQ\|KQ(Dgahz]BI/1$972f[0n[T^l(K3-mu &! 0-RoU})30 POJu 5aX` w6cZfX4S<9k)XH!C]}64LS]U౭(TRH@ċ wd\g|VQ!h-qRIn ZTʙ*~sOy3/\ξ[3^_n?vb@27[ͧmſT7Zo>TMCI2n?[i5Vʢ=͕qAr\嗛0B /Ezd"dc^yˑdy6BNEHT.IZ]%^]+E$ _\^Z^Y^]v{ssQml7G޼C3gP=vGyO/L^5Jw tV;m~Ln$t%'eR'W~_HZ6Ӱ:ɀpNTNXq՘VZC4إ㰳|>{^i3o'C4ޥ瘨kn!:uh?u8γ]k>4^й͟:F)"{{xG#%]]Sme3 TD\ԋImXc9MdXt7I*%%5$N utq<&p:EƵo ^=ژbLPRizb. Bmɲj+ۯF \Z $qe% ml2Sz,)5qv>mD籂g J9 rh EG2גpl P )=i aSaZ"4Mm!RVc8ymn<)?W<`\uáZLDsP#0Ѳm^d[Hm `hƅ LDRF֐o}+eߎTj8H6o ./S.qvwGq? RַrKR/W˽5[ca@~UY&1Q,]$ r+ppQVo+Nr46z i4I \L +΄`lZi6^TAKVF@KYL$q):H0WճfuћbDmDaLH@nJ+3o bSI٩{٭ 3-23{ ZDŽdwa \&qMk|TSUHCa!OHvIiz^10a4\rIG%СÇ&Zn:jkrݼcs6֏V+`5v5_ vt\:L;+$;v{`eimgu,:)M+Ruuk'QM=ȮR h12v.gE:ˣFu bX٠buʶx7ۆ@hӒ>ޮ?RIBJӘEaoJq𙣓IsF_~~w/\xn)"WsxrP_KE:- l¯9A4roq'.p(.:ɻ(Lk"L7(ȴ`U_/8ȤYݤ(6M*z- dbemXJa/]wEo?C3bq@8T+ Pг-&PR?28GUP m'@3}Vv0Rq?MWq8ZJ0Re0G3C@6"30a^ )$]RHPFU;#,4&RІ> R ;W;$Nx!"deQNs|qΟca2_ ۓnlmmcZ8tKɆv\;9F{uFÉfPmoGo.tn"fUI⼸Aap/ְMHWQm<5]($x\H]´Re8wo Kr\Nbt2UXO8KA0堅rN6.Q1Vr2/#UBHR[EUeA/J3/%GG0(tw#E%E:K"}?ȸL?z2+U*Gal˸(ꇬ-'RH_$q6VԑBOXLN@( 4C@'V}jQIK}pB4L5}g20* f +>7{!Rl6\BЮ$($xv=W4@34-FiKΔjakj-[h@ˏIdIhΩAIT"mrFQ!G p(eT;Vo"@BTZ ^LKWiʥp] ڎC)33ݞ0 )u `*#c Pm39l3%PǵMnhL(9NrDDZQQBr]Sϲ]4xiִZ kZ`u(V{5 !c-,sZ W}=|!Qvh6;sck @N^>lE0M@5˓)lsҲlmQdq="؆KMa`Q֨Rٶag#\דÙ(}~ xJSiA$Y0e9M)ib:6RYO854E%$@JڤI^ \y(6듧6PJ@09ERf|YHurJKLx ;ܬ!s)$2ܿ M(&'~Wf*5؋cWk㯗tűFM388H'lVS{i8Kb@0Vuq(YyG!m?КGVH6tGV1OH+$|*7]VҸP9|'9Ξ[ OkTJ.Ո%L99-[ꪫwk;\uvIR3pݢ?|Ѭw:tСCY] ƑgEẁ&v UWw}݄P=χ @MAvB%〶[T̃餚I:}^TF$j6_(1IFhJ?. PKNg pI ןYȺnuǩܳ[x)4Lp=\0pMuH}fnpBw,|^=߫בN p^W2ԹZ6~l˽,⍈ qhW1̲6+{ҼLe<΄m|5eo{yw~˿[{ի^u?܈7%+w'|0{HJ bmSsh[ e&?ڗC;pױ;vرCG::Zag覛Vf3%<0Po8Cq_!Ҭe8I]Xlld泧=nց<(+? @ɳ/Ҕ qӦ|~G(82"Q@oz{B׫ՕLi z ko j(s# j4X_kmk&:BF3Mɹs玶VVWǫ)s.2{iDbcB)jYft vl6=roҖe9ngYiq)(jb襜FrᬵY "QS߹+AaYLBK=;wSMY&O}s99ҠH4 (-niYh4t ![Bm94o9H0[ZuUɃ? 0AKdchj`h 7 ߾;H mK`zf ^knRhI PJ=Vk%k#őJD j.4Ep*oA7MQ)0& r "?L}gx0Цm!PTR@4{R,_ d,'Bq وr1]A+@h~(Gz\Pt$"AYR'0_)H%IS$2cx%l?%x1IO{ʗP2yꕉ.Q&>󅜖z ^g$e7C45in7-qkFCFiz>ݼݵV"w&m2$1 tڝ,Os#OnYq,;߿o>N)ϭO0o.$METrJ@\L.G3"4M,K$3O81騴gO|ƻΞ==ޯJ 6i-6TPۆLpQ8pCǏ7yR!A.z@!9Bvƥ]hqK.-}qNѸt_tRܱۀFK. #o%mELwzX-X+eZ̥|ŋkQr>7$V(qַL}lIDz,cmݰ:<8'?KAF2Bq7U(a=D\TT<M#I͑NF }!Ho0nNI& \\IҲrlw y@k"QcZ7dHS2\:;q'q1M7GeZ&$N~8eoդ8K2)qR&17tRN!ө:%<;^\ϳ.ƎrrRΪY5Wr2Ux>Ϊٔ^-KVrV.iUΪ|2q57L5.ٳt6q!fʪ㘋wx>G|2k G}Kwc w³sC,t^&$kNt^mi2]o-^uNE WL٬|Ej@K hcLAaֺCv9I% 5 F+4TUۿOV0˂VK0uq08#Шޛ4;MX$F*/;geQ6,Wd+Yρ+W+8<.:^_*!4Mu/1ֆa6F,/>$.Z@W.E] (P{? |{\Imwlw[E$V+DMс''#8(M3׮Φ)יlwc,ӟVSoه+LCz~BHT`P2VU jyX]J3a.L&ֽuLH[gXkWg{_=r-~Ø9nˑ=Y\NOGL_-ݳ۵_۹1yc_mﹾ\ltzz_/deѽzyl3Cׯ5{X]_vPe灶nOksѽvBӠsj^N|}:7\8:ރ׾_nA={j:…k7^HV~ `ش;G`|&`(z/s&Y ą>TH]ZE(K8,|)]%yvE^io(n}p_Y>#I @q;V(w{v{4}uw N/^q^Y]*FRH5A@)ez_Ix9 ^*/ٚfƷɥ(HHyo^˼Ze¥p"f9[W^뽻:9G`C:ݝw0ć`Нz/T=s6s&vr7`oB+6^y׽v:p8Ν90u0v3hdTaqcLQdM ~>~ŷ? gݳ?h}|@|>5}m}\`&Fά[Ѐ\bp~"&܁l5b ׆W6#yE1+v,BV2[׺(ʋ$cyZY=)8S>dȾ,u\ SBУ: #,NUUp&G~7;봋i;%kyDDQeRXTQIeE`q0A[9|ղ ^!x/ρ>/|kY6[!BN䅼gPTTMY-OVr*?l^\~Bqp.͏i30np v5mxC:3U(Øt5R&1!%KǶsspkdީ/͕]1qt~~tTX5N$br57MX 0&9Ipڞ**4#1ł%qFF7\)! pЌ)ˉh\|\J&N^EKk+g9e,g)/,IpfK),f,5]FP+su0B@˅B!R[$ ǸR ) x)H3TXyPJ3I-J1DC!iT$BX(zqe I ΅s"$3% wscƒ|(%42fdws@$Mn"Ҹ&{G.b,"wP0$jD'P#4NZ;:#Pþh)@̏"D-u襔H blYIB*ES]ZKvHo2WZvj9j \bRȼ,]G7R6F0pyY/X ⸪e`l ck60:u%oWiUZ ,wҖm?jdl'u9P3&$t]^87ӉKNx3:B˰vY5R=$YŤ(ZkGnY=ϯL]F5qˢSg_o8g^qx#eYlgąo1^11?Y5/ŁyhL-`TGn )gȹB03. n} ^/Yuohjb L ;ݮa{H&X+ ؑJ1*#+V^[IS)I-HBƯ+N8g- ' GػBݰp";, ^ U9 ՂAYƃV ^v՚m4[7[vk}cjy9ₐ?l @;:@ΜĴ6oڎ/;W& I}5tR&9'.vpBfUսBªԇ}}//ax̟.h]%IJtwjl2B0*uodceJ_[Izs3X[4zCkG@Ј4 i!k[.{WrswA @fh}(0] +ˢ@ "aE>i{oo1_n=/= fekqf;UP?~5S`zL0"9=5hXۿa;ţ!Q~y3l7ϛ8 )) Ā mu[z\W4&-"m`KJ)dkU$i1ҢB,.Hh㢈- @RC19,J!yI"T^V).B퉥_v=Tyn= ,x_WB</G1{qlr&>(̸Ϯ /|`N l+I|Y6bYHEw%WI8eNZͥ:ȋꟌX^市,J9zWz,7z*ܑ@n_hVH . lV6#s %N}t5]8E/uʂUR"ƌryŀf>~n&cfZXhv,ϨnFI<- rZJI N3 陔Lj-WG,\* Pr'x#eT!ӻ.H M dTVpOJ@qGu ,┗ʰjv:)#&YV"! WLq&sM("ƀimۭ?q,5jS")wQ%LKc-+*)'B+m{$U FK'8I.I?"չpeXuwi!H mA VE RPo0EK`z h( [jCdDBrBDP2J YUBR$Dž`DSUHrh#rf}1 0 lX0eKJ*k,ӪԋP, Dl]ƴ=Fw )%$ImX c6 [{KA 8QDb9! nDJĪX;8'ƙ 8/.Y۪P4MKƌryN;@IUijqeޚr~tp0"Hie KK ]_AMC\rF9)q{qƜTRjEPR `Y:os!U\()M,$=w0#9\eL 䖨Yx- \QF DTV9Bd(ND̥'# j byf0j!8"b1"(I=!C%9J!ZiyU9Ne (R%cB9"@bT2-7 ko bbL̕r%򚔥rEGV2Q x"M, V5|; .ݸql<.1!|GZvɨYw}6K.} ONiUUyf4r$T+Q.0 /o`gqiXKy\xDc-N{8,qy~n…kզY(KgRX?Yh*K!zwi(0V)? 7V/"?#׎#9QY /Nܠ JE =@I2F!d׬gR:-r!9z>IlN?5aZ }؍A= I{dz臶{tGGygM7 'qp#x+NHdizTV%pFċHDgt0u7"-(%># \Cv5[Y9ó˗=|n_hͥkmNCt`d6iCwpit҉b2asJ]N>9|y:j>C{P_tAKh#CZk B_tB/eqz9 a{xF _:].Z֠Oyz7rxTK^ʥT蓓˻xɴQ <|<+0qn&,; puOs { &1䉵pĉ}Wxh0.ZZ^M?o3bXo@WD_beY6eA;{(#M_`^<(1/(Ldi5PgR<$a''6qq1絣Ԣ9^r(دR(&Eqz4ѐ)Դ(@ E1ڂ'?TN8gk]HL:-(@-Mg.SzWKe=kvAamgΜRK_Rgpi[>X |Z\\,&K#i~ZZZZZ^o/#p\,z=^PxéA5bmb&cH-swc\h$+,-7 &[ XHyFf}i/JjbQCI4MfÄL&B&t߳jig&c l-q9`jٳg)(,,g ܢܫI =KL &5{~*T{1^UDJHY׍xFf-&ڔ Ɠ kkpx\p7&xIחp8C= \|dzSȊ>}ZJ8XIj?_C$ Xp V6m)3 S%5LJFQtE/0SqZ$yu/b=!D:vͫ5M@Elv#J, mn!g?[oZKI{y{&l5N GZ@ @0MjCځfYf+3Gb:}*"<ҵp"10ʷ`KI8%TIsN@y>6-Ise3,#@qnu[;X tN@E Ce#1l4 ɎP팍Odۃ_7ϳ'dz8cÍ΁eiN1E˭y_C} Uέ9!:3>(@vΎ#\.?ٹ9FCi.N }[LǞ +rc/U"_JZL}7"|~>`N~IgWbmih#aY8cL0am{?TSJiJTJT&URzm ^Ck(@(A.\=LQb9= uum~Eo78n"Orhou~v{a`JD{1OZ _Z|ʕvrJپ{/f5Olrv>J7yd~1]֞@wgK84r_t4s3U%Sq> _ _R/'z<@4S/u wPs ޅfNVQ༱0hkkbQ,*c}5sa!̭BWr6B~\~e y4"Ss羠Fcmi8,>|pcP4/...-^hd;$`34^lr3 R#OKP ĦqRy=\~Em,g hA}`fgGE2X;AF'M=_M7O1 eB^B^ d:M/j 5tMk `s8 5 ``=  񛀾F?ɟhhB2 XHRoң? 7WcJ) 0 Bi>eIC !$J*z(`rT3 Kzhagjk㭽˻[www޸vVj}~kkڵkֵ˻o^|.R}xvGuބ~-*bZM‰9c(FiнoN.IB:`lHw#D b֗цY=zO(e؛ӑ2fG,P$<5g8]ٟD^AMZe*闑ҋ}]_]DiT¾T%Т^ɛ5LF;?YKv`t}2o%VAEsB~ƹe'P <#)`j[/o4 )ވ,/*7n* s;E+ut׵,eZ3:80MV4It|-;e Z{pwcL /~4c,F@>rI8('/I89،e B0DiS0LiLs({bƩLMws>ahdsCYeZV"8tСCͺݮslEe0VOW׋ckֺ;?$)֥R0^F=xQ$@0.O{j` DWx,t=Po+ RcZQF/:㋚=E;.%Jߋx7l 4W^/uj}$wV<ބ0w:q`2#֍^ht^ L>BtJ9UL!ComNo$x6a]o>Gi+ӒMt?g/fj-M(ILyF A&16e/8=_w,n߂?~-&4W?܅7v:meFcreDѥKwW.lTu~}! } ~n`vjz\M*!Y-fロGI/?0nYEurzzxzO! OFCp9]wn2  <&3w~tŀq_HdEJ:ګEshH82b7ͧ\i]@]]]HOQcaymq)[OjMΣQ+Ak4z JJ_b'lꙠA+j '8Kn$IR: pH>>>WIG|#z2RJIW) ~>C^@JO<;?`o Aӵܡt4"(yow&ͤOcًhX C^Uϒf+fQPq.jI1iT].r>P27 E3dNEĄ;m+:]Ѻ~n)x,`iҬ?vբiOIh֯Ve5f,R@If@w>x'Tgu=A۫:ެ߫4Y  iڧqI {izQqq$E\(4*́ioߺWgN~=T5a ZGqHd8 u ޚe,T:ɉKx9[EʶB K,Ndy5Ie.SQ'ObF>,AiY1+y,sj0nw8i̖$E\.;d>ie*'uކ䀤#=b ¿0"ia:2r/9/zj CRb QrA(@Kޏg a @Q믈1ù w,H`h(Y@᝼F.][u+ǃ4p7eyy]!EͰ2;n滦hDLNn8|p8FJO3fSxho־ng?72DQ{pvkSlj/z{f=GX4ϋ78FvjI ۟ ,8 .wUk\FHQec-xISgF#^4n+x-/{BalxN zc33'DيgAW1H>OX:FcLj? /ڏ[]ߞ}XHȞi?&A]Mk7F%VA,u SIJ^TʋvW ?!!˺=9.8׽rVgCLu{] Qya9^ U xV3Ȳd@LEe9Q""AW''qT"}uðo(Z P](mr,`96Ϭ0ߜ00-d ^X~{Fʏ)gP/-a{m6k1s^EZ#Ӡn8g܅zSL@tGYJ,[SJd&K^ >ΌeՆKG#.XijZ햣l{:aR5d{{v ޹篔lM)eٚRCsZVS]X#RpVkwvƍZB rJ٥cnzVYYYٚxnnkk~{55ݏ-O%mfG{V%pc&oqϚ4}?]|{~4_=ފwo)9l3uxB[ a9Rj0[i#7gzX|ʲ<~---udj=#4nuJ"xa_^귒wzR:1lVS0o¼m3ꖭ+2DzQZ?l1_X*m12) |y!e:8EaKBS+*u~{{u{ۨקl5EXÇΜgh G۬v;puá Eh!XEٓ] `a;m,@c?.n9sͯ]`4ߒzdIoï/b3\ j\I_H8pzX7uf[ۃ<ߚV10o`ڶ5F8 10懡gضXroPs )`xOfgg09¶9ԝ 6J7c؎i0&R@] 52ZDrbx2O-ty *0st'Y7i$kB)ǹ\_L꫘R Jȡ|U/1~Q/p(0?ی1v}/a~79ryc9?rB!"MyB#ţ*? }".1,*xuΕ%KR=ݞ ch4qGp5(Z-^J %/B248x}q8|*AqW2 \^BԤE0?jl!8\RFKOD.=qpۻH^I̤ v;Mqqr+dGWvʹ4P Y"/c@J)d" v;e_=2OOdfL8 9%}< >+w ka36CaG10uA[4e~r!RHa1x2(CJ5:qӑ}P^Ēnp0YG2 Cb; Q0/Xs7c.9RX4Epqm.9x~08tp)MߞLJ=`HCؐªHY &ea]c\.p]ppvq;8ͥUxJ Z_ǚ~KLRXr,1RcbnatTz6v10hJi/cs¤AF)t)P ,],7ʛPMuthe|)7 ,h1'-i&84c̔I9'>e18:gv;(F(BM'E} 4Np{c=r! JYϯ͉;p%{ii Wk'hN;2]z-@@$  '^0{緾ronT$&Od톢(8[17=5 ZFSrDWv=GoCr>~5iQ7LpTđ ۇC^87eDޣ0_]D" l-1GŠO&}zmcO7n{' C>C? yy#aݴUOi89J(1<$&~|F.NMvUY@&LHɋ( @tD"ANᰴ$>W;y'[S3`po61fX -K0"<^OQ(%V06$uD?xs='r8 045fV9#l}e1.ڞ|[ QobÒI@kS 0*֐`{+\HB(2mRX WoGr Hg7зC(TUeN =k{ qH9d\8.+.g>_M:׬k)c8=!%_okSxϠ!pk;k9p8qp7=~^`G|@`K@.~zC~)?v y,$0^F*1=[3ظse+gPO&5[̳T] Sۭ625L|w:t6d4a@gl r'1d 3@Ɣ?lf_z]xrrǍOq0/<@fQ,\"8^BόQ'>")81Wʲ|dvt1¹s789L%x_2<ֵ8Z`D*-!7ZXI8QRLw!CFw܈]ؑcq颜O6+j56uSí/eVXYJJlNf U9QI[Jm/jEXoä ˽Y9nE]lhWCW f'-{U0{=%rLJEm+ճtXaZeUry*USzJ癓'qnqqa<վnE].h:/Ã(xb}NKA׫O=J89& 3`1xs\ ?WwY&~o\\Ь*u;?͛IմMQ\Mm}*{݅>5q'VAcgiTLTʬB ť\!&zwyg9d*Csx[OSA@q8|=:^.n9~ťB'?8ƩD-+* WniZ) ޜ2bRăHcF,>iG^vڗVUn ^v<_*`FvQ#5z'%q}p0$Rzj[ꕫQHBc-gsݲ,o!X2SsvwJVW]N1NOqqqf^a4`x/}+8[A+`'wrʾnBM3%V|O=;wO;|L?3? drYgπNڕV>UG8զ1jY5͟{%/Y]>8C(>aNf/e| Tp%xVX{LLId+vaۭ΃Os(J2ºl*j@ hyAe'G"-|i ?#M._4yU;Ź2y!BB:'RIIikW8+^18$iL!ӎbVTmĘUwz3pE"  S$e T}2TбySf`h&$i&Ё Ъ(w.Ϡe3*˰^7 _ Ow:| 0ANOA0eŽrUwV6.´"ϊ;80I9¶iu5J_[ Zo-4UNnk1b["mA.p5Uk I*A*Mg\jƬJ3.Ce 嫢_8/yb-d0hCC17?:<`?{?<~ [/4&c eJ;ːҴ(9CDQ¶s<\jL B\DI㺷oৃNpG"^ VseC*;V+&|Jie0K8-R83X AQow!vtSxjXު(r{(ݬ*0 D. ^\0(&Ѽ!@g6?'j͹٬ϟ; hK7 ?w< {}AHlLJ.& o@V8bؗ8hM$bl"\מN6qe4K||jq'n+1%k9/5HxYf1j c,hrRX jnurd*mi/6 dY&wlQ4n'\6 uJ)6 pQ?i;oD%!/z!G^HL9(E!.";(PN;$HE`c`GY?$M)5] (qQXPSY@W>"6p/_` R،*b!g8pwٿtQJVo&f&fdc7QT' 4ADPJ/?4ҽrZ w`9E@u @vQh vO؏ؐpQcM=?Z& AM )b0eP =L# >W/3%R.\80fQ\3x53b/Kk>yL4 ʂ3gPtO'e8ǣ+ yIJ-3*`ƨdSثo^4wx?h.rû6, NI[4C/1_ڌ'a;Bv"yqVA!CO- y-Vz^ϥ%Dj(Yx|AL ~fk[HRL^k벚LV%Eߓlwi(o,g~NB5M"Bj}ntsY!b8!I9\H q תcL'y%*a-4kUUU:ceUz̿J˪T(BW`Eo 'cI̵#E1UDyc{&@OvEQ-IQe1d)& {E PUoμ>˼>YcB06ֺHi0/,"Dg#!I5ƺXJ,ZUGii-T[s׼C^VN{_wY!fY^Edy^/*N?ī KHc:H)f<D4bG8/+SZax;dytvFQlj,,0OaPyX8NrjvPjvpC/n?xlx1#w-?򑏘࣌[U~ao~p_08S|<~( QlAf k.:e/;qW^ل; לW,SQb;&ϒf^ 敺E(+)kKNP40՜W+09Z0ID %V`'Ee}C/"+ ($<0 0 nEZ0cF%IL^ܼlNLp5< Kp],v[Y%lŘͣ Y-߭8Fje|Noj+7nKwvk/};/Z qE.` {T&I~ s\0|hD-W"c aIJS)tՏc&p]pX~(tJQ-rVS ()q0rR @LeIaaM!2=S)W#mUCG8ҚXR$" vvD.% Re $ebP4 y7yÀ6JVcFĄY^& 9@":eF*BD,<,SVW-RrELH8;<8:r ˲?μQA V"%i%byN*%zo,gJH y3SW'fq|@Iq2ފ0+hwqE$!ZELDaYZ9gE"eQ ˒B( rr(Iz8 vd5& 9QCg<~ӏfy<=O>O8|GI0Vڧ41uf?}|Nwc~^޼ {Hr)ž{0(<pEfrTʹ|)g6Y)~{E3mhFM$uk8~5Q6f•lMīv~YtRٔWMR9)i^Uݼe(3u".{lNyX+70۽߁; 堊k˲l%W&'Y_z599I>E?G9ڹ0tNk90tb29Rcg~T$x /XV\f5:, ւ K!8㌃bŞy><<<|[_~ttt귾?VSO=7otn5XnIR;Zmhkcτ ) #R^[r*bB#ֽtfzZa4t;IY8iVb󏎎mYL 7)1hp/5 DJ+#XIS8\ +@j=< vsƘ1 HxAS~~2= |B"V^naF JEOg5 up&c1*C.8SJ{.X4J.:*>,[#b;']^ꌚE"aCy#*%U2dR~0ˮwe6!6ԛ|%bSZUs7yz!;'mN+vr/^ŋY>.>Jb|1HB"RIynK@eOtQMtț\&D1'AJ#I )mxDN/.T¤n(%cN֎Os 6QtS*:# %WlF3slc7aXBX09Ib2>0v4Jlu<,x3   DcṤw -ji+MaD/`.& f8gs c0D!4}j{)"6 .׆E zp2& Y.c:6}NIn9-Ǚ#!Oxr^](h8N0o!v `$ `g/bR wtc2.EPޯaxKq:b-|Sde-0_5xdT|JRXr]c"aFhA'j^p(]$5]U uB5)%&@"Nbۮ2X˜``cL9AR,GrRꉮaMĮg*pMxSn=?s?Is{~$Wzπk )cx}e0$:rG^Y)!Ꞩ|'4G~”2Vkr}_"󘽋3V>~'kwq/^|~_&|%h6.ybErVL|$b ޽"{1uMHI${r}/\v[ދU#-O='xwצp~S%TԔx0P{0Vojvo쵗8J#k4?;q i@#ts&f uҥKqHO.ݩ1:m'[0g 2Řz2 ?ḵZF%iM@[hG7KQNk^(>ä1sΖ$vƞkqL13jUMV{ϖv^8lih %f{C@<8yJ?GQE~'4-3r{@HLH,; y;![m+PmwA/oZuƒj!8鉶CxqP(haIS$|WI*MIN>hKj ݶTI!!N;)- q'mn*tq))AIZITʺ4i&&?,Zr暦Ԗ1హV5,KyffyFmSqs֢m <'شF f3 ~9ohgJBpئmUjlsi5 ӴQo?IMnd;Oaf%@p))D\`\HgmIH%3K(z) T K5\~.pQ\\𯬡iNs`PGM 5peZNEAkLAwGO10ʔt\KPM#ɪa.@L9&EEբ&Pw\ez?%IH_XQ) MRab?0ftu}OOPGot NIy:Od{zTQq?gɲ#++@YY9i4[++G/^]Y`mo |gY4+e n>"Y_?w*rz-c^uxݬB CQ9GkQI4ep'OP@);G~\͛yp>Tku"0&pZcyxI_Z(JUN~vrdʡ~ٽimC%$ljZ7:$JbݜuC)5JVk27ٸa 5. 08ʌQ (@{M6FEa-%13Aܷu`Y~ַiWU-J}A_7yS)JaaqѕlkܲL}Xi^Y 0ID U}DRc[~x -J-WWo%Dwr-aI1;)]f¥>iKǷVdJ{gmommnkkk;N\0?wU,[bVm%7VV㕑yO]V7Y-v/<91Jcm[U*ڿ~axq333;Y\l􇄐Ø 2QmU7s xiqyqǵ_ZzǞA`oY_Q[ꝳ#".j5݀fk}d0MCgPpf:8 W<7>37'\T  y&AN4 35)JaF0XSXv3G )7aY'XJOaBD@DB@!;1?ݡ!❺~YUꂡj̏)}>gږK r!o88 称w@=DG&)71 #_7LLMLcvvW\_6)b`0OgOO/xݐ;;O.ƝӤ>d(@*Q9t8\JL1٘B6tMeqYXSֽ]i6R%&|x/B] 4$N BZ(v҆!2E2GQs M#@nŃdO SesNf۰d¬[f0,˲ Im@nqZj/y `={OŦeqdY}Fx1ݍl. `E-0ɥK.(BիW*hZth&qz'\GS Xv24ה2K=5;IJ׾AH0{>acLiJ!Đq/ۼ҇{ZL-)IVNm2z~"D-$%9 R>!RyB~?nyׁ0N<&V3VD D)4%1E]M-,cnꔚ&ZJbZJ)& K4,  nCvٶM3SZƙCXr9Ř20'c T1ȥl%=mM>膶 E1߮Ɂ26NuN{#? !()a=!4z2Ӫkӽf03~PJ2K=[_/ȄEz;O("ĢY sg>ntryYWx,Lq)j;!| vh7aGVr\Zo68 c;4@6[afhc`jHaYQ 4mmeun޶ ǘu0(l~"RJi2yY)ĎU$)VT>7H%0T$E  Pˢ’|ēp2d9}N?|`{ƕEoߝwa|)aQYt-8W3 VsZ^.̧)@/s&NK^z|K4M̲aߣ;ϲT9APM!$6aU7`X3@a]0?!hEL`z EI+;"f:=h^$\D03jiӭjz,M=8 `]8 `]jctRS{!eGy!$DB/øWdPJ)dy&/>Ү5$"ŋII o4 Kt'yv@ 0I} Y2 /S88,8 IuI,>16㭒pڔaQ yaQ K-Hs$4|_~ݦODZMZʪ.*Pڕ٘Iskv(ĦImwzUH_PǢ/@i,0,9QUV%Ns. ayY0ֵk0KkZ(|acSʪ"cY[P!(ʄ,ʓ3NNR Hh|T׭\_-4A]>:Bia w{FD.sN2M, Ft\]V{^GUH ӴKu{p8 ۷{,: F7 aAbt{׋%_,޺Sk ))-Q٢.19c7РYoꦆށ:wzԊt[g-]o曹5:h<|ʁsl-:qKAmW5Qb.\ieKea䡘ϢE,1p.SC+|XZǁH5բw %#FVO _\@tm+!ɧ.R DhkE"k1(v+ZJ,Llĸ]O4vE_@ Ƶ A O{EL=!@6FAaĒSNQFbp0"1nF0v x]+)Ctqg\ 3.&'`ďjaj%  ʝ_>}=p\y1Jⵟš+pFHs(N;NR jmuqFh,B\I76Ҍ:6qND*$ RG$8LV^ {Y&ic X0 Y E%<5? (8GD&Včps,GZ܆/.BfG8E|R)Ь<,ieU 8K3MBWGa H'"b"J)GCi@IA@A6:$291b,ˈ8;A_: J18#i1Fe14|8R" a B*Ř 5Mz=\7:,xT8L14ퟅǂ/Gjerh-WiUA`>'/rPfHLfj .#p ,s LGV?]`1bf1w@jկokI[.Ϡ|[bXa_tbq!A -y0v"0"tŔ̙ ƠudQx+>' byn(R.BtuX24ZvZ֣a# mpz5[[L_#ݒNdєU,V\dؾ/s Mb2{u=׫Jٮsv̧ :$Z"kOwnCW HvR F}8/WI3^& !fٔ>X1nyX`ũz.O|7n^lHW\ϧ1nݮiɍ΅ ~t8T'o?PQgh4g`$=99(8^8'7uv.fEFyCk,:αG!i\'|""R2rRmIn;y!ZHx2ȉV{F1:H+-7UDۏ>ǁVyW!itI/'bBE9+!讬,d7r{$wc47N^p1iCF$qZJZ;+DhE#@cRL~bkW#MHp! 9| @S8 F̈QɉR 3?ܬ{KK"n'WB[SlG`ٵYB_; WYڕPpX"e TEv3V07Ph jS!g%]ۂr6"r# 0r>wr{`OYRŋe.ճyViGyA ߭~1p{oBR8)4v5 (:Ćܡ)| &~y:DrH,(ʶIbѱu#l bg3Jp5AJg:pIz1kb8n;nM9|C0#+׀#3x5fR:k!rv,l r~G. -.%qj# Z1I`Ì RzK >iZ09A> L˦l?P,eT5w"1R0COzOϭF̓JR>Kq`89Xd ,n)`X犣bGu'өd:g<ֺgqlig M$d^gq;zmlI"3eoEQ@e:{{ X3Rȱ,z| gYӔ ( E/ϹٛO&ӫ/K6qqL^~q}u: è"4 b5qJS+XN|FtQ¸vYtQQZ+9$"< HJ爥"Vrg0T  t> $6JJZL(*כZx.8. DǓiR!"4M31oH0VkE9VIC$1CoӼUQ^(ҚYp Ν #>8LV$Y{t$?4(S*8G}4?9rucWPJmqE{0F .DWRHBM ! zb! pb8K[} CagH&Z(a~+=V@‰qAsV%<9{q!i8 D]@CE< J\Uܹsbn(aX&0MiZR4cׅ'G%A-M#A1&l#Kc0&ca9)Fp34iI}r/Nٓmc]".4T?_n$4R& @u秢^O]UX ƒ4IdUrqJ-n,isggx[ 'Ano{'}-Zׯ6KtӇb 4:,$8}N`!?%z>,jq{+ nw?8ݿb8y߇^ȿ !?fMK&憟nz&8/"X}[RNP}x}X\8p`aիWVozgR}}gzeY2x}ٿ/WWoyu}^@}t![ۂL ms\k; S6 2v/G~ι KGZ i:30~ϸ.%Ҡp!Ua?LN; -ҙ$ix.?cϢ6@w'*dd!~숲3lK'e1h>7)N6 a6rFb$<.~ղ<3vضI;덙xg?=׶3y㳖ϟgƹ[!ϵX'm*1(=RY5 -{yn_hRjgͦǙ&<|y^ceaY$q$ =@*u],˘X9-.8MңK7I0y    U ̎b.ZFsD|Ī0e4@-PO4HTSGFqTMЫU4 U?H W*y6tնԕ[ (Z- <>g\ ںn$鸿` i.lόd/>~ۀ -SJ=&@: Q PNO AX+upfHljO.jF[Enw#ęq;Nĥ((sBO+=@ihԓYմevuM .)Q\tv|ǡO9! c4MQ ?|7bϳ4M f+Mڞ7ވ=R:\2J&m72tMX@`p&?R&$U|D8M2XÊsЏSiǴw. 3 c"LCt nHi,j@Na% ;|&[ ON>>y)*;h\70]Emh9o46vJ%1a_d .4\v`eu p`a Tzꯕ v4ovPJ+KL5,RL0 \>ؑ~zR bko_ChoV|[mV6bX~g#)GLR>Jg q=,vB%hr.p.93*6:k?eso雖ee۷d/^ܷ YUߏ%4aշ:WOz\r塇]yM5/%ub!WY~)[ׇ(FB܂q*|ҥKWn{ӷܵw7o{i|̙3ѣGn}~OFo{Wï}6h4B!w,P=vD'Xvˆ SքɳQ6d;hL [%D\L;NT @$HWS)nMRd}mücC`  Q4;8 ctSǤXoV՘q-@$,Tc嘖ЧVq9 >X$l?*5 )aLC^UfDi@ef >F+86M!koi_;g۠!!D՚É!%Tvt)0]|0\=b3BL2=O&RJf܋D!1ƪ7eTXs`8i1-?f졹ϭIw{s׃J?G0W5<2zV~B7~ɴF?43 WǀJL*DZG#̴L5^w](N~ gc D:#w@ nJjW8a[E`â-¼N4S}'hྃ0) e!p8Bq1R8)rF8mFqY D_tc]?X )qure`HNX6璇H a'lIbS!3ꊂ9\!" >*YT " 1hhjb;؄V4-< + ^ ܉CQEt̋蕸+dBԟזck=S71rVT:b D关L[I w&Zu.6d1Z&QG8;ŌEF<-M:zgQ֩Ga'b*f{q.Jh\Dp?L&\DDO25HGWt;vQ A0nd$EŖqþjzMOٌ%#('vȋd \ c.Wbpi# 8حj a:VdMDe[4-ۙ40]IdQ(A 54tݦ vtߦAZ jib{\FD<@B&$*C~'q@"I(Cp*FH6vTF PX!DB)9tdh@H֑('X"9hÌ)tHܢ^ U1G< x$s8)#n}$!%B1p$HMS޵/wIy ܺ}Ħf9@19#rRp Q@ DD@I2PJ@=>tZǰ/OqYMyn;HBv7Iz^ZU0?$nA7H1xIiQ<!0C^kI'(R cC9K,*ʻ0l<1ajS2$؄T¢ .>1AȵZJ(I%,9}c(]3&TI!" d_1ʲSh (f,HU%8.kg|.`C:(44byQF-u9Y!UQg{רּc̓BZyi~19 % 9$3pLHd@9j)< DO W6$`P"n߂ SKGGԡ+C?-@h.ޘ yC`tYoԢ+ 8_rE*YQ#Y-VBgYĻJWx,Dn6ͺ*w :D[AG^NX,)dkC^NV r9O2EX+u㊋f[r n bw]-bUTk\Nvk E3[ݖ7o z*'ެ'V'ʢhwnoݭm^.XޘfNؕrkQf:NVŎ.L'SYgнh~\Ufm3KX,&'_rl$ (D~3Uшϐ.ZMGB$;BJɶ6+r墩[d,zӸM 6,夙o/W%ЫE?׷|:(]%˦bܔMO޺ Zk4n~XHtn\ 1~:O'xoWM%z|5yhjZlֵB? yΫQ.FG2'Aj9!gO<1qr!idpBJ 5ւA3 C=Rj 0!XqBs,D c|Phm<aZrY ZژNdQ7RyNBjm.gPApszEWF}8?Qti9P& z0,9S>+˲ %ڙ+ ΕRi@AL ИGJ"; vdS2 J6aWB$DJ"BH"r1x*!C̅`8FoH@FHг⋇GA0feBߧE5F /jq fvzqlU>>y!N!LC%C"J` $T2PZ4|b."9" P)@f! FP cH!-RZ;qasBT(|& XOs=rjw5zHeۭBз'(6N2DH@'peZ]]'$!>e!g#!VyNҼ fDAL 8hp=t}M9˛?>@BJ,5=!h}J :sS,`mCf{';A%0 x]vF'C'\T:mLw y=Nj+*ܪ_,D ^;Vx[3VK<X=X l6j]{҆3I݊Ի[xu(|Wd8xC }rΡ}'̰'Y@ ) =o޴ [m ~!HWV*VIZp|@]<ϱˤNmmcGĜijVUeE% K}_YCjGfY<7wVg?s{>UX"D!QKi2X2IѪ,e,QXqlK$(mMzm" !0Atn   >a_oif{lŮ4*kK.af݅U|1ݠ- H47"֋mqr/J+a;ё&!*jjodP tb[<ӕAd1K[N~Wq\rk0:-`pd.tnEecZFIwӕN'?z `"}1ڎ'}[;\MY,i 5%n(Lp!ɶx']%v7.`DKMYV.uF`ۣ%$zjRbU6ǰ_&XgX1uOٟ WߵvcX6Ob*4jddk[(c(aJ[8e5EOwXeyUE^||<(G]hٜi_[GLnl<ꌜsPz֡\~jval/Q@aUQ! ܲo"dd)ɂq a X1^rߕhpcþ7:8v큗kR -kfIrd1#y"`C#hRHp픊 ,uvK q#>&@"bEd5-jƍ!q q%,pyP)+h 3ιռ/Nƒ.t!can;R9`wup@2LyʍڭG RQ)hBe$tnļ8|7BH $ e%K.,'b* 僈"%>Xuؾ*#nƓp>ڭA/Hqt$a;9tQ$d$@4M.W_@Zᦦ4%R0bQ9f<ᨰ@CC<3812 HRO }4)Ŝ hP^0<fU$1K1z!ĔH$ h*ScxJ?}YF&\GN78d‡PnztQ[#L" 4L1ƫ59yI35+;X0` ò*ǘᗐ$ѧrI$AM&b$gA]ΏfyN9#̭Dw"Y1D,ȹRm^2CbdPyD-Ctx'aݽ}741V <o X_;NVI0`%ax,I_E_qdꅑ(Ay4g.Fop4Mx9y~q\xh?5xxaG]b%"ޖ+%P3Md e6,-E&o!FO GgᎰtD: ~׿}ԑ>m`t89Z(2' &\<sr[d8元! 06_m # <C;GwC[ӡ' #E+@g/EɤL6,5[CUKsy*h|~A<*xwk_c\-8xEr v!GZʁVsj*;kYNnQQ:'DH  p`@5aRL)eg$!)c_tB*&2VJՒf[M˃R~3v[tʕm+Е(;_C1K׳8Knwjܚ/X׉ XM[miRae޺w_6'c XJ6?_,/cx~3ne?fwڌQ N x+B@iʊY Vv$LX4nlT4)Wj̙\K6 .Z؉yv&;kjS#Ys=\3yAx$w@%3Q*ŋgU` 'MB6ϗ6uBо&RN0ɕ z=N;%jIơsլ˚5bL Yׅ^4RV7BWt}fƶl;gcljDt^vv%iփ@n,ʼnvtœlnZKktyiwo`_F?0DF`^Qwx=*0A6(Z yqbKE0|*?,:61[nBp> maqoc-1vH&FqK~P7uy O9qDB:d)m/2NVlA9jԸf@oK.R&q;O?7T9,{xq V&~VB\:,*%)8}'NM'O:]J!$^^>|ȑbȤD!@k_iz +(C,edr}0 9<:I)\:BfƳXTFd$Icb y"+@ mM )4(5Ilt`TQQ0=$I2 Գ8$w88+q02;$k ?LhuY(+}Y8Fs52;YA"w0+%k.m(AkAl|˩S‚/u]]YorJ󮕕]]]{Wݾ:On^oo3W^=نfy}yʕ+'O\vɫ\\\oݹ>w6SWNv]yCŕrAw,Byl^oo6o/4+WN~d[΅ևN6O(Zdq cǎpjo_t(7|YqkmL9ޝ~`ZYXU8c%d"8İ 0V9o`Ĝ7~rn4d E!@7?S#+[ƸTiٌϣ$d0Ɩh9D#n`i0 Blg@vK!%F4BƆrvfI0MݨF[J0L+L; T=˶- Qnew~I%`t(`pJZÀ]/&TJR0 m"l0Z6?x=EB(c0j&氿*APfrѮWW(6 8$ T35r$.̋ud_uc`esUI,74m69q&8IdDto[._89g_tp4MKK3i_\MhccRq'"/\tlƽu<#I6lN?XS[hT*%h4FFcsMWj;pxAq6UnO3Ɨ=Zݭy~^β=߫mZ.߫<e@gÞ7K.|ɯ #Ԙ]xAh4S>q777fԌl2Lچ&k;-ea߲o%kl}utdMӔVJw^?hw:A3騼8Z%[2g@3m[9ezc XʱIa ~O7 ݃GOOtjH4gB:S)7 וLm 3PNBCZTAU Rv=?O=2&B?D/xZ}{B[.$JQ ݙQ8(3jB]L1B?_P-"4H`> ZN6cc0zo]<π)1v݁a'd6W`1Xօd%wVH-pq܉[e4[)xZN)Ӷ[ND*,1辙-!SIʦz  ]Y*+GIjF:a6zoٕJ3iW*5L +rz8viC fg l7=0=dvvi$AHzSg=qg njaV{^AY) ~ F7¿0)( ; Ff[om EЅLúyMO'mu25EQ[e9Fr֍Ƅ?rfHR?..~[Yˮ XijZ,!g*SKH19LUޣUi.\fxqLZ*d7j[1zQb-z[uو^#D8 zf%kU2s!RX=2a&%;_l ! oE.ፌ1fX83hVq'dV!:˩d$T!>DV33=l`2qg0 SOVIUrZB,+($J, *U9D 8I69 `I 3%(y^k-yXqKh%1ҪFGqDjnz2 YfxZ Hdb# rD/Ɯ9;0T:xo!ss"ZޓȃR1g.I"t20*<% ^U%gj%)Iy N$nwɋ8BU(U)$M 8ns)SBĵ`r7@ݍ"&B˰\9D4vRd̘I$e94 Y Ekxh<=OͦxUb,'͓8ⓓ(xz"PA}kRA]S(5n i˚6djĀӽ4sl{KÛ 0tKCGXK-.4|m=w/QiI;~x䟆F!ZDkR[gO<,A<. W I }o z7 3E'"%9>LXaq`:=gnun 7Q+$ -84rhJ SORtpRtFC~ ޔRד;n[]y .C|}[l @).]̆iH׹m&TE-܃˨{M-bpTE30 JR9|i$FGсWI‡ `^i +?<Ɉ7o95jfH J -)~Yu]Lǵs:nGٻGAw)xUM\Ŭ.Kǣ(Kؕgxc GiZ,\J&2~,{38w\zw>'UYW|>Z(0;v˗B׬7I?q6ߐ1ZB*ngp+xQs/ ~6wv4sOՙ\ Gډu׬Jl4 Ud-tT̮ʩ|Ly5dQF\V)NJV+Ɂ\jdGy ߴBf*d+SɲOQYc@Jjn^Éz?iE: 'Cֵfd8mIDt)!dfL$)'?~h̎9EۣQ_ckĺߦ( IbZOQi#R\ꮅq!П^sKGvOz7ho,s@ie)$0|qJөuy `[p,}v6a\כdH#Ģ ?uQ}^gdaiyCJYK2Њ@ bwgSA_89fqSk`i8;Ѓ!uxHiwh?x!JAA@4^&N¨lrL*0Zz?b1ť ev;iU1ZU#Bd~f~{='ytEf\qځh (N&ZL[t外tmsso.ƁxtEehBH<*0-°,|QXa/`Ujwz5 3$V.FgIb(9ֹIL[Fq2<<?3\0/&74l Eõ.Bm[O'i on<]|4/q]sa (lU#RZB 7jӥxe[Ǫwͤ6iMG]7y pwzAevI2kE]`)VӒfn  uJ8ľn=}P֮tC;m&E hĢ^#+ 妨X%Rt"7_O]4n;B+ ~v2ͱ/N ssS[=m.V\c!ߥD`jfc[v9HoY܌{ˣãt _N'Z G7+P.`AFXF ˊQUdc xGrpJ !ǔWJ  rư @@@Mp$@LBuʄ2@"/'D[Σ3vIɞW1ϣ5jQ gQGbJ8"n*lI((rxD-%@;]7ME%Ig{`vNr-!ˀ@9 8BrL#Y,Irr9LRP<`YnJ2> )7~[e(w{FbPT{`W"!(( (%2?w ГJuR|>a%91璚Hx<#xfޱVe0ȃX*F`] f7Xهia 6_y_߭ozG[MgJp.Fѻ&P 'ê鴪C=]JR\^ӄB}"-jIWl55𞦅eL1;?&1MTaUEŨmMM-:1@WSt2 K3+e5[e R VH&ƨEF]%IE1dEaXN,g,aVVIJyx6Y>Ce}4!$9K3!gq[)W U-ےeUҊajmKh%ضm(DBV@2b3nBћ2d*2lIRs$#B82w/D4.S*:"ePt2_.j4i] mdfㄩeyM"8u77߰allO )}^?A∐(&o&QDiA7(ܴ긔 H.+ 핲U C"Az˴jQ_ioеfZoA1A;}57F]$x*Dh4',E^H644SσqV}QM~ooc laL]5+Оin4 26EQ4h6Ʒ0cz5-Mci+% KBu懖A7;>tmQC(eދ>N(Day"vD>fɠ ȸ8gRjWSd.`0qGvA@0$S'I\MV/{{%&jsk,,r|E 2ԨQG: FNN: 1{%jȯ8Ο)0,i6/ NP% QB`Ҥܶmj L;Qgfh{;4泬lv6ն0%hVPf`|g^4{7--]ѳf؀1w(/?p`~ƍ+)߭[YLU;7(G+k56WP`kjtD5[Dt[{옭Ί=$1iS^(-)Nw^ݽ{SueiIi$zλ;n dP nHӍu~*Vե7RRuUHfo6J;iH% R"EXJEK )/PR.:AMkMQ{*?Pw//Ұ et*:W^s4>Hj"giEӹkI_Ks\&/%K+ZKs閥ۅtOc=׃>>)JW?&1#`/d1IZn5G면KYߍ2!äҍ\%K6ϳlQdOvYvx?e"%^vcyodIr0R8CoTrl^ENxO<ʴ nd:f~A0A(1\ _e,+Y2JOd+9Yɲ;k^d희ϳS639\*vp\ {pY˳\^Y*!ɍ nq.mwvGF9{]xh#?9$/ʎ[ejQ}(ꦉ7ECh8U4)?E."E:#Ϳ*,ѥMtPtCt%O=*EϼNW&bbh6V̊01VzT**E{F*ƶq{ c3Ť?Ubʣb[.bZXb'>Įy*DZbϜ+)&/>GbwgeAi#š'C-"}R8Zq§E q6bZQLA̚%f׊1gXKbb,^N2#V+N}Uk׉u[ Iq q޵;Iq*qi⚂M\{-6ö|m9mm؎휈*힊ۻ;v8;r; ;;;;η.xfإؕؕvm(v=q5S[ {{{r{:{{{`o}}܌E~@om_bFj Qz(T>Q宍FgBQNHATd;*J:ɋxGerSQJT) U,E"?}UEQL E֢Q?/_G x(j:5ۍG-cPVmQK7}}?% Dߣԕ(}-f" E(T!o$ LF/AA4DF4C EEњhsn,ZA맢\mɊDޣChwQsw%{h<: ωD'A3#ٙ|].FW~AWkэV^t{zT=^DO/gыm>z  [n ( 0{I4Chv3ǵ)Ί٩sPRɚ1 Xl ?4Enx0m,hƟf"YfZv`lTSֱaߩ%Nj> uDӽg x]jZA4ϩTy)/P8 8>_X_l=_ʋ΋T6ph&\ǡ.-TL ̡<(E'$L&6'Qb޴/=$R>㾸߹w|ƱCp8!?}9x7xDzo۪Ԗ-DFoUH*Σ?O0m;Q(b%G{+lE[|6xbfontawesome/webfonts/fa-regular-400.woff2000064400000061554151162653250014236 0ustar00wOF2cl c6$ `Pʃ˃* eAQQaI=jo_q<:/kA͸k^w^tsd/镗vJN`Y .Oؕ j[JUVViƲk}6YJG?{cA0 &!e1ш~J4I0@Z:jˠ%?P-Mh֭RWwKj~~_z?nd D`Ot 6Dٓ& M!2 AC1Z9UX}Z\ݷbm^c̪,ʴLV%f$Kei1fݟ#'-?._ 5beC?EcB2\)Oa:p^vay5{'5:6'Wxߣ/%^ܗqKuJn|7路ۦP/yIJ#v= uM=Wc<"U8W.%;nڋD]%0 */k}] ɤMUЛ>@1! eHF11eD&1)xjFg;O ⭪VnzZgWM;. vv{]aefeeqޏG_4L#4Rc4V5E4Oki}m v:PcuNSPb]unӝ[F}cO6h/!%$ĒDRIz(rRQJM#2]f\"ܗH^G.?֨ZA+j56_ tNѩ:SbݫCzXQ='Xoxѽ4^AW+y!%~;?_wI|( NaZВV miG^ 2{>w*R]H#i-c3ω˝D{hpOyBO sgG{;H)i.gUǎ+zT|7:qus\19s3%]Mffoz77-J`[buZ``X&&&[^wH魼tZR׭=V" Ar$'4J2^yp'@@dHePR 8 g aWAAA|AY+.P׻>CoG$%^_R0!F8DE41G< $D2)F:6dE69G>ESB9UN jRԣ iLsZӆt#t+AOz1Gp^Oe0,a%YZֳlb ;0G81s"h-" K7& *@o(`8``I$`I`IF4`IF cl`ƙL`&l`&\`|?h f]!60RC }'* 1'hݼ=U VX]`uN8 V(X=c`: Tu`=,> @| X$d1l n ÏP@P_PP ;A#@)h 4tM@Ӏr< h-*h}hh TfjA~#Zڠc7 : 1@}@@ڃ;ng(v.P<]<@+SPj뀊`ϘT{y޾;!#O@MAp;`] @bP$N JIIlF I| |*\ck+"f U@YT9RgK H#cLZ7d ع"X2= 3@fnnA]@N\;}?G`^W||`k 5C@ˁVV4p*(К#06h8)70@Z;Q@yIL ;,Щ ;@X9@x)(t/0tdCf#eHAn'L ^ ,m _U pySTөf: pSpR\4{(=%J?p2\ W)C50p2ܠS(WMwgl @=+Cȩ69C\Fr'#x" |J1eFQ{RQD"B&J_QP2@9΢즜 (aHX= $QPnrRS۔<%e((Dy2W7)EyKrJ)kD֧LـVdCJw(KDvLE@"r e}"0_nw@!!eǔU"s| G%(GE~E9"7S{ߦM.PH eMPfn(m4wv p+`עz<#`w;L~ Rv nP3<,( 9 vnn\؍(;SUolo< S8}bgA|9< /Bӗ~-<>(qov(o=)iUl$@Gb40ah1C%_ Г~T<JE"<4 A(+=zs}}}C޷w4Gpz0pn{Nwmܷ}gM0&,c 0`ƥ"/e+5a:cD,/tZ'cBo5[ՂDZ?=a+MUӸ UA5u<+osyM=1:?1F܄y{ƾ>'mtt#rhFĚ}eD#8l6ֱZ5yƵ00-UUk.*8i }8#b_ƍ%JiM7Y}H&'\>/,ݑa'@5O@ҔcycӸAQ|yJӭt*%0xBRq3iX%HaF6,cI-O%=d!e€<1孺~R:BH˽>z5R H).æø^$aBo})m˲ "TjMN{K GbICGeiR!]KC}etA׸퐃ꯉJނ$Ty/ ey]=\*WuW?쬛KmhwT,X+Y^ysu'\?Uה[+*4{uX;xd5ojeH{$ʺѻDž7tob[P=`Q],8ZAԘu\ (,#yB#?EcP,BT.ܧW% 88͈1b2S %r TtE a> D12jb(&/sjv^[,V[ZZ%hυbX\\_14!?-6[1Cm`KK{_* lii5? !+] 2Zuե%v8+X#x"3BY1UMy(L~͏wfYwLqq7Q wnuxf]%Z#rQ,%ߘoPk!e"VԆmJաn۶ w۶m税S9b M+G ?5 xsx^JqgyJjnQ[dI!fggbֿjnףwu!dn4MsfnaaaavœRyHl9pr&]-ZyGU}Gc6:86Zx S&\C޻#}QU`hZy\uҧW>ןYix}uݤ"_o$Fa5}2 &zczk (A+oqTݕV?]lnϰk9eV;|noV}:833#b"a3Y=Pvn.3:+|Pma?<^&?G[a\M:\R'hֺ":^kn[d {ȏub$fW/ZL X&ju:u= H43&[XE%`ΑW1m+sBH|IWWY~|)x~0NsJ$'s *=xs'[z'JPι%;le(Rq0TDkH-^ [d /QMh.;sWC#{NBbz4JCU*{PT`'0IR1&u6?QJR}#'O5QJ‰ qi(Q7|{{y_^d 'EJaf^Tqƙ,8\Z}i^ïR<x̙S:j7~z $a'UJ9Wi1CFb{x}?/$lm{ܓ>'spN!<}6PoEg:B<+~Mw׮jiwsrc2 ̗ˈFٜ3Zxtn7|x?ǿZ|g|(ٛ um/nIn,LE,m AE>Q%UI\5.1KeËAIQn&]mTbËV١L#3LY>VlfȐss84%MQ JigC_,ošIdYQ ILJ%pYn-rs!sx#mieE)Ez? ׮ ȧPWoa/vb_#4?]ܙJJ[T(& ;i04>P#1D9.vCIƛ^7aSQ{Lu\E%R3A#qDoή9ҊFYTt" Xgf|}=oo}1f~csG~6c9M|$"I7|~k1á3n|/pKQLb11e8U \q@e3kמmfO@H]@ůD$T]m(E˙j"ګ;U=8Y{s1A^.[9v`gxWMY G鲅#[33Ex@i*.>a1,2 ׊RgH֯UX"Rf"Td4v$IW[>3UMQ%um=T$Q盈QTJ%Cj4 |r4쥦6U91^o(Y$,@ZKKO~$WTѴ @J@xdЃűEG/ iAV4ކGHSlrz["VemY!+[Q> i>aD2)$ƌg|:g Ƥ6SO{nXW~+OS,HaWH5O,zÀhjIKP5iv`i>ʡvk*>2>% ϷDlMr)JGHj5uZ-Y>% FCxy~mk^_2.d lGb5Ui Kq6 Bչ1˰>u[-S3ӻDnjGi;n=tdz>xkDtծ%8,) AAK MkQDx?eI;r]$U v*Dy-\ mpG8|6Az:a>{Qt5aC>%8FA9Qp~&JftyͅpSXN`mrEvĨ}5yI‚MͰv'atvlWtIq{l!=X5Ѡ7Cٝ|]KS*,\.~'/w|o3`[T k iЫw,x7cmol q?`6f7=3^8{U3P2a-l_-S^5:S!~kUh48/JM6 ~9 VflV*̗R7tge2{>˲\RcfO/2s_ ])QYabv3+ί()g_;r!=ّc8~0WA09S)^ df[R#/5n6 R#Jݿ[e߬z.byokIC# !C_[^DHd3Zu T=$?F-?Cdz#r{ze„ *8BbnJ(XQD ,!$ UvbSzZ|~e[[YIR+{bqֹE$yUM(n!իZjպoV;J9˚KϿ5FqGiUC؎#) @9!pexG-Dl&\itQiki?iHE Ox: dS"吱-Zܱ{'Z{42.0<*'—ˢW0 aDz< U{mfӤz^u:Iag|48wwwwإNv ӅLy"n_ql}q\"82.bGnE* f} ;YqVJ$K$minۂR/{t}q}GױcW$*X_$CT)R͔%*D`VӧUIZNm,re~\:\C%hT$F(PHTZB/~"ҩ_yvH>M㮵LyA96api=(:UnRsb1Y/^>K,B&Sz&~oB316Q}&#ndm+E;C ~~#]g%WmucHxαY ke5t1[%d5X2mF!Mț%E G 0]v;z%+ vc׍qy7FWzjZ3oVln!爜-MLtIHn:,|*:8@ TSѰFZƳρ@ΧAR.B)CTam< o÷ !4d&D&0x}ԤI;U&s Gԑ n/\zQ]UF`4nNDz3#vfwvvQ5!MGh_EL w<FHU LOt63H1S-& YbX5cflq~ss~`.ݹZWsmmu)t+[q:y=i0 <"0 )7͝|fEn1af>=7@R;aJZ5QHw+M( CC [z_uXrQ*D8ʋݘ`@ ant=o?ݺnļl#~gw4/|: -}R͋>wߒSN&;4ϊ3癅BdY4iVXq`** TU`L!9!Yq5Ӳ$UЍ (e3gpɹsYחt$~y?VT8ROeGf/ms3EvJ=IޅfW{ؕ{d !&߉iBd0˗ie$jb n;`tMް3ti ʲ(Rm!QU ((\;QO^;N~l"ʒn IRFTdAu" FJݘ4@fyڨK.2:9Srr@\h29}3JٶmGQe*r®mGqW#"#ՠ<o48gdts=>ͫPD#cP ' ZsܷhF e-p=Pb/*ZФW%?V2 suqUY!CJhFJk)ڐw(˲Lk64<"fDH8JAg%&FT}WA Y)ƜPfǦ'p qoQtG:َ! ungx[70KIbL33bY B9S]W-UU39elT?Zt :w :& :ݬj mc-/[iұsɲ{~h3]ŀvy"Ο;diYEpH\I^_44h9xd~ͣ$ Z7Z/i(4+,X+=YVl_Wd]eTuuJ)_FTtM2Gn> o؁wrPi80C]G+Fe6uR$ HƼDfsem$ԒwhDN=vbxgNL%^q]ar+=pͰͥQ\D .=HbJ'j6}jrDv}gnY>db(MdJrۭ{Rغ'<Kl "sE0 Qg u2]_dє7\o:A󺉤<̿ cp/Xlպ(BCŲ1c2hyAD0׭dBƘ6G~ay '2>B8ae61EƖaFfW[),e|)42EcA\h5j5 dbus>zr]Ƭ˴mqWm;v?q.D?:ݿ:w:#X|ЃUBkZx^"i!$E}7N۶4"Fkxŷ]g~=q1ݰXS 0M*_җ?g?Q)nuk4 `>ӶơnM8DEDv\r:?)ODtX8NnNsECa,ۑ_}7CȚ q꧱7C3E&Tr;-g/Y4*.rMQ JXsy̝׾XnS4hh8X {H~Qv<'Ӎ8.7ea,|/S\lzlJ%<ۭucojx:͸62S*TU%@{nә+,ws]:!^SƉjk4YiA0;q_S$'̣uJnk4\vu 54PYåW{?*?(׮~.8 ~ODۖ^[_]0kWoI4Br?W۾~?ʮaPQ0B9$hqZ9 ꝇtkjxW^֮qV^Xs^Nmx8 `&6/!T:MƂb\:"_p7v)Ffb?݁LE9,"Ws=,{y1cm0Vv ,ݶE4 ']NU]:^ޒ i.YSҖ:k|?(WN o"_T=6%yssNGS;iB?k Ky*:42 wt>]+XT3T4  q=ЮMѦAt# W c $٫vͅvbv6UQ|2HrSJgVL<7Q?~ܑTjKU#DJfJA"uޮ':yD]PE,vSϕIf N&P<r lP cg&Ky>I2P5vUˮTXjVKqjjzCYrr9rs0ˎ 1i(Sf˗5 oL|x㢦kz:T#5d\n(lⳕ(Tˮ%vGC>#?8o7"C1[q_jE ;}AՐ)(hit3)0Kq1Ύh$Y)iRٹ]ɉKA(8Iz~0 c6AG.JJ1J)oE#4?,,> v9_KGy= GEβGFIh$͇4omu qQTdh k?t`ug7nܸ߮Y[:֖L5 ǎ:-v'87e?z6,//cme'' jp'@L\ŗNQBy `6^sڷ|7S\Mt עv9Cm̎8MY6B*=I vXDq~%EC sŘHI*ljf箧u$= ӠQϺp:]g4NN8[_%qSLpP>p?Vs U8+b \ kS_EECIE.HRTE)FqdkJ4b~g.QX"MC%;יZWeIr=IBT!Z()+?4 %-%U5Du6e jDD; N=<0yjE, A$VčLD I/3u~XN6(VY^&0PB">%Mo^؏ eX~v@'ث:aЌ:jZ2Lݴtmr8cW:a_X\?QOu5}^EKT=RɫҎf:k2]G;%AUt2uMsK8nsy{D;d;͙wy:%6C.I$馮k& 5,׽^/M;U䇋^VL= !#)#﫭2VjI-v6%2eX~_dy&c@8m.Zesq{@V TdoMABl"Ir4dл$MޝQP1x{O0@Cu.bD&!LFxˈ|_14-jAs"aUz ex~vU㿼׸|GZ_y8~P✯+&;;Ks6T aH+(bpG]6غ7 $-;#*yOyMC-<$zW D+1cLF{iZHaJAixz؈4){eXVZ]H1)N.}x *JqE[\Hb7C ^2_ I`rj /,}}aznz[;=#}IWܜ,Wظs8!Գ(!^7;lvhU0.\p ML` }0Wl.Q`HWunڙ=IXAuԶM-_! кqg& .6ΗxHJ9v  G4|ryh^ܻIe^cF)Hi& ,)̩Rqp|< 3EOtqo_3ɤ 8z}1MWڹ"ł[>9F Hl/piV=.p4a]7 .}\HqEt_@Ιh=C8ΨB"`JUA^|a@_qgqZg|D)a:p(C?N7/yh}O3b2RnfC6n*!/_fv/^= qY3&DU1R & gx-ܲ}]ZZ:{.\ٳgw-…}k²,yg>|pꫯ;~qIyΙS[(݉T"+Z{'쩍9B#Er"x)c+ep3d!\K,lvEJR?ڥysRQ3e$.%pYi*D{vl e_Xkq+q1WN:t=wt@8B Ih`!͠Ir!6sK4}g(Ў*-%JP2Z{@JRqTmpx~fٖ߲YY#N}n~8h!NZc.;=O\h+!tEa41;6#XZN ^/_@{Yvol@z^MdyF a5ǫ˞ l `_jtO~⎾B,~Z>.M"f:zezzc xi.{.t}Q\(!C㟇uTzT I% l2Xz,&Zq27g"b?_oDefM &\Z4MS_*h%Ma-E1#mi5 VP2Kf2VLCy=ٛmnfU1 I`qhy-&g#壔 7 ^`i:W Gm3TQ%p;{qJ16.=6W[s'ZF'c퇌8R5RaZVV-[kLB ȶEl)#9P&L:ܣQI3h@67` ;-7iYrUe yVj4-ͩ^ќy5zEmTͷSuliÑ#+E e$DώIƙ`m\pD(jvVv cTU2MlY'|P=Q\ cS9Eah?^2}ڰ^zמּYܨN4[I2YV'@`ʵ֚S @)'k5c0\(N1 W0r> :?*D>X8fDR+Yʾ)h2 c!s2L Pa:T{ YIziEe/H4KÞ24WCeiGJp͹aI ~5~PiJ`8ٴicԳc$&n{Imsùt]@N#.0:2qsflԠ'%h|ɋNz0 c?ʸ _6'UO˴zP.ڲ)ߝ<…VM3i{-Cږ\jIu]JڲG=먋6$Pn!O31 tB&<| (, 7~8$ y7 g<oHӔ&M !!DRUHGH\f o!^60\40pRXlF@ʩ&\lLxpۃ3[H}F'A%nǦ yij?d1Ri1BcBXLXy_UUVxFZrt=z#B`S˩o'mg&Ѡ"V>]EMYoN5X}0hy H$%K(ؼy͛'hп kEG*W\yWTY̯Zkh .1]hHEî Jt{ no\)F- 09y [6%讅y< BA Ŧ_j/]&% ](8 6Mu`FC3%hE mKhd6b\Y A8`'7z.|jU٨MSHEdU769^%3b$^{,+ۺo;۫U_,Z0e.Z4}V2&+ t *P&[`k=#Qk.櫖6K.ߚ0g  8P\+UzCt%''S`gJ%!DG3a49u ݈Уj -@2ʩ>Vqw9D)8߯A| ۪ /e&ą!'wHNjyVZ+;Պ}f9<(}*Z)]8JζIt/}c;m]kZ+`ܒeX'/i}߾i.FJP$F/&gYtE=8ܪ_7z_,Iw"5Q)fac`@08p0Dp>0JߝKM^>xŨdv}wl fV~~ޗNC<Nv±ߊ^{w2zMLs5t1`vEIAtG7(|RO?)aSfY>נ;4(Nm4X NyOƳ60F !264#19-D9 x.¯4>t])mV$7??!X0ƍsE4w$<"i}֫ w}}?5Ω_Sco8qz |sxP .E;K?uS=WXwl}hɝhdctu.N=3ͧWz&90>܏ŅO{A`vpz??܆}6ٛͯr+SU<\YJ]]VWQ6uo kn68qC> 'A^[E$'Rp&B'l7"g%| K!1 Au y!| vaU/6 ElGٿ!efontawesome/webfonts/fa-regular-400.ttf000064400000204644151162653250014007 0ustar00  OS/2_n^^(`cmapJglyflݘhead'g6hheaJ$hmtxPloca|Xmaxp namePpost9; }_< kuku LfGLfAWSM!H? @@ @@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@  @@ @@@@@@ @$4$ 4!%+9Zabcdefghijklmnopqrstuvwxyz#(##%%%%&&&&9&Z&[&\&]&^&_&e&&&'' ' ' '1'D'F'S'T'U'W'd'+++$+P"$.>DEFY\]ginpsu| #(*3DFGJNRU\e IJMPR[]txz{([%:?ACEG\},16AVgz!#*0<abcdefghijklmnopqrstuvwxyz#(##%%%%&&&&9&Z&[&\&]&^&_&e&&&'' ' ' '1'D'F'S'T'U'W'd'+++$+P"$.>DEFW\]ginpsu{ #(*3DFGJMPU[d GJMPRT]qxy{(X%:?ACEG\},16AVgy3.- qha]XF@?) s740/. z K  p l k j i h T  ] M < 8 / (     "* 6::.00`dbNLRjjD^FZ>B^fF,,(4d`( "Bjl..(  !"#$%&'()*+,-./23478;<=ABCEFHLPQTUVWY[]^_`efghijmxy{| LE!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/|#(#([####j%%P%%W%%P%%P&&i&&_&&L&9&9Y&Z&Z&[&[&\&\&]&]&^&^&_&_&e&e2&&W&&W&&y''_' ' Q' ' ' ' '1'1'D'D'F'F'S'S'T'T'U'U'W'W'd'd2''+++++$+$W+P+P301Q234e5]""6$$7..8>>9DD:EE`FF_WY;\\;]]<ggiinn>pp?ss@uuA{|BDEghF2GP8HITJNOQAERTfmUV WWBCX[7##F((**33\DD]FF^GG^JJ_MN`PRbUU[\edegikVmnwxxWyz{{| }GI~JJMMPPRRT[]]qtxxyz{{H=4((X[%%::??AACCEEGG\\}}U,,1166AAVVggyzjKKGmU7AA>MMgNNhdd42222SHOBCe\\zT{8l44W55WSS5Q2OIfrBCefAE      Z  ""&&++,,--..3366BBXDDWWWWW  22##))2aPr*n2j&>dJzb"T B r  ^ 4 X F v  n*"b,z.$6l.(2N##$B$%&"'J'((\()~**`*++Z+,r-$-.l./8/01 1|12p334 45,5v6067\789:X:; ;l;<=D=>t?(?@A`ABFBC>CCDnDEpFdFGdGHIIIIJRK$KLNLM0MN NNOxOPQQRRSFSnT*TUVFWWXY&YZ[\v](^^`.`abchij jkl@m,mnn 5777'13#3'17'17#3#17!671167!11!1&'&'0ssssssssssVss     *ЦLЦ  `  @ &'1672711654'&#"38   X   HQ131716131#1131#11'&771#11'&771#1&'673171#1&'673171673171#oGQNWoHQNXooKUKUKUKU 4]&'1"#31'&'&'&112231675167676'&'&'&'#1&'&'&76767676'&'5$!  4 !6 3  4 *0*     21 5    1 %6'&17&'&767&'&767q@O@    0171611''11&'511'&771'1&7615167    Q  TT  QQ  TT  Q&'1#131167513167&'#15x@,6711671&'&'57111676751&'&'--DD----DD--0  00  0D----DD----Dp 00  00 4'&17711#13367&'#1 h DPhhP@  )x@+1'&7716731131!1&'&77167&'&'#*$$+><(', 'p$#+'(<=* ('@:67!1131#1"'&''1&761316767&'&'#1&'&771#1&' (8%&&%8[ ![$$d  &%88%& $$ '6'&1331167513167&'#151&'1#17   ((}}  hh@76731#1131#1"'&''1&761316767&'&'#1"'&77 8%&&%8_  _$$  &%88%& $$  @,%&'11&'16767'63&'&'67716 02  00 ~D----DD--) I0 #'0  0--DD----D@, ZC67!121'&71#1&'   p l@"Dc&'11&'#13167674'&'673#3#1&'&'67673101013101015011101#10101&'&'6767310##5(5##)##5H5##)|  H  ((  (  $5####5:$"5####5"$:|  0  @,11677165&'&'#&'&'67671'&770 02  00 ~D----DD--) I0 #'0  0--DD----D@, Z11'%1&'47%16~%   P s P0 !167&'!!167&'!(pp0117%1674'%1&% P   s 04G6711673111167514771676551&'&'#1672711654'&#"3@" "4#5%$6 6%$`   ""&"* "6%$$%6   JW11&'&'&'6767671&'&'&'676767113276551&'&'&'&767X;;;;XH9:"""":9HH9:""'1#63""""3,    ;;XH#$$##$$#;;XX;;"":9HH9:"""":9H'%%""33"" P X;;))))&'177131176'#3#71 "" F\\p QQ @1B11113167674'&'67&'&'##3#5167313#3#1&'585##$##5lltttl  ttt  ##5%#65##Ȑ 0 ( "3276'&'&'&767676'X6EE6226EE6,8888,,,,8888,<446FF644++-9999,,,-1316767&'&'#67116731#1&'&'8hK1221Kh8h?2332?hp21KK1232??23P@-11113167&'#1&'513167&'#151673167&'#8@#111167513167&'#151673167&'#82116767#1&'67312&'&'&'676767'&'K1221KD00   >>Z?2332?X= 0Ep21KK12+*B Y9:32??237 ,"%5675151&'1!151&'16751!P p@311#1!167&'#113167&'#pppp`@ 1&'&'516716767167(--DD-- 00 D----D((0  0G!&'11675171176''1716'&150P vP ڗ @131#1&'1678$61161&'11#"''11&'167  p@ 611671'11&'167 &  Np ^5"1132767654'&'&#11#"'&'&'67676320((((00((((045;;5445;;54p)*..*))*..*)=3333==3333=@,3#3#151673#36767&'&'#1116758ppp,,xxxxA*++*App,,+*AA*+x871167'1&76167&'&'&'&'&'6767671''021K6+[ [*21KK1208H?2332??23:6 6K12k k0DK1221K'32??2332?Z>A @G#61111675131176''16767&'&'##3#516731#8nw e.'&:x%%  $$1:&'%%D^201'11&'&'"1&'&767676'&'&'"'01&'&'&'&71'1676'&'&'711&[$#; 96G >&$#: 96G    >&e!  $=   !  $=  3116713167&'#x 1676751671&'&'5167()==)(66RR66=)(()=R6666R61161&'1&7 [ p D$611671161&'11"'1&7 wccw aaJK pC 6'&1'1&11771176''17z   y    &116751716'&1'+    67!11!1!1&'&71!1&'P  /    i3@111!167671&'&'#1'1&##6731213311!15!!!1!1&'5@+ - ``+@-  ` 5777'13#3'17'17#3#17!671167!11!1&'&'0ssssssssssVss     *ЦLЦ  `  +b'''1&'5167676676701016111#"'0'1101'10101&'&11716751&'&'&01011001#"'/! 5>2 2>5 !/  # # -A6(' # # ((6A- C%,,%+(G1111''11'&771'1&76771716771117161'1&771'1&'' D o o D555 vVj i Vv 5  n II n  Olll U x88x U l '5L&'&767#471167632#"'&'&5!!!&'&'#167116731#!1"'&50'((''(('""""/^^#$2\2#$123K\K32  |  @----####11K3223K   5I%11#"'&'&54767632!113276767&'&'&#"75176''151&'1177111177110!"<=CC=<"!!"<=CC=<"! ` U9////99////9F::$""$::FF::$""$::F @ 9{@)<IVcv1!1671&'!671167!11!1&'&'4711632#"'&536731#1&'6731#1&'6731#1&''"'11&547632#4711632#"'&5@@@@`   hH     p@@@  ``@   @  -B&'11116751716771671&'&1#"'&15776711'&150P@;EI"  $&Uaaa)'*--+53KPE(1Xd"  N  $+6711671171611!151!11''11'&'     0w\ \0 Hnn9F1'1'1&#"1'1&#"1111167!%111!167671&'&'!676'&' S PP  p l+ p@0@ 9k'1'17167711171677717716771654''1&#"111!1676751&'1#!1"'&5147633167&'# .熆.:  d  %%%  pp .ņ.:d   '%%%pp  5V211#"'&'&5476763671167654'&'&'11771176''1716'&1'1&9////99////9F::$""$::FF::$""$::FQ////////1177111177110!"<=CC=<"!!"<=CC=<"!Q////////5G211#"'&'&5476763671167654'&'&'6'&1'1&1779////99////9F::$""$::FF::$""$::Fqo/@1177111177110!"<=CC=<"!!"<=CC=<"!/o/@5_r%4'11&'&#"3276765!671167632#"'&'&'7671163311&'51477165&'#1"1'&754711632#"'&51177111177110!"<=CC=<"!!"<=CC=<"!:  ,: 6   9////99////9F::$""$::FF::$""$::F[ $     C"Ih1167676767&'&'&'&'671167&'&'&'&'&76767671167&'&'"10#"'105211#"'&'&5476763 1(( ((11(( ((1$00==00$#  #$00==00$#  #"""####p!""!## ##!""!## ##!"""""""9Iiy&176''167676'&'&'&'&''67'165&'&''''654'23''&'&'&'&'67'167'''&''127' P i  #$00=3+*!p6L1(( 6$%61#.RRR"3***&.1(( &" $#00=H6X888%8$%6 0 R  ##!"Xv)* 6%$$@@@ " !!!$.$ ##!"F,,, !,6%$ 3<ENW`kt&'1#1111!1676715151&'&'#151&'1#153#31#153#31#1533#31#1533#31#157#3#51315#1513#5#1513#5#1&'5137#3#5131(@(hPPPPPPPP````PPPPPPPPP@P``@P````(00(((88h@@@@@@088(((88888888(88O7636767&'&'676767&'676767"'0#0##01"1#"'&767670101|(0_8888__88$  g/"":9HH9:"""":9H80# 9/0>>0//0>1( )%4E:////:://  76711673121311!1&'&'71!1671&'#1"''1&##+@ - `+@ -D@3#367716'&'!1116731213113151&'&'#1"''1&##113000 p p Dv!/u0uu u  #1?1!1!1&'&'1676731#1&'3#3#1&'67!!!!1&'67`h`hH`9t76'&56767"'&6767'676736767&'&'27676'&'&'4'67&'&'1&'&'&#&'&'X!++II++++IX- B9X;;;;XX;;9B -87UB'&!/##21>"+2&&&&22&& @. 21KK1221K  .@I11%%/+" -8+11'&771'1&76771716711171% o D  vV]O n ;;; U x2 0[n"'&327676767676'&767654'11'&#&'&'476'&76767676311'&767676p,..'&  ,..'&  "--;:; "-.::; y( &'3p &'..,  &'.., 0" ;:;--" ;::.- (3'&@ 2>J1!15167!5!1&'51!%111!167671&'&'!3167&'#33167&'# @0@800ppp @!>GP163!1251&'!5!16751&'!1#556767!111!1&'&'567&'7&'67@0xp``````0 =my#3#13367&'4'11e#11&567&547&55167167515'01110131#1##&'&'516767367&'##373367&'#1#3#3367&'#  3""$ R"@G0//0G@0@  (((0@ ""30(  ((((P(  /0G0G0/@ =my3#31##&'67471163010131165&'654'6551&'1&'5157011101#13133676751&'&'#&'6733#'##&'67313#3##&'673@  3""$ R"@G0//0G@0@  (((0@ ""30(  ((((P(  /0G0G0/@=o}563315151&'"1101011316767#&'#"'##1&'673167&'#01110167516767163636311#1&'&'5%&'11675'25151&'135675151&'@ ""30(  (((x(  /0G0G0/P@  3""$ R"@G0//0G@0@  (((0=o}75533111&'7"'11&5010151676731&#&#"&##131#'0111011676751367367367675151&'&'#1&'5151672711&'5137556711&'5@ ""30(  (((x(  /0G0G0/P@  3""$ R"@G0//0G@0@  (((0-U%#3#&'16731113#36767514''1&##1111131676751#11#1&'1673151#DD0 pD0D 0=FS!167514'711!1&'&'1676731211'1&11#1&'51#1753151#676'&'0@"J"JP   `@"@J"JdhPPPP$$$$)1!1&'167!%111!167671&'&'!@@p@0@$>113277151&'!5!167511#"'''671167!11!1&'&'@$$0P duuT3<Nj#3#13151#1&'167313316731&'&##1&'&#"67&'#3#&'16731113#36767514''1&##11i)))`` H,>)'0DD0    hD0DpFYj%67&'&'11#1&'&'1111&'&'676711111#1676711111167'11&'6767&'11&'51311)$%66%$1 21KK12 1i """ )6%$$%6)    +9K1221K9+   y """,AM"11111!1676''1&'51&'&'514'&#111!167516767#3#32765 8#$+ +$#8 0 (' 0@@@  ++;F7  7F;++  ` 0J==J0 /R111#11111131111111111131111111113111111111113111111111311111111111311111111131111111111131111111113111111111311111111111311111111131111111113111111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111!3113167671&'&'#151&'&'#3#31#1311#1311#1515!3#31111111#1111111#1111111#111111111#111111111#1111111#11111#1111111#111111111#111111111#11111#1111111#111111111#111111111#11111#1111111#111111111#111111111#11111#111111111#111111111#11111#111111111#111111111#11111#111111111#111111111#11111#111111111#1111111#111111111#111111111#11111#111111111#1111111#111111111#1111111#111111111#1111111#111111111#1111111#111111111#1111111#111111111#1111111#111111111#1111111#111111111#111111111#1111111#111111111#111111111#1111111#111111111#111111111#1111111#111111111#111111111#111111111#111111111#1111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#11111111111#111111111#111111111#11111111111#111111111#11111111111#111111111#11111111111#111111111#11111111111#1111111&'513167&'#1513167&'#151677673111#151&'&'1#15#11311316751316751&'#151&'#1XhXXXX8888XhXXX8888@  @X (0hh0(8@  @)K1!1671&'!671167!11!1&'&'55#1&'67315167131#11&'@@@@@@@@p@@@@@@@@5%4'11&'&#"3276765!671167632#"'&'&'1177111177110!"<=CC=<"!!"<=CC=<"!9////99////9F::$""$::FF::$""$::F5Pcv%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&76'6711632#"'&'7211#"'&'67631177111177110!"<=CC=<"!!"<=CC=<"!   (( "      9////99////9F::$""$::FF::$""$::F>  n     5Nat%4'11&'&#"3276765!671167632#"'&'&''&767632'&'&''6711632#"'&'7211#"'&'67631177111177110!"<=CC=<"!!"<=CC=<"!  #",,"#       9////99////9F::$""$::FF::$""$::F %%        5H[g%11#"'&'&54767632116767654'&'&'2711654'&#"374'11&#"327653167&'#117711117711F::$""$::FF::$""$::FP      9////99////9!"<=CC=<"!!"<=CC=<"!     x @);K]m1!1671&'!671167!11!1&'&'3#31#1&'5167'67311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'5167@@@@H@@@@PH`````````3@&'1#1111!1676715151&'&'#151&'1#15!!!1!1&'(@(h``(00(((5H%4'11&'&#"3276765!671167632#"'&'&'7611'&551471177111177110!"<=CC=<"!!"<=CC=<"! 9////99////9F::$""$::FF::$""$::FmX X)71!1671&'!671167!11!1&'&'3#3#1&'67@@@@p@@)=1!1671&'!671167!11!1&'&'7''1&761716@@@@Q@/op@@q@/o0m%5551&'##&56767336751511'3#313312771654''1&#"1##33167&'11410#&'05&'&1&'&'&567673'111!1676751&'1!1&'1673167&'# >'  000jj@   0D--  P@@ $0  __0 }  | ---D-  @@P5K^%4'11&'&#"3276765!671167632#"'&'&'7'&771677161'4'11&#"327651177111177110!"<=CC=<"!!"<=CC=<"!3 8  8    9////99////9F::$""$::FF::$""$::FE888  8  E  )<%671&'!11!711!1&'&'16767!1'"''1&767311#@@@ h  h @@@p    p)<1!1671&'!671167!11!1&'&'21#1&'&77163@@@@ h  h p@@@p    p)<&'!11!167'111!1&'&'16767!1'&'516761@@@p    p`@@@ h  h 1671#1"'&551#11!67116731211!1&'&'@P Z PZ1=I&'1673113311!111!1676714''1&##3167&'#3167&'#@ PZ8P %Z`j&1111771677161331#1"''1&13312767674'674'67&'&'#167716'&'"1113312765514'&##D  4 3    a> ="a\ @ @9 8        ) ) !    j'11&''1&''1&761176''1&'&7673167&'&'&765&'&'&765&'&765&'#1"1'&77163312#11%"'11&55147633121##D  4 3    a> ="a\ @ @99        ) ) !  ]   ?q&'&1'1&11111177117677171676''1716'&''1'77111111'1&1'1&''1716''171677117271167654'&'&#"3'676'&'x SR b 99 b SS b 99 bjAAAN- -NAAN- -NA@   99 b RS b 99 b SR bZ---NAAN- -NAAN- p$$$$S#&'&'676771167676767676'&"#"#01&'&'4767670367676'&'&#"#01"#01#!))CJ21,>Y::32?H8 K11  ]4AK8921K4*)B>>[?23( 21K)## )<7!1671&'!1&'11&'16767!11!7477161''1&50@@@p    p @@@ h  h 5P%4'11&'&#"3276765!671167632#"'&'&'%211#"'&'&54767631177111177110!"<=CC=<"!!"<=CC=<"!  9////99////9F::$""$::FF::$""$::F`   7GYi{131516767131671&'!671167!11!1&'&'67311#1&'573#31#1&'516767311#1&'573#31#1&'5167@P  P@X000000000000@  @(00000000/ISiu3#31#1&'&'1676731211#151#1"'&551#1173#3#11&'51516767&'#11373#31#1&'51676751&'#11376731#1131#11&'515@0000Z0P p  `     P0  0Z Pp 0PP0P @ @`p 0@@3W7673113311!1&'111!1676714''1&##&16771167716'&1'1&'1'0 PZ700P %ZSSTTTT3S7673113311!1&'111!1676714''1&##&11771176''1716'&1'0 PZ[ -- %% -- %%P %Z 99 00 99 001IY&'1673113311!111!1676714''1&##116751316767&'&'##3#51312#@ PZH,  DD,,,,  P %Zh8  h8 1D^&'1673113311!111!1676714''1&##4'11&#"32765&#"1'1&#"1333276''@ PZ`   E)  ( 0 HP %Z  /<@  h9FSky&'1673131673113311!111!1676714''1&##3167&'#13167&'#1767674''1&'#13#3#1&'67@0 0 PZ0      P %Zp@HXXXXX3M^!!!671#1"'&551#1167116731211!1&'&'5''1#1&'5167317167'&7654'&76@P @Z $$ V    PZЀ #0# &&  1[671#1"'&551#11!67116731211!1&'&'471163312171631"''11##1"'&55@P ZP ` -  - `  PZ  h  `1CU&'1673113311!111!1676714''1&##6'&1176''177&117716''@ PZa00`00P %Z00"00 ;IWer%&'71327367&'716'&1&''1&1177167176'''''654'717&#"'1677&'6717676'&'6KK6PPD99  D__D  99  D__D  "PPP P,,"PPPP6KK6PPP,,P #,,P PD__D  99  D__D  99  "PPPP6KK6$PPP P,,PPP6KK6P1  (/7111132771176716'&%%11'''71  >| @@4VV{O0  :g J4 3EEE5<@HLRm%''"1#"''1&'&#1&'71676''167132771113#3#1367'&'"'377''671167654'&'&'&113167716''YYYYL"*EE*"LKKF::$""$::FF::$""$::F0 < 0WWW&/0S"::"S0/&9  !"<=CC=<"!!"<=CC=<"!F # 88 #5ESao}1!1671&'!&'11&'16716716767!11!67311#1&'573#3#1&'673#3#1&'673#3#1&'673#3#1&'67,`h``    p 0p(0XPPPPP'7LX&176''16''1&'51&'&'514'&#"1'6711631'''#167'111!#3#32765' P X+$#8  B$0 === /+@@ 0 E 7F;++  7t 02-0002;% E7  5X211#"'&'&5476763671167654'&'&''&5114763276'&#"3276'&#"'9////99////9F::$""$::FF::$""$::F9 '33(%%(33' 1177111177110!"<=CC=<"!!"<=CC=<"! &&'33(%%@)Jm1!1&'167!%111!167671&'&'!76'&'676'&&'&'676767116776'&'676'&&'&'@@@ ,)),     ,)),  p@0@ ))   0  ))    '7Qn&'6767!1671&'!1&'&'6771!1671&'!4711633121##1"'&553#36767513121##1"'&550 X   MF   @  L    @ ` ` `  KTdm|4501016723&''111276731367674'&'516765&'&'"#1&'&#!67&'1#1&'51673&'67"#11&'4567%3#31#1&'51#11276731367674'&'516765&'&'"#117676'&7'&7676&'671101"#0  0    p+   ;  ...  0   EY    -  }  j  j   j  j   ( j  %%  j        41315147633151&'!#3#&'&'16767!1111##@ P@ZpP p@Z'9S3#36751311#1&'&'516767311#1173#36751&'#11'556767311#1&'&'@0@@@@@04>J67!1#1111131!1&'6731516771'1&'51#1&'31&''176551#113P+RQ,,QQ,oRQ?-QR,??,RQ-?RQ""3BQ311111#1!167&'#151&''17167513167&'!'1#1516775''&'51311,QQ,P+RQ,RRRQQQQR?-QR,??,RQ-?QQQ++RDQQQ++Q 67763763763116751676551&'&'"&'"&'"&'11'111711116751&'&'171'1&'5147716716751515       &&&   +    hv#h@  " &! m 6   B@:&#1'1&#"133323236767454551&'&'"51&'&'"&'011101516710101167510101671010116751010167100"###&''1&76176751671675( X$/.4F/0 ($$5V>W , "X$//F"`  8PH5$$=e-.00---.N7111716331671&'!11311111'&55151115151##&'&'16767!11#1 I `0 00eP 6  |  0 L5CQ%4'11&'&#"3276765!671167632#"'&'&'75&'516735&'51671177111177110!"<=CC=<"!!"<=CC=<"!p9////99////9F::$""$::FF::$""$::FH5O%4'11&'&#"3276765!671167632#"'&'&'73#321##1"'&55147631177111177110!"<=CC=<"!!"<=CC=<"!  9////99////9F::$""$::FF::$""$::F`   s&'167171671111676767110127671101'&'#1&'"7631012767676771511511"1'&'#1&'#150 $1 #2$1 $2(pL        "    71##111111176767613276567676''11#"'&'4771671331##1&'#1'''&''1'1'1&'##1"'&551673327716731255#1"''1&#17716#113&'6767&'333 $   L$F+:8*'P   U# $   (<+: 0 %&'FHKK 333$     L!B'$   $ %!B  C K,G210301111#"''151477'327711!1&'5"11!1676751&''1&#ώ$$p   uuuu   )6HTam1!1&'167!%111!167671&'&'!676'&'113167&'&'#%&'167516751&'&'1675  $$$$ ""@00   ""@@p@@@@@)6HT`1!1&'167!%111!167671&'&'!676'&'113167&'&'#73167&'#3167&'#@@@$$$$ ""@PPPPp@0@   ""`'BO\%&'11&'#1&'6767&'676731671167654'&'&'&'&767'767&'& )@) 8;;XX;;7)0>>0@oF::$""$::FF::$""$::F  X*,,**,,*0$$:VX;;;;XV: P!"<=CC=<"!!"<=CC=<"!(2222 :LY5##1"'&551#11!1671&'#671167!11!1&'&'3#3#1&'6767'676'&' @ @@@@@""    ""`$$$$@2?KW#1&'&'#1#1&'1!%111!167671&'&'!&'&76773167&'#3167&'#"@" 0@  hPPPP ""@$$$$0`"/11!167675151&'&'!1"#!!!1!1&'5 0`f   7!167&'!0-9S#3#"1#1516767311#151312765514'&#!16751!1!!!1!1&'&'16767 0"""  """0  p@17161171716171611''11171611''11''1'111''11&'511'&7715111'&7711'&771'1&76171'11'&771'1&761'1&761151'1&76151679B% % NBBN% %B99B% %NBBN% %B9.9M'M  &&  N&L9..9L&N  &&  N&L9. 7HVdr731'1&##1"7'33#11#1&'&'1#1&'673371673133127651!5&'516735&'516735&'5167^$$$8"">%^  PPP777""07g0 0@@#=Uh!!!1#1'1&#"1'1&#"1#1&'51675!1676751&'&'!1&'1!167&'!1&'&'54'11&#"32765``g 4  E@`0'&:@%   p P ^:&'%  $@I3#31!1&'&'1676733676731!1671&'#11##&'51#767&'((((  XX@0@5W"'11&'&54767632#116767654'&'&'65&'#1514'&##1"1#1132779////99////9F::$""$::FF::$""$::Fy:   :kk117711117711!"<=CC=<"!!"<=CC=<"! ` ` cc5W7471167632#"'&'&5!&'11&'&#"327676736751312765514'&##151&'"10117711117711!"<=CC=<"!!"<=CC=<"! ` ` cc9////99////9F::$""$::FF::$""$::Fy:   :kk5W%11#"'&'&54767632!113276767&'&'&#"%&#1#1"133112771654''1177111177110!"<=CC=<"!!"<=CC=<"!' ` ` cc9////99////9F::$""$::FF::$""$::Fy:   :kk5W211#"'&'&5476763671167654'&'&'31133127655131674''1&#"9////99////9F::$""$::FF::$""$::Fy:   :kk1177111177110!"<=CC=<"!!"<=CC=<"!' ` ` cc 3'71#731'#3!17%3#3'1#"'1&771633121WWWXHHH92I8  p p x]]]]MMMM}0MM( @3Ni111!1676751&'&'!671167!11!1&'&'471167632#"'&'&571#13367&'#151&'#1p`p@PP0@P)J1!1671&'!671167!11!1&'&'6171611''11'&771'1&7@@////////p@@O////////@QZt131514'&'&'67676767671771131516767&'&'&'67&'#77311#7#3#133127654''1&'h 0  B:  0 8k      -.6!  *%% B:'-  !6.-  0 P4   4AJb&'1#1311#1131'1&567331317165&'&'#1513167&'#153#31!17%&'!113!127654''  64> >46     .  ( }  } ( h 4   4KTnw#3#1111771611#167&''1&'5147#1&54763311#17165&'&'7!1'1!%'#!1"'&5477167!1&'67nnn  2 26 2  vP651'(<6<   )    [  $ $' "([ 56P <(' 444   4@ 4=U&'&767#3#1#1'1##1#171#1&'67&'67673#3'1#171##1"'&54771673#$$##$$# 0 ## 0 ""33""    ())))xPPPP)3""""3) P4   4 ENf676'&''#"'&131'1676767131716'&#"'&'&'&'&'3#31!17%&'!113!127654''  _  ^7S#::# S7^   **    . `  ** ## 4   4 HQi{511#171'1&'514763!12111#1'1&7716551#11&'51#11&'51#!!!'1#1%1#!1"'&5477167!'&'51476321#P3  1 ) 0 ) 0  3@@@        pppp']Ux xU]'p P4   4`0 0!11!%#3#1113!51151#``00000``00`000Obu7&676'&56767"'11323271167230167673676767&'&'&'72711654'&#"374'11&#"327652711654'&#"3   $88__8888_0( #08H:9"""":9HH9:""/v     P  ? (1>0//0>>0/'  //::////:E4%        5Pct%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&76'6711632#"'&''&7632'&#"1177111177110!"<=CC=<"!!"<=CC=<"!   (( "       9////99////9F::$""$::FF::$""$::F>  n    5Jg211#"'&'&5476763671167654'&'&'76'&'&'7677'27116545176''1&1374'716'&1771327679////99////9F::$""$::FF::$""$::FH     `   `   1177111177110!"<=CC=<"!!"<=CC=<"!v    z          5Bc%4'11&'&#"3276765!671167632#"'&'&'&'&767'6171611''11'&771'1&736171611''11'&771'1&71177111177110!"<=CC=<"!!"<=CC=<"!$$$$9////99////9F::$""$::FF::$""$::F    5>GS`mz%11#"'&'&54767632116767654'&'&'67&'7&'673167&'#'&'&767676'&'7676'&'3&'&767117711117711F::$""$::FF::$""$::F`   ----'((''(('9////99////9!"<=CC=<"!!"<=CC=<"!p'((''(('P  ----5L_r%4'11&'&#"3276765!671167632#"'&'&''11&767632'&#"'6711632#"'&'7211#"'&'67631177111177110!"<=CC=<"!!"<=CC=<"!     "(("&      9////99////9F::$""$::FF::$""$::F       5?HQ\r"1132767654'&'&#11#"'&'&'67676323151#3#351#1355#11333#367&'#1'3#3#1&'&'6767'6711632#"'&'7211#"'&'67639////99////9!"<=CC=<"!!"<=CC=<"!( `       117711117711F::$""$::FF::$""$::F@000000000PP     5L_r%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'6711632#"'&'7211#"'&'67631177111177110!"<=CC=<"!!"<=CC=<"!^ && ,22,      9////99////9F::$""$::FF::$""$::F4   d     5L_r%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'11&'&54767&'11&547671177111177110!"<=CC=<"!!"<=CC=<"!^ && ,22,~   `  9////99////9F::$""$::FF::$""$::F4   t@5L%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'11111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'111111177111177110!"<=CC=<"!!"<=CC=<"!^ && ,22,9////99////9F::$""$::FF::$""$::F4   O    Md671165&'&'&01327'&'6767674'#"'&'&'6767&567676'11&#"'&32767'1111111765&'&'7111111314101676767010311311111765&'&'711111131410167676701031111    R=NH9:"""":9HH9:""  ;;XX;;;;XJ7 ,22, &&B    U("":9HH9:"""":9H6/-7X;;;;XX;;,    l    5Li%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'111''1&'&7676171676'7161''1&76761177111177110!"<=CC=<"!!"<=CC=<"!^ && ,22,A  { A 9////99////9F::$""$::FF::$""$::F4    A  A 5Lf%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327''1'&54771'1&547611''1&5477161177111177110!"<=CC=<"!!"<=CC=<"!^ && ,22,YYYY$$$$ZZ9////99////9F::$""$::FF::$""$::F4   000 0++ ++0 0/H_y63112"5676767116&&76767'6767767676'6763112'&5&767677761'&5'1'1"'&76771121'&771676&5114767672#"'   ASTK?HH75)) >) >ASTK?HG85)i  """ &#$aaa 88a       => ))67HH?KTSA;KTSA> )(67HH?] """  #$&& a89 bf   5]211#"'&'&5476763671167654'&'&'&#"11117711765'1716'&''1'3&#"11117711765'1716'&''1'#"'&327676'&9////99////9F::$""$::FF::$""$::FI&""&&""&,22, && 1177111177110!"<=CC=<"!!"<=CC=<"!{"%&""%&"   7Rs%&'&'676767676711&6767&'&&'&''11&'&54767676721!r#0105&'&'432''11#"'&'&763276'111#14101&'&'&'010#1111111'&56767'11111311111#14101&'&'&'010#1111111'&56767'111 !<11 4     4 11>F::$""$::FF::$""$::FP     %%% %*E`z%&'11&'&551&'&7667616767!671167632#"'&'&'74711611'&54771'1&5%61111''1&547755&'#1#"'&'#116767;;XX;;5% 11 *  * 11>F::$""$::FF::$""$::Fc0 0++ ++0 0%%% %(CT]jw%6551676'&#"'&1&'&'6767671167654'&'&'276'&#"76767&'5&'&767676'&'11&'&'5167313276731\  ,22,  5;;XX;;5\F::$""$::FF::$""$::F`      ----  4     4 11>X;;;;X>11F!"<=CC=<"!!"<=CC=<"!$   H'((''(('% %5L_p%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'6711632#"'&''&7632'&#"1177111177110!"<=CC=<"!!"<=CC=<"!^ && ,22,       9////99////9F::$""$::FF::$""$::F4   d    5%4'11&'&#"3276765!671167632#"'&'&'"'&71111111111030521676767654'&'&'&'0#'11111111111&547111111111111034121676767654'&'&'&'0'01"111111111&7632'6711632#"'&'7211#"'&'67631177111177110!"<=CC=<"!!"<=CC=<"!1          9////99////9F::$""$::FF::$""$::F    J     5&%4'11&'&#"3276765!671167632#"'&'&'"'&71111111111030521676767654'&'&'&'0#41"111111111&547111111111111030521676767654'&'&'&'0#41"111111111&763'11111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'111111177111177110!"<=CC=<"!!"<=CC=<"!1    W9////99////9F::$""$::FF::$""$::F*    E    -%#&'&'6767665&'&'&'27&'''&'&'&'"11111111030210#1"111111111111111111111030210#1"111111111113676767&'&'&'676767'2711654'&#"37276'&#"767&'11&1771676'&'&1'S&-X;;;;XX;; "":9HH9:"""":9H5/+    x       b U ;;XX;;;;X"(,H9:"""":9HH9:""      L      Y 5J]p%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'76711632#"'&'7211#"'&'67631177111177110!"<=CC=<"!!"<=CC=<"! ""..""       9////99////9F::$""$::FF::$""$::F:  **z     5J%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'711111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'111111177111177110!"<=CC=<"!!"<=CC=<"! "".."" W9////99////9F::$""$::FF::$""$::F:  **U    5Jd}%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'7'1'&54771'1&547611''1&5477161177111177110!"<=CC=<"!!"<=CC=<"! "".."" YYYY$$$$ZZ9////99////9F::$""$::FF::$""$::F:  **000 0++ ++0 05J]n%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'76711632#"'&''&7632'&#"1177111177110!"<=CC=<"!!"<=CC=<"! ""..""        9////99////9F::$""$::FF::$""$::F:  **z    5H["1132767654'&'&#11#"'&'&'6767632%6711632#"'&'7211#"'&'67639////99////9!"<=CC=<"!!"<=CC=<"!      117711117711F::$""$::FF::$""$::F0     5Ban211#"'&'&5476763671167654'&'&''3167&'#1'&'11&'6701327654501676'&'7&'11&'67327654501676'&'9////99////9F::$""$::FF::$""$::FX    ----    ----1177111177110!"<=CC=<"!!"<=CC=<"!h    '((''(('     '((''(('%@Qbx%55&'1#&'51&'1&'&56767671167654'&'&'276'&#"76763276'&#"75676751&'&',44,;;XX;;F::$""$::FF::$""$::F`        v    *vvvv&&-X;;;;X-&&j!"<=CC=<"!!"<=CC=<"!$    Z      1FSfy7"'11&'&'6767"''113276767&'&'&#"1132767&'&'&776'&'71132767&'&#"271167&'&#"32;;XX;;;;X+%!"<=CC=<"!!"<=CC=<"!    /! .B0      8QX;;;;XX;;F::$""$::FF::$""$::Fq  A *`     5P%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&76711111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'111111177111177110!"<=CC=<"!!"<=CC=<"!   (( (9////99////9F::$""$::FF::$""$::F>  Y    +';&'1111771176''1716'&''1'1111'1&#6D o o D5 vVi   n II n 22l U x85H[h%4'11&'&#"3276765!671167632#"'&'&'7211#"'&'67636711632#"'&'&'&7671177111177110!"<=CC=<"!!"<=CC=<"!      0$$$$9////99////9F::$""$::FF::$""$::FP     P  5Nh%4'11&'&#"3276765!671167632#"'&'&'67''1&#"1'&567''1'&54771'1&547611''1&5477161177111177110!"<=CC=<"!!"<=CC=<"!11"&&"*YYYY$$$$ZZ9////99////9F::$""$::FF::$""$::F@##000 0++ ++0 0PI!j2 , I 4 6  B 6 d+ 0 XI . & https://fontawesome.comVersion 773.01171875 (Font Awesome version: 6.5.1)RegularCopyright (c) Font AwesomeFont Awesome 6 Free Regular-6.5.1Font Awesome 6 Free RegularThe web's most popular icon set and toolkit.FontAwesome6Free-RegularFont Awesome 6 Freehttps://fontawesome.comVersion 773.01171875 (Font Awesome version: 6.5.1)RegularCopyright (c) Font AwesomeFont Awesome 6 Free Regular-6.5.1Font Awesome 6 Free RegularThe web's most popular icon set and toolkit.FontAwesome6Free-RegularFont Awesome 6 Free      "# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ exclamationhashtag dollar-sign0123456789 less-thanequals greater-thanabcdefghijklmnopqrstuvwxyz folder-closednotdefheartstaruserclockrectangle-listflagbookmarkimage pen-to-square circle-xmark circle-checkcircle-questioneye eye-slash calendar-dayscommentfolder folder-open chart-barcomments star-halflemon credit-card hard-drivehand-point-righthand-point-left hand-point-uphand-point-downcopy floppy-disksquareenvelopepaste lightbulbbellhospital square-pluscircle face-smile face-frownface-mehkeyboardcalendar circle-play square-minus square-checkshare-from-squarecompasssquare-caret-downsquare-caret-upsquare-caret-rightfile file-lines thumbs-up thumbs-downsunmoonsquare-caret-left circle-dotbuildingfile-pdf file-word file-excelfile-powerpoint file-image file-zipper file-audio file-video file-code life-ring paper-planefutbol newspaper bell-slash copyrightclosed-captioning object-groupobject-ungroup note-stickyclonehourglass-half hourglasshand-back-fisthand hand-scissors hand-lizard hand-spock hand-pointer hand-peace registered calendar-pluscalendar-minuscalendar-xmarkcalendar-checkmapmessage circle-pause circle-stop font-awesome handshake envelope-open address-book address-card circle-userid-badgeid-cardwindow-maximizewindow-minimizewindow-restore snowflake trash-canimages clipboard circle-down circle-left circle-right circle-upgem money-bill-1rectangle-xmark chess-bishop chess-king chess-knight chess-pawn chess-queen chess-rook square-full comment-dotsface-smile-wink face-angry face-dizzy face-flushedface-frown-open face-grimace face-grinface-grin-wideface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-wink face-kissface-kiss-beamface-kiss-wink-heart face-laughface-laugh-beamface-laugh-squintface-laugh-winkface-meh-blankface-rolling-eyes face-sad-cry face-sad-tearface-smile-beamstar-half-stroke face-surprise face-tiredfontawesome/webfonts/fa-solid-900.ttf000064400001463610151162653250013466 0ustar00  OS/2akbS(`cmap DHglyfzu head'h6hheaL$hmtxloca_maxp nameM} post@Lud_< kukuooLfGLf AWSM!KA @@ @@@@@@@@@@@@@@@@ @@@@@@@ @ @@ @ @!!@@@@@   @@@@@@@@@@@@ @@@@@@@  @@ @ @    @@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@:@@@ @ @"@@@@@@    @@@@@@@@@@ @@@@   @@@@@@@@@@@@@@  @@@@ @@@ @@@@@@@@@@   @  @ @@  @@@ @'@@@@@@@'@'@@@'@'  @@@@@ @ @ @@@ @@@@` @ @@@@@@@ @ @ @@@@@  @@@@@@@@@@@ @@@@@@ @@@@@@ @@@ @@@@ @@@@@@@@ @@ @@@@@@@@@@@@@  @ @@@@@@@@@@@@ @@@@@ @@@@@@@@@  @@@@@@ @@@@@ @@@@@@@@@@@@ @@ @@'@'@@@'@'@$~$ ~Z !%+9Zabcdefghijklmnopqrstuvwxyz    9 : !"!!!!!!!!!!""####(#)#*#+############$%%%%%%&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&''''' ' ' ' '''''''''!'1'D'F'L'N'S'T'U'W'd''')4)5+ +++$+P Av1<@Rcim{ "-=@DEFN[\]^fghin~ "#'()*.5:>FGNTUY^ex -69IJNP]lwxz{ (28[]`c"$%46:JLPS^cmy}!#*0<abcdefghijklmnopqrstuvwxyz    9 : !"!!!!!!!!!!""####(#)#*#+############$%%%%%%&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&''''' ' ' ' '''''''''!'1'D'F'L'N'S'T'U'W'd''')4)5+ +++$+P ?Y19@Rcim{ !-=JLPS^cmy{ + % !~2+(v_UFpWON+%#!  ~|zxwutsrqpnlkjihfcba`SRNMLIHEDCBA;:987654210/.-,   ~|qonmjfe^VUSQNLJFC@10'}qnh_NM@?=<:9876310.*'&%"! ~|wrqolic`\ZXVRQPNJGFDCB>=<;986*)%    { y x w u t n l j i h g d c b a ] T O M K J I G A ? : 9 8 6 5 1 ( $    ~ o<>\P6 $@^zz8r~t|nL"nnRn`Vxpxrrxj*.."$$8*.*""j,"<HFt:$*,2 ||JzJH42~8tl8:4  jr4@<jj2dRzHrz|xvBDfdb`t\|`fHpnf\4 !"#$%&'()*+,-./#-.0567;=CDEHIJKOPRTWouwz}    %'()*,8:;<>@FPQRSTUW\^_ioswyz{|}`a $&-247 0!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/D E    O  P 9 9H : :I       4 !"!" !!!!!!!!!!P!!Q!!W!!.!!!!5""""##J##K###(#(W#)#)#*#*#+#+##############@##########$$%%%%%%R%%%%%%&&&&&&2&&&&z&&$&&& & &"&"&&#&# &%&%&*&*&,&,&.&.&/&/&8&8&9&9T&?&?&@&@&B&B&Z&Zy&[&[|&\&\}&]&]w&^&^z&_&_{&e&e&f&f&r&r&z&z&{&{&~&~&&&&&&&&&&&&&&o&&&&&&&&&&0&&&&&&&&&&&&&&&&&&R&&R&&&&&&s&&2&&&&&&#&&&&&&-&&&&''''''''z' ' -' ' ' ' ' '  ''F''a''`'''''''''''!'!'1'1'D'D:'F'F:'L'L'N'N8'S'S'T'T'U'U'W'W'd'd'''''')4)4_)5)5^+ + Q+++++$+$R+P+P0 23?A4Yv7UWYZ[\]^7_`a11c9<d@@hRRiccjiikmml{{mnpqstuvwxyz{|}~ !"--==<<EEGHllssvwz{%'/2OQX9ZoAqtWv[mt~->RUu!>@@FADEE}FFzGNP[\\]]^^`fgghhiijnp~;"$-.08<=D\ L R OQiSX "Y##$'\(())`**+.a05e7:k=>o@FqGGwHNxPTUUVY[^`euxTSC;R !-3689@IJJMNPPQ]ll qwxxyz{{#%'(())**+,-5o9;<=>?ACDE IMN((O2278PX[R]]V``WbcX67Z\]^`abcfghijkmno""p$$q%%%24r66u9:v<<x??yAAzCC{EE|GG}KK~NNPPSSXX\]__abffhmprttwy}}=~% +,,-01125667@AABKVZ^fhkov{}!!$%)*.077;<AADDGGJJOOQQSUXX]^bbdfikmmoottvvxy{| ""()++./;=@@CCGGMMQSVVZ[^_iikloprs|}  !#%'(*+-/2348;<=?@ACD   GHJKMN'*O//S>>TJJULLVPPWSSX^^YccZmm[yy\{}]`bfghjkl mn    567 !!/&&''))**--H112266LKKNN~OO~hhIjjtt<wwxx4bvtX1Yty=L  1AAMMNNQQUU ddee{{]4DNLhhOMK)dkY?        ;%%''((,,44R55RGGIIJJKKLLMMNNSSkknnqquuww{{}}\-G`E\j659RA:;<>    j  =UNPOBDC  ""g&&3++w,,8--f..r33266ZBBSDD[h>#71U 523gdc(RRRRR  ##?))@AA"BBCCDD;NNsSS9UUZZBwwxd~i :Lyyzz98 dd@    P @<  00 0 D !("x#%@)*+,.1235 6X7h89:=x??@ACD EpFGHIJLpMP0QS0STXU8V8WDXlXYZ[\]^|`a\bce,ffgi8j0jk\llmoPp pqrsXtuXvTwxx@xyz{|\}t~\dd@l\L( PH\X$Pt@ 0lTHx`„À<ǼX֔؈p@ߨ8`H$0@tTT8dD`d t h   8\hT\ H"T#$p%D&'()*D+,-X-.0<1l23t568:4<=>?<@4BCEG$IJ\KLN O8PLQRSUTVXHY[ \]^`0abddepfgi\jmnopqrtvHwxz{\|}~P@ \D4DH<0tX44@h$0T( xŔ|ȸ,ɤ0̜͘lL|`҄ӸԌp4tڸTܜ݄ޠLTxx h|xdP@l,L\TD,4$xx<,x xx @ \ \  4D4X,0D$ !""#P$$%&')*X+--.D./01p233467`789:4;;<<=?P@AxBBCDDE E`EF FFG GHhILIKLLMNtO8OQDRSDSTVWtXYZ[([\p]]^\^__`_`0`a8b(cdLdefghkl\lmnnopr$rstuPvwhxHxyXzH{{|(|}@~\$$ <l|xT,0p8dL0xttlPp $X$|XtL4¬ÐČnjxtʐL4,(Ӏ4Ռl$ۄޔߴdlxDT\D|$L<4t<   `   XLdl0 8#%0&(d*++-d-.0012345679:;<|<=>P?ABC$CDEFGdH@HJLKXLTLMMN@NOOPQRRxS(STU8VVWxXXXZ Z[X[\P\]|^_ _`$ahbbcdcdeef fglhhikkmln o0opqhrTsHtXuDvwwxy z{|}~$X8d$dtd|Td8(Pp,0 4xpL xt Tt<̴`фҔ\(l֬׼@ٰڐDxD($t\$p4|( hX h T    |<(\XpL0 X!d"#l$$% ''()*T+,.01235679;$=>@$A|B|CEXFLGxH(IKM@O Q`STV W$XYZp[\ ]4]__`@ablc cdefghijl0mnotp4qrsXt\u@v(wdxyz{|}~p$|L(`XT\<<4ph4l(<P X<H@lƌʬ͠d LxD(Dd HT$ p4p0LH     L D,8pD\(`! !"#%|&( *+ ,../01h3T4l5\78 89:;=>?AlBHCEEpG`GHPIIK|L\LMNhOPlQSTUV`WdXY[T\T^_`abcLddefghilijHk8l0mmo@opqrsDtv0vwxhyDzl{}x~< Ph 4$hdX  5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'ZYYYYY3YZ     ::   `  M"4'11&#"132765676'&'@       `js11131716761312##11312##11'&'&771#11'&'&771#1"'&547633171#1"'&54763317167673171# _   : E: E   _   : E: E  __ ;E ;   E ;E ;   E 4~2111230111''1&1211#"'&5510#01#111&'&'&'&76767676'&'&''11101&'&'&'&7676767514763 0  /0 1     1 1   $       ! #       # "/65114'&#"1327&'&767&'&767w @    I @ $$$$$$$$J211171611''11#"'&5511'&'&76771'1&'&76761514763 p  rs  p  o  rr  p  C DE C B EE C 14'11&#"1#1"331132765513127654'&##15      p      @,6711671&'&'57111676751&'&'--DD----DD--))))D----DD----D`)))))&'&17711#1"33327654'&##1`  .@ `` @ @    `@0"1#"'&54771671312#!1&'&77167&'&'" +<>())  "` *)(><+  ""@D47116331131#1"'&''1&76761316767&'&'#1&'&771#1"'&5  :&''&:O   Oh   x'&::&'  x 96'11&'&1331132765513127654'&##1514'&#"1#17       kr  P P   @?67312##1131#1"'&''1&76761316767&'&'#1"'&77! r:&''&:S   S !  p'&::&'   @#>6'11&'&101016767&'&'711#"'&'&54767632  %--DD--*+@?   k  +9D----DB,-K  D471163!11'&'&71#1"'&5       P @"Dc&'11&'#13167674'&'673#3#1&'&'67673101013101015011101#10101&'&'6767310$%6 6%$#$%6@6%$#@   6%$$%65$ 6%$$%6 $5@@81132767654'&'&#"&'11&'67671'&'&77@   XA+*--DD--$ @  -,BD----D7*  K1111'%1&'67%16}   @ n     @@+"113!127654'&#!"113!127654'&#!0 `  ` @     11117%167&'%1&   @ n     0<I6711673111132765514771676551&'&'#132765676'&'P +'  *$%6 6%$  P   "0  !6%$$%6 P]112#&'&'&'6767671&'&'&'6767632113276551&'&'&'&767R6666R H9:"""":9HH9:"")-$36%$$%6+    66R@  66RR66  "":9HH9:"""":9H )!!$%66%$ P   R66$$$$!(&'11767713117676''1#3#71 x(   (x*HH`  LL  ` @/>11113167674'&'67&'&'##3#51313#3#15@6%$$%6`````````$%6#"06%$@, "327632#"'&'&767632#"'I1<<1//1<<1 DVVD,,DVVD 1//1@@1// AA-9999,BB +67116731#1&'&'3#3#1316767&'&'`?2332?`````D----D`32??23@--DD--@511113127654'&##1513127654'&##1513127654'&##@       @-111132765513127654'&##1513127654'&##@        :116767#1"'&54763312&'&'&'676767'&'D----D;++ }  >>Z?2332?X=  ,?`--DD--$#8  X9:32??237  (2%53276551514'&#"1!1514'&#"13276551!@         @1"113311#1"3!127654'&##113127654'&##  ``  ``     @  @*2111&'&'51476321676714763  --DD--  ))  D----D   )) B565114'&#"11514'&#"1132765517117676''177 .   A j / x kC  ˍ @2111312##1"'&514763@       ,617161#"'&511#"''11#"'&5167      $611476321'11#"'&5167    ( = 5"1132767654'&'&#11#"'&'&'6767632+%%%%++%%%%+45;;5445;;54`%&**&%%&**&%=3333==3333=@.67116731#11#"'&55153#36767&'&'#1`D----D`  @```))``--DD--` ))@71167'1&7676167&'&'&'&'&'6767671'&''@--D,#H G--DD--5D?2332??2350 .D--V  U*7D----D"32??2332?V=9  8B+;111132765513117676''16767&'&'##3#5131@  _g T(()=pppppp""   x$#.=)(""Dh013'1111&'&'&'&#&'&767627676'&'&'01&#&'&'&'&71'1676'&'&'711&c 8 :7E    9  8  :7E    9 W   $@     $@  #"1133113276513127654'&##        `  *2111676751476321&'&'514763  $%66%$  66RR66  6%$$%6 R6666R 611116761&'1&767     9   B.6111167116761#&'11"'1&767 nUUn  QQ   $&   16'11&'&1'1&'&117677117676''17y  k     %&'11&113276551716'&'&1':      ז   &471163!11312#!1&'&71#1"'&5 @         L +i5'1"37171331127654'&#1514'&#""111331673123312765&'&'#1'1&##151'111#1"1#` `` `   d!;;!$ @ --D    ``      @ ..  D-- ,, ,j2111712#'1'1##11"'&54763151476347116331716331517111312131##1"'&54'&##1&'#1"'&5563211#"'&551477 ` `` `  `    D-- @ $!;;!d           ,, --D  .. @+ +A8H%11#11!1&'&'51#1&'&547%162151476331211%1316751&'#@    k   5 PP   ^% y. ?PPE-@Sd "13127675131676''67311#1&'567&'&'&'2711654'&#"3'67&'&'f B/0   F@@N4444A   %'&: 00Bp@@044NA44   %:&' %D[}6711671&'&'4767571110016767&'&'010151&'&'671167&'51&'1%#3#14'&#"1#11327716'&'   "" 00 ()==)( 0  P   @ @P  ""p 0%3=)(()=3%0 ` ! 33 ! @  @ @ %D[|6711671&'&'4767571110016767&'&'010151&'&'671167&'51&'13#3676''1&#"131132765   "" 00 ()==)( 0  0  @ @   P  ""p 0%3=)(()=3%0 ` !  ! @ @  )4AMZhu1113167673327654'&##151&'&'!15167"51671&#55671&'71&'51675&'5167676'&'5211#"'&547630  ++x @ @ `Ppp----    **   @ qq '((''(('p   bk~&1&'1&1'1&1'1&1'1&10111111111"3211'1177117712327176''167176''167176''16767176''16'716'&1&'716'''112337211#"'&54763767&'771767176''167176''167176''16767176''101656745614541515111112#"'11145716'&1&'716'&1"#"'1&1'1&1'1&1'1&117717111&#&#11#"'&5476321            000   @             0                P   0               6'&1&'1&1'1&1'1&1'1&10101111111"311'1177117717176''167516751176''167176''16767176''16'716'&1&'71111'7676'&'7&'67 !     '  %     #     44                 $  +  #HY3#331211!1'1'1&54763'#13!67&'#171311!15167673!!!1!1&'&'5]sss  U $/ 00   O `  [@@ @@@@ pp 0  0B)]g5#11311316751316751&'#151&'#167116'&'&1#1&'673327654'&###"1#1"1333277%3#311"101880880P  wy@ @^-#-% ,$88808808   X  $ @ ^^~21116751476321675147632111#1&''1&54763214545147632167514763&#"11113277171654''1'''11#"''1'1&5477171632'11#"''1'1&5477171632@      /@]Cq  <   000000000000  p   &?k  :  00000000  %2l|2711654'&#"32711654'&#"3&'&767545015147677167716'&1'&7716'&111111514'&#"%70716'&7331131716'&&'11&113167&'#1&'673167&'#1&'673167&'#1&'673167&'#11111#171676'  `  .< .  N >  D+  ,   /   ? <''3\  ||    |].        0III'#"7..%O   k uK1 G***2 @/// (  %('.      Aa&176''1&''11'17161131676751&'&'##'1'1&#"1'171&#"1'131176767176767' P  M  *  LH!YR#~wu  l\  0 j {<   /IBc_%%  S 7Odm&176''1&''11'17161151#1'1'1&#"1'171&#"1'%%131176767176767%''#1133127655&'67%5331276551&'#67&'' P  M  H!YR#~w\ 777   0   P  0 j {< /IBc_S ,,,  DW`ir{76711671167311##1111111#11#111#1"'&551&'&'!2711654'&#"367&'7&'6767&''&'67767&'&'6732?I77 * mk P( .`  p(((>32--E5    I=M   xx6]fox%'112121#1'1&76167311##111%671111#11#111#1"'&551&'&'&'67'&'67767&',,, +'  39MI77 * @;>+ "P( .h@(z""" "  (,--E5  f:1" I=M0  ,Xk74711#1"'&551&'&'''6767311#13#311311#1311#1311##15167016372711654'&#"3  .56DI77 * !8   0  ! I=MG:##--E5  @   P   6w76711671167311##11#11##1"'&551&'&'7'&766767676'&76767&'&'&76'&'&'&'&'6767&'32?I77 * @  .        (>32--E5  @  I=M        `PA7DW%6711676''1514'&##1"1'1&#&1311!16767'13%&'&76767116731#1&'  5   j  A $$$$p"@"  /y %^    ""-6X631121#151&'#11311#1&'&'51#1&'&7753151#'471163312131##&'&'67315 @@   І0   0   &@ pِ   _2111&#"514763&'11&51676721"''1&'7'11654'&5456301636767&'&'"'"'4547654''&&'&'&'&76'&'&'67676'&7676767767#&'&'514567676767671&01#"227767&'&'67@  } # & H            HHH & #  qH | |  '&,,,&           E&,,,&'    l 4Ag676'&'67116731111#1&'&'51&'&77%676'&'&'673111#1&'&'5171654''5315167611'&'51#11''1&7716@  & ,+@0      *,     0@` @@ ` @@ $$$$ @/I  t2$$$$ 2t  I/@(  @@   @@ $E%3#36767&'&'#1'1&'#11'1&176''%%1131277131131677IIIte 8( P NA  *+g19 B 0 > nn :r!%?a531513121327654''1&##14'&##1"11131676''1&'&'#531#11&'51#1&'67315167<" "!< @ c    ``` " " x    !%?V531513121327654''1&##14'&##1"11131676''1&'&'#11#"'&'6767632<" "!< @   ``` " " ^gp&#"1767676'4'&''76'&&'&'&'&76'&'&'67676'&767676767&'&'67  /.VV./          HP3EEAB+ +BAEE3Pm         [m471163232765&'&'1#151&'&'#1311#1"33327654'&##151673167&'#11#1555!11!16767   ))@00P  P88@@))`  ))    )) ,]s676'&'676'&'74'11&#"32765#1&'&'676731&'#11!1676751&'&'11316767&'&'#  p$$$$`   )))X))@)) `    + )))&))))`7N\"1133116767&'71654'&#"1&'513127654'&##111&'&'51676756751&''"1'&771671131#1&'5147716551&' L11;;XX;;  +9 `p   t  %' ,@'   "88PX;;;;X@1 # "  ``4```  `  ",  , /=X_&176''151#11'151#11'1!127654''1&'!11'3#3'113#3#51#11131676751'1111111' P 7@@+F Lt#UUUe @  @ 0 +ʘd4"  r O  P  A3$5Q]&176''1515111#"'1'1676727676''1&#!1"1'''#151#"'11&'11!127''327' P W  ())*:8ܕ@jjj! 0 Dd %%%[ $,vvv@ SSS'?R&176''16767&'&''165&767!1'%%31276767711&'&54767' P n&)); "&9H,        0 V55MR6666RK5.&,243'0-L55  A1EUb&176''13167&'&'#1"'167&'&''167&'&''11310101&''1#11!167'1#7676'&'' P .*)0)"+'D. I8&&J@---- 0 . ."#)$  "".+9&&8'((''(('4'11&#"1''1&#"1#1"3311327716132765516761327654''1&7673127654'&##1&'&771654'&#"1'&'5676'&'&'67     &   &        '   '   p  &        &   '        &   8IS&176''1&7673127654'&##1&'&771654'&#"1'&'514'&#"1''1&#"'63'%%#1"3311327716132765516767' P    '       `  E   &      0 y     &   &  K 7      '   `i|17716131#11''1&1&'51&'&1'&7716'&'#1&'6731676''1&761767516767&''4'11&#"327651176'&&'&'&'&76'&'&'67676'&76767674'11&#"32765              00   @                         @  P        p  jx7''6711316767514''1&5515151&'&'#10101"101&'&'&'01"10101#1111113127&551477'''1&767761'&7888//F  0  0   000 0 000 0 ӧ   H J  J H   "x000 0 0000 0 kx'11##1&'&'5147716551515167673101010301676767012101033111111#1&'&'514771&'676'&''11771176''1716'&1'1&513367&'#151&'888   0  0 F//7        z"   H J  J H   ~      @`9%"113312765514'&#"1'1&#"1'1&#"1327711#   i iS`   S j j @`9"'11&547633121#"'&5511#"''11#"'&54771632171#   i iS   S j j)W "132771132765511327654''4'11&#"1!16767514'&#"1#!1"'&55 I  I  ))    J J  @))@ @ @U\e&'1#1"3311#1"3311767713117676''13127654'&##1'13127654'&##1'#3#713#31#17 H[ @ 3     3 @ [G@@@ [vvv    4  LL  4   MM@ @>GS\k"111#1"1111331132765513167674'&'67&'&'514'&#5#1513555#15135531# J F  0  0  00@  @00@      z*v    0%0   ````````  @````````  @Yhy4711632131514763211#"'&551#11#"'&551#1"'&55151515147633153#36767&'&'#1#3#1316767&'&'#0   # 0     ppp  ppppp        '%0      v*z   `@`  +7776731213121##1"'&54771#1"'&5 .   /  {    5F6711673117711767513321#12##!&'&'113!151!1")` 66     )@  `) ++  @  )@ @ @@%Gi7#11!167671&'&'#1'1&'#1#1&'4771&#"1'&771677163673113277161&'1#&'5 KK "z" M #21$ M #21$  "" M@ "" M a;G4'11&#"11327655167676'&'&517676'&'&'55&'&'6767  F,--,F  /$    $/@** # 34II43 # #  #d "!..!"  7Mdz2111!12#!1&'&'147632111#"'&551476375#"'&551476322111#"'&551476375#"'&55147632   p"      @        "P @ @ @   ` ` `   7Mc2111!12#!1&'&'14763471163312##1"'&53#32##1"'&547633#32##1"'&54763   p" ` ` ` `  @@@ @    "P `  @   `   %5F#3#11317171"#554'13'#3#1131717#111317171#!!!1!167675VVV\@hv\\\\F@@@h@&#11#''1&##111312771621127716136767514''1&747636133167654''1&771654'&'#1"1'"'&5&7716551&'&'"1''          3<py''1&547716131676751&'&567671#1&'67%67611'&'51#11&'&'476751676731567&'@  PP   "" $%6  PP   "" $%6( H H ( "" 6%$(8 H H ( "" 6%$(h]fo67&'7111331276551&'&567671#11&'&'476751#1&'&'51&'&5676767&'&'67PP    "" )0 "" 0) ""xX ' ' "" ')G "" G)' ""4=clu1311&'&'476751&'&'#11''1&547716&'675&'&'476751&'&56767&'6767&'2 6%$ ""   PP  ""  "" H($%6 "" ( H H NI "" ""  bU_i6'11&'&117677117677167676'&'&71676'&'0#&'716'&'&1&'77&'4767771&'   B)*      2'  6     \... ===>   -33F,%&G  4  *   <  0g(% R76711677676'&'&'67676'&'&515167217676'&''1&#"&#"111&'&'`--D?,  =X?2332?X=  ,?    +D--(  732??237  (`   7 S&'2@5>111311#1"3!127654'&##1'13167671&'&'!!11!@ E  E @@    @  6CY"11#1"3311&#272765515127654''&#676'&'"113!127654'&#!    #6%$$%6%     ` @    1$%66%$ `   $$$$   +8Rly731276''1&111!167671&'&'!&'&767671167311##1"'&553671167311##1"'&557676'&'77716'&'#1"@@@ @ E`  P @  `  @  ` 5 @ @@@@  @ {`         @  @@7W67!11&''1&551'1&7211#"'&'&54767636'&1'1&11771176''17  k=''@  '!!!!''!!!!'; %% $$ %% $$ //A)$0 O""&&""""&&""k $$ %% $$ %%E"111#1"3311#1"3312767713127654'&##171673127654'&##; 7k P- % % 7k P- % %  l    l  )!!!&'&'51!11!!!516767311331@   @@ @I"1111#1"331132765513127654'&##1513127654'&##1513127654'&##P    P P   `  @ @  @  `  :FP"1111327655167674'&##151327654'&'514'&#5&'&'67675531 F,--,F  F,- " *<  **@\ " # 34II43 # # 34I \  ) # "!..!" \\\" @AM[&'1!1"13311331677131276771312771312765514'&##15#3#71311#'!!!!1&'67@   ( `h C \\\i p   h K  P @; `{5&'5167'''1&766176751476321'&''1&76176''1&76176''1&76176''1&767655167514763211'&7716Pc   f|   %166)d5 ]] uu ]*%)%  %   @@@@000  0  `| ' +%$'d5 ]] uu ]**0b( +%$ 0  0 A(5G%11#11!1&'&'51#1&'&547%1621'&'&767113167&'&'#@       `""@     $$$$`""@P471163332##1312##11''1&767312767#1"'&5476331&'&###"'&5 @ 8# $ !!.  P   @     ,g     I67116'&'&1514'&#"1#1"3311327655117676'&''13127654'&##17U        h  z    z   j211163251476321'&'&'1#"'&551&#"1#"'&551312###"'&5476331&'6767514763   *   #    .$%6  /2  !! 1#$. -D __ D%?6%$   5K;..1 94'11&#"1177113!127654'&##15171676'&'&15  )      w     ' "B"111132765516767132765113276551&'&'514'&# F,-  *  *  -,F  # 34I .!"   "!. I43 # ,>P]kx"1###116771676751&'&'##"''1&#''&'&55167311%76751311%6731#1&'3#3#1&'676731#1&'@*"% X)l5DD5l)H&"*(##(U* #" *UU0E55E0U0P]6'11&'&1&'"&'"113276551676711767712765517163213276551&'&'7. "  0     N  $   +  _!  P   +  < d -6#-7ANf5!1676751&'&'!111#157115135#16767'3#31&'&'676'&''&'1!167&'!1&'&'5``@@@@`@@@@@'((''(('""3p`@@@@@@p----X3""CJQ&1#1"33113276551311767513127654'&##1514'&#"1#1'3#31''#3#51{    da    9w::::      @VV 5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'ZYYYYY3YZ     ::   `  .A^"1113276767327671&'&#"&'&'&#4711632#"'&5!21'&''&77163217163.  EFllFE    EFllFE 2    | FccF  E W    d         W ! 5AL"111"31132765513167673127654'&##1&'&'##3#51313#3#15@    `;++   ++;ۻ`   ` `  ` `$#8  8#$@@@OYdl"111"31"31132765513167673127654'&##1654'3127654'&##1&'&'##3#51313#3#15#1513@     P4))  ))4pP//P @   @` @+    +` @ ` A671167111''1111"#'11"#&'514771511'&55147715: nn :bBw 99P+*   *+P99 wB+:Zj471163311'&''1#11#"'&55153#36767&'&'#1%3#3#11#"'&551514763671167&'&'#113 P=)('4 8*  @000""0PPP0  00  P  00 ()=-#"   ""` 00 `    `@E471163312##11##11##11##1"'&547633151476331514763315  ` ` `  ` ` `  ` ` `  ` ` ``ir&'67671165&'&'1#1"3!1167674'&'51!127654'&##1516765&'&'1!15%67&'&'67  "" @  ""  @ "" Hxa "" 7  7 "" 7  7 "" 77I1?Re671167!111##1"'&551!11##1"'&551&'7!1'1&'#14'11&#"327652711654'&#"3"`"            p"")0   0) HHHHH     b211171611716113167675167631#1"'&5511'&'&76771511'&'&76771514763` w  w  @4$$  66N`   )  )  #" '" '""5  N33     6 @)6Qg111311317131131713167671&'&'!676'&'5211#"'&'&54767635&'51&'6767@@@@----+%%%%++%%%%+   `'((''(('%&**&%%&**&%ssss !  !   :Cc7113277171654''1'1&#"1113271654''1&#"7'171113277171654''1'1&#"1113277171654''1'1&#"1&&&&&&#}#iiii#8998`8998&&&&#}#8iiii"99889988 6'&177'&111&''1&111&''1&111327711327716''1&'711327716''1&'711327716''1&'716'&1&6'716'&1&''XX      E E '& ", &' ", &' .;  :. XX '& *! &' *! &' D E  !  !  .< !!:.  Lg676'&'&1'&'&76771611311'&'&771#1&'&'6767271'271167654'&'&#"3@s )  )&,Z&b  F --DD----D7*-    I + + z"D----DD--6   _&1111#1"331131676751&'&'#1"33121#1"'&5513127654'&##151&'&''$     ) R66)  $%6    %    )66R )   6%$   &  (GTao|6731#1&'3#3#1&'673#3#1&'67471163!121#1&''1&'&'76731#1&'#6731#1&''3#3#1&'676731#1&''3#3#1&'676731#1&''3#3#1&'67'3#3#1&'678  00`x`0Hk  6))))6S`````H` P&'&767&'511'&'&7716763332311###1#"'&551##1#"'&55  H :-" (    7  a'!$  ` `` aAk%6711676''1514'&##1"1'1&#&1311011331232323332765515147633121133323233127655147'13  5   j    @ !    /y %^  Ep @ @ A=%6711676''1&#&131131'1&771'1&76111316767'13   f U< v Q&{     4 GS ] C@A'O%6711676''1&#&1311!16767'13%67311311#11#1&'51#1&'5167315   A  00 00    P0 00 0 aB2111'&'6761#"'&551&'&'6767514763 /$  !,6%$$%6,!  $/  F,--,F  # $%66%$ # # 34II43 # 1H4'11&#"1#1"331132765513127654'&##15113!127654'&#!1"  p p  p p @   p  p p  p@  = 46761##1&'1#1"'&7716&7!11!1&'&''  ,    "!,,!"    @Q  **x6767676'&'&'&'&"3001111'&'&'11&'&#&23311317676'&'676'&'&'&'#1&'&'&7&11101#1&'&'&76761A(  6,/  " ))   5,/   ) M) ( # `   6 *     4 &      %6>JZc11313151##"'&54763!167&'!3151'1&167'17674'1#3#131271&'&'67&'@//E8 pH@ 7)Vy&}[ ++8D--  XH "#F@/@W$ ]0@`21111''1&##1111#"'&551&''1&'&767613676751&''1&'&56767514763471163311'&''1#11#"'&55153#36767&'&'#1   !4"#     4"$ p P=)('4 8*  @000""0  #%'     #%(  @ ()=-#"   ""3M671167311#1&'&'671167311#1&'&'5%3#31#1&'&'16767            p      p    `         1l11#11311''1&7673151#1&'&'516767!155#131676'311!1&'&'5167673131#11311327713. FF .@S GG S @ FF @@@@@@@@@"V%55!11!!!!&'&'516767!1111#1&'&'516767331311''1&7673151&'#1"& FF &P @@@@@@@@@" FF @"V%55&'&'!11!1676755331#355311#117716'&'#151&'&'##1316767@P& FF &" @@@@@@@@@@@ FF "@Vly671167654'&'&''''&1'&''1&767716771671771632111#"''1&'7'#1"''1&7677166731#1&'7'''1&767'&7716F::$""$::FF::$""$::F/'''  #       A  +  '  @!"<=CC=<"!!"<=CC=<"!         P 3;_x&176''1653127654'&##1&'6771654'&#"1&##1"'''167%#1"33113277151'7111331276551&'&'' P @ @ @ @p ___8'@ @@ ?%5) ) 0 x  @ @ RJJJv&  % @ ?!m)  )@#*Ee6711673113311#!1&'&'#3#51211#"'&'&5476763&'1#131167513167&'#15 8$#"0'!!!!''!!!!'0000 '.->-%%@`""&&""""&&""P0000<Mq!!!6767654''1&'!113#3#1#151#111316767515152111#15147635"13312765514'3&'&'%c// LtL [@@@@   @ P  ""  rr  P  P  00 000   0""6731#1171'1&761''113151671&'51#117161'&771'1131#1&'673151&'11''1&76171&'#11&'516713167'11'&7716116751#1&'&'&76767&'P/# 8 "" 8 $.P/# 8 "" 8 $.0@" 8 $.P/# 8 "" 8 #/P/# 8 "  hU&176''1673116751&'1#1&'71176''1&11&'513167&'#1311'1716'&1'''#151&'16751311'1&176''1711#13167&'#15167' P "" 8 #/P/# !_j"" 8 $.P 0 |#P/# 8 "" !Ki P/# 8 ""d11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##4'11&'&#"3276765'1''1&761716@   ))))   0)88--DPP "   +""&&""""&&""M H ( = `  P4))4  )88D--%P  '!!!!''!!!!'+ H ( < d11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##271167654'&'&#"35&'6751&'5167@   ))))   0)88--DPP "   '!!!!''!!!!'`  P4))4  )88D--%P  ""&&""""&&""`PPd11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##271167654'&'&#"3771''11'&771'1&761716@   ))))   0)88--DPP "   '!!!!''!!!!';$$$$ %% $$ %% `  P4))4  )88D--%P  ""&&""""&&""%%%% $$ %% $$ fw11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&551##1513127654'&##2111#15147635"13312765514'3&'&'@   ))))   0)88--DPP 0    @ P  ""`  P4))4  )88D-- !  @ 00 000   0""@Yhw3112771654'&#"151!127654'&##1511327654''1&#"1327711##"3311'1&#"3#3514'&#"#3#1327655 ` )` `) ` ` ) `) ` @@@  @@@@  7 ` *s  s* ` ` *s  s* `7  Uds77654'&#"151!15147#1511327654''1&#"1327711##"3311'1&#"1327554'&#"1353276551#72111#15147635"13312765514'3&'&'``` ) K) ` ` ) @) `  @  @ @ P  ""7``` *ss* ` ` *s  s* ` 7  P 00 000   0""+=M_o6711673113151671311##&'&'5316751&'#11316751&'#5316751&'#171316751&'#5316751&'#1%'1#"'&54771#1"'&5476331'1&547632  ` (  ` @          PPP P s s   HH     P  p    p  PPP P    B*av%271165511327654''1&#"13277113&'11&7676767677676'&'&'&11&'&'#3#1676763635&'11&'#11116765   P P  #+*#  &,21  12-&  #**#N    `  P P  F          0   Ba111#116767636367632327626551&'&'#1511327654''1&#"1327711#151&'&'#&&'11&7676767677676'&'&'&11&'p  ! 0 P P  #+*#  &,21  12-&  #**#  `       `  P P  Z        F)6CP]jw"11331132771132765514'&##&'&767&'&767676'&'&'&7673&'&767%676'&'&'&767676'&'%&'&767'676'&' 3  0  0  0  0    3  P    P    PP  0  P@?j%!!!"3!127654'򺲺'&#"1514'&#"1'1&#"13277% "1514'&#"1'1&#"132771654'    )  ) ` ` )  ) ` `   * * ` `. * * ` `  v'4A1'1&17716'&151&'&'&767&'&767676'&''76''167711331276551117711331276551176''1&'&##1"'1&'&##1"1&##1"1771133127655'7716'&151&'1'1&@@8    $ 0 $   0   & "  " &   0 @@@@v@@v  `  (j111 D16 61D 1& &1 G ? ? G 1& &!@@@@vvUk2111#"'&51476311131'1&54763211#"'&54771#11#"''1&54771632%#"'&5147632    ** ` ` ** ` `      @ I )) ` ` )) ` ` )@ @  :Xu13167514'&1&'"163'76751&'#1"131&567#3#'1&131276''1674'&'716'&'#117712751#;*  p "=V|!!! p "5A#ZAAA#! p "5;*  p "=V`#! p "5A;  p "=V;*E;*  p "=V#! p "5A[#11"'&547716321#"''11312##1&'&'&'&'#11#"''1&54771632131251 ` ` )@ @6%$s* ` ` *s#)) ` ` *  $%6) ` ` )*0=n6311215147632111##1"'&5476331'1&547676'&'#3#"'&547633111112111#"'&5511#"'&547747116321716321312##1"'11&'&511115'#"''11#"'&5511101014767630111312## i  ` j    `   i j-  i j ` mjjj i   `  j `  i $$$$`  ` j i j i  `iii j `  "Df2111311#"''1&76731514763776321#11#"'&551#1&'&7'3#35167611'&'51#1"'&54763&511477161312##11'''211#"'&54763  @ @ W@@@ @     @ @  ) @   @I    @ @  w@@@ @     @ @  7 @    @7   ;Hb}6151671#1&'6731'1&76711671167&'&'&'&7676'&'6131#1&'516717&771#1&'67311&'511'!''1&'516731#11'?`&?w %%11%%  %%11%% $$$$?&`??&`?@???`&??&`?  L  1?`&??`&????&`?6m6311211#"'&54771#11#"'&551676731'1&5476311211#"'&54771#1"1#"'&551676731'1&547) ` ` *  $%6* ` ` ` *  )*  ` ` )   6%$) ` ` )    )) 5kx631121311#"'&5514'&##11#"''1&5477'1#"'&54771#1"1#"'&551676731'1&547632676'&'%&'&767 )   P PPPP P   ) y  $$$$ )     P PPPP P     ) g$$$$  @?j!!!27654'&#!1"31132771132765511327654''1&#"3112771132765511327654''1&#"1    )  ) ` `@ )  ) ` ` `   * * ` `. * * ` ` J"1116767&'14'&#111!167671&'&'#1"1&'&'514'&##      P )) P %%        ))   7L11316767514'&'&'516767&'#11111#11111#"'11&'67676#`p@   A !! A        >KW3#31#151676771633121#1&'&'67&'67&'67&'3167&'#13167&'#xPPPXL@````((  Hp,K67116703036767267632632121!1&5471163!121#1&''1&'&'      00   [  6))))6#>N_k671167!11#165516751&'&'#156''1&17711675117%67!11!1&'55#!1"'&551!3167&'#     p; @ @ %% ``  @``  `  !  P @ @ $yy$   P @@OXaj"113311#11133127655167671331276551676751#1513127654'&#!5#1513#5#1513#5#1513  (H)   ))   )H( PPPPPP  @)@ @))@ @)@  @@@@@@@@@@@@@ AJS\w"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#15134'11&'&#"3276765'1''1&761716@ (H)   ) ))5A/H( PPPPPP""&&""""&&""M H ( =   @)@ @),'H@  @@@@@@@@@@@@@'!!!!''!!!!'+ H ( <  AJS\w"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#1513271167654'&'&#"35&'6751&'5167@ (H)   ) ))5A/H( PPPPPP'!!!!''!!!!'  @)@ @),'H@  @@@@@@@@@@@@@`""&&""""&&""`PP AJS\w"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#1513271167654'&'&#"3771''11'&771'1&761716@ (H)   ) ))5A/H( PPPPPP'!!!!''!!!!';$$$$ %% $$ %%   @)@ @),'H@  @@@@@@@@@@@@@`""&&""""&&""%%%% $$ %% $$  BKT]n471163!12##11#11&'1##1"'&551&'&'513151#1"'&553151#55#113'53151#"11131514'&#671167121##1"'&55147635  (0  ,)   )H( xPP0PPPPx @ P""    @ 0 )@ @)@  @@@@@@@@@@@@@@ 00 ""0   0B=t471163!121#1"115151&'&'11&'3&'&'"'&5567116'&'&'&'&''&'&76767611676   )) 3#**#  &-21  12,&  #*+#` $ } )) } $       !H5#1516767311#151&'&'#1471163!12##11##1"'&''1#1"'&5`0+*A0A*+0,0,`     (A*++*A,,H    CU776'&1'1&1#1'1&13111177171671176''1&''1513167716'&1#1&'776'&1714'"1'1716'&111'1&177117117716''17117716'&1'16'!!!  " &&&& LBBB 4  % #  "     UIII :: I ( 8((8 ( /// %?P  '   - $ & 5    +;M]o671167!11#151&'&'1#1&'&'1316751&'#5316751&'#171316751&'#'5316751&'#171316751&'#5316751&'#1471167632#"'&'&571#13117716''1&   3`  ` P  P  p    p  P  `""&&""""&&"" YY 8 8   ##)L2P  P       p      '!!!!''!!!!'C  8 8 +;M]o1113151676713167&'476751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51674'11&'&#"3276765'1''1&7617160  `  `3   p  P    P  p  p""&&""""&&""M H ( =  ` P  P2L)##             '!!!!''!!!!'+ H ( < +;M]o1113151676713167&'476751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'5167271167654'&'&#"35&'6751&'51670  `  `3   p  P    P  p  '!!!!''!!!!' ` P  P2L)##             `""&&""""&&""`PP +;M]o1113151676713167&'476751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'5167271167654'&'&#"3771''11'&771'1&7617160  `  `3   p  P    P  p  '!!!!''!!!!';$$$$ %% $$ %%  ` P  P2L)##             `""&&""""&&""%%%% $$ %% $$ '7IYk{1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51677"111311316751&'#14'�  `  `    p  P    P  p   @  ` P  P              `  @ @-=O_q11131516767131&55167516751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51672111#15147635"13312765514'3&'&'0  `  Y    p  P    P  p   @ P  "" ` P  P%/              00 000   0""'7IYy1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5'3#3#113151671#1&'516716751&'6711671&'&'5''51671''11&'516760  `  `    p  P  X000  0    ### #  ` P  P        @X         )444+`  4+`  A9I[m}671167!111##1110##151&'&'1#1&'&'1316751&'#5316751&'#1'5316751&'#171316751&'#5316751&'#161'&'&'&7677''16767   *& 7 `  ` P  P  `  p  P   x 6 6 xh___2   -88,P  P           r0!))&&&&))!0V&&&*)('7IYw1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5''51671''11&'5167656751671&'&'51670  `  `    p  P  ### # }   ` P  P        444+`  4+`  @@@@@  @ +;M]o11131516767131&547675151&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'5167&'&767113312765&'&'#10  `  Z    p  P    P  p  0'((''(('  'f' ` P  P$`             ---- '''7IYk{671167!11#151&'&'1#1&'&'1316751&'#5316751&'#171316751&'#'5316751&'#171316751&'#5316751&'#15#1516767311#15167673111#1516767315#1&'&'51315#3#&'&'513155#1&'&'513171&'51675&'5167'1&'5167    `  ` P  P  p    p  P  """"""""""""`  ` P  P       p      P""""p""@""`""""hh@    ?&111177116771176''17167&''1716'&1'1&'1'& pcg5 e!!e 5gj G"   !e 5gg5 e!"G jcp S\er&'16753#31#17167'7111331276551!113312765515151&''1&'&##1"&'6767&'176''1&!77716'&^  K       000000PP 55  OOO%(@     @(%OI000000:FT]f1111131&551677167633121131676751&'&'&'&551#113'731'1&##1"67&'7&'67H9:""+ t +"":9Hk ֬t"":9H p!@ @!p H9:"" (( ****  F676'&'55311327655117676''1&'#1176771132765#3#11"13311316''1316751&'#151716751&'#11151&'51&'$$$$   44 44     <,05 @     R,,R   d   `\ T8m tr Ta&'&76755#1"'&7711'&'&771671'&''11##11#"'&551#11#"'&5&'&7675#"'&5511'&'&77167311'&''11#"'&551#$$$$H :%::%;     $$$$   44 44      PPP]%  N..N  %]P PP   ```   R,,R   `+7671167&'&'1&'2716767&'765711'"!"""""!%% ""!J"" ""+J J$7at11#11!167671&'&'#1&'&'211#"'&54763671163311&'51477165&'#1"1'&754711632#"'&5  &%    V:  ,: 6   @@    $     B$2?MZ2116731!1&'&'676767677'&7716%1'&77167'&771671'&771667116'&'&'&'&''&'&76767611676 ")S000  0  G 0  0 000  0  g 0  0 1#**#  &-21  12,&  #*+#)PPP P ! P P !PPP P ! P P        >Xfs5!151!%111311#1"3!127654'&##1'131676751&'&'!!1113167671&'&'#3#3#1&'676731#1&'211#"'&54763@u K  K u  @  @       `@      ` @P   3Mg53312765514'&##1"111771676''1&'&7"1113312765514'&##"1113312765514'&##53312765514'&##1"'"1113312765514'&## @ @ m   7   7 @ @@ @ @ @ @  @ @@@@ @  7   7   @ @ @ @ @@@ @  @ @ 1L_11177167677167&'&'!#11"''11!1&'47%4'11&'&#"3276765'1''1&7617160 :'&3 `('Z""&&""""&&""M H ( =   +.   /A '!!!!''!!!!'+ H ( < @;Xe617161#1&'&#"#1'1&76167'1&761632371671111!111312#!1"'&5476331&'5167 a WG   PL a?f  L     7W4 h XK   00BKT3#32311!1'1&767314763!!!211#1&'&#"#1&'&'01'1&55147635!151!67116'&'&'&'&''&'&76767611676 K  K  33  @#**#  &-21  12,&  #*+#    |H H| @````       @#*EN[6711673113311#!1&'&'#3#51211#"'&'&547676367&'516751&' 8$#"0'!!!!''!!!!' '.->-%%@`""&&""""&&""PP@#*ER6711673113311#!1&'&'#3#51471167632#"'&'&53&'#13167 8$#"`""&&""""&&"" '.->-%%@'!!!!''!!!!'@#*ENz6711673113311#!1&'&'#3#51211#"'&'&547676367&''56751673111675171674'&'#1 8$#"0'!!!!''!!!!'@ (   (  '.->-%%@`""&&""""&&""      A#*BL67116731133111#!1&'&'#3#5161'&'&'&7677''16767 ]!7 ' x 6 6 xh___2 /%%-::/@b0!))&&&&))!0V&&&*)(3q%&'11&'67676321716727&'11&'&32767471163312#1!151"'&54763312121#!1"'&551476352711654'&#"374'11&#"327652711654'&#"3@D--""$ . +--D@                 `--D:/0 .  ,%%D--p  0  @@  ` @ @ `        D9L&1'1&117711771676767676'&'&'&'&''4711632#"'&5 ] .. ] N)#"  "#)Nm    17 PP 71 ;;  (Sd7#&'&'1"'&54763332#153151#%3#32#11!1&'&'477151"'&5476335131'1&551#) @ 1O@@ v  v  01@;)   PF````@    @ OO ("131676716'&#!''3111'&''  !! )!! l   ]]]]  (="131676716'&#!''3111'&''7&'11&'&6767  !! 3   l   f *U67116'&'&&#7676723676745677&11237676'&'65&'&#"&'&'11&277676'&'&'45&'&'"#&'6'11&'&"#767367674'67%47176751&'#1"176'&'7'1&131276''167&'&'&  !              !          <  !]! =  x   !   =    !   !          !H=  ,! ';'=  -! B4>s}7&7116771633321##11###"'&547633367&'#11'&'%11131010#111###"'&5514763317163332###31716111#10103  $- %-#-NP @yw v  $- %-#-NP @yw  ] @ $  X  0 ^ @ $  X  0%Pk4711632#"'&5211#"'&54763211311&'&'6767&55167314763271167654'&'&#"374'67&551673147632311&'&'6534'11&'&#"3276765211#"'&54763211#"'&54763   0    +--DD--,   5  +--D/%&     P       P ''2D----D2''   `'"3 ''2D--'"'  `   0    `u4'11&#"111111#13!67&'#1716551515151514'&#"111'&7716'&'&111#151514''1&'&1''15155315131131513167&'#!3`  V `V  E   /@/   E@@    @;$cc$;@ @1\  #   4&> >&4   #  \1@@  3x&'&767'"''1#11'&7711'&7716321''%21111117676''1'1&547632111111#1"''1&'5151514763!2111111##1&'&'51677111717163211771655151514763@  -   &&  3     Cd 0 dC    3 YYY##Y  d (P(3   !.O d'f@8 8@f'd O.!   3(P( _211#"'&'&547676321111117676''1'1&547632111111#1"''1&'5151514763!2111111##1&'&'51677111717163211771655151514763@#### 3     Cd 0 dC    3 """"@ (P(3   !.O d'f@8 8@f'd O.!   3(P( @-He7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"3713121'&771#1"'&77160  21K+$!!4#!   !#4!!/'!!!!''!!!!'0$`$` +8K12 6&'     '&6A,""&&""""&&"" 6H6H@-H[7'32771&'676726551&'&'&1'1&'&14'11&'&#"3276765'1''1&7617160  21K+$!!4#!   !#4!!/""&&""""&&""M H ( = +8K12 6&'     '&6A,D'!!!!''!!!!'+ H ( < @-HQ^7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"35&'6751&'51670  21K+$!!4#!   !#4!!/'!!!!''!!!!' +8K12 6&'     '&6A,""&&""""&&""`PP@-HU7'32771&'676726551&'&'&1'1&'&14'11&'&#"3276765##1&'67310  21K+$!!4#!   !#4!!/""&&""""&&""@ +8K12 6&'     '&6A,D'!!!!''!!!!'@-Hj7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"37531#11&'51#1&'673151670  21K+$!!4#!   !#4!!/'!!!!''!!!!'0000 +8K12 6&'     '&6A,""&&""""&&""000000@-Hj7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"3771''11'&771'1&7617160  21K+$!!4#!   !#4!!/'!!!!''!!!!';$$$$ %% $$ %% +8K12 6&'     '&6A,""&&""""&&""%%%% $$ %% $$  )7i%3#3&'&'1#3#16767!1151&'&'#53#367675174'11&#"1327655131132765514'&#"1#15AAA = l '';M]m111163311#1131676751&'&'#151&'1#151&'&'#3#31#1&'516767311#1&'567311#1&'53#31#1&'5167%'#11'177&'1!1676'P G Iz  ( `        <<<=0J  {  \w z""  HH @  p  `  P  ccc@)z,: ,676'&'!!!67674''1&#"1'1&'10----E   0~   '((''((' OBYb&'11&111'1&'1151&'1#1"3!127654'&##1'111#17111#151%11771676''77311# ! l  C>BK5)Q !* p   ['#'   NKX^  !}  1Q^fsz676'&'571##1"'&551&'&56767315567&'67311##1"'&5676'&'5654'%&'&7675175654'111##1"'&551&'&5676731H. @  0 %.% 0  @ x$$$$P@ @  0 0 h   T2*B4' "0 '4B* 0" H   TTT  T*TTT*"+ +"0  0 /<&'&767676'&'"113!127654'&#!%676'&''76''167711331276551117711331276551176''1&'&##1"'1&'&##1"1&##1"1771133127655h  p @     $ 0 $   0   & "  " &   0 x     j111 D16 61D 1& &1 G ? ? G 1& &C 676'&'11132717676''13117676'11230176767410171677103271117676''1&''171117676'&''1'1&'&#"1'1&##%676'&'71327716771'1&'P      9t  G 2   "#&5  r< =(`   {  6 @!NX  \ 6A  %"< >>>; > $-2?LY11&'&''1&'&11327655131132765167716'&'&676'&'!676'&'1111132765513113276551133127654'&##1'1&'#     ;    ;    X        0 &+!#  #D  2D#  #% `    ;$(5B%'%11'&'&767%16&'&767&'&767676'&'''1##1"'&5511'&77167633127167633121633121''11##1"'&5511'&771&''11##1"'&55111'P    !    8 0   & "  " &   0   $ 0 $    `(  111& &1 G ? ? G 1& &1 D16 61D  R|676'&'55311###3#"33!27654'&#!15117676''1&'&##1"1767715'1&#"132771654'&#"1514'&#"  @XXX x  :  : X P P   `````   /  a a  / P P   R|676'&'55311###3#"33!27654'&#!15117676''1&'&##1"176771''&#"132771132765511327654'  @XXX x  :  : PPP P    `````   /  a a  /GPPP P    Vc&'&7677'&'&7#1&'514'&#"11''1"'01&'&'&7477167633121'&'&767----??? <(  f  C $L#3 u'((''(('OOO  -% 03  P eG  3   J676'&'55311327655117676''1&'&##1"176771132765&#"1'1&1111771176''17171'1716'&1'     :  :    L (B  N ;; 28( L` /  a a  /  J E-  P 66 O)&E J Gc&'&767'7676''1&'#1"176771132765513113276556716751&'&'1675/// J-$ :     X  999  Y" a  0  pp l676'&'553113276513327654'&##151311#151#1131676751&'&'#11##"176771132765    8P @    MB :   `   @ 0    P a  0 @ E`s676'&'5#"'&5511'&'&77167633121&''11#"'&551#471167632#"'&'&57&1'1&17716'p(   :  -   ""&&""""&&"" = ( H   Ѐ 0  a J#/ '!!!!''!!!!'+ < ( H @ E`iv676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&547676367&'516751&'p(   :  -   '!!!!''!!!!'  Ѐ 0  a J#/ ""&&""""&&""PP@ E`m676'&'5#"'&5511'&'&77167633121&''11#"'&551#471167632#"'&'&53&'#13167p(   :  -   ""&&""""&&""  Ѐ 0  a J#/ '!!!!''!!!!'@ E`676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&5476763&'1#131167513167&'#15p(   :  -   '!!!!''!!!!'0000  Ѐ 0  a J#/ ""&&""""&&""P0000@ E`i676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&547676367&''56751673111675171674'&'#1p(   :  -   '!!!!''!!!!'@ (   (   Ѐ 0  a J#/ ""&&""""&&""      @ E`676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&54767636'&1'1&11771176''17p(   :  -   '!!!!''!!!!'; %% $$ %% $$  Ѐ 0  a J#/ ""&&""""&&""k $$ %% $$ %% Z&'&7673#313276551311327655131276''117676''1&'&##1"17677113&#"1'1&1111771176''17171'1716'&1'    &" 5 5 "& L (B  N ;; 27' L  ` `` `s8  YY  8sn J E-  P 66 O)&E JB3@w4'11&#"1167632716771676'&'&1'&'&'5676'&'&&'11&7676767677676'&'&'&11&'   !i  i?=&$$$$ #+*#  &,21  12-&  #**#  )$# a   (          :JW211111311'&''1##1'&''11#"'&55167676765514763&'&767  !9W, &`\   .     )##P:  3  J J1((   }IV4'11&#"1132765514717676''13317676''1&'#1'11167655&'&767'76''171676''1716'&1'1&#"1'1&110113121117  .   \P& ,G9!p;;; O A' L L (B $'   ('2J J  3  :P##) 0  666 O  -F J J E- 1$B /Y&'&767553121'&''11#"'&5511'6711671111#"'&551#1"'&7711'&'&77   ;   n  &" 5 a  0 ` `s9  Z@ HU}676'&'7713276551311327655117676''1&'#1"1767%&'&7675'1&17677113676751&'&'3167&'#1&176''      / J-$ : ) 0 788  0 0`000  9  Y" a  A  h;;;* `  87f(2   # 2HY316751&'1167674'#1"11331171&##7315117676''1&'5331276551#"" i6 M   b""p  Y.Z    Rnw67711#1&'3#3&'&'47''101'16331271&76111111'&'#3#"'&5511'&'&771671#'67&'""6662_  8 $L  V 6  L 9""ZZZn  ` @ 4 nZ  -;Hb~316751&##3#67674'533123'16551&'&'#1"7676'&'111331276551&'&'#654''1&1#13117771767513167&'#151&'&1Goow{{{ @$$$$   @@  XX  @H@  XX  @ A   o+ j       8    8 8    8  IVbo}676'&'5#"'&5511'&'&77167633121'&''11#"'&551#61''1&7!61'&77&77161'!''&761'(   :  ;   PPPP0PPPPPP  Ѐ /  a a  / YPPPPPPPPPP  &l21#1511'&'&77167633'676'&'%1171516731111311#11#1&'51#1"'&5514763516751&'673 ' 6  L%2i'((''(('  50,< ԮZ  p----Pt m8U \`   d%2`&113276517111327651&''676'&'553116751176''1&'&##1"1771167       &  &    -nn @ XXXX1 G G 1 Vn676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'31127654''1316767&'&'#1"331#171654'&#"1  TG 2   "#3  < =([ D----D )) P P`i@!MX  \ 6A  %5   >>>; > $-w --DD--  )) P P Vn676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'% "1#1"331132771654''  TG 2   "#3  < =(   P P`i@!MX  \ 6A  %5   >>>; > $-    P P Vn676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'% "1#1"331132771654'''16751&'&'167516751&'&'1675  TG 2   "#3  < =(   P P`i@!MX  \ 6A  %5   >>>; > $-    P P00x00"# Vn676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&''&1'1&117677167716'  TG 1   "#3  < =(> 6 @ 7 @, `i@!MX  \ 6A  %5   >>>; > $-> 7 o   oL 6Qd11111771111237112367&'&54767'151&'&'4'11&'&#"3276765'1''1&761716: nn #M""&&""""&&""M H ( = Ti B1G+*  "#).&%,T'!!!!''!!!!'+ H ( < 6QZg11111771111237112367&'&54767'151&'&'271167654'&'&#"35&'6751&'5167: nn #M'!!!!''!!!!'Ti B1G+*  "#).&%,T""&&""""&&""`PP6Qs11111771111237112367&'&54767'151&'&'271167654'&'&#"3771''11'&771'1&761716: nn #M'!!!!''!!!!';$$$$ %% $$ %% Ti B1G+*  "#).&%,T""&&""""&&""%%%% $$ %% $$ ?Pt671167111'11111"#'11"#&'514771511'5147715"11131514'&#671167121##1"'&55147635f@: nn :P @ P""  bT:"G+   *+G1B iT 00 ""0   0  .;K^p111&'&'51673#3#1&'673#3#1&'676731#1&'7671&'&'57111&'&'51675&'516767'1&'5167675&'516767&71163!121#!1"'&551&'&'""x0000 pppp00""""P""""`""  %  %"" H`""""""""""  & &@!Mh"11131514'"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"3713121'&771#1"'&7716` @  @  $#8  ##8 '!!!!''!!!!'0$`$` `` ``  ;++ C C=.- ""&&""""&&"" 6H6H@!Mh{"11131514'"11131514'&#"11311327655167&56767654'&#!4'11&'&#"3276765'1''1&761716` @  @  $#8  ##8  ""&&""""&&""M H ( =  `` ``  ;++ C C=.- '!!!!''!!!!'+ H ( < @!Mhq~"11131514'"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"35&'6751&'5167` @  @  $#8  ##8 '!!!!''!!!!' `` ``  ;++ C C=.- ""&&""""&&""`PP@!Mhu"11131514'"11131514'&#"11311327655167&56767654'&#!4'11&'&#"3276765##1&'6731` @  @  $#8  ##8  ""&&""""&&""@ `` ``  ;++ C C=.- '!!!!''!!!!'@!Mh"11131514'"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"37531#11&'51#1&'67315167` @  @  $#8  ##8 '!!!!''!!!!'0000 `` ``  ;++ C C=.- ""&&""""&&""000000@!Mh"11131514'"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"3771''11'&771'1&761716` @  @  $#8  ##8 '!!!!''!!!!';$$$$ %% $$ %%  `` ``  ;++ C C=.- ""&&""""&&""%%%% $$ %% $$ (B\v''&#"11117711765'1716'&''"1113312765514'&##"1113312765514'&##53312765514'&##1"b4& // &4b       0000%54%   @   `@@@ @ )6C^"111327655171#1514'&##3#11317173#37171#11'71317171#3#313276514'&#"1   UU uJJJZJZ*JJJ[JZZJZJ UUU   U    @   6&2?s|!!!21#!1"'&51476316751&'&'167516751&'!!!1#113111##1"'&551&'&'513151#1"'&54763#3#1315`  @(()   )H( PPPP @  @@@@X@@8@@`)@ @)`@  @@@ Idw3#3132765513121&#"514'&#"1327#1"1#1&'&'4716763471167632#"'&'&57&1'1&17716'KKK  K+-%&   v""&&""""&&"" = ( H @ @ x#+ @  @ L '!!!!''!!!!'+ < ( H  Idmz3#3132765513121&#"514'&#"1327#1"1#1&'&'4716763211#"'&'&547676367&'516751&'KKK  K+-%&   v'!!!!''!!!!'@ @ x#+ @  @ L ""&&""""&&""PP Id3#3132765513121&#"514'&#"1327#1"1#1&'&'4716763211#"'&'&5476763776'&1'1&11771176''KKK  K+-%&   v'!!!!''!!!!'$$$ %% $$ %% $@ @ x#+ @  @ L ""&&""""&&""%%% $$ %% $$ % <Rc#3#"13151476321315167516767'1&'&##11#"'&555#"'&551476322111#15147635"13312765514'3&'&' KKKv  ,K  @    @ P  ""  @ @%-V @ @@@@ @  00 000   0""^'=671161516761516761516761#!5!!!2#!1"'&54763@ c c c  D@ @@  K        =F3#3111111##&'673151#1&'673151#1&'673151#1&'673151#1&'673!!!1!1#1131#1131#1131#1131##51515151515133 8 X``  XPPX(  ((  (XPPX8Y3#3716'&'#1#3#111101!16767&'&'&'01&'&''''11'&771'1&761716/ /*) )@) )*//////////`G  G "#78R))R87#"//////////ASex&1#11!111#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'4'11&'&#"3276765'61''1&7617Rv  @$%%%,;-%& v     @""&&""""&&""c H ( = [  `:) %%% #{ [@@@@ '!!!!''!!!!'+ H ( <ASex&1#11!111#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'271167654'&'&#"35&'6751&'5167Rv  @$%%%,;-%& v     '!!!!''!!!!' [  `:) %%% #{ [@@@@ ""&&""""&&""`PPASex&1#11!111#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'271167654'&'&#"37'''11'&771'1&761716Rv  @$%%%,;-%& v     '!!!!''!!!!'$$$ %% $$ %% $ [  `:) %%% #{ [@@@@ ""&&""""&&""%%% $$ %% $$ %@=JZl|3#31#11311#151&'&'1#1&'&'5167673171514763&'&767%1316751&'#5316751&'#11316751&'#!1316751&'# pppOYf  fZ 0  p      @@p  p@@   @@@@@@p@@@@5GYfz61311&'&'1#11113111!1&'&'167673175316751&'#15316751&'#17676'&'7531#1&'5167"11131514'&#671167121##1"'&55147635.v  00 @@  v    2222  @ P""   [ 0  0%` @ [@@@@@@@@H*,,**,,*x ` 00 ""0   0+9@71131514763311&'&'!17'&77167'&7716#3#17 ``` ` ` u  u``` ` 뀀?HQ&#"1767676'4'&''673121331277163111&'&'567&'7&'67  /.VV./ m (0( ))8`P3EEAB+ +BAEE3P 66 v))vEYb&#"1767676'4'&''3676751311311#11"''1&5477'3#311#"'&55167&'67  /.VV./ l, @"0 c ((0  P3EEAB+ +BAEE3P@ "3 * ~  00:&#"1767676'4'&''6711672171631''1&'  /.VV./ }S SP3EEAB+ +BAEE3PR R6Vb671167!11!1&'&'16751176751&'1'1&5167513167&'#1513167&'#13&'1675@L B B 000@`@A fn  fn @@@`P &N111!167671&'&'!676'&'6711671"''11'&'&77167615@@`P7 1 )@p  hf78  ` *;Zmv111!167671&'&'!76'&&'&'&'&76'&'&'67676'&76767672711654'&#"3&'67@@   X@>   531#1513167&'##131#1513167&'#1111&'51'1#1"'&5476331'1#1&'&'6767131'1###1&'&'676733'1514105676321167&'A))(((())+' $)# #b ))P))Pd+  )$_     E@M`"1'1&1111771132771176''17167&''1716'&1'1&#&'&7674'11&#"327654711632176765&'51&'&'1&#176765&'514763211!1"3!127654'&##151515 9 7 7 9 9 7  7 9 $$$$   8     """     X @ h 7 9 9 7 7 9 9 7 `  @   5 !   ! 5""" !   !     `@$7&'11&'!11!151476331577#1211#"'&54763@@`   @ @   @<CV&'11&'67676'3#36767311#1"1!1&'&'1676755312711654'&#"3               A'611###&''1&#1###"'&71677    P d          @K1''1&7615167171661112#!1"'&547633151716773#3'1&# PP (({    PPP= PH H $zz$      z v@+S&1!1716'&1176''1!11771654''&11333276551672133276''1&'' "m! PP !! PP    D <    H H  H H  v   @'O6'&1176''1!116751&'&'!17&11333276551672133276''1&''x PP !q""3!    D <   H H ((3""}  v   ?5]&151&'1'1&17716'!&151&'1'1&17716'&11333276551672133276''1&''(( PP `(( PP     D <  P $zz$ H H $zz$ H H7  v   A71131276''1&''1&&11333276551672133276''1&''       D <  zzz )     v   @,:5!1514'&#!1"#3#11675131167151#5&'5167@  (  @p@@@@@*7Ibo3#321!15147633#!11&'51#11&'1516751&'73#321!15147633#!11&'51#11&'1516751&'        `p@@   `p@@@5[dk|&117676'&5476'&'!11767654'&'&65&'&'1767713117676'#3#7131''#17'6'&76'&547%&7654'?         Q&&&L&}   &    2::2  '--'  '--'  2::2   --  . SSSS #''#   #''#GNY`gs61#1##11312##1"10##1"101#1"'&547633171#1"'&551"'&7677''13'7171'1#771'''1'3167&'#    E _` E    I;;;:uu??t .#n--- "vP P   P PC111155SCCC&&&&C+=M_o6711673113151671311##&'&'5316751&'#11316751&'#5316751&'#171316751&'#5316751&'#1%#11#"'&551#1&'&'67&56767  ` (  ` @           "  #))  HH     P  p    p   )# #) ))-%711'&71676171&547716321#"'XcccB  P Ac _`  cccA P  Bc  `_ (B\v1316731#1&'#11''1&'677164711633121##1"'&553#321##1"'&55147633!!!21#!1"'&5514763YX  XY/   ``` `    H  H `  `  @ @ @ @ @ @ ?JWd~671167!1131211112##1&'&'#1&'&'#1&'&'3#351'1#1676'&'%&'&767&1#13117716'' @ 3M  )))) M3  p''PP  0M @  )))) @M`0  A''PP?JWdy671167!1131211112##1&'&'#1&'&'#1&'&'3#351'1#1676'&'%&'&767%671167&'&'& @ 3M  )))) M3  p   0M @  )))) @M`0  !! !!MVcp671167313113112##1&'&'#1&'&'#1"'&5476351"'&551476353#3'1#1676'&'%&'&767 %4)5  ))))   `VVV++  p`$w  ))))  ` ``0  OXer111"131"33167673167673127654'3&'&'#1&505'1&'#1&'#3#31#15676'&'%&'&767''51671''11&'5167656751671&'&'5167`   ))))  5)4% ++++Vp  ### # }   `  ))))  w$```  0444+`  4+`  @@@@@  @<fr{111117711117711&551&'11515151511151&'&'513167513113167516751&'&'!167311#17&'6767&'{2[ZX  PkQ @%R( !"Ra! +((+ !  O11a &;Ohu67!1!1&'67!1!1&'676'&'671167312#1"'&5&'11&'6331##'##1"'&54767633127676'&''&'&767PPS  3`V ` Rg3  0 ` ,  q--..0H$$$$     >0 /$$$$@'((''((' !5N[h~&'&767113316767&##13#32765&'&'#1"'&##1"3312767&'&'7&'&767676'&'"113!127654'&#!   V`RRR `g ` 0  3  --.. @ `$$$$    >/ 0$$$$`'((''(('    &2?Xew&176''!77716'&7716'&1!76''1&%676'&'31674'&'&'&##1""'676'&'11316767&##67&'&'#1"3'676'&')HH.HHHHHHPHH$$$$l&P($  8 FpF 85  HHHHHHHHHH  P  # %p  P p3@Qcx111!167671&'&'!471163!121#!1"'&5&'&767316767&##13#367&'&'#1"'&##1"31674'&'7&'&767676'&'`))))@  @ 8 Fm888F YP))$$$$)))@)`  @P    / &  & q  P   !3CXer3#367&'#1"1675676'&'11316767&##67&'&'#1"3#&'&##1"31674'7676'&''&'&76773#3167514'&##155&'133167&'#!31276551&'1#0XXXh   8 FpF 8Y)P)$  P  xXXX h8 hXh X hX  P &  &  p $$$$Xh `XXXh  hX"+FY471163332#1&'&'1"'&553151#471167632#"'&'&57&1'1&17716' @ 3) `@@""&&""""&&"" = ( H   ,9&!')  ````'!!!!''!!!!'+ < ( H 1:}"1131674741&'&'676705&547675127654'&##55311#11766767676'&76767&'&'&76'&'&'&''&7211#"'&5476367&'  ), @@@@xh  (  )r  ````X   ` 6'&177'&111&''1&111&''1&111327711327716''1&'7117414567&'71167&'716'&1&6'716'&1&''271167654'&'&#"35&'6751&'5167XX      E E '& ", $. +F.;  :. '!!!!''!!!!'XX '& *! &' *! &' D E  ! "2(  5 .< !!:. ""&&""""&&""`PP JS67116731111&'&'514'&#"1&'&'51676713276551#1&'&'7&'67)&&'&::&'    '&::&'  )`)&V:&''&:P   :&''&:P )+Ll"113!127654'&#!"113!127654'&#!'11771176''1716'&1'1&!&11771176''1716'&1'311771176''1716'&1'1&  @  @ 777777777777777777777777     777777777777777777777777A S&'&76753276551311327655131276''117676''1&'176771133       ;%::%: $$$$PPP PP P]%  N..N  %]r O&'&767&''1&'&11327655131132765167716'&'&1#"'"1"'  g% +   , $$$$i   ) `` +  @#*EX6711673113311#!1&'&'#3#51471167632#"'&'&57&1'1&17716' 8$#"`""&&""""&&"" = ( H  '.->-%%@'!!!!''!!!!'+ < ( H @#*Ee6711673113311#!1&'&'#3#51211#"'&'&54767636'&1'1&11771176''17 8$#"0'!!!!''!!!!'; %% $$ %% $$ '.->-%%@`""&&""""&&""k $$ %% $$ %%/^kx3#3110101#1!3#31#1'1'1&##1'14#67655#3#13167671&'&'!11!117676''131##3#01015147&'&767@.@ DLG)"I...+    ! TJ(JJJEJ  ('2J@[?##) @ `   2  ~0Jg  [67116713276765&'51&'&'1&#13276765&'516767113276551515 ..""33""3""..  H 66 3""""3""3 66    5>%51#!"'&54763!151!1"'&551'1&'&5477167632155%11! P@   $$$*)%F@   0 u  /! 9IOi|"1'&77167!11''1&##113111#1"''1#11##1&'&771&'5167673151#"1113312765514'&##4'11&#"327652711654'&#"3W  **  q()#B( 77 (B#)(qI     `      0)/B 77 B/)0p          '.11#1"33327654'&##151716'&'!''!1  @ `` @ @&ֳ   ӓ211&'&'676725111&'&'67672515167%16 ))))))@  H"""M"""H` 7%1#"''1&'&'6767271167654'&'&#"3' ~5FX;;;;XX;;'!!!!''!!!!'F5~ ';;XX;;;;X""&&""""&&""%7'327716751&'&'&1'1&'&10  /!!4#!   !#4!!/ ,A6&'     '&6A,,'&'1111771176''1716'&''1'=  @hh @g DD g07271167654'&'&#"3113!12765&'&'#####.K32    23K\""""023K   K32 +;M]o671167!11!1&'&'5316751&'#1%1316751&'#%5316751&'#1%1316751&'#%5316751&'#1%1316751&'#53312765514'&##1""1113312765514'&##0  p    p    p      `@    p    p     @@@ @  @ @ #=5#15135#1513'#3#51313#31#15111!167671&'&'!ࠠ`@@@ "+4=FOXaj111!167671&'&'!5#151333#31#1535#15133#31#1535#151333#31#155#151333#31#1535#1513@XXX8XXXXXXXXXXXX@XXXXXX8XXXXXX@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"+4=FO671167!11!1&'&'353151#!!!!1!1553151#!!!!1!1553151#!!!!1!15@@@@@@@`@@@@@@@@@@@@@@@@@@@ `111#"''1&547632171632 i W j  ``165114'&#"1'1&#"11327711327654''17W ii jj ii jj) jj ii jj ii<%1#"''1&'&'676767513167&'#151&'1#131' ~5FX;;;;XX;;@@@@F5~ ';;XX;;;;XX@@@@(%1#"''1&'&'6767%3167&'#' ~5FX;;;;XX;;F5~ ';;XX;;;;XL4'11&#"132765567116'&'&6767674'&'&&'&'4767    ) 66CC66 (  21KK21  Y "/08C66  66C80/" ##)K1221K)## `-CZp2111#"'&5147632111#"'&514763#"'&51476322111#"'&55147635#"'&55147632@    `     `    @  `  `   @   @@@ @  `m111''11#"'&''1&'1'&''1&'&771&547'1&76771676167716763217161676'&' ,,   8  8   ,,   8  8  ---- ( (   ::   ' (   99  '((''(('AZ%11#111##1"#"###"'&551514'&##1"11###"#"#"##1"'&5514551#1&'&547%1621@  ! @        @ @ pE   .11&'&'&54767675176''151&'F::$""$::FF::$""$::F ` U!"<=CC=<"!!"<=CC=<"!x @ 9{@8N#3#"131514763213167674'1&'&##11#"'&555#"'&55147632KKKv  vK  @     @ @ L @ @@@@ @ )MV4'11&#"1'1&#"132771654'&#"15111!1676751&'&'#11#"''1#&'67  I Ie.-fp J J  --8!:"1111!16767514''1&'&#!!!!1#11#1&''1&'#17y9903  x  30 \\ @F#3#"3312765514'&#"1'1&'&767654'&#"#"'&547632222   ,9999,,,,9999, 1@@1//1@@1   3,,,9999,,, //1@@1//<7676321#1"3310101112765514'&#"1'1&'&76713276551111767676'&'&#"'11'13127654'&##1"##i 1@@1" p  ,9999,% B  ,9999,%  1@@1" p"//  p #,,%.  Vp #,,%.  "//  @,?R^jv671167!11!1&'&'2711654'&#"374'11&#"327652711654'&#"373167&'#3167&'#3167&'#@       ``@        ``653151&'&'5567671311!1&'&'5167673""@()==)(00000""0000=)(()=054'11&#"11132765517167716751&'&1#"'&15@   @@;EI"  $&E  p "  B11631&'&'515151676767111&'&'5167672&'&'Q99   """:9HH9:"""   99Qp32O  "00H9:"""":9H00"  O23@&'&1#11311767@DD  x@x  -1''1#1&'&'51676731716'&767&'&76-DDp!!     x@x //  1B_11'&767654'&'&7611'&767&'&76'&767&'&76'1''1#1&'&'5167673171611 )) =!! 33 C66  h`"!7 ./9K0:$$''BAQA7 ;6676&'&'&'676727676'&1'&'&'&3)% 32??32++GC%      1 &.  @55  55@,9F6731!11#!11!1!1"'&'1&##1&'676'&'%&'&767." ) 4.P  H  0!!!!67671&'&'#1"''1&'#11@    D1771676731213311!167!11!1&'&77YYYYvu$  p p p   = "1327711'1&#"132771654'&#"111327654'' ` )) ` ` )) ` ` ** ` ` *&* `@@=%77654''1&#"1!171654'&#"11327654''1!11327``` ` ** ` ` *&* I``` ` )) ` ` ))  7Mc2111!12#!1&'&'14763471163312##1"'&53#32##1"'&54763!!!2#!1"'&54763   p" `          "P `  @   `   ?L77311#1&'#1513127!167671&'&'#1"1#151&'#11676'&'222s!,,!s 3 @*,,**,,*G`@ @2222,9%671167&'&'113167513167513127713&'&767PK1221KK12P(( !(  `21KK1221K P((!xan6'&''1&'&1&''1&' "1'1&11117711327677167176771676''1654'7676'&'76771676''1677167654'&''1&'716'&''1&'&1&#"'1&111111771327'&'&7675                        )  9              )            (U7671167&'&'1#11111676771167676'11111105"1&'&'&'67&'&'X;;;;XX;;'  " /:=>Z66I:/ "   '66S`21KK1221K;,   V88 9#$   ,;G11111177123#  @hg D)W%65114''1&#"1#1"33113277%2711654'&##113127654'&##1"'&5147633 J J  @))@ @ @ I  I  ))   .=471163!12##111#!1"'&7716771#1"'&53#31#"'&55   9  9  @@@    @ @ ` `)]"11331132771132765514'&##111!16767514'&#"1!1&'1673127654'&##@ S  ""@"  p p  S  """p p@  -W3#321##1"33167671&'&'#1"365114''1&#"1#1"33113277`@@@ @ @))@  J J `   ))  I  I @M[h#3##1##1"33127654'&##1"'&5476767676767&'#1654'&'3#3&'&'&'676731 j#!%%    %%""j TTT&##&T E21!       !12E pC//!##1!//C1##(LU5#"'&5511#"'&547716321#"''3#36767311!1&'&'51676767&'  I IpS J J  h2E&'11&'"'&27676767676'&7676511'&767676 998,+ 998,+*  %%2 `+,899 +,899   * 2%%'&'11&167716'&''1&1&'&'716'' X< ?  //  ? > -- > ?  ..  ? > --  ? > -- > ?  ..  ? > -- > ?  //%<R211##1513211##1"'&547633711##1"'&54763312211##1"'&547633'3#3#1&'&'51677167311#"'&551&'1 Р @ @@ 0 0 ` @ @X  D--. %5  `  @   @     `--D>B/ %X 88%<R"1133151#"1133127654'&##'1133127654'&##1""1133127654'&##7#3#31676751&''1&'#113276551671  Р @ @@ 0 0 ` @ @X  D--. &5  `  @   @     `--D>B/ %X 88%<R47116321#1547116321#"'&55'2111#"'&551476347116321#"'&55553273271#1&''1&'516767312##1316767  @   @     `--D>B/ %X 88 Р @ @@ 0 0 ` @ @X  D--. &5  %<R113276551#171132765514'&#"271165514'&#"1371132765514'&#"'56326763251&'&'#1113127654'&##1&'6731  @   @     `--D>B/ %X 88  Р @ @@ 0 0 ` @ @X  D--. %5  4%&'11&'&#"3276767%6131#11''1&77!"<=CC=<"!!"<=CC=<"!GGppF::$""$::FF::$""$::FGGpp47113276767&'&'&#"'&771#1&'6731'1&761!"<=CC=<"!!"<=CC=<"!GGppF::$""$::FF::$""$::FGGpp4671167654'&'&'''11&'511'&7716F::$""$::FF::$""$::FGGpp@!"<=CC=<"!!"<=CC=<"!GGpp4116767654'&'&'&761516717161''F::$""$::FF::$""$::FGGpp!"<=CC=<"!!"<=CC=<"!GGpp  $4>L[cm%#1&5473173#3#1654'7#3#&'##3#676766##3#67673#3#1&547&'31''&''&'&'3!11673`{{{{pttt(<-,   ttt,-<({{{{  <(<-,tf,-;'t!!!!@!!!! b6'(87(##(78('6b !!!!(77(##_b6'(88('6b4=%6711674'&'&1##1&'5147716'&'&#127713&'67`D--M9MD-- --DL9M--D X)@Wn{1#"''1&7617161#"''1&7617167471163312##1"'&5471163312##1"'&5471163!12#!1"'&5'&'&767 H (7 H (7H     @    p  P(= P(= f      067!111''1&551'1&7  @    0 O /P3#31#151675#113!51&'&'#151&'&'#1#3#1##1"'&551#11!1676758@@@ @ (((((``(   a "1311#151&'&1176751311#11327716'&'#151311771654''1&1#15131676'' @  `@ @`  @ @ `@ @`  @ @`  @ @ `@ @`  @ @ `@ 0Fat&'&767!&'&7676711673120101#1&'011101674'6331#'471167632#"'&'&567116731!1&'----p----.*))*.ֵ   `&&8v8&&'((''((''((''(('. ;%%; .`  8&&&&8n={%65114'&'&177161#"'&'&7716'&'&13277%11771676'&'&1'&'&547716321767716'&'&#"D**'43,  q  &-9:-p**'43-  p  &-9:,q-:9-%  !q  ,43'**p-:9-%  !q  ,43'**p(711!16767&'&'65&'&'"&'&'01()=p6%$,)$$-D--+p=)($%6/"# )$--D$$0.@#3#"311!167674''1&55127654'&##553111#17165   m 6 l   `@#"    Ņ$88$0=JW''65&'&'2711&#67674'16'&#"'3276''1'676'&'&'&767''' 00  0''0  00  vvv @0  '''0  00 '( 00  0 vvv @  =3#3211#1&'&'167673#31#113151311#1&'&'16767|||D   PPP@@   D    @ 0    N&11"1327716321#"'&547716321#"'&547716321771654'l !++! 3AA300%//%##  l!++!  003AA3##%//% 5B111!16767514''1&##4711633121##1"'&55&'&767@@M   $$$$M` @ @  671167!11!1&'&'@`@-D471163!12#!1"'&5471163!12#!1"'&511#!1"'&54763!12        `        "8N[h676'&'7"113!127654'&#!"113!127654'&#!"113!127654'&#!676'&'7&'&767@             00P       P  AWm6731131#1&'673151#1&'&1'&771676131#1&'&7716'!!!2#!1"'&54763!!!2#!1"'&54763!!!2#!1"'&54763 P?  #!X H      x`  &  N        Bu6767676'&'&'&'&01#1"3!127654'&##10101#1&'&'&7'&'&'"1&'&'&2111111117676'#1!8    E7: ]  7 !8  E7:L 0   @#        @ F]471163312##11676751#1"'&54763312##11&'&'51#1"'&5471163!12#!1"'&5 ` )) ` --DD--      ))   D----D   #=755311#3#31#1555311#7#3#5131%111!167671&'&'!@ࠠ````@`````````@"&51147163211#"''77'11}##Niiii}##iiii?JWd1113167673167673127654'�''1&##151&'&'!3#311#15676'&'%&'&7670  ))))  M3 p333Mp    ))))  @ M0 M`  0@#-7A\111!167671&'&'!#3#51'55316711671#7&'11&'31'211#"'&'&5476763@@@@@@@@@@@  @@@@@@   @E731127716'&'!1   I E@ "1!1676''   7 e7&511477161''    @e765114''1&177    "+671167!11!1&'&'311#!#3#131@`@@E'631121!1&'&77''&767!11#"'       R E#11"''1&767!1    E "1!1676''    ,11177167&'&'!5!16767511#"''0  `0   pУ F3#32##1"'&55147632171676'&'&547632327654'&#"~222   ,9999,,,,9999, 1@@1//1@@1   3,,,9999,,, //1@@1//9[ "113277111132771654''1&#"1'171654'' "1132771654''171'11'? x  j  x  j  p 0 p ;-; x  j  x  j  p 0 p ;-;6'&13117%16'&'#17]  pM oL  @671167311#11311311#1&'&'5167673151&'#11311#1&'&'5167673151#11311#1&'&'516767315167673151#1&'&'5 @    @    @    @   p  @ (  @  @  ( @  @ (  @  @  ( @>>_2111'&'&#&'&'&'&'&'&'"'&5676751476321"'&''1&767613675163  eEF  FEe  "      @@`    `@@  s"    s "@I#1131167673151&'&'#1&'1111316767514''1&##'&'67%9  "0 9%p   DL  "    DXp0A%671141116767&'&'111367116751#11&'6767 21KK12 P""P 0"@.' +9K1221K9+ '/""P0 ")S65114''1&#"1!1"3!11327731127654''1!127654'&#!171654'&#"1 ` * 3* ` *3 * ` `) ` )  ) ` )  ) ` `%A&'11&'676745676763!7'7716'&151&'1'1&=)(+--D-$$),$%6OPPPP'' ()=0$$D--$) #"/6%$PPPP''%?&'11&'676745676763!777116751176''1&=)(+--D-$$),$%6O''PP ()=0$$D--$) #"/6%$''PPt}7271167654'&'&#"3113!12765&'&'11#1&'67514'&#"1#1&'51476751&##1"1&'&'4767567&'####`9##    ##9     \   """"7.->   >-.3( (9A; 0^q1111676751'1&'&767611676751&'&567671&'&'&'&'5147677162711654'&#"3 ))   #$7,0  "" 21KG119#$  R    y))y  y;+* + 0G "" GK12-.F ++;y    &8J53151&'#155676731111!115#3#31#1&'&'16767#3#13110@  ((((((((( ` ,7"11111!1676''1&'51&'&'514'&#65##327 8#$/    0$#8 -@@  ++;H7  6I;++  ,B471163!3#1#1&'&'53#36767&'&'#1!!!2#!1"'&54763` @@6%$$%6 ))  @   $%66%$))   Ek671167311#151&'&'1#13#31#1&'&'513167&'#1513167&'#1516767!111#1311#1311#113%1#11311316751316751&'#151&'#  P  Ppppp PPPP   PPPP pp  0P  P0` @0  0@  ?JWd671167!1131211112##1&'&'#1&'&'#1&'&'3#351'1#1676'&'%&'&7675#11311316751316751&'#151&'#1 @ 3M  )))) M3  p00 00   0M @  )))) @M`0  P000 00 0 '8Iq3#31#15167511!115151&'&'#1#3#1313#367671&'&'#167311311#11#1&'51#1&'51673158  @   00 00((((( ` ((0 00 0Xd6731#1131211##1131#1&'673151#11##1"'&551"'&5476351476331213151#1&'3167&'#pht ff thp 7     7 P@@&&7 @  @ 7 )6BNZ471163!12131111#1&'&'776551&'#1'&'16753&'16753&'1675   3! R`888 3@@  !f %"`f =111!167671&'&'!51&'51#11&'51671315167@@@xhhhhPPPP;111!167671&'&'!55#1&'67315167131#11&'@@@@@@@@@@@@@ ;7111327654''171654'&#"%71327654''171654'&#") ` @;%65114''1&#"11327777654''1&#"11327  ; "1327711327654''''&#"1327711327654'   ;#11"''1&5476321716327#"''1&547632171632  `  7111327654''171654'&#") @ %111#"'&54771'1&547632  `@631121#"''11#"'&5477 7  `@73112771654'&#"1'1&#" i )111311!11311&'&'!!16767&'!@@m!!!!,111!167671&'&'!211#"'&54763@@  p   p,1113167671&'&'#211#"'&54763Pp  p    `/_7671167312##11311#1&'&'51515!671167312##11311#1&'&'51515""3 @@""3 @@3""  @ H3""  @ H `/_%11#1"'&5476331676751#1&'&'5167673111!11#1"'&5476331676751#1&'&'5167673111""3 @@""3 @@3""  @ H3""  @ H &3@MZ&'&767&'&767%676'&'%&'&7676'&'&76'&'&77676'&0    `  0  &671167654'&'&'F::$""$::FF::$""$::F@!"<=CC=<"!!"<=CC=<"!5H[671167654'&'&''1167676&'&'&76'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F\!! ))       @!"<=CC=<"!!"<=CC=<"!    v     3FY671167654'&'&'''&76767'&'&''6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::Fa  ""..""   ##       @!"<=CC=<"!!"<=CC=<"!{ ((      -@N671167654'&'&'211#"'&'67636711632#"'&'3#3#1&'67F::$""$::FF::$""$::FP      @!"<=CC=<"!!"<=CC=<"!P     "/O11!16767&'&'!&'&767676'&''67131#11&'51#1&'67315R6666RR6666R0  h    66RR6666RR66h  h    @+;M]o111!167671&'&'!3#31#1&'516767311#1&'53#31#1&'5167767311#1&'53#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'53#31#1&'5167@@      P    p    p    p      @  p  P    P  p    p  p  p  p  p  P  8y211171632771611'&11#"'&5515115147637711171675171635111'1&'151151&''151&'&'1"1511771511'755#177  E;7#&&$  "IE;@@   @@@@1' * ! ) @@!   "` PB  BA @ @C G F@ > HKI HNGGG E@3&5114763211#"'&54771'!!!2#!1"'&54763     i   5T&11176716'&'111132771654''1&#"! "11327654''171654'   P ZZ p p p p ZZ  @   x YY p p p p YY @D&1176''1716'&'&11767513127676767&'&'#15  )  21K0    @)  %%8K12@ 6'&13117 d `T77654'&#"1#1131114'&#"1#1"33113151#171132765513127654'&##1777 6        S666 7@3   @   Ybk67&'71116331676751&'&567671#11&'&'47675151&'&567673&'6767&'PP #` "" $%6` ""  ""X X "" 6%$ ""  ""7Adl&176''171654'&'&177161'16'&'&'&'611'7771676'&'&1'&'&54771'7'' P [**'43,  `  )55,sz999**'43-  =2h-&&& 0 oZ-:9-%  !`)+,!'!s !*Z888-:9-%  !>(R>0  9676'&'4711633121312##1"'&547633151#1"'&500 @     p      !k4'&131"33327654'"1133111#1"3312771133127654'&##1'1713127654'&##1"1'1&##     @ ZZ   VV   ZZ   VV    P     zz   zzIk"1133111#1"3312771133127654'&##1'1713127654'&##1"1'1&##4'&131"33327654'  ZZ   VV   ZZ   VV          zz   zz  P   ' #.7133327654'&##171654''1&#"#3#'1711#Pi | rP|DP  P}Cp&'&'67673116767&'&'1#1&'6767&'&'#1&'&'51676767&'&'&'5167673167  9      9  y      yW     9  y      y  9 pH111676751&'&'&'11#13367&'#151676751&'1&'&'5))))+*B0HH0B*+$%66%$))))(D00 "" 00D((6%$$%6('Q&176''16751&'1'151&'&'1'''#&'&'51'111#13367&'#15167' P ))j+++6%$/+*B0HH0 0 |(1(( ))6i"""$%6 %(D00 ""21'&'&'&747677163 /.VV./ P3EEAB+ +BAEE3P->5#11!151&'&'#1514'&#"1#1514'&#"!!!1!16767`0  0   `@@ `   00       @QZ1''1&'#111#151476751'&76767514763312131677165#1&'&'51367&' A8 ! *   A `p `  #""5 &    g  @5B7''&767#1"'&7716731676767611'&551'7676'&' j5)R*2211%<"Y    ? Y"<%1122*R)5k ,%&'11&'&#"3276767'611''1&77!"<=CC=<"!!"<=CC=<"!WWhhF::$""$::FF::$""$::FyWWhh,7113276767&'&'&#"'&771'1&761!"<=CC=<"!!"<=CC=<"!WWhhF::$""$::FF::$""$::FyWWhh,671167654'&'&'7''11'&7716F::$""$::FF::$""$::FyWWhh@!"<=CC=<"!!"<=CC=<"!WWhh,116767654'&'&'&7617161''F::$""$::FF::$""$::FyWWhh!"<=CC=<"!!"<=CC=<"!WWhhG|11#"'&54763267&'&'#1"3311#1&'&'51176''1&1771133676751176''1&17711#1513127654'&##@   ))))   0)88--DPPD--88)0   `  P4))4  )88D----D88)  8N111311!1&'&'51676731516767'&'&'&#2711654'&##1"33"()=,""    @ @"00=)(%     5B]p%4'11&'&#"3276765!671167632#"'&'&'676'&'5211#"'&'&54767634711632#"'&5--33----33--@!"<=CC=<"!!"<=CC=<"!----'!!!!''!!!!'   4,,,,44,,,,4F::$""$::FF::$""$::FP'((''(('""&&""""&&""   &7676'&'3676'&'7&'&767       8 &7676'&'5676'&'7&'&767@     8Xh   ,=P111!167671&'&'!67&'&'&'&'67&'&'&'&'4711632#"'&5@@ E88!!98UA*+,   @h!!88EU89`+*A,x  -7671167632#"'&'&'71771654''1&!"<=CC=<"!!"<=CC=<"! F::$""$::FF::$""$::FmX X@-?Y1111!1676751&'&'676751&'&'!5!16751&'!1'471163!121#!1"'&55@@@  @  @ "" @@ "" @p  '111!167671&'&'!3#3#1&'67@@X@`57"11331676711327654''1&#"1327711##  `)I I `  )3J J `5"'11&54763311716321#"''1&547632114'&##  `)I I `  )J J3 -111!167671&'&'!7''1&761716@@@/o@@/o+?111!167671&'&'!'1'17163277111'&77167@@ G  iiiGi < @l  G iiiGi < 3111!1&'&'16767!31177116751&'#@^@pf06h%#3##1"'&'&'&'676731514763211##1"'&55%1!16751476321!1&'&'16767312##`...#  ()=P   @  """0 0#  /=)(= |  } @0 0""@"  0C671167654'&'&'77'&771677161'4'11&#"32765F::$""$::FF::$""$::F3 8  8    @!"<=CC=<"!!"<=CC=<"!888  8  E  ,6711671&'&'!11!'"''1&767311#@ h  h @p    p,111!167671&'&'!21#1&'&77163@@ h  h @p    p,&'11&'!11!167671'&'516761@p    p`@ h  h @g711011#1"3313127654'&##1&'&'3127654'&##14551453127654'&##167673127654'&##1#1"330 66H ,##~  ~##, H66   @'(  $    $  ('@  BQ671167217676'&''1&#1#1"33111!127654'&##15165513127654'&##15p Q  Q6$%    p p  %$6@  -2  &,-  @+:471163311'&''1#11#"'&55153#36767&'&'#131'1111&'&' &#&'&'&76761107676'&'&''1&'&'&7676'&'&'& P=)('4 8*  @000""0   $"'     ##'      ()=-#"   ""   +    + BY&'11&1#1"3311#1"331132765513127654'&##1513127654'&##1716'&'&1'; _4 PP P  P PP 4_ ee    @ @    GW"111#1"3311#1"331132765513127654'&##151316767&'&'##3#5131`       p=)(()=pppp""       ()==)(""OV]d&'11&1#1"33113677131127713127654'&##1716'&'&1#1'1&'1#1'3#31'7771#3#31'> 2 )9*.*9) 2 9@**@9N m`       ..@@..$6711673113311!1&'&'#3#51  @$2@N111!167671#1"'&551#3531'3#3#1&'673#3#1&'673#3#1&'67@  @@''Nqx#"''1&767611476321716767471163311312##1&'&771#1"'&511'&''1#11'&'&77171673#3'1  X    X  J3  J3 ` @ X @ ((( `  $. $  ` I  I      ((''Nqx&#"176771132765117676''1133113127654'&##1716'&'#1"11767713117676''1'1&'771#  X    X 3J  3J  ` @ X @ ( `  $ .$  ` I  I      ((((@'=Si#"''1&76761147632171676"'11&54763312##5"'11&54763312##5"'11&54763312##5"'11&54763312##  X    X     ` `     `  $. $  `         @'=Si&#"176771132765117676''3#327654'&##1"353#327654'&##1"353#327654'&##1"353#327654'&##1"3  X    X    ``` `      `  $ .$  `K         '*Sf&17711#1"33327654'&##1514'27716'&'&114'&#"1'1&'&13%611'&'&76777677165&'&'0   00   X    X     1%%  4   ` F `  $. $  `   q  B$%% '*Sf1312###"'&5476331511'&'&767716%21'&''11#"'&511'&'&7716367116'&'&7&'11&567671'&'&77  00   0 X    X    )%%1  `   4   `  $ .$  `   7 %%$B  <V11131#1"''1&'515151677167716763#321##1"'&55147639    a&*#) @@@ @  (#   "  3&0.!3     <V67116''1&'316767&'674'&'65&'65&'&'#1"1111117%3#32765514'&##1"139    a&*#) @@@ @  (#   "  3&0.!3  _    `)3112771654'&#"114'&#"1'1&#" I  I 7 Js J  `) "13277113276511327654'' I  I  J sJ  `)7111327654''1!127654'&#!171654'&#" Js J I  I  `)%65114''1&#"1!1"3!113277 J sJ I  I B Y&'&767#3#"'&7711'&'&77167633121'&''11##11#"'&551#11#"'&55  H&" 5 5 "&    s9  ZZ  9s` `` `B I676'&'5#"'&5511'&'&77167633121'&''11#"'&551#p(   :  ;     Ѐ 0  a a  0 @[v111111''11'&''1'1&'&771'1&76771716761716471167632#"'&'&534'11&'&#"3276765jl>>lZZl>>lZZ   """"lZZl>>lZZl>>  ####&1111676'&#&'&'47676'&'&#?2332?]> J21(  32??23= 21K2(( *7!!!21#!1"'&5514763!!!1!1&'&'3167&'#1 @ @ @     P111##1"'&551676763112106331247716321312##11#"''151&'1&'1#"'&5477167&5#1"'&547633167&''1&547) ) @p@ @ @ @@ ?%55%? @@ @ @ )  )i @ @ @  % @ ?!!? @ %  @ ,711!167671&'&'!17477161''1&5@p    p @ h  h 5671167654'&'&'211#"'&'&5476763F::$""$::FF::$""$::F  @!"<=CC=<"!!"<=CC=<"!`    -n676'&'6'&67676'&#&'&'67677''&'&#131233121771676'&'&1'1&'&##1'13127654'&##  G /--D.%%  !0 !  ^ $ 0   E ? L` ((4D--'  0$ G  t a  D0  Bi671167217676'&''1&#1#1"3311#1"3311!127654'&##151673127654'&##1513127654'&##15p Q  Q6$%      q pp p  %$6   2  "    Qc2771#113''&##113!55#1131"1113#1131513167!127676'&'&#!1&'#5#"551432>5kkkk5>   ) 5.." "..5)  @``@@@ ```` 0  0 `,,t X )A111!167671&'&'!''67!11#&'771#!1"'&5511327@@  @ddddYYY~ ~YL_71!16751676''1&#3#1#1!1676''1"1"551#11#151#11#151#11#157211#"'&54763 s@@@00@(@0@(  ```  `     @V"11117676'&'51676771611327%167&'%1&#116767'11#"''1@ : @     66RR66e'1,%B*.$ > =:ee33"8?6711673!1!!&'&'!!11!&'177131176'''#17%133#111''1&'1'&77167'1&761167##&'67315167@@ @ J @& ,     #H4@0    9++++E$      7M`s53151311131514''1&##1331276514'&##1"!!!13!1276514'&#211#"'&547634711632#"'&5211#"'&547634711632#"'&5@@     ` @   `        ````CC`@ @    @     `     '7IYk{1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51670  `  `    p  P    P  p   ` P  P              B G676'&'5#"'&5511'&'&771676321'&''11#"'&551#`  0   ($$(   $$$$``` !  ??  ! `%Pcv11'&'&767611'&'&767667116711661#"''1&1#"'&55147%&'11&7676''&'11&7676'   $#"!!"#$ XX ap  c! !! !j  F'&&'F  v   ] !! !!(16111''1&'&551476777171'77511   DDDD<>>>>>>9999@ =FR[eq'1'17165"11177117716751&''1—&''1&175171'1'1716557117611'17751711#NNNQQN`"!`qr` "`"``"RRRRNNNQQNRRNQQNfMMMR ,ppp$&w#* 11 *$w&$p&$$&vY Z(ddd `$"""d [)Z6717161''1&'&771'1&'1'&'&776111#11''1&771613127654''1&767%''&7677161''113312##1&'&'47744' W &    )` @@ `   W 3    )2,,> X <   ()  @@   ' W R   )P GZm7!1'1&'#1776763312111##1"'&551!11##1"'&5515147674'11&#"327652711654'&#"3&_###  #     X      KKKKKPeeee0 00 0[     M[n"1110101111331276551!11331276551514'&''1&'&'0101514'&##3#31!17167211#"'&547634711632#"'&5  #   @   #  E       e0 00 0e  KK     A7311311311327655131674''131674''131674''1&#"ӕI!K  K!I I Z     Z I *>5&'&'516767671&'&'516767671&'&'5@?__?@@?__?@7 @?__?@ FccFw FccF @?__?@p000""0"" f""f   V""V!(BLbn6711673113311#11#1&'&'#3#513#3#11&'51516767&'#11373#31#1&'51676751&'#11376731#1131#11&'515 0  `     P0   @ 0PP0P @ @`p 0@@$J111!167671#1"'&551#3531''716717161"''11&''1&76@ 0!!0 YYYZZY__$F111!167671#1"'&551#3531''71611''11'&771'1&76@ d$$$$ // $$ //  4444 BB 44 BB $>N111!167671#1"'&551#3531'3#3#11&'5151672711654'&##113@ xDDD  ,D  ,,   8hh 8$7R111!167671#1"'&551#3531'4711632#"'&521###"'&77163217163@   X X 0  0     PF$1>Kam111!167671#1"'&551#3531'6731#1&'6731#1&'6731#1&'67311&'&'4773167&'#@          0@@HXXX$?Xi111!167671#1"'&551#3531'11'&767654'&'&761''1#1&'5167317166'&7654'&7@      \ $!!$ 3    ##   #0##   $>P111!167671#1"'&551#3531'4711633121##1"'&55''5171631"'@ ` ` ----    ` `n@ h $8L111!167671#1"'&551#3531'71''1&77167'1'&771'1&76@ g00p0000 00"0000 ,:HVc%&'71327367&'6'&&'&76776''''654'717&#"'1677&'6717676'&'o0??0::[44 B[[B 44B[[B .::::#".::::0??0:::##:2#"": :B[[B 44B[[B 44.::::0??0 ::::##:::0??0:5  6116767&'&'&'&7676&'&'&'67676 <&&66RR66&%=  Q22"":9HH9:""22Q  12BR6666RB21 BAYH9:"""":9HYAB &1''11'&'5147716'&1'1&'4716@ xD X `1J T ,   9L''&131676''167&'&676767&'&'&'"1176''151&'K""" n 6RR6666R>0  ?SH9:"""":9H5/.#HAu""" n 666RR66! -"":9HH9:""#5h HA^n471163332##113151#1"'&54763332##111312###"'&547633151#11312###"'&54763315151#1"'&5 00  00  00  00    pp        13#32##11#"'&51#11#"'&551#1&'&'6767@@    D----D   ` `--DD--*=P{711331327673127654'&##1&'&#"#1"34711632#"'&574711632#"'&57"11#1"331327673127654'&##1&'&#'"'11&547632#7&'11&#"#1"331327673127654'&## 7     7         7 7   I  W W              P       0   @      :%671167&'&'1&'6716767&'&''1654'71`)))^())(^)))(^^()))/))/)))//P111!167671&'&'!11"'1163&'&'45'1&'&'676771456767@@@UUQQ@./-- @Z''&#"111167717167&'' "1&#67674'71654''111&'51676731#.... "%X;;;;XX;;  P,'&:------5  ;;XX;;;;X%! PW,:&'5Pd%''"1#"''1&'&#1&'71676''16713277111671167654'&'&'&113167716''GGGG= 0770 =F::$""$::FF::$""$::F0 < 0XFF)5&B'..'B'4)!"<=CC=<"!!"<=CC=<"!F # 88 # #3CUew7''&767671''1&'51&11'67311#1&'567311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'53#31#1&'516767311#1&'5&=%/%5567#671167211&'&'&'''130?23:9Z 6%$$%66%$;;; <@1 0eeeeSS  Tfw111121#1#1##1"'&551#11##1"'&551"'&551"'&5514763115111516767533151#1"3#32765514'&##12711654'&#"3!2711654'&#"3&'#13167 f<=         =,9Fg6731!11#!11!1!1"'&'1&##1&'676'&'%&'&76731167513167&'#151&'1#1." ) 4.P  ,,,,H  0,,,,>CP]31213!167&'!1&''1!12767716'&'#117161''1&76151#1&'#676'&'%&'&767.4  ) @@#.  Pf@@f0   "1132771654''      B;H471163312131111#"'&#""''1&76771516767315776151!167116'&'&'&'&''&'&76767611676  0 , e!e , 0 llll#**#  &-21  12,&  #*+#   \ \  $$$$[[       Ljs|&'"1&'#113!127654'&'7165&'#1654'674'&'&'&'01"1#3#&'&#"#1"'&5513271#'1'177'1717  $> < '!    !' < >$  8     +55+ X 0@000 @#  a%%,   ,%%a  #  ` Qk3111'1&##1"13131&5476716767&'&'"'1312765514'&##1"1'1&'#'76''123&'&'4711#&'&'6767231&'&'6767#2711654'&#"3:b-e `D--F-$%66%$$%67>  / ?  C ""06%$$%60"" C;  R-  --D(!!%>6%$$%66%$f   (444 5A  -$%66%$-    2k&'&767111331131677131276551&'&'#6'&67676767&'&'&'&&'&'&76767@  `  &  @\2   "EeeE"    2- =``> -$$$$`0 dd 0            !Y''&'316771127711311#"'%#3#"''1&'1'1&#1##1"&551676761716761䴴W$ 1*"h  )3 k !!4#!   !#4!! n  U /  SrL6&'     '&6pT471167632#"'&'&5671167&'&'1#1"331132765513127654'&##15P?((21KK12((?       0/BK1221KB/0 #     #&-H67311''11&'&'676771'1&7111111271167654'&'&#"3"p !521KK1221K8,4! np !4,8K1221KK125! !pFa61167676131#11&'51#1&'673151&'&'4767&'&7671132767654'&'&#"H //  #+*B    B*+$   ##   &&.D00  00D.&&  `BId67311''11131#11&'51#1&'673151&'&'676771'1&71111114'11&'&#"3276765Rp '&&;;&&--D=+' n`   p '%0=,+    +,=D--%' !  k211716116771'1&767311''11131#11&'51#1&'673151&'&'67'11'&771'11'&'516734'11&'&#"3276765p )66)E ` E&&;;&& `    E ` E)6=,+  +,=6) `  pU7271167654'&'&#"37111312##11#"'&551#1"'&547633151&'&'6767676767&'&'&'671312##11#"'&551#1"'&547633151&'((?      ?((21KK12'0  0'-;K12((?      ( pB/0 #     # 0/BK1221K 00 !21KB/0 #     #%,G11&'6767&'71176751&'#111111471167632#"'&'&5671167&'71176751&'#111111110#0"'38 !4,8K1221KK125! pX0K125! p!(!$ 0" !521KK1221K8,4! p021K8,4! p !)$ 30  U7271167654'&'&#"37111312##11#"'&551#1"'&547633151&'&'6767676767&'&'"&'6371'1&767311''11&'((?      ?((21KK12P-0  0 8,! p !21KN2pB/0 #     # 0/BK1221K 00  ! p !,8K125 9@[11'1&11&'6767&'71176''171176751&'#111111471167632#"'&'&5x !,8K1221KK12! pX !21KK1221K8,! p0@?Z61#1131#11&'&'6767414151#1&'673151#1"'&774'11&'&#"3276765 @ (  ;&&--DD--&&;  ( @k    @  +,=D----D=,+  @   wpV7271167654'&'&#"3711&'&'67673151671315167611'&'51#11&'51# 00DK1221KD00 "  PP  "PXB*+21KK12+*B888 PP 888p8471167632#"'&'&5671167&'&'1327655P?((21KK12((?   0/BK1221KB/0  pp5211#"'&'&5476763271167654'&'&#"30((((00((((00)*..*))*..*)"+ENW111!1676751&'&'!&'6767&'111!1676751&'&'!&'6767&'@08@@H@@H1S471167632#"'&'&567116731#!1"'&5%55#1&'67315167131#11&'`""""`23K\K32  |  @@@@@####K3223K   @@@@@@1R471167632#"'&'&567116731#!1"'&56171611''11'&771'1&7`""""`23K\K32  |  ////////@####K3223K   S////////4A211131514763311#"'&551#!1#"'&514763&'&767  )   ----  )    `'((''(('1KX1111312771311331676''167671&'&'!471163!121#!1"'&55&'&767`)#.( 77 (.#)     )%. 77 .%)` ` `1Kex1111312771311331676''167671&'&'!4711633121##1"'&5573#321##1"'&55147634711632#"'&5%211#"'&54763`)#.( 77 (.#) P P PPP P       )%. 77 .%) ` ` ` `       @`5>1!1&'5167!%111!16767512765514'3&'&'!!!!1!15""" "p`` @""" @ "` @`5>1!1&'5167!%111!16767512765514'3&'&'!!!!1!15""" " @""" @ "` @`5>1!1&'5167!%111!16767512765514'3&'&'!#3#1315""" " @""" @ "` @`5>1!1&'5167!%111!16767512765514'3&'&'!#3#1315""" "p```` @""" @ "` @`51!16751&'!671167!1121#1!1&'&'5PP"" "" "" @ ""@!277117676''131674'%1&# R: 8v s_t  r j1111#1"3311#17716717676'&'#1&'&'513127654'&##151676771676'&'&1&''1&        4!!4         4!!4  `  `  &&   `  `   &&  @'9Sp&'6767!1671&'!1&'&'67%!!!1!1671&'4711633121##1"'&553#36767513121##1"'&55 %R%%%RR   @  I%%%%@ ` ` `  '7k&'676731671&'#1&'&'67571316751&'#&'&'6751311316751&'#1&'5131671&'# %%%%W%@. I%%I%%r%%rrr%))r%r%,111315167673151&'&'!#3#1171717@ p--p @ p C- @  :%#3#513151#1131676751#1'3#3676751&'&'#11 @@@@@@@`;BY`u3#32##11312###"'&54763311&'#1"'&5476331673#3'1&'11&'&771631%731'&771631&'&' r %  % r ))8HHH0#"  __  "#0IIIH~ __  #"00#"   (   '(  ||`" "|||| ""=M"1131111"33!27654'3&''171675127654'&##5#15167711  .DD.    .DD.  DD  B/DD/B   B/DD/B  K (DD'=KU"1131111"33!27654'3&''171675127654'&##55311#1&567711#  .DD.    .DD.  DD  B/DD/B   B/DD/B  K DD=M"1131111"33!27654'3&''171675127654'&##553111'1&'  .DD.    .DD.  DD  B/DD/B   B/DD/B  K (DD(>M\4711633!2#11112##!"'&54763516771'1&'51"'&551716751#3#351&''11    .DD.   .DD. `DDDD  B/DD/B   B/DD/B  (DD' (DD'  J11111&'5111113312765516767515151&'&'"&'&#"&'&#"&'&#  -2  $        03&;'*` i )P     S4'11&#"1&'514'&#"1'1&#"1316767514'&#"1&'514'&#"1&'5    <  qC]K12      :  k?21K p ?7"1133133676751&'&'#11''111'1&1#(     @6%$+$2." K C     $%6q?,# @B<671167331111##1"'&551'1##&'&'6767336767&'&'##&'&' p9#q ` N"  0P  Pp P /# 0 2      "Y&'11&1&''1&'&1''1&#"1330101676716'&'&1#&7716'&'&1&'' 5 + ?7  qC] -!" R % $  &9    5  k?+     ?KXd471163216367263111##11#1"'&'&''1&76761&'1675716751&'&'1675  !    $%6@*$$H   8p0P     006%$"`  KC``````'=M2111#15147632111#"'&551476347116321#"'&55%'#1'1&767655332##1316767513273271#1&''1&'516767 @ `  @   SSSFG F 88--D>B/ %  @ @ @ @ @      D--. &5 d+P&132765511327711327651&'&1'11331132765513127654'&##1"Z  V  V  vv @  @  S s s     8G671167654'&'&'67311''1#11&'5153#327654'&##1F::$""$::FF::$""$::F`X""" %=0@@@ @@!"<=CC=<"!!"<=CC=<"!h",K RH`pX  @"8!11!#671167!11!1&'&'!!!2#!1"'&54763@@       ->_5#11!151&'&'#1514'&#"1#1514'&#"!!!1!16767131#11&'51#1&'67315167`0  0   `@@ ` 8888  00       88888.?K21113151476321311!151676731514763!!!1!1&'&'67&'#13  0 @ 0 @  8     00     .?_21113151476321311!151676731514763!!!1!1&'&'6'&1'1&11771176''17  0 @ 0 @  1////////     00     q////////.?Q21113151476321311!151676731514763!!!1!1&'&'6'&1'1&177  0 @ 0 @  I_/@p     00     q_/@p  /"11111!167675151&'&151&'&1514'&##@     @ 0P  T?T 0+=471167632#"'&'&5767&'676767553271#"'&5""&&""""&&"")   0'!!!!''!!!!'@)p #EU#3#"13!127716''1&##14'&#"4'11&##151#11#1"113!12765555#1132765ࠠ y0 0   @0 0y @   @ 0 0  0 0 @```` @'''11771617711'&'167  o 7777}2 :|:::}3 O#1113117713167671&'&'!@` {P ] 0F671167654'&'&'5#"'&5514763235#"'&55147632F::$""$::FF::$""$::F     @!"<=CC=<"!!"<=CC=<"!@    4671167654'&'&'3#321##1"'&5514763F::$""$::FF::$""$::F@  @!"<=CC=<"!!"<=CC=<"!`   6?H6711671#15#3#1!1676751&'&'#151&'&'&'6767&'0@@@ )) @ 00 P000 )) 00  000@3AN\6'&1#1"313!127677127654'&##1'1&1#175&'516771&'51675&'5167  ]V 44 V]  QQ=`        ``````````N[7671167632#"'&'&'7&111771632176''1&55167716'&1#"''7676'&'!"<=CC=<"!!"<=CC=<"!       (++( _  F::$""$::FF::$""$::FV  3V II V2    FUa676'&'"1117677111132765514''15117676''1&'#776771'76''1   / #M  2F M/(  5C vv` ]  F+MS Y2^^  g%}}}  X5  @18JY111!167671&'&'!'''1#11'&771672''1376731#1&'55316767&'&'#@@HHH R H*[8))80    @    k****`))```  ):b1111&'&'&'&'67211#"'&54763'67&'&'&'&''6111171611&'&'&'677A4444N   :&'% ( 1)*5(` }ee<<X44AN44   H'&:%w`(5*)1 ( X<  D+     .   ? <'+*A\  ||    |].  III'#"7..%O   k uK1 G***2 @/// (  %('.A*+    9AQ&176''167676'&'&'&'&''67116'16'&'&''1672301%' P i  #$00=3+*!p&11+. '   Z S2 $#00= 0 R  ##!"X"!442"  F  V ##!"M#&'&'51672751#&'&'"1#"'&51476321676763276767 ------   -- P @     !Rdm777161151#1'1'1&#"7'&'&76771&#"11311767671767677676'&''%1331276551#&'67%5331276551&'#67&'C```  c  H!444TH\     P    P kOOO   N /}(((C0S  {R  +777111#"''157"11!1676751&''1&#@0u u0     +8DQ]111!167671&'&'!3#3#1&'6767'676'&'%&'167516751&'&'1675` p@@@""   P""`$$$$p@@p@@@@@+8FTb111!167671&'&'!3#3#1&'6767'676'&'%3#3#1&'673#3#1&'673#3#1&'67@@P@@@""   @""`$$$$ @@/<%&'11&##1"32767%671167632#"'&'&'676'&'$@$$%++%$q!"<=CC=<"!!"<=CC=<"!))))@F::$""$::FF::$""$::F#$$##$$#+8F111!167671&'&'!3#3#1&'6767'676'&'73#3#1&'67@`@@@""   ````""`$$$$@ 1>KXe!!!&'&'!1!167671!67116731#1&'7&'&7676731#1&'6731#1&'6731#1&'@@@@v p$$$$`       @@0D[11167674'&'51&'&'67116710101&'&'67670101511&'&'6751671 ""  p 00 ()==)(   "" 00  0%3=)(()=3%  !  !0D[11167674'&'51&'&'67116710101&'&'67670101511&'&'6751671 ""  p 00 ()==)(   "" 00  0%3=)(()=3%  !  !0D[11167674'&'51&'&'67116710101&'&'67670101511&'&'6751671 ""  p 00 ()==)(   "" 00  0%3=)(()=3%  ! ss !0D[11167674'&'51&'&'67116710101&'&'67670101511&'&'6751671 ""  p 00 ()==)(   "" 00  0%3=)(()=3%  ! 33 !0DQ6711671&'&'47675711101016767&'&'010151&'&'676'&'p   "" 00 ()==)( 0  P  ""p 0%3=)(()=3%0 `3FYl4711632117716'&1&'&'1&'1327652711654'&#"34'11&#"3276552711654'&#"34'11&#"3276552711654'&#"34'11&#"3276572711654'&#"3@   !)+    @     @     @     <  !+ <   @     @     @     7\67217716'&&'"'1&#1"3!127654'&#!15513276551!1132765516751!`  h  !  @    @s  h !   ,(  (,.Ojw%671165&'&'1&'&'6767675167'&'&'67&'&'&'6767'611#"'&'&'&'67635&'&767?%21KK12%=%%32??23%%= )) 1()==)(1]     L&'/K1221K/'&67F?2332?F76& ,)), *D=)(()=D* )))) /111!167671&'&'!!!!2#!1"'&54763@ @@  @@    7"113!127654'&#!   @   'AX#3#1#1516767311#151316751&'671167!11!1&'&'1133127654'&##1"@"""P@   """@   :111!167671&'&'!6171611''11'&771'1&7@@O////////@////////&'1#1311#1311#131167513116751311675167673167&'#1513167&'#1513167&'#1&'&'51&'1#151&'1#153#321##1"'&5514763#3#1315((((((88((((((88  (88((((((88(((((h   21117161171716171611''11171611''11''1'111''11#"'&5511'&7715111'&7711'&'&76771'1&76171'11'&771'1&'&76761'1&761151'1&761514763 1=  D<=D  =1  1F#C #$ C#F1 1F$B ## C#F1 7&5676767"'1#"'&5477,+1)$$)" !)$$)1+, &^g&11111311327655151514'&#&'"11327655167674''1&#1&''1&'1&'51111151    "  "     0&'Gp p   # #   :7#3#&'516761676'&'&547632327654'&#"1#1  *,9989,,,,9999, 1@@1//1?@1) w *,,,9999,,, //1@@1/.) 0=JW67311312#!1"'&54763317!!!1!1&'&'16751&'316751&'316751&' x `  `g```   n@@0b631121310101316751&'&1&'&767675111771767676'&'&#"'716'&'#111#11?@1) x *,9989,%   *,9989,%  1?@1) x1/.)  *,,%.  !x *,,%.  "/.) 7E"1133116767&'71654'&#"1&'513127654'&##5&'5167 L11;;XX;;  +9 0  "88PX;;;;X@1 # "  'U'1#"'&551#1"'&5514763315147632'#3#"13312##1&'&'16767312#z{{{ {     @@@ @ @))@ V{{{  { > @ >   ))  'U'1#"'&551#1"'&55147633151476323#3276514'&##1"'&54763311#1"'&54763{{{ {     @@@ @ @))@ V{{{  { > @ >   ))  :%3#36751&'&1&'&767654'&#"#"'&54763213 *,9989,,,,9999, 1@@1//1?@1) x *,,,9999,,, //1@@1/.) BUh{&#1#1!16767&'&'67&'&'#167&'&'#165&'&'211#"'&547634711632#"'&5&'&'&56731 "p$M  `   @))  "$$%     l    @5H`111!1676751&'&'!'###&'&771632171632'4711632#"'&5'&'1!167&'!1&'&'5```` @ 8    '&:@%k  P T   :&'%1O]%77'1'1'11111771677177171677113711111717171654''1&#"7'&7716 ">" # x O  ">" (0 ">" y $N } ">" ' $7171654''1&#"717716771'k1111(G# x1111(Gx #G'111'111'1'1'171632&1'&77163211111111'&7716771'(((4`4ff `Jf I (((4`4`ff `I fI D"71327716'&'#114'&##1"1#1   H @ Hq    c"7''1&5477161!121#!11      "   H @ Hc"%771654''1&1!1"13!11O    "   H @ HC"6''1&#"1311331276513167>   H @ H      @!(:N671167311331111#1&'&'#3#51'1'17163277111'&77167 _  G  G <  ^ <@l  G G <  Y#3#177111'1&131676''17111316751&'&1'171176751&'#111'1716'&'Ȑ (OO(  (OO(  (OO(  (OO(  (OO(  (OO(  (OO(  (OO( $7E11#11!167671&'&'#1&'&'211#"'&547633#3#1&'67  &%    P@@   <D+%654''1&1#151&'&117675131177p    pp    p h 88 h h 88 h+&#"1311#11327716'&'#15131676'' h 88 h h 88 hp    pp    p>116767654'&'&'7#"''1&56731514763312131F::$""$::FF::$""$::Fykkkk:   :!"<=CC=<"!!"<=CC=<"!dddd ` ` >%&'11&'&#"3276767''&547716313121##11"'!"<=CC=<"!!"<=CC=<"!cccc ` ` F::$""$::FF::$""$::Fykkkk:   :>7113276767&'&'&#"%'1#&'51#1"'&55147633151672!"<=CC=<"!!"<=CC=<"!'dddd ` ` F::$""$::FF::$""$::Fykkkk:   :>671167654'&'&'776321#11##1"'&551#1&'47F::$""$::FF::$""$::Fykkkk:   :@!"<=CC=<"!!"<=CC=<"!'dddd ` ` S11327711767514'&##111!16767514'&#"1!1&'1673127654'&##` * ) ""@"  p p) *  """p p@  ;111!1&'&'16767!55&'#1111327711367@@!B$B! @牉 !B$B!!C!!!5167611'&'51!1"'&54763211#!11''1&5477161! @@` `  ` `@`@ ` `@   @ ` `@*U711327656767311771654''1&1#14'11&#"#151&'&1176751316767  )@ @D--  )@ @D-- )  @ @ --D@ )  @ @ --D ` 6%676'&'711&'&'#1"'&54763316767312##@---- ++;;++   ++;;++  p'((''(('08#$$#8  8#$$#8  IR[&'67671165&'&'167674'&'513136767&'&'"#1&'&'&'67%67&'P  ""  "" )7W "" W& a "" "" W "" &@5>111311#1"3!127654'&##1'13167671&'&'!5!151!@ E  E @@    @:6331211#"'1&7711121037167&''1716'&1'1&u p   p&:9ZZ (`  `aac.%1#"''1&76731514'&##1"'&551476331131^   X P P6%$Xq     $%6c.6''1&#"1311##1"13316767513167^   X P P6%$X      $%6 @;67116713276551&'&'1#11!1676751&'&'#15`""  ()==)(@ 0""0 0=)(()=00)6711671167&'&'327&'&767''66RR66''  $$$$3!87;;-R6666R-;;78! s  p/d56767#1&'673151#1&'673151#1&'6731&'&'5&'&'51&'11#13367&'#151676751&'`))PPPPPP))$%66%$+*B0HH0B*+`))  ))6%$$%6((D00 "" 00D(p,5671167311#1&'&'4'11&#"32765#3#131   P  @p'1113167671&'&'#3#3#1&'67PP@@@@Pp&/671167311#1&'&'3167&'#1#3#131@@@@#-7A\w111!167671&'&'!#3#51'55316711671#7&'11&'31471167632#"'&'&571#13367&'#151&'#1@@@@@@@@@@@L@@@@@@@00D!961'&771&'&567716117771611"'&'Y  0X ( 1\\\\(` OGF: 0 z:HHQ `(' eHHH 1 ( X-&=&'11&'!11!16767676'&'67116731##1"'&5  0W $$$$  0131#&'676767&'&'#11''1&547716pK12  )`  @21K8%%  )@   +21'&'&'&747677163676765'11 /.VV./ D'&P3EEAB+ +BAEE3PCz#669:.J,5671167!11!1&'&'4'11&#"32765!!!1!1@   @@  @'111!167671&'&'!3#3#1&'67@@p````P@-671167!111!1&'&'516767&'&'5@@@ "" @@ "" @0%271167654'&'&#"3113!12765&'&'#'!!!!''!!!!'_D.-  -.D""&&""""&&"" -.D D.-:111!167671&'&'!6171611''11'&771'1&7@o////////@////////96111#1&'51676173#31''11''1&771'1&767 W'  'W 'W W'  W'  'W 'W W' ;3#31''11''1&771'1&767#3#&'516761716111X 'W W'  'W W'  'W W'  'W W'  -:"11117167716771654''1&#&'&767%176''1& I %3&t)X'((''(('@@t%3% I )P----!@@P]j7#"'676727654'2323&#"3632&547&'""#"#&'&'&'4532765&'77676'&&7676'?::UH9:"" ::UH9:"" : E! ;E! ; U:: "":9HU:: "":9H !E ;K !E ; +8AIW'674'367'7"171&'"'71'165&'11672&#16767''''127&567WUUU#B1,;*U ,=Fc>=4H>=4H;*U,#B1U===Ed ,UUU*;,1B#UWH4=> cF=,& cF=, #U1B5*;,U===>H4-@S671167654'&'&'211#"'&547634711632#"'&5'211#"'&54763F::$""$::FF::$""$::F     @  @!"<=CC=<"!!"<=CC=<"!     @   ARc&'1#1311#11#131131'13167&'#17165&'#1513167&'#15731674''1#!731674''1#'51131'1716551&'#11#151&'#11#151&'#1671#154!!4`++++ ++++ ~P  TT p::::::::444 HH 4` @->"11131516767&'1'&771&'674'&##7!1674''1# $&&d j&$ @P)))) !:;J#  #80c j:! P)))  )bkt}111!167671&'&'!531513113151311#11311#11311#151#11#151#11#1513151#1513151#15133#351#155#1133#3#131513#351#1@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@R2111312##113121!1'1&547633151#1"'&547633151476377!11!1&'47   MM   ))) )   0  0   '))))  09I711771677161!1716551&'&'#167&'!1674''1!1`  2 @66R ar))   % W R66  D  ))0'77671165&'&'#1"131'1674'&##31674''1#1 ,,     )),, pp   )) 7>O&'&76767676732761#!'1&767632767111111!!!1!1&'477   z,,  kk  z  ))%%   P)  )9M_5567311316751673113167516731111!171'1&53#367514'&#"177!11!1&'47 @ @ @ 33   )))@)(((( && `0 0))))  7ox471163312111##1"'&551#1"'&551"'&54763514763315!531212#1##11##1"'&551515147633125#1513`                   @ @ @  @ @@@@ @  @ @ @ @@@@ !.;H1676767'6'&'&''761''1&761''1&761''1&7b- b- WD߽WD7 @ @ 0 @ @ 0 @ @ 'N-2'N-2WEݽWEK @ @ 0 @ @ 0 @ @ '8Kt11#1&'&'676711#327674'&'327654'&#711#327654'&471163332##11#"'&551&'#1"'&5''66RR66     4    q     @@    3)**)3R6666RA    2            '%&'11&'6767671&'&'5167mHHHHmmHHHHm&HHmmHH&OqqO))))))@ >K1111#1'151672171632'#1&'47716'&1'67716&'&7677 "l " vvv/+<3 "1C---- " l" vvvC1* q 1#/u'((''(('!!!1!1@HFa%"11'13171676&'%'"##1&''1&#1"''1&56771674''1&'5147211#"'&'&5476763&<,9999,3 !,5% :   C  $o   <,,3CC? #$  C   : &5"    *7DQ%6'&''&'677'&'11&'6323&''&56767&'6767&'677#()6Q32 KRSH$:=@A>.(.E$%B=I//%&>F:&&$..P0M= AKKH#--4PGF4BBY#0)$27$ 7E;;-.KJW ##;;I K<;!Z;E$55>+SED&w')%- !S\enw4'11&#"1&'514'&#"1'1&#"1316767514'&#"1&'514'&#"1&'567&'&'67767&'&'6767&''&'67    <  qC]K12    0P0p0  :  k?21K p P0 `+4=FO%3#3676751&'&'#1!!!1!1!111311#67&'7&'6767&'7&'67```` ``xxx @@@px '73151#13#3'1&'#1!!!1!1676753333r3r@@@eeeee @$Jp#3#131676751&'&'#11#1&'511131676751&'&'#11#1&'51#3#3676751&'&'#11#1&'51#1"13(((  (0(0( (0( pp PPPPPP 7_3#31#151675#11!167671&'&'#151&'&'#167311311#11#1&'51#1&'51673158@@` 00 00((((((0 00 09%''&''1&#"1167674'&'&'477167716321u4oo4 76QQ67 [)))  *gg"P6666P"1((6)  )6F;KV6711671#15#567675117676''1&'&51&'&'&71167611'#110171"@  `@ 00 ,,'',,(* 00 )  CPA0  pp0  0'--('!20  0@ b8_$7K11#11!167671&'&'#1&'&'211#"'&547637''1&761716  &%    q@/o@@   р@/o$7@NWd11#11!167671&'&'#1&'&'211#"'&5476367&'73#3#1&'6767&'36731#1&'  &%    xhhX@@   pB GS\enw676'&'671167131517676'&'&'&'&'47&'00"'7!167&'!767&'&'67'&'6767&' 2222 $$  # ;G[E    7hp*,,**,,*  mm      [8`\fpv2111111111131&'71716767#"'&5!1#"'&5676767&'&'&'47632!14763#3#!1&'3#367!167# ,6 v&    ,66,  @ M   8 v -$$)$  $$-  -$$)$$)$$-  0B.P47116331217161&'&'671#1"'&5&7116771171'171611'&'' I\.  ()#\I  .=. 1  1 #C D()0 g == 1 Eq"1133113167674'3167674'3127654'&#!1&'1&'&'#5!1676751&'&'#11''11'&551#1  "    C 0" @  ` '' `   "       "P      $L111!167671#1"'&551#3531'67311311#11#1&'51#1&'5167315@ ` 00 00 0 00 0 CJ111312171632131#1"''11#"''1#11!167671#1"'&551#3531'`p 2 FP 2 f  #c 7 #c 7 @,T111311#3!11!6711671&'&'#11367311311#11#1&'51#1&'5167315@ @@  00 00@@@@@00 00 0>671167654'&'&'51&'51#11&'51671315167F::$""$::FF::$""$::Fp@!"<=CC=<"!!"<=CC=<"!hhhhhPPPP@CTa3#321##1"'&55147633#3131676751311!1&'&'167673167&'&'#17676'&'@@@ @  ` @p vp$$$$ @ @ @0  0@  U  C[76767!111##1&'&'71#11311316751316751&'#151&'##1&'&'516713`:00 00 :&'%`:0 00 0'&:%1:C7"113311#1"33!27654'&##1513127654'&##3#31#1533#31#15    @   @`ࠠ  @   @  @@@@@@&;N1113151&'&'6711671&'&'5#11''1&74767&'&'676361p ` p 00  00 +  #,D--<#,D--  ` pp 00  00  0  --D,#<--D,#  H471163!121#!1"'&55!!!1#1&'&'513167&'#1513167&'#1513167&'#15 @  @@pppppp    ` @@@*T471163!121#!1"'&55!!!1#1&'&'5#11311316751316751&'#151&'#1 @  @@00 00     `@p000 00 0)gt'31#1"''11"''1#1&'673121716763#3176771311#"'&551#!1#"'&5147632131514763#&'&767)))\h / ){ .    R)    ----666 d  = $a  )     '((''(('aly111#133##33##33#1167673167673127654'�''1&##151&'&'!5#15131&'&767676'&'p 0000))))  M3 3M   0))))  @ M0 `M0  %Ken511#"'&5514''1&'514763255&''1&'5147632111#"'&5671167!121#!1&'&'5353151#%2111#"'&551476332111#"'&5514763)   <  )   <  ` ࠠ   `   ;+!.   =V   ;+!.   =V   `  @ ` ` ` ` %\'1''111''1'1&76171'1&7677210111121##11'&771514771176''171176'' &7HH7&===88Y99+9 9*9 9 &7HH7&===8899Y,9 9*9 9-;%67&'&'176''1&67!!!67676'56'&'&'!f--D1& / --D1& +*;;*+  +*;;*+ &1D-- / &1D--J7####7 8####8:7554771176''171176''171176''171671##11'&77`9 9*9 9*9 9.+,YYYBYYY9 9*9 9*9 9.,+YY+4 "111316711327654''1'1'7711#W )' ` 3`f () ` 3` )JS471163332#1&'&'1"'&5#3#13157471163332#1&'&'1"'&5#3#1315 8h "" 0000 8h "" 0000  ""0    ""0  -;DM4767%1611#1&'14'&#!1"1#1&'!!!&'51!11%55!11!555!11!    0  0P(==kk 88p@@@@`PPPP>U471167632#"'&'&5%&'11&#"#11!167671&'&'#4'716'&132765""""##))##88` " !  ####p@ O N  *}471163!12#12#!1"'&547631"'&51#1311#1311'1&##1"1316771654'&##1"1513167&'#1513167&'#151&'&'6767&'   @  PPpp3 x 3ppPP0P    @   0G    G0  uD63171211''11''1&'&77'77111''1&'&5511767713; *SS*777    7  T .. TV[[[$ 33 $[6I\o%6711671167&'&'&'#01111111111367673'211#"'&547633211#"'&547634711632#"'&5H9:"""":9HH9:""/ ,&#08    `   //::////:E4%        ?&176''167&'&'&''#0111111111136767327' P v="":9HhGjU/ ,&#0880 0 \9P://6SW  %*E4% Q671167!111!151&'&'567631##1"'&5!1##1"'&55167672113!515@$%66%$    @      6%$$%6"00"p!      !0 0i%#"'0141&'&'6767"11#&'&'&1111167516767&'&'51&'&7&763276'&'51&'3#3#113351#167311!1&'&'516767G"%%".!8;;XX;;8 ,G        *HH+  `  , ":VX;;;;XV:!@    ' ' @  @ PY51&'&'&5111111&'&'&'&'"12771316767517165&'#17&'67)%#  ,-((  )(>LJD-- d"P_.A@/ ""8 ""0:*) &=--D- "B3@%67116'&'&1#1&'673327654'&###"1#1"1333277%0"141050110  wy@ @^-#-% ,$8   X  $ @ ^BR\&511476321716321#"''111###"'&5514763317163332###31716111#10103e f  $- %-#-NP @yw 7g g ^ @ $  X  0B[5'&#""10101311&'51&'"#&#&#&763276565116'&''1&'&'67675167111###"'&5514763317163332###31716111#101038          $- %-#-NP @yw   "    #   ^ @ $  X  0BLV63211&'&'51477111###"'&5514763317163332###31716111#10103B))C$  $- %-#-NP @yw `))` ^ @ $  X  0C4'11&#"1111331676751&''111'1'1&#"11''1&551515!5111'&'&77171654'&#"111111312771655151514'&#"P  dC    33    Cd  X 8@f'd O.!   3(P((((P(3   !.O d'f@8  v:%571654''1&#"1&##1111327655101015133010131'5&'&'511113277123033127674'3127674'676511&'&'0101# FN(p  "JN%    xEN)x H"8888w9IN& +f777161131676751&'&'##'1'1&#"7'&'&76771&#"1#11311767671767677676'&''C```  c  *  LH!444THP  l\  kOOO   N   /}(((C0  S  {U45&'&'311#1"'131&547673111316767514'71316'&'&'311&##1513&&22&&o xD#$  `  $#Dx pN2//2N0))--) `  ` )--))0 w676'&'511'&''1'1&5516767115147633121717167111'&'&77167715111##1"#"'&''1&''7711'&'&7&'&767''&''17P@3  O&/  0&O  3 <; 0001%   N000 %1  AAA3 [ VOXGL LGXOV [ 3A  www1^  www  ^1@s|5&##1"4545676723673113121##11##1"'&551#11##1"'&551&'#1&'&'676731#1316767633&'67))-         6  -@`)) !7 ` @   @)G-!! @O%111'111'16767117165514''1&'#1111111111771676''''1177M58U(*L(&8S\6 XSSS_ 7L}:  =]%<#!5$@`i  `X```h  RHfy1111'#1"331!167673127654'&##1&'&'676731&'&'6767111'&'&'&'676774'11&#"32765%2711654'&#"3] `))   `))( ))u ))       `  ))   ))))w ))     511&'67673124711633111#"'&551&'&'&'66T 633@   ?23  ?23W== Q:4 @ 32?  32?2L2111!12#!11#"'&51#1"'&5476331514763!!!21#!1"'&5514763` `     `      `     5HY671167654'&'&''1167676&'&'&76'6711632#"'&''&7632'&#"F::$""$::FF::$""$::F\!! ))     $$ @!"<=CC=<"!!"<=CC=<"!    v      @#>K%671165&'&'&'!127654'&##211#"'&'&5476763&'&767}32??2332?@   @   ))/?2332??23     `$$$$+Q&'&'1'&'&767%1167673&'&767%&711677117716''171611'&'' 0/   @@ .. )  *pp0 .d W"p    M M  * CNat111116767674'3367674'3127655151514''1&'#151&'&'!#3#51312211#"'&547634711632#"'&5'211#"'&54763@"))"""" ;1 iii129     `  P"""" @  G0@=p        -=&176''117671&'&11111'151&'&'#1'1!167' P W` Kpw% 0 D   @ ;d''11:67116331211312###"'&547633151&'&773#3'1#1  40 PP 048  7)* d   d *)7c@@*&176''16767&'&''#3#'1#13!' P %()=5'& ;D.-  0 "",=)( 2n-.D &@a&'11&'167676765514'&'5#1&'&'51676731''&#"11113277171654''113315147633121312765&'&'&'13151&'67&'s''22''   ''22''  #) )  L3  b  b  30??0? ``++ @ ++ @ 0))  ,,9  @ @  9,,""00 1E471167632#"'&'&567116731#!1"'&57''1&761716`""""`23K\K32  |  q@/o@####K3223K   1@/o0K^211#"'&'&54767633#32!1"'&56767471167632#"'&'&5713167&'#151&'####.\\\ #  23K""&&""""&&""0 """" -%&  K32@'!!!!''!!!!'P@0r<211#"'&'&54767633#3271!1"'&56767%676321771611''1&1#"'&'51&'&1'&'&'&771654''1&767676176754'&765####.\\\     23K                \""""   K32V                   2DV7271167654'&'&#"3113!1&7716771&'#% "1171654''17716771'1####.K32  % (1J\  G  < G""""023K  < (0D G   < G1K\471167632#"'&'&567116731#!1"'&5#3#65514'&'012331#&'674'67`""""`23K\K32  |  a !>D.- 0&0  0@####K3223K   .''-.D  )6)! 00 /L6111&'&'51'111##1"'&77151&'677617716#!1"'&56767M$%66%$0 k G G 2 ~ 2(96%$$%69 AOOG( L L ))7 7))0Ae7271167654'&'&#"3113!1&55145&'#%2111#15147635"13312765514'3&'&'####.K32  k 0B\^ @ P  """"""023K  )@ 00 000   0""1?471167632#"'&'&567116731#!1"'&53#3#1&'67`""""`23K\K32  |  ؐ@####K3223K   .MY7&'11&'&5676767&'&'&'436763671167617716#!1"'&53167&'#, !      &6%$$%6%$; > > ;$%  |  '      $%66%$?./S S/.?   0JT7271167654'&'&#"3113!123&'&'&##%7767676'&''1&1151####.K32  9\5xxx 6 6 x h2_""""023K  ,78.N000!))&&&&))!0V()*&)&176'%16767&'&''113!127%' P *$%66$$H//   0  !"-6%$$#5x21I  y2NW7271167654'&'&#"3113!167'1&551&##7"111132771654''1&##67&'####.K32   d\ kIkS""""023K   d!!P SkIkPT1132767654'&'&#"'1'1&331"30133"301312765&'&'&1'1716'&'##`""""_!$ 6!" v "!6 $!  @####| *+9 9+* | .Cu 676'&'!676'&'310101&'47&##167676765&'&'&'#1!1&551&'1'&'&'5111'111#1&'&767714545'7#3#"1675147676321716&'&'6'&''1&'&1'&'51&'&#"1''1&1111771613276751676176771676''1&5477676'&'----p----)*.@%)))Ah8&&,   ***      -\           '((''((''((''(('%; .)))< &&8       ,                      9@W^u67116'&'&1&'1771133127654'&##11677771#6711676''1&#1%'#171167676''1&#1  q."{    ! ~RHHHHH0#"  __  "#0IIIH~ #"00#"  `_  %%") -  '"*||||`" #\||||"" 9@W^u&'11&76761671''11##1"'&54763311&''''13&'11&'&771631%731'11&'&'&771631v  q."z    ! ~RHHHHH0#"  __  "#0IIIH~ #"00#"  __  %%") -  '"*||||`" "\||||"" 7@Zm6711673!1#1311#1311#1311!1'1#1&'&'5''#113!!!1!1&'&'5167672711654'&#"3@V |jb W FR         @@@`      `   @"E7116514'&'&'"176763367116727651&'&'&#17 ,&!!  !L!  !!&,  y     r  @1Jc|'&'&547676%'&'&7654'&76761#"'&51&'6767''&'&547676%'&'&7654'&7676P         %   '--'  2::2  2::2  '--'  l% )%3  $))$  $))$    @=65114'&#"1'1&#1131674''17''&17716131676'7 " l"vvvC1" 3=+/ "l "vvv/#1 q *1C@?111311!11311&'&'!5#1"3!127654'&##1514'&##1"`@@          1L^671167!11#1&'315147633121311!11211#"'&'&54767633#3!1&'6767`#d @ @#  6668&&&&8'    1 @   &&88&&7EU&'1#131111315167671311&''1513167&'#151315167116751&''113X  q``q   Pg7 gP.D``D.\ 8 \8CTx&'&'"'1&'6767632010101011111101#&'&'&'676767&'676710145""'&'&'5167676767431135551676714567671&'&'51%.M=W %66RR66/'(&('0\8%##9+!+ %8\0'(%=WW=  7W=66RR66=Wp""Q  O! # ` #   # p #""# -H]7671167632#"'&'&'"'11&547632#'1132767654'&'&#"'676767&'"67!"<=CC=<"!!"<=CC=<"!  `   @+,7" F::$""$::FF::$""$::F     7,+ "~@I111177131176''1312303176''167675151716'&'&##1&'&'67%  J/ ')/ *>&'Q 2*% 9q _q f22C@ @@M674'&#"1''1654'&#"3012113!1276771030127654'&#"1'&''5  9 Y  --  Y 9V   s  G      G  s "+4=Fbk "1132771654''67&''&'67&'677&'67'&'671131676751&'&'#117&'67Kh`rtPt"x,?Rex111!167671&'&'!211#"'&547634711632#"'&57211#"'&5476374711632#"'&5211#"'&54763@@@       @     @`        @     ,?Re671167!11!1&'&'4'11&#"327652711654'&#"374'11&#"327652711654'&#"3@          `@@          ,111!167671&'&'!211#"'&54763@@  @   ,?Rex671167!11!1&'&'4'11&#"327652711654'&#"34'11&#"3276572711654'&#"34'11&#"327652711654'&#"3@               `@@     @     @     ,?R111!167671&'&'!211#"'&547634711632#"'&5211#"'&54763@@@  @     @`     @   ,?671167!11!1&'&'4'11&#"32765'2711654'&#"3@`     `@      /&'&767&'&76772711654'&#!1"3!  ``       @%8671167!11312##!"'&54763312711654'&#"3`@ pp @         @.M4'&11#1"3335111#"'&54763273#3133127654'&##11&'&'#1@   @@  ```` @  ` -       @@ A%%77131676'&'&'477167716'&'#1&'47716765&''1&'117169DL? Q p,-@@-h$ 9( " %@-,,h$//37 @^g11111312##1"''16'&'&#"177111116761312#!1&'&'676767676767&'p U \3 @ n !)) J J%Z &&AAR "S\  oF G%  TEE,,hYk6711673113116751&'&551'1&7611111&'&'514'&##112#!1"'&547635316751&'#1 %  M   @% @  M      ````@16710113111111111011713167111&'&11111111131070307676767'1&'"1'&7716321111#1&'&''1#11#1&'&'515151474771676321''1&#531276771&'&'0155&'&'0#1316767w& /2!  (   2/ &  , 0,. & .,0 ,  7 , $%%$ , p         )0 .. 0)   +++  .  *+++  .  3&'11&767611'&'&76771'211#!1"'&54763!4  @  l  b    bb   @Ml471163!12##11311###&''1&''1&''1&731213151#1"'&53#351&'&'#1111!1"'&54763!12771632   D-- @ H &Р ) &5    @--D@ _7\ 3@  )i $    `%8K7671167171671&''11&'&'5''&'16773'3676751&'&'")(><+HH+<>())(><+HH+<>()HHH""""HZHHH""""H>()*HH*)(>>())II))(>HHH""HHHH""H@<E%6711673127176751&'&'#1&'&'&'1675132716751677&'67#8U $%68,7R66,< z  6%$ 66R6+,B.)3 367116'&'&117676'&''17"113!127654'&#!  @    b    bb   @%^t1111!151&'&'676751&'&'!!!!1331516713151671315167131516713127655%5#"'&5514763235#"'&5514763235#"'&55147632@  @  @@ 0```0         GG  @     @@@@ @ @@@ @ @@@ @ Em&176''16751&'11'151#1'1633151#1&'673151#1&'6731&'&'1'#&'&'51'111#13367&'#15167'' P 9#PPPPP))?6%$/+*B0HH0+ 0 |(1( -  ))6$%6 %(D00 """@!4>HR\7676767671&'&'&&'11&'6767#11#157115135#16767'3#31&'&'ABAA<<<;AABA<<<; """"@@@@@@@@O5   5   ))))@@@@@@@!+5?I\w7676767671&'&'&#3#51'55316711671#7&'11&'3111&'&'6767'1#13367&'#151&'#1ABAA<<<;AABA<<<;@@@@@@@@))))O5   5   @@@@@@`0  00  000D@'4F111!167671&'&'!3#3#1&'6767!1!1&'%3#31#1&'5167@@0`PPPPp00@'4111!167671&'&'!3#3#1&'676731#1&''5'&'"11211&'51&'1111&'&763327656'&''101&'&'67675167@@\        p    N111312##11312##11'&'&771#1"'&547633171#1"'&547633171676r *? i@ A *? j@ A  >  `  b  >  `  b 0CVi|%111##1"#&'&'&'6767674'11&#"3276552711654'&#"374'11&#"327652711654'&#"3b  H9:"""":9HH9:""        `   "":9HH9:"""":9H   `   `  `   (H111!167671&'&'!3#327654'&##1#3#1#"'&55151476331@@000 00000  H))@  @@  @x ))@Q67116731131516767311#1&'&'51#111311#1&'&'5145'1#1&'&'5 `  `  ` P`  ` P` p    `  k `  `k `4@MY61716171617161''11''11''11'&'1673167&'#3167&'#173167&'# ((((((    ((((((   R "" "" "" 0 "" "" "" p(4@LYfx2111311!1&'&'16767315147633167&'#33167&'#33167&'#'&'&767676'&'%3#31#1&'&'516767!111#1513@ xx p  `  `          @@   (H `  ` A#11"''1&54771176''171176''171176''171176''1716321\30 0*0 0*0 0*0 03\.\30 0*0 0*0 0*0 03\`1133!676751&'&'#11&'51#11&'51#11&'51#1&'673151#1&'673151#1&'673151&'&'#11101 `@  0@@PPPPPP `   ` PPPPPP@@0  `@@K711!1676751&'&'#11&'51#11&'51#11&'51#11&'51#11&'51#1    @@@@@@ p   PPPPPPPPPP A671167311#1311#1311#1311#1311#1&'&'  PPPPPPPP    0@@@0  -?Oaq~&1#113151676713167671&'&'#1'3#31#1&'516767311#1&'53#31#1&'516767311#1&'5%676'&'713167&'#151&'Rv    v    p    *,,**,,*X  [  `` @ [@@@@p@@@@22220 1&111713127716''7132771654'&#"h V V6 P (ppp @ p P 6V  V h(ppp @ p 1Rc111113276767&'&'&#113151#12711671167&'&'&##1%113151#1!%%##))$#341 143#$))##%%!  ((``(( `@MZ%671167&'&'&'011131516713151671316767510501%676'&'%&'&767,"":9HH9:"", 0@0   $$$$1--6?2332?5.-@ 0000 @$$$$@  /Jcp'11&'&'67''311#3#36751&'#1'167'671167654'&'&'3167&'&'#1&'&'''#113dOOO`\0?R66# S3 ###|0?R66"0mF::$""$::FF::$""$::F    *```v/OOO`]"66R?0 @|#66R?0/!"<=CC=<"!!"<=CC=<"!  ```@9#M''&#!1"1367676727676'111#"'1!151#"'11&'11!167675151$::::*))((()*0 @X[[[ [%%%%%%@@6E!!!27654''1&'!113513167675151#11#151#!327651#%66 LtL   @@  @  rr  P  P -D471163!12#!1"'&5471163!12#!1"'&511#!1"'&54763!12   @      `      7671167632#"'&'&'%&1'1&11'1&11'1&117711177111771176''171176''171176''1716'&1'1716'&1'1716'7711'7711'77711'77'171!"<=CC=<"!!"<=CC=<"!9 "" !-8 9." "" ".9 8-! "" "-9 8-" "" "-8 9-" ------D------D------------F::$""$::FF::$""$::F "" ".9 8-" "" "-9 8-" "" "-8 9-" "" !-8 9." ------D------D------D------ N|53151&'#155676731131211#1514'&#"1#1514'&#"1#15147716335531132765513113276551311!1&'&'04   4   h(((((((((4L  L4PPP  P=67676731211''11#1&'&'511'&''1&76771633  !!  "  8 43 8  ~"   i  @ ++ @  iB Vm676'&'#11"11'&'&771677163211''1&''1111'&''1'1&7777111#"'&5477!  3#"   2  G9(= <     5%  A6 \  XN!@>>>-$ > ;)<111!1676751&'&'!1&'67!127654'&#!211#"'&54763@p `      3Pk7671167632#"'&'&'6'&'&'7676327'27116545176''1&1374'716'&177132767!"<=CC=<"!!"<=CC=<"!S    `   `   F::$""$::FF::$""$::F     |          ="113!127654'&#!"1133351676713327654'&#1!1   @ @@))@@ @    ))   #4CJQlt|671167!321#12##!&'&'113!151!1"7''&'&'31767315#1&'4'11&'&#"32767653#3&'7#3#67766#16767)    )@   ? *  $$  N"""" $  $ 9 ? `)  @  )@ @  ##  &++&R####&+ +&L ## _l61371211111111#'1"1''1&#1"''1&''1&5714''1&77165'147716771631277&'&7677721371011''11'&7''67714112771431''11#&'              b'((''(('+++ )% !8 %%%) + 8!                ----ggg$ Y 1=YY=> ! ':M`&1111177167716''1&''1&''211#"'&547634711632#"'&57211#"'&54763"J$<"S"J$<"S'  @     (L"R"; (L!S":      @    0CVi&'11&1111177167716'11&'&'&'&'&'&'211#"'&547634711632#"'&57211#"'&54763 "J$<"S"J$'  *1  @      (L"R"; (L! & )t     @   %K4'11&#"1#1"33113151#11132765513127654'&##11&'&'#1131           @`@   @ 3@MV_hqz111!167671&'&'!3#321##1"'&551476367!1!1&'!6731#1&'%&'6767&'7&'6767&'7&'67@    @0P0P@ @ @ P'Hi671167654'&'&'5&'&767'6171611''11'&771'1&736171611''11'&771'1&7F::$""$::FF::$""$::F$$$$ %% $$ %% $$ %% $$ %% $$ @!"<=CC=<"!!"<=CC=<"!   $$ %% $$ %% $$ %% $$ %% J\o1'11111132767676"'11'&5514771&'&767671&567676711''1&''2711654'&#"3` 5$44D $6-- (::E508 8< F ))1(,8 (u  `['Yv '  2b  7 h  x))!L 7  F   3W6'&1&#"1516715167167516716751&'77771&'&'&7&767632 i4>mHHE2>>2ELD@@@ o =ee= >?/:  K !  845& .==<* $2@t111!167671#1"'&551#3531'3#3#1&'673#3#1&'67#1&'6731677167163131#1"''1&#"1#&''1@ @@@@@@@@6 #   6@      @@  2'     8!$@111!167671#1"'&551#3531'57161''1&7615167@ (HH fffHHfG'@G6711673113311#1311!1&'&'5531'1&7611'&771#5#3#51 n'PP'n p000'PP'Ѐ5@G6711673113311!1&'&'513117716''1&1#155#1&'673%#3#51 'PP'hh p'PP'000$2@Zcq111!167671#1"'&551#3531'3#3#1&'673#3#1&'673#321##1"'&551476353151#3#3#1&'67@ @@@@@@@@  @@@@ @@` @ @ @@@@$1>111!167671#1"'&551#3531'6731#1&'6731#1&'1'&#"111111011&'51&'1111&'&7601111111227654'&''111&'&'67675167@ @@@@        P@H      $^h111!167671#1"'&551#3531'3#3171611''11'&771'1&'01#11&'51516767&'#113@ HHH +" "" !AH44 (  <,@PP(@_fx111!16767511"##1"''1&#"1#&''11#1&'6731677167163131&771677151#1"'&551#3531' "1171654''17716771'1@<@     #     _ &  G  < G   8!  2'  < ^,  G   < G$>111!167671#1"'&551#3531'&'511'&77161''1@ (HH hfHHf'D "11132771654''1&#"1''327654''171611!1677W R\u&&5QQ111 25*\ Q\&&u5R222 15*\@(F]6311217163211#"''1&54771'1&547''1!1716''1&11#"'&'11&'6767632) Q5&&u\R 111\?*52 ' R5u&&\Q 222\*51   0Ql7671167276'&'&#1675%&167514''"76313676551&'&'&'11"13676551676'1113676551676713676551&'&'&'117716550;;X0() #22;H9:""  6%$ 12Ki $   i)    )  $X;;" )"":9H((5(({  $%6&% )*K12E.>$$ ++)  )64 ;=66 :<)`[T ]cDp0C671167&'&'&'1'&771'1&761674'11&#"32765''00''  ''00''Z .. Z   25 PP 5r  '4AJS7671167632#"'&'&'3167&'#1'676'&'%&'&767!67&'367&'!"<=CC=<"!!"<=CC=<"!))))#$$##$$#F::$""$::FF::$""$::FX#$$##$$#H))))-@W671167654'&'&'211#"'&'67636711632#"'&''11&767632'&#"F::$""$::FF::$""$::FP      z     "(("@!"<=CC=<"!!"<=CC=<"!P       '011#1"33327654'&##151716'&'!''!11#  @ `` @ @@@@&@ֳ   @@@@a|'17716132771611''1&#"113113277165514771674''1&761761&'&'"671167632#"'&'&'     $  '     !   66I*$!"<=CC=<"!!"<=CC=<"! )      0 "  ! C**F::$""$::FF::$""$::FK\w7'11176771677167514''1&##1"''1&'&7716176''1&7716''1"#&'11165!671167632#"'&'&': : +"  G55 0!"<=CC=<"!!"<=CC=<"! ('      ((@?8-  2F::$""$::FF::$""$::F5^y7'77161676''1&7633167716''1&767716771&#&11"1''1&#"1117716167%671167632#"'&'&'176''1&77716'&7&17716'4         !$X;;   $95!"<=CC=<"!!"<=CC=<"!  \j         ) ;;X    .I,F::$""$::FF::$""$::F\     &2;DMVal671167654'&'&'7#3#5131#7#3#51312##3#5131#3#5131'5#15135#1513'#3#676331#3#"'&'31'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F`7 /777 G@@@@@@@@P@@@@P777  7      @!"<=CC=<"!!"<=CC=<"!p( 8( ((8((`((((8(((( (8 (     1DW671167654'&'&'7611&'&'&7667'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F ((43(( =GH<      @!"<=CC=<"!!"<=CC=<"! -- i     1DW671167654'&'&'7611&'&'&7667'11&'&54767&'11&54767F::$""$::FF::$""$::F ((43(( =GH<     @!"<=CC=<"!!"<=CC=<"! -- y@1h671167654'&'&'7611&'&'&7667'11111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111F::$""$::FF::$""$::F ((43(( =GH<@!"<=CC=<"!!"<=CC=<"! -- T    ;P#"'&'47450367676'27&'&'&'676767&'&67676'&'11111765&'&'71111113141016767670103111131111111765&'&'7111111314101676767010311    N=! "":9HH9:"""":9HASTK ) >ASTK   l 238 -0/&# 9 b a8    KTSA> ) KTSA> )     733  $%/0.S8a aaa 81Z7671167632#"'&'&'6'11&&'&6767'"11117711765'1716'&''1'1"11117711765'1716'&''1'1&#!"<=CC=<"!!"<=CC=<"! Xr111&'516767671#1#1&'&'67673131276551&'&'3#321##1&'&'5167673111#1"'&55147633X;;"":9HH9:""%n    n ;;Xp  ;;X((H9:"""":9H%   X;; p 00 p  /A%77'111115167%163211#11#"''1&54777711##1&'5147;V  7 H 2 y???G EVH 6   2 ???G >LYgt&'1116751&''1&'551!1676751&'&'#1"''1&#5&'516771&'51675&'516771&'51671116751&''1&'51&'676'&'''U )PpP(''$$$$5$  5$ p @)@````````````@5$  5$   8JZl|471163!12#12##151&'&'1#1"'&547631"'&55316751&'#171316751&'#5316751&'#11316751&'#5316751&'#171316751&'#27116'&'&'33       `    p    p    (  ""     0  0   P      P        %Kt4'11&#"1113276551&''1&'5113276551&''1&5514'&#"11&"##131023316''1&'3#36''1&'##"#"11''6765514'&##1  <   )  <   ):1)  )(/0-Cf Ff%0g%ggg#   V=   .!+;   V=   .!+; h   {{{{{{ P 671167654'&'&'7"'&71111111111030521676767654'&'&'&'0#41"111111111&547111111111111315121676767654'&'&'&'0'11#111111111&7632'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F1          @!"<=CC=<"!!"<=CC=<"!    i      671167654'&'&'7"'&71111111111030521676767654'&'&'&'0#41"111111111&547111111111111315121676767654'&'&'&'0'11#111111111&7632'11111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111F::$""$::FF::$""$::F1    W@!"<=CC=<"!!"<=CC=<"!    T    $%65&'&'&'27&''1&76766'"'&71111111111030521676767654'&'&'&'0#51#111111111&547111111111111034121676767654'&'&'&'0'01"111111111&7632'211#"'&'6763 "'&7632'&'11&1771676'&'&1'"":9HH9:"""":9H5/     x    $$ ? U l(,H9:"""":9HH9:"" Y         :    v Y /BU671167654'&'&''&71163!12&'&'76711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F  ++::++/      @!"<=CC=<"!!"<=CC=<"!  4!  !4z     /f671167654'&'&''&71163!12&'&'711111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111F::$""$::FF::$""$::F  ++::++y@!"<=CC=<"!!"<=CC=<"!  4!  !4e    /Ib671167654'&'&''&71163!12&'&'7'1'&54771'1&547611''1&547716F::$""$::FF::$""$::F  ++::++%YYYY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!  4!  !4000 0++ ++0 //BS671167654'&'&''&71163!12&'&'76711632#"'&''&7632'&#"F::$""$::FF::$""$::F  ++::++/    $$ @!"<=CC=<"!!"<=CC=<"!  4!  !4z      FShy471163311!12##1&'&'47#1&'&'47#1&'&'1&'#1"'&555&'#113#5567673111#1555311#%3#31#1&'&'516767 " C    " P`P     "      "  @((((((((    @1CQ%6711671167&'&'32777671&'&1177151&'&'#"'&'115/""33"" q to {q!!"#%%3""""3%%#"::: . <3 1D117@0BQ^1111#"'&'&'&'676767456571611%11'&'1677671'151327'676'&' ""33""t  {!!(  H%%#""#%%3""""3P . :/> 31171$7 "1'1&#"1771611171654'''11771677%% VV t@J fJ@ VV t%%ÂAIf IA 8b&567311'!7&'716731471167632#"'&'&57&1111771617'1&7716''1&''m EJ2ffff2JE mT)*..*))*..*)2 $ --  $ 2r 44 r0((((00((((0_ . #11# .-@7671167632#"'&'&'74'11&#"327652711654'&#"3!"<=CC=<"!!"<=CC=<"!       F::$""$::FF::$""$::F0     (C^671167654'&'&''3#3#1&'67711&'&'67327654'&'11&'67327654'F::$""$::FF::$""$::F@ $  $$  $@!"<=CC=<"!!"<=CC=<"!)   )@)   )1611!116773167&'#!!!2#!1"'&54763 P((PPPx@@   PBP   :&'11&13171674'"113331276'&'676527654'&#! ёj(  =  =  @ i  >.. ..>  Q671167!11!1&'&'547116351676731276551511#1121##1"'&55  " ) @ @@ "  Z  )    07=MTo{671167!11!1&'&'&'3111111&'&'31767317&'#'11111#16767#1674'11&'&#"32767653167&'#@, ' ) 0 ) ' , , '8 / ) ' ,""""1-  ++  -1g-1P ++  -1W####8671'1'1'17'111171327654'&#"171677v$" @ @ `  _2S"$ @ @ S2_  `<7171654''1&#"71171&56767"'17%1677171'p777}8.P  X      ,888}7.M,      X  %Hk'1'17163277111'&7716777'1&5477163210#017712105'"101771214111#"''179r9Xr h  ̒WN@ @----@ @NW9r9r  h WN@ @----@ @NW+ATg556111'1&731111'%1&''1&5!!!2#!1"'&5476374711632#"'&57211#"'&54763#)( mk#@A R @@  `     ccc0&  M T   P     ,C''&111'1&1133127%1676'&'#1"113!127654'&#!1"}.c: ! I G 9h @  MIII  _2 U %K5  GW"111132765513111327711327654''171654'&#"1'16767&'&'##3#5131   3j ii jj iV& 0pppp   ` @i jj ii jV (0 `  '8Ka#"'51&'1&'&'67676751&'76'&#"763236311276'&#"75676751&'&'`-33-:#""":9HH9:"""#: $$ z $$ m    -"::HH9:"""":9HH::"        f      '<Ob7113276767&'&'&#"67'&'&'"'11&'67676#711#"'&547632'211#"'&54763!"<=CC=<"!!"<=CC=<"!E/ '5P          F::$""$::FF::$""$::FP3 *P        MZg53151#1''#113#55#113#3#&'&'#1&'&'#1&'&'5167673!11#&'&767676'&'@`XQQQQ``)))) xo @  XXXX`X````````)))) l   0Scoy471163211167716771133127654'&##1716'&16551&'&'1327655771#&'5167314551#67&'!1!  T) )^   T {))  111((P L@ )) !H#GO&  6 %))   3/H?(05l671167654'&'&''1167676&'&'&76711111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111F::$""$::FF::$""$::F\!! )) 6@!"<=CC=<"!!"<=CC=<"!    a    }5>GPYbo"111311#1"33127654'&##15131676'1&'&#!3#31#17#3#71313#31#1733#31#1733#31#1'7#3#'131711z4@  @3tvvv ;eee[ njjj t iiit `eee [@   @@hhhhh0hhhhhh0hh@"5767676731##&'&'&'6731711&'67676323# #3DU $#=?^@ @)!  #**#  &-21  12,&  #*+#www ]=>  $$$$       BQ6711671'&''1&'"1315167671'&''1&'"1"#1151#11&'&'567116'&'&'&'&''&'&76767611676)%   )%   #**#  &-21  12,&  #*+#@)%   ``)%   `a        *=67%1765&'&'&'&##1"'1&176''%11&'&'67@R666R!!''   P ~"0 @79+R66/??77 !!* 0 b#" 0?Yr671167654'&'&''6711632''1&##1"1'&56767''1'&54771'1&547611''1&547716F::$""$::FF::$""$::F[ )++) YYYY$$$$ZZ@!"<=CC=<"!!"<=CC=<"! 000 0++ ++0 0 ;&#1116771671677167716551&'&'"11''1' ) $$ +%  %)/zz/* @0La%''1#1"3!127654'&#!173717676'&'1'&'11&'&#"1&111716'511171677167Z<<00P""<10 01>>>b  7DQ`m|%7767&'711'#"'&''&767&'&76676326276765&''674'&'&'&'11&&6767"67113&'&'7&'&767'211#"'&54763  "R R""R R"B  S     '((''(('P  1"!!5 (( 5!!""!!5 (( 5!!"C    0Y  t  1----    @`F1133127676763"'&'&'&##1"#&'&'67654'&'67672  "(("   "((" /  "00"   "00" 0E471167632#"'&'&5'1&''1&'514763316731211   P0 #` bP Pb `# 0`    77  0a111"'&'#&'&'47&'&54767&54767&5476767633211"'#&'&'16767    p       K]jx3#31!17167#711331276551!1133127655167514'&''1&'&##1"3#31#1&'51676731#1&'%3#3#1&'67Z###        #  ````  h  `KKeeeP%9 00 9%Pe  1Q^471163312314763312311!1&'&'5167673&'1#131167513167&'#153167&'#1P @ ` @ 0    ```  `    0e0>x"1'1&11117717171677167&5&1'1&#'1'1716'71111767711117677171716''1&'&''1&'&76676'&7 L (B  N $ ,) M   F000#          J E-  P !#'.< J $$$ 96/ EEE#&>  B  >'$T$ S  N[h3#31#17167553121#''&'#1"11331676731676731276551&'&'676'&7%&'&767555qeQ Cddd. ) !$$$$! 1]     ``L```` T}}}#hp #### 02## @i111"3!127654'조1676751676551&'#151&'1#151&'1#111&'51&'&'#151&'&'#13121'&771#1&'&7716`     %y : p : p     | 0000 | %S K ` K `=6311211#"''1&5477&1#116751673117716''   W @@ P P   ؉ 8008 P P)e5310101'1'111"#&'&'67672311717111#111&'#1&'&'6751&'6767316711111`   %%%%  )88%%8  8*>R671167!11#11!11#167!1!1&'&'%71''1&77167'1'&771'1&76@@@@Z!!00p0000`!!00"0000  ,F611''1&'677'1''1&'67711777711''1&'677117     555    5%%5    5%% ee eee eFFFFFe eFB]j2111312##11#"'&551&'&'#1"'&547633167675147631132767654'&'&#"7&'&767 =+* # # *+=  =+* # # *+= """"---- # *+=  =+* # # *+=  =+* # ####P'((''(('x2111151676721"''1&'&'51176''111'1&'1110177111#&'&'5145676767676317167514763@  # & H![  l, ,_  [!H & #   .'&,,,& "I: E < :I" &,,,&'. *R`47116331221###1"'&5"'&5514763!!!6767&'&'51312##!"'&5476373#3#1&'67          6%$$%6R66/  P      `$%66%$@66RK5   @ ?H2711654'&##1"3311##111!127716'&1'1&##15135'1513@   P` C 2Q 00@    A  $ PVVVAB63131!1&'&'6767&'676731&'67673167674'&7 $"%$$" +F&'131676''53312765514'&##1"271167654'&'&#"3;  `    `   ####ؐ  """"U47116331217161111''11##1"'&5511'&''1&76771'1&'&77167615   z  zz  z   z  zz  z G  FF  G G  FF  G5H[n7671167632#"'&'&'4'11&'51&'16767'2711654'&#"34'11&#"327652711654'&#"3'4'11&#"32765!"<=CC=<"!!"<=CC=<"!@             F::$""$::FF::$""$::F`   P       -J]p7671167632#"'&'&'%4'11&#"32765671167&'716'&1"1"14'11&#"327652711654'&#"3%4'11&#"32765!"<=CC=<"!!"<=CC=<"!   @ @P   P  `   F::$""$::FF::$""$::F          57671167632#"'&'&'4'11&'51&'16767!"<=CC=<"!!"<=CC=<"!@  F::$""$::FF::$""$::F`37671167632#"'&'&'&'716'&1"#6767!"<=CC=<"!!"<=CC=<"!@L  MF::$""$::FF::$""$::F`  @-BVk671167!11!1&'&'5316751&'&'7111316751&'&'5316751&'&'67116751&'#11711676751&'#167116751&'#1175316751&'&'67116751&'#11))))0   0 0  0 0 P  0 0 P0  0 0 @))))08888  0 88 P    0  0       @.BWk111!1676751&'&'!111#1&'5167676711671#1&'5'111#1&'5167676711671#1&'5!!!676751&'&'!115&'11&'516731175567311&'&'&'11&'516731175567311&'&'`)) 0 P  0 0 P  0)@) 0 P0   0 P0  )@@)@ 88 0  88  0  )  )@  0  0  0  2Kj711767&'&7'&76767637167676701&'&'&17600'&'01&167671176767716'&'&'&17&'&'050167611''&'&'05056761011'&'&'47676K -,-    ',,SS'' *W     d$#,-,- * &'SS,,            &&%23,K6<   :'   %%% ':   :2      c"& @$1>11167671&'&'#&'&7677'&'676'&'&767@--DD--`  00  D----D `  PH531'1#7'31212#&'&#"#1&'&#""'&5476351476331516767313#36111'#1&'&'''1&7&'&'516767&77166767676'&'%67316111'#1&'&'''1&7&'&'516767&771667&'&767 0PMMMP  !!((!!@!!((!!   `                    P@@@@&fff @    @ P                 k  Tan'#1513'5#1"1"33167674'3167674'3127654'Ȃ'&##1'1&'#1'&'676!'&'676qLLLQ  ! 00 B 00 !  1la  `````ppp @  0  00  0  @      @18A]111!167671&'&'!'''1#11'&771632731'67&'7556711"'#&'&'67672@@HHH Z  H*  @    A****,`0@M671167&'&'&5711#1"331132765513127654'&##16767&'&'`    @6%$ / `  ` / $%6@  $%6' !     ! '6%$#3[111!327654'񽋽14'&##!!!1!1"'&5476367311311#11#1&'51#1&'5167315`))     p 00 00))  @ @ @  00 pp 0 5Ni|3#31#151675#11336763251&'&'#151&'&'#1#3#"'&551#11!1&'47#4'11&'&#"3276765'131#1&'51678@##)@``` ('@""&&""""&&"" 0(((((`!(  /A'!!!!''!!!!'P0@ ?Qcs&'11&'#11#151&'1#151&'1#111!!676751&'&'#155#1&'516731#3#&'5167311'#1&'516731%1#1&'51673%5#1&'516731'1#1&'51673#1&'516731#3#&'5167311%5#1&'516731'1#1&'516735#1&'516731 ` @@     p`    p            0        0HHHH `     0      P        0    p  6%6711671167&'&'&'#011111111113676735'&'"11211&'51&'1111&'&763327656'&''101&'&'67675167H9:"""":9HH9:""/ ,&#08        //::////:E4% 8    *U11&'&'&71111110521676767&'67676711674'1311111#&'&'&'&'&'11#&'&'&1111167516767&'&''1&'&7&763276'&'5;;X:/ "  ';;XX;;Z>=S66'  " /:I66        K12   ,;K1221K 88V11G;,   $#97    9111#113113167675131676751&'&'#151&'&'# P  P   P  P   P        P   y%771&'&'51656'&#"#1&'514'&#"1#1&#&1#1"331132771132765516731376'4''1673127654'&##%671'671'&'71&'717'1677'167'7&'71211#"'&54763R000A "  -;  ;- "   "  -;  ;-  "  $ +A0AA0h%+ w% +A1@A+++ %]  +++$ ;- "   "  -;  ;- "   "  -;  cA0g%+ x$ +A0AA0g%+ 000Ab   8Sao#3#1111'16771516767317163213111151515151#55132771111!1&'&'13#3#1&'673#3#1&'67GGw` M21M ` l` '(YF, % % ,FY(' Ρ  @!-!!!&'&'167673113311%3167&'#   @ !A%11!1&'&'16767311331%67513167&'#151&'1#131  @@@@ @ (@@@@@767!11&''1&551'1&7471167632#"'&'&576763276'&'51&'11#&'&'&2131111167516767&'&'11&'&71147  k=''@  ""&&""""&&""y        //A)$0 O'!!!!''!!!!'!       131516713151671315167111212121##151#151#151#11311311#151&'&'1#15131513151#11#11#11#1"'&551476351476351476351515167"11131514'&#'531514'&#"x(0(   @ P  P @    @  @   @ @ ` ` ``0  0`` ` ` @ @  00 P  Mh{73#36751476321675147632167514763213121#"'&''1&547633116767654'&'&'211#"'&54763#---      - V )*..*) V            _""_         'H17161111''11''11'&7711'&771'1&76771'1&76171677''11111716171671'1&761'1&76771'1&'&7711'&'' L '\TB Z55Z AT\' L       Y5 T 'A\ LL \A' T 5Y        07''&7617167177161111''1&16767&'&767654'&76131201131&'&'&7316''1&5&54563316''1&76767671&1'&7716''1&547716'  &&.'  )  . #@@QQ@@# .  )  '.&&   > "#09% # ))2/D))))D . 2)) # %90#" = #4671167!321#12##!&'&'113!151!1"7''001#"''167671#"'&5477141414'1'&771&'&'113276''171654''1716' "#1'14#"1'1&111101327711&'&76'&741')    )@  Z% )) %           `)  @  )@ @  && $#  po!$@"LXdx'71'176111111'%1515167%%%1177111'%1&'51176''15117'&176''6'&177&17716'&1''< 5 + + 5 @ @` @ @ '&''HGGGGGGvPYYPUUU.  PP  .U           3<E611111111111110011111111111717167654''1&76167611111133330111#11111112'&'1''11163&''11#"'&567511&'67271'11'717111111#1'105"'&'&'&'&'67676767272171311111114'1611151'1&711111111116747674705&'&547674'&'&'1111111111&7767&'67&' 0  *$)    L -(  (- L    *"*  0  H  (   $""'0(   (("" +     + #"((   (0'""$   (w##j##P61111!1&'&771517173#313151311315131131513113011!1&'&771212550@0@@@(@0@(@0@0b  b   `7Iax"1113151676731514'&#!"111311312765514'&#!3#31#1&'5167"11116771514'&#!7&''113!127655 `  `   P      `    @    ss  Ueeee  /Ia{0EZ63211#"'&551477363211#"'&5514777763211#"'&55147763211#"'&5514777763211#"'&55147763211#"'&5514777763211#"'&5514721113315147632131276551476321#11312###"'&547633151#1&'&'514763321111#151514763321111#151514763321111#151514763321111#151514763  `  N  r  N  r  N       )  ) ` @ ` @  @ ` @ + ++ ++++++ ++ ++++++ ++ ++++++ N     )@   @) ` ` ` ` ` ` ` ` *ey2011111!1&'67676711110167676355&'1#1"'&5514763!121##151&'1#151&''111#611#151476773#311##1&'&'15!!)--)!!p0  0@@ F @ "7,+7"HHHH   HH::    %   c&117716''"#"0111267676763015111311111654'&#"00#&'&'0#&'&1"1163#1133&'&'&'&'45"5114'&'&'"#"010110267674'316771633121#&'&'&'4141#14'&' 1100103676751&'&'#11##165&'&'7{    b /   !    "  & 56%$'  &  ())( 1  0&      >      g       $%6# `   )`) 0   &'673163271&'6767"#011172767516767"1&'3276763#0#"'&'&'7&'&'&'#"'&'6776767&'1#&'0111&'&'&'672327676767476747&'&'&'51&'&#&'671376771676767'1"#&'&'67673&'670%%       #  &  &  #!                           %@7551'7751''167765&'&'1%671167632#"'&'&'^(6F,-%^^^6()-,FY!"<=CC=<"!!"<=CC=<"!yyyM# ^nnn 34I5*2MMMy #2*5I43 n_F::$""$::FF::$""$::F+9I5113151676713151&''1514''1&11315167116751&''113)``) L L  Pg7 gPSmmm``m L L \ 8 \80F]111!167671&'&'!2111#"'&5514763747116321#"'&552111#"'&5514763@@@  @     @ ` ` @       0F]&'11&'!11!1676711##1"'&54763312211##1"'&54763311##1"'&54763312@ ` ` @       `@@  @       C&'&767'771676'&'&1'1&'"11#1"331676''17`  w  X   8* 06W  t-$$$$  H   -$! ]'  VZ:u6761111''1&'&'5147632167514''1&'&767#1167514763211'&551677167514771676_ x  O +  W > W  + O  x  I ` - "!-v PU    UP v-!" - ` I #3Sv111!#"'&5476351"'&5147633!!!1!127654'&#'711177115'1716''1'1&11276'&#&'&'6767276'&'`))      N      $%6' )) '6%$))  @ @ @     *6%$(($%6h%1#"''1&'&'6767'&'11#&'&'&1111167516767&'&''1&'&7&763276'&'5' ~5FX;;;;XX;;        F5~ ';;XX;;;;Xh    1D%1#"''1&'&'6767'&'11&'76767#4711632#"'&5' ~5FX;;;;XX;;"" p   F5~ ';;XX;;;;X ""&'( ('&  ,CT&567716551#1112773#35147&##15127716751#755&'&'#1132@ @%) / ` @%) s2 ` !?'0  0/)  0/)W'?   @+^671163312##11''1#1"'&547633116311217163211#"''11#"'&54771'1&547 i f. .$AUn )) ** )) ** r    p" ** )) ** )) (\767116711672#&#232#&'&'&'%631121111''1&1'&7714''1&76771677"":9H2,  X;;;;X  ,2H9:""wG3 ?? 3GH9:"" ;;XX;; "":9Hw@ 2F!!F2 @LSZaho%731''''#1113173'##11&''1#1"'&54771'1&547633171671312''71#'''13#3#17731''71#*!666z66z6B555 n8  8n 55 n9  8n 66*d6****y6""""6XXXXXXWWW  \\  WW  [[  WX####8,,,,8##""""Z,,,,!6Ko6111##514'&#"1##51516777163211##1&'&'5147716327&1#111311771316''1716'#1'6 yp  py@ @@ @    e%r` `r%e  G  G y     5fmz&'&#"132767!!!1!17"111327671&'&#4771'1&567317163213111#11#"''1#1&'77#1''3171'1#1731'7#3#17'731''71#''13`    P    t9 99 9|*AFF!!!!`*`!!! @ @ @ @  106 6016 66$$$$p444444L<$$$$<h9j1131131513113151311315131676751&'"1#!1"''1&#53276551!1132765513127654'&#!1"33 @`@`@  11 @     @  p @@@@@@ C   C     7767632112##11111"##11#11#"'&551#11#"'&551#11#"'&551#1&'676751#1"#&'&'&'45676767716771715151#1"'&'&'&767637167#3#133553351##11#3=  &' -(    (- '& =3``Hx$ 8 B#         #B 0 $j@@@@@@G>1''1#1&'&'51676731716'71611''11'&771'1&76-DD|7777777777   x@x 77777777775H[11&'&'6767671167654'&'&'4'11&#"327654711632#"'&5))))R6666RF::$""$::FF::$""$::F   @   ))))66RR66@!"<=CC=<"!!"<=CC=<"!`    9.H[{7&767!11#1311#1311#1311!!!!1!1&'&'5167672711654'&#"31''171611'&'&7676! |jb        !!, 11 ,`,, @@@       `    :AA:  6EEEE6 #4MV_671167!321#12##!&'&'113!151!1"&'11&'131675167'&'6767&'&11771176''1716'&1')    )@  ""@p0z MM jj MM jj`)  @  )@ @ 0   !a !! .. !! ..@/86'11&'&1'1&'&111336767514'17#3#711#y '' 0    0Ywwwwxx  11  <  % 5P#-66R0")#) " !")?)) 4#-Q76P")%) " HU|111"#"51&'&'271'&''1'1&'&771'1&76771716761716676'&'11!1&'&'6767516767263&U&#))) U22UGG  ")#) "U7)))  TGGU22$$$$")%) " v75133127655116751327167516713312765511112767716''151&'1'1&'&###1167675151516767&'%&567311&''`      *  5#3"" w"00"  X  X  2 ? fRJ""36  (&@p  !! #5GYj~'7716'"157716''1&%'771654''1&#&'11&11767571237165&#6751&''1"123''276''1&#"1%''&#"171676'776'&##117'3#3276''1&##1"131555N !< .&NNN 5 - <1    VO NNNV OOO OZ P  P B  b .{{{\    b  \{4@ ^4 @xxxx     )=611''1&'677'1''1&'51476!611'&551477 ` hh ```` W  W `@S\7767213121311##1'5##1"'&551#"'1##1"'&551&''1&76761337&'676 48" %pj   $,,$   -  p0! "@a ss 1  @LXb~''&'&771'1&763331#1"''1#111#!"'&'&5476763%1674''1&'515701110101011''676711611#1&'&7711'&77`444  ), p0/9   !j /"0,.///  E ~C    %M   'B/$-/B-95 %  W2+ < oC71#'&#67674'&74771633127676'&56767276'&'&'      Y   0  /0BK12     0  ?()21KY 2K^r011771676'&'&1'6'11&'&#"1763277111743676''1&'&3167&'&'&1%&113167676''#3#1316751&'!1316751&'#1316751&'#!1316751&'#'&'167&'16753&'1675QD       C :P E PE2PPPP0PPPPPP@# -  L x  LL0 .  L )$ . L $) .00000000 !(^6711673113311#11#1&'&'#3#513#321&'51&'#11316751671##1"'&551476333#3#11##1&'6731674''1&'47633165516711#"''1&55167 0   #### % ++ % c @ P P        ##  5,,5   6L2111#151476347116321#15347116321#"'&5547116321#"'&555532732711##1"'&551&''1&'516767312##1316767 @   @   `   `   %X 88 pp @ PP ` `@ @ @X  (!!` N  &5  5H[7#&'167671"''1&1#"''1&#"1#"''1&'&4'11&#"327652711654'&#"3( 66RR66    x   `   R6666R  # #      G/C%''1&551'1&5677163311171611''1&771'7711&'&'67-#'P /9*-$ X}& $ !& ,  &*%1X&  $%6IZm~T1167&'&'&#"1167&'&'&#"67&'&'&#"71167&'&'&#"67&'&'&#"71167&'&'&#"67&'&'&#"71167&'&'&#"67&'&'&#"11315151&'311315151&'311315151&'311315151&'311315151&'311315151&''4'11&#"1#1"'&5514'&#"1311#1"33327654'&##151316767514'&#"1##15:>R..R>( @ @  @ @     )  )  055555558````````````  ` `)@   @)` ` 6Vl777677163111#1717167&''1'1&'1111#&#"11113277171654''1'!!!2#!1"'&54763@iii1<] (  ( (  ( @ @  5^# (  ( #    M_w676'&'711#"'&551'1&77167613151671010101011&'51#1&''7711'&'&77''1&'&771676331232  J'$$$* 8$$$0    LLL2Y SJ#T +8񊊊*d  Z [ 612331271611#1&'51#11#1&'51&'&'&'&'13311##1"'&551#"'1##1"'&5511'&7716567671133267'1&7&'6767&''&'6767&'    @   @ "" @  66R9 IXX0  )  %"  @ L L w) 1R88 p@bk%5531176751&'3167&'####16751671131676''1&771654511331276551671157&'67  P 6%$`K0!  "  T   0NNN#L$%6'"88 *,24 ?   .AN%11#11#1'1716''1&111#1&'&'51#1&'&547%162151476331211@ {&Q u 23"@" 8  Mp  2   0%   0d%  33F?2332>'  & v;7676'4'&'&'67&'%671167671&'&'&'5@GhhG 7YY7 G43HH34G"HeeH""HeeH" %%    ((%##%`%##%` Vm&'&7676323111767716'&''171133127654'&##1&''1&''1&#13277#3#"3316771'1&'@W 9   900" #;;; F    ^ 5Y  e$R   6!   )@/C533351&'&'7167675167673151&'&'!671167&'#113 0  p)`0 )p000 P  0)@ 0) 3Fy111##1"'&551&'&567672711654'&#"374'11&#"3276567116171611''11'&'&76771'1&'&7p ` ()==)(         @" "6%$$%60      YY CC YY CC  61'1&7P   0 6'&11'1&''1&111177167711176''1&7716767117716''11176''1&''17167716'&11716''1&11514'&'&1&'514'&1'1&77 ! 9P  <<  P9 !   ((   ! 9P  =<  P9 !  0  0  U"99 8  8 99"U T (( T U"99 8  8 99"U T0    0T `2ENW`i11##1&'&76767656767!&'11&'676756711654'&'%&'673&'6767&'7&'67"     )D))))  @0P&442vFE  55LR6666RR6666RR6606711673121315147716761131211&##1##111#"''11##1"'&551&'1#"''1&54771&'#1"'&55147633167'1&547716515153#3#133'676'&'67&'&'11&'676323`j0j  8 +=#P          jjj q'Z----`%#"% x"%"  " - .            ```'((''(('@%.#%!+ETc3#3&'7&#3176711674'#1131'1'7'31312765&'&'#1"1133151%&'11&'#116765ggg C&) R[66%$$%6d >:!///D"R  23K\  "@ 09 p2D $D$%66%$8h`OOO"  K32  #$) _ '4A!!!13167716713167671&'&'676'&'%&'&767@x'  &y   $$$$"@@"$$$$@  +Ln6111#1"1#"''1&547716551673127%21111#"''1'1&547717163%'111#"''1'1&5477171632721111#"''1'1&547717163 V  * p# 33443344x ` *  c4334444334F*U113312#!1"3!16767&'&'#1"113316767&'&'!1"3!12##1"3#36767&'&'#1"3312##1"3    @))  @  ))    ))       ))  ))   ))    6H631121#'111#"''1&5477167677171&547'7716''1&1 @ 1  X1  BBB b B b  @  1X 1 BBB b B b <7113167632367232316767&'&'0#0#65&'&'&'&#4'11&#"&'&#"01"#"321230"3276701327654503327654'&'012327654'&#"1"#0365654'&#"0145676'&'!676'&')--))"&!0               )  ))" 0  `          C$JWdq~113676'&#&'&'47676'&'"#671167&'&'65&'&'"&'&#1!&17716'3&17716'3&17716'3&17716'1###6$ &   q"" )#)  `  `  `  /  ## &  " " )$)$ 0 0 0 0 0 0 0 0)AYs7&'11&'6767&567672672121!63211&'&'51477363211&'&'514777763211&'&'5147`) 0!&"))# ## #}#### )  0 "))4A    AA    AAAAAA    )6CQ^7&'11&'6767&567672672121!1'&771631'&77167'&7716'1'&7716`) 0!&"))0 0 y0 0 000 0 0 0 )  0 "))" p p p pppp p  p p6ER_ly1&#1'&''1'1&'&771'1&767717167617162&'67671'&771631'&771631'&771631'&7716711!1&'&'6767516767263& #) 8U22UGGV E  `  `  `  K")#) "?!) 1"'UGGU22  0 0 0 0 0 0 0 0 t")%) " Dk6763217163213331'&''1&'1!1'1&1##1&'&'4771&'&'3#311##1"'&551#11##1"'&551513'&#"11"117711765'1716'&#'1'7"11"117711765'1716'&#'1'1&#&#"11"117711765'1716'&#'1'@.. L ?'  ( * L```     `  k  u   ,,  H 2   W^ ^ @@ @@ @@   211171632771611''1&'1177111''1&11716177111''1&11716177111'&11#"'&55151515151515151514763&'67367&'&'67367&'  E;7#&&$  -BA!LO"-BA>C?F85LO"-BA>C?F85LO""IE;@@  P     $  ! > ! ! > ! ! " "P @F!?!?!9  `09L767116761"'51&'&'&'4'11&'&#"3276765'211#"'&5476301LM1101LM11   `  O98 ? 98PP88@  98P0     )\3#31312#!1"'&5476331676751673#3131513113151311315131131!1&'&77121255=+*    *+=@@@(@0@(@0@0 *+=   =+*   'BU^7714'&12767716'&#17165&'"211#"'&'&54767634'11&#"3276567&' /9:V7./f K ####   KKK f/.7V:9/  """"`  `@%6`m4'11&#"1315!4'11&#"13276527116551#113"1176771327653276514'&##&'&76755133127654'&##1'1&'11132765511132765514''  @@    @ `      I C)   &  @    ڛ     P  HHH  )7 `+5 ; 4Fc&##1&771632131316767&'&'65&'&'#165&'&'&13117716'&'#1716' %  !  % $-  F4  F4  !! :%! % i  i 4_11111#"'&5516767671#"'&551&'&'&'111#"'&55167671#"'&551&'&'5#"'&5516767671#"'&551&'&'@H9:""  +*IHYYHI*+  "":9H  $%66%$    32??23  --DD--`"":9H` `YHI*++*IHY` `H9:""` `6%$$%6` `@``` `?2332?` `D----D:b671167311!15%"1111771176''1716'&''1'1&#&#"1111771176''1716'&''1''"1111771176''1716'&''1'1&#3#!116751476321&'&'51#111##1"'&551#11##1"'&551513--DD--        "" @ @ D----D@@@    P0 0""0 @ @@ @`$2@N[113167316767&'&'"&'&#&'!!!!167&'#3#3167&'#!!!!167&''&'#13167 ()={#22#0  0%2#&5=)(HPP@ppppPPhh0=)( 00 ()=`H-Kr211#"'&54763271167654'&'&#"3%6711671&'&'47675711101016767&'&'010151&'&'671167&'51&'1       ""00 ()==)( 0       P  ""p 0%3=)(()=3%0 ` !  ! -Lr4'11&#"32765#471167632#"'&'&5'11167674'&'51&'&'67116710101&'&'67670101511&'&'6751671      ""  p 00 ()==)(  `      "" 00  0%3=)(()=3%  ! 33 !8U71131716321336767&'&'0#0#65&'&'&'&#&13117716'&'#1716')/ @))"&!0 J  F4  F4 )u :))" 0   i  i !1A5!1677165&'!1"!!!!1'1&''31654'!113277167#a& `R(T/ uuu  N  &  `6*?EEE #v!$$ N&AY&'11&'676726763"'1#"''1#77632132771'1&##1"17767311#!1&'&'477$$  000  ;*<+*+ h 0 0 0  BC`@$F671167!11!1&1'1&17716'671167311!151311!1&'&'5`   9o/@g     p  0/o/@  `  `B6m667116'&'&'&'&''&'&767676116767116'&'&'&'&''&'&76767611676567116'&'&'&'&''&'&76767611676#**#  &-21  12,&  #*+#%#**#  &-21  12,&  #*+##**#  &-21  12,&  #*+#z                      5Lc676'&'67116132771611#151&''1&'&7'11#"''1&'&777711#"'&54771'#$$##$$#p $)33)$  %$ Z<<<  0 2===2 0  h))))9     $$  555&  0  H5555H  0  % 4AN!!!676767671167312##11#"'&'&'&5335&'&767676'&', u    ))-,*)   8..   @&$##$&@0  ALYhy"7627677676'&'&763676'&'&'65&'&#&'&'&76'676'&'6'&'&#&67"6326767&#6767&"."4*89&!786587!&98+5".  11  C:   " j,%  &+   " /G(!4&:=00  00=:&4!(G/ $&&&&$   ( +$$ b    ( $$+ 9e11332765&'&'&'"11332765&'&'"&'11&'16767&'&'#1131&'&'5 ?23  &'AAP 6%$  66R `  ()==)(()=    32? PAA'& ` $%6 R66   =)(()==)(`   .?O21113151476321311!151676731514763!!!1!1&'&'1316751&'#  0 @ 0 @  P``     00     @``.?O21113151476321311!151676731514763!!!1!1&'&'1!16751&'!  0 @ 0 @  P      00     @@@+5?IR[d63117%1676551&'&'"177'6711'771&'''167'1'17'1'17'1'17] T#*+@+%3  Y... .===> V<<<=l====g====< "#)@+*Q =>5/// .;R&&&&C&&&&A%%%%,S110136767654'&'&'1765&'&'&#"1''1111771'1&761716765&'&'[      f?'< 7| 4 =d#%&7      .= 7 ?4 <. '7&% AO\enw"1113311#1"11!16767514''1&'&##151312765514'&##3#3#1&'6767!1!1&'7&'677&'67&'677&'67&'677&'67&'67@ P9P   `0xHHH @ FF @ 0hhhhh!Aa%#3#&'51676171632111111#"''11'&'51673!1''11#"''1&54771'1&7673'&'&771'1&5477163217161#Ȑ (I$I(  (I$I(  (I$I(  (I$I(  (I$I( @ (I%I(  (I$I( @ (I$I( @ .c13171#55#11333#3'1#133#3674''1&'#1'#1"331132765!132765713127654'&##171!2^[c| }}}c^^^ZS    @    TT       %@e13171#55#11333#3676761'1#1763112&501'1&'#11676767!11#1"33113276531&'47676711676'&'&#1'1&#"711#"'&'676762^[c| :::cZ      0 D--+ . $""--D@ TH T@ K   6L--D%%,  . 0/:D--p  a7533151671315167131516713151671312765514'&##1514'&##1514'&##1"1#1"1#1" @@@@@       pppppppp      ;Gv6'&1'1&1'1&1#1131&551476767&'#1716'&17'#1&'672#1131513113151&'&'#165&'&'1'1&'113151#13#3676751#1#17163       $ 1 \   ##0  `1      0 &&&   P``P  (( P0 P8& W`i617161171611'&'&76771'1'&''11'11''1'1&'&7676171&'&777171'37171'}}O %)  GG  ).$%  $%.)  GG  )% O,Z KLLLY..+,+V  V.AA.V  V+,+7555 :: 5 "131676716'&#!''!11!  22 @8v W m7127716331111136771632136''1&771676731#1"131211133165&'&'&#"''1&#"''1&##1"1113316767%671167632#"'&'&'7&17716' !!!  *           87U    6++J!"<=CC=<"!!"<=CC=<"!             "V::  ! -dF::$""$::FF::$""$::F ` +7"113!127654'&#!5"113!127654'&#!          +4'11&#"13276534'11&#"132765@         5B&111&#"767676767654'717167716''&'&7670M#$$ '"*+33# M)0(  0)M #33,)"' $$#M0(2611176''1716''1611#"''1&'516767w$!2Lp>L 7--BBB`@@@@@   B`~~~;""~yyy . F: P  P :F :%!!!'1&56767311716331471163!121#!1"'&55` ;'(;2&& O    @;('1~V@    :If167&'&''1&'&5&'"111316767316767&'&'#3#3#15'&'167&'&''1&'&5X    8 ))0  00              )) 00 @  `      &:G#1"'&767676271#"'&'&77137#3#&'71676#'&'&767& ( H(H .55. H&H (   / 5,, } }  } P/} ,,5 05E[m211#"'&'&5476763671167654'&'&'67'1&'&337327676''1#"'73#3276'&'&12711654'&#"34,,,,44,,,,4F::$""$::FF::$""$::F8$ '  H$$$  $  THHH  ' $8  --33----33--@!"<=CC=<"!!"<=CC=<"! ? #5 1>>>  >1 5# >!    AN[676'&'5#"'&551'&'&77167633121'1#"'&551#1&'167676'&'55#1"'&771"'&'&771676321#1##11#"'&551#11#"'&5P(             ""         Ѐ  dd  `00  P``` _  _ ` `` IR[&111&#"11&#"327654'7117654'7117716''171654''1&#"1'''711'''711`Z%,0( l  l Y`Y7 0 7YHHH>H>HHH>H>`Y l  l (0,%Y`Y7 0 7YHHH>H>HHH>H>Hc471163#"'&5&'&'&'"'&5'71&547632#"'11#&'&'47676711#"'&5&'&'"'&54763 PAA'&  32? hhh  h #)X;; R66  $%6  &'AAP ?23 hhh  h ;;X)# }66R 6%$  )7E#3#"11!167671&'&'5&'516735&'516735&'5167@MPPMX000000000000)2@IW`n3#3211!1&'&'16767"1113151#3#!51##%4'11&##11315'53151#27116551#113'53151#1133151#1@M  @ PPP  @@@ @ @@`  @M  @@@ @ @@@@  @@@@@@  @  9Kbz676'&'47116331111#"'&551'1&76771#1"'&57711#"'&5471##1&'6731675167'&''1&7617716` " J<  NK /WWW R CYY; <     P F<I CM VVV S `  < ;   3q676'&'6171'1&7111177161'%1&77'716116771611''1&''111'1'11'&771'1&76} .Km(  2 ,, t  7T 4  :       fEK4' JC    ! 3   I   @ -v676'&'23111#171'1&'1#11677163011121#131210331210331676751&'1#171674'&##1&''1&''1&#17#1716'&''171133P  mWX) ; 6j8+E  900" 3, 9 `@^ 5RX ~'  6! YL$R Ee"113113151311315167675127654'&###"1"'&''1&'&'&##4'11&#"1!1"3!167675  )@@)   911#") I   %  ) )`  )1#   %6a%6711671167&'&'&'#01111111111367673'47116331#1"1##1&'6731654''1&'%3#3#1"1##1&'6731654''1&'4763'7161&'511#"''11&'51676H9:"""":9HH9:""/ ,&#08    ####  //::////:E4%     %    //// `00` Zkx611111''11111331#1"'%1&''1&7611&5&76771516771'1&''1&767'&7716''11&'&767 *~  HG! W J". G5 T%   2b 8 K! 5'2 === K ," ^R[dmv715167171611##1"'&'676'&''1'1&761516711676'&56767'67&'&'6767&'&'6767&'51327716551&'U 0 8I0..0I8 1  )) u00  3 (    -GE--EG-    ( ))-P0 ^t}'#1'1513''&'#11#1"1!167674'3111327654''15151716'&'&11#1514'4'11!1&'&'6767!&'6767&''&'6767&'+EEEp@kWWW){    00  +6 79 9@M    8h@`% p k"0  037 6SUG  G5m    0;471163!12#!1"'&5471163332##11#"'&551#1"'&5 @            /QXf31113!1276''16767&'&'513167&'!#"'&'&71111&7676320111155113#3#1&'67$  $ph/PP//PP/8  #F+< <+F#  @+;hq&113311132771654''1&'&'1514''2771&7'1%4'&'&1##1&'5147716'&'&#1161676767&'O( P 6m p @ pm h;v >@9@=)(U%8 (h mp @ p m6 Pyv !> ?9@()=U#",%Uew211#"'&547634711632#"'&567116731511'&77171611311!1&'&'531316751&'#5316751&'#171316751&'#      Ո@@@p@@@@   8  B*00,L@@@@@@@@9776311#1&'&'5167716316767514''1&'47 U$11JR665 &% Q#/.3J1166RL6Y&&5+"C&O6111"11'1&7676767017167677767670171676711317111''/U--/.Y# V--/0X_11''N+ L#%23b+ 0**1/11/ ,0//1--6 14410%%  ""01663 ,#4^671167!321#12##!&'&'113!151!1"5#11311316751316751&'#151&'#1)    )@  00 00 `)  @  )@ @ 0000 00 0&&11111!16767516767&'&'&#<<11   11<<###?  ?## %5!16771635!1&'&'51! X;;  ;;X0A8`%11#11!1&'&'51#1&'&547%162151476331211%1#11311316751316751&'#151&'#@    k   5 00 00   ^% y. ?0 00 0$7DW11#11!167671&'&'#1&'&'211#"'&54763676'&'67116731#1&'  &%    @  0"@"@@   $$$$""6^%6711671167&'&'&'#0111111111136767367311311#11#1&'51#1&'5167315H9:"""":9HH9:""/ ,&#08  00 00//::////:E4%  0 00 0ET111327654''1&#"7113277167716771010171'11'171'1'1171677) `"""c c l#J-4C4-KCCC  M  ###l b c#K-4C4-JDCCC M  I\ex7''1&117716331213676751476771674'&''1&'&''1&'&#211#"'&5476367&'211#"'&54763 < > *!%# "L          '   P   -&'11&'11&'4767676'&6747676++*+@@+*++6% #0//6:>?+,,+?>:6//j #21,&-,@!Ce4'11&#"113151#1513151#15113312765514'&##1"''1&##1"113312765514'&##1"''1&##1"@    c  C  c  C  `@@@      $-6Ma7"'11&547676767#!7&'6767&''&'67671167!1!1&'&'67!11!1&'&'5=  0/XX/0  zSp       %%""""%%   `0    ` D"111&#11&'51"1113167675151&'&'"&'&#"514'&#  -,:v6%$       I8&;'$%$6@     @-?"1111"''11!151&'&'1#&'51514'&##676765&'!  08""!"80  @DDDD d T55C@BC44T d @1[h11131#1131#1131&547675151&'&'#3#31311#11#1&'51#1&'5167315167&'&767113312765&'&'#10    hh'((''(('  'f' @P $` @---- ''y111#"'&5471632&10#111111111#176771036767676771676771676767677167673167676'11#"'''&5477163211' ` .                   `F               ~   !,65&'&'#1336767&'&'#'6771!o()==)(  6  iiii =)(()=      *R671167!11#11!11#167!1!1&'&'%67311311#11#1&'51#1&'5167315@@@@Z!!  00 00`!!0 00 03?K671167!11!1&'&'53!12765514'&#!1"3167&'#33167&'#@ @  8800@ @@@ @ ,N61'"''1&'#1&'51&'#1&'&76326''1&777311311#1"'&547677167  *   I%+# ]]]( L=Z[k; 2:  ,A   P  P 0R./   5"6I\o&11121210071676'&'&'&'45&'&'&'"#0117%'211#"'&547634711632#"'&54711632#"'&5  YHI*+, ./JK\&'AAPe |  @      ,+*IHY  \KJ/.gPAA'& e     0  8#3#'1&767313#301!1&'&'6767670111116767&'11#&'&'&1111167516767&'&'1151&'&7&763276'&'5@/ /*) )) )*T        `G  G "#78R))R87#"X     #3:kx111!#"'&5476351"'&5147633!!!1!127654'&#''#17'733113277131276''1716'&##1'1&#"1#1"3773111#1'57'137771#3#31''#177'13`))       7 8  7 8 88*E7))  @ @ @  000 00 00 00 00000000H0"+E#3#5131%111!1676751&'&'!5!151!%111!1676751&'&'!p    `p    ` ` @  @  @ @  @ !2O3#31312#!1"'&54763317167!!!1##1"'&'"177116751176''1&#xxx `  `    P''P     S@P''P!2O3#31312#!1"'&54763317167!!!1!1&'&'"177116751176''1&#xxx `  `  P''P    @@P''P"2Oy556771611111&'&'5145111676751#1617716#!1"'&567675#11311316751316751&'#151&'#1`` `$%66$%0""  G G 2 ~ 2`@::: $$ :(6%$$%6(0"" L L ))7 7))E471163312131514763312##11##1"'&51#11##1"'&54763315  `  `  `  `    `   =Jer676'&'''&#"11132765514''171133127654'&##676'&'34'11&'&#"32767653676'&'34'11&'&#"3276765  >>> S<  +<) @ 5#$$##$$#""""#$$##$$#""""`@111 @&o  1!  ))))####))))#####=5#15135#1513'#3#51313#31#15111!167671&'&'!@`@@@%8K^q /BUh{"'11&547632#7211#"'&54763211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763"'11&547632#%211#"'&54763%"'11&547632#%211#"'&54763"'11&547632#   `            `                               @          @                 @     @     @   @     @   @   2EXk~71132765167!127654'&#!134'11&#"3276534'11&#"32765#4'11&#"3276534'11&#"32765'2711654'&#"3"11327654'�'&#"3  P "     `            P  "               D ;^676'&'6171671171631!1"'&771673171%1&7'1#"'&551'11'&'&77171 2' #O"  `     Sppp  =% 0   &+%g".   \000` Ko  !@S"'1#1"76711323676'&'131276545&'&71514'&#211#"'&54763B""  r  56C  A""  r  56C    56C  A""  r  56C  B""  r    *O\z1&'&'67675111&'&'6767516771677633121311#1&'&'5167673&'&767%73121'&771#1"'&7716%''1&7676171676 ` W >     u'''8  '8   a `    9v   `   p  p h  ZZZ p Z p ; d d'671161&''1&76771616767'1&77[ X<''Nqx#"''1&76761147632171676471163311312##1&'&771#1"'&511'&''1#11'&'&77171673#3'1  X    X  J3  J3 ` @ X @ ((( `  $. $  ` I  I     ((''Nqx&#"176771132765117676''1133113127654'&##1716'&'#1"11767713117676''1'1&'771#  X    X 3J  3J  ` @ X @ ( `  $ .$  ` I  I     ((((@'=Si#"''1&767611476321716763#32##1"'&547633#32##1"'&547633#32##1"'&547633#32##1"'&54763  X    X    ``` `      `  $. $  `         @'=Si&#"176771132765117676''7"1133127654'&##"1133127654'&##"1133127654'&##"1133127654'&##  X    X     ` `     `  $ .$  `         '(Sf27716'&'&114'&#"1'1&'&13%&17711#1"33327654'&##1514''611'&'&76777677165&'&' X    X #0   00  !    1%% `  $. $  `  4   `   q  B$%% '(Sf21'&''11#"'&511'&'&771631312###"'&5476331511'&'&767716'67116'&'&7&'11&567671'&'&77 X    X #  00   0   )%%1  `  $ .$  ` `   4    7 %%$B  @")GS^|11767713117676''1'1&'#3#717513316767&'65&'&'#1"#3#51313#3#1565114'&#"1'1&#"13277pC  Z B &&&} P" "@ `  00 I `    --```` "$" @ @ J ` @` ,97&'&767367&'&'!16767&'&'#7&'&767----x()==)(()=`=)(()==)(p----'((''(('#-=)(()==)(()==)(()=-#'((''(('&I6711016763#"'&'676767201116767676&'&'&'&76@    *+55+*    $44EE45#& +%>>\\>>$, & ((34% %43((  :+'',9 %=763312116765&'&'&''1&'&##1"111!1%1&##1"1 <2$ &)3 .&&8999#& 4 ')  *3#351#1531676751#755&'&'#113D----D@D----D--D D----D D--#0=JW6'&1111!167671&'&'#1%&'&7676731#1&'6731#1&'6731#1&'S ----````~ !lQ'((''(('@@5Pc7671167632#"'&'&'%211#"'&'&5476763271167654'&'&#"352711654'&#"3!"<=CC=<"!!"<=CC=<"!  ####  F::$""$::FF::$""$::F`   """"`   ESao&'1#111131676751477165514'&'#14'&#"#14'&#"#153#3#1&'673#3#1&'673#3#1&'67p      0H \  \   H@@)D^k671167!11312##!&'&'#1&'&'53#351#1&'6731514'&##1"'"1113312765514'&##676'&'"PD--   ))"@  @   `  P"--D  ))"`@  @ @ X]2| ,, X 4 2   > 2 dG , XM . &  Font Awesome 6 FreeFont Awesome 6 Free SolidThe web's most popular icon set and toolkit.SolidFont Awesome 6 Free Solid-6.5.1FontAwesome6Free-Solidhttps://fontawesome.comVersion 773.01171875 (Font Awesome version: 6.5.1)Copyright (c) Font AwesomeFont Awesome 6 FreeFont Awesome 6 Free SolidThe web's most popular icon set and toolkit.SolidFont Awesome 6 Free Solid-6.5.1FontAwesome6Free-Solidhttps://fontawesome.comVersion 773.01171875 (Font Awesome version: 6.5.1)Copyright (c) Font Awesomeo      "# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij exclamationhashtag dollar-sign0123456789 less-thanequals greater-thanabcdefghijklmnopqrstuvwxyzfaucet faucet-driphouse-chimney-window house-signaltemperature-arrow-downtemperature-arrow-uptrailerbacteria bacterium box-tissuehand-holding-medical hand-sparkles hands-bubbleshandshake-simple-slashhandshake-slashhead-side-coughhead-side-cough-slashhead-side-maskhead-side-virushouse-chimney-user house-laptop lungs-virus people-arrows plane-slash pump-medical pump-soap shield-virussinksoap stopwatch-20 shop-slash store-slashtoilet-paper-slash users-slashvirus virus-slashvirusesvest vest-patchesarrow-trend-downarrow-trend-uparrow-up-from-bracket austral-sign baht-sign bitcoin-signbolt-lightning book-bookmark camera-rotate cedi-sign chart-column chart-gantt clapperboardclover code-compare code-forkcode-pull-request colon-sign cruzeiro-signdisplay dong-signelevatorfilter-circle-xmark florin-sign folder-closed franc-sign guarani-signgunhands-clapping house-userindian-rupee-signkip-sign lari-sign litecoin-sign manat-sign mask-face mill-sign money-bills naira-signnotdefpanorama peseta-sign peso-signplane-up rupiah-signstairstimeline truck-frontturkish-lira-signvaultwand-magic-sparkles wheat-awnwheelchair-movebangladeshi-taka-sign bowl-riceperson-pregnant house-chimney house-crack house-medical cent-sign plus-minussailboatsectionshrimpbrazilian-real-sign chart-simple diagram-nextdiagram-predecessordiagram-successor earth-oceania bug-slashfile-circle-plus shop-lock virus-covidvirus-covid-slashanchor-circle-checkanchor-circle-exclamationanchor-circle-xmark anchor-lockarrow-down-up-across-linearrow-down-up-lockarrow-right-to-cityarrow-up-from-ground-waterarrow-up-from-water-pumparrow-up-right-dotsarrows-down-to-linearrows-down-to-peoplearrows-left-right-to-line arrows-spinarrows-split-up-and-leftarrows-to-circle arrows-to-dot arrows-to-eyearrows-turn-rightarrows-turn-to-dotsarrows-up-to-line bore-holebottle-droplet bottle-water bowl-food boxes-packingbridgebridge-circle-checkbridge-circle-exclamationbridge-circle-xmark bridge-lock bridge-waterbucketbugsbuilding-circle-arrow-rightbuilding-circle-checkbuilding-circle-exclamationbuilding-circle-xmark building-flag building-lock building-ngobuilding-shield building-un building-userbuilding-wheatburstcar-on car-tunnelchild-combatantchildren circle-nodesclipboard-questioncloud-showers-watercomputer cubes-stackedenvelope-circle-check explosionferryfile-circle-exclamationfile-circle-minusfile-circle-question file-shield fire-burner fish-fins flask-vial glass-waterglass-water-dropletgroup-arrows-rotatehand-holding-hand handcuffs hands-boundhands-holding-childhands-holding-circleheart-circle-boltheart-circle-checkheart-circle-exclamationheart-circle-minusheart-circle-plusheart-circle-xmarkhelicopter-symbol helmet-unhill-avalanchehill-rockslidehouse-circle-checkhouse-circle-exclamationhouse-circle-xmark house-fire house-flaghouse-flood-water$house-flood-water-circle-arrow-right house-lockhouse-medical-circle-check house-medical-circle-exclamationhouse-medical-circle-xmarkhouse-medical-flag house-tsunamijar jar-wheatjet-fighter-up jug-detergent kitchen-set land-mine-on landmark-flag laptop-file lines-leaninglocation-pin-locklocustmagnifying-glass-arrow-rightmagnifying-glass-chartmars-and-venus-burstmask-ventilatormattress-pillow mobile-retromoney-bill-transfermoney-bill-trend-upmoney-bill-wheatmosquito mosquito-netmound mountain-city mountain-sunoil-well people-group people-linepeople-pullingpeople-robbery people-roofperson-arrow-down-to-lineperson-arrow-up-from-lineperson-breastfeeding person-burst person-caneperson-chalkboardperson-circle-checkperson-circle-exclamationperson-circle-minusperson-circle-plusperson-circle-questionperson-circle-xmarkperson-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-military-pointingperson-military-rifleperson-military-to-person person-rays person-rifleperson-shelterperson-walking-arrow-loop-leftperson-walking-arrow-right&person-walking-dashed-line-arrow-rightperson-walking-luggageplane-circle-checkplane-circle-exclamationplane-circle-xmark plane-lock plate-wheatplug-circle-boltplug-circle-checkplug-circle-exclamationplug-circle-minusplug-circle-plusplug-circle-xmark ranking-star road-barrier road-bridgeroad-circle-checkroad-circle-exclamationroad-circle-xmark road-lock road-spikesrug sack-xmarkschool-circle-checkschool-circle-exclamationschool-circle-xmark school-flag school-lock sheet-plastic shield-cat shield-dog shield-heart square-nfisquare-person-confined square-virus staff-snakesun-plant-wilttarp tarp-droplettenttent-arrow-down-to-linetent-arrow-left-righttent-arrow-turn-lefttent-arrows-downtentstoilet-portabletoilets-portable tower-celltower-observation tree-citytrowel trowel-brickstruck-arrow-right truck-droplet truck-fieldtruck-field-un truck-planeusers-between-lines users-line users-raysusers-rectangleusers-viewfindervial-circle-check vial-viruswheat-awn-circle-exclamationworm xmarks-lines child-dresschild-reachingfile-circle-checkfile-circle-xmarkperson-through-window plant-wiltstapler train-trammartini-glass-emptymusicmagnifying-glassheartstaruserfilmtable-cells-large table-cells table-listcheckxmarkmagnifying-glass-plusmagnifying-glass-minus power-offsignalgearhouseclockroaddownloadinboxarrow-rotate-right arrows-rotaterectangle-listlockflag headphones volume-off volume-low volume-highqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalic text-height text-width align-left align-center align-right align-justifylistoutdentindentvideoimage location-pincircle-half-strokedroplet pen-to-squarearrows-up-down-left-right backward-step backward-fastbackwardplaypausestopforward forward-fast forward-stepeject chevron-left chevron-right circle-plus circle-minus circle-xmark circle-checkcircle-question circle-info crosshairsban arrow-left arrow-rightarrow-up arrow-downshareexpandcompressminuscircle-exclamationgiftleaffireeye eye-slashtriangle-exclamationplane calendar-daysshufflecommentmagnet chevron-up chevron-downretweet cart-shoppingfolder folder-openarrows-up-downarrows-left-right chart-bar camera-retrokeygearscomments star-halfarrow-right-from-bracket thumbtackarrow-up-right-from-squarearrow-right-to-brackettrophyuploadlemonphone square-phoneunlock credit-cardrss hard-drivebullhorn certificatehand-point-righthand-point-left hand-point-uphand-point-downcircle-arrow-leftcircle-arrow-rightcircle-arrow-upcircle-arrow-downglobewrench list-checkfilter briefcaseup-down-left-rightuserslinkcloudflaskscissorscopy paperclip floppy-disksquarebarslist-ullist-ol strikethrough underlinetable wand-magictruck money-bill caret-downcaret-up caret-left caret-right table-columnssort sort-downsort-upenvelopearrow-rotate-leftgavelboltsitemapumbrellapaste lightbulbarrow-right-arrow-leftcloud-arrow-downcloud-arrow-up user-doctor stethoscopesuitcasebell mug-saucerhospital truck-medicalsuitcase-medical jet-fighterbeer-mug-emptysquare-h square-plus angles-left angles-right angles-up angles-down angle-left angle-rightangle-up angle-downlaptop tablet-button mobile-button quote-left quote-rightspinnercircle face-smile face-frownface-mehgamepadkeyboardflag-checkeredterminalcode reply-alllocation-arrowcrop code-branch link-slashinfo superscript subscripteraser puzzle-piece microphonemicrophone-slashshieldcalendarfire-extinguisherrocketcircle-chevron-leftcircle-chevron-rightcircle-chevron-upcircle-chevron-downanchorunlock-keyholebullseyeellipsisellipsis-vertical square-rss circle-playticket square-minus arrow-turn-uparrow-turn-down square-check square-pensquare-arrow-up-rightshare-from-squarecompasssquare-caret-downsquare-caret-upsquare-caret-right euro-sign sterling-sign rupee-signyen-sign ruble-signwon-signfile file-linesarrow-down-a-z arrow-up-a-zarrow-down-wide-shortarrow-up-wide-shortarrow-down-1-9 arrow-up-1-9 thumbs-up thumbs-downarrow-down-long arrow-up-longarrow-left-longarrow-right-long person-dresspersonsunmoon box-archivebugsquare-caret-left circle-dot wheelchair lira-sign shuttle-spacesquare-envelopebuilding-columnsgraduation-caplanguagefaxbuildingchildpawcubecubesrecyclecartaxitreedatabasefile-pdf file-word file-excelfile-powerpoint file-image file-zipper file-audio file-video file-code life-ring circle-notch paper-planeclock-rotate-leftheading paragraphsliders share-nodessquare-share-nodesbombfutboltty binocularsplug newspaperwifi calculator bell-slashtrash copyright eye-dropper paintbrush cake-candles chart-area chart-pie chart-line toggle-off toggle-onbicyclebusclosed-captioning shekel-sign cart-pluscart-arrow-downdiamondship user-secret motorcycle street-view heart-pulsevenusmarsmercurymars-and-venus transgender venus-double mars-double venus-mars mars-strokemars-stroke-upmars-stroke-rightneuter genderlessserver user-plus user-xmarkbedtrain train-subway battery-fullbattery-three-quarters battery-halfbattery-quarter battery-empty arrow-pointeri-cursor object-groupobject-ungroup note-stickyclonescale-balancedhourglass-starthourglass-half hourglass-end hourglasshand-back-fisthand hand-scissors hand-lizard hand-spock hand-pointer hand-peace trademark registeredtv calendar-pluscalendar-minuscalendar-xmarkcalendar-checkindustrymap-pin signs-postmapmessage circle-pause circle-stop bag-shoppingbasket-shoppinguniversal-accessperson-walking-with-caneaudio-description phone-volumebraille ear-listenhands-asl-interpretingear-deafhandseye-low-vision font-awesome handshake envelope-open address-book address-card circle-userid-badgeid-cardtemperature-fulltemperature-three-quarterstemperature-halftemperature-quartertemperature-emptyshowerbathpodcastwindow-maximizewindow-minimizewindow-restore square-xmark microchip snowflakespoonutensils rotate-left trash-canrotate stopwatchright-from-bracketright-to-bracket rotate-rightpooimagespencilpenpen-clip down-long left-long right-longup-longfile-penmaximize clipboard left-rightup-down circle-down circle-left circle-right circle-upup-right-from-squaresquare-up-right right-leftrepeat code-commit code-mergedesktopgem turn-downturn-up lock-open location-dotmicrophone-linesmobile-screen-buttonmobile mobile-screen money-bill-1 phone-slashimage-portraitreply shield-halvedtablet-screen-buttontablet ticket-simple user-largerectangle-xmark down-left-and-up-right-to-center"up-right-and-down-left-from-centerbaseball-bat-ballbaseball basketball bowling-ballchess chess-bishop chess-board chess-king chess-knight chess-pawn chess-queen chess-rookdumbbellfootball golf-ball-tee hockey-puck broom-ball square-fulltable-tennis-paddle-ball volleyball hand-dotsbandagebox boxes-stackedbriefcase-medicalfire-flame-simplecapsulesclipboard-checkclipboard-listperson-dots-from-linednadolly cart-flatbed file-medical file-waveform kit-medicalcircle-h id-card-clip notes-medicalpalletpillsprescription-bottleprescription-bottle-medical bed-pulse truck-fastsmokingsyringetablets thermometervialvials warehouse weight-scalex-raybox-open comment-dots comment-slashcouchcircle-dollar-to-slotdove hand-holdinghand-holding-hearthand-holding-dollarhand-holding-droplet hands-holdinghandshake-anglehandshake-simple parachute-boxpeople-carry-box piggy-bankribbonrouteseedling sign-hangingface-smile-winktapetruck-ramp-box truck-moving video-slash wine-glassuser-large-slashuser-astronaut user-check user-clock user-gearuser-pen user-group user-graduate user-lock user-minus user-ninja user-shield user-slashuser-taguser-tie users-gearscale-unbalancedscale-unbalanced-flipblender book-opentower-broadcastbroom chalkboardchalkboard-userchurchcoins compact-disccrowcrowndice dice-five dice-fourdice-onedice-six dice-threedice-twodivide door-closed door-openfeatherfroggas-pumpglassesgreater-than-equal helicopterinfinity kiwi-birdless-than-equalmemorymicrophone-lines-slashmoney-bill-wavemoney-bill-1-wave money-checkmoney-check-dollar not-equalpalettesquare-parkingdiagram-projectreceiptrobotrulerruler-combinedruler-horizontalruler-verticalschool screwdriver shoe-printsskull ban-smokingstoreshopbars-staggered stroopwafeltoolboxshirtperson-walkingwallet face-angryarchway book-atlasaward delete-left bezier-curvebongbrush bus-simplecannabis check-doublemartini-glass-citrusbell-conciergecookie cookie-bite crop-simpletachograph-digital face-dizzycompass-draftingdrum drum-steelpanfeather-pointed file-contractfile-arrow-down file-export file-import file-invoicefile-invoice-dollarfile-prescriptionfile-signature file-arrow-upfill fill-drip fingerprintfish face-flushedface-frown-open martini-glass earth-africaearth-americas earth-asia face-grimace face-grinface-grin-wideface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-winkgrip grip-verticalheadphones-simpleheadset highlighterhot-tub-personhoteljoint face-kissface-kiss-beamface-kiss-wink-heart face-laughface-laugh-beamface-laugh-squintface-laugh-winkcart-flatbed-suitcase map-locationmap-location-dotmarkermedalface-meh-blankface-rolling-eyesmonument mortar-pestle paint-rollerpassport pen-fancypen-nib pen-ruler plane-arrivalplane-departure prescription face-sad-cry face-sad-tear van-shuttle signatureface-smile-beam solar-panelspasplotch spray-canstampstar-half-strokesuitcase-rolling face-surprise swatchbookperson-swimming water-ladder droplet-slash face-tiredtoothumbrella-beach vector-squareweight-hangingwine-glass-emptyspray-can-sparkles apple-wholeatombonebook-open-readerbraincar-rear car-battery car-burstcar-sidecharging-stationdiamond-turn-right draw-polygon laptop-code layer-grouplocation-crosshairslungs microscopeoil-canpoopshapes star-of-lifegauge gauge-high gauge-simplegauge-simple-highteeth teeth-open masks-theater traffic-light truck-monster truck-pickup rectangle-adankh book-bible business-timecitycomment-dollarcomments-dollarcross dharmachakraenvelope-open-text folder-minus folder-plusfilter-circle-dollargopuramhamsabahaijedibook-journal-whillskaabakhandalandmarkenvelopes-bulkmenorahmosqueomspaghetti-monster-flyingpeaceplace-of-worshipsquare-poll-verticalsquare-poll-horizontalperson-praying hands-praying book-quranmagnifying-glass-dollarmagnifying-glass-locationsockssquare-root-variablestar-and-crescent star-of-david synagogue scroll-torah torii-gatevihara volume-xmarkyin-yang blender-phone book-skull campgroundcatchair cloud-moon cloud-suncowdice-d20dice-d6dogdragondrumstick-bitedungeonfile-csv hand-fistghosthammerhanukiah hat-wizard person-hikinghippohorsehouse-chimney-crack hryvnia-signmaskmountain network-wiredotterringperson-runningscrollskull-crossbonesslashspider toilet-papertractor user-injured vr-cardboard wand-sparkleswind wine-bottlecloud-meatballcloud-moon-rain cloud-raincloud-showers-heavycloud-sun-raindemocratflag-usa hurricane landmark-domemeteor person-booth poo-stormrainbow republicansmogtemperature-hightemperature-low cloud-bolttornadovolcano check-to-slotwaterbaby baby-carriage biohazardblog calendar-day calendar-week candy-canecarrot cash-registerminimizedumpster dumpster-fireethernetgiftschampagne-glasses whiskey-glass earth-europe grip-linesgrip-lines-verticalguitar heart-crack holly-berry horse-headiciclesigloomittenmug-hot radiationcircle-radiationrestroom satellitesatellite-dishsd-cardsim-cardperson-skating person-skiingperson-skiing-nordicsleigh comment-smsperson-snowboardingsnowmansnowplow tenge-signtoiletscrewdriver-wrench cable-carfire-flame-curvedbacon book-medical bread-slicecheesehouse-chimney-medicalclipboard-usercomment-medicalcrutchdiseaseegg folder-treeburgerhand-middle-finger helmet-safety hospital-userhotdog ice-creamlaptop-medicalpager pepper-hot pizza-slice sack-dollar book-tanakh bars-progresstrash-arrow-uptrash-can-arrow-up user-nurse wave-square person-biking border-all border-noneborder-top-leftperson-diggingfanicons phone-flipsquare-phone-flip photo-film text-slasharrow-down-z-a arrow-up-z-aarrow-down-short-widearrow-up-short-widearrow-down-9-1 arrow-up-9-1 spell-check voicemail hat-cowboyhat-cowboy-sidecomputer-mouseradio record-vinyl walkie-talkiecaravanfontawesome/webfonts/fa-v4compatibility.woff2000064400000011270151162653250015405 0ustar00wOF2 'm6$ `ʿP} Up~?򽱥Ȳ,M/dyeBGkySp)-'@;G SO/X-mEz8h'uti+ݜ,h?g!pDF{"^ڊcj;J;()Q0Mi?a͞#t "zkҺ4|h7?>pW/Ӥo #~4)H$(oȲspV`^@@k\;C#]䔻O1g x ~& B+x5 C x.~ I-Ţ~ uTWXa@] n@A 84aY'ϝ&/r2e&p_&YoY?'_~3_wk)&Msn`6:{5O{vi~}9}¾Oo;fnK=Uy9YJ[E~<@]K$aQsTOil=28RT *JiN%"V91ƱHg?~cǓǏ?>vKxTs,9c'{Ѫ]Y9eeee ZB/ѩD+;C"SvӅ 4IKy!YvYFȦRMͩYug?i߿JO]c|1,| nxd[_0(UE<JdBҽϳ|juTBBL&2VR}{T )[,ϤDaf)!n`.Q^@ a,5d E|wFiS:եTTR$ϕTI89PY r |JP>)>A-yqΏȖw>4}[w$-yqHs㎮׈[6G"3o@`X8O:tp$/FjiJ8VU=@7uM,a+'ݾ0MFSMuƲORncm@M azU >@ʕGFW!.k =G"T zTCD:jO(zT# UɽW5p 8chX8iTK1>V(LqƊZw\eW(/"3V2[buuUI[ G!gl&*lsȷ$\BiURj`CR5dڔ2Q^gyMvEQ!۞ٴifƶϺG%;5%$N4ZC'p:6K 1|Ns7v v]BLf` O%x!@ ω[H* x:9)UѦ9]0zO1/tͅyFx:uV% tq8^TyZmC+Z}M~.bi֟%_Np0tPXI&rBϣ2q^F&=}0*@ v\p6*!tacvr 5ϝڳ̓HkU֚S Qr`sG* ƏS(j=1- N] Sq;*UNǸvL?kkkke"՟#۰GHNN@(T*pxR !{̨mlkMbY'ۖEf0~ntH A87ogsevP}nm5+@|ٔ ~噌؋W}M[mjjz7#vqKb&;>-j65ݲ[|۰FkAYB{r|fEMej>%^mţ6EnƆ1vqo<-Y-[|C`s&<1шݲTp'Ɣ-/_ULRBdh zi/&[h OY0SC-,pwSI/jƤ3/9 p  .{kxŀcocDI'⇯ܙi/$Y/ !cBUֶ޶i-awRι:97msjmMlޤ)9#LSU8BU5&3IXsVY8N>p9~f $c'TlR].nVʹQPuFb*3aMxcau(7tf1OH^M;zpF坻Θ5 I/`dZi%PEBzrl؎A1`,h} ?$48k*,[78|Z;l!/1f(eق{4~WDB8-6l[Tpo9a~ku-~s.6Z2~גˡᇴ>Dpa/4L-Uitެ" qj͒jlp!QݩN|anN&ITb4<E Y269c{W#fޠv/R.M{9K3vo4Kd-E?5JY0ly^(Ep~-,5.tvdr^,,;}Ǒ;q'ʤcnR{ c}sIi1Ɵy8dRȖ35,5z1_x-o31G<͸RD́$Qr՛SB'_sVIц#:/㲀^;\/20\XkLϤ{bTRC~͛7Xs='N2H/̲دYg_EuYg-ܱcǎK?4cGo& g`i#(b DtE~]kX[&xMŠ'B?żkUtOaR:MNVmŜ4XL!ݙA rR.h!ƆB 3M%'%p|ߋ{HP^eʧjB=YjCLe-ƐHlDo G DN,q xo$ B Ca5D{Q*JESb=h@b!:Ua  T))D!&0ߒX$L>*@ K%E<0pO>/AG,y(kEu4PB9}fgC5?-fontawesome/webfonts/fa-v4compatibility.ttf000064400000025120151162653250015156 0ustar00  OS/2OP(`cmap"$glyfXXhead'wi6hhea$hmtxGlocad@Pmaxp0 nameci#$}postV'Q_< kvkv@@@''LfGLfAWSMAzG> @ @@@@@'@@@'@@> AGf~ #>ILV^acxzAGe} #>HLV^`cuz}{zq`_\?:-& , R `*2<Bbb  T $ . v , \ p: '.5!!!"13!1276514'&#'17''3171'#17`@ @  ZZZZZZ&ZZZZ&ZZZZ @  z L: :)6711671167&'&'327&'&767''66RR66''  $$$$3!87;;-R6666R-;;78! s  a "1311#151&'&1176751311#11327716'&'#151311771654''1&1#15131676'' @  `@ @`  @ @ `@ @`  @ @`  @ @ `@ @`  @ @ `@;3#31''11''1&771'1&767#3#&'516761716111X 'W W'  'W W'  'W W'  'W W' 96111#1&'51676173#31''11''1&771'1&767 W'  'W 'W W'  W'  'W 'W W' +&#"1311#11327716'&'#15131676'' h 88 h h 88 hp    pp    p<D+%654''1&1#151&'&117675131177p    pp    p h 88 h h 88 h 7Mdz2111!12#!1&'&'147632111#"'&551476375#"'&551476322111#"'&551476375#"'&55147632   p"      @        "P @ @ @   ` ` `  'U'1#"'&551#1"'&5514763315147632'#3#"13312##1&'&'16767312#z{{{ {     @@@ @ @))@ V{{{  { > @ >   ))  S11327711767514'&##111!16767514'&#"1!1&'1673127654'&##` * ) ""@"  p p) *  """p p@  'U'1#"'&551#1"'&55147633151476323#3276514'&##1"'&54763311#1"'&54763{{{ {     @@@ @ @))@ V{{{  { > @ >   ))  2$7531513171#1514763251&'&#&1#113PtWi' BBb"&Y+aK\w7'11176771677167514''1&##1"''1&'&7716176''1&7716''1"#&'11165!671167632#"'&'&': : +"  G55 0!"<=CC=<"!!"<=CC=<"! ('      ((@?8-  2F::$""$::FF::$""$::F"+E#3#5131%111!1676751&'&'!5!151!%111!1676751&'&'!p    `p    ` ` @  @  @ @  @  Y#3#177111'1&131676''17111316751&'&1'171176751&'#111'1716'&'Ȑ (OO(  (OO(  (OO(  (OO(  (OO(  (OO(  (OO(  (OO(   :Cc7113277171654''1'1&#"1113271654''1&#"7'171113277171654''1'1&#"1113277171654''1'1&#"1&&&&&&#}#iiii#8998`8998&&&&#}#8iiii"99889988@#-7A\w111!167671&'&'!#3#51'55316711671#7&'11&'31471167632#"'&'&571#13367&'#151&'#1@@@@@@@@@@@L@@@@@@@00D-J]p7671167632#"'&'&'%4'11&#"32765671167&'716'&1"1"14'11&#"327652711654'&#"3%4'11&#"32765!"<=CC=<"!!"<=CC=<"!   @ @P   P  `   F::$""$::FF::$""$::F          !C!!!5167611'&'51!1"'&54763211#!11''1&5477161! @@` `  ` `@`@ ` `@   @ ` `@,5671167!11!1&'&'4'11&#"32765!!!1!1@   @@  @p,5671167311#1&'&'4'11&#"32765#3#131   P  @+';&'1111771176''1716'&''1'1111'1&#6D o o D5 vVi   n II n 22l U x8767116727676'&'&'1#11!1676751&'&'#15"  "",=)(@0"   %()=00c.6''1&#"1311##1"13316767513167^   X P P6%$X      $%6 c.%1#"''1&76731514'&##1"'&551476331131^   X P P6%$Xq     $%6;111!1&'&'16767!55&'#1111327711367@@!B$B! @牉 !B$B!@P471163332##1312##11''1&767312767#1"'&5476331&'&###"'&5 @ 8# $ !!.  P   @     ,g     ''Nqx#"''1&76761147632171676471163311312##1&'&771#1"'&511'&''1#11'&'&77171673#3'1  X    X  J3  J3 ` @ X @ ((( `  $. $  ` I  I     ((@'=Si#"''1&767611476321716763#32##1"'&547633#32##1"'&547633#32##1"'&547633#32##1"'&54763  X    X    ``` `      `  $. $  `         @'=Si#"''1&76761147632171676"'11&54763312##5"'11&54763312##5"'11&54763312##5"'11&54763312##  X    X     ` `     `  $. $  `         '(Sf27716'&'&114'&#"1'1&'&13%&17711#1"33327654'&##1514''611'&'&76777677165&'&' X    X #0   00  !    1%% `  $. $  `  4   `   q  B$%% D"71327716'&'#114'&##1"1#1   H @ Hq    C"6''1&#"1311331276513167>   H @ H      c"7''1&5477161!121#!11      "   H @ Hc"%771654''1&1!1"13!11O    "   H @ Hb211171611716113167675167631#1"'&5511'&'&76771511'&'&76771514763` w  w  @4$$  66N`   )  )  #" '" '""5  N33     6 0=JW67311312#!1"'&54763317!!!1!1&'&'16751&'316751&'316751&' x `  `g```   n@@ 3'71#731'#3!17%3#3'1#"'1&771633121WWWXHHH92I8  p p x]]]]MMMM}0MM( 6I\o%6711671167&'&'&'#01111111111367673'211#"'&547633211#"'&547634711632#"'&5H9:"""":9HH9:""/ ,&#08    `   //::////:E4%        N%%+h%2", , % 4 J% o V J% d D} X .A :K oFont Awesome v4 Compatibility RegularRegularFontAwesomev4Compatibility-RegularCopyright (c) Font AwesomeFont Awesome v4 Compatibility Regular-6.5.1Font Awesome v4 CompatibilityThe web's most popular icon set and toolkit.Version 773.01171875 (Font Awesome version: 6.5.1)https://fontawesome.comFont Awesome v4 Compatibility RegularRegularFontAwesomev4Compatibility-RegularCopyright (c) Font AwesomeFont Awesome v4 Compatibility Regular-6.5.1Font Awesome v4 CompatibilityThe web's most popular icon set and toolkit.Version 773.01171875 (Font Awesome version: 6.5.1)https://fontawesome.com'      !"#$%&' location-dotup-down-left-right"up-right-and-down-left-from-center down-left-and-up-right-to-centerup-down left-right chart-columnright-from-bracketup-right-from-squareright-to-bracket facebook-fearth-americas bars-progressmaximizewand-magic-sparkles money-bill-1 gauge-high right-lefttablet-screen-buttonmobile-screen-buttonstar-half-strokeunlockturn-up turn-downsquare-up-rightindian-rupee-signarrow-down-z-aarrow-down-short-widearrow-down-wide-shortarrow-down-9-1 down-longup-long left-long right-longturkish-lira-sign trash-cangem comment-dotsfontawesome/css/all.min.css000064400000310361151162653250011741 0ustar00/*! * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */ .fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.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-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{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));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{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)} .fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"} .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(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}: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(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}fontawesome/css/fontawesome.min.css000064400000235633151162653250013530 0ustar00/*! * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */ .fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.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-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{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));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{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)} .fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"} .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}daterangepicker/daterangepicker.css000064400000017114151162653250013550 0ustar00.daterangepicker { position: absolute; color: inherit; background-color: #fff; border-radius: 4px; border: 1px solid #ddd; width: 278px; max-width: none; padding: 0; margin-top: 7px; top: 100px; left: 20px; z-index: 3001; display: none; font-family: arial; font-size: 15px; line-height: 1em; } .daterangepicker:before, .daterangepicker:after { position: absolute; display: inline-block; border-bottom-color: rgba(0, 0, 0, 0.2); content: ''; } .daterangepicker:before { top: -7px; border-right: 7px solid transparent; border-left: 7px solid transparent; border-bottom: 7px solid #ccc; } .daterangepicker:after { top: -6px; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-left: 6px solid transparent; } .daterangepicker.opensleft:before { right: 9px; } .daterangepicker.opensleft:after { right: 10px; } .daterangepicker.openscenter:before { left: 0; right: 0; width: 0; margin-left: auto; margin-right: auto; } .daterangepicker.openscenter:after { left: 0; right: 0; width: 0; margin-left: auto; margin-right: auto; } .daterangepicker.opensright:before { left: 9px; } .daterangepicker.opensright:after { left: 10px; } .daterangepicker.drop-up { margin-top: -7px; } .daterangepicker.drop-up:before { top: initial; bottom: -7px; border-bottom: initial; border-top: 7px solid #ccc; } .daterangepicker.drop-up:after { top: initial; bottom: -6px; border-bottom: initial; border-top: 6px solid #fff; } .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar { float: none; } .daterangepicker.single .drp-selected { display: none; } .daterangepicker.show-calendar .drp-calendar { display: block; } .daterangepicker.show-calendar .drp-buttons { display: block; } .daterangepicker.auto-apply .drp-buttons { display: none; } .daterangepicker .drp-calendar { display: none; max-width: 270px; } .daterangepicker .drp-calendar.left { padding: 8px 0 8px 8px; } .daterangepicker .drp-calendar.right { padding: 8px; } .daterangepicker .drp-calendar.single .calendar-table { border: none; } .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span { color: #fff; border: solid black; border-width: 0 2px 2px 0; border-radius: 0; display: inline-block; padding: 3px; } .daterangepicker .calendar-table .next span { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .daterangepicker .calendar-table .prev span { transform: rotate(135deg); -webkit-transform: rotate(135deg); } .daterangepicker .calendar-table th, .daterangepicker .calendar-table td { white-space: nowrap; text-align: center; vertical-align: middle; min-width: 32px; width: 32px; height: 24px; line-height: 24px; font-size: 12px; border-radius: 4px; border: 1px solid transparent; white-space: nowrap; cursor: pointer; } .daterangepicker .calendar-table { border: 1px solid #fff; border-radius: 4px; background-color: #fff; } .daterangepicker .calendar-table table { width: 100%; margin: 0; border-spacing: 0; border-collapse: collapse; } .daterangepicker td.available:hover, .daterangepicker th.available:hover { background-color: #eee; border-color: transparent; color: inherit; } .daterangepicker td.week, .daterangepicker th.week { font-size: 80%; color: #ccc; } .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date { background-color: #fff; border-color: transparent; color: #999; } .daterangepicker td.in-range { background-color: #ebf4f8; border-color: transparent; color: #000; border-radius: 0; } .daterangepicker td.start-date { border-radius: 4px 0 0 4px; } .daterangepicker td.end-date { border-radius: 0 4px 4px 0; } .daterangepicker td.start-date.end-date { border-radius: 4px; } .daterangepicker td.active, .daterangepicker td.active:hover { background-color: #7539FF; border-color: transparent; color: #fff; } .daterangepicker th.month { width: auto; } .daterangepicker td.disabled, .daterangepicker option.disabled { color: #999; cursor: not-allowed; text-decoration: line-through; } .daterangepicker select.monthselect, .daterangepicker select.yearselect { font-size: 12px; padding: 1px; height: auto; margin: 0; cursor: default; } .daterangepicker select.monthselect { margin-right: 2%; width: 56%; } .daterangepicker select.yearselect { width: 40%; } .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect { width: 50px; margin: 0 auto; background: #eee; border: 1px solid #eee; padding: 2px; outline: 0; font-size: 12px; } .daterangepicker .calendar-time { text-align: center; margin: 4px auto 0 auto; line-height: 30px; position: relative; } .daterangepicker .calendar-time select.disabled { color: #ccc; cursor: not-allowed; } .daterangepicker .drp-buttons { clear: both; text-align: right; padding: 8px; border-top: 1px solid #ddd; display: none; line-height: 12px; vertical-align: middle; } .daterangepicker .drp-selected { display: inline-block; font-size: 12px; padding-right: 8px; } .daterangepicker .drp-buttons .btn { margin-left: 8px; font-size: 12px; font-weight: bold; padding: 4px 8px; } .daterangepicker .drp-buttons .applyBtn { background-color: #7539FF; border-color: #7539FF; } .daterangepicker.show-ranges.single.rtl .drp-calendar.left { border-right: 1px solid #ddd; } .daterangepicker.show-ranges.single.ltr .drp-calendar.left { border-left: 1px solid #ddd; } .daterangepicker.show-ranges.rtl .drp-calendar.right { border-right: 1px solid #ddd; } .daterangepicker.show-ranges.ltr .drp-calendar.left { border-left: 1px solid #ddd; } .daterangepicker .ranges { float: none; text-align: left; margin: 0; } .daterangepicker.show-calendar .ranges { margin-top: 8px; } .daterangepicker .ranges ul { list-style: none; margin: 0 auto; padding: 0; width: 100%; } .daterangepicker .ranges li { font-size: 12px; padding: 8px 12px; cursor: pointer; } .daterangepicker .ranges li:hover { background-color: #eee; } .daterangepicker .ranges li.active { background-color: #08c; color: #fff; } /* Larger Screen Styling */ @media (min-width: 564px) { .daterangepicker { width: auto; } .daterangepicker .ranges ul { width: 140px; } .daterangepicker.single .ranges ul { width: 100%; } .daterangepicker.single .drp-calendar.left { clear: none; } .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar { float: left; } .daterangepicker { direction: ltr; text-align: left; } .daterangepicker .drp-calendar.left { clear: left; margin-right: 0; } .daterangepicker .drp-calendar.left .calendar-table { border-right: none; border-top-right-radius: 0; border-bottom-right-radius: 0; } .daterangepicker .drp-calendar.right { margin-left: 0; } .daterangepicker .drp-calendar.right .calendar-table { border-left: none; border-top-left-radius: 0; border-bottom-left-radius: 0; } .daterangepicker .drp-calendar.left .calendar-table { padding-right: 8px; } .daterangepicker .ranges, .daterangepicker .drp-calendar { float: left; } } @media (min-width: 730px) { .daterangepicker .ranges { width: auto; } .daterangepicker .ranges { float: left; } .daterangepicker.rtl .ranges { float: right; } .daterangepicker .drp-calendar.left { clear: none !important; } } daterangepicker/daterangepicker.js000064400000200235151162653250013372 0ustar00/** * @version: 3.0.5 * @author: Dan Grossman http://www.dangrossman.info/ * @copyright: Copyright (c) 2012-2019 Dan Grossman. All rights reserved. * @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php * @website: http://www.daterangepicker.com/ */ // Following the UMD template https://github.com/umdjs/umd/blob/master/templates/returnExportsGlobal.js (function (root, factory) { if (typeof define === 'function' && define.amd) { // AMD. Make globaly available as well define(['moment', 'jquery'], function (moment, jquery) { if (!jquery.fn) jquery.fn = {}; // webpack server rendering if (typeof moment !== 'function' && moment.default) moment = moment.default return factory(moment, jquery); }); } else if (typeof module === 'object' && module.exports) { // Node / Browserify //isomorphic issue var jQuery = (typeof window != 'undefined') ? window.jQuery : undefined; if (!jQuery) { jQuery = require('jquery'); if (!jQuery.fn) jQuery.fn = {}; } var moment = (typeof window != 'undefined' && typeof window.moment != 'undefined') ? window.moment : require('moment'); module.exports = factory(moment, jQuery); } else { // Browser globals root.daterangepicker = factory(root.moment, root.jQuery); } }(this, function(moment, $) { var DateRangePicker = function(element, options, cb) { //default settings for options this.parentEl = 'body'; this.element = $(element); this.startDate = moment().startOf('day'); this.endDate = moment().endOf('day'); this.minDate = false; this.maxDate = false; this.maxSpan = false; this.autoApply = false; this.singleDatePicker = false; this.showDropdowns = false; this.minYear = moment().subtract(100, 'year').format('YYYY'); this.maxYear = moment().add(100, 'year').format('YYYY'); this.showWeekNumbers = false; this.showISOWeekNumbers = false; this.showCustomRangeLabel = true; this.timePicker = false; this.timePicker24Hour = false; this.timePickerIncrement = 1; this.timePickerSeconds = false; this.linkedCalendars = true; this.autoUpdateInput = true; this.alwaysShowCalendars = false; this.ranges = {}; this.opens = 'right'; if (this.element.hasClass('pull-right')) this.opens = 'left'; this.drops = 'down'; if (this.element.hasClass('dropup')) this.drops = 'up'; this.buttonClasses = 'btn btn-sm'; this.applyButtonClasses = 'btn-primary'; this.cancelButtonClasses = 'btn-default'; this.locale = { direction: 'ltr', format: moment.localeData().longDateFormat('L'), separator: ' - ', applyLabel: 'Apply', cancelLabel: 'Cancel', weekLabel: 'W', customRangeLabel: 'Custom Range', daysOfWeek: moment.weekdaysMin(), monthNames: moment.monthsShort(), firstDay: moment.localeData().firstDayOfWeek() }; this.callback = function() { }; //some state information this.isShowing = false; this.leftCalendar = {}; this.rightCalendar = {}; //custom options from user if (typeof options !== 'object' || options === null) options = {}; //allow setting options with data attributes //data-api options will be overwritten with custom javascript options options = $.extend(this.element.data(), options); //html template for the picker UI if (typeof options.template !== 'string' && !(options.template instanceof $)) options.template = '

'; this.parentEl = (options.parentEl && $(options.parentEl).length) ? $(options.parentEl) : $(this.parentEl); this.container = $(options.template).appendTo(this.parentEl); // // handle all the possible options overriding defaults // if (typeof options.locale === 'object') { if (typeof options.locale.direction === 'string') this.locale.direction = options.locale.direction; if (typeof options.locale.format === 'string') this.locale.format = options.locale.format; if (typeof options.locale.separator === 'string') this.locale.separator = options.locale.separator; if (typeof options.locale.daysOfWeek === 'object') this.locale.daysOfWeek = options.locale.daysOfWeek.slice(); if (typeof options.locale.monthNames === 'object') this.locale.monthNames = options.locale.monthNames.slice(); if (typeof options.locale.firstDay === 'number') this.locale.firstDay = options.locale.firstDay; if (typeof options.locale.applyLabel === 'string') this.locale.applyLabel = options.locale.applyLabel; if (typeof options.locale.cancelLabel === 'string') this.locale.cancelLabel = options.locale.cancelLabel; if (typeof options.locale.weekLabel === 'string') this.locale.weekLabel = options.locale.weekLabel; if (typeof options.locale.customRangeLabel === 'string'){ //Support unicode chars in the custom range name. var elem = document.createElement('textarea'); elem.innerHTML = options.locale.customRangeLabel; var rangeHtml = elem.value; this.locale.customRangeLabel = rangeHtml; } } this.container.addClass(this.locale.direction); if (typeof options.startDate === 'string') this.startDate = moment(options.startDate, this.locale.format); if (typeof options.endDate === 'string') this.endDate = moment(options.endDate, this.locale.format); if (typeof options.minDate === 'string') this.minDate = moment(options.minDate, this.locale.format); if (typeof options.maxDate === 'string') this.maxDate = moment(options.maxDate, this.locale.format); if (typeof options.startDate === 'object') this.startDate = moment(options.startDate); if (typeof options.endDate === 'object') this.endDate = moment(options.endDate); if (typeof options.minDate === 'object') this.minDate = moment(options.minDate); if (typeof options.maxDate === 'object') this.maxDate = moment(options.maxDate); // sanity check for bad options if (this.minDate && this.startDate.isBefore(this.minDate)) this.startDate = this.minDate.clone(); // sanity check for bad options if (this.maxDate && this.endDate.isAfter(this.maxDate)) this.endDate = this.maxDate.clone(); if (typeof options.applyButtonClasses === 'string') this.applyButtonClasses = options.applyButtonClasses; if (typeof options.applyClass === 'string') //backwards compat this.applyButtonClasses = options.applyClass; if (typeof options.cancelButtonClasses === 'string') this.cancelButtonClasses = options.cancelButtonClasses; if (typeof options.cancelClass === 'string') //backwards compat this.cancelButtonClasses = options.cancelClass; if (typeof options.maxSpan === 'object') this.maxSpan = options.maxSpan; if (typeof options.dateLimit === 'object') //backwards compat this.maxSpan = options.dateLimit; if (typeof options.opens === 'string') this.opens = options.opens; if (typeof options.drops === 'string') this.drops = options.drops; if (typeof options.showWeekNumbers === 'boolean') this.showWeekNumbers = options.showWeekNumbers; if (typeof options.showISOWeekNumbers === 'boolean') this.showISOWeekNumbers = options.showISOWeekNumbers; if (typeof options.buttonClasses === 'string') this.buttonClasses = options.buttonClasses; if (typeof options.buttonClasses === 'object') this.buttonClasses = options.buttonClasses.join(' '); if (typeof options.showDropdowns === 'boolean') this.showDropdowns = options.showDropdowns; if (typeof options.minYear === 'number') this.minYear = options.minYear; if (typeof options.maxYear === 'number') this.maxYear = options.maxYear; if (typeof options.showCustomRangeLabel === 'boolean') this.showCustomRangeLabel = options.showCustomRangeLabel; if (typeof options.singleDatePicker === 'boolean') { this.singleDatePicker = options.singleDatePicker; if (this.singleDatePicker) this.endDate = this.startDate.clone(); } if (typeof options.timePicker === 'boolean') this.timePicker = options.timePicker; if (typeof options.timePickerSeconds === 'boolean') this.timePickerSeconds = options.timePickerSeconds; if (typeof options.timePickerIncrement === 'number') this.timePickerIncrement = options.timePickerIncrement; if (typeof options.timePicker24Hour === 'boolean') this.timePicker24Hour = options.timePicker24Hour; if (typeof options.autoApply === 'boolean') this.autoApply = options.autoApply; if (typeof options.autoUpdateInput === 'boolean') this.autoUpdateInput = options.autoUpdateInput; if (typeof options.linkedCalendars === 'boolean') this.linkedCalendars = options.linkedCalendars; if (typeof options.isInvalidDate === 'function') this.isInvalidDate = options.isInvalidDate; if (typeof options.isCustomDate === 'function') this.isCustomDate = options.isCustomDate; if (typeof options.alwaysShowCalendars === 'boolean') this.alwaysShowCalendars = options.alwaysShowCalendars; // update day names order to firstDay if (this.locale.firstDay != 0) { var iterator = this.locale.firstDay; while (iterator > 0) { this.locale.daysOfWeek.push(this.locale.daysOfWeek.shift()); iterator--; } } var start, end, range; //if no start/end dates set, check if an input element contains initial values if (typeof options.startDate === 'undefined' && typeof options.endDate === 'undefined') { if ($(this.element).is(':text')) { var val = $(this.element).val(), split = val.split(this.locale.separator); start = end = null; if (split.length == 2) { start = moment(split[0], this.locale.format); end = moment(split[1], this.locale.format); } else if (this.singleDatePicker && val !== "") { start = moment(val, this.locale.format); end = moment(val, this.locale.format); } if (start !== null && end !== null) { this.setStartDate(start); this.setEndDate(end); } } } if (typeof options.ranges === 'object') { for (range in options.ranges) { if (typeof options.ranges[range][0] === 'string') start = moment(options.ranges[range][0], this.locale.format); else start = moment(options.ranges[range][0]); if (typeof options.ranges[range][1] === 'string') end = moment(options.ranges[range][1], this.locale.format); else end = moment(options.ranges[range][1]); // If the start or end date exceed those allowed by the minDate or maxSpan // options, shorten the range to the allowable period. if (this.minDate && start.isBefore(this.minDate)) start = this.minDate.clone(); var maxDate = this.maxDate; if (this.maxSpan && maxDate && start.clone().add(this.maxSpan).isAfter(maxDate)) maxDate = start.clone().add(this.maxSpan); if (maxDate && end.isAfter(maxDate)) end = maxDate.clone(); // If the end of the range is before the minimum or the start of the range is // after the maximum, don't display this range option at all. if ((this.minDate && end.isBefore(this.minDate, this.timepicker ? 'minute' : 'day')) || (maxDate && start.isAfter(maxDate, this.timepicker ? 'minute' : 'day'))) continue; //Support unicode chars in the range names. var elem = document.createElement('textarea'); elem.innerHTML = range; var rangeHtml = elem.value; this.ranges[rangeHtml] = [start, end]; } var list = '
    '; for (range in this.ranges) { list += '
  • ' + range + '
  • '; } if (this.showCustomRangeLabel) { list += '
  • ' + this.locale.customRangeLabel + '
  • '; } list += '
'; this.container.find('.ranges').prepend(list); } if (typeof cb === 'function') { this.callback = cb; } if (!this.timePicker) { this.startDate = this.startDate.startOf('day'); this.endDate = this.endDate.endOf('day'); this.container.find('.calendar-time').hide(); } //can't be used together for now if (this.timePicker && this.autoApply) this.autoApply = false; if (this.autoApply) { this.container.addClass('auto-apply'); } if (typeof options.ranges === 'object') this.container.addClass('show-ranges'); if (this.singleDatePicker) { this.container.addClass('single'); this.container.find('.drp-calendar.left').addClass('single'); this.container.find('.drp-calendar.left').show(); this.container.find('.drp-calendar.right').hide(); if (!this.timePicker) { this.container.addClass('auto-apply'); } } if ((typeof options.ranges === 'undefined' && !this.singleDatePicker) || this.alwaysShowCalendars) { this.container.addClass('show-calendar'); } this.container.addClass('opens' + this.opens); //apply CSS classes and labels to buttons this.container.find('.applyBtn, .cancelBtn').addClass(this.buttonClasses); if (this.applyButtonClasses.length) this.container.find('.applyBtn').addClass(this.applyButtonClasses); if (this.cancelButtonClasses.length) this.container.find('.cancelBtn').addClass(this.cancelButtonClasses); this.container.find('.applyBtn').html(this.locale.applyLabel); this.container.find('.cancelBtn').html(this.locale.cancelLabel); // // event listeners // this.container.find('.drp-calendar') .on('click.daterangepicker', '.prev', $.proxy(this.clickPrev, this)) .on('click.daterangepicker', '.next', $.proxy(this.clickNext, this)) .on('mousedown.daterangepicker', 'td.available', $.proxy(this.clickDate, this)) .on('mouseenter.daterangepicker', 'td.available', $.proxy(this.hoverDate, this)) .on('change.daterangepicker', 'select.yearselect', $.proxy(this.monthOrYearChanged, this)) .on('change.daterangepicker', 'select.monthselect', $.proxy(this.monthOrYearChanged, this)) .on('change.daterangepicker', 'select.hourselect,select.minuteselect,select.secondselect,select.ampmselect', $.proxy(this.timeChanged, this)) this.container.find('.ranges') .on('click.daterangepicker', 'li', $.proxy(this.clickRange, this)) this.container.find('.drp-buttons') .on('click.daterangepicker', 'button.applyBtn', $.proxy(this.clickApply, this)) .on('click.daterangepicker', 'button.cancelBtn', $.proxy(this.clickCancel, this)) if (this.element.is('input') || this.element.is('button')) { this.element.on({ 'click.daterangepicker': $.proxy(this.show, this), 'focus.daterangepicker': $.proxy(this.show, this), 'keyup.daterangepicker': $.proxy(this.elementChanged, this), 'keydown.daterangepicker': $.proxy(this.keydown, this) //IE 11 compatibility }); } else { this.element.on('click.daterangepicker', $.proxy(this.toggle, this)); this.element.on('keydown.daterangepicker', $.proxy(this.toggle, this)); } // // if attached to a text input, set the initial value // this.updateElement(); }; DateRangePicker.prototype = { constructor: DateRangePicker, setStartDate: function(startDate) { if (typeof startDate === 'string') this.startDate = moment(startDate, this.locale.format); if (typeof startDate === 'object') this.startDate = moment(startDate); if (!this.timePicker) this.startDate = this.startDate.startOf('day'); if (this.timePicker && this.timePickerIncrement) this.startDate.minute(Math.round(this.startDate.minute() / this.timePickerIncrement) * this.timePickerIncrement); if (this.minDate && this.startDate.isBefore(this.minDate)) { this.startDate = this.minDate.clone(); if (this.timePicker && this.timePickerIncrement) this.startDate.minute(Math.round(this.startDate.minute() / this.timePickerIncrement) * this.timePickerIncrement); } if (this.maxDate && this.startDate.isAfter(this.maxDate)) { this.startDate = this.maxDate.clone(); if (this.timePicker && this.timePickerIncrement) this.startDate.minute(Math.floor(this.startDate.minute() / this.timePickerIncrement) * this.timePickerIncrement); } if (!this.isShowing) this.updateElement(); this.updateMonthsInView(); }, setEndDate: function(endDate) { if (typeof endDate === 'string') this.endDate = moment(endDate, this.locale.format); if (typeof endDate === 'object') this.endDate = moment(endDate); if (!this.timePicker) this.endDate = this.endDate.endOf('day'); if (this.timePicker && this.timePickerIncrement) this.endDate.minute(Math.round(this.endDate.minute() / this.timePickerIncrement) * this.timePickerIncrement); if (this.endDate.isBefore(this.startDate)) this.endDate = this.startDate.clone(); if (this.maxDate && this.endDate.isAfter(this.maxDate)) this.endDate = this.maxDate.clone(); if (this.maxSpan && this.startDate.clone().add(this.maxSpan).isBefore(this.endDate)) this.endDate = this.startDate.clone().add(this.maxSpan); this.previousRightTime = this.endDate.clone(); this.container.find('.drp-selected').html(this.startDate.format(this.locale.format) + this.locale.separator + this.endDate.format(this.locale.format)); if (!this.isShowing) this.updateElement(); this.updateMonthsInView(); }, isInvalidDate: function() { return false; }, isCustomDate: function() { return false; }, updateView: function() { if (this.timePicker) { this.renderTimePicker('left'); this.renderTimePicker('right'); if (!this.endDate) { this.container.find('.right .calendar-time select').prop('disabled', true).addClass('disabled'); } else { this.container.find('.right .calendar-time select').prop('disabled', false).removeClass('disabled'); } } if (this.endDate) this.container.find('.drp-selected').html(this.startDate.format(this.locale.format) + this.locale.separator + this.endDate.format(this.locale.format)); this.updateMonthsInView(); this.updateCalendars(); this.updateFormInputs(); }, updateMonthsInView: function() { if (this.endDate) { //if both dates are visible already, do nothing if (!this.singleDatePicker && this.leftCalendar.month && this.rightCalendar.month && (this.startDate.format('YYYY-MM') == this.leftCalendar.month.format('YYYY-MM') || this.startDate.format('YYYY-MM') == this.rightCalendar.month.format('YYYY-MM')) && (this.endDate.format('YYYY-MM') == this.leftCalendar.month.format('YYYY-MM') || this.endDate.format('YYYY-MM') == this.rightCalendar.month.format('YYYY-MM')) ) { return; } this.leftCalendar.month = this.startDate.clone().date(2); if (!this.linkedCalendars && (this.endDate.month() != this.startDate.month() || this.endDate.year() != this.startDate.year())) { this.rightCalendar.month = this.endDate.clone().date(2); } else { this.rightCalendar.month = this.startDate.clone().date(2).add(1, 'month'); } } else { if (this.leftCalendar.month.format('YYYY-MM') != this.startDate.format('YYYY-MM') && this.rightCalendar.month.format('YYYY-MM') != this.startDate.format('YYYY-MM')) { this.leftCalendar.month = this.startDate.clone().date(2); this.rightCalendar.month = this.startDate.clone().date(2).add(1, 'month'); } } if (this.maxDate && this.linkedCalendars && !this.singleDatePicker && this.rightCalendar.month > this.maxDate) { this.rightCalendar.month = this.maxDate.clone().date(2); this.leftCalendar.month = this.maxDate.clone().date(2).subtract(1, 'month'); } }, updateCalendars: function() { if (this.timePicker) { var hour, minute, second; if (this.endDate) { hour = parseInt(this.container.find('.left .hourselect').val(), 10); minute = parseInt(this.container.find('.left .minuteselect').val(), 10); if (isNaN(minute)) { minute = parseInt(this.container.find('.left .minuteselect option:last').val(), 10); } second = this.timePickerSeconds ? parseInt(this.container.find('.left .secondselect').val(), 10) : 0; if (!this.timePicker24Hour) { var ampm = this.container.find('.left .ampmselect').val(); if (ampm === 'PM' && hour < 12) hour += 12; if (ampm === 'AM' && hour === 12) hour = 0; } } else { hour = parseInt(this.container.find('.right .hourselect').val(), 10); minute = parseInt(this.container.find('.right .minuteselect').val(), 10); if (isNaN(minute)) { minute = parseInt(this.container.find('.right .minuteselect option:last').val(), 10); } second = this.timePickerSeconds ? parseInt(this.container.find('.right .secondselect').val(), 10) : 0; if (!this.timePicker24Hour) { var ampm = this.container.find('.right .ampmselect').val(); if (ampm === 'PM' && hour < 12) hour += 12; if (ampm === 'AM' && hour === 12) hour = 0; } } this.leftCalendar.month.hour(hour).minute(minute).second(second); this.rightCalendar.month.hour(hour).minute(minute).second(second); } this.renderCalendar('left'); this.renderCalendar('right'); //highlight any predefined range matching the current start and end dates this.container.find('.ranges li').removeClass('active'); if (this.endDate == null) return; this.calculateChosenLabel(); }, renderCalendar: function(side) { // // Build the matrix of dates that will populate the calendar // var calendar = side == 'left' ? this.leftCalendar : this.rightCalendar; var month = calendar.month.month(); var year = calendar.month.year(); var hour = calendar.month.hour(); var minute = calendar.month.minute(); var second = calendar.month.second(); var daysInMonth = moment([year, month]).daysInMonth(); var firstDay = moment([year, month, 1]); var lastDay = moment([year, month, daysInMonth]); var lastMonth = moment(firstDay).subtract(1, 'month').month(); var lastYear = moment(firstDay).subtract(1, 'month').year(); var daysInLastMonth = moment([lastYear, lastMonth]).daysInMonth(); var dayOfWeek = firstDay.day(); //initialize a 6 rows x 7 columns array for the calendar var calendar = []; calendar.firstDay = firstDay; calendar.lastDay = lastDay; for (var i = 0; i < 6; i++) { calendar[i] = []; } //populate the calendar with date objects var startDay = daysInLastMonth - dayOfWeek + this.locale.firstDay + 1; if (startDay > daysInLastMonth) startDay -= 7; if (dayOfWeek == this.locale.firstDay) startDay = daysInLastMonth - 6; var curDate = moment([lastYear, lastMonth, startDay, 12, minute, second]); var col, row; for (var i = 0, col = 0, row = 0; i < 42; i++, col++, curDate = moment(curDate).add(24, 'hour')) { if (i > 0 && col % 7 === 0) { col = 0; row++; } calendar[row][col] = curDate.clone().hour(hour).minute(minute).second(second); curDate.hour(12); if (this.minDate && calendar[row][col].format('YYYY-MM-DD') == this.minDate.format('YYYY-MM-DD') && calendar[row][col].isBefore(this.minDate) && side == 'left') { calendar[row][col] = this.minDate.clone(); } if (this.maxDate && calendar[row][col].format('YYYY-MM-DD') == this.maxDate.format('YYYY-MM-DD') && calendar[row][col].isAfter(this.maxDate) && side == 'right') { calendar[row][col] = this.maxDate.clone(); } } //make the calendar object available to hoverDate/clickDate if (side == 'left') { this.leftCalendar.calendar = calendar; } else { this.rightCalendar.calendar = calendar; } // // Display the calendar // var minDate = side == 'left' ? this.minDate : this.startDate; var maxDate = this.maxDate; var selected = side == 'left' ? this.startDate : this.endDate; var arrow = this.locale.direction == 'ltr' ? {left: 'chevron-left', right: 'chevron-right'} : {left: 'chevron-right', right: 'chevron-left'}; var html = ''; html += ''; html += ''; // add empty cell for week number if (this.showWeekNumbers || this.showISOWeekNumbers) html += ''; if ((!minDate || minDate.isBefore(calendar.firstDay)) && (!this.linkedCalendars || side == 'left')) { html += ''; } else { html += ''; } var dateHtml = this.locale.monthNames[calendar[1][1].month()] + calendar[1][1].format(" YYYY"); if (this.showDropdowns) { var currentMonth = calendar[1][1].month(); var currentYear = calendar[1][1].year(); var maxYear = (maxDate && maxDate.year()) || (this.maxYear); var minYear = (minDate && minDate.year()) || (this.minYear); var inMinYear = currentYear == minYear; var inMaxYear = currentYear == maxYear; var monthHtml = '"; var yearHtml = ''; dateHtml = monthHtml + yearHtml; } html += ''; if ((!maxDate || maxDate.isAfter(calendar.lastDay)) && (!this.linkedCalendars || side == 'right' || this.singleDatePicker)) { html += ''; } else { html += ''; } html += ''; html += ''; // add week number label if (this.showWeekNumbers || this.showISOWeekNumbers) html += ''; $.each(this.locale.daysOfWeek, function(index, dayOfWeek) { html += ''; }); html += ''; html += ''; html += ''; //adjust maxDate to reflect the maxSpan setting in order to //grey out end dates beyond the maxSpan if (this.endDate == null && this.maxSpan) { var maxLimit = this.startDate.clone().add(this.maxSpan).endOf('day'); if (!maxDate || maxLimit.isBefore(maxDate)) { maxDate = maxLimit; } } for (var row = 0; row < 6; row++) { html += ''; // add week number if (this.showWeekNumbers) html += ''; else if (this.showISOWeekNumbers) html += ''; for (var col = 0; col < 7; col++) { var classes = []; //highlight today's date if (calendar[row][col].isSame(new Date(), "day")) classes.push('today'); //highlight weekends if (calendar[row][col].isoWeekday() > 5) classes.push('weekend'); //grey out the dates in other months displayed at beginning and end of this calendar if (calendar[row][col].month() != calendar[1][1].month()) classes.push('off', 'ends'); //don't allow selection of dates before the minimum date if (this.minDate && calendar[row][col].isBefore(this.minDate, 'day')) classes.push('off', 'disabled'); //don't allow selection of dates after the maximum date if (maxDate && calendar[row][col].isAfter(maxDate, 'day')) classes.push('off', 'disabled'); //don't allow selection of date if a custom function decides it's invalid if (this.isInvalidDate(calendar[row][col])) classes.push('off', 'disabled'); //highlight the currently selected start date if (calendar[row][col].format('YYYY-MM-DD') == this.startDate.format('YYYY-MM-DD')) classes.push('active', 'start-date'); //highlight the currently selected end date if (this.endDate != null && calendar[row][col].format('YYYY-MM-DD') == this.endDate.format('YYYY-MM-DD')) classes.push('active', 'end-date'); //highlight dates in-between the selected dates if (this.endDate != null && calendar[row][col] > this.startDate && calendar[row][col] < this.endDate) classes.push('in-range'); //apply custom classes for this date var isCustom = this.isCustomDate(calendar[row][col]); if (isCustom !== false) { if (typeof isCustom === 'string') classes.push(isCustom); else Array.prototype.push.apply(classes, isCustom); } var cname = '', disabled = false; for (var i = 0; i < classes.length; i++) { cname += classes[i] + ' '; if (classes[i] == 'disabled') disabled = true; } if (!disabled) cname += 'available'; html += ''; } html += ''; } html += ''; html += '
' + dateHtml + '
' + this.locale.weekLabel + '' + dayOfWeek + '
' + calendar[row][0].week() + '' + calendar[row][0].isoWeek() + '' + calendar[row][col].date() + '
'; this.container.find('.drp-calendar.' + side + ' .calendar-table').html(html); }, renderTimePicker: function(side) { // Don't bother updating the time picker if it's currently disabled // because an end date hasn't been clicked yet if (side == 'right' && !this.endDate) return; var html, selected, minDate, maxDate = this.maxDate; if (this.maxSpan && (!this.maxDate || this.startDate.clone().add(this.maxSpan).isBefore(this.maxDate))) maxDate = this.startDate.clone().add(this.maxSpan); if (side == 'left') { selected = this.startDate.clone(); minDate = this.minDate; } else if (side == 'right') { selected = this.endDate.clone(); minDate = this.startDate; //Preserve the time already selected var timeSelector = this.container.find('.drp-calendar.right .calendar-time'); if (timeSelector.html() != '') { selected.hour(!isNaN(selected.hour()) ? selected.hour() : timeSelector.find('.hourselect option:selected').val()); selected.minute(!isNaN(selected.minute()) ? selected.minute() : timeSelector.find('.minuteselect option:selected').val()); selected.second(!isNaN(selected.second()) ? selected.second() : timeSelector.find('.secondselect option:selected').val()); if (!this.timePicker24Hour) { var ampm = timeSelector.find('.ampmselect option:selected').val(); if (ampm === 'PM' && selected.hour() < 12) selected.hour(selected.hour() + 12); if (ampm === 'AM' && selected.hour() === 12) selected.hour(0); } } if (selected.isBefore(this.startDate)) selected = this.startDate.clone(); if (maxDate && selected.isAfter(maxDate)) selected = maxDate.clone(); } // // hours // html = ' '; // // minutes // html += ': '; // // seconds // if (this.timePickerSeconds) { html += ': '; } // // AM/PM // if (!this.timePicker24Hour) { html += ''; } this.container.find('.drp-calendar.' + side + ' .calendar-time').html(html); }, updateFormInputs: function() { if (this.singleDatePicker || (this.endDate && (this.startDate.isBefore(this.endDate) || this.startDate.isSame(this.endDate)))) { this.container.find('button.applyBtn').prop('disabled', false); } else { this.container.find('button.applyBtn').prop('disabled', true); } }, move: function() { var parentOffset = { top: 0, left: 0 }, containerTop; var parentRightEdge = $(window).width(); if (!this.parentEl.is('body')) { parentOffset = { top: this.parentEl.offset().top - this.parentEl.scrollTop(), left: this.parentEl.offset().left - this.parentEl.scrollLeft() }; parentRightEdge = this.parentEl[0].clientWidth + this.parentEl.offset().left; } if (this.drops == 'up') containerTop = this.element.offset().top - this.container.outerHeight() - parentOffset.top; else containerTop = this.element.offset().top + this.element.outerHeight() - parentOffset.top; // Force the container to it's actual width this.container.css({ top: 0, left: 0, right: 'auto' }); var containerWidth = this.container.outerWidth(); this.container[this.drops == 'up' ? 'addClass' : 'removeClass']('drop-up'); if (this.opens == 'left') { var containerRight = parentRightEdge - this.element.offset().left - this.element.outerWidth(); if (containerWidth + containerRight > $(window).width()) { this.container.css({ top: containerTop, right: 'auto', left: 9 }); } else { this.container.css({ top: containerTop, right: containerRight, left: 'auto' }); } } else if (this.opens == 'center') { var containerLeft = this.element.offset().left - parentOffset.left + this.element.outerWidth() / 2 - containerWidth / 2; if (containerLeft < 0) { this.container.css({ top: containerTop, right: 'auto', left: 9 }); } else if (containerLeft + containerWidth > $(window).width()) { this.container.css({ top: containerTop, left: 'auto', right: 0 }); } else { this.container.css({ top: containerTop, left: containerLeft, right: 'auto' }); } } else { var containerLeft = this.element.offset().left - parentOffset.left; if (containerLeft + containerWidth > $(window).width()) { this.container.css({ top: containerTop, left: 'auto', right: 0 }); } else { this.container.css({ top: containerTop, left: containerLeft, right: 'auto' }); } } }, show: function(e) { if (this.isShowing) return; // Create a click proxy that is private to this instance of datepicker, for unbinding this._outsideClickProxy = $.proxy(function(e) { this.outsideClick(e); }, this); // Bind global datepicker mousedown for hiding and $(document) .on('mousedown.daterangepicker', this._outsideClickProxy) // also support mobile devices .on('touchend.daterangepicker', this._outsideClickProxy) // also explicitly play nice with Bootstrap dropdowns, which stopPropagation when clicking them .on('click.daterangepicker', '[data-toggle=dropdown]', this._outsideClickProxy) // and also close when focus changes to outside the picker (eg. tabbing between controls) .on('focusin.daterangepicker', this._outsideClickProxy); // Reposition the picker if the window is resized while it's open $(window).on('resize.daterangepicker', $.proxy(function(e) { this.move(e); }, this)); this.oldStartDate = this.startDate.clone(); this.oldEndDate = this.endDate.clone(); this.previousRightTime = this.endDate.clone(); this.updateView(); this.container.show(); this.move(); this.element.trigger('show.daterangepicker', this); this.isShowing = true; }, hide: function(e) { if (!this.isShowing) return; //incomplete date selection, revert to last values if (!this.endDate) { this.startDate = this.oldStartDate.clone(); this.endDate = this.oldEndDate.clone(); } //if a new date range was selected, invoke the user callback function if (!this.startDate.isSame(this.oldStartDate) || !this.endDate.isSame(this.oldEndDate)) this.callback(this.startDate.clone(), this.endDate.clone(), this.chosenLabel); //if picker is attached to a text input, update it this.updateElement(); $(document).off('.daterangepicker'); $(window).off('.daterangepicker'); this.container.hide(); this.element.trigger('hide.daterangepicker', this); this.isShowing = false; }, toggle: function(e) { if (this.isShowing) { this.hide(); } else { this.show(); } }, outsideClick: function(e) { var target = $(e.target); // if the page is clicked anywhere except within the daterangerpicker/button // itself then call this.hide() if ( // ie modal dialog fix e.type == "focusin" || target.closest(this.element).length || target.closest(this.container).length || target.closest('.calendar-table').length ) return; this.hide(); this.element.trigger('outsideClick.daterangepicker', this); }, showCalendars: function() { this.container.addClass('show-calendar'); this.move(); this.element.trigger('showCalendar.daterangepicker', this); }, hideCalendars: function() { this.container.removeClass('show-calendar'); this.element.trigger('hideCalendar.daterangepicker', this); }, clickRange: function(e) { var label = e.target.getAttribute('data-range-key'); this.chosenLabel = label; if (label == this.locale.customRangeLabel) { this.showCalendars(); } else { var dates = this.ranges[label]; this.startDate = dates[0]; this.endDate = dates[1]; if (!this.timePicker) { this.startDate.startOf('day'); this.endDate.endOf('day'); } if (!this.alwaysShowCalendars) this.hideCalendars(); this.clickApply(); } }, clickPrev: function(e) { var cal = $(e.target).parents('.drp-calendar'); if (cal.hasClass('left')) { this.leftCalendar.month.subtract(1, 'month'); if (this.linkedCalendars) this.rightCalendar.month.subtract(1, 'month'); } else { this.rightCalendar.month.subtract(1, 'month'); } this.updateCalendars(); }, clickNext: function(e) { var cal = $(e.target).parents('.drp-calendar'); if (cal.hasClass('left')) { this.leftCalendar.month.add(1, 'month'); } else { this.rightCalendar.month.add(1, 'month'); if (this.linkedCalendars) this.leftCalendar.month.add(1, 'month'); } this.updateCalendars(); }, hoverDate: function(e) { //ignore dates that can't be selected if (!$(e.target).hasClass('available')) return; var title = $(e.target).attr('data-title'); var row = title.substr(1, 1); var col = title.substr(3, 1); var cal = $(e.target).parents('.drp-calendar'); var date = cal.hasClass('left') ? this.leftCalendar.calendar[row][col] : this.rightCalendar.calendar[row][col]; //highlight the dates between the start date and the date being hovered as a potential end date var leftCalendar = this.leftCalendar; var rightCalendar = this.rightCalendar; var startDate = this.startDate; if (!this.endDate) { this.container.find('.drp-calendar tbody td').each(function(index, el) { //skip week numbers, only look at dates if ($(el).hasClass('week')) return; var title = $(el).attr('data-title'); var row = title.substr(1, 1); var col = title.substr(3, 1); var cal = $(el).parents('.drp-calendar'); var dt = cal.hasClass('left') ? leftCalendar.calendar[row][col] : rightCalendar.calendar[row][col]; if ((dt.isAfter(startDate) && dt.isBefore(date)) || dt.isSame(date, 'day')) { $(el).addClass('in-range'); } else { $(el).removeClass('in-range'); } }); } }, clickDate: function(e) { if (!$(e.target).hasClass('available')) return; var title = $(e.target).attr('data-title'); var row = title.substr(1, 1); var col = title.substr(3, 1); var cal = $(e.target).parents('.drp-calendar'); var date = cal.hasClass('left') ? this.leftCalendar.calendar[row][col] : this.rightCalendar.calendar[row][col]; // // this function needs to do a few things: // * alternate between selecting a start and end date for the range, // * if the time picker is enabled, apply the hour/minute/second from the select boxes to the clicked date // * if autoapply is enabled, and an end date was chosen, apply the selection // * if single date picker mode, and time picker isn't enabled, apply the selection immediately // * if one of the inputs above the calendars was focused, cancel that manual input // if (this.endDate || date.isBefore(this.startDate, 'day')) { //picking start if (this.timePicker) { var hour = parseInt(this.container.find('.left .hourselect').val(), 10); if (!this.timePicker24Hour) { var ampm = this.container.find('.left .ampmselect').val(); if (ampm === 'PM' && hour < 12) hour += 12; if (ampm === 'AM' && hour === 12) hour = 0; } var minute = parseInt(this.container.find('.left .minuteselect').val(), 10); if (isNaN(minute)) { minute = parseInt(this.container.find('.left .minuteselect option:last').val(), 10); } var second = this.timePickerSeconds ? parseInt(this.container.find('.left .secondselect').val(), 10) : 0; date = date.clone().hour(hour).minute(minute).second(second); } this.endDate = null; this.setStartDate(date.clone()); } else if (!this.endDate && date.isBefore(this.startDate)) { //special case: clicking the same date for start/end, //but the time of the end date is before the start date this.setEndDate(this.startDate.clone()); } else { // picking end if (this.timePicker) { var hour = parseInt(this.container.find('.right .hourselect').val(), 10); if (!this.timePicker24Hour) { var ampm = this.container.find('.right .ampmselect').val(); if (ampm === 'PM' && hour < 12) hour += 12; if (ampm === 'AM' && hour === 12) hour = 0; } var minute = parseInt(this.container.find('.right .minuteselect').val(), 10); if (isNaN(minute)) { minute = parseInt(this.container.find('.right .minuteselect option:last').val(), 10); } var second = this.timePickerSeconds ? parseInt(this.container.find('.right .secondselect').val(), 10) : 0; date = date.clone().hour(hour).minute(minute).second(second); } this.setEndDate(date.clone()); if (this.autoApply) { this.calculateChosenLabel(); this.clickApply(); } } if (this.singleDatePicker) { this.setEndDate(this.startDate); if (!this.timePicker) this.clickApply(); } this.updateView(); //This is to cancel the blur event handler if the mouse was in one of the inputs e.stopPropagation(); }, calculateChosenLabel: function () { var customRange = true; var i = 0; for (var range in this.ranges) { if (this.timePicker) { var format = this.timePickerSeconds ? "YYYY-MM-DD HH:mm:ss" : "YYYY-MM-DD HH:mm"; //ignore times when comparing dates if time picker seconds is not enabled if (this.startDate.format(format) == this.ranges[range][0].format(format) && this.endDate.format(format) == this.ranges[range][1].format(format)) { customRange = false; this.chosenLabel = this.container.find('.ranges li:eq(' + i + ')').addClass('active').attr('data-range-key'); break; } } else { //ignore times when comparing dates if time picker is not enabled if (this.startDate.format('YYYY-MM-DD') == this.ranges[range][0].format('YYYY-MM-DD') && this.endDate.format('YYYY-MM-DD') == this.ranges[range][1].format('YYYY-MM-DD')) { customRange = false; this.chosenLabel = this.container.find('.ranges li:eq(' + i + ')').addClass('active').attr('data-range-key'); break; } } i++; } if (customRange) { if (this.showCustomRangeLabel) { this.chosenLabel = this.container.find('.ranges li:last').addClass('active').attr('data-range-key'); } else { this.chosenLabel = null; } this.showCalendars(); } }, clickApply: function(e) { this.hide(); this.element.trigger('apply.daterangepicker', this); }, clickCancel: function(e) { this.startDate = this.oldStartDate; this.endDate = this.oldEndDate; this.hide(); this.element.trigger('cancel.daterangepicker', this); }, monthOrYearChanged: function(e) { var isLeft = $(e.target).closest('.drp-calendar').hasClass('left'), leftOrRight = isLeft ? 'left' : 'right', cal = this.container.find('.drp-calendar.'+leftOrRight); // Month must be Number for new moment versions var month = parseInt(cal.find('.monthselect').val(), 10); var year = cal.find('.yearselect').val(); if (!isLeft) { if (year < this.startDate.year() || (year == this.startDate.year() && month < this.startDate.month())) { month = this.startDate.month(); year = this.startDate.year(); } } if (this.minDate) { if (year < this.minDate.year() || (year == this.minDate.year() && month < this.minDate.month())) { month = this.minDate.month(); year = this.minDate.year(); } } if (this.maxDate) { if (year > this.maxDate.year() || (year == this.maxDate.year() && month > this.maxDate.month())) { month = this.maxDate.month(); year = this.maxDate.year(); } } if (isLeft) { this.leftCalendar.month.month(month).year(year); if (this.linkedCalendars) this.rightCalendar.month = this.leftCalendar.month.clone().add(1, 'month'); } else { this.rightCalendar.month.month(month).year(year); if (this.linkedCalendars) this.leftCalendar.month = this.rightCalendar.month.clone().subtract(1, 'month'); } this.updateCalendars(); }, timeChanged: function(e) { var cal = $(e.target).closest('.drp-calendar'), isLeft = cal.hasClass('left'); var hour = parseInt(cal.find('.hourselect').val(), 10); var minute = parseInt(cal.find('.minuteselect').val(), 10); if (isNaN(minute)) { minute = parseInt(cal.find('.minuteselect option:last').val(), 10); } var second = this.timePickerSeconds ? parseInt(cal.find('.secondselect').val(), 10) : 0; if (!this.timePicker24Hour) { var ampm = cal.find('.ampmselect').val(); if (ampm === 'PM' && hour < 12) hour += 12; if (ampm === 'AM' && hour === 12) hour = 0; } if (isLeft) { var start = this.startDate.clone(); start.hour(hour); start.minute(minute); start.second(second); this.setStartDate(start); if (this.singleDatePicker) { this.endDate = this.startDate.clone(); } else if (this.endDate && this.endDate.format('YYYY-MM-DD') == start.format('YYYY-MM-DD') && this.endDate.isBefore(start)) { this.setEndDate(start.clone()); } } else if (this.endDate) { var end = this.endDate.clone(); end.hour(hour); end.minute(minute); end.second(second); this.setEndDate(end); } //update the calendars so all clickable dates reflect the new time component this.updateCalendars(); //update the form inputs above the calendars with the new time this.updateFormInputs(); //re-render the time pickers because changing one selection can affect what's enabled in another this.renderTimePicker('left'); this.renderTimePicker('right'); }, elementChanged: function() { if (!this.element.is('input')) return; if (!this.element.val().length) return; var dateString = this.element.val().split(this.locale.separator), start = null, end = null; if (dateString.length === 2) { start = moment(dateString[0], this.locale.format); end = moment(dateString[1], this.locale.format); } if (this.singleDatePicker || start === null || end === null) { start = moment(this.element.val(), this.locale.format); end = start; } if (!start.isValid() || !end.isValid()) return; this.setStartDate(start); this.setEndDate(end); this.updateView(); }, keydown: function(e) { //hide on tab or enter if ((e.keyCode === 9) || (e.keyCode === 13)) { this.hide(); } //hide on esc and prevent propagation if (e.keyCode === 27) { e.preventDefault(); e.stopPropagation(); this.hide(); } }, updateElement: function() { if (this.element.is('input') && this.autoUpdateInput) { var newValue = this.startDate.format(this.locale.format); if (!this.singleDatePicker) { newValue += this.locale.separator + this.endDate.format(this.locale.format); } if (newValue !== this.element.val()) { this.element.val(newValue).trigger('change'); } } }, remove: function() { this.container.remove(); this.element.off('.daterangepicker'); this.element.removeData(); } }; $.fn.daterangepicker = function(options, callback) { var implementOptions = $.extend(true, {}, $.fn.daterangepicker.defaultOptions, options); this.each(function() { var el = $(this); if (el.data('daterangepicker')) el.data('daterangepicker').remove(); el.data('daterangepicker', new DateRangePicker(el, implementOptions, callback)); }); return this; }; return DateRangePicker; })); ion-rangeslider/js/ion.rangeSlider.min.js000064400000120323151162653250014414 0ustar00// Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:56:44 !function(i){"undefined"!=typeof jQuery&&jQuery||"function"!=typeof define||!define.amd?"undefined"!=typeof jQuery&&jQuery||"object"!=typeof exports?i(jQuery,document,window,navigator):i(require("jquery"),document,window,navigator):define(["jquery"],function(t){return i(t,document,window,navigator)})}(function(a,c,l,t,_){"use strict";var i,s,o=0,e=(i=t.userAgent,s=/msie\s\d+/i,0>>0;if(0==e)return-1;var h=+i||0;if(Math.abs(h)===1/0&&(h=0),e<=h)return-1;for(s=Math.max(0<=h?h:e-Math.abs(h),0);s!",r[0]),(e={skin:r.data("skin"),type:r.data("type"),min:r.data("min"),max:r.data("max"),from:r.data("from"),to:r.data("to"),step:r.data("step"),min_interval:r.data("minInterval"),max_interval:r.data("maxInterval"),drag_interval:r.data("dragInterval"),values:r.data("values"),from_fixed:r.data("fromFixed"),from_min:r.data("fromMin"),from_max:r.data("fromMax"),from_shadow:r.data("fromShadow"),to_fixed:r.data("toFixed"),to_min:r.data("toMin"),to_max:r.data("toMax"),to_shadow:r.data("toShadow"),prettify_enabled:r.data("prettifyEnabled"),prettify_separator:r.data("prettifySeparator"),force_edges:r.data("forceEdges"),keyboard:r.data("keyboard"),grid:r.data("grid"),grid_margin:r.data("gridMargin"),grid_num:r.data("gridNum"),grid_snap:r.data("gridSnap"),hide_min_max:r.data("hideMinMax"),hide_from_to:r.data("hideFromTo"),prefix:r.data("prefix"),postfix:r.data("postfix"),max_postfix:r.data("maxPostfix"),decorate_both:r.data("decorateBoth"),values_separator:r.data("valuesSeparator"),input_values_separator:r.data("inputValuesSeparator"),disable:r.data("disable"),block:r.data("block"),extra_classes:r.data("extraClasses")}).values=e.values&&e.values.split(","),e)e.hasOwnProperty(h)&&(e[h]!==_&&""!==e[h]||delete e[h]);n!==_&&""!==n&&((n=n.split(e.input_values_separator||i.input_values_separator||";"))[0]&&n[0]==+n[0]&&(n[0]=+n[0]),n[1]&&n[1]==+n[1]&&(n[1]=+n[1]),i&&i.values&&i.values.length?(o.from=n[0]&&i.values.indexOf(n[0]),o.to=n[1]&&i.values.indexOf(n[1])):(o.from=n[0]&&+n[0],o.to=n[1]&&+n[1])),a.extend(o,i),a.extend(o,e),this.options=o,this.update_check={},this.validate(),this.result={input:this.$cache.input,slider:null,min:this.options.min,max:this.options.max,from:this.options.from,from_percent:0,from_value:null,to:this.options.to,to_percent:0,to_value:null},this.init()}h.prototype={init:function(t){this.no_diapason=!1,this.coords.p_step=this.convertToPercent(this.options.step,!0),this.target="base",this.toggleInput(),this.append(),this.setMinMax(),t?(this.force_redraw=!0,this.calc(!0),this.callOnUpdate()):(this.force_redraw=!0,this.calc(!0),this.callOnStart()),this.updateScene()},append:function(){var t='';this.$cache.input.before(t),this.$cache.input.prop("readonly",!0),this.$cache.cont=this.$cache.input.prev(),this.result.slider=this.$cache.cont,this.$cache.cont.html('01000'),this.$cache.rs=this.$cache.cont.find(".irs"),this.$cache.min=this.$cache.cont.find(".irs-min"),this.$cache.max=this.$cache.cont.find(".irs-max"),this.$cache.from=this.$cache.cont.find(".irs-from"),this.$cache.to=this.$cache.cont.find(".irs-to"),this.$cache.single=this.$cache.cont.find(".irs-single"),this.$cache.line=this.$cache.cont.find(".irs-line"),this.$cache.grid=this.$cache.cont.find(".irs-grid"),"single"===this.options.type?(this.$cache.cont.append(''),this.$cache.bar=this.$cache.cont.find(".irs-bar"),this.$cache.edge=this.$cache.cont.find(".irs-bar-edge"),this.$cache.s_single=this.$cache.cont.find(".single"),this.$cache.from[0].style.visibility="hidden",this.$cache.to[0].style.visibility="hidden",this.$cache.shad_single=this.$cache.cont.find(".shadow-single")):(this.$cache.cont.append(''),this.$cache.bar=this.$cache.cont.find(".irs-bar"),this.$cache.s_from=this.$cache.cont.find(".from"),this.$cache.s_to=this.$cache.cont.find(".to"),this.$cache.shad_from=this.$cache.cont.find(".shadow-from"),this.$cache.shad_to=this.$cache.cont.find(".shadow-to"),this.setTopHandler()),this.options.hide_from_to&&(this.$cache.from[0].style.display="none",this.$cache.to[0].style.display="none",this.$cache.single[0].style.display="none"),this.appendGrid(),this.options.disable?(this.appendDisableMask(),this.$cache.input[0].disabled=!0):(this.$cache.input[0].disabled=!1,this.removeDisableMask(),this.bindEvents()),this.options.disable||(this.options.block?this.appendDisableMask():this.removeDisableMask()),this.options.drag_interval&&(this.$cache.bar[0].style.cursor="ew-resize")},setTopHandler:function(){var t=this.options.min,i=this.options.max,s=this.options.from,o=this.options.to;t'),this.$cache.cont.addClass("irs-disabled")},removeDisableMask:function(){this.$cache.cont.remove(".irs-disable-mask"),this.$cache.cont.removeClass("irs-disabled")},remove:function(){this.$cache.cont.remove(),this.$cache.cont=null,this.$cache.line.off("keydown.irs_"+this.plugin_count),this.$cache.body.off("touchmove.irs_"+this.plugin_count),this.$cache.body.off("mousemove.irs_"+this.plugin_count),this.$cache.win.off("touchend.irs_"+this.plugin_count),this.$cache.win.off("mouseup.irs_"+this.plugin_count),e&&(this.$cache.body.off("mouseup.irs_"+this.plugin_count),this.$cache.body.off("mouseleave.irs_"+this.plugin_count)),this.$cache.grid_labels=[],this.coords.big=[],this.coords.big_w=[],this.coords.big_p=[],this.coords.big_x=[],cancelAnimationFrame(this.raf_id)},bindEvents:function(){this.no_diapason||(this.$cache.body.on("touchmove.irs_"+this.plugin_count,this.pointerMove.bind(this)),this.$cache.body.on("mousemove.irs_"+this.plugin_count,this.pointerMove.bind(this)),this.$cache.win.on("touchend.irs_"+this.plugin_count,this.pointerUp.bind(this)),this.$cache.win.on("mouseup.irs_"+this.plugin_count,this.pointerUp.bind(this)),this.$cache.line.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.line.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.line.on("focus.irs_"+this.plugin_count,this.pointerFocus.bind(this)),this.options.drag_interval&&"double"===this.options.type?(this.$cache.bar.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"both")),this.$cache.bar.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"both"))):(this.$cache.bar.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.bar.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click"))),"single"===this.options.type?(this.$cache.single.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.s_single.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.shad_single.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.single.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.s_single.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"single")),this.$cache.edge.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.shad_single.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click"))):(this.$cache.single.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,null)),this.$cache.single.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,null)),this.$cache.from.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.s_from.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.to.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.s_to.on("touchstart.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.shad_from.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.shad_to.on("touchstart.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.from.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.s_from.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"from")),this.$cache.to.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.s_to.on("mousedown.irs_"+this.plugin_count,this.pointerDown.bind(this,"to")),this.$cache.shad_from.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click")),this.$cache.shad_to.on("mousedown.irs_"+this.plugin_count,this.pointerClick.bind(this,"click"))),this.options.keyboard&&this.$cache.line.on("keydown.irs_"+this.plugin_count,this.key.bind(this,"keyboard")),e&&(this.$cache.body.on("mouseup.irs_"+this.plugin_count,this.pointerUp.bind(this)),this.$cache.body.on("mouseleave.irs_"+this.plugin_count,this.pointerUp.bind(this))))},pointerFocus:function(t){var i,s;this.target||(i=(s="single"===this.options.type?this.$cache.single:this.$cache.from).offset().left,i+=s.width()/2-1,this.pointerClick("single",{preventDefault:function(){},pageX:i}))},pointerMove:function(t){if(this.dragging){var i=t.pageX||t.originalEvent.touches&&t.originalEvent.touches[0].pageX;this.coords.x_pointer=i-this.coords.x_gap,this.calc()}},pointerUp:function(t){this.current_plugin===this.plugin_count&&this.is_active&&(this.is_active=!1,this.$cache.cont.find(".state_hover").removeClass("state_hover"),this.force_redraw=!0,e&&a("*").prop("unselectable",!1),this.updateScene(),this.restoreOriginalMinInterval(),(a.contains(this.$cache.cont[0],t.target)||this.dragging)&&this.callOnFinish(),this.dragging=!1)},pointerDown:function(t,i){i.preventDefault();var s=i.pageX||i.originalEvent.touches&&i.originalEvent.touches[0].pageX;2!==i.button&&("both"===t&&this.setTempMinInterval(),t=t||(this.target||"from"),this.current_plugin=this.plugin_count,this.target=t,this.is_active=!0,this.dragging=!0,this.coords.x_gap=this.$cache.rs.offset().left,this.coords.x_pointer=s-this.coords.x_gap,this.calcPointerPercent(),this.changeLevel(t),e&&a("*").prop("unselectable",!0),this.$cache.line.trigger("focus"),this.updateScene())},pointerClick:function(t,i){i.preventDefault();var s=i.pageX||i.originalEvent.touches&&i.originalEvent.touches[0].pageX;2!==i.button&&(this.current_plugin=this.plugin_count,this.target=t,this.is_click=!0,this.coords.x_gap=this.$cache.rs.offset().left,this.coords.x_pointer=+(s-this.coords.x_gap).toFixed(),this.force_redraw=!0,this.calc(),this.$cache.line.trigger("focus"))},key:function(t,i){if(!(this.current_plugin!==this.plugin_count||i.altKey||i.ctrlKey||i.shiftKey||i.metaKey)){switch(i.which){case 83:case 65:case 40:case 37:i.preventDefault(),this.moveByKey(!1);break;case 87:case 68:case 38:case 39:i.preventDefault(),this.moveByKey(!0)}return!0}},moveByKey:function(t){var i=this.coords.p_pointer,s=(this.options.max-this.options.min)/100;s=this.options.step/s,t?i+=s:i-=s,this.coords.x_pointer=this.toFixed(this.coords.w_rs/100*i),this.is_key=!0,this.calc()},setMinMax:function(){if(this.options){if(this.options.hide_min_max)return this.$cache.min[0].style.display="none",void(this.$cache.max[0].style.display="none");if(this.options.values.length)this.$cache.min.html(this.decorate(this.options.p_values[this.options.min])),this.$cache.max.html(this.decorate(this.options.p_values[this.options.max]));else{var t=this._prettify(this.options.min),i=this._prettify(this.options.max);this.result.min_pretty=t,this.result.max_pretty=i,this.$cache.min.html(this.decorate(t,this.options.min)),this.$cache.max.html(this.decorate(i,this.options.max))}this.labels.w_min=this.$cache.min.outerWidth(!1),this.labels.w_max=this.$cache.max.outerWidth(!1)}},setTempMinInterval:function(){var t=this.result.to-this.result.from;null===this.old_min_interval&&(this.old_min_interval=this.options.min_interval),this.options.min_interval=t},restoreOriginalMinInterval:function(){null!==this.old_min_interval&&(this.options.min_interval=this.old_min_interval,this.old_min_interval=null)},calc:function(t){if(this.options&&(this.calc_count++,10!==this.calc_count&&!t||(this.calc_count=0,this.coords.w_rs=this.$cache.rs.outerWidth(!1),this.calcHandlePercent()),this.coords.w_rs)){this.calcPointerPercent();var i=this.getHandleX();switch("both"===this.target&&(this.coords.p_gap=0,i=this.getHandleX()),"click"===this.target&&(this.coords.p_gap=this.coords.p_handle/2,i=this.getHandleX(),this.options.drag_interval?this.target="both_one":this.target=this.chooseHandle(i)),this.target){case"base":var s=(this.options.max-this.options.min)/100,o=(this.result.from-this.options.min)/s,e=(this.result.to-this.options.min)/s;this.coords.p_single_real=this.toFixed(o),this.coords.p_from_real=this.toFixed(o),this.coords.p_to_real=this.toFixed(e),this.coords.p_single_real=this.checkDiapason(this.coords.p_single_real,this.options.from_min,this.options.from_max),this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max),this.coords.p_to_real=this.checkDiapason(this.coords.p_to_real,this.options.to_min,this.options.to_max),this.coords.p_single_fake=this.convertToFakePercent(this.coords.p_single_real),this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real),this.coords.p_to_fake=this.convertToFakePercent(this.coords.p_to_real),this.target=null;break;case"single":if(this.options.from_fixed)break;this.coords.p_single_real=this.convertToRealPercent(i),this.coords.p_single_real=this.calcWithStep(this.coords.p_single_real),this.coords.p_single_real=this.checkDiapason(this.coords.p_single_real,this.options.from_min,this.options.from_max),this.coords.p_single_fake=this.convertToFakePercent(this.coords.p_single_real);break;case"from":if(this.options.from_fixed)break;this.coords.p_from_real=this.convertToRealPercent(i),this.coords.p_from_real=this.calcWithStep(this.coords.p_from_real),this.coords.p_from_real>this.coords.p_to_real&&(this.coords.p_from_real=this.coords.p_to_real),this.coords.p_from_real=this.checkDiapason(this.coords.p_from_real,this.options.from_min,this.options.from_max),this.coords.p_from_real=this.checkMinInterval(this.coords.p_from_real,this.coords.p_to_real,"from"),this.coords.p_from_real=this.checkMaxInterval(this.coords.p_from_real,this.coords.p_to_real,"from"),this.coords.p_from_fake=this.convertToFakePercent(this.coords.p_from_real);break;case"to":if(this.options.to_fixed)break;this.coords.p_to_real=this.convertToRealPercent(i),this.coords.p_to_real=this.calcWithStep(this.coords.p_to_real),this.coords.p_to_realthis.coords.w_rs&&(this.coords.x_pointer=this.coords.w_rs),this.coords.p_pointer=this.toFixed(this.coords.x_pointer/this.coords.w_rs*100)):this.coords.p_pointer=0},convertToRealPercent:function(t){return t/(100-this.coords.p_handle)*100},convertToFakePercent:function(t){return t/100*(100-this.coords.p_handle)},getHandleX:function(){var t=100-this.coords.p_handle,i=this.toFixed(this.coords.p_pointer-this.coords.p_gap);return i<0?i=0:t100-this.labels.p_max-1?this.$cache.max[0].style.visibility="hidden":this.$cache.max[0].style.visibility="visible";else{s=h?(this.options.decorate_both?(t=this.decorate(r[this.result.from]),t+=this.options.values_separator,t+=this.decorate(r[this.result.to])):t=this.decorate(r[this.result.from]+this.options.values_separator+r[this.result.to]),i=this.decorate(r[this.result.from]),this.decorate(r[this.result.to])):(o=this._prettify(this.result.from),e=this._prettify(this.result.to),this.options.decorate_both?(t=this.decorate(o,this.result.from),t+=this.options.values_separator,t+=this.decorate(e,this.result.to)):t=this.decorate(o+this.options.values_separator+e,this.result.to),i=this.decorate(o,this.result.from),this.decorate(e,this.result.to)),this.$cache.single.html(t),this.$cache.from.html(i),this.$cache.to.html(s),this.calcLabels();var n=Math.min(this.labels.p_single_left,this.labels.p_from_left),a=this.labels.p_single_left+this.labels.p_single_fake,c=this.labels.p_to_left+this.labels.p_to_fake,l=Math.max(a,c);this.labels.p_from_left+this.labels.p_from_fake>=this.labels.p_to_left?(this.$cache.from[0].style.visibility="hidden",this.$cache.to[0].style.visibility="hidden",this.$cache.single[0].style.visibility="visible",l=this.result.from===this.result.to?("from"===this.target?this.$cache.from[0].style.visibility="visible":"to"===this.target?this.$cache.to[0].style.visibility="visible":this.target||(this.$cache.from[0].style.visibility="visible"),this.$cache.single[0].style.visibility="hidden",c):(this.$cache.from[0].style.visibility="hidden",this.$cache.to[0].style.visibility="hidden",this.$cache.single[0].style.visibility="visible",Math.max(a,c))):(this.$cache.from[0].style.visibility="visible",this.$cache.to[0].style.visibility="visible",this.$cache.single[0].style.visibility="hidden"),n100-this.labels.p_max-1?this.$cache.max[0].style.visibility="hidden":this.$cache.max[0].style.visibility="visible"}}},drawShadow:function(){var t,i,s,o,e=this.options,h=this.$cache,r="number"==typeof e.from_min&&!isNaN(e.from_min),n="number"==typeof e.from_max&&!isNaN(e.from_max),a="number"==typeof e.to_min&&!isNaN(e.to_min),c="number"==typeof e.to_max&&!isNaN(e.to_max);"single"===e.type?e.from_shadow&&(r||n)?(t=this.convertToPercent(r?e.from_min:e.min),i=this.convertToPercent(n?e.from_max:e.max)-t,t=this.toFixed(t-this.coords.p_handle/100*t),i=this.toFixed(i-this.coords.p_handle/100*i),t+=this.coords.p_handle/2,h.shad_single[0].style.display="block",h.shad_single[0].style.left=t+"%",h.shad_single[0].style.width=i+"%"):h.shad_single[0].style.display="none":(e.from_shadow&&(r||n)?(t=this.convertToPercent(r?e.from_min:e.min),i=this.convertToPercent(n?e.from_max:e.max)-t,t=this.toFixed(t-this.coords.p_handle/100*t),i=this.toFixed(i-this.coords.p_handle/100*i),t+=this.coords.p_handle/2,h.shad_from[0].style.display="block",h.shad_from[0].style.left=t+"%",h.shad_from[0].style.width=i+"%"):h.shad_from[0].style.display="none",e.to_shadow&&(a||c)?(s=this.convertToPercent(a?e.to_min:e.min),o=this.convertToPercent(c?e.to_max:e.max)-s,s=this.toFixed(s-this.coords.p_handle/100*s),o=this.toFixed(o-this.coords.p_handle/100*o),s+=this.coords.p_handle/2,h.shad_to[0].style.display="block",h.shad_to[0].style.left=s+"%",h.shad_to[0].style.width=o+"%"):h.shad_to[0].style.display="none")},writeToInput:function(){"single"===this.options.type?(this.options.values.length?this.$cache.input.prop("value",this.result.from_value):this.$cache.input.prop("value",this.result.from),this.$cache.input.data("from",this.result.from)):(this.options.values.length?this.$cache.input.prop("value",this.result.from_value+this.options.input_values_separator+this.result.to_value):this.$cache.input.prop("value",this.result.from+this.options.input_values_separator+this.result.to),this.$cache.input.data("from",this.result.from),this.$cache.input.data("to",this.result.to))},callOnStart:function(){this.writeToInput(),this.options.onStart&&"function"==typeof this.options.onStart&&(this.options.scope?this.options.onStart.call(this.options.scope,this.result):this.options.onStart(this.result))},callOnChange:function(){this.writeToInput(),this.options.onChange&&"function"==typeof this.options.onChange&&(this.options.scope?this.options.onChange.call(this.options.scope,this.result):this.options.onChange(this.result))},callOnFinish:function(){this.writeToInput(),this.options.onFinish&&"function"==typeof this.options.onFinish&&(this.options.scope?this.options.onFinish.call(this.options.scope,this.result):this.options.onFinish(this.result))},callOnUpdate:function(){this.writeToInput(),this.options.onUpdate&&"function"==typeof this.options.onUpdate&&(this.options.scope?this.options.onUpdate.call(this.options.scope,this.result):this.options.onUpdate(this.result))},toggleInput:function(){this.$cache.input.toggleClass("irs-hidden-input"),this.has_tab_index?this.$cache.input.prop("tabindex",-1):this.$cache.input.removeProp("tabindex"),this.has_tab_index=!this.has_tab_index},convertToPercent:function(t,i){var s,o=this.options.max-this.options.min,e=o/100;return o?(s=(i?t:t-this.options.min)/e,this.toFixed(s)):(this.no_diapason=!0,0)},convertToValue:function(t){var i,s,o=this.options.min,e=this.options.max,h=o.toString().split(".")[1],r=e.toString().split(".")[1],n=0,a=0;if(0===t)return this.options.min;if(100===t)return this.options.max;h&&(n=i=h.length),r&&(n=s=r.length),i&&s&&(n=s<=i?i:s),o<0&&(o=+(o+(a=Math.abs(o))).toFixed(n),e=+(e+a).toFixed(n));var c,l=(e-o)/100*t+o,_=this.options.step.toString().split(".")[1];return l=_?+l.toFixed(_.length):(l/=this.options.step,+(l*=this.options.step).toFixed(0)),a&&(l-=a),(c=_?+l.toFixed(_.length):this.toFixed(l))this.options.max&&(c=this.options.max),c},calcWithStep:function(t){var i=Math.round(t/this.coords.p_step)*this.coords.p_step;return 100h.max_interval&&(o=e-h.max_interval):o-e>h.max_interval&&(o=e+h.max_interval),this.convertToPercent(o)):t},checkDiapason:function(t,i,s){var o=this.convertToValue(t),e=this.options;return"number"!=typeof i&&(i=e.min),"number"!=typeof s&&(s=e.max),os.max&&(s.from=s.max)):(s.froms.max&&(s.from=s.max),s.tos.max&&(s.to=s.max),this.update_check.from&&(this.update_check.from!==s.from&&s.from>s.to&&(s.from=s.to),this.update_check.to!==s.to&&s.tos.to&&(s.from=s.to),s.tos.from_max&&(s.from=s.from_max),"number"==typeof s.to_min&&s.tos.to_max&&(s.to=s.to_max),o&&(o.min!==s.min&&(o.min=s.min),o.max!==s.max&&(o.max=s.max),(o.fromo.max)&&(o.from=s.from),(o.too.max)&&(o.to=s.to)),("number"!=typeof s.min_interval||isNaN(s.min_interval)||!s.min_interval||s.min_interval<0)&&(s.min_interval=0),("number"!=typeof s.max_interval||isNaN(s.max_interval)||!s.max_interval||s.max_interval<0)&&(s.max_interval=0),s.min_interval&&s.min_interval>s.max-s.min&&(s.min_interval=s.max-s.min),s.max_interval&&s.max_interval>s.max-s.min&&(s.max_interval=s.max-s.min)},decorate:function(t,i){var s="",o=this.options;return o.prefix&&(s+=o.prefix),s+=t,o.max_postfix&&(o.values.length&&t===o.p_values[o.max]?(s+=o.max_postfix,o.postfix&&(s+=" ")):i===o.max&&(s+=o.max_postfix,o.postfix&&(s+=" "))),o.postfix&&(s+=o.postfix),s},updateFrom:function(){this.result.from=this.options.from,this.result.from_percent=this.convertToPercent(this.result.from),this.result.from_pretty=this._prettify(this.result.from),this.options.values&&(this.result.from_value=this.options.values[this.result.from])},updateTo:function(){this.result.to=this.options.to,this.result.to_percent=this.convertToPercent(this.result.to),this.result.to_pretty=this._prettify(this.result.to),this.options.values&&(this.result.to_value=this.options.values[this.result.to])},updateResult:function(){this.result.min=this.options.min,this.result.max=this.options.max,this.updateFrom(),this.updateTo()},appendGrid:function(){if(this.options.grid){var t,i,s,o,e,h,r=this.options,n=r.max-r.min,a=r.grid_num,c=0,l=4,_="";for(this.calcGridMargin(),r.grid_snap&&(a=n/r.step),50';_+='',h=this.convertToValue(c),_+=''+(h=r.values.length?r.p_values[h]:this._prettify(h))+""}this.coords.big_num=Math.ceil(a+1),this.$cache.cont.addClass("irs-with-grid"),this.$cache.grid.html(_),this.cacheGridLabels()}},cacheGridLabels:function(){var t,i,s=this.coords.big_num;for(i=0;i100+this.coords.grid_gap&&(o[e-1]=100+this.coords.grid_gap,s[e-1]=this.toFixed(o[e-1]-this.coords.big_p[e-1]),this.coords.big_x[e-1]=this.toFixed(this.coords.big_p[e-1]-this.coords.grid_gap))),this.calcGridCollision(2,s,o),this.calcGridCollision(4,s,o),t=0;ti:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}stickynote/sticky.css000064400000004645151162653250010777 0ustar00.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.noflick,.note,.button{-webkit-perspective:1000;perspective:1000;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.sticky-note{margin:-15px}.note{float:left;display:block;position:relative;padding:1em;width:calc(25% - 30px);min-height:300px;margin:15px;border-radius:5px;background-color:rgba(115,102,255,0.1);-webkit-transition:-webkit-transform .15s;transition:-webkit-transform .15s;transition:transform .15s;transition:transform .15s, -webkit-transform .15s;z-index:1}.note:hover{cursor:move}.note.ui-draggable-dragging:nth-child(n){-webkit-box-shadow:5px 5px 15px 0 rgba(0,0,0,0.3);box-shadow:5px 5px 15px 0 rgba(0,0,0,0.3);-webkit-transform:scale(1.125) !important;transform:scale(1.125) !important;z-index:100;cursor:move;-webkit-transition:-webkit-transform .150s;transition:-webkit-transform .150s;transition:transform .150s;transition:transform .150s, -webkit-transform .150s}.note textarea{background-color:transparent;border:none;resize:vertical;font-style:italic;width:100%;padding:5px}.note textarea:focus{outline:none;border:none;-webkit-box-shadow:0 0 0px 1px rgba(0,0,0,0.2) inset;box-shadow:0 0 0px 1px rgba(0,0,0,0.2) inset}.note textarea.title{font-size:24px;line-height:1.2;color:#000000;height:64px;margin-top:20px}.note textarea.cnt{min-height:200px}.note:nth-child(2n){background:rgba(247,49,100,0.2)}.note:nth-child(3n){background:rgba(81,187,37,0.2)}.note:nth-child(4n){background:rgba(169,39,249,0.1)}.note:nth-child(5n){background:rgba(248,214,43,0.2)}.note:nth-child(6n){background:rgba(220,53,69,0.3)}.button{color:#FFFFFF;padding:1em 2em;text-decoration:none;-webkit-transition:background .01s, -webkit-transform .150s;transition:background .01s, -webkit-transform .150s;transition:transform .150s, background .01s;transition:transform .150s, background .01s, -webkit-transform .150s}.button.remove{position:absolute;top:0;right:-10px;color:#999}@media only screen and (max-width: 1199px){.note{min-width:260px;min-height:260px}}stickynote/sticky.js000064400000005605151162653250010620 0ustar00'use strict'; (function($){ $.fn.autogrow = function(options) { return this.filter('textarea').each(function() { var self = this; var $self = $(self); var minHeight = $self.height(); var noFlickerPad = $self.hasClass('autogrow-short') ? 0 : parseInt($self.css('lineHeight')) || 0; var shadow = $('
').css({ position: 'absolute', top: -10000, left: -10000, width: $self.width(), fontSize: $self.css('fontSize'), fontFamily: $self.css('fontFamily'), fontWeight: $self.css('fontWeight'), lineHeight: $self.css('lineHeight'), resize: 'none', 'word-wrap': 'break-word' }).appendTo(document.body); var update = function(event) { var times = function(string, number) { for (var i=0, r=''; i/g, '>') .replace(/&/g, '&') .replace(/\n$/, '
 ') .replace(/\n/g, '
') .replace(/ {2,}/g, function(space){ return times(' ', space.length - 1) + ' ' }); if (event && event.data && event.data.event === 'keydown' && event.keyCode === 13) { val += '
'; } shadow.css('width', $self.width()); shadow.html(val + (noFlickerPad === 0 ? '...' : '')); // Append '...' to resize pre-emptively. $self.height(Math.max(shadow.height() + noFlickerPad, minHeight)); } $self.change(update).keyup(update).keydown({event:'keydown'},update); $(window).resize(update); update(); }); }; })(jQuery); var noteTemp = '
'; var noteZindex = 1; function deleteNote(){ $(this).parent('.note').hide("puff",{ percent: 133}, 250); }; function newNote() { $(noteTemp).hide().appendTo("#board").show("fade", 300).draggable().on('dragstart', function(){ $(this).zIndex(++noteZindex); }); $('.remove').click(deleteNote); $('textarea').autogrow(); $('.note') return false; }; (function($) { "use strict"; $("#board").height($(document).height()); $("#add_new").click(newNote); $('.remove').click(deleteNote); newNote(); return false; })(jQuery);slimscroll/jquery.slimscroll.min.js000064400000014543151162653250013565 0ustar00/*! Copyright (c) 2011 Piotr Rochala (http://rocha.la) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * Version: 1.3.8 * */ (function(e) { e.fn.extend({ slimScroll: function(f) { var a = e.extend({ width: "auto", height: "250px", size: "7px", color: "#000", position: "right", distance: "1px", start: "top", opacity: .4, alwaysVisible: !1, disableFadeOut: !1, railVisible: !1, railColor: "#333", railOpacity: .2, railDraggable: !0, railClass: "slimScrollRail", barClass: "slimScrollBar", wrapperClass: "slimScrollDiv", allowPageScroll: !1, wheelStep: 20, touchScrollStep: 200, borderRadius: "7px", railBorderRadius: "7px" }, f); this.each(function() { function v(d) { if (r) { d = d || window.event; var c = 0; d.wheelDelta && (c = -d.wheelDelta / 120); d.detail && (c = d.detail / 3); e(d.target || d.srcTarget || d.srcElement).closest("." + a.wrapperClass).is(b.parent()) && n(c, !0); d.preventDefault && !k && d.preventDefault(); k || (d.returnValue = !1) } } function n(d, g, e) { k = !1; var f = b.outerHeight() - c.outerHeight(); g && (g = parseInt(c.css("top")) + d * parseInt(a.wheelStep) / 100 * c.outerHeight(), g = Math.min(Math.max(g, 0), f), g = 0 < d ? Math.ceil(g) : Math.floor(g), c.css({ top: g + "px" })); l = parseInt(c.css("top")) / (b.outerHeight() - c.outerHeight()); g = l * (b[0].scrollHeight - b.outerHeight()); e && (g = d, d = g / b[0].scrollHeight * b.outerHeight(), d = Math.min(Math.max(d, 0), f), c.css({ top: d + "px" })); b.scrollTop(g); b.trigger("slimscrolling", ~~g); w(); p() } function x() { u = Math.max(b.outerHeight() / b[0].scrollHeight * b.outerHeight(), 30); c.css({ height: u + "px" }); var a = u == b.outerHeight() ? "none" : "block"; c.css({ display: a }) } function w() { x(); clearTimeout(B); l == ~~l ? (k = a.allowPageScroll, C != l && b.trigger("slimscroll", 0 == ~~l ? "top" : "bottom")) : k = !1; C = l; u >= b.outerHeight() ? k = !0 : (c.stop(!0, !0).fadeIn("fast"), a.railVisible && m.stop(!0, !0).fadeIn("fast")) } function p() { a.alwaysVisible || (B = setTimeout(function() { a.disableFadeOut && r || y || z || (c.fadeOut("slow"), m.fadeOut("slow")) }, 1E3)) } var r, y, z, B, A, u, l, C, k = !1, b = e(this); if (b.parent().hasClass(a.wrapperClass)) { var q = b.scrollTop(), c = b.siblings("." + a.barClass), m = b.siblings("." + a.railClass); x(); if (e.isPlainObject(f)) { if ("height" in f && "auto" == f.height) { b.parent().css("height", "auto"); b.css("height", "auto"); var h = b.parent().parent().height(); b.parent().css("height", h); b.css("height", h) } else "height" in f && (h = f.height, b.parent().css("height", h), b.css("height", h)); if ("scrollTo" in f) q = parseInt(a.scrollTo); else if ("scrollBy" in f) q += parseInt(a.scrollBy); else if ("destroy" in f) { c.remove(); m.remove(); b.unwrap(); return } n(q, !1, !0) } } else if (!(e.isPlainObject(f) && "destroy" in f)) { a.height = "auto" == a.height ? b.parent().height() : a.height; q = e("
").addClass(a.wrapperClass).css({ position: "relative", overflow: "hidden", width: a.width, height: a.height }); b.css({ overflow: "hidden", width: a.width, height: a.height }); var m = e("
").addClass(a.railClass).css({ width: a.size, height: "100%", position: "absolute", top: 0, display: a.alwaysVisible && a.railVisible ? "block" : "none", "border-radius": a.railBorderRadius, background: a.railColor, opacity: a.railOpacity, zIndex: 90 }), c = e("
").addClass(a.barClass).css({ background: "#ccc", width: a.size, position: "absolute", top: 0, opacity: a.opacity, display: a.alwaysVisible ? "block" : "none", "border-radius": a.borderRadius, BorderRadius: a.borderRadius, MozBorderRadius: a.borderRadius, WebkitBorderRadius: a.borderRadius, zIndex: 99 }), h = "right" == a.position ? { right: a.distance } : { left: a.distance }; m.css(h); c.css(h); b.wrap(q); b.parent().append(c); b.parent().append(m); a.railDraggable && c.bind("mousedown", function(a) { var b = e(document); z = !0; t = parseFloat(c.css("top")); pageY = a.pageY; b.bind("mousemove.slimscroll", function(a) { currTop = t + a.pageY - pageY; c.css("top", currTop); n(0, c.position().top, !1) }); b.bind("mouseup.slimscroll", function(a) { z = !1; p(); b.unbind(".slimscroll") }); return !1 }).bind("selectstart.slimscroll", function(a) { a.stopPropagation(); a.preventDefault(); return !1 }); m.hover(function() { w() }, function() { p() }); c.hover(function() { y = !0 }, function() { y = !1 }); b.hover(function() { r = !0; w(); p() }, function() { r = !1; p() }); b.bind("touchstart", function(a, b) { a.originalEvent.touches.length && (A = a.originalEvent.touches[0].pageY) }); b.bind("touchmove", function(b) { k || b.originalEvent.preventDefault(); b.originalEvent.touches.length && (n((A - b.originalEvent.touches[0].pageY) / a.touchScrollStep, !0), A = b.originalEvent.touches[0].pageY) }); x(); "bottom" === a.start ? (c.css({ top: b.outerHeight() - c.outerHeight() }), n(0, !0)) : "top" !== a.start && (n(e(a.start).position().top, null, !0), a.alwaysVisible || c.hide()); window.addEventListener ? (this.addEventListener("DOMMouseScroll", v, !1), this.addEventListener("mousewheel", v, !1)) : document.attachEvent("onmousewheel", v) } }); return this } }); e.fn.extend({ slimscroll: e.fn.slimScroll }) })(jQuery);toastr/toastr.js000064400000010341151162653250007737 0ustar00$(function(){"use strict";var t,o="rtl"===$("html").attr("data-textdirection"),n=$("#type-success"),i=$("#type-info"),s=$("#type-warning"),a=$("#type-error"),e=$("#position-top-left"),r=$("#position-top-center"),c=$("#position-top-right"),l=$("#position-top-full"),u=$("#position-bottom-left"),h=$("#position-bottom-center"),f=$("#position-bottom-right"),m=$("#position-bottom-full"),d=$("#text-notification"),k=$("#close-button"),p=$("#progress-bar"),w=$("#clear-toast-btn"),y=$("#show-remove-toast"),g=$("#remove-toast"),b=$("#show-clear-toast"),v=$("#clear-toast"),B=$("#fast-duration"),I=$("#slow-duration"),M=$("#timeout"),T=$("#sticky"),C=$("#slide-toast"),D=$("#fade-toast");n.on("click",function(){toastr.success("Have fun storming the castle!","Miracle Max Says",{closeButton:!0,tapToDismiss:!1,rtl:o})}),i.on("click",function(){toastr.info("We do have the Kapua suite available.","Turtle Bay Resort",{closeButton:!0,tapToDismiss:!1,rtl:o})}),s.on("click",function(){toastr.warning("My name is Inigo Montoya. You killed my father, prepare to die!",{closeButton:!0,tapToDismiss:!1,rtl:o})}),a.on("click",function(){toastr.error("I do not think that word means what you think it means.","Inconceivable!",{closeButton:!0,tapToDismiss:!1,rtl:o})}),e.on("click",function(){toastr.info("I do not think that word means what you think it means.","Top Left!",{positionClass:"toast-top-left",rtl:o})}),r.on("click",function(){toastr.info("I do not think that word means what you think it means.","Top Center!",{positionClass:"toast-top-center",rtl:o})}),c.on("click",function(){toastr.info("I do not think that word means what you think it means.","Top Right!",{positionClass:"toast-top-right",rtl:o})}),l.on("click",function(){toastr.info("I do not think that word means what you think it means.","Top Full Width!",{positionClass:"toast-top-full-width",rtl:o})}),u.on("click",function(){toastr.info("I do not think that word means what you think it means.","Bottom Left!",{positionClass:"toast-bottom-left",rtl:o})}),h.on("click",function(){toastr.info("I do not think that word means what you think it means.","Bottom Center!",{positionClass:"toast-bottom-center",rtl:o})}),f.on("click",function(){toastr.info("I do not think that word means what you think it means.","Bottom Right!",{positionClass:"toast-bottom-right",rtl:o})}),m.on("click",function(){toastr.info("I do not think that word means what you think it means.","Bottom Full Width!",{positionClass:"toast-bottom-full-width",rtl:o})}),d.on("click",function(){toastr.info("Have fun storming the castle!","Miracle Max Says",{rtl:o})}),k.on("click",function(){toastr.success("Have fun storming the castle!","With Close Button",{closeButton:!0,rtl:o})}),p.on("click",function(){toastr.success("Have fun storming the castle!","Progress Bar",{closeButton:!0,tapToDismiss:!1,progressBar:!0,rtl:o})}),w.on("click",function(){(t=t||toastr.info('Clear itself?

',"Clear Toast Button",{closeButton:!0,timeOut:0,extendedTimeOut:0,tapToDismiss:!1,rtl:o})).find(".clear").length&&t.delegate(".clear","click",function(){toastr.clear(t,{force:!0}),t=void 0})}),y.on("click",function(){toastr.info("Have fun storming the castle!","Miracle Max Says",{rtl:o})}),g.on("click",function(){toastr.remove()}),b.on("click",function(){toastr.info("Have fun storming the castle!","Miracle Max Says",{rtl:o})}),v.on("click",function(){toastr.clear()}),B.on("click",function(){toastr.success("Have fun storming the castle!","Fast Duration",{showDuration:500,rtl:o})}),I.on("click",function(){toastr.warning("Have fun storming the castle!","Slow Duration",{hideDuration:3e3,rtl:o})}),M.on("click",function(){toastr.error("I do not think that word means what you think it means.","Timeout!",{timeOut:5e3,rtl:o})}),T.on("click",function(){toastr.info("I do not think that word means what you think it means.","Sticky!",{timeOut:0,rtl:o})}),C.on("click",function(){toastr.success("I do not think that word means what you think it means.","Slide Down / Slide Up!",{showMethod:"slideDown",hideMethod:"slideUp",timeOut:2e3,rtl:o})}),D.on("click",function(){toastr.success("I do not think that word means what you think it means.","Slide Down / Slide Up!",{showMethod:"fadeIn",hideMethod:"fadeOut",timeOut:2e3,rtl:o})})});toastr/toastr.min.js000064400000013676151162653250010537 0ustar00// version 2.1.4 !function (a) { a(["jquery"], function (a) { return function () { function h(a, b, c) { return u({ type: e.error, iconClass: v().iconClasses.error, message: a, optionsOverride: c, title: b }) } function i(c, d) { return c || (c = v()), b = a("#" + c.containerId), b.length ? b : (d && (b = r(c)), b) } function j(a, b, c) { return u({ type: e.info, iconClass: v().iconClasses.info, message: a, optionsOverride: c, title: b }) } function k(a) { c = a } function l(a, b, c) { return u({ type: e.success, iconClass: v().iconClasses.success, message: a, optionsOverride: c, title: b }) } function m(a, b, c) { return u({ type: e.warning, iconClass: v().iconClasses.warning, message: a, optionsOverride: c, title: b }) } function n(a, c) { var d = v(); b || i(d), q(a, d, c) || p(d) } function o(c) { var d = v(); return b || i(d), c && 0 === a(":focus", c).length ? void w(c) : void (b.children().length && b.remove()) } function p(c) { for (var d = b.children(), e = d.length - 1; e >= 0; e--)q(a(d[e]), c) } function q(b, c, d) { var e = !(!d || !d.force) && d.force; return !(!b || !e && 0 !== a(":focus", b).length) && (b[c.hideMethod]({ duration: c.hideDuration, easing: c.hideEasing, complete: function () { w(b) } }), !0) } function r(c) { return b = a("
").attr("id", c.containerId).addClass("toast-container").addClass(c.positionClass), b.appendTo(a(c.target)), b } function s() { return { tapToDismiss: !0, toastClass: "toast", containerId: "toast-container", debug: !1, showMethod: "fadeIn", showDuration: 300, showEasing: "swing", onShown: void 0, hideMethod: "fadeOut", hideDuration: 1e3, hideEasing: "swing", onHidden: void 0, closeMethod: !1, closeDuration: !1, closeEasing: !1, closeOnHover: !0, extendedTimeOut: 1e3, iconClasses: { error: "toast-error", info: "toast-info", success: "toast-success", warning: "toast-warning" }, iconClass: "toast-info", positionClass: "toast-top-right", timeOut: 5e3, titleClass: "toast-title", messageClass: "toast-message", escapeHtml: !1, target: "body", closeHtml: '', closeClass: "toast-close-button", newestOnTop: !0, preventDuplicates: !1, progressBar: !1, progressClass: "toast-progress", rtl: !1 } } function t(a) { c && c(a) } function u(c) { function q(a) { return null == a && (a = ""), a.replace(/&/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(//g, ">") } function r() { y(), A(), B(), C(), D(), E(), z(), s() } function s() { var a = ""; switch (c.iconClass) { case "toast-success": case "toast-info": a = "polite"; break; default: a = "assertive" }j.attr("aria-live", a) } function u() { e.closeOnHover && j.hover(I, H), !e.onclick && e.tapToDismiss && j.click(G), e.closeButton && n && n.click(function (a) { a.stopPropagation ? a.stopPropagation() : void 0 !== a.cancelBubble && a.cancelBubble !== !0 && (a.cancelBubble = !0), e.onCloseClick && e.onCloseClick(a), G(!0) }), e.onclick && j.click(function (a) { e.onclick(a), G() }) } function x() { j.hide(), j[e.showMethod]({ duration: e.showDuration, easing: e.showEasing, complete: e.onShown }), e.timeOut > 0 && (h = setTimeout(G, e.timeOut), o.maxHideTime = parseFloat(e.timeOut), o.hideEta = (new Date).getTime() + o.maxHideTime, e.progressBar && (o.intervalId = setInterval(J, 10))) } function y() { c.iconClass && j.addClass(e.toastClass).addClass(f) } function z() { e.newestOnTop ? b.prepend(j) : b.append(j) } function A() { if (c.title) { var a = c.title; e.escapeHtml && (a = q(c.title)), k.append(a).addClass(e.titleClass), j.append(k) } } function B() { if (c.message) { var a = c.message; e.escapeHtml && (a = q(c.message)), l.append(a).addClass(e.messageClass), j.append(l) } } function C() { e.closeButton && (n.addClass(e.closeClass).attr("role", "button"), j.prepend(n)) } function D() { e.progressBar && (m.addClass(e.progressClass), j.prepend(m)) } function E() { e.rtl && j.addClass("rtl") } function F(a, b) { if (a.preventDuplicates) { if (b.message === g) return !0; g = b.message } return !1 } function G(b) { var c = b && e.closeMethod !== !1 ? e.closeMethod : e.hideMethod, d = b && e.closeDuration !== !1 ? e.closeDuration : e.hideDuration, f = b && e.closeEasing !== !1 ? e.closeEasing : e.hideEasing; if (!a(":focus", j).length || b) return clearTimeout(o.intervalId), j[c]({ duration: d, easing: f, complete: function () { w(j), clearTimeout(h), e.onHidden && "hidden" !== p.state && e.onHidden(), p.state = "hidden", p.endTime = new Date, t(p) } }) } function H() { (e.timeOut > 0 || e.extendedTimeOut > 0) && (h = setTimeout(G, e.extendedTimeOut), o.maxHideTime = parseFloat(e.extendedTimeOut), o.hideEta = (new Date).getTime() + o.maxHideTime) } function I() { clearTimeout(h), o.hideEta = 0, j.stop(!0, !0)[e.showMethod]({ duration: e.showDuration, easing: e.showEasing }) } function J() { var a = (o.hideEta - (new Date).getTime()) / o.maxHideTime * 100; m.width(a + "%") } var e = v(), f = c.iconClass || e.iconClass; if ("undefined" != typeof c.optionsOverride && (e = a.extend(e, c.optionsOverride), f = c.optionsOverride.iconClass || f), !F(e, c)) { d++ , b = i(e, !0); var h = null, j = a("
"), k = a("
"), l = a("
"), m = a("
"), n = a(e.closeHtml), o = { intervalId: null, hideEta: null, maxHideTime: null }, p = { toastId: d, state: "visible", startTime: new Date, options: e, map: c }; return r(), x(), u(), t(p), e.debug && console && console.log(p), j } } function v() { return a.extend({}, s(), f.options) } function w(a) { b || (b = i()), a.is(":visible") || (a.remove(), a = null, 0 === b.children().length && (b.remove(), g = void 0)) } var b, c, g, d = 0, e = { error: "error", info: "info", success: "success", warning: "warning" }, f = { clear: n, remove: o, error: h, getContainer: i, info: j, options: {}, subscribe: k, success: l, version: "2.1.3", warning: m }; return f }() }) }("function" == typeof define && define.amd ? define : function (a, b) { "undefined" != typeof module && module.exports ? module.exports = b(require("jquery")) : window.toastr = b(window.jQuery) }); toastr/toatr.css000064400000016732151162653250007742 0ustar00#toast-container > div { opacity:.9; -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90); filter:alpha(opacity=90); max-width:none; } .toast-container > div { box-shadow:none!important; } .toast { background-color:#5A8DEE; } .toast-success { background-color:#39DA8A; } .toast-error { background-color:#FF5B5C; } .toast-info { background-color:#00CFDD; } .toast-warning { background-color:#FDAC41; } .toast-title { font-weight: bold; } .toast-message { -ms-word-wrap: break-word; word-wrap: break-word; } .toast-message a, .toast-message label { color: #FFFFFF; } .toast-message a:hover { color: #CCCCCC; text-decoration: none; } .toast-close-button { position: relative; right: -0.3em; top: -0.3em; float: right; font-size: 20px; font-weight: bold; color: #FFFFFF; -webkit-text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #ffffff; opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); line-height: 1; } .toast-close-button:hover, .toast-close-button:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); filter: alpha(opacity=40); } .rtl .toast-close-button { left: -0.3em; float: left; right: 0.3em; } button.toast-close-button { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .toast-top-center { top: 0; right: 0; width: 100%; } .toast-bottom-center { bottom: 0; right: 0; width: 100%; } .toast-top-full-width { top: 0; right: 0; width: 100%; } .toast-bottom-full-width { bottom: 0; right: 0; width: 100%; } .toast-top-left { top: 12px; left: 12px; } .toast-top-right { top: 12px; right: 12px; } .toast-bottom-right { right: 12px; bottom: 12px; } .toast-bottom-left { bottom: 12px; left: 12px; } .toast-container { position: fixed; z-index: 999999; pointer-events: none; } .toast-container * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .toast-container > div { position: relative; pointer-events: auto; overflow: hidden; margin: 0 0 6px; padding: 15px 15px 15px 50px; width: 300px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; background-position: 15px center; background-repeat: no-repeat; -moz-box-shadow: 0 0 12px #999999; -webkit-box-shadow: 0 0 12px #999999; box-shadow: 0 0 12px #999999; color: #FFFFFF; opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); } .toast-container > div.rtl { direction: rtl; padding: 15px 50px 15px 15px; background-position: right 15px center; } .toast-container > div:hover { -moz-box-shadow: 0 0 12px #000000; -webkit-box-shadow: 0 0 12px #000000; box-shadow: 0 0 12px #000000; opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); cursor: pointer; } .toast-container > .toast-info { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; } .toast-container > .toast-error { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; } .toast-container > .toast-success { background-image: url( "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; } .toast-container > .toast-warning { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; } .toast-container.toast-top-center > div, .toast-container.toast-bottom-center > div { width: 300px; margin-left: auto; margin-right: auto; } .toast-container.toast-top-full-width > div, .toast-container.toast-bottom-full-width > div { width: 96%; margin-left: auto; margin-right: auto; } .toast { background-color: #030303; } .toast-success { background-color: #51A351; } .toast-error { background-color: #BD362F; } .toast-info { background-color: #2F96B4; } .toast-warning { background-color: #F89406; } .toast-progress { position: absolute; left: 0; bottom: 0; height: 4px; background-color: #000000; opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); filter: alpha(opacity=40); } @media all and (max-width: 240px) { .toast-container > div { padding: 8px 8px 8px 50px; width: 11em; } .toast-container > div.rtl { padding: 8px 50px 8px 8px; } .toast-container .toast-close-button { right: -0.2em; top: -0.2em; } .toast-container .rtl .toast-close-button { left: -0.2em; right: 0.2em; } } @media all and (min-width: 241px) and (max-width: 480px) { .toast-container > div { padding: 8px 8px 8px 50px; width: 18em; } .toast-container > div.rtl { padding: 8px 50px 8px 8px; } .toast-container .toast-close-button { right: -0.2em; top: -0.2em; } .toast-container .rtl .toast-close-button { left: -0.2em; right: 0.2em; } } @media all and (min-width: 481px) and (max-width: 768px) { .toast-container > div { padding: 15px 15px 15px 50px; width: 25em; } .toast-container > div.rtl { padding: 15px 50px 15px 15px; } } material/materialdesignicons.css000064400000564017151162653250013123 0ustar00/* MaterialDesignIcons.com */ @font-face { font-family: "Material Design Icons"; src: url("fonts/materialdesignicons-webfontdf71.html?v=2.0.46"); src: url("fonts/materialdesignicons-webfontd41d.html?#iefix&v=2.0.46") format("embedded-opentype"), url("fonts/materialdesignicons-webfontdf71.woff2?v=2.0.46") format("woff2"), url("fonts/materialdesignicons/materialdesignicons-webfontdf71.html?v=2.0.46") format("woff"), url("fonts/materialdesignicons/materialdesignicons-webfontdf71-2.html?v=2.0.46") format("truetype"), url("fonts/materialdesignicons/materialdesignicons-webfontdf71-3.html?v=2.0.46#materialdesigniconsregular") format("svg"); font-weight: normal; font-style: normal; } .mdi { display: inline-block; font: normal normal normal 24px/1 "Material Design Icons"; font-size: inherit; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .mdi-access-point:before { content: "\F002"; } .mdi-access-point-network:before { content: "\F003"; } .mdi-account:before { content: "\F004"; } .mdi-account-alert:before { content: "\F005"; } .mdi-account-box:before { content: "\F006"; } .mdi-account-box-outline:before { content: "\F007"; } .mdi-account-card-details:before { content: "\F5D2"; } .mdi-account-check:before { content: "\F008"; } .mdi-account-circle:before { content: "\F009"; } .mdi-account-convert:before { content: "\F00A"; } .mdi-account-edit:before { content: "\F6BB"; } .mdi-account-key:before { content: "\F00B"; } .mdi-account-location:before { content: "\F00C"; } .mdi-account-minus:before { content: "\F00D"; } .mdi-account-multiple:before { content: "\F00E"; } .mdi-account-multiple-minus:before { content: "\F5D3"; } .mdi-account-multiple-outline:before { content: "\F00F"; } .mdi-account-multiple-plus:before { content: "\F010"; } .mdi-account-network:before { content: "\F011"; } .mdi-account-off:before { content: "\F012"; } .mdi-account-outline:before { content: "\F013"; } .mdi-account-plus:before { content: "\F014"; } .mdi-account-remove:before { content: "\F015"; } .mdi-account-search:before { content: "\F016"; } .mdi-account-settings:before { content: "\F630"; } .mdi-account-settings-variant:before { content: "\F631"; } .mdi-account-star:before { content: "\F017"; } .mdi-account-switch:before { content: "\F019"; } .mdi-adjust:before { content: "\F01A"; } .mdi-air-conditioner:before { content: "\F01B"; } .mdi-airballoon:before { content: "\F01C"; } .mdi-airplane:before { content: "\F01D"; } .mdi-airplane-landing:before { content: "\F5D4"; } .mdi-airplane-off:before { content: "\F01E"; } .mdi-airplane-takeoff:before { content: "\F5D5"; } .mdi-airplay:before { content: "\F01F"; } .mdi-alarm:before { content: "\F020"; } .mdi-alarm-bell:before { content: "\F78D"; } .mdi-alarm-check:before { content: "\F021"; } .mdi-alarm-light:before { content: "\F78E"; } .mdi-alarm-multiple:before { content: "\F022"; } .mdi-alarm-off:before { content: "\F023"; } .mdi-alarm-plus:before { content: "\F024"; } .mdi-alarm-snooze:before { content: "\F68D"; } .mdi-album:before { content: "\F025"; } .mdi-alert:before { content: "\F026"; } .mdi-alert-box:before { content: "\F027"; } .mdi-alert-circle:before { content: "\F028"; } .mdi-alert-circle-outline:before { content: "\F5D6"; } .mdi-alert-decagram:before { content: "\F6BC"; } .mdi-alert-octagon:before { content: "\F029"; } .mdi-alert-octagram:before { content: "\F766"; } .mdi-alert-outline:before { content: "\F02A"; } .mdi-all-inclusive:before { content: "\F6BD"; } .mdi-alpha:before { content: "\F02B"; } .mdi-alphabetical:before { content: "\F02C"; } .mdi-altimeter:before { content: "\F5D7"; } .mdi-amazon:before { content: "\F02D"; } .mdi-amazon-clouddrive:before { content: "\F02E"; } .mdi-ambulance:before { content: "\F02F"; } .mdi-amplifier:before { content: "\F030"; } .mdi-anchor:before { content: "\F031"; } .mdi-android:before { content: "\F032"; } .mdi-android-debug-bridge:before { content: "\F033"; } .mdi-android-head:before { content: "\F78F"; } .mdi-android-studio:before { content: "\F034"; } .mdi-angular:before { content: "\F6B1"; } .mdi-angularjs:before { content: "\F6BE"; } .mdi-animation:before { content: "\F5D8"; } .mdi-apple:before { content: "\F035"; } .mdi-apple-finder:before { content: "\F036"; } .mdi-apple-ios:before { content: "\F037"; } .mdi-apple-keyboard-caps:before { content: "\F632"; } .mdi-apple-keyboard-command:before { content: "\F633"; } .mdi-apple-keyboard-control:before { content: "\F634"; } .mdi-apple-keyboard-option:before { content: "\F635"; } .mdi-apple-keyboard-shift:before { content: "\F636"; } .mdi-apple-mobileme:before { content: "\F038"; } .mdi-apple-safari:before { content: "\F039"; } .mdi-application:before { content: "\F614"; } .mdi-approval:before { content: "\F790"; } .mdi-apps:before { content: "\F03B"; } .mdi-archive:before { content: "\F03C"; } .mdi-arrange-bring-forward:before { content: "\F03D"; } .mdi-arrange-bring-to-front:before { content: "\F03E"; } .mdi-arrange-send-backward:before { content: "\F03F"; } .mdi-arrange-send-to-back:before { content: "\F040"; } .mdi-arrow-all:before { content: "\F041"; } .mdi-arrow-bottom-left:before { content: "\F042"; } .mdi-arrow-bottom-right:before { content: "\F043"; } .mdi-arrow-collapse:before { content: "\F615"; } .mdi-arrow-collapse-all:before { content: "\F044"; } .mdi-arrow-collapse-down:before { content: "\F791"; } .mdi-arrow-collapse-left:before { content: "\F792"; } .mdi-arrow-collapse-right:before { content: "\F793"; } .mdi-arrow-collapse-up:before { content: "\F794"; } .mdi-arrow-down:before { content: "\F045"; } .mdi-arrow-down-bold:before { content: "\F72D"; } .mdi-arrow-down-bold-box:before { content: "\F72E"; } .mdi-arrow-down-bold-box-outline:before { content: "\F72F"; } .mdi-arrow-down-bold-circle:before { content: "\F047"; } .mdi-arrow-down-bold-circle-outline:before { content: "\F048"; } .mdi-arrow-down-bold-hexagon-outline:before { content: "\F049"; } .mdi-arrow-down-box:before { content: "\F6BF"; } .mdi-arrow-down-drop-circle:before { content: "\F04A"; } .mdi-arrow-down-drop-circle-outline:before { content: "\F04B"; } .mdi-arrow-down-thick:before { content: "\F046"; } .mdi-arrow-expand:before { content: "\F616"; } .mdi-arrow-expand-all:before { content: "\F04C"; } .mdi-arrow-expand-down:before { content: "\F795"; } .mdi-arrow-expand-left:before { content: "\F796"; } .mdi-arrow-expand-right:before { content: "\F797"; } .mdi-arrow-expand-up:before { content: "\F798"; } .mdi-arrow-left:before { content: "\F04D"; } .mdi-arrow-left-bold:before { content: "\F730"; } .mdi-arrow-left-bold-box:before { content: "\F731"; } .mdi-arrow-left-bold-box-outline:before { content: "\F732"; } .mdi-arrow-left-bold-circle:before { content: "\F04F"; } .mdi-arrow-left-bold-circle-outline:before { content: "\F050"; } .mdi-arrow-left-bold-hexagon-outline:before { content: "\F051"; } .mdi-arrow-left-box:before { content: "\F6C0"; } .mdi-arrow-left-drop-circle:before { content: "\F052"; } .mdi-arrow-left-drop-circle-outline:before { content: "\F053"; } .mdi-arrow-left-thick:before { content: "\F04E"; } .mdi-arrow-right:before { content: "\F054"; } .mdi-arrow-right-bold:before { content: "\F733"; } .mdi-arrow-right-bold-box:before { content: "\F734"; } .mdi-arrow-right-bold-box-outline:before { content: "\F735"; } .mdi-arrow-right-bold-circle:before { content: "\F056"; } .mdi-arrow-right-bold-circle-outline:before { content: "\F057"; } .mdi-arrow-right-bold-hexagon-outline:before { content: "\F058"; } .mdi-arrow-right-box:before { content: "\F6C1"; } .mdi-arrow-right-drop-circle:before { content: "\F059"; } .mdi-arrow-right-drop-circle-outline:before { content: "\F05A"; } .mdi-arrow-right-thick:before { content: "\F055"; } .mdi-arrow-top-left:before { content: "\F05B"; } .mdi-arrow-top-right:before { content: "\F05C"; } .mdi-arrow-up:before { content: "\F05D"; } .mdi-arrow-up-bold:before { content: "\F736"; } .mdi-arrow-up-bold-box:before { content: "\F737"; } .mdi-arrow-up-bold-box-outline:before { content: "\F738"; } .mdi-arrow-up-bold-circle:before { content: "\F05F"; } .mdi-arrow-up-bold-circle-outline:before { content: "\F060"; } .mdi-arrow-up-bold-hexagon-outline:before { content: "\F061"; } .mdi-arrow-up-box:before { content: "\F6C2"; } .mdi-arrow-up-drop-circle:before { content: "\F062"; } .mdi-arrow-up-drop-circle-outline:before { content: "\F063"; } .mdi-arrow-up-thick:before { content: "\F05E"; } .mdi-assistant:before { content: "\F064"; } .mdi-asterisk:before { content: "\F6C3"; } .mdi-at:before { content: "\F065"; } .mdi-atom:before { content: "\F767"; } .mdi-attachment:before { content: "\F066"; } .mdi-audiobook:before { content: "\F067"; } .mdi-auto-fix:before { content: "\F068"; } .mdi-auto-upload:before { content: "\F069"; } .mdi-autorenew:before { content: "\F06A"; } .mdi-av-timer:before { content: "\F06B"; } .mdi-baby:before { content: "\F06C"; } .mdi-baby-buggy:before { content: "\F68E"; } .mdi-backburger:before { content: "\F06D"; } .mdi-backspace:before { content: "\F06E"; } .mdi-backup-restore:before { content: "\F06F"; } .mdi-bandcamp:before { content: "\F674"; } .mdi-bank:before { content: "\F070"; } .mdi-barcode:before { content: "\F071"; } .mdi-barcode-scan:before { content: "\F072"; } .mdi-barley:before { content: "\F073"; } .mdi-barrel:before { content: "\F074"; } .mdi-basecamp:before { content: "\F075"; } .mdi-basket:before { content: "\F076"; } .mdi-basket-fill:before { content: "\F077"; } .mdi-basket-unfill:before { content: "\F078"; } .mdi-battery:before { content: "\F079"; } .mdi-battery-10:before { content: "\F07A"; } .mdi-battery-20:before { content: "\F07B"; } .mdi-battery-30:before { content: "\F07C"; } .mdi-battery-40:before { content: "\F07D"; } .mdi-battery-50:before { content: "\F07E"; } .mdi-battery-60:before { content: "\F07F"; } .mdi-battery-70:before { content: "\F080"; } .mdi-battery-80:before { content: "\F081"; } .mdi-battery-90:before { content: "\F082"; } .mdi-battery-alert:before { content: "\F083"; } .mdi-battery-charging:before { content: "\F084"; } .mdi-battery-charging-100:before { content: "\F085"; } .mdi-battery-charging-20:before { content: "\F086"; } .mdi-battery-charging-30:before { content: "\F087"; } .mdi-battery-charging-40:before { content: "\F088"; } .mdi-battery-charging-60:before { content: "\F089"; } .mdi-battery-charging-80:before { content: "\F08A"; } .mdi-battery-charging-90:before { content: "\F08B"; } .mdi-battery-minus:before { content: "\F08C"; } .mdi-battery-negative:before { content: "\F08D"; } .mdi-battery-outline:before { content: "\F08E"; } .mdi-battery-plus:before { content: "\F08F"; } .mdi-battery-positive:before { content: "\F090"; } .mdi-battery-unknown:before { content: "\F091"; } .mdi-beach:before { content: "\F092"; } .mdi-beaker:before { content: "\F68F"; } .mdi-beats:before { content: "\F097"; } .mdi-beer:before { content: "\F098"; } .mdi-behance:before { content: "\F099"; } .mdi-bell:before { content: "\F09A"; } .mdi-bell-off:before { content: "\F09B"; } .mdi-bell-outline:before { content: "\F09C"; } .mdi-bell-plus:before { content: "\F09D"; } .mdi-bell-ring:before { content: "\F09E"; } .mdi-bell-ring-outline:before { content: "\F09F"; } .mdi-bell-sleep:before { content: "\F0A0"; } .mdi-beta:before { content: "\F0A1"; } .mdi-bible:before { content: "\F0A2"; } .mdi-bike:before { content: "\F0A3"; } .mdi-bing:before { content: "\F0A4"; } .mdi-binoculars:before { content: "\F0A5"; } .mdi-bio:before { content: "\F0A6"; } .mdi-biohazard:before { content: "\F0A7"; } .mdi-bitbucket:before { content: "\F0A8"; } .mdi-black-mesa:before { content: "\F0A9"; } .mdi-blackberry:before { content: "\F0AA"; } .mdi-blender:before { content: "\F0AB"; } .mdi-blinds:before { content: "\F0AC"; } .mdi-block-helper:before { content: "\F0AD"; } .mdi-blogger:before { content: "\F0AE"; } .mdi-bluetooth:before { content: "\F0AF"; } .mdi-bluetooth-audio:before { content: "\F0B0"; } .mdi-bluetooth-connect:before { content: "\F0B1"; } .mdi-bluetooth-off:before { content: "\F0B2"; } .mdi-bluetooth-settings:before { content: "\F0B3"; } .mdi-bluetooth-transfer:before { content: "\F0B4"; } .mdi-blur:before { content: "\F0B5"; } .mdi-blur-linear:before { content: "\F0B6"; } .mdi-blur-off:before { content: "\F0B7"; } .mdi-blur-radial:before { content: "\F0B8"; } .mdi-bomb:before { content: "\F690"; } .mdi-bomb-off:before { content: "\F6C4"; } .mdi-bone:before { content: "\F0B9"; } .mdi-book:before { content: "\F0BA"; } .mdi-book-minus:before { content: "\F5D9"; } .mdi-book-multiple:before { content: "\F0BB"; } .mdi-book-multiple-variant:before { content: "\F0BC"; } .mdi-book-open:before { content: "\F0BD"; } .mdi-book-open-page-variant:before { content: "\F5DA"; } .mdi-book-open-variant:before { content: "\F0BE"; } .mdi-book-plus:before { content: "\F5DB"; } .mdi-book-secure:before { content: "\F799"; } .mdi-book-unsecure:before { content: "\F79A"; } .mdi-book-variant:before { content: "\F0BF"; } .mdi-bookmark:before { content: "\F0C0"; } .mdi-bookmark-check:before { content: "\F0C1"; } .mdi-bookmark-music:before { content: "\F0C2"; } .mdi-bookmark-outline:before { content: "\F0C3"; } .mdi-bookmark-plus:before { content: "\F0C5"; } .mdi-bookmark-plus-outline:before { content: "\F0C4"; } .mdi-bookmark-remove:before { content: "\F0C6"; } .mdi-boombox:before { content: "\F5DC"; } .mdi-bootstrap:before { content: "\F6C5"; } .mdi-border-all:before { content: "\F0C7"; } .mdi-border-bottom:before { content: "\F0C8"; } .mdi-border-color:before { content: "\F0C9"; } .mdi-border-horizontal:before { content: "\F0CA"; } .mdi-border-inside:before { content: "\F0CB"; } .mdi-border-left:before { content: "\F0CC"; } .mdi-border-none:before { content: "\F0CD"; } .mdi-border-outside:before { content: "\F0CE"; } .mdi-border-right:before { content: "\F0CF"; } .mdi-border-style:before { content: "\F0D0"; } .mdi-border-top:before { content: "\F0D1"; } .mdi-border-vertical:before { content: "\F0D2"; } .mdi-bow-tie:before { content: "\F677"; } .mdi-bowl:before { content: "\F617"; } .mdi-bowling:before { content: "\F0D3"; } .mdi-box:before { content: "\F0D4"; } .mdi-box-cutter:before { content: "\F0D5"; } .mdi-box-shadow:before { content: "\F637"; } .mdi-bridge:before { content: "\F618"; } .mdi-briefcase:before { content: "\F0D6"; } .mdi-briefcase-check:before { content: "\F0D7"; } .mdi-briefcase-download:before { content: "\F0D8"; } .mdi-briefcase-upload:before { content: "\F0D9"; } .mdi-brightness-1:before { content: "\F0DA"; } .mdi-brightness-2:before { content: "\F0DB"; } .mdi-brightness-3:before { content: "\F0DC"; } .mdi-brightness-4:before { content: "\F0DD"; } .mdi-brightness-5:before { content: "\F0DE"; } .mdi-brightness-6:before { content: "\F0DF"; } .mdi-brightness-7:before { content: "\F0E0"; } .mdi-brightness-auto:before { content: "\F0E1"; } .mdi-broom:before { content: "\F0E2"; } .mdi-brush:before { content: "\F0E3"; } .mdi-buffer:before { content: "\F619"; } .mdi-bug:before { content: "\F0E4"; } .mdi-bulletin-board:before { content: "\F0E5"; } .mdi-bullhorn:before { content: "\F0E6"; } .mdi-bullseye:before { content: "\F5DD"; } .mdi-burst-mode:before { content: "\F5DE"; } .mdi-bus:before { content: "\F0E7"; } .mdi-bus-articulated-end:before { content: "\F79B"; } .mdi-bus-articulated-front:before { content: "\F79C"; } .mdi-bus-double-decker:before { content: "\F79D"; } .mdi-bus-school:before { content: "\F79E"; } .mdi-bus-side:before { content: "\F79F"; } .mdi-cached:before { content: "\F0E8"; } .mdi-cake:before { content: "\F0E9"; } .mdi-cake-layered:before { content: "\F0EA"; } .mdi-cake-variant:before { content: "\F0EB"; } .mdi-calculator:before { content: "\F0EC"; } .mdi-calendar:before { content: "\F0ED"; } .mdi-calendar-blank:before { content: "\F0EE"; } .mdi-calendar-check:before { content: "\F0EF"; } .mdi-calendar-clock:before { content: "\F0F0"; } .mdi-calendar-multiple:before { content: "\F0F1"; } .mdi-calendar-multiple-check:before { content: "\F0F2"; } .mdi-calendar-plus:before { content: "\F0F3"; } .mdi-calendar-question:before { content: "\F691"; } .mdi-calendar-range:before { content: "\F678"; } .mdi-calendar-remove:before { content: "\F0F4"; } .mdi-calendar-text:before { content: "\F0F5"; } .mdi-calendar-today:before { content: "\F0F6"; } .mdi-call-made:before { content: "\F0F7"; } .mdi-call-merge:before { content: "\F0F8"; } .mdi-call-missed:before { content: "\F0F9"; } .mdi-call-received:before { content: "\F0FA"; } .mdi-call-split:before { content: "\F0FB"; } .mdi-camcorder:before { content: "\F0FC"; } .mdi-camcorder-box:before { content: "\F0FD"; } .mdi-camcorder-box-off:before { content: "\F0FE"; } .mdi-camcorder-off:before { content: "\F0FF"; } .mdi-camera:before { content: "\F100"; } .mdi-camera-burst:before { content: "\F692"; } .mdi-camera-enhance:before { content: "\F101"; } .mdi-camera-front:before { content: "\F102"; } .mdi-camera-front-variant:before { content: "\F103"; } .mdi-camera-gopro:before { content: "\F7A0"; } .mdi-camera-iris:before { content: "\F104"; } .mdi-camera-metering-center:before { content: "\F7A1"; } .mdi-camera-metering-matrix:before { content: "\F7A2"; } .mdi-camera-metering-partial:before { content: "\F7A3"; } .mdi-camera-metering-spot:before { content: "\F7A4"; } .mdi-camera-off:before { content: "\F5DF"; } .mdi-camera-party-mode:before { content: "\F105"; } .mdi-camera-rear:before { content: "\F106"; } .mdi-camera-rear-variant:before { content: "\F107"; } .mdi-camera-switch:before { content: "\F108"; } .mdi-camera-timer:before { content: "\F109"; } .mdi-cancel:before { content: "\F739"; } .mdi-candle:before { content: "\F5E2"; } .mdi-candycane:before { content: "\F10A"; } .mdi-cannabis:before { content: "\F7A5"; } .mdi-car:before { content: "\F10B"; } .mdi-car-battery:before { content: "\F10C"; } .mdi-car-connected:before { content: "\F10D"; } .mdi-car-convertable:before { content: "\F7A6"; } .mdi-car-estate:before { content: "\F7A7"; } .mdi-car-hatchback:before { content: "\F7A8"; } .mdi-car-pickup:before { content: "\F7A9"; } .mdi-car-side:before { content: "\F7AA"; } .mdi-car-sports:before { content: "\F7AB"; } .mdi-car-wash:before { content: "\F10E"; } .mdi-caravan:before { content: "\F7AC"; } .mdi-cards:before { content: "\F638"; } .mdi-cards-outline:before { content: "\F639"; } .mdi-cards-playing-outline:before { content: "\F63A"; } .mdi-cards-variant:before { content: "\F6C6"; } .mdi-carrot:before { content: "\F10F"; } .mdi-cart:before { content: "\F110"; } .mdi-cart-off:before { content: "\F66B"; } .mdi-cart-outline:before { content: "\F111"; } .mdi-cart-plus:before { content: "\F112"; } .mdi-case-sensitive-alt:before { content: "\F113"; } .mdi-cash:before { content: "\F114"; } .mdi-cash-100:before { content: "\F115"; } .mdi-cash-multiple:before { content: "\F116"; } .mdi-cash-usd:before { content: "\F117"; } .mdi-cast:before { content: "\F118"; } .mdi-cast-connected:before { content: "\F119"; } .mdi-cast-off:before { content: "\F789"; } .mdi-castle:before { content: "\F11A"; } .mdi-cat:before { content: "\F11B"; } .mdi-cctv:before { content: "\F7AD"; } .mdi-ceiling-light:before { content: "\F768"; } .mdi-cellphone:before { content: "\F11C"; } .mdi-cellphone-android:before { content: "\F11D"; } .mdi-cellphone-basic:before { content: "\F11E"; } .mdi-cellphone-dock:before { content: "\F11F"; } .mdi-cellphone-iphone:before { content: "\F120"; } .mdi-cellphone-link:before { content: "\F121"; } .mdi-cellphone-link-off:before { content: "\F122"; } .mdi-cellphone-settings:before { content: "\F123"; } .mdi-certificate:before { content: "\F124"; } .mdi-chair-school:before { content: "\F125"; } .mdi-chart-arc:before { content: "\F126"; } .mdi-chart-areaspline:before { content: "\F127"; } .mdi-chart-bar:before { content: "\F128"; } .mdi-chart-bar-stacked:before { content: "\F769"; } .mdi-chart-bubble:before { content: "\F5E3"; } .mdi-chart-donut:before { content: "\F7AE"; } .mdi-chart-donut-variant:before { content: "\F7AF"; } .mdi-chart-gantt:before { content: "\F66C"; } .mdi-chart-histogram:before { content: "\F129"; } .mdi-chart-line:before { content: "\F12A"; } .mdi-chart-line-stacked:before { content: "\F76A"; } .mdi-chart-line-variant:before { content: "\F7B0"; } .mdi-chart-pie:before { content: "\F12B"; } .mdi-chart-scatterplot-hexbin:before { content: "\F66D"; } .mdi-chart-timeline:before { content: "\F66E"; } .mdi-check:before { content: "\F12C"; } .mdi-check-all:before { content: "\F12D"; } .mdi-check-circle:before { content: "\F5E0"; } .mdi-check-circle-outline:before { content: "\F5E1"; } .mdi-checkbox-blank:before { content: "\F12E"; } .mdi-checkbox-blank-circle:before { content: "\F12F"; } .mdi-checkbox-blank-circle-outline:before { content: "\F130"; } .mdi-checkbox-blank-outline:before { content: "\F131"; } .mdi-checkbox-marked:before { content: "\F132"; } .mdi-checkbox-marked-circle:before { content: "\F133"; } .mdi-checkbox-marked-circle-outline:before { content: "\F134"; } .mdi-checkbox-marked-outline:before { content: "\F135"; } .mdi-checkbox-multiple-blank:before { content: "\F136"; } .mdi-checkbox-multiple-blank-circle:before { content: "\F63B"; } .mdi-checkbox-multiple-blank-circle-outline:before { content: "\F63C"; } .mdi-checkbox-multiple-blank-outline:before { content: "\F137"; } .mdi-checkbox-multiple-marked:before { content: "\F138"; } .mdi-checkbox-multiple-marked-circle:before { content: "\F63D"; } .mdi-checkbox-multiple-marked-circle-outline:before { content: "\F63E"; } .mdi-checkbox-multiple-marked-outline:before { content: "\F139"; } .mdi-checkerboard:before { content: "\F13A"; } .mdi-chemical-weapon:before { content: "\F13B"; } .mdi-chevron-double-down:before { content: "\F13C"; } .mdi-chevron-double-left:before { content: "\F13D"; } .mdi-chevron-double-right:before { content: "\F13E"; } .mdi-chevron-double-up:before { content: "\F13F"; } .mdi-chevron-down:before { content: "\F140"; } .mdi-chevron-left:before { content: "\F141"; } .mdi-chevron-right:before { content: "\F142"; } .mdi-chevron-up:before { content: "\F143"; } .mdi-chili-hot:before { content: "\F7B1"; } .mdi-chili-medium:before { content: "\F7B2"; } .mdi-chili-mild:before { content: "\F7B3"; } .mdi-chip:before { content: "\F61A"; } .mdi-church:before { content: "\F144"; } .mdi-circle:before { content: "\F764"; } .mdi-circle-outline:before { content: "\F765"; } .mdi-cisco-webex:before { content: "\F145"; } .mdi-city:before { content: "\F146"; } .mdi-clipboard:before { content: "\F147"; } .mdi-clipboard-account:before { content: "\F148"; } .mdi-clipboard-alert:before { content: "\F149"; } .mdi-clipboard-arrow-down:before { content: "\F14A"; } .mdi-clipboard-arrow-left:before { content: "\F14B"; } .mdi-clipboard-check:before { content: "\F14C"; } .mdi-clipboard-flow:before { content: "\F6C7"; } .mdi-clipboard-outline:before { content: "\F14D"; } .mdi-clipboard-plus:before { content: "\F750"; } .mdi-clipboard-text:before { content: "\F14E"; } .mdi-clippy:before { content: "\F14F"; } .mdi-clock:before { content: "\F150"; } .mdi-clock-alert:before { content: "\F5CE"; } .mdi-clock-end:before { content: "\F151"; } .mdi-clock-fast:before { content: "\F152"; } .mdi-clock-in:before { content: "\F153"; } .mdi-clock-out:before { content: "\F154"; } .mdi-clock-start:before { content: "\F155"; } .mdi-close:before { content: "\F156"; } .mdi-close-box:before { content: "\F157"; } .mdi-close-box-outline:before { content: "\F158"; } .mdi-close-circle:before { content: "\F159"; } .mdi-close-circle-outline:before { content: "\F15A"; } .mdi-close-network:before { content: "\F15B"; } .mdi-close-octagon:before { content: "\F15C"; } .mdi-close-octagon-outline:before { content: "\F15D"; } .mdi-close-outline:before { content: "\F6C8"; } .mdi-closed-caption:before { content: "\F15E"; } .mdi-cloud:before { content: "\F15F"; } .mdi-cloud-braces:before { content: "\F7B4"; } .mdi-cloud-check:before { content: "\F160"; } .mdi-cloud-circle:before { content: "\F161"; } .mdi-cloud-download:before { content: "\F162"; } .mdi-cloud-off-outline:before { content: "\F164"; } .mdi-cloud-outline:before { content: "\F163"; } .mdi-cloud-print:before { content: "\F165"; } .mdi-cloud-print-outline:before { content: "\F166"; } .mdi-cloud-sync:before { content: "\F63F"; } .mdi-cloud-tags:before { content: "\F7B5"; } .mdi-cloud-upload:before { content: "\F167"; } .mdi-code-array:before { content: "\F168"; } .mdi-code-braces:before { content: "\F169"; } .mdi-code-brackets:before { content: "\F16A"; } .mdi-code-equal:before { content: "\F16B"; } .mdi-code-greater-than:before { content: "\F16C"; } .mdi-code-greater-than-or-equal:before { content: "\F16D"; } .mdi-code-less-than:before { content: "\F16E"; } .mdi-code-less-than-or-equal:before { content: "\F16F"; } .mdi-code-not-equal:before { content: "\F170"; } .mdi-code-not-equal-variant:before { content: "\F171"; } .mdi-code-parentheses:before { content: "\F172"; } .mdi-code-string:before { content: "\F173"; } .mdi-code-tags:before { content: "\F174"; } .mdi-code-tags-check:before { content: "\F693"; } .mdi-codepen:before { content: "\F175"; } .mdi-coffee:before { content: "\F176"; } .mdi-coffee-outline:before { content: "\F6C9"; } .mdi-coffee-to-go:before { content: "\F177"; } .mdi-coin:before { content: "\F178"; } .mdi-coins:before { content: "\F694"; } .mdi-collage:before { content: "\F640"; } .mdi-color-helper:before { content: "\F179"; } .mdi-comment:before { content: "\F17A"; } .mdi-comment-account:before { content: "\F17B"; } .mdi-comment-account-outline:before { content: "\F17C"; } .mdi-comment-alert:before { content: "\F17D"; } .mdi-comment-alert-outline:before { content: "\F17E"; } .mdi-comment-check:before { content: "\F17F"; } .mdi-comment-check-outline:before { content: "\F180"; } .mdi-comment-multiple-outline:before { content: "\F181"; } .mdi-comment-outline:before { content: "\F182"; } .mdi-comment-plus-outline:before { content: "\F183"; } .mdi-comment-processing:before { content: "\F184"; } .mdi-comment-processing-outline:before { content: "\F185"; } .mdi-comment-question-outline:before { content: "\F186"; } .mdi-comment-remove-outline:before { content: "\F187"; } .mdi-comment-text:before { content: "\F188"; } .mdi-comment-text-outline:before { content: "\F189"; } .mdi-compare:before { content: "\F18A"; } .mdi-compass:before { content: "\F18B"; } .mdi-compass-outline:before { content: "\F18C"; } .mdi-console:before { content: "\F18D"; } .mdi-console-line:before { content: "\F7B6"; } .mdi-contact-mail:before { content: "\F18E"; } .mdi-contacts:before { content: "\F6CA"; } .mdi-content-copy:before { content: "\F18F"; } .mdi-content-cut:before { content: "\F190"; } .mdi-content-duplicate:before { content: "\F191"; } .mdi-content-paste:before { content: "\F192"; } .mdi-content-save:before { content: "\F193"; } .mdi-content-save-all:before { content: "\F194"; } .mdi-content-save-settings:before { content: "\F61B"; } .mdi-contrast:before { content: "\F195"; } .mdi-contrast-box:before { content: "\F196"; } .mdi-contrast-circle:before { content: "\F197"; } .mdi-cookie:before { content: "\F198"; } .mdi-copyright:before { content: "\F5E6"; } .mdi-corn:before { content: "\F7B7"; } .mdi-counter:before { content: "\F199"; } .mdi-cow:before { content: "\F19A"; } .mdi-creation:before { content: "\F1C9"; } .mdi-credit-card:before { content: "\F19B"; } .mdi-credit-card-multiple:before { content: "\F19C"; } .mdi-credit-card-off:before { content: "\F5E4"; } .mdi-credit-card-plus:before { content: "\F675"; } .mdi-credit-card-scan:before { content: "\F19D"; } .mdi-crop:before { content: "\F19E"; } .mdi-crop-free:before { content: "\F19F"; } .mdi-crop-landscape:before { content: "\F1A0"; } .mdi-crop-portrait:before { content: "\F1A1"; } .mdi-crop-rotate:before { content: "\F695"; } .mdi-crop-square:before { content: "\F1A2"; } .mdi-crosshairs:before { content: "\F1A3"; } .mdi-crosshairs-gps:before { content: "\F1A4"; } .mdi-crown:before { content: "\F1A5"; } .mdi-cube:before { content: "\F1A6"; } .mdi-cube-outline:before { content: "\F1A7"; } .mdi-cube-send:before { content: "\F1A8"; } .mdi-cube-unfolded:before { content: "\F1A9"; } .mdi-cup:before { content: "\F1AA"; } .mdi-cup-off:before { content: "\F5E5"; } .mdi-cup-water:before { content: "\F1AB"; } .mdi-currency-btc:before { content: "\F1AC"; } .mdi-currency-chf:before { content: "\F7B8"; } .mdi-currency-cny:before { content: "\F7B9"; } .mdi-currency-eth:before { content: "\F7BA"; } .mdi-currency-eur:before { content: "\F1AD"; } .mdi-currency-gbp:before { content: "\F1AE"; } .mdi-currency-inr:before { content: "\F1AF"; } .mdi-currency-jpy:before { content: "\F7BB"; } .mdi-currency-krw:before { content: "\F7BC"; } .mdi-currency-ngn:before { content: "\F1B0"; } .mdi-currency-rub:before { content: "\F1B1"; } .mdi-currency-sign:before { content: "\F7BD"; } .mdi-currency-try:before { content: "\F1B2"; } .mdi-currency-twd:before { content: "\F7BE"; } .mdi-currency-usd:before { content: "\F1B3"; } .mdi-currency-usd-off:before { content: "\F679"; } .mdi-cursor-default:before { content: "\F1B4"; } .mdi-cursor-default-outline:before { content: "\F1B5"; } .mdi-cursor-move:before { content: "\F1B6"; } .mdi-cursor-pointer:before { content: "\F1B7"; } .mdi-cursor-text:before { content: "\F5E7"; } .mdi-database:before { content: "\F1B8"; } .mdi-database-minus:before { content: "\F1B9"; } .mdi-database-plus:before { content: "\F1BA"; } .mdi-debug-step-into:before { content: "\F1BB"; } .mdi-debug-step-out:before { content: "\F1BC"; } .mdi-debug-step-over:before { content: "\F1BD"; } .mdi-decagram:before { content: "\F76B"; } .mdi-decagram-outline:before { content: "\F76C"; } .mdi-decimal-decrease:before { content: "\F1BE"; } .mdi-decimal-increase:before { content: "\F1BF"; } .mdi-delete:before { content: "\F1C0"; } .mdi-delete-circle:before { content: "\F682"; } .mdi-delete-empty:before { content: "\F6CB"; } .mdi-delete-forever:before { content: "\F5E8"; } .mdi-delete-sweep:before { content: "\F5E9"; } .mdi-delete-variant:before { content: "\F1C1"; } .mdi-delta:before { content: "\F1C2"; } .mdi-deskphone:before { content: "\F1C3"; } .mdi-desktop-classic:before { content: "\F7BF"; } .mdi-desktop-mac:before { content: "\F1C4"; } .mdi-desktop-tower:before { content: "\F1C5"; } .mdi-details:before { content: "\F1C6"; } .mdi-developer-board:before { content: "\F696"; } .mdi-deviantart:before { content: "\F1C7"; } .mdi-dialpad:before { content: "\F61C"; } .mdi-diamond:before { content: "\F1C8"; } .mdi-dice-1:before { content: "\F1CA"; } .mdi-dice-2:before { content: "\F1CB"; } .mdi-dice-3:before { content: "\F1CC"; } .mdi-dice-4:before { content: "\F1CD"; } .mdi-dice-5:before { content: "\F1CE"; } .mdi-dice-6:before { content: "\F1CF"; } .mdi-dice-d10:before { content: "\F76E"; } .mdi-dice-d20:before { content: "\F5EA"; } .mdi-dice-d4:before { content: "\F5EB"; } .mdi-dice-d6:before { content: "\F5EC"; } .mdi-dice-d8:before { content: "\F5ED"; } .mdi-dice-multiple:before { content: "\F76D"; } .mdi-dictionary:before { content: "\F61D"; } .mdi-dip-switch:before { content: "\F7C0"; } .mdi-directions:before { content: "\F1D0"; } .mdi-directions-fork:before { content: "\F641"; } .mdi-discord:before { content: "\F66F"; } .mdi-disk:before { content: "\F5EE"; } .mdi-disk-alert:before { content: "\F1D1"; } .mdi-disqus:before { content: "\F1D2"; } .mdi-disqus-outline:before { content: "\F1D3"; } .mdi-division:before { content: "\F1D4"; } .mdi-division-box:before { content: "\F1D5"; } .mdi-dna:before { content: "\F683"; } .mdi-dns:before { content: "\F1D6"; } .mdi-do-not-disturb:before { content: "\F697"; } .mdi-do-not-disturb-off:before { content: "\F698"; } .mdi-dolby:before { content: "\F6B2"; } .mdi-domain:before { content: "\F1D7"; } .mdi-donkey:before { content: "\F7C1"; } .mdi-dots-horizontal:before { content: "\F1D8"; } .mdi-dots-horizontal-circle:before { content: "\F7C2"; } .mdi-dots-vertical:before { content: "\F1D9"; } .mdi-dots-vertical-circle:before { content: "\F7C3"; } .mdi-douban:before { content: "\F699"; } .mdi-download:before { content: "\F1DA"; } .mdi-download-network:before { content: "\F6F3"; } .mdi-drag:before { content: "\F1DB"; } .mdi-drag-horizontal:before { content: "\F1DC"; } .mdi-drag-vertical:before { content: "\F1DD"; } .mdi-drawing:before { content: "\F1DE"; } .mdi-drawing-box:before { content: "\F1DF"; } .mdi-dribbble:before { content: "\F1E0"; } .mdi-dribbble-box:before { content: "\F1E1"; } .mdi-drone:before { content: "\F1E2"; } .mdi-dropbox:before { content: "\F1E3"; } .mdi-drupal:before { content: "\F1E4"; } .mdi-duck:before { content: "\F1E5"; } .mdi-dumbbell:before { content: "\F1E6"; } .mdi-ear-hearing:before { content: "\F7C4"; } .mdi-earth:before { content: "\F1E7"; } .mdi-earth-box:before { content: "\F6CC"; } .mdi-earth-box-off:before { content: "\F6CD"; } .mdi-earth-off:before { content: "\F1E8"; } .mdi-edge:before { content: "\F1E9"; } .mdi-eject:before { content: "\F1EA"; } .mdi-elephant:before { content: "\F7C5"; } .mdi-elevation-decline:before { content: "\F1EB"; } .mdi-elevation-rise:before { content: "\F1EC"; } .mdi-elevator:before { content: "\F1ED"; } .mdi-email:before { content: "\F1EE"; } .mdi-email-alert:before { content: "\F6CE"; } .mdi-email-open:before { content: "\F1EF"; } .mdi-email-open-outline:before { content: "\F5EF"; } .mdi-email-outline:before { content: "\F1F0"; } .mdi-email-secure:before { content: "\F1F1"; } .mdi-email-variant:before { content: "\F5F0"; } .mdi-emby:before { content: "\F6B3"; } .mdi-emoticon:before { content: "\F1F2"; } .mdi-emoticon-cool:before { content: "\F1F3"; } .mdi-emoticon-dead:before { content: "\F69A"; } .mdi-emoticon-devil:before { content: "\F1F4"; } .mdi-emoticon-excited:before { content: "\F69B"; } .mdi-emoticon-happy:before { content: "\F1F5"; } .mdi-emoticon-neutral:before { content: "\F1F6"; } .mdi-emoticon-poop:before { content: "\F1F7"; } .mdi-emoticon-sad:before { content: "\F1F8"; } .mdi-emoticon-tongue:before { content: "\F1F9"; } .mdi-engine:before { content: "\F1FA"; } .mdi-engine-outline:before { content: "\F1FB"; } .mdi-equal:before { content: "\F1FC"; } .mdi-equal-box:before { content: "\F1FD"; } .mdi-eraser:before { content: "\F1FE"; } .mdi-eraser-variant:before { content: "\F642"; } .mdi-escalator:before { content: "\F1FF"; } .mdi-ethernet:before { content: "\F200"; } .mdi-ethernet-cable:before { content: "\F201"; } .mdi-ethernet-cable-off:before { content: "\F202"; } .mdi-etsy:before { content: "\F203"; } .mdi-ev-station:before { content: "\F5F1"; } .mdi-eventbrite:before { content: "\F7C6"; } .mdi-evernote:before { content: "\F204"; } .mdi-exclamation:before { content: "\F205"; } .mdi-exit-to-app:before { content: "\F206"; } .mdi-export:before { content: "\F207"; } .mdi-eye:before { content: "\F208"; } .mdi-eye-off:before { content: "\F209"; } .mdi-eye-off-outline:before { content: "\F6D0"; } .mdi-eye-outline:before { content: "\F6CF"; } .mdi-eyedropper:before { content: "\F20A"; } .mdi-eyedropper-variant:before { content: "\F20B"; } .mdi-face:before { content: "\F643"; } .mdi-face-profile:before { content: "\F644"; } .mdi-facebook:before { content: "\F20C"; } .mdi-facebook-box:before { content: "\F20D"; } .mdi-facebook-messenger:before { content: "\F20E"; } .mdi-factory:before { content: "\F20F"; } .mdi-fan:before { content: "\F210"; } .mdi-fast-forward:before { content: "\F211"; } .mdi-fast-forward-outline:before { content: "\F6D1"; } .mdi-fax:before { content: "\F212"; } .mdi-feather:before { content: "\F6D2"; } .mdi-ferry:before { content: "\F213"; } .mdi-file:before { content: "\F214"; } .mdi-file-account:before { content: "\F73A"; } .mdi-file-chart:before { content: "\F215"; } .mdi-file-check:before { content: "\F216"; } .mdi-file-cloud:before { content: "\F217"; } .mdi-file-delimited:before { content: "\F218"; } .mdi-file-document:before { content: "\F219"; } .mdi-file-document-box:before { content: "\F21A"; } .mdi-file-excel:before { content: "\F21B"; } .mdi-file-excel-box:before { content: "\F21C"; } .mdi-file-export:before { content: "\F21D"; } .mdi-file-find:before { content: "\F21E"; } .mdi-file-hidden:before { content: "\F613"; } .mdi-file-image:before { content: "\F21F"; } .mdi-file-import:before { content: "\F220"; } .mdi-file-lock:before { content: "\F221"; } .mdi-file-multiple:before { content: "\F222"; } .mdi-file-music:before { content: "\F223"; } .mdi-file-outline:before { content: "\F224"; } .mdi-file-pdf:before { content: "\F225"; } .mdi-file-pdf-box:before { content: "\F226"; } .mdi-file-plus:before { content: "\F751"; } .mdi-file-powerpoint:before { content: "\F227"; } .mdi-file-powerpoint-box:before { content: "\F228"; } .mdi-file-presentation-box:before { content: "\F229"; } .mdi-file-restore:before { content: "\F670"; } .mdi-file-send:before { content: "\F22A"; } .mdi-file-tree:before { content: "\F645"; } .mdi-file-video:before { content: "\F22B"; } .mdi-file-word:before { content: "\F22C"; } .mdi-file-word-box:before { content: "\F22D"; } .mdi-file-xml:before { content: "\F22E"; } .mdi-film:before { content: "\F22F"; } .mdi-filmstrip:before { content: "\F230"; } .mdi-filmstrip-off:before { content: "\F231"; } .mdi-filter:before { content: "\F232"; } .mdi-filter-outline:before { content: "\F233"; } .mdi-filter-remove:before { content: "\F234"; } .mdi-filter-remove-outline:before { content: "\F235"; } .mdi-filter-variant:before { content: "\F236"; } .mdi-find-replace:before { content: "\F6D3"; } .mdi-fingerprint:before { content: "\F237"; } .mdi-fire:before { content: "\F238"; } .mdi-firefox:before { content: "\F239"; } .mdi-fish:before { content: "\F23A"; } .mdi-flag:before { content: "\F23B"; } .mdi-flag-checkered:before { content: "\F23C"; } .mdi-flag-outline:before { content: "\F23D"; } .mdi-flag-outline-variant:before { content: "\F23E"; } .mdi-flag-triangle:before { content: "\F23F"; } .mdi-flag-variant:before { content: "\F240"; } .mdi-flash:before { content: "\F241"; } .mdi-flash-auto:before { content: "\F242"; } .mdi-flash-off:before { content: "\F243"; } .mdi-flash-outline:before { content: "\F6D4"; } .mdi-flash-red-eye:before { content: "\F67A"; } .mdi-flashlight:before { content: "\F244"; } .mdi-flashlight-off:before { content: "\F245"; } .mdi-flask:before { content: "\F093"; } .mdi-flask-empty:before { content: "\F094"; } .mdi-flask-empty-outline:before { content: "\F095"; } .mdi-flask-outline:before { content: "\F096"; } .mdi-flattr:before { content: "\F246"; } .mdi-flip-to-back:before { content: "\F247"; } .mdi-flip-to-front:before { content: "\F248"; } .mdi-floppy:before { content: "\F249"; } .mdi-flower:before { content: "\F24A"; } .mdi-folder:before { content: "\F24B"; } .mdi-folder-account:before { content: "\F24C"; } .mdi-folder-download:before { content: "\F24D"; } .mdi-folder-google-drive:before { content: "\F24E"; } .mdi-folder-image:before { content: "\F24F"; } .mdi-folder-lock:before { content: "\F250"; } .mdi-folder-lock-open:before { content: "\F251"; } .mdi-folder-move:before { content: "\F252"; } .mdi-folder-multiple:before { content: "\F253"; } .mdi-folder-multiple-image:before { content: "\F254"; } .mdi-folder-multiple-outline:before { content: "\F255"; } .mdi-folder-open:before { content: "\F76F"; } .mdi-folder-outline:before { content: "\F256"; } .mdi-folder-plus:before { content: "\F257"; } .mdi-folder-remove:before { content: "\F258"; } .mdi-folder-star:before { content: "\F69C"; } .mdi-folder-upload:before { content: "\F259"; } .mdi-font-awesome:before { content: "\F03A"; } .mdi-food:before { content: "\F25A"; } .mdi-food-apple:before { content: "\F25B"; } .mdi-food-croissant:before { content: "\F7C7"; } .mdi-food-fork-drink:before { content: "\F5F2"; } .mdi-food-off:before { content: "\F5F3"; } .mdi-food-variant:before { content: "\F25C"; } .mdi-football:before { content: "\F25D"; } .mdi-football-australian:before { content: "\F25E"; } .mdi-football-helmet:before { content: "\F25F"; } .mdi-forklift:before { content: "\F7C8"; } .mdi-format-align-bottom:before { content: "\F752"; } .mdi-format-align-center:before { content: "\F260"; } .mdi-format-align-justify:before { content: "\F261"; } .mdi-format-align-left:before { content: "\F262"; } .mdi-format-align-middle:before { content: "\F753"; } .mdi-format-align-right:before { content: "\F263"; } .mdi-format-align-top:before { content: "\F754"; } .mdi-format-annotation-plus:before { content: "\F646"; } .mdi-format-bold:before { content: "\F264"; } .mdi-format-clear:before { content: "\F265"; } .mdi-format-color-fill:before { content: "\F266"; } .mdi-format-color-text:before { content: "\F69D"; } .mdi-format-float-center:before { content: "\F267"; } .mdi-format-float-left:before { content: "\F268"; } .mdi-format-float-none:before { content: "\F269"; } .mdi-format-float-right:before { content: "\F26A"; } .mdi-format-font:before { content: "\F6D5"; } .mdi-format-header-1:before { content: "\F26B"; } .mdi-format-header-2:before { content: "\F26C"; } .mdi-format-header-3:before { content: "\F26D"; } .mdi-format-header-4:before { content: "\F26E"; } .mdi-format-header-5:before { content: "\F26F"; } .mdi-format-header-6:before { content: "\F270"; } .mdi-format-header-decrease:before { content: "\F271"; } .mdi-format-header-equal:before { content: "\F272"; } .mdi-format-header-increase:before { content: "\F273"; } .mdi-format-header-pound:before { content: "\F274"; } .mdi-format-horizontal-align-center:before { content: "\F61E"; } .mdi-format-horizontal-align-left:before { content: "\F61F"; } .mdi-format-horizontal-align-right:before { content: "\F620"; } .mdi-format-indent-decrease:before { content: "\F275"; } .mdi-format-indent-increase:before { content: "\F276"; } .mdi-format-italic:before { content: "\F277"; } .mdi-format-line-spacing:before { content: "\F278"; } .mdi-format-line-style:before { content: "\F5C8"; } .mdi-format-line-weight:before { content: "\F5C9"; } .mdi-format-list-bulleted:before { content: "\F279"; } .mdi-format-list-bulleted-type:before { content: "\F27A"; } .mdi-format-list-checks:before { content: "\F755"; } .mdi-format-list-numbers:before { content: "\F27B"; } .mdi-format-page-break:before { content: "\F6D6"; } .mdi-format-paint:before { content: "\F27C"; } .mdi-format-paragraph:before { content: "\F27D"; } .mdi-format-pilcrow:before { content: "\F6D7"; } .mdi-format-quote-close:before { content: "\F27E"; } .mdi-format-quote-open:before { content: "\F756"; } .mdi-format-rotate-90:before { content: "\F6A9"; } .mdi-format-section:before { content: "\F69E"; } .mdi-format-size:before { content: "\F27F"; } .mdi-format-strikethrough:before { content: "\F280"; } .mdi-format-strikethrough-variant:before { content: "\F281"; } .mdi-format-subscript:before { content: "\F282"; } .mdi-format-superscript:before { content: "\F283"; } .mdi-format-text:before { content: "\F284"; } .mdi-format-textdirection-l-to-r:before { content: "\F285"; } .mdi-format-textdirection-r-to-l:before { content: "\F286"; } .mdi-format-title:before { content: "\F5F4"; } .mdi-format-underline:before { content: "\F287"; } .mdi-format-vertical-align-bottom:before { content: "\F621"; } .mdi-format-vertical-align-center:before { content: "\F622"; } .mdi-format-vertical-align-top:before { content: "\F623"; } .mdi-format-wrap-inline:before { content: "\F288"; } .mdi-format-wrap-square:before { content: "\F289"; } .mdi-format-wrap-tight:before { content: "\F28A"; } .mdi-format-wrap-top-bottom:before { content: "\F28B"; } .mdi-forum:before { content: "\F28C"; } .mdi-forward:before { content: "\F28D"; } .mdi-foursquare:before { content: "\F28E"; } .mdi-fridge:before { content: "\F28F"; } .mdi-fridge-filled:before { content: "\F290"; } .mdi-fridge-filled-bottom:before { content: "\F291"; } .mdi-fridge-filled-top:before { content: "\F292"; } .mdi-fuel:before { content: "\F7C9"; } .mdi-fullscreen:before { content: "\F293"; } .mdi-fullscreen-exit:before { content: "\F294"; } .mdi-function:before { content: "\F295"; } .mdi-gamepad:before { content: "\F296"; } .mdi-gamepad-variant:before { content: "\F297"; } .mdi-garage:before { content: "\F6D8"; } .mdi-garage-open:before { content: "\F6D9"; } .mdi-gas-cylinder:before { content: "\F647"; } .mdi-gas-station:before { content: "\F298"; } .mdi-gate:before { content: "\F299"; } .mdi-gauge:before { content: "\F29A"; } .mdi-gavel:before { content: "\F29B"; } .mdi-gender-female:before { content: "\F29C"; } .mdi-gender-male:before { content: "\F29D"; } .mdi-gender-male-female:before { content: "\F29E"; } .mdi-gender-transgender:before { content: "\F29F"; } .mdi-gesture:before { content: "\F7CA"; } .mdi-gesture-double-tap:before { content: "\F73B"; } .mdi-gesture-swipe-down:before { content: "\F73C"; } .mdi-gesture-swipe-left:before { content: "\F73D"; } .mdi-gesture-swipe-right:before { content: "\F73E"; } .mdi-gesture-swipe-up:before { content: "\F73F"; } .mdi-gesture-tap:before { content: "\F740"; } .mdi-gesture-two-double-tap:before { content: "\F741"; } .mdi-gesture-two-tap:before { content: "\F742"; } .mdi-ghost:before { content: "\F2A0"; } .mdi-gift:before { content: "\F2A1"; } .mdi-git:before { content: "\F2A2"; } .mdi-github-box:before { content: "\F2A3"; } .mdi-github-circle:before { content: "\F2A4"; } .mdi-github-face:before { content: "\F6DA"; } .mdi-glass-flute:before { content: "\F2A5"; } .mdi-glass-mug:before { content: "\F2A6"; } .mdi-glass-stange:before { content: "\F2A7"; } .mdi-glass-tulip:before { content: "\F2A8"; } .mdi-glassdoor:before { content: "\F2A9"; } .mdi-glasses:before { content: "\F2AA"; } .mdi-gmail:before { content: "\F2AB"; } .mdi-gnome:before { content: "\F2AC"; } .mdi-gondola:before { content: "\F685"; } .mdi-google:before { content: "\F2AD"; } .mdi-google-analytics:before { content: "\F7CB"; } .mdi-google-assistant:before { content: "\F7CC"; } .mdi-google-cardboard:before { content: "\F2AE"; } .mdi-google-chrome:before { content: "\F2AF"; } .mdi-google-circles:before { content: "\F2B0"; } .mdi-google-circles-communities:before { content: "\F2B1"; } .mdi-google-circles-extended:before { content: "\F2B2"; } .mdi-google-circles-group:before { content: "\F2B3"; } .mdi-google-controller:before { content: "\F2B4"; } .mdi-google-controller-off:before { content: "\F2B5"; } .mdi-google-drive:before { content: "\F2B6"; } .mdi-google-earth:before { content: "\F2B7"; } .mdi-google-glass:before { content: "\F2B8"; } .mdi-google-keep:before { content: "\F6DB"; } .mdi-google-maps:before { content: "\F5F5"; } .mdi-google-nearby:before { content: "\F2B9"; } .mdi-google-pages:before { content: "\F2BA"; } .mdi-google-photos:before { content: "\F6DC"; } .mdi-google-physical-web:before { content: "\F2BB"; } .mdi-google-play:before { content: "\F2BC"; } .mdi-google-plus:before { content: "\F2BD"; } .mdi-google-plus-box:before { content: "\F2BE"; } .mdi-google-translate:before { content: "\F2BF"; } .mdi-google-wallet:before { content: "\F2C0"; } .mdi-gradient:before { content: "\F69F"; } .mdi-grease-pencil:before { content: "\F648"; } .mdi-grid:before { content: "\F2C1"; } .mdi-grid-large:before { content: "\F757"; } .mdi-grid-off:before { content: "\F2C2"; } .mdi-group:before { content: "\F2C3"; } .mdi-guitar-acoustic:before { content: "\F770"; } .mdi-guitar-electric:before { content: "\F2C4"; } .mdi-guitar-pick:before { content: "\F2C5"; } .mdi-guitar-pick-outline:before { content: "\F2C6"; } .mdi-hackernews:before { content: "\F624"; } .mdi-hamburger:before { content: "\F684"; } .mdi-hand-pointing-right:before { content: "\F2C7"; } .mdi-hanger:before { content: "\F2C8"; } .mdi-hangouts:before { content: "\F2C9"; } .mdi-harddisk:before { content: "\F2CA"; } .mdi-headphones:before { content: "\F2CB"; } .mdi-headphones-box:before { content: "\F2CC"; } .mdi-headphones-off:before { content: "\F7CD"; } .mdi-headphones-settings:before { content: "\F2CD"; } .mdi-headset:before { content: "\F2CE"; } .mdi-headset-dock:before { content: "\F2CF"; } .mdi-headset-off:before { content: "\F2D0"; } .mdi-heart:before { content: "\F2D1"; } .mdi-heart-box:before { content: "\F2D2"; } .mdi-heart-box-outline:before { content: "\F2D3"; } .mdi-heart-broken:before { content: "\F2D4"; } .mdi-heart-half:before { content: "\F6DE"; } .mdi-heart-half-full:before { content: "\F6DD"; } .mdi-heart-half-outline:before { content: "\F6DF"; } .mdi-heart-off:before { content: "\F758"; } .mdi-heart-outline:before { content: "\F2D5"; } .mdi-heart-pulse:before { content: "\F5F6"; } .mdi-help:before { content: "\F2D6"; } .mdi-help-box:before { content: "\F78A"; } .mdi-help-circle:before { content: "\F2D7"; } .mdi-help-circle-outline:before { content: "\F625"; } .mdi-help-network:before { content: "\F6F4"; } .mdi-hexagon:before { content: "\F2D8"; } .mdi-hexagon-multiple:before { content: "\F6E0"; } .mdi-hexagon-outline:before { content: "\F2D9"; } .mdi-high-definition:before { content: "\F7CE"; } .mdi-highway:before { content: "\F5F7"; } .mdi-history:before { content: "\F2DA"; } .mdi-hololens:before { content: "\F2DB"; } .mdi-home:before { content: "\F2DC"; } .mdi-home-assistant:before { content: "\F7CF"; } .mdi-home-automation:before { content: "\F7D0"; } .mdi-home-circle:before { content: "\F7D1"; } .mdi-home-map-marker:before { content: "\F5F8"; } .mdi-home-modern:before { content: "\F2DD"; } .mdi-home-outline:before { content: "\F6A0"; } .mdi-home-variant:before { content: "\F2DE"; } .mdi-hook:before { content: "\F6E1"; } .mdi-hook-off:before { content: "\F6E2"; } .mdi-hops:before { content: "\F2DF"; } .mdi-hospital:before { content: "\F2E0"; } .mdi-hospital-building:before { content: "\F2E1"; } .mdi-hospital-marker:before { content: "\F2E2"; } .mdi-hotel:before { content: "\F2E3"; } .mdi-houzz:before { content: "\F2E4"; } .mdi-houzz-box:before { content: "\F2E5"; } .mdi-human:before { content: "\F2E6"; } .mdi-human-child:before { content: "\F2E7"; } .mdi-human-female:before { content: "\F649"; } .mdi-human-greeting:before { content: "\F64A"; } .mdi-human-handsdown:before { content: "\F64B"; } .mdi-human-handsup:before { content: "\F64C"; } .mdi-human-male:before { content: "\F64D"; } .mdi-human-male-female:before { content: "\F2E8"; } .mdi-human-pregnant:before { content: "\F5CF"; } .mdi-humble-bundle:before { content: "\F743"; } .mdi-image:before { content: "\F2E9"; } .mdi-image-album:before { content: "\F2EA"; } .mdi-image-area:before { content: "\F2EB"; } .mdi-image-area-close:before { content: "\F2EC"; } .mdi-image-broken:before { content: "\F2ED"; } .mdi-image-broken-variant:before { content: "\F2EE"; } .mdi-image-filter:before { content: "\F2EF"; } .mdi-image-filter-black-white:before { content: "\F2F0"; } .mdi-image-filter-center-focus:before { content: "\F2F1"; } .mdi-image-filter-center-focus-weak:before { content: "\F2F2"; } .mdi-image-filter-drama:before { content: "\F2F3"; } .mdi-image-filter-frames:before { content: "\F2F4"; } .mdi-image-filter-hdr:before { content: "\F2F5"; } .mdi-image-filter-none:before { content: "\F2F6"; } .mdi-image-filter-tilt-shift:before { content: "\F2F7"; } .mdi-image-filter-vintage:before { content: "\F2F8"; } .mdi-image-multiple:before { content: "\F2F9"; } .mdi-import:before { content: "\F2FA"; } .mdi-inbox:before { content: "\F686"; } .mdi-inbox-arrow-down:before { content: "\F2FB"; } .mdi-inbox-arrow-up:before { content: "\F3D1"; } .mdi-incognito:before { content: "\F5F9"; } .mdi-infinity:before { content: "\F6E3"; } .mdi-information:before { content: "\F2FC"; } .mdi-information-outline:before { content: "\F2FD"; } .mdi-information-variant:before { content: "\F64E"; } .mdi-instagram:before { content: "\F2FE"; } .mdi-instapaper:before { content: "\F2FF"; } .mdi-internet-explorer:before { content: "\F300"; } .mdi-invert-colors:before { content: "\F301"; } .mdi-itunes:before { content: "\F676"; } .mdi-jeepney:before { content: "\F302"; } .mdi-jira:before { content: "\F303"; } .mdi-jsfiddle:before { content: "\F304"; } .mdi-json:before { content: "\F626"; } .mdi-keg:before { content: "\F305"; } .mdi-kettle:before { content: "\F5FA"; } .mdi-key:before { content: "\F306"; } .mdi-key-change:before { content: "\F307"; } .mdi-key-minus:before { content: "\F308"; } .mdi-key-plus:before { content: "\F309"; } .mdi-key-remove:before { content: "\F30A"; } .mdi-key-variant:before { content: "\F30B"; } .mdi-keyboard:before { content: "\F30C"; } .mdi-keyboard-backspace:before { content: "\F30D"; } .mdi-keyboard-caps:before { content: "\F30E"; } .mdi-keyboard-close:before { content: "\F30F"; } .mdi-keyboard-off:before { content: "\F310"; } .mdi-keyboard-return:before { content: "\F311"; } .mdi-keyboard-tab:before { content: "\F312"; } .mdi-keyboard-variant:before { content: "\F313"; } .mdi-kickstarter:before { content: "\F744"; } .mdi-kodi:before { content: "\F314"; } .mdi-label:before { content: "\F315"; } .mdi-label-outline:before { content: "\F316"; } .mdi-lambda:before { content: "\F627"; } .mdi-lamp:before { content: "\F6B4"; } .mdi-lan:before { content: "\F317"; } .mdi-lan-connect:before { content: "\F318"; } .mdi-lan-disconnect:before { content: "\F319"; } .mdi-lan-pending:before { content: "\F31A"; } .mdi-language-c:before { content: "\F671"; } .mdi-language-cpp:before { content: "\F672"; } .mdi-language-csharp:before { content: "\F31B"; } .mdi-language-css3:before { content: "\F31C"; } .mdi-language-go:before { content: "\F7D2"; } .mdi-language-html5:before { content: "\F31D"; } .mdi-language-javascript:before { content: "\F31E"; } .mdi-language-php:before { content: "\F31F"; } .mdi-language-python:before { content: "\F320"; } .mdi-language-python-text:before { content: "\F321"; } .mdi-language-r:before { content: "\F7D3"; } .mdi-language-swift:before { content: "\F6E4"; } .mdi-language-typescript:before { content: "\F6E5"; } .mdi-laptop:before { content: "\F322"; } .mdi-laptop-chromebook:before { content: "\F323"; } .mdi-laptop-mac:before { content: "\F324"; } .mdi-laptop-off:before { content: "\F6E6"; } .mdi-laptop-windows:before { content: "\F325"; } .mdi-lastfm:before { content: "\F326"; } .mdi-launch:before { content: "\F327"; } .mdi-lava-lamp:before { content: "\F7D4"; } .mdi-layers:before { content: "\F328"; } .mdi-layers-off:before { content: "\F329"; } .mdi-lead-pencil:before { content: "\F64F"; } .mdi-leaf:before { content: "\F32A"; } .mdi-led-off:before { content: "\F32B"; } .mdi-led-on:before { content: "\F32C"; } .mdi-led-outline:before { content: "\F32D"; } .mdi-led-strip:before { content: "\F7D5"; } .mdi-led-variant-off:before { content: "\F32E"; } .mdi-led-variant-on:before { content: "\F32F"; } .mdi-led-variant-outline:before { content: "\F330"; } .mdi-library:before { content: "\F331"; } .mdi-library-books:before { content: "\F332"; } .mdi-library-music:before { content: "\F333"; } .mdi-library-plus:before { content: "\F334"; } .mdi-lightbulb:before { content: "\F335"; } .mdi-lightbulb-on:before { content: "\F6E7"; } .mdi-lightbulb-on-outline:before { content: "\F6E8"; } .mdi-lightbulb-outline:before { content: "\F336"; } .mdi-link:before { content: "\F337"; } .mdi-link-off:before { content: "\F338"; } .mdi-link-variant:before { content: "\F339"; } .mdi-link-variant-off:before { content: "\F33A"; } .mdi-linkedin:before { content: "\F33B"; } .mdi-linkedin-box:before { content: "\F33C"; } .mdi-linux:before { content: "\F33D"; } .mdi-loading:before { content: "\F771"; } .mdi-lock:before { content: "\F33E"; } .mdi-lock-open:before { content: "\F33F"; } .mdi-lock-open-outline:before { content: "\F340"; } .mdi-lock-outline:before { content: "\F341"; } .mdi-lock-pattern:before { content: "\F6E9"; } .mdi-lock-plus:before { content: "\F5FB"; } .mdi-lock-reset:before { content: "\F772"; } .mdi-locker:before { content: "\F7D6"; } .mdi-locker-multiple:before { content: "\F7D7"; } .mdi-login:before { content: "\F342"; } .mdi-login-variant:before { content: "\F5FC"; } .mdi-logout:before { content: "\F343"; } .mdi-logout-variant:before { content: "\F5FD"; } .mdi-looks:before { content: "\F344"; } .mdi-loop:before { content: "\F6EA"; } .mdi-loupe:before { content: "\F345"; } .mdi-lumx:before { content: "\F346"; } .mdi-magnet:before { content: "\F347"; } .mdi-magnet-on:before { content: "\F348"; } .mdi-magnify:before { content: "\F349"; } .mdi-magnify-minus:before { content: "\F34A"; } .mdi-magnify-minus-outline:before { content: "\F6EB"; } .mdi-magnify-plus:before { content: "\F34B"; } .mdi-magnify-plus-outline:before { content: "\F6EC"; } .mdi-mail-ru:before { content: "\F34C"; } .mdi-mailbox:before { content: "\F6ED"; } .mdi-map:before { content: "\F34D"; } .mdi-map-marker:before { content: "\F34E"; } .mdi-map-marker-circle:before { content: "\F34F"; } .mdi-map-marker-minus:before { content: "\F650"; } .mdi-map-marker-multiple:before { content: "\F350"; } .mdi-map-marker-off:before { content: "\F351"; } .mdi-map-marker-outline:before { content: "\F7D8"; } .mdi-map-marker-plus:before { content: "\F651"; } .mdi-map-marker-radius:before { content: "\F352"; } .mdi-margin:before { content: "\F353"; } .mdi-markdown:before { content: "\F354"; } .mdi-marker:before { content: "\F652"; } .mdi-marker-check:before { content: "\F355"; } .mdi-martini:before { content: "\F356"; } .mdi-material-ui:before { content: "\F357"; } .mdi-math-compass:before { content: "\F358"; } .mdi-matrix:before { content: "\F628"; } .mdi-maxcdn:before { content: "\F359"; } .mdi-medical-bag:before { content: "\F6EE"; } .mdi-medium:before { content: "\F35A"; } .mdi-memory:before { content: "\F35B"; } .mdi-menu:before { content: "\F35C"; } .mdi-menu-down:before { content: "\F35D"; } .mdi-menu-down-outline:before { content: "\F6B5"; } .mdi-menu-left:before { content: "\F35E"; } .mdi-menu-right:before { content: "\F35F"; } .mdi-menu-up:before { content: "\F360"; } .mdi-menu-up-outline:before { content: "\F6B6"; } .mdi-message:before { content: "\F361"; } .mdi-message-alert:before { content: "\F362"; } .mdi-message-bulleted:before { content: "\F6A1"; } .mdi-message-bulleted-off:before { content: "\F6A2"; } .mdi-message-draw:before { content: "\F363"; } .mdi-message-image:before { content: "\F364"; } .mdi-message-outline:before { content: "\F365"; } .mdi-message-plus:before { content: "\F653"; } .mdi-message-processing:before { content: "\F366"; } .mdi-message-reply:before { content: "\F367"; } .mdi-message-reply-text:before { content: "\F368"; } .mdi-message-settings:before { content: "\F6EF"; } .mdi-message-settings-variant:before { content: "\F6F0"; } .mdi-message-text:before { content: "\F369"; } .mdi-message-text-outline:before { content: "\F36A"; } .mdi-message-video:before { content: "\F36B"; } .mdi-meteor:before { content: "\F629"; } .mdi-metronome:before { content: "\F7D9"; } .mdi-metronome-tick:before { content: "\F7DA"; } .mdi-micro-sd:before { content: "\F7DB"; } .mdi-microphone:before { content: "\F36C"; } .mdi-microphone-off:before { content: "\F36D"; } .mdi-microphone-outline:before { content: "\F36E"; } .mdi-microphone-settings:before { content: "\F36F"; } .mdi-microphone-variant:before { content: "\F370"; } .mdi-microphone-variant-off:before { content: "\F371"; } .mdi-microscope:before { content: "\F654"; } .mdi-microsoft:before { content: "\F372"; } .mdi-minecraft:before { content: "\F373"; } .mdi-minus:before { content: "\F374"; } .mdi-minus-box:before { content: "\F375"; } .mdi-minus-box-outline:before { content: "\F6F1"; } .mdi-minus-circle:before { content: "\F376"; } .mdi-minus-circle-outline:before { content: "\F377"; } .mdi-minus-network:before { content: "\F378"; } .mdi-mixcloud:before { content: "\F62A"; } .mdi-mixer:before { content: "\F7DC"; } .mdi-monitor:before { content: "\F379"; } .mdi-monitor-multiple:before { content: "\F37A"; } .mdi-more:before { content: "\F37B"; } .mdi-motorbike:before { content: "\F37C"; } .mdi-mouse:before { content: "\F37D"; } .mdi-mouse-off:before { content: "\F37E"; } .mdi-mouse-variant:before { content: "\F37F"; } .mdi-mouse-variant-off:before { content: "\F380"; } .mdi-move-resize:before { content: "\F655"; } .mdi-move-resize-variant:before { content: "\F656"; } .mdi-movie:before { content: "\F381"; } .mdi-movie-roll:before { content: "\F7DD"; } .mdi-multiplication:before { content: "\F382"; } .mdi-multiplication-box:before { content: "\F383"; } .mdi-mushroom:before { content: "\F7DE"; } .mdi-mushroom-outline:before { content: "\F7DF"; } .mdi-music:before { content: "\F759"; } .mdi-music-box:before { content: "\F384"; } .mdi-music-box-outline:before { content: "\F385"; } .mdi-music-circle:before { content: "\F386"; } .mdi-music-note:before { content: "\F387"; } .mdi-music-note-bluetooth:before { content: "\F5FE"; } .mdi-music-note-bluetooth-off:before { content: "\F5FF"; } .mdi-music-note-eighth:before { content: "\F388"; } .mdi-music-note-half:before { content: "\F389"; } .mdi-music-note-off:before { content: "\F38A"; } .mdi-music-note-quarter:before { content: "\F38B"; } .mdi-music-note-sixteenth:before { content: "\F38C"; } .mdi-music-note-whole:before { content: "\F38D"; } .mdi-music-off:before { content: "\F75A"; } .mdi-nature:before { content: "\F38E"; } .mdi-nature-people:before { content: "\F38F"; } .mdi-navigation:before { content: "\F390"; } .mdi-near-me:before { content: "\F5CD"; } .mdi-needle:before { content: "\F391"; } .mdi-nest-protect:before { content: "\F392"; } .mdi-nest-thermostat:before { content: "\F393"; } .mdi-netflix:before { content: "\F745"; } .mdi-network:before { content: "\F6F2"; } .mdi-new-box:before { content: "\F394"; } .mdi-newspaper:before { content: "\F395"; } .mdi-nfc:before { content: "\F396"; } .mdi-nfc-tap:before { content: "\F397"; } .mdi-nfc-variant:before { content: "\F398"; } .mdi-ninja:before { content: "\F773"; } .mdi-nintendo-switch:before { content: "\F7E0"; } .mdi-nodejs:before { content: "\F399"; } .mdi-note:before { content: "\F39A"; } .mdi-note-multiple:before { content: "\F6B7"; } .mdi-note-multiple-outline:before { content: "\F6B8"; } .mdi-note-outline:before { content: "\F39B"; } .mdi-note-plus:before { content: "\F39C"; } .mdi-note-plus-outline:before { content: "\F39D"; } .mdi-note-text:before { content: "\F39E"; } .mdi-notification-clear-all:before { content: "\F39F"; } .mdi-npm:before { content: "\F6F6"; } .mdi-nuke:before { content: "\F6A3"; } .mdi-null:before { content: "\F7E1"; } .mdi-numeric:before { content: "\F3A0"; } .mdi-numeric-0-box:before { content: "\F3A1"; } .mdi-numeric-0-box-multiple-outline:before { content: "\F3A2"; } .mdi-numeric-0-box-outline:before { content: "\F3A3"; } .mdi-numeric-1-box:before { content: "\F3A4"; } .mdi-numeric-1-box-multiple-outline:before { content: "\F3A5"; } .mdi-numeric-1-box-outline:before { content: "\F3A6"; } .mdi-numeric-2-box:before { content: "\F3A7"; } .mdi-numeric-2-box-multiple-outline:before { content: "\F3A8"; } .mdi-numeric-2-box-outline:before { content: "\F3A9"; } .mdi-numeric-3-box:before { content: "\F3AA"; } .mdi-numeric-3-box-multiple-outline:before { content: "\F3AB"; } .mdi-numeric-3-box-outline:before { content: "\F3AC"; } .mdi-numeric-4-box:before { content: "\F3AD"; } .mdi-numeric-4-box-multiple-outline:before { content: "\F3AE"; } .mdi-numeric-4-box-outline:before { content: "\F3AF"; } .mdi-numeric-5-box:before { content: "\F3B0"; } .mdi-numeric-5-box-multiple-outline:before { content: "\F3B1"; } .mdi-numeric-5-box-outline:before { content: "\F3B2"; } .mdi-numeric-6-box:before { content: "\F3B3"; } .mdi-numeric-6-box-multiple-outline:before { content: "\F3B4"; } .mdi-numeric-6-box-outline:before { content: "\F3B5"; } .mdi-numeric-7-box:before { content: "\F3B6"; } .mdi-numeric-7-box-multiple-outline:before { content: "\F3B7"; } .mdi-numeric-7-box-outline:before { content: "\F3B8"; } .mdi-numeric-8-box:before { content: "\F3B9"; } .mdi-numeric-8-box-multiple-outline:before { content: "\F3BA"; } .mdi-numeric-8-box-outline:before { content: "\F3BB"; } .mdi-numeric-9-box:before { content: "\F3BC"; } .mdi-numeric-9-box-multiple-outline:before { content: "\F3BD"; } .mdi-numeric-9-box-outline:before { content: "\F3BE"; } .mdi-numeric-9-plus-box:before { content: "\F3BF"; } .mdi-numeric-9-plus-box-multiple-outline:before { content: "\F3C0"; } .mdi-numeric-9-plus-box-outline:before { content: "\F3C1"; } .mdi-nut:before { content: "\F6F7"; } .mdi-nutrition:before { content: "\F3C2"; } .mdi-oar:before { content: "\F67B"; } .mdi-octagon:before { content: "\F3C3"; } .mdi-octagon-outline:before { content: "\F3C4"; } .mdi-octagram:before { content: "\F6F8"; } .mdi-octagram-outline:before { content: "\F774"; } .mdi-odnoklassniki:before { content: "\F3C5"; } .mdi-office:before { content: "\F3C6"; } .mdi-oil:before { content: "\F3C7"; } .mdi-oil-temperature:before { content: "\F3C8"; } .mdi-omega:before { content: "\F3C9"; } .mdi-onedrive:before { content: "\F3CA"; } .mdi-onenote:before { content: "\F746"; } .mdi-opacity:before { content: "\F5CC"; } .mdi-open-in-app:before { content: "\F3CB"; } .mdi-open-in-new:before { content: "\F3CC"; } .mdi-openid:before { content: "\F3CD"; } .mdi-opera:before { content: "\F3CE"; } .mdi-orbit:before { content: "\F018"; } .mdi-ornament:before { content: "\F3CF"; } .mdi-ornament-variant:before { content: "\F3D0"; } .mdi-owl:before { content: "\F3D2"; } .mdi-package:before { content: "\F3D3"; } .mdi-package-down:before { content: "\F3D4"; } .mdi-package-up:before { content: "\F3D5"; } .mdi-package-variant:before { content: "\F3D6"; } .mdi-package-variant-closed:before { content: "\F3D7"; } .mdi-page-first:before { content: "\F600"; } .mdi-page-last:before { content: "\F601"; } .mdi-page-layout-body:before { content: "\F6F9"; } .mdi-page-layout-footer:before { content: "\F6FA"; } .mdi-page-layout-header:before { content: "\F6FB"; } .mdi-page-layout-sidebar-left:before { content: "\F6FC"; } .mdi-page-layout-sidebar-right:before { content: "\F6FD"; } .mdi-palette:before { content: "\F3D8"; } .mdi-palette-advanced:before { content: "\F3D9"; } .mdi-panda:before { content: "\F3DA"; } .mdi-pandora:before { content: "\F3DB"; } .mdi-panorama:before { content: "\F3DC"; } .mdi-panorama-fisheye:before { content: "\F3DD"; } .mdi-panorama-horizontal:before { content: "\F3DE"; } .mdi-panorama-vertical:before { content: "\F3DF"; } .mdi-panorama-wide-angle:before { content: "\F3E0"; } .mdi-paper-cut-vertical:before { content: "\F3E1"; } .mdi-paperclip:before { content: "\F3E2"; } .mdi-parking:before { content: "\F3E3"; } .mdi-passport:before { content: "\F7E2"; } .mdi-pause:before { content: "\F3E4"; } .mdi-pause-circle:before { content: "\F3E5"; } .mdi-pause-circle-outline:before { content: "\F3E6"; } .mdi-pause-octagon:before { content: "\F3E7"; } .mdi-pause-octagon-outline:before { content: "\F3E8"; } .mdi-paw:before { content: "\F3E9"; } .mdi-paw-off:before { content: "\F657"; } .mdi-pen:before { content: "\F3EA"; } .mdi-pencil:before { content: "\F3EB"; } .mdi-pencil-box:before { content: "\F3EC"; } .mdi-pencil-box-outline:before { content: "\F3ED"; } .mdi-pencil-circle:before { content: "\F6FE"; } .mdi-pencil-circle-outline:before { content: "\F775"; } .mdi-pencil-lock:before { content: "\F3EE"; } .mdi-pencil-off:before { content: "\F3EF"; } .mdi-pentagon:before { content: "\F6FF"; } .mdi-pentagon-outline:before { content: "\F700"; } .mdi-percent:before { content: "\F3F0"; } .mdi-periodic-table-co2:before { content: "\F7E3"; } .mdi-periscope:before { content: "\F747"; } .mdi-pharmacy:before { content: "\F3F1"; } .mdi-phone:before { content: "\F3F2"; } .mdi-phone-bluetooth:before { content: "\F3F3"; } .mdi-phone-classic:before { content: "\F602"; } .mdi-phone-forward:before { content: "\F3F4"; } .mdi-phone-hangup:before { content: "\F3F5"; } .mdi-phone-in-talk:before { content: "\F3F6"; } .mdi-phone-incoming:before { content: "\F3F7"; } .mdi-phone-locked:before { content: "\F3F8"; } .mdi-phone-log:before { content: "\F3F9"; } .mdi-phone-minus:before { content: "\F658"; } .mdi-phone-missed:before { content: "\F3FA"; } .mdi-phone-outgoing:before { content: "\F3FB"; } .mdi-phone-paused:before { content: "\F3FC"; } .mdi-phone-plus:before { content: "\F659"; } .mdi-phone-settings:before { content: "\F3FD"; } .mdi-phone-voip:before { content: "\F3FE"; } .mdi-pi:before { content: "\F3FF"; } .mdi-pi-box:before { content: "\F400"; } .mdi-piano:before { content: "\F67C"; } .mdi-pig:before { content: "\F401"; } .mdi-pill:before { content: "\F402"; } .mdi-pillar:before { content: "\F701"; } .mdi-pin:before { content: "\F403"; } .mdi-pin-off:before { content: "\F404"; } .mdi-pine-tree:before { content: "\F405"; } .mdi-pine-tree-box:before { content: "\F406"; } .mdi-pinterest:before { content: "\F407"; } .mdi-pinterest-box:before { content: "\F408"; } .mdi-pipe:before { content: "\F7E4"; } .mdi-pipe-disconnected:before { content: "\F7E5"; } .mdi-pistol:before { content: "\F702"; } .mdi-pizza:before { content: "\F409"; } .mdi-plane-shield:before { content: "\F6BA"; } .mdi-play:before { content: "\F40A"; } .mdi-play-box-outline:before { content: "\F40B"; } .mdi-play-circle:before { content: "\F40C"; } .mdi-play-circle-outline:before { content: "\F40D"; } .mdi-play-pause:before { content: "\F40E"; } .mdi-play-protected-content:before { content: "\F40F"; } .mdi-playlist-check:before { content: "\F5C7"; } .mdi-playlist-minus:before { content: "\F410"; } .mdi-playlist-play:before { content: "\F411"; } .mdi-playlist-plus:before { content: "\F412"; } .mdi-playlist-remove:before { content: "\F413"; } .mdi-playstation:before { content: "\F414"; } .mdi-plex:before { content: "\F6B9"; } .mdi-plus:before { content: "\F415"; } .mdi-plus-box:before { content: "\F416"; } .mdi-plus-box-outline:before { content: "\F703"; } .mdi-plus-circle:before { content: "\F417"; } .mdi-plus-circle-multiple-outline:before { content: "\F418"; } .mdi-plus-circle-outline:before { content: "\F419"; } .mdi-plus-network:before { content: "\F41A"; } .mdi-plus-one:before { content: "\F41B"; } .mdi-plus-outline:before { content: "\F704"; } .mdi-pocket:before { content: "\F41C"; } .mdi-pokeball:before { content: "\F41D"; } .mdi-polaroid:before { content: "\F41E"; } .mdi-poll:before { content: "\F41F"; } .mdi-poll-box:before { content: "\F420"; } .mdi-polymer:before { content: "\F421"; } .mdi-pool:before { content: "\F606"; } .mdi-popcorn:before { content: "\F422"; } .mdi-pot:before { content: "\F65A"; } .mdi-pot-mix:before { content: "\F65B"; } .mdi-pound:before { content: "\F423"; } .mdi-pound-box:before { content: "\F424"; } .mdi-power:before { content: "\F425"; } .mdi-power-plug:before { content: "\F6A4"; } .mdi-power-plug-off:before { content: "\F6A5"; } .mdi-power-settings:before { content: "\F426"; } .mdi-power-socket:before { content: "\F427"; } .mdi-power-socket-eu:before { content: "\F7E6"; } .mdi-power-socket-uk:before { content: "\F7E7"; } .mdi-power-socket-us:before { content: "\F7E8"; } .mdi-prescription:before { content: "\F705"; } .mdi-presentation:before { content: "\F428"; } .mdi-presentation-play:before { content: "\F429"; } .mdi-printer:before { content: "\F42A"; } .mdi-printer-3d:before { content: "\F42B"; } .mdi-printer-alert:before { content: "\F42C"; } .mdi-printer-settings:before { content: "\F706"; } .mdi-priority-high:before { content: "\F603"; } .mdi-priority-low:before { content: "\F604"; } .mdi-professional-hexagon:before { content: "\F42D"; } .mdi-projector:before { content: "\F42E"; } .mdi-projector-screen:before { content: "\F42F"; } .mdi-publish:before { content: "\F6A6"; } .mdi-pulse:before { content: "\F430"; } .mdi-puzzle:before { content: "\F431"; } .mdi-qqchat:before { content: "\F605"; } .mdi-qrcode:before { content: "\F432"; } .mdi-qrcode-scan:before { content: "\F433"; } .mdi-quadcopter:before { content: "\F434"; } .mdi-quality-high:before { content: "\F435"; } .mdi-quicktime:before { content: "\F436"; } .mdi-radar:before { content: "\F437"; } .mdi-radiator:before { content: "\F438"; } .mdi-radio:before { content: "\F439"; } .mdi-radio-handheld:before { content: "\F43A"; } .mdi-radio-tower:before { content: "\F43B"; } .mdi-radioactive:before { content: "\F43C"; } .mdi-radiobox-blank:before { content: "\F43D"; } .mdi-radiobox-marked:before { content: "\F43E"; } .mdi-raspberrypi:before { content: "\F43F"; } .mdi-ray-end:before { content: "\F440"; } .mdi-ray-end-arrow:before { content: "\F441"; } .mdi-ray-start:before { content: "\F442"; } .mdi-ray-start-arrow:before { content: "\F443"; } .mdi-ray-start-end:before { content: "\F444"; } .mdi-ray-vertex:before { content: "\F445"; } .mdi-rdio:before { content: "\F446"; } .mdi-react:before { content: "\F707"; } .mdi-read:before { content: "\F447"; } .mdi-readability:before { content: "\F448"; } .mdi-receipt:before { content: "\F449"; } .mdi-record:before { content: "\F44A"; } .mdi-record-rec:before { content: "\F44B"; } .mdi-recycle:before { content: "\F44C"; } .mdi-reddit:before { content: "\F44D"; } .mdi-redo:before { content: "\F44E"; } .mdi-redo-variant:before { content: "\F44F"; } .mdi-refresh:before { content: "\F450"; } .mdi-regex:before { content: "\F451"; } .mdi-relative-scale:before { content: "\F452"; } .mdi-reload:before { content: "\F453"; } .mdi-remote:before { content: "\F454"; } .mdi-rename-box:before { content: "\F455"; } .mdi-reorder-horizontal:before { content: "\F687"; } .mdi-reorder-vertical:before { content: "\F688"; } .mdi-repeat:before { content: "\F456"; } .mdi-repeat-off:before { content: "\F457"; } .mdi-repeat-once:before { content: "\F458"; } .mdi-replay:before { content: "\F459"; } .mdi-reply:before { content: "\F45A"; } .mdi-reply-all:before { content: "\F45B"; } .mdi-reproduction:before { content: "\F45C"; } .mdi-resize-bottom-right:before { content: "\F45D"; } .mdi-responsive:before { content: "\F45E"; } .mdi-restart:before { content: "\F708"; } .mdi-restore:before { content: "\F6A7"; } .mdi-rewind:before { content: "\F45F"; } .mdi-rewind-outline:before { content: "\F709"; } .mdi-rhombus:before { content: "\F70A"; } .mdi-rhombus-outline:before { content: "\F70B"; } .mdi-ribbon:before { content: "\F460"; } .mdi-rice:before { content: "\F7E9"; } .mdi-ring:before { content: "\F7EA"; } .mdi-road:before { content: "\F461"; } .mdi-road-variant:before { content: "\F462"; } .mdi-robot:before { content: "\F6A8"; } .mdi-rocket:before { content: "\F463"; } .mdi-roomba:before { content: "\F70C"; } .mdi-rotate-3d:before { content: "\F464"; } .mdi-rotate-left:before { content: "\F465"; } .mdi-rotate-left-variant:before { content: "\F466"; } .mdi-rotate-right:before { content: "\F467"; } .mdi-rotate-right-variant:before { content: "\F468"; } .mdi-rounded-corner:before { content: "\F607"; } .mdi-router-wireless:before { content: "\F469"; } .mdi-routes:before { content: "\F46A"; } .mdi-rowing:before { content: "\F608"; } .mdi-rss:before { content: "\F46B"; } .mdi-rss-box:before { content: "\F46C"; } .mdi-ruler:before { content: "\F46D"; } .mdi-run:before { content: "\F70D"; } .mdi-run-fast:before { content: "\F46E"; } .mdi-sale:before { content: "\F46F"; } .mdi-sass:before { content: "\F7EB"; } .mdi-satellite:before { content: "\F470"; } .mdi-satellite-variant:before { content: "\F471"; } .mdi-saxophone:before { content: "\F609"; } .mdi-scale:before { content: "\F472"; } .mdi-scale-balance:before { content: "\F5D1"; } .mdi-scale-bathroom:before { content: "\F473"; } .mdi-scanner:before { content: "\F6AA"; } .mdi-school:before { content: "\F474"; } .mdi-screen-rotation:before { content: "\F475"; } .mdi-screen-rotation-lock:before { content: "\F476"; } .mdi-screwdriver:before { content: "\F477"; } .mdi-script:before { content: "\F478"; } .mdi-sd:before { content: "\F479"; } .mdi-seal:before { content: "\F47A"; } .mdi-search-web:before { content: "\F70E"; } .mdi-seat-flat:before { content: "\F47B"; } .mdi-seat-flat-angled:before { content: "\F47C"; } .mdi-seat-individual-suite:before { content: "\F47D"; } .mdi-seat-legroom-extra:before { content: "\F47E"; } .mdi-seat-legroom-normal:before { content: "\F47F"; } .mdi-seat-legroom-reduced:before { content: "\F480"; } .mdi-seat-recline-extra:before { content: "\F481"; } .mdi-seat-recline-normal:before { content: "\F482"; } .mdi-security:before { content: "\F483"; } .mdi-security-home:before { content: "\F689"; } .mdi-security-network:before { content: "\F484"; } .mdi-select:before { content: "\F485"; } .mdi-select-all:before { content: "\F486"; } .mdi-select-inverse:before { content: "\F487"; } .mdi-select-off:before { content: "\F488"; } .mdi-selection:before { content: "\F489"; } .mdi-selection-off:before { content: "\F776"; } .mdi-send:before { content: "\F48A"; } .mdi-send-secure:before { content: "\F7EC"; } .mdi-serial-port:before { content: "\F65C"; } .mdi-server:before { content: "\F48B"; } .mdi-server-minus:before { content: "\F48C"; } .mdi-server-network:before { content: "\F48D"; } .mdi-server-network-off:before { content: "\F48E"; } .mdi-server-off:before { content: "\F48F"; } .mdi-server-plus:before { content: "\F490"; } .mdi-server-remove:before { content: "\F491"; } .mdi-server-security:before { content: "\F492"; } .mdi-set-all:before { content: "\F777"; } .mdi-set-center:before { content: "\F778"; } .mdi-set-center-right:before { content: "\F779"; } .mdi-set-left:before { content: "\F77A"; } .mdi-set-left-center:before { content: "\F77B"; } .mdi-set-left-right:before { content: "\F77C"; } .mdi-set-none:before { content: "\F77D"; } .mdi-set-right:before { content: "\F77E"; } .mdi-settings:before { content: "\F493"; } .mdi-settings-box:before { content: "\F494"; } .mdi-shape-circle-plus:before { content: "\F65D"; } .mdi-shape-plus:before { content: "\F495"; } .mdi-shape-polygon-plus:before { content: "\F65E"; } .mdi-shape-rectangle-plus:before { content: "\F65F"; } .mdi-shape-square-plus:before { content: "\F660"; } .mdi-share:before { content: "\F496"; } .mdi-share-variant:before { content: "\F497"; } .mdi-shield:before { content: "\F498"; } .mdi-shield-half-full:before { content: "\F77F"; } .mdi-shield-outline:before { content: "\F499"; } .mdi-shopping:before { content: "\F49A"; } .mdi-shopping-music:before { content: "\F49B"; } .mdi-shovel:before { content: "\F70F"; } .mdi-shovel-off:before { content: "\F710"; } .mdi-shredder:before { content: "\F49C"; } .mdi-shuffle:before { content: "\F49D"; } .mdi-shuffle-disabled:before { content: "\F49E"; } .mdi-shuffle-variant:before { content: "\F49F"; } .mdi-sigma:before { content: "\F4A0"; } .mdi-sigma-lower:before { content: "\F62B"; } .mdi-sign-caution:before { content: "\F4A1"; } .mdi-sign-direction:before { content: "\F780"; } .mdi-sign-text:before { content: "\F781"; } .mdi-signal:before { content: "\F4A2"; } .mdi-signal-2g:before { content: "\F711"; } .mdi-signal-3g:before { content: "\F712"; } .mdi-signal-4g:before { content: "\F713"; } .mdi-signal-hspa:before { content: "\F714"; } .mdi-signal-hspa-plus:before { content: "\F715"; } .mdi-signal-off:before { content: "\F782"; } .mdi-signal-variant:before { content: "\F60A"; } .mdi-silverware:before { content: "\F4A3"; } .mdi-silverware-fork:before { content: "\F4A4"; } .mdi-silverware-spoon:before { content: "\F4A5"; } .mdi-silverware-variant:before { content: "\F4A6"; } .mdi-sim:before { content: "\F4A7"; } .mdi-sim-alert:before { content: "\F4A8"; } .mdi-sim-off:before { content: "\F4A9"; } .mdi-sitemap:before { content: "\F4AA"; } .mdi-skip-backward:before { content: "\F4AB"; } .mdi-skip-forward:before { content: "\F4AC"; } .mdi-skip-next:before { content: "\F4AD"; } .mdi-skip-next-circle:before { content: "\F661"; } .mdi-skip-next-circle-outline:before { content: "\F662"; } .mdi-skip-previous:before { content: "\F4AE"; } .mdi-skip-previous-circle:before { content: "\F663"; } .mdi-skip-previous-circle-outline:before { content: "\F664"; } .mdi-skull:before { content: "\F68B"; } .mdi-skype:before { content: "\F4AF"; } .mdi-skype-business:before { content: "\F4B0"; } .mdi-slack:before { content: "\F4B1"; } .mdi-sleep:before { content: "\F4B2"; } .mdi-sleep-off:before { content: "\F4B3"; } .mdi-smoking:before { content: "\F4B4"; } .mdi-smoking-off:before { content: "\F4B5"; } .mdi-snapchat:before { content: "\F4B6"; } .mdi-snowflake:before { content: "\F716"; } .mdi-snowman:before { content: "\F4B7"; } .mdi-soccer:before { content: "\F4B8"; } .mdi-sofa:before { content: "\F4B9"; } .mdi-solid:before { content: "\F68C"; } .mdi-sort:before { content: "\F4BA"; } .mdi-sort-alphabetical:before { content: "\F4BB"; } .mdi-sort-ascending:before { content: "\F4BC"; } .mdi-sort-descending:before { content: "\F4BD"; } .mdi-sort-numeric:before { content: "\F4BE"; } .mdi-sort-variant:before { content: "\F4BF"; } .mdi-soundcloud:before { content: "\F4C0"; } .mdi-source-branch:before { content: "\F62C"; } .mdi-source-commit:before { content: "\F717"; } .mdi-source-commit-end:before { content: "\F718"; } .mdi-source-commit-end-local:before { content: "\F719"; } .mdi-source-commit-local:before { content: "\F71A"; } .mdi-source-commit-next-local:before { content: "\F71B"; } .mdi-source-commit-start:before { content: "\F71C"; } .mdi-source-commit-start-next-local:before { content: "\F71D"; } .mdi-source-fork:before { content: "\F4C1"; } .mdi-source-merge:before { content: "\F62D"; } .mdi-source-pull:before { content: "\F4C2"; } .mdi-soy-sauce:before { content: "\F7ED"; } .mdi-speaker:before { content: "\F4C3"; } .mdi-speaker-off:before { content: "\F4C4"; } .mdi-speaker-wireless:before { content: "\F71E"; } .mdi-speedometer:before { content: "\F4C5"; } .mdi-spellcheck:before { content: "\F4C6"; } .mdi-spotify:before { content: "\F4C7"; } .mdi-spotlight:before { content: "\F4C8"; } .mdi-spotlight-beam:before { content: "\F4C9"; } .mdi-spray:before { content: "\F665"; } .mdi-square:before { content: "\F763"; } .mdi-square-inc:before { content: "\F4CA"; } .mdi-square-inc-cash:before { content: "\F4CB"; } .mdi-square-outline:before { content: "\F762"; } .mdi-square-root:before { content: "\F783"; } .mdi-stackexchange:before { content: "\F60B"; } .mdi-stackoverflow:before { content: "\F4CC"; } .mdi-stadium:before { content: "\F71F"; } .mdi-stairs:before { content: "\F4CD"; } .mdi-standard-definition:before { content: "\F7EE"; } .mdi-star:before { content: "\F4CE"; } .mdi-star-circle:before { content: "\F4CF"; } .mdi-star-half:before { content: "\F4D0"; } .mdi-star-off:before { content: "\F4D1"; } .mdi-star-outline:before { content: "\F4D2"; } .mdi-steam:before { content: "\F4D3"; } .mdi-steering:before { content: "\F4D4"; } .mdi-step-backward:before { content: "\F4D5"; } .mdi-step-backward-2:before { content: "\F4D6"; } .mdi-step-forward:before { content: "\F4D7"; } .mdi-step-forward-2:before { content: "\F4D8"; } .mdi-stethoscope:before { content: "\F4D9"; } .mdi-sticker:before { content: "\F5D0"; } .mdi-sticker-emoji:before { content: "\F784"; } .mdi-stocking:before { content: "\F4DA"; } .mdi-stop:before { content: "\F4DB"; } .mdi-stop-circle:before { content: "\F666"; } .mdi-stop-circle-outline:before { content: "\F667"; } .mdi-store:before { content: "\F4DC"; } .mdi-store-24-hour:before { content: "\F4DD"; } .mdi-stove:before { content: "\F4DE"; } .mdi-subdirectory-arrow-left:before { content: "\F60C"; } .mdi-subdirectory-arrow-right:before { content: "\F60D"; } .mdi-subway:before { content: "\F6AB"; } .mdi-subway-variant:before { content: "\F4DF"; } .mdi-summit:before { content: "\F785"; } .mdi-sunglasses:before { content: "\F4E0"; } .mdi-surround-sound:before { content: "\F5C5"; } .mdi-surround-sound-2-0:before { content: "\F7EF"; } .mdi-surround-sound-3-1:before { content: "\F7F0"; } .mdi-surround-sound-5-1:before { content: "\F7F1"; } .mdi-surround-sound-7-1:before { content: "\F7F2"; } .mdi-svg:before { content: "\F720"; } .mdi-swap-horizontal:before { content: "\F4E1"; } .mdi-swap-vertical:before { content: "\F4E2"; } .mdi-swim:before { content: "\F4E3"; } .mdi-switch:before { content: "\F4E4"; } .mdi-sword:before { content: "\F4E5"; } .mdi-sword-cross:before { content: "\F786"; } .mdi-sync:before { content: "\F4E6"; } .mdi-sync-alert:before { content: "\F4E7"; } .mdi-sync-off:before { content: "\F4E8"; } .mdi-tab:before { content: "\F4E9"; } .mdi-tab-plus:before { content: "\F75B"; } .mdi-tab-unselected:before { content: "\F4EA"; } .mdi-table:before { content: "\F4EB"; } .mdi-table-column-plus-after:before { content: "\F4EC"; } .mdi-table-column-plus-before:before { content: "\F4ED"; } .mdi-table-column-remove:before { content: "\F4EE"; } .mdi-table-column-width:before { content: "\F4EF"; } .mdi-table-edit:before { content: "\F4F0"; } .mdi-table-large:before { content: "\F4F1"; } .mdi-table-row-height:before { content: "\F4F2"; } .mdi-table-row-plus-after:before { content: "\F4F3"; } .mdi-table-row-plus-before:before { content: "\F4F4"; } .mdi-table-row-remove:before { content: "\F4F5"; } .mdi-tablet:before { content: "\F4F6"; } .mdi-tablet-android:before { content: "\F4F7"; } .mdi-tablet-ipad:before { content: "\F4F8"; } .mdi-taco:before { content: "\F761"; } .mdi-tag:before { content: "\F4F9"; } .mdi-tag-faces:before { content: "\F4FA"; } .mdi-tag-heart:before { content: "\F68A"; } .mdi-tag-multiple:before { content: "\F4FB"; } .mdi-tag-outline:before { content: "\F4FC"; } .mdi-tag-plus:before { content: "\F721"; } .mdi-tag-remove:before { content: "\F722"; } .mdi-tag-text-outline:before { content: "\F4FD"; } .mdi-target:before { content: "\F4FE"; } .mdi-taxi:before { content: "\F4FF"; } .mdi-teamviewer:before { content: "\F500"; } .mdi-telegram:before { content: "\F501"; } .mdi-television:before { content: "\F502"; } .mdi-television-classic:before { content: "\F7F3"; } .mdi-television-guide:before { content: "\F503"; } .mdi-temperature-celsius:before { content: "\F504"; } .mdi-temperature-fahrenheit:before { content: "\F505"; } .mdi-temperature-kelvin:before { content: "\F506"; } .mdi-tennis:before { content: "\F507"; } .mdi-tent:before { content: "\F508"; } .mdi-terrain:before { content: "\F509"; } .mdi-test-tube:before { content: "\F668"; } .mdi-text-shadow:before { content: "\F669"; } .mdi-text-to-speech:before { content: "\F50A"; } .mdi-text-to-speech-off:before { content: "\F50B"; } .mdi-textbox:before { content: "\F60E"; } .mdi-textbox-password:before { content: "\F7F4"; } .mdi-texture:before { content: "\F50C"; } .mdi-theater:before { content: "\F50D"; } .mdi-theme-light-dark:before { content: "\F50E"; } .mdi-thermometer:before { content: "\F50F"; } .mdi-thermometer-lines:before { content: "\F510"; } .mdi-thought-bubble:before { content: "\F7F5"; } .mdi-thought-bubble-outline:before { content: "\F7F6"; } .mdi-thumb-down:before { content: "\F511"; } .mdi-thumb-down-outline:before { content: "\F512"; } .mdi-thumb-up:before { content: "\F513"; } .mdi-thumb-up-outline:before { content: "\F514"; } .mdi-thumbs-up-down:before { content: "\F515"; } .mdi-ticket:before { content: "\F516"; } .mdi-ticket-account:before { content: "\F517"; } .mdi-ticket-confirmation:before { content: "\F518"; } .mdi-ticket-percent:before { content: "\F723"; } .mdi-tie:before { content: "\F519"; } .mdi-tilde:before { content: "\F724"; } .mdi-timelapse:before { content: "\F51A"; } .mdi-timer:before { content: "\F51B"; } .mdi-timer-10:before { content: "\F51C"; } .mdi-timer-3:before { content: "\F51D"; } .mdi-timer-off:before { content: "\F51E"; } .mdi-timer-sand:before { content: "\F51F"; } .mdi-timer-sand-empty:before { content: "\F6AC"; } .mdi-timer-sand-full:before { content: "\F78B"; } .mdi-timetable:before { content: "\F520"; } .mdi-toggle-switch:before { content: "\F521"; } .mdi-toggle-switch-off:before { content: "\F522"; } .mdi-tooltip:before { content: "\F523"; } .mdi-tooltip-edit:before { content: "\F524"; } .mdi-tooltip-image:before { content: "\F525"; } .mdi-tooltip-outline:before { content: "\F526"; } .mdi-tooltip-outline-plus:before { content: "\F527"; } .mdi-tooltip-text:before { content: "\F528"; } .mdi-tooth:before { content: "\F529"; } .mdi-tor:before { content: "\F52A"; } .mdi-tower-beach:before { content: "\F680"; } .mdi-tower-fire:before { content: "\F681"; } .mdi-trackpad:before { content: "\F7F7"; } .mdi-traffic-light:before { content: "\F52B"; } .mdi-train:before { content: "\F52C"; } .mdi-tram:before { content: "\F52D"; } .mdi-transcribe:before { content: "\F52E"; } .mdi-transcribe-close:before { content: "\F52F"; } .mdi-transfer:before { content: "\F530"; } .mdi-transit-transfer:before { content: "\F6AD"; } .mdi-translate:before { content: "\F5CA"; } .mdi-treasure-chest:before { content: "\F725"; } .mdi-tree:before { content: "\F531"; } .mdi-trello:before { content: "\F532"; } .mdi-trending-down:before { content: "\F533"; } .mdi-trending-neutral:before { content: "\F534"; } .mdi-trending-up:before { content: "\F535"; } .mdi-triangle:before { content: "\F536"; } .mdi-triangle-outline:before { content: "\F537"; } .mdi-trophy:before { content: "\F538"; } .mdi-trophy-award:before { content: "\F539"; } .mdi-trophy-outline:before { content: "\F53A"; } .mdi-trophy-variant:before { content: "\F53B"; } .mdi-trophy-variant-outline:before { content: "\F53C"; } .mdi-truck:before { content: "\F53D"; } .mdi-truck-delivery:before { content: "\F53E"; } .mdi-truck-fast:before { content: "\F787"; } .mdi-truck-trailer:before { content: "\F726"; } .mdi-tshirt-crew:before { content: "\F53F"; } .mdi-tshirt-v:before { content: "\F540"; } .mdi-tumblr:before { content: "\F541"; } .mdi-tumblr-reblog:before { content: "\F542"; } .mdi-tune:before { content: "\F62E"; } .mdi-tune-vertical:before { content: "\F66A"; } .mdi-twitch:before { content: "\F543"; } .mdi-twitter:before { content: "\F544"; } .mdi-twitter-box:before { content: "\F545"; } .mdi-twitter-circle:before { content: "\F546"; } .mdi-twitter-retweet:before { content: "\F547"; } .mdi-uber:before { content: "\F748"; } .mdi-ubuntu:before { content: "\F548"; } .mdi-ultra-high-definition:before { content: "\F7F8"; } .mdi-umbraco:before { content: "\F549"; } .mdi-umbrella:before { content: "\F54A"; } .mdi-umbrella-outline:before { content: "\F54B"; } .mdi-undo:before { content: "\F54C"; } .mdi-undo-variant:before { content: "\F54D"; } .mdi-unfold-less-horizontal:before { content: "\F54E"; } .mdi-unfold-less-vertical:before { content: "\F75F"; } .mdi-unfold-more-horizontal:before { content: "\F54F"; } .mdi-unfold-more-vertical:before { content: "\F760"; } .mdi-ungroup:before { content: "\F550"; } .mdi-unity:before { content: "\F6AE"; } .mdi-untappd:before { content: "\F551"; } .mdi-update:before { content: "\F6AF"; } .mdi-upload:before { content: "\F552"; } .mdi-upload-network:before { content: "\F6F5"; } .mdi-usb:before { content: "\F553"; } .mdi-van-passenger:before { content: "\F7F9"; } .mdi-van-utility:before { content: "\F7FA"; } .mdi-vanish:before { content: "\F7FB"; } .mdi-vector-arrange-above:before { content: "\F554"; } .mdi-vector-arrange-below:before { content: "\F555"; } .mdi-vector-circle:before { content: "\F556"; } .mdi-vector-circle-variant:before { content: "\F557"; } .mdi-vector-combine:before { content: "\F558"; } .mdi-vector-curve:before { content: "\F559"; } .mdi-vector-difference:before { content: "\F55A"; } .mdi-vector-difference-ab:before { content: "\F55B"; } .mdi-vector-difference-ba:before { content: "\F55C"; } .mdi-vector-intersection:before { content: "\F55D"; } .mdi-vector-line:before { content: "\F55E"; } .mdi-vector-point:before { content: "\F55F"; } .mdi-vector-polygon:before { content: "\F560"; } .mdi-vector-polyline:before { content: "\F561"; } .mdi-vector-radius:before { content: "\F749"; } .mdi-vector-rectangle:before { content: "\F5C6"; } .mdi-vector-selection:before { content: "\F562"; } .mdi-vector-square:before { content: "\F001"; } .mdi-vector-triangle:before { content: "\F563"; } .mdi-vector-union:before { content: "\F564"; } .mdi-verified:before { content: "\F565"; } .mdi-vibrate:before { content: "\F566"; } .mdi-video:before { content: "\F567"; } .mdi-video-3d:before { content: "\F7FC"; } .mdi-video-off:before { content: "\F568"; } .mdi-video-switch:before { content: "\F569"; } .mdi-view-agenda:before { content: "\F56A"; } .mdi-view-array:before { content: "\F56B"; } .mdi-view-carousel:before { content: "\F56C"; } .mdi-view-column:before { content: "\F56D"; } .mdi-view-dashboard:before { content: "\F56E"; } .mdi-view-day:before { content: "\F56F"; } .mdi-view-grid:before { content: "\F570"; } .mdi-view-headline:before { content: "\F571"; } .mdi-view-list:before { content: "\F572"; } .mdi-view-module:before { content: "\F573"; } .mdi-view-parallel:before { content: "\F727"; } .mdi-view-quilt:before { content: "\F574"; } .mdi-view-sequential:before { content: "\F728"; } .mdi-view-stream:before { content: "\F575"; } .mdi-view-week:before { content: "\F576"; } .mdi-vimeo:before { content: "\F577"; } .mdi-vine:before { content: "\F578"; } .mdi-violin:before { content: "\F60F"; } .mdi-visualstudio:before { content: "\F610"; } .mdi-vk:before { content: "\F579"; } .mdi-vk-box:before { content: "\F57A"; } .mdi-vk-circle:before { content: "\F57B"; } .mdi-vlc:before { content: "\F57C"; } .mdi-voice:before { content: "\F5CB"; } .mdi-voicemail:before { content: "\F57D"; } .mdi-volume-high:before { content: "\F57E"; } .mdi-volume-low:before { content: "\F57F"; } .mdi-volume-medium:before { content: "\F580"; } .mdi-volume-minus:before { content: "\F75D"; } .mdi-volume-mute:before { content: "\F75E"; } .mdi-volume-off:before { content: "\F581"; } .mdi-volume-plus:before { content: "\F75C"; } .mdi-vpn:before { content: "\F582"; } .mdi-walk:before { content: "\F583"; } .mdi-wall:before { content: "\F7FD"; } .mdi-wallet:before { content: "\F584"; } .mdi-wallet-giftcard:before { content: "\F585"; } .mdi-wallet-membership:before { content: "\F586"; } .mdi-wallet-travel:before { content: "\F587"; } .mdi-wan:before { content: "\F588"; } .mdi-washing-machine:before { content: "\F729"; } .mdi-watch:before { content: "\F589"; } .mdi-watch-export:before { content: "\F58A"; } .mdi-watch-import:before { content: "\F58B"; } .mdi-watch-vibrate:before { content: "\F6B0"; } .mdi-water:before { content: "\F58C"; } .mdi-water-off:before { content: "\F58D"; } .mdi-water-percent:before { content: "\F58E"; } .mdi-water-pump:before { content: "\F58F"; } .mdi-watermark:before { content: "\F612"; } .mdi-waves:before { content: "\F78C"; } .mdi-weather-cloudy:before { content: "\F590"; } .mdi-weather-fog:before { content: "\F591"; } .mdi-weather-hail:before { content: "\F592"; } .mdi-weather-lightning:before { content: "\F593"; } .mdi-weather-lightning-rainy:before { content: "\F67D"; } .mdi-weather-night:before { content: "\F594"; } .mdi-weather-partlycloudy:before { content: "\F595"; } .mdi-weather-pouring:before { content: "\F596"; } .mdi-weather-rainy:before { content: "\F597"; } .mdi-weather-snowy:before { content: "\F598"; } .mdi-weather-snowy-rainy:before { content: "\F67E"; } .mdi-weather-sunny:before { content: "\F599"; } .mdi-weather-sunset:before { content: "\F59A"; } .mdi-weather-sunset-down:before { content: "\F59B"; } .mdi-weather-sunset-up:before { content: "\F59C"; } .mdi-weather-windy:before { content: "\F59D"; } .mdi-weather-windy-variant:before { content: "\F59E"; } .mdi-web:before { content: "\F59F"; } .mdi-webcam:before { content: "\F5A0"; } .mdi-webhook:before { content: "\F62F"; } .mdi-webpack:before { content: "\F72A"; } .mdi-wechat:before { content: "\F611"; } .mdi-weight:before { content: "\F5A1"; } .mdi-weight-kilogram:before { content: "\F5A2"; } .mdi-whatsapp:before { content: "\F5A3"; } .mdi-wheelchair-accessibility:before { content: "\F5A4"; } .mdi-white-balance-auto:before { content: "\F5A5"; } .mdi-white-balance-incandescent:before { content: "\F5A6"; } .mdi-white-balance-iridescent:before { content: "\F5A7"; } .mdi-white-balance-sunny:before { content: "\F5A8"; } .mdi-widgets:before { content: "\F72B"; } .mdi-wifi:before { content: "\F5A9"; } .mdi-wifi-off:before { content: "\F5AA"; } .mdi-wii:before { content: "\F5AB"; } .mdi-wiiu:before { content: "\F72C"; } .mdi-wikipedia:before { content: "\F5AC"; } .mdi-window-close:before { content: "\F5AD"; } .mdi-window-closed:before { content: "\F5AE"; } .mdi-window-maximize:before { content: "\F5AF"; } .mdi-window-minimize:before { content: "\F5B0"; } .mdi-window-open:before { content: "\F5B1"; } .mdi-window-restore:before { content: "\F5B2"; } .mdi-windows:before { content: "\F5B3"; } .mdi-wordpress:before { content: "\F5B4"; } .mdi-worker:before { content: "\F5B5"; } .mdi-wrap:before { content: "\F5B6"; } .mdi-wrench:before { content: "\F5B7"; } .mdi-wunderlist:before { content: "\F5B8"; } .mdi-xaml:before { content: "\F673"; } .mdi-xbox:before { content: "\F5B9"; } .mdi-xbox-controller:before { content: "\F5BA"; } .mdi-xbox-controller-battery-alert:before { content: "\F74A"; } .mdi-xbox-controller-battery-empty:before { content: "\F74B"; } .mdi-xbox-controller-battery-full:before { content: "\F74C"; } .mdi-xbox-controller-battery-low:before { content: "\F74D"; } .mdi-xbox-controller-battery-medium:before { content: "\F74E"; } .mdi-xbox-controller-battery-unknown:before { content: "\F74F"; } .mdi-xbox-controller-off:before { content: "\F5BB"; } .mdi-xda:before { content: "\F5BC"; } .mdi-xing:before { content: "\F5BD"; } .mdi-xing-box:before { content: "\F5BE"; } .mdi-xing-circle:before { content: "\F5BF"; } .mdi-xml:before { content: "\F5C0"; } .mdi-xmpp:before { content: "\F7FE"; } .mdi-yammer:before { content: "\F788"; } .mdi-yeast:before { content: "\F5C1"; } .mdi-yelp:before { content: "\F5C2"; } .mdi-yin-yang:before { content: "\F67F"; } .mdi-youtube-play:before { content: "\F5C3"; } .mdi-zip-box:before { content: "\F5C4"; } .mdi-blank:before { content: "\F68C"; visibility: hidden; } /*! * Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/ * License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License) */ @font-face { font-family: 'Material-Design-Iconic-Font'; src: url("fonts/Material-Design-Iconic-Fontd1f1.woff2?v=2.2.0") format("woff2"), url("fonts/Material-Design-Iconic-Fontd1f1.html?v=2.2.0") format("woff"), url("fonts/Material-Design-Iconic-Fontd1f1-2.html?v=2.2.0") format("truetype"); font-weight: normal; font-style: normal; } .zmdi { display: inline-block; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .zmdi-hc-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .zmdi-hc-2x { font-size: 2em; } .zmdi-hc-3x { font-size: 3em; } .zmdi-hc-4x { font-size: 4em; } .zmdi-hc-5x { font-size: 5em; } .zmdi-hc-fw { width: 1.28571429em; text-align: center; } .zmdi-hc-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .zmdi-hc-ul > li { position: relative; } .zmdi-hc-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .zmdi-hc-li.zmdi-hc-lg { left: -1.85714286em; } .zmdi-hc-border { padding: .1em .25em; border: solid 0.1em #9e9e9e; border-radius: 2px; } .zmdi-hc-border-circle { padding: .1em .25em; border: solid 0.1em #9e9e9e; border-radius: 50%; } .zmdi.pull-left { float: left; margin-right: .15em; } .zmdi.pull-right { float: right; margin-left: .15em; } .zmdi-hc-spin { -webkit-animation: zmdi-spin 1.5s infinite linear; animation: zmdi-spin 1.5s infinite linear; } .zmdi-hc-spin-reverse { -webkit-animation: zmdi-spin-reverse 1.5s infinite linear; animation: zmdi-spin-reverse 1.5s infinite linear; } @-webkit-keyframes zmdi-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes zmdi-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @-webkit-keyframes zmdi-spin-reverse { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(-359deg); transform: rotate(-359deg); } } @keyframes zmdi-spin-reverse { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(-359deg); transform: rotate(-359deg); } } .zmdi-hc-rotate-90 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .zmdi-hc-rotate-180 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .zmdi-hc-rotate-270 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .zmdi-hc-flip-horizontal { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .zmdi-hc-flip-vertical { -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } .zmdi-hc-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .zmdi-hc-stack-1x, .zmdi-hc-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .zmdi-hc-stack-1x { line-height: inherit; } .zmdi-hc-stack-2x { font-size: 2em; } .zmdi-hc-inverse { color: #ffffff; } /* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .zmdi-3d-rotation:before { content: '\f101'; } .zmdi-airplane-off:before { content: '\f102'; } .zmdi-airplane:before { content: '\f103'; } .zmdi-album:before { content: '\f104'; } .zmdi-archive:before { content: '\f105'; } .zmdi-assignment-account:before { content: '\f106'; } .zmdi-assignment-alert:before { content: '\f107'; } .zmdi-assignment-check:before { content: '\f108'; } .zmdi-assignment-o:before { content: '\f109'; } .zmdi-assignment-return:before { content: '\f10a'; } .zmdi-assignment-returned:before { content: '\f10b'; } .zmdi-assignment:before { content: '\f10c'; } .zmdi-attachment-alt:before { content: '\f10d'; } .zmdi-attachment:before { content: '\f10e'; } .zmdi-audio:before { content: '\f10f'; } .zmdi-badge-check:before { content: '\f110'; } .zmdi-balance-wallet:before { content: '\f111'; } .zmdi-balance:before { content: '\f112'; } .zmdi-battery-alert:before { content: '\f113'; } .zmdi-battery-flash:before { content: '\f114'; } .zmdi-battery-unknown:before { content: '\f115'; } .zmdi-battery:before { content: '\f116'; } .zmdi-bike:before { content: '\f117'; } .zmdi-block-alt:before { content: '\f118'; } .zmdi-block:before { content: '\f119'; } .zmdi-boat:before { content: '\f11a'; } .zmdi-book-image:before { content: '\f11b'; } .zmdi-book:before { content: '\f11c'; } .zmdi-bookmark-outline:before { content: '\f11d'; } .zmdi-bookmark:before { content: '\f11e'; } .zmdi-brush:before { content: '\f11f'; } .zmdi-bug:before { content: '\f120'; } .zmdi-bus:before { content: '\f121'; } .zmdi-cake:before { content: '\f122'; } .zmdi-car-taxi:before { content: '\f123'; } .zmdi-car-wash:before { content: '\f124'; } .zmdi-car:before { content: '\f125'; } .zmdi-card-giftcard:before { content: '\f126'; } .zmdi-card-membership:before { content: '\f127'; } .zmdi-card-travel:before { content: '\f128'; } .zmdi-card:before { content: '\f129'; } .zmdi-case-check:before { content: '\f12a'; } .zmdi-case-download:before { content: '\f12b'; } .zmdi-case-play:before { content: '\f12c'; } .zmdi-case:before { content: '\f12d'; } .zmdi-cast-connected:before { content: '\f12e'; } .zmdi-cast:before { content: '\f12f'; } .zmdi-chart-donut:before { content: '\f130'; } .zmdi-chart:before { content: '\f131'; } .zmdi-city-alt:before { content: '\f132'; } .zmdi-city:before { content: '\f133'; } .zmdi-close-circle-o:before { content: '\f134'; } .zmdi-close-circle:before { content: '\f135'; } .zmdi-close:before { content: '\f136'; } .zmdi-cocktail:before { content: '\f137'; } .zmdi-code-setting:before { content: '\f138'; } .zmdi-code-smartphone:before { content: '\f139'; } .zmdi-code:before { content: '\f13a'; } .zmdi-coffee:before { content: '\f13b'; } .zmdi-collection-bookmark:before { content: '\f13c'; } .zmdi-collection-case-play:before { content: '\f13d'; } .zmdi-collection-folder-image:before { content: '\f13e'; } .zmdi-collection-image-o:before { content: '\f13f'; } .zmdi-collection-image:before { content: '\f140'; } .zmdi-collection-item-1:before { content: '\f141'; } .zmdi-collection-item-2:before { content: '\f142'; } .zmdi-collection-item-3:before { content: '\f143'; } .zmdi-collection-item-4:before { content: '\f144'; } .zmdi-collection-item-5:before { content: '\f145'; } .zmdi-collection-item-6:before { content: '\f146'; } .zmdi-collection-item-7:before { content: '\f147'; } .zmdi-collection-item-8:before { content: '\f148'; } .zmdi-collection-item-9-plus:before { content: '\f149'; } .zmdi-collection-item-9:before { content: '\f14a'; } .zmdi-collection-item:before { content: '\f14b'; } .zmdi-collection-music:before { content: '\f14c'; } .zmdi-collection-pdf:before { content: '\f14d'; } .zmdi-collection-plus:before { content: '\f14e'; } .zmdi-collection-speaker:before { content: '\f14f'; } .zmdi-collection-text:before { content: '\f150'; } .zmdi-collection-video:before { content: '\f151'; } .zmdi-compass:before { content: '\f152'; } .zmdi-cutlery:before { content: '\f153'; } .zmdi-delete:before { content: '\f154'; } .zmdi-dialpad:before { content: '\f155'; } .zmdi-dns:before { content: '\f156'; } .zmdi-drink:before { content: '\f157'; } .zmdi-edit:before { content: '\f158'; } .zmdi-email-open:before { content: '\f159'; } .zmdi-email:before { content: '\f15a'; } .zmdi-eye-off:before { content: '\f15b'; } .zmdi-eye:before { content: '\f15c'; } .zmdi-eyedropper:before { content: '\f15d'; } .zmdi-favorite-outline:before { content: '\f15e'; } .zmdi-favorite:before { content: '\f15f'; } .zmdi-filter-list:before { content: '\f160'; } .zmdi-fire:before { content: '\f161'; } .zmdi-flag:before { content: '\f162'; } .zmdi-flare:before { content: '\f163'; } .zmdi-flash-auto:before { content: '\f164'; } .zmdi-flash-off:before { content: '\f165'; } .zmdi-flash:before { content: '\f166'; } .zmdi-flip:before { content: '\f167'; } .zmdi-flower-alt:before { content: '\f168'; } .zmdi-flower:before { content: '\f169'; } .zmdi-font:before { content: '\f16a'; } .zmdi-fullscreen-alt:before { content: '\f16b'; } .zmdi-fullscreen-exit:before { content: '\f16c'; } .zmdi-fullscreen:before { content: '\f16d'; } .zmdi-functions:before { content: '\f16e'; } .zmdi-gas-station:before { content: '\f16f'; } .zmdi-gesture:before { content: '\f170'; } .zmdi-globe-alt:before { content: '\f171'; } .zmdi-globe-lock:before { content: '\f172'; } .zmdi-globe:before { content: '\f173'; } .zmdi-graduation-cap:before { content: '\f174'; } .zmdi-home:before { content: '\f175'; } .zmdi-hospital-alt:before { content: '\f176'; } .zmdi-hospital:before { content: '\f177'; } .zmdi-hotel:before { content: '\f178'; } .zmdi-hourglass-alt:before { content: '\f179'; } .zmdi-hourglass-outline:before { content: '\f17a'; } .zmdi-hourglass:before { content: '\f17b'; } .zmdi-http:before { content: '\f17c'; } .zmdi-image-alt:before { content: '\f17d'; } .zmdi-image-o:before { content: '\f17e'; } .zmdi-image:before { content: '\f17f'; } .zmdi-inbox:before { content: '\f180'; } .zmdi-invert-colors-off:before { content: '\f181'; } .zmdi-invert-colors:before { content: '\f182'; } .zmdi-key:before { content: '\f183'; } .zmdi-label-alt-outline:before { content: '\f184'; } .zmdi-label-alt:before { content: '\f185'; } .zmdi-label-heart:before { content: '\f186'; } .zmdi-label:before { content: '\f187'; } .zmdi-labels:before { content: '\f188'; } .zmdi-lamp:before { content: '\f189'; } .zmdi-landscape:before { content: '\f18a'; } .zmdi-layers-off:before { content: '\f18b'; } .zmdi-layers:before { content: '\f18c'; } .zmdi-library:before { content: '\f18d'; } .zmdi-link:before { content: '\f18e'; } .zmdi-lock-open:before { content: '\f18f'; } .zmdi-lock-outline:before { content: '\f190'; } .zmdi-lock:before { content: '\f191'; } .zmdi-mail-reply-all:before { content: '\f192'; } .zmdi-mail-reply:before { content: '\f193'; } .zmdi-mail-send:before { content: '\f194'; } .zmdi-mall:before { content: '\f195'; } .zmdi-map:before { content: '\f196'; } .zmdi-menu:before { content: '\f197'; } .zmdi-money-box:before { content: '\f198'; } .zmdi-money-off:before { content: '\f199'; } .zmdi-money:before { content: '\f19a'; } .zmdi-more-vert:before { content: '\f19b'; } .zmdi-more:before { content: '\f19c'; } .zmdi-movie-alt:before { content: '\f19d'; } .zmdi-movie:before { content: '\f19e'; } .zmdi-nature-people:before { content: '\f19f'; } .zmdi-nature:before { content: '\f1a0'; } .zmdi-navigation:before { content: '\f1a1'; } .zmdi-open-in-browser:before { content: '\f1a2'; } .zmdi-open-in-new:before { content: '\f1a3'; } .zmdi-palette:before { content: '\f1a4'; } .zmdi-parking:before { content: '\f1a5'; } .zmdi-pin-account:before { content: '\f1a6'; } .zmdi-pin-assistant:before { content: '\f1a7'; } .zmdi-pin-drop:before { content: '\f1a8'; } .zmdi-pin-help:before { content: '\f1a9'; } .zmdi-pin-off:before { content: '\f1aa'; } .zmdi-pin:before { content: '\f1ab'; } .zmdi-pizza:before { content: '\f1ac'; } .zmdi-plaster:before { content: '\f1ad'; } .zmdi-power-setting:before { content: '\f1ae'; } .zmdi-power:before { content: '\f1af'; } .zmdi-print:before { content: '\f1b0'; } .zmdi-puzzle-piece:before { content: '\f1b1'; } .zmdi-quote:before { content: '\f1b2'; } .zmdi-railway:before { content: '\f1b3'; } .zmdi-receipt:before { content: '\f1b4'; } .zmdi-refresh-alt:before { content: '\f1b5'; } .zmdi-refresh-sync-alert:before { content: '\f1b6'; } .zmdi-refresh-sync-off:before { content: '\f1b7'; } .zmdi-refresh-sync:before { content: '\f1b8'; } .zmdi-refresh:before { content: '\f1b9'; } .zmdi-roller:before { content: '\f1ba'; } .zmdi-ruler:before { content: '\f1bb'; } .zmdi-scissors:before { content: '\f1bc'; } .zmdi-screen-rotation-lock:before { content: '\f1bd'; } .zmdi-screen-rotation:before { content: '\f1be'; } .zmdi-search-for:before { content: '\f1bf'; } .zmdi-search-in-file:before { content: '\f1c0'; } .zmdi-search-in-page:before { content: '\f1c1'; } .zmdi-search-replace:before { content: '\f1c2'; } .zmdi-search:before { content: '\f1c3'; } .zmdi-seat:before { content: '\f1c4'; } .zmdi-settings-square:before { content: '\f1c5'; } .zmdi-settings:before { content: '\f1c6'; } .zmdi-shield-check:before { content: '\f1c7'; } .zmdi-shield-security:before { content: '\f1c8'; } .zmdi-shopping-basket:before { content: '\f1c9'; } .zmdi-shopping-cart-plus:before { content: '\f1ca'; } .zmdi-shopping-cart:before { content: '\f1cb'; } .zmdi-sign-in:before { content: '\f1cc'; } .zmdi-sort-amount-asc:before { content: '\f1cd'; } .zmdi-sort-amount-desc:before { content: '\f1ce'; } .zmdi-sort-asc:before { content: '\f1cf'; } .zmdi-sort-desc:before { content: '\f1d0'; } .zmdi-spellcheck:before { content: '\f1d1'; } .zmdi-storage:before { content: '\f1d2'; } .zmdi-store-24:before { content: '\f1d3'; } .zmdi-store:before { content: '\f1d4'; } .zmdi-subway:before { content: '\f1d5'; } .zmdi-sun:before { content: '\f1d6'; } .zmdi-tab-unselected:before { content: '\f1d7'; } .zmdi-tab:before { content: '\f1d8'; } .zmdi-tag-close:before { content: '\f1d9'; } .zmdi-tag-more:before { content: '\f1da'; } .zmdi-tag:before { content: '\f1db'; } .zmdi-thumb-down:before { content: '\f1dc'; } .zmdi-thumb-up-down:before { content: '\f1dd'; } .zmdi-thumb-up:before { content: '\f1de'; } .zmdi-ticket-star:before { content: '\f1df'; } .zmdi-toll:before { content: '\f1e0'; } .zmdi-toys:before { content: '\f1e1'; } .zmdi-traffic:before { content: '\f1e2'; } .zmdi-translate:before { content: '\f1e3'; } .zmdi-triangle-down:before { content: '\f1e4'; } .zmdi-triangle-up:before { content: '\f1e5'; } .zmdi-truck:before { content: '\f1e6'; } .zmdi-turning-sign:before { content: '\f1e7'; } .zmdi-wallpaper:before { content: '\f1e8'; } .zmdi-washing-machine:before { content: '\f1e9'; } .zmdi-window-maximize:before { content: '\f1ea'; } .zmdi-window-minimize:before { content: '\f1eb'; } .zmdi-window-restore:before { content: '\f1ec'; } .zmdi-wrench:before { content: '\f1ed'; } .zmdi-zoom-in:before { content: '\f1ee'; } .zmdi-zoom-out:before { content: '\f1ef'; } .zmdi-alert-circle-o:before { content: '\f1f0'; } .zmdi-alert-circle:before { content: '\f1f1'; } .zmdi-alert-octagon:before { content: '\f1f2'; } .zmdi-alert-polygon:before { content: '\f1f3'; } .zmdi-alert-triangle:before { content: '\f1f4'; } .zmdi-help-outline:before { content: '\f1f5'; } .zmdi-help:before { content: '\f1f6'; } .zmdi-info-outline:before { content: '\f1f7'; } .zmdi-info:before { content: '\f1f8'; } .zmdi-notifications-active:before { content: '\f1f9'; } .zmdi-notifications-add:before { content: '\f1fa'; } .zmdi-notifications-none:before { content: '\f1fb'; } .zmdi-notifications-off:before { content: '\f1fc'; } .zmdi-notifications-paused:before { content: '\f1fd'; } .zmdi-notifications:before { content: '\f1fe'; } .zmdi-account-add:before { content: '\f1ff'; } .zmdi-account-box-mail:before { content: '\f200'; } .zmdi-account-box-o:before { content: '\f201'; } .zmdi-account-box-phone:before { content: '\f202'; } .zmdi-account-box:before { content: '\f203'; } .zmdi-account-calendar:before { content: '\f204'; } .zmdi-account-circle:before { content: '\f205'; } .zmdi-account-o:before { content: '\f206'; } .zmdi-account:before { content: '\f207'; } .zmdi-accounts-add:before { content: '\f208'; } .zmdi-accounts-alt:before { content: '\f209'; } .zmdi-accounts-list-alt:before { content: '\f20a'; } .zmdi-accounts-list:before { content: '\f20b'; } .zmdi-accounts-outline:before { content: '\f20c'; } .zmdi-accounts:before { content: '\f20d'; } .zmdi-face:before { content: '\f20e'; } .zmdi-female:before { content: '\f20f'; } .zmdi-male-alt:before { content: '\f210'; } .zmdi-male-female:before { content: '\f211'; } .zmdi-male:before { content: '\f212'; } .zmdi-mood-bad:before { content: '\f213'; } .zmdi-mood:before { content: '\f214'; } .zmdi-run:before { content: '\f215'; } .zmdi-walk:before { content: '\f216'; } .zmdi-cloud-box:before { content: '\f217'; } .zmdi-cloud-circle:before { content: '\f218'; } .zmdi-cloud-done:before { content: '\f219'; } .zmdi-cloud-download:before { content: '\f21a'; } .zmdi-cloud-off:before { content: '\f21b'; } .zmdi-cloud-outline-alt:before { content: '\f21c'; } .zmdi-cloud-outline:before { content: '\f21d'; } .zmdi-cloud-upload:before { content: '\f21e'; } .zmdi-cloud:before { content: '\f21f'; } .zmdi-download:before { content: '\f220'; } .zmdi-file-plus:before { content: '\f221'; } .zmdi-file-text:before { content: '\f222'; } .zmdi-file:before { content: '\f223'; } .zmdi-folder-outline:before { content: '\f224'; } .zmdi-folder-person:before { content: '\f225'; } .zmdi-folder-star-alt:before { content: '\f226'; } .zmdi-folder-star:before { content: '\f227'; } .zmdi-folder:before { content: '\f228'; } .zmdi-gif:before { content: '\f229'; } .zmdi-upload:before { content: '\f22a'; } .zmdi-border-all:before { content: '\f22b'; } .zmdi-border-bottom:before { content: '\f22c'; } .zmdi-border-clear:before { content: '\f22d'; } .zmdi-border-color:before { content: '\f22e'; } .zmdi-border-horizontal:before { content: '\f22f'; } .zmdi-border-inner:before { content: '\f230'; } .zmdi-border-left:before { content: '\f231'; } .zmdi-border-outer:before { content: '\f232'; } .zmdi-border-right:before { content: '\f233'; } .zmdi-border-style:before { content: '\f234'; } .zmdi-border-top:before { content: '\f235'; } .zmdi-border-vertical:before { content: '\f236'; } .zmdi-copy:before { content: '\f237'; } .zmdi-crop:before { content: '\f238'; } .zmdi-format-align-center:before { content: '\f239'; } .zmdi-format-align-justify:before { content: '\f23a'; } .zmdi-format-align-left:before { content: '\f23b'; } .zmdi-format-align-right:before { content: '\f23c'; } .zmdi-format-bold:before { content: '\f23d'; } .zmdi-format-clear-all:before { content: '\f23e'; } .zmdi-format-clear:before { content: '\f23f'; } .zmdi-format-color-fill:before { content: '\f240'; } .zmdi-format-color-reset:before { content: '\f241'; } .zmdi-format-color-text:before { content: '\f242'; } .zmdi-format-indent-decrease:before { content: '\f243'; } .zmdi-format-indent-increase:before { content: '\f244'; } .zmdi-format-italic:before { content: '\f245'; } .zmdi-format-line-spacing:before { content: '\f246'; } .zmdi-format-list-bulleted:before { content: '\f247'; } .zmdi-format-list-numbered:before { content: '\f248'; } .zmdi-format-ltr:before { content: '\f249'; } .zmdi-format-rtl:before { content: '\f24a'; } .zmdi-format-size:before { content: '\f24b'; } .zmdi-format-strikethrough-s:before { content: '\f24c'; } .zmdi-format-strikethrough:before { content: '\f24d'; } .zmdi-format-subject:before { content: '\f24e'; } .zmdi-format-underlined:before { content: '\f24f'; } .zmdi-format-valign-bottom:before { content: '\f250'; } .zmdi-format-valign-center:before { content: '\f251'; } .zmdi-format-valign-top:before { content: '\f252'; } .zmdi-redo:before { content: '\f253'; } .zmdi-select-all:before { content: '\f254'; } .zmdi-space-bar:before { content: '\f255'; } .zmdi-text-format:before { content: '\f256'; } .zmdi-transform:before { content: '\f257'; } .zmdi-undo:before { content: '\f258'; } .zmdi-wrap-text:before { content: '\f259'; } .zmdi-comment-alert:before { content: '\f25a'; } .zmdi-comment-alt-text:before { content: '\f25b'; } .zmdi-comment-alt:before { content: '\f25c'; } .zmdi-comment-edit:before { content: '\f25d'; } .zmdi-comment-image:before { content: '\f25e'; } .zmdi-comment-list:before { content: '\f25f'; } .zmdi-comment-more:before { content: '\f260'; } .zmdi-comment-outline:before { content: '\f261'; } .zmdi-comment-text-alt:before { content: '\f262'; } .zmdi-comment-text:before { content: '\f263'; } .zmdi-comment-video:before { content: '\f264'; } .zmdi-comment:before { content: '\f265'; } .zmdi-comments:before { content: '\f266'; } .zmdi-check-all:before { content: '\f267'; } .zmdi-check-circle-u:before { content: '\f268'; } .zmdi-check-circle:before { content: '\f269'; } .zmdi-check-square:before { content: '\f26a'; } .zmdi-check:before { content: '\f26b'; } .zmdi-circle-o:before { content: '\f26c'; } .zmdi-circle:before { content: '\f26d'; } .zmdi-dot-circle-alt:before { content: '\f26e'; } .zmdi-dot-circle:before { content: '\f26f'; } .zmdi-minus-circle-outline:before { content: '\f270'; } .zmdi-minus-circle:before { content: '\f271'; } .zmdi-minus-square:before { content: '\f272'; } .zmdi-minus:before { content: '\f273'; } .zmdi-plus-circle-o-duplicate:before { content: '\f274'; } .zmdi-plus-circle-o:before { content: '\f275'; } .zmdi-plus-circle:before { content: '\f276'; } .zmdi-plus-square:before { content: '\f277'; } .zmdi-plus:before { content: '\f278'; } .zmdi-square-o:before { content: '\f279'; } .zmdi-star-circle:before { content: '\f27a'; } .zmdi-star-half:before { content: '\f27b'; } .zmdi-star-outline:before { content: '\f27c'; } .zmdi-star:before { content: '\f27d'; } .zmdi-bluetooth-connected:before { content: '\f27e'; } .zmdi-bluetooth-off:before { content: '\f27f'; } .zmdi-bluetooth-search:before { content: '\f280'; } .zmdi-bluetooth-setting:before { content: '\f281'; } .zmdi-bluetooth:before { content: '\f282'; } .zmdi-camera-add:before { content: '\f283'; } .zmdi-camera-alt:before { content: '\f284'; } .zmdi-camera-bw:before { content: '\f285'; } .zmdi-camera-front:before { content: '\f286'; } .zmdi-camera-mic:before { content: '\f287'; } .zmdi-camera-party-mode:before { content: '\f288'; } .zmdi-camera-rear:before { content: '\f289'; } .zmdi-camera-roll:before { content: '\f28a'; } .zmdi-camera-switch:before { content: '\f28b'; } .zmdi-camera:before { content: '\f28c'; } .zmdi-card-alert:before { content: '\f28d'; } .zmdi-card-off:before { content: '\f28e'; } .zmdi-card-sd:before { content: '\f28f'; } .zmdi-card-sim:before { content: '\f290'; } .zmdi-desktop-mac:before { content: '\f291'; } .zmdi-desktop-windows:before { content: '\f292'; } .zmdi-device-hub:before { content: '\f293'; } .zmdi-devices-off:before { content: '\f294'; } .zmdi-devices:before { content: '\f295'; } .zmdi-dock:before { content: '\f296'; } .zmdi-floppy:before { content: '\f297'; } .zmdi-gamepad:before { content: '\f298'; } .zmdi-gps-dot:before { content: '\f299'; } .zmdi-gps-off:before { content: '\f29a'; } .zmdi-gps:before { content: '\f29b'; } .zmdi-headset-mic:before { content: '\f29c'; } .zmdi-headset:before { content: '\f29d'; } .zmdi-input-antenna:before { content: '\f29e'; } .zmdi-input-composite:before { content: '\f29f'; } .zmdi-input-hdmi:before { content: '\f2a0'; } .zmdi-input-power:before { content: '\f2a1'; } .zmdi-input-svideo:before { content: '\f2a2'; } .zmdi-keyboard-hide:before { content: '\f2a3'; } .zmdi-keyboard:before { content: '\f2a4'; } .zmdi-laptop-chromebook:before { content: '\f2a5'; } .zmdi-laptop-mac:before { content: '\f2a6'; } .zmdi-laptop:before { content: '\f2a7'; } .zmdi-mic-off:before { content: '\f2a8'; } .zmdi-mic-outline:before { content: '\f2a9'; } .zmdi-mic-setting:before { content: '\f2aa'; } .zmdi-mic:before { content: '\f2ab'; } .zmdi-mouse:before { content: '\f2ac'; } .zmdi-network-alert:before { content: '\f2ad'; } .zmdi-network-locked:before { content: '\f2ae'; } .zmdi-network-off:before { content: '\f2af'; } .zmdi-network-outline:before { content: '\f2b0'; } .zmdi-network-setting:before { content: '\f2b1'; } .zmdi-network:before { content: '\f2b2'; } .zmdi-phone-bluetooth:before { content: '\f2b3'; } .zmdi-phone-end:before { content: '\f2b4'; } .zmdi-phone-forwarded:before { content: '\f2b5'; } .zmdi-phone-in-talk:before { content: '\f2b6'; } .zmdi-phone-locked:before { content: '\f2b7'; } .zmdi-phone-missed:before { content: '\f2b8'; } .zmdi-phone-msg:before { content: '\f2b9'; } .zmdi-phone-paused:before { content: '\f2ba'; } .zmdi-phone-ring:before { content: '\f2bb'; } .zmdi-phone-setting:before { content: '\f2bc'; } .zmdi-phone-sip:before { content: '\f2bd'; } .zmdi-phone:before { content: '\f2be'; } .zmdi-portable-wifi-changes:before { content: '\f2bf'; } .zmdi-portable-wifi-off:before { content: '\f2c0'; } .zmdi-portable-wifi:before { content: '\f2c1'; } .zmdi-radio:before { content: '\f2c2'; } .zmdi-reader:before { content: '\f2c3'; } .zmdi-remote-control-alt:before { content: '\f2c4'; } .zmdi-remote-control:before { content: '\f2c5'; } .zmdi-router:before { content: '\f2c6'; } .zmdi-scanner:before { content: '\f2c7'; } .zmdi-smartphone-android:before { content: '\f2c8'; } .zmdi-smartphone-download:before { content: '\f2c9'; } .zmdi-smartphone-erase:before { content: '\f2ca'; } .zmdi-smartphone-info:before { content: '\f2cb'; } .zmdi-smartphone-iphone:before { content: '\f2cc'; } .zmdi-smartphone-landscape-lock:before { content: '\f2cd'; } .zmdi-smartphone-landscape:before { content: '\f2ce'; } .zmdi-smartphone-lock:before { content: '\f2cf'; } .zmdi-smartphone-portrait-lock:before { content: '\f2d0'; } .zmdi-smartphone-ring:before { content: '\f2d1'; } .zmdi-smartphone-setting:before { content: '\f2d2'; } .zmdi-smartphone-setup:before { content: '\f2d3'; } .zmdi-smartphone:before { content: '\f2d4'; } .zmdi-speaker:before { content: '\f2d5'; } .zmdi-tablet-android:before { content: '\f2d6'; } .zmdi-tablet-mac:before { content: '\f2d7'; } .zmdi-tablet:before { content: '\f2d8'; } .zmdi-tv-alt-play:before { content: '\f2d9'; } .zmdi-tv-list:before { content: '\f2da'; } .zmdi-tv-play:before { content: '\f2db'; } .zmdi-tv:before { content: '\f2dc'; } .zmdi-usb:before { content: '\f2dd'; } .zmdi-videocam-off:before { content: '\f2de'; } .zmdi-videocam-switch:before { content: '\f2df'; } .zmdi-videocam:before { content: '\f2e0'; } .zmdi-watch:before { content: '\f2e1'; } .zmdi-wifi-alt-2:before { content: '\f2e2'; } .zmdi-wifi-alt:before { content: '\f2e3'; } .zmdi-wifi-info:before { content: '\f2e4'; } .zmdi-wifi-lock:before { content: '\f2e5'; } .zmdi-wifi-off:before { content: '\f2e6'; } .zmdi-wifi-outline:before { content: '\f2e7'; } .zmdi-wifi:before { content: '\f2e8'; } .zmdi-arrow-left-bottom:before { content: '\f2e9'; } .zmdi-arrow-left:before { content: '\f2ea'; } .zmdi-arrow-merge:before { content: '\f2eb'; } .zmdi-arrow-missed:before { content: '\f2ec'; } .zmdi-arrow-right-top:before { content: '\f2ed'; } .zmdi-arrow-right:before { content: '\f2ee'; } .zmdi-arrow-split:before { content: '\f2ef'; } .zmdi-arrows:before { content: '\f2f0'; } .zmdi-caret-down-circle:before { content: '\f2f1'; } .zmdi-caret-down:before { content: '\f2f2'; } .zmdi-caret-left-circle:before { content: '\f2f3'; } .zmdi-caret-left:before { content: '\f2f4'; } .zmdi-caret-right-circle:before { content: '\f2f5'; } .zmdi-caret-right:before { content: '\f2f6'; } .zmdi-caret-up-circle:before { content: '\f2f7'; } .zmdi-caret-up:before { content: '\f2f8'; } .zmdi-chevron-down:before { content: '\f2f9'; } .zmdi-chevron-left:before { content: '\f2fa'; } .zmdi-chevron-right:before { content: '\f2fb'; } .zmdi-chevron-up:before { content: '\f2fc'; } .zmdi-forward:before { content: '\f2fd'; } .zmdi-long-arrow-down:before { content: '\f2fe'; } .zmdi-long-arrow-left:before { content: '\f2ff'; } .zmdi-long-arrow-return:before { content: '\f300'; } .zmdi-long-arrow-right:before { content: '\f301'; } .zmdi-long-arrow-tab:before { content: '\f302'; } .zmdi-long-arrow-up:before { content: '\f303'; } .zmdi-rotate-ccw:before { content: '\f304'; } .zmdi-rotate-cw:before { content: '\f305'; } .zmdi-rotate-left:before { content: '\f306'; } .zmdi-rotate-right:before { content: '\f307'; } .zmdi-square-down:before { content: '\f308'; } .zmdi-square-right:before { content: '\f309'; } .zmdi-swap-alt:before { content: '\f30a'; } .zmdi-swap-vertical-circle:before { content: '\f30b'; } .zmdi-swap-vertical:before { content: '\f30c'; } .zmdi-swap:before { content: '\f30d'; } .zmdi-trending-down:before { content: '\f30e'; } .zmdi-trending-flat:before { content: '\f30f'; } .zmdi-trending-up:before { content: '\f310'; } .zmdi-unfold-less:before { content: '\f311'; } .zmdi-unfold-more:before { content: '\f312'; } .zmdi-apps:before { content: '\f313'; } .zmdi-grid-off:before { content: '\f314'; } .zmdi-grid:before { content: '\f315'; } .zmdi-view-agenda:before { content: '\f316'; } .zmdi-view-array:before { content: '\f317'; } .zmdi-view-carousel:before { content: '\f318'; } .zmdi-view-column:before { content: '\f319'; } .zmdi-view-comfy:before { content: '\f31a'; } .zmdi-view-compact:before { content: '\f31b'; } .zmdi-view-dashboard:before { content: '\f31c'; } .zmdi-view-day:before { content: '\f31d'; } .zmdi-view-headline:before { content: '\f31e'; } .zmdi-view-list-alt:before { content: '\f31f'; } .zmdi-view-list:before { content: '\f320'; } .zmdi-view-module:before { content: '\f321'; } .zmdi-view-quilt:before { content: '\f322'; } .zmdi-view-stream:before { content: '\f323'; } .zmdi-view-subtitles:before { content: '\f324'; } .zmdi-view-toc:before { content: '\f325'; } .zmdi-view-web:before { content: '\f326'; } .zmdi-view-week:before { content: '\f327'; } .zmdi-widgets:before { content: '\f328'; } .zmdi-alarm-check:before { content: '\f329'; } .zmdi-alarm-off:before { content: '\f32a'; } .zmdi-alarm-plus:before { content: '\f32b'; } .zmdi-alarm-snooze:before { content: '\f32c'; } .zmdi-alarm:before { content: '\f32d'; } .zmdi-calendar-alt:before { content: '\f32e'; } .zmdi-calendar-check:before { content: '\f32f'; } .zmdi-calendar-close:before { content: '\f330'; } .zmdi-calendar-note:before { content: '\f331'; } .zmdi-calendar:before { content: '\f332'; } .zmdi-time-countdown:before { content: '\f333'; } .zmdi-time-interval:before { content: '\f334'; } .zmdi-time-restore-setting:before { content: '\f335'; } .zmdi-time-restore:before { content: '\f336'; } .zmdi-time:before { content: '\f337'; } .zmdi-timer-off:before { content: '\f338'; } .zmdi-timer:before { content: '\f339'; } .zmdi-android-alt:before { content: '\f33a'; } .zmdi-android:before { content: '\f33b'; } .zmdi-apple:before { content: '\f33c'; } .zmdi-behance:before { content: '\f33d'; } .zmdi-codepen:before { content: '\f33e'; } .zmdi-dribbble:before { content: '\f33f'; } .zmdi-dropbox:before { content: '\f340'; } .zmdi-evernote:before { content: '\f341'; } .zmdi-facebook-box:before { content: '\f342'; } .zmdi-facebook:before { content: '\f343'; } .zmdi-github-box:before { content: '\f344'; } .zmdi-github:before { content: '\f345'; } .zmdi-google-drive:before { content: '\f346'; } .zmdi-google-earth:before { content: '\f347'; } .zmdi-google-glass:before { content: '\f348'; } .zmdi-google-maps:before { content: '\f349'; } .zmdi-google-pages:before { content: '\f34a'; } .zmdi-google-play:before { content: '\f34b'; } .zmdi-google-plus-box:before { content: '\f34c'; } .zmdi-google-plus:before { content: '\f34d'; } .zmdi-google:before { content: '\f34e'; } .zmdi-instagram:before { content: '\f34f'; } .zmdi-language-css3:before { content: '\f350'; } .zmdi-language-html5:before { content: '\f351'; } .zmdi-language-javascript:before { content: '\f352'; } .zmdi-language-python-alt:before { content: '\f353'; } .zmdi-language-python:before { content: '\f354'; } .zmdi-lastfm:before { content: '\f355'; } .zmdi-linkedin-box:before { content: '\f356'; } .zmdi-paypal:before { content: '\f357'; } .zmdi-pinterest-box:before { content: '\f358'; } .zmdi-pocket:before { content: '\f359'; } .zmdi-polymer:before { content: '\f35a'; } .zmdi-share:before { content: '\f35b'; } .zmdi-stackoverflow:before { content: '\f35c'; } .zmdi-steam-square:before { content: '\f35d'; } .zmdi-steam:before { content: '\f35e'; } .zmdi-twitter-box:before { content: '\f35f'; } .zmdi-twitter:before { content: '\f360'; } .zmdi-vk:before { content: '\f361'; } .zmdi-wikipedia:before { content: '\f362'; } .zmdi-windows:before { content: '\f363'; } .zmdi-aspect-ratio-alt:before { content: '\f364'; } .zmdi-aspect-ratio:before { content: '\f365'; } .zmdi-blur-circular:before { content: '\f366'; } .zmdi-blur-linear:before { content: '\f367'; } .zmdi-blur-off:before { content: '\f368'; } .zmdi-blur:before { content: '\f369'; } .zmdi-brightness-2:before { content: '\f36a'; } .zmdi-brightness-3:before { content: '\f36b'; } .zmdi-brightness-4:before { content: '\f36c'; } .zmdi-brightness-5:before { content: '\f36d'; } .zmdi-brightness-6:before { content: '\f36e'; } .zmdi-brightness-7:before { content: '\f36f'; } .zmdi-brightness-auto:before { content: '\f370'; } .zmdi-brightness-setting:before { content: '\f371'; } .zmdi-broken-image:before { content: '\f372'; } .zmdi-center-focus-strong:before { content: '\f373'; } .zmdi-center-focus-weak:before { content: '\f374'; } .zmdi-compare:before { content: '\f375'; } .zmdi-crop-16-9:before { content: '\f376'; } .zmdi-crop-3-2:before { content: '\f377'; } .zmdi-crop-5-4:before { content: '\f378'; } .zmdi-crop-7-5:before { content: '\f379'; } .zmdi-crop-din:before { content: '\f37a'; } .zmdi-crop-free:before { content: '\f37b'; } .zmdi-crop-landscape:before { content: '\f37c'; } .zmdi-crop-portrait:before { content: '\f37d'; } .zmdi-crop-square:before { content: '\f37e'; } .zmdi-exposure-alt:before { content: '\f37f'; } .zmdi-exposure:before { content: '\f380'; } .zmdi-filter-b-and-w:before { content: '\f381'; } .zmdi-filter-center-focus:before { content: '\f382'; } .zmdi-filter-frames:before { content: '\f383'; } .zmdi-filter-tilt-shift:before { content: '\f384'; } .zmdi-gradient:before { content: '\f385'; } .zmdi-grain:before { content: '\f386'; } .zmdi-graphic-eq:before { content: '\f387'; } .zmdi-hdr-off:before { content: '\f388'; } .zmdi-hdr-strong:before { content: '\f389'; } .zmdi-hdr-weak:before { content: '\f38a'; } .zmdi-hdr:before { content: '\f38b'; } .zmdi-iridescent:before { content: '\f38c'; } .zmdi-leak-off:before { content: '\f38d'; } .zmdi-leak:before { content: '\f38e'; } .zmdi-looks:before { content: '\f38f'; } .zmdi-loupe:before { content: '\f390'; } .zmdi-panorama-horizontal:before { content: '\f391'; } .zmdi-panorama-vertical:before { content: '\f392'; } .zmdi-panorama-wide-angle:before { content: '\f393'; } .zmdi-photo-size-select-large:before { content: '\f394'; } .zmdi-photo-size-select-small:before { content: '\f395'; } .zmdi-picture-in-picture:before { content: '\f396'; } .zmdi-slideshow:before { content: '\f397'; } .zmdi-texture:before { content: '\f398'; } .zmdi-tonality:before { content: '\f399'; } .zmdi-vignette:before { content: '\f39a'; } .zmdi-wb-auto:before { content: '\f39b'; } .zmdi-eject-alt:before { content: '\f39c'; } .zmdi-eject:before { content: '\f39d'; } .zmdi-equalizer:before { content: '\f39e'; } .zmdi-fast-forward:before { content: '\f39f'; } .zmdi-fast-rewind:before { content: '\f3a0'; } .zmdi-forward-10:before { content: '\f3a1'; } .zmdi-forward-30:before { content: '\f3a2'; } .zmdi-forward-5:before { content: '\f3a3'; } .zmdi-hearing:before { content: '\f3a4'; } .zmdi-pause-circle-outline:before { content: '\f3a5'; } .zmdi-pause-circle:before { content: '\f3a6'; } .zmdi-pause:before { content: '\f3a7'; } .zmdi-play-circle-outline:before { content: '\f3a8'; } .zmdi-play-circle:before { content: '\f3a9'; } .zmdi-play:before { content: '\f3aa'; } .zmdi-playlist-audio:before { content: '\f3ab'; } .zmdi-playlist-plus:before { content: '\f3ac'; } .zmdi-repeat-one:before { content: '\f3ad'; } .zmdi-repeat:before { content: '\f3ae'; } .zmdi-replay-10:before { content: '\f3af'; } .zmdi-replay-30:before { content: '\f3b0'; } .zmdi-replay-5:before { content: '\f3b1'; } .zmdi-replay:before { content: '\f3b2'; } .zmdi-shuffle:before { content: '\f3b3'; } .zmdi-skip-next:before { content: '\f3b4'; } .zmdi-skip-previous:before { content: '\f3b5'; } .zmdi-stop:before { content: '\f3b6'; } .zmdi-surround-sound:before { content: '\f3b7'; } .zmdi-tune:before { content: '\f3b8'; } .zmdi-volume-down:before { content: '\f3b9'; } .zmdi-volume-mute:before { content: '\f3ba'; } .zmdi-volume-off:before { content: '\f3bb'; } .zmdi-volume-up:before { content: '\f3bc'; } .zmdi-n-1-square:before { content: '\f3bd'; } .zmdi-n-2-square:before { content: '\f3be'; } .zmdi-n-3-square:before { content: '\f3bf'; } .zmdi-n-4-square:before { content: '\f3c0'; } .zmdi-n-5-square:before { content: '\f3c1'; } .zmdi-n-6-square:before { content: '\f3c2'; } .zmdi-neg-1:before { content: '\f3c3'; } .zmdi-neg-2:before { content: '\f3c4'; } .zmdi-plus-1:before { content: '\f3c5'; } .zmdi-plus-2:before { content: '\f3c6'; } .zmdi-sec-10:before { content: '\f3c7'; } .zmdi-sec-3:before { content: '\f3c8'; } .zmdi-zero:before { content: '\f3c9'; } .zmdi-airline-seat-flat-angled:before { content: '\f3ca'; } .zmdi-airline-seat-flat:before { content: '\f3cb'; } .zmdi-airline-seat-individual-suite:before { content: '\f3cc'; } .zmdi-airline-seat-legroom-extra:before { content: '\f3cd'; } .zmdi-airline-seat-legroom-normal:before { content: '\f3ce'; } .zmdi-airline-seat-legroom-reduced:before { content: '\f3cf'; } .zmdi-airline-seat-recline-extra:before { content: '\f3d0'; } .zmdi-airline-seat-recline-normal:before { content: '\f3d1'; } .zmdi-airplay:before { content: '\f3d2'; } .zmdi-closed-caption:before { content: '\f3d3'; } .zmdi-confirmation-number:before { content: '\f3d4'; } .zmdi-developer-board:before { content: '\f3d5'; } .zmdi-disc-full:before { content: '\f3d6'; } .zmdi-explicit:before { content: '\f3d7'; } .zmdi-flight-land:before { content: '\f3d8'; } .zmdi-flight-takeoff:before { content: '\f3d9'; } .zmdi-flip-to-back:before { content: '\f3da'; } .zmdi-flip-to-front:before { content: '\f3db'; } .zmdi-group-work:before { content: '\f3dc'; } .zmdi-hd:before { content: '\f3dd'; } .zmdi-hq:before { content: '\f3de'; } .zmdi-markunread-mailbox:before { content: '\f3df'; } .zmdi-memory:before { content: '\f3e0'; } .zmdi-nfc:before { content: '\f3e1'; } .zmdi-play-for-work:before { content: '\f3e2'; } .zmdi-power-input:before { content: '\f3e3'; } .zmdi-present-to-all:before { content: '\f3e4'; } .zmdi-satellite:before { content: '\f3e5'; } .zmdi-tap-and-play:before { content: '\f3e6'; } .zmdi-vibration:before { content: '\f3e7'; } .zmdi-voicemail:before { content: '\f3e8'; } .zmdi-group:before { content: '\f3e9'; } .zmdi-rss:before { content: '\f3ea'; } .zmdi-shape:before { content: '\f3eb'; } .zmdi-spinner:before { content: '\f3ec'; } .zmdi-ungroup:before { content: '\f3ed'; } .zmdi-500px:before { content: '\f3ee'; } .zmdi-8tracks:before { content: '\f3ef'; } .zmdi-amazon:before { content: '\f3f0'; } .zmdi-blogger:before { content: '\f3f1'; } .zmdi-delicious:before { content: '\f3f2'; } .zmdi-disqus:before { content: '\f3f3'; } .zmdi-flattr:before { content: '\f3f4'; } .zmdi-flickr:before { content: '\f3f5'; } .zmdi-github-alt:before { content: '\f3f6'; } .zmdi-google-old:before { content: '\f3f7'; } .zmdi-linkedin:before { content: '\f3f8'; } .zmdi-odnoklassniki:before { content: '\f3f9'; } .zmdi-outlook:before { content: '\f3fa'; } .zmdi-paypal-alt:before { content: '\f3fb'; } .zmdi-pinterest:before { content: '\f3fc'; } .zmdi-playstation:before { content: '\f3fd'; } .zmdi-reddit:before { content: '\f3fe'; } .zmdi-skype:before { content: '\f3ff'; } .zmdi-slideshare:before { content: '\f400'; } .zmdi-soundcloud:before { content: '\f401'; } .zmdi-tumblr:before { content: '\f402'; } .zmdi-twitch:before { content: '\f403'; } .zmdi-vimeo:before { content: '\f404'; } .zmdi-whatsapp:before { content: '\f405'; } .zmdi-xbox:before { content: '\f406'; } .zmdi-yahoo:before { content: '\f407'; } .zmdi-youtube-play:before { content: '\f408'; } .zmdi-youtube:before { content: '\f409'; } .zmdi-3d-rotation:before { content: '\f101'; } .zmdi-airplane-off:before { content: '\f102'; } .zmdi-airplane:before { content: '\f103'; } .zmdi-album:before { content: '\f104'; } .zmdi-archive:before { content: '\f105'; } .zmdi-assignment-account:before { content: '\f106'; } .zmdi-assignment-alert:before { content: '\f107'; } .zmdi-assignment-check:before { content: '\f108'; } .zmdi-assignment-o:before { content: '\f109'; } .zmdi-assignment-return:before { content: '\f10a'; } .zmdi-assignment-returned:before { content: '\f10b'; } .zmdi-assignment:before { content: '\f10c'; } .zmdi-attachment-alt:before { content: '\f10d'; } .zmdi-attachment:before { content: '\f10e'; } .zmdi-audio:before { content: '\f10f'; } .zmdi-badge-check:before { content: '\f110'; } .zmdi-balance-wallet:before { content: '\f111'; } .zmdi-balance:before { content: '\f112'; } .zmdi-battery-alert:before { content: '\f113'; } .zmdi-battery-flash:before { content: '\f114'; } .zmdi-battery-unknown:before { content: '\f115'; } .zmdi-battery:before { content: '\f116'; } .zmdi-bike:before { content: '\f117'; } .zmdi-block-alt:before { content: '\f118'; } .zmdi-block:before { content: '\f119'; } .zmdi-boat:before { content: '\f11a'; } .zmdi-book-image:before { content: '\f11b'; } .zmdi-book:before { content: '\f11c'; } .zmdi-bookmark-outline:before { content: '\f11d'; } .zmdi-bookmark:before { content: '\f11e'; } .zmdi-brush:before { content: '\f11f'; } .zmdi-bug:before { content: '\f120'; } .zmdi-bus:before { content: '\f121'; } .zmdi-cake:before { content: '\f122'; } .zmdi-car-taxi:before { content: '\f123'; } .zmdi-car-wash:before { content: '\f124'; } .zmdi-car:before { content: '\f125'; } .zmdi-card-giftcard:before { content: '\f126'; } .zmdi-card-membership:before { content: '\f127'; } .zmdi-card-travel:before { content: '\f128'; } .zmdi-card:before { content: '\f129'; } .zmdi-case-check:before { content: '\f12a'; } .zmdi-case-download:before { content: '\f12b'; } .zmdi-case-play:before { content: '\f12c'; } .zmdi-case:before { content: '\f12d'; } .zmdi-cast-connected:before { content: '\f12e'; } .zmdi-cast:before { content: '\f12f'; } .zmdi-chart-donut:before { content: '\f130'; } .zmdi-chart:before { content: '\f131'; } .zmdi-city-alt:before { content: '\f132'; } .zmdi-city:before { content: '\f133'; } .zmdi-close-circle-o:before { content: '\f134'; } .zmdi-close-circle:before { content: '\f135'; } .zmdi-close:before { content: '\f136'; } .zmdi-cocktail:before { content: '\f137'; } .zmdi-code-setting:before { content: '\f138'; } .zmdi-code-smartphone:before { content: '\f139'; } .zmdi-code:before { content: '\f13a'; } .zmdi-coffee:before { content: '\f13b'; } .zmdi-collection-bookmark:before { content: '\f13c'; } .zmdi-collection-case-play:before { content: '\f13d'; } .zmdi-collection-folder-image:before { content: '\f13e'; } .zmdi-collection-image-o:before { content: '\f13f'; } .zmdi-collection-image:before { content: '\f140'; } .zmdi-collection-item-1:before { content: '\f141'; } .zmdi-collection-item-2:before { content: '\f142'; } .zmdi-collection-item-3:before { content: '\f143'; } .zmdi-collection-item-4:before { content: '\f144'; } .zmdi-collection-item-5:before { content: '\f145'; } .zmdi-collection-item-6:before { content: '\f146'; } .zmdi-collection-item-7:before { content: '\f147'; } .zmdi-collection-item-8:before { content: '\f148'; } .zmdi-collection-item-9-plus:before { content: '\f149'; } .zmdi-collection-item-9:before { content: '\f14a'; } .zmdi-collection-item:before { content: '\f14b'; } .zmdi-collection-music:before { content: '\f14c'; } .zmdi-collection-pdf:before { content: '\f14d'; } .zmdi-collection-plus:before { content: '\f14e'; } .zmdi-collection-speaker:before { content: '\f14f'; } .zmdi-collection-text:before { content: '\f150'; } .zmdi-collection-video:before { content: '\f151'; } .zmdi-compass:before { content: '\f152'; } .zmdi-cutlery:before { content: '\f153'; } .zmdi-delete:before { content: '\f154'; } .zmdi-dialpad:before { content: '\f155'; } .zmdi-dns:before { content: '\f156'; } .zmdi-drink:before { content: '\f157'; } .zmdi-edit:before { content: '\f158'; } .zmdi-email-open:before { content: '\f159'; } .zmdi-email:before { content: '\f15a'; } .zmdi-eye-off:before { content: '\f15b'; } .zmdi-eye:before { content: '\f15c'; } .zmdi-eyedropper:before { content: '\f15d'; } .zmdi-favorite-outline:before { content: '\f15e'; } .zmdi-favorite:before { content: '\f15f'; } .zmdi-filter-list:before { content: '\f160'; } .zmdi-fire:before { content: '\f161'; } .zmdi-flag:before { content: '\f162'; } .zmdi-flare:before { content: '\f163'; } .zmdi-flash-auto:before { content: '\f164'; } .zmdi-flash-off:before { content: '\f165'; } .zmdi-flash:before { content: '\f166'; } .zmdi-flip:before { content: '\f167'; } .zmdi-flower-alt:before { content: '\f168'; } .zmdi-flower:before { content: '\f169'; } .zmdi-font:before { content: '\f16a'; } .zmdi-fullscreen-alt:before { content: '\f16b'; } .zmdi-fullscreen-exit:before { content: '\f16c'; } .zmdi-fullscreen:before { content: '\f16d'; } .zmdi-functions:before { content: '\f16e'; } .zmdi-gas-station:before { content: '\f16f'; } .zmdi-gesture:before { content: '\f170'; } .zmdi-globe-alt:before { content: '\f171'; } .zmdi-globe-lock:before { content: '\f172'; } .zmdi-globe:before { content: '\f173'; } .zmdi-graduation-cap:before { content: '\f174'; } .zmdi-home:before { content: '\f175'; } .zmdi-hospital-alt:before { content: '\f176'; } .zmdi-hospital:before { content: '\f177'; } .zmdi-hotel:before { content: '\f178'; } .zmdi-hourglass-alt:before { content: '\f179'; } .zmdi-hourglass-outline:before { content: '\f17a'; } .zmdi-hourglass:before { content: '\f17b'; } .zmdi-http:before { content: '\f17c'; } .zmdi-image-alt:before { content: '\f17d'; } .zmdi-image-o:before { content: '\f17e'; } .zmdi-image:before { content: '\f17f'; } .zmdi-inbox:before { content: '\f180'; } .zmdi-invert-colors-off:before { content: '\f181'; } .zmdi-invert-colors:before { content: '\f182'; } .zmdi-key:before { content: '\f183'; } .zmdi-label-alt-outline:before { content: '\f184'; } .zmdi-label-alt:before { content: '\f185'; } .zmdi-label-heart:before { content: '\f186'; } .zmdi-label:before { content: '\f187'; } .zmdi-labels:before { content: '\f188'; } .zmdi-lamp:before { content: '\f189'; } .zmdi-landscape:before { content: '\f18a'; } .zmdi-layers-off:before { content: '\f18b'; } .zmdi-layers:before { content: '\f18c'; } .zmdi-library:before { content: '\f18d'; } .zmdi-link:before { content: '\f18e'; } .zmdi-lock-open:before { content: '\f18f'; } .zmdi-lock-outline:before { content: '\f190'; } .zmdi-lock:before { content: '\f191'; } .zmdi-mail-reply-all:before { content: '\f192'; } .zmdi-mail-reply:before { content: '\f193'; } .zmdi-mail-send:before { content: '\f194'; } .zmdi-mall:before { content: '\f195'; } .zmdi-map:before { content: '\f196'; } .zmdi-menu:before { content: '\f197'; } .zmdi-money-box:before { content: '\f198'; } .zmdi-money-off:before { content: '\f199'; } .zmdi-money:before { content: '\f19a'; } .zmdi-more-vert:before { content: '\f19b'; } .zmdi-more:before { content: '\f19c'; } .zmdi-movie-alt:before { content: '\f19d'; } .zmdi-movie:before { content: '\f19e'; } .zmdi-nature-people:before { content: '\f19f'; } .zmdi-nature:before { content: '\f1a0'; } .zmdi-navigation:before { content: '\f1a1'; } .zmdi-open-in-browser:before { content: '\f1a2'; } .zmdi-open-in-new:before { content: '\f1a3'; } .zmdi-palette:before { content: '\f1a4'; } .zmdi-parking:before { content: '\f1a5'; } .zmdi-pin-account:before { content: '\f1a6'; } .zmdi-pin-assistant:before { content: '\f1a7'; } .zmdi-pin-drop:before { content: '\f1a8'; } .zmdi-pin-help:before { content: '\f1a9'; } .zmdi-pin-off:before { content: '\f1aa'; } .zmdi-pin:before { content: '\f1ab'; } .zmdi-pizza:before { content: '\f1ac'; } .zmdi-plaster:before { content: '\f1ad'; } .zmdi-power-setting:before { content: '\f1ae'; } .zmdi-power:before { content: '\f1af'; } .zmdi-print:before { content: '\f1b0'; } .zmdi-puzzle-piece:before { content: '\f1b1'; } .zmdi-quote:before { content: '\f1b2'; } .zmdi-railway:before { content: '\f1b3'; } .zmdi-receipt:before { content: '\f1b4'; } .zmdi-refresh-alt:before { content: '\f1b5'; } .zmdi-refresh-sync-alert:before { content: '\f1b6'; } .zmdi-refresh-sync-off:before { content: '\f1b7'; } .zmdi-refresh-sync:before { content: '\f1b8'; } .zmdi-refresh:before { content: '\f1b9'; } .zmdi-roller:before { content: '\f1ba'; } .zmdi-ruler:before { content: '\f1bb'; } .zmdi-scissors:before { content: '\f1bc'; } .zmdi-screen-rotation-lock:before { content: '\f1bd'; } .zmdi-screen-rotation:before { content: '\f1be'; } .zmdi-search-for:before { content: '\f1bf'; } .zmdi-search-in-file:before { content: '\f1c0'; } .zmdi-search-in-page:before { content: '\f1c1'; } .zmdi-search-replace:before { content: '\f1c2'; } .zmdi-search:before { content: '\f1c3'; } .zmdi-seat:before { content: '\f1c4'; } .zmdi-settings-square:before { content: '\f1c5'; } .zmdi-settings:before { content: '\f1c6'; } .zmdi-shield-check:before { content: '\f1c7'; } .zmdi-shield-security:before { content: '\f1c8'; } .zmdi-shopping-basket:before { content: '\f1c9'; } .zmdi-shopping-cart-plus:before { content: '\f1ca'; } .zmdi-shopping-cart:before { content: '\f1cb'; } .zmdi-sign-in:before { content: '\f1cc'; } .zmdi-sort-amount-asc:before { content: '\f1cd'; } .zmdi-sort-amount-desc:before { content: '\f1ce'; } .zmdi-sort-asc:before { content: '\f1cf'; } .zmdi-sort-desc:before { content: '\f1d0'; } .zmdi-spellcheck:before { content: '\f1d1'; } .zmdi-storage:before { content: '\f1d2'; } .zmdi-store-24:before { content: '\f1d3'; } .zmdi-store:before { content: '\f1d4'; } .zmdi-subway:before { content: '\f1d5'; } .zmdi-sun:before { content: '\f1d6'; } .zmdi-tab-unselected:before { content: '\f1d7'; } .zmdi-tab:before { content: '\f1d8'; } .zmdi-tag-close:before { content: '\f1d9'; } .zmdi-tag-more:before { content: '\f1da'; } .zmdi-tag:before { content: '\f1db'; } .zmdi-thumb-down:before { content: '\f1dc'; } .zmdi-thumb-up-down:before { content: '\f1dd'; } .zmdi-thumb-up:before { content: '\f1de'; } .zmdi-ticket-star:before { content: '\f1df'; } .zmdi-toll:before { content: '\f1e0'; } .zmdi-toys:before { content: '\f1e1'; } .zmdi-traffic:before { content: '\f1e2'; } .zmdi-translate:before { content: '\f1e3'; } .zmdi-triangle-down:before { content: '\f1e4'; } .zmdi-triangle-up:before { content: '\f1e5'; } .zmdi-truck:before { content: '\f1e6'; } .zmdi-turning-sign:before { content: '\f1e7'; } .zmdi-wallpaper:before { content: '\f1e8'; } .zmdi-washing-machine:before { content: '\f1e9'; } .zmdi-window-maximize:before { content: '\f1ea'; } .zmdi-window-minimize:before { content: '\f1eb'; } .zmdi-window-restore:before { content: '\f1ec'; } .zmdi-wrench:before { content: '\f1ed'; } .zmdi-zoom-in:before { content: '\f1ee'; } .zmdi-zoom-out:before { content: '\f1ef'; } .zmdi-alert-circle-o:before { content: '\f1f0'; } .zmdi-alert-circle:before { content: '\f1f1'; } .zmdi-alert-octagon:before { content: '\f1f2'; } .zmdi-alert-polygon:before { content: '\f1f3'; } .zmdi-alert-triangle:before { content: '\f1f4'; } .zmdi-help-outline:before { content: '\f1f5'; } .zmdi-help:before { content: '\f1f6'; } .zmdi-info-outline:before { content: '\f1f7'; } .zmdi-info:before { content: '\f1f8'; } .zmdi-notifications-active:before { content: '\f1f9'; } .zmdi-notifications-add:before { content: '\f1fa'; } .zmdi-notifications-none:before { content: '\f1fb'; } .zmdi-notifications-off:before { content: '\f1fc'; } .zmdi-notifications-paused:before { content: '\f1fd'; } .zmdi-notifications:before { content: '\f1fe'; } .zmdi-account-add:before { content: '\f1ff'; } .zmdi-account-box-mail:before { content: '\f200'; } .zmdi-account-box-o:before { content: '\f201'; } .zmdi-account-box-phone:before { content: '\f202'; } .zmdi-account-box:before { content: '\f203'; } .zmdi-account-calendar:before { content: '\f204'; } .zmdi-account-circle:before { content: '\f205'; } .zmdi-account-o:before { content: '\f206'; } .zmdi-account:before { content: '\f207'; } .zmdi-accounts-add:before { content: '\f208'; } .zmdi-accounts-alt:before { content: '\f209'; } .zmdi-accounts-list-alt:before { content: '\f20a'; } .zmdi-accounts-list:before { content: '\f20b'; } .zmdi-accounts-outline:before { content: '\f20c'; } .zmdi-accounts:before { content: '\f20d'; } .zmdi-face:before { content: '\f20e'; } .zmdi-female:before { content: '\f20f'; } .zmdi-male-alt:before { content: '\f210'; } .zmdi-male-female:before { content: '\f211'; } .zmdi-male:before { content: '\f212'; } .zmdi-mood-bad:before { content: '\f213'; } .zmdi-mood:before { content: '\f214'; } .zmdi-run:before { content: '\f215'; } .zmdi-walk:before { content: '\f216'; } .zmdi-cloud-box:before { content: '\f217'; } .zmdi-cloud-circle:before { content: '\f218'; } .zmdi-cloud-done:before { content: '\f219'; } .zmdi-cloud-download:before { content: '\f21a'; } .zmdi-cloud-off:before { content: '\f21b'; } .zmdi-cloud-outline-alt:before { content: '\f21c'; } .zmdi-cloud-outline:before { content: '\f21d'; } .zmdi-cloud-upload:before { content: '\f21e'; } .zmdi-cloud:before { content: '\f21f'; } .zmdi-download:before { content: '\f220'; } .zmdi-file-plus:before { content: '\f221'; } .zmdi-file-text:before { content: '\f222'; } .zmdi-file:before { content: '\f223'; } .zmdi-folder-outline:before { content: '\f224'; } .zmdi-folder-person:before { content: '\f225'; } .zmdi-folder-star-alt:before { content: '\f226'; } .zmdi-folder-star:before { content: '\f227'; } .zmdi-folder:before { content: '\f228'; } .zmdi-gif:before { content: '\f229'; } .zmdi-upload:before { content: '\f22a'; } .zmdi-border-all:before { content: '\f22b'; } .zmdi-border-bottom:before { content: '\f22c'; } .zmdi-border-clear:before { content: '\f22d'; } .zmdi-border-color:before { content: '\f22e'; } .zmdi-border-horizontal:before { content: '\f22f'; } .zmdi-border-inner:before { content: '\f230'; } .zmdi-border-left:before { content: '\f231'; } .zmdi-border-outer:before { content: '\f232'; } .zmdi-border-right:before { content: '\f233'; } .zmdi-border-style:before { content: '\f234'; } .zmdi-border-top:before { content: '\f235'; } .zmdi-border-vertical:before { content: '\f236'; } .zmdi-copy:before { content: '\f237'; } .zmdi-crop:before { content: '\f238'; } .zmdi-format-align-center:before { content: '\f239'; } .zmdi-format-align-justify:before { content: '\f23a'; } .zmdi-format-align-left:before { content: '\f23b'; } .zmdi-format-align-right:before { content: '\f23c'; } .zmdi-format-bold:before { content: '\f23d'; } .zmdi-format-clear-all:before { content: '\f23e'; } .zmdi-format-clear:before { content: '\f23f'; } .zmdi-format-color-fill:before { content: '\f240'; } .zmdi-format-color-reset:before { content: '\f241'; } .zmdi-format-color-text:before { content: '\f242'; } .zmdi-format-indent-decrease:before { content: '\f243'; } .zmdi-format-indent-increase:before { content: '\f244'; } .zmdi-format-italic:before { content: '\f245'; } .zmdi-format-line-spacing:before { content: '\f246'; } .zmdi-format-list-bulleted:before { content: '\f247'; } .zmdi-format-list-numbered:before { content: '\f248'; } .zmdi-format-ltr:before { content: '\f249'; } .zmdi-format-rtl:before { content: '\f24a'; } .zmdi-format-size:before { content: '\f24b'; } .zmdi-format-strikethrough-s:before { content: '\f24c'; } .zmdi-format-strikethrough:before { content: '\f24d'; } .zmdi-format-subject:before { content: '\f24e'; } .zmdi-format-underlined:before { content: '\f24f'; } .zmdi-format-valign-bottom:before { content: '\f250'; } .zmdi-format-valign-center:before { content: '\f251'; } .zmdi-format-valign-top:before { content: '\f252'; } .zmdi-redo:before { content: '\f253'; } .zmdi-select-all:before { content: '\f254'; } .zmdi-space-bar:before { content: '\f255'; } .zmdi-text-format:before { content: '\f256'; } .zmdi-transform:before { content: '\f257'; } .zmdi-undo:before { content: '\f258'; } .zmdi-wrap-text:before { content: '\f259'; } .zmdi-comment-alert:before { content: '\f25a'; } .zmdi-comment-alt-text:before { content: '\f25b'; } .zmdi-comment-alt:before { content: '\f25c'; } .zmdi-comment-edit:before { content: '\f25d'; } .zmdi-comment-image:before { content: '\f25e'; } .zmdi-comment-list:before { content: '\f25f'; } .zmdi-comment-more:before { content: '\f260'; } .zmdi-comment-outline:before { content: '\f261'; } .zmdi-comment-text-alt:before { content: '\f262'; } .zmdi-comment-text:before { content: '\f263'; } .zmdi-comment-video:before { content: '\f264'; } .zmdi-comment:before { content: '\f265'; } .zmdi-comments:before { content: '\f266'; } .zmdi-check-all:before { content: '\f267'; } .zmdi-check-circle-u:before { content: '\f268'; } .zmdi-check-circle:before { content: '\f269'; } .zmdi-check-square:before { content: '\f26a'; } .zmdi-check:before { content: '\f26b'; } .zmdi-circle-o:before { content: '\f26c'; } .zmdi-circle:before { content: '\f26d'; } .zmdi-dot-circle-alt:before { content: '\f26e'; } .zmdi-dot-circle:before { content: '\f26f'; } .zmdi-minus-circle-outline:before { content: '\f270'; } .zmdi-minus-circle:before { content: '\f271'; } .zmdi-minus-square:before { content: '\f272'; } .zmdi-minus:before { content: '\f273'; } .zmdi-plus-circle-o-duplicate:before { content: '\f274'; } .zmdi-plus-circle-o:before { content: '\f275'; } .zmdi-plus-circle:before { content: '\f276'; } .zmdi-plus-square:before { content: '\f277'; } .zmdi-plus:before { content: '\f278'; } .zmdi-square-o:before { content: '\f279'; } .zmdi-star-circle:before { content: '\f27a'; } .zmdi-star-half:before { content: '\f27b'; } .zmdi-star-outline:before { content: '\f27c'; } .zmdi-star:before { content: '\f27d'; } .zmdi-bluetooth-connected:before { content: '\f27e'; } .zmdi-bluetooth-off:before { content: '\f27f'; } .zmdi-bluetooth-search:before { content: '\f280'; } .zmdi-bluetooth-setting:before { content: '\f281'; } .zmdi-bluetooth:before { content: '\f282'; } .zmdi-camera-add:before { content: '\f283'; } .zmdi-camera-alt:before { content: '\f284'; } .zmdi-camera-bw:before { content: '\f285'; } .zmdi-camera-front:before { content: '\f286'; } .zmdi-camera-mic:before { content: '\f287'; } .zmdi-camera-party-mode:before { content: '\f288'; } .zmdi-camera-rear:before { content: '\f289'; } .zmdi-camera-roll:before { content: '\f28a'; } .zmdi-camera-switch:before { content: '\f28b'; } .zmdi-camera:before { content: '\f28c'; } .zmdi-card-alert:before { content: '\f28d'; } .zmdi-card-off:before { content: '\f28e'; } .zmdi-card-sd:before { content: '\f28f'; } .zmdi-card-sim:before { content: '\f290'; } .zmdi-desktop-mac:before { content: '\f291'; } .zmdi-desktop-windows:before { content: '\f292'; } .zmdi-device-hub:before { content: '\f293'; } .zmdi-devices-off:before { content: '\f294'; } .zmdi-devices:before { content: '\f295'; } .zmdi-dock:before { content: '\f296'; } .zmdi-floppy:before { content: '\f297'; } .zmdi-gamepad:before { content: '\f298'; } .zmdi-gps-dot:before { content: '\f299'; } .zmdi-gps-off:before { content: '\f29a'; } .zmdi-gps:before { content: '\f29b'; } .zmdi-headset-mic:before { content: '\f29c'; } .zmdi-headset:before { content: '\f29d'; } .zmdi-input-antenna:before { content: '\f29e'; } .zmdi-input-composite:before { content: '\f29f'; } .zmdi-input-hdmi:before { content: '\f2a0'; } .zmdi-input-power:before { content: '\f2a1'; } .zmdi-input-svideo:before { content: '\f2a2'; } .zmdi-keyboard-hide:before { content: '\f2a3'; } .zmdi-keyboard:before { content: '\f2a4'; } .zmdi-laptop-chromebook:before { content: '\f2a5'; } .zmdi-laptop-mac:before { content: '\f2a6'; } .zmdi-laptop:before { content: '\f2a7'; } .zmdi-mic-off:before { content: '\f2a8'; } .zmdi-mic-outline:before { content: '\f2a9'; } .zmdi-mic-setting:before { content: '\f2aa'; } .zmdi-mic:before { content: '\f2ab'; } .zmdi-mouse:before { content: '\f2ac'; } .zmdi-network-alert:before { content: '\f2ad'; } .zmdi-network-locked:before { content: '\f2ae'; } .zmdi-network-off:before { content: '\f2af'; } .zmdi-network-outline:before { content: '\f2b0'; } .zmdi-network-setting:before { content: '\f2b1'; } .zmdi-network:before { content: '\f2b2'; } .zmdi-phone-bluetooth:before { content: '\f2b3'; } .zmdi-phone-end:before { content: '\f2b4'; } .zmdi-phone-forwarded:before { content: '\f2b5'; } .zmdi-phone-in-talk:before { content: '\f2b6'; } .zmdi-phone-locked:before { content: '\f2b7'; } .zmdi-phone-missed:before { content: '\f2b8'; } .zmdi-phone-msg:before { content: '\f2b9'; } .zmdi-phone-paused:before { content: '\f2ba'; } .zmdi-phone-ring:before { content: '\f2bb'; } .zmdi-phone-setting:before { content: '\f2bc'; } .zmdi-phone-sip:before { content: '\f2bd'; } .zmdi-phone:before { content: '\f2be'; } .zmdi-portable-wifi-changes:before { content: '\f2bf'; } .zmdi-portable-wifi-off:before { content: '\f2c0'; } .zmdi-portable-wifi:before { content: '\f2c1'; } .zmdi-radio:before { content: '\f2c2'; } .zmdi-reader:before { content: '\f2c3'; } .zmdi-remote-control-alt:before { content: '\f2c4'; } .zmdi-remote-control:before { content: '\f2c5'; } .zmdi-router:before { content: '\f2c6'; } .zmdi-scanner:before { content: '\f2c7'; } .zmdi-smartphone-android:before { content: '\f2c8'; } .zmdi-smartphone-download:before { content: '\f2c9'; } .zmdi-smartphone-erase:before { content: '\f2ca'; } .zmdi-smartphone-info:before { content: '\f2cb'; } .zmdi-smartphone-iphone:before { content: '\f2cc'; } .zmdi-smartphone-landscape-lock:before { content: '\f2cd'; } .zmdi-smartphone-landscape:before { content: '\f2ce'; } .zmdi-smartphone-lock:before { content: '\f2cf'; } .zmdi-smartphone-portrait-lock:before { content: '\f2d0'; } .zmdi-smartphone-ring:before { content: '\f2d1'; } .zmdi-smartphone-setting:before { content: '\f2d2'; } .zmdi-smartphone-setup:before { content: '\f2d3'; } .zmdi-smartphone:before { content: '\f2d4'; } .zmdi-speaker:before { content: '\f2d5'; } .zmdi-tablet-android:before { content: '\f2d6'; } .zmdi-tablet-mac:before { content: '\f2d7'; } .zmdi-tablet:before { content: '\f2d8'; } .zmdi-tv-alt-play:before { content: '\f2d9'; } .zmdi-tv-list:before { content: '\f2da'; } .zmdi-tv-play:before { content: '\f2db'; } .zmdi-tv:before { content: '\f2dc'; } .zmdi-usb:before { content: '\f2dd'; } .zmdi-videocam-off:before { content: '\f2de'; } .zmdi-videocam-switch:before { content: '\f2df'; } .zmdi-videocam:before { content: '\f2e0'; } .zmdi-watch:before { content: '\f2e1'; } .zmdi-wifi-alt-2:before { content: '\f2e2'; } .zmdi-wifi-alt:before { content: '\f2e3'; } .zmdi-wifi-info:before { content: '\f2e4'; } .zmdi-wifi-lock:before { content: '\f2e5'; } .zmdi-wifi-off:before { content: '\f2e6'; } .zmdi-wifi-outline:before { content: '\f2e7'; } .zmdi-wifi:before { content: '\f2e8'; } .zmdi-arrow-left-bottom:before { content: '\f2e9'; } .zmdi-arrow-left:before { content: '\f2ea'; } .zmdi-arrow-merge:before { content: '\f2eb'; } .zmdi-arrow-missed:before { content: '\f2ec'; } .zmdi-arrow-right-top:before { content: '\f2ed'; } .zmdi-arrow-right:before { content: '\f2ee'; } .zmdi-arrow-split:before { content: '\f2ef'; } .zmdi-arrows:before { content: '\f2f0'; } .zmdi-caret-down-circle:before { content: '\f2f1'; } .zmdi-caret-down:before { content: '\f2f2'; } .zmdi-caret-left-circle:before { content: '\f2f3'; } .zmdi-caret-left:before { content: '\f2f4'; } .zmdi-caret-right-circle:before { content: '\f2f5'; } .zmdi-caret-right:before { content: '\f2f6'; } .zmdi-caret-up-circle:before { content: '\f2f7'; } .zmdi-caret-up:before { content: '\f2f8'; } .zmdi-chevron-down:before { content: '\f2f9'; } .zmdi-chevron-left:before { content: '\f2fa'; } .zmdi-chevron-right:before { content: '\f2fb'; } .zmdi-chevron-up:before { content: '\f2fc'; } .zmdi-forward:before { content: '\f2fd'; } .zmdi-long-arrow-down:before { content: '\f2fe'; } .zmdi-long-arrow-left:before { content: '\f2ff'; } .zmdi-long-arrow-return:before { content: '\f300'; } .zmdi-long-arrow-right:before { content: '\f301'; } .zmdi-long-arrow-tab:before { content: '\f302'; } .zmdi-long-arrow-up:before { content: '\f303'; } .zmdi-rotate-ccw:before { content: '\f304'; } .zmdi-rotate-cw:before { content: '\f305'; } .zmdi-rotate-left:before { content: '\f306'; } .zmdi-rotate-right:before { content: '\f307'; } .zmdi-square-down:before { content: '\f308'; } .zmdi-square-right:before { content: '\f309'; } .zmdi-swap-alt:before { content: '\f30a'; } .zmdi-swap-vertical-circle:before { content: '\f30b'; } .zmdi-swap-vertical:before { content: '\f30c'; } .zmdi-swap:before { content: '\f30d'; } .zmdi-trending-down:before { content: '\f30e'; } .zmdi-trending-flat:before { content: '\f30f'; } .zmdi-trending-up:before { content: '\f310'; } .zmdi-unfold-less:before { content: '\f311'; } .zmdi-unfold-more:before { content: '\f312'; } .zmdi-apps:before { content: '\f313'; } .zmdi-grid-off:before { content: '\f314'; } .zmdi-grid:before { content: '\f315'; } .zmdi-view-agenda:before { content: '\f316'; } .zmdi-view-array:before { content: '\f317'; } .zmdi-view-carousel:before { content: '\f318'; } .zmdi-view-column:before { content: '\f319'; } .zmdi-view-comfy:before { content: '\f31a'; } .zmdi-view-compact:before { content: '\f31b'; } .zmdi-view-dashboard:before { content: '\f31c'; } .zmdi-view-day:before { content: '\f31d'; } .zmdi-view-headline:before { content: '\f31e'; } .zmdi-view-list-alt:before { content: '\f31f'; } .zmdi-view-list:before { content: '\f320'; } .zmdi-view-module:before { content: '\f321'; } .zmdi-view-quilt:before { content: '\f322'; } .zmdi-view-stream:before { content: '\f323'; } .zmdi-view-subtitles:before { content: '\f324'; } .zmdi-view-toc:before { content: '\f325'; } .zmdi-view-web:before { content: '\f326'; } .zmdi-view-week:before { content: '\f327'; } .zmdi-widgets:before { content: '\f328'; } .zmdi-alarm-check:before { content: '\f329'; } .zmdi-alarm-off:before { content: '\f32a'; } .zmdi-alarm-plus:before { content: '\f32b'; } .zmdi-alarm-snooze:before { content: '\f32c'; } .zmdi-alarm:before { content: '\f32d'; } .zmdi-calendar-alt:before { content: '\f32e'; } .zmdi-calendar-check:before { content: '\f32f'; } .zmdi-calendar-close:before { content: '\f330'; } .zmdi-calendar-note:before { content: '\f331'; } .zmdi-calendar:before { content: '\f332'; } .zmdi-time-countdown:before { content: '\f333'; } .zmdi-time-interval:before { content: '\f334'; } .zmdi-time-restore-setting:before { content: '\f335'; } .zmdi-time-restore:before { content: '\f336'; } .zmdi-time:before { content: '\f337'; } .zmdi-timer-off:before { content: '\f338'; } .zmdi-timer:before { content: '\f339'; } .zmdi-android-alt:before { content: '\f33a'; } .zmdi-android:before { content: '\f33b'; } .zmdi-apple:before { content: '\f33c'; } .zmdi-behance:before { content: '\f33d'; } .zmdi-codepen:before { content: '\f33e'; } .zmdi-dribbble:before { content: '\f33f'; } .zmdi-dropbox:before { content: '\f340'; } .zmdi-evernote:before { content: '\f341'; } .zmdi-facebook-box:before { content: '\f342'; } .zmdi-facebook:before { content: '\f343'; } .zmdi-github-box:before { content: '\f344'; } .zmdi-github:before { content: '\f345'; } .zmdi-google-drive:before { content: '\f346'; } .zmdi-google-earth:before { content: '\f347'; } .zmdi-google-glass:before { content: '\f348'; } .zmdi-google-maps:before { content: '\f349'; } .zmdi-google-pages:before { content: '\f34a'; } .zmdi-google-play:before { content: '\f34b'; } .zmdi-google-plus-box:before { content: '\f34c'; } .zmdi-google-plus:before { content: '\f34d'; } .zmdi-google:before { content: '\f34e'; } .zmdi-instagram:before { content: '\f34f'; } .zmdi-language-css3:before { content: '\f350'; } .zmdi-language-html5:before { content: '\f351'; } .zmdi-language-javascript:before { content: '\f352'; } .zmdi-language-python-alt:before { content: '\f353'; } .zmdi-language-python:before { content: '\f354'; } .zmdi-lastfm:before { content: '\f355'; } .zmdi-linkedin-box:before { content: '\f356'; } .zmdi-paypal:before { content: '\f357'; } .zmdi-pinterest-box:before { content: '\f358'; } .zmdi-pocket:before { content: '\f359'; } .zmdi-polymer:before { content: '\f35a'; } .zmdi-share:before { content: '\f35b'; } .zmdi-stackoverflow:before { content: '\f35c'; } .zmdi-steam-square:before { content: '\f35d'; } .zmdi-steam:before { content: '\f35e'; } .zmdi-twitter-box:before { content: '\f35f'; } .zmdi-twitter:before { content: '\f360'; } .zmdi-vk:before { content: '\f361'; } .zmdi-wikipedia:before { content: '\f362'; } .zmdi-windows:before { content: '\f363'; } .zmdi-aspect-ratio-alt:before { content: '\f364'; } .zmdi-aspect-ratio:before { content: '\f365'; } .zmdi-blur-circular:before { content: '\f366'; } .zmdi-blur-linear:before { content: '\f367'; } .zmdi-blur-off:before { content: '\f368'; } .zmdi-blur:before { content: '\f369'; } .zmdi-brightness-2:before { content: '\f36a'; } .zmdi-brightness-3:before { content: '\f36b'; } .zmdi-brightness-4:before { content: '\f36c'; } .zmdi-brightness-5:before { content: '\f36d'; } .zmdi-brightness-6:before { content: '\f36e'; } .zmdi-brightness-7:before { content: '\f36f'; } .zmdi-brightness-auto:before { content: '\f370'; } .zmdi-brightness-setting:before { content: '\f371'; } .zmdi-broken-image:before { content: '\f372'; } .zmdi-center-focus-strong:before { content: '\f373'; } .zmdi-center-focus-weak:before { content: '\f374'; } .zmdi-compare:before { content: '\f375'; } .zmdi-crop-16-9:before { content: '\f376'; } .zmdi-crop-3-2:before { content: '\f377'; } .zmdi-crop-5-4:before { content: '\f378'; } .zmdi-crop-7-5:before { content: '\f379'; } .zmdi-crop-din:before { content: '\f37a'; } .zmdi-crop-free:before { content: '\f37b'; } .zmdi-crop-landscape:before { content: '\f37c'; } .zmdi-crop-portrait:before { content: '\f37d'; } .zmdi-crop-square:before { content: '\f37e'; } .zmdi-exposure-alt:before { content: '\f37f'; } .zmdi-exposure:before { content: '\f380'; } .zmdi-filter-b-and-w:before { content: '\f381'; } .zmdi-filter-center-focus:before { content: '\f382'; } .zmdi-filter-frames:before { content: '\f383'; } .zmdi-filter-tilt-shift:before { content: '\f384'; } .zmdi-gradient:before { content: '\f385'; } .zmdi-grain:before { content: '\f386'; } .zmdi-graphic-eq:before { content: '\f387'; } .zmdi-hdr-off:before { content: '\f388'; } .zmdi-hdr-strong:before { content: '\f389'; } .zmdi-hdr-weak:before { content: '\f38a'; } .zmdi-hdr:before { content: '\f38b'; } .zmdi-iridescent:before { content: '\f38c'; } .zmdi-leak-off:before { content: '\f38d'; } .zmdi-leak:before { content: '\f38e'; } .zmdi-looks:before { content: '\f38f'; } .zmdi-loupe:before { content: '\f390'; } .zmdi-panorama-horizontal:before { content: '\f391'; } .zmdi-panorama-vertical:before { content: '\f392'; } .zmdi-panorama-wide-angle:before { content: '\f393'; } .zmdi-photo-size-select-large:before { content: '\f394'; } .zmdi-photo-size-select-small:before { content: '\f395'; } .zmdi-picture-in-picture:before { content: '\f396'; } .zmdi-slideshow:before { content: '\f397'; } .zmdi-texture:before { content: '\f398'; } .zmdi-tonality:before { content: '\f399'; } .zmdi-vignette:before { content: '\f39a'; } .zmdi-wb-auto:before { content: '\f39b'; } .zmdi-eject-alt:before { content: '\f39c'; } .zmdi-eject:before { content: '\f39d'; } .zmdi-equalizer:before { content: '\f39e'; } .zmdi-fast-forward:before { content: '\f39f'; } .zmdi-fast-rewind:before { content: '\f3a0'; } .zmdi-forward-10:before { content: '\f3a1'; } .zmdi-forward-30:before { content: '\f3a2'; } .zmdi-forward-5:before { content: '\f3a3'; } .zmdi-hearing:before { content: '\f3a4'; } .zmdi-pause-circle-outline:before { content: '\f3a5'; } .zmdi-pause-circle:before { content: '\f3a6'; } .zmdi-pause:before { content: '\f3a7'; } .zmdi-play-circle-outline:before { content: '\f3a8'; } .zmdi-play-circle:before { content: '\f3a9'; } .zmdi-play:before { content: '\f3aa'; } .zmdi-playlist-audio:before { content: '\f3ab'; } .zmdi-playlist-plus:before { content: '\f3ac'; } .zmdi-repeat-one:before { content: '\f3ad'; } .zmdi-repeat:before { content: '\f3ae'; } .zmdi-replay-10:before { content: '\f3af'; } .zmdi-replay-30:before { content: '\f3b0'; } .zmdi-replay-5:before { content: '\f3b1'; } .zmdi-replay:before { content: '\f3b2'; } .zmdi-shuffle:before { content: '\f3b3'; } .zmdi-skip-next:before { content: '\f3b4'; } .zmdi-skip-previous:before { content: '\f3b5'; } .zmdi-stop:before { content: '\f3b6'; } .zmdi-surround-sound:before { content: '\f3b7'; } .zmdi-tune:before { content: '\f3b8'; } .zmdi-volume-down:before { content: '\f3b9'; } .zmdi-volume-mute:before { content: '\f3ba'; } .zmdi-volume-off:before { content: '\f3bb'; } .zmdi-volume-up:before { content: '\f3bc'; } .zmdi-n-1-square:before { content: '\f3bd'; } .zmdi-n-2-square:before { content: '\f3be'; } .zmdi-n-3-square:before { content: '\f3bf'; } .zmdi-n-4-square:before { content: '\f3c0'; } .zmdi-n-5-square:before { content: '\f3c1'; } .zmdi-n-6-square:before { content: '\f3c2'; } .zmdi-neg-1:before { content: '\f3c3'; } .zmdi-neg-2:before { content: '\f3c4'; } .zmdi-plus-1:before { content: '\f3c5'; } .zmdi-plus-2:before { content: '\f3c6'; } .zmdi-sec-10:before { content: '\f3c7'; } .zmdi-sec-3:before { content: '\f3c8'; } .zmdi-zero:before { content: '\f3c9'; } .zmdi-airline-seat-flat-angled:before { content: '\f3ca'; } .zmdi-airline-seat-flat:before { content: '\f3cb'; } .zmdi-airline-seat-individual-suite:before { content: '\f3cc'; } .zmdi-airline-seat-legroom-extra:before { content: '\f3cd'; } .zmdi-airline-seat-legroom-normal:before { content: '\f3ce'; } .zmdi-airline-seat-legroom-reduced:before { content: '\f3cf'; } .zmdi-airline-seat-recline-extra:before { content: '\f3d0'; } .zmdi-airline-seat-recline-normal:before { content: '\f3d1'; } .zmdi-airplay:before { content: '\f3d2'; } .zmdi-closed-caption:before { content: '\f3d3'; } .zmdi-confirmation-number:before { content: '\f3d4'; } .zmdi-developer-board:before { content: '\f3d5'; } .zmdi-disc-full:before { content: '\f3d6'; } .zmdi-explicit:before { content: '\f3d7'; } .zmdi-flight-land:before { content: '\f3d8'; } .zmdi-flight-takeoff:before { content: '\f3d9'; } .zmdi-flip-to-back:before { content: '\f3da'; } .zmdi-flip-to-front:before { content: '\f3db'; } .zmdi-group-work:before { content: '\f3dc'; } .zmdi-hd:before { content: '\f3dd'; } .zmdi-hq:before { content: '\f3de'; } .zmdi-markunread-mailbox:before { content: '\f3df'; } .zmdi-memory:before { content: '\f3e0'; } .zmdi-nfc:before { content: '\f3e1'; } .zmdi-play-for-work:before { content: '\f3e2'; } .zmdi-power-input:before { content: '\f3e3'; } .zmdi-present-to-all:before { content: '\f3e4'; } .zmdi-satellite:before { content: '\f3e5'; } .zmdi-tap-and-play:before { content: '\f3e6'; } .zmdi-vibration:before { content: '\f3e7'; } .zmdi-voicemail:before { content: '\f3e8'; } .zmdi-group:before { content: '\f3e9'; } .zmdi-rss:before { content: '\f3ea'; } .zmdi-shape:before { content: '\f3eb'; } .zmdi-spinner:before { content: '\f3ec'; } .zmdi-ungroup:before { content: '\f3ed'; } .zmdi-500px:before { content: '\f3ee'; } .zmdi-8tracks:before { content: '\f3ef'; } .zmdi-amazon:before { content: '\f3f0'; } .zmdi-blogger:before { content: '\f3f1'; } .zmdi-delicious:before { content: '\f3f2'; } .zmdi-disqus:before { content: '\f3f3'; } .zmdi-flattr:before { content: '\f3f4'; } .zmdi-flickr:before { content: '\f3f5'; } .zmdi-github-alt:before { content: '\f3f6'; } .zmdi-google-old:before { content: '\f3f7'; } .zmdi-linkedin:before { content: '\f3f8'; } .zmdi-odnoklassniki:before { content: '\f3f9'; } .zmdi-outlook:before { content: '\f3fa'; } .zmdi-paypal-alt:before { content: '\f3fb'; } .zmdi-pinterest:before { content: '\f3fc'; } .zmdi-playstation:before { content: '\f3fd'; } .zmdi-reddit:before { content: '\f3fe'; } .zmdi-skype:before { content: '\f3ff'; } .zmdi-slideshare:before { content: '\f400'; } .zmdi-soundcloud:before { content: '\f401'; } .zmdi-tumblr:before { content: '\f402'; } .zmdi-twitch:before { content: '\f403'; } .zmdi-vimeo:before { content: '\f404'; } .zmdi-whatsapp:before { content: '\f405'; } .zmdi-xbox:before { content: '\f406'; } .zmdi-yahoo:before { content: '\f407'; } .zmdi-youtube-play:before { content: '\f408'; } .zmdi-youtube:before { content: '\f409'; } .zmdi-import-export:before { content: '\f30c'; } .zmdi-swap-vertical-:before { content: '\f30c'; } .zmdi-airplanemode-inactive:before { content: '\f102'; } .zmdi-airplanemode-active:before { content: '\f103'; } .zmdi-rate-review:before { content: '\f103'; } .zmdi-comment-sign:before { content: '\f25a'; } .zmdi-network-warning:before { content: '\f2ad'; } .zmdi-shopping-cart-add:before { content: '\f1ca'; } .zmdi-file-add:before { content: '\f221'; } .zmdi-network-wifi-scan:before { content: '\f2e4'; } .zmdi-collection-add:before { content: '\f14e'; } .zmdi-format-playlist-add:before { content: '\f3ac'; } .zmdi-format-queue-music:before { content: '\f3ab'; } .zmdi-plus-box:before { content: '\f277'; } .zmdi-tag-backspace:before { content: '\f1d9'; } .zmdi-alarm-add:before { content: '\f32b'; } .zmdi-battery-charging:before { content: '\f114'; } .zmdi-daydream-setting:before { content: '\f217'; } .zmdi-more-horiz:before { content: '\f19c'; } .zmdi-book-photo:before { content: '\f11b'; } .zmdi-incandescent:before { content: '\f189'; } .zmdi-wb-iridescent:before { content: '\f38c'; } .zmdi-calendar-remove:before { content: '\f330'; } .zmdi-refresh-sync-disabled:before { content: '\f1b7'; } .zmdi-refresh-sync-problem:before { content: '\f1b6'; } .zmdi-crop-original:before { content: '\f17e'; } .zmdi-power-off:before { content: '\f1af'; } .zmdi-power-off-setting:before { content: '\f1ae'; } .zmdi-leak-remove:before { content: '\f38d'; } .zmdi-star-border:before { content: '\f27c'; } .zmdi-brightness-low:before { content: '\f36d'; } .zmdi-brightness-medium:before { content: '\f36e'; } .zmdi-brightness-high:before { content: '\f36f'; } .zmdi-smartphone-portrait:before { content: '\f2d4'; } .zmdi-live-tv:before { content: '\f2d9'; } .zmdi-format-textdirection-l-to-r:before { content: '\f249'; } .zmdi-format-textdirection-r-to-l:before { content: '\f24a'; } .zmdi-arrow-back:before { content: '\f2ea'; } .zmdi-arrow-forward:before { content: '\f2ee'; } .zmdi-arrow-in:before { content: '\f2e9'; } .zmdi-arrow-out:before { content: '\f2ed'; } .zmdi-rotate-90-degrees-ccw:before { content: '\f304'; } .zmdi-adb:before { content: '\f33a'; } .zmdi-network-wifi:before { content: '\f2e8'; } .zmdi-network-wifi-alt:before { content: '\f2e3'; } .zmdi-network-wifi-lock:before { content: '\f2e5'; } .zmdi-network-wifi-off:before { content: '\f2e6'; } .zmdi-network-wifi-outline:before { content: '\f2e7'; } .zmdi-network-wifi-info:before { content: '\f2e4'; } .zmdi-layers-clear:before { content: '\f18b'; } .zmdi-colorize:before { content: '\f15d'; } .zmdi-format-paint:before { content: '\f1ba'; } .zmdi-format-quote:before { content: '\f1b2'; } .zmdi-camera-monochrome-photos:before { content: '\f285'; } .zmdi-sort-by-alpha:before { content: '\f1cf'; } .zmdi-folder-shared:before { content: '\f225'; } .zmdi-folder-special:before { content: '\f226'; } .zmdi-comment-dots:before { content: '\f260'; } .zmdi-reorder:before { content: '\f31e'; } .zmdi-dehaze:before { content: '\f197'; } .zmdi-sort:before { content: '\f1ce'; } .zmdi-pages:before { content: '\f34a'; } .zmdi-stack-overflow:before { content: '\f35c'; } .zmdi-calendar-account:before { content: '\f204'; } .zmdi-paste:before { content: '\f109'; } .zmdi-cut:before { content: '\f1bc'; } .zmdi-save:before { content: '\f297'; } .zmdi-smartphone-code:before { content: '\f139'; } .zmdi-directions-bike:before { content: '\f117'; } .zmdi-directions-boat:before { content: '\f11a'; } .zmdi-directions-bus:before { content: '\f121'; } .zmdi-directions-car:before { content: '\f125'; } .zmdi-directions-railway:before { content: '\f1b3'; } .zmdi-directions-run:before { content: '\f215'; } .zmdi-directions-subway:before { content: '\f1d5'; } .zmdi-directions-walk:before { content: '\f216'; } .zmdi-local-hotel:before { content: '\f178'; } .zmdi-local-activity:before { content: '\f1df'; } .zmdi-local-play:before { content: '\f1df'; } .zmdi-local-airport:before { content: '\f103'; } .zmdi-local-atm:before { content: '\f198'; } .zmdi-local-bar:before { content: '\f137'; } .zmdi-local-cafe:before { content: '\f13b'; } .zmdi-local-car-wash:before { content: '\f124'; } .zmdi-local-convenience-store:before { content: '\f1d3'; } .zmdi-local-dining:before { content: '\f153'; } .zmdi-local-drink:before { content: '\f157'; } .zmdi-local-florist:before { content: '\f168'; } .zmdi-local-gas-station:before { content: '\f16f'; } .zmdi-local-grocery-store:before { content: '\f1cb'; } .zmdi-local-hospital:before { content: '\f177'; } .zmdi-local-laundry-service:before { content: '\f1e9'; } .zmdi-local-library:before { content: '\f18d'; } .zmdi-local-mall:before { content: '\f195'; } .zmdi-local-movies:before { content: '\f19d'; } .zmdi-local-offer:before { content: '\f187'; } .zmdi-local-parking:before { content: '\f1a5'; } .zmdi-local-parking:before { content: '\f1a5'; } .zmdi-local-pharmacy:before { content: '\f176'; } .zmdi-local-phone:before { content: '\f2be'; } .zmdi-local-pizza:before { content: '\f1ac'; } .zmdi-local-post-office:before { content: '\f15a'; } .zmdi-local-printshop:before { content: '\f1b0'; } .zmdi-local-see:before { content: '\f28c'; } .zmdi-local-shipping:before { content: '\f1e6'; } .zmdi-local-store:before { content: '\f1d4'; } .zmdi-local-taxi:before { content: '\f123'; } .zmdi-local-wc:before { content: '\f211'; } .zmdi-my-location:before { content: '\f299'; } .zmdi-directions:before { content: '\f1e7'; }material/fonts/Material-Design-Iconic-Fontd1f1-2.html000064400000000445151162653250016260 0ustar00 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443
material/fonts/materialdesignicons/materialdesignicons-webfontdf71-3.html000064400000000445151162653250022726 0ustar00 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443
material/fonts/materialdesignicons/materialdesignicons-webfontdf71.html000064400000000445151162653250022566 0ustar00 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443
material/fonts/materialdesignicons/materialdesignicons-webfontdf71-2.html000064400000000445151162653250022725 0ustar00 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443
material/fonts/materialdesignicons-webfontd41d.html000064400000000445151162653250016535 0ustar00 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443
material/fonts/Material-Design-Iconic-Fontd1f1.html000064400000000445151162653250016121 0ustar00 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443
material/fonts/materialdesignicons-webfontdf71.woff2000064400000325300151162653250016621 0ustar00wOF2 vpVJ # 6$| 2N[AvR@!Tjr&ۆ* Zg3*l+I۱ w.W=H\K࠲C֩U(Y u'Lc'&g`%(IR$&ou;Eիff**$ysׂ\"<$iTf&+J&R20!+z'\CbgyQBlm]1*a&M5L6,`q=?0`wN* 71$4Ɣ"k}`]cI|Ԑ_""DJCULbD{jb;V!2v6]_m{)Z+ւkǓxBok ֓\ ɔdɖ#Wސ/?{}?"EqFmO?ɖ{+Ɨ*q*4RC%eW؇@etW MSm-0Vajl!/Gq dB=g 1oxDԾk 3fn-$\+E*ms\Er I\(1.W ^A¢+?Q-'⒲4;t{f5`#DV Xi  u:s}2RA23J&st=vtMf!Iq Kg3pW*2$i CȍACWSiŚ[yk&O_ jR> !%hT"ճTַ>KE'K?NR3T$CC6lviB*06 H498|4ma-4+S@'(Iq^RQv/:%wT0y`x>s%p @J @E$ ZI{QlWRUd]-dERKVeCz!;U/۝fqG0Y Qe_&yUUʔ+I4=_.#O&2=  eȄ֦>J3VJEJ^=mʬ: {((϶(@9k9ljlmne SN<ܯتY0Bz{޹yv^UEEEDDě?h;-$BBbt?!6*6R[m!_SIS oi ,A9fZFxId'Gl*CLR@6f6toȑ$IL&?%;'y3B%վ;H7g>dɮc`y.o0^OQPQEdRLZ}P]e\.0C)IxL?rs#]AjwUJn\qW4KO4 2SWAb,Wbni4-(ąe#[S}hL (xoA]u{s<4†f Uz<{**(G0)c-NbNÆhflRBIզeGUS3TmP1k5ԏ5A0eb0*KE)l|!RlW; HFG|/%:\6,%z\BLP!_X.w yh]`(mmb~=l"{ؠA+24O';_251!c%{2@Rڐp6mS=FYq䍕m4d !\bT!4c/yh$x ixJfjDO;B.i}8YxC,ԅATKεsx͆B9"6tהEpP!݌պRy"LR6%Y7i2k&`0&8f WbHx[gr4)LƷ hĈyXmN:dC"84;pIQ `lAwE""+ɪR81gCګu|(!䯇Q#DW oΪ+rbqP9^ 0WN|MT63 v"hP+uU#%r9rkia7[~%i?;Rxn P4ȌYδaG@peD K[ n G 63[_ _qcZ>x b)Ɉzh\R0nZRl4x^^7V5fTD˷^@q E1,կ_Їo(s,?y^l13.)h6#vD4y.2lPY&4(`HD'epjGN@-a+[l%͎01XY7o4sN0:gaUmh{= Crv~-5"\m A-Ⱥ5?m>p_ٸ ?F.97U]ngm4$M!QC -w?z )ٞ~px>"H(K"p>()5_HON ?tlLSi D f>BEMuZ8zԝCPx98#ͩIz,iK uLj[]\9O\Fм!^Go>qï"+i|gG w^;8,YEu"/,㲐-QqD7璗<v8_͠D~q|ǷLY""jGVbh?,RuB9edqYEjך))Ti$XcVGѣ[u"=5fԎhVv@ ]$Q?8Լ9e8rM,j1lq][7HR͊BXF\BE]HPi#\s_|Z >'VRGLFhz[(Pbicۙ}v4eSSH9)pfv_M>I-ED-m1FKY֮ӓJ]pC)?_+y'K)Ï~xf-i8f *3ajܯdzdEVE?[{*Y"{UaG?;6t[Zm2+;ں¥w oZltZwAzkFP؀sY^)~veXuX "\7VusSީ*` i'5Cu$YpytpԭXlO,{B/9*դԣ}uq"P4{5Y3(B AŲz+ObSǸ wOȩ n )\$g=qUUr%^ ~8I|+SÀKQċJq '('Y.C+Ԕ$]=AX?٤uSWtq-JcK)%T}Az^V M GlIܵmrQ̰C_~~s5eLrJdJb룶_[5 4|f% WyxD;_yznjikd$t6u?%%Pݿ,S}Ld+N}޻dh.!Vbm+*vCl?I2{kk+fLeVN(sS,v QEu˚l!6rj;2rxaei g!ObYrgJ}>挖sho{r>Ia)$[Zϴ<#EbY& ( h@qf5ʈ-±T{>WGZS'Z=Z#^k6lڲR&Xr冁ҦZ%qz" (̞{r$R]\2M[gNm=B/pZI:t?uLhG~aXuj,v;HN6aHRjn(s]͆yruHZ8*; Qw&cݨ.],ztt|AN|iWǠĬ?M=`ﻃ׉:@|9lj (a)uDpÉ @+T<Qr+Pp+)\L|SuV03X ~CJCu'w;t?hVF"I0|`)+Q/u)VX_bZBe^z6XL%=pXmk{'̧_*,±K]ek'y]Gb]/`'iwxE!~*ITvPe3pRg7r~ٴ{V /H1v?X+.?3 A̐qT0a{ +9*졻3U}ۯ)4/m`T9:['a'SV. l9dYV`mM>M&}C>U$ 7Ǘ]¹M ǒjڀSޖOcf8GCt fv.y#!w0!Π]2n%vnDahq[XMJ I 8*E}'X&plpc3KOV` A-r]@*!#Իn:mnD}'tBduZ[$;&b;͢545|'˭sdURsj3,RU%<#ܢ5 fVh> fmBy)Ve5U1eW`fPY-JG;ˬh}_Lm-eb:]x&8˺`ZB?y"U6g`QW JN4iѼV#'!p%oQ'AŇ&%I%mH #_N( @S">S1 MGx/G{kF0vgR%1WBI7ĄVOWA:ng[ܨ @񊭥"ݚ#LV"G@j4$WckؼX=J{\RHc'03nɚ-Tqx!7%Ϲ%Lf!y"v)M&HV, (h[o/hrY9˂"m}̍ ?H% 6 3sF!PfYxfo .YTNbb w' rf}/(c10Vh2>gNyBP&lkYcִ$B6%s ,ʮ#އ^{Wo-U@c|葤6;Q6 eqӿU23YSG$48 ;L,2ĹF{f2Tu O9؄/V?t |ŐP WNՇ@ ou'@;wҢB{cоKt^]ԝ'lk%Cȏg:42M$ğ8$U"0@|;!bNB͇/pjwZ,˓[A~@ C|6gP&K57r NQY.Ps.Ć*"4[^B8BlXKOuu#l}rY$n@m96řh7oF ڣM:s?Al[ѼHklSAmAzLɶ`PN7k |hk)ɦ.ԾӲ'yhK4m阜yOЮ.͗Z.|\w h ];wwe:R kqכ'w RCg1]=)#-ErZDɨu6I{Mc(4IQI{SD^뜰T3'aiCUp'!31LN~xz7#ѮN D{hxo^ Fkb='o0/3YhZ1H&^~pgv|-VB͒o>;,@7jq*/iJY?ikyl_|phXՁF#!n>)Cᫀ+,A \2|JM^ӄNZ`^,k]On)*qpMfY4jl<ϝѥI$\Ž(|Fe_⥗0^ G_؏{ tJ! -[PakS6e37*gCIKC3 Wvl:wkUv@I.xٕ(mb8Zd*22HK~jA7 RsB)} Ey 2yfF;}X7Ia>%9!5-1.=p:\7n6tN9b ;1ꎏW0I#_9aϗ S!Ԯ^UKzOpkHDo 7[b 8"MqiI0FV7%RࣰD6_Kox!ze&%ç@v<zCf*2|'16E) nV$e$ epc5+R&T[/[l5dA-J$AGޘY( !w蠝x!j(ifj#'B0!U~UJm&-IG4I4#:9[|IzQ[( 7 .90ȅF m7v1 g$((k)vwu}?JvmjW~́z ]@!>!kRYr9 #ے!&~N{ḆO̷&밅*u:v>jhkuVnH*!6YЁHD 7ej_Seb oaWIGʃe„U8s<@)D.k|%.UU&+H x#E{x=S6}QȾ-IԺJ[lEcd ΜC0LܭO#zН㵪0@7ʛu8'Xq'ru.hhb1LKzG0ΥP2WD\^$G[\ F.et'MG wHc-gKڕ#S*ucEnO#IH)(c֎e㽃5IUdr;Ô\zg&3鳽á4H,b#QEQQYClv@A!iƉ ǂ^xeL'LĦEQqB O̺({ϣW̰_77Yurq76XvCP{ة'P(3 @a?E]8F,bPRzc6Fv3*PQmG$J!\j %g@gAV!QOohgz{UB7cꢿz8 Ɗ*1+$-y~5>B2\œҙlmQQ+6) (%G3BGd|w6ZeS/̓^C3v*†_آęVI/mY+g|+:hVn۬Et^3kM5!4pz4%%GQca  _ABQ93bZ+TB!]N7" RuJ퇶[]%2r\7wP @Ik!W"uaȻRle)-Oj#@ jE@N^e+,& ~Tj?'wbZR HN`F.v-IȀBa^McRV:2#RbMǙ[<߿ZײjhK7Re-{͑7z {39=eAī#n۝qmTdZj530x>Fg7խ F r0@¿;%T/jy kşX~)')hv$̸^4-t)8ުy!8p BG޻]@W_h u0ఌw0@S:C9hBآy=tB/s5כO̗,:jiƸ6tЂ8OZ+ܞ'z} Sc{XumlFYw t_ؓ],i-+U` )qoQ6N`GRg8w│{vpPta\傾N%e-|V:4 ˒Gb$$$*;IҴȿ7LVrYډGף0*mk (+nIBj<m&]:/lhEq5yۈӠKq;x/:*ti7H=!?/kTU8 N8Kz +B2]b0!Uz3=%n㫊yg{Ws4)kt.<Qv%ߋ;^k+cn-ݒ5L#mݯ b`RC2Β$B (z`nN O A: 0i%Z-.A?Z3Z=ҥ*1?&@p{Qu] 㻈e]~e`jbeǟx:g* 1 eܙi !(ȭ{=x;nhB`6deE5H$nq9 A%.dSEčVŭ`߈`zw4K(uFtZG׭:?*Mgpdz/F4p3!)y*s PzQסUh(|t!y ˱H!\#?{ x)-(uЫ6VL~%l<F$2j M+Dq0jt 3C\@VM @D\1VpEI GaX’wSX&Hь zvwVcןAjFyµ {1F3N&$S[UOU@†۶N#e7 "/BG ѹsC#¯`Lm1; $T ~ s` FZOc;Ìz5UX[HQvy!aZ(Ng<`^ž};/M g[Zxm 'g(8i {'2c~d~_a[)j1-"iȡhXhsOU ~f* ( );$֞msPJݲG Sph͑%.lNhZ!R Wy4\)~J5ZVMjvoDc:r:L–5LVͻ 飡v }G^nüc;-haP*sh (b䄟膍pV8oDL/Jb5`}_sU\tcIP47GFr*IۜTU/yEnj7υ3O8O3}=&K_tb+PG:n'oڠ0Pv+%:a|He.)sKBt H /43}#<0Z,߽]p8\0Ӹ0%]B6-1[暄ڹk˺UϺ_'"vM $\M(}6 ԧi:milY 2Ƿ-wE|V AvUwT~&}@Jբh5 Z LLK N.ӂpC=Z3(7P_Ok#>'y9+ \=)T1(PQ!?ù7V*k:H% :ߗEZ-`'<'Nn:PV~BΓa=Fv4&J5>r>5B5v3[d$vre{4HHnlz4i M#ɸj f2Q鈜H7`aVYCehMSKMUuAуi;l*Mnxk&Zr~`=Mw.C2`L8FA)\ %r( x1㦨ѧOGa's% Lx& SZ#z 9U+%CKwN k5w?HR C_,M7vMMdϑ2GřS vsx ˱@f{9Gǝ$N#p}p'+&X`RV˃'3Ҕfml> 4=|35,B.6!s7P;0А[y g@q FZ/Hs >IHf??'MQy.b9o3{NNv-&|>/,Obfra>zxtRm$]'g^U=8+GQew(WvR1RA}΢ϥkax*/C3\`a#yB%(66J@.FHU/ ^{O0TeBy$7N*Ys qx)9IC dMb{KI(V^dg#~3$ m S4W@]˧z3+5 s^ZyE*Sp?{fFf {bJ8>^7yyO 1#- D1boy#+us&Vzo$'ŝbe@H buwFfDeoCML0trPB@ܧ)(d{de9>/Fvp߻{~o {a<V'p-#nQYhbm~0mxx!wR B[8_7t])|YsG+n^ZͿ7o2 }3V֨Jh8󺧂CI(f7!Xw=SEMX(2b5@hT@psFe{`ɨT&`n]uEmʂ78oCfil^O W7N~ Kos{}vu rdqWo?{yϬO~95toZkE:Z]}%]I|AjkWr F՝F,6!IH̓r!0UfAķkq^ߐ^&(٫Il«Y`=Z> ~]cj۱zȺ$m LMⱇ1WqLil6HquI"u&9ۑY䄝A~C'Xygj zV&M Ԩ| QUicZSbO'a&or:#n0IB %X,V܉#r5b*ݘ#CxF8Xw$y7l`F/>PG5ك_Y+~6d:iC@7UN+RZΖ@I~ߙWmPI>sh^\_KcE$[W#:bGUL~y.@̫hz)ߵ/2vPmE}u4fڢ.؎9TxOjC8 J4(J)9pHD8_4-!P2QߵO1^zb)OWiuAӍ}6Q嚝7f4g𺱀?C t~9X4`5=?􏩳ICŲFPCչHLk"h$ƛ _3rEٯ_M %$5}ݤe,.__a檇GN P#+s# }:T!8+N"s@uhl$ɓTYQ,%IV GLf: 4Onl@\d3B icsj:.}g1 J j#:uO𡧊ST*:a#!~Iy޿W5A/Xʷ(6"(jN3xYڦȈ#A[!]>w=Bv_ʽcbW+|j-3z>SV؄!7Cup'͘t(o ( u37#8|Q4#rD oqVU"z;ړWI+2 {F[{|`;, ! gDU L1Pgsǒ<0/_7:rBDFX%<F2::^t#Z."t5 cK(Oo OZyU9gMZhɸ%uOI^cD |G ֕';`.>v]Jdvŭ׀q&&N|HQc+^D7ṫOcj9T [x9 ?ޣȷGN Cxj(t=ڜI솓Qq'#eccW]YSeCi= [C?e5f4{a.(!=†1.Lwwh-h"-!ROfļE8:~+Yap;HG=,P< '9K1S#o6 /2$ Q.5KaA\LO*/>ћfӅUH1zK./Xt,{_YbSckX'6E$?Y/V,x-mflHJ0gїCi _;Cdُ !-\DѬr@9Dt3Z K~ߪQTP\:t]BC>̕xa !u#uImxN!1 HƄAOO m %*鍓UH? Br `-v^u;KMdz#{ou'~XB7'`.lr#XG )Pu`A $9^(kϺٯX=5g6)c;ߜ_&KQ.#  3Y} v1|qk1v(`IiC!(@mVfzQ/?^wS{-b+T 15v,,(Ȕ1|*A%HWWbF˨ _pyf_Hcs?VSUWlSW/u%4Q !:`){cw=̤?F=)p[&D~o~$2-߆3qWc[/t_#{E`Q/G vTY x]2 =ܱP<9JNYA'pHz 2G0Q B7mHޏ$u0kXҿ"` ǥM6n"Nl|*e9H5{ zz8dDXf, {$b.aW5]ڔv`r$$5h6>{KV4͜$.] ڷO5@E[9PbIfi@_mR~{F1,2Tٴ2Fh3GH(y@_GxGY߁\X xFV;dLVFމ 7BKyl4AFdcg/I`PL1J D \#M^*?a[^X@G$y2Ny=5/(Iq]|)pihE>rxbQi=0$S,Cr+'nG 4:5PjO T@-[Հ5\Y b{jqus p\6'!i g{*kKc1#K p IQ}W'e? "fƽVDPLDgj ViX~=x#k0-Yf m|}~oB&h8GГXxl!'Ĭ筳)tuM^kM\ܟsOlEt~Q5FĞ8ㄫ1lTtټvӋWYj LðK䏸 G"30u@a:;Њr&mo9`jkz0K~XhEk"s#@+̏:(~MoITx!H$AE˨dhP?yL_2ů)bm0U%zES*h*磡O Z"ko[*Dp2nh8Ebis ަ=:lhy$zul@ӄ;K5:u@gS 풷 Bp=`!>t ~'ɰ.!T$fdF I;?6FuANF-!ce$*Na d,1ҹVpq~F T v:%JSE}eDIrdB: MsQcJIlB8!հpQ@JL"z*6gjCٝ4_o_-g˩XѮ1ak3|Z1 } ^.T[G֝rU}L;aɉnDSesC-| c:m1{<!NS c_$uҏ iך[xVR-.c3S15pfȣ:X Gfzۣ|xUifyY)'P115`7G45ۮUmzѢ!xhr q }+#t[ɗmP OQ2z,@H,_("Xg,rp UzqpV^])g-?qjf]_._Z7V3UMF';&S?|#@IۭBج4tf¸6˒Ev=֨V'2?YTR7qX1ڪZPI-6&CHb i܂ iL/v %LR]NsmpDt*T. |@ap_@0ْVj=\D@=ܨ ײraRLUBJ |P~u_lt/V(k={c3 2 'i+YV7fŒ_cISlQXSva Aú7?ZG"9Ae &`{ k0Pe+ 9T$t+x@jDӎioJ}q٪A~p;L1a)`q=&O,WJo9Ș+-|d'nl.u_א,KFm[@+\CWM؛@7((]0Fh?Z+o6cP="m~#Fg {Ww1ccE]B&D?S۽F0+^a5KSPt]uFY>T׸O+܍׬5ұLmbN훷߹[^S}ON8P6/7_OHM`h CPtmU9<Lyw^T2Dbx-8~Z'ET._Ο7Q9k8Ev.7J9ӕ͚[~>:ЛyR%p rj 5TjV? ?уo?N (`!Y3 7cGe1/:4aPҵ 4:D#4ס޻Y*4g5:i0ciqݙZlզҝ,g=Ns 3-) j"6| =%%nkX7Ȉ;>Ս-}'U)XϳI;'goN] +. -vfkć("5j-{,!uD'Mbj])u ČNg%'B[@.8fx!BN_ ܫ|*5,מl mh"jE)Y5j ^I-X 샺m~̅DAQ<\=%jb^ׂ6jrHF甇-Z@o򵧢? ɦUsDܕm r:5QX4"V7;}pnY$'zT6Akf:57rv*h/Z m0m­ E s5[ɽ(e᧝rbysBktl5z}*"X+ۺKR6۞ >7Q&Ld2[g3/sc038Zj_@UsJxsa ^ "ZVTOyFfD%3bTaftE9?٤{cpO*A旭Uj3eq47BsKAUiM{:$&k" > "ո4G!S#єNv3;FTF+ MfDC+Ǥ}o<4ec_tBkeYAw| fԴ)nF(I(ԑsFܦ.@H" 9kaɦ4+矕C4 pؚz0vJd5$0 >E#Xrk;1n-H8j*(A1#FO4Qȅ[F"Mt&e_x)T z-.kuX˹i" iFY{}Q Vfwbe]]a+>Cx, &i[SO5ojV5u|~}!"Z[URDx2j}(k? :#EDɀ&~5ښé&x#Hj-Z`9΄38j$(FL'9(F{Lss˞Qˍ<>.Z9Ъ6ġ?K-"Y+&o I䨆4$ܱz^\͖ԜgykP@siP詆4m b/2 hE^<3t!h&$hZmު:(TCmMq ^k@\Zu V:  .P>}{/OY9n#4ml1tfM$C3 qۧqlC4 <`4=l`=w%j'NI%Q7ؽ~=mՄ{i齙QP~q@pRPaZ;$':73Y8a]=qA3I2eK?0Rpl%W'ǻv# PD!ҴWt A.5|)Dpy M>fF2:9X[#Ymy^ KcA"Psq9hԙe;.':y"qH,D Q'<%ͤٱN Qh=LmZS^*;̢R`]9yZ"爫$Vށ/Zpn)Tj!LII.J9Cp廓 ʨ*+~JfE\hmV_Z*_$#ŧ(Dc2ܧ(=F72ߴȥ;̗1;vV%c 5&Rs :uei\{x\ATTjaqSNu% ( ;Wz!- F<(1mS zN3fEr;ϱ 9R/$cU\{A:fa` c9Ey=/4( C%9S=8;tsi%Ý./Yls04 Ⱦ8u/Ԛ/0&&wOk3ġEV4;lQQj vU/-v:q8X //`((RU^ᵌ-ru 8l5x: 8mR6 G1#~ ~Fge|zt_ =tJyƒ$gC {ES;© 6-ܗ!"Sgèi߄\r["4YEeiS5U-*ʁ ݴOOj:82VdWz)5'+/E%G:}Pȩ_gw'R0;py&}\)bLG[u`~򰕷LHI ecQm{`vr)@Z3 n?E|KA%a.}e>c B3Ҽ|.4UenjHa`eV/[r80|~@L™I#[Aƣ&}1~BX . ,@] (\ wXgo kw?+2HN#0J5=5-:|"t^nvE+#vč-O Qڼ^'[]H~L ` dydB4䷂B|iP a( l O<v^gF)4 ւ$ F ^  #yQCjiEvFCPqtEw(=Ym~D۾v ޯ.KeKy OR׺%0jh;(Q!RH 㤝Im,P%z@ge1+ 4Om2BEXrȠוZn J5˝yMoB REYZy&QĂ. bMPGrb@%4X@ «)P|#t5o[*c ctFsܛ5WoQa uHԡ<:GuWmٚE{_ +wD3Y@@J#b81Vo<[ר}39dL: #)rۍG)Z(ڧ'bB(Ӂ۶;=Xe *K;З`_ -LETSD x^ȐRc]0@iQ;IfjD֥ߪ>S=qIh{(MN> |ުɢQ .\L"zm#mB*:JvaqH2Es/-RmBɋduakƎ,b"pJw/|lR&cc<g S9Cp&h x%6x#XMd+ do>Gih-Hє6uXȔF] aT P09T2!:ī(S?/G I2\g ڎ瞲s]/6T{1Ξyq/51 XKj!4t|cusw^؟ӯ#^*,Cqu"'xnbJ}bbxх2^1ɹGHw=HlOH'vR= Cg[)k.[\=ިx=CzV$p_Q29~ gd%Fã>ޣ,Y>$E5yj %t%BQ fs˚%:Wo4ʉK3 e aRŐTyDUU_2x(JU r<ڂ¯i+8RgöH#(g\=`iMl&e84E/pαZsBeIJwL!DYTtP&Z`nn8*88swU)4X !ApQ>h2ۤE{F=QZf-h\r%FN/9'_fmSUxD> 6A\0XdZ]|Ͱr tQvwk*;2|#<*SaeJ L>vg,O]S~E*jdDN#2u2k R7M9oK?` :EBa4oFW<i_jLm>͝9wvyp+Tzf'^B];gNdaJ<ڔ4VbD{!Qt"*$JFeInOs 8T):8#Ii-ct+ܘY2ZO`@n1m5X0MH[2*0`M)f(ɨߒ1inS@s5.QK_6۔вlE՘'-CP]/!v{Q$&ێ||W%gE B80GgPGVa)El>7qhH LՐ` Ԩm_PLౢTEł_^|?Z6a\}1T<.*3yNðNOJH_~Mv߷/mz_"7^G_NM0:";[)r 䪂>-{ )2nJe]"go`qt1a_7.2rTy>xT9D g&h7f'YozNY#|]>Kq9Ŕ G%cv0Kwicp^nR 8^Mڱf\` rFU:NwP TeQ;v( )=+}QY-]ėEܩ ϛ6bmAOE4.#{_bsK#̵rPYzGg c8n Q:!+}wֵw11H%x9*JC=mkzc om`R5-&\@0\}V O"$[^{V -"-1Hgjk6|ՙ "e?'F|U@2InqX7'Z%6'2)|!(tSQFB ?枣 *dX/x ,X(oxUs53k`>lx,$%mj}BaK Su2aǚЕ1+%X 1h:^u @ +XL=,oZ5Cz)%"AʣF n|ENYHWZJ$G n.EY#W݆GDU=pzHBs<]O[[Z.a.7ړS-<SK-&!̹" 8Ş@s| 4,28FqO;Y- .fXImRdS7LtNBDԵВbjHqDoC<|,K6DxҰ0 p@:-- gHK,]hFBil5\t|oRrǔ>w'!зW8ӯ8:O}gAZU1(!K/yY 9w@j.Rp~RKD;)v i9h4o=k.;4:$:vsnĻ$կSbpDMq W1OJӶ~"2r#Vtתx9Oy2@vJ̝WčZI|V&$>69-w?̃n&fUӤD N$|ާڎ=F4il=E@E`5?ŀxQ)1g1AĴg>hXy#H&s.қ(nEuQum[ nM ăۯYpFg_'m%۹>Hˮsi.8$dI`/*qKÿ6|zVJ8 CC||H6ArCy`Mӕ) 7D3ʴ?Ó=)Qc-B~nSht|[7ƕ@; )f5bV8~}wf/ҌU*%pr{~z)y`RyN h  OKqA 6ԟOJF [3 )4>U6h܁ 7 qz|pjqH2-PqL2M7?9w@e28Rj=-^N}Ԣږ,Ky uK[ս|'>p SEӚrtLw{E HA3|'f_rEjA20eB$!P>Ma#MsjOҙg]d7%NO&Ls@=ajq%)( S(u( v9 Kȗ1q&יJ7F!5/l>4 XL b F#J@~n)"#ΖA"+ b'-ŕ"$p[ v[lK>#?` |<>1*s.E)L ³8LnOZPf-UdĆ>Ȃ B$]dL1-^RN3oh lnI8!|\AZ+ ȳ*щӹݮx޿G1DtՎɱX=uW[=+Im!\f0%OAT;gc'*okXFƮ$`scȏS>'t]zHS\uvm\v٣'t;JGc2)-l6TgDq'L(E3'UU`3K* %%c誷EEsf/uX$F~C~Ɉ}3CWOa$~G`;Q&QAM(`+&G"h{LR'+ d77/O\HI}!0rZ;ŝN)W5N/+ u"K[k{6ooE:_"|WGoRr˴kw 1T>}gi.BZYZ^n/E`q yD4s;12A<G2:uP X5Α;U@jYOĨ&)Utg:@N#ϝ R,EHW(,v0AL}$.8BF! h_ w^6Dp<]2ZnZ\cJRԨ+CW `Lj1h0V 4i7zAn iQq({dF`Y1Mཬ 7iO CL. SXbNږMښ޵n4qN0V5)-)AMi-c@|?Wvэ^q;bqn!tl?ߚ6,+wp׈RWen\NHCDbcg§r[Zq F;YIUy^W M~w$2gg] %-qfu`T R]&~% ˅: h7B^CE6Np)aM*KS*BNѯ7#kI2,Gx|l]jm9ow~'a&l2l:;/QXiJ&ތ6ݸhR." \4k2ީy5C![c8¥Ig A gpIБEjFekH4jUG%Y s D iISh!TRHIqPm%߶ <^{Vh!*1*`TΪ_yWG .0av  >.Ks,#T?b^t/̛oD`V.nYƁBs&sMy@*X b~@f0&hQ<71a](b;Jq͙9d1q%Eu,kթ|fh uw$ȚEf>$ iKJG 1ч,@rZ D@" /u&vئԇ&ߌEz2) N|ϸ|jrVtJ&X Q*NZ4d Lq _zuRk9/0 tL3pU# $m7xrc$~TPX?ye#Ǭr'RcnOX>Drs;ؕ4g`G}Mf]-`\WqaTz).6dSCH 2%J(g!w?ϧtj=M;0'uWr_^=K+ҁP/S+nў]cBP^`D aJt3Φixvw.]\p`;mCNswI`1`8ʂנ^'P;P j|[+xXЅ;˿Ͽ5þm!gi-܀xhy߼[/o]|c{z/-Tf8R:KԭШ1AFDMU0k#W5f/s9feڍFlb *Ebn2QD4M07ĵae(tE +ˆa`lt\H>{J $j:*6R1b 9 Niռ5$^kQ`f #Ş ]zROR=FDDx$L̤U&fط,\b7 8qeR 8%\;"poiw݋T"KEcOu߭R_Vy3hc QqٞDՀ&b\s2uI,jB'Wu]|rz?&VvL'݊Pd+RJ/wUyBMW1?ߚaq8HE! qBןwbA򮄼?ex˟f8׳f%b56LLW(?~y7;%<ْaUeppT*ވS%t$wR6yqFa9z d67b%IGEfil+ԠftIU4ӵ [ fdL[.ׂ }*G tR;l&E;+f77s2 *Tۿs6\n٫o_:fy-)h(wuUv'˜=<Ń{A H+ݖVax]@T SMW*QPU{ZWʿ:E-xT؂O^M%o=%To8p#}t t]]9r%\$.YKŐ dѰ$,=wRY -46{߲!0 \[XJWPIJ;hōd&%ʺAXp9*)[Ә?z٫Ԇ r c 0,FOnD&ZR#vOYB+G[@JP.rcs/*x!YdˍFa"oƋ£f_ߞRW~ OhrECi% QgJ_wDЬ+J{#&v4E~iaEߡ(gG}/ow|Ӱ5O +U _6B?q0h'Sz.'0WW? Xeb.f; )}I4'TV%ܒ9xV;.e"a @gH4utc"g~&uC )=lP 'DOsajh&L4l2D39{QLW+hZm0W5z K8[tUm8ⴑ5Hk&1R&[X4 s/1S3B9Ƀw9"'Hh!NJW8G<0[π^]|U(>Yl5~ںN{t}n2\~]$l{Ҳ6k+0 _ꟴ-m먗/o|:i?#>o %-~Vzim|qܣ[Q$nɚ7P`PGLy#äXVWv ө]~.[~^ԘW>+33 gMT>norAT t묜4Ip$zMp%CWMĎ5X*㬳H|r !2e5J Ͻ<:IЀr(x*8׌+&q&KJ&kGEyc]v;I؅^ nԥX9 ˹~S'Uf/3nH  vqQ66]998JSd*vyc* PKo/Ģ r#m^qآF-TĵjD;yZP9!bN>q>t)#7el;{3+~3izɻ\ Cy :p> x +CFi=o 㙅q&'0EbvH]Y\'?U Dh˞Pt-WI S&S̛IO4*MZVǴ崠GM>R֞?d٭%!O F)i.@ Td-]^E$*X7G@ ]c/`6sqɩ1;\qo=OkY vt0'5ޝKC:9~3 [5{ B`S_]"(?5ۨVaB!prBƐM*0$5PTk 2( LN-+E5u=,sy e$ @z<8%<խƼNJxP.eUgH"k uC⿣G֪:iƌ }pCJ%~|!W5q kװn޹hPCkl!y"M7V ^Jt75FGː,I*K)ZA~7N1"❓X%Kwˮ*)Z;D==_mZu&D;ICyuEq<ĽEoLށ#-.~ܣ`I2N2d̊D}{MPոqFZ!rpXȹ8Px7SqIۢ"!xI?^û N$-kM86LV#]NK#/yi:td%}xrfO٘!jh c:A[OJ#L5g]PQ+?&gqA_SA$WeKZj8?ĎsޙLEIؽj)5>MCRR mI#lS.C^ߘ[LHIiy}(cCW,4PEBcUxI8+ (5@n@RS^w;kELN U@ !C3u4b4qu"bi]1[ͽH;ɡ.I4VZUL8S7VQd]%[˩(Β̩8)?cs8eUh|&1ZTE*K ;2@8.Ezm JY됮h4w{}͡ 5$^ZXNjl'+'Xr76Hg˥^~7[BthG$>a칰7󖆦 )q.]𮌌 ~ER]ׅ931 thǞqtf7CQ++D]`9㾠~gv+.D /'VCqH}S_Jx'l2hEc&b_Ds%ɂ!\;YgVTfL#NdSo}]h%IIP tA)pOܨ#?(n y_j}/௘ZG)]wde\6fhۯĔ%-;XNSxNlQ$ y 5(4*3SJHnpx)ze`7SbW>'fɯO+;5DU䃤k 4zvl3"=k9:u&vv]H#3=!#RIk'PqD@a;ˍ(#wԺt_(r[m8X|Eo.WܖUȺ`i;B?тD1iOҷ'.I6Pkq6f} \FtqQX`a zq}̅%{`37@S!IqzZJP6AѧE{u}݂ 呦<>hgfɪ}0$[0Zk+wʇVPJL56ɋ_=My#/~mzY@Iid4_kQ\utN]lTؽUHpS` B %D0.d&h ư>ٝ^SE7>]Uh{,֬' YL71/y~@;U-cg"(щY[A1WmP(s@#Vp-IR*b/qE~bɒAcVkʠ7Dh@j0WmTiKP-i#YloewnWԜ'CU䯨;;#tQvO.|ĸ?'əsk]1]ߌ*+*b\o[6p eK7ӗ`E^<%:i+icN`ľYc*C,낅ـYMH!Mh]|k z@UC4Zy9lM+/'Zp >R=z} B߷|LWKώSNp'wPKHlr nPa"(E6Nk!d8tàX/G0(=b!\mfci/̈Kghz]X3_9ͮboy 4VK3:\i@!M*^M^27 /5) Ha))iV 㠨V(k_P*gW,4S) jXT*>x Q&}!Qo/x6H++ȩReQ5BvZ)ATb]L?E>2qB5.ANwDLI&ޢ9[+T^uP]9ivɣ+ڀӼΐR6)1q~.?pH<{ZF} @3*L0^jQے@;XK0J!\O=z)TĔ_s 3rnO/h5vFjߢua+jBNrIʒϤ3Jŀ⏽F"/P#1KcVU~G)T`Ҫ%5{GCotA2lg҃;MӮ Agjl]&&mzWxYmSD}i 5Tc;Q#`_x+ msDv\䚆!Ӽh@Gb8jllYcלIfA#7<b(,DNa$:ƝҲ݄@ (̘ugiX.{kAܸ bFT]P 1[`@AqRvkAf\VsQX8W;jWSWB36WqV>g!cݕÿ́3ifg(+dc|rDz>' !G7rabaf{8a%J^mT+~k'3Q~G#[!oΨߏ+oz7ۏv'ijCt2&n{ŬBHrHj{|UI$u zATܰL`+bJSjϤa)}O<'_]~[~1"c:EuS#q YA#"#Sc.DahbrK{&Oꅌ ÇMl*ܪ 4SЮ *w_U$]󖰸CA Ų3Yg7eZ){&iKZ3ZdM0"1D Ykdl54`*P #?P!N;7G}h5 /nG?z=f'GGRoC5\ 6&'IRUoӱ 3<. K˗t[%Hb=:}뾎}f~^S{Hâc{xMHֲ„I3_{JjhΆTߎpb;BgphH~虨/Q$,WF,eTth2SJU]'6)ȍ4SDf _ !|ng8Sw.4N/GKw)5r2gs4PLt  3G岤z$+p{Ԟ%#[,m5W>mFq!+whލt*ydeVD8P[hHg͛6uʠ듹FZ3Y&)i;5-ZLvs6^\7Az7! 4mܙF2X4*_'dDwNAA"ʹ7y![` Il?,t^A(.jj$:Ƅ`K`y8_( Ӛ`۬qH}4Zy粽{\p&{I]-A0>ժ2U0u=i (sCBШ}H :C ir7'׍K-;KA-?^e}b+p./`2hy-F!hBi]ʋp^LzhCohq\>w7ug!o~j̐b΅5d#.._\zeyEe.f`9r.EOM:“fvY KƳ$~=7OUNݬXi}r _Aޚ79dvtCp\ר ^h^[KRJE@jU8xUE.tA nWit~F7WLƪat+/z* bp N1űtazzqQ+ѲȦٳٮf> gw;#P#n؎}UVL_س/[hkeVx]Bm)f(`q\qH2" d$9ıA~Ӿ|=}nQ%=$/TgAΧx%qZ)Cl5"C qDPl|7btpyZ[BVAG*-sQQqJ.#}_tk]U=fGmZL!t}ā{[Xo<k\j Wri6,Ì9p^޲)b[09Q Lj,~yPڛNtv ÜPdY0.a[LZv{0~qo?UXv:光 @CkqF݊U`{e7^b/_!ҝkTR}g*JٰPG>xcR,,GY^3Ƒՠ9h'b\?_AF`V#I: KJNǼكYG^bY7 =i-AG ͒0 |Aqw7=, Ѿ[э#,ZiMB% x?8[/z.{>\,I?"rB|,է| :&?.&EKץݏK/ڲeʢ$Uӫ"I>Zo)łʊ ,JSWX.0lϦ_/_M=68hQbb8_#4ij2<~6^eG@G+xIϧV&46yug`Y8v<Ԗ7~C0K`ht`MmHMJ NuJ0vZr?Яaa;MZ\zFqm7gz3g(>x#vV"V^`l}8yŋ;ii~Sa 7G&u;cƑVKp5P`wM )=W'S<^rЧs<aLsll]agmȑJdpn 7zA$AsQ\c#L zdb RԠ1lH_  (vT\~~/bbxdĐq ci`W`LPr K23rE:#}_!x2+N%PDZzN7KPt륨޾vz0(Oμq:ˆw:fAn͈S<FѮnﱦJYM.Kg}(6 qOߍyx x:-Kw~ |aYL? \z:=~-Ώ

nn]LQ8:\ 4dSrT')#!P팦QPX[E@gبNpF5YAVQpC5ߧ)SI}^ܫiZ֠֠Z F4%"b)PCdܹǯkWjjM ,Ȇa%z%|ͬ#㙚*k5 =Ay->j Qy]<[wp*NaǞJO-͖+/V%jу`Pٵe 5shrlw$w3" s$BZ%OXQ;j#_P/HU'Z6FL =)ಔݴ(j }DfCD6 wFjLӤ[`ˑE?6c܁ȹk XS[蜓,8f8 D0XHeR#*QVedd#[k!8=vf)E‚w ӔqĎ3,!8$WJ ?@梸[ަiTx!Np-7NyA#--<,*nmq:sl> `vJ.NP&a3;23ĕϥZ,#dzPEflq=qdP({ H5NJ @)l/{j9Z[PpHdG` |Rη&:$ _c |ML|'kU^~O$!_5N, T]V­nj#OS^V}cV0}:coE[4溴S+y/o;ݼɊg"'I3MF3';tA8bcfĢXea7MnXX>LrֺSZ8iD׻]ȀBl9>W_V[gt1v}\d>O\5j ᎚v: kw P2LpnY*r;Xva;; ZJBc!JAZA&{cezvʧ¡Dq4ڈ~FK}v4RSLڇKRɋ‹A0AmumsT6yݐBq1-1?9WI '1!1  X2`@B%WjFPMEuo c2euџFX,k0|!' {sS s|Ֆ)[7|xAEi6;"agT! ;ΦN#ÙT)hKB{89ZG-@68 h t`upCd/V&o]:)Νg|E 6!8~ [ ֘],_wO,cZ4zY[g8/s%OYp? tf\V,(* '+B38餙;"E~v;UT>~=@UU%?̦ͬ+buO##RY9&d!^Sw?)"!ZFʬp d ~:A~uMkx¡Q ~<#TwHM uߩ 3d 5inbu  Dq6Ӗf2x% A ȱ 6& aI Ӫ)rFlmLH]*e&5<]7]%HG$I_D(/F]UbZŝjѻ%sV+V M> &~]ןj RZ^I" 084GZȁM uQR9&Y6%F?l:.sY mrHg3 r@Gq`#?ޝrђI9I1vقK]tUU}S`pLqq,JVܮ6%s9ǂp0q9??IʙrdȒ}d oQuXpt5Gv|5@w]wΧb,_P- ugw[foN,kbve0w}<@m_BF3-zEu+1#q80*= <YM+1G_,6'N^Py]ށoD_r[몓okZ /OZ 2I]D=h{p7ح*. &2}=X89'%Rf 1w0X Ȅ9pre9򴺥w#7nOgd >|8|.̼t)p)N? .r;H80ovY&HcQp.-@#PHkdA,\'a lj<sg&. P<3߷qНlYowdCtF$guYx1twT9}]Q+O|Qw*Ѹlo^ۮ84zrKn;fNo9rJۼ$S\ Χ{9Y i/W,0=A k)RoL`Z<TH "EI|tGWW zC*&0fAN` ¸&prT%X!|^&P2_,A ؿǼs 4z궴TjOG~8dW;v}c;eJFl/.Vz\cW7q p\Z]}ўK2ĢJDp5Aƒ;ٹimi9`~cxfK]%f_ZU"lcS_EpDuJA\/6l`k^;?Tz 7\~?ϊux幮tQ톯}W%θ Cގqx$^vG=d5"qgIuuL+[f3ɕ2,Mؾ-ֳGh{z=NPKP"@+0fxps[{H κ477:Md79b6)d[B0C Iq/ |X*U~\fVl"əʋp@G KOv\! J\*vqz2'8$·Yâb/t z UzLyCd驱 `y@6KYq7@Vktwn63f:8|hqnߣ{p,}{%w~3 4E䀡($2$vCdyAK’K.kf.*bOts ;;ړ?]/ ;B,W4zfCKei>cO'oڭt\4ֲTOyy75[r,ih;귂i/.pd#SVG;||9~~5YkFHfv-@ߝUʦj/ƷZ}3u,fITr ,gSK5U+dEE>4;}5\weݥ)ދCWzibjs*)çyT[A&a03 +c4>Lx~#cvGnNєTh3E܍ɦ(oCr,mkCF)܏(9RtAf푒ȓEJb_ #xUP2 j-muqm6b@x0wڒ59 t2zuoE$I8hpuQGҏcA{겾%%boݱ{=W|,`&Cy)>qš ^r%cX!C=m{va_B3̥F%|ڷ;nG (oC7*˥&sazoe_M:#3Q!`ؓAPHTm-s.KD3e| ].l(_]m P(̦vfٰ= StC1k3aC1V#lJ7=T,!=S@H\I]3de<5Өi4=\ja7X2$s-PN&32.;}U>֞1zZNF$"Ϩرhn4zT+ua yB1Zz/[#E e85\,=s$yR͍^cBĂE7/VJTvFE%ݒUeAȦQv*{]}GCV)e6>.iiH2 i5#5;BjCQ5 ; he4#'or\X$^ycJ .fIJPV$K!15CϒH|_ۀDjN)jԨL2Q)NUʏב"St_tCڟnC}kPEv[K'(98)4prٲvyGsSWoYX!I:F"8j`Xq¨4cu&A"pnYD'BTH#,w&B  `.jf ʎJ$#[C0* DM4QZ1Zr~4(;~6]C12ڏ'=LMt?ݏ+ޱxZe AQN$ռM{&Qa64x \An[Էp@m~\ nl6q͛ط̟I%1ۃ`-*c@KZZ,&cPB_>̚Zp8>PZTD ]3I2x܇œN7|W~UDOmirՅg"S30B6rthr)Qr8kd8a2yuo aVF.a6f?SMKBSbÎ)d2Deώ=f5_*:%](QZ"úZiqu?s.Dc`uVܐ#t'HƧw~ՄobU h٣:U׳s"*/aW5ַ`QgTeVgFZ>}o8i_ C^d|ѥx̙|tu'+{.Y׌ٗ}B=h=Nm{/;eOySeJ?C͹#4ZӎBbrgB$Hm'S(2~dFAM{зٯ9T47m4?БLC1Ll&ZVo(^b@tOُ߭ab?_)ʗ0[ʹk}$#V;dKo b',}56E]V^6.-}~Zƈ:MKe$}%DJmSnG)F;c1/+dAe5,y;}ﴋgϟ~ :ڟKig6gۏgi*<л/ [6UsïS] ꖁäsmsO+8_d ȱ5!HO!LAƄ6(F RK;&$ȤڊGL iMͿ Z&ꉮv4aڒ\W "v-7`K%Absٿe#g!4GxRE. {x~7G t.-Is*:KK ݝ].E,E"(?.eg!k5w;_YY"Z_VNr/KܰAW $X3jxhiX)tVYP\z}Xx/7\g~P`V@ě4"zZN+hZ_I/-h4.xڶkDes37aF0#9/P YǸޮB;8gt=[(I^#[.%ҥtYT2r#PSl+k ΢fhSd{8/C20wYQ`=wb`Ge‹Q@&.ыr,T\X<ӵ4pt0R!`(&va8C<浴vJ3kL.ӁY-}'-ll~v}es>virv] +w&1'*?۳Y.ǔu{a S>MVO?yg ˦z}Į8Ll_TV? ̛9,*8bVrJDw_Yunsb71)bL).~xLexx1myzwѱS]-[ 0p }> )eqs ᎀ`E-rHS Lܪi0a&fWQ5B20oMT/㑢%b"%|#mesEi>'9j7Sk65mӄ+HgςdPao;xѣ^rD#azgDwG(厈KyQy'N7G\X*Hv7 ˎ Be 5T5S'!MܠMz#08^W qkk+>r&n7)ʐ6 rT܋HnoĐH knNfi#dhm?Džv&ql#-lhTS80{sr{^&KfFfbioO9럥2 oMX2Tq)ӔoOʴ@$0(UcU-^JuЈyB`'he hCypgV@f-44:KG٪9稀 P+ Qk͢UWӖά~fNH.07j@ SظDcDfꏴM}nҮO*f[C n;GqDkZ^Hpk՚(9$UoY=ͤ.yTU4 !hӑPÄ2(,PZZ, "GXI& ;8BޕCÁA 5(HO^}34RZE R d@3XB-pwWx'R|Yx#䀝{3󉆐<)˴b^/<"XʴbqVJIЭ#Э:܄L"=I* Q1e.R@z/ Fisx4y/p{hU~_TeT)E\SiFl|eFqֻ,| nغiև\=f/JmU<-S@8^ڼiˏ~\G".XgX@aH!?Aó4Dq<,o@˙՚MZCwb!-unwrxNc001Ocpf2}e*?!)Xmh2H/fJh<_YuYLl"}\ W/\_~ڌޗ~sCR -+3mri{ؑ#e$zS#x馆 :e$0) U+rϢp'Y./t7 R hϬ`1QU)rG~~NSI\G;~糣16#3 Ipl{.Wɕȴމ#?ꛧͳ/?0+Ȥ MͷDx~8) |=Ъ5倯J`HKcܴG枷KbƟ^$PF2# 0CDfhDѶa)yF` /,Q@!<}ҫWS&7 Q^½Y).{-;ad 9Hj+( !QGM<{tG‘!HTK#uu$BEB0E#SH_I}T|Pn` ޷]Q ȝt#m ~2.92ixW#Y^:-027piJvv+#tl9U~f&051i '!vpFCk EM{C;I$(Q7 p`$xVSXa'nb4wvIfӡ;?=22}1}D>5AaiԼT{{˔ԀOͫ {7Y1ſZ.![:欍kӝWȓtwEb-(W&J6۷? qyycgmnҁ9-p0 Lv=F+ ϓX l51eI1U 3Κ g&$?˭b*.qiS0c)XF>軚eOy)ܛ:'+d.Sh Ou2E+wfB6S!$ktԡ]Y `Zs jxk ~;k} O^sdsɭ5Q_gSF6Oow*4e)OLZ E v&Q#pvdx9}N5 kAu4Hhnf!,4tO]p֠΅Hty9%Fe'o>,3"dTcEpA$qx\ 8u(ҁ͵f`ma)>rwG8:>&:/+얇8] ^n}DxNKh/UA qf6g_+MQ0E ± qV$WyN滛_Cg߶1$w7P[Tjs 5 qGio <Tu~)SSFL_e 7tf;{+ |x֝$\>dk n8X!u}g줪Ch~))gضA4`cg"y, *{8n}i=pR6崾@7UrdZp=xVBN=W `!¾1o!$›tn f%gҙ5-g Ma344t$xŮ `{k7=çc$t FhyMqiT,5 a"0Wtja ;qb麺XGIҺmJG, 8lV|(?gFz-w#\,l4ګEZU`bfy@po撿m| 6V3oRY̬l;Wo 8ťwK;>4g k*d$s;iH_JH1c/gKXvyY**ΝRRt+ӎ]HK(/뛬{ EQק<&c% z##Eg(\_fIyXן( 9G +-9:%F {rȇʊAÝa ~~}fF:rȶGΗ-TxG}-'ø,[\*j-&D[]B]t I!B$wY4ihNf~ p s|4BPf~s(uZ"bx ?v?2FP~`+6dz@H u'98),+D9P $j) y$?'108(dRNs`jZ'B#p1}= Ljg**5 s*r~-OdC,a7( yI8C쟔7lQf4k=ϥh">+w -.7 gn2 P:g8',5{dh w/N-n\~wh&1\WmU4Ss5wPCv3mc[,LpF#*. غ'Tr8?|< 2LAUio"70O`N~jA4 D8Q)ozk qZGԑ͑ВL7weO~uN4y^@>`K9#|xzQMs(WϽ)9)~{I(h@n5){ݴ2*NW_5 kl`-sv?wݱmƽ8K .U䡶ma8QXo@W9Epy~YQN;=Ϩtf7))z`ˊ4cAEV". i5]+cؖߚ5[-@QrKf>_O~IIouXG2OTR&v !{ ]hJns`h{?i@q4֭Al%* [fiю:+3&GޟN-}\.'\/2D Roh'U%)9MH-*`S`z2͍/sk ީU]BE bT(bYKlPPrQN9$Bz_X A*ZULXE/c5%+M!Y$5j}厂؟2eBax5P) Xi`Rh`^Nk 5]>1_;` Y5{lzvENcb;qDH0TČfA:)Ń*a@ju,I2GUMiac[ɲd !!RlDHr“K$d| bO@JjRH>wAA ӑ։AS{E2&U\̥'qRz=S&ߕjav (IҦRsPrM|v HZR.ߧ|aG ^'"^WgJ1}-L?W;p:n.:i :ZUXHΞ3>$k-vu_lLҙLObևu`o q#Ɂ \U!qR "KFԜMd^"8gtdOtp1w/+Z.?u4w˟R֕}spڵo"{p0aȋ_'K/!S_7/^uk|k h xp·:Uu A*33hYANjh-Hza9CzM ~\{CkO ;}8-}nj-v.k{qcKm(dy%<)ʈ v3)XVT6&IQ/ʝ(S2*eY}L}T76>D 'غq)Qa}|K@媬wncϰ$v\!vRˁZ',$ hKʎ N9m69'Rbz1ݼ +WƗ/wwiqZ;v Q@G1!i~Tx`/q x;\q,zhe{oqvZ1qeyp@%NZb'a4تCǜtH z53պ~AZpF}}N".$+wB \̬,C3  vX'q ;%Qq5)! t{ݍG77 Z MibO.bB}Ђ_uMf[L_xxx֬u̬uon}Pz#z[]%5j.<+?rh萀fQ6x1N0 ]~-Ok~_j^7"³$\zg%?{{5ـ_Ї. BG9O .vם++(JHSeYe%;llכMYQ~sns|? ::7UƓؚ2+8#'<3=*xĥ=.OS."p>C2".-$jDR!mV>ڶr:l)njML[Y x>Om|cy'Ŝu$g>ۊ%}$1;a(Ze\cԃj} )Ieh;SVSהif[0-MoNU\#E _dz]Ws?\ܽo]{8{- zN}/8hdz}FIt-kBGII#77/ؓ۷D24HajǭB0P`ʋUvTIsB'OR1⯩bܤBQ@e_ѡx}F#]gǼ =Thm"` ϲҏ֧~;sv~(w{2FF}JhIpg{f ruVEt7T%co0YTq dቧݸcժK ׁ'3aH#'+ȑH 75 hj77e(Hp=D)Z7^f֚nYwbrsp%ړ>_M<A^j٫~3Onze[ee T,^V" O7#oVЎ!E3}^B3ͅ]Ʌf WR"iÄz\Z wS9 4T3%F!I.zD1;$!%37!Vx^0Cg¾ȡOZ۞@OvG o/8+[5C'S O hepV;O4tV~͕7h֊zw}*`/x dDek)!a5 9^ dQD{t۾}&?v<-XяY\w~*QjEIdr-d&.GU^扥zub[EsjC S.&<=/G:>]B]>o|m1|mܝOv68(Md_SiKph8D'&nŭW'}fY`ݮ}^_Zz=,# 8zH9(4w.ğ%MBB-;GU#Ti,Hi'F V8^9 T<T3 ˳S!Jbw&vS ' [밋ccjWk j[] _R-hw/^=΢zj?M wA1FI +aX%E22C\B։T3 HE,0q'B8 r6IcDLPJI )FѼpdѼukK·gr^g9ś)43'%ON'$ITp 5I껉pΒ9βGSf`! ǀ?4 "`|߂~TDg+w&_ )%ܝuUqw.V^sݮ)@t僞{QXa<+1ixߧ!A"7[o0ϋgwj"[̧+ fTN0 f]>iHD4)} =1b2tظeJUH55!LS*_\c@VŚ&* Vsp|!-vI-& >~-75Z{e+%ݨ/X:X.-K#;Vd8oHY$%m1s#A"+򰄫[lV"3W4}*3y /mx FA3}ԡKQ% @ KVկh!'Ks+^bR ȇXBoY))"'Jz>tp/"oQLPr=Vhp-mWf~]˥Kfp#$m1ثbȆ %',Q-)ğ sx8|VL鉯^V,z&e]NY&:RQUe^s$;[.>d-\hnjnv8-m[hn`{Qoahx'͟qhz}w7ٞL_>S3if,S9|2_sPc_ Paا-?^~ʪl>ԧQ]ձ TΞ>pb>1]V>H![,Jh*$AV гЧN`N10Q͸'ygGN۹{lKy|04qo fi'~ a#'8_A.BVƴozș A>('zQHTTy_`Vڨ*5Ұ. [x3\gFp0pVHcd+  lf[^pHILIvN̘dFX)5[NE<ѼpJX[ k.6َk;:29 *77N;'\3dclٴ_5;0Qqu<2G=?Whp}z]r6.H#[3X RG>>X5Ѻv>Jǧѥ$G΂H v*D(B 8sYqϝOy;)eYo]{Y@Yʆɭidbdve; NrnMZWI0$glƮڐUuѦW)l:`mOoV-{Q)B7H2\'+Z'_YpʜM٬,螤+<^%Cv3K!bWý:*vM[>sIT({Tq2b̎؅gUϳX2r+_?)4 Xgd6NrnGWmk"mYzIG-)O9A(ܢl#~󧒋XqPB=t,,tA&?v` 9,3>SL ;L4.C꜑OPh@Igmg[jK<׈}'+qOtuNy( TBjyq>p esn@$^#y܄qNi311RC":4C6UZ,@<%̝4V5; H%{VI'זz;RbM;ݨK1o{?$-P:?EzULtڎ(i{:A{]Zm[795=ћKO`ٔVV&5B'pbZ# ;?OiTÛSj{*QAL-Ha} 1\:m!87w=s$JtWeʹxN` NTw\\_9(/7޼4}vtv`ouu"lrqV׼`uBHf+r]\*}&)d*6#=3, 5}4G(Hp9jX"t9@,Pنzb}GZq|^&r$ȼ/ԬCmh] 2DI[qqU t_}mK9O{;܉ pVO.Я5,VփC.N4/ՏCZҁMAD[n`0k8(M no-~,UD>MO DEPmHŽx gKC]<8Y D6<ұfW84晔K]GXqQz{(C[|M;ydztEߊ IdBdWCKGyN郊MB`)M˨^`I\Yo X_ '4̈=Ji~ĈM0K ;[Q)PE.`$)DYQhT%AKKD q3G(vu.e67|9{"1aAkC[`}7?w`U)J^fB_`yI+h>hǗF%^ {٥=BLnz("?~ 𼞷K1oɥ?3KiW_N$軋j;Kp&{Z#cFB,*Oj[XmůEfXo[z%@7,j0N&Nub uɢԿU9PuJU^y@ŘmGaFk”&` q 0ٯ7Z% k/ԅip՝E>]j5![PN1Ԕh |? mtBEf)D? 돳q͞67"w>k~_{`a;w܀w?fb;*NWqK.~~m%CRPУAjΜHjGH`m/].VL)wYۃJH9Nێ~?@bAo-wj}`MRu^=8sZ4?]_ky^Wxry3s\v3c%>~|zW"|奀` 17]= C"y7<(#,ka(ƻf8,nUf9.^Z/ V|lőorz=zUB]ʼnygH׈h݉F/t(i : 6[0OF2~Q7g>lXrr%M71rm33R@n)meщTn93wr(x/fGW:3sq}lGA4ru@==d+\pY N*7xz}PpQ{Oڻf]_W2,8N8j3 isҶG0` $)Ҧ5.eK9d.IV|ëymefCp6'7݊  FEzPrqP-.XeWiJ!p|)Zp}c1'4(zaʍliQ*Zr䑇_uK ~r~0=E2үX[kɼRV6:̧ko{Ɵ7+:`tZ9!D A"B;V->?DDa+jPz?֌DCĐ=&c' ^=*soW6p##'N^-Om8@վ @X@pLXpk6s,E ^'T; AjQɐ(d#  3"0Ω8Iu(o?TL*ލm.eJQ=Fn19X,({P1<)3ϏEL`i )'oD''j?;HDZ:N %9$ ֮ŰV+m *x U*z[=u#6FqWiz d)6s20Yɵ[nDgO|+Ll+p`W%E~P`xZ/:T<#=4_b]RJ΃xZ@uLcHh2= 'rѽmz5,hDrĜ wCN_R^Ji!mk8@Dl&1RzyG\^?z?Aπo R/Ae}4k.σ))]fݞUY Lٙ};kW\c@*0 ODPN1+HC "EPW?TUГČeWzDf\ND;m.E*`pkh,kpȔUWtDAdDks"׺/f \QGNeF1n_g%ûߝvH^6{*snD2㟸_J'4ȇؔq'" Ac78ma:HK!Sݩ"}\}O7nzo ;{M wG5hs \*'.9ibu`֩%Gy腘. \_)_/áTqXFyւa}֟8l -4[Z:fV f:kGV !xl[c1TCbR4b!cxRc# MV$y&ी#oF^O–%9CY|iڴamץrQ%]]R\;бGz%f\ı`ηN3))5Z *j_rzxֶokoɈSWK {[~wϡ "yvsr]Z3t:w%$CY6YtZjƿpim[=D!7J=@ͽS"NaEƶqb&t GnXΥS4 ]c!lXMx#rd0R!P51S{F(4giu8qҎulZ8Jd7n ۢ0&H$MC<%/1ha{)ؐHUcGj$>SK !+6dUu)ŠVR!cJm UCks2=G.י7 .9 Dp%ʵ8v3b,yaJխH2(K2捹OKda>T KBz y59eBwoq8g*Ů$yQeo"}pkk n57w{4gIg5LE O[=cl#| U.Q{7) & JzI-7T@v 2YMSh&oK 0hV94:=%cnL%Thitdb-ne㜋MuLnJܺskTVr zw޻A~^ZWvft0 Wq0FQ'm$db󪙊Cbie+Ŝ6=7k̙0- 4Y;f|sR$et[:坃;.5l׍t]~FƊZߑZ@:ӯ qr3 $ ZN:d Uc2_Q0!. ΆS;QVҪ;j!1KKEx0o!@U AvoG 8ք~Yۡi궡M01վRCX']\B xB Oa3VQ3!G(~! @NWĕ;(аhI0 ISuv7kHċC yFԤTy5&?=+(VW7|u ձՔVTq̰9=&A{$msDHyԆ-- ]RVT WwN8[O l8!!ͼV+.͋W A 瑛`X)0Z7LvEXD(|A1Ϭ.ʅa\^_AfbW"Ơ|}~̎Ȟh-ߴӻ7ۡ-iW(r|R%rᡶ}_D(yZ1^atQ_Lvv Rڡ_vޝD?ՌėN&d?1469Qin-׶UQֽ?GEe2tmM" #74 X+"CZL'6n٢rCtcI[X+3Enؤ IJf}+ݝR j IɨPQ! e'߇QIIC߉emVŴ}pkuF`<FJiPHF[/ƿ5}=G*Leԇ5+O^Te"wґhw~UT[4f2UTiyҿvRlmlI<üqĠz1ۃ_\EqG=%k&g*8uuuo_UdTTy̰[5IiF<=;AsJpznl՗F7{)xUv4Oe(ٚ'w1_PT>ssu. Yղ2u?EO_:_>u地Bz}Q8B9<Yp`maΫz()Y$7Y{ #zam۔MNX}W 2Egxo|= d-#t1j.%k*>UKZI' X_mxhAz: ]:poXCa:m0՚:( X|289E,+ux}h Ԋd]*WK޷E| d_ gTnzӯYZ@uU>SIIY˞ ~_pwǼ7H@wd!m4ZZ[8pUo,0ҋ |VÒX?*,trWg'7}]FFW}?y=Q$rIA=53`we_6 $)!I@<ҁr$A=CFet:"7j9EhV+C]'VOsӥnCO'(>?,F rڬy"'+5fR\<&ؚQ=p}\ުKRm̥PCowdg!r%lW$P] XɓGx* &\<^N`5:m@7D.-D?̵k?̸aƅ C\ٙl׮Ոj&p9Ã~vlKJʖcUPID+ܻ_D}Eɶ&(#^=]o*cB0fEpnp&s96> pmLڣqeg=HԀLK [&Z>oR/NyWV6x pBɤ(.?b[V (~L"$.5ω~4)qh*TFt4Ԭ6J[\jᢘza*&)KhX<|~n)v7"_։0oAeE̩AsjĆ0X:=wI=-=糲e81:_s`M`ߕm53{qq7VH)"s}||S7ſ5Xѯ.Ҳqz* m7ApNXS*Xk*,l,Z}v @%uhlh>1ӱ+yWC^/ԟg0bڞB -o%a&{Q փ!| :b^ :meeN'Xj3lPsCJBOAdp X , )H/TsFgnFUs]RR~̉Vd]""!A#Ryjݨ3/H> :آmtw}[\S/*.U /3gNH24Bc֠G/ϟJ )4mM= rv'.TY, Q~6cF> ގjNfZi#8a4&,Es @ǧK[mKO0۟^L[ax˒ynlEcs g9u n&sE`f$5p =sOo4γwmԑg =-|OA$NSxKz 20jsK8(\4@4D xh[ǑqĊZi65QT<,\W6/;0;b='%YD8#>U1<̻X19Cj]zeY'dt.߃}l[1D3Iٍ!:5(Aa;?+MI);C57S΁PoqO `>,'Ǔ^`kL5ilr$%9Q88n 78@@ܱ"|{!P~Q?;~G̫W}tyg{y^0j5v6&NނcD/V+,5s:t7ߋKo} ?~,|ܾ%t)aK6MCn=`g]>V! 6!cyN&/!^@U}wAq(fp !$B:H])d32o%|HkLӧЂW%d%K怔SOʊ=ˊ? }Hp-eL /:󹟛BsXi~+47d vPXX*q2MRZy&s%" N|.933.PoYMi,Of|8GQ-nl*$ݸ>p^Lݶp䫞pPv؂ߐnrE_zAG!zLf#c]_kXLEV=8ͱhq:^۪c)-Fz-" 2jc :W׈}/h=LG+q[zf{\Kp|m hV i!+d^։J"G^ZnbZ[2QV[eV`"Y3ُOSB uZƒB%zhx[ cӑ y#tSשn,=L[](BiSV[1.> meeV]$@3Jjv|t(֭ Eg֔Z\FF8Wd;=;W2:Ik\OSZ0{^>NK[: 5IDN7ŗuy'7(С@GV |M$StXhn}{-rپ]4m ;W5]-qgr$>Rf4HŽdAT&HhL|W(`뭿EnZEukK)Gb[wztyPuF9pf_Ninzz#3;-Y6Y蹻 wpn\̲[Vh/g/"FYa4RΔf]VLi}+ :qo|{A M׮Bﵿ6otI|zGcn18:[Bn㰈ŭmBŅHE " 3.oCm+4vșB"0{I5 4Zw) ,A’;vc>̓.޹l=Qq4E0?SpE2ޯab,[L[e[3&׭yUTREEՅaC1V%%Tkͻs^`~22o_-DyoYݥ6bdE&M/ <ϥ!^yrTާN/9jdnCbcbƄ)fqq~4/C6߾;~q7dn[ۺFQ4*2F_h~.%Y,TE͚.9<(fCG L>_; tŦcCbr\ 5#XtF 5ZS$d+LLV'82"0; H0 /gfc0#Ȫdr}ozz˯V \nm80ffۿyeGi3/6f<ҖP,3bꝖH󅶅=O_*PwgwM3Cj$Ui9svX[jzwe,W5}[7'0Xyk&Ηw|J[pIJ"H<6f&'Hs5ANP ŮD !@_?WńQ[d62>wؾM5w8,nkͶEq;h-LuiK(tbRա{gymv]gdf:熘de +A_}XGk5M.RYRXbNu΃I(Y o;"ٙuoL_z]Y/imWwfI\90yRL S}u7)! ծ-xPRw/S9v03՚F [ηg`"Zyk~<¾5X*ϭ܍005hX4 Uaz NSIEx_Hhqb:xx%3D#'\7ČgJIoKٚ%kw?˫#цQ\GejA'TeO(v! z$Ьb Gヿ~竉͛ `,Wߨ? z]O3wkץ۳.u\ӭ]>cŻL+ !Ca˻q d_ NП5ZwNsVn;pTrf).n| ~zN ΊCh\qSqi i w|oo>222vB~ /#Ј_R"JD'S/ڃoQ?Ϣ3d>:L8uᒃi!0ŝr H5) 2(.+QY4KHQ4=Z9NwРz )}m 3j ^_edDR/ϯWԆOl~Mƿ%^rj;cU9@1]9@SD9iP5,Pg%!?OdX{kou2IVL6N j8MuO0{*\ V#0'feu|4\. H~W>u)80 n (Z9M)dkX]( ͽft5Ƅ&wQGD3 )Ǣ Vs`GF:Yx.[L,pD`C[4*B`DMvG2J'(^/7pÁ5zJQpK*=e"jKɤodHZ4Q,}I:5`ԱBXVE~V)N⵰\╠l<ƞK$=?ਊCDKy0 a_Y' -\Zj4VxGo6 k۬f,h('M]U+ZLޢ ]bi"m6jF@wD6Z6r&iAߵJd޽j&QjiCl 2 7PWS:PN_D]H]Wv/ Dn.Pt/]F2|yg1 o@L͂Vq^jF|+dqYVߖ:F0r躨 }<~d~64?_AOL}C,5Vsϥ vyP^2G8,:+f?.O^ TC e_ew[_iW9U8К^p'm! f1M ɐqAY',K<wq&Q>VyH^8CO<÷ e'l@&9a |Y7F >S[a,KWrʯG(x9# /BRRsp*d0 e Y,g//͵O;3s-WoZxNZݳTϩ%aK2ӤB_[UKe&}9x޷]Np`/j-Wf` ƜHqheяl3ؠb{q5 חǝM [,00-D^Ҿ2ڄ|%p:'qCDp%$XDüf%ZXFhFˋ 9CLK% tzZz<#(ީY%ۊ%8',y,QHO V;{~/$w8 Kzt:۷lMSYɀg-\OCu޷#۳+FvsA y ]AdІ=T&KI?Hw)wӸo]">NHϸ-;ͼ&D+^U |k>x_m OYPbnҬ#EXrddPtę"|\I~7Qa2;+DOhNIx)< RezumHUC{/(Ĩ0@Eu23'e-P\n ǮZ}Q&j6|7G0z>_?`5bD =qXLv(6 (.#yfmnoWE7T@MF꾁cUOfrNα$8bŬ1UJ#.#2:dmLK?? s)䕍ƶ-)KI!?~hu$ ؏ƥ l-x$4>+ETSr.xM^oc81m+VfIrHK!wϭǼ?ٝF-pc|е+*s3[APDT^#0Kcee AJPf8 Yo}$-ufT,„ W K߁4Zb؛*$ܐײ!?19MUU.?fE98Hw3_ػ?&_}? ;WWbÒڕŕa_or0Ū+wR,:[)KlvZBq HarjϪ @!.}2v&.V#14}@ j+._|GAc(fy#?97m_O4s: ϔsaH4G BV\>PrNi+V8ɔK/']&ssrx~?OLqA: d+Oi6\)#pvIBfeFE"XN"7(C,31#;as+KWIoG 4[f1o:wWqy&h2eu"GLPߕ/2qϜ^StI]}FoC&j|L' "hQ `C,xAC>f)I!ܵ' $ TW Olt456FfKvSUbuhji-Fra9z p)$@|&a'y(n@236ڠQP[[b7.|jfz!QI-KTvwcS,/}MB +Wef:tgVp&bE cp^anlx*?{13/BO*?mZ9߳drͭ [|ehD5eA;=oI[=$_AJtT؞^?zC|M,imwLlNmBN4vG@zly >/D:m$~d"F9< I_Rh)\~L|Q<&*qƬBQnDddDך܀p.^!Rbϡ4hߜژ]Y׃ jz+.O*]*TPyRv=]\`ə睑%%}I>'O臮R+.ˆ [Dg^tx[Q`@kTC14_NhѦd⣂T! z{!}lϩ|NѤ8.]rh￶Ö~ZP NwN^@g?** t:3 !'TBERV;{["7S_Kf8}i@ȿyЍpUA] b+0ߜH}_\ &6sz!}Kɋ1ZwU,6|bjx@4_d[@'/m4-quCn 5idZ)l(aee˧9Q&fKW tcT',9عg+޿:0Ұ\>ƺlĬ12n)v1 =KE`\?:7V[쓾dݻ(8vY).WHkYmEԎ6^pA+ %3)&^ɣEuY_w wpmH"%}V 2 Jw(63~7w MvҾ-eWZM\u2?  Ԕ*?Iu]L`$< jKM$Wa13䛭+U22+ 5RQ`nlÂ̔¾cM ꈬ^>xR(ʗL V}^d|TW }|мni*tB0G3zu} SX&;)>t58L֍EWp~o[[uRWN\]DٌviEĺH7~V'`ofIy7"dVR;%)5+L'wo3kРabD&i۷8ǫ WK ᪮Y'p(Yq >#8%P.[>/:˫뷙1\\%BHyg9cNF}{%w$/$<1s*oU5)lw~G9FyρIZqB~or2ƧKvȦˑ̤~+閍'cZ#YCWk$/hQDf҂hYQ{6&g:>;sF7ALn<كqG"(S'GW\1.ONc%:wfhU]?-o+Ys[^$p;{S64ݴ=# */i{&/*AgLJN p̺N݇d^]Tu8k\QQثwD^k nVeá^,}E1KsEK|?$&X]ϴ+e &Ǵؤ u32,_p-OJiC+? y꥓gã~\-e͌? C(M^ ~{#1⾛#=p;W)[ 2+dAuz ڜ` Z|;~j?36M1D,':قɿ?.65KcNҦk.X"*Oͱxtp?~Щu uJZ9i1m! a;g9.hkW;0(Wc7.NqZm!+cgNB3?(B>HznQisl혪yÖZVөUSzzpףb5;H"$~ە8xU_L_qBaW8ɥu,XRfmU.r353|ovlpcXpL&k:$@3~2ŮrVojj{AZBRu %rI慏U?J_8|?!iz7ܟdVq$nXrg_4?"w eE^<-{Ů\נ|{="ivp|IR4sc"mwW#={|!m鱿"D(>P|4g8iV=ɿU0oL=Ma uCϱE2y3jh2Wu-Ʒܩ-OX&@#:Jq{W|_>( 4᮳-:#?"^ Wۓe 3p >U0?YӤE< [ '+e MA!ԭ38x;OMˎ4'%sIxbDo`+EHK-?l%7r[.ݞI >V\ks6>HpG$2w G@"(Hb~F~`W5]?:Jh;[; lՀ9Z/R`H@r}ؖ "62W  @QѢbAkC 'ZPF,M [.gkEidjSw_oO5_P868:Os=v͹~T2ņPg N}phѠyVBeܢoIr9VRw/O$߭p8UR9>@qtf8n@r xKB~;mi^t]5QocUUB|# ~͠R4Ud'x-Փ* 4].r*}>Ј#U(,aTWbXL^ާ@/[0+2G[&ri3m4k MMbbWԾޝ~ia4 LZcRH-tĥ]4?6؂9̽}T_/8x{٧@ycəiv͸T%<#P|;_Ī8: \qbwzLhX]r Wf-U=c` FZwY>`ƒGII^d_%IW)uͻ<r\NUnn {7[JxPua5鶧liY}ܐe~ѡ¦S*O{⃅M͇DsM5ȇe㥂Mձ?OV}{a]u }u;3 a:boZ 4} mlR4En3"kQ*YQ0ARA k?P3YfGՂ+`7F|ȃ jU\T\3ᝇGQ~旊%z𖦄Њڌ-$X?~LnU:̪%qFM(q PoEz*ēh+;*G57}lb)Go 8DL**] A`&Q / Sw"c"\<܊NV(WN\?8w sɘ`eN7-ilF3QpE(!*i]8}=vRCdt)J- lL0әOXFw߂U\Ġ0>2Fz9 Z"(\ݍ+ Wv"5ZztL.{ʉhCbpkO z69_[G#;ÂF}Lw) ',\1[5Xg9MK۱K`c-^ JZ؟*". A ,j2ZY<к JB)g 8!dBZ':tQ`[H \Iy%=':C)2K΄w(k.)ܟM J1,*D;4$,JĨv4fodu1Kcb3s^nC0*V!HYMJm E-Z{HMP+.[ b9ֈM6 W_t}ĂhXA"BD^"9! =zDbt޽"VBqJe7]9vZ!Ӻ ( 4[.{/+٪_ɚj$fZ6bUg4S+ ¸ggq\ֶ%&Kc}$uf],Glr@$m_3eA5li^ʸ`xJ8z(`/2u̻4$dIF'v-zk.۩͓܊J4Js VYP;}vɎ9,]BPV?^ G$[RJ=1%Ii/Q8S\[3z;-q˒J0DVY7ii”rX8"'%4-i :ǭKaZ*Ҳ+[j8v}#fH6J,<rV'hFg24k^Vh ︮5'}r HճF>9waE8xUCrG+J`1FOdYAXQ*Iu*~>0ZH3x2SvHg{ӂW띢Z~16b8ݰ=/va1nf&ֽ/^vBVy|Zs1o98~*NI0/{PiV7p} 1GDm$jNIkן0{I]/~ϾqzwC{o~$O7\ 8;s6nģ a5B#i7a^:ϜnA--hk1r#^+ډm R㥡]GqU{3둈 'AIZ~Ťq\e87BoNj"TXix E3p\5̝fO9pH#%:Qc@+뤲DҾi1N= :^s.L]!IL{֜Iz#IΠ]+Y:OuZ]u5 \D[45>YٷzܜP )[]# _=V`GWVDAѕE@z:IQʱTG1Y/u%Mt@'`(5PQI)R5ѥÂiZ_cz[0NXQ< N_}p̅bO%YOGt/5% wV"AY"M'$bc$AsZEG%Oa5҆\oǘSIrW@-}s}uN0Fգd飰aȚoR^4h2\sfodEkRHu˛~Qê^qK$ًDJry$׷iҕșS'w̵ ?9G5h ;9G4VL)Hmu t8گE;hAAxXrOtM! /F`-M%V}wy 7?sN 1GA7c'O\n4p 7G2ac/q[cKrdV-'C6ݱD@b/q3ꉒι({[M"hP5V/fMG][l!f{^"Si/8Kл$eiݩc| OIv]]R4/͠աѸ4v#W"S!_IR(bkYP;Sۗʁ˹x^}'Qle4pY@q,TO/W N,V uG(yj@>n fj)yPp8f#F oQVɇ7sߓt,(/D4^oFr|L&yB>>VRlMS01'FE<M֑?&A9q2QU_ʶ֣[W\}|6Jg+"6kCTykWjaP_?PR?l_x?볠H Vlq #($J3,6 "D*+*F&j;  $ "L &H, Jl]\@H DBLBX"JZ FbNB0b8<@(K2BRk:hh5[6r{"L(B*m,83A3f. #($J3,6 "D*+*F&j;  $ "L &H, Jl]\@H DBLBX"JZ FbNB0b8<@(K2BRk:hh5[6r{"L(B*m @B*e;N*`./LPNo0p 0 #(4$2J3,6 "D*+*F&jwptrvquA`G Qh 'Id Fg0YlEbT&W(UjV7Mffw8]n^KH, Jl0 XwDDFacĄ V'qe;a'ieU7m4/'B0b8AR4r JjaZz~FqfyQVuv0Nnx:_7`phxAdEtôl $aen „2.Wz~FqfyQVuv0NJ;/u?/ yd NR &Ʌ+7< BLBX"JZ FbN@ap`qxDPitpy|P$HerRhuzdXmvN.n  $ "L &H, Jl !A1pI_ %R\T5Z`4Q4Ú-Vt=^&q!6֝p 2 ()*ڴ@FP 'H Fg0YlEbT&W(UjV7Mffw8@H DBLBX"JZ Fb;8:9 0 #(4$2J3,6 "D*+*F&j;.7wO/`p%y|P$HerRhuzD kXmvxDPƅTX?PkHR@ e\HEtôl $ae@FP 'HfXDIVTM7Lv\(N,/ʪnڮi^m?ONͰ/nQY^Uݴ]?Ӽ~xDPƅJ(N,/ʪnڮIice$5gnaBRQ50-q=?8I(i~yY8 QU Ӳ04ˋqur #($E3, $+rQY^Uݴ]?Ӽ~xDPƅJ(N,/ʪnڮIice$5=]0q({<] rS歴\gx&YRdi}ggs][p\4Jll6A|4y#Bk}%ѯfQnM7]4Bh5Ԥ sY(PԬdj^@ X:s+Fr{'Vy[ib npp`m FHP~o85t| .m&Q.J8&B 6AM<@es2[E&+֥Y92-f~;R&][tmF1$- o" A9~,Qya"7z{6и9Ӂ<<Gr[u|Rgu>4m8Mk#{εN`u"y'3̢Nd3)=Kk8/:~Y]va**Ԗ#n5uĉ/9'gKRs|'hC BT,ڧ-A@t@Ĺu?Ҕz4on' HSv]'tʜo&xz;I{D>^!W+ {U4=mj0?l"N7דS3qdkфgZ~2[VTL1Ƕ|Izg +ٽ(TVH3L`?'`}*dm>Ԙ-roo>Æ>tRұɼȊsi{['~%zO#{:LQ8D=^0B] |fh-_`~=w\Lkfxdcce&o9xJĠ6Us9II_ S[GQ;QҥoWɫU*Ern@ȑ(<՗ ѶzuK4UvŃ(!=: gRNWyE-G= k-.b 4Yc}F}먙{@|\#Ll-`JݙtJgnuЎܮL2% B0r ywnj)obPi V,Arg yvN$,9GpC<#ڶ}(Q9|DM1wze͚‰@D(j$(ilTꙻ2Hb1JYQn; |!_ _';3,& ȕ$G(VO$Kk^_łLssn7~|~g^I98,uđvNt*#:N3 iE;ecoLC !7Ԇ>gYM$sfvcf 4ee^T^$fY%2]fkPnjKMI% IKP6b&޾j1݂r fWWLHnTFGg7%>=;x9t豊q:IvQ; rcMkZy ݣ5Ħ԰ +HVCz YjnH)NYTɁ#857nZE2k%%ZbDi9ex?;F#'wojG<|:Mnw)a"ѫMR/#BtR*@i5IVV**iN:Jo:CغĐgR<X3@!jcN\T}lx}ڑdDD/hn%^GWۇ>VUϺhp)n3ϲ ,[XXfXIpwey4x#lVϸvx$!B]wŤPBfax {H"%>I X=ftFWkΎg3&YWE*$,o/ rw*ƈW_׍o[tU;u"/ DZO%+`!69ɸ Wm%4A,t?^Q-lFtasscI+陇٧%Qh2q92?`Ly`[afC TOb;2W6' M/GЫ9[Ov;=كVɞw55!;{?h +tsY& jBk9 X$y"c^I谤c{k( ,Qe僄͢p%LmfKaÙ`M}YD˚o@;h:=fYxu*i- t_r1A1Wf/h,VqSa&0cO6l}7؈^W[&% 璷ˆ!](8zm-6vA{/͛Ic;,{ka l;3̹t"_3532M#{,>.%aF$ܨFK}ݡ%5i4*aky{{.UI;nᲆ4GtkoWR YLTKBZ|5YCWvvdTxT%dI9Ϧ&X*Hj3ɀ >+rb헤akQOyI di ,!/4>usmv;g[Lѳw5?C̶}tQPVلt(Ƒ~Xmg)6Dɛi3Is4F l7چ'j>E;/ɧ~d 5WKr5CCeހui9 #i%`KN +fw%h%4ev/OnĂ\OJă+%J0ؓ'foaG}DS{øgU_*Тk$<zuK#v!"1v5[K^Pj &'jTc~H| qTad'»VK2![Dž.)jQAZ`}mEla#2 ݡog5gNjVOЭ M݇Vϱu%w1b'4[@Sj9 )^wlmfc$1sFU{.Y@s;_;G/6M s2kyΐ%B2oLɭ sAV6m5;6!nOX/(h_Cizz6CA01٠6Qf>Vg6+zv [$2_)C$pI=$-kCZF'i;kWSUXvkt}_*aϠmFA4'׎AK;PpS.zUI4U;)֍k3ON"NE(}6U¬DH@ȩCݠ<]F:(?fNOo67/?zuk3h]йc3=ԣ:>e0Z4o\AKYu4,c] w*vfyI`.Lf@̚ LwyENB~ R06Ѻwxjí^0z Bo/'(]yȆ$i$(  3@6QWtVl>r>R)S~rKuopP\Fk9 >뻨TV;~k:R3z@Wwj^5U"V/ a: R^%nZ@DTf"!hd&ilQhknmmO1d^Fk̲O+E\P $mKDW72\ K٪Oxhm3w(۸/6ڮ Num D>傱Q NlDvtA@ã: pP`m "zܑBmܥ­+JK+E@(Gk薤5/:DQBmT:e*ihXQo T=׭=h1#*og\ wcGctݵMZҺi:"79!s`[oh7P> I.H"Q8gYj!&ꬅbgwyl?U@귬X\>Jf^ T\ǪnWΦ~3=my@gGv/ 4\ 1u QS3nͥE:,kڕ0Q&Վ v.b ߫ C[{9 K듳k TNW2w+0IE+A7A"Av=)\N"NԹ0,fYvW҆fMsqAKvQU:2ƏILUڰm֑=OLUڃ+81E]19䯪wfDa05/!vK'_:yInSvORMEi}b3󜰥P+°YOTzYs5ܥϢ/%!e /CsWWa$*{C8Ʋ `ɯ#ރa!%Oj!,⥦ya$ҠA^bp$d3Gu0T>#w~ۿoGM ٗR8kBrO*){5EeŰk6FAﷀYYfLcgI$ݫuyV]ƚHLaYڞϾ}^T6J0u6Ck_m*2YZ|h,oGQ!z0즜g FL)L3y=pǩRN#΍u.Y.;.-(?MDP)#&cgŋ!NSzyܹu4I73>% Q6ˈs3rwn^m z U.A%̈e$E=8ejBY3 4v @wb#xHX 1!r|5˔t+3)M"2CsH-%Z5lZCox'?hX3*^Vh?MA{ۃ}#.%E٫^e?%"$f7hvIҕ Df9”n-<+ح~7k!_@ ,F6'uÆ2,ȜҦ{YV*oOͲ\sjp«y>.E9Z嫯IcgҫcCꢏU!O}e7gYcw e=m"SIBsڡ jkf^V)5l;+_`* pU3qGL4u'r.`@4FUG F`+1o&umtp:({v=b;٩%ZiR8[7x̼1$Z5zHe2rvFoEӏ8z"hݼ=Mv m3p#@ 3sH 19K`\(C9=p !foP#3;[м-ՓGL0u |>2/E]BO*}X*s3G.h_cmaterial/fonts/materialdesignicons-webfontdf71.html000064400000000445151162653250016542 0ustar00 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443
material/fonts/Material-Design-Iconic-Fontd1f1.woff2000064400000112760151162653250016204 0ustar00wOF2?FFTM`B N;ihܢFB|MpAũ+::V(J^gu\BgM& HFbVRmcUMQu&+)ppkhq ;ΦMxx9p}^2Egf[c^3P1ƈ5W~sθ(39T*?}?y͵¸R2׾~ܹV<7ZiB2bQS"O p=06` K05C1߫ՙE,I4j>Zg|d;!0;?O:! E M*[B(.X&*K5.{BmLl_Bj]F>.mC4gJ6l%(R4Z%Z #pP m=kQ5G{?5_^@3E= :Tmu f2B)*t3:@dޮgTڜq qF۴ۚsRy29?fnpӀR: wh,ڬ+ ɨB2r•"cg4YW6BxlXb%q=ECY G Qr;{!w֊ KX:@N ZLQ~HuK yOq9_C>x}XhFV%H[cRЗ HN3mJ-ep^#"B&ft~p( %pUPQFw2;;֎->{asFz9hD\Uu(#Ӫ'=/{\@~"XdIH&X4"e9lR2OyOSL&y -(y$";OqmN8{۹5^{G) $+dR+WYSS$|z;??캰 ?|3}8,Og%pi,?2x}WVܸ$ QMf2Mehf 3\MKxKy֦Qq+ *VDOPOO7a:c`Js^x. ,{Og,_6/%!ttwsEivv 𬫏WrdXܸUe>t7 7;(t#h߳{} ߺx [RrAZ-ΑvQ=?.!E?$*I58N=I;:;P ۻBzY`>P3[֡-W+Kp=s.9~VT6y.Aլ)=Mɖ 堟-{f٫GvğΌ"!$Lq>nk!+v9&/x.g9kA{&E_MլkKuWPUC*}(펰WIraޛPUf YU$cnL=ܡoe}dyPC%-@)-$7cBuհ-tQ{d^2]^jkMښh%y:8f iZ״p(,yib"n Xwѽ`G&ҥw@Ss/ Qv-C,5cN5KFO$k)3ÐJ.hKzG=ԡx+S@EuM[8l$&rs#+CCԾQ3;|\qhyy d꘻ijga"C3&P0!UB;/4Y bҰnhepͳR+u{ lu*x5'cX nYIG2>NPd&M@]n'I6$XMY7xK\{}IhE'_S ^C ij%9=n??S}Qnqy&~1p{Yx9pTy[\׏ENϥQ oBz۫/>Ro>au?u6DqߟyCF68ZǾpmP hKd{n=J60!oc|Fc]F* r>I\jJEMA Oy σ3a?։U*#զt |ʅT!1bVQgpO?wWε/D5!@WQq7 wY Gϥq+˝XB?:xAw f1>1PwpjGF%6cy2$ |M>Iޖ;,F ިbz5?1E̱j+aj(8A^0Ó@bKڲ|=! ڨ|XZWPUDl6k{A1GApb$]]8> P}si]|Ou6N!?vG E՝X:, vSmb`\WǓ|8keeZCF~ygO&fG\6[YVIRshghg[\9 d9fAB{~[IbpG5x(s,e],П rbVYQ 1bP$])SQٷzYwvקDD\eQo‰r0@ZZj~|B}?~]8ޝxxЁ;!)NBe *% g%GY\W.h8ȵ5.k. dަ#+Xmhzr}Wu7H]ϜC/M}z1&cp ѐF;M!V_=U ;U'4KAN g7dEeu;¾ISLC1S(`HQ&f9&hK%|4h1=5vT3>QQ@Ckfۈ- 702מa{x! ItVV/sKZk%i諌*<+5ȶ(s&9 u șvBDd0Eb ⽯M.ϊW@0 % E#F.Դj(AUJimD=fyY:>Z [ Q u0gC1D\fShعL8f_鎍k3(MQeu8'^ʐ5PC 2ƔFr:o̦.ё~\_WO:$ڃH XT";flQ/59bq. خ~Ү̇ g5=,S1T{{ڜa,-sPV!ɒV>ھxWmy9>sLN?6yӲ͒h]}˚XU덅E/`MV ֕^PZ'ߚrgW׷Nv-44xq>McOYܑTMdK!I~<q.>?Ƭ5_Ycv\^H*ƽV ?q'$S o}, k+p5SU&$ԑF}3jaWĎBaE4?Ƒ LLOwr/ś(1'+N^\װ^Y]avVNSK|uwO눖xeZ`J8;wjbUEӨ)MsЂY~pO]_¿\rl-Ģ04A=VǙh.wsPrC lcvӵVTPxf Y:_] v{L~(XyL>~lq/ŕSJ_?=c,:yMe}67 4M7aIɶ*;F6r=K9_.svfz, uu+YGʫdbpOJX zLWc6bmC¢OL1B1 vgx0X\ qJCjh`+*Hsh,&%i#;ed Tcd!1k&VE2xRp`&pD lze$|c%.zhv_ ,:Ŗ~kLPCCXtgiE+@_= LzkL[5E=QsF=XcliˆixH:8x;8#%{5y c vXJM{^rRqB%&Ţ%I#B =Ztܹz=]ځsH  c-}PׂqlrSјInUՁ +J(u%Ds>.׸sژS;q&9Ӓb9a-@j9evO8ۆDh7r`Celmڹ8)6I4[!D9`$]l% jg\hk7F~+F1w bGqf*甬 6X)Hޞotlڒoϊˊ \,u' ;1Yf}28L'AbǼ`kU'MA{`4$ȃ9 Ds:=:U͉Mŭvp2{@hKP*N|/ͧOHE&չdp A|YQVoL(1(h@}J/ +j&@ˢcTHEYU:d^Lp~{ȼjleV=/_LG^#lfg3Nڌ)W~F.QgxTT$s"8r;ʝ/- VlOP6vݜ]x|Y; {( 0i*a}9kh"w{tBe5@F/O$;bMg]Tu A:ojmZ@zafqNul7'Ye\^_Hc'1uOװذI?l]چ(fuMse9zI{p.yӝ%=KBsEXO_VP XOZHU[ T/{nf\buzwsQ˳~yBe5:Iڻ|MEWϡS(q#=g>M`|Z먍2˲#*Wmkdǥ-GF>-of,cAOCǂ(SrЀ9Tœ00Hl)'lm:Gӌ9M9ΦJN-LfBtsK]Cݗ Z xΥ^7=g5NVe{ ƌ}0dcFI{c\!_ArԵH;.Ė%$:"'Jb#F|CTwkMTM,Qh6b!@)XX8#,& kf0aaUf-nQ61֮mS]I;KW)ϰS3!kZi'S-as:]-4r+;}Su[ӝQƞ!4B&fb? ΐb/b LX7bƓ2/2<hnnخY"H93rF=L-ɞn> -Iީ+3ı &n-0!WNޚ')f[LӤh=+,Fֹ\W=0p#g^FRcuRgg*DɱV&@?]WGCpAɎWXc7\],M\;+).!g(&Jc.P ex6BmO5cǻR*po͚A}P%ׂ̲Eh~1.N@0k? CoNKv:nژJZY|AGfV@d/nQQoyǟS!#`^z{ͥ7Ch@V'_'L МIp zkg3/]ǘ1m[1wu~նvU6[Zkֶk]iݟJ{Z+Ww̝y^ m#* Œc.NSک;FaK5J[Y Zyt|u\h69xߖ-@?ِ*=L%%jD7(2?Oлu0ƭ/< ML2& xC{Q5|땖 )3Q0mDp%4C94 jzPd#q'u$fki5(#V^AyM_wRﳑ6UܵPL';K?eM<ҨIza:y9G.d5Io^U~Vo0NVx1EՉ`Pz]_S Evb?-Yz~yC?(B[fRf]|b<CP]-}3%ǚPHr3SL:~[.Qz_jZ'YDIt=U!=F}jj=Ej}fǯýdX⌲zlY+NKVqR"),U*}ן+|(QC(in ~b>;LVOϳCȂ}12?Q}JxPN6{ 7r QO[P'Ȭ7\"4ҮZgt^UġEd]?PStl%\@p-O΢Yb@L)\Ħ D[۫1XTUie a479h`SnTM'֏qǚI/,en,Sr꽱O¹"}xEdz"Ŗםk~#YB/q<Q38HlegsyK.`6h.ZM1>bĤHbSal) q bLX+s;g鰛q@Э<69+sE9 f,uKwaUtZcH`>&/?"shQoZQrBHp]B2Ͱ]k>ㄯh,O n 5$7QuaҐ9w[C7)%ru1d>xA>`g/SU.BD JJU5=G]4C@z ߪQj;T):OM/6P? KI(1OT[G,mv:=\1$sò5:G)k{GX^W;WĚx<7]D(z!D >k_֣pbF+CzCdھt5d}rXT ,^FJ̄vQ*#ÂYh/#rToR ~] ^+gGqx rM#s3e,)Ý@|ć& h5J#$!$Beik(]KQ#n WJS2X*0@S _}7USG?zé5O7^ Qvo&`LٳԏO/C}cpᚰ){=Һ+U7bA%ق1+Ch2BoΗ|Cs])F~?\ V23}#=v,uZߛ^ 8kTrF8א{ "vbc,qN(fl|ʱ3n󢎸hrAQ#Ƃz2b?V-S!̮ᯆe(]'m''|!ز:MǬ#^u$RʊeGq֐P6cxfK3*ùkql՛G{ՋKBOry`ZMֵd~}wұiD w$_m]'};=<8j喱=wsmm`MϽ٪.Hv , ;Ryw 3}E3}c~򇅤 >pq_ Cp=˺x<r$VD؂o4aLo : d$B ɐȊ/0(kaGR΄ 35ROmQ: WG;X,")$ jsACC\~8^-Q܎NJvjHG"*=H tR(ߪi @䵟q/lR2ֱ#6U96LUOchj Hw0ZpٙWuʉݸ%Ai{GP(҄T 8Y3 uާytߧuw--R}+0{7;KfOߏ/i~h9(RR{k, fBB`t'z9F_PF|Z)[P]7'_Lw kWr֒ZKӻV}8xqLzOn{;(גrz:(*}T m} 㾑Zo>Qi^W>\Xg6wОv;-S#ɇ4rI1j3A -QpTdg3;:qEjCx23.ͧ>($׍,F:b`.hGDs6 P|mjJ?B% =Lhii:kEHb w$JN39݇b5z0vв|oRTO(/~B@+Lg.!<3&C3gZ2{393R"*" WaYfPaw'/'˯xUC,e?7  nh!t2]X/M5͗QAu8HᰏD j" +t/ {| Dz'zatmޙ^~d82(R"rao%u_hC68B9bKO4Yf2T~B ^oص=a;~3BC h n ?zwgÏyec)Ǐ’.o} o%9$T?yWrv[55¹Ti*aanjRy5i u3V"-&M׍vdkHvdfs{AeP^ ӕRr.G_jn_=Ϊm}cepDTCf 2|A H#g]Gsj+[/KdTlkLw&FmNSWےzL{.`kaMϥ',3eg=AnX. 5j \[jTuvxX yw L/slMM,5KuŊ;s< 1 ؒ'yfPQŁښ \P y9>H-A n "Mˢ 骘ԔYLEa|FH4d#sd]I%OYM6Fɏ#j\y0tAW <r&b~OF`X%pfqU-ԎnC_Lr:ljǂatah7U6z,dHZH@"G&z} ۂ>0t{a<ջGw;)(q͗ȧk'e@:SYO4,h5t$dfd]`Rۢ&38LkT8㝋xnzwC^7U0N碞F#vN/\5B[/$Ƅl|b: af:H7 7( b؃/wlD݄r!Z\f7B+Tij@ރ0ݙОXȠJ'yRzǕQLPw6}[tod-H[2jqqixT)UOrS_-(vIP+Y]3,}zqv~٭~~&d  W߮,ҐcG= Z }jsn9.#lp~3[XһƗ'7GKs!ڼ[\)GO/(=l0<0 j@.<=[TvB(QlN`|"JZg,|s6\&}Ez1JA&ȷ`)nZcӪ{哼wlRRlAQ"θ\ٲ^g:3+NS; eG JN9dH+xq=y.6^tE";AIPTǀPfWNlۙ P+ +@%T@Gl&ЬAN!]~"f):"x:ƞ` aQшc Q߀n]t(8BbucQN/'9n_͎)@:uξ:iZ[cA$}s=ENh=WCˇ\tc mhܝu12^.WA5'<[i[ k#]Çۈ̠В% ȖGj9fzwJ(C{%S=֫ |:HEsJ ^Vv77=>p#Dnj`_$`j(`/MHD2$[ g37; Lw(籹Mwb&vjEq vE`6bK(ҖF] ߠ9f|Sa\!2tKd PFwƇ< [ =P@WPA&mLsՎݿq3˳Atx\~nHn?'2RawP|B8F4^lq4a:0A1[=r,a1w17e=$qڐl7Nk﮺QUym5i~zG]h[eӌE++; jΏ jͩTL/RX:aWF;1̾AyM7L K2B7J,ZeDa%|FוN]g|5&V?c9D=^ ,SBĕ`&=]ޠyI&0x5a (;RN.̡͖OKH~ߢ+mKꨧ:Sr"sCر LC}TB 95#P>8g<ݞvoǮ Nk7hO-58-yzD=a%O-oj\i sh:\NA&9 ?ɞښ*,w8vug +fqh%ªqK:8agcj@-<veu^t0ʠbա".ekjkkFJ\/xQ:Ȝ20h08x>0}ˁ 1(|av7pe5Il!VMKSdljqO$?}NFhqDډ[WMbU Doy]nb a"P cǮ1!rD&i_d:"9m6F ^1#eF<].M!XӵLQ"'=R{d&ɀǐ%M ]ɒjC"QF$,PEN*Oy$!!Ue%oxegp0?@bXϮ#%ߢN~i VkD: y'w("> PGr;E:V#0ɰd"%"Iq ʌ͸3G HUv.TAit @=Yp/,LxyC__1%Q8TQNNܟ= sKNŷ~}%j+e^<=úz5VfzYR$ϛ鵥b A\[KlbSxeT4UTd$4rT%/{MS u+i ؓiZzsjN%LijJ@$ʧ~{S,r$H(EIj|0Tp>NUJ}i`t*ʿƻo~-f)E4(Lc0k+7+\%I,pا8! ēJSkpP|.NڕfGsmEYX,ιIϊT/ .Kԑ]#{B#,cn7AX/k1PŬ<d=`k"C _TX#ހb[a.+!&- A<W0& (7r:2tzj#j3X"D:L)/&D]vr+R2uc+;e4ͅ83zK1 qy`EQEy$G&СRF&Q!ܐC+cε7k2sM1wٟ8#Ѩaa0[ !BXlڣfS5--(me3uBI/#ǽ]>d_=P*)}ݔ88XO(UBTQ|;n3IC3]kdl@B`c<k9>x,t`xF׮*{.]t>={w-t'Nwkqڸ4*;Ąu]A@ L)|Wѻly{H8-,/y eQrFɬ 3]7vMH=ϗx_f\ؽ>=z{{l)`N(C4H>FQh^ sɹaC]A+\ndZ4(x2 k"7:pNh~ RY|zrE!"6 Yу,M(AAE4UTm\~"zQ xzKBʢ؈VqEkܺg}FP߿zH@5:,aJ!~!duB,ɏܒ^/QOJ N09ſʒ6#$݇8pwcFh Q|1JosC6x8H#n5I-4ny!g+6Iv*QoR7!-(zEY%xEB_M{?Q#-ggg>@F<{G~L V SM2Z/86n~髂!C<[P G#.HkAga`IjO*.UcK;4`v5EjV6oK4eځOĮ)"׊ʤƍ6UuZL$aTN27Ot;7_u\\јgF< HދkFEY^"Q_ϯ[ߴ0<ӝ_x ϨgF(8zb%mz*'eԅƫ\Ƭrng[VOb֛˗myWo[!d9%%]˞1=ԳW)Ϝ.Z`*R9Zɔ^Ledpθgp~Zl9m'_b]6~Vj)7I>556&:4j,#>U7VD:NyRnP ?.-: C+2N~D> X#2y4*FUQ/ڈf |⹏dfI͊M6ڔ}ZQ⬉L523/_oKlF;Y8q6mLne֩gt9# 11.Zǖ5F^->"\#wnӵ-'!K#׫wiw_&4Flȶer L8AKA$P$ΜE:(05]$ȊO;v"=ʖ/Qmv*/ZH(N" nj괭Zkmnu֎ǦY%f;tRŏ91Gahqd&ISAP/6|NSڣhN '9 ~7aJ{zm༸y&x5lL 8SjpH٦6:&#,F S*H N+ B|* br|A`Q݊.涢V"]p2 .2)tBXPAWpW '+[|JE&i>)w=q%o MsSF+ߛm9UJFub-0Ee)bT& MO%o?Ll]Ns8&7,;"{QJ_5n HG&;cw?mc1G:G SⲵXxI'T LI Ab2ny5Zyֳxc_sXFcgÊ3|Z45#G.ѣ)8>2VvM5 KZ{m)/昢i4z # 9P1sЧ.DZ&/aE\BŜzUx!Cx8T3zXQP:Vk1Vw{Vދ*>ҺK5PjM|炕tGpJcs8 m"HRͱ|G]QX =lPPz)q\ox>\~!8(F&xTeZy@4 [& 742Έ7w./uڌAyI_VVˡgۦ-Fc %F˗F1g]38=:K8"ȋú ȻCXĎ>c,TFmXI1&$$YyrM ̯'6m$%;U^V70Yf{Ws#.ڝ#֑'=vzL0B.njVIq$PȆm$ ,MpgUuaXWTE' .-A[q2N-OdPoFu+ުg'9;D Qjr4n M gK3pI/};Bc$*<[Cr!~`Ċ%M%W|^)t pďfP~6+2!%"&&- AHpfGY|S[`*HU-=ҟ;ew stdlmlxFI B~$y԰ڽDwP;7HVP)A/ZDz(QG0 ׫7E ̅ ;"#U -/4QOAHvӗ%KB<["l۟Z2񨻍'սR_h2 e $Rp&h댝JKtr&"U3@ޯ["FVxLmMrDy[tڢ! Hмqcd Kތ`%EZ7j 2!y/& 7[ҊT#|"F2sG98S󊞻S|u OKgj(Ǖe3*nlGg|z :Jf2{(G%ךŕ7ɜ /ꏯ%SUa iO@E2-NEŴ 9'ŬgCNEKI'2cݸ z"A,-slʤ#I6 ߞc ە /96ǟ=no]+4a '|1H~M;*ܳtx8]*y~× %)0L8ݖ'Y2PtoGFʙok4fhb"xˎв/WQK1ϲ׷jJ5E Hl*3<;cN^ Vmɥb^яtx,k=udLDXHf͠r(Os$͑ vat0--x }/k_{7#eyv;Es#D@yrnsKA⠗k~<)o8x5:Xaz4qV\a9NvAБLfo濉|v5F6wq"+NA`>၄rvN'x4FesӗͶ2t֗Fav^U6?Du|vJe0ĊO'+܌8ca$9W 0kvXNtrfqצMXt')ILZ4 G%N"oavlg#mrʕw Q?ZלTm?F0ZS[RJH ud$\Bљ4n)]5_'dO2u9 _WfI^Kֶy\Y>+| wȸ(,Rux cCЍFERlUvs!"4ڨJ 8}B\W?_$ 4+a~\ݻMCfp[HiA3$ko~wQ;F>"_pn˿" XbUaҷ?T6WY[:_f2dόk^ǦRVԢޠ_Saڑӵ%1QWZ h,)xefEx'| ?krBˬyy}xFF#n=cƿL̬_r6 F.X / `zBlY-9);8gn mDKQ)e|#M9gs4dxAOeEeܗ3 4 3%VH(>`+E\T\.u:GGlB혷],X80`g(E}0̴F L(R1aSs)"z0v1}+̔ӲPX!;sz?Yj)vQ2} ":Ai2 )ah_m O)*\\Ę͛*<J)>t׭N-SżcUTemXwȌPbz'Qad4"wJZ|وegViq۰0EkrL5;-OGzyYfU~z {\s6a!0DƙH.rr0[[&FgoswHvD;w>v໚>2]5Νt˖ $sR~^:,p8IfGlZ(LCC EGE>Vh54Q9oaO[(c_211pY,+UcTKބ ństb4u<-á.."B3Mynk( )t'H<{z|j`hN7H爮5{_AҤBҡ{<~s7%%R樸xYiJu 8cCB4T:x^بd &riqLczvX}3/RsRcJ"WO!FkACN݆,*W\WLy5j˕%*UT/Ν ±7 yb B4nL~sܢ5|0E-4xw!Gݒ ]..W5 ?ksmd+!9RtAWvA !N}RSWyRNU H|%ooOoA{Z`-§sR!K9̝@%'0* Ij޿*L|;cE4>H~s$ luӈY~P ;?$^ 5pm{:5'?ԩG1:eVW-勁g:q-Y-y^s.V>/J$cf"Kp/sr*/NutܙJRoXa"}١j (e~4kӪ?y첊#Y,a4T٥ۢr weq,]]-;&`J=kφ%޾}ɔ> (جꥹq:0ല,#B:Uoӓ0ۣO[ PYk.7 .ڕjO"NkNGLSFyQJKLUj@Ù=d>!}E?7w_#dEŰSx.t.V4ߧEA#PQ]N@s>;fU Ց> GD뉨{X{ӑ1÷ц"aK~ N<@6f+ mCVQ=Q+Lg{޳κatJЕ:n.1+NlD",U( ]1b?c}'9*3 V:1ƞdp#(U1K/6 "EMUK 0:&i&c0aaK/{tz(D!G5; crQ+$= ;TEg;:l2# z h훷#9 aR!a'f!ۗ ،#KtMA&YX~Z.jMWL%J8D' s!dwc\7NA ~_a.uwwK_r8>t*l3$ӕ«SJK]\oWΠF\m$v'3Nr$E"8U)@I\LHiL+M[_2X~̚ڡ݁M?Z` ·sk&rdpn׍#RhL#.i hDo7tNj; STc;sphhjhg4Kx ;INL^g<'֑FQ_;.D./vz )/uM.!zxKO(r.8Pu-{v Y^nĪ*֑.>^Aoh,"D3/.Wcuڢ|)_7q |, $}U,{[?-aΎ\IZUJIi;YbN*JjmCiYjR}ѣƅF6ӭ//sEGL\ю]#/L@Yia:p Ig7m!1L芶nHqZcNJ.9!L toe%ɐ{0'A#~ +obJl$PCV>HTj v,kVXj)YiΨ\h;!6Xs 1KByQNc+&JMRer.恧+ ɴi%Uhdc=.7q[eFQs˶hllhj`grH-6ۨdDe.r/& dt `8z=JD`gAI#euVۃ|bOV#mŴK]Y4 aa KXS}k na_**)plY{'։Y\2A$IEP kǻy)`6yh:FyL>IW [ } 3Z`'1@$rcr LT)kJˣAlĞT^#'Kl2XR$5:.Zl)NfE]k816B21sJB91\c\2=5~ݯZ ;h%0uO$7qtgb% 2dYd9>>1mA"juKK[mG>Cj@c)xxqf43I4QL45%  "9H*+>eThdI3hOauh8F`>OǪ3GK#6P `GwߌqEh7yNous ><:::gKWQgv'kj~aa/lߟ6ZBn_q #p}f!yR9'D%++cUe"iIeHjY^^={v>y& Mz+D u?D?#a.v;^ ]IG/u;O[Ó}Z 8p$0 IvJL{; ͓n&Y=ᎫM^,d܄yT'uqFtvt8x܍Jq7S6yiU>( X'J3TiN B\|&lq{Fi  ;vJB5>T.,mnpi uEKGgG /-܇ZǯvUѭseW}q{ܩ[\!b͋r*==WV-tjJSe&n=.Бs n_,V-J؈6Q$XZV]_[/(s:R~6K7.K1[k s2\4q;8('&/V|ڃ2KC@Jh Zr~D1 P*1bbTʳClz8\ l ]_̼F 'Mp?<Um}PN޶ *躃ؕrl(shZ,QK45 Xkke#`Jb40pT4ř=T,-9(BlQv0&!km1$j} ~A7Ff*S`fKQ&BK ʍ네fw}% KϷ9.Ƕ:kGk/ hh~eKJ(KuMwwz#d;PЭY{{C+dJFt 5UZKJ:&W46#+KeZ4o?BXN44RE+|6GR#ƴ|skЌNW^B"ytSY!Pۖ5RF NJץ 2wXw^h:lP_oΙyt/v_=T+x椌a<[R1sX,\<<\/ݔȷd&diQ""׮ӱʽ;5Igc+)ٸ$_JX`0u+%ȿ'xr(<\Wo4c>Kr @!o^Fvp#+++u|=2Njnqt$}F: ذRZZ*+p9*~쳺-/|r`mwMjz~RvOTF4dE/Nz6FcM{R mN=VIܰ9Ha0?uXKj.W˨OM\RgV 'bu$wU?O6v,L:QoO_n3;:IǧR1>FBZtS%G|oQ'S|3=$dHR "e27V&ϋ+f<޲{!ߒnsd똛Y'8ux/͎![ ժLNK!">kgF~bCi/&^lP}peɬٳ_  X}ly(EMsKu/;:*|]@3h|A`m'j E(?5OF{bT8e.Co2n!${C'~%ayRZf'mYf8@_]y\u} u;g|gݫ7%v2}8nDy@1oH#lV20BV9.**nO!T,i~kh؈o[ώYo~ o\&S}vz;h+c'4rzLJyܰ(E#=c곣FEgK Bx n5yJVOkPTqtbl\2YrF2&KujmMqq*]Scbƒ8Oa7%.:)2I\2Q~~u\R`Ö\>b$%0D֛#ȟ@^\+2 Mw!zHϵP ֱnSwx_A.,Fh.9>go~ ,_H$P鴅s +'ra6-2mXM޺"?UgBojQӋM8gnVs1ϱ^?3=om1I:$.> Zٵe2lTQ}U-4+TVX«[#<spjTnNRk$1|ZbGF|6f(.b03(5eGVl[f#= BE~$λ`$[ .Kz0}xoJhLmd5Mx4ε bX~uA"ߕ (! ~!20_ ~qK{?X{V3.8 mPeS :,!`O|E+@"I]^(_lYY)PzwiiʣRE =Qp"t8:paAUyP/D./8@yHY+J8wr]'-/-c'M\Y'EQ9nEԒCaarpv -`'D/Em%C/>SVD4nh\mCBb5= _ӳ0"xu**m*Z/?欺)s4ͽ]kk sojn9ZgSkD:#gޫR޴7ep=vʉ60O>!3(.SBY3ЋPpI`cۛ ~٫KO֔0 5a:n؄u [NHb!*"Kh ։zzCl~_w*V-YdEcU Q#?Vrŷ=R\Dh%W*Zz9)XM&wO:(L8gJinh =P@FzDoĠ`s$NɻnKY~@ #pvzPIoxONXv:Y.4ɟeK](I$Du5j"fwcS[fBQ2%D`FF`DH]6y]=(.*<j4[dr N1>N'MEJX %Ґك@<cWIFNV~NVe)I>V,7$ DJd* GH3s.Jʋ;$e`;zW,n9ߏh-x@bKj$,4>n^tVH >} h^Z+{ӂժ捲Z*R{V2  d$yemZmm6/)T6^!61Va/d HȊ؋.jp1o¹mbT:++; \B5qLV 1&̴KK'KI1U7m>Z;"9s9LӀ #֍L ?пlQsQlPvڊ$P 0&ﲾ8Z3uۥNc7\8*60 ֊v",ifB -Y>X9lf3ˋEqZY'[e715iZSݯ[dž=;U{5o=6mq)JB/l*'|F˓r坉PP2_N']i'ٸmcHMwV@lײ"-[5<5[!}O$v0WW!8SMXZX!r62We{cag fD2 TdKK`g-KΌj ϼ|\\=sC!WTmw]sbSHծIs`px{` J0?3R|` ?.06hHPzCFz10"R e28ܧ Tֆ2CT:+AO 9ן^N鱖W^9]X{擃a6M(h!qWO1m<pe2Lګc0Wc04K(TՅ BCC`"&HC xc%/;[N*73{xGwFg{}ެ(ia<Αh6[i-N/R^_0580=PS#uWE> (c)$TR*:D_q0.x*gȁ-Io$Y<Լqcs!L[|3=P>s{|?{= oÆ#;=+frǥMƈ#A7ס"F 8Ѻf=s@~TJ_Z qa*f> _I;k'ތGnv!&9r5 +-r3 a:K׿%śxݒts?f/!D,YS~mMbaabetIQ,IL t/(ܕ(IDGs\q۸nRGܟo⤭:"ƛiGEg _P8DV}/OUkvkc=k3*#zf/x bv)2rE!-Aj4 Iяr8^\]U2xgU XHʜ2eMA>Ad57밝53\3e',ʷxA<ͤ?_;S[ 9NUȜ/[+o=Z=!/($yהi0SJ*tFhN<GH 4iù+cԏ k6M<GP'B;}+^ZD]wlZ^_*~St V6R]W^=j A7FSAn JnOs~j} }8`V`vL&{*~Jg":3e;%`7! FNzK6gn.>ŏkW?Χ<5)?A|#A ^?U{$ ĦʢJ E QM,K0Kb% %V~i0jTקHtcGN)kj (~+ÔɇdW q (CMyk"y__Qoܴ',h2ڰK]}Dnrw)O!Yn(gn;c-8nQVE4( B̳{p*Z6:8,ߤ[,?xLapCYO{KbS~?̺wZ(gm֏6LaѴJ[($ydaVZbly'E/Ɏ d_thy2D'#o]Fe;jPAO8;Y^́e3-`=EGzxJ+ Vl@W=o 'QJnbذշ/;pz2).X@ń_\m=`ucR#x5”:ƟkZԹxT> ^ux Un8e\~|@Ji>!o %T8f3d2,NXA);bZr7Lu͙ߟk3itY鐽!|GCޡg׾ݼdTG) ^3 l0ȅ1Oaщ; e[ʀ8pGeekV|m]{Yjw3\ͱs+}TrfJUPjaQւ~פ2hAG4k6' ^iϑ euH}TliȄPvVM)9ȋ 1sZ:]R3aKM ّ+b \eh UD5^Aǥ]i!F+*ۉsDVwZ@WѺwe2wZJF/A`*nk=]#&棺x#WEv vD>R݉#x(nfVEWbg^ov^ڱe]4%7 "H Z ڦ/Rg2wiD-DkMy59u|6ZfO?3c<^ހ;]9]Ngw#)N@$iHtm ml[ Efg8R;FլJ2;8jUWLib5Rvl>сgwr7wD2\*7vx6c-kT;sgZ uƌ^XTcU7~uu=]/tg azM;We4;{vQVܭb#F2oG ׫O=lW]=kcT)PkYD+]2Dgqv.XzgԂF;yR}(M%3CEkR5~v<(Nh vw+7Y5s^-NMf6qtL+֥_}r@:A&p><S|&lsH{I:kI[IAJvdY'i/y刼,ʧqwa^۝ Z_{|[yBN1-u~3] 뫛__>(g?hguN;JhxjGP٭'١m2ZemEfKi/f^KO_^'G[9Xpّuh5IE}Y}Huí#MwYC{!8B){vց|" )g/{] +sc$pʾ %j]'N\, gm yrUg 0|oMLO!gf A.q!ޔM@ d|}hٱ{rtٓ}ھB{r_T[p6/N&o9`_wOn23A7%\9N9ޅ=Q[}!ہlmoܣåɫGG;Nix?L(ߟD)X:AZhў<\9wVI5G']Mx rWlJ[~}Pe!v?2 ǩ/%]2)/[a9{7OߥТM@L e $5DRltL;h  a2`C!Tvs{Ti7GA1GI7G4!=6WK9&q!6 $b3nڮi^m?~@FP 'HfXDIOU Ӳ04ˋquۏy@FP 'HfXDIVTM7Lv\(N,/Jsnڮi^m?~`OͰ/3jaZz~Fqf9_UeU7m4/u?dRU=5ukFk „2.:s'ieU7m4/u? #($E3, $+e;a'ieU7m4/u? #($E3, $+e;a'ieU7m4/u?C0b'ؑͰ/nQY^Uݴ]?Ӽ~,tu͝xǞ0 a'ieU7m4/u? #($E3, $+e;a'ieU7m4/u? #($E3, $+e;@QY^Uݴ]?Ӽ~ߟ )a9^%YQ50-q=?8I(i~yY8yiQV~H}0 ^70 ^70 ^70 ^70 ^70 ^70 ^70 ^0 ^0 ^0 ^0 ^0 ^0 ^aBRicnaBRics „2.z „2.z „2.z×bootstrap-tagsinput/js/bootstrap-tagsinput.js000064400000053506151162653250015617 0ustar00/* * bootstrap-tagsinput v0.8.0 * */ (function ($) { "use strict"; var defaultOptions = { tagClass: function(item) { return 'badge badge-info'; }, focusClass: 'focus', itemValue: function(item) { return item ? item.toString() : item; }, itemText: function(item) { return this.itemValue(item); }, itemTitle: function(item) { return null; }, freeInput: true, addOnBlur: true, maxTags: undefined, maxChars: undefined, confirmKeys: [13, 44], delimiter: ',', delimiterRegex: null, cancelConfirmKeysOnEmpty: false, onTagExists: function(item, $tag) { $tag.hide().fadeIn(); }, trimValue: false, allowDuplicates: false, triggerChange: true }; /** * Constructor function */ function TagsInput(element, options) { this.isInit = true; this.itemsArray = []; this.$element = $(element); this.$element.hide(); this.isSelect = (element.tagName === 'SELECT'); this.multiple = (this.isSelect && element.hasAttribute('multiple')); this.objectItems = options && options.itemValue; this.placeholderText = element.hasAttribute('placeholder') ? this.$element.attr('placeholder') : ''; this.inputSize = Math.max(1, this.placeholderText.length); this.$container = $('
'); this.$input = $('').appendTo(this.$container); this.$element.before(this.$container); this.build(options); this.isInit = false; } TagsInput.prototype = { constructor: TagsInput, /** * Adds the given item as a new tag. Pass true to dontPushVal to prevent * updating the elements val() */ add: function(item, dontPushVal, options) { var self = this; if (self.options.maxTags && self.itemsArray.length >= self.options.maxTags) return; // Ignore falsey values, except false if (item !== false && !item) return; // Trim value if (typeof item === "string" && self.options.trimValue) { item = $.trim(item); } // Throw an error when trying to add an object while the itemValue option was not set if (typeof item === "object" && !self.objectItems) throw("Can't add objects when itemValue option is not set"); // Ignore strings only containg whitespace if (item.toString().match(/^\s*$/)) return; // If SELECT but not multiple, remove current tag if (self.isSelect && !self.multiple && self.itemsArray.length > 0) self.remove(self.itemsArray[0]); if (typeof item === "string" && this.$element[0].tagName === 'INPUT') { var delimiter = (self.options.delimiterRegex) ? self.options.delimiterRegex : self.options.delimiter; var items = item.split(delimiter); if (items.length > 1) { for (var i = 0; i < items.length; i++) { this.add(items[i], true); } if (!dontPushVal) self.pushVal(self.options.triggerChange); return; } } var itemValue = self.options.itemValue(item), itemText = self.options.itemText(item), tagClass = self.options.tagClass(item), itemTitle = self.options.itemTitle(item); // Ignore items allready added var existing = $.grep(self.itemsArray, function(item) { return self.options.itemValue(item) === itemValue; } )[0]; if (existing && !self.options.allowDuplicates) { // Invoke onTagExists if (self.options.onTagExists) { var $existingTag = $(".tag", self.$container).filter(function() { return $(this).data("item") === existing; }); self.options.onTagExists(item, $existingTag); } return; } // if length greater than limit if (self.items().toString().length + item.length + 1 > self.options.maxInputLength) return; // raise beforeItemAdd arg var beforeItemAddEvent = $.Event('beforeItemAdd', { item: item, cancel: false, options: options}); self.$element.trigger(beforeItemAddEvent); if (beforeItemAddEvent.cancel) return; // register item in internal array and map self.itemsArray.push(item); // add a tag element var $tag = $('' + htmlEncode(itemText) + ''); $tag.data('item', item); self.findInputWrapper().before($tag); $tag.after(' '); // Check to see if the tag exists in its raw or uri-encoded form var optionExists = ( $('option[value="' + encodeURIComponent(itemValue) + '"]', self.$element).length || $('option[value="' + htmlEncode(itemValue) + '"]', self.$element).length ); // add
",'
',"
"].join(""):"")+(o?['
','
'+this.lang.color.foreground+"
","
",'","
",'
\x3c!-- fore colors --\x3e
',"
",'",'',"
",'
',"
"].join(""):""),callback:function(t){t.find(".note-holder").each((function(t,e){var n=i()(e);n.append(r.ui.palette({colors:r.options.colors,colorsName:r.options.colorsName,eventName:n.data("event"),container:r.options.container,tooltip:r.options.tooltip}).render())}));var e=[["#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF"]];t.find(".note-holder-custom").each((function(t,n){var o=i()(n);o.append(r.ui.palette({colors:e,colorsName:e,eventName:o.data("event"),container:r.options.container,tooltip:r.options.tooltip}).render())})),t.find("input[type=color]").each((function(e,n){i()(n).change((function(){var e=t.find("#"+i()(this).data("event")).find(".note-color-btn").first(),n=this.value.toUpperCase();e.css("background-color",n).attr("aria-label",n).attr("data-value",n).attr("data-original-title",n),e.click()}))}))},click:function(e){e.stopPropagation();var n=i()("."+t).find(".note-dropdown-menu"),o=i()(e.target),a=o.data("event"),s=o.attr("data-value");if("openPalette"===a){var l=n.find("#"+s),c=i()(n.find("#"+l.data("event")).find(".note-color-row")[0]),u=c.find(".note-color-btn").last().detach(),d=l.val();u.css("background-color",d).attr("aria-label",d).attr("data-value",d).attr("data-original-title",d),c.prepend(u),l.click()}else{if(C.contains(["backColor","foreColor"],a)){var h="backColor"===a?"background-color":"color",f=o.closest(".note-color").find(".note-recent-color"),p=o.closest(".note-color").find(".note-current-color-button");f.css(h,s),p.attr("data-"+a,s)}r.context.invoke("editor."+a,s)}}})]}).render()}},{key:"addToolbarButtons",value:function(){var t=this;this.context.memo("button.style",(function(){return t.ui.buttonGroup([t.button({className:"dropdown-toggle",contents:t.ui.dropdownButtonContents(t.ui.icon(t.options.icons.magic),t.options),tooltip:t.lang.style.style,data:{toggle:"dropdown"}}),t.ui.dropdown({className:"dropdown-style",items:t.options.styleTags,title:t.lang.style.style,template:function(e){"string"==typeof e&&(e={tag:e,title:Object.prototype.hasOwnProperty.call(t.lang.style,e)?t.lang.style[e]:e});var n=e.tag,o=e.title;return"<"+n+(e.style?' style="'+e.style+'" ':"")+(e.className?' class="'+e.className+'"':"")+">"+o+""},click:t.context.createInvokeHandler("editor.formatBlock")})]).render()}));for(var e=function(e,n){var o=t.options.styleTags[e];t.context.memo("button.style."+o,(function(){return t.button({className:"note-btn-style-"+o,contents:'
'+o.toUpperCase()+"
",tooltip:t.lang.style[o],click:t.context.createInvokeHandler("editor.formatBlock")}).render()}))},n=0,o=this.options.styleTags.length;n',t.options),tooltip:t.lang.font.name,data:{toggle:"dropdown"}}),t.ui.dropdownCheck({className:"dropdown-fontname",checkClassName:t.options.icons.menuCheck,items:t.options.fontNames.filter(t.isFontInstalled.bind(t)),title:t.lang.font.name,template:function(t){return''+t+""},click:t.context.createInvokeHandlerAndUpdateState("editor.fontName")})]).render()})),this.context.memo("button.fontsize",(function(){return t.ui.buttonGroup([t.button({className:"dropdown-toggle",contents:t.ui.dropdownButtonContents('',t.options),tooltip:t.lang.font.size,data:{toggle:"dropdown"}}),t.ui.dropdownCheck({className:"dropdown-fontsize",checkClassName:t.options.icons.menuCheck,items:t.options.fontSizes,title:t.lang.font.size,click:t.context.createInvokeHandlerAndUpdateState("editor.fontSize")})]).render()})),this.context.memo("button.fontsizeunit",(function(){return t.ui.buttonGroup([t.button({className:"dropdown-toggle",contents:t.ui.dropdownButtonContents('',t.options),tooltip:t.lang.font.sizeunit,data:{toggle:"dropdown"}}),t.ui.dropdownCheck({className:"dropdown-fontsizeunit",checkClassName:t.options.icons.menuCheck,items:t.options.fontSizeUnits,title:t.lang.font.sizeunit,click:t.context.createInvokeHandlerAndUpdateState("editor.fontSizeUnit")})]).render()})),this.context.memo("button.color",(function(){return t.colorPalette("note-color-all",t.lang.color.recent,!0,!0)})),this.context.memo("button.forecolor",(function(){return t.colorPalette("note-color-fore",t.lang.color.foreground,!1,!0)})),this.context.memo("button.backcolor",(function(){return t.colorPalette("note-color-back",t.lang.color.background,!0,!1)})),this.context.memo("button.ul",(function(){return t.button({contents:t.ui.icon(t.options.icons.unorderedlist),tooltip:t.lang.lists.unordered+t.representShortcut("insertUnorderedList"),click:t.context.createInvokeHandler("editor.insertUnorderedList")}).render()})),this.context.memo("button.ol",(function(){return t.button({contents:t.ui.icon(t.options.icons.orderedlist),tooltip:t.lang.lists.ordered+t.representShortcut("insertOrderedList"),click:t.context.createInvokeHandler("editor.insertOrderedList")}).render()}));var r=this.button({contents:this.ui.icon(this.options.icons.alignLeft),tooltip:this.lang.paragraph.left+this.representShortcut("justifyLeft"),click:this.context.createInvokeHandler("editor.justifyLeft")}),a=this.button({contents:this.ui.icon(this.options.icons.alignCenter),tooltip:this.lang.paragraph.center+this.representShortcut("justifyCenter"),click:this.context.createInvokeHandler("editor.justifyCenter")}),s=this.button({contents:this.ui.icon(this.options.icons.alignRight),tooltip:this.lang.paragraph.right+this.representShortcut("justifyRight"),click:this.context.createInvokeHandler("editor.justifyRight")}),l=this.button({contents:this.ui.icon(this.options.icons.alignJustify),tooltip:this.lang.paragraph.justify+this.representShortcut("justifyFull"),click:this.context.createInvokeHandler("editor.justifyFull")}),c=this.button({contents:this.ui.icon(this.options.icons.outdent),tooltip:this.lang.paragraph.outdent+this.representShortcut("outdent"),click:this.context.createInvokeHandler("editor.outdent")}),u=this.button({contents:this.ui.icon(this.options.icons.indent),tooltip:this.lang.paragraph.indent+this.representShortcut("indent"),click:this.context.createInvokeHandler("editor.indent")});this.context.memo("button.justifyLeft",g.invoke(r,"render")),this.context.memo("button.justifyCenter",g.invoke(a,"render")),this.context.memo("button.justifyRight",g.invoke(s,"render")),this.context.memo("button.justifyFull",g.invoke(l,"render")),this.context.memo("button.outdent",g.invoke(c,"render")),this.context.memo("button.indent",g.invoke(u,"render")),this.context.memo("button.paragraph",(function(){return t.ui.buttonGroup([t.button({className:"dropdown-toggle",contents:t.ui.dropdownButtonContents(t.ui.icon(t.options.icons.alignLeft),t.options),tooltip:t.lang.paragraph.paragraph,data:{toggle:"dropdown"}}),t.ui.dropdown([t.ui.buttonGroup({className:"note-align",children:[r,a,s,l]}),t.ui.buttonGroup({className:"note-list",children:[c,u]})])]).render()})),this.context.memo("button.height",(function(){return t.ui.buttonGroup([t.button({className:"dropdown-toggle",contents:t.ui.dropdownButtonContents(t.ui.icon(t.options.icons.textHeight),t.options),tooltip:t.lang.font.height,data:{toggle:"dropdown"}}),t.ui.dropdownCheck({items:t.options.lineHeights,checkClassName:t.options.icons.menuCheck,className:"dropdown-line-height",title:t.lang.font.height,click:t.context.createInvokeHandler("editor.lineHeight")})]).render()})),this.context.memo("button.table",(function(){return t.ui.buttonGroup([t.button({className:"dropdown-toggle",contents:t.ui.dropdownButtonContents(t.ui.icon(t.options.icons.table),t.options),tooltip:t.lang.table.table,data:{toggle:"dropdown"}}),t.ui.dropdown({title:t.lang.table.table,className:"note-table",items:['
','
','
','
',"
",'
1 x 1
'].join("")})],{callback:function(e){e.find(".note-dimension-picker-mousecatcher").css({width:t.options.insertTableMaxSize.col+"em",height:t.options.insertTableMaxSize.row+"em"}).mousedown(t.context.createInvokeHandler("editor.insertTable")).on("mousemove",t.tableMoveHandler.bind(t))}}).render()})),this.context.memo("button.link",(function(){return t.button({contents:t.ui.icon(t.options.icons.link),tooltip:t.lang.link.link+t.representShortcut("linkDialog.show"),click:t.context.createInvokeHandler("linkDialog.show")}).render()})),this.context.memo("button.picture",(function(){return t.button({contents:t.ui.icon(t.options.icons.picture),tooltip:t.lang.image.image,click:t.context.createInvokeHandler("imageDialog.show")}).render()})),this.context.memo("button.video",(function(){return t.button({contents:t.ui.icon(t.options.icons.video),tooltip:t.lang.video.video,click:t.context.createInvokeHandler("videoDialog.show")}).render()})),this.context.memo("button.hr",(function(){return t.button({contents:t.ui.icon(t.options.icons.minus),tooltip:t.lang.hr.insert+t.representShortcut("insertHorizontalRule"),click:t.context.createInvokeHandler("editor.insertHorizontalRule")}).render()})),this.context.memo("button.fullscreen",(function(){return t.button({className:"btn-fullscreen note-codeview-keep",contents:t.ui.icon(t.options.icons.arrowsAlt),tooltip:t.lang.options.fullscreen,click:t.context.createInvokeHandler("fullscreen.toggle")}).render()})),this.context.memo("button.codeview",(function(){return t.button({className:"btn-codeview note-codeview-keep",contents:t.ui.icon(t.options.icons.code),tooltip:t.lang.options.codeview,click:t.context.createInvokeHandler("codeview.toggle")}).render()})),this.context.memo("button.redo",(function(){return t.button({contents:t.ui.icon(t.options.icons.redo),tooltip:t.lang.history.redo+t.representShortcut("redo"),click:t.context.createInvokeHandler("editor.redo")}).render()})),this.context.memo("button.undo",(function(){return t.button({contents:t.ui.icon(t.options.icons.undo),tooltip:t.lang.history.undo+t.representShortcut("undo"),click:t.context.createInvokeHandler("editor.undo")}).render()})),this.context.memo("button.help",(function(){return t.button({contents:t.ui.icon(t.options.icons.question),tooltip:t.lang.options.help,click:t.context.createInvokeHandler("helpDialog.show")}).render()}))}},{key:"addImagePopoverButtons",value:function(){var t=this;this.context.memo("button.resizeFull",(function(){return t.button({contents:'100%',tooltip:t.lang.image.resizeFull,click:t.context.createInvokeHandler("editor.resize","1")}).render()})),this.context.memo("button.resizeHalf",(function(){return t.button({contents:'50%',tooltip:t.lang.image.resizeHalf,click:t.context.createInvokeHandler("editor.resize","0.5")}).render()})),this.context.memo("button.resizeQuarter",(function(){return t.button({contents:'25%',tooltip:t.lang.image.resizeQuarter,click:t.context.createInvokeHandler("editor.resize","0.25")}).render()})),this.context.memo("button.resizeNone",(function(){return t.button({contents:t.ui.icon(t.options.icons.rollback),tooltip:t.lang.image.resizeNone,click:t.context.createInvokeHandler("editor.resize","0")}).render()})),this.context.memo("button.floatLeft",(function(){return t.button({contents:t.ui.icon(t.options.icons.floatLeft),tooltip:t.lang.image.floatLeft,click:t.context.createInvokeHandler("editor.floatMe","left")}).render()})),this.context.memo("button.floatRight",(function(){return t.button({contents:t.ui.icon(t.options.icons.floatRight),tooltip:t.lang.image.floatRight,click:t.context.createInvokeHandler("editor.floatMe","right")}).render()})),this.context.memo("button.floatNone",(function(){return t.button({contents:t.ui.icon(t.options.icons.rollback),tooltip:t.lang.image.floatNone,click:t.context.createInvokeHandler("editor.floatMe","none")}).render()})),this.context.memo("button.removeMedia",(function(){return t.button({contents:t.ui.icon(t.options.icons.trash),tooltip:t.lang.image.remove,click:t.context.createInvokeHandler("editor.removeMedia")}).render()}))}},{key:"addLinkPopoverButtons",value:function(){var t=this;this.context.memo("button.linkDialogShow",(function(){return t.button({contents:t.ui.icon(t.options.icons.link),tooltip:t.lang.link.edit,click:t.context.createInvokeHandler("linkDialog.show")}).render()})),this.context.memo("button.unlink",(function(){return t.button({contents:t.ui.icon(t.options.icons.unlink),tooltip:t.lang.link.unlink,click:t.context.createInvokeHandler("editor.unlink")}).render()}))}},{key:"addTablePopoverButtons",value:function(){var t=this;this.context.memo("button.addRowUp",(function(){return t.button({className:"btn-md",contents:t.ui.icon(t.options.icons.rowAbove),tooltip:t.lang.table.addRowAbove,click:t.context.createInvokeHandler("editor.addRow","top")}).render()})),this.context.memo("button.addRowDown",(function(){return t.button({className:"btn-md",contents:t.ui.icon(t.options.icons.rowBelow),tooltip:t.lang.table.addRowBelow,click:t.context.createInvokeHandler("editor.addRow","bottom")}).render()})),this.context.memo("button.addColLeft",(function(){return t.button({className:"btn-md",contents:t.ui.icon(t.options.icons.colBefore),tooltip:t.lang.table.addColLeft,click:t.context.createInvokeHandler("editor.addCol","left")}).render()})),this.context.memo("button.addColRight",(function(){return t.button({className:"btn-md",contents:t.ui.icon(t.options.icons.colAfter),tooltip:t.lang.table.addColRight,click:t.context.createInvokeHandler("editor.addCol","right")}).render()})),this.context.memo("button.deleteRow",(function(){return t.button({className:"btn-md",contents:t.ui.icon(t.options.icons.rowRemove),tooltip:t.lang.table.delRow,click:t.context.createInvokeHandler("editor.deleteRow")}).render()})),this.context.memo("button.deleteCol",(function(){return t.button({className:"btn-md",contents:t.ui.icon(t.options.icons.colRemove),tooltip:t.lang.table.delCol,click:t.context.createInvokeHandler("editor.deleteCol")}).render()})),this.context.memo("button.deleteTable",(function(){return t.button({className:"btn-md",contents:t.ui.icon(t.options.icons.trash),tooltip:t.lang.table.delTable,click:t.context.createInvokeHandler("editor.deleteTable")}).render()}))}},{key:"build",value:function(t,e){for(var n=0,o=e.length;n3&&c3&&ul&&ac)&&(this.isFollowing=!1,this.$toolbar.css({position:"relative",top:0,width:"100%",zIndex:"auto"}),this.$editable.css({marginTop:""}))}},{key:"changeContainer",value:function(t){t?this.$toolbar.prependTo(this.$editor):this.options.toolbarContainer&&this.$toolbar.appendTo(this.options.toolbarContainer),this.options.followingToolbar&&this.followScroll()}},{key:"updateFullscreen",value:function(t){this.ui.toggleBtnActive(this.$toolbar.find(".btn-fullscreen"),t),this.changeContainer(t)}},{key:"updateCodeview",value:function(t){this.ui.toggleBtnActive(this.$toolbar.find(".btn-codeview"),t),t?this.deactivate():this.activate()}},{key:"activate",value:function(t){var e=this.$toolbar.find("button");t||(e=e.not(".note-codeview-keep")),this.ui.toggleBtn(e,!0)}},{key:"deactivate",value:function(t){var e=this.$toolbar.find("button");t||(e=e.not(".note-codeview-keep")),this.ui.toggleBtn(e,!1)}}])&&le(e.prototype,n),o&&le(e,o),t}();function ue(t,e){for(var n=0;n','"),''),"
",'
','"),''),"
",this.options.disableLinkTarget?"":i()("
").append(this.ui.checkbox({className:"sn-checkbox-open-in-new-window",text:this.lang.link.openInNewWindow,checked:!0}).render()).html(),i()("
").append(this.ui.checkbox({className:"sn-checkbox-use-protocol",text:this.lang.link.useProtocol,checked:!0}).render()).html()].join(""),n='');this.$dialog=this.ui.dialog({className:"link-dialog",title:this.lang.link.insert,fade:this.options.dialogsFade,body:e,footer:n}).render().appendTo(t)}},{key:"destroy",value:function(){this.ui.hideDialog(this.$dialog),this.$dialog.remove()}},{key:"bindEnterKey",value:function(t,e){t.on("keypress",(function(t){t.keyCode===xt.code.ENTER&&(t.preventDefault(),e.trigger("click"))}))}},{key:"toggleLinkBtn",value:function(t,e,n){this.ui.toggleBtn(t,e.val()&&n.val())}},{key:"showLinkDialog",value:function(t){var e=this;return i.a.Deferred((function(n){var o=e.$dialog.find(".note-link-text"),i=e.$dialog.find(".note-link-url"),r=e.$dialog.find(".note-link-btn"),a=e.$dialog.find(".sn-checkbox-open-in-new-window input[type=checkbox]"),s=e.$dialog.find(".sn-checkbox-use-protocol input[type=checkbox]");e.ui.onDialogShown(e.$dialog,(function(){e.context.triggerEvent("dialog.shown"),!t.url&&g.isValidUrl(t.text)&&(t.url=t.text),o.on("input paste propertychange",(function(){t.text=o.val(),e.toggleLinkBtn(r,o,i)})).val(t.text),i.on("input paste propertychange",(function(){t.text||o.val(i.val()),e.toggleLinkBtn(r,o,i)})).val(t.url),m.isSupportTouch||i.trigger("focus"),e.toggleLinkBtn(r,o,i),e.bindEnterKey(i,r),e.bindEnterKey(o,r);var l=void 0!==t.isNewWindow?t.isNewWindow:e.context.options.linkTargetBlank;a.prop("checked",l);var c=!t.url&&e.context.options.useProtocol;s.prop("checked",c),r.one("click",(function(r){r.preventDefault(),n.resolve({range:t.range,url:i.val(),text:o.val(),isNewWindow:a.is(":checked"),checkProtocol:s.is(":checked")}),e.ui.hideDialog(e.$dialog)}))})),e.ui.onDialogHidden(e.$dialog,(function(){o.off(),i.off(),r.off(),"pending"===n.state()&&n.reject()})),e.ui.showDialog(e.$dialog)})).promise()}},{key:"show",value:function(){var t=this,e=this.context.invoke("editor.getLinkInfo");this.context.invoke("editor.saveRange"),this.showLinkDialog(e).then((function(e){t.context.invoke("editor.restoreRange"),t.context.invoke("editor.createLink",e)})).fail((function(){t.context.invoke("editor.restoreRange")}))}}])&&ue(e.prototype,n),o&&ue(e,o),t}();function he(t,e){for(var n=0;n ')}}).render().appendTo(this.options.container);var t=this.$popover.find(".popover-content,.note-popover-content");this.context.invoke("buttons.build",t,this.options.popover.link),this.$popover.on("mousedown",(function(t){t.preventDefault()}))}},{key:"destroy",value:function(){this.$popover.remove()}},{key:"update",value:function(){if(this.context.invoke("editor.hasFocus")){var t=this.context.invoke("editor.getLastRange");if(t.isCollapsed()&&t.isOnAnchor()){var e=pt.ancestor(t.sc,pt.isAnchor),n=i()(e).attr("href");this.$popover.find("a").attr("href",n).text(n);var o=pt.posFromPlaceholder(e),r=i()(this.options.container).offset();o.top-=r.top,o.left-=r.left,this.$popover.css({display:"block",left:o.left,top:o.top})}else this.hide()}else this.hide()}},{key:"hide",value:function(){this.$popover.hide()}}])&&he(e.prototype,n),o&&he(e,o),t}();function pe(t,e){for(var n=0;n")}var o=this.options.dialogsInBody?this.$body:this.options.container,i=['
','",'',t,"
",'
','",'',"
"].join(""),r='');this.$dialog=this.ui.dialog({title:this.lang.image.insert,fade:this.options.dialogsFade,body:i,footer:r}).render().appendTo(o)}},{key:"destroy",value:function(){this.ui.hideDialog(this.$dialog),this.$dialog.remove()}},{key:"bindEnterKey",value:function(t,e){t.on("keypress",(function(t){t.keyCode===xt.code.ENTER&&(t.preventDefault(),e.trigger("click"))}))}},{key:"show",value:function(){var t=this;this.context.invoke("editor.saveRange"),this.showImageDialog().then((function(e){t.ui.hideDialog(t.$dialog),t.context.invoke("editor.restoreRange"),"string"==typeof e?t.options.callbacks.onImageLinkInsert?t.context.triggerEvent("image.link.insert",e):t.context.invoke("editor.insertImage",e):t.context.invoke("editor.insertImagesOrCallback",e)})).fail((function(){t.context.invoke("editor.restoreRange")}))}},{key:"showImageDialog",value:function(){var t=this;return i.a.Deferred((function(e){var n=t.$dialog.find(".note-image-input"),o=t.$dialog.find(".note-image-url"),i=t.$dialog.find(".note-image-btn");t.ui.onDialogShown(t.$dialog,(function(){t.context.triggerEvent("dialog.shown"),n.replaceWith(n.clone().on("change",(function(t){e.resolve(t.target.files||t.target.value)})).val("")),o.on("input paste propertychange",(function(){t.ui.toggleBtn(i,o.val())})).val(""),m.isSupportTouch||o.trigger("focus"),i.click((function(t){t.preventDefault(),e.resolve(o.val())})),t.bindEnterKey(o,i)})),t.ui.onDialogHidden(t.$dialog,(function(){n.off(),o.off(),i.off(),"pending"===e.state()&&e.reject()})),t.ui.showDialog(t.$dialog)}))}}])&&pe(e.prototype,n),o&&pe(e,o),t}();function ve(t,e){for(var n=0;n','"),''),"
"].join(""),n='');this.$dialog=this.ui.dialog({title:this.lang.video.insert,fade:this.options.dialogsFade,body:e,footer:n}).render().appendTo(t)}},{key:"destroy",value:function(){this.ui.hideDialog(this.$dialog),this.$dialog.remove()}},{key:"bindEnterKey",value:function(t,e){t.on("keypress",(function(t){t.keyCode===xt.code.ENTER&&(t.preventDefault(),e.trigger("click"))}))}},{key:"createVideoNode",value:function(t){var e,n=t.match(/\/\/(?:(?:www|m)\.)?(?:youtu\.be\/|youtube\.com\/(?:embed\/|v\/|watch\?v=|watch\?.+&v=))([\w|-]{11})(?:(?:[\?&]t=)(\S+))?$/),o=t.match(/(?:www\.|\/\/)instagram\.com\/p\/(.[a-zA-Z0-9_-]*)/),r=t.match(/\/\/vine\.co\/v\/([a-zA-Z0-9]+)/),a=t.match(/\/\/(player\.)?vimeo\.com\/([a-z]*\/)*(\d+)[?]?.*/),s=t.match(/.+dailymotion.com\/(video|hub)\/([^_]+)[^#]*(#video=([^_&]+))?/),l=t.match(/\/\/v\.youku\.com\/v_show\/id_(\w+)=*\.html/),c=t.match(/\/\/v\.qq\.com.*?vid=(.+)/),u=t.match(/\/\/v\.qq\.com\/x?\/?(page|cover).*?\/([^\/]+)\.html\??.*/),d=t.match(/^.+.(mp4|m4v)$/),h=t.match(/^.+.(ogg|ogv)$/),f=t.match(/^.+.(webm)$/),p=t.match(/(?:www\.|\/\/)facebook\.com\/([^\/]+)\/videos\/([0-9]+)/);if(n&&11===n[1].length){var m=n[1],v=0;if(void 0!==n[2]){var g=n[2].match(/^(?:(\d+)h)?(?:(\d+)m)?(?:(\d+)s)?$/);if(g)for(var b=[3600,60,1],y=0,k=b.length;y").attr("frameborder",0).attr("src","//www.youtube.com/embed/"+m+(v>0?"?start="+v:"")).attr("width","640").attr("height","360")}else if(o&&o[0].length)e=i()("
' + 'X' + '
' + '' + '' + '
' +'